d3d8/tests: Make sure the device is released properly.
[wine.git] / configure
blob2ebe28ac225fa02e3019f5f3626f30fa95454ab4
1 #! /bin/sh
2 # Guess values for system-dependent variables and create Makefiles.
3 # Generated by GNU Autoconf 2.63 for Wine 1.1.24.
5 # Report bugs to <wine-devel@winehq.org>.
7 # Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
8 # 2002, 2003, 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc.
9 # This configure script is free software; the Free Software Foundation
10 # gives unlimited permission to copy, distribute and modify it.
11 ## --------------------- ##
12 ## M4sh Initialization. ##
13 ## --------------------- ##
15 # Be more Bourne compatible
16 DUALCASE=1; export DUALCASE # for MKS sh
17 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
18 emulate sh
19 NULLCMD=:
20 # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
21 # is contrary to our usage. Disable this feature.
22 alias -g '${1+"$@"}'='"$@"'
23 setopt NO_GLOB_SUBST
24 else
25 case `(set -o) 2>/dev/null` in
26 *posix*) set -o posix ;;
27 esac
34 # PATH needs CR
35 # Avoid depending upon Character Ranges.
36 as_cr_letters='abcdefghijklmnopqrstuvwxyz'
37 as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
38 as_cr_Letters=$as_cr_letters$as_cr_LETTERS
39 as_cr_digits='0123456789'
40 as_cr_alnum=$as_cr_Letters$as_cr_digits
42 as_nl='
44 export as_nl
45 # Printing a long string crashes Solaris 7 /usr/bin/printf.
46 as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
47 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo
48 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo
49 if (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
50 as_echo='printf %s\n'
51 as_echo_n='printf %s'
52 else
53 if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
54 as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
55 as_echo_n='/usr/ucb/echo -n'
56 else
57 as_echo_body='eval expr "X$1" : "X\\(.*\\)"'
58 as_echo_n_body='eval
59 arg=$1;
60 case $arg in
61 *"$as_nl"*)
62 expr "X$arg" : "X\\(.*\\)$as_nl";
63 arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
64 esac;
65 expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl"
67 export as_echo_n_body
68 as_echo_n='sh -c $as_echo_n_body as_echo'
70 export as_echo_body
71 as_echo='sh -c $as_echo_body as_echo'
74 # The user is always right.
75 if test "${PATH_SEPARATOR+set}" != set; then
76 PATH_SEPARATOR=:
77 (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && {
78 (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||
79 PATH_SEPARATOR=';'
83 # Support unset when possible.
84 if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then
85 as_unset=unset
86 else
87 as_unset=false
91 # IFS
92 # We need space, tab and new line, in precisely that order. Quoting is
93 # there to prevent editors from complaining about space-tab.
94 # (If _AS_PATH_WALK were called with IFS unset, it would disable word
95 # splitting by setting IFS to empty value.)
96 IFS=" "" $as_nl"
98 # Find who we are. Look in the path if we contain no directory separator.
99 case $0 in
100 *[\\/]* ) as_myself=$0 ;;
101 *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
102 for as_dir in $PATH
104 IFS=$as_save_IFS
105 test -z "$as_dir" && as_dir=.
106 test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
107 done
108 IFS=$as_save_IFS
111 esac
112 # We did not find ourselves, most probably we were run as `sh COMMAND'
113 # in which case we are not to be found in the path.
114 if test "x$as_myself" = x; then
115 as_myself=$0
117 if test ! -f "$as_myself"; then
118 $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
119 { (exit 1); exit 1; }
122 # Work around bugs in pre-3.0 UWIN ksh.
123 for as_var in ENV MAIL MAILPATH
124 do ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var
125 done
126 PS1='$ '
127 PS2='> '
128 PS4='+ '
130 # NLS nuisances.
131 LC_ALL=C
132 export LC_ALL
133 LANGUAGE=C
134 export LANGUAGE
136 # Required to use basename.
137 if expr a : '\(a\)' >/dev/null 2>&1 &&
138 test "X`expr 00001 : '.*\(...\)'`" = X001; then
139 as_expr=expr
140 else
141 as_expr=false
144 if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
145 as_basename=basename
146 else
147 as_basename=false
151 # Name of the executable.
152 as_me=`$as_basename -- "$0" ||
153 $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
154 X"$0" : 'X\(//\)$' \| \
155 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
156 $as_echo X/"$0" |
157 sed '/^.*\/\([^/][^/]*\)\/*$/{
158 s//\1/
161 /^X\/\(\/\/\)$/{
162 s//\1/
165 /^X\/\(\/\).*/{
166 s//\1/
169 s/.*/./; q'`
171 # CDPATH.
172 $as_unset CDPATH
175 if test "x$CONFIG_SHELL" = x; then
176 if (eval ":") 2>/dev/null; then
177 as_have_required=yes
178 else
179 as_have_required=no
182 if test $as_have_required = yes && (eval ":
183 (as_func_return () {
184 (exit \$1)
186 as_func_success () {
187 as_func_return 0
189 as_func_failure () {
190 as_func_return 1
192 as_func_ret_success () {
193 return 0
195 as_func_ret_failure () {
196 return 1
199 exitcode=0
200 if as_func_success; then
202 else
203 exitcode=1
204 echo as_func_success failed.
207 if as_func_failure; then
208 exitcode=1
209 echo as_func_failure succeeded.
212 if as_func_ret_success; then
214 else
215 exitcode=1
216 echo as_func_ret_success failed.
219 if as_func_ret_failure; then
220 exitcode=1
221 echo as_func_ret_failure succeeded.
224 if ( set x; as_func_ret_success y && test x = \"\$1\" ); then
226 else
227 exitcode=1
228 echo positional parameters were not saved.
231 test \$exitcode = 0) || { (exit 1); exit 1; }
234 as_lineno_1=\$LINENO
235 as_lineno_2=\$LINENO
236 test \"x\$as_lineno_1\" != \"x\$as_lineno_2\" &&
237 test \"x\`expr \$as_lineno_1 + 1\`\" = \"x\$as_lineno_2\") || { (exit 1); exit 1; }
238 ") 2> /dev/null; then
240 else
241 as_candidate_shells=
242 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
243 for as_dir in /bin$PATH_SEPARATOR/usr/bin$PATH_SEPARATOR$PATH
245 IFS=$as_save_IFS
246 test -z "$as_dir" && as_dir=.
247 case $as_dir in
249 for as_base in sh bash ksh sh5; do
250 as_candidate_shells="$as_candidate_shells $as_dir/$as_base"
251 done;;
252 esac
253 done
254 IFS=$as_save_IFS
257 for as_shell in $as_candidate_shells $SHELL; do
258 # Try only shells that exist, to save several forks.
259 if { test -f "$as_shell" || test -f "$as_shell.exe"; } &&
260 { ("$as_shell") 2> /dev/null <<\_ASEOF
261 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
262 emulate sh
263 NULLCMD=:
264 # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
265 # is contrary to our usage. Disable this feature.
266 alias -g '${1+"$@"}'='"$@"'
267 setopt NO_GLOB_SUBST
268 else
269 case `(set -o) 2>/dev/null` in
270 *posix*) set -o posix ;;
271 esac
277 _ASEOF
278 }; then
279 CONFIG_SHELL=$as_shell
280 as_have_required=yes
281 if { "$as_shell" 2> /dev/null <<\_ASEOF
282 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
283 emulate sh
284 NULLCMD=:
285 # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
286 # is contrary to our usage. Disable this feature.
287 alias -g '${1+"$@"}'='"$@"'
288 setopt NO_GLOB_SUBST
289 else
290 case `(set -o) 2>/dev/null` in
291 *posix*) set -o posix ;;
292 esac
298 (as_func_return () {
299 (exit $1)
301 as_func_success () {
302 as_func_return 0
304 as_func_failure () {
305 as_func_return 1
307 as_func_ret_success () {
308 return 0
310 as_func_ret_failure () {
311 return 1
314 exitcode=0
315 if as_func_success; then
317 else
318 exitcode=1
319 echo as_func_success failed.
322 if as_func_failure; then
323 exitcode=1
324 echo as_func_failure succeeded.
327 if as_func_ret_success; then
329 else
330 exitcode=1
331 echo as_func_ret_success failed.
334 if as_func_ret_failure; then
335 exitcode=1
336 echo as_func_ret_failure succeeded.
339 if ( set x; as_func_ret_success y && test x = "$1" ); then
341 else
342 exitcode=1
343 echo positional parameters were not saved.
346 test $exitcode = 0) || { (exit 1); exit 1; }
349 as_lineno_1=$LINENO
350 as_lineno_2=$LINENO
351 test "x$as_lineno_1" != "x$as_lineno_2" &&
352 test "x`expr $as_lineno_1 + 1`" = "x$as_lineno_2") || { (exit 1); exit 1; }
354 _ASEOF
355 }; then
356 break
361 done
363 if test "x$CONFIG_SHELL" != x; then
364 for as_var in BASH_ENV ENV
365 do ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var
366 done
367 export CONFIG_SHELL
368 exec "$CONFIG_SHELL" "$as_myself" ${1+"$@"}
372 if test $as_have_required = no; then
373 echo This script requires a shell more modern than all the
374 echo shells that I found on your system. Please install a
375 echo modern shell, or manually run the script under such a
376 echo shell if you do have one.
377 { (exit 1); exit 1; }
387 (eval "as_func_return () {
388 (exit \$1)
390 as_func_success () {
391 as_func_return 0
393 as_func_failure () {
394 as_func_return 1
396 as_func_ret_success () {
397 return 0
399 as_func_ret_failure () {
400 return 1
403 exitcode=0
404 if as_func_success; then
406 else
407 exitcode=1
408 echo as_func_success failed.
411 if as_func_failure; then
412 exitcode=1
413 echo as_func_failure succeeded.
416 if as_func_ret_success; then
418 else
419 exitcode=1
420 echo as_func_ret_success failed.
423 if as_func_ret_failure; then
424 exitcode=1
425 echo as_func_ret_failure succeeded.
428 if ( set x; as_func_ret_success y && test x = \"\$1\" ); then
430 else
431 exitcode=1
432 echo positional parameters were not saved.
435 test \$exitcode = 0") || {
436 echo No shell found that supports shell functions.
437 echo Please tell bug-autoconf@gnu.org about your system,
438 echo including any error possibly output before this message.
439 echo This can help us improve future autoconf versions.
440 echo Configuration will now proceed without shell functions.
445 as_lineno_1=$LINENO
446 as_lineno_2=$LINENO
447 test "x$as_lineno_1" != "x$as_lineno_2" &&
448 test "x`expr $as_lineno_1 + 1`" = "x$as_lineno_2" || {
450 # Create $as_me.lineno as a copy of $as_myself, but with $LINENO
451 # uniformly replaced by the line number. The first 'sed' inserts a
452 # line-number line after each line using $LINENO; the second 'sed'
453 # does the real work. The second script uses 'N' to pair each
454 # line-number line with the line containing $LINENO, and appends
455 # trailing '-' during substitution so that $LINENO is not a special
456 # case at line end.
457 # (Raja R Harinath suggested sed '=', and Paul Eggert wrote the
458 # scripts with optimization help from Paolo Bonzini. Blame Lee
459 # E. McMahon (1931-1989) for sed's syntax. :-)
460 sed -n '
462 /[$]LINENO/=
463 ' <$as_myself |
464 sed '
465 s/[$]LINENO.*/&-/
466 t lineno
468 :lineno
470 :loop
471 s/[$]LINENO\([^'$as_cr_alnum'_].*\n\)\(.*\)/\2\1\2/
472 t loop
473 s/-\n.*//
474 ' >$as_me.lineno &&
475 chmod +x "$as_me.lineno" ||
476 { $as_echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2
477 { (exit 1); exit 1; }; }
479 # Don't try to exec as it changes $[0], causing all sort of problems
480 # (the dirname of $[0] is not the place where we might find the
481 # original and so on. Autoconf is especially sensitive to this).
482 . "./$as_me.lineno"
483 # Exit status is that of the last command.
484 exit
488 if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
489 as_dirname=dirname
490 else
491 as_dirname=false
494 ECHO_C= ECHO_N= ECHO_T=
495 case `echo -n x` in
496 -n*)
497 case `echo 'x\c'` in
498 *c*) ECHO_T=' ';; # ECHO_T is single tab character.
499 *) ECHO_C='\c';;
500 esac;;
502 ECHO_N='-n';;
503 esac
504 if expr a : '\(a\)' >/dev/null 2>&1 &&
505 test "X`expr 00001 : '.*\(...\)'`" = X001; then
506 as_expr=expr
507 else
508 as_expr=false
511 rm -f conf$$ conf$$.exe conf$$.file
512 if test -d conf$$.dir; then
513 rm -f conf$$.dir/conf$$.file
514 else
515 rm -f conf$$.dir
516 mkdir conf$$.dir 2>/dev/null
518 if (echo >conf$$.file) 2>/dev/null; then
519 if ln -s conf$$.file conf$$ 2>/dev/null; then
520 as_ln_s='ln -s'
521 # ... but there are two gotchas:
522 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
523 # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
524 # In both cases, we have to default to `cp -p'.
525 ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
526 as_ln_s='cp -p'
527 elif ln conf$$.file conf$$ 2>/dev/null; then
528 as_ln_s=ln
529 else
530 as_ln_s='cp -p'
532 else
533 as_ln_s='cp -p'
535 rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
536 rmdir conf$$.dir 2>/dev/null
538 if mkdir -p . 2>/dev/null; then
539 as_mkdir_p=:
540 else
541 test -d ./-p && rmdir ./-p
542 as_mkdir_p=false
545 if test -x / >/dev/null 2>&1; then
546 as_test_x='test -x'
547 else
548 if ls -dL / >/dev/null 2>&1; then
549 as_ls_L_option=L
550 else
551 as_ls_L_option=
553 as_test_x='
554 eval sh -c '\''
555 if test -d "$1"; then
556 test -d "$1/.";
557 else
558 case $1 in
559 -*)set "./$1";;
560 esac;
561 case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in
562 ???[sx]*):;;*)false;;esac;fi
563 '\'' sh
566 as_executable_p=$as_test_x
568 # Sed expression to map a string onto a valid CPP name.
569 as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
571 # Sed expression to map a string onto a valid variable name.
572 as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
576 exec 7<&0 </dev/null 6>&1
578 # Name of the host.
579 # hostname on some systems (SVR3.2, Linux) returns a bogus exit status,
580 # so uname gets run too.
581 ac_hostname=`(hostname || uname -n) 2>/dev/null | sed 1q`
584 # Initializations.
586 ac_default_prefix=/usr/local
587 ac_clean_files=
588 ac_config_libobj_dir=.
589 LIBOBJS=
590 cross_compiling=no
591 subdirs=
592 MFLAGS=
593 MAKEFLAGS=
594 SHELL=${CONFIG_SHELL-/bin/sh}
596 # Identity of this package.
597 PACKAGE_NAME='Wine'
598 PACKAGE_TARNAME='wine'
599 PACKAGE_VERSION='1.1.24'
600 PACKAGE_STRING='Wine 1.1.24'
601 PACKAGE_BUGREPORT='wine-devel@winehq.org'
603 ac_unique_file="server/atom.c"
604 # Factoring default headers for most tests.
605 ac_includes_default="\
606 #include <stdio.h>
607 #ifdef HAVE_SYS_TYPES_H
608 # include <sys/types.h>
609 #endif
610 #ifdef HAVE_SYS_STAT_H
611 # include <sys/stat.h>
612 #endif
613 #ifdef STDC_HEADERS
614 # include <stdlib.h>
615 # include <stddef.h>
616 #else
617 # ifdef HAVE_STDLIB_H
618 # include <stdlib.h>
619 # endif
620 #endif
621 #ifdef HAVE_STRING_H
622 # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
623 # include <memory.h>
624 # endif
625 # include <string.h>
626 #endif
627 #ifdef HAVE_STRINGS_H
628 # include <strings.h>
629 #endif
630 #ifdef HAVE_INTTYPES_H
631 # include <inttypes.h>
632 #endif
633 #ifdef HAVE_STDINT_H
634 # include <stdint.h>
635 #endif
636 #ifdef HAVE_UNISTD_H
637 # include <unistd.h>
638 #endif"
640 ac_subst_vars='LTLIBOBJS
641 LIBOBJS
642 ALL_WINETEST_DEPENDS
643 ALL_PROGRAM_BIN_INSTALL_DIRS
644 ALL_PROGRAM_INSTALL_DIRS
645 ALL_PROGRAM_DIRS
646 ALL_TEST_DIRS
647 ALL_IMPLIB_DIRS
648 ALL_DLL_DIRS
649 ALL_TOP_DIRS
650 ALL_MAKEFILE_DEPENDS
651 ALL_MAKEFILES
652 ALL_MAKERULES
653 DEPENDENCIES
654 LDAPLIBS
655 LIBPOLL
656 LIBDL
657 EXTRA_BINARIES
658 SOCKETLIBS
659 CRTLIBS
660 LDPATH
661 BUILTINFLAG
662 EXTRACFLAGS
663 LIBKSTAT
664 PNGINCL
665 FONTCONFIGINCL
666 CUPSINCL
667 AUDIOIOLIBS
668 ALSALIBS
669 ESDLIBS
670 ESDINCL
671 ESDCONFIG
672 ZLIB
673 FREETYPEINCL
674 FREETYPELIBS
675 ft_devel
676 LCMSLIBS
677 RESOLVLIBS
678 GPHOTO2INCL
679 GPHOTO2LIBS
680 gphoto2port_devel
681 gphoto2_devel
682 SANEINCL
683 sane_devel
684 GNUTLSINCL
685 HALINCL
686 XSLTINCL
687 XML2INCL
688 XML2LIBS
689 NASLIBS
690 X_EXTRA_LIBS
691 X_LIBS
692 X_PRE_LIBS
693 X_CFLAGS
694 XMKMF
695 LIBPTHREAD
696 CROSSTARGETFLAGS
697 CROSSTEST
698 CROSSCC
699 CARBONLIB
700 COREAUDIO
701 DISKARBITRATIONLIB
702 LDEXECFLAGS
703 IOKITLIB
704 COREFOUNDATIONLIB
705 SECURITYLIB
706 MINGWAR
707 DLLWRAP
708 DLLTOOL
710 LDRPATH_LOCAL
711 LDRPATH_INSTALL
712 IMPLIBEXT
713 LIBEXT
714 LDDLLFLAGS
715 LDSHARED
716 DLLFLAGS
717 DLLEXT
719 OPENGL_LIBS
720 XLIB
721 PRELINK
722 ICOTOOL
723 RSVG
724 PKG_CONFIG
725 FONTFORGE
726 LINTFLAGS
727 LINT
728 INSTALL_DATA
729 INSTALL_SCRIPT
730 INSTALL_PROGRAM
731 LDCONFIG
732 EGREP
733 GREP
735 LN_S
736 STRIP
737 RANLIB
738 ARFLAGS
739 ac_ct_AR
741 BISON
742 FLEX
743 TOOLSDIR
744 WIN16_INSTALL
745 WIN16_FILES
746 TARGETFLAGS
747 CPPBIN
748 ac_ct_CXX
749 CXXFLAGS
751 OBJEXT
752 EXEEXT
753 ac_ct_CC
754 CPPFLAGS
755 LDFLAGS
756 CFLAGS
758 SET_MAKE
759 host_os
760 host_vendor
761 host_cpu
762 host
763 build_os
764 build_vendor
765 build_cpu
766 build
767 MAINTAINER_MODE
768 target_alias
769 host_alias
770 build_alias
771 LIBS
772 ECHO_T
773 ECHO_N
774 ECHO_C
775 DEFS
776 mandir
777 localedir
778 libdir
779 psdir
780 pdfdir
781 dvidir
782 htmldir
783 infodir
784 docdir
785 oldincludedir
786 includedir
787 localstatedir
788 sharedstatedir
789 sysconfdir
790 datadir
791 datarootdir
792 libexecdir
793 sbindir
794 bindir
795 program_transform_name
796 prefix
797 exec_prefix
798 PACKAGE_BUGREPORT
799 PACKAGE_STRING
800 PACKAGE_VERSION
801 PACKAGE_TARNAME
802 PACKAGE_NAME
803 PATH_SEPARATOR
804 SHELL'
805 ac_subst_files='MAKE_RULES
806 MAKE_DLL_RULES
807 MAKE_IMPLIB_RULES
808 MAKE_TEST_RULES
809 MAKE_PROG_RULES'
810 ac_user_opts='
811 enable_option_checking
812 enable_win16
813 enable_win64
814 enable_tests
815 enable_maintainer_mode
816 with_alsa
817 with_audioio
818 with_capi
819 with_cms
820 with_coreaudio
821 with_cups
822 with_curses
823 with_esd
824 with_fontconfig
825 with_freetype
826 with_gphoto
827 with_glu
828 with_gnutls
829 with_hal
830 with_jack
831 with_jpeg
832 with_ldap
833 with_nas
834 with_opengl
835 with_openssl
836 with_oss
837 with_png
838 with_pthread
839 with_sane
840 with_xcomposite
841 with_xcursor
842 with_xinerama
843 with_xinput
844 with_xml
845 with_xrandr
846 with_xrender
847 with_xshape
848 with_xshm
849 with_xslt
850 with_xxf86vm
851 with_wine_tools
852 with_x
854 ac_precious_vars='build_alias
855 host_alias
856 target_alias
858 CFLAGS
859 LDFLAGS
860 LIBS
861 CPPFLAGS
863 CXXFLAGS
866 XMKMF'
869 # Initialize some variables set by options.
870 ac_init_help=
871 ac_init_version=false
872 ac_unrecognized_opts=
873 ac_unrecognized_sep=
874 # The variables have the same names as the options, with
875 # dashes changed to underlines.
876 cache_file=/dev/null
877 exec_prefix=NONE
878 no_create=
879 no_recursion=
880 prefix=NONE
881 program_prefix=NONE
882 program_suffix=NONE
883 program_transform_name=s,x,x,
884 silent=
885 site=
886 srcdir=
887 verbose=
888 x_includes=NONE
889 x_libraries=NONE
891 # Installation directory options.
892 # These are left unexpanded so users can "make install exec_prefix=/foo"
893 # and all the variables that are supposed to be based on exec_prefix
894 # by default will actually change.
895 # Use braces instead of parens because sh, perl, etc. also accept them.
896 # (The list follows the same order as the GNU Coding Standards.)
897 bindir='${exec_prefix}/bin'
898 sbindir='${exec_prefix}/sbin'
899 libexecdir='${exec_prefix}/libexec'
900 datarootdir='${prefix}/share'
901 datadir='${datarootdir}'
902 sysconfdir='${prefix}/etc'
903 sharedstatedir='${prefix}/com'
904 localstatedir='${prefix}/var'
905 includedir='${prefix}/include'
906 oldincludedir='/usr/include'
907 docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
908 infodir='${datarootdir}/info'
909 htmldir='${docdir}'
910 dvidir='${docdir}'
911 pdfdir='${docdir}'
912 psdir='${docdir}'
913 libdir='${exec_prefix}/lib'
914 localedir='${datarootdir}/locale'
915 mandir='${datarootdir}/man'
917 ac_prev=
918 ac_dashdash=
919 for ac_option
921 # If the previous option needs an argument, assign it.
922 if test -n "$ac_prev"; then
923 eval $ac_prev=\$ac_option
924 ac_prev=
925 continue
928 case $ac_option in
929 *=*) ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
930 *) ac_optarg=yes ;;
931 esac
933 # Accept the important Cygnus configure options, so we can diagnose typos.
935 case $ac_dashdash$ac_option in
937 ac_dashdash=yes ;;
939 -bindir | --bindir | --bindi | --bind | --bin | --bi)
940 ac_prev=bindir ;;
941 -bindir=* | --bindir=* | --bindi=* | --bind=* | --bin=* | --bi=*)
942 bindir=$ac_optarg ;;
944 -build | --build | --buil | --bui | --bu)
945 ac_prev=build_alias ;;
946 -build=* | --build=* | --buil=* | --bui=* | --bu=*)
947 build_alias=$ac_optarg ;;
949 -cache-file | --cache-file | --cache-fil | --cache-fi \
950 | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c)
951 ac_prev=cache_file ;;
952 -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \
953 | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*)
954 cache_file=$ac_optarg ;;
956 --config-cache | -C)
957 cache_file=config.cache ;;
959 -datadir | --datadir | --datadi | --datad)
960 ac_prev=datadir ;;
961 -datadir=* | --datadir=* | --datadi=* | --datad=*)
962 datadir=$ac_optarg ;;
964 -datarootdir | --datarootdir | --datarootdi | --datarootd | --dataroot \
965 | --dataroo | --dataro | --datar)
966 ac_prev=datarootdir ;;
967 -datarootdir=* | --datarootdir=* | --datarootdi=* | --datarootd=* \
968 | --dataroot=* | --dataroo=* | --dataro=* | --datar=*)
969 datarootdir=$ac_optarg ;;
971 -disable-* | --disable-*)
972 ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
973 # Reject names that are not valid shell variable names.
974 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
975 { $as_echo "$as_me: error: invalid feature name: $ac_useropt" >&2
976 { (exit 1); exit 1; }; }
977 ac_useropt_orig=$ac_useropt
978 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
979 case $ac_user_opts in
981 "enable_$ac_useropt"
982 "*) ;;
983 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--disable-$ac_useropt_orig"
984 ac_unrecognized_sep=', ';;
985 esac
986 eval enable_$ac_useropt=no ;;
988 -docdir | --docdir | --docdi | --doc | --do)
989 ac_prev=docdir ;;
990 -docdir=* | --docdir=* | --docdi=* | --doc=* | --do=*)
991 docdir=$ac_optarg ;;
993 -dvidir | --dvidir | --dvidi | --dvid | --dvi | --dv)
994 ac_prev=dvidir ;;
995 -dvidir=* | --dvidir=* | --dvidi=* | --dvid=* | --dvi=* | --dv=*)
996 dvidir=$ac_optarg ;;
998 -enable-* | --enable-*)
999 ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
1000 # Reject names that are not valid shell variable names.
1001 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
1002 { $as_echo "$as_me: error: invalid feature name: $ac_useropt" >&2
1003 { (exit 1); exit 1; }; }
1004 ac_useropt_orig=$ac_useropt
1005 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1006 case $ac_user_opts in
1008 "enable_$ac_useropt"
1009 "*) ;;
1010 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--enable-$ac_useropt_orig"
1011 ac_unrecognized_sep=', ';;
1012 esac
1013 eval enable_$ac_useropt=\$ac_optarg ;;
1015 -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \
1016 | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \
1017 | --exec | --exe | --ex)
1018 ac_prev=exec_prefix ;;
1019 -exec-prefix=* | --exec_prefix=* | --exec-prefix=* | --exec-prefi=* \
1020 | --exec-pref=* | --exec-pre=* | --exec-pr=* | --exec-p=* | --exec-=* \
1021 | --exec=* | --exe=* | --ex=*)
1022 exec_prefix=$ac_optarg ;;
1024 -gas | --gas | --ga | --g)
1025 # Obsolete; use --with-gas.
1026 with_gas=yes ;;
1028 -help | --help | --hel | --he | -h)
1029 ac_init_help=long ;;
1030 -help=r* | --help=r* | --hel=r* | --he=r* | -hr*)
1031 ac_init_help=recursive ;;
1032 -help=s* | --help=s* | --hel=s* | --he=s* | -hs*)
1033 ac_init_help=short ;;
1035 -host | --host | --hos | --ho)
1036 ac_prev=host_alias ;;
1037 -host=* | --host=* | --hos=* | --ho=*)
1038 host_alias=$ac_optarg ;;
1040 -htmldir | --htmldir | --htmldi | --htmld | --html | --htm | --ht)
1041 ac_prev=htmldir ;;
1042 -htmldir=* | --htmldir=* | --htmldi=* | --htmld=* | --html=* | --htm=* \
1043 | --ht=*)
1044 htmldir=$ac_optarg ;;
1046 -includedir | --includedir | --includedi | --included | --include \
1047 | --includ | --inclu | --incl | --inc)
1048 ac_prev=includedir ;;
1049 -includedir=* | --includedir=* | --includedi=* | --included=* | --include=* \
1050 | --includ=* | --inclu=* | --incl=* | --inc=*)
1051 includedir=$ac_optarg ;;
1053 -infodir | --infodir | --infodi | --infod | --info | --inf)
1054 ac_prev=infodir ;;
1055 -infodir=* | --infodir=* | --infodi=* | --infod=* | --info=* | --inf=*)
1056 infodir=$ac_optarg ;;
1058 -libdir | --libdir | --libdi | --libd)
1059 ac_prev=libdir ;;
1060 -libdir=* | --libdir=* | --libdi=* | --libd=*)
1061 libdir=$ac_optarg ;;
1063 -libexecdir | --libexecdir | --libexecdi | --libexecd | --libexec \
1064 | --libexe | --libex | --libe)
1065 ac_prev=libexecdir ;;
1066 -libexecdir=* | --libexecdir=* | --libexecdi=* | --libexecd=* | --libexec=* \
1067 | --libexe=* | --libex=* | --libe=*)
1068 libexecdir=$ac_optarg ;;
1070 -localedir | --localedir | --localedi | --localed | --locale)
1071 ac_prev=localedir ;;
1072 -localedir=* | --localedir=* | --localedi=* | --localed=* | --locale=*)
1073 localedir=$ac_optarg ;;
1075 -localstatedir | --localstatedir | --localstatedi | --localstated \
1076 | --localstate | --localstat | --localsta | --localst | --locals)
1077 ac_prev=localstatedir ;;
1078 -localstatedir=* | --localstatedir=* | --localstatedi=* | --localstated=* \
1079 | --localstate=* | --localstat=* | --localsta=* | --localst=* | --locals=*)
1080 localstatedir=$ac_optarg ;;
1082 -mandir | --mandir | --mandi | --mand | --man | --ma | --m)
1083 ac_prev=mandir ;;
1084 -mandir=* | --mandir=* | --mandi=* | --mand=* | --man=* | --ma=* | --m=*)
1085 mandir=$ac_optarg ;;
1087 -nfp | --nfp | --nf)
1088 # Obsolete; use --without-fp.
1089 with_fp=no ;;
1091 -no-create | --no-create | --no-creat | --no-crea | --no-cre \
1092 | --no-cr | --no-c | -n)
1093 no_create=yes ;;
1095 -no-recursion | --no-recursion | --no-recursio | --no-recursi \
1096 | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r)
1097 no_recursion=yes ;;
1099 -oldincludedir | --oldincludedir | --oldincludedi | --oldincluded \
1100 | --oldinclude | --oldinclud | --oldinclu | --oldincl | --oldinc \
1101 | --oldin | --oldi | --old | --ol | --o)
1102 ac_prev=oldincludedir ;;
1103 -oldincludedir=* | --oldincludedir=* | --oldincludedi=* | --oldincluded=* \
1104 | --oldinclude=* | --oldinclud=* | --oldinclu=* | --oldincl=* | --oldinc=* \
1105 | --oldin=* | --oldi=* | --old=* | --ol=* | --o=*)
1106 oldincludedir=$ac_optarg ;;
1108 -prefix | --prefix | --prefi | --pref | --pre | --pr | --p)
1109 ac_prev=prefix ;;
1110 -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*)
1111 prefix=$ac_optarg ;;
1113 -program-prefix | --program-prefix | --program-prefi | --program-pref \
1114 | --program-pre | --program-pr | --program-p)
1115 ac_prev=program_prefix ;;
1116 -program-prefix=* | --program-prefix=* | --program-prefi=* \
1117 | --program-pref=* | --program-pre=* | --program-pr=* | --program-p=*)
1118 program_prefix=$ac_optarg ;;
1120 -program-suffix | --program-suffix | --program-suffi | --program-suff \
1121 | --program-suf | --program-su | --program-s)
1122 ac_prev=program_suffix ;;
1123 -program-suffix=* | --program-suffix=* | --program-suffi=* \
1124 | --program-suff=* | --program-suf=* | --program-su=* | --program-s=*)
1125 program_suffix=$ac_optarg ;;
1127 -program-transform-name | --program-transform-name \
1128 | --program-transform-nam | --program-transform-na \
1129 | --program-transform-n | --program-transform- \
1130 | --program-transform | --program-transfor \
1131 | --program-transfo | --program-transf \
1132 | --program-trans | --program-tran \
1133 | --progr-tra | --program-tr | --program-t)
1134 ac_prev=program_transform_name ;;
1135 -program-transform-name=* | --program-transform-name=* \
1136 | --program-transform-nam=* | --program-transform-na=* \
1137 | --program-transform-n=* | --program-transform-=* \
1138 | --program-transform=* | --program-transfor=* \
1139 | --program-transfo=* | --program-transf=* \
1140 | --program-trans=* | --program-tran=* \
1141 | --progr-tra=* | --program-tr=* | --program-t=*)
1142 program_transform_name=$ac_optarg ;;
1144 -pdfdir | --pdfdir | --pdfdi | --pdfd | --pdf | --pd)
1145 ac_prev=pdfdir ;;
1146 -pdfdir=* | --pdfdir=* | --pdfdi=* | --pdfd=* | --pdf=* | --pd=*)
1147 pdfdir=$ac_optarg ;;
1149 -psdir | --psdir | --psdi | --psd | --ps)
1150 ac_prev=psdir ;;
1151 -psdir=* | --psdir=* | --psdi=* | --psd=* | --ps=*)
1152 psdir=$ac_optarg ;;
1154 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
1155 | -silent | --silent | --silen | --sile | --sil)
1156 silent=yes ;;
1158 -sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb)
1159 ac_prev=sbindir ;;
1160 -sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* \
1161 | --sbi=* | --sb=*)
1162 sbindir=$ac_optarg ;;
1164 -sharedstatedir | --sharedstatedir | --sharedstatedi \
1165 | --sharedstated | --sharedstate | --sharedstat | --sharedsta \
1166 | --sharedst | --shareds | --shared | --share | --shar \
1167 | --sha | --sh)
1168 ac_prev=sharedstatedir ;;
1169 -sharedstatedir=* | --sharedstatedir=* | --sharedstatedi=* \
1170 | --sharedstated=* | --sharedstate=* | --sharedstat=* | --sharedsta=* \
1171 | --sharedst=* | --shareds=* | --shared=* | --share=* | --shar=* \
1172 | --sha=* | --sh=*)
1173 sharedstatedir=$ac_optarg ;;
1175 -site | --site | --sit)
1176 ac_prev=site ;;
1177 -site=* | --site=* | --sit=*)
1178 site=$ac_optarg ;;
1180 -srcdir | --srcdir | --srcdi | --srcd | --src | --sr)
1181 ac_prev=srcdir ;;
1182 -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*)
1183 srcdir=$ac_optarg ;;
1185 -sysconfdir | --sysconfdir | --sysconfdi | --sysconfd | --sysconf \
1186 | --syscon | --sysco | --sysc | --sys | --sy)
1187 ac_prev=sysconfdir ;;
1188 -sysconfdir=* | --sysconfdir=* | --sysconfdi=* | --sysconfd=* | --sysconf=* \
1189 | --syscon=* | --sysco=* | --sysc=* | --sys=* | --sy=*)
1190 sysconfdir=$ac_optarg ;;
1192 -target | --target | --targe | --targ | --tar | --ta | --t)
1193 ac_prev=target_alias ;;
1194 -target=* | --target=* | --targe=* | --targ=* | --tar=* | --ta=* | --t=*)
1195 target_alias=$ac_optarg ;;
1197 -v | -verbose | --verbose | --verbos | --verbo | --verb)
1198 verbose=yes ;;
1200 -version | --version | --versio | --versi | --vers | -V)
1201 ac_init_version=: ;;
1203 -with-* | --with-*)
1204 ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
1205 # Reject names that are not valid shell variable names.
1206 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
1207 { $as_echo "$as_me: error: invalid package name: $ac_useropt" >&2
1208 { (exit 1); exit 1; }; }
1209 ac_useropt_orig=$ac_useropt
1210 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1211 case $ac_user_opts in
1213 "with_$ac_useropt"
1214 "*) ;;
1215 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--with-$ac_useropt_orig"
1216 ac_unrecognized_sep=', ';;
1217 esac
1218 eval with_$ac_useropt=\$ac_optarg ;;
1220 -without-* | --without-*)
1221 ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'`
1222 # Reject names that are not valid shell variable names.
1223 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
1224 { $as_echo "$as_me: error: invalid package name: $ac_useropt" >&2
1225 { (exit 1); exit 1; }; }
1226 ac_useropt_orig=$ac_useropt
1227 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1228 case $ac_user_opts in
1230 "with_$ac_useropt"
1231 "*) ;;
1232 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--without-$ac_useropt_orig"
1233 ac_unrecognized_sep=', ';;
1234 esac
1235 eval with_$ac_useropt=no ;;
1237 --x)
1238 # Obsolete; use --with-x.
1239 with_x=yes ;;
1241 -x-includes | --x-includes | --x-include | --x-includ | --x-inclu \
1242 | --x-incl | --x-inc | --x-in | --x-i)
1243 ac_prev=x_includes ;;
1244 -x-includes=* | --x-includes=* | --x-include=* | --x-includ=* | --x-inclu=* \
1245 | --x-incl=* | --x-inc=* | --x-in=* | --x-i=*)
1246 x_includes=$ac_optarg ;;
1248 -x-libraries | --x-libraries | --x-librarie | --x-librari \
1249 | --x-librar | --x-libra | --x-libr | --x-lib | --x-li | --x-l)
1250 ac_prev=x_libraries ;;
1251 -x-libraries=* | --x-libraries=* | --x-librarie=* | --x-librari=* \
1252 | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*)
1253 x_libraries=$ac_optarg ;;
1255 -*) { $as_echo "$as_me: error: unrecognized option: $ac_option
1256 Try \`$0 --help' for more information." >&2
1257 { (exit 1); exit 1; }; }
1260 *=*)
1261 ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
1262 # Reject names that are not valid shell variable names.
1263 expr "x$ac_envvar" : ".*[^_$as_cr_alnum]" >/dev/null &&
1264 { $as_echo "$as_me: error: invalid variable name: $ac_envvar" >&2
1265 { (exit 1); exit 1; }; }
1266 eval $ac_envvar=\$ac_optarg
1267 export $ac_envvar ;;
1270 # FIXME: should be removed in autoconf 3.0.
1271 $as_echo "$as_me: WARNING: you should use --build, --host, --target" >&2
1272 expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev/null &&
1273 $as_echo "$as_me: WARNING: invalid host type: $ac_option" >&2
1274 : ${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option}
1277 esac
1278 done
1280 if test -n "$ac_prev"; then
1281 ac_option=--`echo $ac_prev | sed 's/_/-/g'`
1282 { $as_echo "$as_me: error: missing argument to $ac_option" >&2
1283 { (exit 1); exit 1; }; }
1286 if test -n "$ac_unrecognized_opts"; then
1287 case $enable_option_checking in
1288 no) ;;
1289 fatal) { $as_echo "$as_me: error: unrecognized options: $ac_unrecognized_opts" >&2
1290 { (exit 1); exit 1; }; } ;;
1291 *) $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2 ;;
1292 esac
1295 # Check all directory arguments for consistency.
1296 for ac_var in exec_prefix prefix bindir sbindir libexecdir datarootdir \
1297 datadir sysconfdir sharedstatedir localstatedir includedir \
1298 oldincludedir docdir infodir htmldir dvidir pdfdir psdir \
1299 libdir localedir mandir
1301 eval ac_val=\$$ac_var
1302 # Remove trailing slashes.
1303 case $ac_val in
1304 */ )
1305 ac_val=`expr "X$ac_val" : 'X\(.*[^/]\)' \| "X$ac_val" : 'X\(.*\)'`
1306 eval $ac_var=\$ac_val;;
1307 esac
1308 # Be sure to have absolute directory names.
1309 case $ac_val in
1310 [\\/$]* | ?:[\\/]* ) continue;;
1311 NONE | '' ) case $ac_var in *prefix ) continue;; esac;;
1312 esac
1313 { $as_echo "$as_me: error: expected an absolute directory name for --$ac_var: $ac_val" >&2
1314 { (exit 1); exit 1; }; }
1315 done
1317 # There might be people who depend on the old broken behavior: `$host'
1318 # used to hold the argument of --host etc.
1319 # FIXME: To remove some day.
1320 build=$build_alias
1321 host=$host_alias
1322 target=$target_alias
1324 # FIXME: To remove some day.
1325 if test "x$host_alias" != x; then
1326 if test "x$build_alias" = x; then
1327 cross_compiling=maybe
1328 $as_echo "$as_me: WARNING: If you wanted to set the --build type, don't use --host.
1329 If a cross compiler is detected then cross compile mode will be used." >&2
1330 elif test "x$build_alias" != "x$host_alias"; then
1331 cross_compiling=yes
1335 ac_tool_prefix=
1336 test -n "$host_alias" && ac_tool_prefix=$host_alias-
1338 test "$silent" = yes && exec 6>/dev/null
1341 ac_pwd=`pwd` && test -n "$ac_pwd" &&
1342 ac_ls_di=`ls -di .` &&
1343 ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` ||
1344 { $as_echo "$as_me: error: working directory cannot be determined" >&2
1345 { (exit 1); exit 1; }; }
1346 test "X$ac_ls_di" = "X$ac_pwd_ls_di" ||
1347 { $as_echo "$as_me: error: pwd does not report name of working directory" >&2
1348 { (exit 1); exit 1; }; }
1351 # Find the source files, if location was not specified.
1352 if test -z "$srcdir"; then
1353 ac_srcdir_defaulted=yes
1354 # Try the directory containing this script, then the parent directory.
1355 ac_confdir=`$as_dirname -- "$as_myself" ||
1356 $as_expr X"$as_myself" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
1357 X"$as_myself" : 'X\(//\)[^/]' \| \
1358 X"$as_myself" : 'X\(//\)$' \| \
1359 X"$as_myself" : 'X\(/\)' \| . 2>/dev/null ||
1360 $as_echo X"$as_myself" |
1361 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
1362 s//\1/
1365 /^X\(\/\/\)[^/].*/{
1366 s//\1/
1369 /^X\(\/\/\)$/{
1370 s//\1/
1373 /^X\(\/\).*/{
1374 s//\1/
1377 s/.*/./; q'`
1378 srcdir=$ac_confdir
1379 if test ! -r "$srcdir/$ac_unique_file"; then
1380 srcdir=..
1382 else
1383 ac_srcdir_defaulted=no
1385 if test ! -r "$srcdir/$ac_unique_file"; then
1386 test "$ac_srcdir_defaulted" = yes && srcdir="$ac_confdir or .."
1387 { $as_echo "$as_me: error: cannot find sources ($ac_unique_file) in $srcdir" >&2
1388 { (exit 1); exit 1; }; }
1390 ac_msg="sources are in $srcdir, but \`cd $srcdir' does not work"
1391 ac_abs_confdir=`(
1392 cd "$srcdir" && test -r "./$ac_unique_file" || { $as_echo "$as_me: error: $ac_msg" >&2
1393 { (exit 1); exit 1; }; }
1394 pwd)`
1395 # When building in place, set srcdir=.
1396 if test "$ac_abs_confdir" = "$ac_pwd"; then
1397 srcdir=.
1399 # Remove unnecessary trailing slashes from srcdir.
1400 # Double slashes in file names in object file debugging info
1401 # mess up M-x gdb in Emacs.
1402 case $srcdir in
1403 */) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;;
1404 esac
1405 for ac_var in $ac_precious_vars; do
1406 eval ac_env_${ac_var}_set=\${${ac_var}+set}
1407 eval ac_env_${ac_var}_value=\$${ac_var}
1408 eval ac_cv_env_${ac_var}_set=\${${ac_var}+set}
1409 eval ac_cv_env_${ac_var}_value=\$${ac_var}
1410 done
1413 # Report the --help message.
1415 if test "$ac_init_help" = "long"; then
1416 # Omit some internal or obsolete options to make the list less imposing.
1417 # This message is too long to be a string in the A/UX 3.1 sh.
1418 cat <<_ACEOF
1419 \`configure' configures Wine 1.1.24 to adapt to many kinds of systems.
1421 Usage: $0 [OPTION]... [VAR=VALUE]...
1423 To assign environment variables (e.g., CC, CFLAGS...), specify them as
1424 VAR=VALUE. See below for descriptions of some of the useful variables.
1426 Defaults for the options are specified in brackets.
1428 Configuration:
1429 -h, --help display this help and exit
1430 --help=short display options specific to this package
1431 --help=recursive display the short help of all the included packages
1432 -V, --version display version information and exit
1433 -q, --quiet, --silent do not print \`checking...' messages
1434 --cache-file=FILE cache test results in FILE [disabled]
1435 -C, --config-cache alias for \`--cache-file=config.cache'
1436 -n, --no-create do not create output files
1437 --srcdir=DIR find the sources in DIR [configure dir or \`..']
1439 Installation directories:
1440 --prefix=PREFIX install architecture-independent files in PREFIX
1441 [$ac_default_prefix]
1442 --exec-prefix=EPREFIX install architecture-dependent files in EPREFIX
1443 [PREFIX]
1445 By default, \`make install' will install all the files in
1446 \`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc. You can specify
1447 an installation prefix other than \`$ac_default_prefix' using \`--prefix',
1448 for instance \`--prefix=\$HOME'.
1450 For better control, use the options below.
1452 Fine tuning of the installation directories:
1453 --bindir=DIR user executables [EPREFIX/bin]
1454 --sbindir=DIR system admin executables [EPREFIX/sbin]
1455 --libexecdir=DIR program executables [EPREFIX/libexec]
1456 --sysconfdir=DIR read-only single-machine data [PREFIX/etc]
1457 --sharedstatedir=DIR modifiable architecture-independent data [PREFIX/com]
1458 --localstatedir=DIR modifiable single-machine data [PREFIX/var]
1459 --libdir=DIR object code libraries [EPREFIX/lib]
1460 --includedir=DIR C header files [PREFIX/include]
1461 --oldincludedir=DIR C header files for non-gcc [/usr/include]
1462 --datarootdir=DIR read-only arch.-independent data root [PREFIX/share]
1463 --datadir=DIR read-only architecture-independent data [DATAROOTDIR]
1464 --infodir=DIR info documentation [DATAROOTDIR/info]
1465 --localedir=DIR locale-dependent data [DATAROOTDIR/locale]
1466 --mandir=DIR man documentation [DATAROOTDIR/man]
1467 --docdir=DIR documentation root [DATAROOTDIR/doc/wine]
1468 --htmldir=DIR html documentation [DOCDIR]
1469 --dvidir=DIR dvi documentation [DOCDIR]
1470 --pdfdir=DIR pdf documentation [DOCDIR]
1471 --psdir=DIR ps documentation [DOCDIR]
1472 _ACEOF
1474 cat <<\_ACEOF
1476 X features:
1477 --x-includes=DIR X include files are in DIR
1478 --x-libraries=DIR X library files are in DIR
1480 System types:
1481 --build=BUILD configure for building on BUILD [guessed]
1482 --host=HOST cross-compile to build programs to run on HOST [BUILD]
1483 _ACEOF
1486 if test -n "$ac_init_help"; then
1487 case $ac_init_help in
1488 short | recursive ) echo "Configuration of Wine 1.1.24:";;
1489 esac
1490 cat <<\_ACEOF
1492 Optional Features:
1493 --disable-option-checking ignore unrecognized --enable/--with options
1494 --disable-FEATURE do not include FEATURE (same as --enable-FEATURE=no)
1495 --enable-FEATURE[=ARG] include FEATURE [ARG=yes]
1496 --disable-win16 do not include Win16 support
1497 --enable-win64 build a Win64 emulator on AMD64 (won't run Win32
1498 binaries)
1499 --disable-tests do not build the regression tests
1500 --enable-maintainer-mode
1501 enable maintainer-specific build rules
1503 Optional Packages:
1504 --with-PACKAGE[=ARG] use PACKAGE [ARG=yes]
1505 --without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no)
1506 --without-alsa do not use the Alsa sound support
1507 --without-audioio do not use the AudioIO sound support
1508 --without-capi do not use CAPI (ISDN support)
1509 --without-cms do not use CMS (color management support)
1510 --without-coreaudio do not use the CoreAudio sound support
1511 --without-cups do not use CUPS
1512 --without-curses do not use (n)curses
1513 --without-esd do not use the EsounD sound support
1514 --without-fontconfig do not use fontconfig
1515 --without-freetype do not use the FreeType library
1516 --without-gphoto do not use gphoto (Digital Camera support)
1517 --without-glu do not use the GLU library
1518 --without-gnutls do not use GnuTLS (schannel support)
1519 --without-hal do not use HAL (dynamic device support)
1520 --without-jack do not use the Jack sound support
1521 --without-jpeg do not use JPEG
1522 --without-ldap do not use LDAP
1523 --without-nas do not use the NAS sound support
1524 --without-opengl do not use OpenGL
1525 --without-openssl do not use OpenSSL
1526 --without-oss do not use the OSS sound support
1527 --without-png do not use PNG
1528 --without-pthread do not use the pthread library
1529 --without-sane do not use SANE (scanner support)
1530 --without-xcomposite do not use the Xcomposite extension
1531 --without-xcursor do not use the Xcursor extension
1532 --without-xinerama do not use Xinerama (multi-monitor support)
1533 --without-xinput do not use the Xinput extension
1534 --without-xml do not use XML
1535 --without-xrandr do not use Xrandr (resolution changes)
1536 --without-xrender do not use the Xrender extension
1537 --without-xshape do not use the Xshape extension
1538 --without-xshm do not use XShm (shared memory extension)
1539 --without-xslt do not use XSLT
1540 --without-xxf86vm do not use XFree video mode extension
1541 --with-wine-tools=DIR use Wine tools from directory DIR
1542 --with-x use the X Window System
1544 Some influential environment variables:
1545 CC C compiler command
1546 CFLAGS C compiler flags
1547 LDFLAGS linker flags, e.g. -L<lib dir> if you have libraries in a
1548 nonstandard directory <lib dir>
1549 LIBS libraries to pass to the linker, e.g. -l<library>
1550 CPPFLAGS C/C++/Objective C preprocessor flags, e.g. -I<include dir> if
1551 you have headers in a nonstandard directory <include dir>
1552 CXX C++ compiler command
1553 CXXFLAGS C++ compiler flags
1554 CPP C preprocessor
1555 XMKMF Path to xmkmf, Makefile generator for X Window System
1557 Use these variables to override the choices made by `configure' or to help
1558 it to find libraries and programs with nonstandard names/locations.
1560 Report bugs to <wine-devel@winehq.org>.
1561 _ACEOF
1562 ac_status=$?
1565 if test "$ac_init_help" = "recursive"; then
1566 # If there are subdirs, report their specific --help.
1567 for ac_dir in : $ac_subdirs_all; do test "x$ac_dir" = x: && continue
1568 test -d "$ac_dir" ||
1569 { cd "$srcdir" && ac_pwd=`pwd` && srcdir=. && test -d "$ac_dir"; } ||
1570 continue
1571 ac_builddir=.
1573 case "$ac_dir" in
1574 .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
1576 ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
1577 # A ".." for each directory in $ac_dir_suffix.
1578 ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
1579 case $ac_top_builddir_sub in
1580 "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
1581 *) ac_top_build_prefix=$ac_top_builddir_sub/ ;;
1582 esac ;;
1583 esac
1584 ac_abs_top_builddir=$ac_pwd
1585 ac_abs_builddir=$ac_pwd$ac_dir_suffix
1586 # for backward compatibility:
1587 ac_top_builddir=$ac_top_build_prefix
1589 case $srcdir in
1590 .) # We are building in place.
1591 ac_srcdir=.
1592 ac_top_srcdir=$ac_top_builddir_sub
1593 ac_abs_top_srcdir=$ac_pwd ;;
1594 [\\/]* | ?:[\\/]* ) # Absolute name.
1595 ac_srcdir=$srcdir$ac_dir_suffix;
1596 ac_top_srcdir=$srcdir
1597 ac_abs_top_srcdir=$srcdir ;;
1598 *) # Relative name.
1599 ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
1600 ac_top_srcdir=$ac_top_build_prefix$srcdir
1601 ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
1602 esac
1603 ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
1605 cd "$ac_dir" || { ac_status=$?; continue; }
1606 # Check for guested configure.
1607 if test -f "$ac_srcdir/configure.gnu"; then
1608 echo &&
1609 $SHELL "$ac_srcdir/configure.gnu" --help=recursive
1610 elif test -f "$ac_srcdir/configure"; then
1611 echo &&
1612 $SHELL "$ac_srcdir/configure" --help=recursive
1613 else
1614 $as_echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2
1615 fi || ac_status=$?
1616 cd "$ac_pwd" || { ac_status=$?; break; }
1617 done
1620 test -n "$ac_init_help" && exit $ac_status
1621 if $ac_init_version; then
1622 cat <<\_ACEOF
1623 Wine configure 1.1.24
1624 generated by GNU Autoconf 2.63
1626 Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
1627 2002, 2003, 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc.
1628 This configure script is free software; the Free Software Foundation
1629 gives unlimited permission to copy, distribute and modify it.
1630 _ACEOF
1631 exit
1633 cat >config.log <<_ACEOF
1634 This file contains any messages produced by compilers while
1635 running configure, to aid debugging if configure makes a mistake.
1637 It was created by Wine $as_me 1.1.24, which was
1638 generated by GNU Autoconf 2.63. Invocation command line was
1640 $ $0 $@
1642 _ACEOF
1643 exec 5>>config.log
1645 cat <<_ASUNAME
1646 ## --------- ##
1647 ## Platform. ##
1648 ## --------- ##
1650 hostname = `(hostname || uname -n) 2>/dev/null | sed 1q`
1651 uname -m = `(uname -m) 2>/dev/null || echo unknown`
1652 uname -r = `(uname -r) 2>/dev/null || echo unknown`
1653 uname -s = `(uname -s) 2>/dev/null || echo unknown`
1654 uname -v = `(uname -v) 2>/dev/null || echo unknown`
1656 /usr/bin/uname -p = `(/usr/bin/uname -p) 2>/dev/null || echo unknown`
1657 /bin/uname -X = `(/bin/uname -X) 2>/dev/null || echo unknown`
1659 /bin/arch = `(/bin/arch) 2>/dev/null || echo unknown`
1660 /usr/bin/arch -k = `(/usr/bin/arch -k) 2>/dev/null || echo unknown`
1661 /usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null || echo unknown`
1662 /usr/bin/hostinfo = `(/usr/bin/hostinfo) 2>/dev/null || echo unknown`
1663 /bin/machine = `(/bin/machine) 2>/dev/null || echo unknown`
1664 /usr/bin/oslevel = `(/usr/bin/oslevel) 2>/dev/null || echo unknown`
1665 /bin/universe = `(/bin/universe) 2>/dev/null || echo unknown`
1667 _ASUNAME
1669 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1670 for as_dir in $PATH
1672 IFS=$as_save_IFS
1673 test -z "$as_dir" && as_dir=.
1674 $as_echo "PATH: $as_dir"
1675 done
1676 IFS=$as_save_IFS
1678 } >&5
1680 cat >&5 <<_ACEOF
1683 ## ----------- ##
1684 ## Core tests. ##
1685 ## ----------- ##
1687 _ACEOF
1690 # Keep a trace of the command line.
1691 # Strip out --no-create and --no-recursion so they do not pile up.
1692 # Strip out --silent because we don't want to record it for future runs.
1693 # Also quote any args containing shell meta-characters.
1694 # Make two passes to allow for proper duplicate-argument suppression.
1695 ac_configure_args=
1696 ac_configure_args0=
1697 ac_configure_args1=
1698 ac_must_keep_next=false
1699 for ac_pass in 1 2
1701 for ac_arg
1703 case $ac_arg in
1704 -no-create | --no-c* | -n | -no-recursion | --no-r*) continue ;;
1705 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
1706 | -silent | --silent | --silen | --sile | --sil)
1707 continue ;;
1708 *\'*)
1709 ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
1710 esac
1711 case $ac_pass in
1712 1) ac_configure_args0="$ac_configure_args0 '$ac_arg'" ;;
1714 ac_configure_args1="$ac_configure_args1 '$ac_arg'"
1715 if test $ac_must_keep_next = true; then
1716 ac_must_keep_next=false # Got value, back to normal.
1717 else
1718 case $ac_arg in
1719 *=* | --config-cache | -C | -disable-* | --disable-* \
1720 | -enable-* | --enable-* | -gas | --g* | -nfp | --nf* \
1721 | -q | -quiet | --q* | -silent | --sil* | -v | -verb* \
1722 | -with-* | --with-* | -without-* | --without-* | --x)
1723 case "$ac_configure_args0 " in
1724 "$ac_configure_args1"*" '$ac_arg' "* ) continue ;;
1725 esac
1727 -* ) ac_must_keep_next=true ;;
1728 esac
1730 ac_configure_args="$ac_configure_args '$ac_arg'"
1732 esac
1733 done
1734 done
1735 $as_unset ac_configure_args0 || test "${ac_configure_args0+set}" != set || { ac_configure_args0=; export ac_configure_args0; }
1736 $as_unset ac_configure_args1 || test "${ac_configure_args1+set}" != set || { ac_configure_args1=; export ac_configure_args1; }
1738 # When interrupted or exit'd, cleanup temporary files, and complete
1739 # config.log. We remove comments because anyway the quotes in there
1740 # would cause problems or look ugly.
1741 # WARNING: Use '\'' to represent an apostrophe within the trap.
1742 # WARNING: Do not start the trap code with a newline, due to a FreeBSD 4.0 bug.
1743 trap 'exit_status=$?
1744 # Save into config.log some information that might help in debugging.
1746 echo
1748 cat <<\_ASBOX
1749 ## ---------------- ##
1750 ## Cache variables. ##
1751 ## ---------------- ##
1752 _ASBOX
1753 echo
1754 # The following way of writing the cache mishandles newlines in values,
1756 for ac_var in `(set) 2>&1 | sed -n '\''s/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'\''`; do
1757 eval ac_val=\$$ac_var
1758 case $ac_val in #(
1759 *${as_nl}*)
1760 case $ac_var in #(
1761 *_cv_*) { $as_echo "$as_me:$LINENO: WARNING: cache variable $ac_var contains a newline" >&5
1762 $as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
1763 esac
1764 case $ac_var in #(
1765 _ | IFS | as_nl) ;; #(
1766 BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
1767 *) $as_unset $ac_var ;;
1768 esac ;;
1769 esac
1770 done
1771 (set) 2>&1 |
1772 case $as_nl`(ac_space='\'' '\''; set) 2>&1` in #(
1773 *${as_nl}ac_space=\ *)
1774 sed -n \
1775 "s/'\''/'\''\\\\'\'''\''/g;
1776 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\''\\2'\''/p"
1777 ;; #(
1779 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
1781 esac |
1782 sort
1784 echo
1786 cat <<\_ASBOX
1787 ## ----------------- ##
1788 ## Output variables. ##
1789 ## ----------------- ##
1790 _ASBOX
1791 echo
1792 for ac_var in $ac_subst_vars
1794 eval ac_val=\$$ac_var
1795 case $ac_val in
1796 *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
1797 esac
1798 $as_echo "$ac_var='\''$ac_val'\''"
1799 done | sort
1800 echo
1802 if test -n "$ac_subst_files"; then
1803 cat <<\_ASBOX
1804 ## ------------------- ##
1805 ## File substitutions. ##
1806 ## ------------------- ##
1807 _ASBOX
1808 echo
1809 for ac_var in $ac_subst_files
1811 eval ac_val=\$$ac_var
1812 case $ac_val in
1813 *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
1814 esac
1815 $as_echo "$ac_var='\''$ac_val'\''"
1816 done | sort
1817 echo
1820 if test -s confdefs.h; then
1821 cat <<\_ASBOX
1822 ## ----------- ##
1823 ## confdefs.h. ##
1824 ## ----------- ##
1825 _ASBOX
1826 echo
1827 cat confdefs.h
1828 echo
1830 test "$ac_signal" != 0 &&
1831 $as_echo "$as_me: caught signal $ac_signal"
1832 $as_echo "$as_me: exit $exit_status"
1833 } >&5
1834 rm -f core *.core core.conftest.* &&
1835 rm -f -r conftest* confdefs* conf$$* $ac_clean_files &&
1836 exit $exit_status
1838 for ac_signal in 1 2 13 15; do
1839 trap 'ac_signal='$ac_signal'; { (exit 1); exit 1; }' $ac_signal
1840 done
1841 ac_signal=0
1843 # confdefs.h avoids OS command line length limits that DEFS can exceed.
1844 rm -f -r conftest* confdefs.h
1846 # Predefined preprocessor variables.
1848 cat >>confdefs.h <<_ACEOF
1849 #define PACKAGE_NAME "$PACKAGE_NAME"
1850 _ACEOF
1853 cat >>confdefs.h <<_ACEOF
1854 #define PACKAGE_TARNAME "$PACKAGE_TARNAME"
1855 _ACEOF
1858 cat >>confdefs.h <<_ACEOF
1859 #define PACKAGE_VERSION "$PACKAGE_VERSION"
1860 _ACEOF
1863 cat >>confdefs.h <<_ACEOF
1864 #define PACKAGE_STRING "$PACKAGE_STRING"
1865 _ACEOF
1868 cat >>confdefs.h <<_ACEOF
1869 #define PACKAGE_BUGREPORT "$PACKAGE_BUGREPORT"
1870 _ACEOF
1873 # Let the site file select an alternate cache file if it wants to.
1874 # Prefer an explicitly selected file to automatically selected ones.
1875 ac_site_file1=NONE
1876 ac_site_file2=NONE
1877 if test -n "$CONFIG_SITE"; then
1878 ac_site_file1=$CONFIG_SITE
1879 elif test "x$prefix" != xNONE; then
1880 ac_site_file1=$prefix/share/config.site
1881 ac_site_file2=$prefix/etc/config.site
1882 else
1883 ac_site_file1=$ac_default_prefix/share/config.site
1884 ac_site_file2=$ac_default_prefix/etc/config.site
1886 for ac_site_file in "$ac_site_file1" "$ac_site_file2"
1888 test "x$ac_site_file" = xNONE && continue
1889 if test -r "$ac_site_file"; then
1890 { $as_echo "$as_me:$LINENO: loading site script $ac_site_file" >&5
1891 $as_echo "$as_me: loading site script $ac_site_file" >&6;}
1892 sed 's/^/| /' "$ac_site_file" >&5
1893 . "$ac_site_file"
1895 done
1897 if test -r "$cache_file"; then
1898 # Some versions of bash will fail to source /dev/null (special
1899 # files actually), so we avoid doing that.
1900 if test -f "$cache_file"; then
1901 { $as_echo "$as_me:$LINENO: loading cache $cache_file" >&5
1902 $as_echo "$as_me: loading cache $cache_file" >&6;}
1903 case $cache_file in
1904 [\\/]* | ?:[\\/]* ) . "$cache_file";;
1905 *) . "./$cache_file";;
1906 esac
1908 else
1909 { $as_echo "$as_me:$LINENO: creating cache $cache_file" >&5
1910 $as_echo "$as_me: creating cache $cache_file" >&6;}
1911 >$cache_file
1914 # Check that the precious variables saved in the cache have kept the same
1915 # value.
1916 ac_cache_corrupted=false
1917 for ac_var in $ac_precious_vars; do
1918 eval ac_old_set=\$ac_cv_env_${ac_var}_set
1919 eval ac_new_set=\$ac_env_${ac_var}_set
1920 eval ac_old_val=\$ac_cv_env_${ac_var}_value
1921 eval ac_new_val=\$ac_env_${ac_var}_value
1922 case $ac_old_set,$ac_new_set in
1923 set,)
1924 { $as_echo "$as_me:$LINENO: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
1925 $as_echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
1926 ac_cache_corrupted=: ;;
1927 ,set)
1928 { $as_echo "$as_me:$LINENO: error: \`$ac_var' was not set in the previous run" >&5
1929 $as_echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;}
1930 ac_cache_corrupted=: ;;
1931 ,);;
1933 if test "x$ac_old_val" != "x$ac_new_val"; then
1934 # differences in whitespace do not lead to failure.
1935 ac_old_val_w=`echo x $ac_old_val`
1936 ac_new_val_w=`echo x $ac_new_val`
1937 if test "$ac_old_val_w" != "$ac_new_val_w"; then
1938 { $as_echo "$as_me:$LINENO: error: \`$ac_var' has changed since the previous run:" >&5
1939 $as_echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;}
1940 ac_cache_corrupted=:
1941 else
1942 { $as_echo "$as_me:$LINENO: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&5
1943 $as_echo "$as_me: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&2;}
1944 eval $ac_var=\$ac_old_val
1946 { $as_echo "$as_me:$LINENO: former value: \`$ac_old_val'" >&5
1947 $as_echo "$as_me: former value: \`$ac_old_val'" >&2;}
1948 { $as_echo "$as_me:$LINENO: current value: \`$ac_new_val'" >&5
1949 $as_echo "$as_me: current value: \`$ac_new_val'" >&2;}
1950 fi;;
1951 esac
1952 # Pass precious variables to config.status.
1953 if test "$ac_new_set" = set; then
1954 case $ac_new_val in
1955 *\'*) ac_arg=$ac_var=`$as_echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
1956 *) ac_arg=$ac_var=$ac_new_val ;;
1957 esac
1958 case " $ac_configure_args " in
1959 *" '$ac_arg' "*) ;; # Avoid dups. Use of quotes ensures accuracy.
1960 *) ac_configure_args="$ac_configure_args '$ac_arg'" ;;
1961 esac
1963 done
1964 if $ac_cache_corrupted; then
1965 { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5
1966 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
1967 { $as_echo "$as_me:$LINENO: error: changes in the environment can compromise the build" >&5
1968 $as_echo "$as_me: error: changes in the environment can compromise the build" >&2;}
1969 { { $as_echo "$as_me:$LINENO: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&5
1970 $as_echo "$as_me: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&2;}
1971 { (exit 1); exit 1; }; }
1998 ac_ext=c
1999 ac_cpp='$CPP $CPPFLAGS'
2000 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2001 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2002 ac_compiler_gnu=$ac_cv_c_compiler_gnu
2006 ac_config_headers="$ac_config_headers include/config.h"
2008 ac_aux_dir=
2009 for ac_dir in tools "$srcdir"/tools; do
2010 if test -f "$ac_dir/install-sh"; then
2011 ac_aux_dir=$ac_dir
2012 ac_install_sh="$ac_aux_dir/install-sh -c"
2013 break
2014 elif test -f "$ac_dir/install.sh"; then
2015 ac_aux_dir=$ac_dir
2016 ac_install_sh="$ac_aux_dir/install.sh -c"
2017 break
2018 elif test -f "$ac_dir/shtool"; then
2019 ac_aux_dir=$ac_dir
2020 ac_install_sh="$ac_aux_dir/shtool install -c"
2021 break
2023 done
2024 if test -z "$ac_aux_dir"; then
2025 { { $as_echo "$as_me:$LINENO: error: cannot find install-sh or install.sh in tools \"$srcdir\"/tools" >&5
2026 $as_echo "$as_me: error: cannot find install-sh or install.sh in tools \"$srcdir\"/tools" >&2;}
2027 { (exit 1); exit 1; }; }
2030 # These three variables are undocumented and unsupported,
2031 # and are intended to be withdrawn in a future Autoconf release.
2032 # They can cause serious problems if a builder's source tree is in a directory
2033 # whose full name contains unusual characters.
2034 ac_config_guess="$SHELL $ac_aux_dir/config.guess" # Please don't use this var.
2035 ac_config_sub="$SHELL $ac_aux_dir/config.sub" # Please don't use this var.
2036 ac_configure="$SHELL $ac_aux_dir/configure" # Please don't use this var.
2041 # Check whether --enable-win16 was given.
2042 if test "${enable_win16+set}" = set; then
2043 enableval=$enable_win16;
2046 # Check whether --enable-win64 was given.
2047 if test "${enable_win64+set}" = set; then
2048 enableval=$enable_win64;
2051 # Check whether --enable-tests was given.
2052 if test "${enable_tests+set}" = set; then
2053 enableval=$enable_tests;
2056 # Check whether --enable-maintainer-mode was given.
2057 if test "${enable_maintainer_mode+set}" = set; then
2058 enableval=$enable_maintainer_mode;
2059 else
2060 MAINTAINER_MODE=\#
2066 # Check whether --with-alsa was given.
2067 if test "${with_alsa+set}" = set; then
2068 withval=$with_alsa; if test "x$withval" = "xno"; then ac_cv_header_sys_asoundlib_h=no; ac_cv_header_alsa_asoundlib_h=no; fi
2072 # Check whether --with-audioio was given.
2073 if test "${with_audioio+set}" = set; then
2074 withval=$with_audioio; if test "x$withval" = "xno"; then ac_cv_header_libaudioio_h=no; fi
2078 # Check whether --with-capi was given.
2079 if test "${with_capi+set}" = set; then
2080 withval=$with_capi; if test "x$withval" = "xno"; then ac_cv_header_capi20_h=no; ac_cv_header_linux_capi_h=no; fi
2084 # Check whether --with-cms was given.
2085 if test "${with_cms+set}" = set; then
2086 withval=$with_cms; if test "x$withval" = "xno"; then ac_cv_header_lcms_h=no; ac_cv_header_lcms_lcms_h=no; fi
2090 # Check whether --with-coreaudio was given.
2091 if test "${with_coreaudio+set}" = set; then
2092 withval=$with_coreaudio; if test "x$withval" = "xno"; then ac_cv_header_CoreAudio_CoreAudio_h=no; fi
2096 # Check whether --with-cups was given.
2097 if test "${with_cups+set}" = set; then
2098 withval=$with_cups;
2102 # Check whether --with-curses was given.
2103 if test "${with_curses+set}" = set; then
2104 withval=$with_curses; if test "x$withval" = "xno"; then ac_cv_header_ncurses_h=no; ac_cv_header_curses_h=no; fi
2108 # Check whether --with-esd was given.
2109 if test "${with_esd+set}" = set; then
2110 withval=$with_esd;
2114 # Check whether --with-fontconfig was given.
2115 if test "${with_fontconfig+set}" = set; then
2116 withval=$with_fontconfig; if test "x$withval" = "xno"; then ac_cv_header_fontconfig_fontconfig_h=no; fi
2120 # Check whether --with-freetype was given.
2121 if test "${with_freetype+set}" = set; then
2122 withval=$with_freetype;
2126 # Check whether --with-gphoto was given.
2127 if test "${with_gphoto+set}" = set; then
2128 withval=$with_gphoto;
2132 # Check whether --with-glu was given.
2133 if test "${with_glu+set}" = set; then
2134 withval=$with_glu; if test "x$withval" = "xno"; then ac_cv_header_GL_glu_h=no; fi
2138 # Check whether --with-gnutls was given.
2139 if test "${with_gnutls+set}" = set; then
2140 withval=$with_gnutls;
2144 # Check whether --with-hal was given.
2145 if test "${with_hal+set}" = set; then
2146 withval=$with_hal;
2150 # Check whether --with-jack was given.
2151 if test "${with_jack+set}" = set; then
2152 withval=$with_jack; if test "x$withval" = "xno"; then ac_cv_header_jack_jack_h=no; fi
2156 # Check whether --with-jpeg was given.
2157 if test "${with_jpeg+set}" = set; then
2158 withval=$with_jpeg; if test "x$withval" = "xno"; then ac_cv_header_jpeglib_h=no; fi
2162 # Check whether --with-ldap was given.
2163 if test "${with_ldap+set}" = set; then
2164 withval=$with_ldap; if test "x$withval" = "xno"; then ac_cv_header_ldap_h=no; ac_cv_header_lber_h=no; fi
2168 # Check whether --with-nas was given.
2169 if test "${with_nas+set}" = set; then
2170 withval=$with_nas; if test "x$withval" = "xno"; then ac_cv_header_audio_audiolib_h=no; fi
2174 # Check whether --with-opengl was given.
2175 if test "${with_opengl+set}" = set; then
2176 withval=$with_opengl;
2180 # Check whether --with-openssl was given.
2181 if test "${with_openssl+set}" = set; then
2182 withval=$with_openssl; if test "x$withval" = "xno"; then ac_cv_header_openssl_err_h=no; ac_cv_header_openssl_ssl_h=no; fi
2186 # Check whether --with-oss was given.
2187 if test "${with_oss+set}" = set; then
2188 withval=$with_oss; if test "x$withval" = "xno"; then ac_cv_header_soundcard_h=no; ac_cv_header_sys_soundcard_h=no; ac_cv_header_machine_soundcard_h=no; fi
2192 # Check whether --with-png was given.
2193 if test "${with_png+set}" = set; then
2194 withval=$with_png; if test "x$withval" = "xno"; then ac_cv_header_png_h=no; fi
2198 # Check whether --with-pthread was given.
2199 if test "${with_pthread+set}" = set; then
2200 withval=$with_pthread; if test "x$withval" = "xno"; then ac_cv_header_pthread_h=no; fi
2204 # Check whether --with-sane was given.
2205 if test "${with_sane+set}" = set; then
2206 withval=$with_sane;
2210 # Check whether --with-xcomposite was given.
2211 if test "${with_xcomposite+set}" = set; then
2212 withval=$with_xcomposite; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_Xcomposite_h=no; fi
2216 # Check whether --with-xcursor was given.
2217 if test "${with_xcursor+set}" = set; then
2218 withval=$with_xcursor; if test "x$withval" = "xno"; then ac_cv_header_X11_Xcursor_Xcursor_h=no; fi
2222 # Check whether --with-xinerama was given.
2223 if test "${with_xinerama+set}" = set; then
2224 withval=$with_xinerama; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_Xinerama_h=no; fi
2228 # Check whether --with-xinput was given.
2229 if test "${with_xinput+set}" = set; then
2230 withval=$with_xinput; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_XInput_h=no; fi
2234 # Check whether --with-xml was given.
2235 if test "${with_xml+set}" = set; then
2236 withval=$with_xml;
2240 # Check whether --with-xrandr was given.
2241 if test "${with_xrandr+set}" = set; then
2242 withval=$with_xrandr; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_Xrandr_h=no; fi
2246 # Check whether --with-xrender was given.
2247 if test "${with_xrender+set}" = set; then
2248 withval=$with_xrender; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_Xrender_h=no; fi
2252 # Check whether --with-xshape was given.
2253 if test "${with_xshape+set}" = set; then
2254 withval=$with_xshape; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_shape_h=no; fi
2258 # Check whether --with-xshm was given.
2259 if test "${with_xshm+set}" = set; then
2260 withval=$with_xshm; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_XShm_h=no; fi
2264 # Check whether --with-xslt was given.
2265 if test "${with_xslt+set}" = set; then
2266 withval=$with_xslt;
2270 # Check whether --with-xxf86vm was given.
2271 if test "${with_xxf86vm+set}" = set; then
2272 withval=$with_xxf86vm; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_xf86vmode_h=no; fi
2277 # Check whether --with-wine-tools was given.
2278 if test "${with_wine_tools+set}" = set; then
2279 withval=$with_wine_tools;
2283 # Make sure we can run config.sub.
2284 $SHELL "$ac_aux_dir/config.sub" sun4 >/dev/null 2>&1 ||
2285 { { $as_echo "$as_me:$LINENO: error: cannot run $SHELL $ac_aux_dir/config.sub" >&5
2286 $as_echo "$as_me: error: cannot run $SHELL $ac_aux_dir/config.sub" >&2;}
2287 { (exit 1); exit 1; }; }
2289 { $as_echo "$as_me:$LINENO: checking build system type" >&5
2290 $as_echo_n "checking build system type... " >&6; }
2291 if test "${ac_cv_build+set}" = set; then
2292 $as_echo_n "(cached) " >&6
2293 else
2294 ac_build_alias=$build_alias
2295 test "x$ac_build_alias" = x &&
2296 ac_build_alias=`$SHELL "$ac_aux_dir/config.guess"`
2297 test "x$ac_build_alias" = x &&
2298 { { $as_echo "$as_me:$LINENO: error: cannot guess build type; you must specify one" >&5
2299 $as_echo "$as_me: error: cannot guess build type; you must specify one" >&2;}
2300 { (exit 1); exit 1; }; }
2301 ac_cv_build=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` ||
2302 { { $as_echo "$as_me:$LINENO: error: $SHELL $ac_aux_dir/config.sub $ac_build_alias failed" >&5
2303 $as_echo "$as_me: error: $SHELL $ac_aux_dir/config.sub $ac_build_alias failed" >&2;}
2304 { (exit 1); exit 1; }; }
2307 { $as_echo "$as_me:$LINENO: result: $ac_cv_build" >&5
2308 $as_echo "$ac_cv_build" >&6; }
2309 case $ac_cv_build in
2310 *-*-*) ;;
2311 *) { { $as_echo "$as_me:$LINENO: error: invalid value of canonical build" >&5
2312 $as_echo "$as_me: error: invalid value of canonical build" >&2;}
2313 { (exit 1); exit 1; }; };;
2314 esac
2315 build=$ac_cv_build
2316 ac_save_IFS=$IFS; IFS='-'
2317 set x $ac_cv_build
2318 shift
2319 build_cpu=$1
2320 build_vendor=$2
2321 shift; shift
2322 # Remember, the first character of IFS is used to create $*,
2323 # except with old shells:
2324 build_os=$*
2325 IFS=$ac_save_IFS
2326 case $build_os in *\ *) build_os=`echo "$build_os" | sed 's/ /-/g'`;; esac
2329 { $as_echo "$as_me:$LINENO: checking host system type" >&5
2330 $as_echo_n "checking host system type... " >&6; }
2331 if test "${ac_cv_host+set}" = set; then
2332 $as_echo_n "(cached) " >&6
2333 else
2334 if test "x$host_alias" = x; then
2335 ac_cv_host=$ac_cv_build
2336 else
2337 ac_cv_host=`$SHELL "$ac_aux_dir/config.sub" $host_alias` ||
2338 { { $as_echo "$as_me:$LINENO: error: $SHELL $ac_aux_dir/config.sub $host_alias failed" >&5
2339 $as_echo "$as_me: error: $SHELL $ac_aux_dir/config.sub $host_alias failed" >&2;}
2340 { (exit 1); exit 1; }; }
2344 { $as_echo "$as_me:$LINENO: result: $ac_cv_host" >&5
2345 $as_echo "$ac_cv_host" >&6; }
2346 case $ac_cv_host in
2347 *-*-*) ;;
2348 *) { { $as_echo "$as_me:$LINENO: error: invalid value of canonical host" >&5
2349 $as_echo "$as_me: error: invalid value of canonical host" >&2;}
2350 { (exit 1); exit 1; }; };;
2351 esac
2352 host=$ac_cv_host
2353 ac_save_IFS=$IFS; IFS='-'
2354 set x $ac_cv_host
2355 shift
2356 host_cpu=$1
2357 host_vendor=$2
2358 shift; shift
2359 # Remember, the first character of IFS is used to create $*,
2360 # except with old shells:
2361 host_os=$*
2362 IFS=$ac_save_IFS
2363 case $host_os in *\ *) host_os=`echo "$host_os" | sed 's/ /-/g'`;; esac
2367 case "$srcdir" in
2368 .) ;;
2369 *) if test -f "$srcdir/Makefile" -o -f "$srcdir/include/config.h"; then
2370 { { $as_echo "$as_me:$LINENO: error: you are building out of the source tree, but the source tree contains object files.
2371 You need to run 'make distclean' in the source tree first." >&5
2372 $as_echo "$as_me: error: you are building out of the source tree, but the source tree contains object files.
2373 You need to run 'make distclean' in the source tree first." >&2;}
2374 { (exit 1); exit 1; }; }
2375 fi ;;
2376 esac
2379 { $as_echo "$as_me:$LINENO: checking whether ${MAKE-make} sets \$(MAKE)" >&5
2380 $as_echo_n "checking whether ${MAKE-make} sets \$(MAKE)... " >&6; }
2381 set x ${MAKE-make}
2382 ac_make=`$as_echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'`
2383 if { as_var=ac_cv_prog_make_${ac_make}_set; eval "test \"\${$as_var+set}\" = set"; }; then
2384 $as_echo_n "(cached) " >&6
2385 else
2386 cat >conftest.make <<\_ACEOF
2387 SHELL = /bin/sh
2388 all:
2389 @echo '@@@%%%=$(MAKE)=@@@%%%'
2390 _ACEOF
2391 # GNU make sometimes prints "make[1]: Entering...", which would confuse us.
2392 case `${MAKE-make} -f conftest.make 2>/dev/null` in
2393 *@@@%%%=?*=@@@%%%*)
2394 eval ac_cv_prog_make_${ac_make}_set=yes;;
2396 eval ac_cv_prog_make_${ac_make}_set=no;;
2397 esac
2398 rm -f conftest.make
2400 if eval test \$ac_cv_prog_make_${ac_make}_set = yes; then
2401 { $as_echo "$as_me:$LINENO: result: yes" >&5
2402 $as_echo "yes" >&6; }
2403 SET_MAKE=
2404 else
2405 { $as_echo "$as_me:$LINENO: result: no" >&5
2406 $as_echo "no" >&6; }
2407 SET_MAKE="MAKE=${MAKE-make}"
2410 ac_ext=c
2411 ac_cpp='$CPP $CPPFLAGS'
2412 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2413 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2414 ac_compiler_gnu=$ac_cv_c_compiler_gnu
2415 if test -n "$ac_tool_prefix"; then
2416 # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
2417 set dummy ${ac_tool_prefix}gcc; ac_word=$2
2418 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
2419 $as_echo_n "checking for $ac_word... " >&6; }
2420 if test "${ac_cv_prog_CC+set}" = set; then
2421 $as_echo_n "(cached) " >&6
2422 else
2423 if test -n "$CC"; then
2424 ac_cv_prog_CC="$CC" # Let the user override the test.
2425 else
2426 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2427 for as_dir in $PATH
2429 IFS=$as_save_IFS
2430 test -z "$as_dir" && as_dir=.
2431 for ac_exec_ext in '' $ac_executable_extensions; do
2432 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2433 ac_cv_prog_CC="${ac_tool_prefix}gcc"
2434 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2435 break 2
2437 done
2438 done
2439 IFS=$as_save_IFS
2443 CC=$ac_cv_prog_CC
2444 if test -n "$CC"; then
2445 { $as_echo "$as_me:$LINENO: result: $CC" >&5
2446 $as_echo "$CC" >&6; }
2447 else
2448 { $as_echo "$as_me:$LINENO: result: no" >&5
2449 $as_echo "no" >&6; }
2454 if test -z "$ac_cv_prog_CC"; then
2455 ac_ct_CC=$CC
2456 # Extract the first word of "gcc", so it can be a program name with args.
2457 set dummy gcc; ac_word=$2
2458 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
2459 $as_echo_n "checking for $ac_word... " >&6; }
2460 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
2461 $as_echo_n "(cached) " >&6
2462 else
2463 if test -n "$ac_ct_CC"; then
2464 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
2465 else
2466 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2467 for as_dir in $PATH
2469 IFS=$as_save_IFS
2470 test -z "$as_dir" && as_dir=.
2471 for ac_exec_ext in '' $ac_executable_extensions; do
2472 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2473 ac_cv_prog_ac_ct_CC="gcc"
2474 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2475 break 2
2477 done
2478 done
2479 IFS=$as_save_IFS
2483 ac_ct_CC=$ac_cv_prog_ac_ct_CC
2484 if test -n "$ac_ct_CC"; then
2485 { $as_echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
2486 $as_echo "$ac_ct_CC" >&6; }
2487 else
2488 { $as_echo "$as_me:$LINENO: result: no" >&5
2489 $as_echo "no" >&6; }
2492 if test "x$ac_ct_CC" = x; then
2493 CC=""
2494 else
2495 case $cross_compiling:$ac_tool_warned in
2496 yes:)
2497 { $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5
2498 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
2499 ac_tool_warned=yes ;;
2500 esac
2501 CC=$ac_ct_CC
2503 else
2504 CC="$ac_cv_prog_CC"
2507 if test -z "$CC"; then
2508 if test -n "$ac_tool_prefix"; then
2509 # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
2510 set dummy ${ac_tool_prefix}cc; ac_word=$2
2511 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
2512 $as_echo_n "checking for $ac_word... " >&6; }
2513 if test "${ac_cv_prog_CC+set}" = set; then
2514 $as_echo_n "(cached) " >&6
2515 else
2516 if test -n "$CC"; then
2517 ac_cv_prog_CC="$CC" # Let the user override the test.
2518 else
2519 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2520 for as_dir in $PATH
2522 IFS=$as_save_IFS
2523 test -z "$as_dir" && as_dir=.
2524 for ac_exec_ext in '' $ac_executable_extensions; do
2525 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2526 ac_cv_prog_CC="${ac_tool_prefix}cc"
2527 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2528 break 2
2530 done
2531 done
2532 IFS=$as_save_IFS
2536 CC=$ac_cv_prog_CC
2537 if test -n "$CC"; then
2538 { $as_echo "$as_me:$LINENO: result: $CC" >&5
2539 $as_echo "$CC" >&6; }
2540 else
2541 { $as_echo "$as_me:$LINENO: result: no" >&5
2542 $as_echo "no" >&6; }
2548 if test -z "$CC"; then
2549 # Extract the first word of "cc", so it can be a program name with args.
2550 set dummy cc; ac_word=$2
2551 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
2552 $as_echo_n "checking for $ac_word... " >&6; }
2553 if test "${ac_cv_prog_CC+set}" = set; then
2554 $as_echo_n "(cached) " >&6
2555 else
2556 if test -n "$CC"; then
2557 ac_cv_prog_CC="$CC" # Let the user override the test.
2558 else
2559 ac_prog_rejected=no
2560 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2561 for as_dir in $PATH
2563 IFS=$as_save_IFS
2564 test -z "$as_dir" && as_dir=.
2565 for ac_exec_ext in '' $ac_executable_extensions; do
2566 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2567 if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
2568 ac_prog_rejected=yes
2569 continue
2571 ac_cv_prog_CC="cc"
2572 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2573 break 2
2575 done
2576 done
2577 IFS=$as_save_IFS
2579 if test $ac_prog_rejected = yes; then
2580 # We found a bogon in the path, so make sure we never use it.
2581 set dummy $ac_cv_prog_CC
2582 shift
2583 if test $# != 0; then
2584 # We chose a different compiler from the bogus one.
2585 # However, it has the same basename, so the bogon will be chosen
2586 # first if we set CC to just the basename; use the full file name.
2587 shift
2588 ac_cv_prog_CC="$as_dir/$ac_word${1+' '}$@"
2593 CC=$ac_cv_prog_CC
2594 if test -n "$CC"; then
2595 { $as_echo "$as_me:$LINENO: result: $CC" >&5
2596 $as_echo "$CC" >&6; }
2597 else
2598 { $as_echo "$as_me:$LINENO: result: no" >&5
2599 $as_echo "no" >&6; }
2604 if test -z "$CC"; then
2605 if test -n "$ac_tool_prefix"; then
2606 for ac_prog in cl.exe
2608 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
2609 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
2610 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
2611 $as_echo_n "checking for $ac_word... " >&6; }
2612 if test "${ac_cv_prog_CC+set}" = set; then
2613 $as_echo_n "(cached) " >&6
2614 else
2615 if test -n "$CC"; then
2616 ac_cv_prog_CC="$CC" # Let the user override the test.
2617 else
2618 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2619 for as_dir in $PATH
2621 IFS=$as_save_IFS
2622 test -z "$as_dir" && as_dir=.
2623 for ac_exec_ext in '' $ac_executable_extensions; do
2624 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2625 ac_cv_prog_CC="$ac_tool_prefix$ac_prog"
2626 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2627 break 2
2629 done
2630 done
2631 IFS=$as_save_IFS
2635 CC=$ac_cv_prog_CC
2636 if test -n "$CC"; then
2637 { $as_echo "$as_me:$LINENO: result: $CC" >&5
2638 $as_echo "$CC" >&6; }
2639 else
2640 { $as_echo "$as_me:$LINENO: result: no" >&5
2641 $as_echo "no" >&6; }
2645 test -n "$CC" && break
2646 done
2648 if test -z "$CC"; then
2649 ac_ct_CC=$CC
2650 for ac_prog in cl.exe
2652 # Extract the first word of "$ac_prog", so it can be a program name with args.
2653 set dummy $ac_prog; ac_word=$2
2654 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
2655 $as_echo_n "checking for $ac_word... " >&6; }
2656 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
2657 $as_echo_n "(cached) " >&6
2658 else
2659 if test -n "$ac_ct_CC"; then
2660 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
2661 else
2662 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2663 for as_dir in $PATH
2665 IFS=$as_save_IFS
2666 test -z "$as_dir" && as_dir=.
2667 for ac_exec_ext in '' $ac_executable_extensions; do
2668 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2669 ac_cv_prog_ac_ct_CC="$ac_prog"
2670 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2671 break 2
2673 done
2674 done
2675 IFS=$as_save_IFS
2679 ac_ct_CC=$ac_cv_prog_ac_ct_CC
2680 if test -n "$ac_ct_CC"; then
2681 { $as_echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
2682 $as_echo "$ac_ct_CC" >&6; }
2683 else
2684 { $as_echo "$as_me:$LINENO: result: no" >&5
2685 $as_echo "no" >&6; }
2689 test -n "$ac_ct_CC" && break
2690 done
2692 if test "x$ac_ct_CC" = x; then
2693 CC=""
2694 else
2695 case $cross_compiling:$ac_tool_warned in
2696 yes:)
2697 { $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5
2698 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
2699 ac_tool_warned=yes ;;
2700 esac
2701 CC=$ac_ct_CC
2708 test -z "$CC" && { { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5
2709 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2710 { { $as_echo "$as_me:$LINENO: error: no acceptable C compiler found in \$PATH
2711 See \`config.log' for more details." >&5
2712 $as_echo "$as_me: error: no acceptable C compiler found in \$PATH
2713 See \`config.log' for more details." >&2;}
2714 { (exit 1); exit 1; }; }; }
2716 # Provide some information about the compiler.
2717 $as_echo "$as_me:$LINENO: checking for C compiler version" >&5
2718 set X $ac_compile
2719 ac_compiler=$2
2720 { (ac_try="$ac_compiler --version >&5"
2721 case "(($ac_try" in
2722 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2723 *) ac_try_echo=$ac_try;;
2724 esac
2725 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
2726 $as_echo "$ac_try_echo") >&5
2727 (eval "$ac_compiler --version >&5") 2>&5
2728 ac_status=$?
2729 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
2730 (exit $ac_status); }
2731 { (ac_try="$ac_compiler -v >&5"
2732 case "(($ac_try" in
2733 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2734 *) ac_try_echo=$ac_try;;
2735 esac
2736 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
2737 $as_echo "$ac_try_echo") >&5
2738 (eval "$ac_compiler -v >&5") 2>&5
2739 ac_status=$?
2740 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
2741 (exit $ac_status); }
2742 { (ac_try="$ac_compiler -V >&5"
2743 case "(($ac_try" in
2744 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2745 *) ac_try_echo=$ac_try;;
2746 esac
2747 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
2748 $as_echo "$ac_try_echo") >&5
2749 (eval "$ac_compiler -V >&5") 2>&5
2750 ac_status=$?
2751 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
2752 (exit $ac_status); }
2754 cat >conftest.$ac_ext <<_ACEOF
2755 /* confdefs.h. */
2756 _ACEOF
2757 cat confdefs.h >>conftest.$ac_ext
2758 cat >>conftest.$ac_ext <<_ACEOF
2759 /* end confdefs.h. */
2762 main ()
2766 return 0;
2768 _ACEOF
2769 ac_clean_files_save=$ac_clean_files
2770 ac_clean_files="$ac_clean_files a.out a.out.dSYM a.exe b.out"
2771 # Try to create an executable without -o first, disregard a.out.
2772 # It will help us diagnose broken compilers, and finding out an intuition
2773 # of exeext.
2774 { $as_echo "$as_me:$LINENO: checking for C compiler default output file name" >&5
2775 $as_echo_n "checking for C compiler default output file name... " >&6; }
2776 ac_link_default=`$as_echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
2778 # The possible output files:
2779 ac_files="a.out conftest.exe conftest a.exe a_out.exe b.out conftest.*"
2781 ac_rmfiles=
2782 for ac_file in $ac_files
2784 case $ac_file in
2785 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
2786 * ) ac_rmfiles="$ac_rmfiles $ac_file";;
2787 esac
2788 done
2789 rm -f $ac_rmfiles
2791 if { (ac_try="$ac_link_default"
2792 case "(($ac_try" in
2793 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2794 *) ac_try_echo=$ac_try;;
2795 esac
2796 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
2797 $as_echo "$ac_try_echo") >&5
2798 (eval "$ac_link_default") 2>&5
2799 ac_status=$?
2800 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
2801 (exit $ac_status); }; then
2802 # Autoconf-2.13 could set the ac_cv_exeext variable to `no'.
2803 # So ignore a value of `no', otherwise this would lead to `EXEEXT = no'
2804 # in a Makefile. We should not override ac_cv_exeext if it was cached,
2805 # so that the user can short-circuit this test for compilers unknown to
2806 # Autoconf.
2807 for ac_file in $ac_files ''
2809 test -f "$ac_file" || continue
2810 case $ac_file in
2811 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj )
2813 [ab].out )
2814 # We found the default executable, but exeext='' is most
2815 # certainly right.
2816 break;;
2817 *.* )
2818 if test "${ac_cv_exeext+set}" = set && test "$ac_cv_exeext" != no;
2819 then :; else
2820 ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
2822 # We set ac_cv_exeext here because the later test for it is not
2823 # safe: cross compilers may not add the suffix if given an `-o'
2824 # argument, so we may need to know it at that point already.
2825 # Even if this section looks crufty: it has the advantage of
2826 # actually working.
2827 break;;
2829 break;;
2830 esac
2831 done
2832 test "$ac_cv_exeext" = no && ac_cv_exeext=
2834 else
2835 ac_file=''
2838 { $as_echo "$as_me:$LINENO: result: $ac_file" >&5
2839 $as_echo "$ac_file" >&6; }
2840 if test -z "$ac_file"; then
2841 $as_echo "$as_me: failed program was:" >&5
2842 sed 's/^/| /' conftest.$ac_ext >&5
2844 { { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5
2845 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2846 { { $as_echo "$as_me:$LINENO: error: C compiler cannot create executables
2847 See \`config.log' for more details." >&5
2848 $as_echo "$as_me: error: C compiler cannot create executables
2849 See \`config.log' for more details." >&2;}
2850 { (exit 77); exit 77; }; }; }
2853 ac_exeext=$ac_cv_exeext
2855 # Check that the compiler produces executables we can run. If not, either
2856 # the compiler is broken, or we cross compile.
2857 { $as_echo "$as_me:$LINENO: checking whether the C compiler works" >&5
2858 $as_echo_n "checking whether the C compiler works... " >&6; }
2859 # FIXME: These cross compiler hacks should be removed for Autoconf 3.0
2860 # If not cross compiling, check that we can run a simple program.
2861 if test "$cross_compiling" != yes; then
2862 if { ac_try='./$ac_file'
2863 { (case "(($ac_try" in
2864 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2865 *) ac_try_echo=$ac_try;;
2866 esac
2867 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
2868 $as_echo "$ac_try_echo") >&5
2869 (eval "$ac_try") 2>&5
2870 ac_status=$?
2871 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
2872 (exit $ac_status); }; }; then
2873 cross_compiling=no
2874 else
2875 if test "$cross_compiling" = maybe; then
2876 cross_compiling=yes
2877 else
2878 { { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5
2879 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2880 { { $as_echo "$as_me:$LINENO: error: cannot run C compiled programs.
2881 If you meant to cross compile, use \`--host'.
2882 See \`config.log' for more details." >&5
2883 $as_echo "$as_me: error: cannot run C compiled programs.
2884 If you meant to cross compile, use \`--host'.
2885 See \`config.log' for more details." >&2;}
2886 { (exit 1); exit 1; }; }; }
2890 { $as_echo "$as_me:$LINENO: result: yes" >&5
2891 $as_echo "yes" >&6; }
2893 rm -f -r a.out a.out.dSYM a.exe conftest$ac_cv_exeext b.out
2894 ac_clean_files=$ac_clean_files_save
2895 # Check that the compiler produces executables we can run. If not, either
2896 # the compiler is broken, or we cross compile.
2897 { $as_echo "$as_me:$LINENO: checking whether we are cross compiling" >&5
2898 $as_echo_n "checking whether we are cross compiling... " >&6; }
2899 { $as_echo "$as_me:$LINENO: result: $cross_compiling" >&5
2900 $as_echo "$cross_compiling" >&6; }
2902 { $as_echo "$as_me:$LINENO: checking for suffix of executables" >&5
2903 $as_echo_n "checking for suffix of executables... " >&6; }
2904 if { (ac_try="$ac_link"
2905 case "(($ac_try" in
2906 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2907 *) ac_try_echo=$ac_try;;
2908 esac
2909 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
2910 $as_echo "$ac_try_echo") >&5
2911 (eval "$ac_link") 2>&5
2912 ac_status=$?
2913 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
2914 (exit $ac_status); }; then
2915 # If both `conftest.exe' and `conftest' are `present' (well, observable)
2916 # catch `conftest.exe'. For instance with Cygwin, `ls conftest' will
2917 # work properly (i.e., refer to `conftest.exe'), while it won't with
2918 # `rm'.
2919 for ac_file in conftest.exe conftest conftest.*; do
2920 test -f "$ac_file" || continue
2921 case $ac_file in
2922 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
2923 *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
2924 break;;
2925 * ) break;;
2926 esac
2927 done
2928 else
2929 { { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5
2930 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2931 { { $as_echo "$as_me:$LINENO: error: cannot compute suffix of executables: cannot compile and link
2932 See \`config.log' for more details." >&5
2933 $as_echo "$as_me: error: cannot compute suffix of executables: cannot compile and link
2934 See \`config.log' for more details." >&2;}
2935 { (exit 1); exit 1; }; }; }
2938 rm -f conftest$ac_cv_exeext
2939 { $as_echo "$as_me:$LINENO: result: $ac_cv_exeext" >&5
2940 $as_echo "$ac_cv_exeext" >&6; }
2942 rm -f conftest.$ac_ext
2943 EXEEXT=$ac_cv_exeext
2944 ac_exeext=$EXEEXT
2945 { $as_echo "$as_me:$LINENO: checking for suffix of object files" >&5
2946 $as_echo_n "checking for suffix of object files... " >&6; }
2947 if test "${ac_cv_objext+set}" = set; then
2948 $as_echo_n "(cached) " >&6
2949 else
2950 cat >conftest.$ac_ext <<_ACEOF
2951 /* confdefs.h. */
2952 _ACEOF
2953 cat confdefs.h >>conftest.$ac_ext
2954 cat >>conftest.$ac_ext <<_ACEOF
2955 /* end confdefs.h. */
2958 main ()
2962 return 0;
2964 _ACEOF
2965 rm -f conftest.o conftest.obj
2966 if { (ac_try="$ac_compile"
2967 case "(($ac_try" in
2968 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2969 *) ac_try_echo=$ac_try;;
2970 esac
2971 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
2972 $as_echo "$ac_try_echo") >&5
2973 (eval "$ac_compile") 2>&5
2974 ac_status=$?
2975 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
2976 (exit $ac_status); }; then
2977 for ac_file in conftest.o conftest.obj conftest.*; do
2978 test -f "$ac_file" || continue;
2979 case $ac_file in
2980 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM ) ;;
2981 *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
2982 break;;
2983 esac
2984 done
2985 else
2986 $as_echo "$as_me: failed program was:" >&5
2987 sed 's/^/| /' conftest.$ac_ext >&5
2989 { { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5
2990 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2991 { { $as_echo "$as_me:$LINENO: error: cannot compute suffix of object files: cannot compile
2992 See \`config.log' for more details." >&5
2993 $as_echo "$as_me: error: cannot compute suffix of object files: cannot compile
2994 See \`config.log' for more details." >&2;}
2995 { (exit 1); exit 1; }; }; }
2998 rm -f conftest.$ac_cv_objext conftest.$ac_ext
3000 { $as_echo "$as_me:$LINENO: result: $ac_cv_objext" >&5
3001 $as_echo "$ac_cv_objext" >&6; }
3002 OBJEXT=$ac_cv_objext
3003 ac_objext=$OBJEXT
3004 { $as_echo "$as_me:$LINENO: checking whether we are using the GNU C compiler" >&5
3005 $as_echo_n "checking whether we are using the GNU C compiler... " >&6; }
3006 if test "${ac_cv_c_compiler_gnu+set}" = set; then
3007 $as_echo_n "(cached) " >&6
3008 else
3009 cat >conftest.$ac_ext <<_ACEOF
3010 /* confdefs.h. */
3011 _ACEOF
3012 cat confdefs.h >>conftest.$ac_ext
3013 cat >>conftest.$ac_ext <<_ACEOF
3014 /* end confdefs.h. */
3017 main ()
3019 #ifndef __GNUC__
3020 choke me
3021 #endif
3024 return 0;
3026 _ACEOF
3027 rm -f conftest.$ac_objext
3028 if { (ac_try="$ac_compile"
3029 case "(($ac_try" in
3030 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3031 *) ac_try_echo=$ac_try;;
3032 esac
3033 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
3034 $as_echo "$ac_try_echo") >&5
3035 (eval "$ac_compile") 2>conftest.er1
3036 ac_status=$?
3037 grep -v '^ *+' conftest.er1 >conftest.err
3038 rm -f conftest.er1
3039 cat conftest.err >&5
3040 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
3041 (exit $ac_status); } && {
3042 test -z "$ac_c_werror_flag" ||
3043 test ! -s conftest.err
3044 } && test -s conftest.$ac_objext; then
3045 ac_compiler_gnu=yes
3046 else
3047 $as_echo "$as_me: failed program was:" >&5
3048 sed 's/^/| /' conftest.$ac_ext >&5
3050 ac_compiler_gnu=no
3053 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3054 ac_cv_c_compiler_gnu=$ac_compiler_gnu
3057 { $as_echo "$as_me:$LINENO: result: $ac_cv_c_compiler_gnu" >&5
3058 $as_echo "$ac_cv_c_compiler_gnu" >&6; }
3059 if test $ac_compiler_gnu = yes; then
3060 GCC=yes
3061 else
3062 GCC=
3064 ac_test_CFLAGS=${CFLAGS+set}
3065 ac_save_CFLAGS=$CFLAGS
3066 { $as_echo "$as_me:$LINENO: checking whether $CC accepts -g" >&5
3067 $as_echo_n "checking whether $CC accepts -g... " >&6; }
3068 if test "${ac_cv_prog_cc_g+set}" = set; then
3069 $as_echo_n "(cached) " >&6
3070 else
3071 ac_save_c_werror_flag=$ac_c_werror_flag
3072 ac_c_werror_flag=yes
3073 ac_cv_prog_cc_g=no
3074 CFLAGS="-g"
3075 cat >conftest.$ac_ext <<_ACEOF
3076 /* confdefs.h. */
3077 _ACEOF
3078 cat confdefs.h >>conftest.$ac_ext
3079 cat >>conftest.$ac_ext <<_ACEOF
3080 /* end confdefs.h. */
3083 main ()
3087 return 0;
3089 _ACEOF
3090 rm -f conftest.$ac_objext
3091 if { (ac_try="$ac_compile"
3092 case "(($ac_try" in
3093 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3094 *) ac_try_echo=$ac_try;;
3095 esac
3096 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
3097 $as_echo "$ac_try_echo") >&5
3098 (eval "$ac_compile") 2>conftest.er1
3099 ac_status=$?
3100 grep -v '^ *+' conftest.er1 >conftest.err
3101 rm -f conftest.er1
3102 cat conftest.err >&5
3103 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
3104 (exit $ac_status); } && {
3105 test -z "$ac_c_werror_flag" ||
3106 test ! -s conftest.err
3107 } && test -s conftest.$ac_objext; then
3108 ac_cv_prog_cc_g=yes
3109 else
3110 $as_echo "$as_me: failed program was:" >&5
3111 sed 's/^/| /' conftest.$ac_ext >&5
3113 CFLAGS=""
3114 cat >conftest.$ac_ext <<_ACEOF
3115 /* confdefs.h. */
3116 _ACEOF
3117 cat confdefs.h >>conftest.$ac_ext
3118 cat >>conftest.$ac_ext <<_ACEOF
3119 /* end confdefs.h. */
3122 main ()
3126 return 0;
3128 _ACEOF
3129 rm -f conftest.$ac_objext
3130 if { (ac_try="$ac_compile"
3131 case "(($ac_try" in
3132 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3133 *) ac_try_echo=$ac_try;;
3134 esac
3135 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
3136 $as_echo "$ac_try_echo") >&5
3137 (eval "$ac_compile") 2>conftest.er1
3138 ac_status=$?
3139 grep -v '^ *+' conftest.er1 >conftest.err
3140 rm -f conftest.er1
3141 cat conftest.err >&5
3142 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
3143 (exit $ac_status); } && {
3144 test -z "$ac_c_werror_flag" ||
3145 test ! -s conftest.err
3146 } && test -s conftest.$ac_objext; then
3148 else
3149 $as_echo "$as_me: failed program was:" >&5
3150 sed 's/^/| /' conftest.$ac_ext >&5
3152 ac_c_werror_flag=$ac_save_c_werror_flag
3153 CFLAGS="-g"
3154 cat >conftest.$ac_ext <<_ACEOF
3155 /* confdefs.h. */
3156 _ACEOF
3157 cat confdefs.h >>conftest.$ac_ext
3158 cat >>conftest.$ac_ext <<_ACEOF
3159 /* end confdefs.h. */
3162 main ()
3166 return 0;
3168 _ACEOF
3169 rm -f conftest.$ac_objext
3170 if { (ac_try="$ac_compile"
3171 case "(($ac_try" in
3172 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3173 *) ac_try_echo=$ac_try;;
3174 esac
3175 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
3176 $as_echo "$ac_try_echo") >&5
3177 (eval "$ac_compile") 2>conftest.er1
3178 ac_status=$?
3179 grep -v '^ *+' conftest.er1 >conftest.err
3180 rm -f conftest.er1
3181 cat conftest.err >&5
3182 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
3183 (exit $ac_status); } && {
3184 test -z "$ac_c_werror_flag" ||
3185 test ! -s conftest.err
3186 } && test -s conftest.$ac_objext; then
3187 ac_cv_prog_cc_g=yes
3188 else
3189 $as_echo "$as_me: failed program was:" >&5
3190 sed 's/^/| /' conftest.$ac_ext >&5
3195 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3198 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3201 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3202 ac_c_werror_flag=$ac_save_c_werror_flag
3204 { $as_echo "$as_me:$LINENO: result: $ac_cv_prog_cc_g" >&5
3205 $as_echo "$ac_cv_prog_cc_g" >&6; }
3206 if test "$ac_test_CFLAGS" = set; then
3207 CFLAGS=$ac_save_CFLAGS
3208 elif test $ac_cv_prog_cc_g = yes; then
3209 if test "$GCC" = yes; then
3210 CFLAGS="-g -O2"
3211 else
3212 CFLAGS="-g"
3214 else
3215 if test "$GCC" = yes; then
3216 CFLAGS="-O2"
3217 else
3218 CFLAGS=
3221 { $as_echo "$as_me:$LINENO: checking for $CC option to accept ISO C89" >&5
3222 $as_echo_n "checking for $CC option to accept ISO C89... " >&6; }
3223 if test "${ac_cv_prog_cc_c89+set}" = set; then
3224 $as_echo_n "(cached) " >&6
3225 else
3226 ac_cv_prog_cc_c89=no
3227 ac_save_CC=$CC
3228 cat >conftest.$ac_ext <<_ACEOF
3229 /* confdefs.h. */
3230 _ACEOF
3231 cat confdefs.h >>conftest.$ac_ext
3232 cat >>conftest.$ac_ext <<_ACEOF
3233 /* end confdefs.h. */
3234 #include <stdarg.h>
3235 #include <stdio.h>
3236 #include <sys/types.h>
3237 #include <sys/stat.h>
3238 /* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */
3239 struct buf { int x; };
3240 FILE * (*rcsopen) (struct buf *, struct stat *, int);
3241 static char *e (p, i)
3242 char **p;
3243 int i;
3245 return p[i];
3247 static char *f (char * (*g) (char **, int), char **p, ...)
3249 char *s;
3250 va_list v;
3251 va_start (v,p);
3252 s = g (p, va_arg (v,int));
3253 va_end (v);
3254 return s;
3257 /* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has
3258 function prototypes and stuff, but not '\xHH' hex character constants.
3259 These don't provoke an error unfortunately, instead are silently treated
3260 as 'x'. The following induces an error, until -std is added to get
3261 proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an
3262 array size at least. It's necessary to write '\x00'==0 to get something
3263 that's true only with -std. */
3264 int osf4_cc_array ['\x00' == 0 ? 1 : -1];
3266 /* IBM C 6 for AIX is almost-ANSI by default, but it replaces macro parameters
3267 inside strings and character constants. */
3268 #define FOO(x) 'x'
3269 int xlc6_cc_array[FOO(a) == 'x' ? 1 : -1];
3271 int test (int i, double x);
3272 struct s1 {int (*f) (int a);};
3273 struct s2 {int (*f) (double a);};
3274 int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
3275 int argc;
3276 char **argv;
3278 main ()
3280 return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1];
3282 return 0;
3284 _ACEOF
3285 for ac_arg in '' -qlanglvl=extc89 -qlanglvl=ansi -std \
3286 -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
3288 CC="$ac_save_CC $ac_arg"
3289 rm -f conftest.$ac_objext
3290 if { (ac_try="$ac_compile"
3291 case "(($ac_try" in
3292 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3293 *) ac_try_echo=$ac_try;;
3294 esac
3295 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
3296 $as_echo "$ac_try_echo") >&5
3297 (eval "$ac_compile") 2>conftest.er1
3298 ac_status=$?
3299 grep -v '^ *+' conftest.er1 >conftest.err
3300 rm -f conftest.er1
3301 cat conftest.err >&5
3302 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
3303 (exit $ac_status); } && {
3304 test -z "$ac_c_werror_flag" ||
3305 test ! -s conftest.err
3306 } && test -s conftest.$ac_objext; then
3307 ac_cv_prog_cc_c89=$ac_arg
3308 else
3309 $as_echo "$as_me: failed program was:" >&5
3310 sed 's/^/| /' conftest.$ac_ext >&5
3315 rm -f core conftest.err conftest.$ac_objext
3316 test "x$ac_cv_prog_cc_c89" != "xno" && break
3317 done
3318 rm -f conftest.$ac_ext
3319 CC=$ac_save_CC
3322 # AC_CACHE_VAL
3323 case "x$ac_cv_prog_cc_c89" in
3325 { $as_echo "$as_me:$LINENO: result: none needed" >&5
3326 $as_echo "none needed" >&6; } ;;
3327 xno)
3328 { $as_echo "$as_me:$LINENO: result: unsupported" >&5
3329 $as_echo "unsupported" >&6; } ;;
3331 CC="$CC $ac_cv_prog_cc_c89"
3332 { $as_echo "$as_me:$LINENO: result: $ac_cv_prog_cc_c89" >&5
3333 $as_echo "$ac_cv_prog_cc_c89" >&6; } ;;
3334 esac
3337 ac_ext=c
3338 ac_cpp='$CPP $CPPFLAGS'
3339 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3340 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3341 ac_compiler_gnu=$ac_cv_c_compiler_gnu
3343 ac_ext=cpp
3344 ac_cpp='$CXXCPP $CPPFLAGS'
3345 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3346 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3347 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
3348 if test -z "$CXX"; then
3349 if test -n "$CCC"; then
3350 CXX=$CCC
3351 else
3352 if test -n "$ac_tool_prefix"; then
3353 for ac_prog in g++ c++ gpp aCC CC cxx cc++ cl.exe FCC KCC RCC xlC_r xlC
3355 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
3356 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
3357 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
3358 $as_echo_n "checking for $ac_word... " >&6; }
3359 if test "${ac_cv_prog_CXX+set}" = set; then
3360 $as_echo_n "(cached) " >&6
3361 else
3362 if test -n "$CXX"; then
3363 ac_cv_prog_CXX="$CXX" # Let the user override the test.
3364 else
3365 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3366 for as_dir in $PATH
3368 IFS=$as_save_IFS
3369 test -z "$as_dir" && as_dir=.
3370 for ac_exec_ext in '' $ac_executable_extensions; do
3371 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3372 ac_cv_prog_CXX="$ac_tool_prefix$ac_prog"
3373 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
3374 break 2
3376 done
3377 done
3378 IFS=$as_save_IFS
3382 CXX=$ac_cv_prog_CXX
3383 if test -n "$CXX"; then
3384 { $as_echo "$as_me:$LINENO: result: $CXX" >&5
3385 $as_echo "$CXX" >&6; }
3386 else
3387 { $as_echo "$as_me:$LINENO: result: no" >&5
3388 $as_echo "no" >&6; }
3392 test -n "$CXX" && break
3393 done
3395 if test -z "$CXX"; then
3396 ac_ct_CXX=$CXX
3397 for ac_prog in g++ c++ gpp aCC CC cxx cc++ cl.exe FCC KCC RCC xlC_r xlC
3399 # Extract the first word of "$ac_prog", so it can be a program name with args.
3400 set dummy $ac_prog; ac_word=$2
3401 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
3402 $as_echo_n "checking for $ac_word... " >&6; }
3403 if test "${ac_cv_prog_ac_ct_CXX+set}" = set; then
3404 $as_echo_n "(cached) " >&6
3405 else
3406 if test -n "$ac_ct_CXX"; then
3407 ac_cv_prog_ac_ct_CXX="$ac_ct_CXX" # Let the user override the test.
3408 else
3409 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3410 for as_dir in $PATH
3412 IFS=$as_save_IFS
3413 test -z "$as_dir" && as_dir=.
3414 for ac_exec_ext in '' $ac_executable_extensions; do
3415 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3416 ac_cv_prog_ac_ct_CXX="$ac_prog"
3417 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
3418 break 2
3420 done
3421 done
3422 IFS=$as_save_IFS
3426 ac_ct_CXX=$ac_cv_prog_ac_ct_CXX
3427 if test -n "$ac_ct_CXX"; then
3428 { $as_echo "$as_me:$LINENO: result: $ac_ct_CXX" >&5
3429 $as_echo "$ac_ct_CXX" >&6; }
3430 else
3431 { $as_echo "$as_me:$LINENO: result: no" >&5
3432 $as_echo "no" >&6; }
3436 test -n "$ac_ct_CXX" && break
3437 done
3439 if test "x$ac_ct_CXX" = x; then
3440 CXX="g++"
3441 else
3442 case $cross_compiling:$ac_tool_warned in
3443 yes:)
3444 { $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5
3445 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
3446 ac_tool_warned=yes ;;
3447 esac
3448 CXX=$ac_ct_CXX
3454 # Provide some information about the compiler.
3455 $as_echo "$as_me:$LINENO: checking for C++ compiler version" >&5
3456 set X $ac_compile
3457 ac_compiler=$2
3458 { (ac_try="$ac_compiler --version >&5"
3459 case "(($ac_try" in
3460 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3461 *) ac_try_echo=$ac_try;;
3462 esac
3463 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
3464 $as_echo "$ac_try_echo") >&5
3465 (eval "$ac_compiler --version >&5") 2>&5
3466 ac_status=$?
3467 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
3468 (exit $ac_status); }
3469 { (ac_try="$ac_compiler -v >&5"
3470 case "(($ac_try" in
3471 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3472 *) ac_try_echo=$ac_try;;
3473 esac
3474 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
3475 $as_echo "$ac_try_echo") >&5
3476 (eval "$ac_compiler -v >&5") 2>&5
3477 ac_status=$?
3478 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
3479 (exit $ac_status); }
3480 { (ac_try="$ac_compiler -V >&5"
3481 case "(($ac_try" in
3482 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3483 *) ac_try_echo=$ac_try;;
3484 esac
3485 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
3486 $as_echo "$ac_try_echo") >&5
3487 (eval "$ac_compiler -V >&5") 2>&5
3488 ac_status=$?
3489 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
3490 (exit $ac_status); }
3492 { $as_echo "$as_me:$LINENO: checking whether we are using the GNU C++ compiler" >&5
3493 $as_echo_n "checking whether we are using the GNU C++ compiler... " >&6; }
3494 if test "${ac_cv_cxx_compiler_gnu+set}" = set; then
3495 $as_echo_n "(cached) " >&6
3496 else
3497 cat >conftest.$ac_ext <<_ACEOF
3498 /* confdefs.h. */
3499 _ACEOF
3500 cat confdefs.h >>conftest.$ac_ext
3501 cat >>conftest.$ac_ext <<_ACEOF
3502 /* end confdefs.h. */
3505 main ()
3507 #ifndef __GNUC__
3508 choke me
3509 #endif
3512 return 0;
3514 _ACEOF
3515 rm -f conftest.$ac_objext
3516 if { (ac_try="$ac_compile"
3517 case "(($ac_try" in
3518 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3519 *) ac_try_echo=$ac_try;;
3520 esac
3521 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
3522 $as_echo "$ac_try_echo") >&5
3523 (eval "$ac_compile") 2>conftest.er1
3524 ac_status=$?
3525 grep -v '^ *+' conftest.er1 >conftest.err
3526 rm -f conftest.er1
3527 cat conftest.err >&5
3528 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
3529 (exit $ac_status); } && {
3530 test -z "$ac_cxx_werror_flag" ||
3531 test ! -s conftest.err
3532 } && test -s conftest.$ac_objext; then
3533 ac_compiler_gnu=yes
3534 else
3535 $as_echo "$as_me: failed program was:" >&5
3536 sed 's/^/| /' conftest.$ac_ext >&5
3538 ac_compiler_gnu=no
3541 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3542 ac_cv_cxx_compiler_gnu=$ac_compiler_gnu
3545 { $as_echo "$as_me:$LINENO: result: $ac_cv_cxx_compiler_gnu" >&5
3546 $as_echo "$ac_cv_cxx_compiler_gnu" >&6; }
3547 if test $ac_compiler_gnu = yes; then
3548 GXX=yes
3549 else
3550 GXX=
3552 ac_test_CXXFLAGS=${CXXFLAGS+set}
3553 ac_save_CXXFLAGS=$CXXFLAGS
3554 { $as_echo "$as_me:$LINENO: checking whether $CXX accepts -g" >&5
3555 $as_echo_n "checking whether $CXX accepts -g... " >&6; }
3556 if test "${ac_cv_prog_cxx_g+set}" = set; then
3557 $as_echo_n "(cached) " >&6
3558 else
3559 ac_save_cxx_werror_flag=$ac_cxx_werror_flag
3560 ac_cxx_werror_flag=yes
3561 ac_cv_prog_cxx_g=no
3562 CXXFLAGS="-g"
3563 cat >conftest.$ac_ext <<_ACEOF
3564 /* confdefs.h. */
3565 _ACEOF
3566 cat confdefs.h >>conftest.$ac_ext
3567 cat >>conftest.$ac_ext <<_ACEOF
3568 /* end confdefs.h. */
3571 main ()
3575 return 0;
3577 _ACEOF
3578 rm -f conftest.$ac_objext
3579 if { (ac_try="$ac_compile"
3580 case "(($ac_try" in
3581 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3582 *) ac_try_echo=$ac_try;;
3583 esac
3584 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
3585 $as_echo "$ac_try_echo") >&5
3586 (eval "$ac_compile") 2>conftest.er1
3587 ac_status=$?
3588 grep -v '^ *+' conftest.er1 >conftest.err
3589 rm -f conftest.er1
3590 cat conftest.err >&5
3591 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
3592 (exit $ac_status); } && {
3593 test -z "$ac_cxx_werror_flag" ||
3594 test ! -s conftest.err
3595 } && test -s conftest.$ac_objext; then
3596 ac_cv_prog_cxx_g=yes
3597 else
3598 $as_echo "$as_me: failed program was:" >&5
3599 sed 's/^/| /' conftest.$ac_ext >&5
3601 CXXFLAGS=""
3602 cat >conftest.$ac_ext <<_ACEOF
3603 /* confdefs.h. */
3604 _ACEOF
3605 cat confdefs.h >>conftest.$ac_ext
3606 cat >>conftest.$ac_ext <<_ACEOF
3607 /* end confdefs.h. */
3610 main ()
3614 return 0;
3616 _ACEOF
3617 rm -f conftest.$ac_objext
3618 if { (ac_try="$ac_compile"
3619 case "(($ac_try" in
3620 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3621 *) ac_try_echo=$ac_try;;
3622 esac
3623 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
3624 $as_echo "$ac_try_echo") >&5
3625 (eval "$ac_compile") 2>conftest.er1
3626 ac_status=$?
3627 grep -v '^ *+' conftest.er1 >conftest.err
3628 rm -f conftest.er1
3629 cat conftest.err >&5
3630 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
3631 (exit $ac_status); } && {
3632 test -z "$ac_cxx_werror_flag" ||
3633 test ! -s conftest.err
3634 } && test -s conftest.$ac_objext; then
3636 else
3637 $as_echo "$as_me: failed program was:" >&5
3638 sed 's/^/| /' conftest.$ac_ext >&5
3640 ac_cxx_werror_flag=$ac_save_cxx_werror_flag
3641 CXXFLAGS="-g"
3642 cat >conftest.$ac_ext <<_ACEOF
3643 /* confdefs.h. */
3644 _ACEOF
3645 cat confdefs.h >>conftest.$ac_ext
3646 cat >>conftest.$ac_ext <<_ACEOF
3647 /* end confdefs.h. */
3650 main ()
3654 return 0;
3656 _ACEOF
3657 rm -f conftest.$ac_objext
3658 if { (ac_try="$ac_compile"
3659 case "(($ac_try" in
3660 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3661 *) ac_try_echo=$ac_try;;
3662 esac
3663 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
3664 $as_echo "$ac_try_echo") >&5
3665 (eval "$ac_compile") 2>conftest.er1
3666 ac_status=$?
3667 grep -v '^ *+' conftest.er1 >conftest.err
3668 rm -f conftest.er1
3669 cat conftest.err >&5
3670 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
3671 (exit $ac_status); } && {
3672 test -z "$ac_cxx_werror_flag" ||
3673 test ! -s conftest.err
3674 } && test -s conftest.$ac_objext; then
3675 ac_cv_prog_cxx_g=yes
3676 else
3677 $as_echo "$as_me: failed program was:" >&5
3678 sed 's/^/| /' conftest.$ac_ext >&5
3683 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3686 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3689 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3690 ac_cxx_werror_flag=$ac_save_cxx_werror_flag
3692 { $as_echo "$as_me:$LINENO: result: $ac_cv_prog_cxx_g" >&5
3693 $as_echo "$ac_cv_prog_cxx_g" >&6; }
3694 if test "$ac_test_CXXFLAGS" = set; then
3695 CXXFLAGS=$ac_save_CXXFLAGS
3696 elif test $ac_cv_prog_cxx_g = yes; then
3697 if test "$GXX" = yes; then
3698 CXXFLAGS="-g -O2"
3699 else
3700 CXXFLAGS="-g"
3702 else
3703 if test "$GXX" = yes; then
3704 CXXFLAGS="-O2"
3705 else
3706 CXXFLAGS=
3709 ac_ext=c
3710 ac_cpp='$CPP $CPPFLAGS'
3711 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3712 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3713 ac_compiler_gnu=$ac_cv_c_compiler_gnu
3715 if test -n "$ac_tool_prefix"; then
3716 # Extract the first word of "${ac_tool_prefix}cpp", so it can be a program name with args.
3717 set dummy ${ac_tool_prefix}cpp; ac_word=$2
3718 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
3719 $as_echo_n "checking for $ac_word... " >&6; }
3720 if test "${ac_cv_prog_CPPBIN+set}" = set; then
3721 $as_echo_n "(cached) " >&6
3722 else
3723 if test -n "$CPPBIN"; then
3724 ac_cv_prog_CPPBIN="$CPPBIN" # Let the user override the test.
3725 else
3726 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3727 for as_dir in $PATH
3729 IFS=$as_save_IFS
3730 test -z "$as_dir" && as_dir=.
3731 for ac_exec_ext in '' $ac_executable_extensions; do
3732 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3733 ac_cv_prog_CPPBIN="${ac_tool_prefix}cpp"
3734 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
3735 break 2
3737 done
3738 done
3739 IFS=$as_save_IFS
3743 CPPBIN=$ac_cv_prog_CPPBIN
3744 if test -n "$CPPBIN"; then
3745 { $as_echo "$as_me:$LINENO: result: $CPPBIN" >&5
3746 $as_echo "$CPPBIN" >&6; }
3747 else
3748 { $as_echo "$as_me:$LINENO: result: no" >&5
3749 $as_echo "no" >&6; }
3754 if test -z "$ac_cv_prog_CPPBIN"; then
3755 ac_ct_CPPBIN=$CPPBIN
3756 # Extract the first word of "cpp", so it can be a program name with args.
3757 set dummy cpp; ac_word=$2
3758 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
3759 $as_echo_n "checking for $ac_word... " >&6; }
3760 if test "${ac_cv_prog_ac_ct_CPPBIN+set}" = set; then
3761 $as_echo_n "(cached) " >&6
3762 else
3763 if test -n "$ac_ct_CPPBIN"; then
3764 ac_cv_prog_ac_ct_CPPBIN="$ac_ct_CPPBIN" # Let the user override the test.
3765 else
3766 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3767 for as_dir in $PATH
3769 IFS=$as_save_IFS
3770 test -z "$as_dir" && as_dir=.
3771 for ac_exec_ext in '' $ac_executable_extensions; do
3772 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3773 ac_cv_prog_ac_ct_CPPBIN="cpp"
3774 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
3775 break 2
3777 done
3778 done
3779 IFS=$as_save_IFS
3783 ac_ct_CPPBIN=$ac_cv_prog_ac_ct_CPPBIN
3784 if test -n "$ac_ct_CPPBIN"; then
3785 { $as_echo "$as_me:$LINENO: result: $ac_ct_CPPBIN" >&5
3786 $as_echo "$ac_ct_CPPBIN" >&6; }
3787 else
3788 { $as_echo "$as_me:$LINENO: result: no" >&5
3789 $as_echo "no" >&6; }
3792 if test "x$ac_ct_CPPBIN" = x; then
3793 CPPBIN="cpp"
3794 else
3795 case $cross_compiling:$ac_tool_warned in
3796 yes:)
3797 { $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5
3798 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
3799 ac_tool_warned=yes ;;
3800 esac
3801 CPPBIN=$ac_ct_CPPBIN
3803 else
3804 CPPBIN="$ac_cv_prog_CPPBIN"
3808 case $host in
3809 *-darwin*)
3810 if test "x$enable_win64" == "xyes"
3811 then
3812 CC="$CC -m64"
3813 CXX="$CXX -m64"
3814 LD="${LD:-ld} -arch x86_64"
3815 AS="${AS:-as} -arch x86_64"
3816 host_cpu="x86_64"
3817 notice_platform="64-bit "
3818 TARGETFLAGS="-m64"
3820 else
3821 CC="$CC -m32"
3822 CXX="$CXX -m32"
3823 LD="${LD:-ld} -arch i386"
3824 AS="${AS:-as} -arch i386"
3825 host_cpu="i386"
3826 notice_platform="32-bit "
3827 TARGETFLAGS="-m32"
3829 enable_win16=${enable_win16:-yes}
3832 x86_64*)
3833 if test "x$enable_win64" != "xyes" -a "$cross_compiling" != "yes"
3834 then
3835 CC="$CC -m32"
3836 CXX="$CXX -m32"
3837 { $as_echo "$as_me:$LINENO: checking whether $CC works" >&5
3838 $as_echo_n "checking whether $CC works... " >&6; }
3840 cat >conftest.$ac_ext <<_ACEOF
3841 /* confdefs.h. */
3842 _ACEOF
3843 cat confdefs.h >>conftest.$ac_ext
3844 cat >>conftest.$ac_ext <<_ACEOF
3845 /* end confdefs.h. */
3848 main ()
3852 return 0;
3854 _ACEOF
3855 rm -f conftest.$ac_objext conftest$ac_exeext
3856 if { (ac_try="$ac_link"
3857 case "(($ac_try" in
3858 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3859 *) ac_try_echo=$ac_try;;
3860 esac
3861 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
3862 $as_echo "$ac_try_echo") >&5
3863 (eval "$ac_link") 2>conftest.er1
3864 ac_status=$?
3865 grep -v '^ *+' conftest.er1 >conftest.err
3866 rm -f conftest.er1
3867 cat conftest.err >&5
3868 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
3869 (exit $ac_status); } && {
3870 test -z "$ac_c_werror_flag" ||
3871 test ! -s conftest.err
3872 } && test -s conftest$ac_exeext && {
3873 test "$cross_compiling" = yes ||
3874 $as_test_x conftest$ac_exeext
3875 }; then
3876 { $as_echo "$as_me:$LINENO: result: yes" >&5
3877 $as_echo "yes" >&6; }
3878 else
3879 $as_echo "$as_me: failed program was:" >&5
3880 sed 's/^/| /' conftest.$ac_ext >&5
3882 { $as_echo "$as_me:$LINENO: result: no" >&5
3883 $as_echo "no" >&6; }
3884 { { $as_echo "$as_me:$LINENO: error: Cannot build a 32-bit program, you need to install 32-bit development libraries." >&5
3885 $as_echo "$as_me: error: Cannot build a 32-bit program, you need to install 32-bit development libraries." >&2;}
3886 { (exit 1); exit 1; }; }
3889 rm -rf conftest.dSYM
3890 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
3891 conftest$ac_exeext conftest.$ac_ext
3892 LD="${LD:-ld} -m elf_i386"
3893 AS="${AS:-as} --32"
3894 host_cpu="i386"
3895 notice_platform="32-bit "
3896 TARGETFLAGS="-m32"
3898 enable_win16=${enable_win16:-yes}
3899 else
3900 if test "x${GCC}" = "xyes"
3901 then
3902 { $as_echo "$as_me:$LINENO: checking whether $CC supports __builtin_ms_va_list" >&5
3903 $as_echo_n "checking whether $CC supports __builtin_ms_va_list... " >&6; }
3904 cat >conftest.$ac_ext <<_ACEOF
3905 /* confdefs.h. */
3906 _ACEOF
3907 cat confdefs.h >>conftest.$ac_ext
3908 cat >>conftest.$ac_ext <<_ACEOF
3909 /* end confdefs.h. */
3910 #include <stdarg.h>
3912 main ()
3914 void func(__builtin_ms_va_list *args);
3916 return 0;
3918 _ACEOF
3919 rm -f conftest.$ac_objext
3920 if { (ac_try="$ac_compile"
3921 case "(($ac_try" in
3922 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3923 *) ac_try_echo=$ac_try;;
3924 esac
3925 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
3926 $as_echo "$ac_try_echo") >&5
3927 (eval "$ac_compile") 2>conftest.er1
3928 ac_status=$?
3929 grep -v '^ *+' conftest.er1 >conftest.err
3930 rm -f conftest.er1
3931 cat conftest.err >&5
3932 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
3933 (exit $ac_status); } && {
3934 test -z "$ac_c_werror_flag" ||
3935 test ! -s conftest.err
3936 } && test -s conftest.$ac_objext; then
3937 { $as_echo "$as_me:$LINENO: result: yes" >&5
3938 $as_echo "yes" >&6; }
3939 else
3940 $as_echo "$as_me: failed program was:" >&5
3941 sed 's/^/| /' conftest.$ac_ext >&5
3943 { $as_echo "$as_me:$LINENO: result: no" >&5
3944 $as_echo "no" >&6; }
3945 { { $as_echo "$as_me:$LINENO: error: You need gcc >= 4.4 to build Wine as 64-bit." >&5
3946 $as_echo "$as_me: error: You need gcc >= 4.4 to build Wine as 64-bit." >&2;}
3947 { (exit 1); exit 1; }; }
3950 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3952 TARGETFLAGS="-m64"
3956 *-mingw32*|*-cygwin*)
3957 enable_win16=${enable_win16:-no}
3959 i[3456789]86*)
3960 enable_win16=${enable_win16:-yes}
3962 esac
3964 enable_win16=${enable_win16:-no}
3966 WIN16_FILES="\$(WIN16_FILES)"
3968 WIN16_INSTALL="\$(WIN16_INSTALL)"
3970 if test "x$enable_win16" != "xyes"
3971 then
3972 WIN16_FILES=""
3973 WIN16_INSTALL=""
3974 enable_w32skrnl=${enable_w32skrnl:-no}
3975 enable_winedos=${enable_winedos:-no}
3976 enable_winevdm=${enable_winevdm:-no}
3979 { $as_echo "$as_me:$LINENO: checking for the directory containing the Wine tools" >&5
3980 $as_echo_n "checking for the directory containing the Wine tools... " >&6; }
3981 if test "${wine_cv_toolsdir+set}" = set; then
3982 $as_echo_n "(cached) " >&6
3983 else
3984 if test -z "$with_wine_tools"; then
3985 if test "$cross_compiling" = "yes"; then
3986 { { $as_echo "$as_me:$LINENO: error: you must use the --with-wine-tools option when cross-compiling." >&5
3987 $as_echo "$as_me: error: you must use the --with-wine-tools option when cross-compiling." >&2;}
3988 { (exit 1); exit 1; }; }
3989 else
3990 wine_cv_toolsdir="\$(TOPOBJDIR)"
3992 elif test -d "$with_wine_tools/tools/winebuild"; then
3993 case $with_wine_tools in
3994 /*) wine_cv_toolsdir="$with_wine_tools" ;;
3995 *) wine_cv_toolsdir="\$(TOPOBJDIR)/$with_wine_tools" ;;
3996 esac
3997 else
3998 { { $as_echo "$as_me:$LINENO: error: could not find Wine tools in $with_wine_tools." >&5
3999 $as_echo "$as_me: error: could not find Wine tools in $with_wine_tools." >&2;}
4000 { (exit 1); exit 1; }; }
4003 { $as_echo "$as_me:$LINENO: result: $wine_cv_toolsdir" >&5
4004 $as_echo "$wine_cv_toolsdir" >&6; }
4005 TOOLSDIR=$wine_cv_toolsdir
4007 if test -n "$host_alias" -a "$host_alias" != "$build_alias"
4008 then
4009 TARGETFLAGS="-b $host_alias $TARGETFLAGS"
4013 for ac_prog in flex
4015 # Extract the first word of "$ac_prog", so it can be a program name with args.
4016 set dummy $ac_prog; ac_word=$2
4017 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
4018 $as_echo_n "checking for $ac_word... " >&6; }
4019 if test "${ac_cv_prog_FLEX+set}" = set; then
4020 $as_echo_n "(cached) " >&6
4021 else
4022 if test -n "$FLEX"; then
4023 ac_cv_prog_FLEX="$FLEX" # Let the user override the test.
4024 else
4025 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4026 for as_dir in $PATH
4028 IFS=$as_save_IFS
4029 test -z "$as_dir" && as_dir=.
4030 for ac_exec_ext in '' $ac_executable_extensions; do
4031 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4032 ac_cv_prog_FLEX="$ac_prog"
4033 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4034 break 2
4036 done
4037 done
4038 IFS=$as_save_IFS
4042 FLEX=$ac_cv_prog_FLEX
4043 if test -n "$FLEX"; then
4044 { $as_echo "$as_me:$LINENO: result: $FLEX" >&5
4045 $as_echo "$FLEX" >&6; }
4046 else
4047 { $as_echo "$as_me:$LINENO: result: no" >&5
4048 $as_echo "no" >&6; }
4052 test -n "$FLEX" && break
4053 done
4054 test -n "$FLEX" || FLEX="none"
4056 if test "$FLEX" = "none"
4057 then
4058 { { $as_echo "$as_me:$LINENO: error: no suitable flex found. Please install the 'flex' package." >&5
4059 $as_echo "$as_me: error: no suitable flex found. Please install the 'flex' package." >&2;}
4060 { (exit 1); exit 1; }; }
4063 for ac_prog in bison
4065 # Extract the first word of "$ac_prog", so it can be a program name with args.
4066 set dummy $ac_prog; ac_word=$2
4067 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
4068 $as_echo_n "checking for $ac_word... " >&6; }
4069 if test "${ac_cv_prog_BISON+set}" = set; then
4070 $as_echo_n "(cached) " >&6
4071 else
4072 if test -n "$BISON"; then
4073 ac_cv_prog_BISON="$BISON" # Let the user override the test.
4074 else
4075 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4076 for as_dir in $PATH
4078 IFS=$as_save_IFS
4079 test -z "$as_dir" && as_dir=.
4080 for ac_exec_ext in '' $ac_executable_extensions; do
4081 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4082 ac_cv_prog_BISON="$ac_prog"
4083 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4084 break 2
4086 done
4087 done
4088 IFS=$as_save_IFS
4092 BISON=$ac_cv_prog_BISON
4093 if test -n "$BISON"; then
4094 { $as_echo "$as_me:$LINENO: result: $BISON" >&5
4095 $as_echo "$BISON" >&6; }
4096 else
4097 { $as_echo "$as_me:$LINENO: result: no" >&5
4098 $as_echo "no" >&6; }
4102 test -n "$BISON" && break
4103 done
4104 test -n "$BISON" || BISON="none"
4106 if test "$BISON" = "none"
4107 then
4108 { { $as_echo "$as_me:$LINENO: error: no suitable bison found. Please install the 'bison' package." >&5
4109 $as_echo "$as_me: error: no suitable bison found. Please install the 'bison' package." >&2;}
4110 { (exit 1); exit 1; }; }
4113 if test -n "$ac_tool_prefix"; then
4114 for ac_prog in ar gar
4116 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
4117 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
4118 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
4119 $as_echo_n "checking for $ac_word... " >&6; }
4120 if test "${ac_cv_prog_AR+set}" = set; then
4121 $as_echo_n "(cached) " >&6
4122 else
4123 if test -n "$AR"; then
4124 ac_cv_prog_AR="$AR" # Let the user override the test.
4125 else
4126 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4127 for as_dir in $PATH
4129 IFS=$as_save_IFS
4130 test -z "$as_dir" && as_dir=.
4131 for ac_exec_ext in '' $ac_executable_extensions; do
4132 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4133 ac_cv_prog_AR="$ac_tool_prefix$ac_prog"
4134 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4135 break 2
4137 done
4138 done
4139 IFS=$as_save_IFS
4143 AR=$ac_cv_prog_AR
4144 if test -n "$AR"; then
4145 { $as_echo "$as_me:$LINENO: result: $AR" >&5
4146 $as_echo "$AR" >&6; }
4147 else
4148 { $as_echo "$as_me:$LINENO: result: no" >&5
4149 $as_echo "no" >&6; }
4153 test -n "$AR" && break
4154 done
4156 if test -z "$AR"; then
4157 ac_ct_AR=$AR
4158 for ac_prog in ar gar
4160 # Extract the first word of "$ac_prog", so it can be a program name with args.
4161 set dummy $ac_prog; ac_word=$2
4162 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
4163 $as_echo_n "checking for $ac_word... " >&6; }
4164 if test "${ac_cv_prog_ac_ct_AR+set}" = set; then
4165 $as_echo_n "(cached) " >&6
4166 else
4167 if test -n "$ac_ct_AR"; then
4168 ac_cv_prog_ac_ct_AR="$ac_ct_AR" # Let the user override the test.
4169 else
4170 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4171 for as_dir in $PATH
4173 IFS=$as_save_IFS
4174 test -z "$as_dir" && as_dir=.
4175 for ac_exec_ext in '' $ac_executable_extensions; do
4176 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4177 ac_cv_prog_ac_ct_AR="$ac_prog"
4178 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4179 break 2
4181 done
4182 done
4183 IFS=$as_save_IFS
4187 ac_ct_AR=$ac_cv_prog_ac_ct_AR
4188 if test -n "$ac_ct_AR"; then
4189 { $as_echo "$as_me:$LINENO: result: $ac_ct_AR" >&5
4190 $as_echo "$ac_ct_AR" >&6; }
4191 else
4192 { $as_echo "$as_me:$LINENO: result: no" >&5
4193 $as_echo "no" >&6; }
4197 test -n "$ac_ct_AR" && break
4198 done
4200 if test "x$ac_ct_AR" = x; then
4201 AR="ar"
4202 else
4203 case $cross_compiling:$ac_tool_warned in
4204 yes:)
4205 { $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5
4206 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4207 ac_tool_warned=yes ;;
4208 esac
4209 AR=$ac_ct_AR
4213 ARFLAGS=rc
4215 if test -n "$ac_tool_prefix"; then
4216 # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
4217 set dummy ${ac_tool_prefix}ranlib; ac_word=$2
4218 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
4219 $as_echo_n "checking for $ac_word... " >&6; }
4220 if test "${ac_cv_prog_RANLIB+set}" = set; then
4221 $as_echo_n "(cached) " >&6
4222 else
4223 if test -n "$RANLIB"; then
4224 ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
4225 else
4226 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4227 for as_dir in $PATH
4229 IFS=$as_save_IFS
4230 test -z "$as_dir" && as_dir=.
4231 for ac_exec_ext in '' $ac_executable_extensions; do
4232 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4233 ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib"
4234 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4235 break 2
4237 done
4238 done
4239 IFS=$as_save_IFS
4243 RANLIB=$ac_cv_prog_RANLIB
4244 if test -n "$RANLIB"; then
4245 { $as_echo "$as_me:$LINENO: result: $RANLIB" >&5
4246 $as_echo "$RANLIB" >&6; }
4247 else
4248 { $as_echo "$as_me:$LINENO: result: no" >&5
4249 $as_echo "no" >&6; }
4254 if test -z "$ac_cv_prog_RANLIB"; then
4255 ac_ct_RANLIB=$RANLIB
4256 # Extract the first word of "ranlib", so it can be a program name with args.
4257 set dummy ranlib; ac_word=$2
4258 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
4259 $as_echo_n "checking for $ac_word... " >&6; }
4260 if test "${ac_cv_prog_ac_ct_RANLIB+set}" = set; then
4261 $as_echo_n "(cached) " >&6
4262 else
4263 if test -n "$ac_ct_RANLIB"; then
4264 ac_cv_prog_ac_ct_RANLIB="$ac_ct_RANLIB" # Let the user override the test.
4265 else
4266 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4267 for as_dir in $PATH
4269 IFS=$as_save_IFS
4270 test -z "$as_dir" && as_dir=.
4271 for ac_exec_ext in '' $ac_executable_extensions; do
4272 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4273 ac_cv_prog_ac_ct_RANLIB="ranlib"
4274 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4275 break 2
4277 done
4278 done
4279 IFS=$as_save_IFS
4283 ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB
4284 if test -n "$ac_ct_RANLIB"; then
4285 { $as_echo "$as_me:$LINENO: result: $ac_ct_RANLIB" >&5
4286 $as_echo "$ac_ct_RANLIB" >&6; }
4287 else
4288 { $as_echo "$as_me:$LINENO: result: no" >&5
4289 $as_echo "no" >&6; }
4292 if test "x$ac_ct_RANLIB" = x; then
4293 RANLIB=":"
4294 else
4295 case $cross_compiling:$ac_tool_warned in
4296 yes:)
4297 { $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5
4298 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4299 ac_tool_warned=yes ;;
4300 esac
4301 RANLIB=$ac_ct_RANLIB
4303 else
4304 RANLIB="$ac_cv_prog_RANLIB"
4307 if test -n "$ac_tool_prefix"; then
4308 # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
4309 set dummy ${ac_tool_prefix}strip; ac_word=$2
4310 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
4311 $as_echo_n "checking for $ac_word... " >&6; }
4312 if test "${ac_cv_prog_STRIP+set}" = set; then
4313 $as_echo_n "(cached) " >&6
4314 else
4315 if test -n "$STRIP"; then
4316 ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
4317 else
4318 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4319 for as_dir in $PATH
4321 IFS=$as_save_IFS
4322 test -z "$as_dir" && as_dir=.
4323 for ac_exec_ext in '' $ac_executable_extensions; do
4324 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4325 ac_cv_prog_STRIP="${ac_tool_prefix}strip"
4326 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4327 break 2
4329 done
4330 done
4331 IFS=$as_save_IFS
4335 STRIP=$ac_cv_prog_STRIP
4336 if test -n "$STRIP"; then
4337 { $as_echo "$as_me:$LINENO: result: $STRIP" >&5
4338 $as_echo "$STRIP" >&6; }
4339 else
4340 { $as_echo "$as_me:$LINENO: result: no" >&5
4341 $as_echo "no" >&6; }
4346 if test -z "$ac_cv_prog_STRIP"; then
4347 ac_ct_STRIP=$STRIP
4348 # Extract the first word of "strip", so it can be a program name with args.
4349 set dummy strip; ac_word=$2
4350 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
4351 $as_echo_n "checking for $ac_word... " >&6; }
4352 if test "${ac_cv_prog_ac_ct_STRIP+set}" = set; then
4353 $as_echo_n "(cached) " >&6
4354 else
4355 if test -n "$ac_ct_STRIP"; then
4356 ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test.
4357 else
4358 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4359 for as_dir in $PATH
4361 IFS=$as_save_IFS
4362 test -z "$as_dir" && as_dir=.
4363 for ac_exec_ext in '' $ac_executable_extensions; do
4364 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4365 ac_cv_prog_ac_ct_STRIP="strip"
4366 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4367 break 2
4369 done
4370 done
4371 IFS=$as_save_IFS
4375 ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP
4376 if test -n "$ac_ct_STRIP"; then
4377 { $as_echo "$as_me:$LINENO: result: $ac_ct_STRIP" >&5
4378 $as_echo "$ac_ct_STRIP" >&6; }
4379 else
4380 { $as_echo "$as_me:$LINENO: result: no" >&5
4381 $as_echo "no" >&6; }
4384 if test "x$ac_ct_STRIP" = x; then
4385 STRIP="strip"
4386 else
4387 case $cross_compiling:$ac_tool_warned in
4388 yes:)
4389 { $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5
4390 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4391 ac_tool_warned=yes ;;
4392 esac
4393 STRIP=$ac_ct_STRIP
4395 else
4396 STRIP="$ac_cv_prog_STRIP"
4399 { $as_echo "$as_me:$LINENO: checking whether ln -s works" >&5
4400 $as_echo_n "checking whether ln -s works... " >&6; }
4401 LN_S=$as_ln_s
4402 if test "$LN_S" = "ln -s"; then
4403 { $as_echo "$as_me:$LINENO: result: yes" >&5
4404 $as_echo "yes" >&6; }
4405 else
4406 { $as_echo "$as_me:$LINENO: result: no, using $LN_S" >&5
4407 $as_echo "no, using $LN_S" >&6; }
4410 { $as_echo "$as_me:$LINENO: checking whether ln works" >&5
4411 $as_echo_n "checking whether ln works... " >&6; }
4412 rm -f conf$$ conf$$.file
4413 echo >conf$$.file
4414 if ln conf$$.file conf$$ 2>/dev/null; then
4415 LN=ln
4417 { $as_echo "$as_me:$LINENO: result: yes" >&5
4418 $as_echo "yes" >&6; }
4419 else
4420 LN="cp -p"
4422 { $as_echo "$as_me:$LINENO: result: no, using $LN" >&5
4423 $as_echo "no, using $LN" >&6; }
4425 rm -f conf$$ conf$$.file
4426 { $as_echo "$as_me:$LINENO: checking for grep that handles long lines and -e" >&5
4427 $as_echo_n "checking for grep that handles long lines and -e... " >&6; }
4428 if test "${ac_cv_path_GREP+set}" = set; then
4429 $as_echo_n "(cached) " >&6
4430 else
4431 if test -z "$GREP"; then
4432 ac_path_GREP_found=false
4433 # Loop through the user's path and test for each of PROGNAME-LIST
4434 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4435 for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
4437 IFS=$as_save_IFS
4438 test -z "$as_dir" && as_dir=.
4439 for ac_prog in grep ggrep; do
4440 for ac_exec_ext in '' $ac_executable_extensions; do
4441 ac_path_GREP="$as_dir/$ac_prog$ac_exec_ext"
4442 { test -f "$ac_path_GREP" && $as_test_x "$ac_path_GREP"; } || continue
4443 # Check for GNU ac_path_GREP and select it if it is found.
4444 # Check for GNU $ac_path_GREP
4445 case `"$ac_path_GREP" --version 2>&1` in
4446 *GNU*)
4447 ac_cv_path_GREP="$ac_path_GREP" ac_path_GREP_found=:;;
4449 ac_count=0
4450 $as_echo_n 0123456789 >"conftest.in"
4451 while :
4453 cat "conftest.in" "conftest.in" >"conftest.tmp"
4454 mv "conftest.tmp" "conftest.in"
4455 cp "conftest.in" "conftest.nl"
4456 $as_echo 'GREP' >> "conftest.nl"
4457 "$ac_path_GREP" -e 'GREP$' -e '-(cannot match)-' < "conftest.nl" >"conftest.out" 2>/dev/null || break
4458 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
4459 ac_count=`expr $ac_count + 1`
4460 if test $ac_count -gt ${ac_path_GREP_max-0}; then
4461 # Best one so far, save it but keep looking for a better one
4462 ac_cv_path_GREP="$ac_path_GREP"
4463 ac_path_GREP_max=$ac_count
4465 # 10*(2^10) chars as input seems more than enough
4466 test $ac_count -gt 10 && break
4467 done
4468 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
4469 esac
4471 $ac_path_GREP_found && break 3
4472 done
4473 done
4474 done
4475 IFS=$as_save_IFS
4476 if test -z "$ac_cv_path_GREP"; then
4477 { { $as_echo "$as_me:$LINENO: error: no acceptable grep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&5
4478 $as_echo "$as_me: error: no acceptable grep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&2;}
4479 { (exit 1); exit 1; }; }
4481 else
4482 ac_cv_path_GREP=$GREP
4486 { $as_echo "$as_me:$LINENO: result: $ac_cv_path_GREP" >&5
4487 $as_echo "$ac_cv_path_GREP" >&6; }
4488 GREP="$ac_cv_path_GREP"
4491 { $as_echo "$as_me:$LINENO: checking for egrep" >&5
4492 $as_echo_n "checking for egrep... " >&6; }
4493 if test "${ac_cv_path_EGREP+set}" = set; then
4494 $as_echo_n "(cached) " >&6
4495 else
4496 if echo a | $GREP -E '(a|b)' >/dev/null 2>&1
4497 then ac_cv_path_EGREP="$GREP -E"
4498 else
4499 if test -z "$EGREP"; then
4500 ac_path_EGREP_found=false
4501 # Loop through the user's path and test for each of PROGNAME-LIST
4502 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4503 for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
4505 IFS=$as_save_IFS
4506 test -z "$as_dir" && as_dir=.
4507 for ac_prog in egrep; do
4508 for ac_exec_ext in '' $ac_executable_extensions; do
4509 ac_path_EGREP="$as_dir/$ac_prog$ac_exec_ext"
4510 { test -f "$ac_path_EGREP" && $as_test_x "$ac_path_EGREP"; } || continue
4511 # Check for GNU ac_path_EGREP and select it if it is found.
4512 # Check for GNU $ac_path_EGREP
4513 case `"$ac_path_EGREP" --version 2>&1` in
4514 *GNU*)
4515 ac_cv_path_EGREP="$ac_path_EGREP" ac_path_EGREP_found=:;;
4517 ac_count=0
4518 $as_echo_n 0123456789 >"conftest.in"
4519 while :
4521 cat "conftest.in" "conftest.in" >"conftest.tmp"
4522 mv "conftest.tmp" "conftest.in"
4523 cp "conftest.in" "conftest.nl"
4524 $as_echo 'EGREP' >> "conftest.nl"
4525 "$ac_path_EGREP" 'EGREP$' < "conftest.nl" >"conftest.out" 2>/dev/null || break
4526 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
4527 ac_count=`expr $ac_count + 1`
4528 if test $ac_count -gt ${ac_path_EGREP_max-0}; then
4529 # Best one so far, save it but keep looking for a better one
4530 ac_cv_path_EGREP="$ac_path_EGREP"
4531 ac_path_EGREP_max=$ac_count
4533 # 10*(2^10) chars as input seems more than enough
4534 test $ac_count -gt 10 && break
4535 done
4536 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
4537 esac
4539 $ac_path_EGREP_found && break 3
4540 done
4541 done
4542 done
4543 IFS=$as_save_IFS
4544 if test -z "$ac_cv_path_EGREP"; then
4545 { { $as_echo "$as_me:$LINENO: error: no acceptable egrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&5
4546 $as_echo "$as_me: error: no acceptable egrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&2;}
4547 { (exit 1); exit 1; }; }
4549 else
4550 ac_cv_path_EGREP=$EGREP
4555 { $as_echo "$as_me:$LINENO: result: $ac_cv_path_EGREP" >&5
4556 $as_echo "$ac_cv_path_EGREP" >&6; }
4557 EGREP="$ac_cv_path_EGREP"
4560 # Extract the first word of "ldconfig", so it can be a program name with args.
4561 set dummy ldconfig; ac_word=$2
4562 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
4563 $as_echo_n "checking for $ac_word... " >&6; }
4564 if test "${ac_cv_path_LDCONFIG+set}" = set; then
4565 $as_echo_n "(cached) " >&6
4566 else
4567 case $LDCONFIG in
4568 [\\/]* | ?:[\\/]*)
4569 ac_cv_path_LDCONFIG="$LDCONFIG" # Let the user override the test with a path.
4572 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4573 for as_dir in /sbin /usr/sbin $PATH
4575 IFS=$as_save_IFS
4576 test -z "$as_dir" && as_dir=.
4577 for ac_exec_ext in '' $ac_executable_extensions; do
4578 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4579 ac_cv_path_LDCONFIG="$as_dir/$ac_word$ac_exec_ext"
4580 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4581 break 2
4583 done
4584 done
4585 IFS=$as_save_IFS
4587 test -z "$ac_cv_path_LDCONFIG" && ac_cv_path_LDCONFIG="true"
4589 esac
4591 LDCONFIG=$ac_cv_path_LDCONFIG
4592 if test -n "$LDCONFIG"; then
4593 { $as_echo "$as_me:$LINENO: result: $LDCONFIG" >&5
4594 $as_echo "$LDCONFIG" >&6; }
4595 else
4596 { $as_echo "$as_me:$LINENO: result: no" >&5
4597 $as_echo "no" >&6; }
4601 # Find a good install program. We prefer a C program (faster),
4602 # so one script is as good as another. But avoid the broken or
4603 # incompatible versions:
4604 # SysV /etc/install, /usr/sbin/install
4605 # SunOS /usr/etc/install
4606 # IRIX /sbin/install
4607 # AIX /bin/install
4608 # AmigaOS /C/install, which installs bootblocks on floppy discs
4609 # AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
4610 # AFS /usr/afsws/bin/install, which mishandles nonexistent args
4611 # SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
4612 # OS/2's system install, which has a completely different semantic
4613 # ./install, which can be erroneously created by make from ./install.sh.
4614 # Reject install programs that cannot install multiple files.
4615 { $as_echo "$as_me:$LINENO: checking for a BSD-compatible install" >&5
4616 $as_echo_n "checking for a BSD-compatible install... " >&6; }
4617 if test -z "$INSTALL"; then
4618 if test "${ac_cv_path_install+set}" = set; then
4619 $as_echo_n "(cached) " >&6
4620 else
4621 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4622 for as_dir in $PATH
4624 IFS=$as_save_IFS
4625 test -z "$as_dir" && as_dir=.
4626 # Account for people who put trailing slashes in PATH elements.
4627 case $as_dir/ in
4628 ./ | .// | /cC/* | \
4629 /etc/* | /usr/sbin/* | /usr/etc/* | /sbin/* | /usr/afsws/bin/* | \
4630 ?:\\/os2\\/install\\/* | ?:\\/OS2\\/INSTALL\\/* | \
4631 /usr/ucb/* ) ;;
4633 # OSF1 and SCO ODT 3.0 have their own names for install.
4634 # Don't use installbsd from OSF since it installs stuff as root
4635 # by default.
4636 for ac_prog in ginstall scoinst install; do
4637 for ac_exec_ext in '' $ac_executable_extensions; do
4638 if { test -f "$as_dir/$ac_prog$ac_exec_ext" && $as_test_x "$as_dir/$ac_prog$ac_exec_ext"; }; then
4639 if test $ac_prog = install &&
4640 grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
4641 # AIX install. It has an incompatible calling convention.
4643 elif test $ac_prog = install &&
4644 grep pwplus "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
4645 # program-specific install script used by HP pwplus--don't use.
4647 else
4648 rm -rf conftest.one conftest.two conftest.dir
4649 echo one > conftest.one
4650 echo two > conftest.two
4651 mkdir conftest.dir
4652 if "$as_dir/$ac_prog$ac_exec_ext" -c conftest.one conftest.two "`pwd`/conftest.dir" &&
4653 test -s conftest.one && test -s conftest.two &&
4654 test -s conftest.dir/conftest.one &&
4655 test -s conftest.dir/conftest.two
4656 then
4657 ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c"
4658 break 3
4662 done
4663 done
4665 esac
4667 done
4668 IFS=$as_save_IFS
4670 rm -rf conftest.one conftest.two conftest.dir
4673 if test "${ac_cv_path_install+set}" = set; then
4674 INSTALL=$ac_cv_path_install
4675 else
4676 # As a last resort, use the slow shell script. Don't cache a
4677 # value for INSTALL within a source directory, because that will
4678 # break other packages using the cache if that directory is
4679 # removed, or if the value is a relative name.
4680 INSTALL=$ac_install_sh
4683 { $as_echo "$as_me:$LINENO: result: $INSTALL" >&5
4684 $as_echo "$INSTALL" >&6; }
4686 # Use test -z because SunOS4 sh mishandles braces in ${var-val}.
4687 # It thinks the first close brace ends the variable substitution.
4688 test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}'
4690 test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL}'
4692 test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
4694 case "$INSTALL" in
4695 [\\/$]* | ?:[\\/]* ) ;;
4696 *) INSTALL="\\\$(TOPSRCDIR)/$INSTALL" ;;
4697 esac
4699 for ac_prog in lclint lint
4701 # Extract the first word of "$ac_prog", so it can be a program name with args.
4702 set dummy $ac_prog; ac_word=$2
4703 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
4704 $as_echo_n "checking for $ac_word... " >&6; }
4705 if test "${ac_cv_prog_LINT+set}" = set; then
4706 $as_echo_n "(cached) " >&6
4707 else
4708 if test -n "$LINT"; then
4709 ac_cv_prog_LINT="$LINT" # Let the user override the test.
4710 else
4711 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4712 for as_dir in $PATH
4714 IFS=$as_save_IFS
4715 test -z "$as_dir" && as_dir=.
4716 for ac_exec_ext in '' $ac_executable_extensions; do
4717 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4718 ac_cv_prog_LINT="$ac_prog"
4719 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4720 break 2
4722 done
4723 done
4724 IFS=$as_save_IFS
4728 LINT=$ac_cv_prog_LINT
4729 if test -n "$LINT"; then
4730 { $as_echo "$as_me:$LINENO: result: $LINT" >&5
4731 $as_echo "$LINT" >&6; }
4732 else
4733 { $as_echo "$as_me:$LINENO: result: no" >&5
4734 $as_echo "no" >&6; }
4738 test -n "$LINT" && break
4739 done
4741 if test "$LINT" = "lint"
4742 then
4743 LINTFLAGS="$LINTFLAGS -errchk=%all,no%longptr64 -errhdr=%user -Ncheck=macro -Nlevel=4"
4748 for ac_prog in fontforge
4750 # Extract the first word of "$ac_prog", so it can be a program name with args.
4751 set dummy $ac_prog; ac_word=$2
4752 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
4753 $as_echo_n "checking for $ac_word... " >&6; }
4754 if test "${ac_cv_prog_FONTFORGE+set}" = set; then
4755 $as_echo_n "(cached) " >&6
4756 else
4757 if test -n "$FONTFORGE"; then
4758 ac_cv_prog_FONTFORGE="$FONTFORGE" # Let the user override the test.
4759 else
4760 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4761 for as_dir in $PATH
4763 IFS=$as_save_IFS
4764 test -z "$as_dir" && as_dir=.
4765 for ac_exec_ext in '' $ac_executable_extensions; do
4766 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4767 ac_cv_prog_FONTFORGE="$ac_prog"
4768 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4769 break 2
4771 done
4772 done
4773 IFS=$as_save_IFS
4777 FONTFORGE=$ac_cv_prog_FONTFORGE
4778 if test -n "$FONTFORGE"; then
4779 { $as_echo "$as_me:$LINENO: result: $FONTFORGE" >&5
4780 $as_echo "$FONTFORGE" >&6; }
4781 else
4782 { $as_echo "$as_me:$LINENO: result: no" >&5
4783 $as_echo "no" >&6; }
4787 test -n "$FONTFORGE" && break
4788 done
4789 test -n "$FONTFORGE" || FONTFORGE="false"
4791 for ac_prog in pkg-config
4793 # Extract the first word of "$ac_prog", so it can be a program name with args.
4794 set dummy $ac_prog; ac_word=$2
4795 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
4796 $as_echo_n "checking for $ac_word... " >&6; }
4797 if test "${ac_cv_prog_PKG_CONFIG+set}" = set; then
4798 $as_echo_n "(cached) " >&6
4799 else
4800 if test -n "$PKG_CONFIG"; then
4801 ac_cv_prog_PKG_CONFIG="$PKG_CONFIG" # Let the user override the test.
4802 else
4803 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4804 for as_dir in $PATH
4806 IFS=$as_save_IFS
4807 test -z "$as_dir" && as_dir=.
4808 for ac_exec_ext in '' $ac_executable_extensions; do
4809 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4810 ac_cv_prog_PKG_CONFIG="$ac_prog"
4811 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4812 break 2
4814 done
4815 done
4816 IFS=$as_save_IFS
4820 PKG_CONFIG=$ac_cv_prog_PKG_CONFIG
4821 if test -n "$PKG_CONFIG"; then
4822 { $as_echo "$as_me:$LINENO: result: $PKG_CONFIG" >&5
4823 $as_echo "$PKG_CONFIG" >&6; }
4824 else
4825 { $as_echo "$as_me:$LINENO: result: no" >&5
4826 $as_echo "no" >&6; }
4830 test -n "$PKG_CONFIG" && break
4831 done
4832 test -n "$PKG_CONFIG" || PKG_CONFIG="false"
4834 for ac_prog in rsvg
4836 # Extract the first word of "$ac_prog", so it can be a program name with args.
4837 set dummy $ac_prog; ac_word=$2
4838 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
4839 $as_echo_n "checking for $ac_word... " >&6; }
4840 if test "${ac_cv_prog_RSVG+set}" = set; then
4841 $as_echo_n "(cached) " >&6
4842 else
4843 if test -n "$RSVG"; then
4844 ac_cv_prog_RSVG="$RSVG" # Let the user override the test.
4845 else
4846 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4847 for as_dir in $PATH
4849 IFS=$as_save_IFS
4850 test -z "$as_dir" && as_dir=.
4851 for ac_exec_ext in '' $ac_executable_extensions; do
4852 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4853 ac_cv_prog_RSVG="$ac_prog"
4854 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4855 break 2
4857 done
4858 done
4859 IFS=$as_save_IFS
4863 RSVG=$ac_cv_prog_RSVG
4864 if test -n "$RSVG"; then
4865 { $as_echo "$as_me:$LINENO: result: $RSVG" >&5
4866 $as_echo "$RSVG" >&6; }
4867 else
4868 { $as_echo "$as_me:$LINENO: result: no" >&5
4869 $as_echo "no" >&6; }
4873 test -n "$RSVG" && break
4874 done
4875 test -n "$RSVG" || RSVG="false"
4877 for ac_prog in icotool
4879 # Extract the first word of "$ac_prog", so it can be a program name with args.
4880 set dummy $ac_prog; ac_word=$2
4881 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
4882 $as_echo_n "checking for $ac_word... " >&6; }
4883 if test "${ac_cv_prog_ICOTOOL+set}" = set; then
4884 $as_echo_n "(cached) " >&6
4885 else
4886 if test -n "$ICOTOOL"; then
4887 ac_cv_prog_ICOTOOL="$ICOTOOL" # Let the user override the test.
4888 else
4889 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4890 for as_dir in $PATH
4892 IFS=$as_save_IFS
4893 test -z "$as_dir" && as_dir=.
4894 for ac_exec_ext in '' $ac_executable_extensions; do
4895 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4896 ac_cv_prog_ICOTOOL="$ac_prog"
4897 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4898 break 2
4900 done
4901 done
4902 IFS=$as_save_IFS
4906 ICOTOOL=$ac_cv_prog_ICOTOOL
4907 if test -n "$ICOTOOL"; then
4908 { $as_echo "$as_me:$LINENO: result: $ICOTOOL" >&5
4909 $as_echo "$ICOTOOL" >&6; }
4910 else
4911 { $as_echo "$as_me:$LINENO: result: no" >&5
4912 $as_echo "no" >&6; }
4916 test -n "$ICOTOOL" && break
4917 done
4918 test -n "$ICOTOOL" || ICOTOOL="false"
4921 if test "${enable_maintainer_mode+set}" = set
4922 then
4923 if test "$FONTFORGE" = "false"; then wine_warnings="$wine_warnings|fontforge is missing, fonts can't be rebuilt."; fi
4924 if test "$RSVG" = "false"; then wine_warnings="$wine_warnings|rsvg is missing, icons can't be rebuilt."; fi
4925 if test "$ICOTOOL" = "false"; then wine_warnings="$wine_warnings|icotool is missing, icons can't be rebuilt."; fi
4928 case $host_cpu in
4929 *i[3456789]86*)
4930 # Extract the first word of "prelink", so it can be a program name with args.
4931 set dummy prelink; ac_word=$2
4932 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
4933 $as_echo_n "checking for $ac_word... " >&6; }
4934 if test "${ac_cv_path_PRELINK+set}" = set; then
4935 $as_echo_n "(cached) " >&6
4936 else
4937 case $PRELINK in
4938 [\\/]* | ?:[\\/]*)
4939 ac_cv_path_PRELINK="$PRELINK" # Let the user override the test with a path.
4942 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4943 for as_dir in /sbin /usr/sbin $PATH
4945 IFS=$as_save_IFS
4946 test -z "$as_dir" && as_dir=.
4947 for ac_exec_ext in '' $ac_executable_extensions; do
4948 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4949 ac_cv_path_PRELINK="$as_dir/$ac_word$ac_exec_ext"
4950 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4951 break 2
4953 done
4954 done
4955 IFS=$as_save_IFS
4957 test -z "$ac_cv_path_PRELINK" && ac_cv_path_PRELINK="false"
4959 esac
4961 PRELINK=$ac_cv_path_PRELINK
4962 if test -n "$PRELINK"; then
4963 { $as_echo "$as_me:$LINENO: result: $PRELINK" >&5
4964 $as_echo "$PRELINK" >&6; }
4965 else
4966 { $as_echo "$as_me:$LINENO: result: no" >&5
4967 $as_echo "no" >&6; }
4972 esac
4976 { $as_echo "$as_me:$LINENO: checking for i386_set_ldt in -li386" >&5
4977 $as_echo_n "checking for i386_set_ldt in -li386... " >&6; }
4978 if test "${ac_cv_lib_i386_i386_set_ldt+set}" = set; then
4979 $as_echo_n "(cached) " >&6
4980 else
4981 ac_check_lib_save_LIBS=$LIBS
4982 LIBS="-li386 $LIBS"
4983 cat >conftest.$ac_ext <<_ACEOF
4984 /* confdefs.h. */
4985 _ACEOF
4986 cat confdefs.h >>conftest.$ac_ext
4987 cat >>conftest.$ac_ext <<_ACEOF
4988 /* end confdefs.h. */
4990 /* Override any GCC internal prototype to avoid an error.
4991 Use char because int might match the return type of a GCC
4992 builtin and then its argument prototype would still apply. */
4993 #ifdef __cplusplus
4994 extern "C"
4995 #endif
4996 char i386_set_ldt ();
4998 main ()
5000 return i386_set_ldt ();
5002 return 0;
5004 _ACEOF
5005 rm -f conftest.$ac_objext conftest$ac_exeext
5006 if { (ac_try="$ac_link"
5007 case "(($ac_try" in
5008 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5009 *) ac_try_echo=$ac_try;;
5010 esac
5011 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
5012 $as_echo "$ac_try_echo") >&5
5013 (eval "$ac_link") 2>conftest.er1
5014 ac_status=$?
5015 grep -v '^ *+' conftest.er1 >conftest.err
5016 rm -f conftest.er1
5017 cat conftest.err >&5
5018 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
5019 (exit $ac_status); } && {
5020 test -z "$ac_c_werror_flag" ||
5021 test ! -s conftest.err
5022 } && test -s conftest$ac_exeext && {
5023 test "$cross_compiling" = yes ||
5024 $as_test_x conftest$ac_exeext
5025 }; then
5026 ac_cv_lib_i386_i386_set_ldt=yes
5027 else
5028 $as_echo "$as_me: failed program was:" >&5
5029 sed 's/^/| /' conftest.$ac_ext >&5
5031 ac_cv_lib_i386_i386_set_ldt=no
5034 rm -rf conftest.dSYM
5035 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
5036 conftest$ac_exeext conftest.$ac_ext
5037 LIBS=$ac_check_lib_save_LIBS
5039 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_i386_i386_set_ldt" >&5
5040 $as_echo "$ac_cv_lib_i386_i386_set_ldt" >&6; }
5041 if test "x$ac_cv_lib_i386_i386_set_ldt" = x""yes; then
5042 cat >>confdefs.h <<_ACEOF
5043 #define HAVE_LIBI386 1
5044 _ACEOF
5046 LIBS="-li386 $LIBS"
5051 { $as_echo "$as_me:$LINENO: checking for _oss_ioctl in -lossaudio" >&5
5052 $as_echo_n "checking for _oss_ioctl in -lossaudio... " >&6; }
5053 if test "${ac_cv_lib_ossaudio__oss_ioctl+set}" = set; then
5054 $as_echo_n "(cached) " >&6
5055 else
5056 ac_check_lib_save_LIBS=$LIBS
5057 LIBS="-lossaudio $LIBS"
5058 cat >conftest.$ac_ext <<_ACEOF
5059 /* confdefs.h. */
5060 _ACEOF
5061 cat confdefs.h >>conftest.$ac_ext
5062 cat >>conftest.$ac_ext <<_ACEOF
5063 /* end confdefs.h. */
5065 /* Override any GCC internal prototype to avoid an error.
5066 Use char because int might match the return type of a GCC
5067 builtin and then its argument prototype would still apply. */
5068 #ifdef __cplusplus
5069 extern "C"
5070 #endif
5071 char _oss_ioctl ();
5073 main ()
5075 return _oss_ioctl ();
5077 return 0;
5079 _ACEOF
5080 rm -f conftest.$ac_objext conftest$ac_exeext
5081 if { (ac_try="$ac_link"
5082 case "(($ac_try" in
5083 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5084 *) ac_try_echo=$ac_try;;
5085 esac
5086 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
5087 $as_echo "$ac_try_echo") >&5
5088 (eval "$ac_link") 2>conftest.er1
5089 ac_status=$?
5090 grep -v '^ *+' conftest.er1 >conftest.err
5091 rm -f conftest.er1
5092 cat conftest.err >&5
5093 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
5094 (exit $ac_status); } && {
5095 test -z "$ac_c_werror_flag" ||
5096 test ! -s conftest.err
5097 } && test -s conftest$ac_exeext && {
5098 test "$cross_compiling" = yes ||
5099 $as_test_x conftest$ac_exeext
5100 }; then
5101 ac_cv_lib_ossaudio__oss_ioctl=yes
5102 else
5103 $as_echo "$as_me: failed program was:" >&5
5104 sed 's/^/| /' conftest.$ac_ext >&5
5106 ac_cv_lib_ossaudio__oss_ioctl=no
5109 rm -rf conftest.dSYM
5110 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
5111 conftest$ac_exeext conftest.$ac_ext
5112 LIBS=$ac_check_lib_save_LIBS
5114 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_ossaudio__oss_ioctl" >&5
5115 $as_echo "$ac_cv_lib_ossaudio__oss_ioctl" >&6; }
5116 if test "x$ac_cv_lib_ossaudio__oss_ioctl" = x""yes; then
5117 cat >>confdefs.h <<_ACEOF
5118 #define HAVE_LIBOSSAUDIO 1
5119 _ACEOF
5121 LIBS="-lossaudio $LIBS"
5126 XLIB=""
5128 OPENGL_LIBS=""
5132 ac_ext=c
5133 ac_cpp='$CPP $CPPFLAGS'
5134 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
5135 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
5136 ac_compiler_gnu=$ac_cv_c_compiler_gnu
5137 { $as_echo "$as_me:$LINENO: checking how to run the C preprocessor" >&5
5138 $as_echo_n "checking how to run the C preprocessor... " >&6; }
5139 # On Suns, sometimes $CPP names a directory.
5140 if test -n "$CPP" && test -d "$CPP"; then
5141 CPP=
5143 if test -z "$CPP"; then
5144 if test "${ac_cv_prog_CPP+set}" = set; then
5145 $as_echo_n "(cached) " >&6
5146 else
5147 # Double quotes because CPP needs to be expanded
5148 for CPP in "$CC -E" "$CC -E -traditional-cpp" "/lib/cpp"
5150 ac_preproc_ok=false
5151 for ac_c_preproc_warn_flag in '' yes
5153 # Use a header file that comes with gcc, so configuring glibc
5154 # with a fresh cross-compiler works.
5155 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
5156 # <limits.h> exists even on freestanding compilers.
5157 # On the NeXT, cc -E runs the code through the compiler's parser,
5158 # not just through cpp. "Syntax error" is here to catch this case.
5159 cat >conftest.$ac_ext <<_ACEOF
5160 /* confdefs.h. */
5161 _ACEOF
5162 cat confdefs.h >>conftest.$ac_ext
5163 cat >>conftest.$ac_ext <<_ACEOF
5164 /* end confdefs.h. */
5165 #ifdef __STDC__
5166 # include <limits.h>
5167 #else
5168 # include <assert.h>
5169 #endif
5170 Syntax error
5171 _ACEOF
5172 if { (ac_try="$ac_cpp conftest.$ac_ext"
5173 case "(($ac_try" in
5174 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5175 *) ac_try_echo=$ac_try;;
5176 esac
5177 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
5178 $as_echo "$ac_try_echo") >&5
5179 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
5180 ac_status=$?
5181 grep -v '^ *+' conftest.er1 >conftest.err
5182 rm -f conftest.er1
5183 cat conftest.err >&5
5184 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
5185 (exit $ac_status); } >/dev/null && {
5186 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
5187 test ! -s conftest.err
5188 }; then
5190 else
5191 $as_echo "$as_me: failed program was:" >&5
5192 sed 's/^/| /' conftest.$ac_ext >&5
5194 # Broken: fails on valid input.
5195 continue
5198 rm -f conftest.err conftest.$ac_ext
5200 # OK, works on sane cases. Now check whether nonexistent headers
5201 # can be detected and how.
5202 cat >conftest.$ac_ext <<_ACEOF
5203 /* confdefs.h. */
5204 _ACEOF
5205 cat confdefs.h >>conftest.$ac_ext
5206 cat >>conftest.$ac_ext <<_ACEOF
5207 /* end confdefs.h. */
5208 #include <ac_nonexistent.h>
5209 _ACEOF
5210 if { (ac_try="$ac_cpp conftest.$ac_ext"
5211 case "(($ac_try" in
5212 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5213 *) ac_try_echo=$ac_try;;
5214 esac
5215 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
5216 $as_echo "$ac_try_echo") >&5
5217 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
5218 ac_status=$?
5219 grep -v '^ *+' conftest.er1 >conftest.err
5220 rm -f conftest.er1
5221 cat conftest.err >&5
5222 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
5223 (exit $ac_status); } >/dev/null && {
5224 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
5225 test ! -s conftest.err
5226 }; then
5227 # Broken: success on invalid input.
5228 continue
5229 else
5230 $as_echo "$as_me: failed program was:" >&5
5231 sed 's/^/| /' conftest.$ac_ext >&5
5233 # Passes both tests.
5234 ac_preproc_ok=:
5235 break
5238 rm -f conftest.err conftest.$ac_ext
5240 done
5241 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
5242 rm -f conftest.err conftest.$ac_ext
5243 if $ac_preproc_ok; then
5244 break
5247 done
5248 ac_cv_prog_CPP=$CPP
5251 CPP=$ac_cv_prog_CPP
5252 else
5253 ac_cv_prog_CPP=$CPP
5255 { $as_echo "$as_me:$LINENO: result: $CPP" >&5
5256 $as_echo "$CPP" >&6; }
5257 ac_preproc_ok=false
5258 for ac_c_preproc_warn_flag in '' yes
5260 # Use a header file that comes with gcc, so configuring glibc
5261 # with a fresh cross-compiler works.
5262 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
5263 # <limits.h> exists even on freestanding compilers.
5264 # On the NeXT, cc -E runs the code through the compiler's parser,
5265 # not just through cpp. "Syntax error" is here to catch this case.
5266 cat >conftest.$ac_ext <<_ACEOF
5267 /* confdefs.h. */
5268 _ACEOF
5269 cat confdefs.h >>conftest.$ac_ext
5270 cat >>conftest.$ac_ext <<_ACEOF
5271 /* end confdefs.h. */
5272 #ifdef __STDC__
5273 # include <limits.h>
5274 #else
5275 # include <assert.h>
5276 #endif
5277 Syntax error
5278 _ACEOF
5279 if { (ac_try="$ac_cpp conftest.$ac_ext"
5280 case "(($ac_try" in
5281 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5282 *) ac_try_echo=$ac_try;;
5283 esac
5284 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
5285 $as_echo "$ac_try_echo") >&5
5286 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
5287 ac_status=$?
5288 grep -v '^ *+' conftest.er1 >conftest.err
5289 rm -f conftest.er1
5290 cat conftest.err >&5
5291 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
5292 (exit $ac_status); } >/dev/null && {
5293 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
5294 test ! -s conftest.err
5295 }; then
5297 else
5298 $as_echo "$as_me: failed program was:" >&5
5299 sed 's/^/| /' conftest.$ac_ext >&5
5301 # Broken: fails on valid input.
5302 continue
5305 rm -f conftest.err conftest.$ac_ext
5307 # OK, works on sane cases. Now check whether nonexistent headers
5308 # can be detected and how.
5309 cat >conftest.$ac_ext <<_ACEOF
5310 /* confdefs.h. */
5311 _ACEOF
5312 cat confdefs.h >>conftest.$ac_ext
5313 cat >>conftest.$ac_ext <<_ACEOF
5314 /* end confdefs.h. */
5315 #include <ac_nonexistent.h>
5316 _ACEOF
5317 if { (ac_try="$ac_cpp conftest.$ac_ext"
5318 case "(($ac_try" in
5319 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5320 *) ac_try_echo=$ac_try;;
5321 esac
5322 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
5323 $as_echo "$ac_try_echo") >&5
5324 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
5325 ac_status=$?
5326 grep -v '^ *+' conftest.er1 >conftest.err
5327 rm -f conftest.er1
5328 cat conftest.err >&5
5329 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
5330 (exit $ac_status); } >/dev/null && {
5331 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
5332 test ! -s conftest.err
5333 }; then
5334 # Broken: success on invalid input.
5335 continue
5336 else
5337 $as_echo "$as_me: failed program was:" >&5
5338 sed 's/^/| /' conftest.$ac_ext >&5
5340 # Passes both tests.
5341 ac_preproc_ok=:
5342 break
5345 rm -f conftest.err conftest.$ac_ext
5347 done
5348 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
5349 rm -f conftest.err conftest.$ac_ext
5350 if $ac_preproc_ok; then
5352 else
5353 { { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5
5354 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
5355 { { $as_echo "$as_me:$LINENO: error: C preprocessor \"$CPP\" fails sanity check
5356 See \`config.log' for more details." >&5
5357 $as_echo "$as_me: error: C preprocessor \"$CPP\" fails sanity check
5358 See \`config.log' for more details." >&2;}
5359 { (exit 1); exit 1; }; }; }
5362 ac_ext=c
5363 ac_cpp='$CPP $CPPFLAGS'
5364 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
5365 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
5366 ac_compiler_gnu=$ac_cv_c_compiler_gnu
5369 { $as_echo "$as_me:$LINENO: checking for ANSI C header files" >&5
5370 $as_echo_n "checking for ANSI C header files... " >&6; }
5371 if test "${ac_cv_header_stdc+set}" = set; then
5372 $as_echo_n "(cached) " >&6
5373 else
5374 cat >conftest.$ac_ext <<_ACEOF
5375 /* confdefs.h. */
5376 _ACEOF
5377 cat confdefs.h >>conftest.$ac_ext
5378 cat >>conftest.$ac_ext <<_ACEOF
5379 /* end confdefs.h. */
5380 #include <stdlib.h>
5381 #include <stdarg.h>
5382 #include <string.h>
5383 #include <float.h>
5386 main ()
5390 return 0;
5392 _ACEOF
5393 rm -f conftest.$ac_objext
5394 if { (ac_try="$ac_compile"
5395 case "(($ac_try" in
5396 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5397 *) ac_try_echo=$ac_try;;
5398 esac
5399 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
5400 $as_echo "$ac_try_echo") >&5
5401 (eval "$ac_compile") 2>conftest.er1
5402 ac_status=$?
5403 grep -v '^ *+' conftest.er1 >conftest.err
5404 rm -f conftest.er1
5405 cat conftest.err >&5
5406 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
5407 (exit $ac_status); } && {
5408 test -z "$ac_c_werror_flag" ||
5409 test ! -s conftest.err
5410 } && test -s conftest.$ac_objext; then
5411 ac_cv_header_stdc=yes
5412 else
5413 $as_echo "$as_me: failed program was:" >&5
5414 sed 's/^/| /' conftest.$ac_ext >&5
5416 ac_cv_header_stdc=no
5419 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5421 if test $ac_cv_header_stdc = yes; then
5422 # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
5423 cat >conftest.$ac_ext <<_ACEOF
5424 /* confdefs.h. */
5425 _ACEOF
5426 cat confdefs.h >>conftest.$ac_ext
5427 cat >>conftest.$ac_ext <<_ACEOF
5428 /* end confdefs.h. */
5429 #include <string.h>
5431 _ACEOF
5432 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
5433 $EGREP "memchr" >/dev/null 2>&1; then
5435 else
5436 ac_cv_header_stdc=no
5438 rm -f conftest*
5442 if test $ac_cv_header_stdc = yes; then
5443 # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
5444 cat >conftest.$ac_ext <<_ACEOF
5445 /* confdefs.h. */
5446 _ACEOF
5447 cat confdefs.h >>conftest.$ac_ext
5448 cat >>conftest.$ac_ext <<_ACEOF
5449 /* end confdefs.h. */
5450 #include <stdlib.h>
5452 _ACEOF
5453 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
5454 $EGREP "free" >/dev/null 2>&1; then
5456 else
5457 ac_cv_header_stdc=no
5459 rm -f conftest*
5463 if test $ac_cv_header_stdc = yes; then
5464 # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi.
5465 if test "$cross_compiling" = yes; then
5467 else
5468 cat >conftest.$ac_ext <<_ACEOF
5469 /* confdefs.h. */
5470 _ACEOF
5471 cat confdefs.h >>conftest.$ac_ext
5472 cat >>conftest.$ac_ext <<_ACEOF
5473 /* end confdefs.h. */
5474 #include <ctype.h>
5475 #include <stdlib.h>
5476 #if ((' ' & 0x0FF) == 0x020)
5477 # define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
5478 # define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
5479 #else
5480 # define ISLOWER(c) \
5481 (('a' <= (c) && (c) <= 'i') \
5482 || ('j' <= (c) && (c) <= 'r') \
5483 || ('s' <= (c) && (c) <= 'z'))
5484 # define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c))
5485 #endif
5487 #define XOR(e, f) (((e) && !(f)) || (!(e) && (f)))
5489 main ()
5491 int i;
5492 for (i = 0; i < 256; i++)
5493 if (XOR (islower (i), ISLOWER (i))
5494 || toupper (i) != TOUPPER (i))
5495 return 2;
5496 return 0;
5498 _ACEOF
5499 rm -f conftest$ac_exeext
5500 if { (ac_try="$ac_link"
5501 case "(($ac_try" in
5502 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5503 *) ac_try_echo=$ac_try;;
5504 esac
5505 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
5506 $as_echo "$ac_try_echo") >&5
5507 (eval "$ac_link") 2>&5
5508 ac_status=$?
5509 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
5510 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
5511 { (case "(($ac_try" in
5512 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5513 *) ac_try_echo=$ac_try;;
5514 esac
5515 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
5516 $as_echo "$ac_try_echo") >&5
5517 (eval "$ac_try") 2>&5
5518 ac_status=$?
5519 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
5520 (exit $ac_status); }; }; then
5522 else
5523 $as_echo "$as_me: program exited with status $ac_status" >&5
5524 $as_echo "$as_me: failed program was:" >&5
5525 sed 's/^/| /' conftest.$ac_ext >&5
5527 ( exit $ac_status )
5528 ac_cv_header_stdc=no
5530 rm -rf conftest.dSYM
5531 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
5537 { $as_echo "$as_me:$LINENO: result: $ac_cv_header_stdc" >&5
5538 $as_echo "$ac_cv_header_stdc" >&6; }
5539 if test $ac_cv_header_stdc = yes; then
5541 cat >>confdefs.h <<\_ACEOF
5542 #define STDC_HEADERS 1
5543 _ACEOF
5547 # On IRIX 5.3, sys/types and inttypes.h are conflicting.
5557 for ac_header in sys/types.h sys/stat.h stdlib.h string.h memory.h strings.h \
5558 inttypes.h stdint.h unistd.h
5560 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
5561 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
5562 $as_echo_n "checking for $ac_header... " >&6; }
5563 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
5564 $as_echo_n "(cached) " >&6
5565 else
5566 cat >conftest.$ac_ext <<_ACEOF
5567 /* confdefs.h. */
5568 _ACEOF
5569 cat confdefs.h >>conftest.$ac_ext
5570 cat >>conftest.$ac_ext <<_ACEOF
5571 /* end confdefs.h. */
5572 $ac_includes_default
5574 #include <$ac_header>
5575 _ACEOF
5576 rm -f conftest.$ac_objext
5577 if { (ac_try="$ac_compile"
5578 case "(($ac_try" in
5579 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5580 *) ac_try_echo=$ac_try;;
5581 esac
5582 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
5583 $as_echo "$ac_try_echo") >&5
5584 (eval "$ac_compile") 2>conftest.er1
5585 ac_status=$?
5586 grep -v '^ *+' conftest.er1 >conftest.err
5587 rm -f conftest.er1
5588 cat conftest.err >&5
5589 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
5590 (exit $ac_status); } && {
5591 test -z "$ac_c_werror_flag" ||
5592 test ! -s conftest.err
5593 } && test -s conftest.$ac_objext; then
5594 eval "$as_ac_Header=yes"
5595 else
5596 $as_echo "$as_me: failed program was:" >&5
5597 sed 's/^/| /' conftest.$ac_ext >&5
5599 eval "$as_ac_Header=no"
5602 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5604 ac_res=`eval 'as_val=${'$as_ac_Header'}
5605 $as_echo "$as_val"'`
5606 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
5607 $as_echo "$ac_res" >&6; }
5608 as_val=`eval 'as_val=${'$as_ac_Header'}
5609 $as_echo "$as_val"'`
5610 if test "x$as_val" = x""yes; then
5611 cat >>confdefs.h <<_ACEOF
5612 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
5613 _ACEOF
5617 done
5743 for ac_header in \
5744 AudioUnit/AudioUnit.h \
5745 Carbon/Carbon.h \
5746 CoreAudio/CoreAudio.h \
5747 DiskArbitration/DiskArbitration.h \
5748 IOKit/IOKitLib.h \
5749 IOKit/hid/IOHIDLib.h \
5750 alias.h \
5751 alsa/asoundlib.h \
5752 arpa/inet.h \
5753 arpa/nameser.h \
5754 asm/types.h \
5755 capi20.h \
5756 curses.h \
5757 direct.h \
5758 dirent.h \
5759 dlfcn.h \
5760 elf.h \
5761 float.h \
5762 fnmatch.h \
5763 fontconfig/fontconfig.h \
5764 getopt.h \
5765 grp.h \
5766 ieeefp.h \
5767 inet/mib2.h \
5768 io.h \
5769 jack/jack.h \
5770 jpeglib.h \
5771 kstat.h \
5772 lber.h \
5773 lcms.h \
5774 lcms/lcms.h \
5775 ldap.h \
5776 libaudioio.h \
5777 link.h \
5778 linux/cdrom.h \
5779 linux/compiler.h \
5780 linux/hdreg.h \
5781 linux/input.h \
5782 linux/ioctl.h \
5783 linux/joystick.h \
5784 linux/major.h \
5785 linux/param.h \
5786 linux/serial.h \
5787 linux/types.h \
5788 linux/ucdrom.h \
5789 mach-o/nlist.h \
5790 mach/mach.h \
5791 mach/machine.h \
5792 machine/cpu.h \
5793 machine/limits.h \
5794 machine/soundcard.h \
5795 mntent.h \
5796 ncurses.h \
5797 netdb.h \
5798 netinet/in.h \
5799 netinet/in_systm.h \
5800 netinet/tcp.h \
5801 netinet/tcp_fsm.h \
5802 openssl/err.h \
5803 openssl/ssl.h \
5804 png.h \
5805 poll.h \
5806 process.h \
5807 pthread.h \
5808 pwd.h \
5809 regex.h \
5810 sched.h \
5811 scsi/scsi.h \
5812 scsi/scsi_ioctl.h \
5813 scsi/sg.h \
5814 soundcard.h \
5815 stdbool.h \
5816 stdint.h \
5817 strings.h \
5818 stropts.h \
5819 sys/asoundlib.h \
5820 sys/cdio.h \
5821 sys/elf32.h \
5822 sys/epoll.h \
5823 sys/errno.h \
5824 sys/event.h \
5825 sys/exec_elf.h \
5826 sys/filio.h \
5827 sys/ioctl.h \
5828 sys/ipc.h \
5829 sys/limits.h \
5830 sys/link.h \
5831 sys/mman.h \
5832 sys/modem.h \
5833 sys/msg.h \
5834 sys/mtio.h \
5835 sys/param.h \
5836 sys/poll.h \
5837 sys/prctl.h \
5838 sys/protosw.h \
5839 sys/ptrace.h \
5840 sys/resource.h \
5841 sys/scsiio.h \
5842 sys/shm.h \
5843 sys/signal.h \
5844 sys/socket.h \
5845 sys/socketvar.h \
5846 sys/sockio.h \
5847 sys/soundcard.h \
5848 sys/statvfs.h \
5849 sys/strtio.h \
5850 sys/syscall.h \
5851 sys/tihdr.h \
5852 sys/time.h \
5853 sys/timeout.h \
5854 sys/times.h \
5855 sys/uio.h \
5856 sys/un.h \
5857 sys/utsname.h \
5858 sys/vm86.h \
5859 sys/wait.h \
5860 syscall.h \
5861 termios.h \
5862 unistd.h \
5863 utime.h \
5864 valgrind/memcheck.h \
5865 valgrind/valgrind.h \
5866 zlib.h
5869 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
5870 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
5871 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
5872 $as_echo_n "checking for $ac_header... " >&6; }
5873 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
5874 $as_echo_n "(cached) " >&6
5876 ac_res=`eval 'as_val=${'$as_ac_Header'}
5877 $as_echo "$as_val"'`
5878 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
5879 $as_echo "$ac_res" >&6; }
5880 else
5881 # Is the header compilable?
5882 { $as_echo "$as_me:$LINENO: checking $ac_header usability" >&5
5883 $as_echo_n "checking $ac_header usability... " >&6; }
5884 cat >conftest.$ac_ext <<_ACEOF
5885 /* confdefs.h. */
5886 _ACEOF
5887 cat confdefs.h >>conftest.$ac_ext
5888 cat >>conftest.$ac_ext <<_ACEOF
5889 /* end confdefs.h. */
5890 $ac_includes_default
5891 #include <$ac_header>
5892 _ACEOF
5893 rm -f conftest.$ac_objext
5894 if { (ac_try="$ac_compile"
5895 case "(($ac_try" in
5896 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5897 *) ac_try_echo=$ac_try;;
5898 esac
5899 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
5900 $as_echo "$ac_try_echo") >&5
5901 (eval "$ac_compile") 2>conftest.er1
5902 ac_status=$?
5903 grep -v '^ *+' conftest.er1 >conftest.err
5904 rm -f conftest.er1
5905 cat conftest.err >&5
5906 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
5907 (exit $ac_status); } && {
5908 test -z "$ac_c_werror_flag" ||
5909 test ! -s conftest.err
5910 } && test -s conftest.$ac_objext; then
5911 ac_header_compiler=yes
5912 else
5913 $as_echo "$as_me: failed program was:" >&5
5914 sed 's/^/| /' conftest.$ac_ext >&5
5916 ac_header_compiler=no
5919 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5920 { $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
5921 $as_echo "$ac_header_compiler" >&6; }
5923 # Is the header present?
5924 { $as_echo "$as_me:$LINENO: checking $ac_header presence" >&5
5925 $as_echo_n "checking $ac_header presence... " >&6; }
5926 cat >conftest.$ac_ext <<_ACEOF
5927 /* confdefs.h. */
5928 _ACEOF
5929 cat confdefs.h >>conftest.$ac_ext
5930 cat >>conftest.$ac_ext <<_ACEOF
5931 /* end confdefs.h. */
5932 #include <$ac_header>
5933 _ACEOF
5934 if { (ac_try="$ac_cpp conftest.$ac_ext"
5935 case "(($ac_try" in
5936 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5937 *) ac_try_echo=$ac_try;;
5938 esac
5939 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
5940 $as_echo "$ac_try_echo") >&5
5941 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
5942 ac_status=$?
5943 grep -v '^ *+' conftest.er1 >conftest.err
5944 rm -f conftest.er1
5945 cat conftest.err >&5
5946 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
5947 (exit $ac_status); } >/dev/null && {
5948 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
5949 test ! -s conftest.err
5950 }; then
5951 ac_header_preproc=yes
5952 else
5953 $as_echo "$as_me: failed program was:" >&5
5954 sed 's/^/| /' conftest.$ac_ext >&5
5956 ac_header_preproc=no
5959 rm -f conftest.err conftest.$ac_ext
5960 { $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
5961 $as_echo "$ac_header_preproc" >&6; }
5963 # So? What about this header?
5964 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
5965 yes:no: )
5966 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
5967 $as_echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
5968 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
5969 $as_echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
5970 ac_header_preproc=yes
5972 no:yes:* )
5973 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
5974 $as_echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
5975 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
5976 $as_echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
5977 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
5978 $as_echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
5979 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
5980 $as_echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
5981 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
5982 $as_echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
5983 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
5984 $as_echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
5985 ( cat <<\_ASBOX
5986 ## ------------------------------------ ##
5987 ## Report this to wine-devel@winehq.org ##
5988 ## ------------------------------------ ##
5989 _ASBOX
5990 ) | sed "s/^/$as_me: WARNING: /" >&2
5992 esac
5993 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
5994 $as_echo_n "checking for $ac_header... " >&6; }
5995 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
5996 $as_echo_n "(cached) " >&6
5997 else
5998 eval "$as_ac_Header=\$ac_header_preproc"
6000 ac_res=`eval 'as_val=${'$as_ac_Header'}
6001 $as_echo "$as_val"'`
6002 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
6003 $as_echo "$ac_res" >&6; }
6006 as_val=`eval 'as_val=${'$as_ac_Header'}
6007 $as_echo "$as_val"'`
6008 if test "x$as_val" = x""yes; then
6009 cat >>confdefs.h <<_ACEOF
6010 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
6011 _ACEOF
6015 done
6017 { $as_echo "$as_me:$LINENO: checking whether stat file-mode macros are broken" >&5
6018 $as_echo_n "checking whether stat file-mode macros are broken... " >&6; }
6019 if test "${ac_cv_header_stat_broken+set}" = set; then
6020 $as_echo_n "(cached) " >&6
6021 else
6022 cat >conftest.$ac_ext <<_ACEOF
6023 /* confdefs.h. */
6024 _ACEOF
6025 cat confdefs.h >>conftest.$ac_ext
6026 cat >>conftest.$ac_ext <<_ACEOF
6027 /* end confdefs.h. */
6028 #include <sys/types.h>
6029 #include <sys/stat.h>
6031 #if defined S_ISBLK && defined S_IFDIR
6032 extern char c1[S_ISBLK (S_IFDIR) ? -1 : 1];
6033 #endif
6035 #if defined S_ISBLK && defined S_IFCHR
6036 extern char c2[S_ISBLK (S_IFCHR) ? -1 : 1];
6037 #endif
6039 #if defined S_ISLNK && defined S_IFREG
6040 extern char c3[S_ISLNK (S_IFREG) ? -1 : 1];
6041 #endif
6043 #if defined S_ISSOCK && defined S_IFREG
6044 extern char c4[S_ISSOCK (S_IFREG) ? -1 : 1];
6045 #endif
6047 _ACEOF
6048 rm -f conftest.$ac_objext
6049 if { (ac_try="$ac_compile"
6050 case "(($ac_try" in
6051 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6052 *) ac_try_echo=$ac_try;;
6053 esac
6054 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
6055 $as_echo "$ac_try_echo") >&5
6056 (eval "$ac_compile") 2>conftest.er1
6057 ac_status=$?
6058 grep -v '^ *+' conftest.er1 >conftest.err
6059 rm -f conftest.er1
6060 cat conftest.err >&5
6061 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
6062 (exit $ac_status); } && {
6063 test -z "$ac_c_werror_flag" ||
6064 test ! -s conftest.err
6065 } && test -s conftest.$ac_objext; then
6066 ac_cv_header_stat_broken=no
6067 else
6068 $as_echo "$as_me: failed program was:" >&5
6069 sed 's/^/| /' conftest.$ac_ext >&5
6071 ac_cv_header_stat_broken=yes
6074 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6076 { $as_echo "$as_me:$LINENO: result: $ac_cv_header_stat_broken" >&5
6077 $as_echo "$ac_cv_header_stat_broken" >&6; }
6078 if test $ac_cv_header_stat_broken = yes; then
6080 cat >>confdefs.h <<\_ACEOF
6081 #define STAT_MACROS_BROKEN 1
6082 _ACEOF
6093 for ac_header in sys/mount.h sys/statfs.h sys/sysctl.h sys/user.h sys/vfs.h
6095 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
6096 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
6097 $as_echo_n "checking for $ac_header... " >&6; }
6098 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
6099 $as_echo_n "(cached) " >&6
6100 else
6101 cat >conftest.$ac_ext <<_ACEOF
6102 /* confdefs.h. */
6103 _ACEOF
6104 cat confdefs.h >>conftest.$ac_ext
6105 cat >>conftest.$ac_ext <<_ACEOF
6106 /* end confdefs.h. */
6107 #include <sys/types.h>
6108 #ifdef HAVE_SYS_PARAM_H
6109 # include <sys/param.h>
6110 #endif
6112 #include <$ac_header>
6113 _ACEOF
6114 rm -f conftest.$ac_objext
6115 if { (ac_try="$ac_compile"
6116 case "(($ac_try" in
6117 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6118 *) ac_try_echo=$ac_try;;
6119 esac
6120 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
6121 $as_echo "$ac_try_echo") >&5
6122 (eval "$ac_compile") 2>conftest.er1
6123 ac_status=$?
6124 grep -v '^ *+' conftest.er1 >conftest.err
6125 rm -f conftest.er1
6126 cat conftest.err >&5
6127 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
6128 (exit $ac_status); } && {
6129 test -z "$ac_c_werror_flag" ||
6130 test ! -s conftest.err
6131 } && test -s conftest.$ac_objext; then
6132 eval "$as_ac_Header=yes"
6133 else
6134 $as_echo "$as_me: failed program was:" >&5
6135 sed 's/^/| /' conftest.$ac_ext >&5
6137 eval "$as_ac_Header=no"
6140 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6142 ac_res=`eval 'as_val=${'$as_ac_Header'}
6143 $as_echo "$as_val"'`
6144 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
6145 $as_echo "$ac_res" >&6; }
6146 as_val=`eval 'as_val=${'$as_ac_Header'}
6147 $as_echo "$as_val"'`
6148 if test "x$as_val" = x""yes; then
6149 cat >>confdefs.h <<_ACEOF
6150 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
6151 _ACEOF
6155 done
6171 for ac_header in \
6172 netinet/ip.h \
6173 net/if.h \
6174 net/if_arp.h \
6175 net/if_dl.h \
6176 net/if_types.h \
6177 net/route.h \
6178 netinet/if_ether.h \
6179 netinet/if_inarp.h \
6180 netinet/in_pcb.h \
6181 netinet/ip_icmp.h \
6182 netinet/ip_var.h \
6183 netinet/udp.h \
6184 netipx/ipx.h \
6187 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
6188 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
6189 $as_echo_n "checking for $ac_header... " >&6; }
6190 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
6191 $as_echo_n "(cached) " >&6
6192 else
6193 cat >conftest.$ac_ext <<_ACEOF
6194 /* confdefs.h. */
6195 _ACEOF
6196 cat confdefs.h >>conftest.$ac_ext
6197 cat >>conftest.$ac_ext <<_ACEOF
6198 /* end confdefs.h. */
6199 #include <sys/types.h>
6200 #ifdef HAVE_SYS_SOCKET_H
6201 # include <sys/socket.h>
6202 #endif
6203 #ifdef HAVE_SYS_SOCKETVAR_H
6204 # include <sys/socketvar.h>
6205 #endif
6206 #ifdef HAVE_NET_ROUTE_H
6207 # include <net/route.h>
6208 #endif
6209 #ifdef HAVE_NETINET_IN_H
6210 # include <netinet/in.h>
6211 #endif
6212 #ifdef HAVE_NETINET_IN_SYSTM_H
6213 # include <netinet/in_systm.h>
6214 #endif
6215 #ifdef HAVE_NET_IF_H
6216 # include <net/if.h>
6217 #endif
6218 #ifdef HAVE_NETINET_IP_H
6219 # include <netinet/ip.h>
6220 #endif
6222 #include <$ac_header>
6223 _ACEOF
6224 rm -f conftest.$ac_objext
6225 if { (ac_try="$ac_compile"
6226 case "(($ac_try" in
6227 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6228 *) ac_try_echo=$ac_try;;
6229 esac
6230 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
6231 $as_echo "$ac_try_echo") >&5
6232 (eval "$ac_compile") 2>conftest.er1
6233 ac_status=$?
6234 grep -v '^ *+' conftest.er1 >conftest.err
6235 rm -f conftest.er1
6236 cat conftest.err >&5
6237 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
6238 (exit $ac_status); } && {
6239 test -z "$ac_c_werror_flag" ||
6240 test ! -s conftest.err
6241 } && test -s conftest.$ac_objext; then
6242 eval "$as_ac_Header=yes"
6243 else
6244 $as_echo "$as_me: failed program was:" >&5
6245 sed 's/^/| /' conftest.$ac_ext >&5
6247 eval "$as_ac_Header=no"
6250 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6252 ac_res=`eval 'as_val=${'$as_ac_Header'}
6253 $as_echo "$as_val"'`
6254 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
6255 $as_echo "$ac_res" >&6; }
6256 as_val=`eval 'as_val=${'$as_ac_Header'}
6257 $as_echo "$as_val"'`
6258 if test "x$as_val" = x""yes; then
6259 cat >>confdefs.h <<_ACEOF
6260 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
6261 _ACEOF
6265 done
6272 for ac_header in netinet/tcp_timer.h netinet/udp_var.h netinet/icmp_var.h netinet/tcp_var.h
6274 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
6275 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
6276 $as_echo_n "checking for $ac_header... " >&6; }
6277 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
6278 $as_echo_n "(cached) " >&6
6279 else
6280 cat >conftest.$ac_ext <<_ACEOF
6281 /* confdefs.h. */
6282 _ACEOF
6283 cat confdefs.h >>conftest.$ac_ext
6284 cat >>conftest.$ac_ext <<_ACEOF
6285 /* end confdefs.h. */
6286 #include <sys/types.h>
6287 #ifdef HAVE_ALIAS_H
6288 # include <alias.h>
6289 #endif
6290 #ifdef HAVE_SYS_SOCKET_H
6291 # include <sys/socket.h>
6292 #endif
6293 #ifdef HAVE_SYS_SOCKETVAR_H
6294 # include <sys/socketvar.h>
6295 #endif
6296 #ifdef HAVE_SYS_TIMEOUT_H
6297 # include <sys/timeout.h>
6298 #endif
6299 #ifdef HAVE_NETINET_IN_H
6300 # include <netinet/in.h>
6301 #endif
6302 #ifdef HAVE_NETINET_IN_SYSTM_H
6303 # include <netinet/in_systm.h>
6304 #endif
6305 #ifdef HAVE_NETINET_IP_H
6306 # include <netinet/ip.h>
6307 #endif
6308 #ifdef HAVE_NETINET_IP_VAR_H
6309 # include <netinet/ip_var.h>
6310 #endif
6311 #ifdef HAVE_NETINET_IP_ICMP_H
6312 # include <netinet/ip_icmp.h>
6313 #endif
6314 #ifdef HAVE_NETINET_UDP_H
6315 # include <netinet/udp.h>
6316 #endif
6317 #ifdef HAVE_NETINET_TCP_H
6318 # include <netinet/tcp.h>
6319 #endif
6320 #ifdef HAVE_NETINET_TCP_TIMER_H
6321 #include <netinet/tcp_timer.h>
6322 #endif
6324 #include <$ac_header>
6325 _ACEOF
6326 rm -f conftest.$ac_objext
6327 if { (ac_try="$ac_compile"
6328 case "(($ac_try" in
6329 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6330 *) ac_try_echo=$ac_try;;
6331 esac
6332 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
6333 $as_echo "$ac_try_echo") >&5
6334 (eval "$ac_compile") 2>conftest.er1
6335 ac_status=$?
6336 grep -v '^ *+' conftest.er1 >conftest.err
6337 rm -f conftest.er1
6338 cat conftest.err >&5
6339 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
6340 (exit $ac_status); } && {
6341 test -z "$ac_c_werror_flag" ||
6342 test ! -s conftest.err
6343 } && test -s conftest.$ac_objext; then
6344 eval "$as_ac_Header=yes"
6345 else
6346 $as_echo "$as_me: failed program was:" >&5
6347 sed 's/^/| /' conftest.$ac_ext >&5
6349 eval "$as_ac_Header=no"
6352 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6354 ac_res=`eval 'as_val=${'$as_ac_Header'}
6355 $as_echo "$as_val"'`
6356 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
6357 $as_echo "$ac_res" >&6; }
6358 as_val=`eval 'as_val=${'$as_ac_Header'}
6359 $as_echo "$as_val"'`
6360 if test "x$as_val" = x""yes; then
6361 cat >>confdefs.h <<_ACEOF
6362 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
6363 _ACEOF
6367 done
6371 for ac_header in linux/ipx.h
6373 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
6374 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
6375 $as_echo_n "checking for $ac_header... " >&6; }
6376 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
6377 $as_echo_n "(cached) " >&6
6378 else
6379 cat >conftest.$ac_ext <<_ACEOF
6380 /* confdefs.h. */
6381 _ACEOF
6382 cat confdefs.h >>conftest.$ac_ext
6383 cat >>conftest.$ac_ext <<_ACEOF
6384 /* end confdefs.h. */
6385 #include <sys/types.h>
6386 #ifdef HAVE_ASM_TYPES_H
6387 # include <asm/types.h>
6388 #endif
6389 #ifdef HAVE_SYS_SOCKET_H
6390 # include <sys/socket.h>
6391 #endif
6392 #ifdef HAVE_LINUX_TYPES_H
6393 # include <linux/types.h>
6394 #endif
6396 #include <$ac_header>
6397 _ACEOF
6398 rm -f conftest.$ac_objext
6399 if { (ac_try="$ac_compile"
6400 case "(($ac_try" in
6401 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6402 *) ac_try_echo=$ac_try;;
6403 esac
6404 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
6405 $as_echo "$ac_try_echo") >&5
6406 (eval "$ac_compile") 2>conftest.er1
6407 ac_status=$?
6408 grep -v '^ *+' conftest.er1 >conftest.err
6409 rm -f conftest.er1
6410 cat conftest.err >&5
6411 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
6412 (exit $ac_status); } && {
6413 test -z "$ac_c_werror_flag" ||
6414 test ! -s conftest.err
6415 } && test -s conftest.$ac_objext; then
6416 eval "$as_ac_Header=yes"
6417 else
6418 $as_echo "$as_me: failed program was:" >&5
6419 sed 's/^/| /' conftest.$ac_ext >&5
6421 eval "$as_ac_Header=no"
6424 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6426 ac_res=`eval 'as_val=${'$as_ac_Header'}
6427 $as_echo "$as_val"'`
6428 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
6429 $as_echo "$ac_res" >&6; }
6430 as_val=`eval 'as_val=${'$as_ac_Header'}
6431 $as_echo "$as_val"'`
6432 if test "x$as_val" = x""yes; then
6433 cat >>confdefs.h <<_ACEOF
6434 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
6435 _ACEOF
6439 done
6443 for ac_header in mach-o/dyld_images.h
6445 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
6446 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
6447 $as_echo_n "checking for $ac_header... " >&6; }
6448 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
6449 $as_echo_n "(cached) " >&6
6450 else
6451 cat >conftest.$ac_ext <<_ACEOF
6452 /* confdefs.h. */
6453 _ACEOF
6454 cat confdefs.h >>conftest.$ac_ext
6455 cat >>conftest.$ac_ext <<_ACEOF
6456 /* end confdefs.h. */
6457 #ifdef HAVE_STDBOOL_H
6458 # include <stdbool.h>
6459 #endif
6460 #ifdef HAVE_STDINT_H
6461 # include <stdint.h>
6462 #endif
6464 #include <$ac_header>
6465 _ACEOF
6466 rm -f conftest.$ac_objext
6467 if { (ac_try="$ac_compile"
6468 case "(($ac_try" in
6469 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6470 *) ac_try_echo=$ac_try;;
6471 esac
6472 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
6473 $as_echo "$ac_try_echo") >&5
6474 (eval "$ac_compile") 2>conftest.er1
6475 ac_status=$?
6476 grep -v '^ *+' conftest.er1 >conftest.err
6477 rm -f conftest.er1
6478 cat conftest.err >&5
6479 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
6480 (exit $ac_status); } && {
6481 test -z "$ac_c_werror_flag" ||
6482 test ! -s conftest.err
6483 } && test -s conftest.$ac_objext; then
6484 eval "$as_ac_Header=yes"
6485 else
6486 $as_echo "$as_me: failed program was:" >&5
6487 sed 's/^/| /' conftest.$ac_ext >&5
6489 eval "$as_ac_Header=no"
6492 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6494 ac_res=`eval 'as_val=${'$as_ac_Header'}
6495 $as_echo "$as_val"'`
6496 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
6497 $as_echo "$ac_res" >&6; }
6498 as_val=`eval 'as_val=${'$as_ac_Header'}
6499 $as_echo "$as_val"'`
6500 if test "x$as_val" = x""yes; then
6501 cat >>confdefs.h <<_ACEOF
6502 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
6503 _ACEOF
6507 done
6511 for ac_header in resolv.h
6513 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
6514 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
6515 $as_echo_n "checking for $ac_header... " >&6; }
6516 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
6517 $as_echo_n "(cached) " >&6
6518 else
6519 cat >conftest.$ac_ext <<_ACEOF
6520 /* confdefs.h. */
6521 _ACEOF
6522 cat confdefs.h >>conftest.$ac_ext
6523 cat >>conftest.$ac_ext <<_ACEOF
6524 /* end confdefs.h. */
6525 #include <sys/types.h>
6526 #ifdef HAVE_SYS_SOCKET_H
6527 # include <sys/socket.h>
6528 #endif
6529 #ifdef HAVE_NETINET_IN_H
6530 # include <netinet/in.h>
6531 #endif
6532 #ifdef HAVE_ARPA_NAMESER_H
6533 # include <arpa/nameser.h>
6534 #endif
6536 #include <$ac_header>
6537 _ACEOF
6538 rm -f conftest.$ac_objext
6539 if { (ac_try="$ac_compile"
6540 case "(($ac_try" in
6541 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6542 *) ac_try_echo=$ac_try;;
6543 esac
6544 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
6545 $as_echo "$ac_try_echo") >&5
6546 (eval "$ac_compile") 2>conftest.er1
6547 ac_status=$?
6548 grep -v '^ *+' conftest.er1 >conftest.err
6549 rm -f conftest.er1
6550 cat conftest.err >&5
6551 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
6552 (exit $ac_status); } && {
6553 test -z "$ac_c_werror_flag" ||
6554 test ! -s conftest.err
6555 } && test -s conftest.$ac_objext; then
6556 eval "$as_ac_Header=yes"
6557 else
6558 $as_echo "$as_me: failed program was:" >&5
6559 sed 's/^/| /' conftest.$ac_ext >&5
6561 eval "$as_ac_Header=no"
6564 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6566 ac_res=`eval 'as_val=${'$as_ac_Header'}
6567 $as_echo "$as_val"'`
6568 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
6569 $as_echo "$ac_res" >&6; }
6570 as_val=`eval 'as_val=${'$as_ac_Header'}
6571 $as_echo "$as_val"'`
6572 if test "x$as_val" = x""yes; then
6573 cat >>confdefs.h <<_ACEOF
6574 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
6575 _ACEOF
6579 done
6583 for ac_header in ucontext.h
6585 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
6586 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
6587 $as_echo_n "checking for $ac_header... " >&6; }
6588 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
6589 $as_echo_n "(cached) " >&6
6590 else
6591 cat >conftest.$ac_ext <<_ACEOF
6592 /* confdefs.h. */
6593 _ACEOF
6594 cat confdefs.h >>conftest.$ac_ext
6595 cat >>conftest.$ac_ext <<_ACEOF
6596 /* end confdefs.h. */
6597 #include <signal.h>
6599 #include <$ac_header>
6600 _ACEOF
6601 rm -f conftest.$ac_objext
6602 if { (ac_try="$ac_compile"
6603 case "(($ac_try" in
6604 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6605 *) ac_try_echo=$ac_try;;
6606 esac
6607 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
6608 $as_echo "$ac_try_echo") >&5
6609 (eval "$ac_compile") 2>conftest.er1
6610 ac_status=$?
6611 grep -v '^ *+' conftest.er1 >conftest.err
6612 rm -f conftest.er1
6613 cat conftest.err >&5
6614 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
6615 (exit $ac_status); } && {
6616 test -z "$ac_c_werror_flag" ||
6617 test ! -s conftest.err
6618 } && test -s conftest.$ac_objext; then
6619 eval "$as_ac_Header=yes"
6620 else
6621 $as_echo "$as_me: failed program was:" >&5
6622 sed 's/^/| /' conftest.$ac_ext >&5
6624 eval "$as_ac_Header=no"
6627 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6629 ac_res=`eval 'as_val=${'$as_ac_Header'}
6630 $as_echo "$as_val"'`
6631 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
6632 $as_echo "$ac_res" >&6; }
6633 as_val=`eval 'as_val=${'$as_ac_Header'}
6634 $as_echo "$as_val"'`
6635 if test "x$as_val" = x""yes; then
6636 cat >>confdefs.h <<_ACEOF
6637 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
6638 _ACEOF
6642 done
6646 for ac_header in sys/thr.h
6648 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
6649 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
6650 $as_echo_n "checking for $ac_header... " >&6; }
6651 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
6652 $as_echo_n "(cached) " >&6
6653 else
6654 cat >conftest.$ac_ext <<_ACEOF
6655 /* confdefs.h. */
6656 _ACEOF
6657 cat confdefs.h >>conftest.$ac_ext
6658 cat >>conftest.$ac_ext <<_ACEOF
6659 /* end confdefs.h. */
6660 #include <sys/types.h>
6661 #ifdef HAVE_UCONTEXT_H
6662 #include <ucontext.h>
6663 #endif
6665 #include <$ac_header>
6666 _ACEOF
6667 rm -f conftest.$ac_objext
6668 if { (ac_try="$ac_compile"
6669 case "(($ac_try" in
6670 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6671 *) ac_try_echo=$ac_try;;
6672 esac
6673 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
6674 $as_echo "$ac_try_echo") >&5
6675 (eval "$ac_compile") 2>conftest.er1
6676 ac_status=$?
6677 grep -v '^ *+' conftest.er1 >conftest.err
6678 rm -f conftest.er1
6679 cat conftest.err >&5
6680 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
6681 (exit $ac_status); } && {
6682 test -z "$ac_c_werror_flag" ||
6683 test ! -s conftest.err
6684 } && test -s conftest.$ac_objext; then
6685 eval "$as_ac_Header=yes"
6686 else
6687 $as_echo "$as_me: failed program was:" >&5
6688 sed 's/^/| /' conftest.$ac_ext >&5
6690 eval "$as_ac_Header=no"
6693 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6695 ac_res=`eval 'as_val=${'$as_ac_Header'}
6696 $as_echo "$as_val"'`
6697 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
6698 $as_echo "$ac_res" >&6; }
6699 as_val=`eval 'as_val=${'$as_ac_Header'}
6700 $as_echo "$as_val"'`
6701 if test "x$as_val" = x""yes; then
6702 cat >>confdefs.h <<_ACEOF
6703 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
6704 _ACEOF
6708 done
6712 for ac_header in pthread_np.h
6714 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
6715 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
6716 $as_echo_n "checking for $ac_header... " >&6; }
6717 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
6718 $as_echo_n "(cached) " >&6
6719 else
6720 cat >conftest.$ac_ext <<_ACEOF
6721 /* confdefs.h. */
6722 _ACEOF
6723 cat confdefs.h >>conftest.$ac_ext
6724 cat >>conftest.$ac_ext <<_ACEOF
6725 /* end confdefs.h. */
6726 #ifdef HAVE_PTHREAD_H
6727 #include <pthread.h>
6728 #endif
6730 #include <$ac_header>
6731 _ACEOF
6732 rm -f conftest.$ac_objext
6733 if { (ac_try="$ac_compile"
6734 case "(($ac_try" in
6735 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6736 *) ac_try_echo=$ac_try;;
6737 esac
6738 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
6739 $as_echo "$ac_try_echo") >&5
6740 (eval "$ac_compile") 2>conftest.er1
6741 ac_status=$?
6742 grep -v '^ *+' conftest.er1 >conftest.err
6743 rm -f conftest.er1
6744 cat conftest.err >&5
6745 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
6746 (exit $ac_status); } && {
6747 test -z "$ac_c_werror_flag" ||
6748 test ! -s conftest.err
6749 } && test -s conftest.$ac_objext; then
6750 eval "$as_ac_Header=yes"
6751 else
6752 $as_echo "$as_me: failed program was:" >&5
6753 sed 's/^/| /' conftest.$ac_ext >&5
6755 eval "$as_ac_Header=no"
6758 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6760 ac_res=`eval 'as_val=${'$as_ac_Header'}
6761 $as_echo "$as_val"'`
6762 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
6763 $as_echo "$ac_res" >&6; }
6764 as_val=`eval 'as_val=${'$as_ac_Header'}
6765 $as_echo "$as_val"'`
6766 if test "x$as_val" = x""yes; then
6767 cat >>confdefs.h <<_ACEOF
6768 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
6769 _ACEOF
6773 done
6777 for ac_header in linux/videodev.h
6779 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
6780 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
6781 $as_echo_n "checking for $ac_header... " >&6; }
6782 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
6783 $as_echo_n "(cached) " >&6
6784 else
6785 cat >conftest.$ac_ext <<_ACEOF
6786 /* confdefs.h. */
6787 _ACEOF
6788 cat confdefs.h >>conftest.$ac_ext
6789 cat >>conftest.$ac_ext <<_ACEOF
6790 /* end confdefs.h. */
6791 #ifdef HAVE_SYS_TIME_H
6792 #include <sys/time.h>
6793 #endif
6794 #include <sys/types.h>
6795 #ifdef HAVE_ASM_TYPES_H
6796 #include <asm/types.h>
6797 #endif
6799 #include <$ac_header>
6800 _ACEOF
6801 rm -f conftest.$ac_objext
6802 if { (ac_try="$ac_compile"
6803 case "(($ac_try" in
6804 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6805 *) ac_try_echo=$ac_try;;
6806 esac
6807 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
6808 $as_echo "$ac_try_echo") >&5
6809 (eval "$ac_compile") 2>conftest.er1
6810 ac_status=$?
6811 grep -v '^ *+' conftest.er1 >conftest.err
6812 rm -f conftest.er1
6813 cat conftest.err >&5
6814 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
6815 (exit $ac_status); } && {
6816 test -z "$ac_c_werror_flag" ||
6817 test ! -s conftest.err
6818 } && test -s conftest.$ac_objext; then
6819 eval "$as_ac_Header=yes"
6820 else
6821 $as_echo "$as_me: failed program was:" >&5
6822 sed 's/^/| /' conftest.$ac_ext >&5
6824 eval "$as_ac_Header=no"
6827 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6829 ac_res=`eval 'as_val=${'$as_ac_Header'}
6830 $as_echo "$as_val"'`
6831 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
6832 $as_echo "$ac_res" >&6; }
6833 as_val=`eval 'as_val=${'$as_ac_Header'}
6834 $as_echo "$as_val"'`
6835 if test "x$as_val" = x""yes; then
6836 cat >>confdefs.h <<_ACEOF
6837 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
6838 _ACEOF
6842 done
6846 for ac_header in linux/capi.h
6848 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
6849 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
6850 $as_echo_n "checking for $ac_header... " >&6; }
6851 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
6852 $as_echo_n "(cached) " >&6
6853 else
6854 cat >conftest.$ac_ext <<_ACEOF
6855 /* confdefs.h. */
6856 _ACEOF
6857 cat confdefs.h >>conftest.$ac_ext
6858 cat >>conftest.$ac_ext <<_ACEOF
6859 /* end confdefs.h. */
6860 #define __user
6862 #include <$ac_header>
6863 _ACEOF
6864 rm -f conftest.$ac_objext
6865 if { (ac_try="$ac_compile"
6866 case "(($ac_try" in
6867 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6868 *) ac_try_echo=$ac_try;;
6869 esac
6870 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
6871 $as_echo "$ac_try_echo") >&5
6872 (eval "$ac_compile") 2>conftest.er1
6873 ac_status=$?
6874 grep -v '^ *+' conftest.er1 >conftest.err
6875 rm -f conftest.er1
6876 cat conftest.err >&5
6877 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
6878 (exit $ac_status); } && {
6879 test -z "$ac_c_werror_flag" ||
6880 test ! -s conftest.err
6881 } && test -s conftest.$ac_objext; then
6882 eval "$as_ac_Header=yes"
6883 else
6884 $as_echo "$as_me: failed program was:" >&5
6885 sed 's/^/| /' conftest.$ac_ext >&5
6887 eval "$as_ac_Header=no"
6890 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6892 ac_res=`eval 'as_val=${'$as_ac_Header'}
6893 $as_echo "$as_val"'`
6894 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
6895 $as_echo "$ac_res" >&6; }
6896 as_val=`eval 'as_val=${'$as_ac_Header'}
6897 $as_echo "$as_val"'`
6898 if test "x$as_val" = x""yes; then
6899 cat >>confdefs.h <<_ACEOF
6900 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
6901 _ACEOF
6905 done
6909 DLLEXT=""
6911 DLLFLAGS="-D_REENTRANT"
6913 LDSHARED=""
6915 LDDLLFLAGS=""
6917 LIBEXT="so"
6919 IMPLIBEXT="def"
6921 LDRPATH_INSTALL=""
6923 LDRPATH_LOCAL=""
6925 # Extract the first word of "ldd", so it can be a program name with args.
6926 set dummy ldd; ac_word=$2
6927 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
6928 $as_echo_n "checking for $ac_word... " >&6; }
6929 if test "${ac_cv_path_LDD+set}" = set; then
6930 $as_echo_n "(cached) " >&6
6931 else
6932 case $LDD in
6933 [\\/]* | ?:[\\/]*)
6934 ac_cv_path_LDD="$LDD" # Let the user override the test with a path.
6937 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6938 as_dummy="/sbin:/usr/sbin:$PATH"
6939 for as_dir in $as_dummy
6941 IFS=$as_save_IFS
6942 test -z "$as_dir" && as_dir=.
6943 for ac_exec_ext in '' $ac_executable_extensions; do
6944 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6945 ac_cv_path_LDD="$as_dir/$ac_word$ac_exec_ext"
6946 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
6947 break 2
6949 done
6950 done
6951 IFS=$as_save_IFS
6953 test -z "$ac_cv_path_LDD" && ac_cv_path_LDD="true"
6955 esac
6957 LDD=$ac_cv_path_LDD
6958 if test -n "$LDD"; then
6959 { $as_echo "$as_me:$LINENO: result: $LDD" >&5
6960 $as_echo "$LDD" >&6; }
6961 else
6962 { $as_echo "$as_me:$LINENO: result: no" >&5
6963 $as_echo "no" >&6; }
6968 case $host_os in
6969 cygwin*|mingw32*)
6970 if test -n "$ac_tool_prefix"; then
6971 # Extract the first word of "${ac_tool_prefix}dlltool", so it can be a program name with args.
6972 set dummy ${ac_tool_prefix}dlltool; ac_word=$2
6973 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
6974 $as_echo_n "checking for $ac_word... " >&6; }
6975 if test "${ac_cv_prog_DLLTOOL+set}" = set; then
6976 $as_echo_n "(cached) " >&6
6977 else
6978 if test -n "$DLLTOOL"; then
6979 ac_cv_prog_DLLTOOL="$DLLTOOL" # Let the user override the test.
6980 else
6981 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6982 for as_dir in $PATH
6984 IFS=$as_save_IFS
6985 test -z "$as_dir" && as_dir=.
6986 for ac_exec_ext in '' $ac_executable_extensions; do
6987 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6988 ac_cv_prog_DLLTOOL="${ac_tool_prefix}dlltool"
6989 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
6990 break 2
6992 done
6993 done
6994 IFS=$as_save_IFS
6998 DLLTOOL=$ac_cv_prog_DLLTOOL
6999 if test -n "$DLLTOOL"; then
7000 { $as_echo "$as_me:$LINENO: result: $DLLTOOL" >&5
7001 $as_echo "$DLLTOOL" >&6; }
7002 else
7003 { $as_echo "$as_me:$LINENO: result: no" >&5
7004 $as_echo "no" >&6; }
7009 if test -z "$ac_cv_prog_DLLTOOL"; then
7010 ac_ct_DLLTOOL=$DLLTOOL
7011 # Extract the first word of "dlltool", so it can be a program name with args.
7012 set dummy dlltool; ac_word=$2
7013 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
7014 $as_echo_n "checking for $ac_word... " >&6; }
7015 if test "${ac_cv_prog_ac_ct_DLLTOOL+set}" = set; then
7016 $as_echo_n "(cached) " >&6
7017 else
7018 if test -n "$ac_ct_DLLTOOL"; then
7019 ac_cv_prog_ac_ct_DLLTOOL="$ac_ct_DLLTOOL" # Let the user override the test.
7020 else
7021 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7022 for as_dir in $PATH
7024 IFS=$as_save_IFS
7025 test -z "$as_dir" && as_dir=.
7026 for ac_exec_ext in '' $ac_executable_extensions; do
7027 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7028 ac_cv_prog_ac_ct_DLLTOOL="dlltool"
7029 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
7030 break 2
7032 done
7033 done
7034 IFS=$as_save_IFS
7038 ac_ct_DLLTOOL=$ac_cv_prog_ac_ct_DLLTOOL
7039 if test -n "$ac_ct_DLLTOOL"; then
7040 { $as_echo "$as_me:$LINENO: result: $ac_ct_DLLTOOL" >&5
7041 $as_echo "$ac_ct_DLLTOOL" >&6; }
7042 else
7043 { $as_echo "$as_me:$LINENO: result: no" >&5
7044 $as_echo "no" >&6; }
7047 if test "x$ac_ct_DLLTOOL" = x; then
7048 DLLTOOL="false"
7049 else
7050 case $cross_compiling:$ac_tool_warned in
7051 yes:)
7052 { $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5
7053 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
7054 ac_tool_warned=yes ;;
7055 esac
7056 DLLTOOL=$ac_ct_DLLTOOL
7058 else
7059 DLLTOOL="$ac_cv_prog_DLLTOOL"
7062 if test -n "$ac_tool_prefix"; then
7063 # Extract the first word of "${ac_tool_prefix}dllwrap", so it can be a program name with args.
7064 set dummy ${ac_tool_prefix}dllwrap; ac_word=$2
7065 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
7066 $as_echo_n "checking for $ac_word... " >&6; }
7067 if test "${ac_cv_prog_DLLWRAP+set}" = set; then
7068 $as_echo_n "(cached) " >&6
7069 else
7070 if test -n "$DLLWRAP"; then
7071 ac_cv_prog_DLLWRAP="$DLLWRAP" # Let the user override the test.
7072 else
7073 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7074 for as_dir in $PATH
7076 IFS=$as_save_IFS
7077 test -z "$as_dir" && as_dir=.
7078 for ac_exec_ext in '' $ac_executable_extensions; do
7079 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7080 ac_cv_prog_DLLWRAP="${ac_tool_prefix}dllwrap"
7081 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
7082 break 2
7084 done
7085 done
7086 IFS=$as_save_IFS
7090 DLLWRAP=$ac_cv_prog_DLLWRAP
7091 if test -n "$DLLWRAP"; then
7092 { $as_echo "$as_me:$LINENO: result: $DLLWRAP" >&5
7093 $as_echo "$DLLWRAP" >&6; }
7094 else
7095 { $as_echo "$as_me:$LINENO: result: no" >&5
7096 $as_echo "no" >&6; }
7101 if test -z "$ac_cv_prog_DLLWRAP"; then
7102 ac_ct_DLLWRAP=$DLLWRAP
7103 # Extract the first word of "dllwrap", so it can be a program name with args.
7104 set dummy dllwrap; ac_word=$2
7105 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
7106 $as_echo_n "checking for $ac_word... " >&6; }
7107 if test "${ac_cv_prog_ac_ct_DLLWRAP+set}" = set; then
7108 $as_echo_n "(cached) " >&6
7109 else
7110 if test -n "$ac_ct_DLLWRAP"; then
7111 ac_cv_prog_ac_ct_DLLWRAP="$ac_ct_DLLWRAP" # Let the user override the test.
7112 else
7113 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7114 for as_dir in $PATH
7116 IFS=$as_save_IFS
7117 test -z "$as_dir" && as_dir=.
7118 for ac_exec_ext in '' $ac_executable_extensions; do
7119 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7120 ac_cv_prog_ac_ct_DLLWRAP="dllwrap"
7121 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
7122 break 2
7124 done
7125 done
7126 IFS=$as_save_IFS
7130 ac_ct_DLLWRAP=$ac_cv_prog_ac_ct_DLLWRAP
7131 if test -n "$ac_ct_DLLWRAP"; then
7132 { $as_echo "$as_me:$LINENO: result: $ac_ct_DLLWRAP" >&5
7133 $as_echo "$ac_ct_DLLWRAP" >&6; }
7134 else
7135 { $as_echo "$as_me:$LINENO: result: no" >&5
7136 $as_echo "no" >&6; }
7139 if test "x$ac_ct_DLLWRAP" = x; then
7140 DLLWRAP="false"
7141 else
7142 case $cross_compiling:$ac_tool_warned in
7143 yes:)
7144 { $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5
7145 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
7146 ac_tool_warned=yes ;;
7147 esac
7148 DLLWRAP=$ac_ct_DLLWRAP
7150 else
7151 DLLWRAP="$ac_cv_prog_DLLWRAP"
7154 if test -n "$ac_tool_prefix"; then
7155 # Extract the first word of "${ac_tool_prefix}ar", so it can be a program name with args.
7156 set dummy ${ac_tool_prefix}ar; ac_word=$2
7157 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
7158 $as_echo_n "checking for $ac_word... " >&6; }
7159 if test "${ac_cv_prog_MINGWAR+set}" = set; then
7160 $as_echo_n "(cached) " >&6
7161 else
7162 if test -n "$MINGWAR"; then
7163 ac_cv_prog_MINGWAR="$MINGWAR" # Let the user override the test.
7164 else
7165 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7166 for as_dir in $PATH
7168 IFS=$as_save_IFS
7169 test -z "$as_dir" && as_dir=.
7170 for ac_exec_ext in '' $ac_executable_extensions; do
7171 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7172 ac_cv_prog_MINGWAR="${ac_tool_prefix}ar"
7173 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
7174 break 2
7176 done
7177 done
7178 IFS=$as_save_IFS
7182 MINGWAR=$ac_cv_prog_MINGWAR
7183 if test -n "$MINGWAR"; then
7184 { $as_echo "$as_me:$LINENO: result: $MINGWAR" >&5
7185 $as_echo "$MINGWAR" >&6; }
7186 else
7187 { $as_echo "$as_me:$LINENO: result: no" >&5
7188 $as_echo "no" >&6; }
7193 if test -z "$ac_cv_prog_MINGWAR"; then
7194 ac_ct_MINGWAR=$MINGWAR
7195 # Extract the first word of "ar", so it can be a program name with args.
7196 set dummy ar; ac_word=$2
7197 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
7198 $as_echo_n "checking for $ac_word... " >&6; }
7199 if test "${ac_cv_prog_ac_ct_MINGWAR+set}" = set; then
7200 $as_echo_n "(cached) " >&6
7201 else
7202 if test -n "$ac_ct_MINGWAR"; then
7203 ac_cv_prog_ac_ct_MINGWAR="$ac_ct_MINGWAR" # Let the user override the test.
7204 else
7205 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7206 for as_dir in $PATH
7208 IFS=$as_save_IFS
7209 test -z "$as_dir" && as_dir=.
7210 for ac_exec_ext in '' $ac_executable_extensions; do
7211 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7212 ac_cv_prog_ac_ct_MINGWAR="ar"
7213 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
7214 break 2
7216 done
7217 done
7218 IFS=$as_save_IFS
7222 ac_ct_MINGWAR=$ac_cv_prog_ac_ct_MINGWAR
7223 if test -n "$ac_ct_MINGWAR"; then
7224 { $as_echo "$as_me:$LINENO: result: $ac_ct_MINGWAR" >&5
7225 $as_echo "$ac_ct_MINGWAR" >&6; }
7226 else
7227 { $as_echo "$as_me:$LINENO: result: no" >&5
7228 $as_echo "no" >&6; }
7231 if test "x$ac_ct_MINGWAR" = x; then
7232 MINGWAR="false"
7233 else
7234 case $cross_compiling:$ac_tool_warned in
7235 yes:)
7236 { $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5
7237 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
7238 ac_tool_warned=yes ;;
7239 esac
7240 MINGWAR=$ac_ct_MINGWAR
7242 else
7243 MINGWAR="$ac_cv_prog_MINGWAR"
7246 if test "$DLLWRAP" = "false"; then
7247 LIBEXT="a"
7248 else
7249 LIBEXT="dll"
7251 IMPLIBEXT="a"
7252 enable_iphlpapi=${enable_iphlpapi:-no}
7253 enable_kernel32=${enable_kernel32:-no}
7254 enable_msvcrt=${enable_msvcrt:-no}
7255 enable_ntdll=${enable_ntdll:-no}
7256 enable_ws2_32=${enable_ws2_32:-no}
7257 enable_loader=${enable_loader:-no}
7258 enable_server=${enable_server:-no}
7259 with_x=${with_x:-no}
7260 with_pthread=${with_pthread:-no}
7262 darwin*|macosx*)
7263 DLLEXT=".so"
7264 LIBEXT="dylib"
7265 DLLFLAGS="$DLLFLAGS -fPIC"
7266 LDDLLFLAGS="-bundle -multiply_defined suppress"
7267 LIBWINE_LDFLAGS="-multiply_defined suppress"
7268 LDSHARED="\$(CC) -dynamiclib"
7269 STRIP="$STRIP -x"
7270 LDRPATH_LOCAL="&& install_name_tool -change @executable_path/\`\$(RELPATH) \$(bindir) \$(libdir)\`/libwine.1.dylib @executable_path/\$(TOPOBJDIR)/libs/wine/libwine.1.dylib \$@ || \$(RM) \$@"
7271 SECURITYLIB="-framework Security -framework CoreFoundation"
7273 COREFOUNDATIONLIB="-framework CoreFoundation"
7275 IOKITLIB="-framework IOKit -framework CoreFoundation"
7277 LDEXECFLAGS="-image_base 0x7bf00000 -Wl,-segaddr,WINE_DOS,0x00000000,-segaddr,WINE_SHARED_HEAP,0x7f000000"
7279 if test "$ac_cv_header_DiskArbitration_DiskArbitration_h" = "yes"
7280 then
7281 DISKARBITRATIONLIB="-framework DiskArbitration -framework CoreFoundation"
7284 if test "$ac_cv_header_CoreAudio_CoreAudio_h" = "yes" -a "$ac_cv_header_AudioUnit_AudioUnit_h" = "yes"
7285 then
7286 COREAUDIO="-framework CoreAudio -framework AudioUnit -framework CoreServices -framework AudioToolbox -framework CoreMIDI"
7289 if test "$ac_cv_header_IOKit_hid_IOHIDLib_h" = "yes"
7290 then
7291 ac_save_LIBS="$LIBS"
7292 LIBS="$LIBS $IOKITLIB"
7294 for ac_func in IOHIDManagerCreate
7296 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
7297 { $as_echo "$as_me:$LINENO: checking for $ac_func" >&5
7298 $as_echo_n "checking for $ac_func... " >&6; }
7299 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
7300 $as_echo_n "(cached) " >&6
7301 else
7302 cat >conftest.$ac_ext <<_ACEOF
7303 /* confdefs.h. */
7304 _ACEOF
7305 cat confdefs.h >>conftest.$ac_ext
7306 cat >>conftest.$ac_ext <<_ACEOF
7307 /* end confdefs.h. */
7308 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
7309 For example, HP-UX 11i <limits.h> declares gettimeofday. */
7310 #define $ac_func innocuous_$ac_func
7312 /* System header to define __stub macros and hopefully few prototypes,
7313 which can conflict with char $ac_func (); below.
7314 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
7315 <limits.h> exists even on freestanding compilers. */
7317 #ifdef __STDC__
7318 # include <limits.h>
7319 #else
7320 # include <assert.h>
7321 #endif
7323 #undef $ac_func
7325 /* Override any GCC internal prototype to avoid an error.
7326 Use char because int might match the return type of a GCC
7327 builtin and then its argument prototype would still apply. */
7328 #ifdef __cplusplus
7329 extern "C"
7330 #endif
7331 char $ac_func ();
7332 /* The GNU C library defines this for functions which it implements
7333 to always fail with ENOSYS. Some functions are actually named
7334 something starting with __ and the normal name is an alias. */
7335 #if defined __stub_$ac_func || defined __stub___$ac_func
7336 choke me
7337 #endif
7340 main ()
7342 return $ac_func ();
7344 return 0;
7346 _ACEOF
7347 rm -f conftest.$ac_objext conftest$ac_exeext
7348 if { (ac_try="$ac_link"
7349 case "(($ac_try" in
7350 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7351 *) ac_try_echo=$ac_try;;
7352 esac
7353 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
7354 $as_echo "$ac_try_echo") >&5
7355 (eval "$ac_link") 2>conftest.er1
7356 ac_status=$?
7357 grep -v '^ *+' conftest.er1 >conftest.err
7358 rm -f conftest.er1
7359 cat conftest.err >&5
7360 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
7361 (exit $ac_status); } && {
7362 test -z "$ac_c_werror_flag" ||
7363 test ! -s conftest.err
7364 } && test -s conftest$ac_exeext && {
7365 test "$cross_compiling" = yes ||
7366 $as_test_x conftest$ac_exeext
7367 }; then
7368 eval "$as_ac_var=yes"
7369 else
7370 $as_echo "$as_me: failed program was:" >&5
7371 sed 's/^/| /' conftest.$ac_ext >&5
7373 eval "$as_ac_var=no"
7376 rm -rf conftest.dSYM
7377 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
7378 conftest$ac_exeext conftest.$ac_ext
7380 ac_res=`eval 'as_val=${'$as_ac_var'}
7381 $as_echo "$as_val"'`
7382 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
7383 $as_echo "$ac_res" >&6; }
7384 as_val=`eval 'as_val=${'$as_ac_var'}
7385 $as_echo "$as_val"'`
7386 if test "x$as_val" = x""yes; then
7387 cat >>confdefs.h <<_ACEOF
7388 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
7389 _ACEOF
7392 done
7394 LIBS="$ac_save_LIBS"
7396 case $host_cpu in
7397 *powerpc*)
7398 LDDLLFLAGS="$LDDLLFLAGS -read_only_relocs warning" ;;
7399 esac
7400 if test "$ac_cv_header_Carbon_Carbon_h" = "yes"
7401 then
7402 CARBONLIB="-framework Carbon"
7404 enable_winequartz_drv=${enable_winequartz_drv:-yes}
7408 DLLFLAGS="$DLLFLAGS -fPIC"
7409 DLLEXT=".so"
7410 { $as_echo "$as_me:$LINENO: checking whether we can build a GNU style ELF dll" >&5
7411 $as_echo_n "checking whether we can build a GNU style ELF dll... " >&6; }
7412 if test "${ac_cv_c_dll_gnuelf+set}" = set; then
7413 $as_echo_n "(cached) " >&6
7414 else
7415 ac_wine_try_cflags_saved=$CFLAGS
7416 CFLAGS="$CFLAGS -fPIC -shared -Wl,-Bsymbolic"
7417 cat >conftest.$ac_ext <<_ACEOF
7418 void myfunc() {}
7419 _ACEOF
7420 rm -f conftest.$ac_objext conftest$ac_exeext
7421 if { (ac_try="$ac_link"
7422 case "(($ac_try" in
7423 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7424 *) ac_try_echo=$ac_try;;
7425 esac
7426 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
7427 $as_echo "$ac_try_echo") >&5
7428 (eval "$ac_link") 2>conftest.er1
7429 ac_status=$?
7430 grep -v '^ *+' conftest.er1 >conftest.err
7431 rm -f conftest.er1
7432 cat conftest.err >&5
7433 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
7434 (exit $ac_status); } && {
7435 test -z "$ac_c_werror_flag" ||
7436 test ! -s conftest.err
7437 } && test -s conftest$ac_exeext && {
7438 test "$cross_compiling" = yes ||
7439 $as_test_x conftest$ac_exeext
7440 }; then
7441 ac_cv_c_dll_gnuelf="yes"
7442 else
7443 $as_echo "$as_me: failed program was:" >&5
7444 sed 's/^/| /' conftest.$ac_ext >&5
7446 ac_cv_c_dll_gnuelf="no"
7449 rm -rf conftest.dSYM
7450 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
7451 conftest$ac_exeext conftest.$ac_ext
7452 CFLAGS=$ac_wine_try_cflags_saved
7454 { $as_echo "$as_me:$LINENO: result: $ac_cv_c_dll_gnuelf" >&5
7455 $as_echo "$ac_cv_c_dll_gnuelf" >&6; }
7456 if test "$ac_cv_c_dll_gnuelf" = "yes"
7457 then
7458 LDSHARED="\$(CC) -shared"
7459 LDDLLFLAGS="-shared -Wl,-Bsymbolic"
7460 { $as_echo "$as_me:$LINENO: checking whether the compiler supports -fPIC -shared -Wl,-soname,confest.so.1" >&5
7461 $as_echo_n "checking whether the compiler supports -fPIC -shared -Wl,-soname,confest.so.1... " >&6; }
7462 if test "${ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1+set}" = set; then
7463 $as_echo_n "(cached) " >&6
7464 else
7465 ac_wine_try_cflags_saved=$CFLAGS
7466 CFLAGS="$CFLAGS -fPIC -shared -Wl,-soname,confest.so.1"
7467 cat >conftest.$ac_ext <<_ACEOF
7468 /* confdefs.h. */
7469 _ACEOF
7470 cat confdefs.h >>conftest.$ac_ext
7471 cat >>conftest.$ac_ext <<_ACEOF
7472 /* end confdefs.h. */
7475 main ()
7479 return 0;
7481 _ACEOF
7482 rm -f conftest.$ac_objext conftest$ac_exeext
7483 if { (ac_try="$ac_link"
7484 case "(($ac_try" in
7485 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7486 *) ac_try_echo=$ac_try;;
7487 esac
7488 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
7489 $as_echo "$ac_try_echo") >&5
7490 (eval "$ac_link") 2>conftest.er1
7491 ac_status=$?
7492 grep -v '^ *+' conftest.er1 >conftest.err
7493 rm -f conftest.er1
7494 cat conftest.err >&5
7495 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
7496 (exit $ac_status); } && {
7497 test -z "$ac_c_werror_flag" ||
7498 test ! -s conftest.err
7499 } && test -s conftest$ac_exeext && {
7500 test "$cross_compiling" = yes ||
7501 $as_test_x conftest$ac_exeext
7502 }; then
7503 ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1=yes
7504 else
7505 $as_echo "$as_me: failed program was:" >&5
7506 sed 's/^/| /' conftest.$ac_ext >&5
7508 ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1=no
7511 rm -rf conftest.dSYM
7512 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
7513 conftest$ac_exeext conftest.$ac_ext
7514 CFLAGS=$ac_wine_try_cflags_saved
7516 { $as_echo "$as_me:$LINENO: result: $ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1" >&5
7517 $as_echo "$ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1" >&6; }
7518 if test $ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1 = yes; then
7519 LDSHARED="\$(CC) -shared \$(SONAME:%=-Wl,-soname,%)"
7520 else
7521 { $as_echo "$as_me:$LINENO: checking whether the compiler supports -fPIC -shared -Wl,-h,confest.so.1" >&5
7522 $as_echo_n "checking whether the compiler supports -fPIC -shared -Wl,-h,confest.so.1... " >&6; }
7523 if test "${ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1+set}" = set; then
7524 $as_echo_n "(cached) " >&6
7525 else
7526 ac_wine_try_cflags_saved=$CFLAGS
7527 CFLAGS="$CFLAGS -fPIC -shared -Wl,-h,confest.so.1"
7528 cat >conftest.$ac_ext <<_ACEOF
7529 /* confdefs.h. */
7530 _ACEOF
7531 cat confdefs.h >>conftest.$ac_ext
7532 cat >>conftest.$ac_ext <<_ACEOF
7533 /* end confdefs.h. */
7536 main ()
7540 return 0;
7542 _ACEOF
7543 rm -f conftest.$ac_objext conftest$ac_exeext
7544 if { (ac_try="$ac_link"
7545 case "(($ac_try" in
7546 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7547 *) ac_try_echo=$ac_try;;
7548 esac
7549 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
7550 $as_echo "$ac_try_echo") >&5
7551 (eval "$ac_link") 2>conftest.er1
7552 ac_status=$?
7553 grep -v '^ *+' conftest.er1 >conftest.err
7554 rm -f conftest.er1
7555 cat conftest.err >&5
7556 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
7557 (exit $ac_status); } && {
7558 test -z "$ac_c_werror_flag" ||
7559 test ! -s conftest.err
7560 } && test -s conftest$ac_exeext && {
7561 test "$cross_compiling" = yes ||
7562 $as_test_x conftest$ac_exeext
7563 }; then
7564 ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1=yes
7565 else
7566 $as_echo "$as_me: failed program was:" >&5
7567 sed 's/^/| /' conftest.$ac_ext >&5
7569 ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1=no
7572 rm -rf conftest.dSYM
7573 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
7574 conftest$ac_exeext conftest.$ac_ext
7575 CFLAGS=$ac_wine_try_cflags_saved
7577 { $as_echo "$as_me:$LINENO: result: $ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1" >&5
7578 $as_echo "$ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1" >&6; }
7579 if test $ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1 = yes; then
7580 LDSHARED="\$(CC) -shared \$(SONAME:%=-Wl,-h,%)"
7586 { $as_echo "$as_me:$LINENO: checking whether the compiler supports -fPIC -shared -Wl,-Bsymbolic,-z,defs" >&5
7587 $as_echo_n "checking whether the compiler supports -fPIC -shared -Wl,-Bsymbolic,-z,defs... " >&6; }
7588 if test "${ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__z_defs+set}" = set; then
7589 $as_echo_n "(cached) " >&6
7590 else
7591 ac_wine_try_cflags_saved=$CFLAGS
7592 CFLAGS="$CFLAGS -fPIC -shared -Wl,-Bsymbolic,-z,defs"
7593 cat >conftest.$ac_ext <<_ACEOF
7594 /* confdefs.h. */
7595 _ACEOF
7596 cat confdefs.h >>conftest.$ac_ext
7597 cat >>conftest.$ac_ext <<_ACEOF
7598 /* end confdefs.h. */
7601 main ()
7605 return 0;
7607 _ACEOF
7608 rm -f conftest.$ac_objext conftest$ac_exeext
7609 if { (ac_try="$ac_link"
7610 case "(($ac_try" in
7611 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7612 *) ac_try_echo=$ac_try;;
7613 esac
7614 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
7615 $as_echo "$ac_try_echo") >&5
7616 (eval "$ac_link") 2>conftest.er1
7617 ac_status=$?
7618 grep -v '^ *+' conftest.er1 >conftest.err
7619 rm -f conftest.er1
7620 cat conftest.err >&5
7621 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
7622 (exit $ac_status); } && {
7623 test -z "$ac_c_werror_flag" ||
7624 test ! -s conftest.err
7625 } && test -s conftest$ac_exeext && {
7626 test "$cross_compiling" = yes ||
7627 $as_test_x conftest$ac_exeext
7628 }; then
7629 ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__z_defs=yes
7630 else
7631 $as_echo "$as_me: failed program was:" >&5
7632 sed 's/^/| /' conftest.$ac_ext >&5
7634 ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__z_defs=no
7637 rm -rf conftest.dSYM
7638 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
7639 conftest$ac_exeext conftest.$ac_ext
7640 CFLAGS=$ac_wine_try_cflags_saved
7642 { $as_echo "$as_me:$LINENO: result: $ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__z_defs" >&5
7643 $as_echo "$ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__z_defs" >&6; }
7644 if test $ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__z_defs = yes; then
7645 LDDLLFLAGS="$LDDLLFLAGS,-z,defs"
7649 { $as_echo "$as_me:$LINENO: checking whether the compiler supports -fPIC -shared -Wl,-Bsymbolic,-init,__wine_spec_init,-fini,__wine_spec_fini" >&5
7650 $as_echo_n "checking whether the compiler supports -fPIC -shared -Wl,-Bsymbolic,-init,__wine_spec_init,-fini,__wine_spec_fini... " >&6; }
7651 if test "${ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__init___wine_spec_init__fini___wine_spec_fini+set}" = set; then
7652 $as_echo_n "(cached) " >&6
7653 else
7654 ac_wine_try_cflags_saved=$CFLAGS
7655 CFLAGS="$CFLAGS -fPIC -shared -Wl,-Bsymbolic,-init,__wine_spec_init,-fini,__wine_spec_fini"
7656 cat >conftest.$ac_ext <<_ACEOF
7657 /* confdefs.h. */
7658 _ACEOF
7659 cat confdefs.h >>conftest.$ac_ext
7660 cat >>conftest.$ac_ext <<_ACEOF
7661 /* end confdefs.h. */
7664 main ()
7668 return 0;
7670 _ACEOF
7671 rm -f conftest.$ac_objext conftest$ac_exeext
7672 if { (ac_try="$ac_link"
7673 case "(($ac_try" in
7674 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7675 *) ac_try_echo=$ac_try;;
7676 esac
7677 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
7678 $as_echo "$ac_try_echo") >&5
7679 (eval "$ac_link") 2>conftest.er1
7680 ac_status=$?
7681 grep -v '^ *+' conftest.er1 >conftest.err
7682 rm -f conftest.er1
7683 cat conftest.err >&5
7684 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
7685 (exit $ac_status); } && {
7686 test -z "$ac_c_werror_flag" ||
7687 test ! -s conftest.err
7688 } && test -s conftest$ac_exeext && {
7689 test "$cross_compiling" = yes ||
7690 $as_test_x conftest$ac_exeext
7691 }; then
7692 ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__init___wine_spec_init__fini___wine_spec_fini=yes
7693 else
7694 $as_echo "$as_me: failed program was:" >&5
7695 sed 's/^/| /' conftest.$ac_ext >&5
7697 ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__init___wine_spec_init__fini___wine_spec_fini=no
7700 rm -rf conftest.dSYM
7701 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
7702 conftest$ac_exeext conftest.$ac_ext
7703 CFLAGS=$ac_wine_try_cflags_saved
7705 { $as_echo "$as_me:$LINENO: result: $ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__init___wine_spec_init__fini___wine_spec_fini" >&5
7706 $as_echo "$ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__init___wine_spec_init__fini___wine_spec_fini" >&6; }
7707 if test $ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__init___wine_spec_init__fini___wine_spec_fini = yes; then
7708 LDDLLFLAGS="$LDDLLFLAGS,-init,__wine_spec_init,-fini,__wine_spec_fini"
7712 echo '{ global: *; };' >conftest.map
7713 { $as_echo "$as_me:$LINENO: checking whether the compiler supports -fPIC -shared -Wl,--version-script=conftest.map" >&5
7714 $as_echo_n "checking whether the compiler supports -fPIC -shared -Wl,--version-script=conftest.map... " >&6; }
7715 if test "${ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map+set}" = set; then
7716 $as_echo_n "(cached) " >&6
7717 else
7718 ac_wine_try_cflags_saved=$CFLAGS
7719 CFLAGS="$CFLAGS -fPIC -shared -Wl,--version-script=conftest.map"
7720 cat >conftest.$ac_ext <<_ACEOF
7721 /* confdefs.h. */
7722 _ACEOF
7723 cat confdefs.h >>conftest.$ac_ext
7724 cat >>conftest.$ac_ext <<_ACEOF
7725 /* end confdefs.h. */
7728 main ()
7732 return 0;
7734 _ACEOF
7735 rm -f conftest.$ac_objext conftest$ac_exeext
7736 if { (ac_try="$ac_link"
7737 case "(($ac_try" in
7738 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7739 *) ac_try_echo=$ac_try;;
7740 esac
7741 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
7742 $as_echo "$ac_try_echo") >&5
7743 (eval "$ac_link") 2>conftest.er1
7744 ac_status=$?
7745 grep -v '^ *+' conftest.er1 >conftest.err
7746 rm -f conftest.er1
7747 cat conftest.err >&5
7748 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
7749 (exit $ac_status); } && {
7750 test -z "$ac_c_werror_flag" ||
7751 test ! -s conftest.err
7752 } && test -s conftest$ac_exeext && {
7753 test "$cross_compiling" = yes ||
7754 $as_test_x conftest$ac_exeext
7755 }; then
7756 ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map=yes
7757 else
7758 $as_echo "$as_me: failed program was:" >&5
7759 sed 's/^/| /' conftest.$ac_ext >&5
7761 ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map=no
7764 rm -rf conftest.dSYM
7765 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
7766 conftest$ac_exeext conftest.$ac_ext
7767 CFLAGS=$ac_wine_try_cflags_saved
7769 { $as_echo "$as_me:$LINENO: result: $ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map" >&5
7770 $as_echo "$ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map" >&6; }
7771 if test $ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map = yes; then
7772 LDSHARED="$LDSHARED \$(VERSCRIPT:%=-Wl,--version-script=%)"
7775 rm -f conftest.map
7777 { $as_echo "$as_me:$LINENO: checking whether the compiler supports -fPIC -Wl,--export-dynamic" >&5
7778 $as_echo_n "checking whether the compiler supports -fPIC -Wl,--export-dynamic... " >&6; }
7779 if test "${ac_cv_cflags__fPIC__Wl___export_dynamic+set}" = set; then
7780 $as_echo_n "(cached) " >&6
7781 else
7782 ac_wine_try_cflags_saved=$CFLAGS
7783 CFLAGS="$CFLAGS -fPIC -Wl,--export-dynamic"
7784 cat >conftest.$ac_ext <<_ACEOF
7785 /* confdefs.h. */
7786 _ACEOF
7787 cat confdefs.h >>conftest.$ac_ext
7788 cat >>conftest.$ac_ext <<_ACEOF
7789 /* end confdefs.h. */
7792 main ()
7796 return 0;
7798 _ACEOF
7799 rm -f conftest.$ac_objext conftest$ac_exeext
7800 if { (ac_try="$ac_link"
7801 case "(($ac_try" in
7802 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7803 *) ac_try_echo=$ac_try;;
7804 esac
7805 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
7806 $as_echo "$ac_try_echo") >&5
7807 (eval "$ac_link") 2>conftest.er1
7808 ac_status=$?
7809 grep -v '^ *+' conftest.er1 >conftest.err
7810 rm -f conftest.er1
7811 cat conftest.err >&5
7812 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
7813 (exit $ac_status); } && {
7814 test -z "$ac_c_werror_flag" ||
7815 test ! -s conftest.err
7816 } && test -s conftest$ac_exeext && {
7817 test "$cross_compiling" = yes ||
7818 $as_test_x conftest$ac_exeext
7819 }; then
7820 ac_cv_cflags__fPIC__Wl___export_dynamic=yes
7821 else
7822 $as_echo "$as_me: failed program was:" >&5
7823 sed 's/^/| /' conftest.$ac_ext >&5
7825 ac_cv_cflags__fPIC__Wl___export_dynamic=no
7828 rm -rf conftest.dSYM
7829 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
7830 conftest$ac_exeext conftest.$ac_ext
7831 CFLAGS=$ac_wine_try_cflags_saved
7833 { $as_echo "$as_me:$LINENO: result: $ac_cv_cflags__fPIC__Wl___export_dynamic" >&5
7834 $as_echo "$ac_cv_cflags__fPIC__Wl___export_dynamic" >&6; }
7835 if test $ac_cv_cflags__fPIC__Wl___export_dynamic = yes; then
7836 LDEXECFLAGS="-Wl,--export-dynamic"
7841 as_ac_var=`$as_echo "ac_cv_cflags_-fPIC -Wl,--rpath,\$ORIGIN/../lib" | $as_tr_sh`
7842 { $as_echo "$as_me:$LINENO: checking whether the compiler supports -fPIC -Wl,--rpath,\$ORIGIN/../lib" >&5
7843 $as_echo_n "checking whether the compiler supports -fPIC -Wl,--rpath,\$ORIGIN/../lib... " >&6; }
7844 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
7845 $as_echo_n "(cached) " >&6
7846 else
7847 ac_wine_try_cflags_saved=$CFLAGS
7848 CFLAGS="$CFLAGS -fPIC -Wl,--rpath,\$ORIGIN/../lib"
7849 cat >conftest.$ac_ext <<_ACEOF
7850 /* confdefs.h. */
7851 _ACEOF
7852 cat confdefs.h >>conftest.$ac_ext
7853 cat >>conftest.$ac_ext <<_ACEOF
7854 /* end confdefs.h. */
7857 main ()
7861 return 0;
7863 _ACEOF
7864 rm -f conftest.$ac_objext conftest$ac_exeext
7865 if { (ac_try="$ac_link"
7866 case "(($ac_try" in
7867 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7868 *) ac_try_echo=$ac_try;;
7869 esac
7870 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
7871 $as_echo "$ac_try_echo") >&5
7872 (eval "$ac_link") 2>conftest.er1
7873 ac_status=$?
7874 grep -v '^ *+' conftest.er1 >conftest.err
7875 rm -f conftest.er1
7876 cat conftest.err >&5
7877 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
7878 (exit $ac_status); } && {
7879 test -z "$ac_c_werror_flag" ||
7880 test ! -s conftest.err
7881 } && test -s conftest$ac_exeext && {
7882 test "$cross_compiling" = yes ||
7883 $as_test_x conftest$ac_exeext
7884 }; then
7885 eval "$as_ac_var=yes"
7886 else
7887 $as_echo "$as_me: failed program was:" >&5
7888 sed 's/^/| /' conftest.$ac_ext >&5
7890 eval "$as_ac_var=no"
7893 rm -rf conftest.dSYM
7894 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
7895 conftest$ac_exeext conftest.$ac_ext
7896 CFLAGS=$ac_wine_try_cflags_saved
7898 ac_res=`eval 'as_val=${'$as_ac_var'}
7899 $as_echo "$as_val"'`
7900 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
7901 $as_echo "$ac_res" >&6; }
7902 if test `eval 'as_val=${'$as_ac_var'}
7903 $as_echo "$as_val"'` = yes; then
7904 LDRPATH_INSTALL="-Wl,--rpath,\\\$\$ORIGIN/\`\$(RELPATH) \$(bindir) \$(libdir)\`"
7905 LDRPATH_LOCAL="-Wl,--rpath,\\\$\$ORIGIN/\$(TOPOBJDIR)/libs/wine"
7906 else
7907 as_ac_var=`$as_echo "ac_cv_cflags_-fPIC -Wl,-R,\$ORIGIN/../lib" | $as_tr_sh`
7908 { $as_echo "$as_me:$LINENO: checking whether the compiler supports -fPIC -Wl,-R,\$ORIGIN/../lib" >&5
7909 $as_echo_n "checking whether the compiler supports -fPIC -Wl,-R,\$ORIGIN/../lib... " >&6; }
7910 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
7911 $as_echo_n "(cached) " >&6
7912 else
7913 ac_wine_try_cflags_saved=$CFLAGS
7914 CFLAGS="$CFLAGS -fPIC -Wl,-R,\$ORIGIN/../lib"
7915 cat >conftest.$ac_ext <<_ACEOF
7916 /* confdefs.h. */
7917 _ACEOF
7918 cat confdefs.h >>conftest.$ac_ext
7919 cat >>conftest.$ac_ext <<_ACEOF
7920 /* end confdefs.h. */
7923 main ()
7927 return 0;
7929 _ACEOF
7930 rm -f conftest.$ac_objext conftest$ac_exeext
7931 if { (ac_try="$ac_link"
7932 case "(($ac_try" in
7933 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7934 *) ac_try_echo=$ac_try;;
7935 esac
7936 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
7937 $as_echo "$ac_try_echo") >&5
7938 (eval "$ac_link") 2>conftest.er1
7939 ac_status=$?
7940 grep -v '^ *+' conftest.er1 >conftest.err
7941 rm -f conftest.er1
7942 cat conftest.err >&5
7943 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
7944 (exit $ac_status); } && {
7945 test -z "$ac_c_werror_flag" ||
7946 test ! -s conftest.err
7947 } && test -s conftest$ac_exeext && {
7948 test "$cross_compiling" = yes ||
7949 $as_test_x conftest$ac_exeext
7950 }; then
7951 eval "$as_ac_var=yes"
7952 else
7953 $as_echo "$as_me: failed program was:" >&5
7954 sed 's/^/| /' conftest.$ac_ext >&5
7956 eval "$as_ac_var=no"
7959 rm -rf conftest.dSYM
7960 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
7961 conftest$ac_exeext conftest.$ac_ext
7962 CFLAGS=$ac_wine_try_cflags_saved
7964 ac_res=`eval 'as_val=${'$as_ac_var'}
7965 $as_echo "$as_val"'`
7966 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
7967 $as_echo "$ac_res" >&6; }
7968 if test `eval 'as_val=${'$as_ac_var'}
7969 $as_echo "$as_val"'` = yes; then
7970 LDRPATH_INSTALL="-Wl,-R,\\\$\$ORIGIN/\`\$(RELPATH) \$(bindir) \$(libdir)\`"
7971 LDRPATH_LOCAL="-Wl,-R,\\\$\$ORIGIN/\$(TOPOBJDIR)/libs/wine"
7977 { $as_echo "$as_me:$LINENO: checking whether the compiler supports -Wl,--enable-new-dtags" >&5
7978 $as_echo_n "checking whether the compiler supports -Wl,--enable-new-dtags... " >&6; }
7979 if test "${ac_cv_cflags__Wl___enable_new_dtags+set}" = set; then
7980 $as_echo_n "(cached) " >&6
7981 else
7982 ac_wine_try_cflags_saved=$CFLAGS
7983 CFLAGS="$CFLAGS -Wl,--enable-new-dtags"
7984 cat >conftest.$ac_ext <<_ACEOF
7985 /* confdefs.h. */
7986 _ACEOF
7987 cat confdefs.h >>conftest.$ac_ext
7988 cat >>conftest.$ac_ext <<_ACEOF
7989 /* end confdefs.h. */
7992 main ()
7996 return 0;
7998 _ACEOF
7999 rm -f conftest.$ac_objext conftest$ac_exeext
8000 if { (ac_try="$ac_link"
8001 case "(($ac_try" in
8002 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8003 *) ac_try_echo=$ac_try;;
8004 esac
8005 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
8006 $as_echo "$ac_try_echo") >&5
8007 (eval "$ac_link") 2>conftest.er1
8008 ac_status=$?
8009 grep -v '^ *+' conftest.er1 >conftest.err
8010 rm -f conftest.er1
8011 cat conftest.err >&5
8012 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
8013 (exit $ac_status); } && {
8014 test -z "$ac_c_werror_flag" ||
8015 test ! -s conftest.err
8016 } && test -s conftest$ac_exeext && {
8017 test "$cross_compiling" = yes ||
8018 $as_test_x conftest$ac_exeext
8019 }; then
8020 ac_cv_cflags__Wl___enable_new_dtags=yes
8021 else
8022 $as_echo "$as_me: failed program was:" >&5
8023 sed 's/^/| /' conftest.$ac_ext >&5
8025 ac_cv_cflags__Wl___enable_new_dtags=no
8028 rm -rf conftest.dSYM
8029 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
8030 conftest$ac_exeext conftest.$ac_ext
8031 CFLAGS=$ac_wine_try_cflags_saved
8033 { $as_echo "$as_me:$LINENO: result: $ac_cv_cflags__Wl___enable_new_dtags" >&5
8034 $as_echo "$ac_cv_cflags__Wl___enable_new_dtags" >&6; }
8035 if test $ac_cv_cflags__Wl___enable_new_dtags = yes; then
8036 LDRPATH_INSTALL="$LDRPATH_INSTALL -Wl,--enable-new-dtags"
8040 case $host_cpu in
8041 *i[3456789]86* | x86_64)
8042 { $as_echo "$as_me:$LINENO: checking whether the compiler supports -Wl,--section-start,.interp=0x7bf00400" >&5
8043 $as_echo_n "checking whether the compiler supports -Wl,--section-start,.interp=0x7bf00400... " >&6; }
8044 if test "${ac_cv_cflags__Wl___section_start__interp_0x7bf00400+set}" = set; then
8045 $as_echo_n "(cached) " >&6
8046 else
8047 ac_wine_try_cflags_saved=$CFLAGS
8048 CFLAGS="$CFLAGS -Wl,--section-start,.interp=0x7bf00400"
8049 cat >conftest.$ac_ext <<_ACEOF
8050 /* confdefs.h. */
8051 _ACEOF
8052 cat confdefs.h >>conftest.$ac_ext
8053 cat >>conftest.$ac_ext <<_ACEOF
8054 /* end confdefs.h. */
8057 main ()
8061 return 0;
8063 _ACEOF
8064 rm -f conftest.$ac_objext conftest$ac_exeext
8065 if { (ac_try="$ac_link"
8066 case "(($ac_try" in
8067 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8068 *) ac_try_echo=$ac_try;;
8069 esac
8070 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
8071 $as_echo "$ac_try_echo") >&5
8072 (eval "$ac_link") 2>conftest.er1
8073 ac_status=$?
8074 grep -v '^ *+' conftest.er1 >conftest.err
8075 rm -f conftest.er1
8076 cat conftest.err >&5
8077 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
8078 (exit $ac_status); } && {
8079 test -z "$ac_c_werror_flag" ||
8080 test ! -s conftest.err
8081 } && test -s conftest$ac_exeext && {
8082 test "$cross_compiling" = yes ||
8083 $as_test_x conftest$ac_exeext
8084 }; then
8085 ac_cv_cflags__Wl___section_start__interp_0x7bf00400=yes
8086 else
8087 $as_echo "$as_me: failed program was:" >&5
8088 sed 's/^/| /' conftest.$ac_ext >&5
8090 ac_cv_cflags__Wl___section_start__interp_0x7bf00400=no
8093 rm -rf conftest.dSYM
8094 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
8095 conftest$ac_exeext conftest.$ac_ext
8096 CFLAGS=$ac_wine_try_cflags_saved
8098 { $as_echo "$as_me:$LINENO: result: $ac_cv_cflags__Wl___section_start__interp_0x7bf00400" >&5
8099 $as_echo "$ac_cv_cflags__Wl___section_start__interp_0x7bf00400" >&6; }
8100 if test $ac_cv_cflags__Wl___section_start__interp_0x7bf00400 = yes; then
8101 LDEXECFLAGS="$LDEXECFLAGS -Wl,--section-start,.interp=0x7bf00400"
8105 esac
8107 else
8108 { $as_echo "$as_me:$LINENO: checking whether we can build a UnixWare (Solaris) dll" >&5
8109 $as_echo_n "checking whether we can build a UnixWare (Solaris) dll... " >&6; }
8110 if test "${ac_cv_c_dll_unixware+set}" = set; then
8111 $as_echo_n "(cached) " >&6
8112 else
8113 ac_wine_try_cflags_saved=$CFLAGS
8114 CFLAGS="$CFLAGS -fPIC -Wl,-G,-h,conftest.so.1.0,-B,symbolic"
8115 cat >conftest.$ac_ext <<_ACEOF
8116 void myfunc() {}
8117 _ACEOF
8118 rm -f conftest.$ac_objext conftest$ac_exeext
8119 if { (ac_try="$ac_link"
8120 case "(($ac_try" in
8121 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8122 *) ac_try_echo=$ac_try;;
8123 esac
8124 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
8125 $as_echo "$ac_try_echo") >&5
8126 (eval "$ac_link") 2>conftest.er1
8127 ac_status=$?
8128 grep -v '^ *+' conftest.er1 >conftest.err
8129 rm -f conftest.er1
8130 cat conftest.err >&5
8131 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
8132 (exit $ac_status); } && {
8133 test -z "$ac_c_werror_flag" ||
8134 test ! -s conftest.err
8135 } && test -s conftest$ac_exeext && {
8136 test "$cross_compiling" = yes ||
8137 $as_test_x conftest$ac_exeext
8138 }; then
8139 ac_cv_c_dll_unixware="yes"
8140 else
8141 $as_echo "$as_me: failed program was:" >&5
8142 sed 's/^/| /' conftest.$ac_ext >&5
8144 ac_cv_c_dll_unixware="no"
8147 rm -rf conftest.dSYM
8148 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
8149 conftest$ac_exeext conftest.$ac_ext
8150 CFLAGS=$ac_wine_try_cflags_saved
8152 { $as_echo "$as_me:$LINENO: result: $ac_cv_c_dll_unixware" >&5
8153 $as_echo "$ac_cv_c_dll_unixware" >&6; }
8154 if test "$ac_cv_c_dll_unixware" = "yes"
8155 then
8156 LDSHARED="\$(CC) -Wl,-G \$(SONAME:%=-Wl,-h,%)"
8157 LDDLLFLAGS="-Wl,-G,-B,symbolic"
8159 else
8160 { $as_echo "$as_me:$LINENO: checking whether we can build an HP-UX dll" >&5
8161 $as_echo_n "checking whether we can build an HP-UX dll... " >&6; }
8162 if test "${ac_cv_c_dll_hpux+set}" = set; then
8163 $as_echo_n "(cached) " >&6
8164 else
8165 ac_wine_try_cflags_saved=$CFLAGS
8166 CFLAGS="$CFLAGS -shared"
8167 cat >conftest.$ac_ext <<_ACEOF
8168 void myfunc() {}
8169 _ACEOF
8170 rm -f conftest.$ac_objext conftest$ac_exeext
8171 if { (ac_try="$ac_link"
8172 case "(($ac_try" in
8173 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8174 *) ac_try_echo=$ac_try;;
8175 esac
8176 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
8177 $as_echo "$ac_try_echo") >&5
8178 (eval "$ac_link") 2>conftest.er1
8179 ac_status=$?
8180 grep -v '^ *+' conftest.er1 >conftest.err
8181 rm -f conftest.er1
8182 cat conftest.err >&5
8183 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
8184 (exit $ac_status); } && {
8185 test -z "$ac_c_werror_flag" ||
8186 test ! -s conftest.err
8187 } && test -s conftest$ac_exeext && {
8188 test "$cross_compiling" = yes ||
8189 $as_test_x conftest$ac_exeext
8190 }; then
8191 ac_cv_c_dll_hpux="yes"
8192 else
8193 $as_echo "$as_me: failed program was:" >&5
8194 sed 's/^/| /' conftest.$ac_ext >&5
8196 ac_cv_c_dll_hpux="no"
8199 rm -rf conftest.dSYM
8200 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
8201 conftest$ac_exeext conftest.$ac_ext
8202 CFLAGS=$ac_wine_try_cflags_saved
8204 { $as_echo "$as_me:$LINENO: result: $ac_cv_c_dll_hpux" >&5
8205 $as_echo "$ac_cv_c_dll_hpux" >&6; }
8206 if test "$ac_cv_c_dll_hpux" = "yes"
8207 then
8208 LIBEXT="sl"
8209 DLLEXT=".sl"
8210 LDDLLFLAGS="-shared -fPIC"
8211 LDSHARED="\$(CC) -shared"
8216 esac
8218 enable_winequartz_drv=${enable_winequartz_drv:-no}
8220 if test "$LIBEXT" = "a"; then
8221 { { $as_echo "$as_me:$LINENO: error: could not find a way to build shared libraries.
8222 It is currently not possible to build Wine without shared library
8223 (.so) support to allow transparent switch between .so and .dll files.
8224 If you are using Linux, you will need a newer binutils.
8225 " >&5
8226 $as_echo "$as_me: error: could not find a way to build shared libraries.
8227 It is currently not possible to build Wine without shared library
8228 (.so) support to allow transparent switch between .so and .dll files.
8229 If you are using Linux, you will need a newer binutils.
8230 " >&2;}
8231 { (exit 1); exit 1; }; }
8234 if test "$cross_compiling" = "no" -a "$LIBEXT" != "dll"
8235 then
8236 for ac_prog in $host_cpu-pc-mingw32-gcc i586-mingw32msvc-gcc i386-mingw32msvc-gcc i686-mingw32-gcc i586-mingw32-gcc i486-mingw32-gcc i386-mingw32-gcc i686-pc-mingw32-gcc
8238 # Extract the first word of "$ac_prog", so it can be a program name with args.
8239 set dummy $ac_prog; ac_word=$2
8240 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
8241 $as_echo_n "checking for $ac_word... " >&6; }
8242 if test "${ac_cv_prog_CROSSCC+set}" = set; then
8243 $as_echo_n "(cached) " >&6
8244 else
8245 if test -n "$CROSSCC"; then
8246 ac_cv_prog_CROSSCC="$CROSSCC" # Let the user override the test.
8247 else
8248 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8249 for as_dir in $PATH
8251 IFS=$as_save_IFS
8252 test -z "$as_dir" && as_dir=.
8253 for ac_exec_ext in '' $ac_executable_extensions; do
8254 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8255 ac_cv_prog_CROSSCC="$ac_prog"
8256 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
8257 break 2
8259 done
8260 done
8261 IFS=$as_save_IFS
8265 CROSSCC=$ac_cv_prog_CROSSCC
8266 if test -n "$CROSSCC"; then
8267 { $as_echo "$as_me:$LINENO: result: $CROSSCC" >&5
8268 $as_echo "$CROSSCC" >&6; }
8269 else
8270 { $as_echo "$as_me:$LINENO: result: no" >&5
8271 $as_echo "no" >&6; }
8275 test -n "$CROSSCC" && break
8276 done
8277 test -n "$CROSSCC" || CROSSCC="false"
8279 for ac_prog in $host_cpu-pc-mingw32-dlltool i586-mingw32msvc-dlltool i386-mingw32msvc-dlltool i686-mingw32-dlltool i586-mingw32-dlltool i486-mingw32-dlltool i386-mingw32-dlltool i686-pc-mingw32-dlltool
8281 # Extract the first word of "$ac_prog", so it can be a program name with args.
8282 set dummy $ac_prog; ac_word=$2
8283 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
8284 $as_echo_n "checking for $ac_word... " >&6; }
8285 if test "${ac_cv_prog_DLLTOOL+set}" = set; then
8286 $as_echo_n "(cached) " >&6
8287 else
8288 if test -n "$DLLTOOL"; then
8289 ac_cv_prog_DLLTOOL="$DLLTOOL" # Let the user override the test.
8290 else
8291 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8292 for as_dir in $PATH
8294 IFS=$as_save_IFS
8295 test -z "$as_dir" && as_dir=.
8296 for ac_exec_ext in '' $ac_executable_extensions; do
8297 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8298 ac_cv_prog_DLLTOOL="$ac_prog"
8299 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
8300 break 2
8302 done
8303 done
8304 IFS=$as_save_IFS
8308 DLLTOOL=$ac_cv_prog_DLLTOOL
8309 if test -n "$DLLTOOL"; then
8310 { $as_echo "$as_me:$LINENO: result: $DLLTOOL" >&5
8311 $as_echo "$DLLTOOL" >&6; }
8312 else
8313 { $as_echo "$as_me:$LINENO: result: no" >&5
8314 $as_echo "no" >&6; }
8318 test -n "$DLLTOOL" && break
8319 done
8320 test -n "$DLLTOOL" || DLLTOOL="false"
8322 for ac_prog in $host_cpu-pc-mingw32-ar i586-mingw32msvc-ar i386-mingw32msvc-ar i686-mingw32-ar i586-mingw32-ar i486-mingw32-ar i386-mingw32-ar i686-pc-mingw32-ar
8324 # Extract the first word of "$ac_prog", so it can be a program name with args.
8325 set dummy $ac_prog; ac_word=$2
8326 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
8327 $as_echo_n "checking for $ac_word... " >&6; }
8328 if test "${ac_cv_prog_MINGWAR+set}" = set; then
8329 $as_echo_n "(cached) " >&6
8330 else
8331 if test -n "$MINGWAR"; then
8332 ac_cv_prog_MINGWAR="$MINGWAR" # Let the user override the test.
8333 else
8334 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8335 for as_dir in $PATH
8337 IFS=$as_save_IFS
8338 test -z "$as_dir" && as_dir=.
8339 for ac_exec_ext in '' $ac_executable_extensions; do
8340 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8341 ac_cv_prog_MINGWAR="$ac_prog"
8342 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
8343 break 2
8345 done
8346 done
8347 IFS=$as_save_IFS
8351 MINGWAR=$ac_cv_prog_MINGWAR
8352 if test -n "$MINGWAR"; then
8353 { $as_echo "$as_me:$LINENO: result: $MINGWAR" >&5
8354 $as_echo "$MINGWAR" >&6; }
8355 else
8356 { $as_echo "$as_me:$LINENO: result: no" >&5
8357 $as_echo "no" >&6; }
8361 test -n "$MINGWAR" && break
8362 done
8363 test -n "$MINGWAR" || MINGWAR="false"
8365 if test "$CROSSCC" != "false"
8366 then
8367 CROSSTEST="\$(CROSSTEST)"
8369 set x $CROSSCC
8370 shift
8371 target=""
8372 while test $# -ge 1
8374 case "$1" in
8375 *-gcc) target=`expr "$1" : '\(.*\)-gcc'` ;;
8376 esac
8377 shift
8378 done
8379 if test -n "$target"
8380 then
8381 CROSSTARGETFLAGS="-b $target"
8388 if test "$ac_cv_header_pthread_h" = "yes"
8389 then
8390 { $as_echo "$as_me:$LINENO: checking for pthread_create in -lpthread" >&5
8391 $as_echo_n "checking for pthread_create in -lpthread... " >&6; }
8392 if test "${ac_cv_lib_pthread_pthread_create+set}" = set; then
8393 $as_echo_n "(cached) " >&6
8394 else
8395 ac_check_lib_save_LIBS=$LIBS
8396 LIBS="-lpthread $LIBS"
8397 cat >conftest.$ac_ext <<_ACEOF
8398 /* confdefs.h. */
8399 _ACEOF
8400 cat confdefs.h >>conftest.$ac_ext
8401 cat >>conftest.$ac_ext <<_ACEOF
8402 /* end confdefs.h. */
8404 /* Override any GCC internal prototype to avoid an error.
8405 Use char because int might match the return type of a GCC
8406 builtin and then its argument prototype would still apply. */
8407 #ifdef __cplusplus
8408 extern "C"
8409 #endif
8410 char pthread_create ();
8412 main ()
8414 return pthread_create ();
8416 return 0;
8418 _ACEOF
8419 rm -f conftest.$ac_objext conftest$ac_exeext
8420 if { (ac_try="$ac_link"
8421 case "(($ac_try" in
8422 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8423 *) ac_try_echo=$ac_try;;
8424 esac
8425 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
8426 $as_echo "$ac_try_echo") >&5
8427 (eval "$ac_link") 2>conftest.er1
8428 ac_status=$?
8429 grep -v '^ *+' conftest.er1 >conftest.err
8430 rm -f conftest.er1
8431 cat conftest.err >&5
8432 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
8433 (exit $ac_status); } && {
8434 test -z "$ac_c_werror_flag" ||
8435 test ! -s conftest.err
8436 } && test -s conftest$ac_exeext && {
8437 test "$cross_compiling" = yes ||
8438 $as_test_x conftest$ac_exeext
8439 }; then
8440 ac_cv_lib_pthread_pthread_create=yes
8441 else
8442 $as_echo "$as_me: failed program was:" >&5
8443 sed 's/^/| /' conftest.$ac_ext >&5
8445 ac_cv_lib_pthread_pthread_create=no
8448 rm -rf conftest.dSYM
8449 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
8450 conftest$ac_exeext conftest.$ac_ext
8451 LIBS=$ac_check_lib_save_LIBS
8453 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_pthread_pthread_create" >&5
8454 $as_echo "$ac_cv_lib_pthread_pthread_create" >&6; }
8455 if test "x$ac_cv_lib_pthread_pthread_create" = x""yes; then
8456 LIBPTHREAD="-lpthread"
8461 if test "x$LIBPTHREAD" = "x"; then
8462 case "x$with_pthread" in
8463 xno) ;;
8464 *) { { $as_echo "$as_me:$LINENO: error: pthread ${notice_platform}development files not found.
8465 Wine cannot support threads without libpthread.
8466 Use the --without-pthread option if you really want this." >&5
8467 $as_echo "$as_me: error: pthread ${notice_platform}development files not found.
8468 Wine cannot support threads without libpthread.
8469 Use the --without-pthread option if you really want this." >&2;}
8470 { (exit 1); exit 1; }; } ;;
8471 esac
8476 { $as_echo "$as_me:$LINENO: checking for X" >&5
8477 $as_echo_n "checking for X... " >&6; }
8480 # Check whether --with-x was given.
8481 if test "${with_x+set}" = set; then
8482 withval=$with_x;
8485 # $have_x is `yes', `no', `disabled', or empty when we do not yet know.
8486 if test "x$with_x" = xno; then
8487 # The user explicitly disabled X.
8488 have_x=disabled
8489 else
8490 case $x_includes,$x_libraries in #(
8491 *\'*) { { $as_echo "$as_me:$LINENO: error: cannot use X directory names containing '" >&5
8492 $as_echo "$as_me: error: cannot use X directory names containing '" >&2;}
8493 { (exit 1); exit 1; }; };; #(
8494 *,NONE | NONE,*) if test "${ac_cv_have_x+set}" = set; then
8495 $as_echo_n "(cached) " >&6
8496 else
8497 # One or both of the vars are not set, and there is no cached value.
8498 ac_x_includes=no ac_x_libraries=no
8499 rm -f -r conftest.dir
8500 if mkdir conftest.dir; then
8501 cd conftest.dir
8502 cat >Imakefile <<'_ACEOF'
8503 incroot:
8504 @echo incroot='${INCROOT}'
8505 usrlibdir:
8506 @echo usrlibdir='${USRLIBDIR}'
8507 libdir:
8508 @echo libdir='${LIBDIR}'
8509 _ACEOF
8510 if (export CC; ${XMKMF-xmkmf}) >/dev/null 2>/dev/null && test -f Makefile; then
8511 # GNU make sometimes prints "make[1]: Entering...", which would confuse us.
8512 for ac_var in incroot usrlibdir libdir; do
8513 eval "ac_im_$ac_var=\`\${MAKE-make} $ac_var 2>/dev/null | sed -n 's/^$ac_var=//p'\`"
8514 done
8515 # Open Windows xmkmf reportedly sets LIBDIR instead of USRLIBDIR.
8516 for ac_extension in a so sl dylib la dll; do
8517 if test ! -f "$ac_im_usrlibdir/libX11.$ac_extension" &&
8518 test -f "$ac_im_libdir/libX11.$ac_extension"; then
8519 ac_im_usrlibdir=$ac_im_libdir; break
8521 done
8522 # Screen out bogus values from the imake configuration. They are
8523 # bogus both because they are the default anyway, and because
8524 # using them would break gcc on systems where it needs fixed includes.
8525 case $ac_im_incroot in
8526 /usr/include) ac_x_includes= ;;
8527 *) test -f "$ac_im_incroot/X11/Xos.h" && ac_x_includes=$ac_im_incroot;;
8528 esac
8529 case $ac_im_usrlibdir in
8530 /usr/lib | /usr/lib64 | /lib | /lib64) ;;
8531 *) test -d "$ac_im_usrlibdir" && ac_x_libraries=$ac_im_usrlibdir ;;
8532 esac
8534 cd ..
8535 rm -f -r conftest.dir
8538 # Standard set of common directories for X headers.
8539 # Check X11 before X11Rn because it is often a symlink to the current release.
8540 ac_x_header_dirs='
8541 /usr/X11/include
8542 /usr/X11R6/include
8543 /usr/X11R5/include
8544 /usr/X11R4/include
8546 /usr/include/X11
8547 /usr/include/X11R6
8548 /usr/include/X11R5
8549 /usr/include/X11R4
8551 /usr/local/X11/include
8552 /usr/local/X11R6/include
8553 /usr/local/X11R5/include
8554 /usr/local/X11R4/include
8556 /usr/local/include/X11
8557 /usr/local/include/X11R6
8558 /usr/local/include/X11R5
8559 /usr/local/include/X11R4
8561 /usr/X386/include
8562 /usr/x386/include
8563 /usr/XFree86/include/X11
8565 /usr/include
8566 /usr/local/include
8567 /usr/unsupported/include
8568 /usr/athena/include
8569 /usr/local/x11r5/include
8570 /usr/lpp/Xamples/include
8572 /usr/openwin/include
8573 /usr/openwin/share/include'
8575 if test "$ac_x_includes" = no; then
8576 # Guess where to find include files, by looking for Xlib.h.
8577 # First, try using that file with no special directory specified.
8578 cat >conftest.$ac_ext <<_ACEOF
8579 /* confdefs.h. */
8580 _ACEOF
8581 cat confdefs.h >>conftest.$ac_ext
8582 cat >>conftest.$ac_ext <<_ACEOF
8583 /* end confdefs.h. */
8584 #include <X11/Xlib.h>
8585 _ACEOF
8586 if { (ac_try="$ac_cpp conftest.$ac_ext"
8587 case "(($ac_try" in
8588 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8589 *) ac_try_echo=$ac_try;;
8590 esac
8591 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
8592 $as_echo "$ac_try_echo") >&5
8593 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
8594 ac_status=$?
8595 grep -v '^ *+' conftest.er1 >conftest.err
8596 rm -f conftest.er1
8597 cat conftest.err >&5
8598 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
8599 (exit $ac_status); } >/dev/null && {
8600 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
8601 test ! -s conftest.err
8602 }; then
8603 # We can compile using X headers with no special include directory.
8604 ac_x_includes=
8605 else
8606 $as_echo "$as_me: failed program was:" >&5
8607 sed 's/^/| /' conftest.$ac_ext >&5
8609 for ac_dir in $ac_x_header_dirs; do
8610 if test -r "$ac_dir/X11/Xlib.h"; then
8611 ac_x_includes=$ac_dir
8612 break
8614 done
8617 rm -f conftest.err conftest.$ac_ext
8618 fi # $ac_x_includes = no
8620 if test "$ac_x_libraries" = no; then
8621 # Check for the libraries.
8622 # See if we find them without any special options.
8623 # Don't add to $LIBS permanently.
8624 ac_save_LIBS=$LIBS
8625 LIBS="-lX11 $LIBS"
8626 cat >conftest.$ac_ext <<_ACEOF
8627 /* confdefs.h. */
8628 _ACEOF
8629 cat confdefs.h >>conftest.$ac_ext
8630 cat >>conftest.$ac_ext <<_ACEOF
8631 /* end confdefs.h. */
8632 #include <X11/Xlib.h>
8634 main ()
8636 XrmInitialize ()
8638 return 0;
8640 _ACEOF
8641 rm -f conftest.$ac_objext conftest$ac_exeext
8642 if { (ac_try="$ac_link"
8643 case "(($ac_try" in
8644 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8645 *) ac_try_echo=$ac_try;;
8646 esac
8647 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
8648 $as_echo "$ac_try_echo") >&5
8649 (eval "$ac_link") 2>conftest.er1
8650 ac_status=$?
8651 grep -v '^ *+' conftest.er1 >conftest.err
8652 rm -f conftest.er1
8653 cat conftest.err >&5
8654 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
8655 (exit $ac_status); } && {
8656 test -z "$ac_c_werror_flag" ||
8657 test ! -s conftest.err
8658 } && test -s conftest$ac_exeext && {
8659 test "$cross_compiling" = yes ||
8660 $as_test_x conftest$ac_exeext
8661 }; then
8662 LIBS=$ac_save_LIBS
8663 # We can link X programs with no special library path.
8664 ac_x_libraries=
8665 else
8666 $as_echo "$as_me: failed program was:" >&5
8667 sed 's/^/| /' conftest.$ac_ext >&5
8669 LIBS=$ac_save_LIBS
8670 for ac_dir in `$as_echo "$ac_x_includes $ac_x_header_dirs" | sed s/include/lib/g`
8672 # Don't even attempt the hair of trying to link an X program!
8673 for ac_extension in a so sl dylib la dll; do
8674 if test -r "$ac_dir/libX11.$ac_extension"; then
8675 ac_x_libraries=$ac_dir
8676 break 2
8678 done
8679 done
8682 rm -rf conftest.dSYM
8683 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
8684 conftest$ac_exeext conftest.$ac_ext
8685 fi # $ac_x_libraries = no
8687 case $ac_x_includes,$ac_x_libraries in #(
8688 no,* | *,no | *\'*)
8689 # Didn't find X, or a directory has "'" in its name.
8690 ac_cv_have_x="have_x=no";; #(
8692 # Record where we found X for the cache.
8693 ac_cv_have_x="have_x=yes\
8694 ac_x_includes='$ac_x_includes'\
8695 ac_x_libraries='$ac_x_libraries'"
8696 esac
8698 ;; #(
8699 *) have_x=yes;;
8700 esac
8701 eval "$ac_cv_have_x"
8702 fi # $with_x != no
8704 if test "$have_x" != yes; then
8705 { $as_echo "$as_me:$LINENO: result: $have_x" >&5
8706 $as_echo "$have_x" >&6; }
8707 no_x=yes
8708 else
8709 # If each of the values was on the command line, it overrides each guess.
8710 test "x$x_includes" = xNONE && x_includes=$ac_x_includes
8711 test "x$x_libraries" = xNONE && x_libraries=$ac_x_libraries
8712 # Update the cache value to reflect the command line values.
8713 ac_cv_have_x="have_x=yes\
8714 ac_x_includes='$x_includes'\
8715 ac_x_libraries='$x_libraries'"
8716 { $as_echo "$as_me:$LINENO: result: libraries $x_libraries, headers $x_includes" >&5
8717 $as_echo "libraries $x_libraries, headers $x_includes" >&6; }
8720 if test "$no_x" = yes; then
8721 # Not all programs may use this symbol, but it does not hurt to define it.
8723 cat >>confdefs.h <<\_ACEOF
8724 #define X_DISPLAY_MISSING 1
8725 _ACEOF
8727 X_CFLAGS= X_PRE_LIBS= X_LIBS= X_EXTRA_LIBS=
8728 else
8729 if test -n "$x_includes"; then
8730 X_CFLAGS="$X_CFLAGS -I$x_includes"
8733 # It would also be nice to do this for all -L options, not just this one.
8734 if test -n "$x_libraries"; then
8735 X_LIBS="$X_LIBS -L$x_libraries"
8736 # For Solaris; some versions of Sun CC require a space after -R and
8737 # others require no space. Words are not sufficient . . . .
8738 { $as_echo "$as_me:$LINENO: checking whether -R must be followed by a space" >&5
8739 $as_echo_n "checking whether -R must be followed by a space... " >&6; }
8740 ac_xsave_LIBS=$LIBS; LIBS="$LIBS -R$x_libraries"
8741 ac_xsave_c_werror_flag=$ac_c_werror_flag
8742 ac_c_werror_flag=yes
8743 cat >conftest.$ac_ext <<_ACEOF
8744 /* confdefs.h. */
8745 _ACEOF
8746 cat confdefs.h >>conftest.$ac_ext
8747 cat >>conftest.$ac_ext <<_ACEOF
8748 /* end confdefs.h. */
8751 main ()
8755 return 0;
8757 _ACEOF
8758 rm -f conftest.$ac_objext conftest$ac_exeext
8759 if { (ac_try="$ac_link"
8760 case "(($ac_try" in
8761 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8762 *) ac_try_echo=$ac_try;;
8763 esac
8764 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
8765 $as_echo "$ac_try_echo") >&5
8766 (eval "$ac_link") 2>conftest.er1
8767 ac_status=$?
8768 grep -v '^ *+' conftest.er1 >conftest.err
8769 rm -f conftest.er1
8770 cat conftest.err >&5
8771 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
8772 (exit $ac_status); } && {
8773 test -z "$ac_c_werror_flag" ||
8774 test ! -s conftest.err
8775 } && test -s conftest$ac_exeext && {
8776 test "$cross_compiling" = yes ||
8777 $as_test_x conftest$ac_exeext
8778 }; then
8779 { $as_echo "$as_me:$LINENO: result: no" >&5
8780 $as_echo "no" >&6; }
8781 X_LIBS="$X_LIBS -R$x_libraries"
8782 else
8783 $as_echo "$as_me: failed program was:" >&5
8784 sed 's/^/| /' conftest.$ac_ext >&5
8786 LIBS="$ac_xsave_LIBS -R $x_libraries"
8787 cat >conftest.$ac_ext <<_ACEOF
8788 /* confdefs.h. */
8789 _ACEOF
8790 cat confdefs.h >>conftest.$ac_ext
8791 cat >>conftest.$ac_ext <<_ACEOF
8792 /* end confdefs.h. */
8795 main ()
8799 return 0;
8801 _ACEOF
8802 rm -f conftest.$ac_objext conftest$ac_exeext
8803 if { (ac_try="$ac_link"
8804 case "(($ac_try" in
8805 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8806 *) ac_try_echo=$ac_try;;
8807 esac
8808 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
8809 $as_echo "$ac_try_echo") >&5
8810 (eval "$ac_link") 2>conftest.er1
8811 ac_status=$?
8812 grep -v '^ *+' conftest.er1 >conftest.err
8813 rm -f conftest.er1
8814 cat conftest.err >&5
8815 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
8816 (exit $ac_status); } && {
8817 test -z "$ac_c_werror_flag" ||
8818 test ! -s conftest.err
8819 } && test -s conftest$ac_exeext && {
8820 test "$cross_compiling" = yes ||
8821 $as_test_x conftest$ac_exeext
8822 }; then
8823 { $as_echo "$as_me:$LINENO: result: yes" >&5
8824 $as_echo "yes" >&6; }
8825 X_LIBS="$X_LIBS -R $x_libraries"
8826 else
8827 $as_echo "$as_me: failed program was:" >&5
8828 sed 's/^/| /' conftest.$ac_ext >&5
8830 { $as_echo "$as_me:$LINENO: result: neither works" >&5
8831 $as_echo "neither works" >&6; }
8834 rm -rf conftest.dSYM
8835 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
8836 conftest$ac_exeext conftest.$ac_ext
8839 rm -rf conftest.dSYM
8840 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
8841 conftest$ac_exeext conftest.$ac_ext
8842 ac_c_werror_flag=$ac_xsave_c_werror_flag
8843 LIBS=$ac_xsave_LIBS
8846 # Check for system-dependent libraries X programs must link with.
8847 # Do this before checking for the system-independent R6 libraries
8848 # (-lICE), since we may need -lsocket or whatever for X linking.
8850 if test "$ISC" = yes; then
8851 X_EXTRA_LIBS="$X_EXTRA_LIBS -lnsl_s -linet"
8852 else
8853 # Martyn Johnson says this is needed for Ultrix, if the X
8854 # libraries were built with DECnet support. And Karl Berry says
8855 # the Alpha needs dnet_stub (dnet does not exist).
8856 ac_xsave_LIBS="$LIBS"; LIBS="$LIBS $X_LIBS -lX11"
8857 cat >conftest.$ac_ext <<_ACEOF
8858 /* confdefs.h. */
8859 _ACEOF
8860 cat confdefs.h >>conftest.$ac_ext
8861 cat >>conftest.$ac_ext <<_ACEOF
8862 /* end confdefs.h. */
8864 /* Override any GCC internal prototype to avoid an error.
8865 Use char because int might match the return type of a GCC
8866 builtin and then its argument prototype would still apply. */
8867 #ifdef __cplusplus
8868 extern "C"
8869 #endif
8870 char XOpenDisplay ();
8872 main ()
8874 return XOpenDisplay ();
8876 return 0;
8878 _ACEOF
8879 rm -f conftest.$ac_objext conftest$ac_exeext
8880 if { (ac_try="$ac_link"
8881 case "(($ac_try" in
8882 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8883 *) ac_try_echo=$ac_try;;
8884 esac
8885 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
8886 $as_echo "$ac_try_echo") >&5
8887 (eval "$ac_link") 2>conftest.er1
8888 ac_status=$?
8889 grep -v '^ *+' conftest.er1 >conftest.err
8890 rm -f conftest.er1
8891 cat conftest.err >&5
8892 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
8893 (exit $ac_status); } && {
8894 test -z "$ac_c_werror_flag" ||
8895 test ! -s conftest.err
8896 } && test -s conftest$ac_exeext && {
8897 test "$cross_compiling" = yes ||
8898 $as_test_x conftest$ac_exeext
8899 }; then
8901 else
8902 $as_echo "$as_me: failed program was:" >&5
8903 sed 's/^/| /' conftest.$ac_ext >&5
8905 { $as_echo "$as_me:$LINENO: checking for dnet_ntoa in -ldnet" >&5
8906 $as_echo_n "checking for dnet_ntoa in -ldnet... " >&6; }
8907 if test "${ac_cv_lib_dnet_dnet_ntoa+set}" = set; then
8908 $as_echo_n "(cached) " >&6
8909 else
8910 ac_check_lib_save_LIBS=$LIBS
8911 LIBS="-ldnet $LIBS"
8912 cat >conftest.$ac_ext <<_ACEOF
8913 /* confdefs.h. */
8914 _ACEOF
8915 cat confdefs.h >>conftest.$ac_ext
8916 cat >>conftest.$ac_ext <<_ACEOF
8917 /* end confdefs.h. */
8919 /* Override any GCC internal prototype to avoid an error.
8920 Use char because int might match the return type of a GCC
8921 builtin and then its argument prototype would still apply. */
8922 #ifdef __cplusplus
8923 extern "C"
8924 #endif
8925 char dnet_ntoa ();
8927 main ()
8929 return dnet_ntoa ();
8931 return 0;
8933 _ACEOF
8934 rm -f conftest.$ac_objext conftest$ac_exeext
8935 if { (ac_try="$ac_link"
8936 case "(($ac_try" in
8937 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8938 *) ac_try_echo=$ac_try;;
8939 esac
8940 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
8941 $as_echo "$ac_try_echo") >&5
8942 (eval "$ac_link") 2>conftest.er1
8943 ac_status=$?
8944 grep -v '^ *+' conftest.er1 >conftest.err
8945 rm -f conftest.er1
8946 cat conftest.err >&5
8947 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
8948 (exit $ac_status); } && {
8949 test -z "$ac_c_werror_flag" ||
8950 test ! -s conftest.err
8951 } && test -s conftest$ac_exeext && {
8952 test "$cross_compiling" = yes ||
8953 $as_test_x conftest$ac_exeext
8954 }; then
8955 ac_cv_lib_dnet_dnet_ntoa=yes
8956 else
8957 $as_echo "$as_me: failed program was:" >&5
8958 sed 's/^/| /' conftest.$ac_ext >&5
8960 ac_cv_lib_dnet_dnet_ntoa=no
8963 rm -rf conftest.dSYM
8964 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
8965 conftest$ac_exeext conftest.$ac_ext
8966 LIBS=$ac_check_lib_save_LIBS
8968 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_dnet_dnet_ntoa" >&5
8969 $as_echo "$ac_cv_lib_dnet_dnet_ntoa" >&6; }
8970 if test "x$ac_cv_lib_dnet_dnet_ntoa" = x""yes; then
8971 X_EXTRA_LIBS="$X_EXTRA_LIBS -ldnet"
8974 if test $ac_cv_lib_dnet_dnet_ntoa = no; then
8975 { $as_echo "$as_me:$LINENO: checking for dnet_ntoa in -ldnet_stub" >&5
8976 $as_echo_n "checking for dnet_ntoa in -ldnet_stub... " >&6; }
8977 if test "${ac_cv_lib_dnet_stub_dnet_ntoa+set}" = set; then
8978 $as_echo_n "(cached) " >&6
8979 else
8980 ac_check_lib_save_LIBS=$LIBS
8981 LIBS="-ldnet_stub $LIBS"
8982 cat >conftest.$ac_ext <<_ACEOF
8983 /* confdefs.h. */
8984 _ACEOF
8985 cat confdefs.h >>conftest.$ac_ext
8986 cat >>conftest.$ac_ext <<_ACEOF
8987 /* end confdefs.h. */
8989 /* Override any GCC internal prototype to avoid an error.
8990 Use char because int might match the return type of a GCC
8991 builtin and then its argument prototype would still apply. */
8992 #ifdef __cplusplus
8993 extern "C"
8994 #endif
8995 char dnet_ntoa ();
8997 main ()
8999 return dnet_ntoa ();
9001 return 0;
9003 _ACEOF
9004 rm -f conftest.$ac_objext conftest$ac_exeext
9005 if { (ac_try="$ac_link"
9006 case "(($ac_try" in
9007 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9008 *) ac_try_echo=$ac_try;;
9009 esac
9010 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
9011 $as_echo "$ac_try_echo") >&5
9012 (eval "$ac_link") 2>conftest.er1
9013 ac_status=$?
9014 grep -v '^ *+' conftest.er1 >conftest.err
9015 rm -f conftest.er1
9016 cat conftest.err >&5
9017 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
9018 (exit $ac_status); } && {
9019 test -z "$ac_c_werror_flag" ||
9020 test ! -s conftest.err
9021 } && test -s conftest$ac_exeext && {
9022 test "$cross_compiling" = yes ||
9023 $as_test_x conftest$ac_exeext
9024 }; then
9025 ac_cv_lib_dnet_stub_dnet_ntoa=yes
9026 else
9027 $as_echo "$as_me: failed program was:" >&5
9028 sed 's/^/| /' conftest.$ac_ext >&5
9030 ac_cv_lib_dnet_stub_dnet_ntoa=no
9033 rm -rf conftest.dSYM
9034 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9035 conftest$ac_exeext conftest.$ac_ext
9036 LIBS=$ac_check_lib_save_LIBS
9038 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_dnet_stub_dnet_ntoa" >&5
9039 $as_echo "$ac_cv_lib_dnet_stub_dnet_ntoa" >&6; }
9040 if test "x$ac_cv_lib_dnet_stub_dnet_ntoa" = x""yes; then
9041 X_EXTRA_LIBS="$X_EXTRA_LIBS -ldnet_stub"
9047 rm -rf conftest.dSYM
9048 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9049 conftest$ac_exeext conftest.$ac_ext
9050 LIBS="$ac_xsave_LIBS"
9052 # msh@cis.ufl.edu says -lnsl (and -lsocket) are needed for his 386/AT,
9053 # to get the SysV transport functions.
9054 # Chad R. Larson says the Pyramis MIS-ES running DC/OSx (SVR4)
9055 # needs -lnsl.
9056 # The nsl library prevents programs from opening the X display
9057 # on Irix 5.2, according to T.E. Dickey.
9058 # The functions gethostbyname, getservbyname, and inet_addr are
9059 # in -lbsd on LynxOS 3.0.1/i386, according to Lars Hecking.
9060 { $as_echo "$as_me:$LINENO: checking for gethostbyname" >&5
9061 $as_echo_n "checking for gethostbyname... " >&6; }
9062 if test "${ac_cv_func_gethostbyname+set}" = set; then
9063 $as_echo_n "(cached) " >&6
9064 else
9065 cat >conftest.$ac_ext <<_ACEOF
9066 /* confdefs.h. */
9067 _ACEOF
9068 cat confdefs.h >>conftest.$ac_ext
9069 cat >>conftest.$ac_ext <<_ACEOF
9070 /* end confdefs.h. */
9071 /* Define gethostbyname to an innocuous variant, in case <limits.h> declares gethostbyname.
9072 For example, HP-UX 11i <limits.h> declares gettimeofday. */
9073 #define gethostbyname innocuous_gethostbyname
9075 /* System header to define __stub macros and hopefully few prototypes,
9076 which can conflict with char gethostbyname (); below.
9077 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
9078 <limits.h> exists even on freestanding compilers. */
9080 #ifdef __STDC__
9081 # include <limits.h>
9082 #else
9083 # include <assert.h>
9084 #endif
9086 #undef gethostbyname
9088 /* Override any GCC internal prototype to avoid an error.
9089 Use char because int might match the return type of a GCC
9090 builtin and then its argument prototype would still apply. */
9091 #ifdef __cplusplus
9092 extern "C"
9093 #endif
9094 char gethostbyname ();
9095 /* The GNU C library defines this for functions which it implements
9096 to always fail with ENOSYS. Some functions are actually named
9097 something starting with __ and the normal name is an alias. */
9098 #if defined __stub_gethostbyname || defined __stub___gethostbyname
9099 choke me
9100 #endif
9103 main ()
9105 return gethostbyname ();
9107 return 0;
9109 _ACEOF
9110 rm -f conftest.$ac_objext conftest$ac_exeext
9111 if { (ac_try="$ac_link"
9112 case "(($ac_try" in
9113 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9114 *) ac_try_echo=$ac_try;;
9115 esac
9116 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
9117 $as_echo "$ac_try_echo") >&5
9118 (eval "$ac_link") 2>conftest.er1
9119 ac_status=$?
9120 grep -v '^ *+' conftest.er1 >conftest.err
9121 rm -f conftest.er1
9122 cat conftest.err >&5
9123 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
9124 (exit $ac_status); } && {
9125 test -z "$ac_c_werror_flag" ||
9126 test ! -s conftest.err
9127 } && test -s conftest$ac_exeext && {
9128 test "$cross_compiling" = yes ||
9129 $as_test_x conftest$ac_exeext
9130 }; then
9131 ac_cv_func_gethostbyname=yes
9132 else
9133 $as_echo "$as_me: failed program was:" >&5
9134 sed 's/^/| /' conftest.$ac_ext >&5
9136 ac_cv_func_gethostbyname=no
9139 rm -rf conftest.dSYM
9140 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9141 conftest$ac_exeext conftest.$ac_ext
9143 { $as_echo "$as_me:$LINENO: result: $ac_cv_func_gethostbyname" >&5
9144 $as_echo "$ac_cv_func_gethostbyname" >&6; }
9146 if test $ac_cv_func_gethostbyname = no; then
9147 { $as_echo "$as_me:$LINENO: checking for gethostbyname in -lnsl" >&5
9148 $as_echo_n "checking for gethostbyname in -lnsl... " >&6; }
9149 if test "${ac_cv_lib_nsl_gethostbyname+set}" = set; then
9150 $as_echo_n "(cached) " >&6
9151 else
9152 ac_check_lib_save_LIBS=$LIBS
9153 LIBS="-lnsl $LIBS"
9154 cat >conftest.$ac_ext <<_ACEOF
9155 /* confdefs.h. */
9156 _ACEOF
9157 cat confdefs.h >>conftest.$ac_ext
9158 cat >>conftest.$ac_ext <<_ACEOF
9159 /* end confdefs.h. */
9161 /* Override any GCC internal prototype to avoid an error.
9162 Use char because int might match the return type of a GCC
9163 builtin and then its argument prototype would still apply. */
9164 #ifdef __cplusplus
9165 extern "C"
9166 #endif
9167 char gethostbyname ();
9169 main ()
9171 return gethostbyname ();
9173 return 0;
9175 _ACEOF
9176 rm -f conftest.$ac_objext conftest$ac_exeext
9177 if { (ac_try="$ac_link"
9178 case "(($ac_try" in
9179 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9180 *) ac_try_echo=$ac_try;;
9181 esac
9182 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
9183 $as_echo "$ac_try_echo") >&5
9184 (eval "$ac_link") 2>conftest.er1
9185 ac_status=$?
9186 grep -v '^ *+' conftest.er1 >conftest.err
9187 rm -f conftest.er1
9188 cat conftest.err >&5
9189 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
9190 (exit $ac_status); } && {
9191 test -z "$ac_c_werror_flag" ||
9192 test ! -s conftest.err
9193 } && test -s conftest$ac_exeext && {
9194 test "$cross_compiling" = yes ||
9195 $as_test_x conftest$ac_exeext
9196 }; then
9197 ac_cv_lib_nsl_gethostbyname=yes
9198 else
9199 $as_echo "$as_me: failed program was:" >&5
9200 sed 's/^/| /' conftest.$ac_ext >&5
9202 ac_cv_lib_nsl_gethostbyname=no
9205 rm -rf conftest.dSYM
9206 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9207 conftest$ac_exeext conftest.$ac_ext
9208 LIBS=$ac_check_lib_save_LIBS
9210 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_nsl_gethostbyname" >&5
9211 $as_echo "$ac_cv_lib_nsl_gethostbyname" >&6; }
9212 if test "x$ac_cv_lib_nsl_gethostbyname" = x""yes; then
9213 X_EXTRA_LIBS="$X_EXTRA_LIBS -lnsl"
9216 if test $ac_cv_lib_nsl_gethostbyname = no; then
9217 { $as_echo "$as_me:$LINENO: checking for gethostbyname in -lbsd" >&5
9218 $as_echo_n "checking for gethostbyname in -lbsd... " >&6; }
9219 if test "${ac_cv_lib_bsd_gethostbyname+set}" = set; then
9220 $as_echo_n "(cached) " >&6
9221 else
9222 ac_check_lib_save_LIBS=$LIBS
9223 LIBS="-lbsd $LIBS"
9224 cat >conftest.$ac_ext <<_ACEOF
9225 /* confdefs.h. */
9226 _ACEOF
9227 cat confdefs.h >>conftest.$ac_ext
9228 cat >>conftest.$ac_ext <<_ACEOF
9229 /* end confdefs.h. */
9231 /* Override any GCC internal prototype to avoid an error.
9232 Use char because int might match the return type of a GCC
9233 builtin and then its argument prototype would still apply. */
9234 #ifdef __cplusplus
9235 extern "C"
9236 #endif
9237 char gethostbyname ();
9239 main ()
9241 return gethostbyname ();
9243 return 0;
9245 _ACEOF
9246 rm -f conftest.$ac_objext conftest$ac_exeext
9247 if { (ac_try="$ac_link"
9248 case "(($ac_try" in
9249 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9250 *) ac_try_echo=$ac_try;;
9251 esac
9252 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
9253 $as_echo "$ac_try_echo") >&5
9254 (eval "$ac_link") 2>conftest.er1
9255 ac_status=$?
9256 grep -v '^ *+' conftest.er1 >conftest.err
9257 rm -f conftest.er1
9258 cat conftest.err >&5
9259 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
9260 (exit $ac_status); } && {
9261 test -z "$ac_c_werror_flag" ||
9262 test ! -s conftest.err
9263 } && test -s conftest$ac_exeext && {
9264 test "$cross_compiling" = yes ||
9265 $as_test_x conftest$ac_exeext
9266 }; then
9267 ac_cv_lib_bsd_gethostbyname=yes
9268 else
9269 $as_echo "$as_me: failed program was:" >&5
9270 sed 's/^/| /' conftest.$ac_ext >&5
9272 ac_cv_lib_bsd_gethostbyname=no
9275 rm -rf conftest.dSYM
9276 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9277 conftest$ac_exeext conftest.$ac_ext
9278 LIBS=$ac_check_lib_save_LIBS
9280 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_bsd_gethostbyname" >&5
9281 $as_echo "$ac_cv_lib_bsd_gethostbyname" >&6; }
9282 if test "x$ac_cv_lib_bsd_gethostbyname" = x""yes; then
9283 X_EXTRA_LIBS="$X_EXTRA_LIBS -lbsd"
9289 # lieder@skyler.mavd.honeywell.com says without -lsocket,
9290 # socket/setsockopt and other routines are undefined under SCO ODT
9291 # 2.0. But -lsocket is broken on IRIX 5.2 (and is not necessary
9292 # on later versions), says Simon Leinen: it contains gethostby*
9293 # variants that don't use the name server (or something). -lsocket
9294 # must be given before -lnsl if both are needed. We assume that
9295 # if connect needs -lnsl, so does gethostbyname.
9296 { $as_echo "$as_me:$LINENO: checking for connect" >&5
9297 $as_echo_n "checking for connect... " >&6; }
9298 if test "${ac_cv_func_connect+set}" = set; then
9299 $as_echo_n "(cached) " >&6
9300 else
9301 cat >conftest.$ac_ext <<_ACEOF
9302 /* confdefs.h. */
9303 _ACEOF
9304 cat confdefs.h >>conftest.$ac_ext
9305 cat >>conftest.$ac_ext <<_ACEOF
9306 /* end confdefs.h. */
9307 /* Define connect to an innocuous variant, in case <limits.h> declares connect.
9308 For example, HP-UX 11i <limits.h> declares gettimeofday. */
9309 #define connect innocuous_connect
9311 /* System header to define __stub macros and hopefully few prototypes,
9312 which can conflict with char connect (); below.
9313 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
9314 <limits.h> exists even on freestanding compilers. */
9316 #ifdef __STDC__
9317 # include <limits.h>
9318 #else
9319 # include <assert.h>
9320 #endif
9322 #undef connect
9324 /* Override any GCC internal prototype to avoid an error.
9325 Use char because int might match the return type of a GCC
9326 builtin and then its argument prototype would still apply. */
9327 #ifdef __cplusplus
9328 extern "C"
9329 #endif
9330 char connect ();
9331 /* The GNU C library defines this for functions which it implements
9332 to always fail with ENOSYS. Some functions are actually named
9333 something starting with __ and the normal name is an alias. */
9334 #if defined __stub_connect || defined __stub___connect
9335 choke me
9336 #endif
9339 main ()
9341 return connect ();
9343 return 0;
9345 _ACEOF
9346 rm -f conftest.$ac_objext conftest$ac_exeext
9347 if { (ac_try="$ac_link"
9348 case "(($ac_try" in
9349 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9350 *) ac_try_echo=$ac_try;;
9351 esac
9352 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
9353 $as_echo "$ac_try_echo") >&5
9354 (eval "$ac_link") 2>conftest.er1
9355 ac_status=$?
9356 grep -v '^ *+' conftest.er1 >conftest.err
9357 rm -f conftest.er1
9358 cat conftest.err >&5
9359 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
9360 (exit $ac_status); } && {
9361 test -z "$ac_c_werror_flag" ||
9362 test ! -s conftest.err
9363 } && test -s conftest$ac_exeext && {
9364 test "$cross_compiling" = yes ||
9365 $as_test_x conftest$ac_exeext
9366 }; then
9367 ac_cv_func_connect=yes
9368 else
9369 $as_echo "$as_me: failed program was:" >&5
9370 sed 's/^/| /' conftest.$ac_ext >&5
9372 ac_cv_func_connect=no
9375 rm -rf conftest.dSYM
9376 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9377 conftest$ac_exeext conftest.$ac_ext
9379 { $as_echo "$as_me:$LINENO: result: $ac_cv_func_connect" >&5
9380 $as_echo "$ac_cv_func_connect" >&6; }
9382 if test $ac_cv_func_connect = no; then
9383 { $as_echo "$as_me:$LINENO: checking for connect in -lsocket" >&5
9384 $as_echo_n "checking for connect in -lsocket... " >&6; }
9385 if test "${ac_cv_lib_socket_connect+set}" = set; then
9386 $as_echo_n "(cached) " >&6
9387 else
9388 ac_check_lib_save_LIBS=$LIBS
9389 LIBS="-lsocket $X_EXTRA_LIBS $LIBS"
9390 cat >conftest.$ac_ext <<_ACEOF
9391 /* confdefs.h. */
9392 _ACEOF
9393 cat confdefs.h >>conftest.$ac_ext
9394 cat >>conftest.$ac_ext <<_ACEOF
9395 /* end confdefs.h. */
9397 /* Override any GCC internal prototype to avoid an error.
9398 Use char because int might match the return type of a GCC
9399 builtin and then its argument prototype would still apply. */
9400 #ifdef __cplusplus
9401 extern "C"
9402 #endif
9403 char connect ();
9405 main ()
9407 return connect ();
9409 return 0;
9411 _ACEOF
9412 rm -f conftest.$ac_objext conftest$ac_exeext
9413 if { (ac_try="$ac_link"
9414 case "(($ac_try" in
9415 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9416 *) ac_try_echo=$ac_try;;
9417 esac
9418 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
9419 $as_echo "$ac_try_echo") >&5
9420 (eval "$ac_link") 2>conftest.er1
9421 ac_status=$?
9422 grep -v '^ *+' conftest.er1 >conftest.err
9423 rm -f conftest.er1
9424 cat conftest.err >&5
9425 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
9426 (exit $ac_status); } && {
9427 test -z "$ac_c_werror_flag" ||
9428 test ! -s conftest.err
9429 } && test -s conftest$ac_exeext && {
9430 test "$cross_compiling" = yes ||
9431 $as_test_x conftest$ac_exeext
9432 }; then
9433 ac_cv_lib_socket_connect=yes
9434 else
9435 $as_echo "$as_me: failed program was:" >&5
9436 sed 's/^/| /' conftest.$ac_ext >&5
9438 ac_cv_lib_socket_connect=no
9441 rm -rf conftest.dSYM
9442 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9443 conftest$ac_exeext conftest.$ac_ext
9444 LIBS=$ac_check_lib_save_LIBS
9446 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_socket_connect" >&5
9447 $as_echo "$ac_cv_lib_socket_connect" >&6; }
9448 if test "x$ac_cv_lib_socket_connect" = x""yes; then
9449 X_EXTRA_LIBS="-lsocket $X_EXTRA_LIBS"
9454 # Guillermo Gomez says -lposix is necessary on A/UX.
9455 { $as_echo "$as_me:$LINENO: checking for remove" >&5
9456 $as_echo_n "checking for remove... " >&6; }
9457 if test "${ac_cv_func_remove+set}" = set; then
9458 $as_echo_n "(cached) " >&6
9459 else
9460 cat >conftest.$ac_ext <<_ACEOF
9461 /* confdefs.h. */
9462 _ACEOF
9463 cat confdefs.h >>conftest.$ac_ext
9464 cat >>conftest.$ac_ext <<_ACEOF
9465 /* end confdefs.h. */
9466 /* Define remove to an innocuous variant, in case <limits.h> declares remove.
9467 For example, HP-UX 11i <limits.h> declares gettimeofday. */
9468 #define remove innocuous_remove
9470 /* System header to define __stub macros and hopefully few prototypes,
9471 which can conflict with char remove (); below.
9472 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
9473 <limits.h> exists even on freestanding compilers. */
9475 #ifdef __STDC__
9476 # include <limits.h>
9477 #else
9478 # include <assert.h>
9479 #endif
9481 #undef remove
9483 /* Override any GCC internal prototype to avoid an error.
9484 Use char because int might match the return type of a GCC
9485 builtin and then its argument prototype would still apply. */
9486 #ifdef __cplusplus
9487 extern "C"
9488 #endif
9489 char remove ();
9490 /* The GNU C library defines this for functions which it implements
9491 to always fail with ENOSYS. Some functions are actually named
9492 something starting with __ and the normal name is an alias. */
9493 #if defined __stub_remove || defined __stub___remove
9494 choke me
9495 #endif
9498 main ()
9500 return remove ();
9502 return 0;
9504 _ACEOF
9505 rm -f conftest.$ac_objext conftest$ac_exeext
9506 if { (ac_try="$ac_link"
9507 case "(($ac_try" in
9508 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9509 *) ac_try_echo=$ac_try;;
9510 esac
9511 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
9512 $as_echo "$ac_try_echo") >&5
9513 (eval "$ac_link") 2>conftest.er1
9514 ac_status=$?
9515 grep -v '^ *+' conftest.er1 >conftest.err
9516 rm -f conftest.er1
9517 cat conftest.err >&5
9518 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
9519 (exit $ac_status); } && {
9520 test -z "$ac_c_werror_flag" ||
9521 test ! -s conftest.err
9522 } && test -s conftest$ac_exeext && {
9523 test "$cross_compiling" = yes ||
9524 $as_test_x conftest$ac_exeext
9525 }; then
9526 ac_cv_func_remove=yes
9527 else
9528 $as_echo "$as_me: failed program was:" >&5
9529 sed 's/^/| /' conftest.$ac_ext >&5
9531 ac_cv_func_remove=no
9534 rm -rf conftest.dSYM
9535 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9536 conftest$ac_exeext conftest.$ac_ext
9538 { $as_echo "$as_me:$LINENO: result: $ac_cv_func_remove" >&5
9539 $as_echo "$ac_cv_func_remove" >&6; }
9541 if test $ac_cv_func_remove = no; then
9542 { $as_echo "$as_me:$LINENO: checking for remove in -lposix" >&5
9543 $as_echo_n "checking for remove in -lposix... " >&6; }
9544 if test "${ac_cv_lib_posix_remove+set}" = set; then
9545 $as_echo_n "(cached) " >&6
9546 else
9547 ac_check_lib_save_LIBS=$LIBS
9548 LIBS="-lposix $LIBS"
9549 cat >conftest.$ac_ext <<_ACEOF
9550 /* confdefs.h. */
9551 _ACEOF
9552 cat confdefs.h >>conftest.$ac_ext
9553 cat >>conftest.$ac_ext <<_ACEOF
9554 /* end confdefs.h. */
9556 /* Override any GCC internal prototype to avoid an error.
9557 Use char because int might match the return type of a GCC
9558 builtin and then its argument prototype would still apply. */
9559 #ifdef __cplusplus
9560 extern "C"
9561 #endif
9562 char remove ();
9564 main ()
9566 return remove ();
9568 return 0;
9570 _ACEOF
9571 rm -f conftest.$ac_objext conftest$ac_exeext
9572 if { (ac_try="$ac_link"
9573 case "(($ac_try" in
9574 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9575 *) ac_try_echo=$ac_try;;
9576 esac
9577 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
9578 $as_echo "$ac_try_echo") >&5
9579 (eval "$ac_link") 2>conftest.er1
9580 ac_status=$?
9581 grep -v '^ *+' conftest.er1 >conftest.err
9582 rm -f conftest.er1
9583 cat conftest.err >&5
9584 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
9585 (exit $ac_status); } && {
9586 test -z "$ac_c_werror_flag" ||
9587 test ! -s conftest.err
9588 } && test -s conftest$ac_exeext && {
9589 test "$cross_compiling" = yes ||
9590 $as_test_x conftest$ac_exeext
9591 }; then
9592 ac_cv_lib_posix_remove=yes
9593 else
9594 $as_echo "$as_me: failed program was:" >&5
9595 sed 's/^/| /' conftest.$ac_ext >&5
9597 ac_cv_lib_posix_remove=no
9600 rm -rf conftest.dSYM
9601 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9602 conftest$ac_exeext conftest.$ac_ext
9603 LIBS=$ac_check_lib_save_LIBS
9605 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_posix_remove" >&5
9606 $as_echo "$ac_cv_lib_posix_remove" >&6; }
9607 if test "x$ac_cv_lib_posix_remove" = x""yes; then
9608 X_EXTRA_LIBS="$X_EXTRA_LIBS -lposix"
9613 # BSDI BSD/OS 2.1 needs -lipc for XOpenDisplay.
9614 { $as_echo "$as_me:$LINENO: checking for shmat" >&5
9615 $as_echo_n "checking for shmat... " >&6; }
9616 if test "${ac_cv_func_shmat+set}" = set; then
9617 $as_echo_n "(cached) " >&6
9618 else
9619 cat >conftest.$ac_ext <<_ACEOF
9620 /* confdefs.h. */
9621 _ACEOF
9622 cat confdefs.h >>conftest.$ac_ext
9623 cat >>conftest.$ac_ext <<_ACEOF
9624 /* end confdefs.h. */
9625 /* Define shmat to an innocuous variant, in case <limits.h> declares shmat.
9626 For example, HP-UX 11i <limits.h> declares gettimeofday. */
9627 #define shmat innocuous_shmat
9629 /* System header to define __stub macros and hopefully few prototypes,
9630 which can conflict with char shmat (); below.
9631 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
9632 <limits.h> exists even on freestanding compilers. */
9634 #ifdef __STDC__
9635 # include <limits.h>
9636 #else
9637 # include <assert.h>
9638 #endif
9640 #undef shmat
9642 /* Override any GCC internal prototype to avoid an error.
9643 Use char because int might match the return type of a GCC
9644 builtin and then its argument prototype would still apply. */
9645 #ifdef __cplusplus
9646 extern "C"
9647 #endif
9648 char shmat ();
9649 /* The GNU C library defines this for functions which it implements
9650 to always fail with ENOSYS. Some functions are actually named
9651 something starting with __ and the normal name is an alias. */
9652 #if defined __stub_shmat || defined __stub___shmat
9653 choke me
9654 #endif
9657 main ()
9659 return shmat ();
9661 return 0;
9663 _ACEOF
9664 rm -f conftest.$ac_objext conftest$ac_exeext
9665 if { (ac_try="$ac_link"
9666 case "(($ac_try" in
9667 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9668 *) ac_try_echo=$ac_try;;
9669 esac
9670 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
9671 $as_echo "$ac_try_echo") >&5
9672 (eval "$ac_link") 2>conftest.er1
9673 ac_status=$?
9674 grep -v '^ *+' conftest.er1 >conftest.err
9675 rm -f conftest.er1
9676 cat conftest.err >&5
9677 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
9678 (exit $ac_status); } && {
9679 test -z "$ac_c_werror_flag" ||
9680 test ! -s conftest.err
9681 } && test -s conftest$ac_exeext && {
9682 test "$cross_compiling" = yes ||
9683 $as_test_x conftest$ac_exeext
9684 }; then
9685 ac_cv_func_shmat=yes
9686 else
9687 $as_echo "$as_me: failed program was:" >&5
9688 sed 's/^/| /' conftest.$ac_ext >&5
9690 ac_cv_func_shmat=no
9693 rm -rf conftest.dSYM
9694 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9695 conftest$ac_exeext conftest.$ac_ext
9697 { $as_echo "$as_me:$LINENO: result: $ac_cv_func_shmat" >&5
9698 $as_echo "$ac_cv_func_shmat" >&6; }
9700 if test $ac_cv_func_shmat = no; then
9701 { $as_echo "$as_me:$LINENO: checking for shmat in -lipc" >&5
9702 $as_echo_n "checking for shmat in -lipc... " >&6; }
9703 if test "${ac_cv_lib_ipc_shmat+set}" = set; then
9704 $as_echo_n "(cached) " >&6
9705 else
9706 ac_check_lib_save_LIBS=$LIBS
9707 LIBS="-lipc $LIBS"
9708 cat >conftest.$ac_ext <<_ACEOF
9709 /* confdefs.h. */
9710 _ACEOF
9711 cat confdefs.h >>conftest.$ac_ext
9712 cat >>conftest.$ac_ext <<_ACEOF
9713 /* end confdefs.h. */
9715 /* Override any GCC internal prototype to avoid an error.
9716 Use char because int might match the return type of a GCC
9717 builtin and then its argument prototype would still apply. */
9718 #ifdef __cplusplus
9719 extern "C"
9720 #endif
9721 char shmat ();
9723 main ()
9725 return shmat ();
9727 return 0;
9729 _ACEOF
9730 rm -f conftest.$ac_objext conftest$ac_exeext
9731 if { (ac_try="$ac_link"
9732 case "(($ac_try" in
9733 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9734 *) ac_try_echo=$ac_try;;
9735 esac
9736 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
9737 $as_echo "$ac_try_echo") >&5
9738 (eval "$ac_link") 2>conftest.er1
9739 ac_status=$?
9740 grep -v '^ *+' conftest.er1 >conftest.err
9741 rm -f conftest.er1
9742 cat conftest.err >&5
9743 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
9744 (exit $ac_status); } && {
9745 test -z "$ac_c_werror_flag" ||
9746 test ! -s conftest.err
9747 } && test -s conftest$ac_exeext && {
9748 test "$cross_compiling" = yes ||
9749 $as_test_x conftest$ac_exeext
9750 }; then
9751 ac_cv_lib_ipc_shmat=yes
9752 else
9753 $as_echo "$as_me: failed program was:" >&5
9754 sed 's/^/| /' conftest.$ac_ext >&5
9756 ac_cv_lib_ipc_shmat=no
9759 rm -rf conftest.dSYM
9760 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9761 conftest$ac_exeext conftest.$ac_ext
9762 LIBS=$ac_check_lib_save_LIBS
9764 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_ipc_shmat" >&5
9765 $as_echo "$ac_cv_lib_ipc_shmat" >&6; }
9766 if test "x$ac_cv_lib_ipc_shmat" = x""yes; then
9767 X_EXTRA_LIBS="$X_EXTRA_LIBS -lipc"
9773 # Check for libraries that X11R6 Xt/Xaw programs need.
9774 ac_save_LDFLAGS=$LDFLAGS
9775 test -n "$x_libraries" && LDFLAGS="$LDFLAGS -L$x_libraries"
9776 # SM needs ICE to (dynamically) link under SunOS 4.x (so we have to
9777 # check for ICE first), but we must link in the order -lSM -lICE or
9778 # we get undefined symbols. So assume we have SM if we have ICE.
9779 # These have to be linked with before -lX11, unlike the other
9780 # libraries we check for below, so use a different variable.
9781 # John Interrante, Karl Berry
9782 { $as_echo "$as_me:$LINENO: checking for IceConnectionNumber in -lICE" >&5
9783 $as_echo_n "checking for IceConnectionNumber in -lICE... " >&6; }
9784 if test "${ac_cv_lib_ICE_IceConnectionNumber+set}" = set; then
9785 $as_echo_n "(cached) " >&6
9786 else
9787 ac_check_lib_save_LIBS=$LIBS
9788 LIBS="-lICE $X_EXTRA_LIBS $LIBS"
9789 cat >conftest.$ac_ext <<_ACEOF
9790 /* confdefs.h. */
9791 _ACEOF
9792 cat confdefs.h >>conftest.$ac_ext
9793 cat >>conftest.$ac_ext <<_ACEOF
9794 /* end confdefs.h. */
9796 /* Override any GCC internal prototype to avoid an error.
9797 Use char because int might match the return type of a GCC
9798 builtin and then its argument prototype would still apply. */
9799 #ifdef __cplusplus
9800 extern "C"
9801 #endif
9802 char IceConnectionNumber ();
9804 main ()
9806 return IceConnectionNumber ();
9808 return 0;
9810 _ACEOF
9811 rm -f conftest.$ac_objext conftest$ac_exeext
9812 if { (ac_try="$ac_link"
9813 case "(($ac_try" in
9814 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9815 *) ac_try_echo=$ac_try;;
9816 esac
9817 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
9818 $as_echo "$ac_try_echo") >&5
9819 (eval "$ac_link") 2>conftest.er1
9820 ac_status=$?
9821 grep -v '^ *+' conftest.er1 >conftest.err
9822 rm -f conftest.er1
9823 cat conftest.err >&5
9824 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
9825 (exit $ac_status); } && {
9826 test -z "$ac_c_werror_flag" ||
9827 test ! -s conftest.err
9828 } && test -s conftest$ac_exeext && {
9829 test "$cross_compiling" = yes ||
9830 $as_test_x conftest$ac_exeext
9831 }; then
9832 ac_cv_lib_ICE_IceConnectionNumber=yes
9833 else
9834 $as_echo "$as_me: failed program was:" >&5
9835 sed 's/^/| /' conftest.$ac_ext >&5
9837 ac_cv_lib_ICE_IceConnectionNumber=no
9840 rm -rf conftest.dSYM
9841 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9842 conftest$ac_exeext conftest.$ac_ext
9843 LIBS=$ac_check_lib_save_LIBS
9845 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_ICE_IceConnectionNumber" >&5
9846 $as_echo "$ac_cv_lib_ICE_IceConnectionNumber" >&6; }
9847 if test "x$ac_cv_lib_ICE_IceConnectionNumber" = x""yes; then
9848 X_PRE_LIBS="$X_PRE_LIBS -lSM -lICE"
9851 LDFLAGS=$ac_save_LDFLAGS
9856 if test "$have_x" = "yes"
9857 then
9858 XLIB="-lXext -lX11"
9859 ac_save_CPPFLAGS="$CPPFLAGS"
9860 CPPFLAGS="$CPPFLAGS $X_CFLAGS"
9862 { $as_echo "$as_me:$LINENO: checking for -lX11" >&5
9863 $as_echo_n "checking for -lX11... " >&6; }
9864 if test "${ac_cv_lib_soname_X11+set}" = set; then
9865 $as_echo_n "(cached) " >&6
9866 else
9867 ac_check_soname_save_LIBS=$LIBS
9868 LIBS="-lX11 $X_LIBS $X_EXTRA_LIBS $LIBS"
9869 cat >conftest.$ac_ext <<_ACEOF
9870 /* confdefs.h. */
9871 _ACEOF
9872 cat confdefs.h >>conftest.$ac_ext
9873 cat >>conftest.$ac_ext <<_ACEOF
9874 /* end confdefs.h. */
9876 /* Override any GCC internal prototype to avoid an error.
9877 Use char because int might match the return type of a GCC
9878 builtin and then its argument prototype would still apply. */
9879 #ifdef __cplusplus
9880 extern "C"
9881 #endif
9882 char XCreateWindow ();
9884 main ()
9886 return XCreateWindow ();
9888 return 0;
9890 _ACEOF
9891 rm -f conftest.$ac_objext conftest$ac_exeext
9892 if { (ac_try="$ac_link"
9893 case "(($ac_try" in
9894 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9895 *) ac_try_echo=$ac_try;;
9896 esac
9897 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
9898 $as_echo "$ac_try_echo") >&5
9899 (eval "$ac_link") 2>conftest.er1
9900 ac_status=$?
9901 grep -v '^ *+' conftest.er1 >conftest.err
9902 rm -f conftest.er1
9903 cat conftest.err >&5
9904 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
9905 (exit $ac_status); } && {
9906 test -z "$ac_c_werror_flag" ||
9907 test ! -s conftest.err
9908 } && test -s conftest$ac_exeext && {
9909 test "$cross_compiling" = yes ||
9910 $as_test_x conftest$ac_exeext
9911 }; then
9912 case "$LIBEXT" in
9913 dll) ;;
9914 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'` ;;
9915 *) ac_cv_lib_soname_X11=`$ac_cv_path_LDD conftest$ac_exeext | grep "libX11\\.$LIBEXT" | sed -e "s/^.*\(libX11\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
9916 esac
9917 else
9918 $as_echo "$as_me: failed program was:" >&5
9919 sed 's/^/| /' conftest.$ac_ext >&5
9924 rm -rf conftest.dSYM
9925 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9926 conftest$ac_exeext conftest.$ac_ext
9927 LIBS=$ac_check_soname_save_LIBS
9929 if test "x$ac_cv_lib_soname_X11" = "x"; then
9930 { $as_echo "$as_me:$LINENO: result: not found" >&5
9931 $as_echo "not found" >&6; }
9933 else
9934 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_X11" >&5
9935 $as_echo "$ac_cv_lib_soname_X11" >&6; }
9937 cat >>confdefs.h <<_ACEOF
9938 #define SONAME_LIBX11 "$ac_cv_lib_soname_X11"
9939 _ACEOF
9944 { $as_echo "$as_me:$LINENO: checking for -lXext" >&5
9945 $as_echo_n "checking for -lXext... " >&6; }
9946 if test "${ac_cv_lib_soname_Xext+set}" = set; then
9947 $as_echo_n "(cached) " >&6
9948 else
9949 ac_check_soname_save_LIBS=$LIBS
9950 LIBS="-lXext $X_LIBS -lX11 $X_EXTRA_LIBS $LIBS"
9951 cat >conftest.$ac_ext <<_ACEOF
9952 /* confdefs.h. */
9953 _ACEOF
9954 cat confdefs.h >>conftest.$ac_ext
9955 cat >>conftest.$ac_ext <<_ACEOF
9956 /* end confdefs.h. */
9958 /* Override any GCC internal prototype to avoid an error.
9959 Use char because int might match the return type of a GCC
9960 builtin and then its argument prototype would still apply. */
9961 #ifdef __cplusplus
9962 extern "C"
9963 #endif
9964 char XextCreateExtension ();
9966 main ()
9968 return XextCreateExtension ();
9970 return 0;
9972 _ACEOF
9973 rm -f conftest.$ac_objext conftest$ac_exeext
9974 if { (ac_try="$ac_link"
9975 case "(($ac_try" in
9976 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9977 *) ac_try_echo=$ac_try;;
9978 esac
9979 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
9980 $as_echo "$ac_try_echo") >&5
9981 (eval "$ac_link") 2>conftest.er1
9982 ac_status=$?
9983 grep -v '^ *+' conftest.er1 >conftest.err
9984 rm -f conftest.er1
9985 cat conftest.err >&5
9986 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
9987 (exit $ac_status); } && {
9988 test -z "$ac_c_werror_flag" ||
9989 test ! -s conftest.err
9990 } && test -s conftest$ac_exeext && {
9991 test "$cross_compiling" = yes ||
9992 $as_test_x conftest$ac_exeext
9993 }; then
9994 case "$LIBEXT" in
9995 dll) ;;
9996 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'` ;;
9997 *) ac_cv_lib_soname_Xext=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXext\\.$LIBEXT" | sed -e "s/^.*\(libXext\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
9998 esac
9999 else
10000 $as_echo "$as_me: failed program was:" >&5
10001 sed 's/^/| /' conftest.$ac_ext >&5
10006 rm -rf conftest.dSYM
10007 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10008 conftest$ac_exeext conftest.$ac_ext
10009 LIBS=$ac_check_soname_save_LIBS
10011 if test "x$ac_cv_lib_soname_Xext" = "x"; then
10012 { $as_echo "$as_me:$LINENO: result: not found" >&5
10013 $as_echo "not found" >&6; }
10015 else
10016 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_Xext" >&5
10017 $as_echo "$ac_cv_lib_soname_Xext" >&6; }
10019 cat >>confdefs.h <<_ACEOF
10020 #define SONAME_LIBXEXT "$ac_cv_lib_soname_Xext"
10021 _ACEOF
10039 for ac_header in X11/Xlib.h \
10040 X11/XKBlib.h \
10041 X11/Xutil.h \
10042 X11/Xcursor/Xcursor.h \
10043 X11/extensions/shape.h \
10044 X11/extensions/XInput.h \
10045 X11/extensions/XShm.h \
10046 X11/extensions/Xcomposite.h \
10047 X11/extensions/Xinerama.h \
10048 X11/extensions/Xrandr.h \
10049 X11/extensions/Xrender.h \
10050 X11/extensions/xf86vmode.h
10052 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
10053 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
10054 $as_echo_n "checking for $ac_header... " >&6; }
10055 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
10056 $as_echo_n "(cached) " >&6
10057 else
10058 cat >conftest.$ac_ext <<_ACEOF
10059 /* confdefs.h. */
10060 _ACEOF
10061 cat confdefs.h >>conftest.$ac_ext
10062 cat >>conftest.$ac_ext <<_ACEOF
10063 /* end confdefs.h. */
10064 #ifdef HAVE_X11_XLIB_H
10065 # include <X11/Xlib.h>
10066 #endif
10067 #ifdef HAVE_X11_XUTIL_H
10068 # include <X11/Xutil.h>
10069 #endif
10071 #include <$ac_header>
10072 _ACEOF
10073 rm -f conftest.$ac_objext
10074 if { (ac_try="$ac_compile"
10075 case "(($ac_try" in
10076 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10077 *) ac_try_echo=$ac_try;;
10078 esac
10079 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
10080 $as_echo "$ac_try_echo") >&5
10081 (eval "$ac_compile") 2>conftest.er1
10082 ac_status=$?
10083 grep -v '^ *+' conftest.er1 >conftest.err
10084 rm -f conftest.er1
10085 cat conftest.err >&5
10086 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
10087 (exit $ac_status); } && {
10088 test -z "$ac_c_werror_flag" ||
10089 test ! -s conftest.err
10090 } && test -s conftest.$ac_objext; then
10091 eval "$as_ac_Header=yes"
10092 else
10093 $as_echo "$as_me: failed program was:" >&5
10094 sed 's/^/| /' conftest.$ac_ext >&5
10096 eval "$as_ac_Header=no"
10099 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
10101 ac_res=`eval 'as_val=${'$as_ac_Header'}
10102 $as_echo "$as_val"'`
10103 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
10104 $as_echo "$ac_res" >&6; }
10105 as_val=`eval 'as_val=${'$as_ac_Header'}
10106 $as_echo "$as_val"'`
10107 if test "x$as_val" = x""yes; then
10108 cat >>confdefs.h <<_ACEOF
10109 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
10110 _ACEOF
10114 done
10117 if test "$ac_cv_header_X11_XKBlib_h" = "yes"
10118 then
10119 { $as_echo "$as_me:$LINENO: checking for XkbQueryExtension in -lX11" >&5
10120 $as_echo_n "checking for XkbQueryExtension in -lX11... " >&6; }
10121 if test "${ac_cv_lib_X11_XkbQueryExtension+set}" = set; then
10122 $as_echo_n "(cached) " >&6
10123 else
10124 ac_check_lib_save_LIBS=$LIBS
10125 LIBS="-lX11 $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
10126 cat >conftest.$ac_ext <<_ACEOF
10127 /* confdefs.h. */
10128 _ACEOF
10129 cat confdefs.h >>conftest.$ac_ext
10130 cat >>conftest.$ac_ext <<_ACEOF
10131 /* end confdefs.h. */
10133 /* Override any GCC internal prototype to avoid an error.
10134 Use char because int might match the return type of a GCC
10135 builtin and then its argument prototype would still apply. */
10136 #ifdef __cplusplus
10137 extern "C"
10138 #endif
10139 char XkbQueryExtension ();
10141 main ()
10143 return XkbQueryExtension ();
10145 return 0;
10147 _ACEOF
10148 rm -f conftest.$ac_objext conftest$ac_exeext
10149 if { (ac_try="$ac_link"
10150 case "(($ac_try" in
10151 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10152 *) ac_try_echo=$ac_try;;
10153 esac
10154 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
10155 $as_echo "$ac_try_echo") >&5
10156 (eval "$ac_link") 2>conftest.er1
10157 ac_status=$?
10158 grep -v '^ *+' conftest.er1 >conftest.err
10159 rm -f conftest.er1
10160 cat conftest.err >&5
10161 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
10162 (exit $ac_status); } && {
10163 test -z "$ac_c_werror_flag" ||
10164 test ! -s conftest.err
10165 } && test -s conftest$ac_exeext && {
10166 test "$cross_compiling" = yes ||
10167 $as_test_x conftest$ac_exeext
10168 }; then
10169 ac_cv_lib_X11_XkbQueryExtension=yes
10170 else
10171 $as_echo "$as_me: failed program was:" >&5
10172 sed 's/^/| /' conftest.$ac_ext >&5
10174 ac_cv_lib_X11_XkbQueryExtension=no
10177 rm -rf conftest.dSYM
10178 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10179 conftest$ac_exeext conftest.$ac_ext
10180 LIBS=$ac_check_lib_save_LIBS
10182 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_X11_XkbQueryExtension" >&5
10183 $as_echo "$ac_cv_lib_X11_XkbQueryExtension" >&6; }
10184 if test "x$ac_cv_lib_X11_XkbQueryExtension" = x""yes; then
10186 cat >>confdefs.h <<\_ACEOF
10187 #define HAVE_XKB 1
10188 _ACEOF
10194 if test "$ac_cv_header_X11_Xcursor_Xcursor_h" = "yes"
10195 then
10196 { $as_echo "$as_me:$LINENO: checking for -lXcursor" >&5
10197 $as_echo_n "checking for -lXcursor... " >&6; }
10198 if test "${ac_cv_lib_soname_Xcursor+set}" = set; then
10199 $as_echo_n "(cached) " >&6
10200 else
10201 ac_check_soname_save_LIBS=$LIBS
10202 LIBS="-lXcursor $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
10203 cat >conftest.$ac_ext <<_ACEOF
10204 /* confdefs.h. */
10205 _ACEOF
10206 cat confdefs.h >>conftest.$ac_ext
10207 cat >>conftest.$ac_ext <<_ACEOF
10208 /* end confdefs.h. */
10210 /* Override any GCC internal prototype to avoid an error.
10211 Use char because int might match the return type of a GCC
10212 builtin and then its argument prototype would still apply. */
10213 #ifdef __cplusplus
10214 extern "C"
10215 #endif
10216 char XcursorImageLoadCursor ();
10218 main ()
10220 return XcursorImageLoadCursor ();
10222 return 0;
10224 _ACEOF
10225 rm -f conftest.$ac_objext conftest$ac_exeext
10226 if { (ac_try="$ac_link"
10227 case "(($ac_try" in
10228 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10229 *) ac_try_echo=$ac_try;;
10230 esac
10231 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
10232 $as_echo "$ac_try_echo") >&5
10233 (eval "$ac_link") 2>conftest.er1
10234 ac_status=$?
10235 grep -v '^ *+' conftest.er1 >conftest.err
10236 rm -f conftest.er1
10237 cat conftest.err >&5
10238 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
10239 (exit $ac_status); } && {
10240 test -z "$ac_c_werror_flag" ||
10241 test ! -s conftest.err
10242 } && test -s conftest$ac_exeext && {
10243 test "$cross_compiling" = yes ||
10244 $as_test_x conftest$ac_exeext
10245 }; then
10246 case "$LIBEXT" in
10247 dll) ;;
10248 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'` ;;
10249 *) ac_cv_lib_soname_Xcursor=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXcursor\\.$LIBEXT" | sed -e "s/^.*\(libXcursor\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
10250 esac
10251 else
10252 $as_echo "$as_me: failed program was:" >&5
10253 sed 's/^/| /' conftest.$ac_ext >&5
10258 rm -rf conftest.dSYM
10259 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10260 conftest$ac_exeext conftest.$ac_ext
10261 LIBS=$ac_check_soname_save_LIBS
10263 if test "x$ac_cv_lib_soname_Xcursor" = "x"; then
10264 { $as_echo "$as_me:$LINENO: result: not found" >&5
10265 $as_echo "not found" >&6; }
10267 else
10268 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_Xcursor" >&5
10269 $as_echo "$ac_cv_lib_soname_Xcursor" >&6; }
10271 cat >>confdefs.h <<_ACEOF
10272 #define SONAME_LIBXCURSOR "$ac_cv_lib_soname_Xcursor"
10273 _ACEOF
10279 if test "x$ac_cv_lib_soname_Xcursor" = "x"; then
10280 case "x$with_xcursor" in
10281 x) wine_notices="$wine_notices|libxcursor ${notice_platform}development files not found, the Xcursor extension won't be supported." ;;
10282 xno) ;;
10283 *) { { $as_echo "$as_me:$LINENO: error: libxcursor ${notice_platform}development files not found, the Xcursor extension won't be supported.
10284 This is an error since --with-xcursor was requested." >&5
10285 $as_echo "$as_me: error: libxcursor ${notice_platform}development files not found, the Xcursor extension won't be supported.
10286 This is an error since --with-xcursor was requested." >&2;}
10287 { (exit 1); exit 1; }; } ;;
10288 esac
10292 if test "$ac_cv_header_X11_extensions_XInput_h" = "yes"
10293 then
10294 { $as_echo "$as_me:$LINENO: checking for -lXi" >&5
10295 $as_echo_n "checking for -lXi... " >&6; }
10296 if test "${ac_cv_lib_soname_Xi+set}" = set; then
10297 $as_echo_n "(cached) " >&6
10298 else
10299 ac_check_soname_save_LIBS=$LIBS
10300 LIBS="-lXi $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
10301 cat >conftest.$ac_ext <<_ACEOF
10302 /* confdefs.h. */
10303 _ACEOF
10304 cat confdefs.h >>conftest.$ac_ext
10305 cat >>conftest.$ac_ext <<_ACEOF
10306 /* end confdefs.h. */
10308 /* Override any GCC internal prototype to avoid an error.
10309 Use char because int might match the return type of a GCC
10310 builtin and then its argument prototype would still apply. */
10311 #ifdef __cplusplus
10312 extern "C"
10313 #endif
10314 char XOpenDevice ();
10316 main ()
10318 return XOpenDevice ();
10320 return 0;
10322 _ACEOF
10323 rm -f conftest.$ac_objext conftest$ac_exeext
10324 if { (ac_try="$ac_link"
10325 case "(($ac_try" in
10326 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10327 *) ac_try_echo=$ac_try;;
10328 esac
10329 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
10330 $as_echo "$ac_try_echo") >&5
10331 (eval "$ac_link") 2>conftest.er1
10332 ac_status=$?
10333 grep -v '^ *+' conftest.er1 >conftest.err
10334 rm -f conftest.er1
10335 cat conftest.err >&5
10336 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
10337 (exit $ac_status); } && {
10338 test -z "$ac_c_werror_flag" ||
10339 test ! -s conftest.err
10340 } && test -s conftest$ac_exeext && {
10341 test "$cross_compiling" = yes ||
10342 $as_test_x conftest$ac_exeext
10343 }; then
10344 case "$LIBEXT" in
10345 dll) ;;
10346 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'` ;;
10347 *) ac_cv_lib_soname_Xi=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXi\\.$LIBEXT" | sed -e "s/^.*\(libXi\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
10348 esac
10349 else
10350 $as_echo "$as_me: failed program was:" >&5
10351 sed 's/^/| /' conftest.$ac_ext >&5
10356 rm -rf conftest.dSYM
10357 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10358 conftest$ac_exeext conftest.$ac_ext
10359 LIBS=$ac_check_soname_save_LIBS
10361 if test "x$ac_cv_lib_soname_Xi" = "x"; then
10362 { $as_echo "$as_me:$LINENO: result: not found" >&5
10363 $as_echo "not found" >&6; }
10365 else
10366 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_Xi" >&5
10367 $as_echo "$ac_cv_lib_soname_Xi" >&6; }
10369 cat >>confdefs.h <<_ACEOF
10370 #define SONAME_LIBXI "$ac_cv_lib_soname_Xi"
10371 _ACEOF
10377 if test "x$ac_cv_lib_soname_Xi" = "x"; then
10378 case "x$with_xinput" in
10379 x) wine_notices="$wine_notices|libxi ${notice_platform}development files not found, the Xinput extension won't be supported." ;;
10380 xno) ;;
10381 *) { { $as_echo "$as_me:$LINENO: error: libxi ${notice_platform}development files not found, the Xinput extension won't be supported.
10382 This is an error since --with-xinput was requested." >&5
10383 $as_echo "$as_me: error: libxi ${notice_platform}development files not found, the Xinput extension won't be supported.
10384 This is an error since --with-xinput was requested." >&2;}
10385 { (exit 1); exit 1; }; } ;;
10386 esac
10390 if test "$ac_cv_header_X11_extensions_XShm_h" = "yes"
10391 then
10392 { $as_echo "$as_me:$LINENO: checking for XShmQueryExtension in -lXext" >&5
10393 $as_echo_n "checking for XShmQueryExtension in -lXext... " >&6; }
10394 if test "${ac_cv_lib_Xext_XShmQueryExtension+set}" = set; then
10395 $as_echo_n "(cached) " >&6
10396 else
10397 ac_check_lib_save_LIBS=$LIBS
10398 LIBS="-lXext $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
10399 cat >conftest.$ac_ext <<_ACEOF
10400 /* confdefs.h. */
10401 _ACEOF
10402 cat confdefs.h >>conftest.$ac_ext
10403 cat >>conftest.$ac_ext <<_ACEOF
10404 /* end confdefs.h. */
10406 /* Override any GCC internal prototype to avoid an error.
10407 Use char because int might match the return type of a GCC
10408 builtin and then its argument prototype would still apply. */
10409 #ifdef __cplusplus
10410 extern "C"
10411 #endif
10412 char XShmQueryExtension ();
10414 main ()
10416 return XShmQueryExtension ();
10418 return 0;
10420 _ACEOF
10421 rm -f conftest.$ac_objext conftest$ac_exeext
10422 if { (ac_try="$ac_link"
10423 case "(($ac_try" in
10424 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10425 *) ac_try_echo=$ac_try;;
10426 esac
10427 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
10428 $as_echo "$ac_try_echo") >&5
10429 (eval "$ac_link") 2>conftest.er1
10430 ac_status=$?
10431 grep -v '^ *+' conftest.er1 >conftest.err
10432 rm -f conftest.er1
10433 cat conftest.err >&5
10434 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
10435 (exit $ac_status); } && {
10436 test -z "$ac_c_werror_flag" ||
10437 test ! -s conftest.err
10438 } && test -s conftest$ac_exeext && {
10439 test "$cross_compiling" = yes ||
10440 $as_test_x conftest$ac_exeext
10441 }; then
10442 ac_cv_lib_Xext_XShmQueryExtension=yes
10443 else
10444 $as_echo "$as_me: failed program was:" >&5
10445 sed 's/^/| /' conftest.$ac_ext >&5
10447 ac_cv_lib_Xext_XShmQueryExtension=no
10450 rm -rf conftest.dSYM
10451 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10452 conftest$ac_exeext conftest.$ac_ext
10453 LIBS=$ac_check_lib_save_LIBS
10455 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_Xext_XShmQueryExtension" >&5
10456 $as_echo "$ac_cv_lib_Xext_XShmQueryExtension" >&6; }
10457 if test "x$ac_cv_lib_Xext_XShmQueryExtension" = x""yes; then
10459 cat >>confdefs.h <<\_ACEOF
10460 #define HAVE_LIBXXSHM 1
10461 _ACEOF
10466 if test "$ac_cv_lib_Xext_XShmQueryExtension" != "yes"; then
10467 case "x$with_xshm" in
10468 x) wine_notices="$wine_notices|XShm ${notice_platform}development files not found, X Shared Memory won't be supported." ;;
10469 xno) ;;
10470 *) { { $as_echo "$as_me:$LINENO: error: XShm ${notice_platform}development files not found, X Shared Memory won't be supported.
10471 This is an error since --with-xshm was requested." >&5
10472 $as_echo "$as_me: error: XShm ${notice_platform}development files not found, X Shared Memory won't be supported.
10473 This is an error since --with-xshm was requested." >&2;}
10474 { (exit 1); exit 1; }; } ;;
10475 esac
10479 if test "$ac_cv_header_X11_extensions_shape_h" = "yes"
10480 then
10481 { $as_echo "$as_me:$LINENO: checking for XShapeQueryExtension in -lXext" >&5
10482 $as_echo_n "checking for XShapeQueryExtension in -lXext... " >&6; }
10483 if test "${ac_cv_lib_Xext_XShapeQueryExtension+set}" = set; then
10484 $as_echo_n "(cached) " >&6
10485 else
10486 ac_check_lib_save_LIBS=$LIBS
10487 LIBS="-lXext $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
10488 cat >conftest.$ac_ext <<_ACEOF
10489 /* confdefs.h. */
10490 _ACEOF
10491 cat confdefs.h >>conftest.$ac_ext
10492 cat >>conftest.$ac_ext <<_ACEOF
10493 /* end confdefs.h. */
10495 /* Override any GCC internal prototype to avoid an error.
10496 Use char because int might match the return type of a GCC
10497 builtin and then its argument prototype would still apply. */
10498 #ifdef __cplusplus
10499 extern "C"
10500 #endif
10501 char XShapeQueryExtension ();
10503 main ()
10505 return XShapeQueryExtension ();
10507 return 0;
10509 _ACEOF
10510 rm -f conftest.$ac_objext conftest$ac_exeext
10511 if { (ac_try="$ac_link"
10512 case "(($ac_try" in
10513 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10514 *) ac_try_echo=$ac_try;;
10515 esac
10516 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
10517 $as_echo "$ac_try_echo") >&5
10518 (eval "$ac_link") 2>conftest.er1
10519 ac_status=$?
10520 grep -v '^ *+' conftest.er1 >conftest.err
10521 rm -f conftest.er1
10522 cat conftest.err >&5
10523 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
10524 (exit $ac_status); } && {
10525 test -z "$ac_c_werror_flag" ||
10526 test ! -s conftest.err
10527 } && test -s conftest$ac_exeext && {
10528 test "$cross_compiling" = yes ||
10529 $as_test_x conftest$ac_exeext
10530 }; then
10531 ac_cv_lib_Xext_XShapeQueryExtension=yes
10532 else
10533 $as_echo "$as_me: failed program was:" >&5
10534 sed 's/^/| /' conftest.$ac_ext >&5
10536 ac_cv_lib_Xext_XShapeQueryExtension=no
10539 rm -rf conftest.dSYM
10540 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10541 conftest$ac_exeext conftest.$ac_ext
10542 LIBS=$ac_check_lib_save_LIBS
10544 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_Xext_XShapeQueryExtension" >&5
10545 $as_echo "$ac_cv_lib_Xext_XShapeQueryExtension" >&6; }
10546 if test "x$ac_cv_lib_Xext_XShapeQueryExtension" = x""yes; then
10548 cat >>confdefs.h <<\_ACEOF
10549 #define HAVE_LIBXSHAPE 1
10550 _ACEOF
10555 if test "$ac_cv_lib_Xext_XShapeQueryExtension" != "yes"; then
10556 case "x$with_xshape" in
10557 x) wine_notices="$wine_notices|XShape ${notice_platform}development files not found, XShape won't be supported." ;;
10558 xno) ;;
10559 *) { { $as_echo "$as_me:$LINENO: error: XShape ${notice_platform}development files not found, XShape won't be supported.
10560 This is an error since --with-xshape was requested." >&5
10561 $as_echo "$as_me: error: XShape ${notice_platform}development files not found, XShape won't be supported.
10562 This is an error since --with-xshape was requested." >&2;}
10563 { (exit 1); exit 1; }; } ;;
10564 esac
10568 if test "$ac_cv_header_X11_extensions_xf86vmode_h" = "yes"
10569 then
10570 { $as_echo "$as_me:$LINENO: checking for -lXxf86vm" >&5
10571 $as_echo_n "checking for -lXxf86vm... " >&6; }
10572 if test "${ac_cv_lib_soname_Xxf86vm+set}" = set; then
10573 $as_echo_n "(cached) " >&6
10574 else
10575 ac_check_soname_save_LIBS=$LIBS
10576 LIBS="-lXxf86vm $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
10577 cat >conftest.$ac_ext <<_ACEOF
10578 /* confdefs.h. */
10579 _ACEOF
10580 cat confdefs.h >>conftest.$ac_ext
10581 cat >>conftest.$ac_ext <<_ACEOF
10582 /* end confdefs.h. */
10584 /* Override any GCC internal prototype to avoid an error.
10585 Use char because int might match the return type of a GCC
10586 builtin and then its argument prototype would still apply. */
10587 #ifdef __cplusplus
10588 extern "C"
10589 #endif
10590 char XF86VidModeQueryExtension ();
10592 main ()
10594 return XF86VidModeQueryExtension ();
10596 return 0;
10598 _ACEOF
10599 rm -f conftest.$ac_objext conftest$ac_exeext
10600 if { (ac_try="$ac_link"
10601 case "(($ac_try" in
10602 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10603 *) ac_try_echo=$ac_try;;
10604 esac
10605 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
10606 $as_echo "$ac_try_echo") >&5
10607 (eval "$ac_link") 2>conftest.er1
10608 ac_status=$?
10609 grep -v '^ *+' conftest.er1 >conftest.err
10610 rm -f conftest.er1
10611 cat conftest.err >&5
10612 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
10613 (exit $ac_status); } && {
10614 test -z "$ac_c_werror_flag" ||
10615 test ! -s conftest.err
10616 } && test -s conftest$ac_exeext && {
10617 test "$cross_compiling" = yes ||
10618 $as_test_x conftest$ac_exeext
10619 }; then
10620 case "$LIBEXT" in
10621 dll) ;;
10622 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'` ;;
10623 *) ac_cv_lib_soname_Xxf86vm=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXxf86vm\\.$LIBEXT" | sed -e "s/^.*\(libXxf86vm\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
10624 esac
10625 else
10626 $as_echo "$as_me: failed program was:" >&5
10627 sed 's/^/| /' conftest.$ac_ext >&5
10632 rm -rf conftest.dSYM
10633 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10634 conftest$ac_exeext conftest.$ac_ext
10635 LIBS=$ac_check_soname_save_LIBS
10637 if test "x$ac_cv_lib_soname_Xxf86vm" = "x"; then
10638 { $as_echo "$as_me:$LINENO: result: not found" >&5
10639 $as_echo "not found" >&6; }
10641 else
10642 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_Xxf86vm" >&5
10643 $as_echo "$ac_cv_lib_soname_Xxf86vm" >&6; }
10645 cat >>confdefs.h <<_ACEOF
10646 #define SONAME_LIBXXF86VM "$ac_cv_lib_soname_Xxf86vm"
10647 _ACEOF
10653 if test "x$ac_cv_lib_soname_Xxf86vm" = "x"; then
10654 case "x$with_xxf86vm" in
10655 x) wine_notices="$wine_notices|libXxf86vm ${notice_platform}development files not found, XFree86 Vidmode won't be supported." ;;
10656 xno) ;;
10657 *) { { $as_echo "$as_me:$LINENO: error: libXxf86vm ${notice_platform}development files not found, XFree86 Vidmode won't be supported.
10658 This is an error since --with-xxf86vm was requested." >&5
10659 $as_echo "$as_me: error: libXxf86vm ${notice_platform}development files not found, XFree86 Vidmode won't be supported.
10660 This is an error since --with-xxf86vm was requested." >&2;}
10661 { (exit 1); exit 1; }; } ;;
10662 esac
10666 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"
10667 then
10668 { $as_echo "$as_me:$LINENO: checking for -lXrender" >&5
10669 $as_echo_n "checking for -lXrender... " >&6; }
10670 if test "${ac_cv_lib_soname_Xrender+set}" = set; then
10671 $as_echo_n "(cached) " >&6
10672 else
10673 ac_check_soname_save_LIBS=$LIBS
10674 LIBS="-lXrender $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
10675 cat >conftest.$ac_ext <<_ACEOF
10676 /* confdefs.h. */
10677 _ACEOF
10678 cat confdefs.h >>conftest.$ac_ext
10679 cat >>conftest.$ac_ext <<_ACEOF
10680 /* end confdefs.h. */
10682 /* Override any GCC internal prototype to avoid an error.
10683 Use char because int might match the return type of a GCC
10684 builtin and then its argument prototype would still apply. */
10685 #ifdef __cplusplus
10686 extern "C"
10687 #endif
10688 char XRenderQueryExtension ();
10690 main ()
10692 return XRenderQueryExtension ();
10694 return 0;
10696 _ACEOF
10697 rm -f conftest.$ac_objext conftest$ac_exeext
10698 if { (ac_try="$ac_link"
10699 case "(($ac_try" in
10700 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10701 *) ac_try_echo=$ac_try;;
10702 esac
10703 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
10704 $as_echo "$ac_try_echo") >&5
10705 (eval "$ac_link") 2>conftest.er1
10706 ac_status=$?
10707 grep -v '^ *+' conftest.er1 >conftest.err
10708 rm -f conftest.er1
10709 cat conftest.err >&5
10710 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
10711 (exit $ac_status); } && {
10712 test -z "$ac_c_werror_flag" ||
10713 test ! -s conftest.err
10714 } && test -s conftest$ac_exeext && {
10715 test "$cross_compiling" = yes ||
10716 $as_test_x conftest$ac_exeext
10717 }; then
10718 case "$LIBEXT" in
10719 dll) ;;
10720 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'` ;;
10721 *) ac_cv_lib_soname_Xrender=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXrender\\.$LIBEXT" | sed -e "s/^.*\(libXrender\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
10722 esac
10723 else
10724 $as_echo "$as_me: failed program was:" >&5
10725 sed 's/^/| /' conftest.$ac_ext >&5
10730 rm -rf conftest.dSYM
10731 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10732 conftest$ac_exeext conftest.$ac_ext
10733 LIBS=$ac_check_soname_save_LIBS
10735 if test "x$ac_cv_lib_soname_Xrender" = "x"; then
10736 { $as_echo "$as_me:$LINENO: result: not found" >&5
10737 $as_echo "not found" >&6; }
10739 else
10740 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_Xrender" >&5
10741 $as_echo "$ac_cv_lib_soname_Xrender" >&6; }
10743 cat >>confdefs.h <<_ACEOF
10744 #define SONAME_LIBXRENDER "$ac_cv_lib_soname_Xrender"
10745 _ACEOF
10747 { $as_echo "$as_me:$LINENO: checking for XRenderSetPictureTransform in -lXrender" >&5
10748 $as_echo_n "checking for XRenderSetPictureTransform in -lXrender... " >&6; }
10749 if test "${ac_cv_lib_Xrender_XRenderSetPictureTransform+set}" = set; then
10750 $as_echo_n "(cached) " >&6
10751 else
10752 ac_check_lib_save_LIBS=$LIBS
10753 LIBS="-lXrender $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
10754 cat >conftest.$ac_ext <<_ACEOF
10755 /* confdefs.h. */
10756 _ACEOF
10757 cat confdefs.h >>conftest.$ac_ext
10758 cat >>conftest.$ac_ext <<_ACEOF
10759 /* end confdefs.h. */
10761 /* Override any GCC internal prototype to avoid an error.
10762 Use char because int might match the return type of a GCC
10763 builtin and then its argument prototype would still apply. */
10764 #ifdef __cplusplus
10765 extern "C"
10766 #endif
10767 char XRenderSetPictureTransform ();
10769 main ()
10771 return XRenderSetPictureTransform ();
10773 return 0;
10775 _ACEOF
10776 rm -f conftest.$ac_objext conftest$ac_exeext
10777 if { (ac_try="$ac_link"
10778 case "(($ac_try" in
10779 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10780 *) ac_try_echo=$ac_try;;
10781 esac
10782 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
10783 $as_echo "$ac_try_echo") >&5
10784 (eval "$ac_link") 2>conftest.er1
10785 ac_status=$?
10786 grep -v '^ *+' conftest.er1 >conftest.err
10787 rm -f conftest.er1
10788 cat conftest.err >&5
10789 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
10790 (exit $ac_status); } && {
10791 test -z "$ac_c_werror_flag" ||
10792 test ! -s conftest.err
10793 } && test -s conftest$ac_exeext && {
10794 test "$cross_compiling" = yes ||
10795 $as_test_x conftest$ac_exeext
10796 }; then
10797 ac_cv_lib_Xrender_XRenderSetPictureTransform=yes
10798 else
10799 $as_echo "$as_me: failed program was:" >&5
10800 sed 's/^/| /' conftest.$ac_ext >&5
10802 ac_cv_lib_Xrender_XRenderSetPictureTransform=no
10805 rm -rf conftest.dSYM
10806 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10807 conftest$ac_exeext conftest.$ac_ext
10808 LIBS=$ac_check_lib_save_LIBS
10810 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_Xrender_XRenderSetPictureTransform" >&5
10811 $as_echo "$ac_cv_lib_Xrender_XRenderSetPictureTransform" >&6; }
10812 if test "x$ac_cv_lib_Xrender_XRenderSetPictureTransform" = x""yes; then
10814 cat >>confdefs.h <<\_ACEOF
10815 #define HAVE_XRENDERSETPICTURETRANSFORM 1
10816 _ACEOF
10824 if test "x$ac_cv_lib_soname_Xrender" = "x"; then
10825 case "x$with_xrender" in
10826 x) wine_warnings="$wine_warnings|libxrender ${notice_platform}development files not found, XRender won't be supported." ;;
10827 xno) ;;
10828 *) { { $as_echo "$as_me:$LINENO: error: libxrender ${notice_platform}development files not found, XRender won't be supported.
10829 This is an error since --with-xrender was requested." >&5
10830 $as_echo "$as_me: error: libxrender ${notice_platform}development files not found, XRender won't be supported.
10831 This is an error since --with-xrender was requested." >&2;}
10832 { (exit 1); exit 1; }; } ;;
10833 esac
10837 if test "$ac_cv_header_X11_extensions_Xrandr_h" = "yes" -a "x$ac_cv_lib_soname_Xrender" != "x"
10838 then
10839 cat >conftest.$ac_ext <<_ACEOF
10840 /* confdefs.h. */
10841 _ACEOF
10842 cat confdefs.h >>conftest.$ac_ext
10843 cat >>conftest.$ac_ext <<_ACEOF
10844 /* end confdefs.h. */
10845 #include <X11/Xlib.h>
10846 #include <X11/extensions/Xrandr.h>
10848 main ()
10850 static typeof(XRRSetScreenConfigAndRate) * func;
10852 return 0;
10854 _ACEOF
10855 rm -f conftest.$ac_objext
10856 if { (ac_try="$ac_compile"
10857 case "(($ac_try" in
10858 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10859 *) ac_try_echo=$ac_try;;
10860 esac
10861 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
10862 $as_echo "$ac_try_echo") >&5
10863 (eval "$ac_compile") 2>conftest.er1
10864 ac_status=$?
10865 grep -v '^ *+' conftest.er1 >conftest.err
10866 rm -f conftest.er1
10867 cat conftest.err >&5
10868 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
10869 (exit $ac_status); } && {
10870 test -z "$ac_c_werror_flag" ||
10871 test ! -s conftest.err
10872 } && test -s conftest.$ac_objext; then
10873 { $as_echo "$as_me:$LINENO: checking for -lXrandr" >&5
10874 $as_echo_n "checking for -lXrandr... " >&6; }
10875 if test "${ac_cv_lib_soname_Xrandr+set}" = set; then
10876 $as_echo_n "(cached) " >&6
10877 else
10878 ac_check_soname_save_LIBS=$LIBS
10879 LIBS="-lXrandr $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
10880 cat >conftest.$ac_ext <<_ACEOF
10881 /* confdefs.h. */
10882 _ACEOF
10883 cat confdefs.h >>conftest.$ac_ext
10884 cat >>conftest.$ac_ext <<_ACEOF
10885 /* end confdefs.h. */
10887 /* Override any GCC internal prototype to avoid an error.
10888 Use char because int might match the return type of a GCC
10889 builtin and then its argument prototype would still apply. */
10890 #ifdef __cplusplus
10891 extern "C"
10892 #endif
10893 char XRRQueryExtension ();
10895 main ()
10897 return XRRQueryExtension ();
10899 return 0;
10901 _ACEOF
10902 rm -f conftest.$ac_objext conftest$ac_exeext
10903 if { (ac_try="$ac_link"
10904 case "(($ac_try" in
10905 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10906 *) ac_try_echo=$ac_try;;
10907 esac
10908 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
10909 $as_echo "$ac_try_echo") >&5
10910 (eval "$ac_link") 2>conftest.er1
10911 ac_status=$?
10912 grep -v '^ *+' conftest.er1 >conftest.err
10913 rm -f conftest.er1
10914 cat conftest.err >&5
10915 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
10916 (exit $ac_status); } && {
10917 test -z "$ac_c_werror_flag" ||
10918 test ! -s conftest.err
10919 } && test -s conftest$ac_exeext && {
10920 test "$cross_compiling" = yes ||
10921 $as_test_x conftest$ac_exeext
10922 }; then
10923 case "$LIBEXT" in
10924 dll) ;;
10925 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'` ;;
10926 *) ac_cv_lib_soname_Xrandr=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXrandr\\.$LIBEXT" | sed -e "s/^.*\(libXrandr\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
10927 esac
10928 else
10929 $as_echo "$as_me: failed program was:" >&5
10930 sed 's/^/| /' conftest.$ac_ext >&5
10935 rm -rf conftest.dSYM
10936 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10937 conftest$ac_exeext conftest.$ac_ext
10938 LIBS=$ac_check_soname_save_LIBS
10940 if test "x$ac_cv_lib_soname_Xrandr" = "x"; then
10941 { $as_echo "$as_me:$LINENO: result: not found" >&5
10942 $as_echo "not found" >&6; }
10944 else
10945 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_Xrandr" >&5
10946 $as_echo "$ac_cv_lib_soname_Xrandr" >&6; }
10948 cat >>confdefs.h <<_ACEOF
10949 #define SONAME_LIBXRANDR "$ac_cv_lib_soname_Xrandr"
10950 _ACEOF
10955 else
10956 $as_echo "$as_me: failed program was:" >&5
10957 sed 's/^/| /' conftest.$ac_ext >&5
10962 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
10964 if test "x$ac_cv_lib_soname_Xrandr" = "x"; then
10965 case "x$with_xrandr" in
10966 x) wine_notices="$wine_notices|libxrandr ${notice_platform}development files not found, XRandr won't be supported." ;;
10967 xno) ;;
10968 *) { { $as_echo "$as_me:$LINENO: error: libxrandr ${notice_platform}development files not found, XRandr won't be supported.
10969 This is an error since --with-xrandr was requested." >&5
10970 $as_echo "$as_me: error: libxrandr ${notice_platform}development files not found, XRandr won't be supported.
10971 This is an error since --with-xrandr was requested." >&2;}
10972 { (exit 1); exit 1; }; } ;;
10973 esac
10977 if test "$ac_cv_header_X11_extensions_Xinerama_h" = "yes"
10978 then
10979 cat >conftest.$ac_ext <<_ACEOF
10980 /* confdefs.h. */
10981 _ACEOF
10982 cat confdefs.h >>conftest.$ac_ext
10983 cat >>conftest.$ac_ext <<_ACEOF
10984 /* end confdefs.h. */
10985 #include <X11/Xlib.h>
10986 #include <X11/extensions/Xinerama.h>
10988 main ()
10990 static typeof(XineramaQueryScreens) * func;
10992 return 0;
10994 _ACEOF
10995 rm -f conftest.$ac_objext
10996 if { (ac_try="$ac_compile"
10997 case "(($ac_try" in
10998 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10999 *) ac_try_echo=$ac_try;;
11000 esac
11001 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
11002 $as_echo "$ac_try_echo") >&5
11003 (eval "$ac_compile") 2>conftest.er1
11004 ac_status=$?
11005 grep -v '^ *+' conftest.er1 >conftest.err
11006 rm -f conftest.er1
11007 cat conftest.err >&5
11008 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
11009 (exit $ac_status); } && {
11010 test -z "$ac_c_werror_flag" ||
11011 test ! -s conftest.err
11012 } && test -s conftest.$ac_objext; then
11013 { $as_echo "$as_me:$LINENO: checking for -lXinerama" >&5
11014 $as_echo_n "checking for -lXinerama... " >&6; }
11015 if test "${ac_cv_lib_soname_Xinerama+set}" = set; then
11016 $as_echo_n "(cached) " >&6
11017 else
11018 ac_check_soname_save_LIBS=$LIBS
11019 LIBS="-lXinerama $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
11020 cat >conftest.$ac_ext <<_ACEOF
11021 /* confdefs.h. */
11022 _ACEOF
11023 cat confdefs.h >>conftest.$ac_ext
11024 cat >>conftest.$ac_ext <<_ACEOF
11025 /* end confdefs.h. */
11027 /* Override any GCC internal prototype to avoid an error.
11028 Use char because int might match the return type of a GCC
11029 builtin and then its argument prototype would still apply. */
11030 #ifdef __cplusplus
11031 extern "C"
11032 #endif
11033 char XineramaQueryScreens ();
11035 main ()
11037 return XineramaQueryScreens ();
11039 return 0;
11041 _ACEOF
11042 rm -f conftest.$ac_objext conftest$ac_exeext
11043 if { (ac_try="$ac_link"
11044 case "(($ac_try" in
11045 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11046 *) ac_try_echo=$ac_try;;
11047 esac
11048 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
11049 $as_echo "$ac_try_echo") >&5
11050 (eval "$ac_link") 2>conftest.er1
11051 ac_status=$?
11052 grep -v '^ *+' conftest.er1 >conftest.err
11053 rm -f conftest.er1
11054 cat conftest.err >&5
11055 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
11056 (exit $ac_status); } && {
11057 test -z "$ac_c_werror_flag" ||
11058 test ! -s conftest.err
11059 } && test -s conftest$ac_exeext && {
11060 test "$cross_compiling" = yes ||
11061 $as_test_x conftest$ac_exeext
11062 }; then
11063 case "$LIBEXT" in
11064 dll) ;;
11065 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'` ;;
11066 *) ac_cv_lib_soname_Xinerama=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXinerama\\.$LIBEXT" | sed -e "s/^.*\(libXinerama\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
11067 esac
11068 else
11069 $as_echo "$as_me: failed program was:" >&5
11070 sed 's/^/| /' conftest.$ac_ext >&5
11075 rm -rf conftest.dSYM
11076 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
11077 conftest$ac_exeext conftest.$ac_ext
11078 LIBS=$ac_check_soname_save_LIBS
11080 if test "x$ac_cv_lib_soname_Xinerama" = "x"; then
11081 { $as_echo "$as_me:$LINENO: result: not found" >&5
11082 $as_echo "not found" >&6; }
11084 else
11085 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_Xinerama" >&5
11086 $as_echo "$ac_cv_lib_soname_Xinerama" >&6; }
11088 cat >>confdefs.h <<_ACEOF
11089 #define SONAME_LIBXINERAMA "$ac_cv_lib_soname_Xinerama"
11090 _ACEOF
11095 else
11096 $as_echo "$as_me: failed program was:" >&5
11097 sed 's/^/| /' conftest.$ac_ext >&5
11102 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11104 if test "x$ac_cv_lib_soname_Xinerama" = "x"; then
11105 case "x$with_xinerama" in
11106 x) wine_notices="$wine_notices|libxinerama ${notice_platform}development files not found, multi-monitor setups won't be supported." ;;
11107 xno) ;;
11108 *) { { $as_echo "$as_me:$LINENO: error: libxinerama ${notice_platform}development files not found, multi-monitor setups won't be supported.
11109 This is an error since --with-xinerama was requested." >&5
11110 $as_echo "$as_me: error: libxinerama ${notice_platform}development files not found, multi-monitor setups won't be supported.
11111 This is an error since --with-xinerama was requested." >&2;}
11112 { (exit 1); exit 1; }; } ;;
11113 esac
11117 if test "$ac_cv_header_X11_extensions_Xcomposite_h" = "yes"
11118 then
11119 { $as_echo "$as_me:$LINENO: checking for -lXcomposite" >&5
11120 $as_echo_n "checking for -lXcomposite... " >&6; }
11121 if test "${ac_cv_lib_soname_Xcomposite+set}" = set; then
11122 $as_echo_n "(cached) " >&6
11123 else
11124 ac_check_soname_save_LIBS=$LIBS
11125 LIBS="-lXcomposite $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
11126 cat >conftest.$ac_ext <<_ACEOF
11127 /* confdefs.h. */
11128 _ACEOF
11129 cat confdefs.h >>conftest.$ac_ext
11130 cat >>conftest.$ac_ext <<_ACEOF
11131 /* end confdefs.h. */
11133 /* Override any GCC internal prototype to avoid an error.
11134 Use char because int might match the return type of a GCC
11135 builtin and then its argument prototype would still apply. */
11136 #ifdef __cplusplus
11137 extern "C"
11138 #endif
11139 char XCompositeRedirectWindow ();
11141 main ()
11143 return XCompositeRedirectWindow ();
11145 return 0;
11147 _ACEOF
11148 rm -f conftest.$ac_objext conftest$ac_exeext
11149 if { (ac_try="$ac_link"
11150 case "(($ac_try" in
11151 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11152 *) ac_try_echo=$ac_try;;
11153 esac
11154 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
11155 $as_echo "$ac_try_echo") >&5
11156 (eval "$ac_link") 2>conftest.er1
11157 ac_status=$?
11158 grep -v '^ *+' conftest.er1 >conftest.err
11159 rm -f conftest.er1
11160 cat conftest.err >&5
11161 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
11162 (exit $ac_status); } && {
11163 test -z "$ac_c_werror_flag" ||
11164 test ! -s conftest.err
11165 } && test -s conftest$ac_exeext && {
11166 test "$cross_compiling" = yes ||
11167 $as_test_x conftest$ac_exeext
11168 }; then
11169 case "$LIBEXT" in
11170 dll) ;;
11171 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'` ;;
11172 *) ac_cv_lib_soname_Xcomposite=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXcomposite\\.$LIBEXT" | sed -e "s/^.*\(libXcomposite\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
11173 esac
11174 else
11175 $as_echo "$as_me: failed program was:" >&5
11176 sed 's/^/| /' conftest.$ac_ext >&5
11181 rm -rf conftest.dSYM
11182 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
11183 conftest$ac_exeext conftest.$ac_ext
11184 LIBS=$ac_check_soname_save_LIBS
11186 if test "x$ac_cv_lib_soname_Xcomposite" = "x"; then
11187 { $as_echo "$as_me:$LINENO: result: not found" >&5
11188 $as_echo "not found" >&6; }
11190 else
11191 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_Xcomposite" >&5
11192 $as_echo "$ac_cv_lib_soname_Xcomposite" >&6; }
11194 cat >>confdefs.h <<_ACEOF
11195 #define SONAME_LIBXCOMPOSITE "$ac_cv_lib_soname_Xcomposite"
11196 _ACEOF
11202 if test "x$ac_cv_lib_soname_Xcomposite" = "x"; then
11203 case "x$with_xcomposite" in
11204 x) wine_notices="$wine_notices|libxcomposite ${notice_platform}development files not found, Xcomposite won't be supported." ;;
11205 xno) ;;
11206 *) { { $as_echo "$as_me:$LINENO: error: libxcomposite ${notice_platform}development files not found, Xcomposite won't be supported.
11207 This is an error since --with-xcomposite was requested." >&5
11208 $as_echo "$as_me: error: libxcomposite ${notice_platform}development files not found, Xcomposite won't be supported.
11209 This is an error since --with-xcomposite was requested." >&2;}
11210 { (exit 1); exit 1; }; } ;;
11211 esac
11215 { $as_echo "$as_me:$LINENO: checking for XICCallback.callback" >&5
11216 $as_echo_n "checking for XICCallback.callback... " >&6; }
11217 if test "${ac_cv_member_XICCallback_callback+set}" = set; then
11218 $as_echo_n "(cached) " >&6
11219 else
11220 cat >conftest.$ac_ext <<_ACEOF
11221 /* confdefs.h. */
11222 _ACEOF
11223 cat confdefs.h >>conftest.$ac_ext
11224 cat >>conftest.$ac_ext <<_ACEOF
11225 /* end confdefs.h. */
11226 #ifdef HAVE_X11_XLIB_H
11227 #include <X11/Xlib.h>
11228 #endif
11231 main ()
11233 static XICCallback ac_aggr;
11234 if (ac_aggr.callback)
11235 return 0;
11237 return 0;
11239 _ACEOF
11240 rm -f conftest.$ac_objext
11241 if { (ac_try="$ac_compile"
11242 case "(($ac_try" in
11243 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11244 *) ac_try_echo=$ac_try;;
11245 esac
11246 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
11247 $as_echo "$ac_try_echo") >&5
11248 (eval "$ac_compile") 2>conftest.er1
11249 ac_status=$?
11250 grep -v '^ *+' conftest.er1 >conftest.err
11251 rm -f conftest.er1
11252 cat conftest.err >&5
11253 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
11254 (exit $ac_status); } && {
11255 test -z "$ac_c_werror_flag" ||
11256 test ! -s conftest.err
11257 } && test -s conftest.$ac_objext; then
11258 ac_cv_member_XICCallback_callback=yes
11259 else
11260 $as_echo "$as_me: failed program was:" >&5
11261 sed 's/^/| /' conftest.$ac_ext >&5
11263 cat >conftest.$ac_ext <<_ACEOF
11264 /* confdefs.h. */
11265 _ACEOF
11266 cat confdefs.h >>conftest.$ac_ext
11267 cat >>conftest.$ac_ext <<_ACEOF
11268 /* end confdefs.h. */
11269 #ifdef HAVE_X11_XLIB_H
11270 #include <X11/Xlib.h>
11271 #endif
11274 main ()
11276 static XICCallback ac_aggr;
11277 if (sizeof ac_aggr.callback)
11278 return 0;
11280 return 0;
11282 _ACEOF
11283 rm -f conftest.$ac_objext
11284 if { (ac_try="$ac_compile"
11285 case "(($ac_try" in
11286 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11287 *) ac_try_echo=$ac_try;;
11288 esac
11289 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
11290 $as_echo "$ac_try_echo") >&5
11291 (eval "$ac_compile") 2>conftest.er1
11292 ac_status=$?
11293 grep -v '^ *+' conftest.er1 >conftest.err
11294 rm -f conftest.er1
11295 cat conftest.err >&5
11296 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
11297 (exit $ac_status); } && {
11298 test -z "$ac_c_werror_flag" ||
11299 test ! -s conftest.err
11300 } && test -s conftest.$ac_objext; then
11301 ac_cv_member_XICCallback_callback=yes
11302 else
11303 $as_echo "$as_me: failed program was:" >&5
11304 sed 's/^/| /' conftest.$ac_ext >&5
11306 ac_cv_member_XICCallback_callback=no
11309 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11312 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11314 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_XICCallback_callback" >&5
11315 $as_echo "$ac_cv_member_XICCallback_callback" >&6; }
11316 if test "x$ac_cv_member_XICCallback_callback" = x""yes; then
11318 cat >>confdefs.h <<_ACEOF
11319 #define HAVE_XICCALLBACK_CALLBACK 1
11320 _ACEOF
11327 opengl_msg=""
11328 if test "x$with_opengl" != "xno"
11329 then
11333 for ac_header in GL/gl.h GL/glx.h GL/glu.h
11335 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
11336 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
11337 $as_echo_n "checking for $ac_header... " >&6; }
11338 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
11339 $as_echo_n "(cached) " >&6
11340 else
11341 cat >conftest.$ac_ext <<_ACEOF
11342 /* confdefs.h. */
11343 _ACEOF
11344 cat confdefs.h >>conftest.$ac_ext
11345 cat >>conftest.$ac_ext <<_ACEOF
11346 /* end confdefs.h. */
11347 #ifdef HAVE_GL_GLX_H
11348 # include <GL/glx.h>
11349 #endif
11351 #include <$ac_header>
11352 _ACEOF
11353 rm -f conftest.$ac_objext
11354 if { (ac_try="$ac_compile"
11355 case "(($ac_try" in
11356 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11357 *) ac_try_echo=$ac_try;;
11358 esac
11359 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
11360 $as_echo "$ac_try_echo") >&5
11361 (eval "$ac_compile") 2>conftest.er1
11362 ac_status=$?
11363 grep -v '^ *+' conftest.er1 >conftest.err
11364 rm -f conftest.er1
11365 cat conftest.err >&5
11366 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
11367 (exit $ac_status); } && {
11368 test -z "$ac_c_werror_flag" ||
11369 test ! -s conftest.err
11370 } && test -s conftest.$ac_objext; then
11371 eval "$as_ac_Header=yes"
11372 else
11373 $as_echo "$as_me: failed program was:" >&5
11374 sed 's/^/| /' conftest.$ac_ext >&5
11376 eval "$as_ac_Header=no"
11379 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11381 ac_res=`eval 'as_val=${'$as_ac_Header'}
11382 $as_echo "$as_val"'`
11383 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
11384 $as_echo "$ac_res" >&6; }
11385 as_val=`eval 'as_val=${'$as_ac_Header'}
11386 $as_echo "$as_val"'`
11387 if test "x$as_val" = x""yes; then
11388 cat >>confdefs.h <<_ACEOF
11389 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
11390 _ACEOF
11394 done
11396 if test "$ac_cv_header_GL_gl_h" = "yes" -a "$ac_cv_header_GL_glx_h" = "yes"
11397 then
11398 { $as_echo "$as_me:$LINENO: checking for up-to-date OpenGL version" >&5
11399 $as_echo_n "checking for up-to-date OpenGL version... " >&6; }
11400 if test "${wine_cv_opengl_header_version_OK+set}" = set; then
11401 $as_echo_n "(cached) " >&6
11402 else
11403 cat >conftest.$ac_ext <<_ACEOF
11404 /* confdefs.h. */
11405 _ACEOF
11406 cat confdefs.h >>conftest.$ac_ext
11407 cat >>conftest.$ac_ext <<_ACEOF
11408 /* end confdefs.h. */
11409 #include <GL/gl.h>
11411 main ()
11413 GLenum test = GL_UNSIGNED_SHORT_5_6_5;
11415 return 0;
11417 _ACEOF
11418 rm -f conftest.$ac_objext
11419 if { (ac_try="$ac_compile"
11420 case "(($ac_try" in
11421 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11422 *) ac_try_echo=$ac_try;;
11423 esac
11424 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
11425 $as_echo "$ac_try_echo") >&5
11426 (eval "$ac_compile") 2>conftest.er1
11427 ac_status=$?
11428 grep -v '^ *+' conftest.er1 >conftest.err
11429 rm -f conftest.er1
11430 cat conftest.err >&5
11431 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
11432 (exit $ac_status); } && {
11433 test -z "$ac_c_werror_flag" ||
11434 test ! -s conftest.err
11435 } && test -s conftest.$ac_objext; then
11436 wine_cv_opengl_header_version_OK="yes"
11437 else
11438 $as_echo "$as_me: failed program was:" >&5
11439 sed 's/^/| /' conftest.$ac_ext >&5
11441 wine_cv_opengl_header_version_OK="no"
11444 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11446 { $as_echo "$as_me:$LINENO: result: $wine_cv_opengl_header_version_OK" >&5
11447 $as_echo "$wine_cv_opengl_header_version_OK" >&6; }
11449 if test "$wine_cv_opengl_header_version_OK" = "yes"
11450 then
11451 { $as_echo "$as_me:$LINENO: checking for -lGL" >&5
11452 $as_echo_n "checking for -lGL... " >&6; }
11453 if test "${ac_cv_lib_soname_GL+set}" = set; then
11454 $as_echo_n "(cached) " >&6
11455 else
11456 ac_check_soname_save_LIBS=$LIBS
11457 LIBS="-lGL $X_LIBS -lXext -lX11 -lm $X_EXTRA_LIBS $LIBS"
11458 cat >conftest.$ac_ext <<_ACEOF
11459 /* confdefs.h. */
11460 _ACEOF
11461 cat confdefs.h >>conftest.$ac_ext
11462 cat >>conftest.$ac_ext <<_ACEOF
11463 /* end confdefs.h. */
11465 /* Override any GCC internal prototype to avoid an error.
11466 Use char because int might match the return type of a GCC
11467 builtin and then its argument prototype would still apply. */
11468 #ifdef __cplusplus
11469 extern "C"
11470 #endif
11471 char glXCreateContext ();
11473 main ()
11475 return glXCreateContext ();
11477 return 0;
11479 _ACEOF
11480 rm -f conftest.$ac_objext conftest$ac_exeext
11481 if { (ac_try="$ac_link"
11482 case "(($ac_try" in
11483 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11484 *) ac_try_echo=$ac_try;;
11485 esac
11486 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
11487 $as_echo "$ac_try_echo") >&5
11488 (eval "$ac_link") 2>conftest.er1
11489 ac_status=$?
11490 grep -v '^ *+' conftest.er1 >conftest.err
11491 rm -f conftest.er1
11492 cat conftest.err >&5
11493 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
11494 (exit $ac_status); } && {
11495 test -z "$ac_c_werror_flag" ||
11496 test ! -s conftest.err
11497 } && test -s conftest$ac_exeext && {
11498 test "$cross_compiling" = yes ||
11499 $as_test_x conftest$ac_exeext
11500 }; then
11501 case "$LIBEXT" in
11502 dll) ;;
11503 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'` ;;
11504 *) ac_cv_lib_soname_GL=`$ac_cv_path_LDD conftest$ac_exeext | grep "libGL\\.$LIBEXT" | sed -e "s/^.*\(libGL\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
11505 esac
11506 else
11507 $as_echo "$as_me: failed program was:" >&5
11508 sed 's/^/| /' conftest.$ac_ext >&5
11513 rm -rf conftest.dSYM
11514 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
11515 conftest$ac_exeext conftest.$ac_ext
11516 LIBS=$ac_check_soname_save_LIBS
11518 if test "x$ac_cv_lib_soname_GL" = "x"; then
11519 { $as_echo "$as_me:$LINENO: result: not found" >&5
11520 $as_echo "not found" >&6; }
11521 { $as_echo "$as_me:$LINENO: checking for -lGL" >&5
11522 $as_echo_n "checking for -lGL... " >&6; }
11523 if test "${ac_cv_lib_soname_GL+set}" = set; then
11524 $as_echo_n "(cached) " >&6
11525 else
11526 ac_check_soname_save_LIBS=$LIBS
11527 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"
11528 cat >conftest.$ac_ext <<_ACEOF
11529 /* confdefs.h. */
11530 _ACEOF
11531 cat confdefs.h >>conftest.$ac_ext
11532 cat >>conftest.$ac_ext <<_ACEOF
11533 /* end confdefs.h. */
11535 /* Override any GCC internal prototype to avoid an error.
11536 Use char because int might match the return type of a GCC
11537 builtin and then its argument prototype would still apply. */
11538 #ifdef __cplusplus
11539 extern "C"
11540 #endif
11541 char glXCreateContext ();
11543 main ()
11545 return glXCreateContext ();
11547 return 0;
11549 _ACEOF
11550 rm -f conftest.$ac_objext conftest$ac_exeext
11551 if { (ac_try="$ac_link"
11552 case "(($ac_try" in
11553 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11554 *) ac_try_echo=$ac_try;;
11555 esac
11556 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
11557 $as_echo "$ac_try_echo") >&5
11558 (eval "$ac_link") 2>conftest.er1
11559 ac_status=$?
11560 grep -v '^ *+' conftest.er1 >conftest.err
11561 rm -f conftest.er1
11562 cat conftest.err >&5
11563 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
11564 (exit $ac_status); } && {
11565 test -z "$ac_c_werror_flag" ||
11566 test ! -s conftest.err
11567 } && test -s conftest$ac_exeext && {
11568 test "$cross_compiling" = yes ||
11569 $as_test_x conftest$ac_exeext
11570 }; then
11571 case "$LIBEXT" in
11572 dll) ;;
11573 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'` ;;
11574 *) ac_cv_lib_soname_GL=`$ac_cv_path_LDD conftest$ac_exeext | grep "libGL\\.$LIBEXT" | sed -e "s/^.*\(libGL\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
11575 esac
11576 else
11577 $as_echo "$as_me: failed program was:" >&5
11578 sed 's/^/| /' conftest.$ac_ext >&5
11583 rm -rf conftest.dSYM
11584 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
11585 conftest$ac_exeext conftest.$ac_ext
11586 LIBS=$ac_check_soname_save_LIBS
11588 if test "x$ac_cv_lib_soname_GL" = "x"; then
11589 { $as_echo "$as_me:$LINENO: result: not found" >&5
11590 $as_echo "not found" >&6; }
11591 if test -f /usr/X11R6/lib/libGL.a
11592 then
11593 opengl_msg="/usr/X11R6/lib/libGL.a is present on your system.
11594 This probably prevents linking to OpenGL. Try deleting the file and restarting configure."
11595 else
11596 opengl_msg="No OpenGL library found on this system."
11598 else
11599 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_GL" >&5
11600 $as_echo "$ac_cv_lib_soname_GL" >&6; }
11602 cat >>confdefs.h <<_ACEOF
11603 #define SONAME_LIBGL "$ac_cv_lib_soname_GL"
11604 _ACEOF
11606 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"
11608 cat >>confdefs.h <<\_ACEOF
11609 #define HAVE_OPENGL 1
11610 _ACEOF
11614 else
11615 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_GL" >&5
11616 $as_echo "$ac_cv_lib_soname_GL" >&6; }
11618 cat >>confdefs.h <<_ACEOF
11619 #define SONAME_LIBGL "$ac_cv_lib_soname_GL"
11620 _ACEOF
11622 OPENGL_LIBS="-lGL"
11624 cat >>confdefs.h <<\_ACEOF
11625 #define HAVE_OPENGL 1
11626 _ACEOF
11630 if test "$ac_cv_header_GL_glu_h" = "yes"
11631 then
11632 { $as_echo "$as_me:$LINENO: checking for -lGLU" >&5
11633 $as_echo_n "checking for -lGLU... " >&6; }
11634 if test "${ac_cv_lib_soname_GLU+set}" = set; then
11635 $as_echo_n "(cached) " >&6
11636 else
11637 ac_check_soname_save_LIBS=$LIBS
11638 LIBS="-lGLU $OPENGL_LIBS $X_LIBS $X_PRE_LIBS -lXext -lX11 -lm $X_EXTRA_LIBS $LIBS"
11639 cat >conftest.$ac_ext <<_ACEOF
11640 /* confdefs.h. */
11641 _ACEOF
11642 cat confdefs.h >>conftest.$ac_ext
11643 cat >>conftest.$ac_ext <<_ACEOF
11644 /* end confdefs.h. */
11646 /* Override any GCC internal prototype to avoid an error.
11647 Use char because int might match the return type of a GCC
11648 builtin and then its argument prototype would still apply. */
11649 #ifdef __cplusplus
11650 extern "C"
11651 #endif
11652 char gluLookAt ();
11654 main ()
11656 return gluLookAt ();
11658 return 0;
11660 _ACEOF
11661 rm -f conftest.$ac_objext conftest$ac_exeext
11662 if { (ac_try="$ac_link"
11663 case "(($ac_try" in
11664 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11665 *) ac_try_echo=$ac_try;;
11666 esac
11667 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
11668 $as_echo "$ac_try_echo") >&5
11669 (eval "$ac_link") 2>conftest.er1
11670 ac_status=$?
11671 grep -v '^ *+' conftest.er1 >conftest.err
11672 rm -f conftest.er1
11673 cat conftest.err >&5
11674 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
11675 (exit $ac_status); } && {
11676 test -z "$ac_c_werror_flag" ||
11677 test ! -s conftest.err
11678 } && test -s conftest$ac_exeext && {
11679 test "$cross_compiling" = yes ||
11680 $as_test_x conftest$ac_exeext
11681 }; then
11682 case "$LIBEXT" in
11683 dll) ;;
11684 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'` ;;
11685 *) ac_cv_lib_soname_GLU=`$ac_cv_path_LDD conftest$ac_exeext | grep "libGLU\\.$LIBEXT" | sed -e "s/^.*\(libGLU\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
11686 esac
11687 else
11688 $as_echo "$as_me: failed program was:" >&5
11689 sed 's/^/| /' conftest.$ac_ext >&5
11694 rm -rf conftest.dSYM
11695 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
11696 conftest$ac_exeext conftest.$ac_ext
11697 LIBS=$ac_check_soname_save_LIBS
11699 if test "x$ac_cv_lib_soname_GLU" = "x"; then
11700 { $as_echo "$as_me:$LINENO: result: not found" >&5
11701 $as_echo "not found" >&6; }
11703 else
11704 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_GLU" >&5
11705 $as_echo "$ac_cv_lib_soname_GLU" >&6; }
11707 cat >>confdefs.h <<_ACEOF
11708 #define SONAME_LIBGLU "$ac_cv_lib_soname_GLU"
11709 _ACEOF
11715 if test "x$ac_cv_lib_soname_GLU" = "x"; then
11716 case "x$with_glu" in
11717 x) wine_notices="$wine_notices|libGLU ${notice_platform}development files not found, GLU won't be supported." ;;
11718 xno) ;;
11719 *) { { $as_echo "$as_me:$LINENO: error: libGLU ${notice_platform}development files not found, GLU won't be supported.
11720 This is an error since --with-glu was requested." >&5
11721 $as_echo "$as_me: error: libGLU ${notice_platform}development files not found, GLU won't be supported.
11722 This is an error since --with-glu was requested." >&2;}
11723 { (exit 1); exit 1; }; } ;;
11724 esac
11727 else
11728 opengl_msg="Old Mesa headers detected. Consider upgrading your Mesa libraries."
11730 else
11731 opengl_msg="OpenGL development headers not found."
11733 test -n "$opengl_msg" && enable_opengl32=${enable_opengl32:-no}
11734 test "x$ac_cv_lib_soname_GLU" = "x" && enable_glu32=${enable_glu32:-no}
11735 else
11736 enable_opengl32=${enable_opengl32:-no}
11737 enable_glu32=${enable_glu32:-no}
11739 if test -n "$opengl_msg"; then
11740 case "x$with_opengl" in
11741 x) wine_warnings="$wine_warnings|$opengl_msg
11742 OpenGL and Direct3D won't be supported." ;;
11743 xno) ;;
11744 *) { { $as_echo "$as_me:$LINENO: error: $opengl_msg
11745 OpenGL and Direct3D won't be supported.
11746 This is an error since --with-opengl was requested." >&5
11747 $as_echo "$as_me: error: $opengl_msg
11748 OpenGL and Direct3D won't be supported.
11749 This is an error since --with-opengl was requested." >&2;}
11750 { (exit 1); exit 1; }; } ;;
11751 esac
11755 NASLIBS=""
11758 for ac_header in audio/audiolib.h
11760 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
11761 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
11762 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
11763 $as_echo_n "checking for $ac_header... " >&6; }
11764 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
11765 $as_echo_n "(cached) " >&6
11767 ac_res=`eval 'as_val=${'$as_ac_Header'}
11768 $as_echo "$as_val"'`
11769 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
11770 $as_echo "$ac_res" >&6; }
11771 else
11772 # Is the header compilable?
11773 { $as_echo "$as_me:$LINENO: checking $ac_header usability" >&5
11774 $as_echo_n "checking $ac_header usability... " >&6; }
11775 cat >conftest.$ac_ext <<_ACEOF
11776 /* confdefs.h. */
11777 _ACEOF
11778 cat confdefs.h >>conftest.$ac_ext
11779 cat >>conftest.$ac_ext <<_ACEOF
11780 /* end confdefs.h. */
11781 $ac_includes_default
11782 #include <$ac_header>
11783 _ACEOF
11784 rm -f conftest.$ac_objext
11785 if { (ac_try="$ac_compile"
11786 case "(($ac_try" in
11787 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11788 *) ac_try_echo=$ac_try;;
11789 esac
11790 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
11791 $as_echo "$ac_try_echo") >&5
11792 (eval "$ac_compile") 2>conftest.er1
11793 ac_status=$?
11794 grep -v '^ *+' conftest.er1 >conftest.err
11795 rm -f conftest.er1
11796 cat conftest.err >&5
11797 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
11798 (exit $ac_status); } && {
11799 test -z "$ac_c_werror_flag" ||
11800 test ! -s conftest.err
11801 } && test -s conftest.$ac_objext; then
11802 ac_header_compiler=yes
11803 else
11804 $as_echo "$as_me: failed program was:" >&5
11805 sed 's/^/| /' conftest.$ac_ext >&5
11807 ac_header_compiler=no
11810 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11811 { $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
11812 $as_echo "$ac_header_compiler" >&6; }
11814 # Is the header present?
11815 { $as_echo "$as_me:$LINENO: checking $ac_header presence" >&5
11816 $as_echo_n "checking $ac_header presence... " >&6; }
11817 cat >conftest.$ac_ext <<_ACEOF
11818 /* confdefs.h. */
11819 _ACEOF
11820 cat confdefs.h >>conftest.$ac_ext
11821 cat >>conftest.$ac_ext <<_ACEOF
11822 /* end confdefs.h. */
11823 #include <$ac_header>
11824 _ACEOF
11825 if { (ac_try="$ac_cpp conftest.$ac_ext"
11826 case "(($ac_try" in
11827 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11828 *) ac_try_echo=$ac_try;;
11829 esac
11830 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
11831 $as_echo "$ac_try_echo") >&5
11832 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
11833 ac_status=$?
11834 grep -v '^ *+' conftest.er1 >conftest.err
11835 rm -f conftest.er1
11836 cat conftest.err >&5
11837 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
11838 (exit $ac_status); } >/dev/null && {
11839 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
11840 test ! -s conftest.err
11841 }; then
11842 ac_header_preproc=yes
11843 else
11844 $as_echo "$as_me: failed program was:" >&5
11845 sed 's/^/| /' conftest.$ac_ext >&5
11847 ac_header_preproc=no
11850 rm -f conftest.err conftest.$ac_ext
11851 { $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
11852 $as_echo "$ac_header_preproc" >&6; }
11854 # So? What about this header?
11855 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
11856 yes:no: )
11857 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
11858 $as_echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
11859 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
11860 $as_echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
11861 ac_header_preproc=yes
11863 no:yes:* )
11864 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
11865 $as_echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
11866 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
11867 $as_echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
11868 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
11869 $as_echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
11870 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
11871 $as_echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
11872 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
11873 $as_echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
11874 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
11875 $as_echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
11876 ( cat <<\_ASBOX
11877 ## ------------------------------------ ##
11878 ## Report this to wine-devel@winehq.org ##
11879 ## ------------------------------------ ##
11880 _ASBOX
11881 ) | sed "s/^/$as_me: WARNING: /" >&2
11883 esac
11884 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
11885 $as_echo_n "checking for $ac_header... " >&6; }
11886 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
11887 $as_echo_n "(cached) " >&6
11888 else
11889 eval "$as_ac_Header=\$ac_header_preproc"
11891 ac_res=`eval 'as_val=${'$as_ac_Header'}
11892 $as_echo "$as_val"'`
11893 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
11894 $as_echo "$ac_res" >&6; }
11897 as_val=`eval 'as_val=${'$as_ac_Header'}
11898 $as_echo "$as_val"'`
11899 if test "x$as_val" = x""yes; then
11900 cat >>confdefs.h <<_ACEOF
11901 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
11902 _ACEOF
11904 for ac_header in audio/soundlib.h
11906 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
11907 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
11908 $as_echo_n "checking for $ac_header... " >&6; }
11909 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
11910 $as_echo_n "(cached) " >&6
11911 else
11912 cat >conftest.$ac_ext <<_ACEOF
11913 /* confdefs.h. */
11914 _ACEOF
11915 cat confdefs.h >>conftest.$ac_ext
11916 cat >>conftest.$ac_ext <<_ACEOF
11917 /* end confdefs.h. */
11918 #include <audio/audiolib.h>
11920 #include <$ac_header>
11921 _ACEOF
11922 rm -f conftest.$ac_objext
11923 if { (ac_try="$ac_compile"
11924 case "(($ac_try" in
11925 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11926 *) ac_try_echo=$ac_try;;
11927 esac
11928 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
11929 $as_echo "$ac_try_echo") >&5
11930 (eval "$ac_compile") 2>conftest.er1
11931 ac_status=$?
11932 grep -v '^ *+' conftest.er1 >conftest.err
11933 rm -f conftest.er1
11934 cat conftest.err >&5
11935 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
11936 (exit $ac_status); } && {
11937 test -z "$ac_c_werror_flag" ||
11938 test ! -s conftest.err
11939 } && test -s conftest.$ac_objext; then
11940 eval "$as_ac_Header=yes"
11941 else
11942 $as_echo "$as_me: failed program was:" >&5
11943 sed 's/^/| /' conftest.$ac_ext >&5
11945 eval "$as_ac_Header=no"
11948 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11950 ac_res=`eval 'as_val=${'$as_ac_Header'}
11951 $as_echo "$as_val"'`
11952 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
11953 $as_echo "$ac_res" >&6; }
11954 as_val=`eval 'as_val=${'$as_ac_Header'}
11955 $as_echo "$as_val"'`
11956 if test "x$as_val" = x""yes; then
11957 cat >>confdefs.h <<_ACEOF
11958 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
11959 _ACEOF
11963 done
11965 { $as_echo "$as_me:$LINENO: checking for AuCreateFlow in -laudio" >&5
11966 $as_echo_n "checking for AuCreateFlow in -laudio... " >&6; }
11967 if test "${ac_cv_lib_audio_AuCreateFlow+set}" = set; then
11968 $as_echo_n "(cached) " >&6
11969 else
11970 ac_check_lib_save_LIBS=$LIBS
11971 LIBS="-laudio -lXt $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
11972 cat >conftest.$ac_ext <<_ACEOF
11973 /* confdefs.h. */
11974 _ACEOF
11975 cat confdefs.h >>conftest.$ac_ext
11976 cat >>conftest.$ac_ext <<_ACEOF
11977 /* end confdefs.h. */
11979 /* Override any GCC internal prototype to avoid an error.
11980 Use char because int might match the return type of a GCC
11981 builtin and then its argument prototype would still apply. */
11982 #ifdef __cplusplus
11983 extern "C"
11984 #endif
11985 char AuCreateFlow ();
11987 main ()
11989 return AuCreateFlow ();
11991 return 0;
11993 _ACEOF
11994 rm -f conftest.$ac_objext conftest$ac_exeext
11995 if { (ac_try="$ac_link"
11996 case "(($ac_try" in
11997 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11998 *) ac_try_echo=$ac_try;;
11999 esac
12000 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
12001 $as_echo "$ac_try_echo") >&5
12002 (eval "$ac_link") 2>conftest.er1
12003 ac_status=$?
12004 grep -v '^ *+' conftest.er1 >conftest.err
12005 rm -f conftest.er1
12006 cat conftest.err >&5
12007 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
12008 (exit $ac_status); } && {
12009 test -z "$ac_c_werror_flag" ||
12010 test ! -s conftest.err
12011 } && test -s conftest$ac_exeext && {
12012 test "$cross_compiling" = yes ||
12013 $as_test_x conftest$ac_exeext
12014 }; then
12015 ac_cv_lib_audio_AuCreateFlow=yes
12016 else
12017 $as_echo "$as_me: failed program was:" >&5
12018 sed 's/^/| /' conftest.$ac_ext >&5
12020 ac_cv_lib_audio_AuCreateFlow=no
12023 rm -rf conftest.dSYM
12024 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
12025 conftest$ac_exeext conftest.$ac_ext
12026 LIBS=$ac_check_lib_save_LIBS
12028 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_audio_AuCreateFlow" >&5
12029 $as_echo "$ac_cv_lib_audio_AuCreateFlow" >&6; }
12030 if test "x$ac_cv_lib_audio_AuCreateFlow" = x""yes; then
12032 cat >>confdefs.h <<\_ACEOF
12033 #define HAVE_NAS 1
12034 _ACEOF
12036 { $as_echo "$as_me:$LINENO: checking for XauGetBestAuthByAddr in -lXau" >&5
12037 $as_echo_n "checking for XauGetBestAuthByAddr in -lXau... " >&6; }
12038 if test "${ac_cv_lib_Xau_XauGetBestAuthByAddr+set}" = set; then
12039 $as_echo_n "(cached) " >&6
12040 else
12041 ac_check_lib_save_LIBS=$LIBS
12042 LIBS="-lXau $X_LIBS $LIBS"
12043 cat >conftest.$ac_ext <<_ACEOF
12044 /* confdefs.h. */
12045 _ACEOF
12046 cat confdefs.h >>conftest.$ac_ext
12047 cat >>conftest.$ac_ext <<_ACEOF
12048 /* end confdefs.h. */
12050 /* Override any GCC internal prototype to avoid an error.
12051 Use char because int might match the return type of a GCC
12052 builtin and then its argument prototype would still apply. */
12053 #ifdef __cplusplus
12054 extern "C"
12055 #endif
12056 char XauGetBestAuthByAddr ();
12058 main ()
12060 return XauGetBestAuthByAddr ();
12062 return 0;
12064 _ACEOF
12065 rm -f conftest.$ac_objext conftest$ac_exeext
12066 if { (ac_try="$ac_link"
12067 case "(($ac_try" in
12068 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12069 *) ac_try_echo=$ac_try;;
12070 esac
12071 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
12072 $as_echo "$ac_try_echo") >&5
12073 (eval "$ac_link") 2>conftest.er1
12074 ac_status=$?
12075 grep -v '^ *+' conftest.er1 >conftest.err
12076 rm -f conftest.er1
12077 cat conftest.err >&5
12078 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
12079 (exit $ac_status); } && {
12080 test -z "$ac_c_werror_flag" ||
12081 test ! -s conftest.err
12082 } && test -s conftest$ac_exeext && {
12083 test "$cross_compiling" = yes ||
12084 $as_test_x conftest$ac_exeext
12085 }; then
12086 ac_cv_lib_Xau_XauGetBestAuthByAddr=yes
12087 else
12088 $as_echo "$as_me: failed program was:" >&5
12089 sed 's/^/| /' conftest.$ac_ext >&5
12091 ac_cv_lib_Xau_XauGetBestAuthByAddr=no
12094 rm -rf conftest.dSYM
12095 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
12096 conftest$ac_exeext conftest.$ac_ext
12097 LIBS=$ac_check_lib_save_LIBS
12099 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_Xau_XauGetBestAuthByAddr" >&5
12100 $as_echo "$ac_cv_lib_Xau_XauGetBestAuthByAddr" >&6; }
12101 if test "x$ac_cv_lib_Xau_XauGetBestAuthByAddr" = x""yes; then
12102 NASLIBS="-lXau -laudio -lXt $X_LIBS -lXext -lX11 $X_EXTRA_LIBS"
12103 else
12104 NASLIBS="-laudio -lXt $X_LIBS -lXext -lX11 $X_EXTRA_LIBS"
12112 done
12115 CPPFLAGS="$ac_save_CPPFLAGS"
12116 else
12117 XLIB=""
12118 X_CFLAGS=""
12119 X_LIBS=""
12120 enable_winex11_drv=${enable_winex11_drv:-no}
12121 enable_opengl32=${enable_opengl32:-no}
12122 enable_glu32=${enable_glu32:-no}
12124 if test "x$XLIB" = "x"; then
12125 case "x$with_x" in
12126 xno) ;;
12127 *) { { $as_echo "$as_me:$LINENO: error: X ${notice_platform}development files not found. Wine will be built
12128 without X support, which probably isn't what you want. You will need to install
12129 ${notice_platform}development packages of Xlib/Xfree86 at the very least.
12130 Use the --without-x option if you really want this." >&5
12131 $as_echo "$as_me: error: X ${notice_platform}development files not found. Wine will be built
12132 without X support, which probably isn't what you want. You will need to install
12133 ${notice_platform}development packages of Xlib/Xfree86 at the very least.
12134 Use the --without-x option if you really want this." >&2;}
12135 { (exit 1); exit 1; }; } ;;
12136 esac
12141 XML2LIBS=""
12143 XML2INCL=""
12145 XSLTINCL=""
12147 if test "x$with_xml" != "xno"
12148 then
12149 ac_save_CPPFLAGS="$CPPFLAGS"
12150 if test "$PKG_CONFIG" != "false"
12151 then
12152 ac_xml_libs="`$PKG_CONFIG --libs libxml-2.0 2>/dev/null`"
12153 ac_xml_cflags="`$PKG_CONFIG --cflags libxml-2.0 2>/dev/null`"
12154 else
12155 ac_xml_libs="`xml2-config --libs 2>/dev/null`"
12156 ac_xml_cflags="`xml2-config --cflags 2>/dev/null`"
12158 CPPFLAGS="$CPPFLAGS $ac_xml_cflags"
12160 for ac_header in libxml/parser.h
12162 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
12163 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
12164 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
12165 $as_echo_n "checking for $ac_header... " >&6; }
12166 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
12167 $as_echo_n "(cached) " >&6
12169 ac_res=`eval 'as_val=${'$as_ac_Header'}
12170 $as_echo "$as_val"'`
12171 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
12172 $as_echo "$ac_res" >&6; }
12173 else
12174 # Is the header compilable?
12175 { $as_echo "$as_me:$LINENO: checking $ac_header usability" >&5
12176 $as_echo_n "checking $ac_header usability... " >&6; }
12177 cat >conftest.$ac_ext <<_ACEOF
12178 /* confdefs.h. */
12179 _ACEOF
12180 cat confdefs.h >>conftest.$ac_ext
12181 cat >>conftest.$ac_ext <<_ACEOF
12182 /* end confdefs.h. */
12183 $ac_includes_default
12184 #include <$ac_header>
12185 _ACEOF
12186 rm -f conftest.$ac_objext
12187 if { (ac_try="$ac_compile"
12188 case "(($ac_try" in
12189 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12190 *) ac_try_echo=$ac_try;;
12191 esac
12192 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
12193 $as_echo "$ac_try_echo") >&5
12194 (eval "$ac_compile") 2>conftest.er1
12195 ac_status=$?
12196 grep -v '^ *+' conftest.er1 >conftest.err
12197 rm -f conftest.er1
12198 cat conftest.err >&5
12199 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
12200 (exit $ac_status); } && {
12201 test -z "$ac_c_werror_flag" ||
12202 test ! -s conftest.err
12203 } && test -s conftest.$ac_objext; then
12204 ac_header_compiler=yes
12205 else
12206 $as_echo "$as_me: failed program was:" >&5
12207 sed 's/^/| /' conftest.$ac_ext >&5
12209 ac_header_compiler=no
12212 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
12213 { $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
12214 $as_echo "$ac_header_compiler" >&6; }
12216 # Is the header present?
12217 { $as_echo "$as_me:$LINENO: checking $ac_header presence" >&5
12218 $as_echo_n "checking $ac_header presence... " >&6; }
12219 cat >conftest.$ac_ext <<_ACEOF
12220 /* confdefs.h. */
12221 _ACEOF
12222 cat confdefs.h >>conftest.$ac_ext
12223 cat >>conftest.$ac_ext <<_ACEOF
12224 /* end confdefs.h. */
12225 #include <$ac_header>
12226 _ACEOF
12227 if { (ac_try="$ac_cpp conftest.$ac_ext"
12228 case "(($ac_try" in
12229 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12230 *) ac_try_echo=$ac_try;;
12231 esac
12232 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
12233 $as_echo "$ac_try_echo") >&5
12234 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
12235 ac_status=$?
12236 grep -v '^ *+' conftest.er1 >conftest.err
12237 rm -f conftest.er1
12238 cat conftest.err >&5
12239 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
12240 (exit $ac_status); } >/dev/null && {
12241 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
12242 test ! -s conftest.err
12243 }; then
12244 ac_header_preproc=yes
12245 else
12246 $as_echo "$as_me: failed program was:" >&5
12247 sed 's/^/| /' conftest.$ac_ext >&5
12249 ac_header_preproc=no
12252 rm -f conftest.err conftest.$ac_ext
12253 { $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
12254 $as_echo "$ac_header_preproc" >&6; }
12256 # So? What about this header?
12257 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
12258 yes:no: )
12259 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
12260 $as_echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
12261 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
12262 $as_echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
12263 ac_header_preproc=yes
12265 no:yes:* )
12266 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
12267 $as_echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
12268 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
12269 $as_echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
12270 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
12271 $as_echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
12272 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
12273 $as_echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
12274 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
12275 $as_echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
12276 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
12277 $as_echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
12278 ( cat <<\_ASBOX
12279 ## ------------------------------------ ##
12280 ## Report this to wine-devel@winehq.org ##
12281 ## ------------------------------------ ##
12282 _ASBOX
12283 ) | sed "s/^/$as_me: WARNING: /" >&2
12285 esac
12286 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
12287 $as_echo_n "checking for $ac_header... " >&6; }
12288 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
12289 $as_echo_n "(cached) " >&6
12290 else
12291 eval "$as_ac_Header=\$ac_header_preproc"
12293 ac_res=`eval 'as_val=${'$as_ac_Header'}
12294 $as_echo "$as_val"'`
12295 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
12296 $as_echo "$ac_res" >&6; }
12299 as_val=`eval 'as_val=${'$as_ac_Header'}
12300 $as_echo "$as_val"'`
12301 if test "x$as_val" = x""yes; then
12302 cat >>confdefs.h <<_ACEOF
12303 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
12304 _ACEOF
12305 { $as_echo "$as_me:$LINENO: checking for xmlParseMemory in -lxml2" >&5
12306 $as_echo_n "checking for xmlParseMemory in -lxml2... " >&6; }
12307 if test "${ac_cv_lib_xml2_xmlParseMemory+set}" = set; then
12308 $as_echo_n "(cached) " >&6
12309 else
12310 ac_check_lib_save_LIBS=$LIBS
12311 LIBS="-lxml2 $ac_xml_libs $LIBS"
12312 cat >conftest.$ac_ext <<_ACEOF
12313 /* confdefs.h. */
12314 _ACEOF
12315 cat confdefs.h >>conftest.$ac_ext
12316 cat >>conftest.$ac_ext <<_ACEOF
12317 /* end confdefs.h. */
12319 /* Override any GCC internal prototype to avoid an error.
12320 Use char because int might match the return type of a GCC
12321 builtin and then its argument prototype would still apply. */
12322 #ifdef __cplusplus
12323 extern "C"
12324 #endif
12325 char xmlParseMemory ();
12327 main ()
12329 return xmlParseMemory ();
12331 return 0;
12333 _ACEOF
12334 rm -f conftest.$ac_objext conftest$ac_exeext
12335 if { (ac_try="$ac_link"
12336 case "(($ac_try" in
12337 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12338 *) ac_try_echo=$ac_try;;
12339 esac
12340 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
12341 $as_echo "$ac_try_echo") >&5
12342 (eval "$ac_link") 2>conftest.er1
12343 ac_status=$?
12344 grep -v '^ *+' conftest.er1 >conftest.err
12345 rm -f conftest.er1
12346 cat conftest.err >&5
12347 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
12348 (exit $ac_status); } && {
12349 test -z "$ac_c_werror_flag" ||
12350 test ! -s conftest.err
12351 } && test -s conftest$ac_exeext && {
12352 test "$cross_compiling" = yes ||
12353 $as_test_x conftest$ac_exeext
12354 }; then
12355 ac_cv_lib_xml2_xmlParseMemory=yes
12356 else
12357 $as_echo "$as_me: failed program was:" >&5
12358 sed 's/^/| /' conftest.$ac_ext >&5
12360 ac_cv_lib_xml2_xmlParseMemory=no
12363 rm -rf conftest.dSYM
12364 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
12365 conftest$ac_exeext conftest.$ac_ext
12366 LIBS=$ac_check_lib_save_LIBS
12368 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_xml2_xmlParseMemory" >&5
12369 $as_echo "$ac_cv_lib_xml2_xmlParseMemory" >&6; }
12370 if test "x$ac_cv_lib_xml2_xmlParseMemory" = x""yes; then
12372 cat >>confdefs.h <<\_ACEOF
12373 #define HAVE_LIBXML2 1
12374 _ACEOF
12376 XML2LIBS="$ac_xml_libs"
12377 XML2INCL="$ac_xml_cflags"
12380 { $as_echo "$as_me:$LINENO: checking for xmlReadMemory in -lxml2" >&5
12381 $as_echo_n "checking for xmlReadMemory in -lxml2... " >&6; }
12382 if test "${ac_cv_lib_xml2_xmlReadMemory+set}" = set; then
12383 $as_echo_n "(cached) " >&6
12384 else
12385 ac_check_lib_save_LIBS=$LIBS
12386 LIBS="-lxml2 $ac_xml_libs $LIBS"
12387 cat >conftest.$ac_ext <<_ACEOF
12388 /* confdefs.h. */
12389 _ACEOF
12390 cat confdefs.h >>conftest.$ac_ext
12391 cat >>conftest.$ac_ext <<_ACEOF
12392 /* end confdefs.h. */
12394 /* Override any GCC internal prototype to avoid an error.
12395 Use char because int might match the return type of a GCC
12396 builtin and then its argument prototype would still apply. */
12397 #ifdef __cplusplus
12398 extern "C"
12399 #endif
12400 char xmlReadMemory ();
12402 main ()
12404 return xmlReadMemory ();
12406 return 0;
12408 _ACEOF
12409 rm -f conftest.$ac_objext conftest$ac_exeext
12410 if { (ac_try="$ac_link"
12411 case "(($ac_try" in
12412 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12413 *) ac_try_echo=$ac_try;;
12414 esac
12415 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
12416 $as_echo "$ac_try_echo") >&5
12417 (eval "$ac_link") 2>conftest.er1
12418 ac_status=$?
12419 grep -v '^ *+' conftest.er1 >conftest.err
12420 rm -f conftest.er1
12421 cat conftest.err >&5
12422 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
12423 (exit $ac_status); } && {
12424 test -z "$ac_c_werror_flag" ||
12425 test ! -s conftest.err
12426 } && test -s conftest$ac_exeext && {
12427 test "$cross_compiling" = yes ||
12428 $as_test_x conftest$ac_exeext
12429 }; then
12430 ac_cv_lib_xml2_xmlReadMemory=yes
12431 else
12432 $as_echo "$as_me: failed program was:" >&5
12433 sed 's/^/| /' conftest.$ac_ext >&5
12435 ac_cv_lib_xml2_xmlReadMemory=no
12438 rm -rf conftest.dSYM
12439 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
12440 conftest$ac_exeext conftest.$ac_ext
12441 LIBS=$ac_check_lib_save_LIBS
12443 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_xml2_xmlReadMemory" >&5
12444 $as_echo "$ac_cv_lib_xml2_xmlReadMemory" >&6; }
12445 if test "x$ac_cv_lib_xml2_xmlReadMemory" = x""yes; then
12447 cat >>confdefs.h <<\_ACEOF
12448 #define HAVE_XMLREADMEMORY 1
12449 _ACEOF
12453 { $as_echo "$as_me:$LINENO: checking for xmlNewDocPI in -lxml2" >&5
12454 $as_echo_n "checking for xmlNewDocPI in -lxml2... " >&6; }
12455 if test "${ac_cv_lib_xml2_xmlNewDocPI+set}" = set; then
12456 $as_echo_n "(cached) " >&6
12457 else
12458 ac_check_lib_save_LIBS=$LIBS
12459 LIBS="-lxml2 $ac_xml_libs $LIBS"
12460 cat >conftest.$ac_ext <<_ACEOF
12461 /* confdefs.h. */
12462 _ACEOF
12463 cat confdefs.h >>conftest.$ac_ext
12464 cat >>conftest.$ac_ext <<_ACEOF
12465 /* end confdefs.h. */
12467 /* Override any GCC internal prototype to avoid an error.
12468 Use char because int might match the return type of a GCC
12469 builtin and then its argument prototype would still apply. */
12470 #ifdef __cplusplus
12471 extern "C"
12472 #endif
12473 char xmlNewDocPI ();
12475 main ()
12477 return xmlNewDocPI ();
12479 return 0;
12481 _ACEOF
12482 rm -f conftest.$ac_objext conftest$ac_exeext
12483 if { (ac_try="$ac_link"
12484 case "(($ac_try" in
12485 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12486 *) ac_try_echo=$ac_try;;
12487 esac
12488 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
12489 $as_echo "$ac_try_echo") >&5
12490 (eval "$ac_link") 2>conftest.er1
12491 ac_status=$?
12492 grep -v '^ *+' conftest.er1 >conftest.err
12493 rm -f conftest.er1
12494 cat conftest.err >&5
12495 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
12496 (exit $ac_status); } && {
12497 test -z "$ac_c_werror_flag" ||
12498 test ! -s conftest.err
12499 } && test -s conftest$ac_exeext && {
12500 test "$cross_compiling" = yes ||
12501 $as_test_x conftest$ac_exeext
12502 }; then
12503 ac_cv_lib_xml2_xmlNewDocPI=yes
12504 else
12505 $as_echo "$as_me: failed program was:" >&5
12506 sed 's/^/| /' conftest.$ac_ext >&5
12508 ac_cv_lib_xml2_xmlNewDocPI=no
12511 rm -rf conftest.dSYM
12512 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
12513 conftest$ac_exeext conftest.$ac_ext
12514 LIBS=$ac_check_lib_save_LIBS
12516 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_xml2_xmlNewDocPI" >&5
12517 $as_echo "$ac_cv_lib_xml2_xmlNewDocPI" >&6; }
12518 if test "x$ac_cv_lib_xml2_xmlNewDocPI" = x""yes; then
12520 cat >>confdefs.h <<\_ACEOF
12521 #define HAVE_XMLNEWDOCPI 1
12522 _ACEOF
12529 done
12531 CPPFLAGS="$ac_save_CPPFLAGS"
12533 if test "$ac_cv_lib_xml2_xmlParseMemory" != "yes"; then
12534 case "x$with_xml" in
12535 x) wine_warnings="$wine_warnings|libxml2 ${notice_platform}development files not found, XML won't be supported." ;;
12536 xno) ;;
12537 *) { { $as_echo "$as_me:$LINENO: error: libxml2 ${notice_platform}development files not found, XML won't be supported.
12538 This is an error since --with-xml was requested." >&5
12539 $as_echo "$as_me: error: libxml2 ${notice_platform}development files not found, XML won't be supported.
12540 This is an error since --with-xml was requested." >&2;}
12541 { (exit 1); exit 1; }; } ;;
12542 esac
12546 if test "x$with_xslt" != "xno"
12547 then
12548 if test "$PKG_CONFIG" != "false"
12549 then
12550 ac_xslt_libs="`$PKG_CONFIG --libs libxslt 2>/dev/null`"
12551 ac_xslt_cflags="`$PKG_CONFIG --cflags libxslt 2>/dev/null`"
12552 else
12553 ac_xslt_libs="`xslt-config --libs 2>/dev/null`"
12554 ac_xslt_cflags="`xslt-config --cflags 2>/dev/null`"
12556 ac_save_CPPFLAGS="$CPPFLAGS"
12557 CPPFLAGS="$CPPFLAGS $ac_xslt_cflags"
12560 for ac_header in libxslt/pattern.h libxslt/transform.h
12562 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
12563 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
12564 $as_echo_n "checking for $ac_header... " >&6; }
12565 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
12566 $as_echo_n "(cached) " >&6
12567 else
12568 cat >conftest.$ac_ext <<_ACEOF
12569 /* confdefs.h. */
12570 _ACEOF
12571 cat confdefs.h >>conftest.$ac_ext
12572 cat >>conftest.$ac_ext <<_ACEOF
12573 /* end confdefs.h. */
12574 #ifdef HAVE_LIBXSLT_PATTERN_H
12575 # include <libxslt/pattern.h>
12576 #endif
12578 #include <$ac_header>
12579 _ACEOF
12580 rm -f conftest.$ac_objext
12581 if { (ac_try="$ac_compile"
12582 case "(($ac_try" in
12583 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12584 *) ac_try_echo=$ac_try;;
12585 esac
12586 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
12587 $as_echo "$ac_try_echo") >&5
12588 (eval "$ac_compile") 2>conftest.er1
12589 ac_status=$?
12590 grep -v '^ *+' conftest.er1 >conftest.err
12591 rm -f conftest.er1
12592 cat conftest.err >&5
12593 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
12594 (exit $ac_status); } && {
12595 test -z "$ac_c_werror_flag" ||
12596 test ! -s conftest.err
12597 } && test -s conftest.$ac_objext; then
12598 eval "$as_ac_Header=yes"
12599 else
12600 $as_echo "$as_me: failed program was:" >&5
12601 sed 's/^/| /' conftest.$ac_ext >&5
12603 eval "$as_ac_Header=no"
12606 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
12608 ac_res=`eval 'as_val=${'$as_ac_Header'}
12609 $as_echo "$as_val"'`
12610 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
12611 $as_echo "$ac_res" >&6; }
12612 as_val=`eval 'as_val=${'$as_ac_Header'}
12613 $as_echo "$as_val"'`
12614 if test "x$as_val" = x""yes; then
12615 cat >>confdefs.h <<_ACEOF
12616 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
12617 _ACEOF
12621 done
12623 CPPFLAGS="$ac_save_CPPFLAGS"
12624 if test "$ac_cv_header_libxslt_transform_h" = "yes"
12625 then
12626 { $as_echo "$as_me:$LINENO: checking for -lxslt" >&5
12627 $as_echo_n "checking for -lxslt... " >&6; }
12628 if test "${ac_cv_lib_soname_xslt+set}" = set; then
12629 $as_echo_n "(cached) " >&6
12630 else
12631 ac_check_soname_save_LIBS=$LIBS
12632 LIBS="-lxslt $ac_xslt_libs $LIBS"
12633 cat >conftest.$ac_ext <<_ACEOF
12634 /* confdefs.h. */
12635 _ACEOF
12636 cat confdefs.h >>conftest.$ac_ext
12637 cat >>conftest.$ac_ext <<_ACEOF
12638 /* end confdefs.h. */
12640 /* Override any GCC internal prototype to avoid an error.
12641 Use char because int might match the return type of a GCC
12642 builtin and then its argument prototype would still apply. */
12643 #ifdef __cplusplus
12644 extern "C"
12645 #endif
12646 char xsltCompilePattern ();
12648 main ()
12650 return xsltCompilePattern ();
12652 return 0;
12654 _ACEOF
12655 rm -f conftest.$ac_objext conftest$ac_exeext
12656 if { (ac_try="$ac_link"
12657 case "(($ac_try" in
12658 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12659 *) ac_try_echo=$ac_try;;
12660 esac
12661 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
12662 $as_echo "$ac_try_echo") >&5
12663 (eval "$ac_link") 2>conftest.er1
12664 ac_status=$?
12665 grep -v '^ *+' conftest.er1 >conftest.err
12666 rm -f conftest.er1
12667 cat conftest.err >&5
12668 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
12669 (exit $ac_status); } && {
12670 test -z "$ac_c_werror_flag" ||
12671 test ! -s conftest.err
12672 } && test -s conftest$ac_exeext && {
12673 test "$cross_compiling" = yes ||
12674 $as_test_x conftest$ac_exeext
12675 }; then
12676 case "$LIBEXT" in
12677 dll) ;;
12678 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'` ;;
12679 *) ac_cv_lib_soname_xslt=`$ac_cv_path_LDD conftest$ac_exeext | grep "libxslt\\.$LIBEXT" | sed -e "s/^.*\(libxslt\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
12680 esac
12681 else
12682 $as_echo "$as_me: failed program was:" >&5
12683 sed 's/^/| /' conftest.$ac_ext >&5
12688 rm -rf conftest.dSYM
12689 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
12690 conftest$ac_exeext conftest.$ac_ext
12691 LIBS=$ac_check_soname_save_LIBS
12693 if test "x$ac_cv_lib_soname_xslt" = "x"; then
12694 { $as_echo "$as_me:$LINENO: result: not found" >&5
12695 $as_echo "not found" >&6; }
12697 else
12698 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_xslt" >&5
12699 $as_echo "$ac_cv_lib_soname_xslt" >&6; }
12701 cat >>confdefs.h <<_ACEOF
12702 #define SONAME_LIBXSLT "$ac_cv_lib_soname_xslt"
12703 _ACEOF
12705 XSLTINCL="$ac_xslt_cflags"
12710 if test "x$ac_cv_lib_soname_xslt" = "x"; then
12711 case "x$with_xslt" in
12712 x) wine_warnings="$wine_warnings|libxslt ${notice_platform}development files not found, xslt won't be supported." ;;
12713 xno) ;;
12714 *) { { $as_echo "$as_me:$LINENO: error: libxslt ${notice_platform}development files not found, xslt won't be supported.
12715 This is an error since --with-xslt was requested." >&5
12716 $as_echo "$as_me: error: libxslt ${notice_platform}development files not found, xslt won't be supported.
12717 This is an error since --with-xslt was requested." >&2;}
12718 { (exit 1); exit 1; }; } ;;
12719 esac
12723 HALINCL=""
12725 if test "x$with_hal" != "xno"
12726 then
12727 ac_save_CPPFLAGS="$CPPFLAGS"
12728 if test "$PKG_CONFIG" != "false"
12729 then
12730 ac_hal_libs="`$PKG_CONFIG --libs hal 2>/dev/null`"
12731 ac_hal_cflags="`$PKG_CONFIG --cflags hal 2>/dev/null`"
12732 CPPFLAGS="$CPPFLAGS $ac_hal_cflags"
12736 for ac_header in dbus/dbus.h hal/libhal.h
12738 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
12739 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
12740 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
12741 $as_echo_n "checking for $ac_header... " >&6; }
12742 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
12743 $as_echo_n "(cached) " >&6
12745 ac_res=`eval 'as_val=${'$as_ac_Header'}
12746 $as_echo "$as_val"'`
12747 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
12748 $as_echo "$ac_res" >&6; }
12749 else
12750 # Is the header compilable?
12751 { $as_echo "$as_me:$LINENO: checking $ac_header usability" >&5
12752 $as_echo_n "checking $ac_header usability... " >&6; }
12753 cat >conftest.$ac_ext <<_ACEOF
12754 /* confdefs.h. */
12755 _ACEOF
12756 cat confdefs.h >>conftest.$ac_ext
12757 cat >>conftest.$ac_ext <<_ACEOF
12758 /* end confdefs.h. */
12759 $ac_includes_default
12760 #include <$ac_header>
12761 _ACEOF
12762 rm -f conftest.$ac_objext
12763 if { (ac_try="$ac_compile"
12764 case "(($ac_try" in
12765 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12766 *) ac_try_echo=$ac_try;;
12767 esac
12768 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
12769 $as_echo "$ac_try_echo") >&5
12770 (eval "$ac_compile") 2>conftest.er1
12771 ac_status=$?
12772 grep -v '^ *+' conftest.er1 >conftest.err
12773 rm -f conftest.er1
12774 cat conftest.err >&5
12775 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
12776 (exit $ac_status); } && {
12777 test -z "$ac_c_werror_flag" ||
12778 test ! -s conftest.err
12779 } && test -s conftest.$ac_objext; then
12780 ac_header_compiler=yes
12781 else
12782 $as_echo "$as_me: failed program was:" >&5
12783 sed 's/^/| /' conftest.$ac_ext >&5
12785 ac_header_compiler=no
12788 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
12789 { $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
12790 $as_echo "$ac_header_compiler" >&6; }
12792 # Is the header present?
12793 { $as_echo "$as_me:$LINENO: checking $ac_header presence" >&5
12794 $as_echo_n "checking $ac_header presence... " >&6; }
12795 cat >conftest.$ac_ext <<_ACEOF
12796 /* confdefs.h. */
12797 _ACEOF
12798 cat confdefs.h >>conftest.$ac_ext
12799 cat >>conftest.$ac_ext <<_ACEOF
12800 /* end confdefs.h. */
12801 #include <$ac_header>
12802 _ACEOF
12803 if { (ac_try="$ac_cpp conftest.$ac_ext"
12804 case "(($ac_try" in
12805 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12806 *) ac_try_echo=$ac_try;;
12807 esac
12808 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
12809 $as_echo "$ac_try_echo") >&5
12810 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
12811 ac_status=$?
12812 grep -v '^ *+' conftest.er1 >conftest.err
12813 rm -f conftest.er1
12814 cat conftest.err >&5
12815 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
12816 (exit $ac_status); } >/dev/null && {
12817 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
12818 test ! -s conftest.err
12819 }; then
12820 ac_header_preproc=yes
12821 else
12822 $as_echo "$as_me: failed program was:" >&5
12823 sed 's/^/| /' conftest.$ac_ext >&5
12825 ac_header_preproc=no
12828 rm -f conftest.err conftest.$ac_ext
12829 { $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
12830 $as_echo "$ac_header_preproc" >&6; }
12832 # So? What about this header?
12833 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
12834 yes:no: )
12835 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
12836 $as_echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
12837 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
12838 $as_echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
12839 ac_header_preproc=yes
12841 no:yes:* )
12842 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
12843 $as_echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
12844 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
12845 $as_echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
12846 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
12847 $as_echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
12848 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
12849 $as_echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
12850 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
12851 $as_echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
12852 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
12853 $as_echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
12854 ( cat <<\_ASBOX
12855 ## ------------------------------------ ##
12856 ## Report this to wine-devel@winehq.org ##
12857 ## ------------------------------------ ##
12858 _ASBOX
12859 ) | sed "s/^/$as_me: WARNING: /" >&2
12861 esac
12862 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
12863 $as_echo_n "checking for $ac_header... " >&6; }
12864 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
12865 $as_echo_n "(cached) " >&6
12866 else
12867 eval "$as_ac_Header=\$ac_header_preproc"
12869 ac_res=`eval 'as_val=${'$as_ac_Header'}
12870 $as_echo "$as_val"'`
12871 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
12872 $as_echo "$ac_res" >&6; }
12875 as_val=`eval 'as_val=${'$as_ac_Header'}
12876 $as_echo "$as_val"'`
12877 if test "x$as_val" = x""yes; then
12878 cat >>confdefs.h <<_ACEOF
12879 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
12880 _ACEOF
12884 done
12886 if test "$ac_cv_header_dbus_dbus_h" = "yes" -a "$ac_cv_header_hal_libhal_h" = "yes"
12887 then
12888 { $as_echo "$as_me:$LINENO: checking for dbus_connection_close in -ldbus-1" >&5
12889 $as_echo_n "checking for dbus_connection_close in -ldbus-1... " >&6; }
12890 if test "${ac_cv_lib_dbus_1_dbus_connection_close+set}" = set; then
12891 $as_echo_n "(cached) " >&6
12892 else
12893 ac_check_lib_save_LIBS=$LIBS
12894 LIBS="-ldbus-1 $ac_hal_libs $LIBS"
12895 cat >conftest.$ac_ext <<_ACEOF
12896 /* confdefs.h. */
12897 _ACEOF
12898 cat confdefs.h >>conftest.$ac_ext
12899 cat >>conftest.$ac_ext <<_ACEOF
12900 /* end confdefs.h. */
12902 /* Override any GCC internal prototype to avoid an error.
12903 Use char because int might match the return type of a GCC
12904 builtin and then its argument prototype would still apply. */
12905 #ifdef __cplusplus
12906 extern "C"
12907 #endif
12908 char dbus_connection_close ();
12910 main ()
12912 return dbus_connection_close ();
12914 return 0;
12916 _ACEOF
12917 rm -f conftest.$ac_objext conftest$ac_exeext
12918 if { (ac_try="$ac_link"
12919 case "(($ac_try" in
12920 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12921 *) ac_try_echo=$ac_try;;
12922 esac
12923 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
12924 $as_echo "$ac_try_echo") >&5
12925 (eval "$ac_link") 2>conftest.er1
12926 ac_status=$?
12927 grep -v '^ *+' conftest.er1 >conftest.err
12928 rm -f conftest.er1
12929 cat conftest.err >&5
12930 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
12931 (exit $ac_status); } && {
12932 test -z "$ac_c_werror_flag" ||
12933 test ! -s conftest.err
12934 } && test -s conftest$ac_exeext && {
12935 test "$cross_compiling" = yes ||
12936 $as_test_x conftest$ac_exeext
12937 }; then
12938 ac_cv_lib_dbus_1_dbus_connection_close=yes
12939 else
12940 $as_echo "$as_me: failed program was:" >&5
12941 sed 's/^/| /' conftest.$ac_ext >&5
12943 ac_cv_lib_dbus_1_dbus_connection_close=no
12946 rm -rf conftest.dSYM
12947 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
12948 conftest$ac_exeext conftest.$ac_ext
12949 LIBS=$ac_check_lib_save_LIBS
12951 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_dbus_1_dbus_connection_close" >&5
12952 $as_echo "$ac_cv_lib_dbus_1_dbus_connection_close" >&6; }
12953 if test "x$ac_cv_lib_dbus_1_dbus_connection_close" = x""yes; then
12954 { $as_echo "$as_me:$LINENO: checking for -lhal" >&5
12955 $as_echo_n "checking for -lhal... " >&6; }
12956 if test "${ac_cv_lib_soname_hal+set}" = set; then
12957 $as_echo_n "(cached) " >&6
12958 else
12959 ac_check_soname_save_LIBS=$LIBS
12960 LIBS="-lhal $ac_hal_libs $LIBS"
12961 cat >conftest.$ac_ext <<_ACEOF
12962 /* confdefs.h. */
12963 _ACEOF
12964 cat confdefs.h >>conftest.$ac_ext
12965 cat >>conftest.$ac_ext <<_ACEOF
12966 /* end confdefs.h. */
12968 /* Override any GCC internal prototype to avoid an error.
12969 Use char because int might match the return type of a GCC
12970 builtin and then its argument prototype would still apply. */
12971 #ifdef __cplusplus
12972 extern "C"
12973 #endif
12974 char libhal_ctx_new ();
12976 main ()
12978 return libhal_ctx_new ();
12980 return 0;
12982 _ACEOF
12983 rm -f conftest.$ac_objext conftest$ac_exeext
12984 if { (ac_try="$ac_link"
12985 case "(($ac_try" in
12986 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12987 *) ac_try_echo=$ac_try;;
12988 esac
12989 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
12990 $as_echo "$ac_try_echo") >&5
12991 (eval "$ac_link") 2>conftest.er1
12992 ac_status=$?
12993 grep -v '^ *+' conftest.er1 >conftest.err
12994 rm -f conftest.er1
12995 cat conftest.err >&5
12996 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
12997 (exit $ac_status); } && {
12998 test -z "$ac_c_werror_flag" ||
12999 test ! -s conftest.err
13000 } && test -s conftest$ac_exeext && {
13001 test "$cross_compiling" = yes ||
13002 $as_test_x conftest$ac_exeext
13003 }; then
13004 case "$LIBEXT" in
13005 dll) ;;
13006 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'` ;;
13007 *) ac_cv_lib_soname_hal=`$ac_cv_path_LDD conftest$ac_exeext | grep "libhal\\.$LIBEXT" | sed -e "s/^.*\(libhal\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
13008 esac
13009 else
13010 $as_echo "$as_me: failed program was:" >&5
13011 sed 's/^/| /' conftest.$ac_ext >&5
13016 rm -rf conftest.dSYM
13017 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
13018 conftest$ac_exeext conftest.$ac_ext
13019 LIBS=$ac_check_soname_save_LIBS
13021 if test "x$ac_cv_lib_soname_hal" = "x"; then
13022 { $as_echo "$as_me:$LINENO: result: not found" >&5
13023 $as_echo "not found" >&6; }
13025 else
13026 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_hal" >&5
13027 $as_echo "$ac_cv_lib_soname_hal" >&6; }
13029 cat >>confdefs.h <<_ACEOF
13030 #define SONAME_LIBHAL "$ac_cv_lib_soname_hal"
13031 _ACEOF
13033 HALINCL="$ac_hal_cflags"
13039 CPPFLAGS="$ac_save_CPPFLAGS"
13041 if test "x$ac_cv_lib_soname_hal" = "x"; then
13042 case "x$with_hal" in
13043 x) wine_notices="$wine_notices|libhal/libdbus ${notice_platform}development files not found, no dynamic device support." ;;
13044 xno) ;;
13045 *) { { $as_echo "$as_me:$LINENO: error: libhal/libdbus ${notice_platform}development files not found, no dynamic device support.
13046 This is an error since --with-hal was requested." >&5
13047 $as_echo "$as_me: error: libhal/libdbus ${notice_platform}development files not found, no dynamic device support.
13048 This is an error since --with-hal was requested." >&2;}
13049 { (exit 1); exit 1; }; } ;;
13050 esac
13054 if test "x$with_gnutls" != "xno"
13055 then
13056 ac_save_CPPFLAGS="$CPPFLAGS"
13057 if test "$PKG_CONFIG" != "false"
13058 then
13059 ac_gnutls_libs="`$PKG_CONFIG --libs gnutls 2>/dev/null`"
13060 ac_gnutls_cflags="`$PKG_CONFIG --cflags gnutls 2>/dev/null`"
13061 CPPFLAGS="$CPPFLAGS $ac_gnutls_cflags"
13063 if test "${ac_cv_header_gnutls_gnutls_h+set}" = set; then
13064 { $as_echo "$as_me:$LINENO: checking for gnutls/gnutls.h" >&5
13065 $as_echo_n "checking for gnutls/gnutls.h... " >&6; }
13066 if test "${ac_cv_header_gnutls_gnutls_h+set}" = set; then
13067 $as_echo_n "(cached) " >&6
13069 { $as_echo "$as_me:$LINENO: result: $ac_cv_header_gnutls_gnutls_h" >&5
13070 $as_echo "$ac_cv_header_gnutls_gnutls_h" >&6; }
13071 else
13072 # Is the header compilable?
13073 { $as_echo "$as_me:$LINENO: checking gnutls/gnutls.h usability" >&5
13074 $as_echo_n "checking gnutls/gnutls.h usability... " >&6; }
13075 cat >conftest.$ac_ext <<_ACEOF
13076 /* confdefs.h. */
13077 _ACEOF
13078 cat confdefs.h >>conftest.$ac_ext
13079 cat >>conftest.$ac_ext <<_ACEOF
13080 /* end confdefs.h. */
13081 $ac_includes_default
13082 #include <gnutls/gnutls.h>
13083 _ACEOF
13084 rm -f conftest.$ac_objext
13085 if { (ac_try="$ac_compile"
13086 case "(($ac_try" in
13087 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13088 *) ac_try_echo=$ac_try;;
13089 esac
13090 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
13091 $as_echo "$ac_try_echo") >&5
13092 (eval "$ac_compile") 2>conftest.er1
13093 ac_status=$?
13094 grep -v '^ *+' conftest.er1 >conftest.err
13095 rm -f conftest.er1
13096 cat conftest.err >&5
13097 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
13098 (exit $ac_status); } && {
13099 test -z "$ac_c_werror_flag" ||
13100 test ! -s conftest.err
13101 } && test -s conftest.$ac_objext; then
13102 ac_header_compiler=yes
13103 else
13104 $as_echo "$as_me: failed program was:" >&5
13105 sed 's/^/| /' conftest.$ac_ext >&5
13107 ac_header_compiler=no
13110 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
13111 { $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
13112 $as_echo "$ac_header_compiler" >&6; }
13114 # Is the header present?
13115 { $as_echo "$as_me:$LINENO: checking gnutls/gnutls.h presence" >&5
13116 $as_echo_n "checking gnutls/gnutls.h presence... " >&6; }
13117 cat >conftest.$ac_ext <<_ACEOF
13118 /* confdefs.h. */
13119 _ACEOF
13120 cat confdefs.h >>conftest.$ac_ext
13121 cat >>conftest.$ac_ext <<_ACEOF
13122 /* end confdefs.h. */
13123 #include <gnutls/gnutls.h>
13124 _ACEOF
13125 if { (ac_try="$ac_cpp conftest.$ac_ext"
13126 case "(($ac_try" in
13127 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13128 *) ac_try_echo=$ac_try;;
13129 esac
13130 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
13131 $as_echo "$ac_try_echo") >&5
13132 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
13133 ac_status=$?
13134 grep -v '^ *+' conftest.er1 >conftest.err
13135 rm -f conftest.er1
13136 cat conftest.err >&5
13137 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
13138 (exit $ac_status); } >/dev/null && {
13139 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
13140 test ! -s conftest.err
13141 }; then
13142 ac_header_preproc=yes
13143 else
13144 $as_echo "$as_me: failed program was:" >&5
13145 sed 's/^/| /' conftest.$ac_ext >&5
13147 ac_header_preproc=no
13150 rm -f conftest.err conftest.$ac_ext
13151 { $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
13152 $as_echo "$ac_header_preproc" >&6; }
13154 # So? What about this header?
13155 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
13156 yes:no: )
13157 { $as_echo "$as_me:$LINENO: WARNING: gnutls/gnutls.h: accepted by the compiler, rejected by the preprocessor!" >&5
13158 $as_echo "$as_me: WARNING: gnutls/gnutls.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
13159 { $as_echo "$as_me:$LINENO: WARNING: gnutls/gnutls.h: proceeding with the compiler's result" >&5
13160 $as_echo "$as_me: WARNING: gnutls/gnutls.h: proceeding with the compiler's result" >&2;}
13161 ac_header_preproc=yes
13163 no:yes:* )
13164 { $as_echo "$as_me:$LINENO: WARNING: gnutls/gnutls.h: present but cannot be compiled" >&5
13165 $as_echo "$as_me: WARNING: gnutls/gnutls.h: present but cannot be compiled" >&2;}
13166 { $as_echo "$as_me:$LINENO: WARNING: gnutls/gnutls.h: check for missing prerequisite headers?" >&5
13167 $as_echo "$as_me: WARNING: gnutls/gnutls.h: check for missing prerequisite headers?" >&2;}
13168 { $as_echo "$as_me:$LINENO: WARNING: gnutls/gnutls.h: see the Autoconf documentation" >&5
13169 $as_echo "$as_me: WARNING: gnutls/gnutls.h: see the Autoconf documentation" >&2;}
13170 { $as_echo "$as_me:$LINENO: WARNING: gnutls/gnutls.h: section \"Present But Cannot Be Compiled\"" >&5
13171 $as_echo "$as_me: WARNING: gnutls/gnutls.h: section \"Present But Cannot Be Compiled\"" >&2;}
13172 { $as_echo "$as_me:$LINENO: WARNING: gnutls/gnutls.h: proceeding with the preprocessor's result" >&5
13173 $as_echo "$as_me: WARNING: gnutls/gnutls.h: proceeding with the preprocessor's result" >&2;}
13174 { $as_echo "$as_me:$LINENO: WARNING: gnutls/gnutls.h: in the future, the compiler will take precedence" >&5
13175 $as_echo "$as_me: WARNING: gnutls/gnutls.h: in the future, the compiler will take precedence" >&2;}
13176 ( cat <<\_ASBOX
13177 ## ------------------------------------ ##
13178 ## Report this to wine-devel@winehq.org ##
13179 ## ------------------------------------ ##
13180 _ASBOX
13181 ) | sed "s/^/$as_me: WARNING: /" >&2
13183 esac
13184 { $as_echo "$as_me:$LINENO: checking for gnutls/gnutls.h" >&5
13185 $as_echo_n "checking for gnutls/gnutls.h... " >&6; }
13186 if test "${ac_cv_header_gnutls_gnutls_h+set}" = set; then
13187 $as_echo_n "(cached) " >&6
13188 else
13189 ac_cv_header_gnutls_gnutls_h=$ac_header_preproc
13191 { $as_echo "$as_me:$LINENO: result: $ac_cv_header_gnutls_gnutls_h" >&5
13192 $as_echo "$ac_cv_header_gnutls_gnutls_h" >&6; }
13195 if test "x$ac_cv_header_gnutls_gnutls_h" = x""yes; then
13196 cat >conftest.$ac_ext <<_ACEOF
13197 /* confdefs.h. */
13198 _ACEOF
13199 cat confdefs.h >>conftest.$ac_ext
13200 cat >>conftest.$ac_ext <<_ACEOF
13201 /* end confdefs.h. */
13202 #include <gnutls/gnutls.h>
13204 main ()
13206 typeof(gnutls_mac_get_key_size) *pfunc;
13208 return 0;
13210 _ACEOF
13211 rm -f conftest.$ac_objext
13212 if { (ac_try="$ac_compile"
13213 case "(($ac_try" in
13214 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13215 *) ac_try_echo=$ac_try;;
13216 esac
13217 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
13218 $as_echo "$ac_try_echo") >&5
13219 (eval "$ac_compile") 2>conftest.er1
13220 ac_status=$?
13221 grep -v '^ *+' conftest.er1 >conftest.err
13222 rm -f conftest.er1
13223 cat conftest.err >&5
13224 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
13225 (exit $ac_status); } && {
13226 test -z "$ac_c_werror_flag" ||
13227 test ! -s conftest.err
13228 } && test -s conftest.$ac_objext; then
13229 { $as_echo "$as_me:$LINENO: checking for -lgnutls" >&5
13230 $as_echo_n "checking for -lgnutls... " >&6; }
13231 if test "${ac_cv_lib_soname_gnutls+set}" = set; then
13232 $as_echo_n "(cached) " >&6
13233 else
13234 ac_check_soname_save_LIBS=$LIBS
13235 LIBS="-lgnutls $ac_gnutls_libs $LIBS"
13236 cat >conftest.$ac_ext <<_ACEOF
13237 /* confdefs.h. */
13238 _ACEOF
13239 cat confdefs.h >>conftest.$ac_ext
13240 cat >>conftest.$ac_ext <<_ACEOF
13241 /* end confdefs.h. */
13243 /* Override any GCC internal prototype to avoid an error.
13244 Use char because int might match the return type of a GCC
13245 builtin and then its argument prototype would still apply. */
13246 #ifdef __cplusplus
13247 extern "C"
13248 #endif
13249 char gnutls_global_init ();
13251 main ()
13253 return gnutls_global_init ();
13255 return 0;
13257 _ACEOF
13258 rm -f conftest.$ac_objext conftest$ac_exeext
13259 if { (ac_try="$ac_link"
13260 case "(($ac_try" in
13261 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13262 *) ac_try_echo=$ac_try;;
13263 esac
13264 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
13265 $as_echo "$ac_try_echo") >&5
13266 (eval "$ac_link") 2>conftest.er1
13267 ac_status=$?
13268 grep -v '^ *+' conftest.er1 >conftest.err
13269 rm -f conftest.er1
13270 cat conftest.err >&5
13271 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
13272 (exit $ac_status); } && {
13273 test -z "$ac_c_werror_flag" ||
13274 test ! -s conftest.err
13275 } && test -s conftest$ac_exeext && {
13276 test "$cross_compiling" = yes ||
13277 $as_test_x conftest$ac_exeext
13278 }; then
13279 case "$LIBEXT" in
13280 dll) ;;
13281 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'` ;;
13282 *) ac_cv_lib_soname_gnutls=`$ac_cv_path_LDD conftest$ac_exeext | grep "libgnutls\\.$LIBEXT" | sed -e "s/^.*\(libgnutls\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
13283 esac
13284 else
13285 $as_echo "$as_me: failed program was:" >&5
13286 sed 's/^/| /' conftest.$ac_ext >&5
13291 rm -rf conftest.dSYM
13292 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
13293 conftest$ac_exeext conftest.$ac_ext
13294 LIBS=$ac_check_soname_save_LIBS
13296 if test "x$ac_cv_lib_soname_gnutls" = "x"; then
13297 { $as_echo "$as_me:$LINENO: result: not found" >&5
13298 $as_echo "not found" >&6; }
13300 else
13301 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_gnutls" >&5
13302 $as_echo "$ac_cv_lib_soname_gnutls" >&6; }
13304 cat >>confdefs.h <<_ACEOF
13305 #define SONAME_LIBGNUTLS "$ac_cv_lib_soname_gnutls"
13306 _ACEOF
13308 GNUTLSINCL="$ac_gnutls_cflags"
13312 else
13313 $as_echo "$as_me: failed program was:" >&5
13314 sed 's/^/| /' conftest.$ac_ext >&5
13319 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
13323 CPPFLAGS="$ac_save_CPPFLAGS"
13325 if test "x$ac_cv_lib_soname_gnutls" = "x"; then
13326 case "x$with_gnutls" in
13327 x) wine_notices="$wine_notices|libgnutls ${notice_platform}development files not found, no schannel support." ;;
13328 xno) ;;
13329 *) { { $as_echo "$as_me:$LINENO: error: libgnutls ${notice_platform}development files not found, no schannel support.
13330 This is an error since --with-gnutls was requested." >&5
13331 $as_echo "$as_me: error: libgnutls ${notice_platform}development files not found, no schannel support.
13332 This is an error since --with-gnutls was requested." >&2;}
13333 { (exit 1); exit 1; }; } ;;
13334 esac
13338 CURSESLIBS=""
13339 if test "$ac_cv_header_ncurses_h" = "yes"
13340 then
13341 { $as_echo "$as_me:$LINENO: checking for -lncurses" >&5
13342 $as_echo_n "checking for -lncurses... " >&6; }
13343 if test "${ac_cv_lib_soname_ncurses+set}" = set; then
13344 $as_echo_n "(cached) " >&6
13345 else
13346 ac_check_soname_save_LIBS=$LIBS
13347 LIBS="-lncurses $LIBS"
13348 cat >conftest.$ac_ext <<_ACEOF
13349 /* confdefs.h. */
13350 _ACEOF
13351 cat confdefs.h >>conftest.$ac_ext
13352 cat >>conftest.$ac_ext <<_ACEOF
13353 /* end confdefs.h. */
13355 /* Override any GCC internal prototype to avoid an error.
13356 Use char because int might match the return type of a GCC
13357 builtin and then its argument prototype would still apply. */
13358 #ifdef __cplusplus
13359 extern "C"
13360 #endif
13361 char waddch ();
13363 main ()
13365 return waddch ();
13367 return 0;
13369 _ACEOF
13370 rm -f conftest.$ac_objext conftest$ac_exeext
13371 if { (ac_try="$ac_link"
13372 case "(($ac_try" in
13373 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13374 *) ac_try_echo=$ac_try;;
13375 esac
13376 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
13377 $as_echo "$ac_try_echo") >&5
13378 (eval "$ac_link") 2>conftest.er1
13379 ac_status=$?
13380 grep -v '^ *+' conftest.er1 >conftest.err
13381 rm -f conftest.er1
13382 cat conftest.err >&5
13383 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
13384 (exit $ac_status); } && {
13385 test -z "$ac_c_werror_flag" ||
13386 test ! -s conftest.err
13387 } && test -s conftest$ac_exeext && {
13388 test "$cross_compiling" = yes ||
13389 $as_test_x conftest$ac_exeext
13390 }; then
13391 case "$LIBEXT" in
13392 dll) ;;
13393 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'` ;;
13394 *) ac_cv_lib_soname_ncurses=`$ac_cv_path_LDD conftest$ac_exeext | grep "libncurses\\.$LIBEXT" | sed -e "s/^.*\(libncurses\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
13395 esac
13396 else
13397 $as_echo "$as_me: failed program was:" >&5
13398 sed 's/^/| /' conftest.$ac_ext >&5
13403 rm -rf conftest.dSYM
13404 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
13405 conftest$ac_exeext conftest.$ac_ext
13406 LIBS=$ac_check_soname_save_LIBS
13408 if test "x$ac_cv_lib_soname_ncurses" = "x"; then
13409 { $as_echo "$as_me:$LINENO: result: not found" >&5
13410 $as_echo "not found" >&6; }
13412 else
13413 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_ncurses" >&5
13414 $as_echo "$ac_cv_lib_soname_ncurses" >&6; }
13416 cat >>confdefs.h <<_ACEOF
13417 #define SONAME_LIBNCURSES "$ac_cv_lib_soname_ncurses"
13418 _ACEOF
13420 CURSESLIBS="-lncurses"
13423 elif test "$ac_cv_header_curses_h" = "yes"
13424 then
13425 { $as_echo "$as_me:$LINENO: checking for -lcurses" >&5
13426 $as_echo_n "checking for -lcurses... " >&6; }
13427 if test "${ac_cv_lib_soname_curses+set}" = set; then
13428 $as_echo_n "(cached) " >&6
13429 else
13430 ac_check_soname_save_LIBS=$LIBS
13431 LIBS="-lcurses $LIBS"
13432 cat >conftest.$ac_ext <<_ACEOF
13433 /* confdefs.h. */
13434 _ACEOF
13435 cat confdefs.h >>conftest.$ac_ext
13436 cat >>conftest.$ac_ext <<_ACEOF
13437 /* end confdefs.h. */
13439 /* Override any GCC internal prototype to avoid an error.
13440 Use char because int might match the return type of a GCC
13441 builtin and then its argument prototype would still apply. */
13442 #ifdef __cplusplus
13443 extern "C"
13444 #endif
13445 char waddch ();
13447 main ()
13449 return waddch ();
13451 return 0;
13453 _ACEOF
13454 rm -f conftest.$ac_objext conftest$ac_exeext
13455 if { (ac_try="$ac_link"
13456 case "(($ac_try" in
13457 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13458 *) ac_try_echo=$ac_try;;
13459 esac
13460 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
13461 $as_echo "$ac_try_echo") >&5
13462 (eval "$ac_link") 2>conftest.er1
13463 ac_status=$?
13464 grep -v '^ *+' conftest.er1 >conftest.err
13465 rm -f conftest.er1
13466 cat conftest.err >&5
13467 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
13468 (exit $ac_status); } && {
13469 test -z "$ac_c_werror_flag" ||
13470 test ! -s conftest.err
13471 } && test -s conftest$ac_exeext && {
13472 test "$cross_compiling" = yes ||
13473 $as_test_x conftest$ac_exeext
13474 }; then
13475 case "$LIBEXT" in
13476 dll) ;;
13477 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'` ;;
13478 *) ac_cv_lib_soname_curses=`$ac_cv_path_LDD conftest$ac_exeext | grep "libcurses\\.$LIBEXT" | sed -e "s/^.*\(libcurses\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
13479 esac
13480 else
13481 $as_echo "$as_me: failed program was:" >&5
13482 sed 's/^/| /' conftest.$ac_ext >&5
13487 rm -rf conftest.dSYM
13488 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
13489 conftest$ac_exeext conftest.$ac_ext
13490 LIBS=$ac_check_soname_save_LIBS
13492 if test "x$ac_cv_lib_soname_curses" = "x"; then
13493 { $as_echo "$as_me:$LINENO: result: not found" >&5
13494 $as_echo "not found" >&6; }
13496 else
13497 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_curses" >&5
13498 $as_echo "$ac_cv_lib_soname_curses" >&6; }
13500 cat >>confdefs.h <<_ACEOF
13501 #define SONAME_LIBCURSES "$ac_cv_lib_soname_curses"
13502 _ACEOF
13504 CURSESLIBS="-lcurses"
13508 ac_save_LIBS="$LIBS"
13509 LIBS="$LIBS $CURSESLIBS"
13511 for ac_func in mousemask
13513 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
13514 { $as_echo "$as_me:$LINENO: checking for $ac_func" >&5
13515 $as_echo_n "checking for $ac_func... " >&6; }
13516 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
13517 $as_echo_n "(cached) " >&6
13518 else
13519 cat >conftest.$ac_ext <<_ACEOF
13520 /* confdefs.h. */
13521 _ACEOF
13522 cat confdefs.h >>conftest.$ac_ext
13523 cat >>conftest.$ac_ext <<_ACEOF
13524 /* end confdefs.h. */
13525 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
13526 For example, HP-UX 11i <limits.h> declares gettimeofday. */
13527 #define $ac_func innocuous_$ac_func
13529 /* System header to define __stub macros and hopefully few prototypes,
13530 which can conflict with char $ac_func (); below.
13531 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
13532 <limits.h> exists even on freestanding compilers. */
13534 #ifdef __STDC__
13535 # include <limits.h>
13536 #else
13537 # include <assert.h>
13538 #endif
13540 #undef $ac_func
13542 /* Override any GCC internal prototype to avoid an error.
13543 Use char because int might match the return type of a GCC
13544 builtin and then its argument prototype would still apply. */
13545 #ifdef __cplusplus
13546 extern "C"
13547 #endif
13548 char $ac_func ();
13549 /* The GNU C library defines this for functions which it implements
13550 to always fail with ENOSYS. Some functions are actually named
13551 something starting with __ and the normal name is an alias. */
13552 #if defined __stub_$ac_func || defined __stub___$ac_func
13553 choke me
13554 #endif
13557 main ()
13559 return $ac_func ();
13561 return 0;
13563 _ACEOF
13564 rm -f conftest.$ac_objext conftest$ac_exeext
13565 if { (ac_try="$ac_link"
13566 case "(($ac_try" in
13567 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13568 *) ac_try_echo=$ac_try;;
13569 esac
13570 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
13571 $as_echo "$ac_try_echo") >&5
13572 (eval "$ac_link") 2>conftest.er1
13573 ac_status=$?
13574 grep -v '^ *+' conftest.er1 >conftest.err
13575 rm -f conftest.er1
13576 cat conftest.err >&5
13577 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
13578 (exit $ac_status); } && {
13579 test -z "$ac_c_werror_flag" ||
13580 test ! -s conftest.err
13581 } && test -s conftest$ac_exeext && {
13582 test "$cross_compiling" = yes ||
13583 $as_test_x conftest$ac_exeext
13584 }; then
13585 eval "$as_ac_var=yes"
13586 else
13587 $as_echo "$as_me: failed program was:" >&5
13588 sed 's/^/| /' conftest.$ac_ext >&5
13590 eval "$as_ac_var=no"
13593 rm -rf conftest.dSYM
13594 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
13595 conftest$ac_exeext conftest.$ac_ext
13597 ac_res=`eval 'as_val=${'$as_ac_var'}
13598 $as_echo "$as_val"'`
13599 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
13600 $as_echo "$ac_res" >&6; }
13601 as_val=`eval 'as_val=${'$as_ac_var'}
13602 $as_echo "$as_val"'`
13603 if test "x$as_val" = x""yes; then
13604 cat >>confdefs.h <<_ACEOF
13605 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
13606 _ACEOF
13609 done
13611 LIBS="$ac_save_LIBS"
13612 if test "x$ac_cv_lib_soname_curses$ac_cv_lib_soname_ncurses" = "x"; then
13613 case "x$with_curses" in
13614 x) wine_notices="$wine_notices|lib(n)curses ${notice_platform}development files not found, curses won't be supported." ;;
13615 xno) ;;
13616 *) { { $as_echo "$as_me:$LINENO: error: lib(n)curses ${notice_platform}development files not found, curses won't be supported.
13617 This is an error since --with-curses was requested." >&5
13618 $as_echo "$as_me: error: lib(n)curses ${notice_platform}development files not found, curses won't be supported.
13619 This is an error since --with-curses was requested." >&2;}
13620 { (exit 1); exit 1; }; } ;;
13621 esac
13625 if test "x$with_sane" != "xno"
13626 then
13627 ac_save_CPPFLAGS="$CPPFLAGS"
13628 # Extract the first word of "sane-config", so it can be a program name with args.
13629 set dummy sane-config; ac_word=$2
13630 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
13631 $as_echo_n "checking for $ac_word... " >&6; }
13632 if test "${ac_cv_prog_sane_devel+set}" = set; then
13633 $as_echo_n "(cached) " >&6
13634 else
13635 if test -n "$sane_devel"; then
13636 ac_cv_prog_sane_devel="$sane_devel" # Let the user override the test.
13637 else
13638 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
13639 for as_dir in $PATH
13641 IFS=$as_save_IFS
13642 test -z "$as_dir" && as_dir=.
13643 for ac_exec_ext in '' $ac_executable_extensions; do
13644 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
13645 ac_cv_prog_sane_devel="sane-config"
13646 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
13647 break 2
13649 done
13650 done
13651 IFS=$as_save_IFS
13653 test -z "$ac_cv_prog_sane_devel" && ac_cv_prog_sane_devel="no"
13656 sane_devel=$ac_cv_prog_sane_devel
13657 if test -n "$sane_devel"; then
13658 { $as_echo "$as_me:$LINENO: result: $sane_devel" >&5
13659 $as_echo "$sane_devel" >&6; }
13660 else
13661 { $as_echo "$as_me:$LINENO: result: no" >&5
13662 $as_echo "no" >&6; }
13666 if test "$sane_devel" != "no"
13667 then
13668 ac_sane_incl="`$sane_devel --cflags`"
13669 ac_sane_libs="`$sane_devel --ldflags`"
13670 CPPFLAGS="$CPPFLAGS $ac_sane_incl"
13672 if test "${ac_cv_header_sane_sane_h+set}" = set; then
13673 { $as_echo "$as_me:$LINENO: checking for sane/sane.h" >&5
13674 $as_echo_n "checking for sane/sane.h... " >&6; }
13675 if test "${ac_cv_header_sane_sane_h+set}" = set; then
13676 $as_echo_n "(cached) " >&6
13678 { $as_echo "$as_me:$LINENO: result: $ac_cv_header_sane_sane_h" >&5
13679 $as_echo "$ac_cv_header_sane_sane_h" >&6; }
13680 else
13681 # Is the header compilable?
13682 { $as_echo "$as_me:$LINENO: checking sane/sane.h usability" >&5
13683 $as_echo_n "checking sane/sane.h usability... " >&6; }
13684 cat >conftest.$ac_ext <<_ACEOF
13685 /* confdefs.h. */
13686 _ACEOF
13687 cat confdefs.h >>conftest.$ac_ext
13688 cat >>conftest.$ac_ext <<_ACEOF
13689 /* end confdefs.h. */
13690 $ac_includes_default
13691 #include <sane/sane.h>
13692 _ACEOF
13693 rm -f conftest.$ac_objext
13694 if { (ac_try="$ac_compile"
13695 case "(($ac_try" in
13696 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13697 *) ac_try_echo=$ac_try;;
13698 esac
13699 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
13700 $as_echo "$ac_try_echo") >&5
13701 (eval "$ac_compile") 2>conftest.er1
13702 ac_status=$?
13703 grep -v '^ *+' conftest.er1 >conftest.err
13704 rm -f conftest.er1
13705 cat conftest.err >&5
13706 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
13707 (exit $ac_status); } && {
13708 test -z "$ac_c_werror_flag" ||
13709 test ! -s conftest.err
13710 } && test -s conftest.$ac_objext; then
13711 ac_header_compiler=yes
13712 else
13713 $as_echo "$as_me: failed program was:" >&5
13714 sed 's/^/| /' conftest.$ac_ext >&5
13716 ac_header_compiler=no
13719 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
13720 { $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
13721 $as_echo "$ac_header_compiler" >&6; }
13723 # Is the header present?
13724 { $as_echo "$as_me:$LINENO: checking sane/sane.h presence" >&5
13725 $as_echo_n "checking sane/sane.h presence... " >&6; }
13726 cat >conftest.$ac_ext <<_ACEOF
13727 /* confdefs.h. */
13728 _ACEOF
13729 cat confdefs.h >>conftest.$ac_ext
13730 cat >>conftest.$ac_ext <<_ACEOF
13731 /* end confdefs.h. */
13732 #include <sane/sane.h>
13733 _ACEOF
13734 if { (ac_try="$ac_cpp conftest.$ac_ext"
13735 case "(($ac_try" in
13736 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13737 *) ac_try_echo=$ac_try;;
13738 esac
13739 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
13740 $as_echo "$ac_try_echo") >&5
13741 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
13742 ac_status=$?
13743 grep -v '^ *+' conftest.er1 >conftest.err
13744 rm -f conftest.er1
13745 cat conftest.err >&5
13746 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
13747 (exit $ac_status); } >/dev/null && {
13748 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
13749 test ! -s conftest.err
13750 }; then
13751 ac_header_preproc=yes
13752 else
13753 $as_echo "$as_me: failed program was:" >&5
13754 sed 's/^/| /' conftest.$ac_ext >&5
13756 ac_header_preproc=no
13759 rm -f conftest.err conftest.$ac_ext
13760 { $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
13761 $as_echo "$ac_header_preproc" >&6; }
13763 # So? What about this header?
13764 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
13765 yes:no: )
13766 { $as_echo "$as_me:$LINENO: WARNING: sane/sane.h: accepted by the compiler, rejected by the preprocessor!" >&5
13767 $as_echo "$as_me: WARNING: sane/sane.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
13768 { $as_echo "$as_me:$LINENO: WARNING: sane/sane.h: proceeding with the compiler's result" >&5
13769 $as_echo "$as_me: WARNING: sane/sane.h: proceeding with the compiler's result" >&2;}
13770 ac_header_preproc=yes
13772 no:yes:* )
13773 { $as_echo "$as_me:$LINENO: WARNING: sane/sane.h: present but cannot be compiled" >&5
13774 $as_echo "$as_me: WARNING: sane/sane.h: present but cannot be compiled" >&2;}
13775 { $as_echo "$as_me:$LINENO: WARNING: sane/sane.h: check for missing prerequisite headers?" >&5
13776 $as_echo "$as_me: WARNING: sane/sane.h: check for missing prerequisite headers?" >&2;}
13777 { $as_echo "$as_me:$LINENO: WARNING: sane/sane.h: see the Autoconf documentation" >&5
13778 $as_echo "$as_me: WARNING: sane/sane.h: see the Autoconf documentation" >&2;}
13779 { $as_echo "$as_me:$LINENO: WARNING: sane/sane.h: section \"Present But Cannot Be Compiled\"" >&5
13780 $as_echo "$as_me: WARNING: sane/sane.h: section \"Present But Cannot Be Compiled\"" >&2;}
13781 { $as_echo "$as_me:$LINENO: WARNING: sane/sane.h: proceeding with the preprocessor's result" >&5
13782 $as_echo "$as_me: WARNING: sane/sane.h: proceeding with the preprocessor's result" >&2;}
13783 { $as_echo "$as_me:$LINENO: WARNING: sane/sane.h: in the future, the compiler will take precedence" >&5
13784 $as_echo "$as_me: WARNING: sane/sane.h: in the future, the compiler will take precedence" >&2;}
13785 ( cat <<\_ASBOX
13786 ## ------------------------------------ ##
13787 ## Report this to wine-devel@winehq.org ##
13788 ## ------------------------------------ ##
13789 _ASBOX
13790 ) | sed "s/^/$as_me: WARNING: /" >&2
13792 esac
13793 { $as_echo "$as_me:$LINENO: checking for sane/sane.h" >&5
13794 $as_echo_n "checking for sane/sane.h... " >&6; }
13795 if test "${ac_cv_header_sane_sane_h+set}" = set; then
13796 $as_echo_n "(cached) " >&6
13797 else
13798 ac_cv_header_sane_sane_h=$ac_header_preproc
13800 { $as_echo "$as_me:$LINENO: result: $ac_cv_header_sane_sane_h" >&5
13801 $as_echo "$ac_cv_header_sane_sane_h" >&6; }
13804 if test "x$ac_cv_header_sane_sane_h" = x""yes; then
13805 { $as_echo "$as_me:$LINENO: checking for -lsane" >&5
13806 $as_echo_n "checking for -lsane... " >&6; }
13807 if test "${ac_cv_lib_soname_sane+set}" = set; then
13808 $as_echo_n "(cached) " >&6
13809 else
13810 ac_check_soname_save_LIBS=$LIBS
13811 LIBS="-lsane $ac_sane_libs $LIBS"
13812 cat >conftest.$ac_ext <<_ACEOF
13813 /* confdefs.h. */
13814 _ACEOF
13815 cat confdefs.h >>conftest.$ac_ext
13816 cat >>conftest.$ac_ext <<_ACEOF
13817 /* end confdefs.h. */
13819 /* Override any GCC internal prototype to avoid an error.
13820 Use char because int might match the return type of a GCC
13821 builtin and then its argument prototype would still apply. */
13822 #ifdef __cplusplus
13823 extern "C"
13824 #endif
13825 char sane_init ();
13827 main ()
13829 return sane_init ();
13831 return 0;
13833 _ACEOF
13834 rm -f conftest.$ac_objext conftest$ac_exeext
13835 if { (ac_try="$ac_link"
13836 case "(($ac_try" in
13837 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13838 *) ac_try_echo=$ac_try;;
13839 esac
13840 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
13841 $as_echo "$ac_try_echo") >&5
13842 (eval "$ac_link") 2>conftest.er1
13843 ac_status=$?
13844 grep -v '^ *+' conftest.er1 >conftest.err
13845 rm -f conftest.er1
13846 cat conftest.err >&5
13847 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
13848 (exit $ac_status); } && {
13849 test -z "$ac_c_werror_flag" ||
13850 test ! -s conftest.err
13851 } && test -s conftest$ac_exeext && {
13852 test "$cross_compiling" = yes ||
13853 $as_test_x conftest$ac_exeext
13854 }; then
13855 case "$LIBEXT" in
13856 dll) ;;
13857 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'` ;;
13858 *) ac_cv_lib_soname_sane=`$ac_cv_path_LDD conftest$ac_exeext | grep "libsane\\.$LIBEXT" | sed -e "s/^.*\(libsane\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
13859 esac
13860 else
13861 $as_echo "$as_me: failed program was:" >&5
13862 sed 's/^/| /' conftest.$ac_ext >&5
13867 rm -rf conftest.dSYM
13868 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
13869 conftest$ac_exeext conftest.$ac_ext
13870 LIBS=$ac_check_soname_save_LIBS
13872 if test "x$ac_cv_lib_soname_sane" = "x"; then
13873 { $as_echo "$as_me:$LINENO: result: not found" >&5
13874 $as_echo "not found" >&6; }
13876 else
13877 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_sane" >&5
13878 $as_echo "$ac_cv_lib_soname_sane" >&6; }
13880 cat >>confdefs.h <<_ACEOF
13881 #define SONAME_LIBSANE "$ac_cv_lib_soname_sane"
13882 _ACEOF
13884 SANEINCL="$ac_sane_incl"
13891 CPPFLAGS="$ac_save_CPPFLAGS"
13893 if test "x$ac_cv_lib_soname_sane" = "x"; then
13894 case "x$with_sane" in
13895 x) wine_notices="$wine_notices|libsane ${notice_platform}development files not found, scanners won't be supported." ;;
13896 xno) ;;
13897 *) { { $as_echo "$as_me:$LINENO: error: libsane ${notice_platform}development files not found, scanners won't be supported.
13898 This is an error since --with-sane was requested." >&5
13899 $as_echo "$as_me: error: libsane ${notice_platform}development files not found, scanners won't be supported.
13900 This is an error since --with-sane was requested." >&2;}
13901 { (exit 1); exit 1; }; } ;;
13902 esac
13906 if test "x$with_gphoto" != "xno"
13907 then
13908 ac_save_CPPFLAGS="$CPPFLAGS"
13909 # Extract the first word of "gphoto2-config", so it can be a program name with args.
13910 set dummy gphoto2-config; ac_word=$2
13911 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
13912 $as_echo_n "checking for $ac_word... " >&6; }
13913 if test "${ac_cv_prog_gphoto2_devel+set}" = set; then
13914 $as_echo_n "(cached) " >&6
13915 else
13916 if test -n "$gphoto2_devel"; then
13917 ac_cv_prog_gphoto2_devel="$gphoto2_devel" # Let the user override the test.
13918 else
13919 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
13920 for as_dir in $PATH
13922 IFS=$as_save_IFS
13923 test -z "$as_dir" && as_dir=.
13924 for ac_exec_ext in '' $ac_executable_extensions; do
13925 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
13926 ac_cv_prog_gphoto2_devel="gphoto2-config"
13927 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
13928 break 2
13930 done
13931 done
13932 IFS=$as_save_IFS
13934 test -z "$ac_cv_prog_gphoto2_devel" && ac_cv_prog_gphoto2_devel="no"
13937 gphoto2_devel=$ac_cv_prog_gphoto2_devel
13938 if test -n "$gphoto2_devel"; then
13939 { $as_echo "$as_me:$LINENO: result: $gphoto2_devel" >&5
13940 $as_echo "$gphoto2_devel" >&6; }
13941 else
13942 { $as_echo "$as_me:$LINENO: result: no" >&5
13943 $as_echo "no" >&6; }
13947 # Extract the first word of "gphoto2-port-config", so it can be a program name with args.
13948 set dummy gphoto2-port-config; ac_word=$2
13949 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
13950 $as_echo_n "checking for $ac_word... " >&6; }
13951 if test "${ac_cv_prog_gphoto2port_devel+set}" = set; then
13952 $as_echo_n "(cached) " >&6
13953 else
13954 if test -n "$gphoto2port_devel"; then
13955 ac_cv_prog_gphoto2port_devel="$gphoto2port_devel" # Let the user override the test.
13956 else
13957 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
13958 for as_dir in $PATH
13960 IFS=$as_save_IFS
13961 test -z "$as_dir" && as_dir=.
13962 for ac_exec_ext in '' $ac_executable_extensions; do
13963 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
13964 ac_cv_prog_gphoto2port_devel="gphoto2-port-config"
13965 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
13966 break 2
13968 done
13969 done
13970 IFS=$as_save_IFS
13972 test -z "$ac_cv_prog_gphoto2port_devel" && ac_cv_prog_gphoto2port_devel="no"
13975 gphoto2port_devel=$ac_cv_prog_gphoto2port_devel
13976 if test -n "$gphoto2port_devel"; then
13977 { $as_echo "$as_me:$LINENO: result: $gphoto2port_devel" >&5
13978 $as_echo "$gphoto2port_devel" >&6; }
13979 else
13980 { $as_echo "$as_me:$LINENO: result: no" >&5
13981 $as_echo "no" >&6; }
13985 if test "$gphoto2_devel" != "no" -a "$gphoto2port_devel" != "no"
13986 then
13987 ac_gphoto2_incl="`$gphoto2_devel --cflags` `$gphoto2port_devel --cflags`"
13988 ac_gphoto2_libs=""
13989 for i in `$gphoto2_devel --libs` `$gphoto2port_devel --libs`
13991 case "$i" in
13992 -L/usr/lib|-L/usr/lib64) ;;
13993 -L*|-l*) ac_gphoto2_libs="$ac_gphoto2_libs $i";;
13994 esac
13995 done
13996 CPPFLAGS="$CPPFLAGS $ac_gphoto2_incl"
13998 ac_gphoto2_libs=${ac_gphoto2_libs:-"-lgphoto2"}
13999 if test "${ac_cv_header_gphoto2_camera_h+set}" = set; then
14000 { $as_echo "$as_me:$LINENO: checking for gphoto2-camera.h" >&5
14001 $as_echo_n "checking for gphoto2-camera.h... " >&6; }
14002 if test "${ac_cv_header_gphoto2_camera_h+set}" = set; then
14003 $as_echo_n "(cached) " >&6
14005 { $as_echo "$as_me:$LINENO: result: $ac_cv_header_gphoto2_camera_h" >&5
14006 $as_echo "$ac_cv_header_gphoto2_camera_h" >&6; }
14007 else
14008 # Is the header compilable?
14009 { $as_echo "$as_me:$LINENO: checking gphoto2-camera.h usability" >&5
14010 $as_echo_n "checking gphoto2-camera.h usability... " >&6; }
14011 cat >conftest.$ac_ext <<_ACEOF
14012 /* confdefs.h. */
14013 _ACEOF
14014 cat confdefs.h >>conftest.$ac_ext
14015 cat >>conftest.$ac_ext <<_ACEOF
14016 /* end confdefs.h. */
14017 $ac_includes_default
14018 #include <gphoto2-camera.h>
14019 _ACEOF
14020 rm -f conftest.$ac_objext
14021 if { (ac_try="$ac_compile"
14022 case "(($ac_try" in
14023 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14024 *) ac_try_echo=$ac_try;;
14025 esac
14026 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
14027 $as_echo "$ac_try_echo") >&5
14028 (eval "$ac_compile") 2>conftest.er1
14029 ac_status=$?
14030 grep -v '^ *+' conftest.er1 >conftest.err
14031 rm -f conftest.er1
14032 cat conftest.err >&5
14033 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
14034 (exit $ac_status); } && {
14035 test -z "$ac_c_werror_flag" ||
14036 test ! -s conftest.err
14037 } && test -s conftest.$ac_objext; then
14038 ac_header_compiler=yes
14039 else
14040 $as_echo "$as_me: failed program was:" >&5
14041 sed 's/^/| /' conftest.$ac_ext >&5
14043 ac_header_compiler=no
14046 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14047 { $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
14048 $as_echo "$ac_header_compiler" >&6; }
14050 # Is the header present?
14051 { $as_echo "$as_me:$LINENO: checking gphoto2-camera.h presence" >&5
14052 $as_echo_n "checking gphoto2-camera.h presence... " >&6; }
14053 cat >conftest.$ac_ext <<_ACEOF
14054 /* confdefs.h. */
14055 _ACEOF
14056 cat confdefs.h >>conftest.$ac_ext
14057 cat >>conftest.$ac_ext <<_ACEOF
14058 /* end confdefs.h. */
14059 #include <gphoto2-camera.h>
14060 _ACEOF
14061 if { (ac_try="$ac_cpp conftest.$ac_ext"
14062 case "(($ac_try" in
14063 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14064 *) ac_try_echo=$ac_try;;
14065 esac
14066 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
14067 $as_echo "$ac_try_echo") >&5
14068 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
14069 ac_status=$?
14070 grep -v '^ *+' conftest.er1 >conftest.err
14071 rm -f conftest.er1
14072 cat conftest.err >&5
14073 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
14074 (exit $ac_status); } >/dev/null && {
14075 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
14076 test ! -s conftest.err
14077 }; then
14078 ac_header_preproc=yes
14079 else
14080 $as_echo "$as_me: failed program was:" >&5
14081 sed 's/^/| /' conftest.$ac_ext >&5
14083 ac_header_preproc=no
14086 rm -f conftest.err conftest.$ac_ext
14087 { $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
14088 $as_echo "$ac_header_preproc" >&6; }
14090 # So? What about this header?
14091 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
14092 yes:no: )
14093 { $as_echo "$as_me:$LINENO: WARNING: gphoto2-camera.h: accepted by the compiler, rejected by the preprocessor!" >&5
14094 $as_echo "$as_me: WARNING: gphoto2-camera.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
14095 { $as_echo "$as_me:$LINENO: WARNING: gphoto2-camera.h: proceeding with the compiler's result" >&5
14096 $as_echo "$as_me: WARNING: gphoto2-camera.h: proceeding with the compiler's result" >&2;}
14097 ac_header_preproc=yes
14099 no:yes:* )
14100 { $as_echo "$as_me:$LINENO: WARNING: gphoto2-camera.h: present but cannot be compiled" >&5
14101 $as_echo "$as_me: WARNING: gphoto2-camera.h: present but cannot be compiled" >&2;}
14102 { $as_echo "$as_me:$LINENO: WARNING: gphoto2-camera.h: check for missing prerequisite headers?" >&5
14103 $as_echo "$as_me: WARNING: gphoto2-camera.h: check for missing prerequisite headers?" >&2;}
14104 { $as_echo "$as_me:$LINENO: WARNING: gphoto2-camera.h: see the Autoconf documentation" >&5
14105 $as_echo "$as_me: WARNING: gphoto2-camera.h: see the Autoconf documentation" >&2;}
14106 { $as_echo "$as_me:$LINENO: WARNING: gphoto2-camera.h: section \"Present But Cannot Be Compiled\"" >&5
14107 $as_echo "$as_me: WARNING: gphoto2-camera.h: section \"Present But Cannot Be Compiled\"" >&2;}
14108 { $as_echo "$as_me:$LINENO: WARNING: gphoto2-camera.h: proceeding with the preprocessor's result" >&5
14109 $as_echo "$as_me: WARNING: gphoto2-camera.h: proceeding with the preprocessor's result" >&2;}
14110 { $as_echo "$as_me:$LINENO: WARNING: gphoto2-camera.h: in the future, the compiler will take precedence" >&5
14111 $as_echo "$as_me: WARNING: gphoto2-camera.h: in the future, the compiler will take precedence" >&2;}
14112 ( cat <<\_ASBOX
14113 ## ------------------------------------ ##
14114 ## Report this to wine-devel@winehq.org ##
14115 ## ------------------------------------ ##
14116 _ASBOX
14117 ) | sed "s/^/$as_me: WARNING: /" >&2
14119 esac
14120 { $as_echo "$as_me:$LINENO: checking for gphoto2-camera.h" >&5
14121 $as_echo_n "checking for gphoto2-camera.h... " >&6; }
14122 if test "${ac_cv_header_gphoto2_camera_h+set}" = set; then
14123 $as_echo_n "(cached) " >&6
14124 else
14125 ac_cv_header_gphoto2_camera_h=$ac_header_preproc
14127 { $as_echo "$as_me:$LINENO: result: $ac_cv_header_gphoto2_camera_h" >&5
14128 $as_echo "$ac_cv_header_gphoto2_camera_h" >&6; }
14131 if test "x$ac_cv_header_gphoto2_camera_h" = x""yes; then
14132 { $as_echo "$as_me:$LINENO: checking for gp_camera_new in -lgphoto2" >&5
14133 $as_echo_n "checking for gp_camera_new in -lgphoto2... " >&6; }
14134 if test "${ac_cv_lib_gphoto2_gp_camera_new+set}" = set; then
14135 $as_echo_n "(cached) " >&6
14136 else
14137 ac_check_lib_save_LIBS=$LIBS
14138 LIBS="-lgphoto2 $ac_gphoto2_libs $LIBS"
14139 cat >conftest.$ac_ext <<_ACEOF
14140 /* confdefs.h. */
14141 _ACEOF
14142 cat confdefs.h >>conftest.$ac_ext
14143 cat >>conftest.$ac_ext <<_ACEOF
14144 /* end confdefs.h. */
14146 /* Override any GCC internal prototype to avoid an error.
14147 Use char because int might match the return type of a GCC
14148 builtin and then its argument prototype would still apply. */
14149 #ifdef __cplusplus
14150 extern "C"
14151 #endif
14152 char gp_camera_new ();
14154 main ()
14156 return gp_camera_new ();
14158 return 0;
14160 _ACEOF
14161 rm -f conftest.$ac_objext conftest$ac_exeext
14162 if { (ac_try="$ac_link"
14163 case "(($ac_try" in
14164 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14165 *) ac_try_echo=$ac_try;;
14166 esac
14167 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
14168 $as_echo "$ac_try_echo") >&5
14169 (eval "$ac_link") 2>conftest.er1
14170 ac_status=$?
14171 grep -v '^ *+' conftest.er1 >conftest.err
14172 rm -f conftest.er1
14173 cat conftest.err >&5
14174 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
14175 (exit $ac_status); } && {
14176 test -z "$ac_c_werror_flag" ||
14177 test ! -s conftest.err
14178 } && test -s conftest$ac_exeext && {
14179 test "$cross_compiling" = yes ||
14180 $as_test_x conftest$ac_exeext
14181 }; then
14182 ac_cv_lib_gphoto2_gp_camera_new=yes
14183 else
14184 $as_echo "$as_me: failed program was:" >&5
14185 sed 's/^/| /' conftest.$ac_ext >&5
14187 ac_cv_lib_gphoto2_gp_camera_new=no
14190 rm -rf conftest.dSYM
14191 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
14192 conftest$ac_exeext conftest.$ac_ext
14193 LIBS=$ac_check_lib_save_LIBS
14195 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_gphoto2_gp_camera_new" >&5
14196 $as_echo "$ac_cv_lib_gphoto2_gp_camera_new" >&6; }
14197 if test "x$ac_cv_lib_gphoto2_gp_camera_new" = x""yes; then
14199 cat >>confdefs.h <<\_ACEOF
14200 #define HAVE_GPHOTO2 1
14201 _ACEOF
14203 GPHOTO2LIBS="$ac_gphoto2_libs"
14205 GPHOTO2INCL="$ac_gphoto2_incl"
14212 CPPFLAGS="$ac_save_CPPFLAGS"
14214 if test "$ac_cv_lib_gphoto2_gp_camera_new" != "yes"; then
14215 case "x$with_gphoto" in
14216 x) wine_notices="$wine_notices|libgphoto2 ${notice_platform}development files not found, digital cameras won't be supported." ;;
14217 xno) ;;
14218 *) { { $as_echo "$as_me:$LINENO: error: libgphoto2 ${notice_platform}development files not found, digital cameras won't be supported.
14219 This is an error since --with-gphoto was requested." >&5
14220 $as_echo "$as_me: error: libgphoto2 ${notice_platform}development files not found, digital cameras won't be supported.
14221 This is an error since --with-gphoto was requested." >&2;}
14222 { (exit 1); exit 1; }; } ;;
14223 esac
14228 RESOLVLIBS=""
14230 if test "$ac_cv_header_resolv_h" = "yes"
14231 then
14232 ac_save_LIBS="$LIBS"
14233 LIBS="$LIBS -lresolv"
14234 cat >conftest.$ac_ext <<_ACEOF
14235 /* confdefs.h. */
14236 _ACEOF
14237 cat confdefs.h >>conftest.$ac_ext
14238 cat >>conftest.$ac_ext <<_ACEOF
14239 /* end confdefs.h. */
14240 #ifdef HAVE_NETINET_IN_H
14241 #include <netinet/in.h>
14242 #endif
14243 #include <resolv.h>
14245 main ()
14247 res_init();
14249 return 0;
14251 _ACEOF
14252 rm -f conftest.$ac_objext conftest$ac_exeext
14253 if { (ac_try="$ac_link"
14254 case "(($ac_try" in
14255 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14256 *) ac_try_echo=$ac_try;;
14257 esac
14258 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
14259 $as_echo "$ac_try_echo") >&5
14260 (eval "$ac_link") 2>conftest.er1
14261 ac_status=$?
14262 grep -v '^ *+' conftest.er1 >conftest.err
14263 rm -f conftest.er1
14264 cat conftest.err >&5
14265 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
14266 (exit $ac_status); } && {
14267 test -z "$ac_c_werror_flag" ||
14268 test ! -s conftest.err
14269 } && test -s conftest$ac_exeext && {
14270 test "$cross_compiling" = yes ||
14271 $as_test_x conftest$ac_exeext
14272 }; then
14274 cat >>confdefs.h <<\_ACEOF
14275 #define HAVE_RESOLV 1
14276 _ACEOF
14278 RESOLVLIBS="-lresolv"
14279 else
14280 $as_echo "$as_me: failed program was:" >&5
14281 sed 's/^/| /' conftest.$ac_ext >&5
14286 rm -rf conftest.dSYM
14287 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
14288 conftest$ac_exeext conftest.$ac_ext
14289 LIBS="$ac_save_LIBS"
14292 LCMSLIBS=""
14294 if test "$ac_cv_header_lcms_h" = "yes" -o "$ac_cv_header_lcms_lcms_h" = "yes"
14295 then
14296 { $as_echo "$as_me:$LINENO: checking for cmsOpenProfileFromFile in -llcms" >&5
14297 $as_echo_n "checking for cmsOpenProfileFromFile in -llcms... " >&6; }
14298 if test "${ac_cv_lib_lcms_cmsOpenProfileFromFile+set}" = set; then
14299 $as_echo_n "(cached) " >&6
14300 else
14301 ac_check_lib_save_LIBS=$LIBS
14302 LIBS="-llcms $LIBS"
14303 cat >conftest.$ac_ext <<_ACEOF
14304 /* confdefs.h. */
14305 _ACEOF
14306 cat confdefs.h >>conftest.$ac_ext
14307 cat >>conftest.$ac_ext <<_ACEOF
14308 /* end confdefs.h. */
14310 /* Override any GCC internal prototype to avoid an error.
14311 Use char because int might match the return type of a GCC
14312 builtin and then its argument prototype would still apply. */
14313 #ifdef __cplusplus
14314 extern "C"
14315 #endif
14316 char cmsOpenProfileFromFile ();
14318 main ()
14320 return cmsOpenProfileFromFile ();
14322 return 0;
14324 _ACEOF
14325 rm -f conftest.$ac_objext conftest$ac_exeext
14326 if { (ac_try="$ac_link"
14327 case "(($ac_try" in
14328 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14329 *) ac_try_echo=$ac_try;;
14330 esac
14331 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
14332 $as_echo "$ac_try_echo") >&5
14333 (eval "$ac_link") 2>conftest.er1
14334 ac_status=$?
14335 grep -v '^ *+' conftest.er1 >conftest.err
14336 rm -f conftest.er1
14337 cat conftest.err >&5
14338 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
14339 (exit $ac_status); } && {
14340 test -z "$ac_c_werror_flag" ||
14341 test ! -s conftest.err
14342 } && test -s conftest$ac_exeext && {
14343 test "$cross_compiling" = yes ||
14344 $as_test_x conftest$ac_exeext
14345 }; then
14346 ac_cv_lib_lcms_cmsOpenProfileFromFile=yes
14347 else
14348 $as_echo "$as_me: failed program was:" >&5
14349 sed 's/^/| /' conftest.$ac_ext >&5
14351 ac_cv_lib_lcms_cmsOpenProfileFromFile=no
14354 rm -rf conftest.dSYM
14355 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
14356 conftest$ac_exeext conftest.$ac_ext
14357 LIBS=$ac_check_lib_save_LIBS
14359 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_lcms_cmsOpenProfileFromFile" >&5
14360 $as_echo "$ac_cv_lib_lcms_cmsOpenProfileFromFile" >&6; }
14361 if test "x$ac_cv_lib_lcms_cmsOpenProfileFromFile" = x""yes; then
14363 cat >>confdefs.h <<\_ACEOF
14364 #define HAVE_LCMS 1
14365 _ACEOF
14367 LCMSLIBS="-llcms"
14371 if test "$ac_cv_lib_lcms_cmsOpenProfileFromFile" != "yes"; then
14372 case "x$with_cms" in
14373 x) wine_notices="$wine_notices|liblcms ${notice_platform}development files not found, Color Management won't be supported." ;;
14374 xno) ;;
14375 *) { { $as_echo "$as_me:$LINENO: error: liblcms ${notice_platform}development files not found, Color Management won't be supported.
14376 This is an error since --with-cms was requested." >&5
14377 $as_echo "$as_me: error: liblcms ${notice_platform}development files not found, Color Management won't be supported.
14378 This is an error since --with-cms was requested." >&2;}
14379 { (exit 1); exit 1; }; } ;;
14380 esac
14384 if test "x$with_freetype" != "xno"
14385 then
14386 for ac_prog in freetype-config freetype2-config
14388 # Extract the first word of "$ac_prog", so it can be a program name with args.
14389 set dummy $ac_prog; ac_word=$2
14390 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
14391 $as_echo_n "checking for $ac_word... " >&6; }
14392 if test "${ac_cv_prog_ft_devel+set}" = set; then
14393 $as_echo_n "(cached) " >&6
14394 else
14395 if test -n "$ft_devel"; then
14396 ac_cv_prog_ft_devel="$ft_devel" # Let the user override the test.
14397 else
14398 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
14399 for as_dir in $PATH
14401 IFS=$as_save_IFS
14402 test -z "$as_dir" && as_dir=.
14403 for ac_exec_ext in '' $ac_executable_extensions; do
14404 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
14405 ac_cv_prog_ft_devel="$ac_prog"
14406 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
14407 break 2
14409 done
14410 done
14411 IFS=$as_save_IFS
14415 ft_devel=$ac_cv_prog_ft_devel
14416 if test -n "$ft_devel"; then
14417 { $as_echo "$as_me:$LINENO: result: $ft_devel" >&5
14418 $as_echo "$ft_devel" >&6; }
14419 else
14420 { $as_echo "$as_me:$LINENO: result: no" >&5
14421 $as_echo "no" >&6; }
14425 test -n "$ft_devel" && break
14426 done
14427 test -n "$ft_devel" || ft_devel="no"
14429 if test "$ft_devel" != "no"
14430 then
14431 ac_freetype_incl=`$ft_devel --cflags`
14432 ac_freetype_libs=`$ft_devel --libs`
14434 ac_freetype_libs=${ac_freetype_libs:-"-lfreetype"}
14435 { $as_echo "$as_me:$LINENO: checking for -lfreetype" >&5
14436 $as_echo_n "checking for -lfreetype... " >&6; }
14437 if test "${ac_cv_lib_soname_freetype+set}" = set; then
14438 $as_echo_n "(cached) " >&6
14439 else
14440 ac_check_soname_save_LIBS=$LIBS
14441 LIBS="-lfreetype $ac_freetype_libs $LIBS"
14442 cat >conftest.$ac_ext <<_ACEOF
14443 /* confdefs.h. */
14444 _ACEOF
14445 cat confdefs.h >>conftest.$ac_ext
14446 cat >>conftest.$ac_ext <<_ACEOF
14447 /* end confdefs.h. */
14449 /* Override any GCC internal prototype to avoid an error.
14450 Use char because int might match the return type of a GCC
14451 builtin and then its argument prototype would still apply. */
14452 #ifdef __cplusplus
14453 extern "C"
14454 #endif
14455 char FT_Init_FreeType ();
14457 main ()
14459 return FT_Init_FreeType ();
14461 return 0;
14463 _ACEOF
14464 rm -f conftest.$ac_objext conftest$ac_exeext
14465 if { (ac_try="$ac_link"
14466 case "(($ac_try" in
14467 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14468 *) ac_try_echo=$ac_try;;
14469 esac
14470 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
14471 $as_echo "$ac_try_echo") >&5
14472 (eval "$ac_link") 2>conftest.er1
14473 ac_status=$?
14474 grep -v '^ *+' conftest.er1 >conftest.err
14475 rm -f conftest.er1
14476 cat conftest.err >&5
14477 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
14478 (exit $ac_status); } && {
14479 test -z "$ac_c_werror_flag" ||
14480 test ! -s conftest.err
14481 } && test -s conftest$ac_exeext && {
14482 test "$cross_compiling" = yes ||
14483 $as_test_x conftest$ac_exeext
14484 }; then
14485 case "$LIBEXT" in
14486 dll) ;;
14487 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'` ;;
14488 *) ac_cv_lib_soname_freetype=`$ac_cv_path_LDD conftest$ac_exeext | grep "libfreetype\\.$LIBEXT" | sed -e "s/^.*\(libfreetype\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
14489 esac
14490 else
14491 $as_echo "$as_me: failed program was:" >&5
14492 sed 's/^/| /' conftest.$ac_ext >&5
14497 rm -rf conftest.dSYM
14498 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
14499 conftest$ac_exeext conftest.$ac_ext
14500 LIBS=$ac_check_soname_save_LIBS
14502 if test "x$ac_cv_lib_soname_freetype" = "x"; then
14503 { $as_echo "$as_me:$LINENO: result: not found" >&5
14504 $as_echo "not found" >&6; }
14505 ft_lib=no
14506 else
14507 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_freetype" >&5
14508 $as_echo "$ac_cv_lib_soname_freetype" >&6; }
14510 cat >>confdefs.h <<_ACEOF
14511 #define SONAME_LIBFREETYPE "$ac_cv_lib_soname_freetype"
14512 _ACEOF
14514 ft_lib=yes
14517 if test "$ft_lib" = "yes"
14518 then
14519 ac_save_CPPFLAGS="$CPPFLAGS"
14520 CPPFLAGS="$ac_freetype_incl $CPPFLAGS"
14534 for ac_header in ft2build.h \
14535 freetype/freetype.h \
14536 freetype/ftglyph.h \
14537 freetype/fttypes.h \
14538 freetype/tttables.h \
14539 freetype/ftnames.h \
14540 freetype/ftsnames.h \
14541 freetype/ttnameid.h \
14542 freetype/ftoutln.h \
14543 freetype/ftwinfnt.h \
14544 freetype/ftmodapi.h \
14545 freetype/ftlcdfil.h \
14546 freetype/internal/sfnt.h
14548 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
14549 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
14550 $as_echo_n "checking for $ac_header... " >&6; }
14551 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
14552 $as_echo_n "(cached) " >&6
14553 else
14554 cat >conftest.$ac_ext <<_ACEOF
14555 /* confdefs.h. */
14556 _ACEOF
14557 cat confdefs.h >>conftest.$ac_ext
14558 cat >>conftest.$ac_ext <<_ACEOF
14559 /* end confdefs.h. */
14560 #ifdef HAVE_FT2BUILD_H
14561 # include <ft2build.h>
14562 #endif
14564 #include <$ac_header>
14565 _ACEOF
14566 rm -f conftest.$ac_objext
14567 if { (ac_try="$ac_compile"
14568 case "(($ac_try" in
14569 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14570 *) ac_try_echo=$ac_try;;
14571 esac
14572 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
14573 $as_echo "$ac_try_echo") >&5
14574 (eval "$ac_compile") 2>conftest.er1
14575 ac_status=$?
14576 grep -v '^ *+' conftest.er1 >conftest.err
14577 rm -f conftest.er1
14578 cat conftest.err >&5
14579 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
14580 (exit $ac_status); } && {
14581 test -z "$ac_c_werror_flag" ||
14582 test ! -s conftest.err
14583 } && test -s conftest.$ac_objext; then
14584 eval "$as_ac_Header=yes"
14585 else
14586 $as_echo "$as_me: failed program was:" >&5
14587 sed 's/^/| /' conftest.$ac_ext >&5
14589 eval "$as_ac_Header=no"
14592 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14594 ac_res=`eval 'as_val=${'$as_ac_Header'}
14595 $as_echo "$as_val"'`
14596 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
14597 $as_echo "$ac_res" >&6; }
14598 as_val=`eval 'as_val=${'$as_ac_Header'}
14599 $as_echo "$as_val"'`
14600 if test "x$as_val" = x""yes; then
14601 cat >>confdefs.h <<_ACEOF
14602 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
14603 _ACEOF
14607 done
14609 cat >conftest.$ac_ext <<_ACEOF
14610 /* confdefs.h. */
14611 _ACEOF
14612 cat confdefs.h >>conftest.$ac_ext
14613 cat >>conftest.$ac_ext <<_ACEOF
14614 /* end confdefs.h. */
14615 #include <ft2build.h>
14616 #include <freetype/fttrigon.h>
14617 _ACEOF
14618 if { (ac_try="$ac_cpp conftest.$ac_ext"
14619 case "(($ac_try" in
14620 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14621 *) ac_try_echo=$ac_try;;
14622 esac
14623 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
14624 $as_echo "$ac_try_echo") >&5
14625 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
14626 ac_status=$?
14627 grep -v '^ *+' conftest.er1 >conftest.err
14628 rm -f conftest.er1
14629 cat conftest.err >&5
14630 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
14631 (exit $ac_status); } >/dev/null && {
14632 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
14633 test ! -s conftest.err
14634 }; then
14636 cat >>confdefs.h <<\_ACEOF
14637 #define HAVE_FREETYPE_FTTRIGON_H 1
14638 _ACEOF
14640 wine_cv_fttrigon=yes
14641 else
14642 $as_echo "$as_me: failed program was:" >&5
14643 sed 's/^/| /' conftest.$ac_ext >&5
14645 wine_cv_fttrigon=no
14648 rm -f conftest.err conftest.$ac_ext
14649 { $as_echo "$as_me:$LINENO: checking for FT_TrueTypeEngineType" >&5
14650 $as_echo_n "checking for FT_TrueTypeEngineType... " >&6; }
14651 if test "${ac_cv_type_FT_TrueTypeEngineType+set}" = set; then
14652 $as_echo_n "(cached) " >&6
14653 else
14654 ac_cv_type_FT_TrueTypeEngineType=no
14655 cat >conftest.$ac_ext <<_ACEOF
14656 /* confdefs.h. */
14657 _ACEOF
14658 cat confdefs.h >>conftest.$ac_ext
14659 cat >>conftest.$ac_ext <<_ACEOF
14660 /* end confdefs.h. */
14661 #include <freetype/ftmodapi.h>
14664 main ()
14666 if (sizeof (FT_TrueTypeEngineType))
14667 return 0;
14669 return 0;
14671 _ACEOF
14672 rm -f conftest.$ac_objext
14673 if { (ac_try="$ac_compile"
14674 case "(($ac_try" in
14675 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14676 *) ac_try_echo=$ac_try;;
14677 esac
14678 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
14679 $as_echo "$ac_try_echo") >&5
14680 (eval "$ac_compile") 2>conftest.er1
14681 ac_status=$?
14682 grep -v '^ *+' conftest.er1 >conftest.err
14683 rm -f conftest.er1
14684 cat conftest.err >&5
14685 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
14686 (exit $ac_status); } && {
14687 test -z "$ac_c_werror_flag" ||
14688 test ! -s conftest.err
14689 } && test -s conftest.$ac_objext; then
14690 cat >conftest.$ac_ext <<_ACEOF
14691 /* confdefs.h. */
14692 _ACEOF
14693 cat confdefs.h >>conftest.$ac_ext
14694 cat >>conftest.$ac_ext <<_ACEOF
14695 /* end confdefs.h. */
14696 #include <freetype/ftmodapi.h>
14699 main ()
14701 if (sizeof ((FT_TrueTypeEngineType)))
14702 return 0;
14704 return 0;
14706 _ACEOF
14707 rm -f conftest.$ac_objext
14708 if { (ac_try="$ac_compile"
14709 case "(($ac_try" in
14710 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14711 *) ac_try_echo=$ac_try;;
14712 esac
14713 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
14714 $as_echo "$ac_try_echo") >&5
14715 (eval "$ac_compile") 2>conftest.er1
14716 ac_status=$?
14717 grep -v '^ *+' conftest.er1 >conftest.err
14718 rm -f conftest.er1
14719 cat conftest.err >&5
14720 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
14721 (exit $ac_status); } && {
14722 test -z "$ac_c_werror_flag" ||
14723 test ! -s conftest.err
14724 } && test -s conftest.$ac_objext; then
14726 else
14727 $as_echo "$as_me: failed program was:" >&5
14728 sed 's/^/| /' conftest.$ac_ext >&5
14730 ac_cv_type_FT_TrueTypeEngineType=yes
14733 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14734 else
14735 $as_echo "$as_me: failed program was:" >&5
14736 sed 's/^/| /' conftest.$ac_ext >&5
14741 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14743 { $as_echo "$as_me:$LINENO: result: $ac_cv_type_FT_TrueTypeEngineType" >&5
14744 $as_echo "$ac_cv_type_FT_TrueTypeEngineType" >&6; }
14745 if test "x$ac_cv_type_FT_TrueTypeEngineType" = x""yes; then
14747 cat >>confdefs.h <<_ACEOF
14748 #define HAVE_FT_TRUETYPEENGINETYPE 1
14749 _ACEOF
14754 ac_save_CFLAGS="$CFLAGS"
14755 CFLAGS="$CFLAGS $ac_freetype_libs"
14757 for ac_func in FT_Load_Sfnt_Table
14759 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
14760 { $as_echo "$as_me:$LINENO: checking for $ac_func" >&5
14761 $as_echo_n "checking for $ac_func... " >&6; }
14762 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
14763 $as_echo_n "(cached) " >&6
14764 else
14765 cat >conftest.$ac_ext <<_ACEOF
14766 /* confdefs.h. */
14767 _ACEOF
14768 cat confdefs.h >>conftest.$ac_ext
14769 cat >>conftest.$ac_ext <<_ACEOF
14770 /* end confdefs.h. */
14771 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
14772 For example, HP-UX 11i <limits.h> declares gettimeofday. */
14773 #define $ac_func innocuous_$ac_func
14775 /* System header to define __stub macros and hopefully few prototypes,
14776 which can conflict with char $ac_func (); below.
14777 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
14778 <limits.h> exists even on freestanding compilers. */
14780 #ifdef __STDC__
14781 # include <limits.h>
14782 #else
14783 # include <assert.h>
14784 #endif
14786 #undef $ac_func
14788 /* Override any GCC internal prototype to avoid an error.
14789 Use char because int might match the return type of a GCC
14790 builtin and then its argument prototype would still apply. */
14791 #ifdef __cplusplus
14792 extern "C"
14793 #endif
14794 char $ac_func ();
14795 /* The GNU C library defines this for functions which it implements
14796 to always fail with ENOSYS. Some functions are actually named
14797 something starting with __ and the normal name is an alias. */
14798 #if defined __stub_$ac_func || defined __stub___$ac_func
14799 choke me
14800 #endif
14803 main ()
14805 return $ac_func ();
14807 return 0;
14809 _ACEOF
14810 rm -f conftest.$ac_objext conftest$ac_exeext
14811 if { (ac_try="$ac_link"
14812 case "(($ac_try" in
14813 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14814 *) ac_try_echo=$ac_try;;
14815 esac
14816 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
14817 $as_echo "$ac_try_echo") >&5
14818 (eval "$ac_link") 2>conftest.er1
14819 ac_status=$?
14820 grep -v '^ *+' conftest.er1 >conftest.err
14821 rm -f conftest.er1
14822 cat conftest.err >&5
14823 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
14824 (exit $ac_status); } && {
14825 test -z "$ac_c_werror_flag" ||
14826 test ! -s conftest.err
14827 } && test -s conftest$ac_exeext && {
14828 test "$cross_compiling" = yes ||
14829 $as_test_x conftest$ac_exeext
14830 }; then
14831 eval "$as_ac_var=yes"
14832 else
14833 $as_echo "$as_me: failed program was:" >&5
14834 sed 's/^/| /' conftest.$ac_ext >&5
14836 eval "$as_ac_var=no"
14839 rm -rf conftest.dSYM
14840 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
14841 conftest$ac_exeext conftest.$ac_ext
14843 ac_res=`eval 'as_val=${'$as_ac_var'}
14844 $as_echo "$as_val"'`
14845 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
14846 $as_echo "$ac_res" >&6; }
14847 as_val=`eval 'as_val=${'$as_ac_var'}
14848 $as_echo "$as_val"'`
14849 if test "x$as_val" = x""yes; then
14850 cat >>confdefs.h <<_ACEOF
14851 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
14852 _ACEOF
14855 done
14857 CFLAGS="$ac_save_CFLAGS"
14858 CPPFLAGS="$ac_save_CPPFLAGS"
14859 if test "$ac_cv_header_freetype_freetype_h" = "yes" -a "$wine_cv_fttrigon" = "yes"
14860 then
14862 cat >>confdefs.h <<\_ACEOF
14863 #define HAVE_FREETYPE 1
14864 _ACEOF
14866 FREETYPELIBS="$ac_freetype_libs"
14868 FREETYPEINCL="$ac_freetype_incl"
14873 if test "x$FREETYPELIBS" = "x"; then
14874 case "x$with_freetype" in
14875 xno) ;;
14876 *) { { $as_echo "$as_me:$LINENO: error: FreeType ${notice_platform}development files not found. Fonts will not be built.
14877 Use the --without-freetype option if you really want this." >&5
14878 $as_echo "$as_me: error: FreeType ${notice_platform}development files not found. Fonts will not be built.
14879 Use the --without-freetype option if you really want this." >&2;}
14880 { (exit 1); exit 1; }; } ;;
14881 esac
14884 test "x$FREETYPELIBS" = "x" && enable_fonts=${enable_fonts:-no}
14886 { $as_echo "$as_me:$LINENO: checking for parport header/ppdev.h" >&5
14887 $as_echo_n "checking for parport header/ppdev.h... " >&6; }
14888 if test "${ac_cv_c_ppdev+set}" = set; then
14889 $as_echo_n "(cached) " >&6
14890 else
14891 cat >conftest.$ac_ext <<_ACEOF
14892 /* confdefs.h. */
14893 _ACEOF
14894 cat confdefs.h >>conftest.$ac_ext
14895 cat >>conftest.$ac_ext <<_ACEOF
14896 /* end confdefs.h. */
14897 #include <linux/ppdev.h>
14899 main ()
14901 ioctl (1,PPCLAIM,0)
14903 return 0;
14905 _ACEOF
14906 rm -f conftest.$ac_objext
14907 if { (ac_try="$ac_compile"
14908 case "(($ac_try" in
14909 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14910 *) ac_try_echo=$ac_try;;
14911 esac
14912 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
14913 $as_echo "$ac_try_echo") >&5
14914 (eval "$ac_compile") 2>conftest.er1
14915 ac_status=$?
14916 grep -v '^ *+' conftest.er1 >conftest.err
14917 rm -f conftest.er1
14918 cat conftest.err >&5
14919 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
14920 (exit $ac_status); } && {
14921 test -z "$ac_c_werror_flag" ||
14922 test ! -s conftest.err
14923 } && test -s conftest.$ac_objext; then
14924 ac_cv_c_ppdev="yes"
14925 else
14926 $as_echo "$as_me: failed program was:" >&5
14927 sed 's/^/| /' conftest.$ac_ext >&5
14929 ac_cv_c_ppdev="no"
14932 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14934 { $as_echo "$as_me:$LINENO: result: $ac_cv_c_ppdev" >&5
14935 $as_echo "$ac_cv_c_ppdev" >&6; }
14936 if test "$ac_cv_c_ppdev" = "yes"
14937 then
14939 cat >>confdefs.h <<\_ACEOF
14940 #define HAVE_PPDEV 1
14941 _ACEOF
14945 ac_wine_check_funcs_save_LIBS="$LIBS"
14946 LIBS="$LIBS $LIBPTHREAD"
14951 for ac_func in \
14952 pthread_attr_get_np \
14953 pthread_getattr_np \
14954 pthread_get_stackaddr_np \
14955 pthread_get_stacksize_np
14957 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
14958 { $as_echo "$as_me:$LINENO: checking for $ac_func" >&5
14959 $as_echo_n "checking for $ac_func... " >&6; }
14960 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
14961 $as_echo_n "(cached) " >&6
14962 else
14963 cat >conftest.$ac_ext <<_ACEOF
14964 /* confdefs.h. */
14965 _ACEOF
14966 cat confdefs.h >>conftest.$ac_ext
14967 cat >>conftest.$ac_ext <<_ACEOF
14968 /* end confdefs.h. */
14969 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
14970 For example, HP-UX 11i <limits.h> declares gettimeofday. */
14971 #define $ac_func innocuous_$ac_func
14973 /* System header to define __stub macros and hopefully few prototypes,
14974 which can conflict with char $ac_func (); below.
14975 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
14976 <limits.h> exists even on freestanding compilers. */
14978 #ifdef __STDC__
14979 # include <limits.h>
14980 #else
14981 # include <assert.h>
14982 #endif
14984 #undef $ac_func
14986 /* Override any GCC internal prototype to avoid an error.
14987 Use char because int might match the return type of a GCC
14988 builtin and then its argument prototype would still apply. */
14989 #ifdef __cplusplus
14990 extern "C"
14991 #endif
14992 char $ac_func ();
14993 /* The GNU C library defines this for functions which it implements
14994 to always fail with ENOSYS. Some functions are actually named
14995 something starting with __ and the normal name is an alias. */
14996 #if defined __stub_$ac_func || defined __stub___$ac_func
14997 choke me
14998 #endif
15001 main ()
15003 return $ac_func ();
15005 return 0;
15007 _ACEOF
15008 rm -f conftest.$ac_objext conftest$ac_exeext
15009 if { (ac_try="$ac_link"
15010 case "(($ac_try" in
15011 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15012 *) ac_try_echo=$ac_try;;
15013 esac
15014 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
15015 $as_echo "$ac_try_echo") >&5
15016 (eval "$ac_link") 2>conftest.er1
15017 ac_status=$?
15018 grep -v '^ *+' conftest.er1 >conftest.err
15019 rm -f conftest.er1
15020 cat conftest.err >&5
15021 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
15022 (exit $ac_status); } && {
15023 test -z "$ac_c_werror_flag" ||
15024 test ! -s conftest.err
15025 } && test -s conftest$ac_exeext && {
15026 test "$cross_compiling" = yes ||
15027 $as_test_x conftest$ac_exeext
15028 }; then
15029 eval "$as_ac_var=yes"
15030 else
15031 $as_echo "$as_me: failed program was:" >&5
15032 sed 's/^/| /' conftest.$ac_ext >&5
15034 eval "$as_ac_var=no"
15037 rm -rf conftest.dSYM
15038 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
15039 conftest$ac_exeext conftest.$ac_ext
15041 ac_res=`eval 'as_val=${'$as_ac_var'}
15042 $as_echo "$as_val"'`
15043 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
15044 $as_echo "$ac_res" >&6; }
15045 as_val=`eval 'as_val=${'$as_ac_var'}
15046 $as_echo "$as_val"'`
15047 if test "x$as_val" = x""yes; then
15048 cat >>confdefs.h <<_ACEOF
15049 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
15050 _ACEOF
15053 done
15055 LIBS="$ac_wine_check_funcs_save_LIBS"
15057 if test "$ac_cv_header_zlib_h" = "yes"
15058 then
15059 { $as_echo "$as_me:$LINENO: checking for inflate in -lz" >&5
15060 $as_echo_n "checking for inflate in -lz... " >&6; }
15061 if test "${ac_cv_lib_z_inflate+set}" = set; then
15062 $as_echo_n "(cached) " >&6
15063 else
15064 ac_check_lib_save_LIBS=$LIBS
15065 LIBS="-lz $LIBS"
15066 cat >conftest.$ac_ext <<_ACEOF
15067 /* confdefs.h. */
15068 _ACEOF
15069 cat confdefs.h >>conftest.$ac_ext
15070 cat >>conftest.$ac_ext <<_ACEOF
15071 /* end confdefs.h. */
15073 /* Override any GCC internal prototype to avoid an error.
15074 Use char because int might match the return type of a GCC
15075 builtin and then its argument prototype would still apply. */
15076 #ifdef __cplusplus
15077 extern "C"
15078 #endif
15079 char inflate ();
15081 main ()
15083 return inflate ();
15085 return 0;
15087 _ACEOF
15088 rm -f conftest.$ac_objext conftest$ac_exeext
15089 if { (ac_try="$ac_link"
15090 case "(($ac_try" in
15091 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15092 *) ac_try_echo=$ac_try;;
15093 esac
15094 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
15095 $as_echo "$ac_try_echo") >&5
15096 (eval "$ac_link") 2>conftest.er1
15097 ac_status=$?
15098 grep -v '^ *+' conftest.er1 >conftest.err
15099 rm -f conftest.er1
15100 cat conftest.err >&5
15101 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
15102 (exit $ac_status); } && {
15103 test -z "$ac_c_werror_flag" ||
15104 test ! -s conftest.err
15105 } && test -s conftest$ac_exeext && {
15106 test "$cross_compiling" = yes ||
15107 $as_test_x conftest$ac_exeext
15108 }; then
15109 ac_cv_lib_z_inflate=yes
15110 else
15111 $as_echo "$as_me: failed program was:" >&5
15112 sed 's/^/| /' conftest.$ac_ext >&5
15114 ac_cv_lib_z_inflate=no
15117 rm -rf conftest.dSYM
15118 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
15119 conftest$ac_exeext conftest.$ac_ext
15120 LIBS=$ac_check_lib_save_LIBS
15122 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_z_inflate" >&5
15123 $as_echo "$ac_cv_lib_z_inflate" >&6; }
15124 if test "x$ac_cv_lib_z_inflate" = x""yes; then
15126 cat >>confdefs.h <<\_ACEOF
15127 #define HAVE_ZLIB 1
15128 _ACEOF
15130 ZLIB="-lz"
15136 if test "x$with_esd" != xno
15137 then
15138 save_CFLAGS="$CFLAGS"
15139 # Extract the first word of "esd-config", so it can be a program name with args.
15140 set dummy esd-config; ac_word=$2
15141 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
15142 $as_echo_n "checking for $ac_word... " >&6; }
15143 if test "${ac_cv_path_ESDCONFIG+set}" = set; then
15144 $as_echo_n "(cached) " >&6
15145 else
15146 case $ESDCONFIG in
15147 [\\/]* | ?:[\\/]*)
15148 ac_cv_path_ESDCONFIG="$ESDCONFIG" # Let the user override the test with a path.
15151 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
15152 for as_dir in $PATH
15154 IFS=$as_save_IFS
15155 test -z "$as_dir" && as_dir=.
15156 for ac_exec_ext in '' $ac_executable_extensions; do
15157 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
15158 ac_cv_path_ESDCONFIG="$as_dir/$ac_word$ac_exec_ext"
15159 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
15160 break 2
15162 done
15163 done
15164 IFS=$as_save_IFS
15166 test -z "$ac_cv_path_ESDCONFIG" && ac_cv_path_ESDCONFIG="no"
15168 esac
15170 ESDCONFIG=$ac_cv_path_ESDCONFIG
15171 if test -n "$ESDCONFIG"; then
15172 { $as_echo "$as_me:$LINENO: result: $ESDCONFIG" >&5
15173 $as_echo "$ESDCONFIG" >&6; }
15174 else
15175 { $as_echo "$as_me:$LINENO: result: no" >&5
15176 $as_echo "no" >&6; }
15180 if test "x$ESDCONFIG" != "xno"
15181 then
15182 ac_esd_incl=""
15183 for i in `$ESDCONFIG --cflags`
15185 case "$i" in
15186 -I*) ac_esd_incl="$ac_esd_incl $i";;
15187 esac
15188 done
15189 ac_esd_libs=`$ESDCONFIG --libs`
15190 CFLAGS="$CFLAGS $ac_esd_incl"
15192 ac_esd_libs=${ac_esd_libs:-"-lesd"}
15193 if test "${ac_cv_header_esd_h+set}" = set; then
15194 { $as_echo "$as_me:$LINENO: checking for esd.h" >&5
15195 $as_echo_n "checking for esd.h... " >&6; }
15196 if test "${ac_cv_header_esd_h+set}" = set; then
15197 $as_echo_n "(cached) " >&6
15199 { $as_echo "$as_me:$LINENO: result: $ac_cv_header_esd_h" >&5
15200 $as_echo "$ac_cv_header_esd_h" >&6; }
15201 else
15202 # Is the header compilable?
15203 { $as_echo "$as_me:$LINENO: checking esd.h usability" >&5
15204 $as_echo_n "checking esd.h usability... " >&6; }
15205 cat >conftest.$ac_ext <<_ACEOF
15206 /* confdefs.h. */
15207 _ACEOF
15208 cat confdefs.h >>conftest.$ac_ext
15209 cat >>conftest.$ac_ext <<_ACEOF
15210 /* end confdefs.h. */
15211 $ac_includes_default
15212 #include <esd.h>
15213 _ACEOF
15214 rm -f conftest.$ac_objext
15215 if { (ac_try="$ac_compile"
15216 case "(($ac_try" in
15217 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15218 *) ac_try_echo=$ac_try;;
15219 esac
15220 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
15221 $as_echo "$ac_try_echo") >&5
15222 (eval "$ac_compile") 2>conftest.er1
15223 ac_status=$?
15224 grep -v '^ *+' conftest.er1 >conftest.err
15225 rm -f conftest.er1
15226 cat conftest.err >&5
15227 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
15228 (exit $ac_status); } && {
15229 test -z "$ac_c_werror_flag" ||
15230 test ! -s conftest.err
15231 } && test -s conftest.$ac_objext; then
15232 ac_header_compiler=yes
15233 else
15234 $as_echo "$as_me: failed program was:" >&5
15235 sed 's/^/| /' conftest.$ac_ext >&5
15237 ac_header_compiler=no
15240 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
15241 { $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
15242 $as_echo "$ac_header_compiler" >&6; }
15244 # Is the header present?
15245 { $as_echo "$as_me:$LINENO: checking esd.h presence" >&5
15246 $as_echo_n "checking esd.h presence... " >&6; }
15247 cat >conftest.$ac_ext <<_ACEOF
15248 /* confdefs.h. */
15249 _ACEOF
15250 cat confdefs.h >>conftest.$ac_ext
15251 cat >>conftest.$ac_ext <<_ACEOF
15252 /* end confdefs.h. */
15253 #include <esd.h>
15254 _ACEOF
15255 if { (ac_try="$ac_cpp conftest.$ac_ext"
15256 case "(($ac_try" in
15257 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15258 *) ac_try_echo=$ac_try;;
15259 esac
15260 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
15261 $as_echo "$ac_try_echo") >&5
15262 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
15263 ac_status=$?
15264 grep -v '^ *+' conftest.er1 >conftest.err
15265 rm -f conftest.er1
15266 cat conftest.err >&5
15267 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
15268 (exit $ac_status); } >/dev/null && {
15269 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
15270 test ! -s conftest.err
15271 }; then
15272 ac_header_preproc=yes
15273 else
15274 $as_echo "$as_me: failed program was:" >&5
15275 sed 's/^/| /' conftest.$ac_ext >&5
15277 ac_header_preproc=no
15280 rm -f conftest.err conftest.$ac_ext
15281 { $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
15282 $as_echo "$ac_header_preproc" >&6; }
15284 # So? What about this header?
15285 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
15286 yes:no: )
15287 { $as_echo "$as_me:$LINENO: WARNING: esd.h: accepted by the compiler, rejected by the preprocessor!" >&5
15288 $as_echo "$as_me: WARNING: esd.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
15289 { $as_echo "$as_me:$LINENO: WARNING: esd.h: proceeding with the compiler's result" >&5
15290 $as_echo "$as_me: WARNING: esd.h: proceeding with the compiler's result" >&2;}
15291 ac_header_preproc=yes
15293 no:yes:* )
15294 { $as_echo "$as_me:$LINENO: WARNING: esd.h: present but cannot be compiled" >&5
15295 $as_echo "$as_me: WARNING: esd.h: present but cannot be compiled" >&2;}
15296 { $as_echo "$as_me:$LINENO: WARNING: esd.h: check for missing prerequisite headers?" >&5
15297 $as_echo "$as_me: WARNING: esd.h: check for missing prerequisite headers?" >&2;}
15298 { $as_echo "$as_me:$LINENO: WARNING: esd.h: see the Autoconf documentation" >&5
15299 $as_echo "$as_me: WARNING: esd.h: see the Autoconf documentation" >&2;}
15300 { $as_echo "$as_me:$LINENO: WARNING: esd.h: section \"Present But Cannot Be Compiled\"" >&5
15301 $as_echo "$as_me: WARNING: esd.h: section \"Present But Cannot Be Compiled\"" >&2;}
15302 { $as_echo "$as_me:$LINENO: WARNING: esd.h: proceeding with the preprocessor's result" >&5
15303 $as_echo "$as_me: WARNING: esd.h: proceeding with the preprocessor's result" >&2;}
15304 { $as_echo "$as_me:$LINENO: WARNING: esd.h: in the future, the compiler will take precedence" >&5
15305 $as_echo "$as_me: WARNING: esd.h: in the future, the compiler will take precedence" >&2;}
15306 ( cat <<\_ASBOX
15307 ## ------------------------------------ ##
15308 ## Report this to wine-devel@winehq.org ##
15309 ## ------------------------------------ ##
15310 _ASBOX
15311 ) | sed "s/^/$as_me: WARNING: /" >&2
15313 esac
15314 { $as_echo "$as_me:$LINENO: checking for esd.h" >&5
15315 $as_echo_n "checking for esd.h... " >&6; }
15316 if test "${ac_cv_header_esd_h+set}" = set; then
15317 $as_echo_n "(cached) " >&6
15318 else
15319 ac_cv_header_esd_h=$ac_header_preproc
15321 { $as_echo "$as_me:$LINENO: result: $ac_cv_header_esd_h" >&5
15322 $as_echo "$ac_cv_header_esd_h" >&6; }
15325 if test "x$ac_cv_header_esd_h" = x""yes; then
15326 { $as_echo "$as_me:$LINENO: checking for esd_open_sound in -lesd" >&5
15327 $as_echo_n "checking for esd_open_sound in -lesd... " >&6; }
15328 if test "${ac_cv_lib_esd_esd_open_sound+set}" = set; then
15329 $as_echo_n "(cached) " >&6
15330 else
15331 ac_check_lib_save_LIBS=$LIBS
15332 LIBS="-lesd $ac_esd_libs $LIBS"
15333 cat >conftest.$ac_ext <<_ACEOF
15334 /* confdefs.h. */
15335 _ACEOF
15336 cat confdefs.h >>conftest.$ac_ext
15337 cat >>conftest.$ac_ext <<_ACEOF
15338 /* end confdefs.h. */
15340 /* Override any GCC internal prototype to avoid an error.
15341 Use char because int might match the return type of a GCC
15342 builtin and then its argument prototype would still apply. */
15343 #ifdef __cplusplus
15344 extern "C"
15345 #endif
15346 char esd_open_sound ();
15348 main ()
15350 return esd_open_sound ();
15352 return 0;
15354 _ACEOF
15355 rm -f conftest.$ac_objext conftest$ac_exeext
15356 if { (ac_try="$ac_link"
15357 case "(($ac_try" in
15358 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15359 *) ac_try_echo=$ac_try;;
15360 esac
15361 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
15362 $as_echo "$ac_try_echo") >&5
15363 (eval "$ac_link") 2>conftest.er1
15364 ac_status=$?
15365 grep -v '^ *+' conftest.er1 >conftest.err
15366 rm -f conftest.er1
15367 cat conftest.err >&5
15368 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
15369 (exit $ac_status); } && {
15370 test -z "$ac_c_werror_flag" ||
15371 test ! -s conftest.err
15372 } && test -s conftest$ac_exeext && {
15373 test "$cross_compiling" = yes ||
15374 $as_test_x conftest$ac_exeext
15375 }; then
15376 ac_cv_lib_esd_esd_open_sound=yes
15377 else
15378 $as_echo "$as_me: failed program was:" >&5
15379 sed 's/^/| /' conftest.$ac_ext >&5
15381 ac_cv_lib_esd_esd_open_sound=no
15384 rm -rf conftest.dSYM
15385 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
15386 conftest$ac_exeext conftest.$ac_ext
15387 LIBS=$ac_check_lib_save_LIBS
15389 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_esd_esd_open_sound" >&5
15390 $as_echo "$ac_cv_lib_esd_esd_open_sound" >&6; }
15391 if test "x$ac_cv_lib_esd_esd_open_sound" = x""yes; then
15392 ESDINCL="$ac_esd_incl"
15394 ESDLIBS="$ac_esd_libs"
15397 cat >>confdefs.h <<\_ACEOF
15398 #define HAVE_ESD 1
15399 _ACEOF
15406 CFLAGS="$save_CFLAGS"
15409 ALSALIBS=""
15411 if test "$ac_cv_header_sys_asoundlib_h" = "yes" -o "$ac_cv_header_alsa_asoundlib_h" = "yes"
15412 then
15413 { $as_echo "$as_me:$LINENO: checking for snd_pcm_hw_params_get_access in -lasound" >&5
15414 $as_echo_n "checking for snd_pcm_hw_params_get_access in -lasound... " >&6; }
15415 if test "${ac_cv_lib_asound_snd_pcm_hw_params_get_access+set}" = set; then
15416 $as_echo_n "(cached) " >&6
15417 else
15418 ac_check_lib_save_LIBS=$LIBS
15419 LIBS="-lasound $LIBS"
15420 cat >conftest.$ac_ext <<_ACEOF
15421 /* confdefs.h. */
15422 _ACEOF
15423 cat confdefs.h >>conftest.$ac_ext
15424 cat >>conftest.$ac_ext <<_ACEOF
15425 /* end confdefs.h. */
15427 /* Override any GCC internal prototype to avoid an error.
15428 Use char because int might match the return type of a GCC
15429 builtin and then its argument prototype would still apply. */
15430 #ifdef __cplusplus
15431 extern "C"
15432 #endif
15433 char snd_pcm_hw_params_get_access ();
15435 main ()
15437 return snd_pcm_hw_params_get_access ();
15439 return 0;
15441 _ACEOF
15442 rm -f conftest.$ac_objext conftest$ac_exeext
15443 if { (ac_try="$ac_link"
15444 case "(($ac_try" in
15445 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15446 *) ac_try_echo=$ac_try;;
15447 esac
15448 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
15449 $as_echo "$ac_try_echo") >&5
15450 (eval "$ac_link") 2>conftest.er1
15451 ac_status=$?
15452 grep -v '^ *+' conftest.er1 >conftest.err
15453 rm -f conftest.er1
15454 cat conftest.err >&5
15455 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
15456 (exit $ac_status); } && {
15457 test -z "$ac_c_werror_flag" ||
15458 test ! -s conftest.err
15459 } && test -s conftest$ac_exeext && {
15460 test "$cross_compiling" = yes ||
15461 $as_test_x conftest$ac_exeext
15462 }; then
15463 ac_cv_lib_asound_snd_pcm_hw_params_get_access=yes
15464 else
15465 $as_echo "$as_me: failed program was:" >&5
15466 sed 's/^/| /' conftest.$ac_ext >&5
15468 ac_cv_lib_asound_snd_pcm_hw_params_get_access=no
15471 rm -rf conftest.dSYM
15472 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
15473 conftest$ac_exeext conftest.$ac_ext
15474 LIBS=$ac_check_lib_save_LIBS
15476 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_asound_snd_pcm_hw_params_get_access" >&5
15477 $as_echo "$ac_cv_lib_asound_snd_pcm_hw_params_get_access" >&6; }
15478 if test "x$ac_cv_lib_asound_snd_pcm_hw_params_get_access" = x""yes; then
15479 cat >conftest.$ac_ext <<_ACEOF
15480 /* confdefs.h. */
15481 _ACEOF
15482 cat confdefs.h >>conftest.$ac_ext
15483 cat >>conftest.$ac_ext <<_ACEOF
15484 /* end confdefs.h. */
15485 #ifdef HAVE_ALSA_ASOUNDLIB_H
15486 #include <alsa/asoundlib.h>
15487 #elif defined(HAVE_SYS_ASOUNDLIB_H)
15488 #include <sys/asoundlib.h>
15489 #endif
15491 main ()
15493 int ret = snd_pcm_hw_params_get_access(NULL, NULL)
15495 return 0;
15497 _ACEOF
15498 rm -f conftest.$ac_objext
15499 if { (ac_try="$ac_compile"
15500 case "(($ac_try" in
15501 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15502 *) ac_try_echo=$ac_try;;
15503 esac
15504 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
15505 $as_echo "$ac_try_echo") >&5
15506 (eval "$ac_compile") 2>conftest.er1
15507 ac_status=$?
15508 grep -v '^ *+' conftest.er1 >conftest.err
15509 rm -f conftest.er1
15510 cat conftest.err >&5
15511 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
15512 (exit $ac_status); } && {
15513 test -z "$ac_c_werror_flag" ||
15514 test ! -s conftest.err
15515 } && test -s conftest.$ac_objext; then
15517 cat >>confdefs.h <<\_ACEOF
15518 #define HAVE_ALSA 1
15519 _ACEOF
15521 ALSALIBS="-lasound"
15522 else
15523 $as_echo "$as_me: failed program was:" >&5
15524 sed 's/^/| /' conftest.$ac_ext >&5
15529 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
15534 AUDIOIOLIBS=""
15536 if test "$ac_cv_header_libaudioio_h" = "yes"
15537 then
15538 { $as_echo "$as_me:$LINENO: checking for AudioIOGetVersion in -laudioio" >&5
15539 $as_echo_n "checking for AudioIOGetVersion in -laudioio... " >&6; }
15540 if test "${ac_cv_lib_audioio_AudioIOGetVersion+set}" = set; then
15541 $as_echo_n "(cached) " >&6
15542 else
15543 ac_check_lib_save_LIBS=$LIBS
15544 LIBS="-laudioio $LIBS"
15545 cat >conftest.$ac_ext <<_ACEOF
15546 /* confdefs.h. */
15547 _ACEOF
15548 cat confdefs.h >>conftest.$ac_ext
15549 cat >>conftest.$ac_ext <<_ACEOF
15550 /* end confdefs.h. */
15552 /* Override any GCC internal prototype to avoid an error.
15553 Use char because int might match the return type of a GCC
15554 builtin and then its argument prototype would still apply. */
15555 #ifdef __cplusplus
15556 extern "C"
15557 #endif
15558 char AudioIOGetVersion ();
15560 main ()
15562 return AudioIOGetVersion ();
15564 return 0;
15566 _ACEOF
15567 rm -f conftest.$ac_objext conftest$ac_exeext
15568 if { (ac_try="$ac_link"
15569 case "(($ac_try" in
15570 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15571 *) ac_try_echo=$ac_try;;
15572 esac
15573 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
15574 $as_echo "$ac_try_echo") >&5
15575 (eval "$ac_link") 2>conftest.er1
15576 ac_status=$?
15577 grep -v '^ *+' conftest.er1 >conftest.err
15578 rm -f conftest.er1
15579 cat conftest.err >&5
15580 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
15581 (exit $ac_status); } && {
15582 test -z "$ac_c_werror_flag" ||
15583 test ! -s conftest.err
15584 } && test -s conftest$ac_exeext && {
15585 test "$cross_compiling" = yes ||
15586 $as_test_x conftest$ac_exeext
15587 }; then
15588 ac_cv_lib_audioio_AudioIOGetVersion=yes
15589 else
15590 $as_echo "$as_me: failed program was:" >&5
15591 sed 's/^/| /' conftest.$ac_ext >&5
15593 ac_cv_lib_audioio_AudioIOGetVersion=no
15596 rm -rf conftest.dSYM
15597 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
15598 conftest$ac_exeext conftest.$ac_ext
15599 LIBS=$ac_check_lib_save_LIBS
15601 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_audioio_AudioIOGetVersion" >&5
15602 $as_echo "$ac_cv_lib_audioio_AudioIOGetVersion" >&6; }
15603 if test "x$ac_cv_lib_audioio_AudioIOGetVersion" = x""yes; then
15604 AUDIOIOLIBS="-laudioio"
15606 cat >>confdefs.h <<\_ACEOF
15607 #define HAVE_LIBAUDIOIO 1
15608 _ACEOF
15615 if test "$ac_cv_header_capi20_h" = "yes" -a "$ac_cv_header_linux_capi_h" = "yes"
15616 then
15617 { $as_echo "$as_me:$LINENO: checking for -lcapi20" >&5
15618 $as_echo_n "checking for -lcapi20... " >&6; }
15619 if test "${ac_cv_lib_soname_capi20+set}" = set; then
15620 $as_echo_n "(cached) " >&6
15621 else
15622 ac_check_soname_save_LIBS=$LIBS
15623 LIBS="-lcapi20 $LIBS"
15624 cat >conftest.$ac_ext <<_ACEOF
15625 /* confdefs.h. */
15626 _ACEOF
15627 cat confdefs.h >>conftest.$ac_ext
15628 cat >>conftest.$ac_ext <<_ACEOF
15629 /* end confdefs.h. */
15631 /* Override any GCC internal prototype to avoid an error.
15632 Use char because int might match the return type of a GCC
15633 builtin and then its argument prototype would still apply. */
15634 #ifdef __cplusplus
15635 extern "C"
15636 #endif
15637 char capi20_register ();
15639 main ()
15641 return capi20_register ();
15643 return 0;
15645 _ACEOF
15646 rm -f conftest.$ac_objext conftest$ac_exeext
15647 if { (ac_try="$ac_link"
15648 case "(($ac_try" in
15649 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15650 *) ac_try_echo=$ac_try;;
15651 esac
15652 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
15653 $as_echo "$ac_try_echo") >&5
15654 (eval "$ac_link") 2>conftest.er1
15655 ac_status=$?
15656 grep -v '^ *+' conftest.er1 >conftest.err
15657 rm -f conftest.er1
15658 cat conftest.err >&5
15659 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
15660 (exit $ac_status); } && {
15661 test -z "$ac_c_werror_flag" ||
15662 test ! -s conftest.err
15663 } && test -s conftest$ac_exeext && {
15664 test "$cross_compiling" = yes ||
15665 $as_test_x conftest$ac_exeext
15666 }; then
15667 case "$LIBEXT" in
15668 dll) ;;
15669 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'` ;;
15670 *) ac_cv_lib_soname_capi20=`$ac_cv_path_LDD conftest$ac_exeext | grep "libcapi20\\.$LIBEXT" | sed -e "s/^.*\(libcapi20\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
15671 esac
15672 else
15673 $as_echo "$as_me: failed program was:" >&5
15674 sed 's/^/| /' conftest.$ac_ext >&5
15679 rm -rf conftest.dSYM
15680 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
15681 conftest$ac_exeext conftest.$ac_ext
15682 LIBS=$ac_check_soname_save_LIBS
15684 if test "x$ac_cv_lib_soname_capi20" = "x"; then
15685 { $as_echo "$as_me:$LINENO: result: not found" >&5
15686 $as_echo "not found" >&6; }
15688 else
15689 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_capi20" >&5
15690 $as_echo "$ac_cv_lib_soname_capi20" >&6; }
15692 cat >>confdefs.h <<_ACEOF
15693 #define SONAME_LIBCAPI20 "$ac_cv_lib_soname_capi20"
15694 _ACEOF
15700 if test "x$ac_cv_lib_soname_capi20" = "x"; then
15701 case "x$with_capi" in
15702 x) wine_notices="$wine_notices|libcapi20 ${notice_platform}development files not found, ISDN won't be supported." ;;
15703 xno) ;;
15704 *) { { $as_echo "$as_me:$LINENO: error: libcapi20 ${notice_platform}development files not found, ISDN won't be supported.
15705 This is an error since --with-capi was requested." >&5
15706 $as_echo "$as_me: error: libcapi20 ${notice_platform}development files not found, ISDN won't be supported.
15707 This is an error since --with-capi was requested." >&2;}
15708 { (exit 1); exit 1; }; } ;;
15709 esac
15713 CUPSINCL=""
15715 if test "x$with_cups" != "xno"
15716 then
15717 ac_save_CPPFLAGS="$CPPFLAGS"
15718 ac_cups_cflags=`cups-config --cflags 2>/dev/null`
15719 ac_cups_libs=`cups-config --ldflags 2>/dev/null`
15720 CPPFLAGS="$CPPFLAGS $ac_cups_cflags"
15722 for ac_header in cups/cups.h
15724 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
15725 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
15726 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
15727 $as_echo_n "checking for $ac_header... " >&6; }
15728 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
15729 $as_echo_n "(cached) " >&6
15731 ac_res=`eval 'as_val=${'$as_ac_Header'}
15732 $as_echo "$as_val"'`
15733 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
15734 $as_echo "$ac_res" >&6; }
15735 else
15736 # Is the header compilable?
15737 { $as_echo "$as_me:$LINENO: checking $ac_header usability" >&5
15738 $as_echo_n "checking $ac_header usability... " >&6; }
15739 cat >conftest.$ac_ext <<_ACEOF
15740 /* confdefs.h. */
15741 _ACEOF
15742 cat confdefs.h >>conftest.$ac_ext
15743 cat >>conftest.$ac_ext <<_ACEOF
15744 /* end confdefs.h. */
15745 $ac_includes_default
15746 #include <$ac_header>
15747 _ACEOF
15748 rm -f conftest.$ac_objext
15749 if { (ac_try="$ac_compile"
15750 case "(($ac_try" in
15751 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15752 *) ac_try_echo=$ac_try;;
15753 esac
15754 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
15755 $as_echo "$ac_try_echo") >&5
15756 (eval "$ac_compile") 2>conftest.er1
15757 ac_status=$?
15758 grep -v '^ *+' conftest.er1 >conftest.err
15759 rm -f conftest.er1
15760 cat conftest.err >&5
15761 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
15762 (exit $ac_status); } && {
15763 test -z "$ac_c_werror_flag" ||
15764 test ! -s conftest.err
15765 } && test -s conftest.$ac_objext; then
15766 ac_header_compiler=yes
15767 else
15768 $as_echo "$as_me: failed program was:" >&5
15769 sed 's/^/| /' conftest.$ac_ext >&5
15771 ac_header_compiler=no
15774 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
15775 { $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
15776 $as_echo "$ac_header_compiler" >&6; }
15778 # Is the header present?
15779 { $as_echo "$as_me:$LINENO: checking $ac_header presence" >&5
15780 $as_echo_n "checking $ac_header presence... " >&6; }
15781 cat >conftest.$ac_ext <<_ACEOF
15782 /* confdefs.h. */
15783 _ACEOF
15784 cat confdefs.h >>conftest.$ac_ext
15785 cat >>conftest.$ac_ext <<_ACEOF
15786 /* end confdefs.h. */
15787 #include <$ac_header>
15788 _ACEOF
15789 if { (ac_try="$ac_cpp conftest.$ac_ext"
15790 case "(($ac_try" in
15791 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15792 *) ac_try_echo=$ac_try;;
15793 esac
15794 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
15795 $as_echo "$ac_try_echo") >&5
15796 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
15797 ac_status=$?
15798 grep -v '^ *+' conftest.er1 >conftest.err
15799 rm -f conftest.er1
15800 cat conftest.err >&5
15801 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
15802 (exit $ac_status); } >/dev/null && {
15803 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
15804 test ! -s conftest.err
15805 }; then
15806 ac_header_preproc=yes
15807 else
15808 $as_echo "$as_me: failed program was:" >&5
15809 sed 's/^/| /' conftest.$ac_ext >&5
15811 ac_header_preproc=no
15814 rm -f conftest.err conftest.$ac_ext
15815 { $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
15816 $as_echo "$ac_header_preproc" >&6; }
15818 # So? What about this header?
15819 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
15820 yes:no: )
15821 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
15822 $as_echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
15823 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
15824 $as_echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
15825 ac_header_preproc=yes
15827 no:yes:* )
15828 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
15829 $as_echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
15830 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
15831 $as_echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
15832 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
15833 $as_echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
15834 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
15835 $as_echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
15836 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
15837 $as_echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
15838 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
15839 $as_echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
15840 ( cat <<\_ASBOX
15841 ## ------------------------------------ ##
15842 ## Report this to wine-devel@winehq.org ##
15843 ## ------------------------------------ ##
15844 _ASBOX
15845 ) | sed "s/^/$as_me: WARNING: /" >&2
15847 esac
15848 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
15849 $as_echo_n "checking for $ac_header... " >&6; }
15850 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
15851 $as_echo_n "(cached) " >&6
15852 else
15853 eval "$as_ac_Header=\$ac_header_preproc"
15855 ac_res=`eval 'as_val=${'$as_ac_Header'}
15856 $as_echo "$as_val"'`
15857 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
15858 $as_echo "$ac_res" >&6; }
15861 as_val=`eval 'as_val=${'$as_ac_Header'}
15862 $as_echo "$as_val"'`
15863 if test "x$as_val" = x""yes; then
15864 cat >>confdefs.h <<_ACEOF
15865 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
15866 _ACEOF
15867 { $as_echo "$as_me:$LINENO: checking for -lcups" >&5
15868 $as_echo_n "checking for -lcups... " >&6; }
15869 if test "${ac_cv_lib_soname_cups+set}" = set; then
15870 $as_echo_n "(cached) " >&6
15871 else
15872 ac_check_soname_save_LIBS=$LIBS
15873 LIBS="-lcups $ac_cups_libs $LIBS"
15874 cat >conftest.$ac_ext <<_ACEOF
15875 /* confdefs.h. */
15876 _ACEOF
15877 cat confdefs.h >>conftest.$ac_ext
15878 cat >>conftest.$ac_ext <<_ACEOF
15879 /* end confdefs.h. */
15881 /* Override any GCC internal prototype to avoid an error.
15882 Use char because int might match the return type of a GCC
15883 builtin and then its argument prototype would still apply. */
15884 #ifdef __cplusplus
15885 extern "C"
15886 #endif
15887 char cupsGetDefault ();
15889 main ()
15891 return cupsGetDefault ();
15893 return 0;
15895 _ACEOF
15896 rm -f conftest.$ac_objext conftest$ac_exeext
15897 if { (ac_try="$ac_link"
15898 case "(($ac_try" in
15899 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15900 *) ac_try_echo=$ac_try;;
15901 esac
15902 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
15903 $as_echo "$ac_try_echo") >&5
15904 (eval "$ac_link") 2>conftest.er1
15905 ac_status=$?
15906 grep -v '^ *+' conftest.er1 >conftest.err
15907 rm -f conftest.er1
15908 cat conftest.err >&5
15909 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
15910 (exit $ac_status); } && {
15911 test -z "$ac_c_werror_flag" ||
15912 test ! -s conftest.err
15913 } && test -s conftest$ac_exeext && {
15914 test "$cross_compiling" = yes ||
15915 $as_test_x conftest$ac_exeext
15916 }; then
15917 case "$LIBEXT" in
15918 dll) ;;
15919 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'` ;;
15920 *) ac_cv_lib_soname_cups=`$ac_cv_path_LDD conftest$ac_exeext | grep "libcups\\.$LIBEXT" | sed -e "s/^.*\(libcups\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
15921 esac
15922 else
15923 $as_echo "$as_me: failed program was:" >&5
15924 sed 's/^/| /' conftest.$ac_ext >&5
15929 rm -rf conftest.dSYM
15930 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
15931 conftest$ac_exeext conftest.$ac_ext
15932 LIBS=$ac_check_soname_save_LIBS
15934 if test "x$ac_cv_lib_soname_cups" = "x"; then
15935 { $as_echo "$as_me:$LINENO: result: not found" >&5
15936 $as_echo "not found" >&6; }
15938 else
15939 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_cups" >&5
15940 $as_echo "$ac_cv_lib_soname_cups" >&6; }
15942 cat >>confdefs.h <<_ACEOF
15943 #define SONAME_LIBCUPS "$ac_cv_lib_soname_cups"
15944 _ACEOF
15946 CUPSINCL="$ac_cups_cflags"
15951 done
15953 CPPFLAGS="$ac_save_CPPFLAGS"
15955 if test "x$ac_cv_lib_soname_cups" = "x"; then
15956 case "x$with_cups" in
15957 x) wine_notices="$wine_notices|libcups ${notice_platform}development files not found, CUPS won't be supported." ;;
15958 xno) ;;
15959 *) { { $as_echo "$as_me:$LINENO: error: libcups ${notice_platform}development files not found, CUPS won't be supported.
15960 This is an error since --with-cups was requested." >&5
15961 $as_echo "$as_me: error: libcups ${notice_platform}development files not found, CUPS won't be supported.
15962 This is an error since --with-cups was requested." >&2;}
15963 { (exit 1); exit 1; }; } ;;
15964 esac
15968 if test "$ac_cv_header_jack_jack_h" = "yes"
15969 then
15970 { $as_echo "$as_me:$LINENO: checking for -ljack" >&5
15971 $as_echo_n "checking for -ljack... " >&6; }
15972 if test "${ac_cv_lib_soname_jack+set}" = set; then
15973 $as_echo_n "(cached) " >&6
15974 else
15975 ac_check_soname_save_LIBS=$LIBS
15976 LIBS="-ljack $LIBS"
15977 cat >conftest.$ac_ext <<_ACEOF
15978 /* confdefs.h. */
15979 _ACEOF
15980 cat confdefs.h >>conftest.$ac_ext
15981 cat >>conftest.$ac_ext <<_ACEOF
15982 /* end confdefs.h. */
15984 /* Override any GCC internal prototype to avoid an error.
15985 Use char because int might match the return type of a GCC
15986 builtin and then its argument prototype would still apply. */
15987 #ifdef __cplusplus
15988 extern "C"
15989 #endif
15990 char jack_client_new ();
15992 main ()
15994 return jack_client_new ();
15996 return 0;
15998 _ACEOF
15999 rm -f conftest.$ac_objext conftest$ac_exeext
16000 if { (ac_try="$ac_link"
16001 case "(($ac_try" in
16002 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16003 *) ac_try_echo=$ac_try;;
16004 esac
16005 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
16006 $as_echo "$ac_try_echo") >&5
16007 (eval "$ac_link") 2>conftest.er1
16008 ac_status=$?
16009 grep -v '^ *+' conftest.er1 >conftest.err
16010 rm -f conftest.er1
16011 cat conftest.err >&5
16012 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
16013 (exit $ac_status); } && {
16014 test -z "$ac_c_werror_flag" ||
16015 test ! -s conftest.err
16016 } && test -s conftest$ac_exeext && {
16017 test "$cross_compiling" = yes ||
16018 $as_test_x conftest$ac_exeext
16019 }; then
16020 case "$LIBEXT" in
16021 dll) ;;
16022 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'` ;;
16023 *) 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'` ;;
16024 esac
16025 else
16026 $as_echo "$as_me: failed program was:" >&5
16027 sed 's/^/| /' conftest.$ac_ext >&5
16032 rm -rf conftest.dSYM
16033 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16034 conftest$ac_exeext conftest.$ac_ext
16035 LIBS=$ac_check_soname_save_LIBS
16037 if test "x$ac_cv_lib_soname_jack" = "x"; then
16038 { $as_echo "$as_me:$LINENO: result: not found" >&5
16039 $as_echo "not found" >&6; }
16041 else
16042 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_jack" >&5
16043 $as_echo "$ac_cv_lib_soname_jack" >&6; }
16045 cat >>confdefs.h <<_ACEOF
16046 #define SONAME_LIBJACK "$ac_cv_lib_soname_jack"
16047 _ACEOF
16054 if test "$ac_cv_header_fontconfig_fontconfig_h" = "yes"
16055 then
16056 { $as_echo "$as_me:$LINENO: checking for -lfontconfig" >&5
16057 $as_echo_n "checking for -lfontconfig... " >&6; }
16058 if test "${ac_cv_lib_soname_fontconfig+set}" = set; then
16059 $as_echo_n "(cached) " >&6
16060 else
16061 ac_check_soname_save_LIBS=$LIBS
16062 LIBS="-lfontconfig $LIBS"
16063 cat >conftest.$ac_ext <<_ACEOF
16064 /* confdefs.h. */
16065 _ACEOF
16066 cat confdefs.h >>conftest.$ac_ext
16067 cat >>conftest.$ac_ext <<_ACEOF
16068 /* end confdefs.h. */
16070 /* Override any GCC internal prototype to avoid an error.
16071 Use char because int might match the return type of a GCC
16072 builtin and then its argument prototype would still apply. */
16073 #ifdef __cplusplus
16074 extern "C"
16075 #endif
16076 char FcInit ();
16078 main ()
16080 return FcInit ();
16082 return 0;
16084 _ACEOF
16085 rm -f conftest.$ac_objext conftest$ac_exeext
16086 if { (ac_try="$ac_link"
16087 case "(($ac_try" in
16088 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16089 *) ac_try_echo=$ac_try;;
16090 esac
16091 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
16092 $as_echo "$ac_try_echo") >&5
16093 (eval "$ac_link") 2>conftest.er1
16094 ac_status=$?
16095 grep -v '^ *+' conftest.er1 >conftest.err
16096 rm -f conftest.er1
16097 cat conftest.err >&5
16098 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
16099 (exit $ac_status); } && {
16100 test -z "$ac_c_werror_flag" ||
16101 test ! -s conftest.err
16102 } && test -s conftest$ac_exeext && {
16103 test "$cross_compiling" = yes ||
16104 $as_test_x conftest$ac_exeext
16105 }; then
16106 case "$LIBEXT" in
16107 dll) ;;
16108 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'` ;;
16109 *) ac_cv_lib_soname_fontconfig=`$ac_cv_path_LDD conftest$ac_exeext | grep "libfontconfig\\.$LIBEXT" | sed -e "s/^.*\(libfontconfig\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
16110 esac
16111 else
16112 $as_echo "$as_me: failed program was:" >&5
16113 sed 's/^/| /' conftest.$ac_ext >&5
16118 rm -rf conftest.dSYM
16119 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16120 conftest$ac_exeext conftest.$ac_ext
16121 LIBS=$ac_check_soname_save_LIBS
16123 if test "x$ac_cv_lib_soname_fontconfig" = "x"; then
16124 { $as_echo "$as_me:$LINENO: result: not found" >&5
16125 $as_echo "not found" >&6; }
16127 else
16128 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_fontconfig" >&5
16129 $as_echo "$ac_cv_lib_soname_fontconfig" >&6; }
16131 cat >>confdefs.h <<_ACEOF
16132 #define SONAME_LIBFONTCONFIG "$ac_cv_lib_soname_fontconfig"
16133 _ACEOF
16138 elif test -n "$X_CFLAGS" -a "x$with_fontconfig" != "xno"
16139 then
16140 ac_save_CPPFLAGS="$CPPFLAGS"
16141 CPPFLAGS="$CPPFLAGS $X_CFLAGS"
16142 $as_unset ac_cv_header_fontconfig_fontconfig_h
16144 for ac_header in fontconfig/fontconfig.h
16146 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
16147 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
16148 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
16149 $as_echo_n "checking for $ac_header... " >&6; }
16150 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
16151 $as_echo_n "(cached) " >&6
16153 ac_res=`eval 'as_val=${'$as_ac_Header'}
16154 $as_echo "$as_val"'`
16155 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
16156 $as_echo "$ac_res" >&6; }
16157 else
16158 # Is the header compilable?
16159 { $as_echo "$as_me:$LINENO: checking $ac_header usability" >&5
16160 $as_echo_n "checking $ac_header usability... " >&6; }
16161 cat >conftest.$ac_ext <<_ACEOF
16162 /* confdefs.h. */
16163 _ACEOF
16164 cat confdefs.h >>conftest.$ac_ext
16165 cat >>conftest.$ac_ext <<_ACEOF
16166 /* end confdefs.h. */
16167 $ac_includes_default
16168 #include <$ac_header>
16169 _ACEOF
16170 rm -f conftest.$ac_objext
16171 if { (ac_try="$ac_compile"
16172 case "(($ac_try" in
16173 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16174 *) ac_try_echo=$ac_try;;
16175 esac
16176 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
16177 $as_echo "$ac_try_echo") >&5
16178 (eval "$ac_compile") 2>conftest.er1
16179 ac_status=$?
16180 grep -v '^ *+' conftest.er1 >conftest.err
16181 rm -f conftest.er1
16182 cat conftest.err >&5
16183 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
16184 (exit $ac_status); } && {
16185 test -z "$ac_c_werror_flag" ||
16186 test ! -s conftest.err
16187 } && test -s conftest.$ac_objext; then
16188 ac_header_compiler=yes
16189 else
16190 $as_echo "$as_me: failed program was:" >&5
16191 sed 's/^/| /' conftest.$ac_ext >&5
16193 ac_header_compiler=no
16196 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
16197 { $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
16198 $as_echo "$ac_header_compiler" >&6; }
16200 # Is the header present?
16201 { $as_echo "$as_me:$LINENO: checking $ac_header presence" >&5
16202 $as_echo_n "checking $ac_header presence... " >&6; }
16203 cat >conftest.$ac_ext <<_ACEOF
16204 /* confdefs.h. */
16205 _ACEOF
16206 cat confdefs.h >>conftest.$ac_ext
16207 cat >>conftest.$ac_ext <<_ACEOF
16208 /* end confdefs.h. */
16209 #include <$ac_header>
16210 _ACEOF
16211 if { (ac_try="$ac_cpp conftest.$ac_ext"
16212 case "(($ac_try" in
16213 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16214 *) ac_try_echo=$ac_try;;
16215 esac
16216 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
16217 $as_echo "$ac_try_echo") >&5
16218 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
16219 ac_status=$?
16220 grep -v '^ *+' conftest.er1 >conftest.err
16221 rm -f conftest.er1
16222 cat conftest.err >&5
16223 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
16224 (exit $ac_status); } >/dev/null && {
16225 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
16226 test ! -s conftest.err
16227 }; then
16228 ac_header_preproc=yes
16229 else
16230 $as_echo "$as_me: failed program was:" >&5
16231 sed 's/^/| /' conftest.$ac_ext >&5
16233 ac_header_preproc=no
16236 rm -f conftest.err conftest.$ac_ext
16237 { $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
16238 $as_echo "$ac_header_preproc" >&6; }
16240 # So? What about this header?
16241 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
16242 yes:no: )
16243 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
16244 $as_echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
16245 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
16246 $as_echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
16247 ac_header_preproc=yes
16249 no:yes:* )
16250 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
16251 $as_echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
16252 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
16253 $as_echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
16254 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
16255 $as_echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
16256 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
16257 $as_echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
16258 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
16259 $as_echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
16260 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
16261 $as_echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
16262 ( cat <<\_ASBOX
16263 ## ------------------------------------ ##
16264 ## Report this to wine-devel@winehq.org ##
16265 ## ------------------------------------ ##
16266 _ASBOX
16267 ) | sed "s/^/$as_me: WARNING: /" >&2
16269 esac
16270 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
16271 $as_echo_n "checking for $ac_header... " >&6; }
16272 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
16273 $as_echo_n "(cached) " >&6
16274 else
16275 eval "$as_ac_Header=\$ac_header_preproc"
16277 ac_res=`eval 'as_val=${'$as_ac_Header'}
16278 $as_echo "$as_val"'`
16279 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
16280 $as_echo "$ac_res" >&6; }
16283 as_val=`eval 'as_val=${'$as_ac_Header'}
16284 $as_echo "$as_val"'`
16285 if test "x$as_val" = x""yes; then
16286 cat >>confdefs.h <<_ACEOF
16287 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
16288 _ACEOF
16292 done
16294 CPPFLAGS="$ac_save_CPPFLAGS"
16295 if test "$ac_cv_header_fontconfig_fontconfig_h" = "yes"
16296 then
16297 FONTCONFIGINCL="$X_CFLAGS"
16299 { $as_echo "$as_me:$LINENO: checking for -lfontconfig" >&5
16300 $as_echo_n "checking for -lfontconfig... " >&6; }
16301 if test "${ac_cv_lib_soname_fontconfig+set}" = set; then
16302 $as_echo_n "(cached) " >&6
16303 else
16304 ac_check_soname_save_LIBS=$LIBS
16305 LIBS="-lfontconfig $X_LIBS $LIBS"
16306 cat >conftest.$ac_ext <<_ACEOF
16307 /* confdefs.h. */
16308 _ACEOF
16309 cat confdefs.h >>conftest.$ac_ext
16310 cat >>conftest.$ac_ext <<_ACEOF
16311 /* end confdefs.h. */
16313 /* Override any GCC internal prototype to avoid an error.
16314 Use char because int might match the return type of a GCC
16315 builtin and then its argument prototype would still apply. */
16316 #ifdef __cplusplus
16317 extern "C"
16318 #endif
16319 char FcInit ();
16321 main ()
16323 return FcInit ();
16325 return 0;
16327 _ACEOF
16328 rm -f conftest.$ac_objext conftest$ac_exeext
16329 if { (ac_try="$ac_link"
16330 case "(($ac_try" in
16331 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16332 *) ac_try_echo=$ac_try;;
16333 esac
16334 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
16335 $as_echo "$ac_try_echo") >&5
16336 (eval "$ac_link") 2>conftest.er1
16337 ac_status=$?
16338 grep -v '^ *+' conftest.er1 >conftest.err
16339 rm -f conftest.er1
16340 cat conftest.err >&5
16341 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
16342 (exit $ac_status); } && {
16343 test -z "$ac_c_werror_flag" ||
16344 test ! -s conftest.err
16345 } && test -s conftest$ac_exeext && {
16346 test "$cross_compiling" = yes ||
16347 $as_test_x conftest$ac_exeext
16348 }; then
16349 case "$LIBEXT" in
16350 dll) ;;
16351 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'` ;;
16352 *) ac_cv_lib_soname_fontconfig=`$ac_cv_path_LDD conftest$ac_exeext | grep "libfontconfig\\.$LIBEXT" | sed -e "s/^.*\(libfontconfig\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
16353 esac
16354 else
16355 $as_echo "$as_me: failed program was:" >&5
16356 sed 's/^/| /' conftest.$ac_ext >&5
16361 rm -rf conftest.dSYM
16362 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16363 conftest$ac_exeext conftest.$ac_ext
16364 LIBS=$ac_check_soname_save_LIBS
16366 if test "x$ac_cv_lib_soname_fontconfig" = "x"; then
16367 { $as_echo "$as_me:$LINENO: result: not found" >&5
16368 $as_echo "not found" >&6; }
16370 else
16371 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_fontconfig" >&5
16372 $as_echo "$ac_cv_lib_soname_fontconfig" >&6; }
16374 cat >>confdefs.h <<_ACEOF
16375 #define SONAME_LIBFONTCONFIG "$ac_cv_lib_soname_fontconfig"
16376 _ACEOF
16383 if test "x$ac_cv_lib_soname_fontconfig" = "x"; then
16384 case "x$with_fontconfig" in
16385 x) wine_notices="$wine_notices|fontconfig ${notice_platform}development files not found, fontconfig won't be supported." ;;
16386 xno) ;;
16387 *) { { $as_echo "$as_me:$LINENO: error: fontconfig ${notice_platform}development files not found, fontconfig won't be supported.
16388 This is an error since --with-fontconfig was requested." >&5
16389 $as_echo "$as_me: error: fontconfig ${notice_platform}development files not found, fontconfig won't be supported.
16390 This is an error since --with-fontconfig was requested." >&2;}
16391 { (exit 1); exit 1; }; } ;;
16392 esac
16396 if test "$ac_cv_header_openssl_err_h" = "yes" -a "$ac_cv_header_openssl_ssl_h" = "yes"
16397 then
16398 { $as_echo "$as_me:$LINENO: checking for -lssl" >&5
16399 $as_echo_n "checking for -lssl... " >&6; }
16400 if test "${ac_cv_lib_soname_ssl+set}" = set; then
16401 $as_echo_n "(cached) " >&6
16402 else
16403 ac_check_soname_save_LIBS=$LIBS
16404 LIBS="-lssl $LIBS"
16405 cat >conftest.$ac_ext <<_ACEOF
16406 /* confdefs.h. */
16407 _ACEOF
16408 cat confdefs.h >>conftest.$ac_ext
16409 cat >>conftest.$ac_ext <<_ACEOF
16410 /* end confdefs.h. */
16412 /* Override any GCC internal prototype to avoid an error.
16413 Use char because int might match the return type of a GCC
16414 builtin and then its argument prototype would still apply. */
16415 #ifdef __cplusplus
16416 extern "C"
16417 #endif
16418 char SSL_library_init ();
16420 main ()
16422 return SSL_library_init ();
16424 return 0;
16426 _ACEOF
16427 rm -f conftest.$ac_objext conftest$ac_exeext
16428 if { (ac_try="$ac_link"
16429 case "(($ac_try" in
16430 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16431 *) ac_try_echo=$ac_try;;
16432 esac
16433 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
16434 $as_echo "$ac_try_echo") >&5
16435 (eval "$ac_link") 2>conftest.er1
16436 ac_status=$?
16437 grep -v '^ *+' conftest.er1 >conftest.err
16438 rm -f conftest.er1
16439 cat conftest.err >&5
16440 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
16441 (exit $ac_status); } && {
16442 test -z "$ac_c_werror_flag" ||
16443 test ! -s conftest.err
16444 } && test -s conftest$ac_exeext && {
16445 test "$cross_compiling" = yes ||
16446 $as_test_x conftest$ac_exeext
16447 }; then
16448 case "$LIBEXT" in
16449 dll) ;;
16450 dylib) ac_cv_lib_soname_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'` ;;
16451 *) ac_cv_lib_soname_ssl=`$ac_cv_path_LDD conftest$ac_exeext | grep "libssl\\.$LIBEXT" | sed -e "s/^.*\(libssl\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
16452 esac
16453 else
16454 $as_echo "$as_me: failed program was:" >&5
16455 sed 's/^/| /' conftest.$ac_ext >&5
16460 rm -rf conftest.dSYM
16461 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16462 conftest$ac_exeext conftest.$ac_ext
16463 LIBS=$ac_check_soname_save_LIBS
16465 if test "x$ac_cv_lib_soname_ssl" = "x"; then
16466 { $as_echo "$as_me:$LINENO: result: not found" >&5
16467 $as_echo "not found" >&6; }
16469 else
16470 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_ssl" >&5
16471 $as_echo "$ac_cv_lib_soname_ssl" >&6; }
16473 cat >>confdefs.h <<_ACEOF
16474 #define SONAME_LIBSSL "$ac_cv_lib_soname_ssl"
16475 _ACEOF
16480 { $as_echo "$as_me:$LINENO: checking for -lcrypto" >&5
16481 $as_echo_n "checking for -lcrypto... " >&6; }
16482 if test "${ac_cv_lib_soname_crypto+set}" = set; then
16483 $as_echo_n "(cached) " >&6
16484 else
16485 ac_check_soname_save_LIBS=$LIBS
16486 LIBS="-lcrypto $LIBS"
16487 cat >conftest.$ac_ext <<_ACEOF
16488 /* confdefs.h. */
16489 _ACEOF
16490 cat confdefs.h >>conftest.$ac_ext
16491 cat >>conftest.$ac_ext <<_ACEOF
16492 /* end confdefs.h. */
16494 /* Override any GCC internal prototype to avoid an error.
16495 Use char because int might match the return type of a GCC
16496 builtin and then its argument prototype would still apply. */
16497 #ifdef __cplusplus
16498 extern "C"
16499 #endif
16500 char BIO_new_socket ();
16502 main ()
16504 return BIO_new_socket ();
16506 return 0;
16508 _ACEOF
16509 rm -f conftest.$ac_objext conftest$ac_exeext
16510 if { (ac_try="$ac_link"
16511 case "(($ac_try" in
16512 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16513 *) ac_try_echo=$ac_try;;
16514 esac
16515 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
16516 $as_echo "$ac_try_echo") >&5
16517 (eval "$ac_link") 2>conftest.er1
16518 ac_status=$?
16519 grep -v '^ *+' conftest.er1 >conftest.err
16520 rm -f conftest.er1
16521 cat conftest.err >&5
16522 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
16523 (exit $ac_status); } && {
16524 test -z "$ac_c_werror_flag" ||
16525 test ! -s conftest.err
16526 } && test -s conftest$ac_exeext && {
16527 test "$cross_compiling" = yes ||
16528 $as_test_x conftest$ac_exeext
16529 }; then
16530 case "$LIBEXT" in
16531 dll) ;;
16532 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'` ;;
16533 *) ac_cv_lib_soname_crypto=`$ac_cv_path_LDD conftest$ac_exeext | grep "libcrypto\\.$LIBEXT" | sed -e "s/^.*\(libcrypto\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
16534 esac
16535 else
16536 $as_echo "$as_me: failed program was:" >&5
16537 sed 's/^/| /' conftest.$ac_ext >&5
16542 rm -rf conftest.dSYM
16543 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16544 conftest$ac_exeext conftest.$ac_ext
16545 LIBS=$ac_check_soname_save_LIBS
16547 if test "x$ac_cv_lib_soname_crypto" = "x"; then
16548 { $as_echo "$as_me:$LINENO: result: not found" >&5
16549 $as_echo "not found" >&6; }
16551 else
16552 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_crypto" >&5
16553 $as_echo "$ac_cv_lib_soname_crypto" >&6; }
16555 cat >>confdefs.h <<_ACEOF
16556 #define SONAME_LIBCRYPTO "$ac_cv_lib_soname_crypto"
16557 _ACEOF
16563 if test "x$ac_cv_lib_soname_ssl" = "x" -o "x$ac_cv_lib_soname_crypto" = "x"; then
16564 case "x$with_openssl" in
16565 x) wine_warnings="$wine_warnings|OpenSSL ${notice_platform}development files not found, SSL won't be supported." ;;
16566 xno) ;;
16567 *) { { $as_echo "$as_me:$LINENO: error: OpenSSL ${notice_platform}development files not found, SSL won't be supported.
16568 This is an error since --with-openssl was requested." >&5
16569 $as_echo "$as_me: error: OpenSSL ${notice_platform}development files not found, SSL won't be supported.
16570 This is an error since --with-openssl was requested." >&2;}
16571 { (exit 1); exit 1; }; } ;;
16572 esac
16576 if test "$ac_cv_header_jpeglib_h" = "yes"
16577 then
16578 { $as_echo "$as_me:$LINENO: checking for -ljpeg" >&5
16579 $as_echo_n "checking for -ljpeg... " >&6; }
16580 if test "${ac_cv_lib_soname_jpeg+set}" = set; then
16581 $as_echo_n "(cached) " >&6
16582 else
16583 ac_check_soname_save_LIBS=$LIBS
16584 LIBS="-ljpeg $LIBS"
16585 cat >conftest.$ac_ext <<_ACEOF
16586 /* confdefs.h. */
16587 _ACEOF
16588 cat confdefs.h >>conftest.$ac_ext
16589 cat >>conftest.$ac_ext <<_ACEOF
16590 /* end confdefs.h. */
16592 /* Override any GCC internal prototype to avoid an error.
16593 Use char because int might match the return type of a GCC
16594 builtin and then its argument prototype would still apply. */
16595 #ifdef __cplusplus
16596 extern "C"
16597 #endif
16598 char jpeg_start_decompress ();
16600 main ()
16602 return jpeg_start_decompress ();
16604 return 0;
16606 _ACEOF
16607 rm -f conftest.$ac_objext conftest$ac_exeext
16608 if { (ac_try="$ac_link"
16609 case "(($ac_try" in
16610 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16611 *) ac_try_echo=$ac_try;;
16612 esac
16613 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
16614 $as_echo "$ac_try_echo") >&5
16615 (eval "$ac_link") 2>conftest.er1
16616 ac_status=$?
16617 grep -v '^ *+' conftest.er1 >conftest.err
16618 rm -f conftest.er1
16619 cat conftest.err >&5
16620 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
16621 (exit $ac_status); } && {
16622 test -z "$ac_c_werror_flag" ||
16623 test ! -s conftest.err
16624 } && test -s conftest$ac_exeext && {
16625 test "$cross_compiling" = yes ||
16626 $as_test_x conftest$ac_exeext
16627 }; then
16628 case "$LIBEXT" in
16629 dll) ;;
16630 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'` ;;
16631 *) ac_cv_lib_soname_jpeg=`$ac_cv_path_LDD conftest$ac_exeext | grep "libjpeg\\.$LIBEXT" | sed -e "s/^.*\(libjpeg\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
16632 esac
16633 else
16634 $as_echo "$as_me: failed program was:" >&5
16635 sed 's/^/| /' conftest.$ac_ext >&5
16640 rm -rf conftest.dSYM
16641 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16642 conftest$ac_exeext conftest.$ac_ext
16643 LIBS=$ac_check_soname_save_LIBS
16645 if test "x$ac_cv_lib_soname_jpeg" = "x"; then
16646 { $as_echo "$as_me:$LINENO: result: not found" >&5
16647 $as_echo "not found" >&6; }
16649 else
16650 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_jpeg" >&5
16651 $as_echo "$ac_cv_lib_soname_jpeg" >&6; }
16653 cat >>confdefs.h <<_ACEOF
16654 #define SONAME_LIBJPEG "$ac_cv_lib_soname_jpeg"
16655 _ACEOF
16661 if test "x$ac_cv_lib_soname_jpeg" = "x"; then
16662 case "x$with_jpeg" in
16663 x) wine_warnings="$wine_warnings|libjpeg ${notice_platform}development files not found, JPEG won't be supported." ;;
16664 xno) ;;
16665 *) { { $as_echo "$as_me:$LINENO: error: libjpeg ${notice_platform}development files not found, JPEG won't be supported.
16666 This is an error since --with-jpeg was requested." >&5
16667 $as_echo "$as_me: error: libjpeg ${notice_platform}development files not found, JPEG won't be supported.
16668 This is an error since --with-jpeg was requested." >&2;}
16669 { (exit 1); exit 1; }; } ;;
16670 esac
16674 if test "$ac_cv_header_png_h" = "yes"
16675 then
16676 { $as_echo "$as_me:$LINENO: checking for -lpng" >&5
16677 $as_echo_n "checking for -lpng... " >&6; }
16678 if test "${ac_cv_lib_soname_png+set}" = set; then
16679 $as_echo_n "(cached) " >&6
16680 else
16681 ac_check_soname_save_LIBS=$LIBS
16682 LIBS="-lpng -lm -lz $LIBS"
16683 cat >conftest.$ac_ext <<_ACEOF
16684 /* confdefs.h. */
16685 _ACEOF
16686 cat confdefs.h >>conftest.$ac_ext
16687 cat >>conftest.$ac_ext <<_ACEOF
16688 /* end confdefs.h. */
16690 /* Override any GCC internal prototype to avoid an error.
16691 Use char because int might match the return type of a GCC
16692 builtin and then its argument prototype would still apply. */
16693 #ifdef __cplusplus
16694 extern "C"
16695 #endif
16696 char png_create_read_struct ();
16698 main ()
16700 return png_create_read_struct ();
16702 return 0;
16704 _ACEOF
16705 rm -f conftest.$ac_objext conftest$ac_exeext
16706 if { (ac_try="$ac_link"
16707 case "(($ac_try" in
16708 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16709 *) ac_try_echo=$ac_try;;
16710 esac
16711 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
16712 $as_echo "$ac_try_echo") >&5
16713 (eval "$ac_link") 2>conftest.er1
16714 ac_status=$?
16715 grep -v '^ *+' conftest.er1 >conftest.err
16716 rm -f conftest.er1
16717 cat conftest.err >&5
16718 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
16719 (exit $ac_status); } && {
16720 test -z "$ac_c_werror_flag" ||
16721 test ! -s conftest.err
16722 } && test -s conftest$ac_exeext && {
16723 test "$cross_compiling" = yes ||
16724 $as_test_x conftest$ac_exeext
16725 }; then
16726 case "$LIBEXT" in
16727 dll) ;;
16728 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'` ;;
16729 *) 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'` ;;
16730 esac
16731 else
16732 $as_echo "$as_me: failed program was:" >&5
16733 sed 's/^/| /' conftest.$ac_ext >&5
16738 rm -rf conftest.dSYM
16739 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16740 conftest$ac_exeext conftest.$ac_ext
16741 LIBS=$ac_check_soname_save_LIBS
16743 if test "x$ac_cv_lib_soname_png" = "x"; then
16744 { $as_echo "$as_me:$LINENO: result: not found" >&5
16745 $as_echo "not found" >&6; }
16747 else
16748 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_png" >&5
16749 $as_echo "$ac_cv_lib_soname_png" >&6; }
16751 cat >>confdefs.h <<_ACEOF
16752 #define SONAME_LIBPNG "$ac_cv_lib_soname_png"
16753 _ACEOF
16758 elif test -n "$X_CFLAGS" -a "x$with_png" != "xno"
16759 then
16760 ac_save_CPPFLAGS="$CPPFLAGS"
16761 CPPFLAGS="$CPPFLAGS $X_CFLAGS"
16762 $as_unset ac_cv_header_png_h
16764 for ac_header in png.h
16766 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
16767 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
16768 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
16769 $as_echo_n "checking for $ac_header... " >&6; }
16770 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
16771 $as_echo_n "(cached) " >&6
16773 ac_res=`eval 'as_val=${'$as_ac_Header'}
16774 $as_echo "$as_val"'`
16775 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
16776 $as_echo "$ac_res" >&6; }
16777 else
16778 # Is the header compilable?
16779 { $as_echo "$as_me:$LINENO: checking $ac_header usability" >&5
16780 $as_echo_n "checking $ac_header usability... " >&6; }
16781 cat >conftest.$ac_ext <<_ACEOF
16782 /* confdefs.h. */
16783 _ACEOF
16784 cat confdefs.h >>conftest.$ac_ext
16785 cat >>conftest.$ac_ext <<_ACEOF
16786 /* end confdefs.h. */
16787 $ac_includes_default
16788 #include <$ac_header>
16789 _ACEOF
16790 rm -f conftest.$ac_objext
16791 if { (ac_try="$ac_compile"
16792 case "(($ac_try" in
16793 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16794 *) ac_try_echo=$ac_try;;
16795 esac
16796 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
16797 $as_echo "$ac_try_echo") >&5
16798 (eval "$ac_compile") 2>conftest.er1
16799 ac_status=$?
16800 grep -v '^ *+' conftest.er1 >conftest.err
16801 rm -f conftest.er1
16802 cat conftest.err >&5
16803 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
16804 (exit $ac_status); } && {
16805 test -z "$ac_c_werror_flag" ||
16806 test ! -s conftest.err
16807 } && test -s conftest.$ac_objext; then
16808 ac_header_compiler=yes
16809 else
16810 $as_echo "$as_me: failed program was:" >&5
16811 sed 's/^/| /' conftest.$ac_ext >&5
16813 ac_header_compiler=no
16816 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
16817 { $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
16818 $as_echo "$ac_header_compiler" >&6; }
16820 # Is the header present?
16821 { $as_echo "$as_me:$LINENO: checking $ac_header presence" >&5
16822 $as_echo_n "checking $ac_header presence... " >&6; }
16823 cat >conftest.$ac_ext <<_ACEOF
16824 /* confdefs.h. */
16825 _ACEOF
16826 cat confdefs.h >>conftest.$ac_ext
16827 cat >>conftest.$ac_ext <<_ACEOF
16828 /* end confdefs.h. */
16829 #include <$ac_header>
16830 _ACEOF
16831 if { (ac_try="$ac_cpp conftest.$ac_ext"
16832 case "(($ac_try" in
16833 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16834 *) ac_try_echo=$ac_try;;
16835 esac
16836 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
16837 $as_echo "$ac_try_echo") >&5
16838 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
16839 ac_status=$?
16840 grep -v '^ *+' conftest.er1 >conftest.err
16841 rm -f conftest.er1
16842 cat conftest.err >&5
16843 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
16844 (exit $ac_status); } >/dev/null && {
16845 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
16846 test ! -s conftest.err
16847 }; then
16848 ac_header_preproc=yes
16849 else
16850 $as_echo "$as_me: failed program was:" >&5
16851 sed 's/^/| /' conftest.$ac_ext >&5
16853 ac_header_preproc=no
16856 rm -f conftest.err conftest.$ac_ext
16857 { $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
16858 $as_echo "$ac_header_preproc" >&6; }
16860 # So? What about this header?
16861 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
16862 yes:no: )
16863 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
16864 $as_echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
16865 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
16866 $as_echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
16867 ac_header_preproc=yes
16869 no:yes:* )
16870 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
16871 $as_echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
16872 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
16873 $as_echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
16874 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
16875 $as_echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
16876 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
16877 $as_echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
16878 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
16879 $as_echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
16880 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
16881 $as_echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
16882 ( cat <<\_ASBOX
16883 ## ------------------------------------ ##
16884 ## Report this to wine-devel@winehq.org ##
16885 ## ------------------------------------ ##
16886 _ASBOX
16887 ) | sed "s/^/$as_me: WARNING: /" >&2
16889 esac
16890 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
16891 $as_echo_n "checking for $ac_header... " >&6; }
16892 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
16893 $as_echo_n "(cached) " >&6
16894 else
16895 eval "$as_ac_Header=\$ac_header_preproc"
16897 ac_res=`eval 'as_val=${'$as_ac_Header'}
16898 $as_echo "$as_val"'`
16899 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
16900 $as_echo "$ac_res" >&6; }
16903 as_val=`eval 'as_val=${'$as_ac_Header'}
16904 $as_echo "$as_val"'`
16905 if test "x$as_val" = x""yes; then
16906 cat >>confdefs.h <<_ACEOF
16907 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
16908 _ACEOF
16912 done
16914 CPPFLAGS="$ac_save_CPPFLAGS"
16915 if test "$ac_cv_header_png_h" = "yes"
16916 then
16917 PNGINCL="$X_CFLAGS"
16919 { $as_echo "$as_me:$LINENO: checking for -lpng" >&5
16920 $as_echo_n "checking for -lpng... " >&6; }
16921 if test "${ac_cv_lib_soname_png+set}" = set; then
16922 $as_echo_n "(cached) " >&6
16923 else
16924 ac_check_soname_save_LIBS=$LIBS
16925 LIBS="-lpng $X_LIBS -lm -lz $LIBS"
16926 cat >conftest.$ac_ext <<_ACEOF
16927 /* confdefs.h. */
16928 _ACEOF
16929 cat confdefs.h >>conftest.$ac_ext
16930 cat >>conftest.$ac_ext <<_ACEOF
16931 /* end confdefs.h. */
16933 /* Override any GCC internal prototype to avoid an error.
16934 Use char because int might match the return type of a GCC
16935 builtin and then its argument prototype would still apply. */
16936 #ifdef __cplusplus
16937 extern "C"
16938 #endif
16939 char png_create_read_struct ();
16941 main ()
16943 return png_create_read_struct ();
16945 return 0;
16947 _ACEOF
16948 rm -f conftest.$ac_objext conftest$ac_exeext
16949 if { (ac_try="$ac_link"
16950 case "(($ac_try" in
16951 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16952 *) ac_try_echo=$ac_try;;
16953 esac
16954 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
16955 $as_echo "$ac_try_echo") >&5
16956 (eval "$ac_link") 2>conftest.er1
16957 ac_status=$?
16958 grep -v '^ *+' conftest.er1 >conftest.err
16959 rm -f conftest.er1
16960 cat conftest.err >&5
16961 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
16962 (exit $ac_status); } && {
16963 test -z "$ac_c_werror_flag" ||
16964 test ! -s conftest.err
16965 } && test -s conftest$ac_exeext && {
16966 test "$cross_compiling" = yes ||
16967 $as_test_x conftest$ac_exeext
16968 }; then
16969 case "$LIBEXT" in
16970 dll) ;;
16971 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'` ;;
16972 *) 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'` ;;
16973 esac
16974 else
16975 $as_echo "$as_me: failed program was:" >&5
16976 sed 's/^/| /' conftest.$ac_ext >&5
16981 rm -rf conftest.dSYM
16982 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16983 conftest$ac_exeext conftest.$ac_ext
16984 LIBS=$ac_check_soname_save_LIBS
16986 if test "x$ac_cv_lib_soname_png" = "x"; then
16987 { $as_echo "$as_me:$LINENO: result: not found" >&5
16988 $as_echo "not found" >&6; }
16990 else
16991 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_png" >&5
16992 $as_echo "$ac_cv_lib_soname_png" >&6; }
16994 cat >>confdefs.h <<_ACEOF
16995 #define SONAME_LIBPNG "$ac_cv_lib_soname_png"
16996 _ACEOF
17003 if test "x$ac_cv_lib_soname_png" = "x"; then
17004 case "x$with_png" in
17005 x) wine_warnings="$wine_warnings|libpng ${notice_platform}development files not found, PNG won't be supported." ;;
17006 xno) ;;
17007 *) { { $as_echo "$as_me:$LINENO: error: libpng ${notice_platform}development files not found, PNG won't be supported.
17008 This is an error since --with-png was requested." >&5
17009 $as_echo "$as_me: error: libpng ${notice_platform}development files not found, PNG won't be supported.
17010 This is an error since --with-png was requested." >&2;}
17011 { (exit 1); exit 1; }; } ;;
17012 esac
17016 if test "$ac_cv_header_kstat_h" = "yes"
17017 then
17018 { $as_echo "$as_me:$LINENO: checking for kstat_open in -lkstat" >&5
17019 $as_echo_n "checking for kstat_open in -lkstat... " >&6; }
17020 if test "${ac_cv_lib_kstat_kstat_open+set}" = set; then
17021 $as_echo_n "(cached) " >&6
17022 else
17023 ac_check_lib_save_LIBS=$LIBS
17024 LIBS="-lkstat $LIBS"
17025 cat >conftest.$ac_ext <<_ACEOF
17026 /* confdefs.h. */
17027 _ACEOF
17028 cat confdefs.h >>conftest.$ac_ext
17029 cat >>conftest.$ac_ext <<_ACEOF
17030 /* end confdefs.h. */
17032 /* Override any GCC internal prototype to avoid an error.
17033 Use char because int might match the return type of a GCC
17034 builtin and then its argument prototype would still apply. */
17035 #ifdef __cplusplus
17036 extern "C"
17037 #endif
17038 char kstat_open ();
17040 main ()
17042 return kstat_open ();
17044 return 0;
17046 _ACEOF
17047 rm -f conftest.$ac_objext conftest$ac_exeext
17048 if { (ac_try="$ac_link"
17049 case "(($ac_try" in
17050 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17051 *) ac_try_echo=$ac_try;;
17052 esac
17053 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
17054 $as_echo "$ac_try_echo") >&5
17055 (eval "$ac_link") 2>conftest.er1
17056 ac_status=$?
17057 grep -v '^ *+' conftest.er1 >conftest.err
17058 rm -f conftest.er1
17059 cat conftest.err >&5
17060 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
17061 (exit $ac_status); } && {
17062 test -z "$ac_c_werror_flag" ||
17063 test ! -s conftest.err
17064 } && test -s conftest$ac_exeext && {
17065 test "$cross_compiling" = yes ||
17066 $as_test_x conftest$ac_exeext
17067 }; then
17068 ac_cv_lib_kstat_kstat_open=yes
17069 else
17070 $as_echo "$as_me: failed program was:" >&5
17071 sed 's/^/| /' conftest.$ac_ext >&5
17073 ac_cv_lib_kstat_kstat_open=no
17076 rm -rf conftest.dSYM
17077 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17078 conftest$ac_exeext conftest.$ac_ext
17079 LIBS=$ac_check_lib_save_LIBS
17081 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_kstat_kstat_open" >&5
17082 $as_echo "$ac_cv_lib_kstat_kstat_open" >&6; }
17083 if test "x$ac_cv_lib_kstat_kstat_open" = x""yes; then
17085 cat >>confdefs.h <<\_ACEOF
17086 #define HAVE_LIBKSTAT 1
17087 _ACEOF
17089 LIBKSTAT="-lkstat"
17095 { $as_echo "$as_me:$LINENO: checking for -lodbc" >&5
17096 $as_echo_n "checking for -lodbc... " >&6; }
17097 if test "${ac_cv_lib_soname_odbc+set}" = set; then
17098 $as_echo_n "(cached) " >&6
17099 else
17100 ac_check_soname_save_LIBS=$LIBS
17101 LIBS="-lodbc $LIBS"
17102 cat >conftest.$ac_ext <<_ACEOF
17103 /* confdefs.h. */
17104 _ACEOF
17105 cat confdefs.h >>conftest.$ac_ext
17106 cat >>conftest.$ac_ext <<_ACEOF
17107 /* end confdefs.h. */
17109 /* Override any GCC internal prototype to avoid an error.
17110 Use char because int might match the return type of a GCC
17111 builtin and then its argument prototype would still apply. */
17112 #ifdef __cplusplus
17113 extern "C"
17114 #endif
17115 char SQLConnect ();
17117 main ()
17119 return SQLConnect ();
17121 return 0;
17123 _ACEOF
17124 rm -f conftest.$ac_objext conftest$ac_exeext
17125 if { (ac_try="$ac_link"
17126 case "(($ac_try" in
17127 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17128 *) ac_try_echo=$ac_try;;
17129 esac
17130 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
17131 $as_echo "$ac_try_echo") >&5
17132 (eval "$ac_link") 2>conftest.er1
17133 ac_status=$?
17134 grep -v '^ *+' conftest.er1 >conftest.err
17135 rm -f conftest.er1
17136 cat conftest.err >&5
17137 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
17138 (exit $ac_status); } && {
17139 test -z "$ac_c_werror_flag" ||
17140 test ! -s conftest.err
17141 } && test -s conftest$ac_exeext && {
17142 test "$cross_compiling" = yes ||
17143 $as_test_x conftest$ac_exeext
17144 }; then
17145 case "$LIBEXT" in
17146 dll) ;;
17147 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'` ;;
17148 *) ac_cv_lib_soname_odbc=`$ac_cv_path_LDD conftest$ac_exeext | grep "libodbc\\.$LIBEXT" | sed -e "s/^.*\(libodbc\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
17149 esac
17150 else
17151 $as_echo "$as_me: failed program was:" >&5
17152 sed 's/^/| /' conftest.$ac_ext >&5
17157 rm -rf conftest.dSYM
17158 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17159 conftest$ac_exeext conftest.$ac_ext
17160 LIBS=$ac_check_soname_save_LIBS
17162 if test "x$ac_cv_lib_soname_odbc" = "x"; then
17163 { $as_echo "$as_me:$LINENO: result: not found" >&5
17164 $as_echo "not found" >&6; }
17165 cat >>confdefs.h <<_ACEOF
17166 #define SONAME_LIBODBC "libodbc.$LIBEXT"
17167 _ACEOF
17169 else
17170 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_odbc" >&5
17171 $as_echo "$ac_cv_lib_soname_odbc" >&6; }
17173 cat >>confdefs.h <<_ACEOF
17174 #define SONAME_LIBODBC "$ac_cv_lib_soname_odbc"
17175 _ACEOF
17181 if test "x$ALSALIBS$AUDIOIOLIBS$COREAUDIO$NASLIBS$ESDLIBS$ac_cv_lib_soname_jack" = "x" -a \
17182 "$ac_cv_header_sys_soundcard_h" != "yes" -a \
17183 "$ac_cv_header_machine_soundcard_h" != "yes" -a \
17184 "$ac_cv_header_soundcard_h" != "yes" -a \
17185 "x$with_alsa$with_audioio$with_coreaudio$with_nas$with_esd$with_jack$with_oss" != xnonononononono
17186 then
17187 wine_warnings="$wine_warnings|No sound system was found. Windows applications will be silent."
17191 EXTRACFLAGS=""
17193 if test "x${GCC}" = "xyes"
17194 then
17195 EXTRACFLAGS="-Wall -pipe"
17197 { $as_echo "$as_me:$LINENO: checking for gcc strength-reduce bug" >&5
17198 $as_echo_n "checking for gcc strength-reduce bug... " >&6; }
17199 if test "${ac_cv_c_gcc_strength_bug+set}" = set; then
17200 $as_echo_n "(cached) " >&6
17201 else
17202 if test "$cross_compiling" = yes; then
17203 ac_cv_c_gcc_strength_bug="yes"
17204 else
17205 cat >conftest.$ac_ext <<_ACEOF
17206 /* confdefs.h. */
17207 _ACEOF
17208 cat confdefs.h >>conftest.$ac_ext
17209 cat >>conftest.$ac_ext <<_ACEOF
17210 /* end confdefs.h. */
17211 int L[4] = {0,1,2,3};
17213 main ()
17215 static int Array[3];
17216 unsigned int B = 3;
17217 int i;
17218 for(i=0; i<B; i++) Array[i] = i - 3;
17219 for(i=0; i<4 - 1; i++) L[i] = L[i + 1];
17220 L[i] = 4;
17221 return (Array[1] != -2 || L[2] != 3)
17223 return 0;
17225 _ACEOF
17226 rm -f conftest$ac_exeext
17227 if { (ac_try="$ac_link"
17228 case "(($ac_try" in
17229 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17230 *) ac_try_echo=$ac_try;;
17231 esac
17232 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
17233 $as_echo "$ac_try_echo") >&5
17234 (eval "$ac_link") 2>&5
17235 ac_status=$?
17236 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
17237 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
17238 { (case "(($ac_try" in
17239 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17240 *) ac_try_echo=$ac_try;;
17241 esac
17242 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
17243 $as_echo "$ac_try_echo") >&5
17244 (eval "$ac_try") 2>&5
17245 ac_status=$?
17246 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
17247 (exit $ac_status); }; }; then
17248 ac_cv_c_gcc_strength_bug="no"
17249 else
17250 $as_echo "$as_me: program exited with status $ac_status" >&5
17251 $as_echo "$as_me: failed program was:" >&5
17252 sed 's/^/| /' conftest.$ac_ext >&5
17254 ( exit $ac_status )
17255 ac_cv_c_gcc_strength_bug="yes"
17257 rm -rf conftest.dSYM
17258 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
17263 { $as_echo "$as_me:$LINENO: result: $ac_cv_c_gcc_strength_bug" >&5
17264 $as_echo "$ac_cv_c_gcc_strength_bug" >&6; }
17265 if test "$ac_cv_c_gcc_strength_bug" = "yes"
17266 then
17267 EXTRACFLAGS="$EXTRACFLAGS -fno-strength-reduce"
17270 { $as_echo "$as_me:$LINENO: checking whether the compiler supports -fno-builtin" >&5
17271 $as_echo_n "checking whether the compiler supports -fno-builtin... " >&6; }
17272 if test "${ac_cv_cflags__fno_builtin+set}" = set; then
17273 $as_echo_n "(cached) " >&6
17274 else
17275 ac_wine_try_cflags_saved=$CFLAGS
17276 CFLAGS="$CFLAGS -fno-builtin"
17277 cat >conftest.$ac_ext <<_ACEOF
17278 /* confdefs.h. */
17279 _ACEOF
17280 cat confdefs.h >>conftest.$ac_ext
17281 cat >>conftest.$ac_ext <<_ACEOF
17282 /* end confdefs.h. */
17285 main ()
17289 return 0;
17291 _ACEOF
17292 rm -f conftest.$ac_objext conftest$ac_exeext
17293 if { (ac_try="$ac_link"
17294 case "(($ac_try" in
17295 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17296 *) ac_try_echo=$ac_try;;
17297 esac
17298 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
17299 $as_echo "$ac_try_echo") >&5
17300 (eval "$ac_link") 2>conftest.er1
17301 ac_status=$?
17302 grep -v '^ *+' conftest.er1 >conftest.err
17303 rm -f conftest.er1
17304 cat conftest.err >&5
17305 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
17306 (exit $ac_status); } && {
17307 test -z "$ac_c_werror_flag" ||
17308 test ! -s conftest.err
17309 } && test -s conftest$ac_exeext && {
17310 test "$cross_compiling" = yes ||
17311 $as_test_x conftest$ac_exeext
17312 }; then
17313 ac_cv_cflags__fno_builtin=yes
17314 else
17315 $as_echo "$as_me: failed program was:" >&5
17316 sed 's/^/| /' conftest.$ac_ext >&5
17318 ac_cv_cflags__fno_builtin=no
17321 rm -rf conftest.dSYM
17322 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17323 conftest$ac_exeext conftest.$ac_ext
17324 CFLAGS=$ac_wine_try_cflags_saved
17326 { $as_echo "$as_me:$LINENO: result: $ac_cv_cflags__fno_builtin" >&5
17327 $as_echo "$ac_cv_cflags__fno_builtin" >&6; }
17328 if test $ac_cv_cflags__fno_builtin = yes; then
17329 BUILTINFLAG="-fno-builtin"
17333 { $as_echo "$as_me:$LINENO: checking whether the compiler supports -fno-strict-aliasing" >&5
17334 $as_echo_n "checking whether the compiler supports -fno-strict-aliasing... " >&6; }
17335 if test "${ac_cv_cflags__fno_strict_aliasing+set}" = set; then
17336 $as_echo_n "(cached) " >&6
17337 else
17338 ac_wine_try_cflags_saved=$CFLAGS
17339 CFLAGS="$CFLAGS -fno-strict-aliasing"
17340 cat >conftest.$ac_ext <<_ACEOF
17341 /* confdefs.h. */
17342 _ACEOF
17343 cat confdefs.h >>conftest.$ac_ext
17344 cat >>conftest.$ac_ext <<_ACEOF
17345 /* end confdefs.h. */
17348 main ()
17352 return 0;
17354 _ACEOF
17355 rm -f conftest.$ac_objext conftest$ac_exeext
17356 if { (ac_try="$ac_link"
17357 case "(($ac_try" in
17358 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17359 *) ac_try_echo=$ac_try;;
17360 esac
17361 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
17362 $as_echo "$ac_try_echo") >&5
17363 (eval "$ac_link") 2>conftest.er1
17364 ac_status=$?
17365 grep -v '^ *+' conftest.er1 >conftest.err
17366 rm -f conftest.er1
17367 cat conftest.err >&5
17368 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
17369 (exit $ac_status); } && {
17370 test -z "$ac_c_werror_flag" ||
17371 test ! -s conftest.err
17372 } && test -s conftest$ac_exeext && {
17373 test "$cross_compiling" = yes ||
17374 $as_test_x conftest$ac_exeext
17375 }; then
17376 ac_cv_cflags__fno_strict_aliasing=yes
17377 else
17378 $as_echo "$as_me: failed program was:" >&5
17379 sed 's/^/| /' conftest.$ac_ext >&5
17381 ac_cv_cflags__fno_strict_aliasing=no
17384 rm -rf conftest.dSYM
17385 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17386 conftest$ac_exeext conftest.$ac_ext
17387 CFLAGS=$ac_wine_try_cflags_saved
17389 { $as_echo "$as_me:$LINENO: result: $ac_cv_cflags__fno_strict_aliasing" >&5
17390 $as_echo "$ac_cv_cflags__fno_strict_aliasing" >&6; }
17391 if test $ac_cv_cflags__fno_strict_aliasing = yes; then
17392 EXTRACFLAGS="$EXTRACFLAGS -fno-strict-aliasing"
17395 { $as_echo "$as_me:$LINENO: checking whether the compiler supports -Wdeclaration-after-statement" >&5
17396 $as_echo_n "checking whether the compiler supports -Wdeclaration-after-statement... " >&6; }
17397 if test "${ac_cv_cflags__Wdeclaration_after_statement+set}" = set; then
17398 $as_echo_n "(cached) " >&6
17399 else
17400 ac_wine_try_cflags_saved=$CFLAGS
17401 CFLAGS="$CFLAGS -Wdeclaration-after-statement"
17402 cat >conftest.$ac_ext <<_ACEOF
17403 /* confdefs.h. */
17404 _ACEOF
17405 cat confdefs.h >>conftest.$ac_ext
17406 cat >>conftest.$ac_ext <<_ACEOF
17407 /* end confdefs.h. */
17410 main ()
17414 return 0;
17416 _ACEOF
17417 rm -f conftest.$ac_objext conftest$ac_exeext
17418 if { (ac_try="$ac_link"
17419 case "(($ac_try" in
17420 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17421 *) ac_try_echo=$ac_try;;
17422 esac
17423 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
17424 $as_echo "$ac_try_echo") >&5
17425 (eval "$ac_link") 2>conftest.er1
17426 ac_status=$?
17427 grep -v '^ *+' conftest.er1 >conftest.err
17428 rm -f conftest.er1
17429 cat conftest.err >&5
17430 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
17431 (exit $ac_status); } && {
17432 test -z "$ac_c_werror_flag" ||
17433 test ! -s conftest.err
17434 } && test -s conftest$ac_exeext && {
17435 test "$cross_compiling" = yes ||
17436 $as_test_x conftest$ac_exeext
17437 }; then
17438 ac_cv_cflags__Wdeclaration_after_statement=yes
17439 else
17440 $as_echo "$as_me: failed program was:" >&5
17441 sed 's/^/| /' conftest.$ac_ext >&5
17443 ac_cv_cflags__Wdeclaration_after_statement=no
17446 rm -rf conftest.dSYM
17447 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17448 conftest$ac_exeext conftest.$ac_ext
17449 CFLAGS=$ac_wine_try_cflags_saved
17451 { $as_echo "$as_me:$LINENO: result: $ac_cv_cflags__Wdeclaration_after_statement" >&5
17452 $as_echo "$ac_cv_cflags__Wdeclaration_after_statement" >&6; }
17453 if test $ac_cv_cflags__Wdeclaration_after_statement = yes; then
17454 EXTRACFLAGS="$EXTRACFLAGS -Wdeclaration-after-statement"
17457 { $as_echo "$as_me:$LINENO: checking whether the compiler supports -Wwrite-strings" >&5
17458 $as_echo_n "checking whether the compiler supports -Wwrite-strings... " >&6; }
17459 if test "${ac_cv_cflags__Wwrite_strings+set}" = set; then
17460 $as_echo_n "(cached) " >&6
17461 else
17462 ac_wine_try_cflags_saved=$CFLAGS
17463 CFLAGS="$CFLAGS -Wwrite-strings"
17464 cat >conftest.$ac_ext <<_ACEOF
17465 /* confdefs.h. */
17466 _ACEOF
17467 cat confdefs.h >>conftest.$ac_ext
17468 cat >>conftest.$ac_ext <<_ACEOF
17469 /* end confdefs.h. */
17472 main ()
17476 return 0;
17478 _ACEOF
17479 rm -f conftest.$ac_objext conftest$ac_exeext
17480 if { (ac_try="$ac_link"
17481 case "(($ac_try" in
17482 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17483 *) ac_try_echo=$ac_try;;
17484 esac
17485 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
17486 $as_echo "$ac_try_echo") >&5
17487 (eval "$ac_link") 2>conftest.er1
17488 ac_status=$?
17489 grep -v '^ *+' conftest.er1 >conftest.err
17490 rm -f conftest.er1
17491 cat conftest.err >&5
17492 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
17493 (exit $ac_status); } && {
17494 test -z "$ac_c_werror_flag" ||
17495 test ! -s conftest.err
17496 } && test -s conftest$ac_exeext && {
17497 test "$cross_compiling" = yes ||
17498 $as_test_x conftest$ac_exeext
17499 }; then
17500 ac_cv_cflags__Wwrite_strings=yes
17501 else
17502 $as_echo "$as_me: failed program was:" >&5
17503 sed 's/^/| /' conftest.$ac_ext >&5
17505 ac_cv_cflags__Wwrite_strings=no
17508 rm -rf conftest.dSYM
17509 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17510 conftest$ac_exeext conftest.$ac_ext
17511 CFLAGS=$ac_wine_try_cflags_saved
17513 { $as_echo "$as_me:$LINENO: result: $ac_cv_cflags__Wwrite_strings" >&5
17514 $as_echo "$ac_cv_cflags__Wwrite_strings" >&6; }
17515 if test $ac_cv_cflags__Wwrite_strings = yes; then
17516 EXTRACFLAGS="$EXTRACFLAGS -Wwrite-strings"
17519 { $as_echo "$as_me:$LINENO: checking whether the compiler supports -Wtype-limits" >&5
17520 $as_echo_n "checking whether the compiler supports -Wtype-limits... " >&6; }
17521 if test "${ac_cv_cflags__Wtype_limits+set}" = set; then
17522 $as_echo_n "(cached) " >&6
17523 else
17524 ac_wine_try_cflags_saved=$CFLAGS
17525 CFLAGS="$CFLAGS -Wtype-limits"
17526 cat >conftest.$ac_ext <<_ACEOF
17527 /* confdefs.h. */
17528 _ACEOF
17529 cat confdefs.h >>conftest.$ac_ext
17530 cat >>conftest.$ac_ext <<_ACEOF
17531 /* end confdefs.h. */
17534 main ()
17538 return 0;
17540 _ACEOF
17541 rm -f conftest.$ac_objext conftest$ac_exeext
17542 if { (ac_try="$ac_link"
17543 case "(($ac_try" in
17544 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17545 *) ac_try_echo=$ac_try;;
17546 esac
17547 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
17548 $as_echo "$ac_try_echo") >&5
17549 (eval "$ac_link") 2>conftest.er1
17550 ac_status=$?
17551 grep -v '^ *+' conftest.er1 >conftest.err
17552 rm -f conftest.er1
17553 cat conftest.err >&5
17554 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
17555 (exit $ac_status); } && {
17556 test -z "$ac_c_werror_flag" ||
17557 test ! -s conftest.err
17558 } && test -s conftest$ac_exeext && {
17559 test "$cross_compiling" = yes ||
17560 $as_test_x conftest$ac_exeext
17561 }; then
17562 ac_cv_cflags__Wtype_limits=yes
17563 else
17564 $as_echo "$as_me: failed program was:" >&5
17565 sed 's/^/| /' conftest.$ac_ext >&5
17567 ac_cv_cflags__Wtype_limits=no
17570 rm -rf conftest.dSYM
17571 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17572 conftest$ac_exeext conftest.$ac_ext
17573 CFLAGS=$ac_wine_try_cflags_saved
17575 { $as_echo "$as_me:$LINENO: result: $ac_cv_cflags__Wtype_limits" >&5
17576 $as_echo "$ac_cv_cflags__Wtype_limits" >&6; }
17577 if test $ac_cv_cflags__Wtype_limits = yes; then
17578 EXTRACFLAGS="$EXTRACFLAGS -Wtype-limits"
17582 saved_CFLAGS="$CFLAGS"
17583 CFLAGS="$CFLAGS -Wpointer-arith -Werror"
17584 { $as_echo "$as_me:$LINENO: checking for broken string.h that generates warnings" >&5
17585 $as_echo_n "checking for broken string.h that generates warnings... " >&6; }
17586 if test "${ac_cv_c_string_h_warnings+set}" = set; then
17587 $as_echo_n "(cached) " >&6
17588 else
17589 cat >conftest.$ac_ext <<_ACEOF
17590 /* confdefs.h. */
17591 _ACEOF
17592 cat confdefs.h >>conftest.$ac_ext
17593 cat >>conftest.$ac_ext <<_ACEOF
17594 /* end confdefs.h. */
17595 #include <string.h>
17597 main ()
17601 return 0;
17603 _ACEOF
17604 rm -f conftest.$ac_objext
17605 if { (ac_try="$ac_compile"
17606 case "(($ac_try" in
17607 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17608 *) ac_try_echo=$ac_try;;
17609 esac
17610 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
17611 $as_echo "$ac_try_echo") >&5
17612 (eval "$ac_compile") 2>conftest.er1
17613 ac_status=$?
17614 grep -v '^ *+' conftest.er1 >conftest.err
17615 rm -f conftest.er1
17616 cat conftest.err >&5
17617 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
17618 (exit $ac_status); } && {
17619 test -z "$ac_c_werror_flag" ||
17620 test ! -s conftest.err
17621 } && test -s conftest.$ac_objext; then
17622 ac_cv_c_string_h_warnings=no
17623 else
17624 $as_echo "$as_me: failed program was:" >&5
17625 sed 's/^/| /' conftest.$ac_ext >&5
17627 ac_cv_c_string_h_warnings=yes
17630 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
17632 { $as_echo "$as_me:$LINENO: result: $ac_cv_c_string_h_warnings" >&5
17633 $as_echo "$ac_cv_c_string_h_warnings" >&6; }
17634 CFLAGS="$saved_CFLAGS"
17635 if test "$ac_cv_c_string_h_warnings" = "no"
17636 then
17637 EXTRACFLAGS="$EXTRACFLAGS -Wpointer-arith"
17642 { $as_echo "$as_me:$LINENO: checking whether external symbols need an underscore prefix" >&5
17643 $as_echo_n "checking whether external symbols need an underscore prefix... " >&6; }
17644 if test "${ac_cv_c_extern_prefix+set}" = set; then
17645 $as_echo_n "(cached) " >&6
17646 else
17647 cat >conftest.$ac_ext <<_ACEOF
17648 /* confdefs.h. */
17649 _ACEOF
17650 cat confdefs.h >>conftest.$ac_ext
17651 cat >>conftest.$ac_ext <<_ACEOF
17652 /* end confdefs.h. */
17653 extern int ac_test;
17655 main ()
17657 asm(".globl _ac_test\n_ac_test:\t.long 0"); if (ac_test) return 1
17659 return 0;
17661 _ACEOF
17662 rm -f conftest.$ac_objext conftest$ac_exeext
17663 if { (ac_try="$ac_link"
17664 case "(($ac_try" in
17665 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17666 *) ac_try_echo=$ac_try;;
17667 esac
17668 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
17669 $as_echo "$ac_try_echo") >&5
17670 (eval "$ac_link") 2>conftest.er1
17671 ac_status=$?
17672 grep -v '^ *+' conftest.er1 >conftest.err
17673 rm -f conftest.er1
17674 cat conftest.err >&5
17675 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
17676 (exit $ac_status); } && {
17677 test -z "$ac_c_werror_flag" ||
17678 test ! -s conftest.err
17679 } && test -s conftest$ac_exeext && {
17680 test "$cross_compiling" = yes ||
17681 $as_test_x conftest$ac_exeext
17682 }; then
17683 ac_cv_c_extern_prefix="yes"
17684 else
17685 $as_echo "$as_me: failed program was:" >&5
17686 sed 's/^/| /' conftest.$ac_ext >&5
17688 ac_cv_c_extern_prefix="no"
17691 rm -rf conftest.dSYM
17692 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17693 conftest$ac_exeext conftest.$ac_ext
17695 { $as_echo "$as_me:$LINENO: result: $ac_cv_c_extern_prefix" >&5
17696 $as_echo "$ac_cv_c_extern_prefix" >&6; }
17698 case $host_cpu in
17699 *i[3456789]86*)
17700 { $as_echo "$as_me:$LINENO: checking whether external symbols need stdcall decoration" >&5
17701 $as_echo_n "checking whether external symbols need stdcall decoration... " >&6; }
17702 if test "${ac_cv_c_stdcall_suffix+set}" = set; then
17703 $as_echo_n "(cached) " >&6
17704 else
17705 cat >conftest.$ac_ext <<_ACEOF
17706 /* confdefs.h. */
17707 _ACEOF
17708 cat confdefs.h >>conftest.$ac_ext
17709 cat >>conftest.$ac_ext <<_ACEOF
17710 /* end confdefs.h. */
17711 #ifndef _MSC_VER
17712 #define __stdcall __attribute__((__stdcall__))
17713 #endif
17714 int __stdcall ac_test(int i) { return i; }
17716 main ()
17718 asm("jmp _ac_test@4"); if (ac_test(1)) return 1
17720 return 0;
17722 _ACEOF
17723 rm -f conftest.$ac_objext conftest$ac_exeext
17724 if { (ac_try="$ac_link"
17725 case "(($ac_try" in
17726 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17727 *) ac_try_echo=$ac_try;;
17728 esac
17729 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
17730 $as_echo "$ac_try_echo") >&5
17731 (eval "$ac_link") 2>conftest.er1
17732 ac_status=$?
17733 grep -v '^ *+' conftest.er1 >conftest.err
17734 rm -f conftest.er1
17735 cat conftest.err >&5
17736 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
17737 (exit $ac_status); } && {
17738 test -z "$ac_c_werror_flag" ||
17739 test ! -s conftest.err
17740 } && test -s conftest$ac_exeext && {
17741 test "$cross_compiling" = yes ||
17742 $as_test_x conftest$ac_exeext
17743 }; then
17744 ac_cv_c_stdcall_suffix="yes"
17745 else
17746 $as_echo "$as_me: failed program was:" >&5
17747 sed 's/^/| /' conftest.$ac_ext >&5
17749 ac_cv_c_stdcall_suffix="no"
17752 rm -rf conftest.dSYM
17753 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17754 conftest$ac_exeext conftest.$ac_ext
17756 { $as_echo "$as_me:$LINENO: result: $ac_cv_c_stdcall_suffix" >&5
17757 $as_echo "$ac_cv_c_stdcall_suffix" >&6; } ;;
17758 *) ac_cv_c_stdcall_suffix="no" ;;
17759 esac
17763 if test "$ac_cv_c_extern_prefix" = "yes"
17764 then
17765 cat >>confdefs.h <<\_ACEOF
17766 #define __ASM_NAME(name) "_" name
17767 _ACEOF
17769 asm_name_prefix="_"
17770 else
17771 cat >>confdefs.h <<\_ACEOF
17772 #define __ASM_NAME(name) name
17773 _ACEOF
17775 asm_name_prefix=""
17780 if test "$ac_cv_c_stdcall_suffix" = "yes"
17781 then
17782 cat >>confdefs.h <<\_ACEOF
17783 #define __ASM_STDCALL(args) "@" #args
17784 _ACEOF
17786 else
17787 cat >>confdefs.h <<\_ACEOF
17788 #define __ASM_STDCALL(args) ""
17789 _ACEOF
17794 { $as_echo "$as_me:$LINENO: checking how to define a function in assembly code" >&5
17795 $as_echo_n "checking how to define a function in assembly code... " >&6; }
17796 if test "${ac_cv_asm_func_def+set}" = set; then
17797 $as_echo_n "(cached) " >&6
17798 else
17799 cat >conftest.$ac_ext <<_ACEOF
17800 /* confdefs.h. */
17801 _ACEOF
17802 cat confdefs.h >>conftest.$ac_ext
17803 cat >>conftest.$ac_ext <<_ACEOF
17804 /* end confdefs.h. */
17807 main ()
17809 asm("\t.globl _ac_test\n\t.def _ac_test; .scl 2; .type 32; .endef\n_ac_test:\t.long 0");
17811 return 0;
17813 _ACEOF
17814 rm -f conftest.$ac_objext conftest$ac_exeext
17815 if { (ac_try="$ac_link"
17816 case "(($ac_try" in
17817 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17818 *) ac_try_echo=$ac_try;;
17819 esac
17820 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
17821 $as_echo "$ac_try_echo") >&5
17822 (eval "$ac_link") 2>conftest.er1
17823 ac_status=$?
17824 grep -v '^ *+' conftest.er1 >conftest.err
17825 rm -f conftest.er1
17826 cat conftest.err >&5
17827 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
17828 (exit $ac_status); } && {
17829 test -z "$ac_c_werror_flag" ||
17830 test ! -s conftest.err
17831 } && test -s conftest$ac_exeext && {
17832 test "$cross_compiling" = yes ||
17833 $as_test_x conftest$ac_exeext
17834 }; then
17835 ac_cv_asm_func_def=".def"
17836 else
17837 $as_echo "$as_me: failed program was:" >&5
17838 sed 's/^/| /' conftest.$ac_ext >&5
17840 cat >conftest.$ac_ext <<_ACEOF
17841 /* confdefs.h. */
17842 _ACEOF
17843 cat confdefs.h >>conftest.$ac_ext
17844 cat >>conftest.$ac_ext <<_ACEOF
17845 /* end confdefs.h. */
17848 main ()
17850 asm("\t.globl _ac_test\n\t.type _ac_test,@function\n_ac_test:\t.long 0");
17852 return 0;
17854 _ACEOF
17855 rm -f conftest.$ac_objext conftest$ac_exeext
17856 if { (ac_try="$ac_link"
17857 case "(($ac_try" in
17858 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17859 *) ac_try_echo=$ac_try;;
17860 esac
17861 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
17862 $as_echo "$ac_try_echo") >&5
17863 (eval "$ac_link") 2>conftest.er1
17864 ac_status=$?
17865 grep -v '^ *+' conftest.er1 >conftest.err
17866 rm -f conftest.er1
17867 cat conftest.err >&5
17868 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
17869 (exit $ac_status); } && {
17870 test -z "$ac_c_werror_flag" ||
17871 test ! -s conftest.err
17872 } && test -s conftest$ac_exeext && {
17873 test "$cross_compiling" = yes ||
17874 $as_test_x conftest$ac_exeext
17875 }; then
17876 ac_cv_asm_func_def=".type @function"
17877 else
17878 $as_echo "$as_me: failed program was:" >&5
17879 sed 's/^/| /' conftest.$ac_ext >&5
17881 cat >conftest.$ac_ext <<_ACEOF
17882 /* confdefs.h. */
17883 _ACEOF
17884 cat confdefs.h >>conftest.$ac_ext
17885 cat >>conftest.$ac_ext <<_ACEOF
17886 /* end confdefs.h. */
17889 main ()
17891 asm("\t.globl _ac_test\n\t.type _ac_test,2\n_ac_test:\t.long 0");
17893 return 0;
17895 _ACEOF
17896 rm -f conftest.$ac_objext conftest$ac_exeext
17897 if { (ac_try="$ac_link"
17898 case "(($ac_try" in
17899 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17900 *) ac_try_echo=$ac_try;;
17901 esac
17902 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
17903 $as_echo "$ac_try_echo") >&5
17904 (eval "$ac_link") 2>conftest.er1
17905 ac_status=$?
17906 grep -v '^ *+' conftest.er1 >conftest.err
17907 rm -f conftest.er1
17908 cat conftest.err >&5
17909 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
17910 (exit $ac_status); } && {
17911 test -z "$ac_c_werror_flag" ||
17912 test ! -s conftest.err
17913 } && test -s conftest$ac_exeext && {
17914 test "$cross_compiling" = yes ||
17915 $as_test_x conftest$ac_exeext
17916 }; then
17917 ac_cv_asm_func_def=".type 2"
17918 else
17919 $as_echo "$as_me: failed program was:" >&5
17920 sed 's/^/| /' conftest.$ac_ext >&5
17922 ac_cv_asm_func_def="unknown"
17925 rm -rf conftest.dSYM
17926 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17927 conftest$ac_exeext conftest.$ac_ext
17930 rm -rf conftest.dSYM
17931 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17932 conftest$ac_exeext conftest.$ac_ext
17935 rm -rf conftest.dSYM
17936 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17937 conftest$ac_exeext conftest.$ac_ext
17939 { $as_echo "$as_me:$LINENO: result: $ac_cv_asm_func_def" >&5
17940 $as_echo "$ac_cv_asm_func_def" >&6; }
17944 case "$ac_cv_asm_func_def" in
17945 ".def")
17946 cat >>confdefs.h <<\_ACEOF
17947 #define __ASM_FUNC(name) ".def " __ASM_NAME(name) "; .scl 2; .type 32; .endef"
17948 _ACEOF
17950 asm_func_header=".def $asm_name_prefix\" #name suffix \"; .scl 2; .type 32; .endef" ;;
17951 ".type @function")
17952 cat >>confdefs.h <<\_ACEOF
17953 #define __ASM_FUNC(name) ".type " __ASM_NAME(name) ",@function"
17954 _ACEOF
17956 asm_func_header=".type $asm_name_prefix\" #name suffix \",@function" ;;
17957 ".type 2")
17958 cat >>confdefs.h <<\_ACEOF
17959 #define __ASM_FUNC(name) ".type " __ASM_NAME(name) ",2"
17960 _ACEOF
17962 asm_func_header=".type $asm_name_prefix\" #name suffix \",2" ;;
17964 cat >>confdefs.h <<\_ACEOF
17965 #define __ASM_FUNC(name) ""
17966 _ACEOF
17968 asm_func_header="" ;;
17969 esac
17971 { $as_echo "$as_me:$LINENO: checking whether asm() works outside of functions" >&5
17972 $as_echo_n "checking whether asm() works outside of functions... " >&6; }
17973 if test "${ac_cv_c_asm_outside_funcs+set}" = set; then
17974 $as_echo_n "(cached) " >&6
17975 else
17976 cat >conftest.$ac_ext <<_ACEOF
17977 /* confdefs.h. */
17978 _ACEOF
17979 cat confdefs.h >>conftest.$ac_ext
17980 cat >>conftest.$ac_ext <<_ACEOF
17981 /* end confdefs.h. */
17982 asm(".text\n\t.long 0");
17984 main ()
17988 return 0;
17990 _ACEOF
17991 rm -f conftest.$ac_objext
17992 if { (ac_try="$ac_compile"
17993 case "(($ac_try" in
17994 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17995 *) ac_try_echo=$ac_try;;
17996 esac
17997 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
17998 $as_echo "$ac_try_echo") >&5
17999 (eval "$ac_compile") 2>conftest.er1
18000 ac_status=$?
18001 grep -v '^ *+' conftest.er1 >conftest.err
18002 rm -f conftest.er1
18003 cat conftest.err >&5
18004 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
18005 (exit $ac_status); } && {
18006 test -z "$ac_c_werror_flag" ||
18007 test ! -s conftest.err
18008 } && test -s conftest.$ac_objext; then
18009 ac_cv_c_asm_outside_funcs="yes"
18010 else
18011 $as_echo "$as_me: failed program was:" >&5
18012 sed 's/^/| /' conftest.$ac_ext >&5
18014 ac_cv_c_asm_outside_funcs="no"
18017 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
18019 { $as_echo "$as_me:$LINENO: result: $ac_cv_c_asm_outside_funcs" >&5
18020 $as_echo "$ac_cv_c_asm_outside_funcs" >&6; }
18022 { $as_echo "$as_me:$LINENO: checking whether .previous is supported in assembly code" >&5
18023 $as_echo_n "checking whether .previous is supported in assembly code... " >&6; }
18024 if test "${ac_cv_c_dot_previous+set}" = set; then
18025 $as_echo_n "(cached) " >&6
18026 else
18027 cat >conftest.$ac_ext <<_ACEOF
18028 /* confdefs.h. */
18029 _ACEOF
18030 cat confdefs.h >>conftest.$ac_ext
18031 cat >>conftest.$ac_ext <<_ACEOF
18032 /* end confdefs.h. */
18035 main ()
18037 asm(".text\nac_test:\t.long 0\n\t.previous");
18039 return 0;
18041 _ACEOF
18042 rm -f conftest.$ac_objext conftest$ac_exeext
18043 if { (ac_try="$ac_link"
18044 case "(($ac_try" in
18045 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18046 *) ac_try_echo=$ac_try;;
18047 esac
18048 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
18049 $as_echo "$ac_try_echo") >&5
18050 (eval "$ac_link") 2>conftest.er1
18051 ac_status=$?
18052 grep -v '^ *+' conftest.er1 >conftest.err
18053 rm -f conftest.er1
18054 cat conftest.err >&5
18055 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
18056 (exit $ac_status); } && {
18057 test -z "$ac_c_werror_flag" ||
18058 test ! -s conftest.err
18059 } && test -s conftest$ac_exeext && {
18060 test "$cross_compiling" = yes ||
18061 $as_test_x conftest$ac_exeext
18062 }; then
18063 ac_cv_c_dot_previous="yes"
18064 else
18065 $as_echo "$as_me: failed program was:" >&5
18066 sed 's/^/| /' conftest.$ac_ext >&5
18068 ac_cv_c_dot_previous="no"
18071 rm -rf conftest.dSYM
18072 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
18073 conftest$ac_exeext conftest.$ac_ext
18075 { $as_echo "$as_me:$LINENO: result: $ac_cv_c_dot_previous" >&5
18076 $as_echo "$ac_cv_c_dot_previous" >&6; }
18078 { $as_echo "$as_me:$LINENO: checking whether CFI directives are supported in assembly code" >&5
18079 $as_echo_n "checking whether CFI directives are supported in assembly code... " >&6; }
18080 if test "${ac_cv_c_cfi_support+set}" = set; then
18081 $as_echo_n "(cached) " >&6
18082 else
18083 cat >conftest.$ac_ext <<_ACEOF
18084 /* confdefs.h. */
18085 _ACEOF
18086 cat confdefs.h >>conftest.$ac_ext
18087 cat >>conftest.$ac_ext <<_ACEOF
18088 /* end confdefs.h. */
18089 asm(".text\nac_test:\t.cfi_startproc\n\t.long 0\n\t.cfi_endproc");
18091 main ()
18095 return 0;
18097 _ACEOF
18098 rm -f conftest.$ac_objext
18099 if { (ac_try="$ac_compile"
18100 case "(($ac_try" in
18101 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18102 *) ac_try_echo=$ac_try;;
18103 esac
18104 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
18105 $as_echo "$ac_try_echo") >&5
18106 (eval "$ac_compile") 2>conftest.er1
18107 ac_status=$?
18108 grep -v '^ *+' conftest.er1 >conftest.err
18109 rm -f conftest.er1
18110 cat conftest.err >&5
18111 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
18112 (exit $ac_status); } && {
18113 test -z "$ac_c_werror_flag" ||
18114 test ! -s conftest.err
18115 } && test -s conftest.$ac_objext; then
18116 ac_cv_c_cfi_support="yes"
18117 else
18118 $as_echo "$as_me: failed program was:" >&5
18119 sed 's/^/| /' conftest.$ac_ext >&5
18121 ac_cv_c_cfi_support="no"
18124 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
18126 { $as_echo "$as_me:$LINENO: result: $ac_cv_c_cfi_support" >&5
18127 $as_echo "$ac_cv_c_cfi_support" >&6; }
18129 asm_func_header=".globl $asm_name_prefix\" #name suffix \"\\n\\t$asm_func_header\\n$asm_name_prefix\" #name suffix \":\\n\\t"
18130 asm_func_trailer=""
18131 if test "$ac_cv_c_dot_previous" = "yes"
18132 then
18133 asm_func_trailer="\\n\\t.previous"
18135 if test "$ac_cv_c_cfi_support" = "yes"
18136 then
18137 asm_func_header="$asm_func_header.cfi_startproc\\n\\t"
18138 asm_func_trailer="\\n\\t.cfi_endproc$asm_func_trailer"
18141 asm_func_code="$asm_func_header\" code \"$asm_func_trailer"
18145 if test "$ac_cv_c_asm_outside_funcs" = "yes"
18146 then
18147 cat >>confdefs.h <<_ACEOF
18148 #define __ASM_DEFINE_FUNC(name,suffix,code) asm(".text\n\t.align 4\n\t$asm_func_code");
18149 _ACEOF
18151 else
18152 cat >>confdefs.h <<_ACEOF
18153 #define __ASM_DEFINE_FUNC(name,suffix,code) void __asm_dummy_##name(void) { asm(".text\n\t.align 4\n\t$asm_func_code"); }
18154 _ACEOF
18158 cat >>confdefs.h <<\_ACEOF
18159 #define __ASM_GLOBAL_FUNC(name,code) __ASM_DEFINE_FUNC(name,"",code)
18160 _ACEOF
18163 cat >>confdefs.h <<\_ACEOF
18164 #define __ASM_STDCALL_FUNC(name,args,code) __ASM_DEFINE_FUNC(name,__ASM_STDCALL(args),code)
18165 _ACEOF
18169 LDPATH=""
18171 case $build_os in
18172 cygwin*|mingw32*)
18173 LDPATH="PATH=\"\$(TOOLSDIR)/libs/wine:\$\$PATH\""
18175 darwin*|macosx*)
18178 LDPATH="LD_LIBRARY_PATH=\"\$(TOOLSDIR)/libs/wine:\$\$LD_LIBRARY_PATH\""
18180 esac
18182 case $host_os in
18183 mingw32*)
18184 CRTLIBS="-lmsvcrt"
18186 SOCKETLIBS="-L\$(TOPOBJDIR)/dlls/ws2_32 -lws2_32"
18189 esac
18191 case $host_cpu in
18192 *i[3456789]86*)
18193 case $host_os in
18194 linux* | k*bsd*-gnu)
18195 EXTRA_BINARIES="wine-preloader"
18197 esac
18199 esac
18202 ac_save_CFLAGS="$CFLAGS"
18203 CFLAGS="$CFLAGS $BUILTINFLAG"
18273 for ac_func in \
18274 _pclose \
18275 _popen \
18276 _snprintf \
18277 _spawnvp \
18278 _strdup \
18279 _stricmp \
18280 _strnicmp \
18281 _strtoi64 \
18282 _strtoui64 \
18283 _vsnprintf \
18284 asctime_r \
18285 chsize \
18286 dlopen \
18287 epoll_create \
18288 ffs \
18289 finite \
18290 fnmatch \
18291 fork \
18292 fpclass \
18293 fstatfs \
18294 fstatvfs \
18295 ftruncate \
18296 futimes \
18297 futimesat \
18298 getdirentries \
18299 getopt_long \
18300 getpagesize \
18301 getpwuid \
18302 gettid \
18303 gettimeofday \
18304 getuid \
18305 kqueue \
18306 lstat \
18307 memmove \
18308 mmap \
18309 pclose \
18310 poll \
18311 popen \
18312 prctl \
18313 pread \
18314 pwrite \
18315 readdir \
18316 readlink \
18317 sched_yield \
18318 select \
18319 setproctitle \
18320 setrlimit \
18321 settimeofday \
18322 sigaltstack \
18323 sigprocmask \
18324 snprintf \
18325 spawnvp \
18326 statfs \
18327 statvfs \
18328 strcasecmp \
18329 strdup \
18330 strerror \
18331 strncasecmp \
18332 strtold \
18333 strtoll \
18334 strtoull \
18335 symlink \
18336 tcgetattr \
18337 thr_kill2 \
18338 timegm \
18339 usleep \
18340 vsnprintf \
18341 wait4 \
18342 waitpid \
18345 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
18346 { $as_echo "$as_me:$LINENO: checking for $ac_func" >&5
18347 $as_echo_n "checking for $ac_func... " >&6; }
18348 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
18349 $as_echo_n "(cached) " >&6
18350 else
18351 cat >conftest.$ac_ext <<_ACEOF
18352 /* confdefs.h. */
18353 _ACEOF
18354 cat confdefs.h >>conftest.$ac_ext
18355 cat >>conftest.$ac_ext <<_ACEOF
18356 /* end confdefs.h. */
18357 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
18358 For example, HP-UX 11i <limits.h> declares gettimeofday. */
18359 #define $ac_func innocuous_$ac_func
18361 /* System header to define __stub macros and hopefully few prototypes,
18362 which can conflict with char $ac_func (); below.
18363 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
18364 <limits.h> exists even on freestanding compilers. */
18366 #ifdef __STDC__
18367 # include <limits.h>
18368 #else
18369 # include <assert.h>
18370 #endif
18372 #undef $ac_func
18374 /* Override any GCC internal prototype to avoid an error.
18375 Use char because int might match the return type of a GCC
18376 builtin and then its argument prototype would still apply. */
18377 #ifdef __cplusplus
18378 extern "C"
18379 #endif
18380 char $ac_func ();
18381 /* The GNU C library defines this for functions which it implements
18382 to always fail with ENOSYS. Some functions are actually named
18383 something starting with __ and the normal name is an alias. */
18384 #if defined __stub_$ac_func || defined __stub___$ac_func
18385 choke me
18386 #endif
18389 main ()
18391 return $ac_func ();
18393 return 0;
18395 _ACEOF
18396 rm -f conftest.$ac_objext conftest$ac_exeext
18397 if { (ac_try="$ac_link"
18398 case "(($ac_try" in
18399 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18400 *) ac_try_echo=$ac_try;;
18401 esac
18402 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
18403 $as_echo "$ac_try_echo") >&5
18404 (eval "$ac_link") 2>conftest.er1
18405 ac_status=$?
18406 grep -v '^ *+' conftest.er1 >conftest.err
18407 rm -f conftest.er1
18408 cat conftest.err >&5
18409 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
18410 (exit $ac_status); } && {
18411 test -z "$ac_c_werror_flag" ||
18412 test ! -s conftest.err
18413 } && test -s conftest$ac_exeext && {
18414 test "$cross_compiling" = yes ||
18415 $as_test_x conftest$ac_exeext
18416 }; then
18417 eval "$as_ac_var=yes"
18418 else
18419 $as_echo "$as_me: failed program was:" >&5
18420 sed 's/^/| /' conftest.$ac_ext >&5
18422 eval "$as_ac_var=no"
18425 rm -rf conftest.dSYM
18426 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
18427 conftest$ac_exeext conftest.$ac_ext
18429 ac_res=`eval 'as_val=${'$as_ac_var'}
18430 $as_echo "$as_val"'`
18431 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
18432 $as_echo "$ac_res" >&6; }
18433 as_val=`eval 'as_val=${'$as_ac_var'}
18434 $as_echo "$as_val"'`
18435 if test "x$as_val" = x""yes; then
18436 cat >>confdefs.h <<_ACEOF
18437 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
18438 _ACEOF
18441 done
18443 CFLAGS="$ac_save_CFLAGS"
18445 if test "$ac_cv_func_dlopen" = no
18446 then
18447 { $as_echo "$as_me:$LINENO: checking for dlopen in -ldl" >&5
18448 $as_echo_n "checking for dlopen in -ldl... " >&6; }
18449 if test "${ac_cv_lib_dl_dlopen+set}" = set; then
18450 $as_echo_n "(cached) " >&6
18451 else
18452 ac_check_lib_save_LIBS=$LIBS
18453 LIBS="-ldl $LIBS"
18454 cat >conftest.$ac_ext <<_ACEOF
18455 /* confdefs.h. */
18456 _ACEOF
18457 cat confdefs.h >>conftest.$ac_ext
18458 cat >>conftest.$ac_ext <<_ACEOF
18459 /* end confdefs.h. */
18461 /* Override any GCC internal prototype to avoid an error.
18462 Use char because int might match the return type of a GCC
18463 builtin and then its argument prototype would still apply. */
18464 #ifdef __cplusplus
18465 extern "C"
18466 #endif
18467 char dlopen ();
18469 main ()
18471 return dlopen ();
18473 return 0;
18475 _ACEOF
18476 rm -f conftest.$ac_objext conftest$ac_exeext
18477 if { (ac_try="$ac_link"
18478 case "(($ac_try" in
18479 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18480 *) ac_try_echo=$ac_try;;
18481 esac
18482 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
18483 $as_echo "$ac_try_echo") >&5
18484 (eval "$ac_link") 2>conftest.er1
18485 ac_status=$?
18486 grep -v '^ *+' conftest.er1 >conftest.err
18487 rm -f conftest.er1
18488 cat conftest.err >&5
18489 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
18490 (exit $ac_status); } && {
18491 test -z "$ac_c_werror_flag" ||
18492 test ! -s conftest.err
18493 } && test -s conftest$ac_exeext && {
18494 test "$cross_compiling" = yes ||
18495 $as_test_x conftest$ac_exeext
18496 }; then
18497 ac_cv_lib_dl_dlopen=yes
18498 else
18499 $as_echo "$as_me: failed program was:" >&5
18500 sed 's/^/| /' conftest.$ac_ext >&5
18502 ac_cv_lib_dl_dlopen=no
18505 rm -rf conftest.dSYM
18506 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
18507 conftest$ac_exeext conftest.$ac_ext
18508 LIBS=$ac_check_lib_save_LIBS
18510 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_dl_dlopen" >&5
18511 $as_echo "$ac_cv_lib_dl_dlopen" >&6; }
18512 if test "x$ac_cv_lib_dl_dlopen" = x""yes; then
18513 cat >>confdefs.h <<\_ACEOF
18514 #define HAVE_DLOPEN 1
18515 _ACEOF
18516 LIBDL="-ldl"
18521 ac_wine_check_funcs_save_LIBS="$LIBS"
18522 LIBS="$LIBS $LIBDL"
18524 for ac_func in dladdr
18526 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
18527 { $as_echo "$as_me:$LINENO: checking for $ac_func" >&5
18528 $as_echo_n "checking for $ac_func... " >&6; }
18529 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
18530 $as_echo_n "(cached) " >&6
18531 else
18532 cat >conftest.$ac_ext <<_ACEOF
18533 /* confdefs.h. */
18534 _ACEOF
18535 cat confdefs.h >>conftest.$ac_ext
18536 cat >>conftest.$ac_ext <<_ACEOF
18537 /* end confdefs.h. */
18538 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
18539 For example, HP-UX 11i <limits.h> declares gettimeofday. */
18540 #define $ac_func innocuous_$ac_func
18542 /* System header to define __stub macros and hopefully few prototypes,
18543 which can conflict with char $ac_func (); below.
18544 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
18545 <limits.h> exists even on freestanding compilers. */
18547 #ifdef __STDC__
18548 # include <limits.h>
18549 #else
18550 # include <assert.h>
18551 #endif
18553 #undef $ac_func
18555 /* Override any GCC internal prototype to avoid an error.
18556 Use char because int might match the return type of a GCC
18557 builtin and then its argument prototype would still apply. */
18558 #ifdef __cplusplus
18559 extern "C"
18560 #endif
18561 char $ac_func ();
18562 /* The GNU C library defines this for functions which it implements
18563 to always fail with ENOSYS. Some functions are actually named
18564 something starting with __ and the normal name is an alias. */
18565 #if defined __stub_$ac_func || defined __stub___$ac_func
18566 choke me
18567 #endif
18570 main ()
18572 return $ac_func ();
18574 return 0;
18576 _ACEOF
18577 rm -f conftest.$ac_objext conftest$ac_exeext
18578 if { (ac_try="$ac_link"
18579 case "(($ac_try" in
18580 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18581 *) ac_try_echo=$ac_try;;
18582 esac
18583 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
18584 $as_echo "$ac_try_echo") >&5
18585 (eval "$ac_link") 2>conftest.er1
18586 ac_status=$?
18587 grep -v '^ *+' conftest.er1 >conftest.err
18588 rm -f conftest.er1
18589 cat conftest.err >&5
18590 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
18591 (exit $ac_status); } && {
18592 test -z "$ac_c_werror_flag" ||
18593 test ! -s conftest.err
18594 } && test -s conftest$ac_exeext && {
18595 test "$cross_compiling" = yes ||
18596 $as_test_x conftest$ac_exeext
18597 }; then
18598 eval "$as_ac_var=yes"
18599 else
18600 $as_echo "$as_me: failed program was:" >&5
18601 sed 's/^/| /' conftest.$ac_ext >&5
18603 eval "$as_ac_var=no"
18606 rm -rf conftest.dSYM
18607 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
18608 conftest$ac_exeext conftest.$ac_ext
18610 ac_res=`eval 'as_val=${'$as_ac_var'}
18611 $as_echo "$as_val"'`
18612 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
18613 $as_echo "$ac_res" >&6; }
18614 as_val=`eval 'as_val=${'$as_ac_var'}
18615 $as_echo "$as_val"'`
18616 if test "x$as_val" = x""yes; then
18617 cat >>confdefs.h <<_ACEOF
18618 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
18619 _ACEOF
18622 done
18624 LIBS="$ac_wine_check_funcs_save_LIBS"
18626 if test "$ac_cv_func_poll" = no
18627 then
18628 { $as_echo "$as_me:$LINENO: checking for poll in -lpoll" >&5
18629 $as_echo_n "checking for poll in -lpoll... " >&6; }
18630 if test "${ac_cv_lib_poll_poll+set}" = set; then
18631 $as_echo_n "(cached) " >&6
18632 else
18633 ac_check_lib_save_LIBS=$LIBS
18634 LIBS="-lpoll $LIBS"
18635 cat >conftest.$ac_ext <<_ACEOF
18636 /* confdefs.h. */
18637 _ACEOF
18638 cat confdefs.h >>conftest.$ac_ext
18639 cat >>conftest.$ac_ext <<_ACEOF
18640 /* end confdefs.h. */
18642 /* Override any GCC internal prototype to avoid an error.
18643 Use char because int might match the return type of a GCC
18644 builtin and then its argument prototype would still apply. */
18645 #ifdef __cplusplus
18646 extern "C"
18647 #endif
18648 char poll ();
18650 main ()
18652 return poll ();
18654 return 0;
18656 _ACEOF
18657 rm -f conftest.$ac_objext conftest$ac_exeext
18658 if { (ac_try="$ac_link"
18659 case "(($ac_try" in
18660 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18661 *) ac_try_echo=$ac_try;;
18662 esac
18663 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
18664 $as_echo "$ac_try_echo") >&5
18665 (eval "$ac_link") 2>conftest.er1
18666 ac_status=$?
18667 grep -v '^ *+' conftest.er1 >conftest.err
18668 rm -f conftest.er1
18669 cat conftest.err >&5
18670 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
18671 (exit $ac_status); } && {
18672 test -z "$ac_c_werror_flag" ||
18673 test ! -s conftest.err
18674 } && test -s conftest$ac_exeext && {
18675 test "$cross_compiling" = yes ||
18676 $as_test_x conftest$ac_exeext
18677 }; then
18678 ac_cv_lib_poll_poll=yes
18679 else
18680 $as_echo "$as_me: failed program was:" >&5
18681 sed 's/^/| /' conftest.$ac_ext >&5
18683 ac_cv_lib_poll_poll=no
18686 rm -rf conftest.dSYM
18687 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
18688 conftest$ac_exeext conftest.$ac_ext
18689 LIBS=$ac_check_lib_save_LIBS
18691 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_poll_poll" >&5
18692 $as_echo "$ac_cv_lib_poll_poll" >&6; }
18693 if test "x$ac_cv_lib_poll_poll" = x""yes; then
18694 cat >>confdefs.h <<\_ACEOF
18695 #define HAVE_POLL 1
18696 _ACEOF
18697 LIBPOLL="-lpoll"
18703 { $as_echo "$as_me:$LINENO: checking for library containing gethostbyname" >&5
18704 $as_echo_n "checking for library containing gethostbyname... " >&6; }
18705 if test "${ac_cv_search_gethostbyname+set}" = set; then
18706 $as_echo_n "(cached) " >&6
18707 else
18708 ac_func_search_save_LIBS=$LIBS
18709 cat >conftest.$ac_ext <<_ACEOF
18710 /* confdefs.h. */
18711 _ACEOF
18712 cat confdefs.h >>conftest.$ac_ext
18713 cat >>conftest.$ac_ext <<_ACEOF
18714 /* end confdefs.h. */
18716 /* Override any GCC internal prototype to avoid an error.
18717 Use char because int might match the return type of a GCC
18718 builtin and then its argument prototype would still apply. */
18719 #ifdef __cplusplus
18720 extern "C"
18721 #endif
18722 char gethostbyname ();
18724 main ()
18726 return gethostbyname ();
18728 return 0;
18730 _ACEOF
18731 for ac_lib in '' nsl; do
18732 if test -z "$ac_lib"; then
18733 ac_res="none required"
18734 else
18735 ac_res=-l$ac_lib
18736 LIBS="-l$ac_lib $ac_func_search_save_LIBS"
18738 rm -f conftest.$ac_objext conftest$ac_exeext
18739 if { (ac_try="$ac_link"
18740 case "(($ac_try" in
18741 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18742 *) ac_try_echo=$ac_try;;
18743 esac
18744 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
18745 $as_echo "$ac_try_echo") >&5
18746 (eval "$ac_link") 2>conftest.er1
18747 ac_status=$?
18748 grep -v '^ *+' conftest.er1 >conftest.err
18749 rm -f conftest.er1
18750 cat conftest.err >&5
18751 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
18752 (exit $ac_status); } && {
18753 test -z "$ac_c_werror_flag" ||
18754 test ! -s conftest.err
18755 } && test -s conftest$ac_exeext && {
18756 test "$cross_compiling" = yes ||
18757 $as_test_x conftest$ac_exeext
18758 }; then
18759 ac_cv_search_gethostbyname=$ac_res
18760 else
18761 $as_echo "$as_me: failed program was:" >&5
18762 sed 's/^/| /' conftest.$ac_ext >&5
18767 rm -rf conftest.dSYM
18768 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
18769 conftest$ac_exeext
18770 if test "${ac_cv_search_gethostbyname+set}" = set; then
18771 break
18773 done
18774 if test "${ac_cv_search_gethostbyname+set}" = set; then
18776 else
18777 ac_cv_search_gethostbyname=no
18779 rm conftest.$ac_ext
18780 LIBS=$ac_func_search_save_LIBS
18782 { $as_echo "$as_me:$LINENO: result: $ac_cv_search_gethostbyname" >&5
18783 $as_echo "$ac_cv_search_gethostbyname" >&6; }
18784 ac_res=$ac_cv_search_gethostbyname
18785 if test "$ac_res" != no; then
18786 test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
18791 { $as_echo "$as_me:$LINENO: checking for library containing connect" >&5
18792 $as_echo_n "checking for library containing connect... " >&6; }
18793 if test "${ac_cv_search_connect+set}" = set; then
18794 $as_echo_n "(cached) " >&6
18795 else
18796 ac_func_search_save_LIBS=$LIBS
18797 cat >conftest.$ac_ext <<_ACEOF
18798 /* confdefs.h. */
18799 _ACEOF
18800 cat confdefs.h >>conftest.$ac_ext
18801 cat >>conftest.$ac_ext <<_ACEOF
18802 /* end confdefs.h. */
18804 /* Override any GCC internal prototype to avoid an error.
18805 Use char because int might match the return type of a GCC
18806 builtin and then its argument prototype would still apply. */
18807 #ifdef __cplusplus
18808 extern "C"
18809 #endif
18810 char connect ();
18812 main ()
18814 return connect ();
18816 return 0;
18818 _ACEOF
18819 for ac_lib in '' socket; do
18820 if test -z "$ac_lib"; then
18821 ac_res="none required"
18822 else
18823 ac_res=-l$ac_lib
18824 LIBS="-l$ac_lib $ac_func_search_save_LIBS"
18826 rm -f conftest.$ac_objext conftest$ac_exeext
18827 if { (ac_try="$ac_link"
18828 case "(($ac_try" in
18829 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18830 *) ac_try_echo=$ac_try;;
18831 esac
18832 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
18833 $as_echo "$ac_try_echo") >&5
18834 (eval "$ac_link") 2>conftest.er1
18835 ac_status=$?
18836 grep -v '^ *+' conftest.er1 >conftest.err
18837 rm -f conftest.er1
18838 cat conftest.err >&5
18839 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
18840 (exit $ac_status); } && {
18841 test -z "$ac_c_werror_flag" ||
18842 test ! -s conftest.err
18843 } && test -s conftest$ac_exeext && {
18844 test "$cross_compiling" = yes ||
18845 $as_test_x conftest$ac_exeext
18846 }; then
18847 ac_cv_search_connect=$ac_res
18848 else
18849 $as_echo "$as_me: failed program was:" >&5
18850 sed 's/^/| /' conftest.$ac_ext >&5
18855 rm -rf conftest.dSYM
18856 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
18857 conftest$ac_exeext
18858 if test "${ac_cv_search_connect+set}" = set; then
18859 break
18861 done
18862 if test "${ac_cv_search_connect+set}" = set; then
18864 else
18865 ac_cv_search_connect=no
18867 rm conftest.$ac_ext
18868 LIBS=$ac_func_search_save_LIBS
18870 { $as_echo "$as_me:$LINENO: result: $ac_cv_search_connect" >&5
18871 $as_echo "$ac_cv_search_connect" >&6; }
18872 ac_res=$ac_cv_search_connect
18873 if test "$ac_res" != no; then
18874 test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
18879 { $as_echo "$as_me:$LINENO: checking for library containing inet_aton" >&5
18880 $as_echo_n "checking for library containing inet_aton... " >&6; }
18881 if test "${ac_cv_search_inet_aton+set}" = set; then
18882 $as_echo_n "(cached) " >&6
18883 else
18884 ac_func_search_save_LIBS=$LIBS
18885 cat >conftest.$ac_ext <<_ACEOF
18886 /* confdefs.h. */
18887 _ACEOF
18888 cat confdefs.h >>conftest.$ac_ext
18889 cat >>conftest.$ac_ext <<_ACEOF
18890 /* end confdefs.h. */
18892 /* Override any GCC internal prototype to avoid an error.
18893 Use char because int might match the return type of a GCC
18894 builtin and then its argument prototype would still apply. */
18895 #ifdef __cplusplus
18896 extern "C"
18897 #endif
18898 char inet_aton ();
18900 main ()
18902 return inet_aton ();
18904 return 0;
18906 _ACEOF
18907 for ac_lib in '' resolv; do
18908 if test -z "$ac_lib"; then
18909 ac_res="none required"
18910 else
18911 ac_res=-l$ac_lib
18912 LIBS="-l$ac_lib $ac_func_search_save_LIBS"
18914 rm -f conftest.$ac_objext conftest$ac_exeext
18915 if { (ac_try="$ac_link"
18916 case "(($ac_try" in
18917 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18918 *) ac_try_echo=$ac_try;;
18919 esac
18920 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
18921 $as_echo "$ac_try_echo") >&5
18922 (eval "$ac_link") 2>conftest.er1
18923 ac_status=$?
18924 grep -v '^ *+' conftest.er1 >conftest.err
18925 rm -f conftest.er1
18926 cat conftest.err >&5
18927 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
18928 (exit $ac_status); } && {
18929 test -z "$ac_c_werror_flag" ||
18930 test ! -s conftest.err
18931 } && test -s conftest$ac_exeext && {
18932 test "$cross_compiling" = yes ||
18933 $as_test_x conftest$ac_exeext
18934 }; then
18935 ac_cv_search_inet_aton=$ac_res
18936 else
18937 $as_echo "$as_me: failed program was:" >&5
18938 sed 's/^/| /' conftest.$ac_ext >&5
18943 rm -rf conftest.dSYM
18944 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
18945 conftest$ac_exeext
18946 if test "${ac_cv_search_inet_aton+set}" = set; then
18947 break
18949 done
18950 if test "${ac_cv_search_inet_aton+set}" = set; then
18952 else
18953 ac_cv_search_inet_aton=no
18955 rm conftest.$ac_ext
18956 LIBS=$ac_func_search_save_LIBS
18958 { $as_echo "$as_me:$LINENO: result: $ac_cv_search_inet_aton" >&5
18959 $as_echo "$ac_cv_search_inet_aton" >&6; }
18960 ac_res=$ac_cv_search_inet_aton
18961 if test "$ac_res" != no; then
18962 test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
18978 for ac_func in \
18979 getaddrinfo \
18980 getnameinfo \
18981 getnetbyname \
18982 getprotobyname \
18983 getprotobynumber \
18984 getservbyport \
18985 inet_network \
18986 inet_ntop \
18987 inet_pton \
18988 sendmsg \
18989 socketpair \
18992 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
18993 { $as_echo "$as_me:$LINENO: checking for $ac_func" >&5
18994 $as_echo_n "checking for $ac_func... " >&6; }
18995 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
18996 $as_echo_n "(cached) " >&6
18997 else
18998 cat >conftest.$ac_ext <<_ACEOF
18999 /* confdefs.h. */
19000 _ACEOF
19001 cat confdefs.h >>conftest.$ac_ext
19002 cat >>conftest.$ac_ext <<_ACEOF
19003 /* end confdefs.h. */
19004 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
19005 For example, HP-UX 11i <limits.h> declares gettimeofday. */
19006 #define $ac_func innocuous_$ac_func
19008 /* System header to define __stub macros and hopefully few prototypes,
19009 which can conflict with char $ac_func (); below.
19010 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
19011 <limits.h> exists even on freestanding compilers. */
19013 #ifdef __STDC__
19014 # include <limits.h>
19015 #else
19016 # include <assert.h>
19017 #endif
19019 #undef $ac_func
19021 /* Override any GCC internal prototype to avoid an error.
19022 Use char because int might match the return type of a GCC
19023 builtin and then its argument prototype would still apply. */
19024 #ifdef __cplusplus
19025 extern "C"
19026 #endif
19027 char $ac_func ();
19028 /* The GNU C library defines this for functions which it implements
19029 to always fail with ENOSYS. Some functions are actually named
19030 something starting with __ and the normal name is an alias. */
19031 #if defined __stub_$ac_func || defined __stub___$ac_func
19032 choke me
19033 #endif
19036 main ()
19038 return $ac_func ();
19040 return 0;
19042 _ACEOF
19043 rm -f conftest.$ac_objext conftest$ac_exeext
19044 if { (ac_try="$ac_link"
19045 case "(($ac_try" in
19046 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19047 *) ac_try_echo=$ac_try;;
19048 esac
19049 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
19050 $as_echo "$ac_try_echo") >&5
19051 (eval "$ac_link") 2>conftest.er1
19052 ac_status=$?
19053 grep -v '^ *+' conftest.er1 >conftest.err
19054 rm -f conftest.er1
19055 cat conftest.err >&5
19056 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
19057 (exit $ac_status); } && {
19058 test -z "$ac_c_werror_flag" ||
19059 test ! -s conftest.err
19060 } && test -s conftest$ac_exeext && {
19061 test "$cross_compiling" = yes ||
19062 $as_test_x conftest$ac_exeext
19063 }; then
19064 eval "$as_ac_var=yes"
19065 else
19066 $as_echo "$as_me: failed program was:" >&5
19067 sed 's/^/| /' conftest.$ac_ext >&5
19069 eval "$as_ac_var=no"
19072 rm -rf conftest.dSYM
19073 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
19074 conftest$ac_exeext conftest.$ac_ext
19076 ac_res=`eval 'as_val=${'$as_ac_var'}
19077 $as_echo "$as_val"'`
19078 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
19079 $as_echo "$ac_res" >&6; }
19080 as_val=`eval 'as_val=${'$as_ac_var'}
19081 $as_echo "$as_val"'`
19082 if test "x$as_val" = x""yes; then
19083 cat >>confdefs.h <<_ACEOF
19084 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
19085 _ACEOF
19088 done
19091 LDAPLIBS=""
19093 if test "$ac_cv_header_ldap_h" = "yes" -a "$ac_cv_header_lber_h" = "yes"
19094 then
19095 { $as_echo "$as_me:$LINENO: checking for LDAPSortKey" >&5
19096 $as_echo_n "checking for LDAPSortKey... " >&6; }
19097 if test "${ac_cv_type_LDAPSortKey+set}" = set; then
19098 $as_echo_n "(cached) " >&6
19099 else
19100 ac_cv_type_LDAPSortKey=no
19101 cat >conftest.$ac_ext <<_ACEOF
19102 /* confdefs.h. */
19103 _ACEOF
19104 cat confdefs.h >>conftest.$ac_ext
19105 cat >>conftest.$ac_ext <<_ACEOF
19106 /* end confdefs.h. */
19107 #include <ldap.h>
19110 main ()
19112 if (sizeof (LDAPSortKey))
19113 return 0;
19115 return 0;
19117 _ACEOF
19118 rm -f conftest.$ac_objext
19119 if { (ac_try="$ac_compile"
19120 case "(($ac_try" in
19121 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19122 *) ac_try_echo=$ac_try;;
19123 esac
19124 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
19125 $as_echo "$ac_try_echo") >&5
19126 (eval "$ac_compile") 2>conftest.er1
19127 ac_status=$?
19128 grep -v '^ *+' conftest.er1 >conftest.err
19129 rm -f conftest.er1
19130 cat conftest.err >&5
19131 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
19132 (exit $ac_status); } && {
19133 test -z "$ac_c_werror_flag" ||
19134 test ! -s conftest.err
19135 } && test -s conftest.$ac_objext; then
19136 cat >conftest.$ac_ext <<_ACEOF
19137 /* confdefs.h. */
19138 _ACEOF
19139 cat confdefs.h >>conftest.$ac_ext
19140 cat >>conftest.$ac_ext <<_ACEOF
19141 /* end confdefs.h. */
19142 #include <ldap.h>
19145 main ()
19147 if (sizeof ((LDAPSortKey)))
19148 return 0;
19150 return 0;
19152 _ACEOF
19153 rm -f conftest.$ac_objext
19154 if { (ac_try="$ac_compile"
19155 case "(($ac_try" in
19156 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19157 *) ac_try_echo=$ac_try;;
19158 esac
19159 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
19160 $as_echo "$ac_try_echo") >&5
19161 (eval "$ac_compile") 2>conftest.er1
19162 ac_status=$?
19163 grep -v '^ *+' conftest.er1 >conftest.err
19164 rm -f conftest.er1
19165 cat conftest.err >&5
19166 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
19167 (exit $ac_status); } && {
19168 test -z "$ac_c_werror_flag" ||
19169 test ! -s conftest.err
19170 } && test -s conftest.$ac_objext; then
19172 else
19173 $as_echo "$as_me: failed program was:" >&5
19174 sed 's/^/| /' conftest.$ac_ext >&5
19176 ac_cv_type_LDAPSortKey=yes
19179 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19180 else
19181 $as_echo "$as_me: failed program was:" >&5
19182 sed 's/^/| /' conftest.$ac_ext >&5
19187 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19189 { $as_echo "$as_me:$LINENO: result: $ac_cv_type_LDAPSortKey" >&5
19190 $as_echo "$ac_cv_type_LDAPSortKey" >&6; }
19191 if test "x$ac_cv_type_LDAPSortKey" = x""yes; then
19192 { $as_echo "$as_me:$LINENO: checking for ldap_initialize in -lldap_r" >&5
19193 $as_echo_n "checking for ldap_initialize in -lldap_r... " >&6; }
19194 if test "${ac_cv_lib_ldap_r_ldap_initialize+set}" = set; then
19195 $as_echo_n "(cached) " >&6
19196 else
19197 ac_check_lib_save_LIBS=$LIBS
19198 LIBS="-lldap_r $LIBPTHREAD $LIBS"
19199 cat >conftest.$ac_ext <<_ACEOF
19200 /* confdefs.h. */
19201 _ACEOF
19202 cat confdefs.h >>conftest.$ac_ext
19203 cat >>conftest.$ac_ext <<_ACEOF
19204 /* end confdefs.h. */
19206 /* Override any GCC internal prototype to avoid an error.
19207 Use char because int might match the return type of a GCC
19208 builtin and then its argument prototype would still apply. */
19209 #ifdef __cplusplus
19210 extern "C"
19211 #endif
19212 char ldap_initialize ();
19214 main ()
19216 return ldap_initialize ();
19218 return 0;
19220 _ACEOF
19221 rm -f conftest.$ac_objext conftest$ac_exeext
19222 if { (ac_try="$ac_link"
19223 case "(($ac_try" in
19224 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19225 *) ac_try_echo=$ac_try;;
19226 esac
19227 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
19228 $as_echo "$ac_try_echo") >&5
19229 (eval "$ac_link") 2>conftest.er1
19230 ac_status=$?
19231 grep -v '^ *+' conftest.er1 >conftest.err
19232 rm -f conftest.er1
19233 cat conftest.err >&5
19234 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
19235 (exit $ac_status); } && {
19236 test -z "$ac_c_werror_flag" ||
19237 test ! -s conftest.err
19238 } && test -s conftest$ac_exeext && {
19239 test "$cross_compiling" = yes ||
19240 $as_test_x conftest$ac_exeext
19241 }; then
19242 ac_cv_lib_ldap_r_ldap_initialize=yes
19243 else
19244 $as_echo "$as_me: failed program was:" >&5
19245 sed 's/^/| /' conftest.$ac_ext >&5
19247 ac_cv_lib_ldap_r_ldap_initialize=no
19250 rm -rf conftest.dSYM
19251 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
19252 conftest$ac_exeext conftest.$ac_ext
19253 LIBS=$ac_check_lib_save_LIBS
19255 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_ldap_r_ldap_initialize" >&5
19256 $as_echo "$ac_cv_lib_ldap_r_ldap_initialize" >&6; }
19257 if test "x$ac_cv_lib_ldap_r_ldap_initialize" = x""yes; then
19258 { $as_echo "$as_me:$LINENO: checking for ber_init in -llber" >&5
19259 $as_echo_n "checking for ber_init in -llber... " >&6; }
19260 if test "${ac_cv_lib_lber_ber_init+set}" = set; then
19261 $as_echo_n "(cached) " >&6
19262 else
19263 ac_check_lib_save_LIBS=$LIBS
19264 LIBS="-llber $LIBPTHREAD $LIBS"
19265 cat >conftest.$ac_ext <<_ACEOF
19266 /* confdefs.h. */
19267 _ACEOF
19268 cat confdefs.h >>conftest.$ac_ext
19269 cat >>conftest.$ac_ext <<_ACEOF
19270 /* end confdefs.h. */
19272 /* Override any GCC internal prototype to avoid an error.
19273 Use char because int might match the return type of a GCC
19274 builtin and then its argument prototype would still apply. */
19275 #ifdef __cplusplus
19276 extern "C"
19277 #endif
19278 char ber_init ();
19280 main ()
19282 return ber_init ();
19284 return 0;
19286 _ACEOF
19287 rm -f conftest.$ac_objext conftest$ac_exeext
19288 if { (ac_try="$ac_link"
19289 case "(($ac_try" in
19290 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19291 *) ac_try_echo=$ac_try;;
19292 esac
19293 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
19294 $as_echo "$ac_try_echo") >&5
19295 (eval "$ac_link") 2>conftest.er1
19296 ac_status=$?
19297 grep -v '^ *+' conftest.er1 >conftest.err
19298 rm -f conftest.er1
19299 cat conftest.err >&5
19300 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
19301 (exit $ac_status); } && {
19302 test -z "$ac_c_werror_flag" ||
19303 test ! -s conftest.err
19304 } && test -s conftest$ac_exeext && {
19305 test "$cross_compiling" = yes ||
19306 $as_test_x conftest$ac_exeext
19307 }; then
19308 ac_cv_lib_lber_ber_init=yes
19309 else
19310 $as_echo "$as_me: failed program was:" >&5
19311 sed 's/^/| /' conftest.$ac_ext >&5
19313 ac_cv_lib_lber_ber_init=no
19316 rm -rf conftest.dSYM
19317 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
19318 conftest$ac_exeext conftest.$ac_ext
19319 LIBS=$ac_check_lib_save_LIBS
19321 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_lber_ber_init" >&5
19322 $as_echo "$ac_cv_lib_lber_ber_init" >&6; }
19323 if test "x$ac_cv_lib_lber_ber_init" = x""yes; then
19325 cat >>confdefs.h <<\_ACEOF
19326 #define HAVE_LDAP 1
19327 _ACEOF
19329 LDAPLIBS="-lldap_r -llber"
19336 ac_wine_check_funcs_save_LIBS="$LIBS"
19337 LIBS="$LIBS $LDAPLIBS $LIBPTHREAD"
19346 for ac_func in \
19347 ldap_count_references \
19348 ldap_first_reference \
19349 ldap_next_reference \
19350 ldap_parse_reference \
19351 ldap_parse_sort_control \
19352 ldap_parse_sortresponse_control \
19353 ldap_parse_vlv_control \
19354 ldap_parse_vlvresponse_control
19356 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
19357 { $as_echo "$as_me:$LINENO: checking for $ac_func" >&5
19358 $as_echo_n "checking for $ac_func... " >&6; }
19359 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
19360 $as_echo_n "(cached) " >&6
19361 else
19362 cat >conftest.$ac_ext <<_ACEOF
19363 /* confdefs.h. */
19364 _ACEOF
19365 cat confdefs.h >>conftest.$ac_ext
19366 cat >>conftest.$ac_ext <<_ACEOF
19367 /* end confdefs.h. */
19368 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
19369 For example, HP-UX 11i <limits.h> declares gettimeofday. */
19370 #define $ac_func innocuous_$ac_func
19372 /* System header to define __stub macros and hopefully few prototypes,
19373 which can conflict with char $ac_func (); below.
19374 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
19375 <limits.h> exists even on freestanding compilers. */
19377 #ifdef __STDC__
19378 # include <limits.h>
19379 #else
19380 # include <assert.h>
19381 #endif
19383 #undef $ac_func
19385 /* Override any GCC internal prototype to avoid an error.
19386 Use char because int might match the return type of a GCC
19387 builtin and then its argument prototype would still apply. */
19388 #ifdef __cplusplus
19389 extern "C"
19390 #endif
19391 char $ac_func ();
19392 /* The GNU C library defines this for functions which it implements
19393 to always fail with ENOSYS. Some functions are actually named
19394 something starting with __ and the normal name is an alias. */
19395 #if defined __stub_$ac_func || defined __stub___$ac_func
19396 choke me
19397 #endif
19400 main ()
19402 return $ac_func ();
19404 return 0;
19406 _ACEOF
19407 rm -f conftest.$ac_objext conftest$ac_exeext
19408 if { (ac_try="$ac_link"
19409 case "(($ac_try" in
19410 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19411 *) ac_try_echo=$ac_try;;
19412 esac
19413 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
19414 $as_echo "$ac_try_echo") >&5
19415 (eval "$ac_link") 2>conftest.er1
19416 ac_status=$?
19417 grep -v '^ *+' conftest.er1 >conftest.err
19418 rm -f conftest.er1
19419 cat conftest.err >&5
19420 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
19421 (exit $ac_status); } && {
19422 test -z "$ac_c_werror_flag" ||
19423 test ! -s conftest.err
19424 } && test -s conftest$ac_exeext && {
19425 test "$cross_compiling" = yes ||
19426 $as_test_x conftest$ac_exeext
19427 }; then
19428 eval "$as_ac_var=yes"
19429 else
19430 $as_echo "$as_me: failed program was:" >&5
19431 sed 's/^/| /' conftest.$ac_ext >&5
19433 eval "$as_ac_var=no"
19436 rm -rf conftest.dSYM
19437 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
19438 conftest$ac_exeext conftest.$ac_ext
19440 ac_res=`eval 'as_val=${'$as_ac_var'}
19441 $as_echo "$as_val"'`
19442 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
19443 $as_echo "$ac_res" >&6; }
19444 as_val=`eval 'as_val=${'$as_ac_var'}
19445 $as_echo "$as_val"'`
19446 if test "x$as_val" = x""yes; then
19447 cat >>confdefs.h <<_ACEOF
19448 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
19449 _ACEOF
19452 done
19454 LIBS="$ac_wine_check_funcs_save_LIBS"
19456 if test "x$LDAPLIBS" = "x"; then
19457 case "x$with_ldap" in
19458 x) wine_notices="$wine_notices|libldap (OpenLDAP) ${notice_platform}development files not found, LDAP won't be supported." ;;
19459 xno) ;;
19460 *) { { $as_echo "$as_me:$LINENO: error: libldap (OpenLDAP) ${notice_platform}development files not found, LDAP won't be supported.
19461 This is an error since --with-ldap was requested." >&5
19462 $as_echo "$as_me: error: libldap (OpenLDAP) ${notice_platform}development files not found, LDAP won't be supported.
19463 This is an error since --with-ldap was requested." >&2;}
19464 { (exit 1); exit 1; }; } ;;
19465 esac
19469 { $as_echo "$as_me:$LINENO: checking whether mkdir takes only one argument" >&5
19470 $as_echo_n "checking whether mkdir takes only one argument... " >&6; }
19471 if test "${wine_cv_one_arg_mkdir+set}" = set; then
19472 $as_echo_n "(cached) " >&6
19473 else
19474 cat >conftest.$ac_ext <<_ACEOF
19475 /* confdefs.h. */
19476 _ACEOF
19477 cat confdefs.h >>conftest.$ac_ext
19478 cat >>conftest.$ac_ext <<_ACEOF
19479 /* end confdefs.h. */
19480 #include <sys/stat.h>
19482 main ()
19484 mkdir("foo");
19486 return 0;
19488 _ACEOF
19489 rm -f conftest.$ac_objext
19490 if { (ac_try="$ac_compile"
19491 case "(($ac_try" in
19492 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19493 *) ac_try_echo=$ac_try;;
19494 esac
19495 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
19496 $as_echo "$ac_try_echo") >&5
19497 (eval "$ac_compile") 2>conftest.er1
19498 ac_status=$?
19499 grep -v '^ *+' conftest.er1 >conftest.err
19500 rm -f conftest.er1
19501 cat conftest.err >&5
19502 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
19503 (exit $ac_status); } && {
19504 test -z "$ac_c_werror_flag" ||
19505 test ! -s conftest.err
19506 } && test -s conftest.$ac_objext; then
19507 wine_cv_one_arg_mkdir=yes
19508 else
19509 $as_echo "$as_me: failed program was:" >&5
19510 sed 's/^/| /' conftest.$ac_ext >&5
19512 wine_cv_one_arg_mkdir=no
19515 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19517 { $as_echo "$as_me:$LINENO: result: $wine_cv_one_arg_mkdir" >&5
19518 $as_echo "$wine_cv_one_arg_mkdir" >&6; }
19519 if test "$wine_cv_one_arg_mkdir" = "yes"
19520 then
19522 cat >>confdefs.h <<\_ACEOF
19523 #define HAVE_ONE_ARG_MKDIR 1
19524 _ACEOF
19529 { $as_echo "$as_me:$LINENO: checking for an ANSI C-conforming const" >&5
19530 $as_echo_n "checking for an ANSI C-conforming const... " >&6; }
19531 if test "${ac_cv_c_const+set}" = set; then
19532 $as_echo_n "(cached) " >&6
19533 else
19534 cat >conftest.$ac_ext <<_ACEOF
19535 /* confdefs.h. */
19536 _ACEOF
19537 cat confdefs.h >>conftest.$ac_ext
19538 cat >>conftest.$ac_ext <<_ACEOF
19539 /* end confdefs.h. */
19542 main ()
19544 /* FIXME: Include the comments suggested by Paul. */
19545 #ifndef __cplusplus
19546 /* Ultrix mips cc rejects this. */
19547 typedef int charset[2];
19548 const charset cs;
19549 /* SunOS 4.1.1 cc rejects this. */
19550 char const *const *pcpcc;
19551 char **ppc;
19552 /* NEC SVR4.0.2 mips cc rejects this. */
19553 struct point {int x, y;};
19554 static struct point const zero = {0,0};
19555 /* AIX XL C 1.02.0.0 rejects this.
19556 It does not let you subtract one const X* pointer from another in
19557 an arm of an if-expression whose if-part is not a constant
19558 expression */
19559 const char *g = "string";
19560 pcpcc = &g + (g ? g-g : 0);
19561 /* HPUX 7.0 cc rejects these. */
19562 ++pcpcc;
19563 ppc = (char**) pcpcc;
19564 pcpcc = (char const *const *) ppc;
19565 { /* SCO 3.2v4 cc rejects this. */
19566 char *t;
19567 char const *s = 0 ? (char *) 0 : (char const *) 0;
19569 *t++ = 0;
19570 if (s) return 0;
19572 { /* Someone thinks the Sun supposedly-ANSI compiler will reject this. */
19573 int x[] = {25, 17};
19574 const int *foo = &x[0];
19575 ++foo;
19577 { /* Sun SC1.0 ANSI compiler rejects this -- but not the above. */
19578 typedef const int *iptr;
19579 iptr p = 0;
19580 ++p;
19582 { /* AIX XL C 1.02.0.0 rejects this saying
19583 "k.c", line 2.27: 1506-025 (S) Operand must be a modifiable lvalue. */
19584 struct s { int j; const int *ap[3]; };
19585 struct s *b; b->j = 5;
19587 { /* ULTRIX-32 V3.1 (Rev 9) vcc rejects this */
19588 const int foo = 10;
19589 if (!foo) return 0;
19591 return !cs[0] && !zero.x;
19592 #endif
19595 return 0;
19597 _ACEOF
19598 rm -f conftest.$ac_objext
19599 if { (ac_try="$ac_compile"
19600 case "(($ac_try" in
19601 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19602 *) ac_try_echo=$ac_try;;
19603 esac
19604 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
19605 $as_echo "$ac_try_echo") >&5
19606 (eval "$ac_compile") 2>conftest.er1
19607 ac_status=$?
19608 grep -v '^ *+' conftest.er1 >conftest.err
19609 rm -f conftest.er1
19610 cat conftest.err >&5
19611 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
19612 (exit $ac_status); } && {
19613 test -z "$ac_c_werror_flag" ||
19614 test ! -s conftest.err
19615 } && test -s conftest.$ac_objext; then
19616 ac_cv_c_const=yes
19617 else
19618 $as_echo "$as_me: failed program was:" >&5
19619 sed 's/^/| /' conftest.$ac_ext >&5
19621 ac_cv_c_const=no
19624 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19626 { $as_echo "$as_me:$LINENO: result: $ac_cv_c_const" >&5
19627 $as_echo "$ac_cv_c_const" >&6; }
19628 if test $ac_cv_c_const = no; then
19630 cat >>confdefs.h <<\_ACEOF
19631 #define const /**/
19632 _ACEOF
19636 { $as_echo "$as_me:$LINENO: checking for inline" >&5
19637 $as_echo_n "checking for inline... " >&6; }
19638 if test "${ac_cv_c_inline+set}" = set; then
19639 $as_echo_n "(cached) " >&6
19640 else
19641 ac_cv_c_inline=no
19642 for ac_kw in inline __inline__ __inline; do
19643 cat >conftest.$ac_ext <<_ACEOF
19644 /* confdefs.h. */
19645 _ACEOF
19646 cat confdefs.h >>conftest.$ac_ext
19647 cat >>conftest.$ac_ext <<_ACEOF
19648 /* end confdefs.h. */
19649 #ifndef __cplusplus
19650 typedef int foo_t;
19651 static $ac_kw foo_t static_foo () {return 0; }
19652 $ac_kw foo_t foo () {return 0; }
19653 #endif
19655 _ACEOF
19656 rm -f conftest.$ac_objext
19657 if { (ac_try="$ac_compile"
19658 case "(($ac_try" in
19659 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19660 *) ac_try_echo=$ac_try;;
19661 esac
19662 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
19663 $as_echo "$ac_try_echo") >&5
19664 (eval "$ac_compile") 2>conftest.er1
19665 ac_status=$?
19666 grep -v '^ *+' conftest.er1 >conftest.err
19667 rm -f conftest.er1
19668 cat conftest.err >&5
19669 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
19670 (exit $ac_status); } && {
19671 test -z "$ac_c_werror_flag" ||
19672 test ! -s conftest.err
19673 } && test -s conftest.$ac_objext; then
19674 ac_cv_c_inline=$ac_kw
19675 else
19676 $as_echo "$as_me: failed program was:" >&5
19677 sed 's/^/| /' conftest.$ac_ext >&5
19682 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19683 test "$ac_cv_c_inline" != no && break
19684 done
19687 { $as_echo "$as_me:$LINENO: result: $ac_cv_c_inline" >&5
19688 $as_echo "$ac_cv_c_inline" >&6; }
19691 case $ac_cv_c_inline in
19692 inline | yes) ;;
19694 case $ac_cv_c_inline in
19695 no) ac_val=;;
19696 *) ac_val=$ac_cv_c_inline;;
19697 esac
19698 cat >>confdefs.h <<_ACEOF
19699 #ifndef __cplusplus
19700 #define inline $ac_val
19701 #endif
19702 _ACEOF
19704 esac
19706 { $as_echo "$as_me:$LINENO: checking for mode_t" >&5
19707 $as_echo_n "checking for mode_t... " >&6; }
19708 if test "${ac_cv_type_mode_t+set}" = set; then
19709 $as_echo_n "(cached) " >&6
19710 else
19711 ac_cv_type_mode_t=no
19712 cat >conftest.$ac_ext <<_ACEOF
19713 /* confdefs.h. */
19714 _ACEOF
19715 cat confdefs.h >>conftest.$ac_ext
19716 cat >>conftest.$ac_ext <<_ACEOF
19717 /* end confdefs.h. */
19718 $ac_includes_default
19720 main ()
19722 if (sizeof (mode_t))
19723 return 0;
19725 return 0;
19727 _ACEOF
19728 rm -f conftest.$ac_objext
19729 if { (ac_try="$ac_compile"
19730 case "(($ac_try" in
19731 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19732 *) ac_try_echo=$ac_try;;
19733 esac
19734 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
19735 $as_echo "$ac_try_echo") >&5
19736 (eval "$ac_compile") 2>conftest.er1
19737 ac_status=$?
19738 grep -v '^ *+' conftest.er1 >conftest.err
19739 rm -f conftest.er1
19740 cat conftest.err >&5
19741 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
19742 (exit $ac_status); } && {
19743 test -z "$ac_c_werror_flag" ||
19744 test ! -s conftest.err
19745 } && test -s conftest.$ac_objext; then
19746 cat >conftest.$ac_ext <<_ACEOF
19747 /* confdefs.h. */
19748 _ACEOF
19749 cat confdefs.h >>conftest.$ac_ext
19750 cat >>conftest.$ac_ext <<_ACEOF
19751 /* end confdefs.h. */
19752 $ac_includes_default
19754 main ()
19756 if (sizeof ((mode_t)))
19757 return 0;
19759 return 0;
19761 _ACEOF
19762 rm -f conftest.$ac_objext
19763 if { (ac_try="$ac_compile"
19764 case "(($ac_try" in
19765 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19766 *) ac_try_echo=$ac_try;;
19767 esac
19768 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
19769 $as_echo "$ac_try_echo") >&5
19770 (eval "$ac_compile") 2>conftest.er1
19771 ac_status=$?
19772 grep -v '^ *+' conftest.er1 >conftest.err
19773 rm -f conftest.er1
19774 cat conftest.err >&5
19775 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
19776 (exit $ac_status); } && {
19777 test -z "$ac_c_werror_flag" ||
19778 test ! -s conftest.err
19779 } && test -s conftest.$ac_objext; then
19781 else
19782 $as_echo "$as_me: failed program was:" >&5
19783 sed 's/^/| /' conftest.$ac_ext >&5
19785 ac_cv_type_mode_t=yes
19788 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19789 else
19790 $as_echo "$as_me: failed program was:" >&5
19791 sed 's/^/| /' conftest.$ac_ext >&5
19796 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19798 { $as_echo "$as_me:$LINENO: result: $ac_cv_type_mode_t" >&5
19799 $as_echo "$ac_cv_type_mode_t" >&6; }
19800 if test "x$ac_cv_type_mode_t" = x""yes; then
19802 cat >>confdefs.h <<_ACEOF
19803 #define HAVE_MODE_T 1
19804 _ACEOF
19808 { $as_echo "$as_me:$LINENO: checking for off_t" >&5
19809 $as_echo_n "checking for off_t... " >&6; }
19810 if test "${ac_cv_type_off_t+set}" = set; then
19811 $as_echo_n "(cached) " >&6
19812 else
19813 ac_cv_type_off_t=no
19814 cat >conftest.$ac_ext <<_ACEOF
19815 /* confdefs.h. */
19816 _ACEOF
19817 cat confdefs.h >>conftest.$ac_ext
19818 cat >>conftest.$ac_ext <<_ACEOF
19819 /* end confdefs.h. */
19820 $ac_includes_default
19822 main ()
19824 if (sizeof (off_t))
19825 return 0;
19827 return 0;
19829 _ACEOF
19830 rm -f conftest.$ac_objext
19831 if { (ac_try="$ac_compile"
19832 case "(($ac_try" in
19833 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19834 *) ac_try_echo=$ac_try;;
19835 esac
19836 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
19837 $as_echo "$ac_try_echo") >&5
19838 (eval "$ac_compile") 2>conftest.er1
19839 ac_status=$?
19840 grep -v '^ *+' conftest.er1 >conftest.err
19841 rm -f conftest.er1
19842 cat conftest.err >&5
19843 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
19844 (exit $ac_status); } && {
19845 test -z "$ac_c_werror_flag" ||
19846 test ! -s conftest.err
19847 } && test -s conftest.$ac_objext; then
19848 cat >conftest.$ac_ext <<_ACEOF
19849 /* confdefs.h. */
19850 _ACEOF
19851 cat confdefs.h >>conftest.$ac_ext
19852 cat >>conftest.$ac_ext <<_ACEOF
19853 /* end confdefs.h. */
19854 $ac_includes_default
19856 main ()
19858 if (sizeof ((off_t)))
19859 return 0;
19861 return 0;
19863 _ACEOF
19864 rm -f conftest.$ac_objext
19865 if { (ac_try="$ac_compile"
19866 case "(($ac_try" in
19867 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19868 *) ac_try_echo=$ac_try;;
19869 esac
19870 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
19871 $as_echo "$ac_try_echo") >&5
19872 (eval "$ac_compile") 2>conftest.er1
19873 ac_status=$?
19874 grep -v '^ *+' conftest.er1 >conftest.err
19875 rm -f conftest.er1
19876 cat conftest.err >&5
19877 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
19878 (exit $ac_status); } && {
19879 test -z "$ac_c_werror_flag" ||
19880 test ! -s conftest.err
19881 } && test -s conftest.$ac_objext; then
19883 else
19884 $as_echo "$as_me: failed program was:" >&5
19885 sed 's/^/| /' conftest.$ac_ext >&5
19887 ac_cv_type_off_t=yes
19890 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19891 else
19892 $as_echo "$as_me: failed program was:" >&5
19893 sed 's/^/| /' conftest.$ac_ext >&5
19898 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19900 { $as_echo "$as_me:$LINENO: result: $ac_cv_type_off_t" >&5
19901 $as_echo "$ac_cv_type_off_t" >&6; }
19902 if test "x$ac_cv_type_off_t" = x""yes; then
19904 cat >>confdefs.h <<_ACEOF
19905 #define HAVE_OFF_T 1
19906 _ACEOF
19910 { $as_echo "$as_me:$LINENO: checking for pid_t" >&5
19911 $as_echo_n "checking for pid_t... " >&6; }
19912 if test "${ac_cv_type_pid_t+set}" = set; then
19913 $as_echo_n "(cached) " >&6
19914 else
19915 ac_cv_type_pid_t=no
19916 cat >conftest.$ac_ext <<_ACEOF
19917 /* confdefs.h. */
19918 _ACEOF
19919 cat confdefs.h >>conftest.$ac_ext
19920 cat >>conftest.$ac_ext <<_ACEOF
19921 /* end confdefs.h. */
19922 $ac_includes_default
19924 main ()
19926 if (sizeof (pid_t))
19927 return 0;
19929 return 0;
19931 _ACEOF
19932 rm -f conftest.$ac_objext
19933 if { (ac_try="$ac_compile"
19934 case "(($ac_try" in
19935 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19936 *) ac_try_echo=$ac_try;;
19937 esac
19938 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
19939 $as_echo "$ac_try_echo") >&5
19940 (eval "$ac_compile") 2>conftest.er1
19941 ac_status=$?
19942 grep -v '^ *+' conftest.er1 >conftest.err
19943 rm -f conftest.er1
19944 cat conftest.err >&5
19945 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
19946 (exit $ac_status); } && {
19947 test -z "$ac_c_werror_flag" ||
19948 test ! -s conftest.err
19949 } && test -s conftest.$ac_objext; then
19950 cat >conftest.$ac_ext <<_ACEOF
19951 /* confdefs.h. */
19952 _ACEOF
19953 cat confdefs.h >>conftest.$ac_ext
19954 cat >>conftest.$ac_ext <<_ACEOF
19955 /* end confdefs.h. */
19956 $ac_includes_default
19958 main ()
19960 if (sizeof ((pid_t)))
19961 return 0;
19963 return 0;
19965 _ACEOF
19966 rm -f conftest.$ac_objext
19967 if { (ac_try="$ac_compile"
19968 case "(($ac_try" in
19969 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19970 *) ac_try_echo=$ac_try;;
19971 esac
19972 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
19973 $as_echo "$ac_try_echo") >&5
19974 (eval "$ac_compile") 2>conftest.er1
19975 ac_status=$?
19976 grep -v '^ *+' conftest.er1 >conftest.err
19977 rm -f conftest.er1
19978 cat conftest.err >&5
19979 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
19980 (exit $ac_status); } && {
19981 test -z "$ac_c_werror_flag" ||
19982 test ! -s conftest.err
19983 } && test -s conftest.$ac_objext; then
19985 else
19986 $as_echo "$as_me: failed program was:" >&5
19987 sed 's/^/| /' conftest.$ac_ext >&5
19989 ac_cv_type_pid_t=yes
19992 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19993 else
19994 $as_echo "$as_me: failed program was:" >&5
19995 sed 's/^/| /' conftest.$ac_ext >&5
20000 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20002 { $as_echo "$as_me:$LINENO: result: $ac_cv_type_pid_t" >&5
20003 $as_echo "$ac_cv_type_pid_t" >&6; }
20004 if test "x$ac_cv_type_pid_t" = x""yes; then
20006 cat >>confdefs.h <<_ACEOF
20007 #define HAVE_PID_T 1
20008 _ACEOF
20012 { $as_echo "$as_me:$LINENO: checking for size_t" >&5
20013 $as_echo_n "checking for size_t... " >&6; }
20014 if test "${ac_cv_type_size_t+set}" = set; then
20015 $as_echo_n "(cached) " >&6
20016 else
20017 ac_cv_type_size_t=no
20018 cat >conftest.$ac_ext <<_ACEOF
20019 /* confdefs.h. */
20020 _ACEOF
20021 cat confdefs.h >>conftest.$ac_ext
20022 cat >>conftest.$ac_ext <<_ACEOF
20023 /* end confdefs.h. */
20024 $ac_includes_default
20026 main ()
20028 if (sizeof (size_t))
20029 return 0;
20031 return 0;
20033 _ACEOF
20034 rm -f conftest.$ac_objext
20035 if { (ac_try="$ac_compile"
20036 case "(($ac_try" in
20037 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20038 *) ac_try_echo=$ac_try;;
20039 esac
20040 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
20041 $as_echo "$ac_try_echo") >&5
20042 (eval "$ac_compile") 2>conftest.er1
20043 ac_status=$?
20044 grep -v '^ *+' conftest.er1 >conftest.err
20045 rm -f conftest.er1
20046 cat conftest.err >&5
20047 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
20048 (exit $ac_status); } && {
20049 test -z "$ac_c_werror_flag" ||
20050 test ! -s conftest.err
20051 } && test -s conftest.$ac_objext; then
20052 cat >conftest.$ac_ext <<_ACEOF
20053 /* confdefs.h. */
20054 _ACEOF
20055 cat confdefs.h >>conftest.$ac_ext
20056 cat >>conftest.$ac_ext <<_ACEOF
20057 /* end confdefs.h. */
20058 $ac_includes_default
20060 main ()
20062 if (sizeof ((size_t)))
20063 return 0;
20065 return 0;
20067 _ACEOF
20068 rm -f conftest.$ac_objext
20069 if { (ac_try="$ac_compile"
20070 case "(($ac_try" in
20071 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20072 *) ac_try_echo=$ac_try;;
20073 esac
20074 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
20075 $as_echo "$ac_try_echo") >&5
20076 (eval "$ac_compile") 2>conftest.er1
20077 ac_status=$?
20078 grep -v '^ *+' conftest.er1 >conftest.err
20079 rm -f conftest.er1
20080 cat conftest.err >&5
20081 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
20082 (exit $ac_status); } && {
20083 test -z "$ac_c_werror_flag" ||
20084 test ! -s conftest.err
20085 } && test -s conftest.$ac_objext; then
20087 else
20088 $as_echo "$as_me: failed program was:" >&5
20089 sed 's/^/| /' conftest.$ac_ext >&5
20091 ac_cv_type_size_t=yes
20094 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20095 else
20096 $as_echo "$as_me: failed program was:" >&5
20097 sed 's/^/| /' conftest.$ac_ext >&5
20102 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20104 { $as_echo "$as_me:$LINENO: result: $ac_cv_type_size_t" >&5
20105 $as_echo "$ac_cv_type_size_t" >&6; }
20106 if test "x$ac_cv_type_size_t" = x""yes; then
20108 cat >>confdefs.h <<_ACEOF
20109 #define HAVE_SIZE_T 1
20110 _ACEOF
20114 { $as_echo "$as_me:$LINENO: checking for ssize_t" >&5
20115 $as_echo_n "checking for ssize_t... " >&6; }
20116 if test "${ac_cv_type_ssize_t+set}" = set; then
20117 $as_echo_n "(cached) " >&6
20118 else
20119 ac_cv_type_ssize_t=no
20120 cat >conftest.$ac_ext <<_ACEOF
20121 /* confdefs.h. */
20122 _ACEOF
20123 cat confdefs.h >>conftest.$ac_ext
20124 cat >>conftest.$ac_ext <<_ACEOF
20125 /* end confdefs.h. */
20126 $ac_includes_default
20128 main ()
20130 if (sizeof (ssize_t))
20131 return 0;
20133 return 0;
20135 _ACEOF
20136 rm -f conftest.$ac_objext
20137 if { (ac_try="$ac_compile"
20138 case "(($ac_try" in
20139 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20140 *) ac_try_echo=$ac_try;;
20141 esac
20142 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
20143 $as_echo "$ac_try_echo") >&5
20144 (eval "$ac_compile") 2>conftest.er1
20145 ac_status=$?
20146 grep -v '^ *+' conftest.er1 >conftest.err
20147 rm -f conftest.er1
20148 cat conftest.err >&5
20149 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
20150 (exit $ac_status); } && {
20151 test -z "$ac_c_werror_flag" ||
20152 test ! -s conftest.err
20153 } && test -s conftest.$ac_objext; then
20154 cat >conftest.$ac_ext <<_ACEOF
20155 /* confdefs.h. */
20156 _ACEOF
20157 cat confdefs.h >>conftest.$ac_ext
20158 cat >>conftest.$ac_ext <<_ACEOF
20159 /* end confdefs.h. */
20160 $ac_includes_default
20162 main ()
20164 if (sizeof ((ssize_t)))
20165 return 0;
20167 return 0;
20169 _ACEOF
20170 rm -f conftest.$ac_objext
20171 if { (ac_try="$ac_compile"
20172 case "(($ac_try" in
20173 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20174 *) ac_try_echo=$ac_try;;
20175 esac
20176 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
20177 $as_echo "$ac_try_echo") >&5
20178 (eval "$ac_compile") 2>conftest.er1
20179 ac_status=$?
20180 grep -v '^ *+' conftest.er1 >conftest.err
20181 rm -f conftest.er1
20182 cat conftest.err >&5
20183 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
20184 (exit $ac_status); } && {
20185 test -z "$ac_c_werror_flag" ||
20186 test ! -s conftest.err
20187 } && test -s conftest.$ac_objext; then
20189 else
20190 $as_echo "$as_me: failed program was:" >&5
20191 sed 's/^/| /' conftest.$ac_ext >&5
20193 ac_cv_type_ssize_t=yes
20196 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20197 else
20198 $as_echo "$as_me: failed program was:" >&5
20199 sed 's/^/| /' conftest.$ac_ext >&5
20204 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20206 { $as_echo "$as_me:$LINENO: result: $ac_cv_type_ssize_t" >&5
20207 $as_echo "$ac_cv_type_ssize_t" >&6; }
20208 if test "x$ac_cv_type_ssize_t" = x""yes; then
20210 cat >>confdefs.h <<_ACEOF
20211 #define HAVE_SSIZE_T 1
20212 _ACEOF
20216 { $as_echo "$as_me:$LINENO: checking for long long" >&5
20217 $as_echo_n "checking for long long... " >&6; }
20218 if test "${ac_cv_type_long_long+set}" = set; then
20219 $as_echo_n "(cached) " >&6
20220 else
20221 ac_cv_type_long_long=no
20222 cat >conftest.$ac_ext <<_ACEOF
20223 /* confdefs.h. */
20224 _ACEOF
20225 cat confdefs.h >>conftest.$ac_ext
20226 cat >>conftest.$ac_ext <<_ACEOF
20227 /* end confdefs.h. */
20228 $ac_includes_default
20230 main ()
20232 if (sizeof (long long))
20233 return 0;
20235 return 0;
20237 _ACEOF
20238 rm -f conftest.$ac_objext
20239 if { (ac_try="$ac_compile"
20240 case "(($ac_try" in
20241 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20242 *) ac_try_echo=$ac_try;;
20243 esac
20244 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
20245 $as_echo "$ac_try_echo") >&5
20246 (eval "$ac_compile") 2>conftest.er1
20247 ac_status=$?
20248 grep -v '^ *+' conftest.er1 >conftest.err
20249 rm -f conftest.er1
20250 cat conftest.err >&5
20251 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
20252 (exit $ac_status); } && {
20253 test -z "$ac_c_werror_flag" ||
20254 test ! -s conftest.err
20255 } && test -s conftest.$ac_objext; then
20256 cat >conftest.$ac_ext <<_ACEOF
20257 /* confdefs.h. */
20258 _ACEOF
20259 cat confdefs.h >>conftest.$ac_ext
20260 cat >>conftest.$ac_ext <<_ACEOF
20261 /* end confdefs.h. */
20262 $ac_includes_default
20264 main ()
20266 if (sizeof ((long long)))
20267 return 0;
20269 return 0;
20271 _ACEOF
20272 rm -f conftest.$ac_objext
20273 if { (ac_try="$ac_compile"
20274 case "(($ac_try" in
20275 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20276 *) ac_try_echo=$ac_try;;
20277 esac
20278 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
20279 $as_echo "$ac_try_echo") >&5
20280 (eval "$ac_compile") 2>conftest.er1
20281 ac_status=$?
20282 grep -v '^ *+' conftest.er1 >conftest.err
20283 rm -f conftest.er1
20284 cat conftest.err >&5
20285 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
20286 (exit $ac_status); } && {
20287 test -z "$ac_c_werror_flag" ||
20288 test ! -s conftest.err
20289 } && test -s conftest.$ac_objext; then
20291 else
20292 $as_echo "$as_me: failed program was:" >&5
20293 sed 's/^/| /' conftest.$ac_ext >&5
20295 ac_cv_type_long_long=yes
20298 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20299 else
20300 $as_echo "$as_me: failed program was:" >&5
20301 sed 's/^/| /' conftest.$ac_ext >&5
20306 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20308 { $as_echo "$as_me:$LINENO: result: $ac_cv_type_long_long" >&5
20309 $as_echo "$ac_cv_type_long_long" >&6; }
20310 if test "x$ac_cv_type_long_long" = x""yes; then
20312 cat >>confdefs.h <<_ACEOF
20313 #define HAVE_LONG_LONG 1
20314 _ACEOF
20318 { $as_echo "$as_me:$LINENO: checking for fsblkcnt_t" >&5
20319 $as_echo_n "checking for fsblkcnt_t... " >&6; }
20320 if test "${ac_cv_type_fsblkcnt_t+set}" = set; then
20321 $as_echo_n "(cached) " >&6
20322 else
20323 ac_cv_type_fsblkcnt_t=no
20324 cat >conftest.$ac_ext <<_ACEOF
20325 /* confdefs.h. */
20326 _ACEOF
20327 cat confdefs.h >>conftest.$ac_ext
20328 cat >>conftest.$ac_ext <<_ACEOF
20329 /* end confdefs.h. */
20330 $ac_includes_default
20332 main ()
20334 if (sizeof (fsblkcnt_t))
20335 return 0;
20337 return 0;
20339 _ACEOF
20340 rm -f conftest.$ac_objext
20341 if { (ac_try="$ac_compile"
20342 case "(($ac_try" in
20343 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20344 *) ac_try_echo=$ac_try;;
20345 esac
20346 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
20347 $as_echo "$ac_try_echo") >&5
20348 (eval "$ac_compile") 2>conftest.er1
20349 ac_status=$?
20350 grep -v '^ *+' conftest.er1 >conftest.err
20351 rm -f conftest.er1
20352 cat conftest.err >&5
20353 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
20354 (exit $ac_status); } && {
20355 test -z "$ac_c_werror_flag" ||
20356 test ! -s conftest.err
20357 } && test -s conftest.$ac_objext; then
20358 cat >conftest.$ac_ext <<_ACEOF
20359 /* confdefs.h. */
20360 _ACEOF
20361 cat confdefs.h >>conftest.$ac_ext
20362 cat >>conftest.$ac_ext <<_ACEOF
20363 /* end confdefs.h. */
20364 $ac_includes_default
20366 main ()
20368 if (sizeof ((fsblkcnt_t)))
20369 return 0;
20371 return 0;
20373 _ACEOF
20374 rm -f conftest.$ac_objext
20375 if { (ac_try="$ac_compile"
20376 case "(($ac_try" in
20377 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20378 *) ac_try_echo=$ac_try;;
20379 esac
20380 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
20381 $as_echo "$ac_try_echo") >&5
20382 (eval "$ac_compile") 2>conftest.er1
20383 ac_status=$?
20384 grep -v '^ *+' conftest.er1 >conftest.err
20385 rm -f conftest.er1
20386 cat conftest.err >&5
20387 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
20388 (exit $ac_status); } && {
20389 test -z "$ac_c_werror_flag" ||
20390 test ! -s conftest.err
20391 } && test -s conftest.$ac_objext; then
20393 else
20394 $as_echo "$as_me: failed program was:" >&5
20395 sed 's/^/| /' conftest.$ac_ext >&5
20397 ac_cv_type_fsblkcnt_t=yes
20400 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20401 else
20402 $as_echo "$as_me: failed program was:" >&5
20403 sed 's/^/| /' conftest.$ac_ext >&5
20408 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20410 { $as_echo "$as_me:$LINENO: result: $ac_cv_type_fsblkcnt_t" >&5
20411 $as_echo "$ac_cv_type_fsblkcnt_t" >&6; }
20412 if test "x$ac_cv_type_fsblkcnt_t" = x""yes; then
20414 cat >>confdefs.h <<_ACEOF
20415 #define HAVE_FSBLKCNT_T 1
20416 _ACEOF
20420 { $as_echo "$as_me:$LINENO: checking for fsfilcnt_t" >&5
20421 $as_echo_n "checking for fsfilcnt_t... " >&6; }
20422 if test "${ac_cv_type_fsfilcnt_t+set}" = set; then
20423 $as_echo_n "(cached) " >&6
20424 else
20425 ac_cv_type_fsfilcnt_t=no
20426 cat >conftest.$ac_ext <<_ACEOF
20427 /* confdefs.h. */
20428 _ACEOF
20429 cat confdefs.h >>conftest.$ac_ext
20430 cat >>conftest.$ac_ext <<_ACEOF
20431 /* end confdefs.h. */
20432 $ac_includes_default
20434 main ()
20436 if (sizeof (fsfilcnt_t))
20437 return 0;
20439 return 0;
20441 _ACEOF
20442 rm -f conftest.$ac_objext
20443 if { (ac_try="$ac_compile"
20444 case "(($ac_try" in
20445 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20446 *) ac_try_echo=$ac_try;;
20447 esac
20448 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
20449 $as_echo "$ac_try_echo") >&5
20450 (eval "$ac_compile") 2>conftest.er1
20451 ac_status=$?
20452 grep -v '^ *+' conftest.er1 >conftest.err
20453 rm -f conftest.er1
20454 cat conftest.err >&5
20455 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
20456 (exit $ac_status); } && {
20457 test -z "$ac_c_werror_flag" ||
20458 test ! -s conftest.err
20459 } && test -s conftest.$ac_objext; then
20460 cat >conftest.$ac_ext <<_ACEOF
20461 /* confdefs.h. */
20462 _ACEOF
20463 cat confdefs.h >>conftest.$ac_ext
20464 cat >>conftest.$ac_ext <<_ACEOF
20465 /* end confdefs.h. */
20466 $ac_includes_default
20468 main ()
20470 if (sizeof ((fsfilcnt_t)))
20471 return 0;
20473 return 0;
20475 _ACEOF
20476 rm -f conftest.$ac_objext
20477 if { (ac_try="$ac_compile"
20478 case "(($ac_try" in
20479 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20480 *) ac_try_echo=$ac_try;;
20481 esac
20482 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
20483 $as_echo "$ac_try_echo") >&5
20484 (eval "$ac_compile") 2>conftest.er1
20485 ac_status=$?
20486 grep -v '^ *+' conftest.er1 >conftest.err
20487 rm -f conftest.er1
20488 cat conftest.err >&5
20489 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
20490 (exit $ac_status); } && {
20491 test -z "$ac_c_werror_flag" ||
20492 test ! -s conftest.err
20493 } && test -s conftest.$ac_objext; then
20495 else
20496 $as_echo "$as_me: failed program was:" >&5
20497 sed 's/^/| /' conftest.$ac_ext >&5
20499 ac_cv_type_fsfilcnt_t=yes
20502 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20503 else
20504 $as_echo "$as_me: failed program was:" >&5
20505 sed 's/^/| /' conftest.$ac_ext >&5
20510 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20512 { $as_echo "$as_me:$LINENO: result: $ac_cv_type_fsfilcnt_t" >&5
20513 $as_echo "$ac_cv_type_fsfilcnt_t" >&6; }
20514 if test "x$ac_cv_type_fsfilcnt_t" = x""yes; then
20516 cat >>confdefs.h <<_ACEOF
20517 #define HAVE_FSFILCNT_T 1
20518 _ACEOF
20523 { $as_echo "$as_me:$LINENO: checking for sigset_t" >&5
20524 $as_echo_n "checking for sigset_t... " >&6; }
20525 if test "${ac_cv_type_sigset_t+set}" = set; then
20526 $as_echo_n "(cached) " >&6
20527 else
20528 ac_cv_type_sigset_t=no
20529 cat >conftest.$ac_ext <<_ACEOF
20530 /* confdefs.h. */
20531 _ACEOF
20532 cat confdefs.h >>conftest.$ac_ext
20533 cat >>conftest.$ac_ext <<_ACEOF
20534 /* end confdefs.h. */
20535 #include <sys/types.h>
20536 #include <signal.h>
20539 main ()
20541 if (sizeof (sigset_t))
20542 return 0;
20544 return 0;
20546 _ACEOF
20547 rm -f conftest.$ac_objext
20548 if { (ac_try="$ac_compile"
20549 case "(($ac_try" in
20550 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20551 *) ac_try_echo=$ac_try;;
20552 esac
20553 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
20554 $as_echo "$ac_try_echo") >&5
20555 (eval "$ac_compile") 2>conftest.er1
20556 ac_status=$?
20557 grep -v '^ *+' conftest.er1 >conftest.err
20558 rm -f conftest.er1
20559 cat conftest.err >&5
20560 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
20561 (exit $ac_status); } && {
20562 test -z "$ac_c_werror_flag" ||
20563 test ! -s conftest.err
20564 } && test -s conftest.$ac_objext; then
20565 cat >conftest.$ac_ext <<_ACEOF
20566 /* confdefs.h. */
20567 _ACEOF
20568 cat confdefs.h >>conftest.$ac_ext
20569 cat >>conftest.$ac_ext <<_ACEOF
20570 /* end confdefs.h. */
20571 #include <sys/types.h>
20572 #include <signal.h>
20575 main ()
20577 if (sizeof ((sigset_t)))
20578 return 0;
20580 return 0;
20582 _ACEOF
20583 rm -f conftest.$ac_objext
20584 if { (ac_try="$ac_compile"
20585 case "(($ac_try" in
20586 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20587 *) ac_try_echo=$ac_try;;
20588 esac
20589 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
20590 $as_echo "$ac_try_echo") >&5
20591 (eval "$ac_compile") 2>conftest.er1
20592 ac_status=$?
20593 grep -v '^ *+' conftest.er1 >conftest.err
20594 rm -f conftest.er1
20595 cat conftest.err >&5
20596 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
20597 (exit $ac_status); } && {
20598 test -z "$ac_c_werror_flag" ||
20599 test ! -s conftest.err
20600 } && test -s conftest.$ac_objext; then
20602 else
20603 $as_echo "$as_me: failed program was:" >&5
20604 sed 's/^/| /' conftest.$ac_ext >&5
20606 ac_cv_type_sigset_t=yes
20609 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20610 else
20611 $as_echo "$as_me: failed program was:" >&5
20612 sed 's/^/| /' conftest.$ac_ext >&5
20617 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20619 { $as_echo "$as_me:$LINENO: result: $ac_cv_type_sigset_t" >&5
20620 $as_echo "$ac_cv_type_sigset_t" >&6; }
20621 if test "x$ac_cv_type_sigset_t" = x""yes; then
20623 cat >>confdefs.h <<_ACEOF
20624 #define HAVE_SIGSET_T 1
20625 _ACEOF
20630 { $as_echo "$as_me:$LINENO: checking for request_sense" >&5
20631 $as_echo_n "checking for request_sense... " >&6; }
20632 if test "${ac_cv_type_request_sense+set}" = set; then
20633 $as_echo_n "(cached) " >&6
20634 else
20635 ac_cv_type_request_sense=no
20636 cat >conftest.$ac_ext <<_ACEOF
20637 /* confdefs.h. */
20638 _ACEOF
20639 cat confdefs.h >>conftest.$ac_ext
20640 cat >>conftest.$ac_ext <<_ACEOF
20641 /* end confdefs.h. */
20642 #include <linux/cdrom.h>
20645 main ()
20647 if (sizeof (request_sense))
20648 return 0;
20650 return 0;
20652 _ACEOF
20653 rm -f conftest.$ac_objext
20654 if { (ac_try="$ac_compile"
20655 case "(($ac_try" in
20656 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20657 *) ac_try_echo=$ac_try;;
20658 esac
20659 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
20660 $as_echo "$ac_try_echo") >&5
20661 (eval "$ac_compile") 2>conftest.er1
20662 ac_status=$?
20663 grep -v '^ *+' conftest.er1 >conftest.err
20664 rm -f conftest.er1
20665 cat conftest.err >&5
20666 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
20667 (exit $ac_status); } && {
20668 test -z "$ac_c_werror_flag" ||
20669 test ! -s conftest.err
20670 } && test -s conftest.$ac_objext; then
20671 cat >conftest.$ac_ext <<_ACEOF
20672 /* confdefs.h. */
20673 _ACEOF
20674 cat confdefs.h >>conftest.$ac_ext
20675 cat >>conftest.$ac_ext <<_ACEOF
20676 /* end confdefs.h. */
20677 #include <linux/cdrom.h>
20680 main ()
20682 if (sizeof ((request_sense)))
20683 return 0;
20685 return 0;
20687 _ACEOF
20688 rm -f conftest.$ac_objext
20689 if { (ac_try="$ac_compile"
20690 case "(($ac_try" in
20691 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20692 *) ac_try_echo=$ac_try;;
20693 esac
20694 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
20695 $as_echo "$ac_try_echo") >&5
20696 (eval "$ac_compile") 2>conftest.er1
20697 ac_status=$?
20698 grep -v '^ *+' conftest.er1 >conftest.err
20699 rm -f conftest.er1
20700 cat conftest.err >&5
20701 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
20702 (exit $ac_status); } && {
20703 test -z "$ac_c_werror_flag" ||
20704 test ! -s conftest.err
20705 } && test -s conftest.$ac_objext; then
20707 else
20708 $as_echo "$as_me: failed program was:" >&5
20709 sed 's/^/| /' conftest.$ac_ext >&5
20711 ac_cv_type_request_sense=yes
20714 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20715 else
20716 $as_echo "$as_me: failed program was:" >&5
20717 sed 's/^/| /' conftest.$ac_ext >&5
20722 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20724 { $as_echo "$as_me:$LINENO: result: $ac_cv_type_request_sense" >&5
20725 $as_echo "$ac_cv_type_request_sense" >&6; }
20726 if test "x$ac_cv_type_request_sense" = x""yes; then
20728 cat >>confdefs.h <<_ACEOF
20729 #define HAVE_REQUEST_SENSE 1
20730 _ACEOF
20736 { $as_echo "$as_me:$LINENO: checking for struct xinpgen" >&5
20737 $as_echo_n "checking for struct xinpgen... " >&6; }
20738 if test "${ac_cv_type_struct_xinpgen+set}" = set; then
20739 $as_echo_n "(cached) " >&6
20740 else
20741 ac_cv_type_struct_xinpgen=no
20742 cat >conftest.$ac_ext <<_ACEOF
20743 /* confdefs.h. */
20744 _ACEOF
20745 cat confdefs.h >>conftest.$ac_ext
20746 cat >>conftest.$ac_ext <<_ACEOF
20747 /* end confdefs.h. */
20748 #include <sys/types.h>
20749 #ifdef HAVE_SYS_SOCKET_H
20750 #include <sys/socket.h>
20751 #endif
20752 #ifdef HAVE_SYS_SOCKETVAR_H
20753 #include <sys/socketvar.h>
20754 #endif
20755 #ifdef HAVE_NET_ROUTE_H
20756 #include <net/route.h>
20757 #endif
20758 #ifdef HAVE_NETINET_IN_H
20759 #include <netinet/in.h>
20760 #endif
20761 #ifdef HAVE_NETINET_IN_SYSTM_H
20762 #include <netinet/in_systm.h>
20763 #endif
20764 #ifdef HAVE_NETINET_IP_H
20765 #include <netinet/ip.h>
20766 #endif
20767 #ifdef HAVE_NETINET_IN_PCB_H
20768 #include <netinet/in_pcb.h>
20769 #endif
20772 main ()
20774 if (sizeof (struct xinpgen))
20775 return 0;
20777 return 0;
20779 _ACEOF
20780 rm -f conftest.$ac_objext
20781 if { (ac_try="$ac_compile"
20782 case "(($ac_try" in
20783 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20784 *) ac_try_echo=$ac_try;;
20785 esac
20786 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
20787 $as_echo "$ac_try_echo") >&5
20788 (eval "$ac_compile") 2>conftest.er1
20789 ac_status=$?
20790 grep -v '^ *+' conftest.er1 >conftest.err
20791 rm -f conftest.er1
20792 cat conftest.err >&5
20793 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
20794 (exit $ac_status); } && {
20795 test -z "$ac_c_werror_flag" ||
20796 test ! -s conftest.err
20797 } && test -s conftest.$ac_objext; then
20798 cat >conftest.$ac_ext <<_ACEOF
20799 /* confdefs.h. */
20800 _ACEOF
20801 cat confdefs.h >>conftest.$ac_ext
20802 cat >>conftest.$ac_ext <<_ACEOF
20803 /* end confdefs.h. */
20804 #include <sys/types.h>
20805 #ifdef HAVE_SYS_SOCKET_H
20806 #include <sys/socket.h>
20807 #endif
20808 #ifdef HAVE_SYS_SOCKETVAR_H
20809 #include <sys/socketvar.h>
20810 #endif
20811 #ifdef HAVE_NET_ROUTE_H
20812 #include <net/route.h>
20813 #endif
20814 #ifdef HAVE_NETINET_IN_H
20815 #include <netinet/in.h>
20816 #endif
20817 #ifdef HAVE_NETINET_IN_SYSTM_H
20818 #include <netinet/in_systm.h>
20819 #endif
20820 #ifdef HAVE_NETINET_IP_H
20821 #include <netinet/ip.h>
20822 #endif
20823 #ifdef HAVE_NETINET_IN_PCB_H
20824 #include <netinet/in_pcb.h>
20825 #endif
20828 main ()
20830 if (sizeof ((struct xinpgen)))
20831 return 0;
20833 return 0;
20835 _ACEOF
20836 rm -f conftest.$ac_objext
20837 if { (ac_try="$ac_compile"
20838 case "(($ac_try" in
20839 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20840 *) ac_try_echo=$ac_try;;
20841 esac
20842 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
20843 $as_echo "$ac_try_echo") >&5
20844 (eval "$ac_compile") 2>conftest.er1
20845 ac_status=$?
20846 grep -v '^ *+' conftest.er1 >conftest.err
20847 rm -f conftest.er1
20848 cat conftest.err >&5
20849 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
20850 (exit $ac_status); } && {
20851 test -z "$ac_c_werror_flag" ||
20852 test ! -s conftest.err
20853 } && test -s conftest.$ac_objext; then
20855 else
20856 $as_echo "$as_me: failed program was:" >&5
20857 sed 's/^/| /' conftest.$ac_ext >&5
20859 ac_cv_type_struct_xinpgen=yes
20862 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20863 else
20864 $as_echo "$as_me: failed program was:" >&5
20865 sed 's/^/| /' conftest.$ac_ext >&5
20870 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20872 { $as_echo "$as_me:$LINENO: result: $ac_cv_type_struct_xinpgen" >&5
20873 $as_echo "$ac_cv_type_struct_xinpgen" >&6; }
20874 if test "x$ac_cv_type_struct_xinpgen" = x""yes; then
20876 cat >>confdefs.h <<_ACEOF
20877 #define HAVE_STRUCT_XINPGEN 1
20878 _ACEOF
20884 { $as_echo "$as_me:$LINENO: checking for struct ff_effect.direction" >&5
20885 $as_echo_n "checking for struct ff_effect.direction... " >&6; }
20886 if test "${ac_cv_member_struct_ff_effect_direction+set}" = set; then
20887 $as_echo_n "(cached) " >&6
20888 else
20889 cat >conftest.$ac_ext <<_ACEOF
20890 /* confdefs.h. */
20891 _ACEOF
20892 cat confdefs.h >>conftest.$ac_ext
20893 cat >>conftest.$ac_ext <<_ACEOF
20894 /* end confdefs.h. */
20895 #ifdef HAVE_LINUX_INPUT_H
20896 #include <linux/input.h>
20897 #endif
20900 main ()
20902 static struct ff_effect ac_aggr;
20903 if (ac_aggr.direction)
20904 return 0;
20906 return 0;
20908 _ACEOF
20909 rm -f conftest.$ac_objext
20910 if { (ac_try="$ac_compile"
20911 case "(($ac_try" in
20912 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20913 *) ac_try_echo=$ac_try;;
20914 esac
20915 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
20916 $as_echo "$ac_try_echo") >&5
20917 (eval "$ac_compile") 2>conftest.er1
20918 ac_status=$?
20919 grep -v '^ *+' conftest.er1 >conftest.err
20920 rm -f conftest.er1
20921 cat conftest.err >&5
20922 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
20923 (exit $ac_status); } && {
20924 test -z "$ac_c_werror_flag" ||
20925 test ! -s conftest.err
20926 } && test -s conftest.$ac_objext; then
20927 ac_cv_member_struct_ff_effect_direction=yes
20928 else
20929 $as_echo "$as_me: failed program was:" >&5
20930 sed 's/^/| /' conftest.$ac_ext >&5
20932 cat >conftest.$ac_ext <<_ACEOF
20933 /* confdefs.h. */
20934 _ACEOF
20935 cat confdefs.h >>conftest.$ac_ext
20936 cat >>conftest.$ac_ext <<_ACEOF
20937 /* end confdefs.h. */
20938 #ifdef HAVE_LINUX_INPUT_H
20939 #include <linux/input.h>
20940 #endif
20943 main ()
20945 static struct ff_effect ac_aggr;
20946 if (sizeof ac_aggr.direction)
20947 return 0;
20949 return 0;
20951 _ACEOF
20952 rm -f conftest.$ac_objext
20953 if { (ac_try="$ac_compile"
20954 case "(($ac_try" in
20955 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20956 *) ac_try_echo=$ac_try;;
20957 esac
20958 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
20959 $as_echo "$ac_try_echo") >&5
20960 (eval "$ac_compile") 2>conftest.er1
20961 ac_status=$?
20962 grep -v '^ *+' conftest.er1 >conftest.err
20963 rm -f conftest.er1
20964 cat conftest.err >&5
20965 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
20966 (exit $ac_status); } && {
20967 test -z "$ac_c_werror_flag" ||
20968 test ! -s conftest.err
20969 } && test -s conftest.$ac_objext; then
20970 ac_cv_member_struct_ff_effect_direction=yes
20971 else
20972 $as_echo "$as_me: failed program was:" >&5
20973 sed 's/^/| /' conftest.$ac_ext >&5
20975 ac_cv_member_struct_ff_effect_direction=no
20978 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20981 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20983 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_ff_effect_direction" >&5
20984 $as_echo "$ac_cv_member_struct_ff_effect_direction" >&6; }
20985 if test "x$ac_cv_member_struct_ff_effect_direction" = x""yes; then
20987 cat >>confdefs.h <<_ACEOF
20988 #define HAVE_STRUCT_FF_EFFECT_DIRECTION 1
20989 _ACEOF
20995 { $as_echo "$as_me:$LINENO: checking for sigaddset" >&5
20996 $as_echo_n "checking for sigaddset... " >&6; }
20997 if test "${wine_cv_have_sigaddset+set}" = set; then
20998 $as_echo_n "(cached) " >&6
20999 else
21000 cat >conftest.$ac_ext <<_ACEOF
21001 /* confdefs.h. */
21002 _ACEOF
21003 cat confdefs.h >>conftest.$ac_ext
21004 cat >>conftest.$ac_ext <<_ACEOF
21005 /* end confdefs.h. */
21006 #include <signal.h>
21008 main ()
21010 sigset_t set; sigaddset(&set,SIGTERM);
21012 return 0;
21014 _ACEOF
21015 rm -f conftest.$ac_objext conftest$ac_exeext
21016 if { (ac_try="$ac_link"
21017 case "(($ac_try" in
21018 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21019 *) ac_try_echo=$ac_try;;
21020 esac
21021 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
21022 $as_echo "$ac_try_echo") >&5
21023 (eval "$ac_link") 2>conftest.er1
21024 ac_status=$?
21025 grep -v '^ *+' conftest.er1 >conftest.err
21026 rm -f conftest.er1
21027 cat conftest.err >&5
21028 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
21029 (exit $ac_status); } && {
21030 test -z "$ac_c_werror_flag" ||
21031 test ! -s conftest.err
21032 } && test -s conftest$ac_exeext && {
21033 test "$cross_compiling" = yes ||
21034 $as_test_x conftest$ac_exeext
21035 }; then
21036 wine_cv_have_sigaddset=yes
21037 else
21038 $as_echo "$as_me: failed program was:" >&5
21039 sed 's/^/| /' conftest.$ac_ext >&5
21041 wine_cv_have_sigaddset=no
21044 rm -rf conftest.dSYM
21045 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
21046 conftest$ac_exeext conftest.$ac_ext
21048 { $as_echo "$as_me:$LINENO: result: $wine_cv_have_sigaddset" >&5
21049 $as_echo "$wine_cv_have_sigaddset" >&6; }
21050 if test "$wine_cv_have_sigaddset" = "yes"
21051 then
21053 cat >>confdefs.h <<\_ACEOF
21054 #define HAVE_SIGADDSET 1
21055 _ACEOF
21060 { $as_echo "$as_me:$LINENO: checking whether we can use re-entrant gethostbyname_r Linux style" >&5
21061 $as_echo_n "checking whether we can use re-entrant gethostbyname_r Linux style... " >&6; }
21062 if test "${wine_cv_linux_gethostbyname_r_6+set}" = set; then
21063 $as_echo_n "(cached) " >&6
21064 else
21065 cat >conftest.$ac_ext <<_ACEOF
21066 /* confdefs.h. */
21067 _ACEOF
21068 cat confdefs.h >>conftest.$ac_ext
21069 cat >>conftest.$ac_ext <<_ACEOF
21070 /* end confdefs.h. */
21071 #include <netdb.h>
21073 main ()
21076 char *name=0;
21077 struct hostent he;
21078 struct hostent *result;
21079 char *buf=0;
21080 int bufsize=0;
21081 int res,errnr;
21082 char *addr=0;
21083 int addrlen=0;
21084 int addrtype=0;
21085 res=gethostbyname_r(name,&he,buf,bufsize,&result,&errnr);
21086 res=gethostbyaddr_r(addr, addrlen, addrtype,&he,buf,bufsize,&result,&errnr);
21089 return 0;
21091 _ACEOF
21092 rm -f conftest.$ac_objext conftest$ac_exeext
21093 if { (ac_try="$ac_link"
21094 case "(($ac_try" in
21095 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21096 *) ac_try_echo=$ac_try;;
21097 esac
21098 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
21099 $as_echo "$ac_try_echo") >&5
21100 (eval "$ac_link") 2>conftest.er1
21101 ac_status=$?
21102 grep -v '^ *+' conftest.er1 >conftest.err
21103 rm -f conftest.er1
21104 cat conftest.err >&5
21105 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
21106 (exit $ac_status); } && {
21107 test -z "$ac_c_werror_flag" ||
21108 test ! -s conftest.err
21109 } && test -s conftest$ac_exeext && {
21110 test "$cross_compiling" = yes ||
21111 $as_test_x conftest$ac_exeext
21112 }; then
21113 wine_cv_linux_gethostbyname_r_6=yes
21114 else
21115 $as_echo "$as_me: failed program was:" >&5
21116 sed 's/^/| /' conftest.$ac_ext >&5
21118 wine_cv_linux_gethostbyname_r_6=no
21122 rm -rf conftest.dSYM
21123 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
21124 conftest$ac_exeext conftest.$ac_ext
21127 { $as_echo "$as_me:$LINENO: result: $wine_cv_linux_gethostbyname_r_6" >&5
21128 $as_echo "$wine_cv_linux_gethostbyname_r_6" >&6; }
21129 if test "$wine_cv_linux_gethostbyname_r_6" = "yes"
21130 then
21132 cat >>confdefs.h <<\_ACEOF
21133 #define HAVE_LINUX_GETHOSTBYNAME_R_6 1
21134 _ACEOF
21138 if test "$ac_cv_header_linux_joystick_h" = "yes"
21139 then
21140 { $as_echo "$as_me:$LINENO: checking whether linux/joystick.h uses the Linux 2.2+ API" >&5
21141 $as_echo_n "checking whether linux/joystick.h uses the Linux 2.2+ API... " >&6; }
21142 if test "${wine_cv_linux_joystick_22_api+set}" = set; then
21143 $as_echo_n "(cached) " >&6
21144 else
21145 cat >conftest.$ac_ext <<_ACEOF
21146 /* confdefs.h. */
21147 _ACEOF
21148 cat confdefs.h >>conftest.$ac_ext
21149 cat >>conftest.$ac_ext <<_ACEOF
21150 /* end confdefs.h. */
21152 #include <sys/ioctl.h>
21153 #include <sys/types.h>
21154 #include <linux/joystick.h>
21156 struct js_event blub;
21157 #if !defined(JS_EVENT_AXIS) || !defined(JS_EVENT_BUTTON)
21158 #error "no 2.2 header"
21159 #endif
21162 main ()
21164 /*empty*/
21166 return 0;
21168 _ACEOF
21169 rm -f conftest.$ac_objext
21170 if { (ac_try="$ac_compile"
21171 case "(($ac_try" in
21172 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21173 *) ac_try_echo=$ac_try;;
21174 esac
21175 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
21176 $as_echo "$ac_try_echo") >&5
21177 (eval "$ac_compile") 2>conftest.er1
21178 ac_status=$?
21179 grep -v '^ *+' conftest.er1 >conftest.err
21180 rm -f conftest.er1
21181 cat conftest.err >&5
21182 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
21183 (exit $ac_status); } && {
21184 test -z "$ac_c_werror_flag" ||
21185 test ! -s conftest.err
21186 } && test -s conftest.$ac_objext; then
21187 wine_cv_linux_joystick_22_api=yes
21188 else
21189 $as_echo "$as_me: failed program was:" >&5
21190 sed 's/^/| /' conftest.$ac_ext >&5
21192 wine_cv_linux_joystick_22_api=no
21195 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21198 { $as_echo "$as_me:$LINENO: result: $wine_cv_linux_joystick_22_api" >&5
21199 $as_echo "$wine_cv_linux_joystick_22_api" >&6; }
21200 if test "$wine_cv_linux_joystick_22_api" = "yes"
21201 then
21203 cat >>confdefs.h <<\_ACEOF
21204 #define HAVE_LINUX_22_JOYSTICK_API 1
21205 _ACEOF
21211 { $as_echo "$as_me:$LINENO: checking for struct statfs.f_bfree" >&5
21212 $as_echo_n "checking for struct statfs.f_bfree... " >&6; }
21213 if test "${ac_cv_member_struct_statfs_f_bfree+set}" = set; then
21214 $as_echo_n "(cached) " >&6
21215 else
21216 cat >conftest.$ac_ext <<_ACEOF
21217 /* confdefs.h. */
21218 _ACEOF
21219 cat confdefs.h >>conftest.$ac_ext
21220 cat >>conftest.$ac_ext <<_ACEOF
21221 /* end confdefs.h. */
21222 #include <sys/types.h>
21223 #ifdef HAVE_SYS_PARAM_H
21224 # include <sys/param.h>
21225 #endif
21226 #ifdef HAVE_SYS_MOUNT_H
21227 # include <sys/mount.h>
21228 #endif
21229 #ifdef HAVE_SYS_VFS_H
21230 # include <sys/vfs.h>
21231 #endif
21232 #ifdef HAVE_SYS_STATFS_H
21233 # include <sys/statfs.h>
21234 #endif
21237 main ()
21239 static struct statfs ac_aggr;
21240 if (ac_aggr.f_bfree)
21241 return 0;
21243 return 0;
21245 _ACEOF
21246 rm -f conftest.$ac_objext
21247 if { (ac_try="$ac_compile"
21248 case "(($ac_try" in
21249 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21250 *) ac_try_echo=$ac_try;;
21251 esac
21252 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
21253 $as_echo "$ac_try_echo") >&5
21254 (eval "$ac_compile") 2>conftest.er1
21255 ac_status=$?
21256 grep -v '^ *+' conftest.er1 >conftest.err
21257 rm -f conftest.er1
21258 cat conftest.err >&5
21259 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
21260 (exit $ac_status); } && {
21261 test -z "$ac_c_werror_flag" ||
21262 test ! -s conftest.err
21263 } && test -s conftest.$ac_objext; then
21264 ac_cv_member_struct_statfs_f_bfree=yes
21265 else
21266 $as_echo "$as_me: failed program was:" >&5
21267 sed 's/^/| /' conftest.$ac_ext >&5
21269 cat >conftest.$ac_ext <<_ACEOF
21270 /* confdefs.h. */
21271 _ACEOF
21272 cat confdefs.h >>conftest.$ac_ext
21273 cat >>conftest.$ac_ext <<_ACEOF
21274 /* end confdefs.h. */
21275 #include <sys/types.h>
21276 #ifdef HAVE_SYS_PARAM_H
21277 # include <sys/param.h>
21278 #endif
21279 #ifdef HAVE_SYS_MOUNT_H
21280 # include <sys/mount.h>
21281 #endif
21282 #ifdef HAVE_SYS_VFS_H
21283 # include <sys/vfs.h>
21284 #endif
21285 #ifdef HAVE_SYS_STATFS_H
21286 # include <sys/statfs.h>
21287 #endif
21290 main ()
21292 static struct statfs ac_aggr;
21293 if (sizeof ac_aggr.f_bfree)
21294 return 0;
21296 return 0;
21298 _ACEOF
21299 rm -f conftest.$ac_objext
21300 if { (ac_try="$ac_compile"
21301 case "(($ac_try" in
21302 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21303 *) ac_try_echo=$ac_try;;
21304 esac
21305 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
21306 $as_echo "$ac_try_echo") >&5
21307 (eval "$ac_compile") 2>conftest.er1
21308 ac_status=$?
21309 grep -v '^ *+' conftest.er1 >conftest.err
21310 rm -f conftest.er1
21311 cat conftest.err >&5
21312 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
21313 (exit $ac_status); } && {
21314 test -z "$ac_c_werror_flag" ||
21315 test ! -s conftest.err
21316 } && test -s conftest.$ac_objext; then
21317 ac_cv_member_struct_statfs_f_bfree=yes
21318 else
21319 $as_echo "$as_me: failed program was:" >&5
21320 sed 's/^/| /' conftest.$ac_ext >&5
21322 ac_cv_member_struct_statfs_f_bfree=no
21325 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21328 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21330 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_statfs_f_bfree" >&5
21331 $as_echo "$ac_cv_member_struct_statfs_f_bfree" >&6; }
21332 if test "x$ac_cv_member_struct_statfs_f_bfree" = x""yes; then
21334 cat >>confdefs.h <<_ACEOF
21335 #define HAVE_STRUCT_STATFS_F_BFREE 1
21336 _ACEOF
21340 { $as_echo "$as_me:$LINENO: checking for struct statfs.f_bavail" >&5
21341 $as_echo_n "checking for struct statfs.f_bavail... " >&6; }
21342 if test "${ac_cv_member_struct_statfs_f_bavail+set}" = set; then
21343 $as_echo_n "(cached) " >&6
21344 else
21345 cat >conftest.$ac_ext <<_ACEOF
21346 /* confdefs.h. */
21347 _ACEOF
21348 cat confdefs.h >>conftest.$ac_ext
21349 cat >>conftest.$ac_ext <<_ACEOF
21350 /* end confdefs.h. */
21351 #include <sys/types.h>
21352 #ifdef HAVE_SYS_PARAM_H
21353 # include <sys/param.h>
21354 #endif
21355 #ifdef HAVE_SYS_MOUNT_H
21356 # include <sys/mount.h>
21357 #endif
21358 #ifdef HAVE_SYS_VFS_H
21359 # include <sys/vfs.h>
21360 #endif
21361 #ifdef HAVE_SYS_STATFS_H
21362 # include <sys/statfs.h>
21363 #endif
21366 main ()
21368 static struct statfs ac_aggr;
21369 if (ac_aggr.f_bavail)
21370 return 0;
21372 return 0;
21374 _ACEOF
21375 rm -f conftest.$ac_objext
21376 if { (ac_try="$ac_compile"
21377 case "(($ac_try" in
21378 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21379 *) ac_try_echo=$ac_try;;
21380 esac
21381 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
21382 $as_echo "$ac_try_echo") >&5
21383 (eval "$ac_compile") 2>conftest.er1
21384 ac_status=$?
21385 grep -v '^ *+' conftest.er1 >conftest.err
21386 rm -f conftest.er1
21387 cat conftest.err >&5
21388 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
21389 (exit $ac_status); } && {
21390 test -z "$ac_c_werror_flag" ||
21391 test ! -s conftest.err
21392 } && test -s conftest.$ac_objext; then
21393 ac_cv_member_struct_statfs_f_bavail=yes
21394 else
21395 $as_echo "$as_me: failed program was:" >&5
21396 sed 's/^/| /' conftest.$ac_ext >&5
21398 cat >conftest.$ac_ext <<_ACEOF
21399 /* confdefs.h. */
21400 _ACEOF
21401 cat confdefs.h >>conftest.$ac_ext
21402 cat >>conftest.$ac_ext <<_ACEOF
21403 /* end confdefs.h. */
21404 #include <sys/types.h>
21405 #ifdef HAVE_SYS_PARAM_H
21406 # include <sys/param.h>
21407 #endif
21408 #ifdef HAVE_SYS_MOUNT_H
21409 # include <sys/mount.h>
21410 #endif
21411 #ifdef HAVE_SYS_VFS_H
21412 # include <sys/vfs.h>
21413 #endif
21414 #ifdef HAVE_SYS_STATFS_H
21415 # include <sys/statfs.h>
21416 #endif
21419 main ()
21421 static struct statfs ac_aggr;
21422 if (sizeof ac_aggr.f_bavail)
21423 return 0;
21425 return 0;
21427 _ACEOF
21428 rm -f conftest.$ac_objext
21429 if { (ac_try="$ac_compile"
21430 case "(($ac_try" in
21431 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21432 *) ac_try_echo=$ac_try;;
21433 esac
21434 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
21435 $as_echo "$ac_try_echo") >&5
21436 (eval "$ac_compile") 2>conftest.er1
21437 ac_status=$?
21438 grep -v '^ *+' conftest.er1 >conftest.err
21439 rm -f conftest.er1
21440 cat conftest.err >&5
21441 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
21442 (exit $ac_status); } && {
21443 test -z "$ac_c_werror_flag" ||
21444 test ! -s conftest.err
21445 } && test -s conftest.$ac_objext; then
21446 ac_cv_member_struct_statfs_f_bavail=yes
21447 else
21448 $as_echo "$as_me: failed program was:" >&5
21449 sed 's/^/| /' conftest.$ac_ext >&5
21451 ac_cv_member_struct_statfs_f_bavail=no
21454 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21457 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21459 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_statfs_f_bavail" >&5
21460 $as_echo "$ac_cv_member_struct_statfs_f_bavail" >&6; }
21461 if test "x$ac_cv_member_struct_statfs_f_bavail" = x""yes; then
21463 cat >>confdefs.h <<_ACEOF
21464 #define HAVE_STRUCT_STATFS_F_BAVAIL 1
21465 _ACEOF
21469 { $as_echo "$as_me:$LINENO: checking for struct statfs.f_frsize" >&5
21470 $as_echo_n "checking for struct statfs.f_frsize... " >&6; }
21471 if test "${ac_cv_member_struct_statfs_f_frsize+set}" = set; then
21472 $as_echo_n "(cached) " >&6
21473 else
21474 cat >conftest.$ac_ext <<_ACEOF
21475 /* confdefs.h. */
21476 _ACEOF
21477 cat confdefs.h >>conftest.$ac_ext
21478 cat >>conftest.$ac_ext <<_ACEOF
21479 /* end confdefs.h. */
21480 #include <sys/types.h>
21481 #ifdef HAVE_SYS_PARAM_H
21482 # include <sys/param.h>
21483 #endif
21484 #ifdef HAVE_SYS_MOUNT_H
21485 # include <sys/mount.h>
21486 #endif
21487 #ifdef HAVE_SYS_VFS_H
21488 # include <sys/vfs.h>
21489 #endif
21490 #ifdef HAVE_SYS_STATFS_H
21491 # include <sys/statfs.h>
21492 #endif
21495 main ()
21497 static struct statfs ac_aggr;
21498 if (ac_aggr.f_frsize)
21499 return 0;
21501 return 0;
21503 _ACEOF
21504 rm -f conftest.$ac_objext
21505 if { (ac_try="$ac_compile"
21506 case "(($ac_try" in
21507 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21508 *) ac_try_echo=$ac_try;;
21509 esac
21510 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
21511 $as_echo "$ac_try_echo") >&5
21512 (eval "$ac_compile") 2>conftest.er1
21513 ac_status=$?
21514 grep -v '^ *+' conftest.er1 >conftest.err
21515 rm -f conftest.er1
21516 cat conftest.err >&5
21517 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
21518 (exit $ac_status); } && {
21519 test -z "$ac_c_werror_flag" ||
21520 test ! -s conftest.err
21521 } && test -s conftest.$ac_objext; then
21522 ac_cv_member_struct_statfs_f_frsize=yes
21523 else
21524 $as_echo "$as_me: failed program was:" >&5
21525 sed 's/^/| /' conftest.$ac_ext >&5
21527 cat >conftest.$ac_ext <<_ACEOF
21528 /* confdefs.h. */
21529 _ACEOF
21530 cat confdefs.h >>conftest.$ac_ext
21531 cat >>conftest.$ac_ext <<_ACEOF
21532 /* end confdefs.h. */
21533 #include <sys/types.h>
21534 #ifdef HAVE_SYS_PARAM_H
21535 # include <sys/param.h>
21536 #endif
21537 #ifdef HAVE_SYS_MOUNT_H
21538 # include <sys/mount.h>
21539 #endif
21540 #ifdef HAVE_SYS_VFS_H
21541 # include <sys/vfs.h>
21542 #endif
21543 #ifdef HAVE_SYS_STATFS_H
21544 # include <sys/statfs.h>
21545 #endif
21548 main ()
21550 static struct statfs ac_aggr;
21551 if (sizeof ac_aggr.f_frsize)
21552 return 0;
21554 return 0;
21556 _ACEOF
21557 rm -f conftest.$ac_objext
21558 if { (ac_try="$ac_compile"
21559 case "(($ac_try" in
21560 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21561 *) ac_try_echo=$ac_try;;
21562 esac
21563 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
21564 $as_echo "$ac_try_echo") >&5
21565 (eval "$ac_compile") 2>conftest.er1
21566 ac_status=$?
21567 grep -v '^ *+' conftest.er1 >conftest.err
21568 rm -f conftest.er1
21569 cat conftest.err >&5
21570 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
21571 (exit $ac_status); } && {
21572 test -z "$ac_c_werror_flag" ||
21573 test ! -s conftest.err
21574 } && test -s conftest.$ac_objext; then
21575 ac_cv_member_struct_statfs_f_frsize=yes
21576 else
21577 $as_echo "$as_me: failed program was:" >&5
21578 sed 's/^/| /' conftest.$ac_ext >&5
21580 ac_cv_member_struct_statfs_f_frsize=no
21583 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21586 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21588 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_statfs_f_frsize" >&5
21589 $as_echo "$ac_cv_member_struct_statfs_f_frsize" >&6; }
21590 if test "x$ac_cv_member_struct_statfs_f_frsize" = x""yes; then
21592 cat >>confdefs.h <<_ACEOF
21593 #define HAVE_STRUCT_STATFS_F_FRSIZE 1
21594 _ACEOF
21598 { $as_echo "$as_me:$LINENO: checking for struct statfs.f_ffree" >&5
21599 $as_echo_n "checking for struct statfs.f_ffree... " >&6; }
21600 if test "${ac_cv_member_struct_statfs_f_ffree+set}" = set; then
21601 $as_echo_n "(cached) " >&6
21602 else
21603 cat >conftest.$ac_ext <<_ACEOF
21604 /* confdefs.h. */
21605 _ACEOF
21606 cat confdefs.h >>conftest.$ac_ext
21607 cat >>conftest.$ac_ext <<_ACEOF
21608 /* end confdefs.h. */
21609 #include <sys/types.h>
21610 #ifdef HAVE_SYS_PARAM_H
21611 # include <sys/param.h>
21612 #endif
21613 #ifdef HAVE_SYS_MOUNT_H
21614 # include <sys/mount.h>
21615 #endif
21616 #ifdef HAVE_SYS_VFS_H
21617 # include <sys/vfs.h>
21618 #endif
21619 #ifdef HAVE_SYS_STATFS_H
21620 # include <sys/statfs.h>
21621 #endif
21624 main ()
21626 static struct statfs ac_aggr;
21627 if (ac_aggr.f_ffree)
21628 return 0;
21630 return 0;
21632 _ACEOF
21633 rm -f conftest.$ac_objext
21634 if { (ac_try="$ac_compile"
21635 case "(($ac_try" in
21636 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21637 *) ac_try_echo=$ac_try;;
21638 esac
21639 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
21640 $as_echo "$ac_try_echo") >&5
21641 (eval "$ac_compile") 2>conftest.er1
21642 ac_status=$?
21643 grep -v '^ *+' conftest.er1 >conftest.err
21644 rm -f conftest.er1
21645 cat conftest.err >&5
21646 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
21647 (exit $ac_status); } && {
21648 test -z "$ac_c_werror_flag" ||
21649 test ! -s conftest.err
21650 } && test -s conftest.$ac_objext; then
21651 ac_cv_member_struct_statfs_f_ffree=yes
21652 else
21653 $as_echo "$as_me: failed program was:" >&5
21654 sed 's/^/| /' conftest.$ac_ext >&5
21656 cat >conftest.$ac_ext <<_ACEOF
21657 /* confdefs.h. */
21658 _ACEOF
21659 cat confdefs.h >>conftest.$ac_ext
21660 cat >>conftest.$ac_ext <<_ACEOF
21661 /* end confdefs.h. */
21662 #include <sys/types.h>
21663 #ifdef HAVE_SYS_PARAM_H
21664 # include <sys/param.h>
21665 #endif
21666 #ifdef HAVE_SYS_MOUNT_H
21667 # include <sys/mount.h>
21668 #endif
21669 #ifdef HAVE_SYS_VFS_H
21670 # include <sys/vfs.h>
21671 #endif
21672 #ifdef HAVE_SYS_STATFS_H
21673 # include <sys/statfs.h>
21674 #endif
21677 main ()
21679 static struct statfs ac_aggr;
21680 if (sizeof ac_aggr.f_ffree)
21681 return 0;
21683 return 0;
21685 _ACEOF
21686 rm -f conftest.$ac_objext
21687 if { (ac_try="$ac_compile"
21688 case "(($ac_try" in
21689 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21690 *) ac_try_echo=$ac_try;;
21691 esac
21692 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
21693 $as_echo "$ac_try_echo") >&5
21694 (eval "$ac_compile") 2>conftest.er1
21695 ac_status=$?
21696 grep -v '^ *+' conftest.er1 >conftest.err
21697 rm -f conftest.er1
21698 cat conftest.err >&5
21699 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
21700 (exit $ac_status); } && {
21701 test -z "$ac_c_werror_flag" ||
21702 test ! -s conftest.err
21703 } && test -s conftest.$ac_objext; then
21704 ac_cv_member_struct_statfs_f_ffree=yes
21705 else
21706 $as_echo "$as_me: failed program was:" >&5
21707 sed 's/^/| /' conftest.$ac_ext >&5
21709 ac_cv_member_struct_statfs_f_ffree=no
21712 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21715 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21717 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_statfs_f_ffree" >&5
21718 $as_echo "$ac_cv_member_struct_statfs_f_ffree" >&6; }
21719 if test "x$ac_cv_member_struct_statfs_f_ffree" = x""yes; then
21721 cat >>confdefs.h <<_ACEOF
21722 #define HAVE_STRUCT_STATFS_F_FFREE 1
21723 _ACEOF
21727 { $as_echo "$as_me:$LINENO: checking for struct statfs.f_favail" >&5
21728 $as_echo_n "checking for struct statfs.f_favail... " >&6; }
21729 if test "${ac_cv_member_struct_statfs_f_favail+set}" = set; then
21730 $as_echo_n "(cached) " >&6
21731 else
21732 cat >conftest.$ac_ext <<_ACEOF
21733 /* confdefs.h. */
21734 _ACEOF
21735 cat confdefs.h >>conftest.$ac_ext
21736 cat >>conftest.$ac_ext <<_ACEOF
21737 /* end confdefs.h. */
21738 #include <sys/types.h>
21739 #ifdef HAVE_SYS_PARAM_H
21740 # include <sys/param.h>
21741 #endif
21742 #ifdef HAVE_SYS_MOUNT_H
21743 # include <sys/mount.h>
21744 #endif
21745 #ifdef HAVE_SYS_VFS_H
21746 # include <sys/vfs.h>
21747 #endif
21748 #ifdef HAVE_SYS_STATFS_H
21749 # include <sys/statfs.h>
21750 #endif
21753 main ()
21755 static struct statfs ac_aggr;
21756 if (ac_aggr.f_favail)
21757 return 0;
21759 return 0;
21761 _ACEOF
21762 rm -f conftest.$ac_objext
21763 if { (ac_try="$ac_compile"
21764 case "(($ac_try" in
21765 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21766 *) ac_try_echo=$ac_try;;
21767 esac
21768 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
21769 $as_echo "$ac_try_echo") >&5
21770 (eval "$ac_compile") 2>conftest.er1
21771 ac_status=$?
21772 grep -v '^ *+' conftest.er1 >conftest.err
21773 rm -f conftest.er1
21774 cat conftest.err >&5
21775 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
21776 (exit $ac_status); } && {
21777 test -z "$ac_c_werror_flag" ||
21778 test ! -s conftest.err
21779 } && test -s conftest.$ac_objext; then
21780 ac_cv_member_struct_statfs_f_favail=yes
21781 else
21782 $as_echo "$as_me: failed program was:" >&5
21783 sed 's/^/| /' conftest.$ac_ext >&5
21785 cat >conftest.$ac_ext <<_ACEOF
21786 /* confdefs.h. */
21787 _ACEOF
21788 cat confdefs.h >>conftest.$ac_ext
21789 cat >>conftest.$ac_ext <<_ACEOF
21790 /* end confdefs.h. */
21791 #include <sys/types.h>
21792 #ifdef HAVE_SYS_PARAM_H
21793 # include <sys/param.h>
21794 #endif
21795 #ifdef HAVE_SYS_MOUNT_H
21796 # include <sys/mount.h>
21797 #endif
21798 #ifdef HAVE_SYS_VFS_H
21799 # include <sys/vfs.h>
21800 #endif
21801 #ifdef HAVE_SYS_STATFS_H
21802 # include <sys/statfs.h>
21803 #endif
21806 main ()
21808 static struct statfs ac_aggr;
21809 if (sizeof ac_aggr.f_favail)
21810 return 0;
21812 return 0;
21814 _ACEOF
21815 rm -f conftest.$ac_objext
21816 if { (ac_try="$ac_compile"
21817 case "(($ac_try" in
21818 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21819 *) ac_try_echo=$ac_try;;
21820 esac
21821 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
21822 $as_echo "$ac_try_echo") >&5
21823 (eval "$ac_compile") 2>conftest.er1
21824 ac_status=$?
21825 grep -v '^ *+' conftest.er1 >conftest.err
21826 rm -f conftest.er1
21827 cat conftest.err >&5
21828 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
21829 (exit $ac_status); } && {
21830 test -z "$ac_c_werror_flag" ||
21831 test ! -s conftest.err
21832 } && test -s conftest.$ac_objext; then
21833 ac_cv_member_struct_statfs_f_favail=yes
21834 else
21835 $as_echo "$as_me: failed program was:" >&5
21836 sed 's/^/| /' conftest.$ac_ext >&5
21838 ac_cv_member_struct_statfs_f_favail=no
21841 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21844 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21846 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_statfs_f_favail" >&5
21847 $as_echo "$ac_cv_member_struct_statfs_f_favail" >&6; }
21848 if test "x$ac_cv_member_struct_statfs_f_favail" = x""yes; then
21850 cat >>confdefs.h <<_ACEOF
21851 #define HAVE_STRUCT_STATFS_F_FAVAIL 1
21852 _ACEOF
21856 { $as_echo "$as_me:$LINENO: checking for struct statfs.f_namelen" >&5
21857 $as_echo_n "checking for struct statfs.f_namelen... " >&6; }
21858 if test "${ac_cv_member_struct_statfs_f_namelen+set}" = set; then
21859 $as_echo_n "(cached) " >&6
21860 else
21861 cat >conftest.$ac_ext <<_ACEOF
21862 /* confdefs.h. */
21863 _ACEOF
21864 cat confdefs.h >>conftest.$ac_ext
21865 cat >>conftest.$ac_ext <<_ACEOF
21866 /* end confdefs.h. */
21867 #include <sys/types.h>
21868 #ifdef HAVE_SYS_PARAM_H
21869 # include <sys/param.h>
21870 #endif
21871 #ifdef HAVE_SYS_MOUNT_H
21872 # include <sys/mount.h>
21873 #endif
21874 #ifdef HAVE_SYS_VFS_H
21875 # include <sys/vfs.h>
21876 #endif
21877 #ifdef HAVE_SYS_STATFS_H
21878 # include <sys/statfs.h>
21879 #endif
21882 main ()
21884 static struct statfs ac_aggr;
21885 if (ac_aggr.f_namelen)
21886 return 0;
21888 return 0;
21890 _ACEOF
21891 rm -f conftest.$ac_objext
21892 if { (ac_try="$ac_compile"
21893 case "(($ac_try" in
21894 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21895 *) ac_try_echo=$ac_try;;
21896 esac
21897 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
21898 $as_echo "$ac_try_echo") >&5
21899 (eval "$ac_compile") 2>conftest.er1
21900 ac_status=$?
21901 grep -v '^ *+' conftest.er1 >conftest.err
21902 rm -f conftest.er1
21903 cat conftest.err >&5
21904 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
21905 (exit $ac_status); } && {
21906 test -z "$ac_c_werror_flag" ||
21907 test ! -s conftest.err
21908 } && test -s conftest.$ac_objext; then
21909 ac_cv_member_struct_statfs_f_namelen=yes
21910 else
21911 $as_echo "$as_me: failed program was:" >&5
21912 sed 's/^/| /' conftest.$ac_ext >&5
21914 cat >conftest.$ac_ext <<_ACEOF
21915 /* confdefs.h. */
21916 _ACEOF
21917 cat confdefs.h >>conftest.$ac_ext
21918 cat >>conftest.$ac_ext <<_ACEOF
21919 /* end confdefs.h. */
21920 #include <sys/types.h>
21921 #ifdef HAVE_SYS_PARAM_H
21922 # include <sys/param.h>
21923 #endif
21924 #ifdef HAVE_SYS_MOUNT_H
21925 # include <sys/mount.h>
21926 #endif
21927 #ifdef HAVE_SYS_VFS_H
21928 # include <sys/vfs.h>
21929 #endif
21930 #ifdef HAVE_SYS_STATFS_H
21931 # include <sys/statfs.h>
21932 #endif
21935 main ()
21937 static struct statfs ac_aggr;
21938 if (sizeof ac_aggr.f_namelen)
21939 return 0;
21941 return 0;
21943 _ACEOF
21944 rm -f conftest.$ac_objext
21945 if { (ac_try="$ac_compile"
21946 case "(($ac_try" in
21947 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21948 *) ac_try_echo=$ac_try;;
21949 esac
21950 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
21951 $as_echo "$ac_try_echo") >&5
21952 (eval "$ac_compile") 2>conftest.er1
21953 ac_status=$?
21954 grep -v '^ *+' conftest.er1 >conftest.err
21955 rm -f conftest.er1
21956 cat conftest.err >&5
21957 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
21958 (exit $ac_status); } && {
21959 test -z "$ac_c_werror_flag" ||
21960 test ! -s conftest.err
21961 } && test -s conftest.$ac_objext; then
21962 ac_cv_member_struct_statfs_f_namelen=yes
21963 else
21964 $as_echo "$as_me: failed program was:" >&5
21965 sed 's/^/| /' conftest.$ac_ext >&5
21967 ac_cv_member_struct_statfs_f_namelen=no
21970 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21973 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21975 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_statfs_f_namelen" >&5
21976 $as_echo "$ac_cv_member_struct_statfs_f_namelen" >&6; }
21977 if test "x$ac_cv_member_struct_statfs_f_namelen" = x""yes; then
21979 cat >>confdefs.h <<_ACEOF
21980 #define HAVE_STRUCT_STATFS_F_NAMELEN 1
21981 _ACEOF
21987 { $as_echo "$as_me:$LINENO: checking for struct statvfs.f_blocks" >&5
21988 $as_echo_n "checking for struct statvfs.f_blocks... " >&6; }
21989 if test "${ac_cv_member_struct_statvfs_f_blocks+set}" = set; then
21990 $as_echo_n "(cached) " >&6
21991 else
21992 cat >conftest.$ac_ext <<_ACEOF
21993 /* confdefs.h. */
21994 _ACEOF
21995 cat confdefs.h >>conftest.$ac_ext
21996 cat >>conftest.$ac_ext <<_ACEOF
21997 /* end confdefs.h. */
21998 #ifdef HAVE_SYS_STATVFS_H
21999 #include <sys/statvfs.h>
22000 #endif
22003 main ()
22005 static struct statvfs ac_aggr;
22006 if (ac_aggr.f_blocks)
22007 return 0;
22009 return 0;
22011 _ACEOF
22012 rm -f conftest.$ac_objext
22013 if { (ac_try="$ac_compile"
22014 case "(($ac_try" in
22015 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22016 *) ac_try_echo=$ac_try;;
22017 esac
22018 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
22019 $as_echo "$ac_try_echo") >&5
22020 (eval "$ac_compile") 2>conftest.er1
22021 ac_status=$?
22022 grep -v '^ *+' conftest.er1 >conftest.err
22023 rm -f conftest.er1
22024 cat conftest.err >&5
22025 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
22026 (exit $ac_status); } && {
22027 test -z "$ac_c_werror_flag" ||
22028 test ! -s conftest.err
22029 } && test -s conftest.$ac_objext; then
22030 ac_cv_member_struct_statvfs_f_blocks=yes
22031 else
22032 $as_echo "$as_me: failed program was:" >&5
22033 sed 's/^/| /' conftest.$ac_ext >&5
22035 cat >conftest.$ac_ext <<_ACEOF
22036 /* confdefs.h. */
22037 _ACEOF
22038 cat confdefs.h >>conftest.$ac_ext
22039 cat >>conftest.$ac_ext <<_ACEOF
22040 /* end confdefs.h. */
22041 #ifdef HAVE_SYS_STATVFS_H
22042 #include <sys/statvfs.h>
22043 #endif
22046 main ()
22048 static struct statvfs ac_aggr;
22049 if (sizeof ac_aggr.f_blocks)
22050 return 0;
22052 return 0;
22054 _ACEOF
22055 rm -f conftest.$ac_objext
22056 if { (ac_try="$ac_compile"
22057 case "(($ac_try" in
22058 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22059 *) ac_try_echo=$ac_try;;
22060 esac
22061 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
22062 $as_echo "$ac_try_echo") >&5
22063 (eval "$ac_compile") 2>conftest.er1
22064 ac_status=$?
22065 grep -v '^ *+' conftest.er1 >conftest.err
22066 rm -f conftest.er1
22067 cat conftest.err >&5
22068 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
22069 (exit $ac_status); } && {
22070 test -z "$ac_c_werror_flag" ||
22071 test ! -s conftest.err
22072 } && test -s conftest.$ac_objext; then
22073 ac_cv_member_struct_statvfs_f_blocks=yes
22074 else
22075 $as_echo "$as_me: failed program was:" >&5
22076 sed 's/^/| /' conftest.$ac_ext >&5
22078 ac_cv_member_struct_statvfs_f_blocks=no
22081 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22084 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22086 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_statvfs_f_blocks" >&5
22087 $as_echo "$ac_cv_member_struct_statvfs_f_blocks" >&6; }
22088 if test "x$ac_cv_member_struct_statvfs_f_blocks" = x""yes; then
22090 cat >>confdefs.h <<_ACEOF
22091 #define HAVE_STRUCT_STATVFS_F_BLOCKS 1
22092 _ACEOF
22098 { $as_echo "$as_me:$LINENO: checking for struct msghdr.msg_accrights" >&5
22099 $as_echo_n "checking for struct msghdr.msg_accrights... " >&6; }
22100 if test "${ac_cv_member_struct_msghdr_msg_accrights+set}" = set; then
22101 $as_echo_n "(cached) " >&6
22102 else
22103 cat >conftest.$ac_ext <<_ACEOF
22104 /* confdefs.h. */
22105 _ACEOF
22106 cat confdefs.h >>conftest.$ac_ext
22107 cat >>conftest.$ac_ext <<_ACEOF
22108 /* end confdefs.h. */
22109 #include <sys/types.h>
22110 #ifdef HAVE_SYS_SOCKET_H
22111 # include <sys/socket.h>
22112 #endif
22113 #ifdef HAVE_SYS_UN_H
22114 # include <sys/un.h>
22115 #endif
22118 main ()
22120 static struct msghdr ac_aggr;
22121 if (ac_aggr.msg_accrights)
22122 return 0;
22124 return 0;
22126 _ACEOF
22127 rm -f conftest.$ac_objext
22128 if { (ac_try="$ac_compile"
22129 case "(($ac_try" in
22130 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22131 *) ac_try_echo=$ac_try;;
22132 esac
22133 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
22134 $as_echo "$ac_try_echo") >&5
22135 (eval "$ac_compile") 2>conftest.er1
22136 ac_status=$?
22137 grep -v '^ *+' conftest.er1 >conftest.err
22138 rm -f conftest.er1
22139 cat conftest.err >&5
22140 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
22141 (exit $ac_status); } && {
22142 test -z "$ac_c_werror_flag" ||
22143 test ! -s conftest.err
22144 } && test -s conftest.$ac_objext; then
22145 ac_cv_member_struct_msghdr_msg_accrights=yes
22146 else
22147 $as_echo "$as_me: failed program was:" >&5
22148 sed 's/^/| /' conftest.$ac_ext >&5
22150 cat >conftest.$ac_ext <<_ACEOF
22151 /* confdefs.h. */
22152 _ACEOF
22153 cat confdefs.h >>conftest.$ac_ext
22154 cat >>conftest.$ac_ext <<_ACEOF
22155 /* end confdefs.h. */
22156 #include <sys/types.h>
22157 #ifdef HAVE_SYS_SOCKET_H
22158 # include <sys/socket.h>
22159 #endif
22160 #ifdef HAVE_SYS_UN_H
22161 # include <sys/un.h>
22162 #endif
22165 main ()
22167 static struct msghdr ac_aggr;
22168 if (sizeof ac_aggr.msg_accrights)
22169 return 0;
22171 return 0;
22173 _ACEOF
22174 rm -f conftest.$ac_objext
22175 if { (ac_try="$ac_compile"
22176 case "(($ac_try" in
22177 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22178 *) ac_try_echo=$ac_try;;
22179 esac
22180 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
22181 $as_echo "$ac_try_echo") >&5
22182 (eval "$ac_compile") 2>conftest.er1
22183 ac_status=$?
22184 grep -v '^ *+' conftest.er1 >conftest.err
22185 rm -f conftest.er1
22186 cat conftest.err >&5
22187 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
22188 (exit $ac_status); } && {
22189 test -z "$ac_c_werror_flag" ||
22190 test ! -s conftest.err
22191 } && test -s conftest.$ac_objext; then
22192 ac_cv_member_struct_msghdr_msg_accrights=yes
22193 else
22194 $as_echo "$as_me: failed program was:" >&5
22195 sed 's/^/| /' conftest.$ac_ext >&5
22197 ac_cv_member_struct_msghdr_msg_accrights=no
22200 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22203 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22205 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_msghdr_msg_accrights" >&5
22206 $as_echo "$ac_cv_member_struct_msghdr_msg_accrights" >&6; }
22207 if test "x$ac_cv_member_struct_msghdr_msg_accrights" = x""yes; then
22209 cat >>confdefs.h <<_ACEOF
22210 #define HAVE_STRUCT_MSGHDR_MSG_ACCRIGHTS 1
22211 _ACEOF
22215 { $as_echo "$as_me:$LINENO: checking for struct sockaddr.sa_len" >&5
22216 $as_echo_n "checking for struct sockaddr.sa_len... " >&6; }
22217 if test "${ac_cv_member_struct_sockaddr_sa_len+set}" = set; then
22218 $as_echo_n "(cached) " >&6
22219 else
22220 cat >conftest.$ac_ext <<_ACEOF
22221 /* confdefs.h. */
22222 _ACEOF
22223 cat confdefs.h >>conftest.$ac_ext
22224 cat >>conftest.$ac_ext <<_ACEOF
22225 /* end confdefs.h. */
22226 #include <sys/types.h>
22227 #ifdef HAVE_SYS_SOCKET_H
22228 # include <sys/socket.h>
22229 #endif
22230 #ifdef HAVE_SYS_UN_H
22231 # include <sys/un.h>
22232 #endif
22235 main ()
22237 static struct sockaddr ac_aggr;
22238 if (ac_aggr.sa_len)
22239 return 0;
22241 return 0;
22243 _ACEOF
22244 rm -f conftest.$ac_objext
22245 if { (ac_try="$ac_compile"
22246 case "(($ac_try" in
22247 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22248 *) ac_try_echo=$ac_try;;
22249 esac
22250 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
22251 $as_echo "$ac_try_echo") >&5
22252 (eval "$ac_compile") 2>conftest.er1
22253 ac_status=$?
22254 grep -v '^ *+' conftest.er1 >conftest.err
22255 rm -f conftest.er1
22256 cat conftest.err >&5
22257 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
22258 (exit $ac_status); } && {
22259 test -z "$ac_c_werror_flag" ||
22260 test ! -s conftest.err
22261 } && test -s conftest.$ac_objext; then
22262 ac_cv_member_struct_sockaddr_sa_len=yes
22263 else
22264 $as_echo "$as_me: failed program was:" >&5
22265 sed 's/^/| /' conftest.$ac_ext >&5
22267 cat >conftest.$ac_ext <<_ACEOF
22268 /* confdefs.h. */
22269 _ACEOF
22270 cat confdefs.h >>conftest.$ac_ext
22271 cat >>conftest.$ac_ext <<_ACEOF
22272 /* end confdefs.h. */
22273 #include <sys/types.h>
22274 #ifdef HAVE_SYS_SOCKET_H
22275 # include <sys/socket.h>
22276 #endif
22277 #ifdef HAVE_SYS_UN_H
22278 # include <sys/un.h>
22279 #endif
22282 main ()
22284 static struct sockaddr ac_aggr;
22285 if (sizeof ac_aggr.sa_len)
22286 return 0;
22288 return 0;
22290 _ACEOF
22291 rm -f conftest.$ac_objext
22292 if { (ac_try="$ac_compile"
22293 case "(($ac_try" in
22294 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22295 *) ac_try_echo=$ac_try;;
22296 esac
22297 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
22298 $as_echo "$ac_try_echo") >&5
22299 (eval "$ac_compile") 2>conftest.er1
22300 ac_status=$?
22301 grep -v '^ *+' conftest.er1 >conftest.err
22302 rm -f conftest.er1
22303 cat conftest.err >&5
22304 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
22305 (exit $ac_status); } && {
22306 test -z "$ac_c_werror_flag" ||
22307 test ! -s conftest.err
22308 } && test -s conftest.$ac_objext; then
22309 ac_cv_member_struct_sockaddr_sa_len=yes
22310 else
22311 $as_echo "$as_me: failed program was:" >&5
22312 sed 's/^/| /' conftest.$ac_ext >&5
22314 ac_cv_member_struct_sockaddr_sa_len=no
22317 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22320 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22322 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_sockaddr_sa_len" >&5
22323 $as_echo "$ac_cv_member_struct_sockaddr_sa_len" >&6; }
22324 if test "x$ac_cv_member_struct_sockaddr_sa_len" = x""yes; then
22326 cat >>confdefs.h <<_ACEOF
22327 #define HAVE_STRUCT_SOCKADDR_SA_LEN 1
22328 _ACEOF
22332 { $as_echo "$as_me:$LINENO: checking for struct sockaddr_un.sun_len" >&5
22333 $as_echo_n "checking for struct sockaddr_un.sun_len... " >&6; }
22334 if test "${ac_cv_member_struct_sockaddr_un_sun_len+set}" = set; then
22335 $as_echo_n "(cached) " >&6
22336 else
22337 cat >conftest.$ac_ext <<_ACEOF
22338 /* confdefs.h. */
22339 _ACEOF
22340 cat confdefs.h >>conftest.$ac_ext
22341 cat >>conftest.$ac_ext <<_ACEOF
22342 /* end confdefs.h. */
22343 #include <sys/types.h>
22344 #ifdef HAVE_SYS_SOCKET_H
22345 # include <sys/socket.h>
22346 #endif
22347 #ifdef HAVE_SYS_UN_H
22348 # include <sys/un.h>
22349 #endif
22352 main ()
22354 static struct sockaddr_un ac_aggr;
22355 if (ac_aggr.sun_len)
22356 return 0;
22358 return 0;
22360 _ACEOF
22361 rm -f conftest.$ac_objext
22362 if { (ac_try="$ac_compile"
22363 case "(($ac_try" in
22364 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22365 *) ac_try_echo=$ac_try;;
22366 esac
22367 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
22368 $as_echo "$ac_try_echo") >&5
22369 (eval "$ac_compile") 2>conftest.er1
22370 ac_status=$?
22371 grep -v '^ *+' conftest.er1 >conftest.err
22372 rm -f conftest.er1
22373 cat conftest.err >&5
22374 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
22375 (exit $ac_status); } && {
22376 test -z "$ac_c_werror_flag" ||
22377 test ! -s conftest.err
22378 } && test -s conftest.$ac_objext; then
22379 ac_cv_member_struct_sockaddr_un_sun_len=yes
22380 else
22381 $as_echo "$as_me: failed program was:" >&5
22382 sed 's/^/| /' conftest.$ac_ext >&5
22384 cat >conftest.$ac_ext <<_ACEOF
22385 /* confdefs.h. */
22386 _ACEOF
22387 cat confdefs.h >>conftest.$ac_ext
22388 cat >>conftest.$ac_ext <<_ACEOF
22389 /* end confdefs.h. */
22390 #include <sys/types.h>
22391 #ifdef HAVE_SYS_SOCKET_H
22392 # include <sys/socket.h>
22393 #endif
22394 #ifdef HAVE_SYS_UN_H
22395 # include <sys/un.h>
22396 #endif
22399 main ()
22401 static struct sockaddr_un ac_aggr;
22402 if (sizeof ac_aggr.sun_len)
22403 return 0;
22405 return 0;
22407 _ACEOF
22408 rm -f conftest.$ac_objext
22409 if { (ac_try="$ac_compile"
22410 case "(($ac_try" in
22411 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22412 *) ac_try_echo=$ac_try;;
22413 esac
22414 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
22415 $as_echo "$ac_try_echo") >&5
22416 (eval "$ac_compile") 2>conftest.er1
22417 ac_status=$?
22418 grep -v '^ *+' conftest.er1 >conftest.err
22419 rm -f conftest.er1
22420 cat conftest.err >&5
22421 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
22422 (exit $ac_status); } && {
22423 test -z "$ac_c_werror_flag" ||
22424 test ! -s conftest.err
22425 } && test -s conftest.$ac_objext; then
22426 ac_cv_member_struct_sockaddr_un_sun_len=yes
22427 else
22428 $as_echo "$as_me: failed program was:" >&5
22429 sed 's/^/| /' conftest.$ac_ext >&5
22431 ac_cv_member_struct_sockaddr_un_sun_len=no
22434 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22437 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22439 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_sockaddr_un_sun_len" >&5
22440 $as_echo "$ac_cv_member_struct_sockaddr_un_sun_len" >&6; }
22441 if test "x$ac_cv_member_struct_sockaddr_un_sun_len" = x""yes; then
22443 cat >>confdefs.h <<_ACEOF
22444 #define HAVE_STRUCT_SOCKADDR_UN_SUN_LEN 1
22445 _ACEOF
22451 { $as_echo "$as_me:$LINENO: checking for scsireq_t.cmd" >&5
22452 $as_echo_n "checking for scsireq_t.cmd... " >&6; }
22453 if test "${ac_cv_member_scsireq_t_cmd+set}" = set; then
22454 $as_echo_n "(cached) " >&6
22455 else
22456 cat >conftest.$ac_ext <<_ACEOF
22457 /* confdefs.h. */
22458 _ACEOF
22459 cat confdefs.h >>conftest.$ac_ext
22460 cat >>conftest.$ac_ext <<_ACEOF
22461 /* end confdefs.h. */
22462 #include <sys/types.h>
22463 #ifdef HAVE_SCSI_SG_H
22464 #include <scsi/sg.h>
22465 #endif
22468 main ()
22470 static scsireq_t ac_aggr;
22471 if (ac_aggr.cmd)
22472 return 0;
22474 return 0;
22476 _ACEOF
22477 rm -f conftest.$ac_objext
22478 if { (ac_try="$ac_compile"
22479 case "(($ac_try" in
22480 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22481 *) ac_try_echo=$ac_try;;
22482 esac
22483 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
22484 $as_echo "$ac_try_echo") >&5
22485 (eval "$ac_compile") 2>conftest.er1
22486 ac_status=$?
22487 grep -v '^ *+' conftest.er1 >conftest.err
22488 rm -f conftest.er1
22489 cat conftest.err >&5
22490 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
22491 (exit $ac_status); } && {
22492 test -z "$ac_c_werror_flag" ||
22493 test ! -s conftest.err
22494 } && test -s conftest.$ac_objext; then
22495 ac_cv_member_scsireq_t_cmd=yes
22496 else
22497 $as_echo "$as_me: failed program was:" >&5
22498 sed 's/^/| /' conftest.$ac_ext >&5
22500 cat >conftest.$ac_ext <<_ACEOF
22501 /* confdefs.h. */
22502 _ACEOF
22503 cat confdefs.h >>conftest.$ac_ext
22504 cat >>conftest.$ac_ext <<_ACEOF
22505 /* end confdefs.h. */
22506 #include <sys/types.h>
22507 #ifdef HAVE_SCSI_SG_H
22508 #include <scsi/sg.h>
22509 #endif
22512 main ()
22514 static scsireq_t ac_aggr;
22515 if (sizeof ac_aggr.cmd)
22516 return 0;
22518 return 0;
22520 _ACEOF
22521 rm -f conftest.$ac_objext
22522 if { (ac_try="$ac_compile"
22523 case "(($ac_try" in
22524 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22525 *) ac_try_echo=$ac_try;;
22526 esac
22527 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
22528 $as_echo "$ac_try_echo") >&5
22529 (eval "$ac_compile") 2>conftest.er1
22530 ac_status=$?
22531 grep -v '^ *+' conftest.er1 >conftest.err
22532 rm -f conftest.er1
22533 cat conftest.err >&5
22534 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
22535 (exit $ac_status); } && {
22536 test -z "$ac_c_werror_flag" ||
22537 test ! -s conftest.err
22538 } && test -s conftest.$ac_objext; then
22539 ac_cv_member_scsireq_t_cmd=yes
22540 else
22541 $as_echo "$as_me: failed program was:" >&5
22542 sed 's/^/| /' conftest.$ac_ext >&5
22544 ac_cv_member_scsireq_t_cmd=no
22547 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22550 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22552 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_scsireq_t_cmd" >&5
22553 $as_echo "$ac_cv_member_scsireq_t_cmd" >&6; }
22554 if test "x$ac_cv_member_scsireq_t_cmd" = x""yes; then
22556 cat >>confdefs.h <<_ACEOF
22557 #define HAVE_SCSIREQ_T_CMD 1
22558 _ACEOF
22562 { $as_echo "$as_me:$LINENO: checking for sg_io_hdr_t.interface_id" >&5
22563 $as_echo_n "checking for sg_io_hdr_t.interface_id... " >&6; }
22564 if test "${ac_cv_member_sg_io_hdr_t_interface_id+set}" = set; then
22565 $as_echo_n "(cached) " >&6
22566 else
22567 cat >conftest.$ac_ext <<_ACEOF
22568 /* confdefs.h. */
22569 _ACEOF
22570 cat confdefs.h >>conftest.$ac_ext
22571 cat >>conftest.$ac_ext <<_ACEOF
22572 /* end confdefs.h. */
22573 #include <sys/types.h>
22574 #ifdef HAVE_SCSI_SG_H
22575 #include <scsi/sg.h>
22576 #endif
22579 main ()
22581 static sg_io_hdr_t ac_aggr;
22582 if (ac_aggr.interface_id)
22583 return 0;
22585 return 0;
22587 _ACEOF
22588 rm -f conftest.$ac_objext
22589 if { (ac_try="$ac_compile"
22590 case "(($ac_try" in
22591 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22592 *) ac_try_echo=$ac_try;;
22593 esac
22594 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
22595 $as_echo "$ac_try_echo") >&5
22596 (eval "$ac_compile") 2>conftest.er1
22597 ac_status=$?
22598 grep -v '^ *+' conftest.er1 >conftest.err
22599 rm -f conftest.er1
22600 cat conftest.err >&5
22601 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
22602 (exit $ac_status); } && {
22603 test -z "$ac_c_werror_flag" ||
22604 test ! -s conftest.err
22605 } && test -s conftest.$ac_objext; then
22606 ac_cv_member_sg_io_hdr_t_interface_id=yes
22607 else
22608 $as_echo "$as_me: failed program was:" >&5
22609 sed 's/^/| /' conftest.$ac_ext >&5
22611 cat >conftest.$ac_ext <<_ACEOF
22612 /* confdefs.h. */
22613 _ACEOF
22614 cat confdefs.h >>conftest.$ac_ext
22615 cat >>conftest.$ac_ext <<_ACEOF
22616 /* end confdefs.h. */
22617 #include <sys/types.h>
22618 #ifdef HAVE_SCSI_SG_H
22619 #include <scsi/sg.h>
22620 #endif
22623 main ()
22625 static sg_io_hdr_t ac_aggr;
22626 if (sizeof ac_aggr.interface_id)
22627 return 0;
22629 return 0;
22631 _ACEOF
22632 rm -f conftest.$ac_objext
22633 if { (ac_try="$ac_compile"
22634 case "(($ac_try" in
22635 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22636 *) ac_try_echo=$ac_try;;
22637 esac
22638 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
22639 $as_echo "$ac_try_echo") >&5
22640 (eval "$ac_compile") 2>conftest.er1
22641 ac_status=$?
22642 grep -v '^ *+' conftest.er1 >conftest.err
22643 rm -f conftest.er1
22644 cat conftest.err >&5
22645 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
22646 (exit $ac_status); } && {
22647 test -z "$ac_c_werror_flag" ||
22648 test ! -s conftest.err
22649 } && test -s conftest.$ac_objext; then
22650 ac_cv_member_sg_io_hdr_t_interface_id=yes
22651 else
22652 $as_echo "$as_me: failed program was:" >&5
22653 sed 's/^/| /' conftest.$ac_ext >&5
22655 ac_cv_member_sg_io_hdr_t_interface_id=no
22658 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22661 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22663 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_sg_io_hdr_t_interface_id" >&5
22664 $as_echo "$ac_cv_member_sg_io_hdr_t_interface_id" >&6; }
22665 if test "x$ac_cv_member_sg_io_hdr_t_interface_id" = x""yes; then
22667 cat >>confdefs.h <<_ACEOF
22668 #define HAVE_SG_IO_HDR_T_INTERFACE_ID 1
22669 _ACEOF
22675 { $as_echo "$as_me:$LINENO: checking for siginfo_t.si_fd" >&5
22676 $as_echo_n "checking for siginfo_t.si_fd... " >&6; }
22677 if test "${ac_cv_member_siginfo_t_si_fd+set}" = set; then
22678 $as_echo_n "(cached) " >&6
22679 else
22680 cat >conftest.$ac_ext <<_ACEOF
22681 /* confdefs.h. */
22682 _ACEOF
22683 cat confdefs.h >>conftest.$ac_ext
22684 cat >>conftest.$ac_ext <<_ACEOF
22685 /* end confdefs.h. */
22686 #include <signal.h>
22689 main ()
22691 static siginfo_t ac_aggr;
22692 if (ac_aggr.si_fd)
22693 return 0;
22695 return 0;
22697 _ACEOF
22698 rm -f conftest.$ac_objext
22699 if { (ac_try="$ac_compile"
22700 case "(($ac_try" in
22701 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22702 *) ac_try_echo=$ac_try;;
22703 esac
22704 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
22705 $as_echo "$ac_try_echo") >&5
22706 (eval "$ac_compile") 2>conftest.er1
22707 ac_status=$?
22708 grep -v '^ *+' conftest.er1 >conftest.err
22709 rm -f conftest.er1
22710 cat conftest.err >&5
22711 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
22712 (exit $ac_status); } && {
22713 test -z "$ac_c_werror_flag" ||
22714 test ! -s conftest.err
22715 } && test -s conftest.$ac_objext; then
22716 ac_cv_member_siginfo_t_si_fd=yes
22717 else
22718 $as_echo "$as_me: failed program was:" >&5
22719 sed 's/^/| /' conftest.$ac_ext >&5
22721 cat >conftest.$ac_ext <<_ACEOF
22722 /* confdefs.h. */
22723 _ACEOF
22724 cat confdefs.h >>conftest.$ac_ext
22725 cat >>conftest.$ac_ext <<_ACEOF
22726 /* end confdefs.h. */
22727 #include <signal.h>
22730 main ()
22732 static siginfo_t ac_aggr;
22733 if (sizeof ac_aggr.si_fd)
22734 return 0;
22736 return 0;
22738 _ACEOF
22739 rm -f conftest.$ac_objext
22740 if { (ac_try="$ac_compile"
22741 case "(($ac_try" in
22742 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22743 *) ac_try_echo=$ac_try;;
22744 esac
22745 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
22746 $as_echo "$ac_try_echo") >&5
22747 (eval "$ac_compile") 2>conftest.er1
22748 ac_status=$?
22749 grep -v '^ *+' conftest.er1 >conftest.err
22750 rm -f conftest.er1
22751 cat conftest.err >&5
22752 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
22753 (exit $ac_status); } && {
22754 test -z "$ac_c_werror_flag" ||
22755 test ! -s conftest.err
22756 } && test -s conftest.$ac_objext; then
22757 ac_cv_member_siginfo_t_si_fd=yes
22758 else
22759 $as_echo "$as_me: failed program was:" >&5
22760 sed 's/^/| /' conftest.$ac_ext >&5
22762 ac_cv_member_siginfo_t_si_fd=no
22765 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22768 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22770 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_siginfo_t_si_fd" >&5
22771 $as_echo "$ac_cv_member_siginfo_t_si_fd" >&6; }
22772 if test "x$ac_cv_member_siginfo_t_si_fd" = x""yes; then
22774 cat >>confdefs.h <<_ACEOF
22775 #define HAVE_SIGINFO_T_SI_FD 1
22776 _ACEOF
22782 { $as_echo "$as_me:$LINENO: checking for struct mtget.mt_blksiz" >&5
22783 $as_echo_n "checking for struct mtget.mt_blksiz... " >&6; }
22784 if test "${ac_cv_member_struct_mtget_mt_blksiz+set}" = set; then
22785 $as_echo_n "(cached) " >&6
22786 else
22787 cat >conftest.$ac_ext <<_ACEOF
22788 /* confdefs.h. */
22789 _ACEOF
22790 cat confdefs.h >>conftest.$ac_ext
22791 cat >>conftest.$ac_ext <<_ACEOF
22792 /* end confdefs.h. */
22793 #include <sys/types.h>
22794 #ifdef HAVE_SYS_MTIO_H
22795 #include <sys/mtio.h>
22796 #endif
22799 main ()
22801 static struct mtget ac_aggr;
22802 if (ac_aggr.mt_blksiz)
22803 return 0;
22805 return 0;
22807 _ACEOF
22808 rm -f conftest.$ac_objext
22809 if { (ac_try="$ac_compile"
22810 case "(($ac_try" in
22811 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22812 *) ac_try_echo=$ac_try;;
22813 esac
22814 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
22815 $as_echo "$ac_try_echo") >&5
22816 (eval "$ac_compile") 2>conftest.er1
22817 ac_status=$?
22818 grep -v '^ *+' conftest.er1 >conftest.err
22819 rm -f conftest.er1
22820 cat conftest.err >&5
22821 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
22822 (exit $ac_status); } && {
22823 test -z "$ac_c_werror_flag" ||
22824 test ! -s conftest.err
22825 } && test -s conftest.$ac_objext; then
22826 ac_cv_member_struct_mtget_mt_blksiz=yes
22827 else
22828 $as_echo "$as_me: failed program was:" >&5
22829 sed 's/^/| /' conftest.$ac_ext >&5
22831 cat >conftest.$ac_ext <<_ACEOF
22832 /* confdefs.h. */
22833 _ACEOF
22834 cat confdefs.h >>conftest.$ac_ext
22835 cat >>conftest.$ac_ext <<_ACEOF
22836 /* end confdefs.h. */
22837 #include <sys/types.h>
22838 #ifdef HAVE_SYS_MTIO_H
22839 #include <sys/mtio.h>
22840 #endif
22843 main ()
22845 static struct mtget ac_aggr;
22846 if (sizeof ac_aggr.mt_blksiz)
22847 return 0;
22849 return 0;
22851 _ACEOF
22852 rm -f conftest.$ac_objext
22853 if { (ac_try="$ac_compile"
22854 case "(($ac_try" in
22855 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22856 *) ac_try_echo=$ac_try;;
22857 esac
22858 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
22859 $as_echo "$ac_try_echo") >&5
22860 (eval "$ac_compile") 2>conftest.er1
22861 ac_status=$?
22862 grep -v '^ *+' conftest.er1 >conftest.err
22863 rm -f conftest.er1
22864 cat conftest.err >&5
22865 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
22866 (exit $ac_status); } && {
22867 test -z "$ac_c_werror_flag" ||
22868 test ! -s conftest.err
22869 } && test -s conftest.$ac_objext; then
22870 ac_cv_member_struct_mtget_mt_blksiz=yes
22871 else
22872 $as_echo "$as_me: failed program was:" >&5
22873 sed 's/^/| /' conftest.$ac_ext >&5
22875 ac_cv_member_struct_mtget_mt_blksiz=no
22878 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22881 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22883 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_mtget_mt_blksiz" >&5
22884 $as_echo "$ac_cv_member_struct_mtget_mt_blksiz" >&6; }
22885 if test "x$ac_cv_member_struct_mtget_mt_blksiz" = x""yes; then
22887 cat >>confdefs.h <<_ACEOF
22888 #define HAVE_STRUCT_MTGET_MT_BLKSIZ 1
22889 _ACEOF
22893 { $as_echo "$as_me:$LINENO: checking for struct mtget.mt_gstat" >&5
22894 $as_echo_n "checking for struct mtget.mt_gstat... " >&6; }
22895 if test "${ac_cv_member_struct_mtget_mt_gstat+set}" = set; then
22896 $as_echo_n "(cached) " >&6
22897 else
22898 cat >conftest.$ac_ext <<_ACEOF
22899 /* confdefs.h. */
22900 _ACEOF
22901 cat confdefs.h >>conftest.$ac_ext
22902 cat >>conftest.$ac_ext <<_ACEOF
22903 /* end confdefs.h. */
22904 #include <sys/types.h>
22905 #ifdef HAVE_SYS_MTIO_H
22906 #include <sys/mtio.h>
22907 #endif
22910 main ()
22912 static struct mtget ac_aggr;
22913 if (ac_aggr.mt_gstat)
22914 return 0;
22916 return 0;
22918 _ACEOF
22919 rm -f conftest.$ac_objext
22920 if { (ac_try="$ac_compile"
22921 case "(($ac_try" in
22922 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22923 *) ac_try_echo=$ac_try;;
22924 esac
22925 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
22926 $as_echo "$ac_try_echo") >&5
22927 (eval "$ac_compile") 2>conftest.er1
22928 ac_status=$?
22929 grep -v '^ *+' conftest.er1 >conftest.err
22930 rm -f conftest.er1
22931 cat conftest.err >&5
22932 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
22933 (exit $ac_status); } && {
22934 test -z "$ac_c_werror_flag" ||
22935 test ! -s conftest.err
22936 } && test -s conftest.$ac_objext; then
22937 ac_cv_member_struct_mtget_mt_gstat=yes
22938 else
22939 $as_echo "$as_me: failed program was:" >&5
22940 sed 's/^/| /' conftest.$ac_ext >&5
22942 cat >conftest.$ac_ext <<_ACEOF
22943 /* confdefs.h. */
22944 _ACEOF
22945 cat confdefs.h >>conftest.$ac_ext
22946 cat >>conftest.$ac_ext <<_ACEOF
22947 /* end confdefs.h. */
22948 #include <sys/types.h>
22949 #ifdef HAVE_SYS_MTIO_H
22950 #include <sys/mtio.h>
22951 #endif
22954 main ()
22956 static struct mtget ac_aggr;
22957 if (sizeof ac_aggr.mt_gstat)
22958 return 0;
22960 return 0;
22962 _ACEOF
22963 rm -f conftest.$ac_objext
22964 if { (ac_try="$ac_compile"
22965 case "(($ac_try" in
22966 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22967 *) ac_try_echo=$ac_try;;
22968 esac
22969 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
22970 $as_echo "$ac_try_echo") >&5
22971 (eval "$ac_compile") 2>conftest.er1
22972 ac_status=$?
22973 grep -v '^ *+' conftest.er1 >conftest.err
22974 rm -f conftest.er1
22975 cat conftest.err >&5
22976 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
22977 (exit $ac_status); } && {
22978 test -z "$ac_c_werror_flag" ||
22979 test ! -s conftest.err
22980 } && test -s conftest.$ac_objext; then
22981 ac_cv_member_struct_mtget_mt_gstat=yes
22982 else
22983 $as_echo "$as_me: failed program was:" >&5
22984 sed 's/^/| /' conftest.$ac_ext >&5
22986 ac_cv_member_struct_mtget_mt_gstat=no
22989 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22992 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22994 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_mtget_mt_gstat" >&5
22995 $as_echo "$ac_cv_member_struct_mtget_mt_gstat" >&6; }
22996 if test "x$ac_cv_member_struct_mtget_mt_gstat" = x""yes; then
22998 cat >>confdefs.h <<_ACEOF
22999 #define HAVE_STRUCT_MTGET_MT_GSTAT 1
23000 _ACEOF
23004 { $as_echo "$as_me:$LINENO: checking for struct mtget.mt_blkno" >&5
23005 $as_echo_n "checking for struct mtget.mt_blkno... " >&6; }
23006 if test "${ac_cv_member_struct_mtget_mt_blkno+set}" = set; then
23007 $as_echo_n "(cached) " >&6
23008 else
23009 cat >conftest.$ac_ext <<_ACEOF
23010 /* confdefs.h. */
23011 _ACEOF
23012 cat confdefs.h >>conftest.$ac_ext
23013 cat >>conftest.$ac_ext <<_ACEOF
23014 /* end confdefs.h. */
23015 #include <sys/types.h>
23016 #ifdef HAVE_SYS_MTIO_H
23017 #include <sys/mtio.h>
23018 #endif
23021 main ()
23023 static struct mtget ac_aggr;
23024 if (ac_aggr.mt_blkno)
23025 return 0;
23027 return 0;
23029 _ACEOF
23030 rm -f conftest.$ac_objext
23031 if { (ac_try="$ac_compile"
23032 case "(($ac_try" in
23033 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23034 *) ac_try_echo=$ac_try;;
23035 esac
23036 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
23037 $as_echo "$ac_try_echo") >&5
23038 (eval "$ac_compile") 2>conftest.er1
23039 ac_status=$?
23040 grep -v '^ *+' conftest.er1 >conftest.err
23041 rm -f conftest.er1
23042 cat conftest.err >&5
23043 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
23044 (exit $ac_status); } && {
23045 test -z "$ac_c_werror_flag" ||
23046 test ! -s conftest.err
23047 } && test -s conftest.$ac_objext; then
23048 ac_cv_member_struct_mtget_mt_blkno=yes
23049 else
23050 $as_echo "$as_me: failed program was:" >&5
23051 sed 's/^/| /' conftest.$ac_ext >&5
23053 cat >conftest.$ac_ext <<_ACEOF
23054 /* confdefs.h. */
23055 _ACEOF
23056 cat confdefs.h >>conftest.$ac_ext
23057 cat >>conftest.$ac_ext <<_ACEOF
23058 /* end confdefs.h. */
23059 #include <sys/types.h>
23060 #ifdef HAVE_SYS_MTIO_H
23061 #include <sys/mtio.h>
23062 #endif
23065 main ()
23067 static struct mtget ac_aggr;
23068 if (sizeof ac_aggr.mt_blkno)
23069 return 0;
23071 return 0;
23073 _ACEOF
23074 rm -f conftest.$ac_objext
23075 if { (ac_try="$ac_compile"
23076 case "(($ac_try" in
23077 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23078 *) ac_try_echo=$ac_try;;
23079 esac
23080 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
23081 $as_echo "$ac_try_echo") >&5
23082 (eval "$ac_compile") 2>conftest.er1
23083 ac_status=$?
23084 grep -v '^ *+' conftest.er1 >conftest.err
23085 rm -f conftest.er1
23086 cat conftest.err >&5
23087 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
23088 (exit $ac_status); } && {
23089 test -z "$ac_c_werror_flag" ||
23090 test ! -s conftest.err
23091 } && test -s conftest.$ac_objext; then
23092 ac_cv_member_struct_mtget_mt_blkno=yes
23093 else
23094 $as_echo "$as_me: failed program was:" >&5
23095 sed 's/^/| /' conftest.$ac_ext >&5
23097 ac_cv_member_struct_mtget_mt_blkno=no
23100 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
23103 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
23105 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_mtget_mt_blkno" >&5
23106 $as_echo "$ac_cv_member_struct_mtget_mt_blkno" >&6; }
23107 if test "x$ac_cv_member_struct_mtget_mt_blkno" = x""yes; then
23109 cat >>confdefs.h <<_ACEOF
23110 #define HAVE_STRUCT_MTGET_MT_BLKNO 1
23111 _ACEOF
23117 { $as_echo "$as_me:$LINENO: checking for struct option.name" >&5
23118 $as_echo_n "checking for struct option.name... " >&6; }
23119 if test "${ac_cv_member_struct_option_name+set}" = set; then
23120 $as_echo_n "(cached) " >&6
23121 else
23122 cat >conftest.$ac_ext <<_ACEOF
23123 /* confdefs.h. */
23124 _ACEOF
23125 cat confdefs.h >>conftest.$ac_ext
23126 cat >>conftest.$ac_ext <<_ACEOF
23127 /* end confdefs.h. */
23128 #ifdef HAVE_GETOPT_H
23129 #include <getopt.h>
23130 #endif
23133 main ()
23135 static struct option ac_aggr;
23136 if (ac_aggr.name)
23137 return 0;
23139 return 0;
23141 _ACEOF
23142 rm -f conftest.$ac_objext
23143 if { (ac_try="$ac_compile"
23144 case "(($ac_try" in
23145 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23146 *) ac_try_echo=$ac_try;;
23147 esac
23148 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
23149 $as_echo "$ac_try_echo") >&5
23150 (eval "$ac_compile") 2>conftest.er1
23151 ac_status=$?
23152 grep -v '^ *+' conftest.er1 >conftest.err
23153 rm -f conftest.er1
23154 cat conftest.err >&5
23155 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
23156 (exit $ac_status); } && {
23157 test -z "$ac_c_werror_flag" ||
23158 test ! -s conftest.err
23159 } && test -s conftest.$ac_objext; then
23160 ac_cv_member_struct_option_name=yes
23161 else
23162 $as_echo "$as_me: failed program was:" >&5
23163 sed 's/^/| /' conftest.$ac_ext >&5
23165 cat >conftest.$ac_ext <<_ACEOF
23166 /* confdefs.h. */
23167 _ACEOF
23168 cat confdefs.h >>conftest.$ac_ext
23169 cat >>conftest.$ac_ext <<_ACEOF
23170 /* end confdefs.h. */
23171 #ifdef HAVE_GETOPT_H
23172 #include <getopt.h>
23173 #endif
23176 main ()
23178 static struct option ac_aggr;
23179 if (sizeof ac_aggr.name)
23180 return 0;
23182 return 0;
23184 _ACEOF
23185 rm -f conftest.$ac_objext
23186 if { (ac_try="$ac_compile"
23187 case "(($ac_try" in
23188 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23189 *) ac_try_echo=$ac_try;;
23190 esac
23191 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
23192 $as_echo "$ac_try_echo") >&5
23193 (eval "$ac_compile") 2>conftest.er1
23194 ac_status=$?
23195 grep -v '^ *+' conftest.er1 >conftest.err
23196 rm -f conftest.er1
23197 cat conftest.err >&5
23198 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
23199 (exit $ac_status); } && {
23200 test -z "$ac_c_werror_flag" ||
23201 test ! -s conftest.err
23202 } && test -s conftest.$ac_objext; then
23203 ac_cv_member_struct_option_name=yes
23204 else
23205 $as_echo "$as_me: failed program was:" >&5
23206 sed 's/^/| /' conftest.$ac_ext >&5
23208 ac_cv_member_struct_option_name=no
23211 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
23214 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
23216 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_option_name" >&5
23217 $as_echo "$ac_cv_member_struct_option_name" >&6; }
23218 if test "x$ac_cv_member_struct_option_name" = x""yes; then
23220 cat >>confdefs.h <<_ACEOF
23221 #define HAVE_STRUCT_OPTION_NAME 1
23222 _ACEOF
23228 { $as_echo "$as_me:$LINENO: checking for struct stat.st_blocks" >&5
23229 $as_echo_n "checking for struct stat.st_blocks... " >&6; }
23230 if test "${ac_cv_member_struct_stat_st_blocks+set}" = set; then
23231 $as_echo_n "(cached) " >&6
23232 else
23233 cat >conftest.$ac_ext <<_ACEOF
23234 /* confdefs.h. */
23235 _ACEOF
23236 cat confdefs.h >>conftest.$ac_ext
23237 cat >>conftest.$ac_ext <<_ACEOF
23238 /* end confdefs.h. */
23239 $ac_includes_default
23241 main ()
23243 static struct stat ac_aggr;
23244 if (ac_aggr.st_blocks)
23245 return 0;
23247 return 0;
23249 _ACEOF
23250 rm -f conftest.$ac_objext
23251 if { (ac_try="$ac_compile"
23252 case "(($ac_try" in
23253 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23254 *) ac_try_echo=$ac_try;;
23255 esac
23256 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
23257 $as_echo "$ac_try_echo") >&5
23258 (eval "$ac_compile") 2>conftest.er1
23259 ac_status=$?
23260 grep -v '^ *+' conftest.er1 >conftest.err
23261 rm -f conftest.er1
23262 cat conftest.err >&5
23263 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
23264 (exit $ac_status); } && {
23265 test -z "$ac_c_werror_flag" ||
23266 test ! -s conftest.err
23267 } && test -s conftest.$ac_objext; then
23268 ac_cv_member_struct_stat_st_blocks=yes
23269 else
23270 $as_echo "$as_me: failed program was:" >&5
23271 sed 's/^/| /' conftest.$ac_ext >&5
23273 cat >conftest.$ac_ext <<_ACEOF
23274 /* confdefs.h. */
23275 _ACEOF
23276 cat confdefs.h >>conftest.$ac_ext
23277 cat >>conftest.$ac_ext <<_ACEOF
23278 /* end confdefs.h. */
23279 $ac_includes_default
23281 main ()
23283 static struct stat ac_aggr;
23284 if (sizeof ac_aggr.st_blocks)
23285 return 0;
23287 return 0;
23289 _ACEOF
23290 rm -f conftest.$ac_objext
23291 if { (ac_try="$ac_compile"
23292 case "(($ac_try" in
23293 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23294 *) ac_try_echo=$ac_try;;
23295 esac
23296 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
23297 $as_echo "$ac_try_echo") >&5
23298 (eval "$ac_compile") 2>conftest.er1
23299 ac_status=$?
23300 grep -v '^ *+' conftest.er1 >conftest.err
23301 rm -f conftest.er1
23302 cat conftest.err >&5
23303 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
23304 (exit $ac_status); } && {
23305 test -z "$ac_c_werror_flag" ||
23306 test ! -s conftest.err
23307 } && test -s conftest.$ac_objext; then
23308 ac_cv_member_struct_stat_st_blocks=yes
23309 else
23310 $as_echo "$as_me: failed program was:" >&5
23311 sed 's/^/| /' conftest.$ac_ext >&5
23313 ac_cv_member_struct_stat_st_blocks=no
23316 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
23319 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
23321 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_stat_st_blocks" >&5
23322 $as_echo "$ac_cv_member_struct_stat_st_blocks" >&6; }
23323 if test "x$ac_cv_member_struct_stat_st_blocks" = x""yes; then
23325 cat >>confdefs.h <<_ACEOF
23326 #define HAVE_STRUCT_STAT_ST_BLOCKS 1
23327 _ACEOF
23331 { $as_echo "$as_me:$LINENO: checking for struct stat.st_mtim" >&5
23332 $as_echo_n "checking for struct stat.st_mtim... " >&6; }
23333 if test "${ac_cv_member_struct_stat_st_mtim+set}" = set; then
23334 $as_echo_n "(cached) " >&6
23335 else
23336 cat >conftest.$ac_ext <<_ACEOF
23337 /* confdefs.h. */
23338 _ACEOF
23339 cat confdefs.h >>conftest.$ac_ext
23340 cat >>conftest.$ac_ext <<_ACEOF
23341 /* end confdefs.h. */
23342 $ac_includes_default
23344 main ()
23346 static struct stat ac_aggr;
23347 if (ac_aggr.st_mtim)
23348 return 0;
23350 return 0;
23352 _ACEOF
23353 rm -f conftest.$ac_objext
23354 if { (ac_try="$ac_compile"
23355 case "(($ac_try" in
23356 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23357 *) ac_try_echo=$ac_try;;
23358 esac
23359 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
23360 $as_echo "$ac_try_echo") >&5
23361 (eval "$ac_compile") 2>conftest.er1
23362 ac_status=$?
23363 grep -v '^ *+' conftest.er1 >conftest.err
23364 rm -f conftest.er1
23365 cat conftest.err >&5
23366 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
23367 (exit $ac_status); } && {
23368 test -z "$ac_c_werror_flag" ||
23369 test ! -s conftest.err
23370 } && test -s conftest.$ac_objext; then
23371 ac_cv_member_struct_stat_st_mtim=yes
23372 else
23373 $as_echo "$as_me: failed program was:" >&5
23374 sed 's/^/| /' conftest.$ac_ext >&5
23376 cat >conftest.$ac_ext <<_ACEOF
23377 /* confdefs.h. */
23378 _ACEOF
23379 cat confdefs.h >>conftest.$ac_ext
23380 cat >>conftest.$ac_ext <<_ACEOF
23381 /* end confdefs.h. */
23382 $ac_includes_default
23384 main ()
23386 static struct stat ac_aggr;
23387 if (sizeof ac_aggr.st_mtim)
23388 return 0;
23390 return 0;
23392 _ACEOF
23393 rm -f conftest.$ac_objext
23394 if { (ac_try="$ac_compile"
23395 case "(($ac_try" in
23396 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23397 *) ac_try_echo=$ac_try;;
23398 esac
23399 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
23400 $as_echo "$ac_try_echo") >&5
23401 (eval "$ac_compile") 2>conftest.er1
23402 ac_status=$?
23403 grep -v '^ *+' conftest.er1 >conftest.err
23404 rm -f conftest.er1
23405 cat conftest.err >&5
23406 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
23407 (exit $ac_status); } && {
23408 test -z "$ac_c_werror_flag" ||
23409 test ! -s conftest.err
23410 } && test -s conftest.$ac_objext; then
23411 ac_cv_member_struct_stat_st_mtim=yes
23412 else
23413 $as_echo "$as_me: failed program was:" >&5
23414 sed 's/^/| /' conftest.$ac_ext >&5
23416 ac_cv_member_struct_stat_st_mtim=no
23419 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
23422 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
23424 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_stat_st_mtim" >&5
23425 $as_echo "$ac_cv_member_struct_stat_st_mtim" >&6; }
23426 if test "x$ac_cv_member_struct_stat_st_mtim" = x""yes; then
23428 cat >>confdefs.h <<_ACEOF
23429 #define HAVE_STRUCT_STAT_ST_MTIM 1
23430 _ACEOF
23434 { $as_echo "$as_me:$LINENO: checking for struct stat.st_ctim" >&5
23435 $as_echo_n "checking for struct stat.st_ctim... " >&6; }
23436 if test "${ac_cv_member_struct_stat_st_ctim+set}" = set; then
23437 $as_echo_n "(cached) " >&6
23438 else
23439 cat >conftest.$ac_ext <<_ACEOF
23440 /* confdefs.h. */
23441 _ACEOF
23442 cat confdefs.h >>conftest.$ac_ext
23443 cat >>conftest.$ac_ext <<_ACEOF
23444 /* end confdefs.h. */
23445 $ac_includes_default
23447 main ()
23449 static struct stat ac_aggr;
23450 if (ac_aggr.st_ctim)
23451 return 0;
23453 return 0;
23455 _ACEOF
23456 rm -f conftest.$ac_objext
23457 if { (ac_try="$ac_compile"
23458 case "(($ac_try" in
23459 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23460 *) ac_try_echo=$ac_try;;
23461 esac
23462 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
23463 $as_echo "$ac_try_echo") >&5
23464 (eval "$ac_compile") 2>conftest.er1
23465 ac_status=$?
23466 grep -v '^ *+' conftest.er1 >conftest.err
23467 rm -f conftest.er1
23468 cat conftest.err >&5
23469 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
23470 (exit $ac_status); } && {
23471 test -z "$ac_c_werror_flag" ||
23472 test ! -s conftest.err
23473 } && test -s conftest.$ac_objext; then
23474 ac_cv_member_struct_stat_st_ctim=yes
23475 else
23476 $as_echo "$as_me: failed program was:" >&5
23477 sed 's/^/| /' conftest.$ac_ext >&5
23479 cat >conftest.$ac_ext <<_ACEOF
23480 /* confdefs.h. */
23481 _ACEOF
23482 cat confdefs.h >>conftest.$ac_ext
23483 cat >>conftest.$ac_ext <<_ACEOF
23484 /* end confdefs.h. */
23485 $ac_includes_default
23487 main ()
23489 static struct stat ac_aggr;
23490 if (sizeof ac_aggr.st_ctim)
23491 return 0;
23493 return 0;
23495 _ACEOF
23496 rm -f conftest.$ac_objext
23497 if { (ac_try="$ac_compile"
23498 case "(($ac_try" in
23499 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23500 *) ac_try_echo=$ac_try;;
23501 esac
23502 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
23503 $as_echo "$ac_try_echo") >&5
23504 (eval "$ac_compile") 2>conftest.er1
23505 ac_status=$?
23506 grep -v '^ *+' conftest.er1 >conftest.err
23507 rm -f conftest.er1
23508 cat conftest.err >&5
23509 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
23510 (exit $ac_status); } && {
23511 test -z "$ac_c_werror_flag" ||
23512 test ! -s conftest.err
23513 } && test -s conftest.$ac_objext; then
23514 ac_cv_member_struct_stat_st_ctim=yes
23515 else
23516 $as_echo "$as_me: failed program was:" >&5
23517 sed 's/^/| /' conftest.$ac_ext >&5
23519 ac_cv_member_struct_stat_st_ctim=no
23522 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
23525 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
23527 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_stat_st_ctim" >&5
23528 $as_echo "$ac_cv_member_struct_stat_st_ctim" >&6; }
23529 if test "x$ac_cv_member_struct_stat_st_ctim" = x""yes; then
23531 cat >>confdefs.h <<_ACEOF
23532 #define HAVE_STRUCT_STAT_ST_CTIM 1
23533 _ACEOF
23537 { $as_echo "$as_me:$LINENO: checking for struct stat.st_atim" >&5
23538 $as_echo_n "checking for struct stat.st_atim... " >&6; }
23539 if test "${ac_cv_member_struct_stat_st_atim+set}" = set; then
23540 $as_echo_n "(cached) " >&6
23541 else
23542 cat >conftest.$ac_ext <<_ACEOF
23543 /* confdefs.h. */
23544 _ACEOF
23545 cat confdefs.h >>conftest.$ac_ext
23546 cat >>conftest.$ac_ext <<_ACEOF
23547 /* end confdefs.h. */
23548 $ac_includes_default
23550 main ()
23552 static struct stat ac_aggr;
23553 if (ac_aggr.st_atim)
23554 return 0;
23556 return 0;
23558 _ACEOF
23559 rm -f conftest.$ac_objext
23560 if { (ac_try="$ac_compile"
23561 case "(($ac_try" in
23562 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23563 *) ac_try_echo=$ac_try;;
23564 esac
23565 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
23566 $as_echo "$ac_try_echo") >&5
23567 (eval "$ac_compile") 2>conftest.er1
23568 ac_status=$?
23569 grep -v '^ *+' conftest.er1 >conftest.err
23570 rm -f conftest.er1
23571 cat conftest.err >&5
23572 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
23573 (exit $ac_status); } && {
23574 test -z "$ac_c_werror_flag" ||
23575 test ! -s conftest.err
23576 } && test -s conftest.$ac_objext; then
23577 ac_cv_member_struct_stat_st_atim=yes
23578 else
23579 $as_echo "$as_me: failed program was:" >&5
23580 sed 's/^/| /' conftest.$ac_ext >&5
23582 cat >conftest.$ac_ext <<_ACEOF
23583 /* confdefs.h. */
23584 _ACEOF
23585 cat confdefs.h >>conftest.$ac_ext
23586 cat >>conftest.$ac_ext <<_ACEOF
23587 /* end confdefs.h. */
23588 $ac_includes_default
23590 main ()
23592 static struct stat ac_aggr;
23593 if (sizeof ac_aggr.st_atim)
23594 return 0;
23596 return 0;
23598 _ACEOF
23599 rm -f conftest.$ac_objext
23600 if { (ac_try="$ac_compile"
23601 case "(($ac_try" in
23602 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23603 *) ac_try_echo=$ac_try;;
23604 esac
23605 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
23606 $as_echo "$ac_try_echo") >&5
23607 (eval "$ac_compile") 2>conftest.er1
23608 ac_status=$?
23609 grep -v '^ *+' conftest.er1 >conftest.err
23610 rm -f conftest.er1
23611 cat conftest.err >&5
23612 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
23613 (exit $ac_status); } && {
23614 test -z "$ac_c_werror_flag" ||
23615 test ! -s conftest.err
23616 } && test -s conftest.$ac_objext; then
23617 ac_cv_member_struct_stat_st_atim=yes
23618 else
23619 $as_echo "$as_me: failed program was:" >&5
23620 sed 's/^/| /' conftest.$ac_ext >&5
23622 ac_cv_member_struct_stat_st_atim=no
23625 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
23628 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
23630 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_stat_st_atim" >&5
23631 $as_echo "$ac_cv_member_struct_stat_st_atim" >&6; }
23632 if test "x$ac_cv_member_struct_stat_st_atim" = x""yes; then
23634 cat >>confdefs.h <<_ACEOF
23635 #define HAVE_STRUCT_STAT_ST_ATIM 1
23636 _ACEOF
23642 { $as_echo "$as_me:$LINENO: checking for struct sockaddr_in6.sin6_scope_id" >&5
23643 $as_echo_n "checking for struct sockaddr_in6.sin6_scope_id... " >&6; }
23644 if test "${ac_cv_member_struct_sockaddr_in6_sin6_scope_id+set}" = set; then
23645 $as_echo_n "(cached) " >&6
23646 else
23647 cat >conftest.$ac_ext <<_ACEOF
23648 /* confdefs.h. */
23649 _ACEOF
23650 cat confdefs.h >>conftest.$ac_ext
23651 cat >>conftest.$ac_ext <<_ACEOF
23652 /* end confdefs.h. */
23653 #ifdef HAVE_SYS_TYPES_H
23654 #include <sys/types.h>
23655 #endif
23656 #ifdef HAVE_NETINET_IN_H
23657 #include <netinet/in.h>
23658 #endif
23661 main ()
23663 static struct sockaddr_in6 ac_aggr;
23664 if (ac_aggr.sin6_scope_id)
23665 return 0;
23667 return 0;
23669 _ACEOF
23670 rm -f conftest.$ac_objext
23671 if { (ac_try="$ac_compile"
23672 case "(($ac_try" in
23673 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23674 *) ac_try_echo=$ac_try;;
23675 esac
23676 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
23677 $as_echo "$ac_try_echo") >&5
23678 (eval "$ac_compile") 2>conftest.er1
23679 ac_status=$?
23680 grep -v '^ *+' conftest.er1 >conftest.err
23681 rm -f conftest.er1
23682 cat conftest.err >&5
23683 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
23684 (exit $ac_status); } && {
23685 test -z "$ac_c_werror_flag" ||
23686 test ! -s conftest.err
23687 } && test -s conftest.$ac_objext; then
23688 ac_cv_member_struct_sockaddr_in6_sin6_scope_id=yes
23689 else
23690 $as_echo "$as_me: failed program was:" >&5
23691 sed 's/^/| /' conftest.$ac_ext >&5
23693 cat >conftest.$ac_ext <<_ACEOF
23694 /* confdefs.h. */
23695 _ACEOF
23696 cat confdefs.h >>conftest.$ac_ext
23697 cat >>conftest.$ac_ext <<_ACEOF
23698 /* end confdefs.h. */
23699 #ifdef HAVE_SYS_TYPES_H
23700 #include <sys/types.h>
23701 #endif
23702 #ifdef HAVE_NETINET_IN_H
23703 #include <netinet/in.h>
23704 #endif
23707 main ()
23709 static struct sockaddr_in6 ac_aggr;
23710 if (sizeof ac_aggr.sin6_scope_id)
23711 return 0;
23713 return 0;
23715 _ACEOF
23716 rm -f conftest.$ac_objext
23717 if { (ac_try="$ac_compile"
23718 case "(($ac_try" in
23719 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23720 *) ac_try_echo=$ac_try;;
23721 esac
23722 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
23723 $as_echo "$ac_try_echo") >&5
23724 (eval "$ac_compile") 2>conftest.er1
23725 ac_status=$?
23726 grep -v '^ *+' conftest.er1 >conftest.err
23727 rm -f conftest.er1
23728 cat conftest.err >&5
23729 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
23730 (exit $ac_status); } && {
23731 test -z "$ac_c_werror_flag" ||
23732 test ! -s conftest.err
23733 } && test -s conftest.$ac_objext; then
23734 ac_cv_member_struct_sockaddr_in6_sin6_scope_id=yes
23735 else
23736 $as_echo "$as_me: failed program was:" >&5
23737 sed 's/^/| /' conftest.$ac_ext >&5
23739 ac_cv_member_struct_sockaddr_in6_sin6_scope_id=no
23742 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
23745 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
23747 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_sockaddr_in6_sin6_scope_id" >&5
23748 $as_echo "$ac_cv_member_struct_sockaddr_in6_sin6_scope_id" >&6; }
23749 if test "x$ac_cv_member_struct_sockaddr_in6_sin6_scope_id" = x""yes; then
23751 cat >>confdefs.h <<_ACEOF
23752 #define HAVE_STRUCT_SOCKADDR_IN6_SIN6_SCOPE_ID 1
23753 _ACEOF
23759 { $as_echo "$as_me:$LINENO: checking for ns_msg._msg_ptr" >&5
23760 $as_echo_n "checking for ns_msg._msg_ptr... " >&6; }
23761 if test "${ac_cv_member_ns_msg__msg_ptr+set}" = set; then
23762 $as_echo_n "(cached) " >&6
23763 else
23764 cat >conftest.$ac_ext <<_ACEOF
23765 /* confdefs.h. */
23766 _ACEOF
23767 cat confdefs.h >>conftest.$ac_ext
23768 cat >>conftest.$ac_ext <<_ACEOF
23769 /* end confdefs.h. */
23770 #ifdef HAVE_SYS_TYPES_H
23771 #include <sys/types.h>
23772 #endif
23773 #ifdef HAVE_NETINET_IN_H
23774 # include <netinet/in.h>
23775 #endif
23776 #ifdef HAVE_ARPA_NAMESER_H
23777 # include <arpa/nameser.h>
23778 #endif
23781 main ()
23783 static ns_msg ac_aggr;
23784 if (ac_aggr._msg_ptr)
23785 return 0;
23787 return 0;
23789 _ACEOF
23790 rm -f conftest.$ac_objext
23791 if { (ac_try="$ac_compile"
23792 case "(($ac_try" in
23793 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23794 *) ac_try_echo=$ac_try;;
23795 esac
23796 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
23797 $as_echo "$ac_try_echo") >&5
23798 (eval "$ac_compile") 2>conftest.er1
23799 ac_status=$?
23800 grep -v '^ *+' conftest.er1 >conftest.err
23801 rm -f conftest.er1
23802 cat conftest.err >&5
23803 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
23804 (exit $ac_status); } && {
23805 test -z "$ac_c_werror_flag" ||
23806 test ! -s conftest.err
23807 } && test -s conftest.$ac_objext; then
23808 ac_cv_member_ns_msg__msg_ptr=yes
23809 else
23810 $as_echo "$as_me: failed program was:" >&5
23811 sed 's/^/| /' conftest.$ac_ext >&5
23813 cat >conftest.$ac_ext <<_ACEOF
23814 /* confdefs.h. */
23815 _ACEOF
23816 cat confdefs.h >>conftest.$ac_ext
23817 cat >>conftest.$ac_ext <<_ACEOF
23818 /* end confdefs.h. */
23819 #ifdef HAVE_SYS_TYPES_H
23820 #include <sys/types.h>
23821 #endif
23822 #ifdef HAVE_NETINET_IN_H
23823 # include <netinet/in.h>
23824 #endif
23825 #ifdef HAVE_ARPA_NAMESER_H
23826 # include <arpa/nameser.h>
23827 #endif
23830 main ()
23832 static ns_msg ac_aggr;
23833 if (sizeof ac_aggr._msg_ptr)
23834 return 0;
23836 return 0;
23838 _ACEOF
23839 rm -f conftest.$ac_objext
23840 if { (ac_try="$ac_compile"
23841 case "(($ac_try" in
23842 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23843 *) ac_try_echo=$ac_try;;
23844 esac
23845 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
23846 $as_echo "$ac_try_echo") >&5
23847 (eval "$ac_compile") 2>conftest.er1
23848 ac_status=$?
23849 grep -v '^ *+' conftest.er1 >conftest.err
23850 rm -f conftest.er1
23851 cat conftest.err >&5
23852 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
23853 (exit $ac_status); } && {
23854 test -z "$ac_c_werror_flag" ||
23855 test ! -s conftest.err
23856 } && test -s conftest.$ac_objext; then
23857 ac_cv_member_ns_msg__msg_ptr=yes
23858 else
23859 $as_echo "$as_me: failed program was:" >&5
23860 sed 's/^/| /' conftest.$ac_ext >&5
23862 ac_cv_member_ns_msg__msg_ptr=no
23865 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
23868 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
23870 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_ns_msg__msg_ptr" >&5
23871 $as_echo "$ac_cv_member_ns_msg__msg_ptr" >&6; }
23872 if test "x$ac_cv_member_ns_msg__msg_ptr" = x""yes; then
23874 cat >>confdefs.h <<_ACEOF
23875 #define HAVE_NS_MSG__MSG_PTR 1
23876 _ACEOF
23882 { $as_echo "$as_me:$LINENO: checking for struct icmpstat.icps_outhist" >&5
23883 $as_echo_n "checking for struct icmpstat.icps_outhist... " >&6; }
23884 if test "${ac_cv_member_struct_icmpstat_icps_outhist+set}" = set; then
23885 $as_echo_n "(cached) " >&6
23886 else
23887 cat >conftest.$ac_ext <<_ACEOF
23888 /* confdefs.h. */
23889 _ACEOF
23890 cat confdefs.h >>conftest.$ac_ext
23891 cat >>conftest.$ac_ext <<_ACEOF
23892 /* end confdefs.h. */
23893 #ifdef HAVE_SYS_TYPES_H
23894 #include <sys/types.h>
23895 #endif
23896 #ifdef HAVE_ALIAS_H
23897 #include <alias.h>
23898 #endif
23899 #ifdef HAVE_SYS_SOCKET_H
23900 #include <sys/socket.h>
23901 #endif
23902 #ifdef HAVE_SYS_SOCKETVAR_H
23903 #include <sys/socketvar.h>
23904 #endif
23905 #ifdef HAVE_SYS_TIMEOUT_H
23906 #include <sys/timeout.h>
23907 #endif
23908 #ifdef HAVE_NETINET_IN_H
23909 #include <netinet/in.h>
23910 #endif
23911 #ifdef HAVE_NETINET_IN_SYSTM_H
23912 #include <netinet/in_systm.h>
23913 #endif
23914 #ifdef HAVE_NETINET_IP_H
23915 #include <netinet/ip.h>
23916 #endif
23917 #ifdef HAVE_NETINET_IP_VAR_H
23918 #include <netinet/ip_var.h>
23919 #endif
23920 #ifdef HAVE_NETINET_IP_ICMP_H
23921 #include <netinet/ip_icmp.h>
23922 #endif
23923 #ifdef HAVE_NETINET_ICMP_VAR
23924 #include <netinet/icmp_var.h>
23925 #endif
23928 main ()
23930 static struct icmpstat ac_aggr;
23931 if (ac_aggr.icps_outhist)
23932 return 0;
23934 return 0;
23936 _ACEOF
23937 rm -f conftest.$ac_objext
23938 if { (ac_try="$ac_compile"
23939 case "(($ac_try" in
23940 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23941 *) ac_try_echo=$ac_try;;
23942 esac
23943 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
23944 $as_echo "$ac_try_echo") >&5
23945 (eval "$ac_compile") 2>conftest.er1
23946 ac_status=$?
23947 grep -v '^ *+' conftest.er1 >conftest.err
23948 rm -f conftest.er1
23949 cat conftest.err >&5
23950 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
23951 (exit $ac_status); } && {
23952 test -z "$ac_c_werror_flag" ||
23953 test ! -s conftest.err
23954 } && test -s conftest.$ac_objext; then
23955 ac_cv_member_struct_icmpstat_icps_outhist=yes
23956 else
23957 $as_echo "$as_me: failed program was:" >&5
23958 sed 's/^/| /' conftest.$ac_ext >&5
23960 cat >conftest.$ac_ext <<_ACEOF
23961 /* confdefs.h. */
23962 _ACEOF
23963 cat confdefs.h >>conftest.$ac_ext
23964 cat >>conftest.$ac_ext <<_ACEOF
23965 /* end confdefs.h. */
23966 #ifdef HAVE_SYS_TYPES_H
23967 #include <sys/types.h>
23968 #endif
23969 #ifdef HAVE_ALIAS_H
23970 #include <alias.h>
23971 #endif
23972 #ifdef HAVE_SYS_SOCKET_H
23973 #include <sys/socket.h>
23974 #endif
23975 #ifdef HAVE_SYS_SOCKETVAR_H
23976 #include <sys/socketvar.h>
23977 #endif
23978 #ifdef HAVE_SYS_TIMEOUT_H
23979 #include <sys/timeout.h>
23980 #endif
23981 #ifdef HAVE_NETINET_IN_H
23982 #include <netinet/in.h>
23983 #endif
23984 #ifdef HAVE_NETINET_IN_SYSTM_H
23985 #include <netinet/in_systm.h>
23986 #endif
23987 #ifdef HAVE_NETINET_IP_H
23988 #include <netinet/ip.h>
23989 #endif
23990 #ifdef HAVE_NETINET_IP_VAR_H
23991 #include <netinet/ip_var.h>
23992 #endif
23993 #ifdef HAVE_NETINET_IP_ICMP_H
23994 #include <netinet/ip_icmp.h>
23995 #endif
23996 #ifdef HAVE_NETINET_ICMP_VAR
23997 #include <netinet/icmp_var.h>
23998 #endif
24001 main ()
24003 static struct icmpstat ac_aggr;
24004 if (sizeof ac_aggr.icps_outhist)
24005 return 0;
24007 return 0;
24009 _ACEOF
24010 rm -f conftest.$ac_objext
24011 if { (ac_try="$ac_compile"
24012 case "(($ac_try" in
24013 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
24014 *) ac_try_echo=$ac_try;;
24015 esac
24016 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
24017 $as_echo "$ac_try_echo") >&5
24018 (eval "$ac_compile") 2>conftest.er1
24019 ac_status=$?
24020 grep -v '^ *+' conftest.er1 >conftest.err
24021 rm -f conftest.er1
24022 cat conftest.err >&5
24023 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
24024 (exit $ac_status); } && {
24025 test -z "$ac_c_werror_flag" ||
24026 test ! -s conftest.err
24027 } && test -s conftest.$ac_objext; then
24028 ac_cv_member_struct_icmpstat_icps_outhist=yes
24029 else
24030 $as_echo "$as_me: failed program was:" >&5
24031 sed 's/^/| /' conftest.$ac_ext >&5
24033 ac_cv_member_struct_icmpstat_icps_outhist=no
24036 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
24039 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
24041 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_icmpstat_icps_outhist" >&5
24042 $as_echo "$ac_cv_member_struct_icmpstat_icps_outhist" >&6; }
24043 if test "x$ac_cv_member_struct_icmpstat_icps_outhist" = x""yes; then
24045 cat >>confdefs.h <<_ACEOF
24046 #define HAVE_STRUCT_ICMPSTAT_ICPS_OUTHIST 1
24047 _ACEOF
24053 { $as_echo "$as_me:$LINENO: checking for timezone variable" >&5
24054 $as_echo_n "checking for timezone variable... " >&6; }
24055 if test "${ac_cv_have_timezone+set}" = set; then
24056 $as_echo_n "(cached) " >&6
24057 else
24058 cat >conftest.$ac_ext <<_ACEOF
24059 /* confdefs.h. */
24060 _ACEOF
24061 cat confdefs.h >>conftest.$ac_ext
24062 cat >>conftest.$ac_ext <<_ACEOF
24063 /* end confdefs.h. */
24064 #include <time.h>
24066 main ()
24068 timezone = 1
24070 return 0;
24072 _ACEOF
24073 rm -f conftest.$ac_objext conftest$ac_exeext
24074 if { (ac_try="$ac_link"
24075 case "(($ac_try" in
24076 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
24077 *) ac_try_echo=$ac_try;;
24078 esac
24079 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
24080 $as_echo "$ac_try_echo") >&5
24081 (eval "$ac_link") 2>conftest.er1
24082 ac_status=$?
24083 grep -v '^ *+' conftest.er1 >conftest.err
24084 rm -f conftest.er1
24085 cat conftest.err >&5
24086 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
24087 (exit $ac_status); } && {
24088 test -z "$ac_c_werror_flag" ||
24089 test ! -s conftest.err
24090 } && test -s conftest$ac_exeext && {
24091 test "$cross_compiling" = yes ||
24092 $as_test_x conftest$ac_exeext
24093 }; then
24094 ac_cv_have_timezone="yes"
24095 else
24096 $as_echo "$as_me: failed program was:" >&5
24097 sed 's/^/| /' conftest.$ac_ext >&5
24099 ac_cv_have_timezone="no"
24102 rm -rf conftest.dSYM
24103 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
24104 conftest$ac_exeext conftest.$ac_ext
24106 { $as_echo "$as_me:$LINENO: result: $ac_cv_have_timezone" >&5
24107 $as_echo "$ac_cv_have_timezone" >&6; }
24108 if test "$ac_cv_have_timezone" = "yes"
24109 then
24111 cat >>confdefs.h <<\_ACEOF
24112 #define HAVE_TIMEZONE 1
24113 _ACEOF
24116 { $as_echo "$as_me:$LINENO: checking for daylight variable" >&5
24117 $as_echo_n "checking for daylight variable... " >&6; }
24118 if test "${ac_cv_have_daylight+set}" = set; then
24119 $as_echo_n "(cached) " >&6
24120 else
24121 cat >conftest.$ac_ext <<_ACEOF
24122 /* confdefs.h. */
24123 _ACEOF
24124 cat confdefs.h >>conftest.$ac_ext
24125 cat >>conftest.$ac_ext <<_ACEOF
24126 /* end confdefs.h. */
24127 #include <time.h>
24129 main ()
24131 daylight = 1
24133 return 0;
24135 _ACEOF
24136 rm -f conftest.$ac_objext conftest$ac_exeext
24137 if { (ac_try="$ac_link"
24138 case "(($ac_try" in
24139 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
24140 *) ac_try_echo=$ac_try;;
24141 esac
24142 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
24143 $as_echo "$ac_try_echo") >&5
24144 (eval "$ac_link") 2>conftest.er1
24145 ac_status=$?
24146 grep -v '^ *+' conftest.er1 >conftest.err
24147 rm -f conftest.er1
24148 cat conftest.err >&5
24149 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
24150 (exit $ac_status); } && {
24151 test -z "$ac_c_werror_flag" ||
24152 test ! -s conftest.err
24153 } && test -s conftest$ac_exeext && {
24154 test "$cross_compiling" = yes ||
24155 $as_test_x conftest$ac_exeext
24156 }; then
24157 ac_cv_have_daylight="yes"
24158 else
24159 $as_echo "$as_me: failed program was:" >&5
24160 sed 's/^/| /' conftest.$ac_ext >&5
24162 ac_cv_have_daylight="no"
24165 rm -rf conftest.dSYM
24166 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
24167 conftest$ac_exeext conftest.$ac_ext
24169 { $as_echo "$as_me:$LINENO: result: $ac_cv_have_daylight" >&5
24170 $as_echo "$ac_cv_have_daylight" >&6; }
24171 if test "$ac_cv_have_daylight" = "yes"
24172 then
24174 cat >>confdefs.h <<\_ACEOF
24175 #define HAVE_DAYLIGHT 1
24176 _ACEOF
24180 { $as_echo "$as_me:$LINENO: checking for isinf" >&5
24181 $as_echo_n "checking for isinf... " >&6; }
24182 if test "${ac_cv_have_isinf+set}" = set; then
24183 $as_echo_n "(cached) " >&6
24184 else
24185 cat >conftest.$ac_ext <<_ACEOF
24186 /* confdefs.h. */
24187 _ACEOF
24188 cat confdefs.h >>conftest.$ac_ext
24189 cat >>conftest.$ac_ext <<_ACEOF
24190 /* end confdefs.h. */
24191 #include <math.h>
24193 main ()
24195 float f = 0.0; int i=isinf(f)
24197 return 0;
24199 _ACEOF
24200 rm -f conftest.$ac_objext conftest$ac_exeext
24201 if { (ac_try="$ac_link"
24202 case "(($ac_try" in
24203 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
24204 *) ac_try_echo=$ac_try;;
24205 esac
24206 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
24207 $as_echo "$ac_try_echo") >&5
24208 (eval "$ac_link") 2>conftest.er1
24209 ac_status=$?
24210 grep -v '^ *+' conftest.er1 >conftest.err
24211 rm -f conftest.er1
24212 cat conftest.err >&5
24213 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
24214 (exit $ac_status); } && {
24215 test -z "$ac_c_werror_flag" ||
24216 test ! -s conftest.err
24217 } && test -s conftest$ac_exeext && {
24218 test "$cross_compiling" = yes ||
24219 $as_test_x conftest$ac_exeext
24220 }; then
24221 ac_cv_have_isinf="yes"
24222 else
24223 $as_echo "$as_me: failed program was:" >&5
24224 sed 's/^/| /' conftest.$ac_ext >&5
24226 ac_cv_have_isinf="no"
24229 rm -rf conftest.dSYM
24230 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
24231 conftest$ac_exeext conftest.$ac_ext
24233 { $as_echo "$as_me:$LINENO: result: $ac_cv_have_isinf" >&5
24234 $as_echo "$ac_cv_have_isinf" >&6; }
24235 if test "$ac_cv_have_isinf" = "yes"
24236 then
24238 cat >>confdefs.h <<\_ACEOF
24239 #define HAVE_ISINF 1
24240 _ACEOF
24244 { $as_echo "$as_me:$LINENO: checking for isnan" >&5
24245 $as_echo_n "checking for isnan... " >&6; }
24246 if test "${ac_cv_have_isnan+set}" = set; then
24247 $as_echo_n "(cached) " >&6
24248 else
24249 cat >conftest.$ac_ext <<_ACEOF
24250 /* confdefs.h. */
24251 _ACEOF
24252 cat confdefs.h >>conftest.$ac_ext
24253 cat >>conftest.$ac_ext <<_ACEOF
24254 /* end confdefs.h. */
24255 #include <math.h>
24257 main ()
24259 float f = 0.0; int i=isnan(f)
24261 return 0;
24263 _ACEOF
24264 rm -f conftest.$ac_objext conftest$ac_exeext
24265 if { (ac_try="$ac_link"
24266 case "(($ac_try" in
24267 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
24268 *) ac_try_echo=$ac_try;;
24269 esac
24270 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
24271 $as_echo "$ac_try_echo") >&5
24272 (eval "$ac_link") 2>conftest.er1
24273 ac_status=$?
24274 grep -v '^ *+' conftest.er1 >conftest.err
24275 rm -f conftest.er1
24276 cat conftest.err >&5
24277 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
24278 (exit $ac_status); } && {
24279 test -z "$ac_c_werror_flag" ||
24280 test ! -s conftest.err
24281 } && test -s conftest$ac_exeext && {
24282 test "$cross_compiling" = yes ||
24283 $as_test_x conftest$ac_exeext
24284 }; then
24285 ac_cv_have_isnan="yes"
24286 else
24287 $as_echo "$as_me: failed program was:" >&5
24288 sed 's/^/| /' conftest.$ac_ext >&5
24290 ac_cv_have_isnan="no"
24293 rm -rf conftest.dSYM
24294 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
24295 conftest$ac_exeext conftest.$ac_ext
24297 { $as_echo "$as_me:$LINENO: result: $ac_cv_have_isnan" >&5
24298 $as_echo "$ac_cv_have_isnan" >&6; }
24299 if test "$ac_cv_have_isnan" = "yes"
24300 then
24302 cat >>confdefs.h <<\_ACEOF
24303 #define HAVE_ISNAN 1
24304 _ACEOF
24309 case $host_cpu in
24310 *i[3456789]86*) { $as_echo "$as_me:$LINENO: checking whether we need to define __i386__" >&5
24311 $as_echo_n "checking whether we need to define __i386__... " >&6; }
24312 if test "${ac_cv_cpp_def___i386__+set}" = set; then
24313 $as_echo_n "(cached) " >&6
24314 else
24315 cat >conftest.$ac_ext <<_ACEOF
24316 /* confdefs.h. */
24317 _ACEOF
24318 cat confdefs.h >>conftest.$ac_ext
24319 cat >>conftest.$ac_ext <<_ACEOF
24320 /* end confdefs.h. */
24321 #ifndef __i386__
24323 #endif
24324 _ACEOF
24325 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
24326 $EGREP "yes" >/dev/null 2>&1; then
24327 ac_cv_cpp_def___i386__=yes
24328 else
24329 ac_cv_cpp_def___i386__=no
24331 rm -f conftest*
24334 { $as_echo "$as_me:$LINENO: result: $ac_cv_cpp_def___i386__" >&5
24335 $as_echo "$ac_cv_cpp_def___i386__" >&6; }
24336 if test $ac_cv_cpp_def___i386__ = yes; then
24337 CFLAGS="$CFLAGS -D__i386__"
24338 LINTFLAGS="$LINTFLAGS -D__i386__"
24341 *x86_64*) { $as_echo "$as_me:$LINENO: checking whether we need to define __x86_64__" >&5
24342 $as_echo_n "checking whether we need to define __x86_64__... " >&6; }
24343 if test "${ac_cv_cpp_def___x86_64__+set}" = set; then
24344 $as_echo_n "(cached) " >&6
24345 else
24346 cat >conftest.$ac_ext <<_ACEOF
24347 /* confdefs.h. */
24348 _ACEOF
24349 cat confdefs.h >>conftest.$ac_ext
24350 cat >>conftest.$ac_ext <<_ACEOF
24351 /* end confdefs.h. */
24352 #ifndef __x86_64__
24354 #endif
24355 _ACEOF
24356 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
24357 $EGREP "yes" >/dev/null 2>&1; then
24358 ac_cv_cpp_def___x86_64__=yes
24359 else
24360 ac_cv_cpp_def___x86_64__=no
24362 rm -f conftest*
24365 { $as_echo "$as_me:$LINENO: result: $ac_cv_cpp_def___x86_64__" >&5
24366 $as_echo "$ac_cv_cpp_def___x86_64__" >&6; }
24367 if test $ac_cv_cpp_def___x86_64__ = yes; then
24368 CFLAGS="$CFLAGS -D__x86_64__"
24369 LINTFLAGS="$LINTFLAGS -D__x86_64__"
24372 *alpha*) { $as_echo "$as_me:$LINENO: checking whether we need to define __ALPHA__" >&5
24373 $as_echo_n "checking whether we need to define __ALPHA__... " >&6; }
24374 if test "${ac_cv_cpp_def___ALPHA__+set}" = set; then
24375 $as_echo_n "(cached) " >&6
24376 else
24377 cat >conftest.$ac_ext <<_ACEOF
24378 /* confdefs.h. */
24379 _ACEOF
24380 cat confdefs.h >>conftest.$ac_ext
24381 cat >>conftest.$ac_ext <<_ACEOF
24382 /* end confdefs.h. */
24383 #ifndef __ALPHA__
24385 #endif
24386 _ACEOF
24387 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
24388 $EGREP "yes" >/dev/null 2>&1; then
24389 ac_cv_cpp_def___ALPHA__=yes
24390 else
24391 ac_cv_cpp_def___ALPHA__=no
24393 rm -f conftest*
24396 { $as_echo "$as_me:$LINENO: result: $ac_cv_cpp_def___ALPHA__" >&5
24397 $as_echo "$ac_cv_cpp_def___ALPHA__" >&6; }
24398 if test $ac_cv_cpp_def___ALPHA__ = yes; then
24399 CFLAGS="$CFLAGS -D__ALPHA__"
24400 LINTFLAGS="$LINTFLAGS -D__ALPHA__"
24403 *sparc*) { $as_echo "$as_me:$LINENO: checking whether we need to define __sparc__" >&5
24404 $as_echo_n "checking whether we need to define __sparc__... " >&6; }
24405 if test "${ac_cv_cpp_def___sparc__+set}" = set; then
24406 $as_echo_n "(cached) " >&6
24407 else
24408 cat >conftest.$ac_ext <<_ACEOF
24409 /* confdefs.h. */
24410 _ACEOF
24411 cat confdefs.h >>conftest.$ac_ext
24412 cat >>conftest.$ac_ext <<_ACEOF
24413 /* end confdefs.h. */
24414 #ifndef __sparc__
24416 #endif
24417 _ACEOF
24418 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
24419 $EGREP "yes" >/dev/null 2>&1; then
24420 ac_cv_cpp_def___sparc__=yes
24421 else
24422 ac_cv_cpp_def___sparc__=no
24424 rm -f conftest*
24427 { $as_echo "$as_me:$LINENO: result: $ac_cv_cpp_def___sparc__" >&5
24428 $as_echo "$ac_cv_cpp_def___sparc__" >&6; }
24429 if test $ac_cv_cpp_def___sparc__ = yes; then
24430 CFLAGS="$CFLAGS -D__sparc__"
24431 LINTFLAGS="$LINTFLAGS -D__sparc__"
24434 *powerpc*) { $as_echo "$as_me:$LINENO: checking whether we need to define __powerpc__" >&5
24435 $as_echo_n "checking whether we need to define __powerpc__... " >&6; }
24436 if test "${ac_cv_cpp_def___powerpc__+set}" = set; then
24437 $as_echo_n "(cached) " >&6
24438 else
24439 cat >conftest.$ac_ext <<_ACEOF
24440 /* confdefs.h. */
24441 _ACEOF
24442 cat confdefs.h >>conftest.$ac_ext
24443 cat >>conftest.$ac_ext <<_ACEOF
24444 /* end confdefs.h. */
24445 #ifndef __powerpc__
24447 #endif
24448 _ACEOF
24449 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
24450 $EGREP "yes" >/dev/null 2>&1; then
24451 ac_cv_cpp_def___powerpc__=yes
24452 else
24453 ac_cv_cpp_def___powerpc__=no
24455 rm -f conftest*
24458 { $as_echo "$as_me:$LINENO: result: $ac_cv_cpp_def___powerpc__" >&5
24459 $as_echo "$ac_cv_cpp_def___powerpc__" >&6; }
24460 if test $ac_cv_cpp_def___powerpc__ = yes; then
24461 CFLAGS="$CFLAGS -D__powerpc__"
24462 LINTFLAGS="$LINTFLAGS -D__powerpc__"
24465 esac
24467 case $host_vendor in
24468 *sun*) { $as_echo "$as_me:$LINENO: checking whether we need to define __sun__" >&5
24469 $as_echo_n "checking whether we need to define __sun__... " >&6; }
24470 if test "${ac_cv_cpp_def___sun__+set}" = set; then
24471 $as_echo_n "(cached) " >&6
24472 else
24473 cat >conftest.$ac_ext <<_ACEOF
24474 /* confdefs.h. */
24475 _ACEOF
24476 cat confdefs.h >>conftest.$ac_ext
24477 cat >>conftest.$ac_ext <<_ACEOF
24478 /* end confdefs.h. */
24479 #ifndef __sun__
24481 #endif
24482 _ACEOF
24483 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
24484 $EGREP "yes" >/dev/null 2>&1; then
24485 ac_cv_cpp_def___sun__=yes
24486 else
24487 ac_cv_cpp_def___sun__=no
24489 rm -f conftest*
24492 { $as_echo "$as_me:$LINENO: result: $ac_cv_cpp_def___sun__" >&5
24493 $as_echo "$ac_cv_cpp_def___sun__" >&6; }
24494 if test $ac_cv_cpp_def___sun__ = yes; then
24495 CFLAGS="$CFLAGS -D__sun__"
24496 LINTFLAGS="$LINTFLAGS -D__sun__"
24499 esac
24502 DEPENDENCIES="### Dependencies:
24504 .INIT: Makefile
24505 .BEGIN: Makefile
24506 .MAKEFILEDEPS:
24507 Makefile: dummy
24508 -\$(MAKEDEP) -C\$(SRCDIR) -S\$(TOPSRCDIR) -T\$(TOPOBJDIR) \$(EXTRAINCL) \$(DEPEND_SRCS)
24510 \$(OBJS) \$(C_SRCS16:.c=.o): \$(IDL_GEN_HEADERS)
24511 \$(IDL_GEN_C_SRCS:.c=.o): \$(IDL_GEN_C_SRCS)
24512 \$(RC_SRCS:.rc=.res): \$(IDL_TLB_SRCS:.idl=.tlb)
24513 \$(LEX_SRCS:.l=.yy.o): \$(LEX_SRCS:.l=.yy.c)
24514 \$(BISON_SRCS:.y=.tab.o): \$(BISON_SRCS:.y=.tab.c)"
24517 ALL_MAKERULES=""
24519 ALL_MAKEFILES=""
24521 ALL_MAKEFILE_DEPENDS="# Makefile dependencies"
24524 ALL_TOP_DIRS=""
24526 ALL_DLL_DIRS=""
24528 ALL_IMPLIB_DIRS=""
24530 ALL_TEST_DIRS=""
24532 ALL_PROGRAM_DIRS=""
24534 ALL_PROGRAM_INSTALL_DIRS=""
24536 ALL_PROGRAM_BIN_INSTALL_DIRS=""
24542 ac_config_commands="$ac_config_commands include/stamp-h"
24545 ac_config_commands="$ac_config_commands dlls/gdi32/enhmfdrv"
24547 ac_config_commands="$ac_config_commands dlls/gdi32/mfdrv"
24549 ac_config_commands="$ac_config_commands dlls/kernel32/nls"
24551 ac_config_commands="$ac_config_commands dlls/user32/resources"
24553 ac_config_commands="$ac_config_commands dlls/wineps.drv/data"
24555 ac_config_commands="$ac_config_commands include/wine"
24558 ALL_MAKERULES="$ALL_MAKERULES \\
24559 Make.rules"
24560 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24561 Make.rules: Make.rules.in"
24562 MAKE_RULES=Make.rules
24563 ac_config_files="$ac_config_files Make.rules"
24565 ALL_MAKERULES="$ALL_MAKERULES \\
24566 dlls/Makedll.rules"
24567 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24568 dlls/Makedll.rules: dlls/Makedll.rules.in Make.rules"
24569 MAKE_DLL_RULES=dlls/Makedll.rules
24570 ac_config_files="$ac_config_files dlls/Makedll.rules"
24572 ALL_MAKERULES="$ALL_MAKERULES \\
24573 dlls/Makeimplib.rules"
24574 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24575 dlls/Makeimplib.rules: dlls/Makeimplib.rules.in Make.rules"
24576 MAKE_IMPLIB_RULES=dlls/Makeimplib.rules
24577 ac_config_files="$ac_config_files dlls/Makeimplib.rules"
24579 ALL_MAKERULES="$ALL_MAKERULES \\
24580 dlls/Maketest.rules"
24581 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24582 dlls/Maketest.rules: dlls/Maketest.rules.in Make.rules"
24583 MAKE_TEST_RULES=dlls/Maketest.rules
24584 ac_config_files="$ac_config_files dlls/Maketest.rules"
24586 ALL_MAKERULES="$ALL_MAKERULES \\
24587 programs/Makeprog.rules"
24588 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24589 programs/Makeprog.rules: programs/Makeprog.rules.in Make.rules"
24590 MAKE_PROG_RULES=programs/Makeprog.rules
24591 ac_config_files="$ac_config_files programs/Makeprog.rules"
24596 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24597 Makefile: Makefile.in Make.rules"
24598 ac_config_files="$ac_config_files Makefile"
24600 ALL_MAKEFILES="$ALL_MAKEFILES \\
24601 dlls/Makefile"
24602 test "x$enable_dlls" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
24603 dlls"
24604 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24605 dlls/Makefile: dlls/Makefile.in Make.rules"
24606 ac_config_files="$ac_config_files dlls/Makefile"
24608 ALL_MAKEFILES="$ALL_MAKEFILES \\
24609 dlls/acledit/Makefile"
24610 test "x$enable_acledit" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24611 acledit"
24612 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24613 dlls/acledit/Makefile: dlls/acledit/Makefile.in dlls/Makedll.rules"
24614 ac_config_files="$ac_config_files dlls/acledit/Makefile"
24616 ALL_MAKEFILES="$ALL_MAKEFILES \\
24617 dlls/aclui/Makefile"
24618 test "x$enable_aclui" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24619 aclui"
24620 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24621 dlls/aclui/Makefile: dlls/aclui/Makefile.in dlls/Makedll.rules"
24622 ac_config_files="$ac_config_files dlls/aclui/Makefile"
24624 ALL_MAKEFILES="$ALL_MAKEFILES \\
24625 dlls/activeds/Makefile"
24626 test "x$enable_activeds" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24627 activeds"
24628 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24629 dlls/activeds/Makefile: dlls/activeds/Makefile.in dlls/Makedll.rules"
24630 ac_config_files="$ac_config_files dlls/activeds/Makefile"
24632 ALL_MAKEFILES="$ALL_MAKEFILES \\
24633 dlls/actxprxy/Makefile"
24634 test "x$enable_actxprxy" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24635 actxprxy"
24636 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24637 dlls/actxprxy/Makefile: dlls/actxprxy/Makefile.in dlls/Makedll.rules"
24638 ac_config_files="$ac_config_files dlls/actxprxy/Makefile"
24640 ALL_MAKEFILES="$ALL_MAKEFILES \\
24641 dlls/adsiid/Makefile"
24642 test "x$enable_adsiid" != xno && ALL_IMPLIB_DIRS="$ALL_IMPLIB_DIRS \\
24643 adsiid"
24644 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24645 dlls/adsiid/Makefile: dlls/adsiid/Makefile.in dlls/Makeimplib.rules"
24646 ac_config_files="$ac_config_files dlls/adsiid/Makefile"
24648 ALL_MAKEFILES="$ALL_MAKEFILES \\
24649 dlls/advapi32/Makefile"
24650 test "x$enable_advapi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24651 advapi32"
24652 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24653 dlls/advapi32/Makefile: dlls/advapi32/Makefile.in dlls/Makedll.rules"
24654 ac_config_files="$ac_config_files dlls/advapi32/Makefile"
24656 ALL_MAKEFILES="$ALL_MAKEFILES \\
24657 dlls/advapi32/tests/Makefile"
24658 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24659 advapi32/tests"
24660 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24661 dlls/advapi32/tests/Makefile: dlls/advapi32/tests/Makefile.in dlls/Maketest.rules"
24662 ac_config_files="$ac_config_files dlls/advapi32/tests/Makefile"
24664 ALL_MAKEFILES="$ALL_MAKEFILES \\
24665 dlls/advpack/Makefile"
24666 test "x$enable_advpack" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24667 advpack"
24668 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24669 dlls/advpack/Makefile: dlls/advpack/Makefile.in dlls/Makedll.rules"
24670 ac_config_files="$ac_config_files dlls/advpack/Makefile"
24672 ALL_MAKEFILES="$ALL_MAKEFILES \\
24673 dlls/advpack/tests/Makefile"
24674 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24675 advpack/tests"
24676 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24677 dlls/advpack/tests/Makefile: dlls/advpack/tests/Makefile.in dlls/Maketest.rules"
24678 ac_config_files="$ac_config_files dlls/advpack/tests/Makefile"
24680 ALL_MAKEFILES="$ALL_MAKEFILES \\
24681 dlls/amstream/Makefile"
24682 test "x$enable_amstream" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24683 amstream"
24684 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24685 dlls/amstream/Makefile: dlls/amstream/Makefile.in dlls/Makedll.rules"
24686 ac_config_files="$ac_config_files dlls/amstream/Makefile"
24688 ALL_MAKEFILES="$ALL_MAKEFILES \\
24689 dlls/amstream/tests/Makefile"
24690 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24691 amstream/tests"
24692 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24693 dlls/amstream/tests/Makefile: dlls/amstream/tests/Makefile.in dlls/Maketest.rules"
24694 ac_config_files="$ac_config_files dlls/amstream/tests/Makefile"
24696 ALL_MAKEFILES="$ALL_MAKEFILES \\
24697 dlls/appwiz.cpl/Makefile"
24698 test "x$enable_appwiz_cpl" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24699 appwiz.cpl"
24700 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24701 dlls/appwiz.cpl/Makefile: dlls/appwiz.cpl/Makefile.in dlls/Makedll.rules"
24702 ac_config_files="$ac_config_files dlls/appwiz.cpl/Makefile"
24704 ALL_MAKEFILES="$ALL_MAKEFILES \\
24705 dlls/atl/Makefile"
24706 test "x$enable_atl" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24707 atl"
24708 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24709 dlls/atl/Makefile: dlls/atl/Makefile.in dlls/Makedll.rules"
24710 ac_config_files="$ac_config_files dlls/atl/Makefile"
24712 ALL_MAKEFILES="$ALL_MAKEFILES \\
24713 dlls/authz/Makefile"
24714 test "x$enable_authz" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24715 authz"
24716 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24717 dlls/authz/Makefile: dlls/authz/Makefile.in dlls/Makedll.rules"
24718 ac_config_files="$ac_config_files dlls/authz/Makefile"
24720 ALL_MAKEFILES="$ALL_MAKEFILES \\
24721 dlls/avicap32/Makefile"
24722 test "x$enable_avicap32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24723 avicap32"
24724 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24725 dlls/avicap32/Makefile: dlls/avicap32/Makefile.in dlls/Makedll.rules"
24726 ac_config_files="$ac_config_files dlls/avicap32/Makefile"
24728 ALL_MAKEFILES="$ALL_MAKEFILES \\
24729 dlls/avifil32/Makefile"
24730 test "x$enable_avifil32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24731 avifil32"
24732 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24733 dlls/avifil32/Makefile: dlls/avifil32/Makefile.in dlls/Makedll.rules"
24734 ac_config_files="$ac_config_files dlls/avifil32/Makefile"
24736 ALL_MAKEFILES="$ALL_MAKEFILES \\
24737 dlls/avifile.dll16/Makefile"
24738 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24739 avifile.dll16"
24740 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24741 dlls/avifile.dll16/Makefile: dlls/avifile.dll16/Makefile.in dlls/Makedll.rules"
24742 ac_config_files="$ac_config_files dlls/avifile.dll16/Makefile"
24744 ALL_MAKEFILES="$ALL_MAKEFILES \\
24745 dlls/bcrypt/Makefile"
24746 test "x$enable_bcrypt" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24747 bcrypt"
24748 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24749 dlls/bcrypt/Makefile: dlls/bcrypt/Makefile.in dlls/Makedll.rules"
24750 ac_config_files="$ac_config_files dlls/bcrypt/Makefile"
24752 ALL_MAKEFILES="$ALL_MAKEFILES \\
24753 dlls/browseui/Makefile"
24754 test "x$enable_browseui" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24755 browseui"
24756 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24757 dlls/browseui/Makefile: dlls/browseui/Makefile.in dlls/Makedll.rules"
24758 ac_config_files="$ac_config_files dlls/browseui/Makefile"
24760 ALL_MAKEFILES="$ALL_MAKEFILES \\
24761 dlls/browseui/tests/Makefile"
24762 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24763 browseui/tests"
24764 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24765 dlls/browseui/tests/Makefile: dlls/browseui/tests/Makefile.in dlls/Maketest.rules"
24766 ac_config_files="$ac_config_files dlls/browseui/tests/Makefile"
24768 ALL_MAKEFILES="$ALL_MAKEFILES \\
24769 dlls/cabinet/Makefile"
24770 test "x$enable_cabinet" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24771 cabinet"
24772 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24773 dlls/cabinet/Makefile: dlls/cabinet/Makefile.in dlls/Makedll.rules"
24774 ac_config_files="$ac_config_files dlls/cabinet/Makefile"
24776 ALL_MAKEFILES="$ALL_MAKEFILES \\
24777 dlls/cabinet/tests/Makefile"
24778 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24779 cabinet/tests"
24780 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24781 dlls/cabinet/tests/Makefile: dlls/cabinet/tests/Makefile.in dlls/Maketest.rules"
24782 ac_config_files="$ac_config_files dlls/cabinet/tests/Makefile"
24784 ALL_MAKEFILES="$ALL_MAKEFILES \\
24785 dlls/capi2032/Makefile"
24786 test "x$enable_capi2032" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24787 capi2032"
24788 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24789 dlls/capi2032/Makefile: dlls/capi2032/Makefile.in dlls/Makedll.rules"
24790 ac_config_files="$ac_config_files dlls/capi2032/Makefile"
24792 ALL_MAKEFILES="$ALL_MAKEFILES \\
24793 dlls/cards/Makefile"
24794 test "x$enable_cards" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24795 cards"
24796 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24797 dlls/cards/Makefile: dlls/cards/Makefile.in dlls/Makedll.rules"
24798 ac_config_files="$ac_config_files dlls/cards/Makefile"
24800 ALL_MAKEFILES="$ALL_MAKEFILES \\
24801 dlls/cfgmgr32/Makefile"
24802 test "x$enable_cfgmgr32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24803 cfgmgr32"
24804 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24805 dlls/cfgmgr32/Makefile: dlls/cfgmgr32/Makefile.in dlls/Makedll.rules"
24806 ac_config_files="$ac_config_files dlls/cfgmgr32/Makefile"
24808 ALL_MAKEFILES="$ALL_MAKEFILES \\
24809 dlls/clusapi/Makefile"
24810 test "x$enable_clusapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24811 clusapi"
24812 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24813 dlls/clusapi/Makefile: dlls/clusapi/Makefile.in dlls/Makedll.rules"
24814 ac_config_files="$ac_config_files dlls/clusapi/Makefile"
24816 ALL_MAKEFILES="$ALL_MAKEFILES \\
24817 dlls/comcat/Makefile"
24818 test "x$enable_comcat" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24819 comcat"
24820 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24821 dlls/comcat/Makefile: dlls/comcat/Makefile.in dlls/Makedll.rules"
24822 ac_config_files="$ac_config_files dlls/comcat/Makefile"
24824 ALL_MAKEFILES="$ALL_MAKEFILES \\
24825 dlls/comcat/tests/Makefile"
24826 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24827 comcat/tests"
24828 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24829 dlls/comcat/tests/Makefile: dlls/comcat/tests/Makefile.in dlls/Maketest.rules"
24830 ac_config_files="$ac_config_files dlls/comcat/tests/Makefile"
24832 ALL_MAKEFILES="$ALL_MAKEFILES \\
24833 dlls/comctl32/Makefile"
24834 test "x$enable_comctl32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24835 comctl32"
24836 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24837 dlls/comctl32/Makefile: dlls/comctl32/Makefile.in dlls/Makedll.rules"
24838 ac_config_files="$ac_config_files dlls/comctl32/Makefile"
24840 ALL_MAKEFILES="$ALL_MAKEFILES \\
24841 dlls/comctl32/tests/Makefile"
24842 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24843 comctl32/tests"
24844 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24845 dlls/comctl32/tests/Makefile: dlls/comctl32/tests/Makefile.in dlls/Maketest.rules"
24846 ac_config_files="$ac_config_files dlls/comctl32/tests/Makefile"
24848 ALL_MAKEFILES="$ALL_MAKEFILES \\
24849 dlls/comdlg32/Makefile"
24850 test "x$enable_comdlg32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24851 comdlg32"
24852 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24853 dlls/comdlg32/Makefile: dlls/comdlg32/Makefile.in dlls/Makedll.rules"
24854 ac_config_files="$ac_config_files dlls/comdlg32/Makefile"
24856 ALL_MAKEFILES="$ALL_MAKEFILES \\
24857 dlls/comdlg32/tests/Makefile"
24858 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24859 comdlg32/tests"
24860 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24861 dlls/comdlg32/tests/Makefile: dlls/comdlg32/tests/Makefile.in dlls/Maketest.rules"
24862 ac_config_files="$ac_config_files dlls/comdlg32/tests/Makefile"
24864 ALL_MAKEFILES="$ALL_MAKEFILES \\
24865 dlls/comm.drv16/Makefile"
24866 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24867 comm.drv16"
24868 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24869 dlls/comm.drv16/Makefile: dlls/comm.drv16/Makefile.in dlls/Makedll.rules"
24870 ac_config_files="$ac_config_files dlls/comm.drv16/Makefile"
24872 ALL_MAKEFILES="$ALL_MAKEFILES \\
24873 dlls/compobj.dll16/Makefile"
24874 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24875 compobj.dll16"
24876 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24877 dlls/compobj.dll16/Makefile: dlls/compobj.dll16/Makefile.in dlls/Makedll.rules"
24878 ac_config_files="$ac_config_files dlls/compobj.dll16/Makefile"
24880 ALL_MAKEFILES="$ALL_MAKEFILES \\
24881 dlls/compstui/Makefile"
24882 test "x$enable_compstui" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24883 compstui"
24884 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24885 dlls/compstui/Makefile: dlls/compstui/Makefile.in dlls/Makedll.rules"
24886 ac_config_files="$ac_config_files dlls/compstui/Makefile"
24888 ALL_MAKEFILES="$ALL_MAKEFILES \\
24889 dlls/credui/Makefile"
24890 test "x$enable_credui" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24891 credui"
24892 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24893 dlls/credui/Makefile: dlls/credui/Makefile.in dlls/Makedll.rules"
24894 ac_config_files="$ac_config_files dlls/credui/Makefile"
24896 ALL_MAKEFILES="$ALL_MAKEFILES \\
24897 dlls/credui/tests/Makefile"
24898 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24899 credui/tests"
24900 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24901 dlls/credui/tests/Makefile: dlls/credui/tests/Makefile.in dlls/Maketest.rules"
24902 ac_config_files="$ac_config_files dlls/credui/tests/Makefile"
24904 ALL_MAKEFILES="$ALL_MAKEFILES \\
24905 dlls/crtdll/Makefile"
24906 test "x$enable_crtdll" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24907 crtdll"
24908 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24909 dlls/crtdll/Makefile: dlls/crtdll/Makefile.in dlls/Makedll.rules"
24910 ac_config_files="$ac_config_files dlls/crtdll/Makefile"
24912 ALL_MAKEFILES="$ALL_MAKEFILES \\
24913 dlls/crypt32/Makefile"
24914 test "x$enable_crypt32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24915 crypt32"
24916 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24917 dlls/crypt32/Makefile: dlls/crypt32/Makefile.in dlls/Makedll.rules"
24918 ac_config_files="$ac_config_files dlls/crypt32/Makefile"
24920 ALL_MAKEFILES="$ALL_MAKEFILES \\
24921 dlls/crypt32/tests/Makefile"
24922 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24923 crypt32/tests"
24924 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24925 dlls/crypt32/tests/Makefile: dlls/crypt32/tests/Makefile.in dlls/Maketest.rules"
24926 ac_config_files="$ac_config_files dlls/crypt32/tests/Makefile"
24928 ALL_MAKEFILES="$ALL_MAKEFILES \\
24929 dlls/cryptdlg/Makefile"
24930 test "x$enable_cryptdlg" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24931 cryptdlg"
24932 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24933 dlls/cryptdlg/Makefile: dlls/cryptdlg/Makefile.in dlls/Makedll.rules"
24934 ac_config_files="$ac_config_files dlls/cryptdlg/Makefile"
24936 ALL_MAKEFILES="$ALL_MAKEFILES \\
24937 dlls/cryptdll/Makefile"
24938 test "x$enable_cryptdll" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24939 cryptdll"
24940 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24941 dlls/cryptdll/Makefile: dlls/cryptdll/Makefile.in dlls/Makedll.rules"
24942 ac_config_files="$ac_config_files dlls/cryptdll/Makefile"
24944 ALL_MAKEFILES="$ALL_MAKEFILES \\
24945 dlls/cryptnet/Makefile"
24946 test "x$enable_cryptnet" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24947 cryptnet"
24948 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24949 dlls/cryptnet/Makefile: dlls/cryptnet/Makefile.in dlls/Makedll.rules"
24950 ac_config_files="$ac_config_files dlls/cryptnet/Makefile"
24952 ALL_MAKEFILES="$ALL_MAKEFILES \\
24953 dlls/cryptnet/tests/Makefile"
24954 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24955 cryptnet/tests"
24956 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24957 dlls/cryptnet/tests/Makefile: dlls/cryptnet/tests/Makefile.in dlls/Maketest.rules"
24958 ac_config_files="$ac_config_files dlls/cryptnet/tests/Makefile"
24960 ALL_MAKEFILES="$ALL_MAKEFILES \\
24961 dlls/cryptui/Makefile"
24962 test "x$enable_cryptui" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24963 cryptui"
24964 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24965 dlls/cryptui/Makefile: dlls/cryptui/Makefile.in dlls/Makedll.rules"
24966 ac_config_files="$ac_config_files dlls/cryptui/Makefile"
24968 ALL_MAKEFILES="$ALL_MAKEFILES \\
24969 dlls/cryptui/tests/Makefile"
24970 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24971 cryptui/tests"
24972 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24973 dlls/cryptui/tests/Makefile: dlls/cryptui/tests/Makefile.in dlls/Maketest.rules"
24974 ac_config_files="$ac_config_files dlls/cryptui/tests/Makefile"
24976 ALL_MAKEFILES="$ALL_MAKEFILES \\
24977 dlls/ctapi32/Makefile"
24978 test "x$enable_ctapi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24979 ctapi32"
24980 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24981 dlls/ctapi32/Makefile: dlls/ctapi32/Makefile.in dlls/Makedll.rules"
24982 ac_config_files="$ac_config_files dlls/ctapi32/Makefile"
24984 ALL_MAKEFILES="$ALL_MAKEFILES \\
24985 dlls/ctl3d.dll16/Makefile"
24986 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24987 ctl3d.dll16"
24988 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24989 dlls/ctl3d.dll16/Makefile: dlls/ctl3d.dll16/Makefile.in dlls/Makedll.rules"
24990 ac_config_files="$ac_config_files dlls/ctl3d.dll16/Makefile"
24992 ALL_MAKEFILES="$ALL_MAKEFILES \\
24993 dlls/ctl3d32/Makefile"
24994 test "x$enable_ctl3d32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24995 ctl3d32"
24996 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24997 dlls/ctl3d32/Makefile: dlls/ctl3d32/Makefile.in dlls/Makedll.rules"
24998 ac_config_files="$ac_config_files dlls/ctl3d32/Makefile"
25000 ALL_MAKEFILES="$ALL_MAKEFILES \\
25001 dlls/ctl3dv2.dll16/Makefile"
25002 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25003 ctl3dv2.dll16"
25004 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25005 dlls/ctl3dv2.dll16/Makefile: dlls/ctl3dv2.dll16/Makefile.in dlls/Makedll.rules"
25006 ac_config_files="$ac_config_files dlls/ctl3dv2.dll16/Makefile"
25008 ALL_MAKEFILES="$ALL_MAKEFILES \\
25009 dlls/d3d10/Makefile"
25010 test "x$enable_d3d10" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25011 d3d10"
25012 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25013 dlls/d3d10/Makefile: dlls/d3d10/Makefile.in dlls/Makedll.rules"
25014 ac_config_files="$ac_config_files dlls/d3d10/Makefile"
25016 ALL_MAKEFILES="$ALL_MAKEFILES \\
25017 dlls/d3d10/tests/Makefile"
25018 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25019 d3d10/tests"
25020 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25021 dlls/d3d10/tests/Makefile: dlls/d3d10/tests/Makefile.in dlls/Maketest.rules"
25022 ac_config_files="$ac_config_files dlls/d3d10/tests/Makefile"
25024 ALL_MAKEFILES="$ALL_MAKEFILES \\
25025 dlls/d3d10core/Makefile"
25026 test "x$enable_d3d10core" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25027 d3d10core"
25028 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25029 dlls/d3d10core/Makefile: dlls/d3d10core/Makefile.in dlls/Makedll.rules"
25030 ac_config_files="$ac_config_files dlls/d3d10core/Makefile"
25032 ALL_MAKEFILES="$ALL_MAKEFILES \\
25033 dlls/d3d10core/tests/Makefile"
25034 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25035 d3d10core/tests"
25036 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25037 dlls/d3d10core/tests/Makefile: dlls/d3d10core/tests/Makefile.in dlls/Maketest.rules"
25038 ac_config_files="$ac_config_files dlls/d3d10core/tests/Makefile"
25040 ALL_MAKEFILES="$ALL_MAKEFILES \\
25041 dlls/d3d8/Makefile"
25042 test "x$enable_d3d8" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25043 d3d8"
25044 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25045 dlls/d3d8/Makefile: dlls/d3d8/Makefile.in dlls/Makedll.rules"
25046 ac_config_files="$ac_config_files dlls/d3d8/Makefile"
25048 ALL_MAKEFILES="$ALL_MAKEFILES \\
25049 dlls/d3d8/tests/Makefile"
25050 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25051 d3d8/tests"
25052 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25053 dlls/d3d8/tests/Makefile: dlls/d3d8/tests/Makefile.in dlls/Maketest.rules"
25054 ac_config_files="$ac_config_files dlls/d3d8/tests/Makefile"
25056 ALL_MAKEFILES="$ALL_MAKEFILES \\
25057 dlls/d3d9/Makefile"
25058 test "x$enable_d3d9" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25059 d3d9"
25060 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25061 dlls/d3d9/Makefile: dlls/d3d9/Makefile.in dlls/Makedll.rules"
25062 ac_config_files="$ac_config_files dlls/d3d9/Makefile"
25064 ALL_MAKEFILES="$ALL_MAKEFILES \\
25065 dlls/d3d9/tests/Makefile"
25066 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25067 d3d9/tests"
25068 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25069 dlls/d3d9/tests/Makefile: dlls/d3d9/tests/Makefile.in dlls/Maketest.rules"
25070 ac_config_files="$ac_config_files dlls/d3d9/tests/Makefile"
25072 ALL_MAKEFILES="$ALL_MAKEFILES \\
25073 dlls/d3dim/Makefile"
25074 test "x$enable_d3dim" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25075 d3dim"
25076 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25077 dlls/d3dim/Makefile: dlls/d3dim/Makefile.in dlls/Makedll.rules"
25078 ac_config_files="$ac_config_files dlls/d3dim/Makefile"
25080 ALL_MAKEFILES="$ALL_MAKEFILES \\
25081 dlls/d3drm/Makefile"
25082 test "x$enable_d3drm" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25083 d3drm"
25084 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25085 dlls/d3drm/Makefile: dlls/d3drm/Makefile.in dlls/Makedll.rules"
25086 ac_config_files="$ac_config_files dlls/d3drm/Makefile"
25088 ALL_MAKEFILES="$ALL_MAKEFILES \\
25089 dlls/d3drm/tests/Makefile"
25090 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25091 d3drm/tests"
25092 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25093 dlls/d3drm/tests/Makefile: dlls/d3drm/tests/Makefile.in dlls/Maketest.rules"
25094 ac_config_files="$ac_config_files dlls/d3drm/tests/Makefile"
25096 ALL_MAKEFILES="$ALL_MAKEFILES \\
25097 dlls/d3dx8/Makefile"
25098 test "x$enable_d3dx8" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25099 d3dx8"
25100 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25101 dlls/d3dx8/Makefile: dlls/d3dx8/Makefile.in dlls/Makedll.rules"
25102 ac_config_files="$ac_config_files dlls/d3dx8/Makefile"
25104 ALL_MAKEFILES="$ALL_MAKEFILES \\
25105 dlls/d3dx8/tests/Makefile"
25106 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25107 d3dx8/tests"
25108 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25109 dlls/d3dx8/tests/Makefile: dlls/d3dx8/tests/Makefile.in dlls/Maketest.rules"
25110 ac_config_files="$ac_config_files dlls/d3dx8/tests/Makefile"
25112 ALL_MAKEFILES="$ALL_MAKEFILES \\
25113 dlls/d3dx9_24/Makefile"
25114 test "x$enable_d3dx9_24" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25115 d3dx9_24"
25116 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25117 dlls/d3dx9_24/Makefile: dlls/d3dx9_24/Makefile.in dlls/Makedll.rules"
25118 ac_config_files="$ac_config_files dlls/d3dx9_24/Makefile"
25120 ALL_MAKEFILES="$ALL_MAKEFILES \\
25121 dlls/d3dx9_25/Makefile"
25122 test "x$enable_d3dx9_25" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25123 d3dx9_25"
25124 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25125 dlls/d3dx9_25/Makefile: dlls/d3dx9_25/Makefile.in dlls/Makedll.rules"
25126 ac_config_files="$ac_config_files dlls/d3dx9_25/Makefile"
25128 ALL_MAKEFILES="$ALL_MAKEFILES \\
25129 dlls/d3dx9_26/Makefile"
25130 test "x$enable_d3dx9_26" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25131 d3dx9_26"
25132 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25133 dlls/d3dx9_26/Makefile: dlls/d3dx9_26/Makefile.in dlls/Makedll.rules"
25134 ac_config_files="$ac_config_files dlls/d3dx9_26/Makefile"
25136 ALL_MAKEFILES="$ALL_MAKEFILES \\
25137 dlls/d3dx9_27/Makefile"
25138 test "x$enable_d3dx9_27" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25139 d3dx9_27"
25140 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25141 dlls/d3dx9_27/Makefile: dlls/d3dx9_27/Makefile.in dlls/Makedll.rules"
25142 ac_config_files="$ac_config_files dlls/d3dx9_27/Makefile"
25144 ALL_MAKEFILES="$ALL_MAKEFILES \\
25145 dlls/d3dx9_28/Makefile"
25146 test "x$enable_d3dx9_28" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25147 d3dx9_28"
25148 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25149 dlls/d3dx9_28/Makefile: dlls/d3dx9_28/Makefile.in dlls/Makedll.rules"
25150 ac_config_files="$ac_config_files dlls/d3dx9_28/Makefile"
25152 ALL_MAKEFILES="$ALL_MAKEFILES \\
25153 dlls/d3dx9_29/Makefile"
25154 test "x$enable_d3dx9_29" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25155 d3dx9_29"
25156 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25157 dlls/d3dx9_29/Makefile: dlls/d3dx9_29/Makefile.in dlls/Makedll.rules"
25158 ac_config_files="$ac_config_files dlls/d3dx9_29/Makefile"
25160 ALL_MAKEFILES="$ALL_MAKEFILES \\
25161 dlls/d3dx9_30/Makefile"
25162 test "x$enable_d3dx9_30" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25163 d3dx9_30"
25164 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25165 dlls/d3dx9_30/Makefile: dlls/d3dx9_30/Makefile.in dlls/Makedll.rules"
25166 ac_config_files="$ac_config_files dlls/d3dx9_30/Makefile"
25168 ALL_MAKEFILES="$ALL_MAKEFILES \\
25169 dlls/d3dx9_31/Makefile"
25170 test "x$enable_d3dx9_31" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25171 d3dx9_31"
25172 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25173 dlls/d3dx9_31/Makefile: dlls/d3dx9_31/Makefile.in dlls/Makedll.rules"
25174 ac_config_files="$ac_config_files dlls/d3dx9_31/Makefile"
25176 ALL_MAKEFILES="$ALL_MAKEFILES \\
25177 dlls/d3dx9_32/Makefile"
25178 test "x$enable_d3dx9_32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25179 d3dx9_32"
25180 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25181 dlls/d3dx9_32/Makefile: dlls/d3dx9_32/Makefile.in dlls/Makedll.rules"
25182 ac_config_files="$ac_config_files dlls/d3dx9_32/Makefile"
25184 ALL_MAKEFILES="$ALL_MAKEFILES \\
25185 dlls/d3dx9_33/Makefile"
25186 test "x$enable_d3dx9_33" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25187 d3dx9_33"
25188 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25189 dlls/d3dx9_33/Makefile: dlls/d3dx9_33/Makefile.in dlls/Makedll.rules"
25190 ac_config_files="$ac_config_files dlls/d3dx9_33/Makefile"
25192 ALL_MAKEFILES="$ALL_MAKEFILES \\
25193 dlls/d3dx9_34/Makefile"
25194 test "x$enable_d3dx9_34" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25195 d3dx9_34"
25196 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25197 dlls/d3dx9_34/Makefile: dlls/d3dx9_34/Makefile.in dlls/Makedll.rules"
25198 ac_config_files="$ac_config_files dlls/d3dx9_34/Makefile"
25200 ALL_MAKEFILES="$ALL_MAKEFILES \\
25201 dlls/d3dx9_35/Makefile"
25202 test "x$enable_d3dx9_35" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25203 d3dx9_35"
25204 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25205 dlls/d3dx9_35/Makefile: dlls/d3dx9_35/Makefile.in dlls/Makedll.rules"
25206 ac_config_files="$ac_config_files dlls/d3dx9_35/Makefile"
25208 ALL_MAKEFILES="$ALL_MAKEFILES \\
25209 dlls/d3dx9_36/Makefile"
25210 test "x$enable_d3dx9_36" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25211 d3dx9_36"
25212 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25213 dlls/d3dx9_36/Makefile: dlls/d3dx9_36/Makefile.in dlls/Makedll.rules"
25214 ac_config_files="$ac_config_files dlls/d3dx9_36/Makefile"
25216 ALL_MAKEFILES="$ALL_MAKEFILES \\
25217 dlls/d3dx9_36/tests/Makefile"
25218 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25219 d3dx9_36/tests"
25220 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25221 dlls/d3dx9_36/tests/Makefile: dlls/d3dx9_36/tests/Makefile.in dlls/Maketest.rules"
25222 ac_config_files="$ac_config_files dlls/d3dx9_36/tests/Makefile"
25224 ALL_MAKEFILES="$ALL_MAKEFILES \\
25225 dlls/d3dx9_37/Makefile"
25226 test "x$enable_d3dx9_37" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25227 d3dx9_37"
25228 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25229 dlls/d3dx9_37/Makefile: dlls/d3dx9_37/Makefile.in dlls/Makedll.rules"
25230 ac_config_files="$ac_config_files dlls/d3dx9_37/Makefile"
25232 ALL_MAKEFILES="$ALL_MAKEFILES \\
25233 dlls/d3dx9_38/Makefile"
25234 test "x$enable_d3dx9_38" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25235 d3dx9_38"
25236 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25237 dlls/d3dx9_38/Makefile: dlls/d3dx9_38/Makefile.in dlls/Makedll.rules"
25238 ac_config_files="$ac_config_files dlls/d3dx9_38/Makefile"
25240 ALL_MAKEFILES="$ALL_MAKEFILES \\
25241 dlls/d3dx9_39/Makefile"
25242 test "x$enable_d3dx9_39" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25243 d3dx9_39"
25244 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25245 dlls/d3dx9_39/Makefile: dlls/d3dx9_39/Makefile.in dlls/Makedll.rules"
25246 ac_config_files="$ac_config_files dlls/d3dx9_39/Makefile"
25248 ALL_MAKEFILES="$ALL_MAKEFILES \\
25249 dlls/d3dx9_40/Makefile"
25250 test "x$enable_d3dx9_40" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25251 d3dx9_40"
25252 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25253 dlls/d3dx9_40/Makefile: dlls/d3dx9_40/Makefile.in dlls/Makedll.rules"
25254 ac_config_files="$ac_config_files dlls/d3dx9_40/Makefile"
25256 ALL_MAKEFILES="$ALL_MAKEFILES \\
25257 dlls/d3dx9_41/Makefile"
25258 test "x$enable_d3dx9_41" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25259 d3dx9_41"
25260 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25261 dlls/d3dx9_41/Makefile: dlls/d3dx9_41/Makefile.in dlls/Makedll.rules"
25262 ac_config_files="$ac_config_files dlls/d3dx9_41/Makefile"
25264 ALL_MAKEFILES="$ALL_MAKEFILES \\
25265 dlls/d3dxof/Makefile"
25266 test "x$enable_d3dxof" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25267 d3dxof"
25268 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25269 dlls/d3dxof/Makefile: dlls/d3dxof/Makefile.in dlls/Makedll.rules"
25270 ac_config_files="$ac_config_files dlls/d3dxof/Makefile"
25272 ALL_MAKEFILES="$ALL_MAKEFILES \\
25273 dlls/d3dxof/tests/Makefile"
25274 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25275 d3dxof/tests"
25276 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25277 dlls/d3dxof/tests/Makefile: dlls/d3dxof/tests/Makefile.in dlls/Maketest.rules"
25278 ac_config_files="$ac_config_files dlls/d3dxof/tests/Makefile"
25280 ALL_MAKEFILES="$ALL_MAKEFILES \\
25281 dlls/dbghelp/Makefile"
25282 test "x$enable_dbghelp" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25283 dbghelp"
25284 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25285 dlls/dbghelp/Makefile: dlls/dbghelp/Makefile.in dlls/Makedll.rules"
25286 ac_config_files="$ac_config_files dlls/dbghelp/Makefile"
25288 ALL_MAKEFILES="$ALL_MAKEFILES \\
25289 dlls/dciman32/Makefile"
25290 test "x$enable_dciman32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25291 dciman32"
25292 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25293 dlls/dciman32/Makefile: dlls/dciman32/Makefile.in dlls/Makedll.rules"
25294 ac_config_files="$ac_config_files dlls/dciman32/Makefile"
25296 ALL_MAKEFILES="$ALL_MAKEFILES \\
25297 dlls/ddeml.dll16/Makefile"
25298 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25299 ddeml.dll16"
25300 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25301 dlls/ddeml.dll16/Makefile: dlls/ddeml.dll16/Makefile.in dlls/Makedll.rules"
25302 ac_config_files="$ac_config_files dlls/ddeml.dll16/Makefile"
25304 ALL_MAKEFILES="$ALL_MAKEFILES \\
25305 dlls/ddraw/Makefile"
25306 test "x$enable_ddraw" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25307 ddraw"
25308 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25309 dlls/ddraw/Makefile: dlls/ddraw/Makefile.in dlls/Makedll.rules"
25310 ac_config_files="$ac_config_files dlls/ddraw/Makefile"
25312 ALL_MAKEFILES="$ALL_MAKEFILES \\
25313 dlls/ddraw/tests/Makefile"
25314 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25315 ddraw/tests"
25316 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25317 dlls/ddraw/tests/Makefile: dlls/ddraw/tests/Makefile.in dlls/Maketest.rules"
25318 ac_config_files="$ac_config_files dlls/ddraw/tests/Makefile"
25320 ALL_MAKEFILES="$ALL_MAKEFILES \\
25321 dlls/ddrawex/Makefile"
25322 test "x$enable_ddrawex" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25323 ddrawex"
25324 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25325 dlls/ddrawex/Makefile: dlls/ddrawex/Makefile.in dlls/Makedll.rules"
25326 ac_config_files="$ac_config_files dlls/ddrawex/Makefile"
25328 ALL_MAKEFILES="$ALL_MAKEFILES \\
25329 dlls/ddrawex/tests/Makefile"
25330 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25331 ddrawex/tests"
25332 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25333 dlls/ddrawex/tests/Makefile: dlls/ddrawex/tests/Makefile.in dlls/Maketest.rules"
25334 ac_config_files="$ac_config_files dlls/ddrawex/tests/Makefile"
25336 ALL_MAKEFILES="$ALL_MAKEFILES \\
25337 dlls/devenum/Makefile"
25338 test "x$enable_devenum" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25339 devenum"
25340 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25341 dlls/devenum/Makefile: dlls/devenum/Makefile.in dlls/Makedll.rules"
25342 ac_config_files="$ac_config_files dlls/devenum/Makefile"
25344 ALL_MAKEFILES="$ALL_MAKEFILES \\
25345 dlls/dinput/Makefile"
25346 test "x$enable_dinput" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25347 dinput"
25348 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25349 dlls/dinput/Makefile: dlls/dinput/Makefile.in dlls/Makedll.rules"
25350 ac_config_files="$ac_config_files dlls/dinput/Makefile"
25352 ALL_MAKEFILES="$ALL_MAKEFILES \\
25353 dlls/dinput/tests/Makefile"
25354 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25355 dinput/tests"
25356 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25357 dlls/dinput/tests/Makefile: dlls/dinput/tests/Makefile.in dlls/Maketest.rules"
25358 ac_config_files="$ac_config_files dlls/dinput/tests/Makefile"
25360 ALL_MAKEFILES="$ALL_MAKEFILES \\
25361 dlls/dinput8/Makefile"
25362 test "x$enable_dinput8" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25363 dinput8"
25364 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25365 dlls/dinput8/Makefile: dlls/dinput8/Makefile.in dlls/Makedll.rules"
25366 ac_config_files="$ac_config_files dlls/dinput8/Makefile"
25368 ALL_MAKEFILES="$ALL_MAKEFILES \\
25369 dlls/dispdib.dll16/Makefile"
25370 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25371 dispdib.dll16"
25372 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25373 dlls/dispdib.dll16/Makefile: dlls/dispdib.dll16/Makefile.in dlls/Makedll.rules"
25374 ac_config_files="$ac_config_files dlls/dispdib.dll16/Makefile"
25376 ALL_MAKEFILES="$ALL_MAKEFILES \\
25377 dlls/display.drv16/Makefile"
25378 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25379 display.drv16"
25380 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25381 dlls/display.drv16/Makefile: dlls/display.drv16/Makefile.in dlls/Makedll.rules"
25382 ac_config_files="$ac_config_files dlls/display.drv16/Makefile"
25384 ALL_MAKEFILES="$ALL_MAKEFILES \\
25385 dlls/dmband/Makefile"
25386 test "x$enable_dmband" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25387 dmband"
25388 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25389 dlls/dmband/Makefile: dlls/dmband/Makefile.in dlls/Makedll.rules"
25390 ac_config_files="$ac_config_files dlls/dmband/Makefile"
25392 ALL_MAKEFILES="$ALL_MAKEFILES \\
25393 dlls/dmcompos/Makefile"
25394 test "x$enable_dmcompos" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25395 dmcompos"
25396 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25397 dlls/dmcompos/Makefile: dlls/dmcompos/Makefile.in dlls/Makedll.rules"
25398 ac_config_files="$ac_config_files dlls/dmcompos/Makefile"
25400 ALL_MAKEFILES="$ALL_MAKEFILES \\
25401 dlls/dmime/Makefile"
25402 test "x$enable_dmime" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25403 dmime"
25404 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25405 dlls/dmime/Makefile: dlls/dmime/Makefile.in dlls/Makedll.rules"
25406 ac_config_files="$ac_config_files dlls/dmime/Makefile"
25408 ALL_MAKEFILES="$ALL_MAKEFILES \\
25409 dlls/dmloader/Makefile"
25410 test "x$enable_dmloader" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25411 dmloader"
25412 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25413 dlls/dmloader/Makefile: dlls/dmloader/Makefile.in dlls/Makedll.rules"
25414 ac_config_files="$ac_config_files dlls/dmloader/Makefile"
25416 ALL_MAKEFILES="$ALL_MAKEFILES \\
25417 dlls/dmscript/Makefile"
25418 test "x$enable_dmscript" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25419 dmscript"
25420 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25421 dlls/dmscript/Makefile: dlls/dmscript/Makefile.in dlls/Makedll.rules"
25422 ac_config_files="$ac_config_files dlls/dmscript/Makefile"
25424 ALL_MAKEFILES="$ALL_MAKEFILES \\
25425 dlls/dmstyle/Makefile"
25426 test "x$enable_dmstyle" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25427 dmstyle"
25428 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25429 dlls/dmstyle/Makefile: dlls/dmstyle/Makefile.in dlls/Makedll.rules"
25430 ac_config_files="$ac_config_files dlls/dmstyle/Makefile"
25432 ALL_MAKEFILES="$ALL_MAKEFILES \\
25433 dlls/dmsynth/Makefile"
25434 test "x$enable_dmsynth" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25435 dmsynth"
25436 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25437 dlls/dmsynth/Makefile: dlls/dmsynth/Makefile.in dlls/Makedll.rules"
25438 ac_config_files="$ac_config_files dlls/dmsynth/Makefile"
25440 ALL_MAKEFILES="$ALL_MAKEFILES \\
25441 dlls/dmusic/Makefile"
25442 test "x$enable_dmusic" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25443 dmusic"
25444 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25445 dlls/dmusic/Makefile: dlls/dmusic/Makefile.in dlls/Makedll.rules"
25446 ac_config_files="$ac_config_files dlls/dmusic/Makefile"
25448 ALL_MAKEFILES="$ALL_MAKEFILES \\
25449 dlls/dmusic32/Makefile"
25450 test "x$enable_dmusic32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25451 dmusic32"
25452 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25453 dlls/dmusic32/Makefile: dlls/dmusic32/Makefile.in dlls/Makedll.rules"
25454 ac_config_files="$ac_config_files dlls/dmusic32/Makefile"
25456 ALL_MAKEFILES="$ALL_MAKEFILES \\
25457 dlls/dnsapi/Makefile"
25458 test "x$enable_dnsapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25459 dnsapi"
25460 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25461 dlls/dnsapi/Makefile: dlls/dnsapi/Makefile.in dlls/Makedll.rules"
25462 ac_config_files="$ac_config_files dlls/dnsapi/Makefile"
25464 ALL_MAKEFILES="$ALL_MAKEFILES \\
25465 dlls/dnsapi/tests/Makefile"
25466 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25467 dnsapi/tests"
25468 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25469 dlls/dnsapi/tests/Makefile: dlls/dnsapi/tests/Makefile.in dlls/Maketest.rules"
25470 ac_config_files="$ac_config_files dlls/dnsapi/tests/Makefile"
25472 ALL_MAKEFILES="$ALL_MAKEFILES \\
25473 dlls/dplay/Makefile"
25474 test "x$enable_dplay" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25475 dplay"
25476 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25477 dlls/dplay/Makefile: dlls/dplay/Makefile.in dlls/Makedll.rules"
25478 ac_config_files="$ac_config_files dlls/dplay/Makefile"
25480 ALL_MAKEFILES="$ALL_MAKEFILES \\
25481 dlls/dplayx/Makefile"
25482 test "x$enable_dplayx" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25483 dplayx"
25484 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25485 dlls/dplayx/Makefile: dlls/dplayx/Makefile.in dlls/Makedll.rules"
25486 ac_config_files="$ac_config_files dlls/dplayx/Makefile"
25488 ALL_MAKEFILES="$ALL_MAKEFILES \\
25489 dlls/dplayx/tests/Makefile"
25490 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25491 dplayx/tests"
25492 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25493 dlls/dplayx/tests/Makefile: dlls/dplayx/tests/Makefile.in dlls/Maketest.rules"
25494 ac_config_files="$ac_config_files dlls/dplayx/tests/Makefile"
25496 ALL_MAKEFILES="$ALL_MAKEFILES \\
25497 dlls/dpnaddr/Makefile"
25498 test "x$enable_dpnaddr" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25499 dpnaddr"
25500 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25501 dlls/dpnaddr/Makefile: dlls/dpnaddr/Makefile.in dlls/Makedll.rules"
25502 ac_config_files="$ac_config_files dlls/dpnaddr/Makefile"
25504 ALL_MAKEFILES="$ALL_MAKEFILES \\
25505 dlls/dpnet/Makefile"
25506 test "x$enable_dpnet" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25507 dpnet"
25508 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25509 dlls/dpnet/Makefile: dlls/dpnet/Makefile.in dlls/Makedll.rules"
25510 ac_config_files="$ac_config_files dlls/dpnet/Makefile"
25512 ALL_MAKEFILES="$ALL_MAKEFILES \\
25513 dlls/dpnhpast/Makefile"
25514 test "x$enable_dpnhpast" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25515 dpnhpast"
25516 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25517 dlls/dpnhpast/Makefile: dlls/dpnhpast/Makefile.in dlls/Makedll.rules"
25518 ac_config_files="$ac_config_files dlls/dpnhpast/Makefile"
25520 ALL_MAKEFILES="$ALL_MAKEFILES \\
25521 dlls/dpnlobby/Makefile"
25522 test "x$enable_dpnlobby" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25523 dpnlobby"
25524 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25525 dlls/dpnlobby/Makefile: dlls/dpnlobby/Makefile.in dlls/Makedll.rules"
25526 ac_config_files="$ac_config_files dlls/dpnlobby/Makefile"
25528 ALL_MAKEFILES="$ALL_MAKEFILES \\
25529 dlls/dpwsockx/Makefile"
25530 test "x$enable_dpwsockx" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25531 dpwsockx"
25532 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25533 dlls/dpwsockx/Makefile: dlls/dpwsockx/Makefile.in dlls/Makedll.rules"
25534 ac_config_files="$ac_config_files dlls/dpwsockx/Makefile"
25536 ALL_MAKEFILES="$ALL_MAKEFILES \\
25537 dlls/dsound/Makefile"
25538 test "x$enable_dsound" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25539 dsound"
25540 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25541 dlls/dsound/Makefile: dlls/dsound/Makefile.in dlls/Makedll.rules"
25542 ac_config_files="$ac_config_files dlls/dsound/Makefile"
25544 ALL_MAKEFILES="$ALL_MAKEFILES \\
25545 dlls/dsound/tests/Makefile"
25546 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25547 dsound/tests"
25548 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25549 dlls/dsound/tests/Makefile: dlls/dsound/tests/Makefile.in dlls/Maketest.rules"
25550 ac_config_files="$ac_config_files dlls/dsound/tests/Makefile"
25552 ALL_MAKEFILES="$ALL_MAKEFILES \\
25553 dlls/dssenh/Makefile"
25554 test "x$enable_dssenh" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25555 dssenh"
25556 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25557 dlls/dssenh/Makefile: dlls/dssenh/Makefile.in dlls/Makedll.rules"
25558 ac_config_files="$ac_config_files dlls/dssenh/Makefile"
25560 ALL_MAKEFILES="$ALL_MAKEFILES \\
25561 dlls/dswave/Makefile"
25562 test "x$enable_dswave" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25563 dswave"
25564 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25565 dlls/dswave/Makefile: dlls/dswave/Makefile.in dlls/Makedll.rules"
25566 ac_config_files="$ac_config_files dlls/dswave/Makefile"
25568 ALL_MAKEFILES="$ALL_MAKEFILES \\
25569 dlls/dwmapi/Makefile"
25570 test "x$enable_dwmapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25571 dwmapi"
25572 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25573 dlls/dwmapi/Makefile: dlls/dwmapi/Makefile.in dlls/Makedll.rules"
25574 ac_config_files="$ac_config_files dlls/dwmapi/Makefile"
25576 ALL_MAKEFILES="$ALL_MAKEFILES \\
25577 dlls/dxdiagn/Makefile"
25578 test "x$enable_dxdiagn" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25579 dxdiagn"
25580 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25581 dlls/dxdiagn/Makefile: dlls/dxdiagn/Makefile.in dlls/Makedll.rules"
25582 ac_config_files="$ac_config_files dlls/dxdiagn/Makefile"
25584 ALL_MAKEFILES="$ALL_MAKEFILES \\
25585 dlls/dxerr8/Makefile"
25586 test "x$enable_dxerr8" != xno && ALL_IMPLIB_DIRS="$ALL_IMPLIB_DIRS \\
25587 dxerr8"
25588 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25589 dlls/dxerr8/Makefile: dlls/dxerr8/Makefile.in dlls/Makeimplib.rules"
25590 ac_config_files="$ac_config_files dlls/dxerr8/Makefile"
25592 ALL_MAKEFILES="$ALL_MAKEFILES \\
25593 dlls/dxerr9/Makefile"
25594 test "x$enable_dxerr9" != xno && ALL_IMPLIB_DIRS="$ALL_IMPLIB_DIRS \\
25595 dxerr9"
25596 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25597 dlls/dxerr9/Makefile: dlls/dxerr9/Makefile.in dlls/Makeimplib.rules"
25598 ac_config_files="$ac_config_files dlls/dxerr9/Makefile"
25600 ALL_MAKEFILES="$ALL_MAKEFILES \\
25601 dlls/dxgi/Makefile"
25602 test "x$enable_dxgi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25603 dxgi"
25604 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25605 dlls/dxgi/Makefile: dlls/dxgi/Makefile.in dlls/Makedll.rules"
25606 ac_config_files="$ac_config_files dlls/dxgi/Makefile"
25608 ALL_MAKEFILES="$ALL_MAKEFILES \\
25609 dlls/dxgi/tests/Makefile"
25610 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25611 dxgi/tests"
25612 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25613 dlls/dxgi/tests/Makefile: dlls/dxgi/tests/Makefile.in dlls/Maketest.rules"
25614 ac_config_files="$ac_config_files dlls/dxgi/tests/Makefile"
25616 ALL_MAKEFILES="$ALL_MAKEFILES \\
25617 dlls/dxguid/Makefile"
25618 test "x$enable_dxguid" != xno && ALL_IMPLIB_DIRS="$ALL_IMPLIB_DIRS \\
25619 dxguid"
25620 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25621 dlls/dxguid/Makefile: dlls/dxguid/Makefile.in dlls/Makeimplib.rules"
25622 ac_config_files="$ac_config_files dlls/dxguid/Makefile"
25624 ALL_MAKEFILES="$ALL_MAKEFILES \\
25625 dlls/faultrep/Makefile"
25626 test "x$enable_faultrep" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25627 faultrep"
25628 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25629 dlls/faultrep/Makefile: dlls/faultrep/Makefile.in dlls/Makedll.rules"
25630 ac_config_files="$ac_config_files dlls/faultrep/Makefile"
25632 ALL_MAKEFILES="$ALL_MAKEFILES \\
25633 dlls/fusion/Makefile"
25634 test "x$enable_fusion" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25635 fusion"
25636 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25637 dlls/fusion/Makefile: dlls/fusion/Makefile.in dlls/Makedll.rules"
25638 ac_config_files="$ac_config_files dlls/fusion/Makefile"
25640 ALL_MAKEFILES="$ALL_MAKEFILES \\
25641 dlls/fusion/tests/Makefile"
25642 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25643 fusion/tests"
25644 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25645 dlls/fusion/tests/Makefile: dlls/fusion/tests/Makefile.in dlls/Maketest.rules"
25646 ac_config_files="$ac_config_files dlls/fusion/tests/Makefile"
25648 ALL_MAKEFILES="$ALL_MAKEFILES \\
25649 dlls/gdi32/Makefile"
25650 test "x$enable_gdi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25651 gdi32"
25652 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25653 dlls/gdi32/Makefile: dlls/gdi32/Makefile.in dlls/Makedll.rules"
25654 ac_config_files="$ac_config_files dlls/gdi32/Makefile"
25656 ALL_MAKEFILES="$ALL_MAKEFILES \\
25657 dlls/gdi32/tests/Makefile"
25658 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25659 gdi32/tests"
25660 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25661 dlls/gdi32/tests/Makefile: dlls/gdi32/tests/Makefile.in dlls/Maketest.rules"
25662 ac_config_files="$ac_config_files dlls/gdi32/tests/Makefile"
25664 ALL_MAKEFILES="$ALL_MAKEFILES \\
25665 dlls/gdiplus/Makefile"
25666 test "x$enable_gdiplus" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25667 gdiplus"
25668 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25669 dlls/gdiplus/Makefile: dlls/gdiplus/Makefile.in dlls/Makedll.rules"
25670 ac_config_files="$ac_config_files dlls/gdiplus/Makefile"
25672 ALL_MAKEFILES="$ALL_MAKEFILES \\
25673 dlls/gdiplus/tests/Makefile"
25674 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25675 gdiplus/tests"
25676 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25677 dlls/gdiplus/tests/Makefile: dlls/gdiplus/tests/Makefile.in dlls/Maketest.rules"
25678 ac_config_files="$ac_config_files dlls/gdiplus/tests/Makefile"
25680 ALL_MAKEFILES="$ALL_MAKEFILES \\
25681 dlls/glu32/Makefile"
25682 test "x$enable_glu32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25683 glu32"
25684 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25685 dlls/glu32/Makefile: dlls/glu32/Makefile.in dlls/Makedll.rules"
25686 ac_config_files="$ac_config_files dlls/glu32/Makefile"
25688 ALL_MAKEFILES="$ALL_MAKEFILES \\
25689 dlls/gphoto2.ds/Makefile"
25690 test "x$enable_gphoto2_ds" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25691 gphoto2.ds"
25692 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25693 dlls/gphoto2.ds/Makefile: dlls/gphoto2.ds/Makefile.in dlls/Makedll.rules"
25694 ac_config_files="$ac_config_files dlls/gphoto2.ds/Makefile"
25696 ALL_MAKEFILES="$ALL_MAKEFILES \\
25697 dlls/gpkcsp/Makefile"
25698 test "x$enable_gpkcsp" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25699 gpkcsp"
25700 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25701 dlls/gpkcsp/Makefile: dlls/gpkcsp/Makefile.in dlls/Makedll.rules"
25702 ac_config_files="$ac_config_files dlls/gpkcsp/Makefile"
25704 ALL_MAKEFILES="$ALL_MAKEFILES \\
25705 dlls/hal/Makefile"
25706 test "x$enable_hal" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25707 hal"
25708 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25709 dlls/hal/Makefile: dlls/hal/Makefile.in dlls/Makedll.rules"
25710 ac_config_files="$ac_config_files dlls/hal/Makefile"
25712 ALL_MAKEFILES="$ALL_MAKEFILES \\
25713 dlls/hhctrl.ocx/Makefile"
25714 test "x$enable_hhctrl_ocx" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25715 hhctrl.ocx"
25716 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25717 dlls/hhctrl.ocx/Makefile: dlls/hhctrl.ocx/Makefile.in dlls/Makedll.rules"
25718 ac_config_files="$ac_config_files dlls/hhctrl.ocx/Makefile"
25720 ALL_MAKEFILES="$ALL_MAKEFILES \\
25721 dlls/hid/Makefile"
25722 test "x$enable_hid" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25723 hid"
25724 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25725 dlls/hid/Makefile: dlls/hid/Makefile.in dlls/Makedll.rules"
25726 ac_config_files="$ac_config_files dlls/hid/Makefile"
25728 ALL_MAKEFILES="$ALL_MAKEFILES \\
25729 dlls/hlink/Makefile"
25730 test "x$enable_hlink" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25731 hlink"
25732 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25733 dlls/hlink/Makefile: dlls/hlink/Makefile.in dlls/Makedll.rules"
25734 ac_config_files="$ac_config_files dlls/hlink/Makefile"
25736 ALL_MAKEFILES="$ALL_MAKEFILES \\
25737 dlls/hlink/tests/Makefile"
25738 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25739 hlink/tests"
25740 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25741 dlls/hlink/tests/Makefile: dlls/hlink/tests/Makefile.in dlls/Maketest.rules"
25742 ac_config_files="$ac_config_files dlls/hlink/tests/Makefile"
25744 ALL_MAKEFILES="$ALL_MAKEFILES \\
25745 dlls/hnetcfg/Makefile"
25746 test "x$enable_hnetcfg" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25747 hnetcfg"
25748 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25749 dlls/hnetcfg/Makefile: dlls/hnetcfg/Makefile.in dlls/Makedll.rules"
25750 ac_config_files="$ac_config_files dlls/hnetcfg/Makefile"
25752 ALL_MAKEFILES="$ALL_MAKEFILES \\
25753 dlls/httpapi/Makefile"
25754 test "x$enable_httpapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25755 httpapi"
25756 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25757 dlls/httpapi/Makefile: dlls/httpapi/Makefile.in dlls/Makedll.rules"
25758 ac_config_files="$ac_config_files dlls/httpapi/Makefile"
25760 ALL_MAKEFILES="$ALL_MAKEFILES \\
25761 dlls/iccvid/Makefile"
25762 test "x$enable_iccvid" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25763 iccvid"
25764 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25765 dlls/iccvid/Makefile: dlls/iccvid/Makefile.in dlls/Makedll.rules"
25766 ac_config_files="$ac_config_files dlls/iccvid/Makefile"
25768 ALL_MAKEFILES="$ALL_MAKEFILES \\
25769 dlls/icmp/Makefile"
25770 test "x$enable_icmp" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25771 icmp"
25772 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25773 dlls/icmp/Makefile: dlls/icmp/Makefile.in dlls/Makedll.rules"
25774 ac_config_files="$ac_config_files dlls/icmp/Makefile"
25776 ALL_MAKEFILES="$ALL_MAKEFILES \\
25777 dlls/ifsmgr.vxd/Makefile"
25778 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25779 ifsmgr.vxd"
25780 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25781 dlls/ifsmgr.vxd/Makefile: dlls/ifsmgr.vxd/Makefile.in dlls/Makedll.rules"
25782 ac_config_files="$ac_config_files dlls/ifsmgr.vxd/Makefile"
25784 ALL_MAKEFILES="$ALL_MAKEFILES \\
25785 dlls/imaadp32.acm/Makefile"
25786 test "x$enable_imaadp32_acm" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25787 imaadp32.acm"
25788 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25789 dlls/imaadp32.acm/Makefile: dlls/imaadp32.acm/Makefile.in dlls/Makedll.rules"
25790 ac_config_files="$ac_config_files dlls/imaadp32.acm/Makefile"
25792 ALL_MAKEFILES="$ALL_MAKEFILES \\
25793 dlls/imagehlp/Makefile"
25794 test "x$enable_imagehlp" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25795 imagehlp"
25796 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25797 dlls/imagehlp/Makefile: dlls/imagehlp/Makefile.in dlls/Makedll.rules"
25798 ac_config_files="$ac_config_files dlls/imagehlp/Makefile"
25800 ALL_MAKEFILES="$ALL_MAKEFILES \\
25801 dlls/imm.dll16/Makefile"
25802 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25803 imm.dll16"
25804 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25805 dlls/imm.dll16/Makefile: dlls/imm.dll16/Makefile.in dlls/Makedll.rules"
25806 ac_config_files="$ac_config_files dlls/imm.dll16/Makefile"
25808 ALL_MAKEFILES="$ALL_MAKEFILES \\
25809 dlls/imm32/Makefile"
25810 test "x$enable_imm32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25811 imm32"
25812 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25813 dlls/imm32/Makefile: dlls/imm32/Makefile.in dlls/Makedll.rules"
25814 ac_config_files="$ac_config_files dlls/imm32/Makefile"
25816 ALL_MAKEFILES="$ALL_MAKEFILES \\
25817 dlls/imm32/tests/Makefile"
25818 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25819 imm32/tests"
25820 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25821 dlls/imm32/tests/Makefile: dlls/imm32/tests/Makefile.in dlls/Maketest.rules"
25822 ac_config_files="$ac_config_files dlls/imm32/tests/Makefile"
25824 ALL_MAKEFILES="$ALL_MAKEFILES \\
25825 dlls/inetcomm/Makefile"
25826 test "x$enable_inetcomm" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25827 inetcomm"
25828 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25829 dlls/inetcomm/Makefile: dlls/inetcomm/Makefile.in dlls/Makedll.rules"
25830 ac_config_files="$ac_config_files dlls/inetcomm/Makefile"
25832 ALL_MAKEFILES="$ALL_MAKEFILES \\
25833 dlls/inetcomm/tests/Makefile"
25834 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25835 inetcomm/tests"
25836 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25837 dlls/inetcomm/tests/Makefile: dlls/inetcomm/tests/Makefile.in dlls/Maketest.rules"
25838 ac_config_files="$ac_config_files dlls/inetcomm/tests/Makefile"
25840 ALL_MAKEFILES="$ALL_MAKEFILES \\
25841 dlls/inetmib1/Makefile"
25842 test "x$enable_inetmib1" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25843 inetmib1"
25844 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25845 dlls/inetmib1/Makefile: dlls/inetmib1/Makefile.in dlls/Makedll.rules"
25846 ac_config_files="$ac_config_files dlls/inetmib1/Makefile"
25848 ALL_MAKEFILES="$ALL_MAKEFILES \\
25849 dlls/inetmib1/tests/Makefile"
25850 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25851 inetmib1/tests"
25852 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25853 dlls/inetmib1/tests/Makefile: dlls/inetmib1/tests/Makefile.in dlls/Maketest.rules"
25854 ac_config_files="$ac_config_files dlls/inetmib1/tests/Makefile"
25856 ALL_MAKEFILES="$ALL_MAKEFILES \\
25857 dlls/infosoft/Makefile"
25858 test "x$enable_infosoft" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25859 infosoft"
25860 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25861 dlls/infosoft/Makefile: dlls/infosoft/Makefile.in dlls/Makedll.rules"
25862 ac_config_files="$ac_config_files dlls/infosoft/Makefile"
25864 ALL_MAKEFILES="$ALL_MAKEFILES \\
25865 dlls/infosoft/tests/Makefile"
25866 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25867 infosoft/tests"
25868 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25869 dlls/infosoft/tests/Makefile: dlls/infosoft/tests/Makefile.in dlls/Maketest.rules"
25870 ac_config_files="$ac_config_files dlls/infosoft/tests/Makefile"
25872 ALL_MAKEFILES="$ALL_MAKEFILES \\
25873 dlls/initpki/Makefile"
25874 test "x$enable_initpki" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25875 initpki"
25876 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25877 dlls/initpki/Makefile: dlls/initpki/Makefile.in dlls/Makedll.rules"
25878 ac_config_files="$ac_config_files dlls/initpki/Makefile"
25880 ALL_MAKEFILES="$ALL_MAKEFILES \\
25881 dlls/inkobj/Makefile"
25882 test "x$enable_inkobj" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25883 inkobj"
25884 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25885 dlls/inkobj/Makefile: dlls/inkobj/Makefile.in dlls/Makedll.rules"
25886 ac_config_files="$ac_config_files dlls/inkobj/Makefile"
25888 ALL_MAKEFILES="$ALL_MAKEFILES \\
25889 dlls/inseng/Makefile"
25890 test "x$enable_inseng" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25891 inseng"
25892 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25893 dlls/inseng/Makefile: dlls/inseng/Makefile.in dlls/Makedll.rules"
25894 ac_config_files="$ac_config_files dlls/inseng/Makefile"
25896 ALL_MAKEFILES="$ALL_MAKEFILES \\
25897 dlls/iphlpapi/Makefile"
25898 test "x$enable_iphlpapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25899 iphlpapi"
25900 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25901 dlls/iphlpapi/Makefile: dlls/iphlpapi/Makefile.in dlls/Makedll.rules"
25902 ac_config_files="$ac_config_files dlls/iphlpapi/Makefile"
25904 ALL_MAKEFILES="$ALL_MAKEFILES \\
25905 dlls/iphlpapi/tests/Makefile"
25906 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25907 iphlpapi/tests"
25908 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25909 dlls/iphlpapi/tests/Makefile: dlls/iphlpapi/tests/Makefile.in dlls/Maketest.rules"
25910 ac_config_files="$ac_config_files dlls/iphlpapi/tests/Makefile"
25912 ALL_MAKEFILES="$ALL_MAKEFILES \\
25913 dlls/itircl/Makefile"
25914 test "x$enable_itircl" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25915 itircl"
25916 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25917 dlls/itircl/Makefile: dlls/itircl/Makefile.in dlls/Makedll.rules"
25918 ac_config_files="$ac_config_files dlls/itircl/Makefile"
25920 ALL_MAKEFILES="$ALL_MAKEFILES \\
25921 dlls/itss/Makefile"
25922 test "x$enable_itss" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25923 itss"
25924 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25925 dlls/itss/Makefile: dlls/itss/Makefile.in dlls/Makedll.rules"
25926 ac_config_files="$ac_config_files dlls/itss/Makefile"
25928 ALL_MAKEFILES="$ALL_MAKEFILES \\
25929 dlls/itss/tests/Makefile"
25930 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25931 itss/tests"
25932 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25933 dlls/itss/tests/Makefile: dlls/itss/tests/Makefile.in dlls/Maketest.rules"
25934 ac_config_files="$ac_config_files dlls/itss/tests/Makefile"
25936 ALL_MAKEFILES="$ALL_MAKEFILES \\
25937 dlls/jscript/Makefile"
25938 test "x$enable_jscript" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25939 jscript"
25940 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25941 dlls/jscript/Makefile: dlls/jscript/Makefile.in dlls/Makedll.rules"
25942 ac_config_files="$ac_config_files dlls/jscript/Makefile"
25944 ALL_MAKEFILES="$ALL_MAKEFILES \\
25945 dlls/jscript/tests/Makefile"
25946 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25947 jscript/tests"
25948 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25949 dlls/jscript/tests/Makefile: dlls/jscript/tests/Makefile.in dlls/Maketest.rules"
25950 ac_config_files="$ac_config_files dlls/jscript/tests/Makefile"
25952 ALL_MAKEFILES="$ALL_MAKEFILES \\
25953 dlls/kernel32/Makefile"
25954 test "x$enable_kernel32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25955 kernel32"
25956 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25957 dlls/kernel32/Makefile: dlls/kernel32/Makefile.in dlls/Makedll.rules"
25958 ac_config_files="$ac_config_files dlls/kernel32/Makefile"
25960 ALL_MAKEFILES="$ALL_MAKEFILES \\
25961 dlls/kernel32/tests/Makefile"
25962 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25963 kernel32/tests"
25964 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25965 dlls/kernel32/tests/Makefile: dlls/kernel32/tests/Makefile.in dlls/Maketest.rules"
25966 ac_config_files="$ac_config_files dlls/kernel32/tests/Makefile"
25968 ALL_MAKEFILES="$ALL_MAKEFILES \\
25969 dlls/keyboard.drv16/Makefile"
25970 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25971 keyboard.drv16"
25972 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25973 dlls/keyboard.drv16/Makefile: dlls/keyboard.drv16/Makefile.in dlls/Makedll.rules"
25974 ac_config_files="$ac_config_files dlls/keyboard.drv16/Makefile"
25976 ALL_MAKEFILES="$ALL_MAKEFILES \\
25977 dlls/loadperf/Makefile"
25978 test "x$enable_loadperf" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25979 loadperf"
25980 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25981 dlls/loadperf/Makefile: dlls/loadperf/Makefile.in dlls/Makedll.rules"
25982 ac_config_files="$ac_config_files dlls/loadperf/Makefile"
25984 ALL_MAKEFILES="$ALL_MAKEFILES \\
25985 dlls/localspl/Makefile"
25986 test "x$enable_localspl" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25987 localspl"
25988 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25989 dlls/localspl/Makefile: dlls/localspl/Makefile.in dlls/Makedll.rules"
25990 ac_config_files="$ac_config_files dlls/localspl/Makefile"
25992 ALL_MAKEFILES="$ALL_MAKEFILES \\
25993 dlls/localspl/tests/Makefile"
25994 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25995 localspl/tests"
25996 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25997 dlls/localspl/tests/Makefile: dlls/localspl/tests/Makefile.in dlls/Maketest.rules"
25998 ac_config_files="$ac_config_files dlls/localspl/tests/Makefile"
26000 ALL_MAKEFILES="$ALL_MAKEFILES \\
26001 dlls/localui/Makefile"
26002 test "x$enable_localui" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26003 localui"
26004 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26005 dlls/localui/Makefile: dlls/localui/Makefile.in dlls/Makedll.rules"
26006 ac_config_files="$ac_config_files dlls/localui/Makefile"
26008 ALL_MAKEFILES="$ALL_MAKEFILES \\
26009 dlls/localui/tests/Makefile"
26010 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26011 localui/tests"
26012 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26013 dlls/localui/tests/Makefile: dlls/localui/tests/Makefile.in dlls/Maketest.rules"
26014 ac_config_files="$ac_config_files dlls/localui/tests/Makefile"
26016 ALL_MAKEFILES="$ALL_MAKEFILES \\
26017 dlls/lz32/Makefile"
26018 test "x$enable_lz32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26019 lz32"
26020 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26021 dlls/lz32/Makefile: dlls/lz32/Makefile.in dlls/Makedll.rules"
26022 ac_config_files="$ac_config_files dlls/lz32/Makefile"
26024 ALL_MAKEFILES="$ALL_MAKEFILES \\
26025 dlls/lz32/tests/Makefile"
26026 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26027 lz32/tests"
26028 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26029 dlls/lz32/tests/Makefile: dlls/lz32/tests/Makefile.in dlls/Maketest.rules"
26030 ac_config_files="$ac_config_files dlls/lz32/tests/Makefile"
26032 ALL_MAKEFILES="$ALL_MAKEFILES \\
26033 dlls/lzexpand.dll16/Makefile"
26034 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26035 lzexpand.dll16"
26036 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26037 dlls/lzexpand.dll16/Makefile: dlls/lzexpand.dll16/Makefile.in dlls/Makedll.rules"
26038 ac_config_files="$ac_config_files dlls/lzexpand.dll16/Makefile"
26040 ALL_MAKEFILES="$ALL_MAKEFILES \\
26041 dlls/mapi32/Makefile"
26042 test "x$enable_mapi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26043 mapi32"
26044 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26045 dlls/mapi32/Makefile: dlls/mapi32/Makefile.in dlls/Makedll.rules"
26046 ac_config_files="$ac_config_files dlls/mapi32/Makefile"
26048 ALL_MAKEFILES="$ALL_MAKEFILES \\
26049 dlls/mapi32/tests/Makefile"
26050 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26051 mapi32/tests"
26052 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26053 dlls/mapi32/tests/Makefile: dlls/mapi32/tests/Makefile.in dlls/Maketest.rules"
26054 ac_config_files="$ac_config_files dlls/mapi32/tests/Makefile"
26056 ALL_MAKEFILES="$ALL_MAKEFILES \\
26057 dlls/mciavi32/Makefile"
26058 test "x$enable_mciavi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26059 mciavi32"
26060 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26061 dlls/mciavi32/Makefile: dlls/mciavi32/Makefile.in dlls/Makedll.rules"
26062 ac_config_files="$ac_config_files dlls/mciavi32/Makefile"
26064 ALL_MAKEFILES="$ALL_MAKEFILES \\
26065 dlls/mcicda/Makefile"
26066 test "x$enable_mcicda" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26067 mcicda"
26068 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26069 dlls/mcicda/Makefile: dlls/mcicda/Makefile.in dlls/Makedll.rules"
26070 ac_config_files="$ac_config_files dlls/mcicda/Makefile"
26072 ALL_MAKEFILES="$ALL_MAKEFILES \\
26073 dlls/mciqtz32/Makefile"
26074 test "x$enable_mciqtz32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26075 mciqtz32"
26076 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26077 dlls/mciqtz32/Makefile: dlls/mciqtz32/Makefile.in dlls/Makedll.rules"
26078 ac_config_files="$ac_config_files dlls/mciqtz32/Makefile"
26080 ALL_MAKEFILES="$ALL_MAKEFILES \\
26081 dlls/mciseq/Makefile"
26082 test "x$enable_mciseq" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26083 mciseq"
26084 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26085 dlls/mciseq/Makefile: dlls/mciseq/Makefile.in dlls/Makedll.rules"
26086 ac_config_files="$ac_config_files dlls/mciseq/Makefile"
26088 ALL_MAKEFILES="$ALL_MAKEFILES \\
26089 dlls/mciwave/Makefile"
26090 test "x$enable_mciwave" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26091 mciwave"
26092 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26093 dlls/mciwave/Makefile: dlls/mciwave/Makefile.in dlls/Makedll.rules"
26094 ac_config_files="$ac_config_files dlls/mciwave/Makefile"
26096 ALL_MAKEFILES="$ALL_MAKEFILES \\
26097 dlls/midimap/Makefile"
26098 test "x$enable_midimap" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26099 midimap"
26100 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26101 dlls/midimap/Makefile: dlls/midimap/Makefile.in dlls/Makedll.rules"
26102 ac_config_files="$ac_config_files dlls/midimap/Makefile"
26104 ALL_MAKEFILES="$ALL_MAKEFILES \\
26105 dlls/mlang/Makefile"
26106 test "x$enable_mlang" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26107 mlang"
26108 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26109 dlls/mlang/Makefile: dlls/mlang/Makefile.in dlls/Makedll.rules"
26110 ac_config_files="$ac_config_files dlls/mlang/Makefile"
26112 ALL_MAKEFILES="$ALL_MAKEFILES \\
26113 dlls/mlang/tests/Makefile"
26114 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26115 mlang/tests"
26116 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26117 dlls/mlang/tests/Makefile: dlls/mlang/tests/Makefile.in dlls/Maketest.rules"
26118 ac_config_files="$ac_config_files dlls/mlang/tests/Makefile"
26120 ALL_MAKEFILES="$ALL_MAKEFILES \\
26121 dlls/mmdevldr.vxd/Makefile"
26122 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26123 mmdevldr.vxd"
26124 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26125 dlls/mmdevldr.vxd/Makefile: dlls/mmdevldr.vxd/Makefile.in dlls/Makedll.rules"
26126 ac_config_files="$ac_config_files dlls/mmdevldr.vxd/Makefile"
26128 ALL_MAKEFILES="$ALL_MAKEFILES \\
26129 dlls/monodebg.vxd/Makefile"
26130 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26131 monodebg.vxd"
26132 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26133 dlls/monodebg.vxd/Makefile: dlls/monodebg.vxd/Makefile.in dlls/Makedll.rules"
26134 ac_config_files="$ac_config_files dlls/monodebg.vxd/Makefile"
26136 ALL_MAKEFILES="$ALL_MAKEFILES \\
26137 dlls/mountmgr.sys/Makefile"
26138 test "x$enable_mountmgr_sys" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26139 mountmgr.sys"
26140 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26141 dlls/mountmgr.sys/Makefile: dlls/mountmgr.sys/Makefile.in dlls/Makedll.rules"
26142 ac_config_files="$ac_config_files dlls/mountmgr.sys/Makefile"
26144 ALL_MAKEFILES="$ALL_MAKEFILES \\
26145 dlls/mouse.drv16/Makefile"
26146 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26147 mouse.drv16"
26148 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26149 dlls/mouse.drv16/Makefile: dlls/mouse.drv16/Makefile.in dlls/Makedll.rules"
26150 ac_config_files="$ac_config_files dlls/mouse.drv16/Makefile"
26152 ALL_MAKEFILES="$ALL_MAKEFILES \\
26153 dlls/mpr/Makefile"
26154 test "x$enable_mpr" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26155 mpr"
26156 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26157 dlls/mpr/Makefile: dlls/mpr/Makefile.in dlls/Makedll.rules"
26158 ac_config_files="$ac_config_files dlls/mpr/Makefile"
26160 ALL_MAKEFILES="$ALL_MAKEFILES \\
26161 dlls/mprapi/Makefile"
26162 test "x$enable_mprapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26163 mprapi"
26164 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26165 dlls/mprapi/Makefile: dlls/mprapi/Makefile.in dlls/Makedll.rules"
26166 ac_config_files="$ac_config_files dlls/mprapi/Makefile"
26168 ALL_MAKEFILES="$ALL_MAKEFILES \\
26169 dlls/msacm.dll16/Makefile"
26170 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26171 msacm.dll16"
26172 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26173 dlls/msacm.dll16/Makefile: dlls/msacm.dll16/Makefile.in dlls/Makedll.rules"
26174 ac_config_files="$ac_config_files dlls/msacm.dll16/Makefile"
26176 ALL_MAKEFILES="$ALL_MAKEFILES \\
26177 dlls/msacm32.drv/Makefile"
26178 test "x$enable_msacm32_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26179 msacm32.drv"
26180 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26181 dlls/msacm32.drv/Makefile: dlls/msacm32.drv/Makefile.in dlls/Makedll.rules"
26182 ac_config_files="$ac_config_files dlls/msacm32.drv/Makefile"
26184 ALL_MAKEFILES="$ALL_MAKEFILES \\
26185 dlls/msacm32/Makefile"
26186 test "x$enable_msacm32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26187 msacm32"
26188 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26189 dlls/msacm32/Makefile: dlls/msacm32/Makefile.in dlls/Makedll.rules"
26190 ac_config_files="$ac_config_files dlls/msacm32/Makefile"
26192 ALL_MAKEFILES="$ALL_MAKEFILES \\
26193 dlls/msacm32/tests/Makefile"
26194 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26195 msacm32/tests"
26196 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26197 dlls/msacm32/tests/Makefile: dlls/msacm32/tests/Makefile.in dlls/Maketest.rules"
26198 ac_config_files="$ac_config_files dlls/msacm32/tests/Makefile"
26200 ALL_MAKEFILES="$ALL_MAKEFILES \\
26201 dlls/msadp32.acm/Makefile"
26202 test "x$enable_msadp32_acm" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26203 msadp32.acm"
26204 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26205 dlls/msadp32.acm/Makefile: dlls/msadp32.acm/Makefile.in dlls/Makedll.rules"
26206 ac_config_files="$ac_config_files dlls/msadp32.acm/Makefile"
26208 ALL_MAKEFILES="$ALL_MAKEFILES \\
26209 dlls/mscat32/Makefile"
26210 test "x$enable_mscat32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26211 mscat32"
26212 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26213 dlls/mscat32/Makefile: dlls/mscat32/Makefile.in dlls/Makedll.rules"
26214 ac_config_files="$ac_config_files dlls/mscat32/Makefile"
26216 ALL_MAKEFILES="$ALL_MAKEFILES \\
26217 dlls/mscms/Makefile"
26218 test "x$enable_mscms" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26219 mscms"
26220 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26221 dlls/mscms/Makefile: dlls/mscms/Makefile.in dlls/Makedll.rules"
26222 ac_config_files="$ac_config_files dlls/mscms/Makefile"
26224 ALL_MAKEFILES="$ALL_MAKEFILES \\
26225 dlls/mscms/tests/Makefile"
26226 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26227 mscms/tests"
26228 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26229 dlls/mscms/tests/Makefile: dlls/mscms/tests/Makefile.in dlls/Maketest.rules"
26230 ac_config_files="$ac_config_files dlls/mscms/tests/Makefile"
26232 ALL_MAKEFILES="$ALL_MAKEFILES \\
26233 dlls/mscoree/Makefile"
26234 test "x$enable_mscoree" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26235 mscoree"
26236 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26237 dlls/mscoree/Makefile: dlls/mscoree/Makefile.in dlls/Makedll.rules"
26238 ac_config_files="$ac_config_files dlls/mscoree/Makefile"
26240 ALL_MAKEFILES="$ALL_MAKEFILES \\
26241 dlls/msctf/Makefile"
26242 test "x$enable_msctf" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26243 msctf"
26244 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26245 dlls/msctf/Makefile: dlls/msctf/Makefile.in dlls/Makedll.rules"
26246 ac_config_files="$ac_config_files dlls/msctf/Makefile"
26248 ALL_MAKEFILES="$ALL_MAKEFILES \\
26249 dlls/msctf/tests/Makefile"
26250 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26251 msctf/tests"
26252 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26253 dlls/msctf/tests/Makefile: dlls/msctf/tests/Makefile.in dlls/Maketest.rules"
26254 ac_config_files="$ac_config_files dlls/msctf/tests/Makefile"
26256 ALL_MAKEFILES="$ALL_MAKEFILES \\
26257 dlls/msdmo/Makefile"
26258 test "x$enable_msdmo" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26259 msdmo"
26260 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26261 dlls/msdmo/Makefile: dlls/msdmo/Makefile.in dlls/Makedll.rules"
26262 ac_config_files="$ac_config_files dlls/msdmo/Makefile"
26264 ALL_MAKEFILES="$ALL_MAKEFILES \\
26265 dlls/msftedit/Makefile"
26266 test "x$enable_msftedit" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26267 msftedit"
26268 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26269 dlls/msftedit/Makefile: dlls/msftedit/Makefile.in dlls/Makedll.rules"
26270 ac_config_files="$ac_config_files dlls/msftedit/Makefile"
26272 ALL_MAKEFILES="$ALL_MAKEFILES \\
26273 dlls/msg711.acm/Makefile"
26274 test "x$enable_msg711_acm" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26275 msg711.acm"
26276 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26277 dlls/msg711.acm/Makefile: dlls/msg711.acm/Makefile.in dlls/Makedll.rules"
26278 ac_config_files="$ac_config_files dlls/msg711.acm/Makefile"
26280 ALL_MAKEFILES="$ALL_MAKEFILES \\
26281 dlls/mshtml.tlb/Makefile"
26282 test "x$enable_mshtml_tlb" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26283 mshtml.tlb"
26284 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26285 dlls/mshtml.tlb/Makefile: dlls/mshtml.tlb/Makefile.in dlls/Makedll.rules"
26286 ac_config_files="$ac_config_files dlls/mshtml.tlb/Makefile"
26288 ALL_MAKEFILES="$ALL_MAKEFILES \\
26289 dlls/mshtml/Makefile"
26290 test "x$enable_mshtml" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26291 mshtml"
26292 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26293 dlls/mshtml/Makefile: dlls/mshtml/Makefile.in dlls/Makedll.rules"
26294 ac_config_files="$ac_config_files dlls/mshtml/Makefile"
26296 ALL_MAKEFILES="$ALL_MAKEFILES \\
26297 dlls/mshtml/tests/Makefile"
26298 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26299 mshtml/tests"
26300 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26301 dlls/mshtml/tests/Makefile: dlls/mshtml/tests/Makefile.in dlls/Maketest.rules"
26302 ac_config_files="$ac_config_files dlls/mshtml/tests/Makefile"
26304 ALL_MAKEFILES="$ALL_MAKEFILES \\
26305 dlls/msi/Makefile"
26306 test "x$enable_msi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26307 msi"
26308 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26309 dlls/msi/Makefile: dlls/msi/Makefile.in dlls/Makedll.rules"
26310 ac_config_files="$ac_config_files dlls/msi/Makefile"
26312 ALL_MAKEFILES="$ALL_MAKEFILES \\
26313 dlls/msi/tests/Makefile"
26314 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26315 msi/tests"
26316 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26317 dlls/msi/tests/Makefile: dlls/msi/tests/Makefile.in dlls/Maketest.rules"
26318 ac_config_files="$ac_config_files dlls/msi/tests/Makefile"
26320 ALL_MAKEFILES="$ALL_MAKEFILES \\
26321 dlls/msimg32/Makefile"
26322 test "x$enable_msimg32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26323 msimg32"
26324 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26325 dlls/msimg32/Makefile: dlls/msimg32/Makefile.in dlls/Makedll.rules"
26326 ac_config_files="$ac_config_files dlls/msimg32/Makefile"
26328 ALL_MAKEFILES="$ALL_MAKEFILES \\
26329 dlls/msimtf/Makefile"
26330 test "x$enable_msimtf" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26331 msimtf"
26332 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26333 dlls/msimtf/Makefile: dlls/msimtf/Makefile.in dlls/Makedll.rules"
26334 ac_config_files="$ac_config_files dlls/msimtf/Makefile"
26336 ALL_MAKEFILES="$ALL_MAKEFILES \\
26337 dlls/msisip/Makefile"
26338 test "x$enable_msisip" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26339 msisip"
26340 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26341 dlls/msisip/Makefile: dlls/msisip/Makefile.in dlls/Makedll.rules"
26342 ac_config_files="$ac_config_files dlls/msisip/Makefile"
26344 ALL_MAKEFILES="$ALL_MAKEFILES \\
26345 dlls/msisys.ocx/Makefile"
26346 test "x$enable_msisys_ocx" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26347 msisys.ocx"
26348 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26349 dlls/msisys.ocx/Makefile: dlls/msisys.ocx/Makefile.in dlls/Makedll.rules"
26350 ac_config_files="$ac_config_files dlls/msisys.ocx/Makefile"
26352 ALL_MAKEFILES="$ALL_MAKEFILES \\
26353 dlls/msnet32/Makefile"
26354 test "x$enable_msnet32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26355 msnet32"
26356 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26357 dlls/msnet32/Makefile: dlls/msnet32/Makefile.in dlls/Makedll.rules"
26358 ac_config_files="$ac_config_files dlls/msnet32/Makefile"
26360 ALL_MAKEFILES="$ALL_MAKEFILES \\
26361 dlls/msrle32/Makefile"
26362 test "x$enable_msrle32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26363 msrle32"
26364 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26365 dlls/msrle32/Makefile: dlls/msrle32/Makefile.in dlls/Makedll.rules"
26366 ac_config_files="$ac_config_files dlls/msrle32/Makefile"
26368 ALL_MAKEFILES="$ALL_MAKEFILES \\
26369 dlls/mssign32/Makefile"
26370 test "x$enable_mssign32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26371 mssign32"
26372 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26373 dlls/mssign32/Makefile: dlls/mssign32/Makefile.in dlls/Makedll.rules"
26374 ac_config_files="$ac_config_files dlls/mssign32/Makefile"
26376 ALL_MAKEFILES="$ALL_MAKEFILES \\
26377 dlls/mssip32/Makefile"
26378 test "x$enable_mssip32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26379 mssip32"
26380 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26381 dlls/mssip32/Makefile: dlls/mssip32/Makefile.in dlls/Makedll.rules"
26382 ac_config_files="$ac_config_files dlls/mssip32/Makefile"
26384 ALL_MAKEFILES="$ALL_MAKEFILES \\
26385 dlls/mstask/Makefile"
26386 test "x$enable_mstask" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26387 mstask"
26388 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26389 dlls/mstask/Makefile: dlls/mstask/Makefile.in dlls/Makedll.rules"
26390 ac_config_files="$ac_config_files dlls/mstask/Makefile"
26392 ALL_MAKEFILES="$ALL_MAKEFILES \\
26393 dlls/mstask/tests/Makefile"
26394 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26395 mstask/tests"
26396 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26397 dlls/mstask/tests/Makefile: dlls/mstask/tests/Makefile.in dlls/Maketest.rules"
26398 ac_config_files="$ac_config_files dlls/mstask/tests/Makefile"
26400 ALL_MAKEFILES="$ALL_MAKEFILES \\
26401 dlls/msvcirt/Makefile"
26402 test "x$enable_msvcirt" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26403 msvcirt"
26404 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26405 dlls/msvcirt/Makefile: dlls/msvcirt/Makefile.in dlls/Makedll.rules"
26406 ac_config_files="$ac_config_files dlls/msvcirt/Makefile"
26408 ALL_MAKEFILES="$ALL_MAKEFILES \\
26409 dlls/msvcr71/Makefile"
26410 test "x$enable_msvcr71" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26411 msvcr71"
26412 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26413 dlls/msvcr71/Makefile: dlls/msvcr71/Makefile.in dlls/Makedll.rules"
26414 ac_config_files="$ac_config_files dlls/msvcr71/Makefile"
26416 ALL_MAKEFILES="$ALL_MAKEFILES \\
26417 dlls/msvcrt/Makefile"
26418 test "x$enable_msvcrt" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26419 msvcrt"
26420 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26421 dlls/msvcrt/Makefile: dlls/msvcrt/Makefile.in dlls/Makedll.rules"
26422 ac_config_files="$ac_config_files dlls/msvcrt/Makefile"
26424 ALL_MAKEFILES="$ALL_MAKEFILES \\
26425 dlls/msvcrt/tests/Makefile"
26426 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26427 msvcrt/tests"
26428 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26429 dlls/msvcrt/tests/Makefile: dlls/msvcrt/tests/Makefile.in dlls/Maketest.rules"
26430 ac_config_files="$ac_config_files dlls/msvcrt/tests/Makefile"
26432 ALL_MAKEFILES="$ALL_MAKEFILES \\
26433 dlls/msvcrt20/Makefile"
26434 test "x$enable_msvcrt20" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26435 msvcrt20"
26436 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26437 dlls/msvcrt20/Makefile: dlls/msvcrt20/Makefile.in dlls/Makedll.rules"
26438 ac_config_files="$ac_config_files dlls/msvcrt20/Makefile"
26440 ALL_MAKEFILES="$ALL_MAKEFILES \\
26441 dlls/msvcrt40/Makefile"
26442 test "x$enable_msvcrt40" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26443 msvcrt40"
26444 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26445 dlls/msvcrt40/Makefile: dlls/msvcrt40/Makefile.in dlls/Makedll.rules"
26446 ac_config_files="$ac_config_files dlls/msvcrt40/Makefile"
26448 ALL_MAKEFILES="$ALL_MAKEFILES \\
26449 dlls/msvcrtd/Makefile"
26450 test "x$enable_msvcrtd" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26451 msvcrtd"
26452 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26453 dlls/msvcrtd/Makefile: dlls/msvcrtd/Makefile.in dlls/Makedll.rules"
26454 ac_config_files="$ac_config_files dlls/msvcrtd/Makefile"
26456 ALL_MAKEFILES="$ALL_MAKEFILES \\
26457 dlls/msvcrtd/tests/Makefile"
26458 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26459 msvcrtd/tests"
26460 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26461 dlls/msvcrtd/tests/Makefile: dlls/msvcrtd/tests/Makefile.in dlls/Maketest.rules"
26462 ac_config_files="$ac_config_files dlls/msvcrtd/tests/Makefile"
26464 ALL_MAKEFILES="$ALL_MAKEFILES \\
26465 dlls/msvfw32/Makefile"
26466 test "x$enable_msvfw32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26467 msvfw32"
26468 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26469 dlls/msvfw32/Makefile: dlls/msvfw32/Makefile.in dlls/Makedll.rules"
26470 ac_config_files="$ac_config_files dlls/msvfw32/Makefile"
26472 ALL_MAKEFILES="$ALL_MAKEFILES \\
26473 dlls/msvfw32/tests/Makefile"
26474 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26475 msvfw32/tests"
26476 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26477 dlls/msvfw32/tests/Makefile: dlls/msvfw32/tests/Makefile.in dlls/Maketest.rules"
26478 ac_config_files="$ac_config_files dlls/msvfw32/tests/Makefile"
26480 ALL_MAKEFILES="$ALL_MAKEFILES \\
26481 dlls/msvidc32/Makefile"
26482 test "x$enable_msvidc32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26483 msvidc32"
26484 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26485 dlls/msvidc32/Makefile: dlls/msvidc32/Makefile.in dlls/Makedll.rules"
26486 ac_config_files="$ac_config_files dlls/msvidc32/Makefile"
26488 ALL_MAKEFILES="$ALL_MAKEFILES \\
26489 dlls/msvideo.dll16/Makefile"
26490 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26491 msvideo.dll16"
26492 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26493 dlls/msvideo.dll16/Makefile: dlls/msvideo.dll16/Makefile.in dlls/Makedll.rules"
26494 ac_config_files="$ac_config_files dlls/msvideo.dll16/Makefile"
26496 ALL_MAKEFILES="$ALL_MAKEFILES \\
26497 dlls/mswsock/Makefile"
26498 test "x$enable_mswsock" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26499 mswsock"
26500 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26501 dlls/mswsock/Makefile: dlls/mswsock/Makefile.in dlls/Makedll.rules"
26502 ac_config_files="$ac_config_files dlls/mswsock/Makefile"
26504 ALL_MAKEFILES="$ALL_MAKEFILES \\
26505 dlls/msxml3/Makefile"
26506 test "x$enable_msxml3" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26507 msxml3"
26508 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26509 dlls/msxml3/Makefile: dlls/msxml3/Makefile.in dlls/Makedll.rules"
26510 ac_config_files="$ac_config_files dlls/msxml3/Makefile"
26512 ALL_MAKEFILES="$ALL_MAKEFILES \\
26513 dlls/msxml3/tests/Makefile"
26514 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26515 msxml3/tests"
26516 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26517 dlls/msxml3/tests/Makefile: dlls/msxml3/tests/Makefile.in dlls/Maketest.rules"
26518 ac_config_files="$ac_config_files dlls/msxml3/tests/Makefile"
26520 ALL_MAKEFILES="$ALL_MAKEFILES \\
26521 dlls/nddeapi/Makefile"
26522 test "x$enable_nddeapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26523 nddeapi"
26524 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26525 dlls/nddeapi/Makefile: dlls/nddeapi/Makefile.in dlls/Makedll.rules"
26526 ac_config_files="$ac_config_files dlls/nddeapi/Makefile"
26528 ALL_MAKEFILES="$ALL_MAKEFILES \\
26529 dlls/netapi32/Makefile"
26530 test "x$enable_netapi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26531 netapi32"
26532 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26533 dlls/netapi32/Makefile: dlls/netapi32/Makefile.in dlls/Makedll.rules"
26534 ac_config_files="$ac_config_files dlls/netapi32/Makefile"
26536 ALL_MAKEFILES="$ALL_MAKEFILES \\
26537 dlls/netapi32/tests/Makefile"
26538 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26539 netapi32/tests"
26540 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26541 dlls/netapi32/tests/Makefile: dlls/netapi32/tests/Makefile.in dlls/Maketest.rules"
26542 ac_config_files="$ac_config_files dlls/netapi32/tests/Makefile"
26544 ALL_MAKEFILES="$ALL_MAKEFILES \\
26545 dlls/newdev/Makefile"
26546 test "x$enable_newdev" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26547 newdev"
26548 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26549 dlls/newdev/Makefile: dlls/newdev/Makefile.in dlls/Makedll.rules"
26550 ac_config_files="$ac_config_files dlls/newdev/Makefile"
26552 ALL_MAKEFILES="$ALL_MAKEFILES \\
26553 dlls/ntdll/Makefile"
26554 test "x$enable_ntdll" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26555 ntdll"
26556 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26557 dlls/ntdll/Makefile: dlls/ntdll/Makefile.in dlls/Makedll.rules"
26558 ac_config_files="$ac_config_files dlls/ntdll/Makefile"
26560 ALL_MAKEFILES="$ALL_MAKEFILES \\
26561 dlls/ntdll/tests/Makefile"
26562 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26563 ntdll/tests"
26564 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26565 dlls/ntdll/tests/Makefile: dlls/ntdll/tests/Makefile.in dlls/Maketest.rules"
26566 ac_config_files="$ac_config_files dlls/ntdll/tests/Makefile"
26568 ALL_MAKEFILES="$ALL_MAKEFILES \\
26569 dlls/ntdsapi/Makefile"
26570 test "x$enable_ntdsapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26571 ntdsapi"
26572 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26573 dlls/ntdsapi/Makefile: dlls/ntdsapi/Makefile.in dlls/Makedll.rules"
26574 ac_config_files="$ac_config_files dlls/ntdsapi/Makefile"
26576 ALL_MAKEFILES="$ALL_MAKEFILES \\
26577 dlls/ntdsapi/tests/Makefile"
26578 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26579 ntdsapi/tests"
26580 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26581 dlls/ntdsapi/tests/Makefile: dlls/ntdsapi/tests/Makefile.in dlls/Maketest.rules"
26582 ac_config_files="$ac_config_files dlls/ntdsapi/tests/Makefile"
26584 ALL_MAKEFILES="$ALL_MAKEFILES \\
26585 dlls/ntoskrnl.exe/Makefile"
26586 test "x$enable_ntoskrnl_exe" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26587 ntoskrnl.exe"
26588 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26589 dlls/ntoskrnl.exe/Makefile: dlls/ntoskrnl.exe/Makefile.in dlls/Makedll.rules"
26590 ac_config_files="$ac_config_files dlls/ntoskrnl.exe/Makefile"
26592 ALL_MAKEFILES="$ALL_MAKEFILES \\
26593 dlls/ntprint/Makefile"
26594 test "x$enable_ntprint" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26595 ntprint"
26596 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26597 dlls/ntprint/Makefile: dlls/ntprint/Makefile.in dlls/Makedll.rules"
26598 ac_config_files="$ac_config_files dlls/ntprint/Makefile"
26600 ALL_MAKEFILES="$ALL_MAKEFILES \\
26601 dlls/ntprint/tests/Makefile"
26602 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26603 ntprint/tests"
26604 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26605 dlls/ntprint/tests/Makefile: dlls/ntprint/tests/Makefile.in dlls/Maketest.rules"
26606 ac_config_files="$ac_config_files dlls/ntprint/tests/Makefile"
26608 ALL_MAKEFILES="$ALL_MAKEFILES \\
26609 dlls/objsel/Makefile"
26610 test "x$enable_objsel" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26611 objsel"
26612 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26613 dlls/objsel/Makefile: dlls/objsel/Makefile.in dlls/Makedll.rules"
26614 ac_config_files="$ac_config_files dlls/objsel/Makefile"
26616 ALL_MAKEFILES="$ALL_MAKEFILES \\
26617 dlls/odbc32/Makefile"
26618 test "x$enable_odbc32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26619 odbc32"
26620 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26621 dlls/odbc32/Makefile: dlls/odbc32/Makefile.in dlls/Makedll.rules"
26622 ac_config_files="$ac_config_files dlls/odbc32/Makefile"
26624 ALL_MAKEFILES="$ALL_MAKEFILES \\
26625 dlls/odbccp32/Makefile"
26626 test "x$enable_odbccp32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26627 odbccp32"
26628 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26629 dlls/odbccp32/Makefile: dlls/odbccp32/Makefile.in dlls/Makedll.rules"
26630 ac_config_files="$ac_config_files dlls/odbccp32/Makefile"
26632 ALL_MAKEFILES="$ALL_MAKEFILES \\
26633 dlls/odbccp32/tests/Makefile"
26634 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26635 odbccp32/tests"
26636 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26637 dlls/odbccp32/tests/Makefile: dlls/odbccp32/tests/Makefile.in dlls/Maketest.rules"
26638 ac_config_files="$ac_config_files dlls/odbccp32/tests/Makefile"
26640 ALL_MAKEFILES="$ALL_MAKEFILES \\
26641 dlls/ole2.dll16/Makefile"
26642 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26643 ole2.dll16"
26644 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26645 dlls/ole2.dll16/Makefile: dlls/ole2.dll16/Makefile.in dlls/Makedll.rules"
26646 ac_config_files="$ac_config_files dlls/ole2.dll16/Makefile"
26648 ALL_MAKEFILES="$ALL_MAKEFILES \\
26649 dlls/ole2conv.dll16/Makefile"
26650 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26651 ole2conv.dll16"
26652 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26653 dlls/ole2conv.dll16/Makefile: dlls/ole2conv.dll16/Makefile.in dlls/Makedll.rules"
26654 ac_config_files="$ac_config_files dlls/ole2conv.dll16/Makefile"
26656 ALL_MAKEFILES="$ALL_MAKEFILES \\
26657 dlls/ole2disp.dll16/Makefile"
26658 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26659 ole2disp.dll16"
26660 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26661 dlls/ole2disp.dll16/Makefile: dlls/ole2disp.dll16/Makefile.in dlls/Makedll.rules"
26662 ac_config_files="$ac_config_files dlls/ole2disp.dll16/Makefile"
26664 ALL_MAKEFILES="$ALL_MAKEFILES \\
26665 dlls/ole2nls.dll16/Makefile"
26666 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26667 ole2nls.dll16"
26668 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26669 dlls/ole2nls.dll16/Makefile: dlls/ole2nls.dll16/Makefile.in dlls/Makedll.rules"
26670 ac_config_files="$ac_config_files dlls/ole2nls.dll16/Makefile"
26672 ALL_MAKEFILES="$ALL_MAKEFILES \\
26673 dlls/ole2prox.dll16/Makefile"
26674 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26675 ole2prox.dll16"
26676 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26677 dlls/ole2prox.dll16/Makefile: dlls/ole2prox.dll16/Makefile.in dlls/Makedll.rules"
26678 ac_config_files="$ac_config_files dlls/ole2prox.dll16/Makefile"
26680 ALL_MAKEFILES="$ALL_MAKEFILES \\
26681 dlls/ole2thk.dll16/Makefile"
26682 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26683 ole2thk.dll16"
26684 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26685 dlls/ole2thk.dll16/Makefile: dlls/ole2thk.dll16/Makefile.in dlls/Makedll.rules"
26686 ac_config_files="$ac_config_files dlls/ole2thk.dll16/Makefile"
26688 ALL_MAKEFILES="$ALL_MAKEFILES \\
26689 dlls/ole32/Makefile"
26690 test "x$enable_ole32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26691 ole32"
26692 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26693 dlls/ole32/Makefile: dlls/ole32/Makefile.in dlls/Makedll.rules"
26694 ac_config_files="$ac_config_files dlls/ole32/Makefile"
26696 ALL_MAKEFILES="$ALL_MAKEFILES \\
26697 dlls/ole32/tests/Makefile"
26698 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26699 ole32/tests"
26700 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26701 dlls/ole32/tests/Makefile: dlls/ole32/tests/Makefile.in dlls/Maketest.rules"
26702 ac_config_files="$ac_config_files dlls/ole32/tests/Makefile"
26704 ALL_MAKEFILES="$ALL_MAKEFILES \\
26705 dlls/oleacc/Makefile"
26706 test "x$enable_oleacc" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26707 oleacc"
26708 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26709 dlls/oleacc/Makefile: dlls/oleacc/Makefile.in dlls/Makedll.rules"
26710 ac_config_files="$ac_config_files dlls/oleacc/Makefile"
26712 ALL_MAKEFILES="$ALL_MAKEFILES \\
26713 dlls/oleacc/tests/Makefile"
26714 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26715 oleacc/tests"
26716 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26717 dlls/oleacc/tests/Makefile: dlls/oleacc/tests/Makefile.in dlls/Maketest.rules"
26718 ac_config_files="$ac_config_files dlls/oleacc/tests/Makefile"
26720 ALL_MAKEFILES="$ALL_MAKEFILES \\
26721 dlls/oleaut32/Makefile"
26722 test "x$enable_oleaut32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26723 oleaut32"
26724 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26725 dlls/oleaut32/Makefile: dlls/oleaut32/Makefile.in dlls/Makedll.rules"
26726 ac_config_files="$ac_config_files dlls/oleaut32/Makefile"
26728 ALL_MAKEFILES="$ALL_MAKEFILES \\
26729 dlls/oleaut32/tests/Makefile"
26730 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26731 oleaut32/tests"
26732 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26733 dlls/oleaut32/tests/Makefile: dlls/oleaut32/tests/Makefile.in dlls/Maketest.rules"
26734 ac_config_files="$ac_config_files dlls/oleaut32/tests/Makefile"
26736 ALL_MAKEFILES="$ALL_MAKEFILES \\
26737 dlls/olecli.dll16/Makefile"
26738 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26739 olecli.dll16"
26740 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26741 dlls/olecli.dll16/Makefile: dlls/olecli.dll16/Makefile.in dlls/Makedll.rules"
26742 ac_config_files="$ac_config_files dlls/olecli.dll16/Makefile"
26744 ALL_MAKEFILES="$ALL_MAKEFILES \\
26745 dlls/olecli32/Makefile"
26746 test "x$enable_olecli32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26747 olecli32"
26748 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26749 dlls/olecli32/Makefile: dlls/olecli32/Makefile.in dlls/Makedll.rules"
26750 ac_config_files="$ac_config_files dlls/olecli32/Makefile"
26752 ALL_MAKEFILES="$ALL_MAKEFILES \\
26753 dlls/oledlg/Makefile"
26754 test "x$enable_oledlg" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26755 oledlg"
26756 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26757 dlls/oledlg/Makefile: dlls/oledlg/Makefile.in dlls/Makedll.rules"
26758 ac_config_files="$ac_config_files dlls/oledlg/Makefile"
26760 ALL_MAKEFILES="$ALL_MAKEFILES \\
26761 dlls/olepro32/Makefile"
26762 test "x$enable_olepro32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26763 olepro32"
26764 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26765 dlls/olepro32/Makefile: dlls/olepro32/Makefile.in dlls/Makedll.rules"
26766 ac_config_files="$ac_config_files dlls/olepro32/Makefile"
26768 ALL_MAKEFILES="$ALL_MAKEFILES \\
26769 dlls/olesvr.dll16/Makefile"
26770 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26771 olesvr.dll16"
26772 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26773 dlls/olesvr.dll16/Makefile: dlls/olesvr.dll16/Makefile.in dlls/Makedll.rules"
26774 ac_config_files="$ac_config_files dlls/olesvr.dll16/Makefile"
26776 ALL_MAKEFILES="$ALL_MAKEFILES \\
26777 dlls/olesvr32/Makefile"
26778 test "x$enable_olesvr32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26779 olesvr32"
26780 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26781 dlls/olesvr32/Makefile: dlls/olesvr32/Makefile.in dlls/Makedll.rules"
26782 ac_config_files="$ac_config_files dlls/olesvr32/Makefile"
26784 ALL_MAKEFILES="$ALL_MAKEFILES \\
26785 dlls/olethk32/Makefile"
26786 test "x$enable_olethk32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26787 olethk32"
26788 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26789 dlls/olethk32/Makefile: dlls/olethk32/Makefile.in dlls/Makedll.rules"
26790 ac_config_files="$ac_config_files dlls/olethk32/Makefile"
26792 ALL_MAKEFILES="$ALL_MAKEFILES \\
26793 dlls/opengl32/Makefile"
26794 test "x$enable_opengl32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26795 opengl32"
26796 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26797 dlls/opengl32/Makefile: dlls/opengl32/Makefile.in dlls/Makedll.rules"
26798 ac_config_files="$ac_config_files dlls/opengl32/Makefile"
26800 ALL_MAKEFILES="$ALL_MAKEFILES \\
26801 dlls/opengl32/tests/Makefile"
26802 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26803 opengl32/tests"
26804 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26805 dlls/opengl32/tests/Makefile: dlls/opengl32/tests/Makefile.in dlls/Maketest.rules"
26806 ac_config_files="$ac_config_files dlls/opengl32/tests/Makefile"
26808 ALL_MAKEFILES="$ALL_MAKEFILES \\
26809 dlls/pdh/Makefile"
26810 test "x$enable_pdh" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26811 pdh"
26812 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26813 dlls/pdh/Makefile: dlls/pdh/Makefile.in dlls/Makedll.rules"
26814 ac_config_files="$ac_config_files dlls/pdh/Makefile"
26816 ALL_MAKEFILES="$ALL_MAKEFILES \\
26817 dlls/pdh/tests/Makefile"
26818 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26819 pdh/tests"
26820 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26821 dlls/pdh/tests/Makefile: dlls/pdh/tests/Makefile.in dlls/Maketest.rules"
26822 ac_config_files="$ac_config_files dlls/pdh/tests/Makefile"
26824 ALL_MAKEFILES="$ALL_MAKEFILES \\
26825 dlls/pidgen/Makefile"
26826 test "x$enable_pidgen" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26827 pidgen"
26828 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26829 dlls/pidgen/Makefile: dlls/pidgen/Makefile.in dlls/Makedll.rules"
26830 ac_config_files="$ac_config_files dlls/pidgen/Makefile"
26832 ALL_MAKEFILES="$ALL_MAKEFILES \\
26833 dlls/powrprof/Makefile"
26834 test "x$enable_powrprof" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26835 powrprof"
26836 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26837 dlls/powrprof/Makefile: dlls/powrprof/Makefile.in dlls/Makedll.rules"
26838 ac_config_files="$ac_config_files dlls/powrprof/Makefile"
26840 ALL_MAKEFILES="$ALL_MAKEFILES \\
26841 dlls/printui/Makefile"
26842 test "x$enable_printui" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26843 printui"
26844 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26845 dlls/printui/Makefile: dlls/printui/Makefile.in dlls/Makedll.rules"
26846 ac_config_files="$ac_config_files dlls/printui/Makefile"
26848 ALL_MAKEFILES="$ALL_MAKEFILES \\
26849 dlls/propsys/Makefile"
26850 test "x$enable_propsys" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26851 propsys"
26852 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26853 dlls/propsys/Makefile: dlls/propsys/Makefile.in dlls/Makedll.rules"
26854 ac_config_files="$ac_config_files dlls/propsys/Makefile"
26856 ALL_MAKEFILES="$ALL_MAKEFILES \\
26857 dlls/psapi/Makefile"
26858 test "x$enable_psapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26859 psapi"
26860 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26861 dlls/psapi/Makefile: dlls/psapi/Makefile.in dlls/Makedll.rules"
26862 ac_config_files="$ac_config_files dlls/psapi/Makefile"
26864 ALL_MAKEFILES="$ALL_MAKEFILES \\
26865 dlls/psapi/tests/Makefile"
26866 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26867 psapi/tests"
26868 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26869 dlls/psapi/tests/Makefile: dlls/psapi/tests/Makefile.in dlls/Maketest.rules"
26870 ac_config_files="$ac_config_files dlls/psapi/tests/Makefile"
26872 ALL_MAKEFILES="$ALL_MAKEFILES \\
26873 dlls/pstorec/Makefile"
26874 test "x$enable_pstorec" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26875 pstorec"
26876 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26877 dlls/pstorec/Makefile: dlls/pstorec/Makefile.in dlls/Makedll.rules"
26878 ac_config_files="$ac_config_files dlls/pstorec/Makefile"
26880 ALL_MAKEFILES="$ALL_MAKEFILES \\
26881 dlls/qcap/Makefile"
26882 test "x$enable_qcap" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26883 qcap"
26884 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26885 dlls/qcap/Makefile: dlls/qcap/Makefile.in dlls/Makedll.rules"
26886 ac_config_files="$ac_config_files dlls/qcap/Makefile"
26888 ALL_MAKEFILES="$ALL_MAKEFILES \\
26889 dlls/qedit/Makefile"
26890 test "x$enable_qedit" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26891 qedit"
26892 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26893 dlls/qedit/Makefile: dlls/qedit/Makefile.in dlls/Makedll.rules"
26894 ac_config_files="$ac_config_files dlls/qedit/Makefile"
26896 ALL_MAKEFILES="$ALL_MAKEFILES \\
26897 dlls/qedit/tests/Makefile"
26898 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26899 qedit/tests"
26900 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26901 dlls/qedit/tests/Makefile: dlls/qedit/tests/Makefile.in dlls/Maketest.rules"
26902 ac_config_files="$ac_config_files dlls/qedit/tests/Makefile"
26904 ALL_MAKEFILES="$ALL_MAKEFILES \\
26905 dlls/qmgr/Makefile"
26906 test "x$enable_qmgr" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26907 qmgr"
26908 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26909 dlls/qmgr/Makefile: dlls/qmgr/Makefile.in dlls/Makedll.rules"
26910 ac_config_files="$ac_config_files dlls/qmgr/Makefile"
26912 ALL_MAKEFILES="$ALL_MAKEFILES \\
26913 dlls/qmgr/tests/Makefile"
26914 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26915 qmgr/tests"
26916 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26917 dlls/qmgr/tests/Makefile: dlls/qmgr/tests/Makefile.in dlls/Maketest.rules"
26918 ac_config_files="$ac_config_files dlls/qmgr/tests/Makefile"
26920 ALL_MAKEFILES="$ALL_MAKEFILES \\
26921 dlls/qmgrprxy/Makefile"
26922 test "x$enable_qmgrprxy" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26923 qmgrprxy"
26924 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26925 dlls/qmgrprxy/Makefile: dlls/qmgrprxy/Makefile.in dlls/Makedll.rules"
26926 ac_config_files="$ac_config_files dlls/qmgrprxy/Makefile"
26928 ALL_MAKEFILES="$ALL_MAKEFILES \\
26929 dlls/quartz/Makefile"
26930 test "x$enable_quartz" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26931 quartz"
26932 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26933 dlls/quartz/Makefile: dlls/quartz/Makefile.in dlls/Makedll.rules"
26934 ac_config_files="$ac_config_files dlls/quartz/Makefile"
26936 ALL_MAKEFILES="$ALL_MAKEFILES \\
26937 dlls/quartz/tests/Makefile"
26938 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26939 quartz/tests"
26940 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26941 dlls/quartz/tests/Makefile: dlls/quartz/tests/Makefile.in dlls/Maketest.rules"
26942 ac_config_files="$ac_config_files dlls/quartz/tests/Makefile"
26944 ALL_MAKEFILES="$ALL_MAKEFILES \\
26945 dlls/query/Makefile"
26946 test "x$enable_query" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26947 query"
26948 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26949 dlls/query/Makefile: dlls/query/Makefile.in dlls/Makedll.rules"
26950 ac_config_files="$ac_config_files dlls/query/Makefile"
26952 ALL_MAKEFILES="$ALL_MAKEFILES \\
26953 dlls/rasapi16.dll16/Makefile"
26954 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26955 rasapi16.dll16"
26956 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26957 dlls/rasapi16.dll16/Makefile: dlls/rasapi16.dll16/Makefile.in dlls/Makedll.rules"
26958 ac_config_files="$ac_config_files dlls/rasapi16.dll16/Makefile"
26960 ALL_MAKEFILES="$ALL_MAKEFILES \\
26961 dlls/rasapi32/Makefile"
26962 test "x$enable_rasapi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26963 rasapi32"
26964 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26965 dlls/rasapi32/Makefile: dlls/rasapi32/Makefile.in dlls/Makedll.rules"
26966 ac_config_files="$ac_config_files dlls/rasapi32/Makefile"
26968 ALL_MAKEFILES="$ALL_MAKEFILES \\
26969 dlls/rasapi32/tests/Makefile"
26970 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26971 rasapi32/tests"
26972 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26973 dlls/rasapi32/tests/Makefile: dlls/rasapi32/tests/Makefile.in dlls/Maketest.rules"
26974 ac_config_files="$ac_config_files dlls/rasapi32/tests/Makefile"
26976 ALL_MAKEFILES="$ALL_MAKEFILES \\
26977 dlls/rasdlg/Makefile"
26978 test "x$enable_rasdlg" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26979 rasdlg"
26980 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26981 dlls/rasdlg/Makefile: dlls/rasdlg/Makefile.in dlls/Makedll.rules"
26982 ac_config_files="$ac_config_files dlls/rasdlg/Makefile"
26984 ALL_MAKEFILES="$ALL_MAKEFILES \\
26985 dlls/resutils/Makefile"
26986 test "x$enable_resutils" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26987 resutils"
26988 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26989 dlls/resutils/Makefile: dlls/resutils/Makefile.in dlls/Makedll.rules"
26990 ac_config_files="$ac_config_files dlls/resutils/Makefile"
26992 ALL_MAKEFILES="$ALL_MAKEFILES \\
26993 dlls/riched20/Makefile"
26994 test "x$enable_riched20" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26995 riched20"
26996 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26997 dlls/riched20/Makefile: dlls/riched20/Makefile.in dlls/Makedll.rules"
26998 ac_config_files="$ac_config_files dlls/riched20/Makefile"
27000 ALL_MAKEFILES="$ALL_MAKEFILES \\
27001 dlls/riched20/tests/Makefile"
27002 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
27003 riched20/tests"
27004 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27005 dlls/riched20/tests/Makefile: dlls/riched20/tests/Makefile.in dlls/Maketest.rules"
27006 ac_config_files="$ac_config_files dlls/riched20/tests/Makefile"
27008 ALL_MAKEFILES="$ALL_MAKEFILES \\
27009 dlls/riched32/Makefile"
27010 test "x$enable_riched32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27011 riched32"
27012 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27013 dlls/riched32/Makefile: dlls/riched32/Makefile.in dlls/Makedll.rules"
27014 ac_config_files="$ac_config_files dlls/riched32/Makefile"
27016 ALL_MAKEFILES="$ALL_MAKEFILES \\
27017 dlls/riched32/tests/Makefile"
27018 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
27019 riched32/tests"
27020 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27021 dlls/riched32/tests/Makefile: dlls/riched32/tests/Makefile.in dlls/Maketest.rules"
27022 ac_config_files="$ac_config_files dlls/riched32/tests/Makefile"
27024 ALL_MAKEFILES="$ALL_MAKEFILES \\
27025 dlls/rpcrt4/Makefile"
27026 test "x$enable_rpcrt4" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27027 rpcrt4"
27028 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27029 dlls/rpcrt4/Makefile: dlls/rpcrt4/Makefile.in dlls/Makedll.rules"
27030 ac_config_files="$ac_config_files dlls/rpcrt4/Makefile"
27032 ALL_MAKEFILES="$ALL_MAKEFILES \\
27033 dlls/rpcrt4/tests/Makefile"
27034 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
27035 rpcrt4/tests"
27036 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27037 dlls/rpcrt4/tests/Makefile: dlls/rpcrt4/tests/Makefile.in dlls/Maketest.rules"
27038 ac_config_files="$ac_config_files dlls/rpcrt4/tests/Makefile"
27040 ALL_MAKEFILES="$ALL_MAKEFILES \\
27041 dlls/rsabase/Makefile"
27042 test "x$enable_rsabase" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27043 rsabase"
27044 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27045 dlls/rsabase/Makefile: dlls/rsabase/Makefile.in dlls/Makedll.rules"
27046 ac_config_files="$ac_config_files dlls/rsabase/Makefile"
27048 ALL_MAKEFILES="$ALL_MAKEFILES \\
27049 dlls/rsaenh/Makefile"
27050 test "x$enable_rsaenh" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27051 rsaenh"
27052 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27053 dlls/rsaenh/Makefile: dlls/rsaenh/Makefile.in dlls/Makedll.rules"
27054 ac_config_files="$ac_config_files dlls/rsaenh/Makefile"
27056 ALL_MAKEFILES="$ALL_MAKEFILES \\
27057 dlls/rsaenh/tests/Makefile"
27058 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
27059 rsaenh/tests"
27060 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27061 dlls/rsaenh/tests/Makefile: dlls/rsaenh/tests/Makefile.in dlls/Maketest.rules"
27062 ac_config_files="$ac_config_files dlls/rsaenh/tests/Makefile"
27064 ALL_MAKEFILES="$ALL_MAKEFILES \\
27065 dlls/sane.ds/Makefile"
27066 test "x$enable_sane_ds" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27067 sane.ds"
27068 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27069 dlls/sane.ds/Makefile: dlls/sane.ds/Makefile.in dlls/Makedll.rules"
27070 ac_config_files="$ac_config_files dlls/sane.ds/Makefile"
27072 ALL_MAKEFILES="$ALL_MAKEFILES \\
27073 dlls/sccbase/Makefile"
27074 test "x$enable_sccbase" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27075 sccbase"
27076 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27077 dlls/sccbase/Makefile: dlls/sccbase/Makefile.in dlls/Makedll.rules"
27078 ac_config_files="$ac_config_files dlls/sccbase/Makefile"
27080 ALL_MAKEFILES="$ALL_MAKEFILES \\
27081 dlls/schannel/Makefile"
27082 test "x$enable_schannel" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27083 schannel"
27084 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27085 dlls/schannel/Makefile: dlls/schannel/Makefile.in dlls/Makedll.rules"
27086 ac_config_files="$ac_config_files dlls/schannel/Makefile"
27088 ALL_MAKEFILES="$ALL_MAKEFILES \\
27089 dlls/schannel/tests/Makefile"
27090 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
27091 schannel/tests"
27092 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27093 dlls/schannel/tests/Makefile: dlls/schannel/tests/Makefile.in dlls/Maketest.rules"
27094 ac_config_files="$ac_config_files dlls/schannel/tests/Makefile"
27096 ALL_MAKEFILES="$ALL_MAKEFILES \\
27097 dlls/secur32/Makefile"
27098 test "x$enable_secur32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27099 secur32"
27100 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27101 dlls/secur32/Makefile: dlls/secur32/Makefile.in dlls/Makedll.rules"
27102 ac_config_files="$ac_config_files dlls/secur32/Makefile"
27104 ALL_MAKEFILES="$ALL_MAKEFILES \\
27105 dlls/secur32/tests/Makefile"
27106 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
27107 secur32/tests"
27108 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27109 dlls/secur32/tests/Makefile: dlls/secur32/tests/Makefile.in dlls/Maketest.rules"
27110 ac_config_files="$ac_config_files dlls/secur32/tests/Makefile"
27112 ALL_MAKEFILES="$ALL_MAKEFILES \\
27113 dlls/security/Makefile"
27114 test "x$enable_security" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27115 security"
27116 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27117 dlls/security/Makefile: dlls/security/Makefile.in dlls/Makedll.rules"
27118 ac_config_files="$ac_config_files dlls/security/Makefile"
27120 ALL_MAKEFILES="$ALL_MAKEFILES \\
27121 dlls/sensapi/Makefile"
27122 test "x$enable_sensapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27123 sensapi"
27124 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27125 dlls/sensapi/Makefile: dlls/sensapi/Makefile.in dlls/Makedll.rules"
27126 ac_config_files="$ac_config_files dlls/sensapi/Makefile"
27128 ALL_MAKEFILES="$ALL_MAKEFILES \\
27129 dlls/serialui/Makefile"
27130 test "x$enable_serialui" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27131 serialui"
27132 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27133 dlls/serialui/Makefile: dlls/serialui/Makefile.in dlls/Makedll.rules"
27134 ac_config_files="$ac_config_files dlls/serialui/Makefile"
27136 ALL_MAKEFILES="$ALL_MAKEFILES \\
27137 dlls/serialui/tests/Makefile"
27138 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
27139 serialui/tests"
27140 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27141 dlls/serialui/tests/Makefile: dlls/serialui/tests/Makefile.in dlls/Maketest.rules"
27142 ac_config_files="$ac_config_files dlls/serialui/tests/Makefile"
27144 ALL_MAKEFILES="$ALL_MAKEFILES \\
27145 dlls/setupapi/Makefile"
27146 test "x$enable_setupapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27147 setupapi"
27148 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27149 dlls/setupapi/Makefile: dlls/setupapi/Makefile.in dlls/Makedll.rules"
27150 ac_config_files="$ac_config_files dlls/setupapi/Makefile"
27152 ALL_MAKEFILES="$ALL_MAKEFILES \\
27153 dlls/setupapi/tests/Makefile"
27154 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
27155 setupapi/tests"
27156 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27157 dlls/setupapi/tests/Makefile: dlls/setupapi/tests/Makefile.in dlls/Maketest.rules"
27158 ac_config_files="$ac_config_files dlls/setupapi/tests/Makefile"
27160 ALL_MAKEFILES="$ALL_MAKEFILES \\
27161 dlls/sfc/Makefile"
27162 test "x$enable_sfc" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27163 sfc"
27164 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27165 dlls/sfc/Makefile: dlls/sfc/Makefile.in dlls/Makedll.rules"
27166 ac_config_files="$ac_config_files dlls/sfc/Makefile"
27168 ALL_MAKEFILES="$ALL_MAKEFILES \\
27169 dlls/sfc_os/Makefile"
27170 test "x$enable_sfc_os" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27171 sfc_os"
27172 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27173 dlls/sfc_os/Makefile: dlls/sfc_os/Makefile.in dlls/Makedll.rules"
27174 ac_config_files="$ac_config_files dlls/sfc_os/Makefile"
27176 ALL_MAKEFILES="$ALL_MAKEFILES \\
27177 dlls/shdoclc/Makefile"
27178 test "x$enable_shdoclc" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27179 shdoclc"
27180 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27181 dlls/shdoclc/Makefile: dlls/shdoclc/Makefile.in dlls/Makedll.rules"
27182 ac_config_files="$ac_config_files dlls/shdoclc/Makefile"
27184 ALL_MAKEFILES="$ALL_MAKEFILES \\
27185 dlls/shdocvw/Makefile"
27186 test "x$enable_shdocvw" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27187 shdocvw"
27188 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27189 dlls/shdocvw/Makefile: dlls/shdocvw/Makefile.in dlls/Makedll.rules"
27190 ac_config_files="$ac_config_files dlls/shdocvw/Makefile"
27192 ALL_MAKEFILES="$ALL_MAKEFILES \\
27193 dlls/shdocvw/tests/Makefile"
27194 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
27195 shdocvw/tests"
27196 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27197 dlls/shdocvw/tests/Makefile: dlls/shdocvw/tests/Makefile.in dlls/Maketest.rules"
27198 ac_config_files="$ac_config_files dlls/shdocvw/tests/Makefile"
27200 ALL_MAKEFILES="$ALL_MAKEFILES \\
27201 dlls/shell.dll16/Makefile"
27202 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27203 shell.dll16"
27204 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27205 dlls/shell.dll16/Makefile: dlls/shell.dll16/Makefile.in dlls/Makedll.rules"
27206 ac_config_files="$ac_config_files dlls/shell.dll16/Makefile"
27208 ALL_MAKEFILES="$ALL_MAKEFILES \\
27209 dlls/shell32/Makefile"
27210 test "x$enable_shell32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27211 shell32"
27212 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27213 dlls/shell32/Makefile: dlls/shell32/Makefile.in dlls/Makedll.rules"
27214 ac_config_files="$ac_config_files dlls/shell32/Makefile"
27216 ALL_MAKEFILES="$ALL_MAKEFILES \\
27217 dlls/shell32/tests/Makefile"
27218 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
27219 shell32/tests"
27220 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27221 dlls/shell32/tests/Makefile: dlls/shell32/tests/Makefile.in dlls/Maketest.rules"
27222 ac_config_files="$ac_config_files dlls/shell32/tests/Makefile"
27224 ALL_MAKEFILES="$ALL_MAKEFILES \\
27225 dlls/shfolder/Makefile"
27226 test "x$enable_shfolder" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27227 shfolder"
27228 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27229 dlls/shfolder/Makefile: dlls/shfolder/Makefile.in dlls/Makedll.rules"
27230 ac_config_files="$ac_config_files dlls/shfolder/Makefile"
27232 ALL_MAKEFILES="$ALL_MAKEFILES \\
27233 dlls/shlwapi/Makefile"
27234 test "x$enable_shlwapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27235 shlwapi"
27236 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27237 dlls/shlwapi/Makefile: dlls/shlwapi/Makefile.in dlls/Makedll.rules"
27238 ac_config_files="$ac_config_files dlls/shlwapi/Makefile"
27240 ALL_MAKEFILES="$ALL_MAKEFILES \\
27241 dlls/shlwapi/tests/Makefile"
27242 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
27243 shlwapi/tests"
27244 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27245 dlls/shlwapi/tests/Makefile: dlls/shlwapi/tests/Makefile.in dlls/Maketest.rules"
27246 ac_config_files="$ac_config_files dlls/shlwapi/tests/Makefile"
27248 ALL_MAKEFILES="$ALL_MAKEFILES \\
27249 dlls/slbcsp/Makefile"
27250 test "x$enable_slbcsp" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27251 slbcsp"
27252 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27253 dlls/slbcsp/Makefile: dlls/slbcsp/Makefile.in dlls/Makedll.rules"
27254 ac_config_files="$ac_config_files dlls/slbcsp/Makefile"
27256 ALL_MAKEFILES="$ALL_MAKEFILES \\
27257 dlls/slc/Makefile"
27258 test "x$enable_slc" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27259 slc"
27260 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27261 dlls/slc/Makefile: dlls/slc/Makefile.in dlls/Makedll.rules"
27262 ac_config_files="$ac_config_files dlls/slc/Makefile"
27264 ALL_MAKEFILES="$ALL_MAKEFILES \\
27265 dlls/snmpapi/Makefile"
27266 test "x$enable_snmpapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27267 snmpapi"
27268 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27269 dlls/snmpapi/Makefile: dlls/snmpapi/Makefile.in dlls/Makedll.rules"
27270 ac_config_files="$ac_config_files dlls/snmpapi/Makefile"
27272 ALL_MAKEFILES="$ALL_MAKEFILES \\
27273 dlls/snmpapi/tests/Makefile"
27274 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
27275 snmpapi/tests"
27276 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27277 dlls/snmpapi/tests/Makefile: dlls/snmpapi/tests/Makefile.in dlls/Maketest.rules"
27278 ac_config_files="$ac_config_files dlls/snmpapi/tests/Makefile"
27280 ALL_MAKEFILES="$ALL_MAKEFILES \\
27281 dlls/softpub/Makefile"
27282 test "x$enable_softpub" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27283 softpub"
27284 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27285 dlls/softpub/Makefile: dlls/softpub/Makefile.in dlls/Makedll.rules"
27286 ac_config_files="$ac_config_files dlls/softpub/Makefile"
27288 ALL_MAKEFILES="$ALL_MAKEFILES \\
27289 dlls/sound.drv16/Makefile"
27290 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27291 sound.drv16"
27292 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27293 dlls/sound.drv16/Makefile: dlls/sound.drv16/Makefile.in dlls/Makedll.rules"
27294 ac_config_files="$ac_config_files dlls/sound.drv16/Makefile"
27296 ALL_MAKEFILES="$ALL_MAKEFILES \\
27297 dlls/spoolss/Makefile"
27298 test "x$enable_spoolss" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27299 spoolss"
27300 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27301 dlls/spoolss/Makefile: dlls/spoolss/Makefile.in dlls/Makedll.rules"
27302 ac_config_files="$ac_config_files dlls/spoolss/Makefile"
27304 ALL_MAKEFILES="$ALL_MAKEFILES \\
27305 dlls/spoolss/tests/Makefile"
27306 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
27307 spoolss/tests"
27308 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27309 dlls/spoolss/tests/Makefile: dlls/spoolss/tests/Makefile.in dlls/Maketest.rules"
27310 ac_config_files="$ac_config_files dlls/spoolss/tests/Makefile"
27312 ALL_MAKEFILES="$ALL_MAKEFILES \\
27313 dlls/stdole2.tlb/Makefile"
27314 test "x$enable_stdole2_tlb" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27315 stdole2.tlb"
27316 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27317 dlls/stdole2.tlb/Makefile: dlls/stdole2.tlb/Makefile.in dlls/Makedll.rules"
27318 ac_config_files="$ac_config_files dlls/stdole2.tlb/Makefile"
27320 ALL_MAKEFILES="$ALL_MAKEFILES \\
27321 dlls/stdole32.tlb/Makefile"
27322 test "x$enable_stdole32_tlb" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27323 stdole32.tlb"
27324 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27325 dlls/stdole32.tlb/Makefile: dlls/stdole32.tlb/Makefile.in dlls/Makedll.rules"
27326 ac_config_files="$ac_config_files dlls/stdole32.tlb/Makefile"
27328 ALL_MAKEFILES="$ALL_MAKEFILES \\
27329 dlls/sti/Makefile"
27330 test "x$enable_sti" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27331 sti"
27332 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27333 dlls/sti/Makefile: dlls/sti/Makefile.in dlls/Makedll.rules"
27334 ac_config_files="$ac_config_files dlls/sti/Makefile"
27336 ALL_MAKEFILES="$ALL_MAKEFILES \\
27337 dlls/storage.dll16/Makefile"
27338 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27339 storage.dll16"
27340 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27341 dlls/storage.dll16/Makefile: dlls/storage.dll16/Makefile.in dlls/Makedll.rules"
27342 ac_config_files="$ac_config_files dlls/storage.dll16/Makefile"
27344 ALL_MAKEFILES="$ALL_MAKEFILES \\
27345 dlls/stress.dll16/Makefile"
27346 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27347 stress.dll16"
27348 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27349 dlls/stress.dll16/Makefile: dlls/stress.dll16/Makefile.in dlls/Makedll.rules"
27350 ac_config_files="$ac_config_files dlls/stress.dll16/Makefile"
27352 ALL_MAKEFILES="$ALL_MAKEFILES \\
27353 dlls/strmiids/Makefile"
27354 test "x$enable_strmiids" != xno && ALL_IMPLIB_DIRS="$ALL_IMPLIB_DIRS \\
27355 strmiids"
27356 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27357 dlls/strmiids/Makefile: dlls/strmiids/Makefile.in dlls/Makeimplib.rules"
27358 ac_config_files="$ac_config_files dlls/strmiids/Makefile"
27360 ALL_MAKEFILES="$ALL_MAKEFILES \\
27361 dlls/svrapi/Makefile"
27362 test "x$enable_svrapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27363 svrapi"
27364 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27365 dlls/svrapi/Makefile: dlls/svrapi/Makefile.in dlls/Makedll.rules"
27366 ac_config_files="$ac_config_files dlls/svrapi/Makefile"
27368 ALL_MAKEFILES="$ALL_MAKEFILES \\
27369 dlls/sxs/Makefile"
27370 test "x$enable_sxs" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27371 sxs"
27372 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27373 dlls/sxs/Makefile: dlls/sxs/Makefile.in dlls/Makedll.rules"
27374 ac_config_files="$ac_config_files dlls/sxs/Makefile"
27376 ALL_MAKEFILES="$ALL_MAKEFILES \\
27377 dlls/t2embed/Makefile"
27378 test "x$enable_t2embed" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27379 t2embed"
27380 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27381 dlls/t2embed/Makefile: dlls/t2embed/Makefile.in dlls/Makedll.rules"
27382 ac_config_files="$ac_config_files dlls/t2embed/Makefile"
27384 ALL_MAKEFILES="$ALL_MAKEFILES \\
27385 dlls/tapi32/Makefile"
27386 test "x$enable_tapi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27387 tapi32"
27388 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27389 dlls/tapi32/Makefile: dlls/tapi32/Makefile.in dlls/Makedll.rules"
27390 ac_config_files="$ac_config_files dlls/tapi32/Makefile"
27392 ALL_MAKEFILES="$ALL_MAKEFILES \\
27393 dlls/traffic/Makefile"
27394 test "x$enable_traffic" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27395 traffic"
27396 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27397 dlls/traffic/Makefile: dlls/traffic/Makefile.in dlls/Makedll.rules"
27398 ac_config_files="$ac_config_files dlls/traffic/Makefile"
27400 ALL_MAKEFILES="$ALL_MAKEFILES \\
27401 dlls/twain.dll16/Makefile"
27402 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27403 twain.dll16"
27404 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27405 dlls/twain.dll16/Makefile: dlls/twain.dll16/Makefile.in dlls/Makedll.rules"
27406 ac_config_files="$ac_config_files dlls/twain.dll16/Makefile"
27408 ALL_MAKEFILES="$ALL_MAKEFILES \\
27409 dlls/twain_32/Makefile"
27410 test "x$enable_twain_32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27411 twain_32"
27412 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27413 dlls/twain_32/Makefile: dlls/twain_32/Makefile.in dlls/Makedll.rules"
27414 ac_config_files="$ac_config_files dlls/twain_32/Makefile"
27416 ALL_MAKEFILES="$ALL_MAKEFILES \\
27417 dlls/twain_32/tests/Makefile"
27418 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
27419 twain_32/tests"
27420 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27421 dlls/twain_32/tests/Makefile: dlls/twain_32/tests/Makefile.in dlls/Maketest.rules"
27422 ac_config_files="$ac_config_files dlls/twain_32/tests/Makefile"
27424 ALL_MAKEFILES="$ALL_MAKEFILES \\
27425 dlls/typelib.dll16/Makefile"
27426 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27427 typelib.dll16"
27428 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27429 dlls/typelib.dll16/Makefile: dlls/typelib.dll16/Makefile.in dlls/Makedll.rules"
27430 ac_config_files="$ac_config_files dlls/typelib.dll16/Makefile"
27432 ALL_MAKEFILES="$ALL_MAKEFILES \\
27433 dlls/unicows/Makefile"
27434 test "x$enable_unicows" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27435 unicows"
27436 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27437 dlls/unicows/Makefile: dlls/unicows/Makefile.in dlls/Makedll.rules"
27438 ac_config_files="$ac_config_files dlls/unicows/Makefile"
27440 ALL_MAKEFILES="$ALL_MAKEFILES \\
27441 dlls/updspapi/Makefile"
27442 test "x$enable_updspapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27443 updspapi"
27444 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27445 dlls/updspapi/Makefile: dlls/updspapi/Makefile.in dlls/Makedll.rules"
27446 ac_config_files="$ac_config_files dlls/updspapi/Makefile"
27448 ALL_MAKEFILES="$ALL_MAKEFILES \\
27449 dlls/url/Makefile"
27450 test "x$enable_url" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27451 url"
27452 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27453 dlls/url/Makefile: dlls/url/Makefile.in dlls/Makedll.rules"
27454 ac_config_files="$ac_config_files dlls/url/Makefile"
27456 ALL_MAKEFILES="$ALL_MAKEFILES \\
27457 dlls/urlmon/Makefile"
27458 test "x$enable_urlmon" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27459 urlmon"
27460 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27461 dlls/urlmon/Makefile: dlls/urlmon/Makefile.in dlls/Makedll.rules"
27462 ac_config_files="$ac_config_files dlls/urlmon/Makefile"
27464 ALL_MAKEFILES="$ALL_MAKEFILES \\
27465 dlls/urlmon/tests/Makefile"
27466 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
27467 urlmon/tests"
27468 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27469 dlls/urlmon/tests/Makefile: dlls/urlmon/tests/Makefile.in dlls/Maketest.rules"
27470 ac_config_files="$ac_config_files dlls/urlmon/tests/Makefile"
27472 ALL_MAKEFILES="$ALL_MAKEFILES \\
27473 dlls/user32/Makefile"
27474 test "x$enable_user32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27475 user32"
27476 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27477 dlls/user32/Makefile: dlls/user32/Makefile.in dlls/Makedll.rules"
27478 ac_config_files="$ac_config_files dlls/user32/Makefile"
27480 ALL_MAKEFILES="$ALL_MAKEFILES \\
27481 dlls/user32/tests/Makefile"
27482 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
27483 user32/tests"
27484 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27485 dlls/user32/tests/Makefile: dlls/user32/tests/Makefile.in dlls/Maketest.rules"
27486 ac_config_files="$ac_config_files dlls/user32/tests/Makefile"
27488 ALL_MAKEFILES="$ALL_MAKEFILES \\
27489 dlls/userenv/Makefile"
27490 test "x$enable_userenv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27491 userenv"
27492 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27493 dlls/userenv/Makefile: dlls/userenv/Makefile.in dlls/Makedll.rules"
27494 ac_config_files="$ac_config_files dlls/userenv/Makefile"
27496 ALL_MAKEFILES="$ALL_MAKEFILES \\
27497 dlls/userenv/tests/Makefile"
27498 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
27499 userenv/tests"
27500 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27501 dlls/userenv/tests/Makefile: dlls/userenv/tests/Makefile.in dlls/Maketest.rules"
27502 ac_config_files="$ac_config_files dlls/userenv/tests/Makefile"
27504 ALL_MAKEFILES="$ALL_MAKEFILES \\
27505 dlls/usp10/Makefile"
27506 test "x$enable_usp10" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27507 usp10"
27508 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27509 dlls/usp10/Makefile: dlls/usp10/Makefile.in dlls/Makedll.rules"
27510 ac_config_files="$ac_config_files dlls/usp10/Makefile"
27512 ALL_MAKEFILES="$ALL_MAKEFILES \\
27513 dlls/usp10/tests/Makefile"
27514 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
27515 usp10/tests"
27516 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27517 dlls/usp10/tests/Makefile: dlls/usp10/tests/Makefile.in dlls/Maketest.rules"
27518 ac_config_files="$ac_config_files dlls/usp10/tests/Makefile"
27520 ALL_MAKEFILES="$ALL_MAKEFILES \\
27521 dlls/uuid/Makefile"
27522 test "x$enable_uuid" != xno && ALL_IMPLIB_DIRS="$ALL_IMPLIB_DIRS \\
27523 uuid"
27524 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27525 dlls/uuid/Makefile: dlls/uuid/Makefile.in dlls/Makeimplib.rules"
27526 ac_config_files="$ac_config_files dlls/uuid/Makefile"
27528 ALL_MAKEFILES="$ALL_MAKEFILES \\
27529 dlls/uxtheme/Makefile"
27530 test "x$enable_uxtheme" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27531 uxtheme"
27532 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27533 dlls/uxtheme/Makefile: dlls/uxtheme/Makefile.in dlls/Makedll.rules"
27534 ac_config_files="$ac_config_files dlls/uxtheme/Makefile"
27536 ALL_MAKEFILES="$ALL_MAKEFILES \\
27537 dlls/uxtheme/tests/Makefile"
27538 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
27539 uxtheme/tests"
27540 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27541 dlls/uxtheme/tests/Makefile: dlls/uxtheme/tests/Makefile.in dlls/Maketest.rules"
27542 ac_config_files="$ac_config_files dlls/uxtheme/tests/Makefile"
27544 ALL_MAKEFILES="$ALL_MAKEFILES \\
27545 dlls/vdhcp.vxd/Makefile"
27546 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27547 vdhcp.vxd"
27548 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27549 dlls/vdhcp.vxd/Makefile: dlls/vdhcp.vxd/Makefile.in dlls/Makedll.rules"
27550 ac_config_files="$ac_config_files dlls/vdhcp.vxd/Makefile"
27552 ALL_MAKEFILES="$ALL_MAKEFILES \\
27553 dlls/vdmdbg/Makefile"
27554 test "x$enable_vdmdbg" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27555 vdmdbg"
27556 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27557 dlls/vdmdbg/Makefile: dlls/vdmdbg/Makefile.in dlls/Makedll.rules"
27558 ac_config_files="$ac_config_files dlls/vdmdbg/Makefile"
27560 ALL_MAKEFILES="$ALL_MAKEFILES \\
27561 dlls/version/Makefile"
27562 test "x$enable_version" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27563 version"
27564 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27565 dlls/version/Makefile: dlls/version/Makefile.in dlls/Makedll.rules"
27566 ac_config_files="$ac_config_files dlls/version/Makefile"
27568 ALL_MAKEFILES="$ALL_MAKEFILES \\
27569 dlls/version/tests/Makefile"
27570 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
27571 version/tests"
27572 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27573 dlls/version/tests/Makefile: dlls/version/tests/Makefile.in dlls/Maketest.rules"
27574 ac_config_files="$ac_config_files dlls/version/tests/Makefile"
27576 ALL_MAKEFILES="$ALL_MAKEFILES \\
27577 dlls/vmm.vxd/Makefile"
27578 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27579 vmm.vxd"
27580 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27581 dlls/vmm.vxd/Makefile: dlls/vmm.vxd/Makefile.in dlls/Makedll.rules"
27582 ac_config_files="$ac_config_files dlls/vmm.vxd/Makefile"
27584 ALL_MAKEFILES="$ALL_MAKEFILES \\
27585 dlls/vnbt.vxd/Makefile"
27586 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27587 vnbt.vxd"
27588 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27589 dlls/vnbt.vxd/Makefile: dlls/vnbt.vxd/Makefile.in dlls/Makedll.rules"
27590 ac_config_files="$ac_config_files dlls/vnbt.vxd/Makefile"
27592 ALL_MAKEFILES="$ALL_MAKEFILES \\
27593 dlls/vnetbios.vxd/Makefile"
27594 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27595 vnetbios.vxd"
27596 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27597 dlls/vnetbios.vxd/Makefile: dlls/vnetbios.vxd/Makefile.in dlls/Makedll.rules"
27598 ac_config_files="$ac_config_files dlls/vnetbios.vxd/Makefile"
27600 ALL_MAKEFILES="$ALL_MAKEFILES \\
27601 dlls/vtdapi.vxd/Makefile"
27602 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27603 vtdapi.vxd"
27604 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27605 dlls/vtdapi.vxd/Makefile: dlls/vtdapi.vxd/Makefile.in dlls/Makedll.rules"
27606 ac_config_files="$ac_config_files dlls/vtdapi.vxd/Makefile"
27608 ALL_MAKEFILES="$ALL_MAKEFILES \\
27609 dlls/vwin32.vxd/Makefile"
27610 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27611 vwin32.vxd"
27612 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27613 dlls/vwin32.vxd/Makefile: dlls/vwin32.vxd/Makefile.in dlls/Makedll.rules"
27614 ac_config_files="$ac_config_files dlls/vwin32.vxd/Makefile"
27616 ALL_MAKEFILES="$ALL_MAKEFILES \\
27617 dlls/w32skrnl/Makefile"
27618 test "x$enable_w32skrnl" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27619 w32skrnl"
27620 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27621 dlls/w32skrnl/Makefile: dlls/w32skrnl/Makefile.in dlls/Makedll.rules"
27622 ac_config_files="$ac_config_files dlls/w32skrnl/Makefile"
27624 ALL_MAKEFILES="$ALL_MAKEFILES \\
27625 dlls/w32sys.dll16/Makefile"
27626 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27627 w32sys.dll16"
27628 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27629 dlls/w32sys.dll16/Makefile: dlls/w32sys.dll16/Makefile.in dlls/Makedll.rules"
27630 ac_config_files="$ac_config_files dlls/w32sys.dll16/Makefile"
27632 ALL_MAKEFILES="$ALL_MAKEFILES \\
27633 dlls/wbemprox/Makefile"
27634 test "x$enable_wbemprox" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27635 wbemprox"
27636 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27637 dlls/wbemprox/Makefile: dlls/wbemprox/Makefile.in dlls/Makedll.rules"
27638 ac_config_files="$ac_config_files dlls/wbemprox/Makefile"
27640 ALL_MAKEFILES="$ALL_MAKEFILES \\
27641 dlls/win32s16.dll16/Makefile"
27642 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27643 win32s16.dll16"
27644 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27645 dlls/win32s16.dll16/Makefile: dlls/win32s16.dll16/Makefile.in dlls/Makedll.rules"
27646 ac_config_files="$ac_config_files dlls/win32s16.dll16/Makefile"
27648 ALL_MAKEFILES="$ALL_MAKEFILES \\
27649 dlls/win87em.dll16/Makefile"
27650 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27651 win87em.dll16"
27652 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27653 dlls/win87em.dll16/Makefile: dlls/win87em.dll16/Makefile.in dlls/Makedll.rules"
27654 ac_config_files="$ac_config_files dlls/win87em.dll16/Makefile"
27656 ALL_MAKEFILES="$ALL_MAKEFILES \\
27657 dlls/winaspi.dll16/Makefile"
27658 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27659 winaspi.dll16"
27660 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27661 dlls/winaspi.dll16/Makefile: dlls/winaspi.dll16/Makefile.in dlls/Makedll.rules"
27662 ac_config_files="$ac_config_files dlls/winaspi.dll16/Makefile"
27664 ALL_MAKEFILES="$ALL_MAKEFILES \\
27665 dlls/windebug.dll16/Makefile"
27666 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27667 windebug.dll16"
27668 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27669 dlls/windebug.dll16/Makefile: dlls/windebug.dll16/Makefile.in dlls/Makedll.rules"
27670 ac_config_files="$ac_config_files dlls/windebug.dll16/Makefile"
27672 ALL_MAKEFILES="$ALL_MAKEFILES \\
27673 dlls/windowscodecs/Makefile"
27674 test "x$enable_windowscodecs" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27675 windowscodecs"
27676 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27677 dlls/windowscodecs/Makefile: dlls/windowscodecs/Makefile.in dlls/Makedll.rules"
27678 ac_config_files="$ac_config_files dlls/windowscodecs/Makefile"
27680 ALL_MAKEFILES="$ALL_MAKEFILES \\
27681 dlls/winealsa.drv/Makefile"
27682 test "x$enable_winealsa_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27683 winealsa.drv"
27684 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27685 dlls/winealsa.drv/Makefile: dlls/winealsa.drv/Makefile.in dlls/Makedll.rules"
27686 ac_config_files="$ac_config_files dlls/winealsa.drv/Makefile"
27688 ALL_MAKEFILES="$ALL_MAKEFILES \\
27689 dlls/wineaudioio.drv/Makefile"
27690 test "x$enable_wineaudioio_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27691 wineaudioio.drv"
27692 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27693 dlls/wineaudioio.drv/Makefile: dlls/wineaudioio.drv/Makefile.in dlls/Makedll.rules"
27694 ac_config_files="$ac_config_files dlls/wineaudioio.drv/Makefile"
27696 ALL_MAKEFILES="$ALL_MAKEFILES \\
27697 dlls/winecoreaudio.drv/Makefile"
27698 test "x$enable_winecoreaudio_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27699 winecoreaudio.drv"
27700 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27701 dlls/winecoreaudio.drv/Makefile: dlls/winecoreaudio.drv/Makefile.in dlls/Makedll.rules"
27702 ac_config_files="$ac_config_files dlls/winecoreaudio.drv/Makefile"
27704 ALL_MAKEFILES="$ALL_MAKEFILES \\
27705 dlls/winecrt0/Makefile"
27706 test "x$enable_winecrt0" != xno && ALL_IMPLIB_DIRS="$ALL_IMPLIB_DIRS \\
27707 winecrt0"
27708 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27709 dlls/winecrt0/Makefile: dlls/winecrt0/Makefile.in dlls/Makeimplib.rules"
27710 ac_config_files="$ac_config_files dlls/winecrt0/Makefile"
27712 ALL_MAKEFILES="$ALL_MAKEFILES \\
27713 dlls/wined3d/Makefile"
27714 test "x$enable_wined3d" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27715 wined3d"
27716 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27717 dlls/wined3d/Makefile: dlls/wined3d/Makefile.in dlls/Makedll.rules"
27718 ac_config_files="$ac_config_files dlls/wined3d/Makefile"
27720 ALL_MAKEFILES="$ALL_MAKEFILES \\
27721 dlls/winedos/Makefile"
27722 test "x$enable_winedos" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27723 winedos"
27724 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27725 dlls/winedos/Makefile: dlls/winedos/Makefile.in dlls/Makedll.rules"
27726 ac_config_files="$ac_config_files dlls/winedos/Makefile"
27728 ALL_MAKEFILES="$ALL_MAKEFILES \\
27729 dlls/wineesd.drv/Makefile"
27730 test "x$enable_wineesd_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27731 wineesd.drv"
27732 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27733 dlls/wineesd.drv/Makefile: dlls/wineesd.drv/Makefile.in dlls/Makedll.rules"
27734 ac_config_files="$ac_config_files dlls/wineesd.drv/Makefile"
27736 ALL_MAKEFILES="$ALL_MAKEFILES \\
27737 dlls/winejack.drv/Makefile"
27738 test "x$enable_winejack_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27739 winejack.drv"
27740 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27741 dlls/winejack.drv/Makefile: dlls/winejack.drv/Makefile.in dlls/Makedll.rules"
27742 ac_config_files="$ac_config_files dlls/winejack.drv/Makefile"
27744 ALL_MAKEFILES="$ALL_MAKEFILES \\
27745 dlls/winejoystick.drv/Makefile"
27746 test "x$enable_winejoystick_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27747 winejoystick.drv"
27748 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27749 dlls/winejoystick.drv/Makefile: dlls/winejoystick.drv/Makefile.in dlls/Makedll.rules"
27750 ac_config_files="$ac_config_files dlls/winejoystick.drv/Makefile"
27752 ALL_MAKEFILES="$ALL_MAKEFILES \\
27753 dlls/winemp3.acm/Makefile"
27754 test "x$enable_winemp3_acm" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27755 winemp3.acm"
27756 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27757 dlls/winemp3.acm/Makefile: dlls/winemp3.acm/Makefile.in dlls/Makedll.rules"
27758 ac_config_files="$ac_config_files dlls/winemp3.acm/Makefile"
27760 ALL_MAKEFILES="$ALL_MAKEFILES \\
27761 dlls/winenas.drv/Makefile"
27762 test "x$enable_winenas_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27763 winenas.drv"
27764 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27765 dlls/winenas.drv/Makefile: dlls/winenas.drv/Makefile.in dlls/Makedll.rules"
27766 ac_config_files="$ac_config_files dlls/winenas.drv/Makefile"
27768 ALL_MAKEFILES="$ALL_MAKEFILES \\
27769 dlls/wineoss.drv/Makefile"
27770 test "x$enable_wineoss_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27771 wineoss.drv"
27772 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27773 dlls/wineoss.drv/Makefile: dlls/wineoss.drv/Makefile.in dlls/Makedll.rules"
27774 ac_config_files="$ac_config_files dlls/wineoss.drv/Makefile"
27776 ALL_MAKEFILES="$ALL_MAKEFILES \\
27777 dlls/wineps.drv/Makefile"
27778 test "x$enable_wineps_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27779 wineps.drv"
27780 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27781 dlls/wineps.drv/Makefile: dlls/wineps.drv/Makefile.in dlls/Makedll.rules"
27782 ac_config_files="$ac_config_files dlls/wineps.drv/Makefile"
27784 ALL_MAKEFILES="$ALL_MAKEFILES \\
27785 dlls/winequartz.drv/Makefile"
27786 test "x$enable_winequartz_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27787 winequartz.drv"
27788 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27789 dlls/winequartz.drv/Makefile: dlls/winequartz.drv/Makefile.in dlls/Makedll.rules"
27790 ac_config_files="$ac_config_files dlls/winequartz.drv/Makefile"
27792 ALL_MAKEFILES="$ALL_MAKEFILES \\
27793 dlls/winex11.drv/Makefile"
27794 test "x$enable_winex11_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27795 winex11.drv"
27796 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27797 dlls/winex11.drv/Makefile: dlls/winex11.drv/Makefile.in dlls/Makedll.rules"
27798 ac_config_files="$ac_config_files dlls/winex11.drv/Makefile"
27800 ALL_MAKEFILES="$ALL_MAKEFILES \\
27801 dlls/wing32/Makefile"
27802 test "x$enable_wing32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27803 wing32"
27804 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27805 dlls/wing32/Makefile: dlls/wing32/Makefile.in dlls/Makedll.rules"
27806 ac_config_files="$ac_config_files dlls/wing32/Makefile"
27808 ALL_MAKEFILES="$ALL_MAKEFILES \\
27809 dlls/winhttp/Makefile"
27810 test "x$enable_winhttp" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27811 winhttp"
27812 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27813 dlls/winhttp/Makefile: dlls/winhttp/Makefile.in dlls/Makedll.rules"
27814 ac_config_files="$ac_config_files dlls/winhttp/Makefile"
27816 ALL_MAKEFILES="$ALL_MAKEFILES \\
27817 dlls/winhttp/tests/Makefile"
27818 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
27819 winhttp/tests"
27820 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27821 dlls/winhttp/tests/Makefile: dlls/winhttp/tests/Makefile.in dlls/Maketest.rules"
27822 ac_config_files="$ac_config_files dlls/winhttp/tests/Makefile"
27824 ALL_MAKEFILES="$ALL_MAKEFILES \\
27825 dlls/wininet/Makefile"
27826 test "x$enable_wininet" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27827 wininet"
27828 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27829 dlls/wininet/Makefile: dlls/wininet/Makefile.in dlls/Makedll.rules"
27830 ac_config_files="$ac_config_files dlls/wininet/Makefile"
27832 ALL_MAKEFILES="$ALL_MAKEFILES \\
27833 dlls/wininet/tests/Makefile"
27834 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
27835 wininet/tests"
27836 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27837 dlls/wininet/tests/Makefile: dlls/wininet/tests/Makefile.in dlls/Maketest.rules"
27838 ac_config_files="$ac_config_files dlls/wininet/tests/Makefile"
27840 ALL_MAKEFILES="$ALL_MAKEFILES \\
27841 dlls/winmm/Makefile"
27842 test "x$enable_winmm" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27843 winmm"
27844 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27845 dlls/winmm/Makefile: dlls/winmm/Makefile.in dlls/Makedll.rules"
27846 ac_config_files="$ac_config_files dlls/winmm/Makefile"
27848 ALL_MAKEFILES="$ALL_MAKEFILES \\
27849 dlls/winmm/tests/Makefile"
27850 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
27851 winmm/tests"
27852 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27853 dlls/winmm/tests/Makefile: dlls/winmm/tests/Makefile.in dlls/Maketest.rules"
27854 ac_config_files="$ac_config_files dlls/winmm/tests/Makefile"
27856 ALL_MAKEFILES="$ALL_MAKEFILES \\
27857 dlls/winnls.dll16/Makefile"
27858 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27859 winnls.dll16"
27860 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27861 dlls/winnls.dll16/Makefile: dlls/winnls.dll16/Makefile.in dlls/Makedll.rules"
27862 ac_config_files="$ac_config_files dlls/winnls.dll16/Makefile"
27864 ALL_MAKEFILES="$ALL_MAKEFILES \\
27865 dlls/winnls32/Makefile"
27866 test "x$enable_winnls32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27867 winnls32"
27868 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27869 dlls/winnls32/Makefile: dlls/winnls32/Makefile.in dlls/Makedll.rules"
27870 ac_config_files="$ac_config_files dlls/winnls32/Makefile"
27872 ALL_MAKEFILES="$ALL_MAKEFILES \\
27873 dlls/winscard/Makefile"
27874 test "x$enable_winscard" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27875 winscard"
27876 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27877 dlls/winscard/Makefile: dlls/winscard/Makefile.in dlls/Makedll.rules"
27878 ac_config_files="$ac_config_files dlls/winscard/Makefile"
27880 ALL_MAKEFILES="$ALL_MAKEFILES \\
27881 dlls/winspool.drv/Makefile"
27882 test "x$enable_winspool_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27883 winspool.drv"
27884 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27885 dlls/winspool.drv/Makefile: dlls/winspool.drv/Makefile.in dlls/Makedll.rules"
27886 ac_config_files="$ac_config_files dlls/winspool.drv/Makefile"
27888 ALL_MAKEFILES="$ALL_MAKEFILES \\
27889 dlls/winspool.drv/tests/Makefile"
27890 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
27891 winspool.drv/tests"
27892 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27893 dlls/winspool.drv/tests/Makefile: dlls/winspool.drv/tests/Makefile.in dlls/Maketest.rules"
27894 ac_config_files="$ac_config_files dlls/winspool.drv/tests/Makefile"
27896 ALL_MAKEFILES="$ALL_MAKEFILES \\
27897 dlls/wintab.dll16/Makefile"
27898 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27899 wintab.dll16"
27900 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27901 dlls/wintab.dll16/Makefile: dlls/wintab.dll16/Makefile.in dlls/Makedll.rules"
27902 ac_config_files="$ac_config_files dlls/wintab.dll16/Makefile"
27904 ALL_MAKEFILES="$ALL_MAKEFILES \\
27905 dlls/wintab32/Makefile"
27906 test "x$enable_wintab32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27907 wintab32"
27908 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27909 dlls/wintab32/Makefile: dlls/wintab32/Makefile.in dlls/Makedll.rules"
27910 ac_config_files="$ac_config_files dlls/wintab32/Makefile"
27912 ALL_MAKEFILES="$ALL_MAKEFILES \\
27913 dlls/wintrust/Makefile"
27914 test "x$enable_wintrust" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27915 wintrust"
27916 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27917 dlls/wintrust/Makefile: dlls/wintrust/Makefile.in dlls/Makedll.rules"
27918 ac_config_files="$ac_config_files dlls/wintrust/Makefile"
27920 ALL_MAKEFILES="$ALL_MAKEFILES \\
27921 dlls/wintrust/tests/Makefile"
27922 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
27923 wintrust/tests"
27924 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27925 dlls/wintrust/tests/Makefile: dlls/wintrust/tests/Makefile.in dlls/Maketest.rules"
27926 ac_config_files="$ac_config_files dlls/wintrust/tests/Makefile"
27928 ALL_MAKEFILES="$ALL_MAKEFILES \\
27929 dlls/wldap32/Makefile"
27930 test "x$enable_wldap32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27931 wldap32"
27932 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27933 dlls/wldap32/Makefile: dlls/wldap32/Makefile.in dlls/Makedll.rules"
27934 ac_config_files="$ac_config_files dlls/wldap32/Makefile"
27936 ALL_MAKEFILES="$ALL_MAKEFILES \\
27937 dlls/wldap32/tests/Makefile"
27938 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
27939 wldap32/tests"
27940 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27941 dlls/wldap32/tests/Makefile: dlls/wldap32/tests/Makefile.in dlls/Maketest.rules"
27942 ac_config_files="$ac_config_files dlls/wldap32/tests/Makefile"
27944 ALL_MAKEFILES="$ALL_MAKEFILES \\
27945 dlls/wmi/Makefile"
27946 test "x$enable_wmi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27947 wmi"
27948 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27949 dlls/wmi/Makefile: dlls/wmi/Makefile.in dlls/Makedll.rules"
27950 ac_config_files="$ac_config_files dlls/wmi/Makefile"
27952 ALL_MAKEFILES="$ALL_MAKEFILES \\
27953 dlls/wnaspi32/Makefile"
27954 test "x$enable_wnaspi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27955 wnaspi32"
27956 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27957 dlls/wnaspi32/Makefile: dlls/wnaspi32/Makefile.in dlls/Makedll.rules"
27958 ac_config_files="$ac_config_files dlls/wnaspi32/Makefile"
27960 ALL_MAKEFILES="$ALL_MAKEFILES \\
27961 dlls/wow32/Makefile"
27962 test "x$enable_wow32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27963 wow32"
27964 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27965 dlls/wow32/Makefile: dlls/wow32/Makefile.in dlls/Makedll.rules"
27966 ac_config_files="$ac_config_files dlls/wow32/Makefile"
27968 ALL_MAKEFILES="$ALL_MAKEFILES \\
27969 dlls/ws2_32/Makefile"
27970 test "x$enable_ws2_32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27971 ws2_32"
27972 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27973 dlls/ws2_32/Makefile: dlls/ws2_32/Makefile.in dlls/Makedll.rules"
27974 ac_config_files="$ac_config_files dlls/ws2_32/Makefile"
27976 ALL_MAKEFILES="$ALL_MAKEFILES \\
27977 dlls/ws2_32/tests/Makefile"
27978 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
27979 ws2_32/tests"
27980 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27981 dlls/ws2_32/tests/Makefile: dlls/ws2_32/tests/Makefile.in dlls/Maketest.rules"
27982 ac_config_files="$ac_config_files dlls/ws2_32/tests/Makefile"
27984 ALL_MAKEFILES="$ALL_MAKEFILES \\
27985 dlls/wsock32/Makefile"
27986 test "x$enable_wsock32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27987 wsock32"
27988 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27989 dlls/wsock32/Makefile: dlls/wsock32/Makefile.in dlls/Makedll.rules"
27990 ac_config_files="$ac_config_files dlls/wsock32/Makefile"
27992 ALL_MAKEFILES="$ALL_MAKEFILES \\
27993 dlls/wtsapi32/Makefile"
27994 test "x$enable_wtsapi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27995 wtsapi32"
27996 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27997 dlls/wtsapi32/Makefile: dlls/wtsapi32/Makefile.in dlls/Makedll.rules"
27998 ac_config_files="$ac_config_files dlls/wtsapi32/Makefile"
28000 ALL_MAKEFILES="$ALL_MAKEFILES \\
28001 dlls/wuapi/Makefile"
28002 test "x$enable_wuapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
28003 wuapi"
28004 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28005 dlls/wuapi/Makefile: dlls/wuapi/Makefile.in dlls/Makedll.rules"
28006 ac_config_files="$ac_config_files dlls/wuapi/Makefile"
28008 ALL_MAKEFILES="$ALL_MAKEFILES \\
28009 dlls/xinput1_1/Makefile"
28010 test "x$enable_xinput1_1" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
28011 xinput1_1"
28012 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28013 dlls/xinput1_1/Makefile: dlls/xinput1_1/Makefile.in dlls/Makedll.rules"
28014 ac_config_files="$ac_config_files dlls/xinput1_1/Makefile"
28016 ALL_MAKEFILES="$ALL_MAKEFILES \\
28017 dlls/xinput1_2/Makefile"
28018 test "x$enable_xinput1_2" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
28019 xinput1_2"
28020 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28021 dlls/xinput1_2/Makefile: dlls/xinput1_2/Makefile.in dlls/Makedll.rules"
28022 ac_config_files="$ac_config_files dlls/xinput1_2/Makefile"
28024 ALL_MAKEFILES="$ALL_MAKEFILES \\
28025 dlls/xinput1_3/Makefile"
28026 test "x$enable_xinput1_3" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
28027 xinput1_3"
28028 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28029 dlls/xinput1_3/Makefile: dlls/xinput1_3/Makefile.in dlls/Makedll.rules"
28030 ac_config_files="$ac_config_files dlls/xinput1_3/Makefile"
28032 ALL_MAKEFILES="$ALL_MAKEFILES \\
28033 dlls/xinput1_3/tests/Makefile"
28034 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
28035 xinput1_3/tests"
28036 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28037 dlls/xinput1_3/tests/Makefile: dlls/xinput1_3/tests/Makefile.in dlls/Maketest.rules"
28038 ac_config_files="$ac_config_files dlls/xinput1_3/tests/Makefile"
28040 ALL_MAKEFILES="$ALL_MAKEFILES \\
28041 dlls/xinput9_1_0/Makefile"
28042 test "x$enable_xinput9_1_0" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
28043 xinput9_1_0"
28044 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28045 dlls/xinput9_1_0/Makefile: dlls/xinput9_1_0/Makefile.in dlls/Makedll.rules"
28046 ac_config_files="$ac_config_files dlls/xinput9_1_0/Makefile"
28048 ALL_MAKEFILES="$ALL_MAKEFILES \\
28049 dlls/xmllite/Makefile"
28050 test "x$enable_xmllite" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
28051 xmllite"
28052 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28053 dlls/xmllite/Makefile: dlls/xmllite/Makefile.in dlls/Makedll.rules"
28054 ac_config_files="$ac_config_files dlls/xmllite/Makefile"
28056 ALL_MAKEFILES="$ALL_MAKEFILES \\
28057 documentation/Makefile"
28058 test "x$enable_documentation" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
28059 documentation"
28060 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28061 documentation/Makefile: documentation/Makefile.in Make.rules"
28062 ac_config_files="$ac_config_files documentation/Makefile"
28064 ALL_MAKEFILES="$ALL_MAKEFILES \\
28065 fonts/Makefile"
28066 test "x$enable_fonts" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
28067 fonts"
28068 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28069 fonts/Makefile: fonts/Makefile.in Make.rules"
28070 ac_config_files="$ac_config_files fonts/Makefile"
28072 ALL_MAKEFILES="$ALL_MAKEFILES \\
28073 include/Makefile"
28074 test "x$enable_include" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
28075 include"
28076 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28077 include/Makefile: include/Makefile.in Make.rules"
28078 ac_config_files="$ac_config_files include/Makefile"
28080 ALL_MAKEFILES="$ALL_MAKEFILES \\
28081 libs/Makefile"
28082 test "x$enable_libs" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
28083 libs"
28084 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28085 libs/Makefile: libs/Makefile.in Make.rules"
28086 ac_config_files="$ac_config_files libs/Makefile"
28088 ALL_MAKEFILES="$ALL_MAKEFILES \\
28089 libs/port/Makefile"
28091 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28092 libs/port/Makefile: libs/port/Makefile.in Make.rules"
28093 ac_config_files="$ac_config_files libs/port/Makefile"
28095 ALL_MAKEFILES="$ALL_MAKEFILES \\
28096 libs/wine/Makefile"
28098 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28099 libs/wine/Makefile: libs/wine/Makefile.in Make.rules"
28100 ac_config_files="$ac_config_files libs/wine/Makefile"
28102 ALL_MAKEFILES="$ALL_MAKEFILES \\
28103 libs/wpp/Makefile"
28105 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28106 libs/wpp/Makefile: libs/wpp/Makefile.in Make.rules"
28107 ac_config_files="$ac_config_files libs/wpp/Makefile"
28109 ALL_MAKEFILES="$ALL_MAKEFILES \\
28110 loader/Makefile"
28111 test "x$enable_loader" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
28112 loader"
28113 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28114 loader/Makefile: loader/Makefile.in Make.rules"
28115 ac_config_files="$ac_config_files loader/Makefile"
28117 ALL_MAKEFILES="$ALL_MAKEFILES \\
28118 programs/Makefile"
28119 test "x$enable_programs" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
28120 programs"
28121 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28122 programs/Makefile: programs/Makefile.in Make.rules"
28123 ac_config_files="$ac_config_files programs/Makefile"
28125 ALL_MAKEFILES="$ALL_MAKEFILES \\
28126 programs/cacls/Makefile"
28127 test "x$enable_cacls" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28128 cacls" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
28129 cacls"
28130 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28131 programs/cacls/Makefile: programs/cacls/Makefile.in programs/Makeprog.rules"
28132 ac_config_files="$ac_config_files programs/cacls/Makefile"
28134 ALL_MAKEFILES="$ALL_MAKEFILES \\
28135 programs/clock/Makefile"
28136 test "x$enable_clock" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28137 clock" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
28138 clock"
28139 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28140 programs/clock/Makefile: programs/clock/Makefile.in programs/Makeprog.rules"
28141 ac_config_files="$ac_config_files programs/clock/Makefile"
28143 ALL_MAKEFILES="$ALL_MAKEFILES \\
28144 programs/cmd/Makefile"
28145 test "x$enable_cmd" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28146 cmd" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
28147 cmd"
28148 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28149 programs/cmd/Makefile: programs/cmd/Makefile.in programs/Makeprog.rules"
28150 ac_config_files="$ac_config_files programs/cmd/Makefile"
28152 ALL_MAKEFILES="$ALL_MAKEFILES \\
28153 programs/cmdlgtst/Makefile"
28154 test "x$enable_cmdlgtst" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28155 cmdlgtst"
28156 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28157 programs/cmdlgtst/Makefile: programs/cmdlgtst/Makefile.in programs/Makeprog.rules"
28158 ac_config_files="$ac_config_files programs/cmdlgtst/Makefile"
28160 ALL_MAKEFILES="$ALL_MAKEFILES \\
28161 programs/control/Makefile"
28162 test "x$enable_control" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28163 control" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
28164 control"
28165 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28166 programs/control/Makefile: programs/control/Makefile.in programs/Makeprog.rules"
28167 ac_config_files="$ac_config_files programs/control/Makefile"
28169 ALL_MAKEFILES="$ALL_MAKEFILES \\
28170 programs/eject/Makefile"
28171 test "x$enable_eject" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28172 eject" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
28173 eject"
28174 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28175 programs/eject/Makefile: programs/eject/Makefile.in programs/Makeprog.rules"
28176 ac_config_files="$ac_config_files programs/eject/Makefile"
28178 ALL_MAKEFILES="$ALL_MAKEFILES \\
28179 programs/expand/Makefile"
28180 test "x$enable_expand" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28181 expand" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
28182 expand"
28183 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28184 programs/expand/Makefile: programs/expand/Makefile.in programs/Makeprog.rules"
28185 ac_config_files="$ac_config_files programs/expand/Makefile"
28187 ALL_MAKEFILES="$ALL_MAKEFILES \\
28188 programs/explorer/Makefile"
28189 test "x$enable_explorer" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28190 explorer" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
28191 explorer"
28192 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28193 programs/explorer/Makefile: programs/explorer/Makefile.in programs/Makeprog.rules"
28194 ac_config_files="$ac_config_files programs/explorer/Makefile"
28196 ALL_MAKEFILES="$ALL_MAKEFILES \\
28197 programs/hh/Makefile"
28198 test "x$enable_hh" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28199 hh" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
28201 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28202 programs/hh/Makefile: programs/hh/Makefile.in programs/Makeprog.rules"
28203 ac_config_files="$ac_config_files programs/hh/Makefile"
28205 ALL_MAKEFILES="$ALL_MAKEFILES \\
28206 programs/icinfo/Makefile"
28207 test "x$enable_icinfo" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28208 icinfo" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
28209 icinfo"
28210 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28211 programs/icinfo/Makefile: programs/icinfo/Makefile.in programs/Makeprog.rules"
28212 ac_config_files="$ac_config_files programs/icinfo/Makefile"
28214 ALL_MAKEFILES="$ALL_MAKEFILES \\
28215 programs/iexplore/Makefile"
28216 test "x$enable_iexplore" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28217 iexplore" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
28218 iexplore"
28219 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28220 programs/iexplore/Makefile: programs/iexplore/Makefile.in programs/Makeprog.rules"
28221 ac_config_files="$ac_config_files programs/iexplore/Makefile"
28223 ALL_MAKEFILES="$ALL_MAKEFILES \\
28224 programs/lodctr/Makefile"
28225 test "x$enable_lodctr" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28226 lodctr" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
28227 lodctr"
28228 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28229 programs/lodctr/Makefile: programs/lodctr/Makefile.in programs/Makeprog.rules"
28230 ac_config_files="$ac_config_files programs/lodctr/Makefile"
28232 ALL_MAKEFILES="$ALL_MAKEFILES \\
28233 programs/msiexec/Makefile"
28234 test "x$enable_msiexec" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28235 msiexec" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
28236 msiexec" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
28237 msiexec"
28238 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28239 programs/msiexec/Makefile: programs/msiexec/Makefile.in programs/Makeprog.rules"
28240 ac_config_files="$ac_config_files programs/msiexec/Makefile"
28242 ALL_MAKEFILES="$ALL_MAKEFILES \\
28243 programs/net/Makefile"
28244 test "x$enable_net" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28245 net" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
28246 net"
28247 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28248 programs/net/Makefile: programs/net/Makefile.in programs/Makeprog.rules"
28249 ac_config_files="$ac_config_files programs/net/Makefile"
28251 ALL_MAKEFILES="$ALL_MAKEFILES \\
28252 programs/notepad/Makefile"
28253 test "x$enable_notepad" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28254 notepad" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
28255 notepad" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
28256 notepad"
28257 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28258 programs/notepad/Makefile: programs/notepad/Makefile.in programs/Makeprog.rules"
28259 ac_config_files="$ac_config_files programs/notepad/Makefile"
28261 ALL_MAKEFILES="$ALL_MAKEFILES \\
28262 programs/oleview/Makefile"
28263 test "x$enable_oleview" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28264 oleview" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
28265 oleview"
28266 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28267 programs/oleview/Makefile: programs/oleview/Makefile.in programs/Makeprog.rules"
28268 ac_config_files="$ac_config_files programs/oleview/Makefile"
28270 ALL_MAKEFILES="$ALL_MAKEFILES \\
28271 programs/progman/Makefile"
28272 test "x$enable_progman" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28273 progman" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
28274 progman"
28275 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28276 programs/progman/Makefile: programs/progman/Makefile.in programs/Makeprog.rules"
28277 ac_config_files="$ac_config_files programs/progman/Makefile"
28279 ALL_MAKEFILES="$ALL_MAKEFILES \\
28280 programs/reg/Makefile"
28281 test "x$enable_reg" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28282 reg" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
28283 reg"
28284 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28285 programs/reg/Makefile: programs/reg/Makefile.in programs/Makeprog.rules"
28286 ac_config_files="$ac_config_files programs/reg/Makefile"
28288 ALL_MAKEFILES="$ALL_MAKEFILES \\
28289 programs/regedit/Makefile"
28290 test "x$enable_regedit" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28291 regedit" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
28292 regedit" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
28293 regedit"
28294 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28295 programs/regedit/Makefile: programs/regedit/Makefile.in programs/Makeprog.rules"
28296 ac_config_files="$ac_config_files programs/regedit/Makefile"
28298 ALL_MAKEFILES="$ALL_MAKEFILES \\
28299 programs/regsvr32/Makefile"
28300 test "x$enable_regsvr32" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28301 regsvr32" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
28302 regsvr32" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
28303 regsvr32"
28304 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28305 programs/regsvr32/Makefile: programs/regsvr32/Makefile.in programs/Makeprog.rules"
28306 ac_config_files="$ac_config_files programs/regsvr32/Makefile"
28308 ALL_MAKEFILES="$ALL_MAKEFILES \\
28309 programs/rpcss/Makefile"
28310 test "x$enable_rpcss" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28311 rpcss" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
28312 rpcss"
28313 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28314 programs/rpcss/Makefile: programs/rpcss/Makefile.in programs/Makeprog.rules"
28315 ac_config_files="$ac_config_files programs/rpcss/Makefile"
28317 ALL_MAKEFILES="$ALL_MAKEFILES \\
28318 programs/rundll32/Makefile"
28319 test "x$enable_rundll32" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28320 rundll32" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
28321 rundll32"
28322 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28323 programs/rundll32/Makefile: programs/rundll32/Makefile.in programs/Makeprog.rules"
28324 ac_config_files="$ac_config_files programs/rundll32/Makefile"
28326 ALL_MAKEFILES="$ALL_MAKEFILES \\
28327 programs/secedit/Makefile"
28328 test "x$enable_secedit" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28329 secedit" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
28330 secedit"
28331 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28332 programs/secedit/Makefile: programs/secedit/Makefile.in programs/Makeprog.rules"
28333 ac_config_files="$ac_config_files programs/secedit/Makefile"
28335 ALL_MAKEFILES="$ALL_MAKEFILES \\
28336 programs/services/Makefile"
28337 test "x$enable_services" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28338 services" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
28339 services"
28340 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28341 programs/services/Makefile: programs/services/Makefile.in programs/Makeprog.rules"
28342 ac_config_files="$ac_config_files programs/services/Makefile"
28344 ALL_MAKEFILES="$ALL_MAKEFILES \\
28345 programs/spoolsv/Makefile"
28346 test "x$enable_spoolsv" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28347 spoolsv" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
28348 spoolsv"
28349 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28350 programs/spoolsv/Makefile: programs/spoolsv/Makefile.in programs/Makeprog.rules"
28351 ac_config_files="$ac_config_files programs/spoolsv/Makefile"
28353 ALL_MAKEFILES="$ALL_MAKEFILES \\
28354 programs/start/Makefile"
28355 test "x$enable_start" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28356 start" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
28357 start"
28358 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28359 programs/start/Makefile: programs/start/Makefile.in programs/Makeprog.rules"
28360 ac_config_files="$ac_config_files programs/start/Makefile"
28362 ALL_MAKEFILES="$ALL_MAKEFILES \\
28363 programs/svchost/Makefile"
28364 test "x$enable_svchost" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28365 svchost" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
28366 svchost"
28367 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28368 programs/svchost/Makefile: programs/svchost/Makefile.in programs/Makeprog.rules"
28369 ac_config_files="$ac_config_files programs/svchost/Makefile"
28371 ALL_MAKEFILES="$ALL_MAKEFILES \\
28372 programs/taskmgr/Makefile"
28373 test "x$enable_taskmgr" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28374 taskmgr" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
28375 taskmgr"
28376 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28377 programs/taskmgr/Makefile: programs/taskmgr/Makefile.in programs/Makeprog.rules"
28378 ac_config_files="$ac_config_files programs/taskmgr/Makefile"
28380 ALL_MAKEFILES="$ALL_MAKEFILES \\
28381 programs/termsv/Makefile"
28382 test "x$enable_termsv" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28383 termsv" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
28384 termsv"
28385 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28386 programs/termsv/Makefile: programs/termsv/Makefile.in programs/Makeprog.rules"
28387 ac_config_files="$ac_config_files programs/termsv/Makefile"
28389 ALL_MAKEFILES="$ALL_MAKEFILES \\
28390 programs/uninstaller/Makefile"
28391 test "x$enable_uninstaller" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28392 uninstaller" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
28393 uninstaller"
28394 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28395 programs/uninstaller/Makefile: programs/uninstaller/Makefile.in programs/Makeprog.rules"
28396 ac_config_files="$ac_config_files programs/uninstaller/Makefile"
28398 ALL_MAKEFILES="$ALL_MAKEFILES \\
28399 programs/unlodctr/Makefile"
28400 test "x$enable_unlodctr" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28401 unlodctr" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
28402 unlodctr"
28403 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28404 programs/unlodctr/Makefile: programs/unlodctr/Makefile.in programs/Makeprog.rules"
28405 ac_config_files="$ac_config_files programs/unlodctr/Makefile"
28407 ALL_MAKEFILES="$ALL_MAKEFILES \\
28408 programs/view/Makefile"
28409 test "x$enable_view" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28410 view"
28411 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28412 programs/view/Makefile: programs/view/Makefile.in programs/Makeprog.rules"
28413 ac_config_files="$ac_config_files programs/view/Makefile"
28415 ALL_MAKEFILES="$ALL_MAKEFILES \\
28416 programs/wineboot/Makefile"
28417 test "x$enable_wineboot" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28418 wineboot" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
28419 wineboot" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
28420 wineboot"
28421 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28422 programs/wineboot/Makefile: programs/wineboot/Makefile.in programs/Makeprog.rules"
28423 ac_config_files="$ac_config_files programs/wineboot/Makefile"
28425 ALL_MAKEFILES="$ALL_MAKEFILES \\
28426 programs/winebrowser/Makefile"
28427 test "x$enable_winebrowser" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28428 winebrowser" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
28429 winebrowser"
28430 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28431 programs/winebrowser/Makefile: programs/winebrowser/Makefile.in programs/Makeprog.rules"
28432 ac_config_files="$ac_config_files programs/winebrowser/Makefile"
28434 ALL_MAKEFILES="$ALL_MAKEFILES \\
28435 programs/winecfg/Makefile"
28436 test "x$enable_winecfg" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28437 winecfg" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
28438 winecfg" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
28439 winecfg"
28440 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28441 programs/winecfg/Makefile: programs/winecfg/Makefile.in programs/Makeprog.rules"
28442 ac_config_files="$ac_config_files programs/winecfg/Makefile"
28444 ALL_MAKEFILES="$ALL_MAKEFILES \\
28445 programs/wineconsole/Makefile"
28446 test "x$enable_wineconsole" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28447 wineconsole" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
28448 wineconsole" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
28449 wineconsole"
28450 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28451 programs/wineconsole/Makefile: programs/wineconsole/Makefile.in programs/Makeprog.rules"
28452 ac_config_files="$ac_config_files programs/wineconsole/Makefile"
28454 ALL_MAKEFILES="$ALL_MAKEFILES \\
28455 programs/winedbg/Makefile"
28456 test "x$enable_winedbg" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28457 winedbg" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
28458 winedbg" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
28459 winedbg"
28460 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28461 programs/winedbg/Makefile: programs/winedbg/Makefile.in programs/Makeprog.rules"
28462 ac_config_files="$ac_config_files programs/winedbg/Makefile"
28464 ALL_MAKEFILES="$ALL_MAKEFILES \\
28465 programs/winedevice/Makefile"
28466 test "x$enable_winedevice" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28467 winedevice" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
28468 winedevice"
28469 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28470 programs/winedevice/Makefile: programs/winedevice/Makefile.in programs/Makeprog.rules"
28471 ac_config_files="$ac_config_files programs/winedevice/Makefile"
28473 ALL_MAKEFILES="$ALL_MAKEFILES \\
28474 programs/winefile/Makefile"
28475 test "x$enable_winefile" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28476 winefile" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
28477 winefile" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
28478 winefile"
28479 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28480 programs/winefile/Makefile: programs/winefile/Makefile.in programs/Makeprog.rules"
28481 ac_config_files="$ac_config_files programs/winefile/Makefile"
28483 ALL_MAKEFILES="$ALL_MAKEFILES \\
28484 programs/winemenubuilder/Makefile"
28485 test "x$enable_winemenubuilder" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28486 winemenubuilder" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
28487 winemenubuilder"
28488 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28489 programs/winemenubuilder/Makefile: programs/winemenubuilder/Makefile.in programs/Makeprog.rules"
28490 ac_config_files="$ac_config_files programs/winemenubuilder/Makefile"
28492 ALL_MAKEFILES="$ALL_MAKEFILES \\
28493 programs/winemine/Makefile"
28494 test "x$enable_winemine" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28495 winemine" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
28496 winemine" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
28497 winemine"
28498 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28499 programs/winemine/Makefile: programs/winemine/Makefile.in programs/Makeprog.rules"
28500 ac_config_files="$ac_config_files programs/winemine/Makefile"
28502 ALL_MAKEFILES="$ALL_MAKEFILES \\
28503 programs/winepath/Makefile"
28504 test "x$enable_winepath" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28505 winepath" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
28506 winepath" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
28507 winepath"
28508 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28509 programs/winepath/Makefile: programs/winepath/Makefile.in programs/Makeprog.rules"
28510 ac_config_files="$ac_config_files programs/winepath/Makefile"
28512 ALL_MAKEFILES="$ALL_MAKEFILES \\
28513 programs/winetest/Makefile"
28514 test "x$enable_winetest" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28515 winetest"
28516 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28517 programs/winetest/Makefile: programs/winetest/Makefile.in programs/Makeprog.rules"
28518 ac_config_files="$ac_config_files programs/winetest/Makefile"
28520 ALL_MAKEFILES="$ALL_MAKEFILES \\
28521 programs/winevdm/Makefile"
28522 test "x$enable_winevdm" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28523 winevdm" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
28524 winevdm"
28525 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28526 programs/winevdm/Makefile: programs/winevdm/Makefile.in programs/Makeprog.rules"
28527 ac_config_files="$ac_config_files programs/winevdm/Makefile"
28529 ALL_MAKEFILES="$ALL_MAKEFILES \\
28530 programs/winhelp.exe16/Makefile"
28531 test "x$enable_win16" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28532 winhelp.exe16" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
28533 winhelp.exe16"
28534 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28535 programs/winhelp.exe16/Makefile: programs/winhelp.exe16/Makefile.in programs/Makeprog.rules"
28536 ac_config_files="$ac_config_files programs/winhelp.exe16/Makefile"
28538 ALL_MAKEFILES="$ALL_MAKEFILES \\
28539 programs/winhlp32/Makefile"
28540 test "x$enable_winhlp32" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28541 winhlp32" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
28542 winhlp32"
28543 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28544 programs/winhlp32/Makefile: programs/winhlp32/Makefile.in programs/Makeprog.rules"
28545 ac_config_files="$ac_config_files programs/winhlp32/Makefile"
28547 ALL_MAKEFILES="$ALL_MAKEFILES \\
28548 programs/winoldap.mod16/Makefile"
28549 test "x$enable_win16" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28550 winoldap.mod16" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
28551 winoldap.mod16"
28552 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28553 programs/winoldap.mod16/Makefile: programs/winoldap.mod16/Makefile.in programs/Makeprog.rules"
28554 ac_config_files="$ac_config_files programs/winoldap.mod16/Makefile"
28556 ALL_MAKEFILES="$ALL_MAKEFILES \\
28557 programs/winver/Makefile"
28558 test "x$enable_winver" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28559 winver" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
28560 winver"
28561 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28562 programs/winver/Makefile: programs/winver/Makefile.in programs/Makeprog.rules"
28563 ac_config_files="$ac_config_files programs/winver/Makefile"
28565 ALL_MAKEFILES="$ALL_MAKEFILES \\
28566 programs/wordpad/Makefile"
28567 test "x$enable_wordpad" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28568 wordpad" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
28569 wordpad"
28570 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28571 programs/wordpad/Makefile: programs/wordpad/Makefile.in programs/Makeprog.rules"
28572 ac_config_files="$ac_config_files programs/wordpad/Makefile"
28574 ALL_MAKEFILES="$ALL_MAKEFILES \\
28575 programs/write/Makefile"
28576 test "x$enable_write" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28577 write" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
28578 write"
28579 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28580 programs/write/Makefile: programs/write/Makefile.in programs/Makeprog.rules"
28581 ac_config_files="$ac_config_files programs/write/Makefile"
28583 ALL_MAKEFILES="$ALL_MAKEFILES \\
28584 programs/xcopy/Makefile"
28585 test "x$enable_xcopy" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28586 xcopy" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
28587 xcopy"
28588 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28589 programs/xcopy/Makefile: programs/xcopy/Makefile.in programs/Makeprog.rules"
28590 ac_config_files="$ac_config_files programs/xcopy/Makefile"
28592 ALL_MAKEFILES="$ALL_MAKEFILES \\
28593 server/Makefile"
28594 test "x$enable_server" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
28595 server"
28596 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28597 server/Makefile: server/Makefile.in Make.rules"
28598 ac_config_files="$ac_config_files server/Makefile"
28600 ALL_MAKEFILES="$ALL_MAKEFILES \\
28601 tools/Makefile"
28602 test "x$enable_tools" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
28603 tools"
28604 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28605 tools/Makefile: tools/Makefile.in Make.rules"
28606 ac_config_files="$ac_config_files tools/Makefile"
28608 ALL_MAKEFILES="$ALL_MAKEFILES \\
28609 tools/widl/Makefile"
28611 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28612 tools/widl/Makefile: tools/widl/Makefile.in Make.rules"
28613 ac_config_files="$ac_config_files tools/widl/Makefile"
28615 ALL_MAKEFILES="$ALL_MAKEFILES \\
28616 tools/winebuild/Makefile"
28618 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28619 tools/winebuild/Makefile: tools/winebuild/Makefile.in Make.rules"
28620 ac_config_files="$ac_config_files tools/winebuild/Makefile"
28622 ALL_MAKEFILES="$ALL_MAKEFILES \\
28623 tools/winedump/Makefile"
28625 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28626 tools/winedump/Makefile: tools/winedump/Makefile.in Make.rules"
28627 ac_config_files="$ac_config_files tools/winedump/Makefile"
28629 ALL_MAKEFILES="$ALL_MAKEFILES \\
28630 tools/winegcc/Makefile"
28632 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28633 tools/winegcc/Makefile: tools/winegcc/Makefile.in Make.rules"
28634 ac_config_files="$ac_config_files tools/winegcc/Makefile"
28636 ALL_MAKEFILES="$ALL_MAKEFILES \\
28637 tools/wmc/Makefile"
28639 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28640 tools/wmc/Makefile: tools/wmc/Makefile.in Make.rules"
28641 ac_config_files="$ac_config_files tools/wmc/Makefile"
28643 ALL_MAKEFILES="$ALL_MAKEFILES \\
28644 tools/wrc/Makefile"
28646 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28647 tools/wrc/Makefile: tools/wrc/Makefile.in Make.rules"
28648 ac_config_files="$ac_config_files tools/wrc/Makefile"
28652 ALL_WINETEST_DEPENDS="# Test binaries"
28654 for dir in $ALL_TEST_DIRS
28656 if test "$dir" != "\\"
28657 then
28658 testname=`expr $dir : '\(.*\)/tests'`_test.exe
28659 ALL_WINETEST_DEPENDS="$ALL_WINETEST_DEPENDS
28660 $testname: \$(DLLDIR)/$dir/$testname\$(DLLEXT)
28661 cp \$(DLLDIR)/$dir/$testname\$(DLLEXT) \$@ && \$(STRIP) \$@"
28663 done
28665 test -n "$DLLEXT" || ALL_PROGRAM_BIN_INSTALL_DIRS=""
28667 cat >confcache <<\_ACEOF
28668 # This file is a shell script that caches the results of configure
28669 # tests run on this system so they can be shared between configure
28670 # scripts and configure runs, see configure's option --config-cache.
28671 # It is not useful on other systems. If it contains results you don't
28672 # want to keep, you may remove or edit it.
28674 # config.status only pays attention to the cache file if you give it
28675 # the --recheck option to rerun configure.
28677 # `ac_cv_env_foo' variables (set or unset) will be overridden when
28678 # loading this file, other *unset* `ac_cv_foo' will be assigned the
28679 # following values.
28681 _ACEOF
28683 # The following way of writing the cache mishandles newlines in values,
28684 # but we know of no workaround that is simple, portable, and efficient.
28685 # So, we kill variables containing newlines.
28686 # Ultrix sh set writes to stderr and can't be redirected directly,
28687 # and sets the high bit in the cache file unless we assign to the vars.
28689 for ac_var in `(set) 2>&1 | sed -n 's/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'`; do
28690 eval ac_val=\$$ac_var
28691 case $ac_val in #(
28692 *${as_nl}*)
28693 case $ac_var in #(
28694 *_cv_*) { $as_echo "$as_me:$LINENO: WARNING: cache variable $ac_var contains a newline" >&5
28695 $as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
28696 esac
28697 case $ac_var in #(
28698 _ | IFS | as_nl) ;; #(
28699 BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
28700 *) $as_unset $ac_var ;;
28701 esac ;;
28702 esac
28703 done
28705 (set) 2>&1 |
28706 case $as_nl`(ac_space=' '; set) 2>&1` in #(
28707 *${as_nl}ac_space=\ *)
28708 # `set' does not quote correctly, so add quotes (double-quote
28709 # substitution turns \\\\ into \\, and sed turns \\ into \).
28710 sed -n \
28711 "s/'/'\\\\''/g;
28712 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
28713 ;; #(
28715 # `set' quotes correctly as required by POSIX, so do not add quotes.
28716 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
28718 esac |
28719 sort
28721 sed '
28722 /^ac_cv_env_/b end
28723 t clear
28724 :clear
28725 s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
28726 t end
28727 s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
28728 :end' >>confcache
28729 if diff "$cache_file" confcache >/dev/null 2>&1; then :; else
28730 if test -w "$cache_file"; then
28731 test "x$cache_file" != "x/dev/null" &&
28732 { $as_echo "$as_me:$LINENO: updating cache $cache_file" >&5
28733 $as_echo "$as_me: updating cache $cache_file" >&6;}
28734 cat confcache >$cache_file
28735 else
28736 { $as_echo "$as_me:$LINENO: not updating unwritable cache $cache_file" >&5
28737 $as_echo "$as_me: not updating unwritable cache $cache_file" >&6;}
28740 rm -f confcache
28742 test "x$prefix" = xNONE && prefix=$ac_default_prefix
28743 # Let make expand exec_prefix.
28744 test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
28746 DEFS=-DHAVE_CONFIG_H
28748 ac_libobjs=
28749 ac_ltlibobjs=
28750 for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue
28751 # 1. Remove the extension, and $U if already installed.
28752 ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
28753 ac_i=`$as_echo "$ac_i" | sed "$ac_script"`
28754 # 2. Prepend LIBOBJDIR. When used with automake>=1.10 LIBOBJDIR
28755 # will be set to the directory where LIBOBJS objects are built.
28756 ac_libobjs="$ac_libobjs \${LIBOBJDIR}$ac_i\$U.$ac_objext"
28757 ac_ltlibobjs="$ac_ltlibobjs \${LIBOBJDIR}$ac_i"'$U.lo'
28758 done
28759 LIBOBJS=$ac_libobjs
28761 LTLIBOBJS=$ac_ltlibobjs
28765 : ${CONFIG_STATUS=./config.status}
28766 ac_write_fail=0
28767 ac_clean_files_save=$ac_clean_files
28768 ac_clean_files="$ac_clean_files $CONFIG_STATUS"
28769 { $as_echo "$as_me:$LINENO: creating $CONFIG_STATUS" >&5
28770 $as_echo "$as_me: creating $CONFIG_STATUS" >&6;}
28771 cat >$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
28772 #! $SHELL
28773 # Generated by $as_me.
28774 # Run this file to recreate the current configuration.
28775 # Compiler output produced by configure, useful for debugging
28776 # configure, is in config.log if it exists.
28778 debug=false
28779 ac_cs_recheck=false
28780 ac_cs_silent=false
28781 SHELL=\${CONFIG_SHELL-$SHELL}
28782 _ACEOF
28784 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
28785 ## --------------------- ##
28786 ## M4sh Initialization. ##
28787 ## --------------------- ##
28789 # Be more Bourne compatible
28790 DUALCASE=1; export DUALCASE # for MKS sh
28791 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
28792 emulate sh
28793 NULLCMD=:
28794 # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
28795 # is contrary to our usage. Disable this feature.
28796 alias -g '${1+"$@"}'='"$@"'
28797 setopt NO_GLOB_SUBST
28798 else
28799 case `(set -o) 2>/dev/null` in
28800 *posix*) set -o posix ;;
28801 esac
28808 # PATH needs CR
28809 # Avoid depending upon Character Ranges.
28810 as_cr_letters='abcdefghijklmnopqrstuvwxyz'
28811 as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
28812 as_cr_Letters=$as_cr_letters$as_cr_LETTERS
28813 as_cr_digits='0123456789'
28814 as_cr_alnum=$as_cr_Letters$as_cr_digits
28816 as_nl='
28818 export as_nl
28819 # Printing a long string crashes Solaris 7 /usr/bin/printf.
28820 as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
28821 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo
28822 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo
28823 if (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
28824 as_echo='printf %s\n'
28825 as_echo_n='printf %s'
28826 else
28827 if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
28828 as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
28829 as_echo_n='/usr/ucb/echo -n'
28830 else
28831 as_echo_body='eval expr "X$1" : "X\\(.*\\)"'
28832 as_echo_n_body='eval
28833 arg=$1;
28834 case $arg in
28835 *"$as_nl"*)
28836 expr "X$arg" : "X\\(.*\\)$as_nl";
28837 arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
28838 esac;
28839 expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl"
28841 export as_echo_n_body
28842 as_echo_n='sh -c $as_echo_n_body as_echo'
28844 export as_echo_body
28845 as_echo='sh -c $as_echo_body as_echo'
28848 # The user is always right.
28849 if test "${PATH_SEPARATOR+set}" != set; then
28850 PATH_SEPARATOR=:
28851 (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && {
28852 (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||
28853 PATH_SEPARATOR=';'
28857 # Support unset when possible.
28858 if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then
28859 as_unset=unset
28860 else
28861 as_unset=false
28865 # IFS
28866 # We need space, tab and new line, in precisely that order. Quoting is
28867 # there to prevent editors from complaining about space-tab.
28868 # (If _AS_PATH_WALK were called with IFS unset, it would disable word
28869 # splitting by setting IFS to empty value.)
28870 IFS=" "" $as_nl"
28872 # Find who we are. Look in the path if we contain no directory separator.
28873 case $0 in
28874 *[\\/]* ) as_myself=$0 ;;
28875 *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
28876 for as_dir in $PATH
28878 IFS=$as_save_IFS
28879 test -z "$as_dir" && as_dir=.
28880 test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
28881 done
28882 IFS=$as_save_IFS
28885 esac
28886 # We did not find ourselves, most probably we were run as `sh COMMAND'
28887 # in which case we are not to be found in the path.
28888 if test "x$as_myself" = x; then
28889 as_myself=$0
28891 if test ! -f "$as_myself"; then
28892 $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
28893 { (exit 1); exit 1; }
28896 # Work around bugs in pre-3.0 UWIN ksh.
28897 for as_var in ENV MAIL MAILPATH
28898 do ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var
28899 done
28900 PS1='$ '
28901 PS2='> '
28902 PS4='+ '
28904 # NLS nuisances.
28905 LC_ALL=C
28906 export LC_ALL
28907 LANGUAGE=C
28908 export LANGUAGE
28910 # Required to use basename.
28911 if expr a : '\(a\)' >/dev/null 2>&1 &&
28912 test "X`expr 00001 : '.*\(...\)'`" = X001; then
28913 as_expr=expr
28914 else
28915 as_expr=false
28918 if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
28919 as_basename=basename
28920 else
28921 as_basename=false
28925 # Name of the executable.
28926 as_me=`$as_basename -- "$0" ||
28927 $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
28928 X"$0" : 'X\(//\)$' \| \
28929 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
28930 $as_echo X/"$0" |
28931 sed '/^.*\/\([^/][^/]*\)\/*$/{
28932 s//\1/
28935 /^X\/\(\/\/\)$/{
28936 s//\1/
28939 /^X\/\(\/\).*/{
28940 s//\1/
28943 s/.*/./; q'`
28945 # CDPATH.
28946 $as_unset CDPATH
28950 as_lineno_1=$LINENO
28951 as_lineno_2=$LINENO
28952 test "x$as_lineno_1" != "x$as_lineno_2" &&
28953 test "x`expr $as_lineno_1 + 1`" = "x$as_lineno_2" || {
28955 # Create $as_me.lineno as a copy of $as_myself, but with $LINENO
28956 # uniformly replaced by the line number. The first 'sed' inserts a
28957 # line-number line after each line using $LINENO; the second 'sed'
28958 # does the real work. The second script uses 'N' to pair each
28959 # line-number line with the line containing $LINENO, and appends
28960 # trailing '-' during substitution so that $LINENO is not a special
28961 # case at line end.
28962 # (Raja R Harinath suggested sed '=', and Paul Eggert wrote the
28963 # scripts with optimization help from Paolo Bonzini. Blame Lee
28964 # E. McMahon (1931-1989) for sed's syntax. :-)
28965 sed -n '
28967 /[$]LINENO/=
28968 ' <$as_myself |
28969 sed '
28970 s/[$]LINENO.*/&-/
28971 t lineno
28973 :lineno
28975 :loop
28976 s/[$]LINENO\([^'$as_cr_alnum'_].*\n\)\(.*\)/\2\1\2/
28977 t loop
28978 s/-\n.*//
28979 ' >$as_me.lineno &&
28980 chmod +x "$as_me.lineno" ||
28981 { $as_echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2
28982 { (exit 1); exit 1; }; }
28984 # Don't try to exec as it changes $[0], causing all sort of problems
28985 # (the dirname of $[0] is not the place where we might find the
28986 # original and so on. Autoconf is especially sensitive to this).
28987 . "./$as_me.lineno"
28988 # Exit status is that of the last command.
28989 exit
28993 if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
28994 as_dirname=dirname
28995 else
28996 as_dirname=false
28999 ECHO_C= ECHO_N= ECHO_T=
29000 case `echo -n x` in
29001 -n*)
29002 case `echo 'x\c'` in
29003 *c*) ECHO_T=' ';; # ECHO_T is single tab character.
29004 *) ECHO_C='\c';;
29005 esac;;
29007 ECHO_N='-n';;
29008 esac
29009 if expr a : '\(a\)' >/dev/null 2>&1 &&
29010 test "X`expr 00001 : '.*\(...\)'`" = X001; then
29011 as_expr=expr
29012 else
29013 as_expr=false
29016 rm -f conf$$ conf$$.exe conf$$.file
29017 if test -d conf$$.dir; then
29018 rm -f conf$$.dir/conf$$.file
29019 else
29020 rm -f conf$$.dir
29021 mkdir conf$$.dir 2>/dev/null
29023 if (echo >conf$$.file) 2>/dev/null; then
29024 if ln -s conf$$.file conf$$ 2>/dev/null; then
29025 as_ln_s='ln -s'
29026 # ... but there are two gotchas:
29027 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
29028 # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
29029 # In both cases, we have to default to `cp -p'.
29030 ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
29031 as_ln_s='cp -p'
29032 elif ln conf$$.file conf$$ 2>/dev/null; then
29033 as_ln_s=ln
29034 else
29035 as_ln_s='cp -p'
29037 else
29038 as_ln_s='cp -p'
29040 rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
29041 rmdir conf$$.dir 2>/dev/null
29043 if mkdir -p . 2>/dev/null; then
29044 as_mkdir_p=:
29045 else
29046 test -d ./-p && rmdir ./-p
29047 as_mkdir_p=false
29050 if test -x / >/dev/null 2>&1; then
29051 as_test_x='test -x'
29052 else
29053 if ls -dL / >/dev/null 2>&1; then
29054 as_ls_L_option=L
29055 else
29056 as_ls_L_option=
29058 as_test_x='
29059 eval sh -c '\''
29060 if test -d "$1"; then
29061 test -d "$1/.";
29062 else
29063 case $1 in
29064 -*)set "./$1";;
29065 esac;
29066 case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in
29067 ???[sx]*):;;*)false;;esac;fi
29068 '\'' sh
29071 as_executable_p=$as_test_x
29073 # Sed expression to map a string onto a valid CPP name.
29074 as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
29076 # Sed expression to map a string onto a valid variable name.
29077 as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
29080 exec 6>&1
29082 # Save the log message, to keep $[0] and so on meaningful, and to
29083 # report actual input values of CONFIG_FILES etc. instead of their
29084 # values after options handling.
29085 ac_log="
29086 This file was extended by Wine $as_me 1.1.24, which was
29087 generated by GNU Autoconf 2.63. Invocation command line was
29089 CONFIG_FILES = $CONFIG_FILES
29090 CONFIG_HEADERS = $CONFIG_HEADERS
29091 CONFIG_LINKS = $CONFIG_LINKS
29092 CONFIG_COMMANDS = $CONFIG_COMMANDS
29093 $ $0 $@
29095 on `(hostname || uname -n) 2>/dev/null | sed 1q`
29098 _ACEOF
29100 case $ac_config_files in *"
29101 "*) set x $ac_config_files; shift; ac_config_files=$*;;
29102 esac
29104 case $ac_config_headers in *"
29105 "*) set x $ac_config_headers; shift; ac_config_headers=$*;;
29106 esac
29109 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
29110 # Files that config.status was made for.
29111 config_files="$ac_config_files"
29112 config_headers="$ac_config_headers"
29113 config_commands="$ac_config_commands"
29115 _ACEOF
29117 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
29118 ac_cs_usage="\
29119 \`$as_me' instantiates files from templates according to the
29120 current configuration.
29122 Usage: $0 [OPTION]... [FILE]...
29124 -h, --help print this help, then exit
29125 -V, --version print version number and configuration settings, then exit
29126 -q, --quiet, --silent
29127 do not print progress messages
29128 -d, --debug don't remove temporary files
29129 --recheck update $as_me by reconfiguring in the same conditions
29130 --file=FILE[:TEMPLATE]
29131 instantiate the configuration file FILE
29132 --header=FILE[:TEMPLATE]
29133 instantiate the configuration header FILE
29135 Configuration files:
29136 $config_files
29138 Configuration headers:
29139 $config_headers
29141 Configuration commands:
29142 $config_commands
29144 Report bugs to <bug-autoconf@gnu.org>."
29146 _ACEOF
29147 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
29148 ac_cs_version="\\
29149 Wine config.status 1.1.24
29150 configured by $0, generated by GNU Autoconf 2.63,
29151 with options \\"`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\"
29153 Copyright (C) 2008 Free Software Foundation, Inc.
29154 This config.status script is free software; the Free Software Foundation
29155 gives unlimited permission to copy, distribute and modify it."
29157 ac_pwd='$ac_pwd'
29158 srcdir='$srcdir'
29159 INSTALL='$INSTALL'
29160 test -n "\$AWK" || AWK=awk
29161 _ACEOF
29163 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
29164 # The default lists apply if the user does not specify any file.
29165 ac_need_defaults=:
29166 while test $# != 0
29168 case $1 in
29169 --*=*)
29170 ac_option=`expr "X$1" : 'X\([^=]*\)='`
29171 ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
29172 ac_shift=:
29175 ac_option=$1
29176 ac_optarg=$2
29177 ac_shift=shift
29179 esac
29181 case $ac_option in
29182 # Handling of the options.
29183 -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
29184 ac_cs_recheck=: ;;
29185 --version | --versio | --versi | --vers | --ver | --ve | --v | -V )
29186 $as_echo "$ac_cs_version"; exit ;;
29187 --debug | --debu | --deb | --de | --d | -d )
29188 debug=: ;;
29189 --file | --fil | --fi | --f )
29190 $ac_shift
29191 case $ac_optarg in
29192 *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
29193 esac
29194 CONFIG_FILES="$CONFIG_FILES '$ac_optarg'"
29195 ac_need_defaults=false;;
29196 --header | --heade | --head | --hea )
29197 $ac_shift
29198 case $ac_optarg in
29199 *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
29200 esac
29201 CONFIG_HEADERS="$CONFIG_HEADERS '$ac_optarg'"
29202 ac_need_defaults=false;;
29203 --he | --h)
29204 # Conflict between --help and --header
29205 { $as_echo "$as_me: error: ambiguous option: $1
29206 Try \`$0 --help' for more information." >&2
29207 { (exit 1); exit 1; }; };;
29208 --help | --hel | -h )
29209 $as_echo "$ac_cs_usage"; exit ;;
29210 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
29211 | -silent | --silent | --silen | --sile | --sil | --si | --s)
29212 ac_cs_silent=: ;;
29214 # This is an error.
29215 -*) { $as_echo "$as_me: error: unrecognized option: $1
29216 Try \`$0 --help' for more information." >&2
29217 { (exit 1); exit 1; }; } ;;
29219 *) ac_config_targets="$ac_config_targets $1"
29220 ac_need_defaults=false ;;
29222 esac
29223 shift
29224 done
29226 ac_configure_extra_args=
29228 if $ac_cs_silent; then
29229 exec 6>/dev/null
29230 ac_configure_extra_args="$ac_configure_extra_args --silent"
29233 _ACEOF
29234 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
29235 if \$ac_cs_recheck; then
29236 set X '$SHELL' '$0' $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
29237 shift
29238 \$as_echo "running CONFIG_SHELL=$SHELL \$*" >&6
29239 CONFIG_SHELL='$SHELL'
29240 export CONFIG_SHELL
29241 exec "\$@"
29244 _ACEOF
29245 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
29246 exec 5>>config.log
29248 echo
29249 sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
29250 ## Running $as_me. ##
29251 _ASBOX
29252 $as_echo "$ac_log"
29253 } >&5
29255 _ACEOF
29256 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
29257 _ACEOF
29259 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
29261 # Handling of arguments.
29262 for ac_config_target in $ac_config_targets
29264 case $ac_config_target in
29265 "include/config.h") CONFIG_HEADERS="$CONFIG_HEADERS include/config.h" ;;
29266 "include/stamp-h") CONFIG_COMMANDS="$CONFIG_COMMANDS include/stamp-h" ;;
29267 "dlls/gdi32/enhmfdrv") CONFIG_COMMANDS="$CONFIG_COMMANDS dlls/gdi32/enhmfdrv" ;;
29268 "dlls/gdi32/mfdrv") CONFIG_COMMANDS="$CONFIG_COMMANDS dlls/gdi32/mfdrv" ;;
29269 "dlls/kernel32/nls") CONFIG_COMMANDS="$CONFIG_COMMANDS dlls/kernel32/nls" ;;
29270 "dlls/user32/resources") CONFIG_COMMANDS="$CONFIG_COMMANDS dlls/user32/resources" ;;
29271 "dlls/wineps.drv/data") CONFIG_COMMANDS="$CONFIG_COMMANDS dlls/wineps.drv/data" ;;
29272 "include/wine") CONFIG_COMMANDS="$CONFIG_COMMANDS include/wine" ;;
29273 "Make.rules") CONFIG_FILES="$CONFIG_FILES Make.rules" ;;
29274 "dlls/Makedll.rules") CONFIG_FILES="$CONFIG_FILES dlls/Makedll.rules" ;;
29275 "dlls/Makeimplib.rules") CONFIG_FILES="$CONFIG_FILES dlls/Makeimplib.rules" ;;
29276 "dlls/Maketest.rules") CONFIG_FILES="$CONFIG_FILES dlls/Maketest.rules" ;;
29277 "programs/Makeprog.rules") CONFIG_FILES="$CONFIG_FILES programs/Makeprog.rules" ;;
29278 "Makefile") CONFIG_FILES="$CONFIG_FILES Makefile" ;;
29279 "dlls/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/Makefile" ;;
29280 "dlls/acledit/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/acledit/Makefile" ;;
29281 "dlls/aclui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/aclui/Makefile" ;;
29282 "dlls/activeds/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/activeds/Makefile" ;;
29283 "dlls/actxprxy/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/actxprxy/Makefile" ;;
29284 "dlls/adsiid/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/adsiid/Makefile" ;;
29285 "dlls/advapi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/advapi32/Makefile" ;;
29286 "dlls/advapi32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/advapi32/tests/Makefile" ;;
29287 "dlls/advpack/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/advpack/Makefile" ;;
29288 "dlls/advpack/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/advpack/tests/Makefile" ;;
29289 "dlls/amstream/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/amstream/Makefile" ;;
29290 "dlls/amstream/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/amstream/tests/Makefile" ;;
29291 "dlls/appwiz.cpl/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/appwiz.cpl/Makefile" ;;
29292 "dlls/atl/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/atl/Makefile" ;;
29293 "dlls/authz/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/authz/Makefile" ;;
29294 "dlls/avicap32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/avicap32/Makefile" ;;
29295 "dlls/avifil32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/avifil32/Makefile" ;;
29296 "dlls/avifile.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/avifile.dll16/Makefile" ;;
29297 "dlls/bcrypt/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/bcrypt/Makefile" ;;
29298 "dlls/browseui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/browseui/Makefile" ;;
29299 "dlls/browseui/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/browseui/tests/Makefile" ;;
29300 "dlls/cabinet/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cabinet/Makefile" ;;
29301 "dlls/cabinet/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cabinet/tests/Makefile" ;;
29302 "dlls/capi2032/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/capi2032/Makefile" ;;
29303 "dlls/cards/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cards/Makefile" ;;
29304 "dlls/cfgmgr32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cfgmgr32/Makefile" ;;
29305 "dlls/clusapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/clusapi/Makefile" ;;
29306 "dlls/comcat/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/comcat/Makefile" ;;
29307 "dlls/comcat/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/comcat/tests/Makefile" ;;
29308 "dlls/comctl32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/comctl32/Makefile" ;;
29309 "dlls/comctl32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/comctl32/tests/Makefile" ;;
29310 "dlls/comdlg32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/comdlg32/Makefile" ;;
29311 "dlls/comdlg32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/comdlg32/tests/Makefile" ;;
29312 "dlls/comm.drv16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/comm.drv16/Makefile" ;;
29313 "dlls/compobj.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/compobj.dll16/Makefile" ;;
29314 "dlls/compstui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/compstui/Makefile" ;;
29315 "dlls/credui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/credui/Makefile" ;;
29316 "dlls/credui/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/credui/tests/Makefile" ;;
29317 "dlls/crtdll/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/crtdll/Makefile" ;;
29318 "dlls/crypt32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/crypt32/Makefile" ;;
29319 "dlls/crypt32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/crypt32/tests/Makefile" ;;
29320 "dlls/cryptdlg/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cryptdlg/Makefile" ;;
29321 "dlls/cryptdll/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cryptdll/Makefile" ;;
29322 "dlls/cryptnet/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cryptnet/Makefile" ;;
29323 "dlls/cryptnet/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cryptnet/tests/Makefile" ;;
29324 "dlls/cryptui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cryptui/Makefile" ;;
29325 "dlls/cryptui/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cryptui/tests/Makefile" ;;
29326 "dlls/ctapi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ctapi32/Makefile" ;;
29327 "dlls/ctl3d.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ctl3d.dll16/Makefile" ;;
29328 "dlls/ctl3d32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ctl3d32/Makefile" ;;
29329 "dlls/ctl3dv2.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ctl3dv2.dll16/Makefile" ;;
29330 "dlls/d3d10/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d10/Makefile" ;;
29331 "dlls/d3d10/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d10/tests/Makefile" ;;
29332 "dlls/d3d10core/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d10core/Makefile" ;;
29333 "dlls/d3d10core/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d10core/tests/Makefile" ;;
29334 "dlls/d3d8/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d8/Makefile" ;;
29335 "dlls/d3d8/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d8/tests/Makefile" ;;
29336 "dlls/d3d9/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d9/Makefile" ;;
29337 "dlls/d3d9/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d9/tests/Makefile" ;;
29338 "dlls/d3dim/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dim/Makefile" ;;
29339 "dlls/d3drm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3drm/Makefile" ;;
29340 "dlls/d3drm/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3drm/tests/Makefile" ;;
29341 "dlls/d3dx8/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx8/Makefile" ;;
29342 "dlls/d3dx8/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx8/tests/Makefile" ;;
29343 "dlls/d3dx9_24/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_24/Makefile" ;;
29344 "dlls/d3dx9_25/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_25/Makefile" ;;
29345 "dlls/d3dx9_26/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_26/Makefile" ;;
29346 "dlls/d3dx9_27/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_27/Makefile" ;;
29347 "dlls/d3dx9_28/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_28/Makefile" ;;
29348 "dlls/d3dx9_29/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_29/Makefile" ;;
29349 "dlls/d3dx9_30/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_30/Makefile" ;;
29350 "dlls/d3dx9_31/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_31/Makefile" ;;
29351 "dlls/d3dx9_32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_32/Makefile" ;;
29352 "dlls/d3dx9_33/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_33/Makefile" ;;
29353 "dlls/d3dx9_34/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_34/Makefile" ;;
29354 "dlls/d3dx9_35/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_35/Makefile" ;;
29355 "dlls/d3dx9_36/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_36/Makefile" ;;
29356 "dlls/d3dx9_36/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_36/tests/Makefile" ;;
29357 "dlls/d3dx9_37/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_37/Makefile" ;;
29358 "dlls/d3dx9_38/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_38/Makefile" ;;
29359 "dlls/d3dx9_39/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_39/Makefile" ;;
29360 "dlls/d3dx9_40/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_40/Makefile" ;;
29361 "dlls/d3dx9_41/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_41/Makefile" ;;
29362 "dlls/d3dxof/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dxof/Makefile" ;;
29363 "dlls/d3dxof/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dxof/tests/Makefile" ;;
29364 "dlls/dbghelp/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dbghelp/Makefile" ;;
29365 "dlls/dciman32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dciman32/Makefile" ;;
29366 "dlls/ddeml.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ddeml.dll16/Makefile" ;;
29367 "dlls/ddraw/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ddraw/Makefile" ;;
29368 "dlls/ddraw/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ddraw/tests/Makefile" ;;
29369 "dlls/ddrawex/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ddrawex/Makefile" ;;
29370 "dlls/ddrawex/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ddrawex/tests/Makefile" ;;
29371 "dlls/devenum/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/devenum/Makefile" ;;
29372 "dlls/dinput/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dinput/Makefile" ;;
29373 "dlls/dinput/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dinput/tests/Makefile" ;;
29374 "dlls/dinput8/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dinput8/Makefile" ;;
29375 "dlls/dispdib.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dispdib.dll16/Makefile" ;;
29376 "dlls/display.drv16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/display.drv16/Makefile" ;;
29377 "dlls/dmband/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmband/Makefile" ;;
29378 "dlls/dmcompos/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmcompos/Makefile" ;;
29379 "dlls/dmime/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmime/Makefile" ;;
29380 "dlls/dmloader/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmloader/Makefile" ;;
29381 "dlls/dmscript/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmscript/Makefile" ;;
29382 "dlls/dmstyle/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmstyle/Makefile" ;;
29383 "dlls/dmsynth/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmsynth/Makefile" ;;
29384 "dlls/dmusic/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmusic/Makefile" ;;
29385 "dlls/dmusic32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmusic32/Makefile" ;;
29386 "dlls/dnsapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dnsapi/Makefile" ;;
29387 "dlls/dnsapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dnsapi/tests/Makefile" ;;
29388 "dlls/dplay/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dplay/Makefile" ;;
29389 "dlls/dplayx/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dplayx/Makefile" ;;
29390 "dlls/dplayx/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dplayx/tests/Makefile" ;;
29391 "dlls/dpnaddr/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dpnaddr/Makefile" ;;
29392 "dlls/dpnet/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dpnet/Makefile" ;;
29393 "dlls/dpnhpast/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dpnhpast/Makefile" ;;
29394 "dlls/dpnlobby/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dpnlobby/Makefile" ;;
29395 "dlls/dpwsockx/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dpwsockx/Makefile" ;;
29396 "dlls/dsound/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dsound/Makefile" ;;
29397 "dlls/dsound/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dsound/tests/Makefile" ;;
29398 "dlls/dssenh/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dssenh/Makefile" ;;
29399 "dlls/dswave/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dswave/Makefile" ;;
29400 "dlls/dwmapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dwmapi/Makefile" ;;
29401 "dlls/dxdiagn/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dxdiagn/Makefile" ;;
29402 "dlls/dxerr8/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dxerr8/Makefile" ;;
29403 "dlls/dxerr9/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dxerr9/Makefile" ;;
29404 "dlls/dxgi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dxgi/Makefile" ;;
29405 "dlls/dxgi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dxgi/tests/Makefile" ;;
29406 "dlls/dxguid/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dxguid/Makefile" ;;
29407 "dlls/faultrep/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/faultrep/Makefile" ;;
29408 "dlls/fusion/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/fusion/Makefile" ;;
29409 "dlls/fusion/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/fusion/tests/Makefile" ;;
29410 "dlls/gdi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/gdi32/Makefile" ;;
29411 "dlls/gdi32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/gdi32/tests/Makefile" ;;
29412 "dlls/gdiplus/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/gdiplus/Makefile" ;;
29413 "dlls/gdiplus/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/gdiplus/tests/Makefile" ;;
29414 "dlls/glu32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/glu32/Makefile" ;;
29415 "dlls/gphoto2.ds/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/gphoto2.ds/Makefile" ;;
29416 "dlls/gpkcsp/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/gpkcsp/Makefile" ;;
29417 "dlls/hal/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/hal/Makefile" ;;
29418 "dlls/hhctrl.ocx/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/hhctrl.ocx/Makefile" ;;
29419 "dlls/hid/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/hid/Makefile" ;;
29420 "dlls/hlink/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/hlink/Makefile" ;;
29421 "dlls/hlink/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/hlink/tests/Makefile" ;;
29422 "dlls/hnetcfg/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/hnetcfg/Makefile" ;;
29423 "dlls/httpapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/httpapi/Makefile" ;;
29424 "dlls/iccvid/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/iccvid/Makefile" ;;
29425 "dlls/icmp/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/icmp/Makefile" ;;
29426 "dlls/ifsmgr.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ifsmgr.vxd/Makefile" ;;
29427 "dlls/imaadp32.acm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/imaadp32.acm/Makefile" ;;
29428 "dlls/imagehlp/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/imagehlp/Makefile" ;;
29429 "dlls/imm.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/imm.dll16/Makefile" ;;
29430 "dlls/imm32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/imm32/Makefile" ;;
29431 "dlls/imm32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/imm32/tests/Makefile" ;;
29432 "dlls/inetcomm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/inetcomm/Makefile" ;;
29433 "dlls/inetcomm/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/inetcomm/tests/Makefile" ;;
29434 "dlls/inetmib1/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/inetmib1/Makefile" ;;
29435 "dlls/inetmib1/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/inetmib1/tests/Makefile" ;;
29436 "dlls/infosoft/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/infosoft/Makefile" ;;
29437 "dlls/infosoft/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/infosoft/tests/Makefile" ;;
29438 "dlls/initpki/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/initpki/Makefile" ;;
29439 "dlls/inkobj/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/inkobj/Makefile" ;;
29440 "dlls/inseng/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/inseng/Makefile" ;;
29441 "dlls/iphlpapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/iphlpapi/Makefile" ;;
29442 "dlls/iphlpapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/iphlpapi/tests/Makefile" ;;
29443 "dlls/itircl/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/itircl/Makefile" ;;
29444 "dlls/itss/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/itss/Makefile" ;;
29445 "dlls/itss/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/itss/tests/Makefile" ;;
29446 "dlls/jscript/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/jscript/Makefile" ;;
29447 "dlls/jscript/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/jscript/tests/Makefile" ;;
29448 "dlls/kernel32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/kernel32/Makefile" ;;
29449 "dlls/kernel32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/kernel32/tests/Makefile" ;;
29450 "dlls/keyboard.drv16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/keyboard.drv16/Makefile" ;;
29451 "dlls/loadperf/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/loadperf/Makefile" ;;
29452 "dlls/localspl/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/localspl/Makefile" ;;
29453 "dlls/localspl/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/localspl/tests/Makefile" ;;
29454 "dlls/localui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/localui/Makefile" ;;
29455 "dlls/localui/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/localui/tests/Makefile" ;;
29456 "dlls/lz32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/lz32/Makefile" ;;
29457 "dlls/lz32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/lz32/tests/Makefile" ;;
29458 "dlls/lzexpand.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/lzexpand.dll16/Makefile" ;;
29459 "dlls/mapi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mapi32/Makefile" ;;
29460 "dlls/mapi32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mapi32/tests/Makefile" ;;
29461 "dlls/mciavi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mciavi32/Makefile" ;;
29462 "dlls/mcicda/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mcicda/Makefile" ;;
29463 "dlls/mciqtz32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mciqtz32/Makefile" ;;
29464 "dlls/mciseq/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mciseq/Makefile" ;;
29465 "dlls/mciwave/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mciwave/Makefile" ;;
29466 "dlls/midimap/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/midimap/Makefile" ;;
29467 "dlls/mlang/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mlang/Makefile" ;;
29468 "dlls/mlang/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mlang/tests/Makefile" ;;
29469 "dlls/mmdevldr.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mmdevldr.vxd/Makefile" ;;
29470 "dlls/monodebg.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/monodebg.vxd/Makefile" ;;
29471 "dlls/mountmgr.sys/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mountmgr.sys/Makefile" ;;
29472 "dlls/mouse.drv16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mouse.drv16/Makefile" ;;
29473 "dlls/mpr/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mpr/Makefile" ;;
29474 "dlls/mprapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mprapi/Makefile" ;;
29475 "dlls/msacm.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msacm.dll16/Makefile" ;;
29476 "dlls/msacm32.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msacm32.drv/Makefile" ;;
29477 "dlls/msacm32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msacm32/Makefile" ;;
29478 "dlls/msacm32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msacm32/tests/Makefile" ;;
29479 "dlls/msadp32.acm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msadp32.acm/Makefile" ;;
29480 "dlls/mscat32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mscat32/Makefile" ;;
29481 "dlls/mscms/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mscms/Makefile" ;;
29482 "dlls/mscms/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mscms/tests/Makefile" ;;
29483 "dlls/mscoree/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mscoree/Makefile" ;;
29484 "dlls/msctf/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msctf/Makefile" ;;
29485 "dlls/msctf/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msctf/tests/Makefile" ;;
29486 "dlls/msdmo/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msdmo/Makefile" ;;
29487 "dlls/msftedit/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msftedit/Makefile" ;;
29488 "dlls/msg711.acm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msg711.acm/Makefile" ;;
29489 "dlls/mshtml.tlb/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mshtml.tlb/Makefile" ;;
29490 "dlls/mshtml/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mshtml/Makefile" ;;
29491 "dlls/mshtml/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mshtml/tests/Makefile" ;;
29492 "dlls/msi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msi/Makefile" ;;
29493 "dlls/msi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msi/tests/Makefile" ;;
29494 "dlls/msimg32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msimg32/Makefile" ;;
29495 "dlls/msimtf/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msimtf/Makefile" ;;
29496 "dlls/msisip/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msisip/Makefile" ;;
29497 "dlls/msisys.ocx/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msisys.ocx/Makefile" ;;
29498 "dlls/msnet32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msnet32/Makefile" ;;
29499 "dlls/msrle32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msrle32/Makefile" ;;
29500 "dlls/mssign32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mssign32/Makefile" ;;
29501 "dlls/mssip32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mssip32/Makefile" ;;
29502 "dlls/mstask/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mstask/Makefile" ;;
29503 "dlls/mstask/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mstask/tests/Makefile" ;;
29504 "dlls/msvcirt/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcirt/Makefile" ;;
29505 "dlls/msvcr71/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcr71/Makefile" ;;
29506 "dlls/msvcrt/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcrt/Makefile" ;;
29507 "dlls/msvcrt/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcrt/tests/Makefile" ;;
29508 "dlls/msvcrt20/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcrt20/Makefile" ;;
29509 "dlls/msvcrt40/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcrt40/Makefile" ;;
29510 "dlls/msvcrtd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcrtd/Makefile" ;;
29511 "dlls/msvcrtd/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcrtd/tests/Makefile" ;;
29512 "dlls/msvfw32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvfw32/Makefile" ;;
29513 "dlls/msvfw32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvfw32/tests/Makefile" ;;
29514 "dlls/msvidc32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvidc32/Makefile" ;;
29515 "dlls/msvideo.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvideo.dll16/Makefile" ;;
29516 "dlls/mswsock/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mswsock/Makefile" ;;
29517 "dlls/msxml3/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msxml3/Makefile" ;;
29518 "dlls/msxml3/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msxml3/tests/Makefile" ;;
29519 "dlls/nddeapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/nddeapi/Makefile" ;;
29520 "dlls/netapi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/netapi32/Makefile" ;;
29521 "dlls/netapi32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/netapi32/tests/Makefile" ;;
29522 "dlls/newdev/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/newdev/Makefile" ;;
29523 "dlls/ntdll/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ntdll/Makefile" ;;
29524 "dlls/ntdll/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ntdll/tests/Makefile" ;;
29525 "dlls/ntdsapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ntdsapi/Makefile" ;;
29526 "dlls/ntdsapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ntdsapi/tests/Makefile" ;;
29527 "dlls/ntoskrnl.exe/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ntoskrnl.exe/Makefile" ;;
29528 "dlls/ntprint/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ntprint/Makefile" ;;
29529 "dlls/ntprint/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ntprint/tests/Makefile" ;;
29530 "dlls/objsel/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/objsel/Makefile" ;;
29531 "dlls/odbc32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/odbc32/Makefile" ;;
29532 "dlls/odbccp32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/odbccp32/Makefile" ;;
29533 "dlls/odbccp32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/odbccp32/tests/Makefile" ;;
29534 "dlls/ole2.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ole2.dll16/Makefile" ;;
29535 "dlls/ole2conv.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ole2conv.dll16/Makefile" ;;
29536 "dlls/ole2disp.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ole2disp.dll16/Makefile" ;;
29537 "dlls/ole2nls.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ole2nls.dll16/Makefile" ;;
29538 "dlls/ole2prox.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ole2prox.dll16/Makefile" ;;
29539 "dlls/ole2thk.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ole2thk.dll16/Makefile" ;;
29540 "dlls/ole32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ole32/Makefile" ;;
29541 "dlls/ole32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ole32/tests/Makefile" ;;
29542 "dlls/oleacc/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/oleacc/Makefile" ;;
29543 "dlls/oleacc/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/oleacc/tests/Makefile" ;;
29544 "dlls/oleaut32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/oleaut32/Makefile" ;;
29545 "dlls/oleaut32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/oleaut32/tests/Makefile" ;;
29546 "dlls/olecli.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/olecli.dll16/Makefile" ;;
29547 "dlls/olecli32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/olecli32/Makefile" ;;
29548 "dlls/oledlg/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/oledlg/Makefile" ;;
29549 "dlls/olepro32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/olepro32/Makefile" ;;
29550 "dlls/olesvr.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/olesvr.dll16/Makefile" ;;
29551 "dlls/olesvr32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/olesvr32/Makefile" ;;
29552 "dlls/olethk32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/olethk32/Makefile" ;;
29553 "dlls/opengl32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/opengl32/Makefile" ;;
29554 "dlls/opengl32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/opengl32/tests/Makefile" ;;
29555 "dlls/pdh/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/pdh/Makefile" ;;
29556 "dlls/pdh/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/pdh/tests/Makefile" ;;
29557 "dlls/pidgen/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/pidgen/Makefile" ;;
29558 "dlls/powrprof/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/powrprof/Makefile" ;;
29559 "dlls/printui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/printui/Makefile" ;;
29560 "dlls/propsys/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/propsys/Makefile" ;;
29561 "dlls/psapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/psapi/Makefile" ;;
29562 "dlls/psapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/psapi/tests/Makefile" ;;
29563 "dlls/pstorec/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/pstorec/Makefile" ;;
29564 "dlls/qcap/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/qcap/Makefile" ;;
29565 "dlls/qedit/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/qedit/Makefile" ;;
29566 "dlls/qedit/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/qedit/tests/Makefile" ;;
29567 "dlls/qmgr/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/qmgr/Makefile" ;;
29568 "dlls/qmgr/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/qmgr/tests/Makefile" ;;
29569 "dlls/qmgrprxy/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/qmgrprxy/Makefile" ;;
29570 "dlls/quartz/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/quartz/Makefile" ;;
29571 "dlls/quartz/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/quartz/tests/Makefile" ;;
29572 "dlls/query/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/query/Makefile" ;;
29573 "dlls/rasapi16.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rasapi16.dll16/Makefile" ;;
29574 "dlls/rasapi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rasapi32/Makefile" ;;
29575 "dlls/rasapi32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rasapi32/tests/Makefile" ;;
29576 "dlls/rasdlg/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rasdlg/Makefile" ;;
29577 "dlls/resutils/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/resutils/Makefile" ;;
29578 "dlls/riched20/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/riched20/Makefile" ;;
29579 "dlls/riched20/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/riched20/tests/Makefile" ;;
29580 "dlls/riched32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/riched32/Makefile" ;;
29581 "dlls/riched32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/riched32/tests/Makefile" ;;
29582 "dlls/rpcrt4/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rpcrt4/Makefile" ;;
29583 "dlls/rpcrt4/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rpcrt4/tests/Makefile" ;;
29584 "dlls/rsabase/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rsabase/Makefile" ;;
29585 "dlls/rsaenh/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rsaenh/Makefile" ;;
29586 "dlls/rsaenh/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rsaenh/tests/Makefile" ;;
29587 "dlls/sane.ds/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sane.ds/Makefile" ;;
29588 "dlls/sccbase/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sccbase/Makefile" ;;
29589 "dlls/schannel/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/schannel/Makefile" ;;
29590 "dlls/schannel/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/schannel/tests/Makefile" ;;
29591 "dlls/secur32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/secur32/Makefile" ;;
29592 "dlls/secur32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/secur32/tests/Makefile" ;;
29593 "dlls/security/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/security/Makefile" ;;
29594 "dlls/sensapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sensapi/Makefile" ;;
29595 "dlls/serialui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/serialui/Makefile" ;;
29596 "dlls/serialui/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/serialui/tests/Makefile" ;;
29597 "dlls/setupapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/setupapi/Makefile" ;;
29598 "dlls/setupapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/setupapi/tests/Makefile" ;;
29599 "dlls/sfc/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sfc/Makefile" ;;
29600 "dlls/sfc_os/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sfc_os/Makefile" ;;
29601 "dlls/shdoclc/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shdoclc/Makefile" ;;
29602 "dlls/shdocvw/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shdocvw/Makefile" ;;
29603 "dlls/shdocvw/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shdocvw/tests/Makefile" ;;
29604 "dlls/shell.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shell.dll16/Makefile" ;;
29605 "dlls/shell32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shell32/Makefile" ;;
29606 "dlls/shell32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shell32/tests/Makefile" ;;
29607 "dlls/shfolder/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shfolder/Makefile" ;;
29608 "dlls/shlwapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shlwapi/Makefile" ;;
29609 "dlls/shlwapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shlwapi/tests/Makefile" ;;
29610 "dlls/slbcsp/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/slbcsp/Makefile" ;;
29611 "dlls/slc/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/slc/Makefile" ;;
29612 "dlls/snmpapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/snmpapi/Makefile" ;;
29613 "dlls/snmpapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/snmpapi/tests/Makefile" ;;
29614 "dlls/softpub/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/softpub/Makefile" ;;
29615 "dlls/sound.drv16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sound.drv16/Makefile" ;;
29616 "dlls/spoolss/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/spoolss/Makefile" ;;
29617 "dlls/spoolss/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/spoolss/tests/Makefile" ;;
29618 "dlls/stdole2.tlb/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/stdole2.tlb/Makefile" ;;
29619 "dlls/stdole32.tlb/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/stdole32.tlb/Makefile" ;;
29620 "dlls/sti/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sti/Makefile" ;;
29621 "dlls/storage.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/storage.dll16/Makefile" ;;
29622 "dlls/stress.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/stress.dll16/Makefile" ;;
29623 "dlls/strmiids/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/strmiids/Makefile" ;;
29624 "dlls/svrapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/svrapi/Makefile" ;;
29625 "dlls/sxs/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sxs/Makefile" ;;
29626 "dlls/t2embed/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/t2embed/Makefile" ;;
29627 "dlls/tapi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/tapi32/Makefile" ;;
29628 "dlls/traffic/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/traffic/Makefile" ;;
29629 "dlls/twain.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/twain.dll16/Makefile" ;;
29630 "dlls/twain_32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/twain_32/Makefile" ;;
29631 "dlls/twain_32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/twain_32/tests/Makefile" ;;
29632 "dlls/typelib.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/typelib.dll16/Makefile" ;;
29633 "dlls/unicows/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/unicows/Makefile" ;;
29634 "dlls/updspapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/updspapi/Makefile" ;;
29635 "dlls/url/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/url/Makefile" ;;
29636 "dlls/urlmon/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/urlmon/Makefile" ;;
29637 "dlls/urlmon/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/urlmon/tests/Makefile" ;;
29638 "dlls/user32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/user32/Makefile" ;;
29639 "dlls/user32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/user32/tests/Makefile" ;;
29640 "dlls/userenv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/userenv/Makefile" ;;
29641 "dlls/userenv/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/userenv/tests/Makefile" ;;
29642 "dlls/usp10/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/usp10/Makefile" ;;
29643 "dlls/usp10/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/usp10/tests/Makefile" ;;
29644 "dlls/uuid/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/uuid/Makefile" ;;
29645 "dlls/uxtheme/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/uxtheme/Makefile" ;;
29646 "dlls/uxtheme/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/uxtheme/tests/Makefile" ;;
29647 "dlls/vdhcp.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/vdhcp.vxd/Makefile" ;;
29648 "dlls/vdmdbg/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/vdmdbg/Makefile" ;;
29649 "dlls/version/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/version/Makefile" ;;
29650 "dlls/version/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/version/tests/Makefile" ;;
29651 "dlls/vmm.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/vmm.vxd/Makefile" ;;
29652 "dlls/vnbt.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/vnbt.vxd/Makefile" ;;
29653 "dlls/vnetbios.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/vnetbios.vxd/Makefile" ;;
29654 "dlls/vtdapi.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/vtdapi.vxd/Makefile" ;;
29655 "dlls/vwin32.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/vwin32.vxd/Makefile" ;;
29656 "dlls/w32skrnl/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/w32skrnl/Makefile" ;;
29657 "dlls/w32sys.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/w32sys.dll16/Makefile" ;;
29658 "dlls/wbemprox/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wbemprox/Makefile" ;;
29659 "dlls/win32s16.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/win32s16.dll16/Makefile" ;;
29660 "dlls/win87em.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/win87em.dll16/Makefile" ;;
29661 "dlls/winaspi.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winaspi.dll16/Makefile" ;;
29662 "dlls/windebug.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/windebug.dll16/Makefile" ;;
29663 "dlls/windowscodecs/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/windowscodecs/Makefile" ;;
29664 "dlls/winealsa.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winealsa.drv/Makefile" ;;
29665 "dlls/wineaudioio.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wineaudioio.drv/Makefile" ;;
29666 "dlls/winecoreaudio.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winecoreaudio.drv/Makefile" ;;
29667 "dlls/winecrt0/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winecrt0/Makefile" ;;
29668 "dlls/wined3d/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wined3d/Makefile" ;;
29669 "dlls/winedos/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winedos/Makefile" ;;
29670 "dlls/wineesd.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wineesd.drv/Makefile" ;;
29671 "dlls/winejack.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winejack.drv/Makefile" ;;
29672 "dlls/winejoystick.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winejoystick.drv/Makefile" ;;
29673 "dlls/winemp3.acm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winemp3.acm/Makefile" ;;
29674 "dlls/winenas.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winenas.drv/Makefile" ;;
29675 "dlls/wineoss.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wineoss.drv/Makefile" ;;
29676 "dlls/wineps.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wineps.drv/Makefile" ;;
29677 "dlls/winequartz.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winequartz.drv/Makefile" ;;
29678 "dlls/winex11.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winex11.drv/Makefile" ;;
29679 "dlls/wing32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wing32/Makefile" ;;
29680 "dlls/winhttp/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winhttp/Makefile" ;;
29681 "dlls/winhttp/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winhttp/tests/Makefile" ;;
29682 "dlls/wininet/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wininet/Makefile" ;;
29683 "dlls/wininet/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wininet/tests/Makefile" ;;
29684 "dlls/winmm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winmm/Makefile" ;;
29685 "dlls/winmm/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winmm/tests/Makefile" ;;
29686 "dlls/winnls.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winnls.dll16/Makefile" ;;
29687 "dlls/winnls32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winnls32/Makefile" ;;
29688 "dlls/winscard/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winscard/Makefile" ;;
29689 "dlls/winspool.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winspool.drv/Makefile" ;;
29690 "dlls/winspool.drv/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winspool.drv/tests/Makefile" ;;
29691 "dlls/wintab.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wintab.dll16/Makefile" ;;
29692 "dlls/wintab32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wintab32/Makefile" ;;
29693 "dlls/wintrust/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wintrust/Makefile" ;;
29694 "dlls/wintrust/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wintrust/tests/Makefile" ;;
29695 "dlls/wldap32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wldap32/Makefile" ;;
29696 "dlls/wldap32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wldap32/tests/Makefile" ;;
29697 "dlls/wmi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wmi/Makefile" ;;
29698 "dlls/wnaspi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wnaspi32/Makefile" ;;
29699 "dlls/wow32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wow32/Makefile" ;;
29700 "dlls/ws2_32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ws2_32/Makefile" ;;
29701 "dlls/ws2_32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ws2_32/tests/Makefile" ;;
29702 "dlls/wsock32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wsock32/Makefile" ;;
29703 "dlls/wtsapi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wtsapi32/Makefile" ;;
29704 "dlls/wuapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wuapi/Makefile" ;;
29705 "dlls/xinput1_1/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/xinput1_1/Makefile" ;;
29706 "dlls/xinput1_2/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/xinput1_2/Makefile" ;;
29707 "dlls/xinput1_3/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/xinput1_3/Makefile" ;;
29708 "dlls/xinput1_3/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/xinput1_3/tests/Makefile" ;;
29709 "dlls/xinput9_1_0/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/xinput9_1_0/Makefile" ;;
29710 "dlls/xmllite/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/xmllite/Makefile" ;;
29711 "documentation/Makefile") CONFIG_FILES="$CONFIG_FILES documentation/Makefile" ;;
29712 "fonts/Makefile") CONFIG_FILES="$CONFIG_FILES fonts/Makefile" ;;
29713 "include/Makefile") CONFIG_FILES="$CONFIG_FILES include/Makefile" ;;
29714 "libs/Makefile") CONFIG_FILES="$CONFIG_FILES libs/Makefile" ;;
29715 "libs/port/Makefile") CONFIG_FILES="$CONFIG_FILES libs/port/Makefile" ;;
29716 "libs/wine/Makefile") CONFIG_FILES="$CONFIG_FILES libs/wine/Makefile" ;;
29717 "libs/wpp/Makefile") CONFIG_FILES="$CONFIG_FILES libs/wpp/Makefile" ;;
29718 "loader/Makefile") CONFIG_FILES="$CONFIG_FILES loader/Makefile" ;;
29719 "programs/Makefile") CONFIG_FILES="$CONFIG_FILES programs/Makefile" ;;
29720 "programs/cacls/Makefile") CONFIG_FILES="$CONFIG_FILES programs/cacls/Makefile" ;;
29721 "programs/clock/Makefile") CONFIG_FILES="$CONFIG_FILES programs/clock/Makefile" ;;
29722 "programs/cmd/Makefile") CONFIG_FILES="$CONFIG_FILES programs/cmd/Makefile" ;;
29723 "programs/cmdlgtst/Makefile") CONFIG_FILES="$CONFIG_FILES programs/cmdlgtst/Makefile" ;;
29724 "programs/control/Makefile") CONFIG_FILES="$CONFIG_FILES programs/control/Makefile" ;;
29725 "programs/eject/Makefile") CONFIG_FILES="$CONFIG_FILES programs/eject/Makefile" ;;
29726 "programs/expand/Makefile") CONFIG_FILES="$CONFIG_FILES programs/expand/Makefile" ;;
29727 "programs/explorer/Makefile") CONFIG_FILES="$CONFIG_FILES programs/explorer/Makefile" ;;
29728 "programs/hh/Makefile") CONFIG_FILES="$CONFIG_FILES programs/hh/Makefile" ;;
29729 "programs/icinfo/Makefile") CONFIG_FILES="$CONFIG_FILES programs/icinfo/Makefile" ;;
29730 "programs/iexplore/Makefile") CONFIG_FILES="$CONFIG_FILES programs/iexplore/Makefile" ;;
29731 "programs/lodctr/Makefile") CONFIG_FILES="$CONFIG_FILES programs/lodctr/Makefile" ;;
29732 "programs/msiexec/Makefile") CONFIG_FILES="$CONFIG_FILES programs/msiexec/Makefile" ;;
29733 "programs/net/Makefile") CONFIG_FILES="$CONFIG_FILES programs/net/Makefile" ;;
29734 "programs/notepad/Makefile") CONFIG_FILES="$CONFIG_FILES programs/notepad/Makefile" ;;
29735 "programs/oleview/Makefile") CONFIG_FILES="$CONFIG_FILES programs/oleview/Makefile" ;;
29736 "programs/progman/Makefile") CONFIG_FILES="$CONFIG_FILES programs/progman/Makefile" ;;
29737 "programs/reg/Makefile") CONFIG_FILES="$CONFIG_FILES programs/reg/Makefile" ;;
29738 "programs/regedit/Makefile") CONFIG_FILES="$CONFIG_FILES programs/regedit/Makefile" ;;
29739 "programs/regsvr32/Makefile") CONFIG_FILES="$CONFIG_FILES programs/regsvr32/Makefile" ;;
29740 "programs/rpcss/Makefile") CONFIG_FILES="$CONFIG_FILES programs/rpcss/Makefile" ;;
29741 "programs/rundll32/Makefile") CONFIG_FILES="$CONFIG_FILES programs/rundll32/Makefile" ;;
29742 "programs/secedit/Makefile") CONFIG_FILES="$CONFIG_FILES programs/secedit/Makefile" ;;
29743 "programs/services/Makefile") CONFIG_FILES="$CONFIG_FILES programs/services/Makefile" ;;
29744 "programs/spoolsv/Makefile") CONFIG_FILES="$CONFIG_FILES programs/spoolsv/Makefile" ;;
29745 "programs/start/Makefile") CONFIG_FILES="$CONFIG_FILES programs/start/Makefile" ;;
29746 "programs/svchost/Makefile") CONFIG_FILES="$CONFIG_FILES programs/svchost/Makefile" ;;
29747 "programs/taskmgr/Makefile") CONFIG_FILES="$CONFIG_FILES programs/taskmgr/Makefile" ;;
29748 "programs/termsv/Makefile") CONFIG_FILES="$CONFIG_FILES programs/termsv/Makefile" ;;
29749 "programs/uninstaller/Makefile") CONFIG_FILES="$CONFIG_FILES programs/uninstaller/Makefile" ;;
29750 "programs/unlodctr/Makefile") CONFIG_FILES="$CONFIG_FILES programs/unlodctr/Makefile" ;;
29751 "programs/view/Makefile") CONFIG_FILES="$CONFIG_FILES programs/view/Makefile" ;;
29752 "programs/wineboot/Makefile") CONFIG_FILES="$CONFIG_FILES programs/wineboot/Makefile" ;;
29753 "programs/winebrowser/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winebrowser/Makefile" ;;
29754 "programs/winecfg/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winecfg/Makefile" ;;
29755 "programs/wineconsole/Makefile") CONFIG_FILES="$CONFIG_FILES programs/wineconsole/Makefile" ;;
29756 "programs/winedbg/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winedbg/Makefile" ;;
29757 "programs/winedevice/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winedevice/Makefile" ;;
29758 "programs/winefile/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winefile/Makefile" ;;
29759 "programs/winemenubuilder/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winemenubuilder/Makefile" ;;
29760 "programs/winemine/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winemine/Makefile" ;;
29761 "programs/winepath/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winepath/Makefile" ;;
29762 "programs/winetest/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winetest/Makefile" ;;
29763 "programs/winevdm/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winevdm/Makefile" ;;
29764 "programs/winhelp.exe16/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winhelp.exe16/Makefile" ;;
29765 "programs/winhlp32/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winhlp32/Makefile" ;;
29766 "programs/winoldap.mod16/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winoldap.mod16/Makefile" ;;
29767 "programs/winver/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winver/Makefile" ;;
29768 "programs/wordpad/Makefile") CONFIG_FILES="$CONFIG_FILES programs/wordpad/Makefile" ;;
29769 "programs/write/Makefile") CONFIG_FILES="$CONFIG_FILES programs/write/Makefile" ;;
29770 "programs/xcopy/Makefile") CONFIG_FILES="$CONFIG_FILES programs/xcopy/Makefile" ;;
29771 "server/Makefile") CONFIG_FILES="$CONFIG_FILES server/Makefile" ;;
29772 "tools/Makefile") CONFIG_FILES="$CONFIG_FILES tools/Makefile" ;;
29773 "tools/widl/Makefile") CONFIG_FILES="$CONFIG_FILES tools/widl/Makefile" ;;
29774 "tools/winebuild/Makefile") CONFIG_FILES="$CONFIG_FILES tools/winebuild/Makefile" ;;
29775 "tools/winedump/Makefile") CONFIG_FILES="$CONFIG_FILES tools/winedump/Makefile" ;;
29776 "tools/winegcc/Makefile") CONFIG_FILES="$CONFIG_FILES tools/winegcc/Makefile" ;;
29777 "tools/wmc/Makefile") CONFIG_FILES="$CONFIG_FILES tools/wmc/Makefile" ;;
29778 "tools/wrc/Makefile") CONFIG_FILES="$CONFIG_FILES tools/wrc/Makefile" ;;
29780 *) { { $as_echo "$as_me:$LINENO: error: invalid argument: $ac_config_target" >&5
29781 $as_echo "$as_me: error: invalid argument: $ac_config_target" >&2;}
29782 { (exit 1); exit 1; }; };;
29783 esac
29784 done
29787 # If the user did not use the arguments to specify the items to instantiate,
29788 # then the envvar interface is used. Set only those that are not.
29789 # We use the long form for the default assignment because of an extremely
29790 # bizarre bug on SunOS 4.1.3.
29791 if $ac_need_defaults; then
29792 test "${CONFIG_FILES+set}" = set || CONFIG_FILES=$config_files
29793 test "${CONFIG_HEADERS+set}" = set || CONFIG_HEADERS=$config_headers
29794 test "${CONFIG_COMMANDS+set}" = set || CONFIG_COMMANDS=$config_commands
29797 # Have a temporary directory for convenience. Make it in the build tree
29798 # simply because there is no reason against having it here, and in addition,
29799 # creating and moving files from /tmp can sometimes cause problems.
29800 # Hook for its removal unless debugging.
29801 # Note that there is a small window in which the directory will not be cleaned:
29802 # after its creation but before its name has been assigned to `$tmp'.
29803 $debug ||
29805 tmp=
29806 trap 'exit_status=$?
29807 { test -z "$tmp" || test ! -d "$tmp" || rm -fr "$tmp"; } && exit $exit_status
29809 trap '{ (exit 1); exit 1; }' 1 2 13 15
29811 # Create a (secure) tmp directory for tmp files.
29814 tmp=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` &&
29815 test -n "$tmp" && test -d "$tmp"
29816 } ||
29818 tmp=./conf$$-$RANDOM
29819 (umask 077 && mkdir "$tmp")
29820 } ||
29822 $as_echo "$as_me: cannot create a temporary directory in ." >&2
29823 { (exit 1); exit 1; }
29826 # Set up the scripts for CONFIG_FILES section.
29827 # No need to generate them if there are no CONFIG_FILES.
29828 # This happens for instance with `./config.status config.h'.
29829 if test -n "$CONFIG_FILES"; then
29831 if $AWK 'BEGIN { getline <"/dev/null" }' </dev/null 2>/dev/null; then
29832 ac_cs_awk_getline=:
29833 ac_cs_awk_pipe_init=
29834 ac_cs_awk_read_file='
29835 while ((getline aline < (F[key])) > 0)
29836 print(aline)
29837 close(F[key])'
29838 ac_cs_awk_pipe_fini=
29839 else
29840 ac_cs_awk_getline=false
29841 ac_cs_awk_pipe_init="print \"cat <<'|#_!!_#|' &&\""
29842 ac_cs_awk_read_file='
29843 print "|#_!!_#|"
29844 print "cat " F[key] " &&"
29845 '$ac_cs_awk_pipe_init
29846 # The final `:' finishes the AND list.
29847 ac_cs_awk_pipe_fini='END { print "|#_!!_#|"; print ":" }'
29849 ac_cr=' '
29850 ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
29851 if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
29852 ac_cs_awk_cr='\\r'
29853 else
29854 ac_cs_awk_cr=$ac_cr
29857 echo 'BEGIN {' >"$tmp/subs1.awk" &&
29858 _ACEOF
29860 # Create commands to substitute file output variables.
29862 echo "cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1" &&
29863 echo 'cat >>"\$tmp/subs1.awk" <<\\_ACAWK &&' &&
29864 echo "$ac_subst_files" | sed 's/.*/F["&"]="$&"/' &&
29865 echo "_ACAWK" &&
29866 echo "_ACEOF"
29867 } >conf$$files.sh &&
29868 . ./conf$$files.sh ||
29869 { { $as_echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5
29870 $as_echo "$as_me: error: could not make $CONFIG_STATUS" >&2;}
29871 { (exit 1); exit 1; }; }
29872 rm -f conf$$files.sh
29875 echo "cat >conf$$subs.awk <<_ACEOF" &&
29876 echo "$ac_subst_vars" | sed 's/.*/&!$&$ac_delim/' &&
29877 echo "_ACEOF"
29878 } >conf$$subs.sh ||
29879 { { $as_echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5
29880 $as_echo "$as_me: error: could not make $CONFIG_STATUS" >&2;}
29881 { (exit 1); exit 1; }; }
29882 ac_delim_num=`echo "$ac_subst_vars" | grep -c '$'`
29883 ac_delim='%!_!# '
29884 for ac_last_try in false false false false false :; do
29885 . ./conf$$subs.sh ||
29886 { { $as_echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5
29887 $as_echo "$as_me: error: could not make $CONFIG_STATUS" >&2;}
29888 { (exit 1); exit 1; }; }
29890 ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X`
29891 if test $ac_delim_n = $ac_delim_num; then
29892 break
29893 elif $ac_last_try; then
29894 { { $as_echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5
29895 $as_echo "$as_me: error: could not make $CONFIG_STATUS" >&2;}
29896 { (exit 1); exit 1; }; }
29897 else
29898 ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
29900 done
29901 rm -f conf$$subs.sh
29903 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
29904 cat >>"\$tmp/subs1.awk" <<\\_ACAWK &&
29905 _ACEOF
29906 sed -n '
29908 s/^/S["/; s/!.*/"]=/
29911 s/^[^!]*!//
29912 :repl
29913 t repl
29914 s/'"$ac_delim"'$//
29915 t delim
29918 s/\(.\{148\}\).*/\1/
29919 t more1
29920 s/["\\]/\\&/g; s/^/"/; s/$/\\n"\\/
29923 b repl
29924 :more1
29925 s/["\\]/\\&/g; s/^/"/; s/$/"\\/
29928 s/.\{148\}//
29929 t nl
29930 :delim
29932 s/\(.\{148\}\).*/\1/
29933 t more2
29934 s/["\\]/\\&/g; s/^/"/; s/$/"/
29937 :more2
29938 s/["\\]/\\&/g; s/^/"/; s/$/"\\/
29941 s/.\{148\}//
29942 t delim
29943 ' <conf$$subs.awk | sed '
29944 /^[^""]/{
29946 s/\n//
29948 ' >>$CONFIG_STATUS || ac_write_fail=1
29949 rm -f conf$$subs.awk
29950 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
29951 _ACAWK
29952 cat >>"\$tmp/subs1.awk" <<_ACAWK &&
29953 for (key in S) S_is_set[key] = 1
29954 FS = "\a"
29955 \$ac_cs_awk_pipe_init
29958 line = $ 0
29959 nfields = split(line, field, "@")
29960 substed = 0
29961 len = length(field[1])
29962 for (i = 2; i < nfields; i++) {
29963 key = field[i]
29964 keylen = length(key)
29965 if (S_is_set[key]) {
29966 value = S[key]
29967 line = substr(line, 1, len) "" value "" substr(line, len + keylen + 3)
29968 len += length(value) + length(field[++i])
29969 substed = 1
29970 } else
29971 len += 1 + keylen
29973 if (nfields == 3 && !substed) {
29974 key = field[2]
29975 if (F[key] != "" && line ~ /^[ ]*@.*@[ ]*$/) {
29976 \$ac_cs_awk_read_file
29977 next
29980 print line
29982 \$ac_cs_awk_pipe_fini
29983 _ACAWK
29984 _ACEOF
29985 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
29986 if sed "s/$ac_cr//" < /dev/null > /dev/null 2>&1; then
29987 sed "s/$ac_cr\$//; s/$ac_cr/$ac_cs_awk_cr/g"
29988 else
29990 fi < "$tmp/subs1.awk" > "$tmp/subs.awk" \
29991 || { { $as_echo "$as_me:$LINENO: error: could not setup config files machinery" >&5
29992 $as_echo "$as_me: error: could not setup config files machinery" >&2;}
29993 { (exit 1); exit 1; }; }
29994 _ACEOF
29996 # VPATH may cause trouble with some makes, so we remove $(srcdir),
29997 # ${srcdir} and @srcdir@ from VPATH if srcdir is ".", strip leading and
29998 # trailing colons and then remove the whole line if VPATH becomes empty
29999 # (actually we leave an empty line to preserve line numbers).
30000 if test "x$srcdir" = x.; then
30001 ac_vpsub='/^[ ]*VPATH[ ]*=/{
30002 s/:*\$(srcdir):*/:/
30003 s/:*\${srcdir}:*/:/
30004 s/:*@srcdir@:*/:/
30005 s/^\([^=]*=[ ]*\):*/\1/
30006 s/:*$//
30007 s/^[^=]*=[ ]*$//
30011 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
30012 fi # test -n "$CONFIG_FILES"
30014 # Set up the scripts for CONFIG_HEADERS section.
30015 # No need to generate them if there are no CONFIG_HEADERS.
30016 # This happens for instance with `./config.status Makefile'.
30017 if test -n "$CONFIG_HEADERS"; then
30018 cat >"$tmp/defines.awk" <<\_ACAWK ||
30019 BEGIN {
30020 _ACEOF
30022 # Transform confdefs.h into an awk script `defines.awk', embedded as
30023 # here-document in config.status, that substitutes the proper values into
30024 # config.h.in to produce config.h.
30026 # Create a delimiter string that does not exist in confdefs.h, to ease
30027 # handling of long lines.
30028 ac_delim='%!_!# '
30029 for ac_last_try in false false :; do
30030 ac_t=`sed -n "/$ac_delim/p" confdefs.h`
30031 if test -z "$ac_t"; then
30032 break
30033 elif $ac_last_try; then
30034 { { $as_echo "$as_me:$LINENO: error: could not make $CONFIG_HEADERS" >&5
30035 $as_echo "$as_me: error: could not make $CONFIG_HEADERS" >&2;}
30036 { (exit 1); exit 1; }; }
30037 else
30038 ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
30040 done
30042 # For the awk script, D is an array of macro values keyed by name,
30043 # likewise P contains macro parameters if any. Preserve backslash
30044 # newline sequences.
30046 ac_word_re=[_$as_cr_Letters][_$as_cr_alnum]*
30047 sed -n '
30048 s/.\{148\}/&'"$ac_delim"'/g
30049 t rset
30050 :rset
30051 s/^[ ]*#[ ]*define[ ][ ]*/ /
30052 t def
30054 :def
30055 s/\\$//
30056 t bsnl
30057 s/["\\]/\\&/g
30058 s/^ \('"$ac_word_re"'\)\(([^()]*)\)[ ]*\(.*\)/P["\1"]="\2"\
30059 D["\1"]=" \3"/p
30060 s/^ \('"$ac_word_re"'\)[ ]*\(.*\)/D["\1"]=" \2"/p
30062 :bsnl
30063 s/["\\]/\\&/g
30064 s/^ \('"$ac_word_re"'\)\(([^()]*)\)[ ]*\(.*\)/P["\1"]="\2"\
30065 D["\1"]=" \3\\\\\\n"\\/p
30066 t cont
30067 s/^ \('"$ac_word_re"'\)[ ]*\(.*\)/D["\1"]=" \2\\\\\\n"\\/p
30068 t cont
30070 :cont
30072 s/.\{148\}/&'"$ac_delim"'/g
30073 t clear
30074 :clear
30075 s/\\$//
30076 t bsnlc
30077 s/["\\]/\\&/g; s/^/"/; s/$/"/p
30079 :bsnlc
30080 s/["\\]/\\&/g; s/^/"/; s/$/\\\\\\n"\\/p
30081 b cont
30082 ' <confdefs.h | sed '
30083 s/'"$ac_delim"'/"\\\
30084 "/g' >>$CONFIG_STATUS || ac_write_fail=1
30086 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
30087 for (key in D) D_is_set[key] = 1
30088 FS = "\a"
30090 /^[\t ]*#[\t ]*(define|undef)[\t ]+$ac_word_re([\t (]|\$)/ {
30091 line = \$ 0
30092 split(line, arg, " ")
30093 if (arg[1] == "#") {
30094 defundef = arg[2]
30095 mac1 = arg[3]
30096 } else {
30097 defundef = substr(arg[1], 2)
30098 mac1 = arg[2]
30100 split(mac1, mac2, "(") #)
30101 macro = mac2[1]
30102 prefix = substr(line, 1, index(line, defundef) - 1)
30103 if (D_is_set[macro]) {
30104 # Preserve the white space surrounding the "#".
30105 print prefix "define", macro P[macro] D[macro]
30106 next
30107 } else {
30108 # Replace #undef with comments. This is necessary, for example,
30109 # in the case of _POSIX_SOURCE, which is predefined and required
30110 # on some systems where configure will not decide to define it.
30111 if (defundef == "undef") {
30112 print "/*", prefix defundef, macro, "*/"
30113 next
30117 { print }
30118 _ACAWK
30119 _ACEOF
30120 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
30121 { { $as_echo "$as_me:$LINENO: error: could not setup config headers machinery" >&5
30122 $as_echo "$as_me: error: could not setup config headers machinery" >&2;}
30123 { (exit 1); exit 1; }; }
30124 fi # test -n "$CONFIG_HEADERS"
30127 eval set X " :F $CONFIG_FILES :H $CONFIG_HEADERS :C $CONFIG_COMMANDS"
30128 shift
30129 for ac_tag
30131 case $ac_tag in
30132 :[FHLC]) ac_mode=$ac_tag; continue;;
30133 esac
30134 case $ac_mode$ac_tag in
30135 :[FHL]*:*);;
30136 :L* | :C*:*) { { $as_echo "$as_me:$LINENO: error: invalid tag $ac_tag" >&5
30137 $as_echo "$as_me: error: invalid tag $ac_tag" >&2;}
30138 { (exit 1); exit 1; }; };;
30139 :[FH]-) ac_tag=-:-;;
30140 :[FH]*) ac_tag=$ac_tag:$ac_tag.in;;
30141 esac
30142 ac_save_IFS=$IFS
30143 IFS=:
30144 set x $ac_tag
30145 IFS=$ac_save_IFS
30146 shift
30147 ac_file=$1
30148 shift
30150 case $ac_mode in
30151 :L) ac_source=$1;;
30152 :[FH])
30153 ac_file_inputs=
30154 for ac_f
30156 case $ac_f in
30157 -) ac_f="$tmp/stdin";;
30158 *) # Look for the file first in the build tree, then in the source tree
30159 # (if the path is not absolute). The absolute path cannot be DOS-style,
30160 # because $ac_f cannot contain `:'.
30161 test -f "$ac_f" ||
30162 case $ac_f in
30163 [\\/$]*) false;;
30164 *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";;
30165 esac ||
30166 { { $as_echo "$as_me:$LINENO: error: cannot find input file: $ac_f" >&5
30167 $as_echo "$as_me: error: cannot find input file: $ac_f" >&2;}
30168 { (exit 1); exit 1; }; };;
30169 esac
30170 case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
30171 ac_file_inputs="$ac_file_inputs '$ac_f'"
30172 done
30174 # Let's still pretend it is `configure' which instantiates (i.e., don't
30175 # use $as_me), people would be surprised to read:
30176 # /* config.h. Generated by config.status. */
30177 configure_input='Generated from '`
30178 $as_echo "$*" | sed 's|^[^:]*/||;s|:[^:]*/|, |g'
30179 `' by configure.'
30180 if test x"$ac_file" != x-; then
30181 configure_input="$ac_file. $configure_input"
30182 { $as_echo "$as_me:$LINENO: creating $ac_file" >&5
30183 $as_echo "$as_me: creating $ac_file" >&6;}
30185 # Neutralize special characters interpreted by sed in replacement strings.
30186 case $configure_input in #(
30187 *\&* | *\|* | *\\* )
30188 ac_sed_conf_input=`$as_echo "$configure_input" |
30189 sed 's/[\\\\&|]/\\\\&/g'`;; #(
30190 *) ac_sed_conf_input=$configure_input;;
30191 esac
30193 case $ac_tag in
30194 *:-:* | *:-) cat >"$tmp/stdin" \
30195 || { { $as_echo "$as_me:$LINENO: error: could not create $ac_file" >&5
30196 $as_echo "$as_me: error: could not create $ac_file" >&2;}
30197 { (exit 1); exit 1; }; } ;;
30198 esac
30200 esac
30202 ac_dir=`$as_dirname -- "$ac_file" ||
30203 $as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
30204 X"$ac_file" : 'X\(//\)[^/]' \| \
30205 X"$ac_file" : 'X\(//\)$' \| \
30206 X"$ac_file" : 'X\(/\)' \| . 2>/dev/null ||
30207 $as_echo X"$ac_file" |
30208 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
30209 s//\1/
30212 /^X\(\/\/\)[^/].*/{
30213 s//\1/
30216 /^X\(\/\/\)$/{
30217 s//\1/
30220 /^X\(\/\).*/{
30221 s//\1/
30224 s/.*/./; q'`
30225 { as_dir="$ac_dir"
30226 case $as_dir in #(
30227 -*) as_dir=./$as_dir;;
30228 esac
30229 test -d "$as_dir" || { $as_mkdir_p && mkdir -p "$as_dir"; } || {
30230 as_dirs=
30231 while :; do
30232 case $as_dir in #(
30233 *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
30234 *) as_qdir=$as_dir;;
30235 esac
30236 as_dirs="'$as_qdir' $as_dirs"
30237 as_dir=`$as_dirname -- "$as_dir" ||
30238 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
30239 X"$as_dir" : 'X\(//\)[^/]' \| \
30240 X"$as_dir" : 'X\(//\)$' \| \
30241 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
30242 $as_echo X"$as_dir" |
30243 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
30244 s//\1/
30247 /^X\(\/\/\)[^/].*/{
30248 s//\1/
30251 /^X\(\/\/\)$/{
30252 s//\1/
30255 /^X\(\/\).*/{
30256 s//\1/
30259 s/.*/./; q'`
30260 test -d "$as_dir" && break
30261 done
30262 test -z "$as_dirs" || eval "mkdir $as_dirs"
30263 } || test -d "$as_dir" || { { $as_echo "$as_me:$LINENO: error: cannot create directory $as_dir" >&5
30264 $as_echo "$as_me: error: cannot create directory $as_dir" >&2;}
30265 { (exit 1); exit 1; }; }; }
30266 ac_builddir=.
30268 case "$ac_dir" in
30269 .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
30271 ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
30272 # A ".." for each directory in $ac_dir_suffix.
30273 ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
30274 case $ac_top_builddir_sub in
30275 "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
30276 *) ac_top_build_prefix=$ac_top_builddir_sub/ ;;
30277 esac ;;
30278 esac
30279 ac_abs_top_builddir=$ac_pwd
30280 ac_abs_builddir=$ac_pwd$ac_dir_suffix
30281 # for backward compatibility:
30282 ac_top_builddir=$ac_top_build_prefix
30284 case $srcdir in
30285 .) # We are building in place.
30286 ac_srcdir=.
30287 ac_top_srcdir=$ac_top_builddir_sub
30288 ac_abs_top_srcdir=$ac_pwd ;;
30289 [\\/]* | ?:[\\/]* ) # Absolute name.
30290 ac_srcdir=$srcdir$ac_dir_suffix;
30291 ac_top_srcdir=$srcdir
30292 ac_abs_top_srcdir=$srcdir ;;
30293 *) # Relative name.
30294 ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
30295 ac_top_srcdir=$ac_top_build_prefix$srcdir
30296 ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
30297 esac
30298 ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
30301 case $ac_mode in
30304 # CONFIG_FILE
30307 case $INSTALL in
30308 [\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;;
30309 *) ac_INSTALL=$ac_top_build_prefix$INSTALL ;;
30310 esac
30311 _ACEOF
30313 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
30314 # If the template does not know about datarootdir, expand it.
30315 # FIXME: This hack should be removed a few years after 2.60.
30316 ac_datarootdir_hack=; ac_datarootdir_seen=
30318 ac_sed_dataroot='
30319 /datarootdir/ {
30323 /@datadir@/p
30324 /@docdir@/p
30325 /@infodir@/p
30326 /@localedir@/p
30327 /@mandir@/p
30329 case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in
30330 *datarootdir*) ac_datarootdir_seen=yes;;
30331 *@datadir@*|*@docdir@*|*@infodir@*|*@localedir@*|*@mandir@*)
30332 { $as_echo "$as_me:$LINENO: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5
30333 $as_echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;}
30334 _ACEOF
30335 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
30336 ac_datarootdir_hack='
30337 s&@datadir@&$datadir&g
30338 s&@docdir@&$docdir&g
30339 s&@infodir@&$infodir&g
30340 s&@localedir@&$localedir&g
30341 s&@mandir@&$mandir&g
30342 s&\\\${datarootdir}&$datarootdir&g' ;;
30343 esac
30344 _ACEOF
30346 # Neutralize VPATH when `$srcdir' = `.'.
30347 # Shell code in configure.ac might set extrasub.
30348 # FIXME: do we really want to maintain this feature?
30349 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
30350 ac_sed_extra="$ac_vpsub
30351 $extrasub
30352 _ACEOF
30353 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
30355 /@[a-zA-Z_][a-zA-Z_0-9]*@/!b
30356 s|@configure_input@|$ac_sed_conf_input|;t t
30357 s&@top_builddir@&$ac_top_builddir_sub&;t t
30358 s&@top_build_prefix@&$ac_top_build_prefix&;t t
30359 s&@srcdir@&$ac_srcdir&;t t
30360 s&@abs_srcdir@&$ac_abs_srcdir&;t t
30361 s&@top_srcdir@&$ac_top_srcdir&;t t
30362 s&@abs_top_srcdir@&$ac_abs_top_srcdir&;t t
30363 s&@builddir@&$ac_builddir&;t t
30364 s&@abs_builddir@&$ac_abs_builddir&;t t
30365 s&@abs_top_builddir@&$ac_abs_top_builddir&;t t
30366 s&@INSTALL@&$ac_INSTALL&;t t
30367 $ac_datarootdir_hack
30369 eval sed \"\$ac_sed_extra\" "$ac_file_inputs" |
30370 if $ac_cs_awk_getline; then
30371 $AWK -f "$tmp/subs.awk"
30372 else
30373 $AWK -f "$tmp/subs.awk" | $SHELL
30374 fi >$tmp/out \
30375 || { { $as_echo "$as_me:$LINENO: error: could not create $ac_file" >&5
30376 $as_echo "$as_me: error: could not create $ac_file" >&2;}
30377 { (exit 1); exit 1; }; }
30379 test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
30380 { ac_out=`sed -n '/\${datarootdir}/p' "$tmp/out"`; test -n "$ac_out"; } &&
30381 { ac_out=`sed -n '/^[ ]*datarootdir[ ]*:*=/p' "$tmp/out"`; test -z "$ac_out"; } &&
30382 { $as_echo "$as_me:$LINENO: WARNING: $ac_file contains a reference to the variable \`datarootdir'
30383 which seems to be undefined. Please make sure it is defined." >&5
30384 $as_echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir'
30385 which seems to be undefined. Please make sure it is defined." >&2;}
30387 rm -f "$tmp/stdin"
30388 case $ac_file in
30389 -) cat "$tmp/out" && rm -f "$tmp/out";;
30390 *) rm -f "$ac_file" && mv "$tmp/out" "$ac_file";;
30391 esac \
30392 || { { $as_echo "$as_me:$LINENO: error: could not create $ac_file" >&5
30393 $as_echo "$as_me: error: could not create $ac_file" >&2;}
30394 { (exit 1); exit 1; }; }
30398 # CONFIG_HEADER
30400 if test x"$ac_file" != x-; then
30402 $as_echo "/* $configure_input */" \
30403 && eval '$AWK -f "$tmp/defines.awk"' "$ac_file_inputs"
30404 } >"$tmp/config.h" \
30405 || { { $as_echo "$as_me:$LINENO: error: could not create $ac_file" >&5
30406 $as_echo "$as_me: error: could not create $ac_file" >&2;}
30407 { (exit 1); exit 1; }; }
30408 if diff "$ac_file" "$tmp/config.h" >/dev/null 2>&1; then
30409 { $as_echo "$as_me:$LINENO: $ac_file is unchanged" >&5
30410 $as_echo "$as_me: $ac_file is unchanged" >&6;}
30411 else
30412 rm -f "$ac_file"
30413 mv "$tmp/config.h" "$ac_file" \
30414 || { { $as_echo "$as_me:$LINENO: error: could not create $ac_file" >&5
30415 $as_echo "$as_me: error: could not create $ac_file" >&2;}
30416 { (exit 1); exit 1; }; }
30418 else
30419 $as_echo "/* $configure_input */" \
30420 && eval '$AWK -f "$tmp/defines.awk"' "$ac_file_inputs" \
30421 || { { $as_echo "$as_me:$LINENO: error: could not create -" >&5
30422 $as_echo "$as_me: error: could not create -" >&2;}
30423 { (exit 1); exit 1; }; }
30427 :C) { $as_echo "$as_me:$LINENO: executing $ac_file commands" >&5
30428 $as_echo "$as_me: executing $ac_file commands" >&6;}
30430 esac
30433 case $ac_file$ac_mode in
30434 "include/stamp-h":C) echo timestamp > include/stamp-h ;;
30435 "dlls/gdi32/enhmfdrv":C) test -d "dlls/gdi32/enhmfdrv" || ({ $as_echo "$as_me:$LINENO: creating dlls/gdi32/enhmfdrv" >&5
30436 $as_echo "$as_me: creating dlls/gdi32/enhmfdrv" >&6;} && mkdir "dlls/gdi32/enhmfdrv") ;;
30437 "dlls/gdi32/mfdrv":C) test -d "dlls/gdi32/mfdrv" || ({ $as_echo "$as_me:$LINENO: creating dlls/gdi32/mfdrv" >&5
30438 $as_echo "$as_me: creating dlls/gdi32/mfdrv" >&6;} && mkdir "dlls/gdi32/mfdrv") ;;
30439 "dlls/kernel32/nls":C) test -d "dlls/kernel32/nls" || ({ $as_echo "$as_me:$LINENO: creating dlls/kernel32/nls" >&5
30440 $as_echo "$as_me: creating dlls/kernel32/nls" >&6;} && mkdir "dlls/kernel32/nls") ;;
30441 "dlls/user32/resources":C) test -d "dlls/user32/resources" || ({ $as_echo "$as_me:$LINENO: creating dlls/user32/resources" >&5
30442 $as_echo "$as_me: creating dlls/user32/resources" >&6;} && mkdir "dlls/user32/resources") ;;
30443 "dlls/wineps.drv/data":C) test -d "dlls/wineps.drv/data" || ({ $as_echo "$as_me:$LINENO: creating dlls/wineps.drv/data" >&5
30444 $as_echo "$as_me: creating dlls/wineps.drv/data" >&6;} && mkdir "dlls/wineps.drv/data") ;;
30445 "include/wine":C) test -d "include/wine" || ({ $as_echo "$as_me:$LINENO: creating include/wine" >&5
30446 $as_echo "$as_me: creating include/wine" >&6;} && mkdir "include/wine") ;;
30448 esac
30449 done # for ac_tag
30452 { (exit 0); exit 0; }
30453 _ACEOF
30454 chmod +x $CONFIG_STATUS
30455 ac_clean_files=$ac_clean_files_save
30457 test $ac_write_fail = 0 ||
30458 { { $as_echo "$as_me:$LINENO: error: write failure creating $CONFIG_STATUS" >&5
30459 $as_echo "$as_me: error: write failure creating $CONFIG_STATUS" >&2;}
30460 { (exit 1); exit 1; }; }
30463 # configure is writing to config.log, and then calls config.status.
30464 # config.status does its own redirection, appending to config.log.
30465 # Unfortunately, on DOS this fails, as config.log is still kept open
30466 # by configure, so config.status won't be able to write to it; its
30467 # output is simply discarded. So we exec the FD to /dev/null,
30468 # effectively closing config.log, so it can be properly (re)opened and
30469 # appended to by config.status. When coming back to configure, we
30470 # need to make the FD available again.
30471 if test "$no_create" != yes; then
30472 ac_cs_success=:
30473 ac_config_status_args=
30474 test "$silent" = yes &&
30475 ac_config_status_args="$ac_config_status_args --quiet"
30476 exec 5>/dev/null
30477 $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success=false
30478 exec 5>>config.log
30479 # Use ||, not &&, to avoid exiting from the if with $? = 1, which
30480 # would make configure fail if this is the last instruction.
30481 $ac_cs_success || { (exit 1); exit 1; }
30483 if test -n "$ac_unrecognized_opts" && test "$enable_option_checking" != no; then
30484 { $as_echo "$as_me:$LINENO: WARNING: unrecognized options: $ac_unrecognized_opts" >&5
30485 $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2;}
30489 if test "$no_create" = "yes"
30490 then
30491 exit 0
30494 ac_save_IFS="$IFS"
30495 if test "x$wine_notices != "x; then
30496 echo >&6
30497 IFS="|"
30498 for msg in $wine_notices; do
30499 IFS="$ac_save_IFS"
30500 if test -n "$msg"; then
30501 { $as_echo "$as_me:$LINENO: $msg" >&5
30502 $as_echo "$as_me: $msg" >&6;}
30504 done
30506 IFS="|"
30507 for msg in $wine_warnings; do
30508 IFS="$ac_save_IFS"
30509 if test -n "$msg"; then
30510 echo >&2
30511 { $as_echo "$as_me:$LINENO: WARNING: $msg" >&5
30512 $as_echo "$as_me: WARNING: $msg" >&2;}
30514 done
30515 IFS="$ac_save_IFS"
30517 echo "
30518 $as_me: Finished. Do '${ac_make} depend && ${ac_make}' to compile Wine.
30519 " >&6