kernel32: Make __wine_emulate_instruction CDECL and i386 only
[wine/wine64.git] / configure
blob6381aed6a32469933826c021989db085ae7020b0
1 #! /bin/sh
2 # Guess values for system-dependent variables and create Makefiles.
3 # Generated by GNU Autoconf 2.63 for Wine 1.1.11.
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.11'
600 PACKAGE_STRING='Wine 1.1.11'
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 MAIN_BINARY
659 SOCKETLIBS
660 CRTLIBS
661 LDPATH
662 BUILTINFLAG
663 EXTRACFLAGS
664 FONTCONFIGINCL
665 CUPSINCL
666 AUDIOIOLIBS
667 ALSALIBS
668 ESDLIBS
669 ESDINCL
670 ESDCONFIG
671 FREETYPEINCL
672 FREETYPELIBS
673 ft_devel
674 LCMSLIBS
675 RESOLVLIBS
676 GPHOTO2INCL
677 GPHOTO2LIBS
678 gphoto2port_devel
679 gphoto2_devel
680 SANEINCL
681 sane_devel
682 GNUTLSINCL
683 HALINCL
684 XSLTINCL
685 XML2INCL
686 XML2LIBS
687 NASLIBS
688 CROSSTEST
689 CROSSWINDRES
690 CROSSCC
691 CARBONLIB
692 COREAUDIO
693 DISKARBITRATIONLIB
694 LDEXECFLAGS
695 IOKITLIB
696 COREFOUNDATIONLIB
697 SECURITYLIB
698 MINGWAR
699 DLLWRAP
700 DLLTOOL
702 LDRPATH_LOCAL
703 LDRPATH_INSTALL
704 IMPLIBEXT
705 LIBEXT
706 LDDLLFLAGS
707 LDSHARED
708 DLLFLAGS
709 DLLEXT
710 OPENGL_LIBS
711 XLIB
712 LIBPTHREAD
713 PRELINK
714 ICOTOOL
715 RSVG
716 PKG_CONFIG
717 FONTFORGE
718 LINTFLAGS
719 LINT
720 INSTALL_DATA
721 INSTALL_SCRIPT
722 INSTALL_PROGRAM
723 LDCONFIG
724 EGREP
725 GREP
727 LN_S
728 WINDRES
729 STRIP
730 RANLIB
731 ARFLAGS
732 ac_ct_AR
734 ac_ct_NM
736 ac_ct_LD
738 ac_ct_AS
740 BISON
741 FLEX
742 X_EXTRA_LIBS
743 X_LIBS
744 X_PRE_LIBS
745 X_CFLAGS
747 XMKMF
748 TARGET
749 TOOLSDIR
750 CPPBIN
751 ac_ct_CXX
752 CXXFLAGS
754 OBJEXT
755 EXEEXT
756 ac_ct_CC
757 CPPFLAGS
758 LDFLAGS
759 CFLAGS
761 SET_MAKE
762 WIN16_INSTALL
763 WIN16_FILES
764 host_os
765 host_vendor
766 host_cpu
767 host
768 build_os
769 build_vendor
770 build_cpu
771 build
772 MAINTAINER_MODE
773 target_alias
774 host_alias
775 build_alias
776 LIBS
777 ECHO_T
778 ECHO_N
779 ECHO_C
780 DEFS
781 mandir
782 localedir
783 libdir
784 psdir
785 pdfdir
786 dvidir
787 htmldir
788 infodir
789 docdir
790 oldincludedir
791 includedir
792 localstatedir
793 sharedstatedir
794 sysconfdir
795 datadir
796 datarootdir
797 libexecdir
798 sbindir
799 bindir
800 program_transform_name
801 prefix
802 exec_prefix
803 PACKAGE_BUGREPORT
804 PACKAGE_STRING
805 PACKAGE_VERSION
806 PACKAGE_TARNAME
807 PACKAGE_NAME
808 PATH_SEPARATOR
809 SHELL'
810 ac_subst_files='MAKE_RULES
811 MAKE_DLL_RULES
812 MAKE_IMPLIB_RULES
813 MAKE_TEST_RULES
814 MAKE_PROG_RULES'
815 ac_user_opts='
816 enable_option_checking
817 enable_win16
818 enable_win64
819 enable_tests
820 enable_maintainer_mode
821 with_alsa
822 with_audioio
823 with_capi
824 with_cms
825 with_coreaudio
826 with_cups
827 with_curses
828 with_esd
829 with_fontconfig
830 with_freetype
831 with_gphoto
832 with_glu
833 with_gnutls
834 with_hal
835 with_jack
836 with_jpeg
837 with_ldap
838 with_nas
839 with_opengl
840 with_openssl
841 with_oss
842 with_png
843 with_sane
844 with_xcomposite
845 with_xcursor
846 with_xinerama
847 with_xinput
848 with_xml
849 with_xrandr
850 with_xrender
851 with_xshape
852 with_xshm
853 with_xslt
854 with_xxf86vm
855 with_wine_tools
856 with_x
858 ac_precious_vars='build_alias
859 host_alias
860 target_alias
862 CFLAGS
863 LDFLAGS
864 LIBS
865 CPPFLAGS
867 CXXFLAGS
869 XMKMF
870 CPP'
873 # Initialize some variables set by options.
874 ac_init_help=
875 ac_init_version=false
876 ac_unrecognized_opts=
877 ac_unrecognized_sep=
878 # The variables have the same names as the options, with
879 # dashes changed to underlines.
880 cache_file=/dev/null
881 exec_prefix=NONE
882 no_create=
883 no_recursion=
884 prefix=NONE
885 program_prefix=NONE
886 program_suffix=NONE
887 program_transform_name=s,x,x,
888 silent=
889 site=
890 srcdir=
891 verbose=
892 x_includes=NONE
893 x_libraries=NONE
895 # Installation directory options.
896 # These are left unexpanded so users can "make install exec_prefix=/foo"
897 # and all the variables that are supposed to be based on exec_prefix
898 # by default will actually change.
899 # Use braces instead of parens because sh, perl, etc. also accept them.
900 # (The list follows the same order as the GNU Coding Standards.)
901 bindir='${exec_prefix}/bin'
902 sbindir='${exec_prefix}/sbin'
903 libexecdir='${exec_prefix}/libexec'
904 datarootdir='${prefix}/share'
905 datadir='${datarootdir}'
906 sysconfdir='${prefix}/etc'
907 sharedstatedir='${prefix}/com'
908 localstatedir='${prefix}/var'
909 includedir='${prefix}/include'
910 oldincludedir='/usr/include'
911 docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
912 infodir='${datarootdir}/info'
913 htmldir='${docdir}'
914 dvidir='${docdir}'
915 pdfdir='${docdir}'
916 psdir='${docdir}'
917 libdir='${exec_prefix}/lib'
918 localedir='${datarootdir}/locale'
919 mandir='${datarootdir}/man'
921 ac_prev=
922 ac_dashdash=
923 for ac_option
925 # If the previous option needs an argument, assign it.
926 if test -n "$ac_prev"; then
927 eval $ac_prev=\$ac_option
928 ac_prev=
929 continue
932 case $ac_option in
933 *=*) ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
934 *) ac_optarg=yes ;;
935 esac
937 # Accept the important Cygnus configure options, so we can diagnose typos.
939 case $ac_dashdash$ac_option in
941 ac_dashdash=yes ;;
943 -bindir | --bindir | --bindi | --bind | --bin | --bi)
944 ac_prev=bindir ;;
945 -bindir=* | --bindir=* | --bindi=* | --bind=* | --bin=* | --bi=*)
946 bindir=$ac_optarg ;;
948 -build | --build | --buil | --bui | --bu)
949 ac_prev=build_alias ;;
950 -build=* | --build=* | --buil=* | --bui=* | --bu=*)
951 build_alias=$ac_optarg ;;
953 -cache-file | --cache-file | --cache-fil | --cache-fi \
954 | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c)
955 ac_prev=cache_file ;;
956 -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \
957 | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*)
958 cache_file=$ac_optarg ;;
960 --config-cache | -C)
961 cache_file=config.cache ;;
963 -datadir | --datadir | --datadi | --datad)
964 ac_prev=datadir ;;
965 -datadir=* | --datadir=* | --datadi=* | --datad=*)
966 datadir=$ac_optarg ;;
968 -datarootdir | --datarootdir | --datarootdi | --datarootd | --dataroot \
969 | --dataroo | --dataro | --datar)
970 ac_prev=datarootdir ;;
971 -datarootdir=* | --datarootdir=* | --datarootdi=* | --datarootd=* \
972 | --dataroot=* | --dataroo=* | --dataro=* | --datar=*)
973 datarootdir=$ac_optarg ;;
975 -disable-* | --disable-*)
976 ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
977 # Reject names that are not valid shell variable names.
978 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
979 { $as_echo "$as_me: error: invalid feature name: $ac_useropt" >&2
980 { (exit 1); exit 1; }; }
981 ac_useropt_orig=$ac_useropt
982 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
983 case $ac_user_opts in
985 "enable_$ac_useropt"
986 "*) ;;
987 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--disable-$ac_useropt_orig"
988 ac_unrecognized_sep=', ';;
989 esac
990 eval enable_$ac_useropt=no ;;
992 -docdir | --docdir | --docdi | --doc | --do)
993 ac_prev=docdir ;;
994 -docdir=* | --docdir=* | --docdi=* | --doc=* | --do=*)
995 docdir=$ac_optarg ;;
997 -dvidir | --dvidir | --dvidi | --dvid | --dvi | --dv)
998 ac_prev=dvidir ;;
999 -dvidir=* | --dvidir=* | --dvidi=* | --dvid=* | --dvi=* | --dv=*)
1000 dvidir=$ac_optarg ;;
1002 -enable-* | --enable-*)
1003 ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
1004 # Reject names that are not valid shell variable names.
1005 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
1006 { $as_echo "$as_me: error: invalid feature name: $ac_useropt" >&2
1007 { (exit 1); exit 1; }; }
1008 ac_useropt_orig=$ac_useropt
1009 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1010 case $ac_user_opts in
1012 "enable_$ac_useropt"
1013 "*) ;;
1014 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--enable-$ac_useropt_orig"
1015 ac_unrecognized_sep=', ';;
1016 esac
1017 eval enable_$ac_useropt=\$ac_optarg ;;
1019 -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \
1020 | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \
1021 | --exec | --exe | --ex)
1022 ac_prev=exec_prefix ;;
1023 -exec-prefix=* | --exec_prefix=* | --exec-prefix=* | --exec-prefi=* \
1024 | --exec-pref=* | --exec-pre=* | --exec-pr=* | --exec-p=* | --exec-=* \
1025 | --exec=* | --exe=* | --ex=*)
1026 exec_prefix=$ac_optarg ;;
1028 -gas | --gas | --ga | --g)
1029 # Obsolete; use --with-gas.
1030 with_gas=yes ;;
1032 -help | --help | --hel | --he | -h)
1033 ac_init_help=long ;;
1034 -help=r* | --help=r* | --hel=r* | --he=r* | -hr*)
1035 ac_init_help=recursive ;;
1036 -help=s* | --help=s* | --hel=s* | --he=s* | -hs*)
1037 ac_init_help=short ;;
1039 -host | --host | --hos | --ho)
1040 ac_prev=host_alias ;;
1041 -host=* | --host=* | --hos=* | --ho=*)
1042 host_alias=$ac_optarg ;;
1044 -htmldir | --htmldir | --htmldi | --htmld | --html | --htm | --ht)
1045 ac_prev=htmldir ;;
1046 -htmldir=* | --htmldir=* | --htmldi=* | --htmld=* | --html=* | --htm=* \
1047 | --ht=*)
1048 htmldir=$ac_optarg ;;
1050 -includedir | --includedir | --includedi | --included | --include \
1051 | --includ | --inclu | --incl | --inc)
1052 ac_prev=includedir ;;
1053 -includedir=* | --includedir=* | --includedi=* | --included=* | --include=* \
1054 | --includ=* | --inclu=* | --incl=* | --inc=*)
1055 includedir=$ac_optarg ;;
1057 -infodir | --infodir | --infodi | --infod | --info | --inf)
1058 ac_prev=infodir ;;
1059 -infodir=* | --infodir=* | --infodi=* | --infod=* | --info=* | --inf=*)
1060 infodir=$ac_optarg ;;
1062 -libdir | --libdir | --libdi | --libd)
1063 ac_prev=libdir ;;
1064 -libdir=* | --libdir=* | --libdi=* | --libd=*)
1065 libdir=$ac_optarg ;;
1067 -libexecdir | --libexecdir | --libexecdi | --libexecd | --libexec \
1068 | --libexe | --libex | --libe)
1069 ac_prev=libexecdir ;;
1070 -libexecdir=* | --libexecdir=* | --libexecdi=* | --libexecd=* | --libexec=* \
1071 | --libexe=* | --libex=* | --libe=*)
1072 libexecdir=$ac_optarg ;;
1074 -localedir | --localedir | --localedi | --localed | --locale)
1075 ac_prev=localedir ;;
1076 -localedir=* | --localedir=* | --localedi=* | --localed=* | --locale=*)
1077 localedir=$ac_optarg ;;
1079 -localstatedir | --localstatedir | --localstatedi | --localstated \
1080 | --localstate | --localstat | --localsta | --localst | --locals)
1081 ac_prev=localstatedir ;;
1082 -localstatedir=* | --localstatedir=* | --localstatedi=* | --localstated=* \
1083 | --localstate=* | --localstat=* | --localsta=* | --localst=* | --locals=*)
1084 localstatedir=$ac_optarg ;;
1086 -mandir | --mandir | --mandi | --mand | --man | --ma | --m)
1087 ac_prev=mandir ;;
1088 -mandir=* | --mandir=* | --mandi=* | --mand=* | --man=* | --ma=* | --m=*)
1089 mandir=$ac_optarg ;;
1091 -nfp | --nfp | --nf)
1092 # Obsolete; use --without-fp.
1093 with_fp=no ;;
1095 -no-create | --no-create | --no-creat | --no-crea | --no-cre \
1096 | --no-cr | --no-c | -n)
1097 no_create=yes ;;
1099 -no-recursion | --no-recursion | --no-recursio | --no-recursi \
1100 | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r)
1101 no_recursion=yes ;;
1103 -oldincludedir | --oldincludedir | --oldincludedi | --oldincluded \
1104 | --oldinclude | --oldinclud | --oldinclu | --oldincl | --oldinc \
1105 | --oldin | --oldi | --old | --ol | --o)
1106 ac_prev=oldincludedir ;;
1107 -oldincludedir=* | --oldincludedir=* | --oldincludedi=* | --oldincluded=* \
1108 | --oldinclude=* | --oldinclud=* | --oldinclu=* | --oldincl=* | --oldinc=* \
1109 | --oldin=* | --oldi=* | --old=* | --ol=* | --o=*)
1110 oldincludedir=$ac_optarg ;;
1112 -prefix | --prefix | --prefi | --pref | --pre | --pr | --p)
1113 ac_prev=prefix ;;
1114 -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*)
1115 prefix=$ac_optarg ;;
1117 -program-prefix | --program-prefix | --program-prefi | --program-pref \
1118 | --program-pre | --program-pr | --program-p)
1119 ac_prev=program_prefix ;;
1120 -program-prefix=* | --program-prefix=* | --program-prefi=* \
1121 | --program-pref=* | --program-pre=* | --program-pr=* | --program-p=*)
1122 program_prefix=$ac_optarg ;;
1124 -program-suffix | --program-suffix | --program-suffi | --program-suff \
1125 | --program-suf | --program-su | --program-s)
1126 ac_prev=program_suffix ;;
1127 -program-suffix=* | --program-suffix=* | --program-suffi=* \
1128 | --program-suff=* | --program-suf=* | --program-su=* | --program-s=*)
1129 program_suffix=$ac_optarg ;;
1131 -program-transform-name | --program-transform-name \
1132 | --program-transform-nam | --program-transform-na \
1133 | --program-transform-n | --program-transform- \
1134 | --program-transform | --program-transfor \
1135 | --program-transfo | --program-transf \
1136 | --program-trans | --program-tran \
1137 | --progr-tra | --program-tr | --program-t)
1138 ac_prev=program_transform_name ;;
1139 -program-transform-name=* | --program-transform-name=* \
1140 | --program-transform-nam=* | --program-transform-na=* \
1141 | --program-transform-n=* | --program-transform-=* \
1142 | --program-transform=* | --program-transfor=* \
1143 | --program-transfo=* | --program-transf=* \
1144 | --program-trans=* | --program-tran=* \
1145 | --progr-tra=* | --program-tr=* | --program-t=*)
1146 program_transform_name=$ac_optarg ;;
1148 -pdfdir | --pdfdir | --pdfdi | --pdfd | --pdf | --pd)
1149 ac_prev=pdfdir ;;
1150 -pdfdir=* | --pdfdir=* | --pdfdi=* | --pdfd=* | --pdf=* | --pd=*)
1151 pdfdir=$ac_optarg ;;
1153 -psdir | --psdir | --psdi | --psd | --ps)
1154 ac_prev=psdir ;;
1155 -psdir=* | --psdir=* | --psdi=* | --psd=* | --ps=*)
1156 psdir=$ac_optarg ;;
1158 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
1159 | -silent | --silent | --silen | --sile | --sil)
1160 silent=yes ;;
1162 -sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb)
1163 ac_prev=sbindir ;;
1164 -sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* \
1165 | --sbi=* | --sb=*)
1166 sbindir=$ac_optarg ;;
1168 -sharedstatedir | --sharedstatedir | --sharedstatedi \
1169 | --sharedstated | --sharedstate | --sharedstat | --sharedsta \
1170 | --sharedst | --shareds | --shared | --share | --shar \
1171 | --sha | --sh)
1172 ac_prev=sharedstatedir ;;
1173 -sharedstatedir=* | --sharedstatedir=* | --sharedstatedi=* \
1174 | --sharedstated=* | --sharedstate=* | --sharedstat=* | --sharedsta=* \
1175 | --sharedst=* | --shareds=* | --shared=* | --share=* | --shar=* \
1176 | --sha=* | --sh=*)
1177 sharedstatedir=$ac_optarg ;;
1179 -site | --site | --sit)
1180 ac_prev=site ;;
1181 -site=* | --site=* | --sit=*)
1182 site=$ac_optarg ;;
1184 -srcdir | --srcdir | --srcdi | --srcd | --src | --sr)
1185 ac_prev=srcdir ;;
1186 -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*)
1187 srcdir=$ac_optarg ;;
1189 -sysconfdir | --sysconfdir | --sysconfdi | --sysconfd | --sysconf \
1190 | --syscon | --sysco | --sysc | --sys | --sy)
1191 ac_prev=sysconfdir ;;
1192 -sysconfdir=* | --sysconfdir=* | --sysconfdi=* | --sysconfd=* | --sysconf=* \
1193 | --syscon=* | --sysco=* | --sysc=* | --sys=* | --sy=*)
1194 sysconfdir=$ac_optarg ;;
1196 -target | --target | --targe | --targ | --tar | --ta | --t)
1197 ac_prev=target_alias ;;
1198 -target=* | --target=* | --targe=* | --targ=* | --tar=* | --ta=* | --t=*)
1199 target_alias=$ac_optarg ;;
1201 -v | -verbose | --verbose | --verbos | --verbo | --verb)
1202 verbose=yes ;;
1204 -version | --version | --versio | --versi | --vers | -V)
1205 ac_init_version=: ;;
1207 -with-* | --with-*)
1208 ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
1209 # Reject names that are not valid shell variable names.
1210 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
1211 { $as_echo "$as_me: error: invalid package name: $ac_useropt" >&2
1212 { (exit 1); exit 1; }; }
1213 ac_useropt_orig=$ac_useropt
1214 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1215 case $ac_user_opts in
1217 "with_$ac_useropt"
1218 "*) ;;
1219 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--with-$ac_useropt_orig"
1220 ac_unrecognized_sep=', ';;
1221 esac
1222 eval with_$ac_useropt=\$ac_optarg ;;
1224 -without-* | --without-*)
1225 ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'`
1226 # Reject names that are not valid shell variable names.
1227 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
1228 { $as_echo "$as_me: error: invalid package name: $ac_useropt" >&2
1229 { (exit 1); exit 1; }; }
1230 ac_useropt_orig=$ac_useropt
1231 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1232 case $ac_user_opts in
1234 "with_$ac_useropt"
1235 "*) ;;
1236 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--without-$ac_useropt_orig"
1237 ac_unrecognized_sep=', ';;
1238 esac
1239 eval with_$ac_useropt=no ;;
1241 --x)
1242 # Obsolete; use --with-x.
1243 with_x=yes ;;
1245 -x-includes | --x-includes | --x-include | --x-includ | --x-inclu \
1246 | --x-incl | --x-inc | --x-in | --x-i)
1247 ac_prev=x_includes ;;
1248 -x-includes=* | --x-includes=* | --x-include=* | --x-includ=* | --x-inclu=* \
1249 | --x-incl=* | --x-inc=* | --x-in=* | --x-i=*)
1250 x_includes=$ac_optarg ;;
1252 -x-libraries | --x-libraries | --x-librarie | --x-librari \
1253 | --x-librar | --x-libra | --x-libr | --x-lib | --x-li | --x-l)
1254 ac_prev=x_libraries ;;
1255 -x-libraries=* | --x-libraries=* | --x-librarie=* | --x-librari=* \
1256 | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*)
1257 x_libraries=$ac_optarg ;;
1259 -*) { $as_echo "$as_me: error: unrecognized option: $ac_option
1260 Try \`$0 --help' for more information." >&2
1261 { (exit 1); exit 1; }; }
1264 *=*)
1265 ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
1266 # Reject names that are not valid shell variable names.
1267 expr "x$ac_envvar" : ".*[^_$as_cr_alnum]" >/dev/null &&
1268 { $as_echo "$as_me: error: invalid variable name: $ac_envvar" >&2
1269 { (exit 1); exit 1; }; }
1270 eval $ac_envvar=\$ac_optarg
1271 export $ac_envvar ;;
1274 # FIXME: should be removed in autoconf 3.0.
1275 $as_echo "$as_me: WARNING: you should use --build, --host, --target" >&2
1276 expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev/null &&
1277 $as_echo "$as_me: WARNING: invalid host type: $ac_option" >&2
1278 : ${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option}
1281 esac
1282 done
1284 if test -n "$ac_prev"; then
1285 ac_option=--`echo $ac_prev | sed 's/_/-/g'`
1286 { $as_echo "$as_me: error: missing argument to $ac_option" >&2
1287 { (exit 1); exit 1; }; }
1290 if test -n "$ac_unrecognized_opts"; then
1291 case $enable_option_checking in
1292 no) ;;
1293 fatal) { $as_echo "$as_me: error: unrecognized options: $ac_unrecognized_opts" >&2
1294 { (exit 1); exit 1; }; } ;;
1295 *) $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2 ;;
1296 esac
1299 # Check all directory arguments for consistency.
1300 for ac_var in exec_prefix prefix bindir sbindir libexecdir datarootdir \
1301 datadir sysconfdir sharedstatedir localstatedir includedir \
1302 oldincludedir docdir infodir htmldir dvidir pdfdir psdir \
1303 libdir localedir mandir
1305 eval ac_val=\$$ac_var
1306 # Remove trailing slashes.
1307 case $ac_val in
1308 */ )
1309 ac_val=`expr "X$ac_val" : 'X\(.*[^/]\)' \| "X$ac_val" : 'X\(.*\)'`
1310 eval $ac_var=\$ac_val;;
1311 esac
1312 # Be sure to have absolute directory names.
1313 case $ac_val in
1314 [\\/$]* | ?:[\\/]* ) continue;;
1315 NONE | '' ) case $ac_var in *prefix ) continue;; esac;;
1316 esac
1317 { $as_echo "$as_me: error: expected an absolute directory name for --$ac_var: $ac_val" >&2
1318 { (exit 1); exit 1; }; }
1319 done
1321 # There might be people who depend on the old broken behavior: `$host'
1322 # used to hold the argument of --host etc.
1323 # FIXME: To remove some day.
1324 build=$build_alias
1325 host=$host_alias
1326 target=$target_alias
1328 # FIXME: To remove some day.
1329 if test "x$host_alias" != x; then
1330 if test "x$build_alias" = x; then
1331 cross_compiling=maybe
1332 $as_echo "$as_me: WARNING: If you wanted to set the --build type, don't use --host.
1333 If a cross compiler is detected then cross compile mode will be used." >&2
1334 elif test "x$build_alias" != "x$host_alias"; then
1335 cross_compiling=yes
1339 ac_tool_prefix=
1340 test -n "$host_alias" && ac_tool_prefix=$host_alias-
1342 test "$silent" = yes && exec 6>/dev/null
1345 ac_pwd=`pwd` && test -n "$ac_pwd" &&
1346 ac_ls_di=`ls -di .` &&
1347 ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` ||
1348 { $as_echo "$as_me: error: working directory cannot be determined" >&2
1349 { (exit 1); exit 1; }; }
1350 test "X$ac_ls_di" = "X$ac_pwd_ls_di" ||
1351 { $as_echo "$as_me: error: pwd does not report name of working directory" >&2
1352 { (exit 1); exit 1; }; }
1355 # Find the source files, if location was not specified.
1356 if test -z "$srcdir"; then
1357 ac_srcdir_defaulted=yes
1358 # Try the directory containing this script, then the parent directory.
1359 ac_confdir=`$as_dirname -- "$as_myself" ||
1360 $as_expr X"$as_myself" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
1361 X"$as_myself" : 'X\(//\)[^/]' \| \
1362 X"$as_myself" : 'X\(//\)$' \| \
1363 X"$as_myself" : 'X\(/\)' \| . 2>/dev/null ||
1364 $as_echo X"$as_myself" |
1365 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
1366 s//\1/
1369 /^X\(\/\/\)[^/].*/{
1370 s//\1/
1373 /^X\(\/\/\)$/{
1374 s//\1/
1377 /^X\(\/\).*/{
1378 s//\1/
1381 s/.*/./; q'`
1382 srcdir=$ac_confdir
1383 if test ! -r "$srcdir/$ac_unique_file"; then
1384 srcdir=..
1386 else
1387 ac_srcdir_defaulted=no
1389 if test ! -r "$srcdir/$ac_unique_file"; then
1390 test "$ac_srcdir_defaulted" = yes && srcdir="$ac_confdir or .."
1391 { $as_echo "$as_me: error: cannot find sources ($ac_unique_file) in $srcdir" >&2
1392 { (exit 1); exit 1; }; }
1394 ac_msg="sources are in $srcdir, but \`cd $srcdir' does not work"
1395 ac_abs_confdir=`(
1396 cd "$srcdir" && test -r "./$ac_unique_file" || { $as_echo "$as_me: error: $ac_msg" >&2
1397 { (exit 1); exit 1; }; }
1398 pwd)`
1399 # When building in place, set srcdir=.
1400 if test "$ac_abs_confdir" = "$ac_pwd"; then
1401 srcdir=.
1403 # Remove unnecessary trailing slashes from srcdir.
1404 # Double slashes in file names in object file debugging info
1405 # mess up M-x gdb in Emacs.
1406 case $srcdir in
1407 */) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;;
1408 esac
1409 for ac_var in $ac_precious_vars; do
1410 eval ac_env_${ac_var}_set=\${${ac_var}+set}
1411 eval ac_env_${ac_var}_value=\$${ac_var}
1412 eval ac_cv_env_${ac_var}_set=\${${ac_var}+set}
1413 eval ac_cv_env_${ac_var}_value=\$${ac_var}
1414 done
1417 # Report the --help message.
1419 if test "$ac_init_help" = "long"; then
1420 # Omit some internal or obsolete options to make the list less imposing.
1421 # This message is too long to be a string in the A/UX 3.1 sh.
1422 cat <<_ACEOF
1423 \`configure' configures Wine 1.1.11 to adapt to many kinds of systems.
1425 Usage: $0 [OPTION]... [VAR=VALUE]...
1427 To assign environment variables (e.g., CC, CFLAGS...), specify them as
1428 VAR=VALUE. See below for descriptions of some of the useful variables.
1430 Defaults for the options are specified in brackets.
1432 Configuration:
1433 -h, --help display this help and exit
1434 --help=short display options specific to this package
1435 --help=recursive display the short help of all the included packages
1436 -V, --version display version information and exit
1437 -q, --quiet, --silent do not print \`checking...' messages
1438 --cache-file=FILE cache test results in FILE [disabled]
1439 -C, --config-cache alias for \`--cache-file=config.cache'
1440 -n, --no-create do not create output files
1441 --srcdir=DIR find the sources in DIR [configure dir or \`..']
1443 Installation directories:
1444 --prefix=PREFIX install architecture-independent files in PREFIX
1445 [$ac_default_prefix]
1446 --exec-prefix=EPREFIX install architecture-dependent files in EPREFIX
1447 [PREFIX]
1449 By default, \`make install' will install all the files in
1450 \`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc. You can specify
1451 an installation prefix other than \`$ac_default_prefix' using \`--prefix',
1452 for instance \`--prefix=\$HOME'.
1454 For better control, use the options below.
1456 Fine tuning of the installation directories:
1457 --bindir=DIR user executables [EPREFIX/bin]
1458 --sbindir=DIR system admin executables [EPREFIX/sbin]
1459 --libexecdir=DIR program executables [EPREFIX/libexec]
1460 --sysconfdir=DIR read-only single-machine data [PREFIX/etc]
1461 --sharedstatedir=DIR modifiable architecture-independent data [PREFIX/com]
1462 --localstatedir=DIR modifiable single-machine data [PREFIX/var]
1463 --libdir=DIR object code libraries [EPREFIX/lib]
1464 --includedir=DIR C header files [PREFIX/include]
1465 --oldincludedir=DIR C header files for non-gcc [/usr/include]
1466 --datarootdir=DIR read-only arch.-independent data root [PREFIX/share]
1467 --datadir=DIR read-only architecture-independent data [DATAROOTDIR]
1468 --infodir=DIR info documentation [DATAROOTDIR/info]
1469 --localedir=DIR locale-dependent data [DATAROOTDIR/locale]
1470 --mandir=DIR man documentation [DATAROOTDIR/man]
1471 --docdir=DIR documentation root [DATAROOTDIR/doc/wine]
1472 --htmldir=DIR html documentation [DOCDIR]
1473 --dvidir=DIR dvi documentation [DOCDIR]
1474 --pdfdir=DIR pdf documentation [DOCDIR]
1475 --psdir=DIR ps documentation [DOCDIR]
1476 _ACEOF
1478 cat <<\_ACEOF
1480 X features:
1481 --x-includes=DIR X include files are in DIR
1482 --x-libraries=DIR X library files are in DIR
1484 System types:
1485 --build=BUILD configure for building on BUILD [guessed]
1486 --host=HOST cross-compile to build programs to run on HOST [BUILD]
1487 _ACEOF
1490 if test -n "$ac_init_help"; then
1491 case $ac_init_help in
1492 short | recursive ) echo "Configuration of Wine 1.1.11:";;
1493 esac
1494 cat <<\_ACEOF
1496 Optional Features:
1497 --disable-option-checking ignore unrecognized --enable/--with options
1498 --disable-FEATURE do not include FEATURE (same as --enable-FEATURE=no)
1499 --enable-FEATURE[=ARG] include FEATURE [ARG=yes]
1500 --disable-win16 do not include Win16 support
1501 --enable-win64 build a Win64 emulator on AMD64 (won't run Win32
1502 binaries)
1503 --disable-tests do not build the regression tests
1504 --enable-maintainer-mode
1505 enable maintainer-specific build rules
1507 Optional Packages:
1508 --with-PACKAGE[=ARG] use PACKAGE [ARG=yes]
1509 --without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no)
1510 --without-alsa do not use the Alsa sound support
1511 --without-audioio do not use the AudioIO sound support
1512 --without-capi do not use CAPI (ISDN support)
1513 --without-cms do not use CMS (color management support)
1514 --without-coreaudio do not use the CoreAudio sound support
1515 --without-cups do not use CUPS
1516 --without-curses do not use (n)curses
1517 --without-esd do not use the EsounD sound support
1518 --without-fontconfig do not use fontconfig
1519 --without-freetype do not use the FreeType library
1520 --without-gphoto do not use gphoto (Digital Camera support)
1521 --without-glu do not use the GLU library
1522 --without-gnutls do not use GnuTLS (schannel support)
1523 --without-hal do not use HAL (dynamic device support)
1524 --without-jack do not use the Jack sound support
1525 --without-jpeg do not use JPEG
1526 --without-ldap do not use LDAP
1527 --without-nas do not use the NAS sound support
1528 --without-opengl do not use OpenGL
1529 --without-openssl do not use OpenSSL
1530 --without-oss do not use the OSS sound support
1531 --without-png do not use PNG
1532 --without-sane do not use SANE (scanner support)
1533 --without-xcomposite do not use the Xcomposite extension
1534 --without-xcursor do not use the Xcursor extension
1535 --without-xinerama do not use Xinerama (multi-monitor support)
1536 --without-xinput do not use the Xinput extension
1537 --without-xml do not use XML
1538 --without-xrandr do not use Xrandr (resolution changes)
1539 --without-xrender do not use the Xrender extension
1540 --without-xshape do not use the Xshape extension
1541 --without-xshm do not use XShm (shared memory extension)
1542 --without-xslt do not use XSLT
1543 --without-xxf86vm do not use XFree video mode extension
1544 --with-wine-tools=DIR use Wine tools from directory DIR
1545 --with-x use the X Window System
1547 Some influential environment variables:
1548 CC C compiler command
1549 CFLAGS C compiler flags
1550 LDFLAGS linker flags, e.g. -L<lib dir> if you have libraries in a
1551 nonstandard directory <lib dir>
1552 LIBS libraries to pass to the linker, e.g. -l<library>
1553 CPPFLAGS C/C++/Objective C preprocessor flags, e.g. -I<include dir> if
1554 you have headers in a nonstandard directory <include dir>
1555 CXX C++ compiler command
1556 CXXFLAGS C++ compiler flags
1557 XMKMF Path to xmkmf, Makefile generator for X Window System
1558 CPP C preprocessor
1560 Use these variables to override the choices made by `configure' or to help
1561 it to find libraries and programs with nonstandard names/locations.
1563 Report bugs to <wine-devel@winehq.org>.
1564 _ACEOF
1565 ac_status=$?
1568 if test "$ac_init_help" = "recursive"; then
1569 # If there are subdirs, report their specific --help.
1570 for ac_dir in : $ac_subdirs_all; do test "x$ac_dir" = x: && continue
1571 test -d "$ac_dir" ||
1572 { cd "$srcdir" && ac_pwd=`pwd` && srcdir=. && test -d "$ac_dir"; } ||
1573 continue
1574 ac_builddir=.
1576 case "$ac_dir" in
1577 .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
1579 ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
1580 # A ".." for each directory in $ac_dir_suffix.
1581 ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
1582 case $ac_top_builddir_sub in
1583 "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
1584 *) ac_top_build_prefix=$ac_top_builddir_sub/ ;;
1585 esac ;;
1586 esac
1587 ac_abs_top_builddir=$ac_pwd
1588 ac_abs_builddir=$ac_pwd$ac_dir_suffix
1589 # for backward compatibility:
1590 ac_top_builddir=$ac_top_build_prefix
1592 case $srcdir in
1593 .) # We are building in place.
1594 ac_srcdir=.
1595 ac_top_srcdir=$ac_top_builddir_sub
1596 ac_abs_top_srcdir=$ac_pwd ;;
1597 [\\/]* | ?:[\\/]* ) # Absolute name.
1598 ac_srcdir=$srcdir$ac_dir_suffix;
1599 ac_top_srcdir=$srcdir
1600 ac_abs_top_srcdir=$srcdir ;;
1601 *) # Relative name.
1602 ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
1603 ac_top_srcdir=$ac_top_build_prefix$srcdir
1604 ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
1605 esac
1606 ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
1608 cd "$ac_dir" || { ac_status=$?; continue; }
1609 # Check for guested configure.
1610 if test -f "$ac_srcdir/configure.gnu"; then
1611 echo &&
1612 $SHELL "$ac_srcdir/configure.gnu" --help=recursive
1613 elif test -f "$ac_srcdir/configure"; then
1614 echo &&
1615 $SHELL "$ac_srcdir/configure" --help=recursive
1616 else
1617 $as_echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2
1618 fi || ac_status=$?
1619 cd "$ac_pwd" || { ac_status=$?; break; }
1620 done
1623 test -n "$ac_init_help" && exit $ac_status
1624 if $ac_init_version; then
1625 cat <<\_ACEOF
1626 Wine configure 1.1.11
1627 generated by GNU Autoconf 2.63
1629 Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
1630 2002, 2003, 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc.
1631 This configure script is free software; the Free Software Foundation
1632 gives unlimited permission to copy, distribute and modify it.
1633 _ACEOF
1634 exit
1636 cat >config.log <<_ACEOF
1637 This file contains any messages produced by compilers while
1638 running configure, to aid debugging if configure makes a mistake.
1640 It was created by Wine $as_me 1.1.11, which was
1641 generated by GNU Autoconf 2.63. Invocation command line was
1643 $ $0 $@
1645 _ACEOF
1646 exec 5>>config.log
1648 cat <<_ASUNAME
1649 ## --------- ##
1650 ## Platform. ##
1651 ## --------- ##
1653 hostname = `(hostname || uname -n) 2>/dev/null | sed 1q`
1654 uname -m = `(uname -m) 2>/dev/null || echo unknown`
1655 uname -r = `(uname -r) 2>/dev/null || echo unknown`
1656 uname -s = `(uname -s) 2>/dev/null || echo unknown`
1657 uname -v = `(uname -v) 2>/dev/null || echo unknown`
1659 /usr/bin/uname -p = `(/usr/bin/uname -p) 2>/dev/null || echo unknown`
1660 /bin/uname -X = `(/bin/uname -X) 2>/dev/null || echo unknown`
1662 /bin/arch = `(/bin/arch) 2>/dev/null || echo unknown`
1663 /usr/bin/arch -k = `(/usr/bin/arch -k) 2>/dev/null || echo unknown`
1664 /usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null || echo unknown`
1665 /usr/bin/hostinfo = `(/usr/bin/hostinfo) 2>/dev/null || echo unknown`
1666 /bin/machine = `(/bin/machine) 2>/dev/null || echo unknown`
1667 /usr/bin/oslevel = `(/usr/bin/oslevel) 2>/dev/null || echo unknown`
1668 /bin/universe = `(/bin/universe) 2>/dev/null || echo unknown`
1670 _ASUNAME
1672 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1673 for as_dir in $PATH
1675 IFS=$as_save_IFS
1676 test -z "$as_dir" && as_dir=.
1677 $as_echo "PATH: $as_dir"
1678 done
1679 IFS=$as_save_IFS
1681 } >&5
1683 cat >&5 <<_ACEOF
1686 ## ----------- ##
1687 ## Core tests. ##
1688 ## ----------- ##
1690 _ACEOF
1693 # Keep a trace of the command line.
1694 # Strip out --no-create and --no-recursion so they do not pile up.
1695 # Strip out --silent because we don't want to record it for future runs.
1696 # Also quote any args containing shell meta-characters.
1697 # Make two passes to allow for proper duplicate-argument suppression.
1698 ac_configure_args=
1699 ac_configure_args0=
1700 ac_configure_args1=
1701 ac_must_keep_next=false
1702 for ac_pass in 1 2
1704 for ac_arg
1706 case $ac_arg in
1707 -no-create | --no-c* | -n | -no-recursion | --no-r*) continue ;;
1708 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
1709 | -silent | --silent | --silen | --sile | --sil)
1710 continue ;;
1711 *\'*)
1712 ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
1713 esac
1714 case $ac_pass in
1715 1) ac_configure_args0="$ac_configure_args0 '$ac_arg'" ;;
1717 ac_configure_args1="$ac_configure_args1 '$ac_arg'"
1718 if test $ac_must_keep_next = true; then
1719 ac_must_keep_next=false # Got value, back to normal.
1720 else
1721 case $ac_arg in
1722 *=* | --config-cache | -C | -disable-* | --disable-* \
1723 | -enable-* | --enable-* | -gas | --g* | -nfp | --nf* \
1724 | -q | -quiet | --q* | -silent | --sil* | -v | -verb* \
1725 | -with-* | --with-* | -without-* | --without-* | --x)
1726 case "$ac_configure_args0 " in
1727 "$ac_configure_args1"*" '$ac_arg' "* ) continue ;;
1728 esac
1730 -* ) ac_must_keep_next=true ;;
1731 esac
1733 ac_configure_args="$ac_configure_args '$ac_arg'"
1735 esac
1736 done
1737 done
1738 $as_unset ac_configure_args0 || test "${ac_configure_args0+set}" != set || { ac_configure_args0=; export ac_configure_args0; }
1739 $as_unset ac_configure_args1 || test "${ac_configure_args1+set}" != set || { ac_configure_args1=; export ac_configure_args1; }
1741 # When interrupted or exit'd, cleanup temporary files, and complete
1742 # config.log. We remove comments because anyway the quotes in there
1743 # would cause problems or look ugly.
1744 # WARNING: Use '\'' to represent an apostrophe within the trap.
1745 # WARNING: Do not start the trap code with a newline, due to a FreeBSD 4.0 bug.
1746 trap 'exit_status=$?
1747 # Save into config.log some information that might help in debugging.
1749 echo
1751 cat <<\_ASBOX
1752 ## ---------------- ##
1753 ## Cache variables. ##
1754 ## ---------------- ##
1755 _ASBOX
1756 echo
1757 # The following way of writing the cache mishandles newlines in values,
1759 for ac_var in `(set) 2>&1 | sed -n '\''s/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'\''`; do
1760 eval ac_val=\$$ac_var
1761 case $ac_val in #(
1762 *${as_nl}*)
1763 case $ac_var in #(
1764 *_cv_*) { $as_echo "$as_me:$LINENO: WARNING: cache variable $ac_var contains a newline" >&5
1765 $as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
1766 esac
1767 case $ac_var in #(
1768 _ | IFS | as_nl) ;; #(
1769 BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
1770 *) $as_unset $ac_var ;;
1771 esac ;;
1772 esac
1773 done
1774 (set) 2>&1 |
1775 case $as_nl`(ac_space='\'' '\''; set) 2>&1` in #(
1776 *${as_nl}ac_space=\ *)
1777 sed -n \
1778 "s/'\''/'\''\\\\'\'''\''/g;
1779 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\''\\2'\''/p"
1780 ;; #(
1782 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
1784 esac |
1785 sort
1787 echo
1789 cat <<\_ASBOX
1790 ## ----------------- ##
1791 ## Output variables. ##
1792 ## ----------------- ##
1793 _ASBOX
1794 echo
1795 for ac_var in $ac_subst_vars
1797 eval ac_val=\$$ac_var
1798 case $ac_val in
1799 *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
1800 esac
1801 $as_echo "$ac_var='\''$ac_val'\''"
1802 done | sort
1803 echo
1805 if test -n "$ac_subst_files"; then
1806 cat <<\_ASBOX
1807 ## ------------------- ##
1808 ## File substitutions. ##
1809 ## ------------------- ##
1810 _ASBOX
1811 echo
1812 for ac_var in $ac_subst_files
1814 eval ac_val=\$$ac_var
1815 case $ac_val in
1816 *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
1817 esac
1818 $as_echo "$ac_var='\''$ac_val'\''"
1819 done | sort
1820 echo
1823 if test -s confdefs.h; then
1824 cat <<\_ASBOX
1825 ## ----------- ##
1826 ## confdefs.h. ##
1827 ## ----------- ##
1828 _ASBOX
1829 echo
1830 cat confdefs.h
1831 echo
1833 test "$ac_signal" != 0 &&
1834 $as_echo "$as_me: caught signal $ac_signal"
1835 $as_echo "$as_me: exit $exit_status"
1836 } >&5
1837 rm -f core *.core core.conftest.* &&
1838 rm -f -r conftest* confdefs* conf$$* $ac_clean_files &&
1839 exit $exit_status
1841 for ac_signal in 1 2 13 15; do
1842 trap 'ac_signal='$ac_signal'; { (exit 1); exit 1; }' $ac_signal
1843 done
1844 ac_signal=0
1846 # confdefs.h avoids OS command line length limits that DEFS can exceed.
1847 rm -f -r conftest* confdefs.h
1849 # Predefined preprocessor variables.
1851 cat >>confdefs.h <<_ACEOF
1852 #define PACKAGE_NAME "$PACKAGE_NAME"
1853 _ACEOF
1856 cat >>confdefs.h <<_ACEOF
1857 #define PACKAGE_TARNAME "$PACKAGE_TARNAME"
1858 _ACEOF
1861 cat >>confdefs.h <<_ACEOF
1862 #define PACKAGE_VERSION "$PACKAGE_VERSION"
1863 _ACEOF
1866 cat >>confdefs.h <<_ACEOF
1867 #define PACKAGE_STRING "$PACKAGE_STRING"
1868 _ACEOF
1871 cat >>confdefs.h <<_ACEOF
1872 #define PACKAGE_BUGREPORT "$PACKAGE_BUGREPORT"
1873 _ACEOF
1876 # Let the site file select an alternate cache file if it wants to.
1877 # Prefer an explicitly selected file to automatically selected ones.
1878 ac_site_file1=NONE
1879 ac_site_file2=NONE
1880 if test -n "$CONFIG_SITE"; then
1881 ac_site_file1=$CONFIG_SITE
1882 elif test "x$prefix" != xNONE; then
1883 ac_site_file1=$prefix/share/config.site
1884 ac_site_file2=$prefix/etc/config.site
1885 else
1886 ac_site_file1=$ac_default_prefix/share/config.site
1887 ac_site_file2=$ac_default_prefix/etc/config.site
1889 for ac_site_file in "$ac_site_file1" "$ac_site_file2"
1891 test "x$ac_site_file" = xNONE && continue
1892 if test -r "$ac_site_file"; then
1893 { $as_echo "$as_me:$LINENO: loading site script $ac_site_file" >&5
1894 $as_echo "$as_me: loading site script $ac_site_file" >&6;}
1895 sed 's/^/| /' "$ac_site_file" >&5
1896 . "$ac_site_file"
1898 done
1900 if test -r "$cache_file"; then
1901 # Some versions of bash will fail to source /dev/null (special
1902 # files actually), so we avoid doing that.
1903 if test -f "$cache_file"; then
1904 { $as_echo "$as_me:$LINENO: loading cache $cache_file" >&5
1905 $as_echo "$as_me: loading cache $cache_file" >&6;}
1906 case $cache_file in
1907 [\\/]* | ?:[\\/]* ) . "$cache_file";;
1908 *) . "./$cache_file";;
1909 esac
1911 else
1912 { $as_echo "$as_me:$LINENO: creating cache $cache_file" >&5
1913 $as_echo "$as_me: creating cache $cache_file" >&6;}
1914 >$cache_file
1917 # Check that the precious variables saved in the cache have kept the same
1918 # value.
1919 ac_cache_corrupted=false
1920 for ac_var in $ac_precious_vars; do
1921 eval ac_old_set=\$ac_cv_env_${ac_var}_set
1922 eval ac_new_set=\$ac_env_${ac_var}_set
1923 eval ac_old_val=\$ac_cv_env_${ac_var}_value
1924 eval ac_new_val=\$ac_env_${ac_var}_value
1925 case $ac_old_set,$ac_new_set in
1926 set,)
1927 { $as_echo "$as_me:$LINENO: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
1928 $as_echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
1929 ac_cache_corrupted=: ;;
1930 ,set)
1931 { $as_echo "$as_me:$LINENO: error: \`$ac_var' was not set in the previous run" >&5
1932 $as_echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;}
1933 ac_cache_corrupted=: ;;
1934 ,);;
1936 if test "x$ac_old_val" != "x$ac_new_val"; then
1937 # differences in whitespace do not lead to failure.
1938 ac_old_val_w=`echo x $ac_old_val`
1939 ac_new_val_w=`echo x $ac_new_val`
1940 if test "$ac_old_val_w" != "$ac_new_val_w"; then
1941 { $as_echo "$as_me:$LINENO: error: \`$ac_var' has changed since the previous run:" >&5
1942 $as_echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;}
1943 ac_cache_corrupted=:
1944 else
1945 { $as_echo "$as_me:$LINENO: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&5
1946 $as_echo "$as_me: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&2;}
1947 eval $ac_var=\$ac_old_val
1949 { $as_echo "$as_me:$LINENO: former value: \`$ac_old_val'" >&5
1950 $as_echo "$as_me: former value: \`$ac_old_val'" >&2;}
1951 { $as_echo "$as_me:$LINENO: current value: \`$ac_new_val'" >&5
1952 $as_echo "$as_me: current value: \`$ac_new_val'" >&2;}
1953 fi;;
1954 esac
1955 # Pass precious variables to config.status.
1956 if test "$ac_new_set" = set; then
1957 case $ac_new_val in
1958 *\'*) ac_arg=$ac_var=`$as_echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
1959 *) ac_arg=$ac_var=$ac_new_val ;;
1960 esac
1961 case " $ac_configure_args " in
1962 *" '$ac_arg' "*) ;; # Avoid dups. Use of quotes ensures accuracy.
1963 *) ac_configure_args="$ac_configure_args '$ac_arg'" ;;
1964 esac
1966 done
1967 if $ac_cache_corrupted; then
1968 { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5
1969 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
1970 { $as_echo "$as_me:$LINENO: error: changes in the environment can compromise the build" >&5
1971 $as_echo "$as_me: error: changes in the environment can compromise the build" >&2;}
1972 { { $as_echo "$as_me:$LINENO: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&5
1973 $as_echo "$as_me: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&2;}
1974 { (exit 1); exit 1; }; }
2001 ac_ext=c
2002 ac_cpp='$CPP $CPPFLAGS'
2003 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2004 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2005 ac_compiler_gnu=$ac_cv_c_compiler_gnu
2009 ac_config_headers="$ac_config_headers include/config.h"
2011 ac_aux_dir=
2012 for ac_dir in tools "$srcdir"/tools; do
2013 if test -f "$ac_dir/install-sh"; then
2014 ac_aux_dir=$ac_dir
2015 ac_install_sh="$ac_aux_dir/install-sh -c"
2016 break
2017 elif test -f "$ac_dir/install.sh"; then
2018 ac_aux_dir=$ac_dir
2019 ac_install_sh="$ac_aux_dir/install.sh -c"
2020 break
2021 elif test -f "$ac_dir/shtool"; then
2022 ac_aux_dir=$ac_dir
2023 ac_install_sh="$ac_aux_dir/shtool install -c"
2024 break
2026 done
2027 if test -z "$ac_aux_dir"; then
2028 { { $as_echo "$as_me:$LINENO: error: cannot find install-sh or install.sh in tools \"$srcdir\"/tools" >&5
2029 $as_echo "$as_me: error: cannot find install-sh or install.sh in tools \"$srcdir\"/tools" >&2;}
2030 { (exit 1); exit 1; }; }
2033 # These three variables are undocumented and unsupported,
2034 # and are intended to be withdrawn in a future Autoconf release.
2035 # They can cause serious problems if a builder's source tree is in a directory
2036 # whose full name contains unusual characters.
2037 ac_config_guess="$SHELL $ac_aux_dir/config.guess" # Please don't use this var.
2038 ac_config_sub="$SHELL $ac_aux_dir/config.sub" # Please don't use this var.
2039 ac_configure="$SHELL $ac_aux_dir/configure" # Please don't use this var.
2044 # Check whether --enable-win16 was given.
2045 if test "${enable_win16+set}" = set; then
2046 enableval=$enable_win16;
2049 # Check whether --enable-win64 was given.
2050 if test "${enable_win64+set}" = set; then
2051 enableval=$enable_win64;
2054 # Check whether --enable-tests was given.
2055 if test "${enable_tests+set}" = set; then
2056 enableval=$enable_tests;
2059 # Check whether --enable-maintainer-mode was given.
2060 if test "${enable_maintainer_mode+set}" = set; then
2061 enableval=$enable_maintainer_mode;
2062 else
2063 MAINTAINER_MODE=\#
2069 # Check whether --with-alsa was given.
2070 if test "${with_alsa+set}" = set; then
2071 withval=$with_alsa; if test "x$withval" = "xno"; then ac_cv_header_sys_asoundlib_h=no; ac_cv_header_alsa_asoundlib_h=no; fi
2075 # Check whether --with-audioio was given.
2076 if test "${with_audioio+set}" = set; then
2077 withval=$with_audioio; if test "x$withval" = "xno"; then ac_cv_header_libaudioio_h=no; fi
2081 # Check whether --with-capi was given.
2082 if test "${with_capi+set}" = set; then
2083 withval=$with_capi; if test "x$withval" = "xno"; then ac_cv_header_capi20_h=no; ac_cv_header_linux_capi_h=no; fi
2087 # Check whether --with-cms was given.
2088 if test "${with_cms+set}" = set; then
2089 withval=$with_cms; if test "x$withval" = "xno"; then ac_cv_header_lcms_h=no; ac_cv_header_lcms_lcms_h=no; fi
2093 # Check whether --with-coreaudio was given.
2094 if test "${with_coreaudio+set}" = set; then
2095 withval=$with_coreaudio; if test "x$withval" = "xno"; then ac_cv_header_CoreAudio_CoreAudio_h=no; fi
2099 # Check whether --with-cups was given.
2100 if test "${with_cups+set}" = set; then
2101 withval=$with_cups;
2105 # Check whether --with-curses was given.
2106 if test "${with_curses+set}" = set; then
2107 withval=$with_curses; if test "x$withval" = "xno"; then ac_cv_header_ncurses_h=no; ac_cv_header_curses_h=no; fi
2111 # Check whether --with-esd was given.
2112 if test "${with_esd+set}" = set; then
2113 withval=$with_esd;
2117 # Check whether --with-fontconfig was given.
2118 if test "${with_fontconfig+set}" = set; then
2119 withval=$with_fontconfig; if test "x$withval" = "xno"; then ac_cv_header_fontconfig_fontconfig_h=no; fi
2123 # Check whether --with-freetype was given.
2124 if test "${with_freetype+set}" = set; then
2125 withval=$with_freetype;
2129 # Check whether --with-gphoto was given.
2130 if test "${with_gphoto+set}" = set; then
2131 withval=$with_gphoto;
2135 # Check whether --with-glu was given.
2136 if test "${with_glu+set}" = set; then
2137 withval=$with_glu; if test "x$withval" = "xno"; then ac_cv_header_GL_glu_h=no; fi
2141 # Check whether --with-gnutls was given.
2142 if test "${with_gnutls+set}" = set; then
2143 withval=$with_gnutls;
2147 # Check whether --with-hal was given.
2148 if test "${with_hal+set}" = set; then
2149 withval=$with_hal;
2153 # Check whether --with-jack was given.
2154 if test "${with_jack+set}" = set; then
2155 withval=$with_jack; if test "x$withval" = "xno"; then ac_cv_header_jack_jack_h=no; fi
2159 # Check whether --with-jpeg was given.
2160 if test "${with_jpeg+set}" = set; then
2161 withval=$with_jpeg; if test "x$withval" = "xno"; then ac_cv_header_jpeglib_h=no; fi
2165 # Check whether --with-ldap was given.
2166 if test "${with_ldap+set}" = set; then
2167 withval=$with_ldap; if test "x$withval" = "xno"; then ac_cv_header_ldap_h=no; ac_cv_header_lber_h=no; fi
2171 # Check whether --with-nas was given.
2172 if test "${with_nas+set}" = set; then
2173 withval=$with_nas; if test "x$withval" = "xno"; then ac_cv_header_audio_audiolib_h=no; fi
2177 # Check whether --with-opengl was given.
2178 if test "${with_opengl+set}" = set; then
2179 withval=$with_opengl;
2183 # Check whether --with-openssl was given.
2184 if test "${with_openssl+set}" = set; then
2185 withval=$with_openssl; if test "x$withval" = "xno"; then ac_cv_header_openssl_err_h=no; ac_cv_header_openssl_ssl_h=no; fi
2189 # Check whether --with-oss was given.
2190 if test "${with_oss+set}" = set; then
2191 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
2195 # Check whether --with-png was given.
2196 if test "${with_png+set}" = set; then
2197 withval=$with_png; if test "x$withval" = "xno"; then ac_cv_header_png_h=no; fi
2201 # Check whether --with-sane was given.
2202 if test "${with_sane+set}" = set; then
2203 withval=$with_sane;
2207 # Check whether --with-xcomposite was given.
2208 if test "${with_xcomposite+set}" = set; then
2209 withval=$with_xcomposite; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_Xcomposite_h=no; fi
2213 # Check whether --with-xcursor was given.
2214 if test "${with_xcursor+set}" = set; then
2215 withval=$with_xcursor; if test "x$withval" = "xno"; then ac_cv_header_X11_Xcursor_Xcursor_h=no; fi
2219 # Check whether --with-xinerama was given.
2220 if test "${with_xinerama+set}" = set; then
2221 withval=$with_xinerama; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_Xinerama_h=no; fi
2225 # Check whether --with-xinput was given.
2226 if test "${with_xinput+set}" = set; then
2227 withval=$with_xinput; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_XInput_h=no; fi
2231 # Check whether --with-xml was given.
2232 if test "${with_xml+set}" = set; then
2233 withval=$with_xml;
2237 # Check whether --with-xrandr was given.
2238 if test "${with_xrandr+set}" = set; then
2239 withval=$with_xrandr; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_Xrandr_h=no; fi
2243 # Check whether --with-xrender was given.
2244 if test "${with_xrender+set}" = set; then
2245 withval=$with_xrender; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_Xrender_h=no; fi
2249 # Check whether --with-xshape was given.
2250 if test "${with_xshape+set}" = set; then
2251 withval=$with_xshape; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_shape_h=no; fi
2255 # Check whether --with-xshm was given.
2256 if test "${with_xshm+set}" = set; then
2257 withval=$with_xshm; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_XShm_h=no; fi
2261 # Check whether --with-xslt was given.
2262 if test "${with_xslt+set}" = set; then
2263 withval=$with_xslt;
2267 # Check whether --with-xxf86vm was given.
2268 if test "${with_xxf86vm+set}" = set; then
2269 withval=$with_xxf86vm; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_xf86vmode_h=no; fi
2274 # Check whether --with-wine-tools was given.
2275 if test "${with_wine_tools+set}" = set; then
2276 withval=$with_wine_tools;
2280 # Make sure we can run config.sub.
2281 $SHELL "$ac_aux_dir/config.sub" sun4 >/dev/null 2>&1 ||
2282 { { $as_echo "$as_me:$LINENO: error: cannot run $SHELL $ac_aux_dir/config.sub" >&5
2283 $as_echo "$as_me: error: cannot run $SHELL $ac_aux_dir/config.sub" >&2;}
2284 { (exit 1); exit 1; }; }
2286 { $as_echo "$as_me:$LINENO: checking build system type" >&5
2287 $as_echo_n "checking build system type... " >&6; }
2288 if test "${ac_cv_build+set}" = set; then
2289 $as_echo_n "(cached) " >&6
2290 else
2291 ac_build_alias=$build_alias
2292 test "x$ac_build_alias" = x &&
2293 ac_build_alias=`$SHELL "$ac_aux_dir/config.guess"`
2294 test "x$ac_build_alias" = x &&
2295 { { $as_echo "$as_me:$LINENO: error: cannot guess build type; you must specify one" >&5
2296 $as_echo "$as_me: error: cannot guess build type; you must specify one" >&2;}
2297 { (exit 1); exit 1; }; }
2298 ac_cv_build=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` ||
2299 { { $as_echo "$as_me:$LINENO: error: $SHELL $ac_aux_dir/config.sub $ac_build_alias failed" >&5
2300 $as_echo "$as_me: error: $SHELL $ac_aux_dir/config.sub $ac_build_alias failed" >&2;}
2301 { (exit 1); exit 1; }; }
2304 { $as_echo "$as_me:$LINENO: result: $ac_cv_build" >&5
2305 $as_echo "$ac_cv_build" >&6; }
2306 case $ac_cv_build in
2307 *-*-*) ;;
2308 *) { { $as_echo "$as_me:$LINENO: error: invalid value of canonical build" >&5
2309 $as_echo "$as_me: error: invalid value of canonical build" >&2;}
2310 { (exit 1); exit 1; }; };;
2311 esac
2312 build=$ac_cv_build
2313 ac_save_IFS=$IFS; IFS='-'
2314 set x $ac_cv_build
2315 shift
2316 build_cpu=$1
2317 build_vendor=$2
2318 shift; shift
2319 # Remember, the first character of IFS is used to create $*,
2320 # except with old shells:
2321 build_os=$*
2322 IFS=$ac_save_IFS
2323 case $build_os in *\ *) build_os=`echo "$build_os" | sed 's/ /-/g'`;; esac
2326 { $as_echo "$as_me:$LINENO: checking host system type" >&5
2327 $as_echo_n "checking host system type... " >&6; }
2328 if test "${ac_cv_host+set}" = set; then
2329 $as_echo_n "(cached) " >&6
2330 else
2331 if test "x$host_alias" = x; then
2332 ac_cv_host=$ac_cv_build
2333 else
2334 ac_cv_host=`$SHELL "$ac_aux_dir/config.sub" $host_alias` ||
2335 { { $as_echo "$as_me:$LINENO: error: $SHELL $ac_aux_dir/config.sub $host_alias failed" >&5
2336 $as_echo "$as_me: error: $SHELL $ac_aux_dir/config.sub $host_alias failed" >&2;}
2337 { (exit 1); exit 1; }; }
2341 { $as_echo "$as_me:$LINENO: result: $ac_cv_host" >&5
2342 $as_echo "$ac_cv_host" >&6; }
2343 case $ac_cv_host in
2344 *-*-*) ;;
2345 *) { { $as_echo "$as_me:$LINENO: error: invalid value of canonical host" >&5
2346 $as_echo "$as_me: error: invalid value of canonical host" >&2;}
2347 { (exit 1); exit 1; }; };;
2348 esac
2349 host=$ac_cv_host
2350 ac_save_IFS=$IFS; IFS='-'
2351 set x $ac_cv_host
2352 shift
2353 host_cpu=$1
2354 host_vendor=$2
2355 shift; shift
2356 # Remember, the first character of IFS is used to create $*,
2357 # except with old shells:
2358 host_os=$*
2359 IFS=$ac_save_IFS
2360 case $host_os in *\ *) host_os=`echo "$host_os" | sed 's/ /-/g'`;; esac
2363 case $host in
2364 x86_64*linux*)
2365 if test "x$enable_win64" != "xyes"
2366 then
2367 CC="${CC:-gcc} -m32"
2368 CXX="${CXX:-g++} -m32"
2369 LD="${LD:-ld} -m elf_i386"
2370 AS="${AS:-as} --32"
2371 host_cpu="i386"
2372 notice_platform="32-bit "
2375 esac
2377 case $host_cpu in
2378 *i[3456789]86*)
2379 enable_win16=${enable_win16:-yes}
2382 enable_win16=${enable_win16:-no}
2383 enable_ifsmgr_vxd=${enable_ifsmgr_vxd:-no}
2384 enable_mmdevldr_vxd=${enable_mmdevldr_vxd:-no}
2385 enable_monodebg_vxd=${enable_monodebg_vxd:-no}
2386 enable_vdhcp_vxd=${enable_vdhcp_vxd:-no}
2387 enable_vmm_vxd=${enable_vmm_vxd:-no}
2388 enable_vnbt_vxd=${enable_vnbt_vxd:-no}
2389 enable_vnetbios_vxd=${enable_vnetbios_vxd:-no}
2390 enable_vtdapi_vxd=${enable_vtdapi_vxd:-no}
2391 enable_vwin32_vxd=${enable_vwin32_vxd:-no}
2392 enable_w32skrnl=${enable_w32skrnl:-no}
2393 enable_winedos=${enable_winedos:-no}
2394 enable_winevdm=${enable_winevdm:-no}
2396 esac
2398 WIN16_FILES="\$(WIN16_FILES)"
2400 WIN16_INSTALL="\$(WIN16_INSTALL)"
2402 if test "x$enable_win16" != "xyes"
2403 then
2404 WIN16_FILES=""
2405 WIN16_INSTALL=""
2408 case "$srcdir" in
2409 .) ;;
2410 *) if test -f "$srcdir/Makefile" -o -f "$srcdir/include/config.h"; then
2411 { { $as_echo "$as_me:$LINENO: error: you are building out of the source tree, but the source tree contains object files.
2412 You need to run 'make distclean' in the source tree first." >&5
2413 $as_echo "$as_me: error: you are building out of the source tree, but the source tree contains object files.
2414 You need to run 'make distclean' in the source tree first." >&2;}
2415 { (exit 1); exit 1; }; }
2416 fi ;;
2417 esac
2420 { $as_echo "$as_me:$LINENO: checking whether ${MAKE-make} sets \$(MAKE)" >&5
2421 $as_echo_n "checking whether ${MAKE-make} sets \$(MAKE)... " >&6; }
2422 set x ${MAKE-make}
2423 ac_make=`$as_echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'`
2424 if { as_var=ac_cv_prog_make_${ac_make}_set; eval "test \"\${$as_var+set}\" = set"; }; then
2425 $as_echo_n "(cached) " >&6
2426 else
2427 cat >conftest.make <<\_ACEOF
2428 SHELL = /bin/sh
2429 all:
2430 @echo '@@@%%%=$(MAKE)=@@@%%%'
2431 _ACEOF
2432 # GNU make sometimes prints "make[1]: Entering...", which would confuse us.
2433 case `${MAKE-make} -f conftest.make 2>/dev/null` in
2434 *@@@%%%=?*=@@@%%%*)
2435 eval ac_cv_prog_make_${ac_make}_set=yes;;
2437 eval ac_cv_prog_make_${ac_make}_set=no;;
2438 esac
2439 rm -f conftest.make
2441 if eval test \$ac_cv_prog_make_${ac_make}_set = yes; then
2442 { $as_echo "$as_me:$LINENO: result: yes" >&5
2443 $as_echo "yes" >&6; }
2444 SET_MAKE=
2445 else
2446 { $as_echo "$as_me:$LINENO: result: no" >&5
2447 $as_echo "no" >&6; }
2448 SET_MAKE="MAKE=${MAKE-make}"
2451 ac_ext=c
2452 ac_cpp='$CPP $CPPFLAGS'
2453 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2454 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2455 ac_compiler_gnu=$ac_cv_c_compiler_gnu
2456 if test -n "$ac_tool_prefix"; then
2457 # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
2458 set dummy ${ac_tool_prefix}gcc; ac_word=$2
2459 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
2460 $as_echo_n "checking for $ac_word... " >&6; }
2461 if test "${ac_cv_prog_CC+set}" = set; then
2462 $as_echo_n "(cached) " >&6
2463 else
2464 if test -n "$CC"; then
2465 ac_cv_prog_CC="$CC" # Let the user override the test.
2466 else
2467 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2468 for as_dir in $PATH
2470 IFS=$as_save_IFS
2471 test -z "$as_dir" && as_dir=.
2472 for ac_exec_ext in '' $ac_executable_extensions; do
2473 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2474 ac_cv_prog_CC="${ac_tool_prefix}gcc"
2475 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2476 break 2
2478 done
2479 done
2480 IFS=$as_save_IFS
2484 CC=$ac_cv_prog_CC
2485 if test -n "$CC"; then
2486 { $as_echo "$as_me:$LINENO: result: $CC" >&5
2487 $as_echo "$CC" >&6; }
2488 else
2489 { $as_echo "$as_me:$LINENO: result: no" >&5
2490 $as_echo "no" >&6; }
2495 if test -z "$ac_cv_prog_CC"; then
2496 ac_ct_CC=$CC
2497 # Extract the first word of "gcc", so it can be a program name with args.
2498 set dummy gcc; ac_word=$2
2499 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
2500 $as_echo_n "checking for $ac_word... " >&6; }
2501 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
2502 $as_echo_n "(cached) " >&6
2503 else
2504 if test -n "$ac_ct_CC"; then
2505 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
2506 else
2507 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2508 for as_dir in $PATH
2510 IFS=$as_save_IFS
2511 test -z "$as_dir" && as_dir=.
2512 for ac_exec_ext in '' $ac_executable_extensions; do
2513 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2514 ac_cv_prog_ac_ct_CC="gcc"
2515 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2516 break 2
2518 done
2519 done
2520 IFS=$as_save_IFS
2524 ac_ct_CC=$ac_cv_prog_ac_ct_CC
2525 if test -n "$ac_ct_CC"; then
2526 { $as_echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
2527 $as_echo "$ac_ct_CC" >&6; }
2528 else
2529 { $as_echo "$as_me:$LINENO: result: no" >&5
2530 $as_echo "no" >&6; }
2533 if test "x$ac_ct_CC" = x; then
2534 CC=""
2535 else
2536 case $cross_compiling:$ac_tool_warned in
2537 yes:)
2538 { $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5
2539 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
2540 ac_tool_warned=yes ;;
2541 esac
2542 CC=$ac_ct_CC
2544 else
2545 CC="$ac_cv_prog_CC"
2548 if test -z "$CC"; then
2549 if test -n "$ac_tool_prefix"; then
2550 # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
2551 set dummy ${ac_tool_prefix}cc; ac_word=$2
2552 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
2553 $as_echo_n "checking for $ac_word... " >&6; }
2554 if test "${ac_cv_prog_CC+set}" = set; then
2555 $as_echo_n "(cached) " >&6
2556 else
2557 if test -n "$CC"; then
2558 ac_cv_prog_CC="$CC" # Let the user override the test.
2559 else
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 ac_cv_prog_CC="${ac_tool_prefix}cc"
2568 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2569 break 2
2571 done
2572 done
2573 IFS=$as_save_IFS
2577 CC=$ac_cv_prog_CC
2578 if test -n "$CC"; then
2579 { $as_echo "$as_me:$LINENO: result: $CC" >&5
2580 $as_echo "$CC" >&6; }
2581 else
2582 { $as_echo "$as_me:$LINENO: result: no" >&5
2583 $as_echo "no" >&6; }
2589 if test -z "$CC"; then
2590 # Extract the first word of "cc", so it can be a program name with args.
2591 set dummy cc; ac_word=$2
2592 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
2593 $as_echo_n "checking for $ac_word... " >&6; }
2594 if test "${ac_cv_prog_CC+set}" = set; then
2595 $as_echo_n "(cached) " >&6
2596 else
2597 if test -n "$CC"; then
2598 ac_cv_prog_CC="$CC" # Let the user override the test.
2599 else
2600 ac_prog_rejected=no
2601 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2602 for as_dir in $PATH
2604 IFS=$as_save_IFS
2605 test -z "$as_dir" && as_dir=.
2606 for ac_exec_ext in '' $ac_executable_extensions; do
2607 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2608 if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
2609 ac_prog_rejected=yes
2610 continue
2612 ac_cv_prog_CC="cc"
2613 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2614 break 2
2616 done
2617 done
2618 IFS=$as_save_IFS
2620 if test $ac_prog_rejected = yes; then
2621 # We found a bogon in the path, so make sure we never use it.
2622 set dummy $ac_cv_prog_CC
2623 shift
2624 if test $# != 0; then
2625 # We chose a different compiler from the bogus one.
2626 # However, it has the same basename, so the bogon will be chosen
2627 # first if we set CC to just the basename; use the full file name.
2628 shift
2629 ac_cv_prog_CC="$as_dir/$ac_word${1+' '}$@"
2634 CC=$ac_cv_prog_CC
2635 if test -n "$CC"; then
2636 { $as_echo "$as_me:$LINENO: result: $CC" >&5
2637 $as_echo "$CC" >&6; }
2638 else
2639 { $as_echo "$as_me:$LINENO: result: no" >&5
2640 $as_echo "no" >&6; }
2645 if test -z "$CC"; then
2646 if test -n "$ac_tool_prefix"; then
2647 for ac_prog in cl.exe
2649 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
2650 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
2651 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
2652 $as_echo_n "checking for $ac_word... " >&6; }
2653 if test "${ac_cv_prog_CC+set}" = set; then
2654 $as_echo_n "(cached) " >&6
2655 else
2656 if test -n "$CC"; then
2657 ac_cv_prog_CC="$CC" # Let the user override the test.
2658 else
2659 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2660 for as_dir in $PATH
2662 IFS=$as_save_IFS
2663 test -z "$as_dir" && as_dir=.
2664 for ac_exec_ext in '' $ac_executable_extensions; do
2665 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2666 ac_cv_prog_CC="$ac_tool_prefix$ac_prog"
2667 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2668 break 2
2670 done
2671 done
2672 IFS=$as_save_IFS
2676 CC=$ac_cv_prog_CC
2677 if test -n "$CC"; then
2678 { $as_echo "$as_me:$LINENO: result: $CC" >&5
2679 $as_echo "$CC" >&6; }
2680 else
2681 { $as_echo "$as_me:$LINENO: result: no" >&5
2682 $as_echo "no" >&6; }
2686 test -n "$CC" && break
2687 done
2689 if test -z "$CC"; then
2690 ac_ct_CC=$CC
2691 for ac_prog in cl.exe
2693 # Extract the first word of "$ac_prog", so it can be a program name with args.
2694 set dummy $ac_prog; ac_word=$2
2695 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
2696 $as_echo_n "checking for $ac_word... " >&6; }
2697 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
2698 $as_echo_n "(cached) " >&6
2699 else
2700 if test -n "$ac_ct_CC"; then
2701 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
2702 else
2703 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2704 for as_dir in $PATH
2706 IFS=$as_save_IFS
2707 test -z "$as_dir" && as_dir=.
2708 for ac_exec_ext in '' $ac_executable_extensions; do
2709 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2710 ac_cv_prog_ac_ct_CC="$ac_prog"
2711 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2712 break 2
2714 done
2715 done
2716 IFS=$as_save_IFS
2720 ac_ct_CC=$ac_cv_prog_ac_ct_CC
2721 if test -n "$ac_ct_CC"; then
2722 { $as_echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
2723 $as_echo "$ac_ct_CC" >&6; }
2724 else
2725 { $as_echo "$as_me:$LINENO: result: no" >&5
2726 $as_echo "no" >&6; }
2730 test -n "$ac_ct_CC" && break
2731 done
2733 if test "x$ac_ct_CC" = x; then
2734 CC=""
2735 else
2736 case $cross_compiling:$ac_tool_warned in
2737 yes:)
2738 { $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5
2739 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
2740 ac_tool_warned=yes ;;
2741 esac
2742 CC=$ac_ct_CC
2749 test -z "$CC" && { { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5
2750 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2751 { { $as_echo "$as_me:$LINENO: error: no acceptable C compiler found in \$PATH
2752 See \`config.log' for more details." >&5
2753 $as_echo "$as_me: error: no acceptable C compiler found in \$PATH
2754 See \`config.log' for more details." >&2;}
2755 { (exit 1); exit 1; }; }; }
2757 # Provide some information about the compiler.
2758 $as_echo "$as_me:$LINENO: checking for C compiler version" >&5
2759 set X $ac_compile
2760 ac_compiler=$2
2761 { (ac_try="$ac_compiler --version >&5"
2762 case "(($ac_try" in
2763 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2764 *) ac_try_echo=$ac_try;;
2765 esac
2766 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
2767 $as_echo "$ac_try_echo") >&5
2768 (eval "$ac_compiler --version >&5") 2>&5
2769 ac_status=$?
2770 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
2771 (exit $ac_status); }
2772 { (ac_try="$ac_compiler -v >&5"
2773 case "(($ac_try" in
2774 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2775 *) ac_try_echo=$ac_try;;
2776 esac
2777 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
2778 $as_echo "$ac_try_echo") >&5
2779 (eval "$ac_compiler -v >&5") 2>&5
2780 ac_status=$?
2781 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
2782 (exit $ac_status); }
2783 { (ac_try="$ac_compiler -V >&5"
2784 case "(($ac_try" in
2785 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2786 *) ac_try_echo=$ac_try;;
2787 esac
2788 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
2789 $as_echo "$ac_try_echo") >&5
2790 (eval "$ac_compiler -V >&5") 2>&5
2791 ac_status=$?
2792 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
2793 (exit $ac_status); }
2795 cat >conftest.$ac_ext <<_ACEOF
2796 /* confdefs.h. */
2797 _ACEOF
2798 cat confdefs.h >>conftest.$ac_ext
2799 cat >>conftest.$ac_ext <<_ACEOF
2800 /* end confdefs.h. */
2803 main ()
2807 return 0;
2809 _ACEOF
2810 ac_clean_files_save=$ac_clean_files
2811 ac_clean_files="$ac_clean_files a.out a.out.dSYM a.exe b.out"
2812 # Try to create an executable without -o first, disregard a.out.
2813 # It will help us diagnose broken compilers, and finding out an intuition
2814 # of exeext.
2815 { $as_echo "$as_me:$LINENO: checking for C compiler default output file name" >&5
2816 $as_echo_n "checking for C compiler default output file name... " >&6; }
2817 ac_link_default=`$as_echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
2819 # The possible output files:
2820 ac_files="a.out conftest.exe conftest a.exe a_out.exe b.out conftest.*"
2822 ac_rmfiles=
2823 for ac_file in $ac_files
2825 case $ac_file in
2826 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
2827 * ) ac_rmfiles="$ac_rmfiles $ac_file";;
2828 esac
2829 done
2830 rm -f $ac_rmfiles
2832 if { (ac_try="$ac_link_default"
2833 case "(($ac_try" in
2834 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2835 *) ac_try_echo=$ac_try;;
2836 esac
2837 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
2838 $as_echo "$ac_try_echo") >&5
2839 (eval "$ac_link_default") 2>&5
2840 ac_status=$?
2841 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
2842 (exit $ac_status); }; then
2843 # Autoconf-2.13 could set the ac_cv_exeext variable to `no'.
2844 # So ignore a value of `no', otherwise this would lead to `EXEEXT = no'
2845 # in a Makefile. We should not override ac_cv_exeext if it was cached,
2846 # so that the user can short-circuit this test for compilers unknown to
2847 # Autoconf.
2848 for ac_file in $ac_files ''
2850 test -f "$ac_file" || continue
2851 case $ac_file in
2852 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj )
2854 [ab].out )
2855 # We found the default executable, but exeext='' is most
2856 # certainly right.
2857 break;;
2858 *.* )
2859 if test "${ac_cv_exeext+set}" = set && test "$ac_cv_exeext" != no;
2860 then :; else
2861 ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
2863 # We set ac_cv_exeext here because the later test for it is not
2864 # safe: cross compilers may not add the suffix if given an `-o'
2865 # argument, so we may need to know it at that point already.
2866 # Even if this section looks crufty: it has the advantage of
2867 # actually working.
2868 break;;
2870 break;;
2871 esac
2872 done
2873 test "$ac_cv_exeext" = no && ac_cv_exeext=
2875 else
2876 ac_file=''
2879 { $as_echo "$as_me:$LINENO: result: $ac_file" >&5
2880 $as_echo "$ac_file" >&6; }
2881 if test -z "$ac_file"; then
2882 $as_echo "$as_me: failed program was:" >&5
2883 sed 's/^/| /' conftest.$ac_ext >&5
2885 { { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5
2886 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2887 { { $as_echo "$as_me:$LINENO: error: C compiler cannot create executables
2888 See \`config.log' for more details." >&5
2889 $as_echo "$as_me: error: C compiler cannot create executables
2890 See \`config.log' for more details." >&2;}
2891 { (exit 77); exit 77; }; }; }
2894 ac_exeext=$ac_cv_exeext
2896 # Check that the compiler produces executables we can run. If not, either
2897 # the compiler is broken, or we cross compile.
2898 { $as_echo "$as_me:$LINENO: checking whether the C compiler works" >&5
2899 $as_echo_n "checking whether the C compiler works... " >&6; }
2900 # FIXME: These cross compiler hacks should be removed for Autoconf 3.0
2901 # If not cross compiling, check that we can run a simple program.
2902 if test "$cross_compiling" != yes; then
2903 if { ac_try='./$ac_file'
2904 { (case "(($ac_try" in
2905 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2906 *) ac_try_echo=$ac_try;;
2907 esac
2908 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
2909 $as_echo "$ac_try_echo") >&5
2910 (eval "$ac_try") 2>&5
2911 ac_status=$?
2912 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
2913 (exit $ac_status); }; }; then
2914 cross_compiling=no
2915 else
2916 if test "$cross_compiling" = maybe; then
2917 cross_compiling=yes
2918 else
2919 { { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5
2920 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2921 { { $as_echo "$as_me:$LINENO: error: cannot run C compiled programs.
2922 If you meant to cross compile, use \`--host'.
2923 See \`config.log' for more details." >&5
2924 $as_echo "$as_me: error: cannot run C compiled programs.
2925 If you meant to cross compile, use \`--host'.
2926 See \`config.log' for more details." >&2;}
2927 { (exit 1); exit 1; }; }; }
2931 { $as_echo "$as_me:$LINENO: result: yes" >&5
2932 $as_echo "yes" >&6; }
2934 rm -f -r a.out a.out.dSYM a.exe conftest$ac_cv_exeext b.out
2935 ac_clean_files=$ac_clean_files_save
2936 # Check that the compiler produces executables we can run. If not, either
2937 # the compiler is broken, or we cross compile.
2938 { $as_echo "$as_me:$LINENO: checking whether we are cross compiling" >&5
2939 $as_echo_n "checking whether we are cross compiling... " >&6; }
2940 { $as_echo "$as_me:$LINENO: result: $cross_compiling" >&5
2941 $as_echo "$cross_compiling" >&6; }
2943 { $as_echo "$as_me:$LINENO: checking for suffix of executables" >&5
2944 $as_echo_n "checking for suffix of executables... " >&6; }
2945 if { (ac_try="$ac_link"
2946 case "(($ac_try" in
2947 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2948 *) ac_try_echo=$ac_try;;
2949 esac
2950 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
2951 $as_echo "$ac_try_echo") >&5
2952 (eval "$ac_link") 2>&5
2953 ac_status=$?
2954 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
2955 (exit $ac_status); }; then
2956 # If both `conftest.exe' and `conftest' are `present' (well, observable)
2957 # catch `conftest.exe'. For instance with Cygwin, `ls conftest' will
2958 # work properly (i.e., refer to `conftest.exe'), while it won't with
2959 # `rm'.
2960 for ac_file in conftest.exe conftest conftest.*; do
2961 test -f "$ac_file" || continue
2962 case $ac_file in
2963 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
2964 *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
2965 break;;
2966 * ) break;;
2967 esac
2968 done
2969 else
2970 { { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5
2971 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2972 { { $as_echo "$as_me:$LINENO: error: cannot compute suffix of executables: cannot compile and link
2973 See \`config.log' for more details." >&5
2974 $as_echo "$as_me: error: cannot compute suffix of executables: cannot compile and link
2975 See \`config.log' for more details." >&2;}
2976 { (exit 1); exit 1; }; }; }
2979 rm -f conftest$ac_cv_exeext
2980 { $as_echo "$as_me:$LINENO: result: $ac_cv_exeext" >&5
2981 $as_echo "$ac_cv_exeext" >&6; }
2983 rm -f conftest.$ac_ext
2984 EXEEXT=$ac_cv_exeext
2985 ac_exeext=$EXEEXT
2986 { $as_echo "$as_me:$LINENO: checking for suffix of object files" >&5
2987 $as_echo_n "checking for suffix of object files... " >&6; }
2988 if test "${ac_cv_objext+set}" = set; then
2989 $as_echo_n "(cached) " >&6
2990 else
2991 cat >conftest.$ac_ext <<_ACEOF
2992 /* confdefs.h. */
2993 _ACEOF
2994 cat confdefs.h >>conftest.$ac_ext
2995 cat >>conftest.$ac_ext <<_ACEOF
2996 /* end confdefs.h. */
2999 main ()
3003 return 0;
3005 _ACEOF
3006 rm -f conftest.o conftest.obj
3007 if { (ac_try="$ac_compile"
3008 case "(($ac_try" in
3009 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3010 *) ac_try_echo=$ac_try;;
3011 esac
3012 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
3013 $as_echo "$ac_try_echo") >&5
3014 (eval "$ac_compile") 2>&5
3015 ac_status=$?
3016 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
3017 (exit $ac_status); }; then
3018 for ac_file in conftest.o conftest.obj conftest.*; do
3019 test -f "$ac_file" || continue;
3020 case $ac_file in
3021 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM ) ;;
3022 *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
3023 break;;
3024 esac
3025 done
3026 else
3027 $as_echo "$as_me: failed program was:" >&5
3028 sed 's/^/| /' conftest.$ac_ext >&5
3030 { { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5
3031 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3032 { { $as_echo "$as_me:$LINENO: error: cannot compute suffix of object files: cannot compile
3033 See \`config.log' for more details." >&5
3034 $as_echo "$as_me: error: cannot compute suffix of object files: cannot compile
3035 See \`config.log' for more details." >&2;}
3036 { (exit 1); exit 1; }; }; }
3039 rm -f conftest.$ac_cv_objext conftest.$ac_ext
3041 { $as_echo "$as_me:$LINENO: result: $ac_cv_objext" >&5
3042 $as_echo "$ac_cv_objext" >&6; }
3043 OBJEXT=$ac_cv_objext
3044 ac_objext=$OBJEXT
3045 { $as_echo "$as_me:$LINENO: checking whether we are using the GNU C compiler" >&5
3046 $as_echo_n "checking whether we are using the GNU C compiler... " >&6; }
3047 if test "${ac_cv_c_compiler_gnu+set}" = set; then
3048 $as_echo_n "(cached) " >&6
3049 else
3050 cat >conftest.$ac_ext <<_ACEOF
3051 /* confdefs.h. */
3052 _ACEOF
3053 cat confdefs.h >>conftest.$ac_ext
3054 cat >>conftest.$ac_ext <<_ACEOF
3055 /* end confdefs.h. */
3058 main ()
3060 #ifndef __GNUC__
3061 choke me
3062 #endif
3065 return 0;
3067 _ACEOF
3068 rm -f conftest.$ac_objext
3069 if { (ac_try="$ac_compile"
3070 case "(($ac_try" in
3071 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3072 *) ac_try_echo=$ac_try;;
3073 esac
3074 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
3075 $as_echo "$ac_try_echo") >&5
3076 (eval "$ac_compile") 2>conftest.er1
3077 ac_status=$?
3078 grep -v '^ *+' conftest.er1 >conftest.err
3079 rm -f conftest.er1
3080 cat conftest.err >&5
3081 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
3082 (exit $ac_status); } && {
3083 test -z "$ac_c_werror_flag" ||
3084 test ! -s conftest.err
3085 } && test -s conftest.$ac_objext; then
3086 ac_compiler_gnu=yes
3087 else
3088 $as_echo "$as_me: failed program was:" >&5
3089 sed 's/^/| /' conftest.$ac_ext >&5
3091 ac_compiler_gnu=no
3094 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3095 ac_cv_c_compiler_gnu=$ac_compiler_gnu
3098 { $as_echo "$as_me:$LINENO: result: $ac_cv_c_compiler_gnu" >&5
3099 $as_echo "$ac_cv_c_compiler_gnu" >&6; }
3100 if test $ac_compiler_gnu = yes; then
3101 GCC=yes
3102 else
3103 GCC=
3105 ac_test_CFLAGS=${CFLAGS+set}
3106 ac_save_CFLAGS=$CFLAGS
3107 { $as_echo "$as_me:$LINENO: checking whether $CC accepts -g" >&5
3108 $as_echo_n "checking whether $CC accepts -g... " >&6; }
3109 if test "${ac_cv_prog_cc_g+set}" = set; then
3110 $as_echo_n "(cached) " >&6
3111 else
3112 ac_save_c_werror_flag=$ac_c_werror_flag
3113 ac_c_werror_flag=yes
3114 ac_cv_prog_cc_g=no
3115 CFLAGS="-g"
3116 cat >conftest.$ac_ext <<_ACEOF
3117 /* confdefs.h. */
3118 _ACEOF
3119 cat confdefs.h >>conftest.$ac_ext
3120 cat >>conftest.$ac_ext <<_ACEOF
3121 /* end confdefs.h. */
3124 main ()
3128 return 0;
3130 _ACEOF
3131 rm -f conftest.$ac_objext
3132 if { (ac_try="$ac_compile"
3133 case "(($ac_try" in
3134 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3135 *) ac_try_echo=$ac_try;;
3136 esac
3137 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
3138 $as_echo "$ac_try_echo") >&5
3139 (eval "$ac_compile") 2>conftest.er1
3140 ac_status=$?
3141 grep -v '^ *+' conftest.er1 >conftest.err
3142 rm -f conftest.er1
3143 cat conftest.err >&5
3144 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
3145 (exit $ac_status); } && {
3146 test -z "$ac_c_werror_flag" ||
3147 test ! -s conftest.err
3148 } && test -s conftest.$ac_objext; then
3149 ac_cv_prog_cc_g=yes
3150 else
3151 $as_echo "$as_me: failed program was:" >&5
3152 sed 's/^/| /' conftest.$ac_ext >&5
3154 CFLAGS=""
3155 cat >conftest.$ac_ext <<_ACEOF
3156 /* confdefs.h. */
3157 _ACEOF
3158 cat confdefs.h >>conftest.$ac_ext
3159 cat >>conftest.$ac_ext <<_ACEOF
3160 /* end confdefs.h. */
3163 main ()
3167 return 0;
3169 _ACEOF
3170 rm -f conftest.$ac_objext
3171 if { (ac_try="$ac_compile"
3172 case "(($ac_try" in
3173 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3174 *) ac_try_echo=$ac_try;;
3175 esac
3176 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
3177 $as_echo "$ac_try_echo") >&5
3178 (eval "$ac_compile") 2>conftest.er1
3179 ac_status=$?
3180 grep -v '^ *+' conftest.er1 >conftest.err
3181 rm -f conftest.er1
3182 cat conftest.err >&5
3183 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
3184 (exit $ac_status); } && {
3185 test -z "$ac_c_werror_flag" ||
3186 test ! -s conftest.err
3187 } && test -s conftest.$ac_objext; then
3189 else
3190 $as_echo "$as_me: failed program was:" >&5
3191 sed 's/^/| /' conftest.$ac_ext >&5
3193 ac_c_werror_flag=$ac_save_c_werror_flag
3194 CFLAGS="-g"
3195 cat >conftest.$ac_ext <<_ACEOF
3196 /* confdefs.h. */
3197 _ACEOF
3198 cat confdefs.h >>conftest.$ac_ext
3199 cat >>conftest.$ac_ext <<_ACEOF
3200 /* end confdefs.h. */
3203 main ()
3207 return 0;
3209 _ACEOF
3210 rm -f conftest.$ac_objext
3211 if { (ac_try="$ac_compile"
3212 case "(($ac_try" in
3213 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3214 *) ac_try_echo=$ac_try;;
3215 esac
3216 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
3217 $as_echo "$ac_try_echo") >&5
3218 (eval "$ac_compile") 2>conftest.er1
3219 ac_status=$?
3220 grep -v '^ *+' conftest.er1 >conftest.err
3221 rm -f conftest.er1
3222 cat conftest.err >&5
3223 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
3224 (exit $ac_status); } && {
3225 test -z "$ac_c_werror_flag" ||
3226 test ! -s conftest.err
3227 } && test -s conftest.$ac_objext; then
3228 ac_cv_prog_cc_g=yes
3229 else
3230 $as_echo "$as_me: failed program was:" >&5
3231 sed 's/^/| /' conftest.$ac_ext >&5
3236 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3239 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3242 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3243 ac_c_werror_flag=$ac_save_c_werror_flag
3245 { $as_echo "$as_me:$LINENO: result: $ac_cv_prog_cc_g" >&5
3246 $as_echo "$ac_cv_prog_cc_g" >&6; }
3247 if test "$ac_test_CFLAGS" = set; then
3248 CFLAGS=$ac_save_CFLAGS
3249 elif test $ac_cv_prog_cc_g = yes; then
3250 if test "$GCC" = yes; then
3251 CFLAGS="-g -O2"
3252 else
3253 CFLAGS="-g"
3255 else
3256 if test "$GCC" = yes; then
3257 CFLAGS="-O2"
3258 else
3259 CFLAGS=
3262 { $as_echo "$as_me:$LINENO: checking for $CC option to accept ISO C89" >&5
3263 $as_echo_n "checking for $CC option to accept ISO C89... " >&6; }
3264 if test "${ac_cv_prog_cc_c89+set}" = set; then
3265 $as_echo_n "(cached) " >&6
3266 else
3267 ac_cv_prog_cc_c89=no
3268 ac_save_CC=$CC
3269 cat >conftest.$ac_ext <<_ACEOF
3270 /* confdefs.h. */
3271 _ACEOF
3272 cat confdefs.h >>conftest.$ac_ext
3273 cat >>conftest.$ac_ext <<_ACEOF
3274 /* end confdefs.h. */
3275 #include <stdarg.h>
3276 #include <stdio.h>
3277 #include <sys/types.h>
3278 #include <sys/stat.h>
3279 /* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */
3280 struct buf { int x; };
3281 FILE * (*rcsopen) (struct buf *, struct stat *, int);
3282 static char *e (p, i)
3283 char **p;
3284 int i;
3286 return p[i];
3288 static char *f (char * (*g) (char **, int), char **p, ...)
3290 char *s;
3291 va_list v;
3292 va_start (v,p);
3293 s = g (p, va_arg (v,int));
3294 va_end (v);
3295 return s;
3298 /* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has
3299 function prototypes and stuff, but not '\xHH' hex character constants.
3300 These don't provoke an error unfortunately, instead are silently treated
3301 as 'x'. The following induces an error, until -std is added to get
3302 proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an
3303 array size at least. It's necessary to write '\x00'==0 to get something
3304 that's true only with -std. */
3305 int osf4_cc_array ['\x00' == 0 ? 1 : -1];
3307 /* IBM C 6 for AIX is almost-ANSI by default, but it replaces macro parameters
3308 inside strings and character constants. */
3309 #define FOO(x) 'x'
3310 int xlc6_cc_array[FOO(a) == 'x' ? 1 : -1];
3312 int test (int i, double x);
3313 struct s1 {int (*f) (int a);};
3314 struct s2 {int (*f) (double a);};
3315 int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
3316 int argc;
3317 char **argv;
3319 main ()
3321 return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1];
3323 return 0;
3325 _ACEOF
3326 for ac_arg in '' -qlanglvl=extc89 -qlanglvl=ansi -std \
3327 -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
3329 CC="$ac_save_CC $ac_arg"
3330 rm -f conftest.$ac_objext
3331 if { (ac_try="$ac_compile"
3332 case "(($ac_try" in
3333 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3334 *) ac_try_echo=$ac_try;;
3335 esac
3336 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
3337 $as_echo "$ac_try_echo") >&5
3338 (eval "$ac_compile") 2>conftest.er1
3339 ac_status=$?
3340 grep -v '^ *+' conftest.er1 >conftest.err
3341 rm -f conftest.er1
3342 cat conftest.err >&5
3343 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
3344 (exit $ac_status); } && {
3345 test -z "$ac_c_werror_flag" ||
3346 test ! -s conftest.err
3347 } && test -s conftest.$ac_objext; then
3348 ac_cv_prog_cc_c89=$ac_arg
3349 else
3350 $as_echo "$as_me: failed program was:" >&5
3351 sed 's/^/| /' conftest.$ac_ext >&5
3356 rm -f core conftest.err conftest.$ac_objext
3357 test "x$ac_cv_prog_cc_c89" != "xno" && break
3358 done
3359 rm -f conftest.$ac_ext
3360 CC=$ac_save_CC
3363 # AC_CACHE_VAL
3364 case "x$ac_cv_prog_cc_c89" in
3366 { $as_echo "$as_me:$LINENO: result: none needed" >&5
3367 $as_echo "none needed" >&6; } ;;
3368 xno)
3369 { $as_echo "$as_me:$LINENO: result: unsupported" >&5
3370 $as_echo "unsupported" >&6; } ;;
3372 CC="$CC $ac_cv_prog_cc_c89"
3373 { $as_echo "$as_me:$LINENO: result: $ac_cv_prog_cc_c89" >&5
3374 $as_echo "$ac_cv_prog_cc_c89" >&6; } ;;
3375 esac
3378 ac_ext=c
3379 ac_cpp='$CPP $CPPFLAGS'
3380 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3381 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3382 ac_compiler_gnu=$ac_cv_c_compiler_gnu
3384 ac_ext=cpp
3385 ac_cpp='$CXXCPP $CPPFLAGS'
3386 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3387 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3388 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
3389 if test -z "$CXX"; then
3390 if test -n "$CCC"; then
3391 CXX=$CCC
3392 else
3393 if test -n "$ac_tool_prefix"; then
3394 for ac_prog in g++ c++ gpp aCC CC cxx cc++ cl.exe FCC KCC RCC xlC_r xlC
3396 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
3397 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
3398 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
3399 $as_echo_n "checking for $ac_word... " >&6; }
3400 if test "${ac_cv_prog_CXX+set}" = set; then
3401 $as_echo_n "(cached) " >&6
3402 else
3403 if test -n "$CXX"; then
3404 ac_cv_prog_CXX="$CXX" # Let the user override the test.
3405 else
3406 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3407 for as_dir in $PATH
3409 IFS=$as_save_IFS
3410 test -z "$as_dir" && as_dir=.
3411 for ac_exec_ext in '' $ac_executable_extensions; do
3412 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3413 ac_cv_prog_CXX="$ac_tool_prefix$ac_prog"
3414 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
3415 break 2
3417 done
3418 done
3419 IFS=$as_save_IFS
3423 CXX=$ac_cv_prog_CXX
3424 if test -n "$CXX"; then
3425 { $as_echo "$as_me:$LINENO: result: $CXX" >&5
3426 $as_echo "$CXX" >&6; }
3427 else
3428 { $as_echo "$as_me:$LINENO: result: no" >&5
3429 $as_echo "no" >&6; }
3433 test -n "$CXX" && break
3434 done
3436 if test -z "$CXX"; then
3437 ac_ct_CXX=$CXX
3438 for ac_prog in g++ c++ gpp aCC CC cxx cc++ cl.exe FCC KCC RCC xlC_r xlC
3440 # Extract the first word of "$ac_prog", so it can be a program name with args.
3441 set dummy $ac_prog; ac_word=$2
3442 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
3443 $as_echo_n "checking for $ac_word... " >&6; }
3444 if test "${ac_cv_prog_ac_ct_CXX+set}" = set; then
3445 $as_echo_n "(cached) " >&6
3446 else
3447 if test -n "$ac_ct_CXX"; then
3448 ac_cv_prog_ac_ct_CXX="$ac_ct_CXX" # Let the user override the test.
3449 else
3450 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3451 for as_dir in $PATH
3453 IFS=$as_save_IFS
3454 test -z "$as_dir" && as_dir=.
3455 for ac_exec_ext in '' $ac_executable_extensions; do
3456 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3457 ac_cv_prog_ac_ct_CXX="$ac_prog"
3458 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
3459 break 2
3461 done
3462 done
3463 IFS=$as_save_IFS
3467 ac_ct_CXX=$ac_cv_prog_ac_ct_CXX
3468 if test -n "$ac_ct_CXX"; then
3469 { $as_echo "$as_me:$LINENO: result: $ac_ct_CXX" >&5
3470 $as_echo "$ac_ct_CXX" >&6; }
3471 else
3472 { $as_echo "$as_me:$LINENO: result: no" >&5
3473 $as_echo "no" >&6; }
3477 test -n "$ac_ct_CXX" && break
3478 done
3480 if test "x$ac_ct_CXX" = x; then
3481 CXX="g++"
3482 else
3483 case $cross_compiling:$ac_tool_warned in
3484 yes:)
3485 { $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5
3486 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
3487 ac_tool_warned=yes ;;
3488 esac
3489 CXX=$ac_ct_CXX
3495 # Provide some information about the compiler.
3496 $as_echo "$as_me:$LINENO: checking for C++ compiler version" >&5
3497 set X $ac_compile
3498 ac_compiler=$2
3499 { (ac_try="$ac_compiler --version >&5"
3500 case "(($ac_try" in
3501 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3502 *) ac_try_echo=$ac_try;;
3503 esac
3504 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
3505 $as_echo "$ac_try_echo") >&5
3506 (eval "$ac_compiler --version >&5") 2>&5
3507 ac_status=$?
3508 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
3509 (exit $ac_status); }
3510 { (ac_try="$ac_compiler -v >&5"
3511 case "(($ac_try" in
3512 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3513 *) ac_try_echo=$ac_try;;
3514 esac
3515 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
3516 $as_echo "$ac_try_echo") >&5
3517 (eval "$ac_compiler -v >&5") 2>&5
3518 ac_status=$?
3519 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
3520 (exit $ac_status); }
3521 { (ac_try="$ac_compiler -V >&5"
3522 case "(($ac_try" in
3523 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3524 *) ac_try_echo=$ac_try;;
3525 esac
3526 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
3527 $as_echo "$ac_try_echo") >&5
3528 (eval "$ac_compiler -V >&5") 2>&5
3529 ac_status=$?
3530 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
3531 (exit $ac_status); }
3533 { $as_echo "$as_me:$LINENO: checking whether we are using the GNU C++ compiler" >&5
3534 $as_echo_n "checking whether we are using the GNU C++ compiler... " >&6; }
3535 if test "${ac_cv_cxx_compiler_gnu+set}" = set; then
3536 $as_echo_n "(cached) " >&6
3537 else
3538 cat >conftest.$ac_ext <<_ACEOF
3539 /* confdefs.h. */
3540 _ACEOF
3541 cat confdefs.h >>conftest.$ac_ext
3542 cat >>conftest.$ac_ext <<_ACEOF
3543 /* end confdefs.h. */
3546 main ()
3548 #ifndef __GNUC__
3549 choke me
3550 #endif
3553 return 0;
3555 _ACEOF
3556 rm -f conftest.$ac_objext
3557 if { (ac_try="$ac_compile"
3558 case "(($ac_try" in
3559 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3560 *) ac_try_echo=$ac_try;;
3561 esac
3562 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
3563 $as_echo "$ac_try_echo") >&5
3564 (eval "$ac_compile") 2>conftest.er1
3565 ac_status=$?
3566 grep -v '^ *+' conftest.er1 >conftest.err
3567 rm -f conftest.er1
3568 cat conftest.err >&5
3569 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
3570 (exit $ac_status); } && {
3571 test -z "$ac_cxx_werror_flag" ||
3572 test ! -s conftest.err
3573 } && test -s conftest.$ac_objext; then
3574 ac_compiler_gnu=yes
3575 else
3576 $as_echo "$as_me: failed program was:" >&5
3577 sed 's/^/| /' conftest.$ac_ext >&5
3579 ac_compiler_gnu=no
3582 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3583 ac_cv_cxx_compiler_gnu=$ac_compiler_gnu
3586 { $as_echo "$as_me:$LINENO: result: $ac_cv_cxx_compiler_gnu" >&5
3587 $as_echo "$ac_cv_cxx_compiler_gnu" >&6; }
3588 if test $ac_compiler_gnu = yes; then
3589 GXX=yes
3590 else
3591 GXX=
3593 ac_test_CXXFLAGS=${CXXFLAGS+set}
3594 ac_save_CXXFLAGS=$CXXFLAGS
3595 { $as_echo "$as_me:$LINENO: checking whether $CXX accepts -g" >&5
3596 $as_echo_n "checking whether $CXX accepts -g... " >&6; }
3597 if test "${ac_cv_prog_cxx_g+set}" = set; then
3598 $as_echo_n "(cached) " >&6
3599 else
3600 ac_save_cxx_werror_flag=$ac_cxx_werror_flag
3601 ac_cxx_werror_flag=yes
3602 ac_cv_prog_cxx_g=no
3603 CXXFLAGS="-g"
3604 cat >conftest.$ac_ext <<_ACEOF
3605 /* confdefs.h. */
3606 _ACEOF
3607 cat confdefs.h >>conftest.$ac_ext
3608 cat >>conftest.$ac_ext <<_ACEOF
3609 /* end confdefs.h. */
3612 main ()
3616 return 0;
3618 _ACEOF
3619 rm -f conftest.$ac_objext
3620 if { (ac_try="$ac_compile"
3621 case "(($ac_try" in
3622 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3623 *) ac_try_echo=$ac_try;;
3624 esac
3625 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
3626 $as_echo "$ac_try_echo") >&5
3627 (eval "$ac_compile") 2>conftest.er1
3628 ac_status=$?
3629 grep -v '^ *+' conftest.er1 >conftest.err
3630 rm -f conftest.er1
3631 cat conftest.err >&5
3632 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
3633 (exit $ac_status); } && {
3634 test -z "$ac_cxx_werror_flag" ||
3635 test ! -s conftest.err
3636 } && test -s conftest.$ac_objext; then
3637 ac_cv_prog_cxx_g=yes
3638 else
3639 $as_echo "$as_me: failed program was:" >&5
3640 sed 's/^/| /' conftest.$ac_ext >&5
3642 CXXFLAGS=""
3643 cat >conftest.$ac_ext <<_ACEOF
3644 /* confdefs.h. */
3645 _ACEOF
3646 cat confdefs.h >>conftest.$ac_ext
3647 cat >>conftest.$ac_ext <<_ACEOF
3648 /* end confdefs.h. */
3651 main ()
3655 return 0;
3657 _ACEOF
3658 rm -f conftest.$ac_objext
3659 if { (ac_try="$ac_compile"
3660 case "(($ac_try" in
3661 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3662 *) ac_try_echo=$ac_try;;
3663 esac
3664 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
3665 $as_echo "$ac_try_echo") >&5
3666 (eval "$ac_compile") 2>conftest.er1
3667 ac_status=$?
3668 grep -v '^ *+' conftest.er1 >conftest.err
3669 rm -f conftest.er1
3670 cat conftest.err >&5
3671 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
3672 (exit $ac_status); } && {
3673 test -z "$ac_cxx_werror_flag" ||
3674 test ! -s conftest.err
3675 } && test -s conftest.$ac_objext; then
3677 else
3678 $as_echo "$as_me: failed program was:" >&5
3679 sed 's/^/| /' conftest.$ac_ext >&5
3681 ac_cxx_werror_flag=$ac_save_cxx_werror_flag
3682 CXXFLAGS="-g"
3683 cat >conftest.$ac_ext <<_ACEOF
3684 /* confdefs.h. */
3685 _ACEOF
3686 cat confdefs.h >>conftest.$ac_ext
3687 cat >>conftest.$ac_ext <<_ACEOF
3688 /* end confdefs.h. */
3691 main ()
3695 return 0;
3697 _ACEOF
3698 rm -f conftest.$ac_objext
3699 if { (ac_try="$ac_compile"
3700 case "(($ac_try" in
3701 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3702 *) ac_try_echo=$ac_try;;
3703 esac
3704 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
3705 $as_echo "$ac_try_echo") >&5
3706 (eval "$ac_compile") 2>conftest.er1
3707 ac_status=$?
3708 grep -v '^ *+' conftest.er1 >conftest.err
3709 rm -f conftest.er1
3710 cat conftest.err >&5
3711 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
3712 (exit $ac_status); } && {
3713 test -z "$ac_cxx_werror_flag" ||
3714 test ! -s conftest.err
3715 } && test -s conftest.$ac_objext; then
3716 ac_cv_prog_cxx_g=yes
3717 else
3718 $as_echo "$as_me: failed program was:" >&5
3719 sed 's/^/| /' conftest.$ac_ext >&5
3724 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3727 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3730 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3731 ac_cxx_werror_flag=$ac_save_cxx_werror_flag
3733 { $as_echo "$as_me:$LINENO: result: $ac_cv_prog_cxx_g" >&5
3734 $as_echo "$ac_cv_prog_cxx_g" >&6; }
3735 if test "$ac_test_CXXFLAGS" = set; then
3736 CXXFLAGS=$ac_save_CXXFLAGS
3737 elif test $ac_cv_prog_cxx_g = yes; then
3738 if test "$GXX" = yes; then
3739 CXXFLAGS="-g -O2"
3740 else
3741 CXXFLAGS="-g"
3743 else
3744 if test "$GXX" = yes; then
3745 CXXFLAGS="-O2"
3746 else
3747 CXXFLAGS=
3750 ac_ext=c
3751 ac_cpp='$CPP $CPPFLAGS'
3752 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3753 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3754 ac_compiler_gnu=$ac_cv_c_compiler_gnu
3756 if test -n "$ac_tool_prefix"; then
3757 # Extract the first word of "${ac_tool_prefix}cpp", so it can be a program name with args.
3758 set dummy ${ac_tool_prefix}cpp; ac_word=$2
3759 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
3760 $as_echo_n "checking for $ac_word... " >&6; }
3761 if test "${ac_cv_prog_CPPBIN+set}" = set; then
3762 $as_echo_n "(cached) " >&6
3763 else
3764 if test -n "$CPPBIN"; then
3765 ac_cv_prog_CPPBIN="$CPPBIN" # Let the user override the test.
3766 else
3767 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3768 for as_dir in $PATH
3770 IFS=$as_save_IFS
3771 test -z "$as_dir" && as_dir=.
3772 for ac_exec_ext in '' $ac_executable_extensions; do
3773 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3774 ac_cv_prog_CPPBIN="${ac_tool_prefix}cpp"
3775 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
3776 break 2
3778 done
3779 done
3780 IFS=$as_save_IFS
3784 CPPBIN=$ac_cv_prog_CPPBIN
3785 if test -n "$CPPBIN"; then
3786 { $as_echo "$as_me:$LINENO: result: $CPPBIN" >&5
3787 $as_echo "$CPPBIN" >&6; }
3788 else
3789 { $as_echo "$as_me:$LINENO: result: no" >&5
3790 $as_echo "no" >&6; }
3795 if test -z "$ac_cv_prog_CPPBIN"; then
3796 ac_ct_CPPBIN=$CPPBIN
3797 # Extract the first word of "cpp", so it can be a program name with args.
3798 set dummy cpp; ac_word=$2
3799 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
3800 $as_echo_n "checking for $ac_word... " >&6; }
3801 if test "${ac_cv_prog_ac_ct_CPPBIN+set}" = set; then
3802 $as_echo_n "(cached) " >&6
3803 else
3804 if test -n "$ac_ct_CPPBIN"; then
3805 ac_cv_prog_ac_ct_CPPBIN="$ac_ct_CPPBIN" # Let the user override the test.
3806 else
3807 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3808 for as_dir in $PATH
3810 IFS=$as_save_IFS
3811 test -z "$as_dir" && as_dir=.
3812 for ac_exec_ext in '' $ac_executable_extensions; do
3813 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3814 ac_cv_prog_ac_ct_CPPBIN="cpp"
3815 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
3816 break 2
3818 done
3819 done
3820 IFS=$as_save_IFS
3824 ac_ct_CPPBIN=$ac_cv_prog_ac_ct_CPPBIN
3825 if test -n "$ac_ct_CPPBIN"; then
3826 { $as_echo "$as_me:$LINENO: result: $ac_ct_CPPBIN" >&5
3827 $as_echo "$ac_ct_CPPBIN" >&6; }
3828 else
3829 { $as_echo "$as_me:$LINENO: result: no" >&5
3830 $as_echo "no" >&6; }
3833 if test "x$ac_ct_CPPBIN" = x; then
3834 CPPBIN="cpp"
3835 else
3836 case $cross_compiling:$ac_tool_warned in
3837 yes:)
3838 { $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5
3839 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
3840 ac_tool_warned=yes ;;
3841 esac
3842 CPPBIN=$ac_ct_CPPBIN
3844 else
3845 CPPBIN="$ac_cv_prog_CPPBIN"
3849 { $as_echo "$as_me:$LINENO: checking for the directory containing the Wine tools" >&5
3850 $as_echo_n "checking for the directory containing the Wine tools... " >&6; }
3851 if test "${wine_cv_toolsdir+set}" = set; then
3852 $as_echo_n "(cached) " >&6
3853 else
3854 if test -z "$with_wine_tools"; then
3855 if test "$cross_compiling" = "yes"; then
3856 { { $as_echo "$as_me:$LINENO: error: you must use the --with-wine-tools option when cross-compiling." >&5
3857 $as_echo "$as_me: error: you must use the --with-wine-tools option when cross-compiling." >&2;}
3858 { (exit 1); exit 1; }; }
3859 else
3860 wine_cv_toolsdir="\$(TOPOBJDIR)"
3862 elif test -d "$with_wine_tools/tools/winebuild"; then
3863 case $with_wine_tools in
3864 /*) wine_cv_toolsdir="$with_wine_tools" ;;
3865 *) wine_cv_toolsdir="\$(TOPOBJDIR)/$with_wine_tools" ;;
3866 esac
3867 else
3868 { { $as_echo "$as_me:$LINENO: error: could not find Wine tools in $with_wine_tools." >&5
3869 $as_echo "$as_me: error: could not find Wine tools in $with_wine_tools." >&2;}
3870 { (exit 1); exit 1; }; }
3873 { $as_echo "$as_me:$LINENO: result: $wine_cv_toolsdir" >&5
3874 $as_echo "$wine_cv_toolsdir" >&6; }
3875 TOOLSDIR=$wine_cv_toolsdir
3877 if test "$cross_compiling" = "yes"
3878 then
3879 TARGET="$host_alias"
3884 ac_ext=c
3885 ac_cpp='$CPP $CPPFLAGS'
3886 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3887 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3888 ac_compiler_gnu=$ac_cv_c_compiler_gnu
3889 { $as_echo "$as_me:$LINENO: checking how to run the C preprocessor" >&5
3890 $as_echo_n "checking how to run the C preprocessor... " >&6; }
3891 # On Suns, sometimes $CPP names a directory.
3892 if test -n "$CPP" && test -d "$CPP"; then
3893 CPP=
3895 if test -z "$CPP"; then
3896 if test "${ac_cv_prog_CPP+set}" = set; then
3897 $as_echo_n "(cached) " >&6
3898 else
3899 # Double quotes because CPP needs to be expanded
3900 for CPP in "$CC -E" "$CC -E -traditional-cpp" "/lib/cpp"
3902 ac_preproc_ok=false
3903 for ac_c_preproc_warn_flag in '' yes
3905 # Use a header file that comes with gcc, so configuring glibc
3906 # with a fresh cross-compiler works.
3907 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
3908 # <limits.h> exists even on freestanding compilers.
3909 # On the NeXT, cc -E runs the code through the compiler's parser,
3910 # not just through cpp. "Syntax error" is here to catch this case.
3911 cat >conftest.$ac_ext <<_ACEOF
3912 /* confdefs.h. */
3913 _ACEOF
3914 cat confdefs.h >>conftest.$ac_ext
3915 cat >>conftest.$ac_ext <<_ACEOF
3916 /* end confdefs.h. */
3917 #ifdef __STDC__
3918 # include <limits.h>
3919 #else
3920 # include <assert.h>
3921 #endif
3922 Syntax error
3923 _ACEOF
3924 if { (ac_try="$ac_cpp conftest.$ac_ext"
3925 case "(($ac_try" in
3926 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3927 *) ac_try_echo=$ac_try;;
3928 esac
3929 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
3930 $as_echo "$ac_try_echo") >&5
3931 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
3932 ac_status=$?
3933 grep -v '^ *+' conftest.er1 >conftest.err
3934 rm -f conftest.er1
3935 cat conftest.err >&5
3936 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
3937 (exit $ac_status); } >/dev/null && {
3938 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
3939 test ! -s conftest.err
3940 }; then
3942 else
3943 $as_echo "$as_me: failed program was:" >&5
3944 sed 's/^/| /' conftest.$ac_ext >&5
3946 # Broken: fails on valid input.
3947 continue
3950 rm -f conftest.err conftest.$ac_ext
3952 # OK, works on sane cases. Now check whether nonexistent headers
3953 # can be detected and how.
3954 cat >conftest.$ac_ext <<_ACEOF
3955 /* confdefs.h. */
3956 _ACEOF
3957 cat confdefs.h >>conftest.$ac_ext
3958 cat >>conftest.$ac_ext <<_ACEOF
3959 /* end confdefs.h. */
3960 #include <ac_nonexistent.h>
3961 _ACEOF
3962 if { (ac_try="$ac_cpp conftest.$ac_ext"
3963 case "(($ac_try" in
3964 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3965 *) ac_try_echo=$ac_try;;
3966 esac
3967 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
3968 $as_echo "$ac_try_echo") >&5
3969 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
3970 ac_status=$?
3971 grep -v '^ *+' conftest.er1 >conftest.err
3972 rm -f conftest.er1
3973 cat conftest.err >&5
3974 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
3975 (exit $ac_status); } >/dev/null && {
3976 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
3977 test ! -s conftest.err
3978 }; then
3979 # Broken: success on invalid input.
3980 continue
3981 else
3982 $as_echo "$as_me: failed program was:" >&5
3983 sed 's/^/| /' conftest.$ac_ext >&5
3985 # Passes both tests.
3986 ac_preproc_ok=:
3987 break
3990 rm -f conftest.err conftest.$ac_ext
3992 done
3993 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
3994 rm -f conftest.err conftest.$ac_ext
3995 if $ac_preproc_ok; then
3996 break
3999 done
4000 ac_cv_prog_CPP=$CPP
4003 CPP=$ac_cv_prog_CPP
4004 else
4005 ac_cv_prog_CPP=$CPP
4007 { $as_echo "$as_me:$LINENO: result: $CPP" >&5
4008 $as_echo "$CPP" >&6; }
4009 ac_preproc_ok=false
4010 for ac_c_preproc_warn_flag in '' yes
4012 # Use a header file that comes with gcc, so configuring glibc
4013 # with a fresh cross-compiler works.
4014 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
4015 # <limits.h> exists even on freestanding compilers.
4016 # On the NeXT, cc -E runs the code through the compiler's parser,
4017 # not just through cpp. "Syntax error" is here to catch this case.
4018 cat >conftest.$ac_ext <<_ACEOF
4019 /* confdefs.h. */
4020 _ACEOF
4021 cat confdefs.h >>conftest.$ac_ext
4022 cat >>conftest.$ac_ext <<_ACEOF
4023 /* end confdefs.h. */
4024 #ifdef __STDC__
4025 # include <limits.h>
4026 #else
4027 # include <assert.h>
4028 #endif
4029 Syntax error
4030 _ACEOF
4031 if { (ac_try="$ac_cpp conftest.$ac_ext"
4032 case "(($ac_try" in
4033 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4034 *) ac_try_echo=$ac_try;;
4035 esac
4036 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
4037 $as_echo "$ac_try_echo") >&5
4038 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
4039 ac_status=$?
4040 grep -v '^ *+' conftest.er1 >conftest.err
4041 rm -f conftest.er1
4042 cat conftest.err >&5
4043 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
4044 (exit $ac_status); } >/dev/null && {
4045 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
4046 test ! -s conftest.err
4047 }; then
4049 else
4050 $as_echo "$as_me: failed program was:" >&5
4051 sed 's/^/| /' conftest.$ac_ext >&5
4053 # Broken: fails on valid input.
4054 continue
4057 rm -f conftest.err conftest.$ac_ext
4059 # OK, works on sane cases. Now check whether nonexistent headers
4060 # can be detected and how.
4061 cat >conftest.$ac_ext <<_ACEOF
4062 /* confdefs.h. */
4063 _ACEOF
4064 cat confdefs.h >>conftest.$ac_ext
4065 cat >>conftest.$ac_ext <<_ACEOF
4066 /* end confdefs.h. */
4067 #include <ac_nonexistent.h>
4068 _ACEOF
4069 if { (ac_try="$ac_cpp conftest.$ac_ext"
4070 case "(($ac_try" in
4071 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4072 *) ac_try_echo=$ac_try;;
4073 esac
4074 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
4075 $as_echo "$ac_try_echo") >&5
4076 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
4077 ac_status=$?
4078 grep -v '^ *+' conftest.er1 >conftest.err
4079 rm -f conftest.er1
4080 cat conftest.err >&5
4081 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
4082 (exit $ac_status); } >/dev/null && {
4083 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
4084 test ! -s conftest.err
4085 }; then
4086 # Broken: success on invalid input.
4087 continue
4088 else
4089 $as_echo "$as_me: failed program was:" >&5
4090 sed 's/^/| /' conftest.$ac_ext >&5
4092 # Passes both tests.
4093 ac_preproc_ok=:
4094 break
4097 rm -f conftest.err conftest.$ac_ext
4099 done
4100 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
4101 rm -f conftest.err conftest.$ac_ext
4102 if $ac_preproc_ok; then
4104 else
4105 { { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5
4106 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
4107 { { $as_echo "$as_me:$LINENO: error: C preprocessor \"$CPP\" fails sanity check
4108 See \`config.log' for more details." >&5
4109 $as_echo "$as_me: error: C preprocessor \"$CPP\" fails sanity check
4110 See \`config.log' for more details." >&2;}
4111 { (exit 1); exit 1; }; }; }
4114 ac_ext=c
4115 ac_cpp='$CPP $CPPFLAGS'
4116 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4117 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4118 ac_compiler_gnu=$ac_cv_c_compiler_gnu
4121 { $as_echo "$as_me:$LINENO: checking for X" >&5
4122 $as_echo_n "checking for X... " >&6; }
4125 # Check whether --with-x was given.
4126 if test "${with_x+set}" = set; then
4127 withval=$with_x;
4130 # $have_x is `yes', `no', `disabled', or empty when we do not yet know.
4131 if test "x$with_x" = xno; then
4132 # The user explicitly disabled X.
4133 have_x=disabled
4134 else
4135 case $x_includes,$x_libraries in #(
4136 *\'*) { { $as_echo "$as_me:$LINENO: error: cannot use X directory names containing '" >&5
4137 $as_echo "$as_me: error: cannot use X directory names containing '" >&2;}
4138 { (exit 1); exit 1; }; };; #(
4139 *,NONE | NONE,*) if test "${ac_cv_have_x+set}" = set; then
4140 $as_echo_n "(cached) " >&6
4141 else
4142 # One or both of the vars are not set, and there is no cached value.
4143 ac_x_includes=no ac_x_libraries=no
4144 rm -f -r conftest.dir
4145 if mkdir conftest.dir; then
4146 cd conftest.dir
4147 cat >Imakefile <<'_ACEOF'
4148 incroot:
4149 @echo incroot='${INCROOT}'
4150 usrlibdir:
4151 @echo usrlibdir='${USRLIBDIR}'
4152 libdir:
4153 @echo libdir='${LIBDIR}'
4154 _ACEOF
4155 if (export CC; ${XMKMF-xmkmf}) >/dev/null 2>/dev/null && test -f Makefile; then
4156 # GNU make sometimes prints "make[1]: Entering...", which would confuse us.
4157 for ac_var in incroot usrlibdir libdir; do
4158 eval "ac_im_$ac_var=\`\${MAKE-make} $ac_var 2>/dev/null | sed -n 's/^$ac_var=//p'\`"
4159 done
4160 # Open Windows xmkmf reportedly sets LIBDIR instead of USRLIBDIR.
4161 for ac_extension in a so sl dylib la dll; do
4162 if test ! -f "$ac_im_usrlibdir/libX11.$ac_extension" &&
4163 test -f "$ac_im_libdir/libX11.$ac_extension"; then
4164 ac_im_usrlibdir=$ac_im_libdir; break
4166 done
4167 # Screen out bogus values from the imake configuration. They are
4168 # bogus both because they are the default anyway, and because
4169 # using them would break gcc on systems where it needs fixed includes.
4170 case $ac_im_incroot in
4171 /usr/include) ac_x_includes= ;;
4172 *) test -f "$ac_im_incroot/X11/Xos.h" && ac_x_includes=$ac_im_incroot;;
4173 esac
4174 case $ac_im_usrlibdir in
4175 /usr/lib | /usr/lib64 | /lib | /lib64) ;;
4176 *) test -d "$ac_im_usrlibdir" && ac_x_libraries=$ac_im_usrlibdir ;;
4177 esac
4179 cd ..
4180 rm -f -r conftest.dir
4183 # Standard set of common directories for X headers.
4184 # Check X11 before X11Rn because it is often a symlink to the current release.
4185 ac_x_header_dirs='
4186 /usr/X11/include
4187 /usr/X11R6/include
4188 /usr/X11R5/include
4189 /usr/X11R4/include
4191 /usr/include/X11
4192 /usr/include/X11R6
4193 /usr/include/X11R5
4194 /usr/include/X11R4
4196 /usr/local/X11/include
4197 /usr/local/X11R6/include
4198 /usr/local/X11R5/include
4199 /usr/local/X11R4/include
4201 /usr/local/include/X11
4202 /usr/local/include/X11R6
4203 /usr/local/include/X11R5
4204 /usr/local/include/X11R4
4206 /usr/X386/include
4207 /usr/x386/include
4208 /usr/XFree86/include/X11
4210 /usr/include
4211 /usr/local/include
4212 /usr/unsupported/include
4213 /usr/athena/include
4214 /usr/local/x11r5/include
4215 /usr/lpp/Xamples/include
4217 /usr/openwin/include
4218 /usr/openwin/share/include'
4220 if test "$ac_x_includes" = no; then
4221 # Guess where to find include files, by looking for Xlib.h.
4222 # First, try using that file with no special directory specified.
4223 cat >conftest.$ac_ext <<_ACEOF
4224 /* confdefs.h. */
4225 _ACEOF
4226 cat confdefs.h >>conftest.$ac_ext
4227 cat >>conftest.$ac_ext <<_ACEOF
4228 /* end confdefs.h. */
4229 #include <X11/Xlib.h>
4230 _ACEOF
4231 if { (ac_try="$ac_cpp conftest.$ac_ext"
4232 case "(($ac_try" in
4233 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4234 *) ac_try_echo=$ac_try;;
4235 esac
4236 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
4237 $as_echo "$ac_try_echo") >&5
4238 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
4239 ac_status=$?
4240 grep -v '^ *+' conftest.er1 >conftest.err
4241 rm -f conftest.er1
4242 cat conftest.err >&5
4243 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
4244 (exit $ac_status); } >/dev/null && {
4245 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
4246 test ! -s conftest.err
4247 }; then
4248 # We can compile using X headers with no special include directory.
4249 ac_x_includes=
4250 else
4251 $as_echo "$as_me: failed program was:" >&5
4252 sed 's/^/| /' conftest.$ac_ext >&5
4254 for ac_dir in $ac_x_header_dirs; do
4255 if test -r "$ac_dir/X11/Xlib.h"; then
4256 ac_x_includes=$ac_dir
4257 break
4259 done
4262 rm -f conftest.err conftest.$ac_ext
4263 fi # $ac_x_includes = no
4265 if test "$ac_x_libraries" = no; then
4266 # Check for the libraries.
4267 # See if we find them without any special options.
4268 # Don't add to $LIBS permanently.
4269 ac_save_LIBS=$LIBS
4270 LIBS="-lX11 $LIBS"
4271 cat >conftest.$ac_ext <<_ACEOF
4272 /* confdefs.h. */
4273 _ACEOF
4274 cat confdefs.h >>conftest.$ac_ext
4275 cat >>conftest.$ac_ext <<_ACEOF
4276 /* end confdefs.h. */
4277 #include <X11/Xlib.h>
4279 main ()
4281 XrmInitialize ()
4283 return 0;
4285 _ACEOF
4286 rm -f conftest.$ac_objext conftest$ac_exeext
4287 if { (ac_try="$ac_link"
4288 case "(($ac_try" in
4289 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4290 *) ac_try_echo=$ac_try;;
4291 esac
4292 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
4293 $as_echo "$ac_try_echo") >&5
4294 (eval "$ac_link") 2>conftest.er1
4295 ac_status=$?
4296 grep -v '^ *+' conftest.er1 >conftest.err
4297 rm -f conftest.er1
4298 cat conftest.err >&5
4299 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
4300 (exit $ac_status); } && {
4301 test -z "$ac_c_werror_flag" ||
4302 test ! -s conftest.err
4303 } && test -s conftest$ac_exeext && {
4304 test "$cross_compiling" = yes ||
4305 $as_test_x conftest$ac_exeext
4306 }; then
4307 LIBS=$ac_save_LIBS
4308 # We can link X programs with no special library path.
4309 ac_x_libraries=
4310 else
4311 $as_echo "$as_me: failed program was:" >&5
4312 sed 's/^/| /' conftest.$ac_ext >&5
4314 LIBS=$ac_save_LIBS
4315 for ac_dir in `$as_echo "$ac_x_includes $ac_x_header_dirs" | sed s/include/lib/g`
4317 # Don't even attempt the hair of trying to link an X program!
4318 for ac_extension in a so sl dylib la dll; do
4319 if test -r "$ac_dir/libX11.$ac_extension"; then
4320 ac_x_libraries=$ac_dir
4321 break 2
4323 done
4324 done
4327 rm -rf conftest.dSYM
4328 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
4329 conftest$ac_exeext conftest.$ac_ext
4330 fi # $ac_x_libraries = no
4332 case $ac_x_includes,$ac_x_libraries in #(
4333 no,* | *,no | *\'*)
4334 # Didn't find X, or a directory has "'" in its name.
4335 ac_cv_have_x="have_x=no";; #(
4337 # Record where we found X for the cache.
4338 ac_cv_have_x="have_x=yes\
4339 ac_x_includes='$ac_x_includes'\
4340 ac_x_libraries='$ac_x_libraries'"
4341 esac
4343 ;; #(
4344 *) have_x=yes;;
4345 esac
4346 eval "$ac_cv_have_x"
4347 fi # $with_x != no
4349 if test "$have_x" != yes; then
4350 { $as_echo "$as_me:$LINENO: result: $have_x" >&5
4351 $as_echo "$have_x" >&6; }
4352 no_x=yes
4353 else
4354 # If each of the values was on the command line, it overrides each guess.
4355 test "x$x_includes" = xNONE && x_includes=$ac_x_includes
4356 test "x$x_libraries" = xNONE && x_libraries=$ac_x_libraries
4357 # Update the cache value to reflect the command line values.
4358 ac_cv_have_x="have_x=yes\
4359 ac_x_includes='$x_includes'\
4360 ac_x_libraries='$x_libraries'"
4361 { $as_echo "$as_me:$LINENO: result: libraries $x_libraries, headers $x_includes" >&5
4362 $as_echo "libraries $x_libraries, headers $x_includes" >&6; }
4365 if test "$no_x" = yes; then
4366 # Not all programs may use this symbol, but it does not hurt to define it.
4368 cat >>confdefs.h <<\_ACEOF
4369 #define X_DISPLAY_MISSING 1
4370 _ACEOF
4372 X_CFLAGS= X_PRE_LIBS= X_LIBS= X_EXTRA_LIBS=
4373 else
4374 if test -n "$x_includes"; then
4375 X_CFLAGS="$X_CFLAGS -I$x_includes"
4378 # It would also be nice to do this for all -L options, not just this one.
4379 if test -n "$x_libraries"; then
4380 X_LIBS="$X_LIBS -L$x_libraries"
4381 # For Solaris; some versions of Sun CC require a space after -R and
4382 # others require no space. Words are not sufficient . . . .
4383 { $as_echo "$as_me:$LINENO: checking whether -R must be followed by a space" >&5
4384 $as_echo_n "checking whether -R must be followed by a space... " >&6; }
4385 ac_xsave_LIBS=$LIBS; LIBS="$LIBS -R$x_libraries"
4386 ac_xsave_c_werror_flag=$ac_c_werror_flag
4387 ac_c_werror_flag=yes
4388 cat >conftest.$ac_ext <<_ACEOF
4389 /* confdefs.h. */
4390 _ACEOF
4391 cat confdefs.h >>conftest.$ac_ext
4392 cat >>conftest.$ac_ext <<_ACEOF
4393 /* end confdefs.h. */
4396 main ()
4400 return 0;
4402 _ACEOF
4403 rm -f conftest.$ac_objext conftest$ac_exeext
4404 if { (ac_try="$ac_link"
4405 case "(($ac_try" in
4406 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4407 *) ac_try_echo=$ac_try;;
4408 esac
4409 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
4410 $as_echo "$ac_try_echo") >&5
4411 (eval "$ac_link") 2>conftest.er1
4412 ac_status=$?
4413 grep -v '^ *+' conftest.er1 >conftest.err
4414 rm -f conftest.er1
4415 cat conftest.err >&5
4416 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
4417 (exit $ac_status); } && {
4418 test -z "$ac_c_werror_flag" ||
4419 test ! -s conftest.err
4420 } && test -s conftest$ac_exeext && {
4421 test "$cross_compiling" = yes ||
4422 $as_test_x conftest$ac_exeext
4423 }; then
4424 { $as_echo "$as_me:$LINENO: result: no" >&5
4425 $as_echo "no" >&6; }
4426 X_LIBS="$X_LIBS -R$x_libraries"
4427 else
4428 $as_echo "$as_me: failed program was:" >&5
4429 sed 's/^/| /' conftest.$ac_ext >&5
4431 LIBS="$ac_xsave_LIBS -R $x_libraries"
4432 cat >conftest.$ac_ext <<_ACEOF
4433 /* confdefs.h. */
4434 _ACEOF
4435 cat confdefs.h >>conftest.$ac_ext
4436 cat >>conftest.$ac_ext <<_ACEOF
4437 /* end confdefs.h. */
4440 main ()
4444 return 0;
4446 _ACEOF
4447 rm -f conftest.$ac_objext conftest$ac_exeext
4448 if { (ac_try="$ac_link"
4449 case "(($ac_try" in
4450 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4451 *) ac_try_echo=$ac_try;;
4452 esac
4453 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
4454 $as_echo "$ac_try_echo") >&5
4455 (eval "$ac_link") 2>conftest.er1
4456 ac_status=$?
4457 grep -v '^ *+' conftest.er1 >conftest.err
4458 rm -f conftest.er1
4459 cat conftest.err >&5
4460 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
4461 (exit $ac_status); } && {
4462 test -z "$ac_c_werror_flag" ||
4463 test ! -s conftest.err
4464 } && test -s conftest$ac_exeext && {
4465 test "$cross_compiling" = yes ||
4466 $as_test_x conftest$ac_exeext
4467 }; then
4468 { $as_echo "$as_me:$LINENO: result: yes" >&5
4469 $as_echo "yes" >&6; }
4470 X_LIBS="$X_LIBS -R $x_libraries"
4471 else
4472 $as_echo "$as_me: failed program was:" >&5
4473 sed 's/^/| /' conftest.$ac_ext >&5
4475 { $as_echo "$as_me:$LINENO: result: neither works" >&5
4476 $as_echo "neither works" >&6; }
4479 rm -rf conftest.dSYM
4480 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
4481 conftest$ac_exeext conftest.$ac_ext
4484 rm -rf conftest.dSYM
4485 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
4486 conftest$ac_exeext conftest.$ac_ext
4487 ac_c_werror_flag=$ac_xsave_c_werror_flag
4488 LIBS=$ac_xsave_LIBS
4491 # Check for system-dependent libraries X programs must link with.
4492 # Do this before checking for the system-independent R6 libraries
4493 # (-lICE), since we may need -lsocket or whatever for X linking.
4495 if test "$ISC" = yes; then
4496 X_EXTRA_LIBS="$X_EXTRA_LIBS -lnsl_s -linet"
4497 else
4498 # Martyn Johnson says this is needed for Ultrix, if the X
4499 # libraries were built with DECnet support. And Karl Berry says
4500 # the Alpha needs dnet_stub (dnet does not exist).
4501 ac_xsave_LIBS="$LIBS"; LIBS="$LIBS $X_LIBS -lX11"
4502 cat >conftest.$ac_ext <<_ACEOF
4503 /* confdefs.h. */
4504 _ACEOF
4505 cat confdefs.h >>conftest.$ac_ext
4506 cat >>conftest.$ac_ext <<_ACEOF
4507 /* end confdefs.h. */
4509 /* Override any GCC internal prototype to avoid an error.
4510 Use char because int might match the return type of a GCC
4511 builtin and then its argument prototype would still apply. */
4512 #ifdef __cplusplus
4513 extern "C"
4514 #endif
4515 char XOpenDisplay ();
4517 main ()
4519 return XOpenDisplay ();
4521 return 0;
4523 _ACEOF
4524 rm -f conftest.$ac_objext conftest$ac_exeext
4525 if { (ac_try="$ac_link"
4526 case "(($ac_try" in
4527 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4528 *) ac_try_echo=$ac_try;;
4529 esac
4530 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
4531 $as_echo "$ac_try_echo") >&5
4532 (eval "$ac_link") 2>conftest.er1
4533 ac_status=$?
4534 grep -v '^ *+' conftest.er1 >conftest.err
4535 rm -f conftest.er1
4536 cat conftest.err >&5
4537 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
4538 (exit $ac_status); } && {
4539 test -z "$ac_c_werror_flag" ||
4540 test ! -s conftest.err
4541 } && test -s conftest$ac_exeext && {
4542 test "$cross_compiling" = yes ||
4543 $as_test_x conftest$ac_exeext
4544 }; then
4546 else
4547 $as_echo "$as_me: failed program was:" >&5
4548 sed 's/^/| /' conftest.$ac_ext >&5
4550 { $as_echo "$as_me:$LINENO: checking for dnet_ntoa in -ldnet" >&5
4551 $as_echo_n "checking for dnet_ntoa in -ldnet... " >&6; }
4552 if test "${ac_cv_lib_dnet_dnet_ntoa+set}" = set; then
4553 $as_echo_n "(cached) " >&6
4554 else
4555 ac_check_lib_save_LIBS=$LIBS
4556 LIBS="-ldnet $LIBS"
4557 cat >conftest.$ac_ext <<_ACEOF
4558 /* confdefs.h. */
4559 _ACEOF
4560 cat confdefs.h >>conftest.$ac_ext
4561 cat >>conftest.$ac_ext <<_ACEOF
4562 /* end confdefs.h. */
4564 /* Override any GCC internal prototype to avoid an error.
4565 Use char because int might match the return type of a GCC
4566 builtin and then its argument prototype would still apply. */
4567 #ifdef __cplusplus
4568 extern "C"
4569 #endif
4570 char dnet_ntoa ();
4572 main ()
4574 return dnet_ntoa ();
4576 return 0;
4578 _ACEOF
4579 rm -f conftest.$ac_objext conftest$ac_exeext
4580 if { (ac_try="$ac_link"
4581 case "(($ac_try" in
4582 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4583 *) ac_try_echo=$ac_try;;
4584 esac
4585 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
4586 $as_echo "$ac_try_echo") >&5
4587 (eval "$ac_link") 2>conftest.er1
4588 ac_status=$?
4589 grep -v '^ *+' conftest.er1 >conftest.err
4590 rm -f conftest.er1
4591 cat conftest.err >&5
4592 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
4593 (exit $ac_status); } && {
4594 test -z "$ac_c_werror_flag" ||
4595 test ! -s conftest.err
4596 } && test -s conftest$ac_exeext && {
4597 test "$cross_compiling" = yes ||
4598 $as_test_x conftest$ac_exeext
4599 }; then
4600 ac_cv_lib_dnet_dnet_ntoa=yes
4601 else
4602 $as_echo "$as_me: failed program was:" >&5
4603 sed 's/^/| /' conftest.$ac_ext >&5
4605 ac_cv_lib_dnet_dnet_ntoa=no
4608 rm -rf conftest.dSYM
4609 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
4610 conftest$ac_exeext conftest.$ac_ext
4611 LIBS=$ac_check_lib_save_LIBS
4613 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_dnet_dnet_ntoa" >&5
4614 $as_echo "$ac_cv_lib_dnet_dnet_ntoa" >&6; }
4615 if test "x$ac_cv_lib_dnet_dnet_ntoa" = x""yes; then
4616 X_EXTRA_LIBS="$X_EXTRA_LIBS -ldnet"
4619 if test $ac_cv_lib_dnet_dnet_ntoa = no; then
4620 { $as_echo "$as_me:$LINENO: checking for dnet_ntoa in -ldnet_stub" >&5
4621 $as_echo_n "checking for dnet_ntoa in -ldnet_stub... " >&6; }
4622 if test "${ac_cv_lib_dnet_stub_dnet_ntoa+set}" = set; then
4623 $as_echo_n "(cached) " >&6
4624 else
4625 ac_check_lib_save_LIBS=$LIBS
4626 LIBS="-ldnet_stub $LIBS"
4627 cat >conftest.$ac_ext <<_ACEOF
4628 /* confdefs.h. */
4629 _ACEOF
4630 cat confdefs.h >>conftest.$ac_ext
4631 cat >>conftest.$ac_ext <<_ACEOF
4632 /* end confdefs.h. */
4634 /* Override any GCC internal prototype to avoid an error.
4635 Use char because int might match the return type of a GCC
4636 builtin and then its argument prototype would still apply. */
4637 #ifdef __cplusplus
4638 extern "C"
4639 #endif
4640 char dnet_ntoa ();
4642 main ()
4644 return dnet_ntoa ();
4646 return 0;
4648 _ACEOF
4649 rm -f conftest.$ac_objext conftest$ac_exeext
4650 if { (ac_try="$ac_link"
4651 case "(($ac_try" in
4652 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4653 *) ac_try_echo=$ac_try;;
4654 esac
4655 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
4656 $as_echo "$ac_try_echo") >&5
4657 (eval "$ac_link") 2>conftest.er1
4658 ac_status=$?
4659 grep -v '^ *+' conftest.er1 >conftest.err
4660 rm -f conftest.er1
4661 cat conftest.err >&5
4662 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
4663 (exit $ac_status); } && {
4664 test -z "$ac_c_werror_flag" ||
4665 test ! -s conftest.err
4666 } && test -s conftest$ac_exeext && {
4667 test "$cross_compiling" = yes ||
4668 $as_test_x conftest$ac_exeext
4669 }; then
4670 ac_cv_lib_dnet_stub_dnet_ntoa=yes
4671 else
4672 $as_echo "$as_me: failed program was:" >&5
4673 sed 's/^/| /' conftest.$ac_ext >&5
4675 ac_cv_lib_dnet_stub_dnet_ntoa=no
4678 rm -rf conftest.dSYM
4679 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
4680 conftest$ac_exeext conftest.$ac_ext
4681 LIBS=$ac_check_lib_save_LIBS
4683 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_dnet_stub_dnet_ntoa" >&5
4684 $as_echo "$ac_cv_lib_dnet_stub_dnet_ntoa" >&6; }
4685 if test "x$ac_cv_lib_dnet_stub_dnet_ntoa" = x""yes; then
4686 X_EXTRA_LIBS="$X_EXTRA_LIBS -ldnet_stub"
4692 rm -rf conftest.dSYM
4693 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
4694 conftest$ac_exeext conftest.$ac_ext
4695 LIBS="$ac_xsave_LIBS"
4697 # msh@cis.ufl.edu says -lnsl (and -lsocket) are needed for his 386/AT,
4698 # to get the SysV transport functions.
4699 # Chad R. Larson says the Pyramis MIS-ES running DC/OSx (SVR4)
4700 # needs -lnsl.
4701 # The nsl library prevents programs from opening the X display
4702 # on Irix 5.2, according to T.E. Dickey.
4703 # The functions gethostbyname, getservbyname, and inet_addr are
4704 # in -lbsd on LynxOS 3.0.1/i386, according to Lars Hecking.
4705 { $as_echo "$as_me:$LINENO: checking for gethostbyname" >&5
4706 $as_echo_n "checking for gethostbyname... " >&6; }
4707 if test "${ac_cv_func_gethostbyname+set}" = set; then
4708 $as_echo_n "(cached) " >&6
4709 else
4710 cat >conftest.$ac_ext <<_ACEOF
4711 /* confdefs.h. */
4712 _ACEOF
4713 cat confdefs.h >>conftest.$ac_ext
4714 cat >>conftest.$ac_ext <<_ACEOF
4715 /* end confdefs.h. */
4716 /* Define gethostbyname to an innocuous variant, in case <limits.h> declares gethostbyname.
4717 For example, HP-UX 11i <limits.h> declares gettimeofday. */
4718 #define gethostbyname innocuous_gethostbyname
4720 /* System header to define __stub macros and hopefully few prototypes,
4721 which can conflict with char gethostbyname (); below.
4722 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
4723 <limits.h> exists even on freestanding compilers. */
4725 #ifdef __STDC__
4726 # include <limits.h>
4727 #else
4728 # include <assert.h>
4729 #endif
4731 #undef gethostbyname
4733 /* Override any GCC internal prototype to avoid an error.
4734 Use char because int might match the return type of a GCC
4735 builtin and then its argument prototype would still apply. */
4736 #ifdef __cplusplus
4737 extern "C"
4738 #endif
4739 char gethostbyname ();
4740 /* The GNU C library defines this for functions which it implements
4741 to always fail with ENOSYS. Some functions are actually named
4742 something starting with __ and the normal name is an alias. */
4743 #if defined __stub_gethostbyname || defined __stub___gethostbyname
4744 choke me
4745 #endif
4748 main ()
4750 return gethostbyname ();
4752 return 0;
4754 _ACEOF
4755 rm -f conftest.$ac_objext conftest$ac_exeext
4756 if { (ac_try="$ac_link"
4757 case "(($ac_try" in
4758 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4759 *) ac_try_echo=$ac_try;;
4760 esac
4761 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
4762 $as_echo "$ac_try_echo") >&5
4763 (eval "$ac_link") 2>conftest.er1
4764 ac_status=$?
4765 grep -v '^ *+' conftest.er1 >conftest.err
4766 rm -f conftest.er1
4767 cat conftest.err >&5
4768 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
4769 (exit $ac_status); } && {
4770 test -z "$ac_c_werror_flag" ||
4771 test ! -s conftest.err
4772 } && test -s conftest$ac_exeext && {
4773 test "$cross_compiling" = yes ||
4774 $as_test_x conftest$ac_exeext
4775 }; then
4776 ac_cv_func_gethostbyname=yes
4777 else
4778 $as_echo "$as_me: failed program was:" >&5
4779 sed 's/^/| /' conftest.$ac_ext >&5
4781 ac_cv_func_gethostbyname=no
4784 rm -rf conftest.dSYM
4785 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
4786 conftest$ac_exeext conftest.$ac_ext
4788 { $as_echo "$as_me:$LINENO: result: $ac_cv_func_gethostbyname" >&5
4789 $as_echo "$ac_cv_func_gethostbyname" >&6; }
4791 if test $ac_cv_func_gethostbyname = no; then
4792 { $as_echo "$as_me:$LINENO: checking for gethostbyname in -lnsl" >&5
4793 $as_echo_n "checking for gethostbyname in -lnsl... " >&6; }
4794 if test "${ac_cv_lib_nsl_gethostbyname+set}" = set; then
4795 $as_echo_n "(cached) " >&6
4796 else
4797 ac_check_lib_save_LIBS=$LIBS
4798 LIBS="-lnsl $LIBS"
4799 cat >conftest.$ac_ext <<_ACEOF
4800 /* confdefs.h. */
4801 _ACEOF
4802 cat confdefs.h >>conftest.$ac_ext
4803 cat >>conftest.$ac_ext <<_ACEOF
4804 /* end confdefs.h. */
4806 /* Override any GCC internal prototype to avoid an error.
4807 Use char because int might match the return type of a GCC
4808 builtin and then its argument prototype would still apply. */
4809 #ifdef __cplusplus
4810 extern "C"
4811 #endif
4812 char gethostbyname ();
4814 main ()
4816 return gethostbyname ();
4818 return 0;
4820 _ACEOF
4821 rm -f conftest.$ac_objext conftest$ac_exeext
4822 if { (ac_try="$ac_link"
4823 case "(($ac_try" in
4824 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4825 *) ac_try_echo=$ac_try;;
4826 esac
4827 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
4828 $as_echo "$ac_try_echo") >&5
4829 (eval "$ac_link") 2>conftest.er1
4830 ac_status=$?
4831 grep -v '^ *+' conftest.er1 >conftest.err
4832 rm -f conftest.er1
4833 cat conftest.err >&5
4834 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
4835 (exit $ac_status); } && {
4836 test -z "$ac_c_werror_flag" ||
4837 test ! -s conftest.err
4838 } && test -s conftest$ac_exeext && {
4839 test "$cross_compiling" = yes ||
4840 $as_test_x conftest$ac_exeext
4841 }; then
4842 ac_cv_lib_nsl_gethostbyname=yes
4843 else
4844 $as_echo "$as_me: failed program was:" >&5
4845 sed 's/^/| /' conftest.$ac_ext >&5
4847 ac_cv_lib_nsl_gethostbyname=no
4850 rm -rf conftest.dSYM
4851 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
4852 conftest$ac_exeext conftest.$ac_ext
4853 LIBS=$ac_check_lib_save_LIBS
4855 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_nsl_gethostbyname" >&5
4856 $as_echo "$ac_cv_lib_nsl_gethostbyname" >&6; }
4857 if test "x$ac_cv_lib_nsl_gethostbyname" = x""yes; then
4858 X_EXTRA_LIBS="$X_EXTRA_LIBS -lnsl"
4861 if test $ac_cv_lib_nsl_gethostbyname = no; then
4862 { $as_echo "$as_me:$LINENO: checking for gethostbyname in -lbsd" >&5
4863 $as_echo_n "checking for gethostbyname in -lbsd... " >&6; }
4864 if test "${ac_cv_lib_bsd_gethostbyname+set}" = set; then
4865 $as_echo_n "(cached) " >&6
4866 else
4867 ac_check_lib_save_LIBS=$LIBS
4868 LIBS="-lbsd $LIBS"
4869 cat >conftest.$ac_ext <<_ACEOF
4870 /* confdefs.h. */
4871 _ACEOF
4872 cat confdefs.h >>conftest.$ac_ext
4873 cat >>conftest.$ac_ext <<_ACEOF
4874 /* end confdefs.h. */
4876 /* Override any GCC internal prototype to avoid an error.
4877 Use char because int might match the return type of a GCC
4878 builtin and then its argument prototype would still apply. */
4879 #ifdef __cplusplus
4880 extern "C"
4881 #endif
4882 char gethostbyname ();
4884 main ()
4886 return gethostbyname ();
4888 return 0;
4890 _ACEOF
4891 rm -f conftest.$ac_objext conftest$ac_exeext
4892 if { (ac_try="$ac_link"
4893 case "(($ac_try" in
4894 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4895 *) ac_try_echo=$ac_try;;
4896 esac
4897 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
4898 $as_echo "$ac_try_echo") >&5
4899 (eval "$ac_link") 2>conftest.er1
4900 ac_status=$?
4901 grep -v '^ *+' conftest.er1 >conftest.err
4902 rm -f conftest.er1
4903 cat conftest.err >&5
4904 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
4905 (exit $ac_status); } && {
4906 test -z "$ac_c_werror_flag" ||
4907 test ! -s conftest.err
4908 } && test -s conftest$ac_exeext && {
4909 test "$cross_compiling" = yes ||
4910 $as_test_x conftest$ac_exeext
4911 }; then
4912 ac_cv_lib_bsd_gethostbyname=yes
4913 else
4914 $as_echo "$as_me: failed program was:" >&5
4915 sed 's/^/| /' conftest.$ac_ext >&5
4917 ac_cv_lib_bsd_gethostbyname=no
4920 rm -rf conftest.dSYM
4921 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
4922 conftest$ac_exeext conftest.$ac_ext
4923 LIBS=$ac_check_lib_save_LIBS
4925 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_bsd_gethostbyname" >&5
4926 $as_echo "$ac_cv_lib_bsd_gethostbyname" >&6; }
4927 if test "x$ac_cv_lib_bsd_gethostbyname" = x""yes; then
4928 X_EXTRA_LIBS="$X_EXTRA_LIBS -lbsd"
4934 # lieder@skyler.mavd.honeywell.com says without -lsocket,
4935 # socket/setsockopt and other routines are undefined under SCO ODT
4936 # 2.0. But -lsocket is broken on IRIX 5.2 (and is not necessary
4937 # on later versions), says Simon Leinen: it contains gethostby*
4938 # variants that don't use the name server (or something). -lsocket
4939 # must be given before -lnsl if both are needed. We assume that
4940 # if connect needs -lnsl, so does gethostbyname.
4941 { $as_echo "$as_me:$LINENO: checking for connect" >&5
4942 $as_echo_n "checking for connect... " >&6; }
4943 if test "${ac_cv_func_connect+set}" = set; then
4944 $as_echo_n "(cached) " >&6
4945 else
4946 cat >conftest.$ac_ext <<_ACEOF
4947 /* confdefs.h. */
4948 _ACEOF
4949 cat confdefs.h >>conftest.$ac_ext
4950 cat >>conftest.$ac_ext <<_ACEOF
4951 /* end confdefs.h. */
4952 /* Define connect to an innocuous variant, in case <limits.h> declares connect.
4953 For example, HP-UX 11i <limits.h> declares gettimeofday. */
4954 #define connect innocuous_connect
4956 /* System header to define __stub macros and hopefully few prototypes,
4957 which can conflict with char connect (); below.
4958 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
4959 <limits.h> exists even on freestanding compilers. */
4961 #ifdef __STDC__
4962 # include <limits.h>
4963 #else
4964 # include <assert.h>
4965 #endif
4967 #undef connect
4969 /* Override any GCC internal prototype to avoid an error.
4970 Use char because int might match the return type of a GCC
4971 builtin and then its argument prototype would still apply. */
4972 #ifdef __cplusplus
4973 extern "C"
4974 #endif
4975 char connect ();
4976 /* The GNU C library defines this for functions which it implements
4977 to always fail with ENOSYS. Some functions are actually named
4978 something starting with __ and the normal name is an alias. */
4979 #if defined __stub_connect || defined __stub___connect
4980 choke me
4981 #endif
4984 main ()
4986 return connect ();
4988 return 0;
4990 _ACEOF
4991 rm -f conftest.$ac_objext conftest$ac_exeext
4992 if { (ac_try="$ac_link"
4993 case "(($ac_try" in
4994 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4995 *) ac_try_echo=$ac_try;;
4996 esac
4997 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
4998 $as_echo "$ac_try_echo") >&5
4999 (eval "$ac_link") 2>conftest.er1
5000 ac_status=$?
5001 grep -v '^ *+' conftest.er1 >conftest.err
5002 rm -f conftest.er1
5003 cat conftest.err >&5
5004 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
5005 (exit $ac_status); } && {
5006 test -z "$ac_c_werror_flag" ||
5007 test ! -s conftest.err
5008 } && test -s conftest$ac_exeext && {
5009 test "$cross_compiling" = yes ||
5010 $as_test_x conftest$ac_exeext
5011 }; then
5012 ac_cv_func_connect=yes
5013 else
5014 $as_echo "$as_me: failed program was:" >&5
5015 sed 's/^/| /' conftest.$ac_ext >&5
5017 ac_cv_func_connect=no
5020 rm -rf conftest.dSYM
5021 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
5022 conftest$ac_exeext conftest.$ac_ext
5024 { $as_echo "$as_me:$LINENO: result: $ac_cv_func_connect" >&5
5025 $as_echo "$ac_cv_func_connect" >&6; }
5027 if test $ac_cv_func_connect = no; then
5028 { $as_echo "$as_me:$LINENO: checking for connect in -lsocket" >&5
5029 $as_echo_n "checking for connect in -lsocket... " >&6; }
5030 if test "${ac_cv_lib_socket_connect+set}" = set; then
5031 $as_echo_n "(cached) " >&6
5032 else
5033 ac_check_lib_save_LIBS=$LIBS
5034 LIBS="-lsocket $X_EXTRA_LIBS $LIBS"
5035 cat >conftest.$ac_ext <<_ACEOF
5036 /* confdefs.h. */
5037 _ACEOF
5038 cat confdefs.h >>conftest.$ac_ext
5039 cat >>conftest.$ac_ext <<_ACEOF
5040 /* end confdefs.h. */
5042 /* Override any GCC internal prototype to avoid an error.
5043 Use char because int might match the return type of a GCC
5044 builtin and then its argument prototype would still apply. */
5045 #ifdef __cplusplus
5046 extern "C"
5047 #endif
5048 char connect ();
5050 main ()
5052 return connect ();
5054 return 0;
5056 _ACEOF
5057 rm -f conftest.$ac_objext conftest$ac_exeext
5058 if { (ac_try="$ac_link"
5059 case "(($ac_try" in
5060 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5061 *) ac_try_echo=$ac_try;;
5062 esac
5063 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
5064 $as_echo "$ac_try_echo") >&5
5065 (eval "$ac_link") 2>conftest.er1
5066 ac_status=$?
5067 grep -v '^ *+' conftest.er1 >conftest.err
5068 rm -f conftest.er1
5069 cat conftest.err >&5
5070 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
5071 (exit $ac_status); } && {
5072 test -z "$ac_c_werror_flag" ||
5073 test ! -s conftest.err
5074 } && test -s conftest$ac_exeext && {
5075 test "$cross_compiling" = yes ||
5076 $as_test_x conftest$ac_exeext
5077 }; then
5078 ac_cv_lib_socket_connect=yes
5079 else
5080 $as_echo "$as_me: failed program was:" >&5
5081 sed 's/^/| /' conftest.$ac_ext >&5
5083 ac_cv_lib_socket_connect=no
5086 rm -rf conftest.dSYM
5087 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
5088 conftest$ac_exeext conftest.$ac_ext
5089 LIBS=$ac_check_lib_save_LIBS
5091 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_socket_connect" >&5
5092 $as_echo "$ac_cv_lib_socket_connect" >&6; }
5093 if test "x$ac_cv_lib_socket_connect" = x""yes; then
5094 X_EXTRA_LIBS="-lsocket $X_EXTRA_LIBS"
5099 # Guillermo Gomez says -lposix is necessary on A/UX.
5100 { $as_echo "$as_me:$LINENO: checking for remove" >&5
5101 $as_echo_n "checking for remove... " >&6; }
5102 if test "${ac_cv_func_remove+set}" = set; then
5103 $as_echo_n "(cached) " >&6
5104 else
5105 cat >conftest.$ac_ext <<_ACEOF
5106 /* confdefs.h. */
5107 _ACEOF
5108 cat confdefs.h >>conftest.$ac_ext
5109 cat >>conftest.$ac_ext <<_ACEOF
5110 /* end confdefs.h. */
5111 /* Define remove to an innocuous variant, in case <limits.h> declares remove.
5112 For example, HP-UX 11i <limits.h> declares gettimeofday. */
5113 #define remove innocuous_remove
5115 /* System header to define __stub macros and hopefully few prototypes,
5116 which can conflict with char remove (); below.
5117 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
5118 <limits.h> exists even on freestanding compilers. */
5120 #ifdef __STDC__
5121 # include <limits.h>
5122 #else
5123 # include <assert.h>
5124 #endif
5126 #undef remove
5128 /* Override any GCC internal prototype to avoid an error.
5129 Use char because int might match the return type of a GCC
5130 builtin and then its argument prototype would still apply. */
5131 #ifdef __cplusplus
5132 extern "C"
5133 #endif
5134 char remove ();
5135 /* The GNU C library defines this for functions which it implements
5136 to always fail with ENOSYS. Some functions are actually named
5137 something starting with __ and the normal name is an alias. */
5138 #if defined __stub_remove || defined __stub___remove
5139 choke me
5140 #endif
5143 main ()
5145 return remove ();
5147 return 0;
5149 _ACEOF
5150 rm -f conftest.$ac_objext conftest$ac_exeext
5151 if { (ac_try="$ac_link"
5152 case "(($ac_try" in
5153 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5154 *) ac_try_echo=$ac_try;;
5155 esac
5156 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
5157 $as_echo "$ac_try_echo") >&5
5158 (eval "$ac_link") 2>conftest.er1
5159 ac_status=$?
5160 grep -v '^ *+' conftest.er1 >conftest.err
5161 rm -f conftest.er1
5162 cat conftest.err >&5
5163 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
5164 (exit $ac_status); } && {
5165 test -z "$ac_c_werror_flag" ||
5166 test ! -s conftest.err
5167 } && test -s conftest$ac_exeext && {
5168 test "$cross_compiling" = yes ||
5169 $as_test_x conftest$ac_exeext
5170 }; then
5171 ac_cv_func_remove=yes
5172 else
5173 $as_echo "$as_me: failed program was:" >&5
5174 sed 's/^/| /' conftest.$ac_ext >&5
5176 ac_cv_func_remove=no
5179 rm -rf conftest.dSYM
5180 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
5181 conftest$ac_exeext conftest.$ac_ext
5183 { $as_echo "$as_me:$LINENO: result: $ac_cv_func_remove" >&5
5184 $as_echo "$ac_cv_func_remove" >&6; }
5186 if test $ac_cv_func_remove = no; then
5187 { $as_echo "$as_me:$LINENO: checking for remove in -lposix" >&5
5188 $as_echo_n "checking for remove in -lposix... " >&6; }
5189 if test "${ac_cv_lib_posix_remove+set}" = set; then
5190 $as_echo_n "(cached) " >&6
5191 else
5192 ac_check_lib_save_LIBS=$LIBS
5193 LIBS="-lposix $LIBS"
5194 cat >conftest.$ac_ext <<_ACEOF
5195 /* confdefs.h. */
5196 _ACEOF
5197 cat confdefs.h >>conftest.$ac_ext
5198 cat >>conftest.$ac_ext <<_ACEOF
5199 /* end confdefs.h. */
5201 /* Override any GCC internal prototype to avoid an error.
5202 Use char because int might match the return type of a GCC
5203 builtin and then its argument prototype would still apply. */
5204 #ifdef __cplusplus
5205 extern "C"
5206 #endif
5207 char remove ();
5209 main ()
5211 return remove ();
5213 return 0;
5215 _ACEOF
5216 rm -f conftest.$ac_objext conftest$ac_exeext
5217 if { (ac_try="$ac_link"
5218 case "(($ac_try" in
5219 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5220 *) ac_try_echo=$ac_try;;
5221 esac
5222 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
5223 $as_echo "$ac_try_echo") >&5
5224 (eval "$ac_link") 2>conftest.er1
5225 ac_status=$?
5226 grep -v '^ *+' conftest.er1 >conftest.err
5227 rm -f conftest.er1
5228 cat conftest.err >&5
5229 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
5230 (exit $ac_status); } && {
5231 test -z "$ac_c_werror_flag" ||
5232 test ! -s conftest.err
5233 } && test -s conftest$ac_exeext && {
5234 test "$cross_compiling" = yes ||
5235 $as_test_x conftest$ac_exeext
5236 }; then
5237 ac_cv_lib_posix_remove=yes
5238 else
5239 $as_echo "$as_me: failed program was:" >&5
5240 sed 's/^/| /' conftest.$ac_ext >&5
5242 ac_cv_lib_posix_remove=no
5245 rm -rf conftest.dSYM
5246 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
5247 conftest$ac_exeext conftest.$ac_ext
5248 LIBS=$ac_check_lib_save_LIBS
5250 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_posix_remove" >&5
5251 $as_echo "$ac_cv_lib_posix_remove" >&6; }
5252 if test "x$ac_cv_lib_posix_remove" = x""yes; then
5253 X_EXTRA_LIBS="$X_EXTRA_LIBS -lposix"
5258 # BSDI BSD/OS 2.1 needs -lipc for XOpenDisplay.
5259 { $as_echo "$as_me:$LINENO: checking for shmat" >&5
5260 $as_echo_n "checking for shmat... " >&6; }
5261 if test "${ac_cv_func_shmat+set}" = set; then
5262 $as_echo_n "(cached) " >&6
5263 else
5264 cat >conftest.$ac_ext <<_ACEOF
5265 /* confdefs.h. */
5266 _ACEOF
5267 cat confdefs.h >>conftest.$ac_ext
5268 cat >>conftest.$ac_ext <<_ACEOF
5269 /* end confdefs.h. */
5270 /* Define shmat to an innocuous variant, in case <limits.h> declares shmat.
5271 For example, HP-UX 11i <limits.h> declares gettimeofday. */
5272 #define shmat innocuous_shmat
5274 /* System header to define __stub macros and hopefully few prototypes,
5275 which can conflict with char shmat (); below.
5276 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
5277 <limits.h> exists even on freestanding compilers. */
5279 #ifdef __STDC__
5280 # include <limits.h>
5281 #else
5282 # include <assert.h>
5283 #endif
5285 #undef shmat
5287 /* Override any GCC internal prototype to avoid an error.
5288 Use char because int might match the return type of a GCC
5289 builtin and then its argument prototype would still apply. */
5290 #ifdef __cplusplus
5291 extern "C"
5292 #endif
5293 char shmat ();
5294 /* The GNU C library defines this for functions which it implements
5295 to always fail with ENOSYS. Some functions are actually named
5296 something starting with __ and the normal name is an alias. */
5297 #if defined __stub_shmat || defined __stub___shmat
5298 choke me
5299 #endif
5302 main ()
5304 return shmat ();
5306 return 0;
5308 _ACEOF
5309 rm -f conftest.$ac_objext conftest$ac_exeext
5310 if { (ac_try="$ac_link"
5311 case "(($ac_try" in
5312 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5313 *) ac_try_echo=$ac_try;;
5314 esac
5315 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
5316 $as_echo "$ac_try_echo") >&5
5317 (eval "$ac_link") 2>conftest.er1
5318 ac_status=$?
5319 grep -v '^ *+' conftest.er1 >conftest.err
5320 rm -f conftest.er1
5321 cat conftest.err >&5
5322 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
5323 (exit $ac_status); } && {
5324 test -z "$ac_c_werror_flag" ||
5325 test ! -s conftest.err
5326 } && test -s conftest$ac_exeext && {
5327 test "$cross_compiling" = yes ||
5328 $as_test_x conftest$ac_exeext
5329 }; then
5330 ac_cv_func_shmat=yes
5331 else
5332 $as_echo "$as_me: failed program was:" >&5
5333 sed 's/^/| /' conftest.$ac_ext >&5
5335 ac_cv_func_shmat=no
5338 rm -rf conftest.dSYM
5339 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
5340 conftest$ac_exeext conftest.$ac_ext
5342 { $as_echo "$as_me:$LINENO: result: $ac_cv_func_shmat" >&5
5343 $as_echo "$ac_cv_func_shmat" >&6; }
5345 if test $ac_cv_func_shmat = no; then
5346 { $as_echo "$as_me:$LINENO: checking for shmat in -lipc" >&5
5347 $as_echo_n "checking for shmat in -lipc... " >&6; }
5348 if test "${ac_cv_lib_ipc_shmat+set}" = set; then
5349 $as_echo_n "(cached) " >&6
5350 else
5351 ac_check_lib_save_LIBS=$LIBS
5352 LIBS="-lipc $LIBS"
5353 cat >conftest.$ac_ext <<_ACEOF
5354 /* confdefs.h. */
5355 _ACEOF
5356 cat confdefs.h >>conftest.$ac_ext
5357 cat >>conftest.$ac_ext <<_ACEOF
5358 /* end confdefs.h. */
5360 /* Override any GCC internal prototype to avoid an error.
5361 Use char because int might match the return type of a GCC
5362 builtin and then its argument prototype would still apply. */
5363 #ifdef __cplusplus
5364 extern "C"
5365 #endif
5366 char shmat ();
5368 main ()
5370 return shmat ();
5372 return 0;
5374 _ACEOF
5375 rm -f conftest.$ac_objext conftest$ac_exeext
5376 if { (ac_try="$ac_link"
5377 case "(($ac_try" in
5378 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5379 *) ac_try_echo=$ac_try;;
5380 esac
5381 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
5382 $as_echo "$ac_try_echo") >&5
5383 (eval "$ac_link") 2>conftest.er1
5384 ac_status=$?
5385 grep -v '^ *+' conftest.er1 >conftest.err
5386 rm -f conftest.er1
5387 cat conftest.err >&5
5388 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
5389 (exit $ac_status); } && {
5390 test -z "$ac_c_werror_flag" ||
5391 test ! -s conftest.err
5392 } && test -s conftest$ac_exeext && {
5393 test "$cross_compiling" = yes ||
5394 $as_test_x conftest$ac_exeext
5395 }; then
5396 ac_cv_lib_ipc_shmat=yes
5397 else
5398 $as_echo "$as_me: failed program was:" >&5
5399 sed 's/^/| /' conftest.$ac_ext >&5
5401 ac_cv_lib_ipc_shmat=no
5404 rm -rf conftest.dSYM
5405 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
5406 conftest$ac_exeext conftest.$ac_ext
5407 LIBS=$ac_check_lib_save_LIBS
5409 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_ipc_shmat" >&5
5410 $as_echo "$ac_cv_lib_ipc_shmat" >&6; }
5411 if test "x$ac_cv_lib_ipc_shmat" = x""yes; then
5412 X_EXTRA_LIBS="$X_EXTRA_LIBS -lipc"
5418 # Check for libraries that X11R6 Xt/Xaw programs need.
5419 ac_save_LDFLAGS=$LDFLAGS
5420 test -n "$x_libraries" && LDFLAGS="$LDFLAGS -L$x_libraries"
5421 # SM needs ICE to (dynamically) link under SunOS 4.x (so we have to
5422 # check for ICE first), but we must link in the order -lSM -lICE or
5423 # we get undefined symbols. So assume we have SM if we have ICE.
5424 # These have to be linked with before -lX11, unlike the other
5425 # libraries we check for below, so use a different variable.
5426 # John Interrante, Karl Berry
5427 { $as_echo "$as_me:$LINENO: checking for IceConnectionNumber in -lICE" >&5
5428 $as_echo_n "checking for IceConnectionNumber in -lICE... " >&6; }
5429 if test "${ac_cv_lib_ICE_IceConnectionNumber+set}" = set; then
5430 $as_echo_n "(cached) " >&6
5431 else
5432 ac_check_lib_save_LIBS=$LIBS
5433 LIBS="-lICE $X_EXTRA_LIBS $LIBS"
5434 cat >conftest.$ac_ext <<_ACEOF
5435 /* confdefs.h. */
5436 _ACEOF
5437 cat confdefs.h >>conftest.$ac_ext
5438 cat >>conftest.$ac_ext <<_ACEOF
5439 /* end confdefs.h. */
5441 /* Override any GCC internal prototype to avoid an error.
5442 Use char because int might match the return type of a GCC
5443 builtin and then its argument prototype would still apply. */
5444 #ifdef __cplusplus
5445 extern "C"
5446 #endif
5447 char IceConnectionNumber ();
5449 main ()
5451 return IceConnectionNumber ();
5453 return 0;
5455 _ACEOF
5456 rm -f conftest.$ac_objext conftest$ac_exeext
5457 if { (ac_try="$ac_link"
5458 case "(($ac_try" in
5459 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5460 *) ac_try_echo=$ac_try;;
5461 esac
5462 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
5463 $as_echo "$ac_try_echo") >&5
5464 (eval "$ac_link") 2>conftest.er1
5465 ac_status=$?
5466 grep -v '^ *+' conftest.er1 >conftest.err
5467 rm -f conftest.er1
5468 cat conftest.err >&5
5469 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
5470 (exit $ac_status); } && {
5471 test -z "$ac_c_werror_flag" ||
5472 test ! -s conftest.err
5473 } && test -s conftest$ac_exeext && {
5474 test "$cross_compiling" = yes ||
5475 $as_test_x conftest$ac_exeext
5476 }; then
5477 ac_cv_lib_ICE_IceConnectionNumber=yes
5478 else
5479 $as_echo "$as_me: failed program was:" >&5
5480 sed 's/^/| /' conftest.$ac_ext >&5
5482 ac_cv_lib_ICE_IceConnectionNumber=no
5485 rm -rf conftest.dSYM
5486 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
5487 conftest$ac_exeext conftest.$ac_ext
5488 LIBS=$ac_check_lib_save_LIBS
5490 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_ICE_IceConnectionNumber" >&5
5491 $as_echo "$ac_cv_lib_ICE_IceConnectionNumber" >&6; }
5492 if test "x$ac_cv_lib_ICE_IceConnectionNumber" = x""yes; then
5493 X_PRE_LIBS="$X_PRE_LIBS -lSM -lICE"
5496 LDFLAGS=$ac_save_LDFLAGS
5501 for ac_prog in flex
5503 # Extract the first word of "$ac_prog", so it can be a program name with args.
5504 set dummy $ac_prog; ac_word=$2
5505 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
5506 $as_echo_n "checking for $ac_word... " >&6; }
5507 if test "${ac_cv_prog_FLEX+set}" = set; then
5508 $as_echo_n "(cached) " >&6
5509 else
5510 if test -n "$FLEX"; then
5511 ac_cv_prog_FLEX="$FLEX" # Let the user override the test.
5512 else
5513 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5514 for as_dir in $PATH
5516 IFS=$as_save_IFS
5517 test -z "$as_dir" && as_dir=.
5518 for ac_exec_ext in '' $ac_executable_extensions; do
5519 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5520 ac_cv_prog_FLEX="$ac_prog"
5521 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5522 break 2
5524 done
5525 done
5526 IFS=$as_save_IFS
5530 FLEX=$ac_cv_prog_FLEX
5531 if test -n "$FLEX"; then
5532 { $as_echo "$as_me:$LINENO: result: $FLEX" >&5
5533 $as_echo "$FLEX" >&6; }
5534 else
5535 { $as_echo "$as_me:$LINENO: result: no" >&5
5536 $as_echo "no" >&6; }
5540 test -n "$FLEX" && break
5541 done
5542 test -n "$FLEX" || FLEX="none"
5544 if test "$FLEX" = "none"
5545 then
5546 { { $as_echo "$as_me:$LINENO: error: no suitable flex found. Please install the 'flex' package." >&5
5547 $as_echo "$as_me: error: no suitable flex found. Please install the 'flex' package." >&2;}
5548 { (exit 1); exit 1; }; }
5551 for ac_prog in bison
5553 # Extract the first word of "$ac_prog", so it can be a program name with args.
5554 set dummy $ac_prog; ac_word=$2
5555 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
5556 $as_echo_n "checking for $ac_word... " >&6; }
5557 if test "${ac_cv_prog_BISON+set}" = set; then
5558 $as_echo_n "(cached) " >&6
5559 else
5560 if test -n "$BISON"; then
5561 ac_cv_prog_BISON="$BISON" # Let the user override the test.
5562 else
5563 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5564 for as_dir in $PATH
5566 IFS=$as_save_IFS
5567 test -z "$as_dir" && as_dir=.
5568 for ac_exec_ext in '' $ac_executable_extensions; do
5569 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5570 ac_cv_prog_BISON="$ac_prog"
5571 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5572 break 2
5574 done
5575 done
5576 IFS=$as_save_IFS
5580 BISON=$ac_cv_prog_BISON
5581 if test -n "$BISON"; then
5582 { $as_echo "$as_me:$LINENO: result: $BISON" >&5
5583 $as_echo "$BISON" >&6; }
5584 else
5585 { $as_echo "$as_me:$LINENO: result: no" >&5
5586 $as_echo "no" >&6; }
5590 test -n "$BISON" && break
5591 done
5592 test -n "$BISON" || BISON="none"
5594 if test "$BISON" = "none"
5595 then
5596 { { $as_echo "$as_me:$LINENO: error: no suitable bison found. Please install the 'bison' package." >&5
5597 $as_echo "$as_me: error: no suitable bison found. Please install the 'bison' package." >&2;}
5598 { (exit 1); exit 1; }; }
5601 if test -n "$ac_tool_prefix"; then
5602 for ac_prog in gas as
5604 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
5605 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
5606 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
5607 $as_echo_n "checking for $ac_word... " >&6; }
5608 if test "${ac_cv_prog_AS+set}" = set; then
5609 $as_echo_n "(cached) " >&6
5610 else
5611 if test -n "$AS"; then
5612 ac_cv_prog_AS="$AS" # Let the user override the test.
5613 else
5614 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5615 for as_dir in $PATH
5617 IFS=$as_save_IFS
5618 test -z "$as_dir" && as_dir=.
5619 for ac_exec_ext in '' $ac_executable_extensions; do
5620 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5621 ac_cv_prog_AS="$ac_tool_prefix$ac_prog"
5622 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5623 break 2
5625 done
5626 done
5627 IFS=$as_save_IFS
5631 AS=$ac_cv_prog_AS
5632 if test -n "$AS"; then
5633 { $as_echo "$as_me:$LINENO: result: $AS" >&5
5634 $as_echo "$AS" >&6; }
5635 else
5636 { $as_echo "$as_me:$LINENO: result: no" >&5
5637 $as_echo "no" >&6; }
5641 test -n "$AS" && break
5642 done
5644 if test -z "$AS"; then
5645 ac_ct_AS=$AS
5646 for ac_prog in gas as
5648 # Extract the first word of "$ac_prog", so it can be a program name with args.
5649 set dummy $ac_prog; ac_word=$2
5650 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
5651 $as_echo_n "checking for $ac_word... " >&6; }
5652 if test "${ac_cv_prog_ac_ct_AS+set}" = set; then
5653 $as_echo_n "(cached) " >&6
5654 else
5655 if test -n "$ac_ct_AS"; then
5656 ac_cv_prog_ac_ct_AS="$ac_ct_AS" # Let the user override the test.
5657 else
5658 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5659 for as_dir in $PATH
5661 IFS=$as_save_IFS
5662 test -z "$as_dir" && as_dir=.
5663 for ac_exec_ext in '' $ac_executable_extensions; do
5664 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5665 ac_cv_prog_ac_ct_AS="$ac_prog"
5666 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5667 break 2
5669 done
5670 done
5671 IFS=$as_save_IFS
5675 ac_ct_AS=$ac_cv_prog_ac_ct_AS
5676 if test -n "$ac_ct_AS"; then
5677 { $as_echo "$as_me:$LINENO: result: $ac_ct_AS" >&5
5678 $as_echo "$ac_ct_AS" >&6; }
5679 else
5680 { $as_echo "$as_me:$LINENO: result: no" >&5
5681 $as_echo "no" >&6; }
5685 test -n "$ac_ct_AS" && break
5686 done
5688 if test "x$ac_ct_AS" = x; then
5689 AS="as"
5690 else
5691 case $cross_compiling:$ac_tool_warned in
5692 yes:)
5693 { $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5
5694 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
5695 ac_tool_warned=yes ;;
5696 esac
5697 AS=$ac_ct_AS
5701 if test -n "$ac_tool_prefix"; then
5702 for ac_prog in ld gld
5704 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
5705 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
5706 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
5707 $as_echo_n "checking for $ac_word... " >&6; }
5708 if test "${ac_cv_prog_LD+set}" = set; then
5709 $as_echo_n "(cached) " >&6
5710 else
5711 if test -n "$LD"; then
5712 ac_cv_prog_LD="$LD" # Let the user override the test.
5713 else
5714 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5715 for as_dir in $PATH
5717 IFS=$as_save_IFS
5718 test -z "$as_dir" && as_dir=.
5719 for ac_exec_ext in '' $ac_executable_extensions; do
5720 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5721 ac_cv_prog_LD="$ac_tool_prefix$ac_prog"
5722 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5723 break 2
5725 done
5726 done
5727 IFS=$as_save_IFS
5731 LD=$ac_cv_prog_LD
5732 if test -n "$LD"; then
5733 { $as_echo "$as_me:$LINENO: result: $LD" >&5
5734 $as_echo "$LD" >&6; }
5735 else
5736 { $as_echo "$as_me:$LINENO: result: no" >&5
5737 $as_echo "no" >&6; }
5741 test -n "$LD" && break
5742 done
5744 if test -z "$LD"; then
5745 ac_ct_LD=$LD
5746 for ac_prog in ld gld
5748 # Extract the first word of "$ac_prog", so it can be a program name with args.
5749 set dummy $ac_prog; ac_word=$2
5750 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
5751 $as_echo_n "checking for $ac_word... " >&6; }
5752 if test "${ac_cv_prog_ac_ct_LD+set}" = set; then
5753 $as_echo_n "(cached) " >&6
5754 else
5755 if test -n "$ac_ct_LD"; then
5756 ac_cv_prog_ac_ct_LD="$ac_ct_LD" # Let the user override the test.
5757 else
5758 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5759 for as_dir in $PATH
5761 IFS=$as_save_IFS
5762 test -z "$as_dir" && as_dir=.
5763 for ac_exec_ext in '' $ac_executable_extensions; do
5764 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5765 ac_cv_prog_ac_ct_LD="$ac_prog"
5766 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5767 break 2
5769 done
5770 done
5771 IFS=$as_save_IFS
5775 ac_ct_LD=$ac_cv_prog_ac_ct_LD
5776 if test -n "$ac_ct_LD"; then
5777 { $as_echo "$as_me:$LINENO: result: $ac_ct_LD" >&5
5778 $as_echo "$ac_ct_LD" >&6; }
5779 else
5780 { $as_echo "$as_me:$LINENO: result: no" >&5
5781 $as_echo "no" >&6; }
5785 test -n "$ac_ct_LD" && break
5786 done
5788 if test "x$ac_ct_LD" = x; then
5789 LD="ld"
5790 else
5791 case $cross_compiling:$ac_tool_warned in
5792 yes:)
5793 { $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5
5794 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
5795 ac_tool_warned=yes ;;
5796 esac
5797 LD=$ac_ct_LD
5801 if test -n "$ac_tool_prefix"; then
5802 for ac_prog in nm gnm
5804 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
5805 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
5806 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
5807 $as_echo_n "checking for $ac_word... " >&6; }
5808 if test "${ac_cv_prog_NM+set}" = set; then
5809 $as_echo_n "(cached) " >&6
5810 else
5811 if test -n "$NM"; then
5812 ac_cv_prog_NM="$NM" # Let the user override the test.
5813 else
5814 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5815 for as_dir in $PATH
5817 IFS=$as_save_IFS
5818 test -z "$as_dir" && as_dir=.
5819 for ac_exec_ext in '' $ac_executable_extensions; do
5820 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5821 ac_cv_prog_NM="$ac_tool_prefix$ac_prog"
5822 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5823 break 2
5825 done
5826 done
5827 IFS=$as_save_IFS
5831 NM=$ac_cv_prog_NM
5832 if test -n "$NM"; then
5833 { $as_echo "$as_me:$LINENO: result: $NM" >&5
5834 $as_echo "$NM" >&6; }
5835 else
5836 { $as_echo "$as_me:$LINENO: result: no" >&5
5837 $as_echo "no" >&6; }
5841 test -n "$NM" && break
5842 done
5844 if test -z "$NM"; then
5845 ac_ct_NM=$NM
5846 for ac_prog in nm gnm
5848 # Extract the first word of "$ac_prog", so it can be a program name with args.
5849 set dummy $ac_prog; ac_word=$2
5850 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
5851 $as_echo_n "checking for $ac_word... " >&6; }
5852 if test "${ac_cv_prog_ac_ct_NM+set}" = set; then
5853 $as_echo_n "(cached) " >&6
5854 else
5855 if test -n "$ac_ct_NM"; then
5856 ac_cv_prog_ac_ct_NM="$ac_ct_NM" # Let the user override the test.
5857 else
5858 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5859 for as_dir in $PATH
5861 IFS=$as_save_IFS
5862 test -z "$as_dir" && as_dir=.
5863 for ac_exec_ext in '' $ac_executable_extensions; do
5864 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5865 ac_cv_prog_ac_ct_NM="$ac_prog"
5866 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5867 break 2
5869 done
5870 done
5871 IFS=$as_save_IFS
5875 ac_ct_NM=$ac_cv_prog_ac_ct_NM
5876 if test -n "$ac_ct_NM"; then
5877 { $as_echo "$as_me:$LINENO: result: $ac_ct_NM" >&5
5878 $as_echo "$ac_ct_NM" >&6; }
5879 else
5880 { $as_echo "$as_me:$LINENO: result: no" >&5
5881 $as_echo "no" >&6; }
5885 test -n "$ac_ct_NM" && break
5886 done
5888 if test "x$ac_ct_NM" = x; then
5889 NM="nm"
5890 else
5891 case $cross_compiling:$ac_tool_warned in
5892 yes:)
5893 { $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5
5894 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
5895 ac_tool_warned=yes ;;
5896 esac
5897 NM=$ac_ct_NM
5901 if test -n "$ac_tool_prefix"; then
5902 for ac_prog in ar gar
5904 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
5905 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
5906 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
5907 $as_echo_n "checking for $ac_word... " >&6; }
5908 if test "${ac_cv_prog_AR+set}" = set; then
5909 $as_echo_n "(cached) " >&6
5910 else
5911 if test -n "$AR"; then
5912 ac_cv_prog_AR="$AR" # Let the user override the test.
5913 else
5914 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5915 for as_dir in $PATH
5917 IFS=$as_save_IFS
5918 test -z "$as_dir" && as_dir=.
5919 for ac_exec_ext in '' $ac_executable_extensions; do
5920 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5921 ac_cv_prog_AR="$ac_tool_prefix$ac_prog"
5922 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5923 break 2
5925 done
5926 done
5927 IFS=$as_save_IFS
5931 AR=$ac_cv_prog_AR
5932 if test -n "$AR"; then
5933 { $as_echo "$as_me:$LINENO: result: $AR" >&5
5934 $as_echo "$AR" >&6; }
5935 else
5936 { $as_echo "$as_me:$LINENO: result: no" >&5
5937 $as_echo "no" >&6; }
5941 test -n "$AR" && break
5942 done
5944 if test -z "$AR"; then
5945 ac_ct_AR=$AR
5946 for ac_prog in ar gar
5948 # Extract the first word of "$ac_prog", so it can be a program name with args.
5949 set dummy $ac_prog; ac_word=$2
5950 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
5951 $as_echo_n "checking for $ac_word... " >&6; }
5952 if test "${ac_cv_prog_ac_ct_AR+set}" = set; then
5953 $as_echo_n "(cached) " >&6
5954 else
5955 if test -n "$ac_ct_AR"; then
5956 ac_cv_prog_ac_ct_AR="$ac_ct_AR" # Let the user override the test.
5957 else
5958 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5959 for as_dir in $PATH
5961 IFS=$as_save_IFS
5962 test -z "$as_dir" && as_dir=.
5963 for ac_exec_ext in '' $ac_executable_extensions; do
5964 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5965 ac_cv_prog_ac_ct_AR="$ac_prog"
5966 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5967 break 2
5969 done
5970 done
5971 IFS=$as_save_IFS
5975 ac_ct_AR=$ac_cv_prog_ac_ct_AR
5976 if test -n "$ac_ct_AR"; then
5977 { $as_echo "$as_me:$LINENO: result: $ac_ct_AR" >&5
5978 $as_echo "$ac_ct_AR" >&6; }
5979 else
5980 { $as_echo "$as_me:$LINENO: result: no" >&5
5981 $as_echo "no" >&6; }
5985 test -n "$ac_ct_AR" && break
5986 done
5988 if test "x$ac_ct_AR" = x; then
5989 AR="ar"
5990 else
5991 case $cross_compiling:$ac_tool_warned in
5992 yes:)
5993 { $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5
5994 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
5995 ac_tool_warned=yes ;;
5996 esac
5997 AR=$ac_ct_AR
6001 ARFLAGS=rc
6003 if test -n "$ac_tool_prefix"; then
6004 # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
6005 set dummy ${ac_tool_prefix}ranlib; ac_word=$2
6006 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
6007 $as_echo_n "checking for $ac_word... " >&6; }
6008 if test "${ac_cv_prog_RANLIB+set}" = set; then
6009 $as_echo_n "(cached) " >&6
6010 else
6011 if test -n "$RANLIB"; then
6012 ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
6013 else
6014 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6015 for as_dir in $PATH
6017 IFS=$as_save_IFS
6018 test -z "$as_dir" && as_dir=.
6019 for ac_exec_ext in '' $ac_executable_extensions; do
6020 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6021 ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib"
6022 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
6023 break 2
6025 done
6026 done
6027 IFS=$as_save_IFS
6031 RANLIB=$ac_cv_prog_RANLIB
6032 if test -n "$RANLIB"; then
6033 { $as_echo "$as_me:$LINENO: result: $RANLIB" >&5
6034 $as_echo "$RANLIB" >&6; }
6035 else
6036 { $as_echo "$as_me:$LINENO: result: no" >&5
6037 $as_echo "no" >&6; }
6042 if test -z "$ac_cv_prog_RANLIB"; then
6043 ac_ct_RANLIB=$RANLIB
6044 # Extract the first word of "ranlib", so it can be a program name with args.
6045 set dummy ranlib; ac_word=$2
6046 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
6047 $as_echo_n "checking for $ac_word... " >&6; }
6048 if test "${ac_cv_prog_ac_ct_RANLIB+set}" = set; then
6049 $as_echo_n "(cached) " >&6
6050 else
6051 if test -n "$ac_ct_RANLIB"; then
6052 ac_cv_prog_ac_ct_RANLIB="$ac_ct_RANLIB" # Let the user override the test.
6053 else
6054 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6055 for as_dir in $PATH
6057 IFS=$as_save_IFS
6058 test -z "$as_dir" && as_dir=.
6059 for ac_exec_ext in '' $ac_executable_extensions; do
6060 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6061 ac_cv_prog_ac_ct_RANLIB="ranlib"
6062 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
6063 break 2
6065 done
6066 done
6067 IFS=$as_save_IFS
6071 ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB
6072 if test -n "$ac_ct_RANLIB"; then
6073 { $as_echo "$as_me:$LINENO: result: $ac_ct_RANLIB" >&5
6074 $as_echo "$ac_ct_RANLIB" >&6; }
6075 else
6076 { $as_echo "$as_me:$LINENO: result: no" >&5
6077 $as_echo "no" >&6; }
6080 if test "x$ac_ct_RANLIB" = x; then
6081 RANLIB=":"
6082 else
6083 case $cross_compiling:$ac_tool_warned in
6084 yes:)
6085 { $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5
6086 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6087 ac_tool_warned=yes ;;
6088 esac
6089 RANLIB=$ac_ct_RANLIB
6091 else
6092 RANLIB="$ac_cv_prog_RANLIB"
6095 if test -n "$ac_tool_prefix"; then
6096 # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
6097 set dummy ${ac_tool_prefix}strip; ac_word=$2
6098 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
6099 $as_echo_n "checking for $ac_word... " >&6; }
6100 if test "${ac_cv_prog_STRIP+set}" = set; then
6101 $as_echo_n "(cached) " >&6
6102 else
6103 if test -n "$STRIP"; then
6104 ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
6105 else
6106 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6107 for as_dir in $PATH
6109 IFS=$as_save_IFS
6110 test -z "$as_dir" && as_dir=.
6111 for ac_exec_ext in '' $ac_executable_extensions; do
6112 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6113 ac_cv_prog_STRIP="${ac_tool_prefix}strip"
6114 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
6115 break 2
6117 done
6118 done
6119 IFS=$as_save_IFS
6123 STRIP=$ac_cv_prog_STRIP
6124 if test -n "$STRIP"; then
6125 { $as_echo "$as_me:$LINENO: result: $STRIP" >&5
6126 $as_echo "$STRIP" >&6; }
6127 else
6128 { $as_echo "$as_me:$LINENO: result: no" >&5
6129 $as_echo "no" >&6; }
6134 if test -z "$ac_cv_prog_STRIP"; then
6135 ac_ct_STRIP=$STRIP
6136 # Extract the first word of "strip", so it can be a program name with args.
6137 set dummy strip; ac_word=$2
6138 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
6139 $as_echo_n "checking for $ac_word... " >&6; }
6140 if test "${ac_cv_prog_ac_ct_STRIP+set}" = set; then
6141 $as_echo_n "(cached) " >&6
6142 else
6143 if test -n "$ac_ct_STRIP"; then
6144 ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test.
6145 else
6146 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6147 for as_dir in $PATH
6149 IFS=$as_save_IFS
6150 test -z "$as_dir" && as_dir=.
6151 for ac_exec_ext in '' $ac_executable_extensions; do
6152 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6153 ac_cv_prog_ac_ct_STRIP="strip"
6154 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
6155 break 2
6157 done
6158 done
6159 IFS=$as_save_IFS
6163 ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP
6164 if test -n "$ac_ct_STRIP"; then
6165 { $as_echo "$as_me:$LINENO: result: $ac_ct_STRIP" >&5
6166 $as_echo "$ac_ct_STRIP" >&6; }
6167 else
6168 { $as_echo "$as_me:$LINENO: result: no" >&5
6169 $as_echo "no" >&6; }
6172 if test "x$ac_ct_STRIP" = x; then
6173 STRIP="strip"
6174 else
6175 case $cross_compiling:$ac_tool_warned in
6176 yes:)
6177 { $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5
6178 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6179 ac_tool_warned=yes ;;
6180 esac
6181 STRIP=$ac_ct_STRIP
6183 else
6184 STRIP="$ac_cv_prog_STRIP"
6187 if test -n "$ac_tool_prefix"; then
6188 # Extract the first word of "${ac_tool_prefix}windres", so it can be a program name with args.
6189 set dummy ${ac_tool_prefix}windres; ac_word=$2
6190 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
6191 $as_echo_n "checking for $ac_word... " >&6; }
6192 if test "${ac_cv_prog_WINDRES+set}" = set; then
6193 $as_echo_n "(cached) " >&6
6194 else
6195 if test -n "$WINDRES"; then
6196 ac_cv_prog_WINDRES="$WINDRES" # Let the user override the test.
6197 else
6198 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6199 for as_dir in $PATH
6201 IFS=$as_save_IFS
6202 test -z "$as_dir" && as_dir=.
6203 for ac_exec_ext in '' $ac_executable_extensions; do
6204 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6205 ac_cv_prog_WINDRES="${ac_tool_prefix}windres"
6206 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
6207 break 2
6209 done
6210 done
6211 IFS=$as_save_IFS
6215 WINDRES=$ac_cv_prog_WINDRES
6216 if test -n "$WINDRES"; then
6217 { $as_echo "$as_me:$LINENO: result: $WINDRES" >&5
6218 $as_echo "$WINDRES" >&6; }
6219 else
6220 { $as_echo "$as_me:$LINENO: result: no" >&5
6221 $as_echo "no" >&6; }
6226 if test -z "$ac_cv_prog_WINDRES"; then
6227 ac_ct_WINDRES=$WINDRES
6228 # Extract the first word of "windres", so it can be a program name with args.
6229 set dummy windres; ac_word=$2
6230 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
6231 $as_echo_n "checking for $ac_word... " >&6; }
6232 if test "${ac_cv_prog_ac_ct_WINDRES+set}" = set; then
6233 $as_echo_n "(cached) " >&6
6234 else
6235 if test -n "$ac_ct_WINDRES"; then
6236 ac_cv_prog_ac_ct_WINDRES="$ac_ct_WINDRES" # Let the user override the test.
6237 else
6238 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6239 for as_dir in $PATH
6241 IFS=$as_save_IFS
6242 test -z "$as_dir" && as_dir=.
6243 for ac_exec_ext in '' $ac_executable_extensions; do
6244 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6245 ac_cv_prog_ac_ct_WINDRES="windres"
6246 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
6247 break 2
6249 done
6250 done
6251 IFS=$as_save_IFS
6255 ac_ct_WINDRES=$ac_cv_prog_ac_ct_WINDRES
6256 if test -n "$ac_ct_WINDRES"; then
6257 { $as_echo "$as_me:$LINENO: result: $ac_ct_WINDRES" >&5
6258 $as_echo "$ac_ct_WINDRES" >&6; }
6259 else
6260 { $as_echo "$as_me:$LINENO: result: no" >&5
6261 $as_echo "no" >&6; }
6264 if test "x$ac_ct_WINDRES" = x; then
6265 WINDRES="false"
6266 else
6267 case $cross_compiling:$ac_tool_warned in
6268 yes:)
6269 { $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5
6270 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6271 ac_tool_warned=yes ;;
6272 esac
6273 WINDRES=$ac_ct_WINDRES
6275 else
6276 WINDRES="$ac_cv_prog_WINDRES"
6279 { $as_echo "$as_me:$LINENO: checking whether ln -s works" >&5
6280 $as_echo_n "checking whether ln -s works... " >&6; }
6281 LN_S=$as_ln_s
6282 if test "$LN_S" = "ln -s"; then
6283 { $as_echo "$as_me:$LINENO: result: yes" >&5
6284 $as_echo "yes" >&6; }
6285 else
6286 { $as_echo "$as_me:$LINENO: result: no, using $LN_S" >&5
6287 $as_echo "no, using $LN_S" >&6; }
6290 { $as_echo "$as_me:$LINENO: checking whether ln works" >&5
6291 $as_echo_n "checking whether ln works... " >&6; }
6292 rm -f conf$$ conf$$.file
6293 echo >conf$$.file
6294 if ln conf$$.file conf$$ 2>/dev/null; then
6295 LN=ln
6297 { $as_echo "$as_me:$LINENO: result: yes" >&5
6298 $as_echo "yes" >&6; }
6299 else
6300 LN="cp -p"
6302 { $as_echo "$as_me:$LINENO: result: no, using $LN" >&5
6303 $as_echo "no, using $LN" >&6; }
6305 rm -f conf$$ conf$$.file
6306 { $as_echo "$as_me:$LINENO: checking for grep that handles long lines and -e" >&5
6307 $as_echo_n "checking for grep that handles long lines and -e... " >&6; }
6308 if test "${ac_cv_path_GREP+set}" = set; then
6309 $as_echo_n "(cached) " >&6
6310 else
6311 if test -z "$GREP"; then
6312 ac_path_GREP_found=false
6313 # Loop through the user's path and test for each of PROGNAME-LIST
6314 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6315 for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
6317 IFS=$as_save_IFS
6318 test -z "$as_dir" && as_dir=.
6319 for ac_prog in grep ggrep; do
6320 for ac_exec_ext in '' $ac_executable_extensions; do
6321 ac_path_GREP="$as_dir/$ac_prog$ac_exec_ext"
6322 { test -f "$ac_path_GREP" && $as_test_x "$ac_path_GREP"; } || continue
6323 # Check for GNU ac_path_GREP and select it if it is found.
6324 # Check for GNU $ac_path_GREP
6325 case `"$ac_path_GREP" --version 2>&1` in
6326 *GNU*)
6327 ac_cv_path_GREP="$ac_path_GREP" ac_path_GREP_found=:;;
6329 ac_count=0
6330 $as_echo_n 0123456789 >"conftest.in"
6331 while :
6333 cat "conftest.in" "conftest.in" >"conftest.tmp"
6334 mv "conftest.tmp" "conftest.in"
6335 cp "conftest.in" "conftest.nl"
6336 $as_echo 'GREP' >> "conftest.nl"
6337 "$ac_path_GREP" -e 'GREP$' -e '-(cannot match)-' < "conftest.nl" >"conftest.out" 2>/dev/null || break
6338 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
6339 ac_count=`expr $ac_count + 1`
6340 if test $ac_count -gt ${ac_path_GREP_max-0}; then
6341 # Best one so far, save it but keep looking for a better one
6342 ac_cv_path_GREP="$ac_path_GREP"
6343 ac_path_GREP_max=$ac_count
6345 # 10*(2^10) chars as input seems more than enough
6346 test $ac_count -gt 10 && break
6347 done
6348 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
6349 esac
6351 $ac_path_GREP_found && break 3
6352 done
6353 done
6354 done
6355 IFS=$as_save_IFS
6356 if test -z "$ac_cv_path_GREP"; then
6357 { { $as_echo "$as_me:$LINENO: error: no acceptable grep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&5
6358 $as_echo "$as_me: error: no acceptable grep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&2;}
6359 { (exit 1); exit 1; }; }
6361 else
6362 ac_cv_path_GREP=$GREP
6366 { $as_echo "$as_me:$LINENO: result: $ac_cv_path_GREP" >&5
6367 $as_echo "$ac_cv_path_GREP" >&6; }
6368 GREP="$ac_cv_path_GREP"
6371 { $as_echo "$as_me:$LINENO: checking for egrep" >&5
6372 $as_echo_n "checking for egrep... " >&6; }
6373 if test "${ac_cv_path_EGREP+set}" = set; then
6374 $as_echo_n "(cached) " >&6
6375 else
6376 if echo a | $GREP -E '(a|b)' >/dev/null 2>&1
6377 then ac_cv_path_EGREP="$GREP -E"
6378 else
6379 if test -z "$EGREP"; then
6380 ac_path_EGREP_found=false
6381 # Loop through the user's path and test for each of PROGNAME-LIST
6382 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6383 for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
6385 IFS=$as_save_IFS
6386 test -z "$as_dir" && as_dir=.
6387 for ac_prog in egrep; do
6388 for ac_exec_ext in '' $ac_executable_extensions; do
6389 ac_path_EGREP="$as_dir/$ac_prog$ac_exec_ext"
6390 { test -f "$ac_path_EGREP" && $as_test_x "$ac_path_EGREP"; } || continue
6391 # Check for GNU ac_path_EGREP and select it if it is found.
6392 # Check for GNU $ac_path_EGREP
6393 case `"$ac_path_EGREP" --version 2>&1` in
6394 *GNU*)
6395 ac_cv_path_EGREP="$ac_path_EGREP" ac_path_EGREP_found=:;;
6397 ac_count=0
6398 $as_echo_n 0123456789 >"conftest.in"
6399 while :
6401 cat "conftest.in" "conftest.in" >"conftest.tmp"
6402 mv "conftest.tmp" "conftest.in"
6403 cp "conftest.in" "conftest.nl"
6404 $as_echo 'EGREP' >> "conftest.nl"
6405 "$ac_path_EGREP" 'EGREP$' < "conftest.nl" >"conftest.out" 2>/dev/null || break
6406 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
6407 ac_count=`expr $ac_count + 1`
6408 if test $ac_count -gt ${ac_path_EGREP_max-0}; then
6409 # Best one so far, save it but keep looking for a better one
6410 ac_cv_path_EGREP="$ac_path_EGREP"
6411 ac_path_EGREP_max=$ac_count
6413 # 10*(2^10) chars as input seems more than enough
6414 test $ac_count -gt 10 && break
6415 done
6416 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
6417 esac
6419 $ac_path_EGREP_found && break 3
6420 done
6421 done
6422 done
6423 IFS=$as_save_IFS
6424 if test -z "$ac_cv_path_EGREP"; then
6425 { { $as_echo "$as_me:$LINENO: error: no acceptable egrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&5
6426 $as_echo "$as_me: error: no acceptable egrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&2;}
6427 { (exit 1); exit 1; }; }
6429 else
6430 ac_cv_path_EGREP=$EGREP
6435 { $as_echo "$as_me:$LINENO: result: $ac_cv_path_EGREP" >&5
6436 $as_echo "$ac_cv_path_EGREP" >&6; }
6437 EGREP="$ac_cv_path_EGREP"
6440 # Extract the first word of "ldconfig", so it can be a program name with args.
6441 set dummy ldconfig; ac_word=$2
6442 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
6443 $as_echo_n "checking for $ac_word... " >&6; }
6444 if test "${ac_cv_path_LDCONFIG+set}" = set; then
6445 $as_echo_n "(cached) " >&6
6446 else
6447 case $LDCONFIG in
6448 [\\/]* | ?:[\\/]*)
6449 ac_cv_path_LDCONFIG="$LDCONFIG" # Let the user override the test with a path.
6452 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6453 for as_dir in /sbin /usr/sbin $PATH
6455 IFS=$as_save_IFS
6456 test -z "$as_dir" && as_dir=.
6457 for ac_exec_ext in '' $ac_executable_extensions; do
6458 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6459 ac_cv_path_LDCONFIG="$as_dir/$ac_word$ac_exec_ext"
6460 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
6461 break 2
6463 done
6464 done
6465 IFS=$as_save_IFS
6467 test -z "$ac_cv_path_LDCONFIG" && ac_cv_path_LDCONFIG="true"
6469 esac
6471 LDCONFIG=$ac_cv_path_LDCONFIG
6472 if test -n "$LDCONFIG"; then
6473 { $as_echo "$as_me:$LINENO: result: $LDCONFIG" >&5
6474 $as_echo "$LDCONFIG" >&6; }
6475 else
6476 { $as_echo "$as_me:$LINENO: result: no" >&5
6477 $as_echo "no" >&6; }
6481 # Find a good install program. We prefer a C program (faster),
6482 # so one script is as good as another. But avoid the broken or
6483 # incompatible versions:
6484 # SysV /etc/install, /usr/sbin/install
6485 # SunOS /usr/etc/install
6486 # IRIX /sbin/install
6487 # AIX /bin/install
6488 # AmigaOS /C/install, which installs bootblocks on floppy discs
6489 # AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
6490 # AFS /usr/afsws/bin/install, which mishandles nonexistent args
6491 # SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
6492 # OS/2's system install, which has a completely different semantic
6493 # ./install, which can be erroneously created by make from ./install.sh.
6494 # Reject install programs that cannot install multiple files.
6495 { $as_echo "$as_me:$LINENO: checking for a BSD-compatible install" >&5
6496 $as_echo_n "checking for a BSD-compatible install... " >&6; }
6497 if test -z "$INSTALL"; then
6498 if test "${ac_cv_path_install+set}" = set; then
6499 $as_echo_n "(cached) " >&6
6500 else
6501 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6502 for as_dir in $PATH
6504 IFS=$as_save_IFS
6505 test -z "$as_dir" && as_dir=.
6506 # Account for people who put trailing slashes in PATH elements.
6507 case $as_dir/ in
6508 ./ | .// | /cC/* | \
6509 /etc/* | /usr/sbin/* | /usr/etc/* | /sbin/* | /usr/afsws/bin/* | \
6510 ?:\\/os2\\/install\\/* | ?:\\/OS2\\/INSTALL\\/* | \
6511 /usr/ucb/* ) ;;
6513 # OSF1 and SCO ODT 3.0 have their own names for install.
6514 # Don't use installbsd from OSF since it installs stuff as root
6515 # by default.
6516 for ac_prog in ginstall scoinst install; do
6517 for ac_exec_ext in '' $ac_executable_extensions; do
6518 if { test -f "$as_dir/$ac_prog$ac_exec_ext" && $as_test_x "$as_dir/$ac_prog$ac_exec_ext"; }; then
6519 if test $ac_prog = install &&
6520 grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
6521 # AIX install. It has an incompatible calling convention.
6523 elif test $ac_prog = install &&
6524 grep pwplus "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
6525 # program-specific install script used by HP pwplus--don't use.
6527 else
6528 rm -rf conftest.one conftest.two conftest.dir
6529 echo one > conftest.one
6530 echo two > conftest.two
6531 mkdir conftest.dir
6532 if "$as_dir/$ac_prog$ac_exec_ext" -c conftest.one conftest.two "`pwd`/conftest.dir" &&
6533 test -s conftest.one && test -s conftest.two &&
6534 test -s conftest.dir/conftest.one &&
6535 test -s conftest.dir/conftest.two
6536 then
6537 ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c"
6538 break 3
6542 done
6543 done
6545 esac
6547 done
6548 IFS=$as_save_IFS
6550 rm -rf conftest.one conftest.two conftest.dir
6553 if test "${ac_cv_path_install+set}" = set; then
6554 INSTALL=$ac_cv_path_install
6555 else
6556 # As a last resort, use the slow shell script. Don't cache a
6557 # value for INSTALL within a source directory, because that will
6558 # break other packages using the cache if that directory is
6559 # removed, or if the value is a relative name.
6560 INSTALL=$ac_install_sh
6563 { $as_echo "$as_me:$LINENO: result: $INSTALL" >&5
6564 $as_echo "$INSTALL" >&6; }
6566 # Use test -z because SunOS4 sh mishandles braces in ${var-val}.
6567 # It thinks the first close brace ends the variable substitution.
6568 test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}'
6570 test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL}'
6572 test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
6574 case "$INSTALL" in
6575 [\\/$]* | ?:[\\/]* ) ;;
6576 *) INSTALL="\\\$(TOPSRCDIR)/$INSTALL" ;;
6577 esac
6579 for ac_prog in lclint lint
6581 # Extract the first word of "$ac_prog", so it can be a program name with args.
6582 set dummy $ac_prog; ac_word=$2
6583 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
6584 $as_echo_n "checking for $ac_word... " >&6; }
6585 if test "${ac_cv_prog_LINT+set}" = set; then
6586 $as_echo_n "(cached) " >&6
6587 else
6588 if test -n "$LINT"; then
6589 ac_cv_prog_LINT="$LINT" # Let the user override the test.
6590 else
6591 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6592 for as_dir in $PATH
6594 IFS=$as_save_IFS
6595 test -z "$as_dir" && as_dir=.
6596 for ac_exec_ext in '' $ac_executable_extensions; do
6597 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6598 ac_cv_prog_LINT="$ac_prog"
6599 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
6600 break 2
6602 done
6603 done
6604 IFS=$as_save_IFS
6608 LINT=$ac_cv_prog_LINT
6609 if test -n "$LINT"; then
6610 { $as_echo "$as_me:$LINENO: result: $LINT" >&5
6611 $as_echo "$LINT" >&6; }
6612 else
6613 { $as_echo "$as_me:$LINENO: result: no" >&5
6614 $as_echo "no" >&6; }
6618 test -n "$LINT" && break
6619 done
6621 if test "$LINT" = "lint"
6622 then
6623 LINTFLAGS="$LINTFLAGS -errchk=%all,no%longptr64 -errhdr=%user -Ncheck=macro -Nlevel=4"
6628 for ac_prog in fontforge
6630 # Extract the first word of "$ac_prog", so it can be a program name with args.
6631 set dummy $ac_prog; ac_word=$2
6632 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
6633 $as_echo_n "checking for $ac_word... " >&6; }
6634 if test "${ac_cv_prog_FONTFORGE+set}" = set; then
6635 $as_echo_n "(cached) " >&6
6636 else
6637 if test -n "$FONTFORGE"; then
6638 ac_cv_prog_FONTFORGE="$FONTFORGE" # Let the user override the test.
6639 else
6640 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6641 for as_dir in $PATH
6643 IFS=$as_save_IFS
6644 test -z "$as_dir" && as_dir=.
6645 for ac_exec_ext in '' $ac_executable_extensions; do
6646 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6647 ac_cv_prog_FONTFORGE="$ac_prog"
6648 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
6649 break 2
6651 done
6652 done
6653 IFS=$as_save_IFS
6657 FONTFORGE=$ac_cv_prog_FONTFORGE
6658 if test -n "$FONTFORGE"; then
6659 { $as_echo "$as_me:$LINENO: result: $FONTFORGE" >&5
6660 $as_echo "$FONTFORGE" >&6; }
6661 else
6662 { $as_echo "$as_me:$LINENO: result: no" >&5
6663 $as_echo "no" >&6; }
6667 test -n "$FONTFORGE" && break
6668 done
6669 test -n "$FONTFORGE" || FONTFORGE="false"
6671 for ac_prog in pkg-config
6673 # Extract the first word of "$ac_prog", so it can be a program name with args.
6674 set dummy $ac_prog; ac_word=$2
6675 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
6676 $as_echo_n "checking for $ac_word... " >&6; }
6677 if test "${ac_cv_prog_PKG_CONFIG+set}" = set; then
6678 $as_echo_n "(cached) " >&6
6679 else
6680 if test -n "$PKG_CONFIG"; then
6681 ac_cv_prog_PKG_CONFIG="$PKG_CONFIG" # Let the user override the test.
6682 else
6683 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6684 for as_dir in $PATH
6686 IFS=$as_save_IFS
6687 test -z "$as_dir" && as_dir=.
6688 for ac_exec_ext in '' $ac_executable_extensions; do
6689 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6690 ac_cv_prog_PKG_CONFIG="$ac_prog"
6691 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
6692 break 2
6694 done
6695 done
6696 IFS=$as_save_IFS
6700 PKG_CONFIG=$ac_cv_prog_PKG_CONFIG
6701 if test -n "$PKG_CONFIG"; then
6702 { $as_echo "$as_me:$LINENO: result: $PKG_CONFIG" >&5
6703 $as_echo "$PKG_CONFIG" >&6; }
6704 else
6705 { $as_echo "$as_me:$LINENO: result: no" >&5
6706 $as_echo "no" >&6; }
6710 test -n "$PKG_CONFIG" && break
6711 done
6712 test -n "$PKG_CONFIG" || PKG_CONFIG="false"
6714 for ac_prog in rsvg
6716 # Extract the first word of "$ac_prog", so it can be a program name with args.
6717 set dummy $ac_prog; ac_word=$2
6718 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
6719 $as_echo_n "checking for $ac_word... " >&6; }
6720 if test "${ac_cv_prog_RSVG+set}" = set; then
6721 $as_echo_n "(cached) " >&6
6722 else
6723 if test -n "$RSVG"; then
6724 ac_cv_prog_RSVG="$RSVG" # Let the user override the test.
6725 else
6726 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6727 for as_dir in $PATH
6729 IFS=$as_save_IFS
6730 test -z "$as_dir" && as_dir=.
6731 for ac_exec_ext in '' $ac_executable_extensions; do
6732 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6733 ac_cv_prog_RSVG="$ac_prog"
6734 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
6735 break 2
6737 done
6738 done
6739 IFS=$as_save_IFS
6743 RSVG=$ac_cv_prog_RSVG
6744 if test -n "$RSVG"; then
6745 { $as_echo "$as_me:$LINENO: result: $RSVG" >&5
6746 $as_echo "$RSVG" >&6; }
6747 else
6748 { $as_echo "$as_me:$LINENO: result: no" >&5
6749 $as_echo "no" >&6; }
6753 test -n "$RSVG" && break
6754 done
6755 test -n "$RSVG" || RSVG="false"
6757 for ac_prog in icotool
6759 # Extract the first word of "$ac_prog", so it can be a program name with args.
6760 set dummy $ac_prog; ac_word=$2
6761 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
6762 $as_echo_n "checking for $ac_word... " >&6; }
6763 if test "${ac_cv_prog_ICOTOOL+set}" = set; then
6764 $as_echo_n "(cached) " >&6
6765 else
6766 if test -n "$ICOTOOL"; then
6767 ac_cv_prog_ICOTOOL="$ICOTOOL" # Let the user override the test.
6768 else
6769 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6770 for as_dir in $PATH
6772 IFS=$as_save_IFS
6773 test -z "$as_dir" && as_dir=.
6774 for ac_exec_ext in '' $ac_executable_extensions; do
6775 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6776 ac_cv_prog_ICOTOOL="$ac_prog"
6777 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
6778 break 2
6780 done
6781 done
6782 IFS=$as_save_IFS
6786 ICOTOOL=$ac_cv_prog_ICOTOOL
6787 if test -n "$ICOTOOL"; then
6788 { $as_echo "$as_me:$LINENO: result: $ICOTOOL" >&5
6789 $as_echo "$ICOTOOL" >&6; }
6790 else
6791 { $as_echo "$as_me:$LINENO: result: no" >&5
6792 $as_echo "no" >&6; }
6796 test -n "$ICOTOOL" && break
6797 done
6798 test -n "$ICOTOOL" || ICOTOOL="false"
6801 if test "${enable_maintainer_mode+set}" = set
6802 then
6803 if test "$FONTFORGE" = "false"; then wine_warnings="$wine_warnings|fontforge is missing, fonts can't be rebuilt."; fi
6804 if test "$RSVG" = "false"; then wine_warnings="$wine_warnings|rsvg is missing, icons can't be rebuilt."; fi
6805 if test "$ICOTOOL" = "false"; then wine_warnings="$wine_warnings|icotool is missing, icons can't be rebuilt."; fi
6808 case $host_cpu in
6809 *i[3456789]86*)
6810 # Extract the first word of "prelink", so it can be a program name with args.
6811 set dummy prelink; ac_word=$2
6812 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
6813 $as_echo_n "checking for $ac_word... " >&6; }
6814 if test "${ac_cv_path_PRELINK+set}" = set; then
6815 $as_echo_n "(cached) " >&6
6816 else
6817 case $PRELINK in
6818 [\\/]* | ?:[\\/]*)
6819 ac_cv_path_PRELINK="$PRELINK" # Let the user override the test with a path.
6822 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6823 for as_dir in /sbin /usr/sbin $PATH
6825 IFS=$as_save_IFS
6826 test -z "$as_dir" && as_dir=.
6827 for ac_exec_ext in '' $ac_executable_extensions; do
6828 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6829 ac_cv_path_PRELINK="$as_dir/$ac_word$ac_exec_ext"
6830 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
6831 break 2
6833 done
6834 done
6835 IFS=$as_save_IFS
6837 test -z "$ac_cv_path_PRELINK" && ac_cv_path_PRELINK="false"
6839 esac
6841 PRELINK=$ac_cv_path_PRELINK
6842 if test -n "$PRELINK"; then
6843 { $as_echo "$as_me:$LINENO: result: $PRELINK" >&5
6844 $as_echo "$PRELINK" >&6; }
6845 else
6846 { $as_echo "$as_me:$LINENO: result: no" >&5
6847 $as_echo "no" >&6; }
6852 esac
6856 { $as_echo "$as_me:$LINENO: checking for i386_set_ldt in -li386" >&5
6857 $as_echo_n "checking for i386_set_ldt in -li386... " >&6; }
6858 if test "${ac_cv_lib_i386_i386_set_ldt+set}" = set; then
6859 $as_echo_n "(cached) " >&6
6860 else
6861 ac_check_lib_save_LIBS=$LIBS
6862 LIBS="-li386 $LIBS"
6863 cat >conftest.$ac_ext <<_ACEOF
6864 /* confdefs.h. */
6865 _ACEOF
6866 cat confdefs.h >>conftest.$ac_ext
6867 cat >>conftest.$ac_ext <<_ACEOF
6868 /* end confdefs.h. */
6870 /* Override any GCC internal prototype to avoid an error.
6871 Use char because int might match the return type of a GCC
6872 builtin and then its argument prototype would still apply. */
6873 #ifdef __cplusplus
6874 extern "C"
6875 #endif
6876 char i386_set_ldt ();
6878 main ()
6880 return i386_set_ldt ();
6882 return 0;
6884 _ACEOF
6885 rm -f conftest.$ac_objext conftest$ac_exeext
6886 if { (ac_try="$ac_link"
6887 case "(($ac_try" in
6888 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6889 *) ac_try_echo=$ac_try;;
6890 esac
6891 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
6892 $as_echo "$ac_try_echo") >&5
6893 (eval "$ac_link") 2>conftest.er1
6894 ac_status=$?
6895 grep -v '^ *+' conftest.er1 >conftest.err
6896 rm -f conftest.er1
6897 cat conftest.err >&5
6898 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
6899 (exit $ac_status); } && {
6900 test -z "$ac_c_werror_flag" ||
6901 test ! -s conftest.err
6902 } && test -s conftest$ac_exeext && {
6903 test "$cross_compiling" = yes ||
6904 $as_test_x conftest$ac_exeext
6905 }; then
6906 ac_cv_lib_i386_i386_set_ldt=yes
6907 else
6908 $as_echo "$as_me: failed program was:" >&5
6909 sed 's/^/| /' conftest.$ac_ext >&5
6911 ac_cv_lib_i386_i386_set_ldt=no
6914 rm -rf conftest.dSYM
6915 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
6916 conftest$ac_exeext conftest.$ac_ext
6917 LIBS=$ac_check_lib_save_LIBS
6919 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_i386_i386_set_ldt" >&5
6920 $as_echo "$ac_cv_lib_i386_i386_set_ldt" >&6; }
6921 if test "x$ac_cv_lib_i386_i386_set_ldt" = x""yes; then
6922 cat >>confdefs.h <<_ACEOF
6923 #define HAVE_LIBI386 1
6924 _ACEOF
6926 LIBS="-li386 $LIBS"
6931 { $as_echo "$as_me:$LINENO: checking for _oss_ioctl in -lossaudio" >&5
6932 $as_echo_n "checking for _oss_ioctl in -lossaudio... " >&6; }
6933 if test "${ac_cv_lib_ossaudio__oss_ioctl+set}" = set; then
6934 $as_echo_n "(cached) " >&6
6935 else
6936 ac_check_lib_save_LIBS=$LIBS
6937 LIBS="-lossaudio $LIBS"
6938 cat >conftest.$ac_ext <<_ACEOF
6939 /* confdefs.h. */
6940 _ACEOF
6941 cat confdefs.h >>conftest.$ac_ext
6942 cat >>conftest.$ac_ext <<_ACEOF
6943 /* end confdefs.h. */
6945 /* Override any GCC internal prototype to avoid an error.
6946 Use char because int might match the return type of a GCC
6947 builtin and then its argument prototype would still apply. */
6948 #ifdef __cplusplus
6949 extern "C"
6950 #endif
6951 char _oss_ioctl ();
6953 main ()
6955 return _oss_ioctl ();
6957 return 0;
6959 _ACEOF
6960 rm -f conftest.$ac_objext conftest$ac_exeext
6961 if { (ac_try="$ac_link"
6962 case "(($ac_try" in
6963 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6964 *) ac_try_echo=$ac_try;;
6965 esac
6966 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
6967 $as_echo "$ac_try_echo") >&5
6968 (eval "$ac_link") 2>conftest.er1
6969 ac_status=$?
6970 grep -v '^ *+' conftest.er1 >conftest.err
6971 rm -f conftest.er1
6972 cat conftest.err >&5
6973 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
6974 (exit $ac_status); } && {
6975 test -z "$ac_c_werror_flag" ||
6976 test ! -s conftest.err
6977 } && test -s conftest$ac_exeext && {
6978 test "$cross_compiling" = yes ||
6979 $as_test_x conftest$ac_exeext
6980 }; then
6981 ac_cv_lib_ossaudio__oss_ioctl=yes
6982 else
6983 $as_echo "$as_me: failed program was:" >&5
6984 sed 's/^/| /' conftest.$ac_ext >&5
6986 ac_cv_lib_ossaudio__oss_ioctl=no
6989 rm -rf conftest.dSYM
6990 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
6991 conftest$ac_exeext conftest.$ac_ext
6992 LIBS=$ac_check_lib_save_LIBS
6994 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_ossaudio__oss_ioctl" >&5
6995 $as_echo "$ac_cv_lib_ossaudio__oss_ioctl" >&6; }
6996 if test "x$ac_cv_lib_ossaudio__oss_ioctl" = x""yes; then
6997 cat >>confdefs.h <<_ACEOF
6998 #define HAVE_LIBOSSAUDIO 1
6999 _ACEOF
7001 LIBS="-lossaudio $LIBS"
7005 { $as_echo "$as_me:$LINENO: checking for pthread_create in -lpthread" >&5
7006 $as_echo_n "checking for pthread_create in -lpthread... " >&6; }
7007 if test "${ac_cv_lib_pthread_pthread_create+set}" = set; then
7008 $as_echo_n "(cached) " >&6
7009 else
7010 ac_check_lib_save_LIBS=$LIBS
7011 LIBS="-lpthread $LIBS"
7012 cat >conftest.$ac_ext <<_ACEOF
7013 /* confdefs.h. */
7014 _ACEOF
7015 cat confdefs.h >>conftest.$ac_ext
7016 cat >>conftest.$ac_ext <<_ACEOF
7017 /* end confdefs.h. */
7019 /* Override any GCC internal prototype to avoid an error.
7020 Use char because int might match the return type of a GCC
7021 builtin and then its argument prototype would still apply. */
7022 #ifdef __cplusplus
7023 extern "C"
7024 #endif
7025 char pthread_create ();
7027 main ()
7029 return pthread_create ();
7031 return 0;
7033 _ACEOF
7034 rm -f conftest.$ac_objext conftest$ac_exeext
7035 if { (ac_try="$ac_link"
7036 case "(($ac_try" in
7037 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7038 *) ac_try_echo=$ac_try;;
7039 esac
7040 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
7041 $as_echo "$ac_try_echo") >&5
7042 (eval "$ac_link") 2>conftest.er1
7043 ac_status=$?
7044 grep -v '^ *+' conftest.er1 >conftest.err
7045 rm -f conftest.er1
7046 cat conftest.err >&5
7047 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
7048 (exit $ac_status); } && {
7049 test -z "$ac_c_werror_flag" ||
7050 test ! -s conftest.err
7051 } && test -s conftest$ac_exeext && {
7052 test "$cross_compiling" = yes ||
7053 $as_test_x conftest$ac_exeext
7054 }; then
7055 ac_cv_lib_pthread_pthread_create=yes
7056 else
7057 $as_echo "$as_me: failed program was:" >&5
7058 sed 's/^/| /' conftest.$ac_ext >&5
7060 ac_cv_lib_pthread_pthread_create=no
7063 rm -rf conftest.dSYM
7064 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
7065 conftest$ac_exeext conftest.$ac_ext
7066 LIBS=$ac_check_lib_save_LIBS
7068 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_pthread_pthread_create" >&5
7069 $as_echo "$ac_cv_lib_pthread_pthread_create" >&6; }
7070 if test "x$ac_cv_lib_pthread_pthread_create" = x""yes; then
7071 LIBPTHREAD="-lpthread"
7076 XLIB=""
7078 OPENGL_LIBS=""
7082 { $as_echo "$as_me:$LINENO: checking for ANSI C header files" >&5
7083 $as_echo_n "checking for ANSI C header files... " >&6; }
7084 if test "${ac_cv_header_stdc+set}" = set; then
7085 $as_echo_n "(cached) " >&6
7086 else
7087 cat >conftest.$ac_ext <<_ACEOF
7088 /* confdefs.h. */
7089 _ACEOF
7090 cat confdefs.h >>conftest.$ac_ext
7091 cat >>conftest.$ac_ext <<_ACEOF
7092 /* end confdefs.h. */
7093 #include <stdlib.h>
7094 #include <stdarg.h>
7095 #include <string.h>
7096 #include <float.h>
7099 main ()
7103 return 0;
7105 _ACEOF
7106 rm -f conftest.$ac_objext
7107 if { (ac_try="$ac_compile"
7108 case "(($ac_try" in
7109 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7110 *) ac_try_echo=$ac_try;;
7111 esac
7112 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
7113 $as_echo "$ac_try_echo") >&5
7114 (eval "$ac_compile") 2>conftest.er1
7115 ac_status=$?
7116 grep -v '^ *+' conftest.er1 >conftest.err
7117 rm -f conftest.er1
7118 cat conftest.err >&5
7119 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
7120 (exit $ac_status); } && {
7121 test -z "$ac_c_werror_flag" ||
7122 test ! -s conftest.err
7123 } && test -s conftest.$ac_objext; then
7124 ac_cv_header_stdc=yes
7125 else
7126 $as_echo "$as_me: failed program was:" >&5
7127 sed 's/^/| /' conftest.$ac_ext >&5
7129 ac_cv_header_stdc=no
7132 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
7134 if test $ac_cv_header_stdc = yes; then
7135 # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
7136 cat >conftest.$ac_ext <<_ACEOF
7137 /* confdefs.h. */
7138 _ACEOF
7139 cat confdefs.h >>conftest.$ac_ext
7140 cat >>conftest.$ac_ext <<_ACEOF
7141 /* end confdefs.h. */
7142 #include <string.h>
7144 _ACEOF
7145 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
7146 $EGREP "memchr" >/dev/null 2>&1; then
7148 else
7149 ac_cv_header_stdc=no
7151 rm -f conftest*
7155 if test $ac_cv_header_stdc = yes; then
7156 # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
7157 cat >conftest.$ac_ext <<_ACEOF
7158 /* confdefs.h. */
7159 _ACEOF
7160 cat confdefs.h >>conftest.$ac_ext
7161 cat >>conftest.$ac_ext <<_ACEOF
7162 /* end confdefs.h. */
7163 #include <stdlib.h>
7165 _ACEOF
7166 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
7167 $EGREP "free" >/dev/null 2>&1; then
7169 else
7170 ac_cv_header_stdc=no
7172 rm -f conftest*
7176 if test $ac_cv_header_stdc = yes; then
7177 # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi.
7178 if test "$cross_compiling" = yes; then
7180 else
7181 cat >conftest.$ac_ext <<_ACEOF
7182 /* confdefs.h. */
7183 _ACEOF
7184 cat confdefs.h >>conftest.$ac_ext
7185 cat >>conftest.$ac_ext <<_ACEOF
7186 /* end confdefs.h. */
7187 #include <ctype.h>
7188 #include <stdlib.h>
7189 #if ((' ' & 0x0FF) == 0x020)
7190 # define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
7191 # define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
7192 #else
7193 # define ISLOWER(c) \
7194 (('a' <= (c) && (c) <= 'i') \
7195 || ('j' <= (c) && (c) <= 'r') \
7196 || ('s' <= (c) && (c) <= 'z'))
7197 # define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c))
7198 #endif
7200 #define XOR(e, f) (((e) && !(f)) || (!(e) && (f)))
7202 main ()
7204 int i;
7205 for (i = 0; i < 256; i++)
7206 if (XOR (islower (i), ISLOWER (i))
7207 || toupper (i) != TOUPPER (i))
7208 return 2;
7209 return 0;
7211 _ACEOF
7212 rm -f conftest$ac_exeext
7213 if { (ac_try="$ac_link"
7214 case "(($ac_try" in
7215 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7216 *) ac_try_echo=$ac_try;;
7217 esac
7218 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
7219 $as_echo "$ac_try_echo") >&5
7220 (eval "$ac_link") 2>&5
7221 ac_status=$?
7222 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
7223 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
7224 { (case "(($ac_try" in
7225 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7226 *) ac_try_echo=$ac_try;;
7227 esac
7228 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
7229 $as_echo "$ac_try_echo") >&5
7230 (eval "$ac_try") 2>&5
7231 ac_status=$?
7232 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
7233 (exit $ac_status); }; }; then
7235 else
7236 $as_echo "$as_me: program exited with status $ac_status" >&5
7237 $as_echo "$as_me: failed program was:" >&5
7238 sed 's/^/| /' conftest.$ac_ext >&5
7240 ( exit $ac_status )
7241 ac_cv_header_stdc=no
7243 rm -rf conftest.dSYM
7244 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
7250 { $as_echo "$as_me:$LINENO: result: $ac_cv_header_stdc" >&5
7251 $as_echo "$ac_cv_header_stdc" >&6; }
7252 if test $ac_cv_header_stdc = yes; then
7254 cat >>confdefs.h <<\_ACEOF
7255 #define STDC_HEADERS 1
7256 _ACEOF
7260 # On IRIX 5.3, sys/types and inttypes.h are conflicting.
7270 for ac_header in sys/types.h sys/stat.h stdlib.h string.h memory.h strings.h \
7271 inttypes.h stdint.h unistd.h
7273 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
7274 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
7275 $as_echo_n "checking for $ac_header... " >&6; }
7276 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
7277 $as_echo_n "(cached) " >&6
7278 else
7279 cat >conftest.$ac_ext <<_ACEOF
7280 /* confdefs.h. */
7281 _ACEOF
7282 cat confdefs.h >>conftest.$ac_ext
7283 cat >>conftest.$ac_ext <<_ACEOF
7284 /* end confdefs.h. */
7285 $ac_includes_default
7287 #include <$ac_header>
7288 _ACEOF
7289 rm -f conftest.$ac_objext
7290 if { (ac_try="$ac_compile"
7291 case "(($ac_try" in
7292 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7293 *) ac_try_echo=$ac_try;;
7294 esac
7295 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
7296 $as_echo "$ac_try_echo") >&5
7297 (eval "$ac_compile") 2>conftest.er1
7298 ac_status=$?
7299 grep -v '^ *+' conftest.er1 >conftest.err
7300 rm -f conftest.er1
7301 cat conftest.err >&5
7302 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
7303 (exit $ac_status); } && {
7304 test -z "$ac_c_werror_flag" ||
7305 test ! -s conftest.err
7306 } && test -s conftest.$ac_objext; then
7307 eval "$as_ac_Header=yes"
7308 else
7309 $as_echo "$as_me: failed program was:" >&5
7310 sed 's/^/| /' conftest.$ac_ext >&5
7312 eval "$as_ac_Header=no"
7315 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
7317 ac_res=`eval 'as_val=${'$as_ac_Header'}
7318 $as_echo "$as_val"'`
7319 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
7320 $as_echo "$ac_res" >&6; }
7321 as_val=`eval 'as_val=${'$as_ac_Header'}
7322 $as_echo "$as_val"'`
7323 if test "x$as_val" = x""yes; then
7324 cat >>confdefs.h <<_ACEOF
7325 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
7326 _ACEOF
7330 done
7447 for ac_header in \
7448 AudioUnit/AudioUnit.h \
7449 Carbon/Carbon.h \
7450 CoreAudio/CoreAudio.h \
7451 DiskArbitration/DiskArbitration.h \
7452 IOKit/IOKitLib.h \
7453 alias.h \
7454 alsa/asoundlib.h \
7455 arpa/inet.h \
7456 arpa/nameser.h \
7457 asm/types.h \
7458 capi20.h \
7459 curses.h \
7460 direct.h \
7461 dirent.h \
7462 dlfcn.h \
7463 elf.h \
7464 float.h \
7465 fontconfig/fontconfig.h \
7466 getopt.h \
7467 grp.h \
7468 ieeefp.h \
7469 io.h \
7470 jack/jack.h \
7471 jpeglib.h \
7472 lber.h \
7473 lcms.h \
7474 lcms/lcms.h \
7475 ldap.h \
7476 libaudioio.h \
7477 link.h \
7478 linux/cdrom.h \
7479 linux/compiler.h \
7480 linux/hdreg.h \
7481 linux/input.h \
7482 linux/ioctl.h \
7483 linux/joystick.h \
7484 linux/major.h \
7485 linux/param.h \
7486 linux/serial.h \
7487 linux/ucdrom.h \
7488 mach/mach.h \
7489 mach/machine.h \
7490 machine/cpu.h \
7491 machine/limits.h \
7492 machine/soundcard.h \
7493 mntent.h \
7494 ncurses.h \
7495 netdb.h \
7496 netinet/in.h \
7497 netinet/in_systm.h \
7498 netinet/tcp.h \
7499 netinet/tcp_fsm.h \
7500 openssl/err.h \
7501 openssl/ssl.h \
7502 png.h \
7503 poll.h \
7504 process.h \
7505 pthread.h \
7506 pwd.h \
7507 regex.h \
7508 sched.h \
7509 scsi/scsi.h \
7510 scsi/scsi_ioctl.h \
7511 scsi/sg.h \
7512 soundcard.h \
7513 stdint.h \
7514 strings.h \
7515 sys/asoundlib.h \
7516 sys/cdio.h \
7517 sys/elf32.h \
7518 sys/epoll.h \
7519 sys/errno.h \
7520 sys/event.h \
7521 sys/exec_elf.h \
7522 sys/filio.h \
7523 sys/ioctl.h \
7524 sys/ipc.h \
7525 sys/limits.h \
7526 sys/link.h \
7527 sys/lwp.h \
7528 sys/mman.h \
7529 sys/modem.h \
7530 sys/msg.h \
7531 sys/mtio.h \
7532 sys/param.h \
7533 sys/poll.h \
7534 sys/prctl.h \
7535 sys/ptrace.h \
7536 sys/reg.h \
7537 sys/resource.h \
7538 sys/scsiio.h \
7539 sys/shm.h \
7540 sys/signal.h \
7541 sys/socket.h \
7542 sys/socketvar.h \
7543 sys/sockio.h \
7544 sys/soundcard.h \
7545 sys/statvfs.h \
7546 sys/strtio.h \
7547 sys/syscall.h \
7548 sys/sysctl.h \
7549 sys/time.h \
7550 sys/times.h \
7551 sys/uio.h \
7552 sys/un.h \
7553 sys/utsname.h \
7554 sys/vm86.h \
7555 sys/wait.h \
7556 syscall.h \
7557 termios.h \
7558 unistd.h \
7559 utime.h \
7560 valgrind/memcheck.h \
7561 valgrind/valgrind.h
7564 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
7565 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
7566 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
7567 $as_echo_n "checking for $ac_header... " >&6; }
7568 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
7569 $as_echo_n "(cached) " >&6
7571 ac_res=`eval 'as_val=${'$as_ac_Header'}
7572 $as_echo "$as_val"'`
7573 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
7574 $as_echo "$ac_res" >&6; }
7575 else
7576 # Is the header compilable?
7577 { $as_echo "$as_me:$LINENO: checking $ac_header usability" >&5
7578 $as_echo_n "checking $ac_header usability... " >&6; }
7579 cat >conftest.$ac_ext <<_ACEOF
7580 /* confdefs.h. */
7581 _ACEOF
7582 cat confdefs.h >>conftest.$ac_ext
7583 cat >>conftest.$ac_ext <<_ACEOF
7584 /* end confdefs.h. */
7585 $ac_includes_default
7586 #include <$ac_header>
7587 _ACEOF
7588 rm -f conftest.$ac_objext
7589 if { (ac_try="$ac_compile"
7590 case "(($ac_try" in
7591 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7592 *) ac_try_echo=$ac_try;;
7593 esac
7594 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
7595 $as_echo "$ac_try_echo") >&5
7596 (eval "$ac_compile") 2>conftest.er1
7597 ac_status=$?
7598 grep -v '^ *+' conftest.er1 >conftest.err
7599 rm -f conftest.er1
7600 cat conftest.err >&5
7601 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
7602 (exit $ac_status); } && {
7603 test -z "$ac_c_werror_flag" ||
7604 test ! -s conftest.err
7605 } && test -s conftest.$ac_objext; then
7606 ac_header_compiler=yes
7607 else
7608 $as_echo "$as_me: failed program was:" >&5
7609 sed 's/^/| /' conftest.$ac_ext >&5
7611 ac_header_compiler=no
7614 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
7615 { $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
7616 $as_echo "$ac_header_compiler" >&6; }
7618 # Is the header present?
7619 { $as_echo "$as_me:$LINENO: checking $ac_header presence" >&5
7620 $as_echo_n "checking $ac_header presence... " >&6; }
7621 cat >conftest.$ac_ext <<_ACEOF
7622 /* confdefs.h. */
7623 _ACEOF
7624 cat confdefs.h >>conftest.$ac_ext
7625 cat >>conftest.$ac_ext <<_ACEOF
7626 /* end confdefs.h. */
7627 #include <$ac_header>
7628 _ACEOF
7629 if { (ac_try="$ac_cpp conftest.$ac_ext"
7630 case "(($ac_try" in
7631 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7632 *) ac_try_echo=$ac_try;;
7633 esac
7634 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
7635 $as_echo "$ac_try_echo") >&5
7636 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
7637 ac_status=$?
7638 grep -v '^ *+' conftest.er1 >conftest.err
7639 rm -f conftest.er1
7640 cat conftest.err >&5
7641 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
7642 (exit $ac_status); } >/dev/null && {
7643 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
7644 test ! -s conftest.err
7645 }; then
7646 ac_header_preproc=yes
7647 else
7648 $as_echo "$as_me: failed program was:" >&5
7649 sed 's/^/| /' conftest.$ac_ext >&5
7651 ac_header_preproc=no
7654 rm -f conftest.err conftest.$ac_ext
7655 { $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
7656 $as_echo "$ac_header_preproc" >&6; }
7658 # So? What about this header?
7659 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
7660 yes:no: )
7661 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
7662 $as_echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
7663 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
7664 $as_echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
7665 ac_header_preproc=yes
7667 no:yes:* )
7668 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
7669 $as_echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
7670 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
7671 $as_echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
7672 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
7673 $as_echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
7674 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
7675 $as_echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
7676 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
7677 $as_echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
7678 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
7679 $as_echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
7680 ( cat <<\_ASBOX
7681 ## ------------------------------------ ##
7682 ## Report this to wine-devel@winehq.org ##
7683 ## ------------------------------------ ##
7684 _ASBOX
7685 ) | sed "s/^/$as_me: WARNING: /" >&2
7687 esac
7688 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
7689 $as_echo_n "checking for $ac_header... " >&6; }
7690 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
7691 $as_echo_n "(cached) " >&6
7692 else
7693 eval "$as_ac_Header=\$ac_header_preproc"
7695 ac_res=`eval 'as_val=${'$as_ac_Header'}
7696 $as_echo "$as_val"'`
7697 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
7698 $as_echo "$ac_res" >&6; }
7701 as_val=`eval 'as_val=${'$as_ac_Header'}
7702 $as_echo "$as_val"'`
7703 if test "x$as_val" = x""yes; then
7704 cat >>confdefs.h <<_ACEOF
7705 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
7706 _ACEOF
7710 done
7712 { $as_echo "$as_me:$LINENO: checking whether stat file-mode macros are broken" >&5
7713 $as_echo_n "checking whether stat file-mode macros are broken... " >&6; }
7714 if test "${ac_cv_header_stat_broken+set}" = set; then
7715 $as_echo_n "(cached) " >&6
7716 else
7717 cat >conftest.$ac_ext <<_ACEOF
7718 /* confdefs.h. */
7719 _ACEOF
7720 cat confdefs.h >>conftest.$ac_ext
7721 cat >>conftest.$ac_ext <<_ACEOF
7722 /* end confdefs.h. */
7723 #include <sys/types.h>
7724 #include <sys/stat.h>
7726 #if defined S_ISBLK && defined S_IFDIR
7727 extern char c1[S_ISBLK (S_IFDIR) ? -1 : 1];
7728 #endif
7730 #if defined S_ISBLK && defined S_IFCHR
7731 extern char c2[S_ISBLK (S_IFCHR) ? -1 : 1];
7732 #endif
7734 #if defined S_ISLNK && defined S_IFREG
7735 extern char c3[S_ISLNK (S_IFREG) ? -1 : 1];
7736 #endif
7738 #if defined S_ISSOCK && defined S_IFREG
7739 extern char c4[S_ISSOCK (S_IFREG) ? -1 : 1];
7740 #endif
7742 _ACEOF
7743 rm -f conftest.$ac_objext
7744 if { (ac_try="$ac_compile"
7745 case "(($ac_try" in
7746 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7747 *) ac_try_echo=$ac_try;;
7748 esac
7749 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
7750 $as_echo "$ac_try_echo") >&5
7751 (eval "$ac_compile") 2>conftest.er1
7752 ac_status=$?
7753 grep -v '^ *+' conftest.er1 >conftest.err
7754 rm -f conftest.er1
7755 cat conftest.err >&5
7756 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
7757 (exit $ac_status); } && {
7758 test -z "$ac_c_werror_flag" ||
7759 test ! -s conftest.err
7760 } && test -s conftest.$ac_objext; then
7761 ac_cv_header_stat_broken=no
7762 else
7763 $as_echo "$as_me: failed program was:" >&5
7764 sed 's/^/| /' conftest.$ac_ext >&5
7766 ac_cv_header_stat_broken=yes
7769 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
7771 { $as_echo "$as_me:$LINENO: result: $ac_cv_header_stat_broken" >&5
7772 $as_echo "$ac_cv_header_stat_broken" >&6; }
7773 if test $ac_cv_header_stat_broken = yes; then
7775 cat >>confdefs.h <<\_ACEOF
7776 #define STAT_MACROS_BROKEN 1
7777 _ACEOF
7787 for ac_header in sys/mount.h sys/statfs.h sys/user.h sys/vfs.h
7789 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
7790 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
7791 $as_echo_n "checking for $ac_header... " >&6; }
7792 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
7793 $as_echo_n "(cached) " >&6
7794 else
7795 cat >conftest.$ac_ext <<_ACEOF
7796 /* confdefs.h. */
7797 _ACEOF
7798 cat confdefs.h >>conftest.$ac_ext
7799 cat >>conftest.$ac_ext <<_ACEOF
7800 /* end confdefs.h. */
7801 #include <sys/types.h>
7802 #ifdef HAVE_SYS_PARAM_H
7803 # include <sys/param.h>
7804 #endif
7806 #include <$ac_header>
7807 _ACEOF
7808 rm -f conftest.$ac_objext
7809 if { (ac_try="$ac_compile"
7810 case "(($ac_try" in
7811 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7812 *) ac_try_echo=$ac_try;;
7813 esac
7814 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
7815 $as_echo "$ac_try_echo") >&5
7816 (eval "$ac_compile") 2>conftest.er1
7817 ac_status=$?
7818 grep -v '^ *+' conftest.er1 >conftest.err
7819 rm -f conftest.er1
7820 cat conftest.err >&5
7821 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
7822 (exit $ac_status); } && {
7823 test -z "$ac_c_werror_flag" ||
7824 test ! -s conftest.err
7825 } && test -s conftest.$ac_objext; then
7826 eval "$as_ac_Header=yes"
7827 else
7828 $as_echo "$as_me: failed program was:" >&5
7829 sed 's/^/| /' conftest.$ac_ext >&5
7831 eval "$as_ac_Header=no"
7834 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
7836 ac_res=`eval 'as_val=${'$as_ac_Header'}
7837 $as_echo "$as_val"'`
7838 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
7839 $as_echo "$ac_res" >&6; }
7840 as_val=`eval 'as_val=${'$as_ac_Header'}
7841 $as_echo "$as_val"'`
7842 if test "x$as_val" = x""yes; then
7843 cat >>confdefs.h <<_ACEOF
7844 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
7845 _ACEOF
7849 done
7864 for ac_header in \
7865 netinet/ip.h \
7866 net/if.h \
7867 net/if_arp.h \
7868 net/if_dl.h \
7869 net/if_types.h \
7870 net/route.h \
7871 netinet/if_ether.h \
7872 netinet/in_pcb.h \
7873 netinet/ip_icmp.h \
7874 netinet/ip_var.h \
7875 netinet/udp.h \
7876 netipx/ipx.h \
7879 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
7880 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
7881 $as_echo_n "checking for $ac_header... " >&6; }
7882 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
7883 $as_echo_n "(cached) " >&6
7884 else
7885 cat >conftest.$ac_ext <<_ACEOF
7886 /* confdefs.h. */
7887 _ACEOF
7888 cat confdefs.h >>conftest.$ac_ext
7889 cat >>conftest.$ac_ext <<_ACEOF
7890 /* end confdefs.h. */
7891 #include <sys/types.h>
7892 #ifdef HAVE_SYS_SOCKET_H
7893 # include <sys/socket.h>
7894 #endif
7895 #ifdef HAVE_SYS_SOCKETVAR_H
7896 # include <sys/socketvar.h>
7897 #endif
7898 #ifdef HAVE_NETINET_IN_H
7899 # include <netinet/in.h>
7900 #endif
7901 #ifdef HAVE_NETINET_IP_H
7902 # include <netinet/ip.h>
7903 #endif
7905 #include <$ac_header>
7906 _ACEOF
7907 rm -f conftest.$ac_objext
7908 if { (ac_try="$ac_compile"
7909 case "(($ac_try" in
7910 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7911 *) ac_try_echo=$ac_try;;
7912 esac
7913 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
7914 $as_echo "$ac_try_echo") >&5
7915 (eval "$ac_compile") 2>conftest.er1
7916 ac_status=$?
7917 grep -v '^ *+' conftest.er1 >conftest.err
7918 rm -f conftest.er1
7919 cat conftest.err >&5
7920 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
7921 (exit $ac_status); } && {
7922 test -z "$ac_c_werror_flag" ||
7923 test ! -s conftest.err
7924 } && test -s conftest.$ac_objext; then
7925 eval "$as_ac_Header=yes"
7926 else
7927 $as_echo "$as_me: failed program was:" >&5
7928 sed 's/^/| /' conftest.$ac_ext >&5
7930 eval "$as_ac_Header=no"
7933 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
7935 ac_res=`eval 'as_val=${'$as_ac_Header'}
7936 $as_echo "$as_val"'`
7937 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
7938 $as_echo "$ac_res" >&6; }
7939 as_val=`eval 'as_val=${'$as_ac_Header'}
7940 $as_echo "$as_val"'`
7941 if test "x$as_val" = x""yes; then
7942 cat >>confdefs.h <<_ACEOF
7943 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
7944 _ACEOF
7948 done
7955 for ac_header in netinet/tcp_var.h netinet/udp_var.h netinet/icmp_var.h netinet/tcp_timer.h
7957 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
7958 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
7959 $as_echo_n "checking for $ac_header... " >&6; }
7960 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
7961 $as_echo_n "(cached) " >&6
7962 else
7963 cat >conftest.$ac_ext <<_ACEOF
7964 /* confdefs.h. */
7965 _ACEOF
7966 cat confdefs.h >>conftest.$ac_ext
7967 cat >>conftest.$ac_ext <<_ACEOF
7968 /* end confdefs.h. */
7969 #include <sys/types.h>
7970 #ifdef HAVE_ALIAS_H
7971 # include <alias.h>
7972 #endif
7973 #ifdef HAVE_SYS_SOCKET_H
7974 # include <sys/socket.h>
7975 #endif
7976 #ifdef HAVE_SYS_SOCKETVAR_H
7977 # include <sys/socketvar.h>
7978 #endif
7979 #ifdef HAVE_NETINET_IN_H
7980 # include <netinet/in.h>
7981 #endif
7982 #ifdef HAVE_NETINET_IP_H
7983 # include <netinet/ip.h>
7984 #endif
7985 #ifdef HAVE_NETINET_IP_VAR_H
7986 # include <netinet/ip_var.h>
7987 #endif
7988 #ifdef HAVE_NETINET_IP_ICMP_H
7989 # include <netinet/ip_icmp.h>
7990 #endif
7991 #ifdef HAVE_NETINET_UDP_H
7992 # include <netinet/udp.h>
7993 #endif
7994 #ifdef HAVE_NETINET_TCP_H
7995 # include <netinet/tcp.h>
7996 #endif
7998 #include <$ac_header>
7999 _ACEOF
8000 rm -f conftest.$ac_objext
8001 if { (ac_try="$ac_compile"
8002 case "(($ac_try" in
8003 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8004 *) ac_try_echo=$ac_try;;
8005 esac
8006 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
8007 $as_echo "$ac_try_echo") >&5
8008 (eval "$ac_compile") 2>conftest.er1
8009 ac_status=$?
8010 grep -v '^ *+' conftest.er1 >conftest.err
8011 rm -f conftest.er1
8012 cat conftest.err >&5
8013 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
8014 (exit $ac_status); } && {
8015 test -z "$ac_c_werror_flag" ||
8016 test ! -s conftest.err
8017 } && test -s conftest.$ac_objext; then
8018 eval "$as_ac_Header=yes"
8019 else
8020 $as_echo "$as_me: failed program was:" >&5
8021 sed 's/^/| /' conftest.$ac_ext >&5
8023 eval "$as_ac_Header=no"
8026 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
8028 ac_res=`eval 'as_val=${'$as_ac_Header'}
8029 $as_echo "$as_val"'`
8030 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
8031 $as_echo "$ac_res" >&6; }
8032 as_val=`eval 'as_val=${'$as_ac_Header'}
8033 $as_echo "$as_val"'`
8034 if test "x$as_val" = x""yes; then
8035 cat >>confdefs.h <<_ACEOF
8036 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
8037 _ACEOF
8041 done
8045 for ac_header in linux/ipx.h
8047 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
8048 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
8049 $as_echo_n "checking for $ac_header... " >&6; }
8050 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
8051 $as_echo_n "(cached) " >&6
8052 else
8053 cat >conftest.$ac_ext <<_ACEOF
8054 /* confdefs.h. */
8055 _ACEOF
8056 cat confdefs.h >>conftest.$ac_ext
8057 cat >>conftest.$ac_ext <<_ACEOF
8058 /* end confdefs.h. */
8059 #include <sys/types.h>
8060 #ifdef HAVE_ASM_TYPES_H
8061 # include <asm/types.h>
8062 #endif
8063 #ifdef HAVE_SYS_SOCKET_H
8064 # include <sys/socket.h>
8065 #endif
8067 #include <$ac_header>
8068 _ACEOF
8069 rm -f conftest.$ac_objext
8070 if { (ac_try="$ac_compile"
8071 case "(($ac_try" in
8072 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8073 *) ac_try_echo=$ac_try;;
8074 esac
8075 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
8076 $as_echo "$ac_try_echo") >&5
8077 (eval "$ac_compile") 2>conftest.er1
8078 ac_status=$?
8079 grep -v '^ *+' conftest.er1 >conftest.err
8080 rm -f conftest.er1
8081 cat conftest.err >&5
8082 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
8083 (exit $ac_status); } && {
8084 test -z "$ac_c_werror_flag" ||
8085 test ! -s conftest.err
8086 } && test -s conftest.$ac_objext; then
8087 eval "$as_ac_Header=yes"
8088 else
8089 $as_echo "$as_me: failed program was:" >&5
8090 sed 's/^/| /' conftest.$ac_ext >&5
8092 eval "$as_ac_Header=no"
8095 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
8097 ac_res=`eval 'as_val=${'$as_ac_Header'}
8098 $as_echo "$as_val"'`
8099 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
8100 $as_echo "$ac_res" >&6; }
8101 as_val=`eval 'as_val=${'$as_ac_Header'}
8102 $as_echo "$as_val"'`
8103 if test "x$as_val" = x""yes; then
8104 cat >>confdefs.h <<_ACEOF
8105 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
8106 _ACEOF
8110 done
8114 for ac_header in resolv.h
8116 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
8117 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
8118 $as_echo_n "checking for $ac_header... " >&6; }
8119 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
8120 $as_echo_n "(cached) " >&6
8121 else
8122 cat >conftest.$ac_ext <<_ACEOF
8123 /* confdefs.h. */
8124 _ACEOF
8125 cat confdefs.h >>conftest.$ac_ext
8126 cat >>conftest.$ac_ext <<_ACEOF
8127 /* end confdefs.h. */
8128 #include <sys/types.h>
8129 #ifdef HAVE_SYS_SOCKET_H
8130 # include <sys/socket.h>
8131 #endif
8132 #ifdef HAVE_NETINET_IN_H
8133 # include <netinet/in.h>
8134 #endif
8135 #ifdef HAVE_ARPA_NAMESER_H
8136 # include <arpa/nameser.h>
8137 #endif
8139 #include <$ac_header>
8140 _ACEOF
8141 rm -f conftest.$ac_objext
8142 if { (ac_try="$ac_compile"
8143 case "(($ac_try" in
8144 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8145 *) ac_try_echo=$ac_try;;
8146 esac
8147 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
8148 $as_echo "$ac_try_echo") >&5
8149 (eval "$ac_compile") 2>conftest.er1
8150 ac_status=$?
8151 grep -v '^ *+' conftest.er1 >conftest.err
8152 rm -f conftest.er1
8153 cat conftest.err >&5
8154 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
8155 (exit $ac_status); } && {
8156 test -z "$ac_c_werror_flag" ||
8157 test ! -s conftest.err
8158 } && test -s conftest.$ac_objext; then
8159 eval "$as_ac_Header=yes"
8160 else
8161 $as_echo "$as_me: failed program was:" >&5
8162 sed 's/^/| /' conftest.$ac_ext >&5
8164 eval "$as_ac_Header=no"
8167 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
8169 ac_res=`eval 'as_val=${'$as_ac_Header'}
8170 $as_echo "$as_val"'`
8171 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
8172 $as_echo "$ac_res" >&6; }
8173 as_val=`eval 'as_val=${'$as_ac_Header'}
8174 $as_echo "$as_val"'`
8175 if test "x$as_val" = x""yes; then
8176 cat >>confdefs.h <<_ACEOF
8177 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
8178 _ACEOF
8182 done
8186 for ac_header in ucontext.h
8188 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
8189 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
8190 $as_echo_n "checking for $ac_header... " >&6; }
8191 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
8192 $as_echo_n "(cached) " >&6
8193 else
8194 cat >conftest.$ac_ext <<_ACEOF
8195 /* confdefs.h. */
8196 _ACEOF
8197 cat confdefs.h >>conftest.$ac_ext
8198 cat >>conftest.$ac_ext <<_ACEOF
8199 /* end confdefs.h. */
8200 #include <signal.h>
8202 #include <$ac_header>
8203 _ACEOF
8204 rm -f conftest.$ac_objext
8205 if { (ac_try="$ac_compile"
8206 case "(($ac_try" in
8207 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8208 *) ac_try_echo=$ac_try;;
8209 esac
8210 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
8211 $as_echo "$ac_try_echo") >&5
8212 (eval "$ac_compile") 2>conftest.er1
8213 ac_status=$?
8214 grep -v '^ *+' conftest.er1 >conftest.err
8215 rm -f conftest.er1
8216 cat conftest.err >&5
8217 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
8218 (exit $ac_status); } && {
8219 test -z "$ac_c_werror_flag" ||
8220 test ! -s conftest.err
8221 } && test -s conftest.$ac_objext; then
8222 eval "$as_ac_Header=yes"
8223 else
8224 $as_echo "$as_me: failed program was:" >&5
8225 sed 's/^/| /' conftest.$ac_ext >&5
8227 eval "$as_ac_Header=no"
8230 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
8232 ac_res=`eval 'as_val=${'$as_ac_Header'}
8233 $as_echo "$as_val"'`
8234 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
8235 $as_echo "$ac_res" >&6; }
8236 as_val=`eval 'as_val=${'$as_ac_Header'}
8237 $as_echo "$as_val"'`
8238 if test "x$as_val" = x""yes; then
8239 cat >>confdefs.h <<_ACEOF
8240 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
8241 _ACEOF
8245 done
8249 for ac_header in sys/thr.h
8251 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
8252 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
8253 $as_echo_n "checking for $ac_header... " >&6; }
8254 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
8255 $as_echo_n "(cached) " >&6
8256 else
8257 cat >conftest.$ac_ext <<_ACEOF
8258 /* confdefs.h. */
8259 _ACEOF
8260 cat confdefs.h >>conftest.$ac_ext
8261 cat >>conftest.$ac_ext <<_ACEOF
8262 /* end confdefs.h. */
8263 #include <sys/types.h>
8264 #ifdef HAVE_UCONTEXT_H
8265 #include <ucontext.h>
8266 #endif
8268 #include <$ac_header>
8269 _ACEOF
8270 rm -f conftest.$ac_objext
8271 if { (ac_try="$ac_compile"
8272 case "(($ac_try" in
8273 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8274 *) ac_try_echo=$ac_try;;
8275 esac
8276 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
8277 $as_echo "$ac_try_echo") >&5
8278 (eval "$ac_compile") 2>conftest.er1
8279 ac_status=$?
8280 grep -v '^ *+' conftest.er1 >conftest.err
8281 rm -f conftest.er1
8282 cat conftest.err >&5
8283 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
8284 (exit $ac_status); } && {
8285 test -z "$ac_c_werror_flag" ||
8286 test ! -s conftest.err
8287 } && test -s conftest.$ac_objext; then
8288 eval "$as_ac_Header=yes"
8289 else
8290 $as_echo "$as_me: failed program was:" >&5
8291 sed 's/^/| /' conftest.$ac_ext >&5
8293 eval "$as_ac_Header=no"
8296 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
8298 ac_res=`eval 'as_val=${'$as_ac_Header'}
8299 $as_echo "$as_val"'`
8300 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
8301 $as_echo "$ac_res" >&6; }
8302 as_val=`eval 'as_val=${'$as_ac_Header'}
8303 $as_echo "$as_val"'`
8304 if test "x$as_val" = x""yes; then
8305 cat >>confdefs.h <<_ACEOF
8306 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
8307 _ACEOF
8311 done
8315 for ac_header in pthread_np.h
8317 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
8318 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
8319 $as_echo_n "checking for $ac_header... " >&6; }
8320 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
8321 $as_echo_n "(cached) " >&6
8322 else
8323 cat >conftest.$ac_ext <<_ACEOF
8324 /* confdefs.h. */
8325 _ACEOF
8326 cat confdefs.h >>conftest.$ac_ext
8327 cat >>conftest.$ac_ext <<_ACEOF
8328 /* end confdefs.h. */
8329 #ifdef HAVE_PTHREAD_H
8330 #include <pthread.h>
8331 #endif
8333 #include <$ac_header>
8334 _ACEOF
8335 rm -f conftest.$ac_objext
8336 if { (ac_try="$ac_compile"
8337 case "(($ac_try" in
8338 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8339 *) ac_try_echo=$ac_try;;
8340 esac
8341 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
8342 $as_echo "$ac_try_echo") >&5
8343 (eval "$ac_compile") 2>conftest.er1
8344 ac_status=$?
8345 grep -v '^ *+' conftest.er1 >conftest.err
8346 rm -f conftest.er1
8347 cat conftest.err >&5
8348 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
8349 (exit $ac_status); } && {
8350 test -z "$ac_c_werror_flag" ||
8351 test ! -s conftest.err
8352 } && test -s conftest.$ac_objext; then
8353 eval "$as_ac_Header=yes"
8354 else
8355 $as_echo "$as_me: failed program was:" >&5
8356 sed 's/^/| /' conftest.$ac_ext >&5
8358 eval "$as_ac_Header=no"
8361 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
8363 ac_res=`eval 'as_val=${'$as_ac_Header'}
8364 $as_echo "$as_val"'`
8365 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
8366 $as_echo "$ac_res" >&6; }
8367 as_val=`eval 'as_val=${'$as_ac_Header'}
8368 $as_echo "$as_val"'`
8369 if test "x$as_val" = x""yes; then
8370 cat >>confdefs.h <<_ACEOF
8371 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
8372 _ACEOF
8376 done
8380 for ac_header in linux/videodev.h
8382 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
8383 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
8384 $as_echo_n "checking for $ac_header... " >&6; }
8385 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
8386 $as_echo_n "(cached) " >&6
8387 else
8388 cat >conftest.$ac_ext <<_ACEOF
8389 /* confdefs.h. */
8390 _ACEOF
8391 cat confdefs.h >>conftest.$ac_ext
8392 cat >>conftest.$ac_ext <<_ACEOF
8393 /* end confdefs.h. */
8394 #ifdef HAVE_SYS_TIME_H
8395 #include <sys/time.h>
8396 #endif
8397 #include <sys/types.h>
8398 #ifdef HAVE_ASM_TYPES_H
8399 #include <asm/types.h>
8400 #endif
8402 #include <$ac_header>
8403 _ACEOF
8404 rm -f conftest.$ac_objext
8405 if { (ac_try="$ac_compile"
8406 case "(($ac_try" in
8407 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8408 *) ac_try_echo=$ac_try;;
8409 esac
8410 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
8411 $as_echo "$ac_try_echo") >&5
8412 (eval "$ac_compile") 2>conftest.er1
8413 ac_status=$?
8414 grep -v '^ *+' conftest.er1 >conftest.err
8415 rm -f conftest.er1
8416 cat conftest.err >&5
8417 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
8418 (exit $ac_status); } && {
8419 test -z "$ac_c_werror_flag" ||
8420 test ! -s conftest.err
8421 } && test -s conftest.$ac_objext; then
8422 eval "$as_ac_Header=yes"
8423 else
8424 $as_echo "$as_me: failed program was:" >&5
8425 sed 's/^/| /' conftest.$ac_ext >&5
8427 eval "$as_ac_Header=no"
8430 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
8432 ac_res=`eval 'as_val=${'$as_ac_Header'}
8433 $as_echo "$as_val"'`
8434 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
8435 $as_echo "$ac_res" >&6; }
8436 as_val=`eval 'as_val=${'$as_ac_Header'}
8437 $as_echo "$as_val"'`
8438 if test "x$as_val" = x""yes; then
8439 cat >>confdefs.h <<_ACEOF
8440 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
8441 _ACEOF
8445 done
8449 for ac_header in linux/capi.h
8451 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
8452 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
8453 $as_echo_n "checking for $ac_header... " >&6; }
8454 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
8455 $as_echo_n "(cached) " >&6
8456 else
8457 cat >conftest.$ac_ext <<_ACEOF
8458 /* confdefs.h. */
8459 _ACEOF
8460 cat confdefs.h >>conftest.$ac_ext
8461 cat >>conftest.$ac_ext <<_ACEOF
8462 /* end confdefs.h. */
8463 #define __user
8465 #include <$ac_header>
8466 _ACEOF
8467 rm -f conftest.$ac_objext
8468 if { (ac_try="$ac_compile"
8469 case "(($ac_try" in
8470 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8471 *) ac_try_echo=$ac_try;;
8472 esac
8473 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
8474 $as_echo "$ac_try_echo") >&5
8475 (eval "$ac_compile") 2>conftest.er1
8476 ac_status=$?
8477 grep -v '^ *+' conftest.er1 >conftest.err
8478 rm -f conftest.er1
8479 cat conftest.err >&5
8480 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
8481 (exit $ac_status); } && {
8482 test -z "$ac_c_werror_flag" ||
8483 test ! -s conftest.err
8484 } && test -s conftest.$ac_objext; then
8485 eval "$as_ac_Header=yes"
8486 else
8487 $as_echo "$as_me: failed program was:" >&5
8488 sed 's/^/| /' conftest.$ac_ext >&5
8490 eval "$as_ac_Header=no"
8493 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
8495 ac_res=`eval 'as_val=${'$as_ac_Header'}
8496 $as_echo "$as_val"'`
8497 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
8498 $as_echo "$ac_res" >&6; }
8499 as_val=`eval 'as_val=${'$as_ac_Header'}
8500 $as_echo "$as_val"'`
8501 if test "x$as_val" = x""yes; then
8502 cat >>confdefs.h <<_ACEOF
8503 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
8504 _ACEOF
8508 done
8512 DLLEXT=""
8514 DLLFLAGS="-D_REENTRANT"
8516 LDSHARED=""
8518 LDDLLFLAGS=""
8520 LIBEXT="so"
8522 IMPLIBEXT="def"
8524 LDRPATH_INSTALL=""
8526 LDRPATH_LOCAL=""
8528 # Extract the first word of "ldd", so it can be a program name with args.
8529 set dummy ldd; ac_word=$2
8530 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
8531 $as_echo_n "checking for $ac_word... " >&6; }
8532 if test "${ac_cv_path_LDD+set}" = set; then
8533 $as_echo_n "(cached) " >&6
8534 else
8535 case $LDD in
8536 [\\/]* | ?:[\\/]*)
8537 ac_cv_path_LDD="$LDD" # Let the user override the test with a path.
8540 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8541 as_dummy="/sbin:/usr/sbin:$PATH"
8542 for as_dir in $as_dummy
8544 IFS=$as_save_IFS
8545 test -z "$as_dir" && as_dir=.
8546 for ac_exec_ext in '' $ac_executable_extensions; do
8547 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8548 ac_cv_path_LDD="$as_dir/$ac_word$ac_exec_ext"
8549 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
8550 break 2
8552 done
8553 done
8554 IFS=$as_save_IFS
8556 test -z "$ac_cv_path_LDD" && ac_cv_path_LDD="true"
8558 esac
8560 LDD=$ac_cv_path_LDD
8561 if test -n "$LDD"; then
8562 { $as_echo "$as_me:$LINENO: result: $LDD" >&5
8563 $as_echo "$LDD" >&6; }
8564 else
8565 { $as_echo "$as_me:$LINENO: result: no" >&5
8566 $as_echo "no" >&6; }
8571 case $host_os in
8572 cygwin*|mingw32*)
8573 if test -n "$ac_tool_prefix"; then
8574 # Extract the first word of "${ac_tool_prefix}dlltool", so it can be a program name with args.
8575 set dummy ${ac_tool_prefix}dlltool; ac_word=$2
8576 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
8577 $as_echo_n "checking for $ac_word... " >&6; }
8578 if test "${ac_cv_prog_DLLTOOL+set}" = set; then
8579 $as_echo_n "(cached) " >&6
8580 else
8581 if test -n "$DLLTOOL"; then
8582 ac_cv_prog_DLLTOOL="$DLLTOOL" # Let the user override the test.
8583 else
8584 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8585 for as_dir in $PATH
8587 IFS=$as_save_IFS
8588 test -z "$as_dir" && as_dir=.
8589 for ac_exec_ext in '' $ac_executable_extensions; do
8590 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8591 ac_cv_prog_DLLTOOL="${ac_tool_prefix}dlltool"
8592 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
8593 break 2
8595 done
8596 done
8597 IFS=$as_save_IFS
8601 DLLTOOL=$ac_cv_prog_DLLTOOL
8602 if test -n "$DLLTOOL"; then
8603 { $as_echo "$as_me:$LINENO: result: $DLLTOOL" >&5
8604 $as_echo "$DLLTOOL" >&6; }
8605 else
8606 { $as_echo "$as_me:$LINENO: result: no" >&5
8607 $as_echo "no" >&6; }
8612 if test -z "$ac_cv_prog_DLLTOOL"; then
8613 ac_ct_DLLTOOL=$DLLTOOL
8614 # Extract the first word of "dlltool", so it can be a program name with args.
8615 set dummy dlltool; ac_word=$2
8616 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
8617 $as_echo_n "checking for $ac_word... " >&6; }
8618 if test "${ac_cv_prog_ac_ct_DLLTOOL+set}" = set; then
8619 $as_echo_n "(cached) " >&6
8620 else
8621 if test -n "$ac_ct_DLLTOOL"; then
8622 ac_cv_prog_ac_ct_DLLTOOL="$ac_ct_DLLTOOL" # Let the user override the test.
8623 else
8624 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8625 for as_dir in $PATH
8627 IFS=$as_save_IFS
8628 test -z "$as_dir" && as_dir=.
8629 for ac_exec_ext in '' $ac_executable_extensions; do
8630 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8631 ac_cv_prog_ac_ct_DLLTOOL="dlltool"
8632 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
8633 break 2
8635 done
8636 done
8637 IFS=$as_save_IFS
8641 ac_ct_DLLTOOL=$ac_cv_prog_ac_ct_DLLTOOL
8642 if test -n "$ac_ct_DLLTOOL"; then
8643 { $as_echo "$as_me:$LINENO: result: $ac_ct_DLLTOOL" >&5
8644 $as_echo "$ac_ct_DLLTOOL" >&6; }
8645 else
8646 { $as_echo "$as_me:$LINENO: result: no" >&5
8647 $as_echo "no" >&6; }
8650 if test "x$ac_ct_DLLTOOL" = x; then
8651 DLLTOOL="false"
8652 else
8653 case $cross_compiling:$ac_tool_warned in
8654 yes:)
8655 { $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5
8656 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
8657 ac_tool_warned=yes ;;
8658 esac
8659 DLLTOOL=$ac_ct_DLLTOOL
8661 else
8662 DLLTOOL="$ac_cv_prog_DLLTOOL"
8665 if test -n "$ac_tool_prefix"; then
8666 # Extract the first word of "${ac_tool_prefix}dllwrap", so it can be a program name with args.
8667 set dummy ${ac_tool_prefix}dllwrap; ac_word=$2
8668 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
8669 $as_echo_n "checking for $ac_word... " >&6; }
8670 if test "${ac_cv_prog_DLLWRAP+set}" = set; then
8671 $as_echo_n "(cached) " >&6
8672 else
8673 if test -n "$DLLWRAP"; then
8674 ac_cv_prog_DLLWRAP="$DLLWRAP" # Let the user override the test.
8675 else
8676 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8677 for as_dir in $PATH
8679 IFS=$as_save_IFS
8680 test -z "$as_dir" && as_dir=.
8681 for ac_exec_ext in '' $ac_executable_extensions; do
8682 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8683 ac_cv_prog_DLLWRAP="${ac_tool_prefix}dllwrap"
8684 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
8685 break 2
8687 done
8688 done
8689 IFS=$as_save_IFS
8693 DLLWRAP=$ac_cv_prog_DLLWRAP
8694 if test -n "$DLLWRAP"; then
8695 { $as_echo "$as_me:$LINENO: result: $DLLWRAP" >&5
8696 $as_echo "$DLLWRAP" >&6; }
8697 else
8698 { $as_echo "$as_me:$LINENO: result: no" >&5
8699 $as_echo "no" >&6; }
8704 if test -z "$ac_cv_prog_DLLWRAP"; then
8705 ac_ct_DLLWRAP=$DLLWRAP
8706 # Extract the first word of "dllwrap", so it can be a program name with args.
8707 set dummy dllwrap; ac_word=$2
8708 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
8709 $as_echo_n "checking for $ac_word... " >&6; }
8710 if test "${ac_cv_prog_ac_ct_DLLWRAP+set}" = set; then
8711 $as_echo_n "(cached) " >&6
8712 else
8713 if test -n "$ac_ct_DLLWRAP"; then
8714 ac_cv_prog_ac_ct_DLLWRAP="$ac_ct_DLLWRAP" # Let the user override the test.
8715 else
8716 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8717 for as_dir in $PATH
8719 IFS=$as_save_IFS
8720 test -z "$as_dir" && as_dir=.
8721 for ac_exec_ext in '' $ac_executable_extensions; do
8722 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8723 ac_cv_prog_ac_ct_DLLWRAP="dllwrap"
8724 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
8725 break 2
8727 done
8728 done
8729 IFS=$as_save_IFS
8733 ac_ct_DLLWRAP=$ac_cv_prog_ac_ct_DLLWRAP
8734 if test -n "$ac_ct_DLLWRAP"; then
8735 { $as_echo "$as_me:$LINENO: result: $ac_ct_DLLWRAP" >&5
8736 $as_echo "$ac_ct_DLLWRAP" >&6; }
8737 else
8738 { $as_echo "$as_me:$LINENO: result: no" >&5
8739 $as_echo "no" >&6; }
8742 if test "x$ac_ct_DLLWRAP" = x; then
8743 DLLWRAP="false"
8744 else
8745 case $cross_compiling:$ac_tool_warned in
8746 yes:)
8747 { $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5
8748 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
8749 ac_tool_warned=yes ;;
8750 esac
8751 DLLWRAP=$ac_ct_DLLWRAP
8753 else
8754 DLLWRAP="$ac_cv_prog_DLLWRAP"
8757 if test -n "$ac_tool_prefix"; then
8758 # Extract the first word of "${ac_tool_prefix}ar", so it can be a program name with args.
8759 set dummy ${ac_tool_prefix}ar; ac_word=$2
8760 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
8761 $as_echo_n "checking for $ac_word... " >&6; }
8762 if test "${ac_cv_prog_MINGWAR+set}" = set; then
8763 $as_echo_n "(cached) " >&6
8764 else
8765 if test -n "$MINGWAR"; then
8766 ac_cv_prog_MINGWAR="$MINGWAR" # Let the user override the test.
8767 else
8768 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8769 for as_dir in $PATH
8771 IFS=$as_save_IFS
8772 test -z "$as_dir" && as_dir=.
8773 for ac_exec_ext in '' $ac_executable_extensions; do
8774 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8775 ac_cv_prog_MINGWAR="${ac_tool_prefix}ar"
8776 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
8777 break 2
8779 done
8780 done
8781 IFS=$as_save_IFS
8785 MINGWAR=$ac_cv_prog_MINGWAR
8786 if test -n "$MINGWAR"; then
8787 { $as_echo "$as_me:$LINENO: result: $MINGWAR" >&5
8788 $as_echo "$MINGWAR" >&6; }
8789 else
8790 { $as_echo "$as_me:$LINENO: result: no" >&5
8791 $as_echo "no" >&6; }
8796 if test -z "$ac_cv_prog_MINGWAR"; then
8797 ac_ct_MINGWAR=$MINGWAR
8798 # Extract the first word of "ar", so it can be a program name with args.
8799 set dummy ar; ac_word=$2
8800 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
8801 $as_echo_n "checking for $ac_word... " >&6; }
8802 if test "${ac_cv_prog_ac_ct_MINGWAR+set}" = set; then
8803 $as_echo_n "(cached) " >&6
8804 else
8805 if test -n "$ac_ct_MINGWAR"; then
8806 ac_cv_prog_ac_ct_MINGWAR="$ac_ct_MINGWAR" # Let the user override the test.
8807 else
8808 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8809 for as_dir in $PATH
8811 IFS=$as_save_IFS
8812 test -z "$as_dir" && as_dir=.
8813 for ac_exec_ext in '' $ac_executable_extensions; do
8814 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8815 ac_cv_prog_ac_ct_MINGWAR="ar"
8816 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
8817 break 2
8819 done
8820 done
8821 IFS=$as_save_IFS
8825 ac_ct_MINGWAR=$ac_cv_prog_ac_ct_MINGWAR
8826 if test -n "$ac_ct_MINGWAR"; then
8827 { $as_echo "$as_me:$LINENO: result: $ac_ct_MINGWAR" >&5
8828 $as_echo "$ac_ct_MINGWAR" >&6; }
8829 else
8830 { $as_echo "$as_me:$LINENO: result: no" >&5
8831 $as_echo "no" >&6; }
8834 if test "x$ac_ct_MINGWAR" = x; then
8835 MINGWAR="false"
8836 else
8837 case $cross_compiling:$ac_tool_warned in
8838 yes:)
8839 { $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5
8840 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
8841 ac_tool_warned=yes ;;
8842 esac
8843 MINGWAR=$ac_ct_MINGWAR
8845 else
8846 MINGWAR="$ac_cv_prog_MINGWAR"
8849 if test "$DLLWRAP" = "false"; then
8850 LIBEXT="a"
8851 else
8852 LIBEXT="dll"
8854 IMPLIBEXT="a"
8855 WIN16_FILES=""
8856 WIN16_INSTALL=""
8857 enable_iphlpapi=${enable_iphlpapi:-no}
8858 enable_kernel32=${enable_kernel32:-no}
8859 enable_msvcrt=${enable_msvcrt:-no}
8860 enable_ntdll=${enable_ntdll:-no}
8861 enable_ws2_32=${enable_ws2_32:-no}
8862 enable_loader=${enable_loader:-no}
8863 enable_server=${enable_server:-no}
8865 darwin*|macosx*)
8866 DLLEXT=".so"
8867 LIBEXT="dylib"
8868 DLLFLAGS="$DLLFLAGS -fPIC"
8869 LDDLLFLAGS="-bundle -multiply_defined suppress"
8870 LIBWINE_LDFLAGS="-multiply_defined suppress"
8871 LDSHARED="\$(CC) -dynamiclib"
8872 STRIP="$STRIP -x"
8873 LDRPATH_LOCAL="&& install_name_tool -change @executable_path/\`\$(RELPATH) \$(bindir) \$(libdir)\`/libwine.1.dylib @executable_path/\$(TOPOBJDIR)/libs/wine/libwine.1.dylib \$@ || \$(RM) \$@"
8874 SECURITYLIB="-framework Security -framework CoreFoundation"
8876 COREFOUNDATIONLIB="-framework CoreFoundation"
8878 IOKITLIB="-framework IOKit -framework CoreFoundation"
8880 LDEXECFLAGS="-image_base 0x7bf00000 -Wl,-segaddr,WINE_DOS,0x00000000,-segaddr,WINE_SHARED_HEAP,0x7f000000"
8882 if test "$ac_cv_header_DiskArbitration_DiskArbitration_h" = "yes"
8883 then
8884 DISKARBITRATIONLIB="-framework DiskArbitration -framework CoreFoundation"
8887 if test "$ac_cv_header_CoreAudio_CoreAudio_h" = "yes" -a "$ac_cv_header_AudioUnit_AudioUnit_h" = "yes"
8888 then
8889 COREAUDIO="-framework CoreAudio -framework AudioUnit -framework CoreServices -framework AudioToolbox -framework CoreMIDI"
8892 case $host_cpu in
8893 *powerpc*)
8894 LDDLLFLAGS="$LDDLLFLAGS -read_only_relocs warning" ;;
8895 esac
8896 if test "$ac_cv_header_Carbon_Carbon_h" = "yes"
8897 then
8898 CARBONLIB="-framework Carbon"
8900 enable_winequartz_drv=${enable_winequartz_drv:-yes}
8904 DLLFLAGS="$DLLFLAGS -fPIC"
8905 DLLEXT=".so"
8906 { $as_echo "$as_me:$LINENO: checking whether we can build a GNU style ELF dll" >&5
8907 $as_echo_n "checking whether we can build a GNU style ELF dll... " >&6; }
8908 if test "${ac_cv_c_dll_gnuelf+set}" = set; then
8909 $as_echo_n "(cached) " >&6
8910 else
8911 ac_wine_try_cflags_saved=$CFLAGS
8912 CFLAGS="$CFLAGS -fPIC -shared -Wl,-Bsymbolic"
8913 cat >conftest.$ac_ext <<_ACEOF
8914 void myfunc() {}
8915 _ACEOF
8916 rm -f conftest.$ac_objext conftest$ac_exeext
8917 if { (ac_try="$ac_link"
8918 case "(($ac_try" in
8919 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8920 *) ac_try_echo=$ac_try;;
8921 esac
8922 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
8923 $as_echo "$ac_try_echo") >&5
8924 (eval "$ac_link") 2>conftest.er1
8925 ac_status=$?
8926 grep -v '^ *+' conftest.er1 >conftest.err
8927 rm -f conftest.er1
8928 cat conftest.err >&5
8929 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
8930 (exit $ac_status); } && {
8931 test -z "$ac_c_werror_flag" ||
8932 test ! -s conftest.err
8933 } && test -s conftest$ac_exeext && {
8934 test "$cross_compiling" = yes ||
8935 $as_test_x conftest$ac_exeext
8936 }; then
8937 ac_cv_c_dll_gnuelf="yes"
8938 else
8939 $as_echo "$as_me: failed program was:" >&5
8940 sed 's/^/| /' conftest.$ac_ext >&5
8942 ac_cv_c_dll_gnuelf="no"
8945 rm -rf conftest.dSYM
8946 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
8947 conftest$ac_exeext conftest.$ac_ext
8948 CFLAGS=$ac_wine_try_cflags_saved
8950 { $as_echo "$as_me:$LINENO: result: $ac_cv_c_dll_gnuelf" >&5
8951 $as_echo "$ac_cv_c_dll_gnuelf" >&6; }
8952 if test "$ac_cv_c_dll_gnuelf" = "yes"
8953 then
8954 LDSHARED="\$(CC) -shared"
8955 LDDLLFLAGS="-shared -Wl,-Bsymbolic"
8956 { $as_echo "$as_me:$LINENO: checking whether the compiler supports -fPIC -shared -Wl,-soname,confest.so.1" >&5
8957 $as_echo_n "checking whether the compiler supports -fPIC -shared -Wl,-soname,confest.so.1... " >&6; }
8958 if test "${ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1+set}" = set; then
8959 $as_echo_n "(cached) " >&6
8960 else
8961 ac_wine_try_cflags_saved=$CFLAGS
8962 CFLAGS="$CFLAGS -fPIC -shared -Wl,-soname,confest.so.1"
8963 cat >conftest.$ac_ext <<_ACEOF
8964 /* confdefs.h. */
8965 _ACEOF
8966 cat confdefs.h >>conftest.$ac_ext
8967 cat >>conftest.$ac_ext <<_ACEOF
8968 /* end confdefs.h. */
8971 main ()
8975 return 0;
8977 _ACEOF
8978 rm -f conftest.$ac_objext conftest$ac_exeext
8979 if { (ac_try="$ac_link"
8980 case "(($ac_try" in
8981 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8982 *) ac_try_echo=$ac_try;;
8983 esac
8984 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
8985 $as_echo "$ac_try_echo") >&5
8986 (eval "$ac_link") 2>conftest.er1
8987 ac_status=$?
8988 grep -v '^ *+' conftest.er1 >conftest.err
8989 rm -f conftest.er1
8990 cat conftest.err >&5
8991 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
8992 (exit $ac_status); } && {
8993 test -z "$ac_c_werror_flag" ||
8994 test ! -s conftest.err
8995 } && test -s conftest$ac_exeext && {
8996 test "$cross_compiling" = yes ||
8997 $as_test_x conftest$ac_exeext
8998 }; then
8999 ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1=yes
9000 else
9001 $as_echo "$as_me: failed program was:" >&5
9002 sed 's/^/| /' conftest.$ac_ext >&5
9004 ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1=no
9007 rm -rf conftest.dSYM
9008 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9009 conftest$ac_exeext conftest.$ac_ext
9010 CFLAGS=$ac_wine_try_cflags_saved
9012 { $as_echo "$as_me:$LINENO: result: $ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1" >&5
9013 $as_echo "$ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1" >&6; }
9014 if test $ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1 = yes; then
9015 LDSHARED="\$(CC) -shared \$(SONAME:%=-Wl,-soname,%)"
9016 else
9017 { $as_echo "$as_me:$LINENO: checking whether the compiler supports -fPIC -shared -Wl,-h,confest.so.1" >&5
9018 $as_echo_n "checking whether the compiler supports -fPIC -shared -Wl,-h,confest.so.1... " >&6; }
9019 if test "${ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1+set}" = set; then
9020 $as_echo_n "(cached) " >&6
9021 else
9022 ac_wine_try_cflags_saved=$CFLAGS
9023 CFLAGS="$CFLAGS -fPIC -shared -Wl,-h,confest.so.1"
9024 cat >conftest.$ac_ext <<_ACEOF
9025 /* confdefs.h. */
9026 _ACEOF
9027 cat confdefs.h >>conftest.$ac_ext
9028 cat >>conftest.$ac_ext <<_ACEOF
9029 /* end confdefs.h. */
9032 main ()
9036 return 0;
9038 _ACEOF
9039 rm -f conftest.$ac_objext conftest$ac_exeext
9040 if { (ac_try="$ac_link"
9041 case "(($ac_try" in
9042 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9043 *) ac_try_echo=$ac_try;;
9044 esac
9045 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
9046 $as_echo "$ac_try_echo") >&5
9047 (eval "$ac_link") 2>conftest.er1
9048 ac_status=$?
9049 grep -v '^ *+' conftest.er1 >conftest.err
9050 rm -f conftest.er1
9051 cat conftest.err >&5
9052 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
9053 (exit $ac_status); } && {
9054 test -z "$ac_c_werror_flag" ||
9055 test ! -s conftest.err
9056 } && test -s conftest$ac_exeext && {
9057 test "$cross_compiling" = yes ||
9058 $as_test_x conftest$ac_exeext
9059 }; then
9060 ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1=yes
9061 else
9062 $as_echo "$as_me: failed program was:" >&5
9063 sed 's/^/| /' conftest.$ac_ext >&5
9065 ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1=no
9068 rm -rf conftest.dSYM
9069 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9070 conftest$ac_exeext conftest.$ac_ext
9071 CFLAGS=$ac_wine_try_cflags_saved
9073 { $as_echo "$as_me:$LINENO: result: $ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1" >&5
9074 $as_echo "$ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1" >&6; }
9075 if test $ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1 = yes; then
9076 LDSHARED="\$(CC) -shared \$(SONAME:%=-Wl,-h,%)"
9082 { $as_echo "$as_me:$LINENO: checking whether the compiler supports -fPIC -shared -Wl,-Bsymbolic,-z,defs" >&5
9083 $as_echo_n "checking whether the compiler supports -fPIC -shared -Wl,-Bsymbolic,-z,defs... " >&6; }
9084 if test "${ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__z_defs+set}" = set; then
9085 $as_echo_n "(cached) " >&6
9086 else
9087 ac_wine_try_cflags_saved=$CFLAGS
9088 CFLAGS="$CFLAGS -fPIC -shared -Wl,-Bsymbolic,-z,defs"
9089 cat >conftest.$ac_ext <<_ACEOF
9090 /* confdefs.h. */
9091 _ACEOF
9092 cat confdefs.h >>conftest.$ac_ext
9093 cat >>conftest.$ac_ext <<_ACEOF
9094 /* end confdefs.h. */
9097 main ()
9101 return 0;
9103 _ACEOF
9104 rm -f conftest.$ac_objext conftest$ac_exeext
9105 if { (ac_try="$ac_link"
9106 case "(($ac_try" in
9107 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9108 *) ac_try_echo=$ac_try;;
9109 esac
9110 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
9111 $as_echo "$ac_try_echo") >&5
9112 (eval "$ac_link") 2>conftest.er1
9113 ac_status=$?
9114 grep -v '^ *+' conftest.er1 >conftest.err
9115 rm -f conftest.er1
9116 cat conftest.err >&5
9117 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
9118 (exit $ac_status); } && {
9119 test -z "$ac_c_werror_flag" ||
9120 test ! -s conftest.err
9121 } && test -s conftest$ac_exeext && {
9122 test "$cross_compiling" = yes ||
9123 $as_test_x conftest$ac_exeext
9124 }; then
9125 ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__z_defs=yes
9126 else
9127 $as_echo "$as_me: failed program was:" >&5
9128 sed 's/^/| /' conftest.$ac_ext >&5
9130 ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__z_defs=no
9133 rm -rf conftest.dSYM
9134 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9135 conftest$ac_exeext conftest.$ac_ext
9136 CFLAGS=$ac_wine_try_cflags_saved
9138 { $as_echo "$as_me:$LINENO: result: $ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__z_defs" >&5
9139 $as_echo "$ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__z_defs" >&6; }
9140 if test $ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__z_defs = yes; then
9141 LDDLLFLAGS="$LDDLLFLAGS,-z,defs"
9145 { $as_echo "$as_me:$LINENO: checking whether the compiler supports -fPIC -shared -Wl,-Bsymbolic,-init,__wine_spec_init,-fini,__wine_spec_fini" >&5
9146 $as_echo_n "checking whether the compiler supports -fPIC -shared -Wl,-Bsymbolic,-init,__wine_spec_init,-fini,__wine_spec_fini... " >&6; }
9147 if test "${ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__init___wine_spec_init__fini___wine_spec_fini+set}" = set; then
9148 $as_echo_n "(cached) " >&6
9149 else
9150 ac_wine_try_cflags_saved=$CFLAGS
9151 CFLAGS="$CFLAGS -fPIC -shared -Wl,-Bsymbolic,-init,__wine_spec_init,-fini,__wine_spec_fini"
9152 cat >conftest.$ac_ext <<_ACEOF
9153 /* confdefs.h. */
9154 _ACEOF
9155 cat confdefs.h >>conftest.$ac_ext
9156 cat >>conftest.$ac_ext <<_ACEOF
9157 /* end confdefs.h. */
9160 main ()
9164 return 0;
9166 _ACEOF
9167 rm -f conftest.$ac_objext conftest$ac_exeext
9168 if { (ac_try="$ac_link"
9169 case "(($ac_try" in
9170 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9171 *) ac_try_echo=$ac_try;;
9172 esac
9173 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
9174 $as_echo "$ac_try_echo") >&5
9175 (eval "$ac_link") 2>conftest.er1
9176 ac_status=$?
9177 grep -v '^ *+' conftest.er1 >conftest.err
9178 rm -f conftest.er1
9179 cat conftest.err >&5
9180 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
9181 (exit $ac_status); } && {
9182 test -z "$ac_c_werror_flag" ||
9183 test ! -s conftest.err
9184 } && test -s conftest$ac_exeext && {
9185 test "$cross_compiling" = yes ||
9186 $as_test_x conftest$ac_exeext
9187 }; then
9188 ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__init___wine_spec_init__fini___wine_spec_fini=yes
9189 else
9190 $as_echo "$as_me: failed program was:" >&5
9191 sed 's/^/| /' conftest.$ac_ext >&5
9193 ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__init___wine_spec_init__fini___wine_spec_fini=no
9196 rm -rf conftest.dSYM
9197 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9198 conftest$ac_exeext conftest.$ac_ext
9199 CFLAGS=$ac_wine_try_cflags_saved
9201 { $as_echo "$as_me:$LINENO: result: $ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__init___wine_spec_init__fini___wine_spec_fini" >&5
9202 $as_echo "$ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__init___wine_spec_init__fini___wine_spec_fini" >&6; }
9203 if test $ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__init___wine_spec_init__fini___wine_spec_fini = yes; then
9204 LDDLLFLAGS="$LDDLLFLAGS,-init,__wine_spec_init,-fini,__wine_spec_fini"
9208 echo '{ global: *; };' >conftest.map
9209 { $as_echo "$as_me:$LINENO: checking whether the compiler supports -fPIC -shared -Wl,--version-script=conftest.map" >&5
9210 $as_echo_n "checking whether the compiler supports -fPIC -shared -Wl,--version-script=conftest.map... " >&6; }
9211 if test "${ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map+set}" = set; then
9212 $as_echo_n "(cached) " >&6
9213 else
9214 ac_wine_try_cflags_saved=$CFLAGS
9215 CFLAGS="$CFLAGS -fPIC -shared -Wl,--version-script=conftest.map"
9216 cat >conftest.$ac_ext <<_ACEOF
9217 /* confdefs.h. */
9218 _ACEOF
9219 cat confdefs.h >>conftest.$ac_ext
9220 cat >>conftest.$ac_ext <<_ACEOF
9221 /* end confdefs.h. */
9224 main ()
9228 return 0;
9230 _ACEOF
9231 rm -f conftest.$ac_objext conftest$ac_exeext
9232 if { (ac_try="$ac_link"
9233 case "(($ac_try" in
9234 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9235 *) ac_try_echo=$ac_try;;
9236 esac
9237 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
9238 $as_echo "$ac_try_echo") >&5
9239 (eval "$ac_link") 2>conftest.er1
9240 ac_status=$?
9241 grep -v '^ *+' conftest.er1 >conftest.err
9242 rm -f conftest.er1
9243 cat conftest.err >&5
9244 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
9245 (exit $ac_status); } && {
9246 test -z "$ac_c_werror_flag" ||
9247 test ! -s conftest.err
9248 } && test -s conftest$ac_exeext && {
9249 test "$cross_compiling" = yes ||
9250 $as_test_x conftest$ac_exeext
9251 }; then
9252 ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map=yes
9253 else
9254 $as_echo "$as_me: failed program was:" >&5
9255 sed 's/^/| /' conftest.$ac_ext >&5
9257 ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map=no
9260 rm -rf conftest.dSYM
9261 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9262 conftest$ac_exeext conftest.$ac_ext
9263 CFLAGS=$ac_wine_try_cflags_saved
9265 { $as_echo "$as_me:$LINENO: result: $ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map" >&5
9266 $as_echo "$ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map" >&6; }
9267 if test $ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map = yes; then
9268 LDSHARED="$LDSHARED \$(VERSCRIPT:%=-Wl,--version-script=%)"
9271 rm -f conftest.map
9273 { $as_echo "$as_me:$LINENO: checking whether the compiler supports -fPIC -Wl,--export-dynamic" >&5
9274 $as_echo_n "checking whether the compiler supports -fPIC -Wl,--export-dynamic... " >&6; }
9275 if test "${ac_cv_cflags__fPIC__Wl___export_dynamic+set}" = set; then
9276 $as_echo_n "(cached) " >&6
9277 else
9278 ac_wine_try_cflags_saved=$CFLAGS
9279 CFLAGS="$CFLAGS -fPIC -Wl,--export-dynamic"
9280 cat >conftest.$ac_ext <<_ACEOF
9281 /* confdefs.h. */
9282 _ACEOF
9283 cat confdefs.h >>conftest.$ac_ext
9284 cat >>conftest.$ac_ext <<_ACEOF
9285 /* end confdefs.h. */
9288 main ()
9292 return 0;
9294 _ACEOF
9295 rm -f conftest.$ac_objext conftest$ac_exeext
9296 if { (ac_try="$ac_link"
9297 case "(($ac_try" in
9298 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9299 *) ac_try_echo=$ac_try;;
9300 esac
9301 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
9302 $as_echo "$ac_try_echo") >&5
9303 (eval "$ac_link") 2>conftest.er1
9304 ac_status=$?
9305 grep -v '^ *+' conftest.er1 >conftest.err
9306 rm -f conftest.er1
9307 cat conftest.err >&5
9308 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
9309 (exit $ac_status); } && {
9310 test -z "$ac_c_werror_flag" ||
9311 test ! -s conftest.err
9312 } && test -s conftest$ac_exeext && {
9313 test "$cross_compiling" = yes ||
9314 $as_test_x conftest$ac_exeext
9315 }; then
9316 ac_cv_cflags__fPIC__Wl___export_dynamic=yes
9317 else
9318 $as_echo "$as_me: failed program was:" >&5
9319 sed 's/^/| /' conftest.$ac_ext >&5
9321 ac_cv_cflags__fPIC__Wl___export_dynamic=no
9324 rm -rf conftest.dSYM
9325 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9326 conftest$ac_exeext conftest.$ac_ext
9327 CFLAGS=$ac_wine_try_cflags_saved
9329 { $as_echo "$as_me:$LINENO: result: $ac_cv_cflags__fPIC__Wl___export_dynamic" >&5
9330 $as_echo "$ac_cv_cflags__fPIC__Wl___export_dynamic" >&6; }
9331 if test $ac_cv_cflags__fPIC__Wl___export_dynamic = yes; then
9332 LDEXECFLAGS="-Wl,--export-dynamic"
9337 as_ac_var=`$as_echo "ac_cv_cflags_-fPIC -Wl,--rpath,\$ORIGIN/../lib" | $as_tr_sh`
9338 { $as_echo "$as_me:$LINENO: checking whether the compiler supports -fPIC -Wl,--rpath,\$ORIGIN/../lib" >&5
9339 $as_echo_n "checking whether the compiler supports -fPIC -Wl,--rpath,\$ORIGIN/../lib... " >&6; }
9340 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
9341 $as_echo_n "(cached) " >&6
9342 else
9343 ac_wine_try_cflags_saved=$CFLAGS
9344 CFLAGS="$CFLAGS -fPIC -Wl,--rpath,\$ORIGIN/../lib"
9345 cat >conftest.$ac_ext <<_ACEOF
9346 /* confdefs.h. */
9347 _ACEOF
9348 cat confdefs.h >>conftest.$ac_ext
9349 cat >>conftest.$ac_ext <<_ACEOF
9350 /* end confdefs.h. */
9353 main ()
9357 return 0;
9359 _ACEOF
9360 rm -f conftest.$ac_objext conftest$ac_exeext
9361 if { (ac_try="$ac_link"
9362 case "(($ac_try" in
9363 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9364 *) ac_try_echo=$ac_try;;
9365 esac
9366 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
9367 $as_echo "$ac_try_echo") >&5
9368 (eval "$ac_link") 2>conftest.er1
9369 ac_status=$?
9370 grep -v '^ *+' conftest.er1 >conftest.err
9371 rm -f conftest.er1
9372 cat conftest.err >&5
9373 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
9374 (exit $ac_status); } && {
9375 test -z "$ac_c_werror_flag" ||
9376 test ! -s conftest.err
9377 } && test -s conftest$ac_exeext && {
9378 test "$cross_compiling" = yes ||
9379 $as_test_x conftest$ac_exeext
9380 }; then
9381 eval "$as_ac_var=yes"
9382 else
9383 $as_echo "$as_me: failed program was:" >&5
9384 sed 's/^/| /' conftest.$ac_ext >&5
9386 eval "$as_ac_var=no"
9389 rm -rf conftest.dSYM
9390 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9391 conftest$ac_exeext conftest.$ac_ext
9392 CFLAGS=$ac_wine_try_cflags_saved
9394 ac_res=`eval 'as_val=${'$as_ac_var'}
9395 $as_echo "$as_val"'`
9396 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
9397 $as_echo "$ac_res" >&6; }
9398 if test `eval 'as_val=${'$as_ac_var'}
9399 $as_echo "$as_val"'` = yes; then
9400 LDRPATH_INSTALL="-Wl,--rpath,\\\$\$ORIGIN/\`\$(RELPATH) \$(bindir) \$(libdir)\`"
9401 LDRPATH_LOCAL="-Wl,--rpath,\\\$\$ORIGIN/\$(TOPOBJDIR)/libs/wine"
9402 else
9403 as_ac_var=`$as_echo "ac_cv_cflags_-fPIC -Wl,-R,\$ORIGIN/../lib" | $as_tr_sh`
9404 { $as_echo "$as_me:$LINENO: checking whether the compiler supports -fPIC -Wl,-R,\$ORIGIN/../lib" >&5
9405 $as_echo_n "checking whether the compiler supports -fPIC -Wl,-R,\$ORIGIN/../lib... " >&6; }
9406 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
9407 $as_echo_n "(cached) " >&6
9408 else
9409 ac_wine_try_cflags_saved=$CFLAGS
9410 CFLAGS="$CFLAGS -fPIC -Wl,-R,\$ORIGIN/../lib"
9411 cat >conftest.$ac_ext <<_ACEOF
9412 /* confdefs.h. */
9413 _ACEOF
9414 cat confdefs.h >>conftest.$ac_ext
9415 cat >>conftest.$ac_ext <<_ACEOF
9416 /* end confdefs.h. */
9419 main ()
9423 return 0;
9425 _ACEOF
9426 rm -f conftest.$ac_objext conftest$ac_exeext
9427 if { (ac_try="$ac_link"
9428 case "(($ac_try" in
9429 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9430 *) ac_try_echo=$ac_try;;
9431 esac
9432 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
9433 $as_echo "$ac_try_echo") >&5
9434 (eval "$ac_link") 2>conftest.er1
9435 ac_status=$?
9436 grep -v '^ *+' conftest.er1 >conftest.err
9437 rm -f conftest.er1
9438 cat conftest.err >&5
9439 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
9440 (exit $ac_status); } && {
9441 test -z "$ac_c_werror_flag" ||
9442 test ! -s conftest.err
9443 } && test -s conftest$ac_exeext && {
9444 test "$cross_compiling" = yes ||
9445 $as_test_x conftest$ac_exeext
9446 }; then
9447 eval "$as_ac_var=yes"
9448 else
9449 $as_echo "$as_me: failed program was:" >&5
9450 sed 's/^/| /' conftest.$ac_ext >&5
9452 eval "$as_ac_var=no"
9455 rm -rf conftest.dSYM
9456 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9457 conftest$ac_exeext conftest.$ac_ext
9458 CFLAGS=$ac_wine_try_cflags_saved
9460 ac_res=`eval 'as_val=${'$as_ac_var'}
9461 $as_echo "$as_val"'`
9462 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
9463 $as_echo "$ac_res" >&6; }
9464 if test `eval 'as_val=${'$as_ac_var'}
9465 $as_echo "$as_val"'` = yes; then
9466 LDRPATH_INSTALL="-Wl,-R,\\\$\$ORIGIN/\`\$(RELPATH) \$(bindir) \$(libdir)\`"
9467 LDRPATH_LOCAL="-Wl,-R,\\\$\$ORIGIN/\$(TOPOBJDIR)/libs/wine"
9473 { $as_echo "$as_me:$LINENO: checking whether the compiler supports -Wl,--enable-new-dtags" >&5
9474 $as_echo_n "checking whether the compiler supports -Wl,--enable-new-dtags... " >&6; }
9475 if test "${ac_cv_cflags__Wl___enable_new_dtags+set}" = set; then
9476 $as_echo_n "(cached) " >&6
9477 else
9478 ac_wine_try_cflags_saved=$CFLAGS
9479 CFLAGS="$CFLAGS -Wl,--enable-new-dtags"
9480 cat >conftest.$ac_ext <<_ACEOF
9481 /* confdefs.h. */
9482 _ACEOF
9483 cat confdefs.h >>conftest.$ac_ext
9484 cat >>conftest.$ac_ext <<_ACEOF
9485 /* end confdefs.h. */
9488 main ()
9492 return 0;
9494 _ACEOF
9495 rm -f conftest.$ac_objext conftest$ac_exeext
9496 if { (ac_try="$ac_link"
9497 case "(($ac_try" in
9498 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9499 *) ac_try_echo=$ac_try;;
9500 esac
9501 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
9502 $as_echo "$ac_try_echo") >&5
9503 (eval "$ac_link") 2>conftest.er1
9504 ac_status=$?
9505 grep -v '^ *+' conftest.er1 >conftest.err
9506 rm -f conftest.er1
9507 cat conftest.err >&5
9508 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
9509 (exit $ac_status); } && {
9510 test -z "$ac_c_werror_flag" ||
9511 test ! -s conftest.err
9512 } && test -s conftest$ac_exeext && {
9513 test "$cross_compiling" = yes ||
9514 $as_test_x conftest$ac_exeext
9515 }; then
9516 ac_cv_cflags__Wl___enable_new_dtags=yes
9517 else
9518 $as_echo "$as_me: failed program was:" >&5
9519 sed 's/^/| /' conftest.$ac_ext >&5
9521 ac_cv_cflags__Wl___enable_new_dtags=no
9524 rm -rf conftest.dSYM
9525 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9526 conftest$ac_exeext conftest.$ac_ext
9527 CFLAGS=$ac_wine_try_cflags_saved
9529 { $as_echo "$as_me:$LINENO: result: $ac_cv_cflags__Wl___enable_new_dtags" >&5
9530 $as_echo "$ac_cv_cflags__Wl___enable_new_dtags" >&6; }
9531 if test $ac_cv_cflags__Wl___enable_new_dtags = yes; then
9532 LDRPATH_INSTALL="$LDRPATH_INSTALL -Wl,--enable-new-dtags"
9536 case $host_cpu in
9537 *i[3456789]86* | x86_64)
9538 { $as_echo "$as_me:$LINENO: checking whether the compiler supports -Wl,--section-start,.interp=0x7bf00400" >&5
9539 $as_echo_n "checking whether the compiler supports -Wl,--section-start,.interp=0x7bf00400... " >&6; }
9540 if test "${ac_cv_cflags__Wl___section_start__interp_0x7bf00400+set}" = set; then
9541 $as_echo_n "(cached) " >&6
9542 else
9543 ac_wine_try_cflags_saved=$CFLAGS
9544 CFLAGS="$CFLAGS -Wl,--section-start,.interp=0x7bf00400"
9545 cat >conftest.$ac_ext <<_ACEOF
9546 /* confdefs.h. */
9547 _ACEOF
9548 cat confdefs.h >>conftest.$ac_ext
9549 cat >>conftest.$ac_ext <<_ACEOF
9550 /* end confdefs.h. */
9553 main ()
9557 return 0;
9559 _ACEOF
9560 rm -f conftest.$ac_objext conftest$ac_exeext
9561 if { (ac_try="$ac_link"
9562 case "(($ac_try" in
9563 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9564 *) ac_try_echo=$ac_try;;
9565 esac
9566 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
9567 $as_echo "$ac_try_echo") >&5
9568 (eval "$ac_link") 2>conftest.er1
9569 ac_status=$?
9570 grep -v '^ *+' conftest.er1 >conftest.err
9571 rm -f conftest.er1
9572 cat conftest.err >&5
9573 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
9574 (exit $ac_status); } && {
9575 test -z "$ac_c_werror_flag" ||
9576 test ! -s conftest.err
9577 } && test -s conftest$ac_exeext && {
9578 test "$cross_compiling" = yes ||
9579 $as_test_x conftest$ac_exeext
9580 }; then
9581 ac_cv_cflags__Wl___section_start__interp_0x7bf00400=yes
9582 else
9583 $as_echo "$as_me: failed program was:" >&5
9584 sed 's/^/| /' conftest.$ac_ext >&5
9586 ac_cv_cflags__Wl___section_start__interp_0x7bf00400=no
9589 rm -rf conftest.dSYM
9590 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9591 conftest$ac_exeext conftest.$ac_ext
9592 CFLAGS=$ac_wine_try_cflags_saved
9594 { $as_echo "$as_me:$LINENO: result: $ac_cv_cflags__Wl___section_start__interp_0x7bf00400" >&5
9595 $as_echo "$ac_cv_cflags__Wl___section_start__interp_0x7bf00400" >&6; }
9596 if test $ac_cv_cflags__Wl___section_start__interp_0x7bf00400 = yes; then
9597 LDEXECFLAGS="$LDEXECFLAGS -Wl,--section-start,.interp=0x7bf00400"
9601 esac
9603 else
9604 { $as_echo "$as_me:$LINENO: checking whether we can build a UnixWare (Solaris) dll" >&5
9605 $as_echo_n "checking whether we can build a UnixWare (Solaris) dll... " >&6; }
9606 if test "${ac_cv_c_dll_unixware+set}" = set; then
9607 $as_echo_n "(cached) " >&6
9608 else
9609 ac_wine_try_cflags_saved=$CFLAGS
9610 CFLAGS="$CFLAGS -fPIC -Wl,-G,-h,conftest.so.1.0,-B,symbolic"
9611 cat >conftest.$ac_ext <<_ACEOF
9612 void myfunc() {}
9613 _ACEOF
9614 rm -f conftest.$ac_objext conftest$ac_exeext
9615 if { (ac_try="$ac_link"
9616 case "(($ac_try" in
9617 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9618 *) ac_try_echo=$ac_try;;
9619 esac
9620 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
9621 $as_echo "$ac_try_echo") >&5
9622 (eval "$ac_link") 2>conftest.er1
9623 ac_status=$?
9624 grep -v '^ *+' conftest.er1 >conftest.err
9625 rm -f conftest.er1
9626 cat conftest.err >&5
9627 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
9628 (exit $ac_status); } && {
9629 test -z "$ac_c_werror_flag" ||
9630 test ! -s conftest.err
9631 } && test -s conftest$ac_exeext && {
9632 test "$cross_compiling" = yes ||
9633 $as_test_x conftest$ac_exeext
9634 }; then
9635 ac_cv_c_dll_unixware="yes"
9636 else
9637 $as_echo "$as_me: failed program was:" >&5
9638 sed 's/^/| /' conftest.$ac_ext >&5
9640 ac_cv_c_dll_unixware="no"
9643 rm -rf conftest.dSYM
9644 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9645 conftest$ac_exeext conftest.$ac_ext
9646 CFLAGS=$ac_wine_try_cflags_saved
9648 { $as_echo "$as_me:$LINENO: result: $ac_cv_c_dll_unixware" >&5
9649 $as_echo "$ac_cv_c_dll_unixware" >&6; }
9650 if test "$ac_cv_c_dll_unixware" = "yes"
9651 then
9652 LDSHARED="\$(CC) -Wl,-G \$(SONAME:%=-Wl,-h,%)"
9653 LDDLLFLAGS="-Wl,-G,-B,symbolic"
9655 else
9656 { $as_echo "$as_me:$LINENO: checking whether we can build an HP-UX dll" >&5
9657 $as_echo_n "checking whether we can build an HP-UX dll... " >&6; }
9658 if test "${ac_cv_c_dll_hpux+set}" = set; then
9659 $as_echo_n "(cached) " >&6
9660 else
9661 ac_wine_try_cflags_saved=$CFLAGS
9662 CFLAGS="$CFLAGS -shared"
9663 cat >conftest.$ac_ext <<_ACEOF
9664 void myfunc() {}
9665 _ACEOF
9666 rm -f conftest.$ac_objext conftest$ac_exeext
9667 if { (ac_try="$ac_link"
9668 case "(($ac_try" in
9669 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9670 *) ac_try_echo=$ac_try;;
9671 esac
9672 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
9673 $as_echo "$ac_try_echo") >&5
9674 (eval "$ac_link") 2>conftest.er1
9675 ac_status=$?
9676 grep -v '^ *+' conftest.er1 >conftest.err
9677 rm -f conftest.er1
9678 cat conftest.err >&5
9679 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
9680 (exit $ac_status); } && {
9681 test -z "$ac_c_werror_flag" ||
9682 test ! -s conftest.err
9683 } && test -s conftest$ac_exeext && {
9684 test "$cross_compiling" = yes ||
9685 $as_test_x conftest$ac_exeext
9686 }; then
9687 ac_cv_c_dll_hpux="yes"
9688 else
9689 $as_echo "$as_me: failed program was:" >&5
9690 sed 's/^/| /' conftest.$ac_ext >&5
9692 ac_cv_c_dll_hpux="no"
9695 rm -rf conftest.dSYM
9696 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9697 conftest$ac_exeext conftest.$ac_ext
9698 CFLAGS=$ac_wine_try_cflags_saved
9700 { $as_echo "$as_me:$LINENO: result: $ac_cv_c_dll_hpux" >&5
9701 $as_echo "$ac_cv_c_dll_hpux" >&6; }
9702 if test "$ac_cv_c_dll_hpux" = "yes"
9703 then
9704 LIBEXT="sl"
9705 DLLEXT=".sl"
9706 LDDLLFLAGS="-shared -fPIC"
9707 LDSHARED="\$(CC) -shared"
9712 esac
9714 enable_winequartz_drv=${enable_winequartz_drv:-no}
9716 if test "$LIBEXT" = "a"; then
9717 { { $as_echo "$as_me:$LINENO: error: could not find a way to build shared libraries.
9718 It is currently not possible to build Wine without shared library
9719 (.so) support to allow transparent switch between .so and .dll files.
9720 If you are using Linux, you will need a newer binutils.
9721 " >&5
9722 $as_echo "$as_me: error: could not find a way to build shared libraries.
9723 It is currently not possible to build Wine without shared library
9724 (.so) support to allow transparent switch between .so and .dll files.
9725 If you are using Linux, you will need a newer binutils.
9726 " >&2;}
9727 { (exit 1); exit 1; }; }
9730 if test "$cross_compiling" = "no" -a "$LIBEXT" != "dll"
9731 then
9732 for ac_prog in $host_cpu-pc-mingw32-gcc i586-mingw32msvc-gcc i386-mingw32msvc-gcc i686-mingw32-gcc i586-mingw32-gcc i486-mingw32-gcc i386-mingw32-gcc mingw32-gcc i686-pc-mingw32-gcc mingw-gcc
9734 # Extract the first word of "$ac_prog", so it can be a program name with args.
9735 set dummy $ac_prog; ac_word=$2
9736 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
9737 $as_echo_n "checking for $ac_word... " >&6; }
9738 if test "${ac_cv_prog_CROSSCC+set}" = set; then
9739 $as_echo_n "(cached) " >&6
9740 else
9741 if test -n "$CROSSCC"; then
9742 ac_cv_prog_CROSSCC="$CROSSCC" # Let the user override the test.
9743 else
9744 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9745 for as_dir in $PATH
9747 IFS=$as_save_IFS
9748 test -z "$as_dir" && as_dir=.
9749 for ac_exec_ext in '' $ac_executable_extensions; do
9750 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9751 ac_cv_prog_CROSSCC="$ac_prog"
9752 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
9753 break 2
9755 done
9756 done
9757 IFS=$as_save_IFS
9761 CROSSCC=$ac_cv_prog_CROSSCC
9762 if test -n "$CROSSCC"; then
9763 { $as_echo "$as_me:$LINENO: result: $CROSSCC" >&5
9764 $as_echo "$CROSSCC" >&6; }
9765 else
9766 { $as_echo "$as_me:$LINENO: result: no" >&5
9767 $as_echo "no" >&6; }
9771 test -n "$CROSSCC" && break
9772 done
9773 test -n "$CROSSCC" || CROSSCC="false"
9775 for ac_prog in $host_cpu-pc-mingw32-dlltool i586-mingw32msvc-dlltool i386-mingw32msvc-dlltool i686-mingw32-dlltool i586-mingw32-dlltool i486-mingw32-dlltool i386-mingw32-dlltool mingw32-dlltool i686-pc-mingw32-dlltool mingw-dlltool
9777 # Extract the first word of "$ac_prog", so it can be a program name with args.
9778 set dummy $ac_prog; ac_word=$2
9779 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
9780 $as_echo_n "checking for $ac_word... " >&6; }
9781 if test "${ac_cv_prog_DLLTOOL+set}" = set; then
9782 $as_echo_n "(cached) " >&6
9783 else
9784 if test -n "$DLLTOOL"; then
9785 ac_cv_prog_DLLTOOL="$DLLTOOL" # Let the user override the test.
9786 else
9787 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9788 for as_dir in $PATH
9790 IFS=$as_save_IFS
9791 test -z "$as_dir" && as_dir=.
9792 for ac_exec_ext in '' $ac_executable_extensions; do
9793 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9794 ac_cv_prog_DLLTOOL="$ac_prog"
9795 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
9796 break 2
9798 done
9799 done
9800 IFS=$as_save_IFS
9804 DLLTOOL=$ac_cv_prog_DLLTOOL
9805 if test -n "$DLLTOOL"; then
9806 { $as_echo "$as_me:$LINENO: result: $DLLTOOL" >&5
9807 $as_echo "$DLLTOOL" >&6; }
9808 else
9809 { $as_echo "$as_me:$LINENO: result: no" >&5
9810 $as_echo "no" >&6; }
9814 test -n "$DLLTOOL" && break
9815 done
9816 test -n "$DLLTOOL" || DLLTOOL="false"
9818 for ac_prog in $host_cpu-pc-mingw32-windres i586-mingw32msvc-windres i386-mingw32msvc-windres i686-mingw32-windres i586-mingw32-windres i486-mingw32-windres i386-mingw32-windres mingw32-windres i686-pc-mingw32-windres mingw-windres
9820 # Extract the first word of "$ac_prog", so it can be a program name with args.
9821 set dummy $ac_prog; ac_word=$2
9822 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
9823 $as_echo_n "checking for $ac_word... " >&6; }
9824 if test "${ac_cv_prog_CROSSWINDRES+set}" = set; then
9825 $as_echo_n "(cached) " >&6
9826 else
9827 if test -n "$CROSSWINDRES"; then
9828 ac_cv_prog_CROSSWINDRES="$CROSSWINDRES" # Let the user override the test.
9829 else
9830 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9831 for as_dir in $PATH
9833 IFS=$as_save_IFS
9834 test -z "$as_dir" && as_dir=.
9835 for ac_exec_ext in '' $ac_executable_extensions; do
9836 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9837 ac_cv_prog_CROSSWINDRES="$ac_prog"
9838 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
9839 break 2
9841 done
9842 done
9843 IFS=$as_save_IFS
9847 CROSSWINDRES=$ac_cv_prog_CROSSWINDRES
9848 if test -n "$CROSSWINDRES"; then
9849 { $as_echo "$as_me:$LINENO: result: $CROSSWINDRES" >&5
9850 $as_echo "$CROSSWINDRES" >&6; }
9851 else
9852 { $as_echo "$as_me:$LINENO: result: no" >&5
9853 $as_echo "no" >&6; }
9857 test -n "$CROSSWINDRES" && break
9858 done
9859 test -n "$CROSSWINDRES" || CROSSWINDRES="false"
9861 for ac_prog in $host_cpu-pc-mingw32-ar i586-mingw32msvc-ar i386-mingw32msvc-ar i686-mingw32-ar i586-mingw32-ar i486-mingw32-ar i386-mingw32-ar mingw32-ar i686-pc-mingw32-ar mingw-ar
9863 # Extract the first word of "$ac_prog", so it can be a program name with args.
9864 set dummy $ac_prog; ac_word=$2
9865 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
9866 $as_echo_n "checking for $ac_word... " >&6; }
9867 if test "${ac_cv_prog_MINGWAR+set}" = set; then
9868 $as_echo_n "(cached) " >&6
9869 else
9870 if test -n "$MINGWAR"; then
9871 ac_cv_prog_MINGWAR="$MINGWAR" # Let the user override the test.
9872 else
9873 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9874 for as_dir in $PATH
9876 IFS=$as_save_IFS
9877 test -z "$as_dir" && as_dir=.
9878 for ac_exec_ext in '' $ac_executable_extensions; do
9879 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9880 ac_cv_prog_MINGWAR="$ac_prog"
9881 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
9882 break 2
9884 done
9885 done
9886 IFS=$as_save_IFS
9890 MINGWAR=$ac_cv_prog_MINGWAR
9891 if test -n "$MINGWAR"; then
9892 { $as_echo "$as_me:$LINENO: result: $MINGWAR" >&5
9893 $as_echo "$MINGWAR" >&6; }
9894 else
9895 { $as_echo "$as_me:$LINENO: result: no" >&5
9896 $as_echo "no" >&6; }
9900 test -n "$MINGWAR" && break
9901 done
9902 test -n "$MINGWAR" || MINGWAR="false"
9904 if test "$CROSSCC" != "false"
9905 then
9906 CROSSTEST="\$(CROSSTEST)"
9912 if test "$have_x" = "yes"
9913 then
9914 XLIB="-lXext -lX11"
9915 ac_save_CPPFLAGS="$CPPFLAGS"
9916 CPPFLAGS="$CPPFLAGS $X_CFLAGS"
9918 { $as_echo "$as_me:$LINENO: checking for -lX11" >&5
9919 $as_echo_n "checking for -lX11... " >&6; }
9920 if test "${ac_cv_lib_soname_X11+set}" = set; then
9921 $as_echo_n "(cached) " >&6
9922 else
9923 ac_check_soname_save_LIBS=$LIBS
9924 LIBS="-lX11 $X_LIBS $X_EXTRA_LIBS $LIBS"
9925 cat >conftest.$ac_ext <<_ACEOF
9926 /* confdefs.h. */
9927 _ACEOF
9928 cat confdefs.h >>conftest.$ac_ext
9929 cat >>conftest.$ac_ext <<_ACEOF
9930 /* end confdefs.h. */
9932 /* Override any GCC internal prototype to avoid an error.
9933 Use char because int might match the return type of a GCC
9934 builtin and then its argument prototype would still apply. */
9935 #ifdef __cplusplus
9936 extern "C"
9937 #endif
9938 char XCreateWindow ();
9940 main ()
9942 return XCreateWindow ();
9944 return 0;
9946 _ACEOF
9947 rm -f conftest.$ac_objext conftest$ac_exeext
9948 if { (ac_try="$ac_link"
9949 case "(($ac_try" in
9950 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9951 *) ac_try_echo=$ac_try;;
9952 esac
9953 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
9954 $as_echo "$ac_try_echo") >&5
9955 (eval "$ac_link") 2>conftest.er1
9956 ac_status=$?
9957 grep -v '^ *+' conftest.er1 >conftest.err
9958 rm -f conftest.er1
9959 cat conftest.err >&5
9960 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
9961 (exit $ac_status); } && {
9962 test -z "$ac_c_werror_flag" ||
9963 test ! -s conftest.err
9964 } && test -s conftest$ac_exeext && {
9965 test "$cross_compiling" = yes ||
9966 $as_test_x conftest$ac_exeext
9967 }; then
9968 case "$LIBEXT" in
9969 dll) ;;
9970 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'` ;;
9971 *) ac_cv_lib_soname_X11=`$ac_cv_path_LDD conftest$ac_exeext | grep "libX11\\.$LIBEXT" | sed -e "s/^.*\(libX11\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
9972 esac
9973 else
9974 $as_echo "$as_me: failed program was:" >&5
9975 sed 's/^/| /' conftest.$ac_ext >&5
9980 rm -rf conftest.dSYM
9981 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9982 conftest$ac_exeext conftest.$ac_ext
9983 LIBS=$ac_check_soname_save_LIBS
9985 if test "x$ac_cv_lib_soname_X11" = "x"; then
9986 { $as_echo "$as_me:$LINENO: result: not found" >&5
9987 $as_echo "not found" >&6; }
9989 else
9990 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_X11" >&5
9991 $as_echo "$ac_cv_lib_soname_X11" >&6; }
9993 cat >>confdefs.h <<_ACEOF
9994 #define SONAME_LIBX11 "$ac_cv_lib_soname_X11"
9995 _ACEOF
10000 { $as_echo "$as_me:$LINENO: checking for -lXext" >&5
10001 $as_echo_n "checking for -lXext... " >&6; }
10002 if test "${ac_cv_lib_soname_Xext+set}" = set; then
10003 $as_echo_n "(cached) " >&6
10004 else
10005 ac_check_soname_save_LIBS=$LIBS
10006 LIBS="-lXext $X_LIBS -lX11 $X_EXTRA_LIBS $LIBS"
10007 cat >conftest.$ac_ext <<_ACEOF
10008 /* confdefs.h. */
10009 _ACEOF
10010 cat confdefs.h >>conftest.$ac_ext
10011 cat >>conftest.$ac_ext <<_ACEOF
10012 /* end confdefs.h. */
10014 /* Override any GCC internal prototype to avoid an error.
10015 Use char because int might match the return type of a GCC
10016 builtin and then its argument prototype would still apply. */
10017 #ifdef __cplusplus
10018 extern "C"
10019 #endif
10020 char XextCreateExtension ();
10022 main ()
10024 return XextCreateExtension ();
10026 return 0;
10028 _ACEOF
10029 rm -f conftest.$ac_objext conftest$ac_exeext
10030 if { (ac_try="$ac_link"
10031 case "(($ac_try" in
10032 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10033 *) ac_try_echo=$ac_try;;
10034 esac
10035 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
10036 $as_echo "$ac_try_echo") >&5
10037 (eval "$ac_link") 2>conftest.er1
10038 ac_status=$?
10039 grep -v '^ *+' conftest.er1 >conftest.err
10040 rm -f conftest.er1
10041 cat conftest.err >&5
10042 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
10043 (exit $ac_status); } && {
10044 test -z "$ac_c_werror_flag" ||
10045 test ! -s conftest.err
10046 } && test -s conftest$ac_exeext && {
10047 test "$cross_compiling" = yes ||
10048 $as_test_x conftest$ac_exeext
10049 }; then
10050 case "$LIBEXT" in
10051 dll) ;;
10052 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'` ;;
10053 *) ac_cv_lib_soname_Xext=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXext\\.$LIBEXT" | sed -e "s/^.*\(libXext\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
10054 esac
10055 else
10056 $as_echo "$as_me: failed program was:" >&5
10057 sed 's/^/| /' conftest.$ac_ext >&5
10062 rm -rf conftest.dSYM
10063 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10064 conftest$ac_exeext conftest.$ac_ext
10065 LIBS=$ac_check_soname_save_LIBS
10067 if test "x$ac_cv_lib_soname_Xext" = "x"; then
10068 { $as_echo "$as_me:$LINENO: result: not found" >&5
10069 $as_echo "not found" >&6; }
10071 else
10072 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_Xext" >&5
10073 $as_echo "$ac_cv_lib_soname_Xext" >&6; }
10075 cat >>confdefs.h <<_ACEOF
10076 #define SONAME_LIBXEXT "$ac_cv_lib_soname_Xext"
10077 _ACEOF
10095 for ac_header in X11/Xlib.h \
10096 X11/XKBlib.h \
10097 X11/Xutil.h \
10098 X11/Xcursor/Xcursor.h \
10099 X11/extensions/shape.h \
10100 X11/extensions/XInput.h \
10101 X11/extensions/XShm.h \
10102 X11/extensions/Xcomposite.h \
10103 X11/extensions/Xinerama.h \
10104 X11/extensions/Xrandr.h \
10105 X11/extensions/Xrender.h \
10106 X11/extensions/xf86vmode.h
10108 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
10109 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
10110 $as_echo_n "checking for $ac_header... " >&6; }
10111 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
10112 $as_echo_n "(cached) " >&6
10113 else
10114 cat >conftest.$ac_ext <<_ACEOF
10115 /* confdefs.h. */
10116 _ACEOF
10117 cat confdefs.h >>conftest.$ac_ext
10118 cat >>conftest.$ac_ext <<_ACEOF
10119 /* end confdefs.h. */
10120 #ifdef HAVE_X11_XLIB_H
10121 # include <X11/Xlib.h>
10122 #endif
10123 #ifdef HAVE_X11_XUTIL_H
10124 # include <X11/Xutil.h>
10125 #endif
10127 #include <$ac_header>
10128 _ACEOF
10129 rm -f conftest.$ac_objext
10130 if { (ac_try="$ac_compile"
10131 case "(($ac_try" in
10132 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10133 *) ac_try_echo=$ac_try;;
10134 esac
10135 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
10136 $as_echo "$ac_try_echo") >&5
10137 (eval "$ac_compile") 2>conftest.er1
10138 ac_status=$?
10139 grep -v '^ *+' conftest.er1 >conftest.err
10140 rm -f conftest.er1
10141 cat conftest.err >&5
10142 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
10143 (exit $ac_status); } && {
10144 test -z "$ac_c_werror_flag" ||
10145 test ! -s conftest.err
10146 } && test -s conftest.$ac_objext; then
10147 eval "$as_ac_Header=yes"
10148 else
10149 $as_echo "$as_me: failed program was:" >&5
10150 sed 's/^/| /' conftest.$ac_ext >&5
10152 eval "$as_ac_Header=no"
10155 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
10157 ac_res=`eval 'as_val=${'$as_ac_Header'}
10158 $as_echo "$as_val"'`
10159 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
10160 $as_echo "$ac_res" >&6; }
10161 as_val=`eval 'as_val=${'$as_ac_Header'}
10162 $as_echo "$as_val"'`
10163 if test "x$as_val" = x""yes; then
10164 cat >>confdefs.h <<_ACEOF
10165 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
10166 _ACEOF
10170 done
10173 if test "$ac_cv_header_X11_XKBlib_h" = "yes"
10174 then
10175 { $as_echo "$as_me:$LINENO: checking for XkbQueryExtension in -lX11" >&5
10176 $as_echo_n "checking for XkbQueryExtension in -lX11... " >&6; }
10177 if test "${ac_cv_lib_X11_XkbQueryExtension+set}" = set; then
10178 $as_echo_n "(cached) " >&6
10179 else
10180 ac_check_lib_save_LIBS=$LIBS
10181 LIBS="-lX11 $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
10182 cat >conftest.$ac_ext <<_ACEOF
10183 /* confdefs.h. */
10184 _ACEOF
10185 cat confdefs.h >>conftest.$ac_ext
10186 cat >>conftest.$ac_ext <<_ACEOF
10187 /* end confdefs.h. */
10189 /* Override any GCC internal prototype to avoid an error.
10190 Use char because int might match the return type of a GCC
10191 builtin and then its argument prototype would still apply. */
10192 #ifdef __cplusplus
10193 extern "C"
10194 #endif
10195 char XkbQueryExtension ();
10197 main ()
10199 return XkbQueryExtension ();
10201 return 0;
10203 _ACEOF
10204 rm -f conftest.$ac_objext conftest$ac_exeext
10205 if { (ac_try="$ac_link"
10206 case "(($ac_try" in
10207 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10208 *) ac_try_echo=$ac_try;;
10209 esac
10210 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
10211 $as_echo "$ac_try_echo") >&5
10212 (eval "$ac_link") 2>conftest.er1
10213 ac_status=$?
10214 grep -v '^ *+' conftest.er1 >conftest.err
10215 rm -f conftest.er1
10216 cat conftest.err >&5
10217 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
10218 (exit $ac_status); } && {
10219 test -z "$ac_c_werror_flag" ||
10220 test ! -s conftest.err
10221 } && test -s conftest$ac_exeext && {
10222 test "$cross_compiling" = yes ||
10223 $as_test_x conftest$ac_exeext
10224 }; then
10225 ac_cv_lib_X11_XkbQueryExtension=yes
10226 else
10227 $as_echo "$as_me: failed program was:" >&5
10228 sed 's/^/| /' conftest.$ac_ext >&5
10230 ac_cv_lib_X11_XkbQueryExtension=no
10233 rm -rf conftest.dSYM
10234 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10235 conftest$ac_exeext conftest.$ac_ext
10236 LIBS=$ac_check_lib_save_LIBS
10238 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_X11_XkbQueryExtension" >&5
10239 $as_echo "$ac_cv_lib_X11_XkbQueryExtension" >&6; }
10240 if test "x$ac_cv_lib_X11_XkbQueryExtension" = x""yes; then
10242 cat >>confdefs.h <<\_ACEOF
10243 #define HAVE_XKB 1
10244 _ACEOF
10250 if test "$ac_cv_header_X11_Xcursor_Xcursor_h" = "yes"
10251 then
10252 { $as_echo "$as_me:$LINENO: checking for -lXcursor" >&5
10253 $as_echo_n "checking for -lXcursor... " >&6; }
10254 if test "${ac_cv_lib_soname_Xcursor+set}" = set; then
10255 $as_echo_n "(cached) " >&6
10256 else
10257 ac_check_soname_save_LIBS=$LIBS
10258 LIBS="-lXcursor $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
10259 cat >conftest.$ac_ext <<_ACEOF
10260 /* confdefs.h. */
10261 _ACEOF
10262 cat confdefs.h >>conftest.$ac_ext
10263 cat >>conftest.$ac_ext <<_ACEOF
10264 /* end confdefs.h. */
10266 /* Override any GCC internal prototype to avoid an error.
10267 Use char because int might match the return type of a GCC
10268 builtin and then its argument prototype would still apply. */
10269 #ifdef __cplusplus
10270 extern "C"
10271 #endif
10272 char XcursorImageLoadCursor ();
10274 main ()
10276 return XcursorImageLoadCursor ();
10278 return 0;
10280 _ACEOF
10281 rm -f conftest.$ac_objext conftest$ac_exeext
10282 if { (ac_try="$ac_link"
10283 case "(($ac_try" in
10284 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10285 *) ac_try_echo=$ac_try;;
10286 esac
10287 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
10288 $as_echo "$ac_try_echo") >&5
10289 (eval "$ac_link") 2>conftest.er1
10290 ac_status=$?
10291 grep -v '^ *+' conftest.er1 >conftest.err
10292 rm -f conftest.er1
10293 cat conftest.err >&5
10294 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
10295 (exit $ac_status); } && {
10296 test -z "$ac_c_werror_flag" ||
10297 test ! -s conftest.err
10298 } && test -s conftest$ac_exeext && {
10299 test "$cross_compiling" = yes ||
10300 $as_test_x conftest$ac_exeext
10301 }; then
10302 case "$LIBEXT" in
10303 dll) ;;
10304 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'` ;;
10305 *) ac_cv_lib_soname_Xcursor=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXcursor\\.$LIBEXT" | sed -e "s/^.*\(libXcursor\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
10306 esac
10307 else
10308 $as_echo "$as_me: failed program was:" >&5
10309 sed 's/^/| /' conftest.$ac_ext >&5
10314 rm -rf conftest.dSYM
10315 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10316 conftest$ac_exeext conftest.$ac_ext
10317 LIBS=$ac_check_soname_save_LIBS
10319 if test "x$ac_cv_lib_soname_Xcursor" = "x"; then
10320 { $as_echo "$as_me:$LINENO: result: not found" >&5
10321 $as_echo "not found" >&6; }
10323 else
10324 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_Xcursor" >&5
10325 $as_echo "$ac_cv_lib_soname_Xcursor" >&6; }
10327 cat >>confdefs.h <<_ACEOF
10328 #define SONAME_LIBXCURSOR "$ac_cv_lib_soname_Xcursor"
10329 _ACEOF
10335 if test "x$ac_cv_lib_soname_Xcursor" = "x"; then
10336 case "x$with_xcursor" in
10337 x) wine_notices="$wine_notices|libxcursor ${notice_platform}development files not found, the Xcursor extension won't be supported." ;;
10338 xno) ;;
10339 *) { { $as_echo "$as_me:$LINENO: error: libxcursor ${notice_platform}development files not found, the Xcursor extension won't be supported.
10340 This is an error since --with-xcursor was requested." >&5
10341 $as_echo "$as_me: error: libxcursor ${notice_platform}development files not found, the Xcursor extension won't be supported.
10342 This is an error since --with-xcursor was requested." >&2;}
10343 { (exit 1); exit 1; }; } ;;
10344 esac
10348 if test "$ac_cv_header_X11_extensions_XInput_h" = "yes"
10349 then
10350 { $as_echo "$as_me:$LINENO: checking for -lXi" >&5
10351 $as_echo_n "checking for -lXi... " >&6; }
10352 if test "${ac_cv_lib_soname_Xi+set}" = set; then
10353 $as_echo_n "(cached) " >&6
10354 else
10355 ac_check_soname_save_LIBS=$LIBS
10356 LIBS="-lXi $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
10357 cat >conftest.$ac_ext <<_ACEOF
10358 /* confdefs.h. */
10359 _ACEOF
10360 cat confdefs.h >>conftest.$ac_ext
10361 cat >>conftest.$ac_ext <<_ACEOF
10362 /* end confdefs.h. */
10364 /* Override any GCC internal prototype to avoid an error.
10365 Use char because int might match the return type of a GCC
10366 builtin and then its argument prototype would still apply. */
10367 #ifdef __cplusplus
10368 extern "C"
10369 #endif
10370 char XOpenDevice ();
10372 main ()
10374 return XOpenDevice ();
10376 return 0;
10378 _ACEOF
10379 rm -f conftest.$ac_objext conftest$ac_exeext
10380 if { (ac_try="$ac_link"
10381 case "(($ac_try" in
10382 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10383 *) ac_try_echo=$ac_try;;
10384 esac
10385 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
10386 $as_echo "$ac_try_echo") >&5
10387 (eval "$ac_link") 2>conftest.er1
10388 ac_status=$?
10389 grep -v '^ *+' conftest.er1 >conftest.err
10390 rm -f conftest.er1
10391 cat conftest.err >&5
10392 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
10393 (exit $ac_status); } && {
10394 test -z "$ac_c_werror_flag" ||
10395 test ! -s conftest.err
10396 } && test -s conftest$ac_exeext && {
10397 test "$cross_compiling" = yes ||
10398 $as_test_x conftest$ac_exeext
10399 }; then
10400 case "$LIBEXT" in
10401 dll) ;;
10402 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'` ;;
10403 *) ac_cv_lib_soname_Xi=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXi\\.$LIBEXT" | sed -e "s/^.*\(libXi\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
10404 esac
10405 else
10406 $as_echo "$as_me: failed program was:" >&5
10407 sed 's/^/| /' conftest.$ac_ext >&5
10412 rm -rf conftest.dSYM
10413 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10414 conftest$ac_exeext conftest.$ac_ext
10415 LIBS=$ac_check_soname_save_LIBS
10417 if test "x$ac_cv_lib_soname_Xi" = "x"; then
10418 { $as_echo "$as_me:$LINENO: result: not found" >&5
10419 $as_echo "not found" >&6; }
10421 else
10422 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_Xi" >&5
10423 $as_echo "$ac_cv_lib_soname_Xi" >&6; }
10425 cat >>confdefs.h <<_ACEOF
10426 #define SONAME_LIBXI "$ac_cv_lib_soname_Xi"
10427 _ACEOF
10433 if test "x$ac_cv_lib_soname_Xi" = "x"; then
10434 case "x$with_xinput" in
10435 x) wine_notices="$wine_notices|libxi ${notice_platform}development files not found, the Xinput extension won't be supported." ;;
10436 xno) ;;
10437 *) { { $as_echo "$as_me:$LINENO: error: libxi ${notice_platform}development files not found, the Xinput extension won't be supported.
10438 This is an error since --with-xinput was requested." >&5
10439 $as_echo "$as_me: error: libxi ${notice_platform}development files not found, the Xinput extension won't be supported.
10440 This is an error since --with-xinput was requested." >&2;}
10441 { (exit 1); exit 1; }; } ;;
10442 esac
10446 if test "$ac_cv_header_X11_extensions_XShm_h" = "yes"
10447 then
10448 { $as_echo "$as_me:$LINENO: checking for XShmQueryExtension in -lXext" >&5
10449 $as_echo_n "checking for XShmQueryExtension in -lXext... " >&6; }
10450 if test "${ac_cv_lib_Xext_XShmQueryExtension+set}" = set; then
10451 $as_echo_n "(cached) " >&6
10452 else
10453 ac_check_lib_save_LIBS=$LIBS
10454 LIBS="-lXext $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
10455 cat >conftest.$ac_ext <<_ACEOF
10456 /* confdefs.h. */
10457 _ACEOF
10458 cat confdefs.h >>conftest.$ac_ext
10459 cat >>conftest.$ac_ext <<_ACEOF
10460 /* end confdefs.h. */
10462 /* Override any GCC internal prototype to avoid an error.
10463 Use char because int might match the return type of a GCC
10464 builtin and then its argument prototype would still apply. */
10465 #ifdef __cplusplus
10466 extern "C"
10467 #endif
10468 char XShmQueryExtension ();
10470 main ()
10472 return XShmQueryExtension ();
10474 return 0;
10476 _ACEOF
10477 rm -f conftest.$ac_objext conftest$ac_exeext
10478 if { (ac_try="$ac_link"
10479 case "(($ac_try" in
10480 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10481 *) ac_try_echo=$ac_try;;
10482 esac
10483 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
10484 $as_echo "$ac_try_echo") >&5
10485 (eval "$ac_link") 2>conftest.er1
10486 ac_status=$?
10487 grep -v '^ *+' conftest.er1 >conftest.err
10488 rm -f conftest.er1
10489 cat conftest.err >&5
10490 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
10491 (exit $ac_status); } && {
10492 test -z "$ac_c_werror_flag" ||
10493 test ! -s conftest.err
10494 } && test -s conftest$ac_exeext && {
10495 test "$cross_compiling" = yes ||
10496 $as_test_x conftest$ac_exeext
10497 }; then
10498 ac_cv_lib_Xext_XShmQueryExtension=yes
10499 else
10500 $as_echo "$as_me: failed program was:" >&5
10501 sed 's/^/| /' conftest.$ac_ext >&5
10503 ac_cv_lib_Xext_XShmQueryExtension=no
10506 rm -rf conftest.dSYM
10507 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10508 conftest$ac_exeext conftest.$ac_ext
10509 LIBS=$ac_check_lib_save_LIBS
10511 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_Xext_XShmQueryExtension" >&5
10512 $as_echo "$ac_cv_lib_Xext_XShmQueryExtension" >&6; }
10513 if test "x$ac_cv_lib_Xext_XShmQueryExtension" = x""yes; then
10515 cat >>confdefs.h <<\_ACEOF
10516 #define HAVE_LIBXXSHM 1
10517 _ACEOF
10522 if test "$ac_cv_lib_Xext_XShmQueryExtension" != "yes"; then
10523 case "x$with_xshm" in
10524 x) wine_notices="$wine_notices|XShm ${notice_platform}development files not found, X Shared Memory won't be supported." ;;
10525 xno) ;;
10526 *) { { $as_echo "$as_me:$LINENO: error: XShm ${notice_platform}development files not found, X Shared Memory won't be supported.
10527 This is an error since --with-xshm was requested." >&5
10528 $as_echo "$as_me: error: XShm ${notice_platform}development files not found, X Shared Memory won't be supported.
10529 This is an error since --with-xshm was requested." >&2;}
10530 { (exit 1); exit 1; }; } ;;
10531 esac
10535 if test "$ac_cv_header_X11_extensions_shape_h" = "yes"
10536 then
10537 { $as_echo "$as_me:$LINENO: checking for XShapeQueryExtension in -lXext" >&5
10538 $as_echo_n "checking for XShapeQueryExtension in -lXext... " >&6; }
10539 if test "${ac_cv_lib_Xext_XShapeQueryExtension+set}" = set; then
10540 $as_echo_n "(cached) " >&6
10541 else
10542 ac_check_lib_save_LIBS=$LIBS
10543 LIBS="-lXext $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
10544 cat >conftest.$ac_ext <<_ACEOF
10545 /* confdefs.h. */
10546 _ACEOF
10547 cat confdefs.h >>conftest.$ac_ext
10548 cat >>conftest.$ac_ext <<_ACEOF
10549 /* end confdefs.h. */
10551 /* Override any GCC internal prototype to avoid an error.
10552 Use char because int might match the return type of a GCC
10553 builtin and then its argument prototype would still apply. */
10554 #ifdef __cplusplus
10555 extern "C"
10556 #endif
10557 char XShapeQueryExtension ();
10559 main ()
10561 return XShapeQueryExtension ();
10563 return 0;
10565 _ACEOF
10566 rm -f conftest.$ac_objext conftest$ac_exeext
10567 if { (ac_try="$ac_link"
10568 case "(($ac_try" in
10569 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10570 *) ac_try_echo=$ac_try;;
10571 esac
10572 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
10573 $as_echo "$ac_try_echo") >&5
10574 (eval "$ac_link") 2>conftest.er1
10575 ac_status=$?
10576 grep -v '^ *+' conftest.er1 >conftest.err
10577 rm -f conftest.er1
10578 cat conftest.err >&5
10579 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
10580 (exit $ac_status); } && {
10581 test -z "$ac_c_werror_flag" ||
10582 test ! -s conftest.err
10583 } && test -s conftest$ac_exeext && {
10584 test "$cross_compiling" = yes ||
10585 $as_test_x conftest$ac_exeext
10586 }; then
10587 ac_cv_lib_Xext_XShapeQueryExtension=yes
10588 else
10589 $as_echo "$as_me: failed program was:" >&5
10590 sed 's/^/| /' conftest.$ac_ext >&5
10592 ac_cv_lib_Xext_XShapeQueryExtension=no
10595 rm -rf conftest.dSYM
10596 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10597 conftest$ac_exeext conftest.$ac_ext
10598 LIBS=$ac_check_lib_save_LIBS
10600 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_Xext_XShapeQueryExtension" >&5
10601 $as_echo "$ac_cv_lib_Xext_XShapeQueryExtension" >&6; }
10602 if test "x$ac_cv_lib_Xext_XShapeQueryExtension" = x""yes; then
10604 cat >>confdefs.h <<\_ACEOF
10605 #define HAVE_LIBXSHAPE 1
10606 _ACEOF
10611 if test "$ac_cv_lib_Xext_XShapeQueryExtension" != "yes"; then
10612 case "x$with_xshape" in
10613 x) wine_notices="$wine_notices|XShape ${notice_platform}development files not found, XShape won't be supported." ;;
10614 xno) ;;
10615 *) { { $as_echo "$as_me:$LINENO: error: XShape ${notice_platform}development files not found, XShape won't be supported.
10616 This is an error since --with-xshape was requested." >&5
10617 $as_echo "$as_me: error: XShape ${notice_platform}development files not found, XShape won't be supported.
10618 This is an error since --with-xshape was requested." >&2;}
10619 { (exit 1); exit 1; }; } ;;
10620 esac
10624 if test "$ac_cv_header_X11_extensions_xf86vmode_h" = "yes"
10625 then
10626 { $as_echo "$as_me:$LINENO: checking for -lXxf86vm" >&5
10627 $as_echo_n "checking for -lXxf86vm... " >&6; }
10628 if test "${ac_cv_lib_soname_Xxf86vm+set}" = set; then
10629 $as_echo_n "(cached) " >&6
10630 else
10631 ac_check_soname_save_LIBS=$LIBS
10632 LIBS="-lXxf86vm $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
10633 cat >conftest.$ac_ext <<_ACEOF
10634 /* confdefs.h. */
10635 _ACEOF
10636 cat confdefs.h >>conftest.$ac_ext
10637 cat >>conftest.$ac_ext <<_ACEOF
10638 /* end confdefs.h. */
10640 /* Override any GCC internal prototype to avoid an error.
10641 Use char because int might match the return type of a GCC
10642 builtin and then its argument prototype would still apply. */
10643 #ifdef __cplusplus
10644 extern "C"
10645 #endif
10646 char XF86VidModeQueryExtension ();
10648 main ()
10650 return XF86VidModeQueryExtension ();
10652 return 0;
10654 _ACEOF
10655 rm -f conftest.$ac_objext conftest$ac_exeext
10656 if { (ac_try="$ac_link"
10657 case "(($ac_try" in
10658 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10659 *) ac_try_echo=$ac_try;;
10660 esac
10661 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
10662 $as_echo "$ac_try_echo") >&5
10663 (eval "$ac_link") 2>conftest.er1
10664 ac_status=$?
10665 grep -v '^ *+' conftest.er1 >conftest.err
10666 rm -f conftest.er1
10667 cat conftest.err >&5
10668 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
10669 (exit $ac_status); } && {
10670 test -z "$ac_c_werror_flag" ||
10671 test ! -s conftest.err
10672 } && test -s conftest$ac_exeext && {
10673 test "$cross_compiling" = yes ||
10674 $as_test_x conftest$ac_exeext
10675 }; then
10676 case "$LIBEXT" in
10677 dll) ;;
10678 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'` ;;
10679 *) ac_cv_lib_soname_Xxf86vm=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXxf86vm\\.$LIBEXT" | sed -e "s/^.*\(libXxf86vm\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
10680 esac
10681 else
10682 $as_echo "$as_me: failed program was:" >&5
10683 sed 's/^/| /' conftest.$ac_ext >&5
10688 rm -rf conftest.dSYM
10689 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10690 conftest$ac_exeext conftest.$ac_ext
10691 LIBS=$ac_check_soname_save_LIBS
10693 if test "x$ac_cv_lib_soname_Xxf86vm" = "x"; then
10694 { $as_echo "$as_me:$LINENO: result: not found" >&5
10695 $as_echo "not found" >&6; }
10697 else
10698 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_Xxf86vm" >&5
10699 $as_echo "$ac_cv_lib_soname_Xxf86vm" >&6; }
10701 cat >>confdefs.h <<_ACEOF
10702 #define SONAME_LIBXXF86VM "$ac_cv_lib_soname_Xxf86vm"
10703 _ACEOF
10709 if test "x$ac_cv_lib_soname_Xxf86vm" = "x"; then
10710 case "x$with_xxf86vm" in
10711 x) wine_notices="$wine_notices|libXxf86vm ${notice_platform}development files not found, XFree86 Vidmode won't be supported." ;;
10712 xno) ;;
10713 *) { { $as_echo "$as_me:$LINENO: error: libXxf86vm ${notice_platform}development files not found, XFree86 Vidmode won't be supported.
10714 This is an error since --with-xxf86vm was requested." >&5
10715 $as_echo "$as_me: error: libXxf86vm ${notice_platform}development files not found, XFree86 Vidmode won't be supported.
10716 This is an error since --with-xxf86vm was requested." >&2;}
10717 { (exit 1); exit 1; }; } ;;
10718 esac
10722 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"
10723 then
10724 { $as_echo "$as_me:$LINENO: checking for -lXrender" >&5
10725 $as_echo_n "checking for -lXrender... " >&6; }
10726 if test "${ac_cv_lib_soname_Xrender+set}" = set; then
10727 $as_echo_n "(cached) " >&6
10728 else
10729 ac_check_soname_save_LIBS=$LIBS
10730 LIBS="-lXrender $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
10731 cat >conftest.$ac_ext <<_ACEOF
10732 /* confdefs.h. */
10733 _ACEOF
10734 cat confdefs.h >>conftest.$ac_ext
10735 cat >>conftest.$ac_ext <<_ACEOF
10736 /* end confdefs.h. */
10738 /* Override any GCC internal prototype to avoid an error.
10739 Use char because int might match the return type of a GCC
10740 builtin and then its argument prototype would still apply. */
10741 #ifdef __cplusplus
10742 extern "C"
10743 #endif
10744 char XRenderQueryExtension ();
10746 main ()
10748 return XRenderQueryExtension ();
10750 return 0;
10752 _ACEOF
10753 rm -f conftest.$ac_objext conftest$ac_exeext
10754 if { (ac_try="$ac_link"
10755 case "(($ac_try" in
10756 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10757 *) ac_try_echo=$ac_try;;
10758 esac
10759 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
10760 $as_echo "$ac_try_echo") >&5
10761 (eval "$ac_link") 2>conftest.er1
10762 ac_status=$?
10763 grep -v '^ *+' conftest.er1 >conftest.err
10764 rm -f conftest.er1
10765 cat conftest.err >&5
10766 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
10767 (exit $ac_status); } && {
10768 test -z "$ac_c_werror_flag" ||
10769 test ! -s conftest.err
10770 } && test -s conftest$ac_exeext && {
10771 test "$cross_compiling" = yes ||
10772 $as_test_x conftest$ac_exeext
10773 }; then
10774 case "$LIBEXT" in
10775 dll) ;;
10776 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'` ;;
10777 *) ac_cv_lib_soname_Xrender=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXrender\\.$LIBEXT" | sed -e "s/^.*\(libXrender\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
10778 esac
10779 else
10780 $as_echo "$as_me: failed program was:" >&5
10781 sed 's/^/| /' conftest.$ac_ext >&5
10786 rm -rf conftest.dSYM
10787 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10788 conftest$ac_exeext conftest.$ac_ext
10789 LIBS=$ac_check_soname_save_LIBS
10791 if test "x$ac_cv_lib_soname_Xrender" = "x"; then
10792 { $as_echo "$as_me:$LINENO: result: not found" >&5
10793 $as_echo "not found" >&6; }
10795 else
10796 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_Xrender" >&5
10797 $as_echo "$ac_cv_lib_soname_Xrender" >&6; }
10799 cat >>confdefs.h <<_ACEOF
10800 #define SONAME_LIBXRENDER "$ac_cv_lib_soname_Xrender"
10801 _ACEOF
10803 { $as_echo "$as_me:$LINENO: checking for XRenderSetPictureTransform in -lXrender" >&5
10804 $as_echo_n "checking for XRenderSetPictureTransform in -lXrender... " >&6; }
10805 if test "${ac_cv_lib_Xrender_XRenderSetPictureTransform+set}" = set; then
10806 $as_echo_n "(cached) " >&6
10807 else
10808 ac_check_lib_save_LIBS=$LIBS
10809 LIBS="-lXrender $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
10810 cat >conftest.$ac_ext <<_ACEOF
10811 /* confdefs.h. */
10812 _ACEOF
10813 cat confdefs.h >>conftest.$ac_ext
10814 cat >>conftest.$ac_ext <<_ACEOF
10815 /* end confdefs.h. */
10817 /* Override any GCC internal prototype to avoid an error.
10818 Use char because int might match the return type of a GCC
10819 builtin and then its argument prototype would still apply. */
10820 #ifdef __cplusplus
10821 extern "C"
10822 #endif
10823 char XRenderSetPictureTransform ();
10825 main ()
10827 return XRenderSetPictureTransform ();
10829 return 0;
10831 _ACEOF
10832 rm -f conftest.$ac_objext conftest$ac_exeext
10833 if { (ac_try="$ac_link"
10834 case "(($ac_try" in
10835 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10836 *) ac_try_echo=$ac_try;;
10837 esac
10838 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
10839 $as_echo "$ac_try_echo") >&5
10840 (eval "$ac_link") 2>conftest.er1
10841 ac_status=$?
10842 grep -v '^ *+' conftest.er1 >conftest.err
10843 rm -f conftest.er1
10844 cat conftest.err >&5
10845 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
10846 (exit $ac_status); } && {
10847 test -z "$ac_c_werror_flag" ||
10848 test ! -s conftest.err
10849 } && test -s conftest$ac_exeext && {
10850 test "$cross_compiling" = yes ||
10851 $as_test_x conftest$ac_exeext
10852 }; then
10853 ac_cv_lib_Xrender_XRenderSetPictureTransform=yes
10854 else
10855 $as_echo "$as_me: failed program was:" >&5
10856 sed 's/^/| /' conftest.$ac_ext >&5
10858 ac_cv_lib_Xrender_XRenderSetPictureTransform=no
10861 rm -rf conftest.dSYM
10862 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10863 conftest$ac_exeext conftest.$ac_ext
10864 LIBS=$ac_check_lib_save_LIBS
10866 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_Xrender_XRenderSetPictureTransform" >&5
10867 $as_echo "$ac_cv_lib_Xrender_XRenderSetPictureTransform" >&6; }
10868 if test "x$ac_cv_lib_Xrender_XRenderSetPictureTransform" = x""yes; then
10870 cat >>confdefs.h <<\_ACEOF
10871 #define HAVE_XRENDERSETPICTURETRANSFORM 1
10872 _ACEOF
10880 if test "x$ac_cv_lib_soname_Xrender" = "x"; then
10881 case "x$with_xrender" in
10882 x) wine_warnings="$wine_warnings|libxrender ${notice_platform}development files not found, XRender won't be supported." ;;
10883 xno) ;;
10884 *) { { $as_echo "$as_me:$LINENO: error: libxrender ${notice_platform}development files not found, XRender won't be supported.
10885 This is an error since --with-xrender was requested." >&5
10886 $as_echo "$as_me: error: libxrender ${notice_platform}development files not found, XRender won't be supported.
10887 This is an error since --with-xrender was requested." >&2;}
10888 { (exit 1); exit 1; }; } ;;
10889 esac
10893 if test "$ac_cv_header_X11_extensions_Xrandr_h" = "yes" -a "x$ac_cv_lib_soname_Xrender" != "x"
10894 then
10895 cat >conftest.$ac_ext <<_ACEOF
10896 /* confdefs.h. */
10897 _ACEOF
10898 cat confdefs.h >>conftest.$ac_ext
10899 cat >>conftest.$ac_ext <<_ACEOF
10900 /* end confdefs.h. */
10901 #include <X11/Xlib.h>
10902 #include <X11/extensions/Xrandr.h>
10904 main ()
10906 static typeof(XRRSetScreenConfigAndRate) * func;
10908 return 0;
10910 _ACEOF
10911 rm -f conftest.$ac_objext
10912 if { (ac_try="$ac_compile"
10913 case "(($ac_try" in
10914 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10915 *) ac_try_echo=$ac_try;;
10916 esac
10917 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
10918 $as_echo "$ac_try_echo") >&5
10919 (eval "$ac_compile") 2>conftest.er1
10920 ac_status=$?
10921 grep -v '^ *+' conftest.er1 >conftest.err
10922 rm -f conftest.er1
10923 cat conftest.err >&5
10924 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
10925 (exit $ac_status); } && {
10926 test -z "$ac_c_werror_flag" ||
10927 test ! -s conftest.err
10928 } && test -s conftest.$ac_objext; then
10929 { $as_echo "$as_me:$LINENO: checking for -lXrandr" >&5
10930 $as_echo_n "checking for -lXrandr... " >&6; }
10931 if test "${ac_cv_lib_soname_Xrandr+set}" = set; then
10932 $as_echo_n "(cached) " >&6
10933 else
10934 ac_check_soname_save_LIBS=$LIBS
10935 LIBS="-lXrandr $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
10936 cat >conftest.$ac_ext <<_ACEOF
10937 /* confdefs.h. */
10938 _ACEOF
10939 cat confdefs.h >>conftest.$ac_ext
10940 cat >>conftest.$ac_ext <<_ACEOF
10941 /* end confdefs.h. */
10943 /* Override any GCC internal prototype to avoid an error.
10944 Use char because int might match the return type of a GCC
10945 builtin and then its argument prototype would still apply. */
10946 #ifdef __cplusplus
10947 extern "C"
10948 #endif
10949 char XRRQueryExtension ();
10951 main ()
10953 return XRRQueryExtension ();
10955 return 0;
10957 _ACEOF
10958 rm -f conftest.$ac_objext conftest$ac_exeext
10959 if { (ac_try="$ac_link"
10960 case "(($ac_try" in
10961 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10962 *) ac_try_echo=$ac_try;;
10963 esac
10964 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
10965 $as_echo "$ac_try_echo") >&5
10966 (eval "$ac_link") 2>conftest.er1
10967 ac_status=$?
10968 grep -v '^ *+' conftest.er1 >conftest.err
10969 rm -f conftest.er1
10970 cat conftest.err >&5
10971 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
10972 (exit $ac_status); } && {
10973 test -z "$ac_c_werror_flag" ||
10974 test ! -s conftest.err
10975 } && test -s conftest$ac_exeext && {
10976 test "$cross_compiling" = yes ||
10977 $as_test_x conftest$ac_exeext
10978 }; then
10979 case "$LIBEXT" in
10980 dll) ;;
10981 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'` ;;
10982 *) ac_cv_lib_soname_Xrandr=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXrandr\\.$LIBEXT" | sed -e "s/^.*\(libXrandr\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
10983 esac
10984 else
10985 $as_echo "$as_me: failed program was:" >&5
10986 sed 's/^/| /' conftest.$ac_ext >&5
10991 rm -rf conftest.dSYM
10992 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10993 conftest$ac_exeext conftest.$ac_ext
10994 LIBS=$ac_check_soname_save_LIBS
10996 if test "x$ac_cv_lib_soname_Xrandr" = "x"; then
10997 { $as_echo "$as_me:$LINENO: result: not found" >&5
10998 $as_echo "not found" >&6; }
11000 else
11001 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_Xrandr" >&5
11002 $as_echo "$ac_cv_lib_soname_Xrandr" >&6; }
11004 cat >>confdefs.h <<_ACEOF
11005 #define SONAME_LIBXRANDR "$ac_cv_lib_soname_Xrandr"
11006 _ACEOF
11011 else
11012 $as_echo "$as_me: failed program was:" >&5
11013 sed 's/^/| /' conftest.$ac_ext >&5
11018 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11020 if test "x$ac_cv_lib_soname_Xrandr" = "x"; then
11021 case "x$with_xrandr" in
11022 x) wine_notices="$wine_notices|libxrandr ${notice_platform}development files not found, XRandr won't be supported." ;;
11023 xno) ;;
11024 *) { { $as_echo "$as_me:$LINENO: error: libxrandr ${notice_platform}development files not found, XRandr won't be supported.
11025 This is an error since --with-xrandr was requested." >&5
11026 $as_echo "$as_me: error: libxrandr ${notice_platform}development files not found, XRandr won't be supported.
11027 This is an error since --with-xrandr was requested." >&2;}
11028 { (exit 1); exit 1; }; } ;;
11029 esac
11033 if test "$ac_cv_header_X11_extensions_Xinerama_h" = "yes"
11034 then
11035 cat >conftest.$ac_ext <<_ACEOF
11036 /* confdefs.h. */
11037 _ACEOF
11038 cat confdefs.h >>conftest.$ac_ext
11039 cat >>conftest.$ac_ext <<_ACEOF
11040 /* end confdefs.h. */
11041 #include <X11/Xlib.h>
11042 #include <X11/extensions/Xinerama.h>
11044 main ()
11046 static typeof(XineramaQueryScreens) * func;
11048 return 0;
11050 _ACEOF
11051 rm -f conftest.$ac_objext
11052 if { (ac_try="$ac_compile"
11053 case "(($ac_try" in
11054 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11055 *) ac_try_echo=$ac_try;;
11056 esac
11057 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
11058 $as_echo "$ac_try_echo") >&5
11059 (eval "$ac_compile") 2>conftest.er1
11060 ac_status=$?
11061 grep -v '^ *+' conftest.er1 >conftest.err
11062 rm -f conftest.er1
11063 cat conftest.err >&5
11064 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
11065 (exit $ac_status); } && {
11066 test -z "$ac_c_werror_flag" ||
11067 test ! -s conftest.err
11068 } && test -s conftest.$ac_objext; then
11069 { $as_echo "$as_me:$LINENO: checking for -lXinerama" >&5
11070 $as_echo_n "checking for -lXinerama... " >&6; }
11071 if test "${ac_cv_lib_soname_Xinerama+set}" = set; then
11072 $as_echo_n "(cached) " >&6
11073 else
11074 ac_check_soname_save_LIBS=$LIBS
11075 LIBS="-lXinerama $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
11076 cat >conftest.$ac_ext <<_ACEOF
11077 /* confdefs.h. */
11078 _ACEOF
11079 cat confdefs.h >>conftest.$ac_ext
11080 cat >>conftest.$ac_ext <<_ACEOF
11081 /* end confdefs.h. */
11083 /* Override any GCC internal prototype to avoid an error.
11084 Use char because int might match the return type of a GCC
11085 builtin and then its argument prototype would still apply. */
11086 #ifdef __cplusplus
11087 extern "C"
11088 #endif
11089 char XineramaQueryScreens ();
11091 main ()
11093 return XineramaQueryScreens ();
11095 return 0;
11097 _ACEOF
11098 rm -f conftest.$ac_objext conftest$ac_exeext
11099 if { (ac_try="$ac_link"
11100 case "(($ac_try" in
11101 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11102 *) ac_try_echo=$ac_try;;
11103 esac
11104 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
11105 $as_echo "$ac_try_echo") >&5
11106 (eval "$ac_link") 2>conftest.er1
11107 ac_status=$?
11108 grep -v '^ *+' conftest.er1 >conftest.err
11109 rm -f conftest.er1
11110 cat conftest.err >&5
11111 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
11112 (exit $ac_status); } && {
11113 test -z "$ac_c_werror_flag" ||
11114 test ! -s conftest.err
11115 } && test -s conftest$ac_exeext && {
11116 test "$cross_compiling" = yes ||
11117 $as_test_x conftest$ac_exeext
11118 }; then
11119 case "$LIBEXT" in
11120 dll) ;;
11121 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'` ;;
11122 *) ac_cv_lib_soname_Xinerama=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXinerama\\.$LIBEXT" | sed -e "s/^.*\(libXinerama\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
11123 esac
11124 else
11125 $as_echo "$as_me: failed program was:" >&5
11126 sed 's/^/| /' conftest.$ac_ext >&5
11131 rm -rf conftest.dSYM
11132 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
11133 conftest$ac_exeext conftest.$ac_ext
11134 LIBS=$ac_check_soname_save_LIBS
11136 if test "x$ac_cv_lib_soname_Xinerama" = "x"; then
11137 { $as_echo "$as_me:$LINENO: result: not found" >&5
11138 $as_echo "not found" >&6; }
11140 else
11141 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_Xinerama" >&5
11142 $as_echo "$ac_cv_lib_soname_Xinerama" >&6; }
11144 cat >>confdefs.h <<_ACEOF
11145 #define SONAME_LIBXINERAMA "$ac_cv_lib_soname_Xinerama"
11146 _ACEOF
11151 else
11152 $as_echo "$as_me: failed program was:" >&5
11153 sed 's/^/| /' conftest.$ac_ext >&5
11158 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11160 if test "x$ac_cv_lib_soname_Xinerama" = "x"; then
11161 case "x$with_xinerama" in
11162 x) wine_notices="$wine_notices|libxinerama ${notice_platform}development files not found, multi-monitor setups won't be supported." ;;
11163 xno) ;;
11164 *) { { $as_echo "$as_me:$LINENO: error: libxinerama ${notice_platform}development files not found, multi-monitor setups won't be supported.
11165 This is an error since --with-xinerama was requested." >&5
11166 $as_echo "$as_me: error: libxinerama ${notice_platform}development files not found, multi-monitor setups won't be supported.
11167 This is an error since --with-xinerama was requested." >&2;}
11168 { (exit 1); exit 1; }; } ;;
11169 esac
11173 if test "$ac_cv_header_X11_extensions_Xcomposite_h" = "yes"
11174 then
11175 { $as_echo "$as_me:$LINENO: checking for -lXcomposite" >&5
11176 $as_echo_n "checking for -lXcomposite... " >&6; }
11177 if test "${ac_cv_lib_soname_Xcomposite+set}" = set; then
11178 $as_echo_n "(cached) " >&6
11179 else
11180 ac_check_soname_save_LIBS=$LIBS
11181 LIBS="-lXcomposite $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
11182 cat >conftest.$ac_ext <<_ACEOF
11183 /* confdefs.h. */
11184 _ACEOF
11185 cat confdefs.h >>conftest.$ac_ext
11186 cat >>conftest.$ac_ext <<_ACEOF
11187 /* end confdefs.h. */
11189 /* Override any GCC internal prototype to avoid an error.
11190 Use char because int might match the return type of a GCC
11191 builtin and then its argument prototype would still apply. */
11192 #ifdef __cplusplus
11193 extern "C"
11194 #endif
11195 char XCompositeRedirectWindow ();
11197 main ()
11199 return XCompositeRedirectWindow ();
11201 return 0;
11203 _ACEOF
11204 rm -f conftest.$ac_objext conftest$ac_exeext
11205 if { (ac_try="$ac_link"
11206 case "(($ac_try" in
11207 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11208 *) ac_try_echo=$ac_try;;
11209 esac
11210 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
11211 $as_echo "$ac_try_echo") >&5
11212 (eval "$ac_link") 2>conftest.er1
11213 ac_status=$?
11214 grep -v '^ *+' conftest.er1 >conftest.err
11215 rm -f conftest.er1
11216 cat conftest.err >&5
11217 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
11218 (exit $ac_status); } && {
11219 test -z "$ac_c_werror_flag" ||
11220 test ! -s conftest.err
11221 } && test -s conftest$ac_exeext && {
11222 test "$cross_compiling" = yes ||
11223 $as_test_x conftest$ac_exeext
11224 }; then
11225 case "$LIBEXT" in
11226 dll) ;;
11227 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'` ;;
11228 *) ac_cv_lib_soname_Xcomposite=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXcomposite\\.$LIBEXT" | sed -e "s/^.*\(libXcomposite\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
11229 esac
11230 else
11231 $as_echo "$as_me: failed program was:" >&5
11232 sed 's/^/| /' conftest.$ac_ext >&5
11237 rm -rf conftest.dSYM
11238 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
11239 conftest$ac_exeext conftest.$ac_ext
11240 LIBS=$ac_check_soname_save_LIBS
11242 if test "x$ac_cv_lib_soname_Xcomposite" = "x"; then
11243 { $as_echo "$as_me:$LINENO: result: not found" >&5
11244 $as_echo "not found" >&6; }
11246 else
11247 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_Xcomposite" >&5
11248 $as_echo "$ac_cv_lib_soname_Xcomposite" >&6; }
11250 cat >>confdefs.h <<_ACEOF
11251 #define SONAME_LIBXCOMPOSITE "$ac_cv_lib_soname_Xcomposite"
11252 _ACEOF
11258 if test "x$ac_cv_lib_soname_Xcomposite" = "x"; then
11259 case "x$with_xcomposite" in
11260 x) wine_notices="$wine_notices|libxcomposite ${notice_platform}development files not found, Xcomposite won't be supported." ;;
11261 xno) ;;
11262 *) { { $as_echo "$as_me:$LINENO: error: libxcomposite ${notice_platform}development files not found, Xcomposite won't be supported.
11263 This is an error since --with-xcomposite was requested." >&5
11264 $as_echo "$as_me: error: libxcomposite ${notice_platform}development files not found, Xcomposite won't be supported.
11265 This is an error since --with-xcomposite was requested." >&2;}
11266 { (exit 1); exit 1; }; } ;;
11267 esac
11271 { $as_echo "$as_me:$LINENO: checking for XICCallback.callback" >&5
11272 $as_echo_n "checking for XICCallback.callback... " >&6; }
11273 if test "${ac_cv_member_XICCallback_callback+set}" = set; then
11274 $as_echo_n "(cached) " >&6
11275 else
11276 cat >conftest.$ac_ext <<_ACEOF
11277 /* confdefs.h. */
11278 _ACEOF
11279 cat confdefs.h >>conftest.$ac_ext
11280 cat >>conftest.$ac_ext <<_ACEOF
11281 /* end confdefs.h. */
11282 #ifdef HAVE_X11_XLIB_H
11283 #include <X11/Xlib.h>
11284 #endif
11287 main ()
11289 static XICCallback ac_aggr;
11290 if (ac_aggr.callback)
11291 return 0;
11293 return 0;
11295 _ACEOF
11296 rm -f conftest.$ac_objext
11297 if { (ac_try="$ac_compile"
11298 case "(($ac_try" in
11299 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11300 *) ac_try_echo=$ac_try;;
11301 esac
11302 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
11303 $as_echo "$ac_try_echo") >&5
11304 (eval "$ac_compile") 2>conftest.er1
11305 ac_status=$?
11306 grep -v '^ *+' conftest.er1 >conftest.err
11307 rm -f conftest.er1
11308 cat conftest.err >&5
11309 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
11310 (exit $ac_status); } && {
11311 test -z "$ac_c_werror_flag" ||
11312 test ! -s conftest.err
11313 } && test -s conftest.$ac_objext; then
11314 ac_cv_member_XICCallback_callback=yes
11315 else
11316 $as_echo "$as_me: failed program was:" >&5
11317 sed 's/^/| /' conftest.$ac_ext >&5
11319 cat >conftest.$ac_ext <<_ACEOF
11320 /* confdefs.h. */
11321 _ACEOF
11322 cat confdefs.h >>conftest.$ac_ext
11323 cat >>conftest.$ac_ext <<_ACEOF
11324 /* end confdefs.h. */
11325 #ifdef HAVE_X11_XLIB_H
11326 #include <X11/Xlib.h>
11327 #endif
11330 main ()
11332 static XICCallback ac_aggr;
11333 if (sizeof ac_aggr.callback)
11334 return 0;
11336 return 0;
11338 _ACEOF
11339 rm -f conftest.$ac_objext
11340 if { (ac_try="$ac_compile"
11341 case "(($ac_try" in
11342 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11343 *) ac_try_echo=$ac_try;;
11344 esac
11345 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
11346 $as_echo "$ac_try_echo") >&5
11347 (eval "$ac_compile") 2>conftest.er1
11348 ac_status=$?
11349 grep -v '^ *+' conftest.er1 >conftest.err
11350 rm -f conftest.er1
11351 cat conftest.err >&5
11352 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
11353 (exit $ac_status); } && {
11354 test -z "$ac_c_werror_flag" ||
11355 test ! -s conftest.err
11356 } && test -s conftest.$ac_objext; then
11357 ac_cv_member_XICCallback_callback=yes
11358 else
11359 $as_echo "$as_me: failed program was:" >&5
11360 sed 's/^/| /' conftest.$ac_ext >&5
11362 ac_cv_member_XICCallback_callback=no
11365 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11368 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11370 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_XICCallback_callback" >&5
11371 $as_echo "$ac_cv_member_XICCallback_callback" >&6; }
11372 if test "x$ac_cv_member_XICCallback_callback" = x""yes; then
11374 cat >>confdefs.h <<_ACEOF
11375 #define HAVE_XICCALLBACK_CALLBACK 1
11376 _ACEOF
11383 opengl_msg=""
11384 if test "x$with_opengl" != "xno"
11385 then
11390 for ac_header in GL/gl.h GL/glx.h GL/glext.h GL/glu.h
11392 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
11393 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
11394 $as_echo_n "checking for $ac_header... " >&6; }
11395 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
11396 $as_echo_n "(cached) " >&6
11397 else
11398 cat >conftest.$ac_ext <<_ACEOF
11399 /* confdefs.h. */
11400 _ACEOF
11401 cat confdefs.h >>conftest.$ac_ext
11402 cat >>conftest.$ac_ext <<_ACEOF
11403 /* end confdefs.h. */
11404 #ifdef HAVE_GL_GLX_H
11405 # include <GL/glx.h>
11406 #endif
11408 #include <$ac_header>
11409 _ACEOF
11410 rm -f conftest.$ac_objext
11411 if { (ac_try="$ac_compile"
11412 case "(($ac_try" in
11413 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11414 *) ac_try_echo=$ac_try;;
11415 esac
11416 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
11417 $as_echo "$ac_try_echo") >&5
11418 (eval "$ac_compile") 2>conftest.er1
11419 ac_status=$?
11420 grep -v '^ *+' conftest.er1 >conftest.err
11421 rm -f conftest.er1
11422 cat conftest.err >&5
11423 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
11424 (exit $ac_status); } && {
11425 test -z "$ac_c_werror_flag" ||
11426 test ! -s conftest.err
11427 } && test -s conftest.$ac_objext; then
11428 eval "$as_ac_Header=yes"
11429 else
11430 $as_echo "$as_me: failed program was:" >&5
11431 sed 's/^/| /' conftest.$ac_ext >&5
11433 eval "$as_ac_Header=no"
11436 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11438 ac_res=`eval 'as_val=${'$as_ac_Header'}
11439 $as_echo "$as_val"'`
11440 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
11441 $as_echo "$ac_res" >&6; }
11442 as_val=`eval 'as_val=${'$as_ac_Header'}
11443 $as_echo "$as_val"'`
11444 if test "x$as_val" = x""yes; then
11445 cat >>confdefs.h <<_ACEOF
11446 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
11447 _ACEOF
11451 done
11453 if test "$ac_cv_header_GL_gl_h" = "yes" -a "$ac_cv_header_GL_glx_h" = "yes"
11454 then
11455 { $as_echo "$as_me:$LINENO: checking for up-to-date OpenGL version" >&5
11456 $as_echo_n "checking for up-to-date OpenGL version... " >&6; }
11457 if test "${wine_cv_opengl_header_version_OK+set}" = set; then
11458 $as_echo_n "(cached) " >&6
11459 else
11460 cat >conftest.$ac_ext <<_ACEOF
11461 /* confdefs.h. */
11462 _ACEOF
11463 cat confdefs.h >>conftest.$ac_ext
11464 cat >>conftest.$ac_ext <<_ACEOF
11465 /* end confdefs.h. */
11466 #include <GL/gl.h>
11468 main ()
11470 GLenum test = GL_UNSIGNED_SHORT_5_6_5;
11472 return 0;
11474 _ACEOF
11475 rm -f conftest.$ac_objext
11476 if { (ac_try="$ac_compile"
11477 case "(($ac_try" in
11478 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11479 *) ac_try_echo=$ac_try;;
11480 esac
11481 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
11482 $as_echo "$ac_try_echo") >&5
11483 (eval "$ac_compile") 2>conftest.er1
11484 ac_status=$?
11485 grep -v '^ *+' conftest.er1 >conftest.err
11486 rm -f conftest.er1
11487 cat conftest.err >&5
11488 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
11489 (exit $ac_status); } && {
11490 test -z "$ac_c_werror_flag" ||
11491 test ! -s conftest.err
11492 } && test -s conftest.$ac_objext; then
11493 wine_cv_opengl_header_version_OK="yes"
11494 else
11495 $as_echo "$as_me: failed program was:" >&5
11496 sed 's/^/| /' conftest.$ac_ext >&5
11498 wine_cv_opengl_header_version_OK="no"
11501 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11503 { $as_echo "$as_me:$LINENO: result: $wine_cv_opengl_header_version_OK" >&5
11504 $as_echo "$wine_cv_opengl_header_version_OK" >&6; }
11506 if test "$wine_cv_opengl_header_version_OK" = "yes"
11507 then
11508 { $as_echo "$as_me:$LINENO: checking for -lGL" >&5
11509 $as_echo_n "checking for -lGL... " >&6; }
11510 if test "${ac_cv_lib_soname_GL+set}" = set; then
11511 $as_echo_n "(cached) " >&6
11512 else
11513 ac_check_soname_save_LIBS=$LIBS
11514 LIBS="-lGL $X_LIBS -lXext -lX11 -lm $X_EXTRA_LIBS $LIBS"
11515 cat >conftest.$ac_ext <<_ACEOF
11516 /* confdefs.h. */
11517 _ACEOF
11518 cat confdefs.h >>conftest.$ac_ext
11519 cat >>conftest.$ac_ext <<_ACEOF
11520 /* end confdefs.h. */
11522 /* Override any GCC internal prototype to avoid an error.
11523 Use char because int might match the return type of a GCC
11524 builtin and then its argument prototype would still apply. */
11525 #ifdef __cplusplus
11526 extern "C"
11527 #endif
11528 char glXCreateContext ();
11530 main ()
11532 return glXCreateContext ();
11534 return 0;
11536 _ACEOF
11537 rm -f conftest.$ac_objext conftest$ac_exeext
11538 if { (ac_try="$ac_link"
11539 case "(($ac_try" in
11540 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11541 *) ac_try_echo=$ac_try;;
11542 esac
11543 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
11544 $as_echo "$ac_try_echo") >&5
11545 (eval "$ac_link") 2>conftest.er1
11546 ac_status=$?
11547 grep -v '^ *+' conftest.er1 >conftest.err
11548 rm -f conftest.er1
11549 cat conftest.err >&5
11550 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
11551 (exit $ac_status); } && {
11552 test -z "$ac_c_werror_flag" ||
11553 test ! -s conftest.err
11554 } && test -s conftest$ac_exeext && {
11555 test "$cross_compiling" = yes ||
11556 $as_test_x conftest$ac_exeext
11557 }; then
11558 case "$LIBEXT" in
11559 dll) ;;
11560 dylib) ac_cv_lib_soname_GL=`otool -L conftest$ac_exeext | grep "libGL\\.[0-9A-Za-z.]*dylib" | sed -e "s/^.*\/\(libGL\.[0-9A-Za-z.]*dylib\).*$/\1/"';2,$d'` ;;
11561 *) ac_cv_lib_soname_GL=`$ac_cv_path_LDD conftest$ac_exeext | grep "libGL\\.$LIBEXT" | sed -e "s/^.*\(libGL\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
11562 esac
11563 else
11564 $as_echo "$as_me: failed program was:" >&5
11565 sed 's/^/| /' conftest.$ac_ext >&5
11570 rm -rf conftest.dSYM
11571 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
11572 conftest$ac_exeext conftest.$ac_ext
11573 LIBS=$ac_check_soname_save_LIBS
11575 if test "x$ac_cv_lib_soname_GL" = "x"; then
11576 { $as_echo "$as_me:$LINENO: result: not found" >&5
11577 $as_echo "not found" >&6; }
11578 { $as_echo "$as_me:$LINENO: checking for -lGL" >&5
11579 $as_echo_n "checking for -lGL... " >&6; }
11580 if test "${ac_cv_lib_soname_GL+set}" = set; then
11581 $as_echo_n "(cached) " >&6
11582 else
11583 ac_check_soname_save_LIBS=$LIBS
11584 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"
11585 cat >conftest.$ac_ext <<_ACEOF
11586 /* confdefs.h. */
11587 _ACEOF
11588 cat confdefs.h >>conftest.$ac_ext
11589 cat >>conftest.$ac_ext <<_ACEOF
11590 /* end confdefs.h. */
11592 /* Override any GCC internal prototype to avoid an error.
11593 Use char because int might match the return type of a GCC
11594 builtin and then its argument prototype would still apply. */
11595 #ifdef __cplusplus
11596 extern "C"
11597 #endif
11598 char glXCreateContext ();
11600 main ()
11602 return glXCreateContext ();
11604 return 0;
11606 _ACEOF
11607 rm -f conftest.$ac_objext conftest$ac_exeext
11608 if { (ac_try="$ac_link"
11609 case "(($ac_try" in
11610 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11611 *) ac_try_echo=$ac_try;;
11612 esac
11613 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
11614 $as_echo "$ac_try_echo") >&5
11615 (eval "$ac_link") 2>conftest.er1
11616 ac_status=$?
11617 grep -v '^ *+' conftest.er1 >conftest.err
11618 rm -f conftest.er1
11619 cat conftest.err >&5
11620 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
11621 (exit $ac_status); } && {
11622 test -z "$ac_c_werror_flag" ||
11623 test ! -s conftest.err
11624 } && test -s conftest$ac_exeext && {
11625 test "$cross_compiling" = yes ||
11626 $as_test_x conftest$ac_exeext
11627 }; then
11628 case "$LIBEXT" in
11629 dll) ;;
11630 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'` ;;
11631 *) ac_cv_lib_soname_GL=`$ac_cv_path_LDD conftest$ac_exeext | grep "libGL\\.$LIBEXT" | sed -e "s/^.*\(libGL\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
11632 esac
11633 else
11634 $as_echo "$as_me: failed program was:" >&5
11635 sed 's/^/| /' conftest.$ac_ext >&5
11640 rm -rf conftest.dSYM
11641 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
11642 conftest$ac_exeext conftest.$ac_ext
11643 LIBS=$ac_check_soname_save_LIBS
11645 if test "x$ac_cv_lib_soname_GL" = "x"; then
11646 { $as_echo "$as_me:$LINENO: result: not found" >&5
11647 $as_echo "not found" >&6; }
11648 if test -f /usr/X11R6/lib/libGL.a
11649 then
11650 opengl_msg="/usr/X11R6/lib/libGL.a is present on your system.
11651 This probably prevents linking to OpenGL. Try deleting the file and restarting configure."
11652 else
11653 opengl_msg="No OpenGL library found on this system."
11655 else
11656 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_GL" >&5
11657 $as_echo "$ac_cv_lib_soname_GL" >&6; }
11659 cat >>confdefs.h <<_ACEOF
11660 #define SONAME_LIBGL "$ac_cv_lib_soname_GL"
11661 _ACEOF
11663 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"
11665 cat >>confdefs.h <<\_ACEOF
11666 #define HAVE_OPENGL 1
11667 _ACEOF
11671 else
11672 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_GL" >&5
11673 $as_echo "$ac_cv_lib_soname_GL" >&6; }
11675 cat >>confdefs.h <<_ACEOF
11676 #define SONAME_LIBGL "$ac_cv_lib_soname_GL"
11677 _ACEOF
11679 OPENGL_LIBS="-lGL"
11681 cat >>confdefs.h <<\_ACEOF
11682 #define HAVE_OPENGL 1
11683 _ACEOF
11687 if test "$ac_cv_header_GL_glu_h" = "yes"
11688 then
11689 { $as_echo "$as_me:$LINENO: checking for -lGLU" >&5
11690 $as_echo_n "checking for -lGLU... " >&6; }
11691 if test "${ac_cv_lib_soname_GLU+set}" = set; then
11692 $as_echo_n "(cached) " >&6
11693 else
11694 ac_check_soname_save_LIBS=$LIBS
11695 LIBS="-lGLU $OPENGL_LIBS $X_LIBS $X_PRE_LIBS -lXext -lX11 -lm $X_EXTRA_LIBS $LIBS"
11696 cat >conftest.$ac_ext <<_ACEOF
11697 /* confdefs.h. */
11698 _ACEOF
11699 cat confdefs.h >>conftest.$ac_ext
11700 cat >>conftest.$ac_ext <<_ACEOF
11701 /* end confdefs.h. */
11703 /* Override any GCC internal prototype to avoid an error.
11704 Use char because int might match the return type of a GCC
11705 builtin and then its argument prototype would still apply. */
11706 #ifdef __cplusplus
11707 extern "C"
11708 #endif
11709 char gluLookAt ();
11711 main ()
11713 return gluLookAt ();
11715 return 0;
11717 _ACEOF
11718 rm -f conftest.$ac_objext conftest$ac_exeext
11719 if { (ac_try="$ac_link"
11720 case "(($ac_try" in
11721 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11722 *) ac_try_echo=$ac_try;;
11723 esac
11724 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
11725 $as_echo "$ac_try_echo") >&5
11726 (eval "$ac_link") 2>conftest.er1
11727 ac_status=$?
11728 grep -v '^ *+' conftest.er1 >conftest.err
11729 rm -f conftest.er1
11730 cat conftest.err >&5
11731 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
11732 (exit $ac_status); } && {
11733 test -z "$ac_c_werror_flag" ||
11734 test ! -s conftest.err
11735 } && test -s conftest$ac_exeext && {
11736 test "$cross_compiling" = yes ||
11737 $as_test_x conftest$ac_exeext
11738 }; then
11739 case "$LIBEXT" in
11740 dll) ;;
11741 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'` ;;
11742 *) ac_cv_lib_soname_GLU=`$ac_cv_path_LDD conftest$ac_exeext | grep "libGLU\\.$LIBEXT" | sed -e "s/^.*\(libGLU\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
11743 esac
11744 else
11745 $as_echo "$as_me: failed program was:" >&5
11746 sed 's/^/| /' conftest.$ac_ext >&5
11751 rm -rf conftest.dSYM
11752 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
11753 conftest$ac_exeext conftest.$ac_ext
11754 LIBS=$ac_check_soname_save_LIBS
11756 if test "x$ac_cv_lib_soname_GLU" = "x"; then
11757 { $as_echo "$as_me:$LINENO: result: not found" >&5
11758 $as_echo "not found" >&6; }
11760 else
11761 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_GLU" >&5
11762 $as_echo "$ac_cv_lib_soname_GLU" >&6; }
11764 cat >>confdefs.h <<_ACEOF
11765 #define SONAME_LIBGLU "$ac_cv_lib_soname_GLU"
11766 _ACEOF
11772 if test "x$ac_cv_lib_soname_GLU" = "x"; then
11773 case "x$with_glu" in
11774 x) wine_notices="$wine_notices|libGLU ${notice_platform}development files not found, GLU won't be supported." ;;
11775 xno) ;;
11776 *) { { $as_echo "$as_me:$LINENO: error: libGLU ${notice_platform}development files not found, GLU won't be supported.
11777 This is an error since --with-glu was requested." >&5
11778 $as_echo "$as_me: error: libGLU ${notice_platform}development files not found, GLU won't be supported.
11779 This is an error since --with-glu was requested." >&2;}
11780 { (exit 1); exit 1; }; } ;;
11781 esac
11784 else
11785 opengl_msg="Old Mesa headers detected. Consider upgrading your Mesa libraries."
11787 else
11788 opengl_msg="OpenGL development headers not found."
11790 test -n "$opengl_msg" && enable_opengl32=${enable_opengl32:-no}
11791 test "x$ac_cv_lib_soname_GLU" = "x" && enable_glu32=${enable_glu32:-no}
11792 else
11793 enable_opengl32=${enable_opengl32:-no}
11794 enable_glu32=${enable_glu32:-no}
11796 if test -n "$opengl_msg"; then
11797 case "x$with_opengl" in
11798 x) wine_warnings="$wine_warnings|$opengl_msg
11799 OpenGL and Direct3D won't be supported." ;;
11800 xno) ;;
11801 *) { { $as_echo "$as_me:$LINENO: error: $opengl_msg
11802 OpenGL and Direct3D won't be supported.
11803 This is an error since --with-opengl was requested." >&5
11804 $as_echo "$as_me: error: $opengl_msg
11805 OpenGL and Direct3D won't be supported.
11806 This is an error since --with-opengl was requested." >&2;}
11807 { (exit 1); exit 1; }; } ;;
11808 esac
11812 NASLIBS=""
11815 for ac_header in audio/audiolib.h
11817 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
11818 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
11819 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
11820 $as_echo_n "checking for $ac_header... " >&6; }
11821 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
11822 $as_echo_n "(cached) " >&6
11824 ac_res=`eval 'as_val=${'$as_ac_Header'}
11825 $as_echo "$as_val"'`
11826 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
11827 $as_echo "$ac_res" >&6; }
11828 else
11829 # Is the header compilable?
11830 { $as_echo "$as_me:$LINENO: checking $ac_header usability" >&5
11831 $as_echo_n "checking $ac_header usability... " >&6; }
11832 cat >conftest.$ac_ext <<_ACEOF
11833 /* confdefs.h. */
11834 _ACEOF
11835 cat confdefs.h >>conftest.$ac_ext
11836 cat >>conftest.$ac_ext <<_ACEOF
11837 /* end confdefs.h. */
11838 $ac_includes_default
11839 #include <$ac_header>
11840 _ACEOF
11841 rm -f conftest.$ac_objext
11842 if { (ac_try="$ac_compile"
11843 case "(($ac_try" in
11844 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11845 *) ac_try_echo=$ac_try;;
11846 esac
11847 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
11848 $as_echo "$ac_try_echo") >&5
11849 (eval "$ac_compile") 2>conftest.er1
11850 ac_status=$?
11851 grep -v '^ *+' conftest.er1 >conftest.err
11852 rm -f conftest.er1
11853 cat conftest.err >&5
11854 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
11855 (exit $ac_status); } && {
11856 test -z "$ac_c_werror_flag" ||
11857 test ! -s conftest.err
11858 } && test -s conftest.$ac_objext; then
11859 ac_header_compiler=yes
11860 else
11861 $as_echo "$as_me: failed program was:" >&5
11862 sed 's/^/| /' conftest.$ac_ext >&5
11864 ac_header_compiler=no
11867 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11868 { $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
11869 $as_echo "$ac_header_compiler" >&6; }
11871 # Is the header present?
11872 { $as_echo "$as_me:$LINENO: checking $ac_header presence" >&5
11873 $as_echo_n "checking $ac_header presence... " >&6; }
11874 cat >conftest.$ac_ext <<_ACEOF
11875 /* confdefs.h. */
11876 _ACEOF
11877 cat confdefs.h >>conftest.$ac_ext
11878 cat >>conftest.$ac_ext <<_ACEOF
11879 /* end confdefs.h. */
11880 #include <$ac_header>
11881 _ACEOF
11882 if { (ac_try="$ac_cpp conftest.$ac_ext"
11883 case "(($ac_try" in
11884 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11885 *) ac_try_echo=$ac_try;;
11886 esac
11887 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
11888 $as_echo "$ac_try_echo") >&5
11889 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
11890 ac_status=$?
11891 grep -v '^ *+' conftest.er1 >conftest.err
11892 rm -f conftest.er1
11893 cat conftest.err >&5
11894 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
11895 (exit $ac_status); } >/dev/null && {
11896 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
11897 test ! -s conftest.err
11898 }; then
11899 ac_header_preproc=yes
11900 else
11901 $as_echo "$as_me: failed program was:" >&5
11902 sed 's/^/| /' conftest.$ac_ext >&5
11904 ac_header_preproc=no
11907 rm -f conftest.err conftest.$ac_ext
11908 { $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
11909 $as_echo "$ac_header_preproc" >&6; }
11911 # So? What about this header?
11912 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
11913 yes:no: )
11914 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
11915 $as_echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
11916 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
11917 $as_echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
11918 ac_header_preproc=yes
11920 no:yes:* )
11921 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
11922 $as_echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
11923 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
11924 $as_echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
11925 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
11926 $as_echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
11927 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
11928 $as_echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
11929 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
11930 $as_echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
11931 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
11932 $as_echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
11933 ( cat <<\_ASBOX
11934 ## ------------------------------------ ##
11935 ## Report this to wine-devel@winehq.org ##
11936 ## ------------------------------------ ##
11937 _ASBOX
11938 ) | sed "s/^/$as_me: WARNING: /" >&2
11940 esac
11941 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
11942 $as_echo_n "checking for $ac_header... " >&6; }
11943 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
11944 $as_echo_n "(cached) " >&6
11945 else
11946 eval "$as_ac_Header=\$ac_header_preproc"
11948 ac_res=`eval 'as_val=${'$as_ac_Header'}
11949 $as_echo "$as_val"'`
11950 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
11951 $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
11961 for ac_header in audio/soundlib.h
11963 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
11964 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
11965 $as_echo_n "checking for $ac_header... " >&6; }
11966 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
11967 $as_echo_n "(cached) " >&6
11968 else
11969 cat >conftest.$ac_ext <<_ACEOF
11970 /* confdefs.h. */
11971 _ACEOF
11972 cat confdefs.h >>conftest.$ac_ext
11973 cat >>conftest.$ac_ext <<_ACEOF
11974 /* end confdefs.h. */
11975 #include <audio/audiolib.h>
11977 #include <$ac_header>
11978 _ACEOF
11979 rm -f conftest.$ac_objext
11980 if { (ac_try="$ac_compile"
11981 case "(($ac_try" in
11982 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11983 *) ac_try_echo=$ac_try;;
11984 esac
11985 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
11986 $as_echo "$ac_try_echo") >&5
11987 (eval "$ac_compile") 2>conftest.er1
11988 ac_status=$?
11989 grep -v '^ *+' conftest.er1 >conftest.err
11990 rm -f conftest.er1
11991 cat conftest.err >&5
11992 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
11993 (exit $ac_status); } && {
11994 test -z "$ac_c_werror_flag" ||
11995 test ! -s conftest.err
11996 } && test -s conftest.$ac_objext; then
11997 eval "$as_ac_Header=yes"
11998 else
11999 $as_echo "$as_me: failed program was:" >&5
12000 sed 's/^/| /' conftest.$ac_ext >&5
12002 eval "$as_ac_Header=no"
12005 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
12007 ac_res=`eval 'as_val=${'$as_ac_Header'}
12008 $as_echo "$as_val"'`
12009 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
12010 $as_echo "$ac_res" >&6; }
12011 as_val=`eval 'as_val=${'$as_ac_Header'}
12012 $as_echo "$as_val"'`
12013 if test "x$as_val" = x""yes; then
12014 cat >>confdefs.h <<_ACEOF
12015 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
12016 _ACEOF
12020 done
12022 { $as_echo "$as_me:$LINENO: checking for AuCreateFlow in -laudio" >&5
12023 $as_echo_n "checking for AuCreateFlow in -laudio... " >&6; }
12024 if test "${ac_cv_lib_audio_AuCreateFlow+set}" = set; then
12025 $as_echo_n "(cached) " >&6
12026 else
12027 ac_check_lib_save_LIBS=$LIBS
12028 LIBS="-laudio -lXt $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
12029 cat >conftest.$ac_ext <<_ACEOF
12030 /* confdefs.h. */
12031 _ACEOF
12032 cat confdefs.h >>conftest.$ac_ext
12033 cat >>conftest.$ac_ext <<_ACEOF
12034 /* end confdefs.h. */
12036 /* Override any GCC internal prototype to avoid an error.
12037 Use char because int might match the return type of a GCC
12038 builtin and then its argument prototype would still apply. */
12039 #ifdef __cplusplus
12040 extern "C"
12041 #endif
12042 char AuCreateFlow ();
12044 main ()
12046 return AuCreateFlow ();
12048 return 0;
12050 _ACEOF
12051 rm -f conftest.$ac_objext conftest$ac_exeext
12052 if { (ac_try="$ac_link"
12053 case "(($ac_try" in
12054 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12055 *) ac_try_echo=$ac_try;;
12056 esac
12057 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
12058 $as_echo "$ac_try_echo") >&5
12059 (eval "$ac_link") 2>conftest.er1
12060 ac_status=$?
12061 grep -v '^ *+' conftest.er1 >conftest.err
12062 rm -f conftest.er1
12063 cat conftest.err >&5
12064 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
12065 (exit $ac_status); } && {
12066 test -z "$ac_c_werror_flag" ||
12067 test ! -s conftest.err
12068 } && test -s conftest$ac_exeext && {
12069 test "$cross_compiling" = yes ||
12070 $as_test_x conftest$ac_exeext
12071 }; then
12072 ac_cv_lib_audio_AuCreateFlow=yes
12073 else
12074 $as_echo "$as_me: failed program was:" >&5
12075 sed 's/^/| /' conftest.$ac_ext >&5
12077 ac_cv_lib_audio_AuCreateFlow=no
12080 rm -rf conftest.dSYM
12081 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
12082 conftest$ac_exeext conftest.$ac_ext
12083 LIBS=$ac_check_lib_save_LIBS
12085 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_audio_AuCreateFlow" >&5
12086 $as_echo "$ac_cv_lib_audio_AuCreateFlow" >&6; }
12087 if test "x$ac_cv_lib_audio_AuCreateFlow" = x""yes; then
12089 cat >>confdefs.h <<\_ACEOF
12090 #define HAVE_NAS 1
12091 _ACEOF
12093 { $as_echo "$as_me:$LINENO: checking for XauGetBestAuthByAddr in -lXau" >&5
12094 $as_echo_n "checking for XauGetBestAuthByAddr in -lXau... " >&6; }
12095 if test "${ac_cv_lib_Xau_XauGetBestAuthByAddr+set}" = set; then
12096 $as_echo_n "(cached) " >&6
12097 else
12098 ac_check_lib_save_LIBS=$LIBS
12099 LIBS="-lXau $X_LIBS $LIBS"
12100 cat >conftest.$ac_ext <<_ACEOF
12101 /* confdefs.h. */
12102 _ACEOF
12103 cat confdefs.h >>conftest.$ac_ext
12104 cat >>conftest.$ac_ext <<_ACEOF
12105 /* end confdefs.h. */
12107 /* Override any GCC internal prototype to avoid an error.
12108 Use char because int might match the return type of a GCC
12109 builtin and then its argument prototype would still apply. */
12110 #ifdef __cplusplus
12111 extern "C"
12112 #endif
12113 char XauGetBestAuthByAddr ();
12115 main ()
12117 return XauGetBestAuthByAddr ();
12119 return 0;
12121 _ACEOF
12122 rm -f conftest.$ac_objext conftest$ac_exeext
12123 if { (ac_try="$ac_link"
12124 case "(($ac_try" in
12125 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12126 *) ac_try_echo=$ac_try;;
12127 esac
12128 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
12129 $as_echo "$ac_try_echo") >&5
12130 (eval "$ac_link") 2>conftest.er1
12131 ac_status=$?
12132 grep -v '^ *+' conftest.er1 >conftest.err
12133 rm -f conftest.er1
12134 cat conftest.err >&5
12135 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
12136 (exit $ac_status); } && {
12137 test -z "$ac_c_werror_flag" ||
12138 test ! -s conftest.err
12139 } && test -s conftest$ac_exeext && {
12140 test "$cross_compiling" = yes ||
12141 $as_test_x conftest$ac_exeext
12142 }; then
12143 ac_cv_lib_Xau_XauGetBestAuthByAddr=yes
12144 else
12145 $as_echo "$as_me: failed program was:" >&5
12146 sed 's/^/| /' conftest.$ac_ext >&5
12148 ac_cv_lib_Xau_XauGetBestAuthByAddr=no
12151 rm -rf conftest.dSYM
12152 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
12153 conftest$ac_exeext conftest.$ac_ext
12154 LIBS=$ac_check_lib_save_LIBS
12156 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_Xau_XauGetBestAuthByAddr" >&5
12157 $as_echo "$ac_cv_lib_Xau_XauGetBestAuthByAddr" >&6; }
12158 if test "x$ac_cv_lib_Xau_XauGetBestAuthByAddr" = x""yes; then
12159 NASLIBS="-lXau -laudio -lXt $X_LIBS -lXext -lX11 $X_EXTRA_LIBS"
12160 else
12161 NASLIBS="-laudio -lXt $X_LIBS -lXext -lX11 $X_EXTRA_LIBS"
12169 done
12172 CPPFLAGS="$ac_save_CPPFLAGS"
12173 else
12174 XLIB=""
12175 X_CFLAGS=""
12176 X_LIBS=""
12177 enable_winex11_drv=${enable_winex11_drv:-no}
12178 enable_opengl32=${enable_opengl32:-no}
12179 enable_glu32=${enable_glu32:-no}
12181 if test "x$XLIB" = "x"; then
12182 case "x$with_x" in
12183 xno) ;;
12184 *) { { $as_echo "$as_me:$LINENO: error: X ${notice_platform}development files not found. Wine will be built
12185 without X support, which probably isn't what you want. You will need to install
12186 ${notice_platform}development packages of Xlib/Xfree86 at the very least.
12187 Use the --without-x option if you really want this." >&5
12188 $as_echo "$as_me: error: X ${notice_platform}development files not found. Wine will be built
12189 without X support, which probably isn't what you want. You will need to install
12190 ${notice_platform}development packages of Xlib/Xfree86 at the very least.
12191 Use the --without-x option if you really want this." >&2;}
12192 { (exit 1); exit 1; }; } ;;
12193 esac
12198 XML2LIBS=""
12200 XML2INCL=""
12202 XSLTINCL=""
12204 if test "x$with_xml" != "xno"
12205 then
12206 ac_save_CPPFLAGS="$CPPFLAGS"
12207 if test "$PKG_CONFIG" != "false"
12208 then
12209 ac_xml_libs="`$PKG_CONFIG --libs libxml-2.0 2>/dev/null`"
12210 ac_xml_cflags="`$PKG_CONFIG --cflags libxml-2.0 2>/dev/null`"
12211 else
12212 ac_xml_libs="`xml2-config --libs 2>/dev/null`"
12213 ac_xml_cflags="`xml2-config --cflags 2>/dev/null`"
12215 CPPFLAGS="$CPPFLAGS $ac_xml_cflags"
12217 for ac_header in libxml/parser.h
12219 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
12220 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
12221 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
12222 $as_echo_n "checking for $ac_header... " >&6; }
12223 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
12224 $as_echo_n "(cached) " >&6
12226 ac_res=`eval 'as_val=${'$as_ac_Header'}
12227 $as_echo "$as_val"'`
12228 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
12229 $as_echo "$ac_res" >&6; }
12230 else
12231 # Is the header compilable?
12232 { $as_echo "$as_me:$LINENO: checking $ac_header usability" >&5
12233 $as_echo_n "checking $ac_header usability... " >&6; }
12234 cat >conftest.$ac_ext <<_ACEOF
12235 /* confdefs.h. */
12236 _ACEOF
12237 cat confdefs.h >>conftest.$ac_ext
12238 cat >>conftest.$ac_ext <<_ACEOF
12239 /* end confdefs.h. */
12240 $ac_includes_default
12241 #include <$ac_header>
12242 _ACEOF
12243 rm -f conftest.$ac_objext
12244 if { (ac_try="$ac_compile"
12245 case "(($ac_try" in
12246 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12247 *) ac_try_echo=$ac_try;;
12248 esac
12249 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
12250 $as_echo "$ac_try_echo") >&5
12251 (eval "$ac_compile") 2>conftest.er1
12252 ac_status=$?
12253 grep -v '^ *+' conftest.er1 >conftest.err
12254 rm -f conftest.er1
12255 cat conftest.err >&5
12256 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
12257 (exit $ac_status); } && {
12258 test -z "$ac_c_werror_flag" ||
12259 test ! -s conftest.err
12260 } && test -s conftest.$ac_objext; then
12261 ac_header_compiler=yes
12262 else
12263 $as_echo "$as_me: failed program was:" >&5
12264 sed 's/^/| /' conftest.$ac_ext >&5
12266 ac_header_compiler=no
12269 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
12270 { $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
12271 $as_echo "$ac_header_compiler" >&6; }
12273 # Is the header present?
12274 { $as_echo "$as_me:$LINENO: checking $ac_header presence" >&5
12275 $as_echo_n "checking $ac_header presence... " >&6; }
12276 cat >conftest.$ac_ext <<_ACEOF
12277 /* confdefs.h. */
12278 _ACEOF
12279 cat confdefs.h >>conftest.$ac_ext
12280 cat >>conftest.$ac_ext <<_ACEOF
12281 /* end confdefs.h. */
12282 #include <$ac_header>
12283 _ACEOF
12284 if { (ac_try="$ac_cpp conftest.$ac_ext"
12285 case "(($ac_try" in
12286 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12287 *) ac_try_echo=$ac_try;;
12288 esac
12289 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
12290 $as_echo "$ac_try_echo") >&5
12291 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
12292 ac_status=$?
12293 grep -v '^ *+' conftest.er1 >conftest.err
12294 rm -f conftest.er1
12295 cat conftest.err >&5
12296 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
12297 (exit $ac_status); } >/dev/null && {
12298 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
12299 test ! -s conftest.err
12300 }; then
12301 ac_header_preproc=yes
12302 else
12303 $as_echo "$as_me: failed program was:" >&5
12304 sed 's/^/| /' conftest.$ac_ext >&5
12306 ac_header_preproc=no
12309 rm -f conftest.err conftest.$ac_ext
12310 { $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
12311 $as_echo "$ac_header_preproc" >&6; }
12313 # So? What about this header?
12314 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
12315 yes:no: )
12316 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
12317 $as_echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
12318 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
12319 $as_echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
12320 ac_header_preproc=yes
12322 no:yes:* )
12323 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
12324 $as_echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
12325 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
12326 $as_echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
12327 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
12328 $as_echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
12329 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
12330 $as_echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
12331 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
12332 $as_echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
12333 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
12334 $as_echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
12335 ( cat <<\_ASBOX
12336 ## ------------------------------------ ##
12337 ## Report this to wine-devel@winehq.org ##
12338 ## ------------------------------------ ##
12339 _ASBOX
12340 ) | sed "s/^/$as_me: WARNING: /" >&2
12342 esac
12343 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
12344 $as_echo_n "checking for $ac_header... " >&6; }
12345 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
12346 $as_echo_n "(cached) " >&6
12347 else
12348 eval "$as_ac_Header=\$ac_header_preproc"
12350 ac_res=`eval 'as_val=${'$as_ac_Header'}
12351 $as_echo "$as_val"'`
12352 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
12353 $as_echo "$ac_res" >&6; }
12356 as_val=`eval 'as_val=${'$as_ac_Header'}
12357 $as_echo "$as_val"'`
12358 if test "x$as_val" = x""yes; then
12359 cat >>confdefs.h <<_ACEOF
12360 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
12361 _ACEOF
12362 { $as_echo "$as_me:$LINENO: checking for xmlParseMemory in -lxml2" >&5
12363 $as_echo_n "checking for xmlParseMemory in -lxml2... " >&6; }
12364 if test "${ac_cv_lib_xml2_xmlParseMemory+set}" = set; then
12365 $as_echo_n "(cached) " >&6
12366 else
12367 ac_check_lib_save_LIBS=$LIBS
12368 LIBS="-lxml2 $ac_xml_libs $LIBS"
12369 cat >conftest.$ac_ext <<_ACEOF
12370 /* confdefs.h. */
12371 _ACEOF
12372 cat confdefs.h >>conftest.$ac_ext
12373 cat >>conftest.$ac_ext <<_ACEOF
12374 /* end confdefs.h. */
12376 /* Override any GCC internal prototype to avoid an error.
12377 Use char because int might match the return type of a GCC
12378 builtin and then its argument prototype would still apply. */
12379 #ifdef __cplusplus
12380 extern "C"
12381 #endif
12382 char xmlParseMemory ();
12384 main ()
12386 return xmlParseMemory ();
12388 return 0;
12390 _ACEOF
12391 rm -f conftest.$ac_objext conftest$ac_exeext
12392 if { (ac_try="$ac_link"
12393 case "(($ac_try" in
12394 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12395 *) ac_try_echo=$ac_try;;
12396 esac
12397 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
12398 $as_echo "$ac_try_echo") >&5
12399 (eval "$ac_link") 2>conftest.er1
12400 ac_status=$?
12401 grep -v '^ *+' conftest.er1 >conftest.err
12402 rm -f conftest.er1
12403 cat conftest.err >&5
12404 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
12405 (exit $ac_status); } && {
12406 test -z "$ac_c_werror_flag" ||
12407 test ! -s conftest.err
12408 } && test -s conftest$ac_exeext && {
12409 test "$cross_compiling" = yes ||
12410 $as_test_x conftest$ac_exeext
12411 }; then
12412 ac_cv_lib_xml2_xmlParseMemory=yes
12413 else
12414 $as_echo "$as_me: failed program was:" >&5
12415 sed 's/^/| /' conftest.$ac_ext >&5
12417 ac_cv_lib_xml2_xmlParseMemory=no
12420 rm -rf conftest.dSYM
12421 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
12422 conftest$ac_exeext conftest.$ac_ext
12423 LIBS=$ac_check_lib_save_LIBS
12425 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_xml2_xmlParseMemory" >&5
12426 $as_echo "$ac_cv_lib_xml2_xmlParseMemory" >&6; }
12427 if test "x$ac_cv_lib_xml2_xmlParseMemory" = x""yes; then
12429 cat >>confdefs.h <<\_ACEOF
12430 #define HAVE_LIBXML2 1
12431 _ACEOF
12433 XML2LIBS="$ac_xml_libs"
12434 XML2INCL="$ac_xml_cflags"
12437 { $as_echo "$as_me:$LINENO: checking for xmlReadMemory in -lxml2" >&5
12438 $as_echo_n "checking for xmlReadMemory in -lxml2... " >&6; }
12439 if test "${ac_cv_lib_xml2_xmlReadMemory+set}" = set; then
12440 $as_echo_n "(cached) " >&6
12441 else
12442 ac_check_lib_save_LIBS=$LIBS
12443 LIBS="-lxml2 $ac_xml_libs $LIBS"
12444 cat >conftest.$ac_ext <<_ACEOF
12445 /* confdefs.h. */
12446 _ACEOF
12447 cat confdefs.h >>conftest.$ac_ext
12448 cat >>conftest.$ac_ext <<_ACEOF
12449 /* end confdefs.h. */
12451 /* Override any GCC internal prototype to avoid an error.
12452 Use char because int might match the return type of a GCC
12453 builtin and then its argument prototype would still apply. */
12454 #ifdef __cplusplus
12455 extern "C"
12456 #endif
12457 char xmlReadMemory ();
12459 main ()
12461 return xmlReadMemory ();
12463 return 0;
12465 _ACEOF
12466 rm -f conftest.$ac_objext conftest$ac_exeext
12467 if { (ac_try="$ac_link"
12468 case "(($ac_try" in
12469 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12470 *) ac_try_echo=$ac_try;;
12471 esac
12472 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
12473 $as_echo "$ac_try_echo") >&5
12474 (eval "$ac_link") 2>conftest.er1
12475 ac_status=$?
12476 grep -v '^ *+' conftest.er1 >conftest.err
12477 rm -f conftest.er1
12478 cat conftest.err >&5
12479 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
12480 (exit $ac_status); } && {
12481 test -z "$ac_c_werror_flag" ||
12482 test ! -s conftest.err
12483 } && test -s conftest$ac_exeext && {
12484 test "$cross_compiling" = yes ||
12485 $as_test_x conftest$ac_exeext
12486 }; then
12487 ac_cv_lib_xml2_xmlReadMemory=yes
12488 else
12489 $as_echo "$as_me: failed program was:" >&5
12490 sed 's/^/| /' conftest.$ac_ext >&5
12492 ac_cv_lib_xml2_xmlReadMemory=no
12495 rm -rf conftest.dSYM
12496 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
12497 conftest$ac_exeext conftest.$ac_ext
12498 LIBS=$ac_check_lib_save_LIBS
12500 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_xml2_xmlReadMemory" >&5
12501 $as_echo "$ac_cv_lib_xml2_xmlReadMemory" >&6; }
12502 if test "x$ac_cv_lib_xml2_xmlReadMemory" = x""yes; then
12504 cat >>confdefs.h <<\_ACEOF
12505 #define HAVE_XMLREADMEMORY 1
12506 _ACEOF
12510 { $as_echo "$as_me:$LINENO: checking for xmlNewDocPI in -lxml2" >&5
12511 $as_echo_n "checking for xmlNewDocPI in -lxml2... " >&6; }
12512 if test "${ac_cv_lib_xml2_xmlNewDocPI+set}" = set; then
12513 $as_echo_n "(cached) " >&6
12514 else
12515 ac_check_lib_save_LIBS=$LIBS
12516 LIBS="-lxml2 $ac_xml_libs $LIBS"
12517 cat >conftest.$ac_ext <<_ACEOF
12518 /* confdefs.h. */
12519 _ACEOF
12520 cat confdefs.h >>conftest.$ac_ext
12521 cat >>conftest.$ac_ext <<_ACEOF
12522 /* end confdefs.h. */
12524 /* Override any GCC internal prototype to avoid an error.
12525 Use char because int might match the return type of a GCC
12526 builtin and then its argument prototype would still apply. */
12527 #ifdef __cplusplus
12528 extern "C"
12529 #endif
12530 char xmlNewDocPI ();
12532 main ()
12534 return xmlNewDocPI ();
12536 return 0;
12538 _ACEOF
12539 rm -f conftest.$ac_objext conftest$ac_exeext
12540 if { (ac_try="$ac_link"
12541 case "(($ac_try" in
12542 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12543 *) ac_try_echo=$ac_try;;
12544 esac
12545 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
12546 $as_echo "$ac_try_echo") >&5
12547 (eval "$ac_link") 2>conftest.er1
12548 ac_status=$?
12549 grep -v '^ *+' conftest.er1 >conftest.err
12550 rm -f conftest.er1
12551 cat conftest.err >&5
12552 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
12553 (exit $ac_status); } && {
12554 test -z "$ac_c_werror_flag" ||
12555 test ! -s conftest.err
12556 } && test -s conftest$ac_exeext && {
12557 test "$cross_compiling" = yes ||
12558 $as_test_x conftest$ac_exeext
12559 }; then
12560 ac_cv_lib_xml2_xmlNewDocPI=yes
12561 else
12562 $as_echo "$as_me: failed program was:" >&5
12563 sed 's/^/| /' conftest.$ac_ext >&5
12565 ac_cv_lib_xml2_xmlNewDocPI=no
12568 rm -rf conftest.dSYM
12569 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
12570 conftest$ac_exeext conftest.$ac_ext
12571 LIBS=$ac_check_lib_save_LIBS
12573 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_xml2_xmlNewDocPI" >&5
12574 $as_echo "$ac_cv_lib_xml2_xmlNewDocPI" >&6; }
12575 if test "x$ac_cv_lib_xml2_xmlNewDocPI" = x""yes; then
12577 cat >>confdefs.h <<\_ACEOF
12578 #define HAVE_XMLNEWDOCPI 1
12579 _ACEOF
12586 done
12588 CPPFLAGS="$ac_save_CPPFLAGS"
12590 if test "$ac_cv_lib_xml2_xmlParseMemory" != "yes"; then
12591 case "x$with_xml" in
12592 x) wine_warnings="$wine_warnings|libxml2 ${notice_platform}development files not found, XML won't be supported." ;;
12593 xno) ;;
12594 *) { { $as_echo "$as_me:$LINENO: error: libxml2 ${notice_platform}development files not found, XML won't be supported.
12595 This is an error since --with-xml was requested." >&5
12596 $as_echo "$as_me: error: libxml2 ${notice_platform}development files not found, XML won't be supported.
12597 This is an error since --with-xml was requested." >&2;}
12598 { (exit 1); exit 1; }; } ;;
12599 esac
12603 if test "x$with_xslt" != "xno"
12604 then
12605 if test "$PKG_CONFIG" != "false"
12606 then
12607 ac_xslt_libs="`$PKG_CONFIG --libs libxslt 2>/dev/null`"
12608 ac_xslt_cflags="`$PKG_CONFIG --cflags libxslt 2>/dev/null`"
12609 else
12610 ac_xslt_libs="`xslt-config --libs 2>/dev/null`"
12611 ac_xslt_cflags="`xslt-config --cflags 2>/dev/null`"
12613 ac_save_CPPFLAGS="$CPPFLAGS"
12614 CPPFLAGS="$CPPFLAGS $ac_xslt_cflags"
12617 for ac_header in libxslt/pattern.h libxslt/transform.h
12619 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
12620 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
12621 $as_echo_n "checking for $ac_header... " >&6; }
12622 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
12623 $as_echo_n "(cached) " >&6
12624 else
12625 cat >conftest.$ac_ext <<_ACEOF
12626 /* confdefs.h. */
12627 _ACEOF
12628 cat confdefs.h >>conftest.$ac_ext
12629 cat >>conftest.$ac_ext <<_ACEOF
12630 /* end confdefs.h. */
12631 #ifdef HAVE_LIBXSLT_PATTERN_H
12632 # include <libxslt/pattern.h>
12633 #endif
12635 #include <$ac_header>
12636 _ACEOF
12637 rm -f conftest.$ac_objext
12638 if { (ac_try="$ac_compile"
12639 case "(($ac_try" in
12640 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12641 *) ac_try_echo=$ac_try;;
12642 esac
12643 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
12644 $as_echo "$ac_try_echo") >&5
12645 (eval "$ac_compile") 2>conftest.er1
12646 ac_status=$?
12647 grep -v '^ *+' conftest.er1 >conftest.err
12648 rm -f conftest.er1
12649 cat conftest.err >&5
12650 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
12651 (exit $ac_status); } && {
12652 test -z "$ac_c_werror_flag" ||
12653 test ! -s conftest.err
12654 } && test -s conftest.$ac_objext; then
12655 eval "$as_ac_Header=yes"
12656 else
12657 $as_echo "$as_me: failed program was:" >&5
12658 sed 's/^/| /' conftest.$ac_ext >&5
12660 eval "$as_ac_Header=no"
12663 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
12665 ac_res=`eval 'as_val=${'$as_ac_Header'}
12666 $as_echo "$as_val"'`
12667 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
12668 $as_echo "$ac_res" >&6; }
12669 as_val=`eval 'as_val=${'$as_ac_Header'}
12670 $as_echo "$as_val"'`
12671 if test "x$as_val" = x""yes; then
12672 cat >>confdefs.h <<_ACEOF
12673 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
12674 _ACEOF
12678 done
12680 CPPFLAGS="$ac_save_CPPFLAGS"
12681 if test "$ac_cv_header_libxslt_transform_h" = "yes"
12682 then
12683 { $as_echo "$as_me:$LINENO: checking for -lxslt" >&5
12684 $as_echo_n "checking for -lxslt... " >&6; }
12685 if test "${ac_cv_lib_soname_xslt+set}" = set; then
12686 $as_echo_n "(cached) " >&6
12687 else
12688 ac_check_soname_save_LIBS=$LIBS
12689 LIBS="-lxslt $ac_xslt_libs $LIBS"
12690 cat >conftest.$ac_ext <<_ACEOF
12691 /* confdefs.h. */
12692 _ACEOF
12693 cat confdefs.h >>conftest.$ac_ext
12694 cat >>conftest.$ac_ext <<_ACEOF
12695 /* end confdefs.h. */
12697 /* Override any GCC internal prototype to avoid an error.
12698 Use char because int might match the return type of a GCC
12699 builtin and then its argument prototype would still apply. */
12700 #ifdef __cplusplus
12701 extern "C"
12702 #endif
12703 char xsltCompilePattern ();
12705 main ()
12707 return xsltCompilePattern ();
12709 return 0;
12711 _ACEOF
12712 rm -f conftest.$ac_objext conftest$ac_exeext
12713 if { (ac_try="$ac_link"
12714 case "(($ac_try" in
12715 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12716 *) ac_try_echo=$ac_try;;
12717 esac
12718 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
12719 $as_echo "$ac_try_echo") >&5
12720 (eval "$ac_link") 2>conftest.er1
12721 ac_status=$?
12722 grep -v '^ *+' conftest.er1 >conftest.err
12723 rm -f conftest.er1
12724 cat conftest.err >&5
12725 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
12726 (exit $ac_status); } && {
12727 test -z "$ac_c_werror_flag" ||
12728 test ! -s conftest.err
12729 } && test -s conftest$ac_exeext && {
12730 test "$cross_compiling" = yes ||
12731 $as_test_x conftest$ac_exeext
12732 }; then
12733 case "$LIBEXT" in
12734 dll) ;;
12735 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'` ;;
12736 *) ac_cv_lib_soname_xslt=`$ac_cv_path_LDD conftest$ac_exeext | grep "libxslt\\.$LIBEXT" | sed -e "s/^.*\(libxslt\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
12737 esac
12738 else
12739 $as_echo "$as_me: failed program was:" >&5
12740 sed 's/^/| /' conftest.$ac_ext >&5
12745 rm -rf conftest.dSYM
12746 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
12747 conftest$ac_exeext conftest.$ac_ext
12748 LIBS=$ac_check_soname_save_LIBS
12750 if test "x$ac_cv_lib_soname_xslt" = "x"; then
12751 { $as_echo "$as_me:$LINENO: result: not found" >&5
12752 $as_echo "not found" >&6; }
12754 else
12755 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_xslt" >&5
12756 $as_echo "$ac_cv_lib_soname_xslt" >&6; }
12758 cat >>confdefs.h <<_ACEOF
12759 #define SONAME_LIBXSLT "$ac_cv_lib_soname_xslt"
12760 _ACEOF
12762 XSLTINCL="$ac_xslt_cflags"
12767 if test "x$ac_cv_lib_soname_xslt" = "x"; then
12768 case "x$with_xslt" in
12769 x) wine_warnings="$wine_warnings|libxslt ${notice_platform}development files not found, xslt won't be supported." ;;
12770 xno) ;;
12771 *) { { $as_echo "$as_me:$LINENO: error: libxslt ${notice_platform}development files not found, xslt won't be supported.
12772 This is an error since --with-xslt was requested." >&5
12773 $as_echo "$as_me: error: libxslt ${notice_platform}development files not found, xslt won't be supported.
12774 This is an error since --with-xslt was requested." >&2;}
12775 { (exit 1); exit 1; }; } ;;
12776 esac
12780 HALINCL=""
12782 if test "x$with_hal" != "xno" -a "$PKG_CONFIG" != "false"
12783 then
12784 ac_save_CPPFLAGS="$CPPFLAGS"
12785 ac_hal_libs="`$PKG_CONFIG --libs hal 2>/dev/null`"
12786 ac_hal_cflags="`$PKG_CONFIG --cflags hal 2>/dev/null`"
12787 CPPFLAGS="$CPPFLAGS $ac_hal_cflags"
12790 for ac_header in dbus/dbus.h hal/libhal.h
12792 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
12793 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
12794 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
12795 $as_echo_n "checking for $ac_header... " >&6; }
12796 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
12797 $as_echo_n "(cached) " >&6
12799 ac_res=`eval 'as_val=${'$as_ac_Header'}
12800 $as_echo "$as_val"'`
12801 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
12802 $as_echo "$ac_res" >&6; }
12803 else
12804 # Is the header compilable?
12805 { $as_echo "$as_me:$LINENO: checking $ac_header usability" >&5
12806 $as_echo_n "checking $ac_header usability... " >&6; }
12807 cat >conftest.$ac_ext <<_ACEOF
12808 /* confdefs.h. */
12809 _ACEOF
12810 cat confdefs.h >>conftest.$ac_ext
12811 cat >>conftest.$ac_ext <<_ACEOF
12812 /* end confdefs.h. */
12813 $ac_includes_default
12814 #include <$ac_header>
12815 _ACEOF
12816 rm -f conftest.$ac_objext
12817 if { (ac_try="$ac_compile"
12818 case "(($ac_try" in
12819 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12820 *) ac_try_echo=$ac_try;;
12821 esac
12822 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
12823 $as_echo "$ac_try_echo") >&5
12824 (eval "$ac_compile") 2>conftest.er1
12825 ac_status=$?
12826 grep -v '^ *+' conftest.er1 >conftest.err
12827 rm -f conftest.er1
12828 cat conftest.err >&5
12829 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
12830 (exit $ac_status); } && {
12831 test -z "$ac_c_werror_flag" ||
12832 test ! -s conftest.err
12833 } && test -s conftest.$ac_objext; then
12834 ac_header_compiler=yes
12835 else
12836 $as_echo "$as_me: failed program was:" >&5
12837 sed 's/^/| /' conftest.$ac_ext >&5
12839 ac_header_compiler=no
12842 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
12843 { $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
12844 $as_echo "$ac_header_compiler" >&6; }
12846 # Is the header present?
12847 { $as_echo "$as_me:$LINENO: checking $ac_header presence" >&5
12848 $as_echo_n "checking $ac_header presence... " >&6; }
12849 cat >conftest.$ac_ext <<_ACEOF
12850 /* confdefs.h. */
12851 _ACEOF
12852 cat confdefs.h >>conftest.$ac_ext
12853 cat >>conftest.$ac_ext <<_ACEOF
12854 /* end confdefs.h. */
12855 #include <$ac_header>
12856 _ACEOF
12857 if { (ac_try="$ac_cpp conftest.$ac_ext"
12858 case "(($ac_try" in
12859 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12860 *) ac_try_echo=$ac_try;;
12861 esac
12862 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
12863 $as_echo "$ac_try_echo") >&5
12864 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
12865 ac_status=$?
12866 grep -v '^ *+' conftest.er1 >conftest.err
12867 rm -f conftest.er1
12868 cat conftest.err >&5
12869 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
12870 (exit $ac_status); } >/dev/null && {
12871 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
12872 test ! -s conftest.err
12873 }; then
12874 ac_header_preproc=yes
12875 else
12876 $as_echo "$as_me: failed program was:" >&5
12877 sed 's/^/| /' conftest.$ac_ext >&5
12879 ac_header_preproc=no
12882 rm -f conftest.err conftest.$ac_ext
12883 { $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
12884 $as_echo "$ac_header_preproc" >&6; }
12886 # So? What about this header?
12887 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
12888 yes:no: )
12889 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
12890 $as_echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
12891 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
12892 $as_echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
12893 ac_header_preproc=yes
12895 no:yes:* )
12896 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
12897 $as_echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
12898 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
12899 $as_echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
12900 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
12901 $as_echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
12902 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
12903 $as_echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
12904 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
12905 $as_echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
12906 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
12907 $as_echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
12908 ( cat <<\_ASBOX
12909 ## ------------------------------------ ##
12910 ## Report this to wine-devel@winehq.org ##
12911 ## ------------------------------------ ##
12912 _ASBOX
12913 ) | sed "s/^/$as_me: WARNING: /" >&2
12915 esac
12916 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
12917 $as_echo_n "checking for $ac_header... " >&6; }
12918 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
12919 $as_echo_n "(cached) " >&6
12920 else
12921 eval "$as_ac_Header=\$ac_header_preproc"
12923 ac_res=`eval 'as_val=${'$as_ac_Header'}
12924 $as_echo "$as_val"'`
12925 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
12926 $as_echo "$ac_res" >&6; }
12929 as_val=`eval 'as_val=${'$as_ac_Header'}
12930 $as_echo "$as_val"'`
12931 if test "x$as_val" = x""yes; then
12932 cat >>confdefs.h <<_ACEOF
12933 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
12934 _ACEOF
12938 done
12940 if test "$ac_cv_header_dbus_dbus_h" = "yes" -a "$ac_cv_header_hal_libhal_h" = "yes"
12941 then
12942 { $as_echo "$as_me:$LINENO: checking for dbus_connection_close in -ldbus-1" >&5
12943 $as_echo_n "checking for dbus_connection_close in -ldbus-1... " >&6; }
12944 if test "${ac_cv_lib_dbus_1_dbus_connection_close+set}" = set; then
12945 $as_echo_n "(cached) " >&6
12946 else
12947 ac_check_lib_save_LIBS=$LIBS
12948 LIBS="-ldbus-1 $ac_hal_libs $LIBS"
12949 cat >conftest.$ac_ext <<_ACEOF
12950 /* confdefs.h. */
12951 _ACEOF
12952 cat confdefs.h >>conftest.$ac_ext
12953 cat >>conftest.$ac_ext <<_ACEOF
12954 /* end confdefs.h. */
12956 /* Override any GCC internal prototype to avoid an error.
12957 Use char because int might match the return type of a GCC
12958 builtin and then its argument prototype would still apply. */
12959 #ifdef __cplusplus
12960 extern "C"
12961 #endif
12962 char dbus_connection_close ();
12964 main ()
12966 return dbus_connection_close ();
12968 return 0;
12970 _ACEOF
12971 rm -f conftest.$ac_objext conftest$ac_exeext
12972 if { (ac_try="$ac_link"
12973 case "(($ac_try" in
12974 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12975 *) ac_try_echo=$ac_try;;
12976 esac
12977 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
12978 $as_echo "$ac_try_echo") >&5
12979 (eval "$ac_link") 2>conftest.er1
12980 ac_status=$?
12981 grep -v '^ *+' conftest.er1 >conftest.err
12982 rm -f conftest.er1
12983 cat conftest.err >&5
12984 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
12985 (exit $ac_status); } && {
12986 test -z "$ac_c_werror_flag" ||
12987 test ! -s conftest.err
12988 } && test -s conftest$ac_exeext && {
12989 test "$cross_compiling" = yes ||
12990 $as_test_x conftest$ac_exeext
12991 }; then
12992 ac_cv_lib_dbus_1_dbus_connection_close=yes
12993 else
12994 $as_echo "$as_me: failed program was:" >&5
12995 sed 's/^/| /' conftest.$ac_ext >&5
12997 ac_cv_lib_dbus_1_dbus_connection_close=no
13000 rm -rf conftest.dSYM
13001 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
13002 conftest$ac_exeext conftest.$ac_ext
13003 LIBS=$ac_check_lib_save_LIBS
13005 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_dbus_1_dbus_connection_close" >&5
13006 $as_echo "$ac_cv_lib_dbus_1_dbus_connection_close" >&6; }
13007 if test "x$ac_cv_lib_dbus_1_dbus_connection_close" = x""yes; then
13008 { $as_echo "$as_me:$LINENO: checking for -lhal" >&5
13009 $as_echo_n "checking for -lhal... " >&6; }
13010 if test "${ac_cv_lib_soname_hal+set}" = set; then
13011 $as_echo_n "(cached) " >&6
13012 else
13013 ac_check_soname_save_LIBS=$LIBS
13014 LIBS="-lhal $ac_hal_libs $LIBS"
13015 cat >conftest.$ac_ext <<_ACEOF
13016 /* confdefs.h. */
13017 _ACEOF
13018 cat confdefs.h >>conftest.$ac_ext
13019 cat >>conftest.$ac_ext <<_ACEOF
13020 /* end confdefs.h. */
13022 /* Override any GCC internal prototype to avoid an error.
13023 Use char because int might match the return type of a GCC
13024 builtin and then its argument prototype would still apply. */
13025 #ifdef __cplusplus
13026 extern "C"
13027 #endif
13028 char libhal_ctx_new ();
13030 main ()
13032 return libhal_ctx_new ();
13034 return 0;
13036 _ACEOF
13037 rm -f conftest.$ac_objext conftest$ac_exeext
13038 if { (ac_try="$ac_link"
13039 case "(($ac_try" in
13040 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13041 *) ac_try_echo=$ac_try;;
13042 esac
13043 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
13044 $as_echo "$ac_try_echo") >&5
13045 (eval "$ac_link") 2>conftest.er1
13046 ac_status=$?
13047 grep -v '^ *+' conftest.er1 >conftest.err
13048 rm -f conftest.er1
13049 cat conftest.err >&5
13050 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
13051 (exit $ac_status); } && {
13052 test -z "$ac_c_werror_flag" ||
13053 test ! -s conftest.err
13054 } && test -s conftest$ac_exeext && {
13055 test "$cross_compiling" = yes ||
13056 $as_test_x conftest$ac_exeext
13057 }; then
13058 case "$LIBEXT" in
13059 dll) ;;
13060 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'` ;;
13061 *) ac_cv_lib_soname_hal=`$ac_cv_path_LDD conftest$ac_exeext | grep "libhal\\.$LIBEXT" | sed -e "s/^.*\(libhal\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
13062 esac
13063 else
13064 $as_echo "$as_me: failed program was:" >&5
13065 sed 's/^/| /' conftest.$ac_ext >&5
13070 rm -rf conftest.dSYM
13071 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
13072 conftest$ac_exeext conftest.$ac_ext
13073 LIBS=$ac_check_soname_save_LIBS
13075 if test "x$ac_cv_lib_soname_hal" = "x"; then
13076 { $as_echo "$as_me:$LINENO: result: not found" >&5
13077 $as_echo "not found" >&6; }
13079 else
13080 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_hal" >&5
13081 $as_echo "$ac_cv_lib_soname_hal" >&6; }
13083 cat >>confdefs.h <<_ACEOF
13084 #define SONAME_LIBHAL "$ac_cv_lib_soname_hal"
13085 _ACEOF
13087 HALINCL="$ac_hal_cflags"
13093 CPPFLAGS="$ac_save_CPPFLAGS"
13095 if test "x$ac_cv_lib_soname_hal" = "x"; then
13096 case "x$with_hal" in
13097 x) wine_notices="$wine_notices|libhal ${notice_platform}development files not found, no dynamic device support." ;;
13098 xno) ;;
13099 *) { { $as_echo "$as_me:$LINENO: error: libhal ${notice_platform}development files not found, no dynamic device support.
13100 This is an error since --with-hal was requested." >&5
13101 $as_echo "$as_me: error: libhal ${notice_platform}development files not found, no dynamic device support.
13102 This is an error since --with-hal was requested." >&2;}
13103 { (exit 1); exit 1; }; } ;;
13104 esac
13108 if test "x$with_gnutls" != "xno" -a "$PKG_CONFIG" != "false"
13109 then
13110 ac_save_CPPFLAGS="$CPPFLAGS"
13111 ac_gnutls_libs="`$PKG_CONFIG --libs gnutls 2>/dev/null`"
13112 ac_gnutls_cflags="`$PKG_CONFIG --cflags gnutls 2>/dev/null`"
13113 CPPFLAGS="$CPPFLAGS $ac_gnutls_cflags"
13114 if test "${ac_cv_header_gnutls_gnutls_h+set}" = set; then
13115 { $as_echo "$as_me:$LINENO: checking for gnutls/gnutls.h" >&5
13116 $as_echo_n "checking for gnutls/gnutls.h... " >&6; }
13117 if test "${ac_cv_header_gnutls_gnutls_h+set}" = set; then
13118 $as_echo_n "(cached) " >&6
13120 { $as_echo "$as_me:$LINENO: result: $ac_cv_header_gnutls_gnutls_h" >&5
13121 $as_echo "$ac_cv_header_gnutls_gnutls_h" >&6; }
13122 else
13123 # Is the header compilable?
13124 { $as_echo "$as_me:$LINENO: checking gnutls/gnutls.h usability" >&5
13125 $as_echo_n "checking gnutls/gnutls.h usability... " >&6; }
13126 cat >conftest.$ac_ext <<_ACEOF
13127 /* confdefs.h. */
13128 _ACEOF
13129 cat confdefs.h >>conftest.$ac_ext
13130 cat >>conftest.$ac_ext <<_ACEOF
13131 /* end confdefs.h. */
13132 $ac_includes_default
13133 #include <gnutls/gnutls.h>
13134 _ACEOF
13135 rm -f conftest.$ac_objext
13136 if { (ac_try="$ac_compile"
13137 case "(($ac_try" in
13138 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13139 *) ac_try_echo=$ac_try;;
13140 esac
13141 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
13142 $as_echo "$ac_try_echo") >&5
13143 (eval "$ac_compile") 2>conftest.er1
13144 ac_status=$?
13145 grep -v '^ *+' conftest.er1 >conftest.err
13146 rm -f conftest.er1
13147 cat conftest.err >&5
13148 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
13149 (exit $ac_status); } && {
13150 test -z "$ac_c_werror_flag" ||
13151 test ! -s conftest.err
13152 } && test -s conftest.$ac_objext; then
13153 ac_header_compiler=yes
13154 else
13155 $as_echo "$as_me: failed program was:" >&5
13156 sed 's/^/| /' conftest.$ac_ext >&5
13158 ac_header_compiler=no
13161 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
13162 { $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
13163 $as_echo "$ac_header_compiler" >&6; }
13165 # Is the header present?
13166 { $as_echo "$as_me:$LINENO: checking gnutls/gnutls.h presence" >&5
13167 $as_echo_n "checking gnutls/gnutls.h presence... " >&6; }
13168 cat >conftest.$ac_ext <<_ACEOF
13169 /* confdefs.h. */
13170 _ACEOF
13171 cat confdefs.h >>conftest.$ac_ext
13172 cat >>conftest.$ac_ext <<_ACEOF
13173 /* end confdefs.h. */
13174 #include <gnutls/gnutls.h>
13175 _ACEOF
13176 if { (ac_try="$ac_cpp conftest.$ac_ext"
13177 case "(($ac_try" in
13178 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13179 *) ac_try_echo=$ac_try;;
13180 esac
13181 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
13182 $as_echo "$ac_try_echo") >&5
13183 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
13184 ac_status=$?
13185 grep -v '^ *+' conftest.er1 >conftest.err
13186 rm -f conftest.er1
13187 cat conftest.err >&5
13188 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
13189 (exit $ac_status); } >/dev/null && {
13190 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
13191 test ! -s conftest.err
13192 }; then
13193 ac_header_preproc=yes
13194 else
13195 $as_echo "$as_me: failed program was:" >&5
13196 sed 's/^/| /' conftest.$ac_ext >&5
13198 ac_header_preproc=no
13201 rm -f conftest.err conftest.$ac_ext
13202 { $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
13203 $as_echo "$ac_header_preproc" >&6; }
13205 # So? What about this header?
13206 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
13207 yes:no: )
13208 { $as_echo "$as_me:$LINENO: WARNING: gnutls/gnutls.h: accepted by the compiler, rejected by the preprocessor!" >&5
13209 $as_echo "$as_me: WARNING: gnutls/gnutls.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
13210 { $as_echo "$as_me:$LINENO: WARNING: gnutls/gnutls.h: proceeding with the compiler's result" >&5
13211 $as_echo "$as_me: WARNING: gnutls/gnutls.h: proceeding with the compiler's result" >&2;}
13212 ac_header_preproc=yes
13214 no:yes:* )
13215 { $as_echo "$as_me:$LINENO: WARNING: gnutls/gnutls.h: present but cannot be compiled" >&5
13216 $as_echo "$as_me: WARNING: gnutls/gnutls.h: present but cannot be compiled" >&2;}
13217 { $as_echo "$as_me:$LINENO: WARNING: gnutls/gnutls.h: check for missing prerequisite headers?" >&5
13218 $as_echo "$as_me: WARNING: gnutls/gnutls.h: check for missing prerequisite headers?" >&2;}
13219 { $as_echo "$as_me:$LINENO: WARNING: gnutls/gnutls.h: see the Autoconf documentation" >&5
13220 $as_echo "$as_me: WARNING: gnutls/gnutls.h: see the Autoconf documentation" >&2;}
13221 { $as_echo "$as_me:$LINENO: WARNING: gnutls/gnutls.h: section \"Present But Cannot Be Compiled\"" >&5
13222 $as_echo "$as_me: WARNING: gnutls/gnutls.h: section \"Present But Cannot Be Compiled\"" >&2;}
13223 { $as_echo "$as_me:$LINENO: WARNING: gnutls/gnutls.h: proceeding with the preprocessor's result" >&5
13224 $as_echo "$as_me: WARNING: gnutls/gnutls.h: proceeding with the preprocessor's result" >&2;}
13225 { $as_echo "$as_me:$LINENO: WARNING: gnutls/gnutls.h: in the future, the compiler will take precedence" >&5
13226 $as_echo "$as_me: WARNING: gnutls/gnutls.h: in the future, the compiler will take precedence" >&2;}
13227 ( cat <<\_ASBOX
13228 ## ------------------------------------ ##
13229 ## Report this to wine-devel@winehq.org ##
13230 ## ------------------------------------ ##
13231 _ASBOX
13232 ) | sed "s/^/$as_me: WARNING: /" >&2
13234 esac
13235 { $as_echo "$as_me:$LINENO: checking for gnutls/gnutls.h" >&5
13236 $as_echo_n "checking for gnutls/gnutls.h... " >&6; }
13237 if test "${ac_cv_header_gnutls_gnutls_h+set}" = set; then
13238 $as_echo_n "(cached) " >&6
13239 else
13240 ac_cv_header_gnutls_gnutls_h=$ac_header_preproc
13242 { $as_echo "$as_me:$LINENO: result: $ac_cv_header_gnutls_gnutls_h" >&5
13243 $as_echo "$ac_cv_header_gnutls_gnutls_h" >&6; }
13246 if test "x$ac_cv_header_gnutls_gnutls_h" = x""yes; then
13247 cat >conftest.$ac_ext <<_ACEOF
13248 /* confdefs.h. */
13249 _ACEOF
13250 cat confdefs.h >>conftest.$ac_ext
13251 cat >>conftest.$ac_ext <<_ACEOF
13252 /* end confdefs.h. */
13253 #include <gnutls/gnutls.h>
13255 main ()
13257 typeof(gnutls_transport_set_errno) *pfunc;
13259 return 0;
13261 _ACEOF
13262 rm -f conftest.$ac_objext
13263 if { (ac_try="$ac_compile"
13264 case "(($ac_try" in
13265 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13266 *) ac_try_echo=$ac_try;;
13267 esac
13268 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
13269 $as_echo "$ac_try_echo") >&5
13270 (eval "$ac_compile") 2>conftest.er1
13271 ac_status=$?
13272 grep -v '^ *+' conftest.er1 >conftest.err
13273 rm -f conftest.er1
13274 cat conftest.err >&5
13275 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
13276 (exit $ac_status); } && {
13277 test -z "$ac_c_werror_flag" ||
13278 test ! -s conftest.err
13279 } && test -s conftest.$ac_objext; then
13280 { $as_echo "$as_me:$LINENO: checking for -lgnutls" >&5
13281 $as_echo_n "checking for -lgnutls... " >&6; }
13282 if test "${ac_cv_lib_soname_gnutls+set}" = set; then
13283 $as_echo_n "(cached) " >&6
13284 else
13285 ac_check_soname_save_LIBS=$LIBS
13286 LIBS="-lgnutls $ac_gnutls_libs $LIBS"
13287 cat >conftest.$ac_ext <<_ACEOF
13288 /* confdefs.h. */
13289 _ACEOF
13290 cat confdefs.h >>conftest.$ac_ext
13291 cat >>conftest.$ac_ext <<_ACEOF
13292 /* end confdefs.h. */
13294 /* Override any GCC internal prototype to avoid an error.
13295 Use char because int might match the return type of a GCC
13296 builtin and then its argument prototype would still apply. */
13297 #ifdef __cplusplus
13298 extern "C"
13299 #endif
13300 char gnutls_global_init ();
13302 main ()
13304 return gnutls_global_init ();
13306 return 0;
13308 _ACEOF
13309 rm -f conftest.$ac_objext conftest$ac_exeext
13310 if { (ac_try="$ac_link"
13311 case "(($ac_try" in
13312 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13313 *) ac_try_echo=$ac_try;;
13314 esac
13315 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
13316 $as_echo "$ac_try_echo") >&5
13317 (eval "$ac_link") 2>conftest.er1
13318 ac_status=$?
13319 grep -v '^ *+' conftest.er1 >conftest.err
13320 rm -f conftest.er1
13321 cat conftest.err >&5
13322 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
13323 (exit $ac_status); } && {
13324 test -z "$ac_c_werror_flag" ||
13325 test ! -s conftest.err
13326 } && test -s conftest$ac_exeext && {
13327 test "$cross_compiling" = yes ||
13328 $as_test_x conftest$ac_exeext
13329 }; then
13330 case "$LIBEXT" in
13331 dll) ;;
13332 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'` ;;
13333 *) ac_cv_lib_soname_gnutls=`$ac_cv_path_LDD conftest$ac_exeext | grep "libgnutls\\.$LIBEXT" | sed -e "s/^.*\(libgnutls\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
13334 esac
13335 else
13336 $as_echo "$as_me: failed program was:" >&5
13337 sed 's/^/| /' conftest.$ac_ext >&5
13342 rm -rf conftest.dSYM
13343 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
13344 conftest$ac_exeext conftest.$ac_ext
13345 LIBS=$ac_check_soname_save_LIBS
13347 if test "x$ac_cv_lib_soname_gnutls" = "x"; then
13348 { $as_echo "$as_me:$LINENO: result: not found" >&5
13349 $as_echo "not found" >&6; }
13351 else
13352 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_gnutls" >&5
13353 $as_echo "$ac_cv_lib_soname_gnutls" >&6; }
13355 cat >>confdefs.h <<_ACEOF
13356 #define SONAME_LIBGNUTLS "$ac_cv_lib_soname_gnutls"
13357 _ACEOF
13359 GNUTLSINCL="$ac_gnutls_cflags"
13363 else
13364 $as_echo "$as_me: failed program was:" >&5
13365 sed 's/^/| /' conftest.$ac_ext >&5
13370 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
13374 CPPFLAGS="$ac_save_CPPFLAGS"
13376 if test "x$ac_cv_lib_soname_gnutls" = "x"; then
13377 case "x$with_gnutls" in
13378 x) wine_notices="$wine_notices|libgnutls ${notice_platform}development files not found, no schannel support." ;;
13379 xno) ;;
13380 *) { { $as_echo "$as_me:$LINENO: error: libgnutls ${notice_platform}development files not found, no schannel support.
13381 This is an error since --with-gnutls was requested." >&5
13382 $as_echo "$as_me: error: libgnutls ${notice_platform}development files not found, no schannel support.
13383 This is an error since --with-gnutls was requested." >&2;}
13384 { (exit 1); exit 1; }; } ;;
13385 esac
13389 CURSESLIBS=""
13390 if test "$ac_cv_header_ncurses_h" = "yes"
13391 then
13392 { $as_echo "$as_me:$LINENO: checking for -lncurses" >&5
13393 $as_echo_n "checking for -lncurses... " >&6; }
13394 if test "${ac_cv_lib_soname_ncurses+set}" = set; then
13395 $as_echo_n "(cached) " >&6
13396 else
13397 ac_check_soname_save_LIBS=$LIBS
13398 LIBS="-lncurses $LIBS"
13399 cat >conftest.$ac_ext <<_ACEOF
13400 /* confdefs.h. */
13401 _ACEOF
13402 cat confdefs.h >>conftest.$ac_ext
13403 cat >>conftest.$ac_ext <<_ACEOF
13404 /* end confdefs.h. */
13406 /* Override any GCC internal prototype to avoid an error.
13407 Use char because int might match the return type of a GCC
13408 builtin and then its argument prototype would still apply. */
13409 #ifdef __cplusplus
13410 extern "C"
13411 #endif
13412 char waddch ();
13414 main ()
13416 return waddch ();
13418 return 0;
13420 _ACEOF
13421 rm -f conftest.$ac_objext conftest$ac_exeext
13422 if { (ac_try="$ac_link"
13423 case "(($ac_try" in
13424 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13425 *) ac_try_echo=$ac_try;;
13426 esac
13427 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
13428 $as_echo "$ac_try_echo") >&5
13429 (eval "$ac_link") 2>conftest.er1
13430 ac_status=$?
13431 grep -v '^ *+' conftest.er1 >conftest.err
13432 rm -f conftest.er1
13433 cat conftest.err >&5
13434 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
13435 (exit $ac_status); } && {
13436 test -z "$ac_c_werror_flag" ||
13437 test ! -s conftest.err
13438 } && test -s conftest$ac_exeext && {
13439 test "$cross_compiling" = yes ||
13440 $as_test_x conftest$ac_exeext
13441 }; then
13442 case "$LIBEXT" in
13443 dll) ;;
13444 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'` ;;
13445 *) ac_cv_lib_soname_ncurses=`$ac_cv_path_LDD conftest$ac_exeext | grep "libncurses\\.$LIBEXT" | sed -e "s/^.*\(libncurses\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
13446 esac
13447 else
13448 $as_echo "$as_me: failed program was:" >&5
13449 sed 's/^/| /' conftest.$ac_ext >&5
13454 rm -rf conftest.dSYM
13455 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
13456 conftest$ac_exeext conftest.$ac_ext
13457 LIBS=$ac_check_soname_save_LIBS
13459 if test "x$ac_cv_lib_soname_ncurses" = "x"; then
13460 { $as_echo "$as_me:$LINENO: result: not found" >&5
13461 $as_echo "not found" >&6; }
13463 else
13464 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_ncurses" >&5
13465 $as_echo "$ac_cv_lib_soname_ncurses" >&6; }
13467 cat >>confdefs.h <<_ACEOF
13468 #define SONAME_LIBNCURSES "$ac_cv_lib_soname_ncurses"
13469 _ACEOF
13471 CURSESLIBS="-lncurses"
13474 elif test "$ac_cv_header_curses_h" = "yes"
13475 then
13476 { $as_echo "$as_me:$LINENO: checking for -lcurses" >&5
13477 $as_echo_n "checking for -lcurses... " >&6; }
13478 if test "${ac_cv_lib_soname_curses+set}" = set; then
13479 $as_echo_n "(cached) " >&6
13480 else
13481 ac_check_soname_save_LIBS=$LIBS
13482 LIBS="-lcurses $LIBS"
13483 cat >conftest.$ac_ext <<_ACEOF
13484 /* confdefs.h. */
13485 _ACEOF
13486 cat confdefs.h >>conftest.$ac_ext
13487 cat >>conftest.$ac_ext <<_ACEOF
13488 /* end confdefs.h. */
13490 /* Override any GCC internal prototype to avoid an error.
13491 Use char because int might match the return type of a GCC
13492 builtin and then its argument prototype would still apply. */
13493 #ifdef __cplusplus
13494 extern "C"
13495 #endif
13496 char waddch ();
13498 main ()
13500 return waddch ();
13502 return 0;
13504 _ACEOF
13505 rm -f conftest.$ac_objext conftest$ac_exeext
13506 if { (ac_try="$ac_link"
13507 case "(($ac_try" in
13508 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13509 *) ac_try_echo=$ac_try;;
13510 esac
13511 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
13512 $as_echo "$ac_try_echo") >&5
13513 (eval "$ac_link") 2>conftest.er1
13514 ac_status=$?
13515 grep -v '^ *+' conftest.er1 >conftest.err
13516 rm -f conftest.er1
13517 cat conftest.err >&5
13518 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
13519 (exit $ac_status); } && {
13520 test -z "$ac_c_werror_flag" ||
13521 test ! -s conftest.err
13522 } && test -s conftest$ac_exeext && {
13523 test "$cross_compiling" = yes ||
13524 $as_test_x conftest$ac_exeext
13525 }; then
13526 case "$LIBEXT" in
13527 dll) ;;
13528 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'` ;;
13529 *) ac_cv_lib_soname_curses=`$ac_cv_path_LDD conftest$ac_exeext | grep "libcurses\\.$LIBEXT" | sed -e "s/^.*\(libcurses\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
13530 esac
13531 else
13532 $as_echo "$as_me: failed program was:" >&5
13533 sed 's/^/| /' conftest.$ac_ext >&5
13538 rm -rf conftest.dSYM
13539 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
13540 conftest$ac_exeext conftest.$ac_ext
13541 LIBS=$ac_check_soname_save_LIBS
13543 if test "x$ac_cv_lib_soname_curses" = "x"; then
13544 { $as_echo "$as_me:$LINENO: result: not found" >&5
13545 $as_echo "not found" >&6; }
13547 else
13548 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_curses" >&5
13549 $as_echo "$ac_cv_lib_soname_curses" >&6; }
13551 cat >>confdefs.h <<_ACEOF
13552 #define SONAME_LIBCURSES "$ac_cv_lib_soname_curses"
13553 _ACEOF
13555 CURSESLIBS="-lcurses"
13559 ac_save_LIBS="$LIBS"
13560 LIBS="$LIBS $CURSESLIBS"
13562 for ac_func in mousemask
13564 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
13565 { $as_echo "$as_me:$LINENO: checking for $ac_func" >&5
13566 $as_echo_n "checking for $ac_func... " >&6; }
13567 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
13568 $as_echo_n "(cached) " >&6
13569 else
13570 cat >conftest.$ac_ext <<_ACEOF
13571 /* confdefs.h. */
13572 _ACEOF
13573 cat confdefs.h >>conftest.$ac_ext
13574 cat >>conftest.$ac_ext <<_ACEOF
13575 /* end confdefs.h. */
13576 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
13577 For example, HP-UX 11i <limits.h> declares gettimeofday. */
13578 #define $ac_func innocuous_$ac_func
13580 /* System header to define __stub macros and hopefully few prototypes,
13581 which can conflict with char $ac_func (); below.
13582 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
13583 <limits.h> exists even on freestanding compilers. */
13585 #ifdef __STDC__
13586 # include <limits.h>
13587 #else
13588 # include <assert.h>
13589 #endif
13591 #undef $ac_func
13593 /* Override any GCC internal prototype to avoid an error.
13594 Use char because int might match the return type of a GCC
13595 builtin and then its argument prototype would still apply. */
13596 #ifdef __cplusplus
13597 extern "C"
13598 #endif
13599 char $ac_func ();
13600 /* The GNU C library defines this for functions which it implements
13601 to always fail with ENOSYS. Some functions are actually named
13602 something starting with __ and the normal name is an alias. */
13603 #if defined __stub_$ac_func || defined __stub___$ac_func
13604 choke me
13605 #endif
13608 main ()
13610 return $ac_func ();
13612 return 0;
13614 _ACEOF
13615 rm -f conftest.$ac_objext conftest$ac_exeext
13616 if { (ac_try="$ac_link"
13617 case "(($ac_try" in
13618 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13619 *) ac_try_echo=$ac_try;;
13620 esac
13621 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
13622 $as_echo "$ac_try_echo") >&5
13623 (eval "$ac_link") 2>conftest.er1
13624 ac_status=$?
13625 grep -v '^ *+' conftest.er1 >conftest.err
13626 rm -f conftest.er1
13627 cat conftest.err >&5
13628 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
13629 (exit $ac_status); } && {
13630 test -z "$ac_c_werror_flag" ||
13631 test ! -s conftest.err
13632 } && test -s conftest$ac_exeext && {
13633 test "$cross_compiling" = yes ||
13634 $as_test_x conftest$ac_exeext
13635 }; then
13636 eval "$as_ac_var=yes"
13637 else
13638 $as_echo "$as_me: failed program was:" >&5
13639 sed 's/^/| /' conftest.$ac_ext >&5
13641 eval "$as_ac_var=no"
13644 rm -rf conftest.dSYM
13645 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
13646 conftest$ac_exeext conftest.$ac_ext
13648 ac_res=`eval 'as_val=${'$as_ac_var'}
13649 $as_echo "$as_val"'`
13650 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
13651 $as_echo "$ac_res" >&6; }
13652 as_val=`eval 'as_val=${'$as_ac_var'}
13653 $as_echo "$as_val"'`
13654 if test "x$as_val" = x""yes; then
13655 cat >>confdefs.h <<_ACEOF
13656 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
13657 _ACEOF
13660 done
13662 LIBS="$ac_save_LIBS"
13663 if test "x$ac_cv_lib_soname_curses$ac_cv_lib_soname_ncurses" = "x"; then
13664 case "x$with_curses" in
13665 x) wine_notices="$wine_notices|lib(n)curses ${notice_platform}development files not found, curses won't be supported." ;;
13666 xno) ;;
13667 *) { { $as_echo "$as_me:$LINENO: error: lib(n)curses ${notice_platform}development files not found, curses won't be supported.
13668 This is an error since --with-curses was requested." >&5
13669 $as_echo "$as_me: error: lib(n)curses ${notice_platform}development files not found, curses won't be supported.
13670 This is an error since --with-curses was requested." >&2;}
13671 { (exit 1); exit 1; }; } ;;
13672 esac
13676 # Extract the first word of "sane-config", so it can be a program name with args.
13677 set dummy sane-config; ac_word=$2
13678 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
13679 $as_echo_n "checking for $ac_word... " >&6; }
13680 if test "${ac_cv_prog_sane_devel+set}" = set; then
13681 $as_echo_n "(cached) " >&6
13682 else
13683 if test -n "$sane_devel"; then
13684 ac_cv_prog_sane_devel="$sane_devel" # Let the user override the test.
13685 else
13686 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
13687 for as_dir in $PATH
13689 IFS=$as_save_IFS
13690 test -z "$as_dir" && as_dir=.
13691 for ac_exec_ext in '' $ac_executable_extensions; do
13692 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
13693 ac_cv_prog_sane_devel="sane-config"
13694 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
13695 break 2
13697 done
13698 done
13699 IFS=$as_save_IFS
13701 test -z "$ac_cv_prog_sane_devel" && ac_cv_prog_sane_devel="no"
13704 sane_devel=$ac_cv_prog_sane_devel
13705 if test -n "$sane_devel"; then
13706 { $as_echo "$as_me:$LINENO: result: $sane_devel" >&5
13707 $as_echo "$sane_devel" >&6; }
13708 else
13709 { $as_echo "$as_me:$LINENO: result: no" >&5
13710 $as_echo "no" >&6; }
13714 if test "$sane_devel" != "no" -a "x$with_sane" != "xno"
13715 then
13716 ac_sane_incl="`$sane_devel --cflags`"
13717 ac_sane_libs="`$sane_devel --ldflags`"
13718 ac_save_CPPFLAGS="$CPPFLAGS"
13719 CPPFLAGS="$CPPFLAGS $ac_sane_incl"
13720 if test "${ac_cv_header_sane_sane_h+set}" = set; then
13721 { $as_echo "$as_me:$LINENO: checking for sane/sane.h" >&5
13722 $as_echo_n "checking for sane/sane.h... " >&6; }
13723 if test "${ac_cv_header_sane_sane_h+set}" = set; then
13724 $as_echo_n "(cached) " >&6
13726 { $as_echo "$as_me:$LINENO: result: $ac_cv_header_sane_sane_h" >&5
13727 $as_echo "$ac_cv_header_sane_sane_h" >&6; }
13728 else
13729 # Is the header compilable?
13730 { $as_echo "$as_me:$LINENO: checking sane/sane.h usability" >&5
13731 $as_echo_n "checking sane/sane.h usability... " >&6; }
13732 cat >conftest.$ac_ext <<_ACEOF
13733 /* confdefs.h. */
13734 _ACEOF
13735 cat confdefs.h >>conftest.$ac_ext
13736 cat >>conftest.$ac_ext <<_ACEOF
13737 /* end confdefs.h. */
13738 $ac_includes_default
13739 #include <sane/sane.h>
13740 _ACEOF
13741 rm -f conftest.$ac_objext
13742 if { (ac_try="$ac_compile"
13743 case "(($ac_try" in
13744 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13745 *) ac_try_echo=$ac_try;;
13746 esac
13747 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
13748 $as_echo "$ac_try_echo") >&5
13749 (eval "$ac_compile") 2>conftest.er1
13750 ac_status=$?
13751 grep -v '^ *+' conftest.er1 >conftest.err
13752 rm -f conftest.er1
13753 cat conftest.err >&5
13754 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
13755 (exit $ac_status); } && {
13756 test -z "$ac_c_werror_flag" ||
13757 test ! -s conftest.err
13758 } && test -s conftest.$ac_objext; then
13759 ac_header_compiler=yes
13760 else
13761 $as_echo "$as_me: failed program was:" >&5
13762 sed 's/^/| /' conftest.$ac_ext >&5
13764 ac_header_compiler=no
13767 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
13768 { $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
13769 $as_echo "$ac_header_compiler" >&6; }
13771 # Is the header present?
13772 { $as_echo "$as_me:$LINENO: checking sane/sane.h presence" >&5
13773 $as_echo_n "checking sane/sane.h presence... " >&6; }
13774 cat >conftest.$ac_ext <<_ACEOF
13775 /* confdefs.h. */
13776 _ACEOF
13777 cat confdefs.h >>conftest.$ac_ext
13778 cat >>conftest.$ac_ext <<_ACEOF
13779 /* end confdefs.h. */
13780 #include <sane/sane.h>
13781 _ACEOF
13782 if { (ac_try="$ac_cpp conftest.$ac_ext"
13783 case "(($ac_try" in
13784 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13785 *) ac_try_echo=$ac_try;;
13786 esac
13787 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
13788 $as_echo "$ac_try_echo") >&5
13789 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
13790 ac_status=$?
13791 grep -v '^ *+' conftest.er1 >conftest.err
13792 rm -f conftest.er1
13793 cat conftest.err >&5
13794 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
13795 (exit $ac_status); } >/dev/null && {
13796 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
13797 test ! -s conftest.err
13798 }; then
13799 ac_header_preproc=yes
13800 else
13801 $as_echo "$as_me: failed program was:" >&5
13802 sed 's/^/| /' conftest.$ac_ext >&5
13804 ac_header_preproc=no
13807 rm -f conftest.err conftest.$ac_ext
13808 { $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
13809 $as_echo "$ac_header_preproc" >&6; }
13811 # So? What about this header?
13812 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
13813 yes:no: )
13814 { $as_echo "$as_me:$LINENO: WARNING: sane/sane.h: accepted by the compiler, rejected by the preprocessor!" >&5
13815 $as_echo "$as_me: WARNING: sane/sane.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
13816 { $as_echo "$as_me:$LINENO: WARNING: sane/sane.h: proceeding with the compiler's result" >&5
13817 $as_echo "$as_me: WARNING: sane/sane.h: proceeding with the compiler's result" >&2;}
13818 ac_header_preproc=yes
13820 no:yes:* )
13821 { $as_echo "$as_me:$LINENO: WARNING: sane/sane.h: present but cannot be compiled" >&5
13822 $as_echo "$as_me: WARNING: sane/sane.h: present but cannot be compiled" >&2;}
13823 { $as_echo "$as_me:$LINENO: WARNING: sane/sane.h: check for missing prerequisite headers?" >&5
13824 $as_echo "$as_me: WARNING: sane/sane.h: check for missing prerequisite headers?" >&2;}
13825 { $as_echo "$as_me:$LINENO: WARNING: sane/sane.h: see the Autoconf documentation" >&5
13826 $as_echo "$as_me: WARNING: sane/sane.h: see the Autoconf documentation" >&2;}
13827 { $as_echo "$as_me:$LINENO: WARNING: sane/sane.h: section \"Present But Cannot Be Compiled\"" >&5
13828 $as_echo "$as_me: WARNING: sane/sane.h: section \"Present But Cannot Be Compiled\"" >&2;}
13829 { $as_echo "$as_me:$LINENO: WARNING: sane/sane.h: proceeding with the preprocessor's result" >&5
13830 $as_echo "$as_me: WARNING: sane/sane.h: proceeding with the preprocessor's result" >&2;}
13831 { $as_echo "$as_me:$LINENO: WARNING: sane/sane.h: in the future, the compiler will take precedence" >&5
13832 $as_echo "$as_me: WARNING: sane/sane.h: in the future, the compiler will take precedence" >&2;}
13833 ( cat <<\_ASBOX
13834 ## ------------------------------------ ##
13835 ## Report this to wine-devel@winehq.org ##
13836 ## ------------------------------------ ##
13837 _ASBOX
13838 ) | sed "s/^/$as_me: WARNING: /" >&2
13840 esac
13841 { $as_echo "$as_me:$LINENO: checking for sane/sane.h" >&5
13842 $as_echo_n "checking for sane/sane.h... " >&6; }
13843 if test "${ac_cv_header_sane_sane_h+set}" = set; then
13844 $as_echo_n "(cached) " >&6
13845 else
13846 ac_cv_header_sane_sane_h=$ac_header_preproc
13848 { $as_echo "$as_me:$LINENO: result: $ac_cv_header_sane_sane_h" >&5
13849 $as_echo "$ac_cv_header_sane_sane_h" >&6; }
13852 if test "x$ac_cv_header_sane_sane_h" = x""yes; then
13853 { $as_echo "$as_me:$LINENO: checking for -lsane" >&5
13854 $as_echo_n "checking for -lsane... " >&6; }
13855 if test "${ac_cv_lib_soname_sane+set}" = set; then
13856 $as_echo_n "(cached) " >&6
13857 else
13858 ac_check_soname_save_LIBS=$LIBS
13859 LIBS="-lsane $ac_sane_libs $LIBS"
13860 cat >conftest.$ac_ext <<_ACEOF
13861 /* confdefs.h. */
13862 _ACEOF
13863 cat confdefs.h >>conftest.$ac_ext
13864 cat >>conftest.$ac_ext <<_ACEOF
13865 /* end confdefs.h. */
13867 /* Override any GCC internal prototype to avoid an error.
13868 Use char because int might match the return type of a GCC
13869 builtin and then its argument prototype would still apply. */
13870 #ifdef __cplusplus
13871 extern "C"
13872 #endif
13873 char sane_init ();
13875 main ()
13877 return sane_init ();
13879 return 0;
13881 _ACEOF
13882 rm -f conftest.$ac_objext conftest$ac_exeext
13883 if { (ac_try="$ac_link"
13884 case "(($ac_try" in
13885 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13886 *) ac_try_echo=$ac_try;;
13887 esac
13888 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
13889 $as_echo "$ac_try_echo") >&5
13890 (eval "$ac_link") 2>conftest.er1
13891 ac_status=$?
13892 grep -v '^ *+' conftest.er1 >conftest.err
13893 rm -f conftest.er1
13894 cat conftest.err >&5
13895 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
13896 (exit $ac_status); } && {
13897 test -z "$ac_c_werror_flag" ||
13898 test ! -s conftest.err
13899 } && test -s conftest$ac_exeext && {
13900 test "$cross_compiling" = yes ||
13901 $as_test_x conftest$ac_exeext
13902 }; then
13903 case "$LIBEXT" in
13904 dll) ;;
13905 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'` ;;
13906 *) ac_cv_lib_soname_sane=`$ac_cv_path_LDD conftest$ac_exeext | grep "libsane\\.$LIBEXT" | sed -e "s/^.*\(libsane\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
13907 esac
13908 else
13909 $as_echo "$as_me: failed program was:" >&5
13910 sed 's/^/| /' conftest.$ac_ext >&5
13915 rm -rf conftest.dSYM
13916 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
13917 conftest$ac_exeext conftest.$ac_ext
13918 LIBS=$ac_check_soname_save_LIBS
13920 if test "x$ac_cv_lib_soname_sane" = "x"; then
13921 { $as_echo "$as_me:$LINENO: result: not found" >&5
13922 $as_echo "not found" >&6; }
13924 else
13925 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_sane" >&5
13926 $as_echo "$ac_cv_lib_soname_sane" >&6; }
13928 cat >>confdefs.h <<_ACEOF
13929 #define SONAME_LIBSANE "$ac_cv_lib_soname_sane"
13930 _ACEOF
13932 SANEINCL="$ac_sane_incl"
13939 CPPFLAGS="$ac_save_CPPFLAGS"
13941 if test "x$ac_cv_lib_soname_sane" = "x"; then
13942 case "x$with_sane" in
13943 x) wine_notices="$wine_notices|libsane ${notice_platform}development files not found, scanners won't be supported." ;;
13944 xno) ;;
13945 *) { { $as_echo "$as_me:$LINENO: error: libsane ${notice_platform}development files not found, scanners won't be supported.
13946 This is an error since --with-sane was requested." >&5
13947 $as_echo "$as_me: error: libsane ${notice_platform}development files not found, scanners won't be supported.
13948 This is an error since --with-sane was requested." >&2;}
13949 { (exit 1); exit 1; }; } ;;
13950 esac
13954 # Extract the first word of "gphoto2-config", so it can be a program name with args.
13955 set dummy gphoto2-config; ac_word=$2
13956 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
13957 $as_echo_n "checking for $ac_word... " >&6; }
13958 if test "${ac_cv_prog_gphoto2_devel+set}" = set; then
13959 $as_echo_n "(cached) " >&6
13960 else
13961 if test -n "$gphoto2_devel"; then
13962 ac_cv_prog_gphoto2_devel="$gphoto2_devel" # Let the user override the test.
13963 else
13964 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
13965 for as_dir in $PATH
13967 IFS=$as_save_IFS
13968 test -z "$as_dir" && as_dir=.
13969 for ac_exec_ext in '' $ac_executable_extensions; do
13970 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
13971 ac_cv_prog_gphoto2_devel="gphoto2-config"
13972 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
13973 break 2
13975 done
13976 done
13977 IFS=$as_save_IFS
13979 test -z "$ac_cv_prog_gphoto2_devel" && ac_cv_prog_gphoto2_devel="no"
13982 gphoto2_devel=$ac_cv_prog_gphoto2_devel
13983 if test -n "$gphoto2_devel"; then
13984 { $as_echo "$as_me:$LINENO: result: $gphoto2_devel" >&5
13985 $as_echo "$gphoto2_devel" >&6; }
13986 else
13987 { $as_echo "$as_me:$LINENO: result: no" >&5
13988 $as_echo "no" >&6; }
13992 # Extract the first word of "gphoto2-port-config", so it can be a program name with args.
13993 set dummy gphoto2-port-config; ac_word=$2
13994 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
13995 $as_echo_n "checking for $ac_word... " >&6; }
13996 if test "${ac_cv_prog_gphoto2port_devel+set}" = set; then
13997 $as_echo_n "(cached) " >&6
13998 else
13999 if test -n "$gphoto2port_devel"; then
14000 ac_cv_prog_gphoto2port_devel="$gphoto2port_devel" # Let the user override the test.
14001 else
14002 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
14003 for as_dir in $PATH
14005 IFS=$as_save_IFS
14006 test -z "$as_dir" && as_dir=.
14007 for ac_exec_ext in '' $ac_executable_extensions; do
14008 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
14009 ac_cv_prog_gphoto2port_devel="gphoto2-port-config"
14010 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
14011 break 2
14013 done
14014 done
14015 IFS=$as_save_IFS
14017 test -z "$ac_cv_prog_gphoto2port_devel" && ac_cv_prog_gphoto2port_devel="no"
14020 gphoto2port_devel=$ac_cv_prog_gphoto2port_devel
14021 if test -n "$gphoto2port_devel"; then
14022 { $as_echo "$as_me:$LINENO: result: $gphoto2port_devel" >&5
14023 $as_echo "$gphoto2port_devel" >&6; }
14024 else
14025 { $as_echo "$as_me:$LINENO: result: no" >&5
14026 $as_echo "no" >&6; }
14030 if test "$gphoto2_devel" != "no" -a "$gphoto2port_devel" != "no" -a "x$with_gphoto" != "xno"
14031 then
14032 ac_gphoto2_incl="`$gphoto2_devel --cflags` `$gphoto2port_devel --cflags`"
14033 ac_gphoto2_libs=""
14034 for i in `$gphoto2_devel --libs` `$gphoto2port_devel --libs`
14036 case "$i" in
14037 -L/usr/lib|-L/usr/lib64) ;;
14038 -L*|-l*) ac_gphoto2_libs="$ac_gphoto2_libs $i";;
14039 esac
14040 done
14041 ac_save_CPPFLAGS="$CPPFLAGS"
14042 CPPFLAGS="$CPPFLAGS $ac_gphoto2_incl"
14043 if test "${ac_cv_header_gphoto2_camera_h+set}" = set; then
14044 { $as_echo "$as_me:$LINENO: checking for gphoto2-camera.h" >&5
14045 $as_echo_n "checking for gphoto2-camera.h... " >&6; }
14046 if test "${ac_cv_header_gphoto2_camera_h+set}" = set; then
14047 $as_echo_n "(cached) " >&6
14049 { $as_echo "$as_me:$LINENO: result: $ac_cv_header_gphoto2_camera_h" >&5
14050 $as_echo "$ac_cv_header_gphoto2_camera_h" >&6; }
14051 else
14052 # Is the header compilable?
14053 { $as_echo "$as_me:$LINENO: checking gphoto2-camera.h usability" >&5
14054 $as_echo_n "checking gphoto2-camera.h usability... " >&6; }
14055 cat >conftest.$ac_ext <<_ACEOF
14056 /* confdefs.h. */
14057 _ACEOF
14058 cat confdefs.h >>conftest.$ac_ext
14059 cat >>conftest.$ac_ext <<_ACEOF
14060 /* end confdefs.h. */
14061 $ac_includes_default
14062 #include <gphoto2-camera.h>
14063 _ACEOF
14064 rm -f conftest.$ac_objext
14065 if { (ac_try="$ac_compile"
14066 case "(($ac_try" in
14067 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14068 *) ac_try_echo=$ac_try;;
14069 esac
14070 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
14071 $as_echo "$ac_try_echo") >&5
14072 (eval "$ac_compile") 2>conftest.er1
14073 ac_status=$?
14074 grep -v '^ *+' conftest.er1 >conftest.err
14075 rm -f conftest.er1
14076 cat conftest.err >&5
14077 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
14078 (exit $ac_status); } && {
14079 test -z "$ac_c_werror_flag" ||
14080 test ! -s conftest.err
14081 } && test -s conftest.$ac_objext; then
14082 ac_header_compiler=yes
14083 else
14084 $as_echo "$as_me: failed program was:" >&5
14085 sed 's/^/| /' conftest.$ac_ext >&5
14087 ac_header_compiler=no
14090 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14091 { $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
14092 $as_echo "$ac_header_compiler" >&6; }
14094 # Is the header present?
14095 { $as_echo "$as_me:$LINENO: checking gphoto2-camera.h presence" >&5
14096 $as_echo_n "checking gphoto2-camera.h presence... " >&6; }
14097 cat >conftest.$ac_ext <<_ACEOF
14098 /* confdefs.h. */
14099 _ACEOF
14100 cat confdefs.h >>conftest.$ac_ext
14101 cat >>conftest.$ac_ext <<_ACEOF
14102 /* end confdefs.h. */
14103 #include <gphoto2-camera.h>
14104 _ACEOF
14105 if { (ac_try="$ac_cpp conftest.$ac_ext"
14106 case "(($ac_try" in
14107 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14108 *) ac_try_echo=$ac_try;;
14109 esac
14110 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
14111 $as_echo "$ac_try_echo") >&5
14112 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
14113 ac_status=$?
14114 grep -v '^ *+' conftest.er1 >conftest.err
14115 rm -f conftest.er1
14116 cat conftest.err >&5
14117 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
14118 (exit $ac_status); } >/dev/null && {
14119 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
14120 test ! -s conftest.err
14121 }; then
14122 ac_header_preproc=yes
14123 else
14124 $as_echo "$as_me: failed program was:" >&5
14125 sed 's/^/| /' conftest.$ac_ext >&5
14127 ac_header_preproc=no
14130 rm -f conftest.err conftest.$ac_ext
14131 { $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
14132 $as_echo "$ac_header_preproc" >&6; }
14134 # So? What about this header?
14135 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
14136 yes:no: )
14137 { $as_echo "$as_me:$LINENO: WARNING: gphoto2-camera.h: accepted by the compiler, rejected by the preprocessor!" >&5
14138 $as_echo "$as_me: WARNING: gphoto2-camera.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
14139 { $as_echo "$as_me:$LINENO: WARNING: gphoto2-camera.h: proceeding with the compiler's result" >&5
14140 $as_echo "$as_me: WARNING: gphoto2-camera.h: proceeding with the compiler's result" >&2;}
14141 ac_header_preproc=yes
14143 no:yes:* )
14144 { $as_echo "$as_me:$LINENO: WARNING: gphoto2-camera.h: present but cannot be compiled" >&5
14145 $as_echo "$as_me: WARNING: gphoto2-camera.h: present but cannot be compiled" >&2;}
14146 { $as_echo "$as_me:$LINENO: WARNING: gphoto2-camera.h: check for missing prerequisite headers?" >&5
14147 $as_echo "$as_me: WARNING: gphoto2-camera.h: check for missing prerequisite headers?" >&2;}
14148 { $as_echo "$as_me:$LINENO: WARNING: gphoto2-camera.h: see the Autoconf documentation" >&5
14149 $as_echo "$as_me: WARNING: gphoto2-camera.h: see the Autoconf documentation" >&2;}
14150 { $as_echo "$as_me:$LINENO: WARNING: gphoto2-camera.h: section \"Present But Cannot Be Compiled\"" >&5
14151 $as_echo "$as_me: WARNING: gphoto2-camera.h: section \"Present But Cannot Be Compiled\"" >&2;}
14152 { $as_echo "$as_me:$LINENO: WARNING: gphoto2-camera.h: proceeding with the preprocessor's result" >&5
14153 $as_echo "$as_me: WARNING: gphoto2-camera.h: proceeding with the preprocessor's result" >&2;}
14154 { $as_echo "$as_me:$LINENO: WARNING: gphoto2-camera.h: in the future, the compiler will take precedence" >&5
14155 $as_echo "$as_me: WARNING: gphoto2-camera.h: in the future, the compiler will take precedence" >&2;}
14156 ( cat <<\_ASBOX
14157 ## ------------------------------------ ##
14158 ## Report this to wine-devel@winehq.org ##
14159 ## ------------------------------------ ##
14160 _ASBOX
14161 ) | sed "s/^/$as_me: WARNING: /" >&2
14163 esac
14164 { $as_echo "$as_me:$LINENO: checking for gphoto2-camera.h" >&5
14165 $as_echo_n "checking for gphoto2-camera.h... " >&6; }
14166 if test "${ac_cv_header_gphoto2_camera_h+set}" = set; then
14167 $as_echo_n "(cached) " >&6
14168 else
14169 ac_cv_header_gphoto2_camera_h=$ac_header_preproc
14171 { $as_echo "$as_me:$LINENO: result: $ac_cv_header_gphoto2_camera_h" >&5
14172 $as_echo "$ac_cv_header_gphoto2_camera_h" >&6; }
14175 if test "x$ac_cv_header_gphoto2_camera_h" = x""yes; then
14176 { $as_echo "$as_me:$LINENO: checking for gp_camera_new in -lgphoto2" >&5
14177 $as_echo_n "checking for gp_camera_new in -lgphoto2... " >&6; }
14178 if test "${ac_cv_lib_gphoto2_gp_camera_new+set}" = set; then
14179 $as_echo_n "(cached) " >&6
14180 else
14181 ac_check_lib_save_LIBS=$LIBS
14182 LIBS="-lgphoto2 $ac_gphoto2_libs $LIBS"
14183 cat >conftest.$ac_ext <<_ACEOF
14184 /* confdefs.h. */
14185 _ACEOF
14186 cat confdefs.h >>conftest.$ac_ext
14187 cat >>conftest.$ac_ext <<_ACEOF
14188 /* end confdefs.h. */
14190 /* Override any GCC internal prototype to avoid an error.
14191 Use char because int might match the return type of a GCC
14192 builtin and then its argument prototype would still apply. */
14193 #ifdef __cplusplus
14194 extern "C"
14195 #endif
14196 char gp_camera_new ();
14198 main ()
14200 return gp_camera_new ();
14202 return 0;
14204 _ACEOF
14205 rm -f conftest.$ac_objext conftest$ac_exeext
14206 if { (ac_try="$ac_link"
14207 case "(($ac_try" in
14208 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14209 *) ac_try_echo=$ac_try;;
14210 esac
14211 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
14212 $as_echo "$ac_try_echo") >&5
14213 (eval "$ac_link") 2>conftest.er1
14214 ac_status=$?
14215 grep -v '^ *+' conftest.er1 >conftest.err
14216 rm -f conftest.er1
14217 cat conftest.err >&5
14218 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
14219 (exit $ac_status); } && {
14220 test -z "$ac_c_werror_flag" ||
14221 test ! -s conftest.err
14222 } && test -s conftest$ac_exeext && {
14223 test "$cross_compiling" = yes ||
14224 $as_test_x conftest$ac_exeext
14225 }; then
14226 ac_cv_lib_gphoto2_gp_camera_new=yes
14227 else
14228 $as_echo "$as_me: failed program was:" >&5
14229 sed 's/^/| /' conftest.$ac_ext >&5
14231 ac_cv_lib_gphoto2_gp_camera_new=no
14234 rm -rf conftest.dSYM
14235 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
14236 conftest$ac_exeext conftest.$ac_ext
14237 LIBS=$ac_check_lib_save_LIBS
14239 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_gphoto2_gp_camera_new" >&5
14240 $as_echo "$ac_cv_lib_gphoto2_gp_camera_new" >&6; }
14241 if test "x$ac_cv_lib_gphoto2_gp_camera_new" = x""yes; then
14243 cat >>confdefs.h <<\_ACEOF
14244 #define HAVE_GPHOTO2 1
14245 _ACEOF
14247 GPHOTO2LIBS="$ac_gphoto2_libs"
14249 GPHOTO2INCL="$ac_gphoto2_incl"
14256 CPPFLAGS="$ac_save_CPPFLAGS"
14258 if test "$ac_cv_lib_gphoto2_gp_camera_new" != "yes"; then
14259 case "x$with_gphoto" in
14260 x) wine_notices="$wine_notices|libgphoto2 ${notice_platform}development files not found, digital cameras won't be supported." ;;
14261 xno) ;;
14262 *) { { $as_echo "$as_me:$LINENO: error: libgphoto2 ${notice_platform}development files not found, digital cameras won't be supported.
14263 This is an error since --with-gphoto was requested." >&5
14264 $as_echo "$as_me: error: libgphoto2 ${notice_platform}development files not found, digital cameras won't be supported.
14265 This is an error since --with-gphoto was requested." >&2;}
14266 { (exit 1); exit 1; }; } ;;
14267 esac
14272 RESOLVLIBS=""
14274 if test "$ac_cv_header_resolv_h" = "yes"
14275 then
14276 ac_save_LIBS="$LIBS"
14277 LIBS="$LIBS -lresolv"
14278 cat >conftest.$ac_ext <<_ACEOF
14279 /* confdefs.h. */
14280 _ACEOF
14281 cat confdefs.h >>conftest.$ac_ext
14282 cat >>conftest.$ac_ext <<_ACEOF
14283 /* end confdefs.h. */
14284 #include <resolv.h>
14286 main ()
14288 res_init();
14290 return 0;
14292 _ACEOF
14293 rm -f conftest.$ac_objext conftest$ac_exeext
14294 if { (ac_try="$ac_link"
14295 case "(($ac_try" in
14296 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14297 *) ac_try_echo=$ac_try;;
14298 esac
14299 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
14300 $as_echo "$ac_try_echo") >&5
14301 (eval "$ac_link") 2>conftest.er1
14302 ac_status=$?
14303 grep -v '^ *+' conftest.er1 >conftest.err
14304 rm -f conftest.er1
14305 cat conftest.err >&5
14306 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
14307 (exit $ac_status); } && {
14308 test -z "$ac_c_werror_flag" ||
14309 test ! -s conftest.err
14310 } && test -s conftest$ac_exeext && {
14311 test "$cross_compiling" = yes ||
14312 $as_test_x conftest$ac_exeext
14313 }; then
14315 cat >>confdefs.h <<\_ACEOF
14316 #define HAVE_RESOLV 1
14317 _ACEOF
14319 RESOLVLIBS="-lresolv"
14320 else
14321 $as_echo "$as_me: failed program was:" >&5
14322 sed 's/^/| /' conftest.$ac_ext >&5
14327 rm -rf conftest.dSYM
14328 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
14329 conftest$ac_exeext conftest.$ac_ext
14330 LIBS="$ac_save_LIBS"
14333 LCMSLIBS=""
14335 if test "$ac_cv_header_lcms_h" = "yes" -o "$ac_cv_header_lcms_lcms_h" = "yes"
14336 then
14337 { $as_echo "$as_me:$LINENO: checking for cmsOpenProfileFromFile in -llcms" >&5
14338 $as_echo_n "checking for cmsOpenProfileFromFile in -llcms... " >&6; }
14339 if test "${ac_cv_lib_lcms_cmsOpenProfileFromFile+set}" = set; then
14340 $as_echo_n "(cached) " >&6
14341 else
14342 ac_check_lib_save_LIBS=$LIBS
14343 LIBS="-llcms $LIBS"
14344 cat >conftest.$ac_ext <<_ACEOF
14345 /* confdefs.h. */
14346 _ACEOF
14347 cat confdefs.h >>conftest.$ac_ext
14348 cat >>conftest.$ac_ext <<_ACEOF
14349 /* end confdefs.h. */
14351 /* Override any GCC internal prototype to avoid an error.
14352 Use char because int might match the return type of a GCC
14353 builtin and then its argument prototype would still apply. */
14354 #ifdef __cplusplus
14355 extern "C"
14356 #endif
14357 char cmsOpenProfileFromFile ();
14359 main ()
14361 return cmsOpenProfileFromFile ();
14363 return 0;
14365 _ACEOF
14366 rm -f conftest.$ac_objext conftest$ac_exeext
14367 if { (ac_try="$ac_link"
14368 case "(($ac_try" in
14369 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14370 *) ac_try_echo=$ac_try;;
14371 esac
14372 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
14373 $as_echo "$ac_try_echo") >&5
14374 (eval "$ac_link") 2>conftest.er1
14375 ac_status=$?
14376 grep -v '^ *+' conftest.er1 >conftest.err
14377 rm -f conftest.er1
14378 cat conftest.err >&5
14379 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
14380 (exit $ac_status); } && {
14381 test -z "$ac_c_werror_flag" ||
14382 test ! -s conftest.err
14383 } && test -s conftest$ac_exeext && {
14384 test "$cross_compiling" = yes ||
14385 $as_test_x conftest$ac_exeext
14386 }; then
14387 ac_cv_lib_lcms_cmsOpenProfileFromFile=yes
14388 else
14389 $as_echo "$as_me: failed program was:" >&5
14390 sed 's/^/| /' conftest.$ac_ext >&5
14392 ac_cv_lib_lcms_cmsOpenProfileFromFile=no
14395 rm -rf conftest.dSYM
14396 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
14397 conftest$ac_exeext conftest.$ac_ext
14398 LIBS=$ac_check_lib_save_LIBS
14400 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_lcms_cmsOpenProfileFromFile" >&5
14401 $as_echo "$ac_cv_lib_lcms_cmsOpenProfileFromFile" >&6; }
14402 if test "x$ac_cv_lib_lcms_cmsOpenProfileFromFile" = x""yes; then
14404 cat >>confdefs.h <<\_ACEOF
14405 #define HAVE_LCMS 1
14406 _ACEOF
14408 LCMSLIBS="-llcms"
14412 if test "$ac_cv_lib_lcms_cmsOpenProfileFromFile" != "yes"; then
14413 case "x$with_cms" in
14414 x) wine_notices="$wine_notices|liblcms ${notice_platform}development files not found, Color Management won't be supported." ;;
14415 xno) ;;
14416 *) { { $as_echo "$as_me:$LINENO: error: liblcms ${notice_platform}development files not found, Color Management won't be supported.
14417 This is an error since --with-cms was requested." >&5
14418 $as_echo "$as_me: error: liblcms ${notice_platform}development files not found, Color Management won't be supported.
14419 This is an error since --with-cms was requested." >&2;}
14420 { (exit 1); exit 1; }; } ;;
14421 esac
14425 for ac_prog in freetype-config freetype2-config
14427 # Extract the first word of "$ac_prog", so it can be a program name with args.
14428 set dummy $ac_prog; ac_word=$2
14429 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
14430 $as_echo_n "checking for $ac_word... " >&6; }
14431 if test "${ac_cv_prog_ft_devel+set}" = set; then
14432 $as_echo_n "(cached) " >&6
14433 else
14434 if test -n "$ft_devel"; then
14435 ac_cv_prog_ft_devel="$ft_devel" # Let the user override the test.
14436 else
14437 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
14438 for as_dir in $PATH
14440 IFS=$as_save_IFS
14441 test -z "$as_dir" && as_dir=.
14442 for ac_exec_ext in '' $ac_executable_extensions; do
14443 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
14444 ac_cv_prog_ft_devel="$ac_prog"
14445 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
14446 break 2
14448 done
14449 done
14450 IFS=$as_save_IFS
14454 ft_devel=$ac_cv_prog_ft_devel
14455 if test -n "$ft_devel"; then
14456 { $as_echo "$as_me:$LINENO: result: $ft_devel" >&5
14457 $as_echo "$ft_devel" >&6; }
14458 else
14459 { $as_echo "$as_me:$LINENO: result: no" >&5
14460 $as_echo "no" >&6; }
14464 test -n "$ft_devel" && break
14465 done
14466 test -n "$ft_devel" || ft_devel="false"
14468 if test "$ft_devel" != "false" -a "x$with_freetype" != "xno"
14469 then
14470 ac_freetype_libs=`$ft_devel --libs`
14471 ac_freetype_incl=`$ft_devel --cflags`
14472 { $as_echo "$as_me:$LINENO: checking for -lfreetype" >&5
14473 $as_echo_n "checking for -lfreetype... " >&6; }
14474 if test "${ac_cv_lib_soname_freetype+set}" = set; then
14475 $as_echo_n "(cached) " >&6
14476 else
14477 ac_check_soname_save_LIBS=$LIBS
14478 LIBS="-lfreetype $ac_freetype_libs $LIBS"
14479 cat >conftest.$ac_ext <<_ACEOF
14480 /* confdefs.h. */
14481 _ACEOF
14482 cat confdefs.h >>conftest.$ac_ext
14483 cat >>conftest.$ac_ext <<_ACEOF
14484 /* end confdefs.h. */
14486 /* Override any GCC internal prototype to avoid an error.
14487 Use char because int might match the return type of a GCC
14488 builtin and then its argument prototype would still apply. */
14489 #ifdef __cplusplus
14490 extern "C"
14491 #endif
14492 char FT_Init_FreeType ();
14494 main ()
14496 return FT_Init_FreeType ();
14498 return 0;
14500 _ACEOF
14501 rm -f conftest.$ac_objext conftest$ac_exeext
14502 if { (ac_try="$ac_link"
14503 case "(($ac_try" in
14504 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14505 *) ac_try_echo=$ac_try;;
14506 esac
14507 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
14508 $as_echo "$ac_try_echo") >&5
14509 (eval "$ac_link") 2>conftest.er1
14510 ac_status=$?
14511 grep -v '^ *+' conftest.er1 >conftest.err
14512 rm -f conftest.er1
14513 cat conftest.err >&5
14514 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
14515 (exit $ac_status); } && {
14516 test -z "$ac_c_werror_flag" ||
14517 test ! -s conftest.err
14518 } && test -s conftest$ac_exeext && {
14519 test "$cross_compiling" = yes ||
14520 $as_test_x conftest$ac_exeext
14521 }; then
14522 case "$LIBEXT" in
14523 dll) ;;
14524 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'` ;;
14525 *) ac_cv_lib_soname_freetype=`$ac_cv_path_LDD conftest$ac_exeext | grep "libfreetype\\.$LIBEXT" | sed -e "s/^.*\(libfreetype\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
14526 esac
14527 else
14528 $as_echo "$as_me: failed program was:" >&5
14529 sed 's/^/| /' conftest.$ac_ext >&5
14534 rm -rf conftest.dSYM
14535 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
14536 conftest$ac_exeext conftest.$ac_ext
14537 LIBS=$ac_check_soname_save_LIBS
14539 if test "x$ac_cv_lib_soname_freetype" = "x"; then
14540 { $as_echo "$as_me:$LINENO: result: not found" >&5
14541 $as_echo "not found" >&6; }
14542 ft_lib=no
14543 else
14544 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_freetype" >&5
14545 $as_echo "$ac_cv_lib_soname_freetype" >&6; }
14547 cat >>confdefs.h <<_ACEOF
14548 #define SONAME_LIBFREETYPE "$ac_cv_lib_soname_freetype"
14549 _ACEOF
14551 ft_lib=yes
14554 if test "$ft_lib" = "yes"
14555 then
14556 ac_save_CPPFLAGS="$CPPFLAGS"
14557 CPPFLAGS="$ac_freetype_incl $CPPFLAGS"
14571 for ac_header in ft2build.h \
14572 freetype/freetype.h \
14573 freetype/ftglyph.h \
14574 freetype/fttypes.h \
14575 freetype/tttables.h \
14576 freetype/ftnames.h \
14577 freetype/ftsnames.h \
14578 freetype/ttnameid.h \
14579 freetype/ftoutln.h \
14580 freetype/ftwinfnt.h \
14581 freetype/ftmodapi.h \
14582 freetype/ftlcdfil.h \
14583 freetype/internal/sfnt.h
14585 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
14586 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
14587 $as_echo_n "checking for $ac_header... " >&6; }
14588 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
14589 $as_echo_n "(cached) " >&6
14590 else
14591 cat >conftest.$ac_ext <<_ACEOF
14592 /* confdefs.h. */
14593 _ACEOF
14594 cat confdefs.h >>conftest.$ac_ext
14595 cat >>conftest.$ac_ext <<_ACEOF
14596 /* end confdefs.h. */
14597 #ifdef HAVE_FT2BUILD_H
14598 # include <ft2build.h>
14599 #endif
14601 #include <$ac_header>
14602 _ACEOF
14603 rm -f conftest.$ac_objext
14604 if { (ac_try="$ac_compile"
14605 case "(($ac_try" in
14606 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14607 *) ac_try_echo=$ac_try;;
14608 esac
14609 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
14610 $as_echo "$ac_try_echo") >&5
14611 (eval "$ac_compile") 2>conftest.er1
14612 ac_status=$?
14613 grep -v '^ *+' conftest.er1 >conftest.err
14614 rm -f conftest.er1
14615 cat conftest.err >&5
14616 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
14617 (exit $ac_status); } && {
14618 test -z "$ac_c_werror_flag" ||
14619 test ! -s conftest.err
14620 } && test -s conftest.$ac_objext; then
14621 eval "$as_ac_Header=yes"
14622 else
14623 $as_echo "$as_me: failed program was:" >&5
14624 sed 's/^/| /' conftest.$ac_ext >&5
14626 eval "$as_ac_Header=no"
14629 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14631 ac_res=`eval 'as_val=${'$as_ac_Header'}
14632 $as_echo "$as_val"'`
14633 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
14634 $as_echo "$ac_res" >&6; }
14635 as_val=`eval 'as_val=${'$as_ac_Header'}
14636 $as_echo "$as_val"'`
14637 if test "x$as_val" = x""yes; then
14638 cat >>confdefs.h <<_ACEOF
14639 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
14640 _ACEOF
14644 done
14646 cat >conftest.$ac_ext <<_ACEOF
14647 /* confdefs.h. */
14648 _ACEOF
14649 cat confdefs.h >>conftest.$ac_ext
14650 cat >>conftest.$ac_ext <<_ACEOF
14651 /* end confdefs.h. */
14652 #include <ft2build.h>
14653 #include <freetype/fttrigon.h>
14654 _ACEOF
14655 if { (ac_try="$ac_cpp conftest.$ac_ext"
14656 case "(($ac_try" in
14657 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14658 *) ac_try_echo=$ac_try;;
14659 esac
14660 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
14661 $as_echo "$ac_try_echo") >&5
14662 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
14663 ac_status=$?
14664 grep -v '^ *+' conftest.er1 >conftest.err
14665 rm -f conftest.er1
14666 cat conftest.err >&5
14667 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
14668 (exit $ac_status); } >/dev/null && {
14669 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
14670 test ! -s conftest.err
14671 }; then
14673 cat >>confdefs.h <<\_ACEOF
14674 #define HAVE_FREETYPE_FTTRIGON_H 1
14675 _ACEOF
14677 wine_cv_fttrigon=yes
14678 else
14679 $as_echo "$as_me: failed program was:" >&5
14680 sed 's/^/| /' conftest.$ac_ext >&5
14682 wine_cv_fttrigon=no
14685 rm -f conftest.err conftest.$ac_ext
14686 { $as_echo "$as_me:$LINENO: checking for FT_TrueTypeEngineType" >&5
14687 $as_echo_n "checking for FT_TrueTypeEngineType... " >&6; }
14688 if test "${ac_cv_type_FT_TrueTypeEngineType+set}" = set; then
14689 $as_echo_n "(cached) " >&6
14690 else
14691 ac_cv_type_FT_TrueTypeEngineType=no
14692 cat >conftest.$ac_ext <<_ACEOF
14693 /* confdefs.h. */
14694 _ACEOF
14695 cat confdefs.h >>conftest.$ac_ext
14696 cat >>conftest.$ac_ext <<_ACEOF
14697 /* end confdefs.h. */
14698 #include <freetype/ftmodapi.h>
14701 main ()
14703 if (sizeof (FT_TrueTypeEngineType))
14704 return 0;
14706 return 0;
14708 _ACEOF
14709 rm -f conftest.$ac_objext
14710 if { (ac_try="$ac_compile"
14711 case "(($ac_try" in
14712 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14713 *) ac_try_echo=$ac_try;;
14714 esac
14715 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
14716 $as_echo "$ac_try_echo") >&5
14717 (eval "$ac_compile") 2>conftest.er1
14718 ac_status=$?
14719 grep -v '^ *+' conftest.er1 >conftest.err
14720 rm -f conftest.er1
14721 cat conftest.err >&5
14722 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
14723 (exit $ac_status); } && {
14724 test -z "$ac_c_werror_flag" ||
14725 test ! -s conftest.err
14726 } && test -s conftest.$ac_objext; then
14727 cat >conftest.$ac_ext <<_ACEOF
14728 /* confdefs.h. */
14729 _ACEOF
14730 cat confdefs.h >>conftest.$ac_ext
14731 cat >>conftest.$ac_ext <<_ACEOF
14732 /* end confdefs.h. */
14733 #include <freetype/ftmodapi.h>
14736 main ()
14738 if (sizeof ((FT_TrueTypeEngineType)))
14739 return 0;
14741 return 0;
14743 _ACEOF
14744 rm -f conftest.$ac_objext
14745 if { (ac_try="$ac_compile"
14746 case "(($ac_try" in
14747 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14748 *) ac_try_echo=$ac_try;;
14749 esac
14750 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
14751 $as_echo "$ac_try_echo") >&5
14752 (eval "$ac_compile") 2>conftest.er1
14753 ac_status=$?
14754 grep -v '^ *+' conftest.er1 >conftest.err
14755 rm -f conftest.er1
14756 cat conftest.err >&5
14757 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
14758 (exit $ac_status); } && {
14759 test -z "$ac_c_werror_flag" ||
14760 test ! -s conftest.err
14761 } && test -s conftest.$ac_objext; then
14763 else
14764 $as_echo "$as_me: failed program was:" >&5
14765 sed 's/^/| /' conftest.$ac_ext >&5
14767 ac_cv_type_FT_TrueTypeEngineType=yes
14770 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14771 else
14772 $as_echo "$as_me: failed program was:" >&5
14773 sed 's/^/| /' conftest.$ac_ext >&5
14778 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14780 { $as_echo "$as_me:$LINENO: result: $ac_cv_type_FT_TrueTypeEngineType" >&5
14781 $as_echo "$ac_cv_type_FT_TrueTypeEngineType" >&6; }
14782 if test "x$ac_cv_type_FT_TrueTypeEngineType" = x""yes; then
14784 cat >>confdefs.h <<_ACEOF
14785 #define HAVE_FT_TRUETYPEENGINETYPE 1
14786 _ACEOF
14791 ac_save_CFLAGS="$CFLAGS"
14792 CFLAGS="$CFLAGS $ac_freetype_libs"
14794 for ac_func in FT_Load_Sfnt_Table
14796 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
14797 { $as_echo "$as_me:$LINENO: checking for $ac_func" >&5
14798 $as_echo_n "checking for $ac_func... " >&6; }
14799 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
14800 $as_echo_n "(cached) " >&6
14801 else
14802 cat >conftest.$ac_ext <<_ACEOF
14803 /* confdefs.h. */
14804 _ACEOF
14805 cat confdefs.h >>conftest.$ac_ext
14806 cat >>conftest.$ac_ext <<_ACEOF
14807 /* end confdefs.h. */
14808 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
14809 For example, HP-UX 11i <limits.h> declares gettimeofday. */
14810 #define $ac_func innocuous_$ac_func
14812 /* System header to define __stub macros and hopefully few prototypes,
14813 which can conflict with char $ac_func (); below.
14814 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
14815 <limits.h> exists even on freestanding compilers. */
14817 #ifdef __STDC__
14818 # include <limits.h>
14819 #else
14820 # include <assert.h>
14821 #endif
14823 #undef $ac_func
14825 /* Override any GCC internal prototype to avoid an error.
14826 Use char because int might match the return type of a GCC
14827 builtin and then its argument prototype would still apply. */
14828 #ifdef __cplusplus
14829 extern "C"
14830 #endif
14831 char $ac_func ();
14832 /* The GNU C library defines this for functions which it implements
14833 to always fail with ENOSYS. Some functions are actually named
14834 something starting with __ and the normal name is an alias. */
14835 #if defined __stub_$ac_func || defined __stub___$ac_func
14836 choke me
14837 #endif
14840 main ()
14842 return $ac_func ();
14844 return 0;
14846 _ACEOF
14847 rm -f conftest.$ac_objext conftest$ac_exeext
14848 if { (ac_try="$ac_link"
14849 case "(($ac_try" in
14850 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14851 *) ac_try_echo=$ac_try;;
14852 esac
14853 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
14854 $as_echo "$ac_try_echo") >&5
14855 (eval "$ac_link") 2>conftest.er1
14856 ac_status=$?
14857 grep -v '^ *+' conftest.er1 >conftest.err
14858 rm -f conftest.er1
14859 cat conftest.err >&5
14860 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
14861 (exit $ac_status); } && {
14862 test -z "$ac_c_werror_flag" ||
14863 test ! -s conftest.err
14864 } && test -s conftest$ac_exeext && {
14865 test "$cross_compiling" = yes ||
14866 $as_test_x conftest$ac_exeext
14867 }; then
14868 eval "$as_ac_var=yes"
14869 else
14870 $as_echo "$as_me: failed program was:" >&5
14871 sed 's/^/| /' conftest.$ac_ext >&5
14873 eval "$as_ac_var=no"
14876 rm -rf conftest.dSYM
14877 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
14878 conftest$ac_exeext conftest.$ac_ext
14880 ac_res=`eval 'as_val=${'$as_ac_var'}
14881 $as_echo "$as_val"'`
14882 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
14883 $as_echo "$ac_res" >&6; }
14884 as_val=`eval 'as_val=${'$as_ac_var'}
14885 $as_echo "$as_val"'`
14886 if test "x$as_val" = x""yes; then
14887 cat >>confdefs.h <<_ACEOF
14888 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
14889 _ACEOF
14892 done
14894 CFLAGS="$ac_save_CFLAGS"
14895 CPPFLAGS="$ac_save_CPPFLAGS"
14896 if test "$ac_cv_header_freetype_freetype_h" = "yes" -a "$wine_cv_fttrigon" = "yes"
14897 then
14899 cat >>confdefs.h <<\_ACEOF
14900 #define HAVE_FREETYPE 1
14901 _ACEOF
14903 FREETYPELIBS="$ac_freetype_libs"
14905 FREETYPEINCL="$ac_freetype_incl"
14910 if test "x$FREETYPELIBS" = "x"; then
14911 case "x$with_freetype" in
14912 xno) ;;
14913 *) { { $as_echo "$as_me:$LINENO: error: FreeType ${notice_platform}development files not found. Fonts will not be built.
14914 Use the --without-freetype option if you really want this." >&5
14915 $as_echo "$as_me: error: FreeType ${notice_platform}development files not found. Fonts will not be built.
14916 Use the --without-freetype option if you really want this." >&2;}
14917 { (exit 1); exit 1; }; } ;;
14918 esac
14921 test "x$FREETYPELIBS" = "x" && enable_fonts=${enable_fonts:-no}
14923 { $as_echo "$as_me:$LINENO: checking for parport header/ppdev.h" >&5
14924 $as_echo_n "checking for parport header/ppdev.h... " >&6; }
14925 if test "${ac_cv_c_ppdev+set}" = set; then
14926 $as_echo_n "(cached) " >&6
14927 else
14928 cat >conftest.$ac_ext <<_ACEOF
14929 /* confdefs.h. */
14930 _ACEOF
14931 cat confdefs.h >>conftest.$ac_ext
14932 cat >>conftest.$ac_ext <<_ACEOF
14933 /* end confdefs.h. */
14934 #include <linux/ppdev.h>
14936 main ()
14938 ioctl (1,PPCLAIM,0)
14940 return 0;
14942 _ACEOF
14943 rm -f conftest.$ac_objext
14944 if { (ac_try="$ac_compile"
14945 case "(($ac_try" in
14946 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14947 *) ac_try_echo=$ac_try;;
14948 esac
14949 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
14950 $as_echo "$ac_try_echo") >&5
14951 (eval "$ac_compile") 2>conftest.er1
14952 ac_status=$?
14953 grep -v '^ *+' conftest.er1 >conftest.err
14954 rm -f conftest.er1
14955 cat conftest.err >&5
14956 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
14957 (exit $ac_status); } && {
14958 test -z "$ac_c_werror_flag" ||
14959 test ! -s conftest.err
14960 } && test -s conftest.$ac_objext; then
14961 ac_cv_c_ppdev="yes"
14962 else
14963 $as_echo "$as_me: failed program was:" >&5
14964 sed 's/^/| /' conftest.$ac_ext >&5
14966 ac_cv_c_ppdev="no"
14969 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14971 { $as_echo "$as_me:$LINENO: result: $ac_cv_c_ppdev" >&5
14972 $as_echo "$ac_cv_c_ppdev" >&6; }
14973 if test "$ac_cv_c_ppdev" = "yes"
14974 then
14976 cat >>confdefs.h <<\_ACEOF
14977 #define HAVE_PPDEV 1
14978 _ACEOF
14982 { $as_echo "$as_me:$LINENO: checking for pthread_rwlock_t" >&5
14983 $as_echo_n "checking for pthread_rwlock_t... " >&6; }
14984 if test "${ac_cv_type_pthread_rwlock_t+set}" = set; then
14985 $as_echo_n "(cached) " >&6
14986 else
14987 ac_cv_type_pthread_rwlock_t=no
14988 cat >conftest.$ac_ext <<_ACEOF
14989 /* confdefs.h. */
14990 _ACEOF
14991 cat confdefs.h >>conftest.$ac_ext
14992 cat >>conftest.$ac_ext <<_ACEOF
14993 /* end confdefs.h. */
14994 #define _GNU_SOURCE
14995 #include <pthread.h>
14998 main ()
15000 if (sizeof (pthread_rwlock_t))
15001 return 0;
15003 return 0;
15005 _ACEOF
15006 rm -f conftest.$ac_objext
15007 if { (ac_try="$ac_compile"
15008 case "(($ac_try" in
15009 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15010 *) ac_try_echo=$ac_try;;
15011 esac
15012 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
15013 $as_echo "$ac_try_echo") >&5
15014 (eval "$ac_compile") 2>conftest.er1
15015 ac_status=$?
15016 grep -v '^ *+' conftest.er1 >conftest.err
15017 rm -f conftest.er1
15018 cat conftest.err >&5
15019 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
15020 (exit $ac_status); } && {
15021 test -z "$ac_c_werror_flag" ||
15022 test ! -s conftest.err
15023 } && test -s conftest.$ac_objext; then
15024 cat >conftest.$ac_ext <<_ACEOF
15025 /* confdefs.h. */
15026 _ACEOF
15027 cat confdefs.h >>conftest.$ac_ext
15028 cat >>conftest.$ac_ext <<_ACEOF
15029 /* end confdefs.h. */
15030 #define _GNU_SOURCE
15031 #include <pthread.h>
15034 main ()
15036 if (sizeof ((pthread_rwlock_t)))
15037 return 0;
15039 return 0;
15041 _ACEOF
15042 rm -f conftest.$ac_objext
15043 if { (ac_try="$ac_compile"
15044 case "(($ac_try" in
15045 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15046 *) ac_try_echo=$ac_try;;
15047 esac
15048 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
15049 $as_echo "$ac_try_echo") >&5
15050 (eval "$ac_compile") 2>conftest.er1
15051 ac_status=$?
15052 grep -v '^ *+' conftest.er1 >conftest.err
15053 rm -f conftest.er1
15054 cat conftest.err >&5
15055 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
15056 (exit $ac_status); } && {
15057 test -z "$ac_c_werror_flag" ||
15058 test ! -s conftest.err
15059 } && test -s conftest.$ac_objext; then
15061 else
15062 $as_echo "$as_me: failed program was:" >&5
15063 sed 's/^/| /' conftest.$ac_ext >&5
15065 ac_cv_type_pthread_rwlock_t=yes
15068 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
15069 else
15070 $as_echo "$as_me: failed program was:" >&5
15071 sed 's/^/| /' conftest.$ac_ext >&5
15076 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
15078 { $as_echo "$as_me:$LINENO: result: $ac_cv_type_pthread_rwlock_t" >&5
15079 $as_echo "$ac_cv_type_pthread_rwlock_t" >&6; }
15080 if test "x$ac_cv_type_pthread_rwlock_t" = x""yes; then
15082 cat >>confdefs.h <<_ACEOF
15083 #define HAVE_PTHREAD_RWLOCK_T 1
15084 _ACEOF
15088 { $as_echo "$as_me:$LINENO: checking for pthread_rwlockattr_t" >&5
15089 $as_echo_n "checking for pthread_rwlockattr_t... " >&6; }
15090 if test "${ac_cv_type_pthread_rwlockattr_t+set}" = set; then
15091 $as_echo_n "(cached) " >&6
15092 else
15093 ac_cv_type_pthread_rwlockattr_t=no
15094 cat >conftest.$ac_ext <<_ACEOF
15095 /* confdefs.h. */
15096 _ACEOF
15097 cat confdefs.h >>conftest.$ac_ext
15098 cat >>conftest.$ac_ext <<_ACEOF
15099 /* end confdefs.h. */
15100 #define _GNU_SOURCE
15101 #include <pthread.h>
15104 main ()
15106 if (sizeof (pthread_rwlockattr_t))
15107 return 0;
15109 return 0;
15111 _ACEOF
15112 rm -f conftest.$ac_objext
15113 if { (ac_try="$ac_compile"
15114 case "(($ac_try" in
15115 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15116 *) ac_try_echo=$ac_try;;
15117 esac
15118 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
15119 $as_echo "$ac_try_echo") >&5
15120 (eval "$ac_compile") 2>conftest.er1
15121 ac_status=$?
15122 grep -v '^ *+' conftest.er1 >conftest.err
15123 rm -f conftest.er1
15124 cat conftest.err >&5
15125 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
15126 (exit $ac_status); } && {
15127 test -z "$ac_c_werror_flag" ||
15128 test ! -s conftest.err
15129 } && test -s conftest.$ac_objext; then
15130 cat >conftest.$ac_ext <<_ACEOF
15131 /* confdefs.h. */
15132 _ACEOF
15133 cat confdefs.h >>conftest.$ac_ext
15134 cat >>conftest.$ac_ext <<_ACEOF
15135 /* end confdefs.h. */
15136 #define _GNU_SOURCE
15137 #include <pthread.h>
15140 main ()
15142 if (sizeof ((pthread_rwlockattr_t)))
15143 return 0;
15145 return 0;
15147 _ACEOF
15148 rm -f conftest.$ac_objext
15149 if { (ac_try="$ac_compile"
15150 case "(($ac_try" in
15151 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15152 *) ac_try_echo=$ac_try;;
15153 esac
15154 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
15155 $as_echo "$ac_try_echo") >&5
15156 (eval "$ac_compile") 2>conftest.er1
15157 ac_status=$?
15158 grep -v '^ *+' conftest.er1 >conftest.err
15159 rm -f conftest.er1
15160 cat conftest.err >&5
15161 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
15162 (exit $ac_status); } && {
15163 test -z "$ac_c_werror_flag" ||
15164 test ! -s conftest.err
15165 } && test -s conftest.$ac_objext; then
15167 else
15168 $as_echo "$as_me: failed program was:" >&5
15169 sed 's/^/| /' conftest.$ac_ext >&5
15171 ac_cv_type_pthread_rwlockattr_t=yes
15174 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
15175 else
15176 $as_echo "$as_me: failed program was:" >&5
15177 sed 's/^/| /' conftest.$ac_ext >&5
15182 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
15184 { $as_echo "$as_me:$LINENO: result: $ac_cv_type_pthread_rwlockattr_t" >&5
15185 $as_echo "$ac_cv_type_pthread_rwlockattr_t" >&6; }
15186 if test "x$ac_cv_type_pthread_rwlockattr_t" = x""yes; then
15188 cat >>confdefs.h <<_ACEOF
15189 #define HAVE_PTHREAD_RWLOCKATTR_T 1
15190 _ACEOF
15196 ac_wine_check_funcs_save_LIBS="$LIBS"
15197 LIBS="$LIBS $LIBPTHREAD"
15202 for ac_func in \
15203 pthread_attr_get_np \
15204 pthread_getattr_np \
15205 pthread_get_stackaddr_np \
15206 pthread_get_stacksize_np
15208 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
15209 { $as_echo "$as_me:$LINENO: checking for $ac_func" >&5
15210 $as_echo_n "checking for $ac_func... " >&6; }
15211 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
15212 $as_echo_n "(cached) " >&6
15213 else
15214 cat >conftest.$ac_ext <<_ACEOF
15215 /* confdefs.h. */
15216 _ACEOF
15217 cat confdefs.h >>conftest.$ac_ext
15218 cat >>conftest.$ac_ext <<_ACEOF
15219 /* end confdefs.h. */
15220 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
15221 For example, HP-UX 11i <limits.h> declares gettimeofday. */
15222 #define $ac_func innocuous_$ac_func
15224 /* System header to define __stub macros and hopefully few prototypes,
15225 which can conflict with char $ac_func (); below.
15226 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
15227 <limits.h> exists even on freestanding compilers. */
15229 #ifdef __STDC__
15230 # include <limits.h>
15231 #else
15232 # include <assert.h>
15233 #endif
15235 #undef $ac_func
15237 /* Override any GCC internal prototype to avoid an error.
15238 Use char because int might match the return type of a GCC
15239 builtin and then its argument prototype would still apply. */
15240 #ifdef __cplusplus
15241 extern "C"
15242 #endif
15243 char $ac_func ();
15244 /* The GNU C library defines this for functions which it implements
15245 to always fail with ENOSYS. Some functions are actually named
15246 something starting with __ and the normal name is an alias. */
15247 #if defined __stub_$ac_func || defined __stub___$ac_func
15248 choke me
15249 #endif
15252 main ()
15254 return $ac_func ();
15256 return 0;
15258 _ACEOF
15259 rm -f conftest.$ac_objext conftest$ac_exeext
15260 if { (ac_try="$ac_link"
15261 case "(($ac_try" in
15262 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15263 *) ac_try_echo=$ac_try;;
15264 esac
15265 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
15266 $as_echo "$ac_try_echo") >&5
15267 (eval "$ac_link") 2>conftest.er1
15268 ac_status=$?
15269 grep -v '^ *+' conftest.er1 >conftest.err
15270 rm -f conftest.er1
15271 cat conftest.err >&5
15272 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
15273 (exit $ac_status); } && {
15274 test -z "$ac_c_werror_flag" ||
15275 test ! -s conftest.err
15276 } && test -s conftest$ac_exeext && {
15277 test "$cross_compiling" = yes ||
15278 $as_test_x conftest$ac_exeext
15279 }; then
15280 eval "$as_ac_var=yes"
15281 else
15282 $as_echo "$as_me: failed program was:" >&5
15283 sed 's/^/| /' conftest.$ac_ext >&5
15285 eval "$as_ac_var=no"
15288 rm -rf conftest.dSYM
15289 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
15290 conftest$ac_exeext conftest.$ac_ext
15292 ac_res=`eval 'as_val=${'$as_ac_var'}
15293 $as_echo "$as_val"'`
15294 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
15295 $as_echo "$ac_res" >&6; }
15296 as_val=`eval 'as_val=${'$as_ac_var'}
15297 $as_echo "$as_val"'`
15298 if test "x$as_val" = x""yes; then
15299 cat >>confdefs.h <<_ACEOF
15300 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
15301 _ACEOF
15304 done
15306 LIBS="$ac_wine_check_funcs_save_LIBS"
15308 # Extract the first word of "esd-config", so it can be a program name with args.
15309 set dummy esd-config; ac_word=$2
15310 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
15311 $as_echo_n "checking for $ac_word... " >&6; }
15312 if test "${ac_cv_path_ESDCONFIG+set}" = set; then
15313 $as_echo_n "(cached) " >&6
15314 else
15315 case $ESDCONFIG in
15316 [\\/]* | ?:[\\/]*)
15317 ac_cv_path_ESDCONFIG="$ESDCONFIG" # Let the user override the test with a path.
15320 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
15321 for as_dir in $PATH
15323 IFS=$as_save_IFS
15324 test -z "$as_dir" && as_dir=.
15325 for ac_exec_ext in '' $ac_executable_extensions; do
15326 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
15327 ac_cv_path_ESDCONFIG="$as_dir/$ac_word$ac_exec_ext"
15328 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
15329 break 2
15331 done
15332 done
15333 IFS=$as_save_IFS
15336 esac
15338 ESDCONFIG=$ac_cv_path_ESDCONFIG
15339 if test -n "$ESDCONFIG"; then
15340 { $as_echo "$as_me:$LINENO: result: $ESDCONFIG" >&5
15341 $as_echo "$ESDCONFIG" >&6; }
15342 else
15343 { $as_echo "$as_me:$LINENO: result: no" >&5
15344 $as_echo "no" >&6; }
15348 if test "x$with_esd" != xno -a "x$ESDCONFIG" != x -a "x$ESDCONFIG" != x'"$ESDCONFIG"';
15349 then
15350 ac_esd_incl=""
15351 for i in `$ESDCONFIG --cflags`
15353 case "$i" in
15354 -I*) ac_esd_incl="$ac_esd_incl $i";;
15355 esac
15356 done
15357 ac_esd_libs=`$ESDCONFIG --libs`
15358 save_CFLAGS="$CFLAGS"
15359 CFLAGS="$CFLAGS $ac_esd_incl"
15360 { $as_echo "$as_me:$LINENO: checking for esd_open_sound in -lesd" >&5
15361 $as_echo_n "checking for esd_open_sound in -lesd... " >&6; }
15362 if test "${ac_cv_lib_esd_esd_open_sound+set}" = set; then
15363 $as_echo_n "(cached) " >&6
15364 else
15365 ac_check_lib_save_LIBS=$LIBS
15366 LIBS="-lesd $ac_esd_libs $LIBS"
15367 cat >conftest.$ac_ext <<_ACEOF
15368 /* confdefs.h. */
15369 _ACEOF
15370 cat confdefs.h >>conftest.$ac_ext
15371 cat >>conftest.$ac_ext <<_ACEOF
15372 /* end confdefs.h. */
15374 /* Override any GCC internal prototype to avoid an error.
15375 Use char because int might match the return type of a GCC
15376 builtin and then its argument prototype would still apply. */
15377 #ifdef __cplusplus
15378 extern "C"
15379 #endif
15380 char esd_open_sound ();
15382 main ()
15384 return esd_open_sound ();
15386 return 0;
15388 _ACEOF
15389 rm -f conftest.$ac_objext conftest$ac_exeext
15390 if { (ac_try="$ac_link"
15391 case "(($ac_try" in
15392 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15393 *) ac_try_echo=$ac_try;;
15394 esac
15395 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
15396 $as_echo "$ac_try_echo") >&5
15397 (eval "$ac_link") 2>conftest.er1
15398 ac_status=$?
15399 grep -v '^ *+' conftest.er1 >conftest.err
15400 rm -f conftest.er1
15401 cat conftest.err >&5
15402 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
15403 (exit $ac_status); } && {
15404 test -z "$ac_c_werror_flag" ||
15405 test ! -s conftest.err
15406 } && test -s conftest$ac_exeext && {
15407 test "$cross_compiling" = yes ||
15408 $as_test_x conftest$ac_exeext
15409 }; then
15410 ac_cv_lib_esd_esd_open_sound=yes
15411 else
15412 $as_echo "$as_me: failed program was:" >&5
15413 sed 's/^/| /' conftest.$ac_ext >&5
15415 ac_cv_lib_esd_esd_open_sound=no
15418 rm -rf conftest.dSYM
15419 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
15420 conftest$ac_exeext conftest.$ac_ext
15421 LIBS=$ac_check_lib_save_LIBS
15423 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_esd_esd_open_sound" >&5
15424 $as_echo "$ac_cv_lib_esd_esd_open_sound" >&6; }
15425 if test "x$ac_cv_lib_esd_esd_open_sound" = x""yes; then
15426 ESDINCL="$ac_esd_incl"
15428 ESDLIBS="$ac_esd_libs"
15431 cat >>confdefs.h <<\_ACEOF
15432 #define HAVE_ESD 1
15433 _ACEOF
15437 CFLAGS="$save_CFLAGS"
15440 ALSALIBS=""
15442 if test "$ac_cv_header_sys_asoundlib_h" = "yes" -o "$ac_cv_header_alsa_asoundlib_h" = "yes"
15443 then
15444 { $as_echo "$as_me:$LINENO: checking for snd_pcm_hw_params_get_access in -lasound" >&5
15445 $as_echo_n "checking for snd_pcm_hw_params_get_access in -lasound... " >&6; }
15446 if test "${ac_cv_lib_asound_snd_pcm_hw_params_get_access+set}" = set; then
15447 $as_echo_n "(cached) " >&6
15448 else
15449 ac_check_lib_save_LIBS=$LIBS
15450 LIBS="-lasound $LIBS"
15451 cat >conftest.$ac_ext <<_ACEOF
15452 /* confdefs.h. */
15453 _ACEOF
15454 cat confdefs.h >>conftest.$ac_ext
15455 cat >>conftest.$ac_ext <<_ACEOF
15456 /* end confdefs.h. */
15458 /* Override any GCC internal prototype to avoid an error.
15459 Use char because int might match the return type of a GCC
15460 builtin and then its argument prototype would still apply. */
15461 #ifdef __cplusplus
15462 extern "C"
15463 #endif
15464 char snd_pcm_hw_params_get_access ();
15466 main ()
15468 return snd_pcm_hw_params_get_access ();
15470 return 0;
15472 _ACEOF
15473 rm -f conftest.$ac_objext conftest$ac_exeext
15474 if { (ac_try="$ac_link"
15475 case "(($ac_try" in
15476 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15477 *) ac_try_echo=$ac_try;;
15478 esac
15479 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
15480 $as_echo "$ac_try_echo") >&5
15481 (eval "$ac_link") 2>conftest.er1
15482 ac_status=$?
15483 grep -v '^ *+' conftest.er1 >conftest.err
15484 rm -f conftest.er1
15485 cat conftest.err >&5
15486 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
15487 (exit $ac_status); } && {
15488 test -z "$ac_c_werror_flag" ||
15489 test ! -s conftest.err
15490 } && test -s conftest$ac_exeext && {
15491 test "$cross_compiling" = yes ||
15492 $as_test_x conftest$ac_exeext
15493 }; then
15494 ac_cv_lib_asound_snd_pcm_hw_params_get_access=yes
15495 else
15496 $as_echo "$as_me: failed program was:" >&5
15497 sed 's/^/| /' conftest.$ac_ext >&5
15499 ac_cv_lib_asound_snd_pcm_hw_params_get_access=no
15502 rm -rf conftest.dSYM
15503 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
15504 conftest$ac_exeext conftest.$ac_ext
15505 LIBS=$ac_check_lib_save_LIBS
15507 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_asound_snd_pcm_hw_params_get_access" >&5
15508 $as_echo "$ac_cv_lib_asound_snd_pcm_hw_params_get_access" >&6; }
15509 if test "x$ac_cv_lib_asound_snd_pcm_hw_params_get_access" = x""yes; then
15510 cat >conftest.$ac_ext <<_ACEOF
15511 /* confdefs.h. */
15512 _ACEOF
15513 cat confdefs.h >>conftest.$ac_ext
15514 cat >>conftest.$ac_ext <<_ACEOF
15515 /* end confdefs.h. */
15516 #ifdef HAVE_ALSA_ASOUNDLIB_H
15517 #include <alsa/asoundlib.h>
15518 #elif defined(HAVE_SYS_ASOUNDLIB_H)
15519 #include <sys/asoundlib.h>
15520 #endif
15522 main ()
15524 int ret = snd_pcm_hw_params_get_access(NULL, NULL)
15526 return 0;
15528 _ACEOF
15529 rm -f conftest.$ac_objext
15530 if { (ac_try="$ac_compile"
15531 case "(($ac_try" in
15532 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15533 *) ac_try_echo=$ac_try;;
15534 esac
15535 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
15536 $as_echo "$ac_try_echo") >&5
15537 (eval "$ac_compile") 2>conftest.er1
15538 ac_status=$?
15539 grep -v '^ *+' conftest.er1 >conftest.err
15540 rm -f conftest.er1
15541 cat conftest.err >&5
15542 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
15543 (exit $ac_status); } && {
15544 test -z "$ac_c_werror_flag" ||
15545 test ! -s conftest.err
15546 } && test -s conftest.$ac_objext; then
15548 cat >>confdefs.h <<\_ACEOF
15549 #define HAVE_ALSA 1
15550 _ACEOF
15552 ALSALIBS="-lasound"
15553 else
15554 $as_echo "$as_me: failed program was:" >&5
15555 sed 's/^/| /' conftest.$ac_ext >&5
15560 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
15565 AUDIOIOLIBS=""
15567 if test "$ac_cv_header_libaudioio_h" = "yes"
15568 then
15569 { $as_echo "$as_me:$LINENO: checking for AudioIOGetVersion in -laudioio" >&5
15570 $as_echo_n "checking for AudioIOGetVersion in -laudioio... " >&6; }
15571 if test "${ac_cv_lib_audioio_AudioIOGetVersion+set}" = set; then
15572 $as_echo_n "(cached) " >&6
15573 else
15574 ac_check_lib_save_LIBS=$LIBS
15575 LIBS="-laudioio $LIBS"
15576 cat >conftest.$ac_ext <<_ACEOF
15577 /* confdefs.h. */
15578 _ACEOF
15579 cat confdefs.h >>conftest.$ac_ext
15580 cat >>conftest.$ac_ext <<_ACEOF
15581 /* end confdefs.h. */
15583 /* Override any GCC internal prototype to avoid an error.
15584 Use char because int might match the return type of a GCC
15585 builtin and then its argument prototype would still apply. */
15586 #ifdef __cplusplus
15587 extern "C"
15588 #endif
15589 char AudioIOGetVersion ();
15591 main ()
15593 return AudioIOGetVersion ();
15595 return 0;
15597 _ACEOF
15598 rm -f conftest.$ac_objext conftest$ac_exeext
15599 if { (ac_try="$ac_link"
15600 case "(($ac_try" in
15601 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15602 *) ac_try_echo=$ac_try;;
15603 esac
15604 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
15605 $as_echo "$ac_try_echo") >&5
15606 (eval "$ac_link") 2>conftest.er1
15607 ac_status=$?
15608 grep -v '^ *+' conftest.er1 >conftest.err
15609 rm -f conftest.er1
15610 cat conftest.err >&5
15611 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
15612 (exit $ac_status); } && {
15613 test -z "$ac_c_werror_flag" ||
15614 test ! -s conftest.err
15615 } && test -s conftest$ac_exeext && {
15616 test "$cross_compiling" = yes ||
15617 $as_test_x conftest$ac_exeext
15618 }; then
15619 ac_cv_lib_audioio_AudioIOGetVersion=yes
15620 else
15621 $as_echo "$as_me: failed program was:" >&5
15622 sed 's/^/| /' conftest.$ac_ext >&5
15624 ac_cv_lib_audioio_AudioIOGetVersion=no
15627 rm -rf conftest.dSYM
15628 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
15629 conftest$ac_exeext conftest.$ac_ext
15630 LIBS=$ac_check_lib_save_LIBS
15632 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_audioio_AudioIOGetVersion" >&5
15633 $as_echo "$ac_cv_lib_audioio_AudioIOGetVersion" >&6; }
15634 if test "x$ac_cv_lib_audioio_AudioIOGetVersion" = x""yes; then
15635 AUDIOIOLIBS="-laudioio"
15637 cat >>confdefs.h <<\_ACEOF
15638 #define HAVE_LIBAUDIOIO 1
15639 _ACEOF
15646 if test "$ac_cv_header_capi20_h" = "yes" -a "$ac_cv_header_linux_capi_h" = "yes"
15647 then
15648 { $as_echo "$as_me:$LINENO: checking for -lcapi20" >&5
15649 $as_echo_n "checking for -lcapi20... " >&6; }
15650 if test "${ac_cv_lib_soname_capi20+set}" = set; then
15651 $as_echo_n "(cached) " >&6
15652 else
15653 ac_check_soname_save_LIBS=$LIBS
15654 LIBS="-lcapi20 $LIBS"
15655 cat >conftest.$ac_ext <<_ACEOF
15656 /* confdefs.h. */
15657 _ACEOF
15658 cat confdefs.h >>conftest.$ac_ext
15659 cat >>conftest.$ac_ext <<_ACEOF
15660 /* end confdefs.h. */
15662 /* Override any GCC internal prototype to avoid an error.
15663 Use char because int might match the return type of a GCC
15664 builtin and then its argument prototype would still apply. */
15665 #ifdef __cplusplus
15666 extern "C"
15667 #endif
15668 char capi20_register ();
15670 main ()
15672 return capi20_register ();
15674 return 0;
15676 _ACEOF
15677 rm -f conftest.$ac_objext conftest$ac_exeext
15678 if { (ac_try="$ac_link"
15679 case "(($ac_try" in
15680 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15681 *) ac_try_echo=$ac_try;;
15682 esac
15683 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
15684 $as_echo "$ac_try_echo") >&5
15685 (eval "$ac_link") 2>conftest.er1
15686 ac_status=$?
15687 grep -v '^ *+' conftest.er1 >conftest.err
15688 rm -f conftest.er1
15689 cat conftest.err >&5
15690 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
15691 (exit $ac_status); } && {
15692 test -z "$ac_c_werror_flag" ||
15693 test ! -s conftest.err
15694 } && test -s conftest$ac_exeext && {
15695 test "$cross_compiling" = yes ||
15696 $as_test_x conftest$ac_exeext
15697 }; then
15698 case "$LIBEXT" in
15699 dll) ;;
15700 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'` ;;
15701 *) ac_cv_lib_soname_capi20=`$ac_cv_path_LDD conftest$ac_exeext | grep "libcapi20\\.$LIBEXT" | sed -e "s/^.*\(libcapi20\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
15702 esac
15703 else
15704 $as_echo "$as_me: failed program was:" >&5
15705 sed 's/^/| /' conftest.$ac_ext >&5
15710 rm -rf conftest.dSYM
15711 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
15712 conftest$ac_exeext conftest.$ac_ext
15713 LIBS=$ac_check_soname_save_LIBS
15715 if test "x$ac_cv_lib_soname_capi20" = "x"; then
15716 { $as_echo "$as_me:$LINENO: result: not found" >&5
15717 $as_echo "not found" >&6; }
15719 else
15720 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_capi20" >&5
15721 $as_echo "$ac_cv_lib_soname_capi20" >&6; }
15723 cat >>confdefs.h <<_ACEOF
15724 #define SONAME_LIBCAPI20 "$ac_cv_lib_soname_capi20"
15725 _ACEOF
15731 if test "x$ac_cv_lib_soname_capi20" = "x"; then
15732 case "x$with_capi" in
15733 x) wine_notices="$wine_notices|libcapi20 ${notice_platform}development files not found, ISDN won't be supported." ;;
15734 xno) ;;
15735 *) { { $as_echo "$as_me:$LINENO: error: libcapi20 ${notice_platform}development files not found, ISDN won't be supported.
15736 This is an error since --with-capi was requested." >&5
15737 $as_echo "$as_me: error: libcapi20 ${notice_platform}development files not found, ISDN won't be supported.
15738 This is an error since --with-capi was requested." >&2;}
15739 { (exit 1); exit 1; }; } ;;
15740 esac
15744 CUPSINCL=""
15746 if test "x$with_cups" != "xno"
15747 then
15748 ac_save_CPPFLAGS="$CPPFLAGS"
15749 ac_cups_cflags=`cups-config --cflags 2>/dev/null`
15750 ac_cups_libs=`cups-config --ldflags 2>/dev/null`
15751 CPPFLAGS="$CPPFLAGS $ac_cups_cflags"
15753 for ac_header in cups/cups.h
15755 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
15756 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
15757 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
15758 $as_echo_n "checking for $ac_header... " >&6; }
15759 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
15760 $as_echo_n "(cached) " >&6
15762 ac_res=`eval 'as_val=${'$as_ac_Header'}
15763 $as_echo "$as_val"'`
15764 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
15765 $as_echo "$ac_res" >&6; }
15766 else
15767 # Is the header compilable?
15768 { $as_echo "$as_me:$LINENO: checking $ac_header usability" >&5
15769 $as_echo_n "checking $ac_header usability... " >&6; }
15770 cat >conftest.$ac_ext <<_ACEOF
15771 /* confdefs.h. */
15772 _ACEOF
15773 cat confdefs.h >>conftest.$ac_ext
15774 cat >>conftest.$ac_ext <<_ACEOF
15775 /* end confdefs.h. */
15776 $ac_includes_default
15777 #include <$ac_header>
15778 _ACEOF
15779 rm -f conftest.$ac_objext
15780 if { (ac_try="$ac_compile"
15781 case "(($ac_try" in
15782 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15783 *) ac_try_echo=$ac_try;;
15784 esac
15785 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
15786 $as_echo "$ac_try_echo") >&5
15787 (eval "$ac_compile") 2>conftest.er1
15788 ac_status=$?
15789 grep -v '^ *+' conftest.er1 >conftest.err
15790 rm -f conftest.er1
15791 cat conftest.err >&5
15792 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
15793 (exit $ac_status); } && {
15794 test -z "$ac_c_werror_flag" ||
15795 test ! -s conftest.err
15796 } && test -s conftest.$ac_objext; then
15797 ac_header_compiler=yes
15798 else
15799 $as_echo "$as_me: failed program was:" >&5
15800 sed 's/^/| /' conftest.$ac_ext >&5
15802 ac_header_compiler=no
15805 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
15806 { $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
15807 $as_echo "$ac_header_compiler" >&6; }
15809 # Is the header present?
15810 { $as_echo "$as_me:$LINENO: checking $ac_header presence" >&5
15811 $as_echo_n "checking $ac_header presence... " >&6; }
15812 cat >conftest.$ac_ext <<_ACEOF
15813 /* confdefs.h. */
15814 _ACEOF
15815 cat confdefs.h >>conftest.$ac_ext
15816 cat >>conftest.$ac_ext <<_ACEOF
15817 /* end confdefs.h. */
15818 #include <$ac_header>
15819 _ACEOF
15820 if { (ac_try="$ac_cpp conftest.$ac_ext"
15821 case "(($ac_try" in
15822 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15823 *) ac_try_echo=$ac_try;;
15824 esac
15825 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
15826 $as_echo "$ac_try_echo") >&5
15827 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
15828 ac_status=$?
15829 grep -v '^ *+' conftest.er1 >conftest.err
15830 rm -f conftest.er1
15831 cat conftest.err >&5
15832 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
15833 (exit $ac_status); } >/dev/null && {
15834 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
15835 test ! -s conftest.err
15836 }; then
15837 ac_header_preproc=yes
15838 else
15839 $as_echo "$as_me: failed program was:" >&5
15840 sed 's/^/| /' conftest.$ac_ext >&5
15842 ac_header_preproc=no
15845 rm -f conftest.err conftest.$ac_ext
15846 { $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
15847 $as_echo "$ac_header_preproc" >&6; }
15849 # So? What about this header?
15850 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
15851 yes:no: )
15852 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
15853 $as_echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
15854 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
15855 $as_echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
15856 ac_header_preproc=yes
15858 no:yes:* )
15859 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
15860 $as_echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
15861 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
15862 $as_echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
15863 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
15864 $as_echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
15865 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
15866 $as_echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
15867 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
15868 $as_echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
15869 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
15870 $as_echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
15871 ( cat <<\_ASBOX
15872 ## ------------------------------------ ##
15873 ## Report this to wine-devel@winehq.org ##
15874 ## ------------------------------------ ##
15875 _ASBOX
15876 ) | sed "s/^/$as_me: WARNING: /" >&2
15878 esac
15879 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
15880 $as_echo_n "checking for $ac_header... " >&6; }
15881 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
15882 $as_echo_n "(cached) " >&6
15883 else
15884 eval "$as_ac_Header=\$ac_header_preproc"
15886 ac_res=`eval 'as_val=${'$as_ac_Header'}
15887 $as_echo "$as_val"'`
15888 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
15889 $as_echo "$ac_res" >&6; }
15892 as_val=`eval 'as_val=${'$as_ac_Header'}
15893 $as_echo "$as_val"'`
15894 if test "x$as_val" = x""yes; then
15895 cat >>confdefs.h <<_ACEOF
15896 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
15897 _ACEOF
15898 { $as_echo "$as_me:$LINENO: checking for -lcups" >&5
15899 $as_echo_n "checking for -lcups... " >&6; }
15900 if test "${ac_cv_lib_soname_cups+set}" = set; then
15901 $as_echo_n "(cached) " >&6
15902 else
15903 ac_check_soname_save_LIBS=$LIBS
15904 LIBS="-lcups $ac_cups_libs $LIBS"
15905 cat >conftest.$ac_ext <<_ACEOF
15906 /* confdefs.h. */
15907 _ACEOF
15908 cat confdefs.h >>conftest.$ac_ext
15909 cat >>conftest.$ac_ext <<_ACEOF
15910 /* end confdefs.h. */
15912 /* Override any GCC internal prototype to avoid an error.
15913 Use char because int might match the return type of a GCC
15914 builtin and then its argument prototype would still apply. */
15915 #ifdef __cplusplus
15916 extern "C"
15917 #endif
15918 char cupsGetDefault ();
15920 main ()
15922 return cupsGetDefault ();
15924 return 0;
15926 _ACEOF
15927 rm -f conftest.$ac_objext conftest$ac_exeext
15928 if { (ac_try="$ac_link"
15929 case "(($ac_try" in
15930 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15931 *) ac_try_echo=$ac_try;;
15932 esac
15933 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
15934 $as_echo "$ac_try_echo") >&5
15935 (eval "$ac_link") 2>conftest.er1
15936 ac_status=$?
15937 grep -v '^ *+' conftest.er1 >conftest.err
15938 rm -f conftest.er1
15939 cat conftest.err >&5
15940 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
15941 (exit $ac_status); } && {
15942 test -z "$ac_c_werror_flag" ||
15943 test ! -s conftest.err
15944 } && test -s conftest$ac_exeext && {
15945 test "$cross_compiling" = yes ||
15946 $as_test_x conftest$ac_exeext
15947 }; then
15948 case "$LIBEXT" in
15949 dll) ;;
15950 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'` ;;
15951 *) ac_cv_lib_soname_cups=`$ac_cv_path_LDD conftest$ac_exeext | grep "libcups\\.$LIBEXT" | sed -e "s/^.*\(libcups\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
15952 esac
15953 else
15954 $as_echo "$as_me: failed program was:" >&5
15955 sed 's/^/| /' conftest.$ac_ext >&5
15960 rm -rf conftest.dSYM
15961 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
15962 conftest$ac_exeext conftest.$ac_ext
15963 LIBS=$ac_check_soname_save_LIBS
15965 if test "x$ac_cv_lib_soname_cups" = "x"; then
15966 { $as_echo "$as_me:$LINENO: result: not found" >&5
15967 $as_echo "not found" >&6; }
15969 else
15970 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_cups" >&5
15971 $as_echo "$ac_cv_lib_soname_cups" >&6; }
15973 cat >>confdefs.h <<_ACEOF
15974 #define SONAME_LIBCUPS "$ac_cv_lib_soname_cups"
15975 _ACEOF
15977 CUPSINCL="$ac_cups_cflags"
15982 done
15984 CPPFLAGS="$ac_save_CPPFLAGS"
15986 if test "x$ac_cv_lib_soname_cups" = "x"; then
15987 case "x$with_cups" in
15988 x) wine_notices="$wine_notices|libcups ${notice_platform}development files not found, CUPS won't be supported." ;;
15989 xno) ;;
15990 *) { { $as_echo "$as_me:$LINENO: error: libcups ${notice_platform}development files not found, CUPS won't be supported.
15991 This is an error since --with-cups was requested." >&5
15992 $as_echo "$as_me: error: libcups ${notice_platform}development files not found, CUPS won't be supported.
15993 This is an error since --with-cups was requested." >&2;}
15994 { (exit 1); exit 1; }; } ;;
15995 esac
15999 if test "$ac_cv_header_jack_jack_h" = "yes"
16000 then
16001 { $as_echo "$as_me:$LINENO: checking for -ljack" >&5
16002 $as_echo_n "checking for -ljack... " >&6; }
16003 if test "${ac_cv_lib_soname_jack+set}" = set; then
16004 $as_echo_n "(cached) " >&6
16005 else
16006 ac_check_soname_save_LIBS=$LIBS
16007 LIBS="-ljack $LIBS"
16008 cat >conftest.$ac_ext <<_ACEOF
16009 /* confdefs.h. */
16010 _ACEOF
16011 cat confdefs.h >>conftest.$ac_ext
16012 cat >>conftest.$ac_ext <<_ACEOF
16013 /* end confdefs.h. */
16015 /* Override any GCC internal prototype to avoid an error.
16016 Use char because int might match the return type of a GCC
16017 builtin and then its argument prototype would still apply. */
16018 #ifdef __cplusplus
16019 extern "C"
16020 #endif
16021 char jack_client_new ();
16023 main ()
16025 return jack_client_new ();
16027 return 0;
16029 _ACEOF
16030 rm -f conftest.$ac_objext conftest$ac_exeext
16031 if { (ac_try="$ac_link"
16032 case "(($ac_try" in
16033 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16034 *) ac_try_echo=$ac_try;;
16035 esac
16036 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
16037 $as_echo "$ac_try_echo") >&5
16038 (eval "$ac_link") 2>conftest.er1
16039 ac_status=$?
16040 grep -v '^ *+' conftest.er1 >conftest.err
16041 rm -f conftest.er1
16042 cat conftest.err >&5
16043 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
16044 (exit $ac_status); } && {
16045 test -z "$ac_c_werror_flag" ||
16046 test ! -s conftest.err
16047 } && test -s conftest$ac_exeext && {
16048 test "$cross_compiling" = yes ||
16049 $as_test_x conftest$ac_exeext
16050 }; then
16051 case "$LIBEXT" in
16052 dll) ;;
16053 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'` ;;
16054 *) 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'` ;;
16055 esac
16056 else
16057 $as_echo "$as_me: failed program was:" >&5
16058 sed 's/^/| /' conftest.$ac_ext >&5
16063 rm -rf conftest.dSYM
16064 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16065 conftest$ac_exeext conftest.$ac_ext
16066 LIBS=$ac_check_soname_save_LIBS
16068 if test "x$ac_cv_lib_soname_jack" = "x"; then
16069 { $as_echo "$as_me:$LINENO: result: not found" >&5
16070 $as_echo "not found" >&6; }
16072 else
16073 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_jack" >&5
16074 $as_echo "$ac_cv_lib_soname_jack" >&6; }
16076 cat >>confdefs.h <<_ACEOF
16077 #define SONAME_LIBJACK "$ac_cv_lib_soname_jack"
16078 _ACEOF
16085 if test "$ac_cv_header_fontconfig_fontconfig_h" = "yes"
16086 then
16087 { $as_echo "$as_me:$LINENO: checking for -lfontconfig" >&5
16088 $as_echo_n "checking for -lfontconfig... " >&6; }
16089 if test "${ac_cv_lib_soname_fontconfig+set}" = set; then
16090 $as_echo_n "(cached) " >&6
16091 else
16092 ac_check_soname_save_LIBS=$LIBS
16093 LIBS="-lfontconfig $LIBS"
16094 cat >conftest.$ac_ext <<_ACEOF
16095 /* confdefs.h. */
16096 _ACEOF
16097 cat confdefs.h >>conftest.$ac_ext
16098 cat >>conftest.$ac_ext <<_ACEOF
16099 /* end confdefs.h. */
16101 /* Override any GCC internal prototype to avoid an error.
16102 Use char because int might match the return type of a GCC
16103 builtin and then its argument prototype would still apply. */
16104 #ifdef __cplusplus
16105 extern "C"
16106 #endif
16107 char FcInit ();
16109 main ()
16111 return FcInit ();
16113 return 0;
16115 _ACEOF
16116 rm -f conftest.$ac_objext conftest$ac_exeext
16117 if { (ac_try="$ac_link"
16118 case "(($ac_try" in
16119 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16120 *) ac_try_echo=$ac_try;;
16121 esac
16122 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
16123 $as_echo "$ac_try_echo") >&5
16124 (eval "$ac_link") 2>conftest.er1
16125 ac_status=$?
16126 grep -v '^ *+' conftest.er1 >conftest.err
16127 rm -f conftest.er1
16128 cat conftest.err >&5
16129 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
16130 (exit $ac_status); } && {
16131 test -z "$ac_c_werror_flag" ||
16132 test ! -s conftest.err
16133 } && test -s conftest$ac_exeext && {
16134 test "$cross_compiling" = yes ||
16135 $as_test_x conftest$ac_exeext
16136 }; then
16137 case "$LIBEXT" in
16138 dll) ;;
16139 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'` ;;
16140 *) ac_cv_lib_soname_fontconfig=`$ac_cv_path_LDD conftest$ac_exeext | grep "libfontconfig\\.$LIBEXT" | sed -e "s/^.*\(libfontconfig\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
16141 esac
16142 else
16143 $as_echo "$as_me: failed program was:" >&5
16144 sed 's/^/| /' conftest.$ac_ext >&5
16149 rm -rf conftest.dSYM
16150 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16151 conftest$ac_exeext conftest.$ac_ext
16152 LIBS=$ac_check_soname_save_LIBS
16154 if test "x$ac_cv_lib_soname_fontconfig" = "x"; then
16155 { $as_echo "$as_me:$LINENO: result: not found" >&5
16156 $as_echo "not found" >&6; }
16158 else
16159 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_fontconfig" >&5
16160 $as_echo "$ac_cv_lib_soname_fontconfig" >&6; }
16162 cat >>confdefs.h <<_ACEOF
16163 #define SONAME_LIBFONTCONFIG "$ac_cv_lib_soname_fontconfig"
16164 _ACEOF
16169 elif test -n "$X_CFLAGS" -a "x$with_fontconfig" != "xno"
16170 then
16171 ac_save_CPPFLAGS="$CPPFLAGS"
16172 CPPFLAGS="$CPPFLAGS $X_CFLAGS"
16173 $as_unset ac_cv_header_fontconfig_fontconfig_h
16175 for ac_header in fontconfig/fontconfig.h
16177 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
16178 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
16179 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
16180 $as_echo_n "checking for $ac_header... " >&6; }
16181 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
16182 $as_echo_n "(cached) " >&6
16184 ac_res=`eval 'as_val=${'$as_ac_Header'}
16185 $as_echo "$as_val"'`
16186 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
16187 $as_echo "$ac_res" >&6; }
16188 else
16189 # Is the header compilable?
16190 { $as_echo "$as_me:$LINENO: checking $ac_header usability" >&5
16191 $as_echo_n "checking $ac_header usability... " >&6; }
16192 cat >conftest.$ac_ext <<_ACEOF
16193 /* confdefs.h. */
16194 _ACEOF
16195 cat confdefs.h >>conftest.$ac_ext
16196 cat >>conftest.$ac_ext <<_ACEOF
16197 /* end confdefs.h. */
16198 $ac_includes_default
16199 #include <$ac_header>
16200 _ACEOF
16201 rm -f conftest.$ac_objext
16202 if { (ac_try="$ac_compile"
16203 case "(($ac_try" in
16204 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16205 *) ac_try_echo=$ac_try;;
16206 esac
16207 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
16208 $as_echo "$ac_try_echo") >&5
16209 (eval "$ac_compile") 2>conftest.er1
16210 ac_status=$?
16211 grep -v '^ *+' conftest.er1 >conftest.err
16212 rm -f conftest.er1
16213 cat conftest.err >&5
16214 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
16215 (exit $ac_status); } && {
16216 test -z "$ac_c_werror_flag" ||
16217 test ! -s conftest.err
16218 } && test -s conftest.$ac_objext; then
16219 ac_header_compiler=yes
16220 else
16221 $as_echo "$as_me: failed program was:" >&5
16222 sed 's/^/| /' conftest.$ac_ext >&5
16224 ac_header_compiler=no
16227 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
16228 { $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
16229 $as_echo "$ac_header_compiler" >&6; }
16231 # Is the header present?
16232 { $as_echo "$as_me:$LINENO: checking $ac_header presence" >&5
16233 $as_echo_n "checking $ac_header presence... " >&6; }
16234 cat >conftest.$ac_ext <<_ACEOF
16235 /* confdefs.h. */
16236 _ACEOF
16237 cat confdefs.h >>conftest.$ac_ext
16238 cat >>conftest.$ac_ext <<_ACEOF
16239 /* end confdefs.h. */
16240 #include <$ac_header>
16241 _ACEOF
16242 if { (ac_try="$ac_cpp conftest.$ac_ext"
16243 case "(($ac_try" in
16244 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16245 *) ac_try_echo=$ac_try;;
16246 esac
16247 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
16248 $as_echo "$ac_try_echo") >&5
16249 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
16250 ac_status=$?
16251 grep -v '^ *+' conftest.er1 >conftest.err
16252 rm -f conftest.er1
16253 cat conftest.err >&5
16254 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
16255 (exit $ac_status); } >/dev/null && {
16256 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
16257 test ! -s conftest.err
16258 }; then
16259 ac_header_preproc=yes
16260 else
16261 $as_echo "$as_me: failed program was:" >&5
16262 sed 's/^/| /' conftest.$ac_ext >&5
16264 ac_header_preproc=no
16267 rm -f conftest.err conftest.$ac_ext
16268 { $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
16269 $as_echo "$ac_header_preproc" >&6; }
16271 # So? What about this header?
16272 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
16273 yes:no: )
16274 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
16275 $as_echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
16276 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
16277 $as_echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
16278 ac_header_preproc=yes
16280 no:yes:* )
16281 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
16282 $as_echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
16283 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
16284 $as_echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
16285 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
16286 $as_echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
16287 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
16288 $as_echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
16289 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
16290 $as_echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
16291 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
16292 $as_echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
16293 ( cat <<\_ASBOX
16294 ## ------------------------------------ ##
16295 ## Report this to wine-devel@winehq.org ##
16296 ## ------------------------------------ ##
16297 _ASBOX
16298 ) | sed "s/^/$as_me: WARNING: /" >&2
16300 esac
16301 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
16302 $as_echo_n "checking for $ac_header... " >&6; }
16303 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
16304 $as_echo_n "(cached) " >&6
16305 else
16306 eval "$as_ac_Header=\$ac_header_preproc"
16308 ac_res=`eval 'as_val=${'$as_ac_Header'}
16309 $as_echo "$as_val"'`
16310 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
16311 $as_echo "$ac_res" >&6; }
16314 as_val=`eval 'as_val=${'$as_ac_Header'}
16315 $as_echo "$as_val"'`
16316 if test "x$as_val" = x""yes; then
16317 cat >>confdefs.h <<_ACEOF
16318 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
16319 _ACEOF
16323 done
16325 CPPFLAGS="$ac_save_CPPFLAGS"
16326 if test "$ac_cv_header_fontconfig_fontconfig_h" = "yes"
16327 then
16328 FONTCONFIGINCL="$X_CFLAGS"
16330 { $as_echo "$as_me:$LINENO: checking for -lfontconfig" >&5
16331 $as_echo_n "checking for -lfontconfig... " >&6; }
16332 if test "${ac_cv_lib_soname_fontconfig+set}" = set; then
16333 $as_echo_n "(cached) " >&6
16334 else
16335 ac_check_soname_save_LIBS=$LIBS
16336 LIBS="-lfontconfig $X_LIBS $LIBS"
16337 cat >conftest.$ac_ext <<_ACEOF
16338 /* confdefs.h. */
16339 _ACEOF
16340 cat confdefs.h >>conftest.$ac_ext
16341 cat >>conftest.$ac_ext <<_ACEOF
16342 /* end confdefs.h. */
16344 /* Override any GCC internal prototype to avoid an error.
16345 Use char because int might match the return type of a GCC
16346 builtin and then its argument prototype would still apply. */
16347 #ifdef __cplusplus
16348 extern "C"
16349 #endif
16350 char FcInit ();
16352 main ()
16354 return FcInit ();
16356 return 0;
16358 _ACEOF
16359 rm -f conftest.$ac_objext conftest$ac_exeext
16360 if { (ac_try="$ac_link"
16361 case "(($ac_try" in
16362 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16363 *) ac_try_echo=$ac_try;;
16364 esac
16365 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
16366 $as_echo "$ac_try_echo") >&5
16367 (eval "$ac_link") 2>conftest.er1
16368 ac_status=$?
16369 grep -v '^ *+' conftest.er1 >conftest.err
16370 rm -f conftest.er1
16371 cat conftest.err >&5
16372 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
16373 (exit $ac_status); } && {
16374 test -z "$ac_c_werror_flag" ||
16375 test ! -s conftest.err
16376 } && test -s conftest$ac_exeext && {
16377 test "$cross_compiling" = yes ||
16378 $as_test_x conftest$ac_exeext
16379 }; then
16380 case "$LIBEXT" in
16381 dll) ;;
16382 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'` ;;
16383 *) ac_cv_lib_soname_fontconfig=`$ac_cv_path_LDD conftest$ac_exeext | grep "libfontconfig\\.$LIBEXT" | sed -e "s/^.*\(libfontconfig\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
16384 esac
16385 else
16386 $as_echo "$as_me: failed program was:" >&5
16387 sed 's/^/| /' conftest.$ac_ext >&5
16392 rm -rf conftest.dSYM
16393 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16394 conftest$ac_exeext conftest.$ac_ext
16395 LIBS=$ac_check_soname_save_LIBS
16397 if test "x$ac_cv_lib_soname_fontconfig" = "x"; then
16398 { $as_echo "$as_me:$LINENO: result: not found" >&5
16399 $as_echo "not found" >&6; }
16401 else
16402 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_fontconfig" >&5
16403 $as_echo "$ac_cv_lib_soname_fontconfig" >&6; }
16405 cat >>confdefs.h <<_ACEOF
16406 #define SONAME_LIBFONTCONFIG "$ac_cv_lib_soname_fontconfig"
16407 _ACEOF
16414 if test "x$ac_cv_lib_soname_fontconfig" = "x"; then
16415 case "x$with_fontconfig" in
16416 x) wine_notices="$wine_notices|fontconfig ${notice_platform}development files not found, fontconfig won't be supported." ;;
16417 xno) ;;
16418 *) { { $as_echo "$as_me:$LINENO: error: fontconfig ${notice_platform}development files not found, fontconfig won't be supported.
16419 This is an error since --with-fontconfig was requested." >&5
16420 $as_echo "$as_me: error: fontconfig ${notice_platform}development files not found, fontconfig won't be supported.
16421 This is an error since --with-fontconfig was requested." >&2;}
16422 { (exit 1); exit 1; }; } ;;
16423 esac
16427 if test "$ac_cv_header_openssl_err_h" = "yes" -a "$ac_cv_header_openssl_ssl_h" = "yes"
16428 then
16429 { $as_echo "$as_me:$LINENO: checking for -lssl" >&5
16430 $as_echo_n "checking for -lssl... " >&6; }
16431 if test "${ac_cv_lib_soname_ssl+set}" = set; then
16432 $as_echo_n "(cached) " >&6
16433 else
16434 ac_check_soname_save_LIBS=$LIBS
16435 LIBS="-lssl $LIBS"
16436 cat >conftest.$ac_ext <<_ACEOF
16437 /* confdefs.h. */
16438 _ACEOF
16439 cat confdefs.h >>conftest.$ac_ext
16440 cat >>conftest.$ac_ext <<_ACEOF
16441 /* end confdefs.h. */
16443 /* Override any GCC internal prototype to avoid an error.
16444 Use char because int might match the return type of a GCC
16445 builtin and then its argument prototype would still apply. */
16446 #ifdef __cplusplus
16447 extern "C"
16448 #endif
16449 char SSL_library_init ();
16451 main ()
16453 return SSL_library_init ();
16455 return 0;
16457 _ACEOF
16458 rm -f conftest.$ac_objext conftest$ac_exeext
16459 if { (ac_try="$ac_link"
16460 case "(($ac_try" in
16461 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16462 *) ac_try_echo=$ac_try;;
16463 esac
16464 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
16465 $as_echo "$ac_try_echo") >&5
16466 (eval "$ac_link") 2>conftest.er1
16467 ac_status=$?
16468 grep -v '^ *+' conftest.er1 >conftest.err
16469 rm -f conftest.er1
16470 cat conftest.err >&5
16471 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
16472 (exit $ac_status); } && {
16473 test -z "$ac_c_werror_flag" ||
16474 test ! -s conftest.err
16475 } && test -s conftest$ac_exeext && {
16476 test "$cross_compiling" = yes ||
16477 $as_test_x conftest$ac_exeext
16478 }; then
16479 case "$LIBEXT" in
16480 dll) ;;
16481 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'` ;;
16482 *) ac_cv_lib_soname_ssl=`$ac_cv_path_LDD conftest$ac_exeext | grep "libssl\\.$LIBEXT" | sed -e "s/^.*\(libssl\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
16483 esac
16484 else
16485 $as_echo "$as_me: failed program was:" >&5
16486 sed 's/^/| /' conftest.$ac_ext >&5
16491 rm -rf conftest.dSYM
16492 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16493 conftest$ac_exeext conftest.$ac_ext
16494 LIBS=$ac_check_soname_save_LIBS
16496 if test "x$ac_cv_lib_soname_ssl" = "x"; then
16497 { $as_echo "$as_me:$LINENO: result: not found" >&5
16498 $as_echo "not found" >&6; }
16500 else
16501 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_ssl" >&5
16502 $as_echo "$ac_cv_lib_soname_ssl" >&6; }
16504 cat >>confdefs.h <<_ACEOF
16505 #define SONAME_LIBSSL "$ac_cv_lib_soname_ssl"
16506 _ACEOF
16511 { $as_echo "$as_me:$LINENO: checking for -lcrypto" >&5
16512 $as_echo_n "checking for -lcrypto... " >&6; }
16513 if test "${ac_cv_lib_soname_crypto+set}" = set; then
16514 $as_echo_n "(cached) " >&6
16515 else
16516 ac_check_soname_save_LIBS=$LIBS
16517 LIBS="-lcrypto $LIBS"
16518 cat >conftest.$ac_ext <<_ACEOF
16519 /* confdefs.h. */
16520 _ACEOF
16521 cat confdefs.h >>conftest.$ac_ext
16522 cat >>conftest.$ac_ext <<_ACEOF
16523 /* end confdefs.h. */
16525 /* Override any GCC internal prototype to avoid an error.
16526 Use char because int might match the return type of a GCC
16527 builtin and then its argument prototype would still apply. */
16528 #ifdef __cplusplus
16529 extern "C"
16530 #endif
16531 char BIO_new_socket ();
16533 main ()
16535 return BIO_new_socket ();
16537 return 0;
16539 _ACEOF
16540 rm -f conftest.$ac_objext conftest$ac_exeext
16541 if { (ac_try="$ac_link"
16542 case "(($ac_try" in
16543 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16544 *) ac_try_echo=$ac_try;;
16545 esac
16546 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
16547 $as_echo "$ac_try_echo") >&5
16548 (eval "$ac_link") 2>conftest.er1
16549 ac_status=$?
16550 grep -v '^ *+' conftest.er1 >conftest.err
16551 rm -f conftest.er1
16552 cat conftest.err >&5
16553 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
16554 (exit $ac_status); } && {
16555 test -z "$ac_c_werror_flag" ||
16556 test ! -s conftest.err
16557 } && test -s conftest$ac_exeext && {
16558 test "$cross_compiling" = yes ||
16559 $as_test_x conftest$ac_exeext
16560 }; then
16561 case "$LIBEXT" in
16562 dll) ;;
16563 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'` ;;
16564 *) ac_cv_lib_soname_crypto=`$ac_cv_path_LDD conftest$ac_exeext | grep "libcrypto\\.$LIBEXT" | sed -e "s/^.*\(libcrypto\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
16565 esac
16566 else
16567 $as_echo "$as_me: failed program was:" >&5
16568 sed 's/^/| /' conftest.$ac_ext >&5
16573 rm -rf conftest.dSYM
16574 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16575 conftest$ac_exeext conftest.$ac_ext
16576 LIBS=$ac_check_soname_save_LIBS
16578 if test "x$ac_cv_lib_soname_crypto" = "x"; then
16579 { $as_echo "$as_me:$LINENO: result: not found" >&5
16580 $as_echo "not found" >&6; }
16582 else
16583 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_crypto" >&5
16584 $as_echo "$ac_cv_lib_soname_crypto" >&6; }
16586 cat >>confdefs.h <<_ACEOF
16587 #define SONAME_LIBCRYPTO "$ac_cv_lib_soname_crypto"
16588 _ACEOF
16594 if test "x$ac_cv_lib_soname_ssl" = "x" -o "x$ac_cv_lib_soname_crypto" = "x"; then
16595 case "x$with_openssl" in
16596 x) wine_warnings="$wine_warnings|OpenSSL ${notice_platform}development files not found, SSL won't be supported." ;;
16597 xno) ;;
16598 *) { { $as_echo "$as_me:$LINENO: error: OpenSSL ${notice_platform}development files not found, SSL won't be supported.
16599 This is an error since --with-openssl was requested." >&5
16600 $as_echo "$as_me: error: OpenSSL ${notice_platform}development files not found, SSL won't be supported.
16601 This is an error since --with-openssl was requested." >&2;}
16602 { (exit 1); exit 1; }; } ;;
16603 esac
16607 if test "$ac_cv_header_jpeglib_h" = "yes"
16608 then
16609 { $as_echo "$as_me:$LINENO: checking for -ljpeg" >&5
16610 $as_echo_n "checking for -ljpeg... " >&6; }
16611 if test "${ac_cv_lib_soname_jpeg+set}" = set; then
16612 $as_echo_n "(cached) " >&6
16613 else
16614 ac_check_soname_save_LIBS=$LIBS
16615 LIBS="-ljpeg $LIBS"
16616 cat >conftest.$ac_ext <<_ACEOF
16617 /* confdefs.h. */
16618 _ACEOF
16619 cat confdefs.h >>conftest.$ac_ext
16620 cat >>conftest.$ac_ext <<_ACEOF
16621 /* end confdefs.h. */
16623 /* Override any GCC internal prototype to avoid an error.
16624 Use char because int might match the return type of a GCC
16625 builtin and then its argument prototype would still apply. */
16626 #ifdef __cplusplus
16627 extern "C"
16628 #endif
16629 char jpeg_start_decompress ();
16631 main ()
16633 return jpeg_start_decompress ();
16635 return 0;
16637 _ACEOF
16638 rm -f conftest.$ac_objext conftest$ac_exeext
16639 if { (ac_try="$ac_link"
16640 case "(($ac_try" in
16641 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16642 *) ac_try_echo=$ac_try;;
16643 esac
16644 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
16645 $as_echo "$ac_try_echo") >&5
16646 (eval "$ac_link") 2>conftest.er1
16647 ac_status=$?
16648 grep -v '^ *+' conftest.er1 >conftest.err
16649 rm -f conftest.er1
16650 cat conftest.err >&5
16651 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
16652 (exit $ac_status); } && {
16653 test -z "$ac_c_werror_flag" ||
16654 test ! -s conftest.err
16655 } && test -s conftest$ac_exeext && {
16656 test "$cross_compiling" = yes ||
16657 $as_test_x conftest$ac_exeext
16658 }; then
16659 case "$LIBEXT" in
16660 dll) ;;
16661 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'` ;;
16662 *) ac_cv_lib_soname_jpeg=`$ac_cv_path_LDD conftest$ac_exeext | grep "libjpeg\\.$LIBEXT" | sed -e "s/^.*\(libjpeg\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
16663 esac
16664 else
16665 $as_echo "$as_me: failed program was:" >&5
16666 sed 's/^/| /' conftest.$ac_ext >&5
16671 rm -rf conftest.dSYM
16672 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16673 conftest$ac_exeext conftest.$ac_ext
16674 LIBS=$ac_check_soname_save_LIBS
16676 if test "x$ac_cv_lib_soname_jpeg" = "x"; then
16677 { $as_echo "$as_me:$LINENO: result: not found" >&5
16678 $as_echo "not found" >&6; }
16680 else
16681 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_jpeg" >&5
16682 $as_echo "$ac_cv_lib_soname_jpeg" >&6; }
16684 cat >>confdefs.h <<_ACEOF
16685 #define SONAME_LIBJPEG "$ac_cv_lib_soname_jpeg"
16686 _ACEOF
16692 if test "x$ac_cv_lib_soname_jpeg" = "x"; then
16693 case "x$with_jpeg" in
16694 x) wine_warnings="$wine_warnings|libjpeg ${notice_platform}development files not found, JPEG won't be supported." ;;
16695 xno) ;;
16696 *) { { $as_echo "$as_me:$LINENO: error: libjpeg ${notice_platform}development files not found, JPEG won't be supported.
16697 This is an error since --with-jpeg was requested." >&5
16698 $as_echo "$as_me: error: libjpeg ${notice_platform}development files not found, JPEG won't be supported.
16699 This is an error since --with-jpeg was requested." >&2;}
16700 { (exit 1); exit 1; }; } ;;
16701 esac
16705 if test "$ac_cv_header_png_h" = "yes"
16706 then
16707 { $as_echo "$as_me:$LINENO: checking for -lpng" >&5
16708 $as_echo_n "checking for -lpng... " >&6; }
16709 if test "${ac_cv_lib_soname_png+set}" = set; then
16710 $as_echo_n "(cached) " >&6
16711 else
16712 ac_check_soname_save_LIBS=$LIBS
16713 LIBS="-lpng -lm $LIBS"
16714 cat >conftest.$ac_ext <<_ACEOF
16715 /* confdefs.h. */
16716 _ACEOF
16717 cat confdefs.h >>conftest.$ac_ext
16718 cat >>conftest.$ac_ext <<_ACEOF
16719 /* end confdefs.h. */
16721 /* Override any GCC internal prototype to avoid an error.
16722 Use char because int might match the return type of a GCC
16723 builtin and then its argument prototype would still apply. */
16724 #ifdef __cplusplus
16725 extern "C"
16726 #endif
16727 char png_create_read_struct ();
16729 main ()
16731 return png_create_read_struct ();
16733 return 0;
16735 _ACEOF
16736 rm -f conftest.$ac_objext conftest$ac_exeext
16737 if { (ac_try="$ac_link"
16738 case "(($ac_try" in
16739 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16740 *) ac_try_echo=$ac_try;;
16741 esac
16742 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
16743 $as_echo "$ac_try_echo") >&5
16744 (eval "$ac_link") 2>conftest.er1
16745 ac_status=$?
16746 grep -v '^ *+' conftest.er1 >conftest.err
16747 rm -f conftest.er1
16748 cat conftest.err >&5
16749 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
16750 (exit $ac_status); } && {
16751 test -z "$ac_c_werror_flag" ||
16752 test ! -s conftest.err
16753 } && test -s conftest$ac_exeext && {
16754 test "$cross_compiling" = yes ||
16755 $as_test_x conftest$ac_exeext
16756 }; then
16757 case "$LIBEXT" in
16758 dll) ;;
16759 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'` ;;
16760 *) 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'` ;;
16761 esac
16762 else
16763 $as_echo "$as_me: failed program was:" >&5
16764 sed 's/^/| /' conftest.$ac_ext >&5
16769 rm -rf conftest.dSYM
16770 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16771 conftest$ac_exeext conftest.$ac_ext
16772 LIBS=$ac_check_soname_save_LIBS
16774 if test "x$ac_cv_lib_soname_png" = "x"; then
16775 { $as_echo "$as_me:$LINENO: result: not found" >&5
16776 $as_echo "not found" >&6; }
16778 else
16779 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_png" >&5
16780 $as_echo "$ac_cv_lib_soname_png" >&6; }
16782 cat >>confdefs.h <<_ACEOF
16783 #define SONAME_LIBPNG "$ac_cv_lib_soname_png"
16784 _ACEOF
16790 if test "x$ac_cv_lib_soname_png" = "x"; then
16791 case "x$with_png" in
16792 x) wine_warnings="$wine_warnings|libpng ${notice_platform}development files not found, PNG won't be supported." ;;
16793 xno) ;;
16794 *) { { $as_echo "$as_me:$LINENO: error: libpng ${notice_platform}development files not found, PNG won't be supported.
16795 This is an error since --with-png was requested." >&5
16796 $as_echo "$as_me: error: libpng ${notice_platform}development files not found, PNG won't be supported.
16797 This is an error since --with-png was requested." >&2;}
16798 { (exit 1); exit 1; }; } ;;
16799 esac
16803 { $as_echo "$as_me:$LINENO: checking for -lodbc" >&5
16804 $as_echo_n "checking for -lodbc... " >&6; }
16805 if test "${ac_cv_lib_soname_odbc+set}" = set; then
16806 $as_echo_n "(cached) " >&6
16807 else
16808 ac_check_soname_save_LIBS=$LIBS
16809 LIBS="-lodbc $LIBS"
16810 cat >conftest.$ac_ext <<_ACEOF
16811 /* confdefs.h. */
16812 _ACEOF
16813 cat confdefs.h >>conftest.$ac_ext
16814 cat >>conftest.$ac_ext <<_ACEOF
16815 /* end confdefs.h. */
16817 /* Override any GCC internal prototype to avoid an error.
16818 Use char because int might match the return type of a GCC
16819 builtin and then its argument prototype would still apply. */
16820 #ifdef __cplusplus
16821 extern "C"
16822 #endif
16823 char SQLConnect ();
16825 main ()
16827 return SQLConnect ();
16829 return 0;
16831 _ACEOF
16832 rm -f conftest.$ac_objext conftest$ac_exeext
16833 if { (ac_try="$ac_link"
16834 case "(($ac_try" in
16835 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16836 *) ac_try_echo=$ac_try;;
16837 esac
16838 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
16839 $as_echo "$ac_try_echo") >&5
16840 (eval "$ac_link") 2>conftest.er1
16841 ac_status=$?
16842 grep -v '^ *+' conftest.er1 >conftest.err
16843 rm -f conftest.er1
16844 cat conftest.err >&5
16845 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
16846 (exit $ac_status); } && {
16847 test -z "$ac_c_werror_flag" ||
16848 test ! -s conftest.err
16849 } && test -s conftest$ac_exeext && {
16850 test "$cross_compiling" = yes ||
16851 $as_test_x conftest$ac_exeext
16852 }; then
16853 case "$LIBEXT" in
16854 dll) ;;
16855 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'` ;;
16856 *) ac_cv_lib_soname_odbc=`$ac_cv_path_LDD conftest$ac_exeext | grep "libodbc\\.$LIBEXT" | sed -e "s/^.*\(libodbc\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
16857 esac
16858 else
16859 $as_echo "$as_me: failed program was:" >&5
16860 sed 's/^/| /' conftest.$ac_ext >&5
16865 rm -rf conftest.dSYM
16866 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16867 conftest$ac_exeext conftest.$ac_ext
16868 LIBS=$ac_check_soname_save_LIBS
16870 if test "x$ac_cv_lib_soname_odbc" = "x"; then
16871 { $as_echo "$as_me:$LINENO: result: not found" >&5
16872 $as_echo "not found" >&6; }
16873 cat >>confdefs.h <<_ACEOF
16874 #define SONAME_LIBODBC "libodbc.$LIBEXT"
16875 _ACEOF
16877 else
16878 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_odbc" >&5
16879 $as_echo "$ac_cv_lib_soname_odbc" >&6; }
16881 cat >>confdefs.h <<_ACEOF
16882 #define SONAME_LIBODBC "$ac_cv_lib_soname_odbc"
16883 _ACEOF
16889 if test "x$ALSALIBS$AUDIOIOLIBS$COREAUDIO$NASLIBS$ESDLIBS$ac_cv_lib_soname_jack" = "x" -a \
16890 "$ac_cv_header_sys_soundcard_h" != "yes" -a \
16891 "$ac_cv_header_machine_soundcard_h" != "yes" -a \
16892 "$ac_cv_header_soundcard_h" != "yes" -a \
16893 "x$with_alsa$with_audioio$with_coreaudio$with_nas$with_esd$with_jack$with_oss" != xnonononononono
16894 then
16895 wine_warnings="$wine_warnings|No sound system was found. Windows applications will be silent."
16899 EXTRACFLAGS=""
16901 if test "x${GCC}" = "xyes"
16902 then
16903 EXTRACFLAGS="-Wall -pipe"
16905 { $as_echo "$as_me:$LINENO: checking for gcc strength-reduce bug" >&5
16906 $as_echo_n "checking for gcc strength-reduce bug... " >&6; }
16907 if test "${ac_cv_c_gcc_strength_bug+set}" = set; then
16908 $as_echo_n "(cached) " >&6
16909 else
16910 if test "$cross_compiling" = yes; then
16911 ac_cv_c_gcc_strength_bug="yes"
16912 else
16913 cat >conftest.$ac_ext <<_ACEOF
16914 /* confdefs.h. */
16915 _ACEOF
16916 cat confdefs.h >>conftest.$ac_ext
16917 cat >>conftest.$ac_ext <<_ACEOF
16918 /* end confdefs.h. */
16919 int L[4] = {0,1,2,3};
16921 main ()
16923 static int Array[3];
16924 unsigned int B = 3;
16925 int i;
16926 for(i=0; i<B; i++) Array[i] = i - 3;
16927 for(i=0; i<4 - 1; i++) L[i] = L[i + 1];
16928 L[i] = 4;
16929 exit( Array[1] != -2 || L[2] != 3)
16931 return 0;
16933 _ACEOF
16934 rm -f conftest$ac_exeext
16935 if { (ac_try="$ac_link"
16936 case "(($ac_try" in
16937 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16938 *) ac_try_echo=$ac_try;;
16939 esac
16940 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
16941 $as_echo "$ac_try_echo") >&5
16942 (eval "$ac_link") 2>&5
16943 ac_status=$?
16944 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
16945 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
16946 { (case "(($ac_try" in
16947 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16948 *) ac_try_echo=$ac_try;;
16949 esac
16950 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
16951 $as_echo "$ac_try_echo") >&5
16952 (eval "$ac_try") 2>&5
16953 ac_status=$?
16954 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
16955 (exit $ac_status); }; }; then
16956 ac_cv_c_gcc_strength_bug="no"
16957 else
16958 $as_echo "$as_me: program exited with status $ac_status" >&5
16959 $as_echo "$as_me: failed program was:" >&5
16960 sed 's/^/| /' conftest.$ac_ext >&5
16962 ( exit $ac_status )
16963 ac_cv_c_gcc_strength_bug="yes"
16965 rm -rf conftest.dSYM
16966 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
16971 { $as_echo "$as_me:$LINENO: result: $ac_cv_c_gcc_strength_bug" >&5
16972 $as_echo "$ac_cv_c_gcc_strength_bug" >&6; }
16973 if test "$ac_cv_c_gcc_strength_bug" = "yes"
16974 then
16975 EXTRACFLAGS="$EXTRACFLAGS -fno-strength-reduce"
16979 { $as_echo "$as_me:$LINENO: checking whether the compiler supports -fshort-wchar" >&5
16980 $as_echo_n "checking whether the compiler supports -fshort-wchar... " >&6; }
16981 if test "${ac_cv_cflags__fshort_wchar+set}" = set; then
16982 $as_echo_n "(cached) " >&6
16983 else
16984 ac_wine_try_cflags_saved=$CFLAGS
16985 CFLAGS="$CFLAGS -fshort-wchar"
16986 cat >conftest.$ac_ext <<_ACEOF
16987 /* confdefs.h. */
16988 _ACEOF
16989 cat confdefs.h >>conftest.$ac_ext
16990 cat >>conftest.$ac_ext <<_ACEOF
16991 /* end confdefs.h. */
16994 main ()
16998 return 0;
17000 _ACEOF
17001 rm -f conftest.$ac_objext conftest$ac_exeext
17002 if { (ac_try="$ac_link"
17003 case "(($ac_try" in
17004 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17005 *) ac_try_echo=$ac_try;;
17006 esac
17007 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
17008 $as_echo "$ac_try_echo") >&5
17009 (eval "$ac_link") 2>conftest.er1
17010 ac_status=$?
17011 grep -v '^ *+' conftest.er1 >conftest.err
17012 rm -f conftest.er1
17013 cat conftest.err >&5
17014 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
17015 (exit $ac_status); } && {
17016 test -z "$ac_c_werror_flag" ||
17017 test ! -s conftest.err
17018 } && test -s conftest$ac_exeext && {
17019 test "$cross_compiling" = yes ||
17020 $as_test_x conftest$ac_exeext
17021 }; then
17022 ac_cv_cflags__fshort_wchar=yes
17023 else
17024 $as_echo "$as_me: failed program was:" >&5
17025 sed 's/^/| /' conftest.$ac_ext >&5
17027 ac_cv_cflags__fshort_wchar=no
17030 rm -rf conftest.dSYM
17031 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17032 conftest$ac_exeext conftest.$ac_ext
17033 CFLAGS=$ac_wine_try_cflags_saved
17035 { $as_echo "$as_me:$LINENO: result: $ac_cv_cflags__fshort_wchar" >&5
17036 $as_echo "$ac_cv_cflags__fshort_wchar" >&6; }
17037 if test $ac_cv_cflags__fshort_wchar = yes; then
17039 cat >>confdefs.h <<\_ACEOF
17040 #define CC_FLAG_SHORT_WCHAR "-fshort-wchar"
17041 _ACEOF
17045 { $as_echo "$as_me:$LINENO: checking whether the compiler supports -fno-builtin" >&5
17046 $as_echo_n "checking whether the compiler supports -fno-builtin... " >&6; }
17047 if test "${ac_cv_cflags__fno_builtin+set}" = set; then
17048 $as_echo_n "(cached) " >&6
17049 else
17050 ac_wine_try_cflags_saved=$CFLAGS
17051 CFLAGS="$CFLAGS -fno-builtin"
17052 cat >conftest.$ac_ext <<_ACEOF
17053 /* confdefs.h. */
17054 _ACEOF
17055 cat confdefs.h >>conftest.$ac_ext
17056 cat >>conftest.$ac_ext <<_ACEOF
17057 /* end confdefs.h. */
17060 main ()
17064 return 0;
17066 _ACEOF
17067 rm -f conftest.$ac_objext conftest$ac_exeext
17068 if { (ac_try="$ac_link"
17069 case "(($ac_try" in
17070 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17071 *) ac_try_echo=$ac_try;;
17072 esac
17073 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
17074 $as_echo "$ac_try_echo") >&5
17075 (eval "$ac_link") 2>conftest.er1
17076 ac_status=$?
17077 grep -v '^ *+' conftest.er1 >conftest.err
17078 rm -f conftest.er1
17079 cat conftest.err >&5
17080 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
17081 (exit $ac_status); } && {
17082 test -z "$ac_c_werror_flag" ||
17083 test ! -s conftest.err
17084 } && test -s conftest$ac_exeext && {
17085 test "$cross_compiling" = yes ||
17086 $as_test_x conftest$ac_exeext
17087 }; then
17088 ac_cv_cflags__fno_builtin=yes
17089 else
17090 $as_echo "$as_me: failed program was:" >&5
17091 sed 's/^/| /' conftest.$ac_ext >&5
17093 ac_cv_cflags__fno_builtin=no
17096 rm -rf conftest.dSYM
17097 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17098 conftest$ac_exeext conftest.$ac_ext
17099 CFLAGS=$ac_wine_try_cflags_saved
17101 { $as_echo "$as_me:$LINENO: result: $ac_cv_cflags__fno_builtin" >&5
17102 $as_echo "$ac_cv_cflags__fno_builtin" >&6; }
17103 if test $ac_cv_cflags__fno_builtin = yes; then
17104 BUILTINFLAG="-fno-builtin"
17108 { $as_echo "$as_me:$LINENO: checking whether the compiler supports -fno-strict-aliasing" >&5
17109 $as_echo_n "checking whether the compiler supports -fno-strict-aliasing... " >&6; }
17110 if test "${ac_cv_cflags__fno_strict_aliasing+set}" = set; then
17111 $as_echo_n "(cached) " >&6
17112 else
17113 ac_wine_try_cflags_saved=$CFLAGS
17114 CFLAGS="$CFLAGS -fno-strict-aliasing"
17115 cat >conftest.$ac_ext <<_ACEOF
17116 /* confdefs.h. */
17117 _ACEOF
17118 cat confdefs.h >>conftest.$ac_ext
17119 cat >>conftest.$ac_ext <<_ACEOF
17120 /* end confdefs.h. */
17123 main ()
17127 return 0;
17129 _ACEOF
17130 rm -f conftest.$ac_objext conftest$ac_exeext
17131 if { (ac_try="$ac_link"
17132 case "(($ac_try" in
17133 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17134 *) ac_try_echo=$ac_try;;
17135 esac
17136 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
17137 $as_echo "$ac_try_echo") >&5
17138 (eval "$ac_link") 2>conftest.er1
17139 ac_status=$?
17140 grep -v '^ *+' conftest.er1 >conftest.err
17141 rm -f conftest.er1
17142 cat conftest.err >&5
17143 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
17144 (exit $ac_status); } && {
17145 test -z "$ac_c_werror_flag" ||
17146 test ! -s conftest.err
17147 } && test -s conftest$ac_exeext && {
17148 test "$cross_compiling" = yes ||
17149 $as_test_x conftest$ac_exeext
17150 }; then
17151 ac_cv_cflags__fno_strict_aliasing=yes
17152 else
17153 $as_echo "$as_me: failed program was:" >&5
17154 sed 's/^/| /' conftest.$ac_ext >&5
17156 ac_cv_cflags__fno_strict_aliasing=no
17159 rm -rf conftest.dSYM
17160 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17161 conftest$ac_exeext conftest.$ac_ext
17162 CFLAGS=$ac_wine_try_cflags_saved
17164 { $as_echo "$as_me:$LINENO: result: $ac_cv_cflags__fno_strict_aliasing" >&5
17165 $as_echo "$ac_cv_cflags__fno_strict_aliasing" >&6; }
17166 if test $ac_cv_cflags__fno_strict_aliasing = yes; then
17167 EXTRACFLAGS="$EXTRACFLAGS -fno-strict-aliasing"
17170 { $as_echo "$as_me:$LINENO: checking whether the compiler supports -Wdeclaration-after-statement" >&5
17171 $as_echo_n "checking whether the compiler supports -Wdeclaration-after-statement... " >&6; }
17172 if test "${ac_cv_cflags__Wdeclaration_after_statement+set}" = set; then
17173 $as_echo_n "(cached) " >&6
17174 else
17175 ac_wine_try_cflags_saved=$CFLAGS
17176 CFLAGS="$CFLAGS -Wdeclaration-after-statement"
17177 cat >conftest.$ac_ext <<_ACEOF
17178 /* confdefs.h. */
17179 _ACEOF
17180 cat confdefs.h >>conftest.$ac_ext
17181 cat >>conftest.$ac_ext <<_ACEOF
17182 /* end confdefs.h. */
17185 main ()
17189 return 0;
17191 _ACEOF
17192 rm -f conftest.$ac_objext conftest$ac_exeext
17193 if { (ac_try="$ac_link"
17194 case "(($ac_try" in
17195 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17196 *) ac_try_echo=$ac_try;;
17197 esac
17198 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
17199 $as_echo "$ac_try_echo") >&5
17200 (eval "$ac_link") 2>conftest.er1
17201 ac_status=$?
17202 grep -v '^ *+' conftest.er1 >conftest.err
17203 rm -f conftest.er1
17204 cat conftest.err >&5
17205 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
17206 (exit $ac_status); } && {
17207 test -z "$ac_c_werror_flag" ||
17208 test ! -s conftest.err
17209 } && test -s conftest$ac_exeext && {
17210 test "$cross_compiling" = yes ||
17211 $as_test_x conftest$ac_exeext
17212 }; then
17213 ac_cv_cflags__Wdeclaration_after_statement=yes
17214 else
17215 $as_echo "$as_me: failed program was:" >&5
17216 sed 's/^/| /' conftest.$ac_ext >&5
17218 ac_cv_cflags__Wdeclaration_after_statement=no
17221 rm -rf conftest.dSYM
17222 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17223 conftest$ac_exeext conftest.$ac_ext
17224 CFLAGS=$ac_wine_try_cflags_saved
17226 { $as_echo "$as_me:$LINENO: result: $ac_cv_cflags__Wdeclaration_after_statement" >&5
17227 $as_echo "$ac_cv_cflags__Wdeclaration_after_statement" >&6; }
17228 if test $ac_cv_cflags__Wdeclaration_after_statement = yes; then
17229 EXTRACFLAGS="$EXTRACFLAGS -Wdeclaration-after-statement"
17232 { $as_echo "$as_me:$LINENO: checking whether the compiler supports -Wwrite-strings" >&5
17233 $as_echo_n "checking whether the compiler supports -Wwrite-strings... " >&6; }
17234 if test "${ac_cv_cflags__Wwrite_strings+set}" = set; then
17235 $as_echo_n "(cached) " >&6
17236 else
17237 ac_wine_try_cflags_saved=$CFLAGS
17238 CFLAGS="$CFLAGS -Wwrite-strings"
17239 cat >conftest.$ac_ext <<_ACEOF
17240 /* confdefs.h. */
17241 _ACEOF
17242 cat confdefs.h >>conftest.$ac_ext
17243 cat >>conftest.$ac_ext <<_ACEOF
17244 /* end confdefs.h. */
17247 main ()
17251 return 0;
17253 _ACEOF
17254 rm -f conftest.$ac_objext conftest$ac_exeext
17255 if { (ac_try="$ac_link"
17256 case "(($ac_try" in
17257 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17258 *) ac_try_echo=$ac_try;;
17259 esac
17260 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
17261 $as_echo "$ac_try_echo") >&5
17262 (eval "$ac_link") 2>conftest.er1
17263 ac_status=$?
17264 grep -v '^ *+' conftest.er1 >conftest.err
17265 rm -f conftest.er1
17266 cat conftest.err >&5
17267 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
17268 (exit $ac_status); } && {
17269 test -z "$ac_c_werror_flag" ||
17270 test ! -s conftest.err
17271 } && test -s conftest$ac_exeext && {
17272 test "$cross_compiling" = yes ||
17273 $as_test_x conftest$ac_exeext
17274 }; then
17275 ac_cv_cflags__Wwrite_strings=yes
17276 else
17277 $as_echo "$as_me: failed program was:" >&5
17278 sed 's/^/| /' conftest.$ac_ext >&5
17280 ac_cv_cflags__Wwrite_strings=no
17283 rm -rf conftest.dSYM
17284 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17285 conftest$ac_exeext conftest.$ac_ext
17286 CFLAGS=$ac_wine_try_cflags_saved
17288 { $as_echo "$as_me:$LINENO: result: $ac_cv_cflags__Wwrite_strings" >&5
17289 $as_echo "$ac_cv_cflags__Wwrite_strings" >&6; }
17290 if test $ac_cv_cflags__Wwrite_strings = yes; then
17291 EXTRACFLAGS="$EXTRACFLAGS -Wwrite-strings"
17294 { $as_echo "$as_me:$LINENO: checking whether the compiler supports -Wtype-limits" >&5
17295 $as_echo_n "checking whether the compiler supports -Wtype-limits... " >&6; }
17296 if test "${ac_cv_cflags__Wtype_limits+set}" = set; then
17297 $as_echo_n "(cached) " >&6
17298 else
17299 ac_wine_try_cflags_saved=$CFLAGS
17300 CFLAGS="$CFLAGS -Wtype-limits"
17301 cat >conftest.$ac_ext <<_ACEOF
17302 /* confdefs.h. */
17303 _ACEOF
17304 cat confdefs.h >>conftest.$ac_ext
17305 cat >>conftest.$ac_ext <<_ACEOF
17306 /* end confdefs.h. */
17309 main ()
17313 return 0;
17315 _ACEOF
17316 rm -f conftest.$ac_objext conftest$ac_exeext
17317 if { (ac_try="$ac_link"
17318 case "(($ac_try" in
17319 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17320 *) ac_try_echo=$ac_try;;
17321 esac
17322 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
17323 $as_echo "$ac_try_echo") >&5
17324 (eval "$ac_link") 2>conftest.er1
17325 ac_status=$?
17326 grep -v '^ *+' conftest.er1 >conftest.err
17327 rm -f conftest.er1
17328 cat conftest.err >&5
17329 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
17330 (exit $ac_status); } && {
17331 test -z "$ac_c_werror_flag" ||
17332 test ! -s conftest.err
17333 } && test -s conftest$ac_exeext && {
17334 test "$cross_compiling" = yes ||
17335 $as_test_x conftest$ac_exeext
17336 }; then
17337 ac_cv_cflags__Wtype_limits=yes
17338 else
17339 $as_echo "$as_me: failed program was:" >&5
17340 sed 's/^/| /' conftest.$ac_ext >&5
17342 ac_cv_cflags__Wtype_limits=no
17345 rm -rf conftest.dSYM
17346 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17347 conftest$ac_exeext conftest.$ac_ext
17348 CFLAGS=$ac_wine_try_cflags_saved
17350 { $as_echo "$as_me:$LINENO: result: $ac_cv_cflags__Wtype_limits" >&5
17351 $as_echo "$ac_cv_cflags__Wtype_limits" >&6; }
17352 if test $ac_cv_cflags__Wtype_limits = yes; then
17353 EXTRACFLAGS="$EXTRACFLAGS -Wtype-limits"
17357 saved_CFLAGS="$CFLAGS"
17358 CFLAGS="$CFLAGS -Wpointer-arith -Werror"
17359 { $as_echo "$as_me:$LINENO: checking for broken string.h that generates warnings" >&5
17360 $as_echo_n "checking for broken string.h that generates warnings... " >&6; }
17361 if test "${ac_cv_c_string_h_warnings+set}" = set; then
17362 $as_echo_n "(cached) " >&6
17363 else
17364 cat >conftest.$ac_ext <<_ACEOF
17365 /* confdefs.h. */
17366 _ACEOF
17367 cat confdefs.h >>conftest.$ac_ext
17368 cat >>conftest.$ac_ext <<_ACEOF
17369 /* end confdefs.h. */
17370 #include <string.h>
17372 main ()
17376 return 0;
17378 _ACEOF
17379 rm -f conftest.$ac_objext
17380 if { (ac_try="$ac_compile"
17381 case "(($ac_try" in
17382 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17383 *) ac_try_echo=$ac_try;;
17384 esac
17385 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
17386 $as_echo "$ac_try_echo") >&5
17387 (eval "$ac_compile") 2>conftest.er1
17388 ac_status=$?
17389 grep -v '^ *+' conftest.er1 >conftest.err
17390 rm -f conftest.er1
17391 cat conftest.err >&5
17392 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
17393 (exit $ac_status); } && {
17394 test -z "$ac_c_werror_flag" ||
17395 test ! -s conftest.err
17396 } && test -s conftest.$ac_objext; then
17397 ac_cv_c_string_h_warnings=no
17398 else
17399 $as_echo "$as_me: failed program was:" >&5
17400 sed 's/^/| /' conftest.$ac_ext >&5
17402 ac_cv_c_string_h_warnings=yes
17405 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
17407 { $as_echo "$as_me:$LINENO: result: $ac_cv_c_string_h_warnings" >&5
17408 $as_echo "$ac_cv_c_string_h_warnings" >&6; }
17409 CFLAGS="$saved_CFLAGS"
17410 if test "$ac_cv_c_string_h_warnings" = "no"
17411 then
17412 EXTRACFLAGS="$EXTRACFLAGS -Wpointer-arith"
17417 { $as_echo "$as_me:$LINENO: checking how to define a function in assembly code" >&5
17418 $as_echo_n "checking how to define a function in assembly code... " >&6; }
17419 if test "${ac_cv_asm_func_def+set}" = set; then
17420 $as_echo_n "(cached) " >&6
17421 else
17422 cat >conftest.$ac_ext <<_ACEOF
17423 /* confdefs.h. */
17424 _ACEOF
17425 cat confdefs.h >>conftest.$ac_ext
17426 cat >>conftest.$ac_ext <<_ACEOF
17427 /* end confdefs.h. */
17430 main ()
17432 asm("\t.globl _ac_test\n\t.def _ac_test; .scl 2; .type 32; .endef\n_ac_test:\t.long 0");
17434 return 0;
17436 _ACEOF
17437 rm -f conftest.$ac_objext conftest$ac_exeext
17438 if { (ac_try="$ac_link"
17439 case "(($ac_try" in
17440 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17441 *) ac_try_echo=$ac_try;;
17442 esac
17443 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
17444 $as_echo "$ac_try_echo") >&5
17445 (eval "$ac_link") 2>conftest.er1
17446 ac_status=$?
17447 grep -v '^ *+' conftest.er1 >conftest.err
17448 rm -f conftest.er1
17449 cat conftest.err >&5
17450 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
17451 (exit $ac_status); } && {
17452 test -z "$ac_c_werror_flag" ||
17453 test ! -s conftest.err
17454 } && test -s conftest$ac_exeext && {
17455 test "$cross_compiling" = yes ||
17456 $as_test_x conftest$ac_exeext
17457 }; then
17458 ac_cv_asm_func_def=".def"
17459 else
17460 $as_echo "$as_me: failed program was:" >&5
17461 sed 's/^/| /' conftest.$ac_ext >&5
17463 cat >conftest.$ac_ext <<_ACEOF
17464 /* confdefs.h. */
17465 _ACEOF
17466 cat confdefs.h >>conftest.$ac_ext
17467 cat >>conftest.$ac_ext <<_ACEOF
17468 /* end confdefs.h. */
17471 main ()
17473 asm("\t.globl _ac_test\n\t.type _ac_test,@function\n_ac_test:\t.long 0");
17475 return 0;
17477 _ACEOF
17478 rm -f conftest.$ac_objext conftest$ac_exeext
17479 if { (ac_try="$ac_link"
17480 case "(($ac_try" in
17481 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17482 *) ac_try_echo=$ac_try;;
17483 esac
17484 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
17485 $as_echo "$ac_try_echo") >&5
17486 (eval "$ac_link") 2>conftest.er1
17487 ac_status=$?
17488 grep -v '^ *+' conftest.er1 >conftest.err
17489 rm -f conftest.er1
17490 cat conftest.err >&5
17491 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
17492 (exit $ac_status); } && {
17493 test -z "$ac_c_werror_flag" ||
17494 test ! -s conftest.err
17495 } && test -s conftest$ac_exeext && {
17496 test "$cross_compiling" = yes ||
17497 $as_test_x conftest$ac_exeext
17498 }; then
17499 ac_cv_asm_func_def=".type @function"
17500 else
17501 $as_echo "$as_me: failed program was:" >&5
17502 sed 's/^/| /' conftest.$ac_ext >&5
17504 cat >conftest.$ac_ext <<_ACEOF
17505 /* confdefs.h. */
17506 _ACEOF
17507 cat confdefs.h >>conftest.$ac_ext
17508 cat >>conftest.$ac_ext <<_ACEOF
17509 /* end confdefs.h. */
17512 main ()
17514 asm("\t.globl _ac_test\n\t.type _ac_test,2\n_ac_test:\t.long 0");
17516 return 0;
17518 _ACEOF
17519 rm -f conftest.$ac_objext conftest$ac_exeext
17520 if { (ac_try="$ac_link"
17521 case "(($ac_try" in
17522 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17523 *) ac_try_echo=$ac_try;;
17524 esac
17525 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
17526 $as_echo "$ac_try_echo") >&5
17527 (eval "$ac_link") 2>conftest.er1
17528 ac_status=$?
17529 grep -v '^ *+' conftest.er1 >conftest.err
17530 rm -f conftest.er1
17531 cat conftest.err >&5
17532 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
17533 (exit $ac_status); } && {
17534 test -z "$ac_c_werror_flag" ||
17535 test ! -s conftest.err
17536 } && test -s conftest$ac_exeext && {
17537 test "$cross_compiling" = yes ||
17538 $as_test_x conftest$ac_exeext
17539 }; then
17540 ac_cv_asm_func_def=".type 2"
17541 else
17542 $as_echo "$as_me: failed program was:" >&5
17543 sed 's/^/| /' conftest.$ac_ext >&5
17545 ac_cv_asm_func_def="unknown"
17548 rm -rf conftest.dSYM
17549 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17550 conftest$ac_exeext conftest.$ac_ext
17553 rm -rf conftest.dSYM
17554 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17555 conftest$ac_exeext conftest.$ac_ext
17558 rm -rf conftest.dSYM
17559 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17560 conftest$ac_exeext conftest.$ac_ext
17562 { $as_echo "$as_me:$LINENO: result: $ac_cv_asm_func_def" >&5
17563 $as_echo "$ac_cv_asm_func_def" >&6; }
17567 case "$ac_cv_asm_func_def" in
17568 ".def")
17569 cat >>confdefs.h <<\_ACEOF
17570 #define __ASM_FUNC(name) ".def " __ASM_NAME(name) "; .scl 2; .type 32; .endef"
17571 _ACEOF
17573 ".type @function")
17574 cat >>confdefs.h <<\_ACEOF
17575 #define __ASM_FUNC(name) ".type " __ASM_NAME(name) ",@function"
17576 _ACEOF
17578 ".type 2")
17579 cat >>confdefs.h <<\_ACEOF
17580 #define __ASM_FUNC(name) ".type " __ASM_NAME(name) ",2"
17581 _ACEOF
17584 cat >>confdefs.h <<\_ACEOF
17585 #define __ASM_FUNC(name) ""
17586 _ACEOF
17588 esac
17591 { $as_echo "$as_me:$LINENO: checking whether external symbols need an underscore prefix" >&5
17592 $as_echo_n "checking whether external symbols need an underscore prefix... " >&6; }
17593 if test "${ac_cv_c_extern_prefix+set}" = set; then
17594 $as_echo_n "(cached) " >&6
17595 else
17596 cat >conftest.$ac_ext <<_ACEOF
17597 /* confdefs.h. */
17598 _ACEOF
17599 cat confdefs.h >>conftest.$ac_ext
17600 cat >>conftest.$ac_ext <<_ACEOF
17601 /* end confdefs.h. */
17602 extern int ac_test;
17604 main ()
17606 asm(".globl _ac_test\n_ac_test:\t.long 0"); if (ac_test) return 1
17608 return 0;
17610 _ACEOF
17611 rm -f conftest.$ac_objext conftest$ac_exeext
17612 if { (ac_try="$ac_link"
17613 case "(($ac_try" in
17614 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17615 *) ac_try_echo=$ac_try;;
17616 esac
17617 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
17618 $as_echo "$ac_try_echo") >&5
17619 (eval "$ac_link") 2>conftest.er1
17620 ac_status=$?
17621 grep -v '^ *+' conftest.er1 >conftest.err
17622 rm -f conftest.er1
17623 cat conftest.err >&5
17624 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
17625 (exit $ac_status); } && {
17626 test -z "$ac_c_werror_flag" ||
17627 test ! -s conftest.err
17628 } && test -s conftest$ac_exeext && {
17629 test "$cross_compiling" = yes ||
17630 $as_test_x conftest$ac_exeext
17631 }; then
17632 ac_cv_c_extern_prefix="yes"
17633 else
17634 $as_echo "$as_me: failed program was:" >&5
17635 sed 's/^/| /' conftest.$ac_ext >&5
17637 ac_cv_c_extern_prefix="no"
17640 rm -rf conftest.dSYM
17641 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17642 conftest$ac_exeext conftest.$ac_ext
17644 { $as_echo "$as_me:$LINENO: result: $ac_cv_c_extern_prefix" >&5
17645 $as_echo "$ac_cv_c_extern_prefix" >&6; }
17649 if test "$ac_cv_c_extern_prefix" = "yes"
17650 then
17651 cat >>confdefs.h <<\_ACEOF
17652 #define __ASM_NAME(name) "_" name
17653 _ACEOF
17655 else
17656 cat >>confdefs.h <<\_ACEOF
17657 #define __ASM_NAME(name) name
17658 _ACEOF
17663 LDPATH=""
17665 case $build_os in
17666 cygwin*|mingw32*)
17667 LDPATH="PATH=\"\$(TOOLSDIR)/libs/wine:\$\$PATH\""
17669 darwin*|macosx*)
17671 linux*|solaris*) if test -z "$LDRPATH_LOCAL"
17672 then
17673 LDPATH="LD_LIBRARY_PATH=\"\$(TOOLSDIR)/libs/wine:\$\$LD_LIBRARY_PATH\""
17677 LDPATH="LD_LIBRARY_PATH=\"\$(TOOLSDIR)/libs/wine:\$\$LD_LIBRARY_PATH\""
17679 esac
17681 case $host_os in
17682 mingw32*)
17683 CRTLIBS="-lmsvcrt"
17685 SOCKETLIBS="-L\$(TOPOBJDIR)/dlls/ws2_32 -lws2_32"
17688 esac
17690 MAIN_BINARY="wine-pthread"
17691 case $host_cpu in
17692 *i[3456789]86*)
17693 case $host_os in
17694 linux* | k*bsd*-gnu)
17695 MAIN_BINARY="wine-glibc"
17697 EXTRA_BINARIES="wine-kthread wine-pthread wine-preloader"
17699 freebsd*)
17700 MAIN_BINARY="wine-freebsd"
17702 EXTRA_BINARIES="wine-pthread"
17704 esac
17706 esac
17782 for ac_func in \
17783 _pclose \
17784 _popen \
17785 _snprintf \
17786 _spawnvp \
17787 _strdup \
17788 _stricmp \
17789 _strnicmp \
17790 _strtoi64 \
17791 _strtoui64 \
17792 _vsnprintf \
17793 asctime_r \
17794 chsize \
17795 clone \
17796 dlopen \
17797 epoll_create \
17798 ffs \
17799 finite \
17800 fork \
17801 fpclass \
17802 fstatfs \
17803 fstatvfs \
17804 ftruncate \
17805 futimes \
17806 futimesat \
17807 getdirentries \
17808 getopt_long \
17809 getpagesize \
17810 getpwuid \
17811 gettid \
17812 gettimeofday \
17813 getuid \
17814 inet_ntop \
17815 inet_pton \
17816 kqueue \
17817 lstat \
17818 memmove \
17819 mmap \
17820 pclose \
17821 poll \
17822 popen \
17823 prctl \
17824 pread \
17825 pwrite \
17826 readdir \
17827 readlink \
17828 rfork \
17829 sched_yield \
17830 select \
17831 setproctitle \
17832 setrlimit \
17833 settimeofday \
17834 sigaltstack \
17835 sigprocmask \
17836 snprintf \
17837 socketpair \
17838 spawnvp \
17839 statfs \
17840 statvfs \
17841 strcasecmp \
17842 strdup \
17843 strerror \
17844 strncasecmp \
17845 strtold \
17846 strtoll \
17847 strtoull \
17848 symlink \
17849 tcgetattr \
17850 thr_kill2 \
17851 timegm \
17852 usleep \
17853 vsnprintf \
17854 wait4 \
17855 waitpid \
17858 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
17859 { $as_echo "$as_me:$LINENO: checking for $ac_func" >&5
17860 $as_echo_n "checking for $ac_func... " >&6; }
17861 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
17862 $as_echo_n "(cached) " >&6
17863 else
17864 cat >conftest.$ac_ext <<_ACEOF
17865 /* confdefs.h. */
17866 _ACEOF
17867 cat confdefs.h >>conftest.$ac_ext
17868 cat >>conftest.$ac_ext <<_ACEOF
17869 /* end confdefs.h. */
17870 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
17871 For example, HP-UX 11i <limits.h> declares gettimeofday. */
17872 #define $ac_func innocuous_$ac_func
17874 /* System header to define __stub macros and hopefully few prototypes,
17875 which can conflict with char $ac_func (); below.
17876 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
17877 <limits.h> exists even on freestanding compilers. */
17879 #ifdef __STDC__
17880 # include <limits.h>
17881 #else
17882 # include <assert.h>
17883 #endif
17885 #undef $ac_func
17887 /* Override any GCC internal prototype to avoid an error.
17888 Use char because int might match the return type of a GCC
17889 builtin and then its argument prototype would still apply. */
17890 #ifdef __cplusplus
17891 extern "C"
17892 #endif
17893 char $ac_func ();
17894 /* The GNU C library defines this for functions which it implements
17895 to always fail with ENOSYS. Some functions are actually named
17896 something starting with __ and the normal name is an alias. */
17897 #if defined __stub_$ac_func || defined __stub___$ac_func
17898 choke me
17899 #endif
17902 main ()
17904 return $ac_func ();
17906 return 0;
17908 _ACEOF
17909 rm -f conftest.$ac_objext conftest$ac_exeext
17910 if { (ac_try="$ac_link"
17911 case "(($ac_try" in
17912 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17913 *) ac_try_echo=$ac_try;;
17914 esac
17915 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
17916 $as_echo "$ac_try_echo") >&5
17917 (eval "$ac_link") 2>conftest.er1
17918 ac_status=$?
17919 grep -v '^ *+' conftest.er1 >conftest.err
17920 rm -f conftest.er1
17921 cat conftest.err >&5
17922 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
17923 (exit $ac_status); } && {
17924 test -z "$ac_c_werror_flag" ||
17925 test ! -s conftest.err
17926 } && test -s conftest$ac_exeext && {
17927 test "$cross_compiling" = yes ||
17928 $as_test_x conftest$ac_exeext
17929 }; then
17930 eval "$as_ac_var=yes"
17931 else
17932 $as_echo "$as_me: failed program was:" >&5
17933 sed 's/^/| /' conftest.$ac_ext >&5
17935 eval "$as_ac_var=no"
17938 rm -rf conftest.dSYM
17939 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17940 conftest$ac_exeext conftest.$ac_ext
17942 ac_res=`eval 'as_val=${'$as_ac_var'}
17943 $as_echo "$as_val"'`
17944 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
17945 $as_echo "$ac_res" >&6; }
17946 as_val=`eval 'as_val=${'$as_ac_var'}
17947 $as_echo "$as_val"'`
17948 if test "x$as_val" = x""yes; then
17949 cat >>confdefs.h <<_ACEOF
17950 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
17951 _ACEOF
17954 done
17957 if test "$ac_cv_func_dlopen" = no
17958 then
17959 { $as_echo "$as_me:$LINENO: checking for dlopen in -ldl" >&5
17960 $as_echo_n "checking for dlopen in -ldl... " >&6; }
17961 if test "${ac_cv_lib_dl_dlopen+set}" = set; then
17962 $as_echo_n "(cached) " >&6
17963 else
17964 ac_check_lib_save_LIBS=$LIBS
17965 LIBS="-ldl $LIBS"
17966 cat >conftest.$ac_ext <<_ACEOF
17967 /* confdefs.h. */
17968 _ACEOF
17969 cat confdefs.h >>conftest.$ac_ext
17970 cat >>conftest.$ac_ext <<_ACEOF
17971 /* end confdefs.h. */
17973 /* Override any GCC internal prototype to avoid an error.
17974 Use char because int might match the return type of a GCC
17975 builtin and then its argument prototype would still apply. */
17976 #ifdef __cplusplus
17977 extern "C"
17978 #endif
17979 char dlopen ();
17981 main ()
17983 return dlopen ();
17985 return 0;
17987 _ACEOF
17988 rm -f conftest.$ac_objext conftest$ac_exeext
17989 if { (ac_try="$ac_link"
17990 case "(($ac_try" in
17991 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17992 *) ac_try_echo=$ac_try;;
17993 esac
17994 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
17995 $as_echo "$ac_try_echo") >&5
17996 (eval "$ac_link") 2>conftest.er1
17997 ac_status=$?
17998 grep -v '^ *+' conftest.er1 >conftest.err
17999 rm -f conftest.er1
18000 cat conftest.err >&5
18001 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
18002 (exit $ac_status); } && {
18003 test -z "$ac_c_werror_flag" ||
18004 test ! -s conftest.err
18005 } && test -s conftest$ac_exeext && {
18006 test "$cross_compiling" = yes ||
18007 $as_test_x conftest$ac_exeext
18008 }; then
18009 ac_cv_lib_dl_dlopen=yes
18010 else
18011 $as_echo "$as_me: failed program was:" >&5
18012 sed 's/^/| /' conftest.$ac_ext >&5
18014 ac_cv_lib_dl_dlopen=no
18017 rm -rf conftest.dSYM
18018 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
18019 conftest$ac_exeext conftest.$ac_ext
18020 LIBS=$ac_check_lib_save_LIBS
18022 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_dl_dlopen" >&5
18023 $as_echo "$ac_cv_lib_dl_dlopen" >&6; }
18024 if test "x$ac_cv_lib_dl_dlopen" = x""yes; then
18025 cat >>confdefs.h <<\_ACEOF
18026 #define HAVE_DLOPEN 1
18027 _ACEOF
18028 LIBDL="-ldl"
18033 ac_wine_check_funcs_save_LIBS="$LIBS"
18034 LIBS="$LIBS $LIBDL"
18036 for ac_func in dladdr
18038 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
18039 { $as_echo "$as_me:$LINENO: checking for $ac_func" >&5
18040 $as_echo_n "checking for $ac_func... " >&6; }
18041 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
18042 $as_echo_n "(cached) " >&6
18043 else
18044 cat >conftest.$ac_ext <<_ACEOF
18045 /* confdefs.h. */
18046 _ACEOF
18047 cat confdefs.h >>conftest.$ac_ext
18048 cat >>conftest.$ac_ext <<_ACEOF
18049 /* end confdefs.h. */
18050 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
18051 For example, HP-UX 11i <limits.h> declares gettimeofday. */
18052 #define $ac_func innocuous_$ac_func
18054 /* System header to define __stub macros and hopefully few prototypes,
18055 which can conflict with char $ac_func (); below.
18056 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
18057 <limits.h> exists even on freestanding compilers. */
18059 #ifdef __STDC__
18060 # include <limits.h>
18061 #else
18062 # include <assert.h>
18063 #endif
18065 #undef $ac_func
18067 /* Override any GCC internal prototype to avoid an error.
18068 Use char because int might match the return type of a GCC
18069 builtin and then its argument prototype would still apply. */
18070 #ifdef __cplusplus
18071 extern "C"
18072 #endif
18073 char $ac_func ();
18074 /* The GNU C library defines this for functions which it implements
18075 to always fail with ENOSYS. Some functions are actually named
18076 something starting with __ and the normal name is an alias. */
18077 #if defined __stub_$ac_func || defined __stub___$ac_func
18078 choke me
18079 #endif
18082 main ()
18084 return $ac_func ();
18086 return 0;
18088 _ACEOF
18089 rm -f conftest.$ac_objext conftest$ac_exeext
18090 if { (ac_try="$ac_link"
18091 case "(($ac_try" in
18092 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18093 *) ac_try_echo=$ac_try;;
18094 esac
18095 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
18096 $as_echo "$ac_try_echo") >&5
18097 (eval "$ac_link") 2>conftest.er1
18098 ac_status=$?
18099 grep -v '^ *+' conftest.er1 >conftest.err
18100 rm -f conftest.er1
18101 cat conftest.err >&5
18102 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
18103 (exit $ac_status); } && {
18104 test -z "$ac_c_werror_flag" ||
18105 test ! -s conftest.err
18106 } && test -s conftest$ac_exeext && {
18107 test "$cross_compiling" = yes ||
18108 $as_test_x conftest$ac_exeext
18109 }; then
18110 eval "$as_ac_var=yes"
18111 else
18112 $as_echo "$as_me: failed program was:" >&5
18113 sed 's/^/| /' conftest.$ac_ext >&5
18115 eval "$as_ac_var=no"
18118 rm -rf conftest.dSYM
18119 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
18120 conftest$ac_exeext conftest.$ac_ext
18122 ac_res=`eval 'as_val=${'$as_ac_var'}
18123 $as_echo "$as_val"'`
18124 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
18125 $as_echo "$ac_res" >&6; }
18126 as_val=`eval 'as_val=${'$as_ac_var'}
18127 $as_echo "$as_val"'`
18128 if test "x$as_val" = x""yes; then
18129 cat >>confdefs.h <<_ACEOF
18130 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
18131 _ACEOF
18134 done
18136 LIBS="$ac_wine_check_funcs_save_LIBS"
18138 if test "$ac_cv_func_poll" = no
18139 then
18140 { $as_echo "$as_me:$LINENO: checking for poll in -lpoll" >&5
18141 $as_echo_n "checking for poll in -lpoll... " >&6; }
18142 if test "${ac_cv_lib_poll_poll+set}" = set; then
18143 $as_echo_n "(cached) " >&6
18144 else
18145 ac_check_lib_save_LIBS=$LIBS
18146 LIBS="-lpoll $LIBS"
18147 cat >conftest.$ac_ext <<_ACEOF
18148 /* confdefs.h. */
18149 _ACEOF
18150 cat confdefs.h >>conftest.$ac_ext
18151 cat >>conftest.$ac_ext <<_ACEOF
18152 /* end confdefs.h. */
18154 /* Override any GCC internal prototype to avoid an error.
18155 Use char because int might match the return type of a GCC
18156 builtin and then its argument prototype would still apply. */
18157 #ifdef __cplusplus
18158 extern "C"
18159 #endif
18160 char poll ();
18162 main ()
18164 return poll ();
18166 return 0;
18168 _ACEOF
18169 rm -f conftest.$ac_objext conftest$ac_exeext
18170 if { (ac_try="$ac_link"
18171 case "(($ac_try" in
18172 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18173 *) ac_try_echo=$ac_try;;
18174 esac
18175 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
18176 $as_echo "$ac_try_echo") >&5
18177 (eval "$ac_link") 2>conftest.er1
18178 ac_status=$?
18179 grep -v '^ *+' conftest.er1 >conftest.err
18180 rm -f conftest.er1
18181 cat conftest.err >&5
18182 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
18183 (exit $ac_status); } && {
18184 test -z "$ac_c_werror_flag" ||
18185 test ! -s conftest.err
18186 } && test -s conftest$ac_exeext && {
18187 test "$cross_compiling" = yes ||
18188 $as_test_x conftest$ac_exeext
18189 }; then
18190 ac_cv_lib_poll_poll=yes
18191 else
18192 $as_echo "$as_me: failed program was:" >&5
18193 sed 's/^/| /' conftest.$ac_ext >&5
18195 ac_cv_lib_poll_poll=no
18198 rm -rf conftest.dSYM
18199 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
18200 conftest$ac_exeext conftest.$ac_ext
18201 LIBS=$ac_check_lib_save_LIBS
18203 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_poll_poll" >&5
18204 $as_echo "$ac_cv_lib_poll_poll" >&6; }
18205 if test "x$ac_cv_lib_poll_poll" = x""yes; then
18206 cat >>confdefs.h <<\_ACEOF
18207 #define HAVE_POLL 1
18208 _ACEOF
18209 LIBPOLL="-lpoll"
18215 { $as_echo "$as_me:$LINENO: checking for library containing gethostbyname" >&5
18216 $as_echo_n "checking for library containing gethostbyname... " >&6; }
18217 if test "${ac_cv_search_gethostbyname+set}" = set; then
18218 $as_echo_n "(cached) " >&6
18219 else
18220 ac_func_search_save_LIBS=$LIBS
18221 cat >conftest.$ac_ext <<_ACEOF
18222 /* confdefs.h. */
18223 _ACEOF
18224 cat confdefs.h >>conftest.$ac_ext
18225 cat >>conftest.$ac_ext <<_ACEOF
18226 /* end confdefs.h. */
18228 /* Override any GCC internal prototype to avoid an error.
18229 Use char because int might match the return type of a GCC
18230 builtin and then its argument prototype would still apply. */
18231 #ifdef __cplusplus
18232 extern "C"
18233 #endif
18234 char gethostbyname ();
18236 main ()
18238 return gethostbyname ();
18240 return 0;
18242 _ACEOF
18243 for ac_lib in '' nsl; do
18244 if test -z "$ac_lib"; then
18245 ac_res="none required"
18246 else
18247 ac_res=-l$ac_lib
18248 LIBS="-l$ac_lib $ac_func_search_save_LIBS"
18250 rm -f conftest.$ac_objext conftest$ac_exeext
18251 if { (ac_try="$ac_link"
18252 case "(($ac_try" in
18253 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18254 *) ac_try_echo=$ac_try;;
18255 esac
18256 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
18257 $as_echo "$ac_try_echo") >&5
18258 (eval "$ac_link") 2>conftest.er1
18259 ac_status=$?
18260 grep -v '^ *+' conftest.er1 >conftest.err
18261 rm -f conftest.er1
18262 cat conftest.err >&5
18263 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
18264 (exit $ac_status); } && {
18265 test -z "$ac_c_werror_flag" ||
18266 test ! -s conftest.err
18267 } && test -s conftest$ac_exeext && {
18268 test "$cross_compiling" = yes ||
18269 $as_test_x conftest$ac_exeext
18270 }; then
18271 ac_cv_search_gethostbyname=$ac_res
18272 else
18273 $as_echo "$as_me: failed program was:" >&5
18274 sed 's/^/| /' conftest.$ac_ext >&5
18279 rm -rf conftest.dSYM
18280 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
18281 conftest$ac_exeext
18282 if test "${ac_cv_search_gethostbyname+set}" = set; then
18283 break
18285 done
18286 if test "${ac_cv_search_gethostbyname+set}" = set; then
18288 else
18289 ac_cv_search_gethostbyname=no
18291 rm conftest.$ac_ext
18292 LIBS=$ac_func_search_save_LIBS
18294 { $as_echo "$as_me:$LINENO: result: $ac_cv_search_gethostbyname" >&5
18295 $as_echo "$ac_cv_search_gethostbyname" >&6; }
18296 ac_res=$ac_cv_search_gethostbyname
18297 if test "$ac_res" != no; then
18298 test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
18303 { $as_echo "$as_me:$LINENO: checking for library containing connect" >&5
18304 $as_echo_n "checking for library containing connect... " >&6; }
18305 if test "${ac_cv_search_connect+set}" = set; then
18306 $as_echo_n "(cached) " >&6
18307 else
18308 ac_func_search_save_LIBS=$LIBS
18309 cat >conftest.$ac_ext <<_ACEOF
18310 /* confdefs.h. */
18311 _ACEOF
18312 cat confdefs.h >>conftest.$ac_ext
18313 cat >>conftest.$ac_ext <<_ACEOF
18314 /* end confdefs.h. */
18316 /* Override any GCC internal prototype to avoid an error.
18317 Use char because int might match the return type of a GCC
18318 builtin and then its argument prototype would still apply. */
18319 #ifdef __cplusplus
18320 extern "C"
18321 #endif
18322 char connect ();
18324 main ()
18326 return connect ();
18328 return 0;
18330 _ACEOF
18331 for ac_lib in '' socket; do
18332 if test -z "$ac_lib"; then
18333 ac_res="none required"
18334 else
18335 ac_res=-l$ac_lib
18336 LIBS="-l$ac_lib $ac_func_search_save_LIBS"
18338 rm -f conftest.$ac_objext conftest$ac_exeext
18339 if { (ac_try="$ac_link"
18340 case "(($ac_try" in
18341 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18342 *) ac_try_echo=$ac_try;;
18343 esac
18344 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
18345 $as_echo "$ac_try_echo") >&5
18346 (eval "$ac_link") 2>conftest.er1
18347 ac_status=$?
18348 grep -v '^ *+' conftest.er1 >conftest.err
18349 rm -f conftest.er1
18350 cat conftest.err >&5
18351 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
18352 (exit $ac_status); } && {
18353 test -z "$ac_c_werror_flag" ||
18354 test ! -s conftest.err
18355 } && test -s conftest$ac_exeext && {
18356 test "$cross_compiling" = yes ||
18357 $as_test_x conftest$ac_exeext
18358 }; then
18359 ac_cv_search_connect=$ac_res
18360 else
18361 $as_echo "$as_me: failed program was:" >&5
18362 sed 's/^/| /' conftest.$ac_ext >&5
18367 rm -rf conftest.dSYM
18368 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
18369 conftest$ac_exeext
18370 if test "${ac_cv_search_connect+set}" = set; then
18371 break
18373 done
18374 if test "${ac_cv_search_connect+set}" = set; then
18376 else
18377 ac_cv_search_connect=no
18379 rm conftest.$ac_ext
18380 LIBS=$ac_func_search_save_LIBS
18382 { $as_echo "$as_me:$LINENO: result: $ac_cv_search_connect" >&5
18383 $as_echo "$ac_cv_search_connect" >&6; }
18384 ac_res=$ac_cv_search_connect
18385 if test "$ac_res" != no; then
18386 test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
18391 { $as_echo "$as_me:$LINENO: checking for library containing inet_aton" >&5
18392 $as_echo_n "checking for library containing inet_aton... " >&6; }
18393 if test "${ac_cv_search_inet_aton+set}" = set; then
18394 $as_echo_n "(cached) " >&6
18395 else
18396 ac_func_search_save_LIBS=$LIBS
18397 cat >conftest.$ac_ext <<_ACEOF
18398 /* confdefs.h. */
18399 _ACEOF
18400 cat confdefs.h >>conftest.$ac_ext
18401 cat >>conftest.$ac_ext <<_ACEOF
18402 /* end confdefs.h. */
18404 /* Override any GCC internal prototype to avoid an error.
18405 Use char because int might match the return type of a GCC
18406 builtin and then its argument prototype would still apply. */
18407 #ifdef __cplusplus
18408 extern "C"
18409 #endif
18410 char inet_aton ();
18412 main ()
18414 return inet_aton ();
18416 return 0;
18418 _ACEOF
18419 for ac_lib in '' resolv; do
18420 if test -z "$ac_lib"; then
18421 ac_res="none required"
18422 else
18423 ac_res=-l$ac_lib
18424 LIBS="-l$ac_lib $ac_func_search_save_LIBS"
18426 rm -f conftest.$ac_objext conftest$ac_exeext
18427 if { (ac_try="$ac_link"
18428 case "(($ac_try" in
18429 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18430 *) ac_try_echo=$ac_try;;
18431 esac
18432 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
18433 $as_echo "$ac_try_echo") >&5
18434 (eval "$ac_link") 2>conftest.er1
18435 ac_status=$?
18436 grep -v '^ *+' conftest.er1 >conftest.err
18437 rm -f conftest.er1
18438 cat conftest.err >&5
18439 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
18440 (exit $ac_status); } && {
18441 test -z "$ac_c_werror_flag" ||
18442 test ! -s conftest.err
18443 } && test -s conftest$ac_exeext && {
18444 test "$cross_compiling" = yes ||
18445 $as_test_x conftest$ac_exeext
18446 }; then
18447 ac_cv_search_inet_aton=$ac_res
18448 else
18449 $as_echo "$as_me: failed program was:" >&5
18450 sed 's/^/| /' conftest.$ac_ext >&5
18455 rm -rf conftest.dSYM
18456 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
18457 conftest$ac_exeext
18458 if test "${ac_cv_search_inet_aton+set}" = set; then
18459 break
18461 done
18462 if test "${ac_cv_search_inet_aton+set}" = set; then
18464 else
18465 ac_cv_search_inet_aton=no
18467 rm conftest.$ac_ext
18468 LIBS=$ac_func_search_save_LIBS
18470 { $as_echo "$as_me:$LINENO: result: $ac_cv_search_inet_aton" >&5
18471 $as_echo "$ac_cv_search_inet_aton" >&6; }
18472 ac_res=$ac_cv_search_inet_aton
18473 if test "$ac_res" != no; then
18474 test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
18487 for ac_func in \
18488 getaddrinfo \
18489 getnameinfo \
18490 getnetbyname \
18491 getprotobyname \
18492 getprotobynumber \
18493 getservbyport \
18494 inet_network \
18495 sendmsg \
18498 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
18499 { $as_echo "$as_me:$LINENO: checking for $ac_func" >&5
18500 $as_echo_n "checking for $ac_func... " >&6; }
18501 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
18502 $as_echo_n "(cached) " >&6
18503 else
18504 cat >conftest.$ac_ext <<_ACEOF
18505 /* confdefs.h. */
18506 _ACEOF
18507 cat confdefs.h >>conftest.$ac_ext
18508 cat >>conftest.$ac_ext <<_ACEOF
18509 /* end confdefs.h. */
18510 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
18511 For example, HP-UX 11i <limits.h> declares gettimeofday. */
18512 #define $ac_func innocuous_$ac_func
18514 /* System header to define __stub macros and hopefully few prototypes,
18515 which can conflict with char $ac_func (); below.
18516 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
18517 <limits.h> exists even on freestanding compilers. */
18519 #ifdef __STDC__
18520 # include <limits.h>
18521 #else
18522 # include <assert.h>
18523 #endif
18525 #undef $ac_func
18527 /* Override any GCC internal prototype to avoid an error.
18528 Use char because int might match the return type of a GCC
18529 builtin and then its argument prototype would still apply. */
18530 #ifdef __cplusplus
18531 extern "C"
18532 #endif
18533 char $ac_func ();
18534 /* The GNU C library defines this for functions which it implements
18535 to always fail with ENOSYS. Some functions are actually named
18536 something starting with __ and the normal name is an alias. */
18537 #if defined __stub_$ac_func || defined __stub___$ac_func
18538 choke me
18539 #endif
18542 main ()
18544 return $ac_func ();
18546 return 0;
18548 _ACEOF
18549 rm -f conftest.$ac_objext conftest$ac_exeext
18550 if { (ac_try="$ac_link"
18551 case "(($ac_try" in
18552 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18553 *) ac_try_echo=$ac_try;;
18554 esac
18555 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
18556 $as_echo "$ac_try_echo") >&5
18557 (eval "$ac_link") 2>conftest.er1
18558 ac_status=$?
18559 grep -v '^ *+' conftest.er1 >conftest.err
18560 rm -f conftest.er1
18561 cat conftest.err >&5
18562 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
18563 (exit $ac_status); } && {
18564 test -z "$ac_c_werror_flag" ||
18565 test ! -s conftest.err
18566 } && test -s conftest$ac_exeext && {
18567 test "$cross_compiling" = yes ||
18568 $as_test_x conftest$ac_exeext
18569 }; then
18570 eval "$as_ac_var=yes"
18571 else
18572 $as_echo "$as_me: failed program was:" >&5
18573 sed 's/^/| /' conftest.$ac_ext >&5
18575 eval "$as_ac_var=no"
18578 rm -rf conftest.dSYM
18579 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
18580 conftest$ac_exeext conftest.$ac_ext
18582 ac_res=`eval 'as_val=${'$as_ac_var'}
18583 $as_echo "$as_val"'`
18584 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
18585 $as_echo "$ac_res" >&6; }
18586 as_val=`eval 'as_val=${'$as_ac_var'}
18587 $as_echo "$as_val"'`
18588 if test "x$as_val" = x""yes; then
18589 cat >>confdefs.h <<_ACEOF
18590 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
18591 _ACEOF
18594 done
18597 LDAPLIBS=""
18599 if test "$ac_cv_header_ldap_h" = "yes" -a "$ac_cv_header_lber_h" = "yes"
18600 then
18601 { $as_echo "$as_me:$LINENO: checking for LDAPSortKey" >&5
18602 $as_echo_n "checking for LDAPSortKey... " >&6; }
18603 if test "${ac_cv_type_LDAPSortKey+set}" = set; then
18604 $as_echo_n "(cached) " >&6
18605 else
18606 ac_cv_type_LDAPSortKey=no
18607 cat >conftest.$ac_ext <<_ACEOF
18608 /* confdefs.h. */
18609 _ACEOF
18610 cat confdefs.h >>conftest.$ac_ext
18611 cat >>conftest.$ac_ext <<_ACEOF
18612 /* end confdefs.h. */
18613 #include <ldap.h>
18616 main ()
18618 if (sizeof (LDAPSortKey))
18619 return 0;
18621 return 0;
18623 _ACEOF
18624 rm -f conftest.$ac_objext
18625 if { (ac_try="$ac_compile"
18626 case "(($ac_try" in
18627 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18628 *) ac_try_echo=$ac_try;;
18629 esac
18630 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
18631 $as_echo "$ac_try_echo") >&5
18632 (eval "$ac_compile") 2>conftest.er1
18633 ac_status=$?
18634 grep -v '^ *+' conftest.er1 >conftest.err
18635 rm -f conftest.er1
18636 cat conftest.err >&5
18637 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
18638 (exit $ac_status); } && {
18639 test -z "$ac_c_werror_flag" ||
18640 test ! -s conftest.err
18641 } && test -s conftest.$ac_objext; then
18642 cat >conftest.$ac_ext <<_ACEOF
18643 /* confdefs.h. */
18644 _ACEOF
18645 cat confdefs.h >>conftest.$ac_ext
18646 cat >>conftest.$ac_ext <<_ACEOF
18647 /* end confdefs.h. */
18648 #include <ldap.h>
18651 main ()
18653 if (sizeof ((LDAPSortKey)))
18654 return 0;
18656 return 0;
18658 _ACEOF
18659 rm -f conftest.$ac_objext
18660 if { (ac_try="$ac_compile"
18661 case "(($ac_try" in
18662 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18663 *) ac_try_echo=$ac_try;;
18664 esac
18665 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
18666 $as_echo "$ac_try_echo") >&5
18667 (eval "$ac_compile") 2>conftest.er1
18668 ac_status=$?
18669 grep -v '^ *+' conftest.er1 >conftest.err
18670 rm -f conftest.er1
18671 cat conftest.err >&5
18672 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
18673 (exit $ac_status); } && {
18674 test -z "$ac_c_werror_flag" ||
18675 test ! -s conftest.err
18676 } && test -s conftest.$ac_objext; then
18678 else
18679 $as_echo "$as_me: failed program was:" >&5
18680 sed 's/^/| /' conftest.$ac_ext >&5
18682 ac_cv_type_LDAPSortKey=yes
18685 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
18686 else
18687 $as_echo "$as_me: failed program was:" >&5
18688 sed 's/^/| /' conftest.$ac_ext >&5
18693 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
18695 { $as_echo "$as_me:$LINENO: result: $ac_cv_type_LDAPSortKey" >&5
18696 $as_echo "$ac_cv_type_LDAPSortKey" >&6; }
18697 if test "x$ac_cv_type_LDAPSortKey" = x""yes; then
18698 { $as_echo "$as_me:$LINENO: checking for ldap_initialize in -lldap_r" >&5
18699 $as_echo_n "checking for ldap_initialize in -lldap_r... " >&6; }
18700 if test "${ac_cv_lib_ldap_r_ldap_initialize+set}" = set; then
18701 $as_echo_n "(cached) " >&6
18702 else
18703 ac_check_lib_save_LIBS=$LIBS
18704 LIBS="-lldap_r $LIBPTHREAD $LIBS"
18705 cat >conftest.$ac_ext <<_ACEOF
18706 /* confdefs.h. */
18707 _ACEOF
18708 cat confdefs.h >>conftest.$ac_ext
18709 cat >>conftest.$ac_ext <<_ACEOF
18710 /* end confdefs.h. */
18712 /* Override any GCC internal prototype to avoid an error.
18713 Use char because int might match the return type of a GCC
18714 builtin and then its argument prototype would still apply. */
18715 #ifdef __cplusplus
18716 extern "C"
18717 #endif
18718 char ldap_initialize ();
18720 main ()
18722 return ldap_initialize ();
18724 return 0;
18726 _ACEOF
18727 rm -f conftest.$ac_objext conftest$ac_exeext
18728 if { (ac_try="$ac_link"
18729 case "(($ac_try" in
18730 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18731 *) ac_try_echo=$ac_try;;
18732 esac
18733 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
18734 $as_echo "$ac_try_echo") >&5
18735 (eval "$ac_link") 2>conftest.er1
18736 ac_status=$?
18737 grep -v '^ *+' conftest.er1 >conftest.err
18738 rm -f conftest.er1
18739 cat conftest.err >&5
18740 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
18741 (exit $ac_status); } && {
18742 test -z "$ac_c_werror_flag" ||
18743 test ! -s conftest.err
18744 } && test -s conftest$ac_exeext && {
18745 test "$cross_compiling" = yes ||
18746 $as_test_x conftest$ac_exeext
18747 }; then
18748 ac_cv_lib_ldap_r_ldap_initialize=yes
18749 else
18750 $as_echo "$as_me: failed program was:" >&5
18751 sed 's/^/| /' conftest.$ac_ext >&5
18753 ac_cv_lib_ldap_r_ldap_initialize=no
18756 rm -rf conftest.dSYM
18757 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
18758 conftest$ac_exeext conftest.$ac_ext
18759 LIBS=$ac_check_lib_save_LIBS
18761 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_ldap_r_ldap_initialize" >&5
18762 $as_echo "$ac_cv_lib_ldap_r_ldap_initialize" >&6; }
18763 if test "x$ac_cv_lib_ldap_r_ldap_initialize" = x""yes; then
18764 { $as_echo "$as_me:$LINENO: checking for ber_init in -llber" >&5
18765 $as_echo_n "checking for ber_init in -llber... " >&6; }
18766 if test "${ac_cv_lib_lber_ber_init+set}" = set; then
18767 $as_echo_n "(cached) " >&6
18768 else
18769 ac_check_lib_save_LIBS=$LIBS
18770 LIBS="-llber $LIBPTHREAD $LIBS"
18771 cat >conftest.$ac_ext <<_ACEOF
18772 /* confdefs.h. */
18773 _ACEOF
18774 cat confdefs.h >>conftest.$ac_ext
18775 cat >>conftest.$ac_ext <<_ACEOF
18776 /* end confdefs.h. */
18778 /* Override any GCC internal prototype to avoid an error.
18779 Use char because int might match the return type of a GCC
18780 builtin and then its argument prototype would still apply. */
18781 #ifdef __cplusplus
18782 extern "C"
18783 #endif
18784 char ber_init ();
18786 main ()
18788 return ber_init ();
18790 return 0;
18792 _ACEOF
18793 rm -f conftest.$ac_objext conftest$ac_exeext
18794 if { (ac_try="$ac_link"
18795 case "(($ac_try" in
18796 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18797 *) ac_try_echo=$ac_try;;
18798 esac
18799 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
18800 $as_echo "$ac_try_echo") >&5
18801 (eval "$ac_link") 2>conftest.er1
18802 ac_status=$?
18803 grep -v '^ *+' conftest.er1 >conftest.err
18804 rm -f conftest.er1
18805 cat conftest.err >&5
18806 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
18807 (exit $ac_status); } && {
18808 test -z "$ac_c_werror_flag" ||
18809 test ! -s conftest.err
18810 } && test -s conftest$ac_exeext && {
18811 test "$cross_compiling" = yes ||
18812 $as_test_x conftest$ac_exeext
18813 }; then
18814 ac_cv_lib_lber_ber_init=yes
18815 else
18816 $as_echo "$as_me: failed program was:" >&5
18817 sed 's/^/| /' conftest.$ac_ext >&5
18819 ac_cv_lib_lber_ber_init=no
18822 rm -rf conftest.dSYM
18823 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
18824 conftest$ac_exeext conftest.$ac_ext
18825 LIBS=$ac_check_lib_save_LIBS
18827 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_lber_ber_init" >&5
18828 $as_echo "$ac_cv_lib_lber_ber_init" >&6; }
18829 if test "x$ac_cv_lib_lber_ber_init" = x""yes; then
18831 cat >>confdefs.h <<\_ACEOF
18832 #define HAVE_LDAP 1
18833 _ACEOF
18835 LDAPLIBS="-lldap_r -llber"
18842 ac_wine_check_funcs_save_LIBS="$LIBS"
18843 LIBS="$LIBS $LDAPLIBS $LIBPTHREAD"
18852 for ac_func in \
18853 ldap_count_references \
18854 ldap_first_reference \
18855 ldap_next_reference \
18856 ldap_parse_reference \
18857 ldap_parse_sort_control \
18858 ldap_parse_sortresponse_control \
18859 ldap_parse_vlv_control \
18860 ldap_parse_vlvresponse_control
18862 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
18863 { $as_echo "$as_me:$LINENO: checking for $ac_func" >&5
18864 $as_echo_n "checking for $ac_func... " >&6; }
18865 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
18866 $as_echo_n "(cached) " >&6
18867 else
18868 cat >conftest.$ac_ext <<_ACEOF
18869 /* confdefs.h. */
18870 _ACEOF
18871 cat confdefs.h >>conftest.$ac_ext
18872 cat >>conftest.$ac_ext <<_ACEOF
18873 /* end confdefs.h. */
18874 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
18875 For example, HP-UX 11i <limits.h> declares gettimeofday. */
18876 #define $ac_func innocuous_$ac_func
18878 /* System header to define __stub macros and hopefully few prototypes,
18879 which can conflict with char $ac_func (); below.
18880 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
18881 <limits.h> exists even on freestanding compilers. */
18883 #ifdef __STDC__
18884 # include <limits.h>
18885 #else
18886 # include <assert.h>
18887 #endif
18889 #undef $ac_func
18891 /* Override any GCC internal prototype to avoid an error.
18892 Use char because int might match the return type of a GCC
18893 builtin and then its argument prototype would still apply. */
18894 #ifdef __cplusplus
18895 extern "C"
18896 #endif
18897 char $ac_func ();
18898 /* The GNU C library defines this for functions which it implements
18899 to always fail with ENOSYS. Some functions are actually named
18900 something starting with __ and the normal name is an alias. */
18901 #if defined __stub_$ac_func || defined __stub___$ac_func
18902 choke me
18903 #endif
18906 main ()
18908 return $ac_func ();
18910 return 0;
18912 _ACEOF
18913 rm -f conftest.$ac_objext conftest$ac_exeext
18914 if { (ac_try="$ac_link"
18915 case "(($ac_try" in
18916 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18917 *) ac_try_echo=$ac_try;;
18918 esac
18919 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
18920 $as_echo "$ac_try_echo") >&5
18921 (eval "$ac_link") 2>conftest.er1
18922 ac_status=$?
18923 grep -v '^ *+' conftest.er1 >conftest.err
18924 rm -f conftest.er1
18925 cat conftest.err >&5
18926 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
18927 (exit $ac_status); } && {
18928 test -z "$ac_c_werror_flag" ||
18929 test ! -s conftest.err
18930 } && test -s conftest$ac_exeext && {
18931 test "$cross_compiling" = yes ||
18932 $as_test_x conftest$ac_exeext
18933 }; then
18934 eval "$as_ac_var=yes"
18935 else
18936 $as_echo "$as_me: failed program was:" >&5
18937 sed 's/^/| /' conftest.$ac_ext >&5
18939 eval "$as_ac_var=no"
18942 rm -rf conftest.dSYM
18943 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
18944 conftest$ac_exeext conftest.$ac_ext
18946 ac_res=`eval 'as_val=${'$as_ac_var'}
18947 $as_echo "$as_val"'`
18948 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
18949 $as_echo "$ac_res" >&6; }
18950 as_val=`eval 'as_val=${'$as_ac_var'}
18951 $as_echo "$as_val"'`
18952 if test "x$as_val" = x""yes; then
18953 cat >>confdefs.h <<_ACEOF
18954 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
18955 _ACEOF
18958 done
18960 LIBS="$ac_wine_check_funcs_save_LIBS"
18962 if test "x$LDAPLIBS" = "x"; then
18963 case "x$with_ldap" in
18964 x) wine_notices="$wine_notices|libldap (OpenLDAP) ${notice_platform}development files not found, LDAP won't be supported." ;;
18965 xno) ;;
18966 *) { { $as_echo "$as_me:$LINENO: error: libldap (OpenLDAP) ${notice_platform}development files not found, LDAP won't be supported.
18967 This is an error since --with-ldap was requested." >&5
18968 $as_echo "$as_me: error: libldap (OpenLDAP) ${notice_platform}development files not found, LDAP won't be supported.
18969 This is an error since --with-ldap was requested." >&2;}
18970 { (exit 1); exit 1; }; } ;;
18971 esac
18975 { $as_echo "$as_me:$LINENO: checking whether mkdir takes only one argument" >&5
18976 $as_echo_n "checking whether mkdir takes only one argument... " >&6; }
18977 if test "${wine_cv_one_arg_mkdir+set}" = set; then
18978 $as_echo_n "(cached) " >&6
18979 else
18980 cat >conftest.$ac_ext <<_ACEOF
18981 /* confdefs.h. */
18982 _ACEOF
18983 cat confdefs.h >>conftest.$ac_ext
18984 cat >>conftest.$ac_ext <<_ACEOF
18985 /* end confdefs.h. */
18986 #include <sys/stat.h>
18988 main ()
18990 mkdir("foo");
18992 return 0;
18994 _ACEOF
18995 rm -f conftest.$ac_objext
18996 if { (ac_try="$ac_compile"
18997 case "(($ac_try" in
18998 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18999 *) ac_try_echo=$ac_try;;
19000 esac
19001 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
19002 $as_echo "$ac_try_echo") >&5
19003 (eval "$ac_compile") 2>conftest.er1
19004 ac_status=$?
19005 grep -v '^ *+' conftest.er1 >conftest.err
19006 rm -f conftest.er1
19007 cat conftest.err >&5
19008 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
19009 (exit $ac_status); } && {
19010 test -z "$ac_c_werror_flag" ||
19011 test ! -s conftest.err
19012 } && test -s conftest.$ac_objext; then
19013 wine_cv_one_arg_mkdir=yes
19014 else
19015 $as_echo "$as_me: failed program was:" >&5
19016 sed 's/^/| /' conftest.$ac_ext >&5
19018 wine_cv_one_arg_mkdir=no
19021 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19023 { $as_echo "$as_me:$LINENO: result: $wine_cv_one_arg_mkdir" >&5
19024 $as_echo "$wine_cv_one_arg_mkdir" >&6; }
19025 if test "$wine_cv_one_arg_mkdir" = "yes"
19026 then
19028 cat >>confdefs.h <<\_ACEOF
19029 #define HAVE_ONE_ARG_MKDIR 1
19030 _ACEOF
19035 { $as_echo "$as_me:$LINENO: checking for an ANSI C-conforming const" >&5
19036 $as_echo_n "checking for an ANSI C-conforming const... " >&6; }
19037 if test "${ac_cv_c_const+set}" = set; then
19038 $as_echo_n "(cached) " >&6
19039 else
19040 cat >conftest.$ac_ext <<_ACEOF
19041 /* confdefs.h. */
19042 _ACEOF
19043 cat confdefs.h >>conftest.$ac_ext
19044 cat >>conftest.$ac_ext <<_ACEOF
19045 /* end confdefs.h. */
19048 main ()
19050 /* FIXME: Include the comments suggested by Paul. */
19051 #ifndef __cplusplus
19052 /* Ultrix mips cc rejects this. */
19053 typedef int charset[2];
19054 const charset cs;
19055 /* SunOS 4.1.1 cc rejects this. */
19056 char const *const *pcpcc;
19057 char **ppc;
19058 /* NEC SVR4.0.2 mips cc rejects this. */
19059 struct point {int x, y;};
19060 static struct point const zero = {0,0};
19061 /* AIX XL C 1.02.0.0 rejects this.
19062 It does not let you subtract one const X* pointer from another in
19063 an arm of an if-expression whose if-part is not a constant
19064 expression */
19065 const char *g = "string";
19066 pcpcc = &g + (g ? g-g : 0);
19067 /* HPUX 7.0 cc rejects these. */
19068 ++pcpcc;
19069 ppc = (char**) pcpcc;
19070 pcpcc = (char const *const *) ppc;
19071 { /* SCO 3.2v4 cc rejects this. */
19072 char *t;
19073 char const *s = 0 ? (char *) 0 : (char const *) 0;
19075 *t++ = 0;
19076 if (s) return 0;
19078 { /* Someone thinks the Sun supposedly-ANSI compiler will reject this. */
19079 int x[] = {25, 17};
19080 const int *foo = &x[0];
19081 ++foo;
19083 { /* Sun SC1.0 ANSI compiler rejects this -- but not the above. */
19084 typedef const int *iptr;
19085 iptr p = 0;
19086 ++p;
19088 { /* AIX XL C 1.02.0.0 rejects this saying
19089 "k.c", line 2.27: 1506-025 (S) Operand must be a modifiable lvalue. */
19090 struct s { int j; const int *ap[3]; };
19091 struct s *b; b->j = 5;
19093 { /* ULTRIX-32 V3.1 (Rev 9) vcc rejects this */
19094 const int foo = 10;
19095 if (!foo) return 0;
19097 return !cs[0] && !zero.x;
19098 #endif
19101 return 0;
19103 _ACEOF
19104 rm -f conftest.$ac_objext
19105 if { (ac_try="$ac_compile"
19106 case "(($ac_try" in
19107 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19108 *) ac_try_echo=$ac_try;;
19109 esac
19110 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
19111 $as_echo "$ac_try_echo") >&5
19112 (eval "$ac_compile") 2>conftest.er1
19113 ac_status=$?
19114 grep -v '^ *+' conftest.er1 >conftest.err
19115 rm -f conftest.er1
19116 cat conftest.err >&5
19117 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
19118 (exit $ac_status); } && {
19119 test -z "$ac_c_werror_flag" ||
19120 test ! -s conftest.err
19121 } && test -s conftest.$ac_objext; then
19122 ac_cv_c_const=yes
19123 else
19124 $as_echo "$as_me: failed program was:" >&5
19125 sed 's/^/| /' conftest.$ac_ext >&5
19127 ac_cv_c_const=no
19130 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19132 { $as_echo "$as_me:$LINENO: result: $ac_cv_c_const" >&5
19133 $as_echo "$ac_cv_c_const" >&6; }
19134 if test $ac_cv_c_const = no; then
19136 cat >>confdefs.h <<\_ACEOF
19137 #define const /**/
19138 _ACEOF
19142 { $as_echo "$as_me:$LINENO: checking for inline" >&5
19143 $as_echo_n "checking for inline... " >&6; }
19144 if test "${ac_cv_c_inline+set}" = set; then
19145 $as_echo_n "(cached) " >&6
19146 else
19147 ac_cv_c_inline=no
19148 for ac_kw in inline __inline__ __inline; do
19149 cat >conftest.$ac_ext <<_ACEOF
19150 /* confdefs.h. */
19151 _ACEOF
19152 cat confdefs.h >>conftest.$ac_ext
19153 cat >>conftest.$ac_ext <<_ACEOF
19154 /* end confdefs.h. */
19155 #ifndef __cplusplus
19156 typedef int foo_t;
19157 static $ac_kw foo_t static_foo () {return 0; }
19158 $ac_kw foo_t foo () {return 0; }
19159 #endif
19161 _ACEOF
19162 rm -f conftest.$ac_objext
19163 if { (ac_try="$ac_compile"
19164 case "(($ac_try" in
19165 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19166 *) ac_try_echo=$ac_try;;
19167 esac
19168 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
19169 $as_echo "$ac_try_echo") >&5
19170 (eval "$ac_compile") 2>conftest.er1
19171 ac_status=$?
19172 grep -v '^ *+' conftest.er1 >conftest.err
19173 rm -f conftest.er1
19174 cat conftest.err >&5
19175 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
19176 (exit $ac_status); } && {
19177 test -z "$ac_c_werror_flag" ||
19178 test ! -s conftest.err
19179 } && test -s conftest.$ac_objext; then
19180 ac_cv_c_inline=$ac_kw
19181 else
19182 $as_echo "$as_me: failed program was:" >&5
19183 sed 's/^/| /' conftest.$ac_ext >&5
19188 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19189 test "$ac_cv_c_inline" != no && break
19190 done
19193 { $as_echo "$as_me:$LINENO: result: $ac_cv_c_inline" >&5
19194 $as_echo "$ac_cv_c_inline" >&6; }
19197 case $ac_cv_c_inline in
19198 inline | yes) ;;
19200 case $ac_cv_c_inline in
19201 no) ac_val=;;
19202 *) ac_val=$ac_cv_c_inline;;
19203 esac
19204 cat >>confdefs.h <<_ACEOF
19205 #ifndef __cplusplus
19206 #define inline $ac_val
19207 #endif
19208 _ACEOF
19210 esac
19212 { $as_echo "$as_me:$LINENO: checking for mode_t" >&5
19213 $as_echo_n "checking for mode_t... " >&6; }
19214 if test "${ac_cv_type_mode_t+set}" = set; then
19215 $as_echo_n "(cached) " >&6
19216 else
19217 ac_cv_type_mode_t=no
19218 cat >conftest.$ac_ext <<_ACEOF
19219 /* confdefs.h. */
19220 _ACEOF
19221 cat confdefs.h >>conftest.$ac_ext
19222 cat >>conftest.$ac_ext <<_ACEOF
19223 /* end confdefs.h. */
19224 $ac_includes_default
19226 main ()
19228 if (sizeof (mode_t))
19229 return 0;
19231 return 0;
19233 _ACEOF
19234 rm -f conftest.$ac_objext
19235 if { (ac_try="$ac_compile"
19236 case "(($ac_try" in
19237 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19238 *) ac_try_echo=$ac_try;;
19239 esac
19240 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
19241 $as_echo "$ac_try_echo") >&5
19242 (eval "$ac_compile") 2>conftest.er1
19243 ac_status=$?
19244 grep -v '^ *+' conftest.er1 >conftest.err
19245 rm -f conftest.er1
19246 cat conftest.err >&5
19247 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
19248 (exit $ac_status); } && {
19249 test -z "$ac_c_werror_flag" ||
19250 test ! -s conftest.err
19251 } && test -s conftest.$ac_objext; then
19252 cat >conftest.$ac_ext <<_ACEOF
19253 /* confdefs.h. */
19254 _ACEOF
19255 cat confdefs.h >>conftest.$ac_ext
19256 cat >>conftest.$ac_ext <<_ACEOF
19257 /* end confdefs.h. */
19258 $ac_includes_default
19260 main ()
19262 if (sizeof ((mode_t)))
19263 return 0;
19265 return 0;
19267 _ACEOF
19268 rm -f conftest.$ac_objext
19269 if { (ac_try="$ac_compile"
19270 case "(($ac_try" in
19271 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19272 *) ac_try_echo=$ac_try;;
19273 esac
19274 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
19275 $as_echo "$ac_try_echo") >&5
19276 (eval "$ac_compile") 2>conftest.er1
19277 ac_status=$?
19278 grep -v '^ *+' conftest.er1 >conftest.err
19279 rm -f conftest.er1
19280 cat conftest.err >&5
19281 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
19282 (exit $ac_status); } && {
19283 test -z "$ac_c_werror_flag" ||
19284 test ! -s conftest.err
19285 } && test -s conftest.$ac_objext; then
19287 else
19288 $as_echo "$as_me: failed program was:" >&5
19289 sed 's/^/| /' conftest.$ac_ext >&5
19291 ac_cv_type_mode_t=yes
19294 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19295 else
19296 $as_echo "$as_me: failed program was:" >&5
19297 sed 's/^/| /' conftest.$ac_ext >&5
19302 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19304 { $as_echo "$as_me:$LINENO: result: $ac_cv_type_mode_t" >&5
19305 $as_echo "$ac_cv_type_mode_t" >&6; }
19306 if test "x$ac_cv_type_mode_t" = x""yes; then
19308 cat >>confdefs.h <<_ACEOF
19309 #define HAVE_MODE_T 1
19310 _ACEOF
19314 { $as_echo "$as_me:$LINENO: checking for off_t" >&5
19315 $as_echo_n "checking for off_t... " >&6; }
19316 if test "${ac_cv_type_off_t+set}" = set; then
19317 $as_echo_n "(cached) " >&6
19318 else
19319 ac_cv_type_off_t=no
19320 cat >conftest.$ac_ext <<_ACEOF
19321 /* confdefs.h. */
19322 _ACEOF
19323 cat confdefs.h >>conftest.$ac_ext
19324 cat >>conftest.$ac_ext <<_ACEOF
19325 /* end confdefs.h. */
19326 $ac_includes_default
19328 main ()
19330 if (sizeof (off_t))
19331 return 0;
19333 return 0;
19335 _ACEOF
19336 rm -f conftest.$ac_objext
19337 if { (ac_try="$ac_compile"
19338 case "(($ac_try" in
19339 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19340 *) ac_try_echo=$ac_try;;
19341 esac
19342 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
19343 $as_echo "$ac_try_echo") >&5
19344 (eval "$ac_compile") 2>conftest.er1
19345 ac_status=$?
19346 grep -v '^ *+' conftest.er1 >conftest.err
19347 rm -f conftest.er1
19348 cat conftest.err >&5
19349 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
19350 (exit $ac_status); } && {
19351 test -z "$ac_c_werror_flag" ||
19352 test ! -s conftest.err
19353 } && test -s conftest.$ac_objext; then
19354 cat >conftest.$ac_ext <<_ACEOF
19355 /* confdefs.h. */
19356 _ACEOF
19357 cat confdefs.h >>conftest.$ac_ext
19358 cat >>conftest.$ac_ext <<_ACEOF
19359 /* end confdefs.h. */
19360 $ac_includes_default
19362 main ()
19364 if (sizeof ((off_t)))
19365 return 0;
19367 return 0;
19369 _ACEOF
19370 rm -f conftest.$ac_objext
19371 if { (ac_try="$ac_compile"
19372 case "(($ac_try" in
19373 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19374 *) ac_try_echo=$ac_try;;
19375 esac
19376 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
19377 $as_echo "$ac_try_echo") >&5
19378 (eval "$ac_compile") 2>conftest.er1
19379 ac_status=$?
19380 grep -v '^ *+' conftest.er1 >conftest.err
19381 rm -f conftest.er1
19382 cat conftest.err >&5
19383 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
19384 (exit $ac_status); } && {
19385 test -z "$ac_c_werror_flag" ||
19386 test ! -s conftest.err
19387 } && test -s conftest.$ac_objext; then
19389 else
19390 $as_echo "$as_me: failed program was:" >&5
19391 sed 's/^/| /' conftest.$ac_ext >&5
19393 ac_cv_type_off_t=yes
19396 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19397 else
19398 $as_echo "$as_me: failed program was:" >&5
19399 sed 's/^/| /' conftest.$ac_ext >&5
19404 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19406 { $as_echo "$as_me:$LINENO: result: $ac_cv_type_off_t" >&5
19407 $as_echo "$ac_cv_type_off_t" >&6; }
19408 if test "x$ac_cv_type_off_t" = x""yes; then
19410 cat >>confdefs.h <<_ACEOF
19411 #define HAVE_OFF_T 1
19412 _ACEOF
19416 { $as_echo "$as_me:$LINENO: checking for pid_t" >&5
19417 $as_echo_n "checking for pid_t... " >&6; }
19418 if test "${ac_cv_type_pid_t+set}" = set; then
19419 $as_echo_n "(cached) " >&6
19420 else
19421 ac_cv_type_pid_t=no
19422 cat >conftest.$ac_ext <<_ACEOF
19423 /* confdefs.h. */
19424 _ACEOF
19425 cat confdefs.h >>conftest.$ac_ext
19426 cat >>conftest.$ac_ext <<_ACEOF
19427 /* end confdefs.h. */
19428 $ac_includes_default
19430 main ()
19432 if (sizeof (pid_t))
19433 return 0;
19435 return 0;
19437 _ACEOF
19438 rm -f conftest.$ac_objext
19439 if { (ac_try="$ac_compile"
19440 case "(($ac_try" in
19441 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19442 *) ac_try_echo=$ac_try;;
19443 esac
19444 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
19445 $as_echo "$ac_try_echo") >&5
19446 (eval "$ac_compile") 2>conftest.er1
19447 ac_status=$?
19448 grep -v '^ *+' conftest.er1 >conftest.err
19449 rm -f conftest.er1
19450 cat conftest.err >&5
19451 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
19452 (exit $ac_status); } && {
19453 test -z "$ac_c_werror_flag" ||
19454 test ! -s conftest.err
19455 } && test -s conftest.$ac_objext; then
19456 cat >conftest.$ac_ext <<_ACEOF
19457 /* confdefs.h. */
19458 _ACEOF
19459 cat confdefs.h >>conftest.$ac_ext
19460 cat >>conftest.$ac_ext <<_ACEOF
19461 /* end confdefs.h. */
19462 $ac_includes_default
19464 main ()
19466 if (sizeof ((pid_t)))
19467 return 0;
19469 return 0;
19471 _ACEOF
19472 rm -f conftest.$ac_objext
19473 if { (ac_try="$ac_compile"
19474 case "(($ac_try" in
19475 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19476 *) ac_try_echo=$ac_try;;
19477 esac
19478 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
19479 $as_echo "$ac_try_echo") >&5
19480 (eval "$ac_compile") 2>conftest.er1
19481 ac_status=$?
19482 grep -v '^ *+' conftest.er1 >conftest.err
19483 rm -f conftest.er1
19484 cat conftest.err >&5
19485 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
19486 (exit $ac_status); } && {
19487 test -z "$ac_c_werror_flag" ||
19488 test ! -s conftest.err
19489 } && test -s conftest.$ac_objext; then
19491 else
19492 $as_echo "$as_me: failed program was:" >&5
19493 sed 's/^/| /' conftest.$ac_ext >&5
19495 ac_cv_type_pid_t=yes
19498 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19499 else
19500 $as_echo "$as_me: failed program was:" >&5
19501 sed 's/^/| /' conftest.$ac_ext >&5
19506 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19508 { $as_echo "$as_me:$LINENO: result: $ac_cv_type_pid_t" >&5
19509 $as_echo "$ac_cv_type_pid_t" >&6; }
19510 if test "x$ac_cv_type_pid_t" = x""yes; then
19512 cat >>confdefs.h <<_ACEOF
19513 #define HAVE_PID_T 1
19514 _ACEOF
19518 { $as_echo "$as_me:$LINENO: checking for size_t" >&5
19519 $as_echo_n "checking for size_t... " >&6; }
19520 if test "${ac_cv_type_size_t+set}" = set; then
19521 $as_echo_n "(cached) " >&6
19522 else
19523 ac_cv_type_size_t=no
19524 cat >conftest.$ac_ext <<_ACEOF
19525 /* confdefs.h. */
19526 _ACEOF
19527 cat confdefs.h >>conftest.$ac_ext
19528 cat >>conftest.$ac_ext <<_ACEOF
19529 /* end confdefs.h. */
19530 $ac_includes_default
19532 main ()
19534 if (sizeof (size_t))
19535 return 0;
19537 return 0;
19539 _ACEOF
19540 rm -f conftest.$ac_objext
19541 if { (ac_try="$ac_compile"
19542 case "(($ac_try" in
19543 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19544 *) ac_try_echo=$ac_try;;
19545 esac
19546 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
19547 $as_echo "$ac_try_echo") >&5
19548 (eval "$ac_compile") 2>conftest.er1
19549 ac_status=$?
19550 grep -v '^ *+' conftest.er1 >conftest.err
19551 rm -f conftest.er1
19552 cat conftest.err >&5
19553 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
19554 (exit $ac_status); } && {
19555 test -z "$ac_c_werror_flag" ||
19556 test ! -s conftest.err
19557 } && test -s conftest.$ac_objext; then
19558 cat >conftest.$ac_ext <<_ACEOF
19559 /* confdefs.h. */
19560 _ACEOF
19561 cat confdefs.h >>conftest.$ac_ext
19562 cat >>conftest.$ac_ext <<_ACEOF
19563 /* end confdefs.h. */
19564 $ac_includes_default
19566 main ()
19568 if (sizeof ((size_t)))
19569 return 0;
19571 return 0;
19573 _ACEOF
19574 rm -f conftest.$ac_objext
19575 if { (ac_try="$ac_compile"
19576 case "(($ac_try" in
19577 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19578 *) ac_try_echo=$ac_try;;
19579 esac
19580 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
19581 $as_echo "$ac_try_echo") >&5
19582 (eval "$ac_compile") 2>conftest.er1
19583 ac_status=$?
19584 grep -v '^ *+' conftest.er1 >conftest.err
19585 rm -f conftest.er1
19586 cat conftest.err >&5
19587 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
19588 (exit $ac_status); } && {
19589 test -z "$ac_c_werror_flag" ||
19590 test ! -s conftest.err
19591 } && test -s conftest.$ac_objext; then
19593 else
19594 $as_echo "$as_me: failed program was:" >&5
19595 sed 's/^/| /' conftest.$ac_ext >&5
19597 ac_cv_type_size_t=yes
19600 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19601 else
19602 $as_echo "$as_me: failed program was:" >&5
19603 sed 's/^/| /' conftest.$ac_ext >&5
19608 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19610 { $as_echo "$as_me:$LINENO: result: $ac_cv_type_size_t" >&5
19611 $as_echo "$ac_cv_type_size_t" >&6; }
19612 if test "x$ac_cv_type_size_t" = x""yes; then
19614 cat >>confdefs.h <<_ACEOF
19615 #define HAVE_SIZE_T 1
19616 _ACEOF
19620 { $as_echo "$as_me:$LINENO: checking for ssize_t" >&5
19621 $as_echo_n "checking for ssize_t... " >&6; }
19622 if test "${ac_cv_type_ssize_t+set}" = set; then
19623 $as_echo_n "(cached) " >&6
19624 else
19625 ac_cv_type_ssize_t=no
19626 cat >conftest.$ac_ext <<_ACEOF
19627 /* confdefs.h. */
19628 _ACEOF
19629 cat confdefs.h >>conftest.$ac_ext
19630 cat >>conftest.$ac_ext <<_ACEOF
19631 /* end confdefs.h. */
19632 $ac_includes_default
19634 main ()
19636 if (sizeof (ssize_t))
19637 return 0;
19639 return 0;
19641 _ACEOF
19642 rm -f conftest.$ac_objext
19643 if { (ac_try="$ac_compile"
19644 case "(($ac_try" in
19645 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19646 *) ac_try_echo=$ac_try;;
19647 esac
19648 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
19649 $as_echo "$ac_try_echo") >&5
19650 (eval "$ac_compile") 2>conftest.er1
19651 ac_status=$?
19652 grep -v '^ *+' conftest.er1 >conftest.err
19653 rm -f conftest.er1
19654 cat conftest.err >&5
19655 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
19656 (exit $ac_status); } && {
19657 test -z "$ac_c_werror_flag" ||
19658 test ! -s conftest.err
19659 } && test -s conftest.$ac_objext; then
19660 cat >conftest.$ac_ext <<_ACEOF
19661 /* confdefs.h. */
19662 _ACEOF
19663 cat confdefs.h >>conftest.$ac_ext
19664 cat >>conftest.$ac_ext <<_ACEOF
19665 /* end confdefs.h. */
19666 $ac_includes_default
19668 main ()
19670 if (sizeof ((ssize_t)))
19671 return 0;
19673 return 0;
19675 _ACEOF
19676 rm -f conftest.$ac_objext
19677 if { (ac_try="$ac_compile"
19678 case "(($ac_try" in
19679 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19680 *) ac_try_echo=$ac_try;;
19681 esac
19682 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
19683 $as_echo "$ac_try_echo") >&5
19684 (eval "$ac_compile") 2>conftest.er1
19685 ac_status=$?
19686 grep -v '^ *+' conftest.er1 >conftest.err
19687 rm -f conftest.er1
19688 cat conftest.err >&5
19689 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
19690 (exit $ac_status); } && {
19691 test -z "$ac_c_werror_flag" ||
19692 test ! -s conftest.err
19693 } && test -s conftest.$ac_objext; then
19695 else
19696 $as_echo "$as_me: failed program was:" >&5
19697 sed 's/^/| /' conftest.$ac_ext >&5
19699 ac_cv_type_ssize_t=yes
19702 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19703 else
19704 $as_echo "$as_me: failed program was:" >&5
19705 sed 's/^/| /' conftest.$ac_ext >&5
19710 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19712 { $as_echo "$as_me:$LINENO: result: $ac_cv_type_ssize_t" >&5
19713 $as_echo "$ac_cv_type_ssize_t" >&6; }
19714 if test "x$ac_cv_type_ssize_t" = x""yes; then
19716 cat >>confdefs.h <<_ACEOF
19717 #define HAVE_SSIZE_T 1
19718 _ACEOF
19722 { $as_echo "$as_me:$LINENO: checking for long long" >&5
19723 $as_echo_n "checking for long long... " >&6; }
19724 if test "${ac_cv_type_long_long+set}" = set; then
19725 $as_echo_n "(cached) " >&6
19726 else
19727 ac_cv_type_long_long=no
19728 cat >conftest.$ac_ext <<_ACEOF
19729 /* confdefs.h. */
19730 _ACEOF
19731 cat confdefs.h >>conftest.$ac_ext
19732 cat >>conftest.$ac_ext <<_ACEOF
19733 /* end confdefs.h. */
19734 $ac_includes_default
19736 main ()
19738 if (sizeof (long long))
19739 return 0;
19741 return 0;
19743 _ACEOF
19744 rm -f conftest.$ac_objext
19745 if { (ac_try="$ac_compile"
19746 case "(($ac_try" in
19747 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19748 *) ac_try_echo=$ac_try;;
19749 esac
19750 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
19751 $as_echo "$ac_try_echo") >&5
19752 (eval "$ac_compile") 2>conftest.er1
19753 ac_status=$?
19754 grep -v '^ *+' conftest.er1 >conftest.err
19755 rm -f conftest.er1
19756 cat conftest.err >&5
19757 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
19758 (exit $ac_status); } && {
19759 test -z "$ac_c_werror_flag" ||
19760 test ! -s conftest.err
19761 } && test -s conftest.$ac_objext; then
19762 cat >conftest.$ac_ext <<_ACEOF
19763 /* confdefs.h. */
19764 _ACEOF
19765 cat confdefs.h >>conftest.$ac_ext
19766 cat >>conftest.$ac_ext <<_ACEOF
19767 /* end confdefs.h. */
19768 $ac_includes_default
19770 main ()
19772 if (sizeof ((long long)))
19773 return 0;
19775 return 0;
19777 _ACEOF
19778 rm -f conftest.$ac_objext
19779 if { (ac_try="$ac_compile"
19780 case "(($ac_try" in
19781 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19782 *) ac_try_echo=$ac_try;;
19783 esac
19784 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
19785 $as_echo "$ac_try_echo") >&5
19786 (eval "$ac_compile") 2>conftest.er1
19787 ac_status=$?
19788 grep -v '^ *+' conftest.er1 >conftest.err
19789 rm -f conftest.er1
19790 cat conftest.err >&5
19791 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
19792 (exit $ac_status); } && {
19793 test -z "$ac_c_werror_flag" ||
19794 test ! -s conftest.err
19795 } && test -s conftest.$ac_objext; then
19797 else
19798 $as_echo "$as_me: failed program was:" >&5
19799 sed 's/^/| /' conftest.$ac_ext >&5
19801 ac_cv_type_long_long=yes
19804 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19805 else
19806 $as_echo "$as_me: failed program was:" >&5
19807 sed 's/^/| /' conftest.$ac_ext >&5
19812 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19814 { $as_echo "$as_me:$LINENO: result: $ac_cv_type_long_long" >&5
19815 $as_echo "$ac_cv_type_long_long" >&6; }
19816 if test "x$ac_cv_type_long_long" = x""yes; then
19818 cat >>confdefs.h <<_ACEOF
19819 #define HAVE_LONG_LONG 1
19820 _ACEOF
19824 { $as_echo "$as_me:$LINENO: checking for fsblkcnt_t" >&5
19825 $as_echo_n "checking for fsblkcnt_t... " >&6; }
19826 if test "${ac_cv_type_fsblkcnt_t+set}" = set; then
19827 $as_echo_n "(cached) " >&6
19828 else
19829 ac_cv_type_fsblkcnt_t=no
19830 cat >conftest.$ac_ext <<_ACEOF
19831 /* confdefs.h. */
19832 _ACEOF
19833 cat confdefs.h >>conftest.$ac_ext
19834 cat >>conftest.$ac_ext <<_ACEOF
19835 /* end confdefs.h. */
19836 $ac_includes_default
19838 main ()
19840 if (sizeof (fsblkcnt_t))
19841 return 0;
19843 return 0;
19845 _ACEOF
19846 rm -f conftest.$ac_objext
19847 if { (ac_try="$ac_compile"
19848 case "(($ac_try" in
19849 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19850 *) ac_try_echo=$ac_try;;
19851 esac
19852 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
19853 $as_echo "$ac_try_echo") >&5
19854 (eval "$ac_compile") 2>conftest.er1
19855 ac_status=$?
19856 grep -v '^ *+' conftest.er1 >conftest.err
19857 rm -f conftest.er1
19858 cat conftest.err >&5
19859 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
19860 (exit $ac_status); } && {
19861 test -z "$ac_c_werror_flag" ||
19862 test ! -s conftest.err
19863 } && test -s conftest.$ac_objext; then
19864 cat >conftest.$ac_ext <<_ACEOF
19865 /* confdefs.h. */
19866 _ACEOF
19867 cat confdefs.h >>conftest.$ac_ext
19868 cat >>conftest.$ac_ext <<_ACEOF
19869 /* end confdefs.h. */
19870 $ac_includes_default
19872 main ()
19874 if (sizeof ((fsblkcnt_t)))
19875 return 0;
19877 return 0;
19879 _ACEOF
19880 rm -f conftest.$ac_objext
19881 if { (ac_try="$ac_compile"
19882 case "(($ac_try" in
19883 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19884 *) ac_try_echo=$ac_try;;
19885 esac
19886 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
19887 $as_echo "$ac_try_echo") >&5
19888 (eval "$ac_compile") 2>conftest.er1
19889 ac_status=$?
19890 grep -v '^ *+' conftest.er1 >conftest.err
19891 rm -f conftest.er1
19892 cat conftest.err >&5
19893 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
19894 (exit $ac_status); } && {
19895 test -z "$ac_c_werror_flag" ||
19896 test ! -s conftest.err
19897 } && test -s conftest.$ac_objext; then
19899 else
19900 $as_echo "$as_me: failed program was:" >&5
19901 sed 's/^/| /' conftest.$ac_ext >&5
19903 ac_cv_type_fsblkcnt_t=yes
19906 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19907 else
19908 $as_echo "$as_me: failed program was:" >&5
19909 sed 's/^/| /' conftest.$ac_ext >&5
19914 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19916 { $as_echo "$as_me:$LINENO: result: $ac_cv_type_fsblkcnt_t" >&5
19917 $as_echo "$ac_cv_type_fsblkcnt_t" >&6; }
19918 if test "x$ac_cv_type_fsblkcnt_t" = x""yes; then
19920 cat >>confdefs.h <<_ACEOF
19921 #define HAVE_FSBLKCNT_T 1
19922 _ACEOF
19926 { $as_echo "$as_me:$LINENO: checking for fsfilcnt_t" >&5
19927 $as_echo_n "checking for fsfilcnt_t... " >&6; }
19928 if test "${ac_cv_type_fsfilcnt_t+set}" = set; then
19929 $as_echo_n "(cached) " >&6
19930 else
19931 ac_cv_type_fsfilcnt_t=no
19932 cat >conftest.$ac_ext <<_ACEOF
19933 /* confdefs.h. */
19934 _ACEOF
19935 cat confdefs.h >>conftest.$ac_ext
19936 cat >>conftest.$ac_ext <<_ACEOF
19937 /* end confdefs.h. */
19938 $ac_includes_default
19940 main ()
19942 if (sizeof (fsfilcnt_t))
19943 return 0;
19945 return 0;
19947 _ACEOF
19948 rm -f conftest.$ac_objext
19949 if { (ac_try="$ac_compile"
19950 case "(($ac_try" in
19951 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19952 *) ac_try_echo=$ac_try;;
19953 esac
19954 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
19955 $as_echo "$ac_try_echo") >&5
19956 (eval "$ac_compile") 2>conftest.er1
19957 ac_status=$?
19958 grep -v '^ *+' conftest.er1 >conftest.err
19959 rm -f conftest.er1
19960 cat conftest.err >&5
19961 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
19962 (exit $ac_status); } && {
19963 test -z "$ac_c_werror_flag" ||
19964 test ! -s conftest.err
19965 } && test -s conftest.$ac_objext; then
19966 cat >conftest.$ac_ext <<_ACEOF
19967 /* confdefs.h. */
19968 _ACEOF
19969 cat confdefs.h >>conftest.$ac_ext
19970 cat >>conftest.$ac_ext <<_ACEOF
19971 /* end confdefs.h. */
19972 $ac_includes_default
19974 main ()
19976 if (sizeof ((fsfilcnt_t)))
19977 return 0;
19979 return 0;
19981 _ACEOF
19982 rm -f conftest.$ac_objext
19983 if { (ac_try="$ac_compile"
19984 case "(($ac_try" in
19985 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19986 *) ac_try_echo=$ac_try;;
19987 esac
19988 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
19989 $as_echo "$ac_try_echo") >&5
19990 (eval "$ac_compile") 2>conftest.er1
19991 ac_status=$?
19992 grep -v '^ *+' conftest.er1 >conftest.err
19993 rm -f conftest.er1
19994 cat conftest.err >&5
19995 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
19996 (exit $ac_status); } && {
19997 test -z "$ac_c_werror_flag" ||
19998 test ! -s conftest.err
19999 } && test -s conftest.$ac_objext; then
20001 else
20002 $as_echo "$as_me: failed program was:" >&5
20003 sed 's/^/| /' conftest.$ac_ext >&5
20005 ac_cv_type_fsfilcnt_t=yes
20008 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20009 else
20010 $as_echo "$as_me: failed program was:" >&5
20011 sed 's/^/| /' conftest.$ac_ext >&5
20016 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20018 { $as_echo "$as_me:$LINENO: result: $ac_cv_type_fsfilcnt_t" >&5
20019 $as_echo "$ac_cv_type_fsfilcnt_t" >&6; }
20020 if test "x$ac_cv_type_fsfilcnt_t" = x""yes; then
20022 cat >>confdefs.h <<_ACEOF
20023 #define HAVE_FSFILCNT_T 1
20024 _ACEOF
20029 { $as_echo "$as_me:$LINENO: checking for sigset_t" >&5
20030 $as_echo_n "checking for sigset_t... " >&6; }
20031 if test "${ac_cv_type_sigset_t+set}" = set; then
20032 $as_echo_n "(cached) " >&6
20033 else
20034 ac_cv_type_sigset_t=no
20035 cat >conftest.$ac_ext <<_ACEOF
20036 /* confdefs.h. */
20037 _ACEOF
20038 cat confdefs.h >>conftest.$ac_ext
20039 cat >>conftest.$ac_ext <<_ACEOF
20040 /* end confdefs.h. */
20041 #include <sys/types.h>
20042 #include <signal.h>
20045 main ()
20047 if (sizeof (sigset_t))
20048 return 0;
20050 return 0;
20052 _ACEOF
20053 rm -f conftest.$ac_objext
20054 if { (ac_try="$ac_compile"
20055 case "(($ac_try" in
20056 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20057 *) ac_try_echo=$ac_try;;
20058 esac
20059 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
20060 $as_echo "$ac_try_echo") >&5
20061 (eval "$ac_compile") 2>conftest.er1
20062 ac_status=$?
20063 grep -v '^ *+' conftest.er1 >conftest.err
20064 rm -f conftest.er1
20065 cat conftest.err >&5
20066 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
20067 (exit $ac_status); } && {
20068 test -z "$ac_c_werror_flag" ||
20069 test ! -s conftest.err
20070 } && test -s conftest.$ac_objext; then
20071 cat >conftest.$ac_ext <<_ACEOF
20072 /* confdefs.h. */
20073 _ACEOF
20074 cat confdefs.h >>conftest.$ac_ext
20075 cat >>conftest.$ac_ext <<_ACEOF
20076 /* end confdefs.h. */
20077 #include <sys/types.h>
20078 #include <signal.h>
20081 main ()
20083 if (sizeof ((sigset_t)))
20084 return 0;
20086 return 0;
20088 _ACEOF
20089 rm -f conftest.$ac_objext
20090 if { (ac_try="$ac_compile"
20091 case "(($ac_try" in
20092 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20093 *) ac_try_echo=$ac_try;;
20094 esac
20095 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
20096 $as_echo "$ac_try_echo") >&5
20097 (eval "$ac_compile") 2>conftest.er1
20098 ac_status=$?
20099 grep -v '^ *+' conftest.er1 >conftest.err
20100 rm -f conftest.er1
20101 cat conftest.err >&5
20102 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
20103 (exit $ac_status); } && {
20104 test -z "$ac_c_werror_flag" ||
20105 test ! -s conftest.err
20106 } && test -s conftest.$ac_objext; then
20108 else
20109 $as_echo "$as_me: failed program was:" >&5
20110 sed 's/^/| /' conftest.$ac_ext >&5
20112 ac_cv_type_sigset_t=yes
20115 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20116 else
20117 $as_echo "$as_me: failed program was:" >&5
20118 sed 's/^/| /' conftest.$ac_ext >&5
20123 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20125 { $as_echo "$as_me:$LINENO: result: $ac_cv_type_sigset_t" >&5
20126 $as_echo "$ac_cv_type_sigset_t" >&6; }
20127 if test "x$ac_cv_type_sigset_t" = x""yes; then
20129 cat >>confdefs.h <<_ACEOF
20130 #define HAVE_SIGSET_T 1
20131 _ACEOF
20136 { $as_echo "$as_me:$LINENO: checking for request_sense" >&5
20137 $as_echo_n "checking for request_sense... " >&6; }
20138 if test "${ac_cv_type_request_sense+set}" = set; then
20139 $as_echo_n "(cached) " >&6
20140 else
20141 ac_cv_type_request_sense=no
20142 cat >conftest.$ac_ext <<_ACEOF
20143 /* confdefs.h. */
20144 _ACEOF
20145 cat confdefs.h >>conftest.$ac_ext
20146 cat >>conftest.$ac_ext <<_ACEOF
20147 /* end confdefs.h. */
20148 #include <linux/cdrom.h>
20151 main ()
20153 if (sizeof (request_sense))
20154 return 0;
20156 return 0;
20158 _ACEOF
20159 rm -f conftest.$ac_objext
20160 if { (ac_try="$ac_compile"
20161 case "(($ac_try" in
20162 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20163 *) ac_try_echo=$ac_try;;
20164 esac
20165 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
20166 $as_echo "$ac_try_echo") >&5
20167 (eval "$ac_compile") 2>conftest.er1
20168 ac_status=$?
20169 grep -v '^ *+' conftest.er1 >conftest.err
20170 rm -f conftest.er1
20171 cat conftest.err >&5
20172 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
20173 (exit $ac_status); } && {
20174 test -z "$ac_c_werror_flag" ||
20175 test ! -s conftest.err
20176 } && test -s conftest.$ac_objext; then
20177 cat >conftest.$ac_ext <<_ACEOF
20178 /* confdefs.h. */
20179 _ACEOF
20180 cat confdefs.h >>conftest.$ac_ext
20181 cat >>conftest.$ac_ext <<_ACEOF
20182 /* end confdefs.h. */
20183 #include <linux/cdrom.h>
20186 main ()
20188 if (sizeof ((request_sense)))
20189 return 0;
20191 return 0;
20193 _ACEOF
20194 rm -f conftest.$ac_objext
20195 if { (ac_try="$ac_compile"
20196 case "(($ac_try" in
20197 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20198 *) ac_try_echo=$ac_try;;
20199 esac
20200 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
20201 $as_echo "$ac_try_echo") >&5
20202 (eval "$ac_compile") 2>conftest.er1
20203 ac_status=$?
20204 grep -v '^ *+' conftest.er1 >conftest.err
20205 rm -f conftest.er1
20206 cat conftest.err >&5
20207 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
20208 (exit $ac_status); } && {
20209 test -z "$ac_c_werror_flag" ||
20210 test ! -s conftest.err
20211 } && test -s conftest.$ac_objext; then
20213 else
20214 $as_echo "$as_me: failed program was:" >&5
20215 sed 's/^/| /' conftest.$ac_ext >&5
20217 ac_cv_type_request_sense=yes
20220 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20221 else
20222 $as_echo "$as_me: failed program was:" >&5
20223 sed 's/^/| /' conftest.$ac_ext >&5
20228 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20230 { $as_echo "$as_me:$LINENO: result: $ac_cv_type_request_sense" >&5
20231 $as_echo "$ac_cv_type_request_sense" >&6; }
20232 if test "x$ac_cv_type_request_sense" = x""yes; then
20234 cat >>confdefs.h <<_ACEOF
20235 #define HAVE_REQUEST_SENSE 1
20236 _ACEOF
20242 { $as_echo "$as_me:$LINENO: checking for struct ff_effect.direction" >&5
20243 $as_echo_n "checking for struct ff_effect.direction... " >&6; }
20244 if test "${ac_cv_member_struct_ff_effect_direction+set}" = set; then
20245 $as_echo_n "(cached) " >&6
20246 else
20247 cat >conftest.$ac_ext <<_ACEOF
20248 /* confdefs.h. */
20249 _ACEOF
20250 cat confdefs.h >>conftest.$ac_ext
20251 cat >>conftest.$ac_ext <<_ACEOF
20252 /* end confdefs.h. */
20253 #ifdef HAVE_LINUX_INPUT_H
20254 #include <linux/input.h>
20255 #endif
20258 main ()
20260 static struct ff_effect ac_aggr;
20261 if (ac_aggr.direction)
20262 return 0;
20264 return 0;
20266 _ACEOF
20267 rm -f conftest.$ac_objext
20268 if { (ac_try="$ac_compile"
20269 case "(($ac_try" in
20270 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20271 *) ac_try_echo=$ac_try;;
20272 esac
20273 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
20274 $as_echo "$ac_try_echo") >&5
20275 (eval "$ac_compile") 2>conftest.er1
20276 ac_status=$?
20277 grep -v '^ *+' conftest.er1 >conftest.err
20278 rm -f conftest.er1
20279 cat conftest.err >&5
20280 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
20281 (exit $ac_status); } && {
20282 test -z "$ac_c_werror_flag" ||
20283 test ! -s conftest.err
20284 } && test -s conftest.$ac_objext; then
20285 ac_cv_member_struct_ff_effect_direction=yes
20286 else
20287 $as_echo "$as_me: failed program was:" >&5
20288 sed 's/^/| /' conftest.$ac_ext >&5
20290 cat >conftest.$ac_ext <<_ACEOF
20291 /* confdefs.h. */
20292 _ACEOF
20293 cat confdefs.h >>conftest.$ac_ext
20294 cat >>conftest.$ac_ext <<_ACEOF
20295 /* end confdefs.h. */
20296 #ifdef HAVE_LINUX_INPUT_H
20297 #include <linux/input.h>
20298 #endif
20301 main ()
20303 static struct ff_effect ac_aggr;
20304 if (sizeof ac_aggr.direction)
20305 return 0;
20307 return 0;
20309 _ACEOF
20310 rm -f conftest.$ac_objext
20311 if { (ac_try="$ac_compile"
20312 case "(($ac_try" in
20313 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20314 *) ac_try_echo=$ac_try;;
20315 esac
20316 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
20317 $as_echo "$ac_try_echo") >&5
20318 (eval "$ac_compile") 2>conftest.er1
20319 ac_status=$?
20320 grep -v '^ *+' conftest.er1 >conftest.err
20321 rm -f conftest.er1
20322 cat conftest.err >&5
20323 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
20324 (exit $ac_status); } && {
20325 test -z "$ac_c_werror_flag" ||
20326 test ! -s conftest.err
20327 } && test -s conftest.$ac_objext; then
20328 ac_cv_member_struct_ff_effect_direction=yes
20329 else
20330 $as_echo "$as_me: failed program was:" >&5
20331 sed 's/^/| /' conftest.$ac_ext >&5
20333 ac_cv_member_struct_ff_effect_direction=no
20336 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20339 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20341 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_ff_effect_direction" >&5
20342 $as_echo "$ac_cv_member_struct_ff_effect_direction" >&6; }
20343 if test "x$ac_cv_member_struct_ff_effect_direction" = x""yes; then
20345 cat >>confdefs.h <<_ACEOF
20346 #define HAVE_STRUCT_FF_EFFECT_DIRECTION 1
20347 _ACEOF
20353 { $as_echo "$as_me:$LINENO: checking for sigaddset" >&5
20354 $as_echo_n "checking for sigaddset... " >&6; }
20355 if test "${wine_cv_have_sigaddset+set}" = set; then
20356 $as_echo_n "(cached) " >&6
20357 else
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 #include <signal.h>
20366 main ()
20368 sigset_t set; sigaddset(&set,SIGTERM);
20370 return 0;
20372 _ACEOF
20373 rm -f conftest.$ac_objext conftest$ac_exeext
20374 if { (ac_try="$ac_link"
20375 case "(($ac_try" in
20376 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20377 *) ac_try_echo=$ac_try;;
20378 esac
20379 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
20380 $as_echo "$ac_try_echo") >&5
20381 (eval "$ac_link") 2>conftest.er1
20382 ac_status=$?
20383 grep -v '^ *+' conftest.er1 >conftest.err
20384 rm -f conftest.er1
20385 cat conftest.err >&5
20386 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
20387 (exit $ac_status); } && {
20388 test -z "$ac_c_werror_flag" ||
20389 test ! -s conftest.err
20390 } && test -s conftest$ac_exeext && {
20391 test "$cross_compiling" = yes ||
20392 $as_test_x conftest$ac_exeext
20393 }; then
20394 wine_cv_have_sigaddset=yes
20395 else
20396 $as_echo "$as_me: failed program was:" >&5
20397 sed 's/^/| /' conftest.$ac_ext >&5
20399 wine_cv_have_sigaddset=no
20402 rm -rf conftest.dSYM
20403 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
20404 conftest$ac_exeext conftest.$ac_ext
20406 { $as_echo "$as_me:$LINENO: result: $wine_cv_have_sigaddset" >&5
20407 $as_echo "$wine_cv_have_sigaddset" >&6; }
20408 if test "$wine_cv_have_sigaddset" = "yes"
20409 then
20411 cat >>confdefs.h <<\_ACEOF
20412 #define HAVE_SIGADDSET 1
20413 _ACEOF
20418 { $as_echo "$as_me:$LINENO: checking whether we can use re-entrant gethostbyname_r Linux style" >&5
20419 $as_echo_n "checking whether we can use re-entrant gethostbyname_r Linux style... " >&6; }
20420 if test "${wine_cv_linux_gethostbyname_r_6+set}" = set; then
20421 $as_echo_n "(cached) " >&6
20422 else
20423 cat >conftest.$ac_ext <<_ACEOF
20424 /* confdefs.h. */
20425 _ACEOF
20426 cat confdefs.h >>conftest.$ac_ext
20427 cat >>conftest.$ac_ext <<_ACEOF
20428 /* end confdefs.h. */
20429 #include <netdb.h>
20431 main ()
20434 char *name=0;
20435 struct hostent he;
20436 struct hostent *result;
20437 char *buf=0;
20438 int bufsize=0;
20439 int res,errnr;
20440 char *addr=0;
20441 int addrlen=0;
20442 int addrtype=0;
20443 res=gethostbyname_r(name,&he,buf,bufsize,&result,&errnr);
20444 res=gethostbyaddr_r(addr, addrlen, addrtype,&he,buf,bufsize,&result,&errnr);
20447 return 0;
20449 _ACEOF
20450 rm -f conftest.$ac_objext conftest$ac_exeext
20451 if { (ac_try="$ac_link"
20452 case "(($ac_try" in
20453 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20454 *) ac_try_echo=$ac_try;;
20455 esac
20456 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
20457 $as_echo "$ac_try_echo") >&5
20458 (eval "$ac_link") 2>conftest.er1
20459 ac_status=$?
20460 grep -v '^ *+' conftest.er1 >conftest.err
20461 rm -f conftest.er1
20462 cat conftest.err >&5
20463 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
20464 (exit $ac_status); } && {
20465 test -z "$ac_c_werror_flag" ||
20466 test ! -s conftest.err
20467 } && test -s conftest$ac_exeext && {
20468 test "$cross_compiling" = yes ||
20469 $as_test_x conftest$ac_exeext
20470 }; then
20471 wine_cv_linux_gethostbyname_r_6=yes
20472 else
20473 $as_echo "$as_me: failed program was:" >&5
20474 sed 's/^/| /' conftest.$ac_ext >&5
20476 wine_cv_linux_gethostbyname_r_6=no
20480 rm -rf conftest.dSYM
20481 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
20482 conftest$ac_exeext conftest.$ac_ext
20485 { $as_echo "$as_me:$LINENO: result: $wine_cv_linux_gethostbyname_r_6" >&5
20486 $as_echo "$wine_cv_linux_gethostbyname_r_6" >&6; }
20487 if test "$wine_cv_linux_gethostbyname_r_6" = "yes"
20488 then
20490 cat >>confdefs.h <<\_ACEOF
20491 #define HAVE_LINUX_GETHOSTBYNAME_R_6 1
20492 _ACEOF
20496 if test "$ac_cv_header_linux_joystick_h" = "yes"
20497 then
20498 { $as_echo "$as_me:$LINENO: checking whether linux/joystick.h uses the Linux 2.2+ API" >&5
20499 $as_echo_n "checking whether linux/joystick.h uses the Linux 2.2+ API... " >&6; }
20500 if test "${wine_cv_linux_joystick_22_api+set}" = set; then
20501 $as_echo_n "(cached) " >&6
20502 else
20503 cat >conftest.$ac_ext <<_ACEOF
20504 /* confdefs.h. */
20505 _ACEOF
20506 cat confdefs.h >>conftest.$ac_ext
20507 cat >>conftest.$ac_ext <<_ACEOF
20508 /* end confdefs.h. */
20510 #include <sys/ioctl.h>
20511 #include <sys/types.h>
20512 #include <linux/joystick.h>
20514 struct js_event blub;
20515 #if !defined(JS_EVENT_AXIS) || !defined(JS_EVENT_BUTTON)
20516 #error "no 2.2 header"
20517 #endif
20520 main ()
20522 /*empty*/
20524 return 0;
20526 _ACEOF
20527 rm -f conftest.$ac_objext
20528 if { (ac_try="$ac_compile"
20529 case "(($ac_try" in
20530 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20531 *) ac_try_echo=$ac_try;;
20532 esac
20533 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
20534 $as_echo "$ac_try_echo") >&5
20535 (eval "$ac_compile") 2>conftest.er1
20536 ac_status=$?
20537 grep -v '^ *+' conftest.er1 >conftest.err
20538 rm -f conftest.er1
20539 cat conftest.err >&5
20540 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
20541 (exit $ac_status); } && {
20542 test -z "$ac_c_werror_flag" ||
20543 test ! -s conftest.err
20544 } && test -s conftest.$ac_objext; then
20545 wine_cv_linux_joystick_22_api=yes
20546 else
20547 $as_echo "$as_me: failed program was:" >&5
20548 sed 's/^/| /' conftest.$ac_ext >&5
20550 wine_cv_linux_joystick_22_api=no
20553 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20556 { $as_echo "$as_me:$LINENO: result: $wine_cv_linux_joystick_22_api" >&5
20557 $as_echo "$wine_cv_linux_joystick_22_api" >&6; }
20558 if test "$wine_cv_linux_joystick_22_api" = "yes"
20559 then
20561 cat >>confdefs.h <<\_ACEOF
20562 #define HAVE_LINUX_22_JOYSTICK_API 1
20563 _ACEOF
20569 { $as_echo "$as_me:$LINENO: checking for struct statfs.f_bfree" >&5
20570 $as_echo_n "checking for struct statfs.f_bfree... " >&6; }
20571 if test "${ac_cv_member_struct_statfs_f_bfree+set}" = set; then
20572 $as_echo_n "(cached) " >&6
20573 else
20574 cat >conftest.$ac_ext <<_ACEOF
20575 /* confdefs.h. */
20576 _ACEOF
20577 cat confdefs.h >>conftest.$ac_ext
20578 cat >>conftest.$ac_ext <<_ACEOF
20579 /* end confdefs.h. */
20580 #include <sys/types.h>
20581 #ifdef HAVE_SYS_PARAM_H
20582 # include <sys/param.h>
20583 #endif
20584 #ifdef HAVE_SYS_MOUNT_H
20585 # include <sys/mount.h>
20586 #endif
20587 #ifdef HAVE_SYS_VFS_H
20588 # include <sys/vfs.h>
20589 #endif
20590 #ifdef HAVE_SYS_STATFS_H
20591 # include <sys/statfs.h>
20592 #endif
20595 main ()
20597 static struct statfs ac_aggr;
20598 if (ac_aggr.f_bfree)
20599 return 0;
20601 return 0;
20603 _ACEOF
20604 rm -f conftest.$ac_objext
20605 if { (ac_try="$ac_compile"
20606 case "(($ac_try" in
20607 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20608 *) ac_try_echo=$ac_try;;
20609 esac
20610 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
20611 $as_echo "$ac_try_echo") >&5
20612 (eval "$ac_compile") 2>conftest.er1
20613 ac_status=$?
20614 grep -v '^ *+' conftest.er1 >conftest.err
20615 rm -f conftest.er1
20616 cat conftest.err >&5
20617 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
20618 (exit $ac_status); } && {
20619 test -z "$ac_c_werror_flag" ||
20620 test ! -s conftest.err
20621 } && test -s conftest.$ac_objext; then
20622 ac_cv_member_struct_statfs_f_bfree=yes
20623 else
20624 $as_echo "$as_me: failed program was:" >&5
20625 sed 's/^/| /' conftest.$ac_ext >&5
20627 cat >conftest.$ac_ext <<_ACEOF
20628 /* confdefs.h. */
20629 _ACEOF
20630 cat confdefs.h >>conftest.$ac_ext
20631 cat >>conftest.$ac_ext <<_ACEOF
20632 /* end confdefs.h. */
20633 #include <sys/types.h>
20634 #ifdef HAVE_SYS_PARAM_H
20635 # include <sys/param.h>
20636 #endif
20637 #ifdef HAVE_SYS_MOUNT_H
20638 # include <sys/mount.h>
20639 #endif
20640 #ifdef HAVE_SYS_VFS_H
20641 # include <sys/vfs.h>
20642 #endif
20643 #ifdef HAVE_SYS_STATFS_H
20644 # include <sys/statfs.h>
20645 #endif
20648 main ()
20650 static struct statfs ac_aggr;
20651 if (sizeof ac_aggr.f_bfree)
20652 return 0;
20654 return 0;
20656 _ACEOF
20657 rm -f conftest.$ac_objext
20658 if { (ac_try="$ac_compile"
20659 case "(($ac_try" in
20660 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20661 *) ac_try_echo=$ac_try;;
20662 esac
20663 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
20664 $as_echo "$ac_try_echo") >&5
20665 (eval "$ac_compile") 2>conftest.er1
20666 ac_status=$?
20667 grep -v '^ *+' conftest.er1 >conftest.err
20668 rm -f conftest.er1
20669 cat conftest.err >&5
20670 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
20671 (exit $ac_status); } && {
20672 test -z "$ac_c_werror_flag" ||
20673 test ! -s conftest.err
20674 } && test -s conftest.$ac_objext; then
20675 ac_cv_member_struct_statfs_f_bfree=yes
20676 else
20677 $as_echo "$as_me: failed program was:" >&5
20678 sed 's/^/| /' conftest.$ac_ext >&5
20680 ac_cv_member_struct_statfs_f_bfree=no
20683 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20686 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20688 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_statfs_f_bfree" >&5
20689 $as_echo "$ac_cv_member_struct_statfs_f_bfree" >&6; }
20690 if test "x$ac_cv_member_struct_statfs_f_bfree" = x""yes; then
20692 cat >>confdefs.h <<_ACEOF
20693 #define HAVE_STRUCT_STATFS_F_BFREE 1
20694 _ACEOF
20698 { $as_echo "$as_me:$LINENO: checking for struct statfs.f_bavail" >&5
20699 $as_echo_n "checking for struct statfs.f_bavail... " >&6; }
20700 if test "${ac_cv_member_struct_statfs_f_bavail+set}" = set; then
20701 $as_echo_n "(cached) " >&6
20702 else
20703 cat >conftest.$ac_ext <<_ACEOF
20704 /* confdefs.h. */
20705 _ACEOF
20706 cat confdefs.h >>conftest.$ac_ext
20707 cat >>conftest.$ac_ext <<_ACEOF
20708 /* end confdefs.h. */
20709 #include <sys/types.h>
20710 #ifdef HAVE_SYS_PARAM_H
20711 # include <sys/param.h>
20712 #endif
20713 #ifdef HAVE_SYS_MOUNT_H
20714 # include <sys/mount.h>
20715 #endif
20716 #ifdef HAVE_SYS_VFS_H
20717 # include <sys/vfs.h>
20718 #endif
20719 #ifdef HAVE_SYS_STATFS_H
20720 # include <sys/statfs.h>
20721 #endif
20724 main ()
20726 static struct statfs ac_aggr;
20727 if (ac_aggr.f_bavail)
20728 return 0;
20730 return 0;
20732 _ACEOF
20733 rm -f conftest.$ac_objext
20734 if { (ac_try="$ac_compile"
20735 case "(($ac_try" in
20736 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20737 *) ac_try_echo=$ac_try;;
20738 esac
20739 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
20740 $as_echo "$ac_try_echo") >&5
20741 (eval "$ac_compile") 2>conftest.er1
20742 ac_status=$?
20743 grep -v '^ *+' conftest.er1 >conftest.err
20744 rm -f conftest.er1
20745 cat conftest.err >&5
20746 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
20747 (exit $ac_status); } && {
20748 test -z "$ac_c_werror_flag" ||
20749 test ! -s conftest.err
20750 } && test -s conftest.$ac_objext; then
20751 ac_cv_member_struct_statfs_f_bavail=yes
20752 else
20753 $as_echo "$as_me: failed program was:" >&5
20754 sed 's/^/| /' conftest.$ac_ext >&5
20756 cat >conftest.$ac_ext <<_ACEOF
20757 /* confdefs.h. */
20758 _ACEOF
20759 cat confdefs.h >>conftest.$ac_ext
20760 cat >>conftest.$ac_ext <<_ACEOF
20761 /* end confdefs.h. */
20762 #include <sys/types.h>
20763 #ifdef HAVE_SYS_PARAM_H
20764 # include <sys/param.h>
20765 #endif
20766 #ifdef HAVE_SYS_MOUNT_H
20767 # include <sys/mount.h>
20768 #endif
20769 #ifdef HAVE_SYS_VFS_H
20770 # include <sys/vfs.h>
20771 #endif
20772 #ifdef HAVE_SYS_STATFS_H
20773 # include <sys/statfs.h>
20774 #endif
20777 main ()
20779 static struct statfs ac_aggr;
20780 if (sizeof ac_aggr.f_bavail)
20781 return 0;
20783 return 0;
20785 _ACEOF
20786 rm -f conftest.$ac_objext
20787 if { (ac_try="$ac_compile"
20788 case "(($ac_try" in
20789 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20790 *) ac_try_echo=$ac_try;;
20791 esac
20792 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
20793 $as_echo "$ac_try_echo") >&5
20794 (eval "$ac_compile") 2>conftest.er1
20795 ac_status=$?
20796 grep -v '^ *+' conftest.er1 >conftest.err
20797 rm -f conftest.er1
20798 cat conftest.err >&5
20799 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
20800 (exit $ac_status); } && {
20801 test -z "$ac_c_werror_flag" ||
20802 test ! -s conftest.err
20803 } && test -s conftest.$ac_objext; then
20804 ac_cv_member_struct_statfs_f_bavail=yes
20805 else
20806 $as_echo "$as_me: failed program was:" >&5
20807 sed 's/^/| /' conftest.$ac_ext >&5
20809 ac_cv_member_struct_statfs_f_bavail=no
20812 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20815 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20817 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_statfs_f_bavail" >&5
20818 $as_echo "$ac_cv_member_struct_statfs_f_bavail" >&6; }
20819 if test "x$ac_cv_member_struct_statfs_f_bavail" = x""yes; then
20821 cat >>confdefs.h <<_ACEOF
20822 #define HAVE_STRUCT_STATFS_F_BAVAIL 1
20823 _ACEOF
20827 { $as_echo "$as_me:$LINENO: checking for struct statfs.f_frsize" >&5
20828 $as_echo_n "checking for struct statfs.f_frsize... " >&6; }
20829 if test "${ac_cv_member_struct_statfs_f_frsize+set}" = set; then
20830 $as_echo_n "(cached) " >&6
20831 else
20832 cat >conftest.$ac_ext <<_ACEOF
20833 /* confdefs.h. */
20834 _ACEOF
20835 cat confdefs.h >>conftest.$ac_ext
20836 cat >>conftest.$ac_ext <<_ACEOF
20837 /* end confdefs.h. */
20838 #include <sys/types.h>
20839 #ifdef HAVE_SYS_PARAM_H
20840 # include <sys/param.h>
20841 #endif
20842 #ifdef HAVE_SYS_MOUNT_H
20843 # include <sys/mount.h>
20844 #endif
20845 #ifdef HAVE_SYS_VFS_H
20846 # include <sys/vfs.h>
20847 #endif
20848 #ifdef HAVE_SYS_STATFS_H
20849 # include <sys/statfs.h>
20850 #endif
20853 main ()
20855 static struct statfs ac_aggr;
20856 if (ac_aggr.f_frsize)
20857 return 0;
20859 return 0;
20861 _ACEOF
20862 rm -f conftest.$ac_objext
20863 if { (ac_try="$ac_compile"
20864 case "(($ac_try" in
20865 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20866 *) ac_try_echo=$ac_try;;
20867 esac
20868 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
20869 $as_echo "$ac_try_echo") >&5
20870 (eval "$ac_compile") 2>conftest.er1
20871 ac_status=$?
20872 grep -v '^ *+' conftest.er1 >conftest.err
20873 rm -f conftest.er1
20874 cat conftest.err >&5
20875 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
20876 (exit $ac_status); } && {
20877 test -z "$ac_c_werror_flag" ||
20878 test ! -s conftest.err
20879 } && test -s conftest.$ac_objext; then
20880 ac_cv_member_struct_statfs_f_frsize=yes
20881 else
20882 $as_echo "$as_me: failed program was:" >&5
20883 sed 's/^/| /' conftest.$ac_ext >&5
20885 cat >conftest.$ac_ext <<_ACEOF
20886 /* confdefs.h. */
20887 _ACEOF
20888 cat confdefs.h >>conftest.$ac_ext
20889 cat >>conftest.$ac_ext <<_ACEOF
20890 /* end confdefs.h. */
20891 #include <sys/types.h>
20892 #ifdef HAVE_SYS_PARAM_H
20893 # include <sys/param.h>
20894 #endif
20895 #ifdef HAVE_SYS_MOUNT_H
20896 # include <sys/mount.h>
20897 #endif
20898 #ifdef HAVE_SYS_VFS_H
20899 # include <sys/vfs.h>
20900 #endif
20901 #ifdef HAVE_SYS_STATFS_H
20902 # include <sys/statfs.h>
20903 #endif
20906 main ()
20908 static struct statfs ac_aggr;
20909 if (sizeof ac_aggr.f_frsize)
20910 return 0;
20912 return 0;
20914 _ACEOF
20915 rm -f conftest.$ac_objext
20916 if { (ac_try="$ac_compile"
20917 case "(($ac_try" in
20918 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20919 *) ac_try_echo=$ac_try;;
20920 esac
20921 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
20922 $as_echo "$ac_try_echo") >&5
20923 (eval "$ac_compile") 2>conftest.er1
20924 ac_status=$?
20925 grep -v '^ *+' conftest.er1 >conftest.err
20926 rm -f conftest.er1
20927 cat conftest.err >&5
20928 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
20929 (exit $ac_status); } && {
20930 test -z "$ac_c_werror_flag" ||
20931 test ! -s conftest.err
20932 } && test -s conftest.$ac_objext; then
20933 ac_cv_member_struct_statfs_f_frsize=yes
20934 else
20935 $as_echo "$as_me: failed program was:" >&5
20936 sed 's/^/| /' conftest.$ac_ext >&5
20938 ac_cv_member_struct_statfs_f_frsize=no
20941 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20944 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20946 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_statfs_f_frsize" >&5
20947 $as_echo "$ac_cv_member_struct_statfs_f_frsize" >&6; }
20948 if test "x$ac_cv_member_struct_statfs_f_frsize" = x""yes; then
20950 cat >>confdefs.h <<_ACEOF
20951 #define HAVE_STRUCT_STATFS_F_FRSIZE 1
20952 _ACEOF
20956 { $as_echo "$as_me:$LINENO: checking for struct statfs.f_ffree" >&5
20957 $as_echo_n "checking for struct statfs.f_ffree... " >&6; }
20958 if test "${ac_cv_member_struct_statfs_f_ffree+set}" = set; then
20959 $as_echo_n "(cached) " >&6
20960 else
20961 cat >conftest.$ac_ext <<_ACEOF
20962 /* confdefs.h. */
20963 _ACEOF
20964 cat confdefs.h >>conftest.$ac_ext
20965 cat >>conftest.$ac_ext <<_ACEOF
20966 /* end confdefs.h. */
20967 #include <sys/types.h>
20968 #ifdef HAVE_SYS_PARAM_H
20969 # include <sys/param.h>
20970 #endif
20971 #ifdef HAVE_SYS_MOUNT_H
20972 # include <sys/mount.h>
20973 #endif
20974 #ifdef HAVE_SYS_VFS_H
20975 # include <sys/vfs.h>
20976 #endif
20977 #ifdef HAVE_SYS_STATFS_H
20978 # include <sys/statfs.h>
20979 #endif
20982 main ()
20984 static struct statfs ac_aggr;
20985 if (ac_aggr.f_ffree)
20986 return 0;
20988 return 0;
20990 _ACEOF
20991 rm -f conftest.$ac_objext
20992 if { (ac_try="$ac_compile"
20993 case "(($ac_try" in
20994 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20995 *) ac_try_echo=$ac_try;;
20996 esac
20997 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
20998 $as_echo "$ac_try_echo") >&5
20999 (eval "$ac_compile") 2>conftest.er1
21000 ac_status=$?
21001 grep -v '^ *+' conftest.er1 >conftest.err
21002 rm -f conftest.er1
21003 cat conftest.err >&5
21004 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
21005 (exit $ac_status); } && {
21006 test -z "$ac_c_werror_flag" ||
21007 test ! -s conftest.err
21008 } && test -s conftest.$ac_objext; then
21009 ac_cv_member_struct_statfs_f_ffree=yes
21010 else
21011 $as_echo "$as_me: failed program was:" >&5
21012 sed 's/^/| /' conftest.$ac_ext >&5
21014 cat >conftest.$ac_ext <<_ACEOF
21015 /* confdefs.h. */
21016 _ACEOF
21017 cat confdefs.h >>conftest.$ac_ext
21018 cat >>conftest.$ac_ext <<_ACEOF
21019 /* end confdefs.h. */
21020 #include <sys/types.h>
21021 #ifdef HAVE_SYS_PARAM_H
21022 # include <sys/param.h>
21023 #endif
21024 #ifdef HAVE_SYS_MOUNT_H
21025 # include <sys/mount.h>
21026 #endif
21027 #ifdef HAVE_SYS_VFS_H
21028 # include <sys/vfs.h>
21029 #endif
21030 #ifdef HAVE_SYS_STATFS_H
21031 # include <sys/statfs.h>
21032 #endif
21035 main ()
21037 static struct statfs ac_aggr;
21038 if (sizeof ac_aggr.f_ffree)
21039 return 0;
21041 return 0;
21043 _ACEOF
21044 rm -f conftest.$ac_objext
21045 if { (ac_try="$ac_compile"
21046 case "(($ac_try" in
21047 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21048 *) ac_try_echo=$ac_try;;
21049 esac
21050 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
21051 $as_echo "$ac_try_echo") >&5
21052 (eval "$ac_compile") 2>conftest.er1
21053 ac_status=$?
21054 grep -v '^ *+' conftest.er1 >conftest.err
21055 rm -f conftest.er1
21056 cat conftest.err >&5
21057 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
21058 (exit $ac_status); } && {
21059 test -z "$ac_c_werror_flag" ||
21060 test ! -s conftest.err
21061 } && test -s conftest.$ac_objext; then
21062 ac_cv_member_struct_statfs_f_ffree=yes
21063 else
21064 $as_echo "$as_me: failed program was:" >&5
21065 sed 's/^/| /' conftest.$ac_ext >&5
21067 ac_cv_member_struct_statfs_f_ffree=no
21070 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21073 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21075 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_statfs_f_ffree" >&5
21076 $as_echo "$ac_cv_member_struct_statfs_f_ffree" >&6; }
21077 if test "x$ac_cv_member_struct_statfs_f_ffree" = x""yes; then
21079 cat >>confdefs.h <<_ACEOF
21080 #define HAVE_STRUCT_STATFS_F_FFREE 1
21081 _ACEOF
21085 { $as_echo "$as_me:$LINENO: checking for struct statfs.f_favail" >&5
21086 $as_echo_n "checking for struct statfs.f_favail... " >&6; }
21087 if test "${ac_cv_member_struct_statfs_f_favail+set}" = set; then
21088 $as_echo_n "(cached) " >&6
21089 else
21090 cat >conftest.$ac_ext <<_ACEOF
21091 /* confdefs.h. */
21092 _ACEOF
21093 cat confdefs.h >>conftest.$ac_ext
21094 cat >>conftest.$ac_ext <<_ACEOF
21095 /* end confdefs.h. */
21096 #include <sys/types.h>
21097 #ifdef HAVE_SYS_PARAM_H
21098 # include <sys/param.h>
21099 #endif
21100 #ifdef HAVE_SYS_MOUNT_H
21101 # include <sys/mount.h>
21102 #endif
21103 #ifdef HAVE_SYS_VFS_H
21104 # include <sys/vfs.h>
21105 #endif
21106 #ifdef HAVE_SYS_STATFS_H
21107 # include <sys/statfs.h>
21108 #endif
21111 main ()
21113 static struct statfs ac_aggr;
21114 if (ac_aggr.f_favail)
21115 return 0;
21117 return 0;
21119 _ACEOF
21120 rm -f conftest.$ac_objext
21121 if { (ac_try="$ac_compile"
21122 case "(($ac_try" in
21123 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21124 *) ac_try_echo=$ac_try;;
21125 esac
21126 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
21127 $as_echo "$ac_try_echo") >&5
21128 (eval "$ac_compile") 2>conftest.er1
21129 ac_status=$?
21130 grep -v '^ *+' conftest.er1 >conftest.err
21131 rm -f conftest.er1
21132 cat conftest.err >&5
21133 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
21134 (exit $ac_status); } && {
21135 test -z "$ac_c_werror_flag" ||
21136 test ! -s conftest.err
21137 } && test -s conftest.$ac_objext; then
21138 ac_cv_member_struct_statfs_f_favail=yes
21139 else
21140 $as_echo "$as_me: failed program was:" >&5
21141 sed 's/^/| /' conftest.$ac_ext >&5
21143 cat >conftest.$ac_ext <<_ACEOF
21144 /* confdefs.h. */
21145 _ACEOF
21146 cat confdefs.h >>conftest.$ac_ext
21147 cat >>conftest.$ac_ext <<_ACEOF
21148 /* end confdefs.h. */
21149 #include <sys/types.h>
21150 #ifdef HAVE_SYS_PARAM_H
21151 # include <sys/param.h>
21152 #endif
21153 #ifdef HAVE_SYS_MOUNT_H
21154 # include <sys/mount.h>
21155 #endif
21156 #ifdef HAVE_SYS_VFS_H
21157 # include <sys/vfs.h>
21158 #endif
21159 #ifdef HAVE_SYS_STATFS_H
21160 # include <sys/statfs.h>
21161 #endif
21164 main ()
21166 static struct statfs ac_aggr;
21167 if (sizeof ac_aggr.f_favail)
21168 return 0;
21170 return 0;
21172 _ACEOF
21173 rm -f conftest.$ac_objext
21174 if { (ac_try="$ac_compile"
21175 case "(($ac_try" in
21176 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21177 *) ac_try_echo=$ac_try;;
21178 esac
21179 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
21180 $as_echo "$ac_try_echo") >&5
21181 (eval "$ac_compile") 2>conftest.er1
21182 ac_status=$?
21183 grep -v '^ *+' conftest.er1 >conftest.err
21184 rm -f conftest.er1
21185 cat conftest.err >&5
21186 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
21187 (exit $ac_status); } && {
21188 test -z "$ac_c_werror_flag" ||
21189 test ! -s conftest.err
21190 } && test -s conftest.$ac_objext; then
21191 ac_cv_member_struct_statfs_f_favail=yes
21192 else
21193 $as_echo "$as_me: failed program was:" >&5
21194 sed 's/^/| /' conftest.$ac_ext >&5
21196 ac_cv_member_struct_statfs_f_favail=no
21199 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21202 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21204 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_statfs_f_favail" >&5
21205 $as_echo "$ac_cv_member_struct_statfs_f_favail" >&6; }
21206 if test "x$ac_cv_member_struct_statfs_f_favail" = x""yes; then
21208 cat >>confdefs.h <<_ACEOF
21209 #define HAVE_STRUCT_STATFS_F_FAVAIL 1
21210 _ACEOF
21214 { $as_echo "$as_me:$LINENO: checking for struct statfs.f_namelen" >&5
21215 $as_echo_n "checking for struct statfs.f_namelen... " >&6; }
21216 if test "${ac_cv_member_struct_statfs_f_namelen+set}" = set; then
21217 $as_echo_n "(cached) " >&6
21218 else
21219 cat >conftest.$ac_ext <<_ACEOF
21220 /* confdefs.h. */
21221 _ACEOF
21222 cat confdefs.h >>conftest.$ac_ext
21223 cat >>conftest.$ac_ext <<_ACEOF
21224 /* end confdefs.h. */
21225 #include <sys/types.h>
21226 #ifdef HAVE_SYS_PARAM_H
21227 # include <sys/param.h>
21228 #endif
21229 #ifdef HAVE_SYS_MOUNT_H
21230 # include <sys/mount.h>
21231 #endif
21232 #ifdef HAVE_SYS_VFS_H
21233 # include <sys/vfs.h>
21234 #endif
21235 #ifdef HAVE_SYS_STATFS_H
21236 # include <sys/statfs.h>
21237 #endif
21240 main ()
21242 static struct statfs ac_aggr;
21243 if (ac_aggr.f_namelen)
21244 return 0;
21246 return 0;
21248 _ACEOF
21249 rm -f conftest.$ac_objext
21250 if { (ac_try="$ac_compile"
21251 case "(($ac_try" in
21252 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21253 *) ac_try_echo=$ac_try;;
21254 esac
21255 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
21256 $as_echo "$ac_try_echo") >&5
21257 (eval "$ac_compile") 2>conftest.er1
21258 ac_status=$?
21259 grep -v '^ *+' conftest.er1 >conftest.err
21260 rm -f conftest.er1
21261 cat conftest.err >&5
21262 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
21263 (exit $ac_status); } && {
21264 test -z "$ac_c_werror_flag" ||
21265 test ! -s conftest.err
21266 } && test -s conftest.$ac_objext; then
21267 ac_cv_member_struct_statfs_f_namelen=yes
21268 else
21269 $as_echo "$as_me: failed program was:" >&5
21270 sed 's/^/| /' conftest.$ac_ext >&5
21272 cat >conftest.$ac_ext <<_ACEOF
21273 /* confdefs.h. */
21274 _ACEOF
21275 cat confdefs.h >>conftest.$ac_ext
21276 cat >>conftest.$ac_ext <<_ACEOF
21277 /* end confdefs.h. */
21278 #include <sys/types.h>
21279 #ifdef HAVE_SYS_PARAM_H
21280 # include <sys/param.h>
21281 #endif
21282 #ifdef HAVE_SYS_MOUNT_H
21283 # include <sys/mount.h>
21284 #endif
21285 #ifdef HAVE_SYS_VFS_H
21286 # include <sys/vfs.h>
21287 #endif
21288 #ifdef HAVE_SYS_STATFS_H
21289 # include <sys/statfs.h>
21290 #endif
21293 main ()
21295 static struct statfs ac_aggr;
21296 if (sizeof ac_aggr.f_namelen)
21297 return 0;
21299 return 0;
21301 _ACEOF
21302 rm -f conftest.$ac_objext
21303 if { (ac_try="$ac_compile"
21304 case "(($ac_try" in
21305 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21306 *) ac_try_echo=$ac_try;;
21307 esac
21308 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
21309 $as_echo "$ac_try_echo") >&5
21310 (eval "$ac_compile") 2>conftest.er1
21311 ac_status=$?
21312 grep -v '^ *+' conftest.er1 >conftest.err
21313 rm -f conftest.er1
21314 cat conftest.err >&5
21315 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
21316 (exit $ac_status); } && {
21317 test -z "$ac_c_werror_flag" ||
21318 test ! -s conftest.err
21319 } && test -s conftest.$ac_objext; then
21320 ac_cv_member_struct_statfs_f_namelen=yes
21321 else
21322 $as_echo "$as_me: failed program was:" >&5
21323 sed 's/^/| /' conftest.$ac_ext >&5
21325 ac_cv_member_struct_statfs_f_namelen=no
21328 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21331 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21333 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_statfs_f_namelen" >&5
21334 $as_echo "$ac_cv_member_struct_statfs_f_namelen" >&6; }
21335 if test "x$ac_cv_member_struct_statfs_f_namelen" = x""yes; then
21337 cat >>confdefs.h <<_ACEOF
21338 #define HAVE_STRUCT_STATFS_F_NAMELEN 1
21339 _ACEOF
21345 { $as_echo "$as_me:$LINENO: checking for struct statvfs.f_blocks" >&5
21346 $as_echo_n "checking for struct statvfs.f_blocks... " >&6; }
21347 if test "${ac_cv_member_struct_statvfs_f_blocks+set}" = set; then
21348 $as_echo_n "(cached) " >&6
21349 else
21350 cat >conftest.$ac_ext <<_ACEOF
21351 /* confdefs.h. */
21352 _ACEOF
21353 cat confdefs.h >>conftest.$ac_ext
21354 cat >>conftest.$ac_ext <<_ACEOF
21355 /* end confdefs.h. */
21356 #ifdef HAVE_SYS_STATVFS_H
21357 #include <sys/statvfs.h>
21358 #endif
21361 main ()
21363 static struct statvfs ac_aggr;
21364 if (ac_aggr.f_blocks)
21365 return 0;
21367 return 0;
21369 _ACEOF
21370 rm -f conftest.$ac_objext
21371 if { (ac_try="$ac_compile"
21372 case "(($ac_try" in
21373 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21374 *) ac_try_echo=$ac_try;;
21375 esac
21376 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
21377 $as_echo "$ac_try_echo") >&5
21378 (eval "$ac_compile") 2>conftest.er1
21379 ac_status=$?
21380 grep -v '^ *+' conftest.er1 >conftest.err
21381 rm -f conftest.er1
21382 cat conftest.err >&5
21383 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
21384 (exit $ac_status); } && {
21385 test -z "$ac_c_werror_flag" ||
21386 test ! -s conftest.err
21387 } && test -s conftest.$ac_objext; then
21388 ac_cv_member_struct_statvfs_f_blocks=yes
21389 else
21390 $as_echo "$as_me: failed program was:" >&5
21391 sed 's/^/| /' conftest.$ac_ext >&5
21393 cat >conftest.$ac_ext <<_ACEOF
21394 /* confdefs.h. */
21395 _ACEOF
21396 cat confdefs.h >>conftest.$ac_ext
21397 cat >>conftest.$ac_ext <<_ACEOF
21398 /* end confdefs.h. */
21399 #ifdef HAVE_SYS_STATVFS_H
21400 #include <sys/statvfs.h>
21401 #endif
21404 main ()
21406 static struct statvfs ac_aggr;
21407 if (sizeof ac_aggr.f_blocks)
21408 return 0;
21410 return 0;
21412 _ACEOF
21413 rm -f conftest.$ac_objext
21414 if { (ac_try="$ac_compile"
21415 case "(($ac_try" in
21416 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21417 *) ac_try_echo=$ac_try;;
21418 esac
21419 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
21420 $as_echo "$ac_try_echo") >&5
21421 (eval "$ac_compile") 2>conftest.er1
21422 ac_status=$?
21423 grep -v '^ *+' conftest.er1 >conftest.err
21424 rm -f conftest.er1
21425 cat conftest.err >&5
21426 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
21427 (exit $ac_status); } && {
21428 test -z "$ac_c_werror_flag" ||
21429 test ! -s conftest.err
21430 } && test -s conftest.$ac_objext; then
21431 ac_cv_member_struct_statvfs_f_blocks=yes
21432 else
21433 $as_echo "$as_me: failed program was:" >&5
21434 sed 's/^/| /' conftest.$ac_ext >&5
21436 ac_cv_member_struct_statvfs_f_blocks=no
21439 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21442 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21444 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_statvfs_f_blocks" >&5
21445 $as_echo "$ac_cv_member_struct_statvfs_f_blocks" >&6; }
21446 if test "x$ac_cv_member_struct_statvfs_f_blocks" = x""yes; then
21448 cat >>confdefs.h <<_ACEOF
21449 #define HAVE_STRUCT_STATVFS_F_BLOCKS 1
21450 _ACEOF
21456 { $as_echo "$as_me:$LINENO: checking for struct msghdr.msg_accrights" >&5
21457 $as_echo_n "checking for struct msghdr.msg_accrights... " >&6; }
21458 if test "${ac_cv_member_struct_msghdr_msg_accrights+set}" = set; then
21459 $as_echo_n "(cached) " >&6
21460 else
21461 cat >conftest.$ac_ext <<_ACEOF
21462 /* confdefs.h. */
21463 _ACEOF
21464 cat confdefs.h >>conftest.$ac_ext
21465 cat >>conftest.$ac_ext <<_ACEOF
21466 /* end confdefs.h. */
21467 #include <sys/types.h>
21468 #ifdef HAVE_SYS_SOCKET_H
21469 # include <sys/socket.h>
21470 #endif
21471 #ifdef HAVE_SYS_UN_H
21472 # include <sys/un.h>
21473 #endif
21476 main ()
21478 static struct msghdr ac_aggr;
21479 if (ac_aggr.msg_accrights)
21480 return 0;
21482 return 0;
21484 _ACEOF
21485 rm -f conftest.$ac_objext
21486 if { (ac_try="$ac_compile"
21487 case "(($ac_try" in
21488 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21489 *) ac_try_echo=$ac_try;;
21490 esac
21491 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
21492 $as_echo "$ac_try_echo") >&5
21493 (eval "$ac_compile") 2>conftest.er1
21494 ac_status=$?
21495 grep -v '^ *+' conftest.er1 >conftest.err
21496 rm -f conftest.er1
21497 cat conftest.err >&5
21498 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
21499 (exit $ac_status); } && {
21500 test -z "$ac_c_werror_flag" ||
21501 test ! -s conftest.err
21502 } && test -s conftest.$ac_objext; then
21503 ac_cv_member_struct_msghdr_msg_accrights=yes
21504 else
21505 $as_echo "$as_me: failed program was:" >&5
21506 sed 's/^/| /' conftest.$ac_ext >&5
21508 cat >conftest.$ac_ext <<_ACEOF
21509 /* confdefs.h. */
21510 _ACEOF
21511 cat confdefs.h >>conftest.$ac_ext
21512 cat >>conftest.$ac_ext <<_ACEOF
21513 /* end confdefs.h. */
21514 #include <sys/types.h>
21515 #ifdef HAVE_SYS_SOCKET_H
21516 # include <sys/socket.h>
21517 #endif
21518 #ifdef HAVE_SYS_UN_H
21519 # include <sys/un.h>
21520 #endif
21523 main ()
21525 static struct msghdr ac_aggr;
21526 if (sizeof ac_aggr.msg_accrights)
21527 return 0;
21529 return 0;
21531 _ACEOF
21532 rm -f conftest.$ac_objext
21533 if { (ac_try="$ac_compile"
21534 case "(($ac_try" in
21535 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21536 *) ac_try_echo=$ac_try;;
21537 esac
21538 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
21539 $as_echo "$ac_try_echo") >&5
21540 (eval "$ac_compile") 2>conftest.er1
21541 ac_status=$?
21542 grep -v '^ *+' conftest.er1 >conftest.err
21543 rm -f conftest.er1
21544 cat conftest.err >&5
21545 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
21546 (exit $ac_status); } && {
21547 test -z "$ac_c_werror_flag" ||
21548 test ! -s conftest.err
21549 } && test -s conftest.$ac_objext; then
21550 ac_cv_member_struct_msghdr_msg_accrights=yes
21551 else
21552 $as_echo "$as_me: failed program was:" >&5
21553 sed 's/^/| /' conftest.$ac_ext >&5
21555 ac_cv_member_struct_msghdr_msg_accrights=no
21558 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21561 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21563 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_msghdr_msg_accrights" >&5
21564 $as_echo "$ac_cv_member_struct_msghdr_msg_accrights" >&6; }
21565 if test "x$ac_cv_member_struct_msghdr_msg_accrights" = x""yes; then
21567 cat >>confdefs.h <<_ACEOF
21568 #define HAVE_STRUCT_MSGHDR_MSG_ACCRIGHTS 1
21569 _ACEOF
21573 { $as_echo "$as_me:$LINENO: checking for struct sockaddr.sa_len" >&5
21574 $as_echo_n "checking for struct sockaddr.sa_len... " >&6; }
21575 if test "${ac_cv_member_struct_sockaddr_sa_len+set}" = set; then
21576 $as_echo_n "(cached) " >&6
21577 else
21578 cat >conftest.$ac_ext <<_ACEOF
21579 /* confdefs.h. */
21580 _ACEOF
21581 cat confdefs.h >>conftest.$ac_ext
21582 cat >>conftest.$ac_ext <<_ACEOF
21583 /* end confdefs.h. */
21584 #include <sys/types.h>
21585 #ifdef HAVE_SYS_SOCKET_H
21586 # include <sys/socket.h>
21587 #endif
21588 #ifdef HAVE_SYS_UN_H
21589 # include <sys/un.h>
21590 #endif
21593 main ()
21595 static struct sockaddr ac_aggr;
21596 if (ac_aggr.sa_len)
21597 return 0;
21599 return 0;
21601 _ACEOF
21602 rm -f conftest.$ac_objext
21603 if { (ac_try="$ac_compile"
21604 case "(($ac_try" in
21605 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21606 *) ac_try_echo=$ac_try;;
21607 esac
21608 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
21609 $as_echo "$ac_try_echo") >&5
21610 (eval "$ac_compile") 2>conftest.er1
21611 ac_status=$?
21612 grep -v '^ *+' conftest.er1 >conftest.err
21613 rm -f conftest.er1
21614 cat conftest.err >&5
21615 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
21616 (exit $ac_status); } && {
21617 test -z "$ac_c_werror_flag" ||
21618 test ! -s conftest.err
21619 } && test -s conftest.$ac_objext; then
21620 ac_cv_member_struct_sockaddr_sa_len=yes
21621 else
21622 $as_echo "$as_me: failed program was:" >&5
21623 sed 's/^/| /' conftest.$ac_ext >&5
21625 cat >conftest.$ac_ext <<_ACEOF
21626 /* confdefs.h. */
21627 _ACEOF
21628 cat confdefs.h >>conftest.$ac_ext
21629 cat >>conftest.$ac_ext <<_ACEOF
21630 /* end confdefs.h. */
21631 #include <sys/types.h>
21632 #ifdef HAVE_SYS_SOCKET_H
21633 # include <sys/socket.h>
21634 #endif
21635 #ifdef HAVE_SYS_UN_H
21636 # include <sys/un.h>
21637 #endif
21640 main ()
21642 static struct sockaddr ac_aggr;
21643 if (sizeof ac_aggr.sa_len)
21644 return 0;
21646 return 0;
21648 _ACEOF
21649 rm -f conftest.$ac_objext
21650 if { (ac_try="$ac_compile"
21651 case "(($ac_try" in
21652 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21653 *) ac_try_echo=$ac_try;;
21654 esac
21655 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
21656 $as_echo "$ac_try_echo") >&5
21657 (eval "$ac_compile") 2>conftest.er1
21658 ac_status=$?
21659 grep -v '^ *+' conftest.er1 >conftest.err
21660 rm -f conftest.er1
21661 cat conftest.err >&5
21662 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
21663 (exit $ac_status); } && {
21664 test -z "$ac_c_werror_flag" ||
21665 test ! -s conftest.err
21666 } && test -s conftest.$ac_objext; then
21667 ac_cv_member_struct_sockaddr_sa_len=yes
21668 else
21669 $as_echo "$as_me: failed program was:" >&5
21670 sed 's/^/| /' conftest.$ac_ext >&5
21672 ac_cv_member_struct_sockaddr_sa_len=no
21675 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21678 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21680 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_sockaddr_sa_len" >&5
21681 $as_echo "$ac_cv_member_struct_sockaddr_sa_len" >&6; }
21682 if test "x$ac_cv_member_struct_sockaddr_sa_len" = x""yes; then
21684 cat >>confdefs.h <<_ACEOF
21685 #define HAVE_STRUCT_SOCKADDR_SA_LEN 1
21686 _ACEOF
21690 { $as_echo "$as_me:$LINENO: checking for struct sockaddr_un.sun_len" >&5
21691 $as_echo_n "checking for struct sockaddr_un.sun_len... " >&6; }
21692 if test "${ac_cv_member_struct_sockaddr_un_sun_len+set}" = set; then
21693 $as_echo_n "(cached) " >&6
21694 else
21695 cat >conftest.$ac_ext <<_ACEOF
21696 /* confdefs.h. */
21697 _ACEOF
21698 cat confdefs.h >>conftest.$ac_ext
21699 cat >>conftest.$ac_ext <<_ACEOF
21700 /* end confdefs.h. */
21701 #include <sys/types.h>
21702 #ifdef HAVE_SYS_SOCKET_H
21703 # include <sys/socket.h>
21704 #endif
21705 #ifdef HAVE_SYS_UN_H
21706 # include <sys/un.h>
21707 #endif
21710 main ()
21712 static struct sockaddr_un ac_aggr;
21713 if (ac_aggr.sun_len)
21714 return 0;
21716 return 0;
21718 _ACEOF
21719 rm -f conftest.$ac_objext
21720 if { (ac_try="$ac_compile"
21721 case "(($ac_try" in
21722 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21723 *) ac_try_echo=$ac_try;;
21724 esac
21725 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
21726 $as_echo "$ac_try_echo") >&5
21727 (eval "$ac_compile") 2>conftest.er1
21728 ac_status=$?
21729 grep -v '^ *+' conftest.er1 >conftest.err
21730 rm -f conftest.er1
21731 cat conftest.err >&5
21732 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
21733 (exit $ac_status); } && {
21734 test -z "$ac_c_werror_flag" ||
21735 test ! -s conftest.err
21736 } && test -s conftest.$ac_objext; then
21737 ac_cv_member_struct_sockaddr_un_sun_len=yes
21738 else
21739 $as_echo "$as_me: failed program was:" >&5
21740 sed 's/^/| /' conftest.$ac_ext >&5
21742 cat >conftest.$ac_ext <<_ACEOF
21743 /* confdefs.h. */
21744 _ACEOF
21745 cat confdefs.h >>conftest.$ac_ext
21746 cat >>conftest.$ac_ext <<_ACEOF
21747 /* end confdefs.h. */
21748 #include <sys/types.h>
21749 #ifdef HAVE_SYS_SOCKET_H
21750 # include <sys/socket.h>
21751 #endif
21752 #ifdef HAVE_SYS_UN_H
21753 # include <sys/un.h>
21754 #endif
21757 main ()
21759 static struct sockaddr_un ac_aggr;
21760 if (sizeof ac_aggr.sun_len)
21761 return 0;
21763 return 0;
21765 _ACEOF
21766 rm -f conftest.$ac_objext
21767 if { (ac_try="$ac_compile"
21768 case "(($ac_try" in
21769 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21770 *) ac_try_echo=$ac_try;;
21771 esac
21772 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
21773 $as_echo "$ac_try_echo") >&5
21774 (eval "$ac_compile") 2>conftest.er1
21775 ac_status=$?
21776 grep -v '^ *+' conftest.er1 >conftest.err
21777 rm -f conftest.er1
21778 cat conftest.err >&5
21779 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
21780 (exit $ac_status); } && {
21781 test -z "$ac_c_werror_flag" ||
21782 test ! -s conftest.err
21783 } && test -s conftest.$ac_objext; then
21784 ac_cv_member_struct_sockaddr_un_sun_len=yes
21785 else
21786 $as_echo "$as_me: failed program was:" >&5
21787 sed 's/^/| /' conftest.$ac_ext >&5
21789 ac_cv_member_struct_sockaddr_un_sun_len=no
21792 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21795 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21797 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_sockaddr_un_sun_len" >&5
21798 $as_echo "$ac_cv_member_struct_sockaddr_un_sun_len" >&6; }
21799 if test "x$ac_cv_member_struct_sockaddr_un_sun_len" = x""yes; then
21801 cat >>confdefs.h <<_ACEOF
21802 #define HAVE_STRUCT_SOCKADDR_UN_SUN_LEN 1
21803 _ACEOF
21809 { $as_echo "$as_me:$LINENO: checking for scsireq_t.cmd" >&5
21810 $as_echo_n "checking for scsireq_t.cmd... " >&6; }
21811 if test "${ac_cv_member_scsireq_t_cmd+set}" = set; then
21812 $as_echo_n "(cached) " >&6
21813 else
21814 cat >conftest.$ac_ext <<_ACEOF
21815 /* confdefs.h. */
21816 _ACEOF
21817 cat confdefs.h >>conftest.$ac_ext
21818 cat >>conftest.$ac_ext <<_ACEOF
21819 /* end confdefs.h. */
21820 #include <sys/types.h>
21821 #ifdef HAVE_SCSI_SG_H
21822 #include <scsi/sg.h>
21823 #endif
21826 main ()
21828 static scsireq_t ac_aggr;
21829 if (ac_aggr.cmd)
21830 return 0;
21832 return 0;
21834 _ACEOF
21835 rm -f conftest.$ac_objext
21836 if { (ac_try="$ac_compile"
21837 case "(($ac_try" in
21838 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21839 *) ac_try_echo=$ac_try;;
21840 esac
21841 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
21842 $as_echo "$ac_try_echo") >&5
21843 (eval "$ac_compile") 2>conftest.er1
21844 ac_status=$?
21845 grep -v '^ *+' conftest.er1 >conftest.err
21846 rm -f conftest.er1
21847 cat conftest.err >&5
21848 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
21849 (exit $ac_status); } && {
21850 test -z "$ac_c_werror_flag" ||
21851 test ! -s conftest.err
21852 } && test -s conftest.$ac_objext; then
21853 ac_cv_member_scsireq_t_cmd=yes
21854 else
21855 $as_echo "$as_me: failed program was:" >&5
21856 sed 's/^/| /' conftest.$ac_ext >&5
21858 cat >conftest.$ac_ext <<_ACEOF
21859 /* confdefs.h. */
21860 _ACEOF
21861 cat confdefs.h >>conftest.$ac_ext
21862 cat >>conftest.$ac_ext <<_ACEOF
21863 /* end confdefs.h. */
21864 #include <sys/types.h>
21865 #ifdef HAVE_SCSI_SG_H
21866 #include <scsi/sg.h>
21867 #endif
21870 main ()
21872 static scsireq_t ac_aggr;
21873 if (sizeof ac_aggr.cmd)
21874 return 0;
21876 return 0;
21878 _ACEOF
21879 rm -f conftest.$ac_objext
21880 if { (ac_try="$ac_compile"
21881 case "(($ac_try" in
21882 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21883 *) ac_try_echo=$ac_try;;
21884 esac
21885 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
21886 $as_echo "$ac_try_echo") >&5
21887 (eval "$ac_compile") 2>conftest.er1
21888 ac_status=$?
21889 grep -v '^ *+' conftest.er1 >conftest.err
21890 rm -f conftest.er1
21891 cat conftest.err >&5
21892 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
21893 (exit $ac_status); } && {
21894 test -z "$ac_c_werror_flag" ||
21895 test ! -s conftest.err
21896 } && test -s conftest.$ac_objext; then
21897 ac_cv_member_scsireq_t_cmd=yes
21898 else
21899 $as_echo "$as_me: failed program was:" >&5
21900 sed 's/^/| /' conftest.$ac_ext >&5
21902 ac_cv_member_scsireq_t_cmd=no
21905 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21908 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21910 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_scsireq_t_cmd" >&5
21911 $as_echo "$ac_cv_member_scsireq_t_cmd" >&6; }
21912 if test "x$ac_cv_member_scsireq_t_cmd" = x""yes; then
21914 cat >>confdefs.h <<_ACEOF
21915 #define HAVE_SCSIREQ_T_CMD 1
21916 _ACEOF
21920 { $as_echo "$as_me:$LINENO: checking for sg_io_hdr_t.interface_id" >&5
21921 $as_echo_n "checking for sg_io_hdr_t.interface_id... " >&6; }
21922 if test "${ac_cv_member_sg_io_hdr_t_interface_id+set}" = set; then
21923 $as_echo_n "(cached) " >&6
21924 else
21925 cat >conftest.$ac_ext <<_ACEOF
21926 /* confdefs.h. */
21927 _ACEOF
21928 cat confdefs.h >>conftest.$ac_ext
21929 cat >>conftest.$ac_ext <<_ACEOF
21930 /* end confdefs.h. */
21931 #include <sys/types.h>
21932 #ifdef HAVE_SCSI_SG_H
21933 #include <scsi/sg.h>
21934 #endif
21937 main ()
21939 static sg_io_hdr_t ac_aggr;
21940 if (ac_aggr.interface_id)
21941 return 0;
21943 return 0;
21945 _ACEOF
21946 rm -f conftest.$ac_objext
21947 if { (ac_try="$ac_compile"
21948 case "(($ac_try" in
21949 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21950 *) ac_try_echo=$ac_try;;
21951 esac
21952 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
21953 $as_echo "$ac_try_echo") >&5
21954 (eval "$ac_compile") 2>conftest.er1
21955 ac_status=$?
21956 grep -v '^ *+' conftest.er1 >conftest.err
21957 rm -f conftest.er1
21958 cat conftest.err >&5
21959 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
21960 (exit $ac_status); } && {
21961 test -z "$ac_c_werror_flag" ||
21962 test ! -s conftest.err
21963 } && test -s conftest.$ac_objext; then
21964 ac_cv_member_sg_io_hdr_t_interface_id=yes
21965 else
21966 $as_echo "$as_me: failed program was:" >&5
21967 sed 's/^/| /' conftest.$ac_ext >&5
21969 cat >conftest.$ac_ext <<_ACEOF
21970 /* confdefs.h. */
21971 _ACEOF
21972 cat confdefs.h >>conftest.$ac_ext
21973 cat >>conftest.$ac_ext <<_ACEOF
21974 /* end confdefs.h. */
21975 #include <sys/types.h>
21976 #ifdef HAVE_SCSI_SG_H
21977 #include <scsi/sg.h>
21978 #endif
21981 main ()
21983 static sg_io_hdr_t ac_aggr;
21984 if (sizeof ac_aggr.interface_id)
21985 return 0;
21987 return 0;
21989 _ACEOF
21990 rm -f conftest.$ac_objext
21991 if { (ac_try="$ac_compile"
21992 case "(($ac_try" in
21993 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21994 *) ac_try_echo=$ac_try;;
21995 esac
21996 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
21997 $as_echo "$ac_try_echo") >&5
21998 (eval "$ac_compile") 2>conftest.er1
21999 ac_status=$?
22000 grep -v '^ *+' conftest.er1 >conftest.err
22001 rm -f conftest.er1
22002 cat conftest.err >&5
22003 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
22004 (exit $ac_status); } && {
22005 test -z "$ac_c_werror_flag" ||
22006 test ! -s conftest.err
22007 } && test -s conftest.$ac_objext; then
22008 ac_cv_member_sg_io_hdr_t_interface_id=yes
22009 else
22010 $as_echo "$as_me: failed program was:" >&5
22011 sed 's/^/| /' conftest.$ac_ext >&5
22013 ac_cv_member_sg_io_hdr_t_interface_id=no
22016 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22019 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22021 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_sg_io_hdr_t_interface_id" >&5
22022 $as_echo "$ac_cv_member_sg_io_hdr_t_interface_id" >&6; }
22023 if test "x$ac_cv_member_sg_io_hdr_t_interface_id" = x""yes; then
22025 cat >>confdefs.h <<_ACEOF
22026 #define HAVE_SG_IO_HDR_T_INTERFACE_ID 1
22027 _ACEOF
22033 { $as_echo "$as_me:$LINENO: checking for siginfo_t.si_fd" >&5
22034 $as_echo_n "checking for siginfo_t.si_fd... " >&6; }
22035 if test "${ac_cv_member_siginfo_t_si_fd+set}" = set; then
22036 $as_echo_n "(cached) " >&6
22037 else
22038 cat >conftest.$ac_ext <<_ACEOF
22039 /* confdefs.h. */
22040 _ACEOF
22041 cat confdefs.h >>conftest.$ac_ext
22042 cat >>conftest.$ac_ext <<_ACEOF
22043 /* end confdefs.h. */
22044 #include <signal.h>
22047 main ()
22049 static siginfo_t ac_aggr;
22050 if (ac_aggr.si_fd)
22051 return 0;
22053 return 0;
22055 _ACEOF
22056 rm -f conftest.$ac_objext
22057 if { (ac_try="$ac_compile"
22058 case "(($ac_try" in
22059 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22060 *) ac_try_echo=$ac_try;;
22061 esac
22062 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
22063 $as_echo "$ac_try_echo") >&5
22064 (eval "$ac_compile") 2>conftest.er1
22065 ac_status=$?
22066 grep -v '^ *+' conftest.er1 >conftest.err
22067 rm -f conftest.er1
22068 cat conftest.err >&5
22069 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
22070 (exit $ac_status); } && {
22071 test -z "$ac_c_werror_flag" ||
22072 test ! -s conftest.err
22073 } && test -s conftest.$ac_objext; then
22074 ac_cv_member_siginfo_t_si_fd=yes
22075 else
22076 $as_echo "$as_me: failed program was:" >&5
22077 sed 's/^/| /' conftest.$ac_ext >&5
22079 cat >conftest.$ac_ext <<_ACEOF
22080 /* confdefs.h. */
22081 _ACEOF
22082 cat confdefs.h >>conftest.$ac_ext
22083 cat >>conftest.$ac_ext <<_ACEOF
22084 /* end confdefs.h. */
22085 #include <signal.h>
22088 main ()
22090 static siginfo_t ac_aggr;
22091 if (sizeof ac_aggr.si_fd)
22092 return 0;
22094 return 0;
22096 _ACEOF
22097 rm -f conftest.$ac_objext
22098 if { (ac_try="$ac_compile"
22099 case "(($ac_try" in
22100 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22101 *) ac_try_echo=$ac_try;;
22102 esac
22103 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
22104 $as_echo "$ac_try_echo") >&5
22105 (eval "$ac_compile") 2>conftest.er1
22106 ac_status=$?
22107 grep -v '^ *+' conftest.er1 >conftest.err
22108 rm -f conftest.er1
22109 cat conftest.err >&5
22110 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
22111 (exit $ac_status); } && {
22112 test -z "$ac_c_werror_flag" ||
22113 test ! -s conftest.err
22114 } && test -s conftest.$ac_objext; then
22115 ac_cv_member_siginfo_t_si_fd=yes
22116 else
22117 $as_echo "$as_me: failed program was:" >&5
22118 sed 's/^/| /' conftest.$ac_ext >&5
22120 ac_cv_member_siginfo_t_si_fd=no
22123 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22126 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22128 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_siginfo_t_si_fd" >&5
22129 $as_echo "$ac_cv_member_siginfo_t_si_fd" >&6; }
22130 if test "x$ac_cv_member_siginfo_t_si_fd" = x""yes; then
22132 cat >>confdefs.h <<_ACEOF
22133 #define HAVE_SIGINFO_T_SI_FD 1
22134 _ACEOF
22140 { $as_echo "$as_me:$LINENO: checking for struct mtget.mt_blksiz" >&5
22141 $as_echo_n "checking for struct mtget.mt_blksiz... " >&6; }
22142 if test "${ac_cv_member_struct_mtget_mt_blksiz+set}" = set; then
22143 $as_echo_n "(cached) " >&6
22144 else
22145 cat >conftest.$ac_ext <<_ACEOF
22146 /* confdefs.h. */
22147 _ACEOF
22148 cat confdefs.h >>conftest.$ac_ext
22149 cat >>conftest.$ac_ext <<_ACEOF
22150 /* end confdefs.h. */
22151 #include <sys/types.h>
22152 #ifdef HAVE_SYS_MTIO_H
22153 #include <sys/mtio.h>
22154 #endif
22157 main ()
22159 static struct mtget ac_aggr;
22160 if (ac_aggr.mt_blksiz)
22161 return 0;
22163 return 0;
22165 _ACEOF
22166 rm -f conftest.$ac_objext
22167 if { (ac_try="$ac_compile"
22168 case "(($ac_try" in
22169 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22170 *) ac_try_echo=$ac_try;;
22171 esac
22172 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
22173 $as_echo "$ac_try_echo") >&5
22174 (eval "$ac_compile") 2>conftest.er1
22175 ac_status=$?
22176 grep -v '^ *+' conftest.er1 >conftest.err
22177 rm -f conftest.er1
22178 cat conftest.err >&5
22179 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
22180 (exit $ac_status); } && {
22181 test -z "$ac_c_werror_flag" ||
22182 test ! -s conftest.err
22183 } && test -s conftest.$ac_objext; then
22184 ac_cv_member_struct_mtget_mt_blksiz=yes
22185 else
22186 $as_echo "$as_me: failed program was:" >&5
22187 sed 's/^/| /' conftest.$ac_ext >&5
22189 cat >conftest.$ac_ext <<_ACEOF
22190 /* confdefs.h. */
22191 _ACEOF
22192 cat confdefs.h >>conftest.$ac_ext
22193 cat >>conftest.$ac_ext <<_ACEOF
22194 /* end confdefs.h. */
22195 #include <sys/types.h>
22196 #ifdef HAVE_SYS_MTIO_H
22197 #include <sys/mtio.h>
22198 #endif
22201 main ()
22203 static struct mtget ac_aggr;
22204 if (sizeof ac_aggr.mt_blksiz)
22205 return 0;
22207 return 0;
22209 _ACEOF
22210 rm -f conftest.$ac_objext
22211 if { (ac_try="$ac_compile"
22212 case "(($ac_try" in
22213 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22214 *) ac_try_echo=$ac_try;;
22215 esac
22216 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
22217 $as_echo "$ac_try_echo") >&5
22218 (eval "$ac_compile") 2>conftest.er1
22219 ac_status=$?
22220 grep -v '^ *+' conftest.er1 >conftest.err
22221 rm -f conftest.er1
22222 cat conftest.err >&5
22223 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
22224 (exit $ac_status); } && {
22225 test -z "$ac_c_werror_flag" ||
22226 test ! -s conftest.err
22227 } && test -s conftest.$ac_objext; then
22228 ac_cv_member_struct_mtget_mt_blksiz=yes
22229 else
22230 $as_echo "$as_me: failed program was:" >&5
22231 sed 's/^/| /' conftest.$ac_ext >&5
22233 ac_cv_member_struct_mtget_mt_blksiz=no
22236 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22239 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22241 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_mtget_mt_blksiz" >&5
22242 $as_echo "$ac_cv_member_struct_mtget_mt_blksiz" >&6; }
22243 if test "x$ac_cv_member_struct_mtget_mt_blksiz" = x""yes; then
22245 cat >>confdefs.h <<_ACEOF
22246 #define HAVE_STRUCT_MTGET_MT_BLKSIZ 1
22247 _ACEOF
22251 { $as_echo "$as_me:$LINENO: checking for struct mtget.mt_gstat" >&5
22252 $as_echo_n "checking for struct mtget.mt_gstat... " >&6; }
22253 if test "${ac_cv_member_struct_mtget_mt_gstat+set}" = set; then
22254 $as_echo_n "(cached) " >&6
22255 else
22256 cat >conftest.$ac_ext <<_ACEOF
22257 /* confdefs.h. */
22258 _ACEOF
22259 cat confdefs.h >>conftest.$ac_ext
22260 cat >>conftest.$ac_ext <<_ACEOF
22261 /* end confdefs.h. */
22262 #include <sys/types.h>
22263 #ifdef HAVE_SYS_MTIO_H
22264 #include <sys/mtio.h>
22265 #endif
22268 main ()
22270 static struct mtget ac_aggr;
22271 if (ac_aggr.mt_gstat)
22272 return 0;
22274 return 0;
22276 _ACEOF
22277 rm -f conftest.$ac_objext
22278 if { (ac_try="$ac_compile"
22279 case "(($ac_try" in
22280 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22281 *) ac_try_echo=$ac_try;;
22282 esac
22283 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
22284 $as_echo "$ac_try_echo") >&5
22285 (eval "$ac_compile") 2>conftest.er1
22286 ac_status=$?
22287 grep -v '^ *+' conftest.er1 >conftest.err
22288 rm -f conftest.er1
22289 cat conftest.err >&5
22290 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
22291 (exit $ac_status); } && {
22292 test -z "$ac_c_werror_flag" ||
22293 test ! -s conftest.err
22294 } && test -s conftest.$ac_objext; then
22295 ac_cv_member_struct_mtget_mt_gstat=yes
22296 else
22297 $as_echo "$as_me: failed program was:" >&5
22298 sed 's/^/| /' conftest.$ac_ext >&5
22300 cat >conftest.$ac_ext <<_ACEOF
22301 /* confdefs.h. */
22302 _ACEOF
22303 cat confdefs.h >>conftest.$ac_ext
22304 cat >>conftest.$ac_ext <<_ACEOF
22305 /* end confdefs.h. */
22306 #include <sys/types.h>
22307 #ifdef HAVE_SYS_MTIO_H
22308 #include <sys/mtio.h>
22309 #endif
22312 main ()
22314 static struct mtget ac_aggr;
22315 if (sizeof ac_aggr.mt_gstat)
22316 return 0;
22318 return 0;
22320 _ACEOF
22321 rm -f conftest.$ac_objext
22322 if { (ac_try="$ac_compile"
22323 case "(($ac_try" in
22324 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22325 *) ac_try_echo=$ac_try;;
22326 esac
22327 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
22328 $as_echo "$ac_try_echo") >&5
22329 (eval "$ac_compile") 2>conftest.er1
22330 ac_status=$?
22331 grep -v '^ *+' conftest.er1 >conftest.err
22332 rm -f conftest.er1
22333 cat conftest.err >&5
22334 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
22335 (exit $ac_status); } && {
22336 test -z "$ac_c_werror_flag" ||
22337 test ! -s conftest.err
22338 } && test -s conftest.$ac_objext; then
22339 ac_cv_member_struct_mtget_mt_gstat=yes
22340 else
22341 $as_echo "$as_me: failed program was:" >&5
22342 sed 's/^/| /' conftest.$ac_ext >&5
22344 ac_cv_member_struct_mtget_mt_gstat=no
22347 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22350 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22352 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_mtget_mt_gstat" >&5
22353 $as_echo "$ac_cv_member_struct_mtget_mt_gstat" >&6; }
22354 if test "x$ac_cv_member_struct_mtget_mt_gstat" = x""yes; then
22356 cat >>confdefs.h <<_ACEOF
22357 #define HAVE_STRUCT_MTGET_MT_GSTAT 1
22358 _ACEOF
22362 { $as_echo "$as_me:$LINENO: checking for struct mtget.mt_blkno" >&5
22363 $as_echo_n "checking for struct mtget.mt_blkno... " >&6; }
22364 if test "${ac_cv_member_struct_mtget_mt_blkno+set}" = set; then
22365 $as_echo_n "(cached) " >&6
22366 else
22367 cat >conftest.$ac_ext <<_ACEOF
22368 /* confdefs.h. */
22369 _ACEOF
22370 cat confdefs.h >>conftest.$ac_ext
22371 cat >>conftest.$ac_ext <<_ACEOF
22372 /* end confdefs.h. */
22373 #include <sys/types.h>
22374 #ifdef HAVE_SYS_MTIO_H
22375 #include <sys/mtio.h>
22376 #endif
22379 main ()
22381 static struct mtget ac_aggr;
22382 if (ac_aggr.mt_blkno)
22383 return 0;
22385 return 0;
22387 _ACEOF
22388 rm -f conftest.$ac_objext
22389 if { (ac_try="$ac_compile"
22390 case "(($ac_try" in
22391 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22392 *) ac_try_echo=$ac_try;;
22393 esac
22394 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
22395 $as_echo "$ac_try_echo") >&5
22396 (eval "$ac_compile") 2>conftest.er1
22397 ac_status=$?
22398 grep -v '^ *+' conftest.er1 >conftest.err
22399 rm -f conftest.er1
22400 cat conftest.err >&5
22401 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
22402 (exit $ac_status); } && {
22403 test -z "$ac_c_werror_flag" ||
22404 test ! -s conftest.err
22405 } && test -s conftest.$ac_objext; then
22406 ac_cv_member_struct_mtget_mt_blkno=yes
22407 else
22408 $as_echo "$as_me: failed program was:" >&5
22409 sed 's/^/| /' conftest.$ac_ext >&5
22411 cat >conftest.$ac_ext <<_ACEOF
22412 /* confdefs.h. */
22413 _ACEOF
22414 cat confdefs.h >>conftest.$ac_ext
22415 cat >>conftest.$ac_ext <<_ACEOF
22416 /* end confdefs.h. */
22417 #include <sys/types.h>
22418 #ifdef HAVE_SYS_MTIO_H
22419 #include <sys/mtio.h>
22420 #endif
22423 main ()
22425 static struct mtget ac_aggr;
22426 if (sizeof ac_aggr.mt_blkno)
22427 return 0;
22429 return 0;
22431 _ACEOF
22432 rm -f conftest.$ac_objext
22433 if { (ac_try="$ac_compile"
22434 case "(($ac_try" in
22435 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22436 *) ac_try_echo=$ac_try;;
22437 esac
22438 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
22439 $as_echo "$ac_try_echo") >&5
22440 (eval "$ac_compile") 2>conftest.er1
22441 ac_status=$?
22442 grep -v '^ *+' conftest.er1 >conftest.err
22443 rm -f conftest.er1
22444 cat conftest.err >&5
22445 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
22446 (exit $ac_status); } && {
22447 test -z "$ac_c_werror_flag" ||
22448 test ! -s conftest.err
22449 } && test -s conftest.$ac_objext; then
22450 ac_cv_member_struct_mtget_mt_blkno=yes
22451 else
22452 $as_echo "$as_me: failed program was:" >&5
22453 sed 's/^/| /' conftest.$ac_ext >&5
22455 ac_cv_member_struct_mtget_mt_blkno=no
22458 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22461 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22463 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_mtget_mt_blkno" >&5
22464 $as_echo "$ac_cv_member_struct_mtget_mt_blkno" >&6; }
22465 if test "x$ac_cv_member_struct_mtget_mt_blkno" = x""yes; then
22467 cat >>confdefs.h <<_ACEOF
22468 #define HAVE_STRUCT_MTGET_MT_BLKNO 1
22469 _ACEOF
22475 { $as_echo "$as_me:$LINENO: checking for struct option.name" >&5
22476 $as_echo_n "checking for struct option.name... " >&6; }
22477 if test "${ac_cv_member_struct_option_name+set}" = set; then
22478 $as_echo_n "(cached) " >&6
22479 else
22480 cat >conftest.$ac_ext <<_ACEOF
22481 /* confdefs.h. */
22482 _ACEOF
22483 cat confdefs.h >>conftest.$ac_ext
22484 cat >>conftest.$ac_ext <<_ACEOF
22485 /* end confdefs.h. */
22486 #ifdef HAVE_GETOPT_H
22487 #include <getopt.h>
22488 #endif
22491 main ()
22493 static struct option ac_aggr;
22494 if (ac_aggr.name)
22495 return 0;
22497 return 0;
22499 _ACEOF
22500 rm -f conftest.$ac_objext
22501 if { (ac_try="$ac_compile"
22502 case "(($ac_try" in
22503 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22504 *) ac_try_echo=$ac_try;;
22505 esac
22506 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
22507 $as_echo "$ac_try_echo") >&5
22508 (eval "$ac_compile") 2>conftest.er1
22509 ac_status=$?
22510 grep -v '^ *+' conftest.er1 >conftest.err
22511 rm -f conftest.er1
22512 cat conftest.err >&5
22513 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
22514 (exit $ac_status); } && {
22515 test -z "$ac_c_werror_flag" ||
22516 test ! -s conftest.err
22517 } && test -s conftest.$ac_objext; then
22518 ac_cv_member_struct_option_name=yes
22519 else
22520 $as_echo "$as_me: failed program was:" >&5
22521 sed 's/^/| /' conftest.$ac_ext >&5
22523 cat >conftest.$ac_ext <<_ACEOF
22524 /* confdefs.h. */
22525 _ACEOF
22526 cat confdefs.h >>conftest.$ac_ext
22527 cat >>conftest.$ac_ext <<_ACEOF
22528 /* end confdefs.h. */
22529 #ifdef HAVE_GETOPT_H
22530 #include <getopt.h>
22531 #endif
22534 main ()
22536 static struct option ac_aggr;
22537 if (sizeof ac_aggr.name)
22538 return 0;
22540 return 0;
22542 _ACEOF
22543 rm -f conftest.$ac_objext
22544 if { (ac_try="$ac_compile"
22545 case "(($ac_try" in
22546 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22547 *) ac_try_echo=$ac_try;;
22548 esac
22549 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
22550 $as_echo "$ac_try_echo") >&5
22551 (eval "$ac_compile") 2>conftest.er1
22552 ac_status=$?
22553 grep -v '^ *+' conftest.er1 >conftest.err
22554 rm -f conftest.er1
22555 cat conftest.err >&5
22556 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
22557 (exit $ac_status); } && {
22558 test -z "$ac_c_werror_flag" ||
22559 test ! -s conftest.err
22560 } && test -s conftest.$ac_objext; then
22561 ac_cv_member_struct_option_name=yes
22562 else
22563 $as_echo "$as_me: failed program was:" >&5
22564 sed 's/^/| /' conftest.$ac_ext >&5
22566 ac_cv_member_struct_option_name=no
22569 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22572 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22574 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_option_name" >&5
22575 $as_echo "$ac_cv_member_struct_option_name" >&6; }
22576 if test "x$ac_cv_member_struct_option_name" = x""yes; then
22578 cat >>confdefs.h <<_ACEOF
22579 #define HAVE_STRUCT_OPTION_NAME 1
22580 _ACEOF
22586 { $as_echo "$as_me:$LINENO: checking for struct stat.st_blocks" >&5
22587 $as_echo_n "checking for struct stat.st_blocks... " >&6; }
22588 if test "${ac_cv_member_struct_stat_st_blocks+set}" = set; then
22589 $as_echo_n "(cached) " >&6
22590 else
22591 cat >conftest.$ac_ext <<_ACEOF
22592 /* confdefs.h. */
22593 _ACEOF
22594 cat confdefs.h >>conftest.$ac_ext
22595 cat >>conftest.$ac_ext <<_ACEOF
22596 /* end confdefs.h. */
22597 $ac_includes_default
22599 main ()
22601 static struct stat ac_aggr;
22602 if (ac_aggr.st_blocks)
22603 return 0;
22605 return 0;
22607 _ACEOF
22608 rm -f conftest.$ac_objext
22609 if { (ac_try="$ac_compile"
22610 case "(($ac_try" in
22611 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22612 *) ac_try_echo=$ac_try;;
22613 esac
22614 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
22615 $as_echo "$ac_try_echo") >&5
22616 (eval "$ac_compile") 2>conftest.er1
22617 ac_status=$?
22618 grep -v '^ *+' conftest.er1 >conftest.err
22619 rm -f conftest.er1
22620 cat conftest.err >&5
22621 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
22622 (exit $ac_status); } && {
22623 test -z "$ac_c_werror_flag" ||
22624 test ! -s conftest.err
22625 } && test -s conftest.$ac_objext; then
22626 ac_cv_member_struct_stat_st_blocks=yes
22627 else
22628 $as_echo "$as_me: failed program was:" >&5
22629 sed 's/^/| /' conftest.$ac_ext >&5
22631 cat >conftest.$ac_ext <<_ACEOF
22632 /* confdefs.h. */
22633 _ACEOF
22634 cat confdefs.h >>conftest.$ac_ext
22635 cat >>conftest.$ac_ext <<_ACEOF
22636 /* end confdefs.h. */
22637 $ac_includes_default
22639 main ()
22641 static struct stat ac_aggr;
22642 if (sizeof ac_aggr.st_blocks)
22643 return 0;
22645 return 0;
22647 _ACEOF
22648 rm -f conftest.$ac_objext
22649 if { (ac_try="$ac_compile"
22650 case "(($ac_try" in
22651 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22652 *) ac_try_echo=$ac_try;;
22653 esac
22654 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
22655 $as_echo "$ac_try_echo") >&5
22656 (eval "$ac_compile") 2>conftest.er1
22657 ac_status=$?
22658 grep -v '^ *+' conftest.er1 >conftest.err
22659 rm -f conftest.er1
22660 cat conftest.err >&5
22661 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
22662 (exit $ac_status); } && {
22663 test -z "$ac_c_werror_flag" ||
22664 test ! -s conftest.err
22665 } && test -s conftest.$ac_objext; then
22666 ac_cv_member_struct_stat_st_blocks=yes
22667 else
22668 $as_echo "$as_me: failed program was:" >&5
22669 sed 's/^/| /' conftest.$ac_ext >&5
22671 ac_cv_member_struct_stat_st_blocks=no
22674 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22677 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22679 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_stat_st_blocks" >&5
22680 $as_echo "$ac_cv_member_struct_stat_st_blocks" >&6; }
22681 if test "x$ac_cv_member_struct_stat_st_blocks" = x""yes; then
22683 cat >>confdefs.h <<_ACEOF
22684 #define HAVE_STRUCT_STAT_ST_BLOCKS 1
22685 _ACEOF
22689 { $as_echo "$as_me:$LINENO: checking for struct stat.st_mtim" >&5
22690 $as_echo_n "checking for struct stat.st_mtim... " >&6; }
22691 if test "${ac_cv_member_struct_stat_st_mtim+set}" = set; then
22692 $as_echo_n "(cached) " >&6
22693 else
22694 cat >conftest.$ac_ext <<_ACEOF
22695 /* confdefs.h. */
22696 _ACEOF
22697 cat confdefs.h >>conftest.$ac_ext
22698 cat >>conftest.$ac_ext <<_ACEOF
22699 /* end confdefs.h. */
22700 $ac_includes_default
22702 main ()
22704 static struct stat ac_aggr;
22705 if (ac_aggr.st_mtim)
22706 return 0;
22708 return 0;
22710 _ACEOF
22711 rm -f conftest.$ac_objext
22712 if { (ac_try="$ac_compile"
22713 case "(($ac_try" in
22714 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22715 *) ac_try_echo=$ac_try;;
22716 esac
22717 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
22718 $as_echo "$ac_try_echo") >&5
22719 (eval "$ac_compile") 2>conftest.er1
22720 ac_status=$?
22721 grep -v '^ *+' conftest.er1 >conftest.err
22722 rm -f conftest.er1
22723 cat conftest.err >&5
22724 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
22725 (exit $ac_status); } && {
22726 test -z "$ac_c_werror_flag" ||
22727 test ! -s conftest.err
22728 } && test -s conftest.$ac_objext; then
22729 ac_cv_member_struct_stat_st_mtim=yes
22730 else
22731 $as_echo "$as_me: failed program was:" >&5
22732 sed 's/^/| /' conftest.$ac_ext >&5
22734 cat >conftest.$ac_ext <<_ACEOF
22735 /* confdefs.h. */
22736 _ACEOF
22737 cat confdefs.h >>conftest.$ac_ext
22738 cat >>conftest.$ac_ext <<_ACEOF
22739 /* end confdefs.h. */
22740 $ac_includes_default
22742 main ()
22744 static struct stat ac_aggr;
22745 if (sizeof ac_aggr.st_mtim)
22746 return 0;
22748 return 0;
22750 _ACEOF
22751 rm -f conftest.$ac_objext
22752 if { (ac_try="$ac_compile"
22753 case "(($ac_try" in
22754 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22755 *) ac_try_echo=$ac_try;;
22756 esac
22757 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
22758 $as_echo "$ac_try_echo") >&5
22759 (eval "$ac_compile") 2>conftest.er1
22760 ac_status=$?
22761 grep -v '^ *+' conftest.er1 >conftest.err
22762 rm -f conftest.er1
22763 cat conftest.err >&5
22764 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
22765 (exit $ac_status); } && {
22766 test -z "$ac_c_werror_flag" ||
22767 test ! -s conftest.err
22768 } && test -s conftest.$ac_objext; then
22769 ac_cv_member_struct_stat_st_mtim=yes
22770 else
22771 $as_echo "$as_me: failed program was:" >&5
22772 sed 's/^/| /' conftest.$ac_ext >&5
22774 ac_cv_member_struct_stat_st_mtim=no
22777 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22780 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22782 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_stat_st_mtim" >&5
22783 $as_echo "$ac_cv_member_struct_stat_st_mtim" >&6; }
22784 if test "x$ac_cv_member_struct_stat_st_mtim" = x""yes; then
22786 cat >>confdefs.h <<_ACEOF
22787 #define HAVE_STRUCT_STAT_ST_MTIM 1
22788 _ACEOF
22792 { $as_echo "$as_me:$LINENO: checking for struct stat.st_ctim" >&5
22793 $as_echo_n "checking for struct stat.st_ctim... " >&6; }
22794 if test "${ac_cv_member_struct_stat_st_ctim+set}" = set; then
22795 $as_echo_n "(cached) " >&6
22796 else
22797 cat >conftest.$ac_ext <<_ACEOF
22798 /* confdefs.h. */
22799 _ACEOF
22800 cat confdefs.h >>conftest.$ac_ext
22801 cat >>conftest.$ac_ext <<_ACEOF
22802 /* end confdefs.h. */
22803 $ac_includes_default
22805 main ()
22807 static struct stat ac_aggr;
22808 if (ac_aggr.st_ctim)
22809 return 0;
22811 return 0;
22813 _ACEOF
22814 rm -f conftest.$ac_objext
22815 if { (ac_try="$ac_compile"
22816 case "(($ac_try" in
22817 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22818 *) ac_try_echo=$ac_try;;
22819 esac
22820 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
22821 $as_echo "$ac_try_echo") >&5
22822 (eval "$ac_compile") 2>conftest.er1
22823 ac_status=$?
22824 grep -v '^ *+' conftest.er1 >conftest.err
22825 rm -f conftest.er1
22826 cat conftest.err >&5
22827 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
22828 (exit $ac_status); } && {
22829 test -z "$ac_c_werror_flag" ||
22830 test ! -s conftest.err
22831 } && test -s conftest.$ac_objext; then
22832 ac_cv_member_struct_stat_st_ctim=yes
22833 else
22834 $as_echo "$as_me: failed program was:" >&5
22835 sed 's/^/| /' conftest.$ac_ext >&5
22837 cat >conftest.$ac_ext <<_ACEOF
22838 /* confdefs.h. */
22839 _ACEOF
22840 cat confdefs.h >>conftest.$ac_ext
22841 cat >>conftest.$ac_ext <<_ACEOF
22842 /* end confdefs.h. */
22843 $ac_includes_default
22845 main ()
22847 static struct stat ac_aggr;
22848 if (sizeof ac_aggr.st_ctim)
22849 return 0;
22851 return 0;
22853 _ACEOF
22854 rm -f conftest.$ac_objext
22855 if { (ac_try="$ac_compile"
22856 case "(($ac_try" in
22857 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22858 *) ac_try_echo=$ac_try;;
22859 esac
22860 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
22861 $as_echo "$ac_try_echo") >&5
22862 (eval "$ac_compile") 2>conftest.er1
22863 ac_status=$?
22864 grep -v '^ *+' conftest.er1 >conftest.err
22865 rm -f conftest.er1
22866 cat conftest.err >&5
22867 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
22868 (exit $ac_status); } && {
22869 test -z "$ac_c_werror_flag" ||
22870 test ! -s conftest.err
22871 } && test -s conftest.$ac_objext; then
22872 ac_cv_member_struct_stat_st_ctim=yes
22873 else
22874 $as_echo "$as_me: failed program was:" >&5
22875 sed 's/^/| /' conftest.$ac_ext >&5
22877 ac_cv_member_struct_stat_st_ctim=no
22880 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22883 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22885 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_stat_st_ctim" >&5
22886 $as_echo "$ac_cv_member_struct_stat_st_ctim" >&6; }
22887 if test "x$ac_cv_member_struct_stat_st_ctim" = x""yes; then
22889 cat >>confdefs.h <<_ACEOF
22890 #define HAVE_STRUCT_STAT_ST_CTIM 1
22891 _ACEOF
22895 { $as_echo "$as_me:$LINENO: checking for struct stat.st_atim" >&5
22896 $as_echo_n "checking for struct stat.st_atim... " >&6; }
22897 if test "${ac_cv_member_struct_stat_st_atim+set}" = set; then
22898 $as_echo_n "(cached) " >&6
22899 else
22900 cat >conftest.$ac_ext <<_ACEOF
22901 /* confdefs.h. */
22902 _ACEOF
22903 cat confdefs.h >>conftest.$ac_ext
22904 cat >>conftest.$ac_ext <<_ACEOF
22905 /* end confdefs.h. */
22906 $ac_includes_default
22908 main ()
22910 static struct stat ac_aggr;
22911 if (ac_aggr.st_atim)
22912 return 0;
22914 return 0;
22916 _ACEOF
22917 rm -f conftest.$ac_objext
22918 if { (ac_try="$ac_compile"
22919 case "(($ac_try" in
22920 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22921 *) ac_try_echo=$ac_try;;
22922 esac
22923 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
22924 $as_echo "$ac_try_echo") >&5
22925 (eval "$ac_compile") 2>conftest.er1
22926 ac_status=$?
22927 grep -v '^ *+' conftest.er1 >conftest.err
22928 rm -f conftest.er1
22929 cat conftest.err >&5
22930 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
22931 (exit $ac_status); } && {
22932 test -z "$ac_c_werror_flag" ||
22933 test ! -s conftest.err
22934 } && test -s conftest.$ac_objext; then
22935 ac_cv_member_struct_stat_st_atim=yes
22936 else
22937 $as_echo "$as_me: failed program was:" >&5
22938 sed 's/^/| /' conftest.$ac_ext >&5
22940 cat >conftest.$ac_ext <<_ACEOF
22941 /* confdefs.h. */
22942 _ACEOF
22943 cat confdefs.h >>conftest.$ac_ext
22944 cat >>conftest.$ac_ext <<_ACEOF
22945 /* end confdefs.h. */
22946 $ac_includes_default
22948 main ()
22950 static struct stat ac_aggr;
22951 if (sizeof ac_aggr.st_atim)
22952 return 0;
22954 return 0;
22956 _ACEOF
22957 rm -f conftest.$ac_objext
22958 if { (ac_try="$ac_compile"
22959 case "(($ac_try" in
22960 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22961 *) ac_try_echo=$ac_try;;
22962 esac
22963 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
22964 $as_echo "$ac_try_echo") >&5
22965 (eval "$ac_compile") 2>conftest.er1
22966 ac_status=$?
22967 grep -v '^ *+' conftest.er1 >conftest.err
22968 rm -f conftest.er1
22969 cat conftest.err >&5
22970 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
22971 (exit $ac_status); } && {
22972 test -z "$ac_c_werror_flag" ||
22973 test ! -s conftest.err
22974 } && test -s conftest.$ac_objext; then
22975 ac_cv_member_struct_stat_st_atim=yes
22976 else
22977 $as_echo "$as_me: failed program was:" >&5
22978 sed 's/^/| /' conftest.$ac_ext >&5
22980 ac_cv_member_struct_stat_st_atim=no
22983 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22986 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22988 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_stat_st_atim" >&5
22989 $as_echo "$ac_cv_member_struct_stat_st_atim" >&6; }
22990 if test "x$ac_cv_member_struct_stat_st_atim" = x""yes; then
22992 cat >>confdefs.h <<_ACEOF
22993 #define HAVE_STRUCT_STAT_ST_ATIM 1
22994 _ACEOF
23000 { $as_echo "$as_me:$LINENO: checking for struct sockaddr_in6.sin6_scope_id" >&5
23001 $as_echo_n "checking for struct sockaddr_in6.sin6_scope_id... " >&6; }
23002 if test "${ac_cv_member_struct_sockaddr_in6_sin6_scope_id+set}" = set; then
23003 $as_echo_n "(cached) " >&6
23004 else
23005 cat >conftest.$ac_ext <<_ACEOF
23006 /* confdefs.h. */
23007 _ACEOF
23008 cat confdefs.h >>conftest.$ac_ext
23009 cat >>conftest.$ac_ext <<_ACEOF
23010 /* end confdefs.h. */
23011 #ifdef HAVE_SYS_TYPES_H
23012 #include <sys/types.h>
23013 #endif
23014 #ifdef HAVE_NETINET_IN_H
23015 #include <netinet/in.h>
23016 #endif
23019 main ()
23021 static struct sockaddr_in6 ac_aggr;
23022 if (ac_aggr.sin6_scope_id)
23023 return 0;
23025 return 0;
23027 _ACEOF
23028 rm -f conftest.$ac_objext
23029 if { (ac_try="$ac_compile"
23030 case "(($ac_try" in
23031 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23032 *) ac_try_echo=$ac_try;;
23033 esac
23034 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
23035 $as_echo "$ac_try_echo") >&5
23036 (eval "$ac_compile") 2>conftest.er1
23037 ac_status=$?
23038 grep -v '^ *+' conftest.er1 >conftest.err
23039 rm -f conftest.er1
23040 cat conftest.err >&5
23041 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
23042 (exit $ac_status); } && {
23043 test -z "$ac_c_werror_flag" ||
23044 test ! -s conftest.err
23045 } && test -s conftest.$ac_objext; then
23046 ac_cv_member_struct_sockaddr_in6_sin6_scope_id=yes
23047 else
23048 $as_echo "$as_me: failed program was:" >&5
23049 sed 's/^/| /' conftest.$ac_ext >&5
23051 cat >conftest.$ac_ext <<_ACEOF
23052 /* confdefs.h. */
23053 _ACEOF
23054 cat confdefs.h >>conftest.$ac_ext
23055 cat >>conftest.$ac_ext <<_ACEOF
23056 /* end confdefs.h. */
23057 #ifdef HAVE_SYS_TYPES_H
23058 #include <sys/types.h>
23059 #endif
23060 #ifdef HAVE_NETINET_IN_H
23061 #include <netinet/in.h>
23062 #endif
23065 main ()
23067 static struct sockaddr_in6 ac_aggr;
23068 if (sizeof ac_aggr.sin6_scope_id)
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_sockaddr_in6_sin6_scope_id=yes
23093 else
23094 $as_echo "$as_me: failed program was:" >&5
23095 sed 's/^/| /' conftest.$ac_ext >&5
23097 ac_cv_member_struct_sockaddr_in6_sin6_scope_id=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_sockaddr_in6_sin6_scope_id" >&5
23106 $as_echo "$ac_cv_member_struct_sockaddr_in6_sin6_scope_id" >&6; }
23107 if test "x$ac_cv_member_struct_sockaddr_in6_sin6_scope_id" = x""yes; then
23109 cat >>confdefs.h <<_ACEOF
23110 #define HAVE_STRUCT_SOCKADDR_IN6_SIN6_SCOPE_ID 1
23111 _ACEOF
23117 { $as_echo "$as_me:$LINENO: checking for ns_msg._msg_ptr" >&5
23118 $as_echo_n "checking for ns_msg._msg_ptr... " >&6; }
23119 if test "${ac_cv_member_ns_msg__msg_ptr+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_SYS_TYPES_H
23129 #include <sys/types.h>
23130 #endif
23131 #ifdef HAVE_NETINET_IN_H
23132 # include <netinet/in.h>
23133 #endif
23134 #ifdef HAVE_ARPA_NAMESER_H
23135 # include <arpa/nameser.h>
23136 #endif
23139 main ()
23141 static ns_msg ac_aggr;
23142 if (ac_aggr._msg_ptr)
23143 return 0;
23145 return 0;
23147 _ACEOF
23148 rm -f conftest.$ac_objext
23149 if { (ac_try="$ac_compile"
23150 case "(($ac_try" in
23151 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23152 *) ac_try_echo=$ac_try;;
23153 esac
23154 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
23155 $as_echo "$ac_try_echo") >&5
23156 (eval "$ac_compile") 2>conftest.er1
23157 ac_status=$?
23158 grep -v '^ *+' conftest.er1 >conftest.err
23159 rm -f conftest.er1
23160 cat conftest.err >&5
23161 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
23162 (exit $ac_status); } && {
23163 test -z "$ac_c_werror_flag" ||
23164 test ! -s conftest.err
23165 } && test -s conftest.$ac_objext; then
23166 ac_cv_member_ns_msg__msg_ptr=yes
23167 else
23168 $as_echo "$as_me: failed program was:" >&5
23169 sed 's/^/| /' conftest.$ac_ext >&5
23171 cat >conftest.$ac_ext <<_ACEOF
23172 /* confdefs.h. */
23173 _ACEOF
23174 cat confdefs.h >>conftest.$ac_ext
23175 cat >>conftest.$ac_ext <<_ACEOF
23176 /* end confdefs.h. */
23177 #ifdef HAVE_SYS_TYPES_H
23178 #include <sys/types.h>
23179 #endif
23180 #ifdef HAVE_NETINET_IN_H
23181 # include <netinet/in.h>
23182 #endif
23183 #ifdef HAVE_ARPA_NAMESER_H
23184 # include <arpa/nameser.h>
23185 #endif
23188 main ()
23190 static ns_msg ac_aggr;
23191 if (sizeof ac_aggr._msg_ptr)
23192 return 0;
23194 return 0;
23196 _ACEOF
23197 rm -f conftest.$ac_objext
23198 if { (ac_try="$ac_compile"
23199 case "(($ac_try" in
23200 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23201 *) ac_try_echo=$ac_try;;
23202 esac
23203 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
23204 $as_echo "$ac_try_echo") >&5
23205 (eval "$ac_compile") 2>conftest.er1
23206 ac_status=$?
23207 grep -v '^ *+' conftest.er1 >conftest.err
23208 rm -f conftest.er1
23209 cat conftest.err >&5
23210 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
23211 (exit $ac_status); } && {
23212 test -z "$ac_c_werror_flag" ||
23213 test ! -s conftest.err
23214 } && test -s conftest.$ac_objext; then
23215 ac_cv_member_ns_msg__msg_ptr=yes
23216 else
23217 $as_echo "$as_me: failed program was:" >&5
23218 sed 's/^/| /' conftest.$ac_ext >&5
23220 ac_cv_member_ns_msg__msg_ptr=no
23223 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
23226 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
23228 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_ns_msg__msg_ptr" >&5
23229 $as_echo "$ac_cv_member_ns_msg__msg_ptr" >&6; }
23230 if test "x$ac_cv_member_ns_msg__msg_ptr" = x""yes; then
23232 cat >>confdefs.h <<_ACEOF
23233 #define HAVE_NS_MSG__MSG_PTR 1
23234 _ACEOF
23240 { $as_echo "$as_me:$LINENO: checking for timezone variable" >&5
23241 $as_echo_n "checking for timezone variable... " >&6; }
23242 if test "${ac_cv_have_timezone+set}" = set; then
23243 $as_echo_n "(cached) " >&6
23244 else
23245 cat >conftest.$ac_ext <<_ACEOF
23246 /* confdefs.h. */
23247 _ACEOF
23248 cat confdefs.h >>conftest.$ac_ext
23249 cat >>conftest.$ac_ext <<_ACEOF
23250 /* end confdefs.h. */
23251 #include <time.h>
23253 main ()
23255 timezone = 1
23257 return 0;
23259 _ACEOF
23260 rm -f conftest.$ac_objext conftest$ac_exeext
23261 if { (ac_try="$ac_link"
23262 case "(($ac_try" in
23263 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23264 *) ac_try_echo=$ac_try;;
23265 esac
23266 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
23267 $as_echo "$ac_try_echo") >&5
23268 (eval "$ac_link") 2>conftest.er1
23269 ac_status=$?
23270 grep -v '^ *+' conftest.er1 >conftest.err
23271 rm -f conftest.er1
23272 cat conftest.err >&5
23273 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
23274 (exit $ac_status); } && {
23275 test -z "$ac_c_werror_flag" ||
23276 test ! -s conftest.err
23277 } && test -s conftest$ac_exeext && {
23278 test "$cross_compiling" = yes ||
23279 $as_test_x conftest$ac_exeext
23280 }; then
23281 ac_cv_have_timezone="yes"
23282 else
23283 $as_echo "$as_me: failed program was:" >&5
23284 sed 's/^/| /' conftest.$ac_ext >&5
23286 ac_cv_have_timezone="no"
23289 rm -rf conftest.dSYM
23290 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
23291 conftest$ac_exeext conftest.$ac_ext
23293 { $as_echo "$as_me:$LINENO: result: $ac_cv_have_timezone" >&5
23294 $as_echo "$ac_cv_have_timezone" >&6; }
23295 if test "$ac_cv_have_timezone" = "yes"
23296 then
23298 cat >>confdefs.h <<\_ACEOF
23299 #define HAVE_TIMEZONE 1
23300 _ACEOF
23303 { $as_echo "$as_me:$LINENO: checking for daylight variable" >&5
23304 $as_echo_n "checking for daylight variable... " >&6; }
23305 if test "${ac_cv_have_daylight+set}" = set; then
23306 $as_echo_n "(cached) " >&6
23307 else
23308 cat >conftest.$ac_ext <<_ACEOF
23309 /* confdefs.h. */
23310 _ACEOF
23311 cat confdefs.h >>conftest.$ac_ext
23312 cat >>conftest.$ac_ext <<_ACEOF
23313 /* end confdefs.h. */
23314 #include <time.h>
23316 main ()
23318 daylight = 1
23320 return 0;
23322 _ACEOF
23323 rm -f conftest.$ac_objext conftest$ac_exeext
23324 if { (ac_try="$ac_link"
23325 case "(($ac_try" in
23326 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23327 *) ac_try_echo=$ac_try;;
23328 esac
23329 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
23330 $as_echo "$ac_try_echo") >&5
23331 (eval "$ac_link") 2>conftest.er1
23332 ac_status=$?
23333 grep -v '^ *+' conftest.er1 >conftest.err
23334 rm -f conftest.er1
23335 cat conftest.err >&5
23336 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
23337 (exit $ac_status); } && {
23338 test -z "$ac_c_werror_flag" ||
23339 test ! -s conftest.err
23340 } && test -s conftest$ac_exeext && {
23341 test "$cross_compiling" = yes ||
23342 $as_test_x conftest$ac_exeext
23343 }; then
23344 ac_cv_have_daylight="yes"
23345 else
23346 $as_echo "$as_me: failed program was:" >&5
23347 sed 's/^/| /' conftest.$ac_ext >&5
23349 ac_cv_have_daylight="no"
23352 rm -rf conftest.dSYM
23353 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
23354 conftest$ac_exeext conftest.$ac_ext
23356 { $as_echo "$as_me:$LINENO: result: $ac_cv_have_daylight" >&5
23357 $as_echo "$ac_cv_have_daylight" >&6; }
23358 if test "$ac_cv_have_daylight" = "yes"
23359 then
23361 cat >>confdefs.h <<\_ACEOF
23362 #define HAVE_DAYLIGHT 1
23363 _ACEOF
23367 { $as_echo "$as_me:$LINENO: checking for isinf" >&5
23368 $as_echo_n "checking for isinf... " >&6; }
23369 if test "${ac_cv_have_isinf+set}" = set; then
23370 $as_echo_n "(cached) " >&6
23371 else
23372 cat >conftest.$ac_ext <<_ACEOF
23373 /* confdefs.h. */
23374 _ACEOF
23375 cat confdefs.h >>conftest.$ac_ext
23376 cat >>conftest.$ac_ext <<_ACEOF
23377 /* end confdefs.h. */
23378 #include <math.h>
23380 main ()
23382 float f = 0.0; int i=isinf(f)
23384 return 0;
23386 _ACEOF
23387 rm -f conftest.$ac_objext conftest$ac_exeext
23388 if { (ac_try="$ac_link"
23389 case "(($ac_try" in
23390 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23391 *) ac_try_echo=$ac_try;;
23392 esac
23393 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
23394 $as_echo "$ac_try_echo") >&5
23395 (eval "$ac_link") 2>conftest.er1
23396 ac_status=$?
23397 grep -v '^ *+' conftest.er1 >conftest.err
23398 rm -f conftest.er1
23399 cat conftest.err >&5
23400 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
23401 (exit $ac_status); } && {
23402 test -z "$ac_c_werror_flag" ||
23403 test ! -s conftest.err
23404 } && test -s conftest$ac_exeext && {
23405 test "$cross_compiling" = yes ||
23406 $as_test_x conftest$ac_exeext
23407 }; then
23408 ac_cv_have_isinf="yes"
23409 else
23410 $as_echo "$as_me: failed program was:" >&5
23411 sed 's/^/| /' conftest.$ac_ext >&5
23413 ac_cv_have_isinf="no"
23416 rm -rf conftest.dSYM
23417 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
23418 conftest$ac_exeext conftest.$ac_ext
23420 { $as_echo "$as_me:$LINENO: result: $ac_cv_have_isinf" >&5
23421 $as_echo "$ac_cv_have_isinf" >&6; }
23422 if test "$ac_cv_have_isinf" = "yes"
23423 then
23425 cat >>confdefs.h <<\_ACEOF
23426 #define HAVE_ISINF 1
23427 _ACEOF
23431 { $as_echo "$as_me:$LINENO: checking for isnan" >&5
23432 $as_echo_n "checking for isnan... " >&6; }
23433 if test "${ac_cv_have_isnan+set}" = set; then
23434 $as_echo_n "(cached) " >&6
23435 else
23436 cat >conftest.$ac_ext <<_ACEOF
23437 /* confdefs.h. */
23438 _ACEOF
23439 cat confdefs.h >>conftest.$ac_ext
23440 cat >>conftest.$ac_ext <<_ACEOF
23441 /* end confdefs.h. */
23442 #include <math.h>
23444 main ()
23446 float f = 0.0; int i=isnan(f)
23448 return 0;
23450 _ACEOF
23451 rm -f conftest.$ac_objext conftest$ac_exeext
23452 if { (ac_try="$ac_link"
23453 case "(($ac_try" in
23454 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23455 *) ac_try_echo=$ac_try;;
23456 esac
23457 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
23458 $as_echo "$ac_try_echo") >&5
23459 (eval "$ac_link") 2>conftest.er1
23460 ac_status=$?
23461 grep -v '^ *+' conftest.er1 >conftest.err
23462 rm -f conftest.er1
23463 cat conftest.err >&5
23464 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
23465 (exit $ac_status); } && {
23466 test -z "$ac_c_werror_flag" ||
23467 test ! -s conftest.err
23468 } && test -s conftest$ac_exeext && {
23469 test "$cross_compiling" = yes ||
23470 $as_test_x conftest$ac_exeext
23471 }; then
23472 ac_cv_have_isnan="yes"
23473 else
23474 $as_echo "$as_me: failed program was:" >&5
23475 sed 's/^/| /' conftest.$ac_ext >&5
23477 ac_cv_have_isnan="no"
23480 rm -rf conftest.dSYM
23481 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
23482 conftest$ac_exeext conftest.$ac_ext
23484 { $as_echo "$as_me:$LINENO: result: $ac_cv_have_isnan" >&5
23485 $as_echo "$ac_cv_have_isnan" >&6; }
23486 if test "$ac_cv_have_isnan" = "yes"
23487 then
23489 cat >>confdefs.h <<\_ACEOF
23490 #define HAVE_ISNAN 1
23491 _ACEOF
23496 case $host_cpu in
23497 *i[3456789]86*) { $as_echo "$as_me:$LINENO: checking whether we need to define __i386__" >&5
23498 $as_echo_n "checking whether we need to define __i386__... " >&6; }
23499 if test "${ac_cv_cpp_def___i386__+set}" = set; then
23500 $as_echo_n "(cached) " >&6
23501 else
23502 cat >conftest.$ac_ext <<_ACEOF
23503 /* confdefs.h. */
23504 _ACEOF
23505 cat confdefs.h >>conftest.$ac_ext
23506 cat >>conftest.$ac_ext <<_ACEOF
23507 /* end confdefs.h. */
23508 #ifndef __i386__
23510 #endif
23511 _ACEOF
23512 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
23513 $EGREP "yes" >/dev/null 2>&1; then
23514 ac_cv_cpp_def___i386__=yes
23515 else
23516 ac_cv_cpp_def___i386__=no
23518 rm -f conftest*
23521 { $as_echo "$as_me:$LINENO: result: $ac_cv_cpp_def___i386__" >&5
23522 $as_echo "$ac_cv_cpp_def___i386__" >&6; }
23523 if test $ac_cv_cpp_def___i386__ = yes; then
23524 CFLAGS="$CFLAGS -D__i386__"
23525 LINTFLAGS="$LINTFLAGS -D__i386__"
23528 *x86_64*) { $as_echo "$as_me:$LINENO: checking whether we need to define __x86_64__" >&5
23529 $as_echo_n "checking whether we need to define __x86_64__... " >&6; }
23530 if test "${ac_cv_cpp_def___x86_64__+set}" = set; then
23531 $as_echo_n "(cached) " >&6
23532 else
23533 cat >conftest.$ac_ext <<_ACEOF
23534 /* confdefs.h. */
23535 _ACEOF
23536 cat confdefs.h >>conftest.$ac_ext
23537 cat >>conftest.$ac_ext <<_ACEOF
23538 /* end confdefs.h. */
23539 #ifndef __x86_64__
23541 #endif
23542 _ACEOF
23543 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
23544 $EGREP "yes" >/dev/null 2>&1; then
23545 ac_cv_cpp_def___x86_64__=yes
23546 else
23547 ac_cv_cpp_def___x86_64__=no
23549 rm -f conftest*
23552 { $as_echo "$as_me:$LINENO: result: $ac_cv_cpp_def___x86_64__" >&5
23553 $as_echo "$ac_cv_cpp_def___x86_64__" >&6; }
23554 if test $ac_cv_cpp_def___x86_64__ = yes; then
23555 CFLAGS="$CFLAGS -D__x86_64__"
23556 LINTFLAGS="$LINTFLAGS -D__x86_64__"
23559 *alpha*) { $as_echo "$as_me:$LINENO: checking whether we need to define __ALPHA__" >&5
23560 $as_echo_n "checking whether we need to define __ALPHA__... " >&6; }
23561 if test "${ac_cv_cpp_def___ALPHA__+set}" = set; then
23562 $as_echo_n "(cached) " >&6
23563 else
23564 cat >conftest.$ac_ext <<_ACEOF
23565 /* confdefs.h. */
23566 _ACEOF
23567 cat confdefs.h >>conftest.$ac_ext
23568 cat >>conftest.$ac_ext <<_ACEOF
23569 /* end confdefs.h. */
23570 #ifndef __ALPHA__
23572 #endif
23573 _ACEOF
23574 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
23575 $EGREP "yes" >/dev/null 2>&1; then
23576 ac_cv_cpp_def___ALPHA__=yes
23577 else
23578 ac_cv_cpp_def___ALPHA__=no
23580 rm -f conftest*
23583 { $as_echo "$as_me:$LINENO: result: $ac_cv_cpp_def___ALPHA__" >&5
23584 $as_echo "$ac_cv_cpp_def___ALPHA__" >&6; }
23585 if test $ac_cv_cpp_def___ALPHA__ = yes; then
23586 CFLAGS="$CFLAGS -D__ALPHA__"
23587 LINTFLAGS="$LINTFLAGS -D__ALPHA__"
23590 *sparc*) { $as_echo "$as_me:$LINENO: checking whether we need to define __sparc__" >&5
23591 $as_echo_n "checking whether we need to define __sparc__... " >&6; }
23592 if test "${ac_cv_cpp_def___sparc__+set}" = set; then
23593 $as_echo_n "(cached) " >&6
23594 else
23595 cat >conftest.$ac_ext <<_ACEOF
23596 /* confdefs.h. */
23597 _ACEOF
23598 cat confdefs.h >>conftest.$ac_ext
23599 cat >>conftest.$ac_ext <<_ACEOF
23600 /* end confdefs.h. */
23601 #ifndef __sparc__
23603 #endif
23604 _ACEOF
23605 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
23606 $EGREP "yes" >/dev/null 2>&1; then
23607 ac_cv_cpp_def___sparc__=yes
23608 else
23609 ac_cv_cpp_def___sparc__=no
23611 rm -f conftest*
23614 { $as_echo "$as_me:$LINENO: result: $ac_cv_cpp_def___sparc__" >&5
23615 $as_echo "$ac_cv_cpp_def___sparc__" >&6; }
23616 if test $ac_cv_cpp_def___sparc__ = yes; then
23617 CFLAGS="$CFLAGS -D__sparc__"
23618 LINTFLAGS="$LINTFLAGS -D__sparc__"
23621 *powerpc*) { $as_echo "$as_me:$LINENO: checking whether we need to define __powerpc__" >&5
23622 $as_echo_n "checking whether we need to define __powerpc__... " >&6; }
23623 if test "${ac_cv_cpp_def___powerpc__+set}" = set; then
23624 $as_echo_n "(cached) " >&6
23625 else
23626 cat >conftest.$ac_ext <<_ACEOF
23627 /* confdefs.h. */
23628 _ACEOF
23629 cat confdefs.h >>conftest.$ac_ext
23630 cat >>conftest.$ac_ext <<_ACEOF
23631 /* end confdefs.h. */
23632 #ifndef __powerpc__
23634 #endif
23635 _ACEOF
23636 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
23637 $EGREP "yes" >/dev/null 2>&1; then
23638 ac_cv_cpp_def___powerpc__=yes
23639 else
23640 ac_cv_cpp_def___powerpc__=no
23642 rm -f conftest*
23645 { $as_echo "$as_me:$LINENO: result: $ac_cv_cpp_def___powerpc__" >&5
23646 $as_echo "$ac_cv_cpp_def___powerpc__" >&6; }
23647 if test $ac_cv_cpp_def___powerpc__ = yes; then
23648 CFLAGS="$CFLAGS -D__powerpc__"
23649 LINTFLAGS="$LINTFLAGS -D__powerpc__"
23652 esac
23654 case $host_vendor in
23655 *sun*) { $as_echo "$as_me:$LINENO: checking whether we need to define __sun__" >&5
23656 $as_echo_n "checking whether we need to define __sun__... " >&6; }
23657 if test "${ac_cv_cpp_def___sun__+set}" = set; then
23658 $as_echo_n "(cached) " >&6
23659 else
23660 cat >conftest.$ac_ext <<_ACEOF
23661 /* confdefs.h. */
23662 _ACEOF
23663 cat confdefs.h >>conftest.$ac_ext
23664 cat >>conftest.$ac_ext <<_ACEOF
23665 /* end confdefs.h. */
23666 #ifndef __sun__
23668 #endif
23669 _ACEOF
23670 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
23671 $EGREP "yes" >/dev/null 2>&1; then
23672 ac_cv_cpp_def___sun__=yes
23673 else
23674 ac_cv_cpp_def___sun__=no
23676 rm -f conftest*
23679 { $as_echo "$as_me:$LINENO: result: $ac_cv_cpp_def___sun__" >&5
23680 $as_echo "$ac_cv_cpp_def___sun__" >&6; }
23681 if test $ac_cv_cpp_def___sun__ = yes; then
23682 CFLAGS="$CFLAGS -D__sun__"
23683 LINTFLAGS="$LINTFLAGS -D__sun__"
23686 esac
23689 DEPENDENCIES="### Dependencies:
23691 .INIT: Makefile
23692 .BEGIN: Makefile
23693 Makefile: dummy
23694 -\$(MAKEDEP) -C\$(SRCDIR) -S\$(TOPSRCDIR) -T\$(TOPOBJDIR) \$(EXTRAINCL) \$(DEPEND_SRCS)
23696 \$(OBJS): \$(IDL_GEN_HEADERS)
23697 \$(IDL_GEN_C_SRCS:.c=.o): \$(IDL_GEN_C_SRCS)
23698 \$(RC_SRCS:.rc=.res): \$(IDL_TLB_SRCS:.idl=.tlb)
23699 \$(LEX_SRCS:.l=.yy.o): \$(LEX_SRCS:.l=.yy.c)
23700 \$(BISON_SRCS:.y=.tab.o): \$(BISON_SRCS:.y=.tab.c)"
23703 ALL_MAKERULES=""
23705 ALL_MAKEFILES=""
23707 ALL_MAKEFILE_DEPENDS="# Makefile dependencies"
23710 ALL_TOP_DIRS=""
23712 ALL_DLL_DIRS=""
23714 ALL_IMPLIB_DIRS=""
23716 ALL_TEST_DIRS=""
23718 ALL_PROGRAM_DIRS=""
23720 ALL_PROGRAM_INSTALL_DIRS=""
23722 ALL_PROGRAM_BIN_INSTALL_DIRS=""
23728 ac_config_commands="$ac_config_commands include/stamp-h"
23731 ac_config_commands="$ac_config_commands dlls/gdi32/enhmfdrv"
23733 ac_config_commands="$ac_config_commands dlls/gdi32/mfdrv"
23735 ac_config_commands="$ac_config_commands dlls/kernel32/nls"
23737 ac_config_commands="$ac_config_commands dlls/user32/resources"
23739 ac_config_commands="$ac_config_commands dlls/wineps.drv/data"
23741 ac_config_commands="$ac_config_commands include/wine"
23744 ALL_MAKERULES="$ALL_MAKERULES \\
23745 Make.rules"
23746 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23747 Make.rules: Make.rules.in"
23748 MAKE_RULES=Make.rules
23749 ac_config_files="$ac_config_files Make.rules"
23751 ALL_MAKERULES="$ALL_MAKERULES \\
23752 dlls/Makedll.rules"
23753 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23754 dlls/Makedll.rules: dlls/Makedll.rules.in Make.rules"
23755 MAKE_DLL_RULES=dlls/Makedll.rules
23756 ac_config_files="$ac_config_files dlls/Makedll.rules"
23758 ALL_MAKERULES="$ALL_MAKERULES \\
23759 dlls/Makeimplib.rules"
23760 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23761 dlls/Makeimplib.rules: dlls/Makeimplib.rules.in Make.rules"
23762 MAKE_IMPLIB_RULES=dlls/Makeimplib.rules
23763 ac_config_files="$ac_config_files dlls/Makeimplib.rules"
23765 ALL_MAKERULES="$ALL_MAKERULES \\
23766 dlls/Maketest.rules"
23767 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23768 dlls/Maketest.rules: dlls/Maketest.rules.in Make.rules"
23769 MAKE_TEST_RULES=dlls/Maketest.rules
23770 ac_config_files="$ac_config_files dlls/Maketest.rules"
23772 ALL_MAKERULES="$ALL_MAKERULES \\
23773 programs/Makeprog.rules"
23774 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23775 programs/Makeprog.rules: programs/Makeprog.rules.in Make.rules"
23776 MAKE_PROG_RULES=programs/Makeprog.rules
23777 ac_config_files="$ac_config_files programs/Makeprog.rules"
23782 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23783 Makefile: Makefile.in Make.rules"
23784 ac_config_files="$ac_config_files Makefile"
23786 ALL_MAKEFILES="$ALL_MAKEFILES \\
23787 dlls/Makefile"
23788 test "x$enable_dlls" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
23789 dlls"
23790 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23791 dlls/Makefile: dlls/Makefile.in Make.rules"
23792 ac_config_files="$ac_config_files dlls/Makefile"
23794 ALL_MAKEFILES="$ALL_MAKEFILES \\
23795 dlls/acledit/Makefile"
23796 test "x$enable_acledit" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23797 acledit"
23798 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23799 dlls/acledit/Makefile: dlls/acledit/Makefile.in dlls/Makedll.rules"
23800 ac_config_files="$ac_config_files dlls/acledit/Makefile"
23802 ALL_MAKEFILES="$ALL_MAKEFILES \\
23803 dlls/activeds/Makefile"
23804 test "x$enable_activeds" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23805 activeds"
23806 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23807 dlls/activeds/Makefile: dlls/activeds/Makefile.in dlls/Makedll.rules"
23808 ac_config_files="$ac_config_files dlls/activeds/Makefile"
23810 ALL_MAKEFILES="$ALL_MAKEFILES \\
23811 dlls/actxprxy/Makefile"
23812 test "x$enable_actxprxy" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23813 actxprxy"
23814 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23815 dlls/actxprxy/Makefile: dlls/actxprxy/Makefile.in dlls/Makedll.rules"
23816 ac_config_files="$ac_config_files dlls/actxprxy/Makefile"
23818 ALL_MAKEFILES="$ALL_MAKEFILES \\
23819 dlls/adsiid/Makefile"
23820 test "x$enable_adsiid" != xno && ALL_IMPLIB_DIRS="$ALL_IMPLIB_DIRS \\
23821 adsiid"
23822 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23823 dlls/adsiid/Makefile: dlls/adsiid/Makefile.in dlls/Makeimplib.rules"
23824 ac_config_files="$ac_config_files dlls/adsiid/Makefile"
23826 ALL_MAKEFILES="$ALL_MAKEFILES \\
23827 dlls/advapi32/Makefile"
23828 test "x$enable_advapi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23829 advapi32"
23830 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23831 dlls/advapi32/Makefile: dlls/advapi32/Makefile.in dlls/Makedll.rules"
23832 ac_config_files="$ac_config_files dlls/advapi32/Makefile"
23834 ALL_MAKEFILES="$ALL_MAKEFILES \\
23835 dlls/advapi32/tests/Makefile"
23836 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23837 advapi32/tests"
23838 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23839 dlls/advapi32/tests/Makefile: dlls/advapi32/tests/Makefile.in dlls/Maketest.rules"
23840 ac_config_files="$ac_config_files dlls/advapi32/tests/Makefile"
23842 ALL_MAKEFILES="$ALL_MAKEFILES \\
23843 dlls/advpack/Makefile"
23844 test "x$enable_advpack" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23845 advpack"
23846 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23847 dlls/advpack/Makefile: dlls/advpack/Makefile.in dlls/Makedll.rules"
23848 ac_config_files="$ac_config_files dlls/advpack/Makefile"
23850 ALL_MAKEFILES="$ALL_MAKEFILES \\
23851 dlls/advpack/tests/Makefile"
23852 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23853 advpack/tests"
23854 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23855 dlls/advpack/tests/Makefile: dlls/advpack/tests/Makefile.in dlls/Maketest.rules"
23856 ac_config_files="$ac_config_files dlls/advpack/tests/Makefile"
23858 ALL_MAKEFILES="$ALL_MAKEFILES \\
23859 dlls/amstream/Makefile"
23860 test "x$enable_amstream" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23861 amstream"
23862 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23863 dlls/amstream/Makefile: dlls/amstream/Makefile.in dlls/Makedll.rules"
23864 ac_config_files="$ac_config_files dlls/amstream/Makefile"
23866 ALL_MAKEFILES="$ALL_MAKEFILES \\
23867 dlls/appwiz.cpl/Makefile"
23868 test "x$enable_appwiz_cpl" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23869 appwiz.cpl"
23870 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23871 dlls/appwiz.cpl/Makefile: dlls/appwiz.cpl/Makefile.in dlls/Makedll.rules"
23872 ac_config_files="$ac_config_files dlls/appwiz.cpl/Makefile"
23874 ALL_MAKEFILES="$ALL_MAKEFILES \\
23875 dlls/atl/Makefile"
23876 test "x$enable_atl" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23877 atl"
23878 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23879 dlls/atl/Makefile: dlls/atl/Makefile.in dlls/Makedll.rules"
23880 ac_config_files="$ac_config_files dlls/atl/Makefile"
23882 ALL_MAKEFILES="$ALL_MAKEFILES \\
23883 dlls/avicap32/Makefile"
23884 test "x$enable_avicap32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23885 avicap32"
23886 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23887 dlls/avicap32/Makefile: dlls/avicap32/Makefile.in dlls/Makedll.rules"
23888 ac_config_files="$ac_config_files dlls/avicap32/Makefile"
23890 ALL_MAKEFILES="$ALL_MAKEFILES \\
23891 dlls/avifil32/Makefile"
23892 test "x$enable_avifil32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23893 avifil32"
23894 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23895 dlls/avifil32/Makefile: dlls/avifil32/Makefile.in dlls/Makedll.rules"
23896 ac_config_files="$ac_config_files dlls/avifil32/Makefile"
23898 ALL_MAKEFILES="$ALL_MAKEFILES \\
23899 dlls/browseui/Makefile"
23900 test "x$enable_browseui" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23901 browseui"
23902 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23903 dlls/browseui/Makefile: dlls/browseui/Makefile.in dlls/Makedll.rules"
23904 ac_config_files="$ac_config_files dlls/browseui/Makefile"
23906 ALL_MAKEFILES="$ALL_MAKEFILES \\
23907 dlls/browseui/tests/Makefile"
23908 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23909 browseui/tests"
23910 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23911 dlls/browseui/tests/Makefile: dlls/browseui/tests/Makefile.in dlls/Maketest.rules"
23912 ac_config_files="$ac_config_files dlls/browseui/tests/Makefile"
23914 ALL_MAKEFILES="$ALL_MAKEFILES \\
23915 dlls/cabinet/Makefile"
23916 test "x$enable_cabinet" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23917 cabinet"
23918 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23919 dlls/cabinet/Makefile: dlls/cabinet/Makefile.in dlls/Makedll.rules"
23920 ac_config_files="$ac_config_files dlls/cabinet/Makefile"
23922 ALL_MAKEFILES="$ALL_MAKEFILES \\
23923 dlls/cabinet/tests/Makefile"
23924 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23925 cabinet/tests"
23926 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23927 dlls/cabinet/tests/Makefile: dlls/cabinet/tests/Makefile.in dlls/Maketest.rules"
23928 ac_config_files="$ac_config_files dlls/cabinet/tests/Makefile"
23930 ALL_MAKEFILES="$ALL_MAKEFILES \\
23931 dlls/capi2032/Makefile"
23932 test "x$enable_capi2032" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23933 capi2032"
23934 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23935 dlls/capi2032/Makefile: dlls/capi2032/Makefile.in dlls/Makedll.rules"
23936 ac_config_files="$ac_config_files dlls/capi2032/Makefile"
23938 ALL_MAKEFILES="$ALL_MAKEFILES \\
23939 dlls/cards/Makefile"
23940 test "x$enable_cards" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23941 cards"
23942 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23943 dlls/cards/Makefile: dlls/cards/Makefile.in dlls/Makedll.rules"
23944 ac_config_files="$ac_config_files dlls/cards/Makefile"
23946 ALL_MAKEFILES="$ALL_MAKEFILES \\
23947 dlls/cfgmgr32/Makefile"
23948 test "x$enable_cfgmgr32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23949 cfgmgr32"
23950 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23951 dlls/cfgmgr32/Makefile: dlls/cfgmgr32/Makefile.in dlls/Makedll.rules"
23952 ac_config_files="$ac_config_files dlls/cfgmgr32/Makefile"
23954 ALL_MAKEFILES="$ALL_MAKEFILES \\
23955 dlls/clusapi/Makefile"
23956 test "x$enable_clusapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23957 clusapi"
23958 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23959 dlls/clusapi/Makefile: dlls/clusapi/Makefile.in dlls/Makedll.rules"
23960 ac_config_files="$ac_config_files dlls/clusapi/Makefile"
23962 ALL_MAKEFILES="$ALL_MAKEFILES \\
23963 dlls/comcat/Makefile"
23964 test "x$enable_comcat" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23965 comcat"
23966 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23967 dlls/comcat/Makefile: dlls/comcat/Makefile.in dlls/Makedll.rules"
23968 ac_config_files="$ac_config_files dlls/comcat/Makefile"
23970 ALL_MAKEFILES="$ALL_MAKEFILES \\
23971 dlls/comcat/tests/Makefile"
23972 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23973 comcat/tests"
23974 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23975 dlls/comcat/tests/Makefile: dlls/comcat/tests/Makefile.in dlls/Maketest.rules"
23976 ac_config_files="$ac_config_files dlls/comcat/tests/Makefile"
23978 ALL_MAKEFILES="$ALL_MAKEFILES \\
23979 dlls/comctl32/Makefile"
23980 test "x$enable_comctl32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23981 comctl32"
23982 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23983 dlls/comctl32/Makefile: dlls/comctl32/Makefile.in dlls/Makedll.rules"
23984 ac_config_files="$ac_config_files dlls/comctl32/Makefile"
23986 ALL_MAKEFILES="$ALL_MAKEFILES \\
23987 dlls/comctl32/tests/Makefile"
23988 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23989 comctl32/tests"
23990 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23991 dlls/comctl32/tests/Makefile: dlls/comctl32/tests/Makefile.in dlls/Maketest.rules"
23992 ac_config_files="$ac_config_files dlls/comctl32/tests/Makefile"
23994 ALL_MAKEFILES="$ALL_MAKEFILES \\
23995 dlls/comdlg32/Makefile"
23996 test "x$enable_comdlg32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23997 comdlg32"
23998 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23999 dlls/comdlg32/Makefile: dlls/comdlg32/Makefile.in dlls/Makedll.rules"
24000 ac_config_files="$ac_config_files dlls/comdlg32/Makefile"
24002 ALL_MAKEFILES="$ALL_MAKEFILES \\
24003 dlls/comdlg32/tests/Makefile"
24004 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24005 comdlg32/tests"
24006 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24007 dlls/comdlg32/tests/Makefile: dlls/comdlg32/tests/Makefile.in dlls/Maketest.rules"
24008 ac_config_files="$ac_config_files dlls/comdlg32/tests/Makefile"
24010 ALL_MAKEFILES="$ALL_MAKEFILES \\
24011 dlls/compstui/Makefile"
24012 test "x$enable_compstui" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24013 compstui"
24014 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24015 dlls/compstui/Makefile: dlls/compstui/Makefile.in dlls/Makedll.rules"
24016 ac_config_files="$ac_config_files dlls/compstui/Makefile"
24018 ALL_MAKEFILES="$ALL_MAKEFILES \\
24019 dlls/credui/Makefile"
24020 test "x$enable_credui" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24021 credui"
24022 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24023 dlls/credui/Makefile: dlls/credui/Makefile.in dlls/Makedll.rules"
24024 ac_config_files="$ac_config_files dlls/credui/Makefile"
24026 ALL_MAKEFILES="$ALL_MAKEFILES \\
24027 dlls/credui/tests/Makefile"
24028 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24029 credui/tests"
24030 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24031 dlls/credui/tests/Makefile: dlls/credui/tests/Makefile.in dlls/Maketest.rules"
24032 ac_config_files="$ac_config_files dlls/credui/tests/Makefile"
24034 ALL_MAKEFILES="$ALL_MAKEFILES \\
24035 dlls/crtdll/Makefile"
24036 test "x$enable_crtdll" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24037 crtdll"
24038 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24039 dlls/crtdll/Makefile: dlls/crtdll/Makefile.in dlls/Makedll.rules"
24040 ac_config_files="$ac_config_files dlls/crtdll/Makefile"
24042 ALL_MAKEFILES="$ALL_MAKEFILES \\
24043 dlls/crypt32/Makefile"
24044 test "x$enable_crypt32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24045 crypt32"
24046 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24047 dlls/crypt32/Makefile: dlls/crypt32/Makefile.in dlls/Makedll.rules"
24048 ac_config_files="$ac_config_files dlls/crypt32/Makefile"
24050 ALL_MAKEFILES="$ALL_MAKEFILES \\
24051 dlls/crypt32/tests/Makefile"
24052 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24053 crypt32/tests"
24054 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24055 dlls/crypt32/tests/Makefile: dlls/crypt32/tests/Makefile.in dlls/Maketest.rules"
24056 ac_config_files="$ac_config_files dlls/crypt32/tests/Makefile"
24058 ALL_MAKEFILES="$ALL_MAKEFILES \\
24059 dlls/cryptdlg/Makefile"
24060 test "x$enable_cryptdlg" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24061 cryptdlg"
24062 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24063 dlls/cryptdlg/Makefile: dlls/cryptdlg/Makefile.in dlls/Makedll.rules"
24064 ac_config_files="$ac_config_files dlls/cryptdlg/Makefile"
24066 ALL_MAKEFILES="$ALL_MAKEFILES \\
24067 dlls/cryptdll/Makefile"
24068 test "x$enable_cryptdll" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24069 cryptdll"
24070 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24071 dlls/cryptdll/Makefile: dlls/cryptdll/Makefile.in dlls/Makedll.rules"
24072 ac_config_files="$ac_config_files dlls/cryptdll/Makefile"
24074 ALL_MAKEFILES="$ALL_MAKEFILES \\
24075 dlls/cryptnet/Makefile"
24076 test "x$enable_cryptnet" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24077 cryptnet"
24078 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24079 dlls/cryptnet/Makefile: dlls/cryptnet/Makefile.in dlls/Makedll.rules"
24080 ac_config_files="$ac_config_files dlls/cryptnet/Makefile"
24082 ALL_MAKEFILES="$ALL_MAKEFILES \\
24083 dlls/cryptnet/tests/Makefile"
24084 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24085 cryptnet/tests"
24086 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24087 dlls/cryptnet/tests/Makefile: dlls/cryptnet/tests/Makefile.in dlls/Maketest.rules"
24088 ac_config_files="$ac_config_files dlls/cryptnet/tests/Makefile"
24090 ALL_MAKEFILES="$ALL_MAKEFILES \\
24091 dlls/cryptui/Makefile"
24092 test "x$enable_cryptui" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24093 cryptui"
24094 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24095 dlls/cryptui/Makefile: dlls/cryptui/Makefile.in dlls/Makedll.rules"
24096 ac_config_files="$ac_config_files dlls/cryptui/Makefile"
24098 ALL_MAKEFILES="$ALL_MAKEFILES \\
24099 dlls/cryptui/tests/Makefile"
24100 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24101 cryptui/tests"
24102 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24103 dlls/cryptui/tests/Makefile: dlls/cryptui/tests/Makefile.in dlls/Maketest.rules"
24104 ac_config_files="$ac_config_files dlls/cryptui/tests/Makefile"
24106 ALL_MAKEFILES="$ALL_MAKEFILES \\
24107 dlls/ctapi32/Makefile"
24108 test "x$enable_ctapi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24109 ctapi32"
24110 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24111 dlls/ctapi32/Makefile: dlls/ctapi32/Makefile.in dlls/Makedll.rules"
24112 ac_config_files="$ac_config_files dlls/ctapi32/Makefile"
24114 ALL_MAKEFILES="$ALL_MAKEFILES \\
24115 dlls/ctl3d32/Makefile"
24116 test "x$enable_ctl3d32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24117 ctl3d32"
24118 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24119 dlls/ctl3d32/Makefile: dlls/ctl3d32/Makefile.in dlls/Makedll.rules"
24120 ac_config_files="$ac_config_files dlls/ctl3d32/Makefile"
24122 ALL_MAKEFILES="$ALL_MAKEFILES \\
24123 dlls/d3d10/Makefile"
24124 test "x$enable_d3d10" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24125 d3d10"
24126 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24127 dlls/d3d10/Makefile: dlls/d3d10/Makefile.in dlls/Makedll.rules"
24128 ac_config_files="$ac_config_files dlls/d3d10/Makefile"
24130 ALL_MAKEFILES="$ALL_MAKEFILES \\
24131 dlls/d3d10/tests/Makefile"
24132 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24133 d3d10/tests"
24134 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24135 dlls/d3d10/tests/Makefile: dlls/d3d10/tests/Makefile.in dlls/Maketest.rules"
24136 ac_config_files="$ac_config_files dlls/d3d10/tests/Makefile"
24138 ALL_MAKEFILES="$ALL_MAKEFILES \\
24139 dlls/d3d10core/Makefile"
24140 test "x$enable_d3d10core" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24141 d3d10core"
24142 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24143 dlls/d3d10core/Makefile: dlls/d3d10core/Makefile.in dlls/Makedll.rules"
24144 ac_config_files="$ac_config_files dlls/d3d10core/Makefile"
24146 ALL_MAKEFILES="$ALL_MAKEFILES \\
24147 dlls/d3d10core/tests/Makefile"
24148 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24149 d3d10core/tests"
24150 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24151 dlls/d3d10core/tests/Makefile: dlls/d3d10core/tests/Makefile.in dlls/Maketest.rules"
24152 ac_config_files="$ac_config_files dlls/d3d10core/tests/Makefile"
24154 ALL_MAKEFILES="$ALL_MAKEFILES \\
24155 dlls/d3d8/Makefile"
24156 test "x$enable_d3d8" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24157 d3d8"
24158 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24159 dlls/d3d8/Makefile: dlls/d3d8/Makefile.in dlls/Makedll.rules"
24160 ac_config_files="$ac_config_files dlls/d3d8/Makefile"
24162 ALL_MAKEFILES="$ALL_MAKEFILES \\
24163 dlls/d3d8/tests/Makefile"
24164 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24165 d3d8/tests"
24166 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24167 dlls/d3d8/tests/Makefile: dlls/d3d8/tests/Makefile.in dlls/Maketest.rules"
24168 ac_config_files="$ac_config_files dlls/d3d8/tests/Makefile"
24170 ALL_MAKEFILES="$ALL_MAKEFILES \\
24171 dlls/d3d9/Makefile"
24172 test "x$enable_d3d9" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24173 d3d9"
24174 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24175 dlls/d3d9/Makefile: dlls/d3d9/Makefile.in dlls/Makedll.rules"
24176 ac_config_files="$ac_config_files dlls/d3d9/Makefile"
24178 ALL_MAKEFILES="$ALL_MAKEFILES \\
24179 dlls/d3d9/tests/Makefile"
24180 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24181 d3d9/tests"
24182 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24183 dlls/d3d9/tests/Makefile: dlls/d3d9/tests/Makefile.in dlls/Maketest.rules"
24184 ac_config_files="$ac_config_files dlls/d3d9/tests/Makefile"
24186 ALL_MAKEFILES="$ALL_MAKEFILES \\
24187 dlls/d3dim/Makefile"
24188 test "x$enable_d3dim" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24189 d3dim"
24190 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24191 dlls/d3dim/Makefile: dlls/d3dim/Makefile.in dlls/Makedll.rules"
24192 ac_config_files="$ac_config_files dlls/d3dim/Makefile"
24194 ALL_MAKEFILES="$ALL_MAKEFILES \\
24195 dlls/d3drm/Makefile"
24196 test "x$enable_d3drm" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24197 d3drm"
24198 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24199 dlls/d3drm/Makefile: dlls/d3drm/Makefile.in dlls/Makedll.rules"
24200 ac_config_files="$ac_config_files dlls/d3drm/Makefile"
24202 ALL_MAKEFILES="$ALL_MAKEFILES \\
24203 dlls/d3drm/tests/Makefile"
24204 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24205 d3drm/tests"
24206 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24207 dlls/d3drm/tests/Makefile: dlls/d3drm/tests/Makefile.in dlls/Maketest.rules"
24208 ac_config_files="$ac_config_files dlls/d3drm/tests/Makefile"
24210 ALL_MAKEFILES="$ALL_MAKEFILES \\
24211 dlls/d3dx8/Makefile"
24212 test "x$enable_d3dx8" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24213 d3dx8"
24214 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24215 dlls/d3dx8/Makefile: dlls/d3dx8/Makefile.in dlls/Makedll.rules"
24216 ac_config_files="$ac_config_files dlls/d3dx8/Makefile"
24218 ALL_MAKEFILES="$ALL_MAKEFILES \\
24219 dlls/d3dx8/tests/Makefile"
24220 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24221 d3dx8/tests"
24222 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24223 dlls/d3dx8/tests/Makefile: dlls/d3dx8/tests/Makefile.in dlls/Maketest.rules"
24224 ac_config_files="$ac_config_files dlls/d3dx8/tests/Makefile"
24226 ALL_MAKEFILES="$ALL_MAKEFILES \\
24227 dlls/d3dx9_24/Makefile"
24228 test "x$enable_d3dx9_24" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24229 d3dx9_24"
24230 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24231 dlls/d3dx9_24/Makefile: dlls/d3dx9_24/Makefile.in dlls/Makedll.rules"
24232 ac_config_files="$ac_config_files dlls/d3dx9_24/Makefile"
24234 ALL_MAKEFILES="$ALL_MAKEFILES \\
24235 dlls/d3dx9_25/Makefile"
24236 test "x$enable_d3dx9_25" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24237 d3dx9_25"
24238 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24239 dlls/d3dx9_25/Makefile: dlls/d3dx9_25/Makefile.in dlls/Makedll.rules"
24240 ac_config_files="$ac_config_files dlls/d3dx9_25/Makefile"
24242 ALL_MAKEFILES="$ALL_MAKEFILES \\
24243 dlls/d3dx9_26/Makefile"
24244 test "x$enable_d3dx9_26" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24245 d3dx9_26"
24246 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24247 dlls/d3dx9_26/Makefile: dlls/d3dx9_26/Makefile.in dlls/Makedll.rules"
24248 ac_config_files="$ac_config_files dlls/d3dx9_26/Makefile"
24250 ALL_MAKEFILES="$ALL_MAKEFILES \\
24251 dlls/d3dx9_27/Makefile"
24252 test "x$enable_d3dx9_27" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24253 d3dx9_27"
24254 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24255 dlls/d3dx9_27/Makefile: dlls/d3dx9_27/Makefile.in dlls/Makedll.rules"
24256 ac_config_files="$ac_config_files dlls/d3dx9_27/Makefile"
24258 ALL_MAKEFILES="$ALL_MAKEFILES \\
24259 dlls/d3dx9_28/Makefile"
24260 test "x$enable_d3dx9_28" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24261 d3dx9_28"
24262 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24263 dlls/d3dx9_28/Makefile: dlls/d3dx9_28/Makefile.in dlls/Makedll.rules"
24264 ac_config_files="$ac_config_files dlls/d3dx9_28/Makefile"
24266 ALL_MAKEFILES="$ALL_MAKEFILES \\
24267 dlls/d3dx9_29/Makefile"
24268 test "x$enable_d3dx9_29" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24269 d3dx9_29"
24270 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24271 dlls/d3dx9_29/Makefile: dlls/d3dx9_29/Makefile.in dlls/Makedll.rules"
24272 ac_config_files="$ac_config_files dlls/d3dx9_29/Makefile"
24274 ALL_MAKEFILES="$ALL_MAKEFILES \\
24275 dlls/d3dx9_30/Makefile"
24276 test "x$enable_d3dx9_30" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24277 d3dx9_30"
24278 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24279 dlls/d3dx9_30/Makefile: dlls/d3dx9_30/Makefile.in dlls/Makedll.rules"
24280 ac_config_files="$ac_config_files dlls/d3dx9_30/Makefile"
24282 ALL_MAKEFILES="$ALL_MAKEFILES \\
24283 dlls/d3dx9_31/Makefile"
24284 test "x$enable_d3dx9_31" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24285 d3dx9_31"
24286 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24287 dlls/d3dx9_31/Makefile: dlls/d3dx9_31/Makefile.in dlls/Makedll.rules"
24288 ac_config_files="$ac_config_files dlls/d3dx9_31/Makefile"
24290 ALL_MAKEFILES="$ALL_MAKEFILES \\
24291 dlls/d3dx9_32/Makefile"
24292 test "x$enable_d3dx9_32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24293 d3dx9_32"
24294 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24295 dlls/d3dx9_32/Makefile: dlls/d3dx9_32/Makefile.in dlls/Makedll.rules"
24296 ac_config_files="$ac_config_files dlls/d3dx9_32/Makefile"
24298 ALL_MAKEFILES="$ALL_MAKEFILES \\
24299 dlls/d3dx9_33/Makefile"
24300 test "x$enable_d3dx9_33" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24301 d3dx9_33"
24302 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24303 dlls/d3dx9_33/Makefile: dlls/d3dx9_33/Makefile.in dlls/Makedll.rules"
24304 ac_config_files="$ac_config_files dlls/d3dx9_33/Makefile"
24306 ALL_MAKEFILES="$ALL_MAKEFILES \\
24307 dlls/d3dx9_34/Makefile"
24308 test "x$enable_d3dx9_34" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24309 d3dx9_34"
24310 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24311 dlls/d3dx9_34/Makefile: dlls/d3dx9_34/Makefile.in dlls/Makedll.rules"
24312 ac_config_files="$ac_config_files dlls/d3dx9_34/Makefile"
24314 ALL_MAKEFILES="$ALL_MAKEFILES \\
24315 dlls/d3dx9_35/Makefile"
24316 test "x$enable_d3dx9_35" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24317 d3dx9_35"
24318 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24319 dlls/d3dx9_35/Makefile: dlls/d3dx9_35/Makefile.in dlls/Makedll.rules"
24320 ac_config_files="$ac_config_files dlls/d3dx9_35/Makefile"
24322 ALL_MAKEFILES="$ALL_MAKEFILES \\
24323 dlls/d3dx9_36/Makefile"
24324 test "x$enable_d3dx9_36" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24325 d3dx9_36"
24326 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24327 dlls/d3dx9_36/Makefile: dlls/d3dx9_36/Makefile.in dlls/Makedll.rules"
24328 ac_config_files="$ac_config_files dlls/d3dx9_36/Makefile"
24330 ALL_MAKEFILES="$ALL_MAKEFILES \\
24331 dlls/d3dx9_36/tests/Makefile"
24332 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24333 d3dx9_36/tests"
24334 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24335 dlls/d3dx9_36/tests/Makefile: dlls/d3dx9_36/tests/Makefile.in dlls/Maketest.rules"
24336 ac_config_files="$ac_config_files dlls/d3dx9_36/tests/Makefile"
24338 ALL_MAKEFILES="$ALL_MAKEFILES \\
24339 dlls/d3dx9_37/Makefile"
24340 test "x$enable_d3dx9_37" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24341 d3dx9_37"
24342 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24343 dlls/d3dx9_37/Makefile: dlls/d3dx9_37/Makefile.in dlls/Makedll.rules"
24344 ac_config_files="$ac_config_files dlls/d3dx9_37/Makefile"
24346 ALL_MAKEFILES="$ALL_MAKEFILES \\
24347 dlls/d3dxof/Makefile"
24348 test "x$enable_d3dxof" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24349 d3dxof"
24350 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24351 dlls/d3dxof/Makefile: dlls/d3dxof/Makefile.in dlls/Makedll.rules"
24352 ac_config_files="$ac_config_files dlls/d3dxof/Makefile"
24354 ALL_MAKEFILES="$ALL_MAKEFILES \\
24355 dlls/d3dxof/tests/Makefile"
24356 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24357 d3dxof/tests"
24358 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24359 dlls/d3dxof/tests/Makefile: dlls/d3dxof/tests/Makefile.in dlls/Maketest.rules"
24360 ac_config_files="$ac_config_files dlls/d3dxof/tests/Makefile"
24362 ALL_MAKEFILES="$ALL_MAKEFILES \\
24363 dlls/dbghelp/Makefile"
24364 test "x$enable_dbghelp" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24365 dbghelp"
24366 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24367 dlls/dbghelp/Makefile: dlls/dbghelp/Makefile.in dlls/Makedll.rules"
24368 ac_config_files="$ac_config_files dlls/dbghelp/Makefile"
24370 ALL_MAKEFILES="$ALL_MAKEFILES \\
24371 dlls/dciman32/Makefile"
24372 test "x$enable_dciman32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24373 dciman32"
24374 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24375 dlls/dciman32/Makefile: dlls/dciman32/Makefile.in dlls/Makedll.rules"
24376 ac_config_files="$ac_config_files dlls/dciman32/Makefile"
24378 ALL_MAKEFILES="$ALL_MAKEFILES \\
24379 dlls/ddraw/Makefile"
24380 test "x$enable_ddraw" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24381 ddraw"
24382 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24383 dlls/ddraw/Makefile: dlls/ddraw/Makefile.in dlls/Makedll.rules"
24384 ac_config_files="$ac_config_files dlls/ddraw/Makefile"
24386 ALL_MAKEFILES="$ALL_MAKEFILES \\
24387 dlls/ddraw/tests/Makefile"
24388 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24389 ddraw/tests"
24390 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24391 dlls/ddraw/tests/Makefile: dlls/ddraw/tests/Makefile.in dlls/Maketest.rules"
24392 ac_config_files="$ac_config_files dlls/ddraw/tests/Makefile"
24394 ALL_MAKEFILES="$ALL_MAKEFILES \\
24395 dlls/ddrawex/Makefile"
24396 test "x$enable_ddrawex" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24397 ddrawex"
24398 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24399 dlls/ddrawex/Makefile: dlls/ddrawex/Makefile.in dlls/Makedll.rules"
24400 ac_config_files="$ac_config_files dlls/ddrawex/Makefile"
24402 ALL_MAKEFILES="$ALL_MAKEFILES \\
24403 dlls/devenum/Makefile"
24404 test "x$enable_devenum" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24405 devenum"
24406 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24407 dlls/devenum/Makefile: dlls/devenum/Makefile.in dlls/Makedll.rules"
24408 ac_config_files="$ac_config_files dlls/devenum/Makefile"
24410 ALL_MAKEFILES="$ALL_MAKEFILES \\
24411 dlls/dinput/Makefile"
24412 test "x$enable_dinput" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24413 dinput"
24414 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24415 dlls/dinput/Makefile: dlls/dinput/Makefile.in dlls/Makedll.rules"
24416 ac_config_files="$ac_config_files dlls/dinput/Makefile"
24418 ALL_MAKEFILES="$ALL_MAKEFILES \\
24419 dlls/dinput/tests/Makefile"
24420 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24421 dinput/tests"
24422 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24423 dlls/dinput/tests/Makefile: dlls/dinput/tests/Makefile.in dlls/Maketest.rules"
24424 ac_config_files="$ac_config_files dlls/dinput/tests/Makefile"
24426 ALL_MAKEFILES="$ALL_MAKEFILES \\
24427 dlls/dinput8/Makefile"
24428 test "x$enable_dinput8" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24429 dinput8"
24430 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24431 dlls/dinput8/Makefile: dlls/dinput8/Makefile.in dlls/Makedll.rules"
24432 ac_config_files="$ac_config_files dlls/dinput8/Makefile"
24434 ALL_MAKEFILES="$ALL_MAKEFILES \\
24435 dlls/dmband/Makefile"
24436 test "x$enable_dmband" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24437 dmband"
24438 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24439 dlls/dmband/Makefile: dlls/dmband/Makefile.in dlls/Makedll.rules"
24440 ac_config_files="$ac_config_files dlls/dmband/Makefile"
24442 ALL_MAKEFILES="$ALL_MAKEFILES \\
24443 dlls/dmcompos/Makefile"
24444 test "x$enable_dmcompos" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24445 dmcompos"
24446 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24447 dlls/dmcompos/Makefile: dlls/dmcompos/Makefile.in dlls/Makedll.rules"
24448 ac_config_files="$ac_config_files dlls/dmcompos/Makefile"
24450 ALL_MAKEFILES="$ALL_MAKEFILES \\
24451 dlls/dmime/Makefile"
24452 test "x$enable_dmime" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24453 dmime"
24454 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24455 dlls/dmime/Makefile: dlls/dmime/Makefile.in dlls/Makedll.rules"
24456 ac_config_files="$ac_config_files dlls/dmime/Makefile"
24458 ALL_MAKEFILES="$ALL_MAKEFILES \\
24459 dlls/dmloader/Makefile"
24460 test "x$enable_dmloader" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24461 dmloader"
24462 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24463 dlls/dmloader/Makefile: dlls/dmloader/Makefile.in dlls/Makedll.rules"
24464 ac_config_files="$ac_config_files dlls/dmloader/Makefile"
24466 ALL_MAKEFILES="$ALL_MAKEFILES \\
24467 dlls/dmscript/Makefile"
24468 test "x$enable_dmscript" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24469 dmscript"
24470 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24471 dlls/dmscript/Makefile: dlls/dmscript/Makefile.in dlls/Makedll.rules"
24472 ac_config_files="$ac_config_files dlls/dmscript/Makefile"
24474 ALL_MAKEFILES="$ALL_MAKEFILES \\
24475 dlls/dmstyle/Makefile"
24476 test "x$enable_dmstyle" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24477 dmstyle"
24478 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24479 dlls/dmstyle/Makefile: dlls/dmstyle/Makefile.in dlls/Makedll.rules"
24480 ac_config_files="$ac_config_files dlls/dmstyle/Makefile"
24482 ALL_MAKEFILES="$ALL_MAKEFILES \\
24483 dlls/dmsynth/Makefile"
24484 test "x$enable_dmsynth" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24485 dmsynth"
24486 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24487 dlls/dmsynth/Makefile: dlls/dmsynth/Makefile.in dlls/Makedll.rules"
24488 ac_config_files="$ac_config_files dlls/dmsynth/Makefile"
24490 ALL_MAKEFILES="$ALL_MAKEFILES \\
24491 dlls/dmusic/Makefile"
24492 test "x$enable_dmusic" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24493 dmusic"
24494 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24495 dlls/dmusic/Makefile: dlls/dmusic/Makefile.in dlls/Makedll.rules"
24496 ac_config_files="$ac_config_files dlls/dmusic/Makefile"
24498 ALL_MAKEFILES="$ALL_MAKEFILES \\
24499 dlls/dmusic32/Makefile"
24500 test "x$enable_dmusic32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24501 dmusic32"
24502 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24503 dlls/dmusic32/Makefile: dlls/dmusic32/Makefile.in dlls/Makedll.rules"
24504 ac_config_files="$ac_config_files dlls/dmusic32/Makefile"
24506 ALL_MAKEFILES="$ALL_MAKEFILES \\
24507 dlls/dnsapi/Makefile"
24508 test "x$enable_dnsapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24509 dnsapi"
24510 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24511 dlls/dnsapi/Makefile: dlls/dnsapi/Makefile.in dlls/Makedll.rules"
24512 ac_config_files="$ac_config_files dlls/dnsapi/Makefile"
24514 ALL_MAKEFILES="$ALL_MAKEFILES \\
24515 dlls/dnsapi/tests/Makefile"
24516 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24517 dnsapi/tests"
24518 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24519 dlls/dnsapi/tests/Makefile: dlls/dnsapi/tests/Makefile.in dlls/Maketest.rules"
24520 ac_config_files="$ac_config_files dlls/dnsapi/tests/Makefile"
24522 ALL_MAKEFILES="$ALL_MAKEFILES \\
24523 dlls/dplay/Makefile"
24524 test "x$enable_dplay" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24525 dplay"
24526 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24527 dlls/dplay/Makefile: dlls/dplay/Makefile.in dlls/Makedll.rules"
24528 ac_config_files="$ac_config_files dlls/dplay/Makefile"
24530 ALL_MAKEFILES="$ALL_MAKEFILES \\
24531 dlls/dplayx/Makefile"
24532 test "x$enable_dplayx" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24533 dplayx"
24534 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24535 dlls/dplayx/Makefile: dlls/dplayx/Makefile.in dlls/Makedll.rules"
24536 ac_config_files="$ac_config_files dlls/dplayx/Makefile"
24538 ALL_MAKEFILES="$ALL_MAKEFILES \\
24539 dlls/dplayx/tests/Makefile"
24540 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24541 dplayx/tests"
24542 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24543 dlls/dplayx/tests/Makefile: dlls/dplayx/tests/Makefile.in dlls/Maketest.rules"
24544 ac_config_files="$ac_config_files dlls/dplayx/tests/Makefile"
24546 ALL_MAKEFILES="$ALL_MAKEFILES \\
24547 dlls/dpnaddr/Makefile"
24548 test "x$enable_dpnaddr" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24549 dpnaddr"
24550 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24551 dlls/dpnaddr/Makefile: dlls/dpnaddr/Makefile.in dlls/Makedll.rules"
24552 ac_config_files="$ac_config_files dlls/dpnaddr/Makefile"
24554 ALL_MAKEFILES="$ALL_MAKEFILES \\
24555 dlls/dpnet/Makefile"
24556 test "x$enable_dpnet" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24557 dpnet"
24558 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24559 dlls/dpnet/Makefile: dlls/dpnet/Makefile.in dlls/Makedll.rules"
24560 ac_config_files="$ac_config_files dlls/dpnet/Makefile"
24562 ALL_MAKEFILES="$ALL_MAKEFILES \\
24563 dlls/dpnhpast/Makefile"
24564 test "x$enable_dpnhpast" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24565 dpnhpast"
24566 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24567 dlls/dpnhpast/Makefile: dlls/dpnhpast/Makefile.in dlls/Makedll.rules"
24568 ac_config_files="$ac_config_files dlls/dpnhpast/Makefile"
24570 ALL_MAKEFILES="$ALL_MAKEFILES \\
24571 dlls/dpnlobby/Makefile"
24572 test "x$enable_dpnlobby" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24573 dpnlobby"
24574 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24575 dlls/dpnlobby/Makefile: dlls/dpnlobby/Makefile.in dlls/Makedll.rules"
24576 ac_config_files="$ac_config_files dlls/dpnlobby/Makefile"
24578 ALL_MAKEFILES="$ALL_MAKEFILES \\
24579 dlls/dpwsockx/Makefile"
24580 test "x$enable_dpwsockx" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24581 dpwsockx"
24582 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24583 dlls/dpwsockx/Makefile: dlls/dpwsockx/Makefile.in dlls/Makedll.rules"
24584 ac_config_files="$ac_config_files dlls/dpwsockx/Makefile"
24586 ALL_MAKEFILES="$ALL_MAKEFILES \\
24587 dlls/dsound/Makefile"
24588 test "x$enable_dsound" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24589 dsound"
24590 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24591 dlls/dsound/Makefile: dlls/dsound/Makefile.in dlls/Makedll.rules"
24592 ac_config_files="$ac_config_files dlls/dsound/Makefile"
24594 ALL_MAKEFILES="$ALL_MAKEFILES \\
24595 dlls/dsound/tests/Makefile"
24596 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24597 dsound/tests"
24598 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24599 dlls/dsound/tests/Makefile: dlls/dsound/tests/Makefile.in dlls/Maketest.rules"
24600 ac_config_files="$ac_config_files dlls/dsound/tests/Makefile"
24602 ALL_MAKEFILES="$ALL_MAKEFILES \\
24603 dlls/dssenh/Makefile"
24604 test "x$enable_dssenh" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24605 dssenh"
24606 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24607 dlls/dssenh/Makefile: dlls/dssenh/Makefile.in dlls/Makedll.rules"
24608 ac_config_files="$ac_config_files dlls/dssenh/Makefile"
24610 ALL_MAKEFILES="$ALL_MAKEFILES \\
24611 dlls/dswave/Makefile"
24612 test "x$enable_dswave" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24613 dswave"
24614 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24615 dlls/dswave/Makefile: dlls/dswave/Makefile.in dlls/Makedll.rules"
24616 ac_config_files="$ac_config_files dlls/dswave/Makefile"
24618 ALL_MAKEFILES="$ALL_MAKEFILES \\
24619 dlls/dwmapi/Makefile"
24620 test "x$enable_dwmapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24621 dwmapi"
24622 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24623 dlls/dwmapi/Makefile: dlls/dwmapi/Makefile.in dlls/Makedll.rules"
24624 ac_config_files="$ac_config_files dlls/dwmapi/Makefile"
24626 ALL_MAKEFILES="$ALL_MAKEFILES \\
24627 dlls/dxdiagn/Makefile"
24628 test "x$enable_dxdiagn" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24629 dxdiagn"
24630 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24631 dlls/dxdiagn/Makefile: dlls/dxdiagn/Makefile.in dlls/Makedll.rules"
24632 ac_config_files="$ac_config_files dlls/dxdiagn/Makefile"
24634 ALL_MAKEFILES="$ALL_MAKEFILES \\
24635 dlls/dxerr8/Makefile"
24636 test "x$enable_dxerr8" != xno && ALL_IMPLIB_DIRS="$ALL_IMPLIB_DIRS \\
24637 dxerr8"
24638 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24639 dlls/dxerr8/Makefile: dlls/dxerr8/Makefile.in dlls/Makeimplib.rules"
24640 ac_config_files="$ac_config_files dlls/dxerr8/Makefile"
24642 ALL_MAKEFILES="$ALL_MAKEFILES \\
24643 dlls/dxerr9/Makefile"
24644 test "x$enable_dxerr9" != xno && ALL_IMPLIB_DIRS="$ALL_IMPLIB_DIRS \\
24645 dxerr9"
24646 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24647 dlls/dxerr9/Makefile: dlls/dxerr9/Makefile.in dlls/Makeimplib.rules"
24648 ac_config_files="$ac_config_files dlls/dxerr9/Makefile"
24650 ALL_MAKEFILES="$ALL_MAKEFILES \\
24651 dlls/dxgi/Makefile"
24652 test "x$enable_dxgi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24653 dxgi"
24654 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24655 dlls/dxgi/Makefile: dlls/dxgi/Makefile.in dlls/Makedll.rules"
24656 ac_config_files="$ac_config_files dlls/dxgi/Makefile"
24658 ALL_MAKEFILES="$ALL_MAKEFILES \\
24659 dlls/dxgi/tests/Makefile"
24660 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24661 dxgi/tests"
24662 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24663 dlls/dxgi/tests/Makefile: dlls/dxgi/tests/Makefile.in dlls/Maketest.rules"
24664 ac_config_files="$ac_config_files dlls/dxgi/tests/Makefile"
24666 ALL_MAKEFILES="$ALL_MAKEFILES \\
24667 dlls/dxguid/Makefile"
24668 test "x$enable_dxguid" != xno && ALL_IMPLIB_DIRS="$ALL_IMPLIB_DIRS \\
24669 dxguid"
24670 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24671 dlls/dxguid/Makefile: dlls/dxguid/Makefile.in dlls/Makeimplib.rules"
24672 ac_config_files="$ac_config_files dlls/dxguid/Makefile"
24674 ALL_MAKEFILES="$ALL_MAKEFILES \\
24675 dlls/faultrep/Makefile"
24676 test "x$enable_faultrep" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24677 faultrep"
24678 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24679 dlls/faultrep/Makefile: dlls/faultrep/Makefile.in dlls/Makedll.rules"
24680 ac_config_files="$ac_config_files dlls/faultrep/Makefile"
24682 ALL_MAKEFILES="$ALL_MAKEFILES \\
24683 dlls/fusion/Makefile"
24684 test "x$enable_fusion" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24685 fusion"
24686 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24687 dlls/fusion/Makefile: dlls/fusion/Makefile.in dlls/Makedll.rules"
24688 ac_config_files="$ac_config_files dlls/fusion/Makefile"
24690 ALL_MAKEFILES="$ALL_MAKEFILES \\
24691 dlls/fusion/tests/Makefile"
24692 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24693 fusion/tests"
24694 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24695 dlls/fusion/tests/Makefile: dlls/fusion/tests/Makefile.in dlls/Maketest.rules"
24696 ac_config_files="$ac_config_files dlls/fusion/tests/Makefile"
24698 ALL_MAKEFILES="$ALL_MAKEFILES \\
24699 dlls/gdi32/Makefile"
24700 test "x$enable_gdi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24701 gdi32"
24702 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24703 dlls/gdi32/Makefile: dlls/gdi32/Makefile.in dlls/Makedll.rules"
24704 ac_config_files="$ac_config_files dlls/gdi32/Makefile"
24706 ALL_MAKEFILES="$ALL_MAKEFILES \\
24707 dlls/gdi32/tests/Makefile"
24708 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24709 gdi32/tests"
24710 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24711 dlls/gdi32/tests/Makefile: dlls/gdi32/tests/Makefile.in dlls/Maketest.rules"
24712 ac_config_files="$ac_config_files dlls/gdi32/tests/Makefile"
24714 ALL_MAKEFILES="$ALL_MAKEFILES \\
24715 dlls/gdiplus/Makefile"
24716 test "x$enable_gdiplus" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24717 gdiplus"
24718 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24719 dlls/gdiplus/Makefile: dlls/gdiplus/Makefile.in dlls/Makedll.rules"
24720 ac_config_files="$ac_config_files dlls/gdiplus/Makefile"
24722 ALL_MAKEFILES="$ALL_MAKEFILES \\
24723 dlls/gdiplus/tests/Makefile"
24724 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24725 gdiplus/tests"
24726 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24727 dlls/gdiplus/tests/Makefile: dlls/gdiplus/tests/Makefile.in dlls/Maketest.rules"
24728 ac_config_files="$ac_config_files dlls/gdiplus/tests/Makefile"
24730 ALL_MAKEFILES="$ALL_MAKEFILES \\
24731 dlls/glu32/Makefile"
24732 test "x$enable_glu32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24733 glu32"
24734 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24735 dlls/glu32/Makefile: dlls/glu32/Makefile.in dlls/Makedll.rules"
24736 ac_config_files="$ac_config_files dlls/glu32/Makefile"
24738 ALL_MAKEFILES="$ALL_MAKEFILES \\
24739 dlls/gphoto2.ds/Makefile"
24740 test "x$enable_gphoto2_ds" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24741 gphoto2.ds"
24742 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24743 dlls/gphoto2.ds/Makefile: dlls/gphoto2.ds/Makefile.in dlls/Makedll.rules"
24744 ac_config_files="$ac_config_files dlls/gphoto2.ds/Makefile"
24746 ALL_MAKEFILES="$ALL_MAKEFILES \\
24747 dlls/gpkcsp/Makefile"
24748 test "x$enable_gpkcsp" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24749 gpkcsp"
24750 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24751 dlls/gpkcsp/Makefile: dlls/gpkcsp/Makefile.in dlls/Makedll.rules"
24752 ac_config_files="$ac_config_files dlls/gpkcsp/Makefile"
24754 ALL_MAKEFILES="$ALL_MAKEFILES \\
24755 dlls/hal/Makefile"
24756 test "x$enable_hal" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24757 hal"
24758 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24759 dlls/hal/Makefile: dlls/hal/Makefile.in dlls/Makedll.rules"
24760 ac_config_files="$ac_config_files dlls/hal/Makefile"
24762 ALL_MAKEFILES="$ALL_MAKEFILES \\
24763 dlls/hhctrl.ocx/Makefile"
24764 test "x$enable_hhctrl_ocx" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24765 hhctrl.ocx"
24766 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24767 dlls/hhctrl.ocx/Makefile: dlls/hhctrl.ocx/Makefile.in dlls/Makedll.rules"
24768 ac_config_files="$ac_config_files dlls/hhctrl.ocx/Makefile"
24770 ALL_MAKEFILES="$ALL_MAKEFILES \\
24771 dlls/hid/Makefile"
24772 test "x$enable_hid" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24773 hid"
24774 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24775 dlls/hid/Makefile: dlls/hid/Makefile.in dlls/Makedll.rules"
24776 ac_config_files="$ac_config_files dlls/hid/Makefile"
24778 ALL_MAKEFILES="$ALL_MAKEFILES \\
24779 dlls/hlink/Makefile"
24780 test "x$enable_hlink" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24781 hlink"
24782 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24783 dlls/hlink/Makefile: dlls/hlink/Makefile.in dlls/Makedll.rules"
24784 ac_config_files="$ac_config_files dlls/hlink/Makefile"
24786 ALL_MAKEFILES="$ALL_MAKEFILES \\
24787 dlls/hlink/tests/Makefile"
24788 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24789 hlink/tests"
24790 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24791 dlls/hlink/tests/Makefile: dlls/hlink/tests/Makefile.in dlls/Maketest.rules"
24792 ac_config_files="$ac_config_files dlls/hlink/tests/Makefile"
24794 ALL_MAKEFILES="$ALL_MAKEFILES \\
24795 dlls/hnetcfg/Makefile"
24796 test "x$enable_hnetcfg" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24797 hnetcfg"
24798 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24799 dlls/hnetcfg/Makefile: dlls/hnetcfg/Makefile.in dlls/Makedll.rules"
24800 ac_config_files="$ac_config_files dlls/hnetcfg/Makefile"
24802 ALL_MAKEFILES="$ALL_MAKEFILES \\
24803 dlls/iccvid/Makefile"
24804 test "x$enable_iccvid" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24805 iccvid"
24806 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24807 dlls/iccvid/Makefile: dlls/iccvid/Makefile.in dlls/Makedll.rules"
24808 ac_config_files="$ac_config_files dlls/iccvid/Makefile"
24810 ALL_MAKEFILES="$ALL_MAKEFILES \\
24811 dlls/icmp/Makefile"
24812 test "x$enable_icmp" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24813 icmp"
24814 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24815 dlls/icmp/Makefile: dlls/icmp/Makefile.in dlls/Makedll.rules"
24816 ac_config_files="$ac_config_files dlls/icmp/Makefile"
24818 ALL_MAKEFILES="$ALL_MAKEFILES \\
24819 dlls/ifsmgr.vxd/Makefile"
24820 test "x$enable_ifsmgr_vxd" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24821 ifsmgr.vxd"
24822 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24823 dlls/ifsmgr.vxd/Makefile: dlls/ifsmgr.vxd/Makefile.in dlls/Makedll.rules"
24824 ac_config_files="$ac_config_files dlls/ifsmgr.vxd/Makefile"
24826 ALL_MAKEFILES="$ALL_MAKEFILES \\
24827 dlls/imaadp32.acm/Makefile"
24828 test "x$enable_imaadp32_acm" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24829 imaadp32.acm"
24830 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24831 dlls/imaadp32.acm/Makefile: dlls/imaadp32.acm/Makefile.in dlls/Makedll.rules"
24832 ac_config_files="$ac_config_files dlls/imaadp32.acm/Makefile"
24834 ALL_MAKEFILES="$ALL_MAKEFILES \\
24835 dlls/imagehlp/Makefile"
24836 test "x$enable_imagehlp" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24837 imagehlp"
24838 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24839 dlls/imagehlp/Makefile: dlls/imagehlp/Makefile.in dlls/Makedll.rules"
24840 ac_config_files="$ac_config_files dlls/imagehlp/Makefile"
24842 ALL_MAKEFILES="$ALL_MAKEFILES \\
24843 dlls/imm32/Makefile"
24844 test "x$enable_imm32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24845 imm32"
24846 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24847 dlls/imm32/Makefile: dlls/imm32/Makefile.in dlls/Makedll.rules"
24848 ac_config_files="$ac_config_files dlls/imm32/Makefile"
24850 ALL_MAKEFILES="$ALL_MAKEFILES \\
24851 dlls/imm32/tests/Makefile"
24852 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24853 imm32/tests"
24854 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24855 dlls/imm32/tests/Makefile: dlls/imm32/tests/Makefile.in dlls/Maketest.rules"
24856 ac_config_files="$ac_config_files dlls/imm32/tests/Makefile"
24858 ALL_MAKEFILES="$ALL_MAKEFILES \\
24859 dlls/inetcomm/Makefile"
24860 test "x$enable_inetcomm" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24861 inetcomm"
24862 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24863 dlls/inetcomm/Makefile: dlls/inetcomm/Makefile.in dlls/Makedll.rules"
24864 ac_config_files="$ac_config_files dlls/inetcomm/Makefile"
24866 ALL_MAKEFILES="$ALL_MAKEFILES \\
24867 dlls/inetcomm/tests/Makefile"
24868 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24869 inetcomm/tests"
24870 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24871 dlls/inetcomm/tests/Makefile: dlls/inetcomm/tests/Makefile.in dlls/Maketest.rules"
24872 ac_config_files="$ac_config_files dlls/inetcomm/tests/Makefile"
24874 ALL_MAKEFILES="$ALL_MAKEFILES \\
24875 dlls/inetmib1/Makefile"
24876 test "x$enable_inetmib1" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24877 inetmib1"
24878 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24879 dlls/inetmib1/Makefile: dlls/inetmib1/Makefile.in dlls/Makedll.rules"
24880 ac_config_files="$ac_config_files dlls/inetmib1/Makefile"
24882 ALL_MAKEFILES="$ALL_MAKEFILES \\
24883 dlls/inetmib1/tests/Makefile"
24884 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24885 inetmib1/tests"
24886 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24887 dlls/inetmib1/tests/Makefile: dlls/inetmib1/tests/Makefile.in dlls/Maketest.rules"
24888 ac_config_files="$ac_config_files dlls/inetmib1/tests/Makefile"
24890 ALL_MAKEFILES="$ALL_MAKEFILES \\
24891 dlls/infosoft/Makefile"
24892 test "x$enable_infosoft" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24893 infosoft"
24894 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24895 dlls/infosoft/Makefile: dlls/infosoft/Makefile.in dlls/Makedll.rules"
24896 ac_config_files="$ac_config_files dlls/infosoft/Makefile"
24898 ALL_MAKEFILES="$ALL_MAKEFILES \\
24899 dlls/infosoft/tests/Makefile"
24900 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24901 infosoft/tests"
24902 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24903 dlls/infosoft/tests/Makefile: dlls/infosoft/tests/Makefile.in dlls/Maketest.rules"
24904 ac_config_files="$ac_config_files dlls/infosoft/tests/Makefile"
24906 ALL_MAKEFILES="$ALL_MAKEFILES \\
24907 dlls/initpki/Makefile"
24908 test "x$enable_initpki" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24909 initpki"
24910 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24911 dlls/initpki/Makefile: dlls/initpki/Makefile.in dlls/Makedll.rules"
24912 ac_config_files="$ac_config_files dlls/initpki/Makefile"
24914 ALL_MAKEFILES="$ALL_MAKEFILES \\
24915 dlls/inkobj/Makefile"
24916 test "x$enable_inkobj" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24917 inkobj"
24918 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24919 dlls/inkobj/Makefile: dlls/inkobj/Makefile.in dlls/Makedll.rules"
24920 ac_config_files="$ac_config_files dlls/inkobj/Makefile"
24922 ALL_MAKEFILES="$ALL_MAKEFILES \\
24923 dlls/inseng/Makefile"
24924 test "x$enable_inseng" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24925 inseng"
24926 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24927 dlls/inseng/Makefile: dlls/inseng/Makefile.in dlls/Makedll.rules"
24928 ac_config_files="$ac_config_files dlls/inseng/Makefile"
24930 ALL_MAKEFILES="$ALL_MAKEFILES \\
24931 dlls/iphlpapi/Makefile"
24932 test "x$enable_iphlpapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24933 iphlpapi"
24934 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24935 dlls/iphlpapi/Makefile: dlls/iphlpapi/Makefile.in dlls/Makedll.rules"
24936 ac_config_files="$ac_config_files dlls/iphlpapi/Makefile"
24938 ALL_MAKEFILES="$ALL_MAKEFILES \\
24939 dlls/iphlpapi/tests/Makefile"
24940 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24941 iphlpapi/tests"
24942 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24943 dlls/iphlpapi/tests/Makefile: dlls/iphlpapi/tests/Makefile.in dlls/Maketest.rules"
24944 ac_config_files="$ac_config_files dlls/iphlpapi/tests/Makefile"
24946 ALL_MAKEFILES="$ALL_MAKEFILES \\
24947 dlls/itircl/Makefile"
24948 test "x$enable_itircl" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24949 itircl"
24950 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24951 dlls/itircl/Makefile: dlls/itircl/Makefile.in dlls/Makedll.rules"
24952 ac_config_files="$ac_config_files dlls/itircl/Makefile"
24954 ALL_MAKEFILES="$ALL_MAKEFILES \\
24955 dlls/itss/Makefile"
24956 test "x$enable_itss" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24957 itss"
24958 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24959 dlls/itss/Makefile: dlls/itss/Makefile.in dlls/Makedll.rules"
24960 ac_config_files="$ac_config_files dlls/itss/Makefile"
24962 ALL_MAKEFILES="$ALL_MAKEFILES \\
24963 dlls/itss/tests/Makefile"
24964 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24965 itss/tests"
24966 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24967 dlls/itss/tests/Makefile: dlls/itss/tests/Makefile.in dlls/Maketest.rules"
24968 ac_config_files="$ac_config_files dlls/itss/tests/Makefile"
24970 ALL_MAKEFILES="$ALL_MAKEFILES \\
24971 dlls/jscript/Makefile"
24972 test "x$enable_jscript" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24973 jscript"
24974 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24975 dlls/jscript/Makefile: dlls/jscript/Makefile.in dlls/Makedll.rules"
24976 ac_config_files="$ac_config_files dlls/jscript/Makefile"
24978 ALL_MAKEFILES="$ALL_MAKEFILES \\
24979 dlls/jscript/tests/Makefile"
24980 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24981 jscript/tests"
24982 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24983 dlls/jscript/tests/Makefile: dlls/jscript/tests/Makefile.in dlls/Maketest.rules"
24984 ac_config_files="$ac_config_files dlls/jscript/tests/Makefile"
24986 ALL_MAKEFILES="$ALL_MAKEFILES \\
24987 dlls/kernel32/Makefile"
24988 test "x$enable_kernel32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24989 kernel32"
24990 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24991 dlls/kernel32/Makefile: dlls/kernel32/Makefile.in dlls/Makedll.rules"
24992 ac_config_files="$ac_config_files dlls/kernel32/Makefile"
24994 ALL_MAKEFILES="$ALL_MAKEFILES \\
24995 dlls/kernel32/tests/Makefile"
24996 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24997 kernel32/tests"
24998 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24999 dlls/kernel32/tests/Makefile: dlls/kernel32/tests/Makefile.in dlls/Maketest.rules"
25000 ac_config_files="$ac_config_files dlls/kernel32/tests/Makefile"
25002 ALL_MAKEFILES="$ALL_MAKEFILES \\
25003 dlls/localspl/Makefile"
25004 test "x$enable_localspl" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25005 localspl"
25006 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25007 dlls/localspl/Makefile: dlls/localspl/Makefile.in dlls/Makedll.rules"
25008 ac_config_files="$ac_config_files dlls/localspl/Makefile"
25010 ALL_MAKEFILES="$ALL_MAKEFILES \\
25011 dlls/localspl/tests/Makefile"
25012 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25013 localspl/tests"
25014 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25015 dlls/localspl/tests/Makefile: dlls/localspl/tests/Makefile.in dlls/Maketest.rules"
25016 ac_config_files="$ac_config_files dlls/localspl/tests/Makefile"
25018 ALL_MAKEFILES="$ALL_MAKEFILES \\
25019 dlls/localui/Makefile"
25020 test "x$enable_localui" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25021 localui"
25022 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25023 dlls/localui/Makefile: dlls/localui/Makefile.in dlls/Makedll.rules"
25024 ac_config_files="$ac_config_files dlls/localui/Makefile"
25026 ALL_MAKEFILES="$ALL_MAKEFILES \\
25027 dlls/localui/tests/Makefile"
25028 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25029 localui/tests"
25030 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25031 dlls/localui/tests/Makefile: dlls/localui/tests/Makefile.in dlls/Maketest.rules"
25032 ac_config_files="$ac_config_files dlls/localui/tests/Makefile"
25034 ALL_MAKEFILES="$ALL_MAKEFILES \\
25035 dlls/lz32/Makefile"
25036 test "x$enable_lz32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25037 lz32"
25038 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25039 dlls/lz32/Makefile: dlls/lz32/Makefile.in dlls/Makedll.rules"
25040 ac_config_files="$ac_config_files dlls/lz32/Makefile"
25042 ALL_MAKEFILES="$ALL_MAKEFILES \\
25043 dlls/lz32/tests/Makefile"
25044 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25045 lz32/tests"
25046 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25047 dlls/lz32/tests/Makefile: dlls/lz32/tests/Makefile.in dlls/Maketest.rules"
25048 ac_config_files="$ac_config_files dlls/lz32/tests/Makefile"
25050 ALL_MAKEFILES="$ALL_MAKEFILES \\
25051 dlls/mapi32/Makefile"
25052 test "x$enable_mapi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25053 mapi32"
25054 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25055 dlls/mapi32/Makefile: dlls/mapi32/Makefile.in dlls/Makedll.rules"
25056 ac_config_files="$ac_config_files dlls/mapi32/Makefile"
25058 ALL_MAKEFILES="$ALL_MAKEFILES \\
25059 dlls/mapi32/tests/Makefile"
25060 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25061 mapi32/tests"
25062 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25063 dlls/mapi32/tests/Makefile: dlls/mapi32/tests/Makefile.in dlls/Maketest.rules"
25064 ac_config_files="$ac_config_files dlls/mapi32/tests/Makefile"
25066 ALL_MAKEFILES="$ALL_MAKEFILES \\
25067 dlls/mciavi32/Makefile"
25068 test "x$enable_mciavi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25069 mciavi32"
25070 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25071 dlls/mciavi32/Makefile: dlls/mciavi32/Makefile.in dlls/Makedll.rules"
25072 ac_config_files="$ac_config_files dlls/mciavi32/Makefile"
25074 ALL_MAKEFILES="$ALL_MAKEFILES \\
25075 dlls/mcicda/Makefile"
25076 test "x$enable_mcicda" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25077 mcicda"
25078 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25079 dlls/mcicda/Makefile: dlls/mcicda/Makefile.in dlls/Makedll.rules"
25080 ac_config_files="$ac_config_files dlls/mcicda/Makefile"
25082 ALL_MAKEFILES="$ALL_MAKEFILES \\
25083 dlls/mciseq/Makefile"
25084 test "x$enable_mciseq" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25085 mciseq"
25086 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25087 dlls/mciseq/Makefile: dlls/mciseq/Makefile.in dlls/Makedll.rules"
25088 ac_config_files="$ac_config_files dlls/mciseq/Makefile"
25090 ALL_MAKEFILES="$ALL_MAKEFILES \\
25091 dlls/mciwave/Makefile"
25092 test "x$enable_mciwave" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25093 mciwave"
25094 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25095 dlls/mciwave/Makefile: dlls/mciwave/Makefile.in dlls/Makedll.rules"
25096 ac_config_files="$ac_config_files dlls/mciwave/Makefile"
25098 ALL_MAKEFILES="$ALL_MAKEFILES \\
25099 dlls/midimap/Makefile"
25100 test "x$enable_midimap" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25101 midimap"
25102 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25103 dlls/midimap/Makefile: dlls/midimap/Makefile.in dlls/Makedll.rules"
25104 ac_config_files="$ac_config_files dlls/midimap/Makefile"
25106 ALL_MAKEFILES="$ALL_MAKEFILES \\
25107 dlls/mlang/Makefile"
25108 test "x$enable_mlang" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25109 mlang"
25110 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25111 dlls/mlang/Makefile: dlls/mlang/Makefile.in dlls/Makedll.rules"
25112 ac_config_files="$ac_config_files dlls/mlang/Makefile"
25114 ALL_MAKEFILES="$ALL_MAKEFILES \\
25115 dlls/mlang/tests/Makefile"
25116 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25117 mlang/tests"
25118 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25119 dlls/mlang/tests/Makefile: dlls/mlang/tests/Makefile.in dlls/Maketest.rules"
25120 ac_config_files="$ac_config_files dlls/mlang/tests/Makefile"
25122 ALL_MAKEFILES="$ALL_MAKEFILES \\
25123 dlls/mmdevldr.vxd/Makefile"
25124 test "x$enable_mmdevldr_vxd" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25125 mmdevldr.vxd"
25126 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25127 dlls/mmdevldr.vxd/Makefile: dlls/mmdevldr.vxd/Makefile.in dlls/Makedll.rules"
25128 ac_config_files="$ac_config_files dlls/mmdevldr.vxd/Makefile"
25130 ALL_MAKEFILES="$ALL_MAKEFILES \\
25131 dlls/monodebg.vxd/Makefile"
25132 test "x$enable_monodebg_vxd" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25133 monodebg.vxd"
25134 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25135 dlls/monodebg.vxd/Makefile: dlls/monodebg.vxd/Makefile.in dlls/Makedll.rules"
25136 ac_config_files="$ac_config_files dlls/monodebg.vxd/Makefile"
25138 ALL_MAKEFILES="$ALL_MAKEFILES \\
25139 dlls/mountmgr.sys/Makefile"
25140 test "x$enable_mountmgr_sys" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25141 mountmgr.sys"
25142 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25143 dlls/mountmgr.sys/Makefile: dlls/mountmgr.sys/Makefile.in dlls/Makedll.rules"
25144 ac_config_files="$ac_config_files dlls/mountmgr.sys/Makefile"
25146 ALL_MAKEFILES="$ALL_MAKEFILES \\
25147 dlls/mpr/Makefile"
25148 test "x$enable_mpr" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25149 mpr"
25150 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25151 dlls/mpr/Makefile: dlls/mpr/Makefile.in dlls/Makedll.rules"
25152 ac_config_files="$ac_config_files dlls/mpr/Makefile"
25154 ALL_MAKEFILES="$ALL_MAKEFILES \\
25155 dlls/mprapi/Makefile"
25156 test "x$enable_mprapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25157 mprapi"
25158 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25159 dlls/mprapi/Makefile: dlls/mprapi/Makefile.in dlls/Makedll.rules"
25160 ac_config_files="$ac_config_files dlls/mprapi/Makefile"
25162 ALL_MAKEFILES="$ALL_MAKEFILES \\
25163 dlls/msacm32.drv/Makefile"
25164 test "x$enable_msacm32_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25165 msacm32.drv"
25166 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25167 dlls/msacm32.drv/Makefile: dlls/msacm32.drv/Makefile.in dlls/Makedll.rules"
25168 ac_config_files="$ac_config_files dlls/msacm32.drv/Makefile"
25170 ALL_MAKEFILES="$ALL_MAKEFILES \\
25171 dlls/msacm32/Makefile"
25172 test "x$enable_msacm32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25173 msacm32"
25174 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25175 dlls/msacm32/Makefile: dlls/msacm32/Makefile.in dlls/Makedll.rules"
25176 ac_config_files="$ac_config_files dlls/msacm32/Makefile"
25178 ALL_MAKEFILES="$ALL_MAKEFILES \\
25179 dlls/msacm32/tests/Makefile"
25180 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25181 msacm32/tests"
25182 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25183 dlls/msacm32/tests/Makefile: dlls/msacm32/tests/Makefile.in dlls/Maketest.rules"
25184 ac_config_files="$ac_config_files dlls/msacm32/tests/Makefile"
25186 ALL_MAKEFILES="$ALL_MAKEFILES \\
25187 dlls/msadp32.acm/Makefile"
25188 test "x$enable_msadp32_acm" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25189 msadp32.acm"
25190 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25191 dlls/msadp32.acm/Makefile: dlls/msadp32.acm/Makefile.in dlls/Makedll.rules"
25192 ac_config_files="$ac_config_files dlls/msadp32.acm/Makefile"
25194 ALL_MAKEFILES="$ALL_MAKEFILES \\
25195 dlls/mscat32/Makefile"
25196 test "x$enable_mscat32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25197 mscat32"
25198 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25199 dlls/mscat32/Makefile: dlls/mscat32/Makefile.in dlls/Makedll.rules"
25200 ac_config_files="$ac_config_files dlls/mscat32/Makefile"
25202 ALL_MAKEFILES="$ALL_MAKEFILES \\
25203 dlls/mscms/Makefile"
25204 test "x$enable_mscms" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25205 mscms"
25206 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25207 dlls/mscms/Makefile: dlls/mscms/Makefile.in dlls/Makedll.rules"
25208 ac_config_files="$ac_config_files dlls/mscms/Makefile"
25210 ALL_MAKEFILES="$ALL_MAKEFILES \\
25211 dlls/mscms/tests/Makefile"
25212 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25213 mscms/tests"
25214 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25215 dlls/mscms/tests/Makefile: dlls/mscms/tests/Makefile.in dlls/Maketest.rules"
25216 ac_config_files="$ac_config_files dlls/mscms/tests/Makefile"
25218 ALL_MAKEFILES="$ALL_MAKEFILES \\
25219 dlls/mscoree/Makefile"
25220 test "x$enable_mscoree" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25221 mscoree"
25222 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25223 dlls/mscoree/Makefile: dlls/mscoree/Makefile.in dlls/Makedll.rules"
25224 ac_config_files="$ac_config_files dlls/mscoree/Makefile"
25226 ALL_MAKEFILES="$ALL_MAKEFILES \\
25227 dlls/msdmo/Makefile"
25228 test "x$enable_msdmo" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25229 msdmo"
25230 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25231 dlls/msdmo/Makefile: dlls/msdmo/Makefile.in dlls/Makedll.rules"
25232 ac_config_files="$ac_config_files dlls/msdmo/Makefile"
25234 ALL_MAKEFILES="$ALL_MAKEFILES \\
25235 dlls/msftedit/Makefile"
25236 test "x$enable_msftedit" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25237 msftedit"
25238 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25239 dlls/msftedit/Makefile: dlls/msftedit/Makefile.in dlls/Makedll.rules"
25240 ac_config_files="$ac_config_files dlls/msftedit/Makefile"
25242 ALL_MAKEFILES="$ALL_MAKEFILES \\
25243 dlls/msg711.acm/Makefile"
25244 test "x$enable_msg711_acm" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25245 msg711.acm"
25246 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25247 dlls/msg711.acm/Makefile: dlls/msg711.acm/Makefile.in dlls/Makedll.rules"
25248 ac_config_files="$ac_config_files dlls/msg711.acm/Makefile"
25250 ALL_MAKEFILES="$ALL_MAKEFILES \\
25251 dlls/mshtml.tlb/Makefile"
25252 test "x$enable_mshtml_tlb" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25253 mshtml.tlb"
25254 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25255 dlls/mshtml.tlb/Makefile: dlls/mshtml.tlb/Makefile.in dlls/Makedll.rules"
25256 ac_config_files="$ac_config_files dlls/mshtml.tlb/Makefile"
25258 ALL_MAKEFILES="$ALL_MAKEFILES \\
25259 dlls/mshtml/Makefile"
25260 test "x$enable_mshtml" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25261 mshtml"
25262 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25263 dlls/mshtml/Makefile: dlls/mshtml/Makefile.in dlls/Makedll.rules"
25264 ac_config_files="$ac_config_files dlls/mshtml/Makefile"
25266 ALL_MAKEFILES="$ALL_MAKEFILES \\
25267 dlls/mshtml/tests/Makefile"
25268 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25269 mshtml/tests"
25270 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25271 dlls/mshtml/tests/Makefile: dlls/mshtml/tests/Makefile.in dlls/Maketest.rules"
25272 ac_config_files="$ac_config_files dlls/mshtml/tests/Makefile"
25274 ALL_MAKEFILES="$ALL_MAKEFILES \\
25275 dlls/msi/Makefile"
25276 test "x$enable_msi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25277 msi"
25278 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25279 dlls/msi/Makefile: dlls/msi/Makefile.in dlls/Makedll.rules"
25280 ac_config_files="$ac_config_files dlls/msi/Makefile"
25282 ALL_MAKEFILES="$ALL_MAKEFILES \\
25283 dlls/msi/tests/Makefile"
25284 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25285 msi/tests"
25286 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25287 dlls/msi/tests/Makefile: dlls/msi/tests/Makefile.in dlls/Maketest.rules"
25288 ac_config_files="$ac_config_files dlls/msi/tests/Makefile"
25290 ALL_MAKEFILES="$ALL_MAKEFILES \\
25291 dlls/msimg32/Makefile"
25292 test "x$enable_msimg32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25293 msimg32"
25294 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25295 dlls/msimg32/Makefile: dlls/msimg32/Makefile.in dlls/Makedll.rules"
25296 ac_config_files="$ac_config_files dlls/msimg32/Makefile"
25298 ALL_MAKEFILES="$ALL_MAKEFILES \\
25299 dlls/msimtf/Makefile"
25300 test "x$enable_msimtf" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25301 msimtf"
25302 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25303 dlls/msimtf/Makefile: dlls/msimtf/Makefile.in dlls/Makedll.rules"
25304 ac_config_files="$ac_config_files dlls/msimtf/Makefile"
25306 ALL_MAKEFILES="$ALL_MAKEFILES \\
25307 dlls/msisip/Makefile"
25308 test "x$enable_msisip" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25309 msisip"
25310 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25311 dlls/msisip/Makefile: dlls/msisip/Makefile.in dlls/Makedll.rules"
25312 ac_config_files="$ac_config_files dlls/msisip/Makefile"
25314 ALL_MAKEFILES="$ALL_MAKEFILES \\
25315 dlls/msisys.ocx/Makefile"
25316 test "x$enable_msisys_ocx" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25317 msisys.ocx"
25318 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25319 dlls/msisys.ocx/Makefile: dlls/msisys.ocx/Makefile.in dlls/Makedll.rules"
25320 ac_config_files="$ac_config_files dlls/msisys.ocx/Makefile"
25322 ALL_MAKEFILES="$ALL_MAKEFILES \\
25323 dlls/msnet32/Makefile"
25324 test "x$enable_msnet32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25325 msnet32"
25326 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25327 dlls/msnet32/Makefile: dlls/msnet32/Makefile.in dlls/Makedll.rules"
25328 ac_config_files="$ac_config_files dlls/msnet32/Makefile"
25330 ALL_MAKEFILES="$ALL_MAKEFILES \\
25331 dlls/msrle32/Makefile"
25332 test "x$enable_msrle32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25333 msrle32"
25334 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25335 dlls/msrle32/Makefile: dlls/msrle32/Makefile.in dlls/Makedll.rules"
25336 ac_config_files="$ac_config_files dlls/msrle32/Makefile"
25338 ALL_MAKEFILES="$ALL_MAKEFILES \\
25339 dlls/mssip32/Makefile"
25340 test "x$enable_mssip32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25341 mssip32"
25342 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25343 dlls/mssip32/Makefile: dlls/mssip32/Makefile.in dlls/Makedll.rules"
25344 ac_config_files="$ac_config_files dlls/mssip32/Makefile"
25346 ALL_MAKEFILES="$ALL_MAKEFILES \\
25347 dlls/mstask/Makefile"
25348 test "x$enable_mstask" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25349 mstask"
25350 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25351 dlls/mstask/Makefile: dlls/mstask/Makefile.in dlls/Makedll.rules"
25352 ac_config_files="$ac_config_files dlls/mstask/Makefile"
25354 ALL_MAKEFILES="$ALL_MAKEFILES \\
25355 dlls/mstask/tests/Makefile"
25356 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25357 mstask/tests"
25358 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25359 dlls/mstask/tests/Makefile: dlls/mstask/tests/Makefile.in dlls/Maketest.rules"
25360 ac_config_files="$ac_config_files dlls/mstask/tests/Makefile"
25362 ALL_MAKEFILES="$ALL_MAKEFILES \\
25363 dlls/msvcirt/Makefile"
25364 test "x$enable_msvcirt" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25365 msvcirt"
25366 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25367 dlls/msvcirt/Makefile: dlls/msvcirt/Makefile.in dlls/Makedll.rules"
25368 ac_config_files="$ac_config_files dlls/msvcirt/Makefile"
25370 ALL_MAKEFILES="$ALL_MAKEFILES \\
25371 dlls/msvcr71/Makefile"
25372 test "x$enable_msvcr71" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25373 msvcr71"
25374 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25375 dlls/msvcr71/Makefile: dlls/msvcr71/Makefile.in dlls/Makedll.rules"
25376 ac_config_files="$ac_config_files dlls/msvcr71/Makefile"
25378 ALL_MAKEFILES="$ALL_MAKEFILES \\
25379 dlls/msvcrt/Makefile"
25380 test "x$enable_msvcrt" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25381 msvcrt"
25382 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25383 dlls/msvcrt/Makefile: dlls/msvcrt/Makefile.in dlls/Makedll.rules"
25384 ac_config_files="$ac_config_files dlls/msvcrt/Makefile"
25386 ALL_MAKEFILES="$ALL_MAKEFILES \\
25387 dlls/msvcrt/tests/Makefile"
25388 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25389 msvcrt/tests"
25390 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25391 dlls/msvcrt/tests/Makefile: dlls/msvcrt/tests/Makefile.in dlls/Maketest.rules"
25392 ac_config_files="$ac_config_files dlls/msvcrt/tests/Makefile"
25394 ALL_MAKEFILES="$ALL_MAKEFILES \\
25395 dlls/msvcrt20/Makefile"
25396 test "x$enable_msvcrt20" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25397 msvcrt20"
25398 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25399 dlls/msvcrt20/Makefile: dlls/msvcrt20/Makefile.in dlls/Makedll.rules"
25400 ac_config_files="$ac_config_files dlls/msvcrt20/Makefile"
25402 ALL_MAKEFILES="$ALL_MAKEFILES \\
25403 dlls/msvcrt40/Makefile"
25404 test "x$enable_msvcrt40" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25405 msvcrt40"
25406 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25407 dlls/msvcrt40/Makefile: dlls/msvcrt40/Makefile.in dlls/Makedll.rules"
25408 ac_config_files="$ac_config_files dlls/msvcrt40/Makefile"
25410 ALL_MAKEFILES="$ALL_MAKEFILES \\
25411 dlls/msvcrtd/Makefile"
25412 test "x$enable_msvcrtd" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25413 msvcrtd"
25414 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25415 dlls/msvcrtd/Makefile: dlls/msvcrtd/Makefile.in dlls/Makedll.rules"
25416 ac_config_files="$ac_config_files dlls/msvcrtd/Makefile"
25418 ALL_MAKEFILES="$ALL_MAKEFILES \\
25419 dlls/msvcrtd/tests/Makefile"
25420 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25421 msvcrtd/tests"
25422 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25423 dlls/msvcrtd/tests/Makefile: dlls/msvcrtd/tests/Makefile.in dlls/Maketest.rules"
25424 ac_config_files="$ac_config_files dlls/msvcrtd/tests/Makefile"
25426 ALL_MAKEFILES="$ALL_MAKEFILES \\
25427 dlls/msvfw32/Makefile"
25428 test "x$enable_msvfw32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25429 msvfw32"
25430 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25431 dlls/msvfw32/Makefile: dlls/msvfw32/Makefile.in dlls/Makedll.rules"
25432 ac_config_files="$ac_config_files dlls/msvfw32/Makefile"
25434 ALL_MAKEFILES="$ALL_MAKEFILES \\
25435 dlls/msvfw32/tests/Makefile"
25436 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25437 msvfw32/tests"
25438 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25439 dlls/msvfw32/tests/Makefile: dlls/msvfw32/tests/Makefile.in dlls/Maketest.rules"
25440 ac_config_files="$ac_config_files dlls/msvfw32/tests/Makefile"
25442 ALL_MAKEFILES="$ALL_MAKEFILES \\
25443 dlls/msvidc32/Makefile"
25444 test "x$enable_msvidc32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25445 msvidc32"
25446 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25447 dlls/msvidc32/Makefile: dlls/msvidc32/Makefile.in dlls/Makedll.rules"
25448 ac_config_files="$ac_config_files dlls/msvidc32/Makefile"
25450 ALL_MAKEFILES="$ALL_MAKEFILES \\
25451 dlls/mswsock/Makefile"
25452 test "x$enable_mswsock" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25453 mswsock"
25454 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25455 dlls/mswsock/Makefile: dlls/mswsock/Makefile.in dlls/Makedll.rules"
25456 ac_config_files="$ac_config_files dlls/mswsock/Makefile"
25458 ALL_MAKEFILES="$ALL_MAKEFILES \\
25459 dlls/msxml3/Makefile"
25460 test "x$enable_msxml3" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25461 msxml3"
25462 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25463 dlls/msxml3/Makefile: dlls/msxml3/Makefile.in dlls/Makedll.rules"
25464 ac_config_files="$ac_config_files dlls/msxml3/Makefile"
25466 ALL_MAKEFILES="$ALL_MAKEFILES \\
25467 dlls/msxml3/tests/Makefile"
25468 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25469 msxml3/tests"
25470 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25471 dlls/msxml3/tests/Makefile: dlls/msxml3/tests/Makefile.in dlls/Maketest.rules"
25472 ac_config_files="$ac_config_files dlls/msxml3/tests/Makefile"
25474 ALL_MAKEFILES="$ALL_MAKEFILES \\
25475 dlls/nddeapi/Makefile"
25476 test "x$enable_nddeapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25477 nddeapi"
25478 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25479 dlls/nddeapi/Makefile: dlls/nddeapi/Makefile.in dlls/Makedll.rules"
25480 ac_config_files="$ac_config_files dlls/nddeapi/Makefile"
25482 ALL_MAKEFILES="$ALL_MAKEFILES \\
25483 dlls/netapi32/Makefile"
25484 test "x$enable_netapi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25485 netapi32"
25486 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25487 dlls/netapi32/Makefile: dlls/netapi32/Makefile.in dlls/Makedll.rules"
25488 ac_config_files="$ac_config_files dlls/netapi32/Makefile"
25490 ALL_MAKEFILES="$ALL_MAKEFILES \\
25491 dlls/netapi32/tests/Makefile"
25492 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25493 netapi32/tests"
25494 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25495 dlls/netapi32/tests/Makefile: dlls/netapi32/tests/Makefile.in dlls/Maketest.rules"
25496 ac_config_files="$ac_config_files dlls/netapi32/tests/Makefile"
25498 ALL_MAKEFILES="$ALL_MAKEFILES \\
25499 dlls/newdev/Makefile"
25500 test "x$enable_newdev" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25501 newdev"
25502 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25503 dlls/newdev/Makefile: dlls/newdev/Makefile.in dlls/Makedll.rules"
25504 ac_config_files="$ac_config_files dlls/newdev/Makefile"
25506 ALL_MAKEFILES="$ALL_MAKEFILES \\
25507 dlls/ntdll/Makefile"
25508 test "x$enable_ntdll" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25509 ntdll"
25510 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25511 dlls/ntdll/Makefile: dlls/ntdll/Makefile.in dlls/Makedll.rules"
25512 ac_config_files="$ac_config_files dlls/ntdll/Makefile"
25514 ALL_MAKEFILES="$ALL_MAKEFILES \\
25515 dlls/ntdll/tests/Makefile"
25516 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25517 ntdll/tests"
25518 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25519 dlls/ntdll/tests/Makefile: dlls/ntdll/tests/Makefile.in dlls/Maketest.rules"
25520 ac_config_files="$ac_config_files dlls/ntdll/tests/Makefile"
25522 ALL_MAKEFILES="$ALL_MAKEFILES \\
25523 dlls/ntdsapi/Makefile"
25524 test "x$enable_ntdsapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25525 ntdsapi"
25526 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25527 dlls/ntdsapi/Makefile: dlls/ntdsapi/Makefile.in dlls/Makedll.rules"
25528 ac_config_files="$ac_config_files dlls/ntdsapi/Makefile"
25530 ALL_MAKEFILES="$ALL_MAKEFILES \\
25531 dlls/ntdsapi/tests/Makefile"
25532 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25533 ntdsapi/tests"
25534 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25535 dlls/ntdsapi/tests/Makefile: dlls/ntdsapi/tests/Makefile.in dlls/Maketest.rules"
25536 ac_config_files="$ac_config_files dlls/ntdsapi/tests/Makefile"
25538 ALL_MAKEFILES="$ALL_MAKEFILES \\
25539 dlls/ntoskrnl.exe/Makefile"
25540 test "x$enable_ntoskrnl_exe" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25541 ntoskrnl.exe"
25542 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25543 dlls/ntoskrnl.exe/Makefile: dlls/ntoskrnl.exe/Makefile.in dlls/Makedll.rules"
25544 ac_config_files="$ac_config_files dlls/ntoskrnl.exe/Makefile"
25546 ALL_MAKEFILES="$ALL_MAKEFILES \\
25547 dlls/ntprint/Makefile"
25548 test "x$enable_ntprint" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25549 ntprint"
25550 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25551 dlls/ntprint/Makefile: dlls/ntprint/Makefile.in dlls/Makedll.rules"
25552 ac_config_files="$ac_config_files dlls/ntprint/Makefile"
25554 ALL_MAKEFILES="$ALL_MAKEFILES \\
25555 dlls/ntprint/tests/Makefile"
25556 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25557 ntprint/tests"
25558 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25559 dlls/ntprint/tests/Makefile: dlls/ntprint/tests/Makefile.in dlls/Maketest.rules"
25560 ac_config_files="$ac_config_files dlls/ntprint/tests/Makefile"
25562 ALL_MAKEFILES="$ALL_MAKEFILES \\
25563 dlls/objsel/Makefile"
25564 test "x$enable_objsel" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25565 objsel"
25566 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25567 dlls/objsel/Makefile: dlls/objsel/Makefile.in dlls/Makedll.rules"
25568 ac_config_files="$ac_config_files dlls/objsel/Makefile"
25570 ALL_MAKEFILES="$ALL_MAKEFILES \\
25571 dlls/odbc32/Makefile"
25572 test "x$enable_odbc32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25573 odbc32"
25574 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25575 dlls/odbc32/Makefile: dlls/odbc32/Makefile.in dlls/Makedll.rules"
25576 ac_config_files="$ac_config_files dlls/odbc32/Makefile"
25578 ALL_MAKEFILES="$ALL_MAKEFILES \\
25579 dlls/odbccp32/Makefile"
25580 test "x$enable_odbccp32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25581 odbccp32"
25582 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25583 dlls/odbccp32/Makefile: dlls/odbccp32/Makefile.in dlls/Makedll.rules"
25584 ac_config_files="$ac_config_files dlls/odbccp32/Makefile"
25586 ALL_MAKEFILES="$ALL_MAKEFILES \\
25587 dlls/odbccp32/tests/Makefile"
25588 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25589 odbccp32/tests"
25590 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25591 dlls/odbccp32/tests/Makefile: dlls/odbccp32/tests/Makefile.in dlls/Maketest.rules"
25592 ac_config_files="$ac_config_files dlls/odbccp32/tests/Makefile"
25594 ALL_MAKEFILES="$ALL_MAKEFILES \\
25595 dlls/ole32/Makefile"
25596 test "x$enable_ole32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25597 ole32"
25598 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25599 dlls/ole32/Makefile: dlls/ole32/Makefile.in dlls/Makedll.rules"
25600 ac_config_files="$ac_config_files dlls/ole32/Makefile"
25602 ALL_MAKEFILES="$ALL_MAKEFILES \\
25603 dlls/ole32/tests/Makefile"
25604 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25605 ole32/tests"
25606 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25607 dlls/ole32/tests/Makefile: dlls/ole32/tests/Makefile.in dlls/Maketest.rules"
25608 ac_config_files="$ac_config_files dlls/ole32/tests/Makefile"
25610 ALL_MAKEFILES="$ALL_MAKEFILES \\
25611 dlls/oleacc/Makefile"
25612 test "x$enable_oleacc" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25613 oleacc"
25614 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25615 dlls/oleacc/Makefile: dlls/oleacc/Makefile.in dlls/Makedll.rules"
25616 ac_config_files="$ac_config_files dlls/oleacc/Makefile"
25618 ALL_MAKEFILES="$ALL_MAKEFILES \\
25619 dlls/oleacc/tests/Makefile"
25620 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25621 oleacc/tests"
25622 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25623 dlls/oleacc/tests/Makefile: dlls/oleacc/tests/Makefile.in dlls/Maketest.rules"
25624 ac_config_files="$ac_config_files dlls/oleacc/tests/Makefile"
25626 ALL_MAKEFILES="$ALL_MAKEFILES \\
25627 dlls/oleaut32/Makefile"
25628 test "x$enable_oleaut32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25629 oleaut32"
25630 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25631 dlls/oleaut32/Makefile: dlls/oleaut32/Makefile.in dlls/Makedll.rules"
25632 ac_config_files="$ac_config_files dlls/oleaut32/Makefile"
25634 ALL_MAKEFILES="$ALL_MAKEFILES \\
25635 dlls/oleaut32/tests/Makefile"
25636 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25637 oleaut32/tests"
25638 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25639 dlls/oleaut32/tests/Makefile: dlls/oleaut32/tests/Makefile.in dlls/Maketest.rules"
25640 ac_config_files="$ac_config_files dlls/oleaut32/tests/Makefile"
25642 ALL_MAKEFILES="$ALL_MAKEFILES \\
25643 dlls/olecli32/Makefile"
25644 test "x$enable_olecli32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25645 olecli32"
25646 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25647 dlls/olecli32/Makefile: dlls/olecli32/Makefile.in dlls/Makedll.rules"
25648 ac_config_files="$ac_config_files dlls/olecli32/Makefile"
25650 ALL_MAKEFILES="$ALL_MAKEFILES \\
25651 dlls/oledlg/Makefile"
25652 test "x$enable_oledlg" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25653 oledlg"
25654 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25655 dlls/oledlg/Makefile: dlls/oledlg/Makefile.in dlls/Makedll.rules"
25656 ac_config_files="$ac_config_files dlls/oledlg/Makefile"
25658 ALL_MAKEFILES="$ALL_MAKEFILES \\
25659 dlls/olepro32/Makefile"
25660 test "x$enable_olepro32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25661 olepro32"
25662 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25663 dlls/olepro32/Makefile: dlls/olepro32/Makefile.in dlls/Makedll.rules"
25664 ac_config_files="$ac_config_files dlls/olepro32/Makefile"
25666 ALL_MAKEFILES="$ALL_MAKEFILES \\
25667 dlls/olesvr32/Makefile"
25668 test "x$enable_olesvr32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25669 olesvr32"
25670 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25671 dlls/olesvr32/Makefile: dlls/olesvr32/Makefile.in dlls/Makedll.rules"
25672 ac_config_files="$ac_config_files dlls/olesvr32/Makefile"
25674 ALL_MAKEFILES="$ALL_MAKEFILES \\
25675 dlls/olethk32/Makefile"
25676 test "x$enable_olethk32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25677 olethk32"
25678 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25679 dlls/olethk32/Makefile: dlls/olethk32/Makefile.in dlls/Makedll.rules"
25680 ac_config_files="$ac_config_files dlls/olethk32/Makefile"
25682 ALL_MAKEFILES="$ALL_MAKEFILES \\
25683 dlls/opengl32/Makefile"
25684 test "x$enable_opengl32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25685 opengl32"
25686 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25687 dlls/opengl32/Makefile: dlls/opengl32/Makefile.in dlls/Makedll.rules"
25688 ac_config_files="$ac_config_files dlls/opengl32/Makefile"
25690 ALL_MAKEFILES="$ALL_MAKEFILES \\
25691 dlls/opengl32/tests/Makefile"
25692 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25693 opengl32/tests"
25694 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25695 dlls/opengl32/tests/Makefile: dlls/opengl32/tests/Makefile.in dlls/Maketest.rules"
25696 ac_config_files="$ac_config_files dlls/opengl32/tests/Makefile"
25698 ALL_MAKEFILES="$ALL_MAKEFILES \\
25699 dlls/pdh/Makefile"
25700 test "x$enable_pdh" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25701 pdh"
25702 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25703 dlls/pdh/Makefile: dlls/pdh/Makefile.in dlls/Makedll.rules"
25704 ac_config_files="$ac_config_files dlls/pdh/Makefile"
25706 ALL_MAKEFILES="$ALL_MAKEFILES \\
25707 dlls/pdh/tests/Makefile"
25708 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25709 pdh/tests"
25710 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25711 dlls/pdh/tests/Makefile: dlls/pdh/tests/Makefile.in dlls/Maketest.rules"
25712 ac_config_files="$ac_config_files dlls/pdh/tests/Makefile"
25714 ALL_MAKEFILES="$ALL_MAKEFILES \\
25715 dlls/pidgen/Makefile"
25716 test "x$enable_pidgen" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25717 pidgen"
25718 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25719 dlls/pidgen/Makefile: dlls/pidgen/Makefile.in dlls/Makedll.rules"
25720 ac_config_files="$ac_config_files dlls/pidgen/Makefile"
25722 ALL_MAKEFILES="$ALL_MAKEFILES \\
25723 dlls/powrprof/Makefile"
25724 test "x$enable_powrprof" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25725 powrprof"
25726 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25727 dlls/powrprof/Makefile: dlls/powrprof/Makefile.in dlls/Makedll.rules"
25728 ac_config_files="$ac_config_files dlls/powrprof/Makefile"
25730 ALL_MAKEFILES="$ALL_MAKEFILES \\
25731 dlls/printui/Makefile"
25732 test "x$enable_printui" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25733 printui"
25734 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25735 dlls/printui/Makefile: dlls/printui/Makefile.in dlls/Makedll.rules"
25736 ac_config_files="$ac_config_files dlls/printui/Makefile"
25738 ALL_MAKEFILES="$ALL_MAKEFILES \\
25739 dlls/propsys/Makefile"
25740 test "x$enable_propsys" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25741 propsys"
25742 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25743 dlls/propsys/Makefile: dlls/propsys/Makefile.in dlls/Makedll.rules"
25744 ac_config_files="$ac_config_files dlls/propsys/Makefile"
25746 ALL_MAKEFILES="$ALL_MAKEFILES \\
25747 dlls/psapi/Makefile"
25748 test "x$enable_psapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25749 psapi"
25750 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25751 dlls/psapi/Makefile: dlls/psapi/Makefile.in dlls/Makedll.rules"
25752 ac_config_files="$ac_config_files dlls/psapi/Makefile"
25754 ALL_MAKEFILES="$ALL_MAKEFILES \\
25755 dlls/psapi/tests/Makefile"
25756 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25757 psapi/tests"
25758 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25759 dlls/psapi/tests/Makefile: dlls/psapi/tests/Makefile.in dlls/Maketest.rules"
25760 ac_config_files="$ac_config_files dlls/psapi/tests/Makefile"
25762 ALL_MAKEFILES="$ALL_MAKEFILES \\
25763 dlls/pstorec/Makefile"
25764 test "x$enable_pstorec" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25765 pstorec"
25766 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25767 dlls/pstorec/Makefile: dlls/pstorec/Makefile.in dlls/Makedll.rules"
25768 ac_config_files="$ac_config_files dlls/pstorec/Makefile"
25770 ALL_MAKEFILES="$ALL_MAKEFILES \\
25771 dlls/qcap/Makefile"
25772 test "x$enable_qcap" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25773 qcap"
25774 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25775 dlls/qcap/Makefile: dlls/qcap/Makefile.in dlls/Makedll.rules"
25776 ac_config_files="$ac_config_files dlls/qcap/Makefile"
25778 ALL_MAKEFILES="$ALL_MAKEFILES \\
25779 dlls/qedit/Makefile"
25780 test "x$enable_qedit" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25781 qedit"
25782 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25783 dlls/qedit/Makefile: dlls/qedit/Makefile.in dlls/Makedll.rules"
25784 ac_config_files="$ac_config_files dlls/qedit/Makefile"
25786 ALL_MAKEFILES="$ALL_MAKEFILES \\
25787 dlls/qedit/tests/Makefile"
25788 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25789 qedit/tests"
25790 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25791 dlls/qedit/tests/Makefile: dlls/qedit/tests/Makefile.in dlls/Maketest.rules"
25792 ac_config_files="$ac_config_files dlls/qedit/tests/Makefile"
25794 ALL_MAKEFILES="$ALL_MAKEFILES \\
25795 dlls/qmgr/Makefile"
25796 test "x$enable_qmgr" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25797 qmgr"
25798 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25799 dlls/qmgr/Makefile: dlls/qmgr/Makefile.in dlls/Makedll.rules"
25800 ac_config_files="$ac_config_files dlls/qmgr/Makefile"
25802 ALL_MAKEFILES="$ALL_MAKEFILES \\
25803 dlls/qmgr/tests/Makefile"
25804 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25805 qmgr/tests"
25806 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25807 dlls/qmgr/tests/Makefile: dlls/qmgr/tests/Makefile.in dlls/Maketest.rules"
25808 ac_config_files="$ac_config_files dlls/qmgr/tests/Makefile"
25810 ALL_MAKEFILES="$ALL_MAKEFILES \\
25811 dlls/qmgrprxy/Makefile"
25812 test "x$enable_qmgrprxy" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25813 qmgrprxy"
25814 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25815 dlls/qmgrprxy/Makefile: dlls/qmgrprxy/Makefile.in dlls/Makedll.rules"
25816 ac_config_files="$ac_config_files dlls/qmgrprxy/Makefile"
25818 ALL_MAKEFILES="$ALL_MAKEFILES \\
25819 dlls/quartz/Makefile"
25820 test "x$enable_quartz" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25821 quartz"
25822 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25823 dlls/quartz/Makefile: dlls/quartz/Makefile.in dlls/Makedll.rules"
25824 ac_config_files="$ac_config_files dlls/quartz/Makefile"
25826 ALL_MAKEFILES="$ALL_MAKEFILES \\
25827 dlls/quartz/tests/Makefile"
25828 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25829 quartz/tests"
25830 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25831 dlls/quartz/tests/Makefile: dlls/quartz/tests/Makefile.in dlls/Maketest.rules"
25832 ac_config_files="$ac_config_files dlls/quartz/tests/Makefile"
25834 ALL_MAKEFILES="$ALL_MAKEFILES \\
25835 dlls/query/Makefile"
25836 test "x$enable_query" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25837 query"
25838 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25839 dlls/query/Makefile: dlls/query/Makefile.in dlls/Makedll.rules"
25840 ac_config_files="$ac_config_files dlls/query/Makefile"
25842 ALL_MAKEFILES="$ALL_MAKEFILES \\
25843 dlls/rasapi32/Makefile"
25844 test "x$enable_rasapi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25845 rasapi32"
25846 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25847 dlls/rasapi32/Makefile: dlls/rasapi32/Makefile.in dlls/Makedll.rules"
25848 ac_config_files="$ac_config_files dlls/rasapi32/Makefile"
25850 ALL_MAKEFILES="$ALL_MAKEFILES \\
25851 dlls/rasapi32/tests/Makefile"
25852 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25853 rasapi32/tests"
25854 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25855 dlls/rasapi32/tests/Makefile: dlls/rasapi32/tests/Makefile.in dlls/Maketest.rules"
25856 ac_config_files="$ac_config_files dlls/rasapi32/tests/Makefile"
25858 ALL_MAKEFILES="$ALL_MAKEFILES \\
25859 dlls/resutils/Makefile"
25860 test "x$enable_resutils" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25861 resutils"
25862 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25863 dlls/resutils/Makefile: dlls/resutils/Makefile.in dlls/Makedll.rules"
25864 ac_config_files="$ac_config_files dlls/resutils/Makefile"
25866 ALL_MAKEFILES="$ALL_MAKEFILES \\
25867 dlls/riched20/Makefile"
25868 test "x$enable_riched20" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25869 riched20"
25870 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25871 dlls/riched20/Makefile: dlls/riched20/Makefile.in dlls/Makedll.rules"
25872 ac_config_files="$ac_config_files dlls/riched20/Makefile"
25874 ALL_MAKEFILES="$ALL_MAKEFILES \\
25875 dlls/riched20/tests/Makefile"
25876 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25877 riched20/tests"
25878 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25879 dlls/riched20/tests/Makefile: dlls/riched20/tests/Makefile.in dlls/Maketest.rules"
25880 ac_config_files="$ac_config_files dlls/riched20/tests/Makefile"
25882 ALL_MAKEFILES="$ALL_MAKEFILES \\
25883 dlls/riched32/Makefile"
25884 test "x$enable_riched32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25885 riched32"
25886 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25887 dlls/riched32/Makefile: dlls/riched32/Makefile.in dlls/Makedll.rules"
25888 ac_config_files="$ac_config_files dlls/riched32/Makefile"
25890 ALL_MAKEFILES="$ALL_MAKEFILES \\
25891 dlls/riched32/tests/Makefile"
25892 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25893 riched32/tests"
25894 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25895 dlls/riched32/tests/Makefile: dlls/riched32/tests/Makefile.in dlls/Maketest.rules"
25896 ac_config_files="$ac_config_files dlls/riched32/tests/Makefile"
25898 ALL_MAKEFILES="$ALL_MAKEFILES \\
25899 dlls/rpcrt4/Makefile"
25900 test "x$enable_rpcrt4" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25901 rpcrt4"
25902 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25903 dlls/rpcrt4/Makefile: dlls/rpcrt4/Makefile.in dlls/Makedll.rules"
25904 ac_config_files="$ac_config_files dlls/rpcrt4/Makefile"
25906 ALL_MAKEFILES="$ALL_MAKEFILES \\
25907 dlls/rpcrt4/tests/Makefile"
25908 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25909 rpcrt4/tests"
25910 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25911 dlls/rpcrt4/tests/Makefile: dlls/rpcrt4/tests/Makefile.in dlls/Maketest.rules"
25912 ac_config_files="$ac_config_files dlls/rpcrt4/tests/Makefile"
25914 ALL_MAKEFILES="$ALL_MAKEFILES \\
25915 dlls/rsabase/Makefile"
25916 test "x$enable_rsabase" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25917 rsabase"
25918 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25919 dlls/rsabase/Makefile: dlls/rsabase/Makefile.in dlls/Makedll.rules"
25920 ac_config_files="$ac_config_files dlls/rsabase/Makefile"
25922 ALL_MAKEFILES="$ALL_MAKEFILES \\
25923 dlls/rsaenh/Makefile"
25924 test "x$enable_rsaenh" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25925 rsaenh"
25926 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25927 dlls/rsaenh/Makefile: dlls/rsaenh/Makefile.in dlls/Makedll.rules"
25928 ac_config_files="$ac_config_files dlls/rsaenh/Makefile"
25930 ALL_MAKEFILES="$ALL_MAKEFILES \\
25931 dlls/rsaenh/tests/Makefile"
25932 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25933 rsaenh/tests"
25934 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25935 dlls/rsaenh/tests/Makefile: dlls/rsaenh/tests/Makefile.in dlls/Maketest.rules"
25936 ac_config_files="$ac_config_files dlls/rsaenh/tests/Makefile"
25938 ALL_MAKEFILES="$ALL_MAKEFILES \\
25939 dlls/sane.ds/Makefile"
25940 test "x$enable_sane_ds" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25941 sane.ds"
25942 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25943 dlls/sane.ds/Makefile: dlls/sane.ds/Makefile.in dlls/Makedll.rules"
25944 ac_config_files="$ac_config_files dlls/sane.ds/Makefile"
25946 ALL_MAKEFILES="$ALL_MAKEFILES \\
25947 dlls/sccbase/Makefile"
25948 test "x$enable_sccbase" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25949 sccbase"
25950 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25951 dlls/sccbase/Makefile: dlls/sccbase/Makefile.in dlls/Makedll.rules"
25952 ac_config_files="$ac_config_files dlls/sccbase/Makefile"
25954 ALL_MAKEFILES="$ALL_MAKEFILES \\
25955 dlls/schannel/Makefile"
25956 test "x$enable_schannel" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25957 schannel"
25958 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25959 dlls/schannel/Makefile: dlls/schannel/Makefile.in dlls/Makedll.rules"
25960 ac_config_files="$ac_config_files dlls/schannel/Makefile"
25962 ALL_MAKEFILES="$ALL_MAKEFILES \\
25963 dlls/schannel/tests/Makefile"
25964 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25965 schannel/tests"
25966 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25967 dlls/schannel/tests/Makefile: dlls/schannel/tests/Makefile.in dlls/Maketest.rules"
25968 ac_config_files="$ac_config_files dlls/schannel/tests/Makefile"
25970 ALL_MAKEFILES="$ALL_MAKEFILES \\
25971 dlls/secur32/Makefile"
25972 test "x$enable_secur32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25973 secur32"
25974 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25975 dlls/secur32/Makefile: dlls/secur32/Makefile.in dlls/Makedll.rules"
25976 ac_config_files="$ac_config_files dlls/secur32/Makefile"
25978 ALL_MAKEFILES="$ALL_MAKEFILES \\
25979 dlls/secur32/tests/Makefile"
25980 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25981 secur32/tests"
25982 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25983 dlls/secur32/tests/Makefile: dlls/secur32/tests/Makefile.in dlls/Maketest.rules"
25984 ac_config_files="$ac_config_files dlls/secur32/tests/Makefile"
25986 ALL_MAKEFILES="$ALL_MAKEFILES \\
25987 dlls/security/Makefile"
25988 test "x$enable_security" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25989 security"
25990 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25991 dlls/security/Makefile: dlls/security/Makefile.in dlls/Makedll.rules"
25992 ac_config_files="$ac_config_files dlls/security/Makefile"
25994 ALL_MAKEFILES="$ALL_MAKEFILES \\
25995 dlls/sensapi/Makefile"
25996 test "x$enable_sensapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25997 sensapi"
25998 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25999 dlls/sensapi/Makefile: dlls/sensapi/Makefile.in dlls/Makedll.rules"
26000 ac_config_files="$ac_config_files dlls/sensapi/Makefile"
26002 ALL_MAKEFILES="$ALL_MAKEFILES \\
26003 dlls/serialui/Makefile"
26004 test "x$enable_serialui" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26005 serialui"
26006 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26007 dlls/serialui/Makefile: dlls/serialui/Makefile.in dlls/Makedll.rules"
26008 ac_config_files="$ac_config_files dlls/serialui/Makefile"
26010 ALL_MAKEFILES="$ALL_MAKEFILES \\
26011 dlls/serialui/tests/Makefile"
26012 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26013 serialui/tests"
26014 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26015 dlls/serialui/tests/Makefile: dlls/serialui/tests/Makefile.in dlls/Maketest.rules"
26016 ac_config_files="$ac_config_files dlls/serialui/tests/Makefile"
26018 ALL_MAKEFILES="$ALL_MAKEFILES \\
26019 dlls/setupapi/Makefile"
26020 test "x$enable_setupapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26021 setupapi"
26022 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26023 dlls/setupapi/Makefile: dlls/setupapi/Makefile.in dlls/Makedll.rules"
26024 ac_config_files="$ac_config_files dlls/setupapi/Makefile"
26026 ALL_MAKEFILES="$ALL_MAKEFILES \\
26027 dlls/setupapi/tests/Makefile"
26028 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26029 setupapi/tests"
26030 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26031 dlls/setupapi/tests/Makefile: dlls/setupapi/tests/Makefile.in dlls/Maketest.rules"
26032 ac_config_files="$ac_config_files dlls/setupapi/tests/Makefile"
26034 ALL_MAKEFILES="$ALL_MAKEFILES \\
26035 dlls/sfc/Makefile"
26036 test "x$enable_sfc" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26037 sfc"
26038 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26039 dlls/sfc/Makefile: dlls/sfc/Makefile.in dlls/Makedll.rules"
26040 ac_config_files="$ac_config_files dlls/sfc/Makefile"
26042 ALL_MAKEFILES="$ALL_MAKEFILES \\
26043 dlls/sfc_os/Makefile"
26044 test "x$enable_sfc_os" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26045 sfc_os"
26046 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26047 dlls/sfc_os/Makefile: dlls/sfc_os/Makefile.in dlls/Makedll.rules"
26048 ac_config_files="$ac_config_files dlls/sfc_os/Makefile"
26050 ALL_MAKEFILES="$ALL_MAKEFILES \\
26051 dlls/shdoclc/Makefile"
26052 test "x$enable_shdoclc" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26053 shdoclc"
26054 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26055 dlls/shdoclc/Makefile: dlls/shdoclc/Makefile.in dlls/Makedll.rules"
26056 ac_config_files="$ac_config_files dlls/shdoclc/Makefile"
26058 ALL_MAKEFILES="$ALL_MAKEFILES \\
26059 dlls/shdocvw/Makefile"
26060 test "x$enable_shdocvw" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26061 shdocvw"
26062 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26063 dlls/shdocvw/Makefile: dlls/shdocvw/Makefile.in dlls/Makedll.rules"
26064 ac_config_files="$ac_config_files dlls/shdocvw/Makefile"
26066 ALL_MAKEFILES="$ALL_MAKEFILES \\
26067 dlls/shdocvw/tests/Makefile"
26068 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26069 shdocvw/tests"
26070 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26071 dlls/shdocvw/tests/Makefile: dlls/shdocvw/tests/Makefile.in dlls/Maketest.rules"
26072 ac_config_files="$ac_config_files dlls/shdocvw/tests/Makefile"
26074 ALL_MAKEFILES="$ALL_MAKEFILES \\
26075 dlls/shell32/Makefile"
26076 test "x$enable_shell32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26077 shell32"
26078 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26079 dlls/shell32/Makefile: dlls/shell32/Makefile.in dlls/Makedll.rules"
26080 ac_config_files="$ac_config_files dlls/shell32/Makefile"
26082 ALL_MAKEFILES="$ALL_MAKEFILES \\
26083 dlls/shell32/tests/Makefile"
26084 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26085 shell32/tests"
26086 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26087 dlls/shell32/tests/Makefile: dlls/shell32/tests/Makefile.in dlls/Maketest.rules"
26088 ac_config_files="$ac_config_files dlls/shell32/tests/Makefile"
26090 ALL_MAKEFILES="$ALL_MAKEFILES \\
26091 dlls/shfolder/Makefile"
26092 test "x$enable_shfolder" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26093 shfolder"
26094 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26095 dlls/shfolder/Makefile: dlls/shfolder/Makefile.in dlls/Makedll.rules"
26096 ac_config_files="$ac_config_files dlls/shfolder/Makefile"
26098 ALL_MAKEFILES="$ALL_MAKEFILES \\
26099 dlls/shlwapi/Makefile"
26100 test "x$enable_shlwapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26101 shlwapi"
26102 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26103 dlls/shlwapi/Makefile: dlls/shlwapi/Makefile.in dlls/Makedll.rules"
26104 ac_config_files="$ac_config_files dlls/shlwapi/Makefile"
26106 ALL_MAKEFILES="$ALL_MAKEFILES \\
26107 dlls/shlwapi/tests/Makefile"
26108 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26109 shlwapi/tests"
26110 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26111 dlls/shlwapi/tests/Makefile: dlls/shlwapi/tests/Makefile.in dlls/Maketest.rules"
26112 ac_config_files="$ac_config_files dlls/shlwapi/tests/Makefile"
26114 ALL_MAKEFILES="$ALL_MAKEFILES \\
26115 dlls/slbcsp/Makefile"
26116 test "x$enable_slbcsp" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26117 slbcsp"
26118 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26119 dlls/slbcsp/Makefile: dlls/slbcsp/Makefile.in dlls/Makedll.rules"
26120 ac_config_files="$ac_config_files dlls/slbcsp/Makefile"
26122 ALL_MAKEFILES="$ALL_MAKEFILES \\
26123 dlls/slc/Makefile"
26124 test "x$enable_slc" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26125 slc"
26126 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26127 dlls/slc/Makefile: dlls/slc/Makefile.in dlls/Makedll.rules"
26128 ac_config_files="$ac_config_files dlls/slc/Makefile"
26130 ALL_MAKEFILES="$ALL_MAKEFILES \\
26131 dlls/snmpapi/Makefile"
26132 test "x$enable_snmpapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26133 snmpapi"
26134 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26135 dlls/snmpapi/Makefile: dlls/snmpapi/Makefile.in dlls/Makedll.rules"
26136 ac_config_files="$ac_config_files dlls/snmpapi/Makefile"
26138 ALL_MAKEFILES="$ALL_MAKEFILES \\
26139 dlls/snmpapi/tests/Makefile"
26140 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26141 snmpapi/tests"
26142 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26143 dlls/snmpapi/tests/Makefile: dlls/snmpapi/tests/Makefile.in dlls/Maketest.rules"
26144 ac_config_files="$ac_config_files dlls/snmpapi/tests/Makefile"
26146 ALL_MAKEFILES="$ALL_MAKEFILES \\
26147 dlls/softpub/Makefile"
26148 test "x$enable_softpub" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26149 softpub"
26150 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26151 dlls/softpub/Makefile: dlls/softpub/Makefile.in dlls/Makedll.rules"
26152 ac_config_files="$ac_config_files dlls/softpub/Makefile"
26154 ALL_MAKEFILES="$ALL_MAKEFILES \\
26155 dlls/spoolss/Makefile"
26156 test "x$enable_spoolss" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26157 spoolss"
26158 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26159 dlls/spoolss/Makefile: dlls/spoolss/Makefile.in dlls/Makedll.rules"
26160 ac_config_files="$ac_config_files dlls/spoolss/Makefile"
26162 ALL_MAKEFILES="$ALL_MAKEFILES \\
26163 dlls/spoolss/tests/Makefile"
26164 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26165 spoolss/tests"
26166 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26167 dlls/spoolss/tests/Makefile: dlls/spoolss/tests/Makefile.in dlls/Maketest.rules"
26168 ac_config_files="$ac_config_files dlls/spoolss/tests/Makefile"
26170 ALL_MAKEFILES="$ALL_MAKEFILES \\
26171 dlls/stdole2.tlb/Makefile"
26172 test "x$enable_stdole2_tlb" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26173 stdole2.tlb"
26174 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26175 dlls/stdole2.tlb/Makefile: dlls/stdole2.tlb/Makefile.in dlls/Makedll.rules"
26176 ac_config_files="$ac_config_files dlls/stdole2.tlb/Makefile"
26178 ALL_MAKEFILES="$ALL_MAKEFILES \\
26179 dlls/stdole32.tlb/Makefile"
26180 test "x$enable_stdole32_tlb" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26181 stdole32.tlb"
26182 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26183 dlls/stdole32.tlb/Makefile: dlls/stdole32.tlb/Makefile.in dlls/Makedll.rules"
26184 ac_config_files="$ac_config_files dlls/stdole32.tlb/Makefile"
26186 ALL_MAKEFILES="$ALL_MAKEFILES \\
26187 dlls/sti/Makefile"
26188 test "x$enable_sti" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26189 sti"
26190 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26191 dlls/sti/Makefile: dlls/sti/Makefile.in dlls/Makedll.rules"
26192 ac_config_files="$ac_config_files dlls/sti/Makefile"
26194 ALL_MAKEFILES="$ALL_MAKEFILES \\
26195 dlls/strmiids/Makefile"
26196 test "x$enable_strmiids" != xno && ALL_IMPLIB_DIRS="$ALL_IMPLIB_DIRS \\
26197 strmiids"
26198 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26199 dlls/strmiids/Makefile: dlls/strmiids/Makefile.in dlls/Makeimplib.rules"
26200 ac_config_files="$ac_config_files dlls/strmiids/Makefile"
26202 ALL_MAKEFILES="$ALL_MAKEFILES \\
26203 dlls/svrapi/Makefile"
26204 test "x$enable_svrapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26205 svrapi"
26206 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26207 dlls/svrapi/Makefile: dlls/svrapi/Makefile.in dlls/Makedll.rules"
26208 ac_config_files="$ac_config_files dlls/svrapi/Makefile"
26210 ALL_MAKEFILES="$ALL_MAKEFILES \\
26211 dlls/sxs/Makefile"
26212 test "x$enable_sxs" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26213 sxs"
26214 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26215 dlls/sxs/Makefile: dlls/sxs/Makefile.in dlls/Makedll.rules"
26216 ac_config_files="$ac_config_files dlls/sxs/Makefile"
26218 ALL_MAKEFILES="$ALL_MAKEFILES \\
26219 dlls/tapi32/Makefile"
26220 test "x$enable_tapi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26221 tapi32"
26222 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26223 dlls/tapi32/Makefile: dlls/tapi32/Makefile.in dlls/Makedll.rules"
26224 ac_config_files="$ac_config_files dlls/tapi32/Makefile"
26226 ALL_MAKEFILES="$ALL_MAKEFILES \\
26227 dlls/twain_32/Makefile"
26228 test "x$enable_twain_32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26229 twain_32"
26230 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26231 dlls/twain_32/Makefile: dlls/twain_32/Makefile.in dlls/Makedll.rules"
26232 ac_config_files="$ac_config_files dlls/twain_32/Makefile"
26234 ALL_MAKEFILES="$ALL_MAKEFILES \\
26235 dlls/unicows/Makefile"
26236 test "x$enable_unicows" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26237 unicows"
26238 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26239 dlls/unicows/Makefile: dlls/unicows/Makefile.in dlls/Makedll.rules"
26240 ac_config_files="$ac_config_files dlls/unicows/Makefile"
26242 ALL_MAKEFILES="$ALL_MAKEFILES \\
26243 dlls/url/Makefile"
26244 test "x$enable_url" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26245 url"
26246 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26247 dlls/url/Makefile: dlls/url/Makefile.in dlls/Makedll.rules"
26248 ac_config_files="$ac_config_files dlls/url/Makefile"
26250 ALL_MAKEFILES="$ALL_MAKEFILES \\
26251 dlls/urlmon/Makefile"
26252 test "x$enable_urlmon" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26253 urlmon"
26254 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26255 dlls/urlmon/Makefile: dlls/urlmon/Makefile.in dlls/Makedll.rules"
26256 ac_config_files="$ac_config_files dlls/urlmon/Makefile"
26258 ALL_MAKEFILES="$ALL_MAKEFILES \\
26259 dlls/urlmon/tests/Makefile"
26260 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26261 urlmon/tests"
26262 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26263 dlls/urlmon/tests/Makefile: dlls/urlmon/tests/Makefile.in dlls/Maketest.rules"
26264 ac_config_files="$ac_config_files dlls/urlmon/tests/Makefile"
26266 ALL_MAKEFILES="$ALL_MAKEFILES \\
26267 dlls/user32/Makefile"
26268 test "x$enable_user32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26269 user32"
26270 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26271 dlls/user32/Makefile: dlls/user32/Makefile.in dlls/Makedll.rules"
26272 ac_config_files="$ac_config_files dlls/user32/Makefile"
26274 ALL_MAKEFILES="$ALL_MAKEFILES \\
26275 dlls/user32/tests/Makefile"
26276 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26277 user32/tests"
26278 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26279 dlls/user32/tests/Makefile: dlls/user32/tests/Makefile.in dlls/Maketest.rules"
26280 ac_config_files="$ac_config_files dlls/user32/tests/Makefile"
26282 ALL_MAKEFILES="$ALL_MAKEFILES \\
26283 dlls/userenv/Makefile"
26284 test "x$enable_userenv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26285 userenv"
26286 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26287 dlls/userenv/Makefile: dlls/userenv/Makefile.in dlls/Makedll.rules"
26288 ac_config_files="$ac_config_files dlls/userenv/Makefile"
26290 ALL_MAKEFILES="$ALL_MAKEFILES \\
26291 dlls/userenv/tests/Makefile"
26292 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26293 userenv/tests"
26294 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26295 dlls/userenv/tests/Makefile: dlls/userenv/tests/Makefile.in dlls/Maketest.rules"
26296 ac_config_files="$ac_config_files dlls/userenv/tests/Makefile"
26298 ALL_MAKEFILES="$ALL_MAKEFILES \\
26299 dlls/usp10/Makefile"
26300 test "x$enable_usp10" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26301 usp10"
26302 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26303 dlls/usp10/Makefile: dlls/usp10/Makefile.in dlls/Makedll.rules"
26304 ac_config_files="$ac_config_files dlls/usp10/Makefile"
26306 ALL_MAKEFILES="$ALL_MAKEFILES \\
26307 dlls/usp10/tests/Makefile"
26308 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26309 usp10/tests"
26310 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26311 dlls/usp10/tests/Makefile: dlls/usp10/tests/Makefile.in dlls/Maketest.rules"
26312 ac_config_files="$ac_config_files dlls/usp10/tests/Makefile"
26314 ALL_MAKEFILES="$ALL_MAKEFILES \\
26315 dlls/uuid/Makefile"
26316 test "x$enable_uuid" != xno && ALL_IMPLIB_DIRS="$ALL_IMPLIB_DIRS \\
26317 uuid"
26318 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26319 dlls/uuid/Makefile: dlls/uuid/Makefile.in dlls/Makeimplib.rules"
26320 ac_config_files="$ac_config_files dlls/uuid/Makefile"
26322 ALL_MAKEFILES="$ALL_MAKEFILES \\
26323 dlls/uxtheme/Makefile"
26324 test "x$enable_uxtheme" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26325 uxtheme"
26326 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26327 dlls/uxtheme/Makefile: dlls/uxtheme/Makefile.in dlls/Makedll.rules"
26328 ac_config_files="$ac_config_files dlls/uxtheme/Makefile"
26330 ALL_MAKEFILES="$ALL_MAKEFILES \\
26331 dlls/uxtheme/tests/Makefile"
26332 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26333 uxtheme/tests"
26334 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26335 dlls/uxtheme/tests/Makefile: dlls/uxtheme/tests/Makefile.in dlls/Maketest.rules"
26336 ac_config_files="$ac_config_files dlls/uxtheme/tests/Makefile"
26338 ALL_MAKEFILES="$ALL_MAKEFILES \\
26339 dlls/vdhcp.vxd/Makefile"
26340 test "x$enable_vdhcp_vxd" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26341 vdhcp.vxd"
26342 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26343 dlls/vdhcp.vxd/Makefile: dlls/vdhcp.vxd/Makefile.in dlls/Makedll.rules"
26344 ac_config_files="$ac_config_files dlls/vdhcp.vxd/Makefile"
26346 ALL_MAKEFILES="$ALL_MAKEFILES \\
26347 dlls/vdmdbg/Makefile"
26348 test "x$enable_vdmdbg" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26349 vdmdbg"
26350 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26351 dlls/vdmdbg/Makefile: dlls/vdmdbg/Makefile.in dlls/Makedll.rules"
26352 ac_config_files="$ac_config_files dlls/vdmdbg/Makefile"
26354 ALL_MAKEFILES="$ALL_MAKEFILES \\
26355 dlls/version/Makefile"
26356 test "x$enable_version" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26357 version"
26358 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26359 dlls/version/Makefile: dlls/version/Makefile.in dlls/Makedll.rules"
26360 ac_config_files="$ac_config_files dlls/version/Makefile"
26362 ALL_MAKEFILES="$ALL_MAKEFILES \\
26363 dlls/version/tests/Makefile"
26364 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26365 version/tests"
26366 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26367 dlls/version/tests/Makefile: dlls/version/tests/Makefile.in dlls/Maketest.rules"
26368 ac_config_files="$ac_config_files dlls/version/tests/Makefile"
26370 ALL_MAKEFILES="$ALL_MAKEFILES \\
26371 dlls/vmm.vxd/Makefile"
26372 test "x$enable_vmm_vxd" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26373 vmm.vxd"
26374 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26375 dlls/vmm.vxd/Makefile: dlls/vmm.vxd/Makefile.in dlls/Makedll.rules"
26376 ac_config_files="$ac_config_files dlls/vmm.vxd/Makefile"
26378 ALL_MAKEFILES="$ALL_MAKEFILES \\
26379 dlls/vnbt.vxd/Makefile"
26380 test "x$enable_vnbt_vxd" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26381 vnbt.vxd"
26382 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26383 dlls/vnbt.vxd/Makefile: dlls/vnbt.vxd/Makefile.in dlls/Makedll.rules"
26384 ac_config_files="$ac_config_files dlls/vnbt.vxd/Makefile"
26386 ALL_MAKEFILES="$ALL_MAKEFILES \\
26387 dlls/vnetbios.vxd/Makefile"
26388 test "x$enable_vnetbios_vxd" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26389 vnetbios.vxd"
26390 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26391 dlls/vnetbios.vxd/Makefile: dlls/vnetbios.vxd/Makefile.in dlls/Makedll.rules"
26392 ac_config_files="$ac_config_files dlls/vnetbios.vxd/Makefile"
26394 ALL_MAKEFILES="$ALL_MAKEFILES \\
26395 dlls/vtdapi.vxd/Makefile"
26396 test "x$enable_vtdapi_vxd" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26397 vtdapi.vxd"
26398 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26399 dlls/vtdapi.vxd/Makefile: dlls/vtdapi.vxd/Makefile.in dlls/Makedll.rules"
26400 ac_config_files="$ac_config_files dlls/vtdapi.vxd/Makefile"
26402 ALL_MAKEFILES="$ALL_MAKEFILES \\
26403 dlls/vwin32.vxd/Makefile"
26404 test "x$enable_vwin32_vxd" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26405 vwin32.vxd"
26406 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26407 dlls/vwin32.vxd/Makefile: dlls/vwin32.vxd/Makefile.in dlls/Makedll.rules"
26408 ac_config_files="$ac_config_files dlls/vwin32.vxd/Makefile"
26410 ALL_MAKEFILES="$ALL_MAKEFILES \\
26411 dlls/w32skrnl/Makefile"
26412 test "x$enable_w32skrnl" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26413 w32skrnl"
26414 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26415 dlls/w32skrnl/Makefile: dlls/w32skrnl/Makefile.in dlls/Makedll.rules"
26416 ac_config_files="$ac_config_files dlls/w32skrnl/Makefile"
26418 ALL_MAKEFILES="$ALL_MAKEFILES \\
26419 dlls/winealsa.drv/Makefile"
26420 test "x$enable_winealsa_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26421 winealsa.drv"
26422 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26423 dlls/winealsa.drv/Makefile: dlls/winealsa.drv/Makefile.in dlls/Makedll.rules"
26424 ac_config_files="$ac_config_files dlls/winealsa.drv/Makefile"
26426 ALL_MAKEFILES="$ALL_MAKEFILES \\
26427 dlls/wineaudioio.drv/Makefile"
26428 test "x$enable_wineaudioio_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26429 wineaudioio.drv"
26430 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26431 dlls/wineaudioio.drv/Makefile: dlls/wineaudioio.drv/Makefile.in dlls/Makedll.rules"
26432 ac_config_files="$ac_config_files dlls/wineaudioio.drv/Makefile"
26434 ALL_MAKEFILES="$ALL_MAKEFILES \\
26435 dlls/winecoreaudio.drv/Makefile"
26436 test "x$enable_winecoreaudio_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26437 winecoreaudio.drv"
26438 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26439 dlls/winecoreaudio.drv/Makefile: dlls/winecoreaudio.drv/Makefile.in dlls/Makedll.rules"
26440 ac_config_files="$ac_config_files dlls/winecoreaudio.drv/Makefile"
26442 ALL_MAKEFILES="$ALL_MAKEFILES \\
26443 dlls/winecrt0/Makefile"
26444 test "x$enable_winecrt0" != xno && ALL_IMPLIB_DIRS="$ALL_IMPLIB_DIRS \\
26445 winecrt0"
26446 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26447 dlls/winecrt0/Makefile: dlls/winecrt0/Makefile.in dlls/Makeimplib.rules"
26448 ac_config_files="$ac_config_files dlls/winecrt0/Makefile"
26450 ALL_MAKEFILES="$ALL_MAKEFILES \\
26451 dlls/wined3d/Makefile"
26452 test "x$enable_wined3d" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26453 wined3d"
26454 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26455 dlls/wined3d/Makefile: dlls/wined3d/Makefile.in dlls/Makedll.rules"
26456 ac_config_files="$ac_config_files dlls/wined3d/Makefile"
26458 ALL_MAKEFILES="$ALL_MAKEFILES \\
26459 dlls/winedos/Makefile"
26460 test "x$enable_winedos" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26461 winedos"
26462 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26463 dlls/winedos/Makefile: dlls/winedos/Makefile.in dlls/Makedll.rules"
26464 ac_config_files="$ac_config_files dlls/winedos/Makefile"
26466 ALL_MAKEFILES="$ALL_MAKEFILES \\
26467 dlls/wineesd.drv/Makefile"
26468 test "x$enable_wineesd_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26469 wineesd.drv"
26470 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26471 dlls/wineesd.drv/Makefile: dlls/wineesd.drv/Makefile.in dlls/Makedll.rules"
26472 ac_config_files="$ac_config_files dlls/wineesd.drv/Makefile"
26474 ALL_MAKEFILES="$ALL_MAKEFILES \\
26475 dlls/winejack.drv/Makefile"
26476 test "x$enable_winejack_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26477 winejack.drv"
26478 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26479 dlls/winejack.drv/Makefile: dlls/winejack.drv/Makefile.in dlls/Makedll.rules"
26480 ac_config_files="$ac_config_files dlls/winejack.drv/Makefile"
26482 ALL_MAKEFILES="$ALL_MAKEFILES \\
26483 dlls/winejoystick.drv/Makefile"
26484 test "x$enable_winejoystick_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26485 winejoystick.drv"
26486 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26487 dlls/winejoystick.drv/Makefile: dlls/winejoystick.drv/Makefile.in dlls/Makedll.rules"
26488 ac_config_files="$ac_config_files dlls/winejoystick.drv/Makefile"
26490 ALL_MAKEFILES="$ALL_MAKEFILES \\
26491 dlls/winemp3.acm/Makefile"
26492 test "x$enable_winemp3_acm" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26493 winemp3.acm"
26494 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26495 dlls/winemp3.acm/Makefile: dlls/winemp3.acm/Makefile.in dlls/Makedll.rules"
26496 ac_config_files="$ac_config_files dlls/winemp3.acm/Makefile"
26498 ALL_MAKEFILES="$ALL_MAKEFILES \\
26499 dlls/winenas.drv/Makefile"
26500 test "x$enable_winenas_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26501 winenas.drv"
26502 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26503 dlls/winenas.drv/Makefile: dlls/winenas.drv/Makefile.in dlls/Makedll.rules"
26504 ac_config_files="$ac_config_files dlls/winenas.drv/Makefile"
26506 ALL_MAKEFILES="$ALL_MAKEFILES \\
26507 dlls/wineoss.drv/Makefile"
26508 test "x$enable_wineoss_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26509 wineoss.drv"
26510 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26511 dlls/wineoss.drv/Makefile: dlls/wineoss.drv/Makefile.in dlls/Makedll.rules"
26512 ac_config_files="$ac_config_files dlls/wineoss.drv/Makefile"
26514 ALL_MAKEFILES="$ALL_MAKEFILES \\
26515 dlls/wineps.drv/Makefile"
26516 test "x$enable_wineps_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26517 wineps.drv"
26518 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26519 dlls/wineps.drv/Makefile: dlls/wineps.drv/Makefile.in dlls/Makedll.rules"
26520 ac_config_files="$ac_config_files dlls/wineps.drv/Makefile"
26522 ALL_MAKEFILES="$ALL_MAKEFILES \\
26523 dlls/winequartz.drv/Makefile"
26524 test "x$enable_winequartz_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26525 winequartz.drv"
26526 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26527 dlls/winequartz.drv/Makefile: dlls/winequartz.drv/Makefile.in dlls/Makedll.rules"
26528 ac_config_files="$ac_config_files dlls/winequartz.drv/Makefile"
26530 ALL_MAKEFILES="$ALL_MAKEFILES \\
26531 dlls/winex11.drv/Makefile"
26532 test "x$enable_winex11_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26533 winex11.drv"
26534 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26535 dlls/winex11.drv/Makefile: dlls/winex11.drv/Makefile.in dlls/Makedll.rules"
26536 ac_config_files="$ac_config_files dlls/winex11.drv/Makefile"
26538 ALL_MAKEFILES="$ALL_MAKEFILES \\
26539 dlls/wing32/Makefile"
26540 test "x$enable_wing32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26541 wing32"
26542 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26543 dlls/wing32/Makefile: dlls/wing32/Makefile.in dlls/Makedll.rules"
26544 ac_config_files="$ac_config_files dlls/wing32/Makefile"
26546 ALL_MAKEFILES="$ALL_MAKEFILES \\
26547 dlls/winhttp/Makefile"
26548 test "x$enable_winhttp" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26549 winhttp"
26550 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26551 dlls/winhttp/Makefile: dlls/winhttp/Makefile.in dlls/Makedll.rules"
26552 ac_config_files="$ac_config_files dlls/winhttp/Makefile"
26554 ALL_MAKEFILES="$ALL_MAKEFILES \\
26555 dlls/winhttp/tests/Makefile"
26556 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26557 winhttp/tests"
26558 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26559 dlls/winhttp/tests/Makefile: dlls/winhttp/tests/Makefile.in dlls/Maketest.rules"
26560 ac_config_files="$ac_config_files dlls/winhttp/tests/Makefile"
26562 ALL_MAKEFILES="$ALL_MAKEFILES \\
26563 dlls/wininet/Makefile"
26564 test "x$enable_wininet" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26565 wininet"
26566 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26567 dlls/wininet/Makefile: dlls/wininet/Makefile.in dlls/Makedll.rules"
26568 ac_config_files="$ac_config_files dlls/wininet/Makefile"
26570 ALL_MAKEFILES="$ALL_MAKEFILES \\
26571 dlls/wininet/tests/Makefile"
26572 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26573 wininet/tests"
26574 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26575 dlls/wininet/tests/Makefile: dlls/wininet/tests/Makefile.in dlls/Maketest.rules"
26576 ac_config_files="$ac_config_files dlls/wininet/tests/Makefile"
26578 ALL_MAKEFILES="$ALL_MAKEFILES \\
26579 dlls/winmm/Makefile"
26580 test "x$enable_winmm" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26581 winmm"
26582 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26583 dlls/winmm/Makefile: dlls/winmm/Makefile.in dlls/Makedll.rules"
26584 ac_config_files="$ac_config_files dlls/winmm/Makefile"
26586 ALL_MAKEFILES="$ALL_MAKEFILES \\
26587 dlls/winmm/tests/Makefile"
26588 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26589 winmm/tests"
26590 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26591 dlls/winmm/tests/Makefile: dlls/winmm/tests/Makefile.in dlls/Maketest.rules"
26592 ac_config_files="$ac_config_files dlls/winmm/tests/Makefile"
26594 ALL_MAKEFILES="$ALL_MAKEFILES \\
26595 dlls/winnls32/Makefile"
26596 test "x$enable_winnls32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26597 winnls32"
26598 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26599 dlls/winnls32/Makefile: dlls/winnls32/Makefile.in dlls/Makedll.rules"
26600 ac_config_files="$ac_config_files dlls/winnls32/Makefile"
26602 ALL_MAKEFILES="$ALL_MAKEFILES \\
26603 dlls/winscard/Makefile"
26604 test "x$enable_winscard" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26605 winscard"
26606 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26607 dlls/winscard/Makefile: dlls/winscard/Makefile.in dlls/Makedll.rules"
26608 ac_config_files="$ac_config_files dlls/winscard/Makefile"
26610 ALL_MAKEFILES="$ALL_MAKEFILES \\
26611 dlls/winspool.drv/Makefile"
26612 test "x$enable_winspool_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26613 winspool.drv"
26614 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26615 dlls/winspool.drv/Makefile: dlls/winspool.drv/Makefile.in dlls/Makedll.rules"
26616 ac_config_files="$ac_config_files dlls/winspool.drv/Makefile"
26618 ALL_MAKEFILES="$ALL_MAKEFILES \\
26619 dlls/winspool.drv/tests/Makefile"
26620 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26621 winspool.drv/tests"
26622 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26623 dlls/winspool.drv/tests/Makefile: dlls/winspool.drv/tests/Makefile.in dlls/Maketest.rules"
26624 ac_config_files="$ac_config_files dlls/winspool.drv/tests/Makefile"
26626 ALL_MAKEFILES="$ALL_MAKEFILES \\
26627 dlls/wintab32/Makefile"
26628 test "x$enable_wintab32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26629 wintab32"
26630 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26631 dlls/wintab32/Makefile: dlls/wintab32/Makefile.in dlls/Makedll.rules"
26632 ac_config_files="$ac_config_files dlls/wintab32/Makefile"
26634 ALL_MAKEFILES="$ALL_MAKEFILES \\
26635 dlls/wintrust/Makefile"
26636 test "x$enable_wintrust" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26637 wintrust"
26638 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26639 dlls/wintrust/Makefile: dlls/wintrust/Makefile.in dlls/Makedll.rules"
26640 ac_config_files="$ac_config_files dlls/wintrust/Makefile"
26642 ALL_MAKEFILES="$ALL_MAKEFILES \\
26643 dlls/wintrust/tests/Makefile"
26644 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26645 wintrust/tests"
26646 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26647 dlls/wintrust/tests/Makefile: dlls/wintrust/tests/Makefile.in dlls/Maketest.rules"
26648 ac_config_files="$ac_config_files dlls/wintrust/tests/Makefile"
26650 ALL_MAKEFILES="$ALL_MAKEFILES \\
26651 dlls/wldap32/Makefile"
26652 test "x$enable_wldap32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26653 wldap32"
26654 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26655 dlls/wldap32/Makefile: dlls/wldap32/Makefile.in dlls/Makedll.rules"
26656 ac_config_files="$ac_config_files dlls/wldap32/Makefile"
26658 ALL_MAKEFILES="$ALL_MAKEFILES \\
26659 dlls/wldap32/tests/Makefile"
26660 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26661 wldap32/tests"
26662 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26663 dlls/wldap32/tests/Makefile: dlls/wldap32/tests/Makefile.in dlls/Maketest.rules"
26664 ac_config_files="$ac_config_files dlls/wldap32/tests/Makefile"
26666 ALL_MAKEFILES="$ALL_MAKEFILES \\
26667 dlls/wmi/Makefile"
26668 test "x$enable_wmi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26669 wmi"
26670 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26671 dlls/wmi/Makefile: dlls/wmi/Makefile.in dlls/Makedll.rules"
26672 ac_config_files="$ac_config_files dlls/wmi/Makefile"
26674 ALL_MAKEFILES="$ALL_MAKEFILES \\
26675 dlls/wnaspi32/Makefile"
26676 test "x$enable_wnaspi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26677 wnaspi32"
26678 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26679 dlls/wnaspi32/Makefile: dlls/wnaspi32/Makefile.in dlls/Makedll.rules"
26680 ac_config_files="$ac_config_files dlls/wnaspi32/Makefile"
26682 ALL_MAKEFILES="$ALL_MAKEFILES \\
26683 dlls/wow32/Makefile"
26684 test "x$enable_wow32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26685 wow32"
26686 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26687 dlls/wow32/Makefile: dlls/wow32/Makefile.in dlls/Makedll.rules"
26688 ac_config_files="$ac_config_files dlls/wow32/Makefile"
26690 ALL_MAKEFILES="$ALL_MAKEFILES \\
26691 dlls/ws2_32/Makefile"
26692 test "x$enable_ws2_32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26693 ws2_32"
26694 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26695 dlls/ws2_32/Makefile: dlls/ws2_32/Makefile.in dlls/Makedll.rules"
26696 ac_config_files="$ac_config_files dlls/ws2_32/Makefile"
26698 ALL_MAKEFILES="$ALL_MAKEFILES \\
26699 dlls/ws2_32/tests/Makefile"
26700 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26701 ws2_32/tests"
26702 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26703 dlls/ws2_32/tests/Makefile: dlls/ws2_32/tests/Makefile.in dlls/Maketest.rules"
26704 ac_config_files="$ac_config_files dlls/ws2_32/tests/Makefile"
26706 ALL_MAKEFILES="$ALL_MAKEFILES \\
26707 dlls/wsock32/Makefile"
26708 test "x$enable_wsock32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26709 wsock32"
26710 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26711 dlls/wsock32/Makefile: dlls/wsock32/Makefile.in dlls/Makedll.rules"
26712 ac_config_files="$ac_config_files dlls/wsock32/Makefile"
26714 ALL_MAKEFILES="$ALL_MAKEFILES \\
26715 dlls/wtsapi32/Makefile"
26716 test "x$enable_wtsapi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26717 wtsapi32"
26718 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26719 dlls/wtsapi32/Makefile: dlls/wtsapi32/Makefile.in dlls/Makedll.rules"
26720 ac_config_files="$ac_config_files dlls/wtsapi32/Makefile"
26722 ALL_MAKEFILES="$ALL_MAKEFILES \\
26723 dlls/wuapi/Makefile"
26724 test "x$enable_wuapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26725 wuapi"
26726 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26727 dlls/wuapi/Makefile: dlls/wuapi/Makefile.in dlls/Makedll.rules"
26728 ac_config_files="$ac_config_files dlls/wuapi/Makefile"
26730 ALL_MAKEFILES="$ALL_MAKEFILES \\
26731 dlls/xinput1_1/Makefile"
26732 test "x$enable_xinput1_1" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26733 xinput1_1"
26734 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26735 dlls/xinput1_1/Makefile: dlls/xinput1_1/Makefile.in dlls/Makedll.rules"
26736 ac_config_files="$ac_config_files dlls/xinput1_1/Makefile"
26738 ALL_MAKEFILES="$ALL_MAKEFILES \\
26739 dlls/xinput1_2/Makefile"
26740 test "x$enable_xinput1_2" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26741 xinput1_2"
26742 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26743 dlls/xinput1_2/Makefile: dlls/xinput1_2/Makefile.in dlls/Makedll.rules"
26744 ac_config_files="$ac_config_files dlls/xinput1_2/Makefile"
26746 ALL_MAKEFILES="$ALL_MAKEFILES \\
26747 dlls/xinput1_3/Makefile"
26748 test "x$enable_xinput1_3" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26749 xinput1_3"
26750 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26751 dlls/xinput1_3/Makefile: dlls/xinput1_3/Makefile.in dlls/Makedll.rules"
26752 ac_config_files="$ac_config_files dlls/xinput1_3/Makefile"
26754 ALL_MAKEFILES="$ALL_MAKEFILES \\
26755 dlls/xinput1_3/tests/Makefile"
26756 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26757 xinput1_3/tests"
26758 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26759 dlls/xinput1_3/tests/Makefile: dlls/xinput1_3/tests/Makefile.in dlls/Maketest.rules"
26760 ac_config_files="$ac_config_files dlls/xinput1_3/tests/Makefile"
26762 ALL_MAKEFILES="$ALL_MAKEFILES \\
26763 dlls/xinput9_1_0/Makefile"
26764 test "x$enable_xinput9_1_0" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26765 xinput9_1_0"
26766 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26767 dlls/xinput9_1_0/Makefile: dlls/xinput9_1_0/Makefile.in dlls/Makedll.rules"
26768 ac_config_files="$ac_config_files dlls/xinput9_1_0/Makefile"
26770 ALL_MAKEFILES="$ALL_MAKEFILES \\
26771 documentation/Makefile"
26772 test "x$enable_documentation" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
26773 documentation"
26774 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26775 documentation/Makefile: documentation/Makefile.in Make.rules"
26776 ac_config_files="$ac_config_files documentation/Makefile"
26778 ALL_MAKEFILES="$ALL_MAKEFILES \\
26779 fonts/Makefile"
26780 test "x$enable_fonts" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
26781 fonts"
26782 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26783 fonts/Makefile: fonts/Makefile.in Make.rules"
26784 ac_config_files="$ac_config_files fonts/Makefile"
26786 ALL_MAKEFILES="$ALL_MAKEFILES \\
26787 include/Makefile"
26788 test "x$enable_include" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
26789 include"
26790 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26791 include/Makefile: include/Makefile.in Make.rules"
26792 ac_config_files="$ac_config_files include/Makefile"
26794 ALL_MAKEFILES="$ALL_MAKEFILES \\
26795 libs/Makefile"
26796 test "x$enable_libs" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
26797 libs"
26798 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26799 libs/Makefile: libs/Makefile.in Make.rules"
26800 ac_config_files="$ac_config_files libs/Makefile"
26802 ALL_MAKEFILES="$ALL_MAKEFILES \\
26803 libs/port/Makefile"
26805 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26806 libs/port/Makefile: libs/port/Makefile.in Make.rules"
26807 ac_config_files="$ac_config_files libs/port/Makefile"
26809 ALL_MAKEFILES="$ALL_MAKEFILES \\
26810 libs/wine/Makefile"
26812 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26813 libs/wine/Makefile: libs/wine/Makefile.in Make.rules"
26814 ac_config_files="$ac_config_files libs/wine/Makefile"
26816 ALL_MAKEFILES="$ALL_MAKEFILES \\
26817 libs/wpp/Makefile"
26819 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26820 libs/wpp/Makefile: libs/wpp/Makefile.in Make.rules"
26821 ac_config_files="$ac_config_files libs/wpp/Makefile"
26823 ALL_MAKEFILES="$ALL_MAKEFILES \\
26824 loader/Makefile"
26825 test "x$enable_loader" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
26826 loader"
26827 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26828 loader/Makefile: loader/Makefile.in Make.rules"
26829 ac_config_files="$ac_config_files loader/Makefile"
26831 ALL_MAKEFILES="$ALL_MAKEFILES \\
26832 programs/Makefile"
26833 test "x$enable_programs" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
26834 programs"
26835 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26836 programs/Makefile: programs/Makefile.in Make.rules"
26837 ac_config_files="$ac_config_files programs/Makefile"
26839 ALL_MAKEFILES="$ALL_MAKEFILES \\
26840 programs/clock/Makefile"
26841 test "x$enable_clock" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
26842 clock" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
26843 clock"
26844 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26845 programs/clock/Makefile: programs/clock/Makefile.in programs/Makeprog.rules"
26846 ac_config_files="$ac_config_files programs/clock/Makefile"
26848 ALL_MAKEFILES="$ALL_MAKEFILES \\
26849 programs/cmd/Makefile"
26850 test "x$enable_cmd" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
26851 cmd" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
26852 cmd"
26853 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26854 programs/cmd/Makefile: programs/cmd/Makefile.in programs/Makeprog.rules"
26855 ac_config_files="$ac_config_files programs/cmd/Makefile"
26857 ALL_MAKEFILES="$ALL_MAKEFILES \\
26858 programs/cmdlgtst/Makefile"
26859 test "x$enable_cmdlgtst" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
26860 cmdlgtst"
26861 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26862 programs/cmdlgtst/Makefile: programs/cmdlgtst/Makefile.in programs/Makeprog.rules"
26863 ac_config_files="$ac_config_files programs/cmdlgtst/Makefile"
26865 ALL_MAKEFILES="$ALL_MAKEFILES \\
26866 programs/control/Makefile"
26867 test "x$enable_control" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
26868 control" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
26869 control"
26870 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26871 programs/control/Makefile: programs/control/Makefile.in programs/Makeprog.rules"
26872 ac_config_files="$ac_config_files programs/control/Makefile"
26874 ALL_MAKEFILES="$ALL_MAKEFILES \\
26875 programs/eject/Makefile"
26876 test "x$enable_eject" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
26877 eject" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
26878 eject"
26879 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26880 programs/eject/Makefile: programs/eject/Makefile.in programs/Makeprog.rules"
26881 ac_config_files="$ac_config_files programs/eject/Makefile"
26883 ALL_MAKEFILES="$ALL_MAKEFILES \\
26884 programs/expand/Makefile"
26885 test "x$enable_expand" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
26886 expand" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
26887 expand"
26888 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26889 programs/expand/Makefile: programs/expand/Makefile.in programs/Makeprog.rules"
26890 ac_config_files="$ac_config_files programs/expand/Makefile"
26892 ALL_MAKEFILES="$ALL_MAKEFILES \\
26893 programs/explorer/Makefile"
26894 test "x$enable_explorer" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
26895 explorer" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
26896 explorer"
26897 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26898 programs/explorer/Makefile: programs/explorer/Makefile.in programs/Makeprog.rules"
26899 ac_config_files="$ac_config_files programs/explorer/Makefile"
26901 ALL_MAKEFILES="$ALL_MAKEFILES \\
26902 programs/hh/Makefile"
26903 test "x$enable_hh" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
26904 hh" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
26906 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26907 programs/hh/Makefile: programs/hh/Makefile.in programs/Makeprog.rules"
26908 ac_config_files="$ac_config_files programs/hh/Makefile"
26910 ALL_MAKEFILES="$ALL_MAKEFILES \\
26911 programs/icinfo/Makefile"
26912 test "x$enable_icinfo" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
26913 icinfo" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
26914 icinfo"
26915 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26916 programs/icinfo/Makefile: programs/icinfo/Makefile.in programs/Makeprog.rules"
26917 ac_config_files="$ac_config_files programs/icinfo/Makefile"
26919 ALL_MAKEFILES="$ALL_MAKEFILES \\
26920 programs/iexplore/Makefile"
26921 test "x$enable_iexplore" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
26922 iexplore" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
26923 iexplore"
26924 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26925 programs/iexplore/Makefile: programs/iexplore/Makefile.in programs/Makeprog.rules"
26926 ac_config_files="$ac_config_files programs/iexplore/Makefile"
26928 ALL_MAKEFILES="$ALL_MAKEFILES \\
26929 programs/msiexec/Makefile"
26930 test "x$enable_msiexec" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
26931 msiexec" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
26932 msiexec" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
26933 msiexec"
26934 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26935 programs/msiexec/Makefile: programs/msiexec/Makefile.in programs/Makeprog.rules"
26936 ac_config_files="$ac_config_files programs/msiexec/Makefile"
26938 ALL_MAKEFILES="$ALL_MAKEFILES \\
26939 programs/net/Makefile"
26940 test "x$enable_net" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
26941 net" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
26942 net"
26943 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26944 programs/net/Makefile: programs/net/Makefile.in programs/Makeprog.rules"
26945 ac_config_files="$ac_config_files programs/net/Makefile"
26947 ALL_MAKEFILES="$ALL_MAKEFILES \\
26948 programs/notepad/Makefile"
26949 test "x$enable_notepad" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
26950 notepad" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
26951 notepad" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
26952 notepad"
26953 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26954 programs/notepad/Makefile: programs/notepad/Makefile.in programs/Makeprog.rules"
26955 ac_config_files="$ac_config_files programs/notepad/Makefile"
26957 ALL_MAKEFILES="$ALL_MAKEFILES \\
26958 programs/oleview/Makefile"
26959 test "x$enable_oleview" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
26960 oleview" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
26961 oleview"
26962 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26963 programs/oleview/Makefile: programs/oleview/Makefile.in programs/Makeprog.rules"
26964 ac_config_files="$ac_config_files programs/oleview/Makefile"
26966 ALL_MAKEFILES="$ALL_MAKEFILES \\
26967 programs/progman/Makefile"
26968 test "x$enable_progman" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
26969 progman" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
26970 progman" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
26971 progman"
26972 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26973 programs/progman/Makefile: programs/progman/Makefile.in programs/Makeprog.rules"
26974 ac_config_files="$ac_config_files programs/progman/Makefile"
26976 ALL_MAKEFILES="$ALL_MAKEFILES \\
26977 programs/reg/Makefile"
26978 test "x$enable_reg" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
26979 reg" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
26980 reg"
26981 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26982 programs/reg/Makefile: programs/reg/Makefile.in programs/Makeprog.rules"
26983 ac_config_files="$ac_config_files programs/reg/Makefile"
26985 ALL_MAKEFILES="$ALL_MAKEFILES \\
26986 programs/regedit/Makefile"
26987 test "x$enable_regedit" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
26988 regedit" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
26989 regedit" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
26990 regedit"
26991 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26992 programs/regedit/Makefile: programs/regedit/Makefile.in programs/Makeprog.rules"
26993 ac_config_files="$ac_config_files programs/regedit/Makefile"
26995 ALL_MAKEFILES="$ALL_MAKEFILES \\
26996 programs/regsvr32/Makefile"
26997 test "x$enable_regsvr32" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
26998 regsvr32" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
26999 regsvr32" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
27000 regsvr32"
27001 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27002 programs/regsvr32/Makefile: programs/regsvr32/Makefile.in programs/Makeprog.rules"
27003 ac_config_files="$ac_config_files programs/regsvr32/Makefile"
27005 ALL_MAKEFILES="$ALL_MAKEFILES \\
27006 programs/rpcss/Makefile"
27007 test "x$enable_rpcss" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27008 rpcss" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27009 rpcss"
27010 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27011 programs/rpcss/Makefile: programs/rpcss/Makefile.in programs/Makeprog.rules"
27012 ac_config_files="$ac_config_files programs/rpcss/Makefile"
27014 ALL_MAKEFILES="$ALL_MAKEFILES \\
27015 programs/rundll32/Makefile"
27016 test "x$enable_rundll32" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27017 rundll32" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27018 rundll32"
27019 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27020 programs/rundll32/Makefile: programs/rundll32/Makefile.in programs/Makeprog.rules"
27021 ac_config_files="$ac_config_files programs/rundll32/Makefile"
27023 ALL_MAKEFILES="$ALL_MAKEFILES \\
27024 programs/secedit/Makefile"
27025 test "x$enable_secedit" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27026 secedit" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27027 secedit"
27028 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27029 programs/secedit/Makefile: programs/secedit/Makefile.in programs/Makeprog.rules"
27030 ac_config_files="$ac_config_files programs/secedit/Makefile"
27032 ALL_MAKEFILES="$ALL_MAKEFILES \\
27033 programs/services/Makefile"
27034 test "x$enable_services" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27035 services" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27036 services"
27037 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27038 programs/services/Makefile: programs/services/Makefile.in programs/Makeprog.rules"
27039 ac_config_files="$ac_config_files programs/services/Makefile"
27041 ALL_MAKEFILES="$ALL_MAKEFILES \\
27042 programs/spoolsv/Makefile"
27043 test "x$enable_spoolsv" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27044 spoolsv" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27045 spoolsv"
27046 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27047 programs/spoolsv/Makefile: programs/spoolsv/Makefile.in programs/Makeprog.rules"
27048 ac_config_files="$ac_config_files programs/spoolsv/Makefile"
27050 ALL_MAKEFILES="$ALL_MAKEFILES \\
27051 programs/start/Makefile"
27052 test "x$enable_start" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27053 start" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27054 start"
27055 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27056 programs/start/Makefile: programs/start/Makefile.in programs/Makeprog.rules"
27057 ac_config_files="$ac_config_files programs/start/Makefile"
27059 ALL_MAKEFILES="$ALL_MAKEFILES \\
27060 programs/svchost/Makefile"
27061 test "x$enable_svchost" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27062 svchost" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27063 svchost"
27064 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27065 programs/svchost/Makefile: programs/svchost/Makefile.in programs/Makeprog.rules"
27066 ac_config_files="$ac_config_files programs/svchost/Makefile"
27068 ALL_MAKEFILES="$ALL_MAKEFILES \\
27069 programs/taskmgr/Makefile"
27070 test "x$enable_taskmgr" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27071 taskmgr" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27072 taskmgr"
27073 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27074 programs/taskmgr/Makefile: programs/taskmgr/Makefile.in programs/Makeprog.rules"
27075 ac_config_files="$ac_config_files programs/taskmgr/Makefile"
27077 ALL_MAKEFILES="$ALL_MAKEFILES \\
27078 programs/uninstaller/Makefile"
27079 test "x$enable_uninstaller" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27080 uninstaller" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27081 uninstaller" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
27082 uninstaller"
27083 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27084 programs/uninstaller/Makefile: programs/uninstaller/Makefile.in programs/Makeprog.rules"
27085 ac_config_files="$ac_config_files programs/uninstaller/Makefile"
27087 ALL_MAKEFILES="$ALL_MAKEFILES \\
27088 programs/view/Makefile"
27089 test "x$enable_view" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27090 view"
27091 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27092 programs/view/Makefile: programs/view/Makefile.in programs/Makeprog.rules"
27093 ac_config_files="$ac_config_files programs/view/Makefile"
27095 ALL_MAKEFILES="$ALL_MAKEFILES \\
27096 programs/wineboot/Makefile"
27097 test "x$enable_wineboot" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27098 wineboot" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27099 wineboot" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
27100 wineboot"
27101 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27102 programs/wineboot/Makefile: programs/wineboot/Makefile.in programs/Makeprog.rules"
27103 ac_config_files="$ac_config_files programs/wineboot/Makefile"
27105 ALL_MAKEFILES="$ALL_MAKEFILES \\
27106 programs/winebrowser/Makefile"
27107 test "x$enable_winebrowser" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27108 winebrowser" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27109 winebrowser" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
27110 winebrowser"
27111 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27112 programs/winebrowser/Makefile: programs/winebrowser/Makefile.in programs/Makeprog.rules"
27113 ac_config_files="$ac_config_files programs/winebrowser/Makefile"
27115 ALL_MAKEFILES="$ALL_MAKEFILES \\
27116 programs/winecfg/Makefile"
27117 test "x$enable_winecfg" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27118 winecfg" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27119 winecfg" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
27120 winecfg"
27121 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27122 programs/winecfg/Makefile: programs/winecfg/Makefile.in programs/Makeprog.rules"
27123 ac_config_files="$ac_config_files programs/winecfg/Makefile"
27125 ALL_MAKEFILES="$ALL_MAKEFILES \\
27126 programs/wineconsole/Makefile"
27127 test "x$enable_wineconsole" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27128 wineconsole" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27129 wineconsole" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
27130 wineconsole"
27131 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27132 programs/wineconsole/Makefile: programs/wineconsole/Makefile.in programs/Makeprog.rules"
27133 ac_config_files="$ac_config_files programs/wineconsole/Makefile"
27135 ALL_MAKEFILES="$ALL_MAKEFILES \\
27136 programs/winedbg/Makefile"
27137 test "x$enable_winedbg" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27138 winedbg" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27139 winedbg" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
27140 winedbg"
27141 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27142 programs/winedbg/Makefile: programs/winedbg/Makefile.in programs/Makeprog.rules"
27143 ac_config_files="$ac_config_files programs/winedbg/Makefile"
27145 ALL_MAKEFILES="$ALL_MAKEFILES \\
27146 programs/winedevice/Makefile"
27147 test "x$enable_winedevice" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27148 winedevice" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27149 winedevice"
27150 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27151 programs/winedevice/Makefile: programs/winedevice/Makefile.in programs/Makeprog.rules"
27152 ac_config_files="$ac_config_files programs/winedevice/Makefile"
27154 ALL_MAKEFILES="$ALL_MAKEFILES \\
27155 programs/winefile/Makefile"
27156 test "x$enable_winefile" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27157 winefile" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27158 winefile" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
27159 winefile"
27160 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27161 programs/winefile/Makefile: programs/winefile/Makefile.in programs/Makeprog.rules"
27162 ac_config_files="$ac_config_files programs/winefile/Makefile"
27164 ALL_MAKEFILES="$ALL_MAKEFILES \\
27165 programs/winemenubuilder/Makefile"
27166 test "x$enable_winemenubuilder" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27167 winemenubuilder" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27168 winemenubuilder"
27169 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27170 programs/winemenubuilder/Makefile: programs/winemenubuilder/Makefile.in programs/Makeprog.rules"
27171 ac_config_files="$ac_config_files programs/winemenubuilder/Makefile"
27173 ALL_MAKEFILES="$ALL_MAKEFILES \\
27174 programs/winemine/Makefile"
27175 test "x$enable_winemine" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27176 winemine" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27177 winemine" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
27178 winemine"
27179 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27180 programs/winemine/Makefile: programs/winemine/Makefile.in programs/Makeprog.rules"
27181 ac_config_files="$ac_config_files programs/winemine/Makefile"
27183 ALL_MAKEFILES="$ALL_MAKEFILES \\
27184 programs/winepath/Makefile"
27185 test "x$enable_winepath" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27186 winepath" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27187 winepath" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
27188 winepath"
27189 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27190 programs/winepath/Makefile: programs/winepath/Makefile.in programs/Makeprog.rules"
27191 ac_config_files="$ac_config_files programs/winepath/Makefile"
27193 ALL_MAKEFILES="$ALL_MAKEFILES \\
27194 programs/winetest/Makefile"
27195 test "x$enable_winetest" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27196 winetest"
27197 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27198 programs/winetest/Makefile: programs/winetest/Makefile.in programs/Makeprog.rules"
27199 ac_config_files="$ac_config_files programs/winetest/Makefile"
27201 ALL_MAKEFILES="$ALL_MAKEFILES \\
27202 programs/winevdm/Makefile"
27203 test "x$enable_winevdm" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27204 winevdm" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27205 winevdm"
27206 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27207 programs/winevdm/Makefile: programs/winevdm/Makefile.in programs/Makeprog.rules"
27208 ac_config_files="$ac_config_files programs/winevdm/Makefile"
27210 ALL_MAKEFILES="$ALL_MAKEFILES \\
27211 programs/winhlp32/Makefile"
27212 test "x$enable_winhlp32" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27213 winhlp32" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27214 winhlp32"
27215 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27216 programs/winhlp32/Makefile: programs/winhlp32/Makefile.in programs/Makeprog.rules"
27217 ac_config_files="$ac_config_files programs/winhlp32/Makefile"
27219 ALL_MAKEFILES="$ALL_MAKEFILES \\
27220 programs/winver/Makefile"
27221 test "x$enable_winver" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27222 winver" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27223 winver"
27224 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27225 programs/winver/Makefile: programs/winver/Makefile.in programs/Makeprog.rules"
27226 ac_config_files="$ac_config_files programs/winver/Makefile"
27228 ALL_MAKEFILES="$ALL_MAKEFILES \\
27229 programs/wordpad/Makefile"
27230 test "x$enable_wordpad" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27231 wordpad" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27232 wordpad"
27233 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27234 programs/wordpad/Makefile: programs/wordpad/Makefile.in programs/Makeprog.rules"
27235 ac_config_files="$ac_config_files programs/wordpad/Makefile"
27237 ALL_MAKEFILES="$ALL_MAKEFILES \\
27238 programs/write/Makefile"
27239 test "x$enable_write" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27240 write" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27241 write"
27242 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27243 programs/write/Makefile: programs/write/Makefile.in programs/Makeprog.rules"
27244 ac_config_files="$ac_config_files programs/write/Makefile"
27246 ALL_MAKEFILES="$ALL_MAKEFILES \\
27247 programs/xcopy/Makefile"
27248 test "x$enable_xcopy" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27249 xcopy" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27250 xcopy"
27251 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27252 programs/xcopy/Makefile: programs/xcopy/Makefile.in programs/Makeprog.rules"
27253 ac_config_files="$ac_config_files programs/xcopy/Makefile"
27255 ALL_MAKEFILES="$ALL_MAKEFILES \\
27256 server/Makefile"
27257 test "x$enable_server" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
27258 server"
27259 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27260 server/Makefile: server/Makefile.in Make.rules"
27261 ac_config_files="$ac_config_files server/Makefile"
27263 ALL_MAKEFILES="$ALL_MAKEFILES \\
27264 tools/Makefile"
27265 test "x$enable_tools" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
27266 tools"
27267 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27268 tools/Makefile: tools/Makefile.in Make.rules"
27269 ac_config_files="$ac_config_files tools/Makefile"
27271 ALL_MAKEFILES="$ALL_MAKEFILES \\
27272 tools/widl/Makefile"
27274 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27275 tools/widl/Makefile: tools/widl/Makefile.in Make.rules"
27276 ac_config_files="$ac_config_files tools/widl/Makefile"
27278 ALL_MAKEFILES="$ALL_MAKEFILES \\
27279 tools/winebuild/Makefile"
27281 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27282 tools/winebuild/Makefile: tools/winebuild/Makefile.in Make.rules"
27283 ac_config_files="$ac_config_files tools/winebuild/Makefile"
27285 ALL_MAKEFILES="$ALL_MAKEFILES \\
27286 tools/winedump/Makefile"
27288 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27289 tools/winedump/Makefile: tools/winedump/Makefile.in Make.rules"
27290 ac_config_files="$ac_config_files tools/winedump/Makefile"
27292 ALL_MAKEFILES="$ALL_MAKEFILES \\
27293 tools/winegcc/Makefile"
27295 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27296 tools/winegcc/Makefile: tools/winegcc/Makefile.in Make.rules"
27297 ac_config_files="$ac_config_files tools/winegcc/Makefile"
27299 ALL_MAKEFILES="$ALL_MAKEFILES \\
27300 tools/wmc/Makefile"
27302 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27303 tools/wmc/Makefile: tools/wmc/Makefile.in Make.rules"
27304 ac_config_files="$ac_config_files tools/wmc/Makefile"
27306 ALL_MAKEFILES="$ALL_MAKEFILES \\
27307 tools/wrc/Makefile"
27309 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27310 tools/wrc/Makefile: tools/wrc/Makefile.in Make.rules"
27311 ac_config_files="$ac_config_files tools/wrc/Makefile"
27315 ALL_WINETEST_DEPENDS="# Test binaries"
27317 for dir in $ALL_TEST_DIRS
27319 if test "$dir" != "\\"
27320 then
27321 testname=`expr $dir : '\(.*\)/tests'`_test.exe
27322 ALL_WINETEST_DEPENDS="$ALL_WINETEST_DEPENDS
27323 $testname: \$(DLLDIR)/$dir/$testname\$(DLLEXT)
27324 cp \$(DLLDIR)/$dir/$testname\$(DLLEXT) \$@ && \$(STRIP) \$@"
27326 done
27328 cat >confcache <<\_ACEOF
27329 # This file is a shell script that caches the results of configure
27330 # tests run on this system so they can be shared between configure
27331 # scripts and configure runs, see configure's option --config-cache.
27332 # It is not useful on other systems. If it contains results you don't
27333 # want to keep, you may remove or edit it.
27335 # config.status only pays attention to the cache file if you give it
27336 # the --recheck option to rerun configure.
27338 # `ac_cv_env_foo' variables (set or unset) will be overridden when
27339 # loading this file, other *unset* `ac_cv_foo' will be assigned the
27340 # following values.
27342 _ACEOF
27344 # The following way of writing the cache mishandles newlines in values,
27345 # but we know of no workaround that is simple, portable, and efficient.
27346 # So, we kill variables containing newlines.
27347 # Ultrix sh set writes to stderr and can't be redirected directly,
27348 # and sets the high bit in the cache file unless we assign to the vars.
27350 for ac_var in `(set) 2>&1 | sed -n 's/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'`; do
27351 eval ac_val=\$$ac_var
27352 case $ac_val in #(
27353 *${as_nl}*)
27354 case $ac_var in #(
27355 *_cv_*) { $as_echo "$as_me:$LINENO: WARNING: cache variable $ac_var contains a newline" >&5
27356 $as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
27357 esac
27358 case $ac_var in #(
27359 _ | IFS | as_nl) ;; #(
27360 BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
27361 *) $as_unset $ac_var ;;
27362 esac ;;
27363 esac
27364 done
27366 (set) 2>&1 |
27367 case $as_nl`(ac_space=' '; set) 2>&1` in #(
27368 *${as_nl}ac_space=\ *)
27369 # `set' does not quote correctly, so add quotes (double-quote
27370 # substitution turns \\\\ into \\, and sed turns \\ into \).
27371 sed -n \
27372 "s/'/'\\\\''/g;
27373 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
27374 ;; #(
27376 # `set' quotes correctly as required by POSIX, so do not add quotes.
27377 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
27379 esac |
27380 sort
27382 sed '
27383 /^ac_cv_env_/b end
27384 t clear
27385 :clear
27386 s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
27387 t end
27388 s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
27389 :end' >>confcache
27390 if diff "$cache_file" confcache >/dev/null 2>&1; then :; else
27391 if test -w "$cache_file"; then
27392 test "x$cache_file" != "x/dev/null" &&
27393 { $as_echo "$as_me:$LINENO: updating cache $cache_file" >&5
27394 $as_echo "$as_me: updating cache $cache_file" >&6;}
27395 cat confcache >$cache_file
27396 else
27397 { $as_echo "$as_me:$LINENO: not updating unwritable cache $cache_file" >&5
27398 $as_echo "$as_me: not updating unwritable cache $cache_file" >&6;}
27401 rm -f confcache
27403 test "x$prefix" = xNONE && prefix=$ac_default_prefix
27404 # Let make expand exec_prefix.
27405 test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
27407 DEFS=-DHAVE_CONFIG_H
27409 ac_libobjs=
27410 ac_ltlibobjs=
27411 for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue
27412 # 1. Remove the extension, and $U if already installed.
27413 ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
27414 ac_i=`$as_echo "$ac_i" | sed "$ac_script"`
27415 # 2. Prepend LIBOBJDIR. When used with automake>=1.10 LIBOBJDIR
27416 # will be set to the directory where LIBOBJS objects are built.
27417 ac_libobjs="$ac_libobjs \${LIBOBJDIR}$ac_i\$U.$ac_objext"
27418 ac_ltlibobjs="$ac_ltlibobjs \${LIBOBJDIR}$ac_i"'$U.lo'
27419 done
27420 LIBOBJS=$ac_libobjs
27422 LTLIBOBJS=$ac_ltlibobjs
27426 : ${CONFIG_STATUS=./config.status}
27427 ac_write_fail=0
27428 ac_clean_files_save=$ac_clean_files
27429 ac_clean_files="$ac_clean_files $CONFIG_STATUS"
27430 { $as_echo "$as_me:$LINENO: creating $CONFIG_STATUS" >&5
27431 $as_echo "$as_me: creating $CONFIG_STATUS" >&6;}
27432 cat >$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
27433 #! $SHELL
27434 # Generated by $as_me.
27435 # Run this file to recreate the current configuration.
27436 # Compiler output produced by configure, useful for debugging
27437 # configure, is in config.log if it exists.
27439 debug=false
27440 ac_cs_recheck=false
27441 ac_cs_silent=false
27442 SHELL=\${CONFIG_SHELL-$SHELL}
27443 _ACEOF
27445 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
27446 ## --------------------- ##
27447 ## M4sh Initialization. ##
27448 ## --------------------- ##
27450 # Be more Bourne compatible
27451 DUALCASE=1; export DUALCASE # for MKS sh
27452 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
27453 emulate sh
27454 NULLCMD=:
27455 # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
27456 # is contrary to our usage. Disable this feature.
27457 alias -g '${1+"$@"}'='"$@"'
27458 setopt NO_GLOB_SUBST
27459 else
27460 case `(set -o) 2>/dev/null` in
27461 *posix*) set -o posix ;;
27462 esac
27469 # PATH needs CR
27470 # Avoid depending upon Character Ranges.
27471 as_cr_letters='abcdefghijklmnopqrstuvwxyz'
27472 as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
27473 as_cr_Letters=$as_cr_letters$as_cr_LETTERS
27474 as_cr_digits='0123456789'
27475 as_cr_alnum=$as_cr_Letters$as_cr_digits
27477 as_nl='
27479 export as_nl
27480 # Printing a long string crashes Solaris 7 /usr/bin/printf.
27481 as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
27482 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo
27483 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo
27484 if (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
27485 as_echo='printf %s\n'
27486 as_echo_n='printf %s'
27487 else
27488 if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
27489 as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
27490 as_echo_n='/usr/ucb/echo -n'
27491 else
27492 as_echo_body='eval expr "X$1" : "X\\(.*\\)"'
27493 as_echo_n_body='eval
27494 arg=$1;
27495 case $arg in
27496 *"$as_nl"*)
27497 expr "X$arg" : "X\\(.*\\)$as_nl";
27498 arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
27499 esac;
27500 expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl"
27502 export as_echo_n_body
27503 as_echo_n='sh -c $as_echo_n_body as_echo'
27505 export as_echo_body
27506 as_echo='sh -c $as_echo_body as_echo'
27509 # The user is always right.
27510 if test "${PATH_SEPARATOR+set}" != set; then
27511 PATH_SEPARATOR=:
27512 (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && {
27513 (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||
27514 PATH_SEPARATOR=';'
27518 # Support unset when possible.
27519 if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then
27520 as_unset=unset
27521 else
27522 as_unset=false
27526 # IFS
27527 # We need space, tab and new line, in precisely that order. Quoting is
27528 # there to prevent editors from complaining about space-tab.
27529 # (If _AS_PATH_WALK were called with IFS unset, it would disable word
27530 # splitting by setting IFS to empty value.)
27531 IFS=" "" $as_nl"
27533 # Find who we are. Look in the path if we contain no directory separator.
27534 case $0 in
27535 *[\\/]* ) as_myself=$0 ;;
27536 *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
27537 for as_dir in $PATH
27539 IFS=$as_save_IFS
27540 test -z "$as_dir" && as_dir=.
27541 test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
27542 done
27543 IFS=$as_save_IFS
27546 esac
27547 # We did not find ourselves, most probably we were run as `sh COMMAND'
27548 # in which case we are not to be found in the path.
27549 if test "x$as_myself" = x; then
27550 as_myself=$0
27552 if test ! -f "$as_myself"; then
27553 $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
27554 { (exit 1); exit 1; }
27557 # Work around bugs in pre-3.0 UWIN ksh.
27558 for as_var in ENV MAIL MAILPATH
27559 do ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var
27560 done
27561 PS1='$ '
27562 PS2='> '
27563 PS4='+ '
27565 # NLS nuisances.
27566 LC_ALL=C
27567 export LC_ALL
27568 LANGUAGE=C
27569 export LANGUAGE
27571 # Required to use basename.
27572 if expr a : '\(a\)' >/dev/null 2>&1 &&
27573 test "X`expr 00001 : '.*\(...\)'`" = X001; then
27574 as_expr=expr
27575 else
27576 as_expr=false
27579 if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
27580 as_basename=basename
27581 else
27582 as_basename=false
27586 # Name of the executable.
27587 as_me=`$as_basename -- "$0" ||
27588 $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
27589 X"$0" : 'X\(//\)$' \| \
27590 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
27591 $as_echo X/"$0" |
27592 sed '/^.*\/\([^/][^/]*\)\/*$/{
27593 s//\1/
27596 /^X\/\(\/\/\)$/{
27597 s//\1/
27600 /^X\/\(\/\).*/{
27601 s//\1/
27604 s/.*/./; q'`
27606 # CDPATH.
27607 $as_unset CDPATH
27611 as_lineno_1=$LINENO
27612 as_lineno_2=$LINENO
27613 test "x$as_lineno_1" != "x$as_lineno_2" &&
27614 test "x`expr $as_lineno_1 + 1`" = "x$as_lineno_2" || {
27616 # Create $as_me.lineno as a copy of $as_myself, but with $LINENO
27617 # uniformly replaced by the line number. The first 'sed' inserts a
27618 # line-number line after each line using $LINENO; the second 'sed'
27619 # does the real work. The second script uses 'N' to pair each
27620 # line-number line with the line containing $LINENO, and appends
27621 # trailing '-' during substitution so that $LINENO is not a special
27622 # case at line end.
27623 # (Raja R Harinath suggested sed '=', and Paul Eggert wrote the
27624 # scripts with optimization help from Paolo Bonzini. Blame Lee
27625 # E. McMahon (1931-1989) for sed's syntax. :-)
27626 sed -n '
27628 /[$]LINENO/=
27629 ' <$as_myself |
27630 sed '
27631 s/[$]LINENO.*/&-/
27632 t lineno
27634 :lineno
27636 :loop
27637 s/[$]LINENO\([^'$as_cr_alnum'_].*\n\)\(.*\)/\2\1\2/
27638 t loop
27639 s/-\n.*//
27640 ' >$as_me.lineno &&
27641 chmod +x "$as_me.lineno" ||
27642 { $as_echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2
27643 { (exit 1); exit 1; }; }
27645 # Don't try to exec as it changes $[0], causing all sort of problems
27646 # (the dirname of $[0] is not the place where we might find the
27647 # original and so on. Autoconf is especially sensitive to this).
27648 . "./$as_me.lineno"
27649 # Exit status is that of the last command.
27650 exit
27654 if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
27655 as_dirname=dirname
27656 else
27657 as_dirname=false
27660 ECHO_C= ECHO_N= ECHO_T=
27661 case `echo -n x` in
27662 -n*)
27663 case `echo 'x\c'` in
27664 *c*) ECHO_T=' ';; # ECHO_T is single tab character.
27665 *) ECHO_C='\c';;
27666 esac;;
27668 ECHO_N='-n';;
27669 esac
27670 if expr a : '\(a\)' >/dev/null 2>&1 &&
27671 test "X`expr 00001 : '.*\(...\)'`" = X001; then
27672 as_expr=expr
27673 else
27674 as_expr=false
27677 rm -f conf$$ conf$$.exe conf$$.file
27678 if test -d conf$$.dir; then
27679 rm -f conf$$.dir/conf$$.file
27680 else
27681 rm -f conf$$.dir
27682 mkdir conf$$.dir 2>/dev/null
27684 if (echo >conf$$.file) 2>/dev/null; then
27685 if ln -s conf$$.file conf$$ 2>/dev/null; then
27686 as_ln_s='ln -s'
27687 # ... but there are two gotchas:
27688 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
27689 # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
27690 # In both cases, we have to default to `cp -p'.
27691 ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
27692 as_ln_s='cp -p'
27693 elif ln conf$$.file conf$$ 2>/dev/null; then
27694 as_ln_s=ln
27695 else
27696 as_ln_s='cp -p'
27698 else
27699 as_ln_s='cp -p'
27701 rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
27702 rmdir conf$$.dir 2>/dev/null
27704 if mkdir -p . 2>/dev/null; then
27705 as_mkdir_p=:
27706 else
27707 test -d ./-p && rmdir ./-p
27708 as_mkdir_p=false
27711 if test -x / >/dev/null 2>&1; then
27712 as_test_x='test -x'
27713 else
27714 if ls -dL / >/dev/null 2>&1; then
27715 as_ls_L_option=L
27716 else
27717 as_ls_L_option=
27719 as_test_x='
27720 eval sh -c '\''
27721 if test -d "$1"; then
27722 test -d "$1/.";
27723 else
27724 case $1 in
27725 -*)set "./$1";;
27726 esac;
27727 case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in
27728 ???[sx]*):;;*)false;;esac;fi
27729 '\'' sh
27732 as_executable_p=$as_test_x
27734 # Sed expression to map a string onto a valid CPP name.
27735 as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
27737 # Sed expression to map a string onto a valid variable name.
27738 as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
27741 exec 6>&1
27743 # Save the log message, to keep $[0] and so on meaningful, and to
27744 # report actual input values of CONFIG_FILES etc. instead of their
27745 # values after options handling.
27746 ac_log="
27747 This file was extended by Wine $as_me 1.1.11, which was
27748 generated by GNU Autoconf 2.63. Invocation command line was
27750 CONFIG_FILES = $CONFIG_FILES
27751 CONFIG_HEADERS = $CONFIG_HEADERS
27752 CONFIG_LINKS = $CONFIG_LINKS
27753 CONFIG_COMMANDS = $CONFIG_COMMANDS
27754 $ $0 $@
27756 on `(hostname || uname -n) 2>/dev/null | sed 1q`
27759 _ACEOF
27761 case $ac_config_files in *"
27762 "*) set x $ac_config_files; shift; ac_config_files=$*;;
27763 esac
27765 case $ac_config_headers in *"
27766 "*) set x $ac_config_headers; shift; ac_config_headers=$*;;
27767 esac
27770 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
27771 # Files that config.status was made for.
27772 config_files="$ac_config_files"
27773 config_headers="$ac_config_headers"
27774 config_commands="$ac_config_commands"
27776 _ACEOF
27778 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
27779 ac_cs_usage="\
27780 \`$as_me' instantiates files from templates according to the
27781 current configuration.
27783 Usage: $0 [OPTION]... [FILE]...
27785 -h, --help print this help, then exit
27786 -V, --version print version number and configuration settings, then exit
27787 -q, --quiet, --silent
27788 do not print progress messages
27789 -d, --debug don't remove temporary files
27790 --recheck update $as_me by reconfiguring in the same conditions
27791 --file=FILE[:TEMPLATE]
27792 instantiate the configuration file FILE
27793 --header=FILE[:TEMPLATE]
27794 instantiate the configuration header FILE
27796 Configuration files:
27797 $config_files
27799 Configuration headers:
27800 $config_headers
27802 Configuration commands:
27803 $config_commands
27805 Report bugs to <bug-autoconf@gnu.org>."
27807 _ACEOF
27808 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
27809 ac_cs_version="\\
27810 Wine config.status 1.1.11
27811 configured by $0, generated by GNU Autoconf 2.63,
27812 with options \\"`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\"
27814 Copyright (C) 2008 Free Software Foundation, Inc.
27815 This config.status script is free software; the Free Software Foundation
27816 gives unlimited permission to copy, distribute and modify it."
27818 ac_pwd='$ac_pwd'
27819 srcdir='$srcdir'
27820 INSTALL='$INSTALL'
27821 test -n "\$AWK" || AWK=awk
27822 _ACEOF
27824 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
27825 # The default lists apply if the user does not specify any file.
27826 ac_need_defaults=:
27827 while test $# != 0
27829 case $1 in
27830 --*=*)
27831 ac_option=`expr "X$1" : 'X\([^=]*\)='`
27832 ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
27833 ac_shift=:
27836 ac_option=$1
27837 ac_optarg=$2
27838 ac_shift=shift
27840 esac
27842 case $ac_option in
27843 # Handling of the options.
27844 -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
27845 ac_cs_recheck=: ;;
27846 --version | --versio | --versi | --vers | --ver | --ve | --v | -V )
27847 $as_echo "$ac_cs_version"; exit ;;
27848 --debug | --debu | --deb | --de | --d | -d )
27849 debug=: ;;
27850 --file | --fil | --fi | --f )
27851 $ac_shift
27852 case $ac_optarg in
27853 *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
27854 esac
27855 CONFIG_FILES="$CONFIG_FILES '$ac_optarg'"
27856 ac_need_defaults=false;;
27857 --header | --heade | --head | --hea )
27858 $ac_shift
27859 case $ac_optarg in
27860 *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
27861 esac
27862 CONFIG_HEADERS="$CONFIG_HEADERS '$ac_optarg'"
27863 ac_need_defaults=false;;
27864 --he | --h)
27865 # Conflict between --help and --header
27866 { $as_echo "$as_me: error: ambiguous option: $1
27867 Try \`$0 --help' for more information." >&2
27868 { (exit 1); exit 1; }; };;
27869 --help | --hel | -h )
27870 $as_echo "$ac_cs_usage"; exit ;;
27871 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
27872 | -silent | --silent | --silen | --sile | --sil | --si | --s)
27873 ac_cs_silent=: ;;
27875 # This is an error.
27876 -*) { $as_echo "$as_me: error: unrecognized option: $1
27877 Try \`$0 --help' for more information." >&2
27878 { (exit 1); exit 1; }; } ;;
27880 *) ac_config_targets="$ac_config_targets $1"
27881 ac_need_defaults=false ;;
27883 esac
27884 shift
27885 done
27887 ac_configure_extra_args=
27889 if $ac_cs_silent; then
27890 exec 6>/dev/null
27891 ac_configure_extra_args="$ac_configure_extra_args --silent"
27894 _ACEOF
27895 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
27896 if \$ac_cs_recheck; then
27897 set X '$SHELL' '$0' $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
27898 shift
27899 \$as_echo "running CONFIG_SHELL=$SHELL \$*" >&6
27900 CONFIG_SHELL='$SHELL'
27901 export CONFIG_SHELL
27902 exec "\$@"
27905 _ACEOF
27906 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
27907 exec 5>>config.log
27909 echo
27910 sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
27911 ## Running $as_me. ##
27912 _ASBOX
27913 $as_echo "$ac_log"
27914 } >&5
27916 _ACEOF
27917 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
27918 _ACEOF
27920 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
27922 # Handling of arguments.
27923 for ac_config_target in $ac_config_targets
27925 case $ac_config_target in
27926 "include/config.h") CONFIG_HEADERS="$CONFIG_HEADERS include/config.h" ;;
27927 "include/stamp-h") CONFIG_COMMANDS="$CONFIG_COMMANDS include/stamp-h" ;;
27928 "dlls/gdi32/enhmfdrv") CONFIG_COMMANDS="$CONFIG_COMMANDS dlls/gdi32/enhmfdrv" ;;
27929 "dlls/gdi32/mfdrv") CONFIG_COMMANDS="$CONFIG_COMMANDS dlls/gdi32/mfdrv" ;;
27930 "dlls/kernel32/nls") CONFIG_COMMANDS="$CONFIG_COMMANDS dlls/kernel32/nls" ;;
27931 "dlls/user32/resources") CONFIG_COMMANDS="$CONFIG_COMMANDS dlls/user32/resources" ;;
27932 "dlls/wineps.drv/data") CONFIG_COMMANDS="$CONFIG_COMMANDS dlls/wineps.drv/data" ;;
27933 "include/wine") CONFIG_COMMANDS="$CONFIG_COMMANDS include/wine" ;;
27934 "Make.rules") CONFIG_FILES="$CONFIG_FILES Make.rules" ;;
27935 "dlls/Makedll.rules") CONFIG_FILES="$CONFIG_FILES dlls/Makedll.rules" ;;
27936 "dlls/Makeimplib.rules") CONFIG_FILES="$CONFIG_FILES dlls/Makeimplib.rules" ;;
27937 "dlls/Maketest.rules") CONFIG_FILES="$CONFIG_FILES dlls/Maketest.rules" ;;
27938 "programs/Makeprog.rules") CONFIG_FILES="$CONFIG_FILES programs/Makeprog.rules" ;;
27939 "Makefile") CONFIG_FILES="$CONFIG_FILES Makefile" ;;
27940 "dlls/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/Makefile" ;;
27941 "dlls/acledit/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/acledit/Makefile" ;;
27942 "dlls/activeds/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/activeds/Makefile" ;;
27943 "dlls/actxprxy/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/actxprxy/Makefile" ;;
27944 "dlls/adsiid/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/adsiid/Makefile" ;;
27945 "dlls/advapi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/advapi32/Makefile" ;;
27946 "dlls/advapi32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/advapi32/tests/Makefile" ;;
27947 "dlls/advpack/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/advpack/Makefile" ;;
27948 "dlls/advpack/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/advpack/tests/Makefile" ;;
27949 "dlls/amstream/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/amstream/Makefile" ;;
27950 "dlls/appwiz.cpl/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/appwiz.cpl/Makefile" ;;
27951 "dlls/atl/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/atl/Makefile" ;;
27952 "dlls/avicap32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/avicap32/Makefile" ;;
27953 "dlls/avifil32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/avifil32/Makefile" ;;
27954 "dlls/browseui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/browseui/Makefile" ;;
27955 "dlls/browseui/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/browseui/tests/Makefile" ;;
27956 "dlls/cabinet/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cabinet/Makefile" ;;
27957 "dlls/cabinet/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cabinet/tests/Makefile" ;;
27958 "dlls/capi2032/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/capi2032/Makefile" ;;
27959 "dlls/cards/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cards/Makefile" ;;
27960 "dlls/cfgmgr32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cfgmgr32/Makefile" ;;
27961 "dlls/clusapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/clusapi/Makefile" ;;
27962 "dlls/comcat/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/comcat/Makefile" ;;
27963 "dlls/comcat/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/comcat/tests/Makefile" ;;
27964 "dlls/comctl32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/comctl32/Makefile" ;;
27965 "dlls/comctl32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/comctl32/tests/Makefile" ;;
27966 "dlls/comdlg32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/comdlg32/Makefile" ;;
27967 "dlls/comdlg32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/comdlg32/tests/Makefile" ;;
27968 "dlls/compstui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/compstui/Makefile" ;;
27969 "dlls/credui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/credui/Makefile" ;;
27970 "dlls/credui/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/credui/tests/Makefile" ;;
27971 "dlls/crtdll/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/crtdll/Makefile" ;;
27972 "dlls/crypt32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/crypt32/Makefile" ;;
27973 "dlls/crypt32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/crypt32/tests/Makefile" ;;
27974 "dlls/cryptdlg/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cryptdlg/Makefile" ;;
27975 "dlls/cryptdll/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cryptdll/Makefile" ;;
27976 "dlls/cryptnet/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cryptnet/Makefile" ;;
27977 "dlls/cryptnet/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cryptnet/tests/Makefile" ;;
27978 "dlls/cryptui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cryptui/Makefile" ;;
27979 "dlls/cryptui/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cryptui/tests/Makefile" ;;
27980 "dlls/ctapi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ctapi32/Makefile" ;;
27981 "dlls/ctl3d32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ctl3d32/Makefile" ;;
27982 "dlls/d3d10/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d10/Makefile" ;;
27983 "dlls/d3d10/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d10/tests/Makefile" ;;
27984 "dlls/d3d10core/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d10core/Makefile" ;;
27985 "dlls/d3d10core/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d10core/tests/Makefile" ;;
27986 "dlls/d3d8/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d8/Makefile" ;;
27987 "dlls/d3d8/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d8/tests/Makefile" ;;
27988 "dlls/d3d9/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d9/Makefile" ;;
27989 "dlls/d3d9/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d9/tests/Makefile" ;;
27990 "dlls/d3dim/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dim/Makefile" ;;
27991 "dlls/d3drm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3drm/Makefile" ;;
27992 "dlls/d3drm/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3drm/tests/Makefile" ;;
27993 "dlls/d3dx8/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx8/Makefile" ;;
27994 "dlls/d3dx8/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx8/tests/Makefile" ;;
27995 "dlls/d3dx9_24/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_24/Makefile" ;;
27996 "dlls/d3dx9_25/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_25/Makefile" ;;
27997 "dlls/d3dx9_26/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_26/Makefile" ;;
27998 "dlls/d3dx9_27/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_27/Makefile" ;;
27999 "dlls/d3dx9_28/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_28/Makefile" ;;
28000 "dlls/d3dx9_29/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_29/Makefile" ;;
28001 "dlls/d3dx9_30/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_30/Makefile" ;;
28002 "dlls/d3dx9_31/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_31/Makefile" ;;
28003 "dlls/d3dx9_32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_32/Makefile" ;;
28004 "dlls/d3dx9_33/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_33/Makefile" ;;
28005 "dlls/d3dx9_34/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_34/Makefile" ;;
28006 "dlls/d3dx9_35/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_35/Makefile" ;;
28007 "dlls/d3dx9_36/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_36/Makefile" ;;
28008 "dlls/d3dx9_36/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_36/tests/Makefile" ;;
28009 "dlls/d3dx9_37/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_37/Makefile" ;;
28010 "dlls/d3dxof/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dxof/Makefile" ;;
28011 "dlls/d3dxof/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dxof/tests/Makefile" ;;
28012 "dlls/dbghelp/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dbghelp/Makefile" ;;
28013 "dlls/dciman32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dciman32/Makefile" ;;
28014 "dlls/ddraw/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ddraw/Makefile" ;;
28015 "dlls/ddraw/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ddraw/tests/Makefile" ;;
28016 "dlls/ddrawex/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ddrawex/Makefile" ;;
28017 "dlls/devenum/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/devenum/Makefile" ;;
28018 "dlls/dinput/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dinput/Makefile" ;;
28019 "dlls/dinput/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dinput/tests/Makefile" ;;
28020 "dlls/dinput8/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dinput8/Makefile" ;;
28021 "dlls/dmband/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmband/Makefile" ;;
28022 "dlls/dmcompos/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmcompos/Makefile" ;;
28023 "dlls/dmime/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmime/Makefile" ;;
28024 "dlls/dmloader/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmloader/Makefile" ;;
28025 "dlls/dmscript/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmscript/Makefile" ;;
28026 "dlls/dmstyle/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmstyle/Makefile" ;;
28027 "dlls/dmsynth/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmsynth/Makefile" ;;
28028 "dlls/dmusic/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmusic/Makefile" ;;
28029 "dlls/dmusic32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmusic32/Makefile" ;;
28030 "dlls/dnsapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dnsapi/Makefile" ;;
28031 "dlls/dnsapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dnsapi/tests/Makefile" ;;
28032 "dlls/dplay/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dplay/Makefile" ;;
28033 "dlls/dplayx/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dplayx/Makefile" ;;
28034 "dlls/dplayx/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dplayx/tests/Makefile" ;;
28035 "dlls/dpnaddr/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dpnaddr/Makefile" ;;
28036 "dlls/dpnet/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dpnet/Makefile" ;;
28037 "dlls/dpnhpast/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dpnhpast/Makefile" ;;
28038 "dlls/dpnlobby/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dpnlobby/Makefile" ;;
28039 "dlls/dpwsockx/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dpwsockx/Makefile" ;;
28040 "dlls/dsound/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dsound/Makefile" ;;
28041 "dlls/dsound/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dsound/tests/Makefile" ;;
28042 "dlls/dssenh/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dssenh/Makefile" ;;
28043 "dlls/dswave/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dswave/Makefile" ;;
28044 "dlls/dwmapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dwmapi/Makefile" ;;
28045 "dlls/dxdiagn/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dxdiagn/Makefile" ;;
28046 "dlls/dxerr8/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dxerr8/Makefile" ;;
28047 "dlls/dxerr9/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dxerr9/Makefile" ;;
28048 "dlls/dxgi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dxgi/Makefile" ;;
28049 "dlls/dxgi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dxgi/tests/Makefile" ;;
28050 "dlls/dxguid/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dxguid/Makefile" ;;
28051 "dlls/faultrep/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/faultrep/Makefile" ;;
28052 "dlls/fusion/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/fusion/Makefile" ;;
28053 "dlls/fusion/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/fusion/tests/Makefile" ;;
28054 "dlls/gdi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/gdi32/Makefile" ;;
28055 "dlls/gdi32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/gdi32/tests/Makefile" ;;
28056 "dlls/gdiplus/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/gdiplus/Makefile" ;;
28057 "dlls/gdiplus/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/gdiplus/tests/Makefile" ;;
28058 "dlls/glu32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/glu32/Makefile" ;;
28059 "dlls/gphoto2.ds/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/gphoto2.ds/Makefile" ;;
28060 "dlls/gpkcsp/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/gpkcsp/Makefile" ;;
28061 "dlls/hal/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/hal/Makefile" ;;
28062 "dlls/hhctrl.ocx/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/hhctrl.ocx/Makefile" ;;
28063 "dlls/hid/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/hid/Makefile" ;;
28064 "dlls/hlink/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/hlink/Makefile" ;;
28065 "dlls/hlink/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/hlink/tests/Makefile" ;;
28066 "dlls/hnetcfg/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/hnetcfg/Makefile" ;;
28067 "dlls/iccvid/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/iccvid/Makefile" ;;
28068 "dlls/icmp/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/icmp/Makefile" ;;
28069 "dlls/ifsmgr.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ifsmgr.vxd/Makefile" ;;
28070 "dlls/imaadp32.acm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/imaadp32.acm/Makefile" ;;
28071 "dlls/imagehlp/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/imagehlp/Makefile" ;;
28072 "dlls/imm32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/imm32/Makefile" ;;
28073 "dlls/imm32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/imm32/tests/Makefile" ;;
28074 "dlls/inetcomm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/inetcomm/Makefile" ;;
28075 "dlls/inetcomm/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/inetcomm/tests/Makefile" ;;
28076 "dlls/inetmib1/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/inetmib1/Makefile" ;;
28077 "dlls/inetmib1/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/inetmib1/tests/Makefile" ;;
28078 "dlls/infosoft/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/infosoft/Makefile" ;;
28079 "dlls/infosoft/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/infosoft/tests/Makefile" ;;
28080 "dlls/initpki/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/initpki/Makefile" ;;
28081 "dlls/inkobj/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/inkobj/Makefile" ;;
28082 "dlls/inseng/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/inseng/Makefile" ;;
28083 "dlls/iphlpapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/iphlpapi/Makefile" ;;
28084 "dlls/iphlpapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/iphlpapi/tests/Makefile" ;;
28085 "dlls/itircl/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/itircl/Makefile" ;;
28086 "dlls/itss/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/itss/Makefile" ;;
28087 "dlls/itss/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/itss/tests/Makefile" ;;
28088 "dlls/jscript/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/jscript/Makefile" ;;
28089 "dlls/jscript/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/jscript/tests/Makefile" ;;
28090 "dlls/kernel32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/kernel32/Makefile" ;;
28091 "dlls/kernel32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/kernel32/tests/Makefile" ;;
28092 "dlls/localspl/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/localspl/Makefile" ;;
28093 "dlls/localspl/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/localspl/tests/Makefile" ;;
28094 "dlls/localui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/localui/Makefile" ;;
28095 "dlls/localui/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/localui/tests/Makefile" ;;
28096 "dlls/lz32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/lz32/Makefile" ;;
28097 "dlls/lz32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/lz32/tests/Makefile" ;;
28098 "dlls/mapi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mapi32/Makefile" ;;
28099 "dlls/mapi32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mapi32/tests/Makefile" ;;
28100 "dlls/mciavi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mciavi32/Makefile" ;;
28101 "dlls/mcicda/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mcicda/Makefile" ;;
28102 "dlls/mciseq/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mciseq/Makefile" ;;
28103 "dlls/mciwave/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mciwave/Makefile" ;;
28104 "dlls/midimap/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/midimap/Makefile" ;;
28105 "dlls/mlang/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mlang/Makefile" ;;
28106 "dlls/mlang/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mlang/tests/Makefile" ;;
28107 "dlls/mmdevldr.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mmdevldr.vxd/Makefile" ;;
28108 "dlls/monodebg.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/monodebg.vxd/Makefile" ;;
28109 "dlls/mountmgr.sys/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mountmgr.sys/Makefile" ;;
28110 "dlls/mpr/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mpr/Makefile" ;;
28111 "dlls/mprapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mprapi/Makefile" ;;
28112 "dlls/msacm32.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msacm32.drv/Makefile" ;;
28113 "dlls/msacm32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msacm32/Makefile" ;;
28114 "dlls/msacm32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msacm32/tests/Makefile" ;;
28115 "dlls/msadp32.acm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msadp32.acm/Makefile" ;;
28116 "dlls/mscat32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mscat32/Makefile" ;;
28117 "dlls/mscms/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mscms/Makefile" ;;
28118 "dlls/mscms/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mscms/tests/Makefile" ;;
28119 "dlls/mscoree/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mscoree/Makefile" ;;
28120 "dlls/msdmo/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msdmo/Makefile" ;;
28121 "dlls/msftedit/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msftedit/Makefile" ;;
28122 "dlls/msg711.acm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msg711.acm/Makefile" ;;
28123 "dlls/mshtml.tlb/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mshtml.tlb/Makefile" ;;
28124 "dlls/mshtml/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mshtml/Makefile" ;;
28125 "dlls/mshtml/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mshtml/tests/Makefile" ;;
28126 "dlls/msi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msi/Makefile" ;;
28127 "dlls/msi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msi/tests/Makefile" ;;
28128 "dlls/msimg32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msimg32/Makefile" ;;
28129 "dlls/msimtf/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msimtf/Makefile" ;;
28130 "dlls/msisip/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msisip/Makefile" ;;
28131 "dlls/msisys.ocx/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msisys.ocx/Makefile" ;;
28132 "dlls/msnet32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msnet32/Makefile" ;;
28133 "dlls/msrle32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msrle32/Makefile" ;;
28134 "dlls/mssip32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mssip32/Makefile" ;;
28135 "dlls/mstask/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mstask/Makefile" ;;
28136 "dlls/mstask/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mstask/tests/Makefile" ;;
28137 "dlls/msvcirt/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcirt/Makefile" ;;
28138 "dlls/msvcr71/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcr71/Makefile" ;;
28139 "dlls/msvcrt/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcrt/Makefile" ;;
28140 "dlls/msvcrt/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcrt/tests/Makefile" ;;
28141 "dlls/msvcrt20/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcrt20/Makefile" ;;
28142 "dlls/msvcrt40/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcrt40/Makefile" ;;
28143 "dlls/msvcrtd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcrtd/Makefile" ;;
28144 "dlls/msvcrtd/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcrtd/tests/Makefile" ;;
28145 "dlls/msvfw32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvfw32/Makefile" ;;
28146 "dlls/msvfw32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvfw32/tests/Makefile" ;;
28147 "dlls/msvidc32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvidc32/Makefile" ;;
28148 "dlls/mswsock/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mswsock/Makefile" ;;
28149 "dlls/msxml3/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msxml3/Makefile" ;;
28150 "dlls/msxml3/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msxml3/tests/Makefile" ;;
28151 "dlls/nddeapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/nddeapi/Makefile" ;;
28152 "dlls/netapi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/netapi32/Makefile" ;;
28153 "dlls/netapi32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/netapi32/tests/Makefile" ;;
28154 "dlls/newdev/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/newdev/Makefile" ;;
28155 "dlls/ntdll/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ntdll/Makefile" ;;
28156 "dlls/ntdll/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ntdll/tests/Makefile" ;;
28157 "dlls/ntdsapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ntdsapi/Makefile" ;;
28158 "dlls/ntdsapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ntdsapi/tests/Makefile" ;;
28159 "dlls/ntoskrnl.exe/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ntoskrnl.exe/Makefile" ;;
28160 "dlls/ntprint/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ntprint/Makefile" ;;
28161 "dlls/ntprint/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ntprint/tests/Makefile" ;;
28162 "dlls/objsel/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/objsel/Makefile" ;;
28163 "dlls/odbc32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/odbc32/Makefile" ;;
28164 "dlls/odbccp32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/odbccp32/Makefile" ;;
28165 "dlls/odbccp32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/odbccp32/tests/Makefile" ;;
28166 "dlls/ole32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ole32/Makefile" ;;
28167 "dlls/ole32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ole32/tests/Makefile" ;;
28168 "dlls/oleacc/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/oleacc/Makefile" ;;
28169 "dlls/oleacc/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/oleacc/tests/Makefile" ;;
28170 "dlls/oleaut32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/oleaut32/Makefile" ;;
28171 "dlls/oleaut32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/oleaut32/tests/Makefile" ;;
28172 "dlls/olecli32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/olecli32/Makefile" ;;
28173 "dlls/oledlg/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/oledlg/Makefile" ;;
28174 "dlls/olepro32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/olepro32/Makefile" ;;
28175 "dlls/olesvr32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/olesvr32/Makefile" ;;
28176 "dlls/olethk32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/olethk32/Makefile" ;;
28177 "dlls/opengl32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/opengl32/Makefile" ;;
28178 "dlls/opengl32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/opengl32/tests/Makefile" ;;
28179 "dlls/pdh/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/pdh/Makefile" ;;
28180 "dlls/pdh/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/pdh/tests/Makefile" ;;
28181 "dlls/pidgen/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/pidgen/Makefile" ;;
28182 "dlls/powrprof/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/powrprof/Makefile" ;;
28183 "dlls/printui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/printui/Makefile" ;;
28184 "dlls/propsys/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/propsys/Makefile" ;;
28185 "dlls/psapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/psapi/Makefile" ;;
28186 "dlls/psapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/psapi/tests/Makefile" ;;
28187 "dlls/pstorec/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/pstorec/Makefile" ;;
28188 "dlls/qcap/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/qcap/Makefile" ;;
28189 "dlls/qedit/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/qedit/Makefile" ;;
28190 "dlls/qedit/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/qedit/tests/Makefile" ;;
28191 "dlls/qmgr/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/qmgr/Makefile" ;;
28192 "dlls/qmgr/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/qmgr/tests/Makefile" ;;
28193 "dlls/qmgrprxy/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/qmgrprxy/Makefile" ;;
28194 "dlls/quartz/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/quartz/Makefile" ;;
28195 "dlls/quartz/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/quartz/tests/Makefile" ;;
28196 "dlls/query/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/query/Makefile" ;;
28197 "dlls/rasapi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rasapi32/Makefile" ;;
28198 "dlls/rasapi32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rasapi32/tests/Makefile" ;;
28199 "dlls/resutils/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/resutils/Makefile" ;;
28200 "dlls/riched20/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/riched20/Makefile" ;;
28201 "dlls/riched20/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/riched20/tests/Makefile" ;;
28202 "dlls/riched32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/riched32/Makefile" ;;
28203 "dlls/riched32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/riched32/tests/Makefile" ;;
28204 "dlls/rpcrt4/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rpcrt4/Makefile" ;;
28205 "dlls/rpcrt4/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rpcrt4/tests/Makefile" ;;
28206 "dlls/rsabase/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rsabase/Makefile" ;;
28207 "dlls/rsaenh/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rsaenh/Makefile" ;;
28208 "dlls/rsaenh/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rsaenh/tests/Makefile" ;;
28209 "dlls/sane.ds/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sane.ds/Makefile" ;;
28210 "dlls/sccbase/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sccbase/Makefile" ;;
28211 "dlls/schannel/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/schannel/Makefile" ;;
28212 "dlls/schannel/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/schannel/tests/Makefile" ;;
28213 "dlls/secur32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/secur32/Makefile" ;;
28214 "dlls/secur32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/secur32/tests/Makefile" ;;
28215 "dlls/security/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/security/Makefile" ;;
28216 "dlls/sensapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sensapi/Makefile" ;;
28217 "dlls/serialui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/serialui/Makefile" ;;
28218 "dlls/serialui/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/serialui/tests/Makefile" ;;
28219 "dlls/setupapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/setupapi/Makefile" ;;
28220 "dlls/setupapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/setupapi/tests/Makefile" ;;
28221 "dlls/sfc/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sfc/Makefile" ;;
28222 "dlls/sfc_os/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sfc_os/Makefile" ;;
28223 "dlls/shdoclc/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shdoclc/Makefile" ;;
28224 "dlls/shdocvw/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shdocvw/Makefile" ;;
28225 "dlls/shdocvw/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shdocvw/tests/Makefile" ;;
28226 "dlls/shell32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shell32/Makefile" ;;
28227 "dlls/shell32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shell32/tests/Makefile" ;;
28228 "dlls/shfolder/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shfolder/Makefile" ;;
28229 "dlls/shlwapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shlwapi/Makefile" ;;
28230 "dlls/shlwapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shlwapi/tests/Makefile" ;;
28231 "dlls/slbcsp/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/slbcsp/Makefile" ;;
28232 "dlls/slc/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/slc/Makefile" ;;
28233 "dlls/snmpapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/snmpapi/Makefile" ;;
28234 "dlls/snmpapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/snmpapi/tests/Makefile" ;;
28235 "dlls/softpub/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/softpub/Makefile" ;;
28236 "dlls/spoolss/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/spoolss/Makefile" ;;
28237 "dlls/spoolss/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/spoolss/tests/Makefile" ;;
28238 "dlls/stdole2.tlb/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/stdole2.tlb/Makefile" ;;
28239 "dlls/stdole32.tlb/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/stdole32.tlb/Makefile" ;;
28240 "dlls/sti/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sti/Makefile" ;;
28241 "dlls/strmiids/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/strmiids/Makefile" ;;
28242 "dlls/svrapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/svrapi/Makefile" ;;
28243 "dlls/sxs/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sxs/Makefile" ;;
28244 "dlls/tapi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/tapi32/Makefile" ;;
28245 "dlls/twain_32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/twain_32/Makefile" ;;
28246 "dlls/unicows/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/unicows/Makefile" ;;
28247 "dlls/url/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/url/Makefile" ;;
28248 "dlls/urlmon/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/urlmon/Makefile" ;;
28249 "dlls/urlmon/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/urlmon/tests/Makefile" ;;
28250 "dlls/user32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/user32/Makefile" ;;
28251 "dlls/user32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/user32/tests/Makefile" ;;
28252 "dlls/userenv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/userenv/Makefile" ;;
28253 "dlls/userenv/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/userenv/tests/Makefile" ;;
28254 "dlls/usp10/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/usp10/Makefile" ;;
28255 "dlls/usp10/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/usp10/tests/Makefile" ;;
28256 "dlls/uuid/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/uuid/Makefile" ;;
28257 "dlls/uxtheme/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/uxtheme/Makefile" ;;
28258 "dlls/uxtheme/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/uxtheme/tests/Makefile" ;;
28259 "dlls/vdhcp.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/vdhcp.vxd/Makefile" ;;
28260 "dlls/vdmdbg/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/vdmdbg/Makefile" ;;
28261 "dlls/version/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/version/Makefile" ;;
28262 "dlls/version/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/version/tests/Makefile" ;;
28263 "dlls/vmm.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/vmm.vxd/Makefile" ;;
28264 "dlls/vnbt.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/vnbt.vxd/Makefile" ;;
28265 "dlls/vnetbios.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/vnetbios.vxd/Makefile" ;;
28266 "dlls/vtdapi.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/vtdapi.vxd/Makefile" ;;
28267 "dlls/vwin32.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/vwin32.vxd/Makefile" ;;
28268 "dlls/w32skrnl/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/w32skrnl/Makefile" ;;
28269 "dlls/winealsa.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winealsa.drv/Makefile" ;;
28270 "dlls/wineaudioio.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wineaudioio.drv/Makefile" ;;
28271 "dlls/winecoreaudio.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winecoreaudio.drv/Makefile" ;;
28272 "dlls/winecrt0/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winecrt0/Makefile" ;;
28273 "dlls/wined3d/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wined3d/Makefile" ;;
28274 "dlls/winedos/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winedos/Makefile" ;;
28275 "dlls/wineesd.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wineesd.drv/Makefile" ;;
28276 "dlls/winejack.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winejack.drv/Makefile" ;;
28277 "dlls/winejoystick.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winejoystick.drv/Makefile" ;;
28278 "dlls/winemp3.acm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winemp3.acm/Makefile" ;;
28279 "dlls/winenas.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winenas.drv/Makefile" ;;
28280 "dlls/wineoss.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wineoss.drv/Makefile" ;;
28281 "dlls/wineps.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wineps.drv/Makefile" ;;
28282 "dlls/winequartz.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winequartz.drv/Makefile" ;;
28283 "dlls/winex11.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winex11.drv/Makefile" ;;
28284 "dlls/wing32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wing32/Makefile" ;;
28285 "dlls/winhttp/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winhttp/Makefile" ;;
28286 "dlls/winhttp/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winhttp/tests/Makefile" ;;
28287 "dlls/wininet/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wininet/Makefile" ;;
28288 "dlls/wininet/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wininet/tests/Makefile" ;;
28289 "dlls/winmm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winmm/Makefile" ;;
28290 "dlls/winmm/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winmm/tests/Makefile" ;;
28291 "dlls/winnls32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winnls32/Makefile" ;;
28292 "dlls/winscard/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winscard/Makefile" ;;
28293 "dlls/winspool.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winspool.drv/Makefile" ;;
28294 "dlls/winspool.drv/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winspool.drv/tests/Makefile" ;;
28295 "dlls/wintab32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wintab32/Makefile" ;;
28296 "dlls/wintrust/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wintrust/Makefile" ;;
28297 "dlls/wintrust/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wintrust/tests/Makefile" ;;
28298 "dlls/wldap32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wldap32/Makefile" ;;
28299 "dlls/wldap32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wldap32/tests/Makefile" ;;
28300 "dlls/wmi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wmi/Makefile" ;;
28301 "dlls/wnaspi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wnaspi32/Makefile" ;;
28302 "dlls/wow32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wow32/Makefile" ;;
28303 "dlls/ws2_32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ws2_32/Makefile" ;;
28304 "dlls/ws2_32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ws2_32/tests/Makefile" ;;
28305 "dlls/wsock32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wsock32/Makefile" ;;
28306 "dlls/wtsapi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wtsapi32/Makefile" ;;
28307 "dlls/wuapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wuapi/Makefile" ;;
28308 "dlls/xinput1_1/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/xinput1_1/Makefile" ;;
28309 "dlls/xinput1_2/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/xinput1_2/Makefile" ;;
28310 "dlls/xinput1_3/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/xinput1_3/Makefile" ;;
28311 "dlls/xinput1_3/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/xinput1_3/tests/Makefile" ;;
28312 "dlls/xinput9_1_0/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/xinput9_1_0/Makefile" ;;
28313 "documentation/Makefile") CONFIG_FILES="$CONFIG_FILES documentation/Makefile" ;;
28314 "fonts/Makefile") CONFIG_FILES="$CONFIG_FILES fonts/Makefile" ;;
28315 "include/Makefile") CONFIG_FILES="$CONFIG_FILES include/Makefile" ;;
28316 "libs/Makefile") CONFIG_FILES="$CONFIG_FILES libs/Makefile" ;;
28317 "libs/port/Makefile") CONFIG_FILES="$CONFIG_FILES libs/port/Makefile" ;;
28318 "libs/wine/Makefile") CONFIG_FILES="$CONFIG_FILES libs/wine/Makefile" ;;
28319 "libs/wpp/Makefile") CONFIG_FILES="$CONFIG_FILES libs/wpp/Makefile" ;;
28320 "loader/Makefile") CONFIG_FILES="$CONFIG_FILES loader/Makefile" ;;
28321 "programs/Makefile") CONFIG_FILES="$CONFIG_FILES programs/Makefile" ;;
28322 "programs/clock/Makefile") CONFIG_FILES="$CONFIG_FILES programs/clock/Makefile" ;;
28323 "programs/cmd/Makefile") CONFIG_FILES="$CONFIG_FILES programs/cmd/Makefile" ;;
28324 "programs/cmdlgtst/Makefile") CONFIG_FILES="$CONFIG_FILES programs/cmdlgtst/Makefile" ;;
28325 "programs/control/Makefile") CONFIG_FILES="$CONFIG_FILES programs/control/Makefile" ;;
28326 "programs/eject/Makefile") CONFIG_FILES="$CONFIG_FILES programs/eject/Makefile" ;;
28327 "programs/expand/Makefile") CONFIG_FILES="$CONFIG_FILES programs/expand/Makefile" ;;
28328 "programs/explorer/Makefile") CONFIG_FILES="$CONFIG_FILES programs/explorer/Makefile" ;;
28329 "programs/hh/Makefile") CONFIG_FILES="$CONFIG_FILES programs/hh/Makefile" ;;
28330 "programs/icinfo/Makefile") CONFIG_FILES="$CONFIG_FILES programs/icinfo/Makefile" ;;
28331 "programs/iexplore/Makefile") CONFIG_FILES="$CONFIG_FILES programs/iexplore/Makefile" ;;
28332 "programs/msiexec/Makefile") CONFIG_FILES="$CONFIG_FILES programs/msiexec/Makefile" ;;
28333 "programs/net/Makefile") CONFIG_FILES="$CONFIG_FILES programs/net/Makefile" ;;
28334 "programs/notepad/Makefile") CONFIG_FILES="$CONFIG_FILES programs/notepad/Makefile" ;;
28335 "programs/oleview/Makefile") CONFIG_FILES="$CONFIG_FILES programs/oleview/Makefile" ;;
28336 "programs/progman/Makefile") CONFIG_FILES="$CONFIG_FILES programs/progman/Makefile" ;;
28337 "programs/reg/Makefile") CONFIG_FILES="$CONFIG_FILES programs/reg/Makefile" ;;
28338 "programs/regedit/Makefile") CONFIG_FILES="$CONFIG_FILES programs/regedit/Makefile" ;;
28339 "programs/regsvr32/Makefile") CONFIG_FILES="$CONFIG_FILES programs/regsvr32/Makefile" ;;
28340 "programs/rpcss/Makefile") CONFIG_FILES="$CONFIG_FILES programs/rpcss/Makefile" ;;
28341 "programs/rundll32/Makefile") CONFIG_FILES="$CONFIG_FILES programs/rundll32/Makefile" ;;
28342 "programs/secedit/Makefile") CONFIG_FILES="$CONFIG_FILES programs/secedit/Makefile" ;;
28343 "programs/services/Makefile") CONFIG_FILES="$CONFIG_FILES programs/services/Makefile" ;;
28344 "programs/spoolsv/Makefile") CONFIG_FILES="$CONFIG_FILES programs/spoolsv/Makefile" ;;
28345 "programs/start/Makefile") CONFIG_FILES="$CONFIG_FILES programs/start/Makefile" ;;
28346 "programs/svchost/Makefile") CONFIG_FILES="$CONFIG_FILES programs/svchost/Makefile" ;;
28347 "programs/taskmgr/Makefile") CONFIG_FILES="$CONFIG_FILES programs/taskmgr/Makefile" ;;
28348 "programs/uninstaller/Makefile") CONFIG_FILES="$CONFIG_FILES programs/uninstaller/Makefile" ;;
28349 "programs/view/Makefile") CONFIG_FILES="$CONFIG_FILES programs/view/Makefile" ;;
28350 "programs/wineboot/Makefile") CONFIG_FILES="$CONFIG_FILES programs/wineboot/Makefile" ;;
28351 "programs/winebrowser/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winebrowser/Makefile" ;;
28352 "programs/winecfg/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winecfg/Makefile" ;;
28353 "programs/wineconsole/Makefile") CONFIG_FILES="$CONFIG_FILES programs/wineconsole/Makefile" ;;
28354 "programs/winedbg/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winedbg/Makefile" ;;
28355 "programs/winedevice/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winedevice/Makefile" ;;
28356 "programs/winefile/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winefile/Makefile" ;;
28357 "programs/winemenubuilder/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winemenubuilder/Makefile" ;;
28358 "programs/winemine/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winemine/Makefile" ;;
28359 "programs/winepath/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winepath/Makefile" ;;
28360 "programs/winetest/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winetest/Makefile" ;;
28361 "programs/winevdm/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winevdm/Makefile" ;;
28362 "programs/winhlp32/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winhlp32/Makefile" ;;
28363 "programs/winver/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winver/Makefile" ;;
28364 "programs/wordpad/Makefile") CONFIG_FILES="$CONFIG_FILES programs/wordpad/Makefile" ;;
28365 "programs/write/Makefile") CONFIG_FILES="$CONFIG_FILES programs/write/Makefile" ;;
28366 "programs/xcopy/Makefile") CONFIG_FILES="$CONFIG_FILES programs/xcopy/Makefile" ;;
28367 "server/Makefile") CONFIG_FILES="$CONFIG_FILES server/Makefile" ;;
28368 "tools/Makefile") CONFIG_FILES="$CONFIG_FILES tools/Makefile" ;;
28369 "tools/widl/Makefile") CONFIG_FILES="$CONFIG_FILES tools/widl/Makefile" ;;
28370 "tools/winebuild/Makefile") CONFIG_FILES="$CONFIG_FILES tools/winebuild/Makefile" ;;
28371 "tools/winedump/Makefile") CONFIG_FILES="$CONFIG_FILES tools/winedump/Makefile" ;;
28372 "tools/winegcc/Makefile") CONFIG_FILES="$CONFIG_FILES tools/winegcc/Makefile" ;;
28373 "tools/wmc/Makefile") CONFIG_FILES="$CONFIG_FILES tools/wmc/Makefile" ;;
28374 "tools/wrc/Makefile") CONFIG_FILES="$CONFIG_FILES tools/wrc/Makefile" ;;
28376 *) { { $as_echo "$as_me:$LINENO: error: invalid argument: $ac_config_target" >&5
28377 $as_echo "$as_me: error: invalid argument: $ac_config_target" >&2;}
28378 { (exit 1); exit 1; }; };;
28379 esac
28380 done
28383 # If the user did not use the arguments to specify the items to instantiate,
28384 # then the envvar interface is used. Set only those that are not.
28385 # We use the long form for the default assignment because of an extremely
28386 # bizarre bug on SunOS 4.1.3.
28387 if $ac_need_defaults; then
28388 test "${CONFIG_FILES+set}" = set || CONFIG_FILES=$config_files
28389 test "${CONFIG_HEADERS+set}" = set || CONFIG_HEADERS=$config_headers
28390 test "${CONFIG_COMMANDS+set}" = set || CONFIG_COMMANDS=$config_commands
28393 # Have a temporary directory for convenience. Make it in the build tree
28394 # simply because there is no reason against having it here, and in addition,
28395 # creating and moving files from /tmp can sometimes cause problems.
28396 # Hook for its removal unless debugging.
28397 # Note that there is a small window in which the directory will not be cleaned:
28398 # after its creation but before its name has been assigned to `$tmp'.
28399 $debug ||
28401 tmp=
28402 trap 'exit_status=$?
28403 { test -z "$tmp" || test ! -d "$tmp" || rm -fr "$tmp"; } && exit $exit_status
28405 trap '{ (exit 1); exit 1; }' 1 2 13 15
28407 # Create a (secure) tmp directory for tmp files.
28410 tmp=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` &&
28411 test -n "$tmp" && test -d "$tmp"
28412 } ||
28414 tmp=./conf$$-$RANDOM
28415 (umask 077 && mkdir "$tmp")
28416 } ||
28418 $as_echo "$as_me: cannot create a temporary directory in ." >&2
28419 { (exit 1); exit 1; }
28422 # Set up the scripts for CONFIG_FILES section.
28423 # No need to generate them if there are no CONFIG_FILES.
28424 # This happens for instance with `./config.status config.h'.
28425 if test -n "$CONFIG_FILES"; then
28427 if $AWK 'BEGIN { getline <"/dev/null" }' </dev/null 2>/dev/null; then
28428 ac_cs_awk_getline=:
28429 ac_cs_awk_pipe_init=
28430 ac_cs_awk_read_file='
28431 while ((getline aline < (F[key])) > 0)
28432 print(aline)
28433 close(F[key])'
28434 ac_cs_awk_pipe_fini=
28435 else
28436 ac_cs_awk_getline=false
28437 ac_cs_awk_pipe_init="print \"cat <<'|#_!!_#|' &&\""
28438 ac_cs_awk_read_file='
28439 print "|#_!!_#|"
28440 print "cat " F[key] " &&"
28441 '$ac_cs_awk_pipe_init
28442 # The final `:' finishes the AND list.
28443 ac_cs_awk_pipe_fini='END { print "|#_!!_#|"; print ":" }'
28445 ac_cr=' '
28446 ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
28447 if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
28448 ac_cs_awk_cr='\\r'
28449 else
28450 ac_cs_awk_cr=$ac_cr
28453 echo 'BEGIN {' >"$tmp/subs1.awk" &&
28454 _ACEOF
28456 # Create commands to substitute file output variables.
28458 echo "cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1" &&
28459 echo 'cat >>"\$tmp/subs1.awk" <<\\_ACAWK &&' &&
28460 echo "$ac_subst_files" | sed 's/.*/F["&"]="$&"/' &&
28461 echo "_ACAWK" &&
28462 echo "_ACEOF"
28463 } >conf$$files.sh &&
28464 . ./conf$$files.sh ||
28465 { { $as_echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5
28466 $as_echo "$as_me: error: could not make $CONFIG_STATUS" >&2;}
28467 { (exit 1); exit 1; }; }
28468 rm -f conf$$files.sh
28471 echo "cat >conf$$subs.awk <<_ACEOF" &&
28472 echo "$ac_subst_vars" | sed 's/.*/&!$&$ac_delim/' &&
28473 echo "_ACEOF"
28474 } >conf$$subs.sh ||
28475 { { $as_echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5
28476 $as_echo "$as_me: error: could not make $CONFIG_STATUS" >&2;}
28477 { (exit 1); exit 1; }; }
28478 ac_delim_num=`echo "$ac_subst_vars" | grep -c '$'`
28479 ac_delim='%!_!# '
28480 for ac_last_try in false false false false false :; do
28481 . ./conf$$subs.sh ||
28482 { { $as_echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5
28483 $as_echo "$as_me: error: could not make $CONFIG_STATUS" >&2;}
28484 { (exit 1); exit 1; }; }
28486 ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X`
28487 if test $ac_delim_n = $ac_delim_num; then
28488 break
28489 elif $ac_last_try; then
28490 { { $as_echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5
28491 $as_echo "$as_me: error: could not make $CONFIG_STATUS" >&2;}
28492 { (exit 1); exit 1; }; }
28493 else
28494 ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
28496 done
28497 rm -f conf$$subs.sh
28499 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
28500 cat >>"\$tmp/subs1.awk" <<\\_ACAWK &&
28501 _ACEOF
28502 sed -n '
28504 s/^/S["/; s/!.*/"]=/
28507 s/^[^!]*!//
28508 :repl
28509 t repl
28510 s/'"$ac_delim"'$//
28511 t delim
28514 s/\(.\{148\}\).*/\1/
28515 t more1
28516 s/["\\]/\\&/g; s/^/"/; s/$/\\n"\\/
28519 b repl
28520 :more1
28521 s/["\\]/\\&/g; s/^/"/; s/$/"\\/
28524 s/.\{148\}//
28525 t nl
28526 :delim
28528 s/\(.\{148\}\).*/\1/
28529 t more2
28530 s/["\\]/\\&/g; s/^/"/; s/$/"/
28533 :more2
28534 s/["\\]/\\&/g; s/^/"/; s/$/"\\/
28537 s/.\{148\}//
28538 t delim
28539 ' <conf$$subs.awk | sed '
28540 /^[^""]/{
28542 s/\n//
28544 ' >>$CONFIG_STATUS || ac_write_fail=1
28545 rm -f conf$$subs.awk
28546 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
28547 _ACAWK
28548 cat >>"\$tmp/subs1.awk" <<_ACAWK &&
28549 for (key in S) S_is_set[key] = 1
28550 FS = "\a"
28551 \$ac_cs_awk_pipe_init
28554 line = $ 0
28555 nfields = split(line, field, "@")
28556 substed = 0
28557 len = length(field[1])
28558 for (i = 2; i < nfields; i++) {
28559 key = field[i]
28560 keylen = length(key)
28561 if (S_is_set[key]) {
28562 value = S[key]
28563 line = substr(line, 1, len) "" value "" substr(line, len + keylen + 3)
28564 len += length(value) + length(field[++i])
28565 substed = 1
28566 } else
28567 len += 1 + keylen
28569 if (nfields == 3 && !substed) {
28570 key = field[2]
28571 if (F[key] != "" && line ~ /^[ ]*@.*@[ ]*$/) {
28572 \$ac_cs_awk_read_file
28573 next
28576 print line
28578 \$ac_cs_awk_pipe_fini
28579 _ACAWK
28580 _ACEOF
28581 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
28582 if sed "s/$ac_cr//" < /dev/null > /dev/null 2>&1; then
28583 sed "s/$ac_cr\$//; s/$ac_cr/$ac_cs_awk_cr/g"
28584 else
28586 fi < "$tmp/subs1.awk" > "$tmp/subs.awk" \
28587 || { { $as_echo "$as_me:$LINENO: error: could not setup config files machinery" >&5
28588 $as_echo "$as_me: error: could not setup config files machinery" >&2;}
28589 { (exit 1); exit 1; }; }
28590 _ACEOF
28592 # VPATH may cause trouble with some makes, so we remove $(srcdir),
28593 # ${srcdir} and @srcdir@ from VPATH if srcdir is ".", strip leading and
28594 # trailing colons and then remove the whole line if VPATH becomes empty
28595 # (actually we leave an empty line to preserve line numbers).
28596 if test "x$srcdir" = x.; then
28597 ac_vpsub='/^[ ]*VPATH[ ]*=/{
28598 s/:*\$(srcdir):*/:/
28599 s/:*\${srcdir}:*/:/
28600 s/:*@srcdir@:*/:/
28601 s/^\([^=]*=[ ]*\):*/\1/
28602 s/:*$//
28603 s/^[^=]*=[ ]*$//
28607 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
28608 fi # test -n "$CONFIG_FILES"
28610 # Set up the scripts for CONFIG_HEADERS section.
28611 # No need to generate them if there are no CONFIG_HEADERS.
28612 # This happens for instance with `./config.status Makefile'.
28613 if test -n "$CONFIG_HEADERS"; then
28614 cat >"$tmp/defines.awk" <<\_ACAWK ||
28615 BEGIN {
28616 _ACEOF
28618 # Transform confdefs.h into an awk script `defines.awk', embedded as
28619 # here-document in config.status, that substitutes the proper values into
28620 # config.h.in to produce config.h.
28622 # Create a delimiter string that does not exist in confdefs.h, to ease
28623 # handling of long lines.
28624 ac_delim='%!_!# '
28625 for ac_last_try in false false :; do
28626 ac_t=`sed -n "/$ac_delim/p" confdefs.h`
28627 if test -z "$ac_t"; then
28628 break
28629 elif $ac_last_try; then
28630 { { $as_echo "$as_me:$LINENO: error: could not make $CONFIG_HEADERS" >&5
28631 $as_echo "$as_me: error: could not make $CONFIG_HEADERS" >&2;}
28632 { (exit 1); exit 1; }; }
28633 else
28634 ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
28636 done
28638 # For the awk script, D is an array of macro values keyed by name,
28639 # likewise P contains macro parameters if any. Preserve backslash
28640 # newline sequences.
28642 ac_word_re=[_$as_cr_Letters][_$as_cr_alnum]*
28643 sed -n '
28644 s/.\{148\}/&'"$ac_delim"'/g
28645 t rset
28646 :rset
28647 s/^[ ]*#[ ]*define[ ][ ]*/ /
28648 t def
28650 :def
28651 s/\\$//
28652 t bsnl
28653 s/["\\]/\\&/g
28654 s/^ \('"$ac_word_re"'\)\(([^()]*)\)[ ]*\(.*\)/P["\1"]="\2"\
28655 D["\1"]=" \3"/p
28656 s/^ \('"$ac_word_re"'\)[ ]*\(.*\)/D["\1"]=" \2"/p
28658 :bsnl
28659 s/["\\]/\\&/g
28660 s/^ \('"$ac_word_re"'\)\(([^()]*)\)[ ]*\(.*\)/P["\1"]="\2"\
28661 D["\1"]=" \3\\\\\\n"\\/p
28662 t cont
28663 s/^ \('"$ac_word_re"'\)[ ]*\(.*\)/D["\1"]=" \2\\\\\\n"\\/p
28664 t cont
28666 :cont
28668 s/.\{148\}/&'"$ac_delim"'/g
28669 t clear
28670 :clear
28671 s/\\$//
28672 t bsnlc
28673 s/["\\]/\\&/g; s/^/"/; s/$/"/p
28675 :bsnlc
28676 s/["\\]/\\&/g; s/^/"/; s/$/\\\\\\n"\\/p
28677 b cont
28678 ' <confdefs.h | sed '
28679 s/'"$ac_delim"'/"\\\
28680 "/g' >>$CONFIG_STATUS || ac_write_fail=1
28682 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
28683 for (key in D) D_is_set[key] = 1
28684 FS = "\a"
28686 /^[\t ]*#[\t ]*(define|undef)[\t ]+$ac_word_re([\t (]|\$)/ {
28687 line = \$ 0
28688 split(line, arg, " ")
28689 if (arg[1] == "#") {
28690 defundef = arg[2]
28691 mac1 = arg[3]
28692 } else {
28693 defundef = substr(arg[1], 2)
28694 mac1 = arg[2]
28696 split(mac1, mac2, "(") #)
28697 macro = mac2[1]
28698 prefix = substr(line, 1, index(line, defundef) - 1)
28699 if (D_is_set[macro]) {
28700 # Preserve the white space surrounding the "#".
28701 print prefix "define", macro P[macro] D[macro]
28702 next
28703 } else {
28704 # Replace #undef with comments. This is necessary, for example,
28705 # in the case of _POSIX_SOURCE, which is predefined and required
28706 # on some systems where configure will not decide to define it.
28707 if (defundef == "undef") {
28708 print "/*", prefix defundef, macro, "*/"
28709 next
28713 { print }
28714 _ACAWK
28715 _ACEOF
28716 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
28717 { { $as_echo "$as_me:$LINENO: error: could not setup config headers machinery" >&5
28718 $as_echo "$as_me: error: could not setup config headers machinery" >&2;}
28719 { (exit 1); exit 1; }; }
28720 fi # test -n "$CONFIG_HEADERS"
28723 eval set X " :F $CONFIG_FILES :H $CONFIG_HEADERS :C $CONFIG_COMMANDS"
28724 shift
28725 for ac_tag
28727 case $ac_tag in
28728 :[FHLC]) ac_mode=$ac_tag; continue;;
28729 esac
28730 case $ac_mode$ac_tag in
28731 :[FHL]*:*);;
28732 :L* | :C*:*) { { $as_echo "$as_me:$LINENO: error: invalid tag $ac_tag" >&5
28733 $as_echo "$as_me: error: invalid tag $ac_tag" >&2;}
28734 { (exit 1); exit 1; }; };;
28735 :[FH]-) ac_tag=-:-;;
28736 :[FH]*) ac_tag=$ac_tag:$ac_tag.in;;
28737 esac
28738 ac_save_IFS=$IFS
28739 IFS=:
28740 set x $ac_tag
28741 IFS=$ac_save_IFS
28742 shift
28743 ac_file=$1
28744 shift
28746 case $ac_mode in
28747 :L) ac_source=$1;;
28748 :[FH])
28749 ac_file_inputs=
28750 for ac_f
28752 case $ac_f in
28753 -) ac_f="$tmp/stdin";;
28754 *) # Look for the file first in the build tree, then in the source tree
28755 # (if the path is not absolute). The absolute path cannot be DOS-style,
28756 # because $ac_f cannot contain `:'.
28757 test -f "$ac_f" ||
28758 case $ac_f in
28759 [\\/$]*) false;;
28760 *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";;
28761 esac ||
28762 { { $as_echo "$as_me:$LINENO: error: cannot find input file: $ac_f" >&5
28763 $as_echo "$as_me: error: cannot find input file: $ac_f" >&2;}
28764 { (exit 1); exit 1; }; };;
28765 esac
28766 case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
28767 ac_file_inputs="$ac_file_inputs '$ac_f'"
28768 done
28770 # Let's still pretend it is `configure' which instantiates (i.e., don't
28771 # use $as_me), people would be surprised to read:
28772 # /* config.h. Generated by config.status. */
28773 configure_input='Generated from '`
28774 $as_echo "$*" | sed 's|^[^:]*/||;s|:[^:]*/|, |g'
28775 `' by configure.'
28776 if test x"$ac_file" != x-; then
28777 configure_input="$ac_file. $configure_input"
28778 { $as_echo "$as_me:$LINENO: creating $ac_file" >&5
28779 $as_echo "$as_me: creating $ac_file" >&6;}
28781 # Neutralize special characters interpreted by sed in replacement strings.
28782 case $configure_input in #(
28783 *\&* | *\|* | *\\* )
28784 ac_sed_conf_input=`$as_echo "$configure_input" |
28785 sed 's/[\\\\&|]/\\\\&/g'`;; #(
28786 *) ac_sed_conf_input=$configure_input;;
28787 esac
28789 case $ac_tag in
28790 *:-:* | *:-) cat >"$tmp/stdin" \
28791 || { { $as_echo "$as_me:$LINENO: error: could not create $ac_file" >&5
28792 $as_echo "$as_me: error: could not create $ac_file" >&2;}
28793 { (exit 1); exit 1; }; } ;;
28794 esac
28796 esac
28798 ac_dir=`$as_dirname -- "$ac_file" ||
28799 $as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
28800 X"$ac_file" : 'X\(//\)[^/]' \| \
28801 X"$ac_file" : 'X\(//\)$' \| \
28802 X"$ac_file" : 'X\(/\)' \| . 2>/dev/null ||
28803 $as_echo X"$ac_file" |
28804 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
28805 s//\1/
28808 /^X\(\/\/\)[^/].*/{
28809 s//\1/
28812 /^X\(\/\/\)$/{
28813 s//\1/
28816 /^X\(\/\).*/{
28817 s//\1/
28820 s/.*/./; q'`
28821 { as_dir="$ac_dir"
28822 case $as_dir in #(
28823 -*) as_dir=./$as_dir;;
28824 esac
28825 test -d "$as_dir" || { $as_mkdir_p && mkdir -p "$as_dir"; } || {
28826 as_dirs=
28827 while :; do
28828 case $as_dir in #(
28829 *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
28830 *) as_qdir=$as_dir;;
28831 esac
28832 as_dirs="'$as_qdir' $as_dirs"
28833 as_dir=`$as_dirname -- "$as_dir" ||
28834 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
28835 X"$as_dir" : 'X\(//\)[^/]' \| \
28836 X"$as_dir" : 'X\(//\)$' \| \
28837 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
28838 $as_echo X"$as_dir" |
28839 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
28840 s//\1/
28843 /^X\(\/\/\)[^/].*/{
28844 s//\1/
28847 /^X\(\/\/\)$/{
28848 s//\1/
28851 /^X\(\/\).*/{
28852 s//\1/
28855 s/.*/./; q'`
28856 test -d "$as_dir" && break
28857 done
28858 test -z "$as_dirs" || eval "mkdir $as_dirs"
28859 } || test -d "$as_dir" || { { $as_echo "$as_me:$LINENO: error: cannot create directory $as_dir" >&5
28860 $as_echo "$as_me: error: cannot create directory $as_dir" >&2;}
28861 { (exit 1); exit 1; }; }; }
28862 ac_builddir=.
28864 case "$ac_dir" in
28865 .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
28867 ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
28868 # A ".." for each directory in $ac_dir_suffix.
28869 ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
28870 case $ac_top_builddir_sub in
28871 "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
28872 *) ac_top_build_prefix=$ac_top_builddir_sub/ ;;
28873 esac ;;
28874 esac
28875 ac_abs_top_builddir=$ac_pwd
28876 ac_abs_builddir=$ac_pwd$ac_dir_suffix
28877 # for backward compatibility:
28878 ac_top_builddir=$ac_top_build_prefix
28880 case $srcdir in
28881 .) # We are building in place.
28882 ac_srcdir=.
28883 ac_top_srcdir=$ac_top_builddir_sub
28884 ac_abs_top_srcdir=$ac_pwd ;;
28885 [\\/]* | ?:[\\/]* ) # Absolute name.
28886 ac_srcdir=$srcdir$ac_dir_suffix;
28887 ac_top_srcdir=$srcdir
28888 ac_abs_top_srcdir=$srcdir ;;
28889 *) # Relative name.
28890 ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
28891 ac_top_srcdir=$ac_top_build_prefix$srcdir
28892 ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
28893 esac
28894 ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
28897 case $ac_mode in
28900 # CONFIG_FILE
28903 case $INSTALL in
28904 [\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;;
28905 *) ac_INSTALL=$ac_top_build_prefix$INSTALL ;;
28906 esac
28907 _ACEOF
28909 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
28910 # If the template does not know about datarootdir, expand it.
28911 # FIXME: This hack should be removed a few years after 2.60.
28912 ac_datarootdir_hack=; ac_datarootdir_seen=
28914 ac_sed_dataroot='
28915 /datarootdir/ {
28919 /@datadir@/p
28920 /@docdir@/p
28921 /@infodir@/p
28922 /@localedir@/p
28923 /@mandir@/p
28925 case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in
28926 *datarootdir*) ac_datarootdir_seen=yes;;
28927 *@datadir@*|*@docdir@*|*@infodir@*|*@localedir@*|*@mandir@*)
28928 { $as_echo "$as_me:$LINENO: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5
28929 $as_echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;}
28930 _ACEOF
28931 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
28932 ac_datarootdir_hack='
28933 s&@datadir@&$datadir&g
28934 s&@docdir@&$docdir&g
28935 s&@infodir@&$infodir&g
28936 s&@localedir@&$localedir&g
28937 s&@mandir@&$mandir&g
28938 s&\\\${datarootdir}&$datarootdir&g' ;;
28939 esac
28940 _ACEOF
28942 # Neutralize VPATH when `$srcdir' = `.'.
28943 # Shell code in configure.ac might set extrasub.
28944 # FIXME: do we really want to maintain this feature?
28945 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
28946 ac_sed_extra="$ac_vpsub
28947 $extrasub
28948 _ACEOF
28949 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
28951 /@[a-zA-Z_][a-zA-Z_0-9]*@/!b
28952 s|@configure_input@|$ac_sed_conf_input|;t t
28953 s&@top_builddir@&$ac_top_builddir_sub&;t t
28954 s&@top_build_prefix@&$ac_top_build_prefix&;t t
28955 s&@srcdir@&$ac_srcdir&;t t
28956 s&@abs_srcdir@&$ac_abs_srcdir&;t t
28957 s&@top_srcdir@&$ac_top_srcdir&;t t
28958 s&@abs_top_srcdir@&$ac_abs_top_srcdir&;t t
28959 s&@builddir@&$ac_builddir&;t t
28960 s&@abs_builddir@&$ac_abs_builddir&;t t
28961 s&@abs_top_builddir@&$ac_abs_top_builddir&;t t
28962 s&@INSTALL@&$ac_INSTALL&;t t
28963 $ac_datarootdir_hack
28965 eval sed \"\$ac_sed_extra\" "$ac_file_inputs" |
28966 if $ac_cs_awk_getline; then
28967 $AWK -f "$tmp/subs.awk"
28968 else
28969 $AWK -f "$tmp/subs.awk" | $SHELL
28970 fi >$tmp/out \
28971 || { { $as_echo "$as_me:$LINENO: error: could not create $ac_file" >&5
28972 $as_echo "$as_me: error: could not create $ac_file" >&2;}
28973 { (exit 1); exit 1; }; }
28975 test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
28976 { ac_out=`sed -n '/\${datarootdir}/p' "$tmp/out"`; test -n "$ac_out"; } &&
28977 { ac_out=`sed -n '/^[ ]*datarootdir[ ]*:*=/p' "$tmp/out"`; test -z "$ac_out"; } &&
28978 { $as_echo "$as_me:$LINENO: WARNING: $ac_file contains a reference to the variable \`datarootdir'
28979 which seems to be undefined. Please make sure it is defined." >&5
28980 $as_echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir'
28981 which seems to be undefined. Please make sure it is defined." >&2;}
28983 rm -f "$tmp/stdin"
28984 case $ac_file in
28985 -) cat "$tmp/out" && rm -f "$tmp/out";;
28986 *) rm -f "$ac_file" && mv "$tmp/out" "$ac_file";;
28987 esac \
28988 || { { $as_echo "$as_me:$LINENO: error: could not create $ac_file" >&5
28989 $as_echo "$as_me: error: could not create $ac_file" >&2;}
28990 { (exit 1); exit 1; }; }
28994 # CONFIG_HEADER
28996 if test x"$ac_file" != x-; then
28998 $as_echo "/* $configure_input */" \
28999 && eval '$AWK -f "$tmp/defines.awk"' "$ac_file_inputs"
29000 } >"$tmp/config.h" \
29001 || { { $as_echo "$as_me:$LINENO: error: could not create $ac_file" >&5
29002 $as_echo "$as_me: error: could not create $ac_file" >&2;}
29003 { (exit 1); exit 1; }; }
29004 if diff "$ac_file" "$tmp/config.h" >/dev/null 2>&1; then
29005 { $as_echo "$as_me:$LINENO: $ac_file is unchanged" >&5
29006 $as_echo "$as_me: $ac_file is unchanged" >&6;}
29007 else
29008 rm -f "$ac_file"
29009 mv "$tmp/config.h" "$ac_file" \
29010 || { { $as_echo "$as_me:$LINENO: error: could not create $ac_file" >&5
29011 $as_echo "$as_me: error: could not create $ac_file" >&2;}
29012 { (exit 1); exit 1; }; }
29014 else
29015 $as_echo "/* $configure_input */" \
29016 && eval '$AWK -f "$tmp/defines.awk"' "$ac_file_inputs" \
29017 || { { $as_echo "$as_me:$LINENO: error: could not create -" >&5
29018 $as_echo "$as_me: error: could not create -" >&2;}
29019 { (exit 1); exit 1; }; }
29023 :C) { $as_echo "$as_me:$LINENO: executing $ac_file commands" >&5
29024 $as_echo "$as_me: executing $ac_file commands" >&6;}
29026 esac
29029 case $ac_file$ac_mode in
29030 "include/stamp-h":C) echo timestamp > include/stamp-h ;;
29031 "dlls/gdi32/enhmfdrv":C) test -d "dlls/gdi32/enhmfdrv" || ({ $as_echo "$as_me:$LINENO: creating dlls/gdi32/enhmfdrv" >&5
29032 $as_echo "$as_me: creating dlls/gdi32/enhmfdrv" >&6;} && mkdir "dlls/gdi32/enhmfdrv") ;;
29033 "dlls/gdi32/mfdrv":C) test -d "dlls/gdi32/mfdrv" || ({ $as_echo "$as_me:$LINENO: creating dlls/gdi32/mfdrv" >&5
29034 $as_echo "$as_me: creating dlls/gdi32/mfdrv" >&6;} && mkdir "dlls/gdi32/mfdrv") ;;
29035 "dlls/kernel32/nls":C) test -d "dlls/kernel32/nls" || ({ $as_echo "$as_me:$LINENO: creating dlls/kernel32/nls" >&5
29036 $as_echo "$as_me: creating dlls/kernel32/nls" >&6;} && mkdir "dlls/kernel32/nls") ;;
29037 "dlls/user32/resources":C) test -d "dlls/user32/resources" || ({ $as_echo "$as_me:$LINENO: creating dlls/user32/resources" >&5
29038 $as_echo "$as_me: creating dlls/user32/resources" >&6;} && mkdir "dlls/user32/resources") ;;
29039 "dlls/wineps.drv/data":C) test -d "dlls/wineps.drv/data" || ({ $as_echo "$as_me:$LINENO: creating dlls/wineps.drv/data" >&5
29040 $as_echo "$as_me: creating dlls/wineps.drv/data" >&6;} && mkdir "dlls/wineps.drv/data") ;;
29041 "include/wine":C) test -d "include/wine" || ({ $as_echo "$as_me:$LINENO: creating include/wine" >&5
29042 $as_echo "$as_me: creating include/wine" >&6;} && mkdir "include/wine") ;;
29044 esac
29045 done # for ac_tag
29048 { (exit 0); exit 0; }
29049 _ACEOF
29050 chmod +x $CONFIG_STATUS
29051 ac_clean_files=$ac_clean_files_save
29053 test $ac_write_fail = 0 ||
29054 { { $as_echo "$as_me:$LINENO: error: write failure creating $CONFIG_STATUS" >&5
29055 $as_echo "$as_me: error: write failure creating $CONFIG_STATUS" >&2;}
29056 { (exit 1); exit 1; }; }
29059 # configure is writing to config.log, and then calls config.status.
29060 # config.status does its own redirection, appending to config.log.
29061 # Unfortunately, on DOS this fails, as config.log is still kept open
29062 # by configure, so config.status won't be able to write to it; its
29063 # output is simply discarded. So we exec the FD to /dev/null,
29064 # effectively closing config.log, so it can be properly (re)opened and
29065 # appended to by config.status. When coming back to configure, we
29066 # need to make the FD available again.
29067 if test "$no_create" != yes; then
29068 ac_cs_success=:
29069 ac_config_status_args=
29070 test "$silent" = yes &&
29071 ac_config_status_args="$ac_config_status_args --quiet"
29072 exec 5>/dev/null
29073 $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success=false
29074 exec 5>>config.log
29075 # Use ||, not &&, to avoid exiting from the if with $? = 1, which
29076 # would make configure fail if this is the last instruction.
29077 $ac_cs_success || { (exit 1); exit 1; }
29079 if test -n "$ac_unrecognized_opts" && test "$enable_option_checking" != no; then
29080 { $as_echo "$as_me:$LINENO: WARNING: unrecognized options: $ac_unrecognized_opts" >&5
29081 $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2;}
29085 if test "$no_create" = "yes"
29086 then
29087 exit 0
29090 ac_save_IFS="$IFS"
29091 if test "x$wine_notices != "x; then
29092 echo >&6
29093 IFS="|"
29094 for msg in $wine_notices; do
29095 IFS="$ac_save_IFS"
29096 if test -n "$msg"; then
29097 { $as_echo "$as_me:$LINENO: $msg" >&5
29098 $as_echo "$as_me: $msg" >&6;}
29100 done
29102 IFS="|"
29103 for msg in $wine_warnings; do
29104 IFS="$ac_save_IFS"
29105 if test -n "$msg"; then
29106 echo >&2
29107 { $as_echo "$as_me:$LINENO: WARNING: $msg" >&5
29108 $as_echo "$as_me: WARNING: $msg" >&2;}
29110 done
29111 IFS="$ac_save_IFS"
29113 echo "
29114 $as_me: Finished. Do '${ac_make} depend && ${ac_make}' to compile Wine.
29115 " >&6