gdi32, winex11: Add support for subpixel font rendering.
[wine/wine64.git] / configure
blob8574025f5d6ffe3f9ceb27c04d2008d4b72f4633
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 TOOLSDIR
749 CPPBIN
750 ac_ct_CXX
751 CXXFLAGS
753 OBJEXT
754 EXEEXT
755 ac_ct_CC
756 CPPFLAGS
757 LDFLAGS
758 CFLAGS
760 SET_MAKE
761 WIN16_INSTALL
762 WIN16_FILES
763 host_os
764 host_vendor
765 host_cpu
766 host
767 build_os
768 build_vendor
769 build_cpu
770 build
771 MAINTAINER_MODE
772 target_alias
773 host_alias
774 build_alias
775 LIBS
776 ECHO_T
777 ECHO_N
778 ECHO_C
779 DEFS
780 mandir
781 localedir
782 libdir
783 psdir
784 pdfdir
785 dvidir
786 htmldir
787 infodir
788 docdir
789 oldincludedir
790 includedir
791 localstatedir
792 sharedstatedir
793 sysconfdir
794 datadir
795 datarootdir
796 libexecdir
797 sbindir
798 bindir
799 program_transform_name
800 prefix
801 exec_prefix
802 PACKAGE_BUGREPORT
803 PACKAGE_STRING
804 PACKAGE_VERSION
805 PACKAGE_TARNAME
806 PACKAGE_NAME
807 PATH_SEPARATOR
808 SHELL'
809 ac_subst_files='MAKE_RULES
810 MAKE_DLL_RULES
811 MAKE_IMPLIB_RULES
812 MAKE_TEST_RULES
813 MAKE_PROG_RULES'
814 ac_user_opts='
815 enable_option_checking
816 enable_win16
817 enable_win64
818 enable_tests
819 enable_maintainer_mode
820 with_alsa
821 with_audioio
822 with_capi
823 with_cms
824 with_coreaudio
825 with_cups
826 with_curses
827 with_esd
828 with_fontconfig
829 with_freetype
830 with_gphoto
831 with_glu
832 with_gnutls
833 with_hal
834 with_jack
835 with_jpeg
836 with_ldap
837 with_nas
838 with_opengl
839 with_openssl
840 with_oss
841 with_png
842 with_sane
843 with_xcomposite
844 with_xcursor
845 with_xinerama
846 with_xinput
847 with_xml
848 with_xrandr
849 with_xrender
850 with_xshape
851 with_xshm
852 with_xslt
853 with_xxf86vm
854 with_wine_tools
855 with_x
857 ac_precious_vars='build_alias
858 host_alias
859 target_alias
861 CFLAGS
862 LDFLAGS
863 LIBS
864 CPPFLAGS
866 CXXFLAGS
868 XMKMF
869 CPP'
872 # Initialize some variables set by options.
873 ac_init_help=
874 ac_init_version=false
875 ac_unrecognized_opts=
876 ac_unrecognized_sep=
877 # The variables have the same names as the options, with
878 # dashes changed to underlines.
879 cache_file=/dev/null
880 exec_prefix=NONE
881 no_create=
882 no_recursion=
883 prefix=NONE
884 program_prefix=NONE
885 program_suffix=NONE
886 program_transform_name=s,x,x,
887 silent=
888 site=
889 srcdir=
890 verbose=
891 x_includes=NONE
892 x_libraries=NONE
894 # Installation directory options.
895 # These are left unexpanded so users can "make install exec_prefix=/foo"
896 # and all the variables that are supposed to be based on exec_prefix
897 # by default will actually change.
898 # Use braces instead of parens because sh, perl, etc. also accept them.
899 # (The list follows the same order as the GNU Coding Standards.)
900 bindir='${exec_prefix}/bin'
901 sbindir='${exec_prefix}/sbin'
902 libexecdir='${exec_prefix}/libexec'
903 datarootdir='${prefix}/share'
904 datadir='${datarootdir}'
905 sysconfdir='${prefix}/etc'
906 sharedstatedir='${prefix}/com'
907 localstatedir='${prefix}/var'
908 includedir='${prefix}/include'
909 oldincludedir='/usr/include'
910 docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
911 infodir='${datarootdir}/info'
912 htmldir='${docdir}'
913 dvidir='${docdir}'
914 pdfdir='${docdir}'
915 psdir='${docdir}'
916 libdir='${exec_prefix}/lib'
917 localedir='${datarootdir}/locale'
918 mandir='${datarootdir}/man'
920 ac_prev=
921 ac_dashdash=
922 for ac_option
924 # If the previous option needs an argument, assign it.
925 if test -n "$ac_prev"; then
926 eval $ac_prev=\$ac_option
927 ac_prev=
928 continue
931 case $ac_option in
932 *=*) ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
933 *) ac_optarg=yes ;;
934 esac
936 # Accept the important Cygnus configure options, so we can diagnose typos.
938 case $ac_dashdash$ac_option in
940 ac_dashdash=yes ;;
942 -bindir | --bindir | --bindi | --bind | --bin | --bi)
943 ac_prev=bindir ;;
944 -bindir=* | --bindir=* | --bindi=* | --bind=* | --bin=* | --bi=*)
945 bindir=$ac_optarg ;;
947 -build | --build | --buil | --bui | --bu)
948 ac_prev=build_alias ;;
949 -build=* | --build=* | --buil=* | --bui=* | --bu=*)
950 build_alias=$ac_optarg ;;
952 -cache-file | --cache-file | --cache-fil | --cache-fi \
953 | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c)
954 ac_prev=cache_file ;;
955 -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \
956 | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*)
957 cache_file=$ac_optarg ;;
959 --config-cache | -C)
960 cache_file=config.cache ;;
962 -datadir | --datadir | --datadi | --datad)
963 ac_prev=datadir ;;
964 -datadir=* | --datadir=* | --datadi=* | --datad=*)
965 datadir=$ac_optarg ;;
967 -datarootdir | --datarootdir | --datarootdi | --datarootd | --dataroot \
968 | --dataroo | --dataro | --datar)
969 ac_prev=datarootdir ;;
970 -datarootdir=* | --datarootdir=* | --datarootdi=* | --datarootd=* \
971 | --dataroot=* | --dataroo=* | --dataro=* | --datar=*)
972 datarootdir=$ac_optarg ;;
974 -disable-* | --disable-*)
975 ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
976 # Reject names that are not valid shell variable names.
977 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
978 { $as_echo "$as_me: error: invalid feature name: $ac_useropt" >&2
979 { (exit 1); exit 1; }; }
980 ac_useropt_orig=$ac_useropt
981 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
982 case $ac_user_opts in
984 "enable_$ac_useropt"
985 "*) ;;
986 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--disable-$ac_useropt_orig"
987 ac_unrecognized_sep=', ';;
988 esac
989 eval enable_$ac_useropt=no ;;
991 -docdir | --docdir | --docdi | --doc | --do)
992 ac_prev=docdir ;;
993 -docdir=* | --docdir=* | --docdi=* | --doc=* | --do=*)
994 docdir=$ac_optarg ;;
996 -dvidir | --dvidir | --dvidi | --dvid | --dvi | --dv)
997 ac_prev=dvidir ;;
998 -dvidir=* | --dvidir=* | --dvidi=* | --dvid=* | --dvi=* | --dv=*)
999 dvidir=$ac_optarg ;;
1001 -enable-* | --enable-*)
1002 ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
1003 # Reject names that are not valid shell variable names.
1004 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
1005 { $as_echo "$as_me: error: invalid feature name: $ac_useropt" >&2
1006 { (exit 1); exit 1; }; }
1007 ac_useropt_orig=$ac_useropt
1008 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1009 case $ac_user_opts in
1011 "enable_$ac_useropt"
1012 "*) ;;
1013 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--enable-$ac_useropt_orig"
1014 ac_unrecognized_sep=', ';;
1015 esac
1016 eval enable_$ac_useropt=\$ac_optarg ;;
1018 -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \
1019 | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \
1020 | --exec | --exe | --ex)
1021 ac_prev=exec_prefix ;;
1022 -exec-prefix=* | --exec_prefix=* | --exec-prefix=* | --exec-prefi=* \
1023 | --exec-pref=* | --exec-pre=* | --exec-pr=* | --exec-p=* | --exec-=* \
1024 | --exec=* | --exe=* | --ex=*)
1025 exec_prefix=$ac_optarg ;;
1027 -gas | --gas | --ga | --g)
1028 # Obsolete; use --with-gas.
1029 with_gas=yes ;;
1031 -help | --help | --hel | --he | -h)
1032 ac_init_help=long ;;
1033 -help=r* | --help=r* | --hel=r* | --he=r* | -hr*)
1034 ac_init_help=recursive ;;
1035 -help=s* | --help=s* | --hel=s* | --he=s* | -hs*)
1036 ac_init_help=short ;;
1038 -host | --host | --hos | --ho)
1039 ac_prev=host_alias ;;
1040 -host=* | --host=* | --hos=* | --ho=*)
1041 host_alias=$ac_optarg ;;
1043 -htmldir | --htmldir | --htmldi | --htmld | --html | --htm | --ht)
1044 ac_prev=htmldir ;;
1045 -htmldir=* | --htmldir=* | --htmldi=* | --htmld=* | --html=* | --htm=* \
1046 | --ht=*)
1047 htmldir=$ac_optarg ;;
1049 -includedir | --includedir | --includedi | --included | --include \
1050 | --includ | --inclu | --incl | --inc)
1051 ac_prev=includedir ;;
1052 -includedir=* | --includedir=* | --includedi=* | --included=* | --include=* \
1053 | --includ=* | --inclu=* | --incl=* | --inc=*)
1054 includedir=$ac_optarg ;;
1056 -infodir | --infodir | --infodi | --infod | --info | --inf)
1057 ac_prev=infodir ;;
1058 -infodir=* | --infodir=* | --infodi=* | --infod=* | --info=* | --inf=*)
1059 infodir=$ac_optarg ;;
1061 -libdir | --libdir | --libdi | --libd)
1062 ac_prev=libdir ;;
1063 -libdir=* | --libdir=* | --libdi=* | --libd=*)
1064 libdir=$ac_optarg ;;
1066 -libexecdir | --libexecdir | --libexecdi | --libexecd | --libexec \
1067 | --libexe | --libex | --libe)
1068 ac_prev=libexecdir ;;
1069 -libexecdir=* | --libexecdir=* | --libexecdi=* | --libexecd=* | --libexec=* \
1070 | --libexe=* | --libex=* | --libe=*)
1071 libexecdir=$ac_optarg ;;
1073 -localedir | --localedir | --localedi | --localed | --locale)
1074 ac_prev=localedir ;;
1075 -localedir=* | --localedir=* | --localedi=* | --localed=* | --locale=*)
1076 localedir=$ac_optarg ;;
1078 -localstatedir | --localstatedir | --localstatedi | --localstated \
1079 | --localstate | --localstat | --localsta | --localst | --locals)
1080 ac_prev=localstatedir ;;
1081 -localstatedir=* | --localstatedir=* | --localstatedi=* | --localstated=* \
1082 | --localstate=* | --localstat=* | --localsta=* | --localst=* | --locals=*)
1083 localstatedir=$ac_optarg ;;
1085 -mandir | --mandir | --mandi | --mand | --man | --ma | --m)
1086 ac_prev=mandir ;;
1087 -mandir=* | --mandir=* | --mandi=* | --mand=* | --man=* | --ma=* | --m=*)
1088 mandir=$ac_optarg ;;
1090 -nfp | --nfp | --nf)
1091 # Obsolete; use --without-fp.
1092 with_fp=no ;;
1094 -no-create | --no-create | --no-creat | --no-crea | --no-cre \
1095 | --no-cr | --no-c | -n)
1096 no_create=yes ;;
1098 -no-recursion | --no-recursion | --no-recursio | --no-recursi \
1099 | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r)
1100 no_recursion=yes ;;
1102 -oldincludedir | --oldincludedir | --oldincludedi | --oldincluded \
1103 | --oldinclude | --oldinclud | --oldinclu | --oldincl | --oldinc \
1104 | --oldin | --oldi | --old | --ol | --o)
1105 ac_prev=oldincludedir ;;
1106 -oldincludedir=* | --oldincludedir=* | --oldincludedi=* | --oldincluded=* \
1107 | --oldinclude=* | --oldinclud=* | --oldinclu=* | --oldincl=* | --oldinc=* \
1108 | --oldin=* | --oldi=* | --old=* | --ol=* | --o=*)
1109 oldincludedir=$ac_optarg ;;
1111 -prefix | --prefix | --prefi | --pref | --pre | --pr | --p)
1112 ac_prev=prefix ;;
1113 -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*)
1114 prefix=$ac_optarg ;;
1116 -program-prefix | --program-prefix | --program-prefi | --program-pref \
1117 | --program-pre | --program-pr | --program-p)
1118 ac_prev=program_prefix ;;
1119 -program-prefix=* | --program-prefix=* | --program-prefi=* \
1120 | --program-pref=* | --program-pre=* | --program-pr=* | --program-p=*)
1121 program_prefix=$ac_optarg ;;
1123 -program-suffix | --program-suffix | --program-suffi | --program-suff \
1124 | --program-suf | --program-su | --program-s)
1125 ac_prev=program_suffix ;;
1126 -program-suffix=* | --program-suffix=* | --program-suffi=* \
1127 | --program-suff=* | --program-suf=* | --program-su=* | --program-s=*)
1128 program_suffix=$ac_optarg ;;
1130 -program-transform-name | --program-transform-name \
1131 | --program-transform-nam | --program-transform-na \
1132 | --program-transform-n | --program-transform- \
1133 | --program-transform | --program-transfor \
1134 | --program-transfo | --program-transf \
1135 | --program-trans | --program-tran \
1136 | --progr-tra | --program-tr | --program-t)
1137 ac_prev=program_transform_name ;;
1138 -program-transform-name=* | --program-transform-name=* \
1139 | --program-transform-nam=* | --program-transform-na=* \
1140 | --program-transform-n=* | --program-transform-=* \
1141 | --program-transform=* | --program-transfor=* \
1142 | --program-transfo=* | --program-transf=* \
1143 | --program-trans=* | --program-tran=* \
1144 | --progr-tra=* | --program-tr=* | --program-t=*)
1145 program_transform_name=$ac_optarg ;;
1147 -pdfdir | --pdfdir | --pdfdi | --pdfd | --pdf | --pd)
1148 ac_prev=pdfdir ;;
1149 -pdfdir=* | --pdfdir=* | --pdfdi=* | --pdfd=* | --pdf=* | --pd=*)
1150 pdfdir=$ac_optarg ;;
1152 -psdir | --psdir | --psdi | --psd | --ps)
1153 ac_prev=psdir ;;
1154 -psdir=* | --psdir=* | --psdi=* | --psd=* | --ps=*)
1155 psdir=$ac_optarg ;;
1157 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
1158 | -silent | --silent | --silen | --sile | --sil)
1159 silent=yes ;;
1161 -sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb)
1162 ac_prev=sbindir ;;
1163 -sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* \
1164 | --sbi=* | --sb=*)
1165 sbindir=$ac_optarg ;;
1167 -sharedstatedir | --sharedstatedir | --sharedstatedi \
1168 | --sharedstated | --sharedstate | --sharedstat | --sharedsta \
1169 | --sharedst | --shareds | --shared | --share | --shar \
1170 | --sha | --sh)
1171 ac_prev=sharedstatedir ;;
1172 -sharedstatedir=* | --sharedstatedir=* | --sharedstatedi=* \
1173 | --sharedstated=* | --sharedstate=* | --sharedstat=* | --sharedsta=* \
1174 | --sharedst=* | --shareds=* | --shared=* | --share=* | --shar=* \
1175 | --sha=* | --sh=*)
1176 sharedstatedir=$ac_optarg ;;
1178 -site | --site | --sit)
1179 ac_prev=site ;;
1180 -site=* | --site=* | --sit=*)
1181 site=$ac_optarg ;;
1183 -srcdir | --srcdir | --srcdi | --srcd | --src | --sr)
1184 ac_prev=srcdir ;;
1185 -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*)
1186 srcdir=$ac_optarg ;;
1188 -sysconfdir | --sysconfdir | --sysconfdi | --sysconfd | --sysconf \
1189 | --syscon | --sysco | --sysc | --sys | --sy)
1190 ac_prev=sysconfdir ;;
1191 -sysconfdir=* | --sysconfdir=* | --sysconfdi=* | --sysconfd=* | --sysconf=* \
1192 | --syscon=* | --sysco=* | --sysc=* | --sys=* | --sy=*)
1193 sysconfdir=$ac_optarg ;;
1195 -target | --target | --targe | --targ | --tar | --ta | --t)
1196 ac_prev=target_alias ;;
1197 -target=* | --target=* | --targe=* | --targ=* | --tar=* | --ta=* | --t=*)
1198 target_alias=$ac_optarg ;;
1200 -v | -verbose | --verbose | --verbos | --verbo | --verb)
1201 verbose=yes ;;
1203 -version | --version | --versio | --versi | --vers | -V)
1204 ac_init_version=: ;;
1206 -with-* | --with-*)
1207 ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
1208 # Reject names that are not valid shell variable names.
1209 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
1210 { $as_echo "$as_me: error: invalid package name: $ac_useropt" >&2
1211 { (exit 1); exit 1; }; }
1212 ac_useropt_orig=$ac_useropt
1213 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1214 case $ac_user_opts in
1216 "with_$ac_useropt"
1217 "*) ;;
1218 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--with-$ac_useropt_orig"
1219 ac_unrecognized_sep=', ';;
1220 esac
1221 eval with_$ac_useropt=\$ac_optarg ;;
1223 -without-* | --without-*)
1224 ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'`
1225 # Reject names that are not valid shell variable names.
1226 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
1227 { $as_echo "$as_me: error: invalid package name: $ac_useropt" >&2
1228 { (exit 1); exit 1; }; }
1229 ac_useropt_orig=$ac_useropt
1230 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1231 case $ac_user_opts in
1233 "with_$ac_useropt"
1234 "*) ;;
1235 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--without-$ac_useropt_orig"
1236 ac_unrecognized_sep=', ';;
1237 esac
1238 eval with_$ac_useropt=no ;;
1240 --x)
1241 # Obsolete; use --with-x.
1242 with_x=yes ;;
1244 -x-includes | --x-includes | --x-include | --x-includ | --x-inclu \
1245 | --x-incl | --x-inc | --x-in | --x-i)
1246 ac_prev=x_includes ;;
1247 -x-includes=* | --x-includes=* | --x-include=* | --x-includ=* | --x-inclu=* \
1248 | --x-incl=* | --x-inc=* | --x-in=* | --x-i=*)
1249 x_includes=$ac_optarg ;;
1251 -x-libraries | --x-libraries | --x-librarie | --x-librari \
1252 | --x-librar | --x-libra | --x-libr | --x-lib | --x-li | --x-l)
1253 ac_prev=x_libraries ;;
1254 -x-libraries=* | --x-libraries=* | --x-librarie=* | --x-librari=* \
1255 | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*)
1256 x_libraries=$ac_optarg ;;
1258 -*) { $as_echo "$as_me: error: unrecognized option: $ac_option
1259 Try \`$0 --help' for more information." >&2
1260 { (exit 1); exit 1; }; }
1263 *=*)
1264 ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
1265 # Reject names that are not valid shell variable names.
1266 expr "x$ac_envvar" : ".*[^_$as_cr_alnum]" >/dev/null &&
1267 { $as_echo "$as_me: error: invalid variable name: $ac_envvar" >&2
1268 { (exit 1); exit 1; }; }
1269 eval $ac_envvar=\$ac_optarg
1270 export $ac_envvar ;;
1273 # FIXME: should be removed in autoconf 3.0.
1274 $as_echo "$as_me: WARNING: you should use --build, --host, --target" >&2
1275 expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev/null &&
1276 $as_echo "$as_me: WARNING: invalid host type: $ac_option" >&2
1277 : ${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option}
1280 esac
1281 done
1283 if test -n "$ac_prev"; then
1284 ac_option=--`echo $ac_prev | sed 's/_/-/g'`
1285 { $as_echo "$as_me: error: missing argument to $ac_option" >&2
1286 { (exit 1); exit 1; }; }
1289 if test -n "$ac_unrecognized_opts"; then
1290 case $enable_option_checking in
1291 no) ;;
1292 fatal) { $as_echo "$as_me: error: unrecognized options: $ac_unrecognized_opts" >&2
1293 { (exit 1); exit 1; }; } ;;
1294 *) $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2 ;;
1295 esac
1298 # Check all directory arguments for consistency.
1299 for ac_var in exec_prefix prefix bindir sbindir libexecdir datarootdir \
1300 datadir sysconfdir sharedstatedir localstatedir includedir \
1301 oldincludedir docdir infodir htmldir dvidir pdfdir psdir \
1302 libdir localedir mandir
1304 eval ac_val=\$$ac_var
1305 # Remove trailing slashes.
1306 case $ac_val in
1307 */ )
1308 ac_val=`expr "X$ac_val" : 'X\(.*[^/]\)' \| "X$ac_val" : 'X\(.*\)'`
1309 eval $ac_var=\$ac_val;;
1310 esac
1311 # Be sure to have absolute directory names.
1312 case $ac_val in
1313 [\\/$]* | ?:[\\/]* ) continue;;
1314 NONE | '' ) case $ac_var in *prefix ) continue;; esac;;
1315 esac
1316 { $as_echo "$as_me: error: expected an absolute directory name for --$ac_var: $ac_val" >&2
1317 { (exit 1); exit 1; }; }
1318 done
1320 # There might be people who depend on the old broken behavior: `$host'
1321 # used to hold the argument of --host etc.
1322 # FIXME: To remove some day.
1323 build=$build_alias
1324 host=$host_alias
1325 target=$target_alias
1327 # FIXME: To remove some day.
1328 if test "x$host_alias" != x; then
1329 if test "x$build_alias" = x; then
1330 cross_compiling=maybe
1331 $as_echo "$as_me: WARNING: If you wanted to set the --build type, don't use --host.
1332 If a cross compiler is detected then cross compile mode will be used." >&2
1333 elif test "x$build_alias" != "x$host_alias"; then
1334 cross_compiling=yes
1338 ac_tool_prefix=
1339 test -n "$host_alias" && ac_tool_prefix=$host_alias-
1341 test "$silent" = yes && exec 6>/dev/null
1344 ac_pwd=`pwd` && test -n "$ac_pwd" &&
1345 ac_ls_di=`ls -di .` &&
1346 ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` ||
1347 { $as_echo "$as_me: error: working directory cannot be determined" >&2
1348 { (exit 1); exit 1; }; }
1349 test "X$ac_ls_di" = "X$ac_pwd_ls_di" ||
1350 { $as_echo "$as_me: error: pwd does not report name of working directory" >&2
1351 { (exit 1); exit 1; }; }
1354 # Find the source files, if location was not specified.
1355 if test -z "$srcdir"; then
1356 ac_srcdir_defaulted=yes
1357 # Try the directory containing this script, then the parent directory.
1358 ac_confdir=`$as_dirname -- "$as_myself" ||
1359 $as_expr X"$as_myself" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
1360 X"$as_myself" : 'X\(//\)[^/]' \| \
1361 X"$as_myself" : 'X\(//\)$' \| \
1362 X"$as_myself" : 'X\(/\)' \| . 2>/dev/null ||
1363 $as_echo X"$as_myself" |
1364 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
1365 s//\1/
1368 /^X\(\/\/\)[^/].*/{
1369 s//\1/
1372 /^X\(\/\/\)$/{
1373 s//\1/
1376 /^X\(\/\).*/{
1377 s//\1/
1380 s/.*/./; q'`
1381 srcdir=$ac_confdir
1382 if test ! -r "$srcdir/$ac_unique_file"; then
1383 srcdir=..
1385 else
1386 ac_srcdir_defaulted=no
1388 if test ! -r "$srcdir/$ac_unique_file"; then
1389 test "$ac_srcdir_defaulted" = yes && srcdir="$ac_confdir or .."
1390 { $as_echo "$as_me: error: cannot find sources ($ac_unique_file) in $srcdir" >&2
1391 { (exit 1); exit 1; }; }
1393 ac_msg="sources are in $srcdir, but \`cd $srcdir' does not work"
1394 ac_abs_confdir=`(
1395 cd "$srcdir" && test -r "./$ac_unique_file" || { $as_echo "$as_me: error: $ac_msg" >&2
1396 { (exit 1); exit 1; }; }
1397 pwd)`
1398 # When building in place, set srcdir=.
1399 if test "$ac_abs_confdir" = "$ac_pwd"; then
1400 srcdir=.
1402 # Remove unnecessary trailing slashes from srcdir.
1403 # Double slashes in file names in object file debugging info
1404 # mess up M-x gdb in Emacs.
1405 case $srcdir in
1406 */) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;;
1407 esac
1408 for ac_var in $ac_precious_vars; do
1409 eval ac_env_${ac_var}_set=\${${ac_var}+set}
1410 eval ac_env_${ac_var}_value=\$${ac_var}
1411 eval ac_cv_env_${ac_var}_set=\${${ac_var}+set}
1412 eval ac_cv_env_${ac_var}_value=\$${ac_var}
1413 done
1416 # Report the --help message.
1418 if test "$ac_init_help" = "long"; then
1419 # Omit some internal or obsolete options to make the list less imposing.
1420 # This message is too long to be a string in the A/UX 3.1 sh.
1421 cat <<_ACEOF
1422 \`configure' configures Wine 1.1.11 to adapt to many kinds of systems.
1424 Usage: $0 [OPTION]... [VAR=VALUE]...
1426 To assign environment variables (e.g., CC, CFLAGS...), specify them as
1427 VAR=VALUE. See below for descriptions of some of the useful variables.
1429 Defaults for the options are specified in brackets.
1431 Configuration:
1432 -h, --help display this help and exit
1433 --help=short display options specific to this package
1434 --help=recursive display the short help of all the included packages
1435 -V, --version display version information and exit
1436 -q, --quiet, --silent do not print \`checking...' messages
1437 --cache-file=FILE cache test results in FILE [disabled]
1438 -C, --config-cache alias for \`--cache-file=config.cache'
1439 -n, --no-create do not create output files
1440 --srcdir=DIR find the sources in DIR [configure dir or \`..']
1442 Installation directories:
1443 --prefix=PREFIX install architecture-independent files in PREFIX
1444 [$ac_default_prefix]
1445 --exec-prefix=EPREFIX install architecture-dependent files in EPREFIX
1446 [PREFIX]
1448 By default, \`make install' will install all the files in
1449 \`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc. You can specify
1450 an installation prefix other than \`$ac_default_prefix' using \`--prefix',
1451 for instance \`--prefix=\$HOME'.
1453 For better control, use the options below.
1455 Fine tuning of the installation directories:
1456 --bindir=DIR user executables [EPREFIX/bin]
1457 --sbindir=DIR system admin executables [EPREFIX/sbin]
1458 --libexecdir=DIR program executables [EPREFIX/libexec]
1459 --sysconfdir=DIR read-only single-machine data [PREFIX/etc]
1460 --sharedstatedir=DIR modifiable architecture-independent data [PREFIX/com]
1461 --localstatedir=DIR modifiable single-machine data [PREFIX/var]
1462 --libdir=DIR object code libraries [EPREFIX/lib]
1463 --includedir=DIR C header files [PREFIX/include]
1464 --oldincludedir=DIR C header files for non-gcc [/usr/include]
1465 --datarootdir=DIR read-only arch.-independent data root [PREFIX/share]
1466 --datadir=DIR read-only architecture-independent data [DATAROOTDIR]
1467 --infodir=DIR info documentation [DATAROOTDIR/info]
1468 --localedir=DIR locale-dependent data [DATAROOTDIR/locale]
1469 --mandir=DIR man documentation [DATAROOTDIR/man]
1470 --docdir=DIR documentation root [DATAROOTDIR/doc/wine]
1471 --htmldir=DIR html documentation [DOCDIR]
1472 --dvidir=DIR dvi documentation [DOCDIR]
1473 --pdfdir=DIR pdf documentation [DOCDIR]
1474 --psdir=DIR ps documentation [DOCDIR]
1475 _ACEOF
1477 cat <<\_ACEOF
1479 X features:
1480 --x-includes=DIR X include files are in DIR
1481 --x-libraries=DIR X library files are in DIR
1483 System types:
1484 --build=BUILD configure for building on BUILD [guessed]
1485 --host=HOST cross-compile to build programs to run on HOST [BUILD]
1486 _ACEOF
1489 if test -n "$ac_init_help"; then
1490 case $ac_init_help in
1491 short | recursive ) echo "Configuration of Wine 1.1.11:";;
1492 esac
1493 cat <<\_ACEOF
1495 Optional Features:
1496 --disable-option-checking ignore unrecognized --enable/--with options
1497 --disable-FEATURE do not include FEATURE (same as --enable-FEATURE=no)
1498 --enable-FEATURE[=ARG] include FEATURE [ARG=yes]
1499 --disable-win16 do not include Win16 support
1500 --enable-win64 build a Win64 emulator on AMD64 (won't run Win32
1501 binaries)
1502 --disable-tests do not build the regression tests
1503 --enable-maintainer-mode
1504 enable maintainer-specific build rules
1506 Optional Packages:
1507 --with-PACKAGE[=ARG] use PACKAGE [ARG=yes]
1508 --without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no)
1509 --without-alsa do not use the Alsa sound support
1510 --without-audioio do not use the AudioIO sound support
1511 --without-capi do not use CAPI (ISDN support)
1512 --without-cms do not use CMS (color management support)
1513 --without-coreaudio do not use the CoreAudio sound support
1514 --without-cups do not use CUPS
1515 --without-curses do not use (n)curses
1516 --without-esd do not use the EsounD sound support
1517 --without-fontconfig do not use fontconfig
1518 --without-freetype do not use the FreeType library
1519 --without-gphoto do not use gphoto (Digital Camera support)
1520 --without-glu do not use the GLU library
1521 --without-gnutls do not use GnuTLS (schannel support)
1522 --without-hal do not use HAL (dynamic device support)
1523 --without-jack do not use the Jack sound support
1524 --without-jpeg do not use JPEG
1525 --without-ldap do not use LDAP
1526 --without-nas do not use the NAS sound support
1527 --without-opengl do not use OpenGL
1528 --without-openssl do not use OpenSSL
1529 --without-oss do not use the OSS sound support
1530 --without-png do not use PNG
1531 --without-sane do not use SANE (scanner support)
1532 --without-xcomposite do not use the Xcomposite extension
1533 --without-xcursor do not use the Xcursor extension
1534 --without-xinerama do not use Xinerama (multi-monitor support)
1535 --without-xinput do not use the Xinput extension
1536 --without-xml do not use XML
1537 --without-xrandr do not use Xrandr (resolution changes)
1538 --without-xrender do not use the Xrender extension
1539 --without-xshape do not use the Xshape extension
1540 --without-xshm do not use XShm (shared memory extension)
1541 --without-xslt do not use XSLT
1542 --without-xxf86vm do not use XFree video mode extension
1543 --with-wine-tools=DIR use Wine tools from directory DIR
1544 --with-x use the X Window System
1546 Some influential environment variables:
1547 CC C compiler command
1548 CFLAGS C compiler flags
1549 LDFLAGS linker flags, e.g. -L<lib dir> if you have libraries in a
1550 nonstandard directory <lib dir>
1551 LIBS libraries to pass to the linker, e.g. -l<library>
1552 CPPFLAGS C/C++/Objective C preprocessor flags, e.g. -I<include dir> if
1553 you have headers in a nonstandard directory <include dir>
1554 CXX C++ compiler command
1555 CXXFLAGS C++ compiler flags
1556 XMKMF Path to xmkmf, Makefile generator for X Window System
1557 CPP C preprocessor
1559 Use these variables to override the choices made by `configure' or to help
1560 it to find libraries and programs with nonstandard names/locations.
1562 Report bugs to <wine-devel@winehq.org>.
1563 _ACEOF
1564 ac_status=$?
1567 if test "$ac_init_help" = "recursive"; then
1568 # If there are subdirs, report their specific --help.
1569 for ac_dir in : $ac_subdirs_all; do test "x$ac_dir" = x: && continue
1570 test -d "$ac_dir" ||
1571 { cd "$srcdir" && ac_pwd=`pwd` && srcdir=. && test -d "$ac_dir"; } ||
1572 continue
1573 ac_builddir=.
1575 case "$ac_dir" in
1576 .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
1578 ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
1579 # A ".." for each directory in $ac_dir_suffix.
1580 ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
1581 case $ac_top_builddir_sub in
1582 "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
1583 *) ac_top_build_prefix=$ac_top_builddir_sub/ ;;
1584 esac ;;
1585 esac
1586 ac_abs_top_builddir=$ac_pwd
1587 ac_abs_builddir=$ac_pwd$ac_dir_suffix
1588 # for backward compatibility:
1589 ac_top_builddir=$ac_top_build_prefix
1591 case $srcdir in
1592 .) # We are building in place.
1593 ac_srcdir=.
1594 ac_top_srcdir=$ac_top_builddir_sub
1595 ac_abs_top_srcdir=$ac_pwd ;;
1596 [\\/]* | ?:[\\/]* ) # Absolute name.
1597 ac_srcdir=$srcdir$ac_dir_suffix;
1598 ac_top_srcdir=$srcdir
1599 ac_abs_top_srcdir=$srcdir ;;
1600 *) # Relative name.
1601 ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
1602 ac_top_srcdir=$ac_top_build_prefix$srcdir
1603 ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
1604 esac
1605 ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
1607 cd "$ac_dir" || { ac_status=$?; continue; }
1608 # Check for guested configure.
1609 if test -f "$ac_srcdir/configure.gnu"; then
1610 echo &&
1611 $SHELL "$ac_srcdir/configure.gnu" --help=recursive
1612 elif test -f "$ac_srcdir/configure"; then
1613 echo &&
1614 $SHELL "$ac_srcdir/configure" --help=recursive
1615 else
1616 $as_echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2
1617 fi || ac_status=$?
1618 cd "$ac_pwd" || { ac_status=$?; break; }
1619 done
1622 test -n "$ac_init_help" && exit $ac_status
1623 if $ac_init_version; then
1624 cat <<\_ACEOF
1625 Wine configure 1.1.11
1626 generated by GNU Autoconf 2.63
1628 Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
1629 2002, 2003, 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc.
1630 This configure script is free software; the Free Software Foundation
1631 gives unlimited permission to copy, distribute and modify it.
1632 _ACEOF
1633 exit
1635 cat >config.log <<_ACEOF
1636 This file contains any messages produced by compilers while
1637 running configure, to aid debugging if configure makes a mistake.
1639 It was created by Wine $as_me 1.1.11, which was
1640 generated by GNU Autoconf 2.63. Invocation command line was
1642 $ $0 $@
1644 _ACEOF
1645 exec 5>>config.log
1647 cat <<_ASUNAME
1648 ## --------- ##
1649 ## Platform. ##
1650 ## --------- ##
1652 hostname = `(hostname || uname -n) 2>/dev/null | sed 1q`
1653 uname -m = `(uname -m) 2>/dev/null || echo unknown`
1654 uname -r = `(uname -r) 2>/dev/null || echo unknown`
1655 uname -s = `(uname -s) 2>/dev/null || echo unknown`
1656 uname -v = `(uname -v) 2>/dev/null || echo unknown`
1658 /usr/bin/uname -p = `(/usr/bin/uname -p) 2>/dev/null || echo unknown`
1659 /bin/uname -X = `(/bin/uname -X) 2>/dev/null || echo unknown`
1661 /bin/arch = `(/bin/arch) 2>/dev/null || echo unknown`
1662 /usr/bin/arch -k = `(/usr/bin/arch -k) 2>/dev/null || echo unknown`
1663 /usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null || echo unknown`
1664 /usr/bin/hostinfo = `(/usr/bin/hostinfo) 2>/dev/null || echo unknown`
1665 /bin/machine = `(/bin/machine) 2>/dev/null || echo unknown`
1666 /usr/bin/oslevel = `(/usr/bin/oslevel) 2>/dev/null || echo unknown`
1667 /bin/universe = `(/bin/universe) 2>/dev/null || echo unknown`
1669 _ASUNAME
1671 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1672 for as_dir in $PATH
1674 IFS=$as_save_IFS
1675 test -z "$as_dir" && as_dir=.
1676 $as_echo "PATH: $as_dir"
1677 done
1678 IFS=$as_save_IFS
1680 } >&5
1682 cat >&5 <<_ACEOF
1685 ## ----------- ##
1686 ## Core tests. ##
1687 ## ----------- ##
1689 _ACEOF
1692 # Keep a trace of the command line.
1693 # Strip out --no-create and --no-recursion so they do not pile up.
1694 # Strip out --silent because we don't want to record it for future runs.
1695 # Also quote any args containing shell meta-characters.
1696 # Make two passes to allow for proper duplicate-argument suppression.
1697 ac_configure_args=
1698 ac_configure_args0=
1699 ac_configure_args1=
1700 ac_must_keep_next=false
1701 for ac_pass in 1 2
1703 for ac_arg
1705 case $ac_arg in
1706 -no-create | --no-c* | -n | -no-recursion | --no-r*) continue ;;
1707 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
1708 | -silent | --silent | --silen | --sile | --sil)
1709 continue ;;
1710 *\'*)
1711 ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
1712 esac
1713 case $ac_pass in
1714 1) ac_configure_args0="$ac_configure_args0 '$ac_arg'" ;;
1716 ac_configure_args1="$ac_configure_args1 '$ac_arg'"
1717 if test $ac_must_keep_next = true; then
1718 ac_must_keep_next=false # Got value, back to normal.
1719 else
1720 case $ac_arg in
1721 *=* | --config-cache | -C | -disable-* | --disable-* \
1722 | -enable-* | --enable-* | -gas | --g* | -nfp | --nf* \
1723 | -q | -quiet | --q* | -silent | --sil* | -v | -verb* \
1724 | -with-* | --with-* | -without-* | --without-* | --x)
1725 case "$ac_configure_args0 " in
1726 "$ac_configure_args1"*" '$ac_arg' "* ) continue ;;
1727 esac
1729 -* ) ac_must_keep_next=true ;;
1730 esac
1732 ac_configure_args="$ac_configure_args '$ac_arg'"
1734 esac
1735 done
1736 done
1737 $as_unset ac_configure_args0 || test "${ac_configure_args0+set}" != set || { ac_configure_args0=; export ac_configure_args0; }
1738 $as_unset ac_configure_args1 || test "${ac_configure_args1+set}" != set || { ac_configure_args1=; export ac_configure_args1; }
1740 # When interrupted or exit'd, cleanup temporary files, and complete
1741 # config.log. We remove comments because anyway the quotes in there
1742 # would cause problems or look ugly.
1743 # WARNING: Use '\'' to represent an apostrophe within the trap.
1744 # WARNING: Do not start the trap code with a newline, due to a FreeBSD 4.0 bug.
1745 trap 'exit_status=$?
1746 # Save into config.log some information that might help in debugging.
1748 echo
1750 cat <<\_ASBOX
1751 ## ---------------- ##
1752 ## Cache variables. ##
1753 ## ---------------- ##
1754 _ASBOX
1755 echo
1756 # The following way of writing the cache mishandles newlines in values,
1758 for ac_var in `(set) 2>&1 | sed -n '\''s/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'\''`; do
1759 eval ac_val=\$$ac_var
1760 case $ac_val in #(
1761 *${as_nl}*)
1762 case $ac_var in #(
1763 *_cv_*) { $as_echo "$as_me:$LINENO: WARNING: cache variable $ac_var contains a newline" >&5
1764 $as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
1765 esac
1766 case $ac_var in #(
1767 _ | IFS | as_nl) ;; #(
1768 BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
1769 *) $as_unset $ac_var ;;
1770 esac ;;
1771 esac
1772 done
1773 (set) 2>&1 |
1774 case $as_nl`(ac_space='\'' '\''; set) 2>&1` in #(
1775 *${as_nl}ac_space=\ *)
1776 sed -n \
1777 "s/'\''/'\''\\\\'\'''\''/g;
1778 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\''\\2'\''/p"
1779 ;; #(
1781 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
1783 esac |
1784 sort
1786 echo
1788 cat <<\_ASBOX
1789 ## ----------------- ##
1790 ## Output variables. ##
1791 ## ----------------- ##
1792 _ASBOX
1793 echo
1794 for ac_var in $ac_subst_vars
1796 eval ac_val=\$$ac_var
1797 case $ac_val in
1798 *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
1799 esac
1800 $as_echo "$ac_var='\''$ac_val'\''"
1801 done | sort
1802 echo
1804 if test -n "$ac_subst_files"; then
1805 cat <<\_ASBOX
1806 ## ------------------- ##
1807 ## File substitutions. ##
1808 ## ------------------- ##
1809 _ASBOX
1810 echo
1811 for ac_var in $ac_subst_files
1813 eval ac_val=\$$ac_var
1814 case $ac_val in
1815 *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
1816 esac
1817 $as_echo "$ac_var='\''$ac_val'\''"
1818 done | sort
1819 echo
1822 if test -s confdefs.h; then
1823 cat <<\_ASBOX
1824 ## ----------- ##
1825 ## confdefs.h. ##
1826 ## ----------- ##
1827 _ASBOX
1828 echo
1829 cat confdefs.h
1830 echo
1832 test "$ac_signal" != 0 &&
1833 $as_echo "$as_me: caught signal $ac_signal"
1834 $as_echo "$as_me: exit $exit_status"
1835 } >&5
1836 rm -f core *.core core.conftest.* &&
1837 rm -f -r conftest* confdefs* conf$$* $ac_clean_files &&
1838 exit $exit_status
1840 for ac_signal in 1 2 13 15; do
1841 trap 'ac_signal='$ac_signal'; { (exit 1); exit 1; }' $ac_signal
1842 done
1843 ac_signal=0
1845 # confdefs.h avoids OS command line length limits that DEFS can exceed.
1846 rm -f -r conftest* confdefs.h
1848 # Predefined preprocessor variables.
1850 cat >>confdefs.h <<_ACEOF
1851 #define PACKAGE_NAME "$PACKAGE_NAME"
1852 _ACEOF
1855 cat >>confdefs.h <<_ACEOF
1856 #define PACKAGE_TARNAME "$PACKAGE_TARNAME"
1857 _ACEOF
1860 cat >>confdefs.h <<_ACEOF
1861 #define PACKAGE_VERSION "$PACKAGE_VERSION"
1862 _ACEOF
1865 cat >>confdefs.h <<_ACEOF
1866 #define PACKAGE_STRING "$PACKAGE_STRING"
1867 _ACEOF
1870 cat >>confdefs.h <<_ACEOF
1871 #define PACKAGE_BUGREPORT "$PACKAGE_BUGREPORT"
1872 _ACEOF
1875 # Let the site file select an alternate cache file if it wants to.
1876 # Prefer an explicitly selected file to automatically selected ones.
1877 ac_site_file1=NONE
1878 ac_site_file2=NONE
1879 if test -n "$CONFIG_SITE"; then
1880 ac_site_file1=$CONFIG_SITE
1881 elif test "x$prefix" != xNONE; then
1882 ac_site_file1=$prefix/share/config.site
1883 ac_site_file2=$prefix/etc/config.site
1884 else
1885 ac_site_file1=$ac_default_prefix/share/config.site
1886 ac_site_file2=$ac_default_prefix/etc/config.site
1888 for ac_site_file in "$ac_site_file1" "$ac_site_file2"
1890 test "x$ac_site_file" = xNONE && continue
1891 if test -r "$ac_site_file"; then
1892 { $as_echo "$as_me:$LINENO: loading site script $ac_site_file" >&5
1893 $as_echo "$as_me: loading site script $ac_site_file" >&6;}
1894 sed 's/^/| /' "$ac_site_file" >&5
1895 . "$ac_site_file"
1897 done
1899 if test -r "$cache_file"; then
1900 # Some versions of bash will fail to source /dev/null (special
1901 # files actually), so we avoid doing that.
1902 if test -f "$cache_file"; then
1903 { $as_echo "$as_me:$LINENO: loading cache $cache_file" >&5
1904 $as_echo "$as_me: loading cache $cache_file" >&6;}
1905 case $cache_file in
1906 [\\/]* | ?:[\\/]* ) . "$cache_file";;
1907 *) . "./$cache_file";;
1908 esac
1910 else
1911 { $as_echo "$as_me:$LINENO: creating cache $cache_file" >&5
1912 $as_echo "$as_me: creating cache $cache_file" >&6;}
1913 >$cache_file
1916 # Check that the precious variables saved in the cache have kept the same
1917 # value.
1918 ac_cache_corrupted=false
1919 for ac_var in $ac_precious_vars; do
1920 eval ac_old_set=\$ac_cv_env_${ac_var}_set
1921 eval ac_new_set=\$ac_env_${ac_var}_set
1922 eval ac_old_val=\$ac_cv_env_${ac_var}_value
1923 eval ac_new_val=\$ac_env_${ac_var}_value
1924 case $ac_old_set,$ac_new_set in
1925 set,)
1926 { $as_echo "$as_me:$LINENO: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
1927 $as_echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
1928 ac_cache_corrupted=: ;;
1929 ,set)
1930 { $as_echo "$as_me:$LINENO: error: \`$ac_var' was not set in the previous run" >&5
1931 $as_echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;}
1932 ac_cache_corrupted=: ;;
1933 ,);;
1935 if test "x$ac_old_val" != "x$ac_new_val"; then
1936 # differences in whitespace do not lead to failure.
1937 ac_old_val_w=`echo x $ac_old_val`
1938 ac_new_val_w=`echo x $ac_new_val`
1939 if test "$ac_old_val_w" != "$ac_new_val_w"; then
1940 { $as_echo "$as_me:$LINENO: error: \`$ac_var' has changed since the previous run:" >&5
1941 $as_echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;}
1942 ac_cache_corrupted=:
1943 else
1944 { $as_echo "$as_me:$LINENO: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&5
1945 $as_echo "$as_me: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&2;}
1946 eval $ac_var=\$ac_old_val
1948 { $as_echo "$as_me:$LINENO: former value: \`$ac_old_val'" >&5
1949 $as_echo "$as_me: former value: \`$ac_old_val'" >&2;}
1950 { $as_echo "$as_me:$LINENO: current value: \`$ac_new_val'" >&5
1951 $as_echo "$as_me: current value: \`$ac_new_val'" >&2;}
1952 fi;;
1953 esac
1954 # Pass precious variables to config.status.
1955 if test "$ac_new_set" = set; then
1956 case $ac_new_val in
1957 *\'*) ac_arg=$ac_var=`$as_echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
1958 *) ac_arg=$ac_var=$ac_new_val ;;
1959 esac
1960 case " $ac_configure_args " in
1961 *" '$ac_arg' "*) ;; # Avoid dups. Use of quotes ensures accuracy.
1962 *) ac_configure_args="$ac_configure_args '$ac_arg'" ;;
1963 esac
1965 done
1966 if $ac_cache_corrupted; then
1967 { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5
1968 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
1969 { $as_echo "$as_me:$LINENO: error: changes in the environment can compromise the build" >&5
1970 $as_echo "$as_me: error: changes in the environment can compromise the build" >&2;}
1971 { { $as_echo "$as_me:$LINENO: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&5
1972 $as_echo "$as_me: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&2;}
1973 { (exit 1); exit 1; }; }
2000 ac_ext=c
2001 ac_cpp='$CPP $CPPFLAGS'
2002 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2003 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2004 ac_compiler_gnu=$ac_cv_c_compiler_gnu
2008 ac_config_headers="$ac_config_headers include/config.h"
2010 ac_aux_dir=
2011 for ac_dir in tools "$srcdir"/tools; do
2012 if test -f "$ac_dir/install-sh"; then
2013 ac_aux_dir=$ac_dir
2014 ac_install_sh="$ac_aux_dir/install-sh -c"
2015 break
2016 elif test -f "$ac_dir/install.sh"; then
2017 ac_aux_dir=$ac_dir
2018 ac_install_sh="$ac_aux_dir/install.sh -c"
2019 break
2020 elif test -f "$ac_dir/shtool"; then
2021 ac_aux_dir=$ac_dir
2022 ac_install_sh="$ac_aux_dir/shtool install -c"
2023 break
2025 done
2026 if test -z "$ac_aux_dir"; then
2027 { { $as_echo "$as_me:$LINENO: error: cannot find install-sh or install.sh in tools \"$srcdir\"/tools" >&5
2028 $as_echo "$as_me: error: cannot find install-sh or install.sh in tools \"$srcdir\"/tools" >&2;}
2029 { (exit 1); exit 1; }; }
2032 # These three variables are undocumented and unsupported,
2033 # and are intended to be withdrawn in a future Autoconf release.
2034 # They can cause serious problems if a builder's source tree is in a directory
2035 # whose full name contains unusual characters.
2036 ac_config_guess="$SHELL $ac_aux_dir/config.guess" # Please don't use this var.
2037 ac_config_sub="$SHELL $ac_aux_dir/config.sub" # Please don't use this var.
2038 ac_configure="$SHELL $ac_aux_dir/configure" # Please don't use this var.
2043 # Check whether --enable-win16 was given.
2044 if test "${enable_win16+set}" = set; then
2045 enableval=$enable_win16;
2048 # Check whether --enable-win64 was given.
2049 if test "${enable_win64+set}" = set; then
2050 enableval=$enable_win64;
2053 # Check whether --enable-tests was given.
2054 if test "${enable_tests+set}" = set; then
2055 enableval=$enable_tests;
2058 # Check whether --enable-maintainer-mode was given.
2059 if test "${enable_maintainer_mode+set}" = set; then
2060 enableval=$enable_maintainer_mode;
2061 else
2062 MAINTAINER_MODE=\#
2068 # Check whether --with-alsa was given.
2069 if test "${with_alsa+set}" = set; then
2070 withval=$with_alsa; if test "x$withval" = "xno"; then ac_cv_header_sys_asoundlib_h=no; ac_cv_header_alsa_asoundlib_h=no; fi
2074 # Check whether --with-audioio was given.
2075 if test "${with_audioio+set}" = set; then
2076 withval=$with_audioio; if test "x$withval" = "xno"; then ac_cv_header_libaudioio_h=no; fi
2080 # Check whether --with-capi was given.
2081 if test "${with_capi+set}" = set; then
2082 withval=$with_capi; if test "x$withval" = "xno"; then ac_cv_header_capi20_h=no; ac_cv_header_linux_capi_h=no; fi
2086 # Check whether --with-cms was given.
2087 if test "${with_cms+set}" = set; then
2088 withval=$with_cms; if test "x$withval" = "xno"; then ac_cv_header_lcms_h=no; ac_cv_header_lcms_lcms_h=no; fi
2092 # Check whether --with-coreaudio was given.
2093 if test "${with_coreaudio+set}" = set; then
2094 withval=$with_coreaudio; if test "x$withval" = "xno"; then ac_cv_header_CoreAudio_CoreAudio_h=no; fi
2098 # Check whether --with-cups was given.
2099 if test "${with_cups+set}" = set; then
2100 withval=$with_cups;
2104 # Check whether --with-curses was given.
2105 if test "${with_curses+set}" = set; then
2106 withval=$with_curses; if test "x$withval" = "xno"; then ac_cv_header_ncurses_h=no; ac_cv_header_curses_h=no; fi
2110 # Check whether --with-esd was given.
2111 if test "${with_esd+set}" = set; then
2112 withval=$with_esd;
2116 # Check whether --with-fontconfig was given.
2117 if test "${with_fontconfig+set}" = set; then
2118 withval=$with_fontconfig; if test "x$withval" = "xno"; then ac_cv_header_fontconfig_fontconfig_h=no; fi
2122 # Check whether --with-freetype was given.
2123 if test "${with_freetype+set}" = set; then
2124 withval=$with_freetype;
2128 # Check whether --with-gphoto was given.
2129 if test "${with_gphoto+set}" = set; then
2130 withval=$with_gphoto;
2134 # Check whether --with-glu was given.
2135 if test "${with_glu+set}" = set; then
2136 withval=$with_glu; if test "x$withval" = "xno"; then ac_cv_header_GL_glu_h=no; fi
2140 # Check whether --with-gnutls was given.
2141 if test "${with_gnutls+set}" = set; then
2142 withval=$with_gnutls;
2146 # Check whether --with-hal was given.
2147 if test "${with_hal+set}" = set; then
2148 withval=$with_hal;
2152 # Check whether --with-jack was given.
2153 if test "${with_jack+set}" = set; then
2154 withval=$with_jack; if test "x$withval" = "xno"; then ac_cv_header_jack_jack_h=no; fi
2158 # Check whether --with-jpeg was given.
2159 if test "${with_jpeg+set}" = set; then
2160 withval=$with_jpeg; if test "x$withval" = "xno"; then ac_cv_header_jpeglib_h=no; fi
2164 # Check whether --with-ldap was given.
2165 if test "${with_ldap+set}" = set; then
2166 withval=$with_ldap; if test "x$withval" = "xno"; then ac_cv_header_ldap_h=no; ac_cv_header_lber_h=no; fi
2170 # Check whether --with-nas was given.
2171 if test "${with_nas+set}" = set; then
2172 withval=$with_nas; if test "x$withval" = "xno"; then ac_cv_header_audio_audiolib_h=no; fi
2176 # Check whether --with-opengl was given.
2177 if test "${with_opengl+set}" = set; then
2178 withval=$with_opengl;
2182 # Check whether --with-openssl was given.
2183 if test "${with_openssl+set}" = set; then
2184 withval=$with_openssl; if test "x$withval" = "xno"; then ac_cv_header_openssl_err_h=no; ac_cv_header_openssl_ssl_h=no; fi
2188 # Check whether --with-oss was given.
2189 if test "${with_oss+set}" = set; then
2190 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
2194 # Check whether --with-png was given.
2195 if test "${with_png+set}" = set; then
2196 withval=$with_png; if test "x$withval" = "xno"; then ac_cv_header_png_h=no; fi
2200 # Check whether --with-sane was given.
2201 if test "${with_sane+set}" = set; then
2202 withval=$with_sane;
2206 # Check whether --with-xcomposite was given.
2207 if test "${with_xcomposite+set}" = set; then
2208 withval=$with_xcomposite; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_Xcomposite_h=no; fi
2212 # Check whether --with-xcursor was given.
2213 if test "${with_xcursor+set}" = set; then
2214 withval=$with_xcursor; if test "x$withval" = "xno"; then ac_cv_header_X11_Xcursor_Xcursor_h=no; fi
2218 # Check whether --with-xinerama was given.
2219 if test "${with_xinerama+set}" = set; then
2220 withval=$with_xinerama; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_Xinerama_h=no; fi
2224 # Check whether --with-xinput was given.
2225 if test "${with_xinput+set}" = set; then
2226 withval=$with_xinput; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_XInput_h=no; fi
2230 # Check whether --with-xml was given.
2231 if test "${with_xml+set}" = set; then
2232 withval=$with_xml;
2236 # Check whether --with-xrandr was given.
2237 if test "${with_xrandr+set}" = set; then
2238 withval=$with_xrandr; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_Xrandr_h=no; fi
2242 # Check whether --with-xrender was given.
2243 if test "${with_xrender+set}" = set; then
2244 withval=$with_xrender; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_Xrender_h=no; fi
2248 # Check whether --with-xshape was given.
2249 if test "${with_xshape+set}" = set; then
2250 withval=$with_xshape; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_shape_h=no; fi
2254 # Check whether --with-xshm was given.
2255 if test "${with_xshm+set}" = set; then
2256 withval=$with_xshm; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_XShm_h=no; fi
2260 # Check whether --with-xslt was given.
2261 if test "${with_xslt+set}" = set; then
2262 withval=$with_xslt;
2266 # Check whether --with-xxf86vm was given.
2267 if test "${with_xxf86vm+set}" = set; then
2268 withval=$with_xxf86vm; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_xf86vmode_h=no; fi
2273 # Check whether --with-wine-tools was given.
2274 if test "${with_wine_tools+set}" = set; then
2275 withval=$with_wine_tools;
2279 # Make sure we can run config.sub.
2280 $SHELL "$ac_aux_dir/config.sub" sun4 >/dev/null 2>&1 ||
2281 { { $as_echo "$as_me:$LINENO: error: cannot run $SHELL $ac_aux_dir/config.sub" >&5
2282 $as_echo "$as_me: error: cannot run $SHELL $ac_aux_dir/config.sub" >&2;}
2283 { (exit 1); exit 1; }; }
2285 { $as_echo "$as_me:$LINENO: checking build system type" >&5
2286 $as_echo_n "checking build system type... " >&6; }
2287 if test "${ac_cv_build+set}" = set; then
2288 $as_echo_n "(cached) " >&6
2289 else
2290 ac_build_alias=$build_alias
2291 test "x$ac_build_alias" = x &&
2292 ac_build_alias=`$SHELL "$ac_aux_dir/config.guess"`
2293 test "x$ac_build_alias" = x &&
2294 { { $as_echo "$as_me:$LINENO: error: cannot guess build type; you must specify one" >&5
2295 $as_echo "$as_me: error: cannot guess build type; you must specify one" >&2;}
2296 { (exit 1); exit 1; }; }
2297 ac_cv_build=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` ||
2298 { { $as_echo "$as_me:$LINENO: error: $SHELL $ac_aux_dir/config.sub $ac_build_alias failed" >&5
2299 $as_echo "$as_me: error: $SHELL $ac_aux_dir/config.sub $ac_build_alias failed" >&2;}
2300 { (exit 1); exit 1; }; }
2303 { $as_echo "$as_me:$LINENO: result: $ac_cv_build" >&5
2304 $as_echo "$ac_cv_build" >&6; }
2305 case $ac_cv_build in
2306 *-*-*) ;;
2307 *) { { $as_echo "$as_me:$LINENO: error: invalid value of canonical build" >&5
2308 $as_echo "$as_me: error: invalid value of canonical build" >&2;}
2309 { (exit 1); exit 1; }; };;
2310 esac
2311 build=$ac_cv_build
2312 ac_save_IFS=$IFS; IFS='-'
2313 set x $ac_cv_build
2314 shift
2315 build_cpu=$1
2316 build_vendor=$2
2317 shift; shift
2318 # Remember, the first character of IFS is used to create $*,
2319 # except with old shells:
2320 build_os=$*
2321 IFS=$ac_save_IFS
2322 case $build_os in *\ *) build_os=`echo "$build_os" | sed 's/ /-/g'`;; esac
2325 { $as_echo "$as_me:$LINENO: checking host system type" >&5
2326 $as_echo_n "checking host system type... " >&6; }
2327 if test "${ac_cv_host+set}" = set; then
2328 $as_echo_n "(cached) " >&6
2329 else
2330 if test "x$host_alias" = x; then
2331 ac_cv_host=$ac_cv_build
2332 else
2333 ac_cv_host=`$SHELL "$ac_aux_dir/config.sub" $host_alias` ||
2334 { { $as_echo "$as_me:$LINENO: error: $SHELL $ac_aux_dir/config.sub $host_alias failed" >&5
2335 $as_echo "$as_me: error: $SHELL $ac_aux_dir/config.sub $host_alias failed" >&2;}
2336 { (exit 1); exit 1; }; }
2340 { $as_echo "$as_me:$LINENO: result: $ac_cv_host" >&5
2341 $as_echo "$ac_cv_host" >&6; }
2342 case $ac_cv_host in
2343 *-*-*) ;;
2344 *) { { $as_echo "$as_me:$LINENO: error: invalid value of canonical host" >&5
2345 $as_echo "$as_me: error: invalid value of canonical host" >&2;}
2346 { (exit 1); exit 1; }; };;
2347 esac
2348 host=$ac_cv_host
2349 ac_save_IFS=$IFS; IFS='-'
2350 set x $ac_cv_host
2351 shift
2352 host_cpu=$1
2353 host_vendor=$2
2354 shift; shift
2355 # Remember, the first character of IFS is used to create $*,
2356 # except with old shells:
2357 host_os=$*
2358 IFS=$ac_save_IFS
2359 case $host_os in *\ *) host_os=`echo "$host_os" | sed 's/ /-/g'`;; esac
2362 case $host in
2363 x86_64*linux*)
2364 if test "x$enable_win64" != "xyes"
2365 then
2366 CC="${CC:-gcc} -m32"
2367 CXX="${CXX:-g++} -m32"
2368 LD="${LD:-ld} -m elf_i386"
2369 AS="${AS:-as} --32"
2370 host_cpu="i386"
2371 notice_platform="32-bit "
2374 esac
2376 case $host_cpu in
2377 *i[3456789]86*)
2378 enable_win16=${enable_win16:-yes}
2381 enable_win16=${enable_win16:-no}
2382 enable_ifsmgr_vxd=${enable_ifsmgr_vxd:-no}
2383 enable_mmdevldr_vxd=${enable_mmdevldr_vxd:-no}
2384 enable_monodebg_vxd=${enable_monodebg_vxd:-no}
2385 enable_vdhcp_vxd=${enable_vdhcp_vxd:-no}
2386 enable_vmm_vxd=${enable_vmm_vxd:-no}
2387 enable_vnbt_vxd=${enable_vnbt_vxd:-no}
2388 enable_vnetbios_vxd=${enable_vnetbios_vxd:-no}
2389 enable_vtdapi_vxd=${enable_vtdapi_vxd:-no}
2390 enable_vwin32_vxd=${enable_vwin32_vxd:-no}
2391 enable_w32skrnl=${enable_w32skrnl:-no}
2392 enable_winedos=${enable_winedos:-no}
2393 enable_winevdm=${enable_winevdm:-no}
2395 esac
2397 WIN16_FILES="\$(WIN16_FILES)"
2399 WIN16_INSTALL="\$(WIN16_INSTALL)"
2401 if test "x$enable_win16" != "xyes"
2402 then
2403 WIN16_FILES=""
2404 WIN16_INSTALL=""
2407 case "$srcdir" in
2408 .) ;;
2409 *) if test -f "$srcdir/Makefile" -o -f "$srcdir/include/config.h"; then
2410 { { $as_echo "$as_me:$LINENO: error: you are building out of the source tree, but the source tree contains object files.
2411 You need to run 'make distclean' in the source tree first." >&5
2412 $as_echo "$as_me: error: you are building out of the source tree, but the source tree contains object files.
2413 You need to run 'make distclean' in the source tree first." >&2;}
2414 { (exit 1); exit 1; }; }
2415 fi ;;
2416 esac
2419 { $as_echo "$as_me:$LINENO: checking whether ${MAKE-make} sets \$(MAKE)" >&5
2420 $as_echo_n "checking whether ${MAKE-make} sets \$(MAKE)... " >&6; }
2421 set x ${MAKE-make}
2422 ac_make=`$as_echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'`
2423 if { as_var=ac_cv_prog_make_${ac_make}_set; eval "test \"\${$as_var+set}\" = set"; }; then
2424 $as_echo_n "(cached) " >&6
2425 else
2426 cat >conftest.make <<\_ACEOF
2427 SHELL = /bin/sh
2428 all:
2429 @echo '@@@%%%=$(MAKE)=@@@%%%'
2430 _ACEOF
2431 # GNU make sometimes prints "make[1]: Entering...", which would confuse us.
2432 case `${MAKE-make} -f conftest.make 2>/dev/null` in
2433 *@@@%%%=?*=@@@%%%*)
2434 eval ac_cv_prog_make_${ac_make}_set=yes;;
2436 eval ac_cv_prog_make_${ac_make}_set=no;;
2437 esac
2438 rm -f conftest.make
2440 if eval test \$ac_cv_prog_make_${ac_make}_set = yes; then
2441 { $as_echo "$as_me:$LINENO: result: yes" >&5
2442 $as_echo "yes" >&6; }
2443 SET_MAKE=
2444 else
2445 { $as_echo "$as_me:$LINENO: result: no" >&5
2446 $as_echo "no" >&6; }
2447 SET_MAKE="MAKE=${MAKE-make}"
2450 ac_ext=c
2451 ac_cpp='$CPP $CPPFLAGS'
2452 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2453 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2454 ac_compiler_gnu=$ac_cv_c_compiler_gnu
2455 if test -n "$ac_tool_prefix"; then
2456 # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
2457 set dummy ${ac_tool_prefix}gcc; ac_word=$2
2458 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
2459 $as_echo_n "checking for $ac_word... " >&6; }
2460 if test "${ac_cv_prog_CC+set}" = set; then
2461 $as_echo_n "(cached) " >&6
2462 else
2463 if test -n "$CC"; then
2464 ac_cv_prog_CC="$CC" # Let the user override the test.
2465 else
2466 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2467 for as_dir in $PATH
2469 IFS=$as_save_IFS
2470 test -z "$as_dir" && as_dir=.
2471 for ac_exec_ext in '' $ac_executable_extensions; do
2472 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2473 ac_cv_prog_CC="${ac_tool_prefix}gcc"
2474 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2475 break 2
2477 done
2478 done
2479 IFS=$as_save_IFS
2483 CC=$ac_cv_prog_CC
2484 if test -n "$CC"; then
2485 { $as_echo "$as_me:$LINENO: result: $CC" >&5
2486 $as_echo "$CC" >&6; }
2487 else
2488 { $as_echo "$as_me:$LINENO: result: no" >&5
2489 $as_echo "no" >&6; }
2494 if test -z "$ac_cv_prog_CC"; then
2495 ac_ct_CC=$CC
2496 # Extract the first word of "gcc", so it can be a program name with args.
2497 set dummy gcc; ac_word=$2
2498 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
2499 $as_echo_n "checking for $ac_word... " >&6; }
2500 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
2501 $as_echo_n "(cached) " >&6
2502 else
2503 if test -n "$ac_ct_CC"; then
2504 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
2505 else
2506 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2507 for as_dir in $PATH
2509 IFS=$as_save_IFS
2510 test -z "$as_dir" && as_dir=.
2511 for ac_exec_ext in '' $ac_executable_extensions; do
2512 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2513 ac_cv_prog_ac_ct_CC="gcc"
2514 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2515 break 2
2517 done
2518 done
2519 IFS=$as_save_IFS
2523 ac_ct_CC=$ac_cv_prog_ac_ct_CC
2524 if test -n "$ac_ct_CC"; then
2525 { $as_echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
2526 $as_echo "$ac_ct_CC" >&6; }
2527 else
2528 { $as_echo "$as_me:$LINENO: result: no" >&5
2529 $as_echo "no" >&6; }
2532 if test "x$ac_ct_CC" = x; then
2533 CC=""
2534 else
2535 case $cross_compiling:$ac_tool_warned in
2536 yes:)
2537 { $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5
2538 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
2539 ac_tool_warned=yes ;;
2540 esac
2541 CC=$ac_ct_CC
2543 else
2544 CC="$ac_cv_prog_CC"
2547 if test -z "$CC"; then
2548 if test -n "$ac_tool_prefix"; then
2549 # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
2550 set dummy ${ac_tool_prefix}cc; ac_word=$2
2551 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
2552 $as_echo_n "checking for $ac_word... " >&6; }
2553 if test "${ac_cv_prog_CC+set}" = set; then
2554 $as_echo_n "(cached) " >&6
2555 else
2556 if test -n "$CC"; then
2557 ac_cv_prog_CC="$CC" # Let the user override the test.
2558 else
2559 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2560 for as_dir in $PATH
2562 IFS=$as_save_IFS
2563 test -z "$as_dir" && as_dir=.
2564 for ac_exec_ext in '' $ac_executable_extensions; do
2565 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2566 ac_cv_prog_CC="${ac_tool_prefix}cc"
2567 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2568 break 2
2570 done
2571 done
2572 IFS=$as_save_IFS
2576 CC=$ac_cv_prog_CC
2577 if test -n "$CC"; then
2578 { $as_echo "$as_me:$LINENO: result: $CC" >&5
2579 $as_echo "$CC" >&6; }
2580 else
2581 { $as_echo "$as_me:$LINENO: result: no" >&5
2582 $as_echo "no" >&6; }
2588 if test -z "$CC"; then
2589 # Extract the first word of "cc", so it can be a program name with args.
2590 set dummy cc; ac_word=$2
2591 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
2592 $as_echo_n "checking for $ac_word... " >&6; }
2593 if test "${ac_cv_prog_CC+set}" = set; then
2594 $as_echo_n "(cached) " >&6
2595 else
2596 if test -n "$CC"; then
2597 ac_cv_prog_CC="$CC" # Let the user override the test.
2598 else
2599 ac_prog_rejected=no
2600 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2601 for as_dir in $PATH
2603 IFS=$as_save_IFS
2604 test -z "$as_dir" && as_dir=.
2605 for ac_exec_ext in '' $ac_executable_extensions; do
2606 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2607 if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
2608 ac_prog_rejected=yes
2609 continue
2611 ac_cv_prog_CC="cc"
2612 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2613 break 2
2615 done
2616 done
2617 IFS=$as_save_IFS
2619 if test $ac_prog_rejected = yes; then
2620 # We found a bogon in the path, so make sure we never use it.
2621 set dummy $ac_cv_prog_CC
2622 shift
2623 if test $# != 0; then
2624 # We chose a different compiler from the bogus one.
2625 # However, it has the same basename, so the bogon will be chosen
2626 # first if we set CC to just the basename; use the full file name.
2627 shift
2628 ac_cv_prog_CC="$as_dir/$ac_word${1+' '}$@"
2633 CC=$ac_cv_prog_CC
2634 if test -n "$CC"; then
2635 { $as_echo "$as_me:$LINENO: result: $CC" >&5
2636 $as_echo "$CC" >&6; }
2637 else
2638 { $as_echo "$as_me:$LINENO: result: no" >&5
2639 $as_echo "no" >&6; }
2644 if test -z "$CC"; then
2645 if test -n "$ac_tool_prefix"; then
2646 for ac_prog in cl.exe
2648 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
2649 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
2650 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
2651 $as_echo_n "checking for $ac_word... " >&6; }
2652 if test "${ac_cv_prog_CC+set}" = set; then
2653 $as_echo_n "(cached) " >&6
2654 else
2655 if test -n "$CC"; then
2656 ac_cv_prog_CC="$CC" # Let the user override the test.
2657 else
2658 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2659 for as_dir in $PATH
2661 IFS=$as_save_IFS
2662 test -z "$as_dir" && as_dir=.
2663 for ac_exec_ext in '' $ac_executable_extensions; do
2664 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2665 ac_cv_prog_CC="$ac_tool_prefix$ac_prog"
2666 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2667 break 2
2669 done
2670 done
2671 IFS=$as_save_IFS
2675 CC=$ac_cv_prog_CC
2676 if test -n "$CC"; then
2677 { $as_echo "$as_me:$LINENO: result: $CC" >&5
2678 $as_echo "$CC" >&6; }
2679 else
2680 { $as_echo "$as_me:$LINENO: result: no" >&5
2681 $as_echo "no" >&6; }
2685 test -n "$CC" && break
2686 done
2688 if test -z "$CC"; then
2689 ac_ct_CC=$CC
2690 for ac_prog in cl.exe
2692 # Extract the first word of "$ac_prog", so it can be a program name with args.
2693 set dummy $ac_prog; ac_word=$2
2694 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
2695 $as_echo_n "checking for $ac_word... " >&6; }
2696 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
2697 $as_echo_n "(cached) " >&6
2698 else
2699 if test -n "$ac_ct_CC"; then
2700 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
2701 else
2702 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2703 for as_dir in $PATH
2705 IFS=$as_save_IFS
2706 test -z "$as_dir" && as_dir=.
2707 for ac_exec_ext in '' $ac_executable_extensions; do
2708 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2709 ac_cv_prog_ac_ct_CC="$ac_prog"
2710 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2711 break 2
2713 done
2714 done
2715 IFS=$as_save_IFS
2719 ac_ct_CC=$ac_cv_prog_ac_ct_CC
2720 if test -n "$ac_ct_CC"; then
2721 { $as_echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
2722 $as_echo "$ac_ct_CC" >&6; }
2723 else
2724 { $as_echo "$as_me:$LINENO: result: no" >&5
2725 $as_echo "no" >&6; }
2729 test -n "$ac_ct_CC" && break
2730 done
2732 if test "x$ac_ct_CC" = x; then
2733 CC=""
2734 else
2735 case $cross_compiling:$ac_tool_warned in
2736 yes:)
2737 { $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5
2738 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
2739 ac_tool_warned=yes ;;
2740 esac
2741 CC=$ac_ct_CC
2748 test -z "$CC" && { { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5
2749 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2750 { { $as_echo "$as_me:$LINENO: error: no acceptable C compiler found in \$PATH
2751 See \`config.log' for more details." >&5
2752 $as_echo "$as_me: error: no acceptable C compiler found in \$PATH
2753 See \`config.log' for more details." >&2;}
2754 { (exit 1); exit 1; }; }; }
2756 # Provide some information about the compiler.
2757 $as_echo "$as_me:$LINENO: checking for C compiler version" >&5
2758 set X $ac_compile
2759 ac_compiler=$2
2760 { (ac_try="$ac_compiler --version >&5"
2761 case "(($ac_try" in
2762 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2763 *) ac_try_echo=$ac_try;;
2764 esac
2765 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
2766 $as_echo "$ac_try_echo") >&5
2767 (eval "$ac_compiler --version >&5") 2>&5
2768 ac_status=$?
2769 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
2770 (exit $ac_status); }
2771 { (ac_try="$ac_compiler -v >&5"
2772 case "(($ac_try" in
2773 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2774 *) ac_try_echo=$ac_try;;
2775 esac
2776 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
2777 $as_echo "$ac_try_echo") >&5
2778 (eval "$ac_compiler -v >&5") 2>&5
2779 ac_status=$?
2780 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
2781 (exit $ac_status); }
2782 { (ac_try="$ac_compiler -V >&5"
2783 case "(($ac_try" in
2784 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2785 *) ac_try_echo=$ac_try;;
2786 esac
2787 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
2788 $as_echo "$ac_try_echo") >&5
2789 (eval "$ac_compiler -V >&5") 2>&5
2790 ac_status=$?
2791 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
2792 (exit $ac_status); }
2794 cat >conftest.$ac_ext <<_ACEOF
2795 /* confdefs.h. */
2796 _ACEOF
2797 cat confdefs.h >>conftest.$ac_ext
2798 cat >>conftest.$ac_ext <<_ACEOF
2799 /* end confdefs.h. */
2802 main ()
2806 return 0;
2808 _ACEOF
2809 ac_clean_files_save=$ac_clean_files
2810 ac_clean_files="$ac_clean_files a.out a.out.dSYM a.exe b.out"
2811 # Try to create an executable without -o first, disregard a.out.
2812 # It will help us diagnose broken compilers, and finding out an intuition
2813 # of exeext.
2814 { $as_echo "$as_me:$LINENO: checking for C compiler default output file name" >&5
2815 $as_echo_n "checking for C compiler default output file name... " >&6; }
2816 ac_link_default=`$as_echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
2818 # The possible output files:
2819 ac_files="a.out conftest.exe conftest a.exe a_out.exe b.out conftest.*"
2821 ac_rmfiles=
2822 for ac_file in $ac_files
2824 case $ac_file in
2825 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
2826 * ) ac_rmfiles="$ac_rmfiles $ac_file";;
2827 esac
2828 done
2829 rm -f $ac_rmfiles
2831 if { (ac_try="$ac_link_default"
2832 case "(($ac_try" in
2833 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2834 *) ac_try_echo=$ac_try;;
2835 esac
2836 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
2837 $as_echo "$ac_try_echo") >&5
2838 (eval "$ac_link_default") 2>&5
2839 ac_status=$?
2840 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
2841 (exit $ac_status); }; then
2842 # Autoconf-2.13 could set the ac_cv_exeext variable to `no'.
2843 # So ignore a value of `no', otherwise this would lead to `EXEEXT = no'
2844 # in a Makefile. We should not override ac_cv_exeext if it was cached,
2845 # so that the user can short-circuit this test for compilers unknown to
2846 # Autoconf.
2847 for ac_file in $ac_files ''
2849 test -f "$ac_file" || continue
2850 case $ac_file in
2851 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj )
2853 [ab].out )
2854 # We found the default executable, but exeext='' is most
2855 # certainly right.
2856 break;;
2857 *.* )
2858 if test "${ac_cv_exeext+set}" = set && test "$ac_cv_exeext" != no;
2859 then :; else
2860 ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
2862 # We set ac_cv_exeext here because the later test for it is not
2863 # safe: cross compilers may not add the suffix if given an `-o'
2864 # argument, so we may need to know it at that point already.
2865 # Even if this section looks crufty: it has the advantage of
2866 # actually working.
2867 break;;
2869 break;;
2870 esac
2871 done
2872 test "$ac_cv_exeext" = no && ac_cv_exeext=
2874 else
2875 ac_file=''
2878 { $as_echo "$as_me:$LINENO: result: $ac_file" >&5
2879 $as_echo "$ac_file" >&6; }
2880 if test -z "$ac_file"; then
2881 $as_echo "$as_me: failed program was:" >&5
2882 sed 's/^/| /' conftest.$ac_ext >&5
2884 { { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5
2885 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2886 { { $as_echo "$as_me:$LINENO: error: C compiler cannot create executables
2887 See \`config.log' for more details." >&5
2888 $as_echo "$as_me: error: C compiler cannot create executables
2889 See \`config.log' for more details." >&2;}
2890 { (exit 77); exit 77; }; }; }
2893 ac_exeext=$ac_cv_exeext
2895 # Check that the compiler produces executables we can run. If not, either
2896 # the compiler is broken, or we cross compile.
2897 { $as_echo "$as_me:$LINENO: checking whether the C compiler works" >&5
2898 $as_echo_n "checking whether the C compiler works... " >&6; }
2899 # FIXME: These cross compiler hacks should be removed for Autoconf 3.0
2900 # If not cross compiling, check that we can run a simple program.
2901 if test "$cross_compiling" != yes; then
2902 if { ac_try='./$ac_file'
2903 { (case "(($ac_try" in
2904 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2905 *) ac_try_echo=$ac_try;;
2906 esac
2907 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
2908 $as_echo "$ac_try_echo") >&5
2909 (eval "$ac_try") 2>&5
2910 ac_status=$?
2911 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
2912 (exit $ac_status); }; }; then
2913 cross_compiling=no
2914 else
2915 if test "$cross_compiling" = maybe; then
2916 cross_compiling=yes
2917 else
2918 { { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5
2919 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2920 { { $as_echo "$as_me:$LINENO: error: cannot run C compiled programs.
2921 If you meant to cross compile, use \`--host'.
2922 See \`config.log' for more details." >&5
2923 $as_echo "$as_me: error: cannot run C compiled programs.
2924 If you meant to cross compile, use \`--host'.
2925 See \`config.log' for more details." >&2;}
2926 { (exit 1); exit 1; }; }; }
2930 { $as_echo "$as_me:$LINENO: result: yes" >&5
2931 $as_echo "yes" >&6; }
2933 rm -f -r a.out a.out.dSYM a.exe conftest$ac_cv_exeext b.out
2934 ac_clean_files=$ac_clean_files_save
2935 # Check that the compiler produces executables we can run. If not, either
2936 # the compiler is broken, or we cross compile.
2937 { $as_echo "$as_me:$LINENO: checking whether we are cross compiling" >&5
2938 $as_echo_n "checking whether we are cross compiling... " >&6; }
2939 { $as_echo "$as_me:$LINENO: result: $cross_compiling" >&5
2940 $as_echo "$cross_compiling" >&6; }
2942 { $as_echo "$as_me:$LINENO: checking for suffix of executables" >&5
2943 $as_echo_n "checking for suffix of executables... " >&6; }
2944 if { (ac_try="$ac_link"
2945 case "(($ac_try" in
2946 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2947 *) ac_try_echo=$ac_try;;
2948 esac
2949 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
2950 $as_echo "$ac_try_echo") >&5
2951 (eval "$ac_link") 2>&5
2952 ac_status=$?
2953 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
2954 (exit $ac_status); }; then
2955 # If both `conftest.exe' and `conftest' are `present' (well, observable)
2956 # catch `conftest.exe'. For instance with Cygwin, `ls conftest' will
2957 # work properly (i.e., refer to `conftest.exe'), while it won't with
2958 # `rm'.
2959 for ac_file in conftest.exe conftest conftest.*; do
2960 test -f "$ac_file" || continue
2961 case $ac_file in
2962 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
2963 *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
2964 break;;
2965 * ) break;;
2966 esac
2967 done
2968 else
2969 { { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5
2970 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2971 { { $as_echo "$as_me:$LINENO: error: cannot compute suffix of executables: cannot compile and link
2972 See \`config.log' for more details." >&5
2973 $as_echo "$as_me: error: cannot compute suffix of executables: cannot compile and link
2974 See \`config.log' for more details." >&2;}
2975 { (exit 1); exit 1; }; }; }
2978 rm -f conftest$ac_cv_exeext
2979 { $as_echo "$as_me:$LINENO: result: $ac_cv_exeext" >&5
2980 $as_echo "$ac_cv_exeext" >&6; }
2982 rm -f conftest.$ac_ext
2983 EXEEXT=$ac_cv_exeext
2984 ac_exeext=$EXEEXT
2985 { $as_echo "$as_me:$LINENO: checking for suffix of object files" >&5
2986 $as_echo_n "checking for suffix of object files... " >&6; }
2987 if test "${ac_cv_objext+set}" = set; then
2988 $as_echo_n "(cached) " >&6
2989 else
2990 cat >conftest.$ac_ext <<_ACEOF
2991 /* confdefs.h. */
2992 _ACEOF
2993 cat confdefs.h >>conftest.$ac_ext
2994 cat >>conftest.$ac_ext <<_ACEOF
2995 /* end confdefs.h. */
2998 main ()
3002 return 0;
3004 _ACEOF
3005 rm -f conftest.o conftest.obj
3006 if { (ac_try="$ac_compile"
3007 case "(($ac_try" in
3008 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3009 *) ac_try_echo=$ac_try;;
3010 esac
3011 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
3012 $as_echo "$ac_try_echo") >&5
3013 (eval "$ac_compile") 2>&5
3014 ac_status=$?
3015 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
3016 (exit $ac_status); }; then
3017 for ac_file in conftest.o conftest.obj conftest.*; do
3018 test -f "$ac_file" || continue;
3019 case $ac_file in
3020 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM ) ;;
3021 *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
3022 break;;
3023 esac
3024 done
3025 else
3026 $as_echo "$as_me: failed program was:" >&5
3027 sed 's/^/| /' conftest.$ac_ext >&5
3029 { { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5
3030 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3031 { { $as_echo "$as_me:$LINENO: error: cannot compute suffix of object files: cannot compile
3032 See \`config.log' for more details." >&5
3033 $as_echo "$as_me: error: cannot compute suffix of object files: cannot compile
3034 See \`config.log' for more details." >&2;}
3035 { (exit 1); exit 1; }; }; }
3038 rm -f conftest.$ac_cv_objext conftest.$ac_ext
3040 { $as_echo "$as_me:$LINENO: result: $ac_cv_objext" >&5
3041 $as_echo "$ac_cv_objext" >&6; }
3042 OBJEXT=$ac_cv_objext
3043 ac_objext=$OBJEXT
3044 { $as_echo "$as_me:$LINENO: checking whether we are using the GNU C compiler" >&5
3045 $as_echo_n "checking whether we are using the GNU C compiler... " >&6; }
3046 if test "${ac_cv_c_compiler_gnu+set}" = set; then
3047 $as_echo_n "(cached) " >&6
3048 else
3049 cat >conftest.$ac_ext <<_ACEOF
3050 /* confdefs.h. */
3051 _ACEOF
3052 cat confdefs.h >>conftest.$ac_ext
3053 cat >>conftest.$ac_ext <<_ACEOF
3054 /* end confdefs.h. */
3057 main ()
3059 #ifndef __GNUC__
3060 choke me
3061 #endif
3064 return 0;
3066 _ACEOF
3067 rm -f conftest.$ac_objext
3068 if { (ac_try="$ac_compile"
3069 case "(($ac_try" in
3070 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3071 *) ac_try_echo=$ac_try;;
3072 esac
3073 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
3074 $as_echo "$ac_try_echo") >&5
3075 (eval "$ac_compile") 2>conftest.er1
3076 ac_status=$?
3077 grep -v '^ *+' conftest.er1 >conftest.err
3078 rm -f conftest.er1
3079 cat conftest.err >&5
3080 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
3081 (exit $ac_status); } && {
3082 test -z "$ac_c_werror_flag" ||
3083 test ! -s conftest.err
3084 } && test -s conftest.$ac_objext; then
3085 ac_compiler_gnu=yes
3086 else
3087 $as_echo "$as_me: failed program was:" >&5
3088 sed 's/^/| /' conftest.$ac_ext >&5
3090 ac_compiler_gnu=no
3093 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3094 ac_cv_c_compiler_gnu=$ac_compiler_gnu
3097 { $as_echo "$as_me:$LINENO: result: $ac_cv_c_compiler_gnu" >&5
3098 $as_echo "$ac_cv_c_compiler_gnu" >&6; }
3099 if test $ac_compiler_gnu = yes; then
3100 GCC=yes
3101 else
3102 GCC=
3104 ac_test_CFLAGS=${CFLAGS+set}
3105 ac_save_CFLAGS=$CFLAGS
3106 { $as_echo "$as_me:$LINENO: checking whether $CC accepts -g" >&5
3107 $as_echo_n "checking whether $CC accepts -g... " >&6; }
3108 if test "${ac_cv_prog_cc_g+set}" = set; then
3109 $as_echo_n "(cached) " >&6
3110 else
3111 ac_save_c_werror_flag=$ac_c_werror_flag
3112 ac_c_werror_flag=yes
3113 ac_cv_prog_cc_g=no
3114 CFLAGS="-g"
3115 cat >conftest.$ac_ext <<_ACEOF
3116 /* confdefs.h. */
3117 _ACEOF
3118 cat confdefs.h >>conftest.$ac_ext
3119 cat >>conftest.$ac_ext <<_ACEOF
3120 /* end confdefs.h. */
3123 main ()
3127 return 0;
3129 _ACEOF
3130 rm -f conftest.$ac_objext
3131 if { (ac_try="$ac_compile"
3132 case "(($ac_try" in
3133 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3134 *) ac_try_echo=$ac_try;;
3135 esac
3136 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
3137 $as_echo "$ac_try_echo") >&5
3138 (eval "$ac_compile") 2>conftest.er1
3139 ac_status=$?
3140 grep -v '^ *+' conftest.er1 >conftest.err
3141 rm -f conftest.er1
3142 cat conftest.err >&5
3143 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
3144 (exit $ac_status); } && {
3145 test -z "$ac_c_werror_flag" ||
3146 test ! -s conftest.err
3147 } && test -s conftest.$ac_objext; then
3148 ac_cv_prog_cc_g=yes
3149 else
3150 $as_echo "$as_me: failed program was:" >&5
3151 sed 's/^/| /' conftest.$ac_ext >&5
3153 CFLAGS=""
3154 cat >conftest.$ac_ext <<_ACEOF
3155 /* confdefs.h. */
3156 _ACEOF
3157 cat confdefs.h >>conftest.$ac_ext
3158 cat >>conftest.$ac_ext <<_ACEOF
3159 /* end confdefs.h. */
3162 main ()
3166 return 0;
3168 _ACEOF
3169 rm -f conftest.$ac_objext
3170 if { (ac_try="$ac_compile"
3171 case "(($ac_try" in
3172 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3173 *) ac_try_echo=$ac_try;;
3174 esac
3175 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
3176 $as_echo "$ac_try_echo") >&5
3177 (eval "$ac_compile") 2>conftest.er1
3178 ac_status=$?
3179 grep -v '^ *+' conftest.er1 >conftest.err
3180 rm -f conftest.er1
3181 cat conftest.err >&5
3182 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
3183 (exit $ac_status); } && {
3184 test -z "$ac_c_werror_flag" ||
3185 test ! -s conftest.err
3186 } && test -s conftest.$ac_objext; then
3188 else
3189 $as_echo "$as_me: failed program was:" >&5
3190 sed 's/^/| /' conftest.$ac_ext >&5
3192 ac_c_werror_flag=$ac_save_c_werror_flag
3193 CFLAGS="-g"
3194 cat >conftest.$ac_ext <<_ACEOF
3195 /* confdefs.h. */
3196 _ACEOF
3197 cat confdefs.h >>conftest.$ac_ext
3198 cat >>conftest.$ac_ext <<_ACEOF
3199 /* end confdefs.h. */
3202 main ()
3206 return 0;
3208 _ACEOF
3209 rm -f conftest.$ac_objext
3210 if { (ac_try="$ac_compile"
3211 case "(($ac_try" in
3212 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3213 *) ac_try_echo=$ac_try;;
3214 esac
3215 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
3216 $as_echo "$ac_try_echo") >&5
3217 (eval "$ac_compile") 2>conftest.er1
3218 ac_status=$?
3219 grep -v '^ *+' conftest.er1 >conftest.err
3220 rm -f conftest.er1
3221 cat conftest.err >&5
3222 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
3223 (exit $ac_status); } && {
3224 test -z "$ac_c_werror_flag" ||
3225 test ! -s conftest.err
3226 } && test -s conftest.$ac_objext; then
3227 ac_cv_prog_cc_g=yes
3228 else
3229 $as_echo "$as_me: failed program was:" >&5
3230 sed 's/^/| /' conftest.$ac_ext >&5
3235 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3238 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3241 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3242 ac_c_werror_flag=$ac_save_c_werror_flag
3244 { $as_echo "$as_me:$LINENO: result: $ac_cv_prog_cc_g" >&5
3245 $as_echo "$ac_cv_prog_cc_g" >&6; }
3246 if test "$ac_test_CFLAGS" = set; then
3247 CFLAGS=$ac_save_CFLAGS
3248 elif test $ac_cv_prog_cc_g = yes; then
3249 if test "$GCC" = yes; then
3250 CFLAGS="-g -O2"
3251 else
3252 CFLAGS="-g"
3254 else
3255 if test "$GCC" = yes; then
3256 CFLAGS="-O2"
3257 else
3258 CFLAGS=
3261 { $as_echo "$as_me:$LINENO: checking for $CC option to accept ISO C89" >&5
3262 $as_echo_n "checking for $CC option to accept ISO C89... " >&6; }
3263 if test "${ac_cv_prog_cc_c89+set}" = set; then
3264 $as_echo_n "(cached) " >&6
3265 else
3266 ac_cv_prog_cc_c89=no
3267 ac_save_CC=$CC
3268 cat >conftest.$ac_ext <<_ACEOF
3269 /* confdefs.h. */
3270 _ACEOF
3271 cat confdefs.h >>conftest.$ac_ext
3272 cat >>conftest.$ac_ext <<_ACEOF
3273 /* end confdefs.h. */
3274 #include <stdarg.h>
3275 #include <stdio.h>
3276 #include <sys/types.h>
3277 #include <sys/stat.h>
3278 /* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */
3279 struct buf { int x; };
3280 FILE * (*rcsopen) (struct buf *, struct stat *, int);
3281 static char *e (p, i)
3282 char **p;
3283 int i;
3285 return p[i];
3287 static char *f (char * (*g) (char **, int), char **p, ...)
3289 char *s;
3290 va_list v;
3291 va_start (v,p);
3292 s = g (p, va_arg (v,int));
3293 va_end (v);
3294 return s;
3297 /* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has
3298 function prototypes and stuff, but not '\xHH' hex character constants.
3299 These don't provoke an error unfortunately, instead are silently treated
3300 as 'x'. The following induces an error, until -std is added to get
3301 proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an
3302 array size at least. It's necessary to write '\x00'==0 to get something
3303 that's true only with -std. */
3304 int osf4_cc_array ['\x00' == 0 ? 1 : -1];
3306 /* IBM C 6 for AIX is almost-ANSI by default, but it replaces macro parameters
3307 inside strings and character constants. */
3308 #define FOO(x) 'x'
3309 int xlc6_cc_array[FOO(a) == 'x' ? 1 : -1];
3311 int test (int i, double x);
3312 struct s1 {int (*f) (int a);};
3313 struct s2 {int (*f) (double a);};
3314 int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
3315 int argc;
3316 char **argv;
3318 main ()
3320 return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1];
3322 return 0;
3324 _ACEOF
3325 for ac_arg in '' -qlanglvl=extc89 -qlanglvl=ansi -std \
3326 -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
3328 CC="$ac_save_CC $ac_arg"
3329 rm -f conftest.$ac_objext
3330 if { (ac_try="$ac_compile"
3331 case "(($ac_try" in
3332 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3333 *) ac_try_echo=$ac_try;;
3334 esac
3335 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
3336 $as_echo "$ac_try_echo") >&5
3337 (eval "$ac_compile") 2>conftest.er1
3338 ac_status=$?
3339 grep -v '^ *+' conftest.er1 >conftest.err
3340 rm -f conftest.er1
3341 cat conftest.err >&5
3342 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
3343 (exit $ac_status); } && {
3344 test -z "$ac_c_werror_flag" ||
3345 test ! -s conftest.err
3346 } && test -s conftest.$ac_objext; then
3347 ac_cv_prog_cc_c89=$ac_arg
3348 else
3349 $as_echo "$as_me: failed program was:" >&5
3350 sed 's/^/| /' conftest.$ac_ext >&5
3355 rm -f core conftest.err conftest.$ac_objext
3356 test "x$ac_cv_prog_cc_c89" != "xno" && break
3357 done
3358 rm -f conftest.$ac_ext
3359 CC=$ac_save_CC
3362 # AC_CACHE_VAL
3363 case "x$ac_cv_prog_cc_c89" in
3365 { $as_echo "$as_me:$LINENO: result: none needed" >&5
3366 $as_echo "none needed" >&6; } ;;
3367 xno)
3368 { $as_echo "$as_me:$LINENO: result: unsupported" >&5
3369 $as_echo "unsupported" >&6; } ;;
3371 CC="$CC $ac_cv_prog_cc_c89"
3372 { $as_echo "$as_me:$LINENO: result: $ac_cv_prog_cc_c89" >&5
3373 $as_echo "$ac_cv_prog_cc_c89" >&6; } ;;
3374 esac
3377 ac_ext=c
3378 ac_cpp='$CPP $CPPFLAGS'
3379 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3380 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3381 ac_compiler_gnu=$ac_cv_c_compiler_gnu
3383 ac_ext=cpp
3384 ac_cpp='$CXXCPP $CPPFLAGS'
3385 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3386 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3387 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
3388 if test -z "$CXX"; then
3389 if test -n "$CCC"; then
3390 CXX=$CCC
3391 else
3392 if test -n "$ac_tool_prefix"; then
3393 for ac_prog in g++ c++ gpp aCC CC cxx cc++ cl.exe FCC KCC RCC xlC_r xlC
3395 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
3396 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
3397 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
3398 $as_echo_n "checking for $ac_word... " >&6; }
3399 if test "${ac_cv_prog_CXX+set}" = set; then
3400 $as_echo_n "(cached) " >&6
3401 else
3402 if test -n "$CXX"; then
3403 ac_cv_prog_CXX="$CXX" # Let the user override the test.
3404 else
3405 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3406 for as_dir in $PATH
3408 IFS=$as_save_IFS
3409 test -z "$as_dir" && as_dir=.
3410 for ac_exec_ext in '' $ac_executable_extensions; do
3411 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3412 ac_cv_prog_CXX="$ac_tool_prefix$ac_prog"
3413 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
3414 break 2
3416 done
3417 done
3418 IFS=$as_save_IFS
3422 CXX=$ac_cv_prog_CXX
3423 if test -n "$CXX"; then
3424 { $as_echo "$as_me:$LINENO: result: $CXX" >&5
3425 $as_echo "$CXX" >&6; }
3426 else
3427 { $as_echo "$as_me:$LINENO: result: no" >&5
3428 $as_echo "no" >&6; }
3432 test -n "$CXX" && break
3433 done
3435 if test -z "$CXX"; then
3436 ac_ct_CXX=$CXX
3437 for ac_prog in g++ c++ gpp aCC CC cxx cc++ cl.exe FCC KCC RCC xlC_r xlC
3439 # Extract the first word of "$ac_prog", so it can be a program name with args.
3440 set dummy $ac_prog; ac_word=$2
3441 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
3442 $as_echo_n "checking for $ac_word... " >&6; }
3443 if test "${ac_cv_prog_ac_ct_CXX+set}" = set; then
3444 $as_echo_n "(cached) " >&6
3445 else
3446 if test -n "$ac_ct_CXX"; then
3447 ac_cv_prog_ac_ct_CXX="$ac_ct_CXX" # Let the user override the test.
3448 else
3449 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3450 for as_dir in $PATH
3452 IFS=$as_save_IFS
3453 test -z "$as_dir" && as_dir=.
3454 for ac_exec_ext in '' $ac_executable_extensions; do
3455 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3456 ac_cv_prog_ac_ct_CXX="$ac_prog"
3457 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
3458 break 2
3460 done
3461 done
3462 IFS=$as_save_IFS
3466 ac_ct_CXX=$ac_cv_prog_ac_ct_CXX
3467 if test -n "$ac_ct_CXX"; then
3468 { $as_echo "$as_me:$LINENO: result: $ac_ct_CXX" >&5
3469 $as_echo "$ac_ct_CXX" >&6; }
3470 else
3471 { $as_echo "$as_me:$LINENO: result: no" >&5
3472 $as_echo "no" >&6; }
3476 test -n "$ac_ct_CXX" && break
3477 done
3479 if test "x$ac_ct_CXX" = x; then
3480 CXX="g++"
3481 else
3482 case $cross_compiling:$ac_tool_warned in
3483 yes:)
3484 { $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5
3485 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
3486 ac_tool_warned=yes ;;
3487 esac
3488 CXX=$ac_ct_CXX
3494 # Provide some information about the compiler.
3495 $as_echo "$as_me:$LINENO: checking for C++ compiler version" >&5
3496 set X $ac_compile
3497 ac_compiler=$2
3498 { (ac_try="$ac_compiler --version >&5"
3499 case "(($ac_try" in
3500 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3501 *) ac_try_echo=$ac_try;;
3502 esac
3503 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
3504 $as_echo "$ac_try_echo") >&5
3505 (eval "$ac_compiler --version >&5") 2>&5
3506 ac_status=$?
3507 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
3508 (exit $ac_status); }
3509 { (ac_try="$ac_compiler -v >&5"
3510 case "(($ac_try" in
3511 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3512 *) ac_try_echo=$ac_try;;
3513 esac
3514 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
3515 $as_echo "$ac_try_echo") >&5
3516 (eval "$ac_compiler -v >&5") 2>&5
3517 ac_status=$?
3518 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
3519 (exit $ac_status); }
3520 { (ac_try="$ac_compiler -V >&5"
3521 case "(($ac_try" in
3522 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3523 *) ac_try_echo=$ac_try;;
3524 esac
3525 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
3526 $as_echo "$ac_try_echo") >&5
3527 (eval "$ac_compiler -V >&5") 2>&5
3528 ac_status=$?
3529 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
3530 (exit $ac_status); }
3532 { $as_echo "$as_me:$LINENO: checking whether we are using the GNU C++ compiler" >&5
3533 $as_echo_n "checking whether we are using the GNU C++ compiler... " >&6; }
3534 if test "${ac_cv_cxx_compiler_gnu+set}" = set; then
3535 $as_echo_n "(cached) " >&6
3536 else
3537 cat >conftest.$ac_ext <<_ACEOF
3538 /* confdefs.h. */
3539 _ACEOF
3540 cat confdefs.h >>conftest.$ac_ext
3541 cat >>conftest.$ac_ext <<_ACEOF
3542 /* end confdefs.h. */
3545 main ()
3547 #ifndef __GNUC__
3548 choke me
3549 #endif
3552 return 0;
3554 _ACEOF
3555 rm -f conftest.$ac_objext
3556 if { (ac_try="$ac_compile"
3557 case "(($ac_try" in
3558 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3559 *) ac_try_echo=$ac_try;;
3560 esac
3561 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
3562 $as_echo "$ac_try_echo") >&5
3563 (eval "$ac_compile") 2>conftest.er1
3564 ac_status=$?
3565 grep -v '^ *+' conftest.er1 >conftest.err
3566 rm -f conftest.er1
3567 cat conftest.err >&5
3568 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
3569 (exit $ac_status); } && {
3570 test -z "$ac_cxx_werror_flag" ||
3571 test ! -s conftest.err
3572 } && test -s conftest.$ac_objext; then
3573 ac_compiler_gnu=yes
3574 else
3575 $as_echo "$as_me: failed program was:" >&5
3576 sed 's/^/| /' conftest.$ac_ext >&5
3578 ac_compiler_gnu=no
3581 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3582 ac_cv_cxx_compiler_gnu=$ac_compiler_gnu
3585 { $as_echo "$as_me:$LINENO: result: $ac_cv_cxx_compiler_gnu" >&5
3586 $as_echo "$ac_cv_cxx_compiler_gnu" >&6; }
3587 if test $ac_compiler_gnu = yes; then
3588 GXX=yes
3589 else
3590 GXX=
3592 ac_test_CXXFLAGS=${CXXFLAGS+set}
3593 ac_save_CXXFLAGS=$CXXFLAGS
3594 { $as_echo "$as_me:$LINENO: checking whether $CXX accepts -g" >&5
3595 $as_echo_n "checking whether $CXX accepts -g... " >&6; }
3596 if test "${ac_cv_prog_cxx_g+set}" = set; then
3597 $as_echo_n "(cached) " >&6
3598 else
3599 ac_save_cxx_werror_flag=$ac_cxx_werror_flag
3600 ac_cxx_werror_flag=yes
3601 ac_cv_prog_cxx_g=no
3602 CXXFLAGS="-g"
3603 cat >conftest.$ac_ext <<_ACEOF
3604 /* confdefs.h. */
3605 _ACEOF
3606 cat confdefs.h >>conftest.$ac_ext
3607 cat >>conftest.$ac_ext <<_ACEOF
3608 /* end confdefs.h. */
3611 main ()
3615 return 0;
3617 _ACEOF
3618 rm -f conftest.$ac_objext
3619 if { (ac_try="$ac_compile"
3620 case "(($ac_try" in
3621 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3622 *) ac_try_echo=$ac_try;;
3623 esac
3624 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
3625 $as_echo "$ac_try_echo") >&5
3626 (eval "$ac_compile") 2>conftest.er1
3627 ac_status=$?
3628 grep -v '^ *+' conftest.er1 >conftest.err
3629 rm -f conftest.er1
3630 cat conftest.err >&5
3631 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
3632 (exit $ac_status); } && {
3633 test -z "$ac_cxx_werror_flag" ||
3634 test ! -s conftest.err
3635 } && test -s conftest.$ac_objext; then
3636 ac_cv_prog_cxx_g=yes
3637 else
3638 $as_echo "$as_me: failed program was:" >&5
3639 sed 's/^/| /' conftest.$ac_ext >&5
3641 CXXFLAGS=""
3642 cat >conftest.$ac_ext <<_ACEOF
3643 /* confdefs.h. */
3644 _ACEOF
3645 cat confdefs.h >>conftest.$ac_ext
3646 cat >>conftest.$ac_ext <<_ACEOF
3647 /* end confdefs.h. */
3650 main ()
3654 return 0;
3656 _ACEOF
3657 rm -f conftest.$ac_objext
3658 if { (ac_try="$ac_compile"
3659 case "(($ac_try" in
3660 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3661 *) ac_try_echo=$ac_try;;
3662 esac
3663 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
3664 $as_echo "$ac_try_echo") >&5
3665 (eval "$ac_compile") 2>conftest.er1
3666 ac_status=$?
3667 grep -v '^ *+' conftest.er1 >conftest.err
3668 rm -f conftest.er1
3669 cat conftest.err >&5
3670 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
3671 (exit $ac_status); } && {
3672 test -z "$ac_cxx_werror_flag" ||
3673 test ! -s conftest.err
3674 } && test -s conftest.$ac_objext; then
3676 else
3677 $as_echo "$as_me: failed program was:" >&5
3678 sed 's/^/| /' conftest.$ac_ext >&5
3680 ac_cxx_werror_flag=$ac_save_cxx_werror_flag
3681 CXXFLAGS="-g"
3682 cat >conftest.$ac_ext <<_ACEOF
3683 /* confdefs.h. */
3684 _ACEOF
3685 cat confdefs.h >>conftest.$ac_ext
3686 cat >>conftest.$ac_ext <<_ACEOF
3687 /* end confdefs.h. */
3690 main ()
3694 return 0;
3696 _ACEOF
3697 rm -f conftest.$ac_objext
3698 if { (ac_try="$ac_compile"
3699 case "(($ac_try" in
3700 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3701 *) ac_try_echo=$ac_try;;
3702 esac
3703 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
3704 $as_echo "$ac_try_echo") >&5
3705 (eval "$ac_compile") 2>conftest.er1
3706 ac_status=$?
3707 grep -v '^ *+' conftest.er1 >conftest.err
3708 rm -f conftest.er1
3709 cat conftest.err >&5
3710 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
3711 (exit $ac_status); } && {
3712 test -z "$ac_cxx_werror_flag" ||
3713 test ! -s conftest.err
3714 } && test -s conftest.$ac_objext; then
3715 ac_cv_prog_cxx_g=yes
3716 else
3717 $as_echo "$as_me: failed program was:" >&5
3718 sed 's/^/| /' conftest.$ac_ext >&5
3723 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3726 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3729 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3730 ac_cxx_werror_flag=$ac_save_cxx_werror_flag
3732 { $as_echo "$as_me:$LINENO: result: $ac_cv_prog_cxx_g" >&5
3733 $as_echo "$ac_cv_prog_cxx_g" >&6; }
3734 if test "$ac_test_CXXFLAGS" = set; then
3735 CXXFLAGS=$ac_save_CXXFLAGS
3736 elif test $ac_cv_prog_cxx_g = yes; then
3737 if test "$GXX" = yes; then
3738 CXXFLAGS="-g -O2"
3739 else
3740 CXXFLAGS="-g"
3742 else
3743 if test "$GXX" = yes; then
3744 CXXFLAGS="-O2"
3745 else
3746 CXXFLAGS=
3749 ac_ext=c
3750 ac_cpp='$CPP $CPPFLAGS'
3751 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3752 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3753 ac_compiler_gnu=$ac_cv_c_compiler_gnu
3755 if test -n "$ac_tool_prefix"; then
3756 # Extract the first word of "${ac_tool_prefix}cpp", so it can be a program name with args.
3757 set dummy ${ac_tool_prefix}cpp; ac_word=$2
3758 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
3759 $as_echo_n "checking for $ac_word... " >&6; }
3760 if test "${ac_cv_prog_CPPBIN+set}" = set; then
3761 $as_echo_n "(cached) " >&6
3762 else
3763 if test -n "$CPPBIN"; then
3764 ac_cv_prog_CPPBIN="$CPPBIN" # Let the user override the test.
3765 else
3766 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3767 for as_dir in $PATH
3769 IFS=$as_save_IFS
3770 test -z "$as_dir" && as_dir=.
3771 for ac_exec_ext in '' $ac_executable_extensions; do
3772 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3773 ac_cv_prog_CPPBIN="${ac_tool_prefix}cpp"
3774 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
3775 break 2
3777 done
3778 done
3779 IFS=$as_save_IFS
3783 CPPBIN=$ac_cv_prog_CPPBIN
3784 if test -n "$CPPBIN"; then
3785 { $as_echo "$as_me:$LINENO: result: $CPPBIN" >&5
3786 $as_echo "$CPPBIN" >&6; }
3787 else
3788 { $as_echo "$as_me:$LINENO: result: no" >&5
3789 $as_echo "no" >&6; }
3794 if test -z "$ac_cv_prog_CPPBIN"; then
3795 ac_ct_CPPBIN=$CPPBIN
3796 # Extract the first word of "cpp", so it can be a program name with args.
3797 set dummy cpp; ac_word=$2
3798 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
3799 $as_echo_n "checking for $ac_word... " >&6; }
3800 if test "${ac_cv_prog_ac_ct_CPPBIN+set}" = set; then
3801 $as_echo_n "(cached) " >&6
3802 else
3803 if test -n "$ac_ct_CPPBIN"; then
3804 ac_cv_prog_ac_ct_CPPBIN="$ac_ct_CPPBIN" # Let the user override the test.
3805 else
3806 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3807 for as_dir in $PATH
3809 IFS=$as_save_IFS
3810 test -z "$as_dir" && as_dir=.
3811 for ac_exec_ext in '' $ac_executable_extensions; do
3812 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3813 ac_cv_prog_ac_ct_CPPBIN="cpp"
3814 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
3815 break 2
3817 done
3818 done
3819 IFS=$as_save_IFS
3823 ac_ct_CPPBIN=$ac_cv_prog_ac_ct_CPPBIN
3824 if test -n "$ac_ct_CPPBIN"; then
3825 { $as_echo "$as_me:$LINENO: result: $ac_ct_CPPBIN" >&5
3826 $as_echo "$ac_ct_CPPBIN" >&6; }
3827 else
3828 { $as_echo "$as_me:$LINENO: result: no" >&5
3829 $as_echo "no" >&6; }
3832 if test "x$ac_ct_CPPBIN" = x; then
3833 CPPBIN="cpp"
3834 else
3835 case $cross_compiling:$ac_tool_warned in
3836 yes:)
3837 { $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5
3838 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
3839 ac_tool_warned=yes ;;
3840 esac
3841 CPPBIN=$ac_ct_CPPBIN
3843 else
3844 CPPBIN="$ac_cv_prog_CPPBIN"
3848 { $as_echo "$as_me:$LINENO: checking for the directory containing the Wine tools" >&5
3849 $as_echo_n "checking for the directory containing the Wine tools... " >&6; }
3850 if test "${wine_cv_toolsdir+set}" = set; then
3851 $as_echo_n "(cached) " >&6
3852 else
3853 if test -z "$with_wine_tools"; then
3854 if test "$cross_compiling" = "yes"; then
3855 { { $as_echo "$as_me:$LINENO: error: you must use the --with-wine-tools option when cross-compiling." >&5
3856 $as_echo "$as_me: error: you must use the --with-wine-tools option when cross-compiling." >&2;}
3857 { (exit 1); exit 1; }; }
3858 else
3859 wine_cv_toolsdir="\$(TOPOBJDIR)"
3861 elif test -d "$with_wine_tools/tools/winebuild"; then
3862 case $with_wine_tools in
3863 /*) wine_cv_toolsdir="$with_wine_tools" ;;
3864 *) wine_cv_toolsdir="\$(TOPOBJDIR)/$with_wine_tools" ;;
3865 esac
3866 else
3867 { { $as_echo "$as_me:$LINENO: error: could not find Wine tools in $with_wine_tools." >&5
3868 $as_echo "$as_me: error: could not find Wine tools in $with_wine_tools." >&2;}
3869 { (exit 1); exit 1; }; }
3872 { $as_echo "$as_me:$LINENO: result: $wine_cv_toolsdir" >&5
3873 $as_echo "$wine_cv_toolsdir" >&6; }
3874 TOOLSDIR=$wine_cv_toolsdir
3878 ac_ext=c
3879 ac_cpp='$CPP $CPPFLAGS'
3880 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3881 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3882 ac_compiler_gnu=$ac_cv_c_compiler_gnu
3883 { $as_echo "$as_me:$LINENO: checking how to run the C preprocessor" >&5
3884 $as_echo_n "checking how to run the C preprocessor... " >&6; }
3885 # On Suns, sometimes $CPP names a directory.
3886 if test -n "$CPP" && test -d "$CPP"; then
3887 CPP=
3889 if test -z "$CPP"; then
3890 if test "${ac_cv_prog_CPP+set}" = set; then
3891 $as_echo_n "(cached) " >&6
3892 else
3893 # Double quotes because CPP needs to be expanded
3894 for CPP in "$CC -E" "$CC -E -traditional-cpp" "/lib/cpp"
3896 ac_preproc_ok=false
3897 for ac_c_preproc_warn_flag in '' yes
3899 # Use a header file that comes with gcc, so configuring glibc
3900 # with a fresh cross-compiler works.
3901 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
3902 # <limits.h> exists even on freestanding compilers.
3903 # On the NeXT, cc -E runs the code through the compiler's parser,
3904 # not just through cpp. "Syntax error" is here to catch this case.
3905 cat >conftest.$ac_ext <<_ACEOF
3906 /* confdefs.h. */
3907 _ACEOF
3908 cat confdefs.h >>conftest.$ac_ext
3909 cat >>conftest.$ac_ext <<_ACEOF
3910 /* end confdefs.h. */
3911 #ifdef __STDC__
3912 # include <limits.h>
3913 #else
3914 # include <assert.h>
3915 #endif
3916 Syntax error
3917 _ACEOF
3918 if { (ac_try="$ac_cpp conftest.$ac_ext"
3919 case "(($ac_try" in
3920 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3921 *) ac_try_echo=$ac_try;;
3922 esac
3923 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
3924 $as_echo "$ac_try_echo") >&5
3925 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
3926 ac_status=$?
3927 grep -v '^ *+' conftest.er1 >conftest.err
3928 rm -f conftest.er1
3929 cat conftest.err >&5
3930 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
3931 (exit $ac_status); } >/dev/null && {
3932 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
3933 test ! -s conftest.err
3934 }; then
3936 else
3937 $as_echo "$as_me: failed program was:" >&5
3938 sed 's/^/| /' conftest.$ac_ext >&5
3940 # Broken: fails on valid input.
3941 continue
3944 rm -f conftest.err conftest.$ac_ext
3946 # OK, works on sane cases. Now check whether nonexistent headers
3947 # can be detected and how.
3948 cat >conftest.$ac_ext <<_ACEOF
3949 /* confdefs.h. */
3950 _ACEOF
3951 cat confdefs.h >>conftest.$ac_ext
3952 cat >>conftest.$ac_ext <<_ACEOF
3953 /* end confdefs.h. */
3954 #include <ac_nonexistent.h>
3955 _ACEOF
3956 if { (ac_try="$ac_cpp conftest.$ac_ext"
3957 case "(($ac_try" in
3958 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3959 *) ac_try_echo=$ac_try;;
3960 esac
3961 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
3962 $as_echo "$ac_try_echo") >&5
3963 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
3964 ac_status=$?
3965 grep -v '^ *+' conftest.er1 >conftest.err
3966 rm -f conftest.er1
3967 cat conftest.err >&5
3968 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
3969 (exit $ac_status); } >/dev/null && {
3970 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
3971 test ! -s conftest.err
3972 }; then
3973 # Broken: success on invalid input.
3974 continue
3975 else
3976 $as_echo "$as_me: failed program was:" >&5
3977 sed 's/^/| /' conftest.$ac_ext >&5
3979 # Passes both tests.
3980 ac_preproc_ok=:
3981 break
3984 rm -f conftest.err conftest.$ac_ext
3986 done
3987 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
3988 rm -f conftest.err conftest.$ac_ext
3989 if $ac_preproc_ok; then
3990 break
3993 done
3994 ac_cv_prog_CPP=$CPP
3997 CPP=$ac_cv_prog_CPP
3998 else
3999 ac_cv_prog_CPP=$CPP
4001 { $as_echo "$as_me:$LINENO: result: $CPP" >&5
4002 $as_echo "$CPP" >&6; }
4003 ac_preproc_ok=false
4004 for ac_c_preproc_warn_flag in '' yes
4006 # Use a header file that comes with gcc, so configuring glibc
4007 # with a fresh cross-compiler works.
4008 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
4009 # <limits.h> exists even on freestanding compilers.
4010 # On the NeXT, cc -E runs the code through the compiler's parser,
4011 # not just through cpp. "Syntax error" is here to catch this case.
4012 cat >conftest.$ac_ext <<_ACEOF
4013 /* confdefs.h. */
4014 _ACEOF
4015 cat confdefs.h >>conftest.$ac_ext
4016 cat >>conftest.$ac_ext <<_ACEOF
4017 /* end confdefs.h. */
4018 #ifdef __STDC__
4019 # include <limits.h>
4020 #else
4021 # include <assert.h>
4022 #endif
4023 Syntax error
4024 _ACEOF
4025 if { (ac_try="$ac_cpp conftest.$ac_ext"
4026 case "(($ac_try" in
4027 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4028 *) ac_try_echo=$ac_try;;
4029 esac
4030 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
4031 $as_echo "$ac_try_echo") >&5
4032 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
4033 ac_status=$?
4034 grep -v '^ *+' conftest.er1 >conftest.err
4035 rm -f conftest.er1
4036 cat conftest.err >&5
4037 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
4038 (exit $ac_status); } >/dev/null && {
4039 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
4040 test ! -s conftest.err
4041 }; then
4043 else
4044 $as_echo "$as_me: failed program was:" >&5
4045 sed 's/^/| /' conftest.$ac_ext >&5
4047 # Broken: fails on valid input.
4048 continue
4051 rm -f conftest.err conftest.$ac_ext
4053 # OK, works on sane cases. Now check whether nonexistent headers
4054 # can be detected and how.
4055 cat >conftest.$ac_ext <<_ACEOF
4056 /* confdefs.h. */
4057 _ACEOF
4058 cat confdefs.h >>conftest.$ac_ext
4059 cat >>conftest.$ac_ext <<_ACEOF
4060 /* end confdefs.h. */
4061 #include <ac_nonexistent.h>
4062 _ACEOF
4063 if { (ac_try="$ac_cpp conftest.$ac_ext"
4064 case "(($ac_try" in
4065 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4066 *) ac_try_echo=$ac_try;;
4067 esac
4068 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
4069 $as_echo "$ac_try_echo") >&5
4070 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
4071 ac_status=$?
4072 grep -v '^ *+' conftest.er1 >conftest.err
4073 rm -f conftest.er1
4074 cat conftest.err >&5
4075 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
4076 (exit $ac_status); } >/dev/null && {
4077 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
4078 test ! -s conftest.err
4079 }; then
4080 # Broken: success on invalid input.
4081 continue
4082 else
4083 $as_echo "$as_me: failed program was:" >&5
4084 sed 's/^/| /' conftest.$ac_ext >&5
4086 # Passes both tests.
4087 ac_preproc_ok=:
4088 break
4091 rm -f conftest.err conftest.$ac_ext
4093 done
4094 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
4095 rm -f conftest.err conftest.$ac_ext
4096 if $ac_preproc_ok; then
4098 else
4099 { { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5
4100 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
4101 { { $as_echo "$as_me:$LINENO: error: C preprocessor \"$CPP\" fails sanity check
4102 See \`config.log' for more details." >&5
4103 $as_echo "$as_me: error: C preprocessor \"$CPP\" fails sanity check
4104 See \`config.log' for more details." >&2;}
4105 { (exit 1); exit 1; }; }; }
4108 ac_ext=c
4109 ac_cpp='$CPP $CPPFLAGS'
4110 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4111 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4112 ac_compiler_gnu=$ac_cv_c_compiler_gnu
4115 { $as_echo "$as_me:$LINENO: checking for X" >&5
4116 $as_echo_n "checking for X... " >&6; }
4119 # Check whether --with-x was given.
4120 if test "${with_x+set}" = set; then
4121 withval=$with_x;
4124 # $have_x is `yes', `no', `disabled', or empty when we do not yet know.
4125 if test "x$with_x" = xno; then
4126 # The user explicitly disabled X.
4127 have_x=disabled
4128 else
4129 case $x_includes,$x_libraries in #(
4130 *\'*) { { $as_echo "$as_me:$LINENO: error: cannot use X directory names containing '" >&5
4131 $as_echo "$as_me: error: cannot use X directory names containing '" >&2;}
4132 { (exit 1); exit 1; }; };; #(
4133 *,NONE | NONE,*) if test "${ac_cv_have_x+set}" = set; then
4134 $as_echo_n "(cached) " >&6
4135 else
4136 # One or both of the vars are not set, and there is no cached value.
4137 ac_x_includes=no ac_x_libraries=no
4138 rm -f -r conftest.dir
4139 if mkdir conftest.dir; then
4140 cd conftest.dir
4141 cat >Imakefile <<'_ACEOF'
4142 incroot:
4143 @echo incroot='${INCROOT}'
4144 usrlibdir:
4145 @echo usrlibdir='${USRLIBDIR}'
4146 libdir:
4147 @echo libdir='${LIBDIR}'
4148 _ACEOF
4149 if (export CC; ${XMKMF-xmkmf}) >/dev/null 2>/dev/null && test -f Makefile; then
4150 # GNU make sometimes prints "make[1]: Entering...", which would confuse us.
4151 for ac_var in incroot usrlibdir libdir; do
4152 eval "ac_im_$ac_var=\`\${MAKE-make} $ac_var 2>/dev/null | sed -n 's/^$ac_var=//p'\`"
4153 done
4154 # Open Windows xmkmf reportedly sets LIBDIR instead of USRLIBDIR.
4155 for ac_extension in a so sl dylib la dll; do
4156 if test ! -f "$ac_im_usrlibdir/libX11.$ac_extension" &&
4157 test -f "$ac_im_libdir/libX11.$ac_extension"; then
4158 ac_im_usrlibdir=$ac_im_libdir; break
4160 done
4161 # Screen out bogus values from the imake configuration. They are
4162 # bogus both because they are the default anyway, and because
4163 # using them would break gcc on systems where it needs fixed includes.
4164 case $ac_im_incroot in
4165 /usr/include) ac_x_includes= ;;
4166 *) test -f "$ac_im_incroot/X11/Xos.h" && ac_x_includes=$ac_im_incroot;;
4167 esac
4168 case $ac_im_usrlibdir in
4169 /usr/lib | /usr/lib64 | /lib | /lib64) ;;
4170 *) test -d "$ac_im_usrlibdir" && ac_x_libraries=$ac_im_usrlibdir ;;
4171 esac
4173 cd ..
4174 rm -f -r conftest.dir
4177 # Standard set of common directories for X headers.
4178 # Check X11 before X11Rn because it is often a symlink to the current release.
4179 ac_x_header_dirs='
4180 /usr/X11/include
4181 /usr/X11R6/include
4182 /usr/X11R5/include
4183 /usr/X11R4/include
4185 /usr/include/X11
4186 /usr/include/X11R6
4187 /usr/include/X11R5
4188 /usr/include/X11R4
4190 /usr/local/X11/include
4191 /usr/local/X11R6/include
4192 /usr/local/X11R5/include
4193 /usr/local/X11R4/include
4195 /usr/local/include/X11
4196 /usr/local/include/X11R6
4197 /usr/local/include/X11R5
4198 /usr/local/include/X11R4
4200 /usr/X386/include
4201 /usr/x386/include
4202 /usr/XFree86/include/X11
4204 /usr/include
4205 /usr/local/include
4206 /usr/unsupported/include
4207 /usr/athena/include
4208 /usr/local/x11r5/include
4209 /usr/lpp/Xamples/include
4211 /usr/openwin/include
4212 /usr/openwin/share/include'
4214 if test "$ac_x_includes" = no; then
4215 # Guess where to find include files, by looking for Xlib.h.
4216 # First, try using that file with no special directory specified.
4217 cat >conftest.$ac_ext <<_ACEOF
4218 /* confdefs.h. */
4219 _ACEOF
4220 cat confdefs.h >>conftest.$ac_ext
4221 cat >>conftest.$ac_ext <<_ACEOF
4222 /* end confdefs.h. */
4223 #include <X11/Xlib.h>
4224 _ACEOF
4225 if { (ac_try="$ac_cpp conftest.$ac_ext"
4226 case "(($ac_try" in
4227 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4228 *) ac_try_echo=$ac_try;;
4229 esac
4230 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
4231 $as_echo "$ac_try_echo") >&5
4232 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
4233 ac_status=$?
4234 grep -v '^ *+' conftest.er1 >conftest.err
4235 rm -f conftest.er1
4236 cat conftest.err >&5
4237 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
4238 (exit $ac_status); } >/dev/null && {
4239 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
4240 test ! -s conftest.err
4241 }; then
4242 # We can compile using X headers with no special include directory.
4243 ac_x_includes=
4244 else
4245 $as_echo "$as_me: failed program was:" >&5
4246 sed 's/^/| /' conftest.$ac_ext >&5
4248 for ac_dir in $ac_x_header_dirs; do
4249 if test -r "$ac_dir/X11/Xlib.h"; then
4250 ac_x_includes=$ac_dir
4251 break
4253 done
4256 rm -f conftest.err conftest.$ac_ext
4257 fi # $ac_x_includes = no
4259 if test "$ac_x_libraries" = no; then
4260 # Check for the libraries.
4261 # See if we find them without any special options.
4262 # Don't add to $LIBS permanently.
4263 ac_save_LIBS=$LIBS
4264 LIBS="-lX11 $LIBS"
4265 cat >conftest.$ac_ext <<_ACEOF
4266 /* confdefs.h. */
4267 _ACEOF
4268 cat confdefs.h >>conftest.$ac_ext
4269 cat >>conftest.$ac_ext <<_ACEOF
4270 /* end confdefs.h. */
4271 #include <X11/Xlib.h>
4273 main ()
4275 XrmInitialize ()
4277 return 0;
4279 _ACEOF
4280 rm -f conftest.$ac_objext conftest$ac_exeext
4281 if { (ac_try="$ac_link"
4282 case "(($ac_try" in
4283 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4284 *) ac_try_echo=$ac_try;;
4285 esac
4286 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
4287 $as_echo "$ac_try_echo") >&5
4288 (eval "$ac_link") 2>conftest.er1
4289 ac_status=$?
4290 grep -v '^ *+' conftest.er1 >conftest.err
4291 rm -f conftest.er1
4292 cat conftest.err >&5
4293 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
4294 (exit $ac_status); } && {
4295 test -z "$ac_c_werror_flag" ||
4296 test ! -s conftest.err
4297 } && test -s conftest$ac_exeext && {
4298 test "$cross_compiling" = yes ||
4299 $as_test_x conftest$ac_exeext
4300 }; then
4301 LIBS=$ac_save_LIBS
4302 # We can link X programs with no special library path.
4303 ac_x_libraries=
4304 else
4305 $as_echo "$as_me: failed program was:" >&5
4306 sed 's/^/| /' conftest.$ac_ext >&5
4308 LIBS=$ac_save_LIBS
4309 for ac_dir in `$as_echo "$ac_x_includes $ac_x_header_dirs" | sed s/include/lib/g`
4311 # Don't even attempt the hair of trying to link an X program!
4312 for ac_extension in a so sl dylib la dll; do
4313 if test -r "$ac_dir/libX11.$ac_extension"; then
4314 ac_x_libraries=$ac_dir
4315 break 2
4317 done
4318 done
4321 rm -rf conftest.dSYM
4322 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
4323 conftest$ac_exeext conftest.$ac_ext
4324 fi # $ac_x_libraries = no
4326 case $ac_x_includes,$ac_x_libraries in #(
4327 no,* | *,no | *\'*)
4328 # Didn't find X, or a directory has "'" in its name.
4329 ac_cv_have_x="have_x=no";; #(
4331 # Record where we found X for the cache.
4332 ac_cv_have_x="have_x=yes\
4333 ac_x_includes='$ac_x_includes'\
4334 ac_x_libraries='$ac_x_libraries'"
4335 esac
4337 ;; #(
4338 *) have_x=yes;;
4339 esac
4340 eval "$ac_cv_have_x"
4341 fi # $with_x != no
4343 if test "$have_x" != yes; then
4344 { $as_echo "$as_me:$LINENO: result: $have_x" >&5
4345 $as_echo "$have_x" >&6; }
4346 no_x=yes
4347 else
4348 # If each of the values was on the command line, it overrides each guess.
4349 test "x$x_includes" = xNONE && x_includes=$ac_x_includes
4350 test "x$x_libraries" = xNONE && x_libraries=$ac_x_libraries
4351 # Update the cache value to reflect the command line values.
4352 ac_cv_have_x="have_x=yes\
4353 ac_x_includes='$x_includes'\
4354 ac_x_libraries='$x_libraries'"
4355 { $as_echo "$as_me:$LINENO: result: libraries $x_libraries, headers $x_includes" >&5
4356 $as_echo "libraries $x_libraries, headers $x_includes" >&6; }
4359 if test "$no_x" = yes; then
4360 # Not all programs may use this symbol, but it does not hurt to define it.
4362 cat >>confdefs.h <<\_ACEOF
4363 #define X_DISPLAY_MISSING 1
4364 _ACEOF
4366 X_CFLAGS= X_PRE_LIBS= X_LIBS= X_EXTRA_LIBS=
4367 else
4368 if test -n "$x_includes"; then
4369 X_CFLAGS="$X_CFLAGS -I$x_includes"
4372 # It would also be nice to do this for all -L options, not just this one.
4373 if test -n "$x_libraries"; then
4374 X_LIBS="$X_LIBS -L$x_libraries"
4375 # For Solaris; some versions of Sun CC require a space after -R and
4376 # others require no space. Words are not sufficient . . . .
4377 { $as_echo "$as_me:$LINENO: checking whether -R must be followed by a space" >&5
4378 $as_echo_n "checking whether -R must be followed by a space... " >&6; }
4379 ac_xsave_LIBS=$LIBS; LIBS="$LIBS -R$x_libraries"
4380 ac_xsave_c_werror_flag=$ac_c_werror_flag
4381 ac_c_werror_flag=yes
4382 cat >conftest.$ac_ext <<_ACEOF
4383 /* confdefs.h. */
4384 _ACEOF
4385 cat confdefs.h >>conftest.$ac_ext
4386 cat >>conftest.$ac_ext <<_ACEOF
4387 /* end confdefs.h. */
4390 main ()
4394 return 0;
4396 _ACEOF
4397 rm -f conftest.$ac_objext conftest$ac_exeext
4398 if { (ac_try="$ac_link"
4399 case "(($ac_try" in
4400 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4401 *) ac_try_echo=$ac_try;;
4402 esac
4403 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
4404 $as_echo "$ac_try_echo") >&5
4405 (eval "$ac_link") 2>conftest.er1
4406 ac_status=$?
4407 grep -v '^ *+' conftest.er1 >conftest.err
4408 rm -f conftest.er1
4409 cat conftest.err >&5
4410 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
4411 (exit $ac_status); } && {
4412 test -z "$ac_c_werror_flag" ||
4413 test ! -s conftest.err
4414 } && test -s conftest$ac_exeext && {
4415 test "$cross_compiling" = yes ||
4416 $as_test_x conftest$ac_exeext
4417 }; then
4418 { $as_echo "$as_me:$LINENO: result: no" >&5
4419 $as_echo "no" >&6; }
4420 X_LIBS="$X_LIBS -R$x_libraries"
4421 else
4422 $as_echo "$as_me: failed program was:" >&5
4423 sed 's/^/| /' conftest.$ac_ext >&5
4425 LIBS="$ac_xsave_LIBS -R $x_libraries"
4426 cat >conftest.$ac_ext <<_ACEOF
4427 /* confdefs.h. */
4428 _ACEOF
4429 cat confdefs.h >>conftest.$ac_ext
4430 cat >>conftest.$ac_ext <<_ACEOF
4431 /* end confdefs.h. */
4434 main ()
4438 return 0;
4440 _ACEOF
4441 rm -f conftest.$ac_objext conftest$ac_exeext
4442 if { (ac_try="$ac_link"
4443 case "(($ac_try" in
4444 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4445 *) ac_try_echo=$ac_try;;
4446 esac
4447 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
4448 $as_echo "$ac_try_echo") >&5
4449 (eval "$ac_link") 2>conftest.er1
4450 ac_status=$?
4451 grep -v '^ *+' conftest.er1 >conftest.err
4452 rm -f conftest.er1
4453 cat conftest.err >&5
4454 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
4455 (exit $ac_status); } && {
4456 test -z "$ac_c_werror_flag" ||
4457 test ! -s conftest.err
4458 } && test -s conftest$ac_exeext && {
4459 test "$cross_compiling" = yes ||
4460 $as_test_x conftest$ac_exeext
4461 }; then
4462 { $as_echo "$as_me:$LINENO: result: yes" >&5
4463 $as_echo "yes" >&6; }
4464 X_LIBS="$X_LIBS -R $x_libraries"
4465 else
4466 $as_echo "$as_me: failed program was:" >&5
4467 sed 's/^/| /' conftest.$ac_ext >&5
4469 { $as_echo "$as_me:$LINENO: result: neither works" >&5
4470 $as_echo "neither works" >&6; }
4473 rm -rf conftest.dSYM
4474 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
4475 conftest$ac_exeext conftest.$ac_ext
4478 rm -rf conftest.dSYM
4479 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
4480 conftest$ac_exeext conftest.$ac_ext
4481 ac_c_werror_flag=$ac_xsave_c_werror_flag
4482 LIBS=$ac_xsave_LIBS
4485 # Check for system-dependent libraries X programs must link with.
4486 # Do this before checking for the system-independent R6 libraries
4487 # (-lICE), since we may need -lsocket or whatever for X linking.
4489 if test "$ISC" = yes; then
4490 X_EXTRA_LIBS="$X_EXTRA_LIBS -lnsl_s -linet"
4491 else
4492 # Martyn Johnson says this is needed for Ultrix, if the X
4493 # libraries were built with DECnet support. And Karl Berry says
4494 # the Alpha needs dnet_stub (dnet does not exist).
4495 ac_xsave_LIBS="$LIBS"; LIBS="$LIBS $X_LIBS -lX11"
4496 cat >conftest.$ac_ext <<_ACEOF
4497 /* confdefs.h. */
4498 _ACEOF
4499 cat confdefs.h >>conftest.$ac_ext
4500 cat >>conftest.$ac_ext <<_ACEOF
4501 /* end confdefs.h. */
4503 /* Override any GCC internal prototype to avoid an error.
4504 Use char because int might match the return type of a GCC
4505 builtin and then its argument prototype would still apply. */
4506 #ifdef __cplusplus
4507 extern "C"
4508 #endif
4509 char XOpenDisplay ();
4511 main ()
4513 return XOpenDisplay ();
4515 return 0;
4517 _ACEOF
4518 rm -f conftest.$ac_objext conftest$ac_exeext
4519 if { (ac_try="$ac_link"
4520 case "(($ac_try" in
4521 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4522 *) ac_try_echo=$ac_try;;
4523 esac
4524 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
4525 $as_echo "$ac_try_echo") >&5
4526 (eval "$ac_link") 2>conftest.er1
4527 ac_status=$?
4528 grep -v '^ *+' conftest.er1 >conftest.err
4529 rm -f conftest.er1
4530 cat conftest.err >&5
4531 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
4532 (exit $ac_status); } && {
4533 test -z "$ac_c_werror_flag" ||
4534 test ! -s conftest.err
4535 } && test -s conftest$ac_exeext && {
4536 test "$cross_compiling" = yes ||
4537 $as_test_x conftest$ac_exeext
4538 }; then
4540 else
4541 $as_echo "$as_me: failed program was:" >&5
4542 sed 's/^/| /' conftest.$ac_ext >&5
4544 { $as_echo "$as_me:$LINENO: checking for dnet_ntoa in -ldnet" >&5
4545 $as_echo_n "checking for dnet_ntoa in -ldnet... " >&6; }
4546 if test "${ac_cv_lib_dnet_dnet_ntoa+set}" = set; then
4547 $as_echo_n "(cached) " >&6
4548 else
4549 ac_check_lib_save_LIBS=$LIBS
4550 LIBS="-ldnet $LIBS"
4551 cat >conftest.$ac_ext <<_ACEOF
4552 /* confdefs.h. */
4553 _ACEOF
4554 cat confdefs.h >>conftest.$ac_ext
4555 cat >>conftest.$ac_ext <<_ACEOF
4556 /* end confdefs.h. */
4558 /* Override any GCC internal prototype to avoid an error.
4559 Use char because int might match the return type of a GCC
4560 builtin and then its argument prototype would still apply. */
4561 #ifdef __cplusplus
4562 extern "C"
4563 #endif
4564 char dnet_ntoa ();
4566 main ()
4568 return dnet_ntoa ();
4570 return 0;
4572 _ACEOF
4573 rm -f conftest.$ac_objext conftest$ac_exeext
4574 if { (ac_try="$ac_link"
4575 case "(($ac_try" in
4576 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4577 *) ac_try_echo=$ac_try;;
4578 esac
4579 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
4580 $as_echo "$ac_try_echo") >&5
4581 (eval "$ac_link") 2>conftest.er1
4582 ac_status=$?
4583 grep -v '^ *+' conftest.er1 >conftest.err
4584 rm -f conftest.er1
4585 cat conftest.err >&5
4586 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
4587 (exit $ac_status); } && {
4588 test -z "$ac_c_werror_flag" ||
4589 test ! -s conftest.err
4590 } && test -s conftest$ac_exeext && {
4591 test "$cross_compiling" = yes ||
4592 $as_test_x conftest$ac_exeext
4593 }; then
4594 ac_cv_lib_dnet_dnet_ntoa=yes
4595 else
4596 $as_echo "$as_me: failed program was:" >&5
4597 sed 's/^/| /' conftest.$ac_ext >&5
4599 ac_cv_lib_dnet_dnet_ntoa=no
4602 rm -rf conftest.dSYM
4603 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
4604 conftest$ac_exeext conftest.$ac_ext
4605 LIBS=$ac_check_lib_save_LIBS
4607 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_dnet_dnet_ntoa" >&5
4608 $as_echo "$ac_cv_lib_dnet_dnet_ntoa" >&6; }
4609 if test "x$ac_cv_lib_dnet_dnet_ntoa" = x""yes; then
4610 X_EXTRA_LIBS="$X_EXTRA_LIBS -ldnet"
4613 if test $ac_cv_lib_dnet_dnet_ntoa = no; then
4614 { $as_echo "$as_me:$LINENO: checking for dnet_ntoa in -ldnet_stub" >&5
4615 $as_echo_n "checking for dnet_ntoa in -ldnet_stub... " >&6; }
4616 if test "${ac_cv_lib_dnet_stub_dnet_ntoa+set}" = set; then
4617 $as_echo_n "(cached) " >&6
4618 else
4619 ac_check_lib_save_LIBS=$LIBS
4620 LIBS="-ldnet_stub $LIBS"
4621 cat >conftest.$ac_ext <<_ACEOF
4622 /* confdefs.h. */
4623 _ACEOF
4624 cat confdefs.h >>conftest.$ac_ext
4625 cat >>conftest.$ac_ext <<_ACEOF
4626 /* end confdefs.h. */
4628 /* Override any GCC internal prototype to avoid an error.
4629 Use char because int might match the return type of a GCC
4630 builtin and then its argument prototype would still apply. */
4631 #ifdef __cplusplus
4632 extern "C"
4633 #endif
4634 char dnet_ntoa ();
4636 main ()
4638 return dnet_ntoa ();
4640 return 0;
4642 _ACEOF
4643 rm -f conftest.$ac_objext conftest$ac_exeext
4644 if { (ac_try="$ac_link"
4645 case "(($ac_try" in
4646 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4647 *) ac_try_echo=$ac_try;;
4648 esac
4649 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
4650 $as_echo "$ac_try_echo") >&5
4651 (eval "$ac_link") 2>conftest.er1
4652 ac_status=$?
4653 grep -v '^ *+' conftest.er1 >conftest.err
4654 rm -f conftest.er1
4655 cat conftest.err >&5
4656 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
4657 (exit $ac_status); } && {
4658 test -z "$ac_c_werror_flag" ||
4659 test ! -s conftest.err
4660 } && test -s conftest$ac_exeext && {
4661 test "$cross_compiling" = yes ||
4662 $as_test_x conftest$ac_exeext
4663 }; then
4664 ac_cv_lib_dnet_stub_dnet_ntoa=yes
4665 else
4666 $as_echo "$as_me: failed program was:" >&5
4667 sed 's/^/| /' conftest.$ac_ext >&5
4669 ac_cv_lib_dnet_stub_dnet_ntoa=no
4672 rm -rf conftest.dSYM
4673 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
4674 conftest$ac_exeext conftest.$ac_ext
4675 LIBS=$ac_check_lib_save_LIBS
4677 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_dnet_stub_dnet_ntoa" >&5
4678 $as_echo "$ac_cv_lib_dnet_stub_dnet_ntoa" >&6; }
4679 if test "x$ac_cv_lib_dnet_stub_dnet_ntoa" = x""yes; then
4680 X_EXTRA_LIBS="$X_EXTRA_LIBS -ldnet_stub"
4686 rm -rf conftest.dSYM
4687 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
4688 conftest$ac_exeext conftest.$ac_ext
4689 LIBS="$ac_xsave_LIBS"
4691 # msh@cis.ufl.edu says -lnsl (and -lsocket) are needed for his 386/AT,
4692 # to get the SysV transport functions.
4693 # Chad R. Larson says the Pyramis MIS-ES running DC/OSx (SVR4)
4694 # needs -lnsl.
4695 # The nsl library prevents programs from opening the X display
4696 # on Irix 5.2, according to T.E. Dickey.
4697 # The functions gethostbyname, getservbyname, and inet_addr are
4698 # in -lbsd on LynxOS 3.0.1/i386, according to Lars Hecking.
4699 { $as_echo "$as_me:$LINENO: checking for gethostbyname" >&5
4700 $as_echo_n "checking for gethostbyname... " >&6; }
4701 if test "${ac_cv_func_gethostbyname+set}" = set; then
4702 $as_echo_n "(cached) " >&6
4703 else
4704 cat >conftest.$ac_ext <<_ACEOF
4705 /* confdefs.h. */
4706 _ACEOF
4707 cat confdefs.h >>conftest.$ac_ext
4708 cat >>conftest.$ac_ext <<_ACEOF
4709 /* end confdefs.h. */
4710 /* Define gethostbyname to an innocuous variant, in case <limits.h> declares gethostbyname.
4711 For example, HP-UX 11i <limits.h> declares gettimeofday. */
4712 #define gethostbyname innocuous_gethostbyname
4714 /* System header to define __stub macros and hopefully few prototypes,
4715 which can conflict with char gethostbyname (); below.
4716 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
4717 <limits.h> exists even on freestanding compilers. */
4719 #ifdef __STDC__
4720 # include <limits.h>
4721 #else
4722 # include <assert.h>
4723 #endif
4725 #undef gethostbyname
4727 /* Override any GCC internal prototype to avoid an error.
4728 Use char because int might match the return type of a GCC
4729 builtin and then its argument prototype would still apply. */
4730 #ifdef __cplusplus
4731 extern "C"
4732 #endif
4733 char gethostbyname ();
4734 /* The GNU C library defines this for functions which it implements
4735 to always fail with ENOSYS. Some functions are actually named
4736 something starting with __ and the normal name is an alias. */
4737 #if defined __stub_gethostbyname || defined __stub___gethostbyname
4738 choke me
4739 #endif
4742 main ()
4744 return gethostbyname ();
4746 return 0;
4748 _ACEOF
4749 rm -f conftest.$ac_objext conftest$ac_exeext
4750 if { (ac_try="$ac_link"
4751 case "(($ac_try" in
4752 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4753 *) ac_try_echo=$ac_try;;
4754 esac
4755 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
4756 $as_echo "$ac_try_echo") >&5
4757 (eval "$ac_link") 2>conftest.er1
4758 ac_status=$?
4759 grep -v '^ *+' conftest.er1 >conftest.err
4760 rm -f conftest.er1
4761 cat conftest.err >&5
4762 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
4763 (exit $ac_status); } && {
4764 test -z "$ac_c_werror_flag" ||
4765 test ! -s conftest.err
4766 } && test -s conftest$ac_exeext && {
4767 test "$cross_compiling" = yes ||
4768 $as_test_x conftest$ac_exeext
4769 }; then
4770 ac_cv_func_gethostbyname=yes
4771 else
4772 $as_echo "$as_me: failed program was:" >&5
4773 sed 's/^/| /' conftest.$ac_ext >&5
4775 ac_cv_func_gethostbyname=no
4778 rm -rf conftest.dSYM
4779 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
4780 conftest$ac_exeext conftest.$ac_ext
4782 { $as_echo "$as_me:$LINENO: result: $ac_cv_func_gethostbyname" >&5
4783 $as_echo "$ac_cv_func_gethostbyname" >&6; }
4785 if test $ac_cv_func_gethostbyname = no; then
4786 { $as_echo "$as_me:$LINENO: checking for gethostbyname in -lnsl" >&5
4787 $as_echo_n "checking for gethostbyname in -lnsl... " >&6; }
4788 if test "${ac_cv_lib_nsl_gethostbyname+set}" = set; then
4789 $as_echo_n "(cached) " >&6
4790 else
4791 ac_check_lib_save_LIBS=$LIBS
4792 LIBS="-lnsl $LIBS"
4793 cat >conftest.$ac_ext <<_ACEOF
4794 /* confdefs.h. */
4795 _ACEOF
4796 cat confdefs.h >>conftest.$ac_ext
4797 cat >>conftest.$ac_ext <<_ACEOF
4798 /* end confdefs.h. */
4800 /* Override any GCC internal prototype to avoid an error.
4801 Use char because int might match the return type of a GCC
4802 builtin and then its argument prototype would still apply. */
4803 #ifdef __cplusplus
4804 extern "C"
4805 #endif
4806 char gethostbyname ();
4808 main ()
4810 return gethostbyname ();
4812 return 0;
4814 _ACEOF
4815 rm -f conftest.$ac_objext conftest$ac_exeext
4816 if { (ac_try="$ac_link"
4817 case "(($ac_try" in
4818 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4819 *) ac_try_echo=$ac_try;;
4820 esac
4821 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
4822 $as_echo "$ac_try_echo") >&5
4823 (eval "$ac_link") 2>conftest.er1
4824 ac_status=$?
4825 grep -v '^ *+' conftest.er1 >conftest.err
4826 rm -f conftest.er1
4827 cat conftest.err >&5
4828 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
4829 (exit $ac_status); } && {
4830 test -z "$ac_c_werror_flag" ||
4831 test ! -s conftest.err
4832 } && test -s conftest$ac_exeext && {
4833 test "$cross_compiling" = yes ||
4834 $as_test_x conftest$ac_exeext
4835 }; then
4836 ac_cv_lib_nsl_gethostbyname=yes
4837 else
4838 $as_echo "$as_me: failed program was:" >&5
4839 sed 's/^/| /' conftest.$ac_ext >&5
4841 ac_cv_lib_nsl_gethostbyname=no
4844 rm -rf conftest.dSYM
4845 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
4846 conftest$ac_exeext conftest.$ac_ext
4847 LIBS=$ac_check_lib_save_LIBS
4849 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_nsl_gethostbyname" >&5
4850 $as_echo "$ac_cv_lib_nsl_gethostbyname" >&6; }
4851 if test "x$ac_cv_lib_nsl_gethostbyname" = x""yes; then
4852 X_EXTRA_LIBS="$X_EXTRA_LIBS -lnsl"
4855 if test $ac_cv_lib_nsl_gethostbyname = no; then
4856 { $as_echo "$as_me:$LINENO: checking for gethostbyname in -lbsd" >&5
4857 $as_echo_n "checking for gethostbyname in -lbsd... " >&6; }
4858 if test "${ac_cv_lib_bsd_gethostbyname+set}" = set; then
4859 $as_echo_n "(cached) " >&6
4860 else
4861 ac_check_lib_save_LIBS=$LIBS
4862 LIBS="-lbsd $LIBS"
4863 cat >conftest.$ac_ext <<_ACEOF
4864 /* confdefs.h. */
4865 _ACEOF
4866 cat confdefs.h >>conftest.$ac_ext
4867 cat >>conftest.$ac_ext <<_ACEOF
4868 /* end confdefs.h. */
4870 /* Override any GCC internal prototype to avoid an error.
4871 Use char because int might match the return type of a GCC
4872 builtin and then its argument prototype would still apply. */
4873 #ifdef __cplusplus
4874 extern "C"
4875 #endif
4876 char gethostbyname ();
4878 main ()
4880 return gethostbyname ();
4882 return 0;
4884 _ACEOF
4885 rm -f conftest.$ac_objext conftest$ac_exeext
4886 if { (ac_try="$ac_link"
4887 case "(($ac_try" in
4888 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4889 *) ac_try_echo=$ac_try;;
4890 esac
4891 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
4892 $as_echo "$ac_try_echo") >&5
4893 (eval "$ac_link") 2>conftest.er1
4894 ac_status=$?
4895 grep -v '^ *+' conftest.er1 >conftest.err
4896 rm -f conftest.er1
4897 cat conftest.err >&5
4898 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
4899 (exit $ac_status); } && {
4900 test -z "$ac_c_werror_flag" ||
4901 test ! -s conftest.err
4902 } && test -s conftest$ac_exeext && {
4903 test "$cross_compiling" = yes ||
4904 $as_test_x conftest$ac_exeext
4905 }; then
4906 ac_cv_lib_bsd_gethostbyname=yes
4907 else
4908 $as_echo "$as_me: failed program was:" >&5
4909 sed 's/^/| /' conftest.$ac_ext >&5
4911 ac_cv_lib_bsd_gethostbyname=no
4914 rm -rf conftest.dSYM
4915 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
4916 conftest$ac_exeext conftest.$ac_ext
4917 LIBS=$ac_check_lib_save_LIBS
4919 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_bsd_gethostbyname" >&5
4920 $as_echo "$ac_cv_lib_bsd_gethostbyname" >&6; }
4921 if test "x$ac_cv_lib_bsd_gethostbyname" = x""yes; then
4922 X_EXTRA_LIBS="$X_EXTRA_LIBS -lbsd"
4928 # lieder@skyler.mavd.honeywell.com says without -lsocket,
4929 # socket/setsockopt and other routines are undefined under SCO ODT
4930 # 2.0. But -lsocket is broken on IRIX 5.2 (and is not necessary
4931 # on later versions), says Simon Leinen: it contains gethostby*
4932 # variants that don't use the name server (or something). -lsocket
4933 # must be given before -lnsl if both are needed. We assume that
4934 # if connect needs -lnsl, so does gethostbyname.
4935 { $as_echo "$as_me:$LINENO: checking for connect" >&5
4936 $as_echo_n "checking for connect... " >&6; }
4937 if test "${ac_cv_func_connect+set}" = set; then
4938 $as_echo_n "(cached) " >&6
4939 else
4940 cat >conftest.$ac_ext <<_ACEOF
4941 /* confdefs.h. */
4942 _ACEOF
4943 cat confdefs.h >>conftest.$ac_ext
4944 cat >>conftest.$ac_ext <<_ACEOF
4945 /* end confdefs.h. */
4946 /* Define connect to an innocuous variant, in case <limits.h> declares connect.
4947 For example, HP-UX 11i <limits.h> declares gettimeofday. */
4948 #define connect innocuous_connect
4950 /* System header to define __stub macros and hopefully few prototypes,
4951 which can conflict with char connect (); below.
4952 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
4953 <limits.h> exists even on freestanding compilers. */
4955 #ifdef __STDC__
4956 # include <limits.h>
4957 #else
4958 # include <assert.h>
4959 #endif
4961 #undef connect
4963 /* Override any GCC internal prototype to avoid an error.
4964 Use char because int might match the return type of a GCC
4965 builtin and then its argument prototype would still apply. */
4966 #ifdef __cplusplus
4967 extern "C"
4968 #endif
4969 char connect ();
4970 /* The GNU C library defines this for functions which it implements
4971 to always fail with ENOSYS. Some functions are actually named
4972 something starting with __ and the normal name is an alias. */
4973 #if defined __stub_connect || defined __stub___connect
4974 choke me
4975 #endif
4978 main ()
4980 return connect ();
4982 return 0;
4984 _ACEOF
4985 rm -f conftest.$ac_objext conftest$ac_exeext
4986 if { (ac_try="$ac_link"
4987 case "(($ac_try" in
4988 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4989 *) ac_try_echo=$ac_try;;
4990 esac
4991 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
4992 $as_echo "$ac_try_echo") >&5
4993 (eval "$ac_link") 2>conftest.er1
4994 ac_status=$?
4995 grep -v '^ *+' conftest.er1 >conftest.err
4996 rm -f conftest.er1
4997 cat conftest.err >&5
4998 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
4999 (exit $ac_status); } && {
5000 test -z "$ac_c_werror_flag" ||
5001 test ! -s conftest.err
5002 } && test -s conftest$ac_exeext && {
5003 test "$cross_compiling" = yes ||
5004 $as_test_x conftest$ac_exeext
5005 }; then
5006 ac_cv_func_connect=yes
5007 else
5008 $as_echo "$as_me: failed program was:" >&5
5009 sed 's/^/| /' conftest.$ac_ext >&5
5011 ac_cv_func_connect=no
5014 rm -rf conftest.dSYM
5015 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
5016 conftest$ac_exeext conftest.$ac_ext
5018 { $as_echo "$as_me:$LINENO: result: $ac_cv_func_connect" >&5
5019 $as_echo "$ac_cv_func_connect" >&6; }
5021 if test $ac_cv_func_connect = no; then
5022 { $as_echo "$as_me:$LINENO: checking for connect in -lsocket" >&5
5023 $as_echo_n "checking for connect in -lsocket... " >&6; }
5024 if test "${ac_cv_lib_socket_connect+set}" = set; then
5025 $as_echo_n "(cached) " >&6
5026 else
5027 ac_check_lib_save_LIBS=$LIBS
5028 LIBS="-lsocket $X_EXTRA_LIBS $LIBS"
5029 cat >conftest.$ac_ext <<_ACEOF
5030 /* confdefs.h. */
5031 _ACEOF
5032 cat confdefs.h >>conftest.$ac_ext
5033 cat >>conftest.$ac_ext <<_ACEOF
5034 /* end confdefs.h. */
5036 /* Override any GCC internal prototype to avoid an error.
5037 Use char because int might match the return type of a GCC
5038 builtin and then its argument prototype would still apply. */
5039 #ifdef __cplusplus
5040 extern "C"
5041 #endif
5042 char connect ();
5044 main ()
5046 return connect ();
5048 return 0;
5050 _ACEOF
5051 rm -f conftest.$ac_objext conftest$ac_exeext
5052 if { (ac_try="$ac_link"
5053 case "(($ac_try" in
5054 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5055 *) ac_try_echo=$ac_try;;
5056 esac
5057 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
5058 $as_echo "$ac_try_echo") >&5
5059 (eval "$ac_link") 2>conftest.er1
5060 ac_status=$?
5061 grep -v '^ *+' conftest.er1 >conftest.err
5062 rm -f conftest.er1
5063 cat conftest.err >&5
5064 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
5065 (exit $ac_status); } && {
5066 test -z "$ac_c_werror_flag" ||
5067 test ! -s conftest.err
5068 } && test -s conftest$ac_exeext && {
5069 test "$cross_compiling" = yes ||
5070 $as_test_x conftest$ac_exeext
5071 }; then
5072 ac_cv_lib_socket_connect=yes
5073 else
5074 $as_echo "$as_me: failed program was:" >&5
5075 sed 's/^/| /' conftest.$ac_ext >&5
5077 ac_cv_lib_socket_connect=no
5080 rm -rf conftest.dSYM
5081 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
5082 conftest$ac_exeext conftest.$ac_ext
5083 LIBS=$ac_check_lib_save_LIBS
5085 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_socket_connect" >&5
5086 $as_echo "$ac_cv_lib_socket_connect" >&6; }
5087 if test "x$ac_cv_lib_socket_connect" = x""yes; then
5088 X_EXTRA_LIBS="-lsocket $X_EXTRA_LIBS"
5093 # Guillermo Gomez says -lposix is necessary on A/UX.
5094 { $as_echo "$as_me:$LINENO: checking for remove" >&5
5095 $as_echo_n "checking for remove... " >&6; }
5096 if test "${ac_cv_func_remove+set}" = set; then
5097 $as_echo_n "(cached) " >&6
5098 else
5099 cat >conftest.$ac_ext <<_ACEOF
5100 /* confdefs.h. */
5101 _ACEOF
5102 cat confdefs.h >>conftest.$ac_ext
5103 cat >>conftest.$ac_ext <<_ACEOF
5104 /* end confdefs.h. */
5105 /* Define remove to an innocuous variant, in case <limits.h> declares remove.
5106 For example, HP-UX 11i <limits.h> declares gettimeofday. */
5107 #define remove innocuous_remove
5109 /* System header to define __stub macros and hopefully few prototypes,
5110 which can conflict with char remove (); below.
5111 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
5112 <limits.h> exists even on freestanding compilers. */
5114 #ifdef __STDC__
5115 # include <limits.h>
5116 #else
5117 # include <assert.h>
5118 #endif
5120 #undef remove
5122 /* Override any GCC internal prototype to avoid an error.
5123 Use char because int might match the return type of a GCC
5124 builtin and then its argument prototype would still apply. */
5125 #ifdef __cplusplus
5126 extern "C"
5127 #endif
5128 char remove ();
5129 /* The GNU C library defines this for functions which it implements
5130 to always fail with ENOSYS. Some functions are actually named
5131 something starting with __ and the normal name is an alias. */
5132 #if defined __stub_remove || defined __stub___remove
5133 choke me
5134 #endif
5137 main ()
5139 return remove ();
5141 return 0;
5143 _ACEOF
5144 rm -f conftest.$ac_objext conftest$ac_exeext
5145 if { (ac_try="$ac_link"
5146 case "(($ac_try" in
5147 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5148 *) ac_try_echo=$ac_try;;
5149 esac
5150 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
5151 $as_echo "$ac_try_echo") >&5
5152 (eval "$ac_link") 2>conftest.er1
5153 ac_status=$?
5154 grep -v '^ *+' conftest.er1 >conftest.err
5155 rm -f conftest.er1
5156 cat conftest.err >&5
5157 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
5158 (exit $ac_status); } && {
5159 test -z "$ac_c_werror_flag" ||
5160 test ! -s conftest.err
5161 } && test -s conftest$ac_exeext && {
5162 test "$cross_compiling" = yes ||
5163 $as_test_x conftest$ac_exeext
5164 }; then
5165 ac_cv_func_remove=yes
5166 else
5167 $as_echo "$as_me: failed program was:" >&5
5168 sed 's/^/| /' conftest.$ac_ext >&5
5170 ac_cv_func_remove=no
5173 rm -rf conftest.dSYM
5174 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
5175 conftest$ac_exeext conftest.$ac_ext
5177 { $as_echo "$as_me:$LINENO: result: $ac_cv_func_remove" >&5
5178 $as_echo "$ac_cv_func_remove" >&6; }
5180 if test $ac_cv_func_remove = no; then
5181 { $as_echo "$as_me:$LINENO: checking for remove in -lposix" >&5
5182 $as_echo_n "checking for remove in -lposix... " >&6; }
5183 if test "${ac_cv_lib_posix_remove+set}" = set; then
5184 $as_echo_n "(cached) " >&6
5185 else
5186 ac_check_lib_save_LIBS=$LIBS
5187 LIBS="-lposix $LIBS"
5188 cat >conftest.$ac_ext <<_ACEOF
5189 /* confdefs.h. */
5190 _ACEOF
5191 cat confdefs.h >>conftest.$ac_ext
5192 cat >>conftest.$ac_ext <<_ACEOF
5193 /* end confdefs.h. */
5195 /* Override any GCC internal prototype to avoid an error.
5196 Use char because int might match the return type of a GCC
5197 builtin and then its argument prototype would still apply. */
5198 #ifdef __cplusplus
5199 extern "C"
5200 #endif
5201 char remove ();
5203 main ()
5205 return remove ();
5207 return 0;
5209 _ACEOF
5210 rm -f conftest.$ac_objext conftest$ac_exeext
5211 if { (ac_try="$ac_link"
5212 case "(($ac_try" in
5213 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5214 *) ac_try_echo=$ac_try;;
5215 esac
5216 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
5217 $as_echo "$ac_try_echo") >&5
5218 (eval "$ac_link") 2>conftest.er1
5219 ac_status=$?
5220 grep -v '^ *+' conftest.er1 >conftest.err
5221 rm -f conftest.er1
5222 cat conftest.err >&5
5223 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
5224 (exit $ac_status); } && {
5225 test -z "$ac_c_werror_flag" ||
5226 test ! -s conftest.err
5227 } && test -s conftest$ac_exeext && {
5228 test "$cross_compiling" = yes ||
5229 $as_test_x conftest$ac_exeext
5230 }; then
5231 ac_cv_lib_posix_remove=yes
5232 else
5233 $as_echo "$as_me: failed program was:" >&5
5234 sed 's/^/| /' conftest.$ac_ext >&5
5236 ac_cv_lib_posix_remove=no
5239 rm -rf conftest.dSYM
5240 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
5241 conftest$ac_exeext conftest.$ac_ext
5242 LIBS=$ac_check_lib_save_LIBS
5244 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_posix_remove" >&5
5245 $as_echo "$ac_cv_lib_posix_remove" >&6; }
5246 if test "x$ac_cv_lib_posix_remove" = x""yes; then
5247 X_EXTRA_LIBS="$X_EXTRA_LIBS -lposix"
5252 # BSDI BSD/OS 2.1 needs -lipc for XOpenDisplay.
5253 { $as_echo "$as_me:$LINENO: checking for shmat" >&5
5254 $as_echo_n "checking for shmat... " >&6; }
5255 if test "${ac_cv_func_shmat+set}" = set; then
5256 $as_echo_n "(cached) " >&6
5257 else
5258 cat >conftest.$ac_ext <<_ACEOF
5259 /* confdefs.h. */
5260 _ACEOF
5261 cat confdefs.h >>conftest.$ac_ext
5262 cat >>conftest.$ac_ext <<_ACEOF
5263 /* end confdefs.h. */
5264 /* Define shmat to an innocuous variant, in case <limits.h> declares shmat.
5265 For example, HP-UX 11i <limits.h> declares gettimeofday. */
5266 #define shmat innocuous_shmat
5268 /* System header to define __stub macros and hopefully few prototypes,
5269 which can conflict with char shmat (); below.
5270 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
5271 <limits.h> exists even on freestanding compilers. */
5273 #ifdef __STDC__
5274 # include <limits.h>
5275 #else
5276 # include <assert.h>
5277 #endif
5279 #undef shmat
5281 /* Override any GCC internal prototype to avoid an error.
5282 Use char because int might match the return type of a GCC
5283 builtin and then its argument prototype would still apply. */
5284 #ifdef __cplusplus
5285 extern "C"
5286 #endif
5287 char shmat ();
5288 /* The GNU C library defines this for functions which it implements
5289 to always fail with ENOSYS. Some functions are actually named
5290 something starting with __ and the normal name is an alias. */
5291 #if defined __stub_shmat || defined __stub___shmat
5292 choke me
5293 #endif
5296 main ()
5298 return shmat ();
5300 return 0;
5302 _ACEOF
5303 rm -f conftest.$ac_objext conftest$ac_exeext
5304 if { (ac_try="$ac_link"
5305 case "(($ac_try" in
5306 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5307 *) ac_try_echo=$ac_try;;
5308 esac
5309 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
5310 $as_echo "$ac_try_echo") >&5
5311 (eval "$ac_link") 2>conftest.er1
5312 ac_status=$?
5313 grep -v '^ *+' conftest.er1 >conftest.err
5314 rm -f conftest.er1
5315 cat conftest.err >&5
5316 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
5317 (exit $ac_status); } && {
5318 test -z "$ac_c_werror_flag" ||
5319 test ! -s conftest.err
5320 } && test -s conftest$ac_exeext && {
5321 test "$cross_compiling" = yes ||
5322 $as_test_x conftest$ac_exeext
5323 }; then
5324 ac_cv_func_shmat=yes
5325 else
5326 $as_echo "$as_me: failed program was:" >&5
5327 sed 's/^/| /' conftest.$ac_ext >&5
5329 ac_cv_func_shmat=no
5332 rm -rf conftest.dSYM
5333 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
5334 conftest$ac_exeext conftest.$ac_ext
5336 { $as_echo "$as_me:$LINENO: result: $ac_cv_func_shmat" >&5
5337 $as_echo "$ac_cv_func_shmat" >&6; }
5339 if test $ac_cv_func_shmat = no; then
5340 { $as_echo "$as_me:$LINENO: checking for shmat in -lipc" >&5
5341 $as_echo_n "checking for shmat in -lipc... " >&6; }
5342 if test "${ac_cv_lib_ipc_shmat+set}" = set; then
5343 $as_echo_n "(cached) " >&6
5344 else
5345 ac_check_lib_save_LIBS=$LIBS
5346 LIBS="-lipc $LIBS"
5347 cat >conftest.$ac_ext <<_ACEOF
5348 /* confdefs.h. */
5349 _ACEOF
5350 cat confdefs.h >>conftest.$ac_ext
5351 cat >>conftest.$ac_ext <<_ACEOF
5352 /* end confdefs.h. */
5354 /* Override any GCC internal prototype to avoid an error.
5355 Use char because int might match the return type of a GCC
5356 builtin and then its argument prototype would still apply. */
5357 #ifdef __cplusplus
5358 extern "C"
5359 #endif
5360 char shmat ();
5362 main ()
5364 return shmat ();
5366 return 0;
5368 _ACEOF
5369 rm -f conftest.$ac_objext conftest$ac_exeext
5370 if { (ac_try="$ac_link"
5371 case "(($ac_try" in
5372 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5373 *) ac_try_echo=$ac_try;;
5374 esac
5375 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
5376 $as_echo "$ac_try_echo") >&5
5377 (eval "$ac_link") 2>conftest.er1
5378 ac_status=$?
5379 grep -v '^ *+' conftest.er1 >conftest.err
5380 rm -f conftest.er1
5381 cat conftest.err >&5
5382 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
5383 (exit $ac_status); } && {
5384 test -z "$ac_c_werror_flag" ||
5385 test ! -s conftest.err
5386 } && test -s conftest$ac_exeext && {
5387 test "$cross_compiling" = yes ||
5388 $as_test_x conftest$ac_exeext
5389 }; then
5390 ac_cv_lib_ipc_shmat=yes
5391 else
5392 $as_echo "$as_me: failed program was:" >&5
5393 sed 's/^/| /' conftest.$ac_ext >&5
5395 ac_cv_lib_ipc_shmat=no
5398 rm -rf conftest.dSYM
5399 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
5400 conftest$ac_exeext conftest.$ac_ext
5401 LIBS=$ac_check_lib_save_LIBS
5403 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_ipc_shmat" >&5
5404 $as_echo "$ac_cv_lib_ipc_shmat" >&6; }
5405 if test "x$ac_cv_lib_ipc_shmat" = x""yes; then
5406 X_EXTRA_LIBS="$X_EXTRA_LIBS -lipc"
5412 # Check for libraries that X11R6 Xt/Xaw programs need.
5413 ac_save_LDFLAGS=$LDFLAGS
5414 test -n "$x_libraries" && LDFLAGS="$LDFLAGS -L$x_libraries"
5415 # SM needs ICE to (dynamically) link under SunOS 4.x (so we have to
5416 # check for ICE first), but we must link in the order -lSM -lICE or
5417 # we get undefined symbols. So assume we have SM if we have ICE.
5418 # These have to be linked with before -lX11, unlike the other
5419 # libraries we check for below, so use a different variable.
5420 # John Interrante, Karl Berry
5421 { $as_echo "$as_me:$LINENO: checking for IceConnectionNumber in -lICE" >&5
5422 $as_echo_n "checking for IceConnectionNumber in -lICE... " >&6; }
5423 if test "${ac_cv_lib_ICE_IceConnectionNumber+set}" = set; then
5424 $as_echo_n "(cached) " >&6
5425 else
5426 ac_check_lib_save_LIBS=$LIBS
5427 LIBS="-lICE $X_EXTRA_LIBS $LIBS"
5428 cat >conftest.$ac_ext <<_ACEOF
5429 /* confdefs.h. */
5430 _ACEOF
5431 cat confdefs.h >>conftest.$ac_ext
5432 cat >>conftest.$ac_ext <<_ACEOF
5433 /* end confdefs.h. */
5435 /* Override any GCC internal prototype to avoid an error.
5436 Use char because int might match the return type of a GCC
5437 builtin and then its argument prototype would still apply. */
5438 #ifdef __cplusplus
5439 extern "C"
5440 #endif
5441 char IceConnectionNumber ();
5443 main ()
5445 return IceConnectionNumber ();
5447 return 0;
5449 _ACEOF
5450 rm -f conftest.$ac_objext conftest$ac_exeext
5451 if { (ac_try="$ac_link"
5452 case "(($ac_try" in
5453 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5454 *) ac_try_echo=$ac_try;;
5455 esac
5456 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
5457 $as_echo "$ac_try_echo") >&5
5458 (eval "$ac_link") 2>conftest.er1
5459 ac_status=$?
5460 grep -v '^ *+' conftest.er1 >conftest.err
5461 rm -f conftest.er1
5462 cat conftest.err >&5
5463 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
5464 (exit $ac_status); } && {
5465 test -z "$ac_c_werror_flag" ||
5466 test ! -s conftest.err
5467 } && test -s conftest$ac_exeext && {
5468 test "$cross_compiling" = yes ||
5469 $as_test_x conftest$ac_exeext
5470 }; then
5471 ac_cv_lib_ICE_IceConnectionNumber=yes
5472 else
5473 $as_echo "$as_me: failed program was:" >&5
5474 sed 's/^/| /' conftest.$ac_ext >&5
5476 ac_cv_lib_ICE_IceConnectionNumber=no
5479 rm -rf conftest.dSYM
5480 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
5481 conftest$ac_exeext conftest.$ac_ext
5482 LIBS=$ac_check_lib_save_LIBS
5484 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_ICE_IceConnectionNumber" >&5
5485 $as_echo "$ac_cv_lib_ICE_IceConnectionNumber" >&6; }
5486 if test "x$ac_cv_lib_ICE_IceConnectionNumber" = x""yes; then
5487 X_PRE_LIBS="$X_PRE_LIBS -lSM -lICE"
5490 LDFLAGS=$ac_save_LDFLAGS
5495 for ac_prog in flex
5497 # Extract the first word of "$ac_prog", so it can be a program name with args.
5498 set dummy $ac_prog; ac_word=$2
5499 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
5500 $as_echo_n "checking for $ac_word... " >&6; }
5501 if test "${ac_cv_prog_FLEX+set}" = set; then
5502 $as_echo_n "(cached) " >&6
5503 else
5504 if test -n "$FLEX"; then
5505 ac_cv_prog_FLEX="$FLEX" # Let the user override the test.
5506 else
5507 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5508 for as_dir in $PATH
5510 IFS=$as_save_IFS
5511 test -z "$as_dir" && as_dir=.
5512 for ac_exec_ext in '' $ac_executable_extensions; do
5513 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5514 ac_cv_prog_FLEX="$ac_prog"
5515 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5516 break 2
5518 done
5519 done
5520 IFS=$as_save_IFS
5524 FLEX=$ac_cv_prog_FLEX
5525 if test -n "$FLEX"; then
5526 { $as_echo "$as_me:$LINENO: result: $FLEX" >&5
5527 $as_echo "$FLEX" >&6; }
5528 else
5529 { $as_echo "$as_me:$LINENO: result: no" >&5
5530 $as_echo "no" >&6; }
5534 test -n "$FLEX" && break
5535 done
5536 test -n "$FLEX" || FLEX="none"
5538 if test "$FLEX" = "none"
5539 then
5540 { { $as_echo "$as_me:$LINENO: error: no suitable flex found. Please install the 'flex' package." >&5
5541 $as_echo "$as_me: error: no suitable flex found. Please install the 'flex' package." >&2;}
5542 { (exit 1); exit 1; }; }
5545 for ac_prog in bison
5547 # Extract the first word of "$ac_prog", so it can be a program name with args.
5548 set dummy $ac_prog; ac_word=$2
5549 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
5550 $as_echo_n "checking for $ac_word... " >&6; }
5551 if test "${ac_cv_prog_BISON+set}" = set; then
5552 $as_echo_n "(cached) " >&6
5553 else
5554 if test -n "$BISON"; then
5555 ac_cv_prog_BISON="$BISON" # Let the user override the test.
5556 else
5557 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5558 for as_dir in $PATH
5560 IFS=$as_save_IFS
5561 test -z "$as_dir" && as_dir=.
5562 for ac_exec_ext in '' $ac_executable_extensions; do
5563 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5564 ac_cv_prog_BISON="$ac_prog"
5565 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5566 break 2
5568 done
5569 done
5570 IFS=$as_save_IFS
5574 BISON=$ac_cv_prog_BISON
5575 if test -n "$BISON"; then
5576 { $as_echo "$as_me:$LINENO: result: $BISON" >&5
5577 $as_echo "$BISON" >&6; }
5578 else
5579 { $as_echo "$as_me:$LINENO: result: no" >&5
5580 $as_echo "no" >&6; }
5584 test -n "$BISON" && break
5585 done
5586 test -n "$BISON" || BISON="none"
5588 if test "$BISON" = "none"
5589 then
5590 { { $as_echo "$as_me:$LINENO: error: no suitable bison found. Please install the 'bison' package." >&5
5591 $as_echo "$as_me: error: no suitable bison found. Please install the 'bison' package." >&2;}
5592 { (exit 1); exit 1; }; }
5595 if test -n "$ac_tool_prefix"; then
5596 for ac_prog in gas as
5598 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
5599 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
5600 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
5601 $as_echo_n "checking for $ac_word... " >&6; }
5602 if test "${ac_cv_prog_AS+set}" = set; then
5603 $as_echo_n "(cached) " >&6
5604 else
5605 if test -n "$AS"; then
5606 ac_cv_prog_AS="$AS" # Let the user override the test.
5607 else
5608 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5609 for as_dir in $PATH
5611 IFS=$as_save_IFS
5612 test -z "$as_dir" && as_dir=.
5613 for ac_exec_ext in '' $ac_executable_extensions; do
5614 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5615 ac_cv_prog_AS="$ac_tool_prefix$ac_prog"
5616 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5617 break 2
5619 done
5620 done
5621 IFS=$as_save_IFS
5625 AS=$ac_cv_prog_AS
5626 if test -n "$AS"; then
5627 { $as_echo "$as_me:$LINENO: result: $AS" >&5
5628 $as_echo "$AS" >&6; }
5629 else
5630 { $as_echo "$as_me:$LINENO: result: no" >&5
5631 $as_echo "no" >&6; }
5635 test -n "$AS" && break
5636 done
5638 if test -z "$AS"; then
5639 ac_ct_AS=$AS
5640 for ac_prog in gas as
5642 # Extract the first word of "$ac_prog", so it can be a program name with args.
5643 set dummy $ac_prog; ac_word=$2
5644 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
5645 $as_echo_n "checking for $ac_word... " >&6; }
5646 if test "${ac_cv_prog_ac_ct_AS+set}" = set; then
5647 $as_echo_n "(cached) " >&6
5648 else
5649 if test -n "$ac_ct_AS"; then
5650 ac_cv_prog_ac_ct_AS="$ac_ct_AS" # Let the user override the test.
5651 else
5652 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5653 for as_dir in $PATH
5655 IFS=$as_save_IFS
5656 test -z "$as_dir" && as_dir=.
5657 for ac_exec_ext in '' $ac_executable_extensions; do
5658 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5659 ac_cv_prog_ac_ct_AS="$ac_prog"
5660 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5661 break 2
5663 done
5664 done
5665 IFS=$as_save_IFS
5669 ac_ct_AS=$ac_cv_prog_ac_ct_AS
5670 if test -n "$ac_ct_AS"; then
5671 { $as_echo "$as_me:$LINENO: result: $ac_ct_AS" >&5
5672 $as_echo "$ac_ct_AS" >&6; }
5673 else
5674 { $as_echo "$as_me:$LINENO: result: no" >&5
5675 $as_echo "no" >&6; }
5679 test -n "$ac_ct_AS" && break
5680 done
5682 if test "x$ac_ct_AS" = x; then
5683 AS="as"
5684 else
5685 case $cross_compiling:$ac_tool_warned in
5686 yes:)
5687 { $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5
5688 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
5689 ac_tool_warned=yes ;;
5690 esac
5691 AS=$ac_ct_AS
5695 if test -n "$ac_tool_prefix"; then
5696 for ac_prog in ld gld
5698 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
5699 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
5700 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
5701 $as_echo_n "checking for $ac_word... " >&6; }
5702 if test "${ac_cv_prog_LD+set}" = set; then
5703 $as_echo_n "(cached) " >&6
5704 else
5705 if test -n "$LD"; then
5706 ac_cv_prog_LD="$LD" # Let the user override the test.
5707 else
5708 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5709 for as_dir in $PATH
5711 IFS=$as_save_IFS
5712 test -z "$as_dir" && as_dir=.
5713 for ac_exec_ext in '' $ac_executable_extensions; do
5714 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5715 ac_cv_prog_LD="$ac_tool_prefix$ac_prog"
5716 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5717 break 2
5719 done
5720 done
5721 IFS=$as_save_IFS
5725 LD=$ac_cv_prog_LD
5726 if test -n "$LD"; then
5727 { $as_echo "$as_me:$LINENO: result: $LD" >&5
5728 $as_echo "$LD" >&6; }
5729 else
5730 { $as_echo "$as_me:$LINENO: result: no" >&5
5731 $as_echo "no" >&6; }
5735 test -n "$LD" && break
5736 done
5738 if test -z "$LD"; then
5739 ac_ct_LD=$LD
5740 for ac_prog in ld gld
5742 # Extract the first word of "$ac_prog", so it can be a program name with args.
5743 set dummy $ac_prog; ac_word=$2
5744 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
5745 $as_echo_n "checking for $ac_word... " >&6; }
5746 if test "${ac_cv_prog_ac_ct_LD+set}" = set; then
5747 $as_echo_n "(cached) " >&6
5748 else
5749 if test -n "$ac_ct_LD"; then
5750 ac_cv_prog_ac_ct_LD="$ac_ct_LD" # Let the user override the test.
5751 else
5752 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5753 for as_dir in $PATH
5755 IFS=$as_save_IFS
5756 test -z "$as_dir" && as_dir=.
5757 for ac_exec_ext in '' $ac_executable_extensions; do
5758 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5759 ac_cv_prog_ac_ct_LD="$ac_prog"
5760 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5761 break 2
5763 done
5764 done
5765 IFS=$as_save_IFS
5769 ac_ct_LD=$ac_cv_prog_ac_ct_LD
5770 if test -n "$ac_ct_LD"; then
5771 { $as_echo "$as_me:$LINENO: result: $ac_ct_LD" >&5
5772 $as_echo "$ac_ct_LD" >&6; }
5773 else
5774 { $as_echo "$as_me:$LINENO: result: no" >&5
5775 $as_echo "no" >&6; }
5779 test -n "$ac_ct_LD" && break
5780 done
5782 if test "x$ac_ct_LD" = x; then
5783 LD="ld"
5784 else
5785 case $cross_compiling:$ac_tool_warned in
5786 yes:)
5787 { $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5
5788 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
5789 ac_tool_warned=yes ;;
5790 esac
5791 LD=$ac_ct_LD
5795 if test -n "$ac_tool_prefix"; then
5796 for ac_prog in nm gnm
5798 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
5799 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
5800 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
5801 $as_echo_n "checking for $ac_word... " >&6; }
5802 if test "${ac_cv_prog_NM+set}" = set; then
5803 $as_echo_n "(cached) " >&6
5804 else
5805 if test -n "$NM"; then
5806 ac_cv_prog_NM="$NM" # Let the user override the test.
5807 else
5808 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5809 for as_dir in $PATH
5811 IFS=$as_save_IFS
5812 test -z "$as_dir" && as_dir=.
5813 for ac_exec_ext in '' $ac_executable_extensions; do
5814 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5815 ac_cv_prog_NM="$ac_tool_prefix$ac_prog"
5816 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5817 break 2
5819 done
5820 done
5821 IFS=$as_save_IFS
5825 NM=$ac_cv_prog_NM
5826 if test -n "$NM"; then
5827 { $as_echo "$as_me:$LINENO: result: $NM" >&5
5828 $as_echo "$NM" >&6; }
5829 else
5830 { $as_echo "$as_me:$LINENO: result: no" >&5
5831 $as_echo "no" >&6; }
5835 test -n "$NM" && break
5836 done
5838 if test -z "$NM"; then
5839 ac_ct_NM=$NM
5840 for ac_prog in nm gnm
5842 # Extract the first word of "$ac_prog", so it can be a program name with args.
5843 set dummy $ac_prog; ac_word=$2
5844 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
5845 $as_echo_n "checking for $ac_word... " >&6; }
5846 if test "${ac_cv_prog_ac_ct_NM+set}" = set; then
5847 $as_echo_n "(cached) " >&6
5848 else
5849 if test -n "$ac_ct_NM"; then
5850 ac_cv_prog_ac_ct_NM="$ac_ct_NM" # Let the user override the test.
5851 else
5852 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5853 for as_dir in $PATH
5855 IFS=$as_save_IFS
5856 test -z "$as_dir" && as_dir=.
5857 for ac_exec_ext in '' $ac_executable_extensions; do
5858 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5859 ac_cv_prog_ac_ct_NM="$ac_prog"
5860 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5861 break 2
5863 done
5864 done
5865 IFS=$as_save_IFS
5869 ac_ct_NM=$ac_cv_prog_ac_ct_NM
5870 if test -n "$ac_ct_NM"; then
5871 { $as_echo "$as_me:$LINENO: result: $ac_ct_NM" >&5
5872 $as_echo "$ac_ct_NM" >&6; }
5873 else
5874 { $as_echo "$as_me:$LINENO: result: no" >&5
5875 $as_echo "no" >&6; }
5879 test -n "$ac_ct_NM" && break
5880 done
5882 if test "x$ac_ct_NM" = x; then
5883 NM="nm"
5884 else
5885 case $cross_compiling:$ac_tool_warned in
5886 yes:)
5887 { $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5
5888 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
5889 ac_tool_warned=yes ;;
5890 esac
5891 NM=$ac_ct_NM
5895 if test -n "$ac_tool_prefix"; then
5896 for ac_prog in ar gar
5898 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
5899 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
5900 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
5901 $as_echo_n "checking for $ac_word... " >&6; }
5902 if test "${ac_cv_prog_AR+set}" = set; then
5903 $as_echo_n "(cached) " >&6
5904 else
5905 if test -n "$AR"; then
5906 ac_cv_prog_AR="$AR" # Let the user override the test.
5907 else
5908 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5909 for as_dir in $PATH
5911 IFS=$as_save_IFS
5912 test -z "$as_dir" && as_dir=.
5913 for ac_exec_ext in '' $ac_executable_extensions; do
5914 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5915 ac_cv_prog_AR="$ac_tool_prefix$ac_prog"
5916 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5917 break 2
5919 done
5920 done
5921 IFS=$as_save_IFS
5925 AR=$ac_cv_prog_AR
5926 if test -n "$AR"; then
5927 { $as_echo "$as_me:$LINENO: result: $AR" >&5
5928 $as_echo "$AR" >&6; }
5929 else
5930 { $as_echo "$as_me:$LINENO: result: no" >&5
5931 $as_echo "no" >&6; }
5935 test -n "$AR" && break
5936 done
5938 if test -z "$AR"; then
5939 ac_ct_AR=$AR
5940 for ac_prog in ar gar
5942 # Extract the first word of "$ac_prog", so it can be a program name with args.
5943 set dummy $ac_prog; ac_word=$2
5944 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
5945 $as_echo_n "checking for $ac_word... " >&6; }
5946 if test "${ac_cv_prog_ac_ct_AR+set}" = set; then
5947 $as_echo_n "(cached) " >&6
5948 else
5949 if test -n "$ac_ct_AR"; then
5950 ac_cv_prog_ac_ct_AR="$ac_ct_AR" # Let the user override the test.
5951 else
5952 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5953 for as_dir in $PATH
5955 IFS=$as_save_IFS
5956 test -z "$as_dir" && as_dir=.
5957 for ac_exec_ext in '' $ac_executable_extensions; do
5958 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5959 ac_cv_prog_ac_ct_AR="$ac_prog"
5960 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5961 break 2
5963 done
5964 done
5965 IFS=$as_save_IFS
5969 ac_ct_AR=$ac_cv_prog_ac_ct_AR
5970 if test -n "$ac_ct_AR"; then
5971 { $as_echo "$as_me:$LINENO: result: $ac_ct_AR" >&5
5972 $as_echo "$ac_ct_AR" >&6; }
5973 else
5974 { $as_echo "$as_me:$LINENO: result: no" >&5
5975 $as_echo "no" >&6; }
5979 test -n "$ac_ct_AR" && break
5980 done
5982 if test "x$ac_ct_AR" = x; then
5983 AR="ar"
5984 else
5985 case $cross_compiling:$ac_tool_warned in
5986 yes:)
5987 { $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5
5988 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
5989 ac_tool_warned=yes ;;
5990 esac
5991 AR=$ac_ct_AR
5995 ARFLAGS=rc
5997 if test -n "$ac_tool_prefix"; then
5998 # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
5999 set dummy ${ac_tool_prefix}ranlib; ac_word=$2
6000 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
6001 $as_echo_n "checking for $ac_word... " >&6; }
6002 if test "${ac_cv_prog_RANLIB+set}" = set; then
6003 $as_echo_n "(cached) " >&6
6004 else
6005 if test -n "$RANLIB"; then
6006 ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
6007 else
6008 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6009 for as_dir in $PATH
6011 IFS=$as_save_IFS
6012 test -z "$as_dir" && as_dir=.
6013 for ac_exec_ext in '' $ac_executable_extensions; do
6014 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6015 ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib"
6016 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
6017 break 2
6019 done
6020 done
6021 IFS=$as_save_IFS
6025 RANLIB=$ac_cv_prog_RANLIB
6026 if test -n "$RANLIB"; then
6027 { $as_echo "$as_me:$LINENO: result: $RANLIB" >&5
6028 $as_echo "$RANLIB" >&6; }
6029 else
6030 { $as_echo "$as_me:$LINENO: result: no" >&5
6031 $as_echo "no" >&6; }
6036 if test -z "$ac_cv_prog_RANLIB"; then
6037 ac_ct_RANLIB=$RANLIB
6038 # Extract the first word of "ranlib", so it can be a program name with args.
6039 set dummy ranlib; ac_word=$2
6040 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
6041 $as_echo_n "checking for $ac_word... " >&6; }
6042 if test "${ac_cv_prog_ac_ct_RANLIB+set}" = set; then
6043 $as_echo_n "(cached) " >&6
6044 else
6045 if test -n "$ac_ct_RANLIB"; then
6046 ac_cv_prog_ac_ct_RANLIB="$ac_ct_RANLIB" # Let the user override the test.
6047 else
6048 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6049 for as_dir in $PATH
6051 IFS=$as_save_IFS
6052 test -z "$as_dir" && as_dir=.
6053 for ac_exec_ext in '' $ac_executable_extensions; do
6054 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6055 ac_cv_prog_ac_ct_RANLIB="ranlib"
6056 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
6057 break 2
6059 done
6060 done
6061 IFS=$as_save_IFS
6065 ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB
6066 if test -n "$ac_ct_RANLIB"; then
6067 { $as_echo "$as_me:$LINENO: result: $ac_ct_RANLIB" >&5
6068 $as_echo "$ac_ct_RANLIB" >&6; }
6069 else
6070 { $as_echo "$as_me:$LINENO: result: no" >&5
6071 $as_echo "no" >&6; }
6074 if test "x$ac_ct_RANLIB" = x; then
6075 RANLIB=":"
6076 else
6077 case $cross_compiling:$ac_tool_warned in
6078 yes:)
6079 { $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5
6080 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6081 ac_tool_warned=yes ;;
6082 esac
6083 RANLIB=$ac_ct_RANLIB
6085 else
6086 RANLIB="$ac_cv_prog_RANLIB"
6089 if test -n "$ac_tool_prefix"; then
6090 # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
6091 set dummy ${ac_tool_prefix}strip; ac_word=$2
6092 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
6093 $as_echo_n "checking for $ac_word... " >&6; }
6094 if test "${ac_cv_prog_STRIP+set}" = set; then
6095 $as_echo_n "(cached) " >&6
6096 else
6097 if test -n "$STRIP"; then
6098 ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
6099 else
6100 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6101 for as_dir in $PATH
6103 IFS=$as_save_IFS
6104 test -z "$as_dir" && as_dir=.
6105 for ac_exec_ext in '' $ac_executable_extensions; do
6106 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6107 ac_cv_prog_STRIP="${ac_tool_prefix}strip"
6108 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
6109 break 2
6111 done
6112 done
6113 IFS=$as_save_IFS
6117 STRIP=$ac_cv_prog_STRIP
6118 if test -n "$STRIP"; then
6119 { $as_echo "$as_me:$LINENO: result: $STRIP" >&5
6120 $as_echo "$STRIP" >&6; }
6121 else
6122 { $as_echo "$as_me:$LINENO: result: no" >&5
6123 $as_echo "no" >&6; }
6128 if test -z "$ac_cv_prog_STRIP"; then
6129 ac_ct_STRIP=$STRIP
6130 # Extract the first word of "strip", so it can be a program name with args.
6131 set dummy strip; ac_word=$2
6132 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
6133 $as_echo_n "checking for $ac_word... " >&6; }
6134 if test "${ac_cv_prog_ac_ct_STRIP+set}" = set; then
6135 $as_echo_n "(cached) " >&6
6136 else
6137 if test -n "$ac_ct_STRIP"; then
6138 ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test.
6139 else
6140 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6141 for as_dir in $PATH
6143 IFS=$as_save_IFS
6144 test -z "$as_dir" && as_dir=.
6145 for ac_exec_ext in '' $ac_executable_extensions; do
6146 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6147 ac_cv_prog_ac_ct_STRIP="strip"
6148 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
6149 break 2
6151 done
6152 done
6153 IFS=$as_save_IFS
6157 ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP
6158 if test -n "$ac_ct_STRIP"; then
6159 { $as_echo "$as_me:$LINENO: result: $ac_ct_STRIP" >&5
6160 $as_echo "$ac_ct_STRIP" >&6; }
6161 else
6162 { $as_echo "$as_me:$LINENO: result: no" >&5
6163 $as_echo "no" >&6; }
6166 if test "x$ac_ct_STRIP" = x; then
6167 STRIP="strip"
6168 else
6169 case $cross_compiling:$ac_tool_warned in
6170 yes:)
6171 { $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5
6172 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6173 ac_tool_warned=yes ;;
6174 esac
6175 STRIP=$ac_ct_STRIP
6177 else
6178 STRIP="$ac_cv_prog_STRIP"
6181 if test -n "$ac_tool_prefix"; then
6182 # Extract the first word of "${ac_tool_prefix}windres", so it can be a program name with args.
6183 set dummy ${ac_tool_prefix}windres; ac_word=$2
6184 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
6185 $as_echo_n "checking for $ac_word... " >&6; }
6186 if test "${ac_cv_prog_WINDRES+set}" = set; then
6187 $as_echo_n "(cached) " >&6
6188 else
6189 if test -n "$WINDRES"; then
6190 ac_cv_prog_WINDRES="$WINDRES" # Let the user override the test.
6191 else
6192 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6193 for as_dir in $PATH
6195 IFS=$as_save_IFS
6196 test -z "$as_dir" && as_dir=.
6197 for ac_exec_ext in '' $ac_executable_extensions; do
6198 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6199 ac_cv_prog_WINDRES="${ac_tool_prefix}windres"
6200 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
6201 break 2
6203 done
6204 done
6205 IFS=$as_save_IFS
6209 WINDRES=$ac_cv_prog_WINDRES
6210 if test -n "$WINDRES"; then
6211 { $as_echo "$as_me:$LINENO: result: $WINDRES" >&5
6212 $as_echo "$WINDRES" >&6; }
6213 else
6214 { $as_echo "$as_me:$LINENO: result: no" >&5
6215 $as_echo "no" >&6; }
6220 if test -z "$ac_cv_prog_WINDRES"; then
6221 ac_ct_WINDRES=$WINDRES
6222 # Extract the first word of "windres", so it can be a program name with args.
6223 set dummy windres; ac_word=$2
6224 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
6225 $as_echo_n "checking for $ac_word... " >&6; }
6226 if test "${ac_cv_prog_ac_ct_WINDRES+set}" = set; then
6227 $as_echo_n "(cached) " >&6
6228 else
6229 if test -n "$ac_ct_WINDRES"; then
6230 ac_cv_prog_ac_ct_WINDRES="$ac_ct_WINDRES" # Let the user override the test.
6231 else
6232 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6233 for as_dir in $PATH
6235 IFS=$as_save_IFS
6236 test -z "$as_dir" && as_dir=.
6237 for ac_exec_ext in '' $ac_executable_extensions; do
6238 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6239 ac_cv_prog_ac_ct_WINDRES="windres"
6240 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
6241 break 2
6243 done
6244 done
6245 IFS=$as_save_IFS
6249 ac_ct_WINDRES=$ac_cv_prog_ac_ct_WINDRES
6250 if test -n "$ac_ct_WINDRES"; then
6251 { $as_echo "$as_me:$LINENO: result: $ac_ct_WINDRES" >&5
6252 $as_echo "$ac_ct_WINDRES" >&6; }
6253 else
6254 { $as_echo "$as_me:$LINENO: result: no" >&5
6255 $as_echo "no" >&6; }
6258 if test "x$ac_ct_WINDRES" = x; then
6259 WINDRES="false"
6260 else
6261 case $cross_compiling:$ac_tool_warned in
6262 yes:)
6263 { $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5
6264 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6265 ac_tool_warned=yes ;;
6266 esac
6267 WINDRES=$ac_ct_WINDRES
6269 else
6270 WINDRES="$ac_cv_prog_WINDRES"
6273 { $as_echo "$as_me:$LINENO: checking whether ln -s works" >&5
6274 $as_echo_n "checking whether ln -s works... " >&6; }
6275 LN_S=$as_ln_s
6276 if test "$LN_S" = "ln -s"; then
6277 { $as_echo "$as_me:$LINENO: result: yes" >&5
6278 $as_echo "yes" >&6; }
6279 else
6280 { $as_echo "$as_me:$LINENO: result: no, using $LN_S" >&5
6281 $as_echo "no, using $LN_S" >&6; }
6284 { $as_echo "$as_me:$LINENO: checking whether ln works" >&5
6285 $as_echo_n "checking whether ln works... " >&6; }
6286 rm -f conf$$ conf$$.file
6287 echo >conf$$.file
6288 if ln conf$$.file conf$$ 2>/dev/null; then
6289 LN=ln
6291 { $as_echo "$as_me:$LINENO: result: yes" >&5
6292 $as_echo "yes" >&6; }
6293 else
6294 LN="cp -p"
6296 { $as_echo "$as_me:$LINENO: result: no, using $LN" >&5
6297 $as_echo "no, using $LN" >&6; }
6299 rm -f conf$$ conf$$.file
6300 { $as_echo "$as_me:$LINENO: checking for grep that handles long lines and -e" >&5
6301 $as_echo_n "checking for grep that handles long lines and -e... " >&6; }
6302 if test "${ac_cv_path_GREP+set}" = set; then
6303 $as_echo_n "(cached) " >&6
6304 else
6305 if test -z "$GREP"; then
6306 ac_path_GREP_found=false
6307 # Loop through the user's path and test for each of PROGNAME-LIST
6308 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6309 for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
6311 IFS=$as_save_IFS
6312 test -z "$as_dir" && as_dir=.
6313 for ac_prog in grep ggrep; do
6314 for ac_exec_ext in '' $ac_executable_extensions; do
6315 ac_path_GREP="$as_dir/$ac_prog$ac_exec_ext"
6316 { test -f "$ac_path_GREP" && $as_test_x "$ac_path_GREP"; } || continue
6317 # Check for GNU ac_path_GREP and select it if it is found.
6318 # Check for GNU $ac_path_GREP
6319 case `"$ac_path_GREP" --version 2>&1` in
6320 *GNU*)
6321 ac_cv_path_GREP="$ac_path_GREP" ac_path_GREP_found=:;;
6323 ac_count=0
6324 $as_echo_n 0123456789 >"conftest.in"
6325 while :
6327 cat "conftest.in" "conftest.in" >"conftest.tmp"
6328 mv "conftest.tmp" "conftest.in"
6329 cp "conftest.in" "conftest.nl"
6330 $as_echo 'GREP' >> "conftest.nl"
6331 "$ac_path_GREP" -e 'GREP$' -e '-(cannot match)-' < "conftest.nl" >"conftest.out" 2>/dev/null || break
6332 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
6333 ac_count=`expr $ac_count + 1`
6334 if test $ac_count -gt ${ac_path_GREP_max-0}; then
6335 # Best one so far, save it but keep looking for a better one
6336 ac_cv_path_GREP="$ac_path_GREP"
6337 ac_path_GREP_max=$ac_count
6339 # 10*(2^10) chars as input seems more than enough
6340 test $ac_count -gt 10 && break
6341 done
6342 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
6343 esac
6345 $ac_path_GREP_found && break 3
6346 done
6347 done
6348 done
6349 IFS=$as_save_IFS
6350 if test -z "$ac_cv_path_GREP"; then
6351 { { $as_echo "$as_me:$LINENO: error: no acceptable grep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&5
6352 $as_echo "$as_me: error: no acceptable grep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&2;}
6353 { (exit 1); exit 1; }; }
6355 else
6356 ac_cv_path_GREP=$GREP
6360 { $as_echo "$as_me:$LINENO: result: $ac_cv_path_GREP" >&5
6361 $as_echo "$ac_cv_path_GREP" >&6; }
6362 GREP="$ac_cv_path_GREP"
6365 { $as_echo "$as_me:$LINENO: checking for egrep" >&5
6366 $as_echo_n "checking for egrep... " >&6; }
6367 if test "${ac_cv_path_EGREP+set}" = set; then
6368 $as_echo_n "(cached) " >&6
6369 else
6370 if echo a | $GREP -E '(a|b)' >/dev/null 2>&1
6371 then ac_cv_path_EGREP="$GREP -E"
6372 else
6373 if test -z "$EGREP"; then
6374 ac_path_EGREP_found=false
6375 # Loop through the user's path and test for each of PROGNAME-LIST
6376 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6377 for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
6379 IFS=$as_save_IFS
6380 test -z "$as_dir" && as_dir=.
6381 for ac_prog in egrep; do
6382 for ac_exec_ext in '' $ac_executable_extensions; do
6383 ac_path_EGREP="$as_dir/$ac_prog$ac_exec_ext"
6384 { test -f "$ac_path_EGREP" && $as_test_x "$ac_path_EGREP"; } || continue
6385 # Check for GNU ac_path_EGREP and select it if it is found.
6386 # Check for GNU $ac_path_EGREP
6387 case `"$ac_path_EGREP" --version 2>&1` in
6388 *GNU*)
6389 ac_cv_path_EGREP="$ac_path_EGREP" ac_path_EGREP_found=:;;
6391 ac_count=0
6392 $as_echo_n 0123456789 >"conftest.in"
6393 while :
6395 cat "conftest.in" "conftest.in" >"conftest.tmp"
6396 mv "conftest.tmp" "conftest.in"
6397 cp "conftest.in" "conftest.nl"
6398 $as_echo 'EGREP' >> "conftest.nl"
6399 "$ac_path_EGREP" 'EGREP$' < "conftest.nl" >"conftest.out" 2>/dev/null || break
6400 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
6401 ac_count=`expr $ac_count + 1`
6402 if test $ac_count -gt ${ac_path_EGREP_max-0}; then
6403 # Best one so far, save it but keep looking for a better one
6404 ac_cv_path_EGREP="$ac_path_EGREP"
6405 ac_path_EGREP_max=$ac_count
6407 # 10*(2^10) chars as input seems more than enough
6408 test $ac_count -gt 10 && break
6409 done
6410 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
6411 esac
6413 $ac_path_EGREP_found && break 3
6414 done
6415 done
6416 done
6417 IFS=$as_save_IFS
6418 if test -z "$ac_cv_path_EGREP"; then
6419 { { $as_echo "$as_me:$LINENO: error: no acceptable egrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&5
6420 $as_echo "$as_me: error: no acceptable egrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&2;}
6421 { (exit 1); exit 1; }; }
6423 else
6424 ac_cv_path_EGREP=$EGREP
6429 { $as_echo "$as_me:$LINENO: result: $ac_cv_path_EGREP" >&5
6430 $as_echo "$ac_cv_path_EGREP" >&6; }
6431 EGREP="$ac_cv_path_EGREP"
6434 # Extract the first word of "ldconfig", so it can be a program name with args.
6435 set dummy ldconfig; ac_word=$2
6436 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
6437 $as_echo_n "checking for $ac_word... " >&6; }
6438 if test "${ac_cv_path_LDCONFIG+set}" = set; then
6439 $as_echo_n "(cached) " >&6
6440 else
6441 case $LDCONFIG in
6442 [\\/]* | ?:[\\/]*)
6443 ac_cv_path_LDCONFIG="$LDCONFIG" # Let the user override the test with a path.
6446 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6447 for as_dir in /sbin /usr/sbin $PATH
6449 IFS=$as_save_IFS
6450 test -z "$as_dir" && as_dir=.
6451 for ac_exec_ext in '' $ac_executable_extensions; do
6452 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6453 ac_cv_path_LDCONFIG="$as_dir/$ac_word$ac_exec_ext"
6454 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
6455 break 2
6457 done
6458 done
6459 IFS=$as_save_IFS
6461 test -z "$ac_cv_path_LDCONFIG" && ac_cv_path_LDCONFIG="true"
6463 esac
6465 LDCONFIG=$ac_cv_path_LDCONFIG
6466 if test -n "$LDCONFIG"; then
6467 { $as_echo "$as_me:$LINENO: result: $LDCONFIG" >&5
6468 $as_echo "$LDCONFIG" >&6; }
6469 else
6470 { $as_echo "$as_me:$LINENO: result: no" >&5
6471 $as_echo "no" >&6; }
6475 # Find a good install program. We prefer a C program (faster),
6476 # so one script is as good as another. But avoid the broken or
6477 # incompatible versions:
6478 # SysV /etc/install, /usr/sbin/install
6479 # SunOS /usr/etc/install
6480 # IRIX /sbin/install
6481 # AIX /bin/install
6482 # AmigaOS /C/install, which installs bootblocks on floppy discs
6483 # AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
6484 # AFS /usr/afsws/bin/install, which mishandles nonexistent args
6485 # SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
6486 # OS/2's system install, which has a completely different semantic
6487 # ./install, which can be erroneously created by make from ./install.sh.
6488 # Reject install programs that cannot install multiple files.
6489 { $as_echo "$as_me:$LINENO: checking for a BSD-compatible install" >&5
6490 $as_echo_n "checking for a BSD-compatible install... " >&6; }
6491 if test -z "$INSTALL"; then
6492 if test "${ac_cv_path_install+set}" = set; then
6493 $as_echo_n "(cached) " >&6
6494 else
6495 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6496 for as_dir in $PATH
6498 IFS=$as_save_IFS
6499 test -z "$as_dir" && as_dir=.
6500 # Account for people who put trailing slashes in PATH elements.
6501 case $as_dir/ in
6502 ./ | .// | /cC/* | \
6503 /etc/* | /usr/sbin/* | /usr/etc/* | /sbin/* | /usr/afsws/bin/* | \
6504 ?:\\/os2\\/install\\/* | ?:\\/OS2\\/INSTALL\\/* | \
6505 /usr/ucb/* ) ;;
6507 # OSF1 and SCO ODT 3.0 have their own names for install.
6508 # Don't use installbsd from OSF since it installs stuff as root
6509 # by default.
6510 for ac_prog in ginstall scoinst install; do
6511 for ac_exec_ext in '' $ac_executable_extensions; do
6512 if { test -f "$as_dir/$ac_prog$ac_exec_ext" && $as_test_x "$as_dir/$ac_prog$ac_exec_ext"; }; then
6513 if test $ac_prog = install &&
6514 grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
6515 # AIX install. It has an incompatible calling convention.
6517 elif test $ac_prog = install &&
6518 grep pwplus "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
6519 # program-specific install script used by HP pwplus--don't use.
6521 else
6522 rm -rf conftest.one conftest.two conftest.dir
6523 echo one > conftest.one
6524 echo two > conftest.two
6525 mkdir conftest.dir
6526 if "$as_dir/$ac_prog$ac_exec_ext" -c conftest.one conftest.two "`pwd`/conftest.dir" &&
6527 test -s conftest.one && test -s conftest.two &&
6528 test -s conftest.dir/conftest.one &&
6529 test -s conftest.dir/conftest.two
6530 then
6531 ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c"
6532 break 3
6536 done
6537 done
6539 esac
6541 done
6542 IFS=$as_save_IFS
6544 rm -rf conftest.one conftest.two conftest.dir
6547 if test "${ac_cv_path_install+set}" = set; then
6548 INSTALL=$ac_cv_path_install
6549 else
6550 # As a last resort, use the slow shell script. Don't cache a
6551 # value for INSTALL within a source directory, because that will
6552 # break other packages using the cache if that directory is
6553 # removed, or if the value is a relative name.
6554 INSTALL=$ac_install_sh
6557 { $as_echo "$as_me:$LINENO: result: $INSTALL" >&5
6558 $as_echo "$INSTALL" >&6; }
6560 # Use test -z because SunOS4 sh mishandles braces in ${var-val}.
6561 # It thinks the first close brace ends the variable substitution.
6562 test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}'
6564 test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL}'
6566 test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
6568 case "$INSTALL" in
6569 [\\/$]* | ?:[\\/]* ) ;;
6570 *) INSTALL="\\\$(TOPSRCDIR)/$INSTALL" ;;
6571 esac
6573 for ac_prog in lclint lint
6575 # Extract the first word of "$ac_prog", so it can be a program name with args.
6576 set dummy $ac_prog; ac_word=$2
6577 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
6578 $as_echo_n "checking for $ac_word... " >&6; }
6579 if test "${ac_cv_prog_LINT+set}" = set; then
6580 $as_echo_n "(cached) " >&6
6581 else
6582 if test -n "$LINT"; then
6583 ac_cv_prog_LINT="$LINT" # Let the user override the test.
6584 else
6585 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6586 for as_dir in $PATH
6588 IFS=$as_save_IFS
6589 test -z "$as_dir" && as_dir=.
6590 for ac_exec_ext in '' $ac_executable_extensions; do
6591 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6592 ac_cv_prog_LINT="$ac_prog"
6593 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
6594 break 2
6596 done
6597 done
6598 IFS=$as_save_IFS
6602 LINT=$ac_cv_prog_LINT
6603 if test -n "$LINT"; then
6604 { $as_echo "$as_me:$LINENO: result: $LINT" >&5
6605 $as_echo "$LINT" >&6; }
6606 else
6607 { $as_echo "$as_me:$LINENO: result: no" >&5
6608 $as_echo "no" >&6; }
6612 test -n "$LINT" && break
6613 done
6615 if test "$LINT" = "lint"
6616 then
6617 LINTFLAGS="$LINTFLAGS -errchk=%all,no%longptr64 -errhdr=%user -Ncheck=macro -Nlevel=4"
6622 for ac_prog in fontforge
6624 # Extract the first word of "$ac_prog", so it can be a program name with args.
6625 set dummy $ac_prog; ac_word=$2
6626 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
6627 $as_echo_n "checking for $ac_word... " >&6; }
6628 if test "${ac_cv_prog_FONTFORGE+set}" = set; then
6629 $as_echo_n "(cached) " >&6
6630 else
6631 if test -n "$FONTFORGE"; then
6632 ac_cv_prog_FONTFORGE="$FONTFORGE" # Let the user override the test.
6633 else
6634 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6635 for as_dir in $PATH
6637 IFS=$as_save_IFS
6638 test -z "$as_dir" && as_dir=.
6639 for ac_exec_ext in '' $ac_executable_extensions; do
6640 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6641 ac_cv_prog_FONTFORGE="$ac_prog"
6642 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
6643 break 2
6645 done
6646 done
6647 IFS=$as_save_IFS
6651 FONTFORGE=$ac_cv_prog_FONTFORGE
6652 if test -n "$FONTFORGE"; then
6653 { $as_echo "$as_me:$LINENO: result: $FONTFORGE" >&5
6654 $as_echo "$FONTFORGE" >&6; }
6655 else
6656 { $as_echo "$as_me:$LINENO: result: no" >&5
6657 $as_echo "no" >&6; }
6661 test -n "$FONTFORGE" && break
6662 done
6663 test -n "$FONTFORGE" || FONTFORGE="false"
6665 for ac_prog in pkg-config
6667 # Extract the first word of "$ac_prog", so it can be a program name with args.
6668 set dummy $ac_prog; ac_word=$2
6669 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
6670 $as_echo_n "checking for $ac_word... " >&6; }
6671 if test "${ac_cv_prog_PKG_CONFIG+set}" = set; then
6672 $as_echo_n "(cached) " >&6
6673 else
6674 if test -n "$PKG_CONFIG"; then
6675 ac_cv_prog_PKG_CONFIG="$PKG_CONFIG" # Let the user override the test.
6676 else
6677 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6678 for as_dir in $PATH
6680 IFS=$as_save_IFS
6681 test -z "$as_dir" && as_dir=.
6682 for ac_exec_ext in '' $ac_executable_extensions; do
6683 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6684 ac_cv_prog_PKG_CONFIG="$ac_prog"
6685 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
6686 break 2
6688 done
6689 done
6690 IFS=$as_save_IFS
6694 PKG_CONFIG=$ac_cv_prog_PKG_CONFIG
6695 if test -n "$PKG_CONFIG"; then
6696 { $as_echo "$as_me:$LINENO: result: $PKG_CONFIG" >&5
6697 $as_echo "$PKG_CONFIG" >&6; }
6698 else
6699 { $as_echo "$as_me:$LINENO: result: no" >&5
6700 $as_echo "no" >&6; }
6704 test -n "$PKG_CONFIG" && break
6705 done
6706 test -n "$PKG_CONFIG" || PKG_CONFIG="false"
6708 for ac_prog in rsvg
6710 # Extract the first word of "$ac_prog", so it can be a program name with args.
6711 set dummy $ac_prog; ac_word=$2
6712 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
6713 $as_echo_n "checking for $ac_word... " >&6; }
6714 if test "${ac_cv_prog_RSVG+set}" = set; then
6715 $as_echo_n "(cached) " >&6
6716 else
6717 if test -n "$RSVG"; then
6718 ac_cv_prog_RSVG="$RSVG" # Let the user override the test.
6719 else
6720 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6721 for as_dir in $PATH
6723 IFS=$as_save_IFS
6724 test -z "$as_dir" && as_dir=.
6725 for ac_exec_ext in '' $ac_executable_extensions; do
6726 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6727 ac_cv_prog_RSVG="$ac_prog"
6728 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
6729 break 2
6731 done
6732 done
6733 IFS=$as_save_IFS
6737 RSVG=$ac_cv_prog_RSVG
6738 if test -n "$RSVG"; then
6739 { $as_echo "$as_me:$LINENO: result: $RSVG" >&5
6740 $as_echo "$RSVG" >&6; }
6741 else
6742 { $as_echo "$as_me:$LINENO: result: no" >&5
6743 $as_echo "no" >&6; }
6747 test -n "$RSVG" && break
6748 done
6749 test -n "$RSVG" || RSVG="false"
6751 for ac_prog in icotool
6753 # Extract the first word of "$ac_prog", so it can be a program name with args.
6754 set dummy $ac_prog; ac_word=$2
6755 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
6756 $as_echo_n "checking for $ac_word... " >&6; }
6757 if test "${ac_cv_prog_ICOTOOL+set}" = set; then
6758 $as_echo_n "(cached) " >&6
6759 else
6760 if test -n "$ICOTOOL"; then
6761 ac_cv_prog_ICOTOOL="$ICOTOOL" # Let the user override the test.
6762 else
6763 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6764 for as_dir in $PATH
6766 IFS=$as_save_IFS
6767 test -z "$as_dir" && as_dir=.
6768 for ac_exec_ext in '' $ac_executable_extensions; do
6769 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6770 ac_cv_prog_ICOTOOL="$ac_prog"
6771 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
6772 break 2
6774 done
6775 done
6776 IFS=$as_save_IFS
6780 ICOTOOL=$ac_cv_prog_ICOTOOL
6781 if test -n "$ICOTOOL"; then
6782 { $as_echo "$as_me:$LINENO: result: $ICOTOOL" >&5
6783 $as_echo "$ICOTOOL" >&6; }
6784 else
6785 { $as_echo "$as_me:$LINENO: result: no" >&5
6786 $as_echo "no" >&6; }
6790 test -n "$ICOTOOL" && break
6791 done
6792 test -n "$ICOTOOL" || ICOTOOL="false"
6795 if test "${enable_maintainer_mode+set}" = set
6796 then
6797 if test "$FONTFORGE" = "false"; then wine_warnings="$wine_warnings|fontforge is missing, fonts can't be rebuilt."; fi
6798 if test "$RSVG" = "false"; then wine_warnings="$wine_warnings|rsvg is missing, icons can't be rebuilt."; fi
6799 if test "$ICOTOOL" = "false"; then wine_warnings="$wine_warnings|icotool is missing, icons can't be rebuilt."; fi
6802 case $host_cpu in
6803 *i[3456789]86*)
6804 # Extract the first word of "prelink", so it can be a program name with args.
6805 set dummy prelink; ac_word=$2
6806 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
6807 $as_echo_n "checking for $ac_word... " >&6; }
6808 if test "${ac_cv_path_PRELINK+set}" = set; then
6809 $as_echo_n "(cached) " >&6
6810 else
6811 case $PRELINK in
6812 [\\/]* | ?:[\\/]*)
6813 ac_cv_path_PRELINK="$PRELINK" # Let the user override the test with a path.
6816 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6817 for as_dir in /sbin /usr/sbin $PATH
6819 IFS=$as_save_IFS
6820 test -z "$as_dir" && as_dir=.
6821 for ac_exec_ext in '' $ac_executable_extensions; do
6822 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6823 ac_cv_path_PRELINK="$as_dir/$ac_word$ac_exec_ext"
6824 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
6825 break 2
6827 done
6828 done
6829 IFS=$as_save_IFS
6831 test -z "$ac_cv_path_PRELINK" && ac_cv_path_PRELINK="false"
6833 esac
6835 PRELINK=$ac_cv_path_PRELINK
6836 if test -n "$PRELINK"; then
6837 { $as_echo "$as_me:$LINENO: result: $PRELINK" >&5
6838 $as_echo "$PRELINK" >&6; }
6839 else
6840 { $as_echo "$as_me:$LINENO: result: no" >&5
6841 $as_echo "no" >&6; }
6846 esac
6850 { $as_echo "$as_me:$LINENO: checking for i386_set_ldt in -li386" >&5
6851 $as_echo_n "checking for i386_set_ldt in -li386... " >&6; }
6852 if test "${ac_cv_lib_i386_i386_set_ldt+set}" = set; then
6853 $as_echo_n "(cached) " >&6
6854 else
6855 ac_check_lib_save_LIBS=$LIBS
6856 LIBS="-li386 $LIBS"
6857 cat >conftest.$ac_ext <<_ACEOF
6858 /* confdefs.h. */
6859 _ACEOF
6860 cat confdefs.h >>conftest.$ac_ext
6861 cat >>conftest.$ac_ext <<_ACEOF
6862 /* end confdefs.h. */
6864 /* Override any GCC internal prototype to avoid an error.
6865 Use char because int might match the return type of a GCC
6866 builtin and then its argument prototype would still apply. */
6867 #ifdef __cplusplus
6868 extern "C"
6869 #endif
6870 char i386_set_ldt ();
6872 main ()
6874 return i386_set_ldt ();
6876 return 0;
6878 _ACEOF
6879 rm -f conftest.$ac_objext conftest$ac_exeext
6880 if { (ac_try="$ac_link"
6881 case "(($ac_try" in
6882 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6883 *) ac_try_echo=$ac_try;;
6884 esac
6885 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
6886 $as_echo "$ac_try_echo") >&5
6887 (eval "$ac_link") 2>conftest.er1
6888 ac_status=$?
6889 grep -v '^ *+' conftest.er1 >conftest.err
6890 rm -f conftest.er1
6891 cat conftest.err >&5
6892 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
6893 (exit $ac_status); } && {
6894 test -z "$ac_c_werror_flag" ||
6895 test ! -s conftest.err
6896 } && test -s conftest$ac_exeext && {
6897 test "$cross_compiling" = yes ||
6898 $as_test_x conftest$ac_exeext
6899 }; then
6900 ac_cv_lib_i386_i386_set_ldt=yes
6901 else
6902 $as_echo "$as_me: failed program was:" >&5
6903 sed 's/^/| /' conftest.$ac_ext >&5
6905 ac_cv_lib_i386_i386_set_ldt=no
6908 rm -rf conftest.dSYM
6909 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
6910 conftest$ac_exeext conftest.$ac_ext
6911 LIBS=$ac_check_lib_save_LIBS
6913 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_i386_i386_set_ldt" >&5
6914 $as_echo "$ac_cv_lib_i386_i386_set_ldt" >&6; }
6915 if test "x$ac_cv_lib_i386_i386_set_ldt" = x""yes; then
6916 cat >>confdefs.h <<_ACEOF
6917 #define HAVE_LIBI386 1
6918 _ACEOF
6920 LIBS="-li386 $LIBS"
6925 { $as_echo "$as_me:$LINENO: checking for _oss_ioctl in -lossaudio" >&5
6926 $as_echo_n "checking for _oss_ioctl in -lossaudio... " >&6; }
6927 if test "${ac_cv_lib_ossaudio__oss_ioctl+set}" = set; then
6928 $as_echo_n "(cached) " >&6
6929 else
6930 ac_check_lib_save_LIBS=$LIBS
6931 LIBS="-lossaudio $LIBS"
6932 cat >conftest.$ac_ext <<_ACEOF
6933 /* confdefs.h. */
6934 _ACEOF
6935 cat confdefs.h >>conftest.$ac_ext
6936 cat >>conftest.$ac_ext <<_ACEOF
6937 /* end confdefs.h. */
6939 /* Override any GCC internal prototype to avoid an error.
6940 Use char because int might match the return type of a GCC
6941 builtin and then its argument prototype would still apply. */
6942 #ifdef __cplusplus
6943 extern "C"
6944 #endif
6945 char _oss_ioctl ();
6947 main ()
6949 return _oss_ioctl ();
6951 return 0;
6953 _ACEOF
6954 rm -f conftest.$ac_objext conftest$ac_exeext
6955 if { (ac_try="$ac_link"
6956 case "(($ac_try" in
6957 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6958 *) ac_try_echo=$ac_try;;
6959 esac
6960 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
6961 $as_echo "$ac_try_echo") >&5
6962 (eval "$ac_link") 2>conftest.er1
6963 ac_status=$?
6964 grep -v '^ *+' conftest.er1 >conftest.err
6965 rm -f conftest.er1
6966 cat conftest.err >&5
6967 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
6968 (exit $ac_status); } && {
6969 test -z "$ac_c_werror_flag" ||
6970 test ! -s conftest.err
6971 } && test -s conftest$ac_exeext && {
6972 test "$cross_compiling" = yes ||
6973 $as_test_x conftest$ac_exeext
6974 }; then
6975 ac_cv_lib_ossaudio__oss_ioctl=yes
6976 else
6977 $as_echo "$as_me: failed program was:" >&5
6978 sed 's/^/| /' conftest.$ac_ext >&5
6980 ac_cv_lib_ossaudio__oss_ioctl=no
6983 rm -rf conftest.dSYM
6984 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
6985 conftest$ac_exeext conftest.$ac_ext
6986 LIBS=$ac_check_lib_save_LIBS
6988 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_ossaudio__oss_ioctl" >&5
6989 $as_echo "$ac_cv_lib_ossaudio__oss_ioctl" >&6; }
6990 if test "x$ac_cv_lib_ossaudio__oss_ioctl" = x""yes; then
6991 cat >>confdefs.h <<_ACEOF
6992 #define HAVE_LIBOSSAUDIO 1
6993 _ACEOF
6995 LIBS="-lossaudio $LIBS"
6999 { $as_echo "$as_me:$LINENO: checking for pthread_create in -lpthread" >&5
7000 $as_echo_n "checking for pthread_create in -lpthread... " >&6; }
7001 if test "${ac_cv_lib_pthread_pthread_create+set}" = set; then
7002 $as_echo_n "(cached) " >&6
7003 else
7004 ac_check_lib_save_LIBS=$LIBS
7005 LIBS="-lpthread $LIBS"
7006 cat >conftest.$ac_ext <<_ACEOF
7007 /* confdefs.h. */
7008 _ACEOF
7009 cat confdefs.h >>conftest.$ac_ext
7010 cat >>conftest.$ac_ext <<_ACEOF
7011 /* end confdefs.h. */
7013 /* Override any GCC internal prototype to avoid an error.
7014 Use char because int might match the return type of a GCC
7015 builtin and then its argument prototype would still apply. */
7016 #ifdef __cplusplus
7017 extern "C"
7018 #endif
7019 char pthread_create ();
7021 main ()
7023 return pthread_create ();
7025 return 0;
7027 _ACEOF
7028 rm -f conftest.$ac_objext conftest$ac_exeext
7029 if { (ac_try="$ac_link"
7030 case "(($ac_try" in
7031 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7032 *) ac_try_echo=$ac_try;;
7033 esac
7034 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
7035 $as_echo "$ac_try_echo") >&5
7036 (eval "$ac_link") 2>conftest.er1
7037 ac_status=$?
7038 grep -v '^ *+' conftest.er1 >conftest.err
7039 rm -f conftest.er1
7040 cat conftest.err >&5
7041 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
7042 (exit $ac_status); } && {
7043 test -z "$ac_c_werror_flag" ||
7044 test ! -s conftest.err
7045 } && test -s conftest$ac_exeext && {
7046 test "$cross_compiling" = yes ||
7047 $as_test_x conftest$ac_exeext
7048 }; then
7049 ac_cv_lib_pthread_pthread_create=yes
7050 else
7051 $as_echo "$as_me: failed program was:" >&5
7052 sed 's/^/| /' conftest.$ac_ext >&5
7054 ac_cv_lib_pthread_pthread_create=no
7057 rm -rf conftest.dSYM
7058 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
7059 conftest$ac_exeext conftest.$ac_ext
7060 LIBS=$ac_check_lib_save_LIBS
7062 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_pthread_pthread_create" >&5
7063 $as_echo "$ac_cv_lib_pthread_pthread_create" >&6; }
7064 if test "x$ac_cv_lib_pthread_pthread_create" = x""yes; then
7065 LIBPTHREAD="-lpthread"
7070 XLIB=""
7072 OPENGL_LIBS=""
7076 { $as_echo "$as_me:$LINENO: checking for ANSI C header files" >&5
7077 $as_echo_n "checking for ANSI C header files... " >&6; }
7078 if test "${ac_cv_header_stdc+set}" = set; then
7079 $as_echo_n "(cached) " >&6
7080 else
7081 cat >conftest.$ac_ext <<_ACEOF
7082 /* confdefs.h. */
7083 _ACEOF
7084 cat confdefs.h >>conftest.$ac_ext
7085 cat >>conftest.$ac_ext <<_ACEOF
7086 /* end confdefs.h. */
7087 #include <stdlib.h>
7088 #include <stdarg.h>
7089 #include <string.h>
7090 #include <float.h>
7093 main ()
7097 return 0;
7099 _ACEOF
7100 rm -f conftest.$ac_objext
7101 if { (ac_try="$ac_compile"
7102 case "(($ac_try" in
7103 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7104 *) ac_try_echo=$ac_try;;
7105 esac
7106 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
7107 $as_echo "$ac_try_echo") >&5
7108 (eval "$ac_compile") 2>conftest.er1
7109 ac_status=$?
7110 grep -v '^ *+' conftest.er1 >conftest.err
7111 rm -f conftest.er1
7112 cat conftest.err >&5
7113 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
7114 (exit $ac_status); } && {
7115 test -z "$ac_c_werror_flag" ||
7116 test ! -s conftest.err
7117 } && test -s conftest.$ac_objext; then
7118 ac_cv_header_stdc=yes
7119 else
7120 $as_echo "$as_me: failed program was:" >&5
7121 sed 's/^/| /' conftest.$ac_ext >&5
7123 ac_cv_header_stdc=no
7126 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
7128 if test $ac_cv_header_stdc = yes; then
7129 # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
7130 cat >conftest.$ac_ext <<_ACEOF
7131 /* confdefs.h. */
7132 _ACEOF
7133 cat confdefs.h >>conftest.$ac_ext
7134 cat >>conftest.$ac_ext <<_ACEOF
7135 /* end confdefs.h. */
7136 #include <string.h>
7138 _ACEOF
7139 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
7140 $EGREP "memchr" >/dev/null 2>&1; then
7142 else
7143 ac_cv_header_stdc=no
7145 rm -f conftest*
7149 if test $ac_cv_header_stdc = yes; then
7150 # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
7151 cat >conftest.$ac_ext <<_ACEOF
7152 /* confdefs.h. */
7153 _ACEOF
7154 cat confdefs.h >>conftest.$ac_ext
7155 cat >>conftest.$ac_ext <<_ACEOF
7156 /* end confdefs.h. */
7157 #include <stdlib.h>
7159 _ACEOF
7160 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
7161 $EGREP "free" >/dev/null 2>&1; then
7163 else
7164 ac_cv_header_stdc=no
7166 rm -f conftest*
7170 if test $ac_cv_header_stdc = yes; then
7171 # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi.
7172 if test "$cross_compiling" = yes; then
7174 else
7175 cat >conftest.$ac_ext <<_ACEOF
7176 /* confdefs.h. */
7177 _ACEOF
7178 cat confdefs.h >>conftest.$ac_ext
7179 cat >>conftest.$ac_ext <<_ACEOF
7180 /* end confdefs.h. */
7181 #include <ctype.h>
7182 #include <stdlib.h>
7183 #if ((' ' & 0x0FF) == 0x020)
7184 # define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
7185 # define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
7186 #else
7187 # define ISLOWER(c) \
7188 (('a' <= (c) && (c) <= 'i') \
7189 || ('j' <= (c) && (c) <= 'r') \
7190 || ('s' <= (c) && (c) <= 'z'))
7191 # define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c))
7192 #endif
7194 #define XOR(e, f) (((e) && !(f)) || (!(e) && (f)))
7196 main ()
7198 int i;
7199 for (i = 0; i < 256; i++)
7200 if (XOR (islower (i), ISLOWER (i))
7201 || toupper (i) != TOUPPER (i))
7202 return 2;
7203 return 0;
7205 _ACEOF
7206 rm -f conftest$ac_exeext
7207 if { (ac_try="$ac_link"
7208 case "(($ac_try" in
7209 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7210 *) ac_try_echo=$ac_try;;
7211 esac
7212 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
7213 $as_echo "$ac_try_echo") >&5
7214 (eval "$ac_link") 2>&5
7215 ac_status=$?
7216 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
7217 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
7218 { (case "(($ac_try" in
7219 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7220 *) ac_try_echo=$ac_try;;
7221 esac
7222 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
7223 $as_echo "$ac_try_echo") >&5
7224 (eval "$ac_try") 2>&5
7225 ac_status=$?
7226 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
7227 (exit $ac_status); }; }; then
7229 else
7230 $as_echo "$as_me: program exited with status $ac_status" >&5
7231 $as_echo "$as_me: failed program was:" >&5
7232 sed 's/^/| /' conftest.$ac_ext >&5
7234 ( exit $ac_status )
7235 ac_cv_header_stdc=no
7237 rm -rf conftest.dSYM
7238 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
7244 { $as_echo "$as_me:$LINENO: result: $ac_cv_header_stdc" >&5
7245 $as_echo "$ac_cv_header_stdc" >&6; }
7246 if test $ac_cv_header_stdc = yes; then
7248 cat >>confdefs.h <<\_ACEOF
7249 #define STDC_HEADERS 1
7250 _ACEOF
7254 # On IRIX 5.3, sys/types and inttypes.h are conflicting.
7264 for ac_header in sys/types.h sys/stat.h stdlib.h string.h memory.h strings.h \
7265 inttypes.h stdint.h unistd.h
7267 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
7268 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
7269 $as_echo_n "checking for $ac_header... " >&6; }
7270 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
7271 $as_echo_n "(cached) " >&6
7272 else
7273 cat >conftest.$ac_ext <<_ACEOF
7274 /* confdefs.h. */
7275 _ACEOF
7276 cat confdefs.h >>conftest.$ac_ext
7277 cat >>conftest.$ac_ext <<_ACEOF
7278 /* end confdefs.h. */
7279 $ac_includes_default
7281 #include <$ac_header>
7282 _ACEOF
7283 rm -f conftest.$ac_objext
7284 if { (ac_try="$ac_compile"
7285 case "(($ac_try" in
7286 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7287 *) ac_try_echo=$ac_try;;
7288 esac
7289 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
7290 $as_echo "$ac_try_echo") >&5
7291 (eval "$ac_compile") 2>conftest.er1
7292 ac_status=$?
7293 grep -v '^ *+' conftest.er1 >conftest.err
7294 rm -f conftest.er1
7295 cat conftest.err >&5
7296 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
7297 (exit $ac_status); } && {
7298 test -z "$ac_c_werror_flag" ||
7299 test ! -s conftest.err
7300 } && test -s conftest.$ac_objext; then
7301 eval "$as_ac_Header=yes"
7302 else
7303 $as_echo "$as_me: failed program was:" >&5
7304 sed 's/^/| /' conftest.$ac_ext >&5
7306 eval "$as_ac_Header=no"
7309 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
7311 ac_res=`eval 'as_val=${'$as_ac_Header'}
7312 $as_echo "$as_val"'`
7313 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
7314 $as_echo "$ac_res" >&6; }
7315 as_val=`eval 'as_val=${'$as_ac_Header'}
7316 $as_echo "$as_val"'`
7317 if test "x$as_val" = x""yes; then
7318 cat >>confdefs.h <<_ACEOF
7319 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
7320 _ACEOF
7324 done
7441 for ac_header in \
7442 AudioUnit/AudioUnit.h \
7443 Carbon/Carbon.h \
7444 CoreAudio/CoreAudio.h \
7445 DiskArbitration/DiskArbitration.h \
7446 IOKit/IOKitLib.h \
7447 alias.h \
7448 alsa/asoundlib.h \
7449 arpa/inet.h \
7450 arpa/nameser.h \
7451 asm/types.h \
7452 capi20.h \
7453 curses.h \
7454 direct.h \
7455 dirent.h \
7456 dlfcn.h \
7457 elf.h \
7458 float.h \
7459 fontconfig/fontconfig.h \
7460 getopt.h \
7461 grp.h \
7462 ieeefp.h \
7463 io.h \
7464 jack/jack.h \
7465 jpeglib.h \
7466 lber.h \
7467 lcms.h \
7468 lcms/lcms.h \
7469 ldap.h \
7470 libaudioio.h \
7471 link.h \
7472 linux/cdrom.h \
7473 linux/compiler.h \
7474 linux/hdreg.h \
7475 linux/input.h \
7476 linux/ioctl.h \
7477 linux/joystick.h \
7478 linux/major.h \
7479 linux/param.h \
7480 linux/serial.h \
7481 linux/ucdrom.h \
7482 mach/mach.h \
7483 mach/machine.h \
7484 machine/cpu.h \
7485 machine/limits.h \
7486 machine/soundcard.h \
7487 mntent.h \
7488 ncurses.h \
7489 netdb.h \
7490 netinet/in.h \
7491 netinet/in_systm.h \
7492 netinet/tcp.h \
7493 netinet/tcp_fsm.h \
7494 openssl/err.h \
7495 openssl/ssl.h \
7496 png.h \
7497 poll.h \
7498 process.h \
7499 pthread.h \
7500 pwd.h \
7501 regex.h \
7502 sched.h \
7503 scsi/scsi.h \
7504 scsi/scsi_ioctl.h \
7505 scsi/sg.h \
7506 soundcard.h \
7507 stdint.h \
7508 strings.h \
7509 sys/asoundlib.h \
7510 sys/cdio.h \
7511 sys/elf32.h \
7512 sys/epoll.h \
7513 sys/errno.h \
7514 sys/event.h \
7515 sys/exec_elf.h \
7516 sys/filio.h \
7517 sys/ioctl.h \
7518 sys/ipc.h \
7519 sys/limits.h \
7520 sys/link.h \
7521 sys/lwp.h \
7522 sys/mman.h \
7523 sys/modem.h \
7524 sys/msg.h \
7525 sys/mtio.h \
7526 sys/param.h \
7527 sys/poll.h \
7528 sys/prctl.h \
7529 sys/ptrace.h \
7530 sys/reg.h \
7531 sys/resource.h \
7532 sys/scsiio.h \
7533 sys/shm.h \
7534 sys/signal.h \
7535 sys/socket.h \
7536 sys/socketvar.h \
7537 sys/sockio.h \
7538 sys/soundcard.h \
7539 sys/statvfs.h \
7540 sys/strtio.h \
7541 sys/syscall.h \
7542 sys/sysctl.h \
7543 sys/time.h \
7544 sys/times.h \
7545 sys/uio.h \
7546 sys/un.h \
7547 sys/utsname.h \
7548 sys/vm86.h \
7549 sys/wait.h \
7550 syscall.h \
7551 termios.h \
7552 unistd.h \
7553 utime.h \
7554 valgrind/memcheck.h \
7555 valgrind/valgrind.h
7558 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
7559 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
7560 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
7561 $as_echo_n "checking for $ac_header... " >&6; }
7562 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
7563 $as_echo_n "(cached) " >&6
7565 ac_res=`eval 'as_val=${'$as_ac_Header'}
7566 $as_echo "$as_val"'`
7567 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
7568 $as_echo "$ac_res" >&6; }
7569 else
7570 # Is the header compilable?
7571 { $as_echo "$as_me:$LINENO: checking $ac_header usability" >&5
7572 $as_echo_n "checking $ac_header usability... " >&6; }
7573 cat >conftest.$ac_ext <<_ACEOF
7574 /* confdefs.h. */
7575 _ACEOF
7576 cat confdefs.h >>conftest.$ac_ext
7577 cat >>conftest.$ac_ext <<_ACEOF
7578 /* end confdefs.h. */
7579 $ac_includes_default
7580 #include <$ac_header>
7581 _ACEOF
7582 rm -f conftest.$ac_objext
7583 if { (ac_try="$ac_compile"
7584 case "(($ac_try" in
7585 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7586 *) ac_try_echo=$ac_try;;
7587 esac
7588 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
7589 $as_echo "$ac_try_echo") >&5
7590 (eval "$ac_compile") 2>conftest.er1
7591 ac_status=$?
7592 grep -v '^ *+' conftest.er1 >conftest.err
7593 rm -f conftest.er1
7594 cat conftest.err >&5
7595 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
7596 (exit $ac_status); } && {
7597 test -z "$ac_c_werror_flag" ||
7598 test ! -s conftest.err
7599 } && test -s conftest.$ac_objext; then
7600 ac_header_compiler=yes
7601 else
7602 $as_echo "$as_me: failed program was:" >&5
7603 sed 's/^/| /' conftest.$ac_ext >&5
7605 ac_header_compiler=no
7608 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
7609 { $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
7610 $as_echo "$ac_header_compiler" >&6; }
7612 # Is the header present?
7613 { $as_echo "$as_me:$LINENO: checking $ac_header presence" >&5
7614 $as_echo_n "checking $ac_header presence... " >&6; }
7615 cat >conftest.$ac_ext <<_ACEOF
7616 /* confdefs.h. */
7617 _ACEOF
7618 cat confdefs.h >>conftest.$ac_ext
7619 cat >>conftest.$ac_ext <<_ACEOF
7620 /* end confdefs.h. */
7621 #include <$ac_header>
7622 _ACEOF
7623 if { (ac_try="$ac_cpp conftest.$ac_ext"
7624 case "(($ac_try" in
7625 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7626 *) ac_try_echo=$ac_try;;
7627 esac
7628 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
7629 $as_echo "$ac_try_echo") >&5
7630 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
7631 ac_status=$?
7632 grep -v '^ *+' conftest.er1 >conftest.err
7633 rm -f conftest.er1
7634 cat conftest.err >&5
7635 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
7636 (exit $ac_status); } >/dev/null && {
7637 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
7638 test ! -s conftest.err
7639 }; then
7640 ac_header_preproc=yes
7641 else
7642 $as_echo "$as_me: failed program was:" >&5
7643 sed 's/^/| /' conftest.$ac_ext >&5
7645 ac_header_preproc=no
7648 rm -f conftest.err conftest.$ac_ext
7649 { $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
7650 $as_echo "$ac_header_preproc" >&6; }
7652 # So? What about this header?
7653 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
7654 yes:no: )
7655 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
7656 $as_echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
7657 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
7658 $as_echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
7659 ac_header_preproc=yes
7661 no:yes:* )
7662 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
7663 $as_echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
7664 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
7665 $as_echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
7666 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
7667 $as_echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
7668 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
7669 $as_echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
7670 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
7671 $as_echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
7672 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
7673 $as_echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
7674 ( cat <<\_ASBOX
7675 ## ------------------------------------ ##
7676 ## Report this to wine-devel@winehq.org ##
7677 ## ------------------------------------ ##
7678 _ASBOX
7679 ) | sed "s/^/$as_me: WARNING: /" >&2
7681 esac
7682 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
7683 $as_echo_n "checking for $ac_header... " >&6; }
7684 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
7685 $as_echo_n "(cached) " >&6
7686 else
7687 eval "$as_ac_Header=\$ac_header_preproc"
7689 ac_res=`eval 'as_val=${'$as_ac_Header'}
7690 $as_echo "$as_val"'`
7691 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
7692 $as_echo "$ac_res" >&6; }
7695 as_val=`eval 'as_val=${'$as_ac_Header'}
7696 $as_echo "$as_val"'`
7697 if test "x$as_val" = x""yes; then
7698 cat >>confdefs.h <<_ACEOF
7699 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
7700 _ACEOF
7704 done
7706 { $as_echo "$as_me:$LINENO: checking whether stat file-mode macros are broken" >&5
7707 $as_echo_n "checking whether stat file-mode macros are broken... " >&6; }
7708 if test "${ac_cv_header_stat_broken+set}" = set; then
7709 $as_echo_n "(cached) " >&6
7710 else
7711 cat >conftest.$ac_ext <<_ACEOF
7712 /* confdefs.h. */
7713 _ACEOF
7714 cat confdefs.h >>conftest.$ac_ext
7715 cat >>conftest.$ac_ext <<_ACEOF
7716 /* end confdefs.h. */
7717 #include <sys/types.h>
7718 #include <sys/stat.h>
7720 #if defined S_ISBLK && defined S_IFDIR
7721 extern char c1[S_ISBLK (S_IFDIR) ? -1 : 1];
7722 #endif
7724 #if defined S_ISBLK && defined S_IFCHR
7725 extern char c2[S_ISBLK (S_IFCHR) ? -1 : 1];
7726 #endif
7728 #if defined S_ISLNK && defined S_IFREG
7729 extern char c3[S_ISLNK (S_IFREG) ? -1 : 1];
7730 #endif
7732 #if defined S_ISSOCK && defined S_IFREG
7733 extern char c4[S_ISSOCK (S_IFREG) ? -1 : 1];
7734 #endif
7736 _ACEOF
7737 rm -f conftest.$ac_objext
7738 if { (ac_try="$ac_compile"
7739 case "(($ac_try" in
7740 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7741 *) ac_try_echo=$ac_try;;
7742 esac
7743 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
7744 $as_echo "$ac_try_echo") >&5
7745 (eval "$ac_compile") 2>conftest.er1
7746 ac_status=$?
7747 grep -v '^ *+' conftest.er1 >conftest.err
7748 rm -f conftest.er1
7749 cat conftest.err >&5
7750 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
7751 (exit $ac_status); } && {
7752 test -z "$ac_c_werror_flag" ||
7753 test ! -s conftest.err
7754 } && test -s conftest.$ac_objext; then
7755 ac_cv_header_stat_broken=no
7756 else
7757 $as_echo "$as_me: failed program was:" >&5
7758 sed 's/^/| /' conftest.$ac_ext >&5
7760 ac_cv_header_stat_broken=yes
7763 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
7765 { $as_echo "$as_me:$LINENO: result: $ac_cv_header_stat_broken" >&5
7766 $as_echo "$ac_cv_header_stat_broken" >&6; }
7767 if test $ac_cv_header_stat_broken = yes; then
7769 cat >>confdefs.h <<\_ACEOF
7770 #define STAT_MACROS_BROKEN 1
7771 _ACEOF
7781 for ac_header in sys/mount.h sys/statfs.h sys/user.h sys/vfs.h
7783 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
7784 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
7785 $as_echo_n "checking for $ac_header... " >&6; }
7786 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
7787 $as_echo_n "(cached) " >&6
7788 else
7789 cat >conftest.$ac_ext <<_ACEOF
7790 /* confdefs.h. */
7791 _ACEOF
7792 cat confdefs.h >>conftest.$ac_ext
7793 cat >>conftest.$ac_ext <<_ACEOF
7794 /* end confdefs.h. */
7795 #include <sys/types.h>
7796 #ifdef HAVE_SYS_PARAM_H
7797 # include <sys/param.h>
7798 #endif
7800 #include <$ac_header>
7801 _ACEOF
7802 rm -f conftest.$ac_objext
7803 if { (ac_try="$ac_compile"
7804 case "(($ac_try" in
7805 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7806 *) ac_try_echo=$ac_try;;
7807 esac
7808 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
7809 $as_echo "$ac_try_echo") >&5
7810 (eval "$ac_compile") 2>conftest.er1
7811 ac_status=$?
7812 grep -v '^ *+' conftest.er1 >conftest.err
7813 rm -f conftest.er1
7814 cat conftest.err >&5
7815 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
7816 (exit $ac_status); } && {
7817 test -z "$ac_c_werror_flag" ||
7818 test ! -s conftest.err
7819 } && test -s conftest.$ac_objext; then
7820 eval "$as_ac_Header=yes"
7821 else
7822 $as_echo "$as_me: failed program was:" >&5
7823 sed 's/^/| /' conftest.$ac_ext >&5
7825 eval "$as_ac_Header=no"
7828 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
7830 ac_res=`eval 'as_val=${'$as_ac_Header'}
7831 $as_echo "$as_val"'`
7832 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
7833 $as_echo "$ac_res" >&6; }
7834 as_val=`eval 'as_val=${'$as_ac_Header'}
7835 $as_echo "$as_val"'`
7836 if test "x$as_val" = x""yes; then
7837 cat >>confdefs.h <<_ACEOF
7838 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
7839 _ACEOF
7843 done
7858 for ac_header in \
7859 netinet/ip.h \
7860 net/if.h \
7861 net/if_arp.h \
7862 net/if_dl.h \
7863 net/if_types.h \
7864 net/route.h \
7865 netinet/if_ether.h \
7866 netinet/in_pcb.h \
7867 netinet/ip_icmp.h \
7868 netinet/ip_var.h \
7869 netinet/udp.h \
7870 netipx/ipx.h \
7873 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
7874 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
7875 $as_echo_n "checking for $ac_header... " >&6; }
7876 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
7877 $as_echo_n "(cached) " >&6
7878 else
7879 cat >conftest.$ac_ext <<_ACEOF
7880 /* confdefs.h. */
7881 _ACEOF
7882 cat confdefs.h >>conftest.$ac_ext
7883 cat >>conftest.$ac_ext <<_ACEOF
7884 /* end confdefs.h. */
7885 #include <sys/types.h>
7886 #ifdef HAVE_SYS_SOCKET_H
7887 # include <sys/socket.h>
7888 #endif
7889 #ifdef HAVE_SYS_SOCKETVAR_H
7890 # include <sys/socketvar.h>
7891 #endif
7892 #ifdef HAVE_NETINET_IN_H
7893 # include <netinet/in.h>
7894 #endif
7895 #ifdef HAVE_NETINET_IP_H
7896 # include <netinet/ip.h>
7897 #endif
7899 #include <$ac_header>
7900 _ACEOF
7901 rm -f conftest.$ac_objext
7902 if { (ac_try="$ac_compile"
7903 case "(($ac_try" in
7904 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7905 *) ac_try_echo=$ac_try;;
7906 esac
7907 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
7908 $as_echo "$ac_try_echo") >&5
7909 (eval "$ac_compile") 2>conftest.er1
7910 ac_status=$?
7911 grep -v '^ *+' conftest.er1 >conftest.err
7912 rm -f conftest.er1
7913 cat conftest.err >&5
7914 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
7915 (exit $ac_status); } && {
7916 test -z "$ac_c_werror_flag" ||
7917 test ! -s conftest.err
7918 } && test -s conftest.$ac_objext; then
7919 eval "$as_ac_Header=yes"
7920 else
7921 $as_echo "$as_me: failed program was:" >&5
7922 sed 's/^/| /' conftest.$ac_ext >&5
7924 eval "$as_ac_Header=no"
7927 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
7929 ac_res=`eval 'as_val=${'$as_ac_Header'}
7930 $as_echo "$as_val"'`
7931 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
7932 $as_echo "$ac_res" >&6; }
7933 as_val=`eval 'as_val=${'$as_ac_Header'}
7934 $as_echo "$as_val"'`
7935 if test "x$as_val" = x""yes; then
7936 cat >>confdefs.h <<_ACEOF
7937 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
7938 _ACEOF
7942 done
7949 for ac_header in netinet/tcp_var.h netinet/udp_var.h netinet/icmp_var.h netinet/tcp_timer.h
7951 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
7952 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
7953 $as_echo_n "checking for $ac_header... " >&6; }
7954 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
7955 $as_echo_n "(cached) " >&6
7956 else
7957 cat >conftest.$ac_ext <<_ACEOF
7958 /* confdefs.h. */
7959 _ACEOF
7960 cat confdefs.h >>conftest.$ac_ext
7961 cat >>conftest.$ac_ext <<_ACEOF
7962 /* end confdefs.h. */
7963 #include <sys/types.h>
7964 #ifdef HAVE_ALIAS_H
7965 # include <alias.h>
7966 #endif
7967 #ifdef HAVE_SYS_SOCKET_H
7968 # include <sys/socket.h>
7969 #endif
7970 #ifdef HAVE_SYS_SOCKETVAR_H
7971 # include <sys/socketvar.h>
7972 #endif
7973 #ifdef HAVE_NETINET_IN_H
7974 # include <netinet/in.h>
7975 #endif
7976 #ifdef HAVE_NETINET_IP_H
7977 # include <netinet/ip.h>
7978 #endif
7979 #ifdef HAVE_NETINET_IP_VAR_H
7980 # include <netinet/ip_var.h>
7981 #endif
7982 #ifdef HAVE_NETINET_IP_ICMP_H
7983 # include <netinet/ip_icmp.h>
7984 #endif
7985 #ifdef HAVE_NETINET_UDP_H
7986 # include <netinet/udp.h>
7987 #endif
7988 #ifdef HAVE_NETINET_TCP_H
7989 # include <netinet/tcp.h>
7990 #endif
7992 #include <$ac_header>
7993 _ACEOF
7994 rm -f conftest.$ac_objext
7995 if { (ac_try="$ac_compile"
7996 case "(($ac_try" in
7997 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7998 *) ac_try_echo=$ac_try;;
7999 esac
8000 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
8001 $as_echo "$ac_try_echo") >&5
8002 (eval "$ac_compile") 2>conftest.er1
8003 ac_status=$?
8004 grep -v '^ *+' conftest.er1 >conftest.err
8005 rm -f conftest.er1
8006 cat conftest.err >&5
8007 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
8008 (exit $ac_status); } && {
8009 test -z "$ac_c_werror_flag" ||
8010 test ! -s conftest.err
8011 } && test -s conftest.$ac_objext; then
8012 eval "$as_ac_Header=yes"
8013 else
8014 $as_echo "$as_me: failed program was:" >&5
8015 sed 's/^/| /' conftest.$ac_ext >&5
8017 eval "$as_ac_Header=no"
8020 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
8022 ac_res=`eval 'as_val=${'$as_ac_Header'}
8023 $as_echo "$as_val"'`
8024 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
8025 $as_echo "$ac_res" >&6; }
8026 as_val=`eval 'as_val=${'$as_ac_Header'}
8027 $as_echo "$as_val"'`
8028 if test "x$as_val" = x""yes; then
8029 cat >>confdefs.h <<_ACEOF
8030 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
8031 _ACEOF
8035 done
8039 for ac_header in linux/ipx.h
8041 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
8042 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
8043 $as_echo_n "checking for $ac_header... " >&6; }
8044 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
8045 $as_echo_n "(cached) " >&6
8046 else
8047 cat >conftest.$ac_ext <<_ACEOF
8048 /* confdefs.h. */
8049 _ACEOF
8050 cat confdefs.h >>conftest.$ac_ext
8051 cat >>conftest.$ac_ext <<_ACEOF
8052 /* end confdefs.h. */
8053 #include <sys/types.h>
8054 #ifdef HAVE_ASM_TYPES_H
8055 # include <asm/types.h>
8056 #endif
8057 #ifdef HAVE_SYS_SOCKET_H
8058 # include <sys/socket.h>
8059 #endif
8061 #include <$ac_header>
8062 _ACEOF
8063 rm -f conftest.$ac_objext
8064 if { (ac_try="$ac_compile"
8065 case "(($ac_try" in
8066 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8067 *) ac_try_echo=$ac_try;;
8068 esac
8069 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
8070 $as_echo "$ac_try_echo") >&5
8071 (eval "$ac_compile") 2>conftest.er1
8072 ac_status=$?
8073 grep -v '^ *+' conftest.er1 >conftest.err
8074 rm -f conftest.er1
8075 cat conftest.err >&5
8076 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
8077 (exit $ac_status); } && {
8078 test -z "$ac_c_werror_flag" ||
8079 test ! -s conftest.err
8080 } && test -s conftest.$ac_objext; then
8081 eval "$as_ac_Header=yes"
8082 else
8083 $as_echo "$as_me: failed program was:" >&5
8084 sed 's/^/| /' conftest.$ac_ext >&5
8086 eval "$as_ac_Header=no"
8089 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
8091 ac_res=`eval 'as_val=${'$as_ac_Header'}
8092 $as_echo "$as_val"'`
8093 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
8094 $as_echo "$ac_res" >&6; }
8095 as_val=`eval 'as_val=${'$as_ac_Header'}
8096 $as_echo "$as_val"'`
8097 if test "x$as_val" = x""yes; then
8098 cat >>confdefs.h <<_ACEOF
8099 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
8100 _ACEOF
8104 done
8108 for ac_header in resolv.h
8110 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
8111 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
8112 $as_echo_n "checking for $ac_header... " >&6; }
8113 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
8114 $as_echo_n "(cached) " >&6
8115 else
8116 cat >conftest.$ac_ext <<_ACEOF
8117 /* confdefs.h. */
8118 _ACEOF
8119 cat confdefs.h >>conftest.$ac_ext
8120 cat >>conftest.$ac_ext <<_ACEOF
8121 /* end confdefs.h. */
8122 #include <sys/types.h>
8123 #ifdef HAVE_SYS_SOCKET_H
8124 # include <sys/socket.h>
8125 #endif
8126 #ifdef HAVE_NETINET_IN_H
8127 # include <netinet/in.h>
8128 #endif
8129 #ifdef HAVE_ARPA_NAMESER_H
8130 # include <arpa/nameser.h>
8131 #endif
8133 #include <$ac_header>
8134 _ACEOF
8135 rm -f conftest.$ac_objext
8136 if { (ac_try="$ac_compile"
8137 case "(($ac_try" in
8138 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8139 *) ac_try_echo=$ac_try;;
8140 esac
8141 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
8142 $as_echo "$ac_try_echo") >&5
8143 (eval "$ac_compile") 2>conftest.er1
8144 ac_status=$?
8145 grep -v '^ *+' conftest.er1 >conftest.err
8146 rm -f conftest.er1
8147 cat conftest.err >&5
8148 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
8149 (exit $ac_status); } && {
8150 test -z "$ac_c_werror_flag" ||
8151 test ! -s conftest.err
8152 } && test -s conftest.$ac_objext; then
8153 eval "$as_ac_Header=yes"
8154 else
8155 $as_echo "$as_me: failed program was:" >&5
8156 sed 's/^/| /' conftest.$ac_ext >&5
8158 eval "$as_ac_Header=no"
8161 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
8163 ac_res=`eval 'as_val=${'$as_ac_Header'}
8164 $as_echo "$as_val"'`
8165 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
8166 $as_echo "$ac_res" >&6; }
8167 as_val=`eval 'as_val=${'$as_ac_Header'}
8168 $as_echo "$as_val"'`
8169 if test "x$as_val" = x""yes; then
8170 cat >>confdefs.h <<_ACEOF
8171 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
8172 _ACEOF
8176 done
8180 for ac_header in ucontext.h
8182 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
8183 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
8184 $as_echo_n "checking for $ac_header... " >&6; }
8185 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
8186 $as_echo_n "(cached) " >&6
8187 else
8188 cat >conftest.$ac_ext <<_ACEOF
8189 /* confdefs.h. */
8190 _ACEOF
8191 cat confdefs.h >>conftest.$ac_ext
8192 cat >>conftest.$ac_ext <<_ACEOF
8193 /* end confdefs.h. */
8194 #include <signal.h>
8196 #include <$ac_header>
8197 _ACEOF
8198 rm -f conftest.$ac_objext
8199 if { (ac_try="$ac_compile"
8200 case "(($ac_try" in
8201 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8202 *) ac_try_echo=$ac_try;;
8203 esac
8204 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
8205 $as_echo "$ac_try_echo") >&5
8206 (eval "$ac_compile") 2>conftest.er1
8207 ac_status=$?
8208 grep -v '^ *+' conftest.er1 >conftest.err
8209 rm -f conftest.er1
8210 cat conftest.err >&5
8211 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
8212 (exit $ac_status); } && {
8213 test -z "$ac_c_werror_flag" ||
8214 test ! -s conftest.err
8215 } && test -s conftest.$ac_objext; then
8216 eval "$as_ac_Header=yes"
8217 else
8218 $as_echo "$as_me: failed program was:" >&5
8219 sed 's/^/| /' conftest.$ac_ext >&5
8221 eval "$as_ac_Header=no"
8224 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
8226 ac_res=`eval 'as_val=${'$as_ac_Header'}
8227 $as_echo "$as_val"'`
8228 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
8229 $as_echo "$ac_res" >&6; }
8230 as_val=`eval 'as_val=${'$as_ac_Header'}
8231 $as_echo "$as_val"'`
8232 if test "x$as_val" = x""yes; then
8233 cat >>confdefs.h <<_ACEOF
8234 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
8235 _ACEOF
8239 done
8243 for ac_header in sys/thr.h
8245 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
8246 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
8247 $as_echo_n "checking for $ac_header... " >&6; }
8248 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
8249 $as_echo_n "(cached) " >&6
8250 else
8251 cat >conftest.$ac_ext <<_ACEOF
8252 /* confdefs.h. */
8253 _ACEOF
8254 cat confdefs.h >>conftest.$ac_ext
8255 cat >>conftest.$ac_ext <<_ACEOF
8256 /* end confdefs.h. */
8257 #include <sys/types.h>
8258 #ifdef HAVE_UCONTEXT_H
8259 #include <ucontext.h>
8260 #endif
8262 #include <$ac_header>
8263 _ACEOF
8264 rm -f conftest.$ac_objext
8265 if { (ac_try="$ac_compile"
8266 case "(($ac_try" in
8267 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8268 *) ac_try_echo=$ac_try;;
8269 esac
8270 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
8271 $as_echo "$ac_try_echo") >&5
8272 (eval "$ac_compile") 2>conftest.er1
8273 ac_status=$?
8274 grep -v '^ *+' conftest.er1 >conftest.err
8275 rm -f conftest.er1
8276 cat conftest.err >&5
8277 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
8278 (exit $ac_status); } && {
8279 test -z "$ac_c_werror_flag" ||
8280 test ! -s conftest.err
8281 } && test -s conftest.$ac_objext; then
8282 eval "$as_ac_Header=yes"
8283 else
8284 $as_echo "$as_me: failed program was:" >&5
8285 sed 's/^/| /' conftest.$ac_ext >&5
8287 eval "$as_ac_Header=no"
8290 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
8292 ac_res=`eval 'as_val=${'$as_ac_Header'}
8293 $as_echo "$as_val"'`
8294 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
8295 $as_echo "$ac_res" >&6; }
8296 as_val=`eval 'as_val=${'$as_ac_Header'}
8297 $as_echo "$as_val"'`
8298 if test "x$as_val" = x""yes; then
8299 cat >>confdefs.h <<_ACEOF
8300 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
8301 _ACEOF
8305 done
8309 for ac_header in pthread_np.h
8311 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
8312 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
8313 $as_echo_n "checking for $ac_header... " >&6; }
8314 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
8315 $as_echo_n "(cached) " >&6
8316 else
8317 cat >conftest.$ac_ext <<_ACEOF
8318 /* confdefs.h. */
8319 _ACEOF
8320 cat confdefs.h >>conftest.$ac_ext
8321 cat >>conftest.$ac_ext <<_ACEOF
8322 /* end confdefs.h. */
8323 #ifdef HAVE_PTHREAD_H
8324 #include <pthread.h>
8325 #endif
8327 #include <$ac_header>
8328 _ACEOF
8329 rm -f conftest.$ac_objext
8330 if { (ac_try="$ac_compile"
8331 case "(($ac_try" in
8332 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8333 *) ac_try_echo=$ac_try;;
8334 esac
8335 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
8336 $as_echo "$ac_try_echo") >&5
8337 (eval "$ac_compile") 2>conftest.er1
8338 ac_status=$?
8339 grep -v '^ *+' conftest.er1 >conftest.err
8340 rm -f conftest.er1
8341 cat conftest.err >&5
8342 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
8343 (exit $ac_status); } && {
8344 test -z "$ac_c_werror_flag" ||
8345 test ! -s conftest.err
8346 } && test -s conftest.$ac_objext; then
8347 eval "$as_ac_Header=yes"
8348 else
8349 $as_echo "$as_me: failed program was:" >&5
8350 sed 's/^/| /' conftest.$ac_ext >&5
8352 eval "$as_ac_Header=no"
8355 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
8357 ac_res=`eval 'as_val=${'$as_ac_Header'}
8358 $as_echo "$as_val"'`
8359 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
8360 $as_echo "$ac_res" >&6; }
8361 as_val=`eval 'as_val=${'$as_ac_Header'}
8362 $as_echo "$as_val"'`
8363 if test "x$as_val" = x""yes; then
8364 cat >>confdefs.h <<_ACEOF
8365 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
8366 _ACEOF
8370 done
8374 for ac_header in linux/videodev.h
8376 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
8377 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
8378 $as_echo_n "checking for $ac_header... " >&6; }
8379 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
8380 $as_echo_n "(cached) " >&6
8381 else
8382 cat >conftest.$ac_ext <<_ACEOF
8383 /* confdefs.h. */
8384 _ACEOF
8385 cat confdefs.h >>conftest.$ac_ext
8386 cat >>conftest.$ac_ext <<_ACEOF
8387 /* end confdefs.h. */
8388 #ifdef HAVE_SYS_TIME_H
8389 #include <sys/time.h>
8390 #endif
8391 #include <sys/types.h>
8392 #ifdef HAVE_ASM_TYPES_H
8393 #include <asm/types.h>
8394 #endif
8396 #include <$ac_header>
8397 _ACEOF
8398 rm -f conftest.$ac_objext
8399 if { (ac_try="$ac_compile"
8400 case "(($ac_try" in
8401 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8402 *) ac_try_echo=$ac_try;;
8403 esac
8404 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
8405 $as_echo "$ac_try_echo") >&5
8406 (eval "$ac_compile") 2>conftest.er1
8407 ac_status=$?
8408 grep -v '^ *+' conftest.er1 >conftest.err
8409 rm -f conftest.er1
8410 cat conftest.err >&5
8411 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
8412 (exit $ac_status); } && {
8413 test -z "$ac_c_werror_flag" ||
8414 test ! -s conftest.err
8415 } && test -s conftest.$ac_objext; then
8416 eval "$as_ac_Header=yes"
8417 else
8418 $as_echo "$as_me: failed program was:" >&5
8419 sed 's/^/| /' conftest.$ac_ext >&5
8421 eval "$as_ac_Header=no"
8424 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
8426 ac_res=`eval 'as_val=${'$as_ac_Header'}
8427 $as_echo "$as_val"'`
8428 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
8429 $as_echo "$ac_res" >&6; }
8430 as_val=`eval 'as_val=${'$as_ac_Header'}
8431 $as_echo "$as_val"'`
8432 if test "x$as_val" = x""yes; then
8433 cat >>confdefs.h <<_ACEOF
8434 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
8435 _ACEOF
8439 done
8443 for ac_header in linux/capi.h
8445 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
8446 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
8447 $as_echo_n "checking for $ac_header... " >&6; }
8448 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
8449 $as_echo_n "(cached) " >&6
8450 else
8451 cat >conftest.$ac_ext <<_ACEOF
8452 /* confdefs.h. */
8453 _ACEOF
8454 cat confdefs.h >>conftest.$ac_ext
8455 cat >>conftest.$ac_ext <<_ACEOF
8456 /* end confdefs.h. */
8457 #define __user
8459 #include <$ac_header>
8460 _ACEOF
8461 rm -f conftest.$ac_objext
8462 if { (ac_try="$ac_compile"
8463 case "(($ac_try" in
8464 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8465 *) ac_try_echo=$ac_try;;
8466 esac
8467 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
8468 $as_echo "$ac_try_echo") >&5
8469 (eval "$ac_compile") 2>conftest.er1
8470 ac_status=$?
8471 grep -v '^ *+' conftest.er1 >conftest.err
8472 rm -f conftest.er1
8473 cat conftest.err >&5
8474 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
8475 (exit $ac_status); } && {
8476 test -z "$ac_c_werror_flag" ||
8477 test ! -s conftest.err
8478 } && test -s conftest.$ac_objext; then
8479 eval "$as_ac_Header=yes"
8480 else
8481 $as_echo "$as_me: failed program was:" >&5
8482 sed 's/^/| /' conftest.$ac_ext >&5
8484 eval "$as_ac_Header=no"
8487 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
8489 ac_res=`eval 'as_val=${'$as_ac_Header'}
8490 $as_echo "$as_val"'`
8491 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
8492 $as_echo "$ac_res" >&6; }
8493 as_val=`eval 'as_val=${'$as_ac_Header'}
8494 $as_echo "$as_val"'`
8495 if test "x$as_val" = x""yes; then
8496 cat >>confdefs.h <<_ACEOF
8497 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
8498 _ACEOF
8502 done
8506 DLLEXT=""
8508 DLLFLAGS="-D_REENTRANT"
8510 LDSHARED=""
8512 LDDLLFLAGS=""
8514 LIBEXT="so"
8516 IMPLIBEXT="def"
8518 LDRPATH_INSTALL=""
8520 LDRPATH_LOCAL=""
8522 # Extract the first word of "ldd", so it can be a program name with args.
8523 set dummy ldd; ac_word=$2
8524 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
8525 $as_echo_n "checking for $ac_word... " >&6; }
8526 if test "${ac_cv_path_LDD+set}" = set; then
8527 $as_echo_n "(cached) " >&6
8528 else
8529 case $LDD in
8530 [\\/]* | ?:[\\/]*)
8531 ac_cv_path_LDD="$LDD" # Let the user override the test with a path.
8534 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8535 as_dummy="/sbin:/usr/sbin:$PATH"
8536 for as_dir in $as_dummy
8538 IFS=$as_save_IFS
8539 test -z "$as_dir" && as_dir=.
8540 for ac_exec_ext in '' $ac_executable_extensions; do
8541 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8542 ac_cv_path_LDD="$as_dir/$ac_word$ac_exec_ext"
8543 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
8544 break 2
8546 done
8547 done
8548 IFS=$as_save_IFS
8550 test -z "$ac_cv_path_LDD" && ac_cv_path_LDD="true"
8552 esac
8554 LDD=$ac_cv_path_LDD
8555 if test -n "$LDD"; then
8556 { $as_echo "$as_me:$LINENO: result: $LDD" >&5
8557 $as_echo "$LDD" >&6; }
8558 else
8559 { $as_echo "$as_me:$LINENO: result: no" >&5
8560 $as_echo "no" >&6; }
8565 case $host_os in
8566 cygwin*|mingw32*)
8567 if test -n "$ac_tool_prefix"; then
8568 # Extract the first word of "${ac_tool_prefix}dlltool", so it can be a program name with args.
8569 set dummy ${ac_tool_prefix}dlltool; ac_word=$2
8570 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
8571 $as_echo_n "checking for $ac_word... " >&6; }
8572 if test "${ac_cv_prog_DLLTOOL+set}" = set; then
8573 $as_echo_n "(cached) " >&6
8574 else
8575 if test -n "$DLLTOOL"; then
8576 ac_cv_prog_DLLTOOL="$DLLTOOL" # Let the user override the test.
8577 else
8578 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8579 for as_dir in $PATH
8581 IFS=$as_save_IFS
8582 test -z "$as_dir" && as_dir=.
8583 for ac_exec_ext in '' $ac_executable_extensions; do
8584 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8585 ac_cv_prog_DLLTOOL="${ac_tool_prefix}dlltool"
8586 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
8587 break 2
8589 done
8590 done
8591 IFS=$as_save_IFS
8595 DLLTOOL=$ac_cv_prog_DLLTOOL
8596 if test -n "$DLLTOOL"; then
8597 { $as_echo "$as_me:$LINENO: result: $DLLTOOL" >&5
8598 $as_echo "$DLLTOOL" >&6; }
8599 else
8600 { $as_echo "$as_me:$LINENO: result: no" >&5
8601 $as_echo "no" >&6; }
8606 if test -z "$ac_cv_prog_DLLTOOL"; then
8607 ac_ct_DLLTOOL=$DLLTOOL
8608 # Extract the first word of "dlltool", so it can be a program name with args.
8609 set dummy dlltool; ac_word=$2
8610 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
8611 $as_echo_n "checking for $ac_word... " >&6; }
8612 if test "${ac_cv_prog_ac_ct_DLLTOOL+set}" = set; then
8613 $as_echo_n "(cached) " >&6
8614 else
8615 if test -n "$ac_ct_DLLTOOL"; then
8616 ac_cv_prog_ac_ct_DLLTOOL="$ac_ct_DLLTOOL" # Let the user override the test.
8617 else
8618 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8619 for as_dir in $PATH
8621 IFS=$as_save_IFS
8622 test -z "$as_dir" && as_dir=.
8623 for ac_exec_ext in '' $ac_executable_extensions; do
8624 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8625 ac_cv_prog_ac_ct_DLLTOOL="dlltool"
8626 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
8627 break 2
8629 done
8630 done
8631 IFS=$as_save_IFS
8635 ac_ct_DLLTOOL=$ac_cv_prog_ac_ct_DLLTOOL
8636 if test -n "$ac_ct_DLLTOOL"; then
8637 { $as_echo "$as_me:$LINENO: result: $ac_ct_DLLTOOL" >&5
8638 $as_echo "$ac_ct_DLLTOOL" >&6; }
8639 else
8640 { $as_echo "$as_me:$LINENO: result: no" >&5
8641 $as_echo "no" >&6; }
8644 if test "x$ac_ct_DLLTOOL" = x; then
8645 DLLTOOL="false"
8646 else
8647 case $cross_compiling:$ac_tool_warned in
8648 yes:)
8649 { $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5
8650 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
8651 ac_tool_warned=yes ;;
8652 esac
8653 DLLTOOL=$ac_ct_DLLTOOL
8655 else
8656 DLLTOOL="$ac_cv_prog_DLLTOOL"
8659 if test -n "$ac_tool_prefix"; then
8660 # Extract the first word of "${ac_tool_prefix}dllwrap", so it can be a program name with args.
8661 set dummy ${ac_tool_prefix}dllwrap; ac_word=$2
8662 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
8663 $as_echo_n "checking for $ac_word... " >&6; }
8664 if test "${ac_cv_prog_DLLWRAP+set}" = set; then
8665 $as_echo_n "(cached) " >&6
8666 else
8667 if test -n "$DLLWRAP"; then
8668 ac_cv_prog_DLLWRAP="$DLLWRAP" # Let the user override the test.
8669 else
8670 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8671 for as_dir in $PATH
8673 IFS=$as_save_IFS
8674 test -z "$as_dir" && as_dir=.
8675 for ac_exec_ext in '' $ac_executable_extensions; do
8676 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8677 ac_cv_prog_DLLWRAP="${ac_tool_prefix}dllwrap"
8678 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
8679 break 2
8681 done
8682 done
8683 IFS=$as_save_IFS
8687 DLLWRAP=$ac_cv_prog_DLLWRAP
8688 if test -n "$DLLWRAP"; then
8689 { $as_echo "$as_me:$LINENO: result: $DLLWRAP" >&5
8690 $as_echo "$DLLWRAP" >&6; }
8691 else
8692 { $as_echo "$as_me:$LINENO: result: no" >&5
8693 $as_echo "no" >&6; }
8698 if test -z "$ac_cv_prog_DLLWRAP"; then
8699 ac_ct_DLLWRAP=$DLLWRAP
8700 # Extract the first word of "dllwrap", so it can be a program name with args.
8701 set dummy dllwrap; ac_word=$2
8702 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
8703 $as_echo_n "checking for $ac_word... " >&6; }
8704 if test "${ac_cv_prog_ac_ct_DLLWRAP+set}" = set; then
8705 $as_echo_n "(cached) " >&6
8706 else
8707 if test -n "$ac_ct_DLLWRAP"; then
8708 ac_cv_prog_ac_ct_DLLWRAP="$ac_ct_DLLWRAP" # Let the user override the test.
8709 else
8710 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8711 for as_dir in $PATH
8713 IFS=$as_save_IFS
8714 test -z "$as_dir" && as_dir=.
8715 for ac_exec_ext in '' $ac_executable_extensions; do
8716 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8717 ac_cv_prog_ac_ct_DLLWRAP="dllwrap"
8718 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
8719 break 2
8721 done
8722 done
8723 IFS=$as_save_IFS
8727 ac_ct_DLLWRAP=$ac_cv_prog_ac_ct_DLLWRAP
8728 if test -n "$ac_ct_DLLWRAP"; then
8729 { $as_echo "$as_me:$LINENO: result: $ac_ct_DLLWRAP" >&5
8730 $as_echo "$ac_ct_DLLWRAP" >&6; }
8731 else
8732 { $as_echo "$as_me:$LINENO: result: no" >&5
8733 $as_echo "no" >&6; }
8736 if test "x$ac_ct_DLLWRAP" = x; then
8737 DLLWRAP="false"
8738 else
8739 case $cross_compiling:$ac_tool_warned in
8740 yes:)
8741 { $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5
8742 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
8743 ac_tool_warned=yes ;;
8744 esac
8745 DLLWRAP=$ac_ct_DLLWRAP
8747 else
8748 DLLWRAP="$ac_cv_prog_DLLWRAP"
8751 if test -n "$ac_tool_prefix"; then
8752 # Extract the first word of "${ac_tool_prefix}ar", so it can be a program name with args.
8753 set dummy ${ac_tool_prefix}ar; ac_word=$2
8754 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
8755 $as_echo_n "checking for $ac_word... " >&6; }
8756 if test "${ac_cv_prog_MINGWAR+set}" = set; then
8757 $as_echo_n "(cached) " >&6
8758 else
8759 if test -n "$MINGWAR"; then
8760 ac_cv_prog_MINGWAR="$MINGWAR" # Let the user override the test.
8761 else
8762 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8763 for as_dir in $PATH
8765 IFS=$as_save_IFS
8766 test -z "$as_dir" && as_dir=.
8767 for ac_exec_ext in '' $ac_executable_extensions; do
8768 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8769 ac_cv_prog_MINGWAR="${ac_tool_prefix}ar"
8770 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
8771 break 2
8773 done
8774 done
8775 IFS=$as_save_IFS
8779 MINGWAR=$ac_cv_prog_MINGWAR
8780 if test -n "$MINGWAR"; then
8781 { $as_echo "$as_me:$LINENO: result: $MINGWAR" >&5
8782 $as_echo "$MINGWAR" >&6; }
8783 else
8784 { $as_echo "$as_me:$LINENO: result: no" >&5
8785 $as_echo "no" >&6; }
8790 if test -z "$ac_cv_prog_MINGWAR"; then
8791 ac_ct_MINGWAR=$MINGWAR
8792 # Extract the first word of "ar", so it can be a program name with args.
8793 set dummy ar; ac_word=$2
8794 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
8795 $as_echo_n "checking for $ac_word... " >&6; }
8796 if test "${ac_cv_prog_ac_ct_MINGWAR+set}" = set; then
8797 $as_echo_n "(cached) " >&6
8798 else
8799 if test -n "$ac_ct_MINGWAR"; then
8800 ac_cv_prog_ac_ct_MINGWAR="$ac_ct_MINGWAR" # Let the user override the test.
8801 else
8802 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8803 for as_dir in $PATH
8805 IFS=$as_save_IFS
8806 test -z "$as_dir" && as_dir=.
8807 for ac_exec_ext in '' $ac_executable_extensions; do
8808 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8809 ac_cv_prog_ac_ct_MINGWAR="ar"
8810 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
8811 break 2
8813 done
8814 done
8815 IFS=$as_save_IFS
8819 ac_ct_MINGWAR=$ac_cv_prog_ac_ct_MINGWAR
8820 if test -n "$ac_ct_MINGWAR"; then
8821 { $as_echo "$as_me:$LINENO: result: $ac_ct_MINGWAR" >&5
8822 $as_echo "$ac_ct_MINGWAR" >&6; }
8823 else
8824 { $as_echo "$as_me:$LINENO: result: no" >&5
8825 $as_echo "no" >&6; }
8828 if test "x$ac_ct_MINGWAR" = x; then
8829 MINGWAR="false"
8830 else
8831 case $cross_compiling:$ac_tool_warned in
8832 yes:)
8833 { $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5
8834 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
8835 ac_tool_warned=yes ;;
8836 esac
8837 MINGWAR=$ac_ct_MINGWAR
8839 else
8840 MINGWAR="$ac_cv_prog_MINGWAR"
8843 if test "$DLLWRAP" = "false"; then
8844 LIBEXT="a"
8845 else
8846 LIBEXT="dll"
8848 IMPLIBEXT="a"
8849 WIN16_FILES=""
8850 WIN16_INSTALL=""
8851 enable_iphlpapi=${enable_iphlpapi:-no}
8852 enable_kernel32=${enable_kernel32:-no}
8853 enable_msvcrt=${enable_msvcrt:-no}
8854 enable_ntdll=${enable_ntdll:-no}
8855 enable_ws2_32=${enable_ws2_32:-no}
8856 enable_loader=${enable_loader:-no}
8857 enable_server=${enable_server:-no}
8859 darwin*|macosx*)
8860 DLLEXT=".so"
8861 LIBEXT="dylib"
8862 DLLFLAGS="$DLLFLAGS -fPIC"
8863 LDDLLFLAGS="-bundle -multiply_defined suppress"
8864 LIBWINE_LDFLAGS="-multiply_defined suppress"
8865 LDSHARED="\$(CC) -dynamiclib"
8866 STRIP="$STRIP -x"
8867 LDRPATH_LOCAL="&& install_name_tool -change @executable_path/\`\$(RELPATH) \$(bindir) \$(libdir)\`/libwine.1.dylib @executable_path/\$(TOPOBJDIR)/libs/wine/libwine.1.dylib \$@ || \$(RM) \$@"
8868 SECURITYLIB="-framework Security -framework CoreFoundation"
8870 COREFOUNDATIONLIB="-framework CoreFoundation"
8872 IOKITLIB="-framework IOKit -framework CoreFoundation"
8874 LDEXECFLAGS="-image_base 0x7bf00000 -Wl,-segaddr,WINE_DOS,0x00000000,-segaddr,WINE_SHARED_HEAP,0x7f000000"
8876 if test "$ac_cv_header_DiskArbitration_DiskArbitration_h" = "yes"
8877 then
8878 DISKARBITRATIONLIB="-framework DiskArbitration -framework CoreFoundation"
8881 if test "$ac_cv_header_CoreAudio_CoreAudio_h" = "yes" -a "$ac_cv_header_AudioUnit_AudioUnit_h" = "yes"
8882 then
8883 COREAUDIO="-framework CoreAudio -framework AudioUnit -framework CoreServices -framework AudioToolbox -framework CoreMIDI"
8886 case $host_cpu in
8887 *powerpc*)
8888 LDDLLFLAGS="$LDDLLFLAGS -read_only_relocs warning" ;;
8889 esac
8890 if test "$ac_cv_header_Carbon_Carbon_h" = "yes"
8891 then
8892 CARBONLIB="-framework Carbon"
8894 enable_winequartz_drv=${enable_winequartz_drv:-yes}
8898 DLLFLAGS="$DLLFLAGS -fPIC"
8899 DLLEXT=".so"
8900 { $as_echo "$as_me:$LINENO: checking whether we can build a GNU style ELF dll" >&5
8901 $as_echo_n "checking whether we can build a GNU style ELF dll... " >&6; }
8902 if test "${ac_cv_c_dll_gnuelf+set}" = set; then
8903 $as_echo_n "(cached) " >&6
8904 else
8905 ac_wine_try_cflags_saved=$CFLAGS
8906 CFLAGS="$CFLAGS -fPIC -shared -Wl,-Bsymbolic"
8907 cat >conftest.$ac_ext <<_ACEOF
8908 void myfunc() {}
8909 _ACEOF
8910 rm -f conftest.$ac_objext conftest$ac_exeext
8911 if { (ac_try="$ac_link"
8912 case "(($ac_try" in
8913 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8914 *) ac_try_echo=$ac_try;;
8915 esac
8916 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
8917 $as_echo "$ac_try_echo") >&5
8918 (eval "$ac_link") 2>conftest.er1
8919 ac_status=$?
8920 grep -v '^ *+' conftest.er1 >conftest.err
8921 rm -f conftest.er1
8922 cat conftest.err >&5
8923 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
8924 (exit $ac_status); } && {
8925 test -z "$ac_c_werror_flag" ||
8926 test ! -s conftest.err
8927 } && test -s conftest$ac_exeext && {
8928 test "$cross_compiling" = yes ||
8929 $as_test_x conftest$ac_exeext
8930 }; then
8931 ac_cv_c_dll_gnuelf="yes"
8932 else
8933 $as_echo "$as_me: failed program was:" >&5
8934 sed 's/^/| /' conftest.$ac_ext >&5
8936 ac_cv_c_dll_gnuelf="no"
8939 rm -rf conftest.dSYM
8940 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
8941 conftest$ac_exeext conftest.$ac_ext
8942 CFLAGS=$ac_wine_try_cflags_saved
8944 { $as_echo "$as_me:$LINENO: result: $ac_cv_c_dll_gnuelf" >&5
8945 $as_echo "$ac_cv_c_dll_gnuelf" >&6; }
8946 if test "$ac_cv_c_dll_gnuelf" = "yes"
8947 then
8948 LDSHARED="\$(CC) -shared"
8949 LDDLLFLAGS="-shared -Wl,-Bsymbolic"
8950 { $as_echo "$as_me:$LINENO: checking whether the compiler supports -fPIC -shared -Wl,-soname,confest.so.1" >&5
8951 $as_echo_n "checking whether the compiler supports -fPIC -shared -Wl,-soname,confest.so.1... " >&6; }
8952 if test "${ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1+set}" = set; then
8953 $as_echo_n "(cached) " >&6
8954 else
8955 ac_wine_try_cflags_saved=$CFLAGS
8956 CFLAGS="$CFLAGS -fPIC -shared -Wl,-soname,confest.so.1"
8957 cat >conftest.$ac_ext <<_ACEOF
8958 /* confdefs.h. */
8959 _ACEOF
8960 cat confdefs.h >>conftest.$ac_ext
8961 cat >>conftest.$ac_ext <<_ACEOF
8962 /* end confdefs.h. */
8965 main ()
8969 return 0;
8971 _ACEOF
8972 rm -f conftest.$ac_objext conftest$ac_exeext
8973 if { (ac_try="$ac_link"
8974 case "(($ac_try" in
8975 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8976 *) ac_try_echo=$ac_try;;
8977 esac
8978 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
8979 $as_echo "$ac_try_echo") >&5
8980 (eval "$ac_link") 2>conftest.er1
8981 ac_status=$?
8982 grep -v '^ *+' conftest.er1 >conftest.err
8983 rm -f conftest.er1
8984 cat conftest.err >&5
8985 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
8986 (exit $ac_status); } && {
8987 test -z "$ac_c_werror_flag" ||
8988 test ! -s conftest.err
8989 } && test -s conftest$ac_exeext && {
8990 test "$cross_compiling" = yes ||
8991 $as_test_x conftest$ac_exeext
8992 }; then
8993 ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1=yes
8994 else
8995 $as_echo "$as_me: failed program was:" >&5
8996 sed 's/^/| /' conftest.$ac_ext >&5
8998 ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1=no
9001 rm -rf conftest.dSYM
9002 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9003 conftest$ac_exeext conftest.$ac_ext
9004 CFLAGS=$ac_wine_try_cflags_saved
9006 { $as_echo "$as_me:$LINENO: result: $ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1" >&5
9007 $as_echo "$ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1" >&6; }
9008 if test $ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1 = yes; then
9009 LDSHARED="\$(CC) -shared \$(SONAME:%=-Wl,-soname,%)"
9010 else
9011 { $as_echo "$as_me:$LINENO: checking whether the compiler supports -fPIC -shared -Wl,-h,confest.so.1" >&5
9012 $as_echo_n "checking whether the compiler supports -fPIC -shared -Wl,-h,confest.so.1... " >&6; }
9013 if test "${ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1+set}" = set; then
9014 $as_echo_n "(cached) " >&6
9015 else
9016 ac_wine_try_cflags_saved=$CFLAGS
9017 CFLAGS="$CFLAGS -fPIC -shared -Wl,-h,confest.so.1"
9018 cat >conftest.$ac_ext <<_ACEOF
9019 /* confdefs.h. */
9020 _ACEOF
9021 cat confdefs.h >>conftest.$ac_ext
9022 cat >>conftest.$ac_ext <<_ACEOF
9023 /* end confdefs.h. */
9026 main ()
9030 return 0;
9032 _ACEOF
9033 rm -f conftest.$ac_objext conftest$ac_exeext
9034 if { (ac_try="$ac_link"
9035 case "(($ac_try" in
9036 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9037 *) ac_try_echo=$ac_try;;
9038 esac
9039 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
9040 $as_echo "$ac_try_echo") >&5
9041 (eval "$ac_link") 2>conftest.er1
9042 ac_status=$?
9043 grep -v '^ *+' conftest.er1 >conftest.err
9044 rm -f conftest.er1
9045 cat conftest.err >&5
9046 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
9047 (exit $ac_status); } && {
9048 test -z "$ac_c_werror_flag" ||
9049 test ! -s conftest.err
9050 } && test -s conftest$ac_exeext && {
9051 test "$cross_compiling" = yes ||
9052 $as_test_x conftest$ac_exeext
9053 }; then
9054 ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1=yes
9055 else
9056 $as_echo "$as_me: failed program was:" >&5
9057 sed 's/^/| /' conftest.$ac_ext >&5
9059 ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1=no
9062 rm -rf conftest.dSYM
9063 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9064 conftest$ac_exeext conftest.$ac_ext
9065 CFLAGS=$ac_wine_try_cflags_saved
9067 { $as_echo "$as_me:$LINENO: result: $ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1" >&5
9068 $as_echo "$ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1" >&6; }
9069 if test $ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1 = yes; then
9070 LDSHARED="\$(CC) -shared \$(SONAME:%=-Wl,-h,%)"
9076 { $as_echo "$as_me:$LINENO: checking whether the compiler supports -fPIC -shared -Wl,-Bsymbolic,-z,defs" >&5
9077 $as_echo_n "checking whether the compiler supports -fPIC -shared -Wl,-Bsymbolic,-z,defs... " >&6; }
9078 if test "${ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__z_defs+set}" = set; then
9079 $as_echo_n "(cached) " >&6
9080 else
9081 ac_wine_try_cflags_saved=$CFLAGS
9082 CFLAGS="$CFLAGS -fPIC -shared -Wl,-Bsymbolic,-z,defs"
9083 cat >conftest.$ac_ext <<_ACEOF
9084 /* confdefs.h. */
9085 _ACEOF
9086 cat confdefs.h >>conftest.$ac_ext
9087 cat >>conftest.$ac_ext <<_ACEOF
9088 /* end confdefs.h. */
9091 main ()
9095 return 0;
9097 _ACEOF
9098 rm -f conftest.$ac_objext conftest$ac_exeext
9099 if { (ac_try="$ac_link"
9100 case "(($ac_try" in
9101 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9102 *) ac_try_echo=$ac_try;;
9103 esac
9104 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
9105 $as_echo "$ac_try_echo") >&5
9106 (eval "$ac_link") 2>conftest.er1
9107 ac_status=$?
9108 grep -v '^ *+' conftest.er1 >conftest.err
9109 rm -f conftest.er1
9110 cat conftest.err >&5
9111 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
9112 (exit $ac_status); } && {
9113 test -z "$ac_c_werror_flag" ||
9114 test ! -s conftest.err
9115 } && test -s conftest$ac_exeext && {
9116 test "$cross_compiling" = yes ||
9117 $as_test_x conftest$ac_exeext
9118 }; then
9119 ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__z_defs=yes
9120 else
9121 $as_echo "$as_me: failed program was:" >&5
9122 sed 's/^/| /' conftest.$ac_ext >&5
9124 ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__z_defs=no
9127 rm -rf conftest.dSYM
9128 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9129 conftest$ac_exeext conftest.$ac_ext
9130 CFLAGS=$ac_wine_try_cflags_saved
9132 { $as_echo "$as_me:$LINENO: result: $ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__z_defs" >&5
9133 $as_echo "$ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__z_defs" >&6; }
9134 if test $ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__z_defs = yes; then
9135 LDDLLFLAGS="$LDDLLFLAGS,-z,defs"
9139 { $as_echo "$as_me:$LINENO: checking whether the compiler supports -fPIC -shared -Wl,-Bsymbolic,-init,__wine_spec_init,-fini,__wine_spec_fini" >&5
9140 $as_echo_n "checking whether the compiler supports -fPIC -shared -Wl,-Bsymbolic,-init,__wine_spec_init,-fini,__wine_spec_fini... " >&6; }
9141 if test "${ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__init___wine_spec_init__fini___wine_spec_fini+set}" = set; then
9142 $as_echo_n "(cached) " >&6
9143 else
9144 ac_wine_try_cflags_saved=$CFLAGS
9145 CFLAGS="$CFLAGS -fPIC -shared -Wl,-Bsymbolic,-init,__wine_spec_init,-fini,__wine_spec_fini"
9146 cat >conftest.$ac_ext <<_ACEOF
9147 /* confdefs.h. */
9148 _ACEOF
9149 cat confdefs.h >>conftest.$ac_ext
9150 cat >>conftest.$ac_ext <<_ACEOF
9151 /* end confdefs.h. */
9154 main ()
9158 return 0;
9160 _ACEOF
9161 rm -f conftest.$ac_objext conftest$ac_exeext
9162 if { (ac_try="$ac_link"
9163 case "(($ac_try" in
9164 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9165 *) ac_try_echo=$ac_try;;
9166 esac
9167 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
9168 $as_echo "$ac_try_echo") >&5
9169 (eval "$ac_link") 2>conftest.er1
9170 ac_status=$?
9171 grep -v '^ *+' conftest.er1 >conftest.err
9172 rm -f conftest.er1
9173 cat conftest.err >&5
9174 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
9175 (exit $ac_status); } && {
9176 test -z "$ac_c_werror_flag" ||
9177 test ! -s conftest.err
9178 } && test -s conftest$ac_exeext && {
9179 test "$cross_compiling" = yes ||
9180 $as_test_x conftest$ac_exeext
9181 }; then
9182 ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__init___wine_spec_init__fini___wine_spec_fini=yes
9183 else
9184 $as_echo "$as_me: failed program was:" >&5
9185 sed 's/^/| /' conftest.$ac_ext >&5
9187 ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__init___wine_spec_init__fini___wine_spec_fini=no
9190 rm -rf conftest.dSYM
9191 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9192 conftest$ac_exeext conftest.$ac_ext
9193 CFLAGS=$ac_wine_try_cflags_saved
9195 { $as_echo "$as_me:$LINENO: result: $ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__init___wine_spec_init__fini___wine_spec_fini" >&5
9196 $as_echo "$ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__init___wine_spec_init__fini___wine_spec_fini" >&6; }
9197 if test $ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__init___wine_spec_init__fini___wine_spec_fini = yes; then
9198 LDDLLFLAGS="$LDDLLFLAGS,-init,__wine_spec_init,-fini,__wine_spec_fini"
9202 echo '{ global: *; };' >conftest.map
9203 { $as_echo "$as_me:$LINENO: checking whether the compiler supports -fPIC -shared -Wl,--version-script=conftest.map" >&5
9204 $as_echo_n "checking whether the compiler supports -fPIC -shared -Wl,--version-script=conftest.map... " >&6; }
9205 if test "${ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map+set}" = set; then
9206 $as_echo_n "(cached) " >&6
9207 else
9208 ac_wine_try_cflags_saved=$CFLAGS
9209 CFLAGS="$CFLAGS -fPIC -shared -Wl,--version-script=conftest.map"
9210 cat >conftest.$ac_ext <<_ACEOF
9211 /* confdefs.h. */
9212 _ACEOF
9213 cat confdefs.h >>conftest.$ac_ext
9214 cat >>conftest.$ac_ext <<_ACEOF
9215 /* end confdefs.h. */
9218 main ()
9222 return 0;
9224 _ACEOF
9225 rm -f conftest.$ac_objext conftest$ac_exeext
9226 if { (ac_try="$ac_link"
9227 case "(($ac_try" in
9228 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9229 *) ac_try_echo=$ac_try;;
9230 esac
9231 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
9232 $as_echo "$ac_try_echo") >&5
9233 (eval "$ac_link") 2>conftest.er1
9234 ac_status=$?
9235 grep -v '^ *+' conftest.er1 >conftest.err
9236 rm -f conftest.er1
9237 cat conftest.err >&5
9238 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
9239 (exit $ac_status); } && {
9240 test -z "$ac_c_werror_flag" ||
9241 test ! -s conftest.err
9242 } && test -s conftest$ac_exeext && {
9243 test "$cross_compiling" = yes ||
9244 $as_test_x conftest$ac_exeext
9245 }; then
9246 ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map=yes
9247 else
9248 $as_echo "$as_me: failed program was:" >&5
9249 sed 's/^/| /' conftest.$ac_ext >&5
9251 ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map=no
9254 rm -rf conftest.dSYM
9255 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9256 conftest$ac_exeext conftest.$ac_ext
9257 CFLAGS=$ac_wine_try_cflags_saved
9259 { $as_echo "$as_me:$LINENO: result: $ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map" >&5
9260 $as_echo "$ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map" >&6; }
9261 if test $ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map = yes; then
9262 LDSHARED="$LDSHARED \$(VERSCRIPT:%=-Wl,--version-script=%)"
9265 rm -f conftest.map
9267 { $as_echo "$as_me:$LINENO: checking whether the compiler supports -fPIC -Wl,--export-dynamic" >&5
9268 $as_echo_n "checking whether the compiler supports -fPIC -Wl,--export-dynamic... " >&6; }
9269 if test "${ac_cv_cflags__fPIC__Wl___export_dynamic+set}" = set; then
9270 $as_echo_n "(cached) " >&6
9271 else
9272 ac_wine_try_cflags_saved=$CFLAGS
9273 CFLAGS="$CFLAGS -fPIC -Wl,--export-dynamic"
9274 cat >conftest.$ac_ext <<_ACEOF
9275 /* confdefs.h. */
9276 _ACEOF
9277 cat confdefs.h >>conftest.$ac_ext
9278 cat >>conftest.$ac_ext <<_ACEOF
9279 /* end confdefs.h. */
9282 main ()
9286 return 0;
9288 _ACEOF
9289 rm -f conftest.$ac_objext conftest$ac_exeext
9290 if { (ac_try="$ac_link"
9291 case "(($ac_try" in
9292 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9293 *) ac_try_echo=$ac_try;;
9294 esac
9295 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
9296 $as_echo "$ac_try_echo") >&5
9297 (eval "$ac_link") 2>conftest.er1
9298 ac_status=$?
9299 grep -v '^ *+' conftest.er1 >conftest.err
9300 rm -f conftest.er1
9301 cat conftest.err >&5
9302 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
9303 (exit $ac_status); } && {
9304 test -z "$ac_c_werror_flag" ||
9305 test ! -s conftest.err
9306 } && test -s conftest$ac_exeext && {
9307 test "$cross_compiling" = yes ||
9308 $as_test_x conftest$ac_exeext
9309 }; then
9310 ac_cv_cflags__fPIC__Wl___export_dynamic=yes
9311 else
9312 $as_echo "$as_me: failed program was:" >&5
9313 sed 's/^/| /' conftest.$ac_ext >&5
9315 ac_cv_cflags__fPIC__Wl___export_dynamic=no
9318 rm -rf conftest.dSYM
9319 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9320 conftest$ac_exeext conftest.$ac_ext
9321 CFLAGS=$ac_wine_try_cflags_saved
9323 { $as_echo "$as_me:$LINENO: result: $ac_cv_cflags__fPIC__Wl___export_dynamic" >&5
9324 $as_echo "$ac_cv_cflags__fPIC__Wl___export_dynamic" >&6; }
9325 if test $ac_cv_cflags__fPIC__Wl___export_dynamic = yes; then
9326 LDEXECFLAGS="-Wl,--export-dynamic"
9331 as_ac_var=`$as_echo "ac_cv_cflags_-fPIC -Wl,--rpath,\$ORIGIN/../lib" | $as_tr_sh`
9332 { $as_echo "$as_me:$LINENO: checking whether the compiler supports -fPIC -Wl,--rpath,\$ORIGIN/../lib" >&5
9333 $as_echo_n "checking whether the compiler supports -fPIC -Wl,--rpath,\$ORIGIN/../lib... " >&6; }
9334 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
9335 $as_echo_n "(cached) " >&6
9336 else
9337 ac_wine_try_cflags_saved=$CFLAGS
9338 CFLAGS="$CFLAGS -fPIC -Wl,--rpath,\$ORIGIN/../lib"
9339 cat >conftest.$ac_ext <<_ACEOF
9340 /* confdefs.h. */
9341 _ACEOF
9342 cat confdefs.h >>conftest.$ac_ext
9343 cat >>conftest.$ac_ext <<_ACEOF
9344 /* end confdefs.h. */
9347 main ()
9351 return 0;
9353 _ACEOF
9354 rm -f conftest.$ac_objext conftest$ac_exeext
9355 if { (ac_try="$ac_link"
9356 case "(($ac_try" in
9357 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9358 *) ac_try_echo=$ac_try;;
9359 esac
9360 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
9361 $as_echo "$ac_try_echo") >&5
9362 (eval "$ac_link") 2>conftest.er1
9363 ac_status=$?
9364 grep -v '^ *+' conftest.er1 >conftest.err
9365 rm -f conftest.er1
9366 cat conftest.err >&5
9367 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
9368 (exit $ac_status); } && {
9369 test -z "$ac_c_werror_flag" ||
9370 test ! -s conftest.err
9371 } && test -s conftest$ac_exeext && {
9372 test "$cross_compiling" = yes ||
9373 $as_test_x conftest$ac_exeext
9374 }; then
9375 eval "$as_ac_var=yes"
9376 else
9377 $as_echo "$as_me: failed program was:" >&5
9378 sed 's/^/| /' conftest.$ac_ext >&5
9380 eval "$as_ac_var=no"
9383 rm -rf conftest.dSYM
9384 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9385 conftest$ac_exeext conftest.$ac_ext
9386 CFLAGS=$ac_wine_try_cflags_saved
9388 ac_res=`eval 'as_val=${'$as_ac_var'}
9389 $as_echo "$as_val"'`
9390 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
9391 $as_echo "$ac_res" >&6; }
9392 if test `eval 'as_val=${'$as_ac_var'}
9393 $as_echo "$as_val"'` = yes; then
9394 LDRPATH_INSTALL="-Wl,--rpath,\\\$\$ORIGIN/\`\$(RELPATH) \$(bindir) \$(libdir)\`"
9395 LDRPATH_LOCAL="-Wl,--rpath,\\\$\$ORIGIN/\$(TOPOBJDIR)/libs/wine"
9396 else
9397 as_ac_var=`$as_echo "ac_cv_cflags_-fPIC -Wl,-R,\$ORIGIN/../lib" | $as_tr_sh`
9398 { $as_echo "$as_me:$LINENO: checking whether the compiler supports -fPIC -Wl,-R,\$ORIGIN/../lib" >&5
9399 $as_echo_n "checking whether the compiler supports -fPIC -Wl,-R,\$ORIGIN/../lib... " >&6; }
9400 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
9401 $as_echo_n "(cached) " >&6
9402 else
9403 ac_wine_try_cflags_saved=$CFLAGS
9404 CFLAGS="$CFLAGS -fPIC -Wl,-R,\$ORIGIN/../lib"
9405 cat >conftest.$ac_ext <<_ACEOF
9406 /* confdefs.h. */
9407 _ACEOF
9408 cat confdefs.h >>conftest.$ac_ext
9409 cat >>conftest.$ac_ext <<_ACEOF
9410 /* end confdefs.h. */
9413 main ()
9417 return 0;
9419 _ACEOF
9420 rm -f conftest.$ac_objext conftest$ac_exeext
9421 if { (ac_try="$ac_link"
9422 case "(($ac_try" in
9423 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9424 *) ac_try_echo=$ac_try;;
9425 esac
9426 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
9427 $as_echo "$ac_try_echo") >&5
9428 (eval "$ac_link") 2>conftest.er1
9429 ac_status=$?
9430 grep -v '^ *+' conftest.er1 >conftest.err
9431 rm -f conftest.er1
9432 cat conftest.err >&5
9433 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
9434 (exit $ac_status); } && {
9435 test -z "$ac_c_werror_flag" ||
9436 test ! -s conftest.err
9437 } && test -s conftest$ac_exeext && {
9438 test "$cross_compiling" = yes ||
9439 $as_test_x conftest$ac_exeext
9440 }; then
9441 eval "$as_ac_var=yes"
9442 else
9443 $as_echo "$as_me: failed program was:" >&5
9444 sed 's/^/| /' conftest.$ac_ext >&5
9446 eval "$as_ac_var=no"
9449 rm -rf conftest.dSYM
9450 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9451 conftest$ac_exeext conftest.$ac_ext
9452 CFLAGS=$ac_wine_try_cflags_saved
9454 ac_res=`eval 'as_val=${'$as_ac_var'}
9455 $as_echo "$as_val"'`
9456 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
9457 $as_echo "$ac_res" >&6; }
9458 if test `eval 'as_val=${'$as_ac_var'}
9459 $as_echo "$as_val"'` = yes; then
9460 LDRPATH_INSTALL="-Wl,-R,\\\$\$ORIGIN/\`\$(RELPATH) \$(bindir) \$(libdir)\`"
9461 LDRPATH_LOCAL="-Wl,-R,\\\$\$ORIGIN/\$(TOPOBJDIR)/libs/wine"
9467 { $as_echo "$as_me:$LINENO: checking whether the compiler supports -Wl,--enable-new-dtags" >&5
9468 $as_echo_n "checking whether the compiler supports -Wl,--enable-new-dtags... " >&6; }
9469 if test "${ac_cv_cflags__Wl___enable_new_dtags+set}" = set; then
9470 $as_echo_n "(cached) " >&6
9471 else
9472 ac_wine_try_cflags_saved=$CFLAGS
9473 CFLAGS="$CFLAGS -Wl,--enable-new-dtags"
9474 cat >conftest.$ac_ext <<_ACEOF
9475 /* confdefs.h. */
9476 _ACEOF
9477 cat confdefs.h >>conftest.$ac_ext
9478 cat >>conftest.$ac_ext <<_ACEOF
9479 /* end confdefs.h. */
9482 main ()
9486 return 0;
9488 _ACEOF
9489 rm -f conftest.$ac_objext conftest$ac_exeext
9490 if { (ac_try="$ac_link"
9491 case "(($ac_try" in
9492 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9493 *) ac_try_echo=$ac_try;;
9494 esac
9495 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
9496 $as_echo "$ac_try_echo") >&5
9497 (eval "$ac_link") 2>conftest.er1
9498 ac_status=$?
9499 grep -v '^ *+' conftest.er1 >conftest.err
9500 rm -f conftest.er1
9501 cat conftest.err >&5
9502 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
9503 (exit $ac_status); } && {
9504 test -z "$ac_c_werror_flag" ||
9505 test ! -s conftest.err
9506 } && test -s conftest$ac_exeext && {
9507 test "$cross_compiling" = yes ||
9508 $as_test_x conftest$ac_exeext
9509 }; then
9510 ac_cv_cflags__Wl___enable_new_dtags=yes
9511 else
9512 $as_echo "$as_me: failed program was:" >&5
9513 sed 's/^/| /' conftest.$ac_ext >&5
9515 ac_cv_cflags__Wl___enable_new_dtags=no
9518 rm -rf conftest.dSYM
9519 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9520 conftest$ac_exeext conftest.$ac_ext
9521 CFLAGS=$ac_wine_try_cflags_saved
9523 { $as_echo "$as_me:$LINENO: result: $ac_cv_cflags__Wl___enable_new_dtags" >&5
9524 $as_echo "$ac_cv_cflags__Wl___enable_new_dtags" >&6; }
9525 if test $ac_cv_cflags__Wl___enable_new_dtags = yes; then
9526 LDRPATH_INSTALL="$LDRPATH_INSTALL -Wl,--enable-new-dtags"
9530 case $host_cpu in
9531 *i[3456789]86* | x86_64)
9532 { $as_echo "$as_me:$LINENO: checking whether the compiler supports -Wl,--section-start,.interp=0x7bf00400" >&5
9533 $as_echo_n "checking whether the compiler supports -Wl,--section-start,.interp=0x7bf00400... " >&6; }
9534 if test "${ac_cv_cflags__Wl___section_start__interp_0x7bf00400+set}" = set; then
9535 $as_echo_n "(cached) " >&6
9536 else
9537 ac_wine_try_cflags_saved=$CFLAGS
9538 CFLAGS="$CFLAGS -Wl,--section-start,.interp=0x7bf00400"
9539 cat >conftest.$ac_ext <<_ACEOF
9540 /* confdefs.h. */
9541 _ACEOF
9542 cat confdefs.h >>conftest.$ac_ext
9543 cat >>conftest.$ac_ext <<_ACEOF
9544 /* end confdefs.h. */
9547 main ()
9551 return 0;
9553 _ACEOF
9554 rm -f conftest.$ac_objext conftest$ac_exeext
9555 if { (ac_try="$ac_link"
9556 case "(($ac_try" in
9557 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9558 *) ac_try_echo=$ac_try;;
9559 esac
9560 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
9561 $as_echo "$ac_try_echo") >&5
9562 (eval "$ac_link") 2>conftest.er1
9563 ac_status=$?
9564 grep -v '^ *+' conftest.er1 >conftest.err
9565 rm -f conftest.er1
9566 cat conftest.err >&5
9567 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
9568 (exit $ac_status); } && {
9569 test -z "$ac_c_werror_flag" ||
9570 test ! -s conftest.err
9571 } && test -s conftest$ac_exeext && {
9572 test "$cross_compiling" = yes ||
9573 $as_test_x conftest$ac_exeext
9574 }; then
9575 ac_cv_cflags__Wl___section_start__interp_0x7bf00400=yes
9576 else
9577 $as_echo "$as_me: failed program was:" >&5
9578 sed 's/^/| /' conftest.$ac_ext >&5
9580 ac_cv_cflags__Wl___section_start__interp_0x7bf00400=no
9583 rm -rf conftest.dSYM
9584 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9585 conftest$ac_exeext conftest.$ac_ext
9586 CFLAGS=$ac_wine_try_cflags_saved
9588 { $as_echo "$as_me:$LINENO: result: $ac_cv_cflags__Wl___section_start__interp_0x7bf00400" >&5
9589 $as_echo "$ac_cv_cflags__Wl___section_start__interp_0x7bf00400" >&6; }
9590 if test $ac_cv_cflags__Wl___section_start__interp_0x7bf00400 = yes; then
9591 LDEXECFLAGS="$LDEXECFLAGS -Wl,--section-start,.interp=0x7bf00400"
9595 esac
9597 else
9598 { $as_echo "$as_me:$LINENO: checking whether we can build a UnixWare (Solaris) dll" >&5
9599 $as_echo_n "checking whether we can build a UnixWare (Solaris) dll... " >&6; }
9600 if test "${ac_cv_c_dll_unixware+set}" = set; then
9601 $as_echo_n "(cached) " >&6
9602 else
9603 ac_wine_try_cflags_saved=$CFLAGS
9604 CFLAGS="$CFLAGS -fPIC -Wl,-G,-h,conftest.so.1.0,-B,symbolic"
9605 cat >conftest.$ac_ext <<_ACEOF
9606 void myfunc() {}
9607 _ACEOF
9608 rm -f conftest.$ac_objext conftest$ac_exeext
9609 if { (ac_try="$ac_link"
9610 case "(($ac_try" in
9611 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9612 *) ac_try_echo=$ac_try;;
9613 esac
9614 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
9615 $as_echo "$ac_try_echo") >&5
9616 (eval "$ac_link") 2>conftest.er1
9617 ac_status=$?
9618 grep -v '^ *+' conftest.er1 >conftest.err
9619 rm -f conftest.er1
9620 cat conftest.err >&5
9621 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
9622 (exit $ac_status); } && {
9623 test -z "$ac_c_werror_flag" ||
9624 test ! -s conftest.err
9625 } && test -s conftest$ac_exeext && {
9626 test "$cross_compiling" = yes ||
9627 $as_test_x conftest$ac_exeext
9628 }; then
9629 ac_cv_c_dll_unixware="yes"
9630 else
9631 $as_echo "$as_me: failed program was:" >&5
9632 sed 's/^/| /' conftest.$ac_ext >&5
9634 ac_cv_c_dll_unixware="no"
9637 rm -rf conftest.dSYM
9638 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9639 conftest$ac_exeext conftest.$ac_ext
9640 CFLAGS=$ac_wine_try_cflags_saved
9642 { $as_echo "$as_me:$LINENO: result: $ac_cv_c_dll_unixware" >&5
9643 $as_echo "$ac_cv_c_dll_unixware" >&6; }
9644 if test "$ac_cv_c_dll_unixware" = "yes"
9645 then
9646 LDSHARED="\$(CC) -Wl,-G \$(SONAME:%=-Wl,-h,%)"
9647 LDDLLFLAGS="-Wl,-G,-B,symbolic"
9649 else
9650 { $as_echo "$as_me:$LINENO: checking whether we can build an HP-UX dll" >&5
9651 $as_echo_n "checking whether we can build an HP-UX dll... " >&6; }
9652 if test "${ac_cv_c_dll_hpux+set}" = set; then
9653 $as_echo_n "(cached) " >&6
9654 else
9655 ac_wine_try_cflags_saved=$CFLAGS
9656 CFLAGS="$CFLAGS -shared"
9657 cat >conftest.$ac_ext <<_ACEOF
9658 void myfunc() {}
9659 _ACEOF
9660 rm -f conftest.$ac_objext conftest$ac_exeext
9661 if { (ac_try="$ac_link"
9662 case "(($ac_try" in
9663 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9664 *) ac_try_echo=$ac_try;;
9665 esac
9666 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
9667 $as_echo "$ac_try_echo") >&5
9668 (eval "$ac_link") 2>conftest.er1
9669 ac_status=$?
9670 grep -v '^ *+' conftest.er1 >conftest.err
9671 rm -f conftest.er1
9672 cat conftest.err >&5
9673 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
9674 (exit $ac_status); } && {
9675 test -z "$ac_c_werror_flag" ||
9676 test ! -s conftest.err
9677 } && test -s conftest$ac_exeext && {
9678 test "$cross_compiling" = yes ||
9679 $as_test_x conftest$ac_exeext
9680 }; then
9681 ac_cv_c_dll_hpux="yes"
9682 else
9683 $as_echo "$as_me: failed program was:" >&5
9684 sed 's/^/| /' conftest.$ac_ext >&5
9686 ac_cv_c_dll_hpux="no"
9689 rm -rf conftest.dSYM
9690 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9691 conftest$ac_exeext conftest.$ac_ext
9692 CFLAGS=$ac_wine_try_cflags_saved
9694 { $as_echo "$as_me:$LINENO: result: $ac_cv_c_dll_hpux" >&5
9695 $as_echo "$ac_cv_c_dll_hpux" >&6; }
9696 if test "$ac_cv_c_dll_hpux" = "yes"
9697 then
9698 LIBEXT="sl"
9699 DLLEXT=".sl"
9700 LDDLLFLAGS="-shared -fPIC"
9701 LDSHARED="\$(CC) -shared"
9706 esac
9708 enable_winequartz_drv=${enable_winequartz_drv:-no}
9710 if test "$LIBEXT" = "a"; then
9711 { { $as_echo "$as_me:$LINENO: error: could not find a way to build shared libraries.
9712 It is currently not possible to build Wine without shared library
9713 (.so) support to allow transparent switch between .so and .dll files.
9714 If you are using Linux, you will need a newer binutils.
9715 " >&5
9716 $as_echo "$as_me: error: could not find a way to build shared libraries.
9717 It is currently not possible to build Wine without shared library
9718 (.so) support to allow transparent switch between .so and .dll files.
9719 If you are using Linux, you will need a newer binutils.
9720 " >&2;}
9721 { (exit 1); exit 1; }; }
9724 if test "$cross_compiling" = "no" -a "$LIBEXT" != "dll"
9725 then
9726 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
9728 # Extract the first word of "$ac_prog", so it can be a program name with args.
9729 set dummy $ac_prog; ac_word=$2
9730 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
9731 $as_echo_n "checking for $ac_word... " >&6; }
9732 if test "${ac_cv_prog_CROSSCC+set}" = set; then
9733 $as_echo_n "(cached) " >&6
9734 else
9735 if test -n "$CROSSCC"; then
9736 ac_cv_prog_CROSSCC="$CROSSCC" # Let the user override the test.
9737 else
9738 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9739 for as_dir in $PATH
9741 IFS=$as_save_IFS
9742 test -z "$as_dir" && as_dir=.
9743 for ac_exec_ext in '' $ac_executable_extensions; do
9744 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9745 ac_cv_prog_CROSSCC="$ac_prog"
9746 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
9747 break 2
9749 done
9750 done
9751 IFS=$as_save_IFS
9755 CROSSCC=$ac_cv_prog_CROSSCC
9756 if test -n "$CROSSCC"; then
9757 { $as_echo "$as_me:$LINENO: result: $CROSSCC" >&5
9758 $as_echo "$CROSSCC" >&6; }
9759 else
9760 { $as_echo "$as_me:$LINENO: result: no" >&5
9761 $as_echo "no" >&6; }
9765 test -n "$CROSSCC" && break
9766 done
9767 test -n "$CROSSCC" || CROSSCC="false"
9769 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
9771 # Extract the first word of "$ac_prog", so it can be a program name with args.
9772 set dummy $ac_prog; ac_word=$2
9773 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
9774 $as_echo_n "checking for $ac_word... " >&6; }
9775 if test "${ac_cv_prog_DLLTOOL+set}" = set; then
9776 $as_echo_n "(cached) " >&6
9777 else
9778 if test -n "$DLLTOOL"; then
9779 ac_cv_prog_DLLTOOL="$DLLTOOL" # Let the user override the test.
9780 else
9781 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9782 for as_dir in $PATH
9784 IFS=$as_save_IFS
9785 test -z "$as_dir" && as_dir=.
9786 for ac_exec_ext in '' $ac_executable_extensions; do
9787 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9788 ac_cv_prog_DLLTOOL="$ac_prog"
9789 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
9790 break 2
9792 done
9793 done
9794 IFS=$as_save_IFS
9798 DLLTOOL=$ac_cv_prog_DLLTOOL
9799 if test -n "$DLLTOOL"; then
9800 { $as_echo "$as_me:$LINENO: result: $DLLTOOL" >&5
9801 $as_echo "$DLLTOOL" >&6; }
9802 else
9803 { $as_echo "$as_me:$LINENO: result: no" >&5
9804 $as_echo "no" >&6; }
9808 test -n "$DLLTOOL" && break
9809 done
9810 test -n "$DLLTOOL" || DLLTOOL="false"
9812 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
9814 # Extract the first word of "$ac_prog", so it can be a program name with args.
9815 set dummy $ac_prog; ac_word=$2
9816 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
9817 $as_echo_n "checking for $ac_word... " >&6; }
9818 if test "${ac_cv_prog_CROSSWINDRES+set}" = set; then
9819 $as_echo_n "(cached) " >&6
9820 else
9821 if test -n "$CROSSWINDRES"; then
9822 ac_cv_prog_CROSSWINDRES="$CROSSWINDRES" # Let the user override the test.
9823 else
9824 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9825 for as_dir in $PATH
9827 IFS=$as_save_IFS
9828 test -z "$as_dir" && as_dir=.
9829 for ac_exec_ext in '' $ac_executable_extensions; do
9830 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9831 ac_cv_prog_CROSSWINDRES="$ac_prog"
9832 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
9833 break 2
9835 done
9836 done
9837 IFS=$as_save_IFS
9841 CROSSWINDRES=$ac_cv_prog_CROSSWINDRES
9842 if test -n "$CROSSWINDRES"; then
9843 { $as_echo "$as_me:$LINENO: result: $CROSSWINDRES" >&5
9844 $as_echo "$CROSSWINDRES" >&6; }
9845 else
9846 { $as_echo "$as_me:$LINENO: result: no" >&5
9847 $as_echo "no" >&6; }
9851 test -n "$CROSSWINDRES" && break
9852 done
9853 test -n "$CROSSWINDRES" || CROSSWINDRES="false"
9855 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
9857 # Extract the first word of "$ac_prog", so it can be a program name with args.
9858 set dummy $ac_prog; ac_word=$2
9859 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
9860 $as_echo_n "checking for $ac_word... " >&6; }
9861 if test "${ac_cv_prog_MINGWAR+set}" = set; then
9862 $as_echo_n "(cached) " >&6
9863 else
9864 if test -n "$MINGWAR"; then
9865 ac_cv_prog_MINGWAR="$MINGWAR" # Let the user override the test.
9866 else
9867 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9868 for as_dir in $PATH
9870 IFS=$as_save_IFS
9871 test -z "$as_dir" && as_dir=.
9872 for ac_exec_ext in '' $ac_executable_extensions; do
9873 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9874 ac_cv_prog_MINGWAR="$ac_prog"
9875 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
9876 break 2
9878 done
9879 done
9880 IFS=$as_save_IFS
9884 MINGWAR=$ac_cv_prog_MINGWAR
9885 if test -n "$MINGWAR"; then
9886 { $as_echo "$as_me:$LINENO: result: $MINGWAR" >&5
9887 $as_echo "$MINGWAR" >&6; }
9888 else
9889 { $as_echo "$as_me:$LINENO: result: no" >&5
9890 $as_echo "no" >&6; }
9894 test -n "$MINGWAR" && break
9895 done
9896 test -n "$MINGWAR" || MINGWAR="false"
9898 if test "$CROSSCC" != "false"
9899 then
9900 CROSSTEST="\$(CROSSTEST)"
9906 if test "$have_x" = "yes"
9907 then
9908 XLIB="-lXext -lX11"
9909 ac_save_CPPFLAGS="$CPPFLAGS"
9910 CPPFLAGS="$CPPFLAGS $X_CFLAGS"
9912 { $as_echo "$as_me:$LINENO: checking for -lX11" >&5
9913 $as_echo_n "checking for -lX11... " >&6; }
9914 if test "${ac_cv_lib_soname_X11+set}" = set; then
9915 $as_echo_n "(cached) " >&6
9916 else
9917 ac_check_soname_save_LIBS=$LIBS
9918 LIBS="-lX11 $X_LIBS $X_EXTRA_LIBS $LIBS"
9919 cat >conftest.$ac_ext <<_ACEOF
9920 /* confdefs.h. */
9921 _ACEOF
9922 cat confdefs.h >>conftest.$ac_ext
9923 cat >>conftest.$ac_ext <<_ACEOF
9924 /* end confdefs.h. */
9926 /* Override any GCC internal prototype to avoid an error.
9927 Use char because int might match the return type of a GCC
9928 builtin and then its argument prototype would still apply. */
9929 #ifdef __cplusplus
9930 extern "C"
9931 #endif
9932 char XCreateWindow ();
9934 main ()
9936 return XCreateWindow ();
9938 return 0;
9940 _ACEOF
9941 rm -f conftest.$ac_objext conftest$ac_exeext
9942 if { (ac_try="$ac_link"
9943 case "(($ac_try" in
9944 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9945 *) ac_try_echo=$ac_try;;
9946 esac
9947 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
9948 $as_echo "$ac_try_echo") >&5
9949 (eval "$ac_link") 2>conftest.er1
9950 ac_status=$?
9951 grep -v '^ *+' conftest.er1 >conftest.err
9952 rm -f conftest.er1
9953 cat conftest.err >&5
9954 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
9955 (exit $ac_status); } && {
9956 test -z "$ac_c_werror_flag" ||
9957 test ! -s conftest.err
9958 } && test -s conftest$ac_exeext && {
9959 test "$cross_compiling" = yes ||
9960 $as_test_x conftest$ac_exeext
9961 }; then
9962 case "$LIBEXT" in
9963 dll) ;;
9964 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'` ;;
9965 *) ac_cv_lib_soname_X11=`$ac_cv_path_LDD conftest$ac_exeext | grep "libX11\\.$LIBEXT" | sed -e "s/^.*\(libX11\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
9966 esac
9967 else
9968 $as_echo "$as_me: failed program was:" >&5
9969 sed 's/^/| /' conftest.$ac_ext >&5
9974 rm -rf conftest.dSYM
9975 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9976 conftest$ac_exeext conftest.$ac_ext
9977 LIBS=$ac_check_soname_save_LIBS
9979 if test "x$ac_cv_lib_soname_X11" = "x"; then
9980 { $as_echo "$as_me:$LINENO: result: not found" >&5
9981 $as_echo "not found" >&6; }
9983 else
9984 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_X11" >&5
9985 $as_echo "$ac_cv_lib_soname_X11" >&6; }
9987 cat >>confdefs.h <<_ACEOF
9988 #define SONAME_LIBX11 "$ac_cv_lib_soname_X11"
9989 _ACEOF
9994 { $as_echo "$as_me:$LINENO: checking for -lXext" >&5
9995 $as_echo_n "checking for -lXext... " >&6; }
9996 if test "${ac_cv_lib_soname_Xext+set}" = set; then
9997 $as_echo_n "(cached) " >&6
9998 else
9999 ac_check_soname_save_LIBS=$LIBS
10000 LIBS="-lXext $X_LIBS -lX11 $X_EXTRA_LIBS $LIBS"
10001 cat >conftest.$ac_ext <<_ACEOF
10002 /* confdefs.h. */
10003 _ACEOF
10004 cat confdefs.h >>conftest.$ac_ext
10005 cat >>conftest.$ac_ext <<_ACEOF
10006 /* end confdefs.h. */
10008 /* Override any GCC internal prototype to avoid an error.
10009 Use char because int might match the return type of a GCC
10010 builtin and then its argument prototype would still apply. */
10011 #ifdef __cplusplus
10012 extern "C"
10013 #endif
10014 char XextCreateExtension ();
10016 main ()
10018 return XextCreateExtension ();
10020 return 0;
10022 _ACEOF
10023 rm -f conftest.$ac_objext conftest$ac_exeext
10024 if { (ac_try="$ac_link"
10025 case "(($ac_try" in
10026 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10027 *) ac_try_echo=$ac_try;;
10028 esac
10029 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
10030 $as_echo "$ac_try_echo") >&5
10031 (eval "$ac_link") 2>conftest.er1
10032 ac_status=$?
10033 grep -v '^ *+' conftest.er1 >conftest.err
10034 rm -f conftest.er1
10035 cat conftest.err >&5
10036 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
10037 (exit $ac_status); } && {
10038 test -z "$ac_c_werror_flag" ||
10039 test ! -s conftest.err
10040 } && test -s conftest$ac_exeext && {
10041 test "$cross_compiling" = yes ||
10042 $as_test_x conftest$ac_exeext
10043 }; then
10044 case "$LIBEXT" in
10045 dll) ;;
10046 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'` ;;
10047 *) ac_cv_lib_soname_Xext=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXext\\.$LIBEXT" | sed -e "s/^.*\(libXext\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
10048 esac
10049 else
10050 $as_echo "$as_me: failed program was:" >&5
10051 sed 's/^/| /' conftest.$ac_ext >&5
10056 rm -rf conftest.dSYM
10057 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10058 conftest$ac_exeext conftest.$ac_ext
10059 LIBS=$ac_check_soname_save_LIBS
10061 if test "x$ac_cv_lib_soname_Xext" = "x"; then
10062 { $as_echo "$as_me:$LINENO: result: not found" >&5
10063 $as_echo "not found" >&6; }
10065 else
10066 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_Xext" >&5
10067 $as_echo "$ac_cv_lib_soname_Xext" >&6; }
10069 cat >>confdefs.h <<_ACEOF
10070 #define SONAME_LIBXEXT "$ac_cv_lib_soname_Xext"
10071 _ACEOF
10089 for ac_header in X11/Xlib.h \
10090 X11/XKBlib.h \
10091 X11/Xutil.h \
10092 X11/Xcursor/Xcursor.h \
10093 X11/extensions/shape.h \
10094 X11/extensions/XInput.h \
10095 X11/extensions/XShm.h \
10096 X11/extensions/Xcomposite.h \
10097 X11/extensions/Xinerama.h \
10098 X11/extensions/Xrandr.h \
10099 X11/extensions/Xrender.h \
10100 X11/extensions/xf86vmode.h
10102 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
10103 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
10104 $as_echo_n "checking for $ac_header... " >&6; }
10105 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
10106 $as_echo_n "(cached) " >&6
10107 else
10108 cat >conftest.$ac_ext <<_ACEOF
10109 /* confdefs.h. */
10110 _ACEOF
10111 cat confdefs.h >>conftest.$ac_ext
10112 cat >>conftest.$ac_ext <<_ACEOF
10113 /* end confdefs.h. */
10114 #ifdef HAVE_X11_XLIB_H
10115 # include <X11/Xlib.h>
10116 #endif
10117 #ifdef HAVE_X11_XUTIL_H
10118 # include <X11/Xutil.h>
10119 #endif
10121 #include <$ac_header>
10122 _ACEOF
10123 rm -f conftest.$ac_objext
10124 if { (ac_try="$ac_compile"
10125 case "(($ac_try" in
10126 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10127 *) ac_try_echo=$ac_try;;
10128 esac
10129 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
10130 $as_echo "$ac_try_echo") >&5
10131 (eval "$ac_compile") 2>conftest.er1
10132 ac_status=$?
10133 grep -v '^ *+' conftest.er1 >conftest.err
10134 rm -f conftest.er1
10135 cat conftest.err >&5
10136 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
10137 (exit $ac_status); } && {
10138 test -z "$ac_c_werror_flag" ||
10139 test ! -s conftest.err
10140 } && test -s conftest.$ac_objext; then
10141 eval "$as_ac_Header=yes"
10142 else
10143 $as_echo "$as_me: failed program was:" >&5
10144 sed 's/^/| /' conftest.$ac_ext >&5
10146 eval "$as_ac_Header=no"
10149 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
10151 ac_res=`eval 'as_val=${'$as_ac_Header'}
10152 $as_echo "$as_val"'`
10153 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
10154 $as_echo "$ac_res" >&6; }
10155 as_val=`eval 'as_val=${'$as_ac_Header'}
10156 $as_echo "$as_val"'`
10157 if test "x$as_val" = x""yes; then
10158 cat >>confdefs.h <<_ACEOF
10159 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
10160 _ACEOF
10164 done
10167 if test "$ac_cv_header_X11_XKBlib_h" = "yes"
10168 then
10169 { $as_echo "$as_me:$LINENO: checking for XkbQueryExtension in -lX11" >&5
10170 $as_echo_n "checking for XkbQueryExtension in -lX11... " >&6; }
10171 if test "${ac_cv_lib_X11_XkbQueryExtension+set}" = set; then
10172 $as_echo_n "(cached) " >&6
10173 else
10174 ac_check_lib_save_LIBS=$LIBS
10175 LIBS="-lX11 $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
10176 cat >conftest.$ac_ext <<_ACEOF
10177 /* confdefs.h. */
10178 _ACEOF
10179 cat confdefs.h >>conftest.$ac_ext
10180 cat >>conftest.$ac_ext <<_ACEOF
10181 /* end confdefs.h. */
10183 /* Override any GCC internal prototype to avoid an error.
10184 Use char because int might match the return type of a GCC
10185 builtin and then its argument prototype would still apply. */
10186 #ifdef __cplusplus
10187 extern "C"
10188 #endif
10189 char XkbQueryExtension ();
10191 main ()
10193 return XkbQueryExtension ();
10195 return 0;
10197 _ACEOF
10198 rm -f conftest.$ac_objext conftest$ac_exeext
10199 if { (ac_try="$ac_link"
10200 case "(($ac_try" in
10201 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10202 *) ac_try_echo=$ac_try;;
10203 esac
10204 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
10205 $as_echo "$ac_try_echo") >&5
10206 (eval "$ac_link") 2>conftest.er1
10207 ac_status=$?
10208 grep -v '^ *+' conftest.er1 >conftest.err
10209 rm -f conftest.er1
10210 cat conftest.err >&5
10211 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
10212 (exit $ac_status); } && {
10213 test -z "$ac_c_werror_flag" ||
10214 test ! -s conftest.err
10215 } && test -s conftest$ac_exeext && {
10216 test "$cross_compiling" = yes ||
10217 $as_test_x conftest$ac_exeext
10218 }; then
10219 ac_cv_lib_X11_XkbQueryExtension=yes
10220 else
10221 $as_echo "$as_me: failed program was:" >&5
10222 sed 's/^/| /' conftest.$ac_ext >&5
10224 ac_cv_lib_X11_XkbQueryExtension=no
10227 rm -rf conftest.dSYM
10228 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10229 conftest$ac_exeext conftest.$ac_ext
10230 LIBS=$ac_check_lib_save_LIBS
10232 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_X11_XkbQueryExtension" >&5
10233 $as_echo "$ac_cv_lib_X11_XkbQueryExtension" >&6; }
10234 if test "x$ac_cv_lib_X11_XkbQueryExtension" = x""yes; then
10236 cat >>confdefs.h <<\_ACEOF
10237 #define HAVE_XKB 1
10238 _ACEOF
10244 if test "$ac_cv_header_X11_Xcursor_Xcursor_h" = "yes"
10245 then
10246 { $as_echo "$as_me:$LINENO: checking for -lXcursor" >&5
10247 $as_echo_n "checking for -lXcursor... " >&6; }
10248 if test "${ac_cv_lib_soname_Xcursor+set}" = set; then
10249 $as_echo_n "(cached) " >&6
10250 else
10251 ac_check_soname_save_LIBS=$LIBS
10252 LIBS="-lXcursor $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
10253 cat >conftest.$ac_ext <<_ACEOF
10254 /* confdefs.h. */
10255 _ACEOF
10256 cat confdefs.h >>conftest.$ac_ext
10257 cat >>conftest.$ac_ext <<_ACEOF
10258 /* end confdefs.h. */
10260 /* Override any GCC internal prototype to avoid an error.
10261 Use char because int might match the return type of a GCC
10262 builtin and then its argument prototype would still apply. */
10263 #ifdef __cplusplus
10264 extern "C"
10265 #endif
10266 char XcursorImageLoadCursor ();
10268 main ()
10270 return XcursorImageLoadCursor ();
10272 return 0;
10274 _ACEOF
10275 rm -f conftest.$ac_objext conftest$ac_exeext
10276 if { (ac_try="$ac_link"
10277 case "(($ac_try" in
10278 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10279 *) ac_try_echo=$ac_try;;
10280 esac
10281 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
10282 $as_echo "$ac_try_echo") >&5
10283 (eval "$ac_link") 2>conftest.er1
10284 ac_status=$?
10285 grep -v '^ *+' conftest.er1 >conftest.err
10286 rm -f conftest.er1
10287 cat conftest.err >&5
10288 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
10289 (exit $ac_status); } && {
10290 test -z "$ac_c_werror_flag" ||
10291 test ! -s conftest.err
10292 } && test -s conftest$ac_exeext && {
10293 test "$cross_compiling" = yes ||
10294 $as_test_x conftest$ac_exeext
10295 }; then
10296 case "$LIBEXT" in
10297 dll) ;;
10298 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'` ;;
10299 *) ac_cv_lib_soname_Xcursor=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXcursor\\.$LIBEXT" | sed -e "s/^.*\(libXcursor\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
10300 esac
10301 else
10302 $as_echo "$as_me: failed program was:" >&5
10303 sed 's/^/| /' conftest.$ac_ext >&5
10308 rm -rf conftest.dSYM
10309 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10310 conftest$ac_exeext conftest.$ac_ext
10311 LIBS=$ac_check_soname_save_LIBS
10313 if test "x$ac_cv_lib_soname_Xcursor" = "x"; then
10314 { $as_echo "$as_me:$LINENO: result: not found" >&5
10315 $as_echo "not found" >&6; }
10317 else
10318 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_Xcursor" >&5
10319 $as_echo "$ac_cv_lib_soname_Xcursor" >&6; }
10321 cat >>confdefs.h <<_ACEOF
10322 #define SONAME_LIBXCURSOR "$ac_cv_lib_soname_Xcursor"
10323 _ACEOF
10329 if test "x$ac_cv_lib_soname_Xcursor" = "x"; then
10330 case "x$with_xcursor" in
10331 x) wine_notices="$wine_notices|libxcursor ${notice_platform}development files not found, the Xcursor extension won't be supported." ;;
10332 xno) ;;
10333 *) { { $as_echo "$as_me:$LINENO: error: libxcursor ${notice_platform}development files not found, the Xcursor extension won't be supported.
10334 This is an error since --with-xcursor was requested." >&5
10335 $as_echo "$as_me: error: libxcursor ${notice_platform}development files not found, the Xcursor extension won't be supported.
10336 This is an error since --with-xcursor was requested." >&2;}
10337 { (exit 1); exit 1; }; } ;;
10338 esac
10342 if test "$ac_cv_header_X11_extensions_XInput_h" = "yes"
10343 then
10344 { $as_echo "$as_me:$LINENO: checking for -lXi" >&5
10345 $as_echo_n "checking for -lXi... " >&6; }
10346 if test "${ac_cv_lib_soname_Xi+set}" = set; then
10347 $as_echo_n "(cached) " >&6
10348 else
10349 ac_check_soname_save_LIBS=$LIBS
10350 LIBS="-lXi $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
10351 cat >conftest.$ac_ext <<_ACEOF
10352 /* confdefs.h. */
10353 _ACEOF
10354 cat confdefs.h >>conftest.$ac_ext
10355 cat >>conftest.$ac_ext <<_ACEOF
10356 /* end confdefs.h. */
10358 /* Override any GCC internal prototype to avoid an error.
10359 Use char because int might match the return type of a GCC
10360 builtin and then its argument prototype would still apply. */
10361 #ifdef __cplusplus
10362 extern "C"
10363 #endif
10364 char XOpenDevice ();
10366 main ()
10368 return XOpenDevice ();
10370 return 0;
10372 _ACEOF
10373 rm -f conftest.$ac_objext conftest$ac_exeext
10374 if { (ac_try="$ac_link"
10375 case "(($ac_try" in
10376 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10377 *) ac_try_echo=$ac_try;;
10378 esac
10379 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
10380 $as_echo "$ac_try_echo") >&5
10381 (eval "$ac_link") 2>conftest.er1
10382 ac_status=$?
10383 grep -v '^ *+' conftest.er1 >conftest.err
10384 rm -f conftest.er1
10385 cat conftest.err >&5
10386 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
10387 (exit $ac_status); } && {
10388 test -z "$ac_c_werror_flag" ||
10389 test ! -s conftest.err
10390 } && test -s conftest$ac_exeext && {
10391 test "$cross_compiling" = yes ||
10392 $as_test_x conftest$ac_exeext
10393 }; then
10394 case "$LIBEXT" in
10395 dll) ;;
10396 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'` ;;
10397 *) ac_cv_lib_soname_Xi=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXi\\.$LIBEXT" | sed -e "s/^.*\(libXi\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
10398 esac
10399 else
10400 $as_echo "$as_me: failed program was:" >&5
10401 sed 's/^/| /' conftest.$ac_ext >&5
10406 rm -rf conftest.dSYM
10407 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10408 conftest$ac_exeext conftest.$ac_ext
10409 LIBS=$ac_check_soname_save_LIBS
10411 if test "x$ac_cv_lib_soname_Xi" = "x"; then
10412 { $as_echo "$as_me:$LINENO: result: not found" >&5
10413 $as_echo "not found" >&6; }
10415 else
10416 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_Xi" >&5
10417 $as_echo "$ac_cv_lib_soname_Xi" >&6; }
10419 cat >>confdefs.h <<_ACEOF
10420 #define SONAME_LIBXI "$ac_cv_lib_soname_Xi"
10421 _ACEOF
10427 if test "x$ac_cv_lib_soname_Xi" = "x"; then
10428 case "x$with_xinput" in
10429 x) wine_notices="$wine_notices|libxi ${notice_platform}development files not found, the Xinput extension won't be supported." ;;
10430 xno) ;;
10431 *) { { $as_echo "$as_me:$LINENO: error: libxi ${notice_platform}development files not found, the Xinput extension won't be supported.
10432 This is an error since --with-xinput was requested." >&5
10433 $as_echo "$as_me: error: libxi ${notice_platform}development files not found, the Xinput extension won't be supported.
10434 This is an error since --with-xinput was requested." >&2;}
10435 { (exit 1); exit 1; }; } ;;
10436 esac
10440 if test "$ac_cv_header_X11_extensions_XShm_h" = "yes"
10441 then
10442 { $as_echo "$as_me:$LINENO: checking for XShmQueryExtension in -lXext" >&5
10443 $as_echo_n "checking for XShmQueryExtension in -lXext... " >&6; }
10444 if test "${ac_cv_lib_Xext_XShmQueryExtension+set}" = set; then
10445 $as_echo_n "(cached) " >&6
10446 else
10447 ac_check_lib_save_LIBS=$LIBS
10448 LIBS="-lXext $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
10449 cat >conftest.$ac_ext <<_ACEOF
10450 /* confdefs.h. */
10451 _ACEOF
10452 cat confdefs.h >>conftest.$ac_ext
10453 cat >>conftest.$ac_ext <<_ACEOF
10454 /* end confdefs.h. */
10456 /* Override any GCC internal prototype to avoid an error.
10457 Use char because int might match the return type of a GCC
10458 builtin and then its argument prototype would still apply. */
10459 #ifdef __cplusplus
10460 extern "C"
10461 #endif
10462 char XShmQueryExtension ();
10464 main ()
10466 return XShmQueryExtension ();
10468 return 0;
10470 _ACEOF
10471 rm -f conftest.$ac_objext conftest$ac_exeext
10472 if { (ac_try="$ac_link"
10473 case "(($ac_try" in
10474 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10475 *) ac_try_echo=$ac_try;;
10476 esac
10477 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
10478 $as_echo "$ac_try_echo") >&5
10479 (eval "$ac_link") 2>conftest.er1
10480 ac_status=$?
10481 grep -v '^ *+' conftest.er1 >conftest.err
10482 rm -f conftest.er1
10483 cat conftest.err >&5
10484 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
10485 (exit $ac_status); } && {
10486 test -z "$ac_c_werror_flag" ||
10487 test ! -s conftest.err
10488 } && test -s conftest$ac_exeext && {
10489 test "$cross_compiling" = yes ||
10490 $as_test_x conftest$ac_exeext
10491 }; then
10492 ac_cv_lib_Xext_XShmQueryExtension=yes
10493 else
10494 $as_echo "$as_me: failed program was:" >&5
10495 sed 's/^/| /' conftest.$ac_ext >&5
10497 ac_cv_lib_Xext_XShmQueryExtension=no
10500 rm -rf conftest.dSYM
10501 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10502 conftest$ac_exeext conftest.$ac_ext
10503 LIBS=$ac_check_lib_save_LIBS
10505 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_Xext_XShmQueryExtension" >&5
10506 $as_echo "$ac_cv_lib_Xext_XShmQueryExtension" >&6; }
10507 if test "x$ac_cv_lib_Xext_XShmQueryExtension" = x""yes; then
10509 cat >>confdefs.h <<\_ACEOF
10510 #define HAVE_LIBXXSHM 1
10511 _ACEOF
10516 if test "$ac_cv_lib_Xext_XShmQueryExtension" != "yes"; then
10517 case "x$with_xshm" in
10518 x) wine_notices="$wine_notices|XShm ${notice_platform}development files not found, X Shared Memory won't be supported." ;;
10519 xno) ;;
10520 *) { { $as_echo "$as_me:$LINENO: error: XShm ${notice_platform}development files not found, X Shared Memory won't be supported.
10521 This is an error since --with-xshm was requested." >&5
10522 $as_echo "$as_me: error: XShm ${notice_platform}development files not found, X Shared Memory won't be supported.
10523 This is an error since --with-xshm was requested." >&2;}
10524 { (exit 1); exit 1; }; } ;;
10525 esac
10529 if test "$ac_cv_header_X11_extensions_shape_h" = "yes"
10530 then
10531 { $as_echo "$as_me:$LINENO: checking for XShapeQueryExtension in -lXext" >&5
10532 $as_echo_n "checking for XShapeQueryExtension in -lXext... " >&6; }
10533 if test "${ac_cv_lib_Xext_XShapeQueryExtension+set}" = set; then
10534 $as_echo_n "(cached) " >&6
10535 else
10536 ac_check_lib_save_LIBS=$LIBS
10537 LIBS="-lXext $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
10538 cat >conftest.$ac_ext <<_ACEOF
10539 /* confdefs.h. */
10540 _ACEOF
10541 cat confdefs.h >>conftest.$ac_ext
10542 cat >>conftest.$ac_ext <<_ACEOF
10543 /* end confdefs.h. */
10545 /* Override any GCC internal prototype to avoid an error.
10546 Use char because int might match the return type of a GCC
10547 builtin and then its argument prototype would still apply. */
10548 #ifdef __cplusplus
10549 extern "C"
10550 #endif
10551 char XShapeQueryExtension ();
10553 main ()
10555 return XShapeQueryExtension ();
10557 return 0;
10559 _ACEOF
10560 rm -f conftest.$ac_objext conftest$ac_exeext
10561 if { (ac_try="$ac_link"
10562 case "(($ac_try" in
10563 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10564 *) ac_try_echo=$ac_try;;
10565 esac
10566 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
10567 $as_echo "$ac_try_echo") >&5
10568 (eval "$ac_link") 2>conftest.er1
10569 ac_status=$?
10570 grep -v '^ *+' conftest.er1 >conftest.err
10571 rm -f conftest.er1
10572 cat conftest.err >&5
10573 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
10574 (exit $ac_status); } && {
10575 test -z "$ac_c_werror_flag" ||
10576 test ! -s conftest.err
10577 } && test -s conftest$ac_exeext && {
10578 test "$cross_compiling" = yes ||
10579 $as_test_x conftest$ac_exeext
10580 }; then
10581 ac_cv_lib_Xext_XShapeQueryExtension=yes
10582 else
10583 $as_echo "$as_me: failed program was:" >&5
10584 sed 's/^/| /' conftest.$ac_ext >&5
10586 ac_cv_lib_Xext_XShapeQueryExtension=no
10589 rm -rf conftest.dSYM
10590 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10591 conftest$ac_exeext conftest.$ac_ext
10592 LIBS=$ac_check_lib_save_LIBS
10594 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_Xext_XShapeQueryExtension" >&5
10595 $as_echo "$ac_cv_lib_Xext_XShapeQueryExtension" >&6; }
10596 if test "x$ac_cv_lib_Xext_XShapeQueryExtension" = x""yes; then
10598 cat >>confdefs.h <<\_ACEOF
10599 #define HAVE_LIBXSHAPE 1
10600 _ACEOF
10605 if test "$ac_cv_lib_Xext_XShapeQueryExtension" != "yes"; then
10606 case "x$with_xshape" in
10607 x) wine_notices="$wine_notices|XShape ${notice_platform}development files not found, XShape won't be supported." ;;
10608 xno) ;;
10609 *) { { $as_echo "$as_me:$LINENO: error: XShape ${notice_platform}development files not found, XShape won't be supported.
10610 This is an error since --with-xshape was requested." >&5
10611 $as_echo "$as_me: error: XShape ${notice_platform}development files not found, XShape won't be supported.
10612 This is an error since --with-xshape was requested." >&2;}
10613 { (exit 1); exit 1; }; } ;;
10614 esac
10618 if test "$ac_cv_header_X11_extensions_xf86vmode_h" = "yes"
10619 then
10620 { $as_echo "$as_me:$LINENO: checking for -lXxf86vm" >&5
10621 $as_echo_n "checking for -lXxf86vm... " >&6; }
10622 if test "${ac_cv_lib_soname_Xxf86vm+set}" = set; then
10623 $as_echo_n "(cached) " >&6
10624 else
10625 ac_check_soname_save_LIBS=$LIBS
10626 LIBS="-lXxf86vm $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
10627 cat >conftest.$ac_ext <<_ACEOF
10628 /* confdefs.h. */
10629 _ACEOF
10630 cat confdefs.h >>conftest.$ac_ext
10631 cat >>conftest.$ac_ext <<_ACEOF
10632 /* end confdefs.h. */
10634 /* Override any GCC internal prototype to avoid an error.
10635 Use char because int might match the return type of a GCC
10636 builtin and then its argument prototype would still apply. */
10637 #ifdef __cplusplus
10638 extern "C"
10639 #endif
10640 char XF86VidModeQueryExtension ();
10642 main ()
10644 return XF86VidModeQueryExtension ();
10646 return 0;
10648 _ACEOF
10649 rm -f conftest.$ac_objext conftest$ac_exeext
10650 if { (ac_try="$ac_link"
10651 case "(($ac_try" in
10652 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10653 *) ac_try_echo=$ac_try;;
10654 esac
10655 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
10656 $as_echo "$ac_try_echo") >&5
10657 (eval "$ac_link") 2>conftest.er1
10658 ac_status=$?
10659 grep -v '^ *+' conftest.er1 >conftest.err
10660 rm -f conftest.er1
10661 cat conftest.err >&5
10662 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
10663 (exit $ac_status); } && {
10664 test -z "$ac_c_werror_flag" ||
10665 test ! -s conftest.err
10666 } && test -s conftest$ac_exeext && {
10667 test "$cross_compiling" = yes ||
10668 $as_test_x conftest$ac_exeext
10669 }; then
10670 case "$LIBEXT" in
10671 dll) ;;
10672 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'` ;;
10673 *) ac_cv_lib_soname_Xxf86vm=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXxf86vm\\.$LIBEXT" | sed -e "s/^.*\(libXxf86vm\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
10674 esac
10675 else
10676 $as_echo "$as_me: failed program was:" >&5
10677 sed 's/^/| /' conftest.$ac_ext >&5
10682 rm -rf conftest.dSYM
10683 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10684 conftest$ac_exeext conftest.$ac_ext
10685 LIBS=$ac_check_soname_save_LIBS
10687 if test "x$ac_cv_lib_soname_Xxf86vm" = "x"; then
10688 { $as_echo "$as_me:$LINENO: result: not found" >&5
10689 $as_echo "not found" >&6; }
10691 else
10692 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_Xxf86vm" >&5
10693 $as_echo "$ac_cv_lib_soname_Xxf86vm" >&6; }
10695 cat >>confdefs.h <<_ACEOF
10696 #define SONAME_LIBXXF86VM "$ac_cv_lib_soname_Xxf86vm"
10697 _ACEOF
10703 if test "x$ac_cv_lib_soname_Xxf86vm" = "x"; then
10704 case "x$with_xxf86vm" in
10705 x) wine_notices="$wine_notices|libXxf86vm ${notice_platform}development files not found, XFree86 Vidmode won't be supported." ;;
10706 xno) ;;
10707 *) { { $as_echo "$as_me:$LINENO: error: libXxf86vm ${notice_platform}development files not found, XFree86 Vidmode won't be supported.
10708 This is an error since --with-xxf86vm was requested." >&5
10709 $as_echo "$as_me: error: libXxf86vm ${notice_platform}development files not found, XFree86 Vidmode won't be supported.
10710 This is an error since --with-xxf86vm was requested." >&2;}
10711 { (exit 1); exit 1; }; } ;;
10712 esac
10716 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"
10717 then
10718 { $as_echo "$as_me:$LINENO: checking for -lXrender" >&5
10719 $as_echo_n "checking for -lXrender... " >&6; }
10720 if test "${ac_cv_lib_soname_Xrender+set}" = set; then
10721 $as_echo_n "(cached) " >&6
10722 else
10723 ac_check_soname_save_LIBS=$LIBS
10724 LIBS="-lXrender $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
10725 cat >conftest.$ac_ext <<_ACEOF
10726 /* confdefs.h. */
10727 _ACEOF
10728 cat confdefs.h >>conftest.$ac_ext
10729 cat >>conftest.$ac_ext <<_ACEOF
10730 /* end confdefs.h. */
10732 /* Override any GCC internal prototype to avoid an error.
10733 Use char because int might match the return type of a GCC
10734 builtin and then its argument prototype would still apply. */
10735 #ifdef __cplusplus
10736 extern "C"
10737 #endif
10738 char XRenderQueryExtension ();
10740 main ()
10742 return XRenderQueryExtension ();
10744 return 0;
10746 _ACEOF
10747 rm -f conftest.$ac_objext conftest$ac_exeext
10748 if { (ac_try="$ac_link"
10749 case "(($ac_try" in
10750 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10751 *) ac_try_echo=$ac_try;;
10752 esac
10753 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
10754 $as_echo "$ac_try_echo") >&5
10755 (eval "$ac_link") 2>conftest.er1
10756 ac_status=$?
10757 grep -v '^ *+' conftest.er1 >conftest.err
10758 rm -f conftest.er1
10759 cat conftest.err >&5
10760 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
10761 (exit $ac_status); } && {
10762 test -z "$ac_c_werror_flag" ||
10763 test ! -s conftest.err
10764 } && test -s conftest$ac_exeext && {
10765 test "$cross_compiling" = yes ||
10766 $as_test_x conftest$ac_exeext
10767 }; then
10768 case "$LIBEXT" in
10769 dll) ;;
10770 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'` ;;
10771 *) ac_cv_lib_soname_Xrender=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXrender\\.$LIBEXT" | sed -e "s/^.*\(libXrender\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
10772 esac
10773 else
10774 $as_echo "$as_me: failed program was:" >&5
10775 sed 's/^/| /' conftest.$ac_ext >&5
10780 rm -rf conftest.dSYM
10781 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10782 conftest$ac_exeext conftest.$ac_ext
10783 LIBS=$ac_check_soname_save_LIBS
10785 if test "x$ac_cv_lib_soname_Xrender" = "x"; then
10786 { $as_echo "$as_me:$LINENO: result: not found" >&5
10787 $as_echo "not found" >&6; }
10789 else
10790 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_Xrender" >&5
10791 $as_echo "$ac_cv_lib_soname_Xrender" >&6; }
10793 cat >>confdefs.h <<_ACEOF
10794 #define SONAME_LIBXRENDER "$ac_cv_lib_soname_Xrender"
10795 _ACEOF
10797 { $as_echo "$as_me:$LINENO: checking for XRenderSetPictureTransform in -lXrender" >&5
10798 $as_echo_n "checking for XRenderSetPictureTransform in -lXrender... " >&6; }
10799 if test "${ac_cv_lib_Xrender_XRenderSetPictureTransform+set}" = set; then
10800 $as_echo_n "(cached) " >&6
10801 else
10802 ac_check_lib_save_LIBS=$LIBS
10803 LIBS="-lXrender $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
10804 cat >conftest.$ac_ext <<_ACEOF
10805 /* confdefs.h. */
10806 _ACEOF
10807 cat confdefs.h >>conftest.$ac_ext
10808 cat >>conftest.$ac_ext <<_ACEOF
10809 /* end confdefs.h. */
10811 /* Override any GCC internal prototype to avoid an error.
10812 Use char because int might match the return type of a GCC
10813 builtin and then its argument prototype would still apply. */
10814 #ifdef __cplusplus
10815 extern "C"
10816 #endif
10817 char XRenderSetPictureTransform ();
10819 main ()
10821 return XRenderSetPictureTransform ();
10823 return 0;
10825 _ACEOF
10826 rm -f conftest.$ac_objext conftest$ac_exeext
10827 if { (ac_try="$ac_link"
10828 case "(($ac_try" in
10829 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10830 *) ac_try_echo=$ac_try;;
10831 esac
10832 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
10833 $as_echo "$ac_try_echo") >&5
10834 (eval "$ac_link") 2>conftest.er1
10835 ac_status=$?
10836 grep -v '^ *+' conftest.er1 >conftest.err
10837 rm -f conftest.er1
10838 cat conftest.err >&5
10839 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
10840 (exit $ac_status); } && {
10841 test -z "$ac_c_werror_flag" ||
10842 test ! -s conftest.err
10843 } && test -s conftest$ac_exeext && {
10844 test "$cross_compiling" = yes ||
10845 $as_test_x conftest$ac_exeext
10846 }; then
10847 ac_cv_lib_Xrender_XRenderSetPictureTransform=yes
10848 else
10849 $as_echo "$as_me: failed program was:" >&5
10850 sed 's/^/| /' conftest.$ac_ext >&5
10852 ac_cv_lib_Xrender_XRenderSetPictureTransform=no
10855 rm -rf conftest.dSYM
10856 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10857 conftest$ac_exeext conftest.$ac_ext
10858 LIBS=$ac_check_lib_save_LIBS
10860 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_Xrender_XRenderSetPictureTransform" >&5
10861 $as_echo "$ac_cv_lib_Xrender_XRenderSetPictureTransform" >&6; }
10862 if test "x$ac_cv_lib_Xrender_XRenderSetPictureTransform" = x""yes; then
10864 cat >>confdefs.h <<\_ACEOF
10865 #define HAVE_XRENDERSETPICTURETRANSFORM 1
10866 _ACEOF
10874 if test "x$ac_cv_lib_soname_Xrender" = "x"; then
10875 case "x$with_xrender" in
10876 x) wine_warnings="$wine_warnings|libxrender ${notice_platform}development files not found, XRender won't be supported." ;;
10877 xno) ;;
10878 *) { { $as_echo "$as_me:$LINENO: error: libxrender ${notice_platform}development files not found, XRender won't be supported.
10879 This is an error since --with-xrender was requested." >&5
10880 $as_echo "$as_me: error: libxrender ${notice_platform}development files not found, XRender won't be supported.
10881 This is an error since --with-xrender was requested." >&2;}
10882 { (exit 1); exit 1; }; } ;;
10883 esac
10887 if test "$ac_cv_header_X11_extensions_Xrandr_h" = "yes" -a "x$ac_cv_lib_soname_Xrender" != "x"
10888 then
10889 cat >conftest.$ac_ext <<_ACEOF
10890 /* confdefs.h. */
10891 _ACEOF
10892 cat confdefs.h >>conftest.$ac_ext
10893 cat >>conftest.$ac_ext <<_ACEOF
10894 /* end confdefs.h. */
10895 #include <X11/Xlib.h>
10896 #include <X11/extensions/Xrandr.h>
10898 main ()
10900 static typeof(XRRSetScreenConfigAndRate) * func;
10902 return 0;
10904 _ACEOF
10905 rm -f conftest.$ac_objext
10906 if { (ac_try="$ac_compile"
10907 case "(($ac_try" in
10908 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10909 *) ac_try_echo=$ac_try;;
10910 esac
10911 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
10912 $as_echo "$ac_try_echo") >&5
10913 (eval "$ac_compile") 2>conftest.er1
10914 ac_status=$?
10915 grep -v '^ *+' conftest.er1 >conftest.err
10916 rm -f conftest.er1
10917 cat conftest.err >&5
10918 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
10919 (exit $ac_status); } && {
10920 test -z "$ac_c_werror_flag" ||
10921 test ! -s conftest.err
10922 } && test -s conftest.$ac_objext; then
10923 { $as_echo "$as_me:$LINENO: checking for -lXrandr" >&5
10924 $as_echo_n "checking for -lXrandr... " >&6; }
10925 if test "${ac_cv_lib_soname_Xrandr+set}" = set; then
10926 $as_echo_n "(cached) " >&6
10927 else
10928 ac_check_soname_save_LIBS=$LIBS
10929 LIBS="-lXrandr $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
10930 cat >conftest.$ac_ext <<_ACEOF
10931 /* confdefs.h. */
10932 _ACEOF
10933 cat confdefs.h >>conftest.$ac_ext
10934 cat >>conftest.$ac_ext <<_ACEOF
10935 /* end confdefs.h. */
10937 /* Override any GCC internal prototype to avoid an error.
10938 Use char because int might match the return type of a GCC
10939 builtin and then its argument prototype would still apply. */
10940 #ifdef __cplusplus
10941 extern "C"
10942 #endif
10943 char XRRQueryExtension ();
10945 main ()
10947 return XRRQueryExtension ();
10949 return 0;
10951 _ACEOF
10952 rm -f conftest.$ac_objext conftest$ac_exeext
10953 if { (ac_try="$ac_link"
10954 case "(($ac_try" in
10955 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10956 *) ac_try_echo=$ac_try;;
10957 esac
10958 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
10959 $as_echo "$ac_try_echo") >&5
10960 (eval "$ac_link") 2>conftest.er1
10961 ac_status=$?
10962 grep -v '^ *+' conftest.er1 >conftest.err
10963 rm -f conftest.er1
10964 cat conftest.err >&5
10965 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
10966 (exit $ac_status); } && {
10967 test -z "$ac_c_werror_flag" ||
10968 test ! -s conftest.err
10969 } && test -s conftest$ac_exeext && {
10970 test "$cross_compiling" = yes ||
10971 $as_test_x conftest$ac_exeext
10972 }; then
10973 case "$LIBEXT" in
10974 dll) ;;
10975 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'` ;;
10976 *) ac_cv_lib_soname_Xrandr=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXrandr\\.$LIBEXT" | sed -e "s/^.*\(libXrandr\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
10977 esac
10978 else
10979 $as_echo "$as_me: failed program was:" >&5
10980 sed 's/^/| /' conftest.$ac_ext >&5
10985 rm -rf conftest.dSYM
10986 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10987 conftest$ac_exeext conftest.$ac_ext
10988 LIBS=$ac_check_soname_save_LIBS
10990 if test "x$ac_cv_lib_soname_Xrandr" = "x"; then
10991 { $as_echo "$as_me:$LINENO: result: not found" >&5
10992 $as_echo "not found" >&6; }
10994 else
10995 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_Xrandr" >&5
10996 $as_echo "$ac_cv_lib_soname_Xrandr" >&6; }
10998 cat >>confdefs.h <<_ACEOF
10999 #define SONAME_LIBXRANDR "$ac_cv_lib_soname_Xrandr"
11000 _ACEOF
11005 else
11006 $as_echo "$as_me: failed program was:" >&5
11007 sed 's/^/| /' conftest.$ac_ext >&5
11012 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11014 if test "x$ac_cv_lib_soname_Xrandr" = "x"; then
11015 case "x$with_xrandr" in
11016 x) wine_notices="$wine_notices|libxrandr ${notice_platform}development files not found, XRandr won't be supported." ;;
11017 xno) ;;
11018 *) { { $as_echo "$as_me:$LINENO: error: libxrandr ${notice_platform}development files not found, XRandr won't be supported.
11019 This is an error since --with-xrandr was requested." >&5
11020 $as_echo "$as_me: error: libxrandr ${notice_platform}development files not found, XRandr won't be supported.
11021 This is an error since --with-xrandr was requested." >&2;}
11022 { (exit 1); exit 1; }; } ;;
11023 esac
11027 if test "$ac_cv_header_X11_extensions_Xinerama_h" = "yes"
11028 then
11029 cat >conftest.$ac_ext <<_ACEOF
11030 /* confdefs.h. */
11031 _ACEOF
11032 cat confdefs.h >>conftest.$ac_ext
11033 cat >>conftest.$ac_ext <<_ACEOF
11034 /* end confdefs.h. */
11035 #include <X11/Xlib.h>
11036 #include <X11/extensions/Xinerama.h>
11038 main ()
11040 static typeof(XineramaQueryScreens) * func;
11042 return 0;
11044 _ACEOF
11045 rm -f conftest.$ac_objext
11046 if { (ac_try="$ac_compile"
11047 case "(($ac_try" in
11048 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11049 *) ac_try_echo=$ac_try;;
11050 esac
11051 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
11052 $as_echo "$ac_try_echo") >&5
11053 (eval "$ac_compile") 2>conftest.er1
11054 ac_status=$?
11055 grep -v '^ *+' conftest.er1 >conftest.err
11056 rm -f conftest.er1
11057 cat conftest.err >&5
11058 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
11059 (exit $ac_status); } && {
11060 test -z "$ac_c_werror_flag" ||
11061 test ! -s conftest.err
11062 } && test -s conftest.$ac_objext; then
11063 { $as_echo "$as_me:$LINENO: checking for -lXinerama" >&5
11064 $as_echo_n "checking for -lXinerama... " >&6; }
11065 if test "${ac_cv_lib_soname_Xinerama+set}" = set; then
11066 $as_echo_n "(cached) " >&6
11067 else
11068 ac_check_soname_save_LIBS=$LIBS
11069 LIBS="-lXinerama $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
11070 cat >conftest.$ac_ext <<_ACEOF
11071 /* confdefs.h. */
11072 _ACEOF
11073 cat confdefs.h >>conftest.$ac_ext
11074 cat >>conftest.$ac_ext <<_ACEOF
11075 /* end confdefs.h. */
11077 /* Override any GCC internal prototype to avoid an error.
11078 Use char because int might match the return type of a GCC
11079 builtin and then its argument prototype would still apply. */
11080 #ifdef __cplusplus
11081 extern "C"
11082 #endif
11083 char XineramaQueryScreens ();
11085 main ()
11087 return XineramaQueryScreens ();
11089 return 0;
11091 _ACEOF
11092 rm -f conftest.$ac_objext conftest$ac_exeext
11093 if { (ac_try="$ac_link"
11094 case "(($ac_try" in
11095 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11096 *) ac_try_echo=$ac_try;;
11097 esac
11098 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
11099 $as_echo "$ac_try_echo") >&5
11100 (eval "$ac_link") 2>conftest.er1
11101 ac_status=$?
11102 grep -v '^ *+' conftest.er1 >conftest.err
11103 rm -f conftest.er1
11104 cat conftest.err >&5
11105 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
11106 (exit $ac_status); } && {
11107 test -z "$ac_c_werror_flag" ||
11108 test ! -s conftest.err
11109 } && test -s conftest$ac_exeext && {
11110 test "$cross_compiling" = yes ||
11111 $as_test_x conftest$ac_exeext
11112 }; then
11113 case "$LIBEXT" in
11114 dll) ;;
11115 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'` ;;
11116 *) ac_cv_lib_soname_Xinerama=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXinerama\\.$LIBEXT" | sed -e "s/^.*\(libXinerama\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
11117 esac
11118 else
11119 $as_echo "$as_me: failed program was:" >&5
11120 sed 's/^/| /' conftest.$ac_ext >&5
11125 rm -rf conftest.dSYM
11126 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
11127 conftest$ac_exeext conftest.$ac_ext
11128 LIBS=$ac_check_soname_save_LIBS
11130 if test "x$ac_cv_lib_soname_Xinerama" = "x"; then
11131 { $as_echo "$as_me:$LINENO: result: not found" >&5
11132 $as_echo "not found" >&6; }
11134 else
11135 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_Xinerama" >&5
11136 $as_echo "$ac_cv_lib_soname_Xinerama" >&6; }
11138 cat >>confdefs.h <<_ACEOF
11139 #define SONAME_LIBXINERAMA "$ac_cv_lib_soname_Xinerama"
11140 _ACEOF
11145 else
11146 $as_echo "$as_me: failed program was:" >&5
11147 sed 's/^/| /' conftest.$ac_ext >&5
11152 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11154 if test "x$ac_cv_lib_soname_Xinerama" = "x"; then
11155 case "x$with_xinerama" in
11156 x) wine_notices="$wine_notices|libxinerama ${notice_platform}development files not found, multi-monitor setups won't be supported." ;;
11157 xno) ;;
11158 *) { { $as_echo "$as_me:$LINENO: error: libxinerama ${notice_platform}development files not found, multi-monitor setups won't be supported.
11159 This is an error since --with-xinerama was requested." >&5
11160 $as_echo "$as_me: error: libxinerama ${notice_platform}development files not found, multi-monitor setups won't be supported.
11161 This is an error since --with-xinerama was requested." >&2;}
11162 { (exit 1); exit 1; }; } ;;
11163 esac
11167 if test "$ac_cv_header_X11_extensions_Xcomposite_h" = "yes"
11168 then
11169 { $as_echo "$as_me:$LINENO: checking for -lXcomposite" >&5
11170 $as_echo_n "checking for -lXcomposite... " >&6; }
11171 if test "${ac_cv_lib_soname_Xcomposite+set}" = set; then
11172 $as_echo_n "(cached) " >&6
11173 else
11174 ac_check_soname_save_LIBS=$LIBS
11175 LIBS="-lXcomposite $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
11176 cat >conftest.$ac_ext <<_ACEOF
11177 /* confdefs.h. */
11178 _ACEOF
11179 cat confdefs.h >>conftest.$ac_ext
11180 cat >>conftest.$ac_ext <<_ACEOF
11181 /* end confdefs.h. */
11183 /* Override any GCC internal prototype to avoid an error.
11184 Use char because int might match the return type of a GCC
11185 builtin and then its argument prototype would still apply. */
11186 #ifdef __cplusplus
11187 extern "C"
11188 #endif
11189 char XCompositeRedirectWindow ();
11191 main ()
11193 return XCompositeRedirectWindow ();
11195 return 0;
11197 _ACEOF
11198 rm -f conftest.$ac_objext conftest$ac_exeext
11199 if { (ac_try="$ac_link"
11200 case "(($ac_try" in
11201 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11202 *) ac_try_echo=$ac_try;;
11203 esac
11204 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
11205 $as_echo "$ac_try_echo") >&5
11206 (eval "$ac_link") 2>conftest.er1
11207 ac_status=$?
11208 grep -v '^ *+' conftest.er1 >conftest.err
11209 rm -f conftest.er1
11210 cat conftest.err >&5
11211 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
11212 (exit $ac_status); } && {
11213 test -z "$ac_c_werror_flag" ||
11214 test ! -s conftest.err
11215 } && test -s conftest$ac_exeext && {
11216 test "$cross_compiling" = yes ||
11217 $as_test_x conftest$ac_exeext
11218 }; then
11219 case "$LIBEXT" in
11220 dll) ;;
11221 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'` ;;
11222 *) ac_cv_lib_soname_Xcomposite=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXcomposite\\.$LIBEXT" | sed -e "s/^.*\(libXcomposite\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
11223 esac
11224 else
11225 $as_echo "$as_me: failed program was:" >&5
11226 sed 's/^/| /' conftest.$ac_ext >&5
11231 rm -rf conftest.dSYM
11232 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
11233 conftest$ac_exeext conftest.$ac_ext
11234 LIBS=$ac_check_soname_save_LIBS
11236 if test "x$ac_cv_lib_soname_Xcomposite" = "x"; then
11237 { $as_echo "$as_me:$LINENO: result: not found" >&5
11238 $as_echo "not found" >&6; }
11240 else
11241 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_Xcomposite" >&5
11242 $as_echo "$ac_cv_lib_soname_Xcomposite" >&6; }
11244 cat >>confdefs.h <<_ACEOF
11245 #define SONAME_LIBXCOMPOSITE "$ac_cv_lib_soname_Xcomposite"
11246 _ACEOF
11252 if test "x$ac_cv_lib_soname_Xcomposite" = "x"; then
11253 case "x$with_xcomposite" in
11254 x) wine_notices="$wine_notices|libxcomposite ${notice_platform}development files not found, Xcomposite won't be supported." ;;
11255 xno) ;;
11256 *) { { $as_echo "$as_me:$LINENO: error: libxcomposite ${notice_platform}development files not found, Xcomposite won't be supported.
11257 This is an error since --with-xcomposite was requested." >&5
11258 $as_echo "$as_me: error: libxcomposite ${notice_platform}development files not found, Xcomposite won't be supported.
11259 This is an error since --with-xcomposite was requested." >&2;}
11260 { (exit 1); exit 1; }; } ;;
11261 esac
11265 { $as_echo "$as_me:$LINENO: checking for XICCallback.callback" >&5
11266 $as_echo_n "checking for XICCallback.callback... " >&6; }
11267 if test "${ac_cv_member_XICCallback_callback+set}" = set; then
11268 $as_echo_n "(cached) " >&6
11269 else
11270 cat >conftest.$ac_ext <<_ACEOF
11271 /* confdefs.h. */
11272 _ACEOF
11273 cat confdefs.h >>conftest.$ac_ext
11274 cat >>conftest.$ac_ext <<_ACEOF
11275 /* end confdefs.h. */
11276 #ifdef HAVE_X11_XLIB_H
11277 #include <X11/Xlib.h>
11278 #endif
11281 main ()
11283 static XICCallback ac_aggr;
11284 if (ac_aggr.callback)
11285 return 0;
11287 return 0;
11289 _ACEOF
11290 rm -f conftest.$ac_objext
11291 if { (ac_try="$ac_compile"
11292 case "(($ac_try" in
11293 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11294 *) ac_try_echo=$ac_try;;
11295 esac
11296 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
11297 $as_echo "$ac_try_echo") >&5
11298 (eval "$ac_compile") 2>conftest.er1
11299 ac_status=$?
11300 grep -v '^ *+' conftest.er1 >conftest.err
11301 rm -f conftest.er1
11302 cat conftest.err >&5
11303 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
11304 (exit $ac_status); } && {
11305 test -z "$ac_c_werror_flag" ||
11306 test ! -s conftest.err
11307 } && test -s conftest.$ac_objext; then
11308 ac_cv_member_XICCallback_callback=yes
11309 else
11310 $as_echo "$as_me: failed program was:" >&5
11311 sed 's/^/| /' conftest.$ac_ext >&5
11313 cat >conftest.$ac_ext <<_ACEOF
11314 /* confdefs.h. */
11315 _ACEOF
11316 cat confdefs.h >>conftest.$ac_ext
11317 cat >>conftest.$ac_ext <<_ACEOF
11318 /* end confdefs.h. */
11319 #ifdef HAVE_X11_XLIB_H
11320 #include <X11/Xlib.h>
11321 #endif
11324 main ()
11326 static XICCallback ac_aggr;
11327 if (sizeof ac_aggr.callback)
11328 return 0;
11330 return 0;
11332 _ACEOF
11333 rm -f conftest.$ac_objext
11334 if { (ac_try="$ac_compile"
11335 case "(($ac_try" in
11336 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11337 *) ac_try_echo=$ac_try;;
11338 esac
11339 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
11340 $as_echo "$ac_try_echo") >&5
11341 (eval "$ac_compile") 2>conftest.er1
11342 ac_status=$?
11343 grep -v '^ *+' conftest.er1 >conftest.err
11344 rm -f conftest.er1
11345 cat conftest.err >&5
11346 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
11347 (exit $ac_status); } && {
11348 test -z "$ac_c_werror_flag" ||
11349 test ! -s conftest.err
11350 } && test -s conftest.$ac_objext; then
11351 ac_cv_member_XICCallback_callback=yes
11352 else
11353 $as_echo "$as_me: failed program was:" >&5
11354 sed 's/^/| /' conftest.$ac_ext >&5
11356 ac_cv_member_XICCallback_callback=no
11359 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11362 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11364 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_XICCallback_callback" >&5
11365 $as_echo "$ac_cv_member_XICCallback_callback" >&6; }
11366 if test "x$ac_cv_member_XICCallback_callback" = x""yes; then
11368 cat >>confdefs.h <<_ACEOF
11369 #define HAVE_XICCALLBACK_CALLBACK 1
11370 _ACEOF
11377 opengl_msg=""
11378 if test "x$with_opengl" != "xno"
11379 then
11384 for ac_header in GL/gl.h GL/glx.h GL/glext.h GL/glu.h
11386 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
11387 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
11388 $as_echo_n "checking for $ac_header... " >&6; }
11389 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
11390 $as_echo_n "(cached) " >&6
11391 else
11392 cat >conftest.$ac_ext <<_ACEOF
11393 /* confdefs.h. */
11394 _ACEOF
11395 cat confdefs.h >>conftest.$ac_ext
11396 cat >>conftest.$ac_ext <<_ACEOF
11397 /* end confdefs.h. */
11398 #ifdef HAVE_GL_GLX_H
11399 # include <GL/glx.h>
11400 #endif
11402 #include <$ac_header>
11403 _ACEOF
11404 rm -f conftest.$ac_objext
11405 if { (ac_try="$ac_compile"
11406 case "(($ac_try" in
11407 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11408 *) ac_try_echo=$ac_try;;
11409 esac
11410 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
11411 $as_echo "$ac_try_echo") >&5
11412 (eval "$ac_compile") 2>conftest.er1
11413 ac_status=$?
11414 grep -v '^ *+' conftest.er1 >conftest.err
11415 rm -f conftest.er1
11416 cat conftest.err >&5
11417 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
11418 (exit $ac_status); } && {
11419 test -z "$ac_c_werror_flag" ||
11420 test ! -s conftest.err
11421 } && test -s conftest.$ac_objext; then
11422 eval "$as_ac_Header=yes"
11423 else
11424 $as_echo "$as_me: failed program was:" >&5
11425 sed 's/^/| /' conftest.$ac_ext >&5
11427 eval "$as_ac_Header=no"
11430 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11432 ac_res=`eval 'as_val=${'$as_ac_Header'}
11433 $as_echo "$as_val"'`
11434 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
11435 $as_echo "$ac_res" >&6; }
11436 as_val=`eval 'as_val=${'$as_ac_Header'}
11437 $as_echo "$as_val"'`
11438 if test "x$as_val" = x""yes; then
11439 cat >>confdefs.h <<_ACEOF
11440 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
11441 _ACEOF
11445 done
11447 if test "$ac_cv_header_GL_gl_h" = "yes" -a "$ac_cv_header_GL_glx_h" = "yes"
11448 then
11449 { $as_echo "$as_me:$LINENO: checking for up-to-date OpenGL version" >&5
11450 $as_echo_n "checking for up-to-date OpenGL version... " >&6; }
11451 if test "${wine_cv_opengl_header_version_OK+set}" = set; then
11452 $as_echo_n "(cached) " >&6
11453 else
11454 cat >conftest.$ac_ext <<_ACEOF
11455 /* confdefs.h. */
11456 _ACEOF
11457 cat confdefs.h >>conftest.$ac_ext
11458 cat >>conftest.$ac_ext <<_ACEOF
11459 /* end confdefs.h. */
11460 #include <GL/gl.h>
11462 main ()
11464 GLenum test = GL_UNSIGNED_SHORT_5_6_5;
11466 return 0;
11468 _ACEOF
11469 rm -f conftest.$ac_objext
11470 if { (ac_try="$ac_compile"
11471 case "(($ac_try" in
11472 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11473 *) ac_try_echo=$ac_try;;
11474 esac
11475 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
11476 $as_echo "$ac_try_echo") >&5
11477 (eval "$ac_compile") 2>conftest.er1
11478 ac_status=$?
11479 grep -v '^ *+' conftest.er1 >conftest.err
11480 rm -f conftest.er1
11481 cat conftest.err >&5
11482 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
11483 (exit $ac_status); } && {
11484 test -z "$ac_c_werror_flag" ||
11485 test ! -s conftest.err
11486 } && test -s conftest.$ac_objext; then
11487 wine_cv_opengl_header_version_OK="yes"
11488 else
11489 $as_echo "$as_me: failed program was:" >&5
11490 sed 's/^/| /' conftest.$ac_ext >&5
11492 wine_cv_opengl_header_version_OK="no"
11495 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11497 { $as_echo "$as_me:$LINENO: result: $wine_cv_opengl_header_version_OK" >&5
11498 $as_echo "$wine_cv_opengl_header_version_OK" >&6; }
11500 if test "$wine_cv_opengl_header_version_OK" = "yes"
11501 then
11502 { $as_echo "$as_me:$LINENO: checking for -lGL" >&5
11503 $as_echo_n "checking for -lGL... " >&6; }
11504 if test "${ac_cv_lib_soname_GL+set}" = set; then
11505 $as_echo_n "(cached) " >&6
11506 else
11507 ac_check_soname_save_LIBS=$LIBS
11508 LIBS="-lGL $X_LIBS -lXext -lX11 -lm $X_EXTRA_LIBS $LIBS"
11509 cat >conftest.$ac_ext <<_ACEOF
11510 /* confdefs.h. */
11511 _ACEOF
11512 cat confdefs.h >>conftest.$ac_ext
11513 cat >>conftest.$ac_ext <<_ACEOF
11514 /* end confdefs.h. */
11516 /* Override any GCC internal prototype to avoid an error.
11517 Use char because int might match the return type of a GCC
11518 builtin and then its argument prototype would still apply. */
11519 #ifdef __cplusplus
11520 extern "C"
11521 #endif
11522 char glXCreateContext ();
11524 main ()
11526 return glXCreateContext ();
11528 return 0;
11530 _ACEOF
11531 rm -f conftest.$ac_objext conftest$ac_exeext
11532 if { (ac_try="$ac_link"
11533 case "(($ac_try" in
11534 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11535 *) ac_try_echo=$ac_try;;
11536 esac
11537 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
11538 $as_echo "$ac_try_echo") >&5
11539 (eval "$ac_link") 2>conftest.er1
11540 ac_status=$?
11541 grep -v '^ *+' conftest.er1 >conftest.err
11542 rm -f conftest.er1
11543 cat conftest.err >&5
11544 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
11545 (exit $ac_status); } && {
11546 test -z "$ac_c_werror_flag" ||
11547 test ! -s conftest.err
11548 } && test -s conftest$ac_exeext && {
11549 test "$cross_compiling" = yes ||
11550 $as_test_x conftest$ac_exeext
11551 }; then
11552 case "$LIBEXT" in
11553 dll) ;;
11554 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'` ;;
11555 *) ac_cv_lib_soname_GL=`$ac_cv_path_LDD conftest$ac_exeext | grep "libGL\\.$LIBEXT" | sed -e "s/^.*\(libGL\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
11556 esac
11557 else
11558 $as_echo "$as_me: failed program was:" >&5
11559 sed 's/^/| /' conftest.$ac_ext >&5
11564 rm -rf conftest.dSYM
11565 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
11566 conftest$ac_exeext conftest.$ac_ext
11567 LIBS=$ac_check_soname_save_LIBS
11569 if test "x$ac_cv_lib_soname_GL" = "x"; then
11570 { $as_echo "$as_me:$LINENO: result: not found" >&5
11571 $as_echo "not found" >&6; }
11572 { $as_echo "$as_me:$LINENO: checking for -lGL" >&5
11573 $as_echo_n "checking for -lGL... " >&6; }
11574 if test "${ac_cv_lib_soname_GL+set}" = set; then
11575 $as_echo_n "(cached) " >&6
11576 else
11577 ac_check_soname_save_LIBS=$LIBS
11578 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"
11579 cat >conftest.$ac_ext <<_ACEOF
11580 /* confdefs.h. */
11581 _ACEOF
11582 cat confdefs.h >>conftest.$ac_ext
11583 cat >>conftest.$ac_ext <<_ACEOF
11584 /* end confdefs.h. */
11586 /* Override any GCC internal prototype to avoid an error.
11587 Use char because int might match the return type of a GCC
11588 builtin and then its argument prototype would still apply. */
11589 #ifdef __cplusplus
11590 extern "C"
11591 #endif
11592 char glXCreateContext ();
11594 main ()
11596 return glXCreateContext ();
11598 return 0;
11600 _ACEOF
11601 rm -f conftest.$ac_objext conftest$ac_exeext
11602 if { (ac_try="$ac_link"
11603 case "(($ac_try" in
11604 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11605 *) ac_try_echo=$ac_try;;
11606 esac
11607 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
11608 $as_echo "$ac_try_echo") >&5
11609 (eval "$ac_link") 2>conftest.er1
11610 ac_status=$?
11611 grep -v '^ *+' conftest.er1 >conftest.err
11612 rm -f conftest.er1
11613 cat conftest.err >&5
11614 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
11615 (exit $ac_status); } && {
11616 test -z "$ac_c_werror_flag" ||
11617 test ! -s conftest.err
11618 } && test -s conftest$ac_exeext && {
11619 test "$cross_compiling" = yes ||
11620 $as_test_x conftest$ac_exeext
11621 }; then
11622 case "$LIBEXT" in
11623 dll) ;;
11624 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'` ;;
11625 *) ac_cv_lib_soname_GL=`$ac_cv_path_LDD conftest$ac_exeext | grep "libGL\\.$LIBEXT" | sed -e "s/^.*\(libGL\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
11626 esac
11627 else
11628 $as_echo "$as_me: failed program was:" >&5
11629 sed 's/^/| /' conftest.$ac_ext >&5
11634 rm -rf conftest.dSYM
11635 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
11636 conftest$ac_exeext conftest.$ac_ext
11637 LIBS=$ac_check_soname_save_LIBS
11639 if test "x$ac_cv_lib_soname_GL" = "x"; then
11640 { $as_echo "$as_me:$LINENO: result: not found" >&5
11641 $as_echo "not found" >&6; }
11642 if test -f /usr/X11R6/lib/libGL.a
11643 then
11644 opengl_msg="/usr/X11R6/lib/libGL.a is present on your system.
11645 This probably prevents linking to OpenGL. Try deleting the file and restarting configure."
11646 else
11647 opengl_msg="No OpenGL library found on this system."
11649 else
11650 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_GL" >&5
11651 $as_echo "$ac_cv_lib_soname_GL" >&6; }
11653 cat >>confdefs.h <<_ACEOF
11654 #define SONAME_LIBGL "$ac_cv_lib_soname_GL"
11655 _ACEOF
11657 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"
11659 cat >>confdefs.h <<\_ACEOF
11660 #define HAVE_OPENGL 1
11661 _ACEOF
11665 else
11666 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_GL" >&5
11667 $as_echo "$ac_cv_lib_soname_GL" >&6; }
11669 cat >>confdefs.h <<_ACEOF
11670 #define SONAME_LIBGL "$ac_cv_lib_soname_GL"
11671 _ACEOF
11673 OPENGL_LIBS="-lGL"
11675 cat >>confdefs.h <<\_ACEOF
11676 #define HAVE_OPENGL 1
11677 _ACEOF
11681 if test "$ac_cv_header_GL_glu_h" = "yes"
11682 then
11683 { $as_echo "$as_me:$LINENO: checking for -lGLU" >&5
11684 $as_echo_n "checking for -lGLU... " >&6; }
11685 if test "${ac_cv_lib_soname_GLU+set}" = set; then
11686 $as_echo_n "(cached) " >&6
11687 else
11688 ac_check_soname_save_LIBS=$LIBS
11689 LIBS="-lGLU $OPENGL_LIBS $X_LIBS $X_PRE_LIBS -lXext -lX11 -lm $X_EXTRA_LIBS $LIBS"
11690 cat >conftest.$ac_ext <<_ACEOF
11691 /* confdefs.h. */
11692 _ACEOF
11693 cat confdefs.h >>conftest.$ac_ext
11694 cat >>conftest.$ac_ext <<_ACEOF
11695 /* end confdefs.h. */
11697 /* Override any GCC internal prototype to avoid an error.
11698 Use char because int might match the return type of a GCC
11699 builtin and then its argument prototype would still apply. */
11700 #ifdef __cplusplus
11701 extern "C"
11702 #endif
11703 char gluLookAt ();
11705 main ()
11707 return gluLookAt ();
11709 return 0;
11711 _ACEOF
11712 rm -f conftest.$ac_objext conftest$ac_exeext
11713 if { (ac_try="$ac_link"
11714 case "(($ac_try" in
11715 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11716 *) ac_try_echo=$ac_try;;
11717 esac
11718 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
11719 $as_echo "$ac_try_echo") >&5
11720 (eval "$ac_link") 2>conftest.er1
11721 ac_status=$?
11722 grep -v '^ *+' conftest.er1 >conftest.err
11723 rm -f conftest.er1
11724 cat conftest.err >&5
11725 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
11726 (exit $ac_status); } && {
11727 test -z "$ac_c_werror_flag" ||
11728 test ! -s conftest.err
11729 } && test -s conftest$ac_exeext && {
11730 test "$cross_compiling" = yes ||
11731 $as_test_x conftest$ac_exeext
11732 }; then
11733 case "$LIBEXT" in
11734 dll) ;;
11735 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'` ;;
11736 *) ac_cv_lib_soname_GLU=`$ac_cv_path_LDD conftest$ac_exeext | grep "libGLU\\.$LIBEXT" | sed -e "s/^.*\(libGLU\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
11737 esac
11738 else
11739 $as_echo "$as_me: failed program was:" >&5
11740 sed 's/^/| /' conftest.$ac_ext >&5
11745 rm -rf conftest.dSYM
11746 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
11747 conftest$ac_exeext conftest.$ac_ext
11748 LIBS=$ac_check_soname_save_LIBS
11750 if test "x$ac_cv_lib_soname_GLU" = "x"; then
11751 { $as_echo "$as_me:$LINENO: result: not found" >&5
11752 $as_echo "not found" >&6; }
11754 else
11755 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_GLU" >&5
11756 $as_echo "$ac_cv_lib_soname_GLU" >&6; }
11758 cat >>confdefs.h <<_ACEOF
11759 #define SONAME_LIBGLU "$ac_cv_lib_soname_GLU"
11760 _ACEOF
11766 if test "x$ac_cv_lib_soname_GLU" = "x"; then
11767 case "x$with_glu" in
11768 x) wine_notices="$wine_notices|libGLU ${notice_platform}development files not found, GLU won't be supported." ;;
11769 xno) ;;
11770 *) { { $as_echo "$as_me:$LINENO: error: libGLU ${notice_platform}development files not found, GLU won't be supported.
11771 This is an error since --with-glu was requested." >&5
11772 $as_echo "$as_me: error: libGLU ${notice_platform}development files not found, GLU won't be supported.
11773 This is an error since --with-glu was requested." >&2;}
11774 { (exit 1); exit 1; }; } ;;
11775 esac
11778 else
11779 opengl_msg="Old Mesa headers detected. Consider upgrading your Mesa libraries."
11781 else
11782 opengl_msg="OpenGL development headers not found."
11784 test -n "$opengl_msg" && enable_opengl32=${enable_opengl32:-no}
11785 test "x$ac_cv_lib_soname_GLU" = "x" && enable_glu32=${enable_glu32:-no}
11786 else
11787 enable_opengl32=${enable_opengl32:-no}
11788 enable_glu32=${enable_glu32:-no}
11790 if test -n "$opengl_msg"; then
11791 case "x$with_opengl" in
11792 x) wine_warnings="$wine_warnings|$opengl_msg
11793 OpenGL and Direct3D won't be supported." ;;
11794 xno) ;;
11795 *) { { $as_echo "$as_me:$LINENO: error: $opengl_msg
11796 OpenGL and Direct3D won't be supported.
11797 This is an error since --with-opengl was requested." >&5
11798 $as_echo "$as_me: error: $opengl_msg
11799 OpenGL and Direct3D won't be supported.
11800 This is an error since --with-opengl was requested." >&2;}
11801 { (exit 1); exit 1; }; } ;;
11802 esac
11806 NASLIBS=""
11809 for ac_header in audio/audiolib.h
11811 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
11812 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
11813 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
11814 $as_echo_n "checking for $ac_header... " >&6; }
11815 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
11816 $as_echo_n "(cached) " >&6
11818 ac_res=`eval 'as_val=${'$as_ac_Header'}
11819 $as_echo "$as_val"'`
11820 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
11821 $as_echo "$ac_res" >&6; }
11822 else
11823 # Is the header compilable?
11824 { $as_echo "$as_me:$LINENO: checking $ac_header usability" >&5
11825 $as_echo_n "checking $ac_header usability... " >&6; }
11826 cat >conftest.$ac_ext <<_ACEOF
11827 /* confdefs.h. */
11828 _ACEOF
11829 cat confdefs.h >>conftest.$ac_ext
11830 cat >>conftest.$ac_ext <<_ACEOF
11831 /* end confdefs.h. */
11832 $ac_includes_default
11833 #include <$ac_header>
11834 _ACEOF
11835 rm -f conftest.$ac_objext
11836 if { (ac_try="$ac_compile"
11837 case "(($ac_try" in
11838 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11839 *) ac_try_echo=$ac_try;;
11840 esac
11841 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
11842 $as_echo "$ac_try_echo") >&5
11843 (eval "$ac_compile") 2>conftest.er1
11844 ac_status=$?
11845 grep -v '^ *+' conftest.er1 >conftest.err
11846 rm -f conftest.er1
11847 cat conftest.err >&5
11848 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
11849 (exit $ac_status); } && {
11850 test -z "$ac_c_werror_flag" ||
11851 test ! -s conftest.err
11852 } && test -s conftest.$ac_objext; then
11853 ac_header_compiler=yes
11854 else
11855 $as_echo "$as_me: failed program was:" >&5
11856 sed 's/^/| /' conftest.$ac_ext >&5
11858 ac_header_compiler=no
11861 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11862 { $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
11863 $as_echo "$ac_header_compiler" >&6; }
11865 # Is the header present?
11866 { $as_echo "$as_me:$LINENO: checking $ac_header presence" >&5
11867 $as_echo_n "checking $ac_header presence... " >&6; }
11868 cat >conftest.$ac_ext <<_ACEOF
11869 /* confdefs.h. */
11870 _ACEOF
11871 cat confdefs.h >>conftest.$ac_ext
11872 cat >>conftest.$ac_ext <<_ACEOF
11873 /* end confdefs.h. */
11874 #include <$ac_header>
11875 _ACEOF
11876 if { (ac_try="$ac_cpp conftest.$ac_ext"
11877 case "(($ac_try" in
11878 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11879 *) ac_try_echo=$ac_try;;
11880 esac
11881 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
11882 $as_echo "$ac_try_echo") >&5
11883 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
11884 ac_status=$?
11885 grep -v '^ *+' conftest.er1 >conftest.err
11886 rm -f conftest.er1
11887 cat conftest.err >&5
11888 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
11889 (exit $ac_status); } >/dev/null && {
11890 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
11891 test ! -s conftest.err
11892 }; then
11893 ac_header_preproc=yes
11894 else
11895 $as_echo "$as_me: failed program was:" >&5
11896 sed 's/^/| /' conftest.$ac_ext >&5
11898 ac_header_preproc=no
11901 rm -f conftest.err conftest.$ac_ext
11902 { $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
11903 $as_echo "$ac_header_preproc" >&6; }
11905 # So? What about this header?
11906 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
11907 yes:no: )
11908 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
11909 $as_echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
11910 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
11911 $as_echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
11912 ac_header_preproc=yes
11914 no:yes:* )
11915 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
11916 $as_echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
11917 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
11918 $as_echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
11919 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
11920 $as_echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
11921 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
11922 $as_echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
11923 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
11924 $as_echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
11925 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
11926 $as_echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
11927 ( cat <<\_ASBOX
11928 ## ------------------------------------ ##
11929 ## Report this to wine-devel@winehq.org ##
11930 ## ------------------------------------ ##
11931 _ASBOX
11932 ) | sed "s/^/$as_me: WARNING: /" >&2
11934 esac
11935 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
11936 $as_echo_n "checking for $ac_header... " >&6; }
11937 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
11938 $as_echo_n "(cached) " >&6
11939 else
11940 eval "$as_ac_Header=\$ac_header_preproc"
11942 ac_res=`eval 'as_val=${'$as_ac_Header'}
11943 $as_echo "$as_val"'`
11944 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
11945 $as_echo "$ac_res" >&6; }
11948 as_val=`eval 'as_val=${'$as_ac_Header'}
11949 $as_echo "$as_val"'`
11950 if test "x$as_val" = x""yes; then
11951 cat >>confdefs.h <<_ACEOF
11952 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
11953 _ACEOF
11955 for ac_header in audio/soundlib.h
11957 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
11958 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
11959 $as_echo_n "checking for $ac_header... " >&6; }
11960 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
11961 $as_echo_n "(cached) " >&6
11962 else
11963 cat >conftest.$ac_ext <<_ACEOF
11964 /* confdefs.h. */
11965 _ACEOF
11966 cat confdefs.h >>conftest.$ac_ext
11967 cat >>conftest.$ac_ext <<_ACEOF
11968 /* end confdefs.h. */
11969 #include <audio/audiolib.h>
11971 #include <$ac_header>
11972 _ACEOF
11973 rm -f conftest.$ac_objext
11974 if { (ac_try="$ac_compile"
11975 case "(($ac_try" in
11976 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11977 *) ac_try_echo=$ac_try;;
11978 esac
11979 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
11980 $as_echo "$ac_try_echo") >&5
11981 (eval "$ac_compile") 2>conftest.er1
11982 ac_status=$?
11983 grep -v '^ *+' conftest.er1 >conftest.err
11984 rm -f conftest.er1
11985 cat conftest.err >&5
11986 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
11987 (exit $ac_status); } && {
11988 test -z "$ac_c_werror_flag" ||
11989 test ! -s conftest.err
11990 } && test -s conftest.$ac_objext; then
11991 eval "$as_ac_Header=yes"
11992 else
11993 $as_echo "$as_me: failed program was:" >&5
11994 sed 's/^/| /' conftest.$ac_ext >&5
11996 eval "$as_ac_Header=no"
11999 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
12001 ac_res=`eval 'as_val=${'$as_ac_Header'}
12002 $as_echo "$as_val"'`
12003 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
12004 $as_echo "$ac_res" >&6; }
12005 as_val=`eval 'as_val=${'$as_ac_Header'}
12006 $as_echo "$as_val"'`
12007 if test "x$as_val" = x""yes; then
12008 cat >>confdefs.h <<_ACEOF
12009 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
12010 _ACEOF
12014 done
12016 { $as_echo "$as_me:$LINENO: checking for AuCreateFlow in -laudio" >&5
12017 $as_echo_n "checking for AuCreateFlow in -laudio... " >&6; }
12018 if test "${ac_cv_lib_audio_AuCreateFlow+set}" = set; then
12019 $as_echo_n "(cached) " >&6
12020 else
12021 ac_check_lib_save_LIBS=$LIBS
12022 LIBS="-laudio -lXt $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
12023 cat >conftest.$ac_ext <<_ACEOF
12024 /* confdefs.h. */
12025 _ACEOF
12026 cat confdefs.h >>conftest.$ac_ext
12027 cat >>conftest.$ac_ext <<_ACEOF
12028 /* end confdefs.h. */
12030 /* Override any GCC internal prototype to avoid an error.
12031 Use char because int might match the return type of a GCC
12032 builtin and then its argument prototype would still apply. */
12033 #ifdef __cplusplus
12034 extern "C"
12035 #endif
12036 char AuCreateFlow ();
12038 main ()
12040 return AuCreateFlow ();
12042 return 0;
12044 _ACEOF
12045 rm -f conftest.$ac_objext conftest$ac_exeext
12046 if { (ac_try="$ac_link"
12047 case "(($ac_try" in
12048 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12049 *) ac_try_echo=$ac_try;;
12050 esac
12051 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
12052 $as_echo "$ac_try_echo") >&5
12053 (eval "$ac_link") 2>conftest.er1
12054 ac_status=$?
12055 grep -v '^ *+' conftest.er1 >conftest.err
12056 rm -f conftest.er1
12057 cat conftest.err >&5
12058 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
12059 (exit $ac_status); } && {
12060 test -z "$ac_c_werror_flag" ||
12061 test ! -s conftest.err
12062 } && test -s conftest$ac_exeext && {
12063 test "$cross_compiling" = yes ||
12064 $as_test_x conftest$ac_exeext
12065 }; then
12066 ac_cv_lib_audio_AuCreateFlow=yes
12067 else
12068 $as_echo "$as_me: failed program was:" >&5
12069 sed 's/^/| /' conftest.$ac_ext >&5
12071 ac_cv_lib_audio_AuCreateFlow=no
12074 rm -rf conftest.dSYM
12075 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
12076 conftest$ac_exeext conftest.$ac_ext
12077 LIBS=$ac_check_lib_save_LIBS
12079 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_audio_AuCreateFlow" >&5
12080 $as_echo "$ac_cv_lib_audio_AuCreateFlow" >&6; }
12081 if test "x$ac_cv_lib_audio_AuCreateFlow" = x""yes; then
12083 cat >>confdefs.h <<\_ACEOF
12084 #define HAVE_NAS 1
12085 _ACEOF
12087 { $as_echo "$as_me:$LINENO: checking for XauGetBestAuthByAddr in -lXau" >&5
12088 $as_echo_n "checking for XauGetBestAuthByAddr in -lXau... " >&6; }
12089 if test "${ac_cv_lib_Xau_XauGetBestAuthByAddr+set}" = set; then
12090 $as_echo_n "(cached) " >&6
12091 else
12092 ac_check_lib_save_LIBS=$LIBS
12093 LIBS="-lXau $X_LIBS $LIBS"
12094 cat >conftest.$ac_ext <<_ACEOF
12095 /* confdefs.h. */
12096 _ACEOF
12097 cat confdefs.h >>conftest.$ac_ext
12098 cat >>conftest.$ac_ext <<_ACEOF
12099 /* end confdefs.h. */
12101 /* Override any GCC internal prototype to avoid an error.
12102 Use char because int might match the return type of a GCC
12103 builtin and then its argument prototype would still apply. */
12104 #ifdef __cplusplus
12105 extern "C"
12106 #endif
12107 char XauGetBestAuthByAddr ();
12109 main ()
12111 return XauGetBestAuthByAddr ();
12113 return 0;
12115 _ACEOF
12116 rm -f conftest.$ac_objext conftest$ac_exeext
12117 if { (ac_try="$ac_link"
12118 case "(($ac_try" in
12119 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12120 *) ac_try_echo=$ac_try;;
12121 esac
12122 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
12123 $as_echo "$ac_try_echo") >&5
12124 (eval "$ac_link") 2>conftest.er1
12125 ac_status=$?
12126 grep -v '^ *+' conftest.er1 >conftest.err
12127 rm -f conftest.er1
12128 cat conftest.err >&5
12129 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
12130 (exit $ac_status); } && {
12131 test -z "$ac_c_werror_flag" ||
12132 test ! -s conftest.err
12133 } && test -s conftest$ac_exeext && {
12134 test "$cross_compiling" = yes ||
12135 $as_test_x conftest$ac_exeext
12136 }; then
12137 ac_cv_lib_Xau_XauGetBestAuthByAddr=yes
12138 else
12139 $as_echo "$as_me: failed program was:" >&5
12140 sed 's/^/| /' conftest.$ac_ext >&5
12142 ac_cv_lib_Xau_XauGetBestAuthByAddr=no
12145 rm -rf conftest.dSYM
12146 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
12147 conftest$ac_exeext conftest.$ac_ext
12148 LIBS=$ac_check_lib_save_LIBS
12150 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_Xau_XauGetBestAuthByAddr" >&5
12151 $as_echo "$ac_cv_lib_Xau_XauGetBestAuthByAddr" >&6; }
12152 if test "x$ac_cv_lib_Xau_XauGetBestAuthByAddr" = x""yes; then
12153 NASLIBS="-lXau -laudio -lXt $X_LIBS -lXext -lX11 $X_EXTRA_LIBS"
12154 else
12155 NASLIBS="-laudio -lXt $X_LIBS -lXext -lX11 $X_EXTRA_LIBS"
12163 done
12166 CPPFLAGS="$ac_save_CPPFLAGS"
12167 else
12168 XLIB=""
12169 X_CFLAGS=""
12170 X_LIBS=""
12171 enable_winex11_drv=${enable_winex11_drv:-no}
12172 enable_opengl32=${enable_opengl32:-no}
12173 enable_glu32=${enable_glu32:-no}
12175 if test "x$XLIB" = "x"; then
12176 case "x$with_x" in
12177 xno) ;;
12178 *) { { $as_echo "$as_me:$LINENO: error: X ${notice_platform}development files not found. Wine will be built
12179 without X support, which probably isn't what you want. You will need to install
12180 ${notice_platform}development packages of Xlib/Xfree86 at the very least.
12181 Use the --without-x option if you really want this." >&5
12182 $as_echo "$as_me: error: X ${notice_platform}development files not found. Wine will be built
12183 without X support, which probably isn't what you want. You will need to install
12184 ${notice_platform}development packages of Xlib/Xfree86 at the very least.
12185 Use the --without-x option if you really want this." >&2;}
12186 { (exit 1); exit 1; }; } ;;
12187 esac
12192 XML2LIBS=""
12194 XML2INCL=""
12196 XSLTINCL=""
12198 if test "x$with_xml" != "xno"
12199 then
12200 ac_save_CPPFLAGS="$CPPFLAGS"
12201 if test "$PKG_CONFIG" != "false"
12202 then
12203 ac_xml_libs="`$PKG_CONFIG --libs libxml-2.0 2>/dev/null`"
12204 ac_xml_cflags="`$PKG_CONFIG --cflags libxml-2.0 2>/dev/null`"
12205 else
12206 ac_xml_libs="`xml2-config --libs 2>/dev/null`"
12207 ac_xml_cflags="`xml2-config --cflags 2>/dev/null`"
12209 CPPFLAGS="$CPPFLAGS $ac_xml_cflags"
12211 for ac_header in libxml/parser.h
12213 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
12214 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
12215 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
12216 $as_echo_n "checking for $ac_header... " >&6; }
12217 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
12218 $as_echo_n "(cached) " >&6
12220 ac_res=`eval 'as_val=${'$as_ac_Header'}
12221 $as_echo "$as_val"'`
12222 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
12223 $as_echo "$ac_res" >&6; }
12224 else
12225 # Is the header compilable?
12226 { $as_echo "$as_me:$LINENO: checking $ac_header usability" >&5
12227 $as_echo_n "checking $ac_header usability... " >&6; }
12228 cat >conftest.$ac_ext <<_ACEOF
12229 /* confdefs.h. */
12230 _ACEOF
12231 cat confdefs.h >>conftest.$ac_ext
12232 cat >>conftest.$ac_ext <<_ACEOF
12233 /* end confdefs.h. */
12234 $ac_includes_default
12235 #include <$ac_header>
12236 _ACEOF
12237 rm -f conftest.$ac_objext
12238 if { (ac_try="$ac_compile"
12239 case "(($ac_try" in
12240 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12241 *) ac_try_echo=$ac_try;;
12242 esac
12243 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
12244 $as_echo "$ac_try_echo") >&5
12245 (eval "$ac_compile") 2>conftest.er1
12246 ac_status=$?
12247 grep -v '^ *+' conftest.er1 >conftest.err
12248 rm -f conftest.er1
12249 cat conftest.err >&5
12250 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
12251 (exit $ac_status); } && {
12252 test -z "$ac_c_werror_flag" ||
12253 test ! -s conftest.err
12254 } && test -s conftest.$ac_objext; then
12255 ac_header_compiler=yes
12256 else
12257 $as_echo "$as_me: failed program was:" >&5
12258 sed 's/^/| /' conftest.$ac_ext >&5
12260 ac_header_compiler=no
12263 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
12264 { $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
12265 $as_echo "$ac_header_compiler" >&6; }
12267 # Is the header present?
12268 { $as_echo "$as_me:$LINENO: checking $ac_header presence" >&5
12269 $as_echo_n "checking $ac_header presence... " >&6; }
12270 cat >conftest.$ac_ext <<_ACEOF
12271 /* confdefs.h. */
12272 _ACEOF
12273 cat confdefs.h >>conftest.$ac_ext
12274 cat >>conftest.$ac_ext <<_ACEOF
12275 /* end confdefs.h. */
12276 #include <$ac_header>
12277 _ACEOF
12278 if { (ac_try="$ac_cpp conftest.$ac_ext"
12279 case "(($ac_try" in
12280 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12281 *) ac_try_echo=$ac_try;;
12282 esac
12283 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
12284 $as_echo "$ac_try_echo") >&5
12285 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
12286 ac_status=$?
12287 grep -v '^ *+' conftest.er1 >conftest.err
12288 rm -f conftest.er1
12289 cat conftest.err >&5
12290 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
12291 (exit $ac_status); } >/dev/null && {
12292 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
12293 test ! -s conftest.err
12294 }; then
12295 ac_header_preproc=yes
12296 else
12297 $as_echo "$as_me: failed program was:" >&5
12298 sed 's/^/| /' conftest.$ac_ext >&5
12300 ac_header_preproc=no
12303 rm -f conftest.err conftest.$ac_ext
12304 { $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
12305 $as_echo "$ac_header_preproc" >&6; }
12307 # So? What about this header?
12308 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
12309 yes:no: )
12310 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
12311 $as_echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
12312 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
12313 $as_echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
12314 ac_header_preproc=yes
12316 no:yes:* )
12317 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
12318 $as_echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
12319 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
12320 $as_echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
12321 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
12322 $as_echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
12323 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
12324 $as_echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
12325 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
12326 $as_echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
12327 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
12328 $as_echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
12329 ( cat <<\_ASBOX
12330 ## ------------------------------------ ##
12331 ## Report this to wine-devel@winehq.org ##
12332 ## ------------------------------------ ##
12333 _ASBOX
12334 ) | sed "s/^/$as_me: WARNING: /" >&2
12336 esac
12337 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
12338 $as_echo_n "checking for $ac_header... " >&6; }
12339 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
12340 $as_echo_n "(cached) " >&6
12341 else
12342 eval "$as_ac_Header=\$ac_header_preproc"
12344 ac_res=`eval 'as_val=${'$as_ac_Header'}
12345 $as_echo "$as_val"'`
12346 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
12347 $as_echo "$ac_res" >&6; }
12350 as_val=`eval 'as_val=${'$as_ac_Header'}
12351 $as_echo "$as_val"'`
12352 if test "x$as_val" = x""yes; then
12353 cat >>confdefs.h <<_ACEOF
12354 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
12355 _ACEOF
12356 { $as_echo "$as_me:$LINENO: checking for xmlParseMemory in -lxml2" >&5
12357 $as_echo_n "checking for xmlParseMemory in -lxml2... " >&6; }
12358 if test "${ac_cv_lib_xml2_xmlParseMemory+set}" = set; then
12359 $as_echo_n "(cached) " >&6
12360 else
12361 ac_check_lib_save_LIBS=$LIBS
12362 LIBS="-lxml2 $ac_xml_libs $LIBS"
12363 cat >conftest.$ac_ext <<_ACEOF
12364 /* confdefs.h. */
12365 _ACEOF
12366 cat confdefs.h >>conftest.$ac_ext
12367 cat >>conftest.$ac_ext <<_ACEOF
12368 /* end confdefs.h. */
12370 /* Override any GCC internal prototype to avoid an error.
12371 Use char because int might match the return type of a GCC
12372 builtin and then its argument prototype would still apply. */
12373 #ifdef __cplusplus
12374 extern "C"
12375 #endif
12376 char xmlParseMemory ();
12378 main ()
12380 return xmlParseMemory ();
12382 return 0;
12384 _ACEOF
12385 rm -f conftest.$ac_objext conftest$ac_exeext
12386 if { (ac_try="$ac_link"
12387 case "(($ac_try" in
12388 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12389 *) ac_try_echo=$ac_try;;
12390 esac
12391 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
12392 $as_echo "$ac_try_echo") >&5
12393 (eval "$ac_link") 2>conftest.er1
12394 ac_status=$?
12395 grep -v '^ *+' conftest.er1 >conftest.err
12396 rm -f conftest.er1
12397 cat conftest.err >&5
12398 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
12399 (exit $ac_status); } && {
12400 test -z "$ac_c_werror_flag" ||
12401 test ! -s conftest.err
12402 } && test -s conftest$ac_exeext && {
12403 test "$cross_compiling" = yes ||
12404 $as_test_x conftest$ac_exeext
12405 }; then
12406 ac_cv_lib_xml2_xmlParseMemory=yes
12407 else
12408 $as_echo "$as_me: failed program was:" >&5
12409 sed 's/^/| /' conftest.$ac_ext >&5
12411 ac_cv_lib_xml2_xmlParseMemory=no
12414 rm -rf conftest.dSYM
12415 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
12416 conftest$ac_exeext conftest.$ac_ext
12417 LIBS=$ac_check_lib_save_LIBS
12419 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_xml2_xmlParseMemory" >&5
12420 $as_echo "$ac_cv_lib_xml2_xmlParseMemory" >&6; }
12421 if test "x$ac_cv_lib_xml2_xmlParseMemory" = x""yes; then
12423 cat >>confdefs.h <<\_ACEOF
12424 #define HAVE_LIBXML2 1
12425 _ACEOF
12427 XML2LIBS="$ac_xml_libs"
12428 XML2INCL="$ac_xml_cflags"
12431 { $as_echo "$as_me:$LINENO: checking for xmlReadMemory in -lxml2" >&5
12432 $as_echo_n "checking for xmlReadMemory in -lxml2... " >&6; }
12433 if test "${ac_cv_lib_xml2_xmlReadMemory+set}" = set; then
12434 $as_echo_n "(cached) " >&6
12435 else
12436 ac_check_lib_save_LIBS=$LIBS
12437 LIBS="-lxml2 $ac_xml_libs $LIBS"
12438 cat >conftest.$ac_ext <<_ACEOF
12439 /* confdefs.h. */
12440 _ACEOF
12441 cat confdefs.h >>conftest.$ac_ext
12442 cat >>conftest.$ac_ext <<_ACEOF
12443 /* end confdefs.h. */
12445 /* Override any GCC internal prototype to avoid an error.
12446 Use char because int might match the return type of a GCC
12447 builtin and then its argument prototype would still apply. */
12448 #ifdef __cplusplus
12449 extern "C"
12450 #endif
12451 char xmlReadMemory ();
12453 main ()
12455 return xmlReadMemory ();
12457 return 0;
12459 _ACEOF
12460 rm -f conftest.$ac_objext conftest$ac_exeext
12461 if { (ac_try="$ac_link"
12462 case "(($ac_try" in
12463 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12464 *) ac_try_echo=$ac_try;;
12465 esac
12466 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
12467 $as_echo "$ac_try_echo") >&5
12468 (eval "$ac_link") 2>conftest.er1
12469 ac_status=$?
12470 grep -v '^ *+' conftest.er1 >conftest.err
12471 rm -f conftest.er1
12472 cat conftest.err >&5
12473 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
12474 (exit $ac_status); } && {
12475 test -z "$ac_c_werror_flag" ||
12476 test ! -s conftest.err
12477 } && test -s conftest$ac_exeext && {
12478 test "$cross_compiling" = yes ||
12479 $as_test_x conftest$ac_exeext
12480 }; then
12481 ac_cv_lib_xml2_xmlReadMemory=yes
12482 else
12483 $as_echo "$as_me: failed program was:" >&5
12484 sed 's/^/| /' conftest.$ac_ext >&5
12486 ac_cv_lib_xml2_xmlReadMemory=no
12489 rm -rf conftest.dSYM
12490 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
12491 conftest$ac_exeext conftest.$ac_ext
12492 LIBS=$ac_check_lib_save_LIBS
12494 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_xml2_xmlReadMemory" >&5
12495 $as_echo "$ac_cv_lib_xml2_xmlReadMemory" >&6; }
12496 if test "x$ac_cv_lib_xml2_xmlReadMemory" = x""yes; then
12498 cat >>confdefs.h <<\_ACEOF
12499 #define HAVE_XMLREADMEMORY 1
12500 _ACEOF
12504 { $as_echo "$as_me:$LINENO: checking for xmlNewDocPI in -lxml2" >&5
12505 $as_echo_n "checking for xmlNewDocPI in -lxml2... " >&6; }
12506 if test "${ac_cv_lib_xml2_xmlNewDocPI+set}" = set; then
12507 $as_echo_n "(cached) " >&6
12508 else
12509 ac_check_lib_save_LIBS=$LIBS
12510 LIBS="-lxml2 $ac_xml_libs $LIBS"
12511 cat >conftest.$ac_ext <<_ACEOF
12512 /* confdefs.h. */
12513 _ACEOF
12514 cat confdefs.h >>conftest.$ac_ext
12515 cat >>conftest.$ac_ext <<_ACEOF
12516 /* end confdefs.h. */
12518 /* Override any GCC internal prototype to avoid an error.
12519 Use char because int might match the return type of a GCC
12520 builtin and then its argument prototype would still apply. */
12521 #ifdef __cplusplus
12522 extern "C"
12523 #endif
12524 char xmlNewDocPI ();
12526 main ()
12528 return xmlNewDocPI ();
12530 return 0;
12532 _ACEOF
12533 rm -f conftest.$ac_objext conftest$ac_exeext
12534 if { (ac_try="$ac_link"
12535 case "(($ac_try" in
12536 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12537 *) ac_try_echo=$ac_try;;
12538 esac
12539 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
12540 $as_echo "$ac_try_echo") >&5
12541 (eval "$ac_link") 2>conftest.er1
12542 ac_status=$?
12543 grep -v '^ *+' conftest.er1 >conftest.err
12544 rm -f conftest.er1
12545 cat conftest.err >&5
12546 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
12547 (exit $ac_status); } && {
12548 test -z "$ac_c_werror_flag" ||
12549 test ! -s conftest.err
12550 } && test -s conftest$ac_exeext && {
12551 test "$cross_compiling" = yes ||
12552 $as_test_x conftest$ac_exeext
12553 }; then
12554 ac_cv_lib_xml2_xmlNewDocPI=yes
12555 else
12556 $as_echo "$as_me: failed program was:" >&5
12557 sed 's/^/| /' conftest.$ac_ext >&5
12559 ac_cv_lib_xml2_xmlNewDocPI=no
12562 rm -rf conftest.dSYM
12563 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
12564 conftest$ac_exeext conftest.$ac_ext
12565 LIBS=$ac_check_lib_save_LIBS
12567 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_xml2_xmlNewDocPI" >&5
12568 $as_echo "$ac_cv_lib_xml2_xmlNewDocPI" >&6; }
12569 if test "x$ac_cv_lib_xml2_xmlNewDocPI" = x""yes; then
12571 cat >>confdefs.h <<\_ACEOF
12572 #define HAVE_XMLNEWDOCPI 1
12573 _ACEOF
12580 done
12582 CPPFLAGS="$ac_save_CPPFLAGS"
12584 if test "$ac_cv_lib_xml2_xmlParseMemory" != "yes"; then
12585 case "x$with_xml" in
12586 x) wine_warnings="$wine_warnings|libxml2 ${notice_platform}development files not found, XML won't be supported." ;;
12587 xno) ;;
12588 *) { { $as_echo "$as_me:$LINENO: error: libxml2 ${notice_platform}development files not found, XML won't be supported.
12589 This is an error since --with-xml was requested." >&5
12590 $as_echo "$as_me: error: libxml2 ${notice_platform}development files not found, XML won't be supported.
12591 This is an error since --with-xml was requested." >&2;}
12592 { (exit 1); exit 1; }; } ;;
12593 esac
12597 if test "x$with_xslt" != "xno"
12598 then
12599 if test "$PKG_CONFIG" != "false"
12600 then
12601 ac_xslt_libs="`$PKG_CONFIG --libs libxslt 2>/dev/null`"
12602 ac_xslt_cflags="`$PKG_CONFIG --cflags libxslt 2>/dev/null`"
12603 else
12604 ac_xslt_libs="`xslt-config --libs 2>/dev/null`"
12605 ac_xslt_cflags="`xslt-config --cflags 2>/dev/null`"
12607 ac_save_CPPFLAGS="$CPPFLAGS"
12608 CPPFLAGS="$CPPFLAGS $ac_xslt_cflags"
12611 for ac_header in libxslt/pattern.h libxslt/transform.h
12613 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
12614 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
12615 $as_echo_n "checking for $ac_header... " >&6; }
12616 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
12617 $as_echo_n "(cached) " >&6
12618 else
12619 cat >conftest.$ac_ext <<_ACEOF
12620 /* confdefs.h. */
12621 _ACEOF
12622 cat confdefs.h >>conftest.$ac_ext
12623 cat >>conftest.$ac_ext <<_ACEOF
12624 /* end confdefs.h. */
12625 #ifdef HAVE_LIBXSLT_PATTERN_H
12626 # include <libxslt/pattern.h>
12627 #endif
12629 #include <$ac_header>
12630 _ACEOF
12631 rm -f conftest.$ac_objext
12632 if { (ac_try="$ac_compile"
12633 case "(($ac_try" in
12634 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12635 *) ac_try_echo=$ac_try;;
12636 esac
12637 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
12638 $as_echo "$ac_try_echo") >&5
12639 (eval "$ac_compile") 2>conftest.er1
12640 ac_status=$?
12641 grep -v '^ *+' conftest.er1 >conftest.err
12642 rm -f conftest.er1
12643 cat conftest.err >&5
12644 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
12645 (exit $ac_status); } && {
12646 test -z "$ac_c_werror_flag" ||
12647 test ! -s conftest.err
12648 } && test -s conftest.$ac_objext; then
12649 eval "$as_ac_Header=yes"
12650 else
12651 $as_echo "$as_me: failed program was:" >&5
12652 sed 's/^/| /' conftest.$ac_ext >&5
12654 eval "$as_ac_Header=no"
12657 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
12659 ac_res=`eval 'as_val=${'$as_ac_Header'}
12660 $as_echo "$as_val"'`
12661 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
12662 $as_echo "$ac_res" >&6; }
12663 as_val=`eval 'as_val=${'$as_ac_Header'}
12664 $as_echo "$as_val"'`
12665 if test "x$as_val" = x""yes; then
12666 cat >>confdefs.h <<_ACEOF
12667 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
12668 _ACEOF
12672 done
12674 CPPFLAGS="$ac_save_CPPFLAGS"
12675 if test "$ac_cv_header_libxslt_transform_h" = "yes"
12676 then
12677 { $as_echo "$as_me:$LINENO: checking for -lxslt" >&5
12678 $as_echo_n "checking for -lxslt... " >&6; }
12679 if test "${ac_cv_lib_soname_xslt+set}" = set; then
12680 $as_echo_n "(cached) " >&6
12681 else
12682 ac_check_soname_save_LIBS=$LIBS
12683 LIBS="-lxslt $ac_xslt_libs $LIBS"
12684 cat >conftest.$ac_ext <<_ACEOF
12685 /* confdefs.h. */
12686 _ACEOF
12687 cat confdefs.h >>conftest.$ac_ext
12688 cat >>conftest.$ac_ext <<_ACEOF
12689 /* end confdefs.h. */
12691 /* Override any GCC internal prototype to avoid an error.
12692 Use char because int might match the return type of a GCC
12693 builtin and then its argument prototype would still apply. */
12694 #ifdef __cplusplus
12695 extern "C"
12696 #endif
12697 char xsltCompilePattern ();
12699 main ()
12701 return xsltCompilePattern ();
12703 return 0;
12705 _ACEOF
12706 rm -f conftest.$ac_objext conftest$ac_exeext
12707 if { (ac_try="$ac_link"
12708 case "(($ac_try" in
12709 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12710 *) ac_try_echo=$ac_try;;
12711 esac
12712 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
12713 $as_echo "$ac_try_echo") >&5
12714 (eval "$ac_link") 2>conftest.er1
12715 ac_status=$?
12716 grep -v '^ *+' conftest.er1 >conftest.err
12717 rm -f conftest.er1
12718 cat conftest.err >&5
12719 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
12720 (exit $ac_status); } && {
12721 test -z "$ac_c_werror_flag" ||
12722 test ! -s conftest.err
12723 } && test -s conftest$ac_exeext && {
12724 test "$cross_compiling" = yes ||
12725 $as_test_x conftest$ac_exeext
12726 }; then
12727 case "$LIBEXT" in
12728 dll) ;;
12729 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'` ;;
12730 *) ac_cv_lib_soname_xslt=`$ac_cv_path_LDD conftest$ac_exeext | grep "libxslt\\.$LIBEXT" | sed -e "s/^.*\(libxslt\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
12731 esac
12732 else
12733 $as_echo "$as_me: failed program was:" >&5
12734 sed 's/^/| /' conftest.$ac_ext >&5
12739 rm -rf conftest.dSYM
12740 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
12741 conftest$ac_exeext conftest.$ac_ext
12742 LIBS=$ac_check_soname_save_LIBS
12744 if test "x$ac_cv_lib_soname_xslt" = "x"; then
12745 { $as_echo "$as_me:$LINENO: result: not found" >&5
12746 $as_echo "not found" >&6; }
12748 else
12749 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_xslt" >&5
12750 $as_echo "$ac_cv_lib_soname_xslt" >&6; }
12752 cat >>confdefs.h <<_ACEOF
12753 #define SONAME_LIBXSLT "$ac_cv_lib_soname_xslt"
12754 _ACEOF
12756 XSLTINCL="$ac_xslt_cflags"
12761 if test "x$ac_cv_lib_soname_xslt" = "x"; then
12762 case "x$with_xslt" in
12763 x) wine_warnings="$wine_warnings|libxslt ${notice_platform}development files not found, xslt won't be supported." ;;
12764 xno) ;;
12765 *) { { $as_echo "$as_me:$LINENO: error: libxslt ${notice_platform}development files not found, xslt won't be supported.
12766 This is an error since --with-xslt was requested." >&5
12767 $as_echo "$as_me: error: libxslt ${notice_platform}development files not found, xslt won't be supported.
12768 This is an error since --with-xslt was requested." >&2;}
12769 { (exit 1); exit 1; }; } ;;
12770 esac
12774 HALINCL=""
12776 if test "x$with_hal" != "xno" -a "$PKG_CONFIG" != "false"
12777 then
12778 ac_save_CPPFLAGS="$CPPFLAGS"
12779 ac_hal_libs="`$PKG_CONFIG --libs hal 2>/dev/null`"
12780 ac_hal_cflags="`$PKG_CONFIG --cflags hal 2>/dev/null`"
12781 CPPFLAGS="$CPPFLAGS $ac_hal_cflags"
12784 for ac_header in dbus/dbus.h hal/libhal.h
12786 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
12787 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
12788 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
12789 $as_echo_n "checking for $ac_header... " >&6; }
12790 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
12791 $as_echo_n "(cached) " >&6
12793 ac_res=`eval 'as_val=${'$as_ac_Header'}
12794 $as_echo "$as_val"'`
12795 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
12796 $as_echo "$ac_res" >&6; }
12797 else
12798 # Is the header compilable?
12799 { $as_echo "$as_me:$LINENO: checking $ac_header usability" >&5
12800 $as_echo_n "checking $ac_header usability... " >&6; }
12801 cat >conftest.$ac_ext <<_ACEOF
12802 /* confdefs.h. */
12803 _ACEOF
12804 cat confdefs.h >>conftest.$ac_ext
12805 cat >>conftest.$ac_ext <<_ACEOF
12806 /* end confdefs.h. */
12807 $ac_includes_default
12808 #include <$ac_header>
12809 _ACEOF
12810 rm -f conftest.$ac_objext
12811 if { (ac_try="$ac_compile"
12812 case "(($ac_try" in
12813 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12814 *) ac_try_echo=$ac_try;;
12815 esac
12816 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
12817 $as_echo "$ac_try_echo") >&5
12818 (eval "$ac_compile") 2>conftest.er1
12819 ac_status=$?
12820 grep -v '^ *+' conftest.er1 >conftest.err
12821 rm -f conftest.er1
12822 cat conftest.err >&5
12823 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
12824 (exit $ac_status); } && {
12825 test -z "$ac_c_werror_flag" ||
12826 test ! -s conftest.err
12827 } && test -s conftest.$ac_objext; then
12828 ac_header_compiler=yes
12829 else
12830 $as_echo "$as_me: failed program was:" >&5
12831 sed 's/^/| /' conftest.$ac_ext >&5
12833 ac_header_compiler=no
12836 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
12837 { $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
12838 $as_echo "$ac_header_compiler" >&6; }
12840 # Is the header present?
12841 { $as_echo "$as_me:$LINENO: checking $ac_header presence" >&5
12842 $as_echo_n "checking $ac_header presence... " >&6; }
12843 cat >conftest.$ac_ext <<_ACEOF
12844 /* confdefs.h. */
12845 _ACEOF
12846 cat confdefs.h >>conftest.$ac_ext
12847 cat >>conftest.$ac_ext <<_ACEOF
12848 /* end confdefs.h. */
12849 #include <$ac_header>
12850 _ACEOF
12851 if { (ac_try="$ac_cpp conftest.$ac_ext"
12852 case "(($ac_try" in
12853 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12854 *) ac_try_echo=$ac_try;;
12855 esac
12856 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
12857 $as_echo "$ac_try_echo") >&5
12858 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
12859 ac_status=$?
12860 grep -v '^ *+' conftest.er1 >conftest.err
12861 rm -f conftest.er1
12862 cat conftest.err >&5
12863 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
12864 (exit $ac_status); } >/dev/null && {
12865 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
12866 test ! -s conftest.err
12867 }; then
12868 ac_header_preproc=yes
12869 else
12870 $as_echo "$as_me: failed program was:" >&5
12871 sed 's/^/| /' conftest.$ac_ext >&5
12873 ac_header_preproc=no
12876 rm -f conftest.err conftest.$ac_ext
12877 { $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
12878 $as_echo "$ac_header_preproc" >&6; }
12880 # So? What about this header?
12881 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
12882 yes:no: )
12883 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
12884 $as_echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
12885 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
12886 $as_echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
12887 ac_header_preproc=yes
12889 no:yes:* )
12890 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
12891 $as_echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
12892 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
12893 $as_echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
12894 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
12895 $as_echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
12896 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
12897 $as_echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
12898 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
12899 $as_echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
12900 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
12901 $as_echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
12902 ( cat <<\_ASBOX
12903 ## ------------------------------------ ##
12904 ## Report this to wine-devel@winehq.org ##
12905 ## ------------------------------------ ##
12906 _ASBOX
12907 ) | sed "s/^/$as_me: WARNING: /" >&2
12909 esac
12910 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
12911 $as_echo_n "checking for $ac_header... " >&6; }
12912 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
12913 $as_echo_n "(cached) " >&6
12914 else
12915 eval "$as_ac_Header=\$ac_header_preproc"
12917 ac_res=`eval 'as_val=${'$as_ac_Header'}
12918 $as_echo "$as_val"'`
12919 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
12920 $as_echo "$ac_res" >&6; }
12923 as_val=`eval 'as_val=${'$as_ac_Header'}
12924 $as_echo "$as_val"'`
12925 if test "x$as_val" = x""yes; then
12926 cat >>confdefs.h <<_ACEOF
12927 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
12928 _ACEOF
12932 done
12934 if test "$ac_cv_header_dbus_dbus_h" = "yes" -a "$ac_cv_header_hal_libhal_h" = "yes"
12935 then
12936 { $as_echo "$as_me:$LINENO: checking for dbus_connection_close in -ldbus-1" >&5
12937 $as_echo_n "checking for dbus_connection_close in -ldbus-1... " >&6; }
12938 if test "${ac_cv_lib_dbus_1_dbus_connection_close+set}" = set; then
12939 $as_echo_n "(cached) " >&6
12940 else
12941 ac_check_lib_save_LIBS=$LIBS
12942 LIBS="-ldbus-1 $ac_hal_libs $LIBS"
12943 cat >conftest.$ac_ext <<_ACEOF
12944 /* confdefs.h. */
12945 _ACEOF
12946 cat confdefs.h >>conftest.$ac_ext
12947 cat >>conftest.$ac_ext <<_ACEOF
12948 /* end confdefs.h. */
12950 /* Override any GCC internal prototype to avoid an error.
12951 Use char because int might match the return type of a GCC
12952 builtin and then its argument prototype would still apply. */
12953 #ifdef __cplusplus
12954 extern "C"
12955 #endif
12956 char dbus_connection_close ();
12958 main ()
12960 return dbus_connection_close ();
12962 return 0;
12964 _ACEOF
12965 rm -f conftest.$ac_objext conftest$ac_exeext
12966 if { (ac_try="$ac_link"
12967 case "(($ac_try" in
12968 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12969 *) ac_try_echo=$ac_try;;
12970 esac
12971 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
12972 $as_echo "$ac_try_echo") >&5
12973 (eval "$ac_link") 2>conftest.er1
12974 ac_status=$?
12975 grep -v '^ *+' conftest.er1 >conftest.err
12976 rm -f conftest.er1
12977 cat conftest.err >&5
12978 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
12979 (exit $ac_status); } && {
12980 test -z "$ac_c_werror_flag" ||
12981 test ! -s conftest.err
12982 } && test -s conftest$ac_exeext && {
12983 test "$cross_compiling" = yes ||
12984 $as_test_x conftest$ac_exeext
12985 }; then
12986 ac_cv_lib_dbus_1_dbus_connection_close=yes
12987 else
12988 $as_echo "$as_me: failed program was:" >&5
12989 sed 's/^/| /' conftest.$ac_ext >&5
12991 ac_cv_lib_dbus_1_dbus_connection_close=no
12994 rm -rf conftest.dSYM
12995 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
12996 conftest$ac_exeext conftest.$ac_ext
12997 LIBS=$ac_check_lib_save_LIBS
12999 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_dbus_1_dbus_connection_close" >&5
13000 $as_echo "$ac_cv_lib_dbus_1_dbus_connection_close" >&6; }
13001 if test "x$ac_cv_lib_dbus_1_dbus_connection_close" = x""yes; then
13002 { $as_echo "$as_me:$LINENO: checking for -lhal" >&5
13003 $as_echo_n "checking for -lhal... " >&6; }
13004 if test "${ac_cv_lib_soname_hal+set}" = set; then
13005 $as_echo_n "(cached) " >&6
13006 else
13007 ac_check_soname_save_LIBS=$LIBS
13008 LIBS="-lhal $ac_hal_libs $LIBS"
13009 cat >conftest.$ac_ext <<_ACEOF
13010 /* confdefs.h. */
13011 _ACEOF
13012 cat confdefs.h >>conftest.$ac_ext
13013 cat >>conftest.$ac_ext <<_ACEOF
13014 /* end confdefs.h. */
13016 /* Override any GCC internal prototype to avoid an error.
13017 Use char because int might match the return type of a GCC
13018 builtin and then its argument prototype would still apply. */
13019 #ifdef __cplusplus
13020 extern "C"
13021 #endif
13022 char libhal_ctx_new ();
13024 main ()
13026 return libhal_ctx_new ();
13028 return 0;
13030 _ACEOF
13031 rm -f conftest.$ac_objext conftest$ac_exeext
13032 if { (ac_try="$ac_link"
13033 case "(($ac_try" in
13034 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13035 *) ac_try_echo=$ac_try;;
13036 esac
13037 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
13038 $as_echo "$ac_try_echo") >&5
13039 (eval "$ac_link") 2>conftest.er1
13040 ac_status=$?
13041 grep -v '^ *+' conftest.er1 >conftest.err
13042 rm -f conftest.er1
13043 cat conftest.err >&5
13044 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
13045 (exit $ac_status); } && {
13046 test -z "$ac_c_werror_flag" ||
13047 test ! -s conftest.err
13048 } && test -s conftest$ac_exeext && {
13049 test "$cross_compiling" = yes ||
13050 $as_test_x conftest$ac_exeext
13051 }; then
13052 case "$LIBEXT" in
13053 dll) ;;
13054 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'` ;;
13055 *) ac_cv_lib_soname_hal=`$ac_cv_path_LDD conftest$ac_exeext | grep "libhal\\.$LIBEXT" | sed -e "s/^.*\(libhal\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
13056 esac
13057 else
13058 $as_echo "$as_me: failed program was:" >&5
13059 sed 's/^/| /' conftest.$ac_ext >&5
13064 rm -rf conftest.dSYM
13065 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
13066 conftest$ac_exeext conftest.$ac_ext
13067 LIBS=$ac_check_soname_save_LIBS
13069 if test "x$ac_cv_lib_soname_hal" = "x"; then
13070 { $as_echo "$as_me:$LINENO: result: not found" >&5
13071 $as_echo "not found" >&6; }
13073 else
13074 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_hal" >&5
13075 $as_echo "$ac_cv_lib_soname_hal" >&6; }
13077 cat >>confdefs.h <<_ACEOF
13078 #define SONAME_LIBHAL "$ac_cv_lib_soname_hal"
13079 _ACEOF
13081 HALINCL="$ac_hal_cflags"
13087 CPPFLAGS="$ac_save_CPPFLAGS"
13089 if test "x$ac_cv_lib_soname_hal" = "x"; then
13090 case "x$with_hal" in
13091 x) wine_notices="$wine_notices|libhal ${notice_platform}development files not found, no dynamic device support." ;;
13092 xno) ;;
13093 *) { { $as_echo "$as_me:$LINENO: error: libhal ${notice_platform}development files not found, no dynamic device support.
13094 This is an error since --with-hal was requested." >&5
13095 $as_echo "$as_me: error: libhal ${notice_platform}development files not found, no dynamic device support.
13096 This is an error since --with-hal was requested." >&2;}
13097 { (exit 1); exit 1; }; } ;;
13098 esac
13102 if test "x$with_gnutls" != "xno" -a "$PKG_CONFIG" != "false"
13103 then
13104 ac_save_CPPFLAGS="$CPPFLAGS"
13105 ac_gnutls_libs="`$PKG_CONFIG --libs gnutls 2>/dev/null`"
13106 ac_gnutls_cflags="`$PKG_CONFIG --cflags gnutls 2>/dev/null`"
13107 CPPFLAGS="$CPPFLAGS $ac_gnutls_cflags"
13108 if test "${ac_cv_header_gnutls_gnutls_h+set}" = set; then
13109 { $as_echo "$as_me:$LINENO: checking for gnutls/gnutls.h" >&5
13110 $as_echo_n "checking for gnutls/gnutls.h... " >&6; }
13111 if test "${ac_cv_header_gnutls_gnutls_h+set}" = set; then
13112 $as_echo_n "(cached) " >&6
13114 { $as_echo "$as_me:$LINENO: result: $ac_cv_header_gnutls_gnutls_h" >&5
13115 $as_echo "$ac_cv_header_gnutls_gnutls_h" >&6; }
13116 else
13117 # Is the header compilable?
13118 { $as_echo "$as_me:$LINENO: checking gnutls/gnutls.h usability" >&5
13119 $as_echo_n "checking gnutls/gnutls.h usability... " >&6; }
13120 cat >conftest.$ac_ext <<_ACEOF
13121 /* confdefs.h. */
13122 _ACEOF
13123 cat confdefs.h >>conftest.$ac_ext
13124 cat >>conftest.$ac_ext <<_ACEOF
13125 /* end confdefs.h. */
13126 $ac_includes_default
13127 #include <gnutls/gnutls.h>
13128 _ACEOF
13129 rm -f conftest.$ac_objext
13130 if { (ac_try="$ac_compile"
13131 case "(($ac_try" in
13132 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13133 *) ac_try_echo=$ac_try;;
13134 esac
13135 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
13136 $as_echo "$ac_try_echo") >&5
13137 (eval "$ac_compile") 2>conftest.er1
13138 ac_status=$?
13139 grep -v '^ *+' conftest.er1 >conftest.err
13140 rm -f conftest.er1
13141 cat conftest.err >&5
13142 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
13143 (exit $ac_status); } && {
13144 test -z "$ac_c_werror_flag" ||
13145 test ! -s conftest.err
13146 } && test -s conftest.$ac_objext; then
13147 ac_header_compiler=yes
13148 else
13149 $as_echo "$as_me: failed program was:" >&5
13150 sed 's/^/| /' conftest.$ac_ext >&5
13152 ac_header_compiler=no
13155 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
13156 { $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
13157 $as_echo "$ac_header_compiler" >&6; }
13159 # Is the header present?
13160 { $as_echo "$as_me:$LINENO: checking gnutls/gnutls.h presence" >&5
13161 $as_echo_n "checking gnutls/gnutls.h presence... " >&6; }
13162 cat >conftest.$ac_ext <<_ACEOF
13163 /* confdefs.h. */
13164 _ACEOF
13165 cat confdefs.h >>conftest.$ac_ext
13166 cat >>conftest.$ac_ext <<_ACEOF
13167 /* end confdefs.h. */
13168 #include <gnutls/gnutls.h>
13169 _ACEOF
13170 if { (ac_try="$ac_cpp conftest.$ac_ext"
13171 case "(($ac_try" in
13172 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13173 *) ac_try_echo=$ac_try;;
13174 esac
13175 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
13176 $as_echo "$ac_try_echo") >&5
13177 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
13178 ac_status=$?
13179 grep -v '^ *+' conftest.er1 >conftest.err
13180 rm -f conftest.er1
13181 cat conftest.err >&5
13182 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
13183 (exit $ac_status); } >/dev/null && {
13184 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
13185 test ! -s conftest.err
13186 }; then
13187 ac_header_preproc=yes
13188 else
13189 $as_echo "$as_me: failed program was:" >&5
13190 sed 's/^/| /' conftest.$ac_ext >&5
13192 ac_header_preproc=no
13195 rm -f conftest.err conftest.$ac_ext
13196 { $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
13197 $as_echo "$ac_header_preproc" >&6; }
13199 # So? What about this header?
13200 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
13201 yes:no: )
13202 { $as_echo "$as_me:$LINENO: WARNING: gnutls/gnutls.h: accepted by the compiler, rejected by the preprocessor!" >&5
13203 $as_echo "$as_me: WARNING: gnutls/gnutls.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
13204 { $as_echo "$as_me:$LINENO: WARNING: gnutls/gnutls.h: proceeding with the compiler's result" >&5
13205 $as_echo "$as_me: WARNING: gnutls/gnutls.h: proceeding with the compiler's result" >&2;}
13206 ac_header_preproc=yes
13208 no:yes:* )
13209 { $as_echo "$as_me:$LINENO: WARNING: gnutls/gnutls.h: present but cannot be compiled" >&5
13210 $as_echo "$as_me: WARNING: gnutls/gnutls.h: present but cannot be compiled" >&2;}
13211 { $as_echo "$as_me:$LINENO: WARNING: gnutls/gnutls.h: check for missing prerequisite headers?" >&5
13212 $as_echo "$as_me: WARNING: gnutls/gnutls.h: check for missing prerequisite headers?" >&2;}
13213 { $as_echo "$as_me:$LINENO: WARNING: gnutls/gnutls.h: see the Autoconf documentation" >&5
13214 $as_echo "$as_me: WARNING: gnutls/gnutls.h: see the Autoconf documentation" >&2;}
13215 { $as_echo "$as_me:$LINENO: WARNING: gnutls/gnutls.h: section \"Present But Cannot Be Compiled\"" >&5
13216 $as_echo "$as_me: WARNING: gnutls/gnutls.h: section \"Present But Cannot Be Compiled\"" >&2;}
13217 { $as_echo "$as_me:$LINENO: WARNING: gnutls/gnutls.h: proceeding with the preprocessor's result" >&5
13218 $as_echo "$as_me: WARNING: gnutls/gnutls.h: proceeding with the preprocessor's result" >&2;}
13219 { $as_echo "$as_me:$LINENO: WARNING: gnutls/gnutls.h: in the future, the compiler will take precedence" >&5
13220 $as_echo "$as_me: WARNING: gnutls/gnutls.h: in the future, the compiler will take precedence" >&2;}
13221 ( cat <<\_ASBOX
13222 ## ------------------------------------ ##
13223 ## Report this to wine-devel@winehq.org ##
13224 ## ------------------------------------ ##
13225 _ASBOX
13226 ) | sed "s/^/$as_me: WARNING: /" >&2
13228 esac
13229 { $as_echo "$as_me:$LINENO: checking for gnutls/gnutls.h" >&5
13230 $as_echo_n "checking for gnutls/gnutls.h... " >&6; }
13231 if test "${ac_cv_header_gnutls_gnutls_h+set}" = set; then
13232 $as_echo_n "(cached) " >&6
13233 else
13234 ac_cv_header_gnutls_gnutls_h=$ac_header_preproc
13236 { $as_echo "$as_me:$LINENO: result: $ac_cv_header_gnutls_gnutls_h" >&5
13237 $as_echo "$ac_cv_header_gnutls_gnutls_h" >&6; }
13240 if test "x$ac_cv_header_gnutls_gnutls_h" = x""yes; then
13241 cat >conftest.$ac_ext <<_ACEOF
13242 /* confdefs.h. */
13243 _ACEOF
13244 cat confdefs.h >>conftest.$ac_ext
13245 cat >>conftest.$ac_ext <<_ACEOF
13246 /* end confdefs.h. */
13247 #include <gnutls/gnutls.h>
13249 main ()
13251 typeof(gnutls_transport_set_errno) *pfunc;
13253 return 0;
13255 _ACEOF
13256 rm -f conftest.$ac_objext
13257 if { (ac_try="$ac_compile"
13258 case "(($ac_try" in
13259 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13260 *) ac_try_echo=$ac_try;;
13261 esac
13262 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
13263 $as_echo "$ac_try_echo") >&5
13264 (eval "$ac_compile") 2>conftest.er1
13265 ac_status=$?
13266 grep -v '^ *+' conftest.er1 >conftest.err
13267 rm -f conftest.er1
13268 cat conftest.err >&5
13269 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
13270 (exit $ac_status); } && {
13271 test -z "$ac_c_werror_flag" ||
13272 test ! -s conftest.err
13273 } && test -s conftest.$ac_objext; then
13274 { $as_echo "$as_me:$LINENO: checking for -lgnutls" >&5
13275 $as_echo_n "checking for -lgnutls... " >&6; }
13276 if test "${ac_cv_lib_soname_gnutls+set}" = set; then
13277 $as_echo_n "(cached) " >&6
13278 else
13279 ac_check_soname_save_LIBS=$LIBS
13280 LIBS="-lgnutls $ac_gnutls_libs $LIBS"
13281 cat >conftest.$ac_ext <<_ACEOF
13282 /* confdefs.h. */
13283 _ACEOF
13284 cat confdefs.h >>conftest.$ac_ext
13285 cat >>conftest.$ac_ext <<_ACEOF
13286 /* end confdefs.h. */
13288 /* Override any GCC internal prototype to avoid an error.
13289 Use char because int might match the return type of a GCC
13290 builtin and then its argument prototype would still apply. */
13291 #ifdef __cplusplus
13292 extern "C"
13293 #endif
13294 char gnutls_global_init ();
13296 main ()
13298 return gnutls_global_init ();
13300 return 0;
13302 _ACEOF
13303 rm -f conftest.$ac_objext conftest$ac_exeext
13304 if { (ac_try="$ac_link"
13305 case "(($ac_try" in
13306 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13307 *) ac_try_echo=$ac_try;;
13308 esac
13309 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
13310 $as_echo "$ac_try_echo") >&5
13311 (eval "$ac_link") 2>conftest.er1
13312 ac_status=$?
13313 grep -v '^ *+' conftest.er1 >conftest.err
13314 rm -f conftest.er1
13315 cat conftest.err >&5
13316 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
13317 (exit $ac_status); } && {
13318 test -z "$ac_c_werror_flag" ||
13319 test ! -s conftest.err
13320 } && test -s conftest$ac_exeext && {
13321 test "$cross_compiling" = yes ||
13322 $as_test_x conftest$ac_exeext
13323 }; then
13324 case "$LIBEXT" in
13325 dll) ;;
13326 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'` ;;
13327 *) ac_cv_lib_soname_gnutls=`$ac_cv_path_LDD conftest$ac_exeext | grep "libgnutls\\.$LIBEXT" | sed -e "s/^.*\(libgnutls\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
13328 esac
13329 else
13330 $as_echo "$as_me: failed program was:" >&5
13331 sed 's/^/| /' conftest.$ac_ext >&5
13336 rm -rf conftest.dSYM
13337 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
13338 conftest$ac_exeext conftest.$ac_ext
13339 LIBS=$ac_check_soname_save_LIBS
13341 if test "x$ac_cv_lib_soname_gnutls" = "x"; then
13342 { $as_echo "$as_me:$LINENO: result: not found" >&5
13343 $as_echo "not found" >&6; }
13345 else
13346 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_gnutls" >&5
13347 $as_echo "$ac_cv_lib_soname_gnutls" >&6; }
13349 cat >>confdefs.h <<_ACEOF
13350 #define SONAME_LIBGNUTLS "$ac_cv_lib_soname_gnutls"
13351 _ACEOF
13353 GNUTLSINCL="$ac_gnutls_cflags"
13357 else
13358 $as_echo "$as_me: failed program was:" >&5
13359 sed 's/^/| /' conftest.$ac_ext >&5
13364 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
13368 CPPFLAGS="$ac_save_CPPFLAGS"
13370 if test "x$ac_cv_lib_soname_gnutls" = "x"; then
13371 case "x$with_gnutls" in
13372 x) wine_notices="$wine_notices|libgnutls ${notice_platform}development files not found, no schannel support." ;;
13373 xno) ;;
13374 *) { { $as_echo "$as_me:$LINENO: error: libgnutls ${notice_platform}development files not found, no schannel support.
13375 This is an error since --with-gnutls was requested." >&5
13376 $as_echo "$as_me: error: libgnutls ${notice_platform}development files not found, no schannel support.
13377 This is an error since --with-gnutls was requested." >&2;}
13378 { (exit 1); exit 1; }; } ;;
13379 esac
13383 CURSESLIBS=""
13384 if test "$ac_cv_header_ncurses_h" = "yes"
13385 then
13386 { $as_echo "$as_me:$LINENO: checking for -lncurses" >&5
13387 $as_echo_n "checking for -lncurses... " >&6; }
13388 if test "${ac_cv_lib_soname_ncurses+set}" = set; then
13389 $as_echo_n "(cached) " >&6
13390 else
13391 ac_check_soname_save_LIBS=$LIBS
13392 LIBS="-lncurses $LIBS"
13393 cat >conftest.$ac_ext <<_ACEOF
13394 /* confdefs.h. */
13395 _ACEOF
13396 cat confdefs.h >>conftest.$ac_ext
13397 cat >>conftest.$ac_ext <<_ACEOF
13398 /* end confdefs.h. */
13400 /* Override any GCC internal prototype to avoid an error.
13401 Use char because int might match the return type of a GCC
13402 builtin and then its argument prototype would still apply. */
13403 #ifdef __cplusplus
13404 extern "C"
13405 #endif
13406 char waddch ();
13408 main ()
13410 return waddch ();
13412 return 0;
13414 _ACEOF
13415 rm -f conftest.$ac_objext conftest$ac_exeext
13416 if { (ac_try="$ac_link"
13417 case "(($ac_try" in
13418 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13419 *) ac_try_echo=$ac_try;;
13420 esac
13421 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
13422 $as_echo "$ac_try_echo") >&5
13423 (eval "$ac_link") 2>conftest.er1
13424 ac_status=$?
13425 grep -v '^ *+' conftest.er1 >conftest.err
13426 rm -f conftest.er1
13427 cat conftest.err >&5
13428 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
13429 (exit $ac_status); } && {
13430 test -z "$ac_c_werror_flag" ||
13431 test ! -s conftest.err
13432 } && test -s conftest$ac_exeext && {
13433 test "$cross_compiling" = yes ||
13434 $as_test_x conftest$ac_exeext
13435 }; then
13436 case "$LIBEXT" in
13437 dll) ;;
13438 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'` ;;
13439 *) ac_cv_lib_soname_ncurses=`$ac_cv_path_LDD conftest$ac_exeext | grep "libncurses\\.$LIBEXT" | sed -e "s/^.*\(libncurses\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
13440 esac
13441 else
13442 $as_echo "$as_me: failed program was:" >&5
13443 sed 's/^/| /' conftest.$ac_ext >&5
13448 rm -rf conftest.dSYM
13449 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
13450 conftest$ac_exeext conftest.$ac_ext
13451 LIBS=$ac_check_soname_save_LIBS
13453 if test "x$ac_cv_lib_soname_ncurses" = "x"; then
13454 { $as_echo "$as_me:$LINENO: result: not found" >&5
13455 $as_echo "not found" >&6; }
13457 else
13458 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_ncurses" >&5
13459 $as_echo "$ac_cv_lib_soname_ncurses" >&6; }
13461 cat >>confdefs.h <<_ACEOF
13462 #define SONAME_LIBNCURSES "$ac_cv_lib_soname_ncurses"
13463 _ACEOF
13465 CURSESLIBS="-lncurses"
13468 elif test "$ac_cv_header_curses_h" = "yes"
13469 then
13470 { $as_echo "$as_me:$LINENO: checking for -lcurses" >&5
13471 $as_echo_n "checking for -lcurses... " >&6; }
13472 if test "${ac_cv_lib_soname_curses+set}" = set; then
13473 $as_echo_n "(cached) " >&6
13474 else
13475 ac_check_soname_save_LIBS=$LIBS
13476 LIBS="-lcurses $LIBS"
13477 cat >conftest.$ac_ext <<_ACEOF
13478 /* confdefs.h. */
13479 _ACEOF
13480 cat confdefs.h >>conftest.$ac_ext
13481 cat >>conftest.$ac_ext <<_ACEOF
13482 /* end confdefs.h. */
13484 /* Override any GCC internal prototype to avoid an error.
13485 Use char because int might match the return type of a GCC
13486 builtin and then its argument prototype would still apply. */
13487 #ifdef __cplusplus
13488 extern "C"
13489 #endif
13490 char waddch ();
13492 main ()
13494 return waddch ();
13496 return 0;
13498 _ACEOF
13499 rm -f conftest.$ac_objext conftest$ac_exeext
13500 if { (ac_try="$ac_link"
13501 case "(($ac_try" in
13502 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13503 *) ac_try_echo=$ac_try;;
13504 esac
13505 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
13506 $as_echo "$ac_try_echo") >&5
13507 (eval "$ac_link") 2>conftest.er1
13508 ac_status=$?
13509 grep -v '^ *+' conftest.er1 >conftest.err
13510 rm -f conftest.er1
13511 cat conftest.err >&5
13512 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
13513 (exit $ac_status); } && {
13514 test -z "$ac_c_werror_flag" ||
13515 test ! -s conftest.err
13516 } && test -s conftest$ac_exeext && {
13517 test "$cross_compiling" = yes ||
13518 $as_test_x conftest$ac_exeext
13519 }; then
13520 case "$LIBEXT" in
13521 dll) ;;
13522 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'` ;;
13523 *) ac_cv_lib_soname_curses=`$ac_cv_path_LDD conftest$ac_exeext | grep "libcurses\\.$LIBEXT" | sed -e "s/^.*\(libcurses\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
13524 esac
13525 else
13526 $as_echo "$as_me: failed program was:" >&5
13527 sed 's/^/| /' conftest.$ac_ext >&5
13532 rm -rf conftest.dSYM
13533 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
13534 conftest$ac_exeext conftest.$ac_ext
13535 LIBS=$ac_check_soname_save_LIBS
13537 if test "x$ac_cv_lib_soname_curses" = "x"; then
13538 { $as_echo "$as_me:$LINENO: result: not found" >&5
13539 $as_echo "not found" >&6; }
13541 else
13542 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_curses" >&5
13543 $as_echo "$ac_cv_lib_soname_curses" >&6; }
13545 cat >>confdefs.h <<_ACEOF
13546 #define SONAME_LIBCURSES "$ac_cv_lib_soname_curses"
13547 _ACEOF
13549 CURSESLIBS="-lcurses"
13553 ac_save_LIBS="$LIBS"
13554 LIBS="$LIBS $CURSESLIBS"
13556 for ac_func in mousemask
13558 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
13559 { $as_echo "$as_me:$LINENO: checking for $ac_func" >&5
13560 $as_echo_n "checking for $ac_func... " >&6; }
13561 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
13562 $as_echo_n "(cached) " >&6
13563 else
13564 cat >conftest.$ac_ext <<_ACEOF
13565 /* confdefs.h. */
13566 _ACEOF
13567 cat confdefs.h >>conftest.$ac_ext
13568 cat >>conftest.$ac_ext <<_ACEOF
13569 /* end confdefs.h. */
13570 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
13571 For example, HP-UX 11i <limits.h> declares gettimeofday. */
13572 #define $ac_func innocuous_$ac_func
13574 /* System header to define __stub macros and hopefully few prototypes,
13575 which can conflict with char $ac_func (); below.
13576 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
13577 <limits.h> exists even on freestanding compilers. */
13579 #ifdef __STDC__
13580 # include <limits.h>
13581 #else
13582 # include <assert.h>
13583 #endif
13585 #undef $ac_func
13587 /* Override any GCC internal prototype to avoid an error.
13588 Use char because int might match the return type of a GCC
13589 builtin and then its argument prototype would still apply. */
13590 #ifdef __cplusplus
13591 extern "C"
13592 #endif
13593 char $ac_func ();
13594 /* The GNU C library defines this for functions which it implements
13595 to always fail with ENOSYS. Some functions are actually named
13596 something starting with __ and the normal name is an alias. */
13597 #if defined __stub_$ac_func || defined __stub___$ac_func
13598 choke me
13599 #endif
13602 main ()
13604 return $ac_func ();
13606 return 0;
13608 _ACEOF
13609 rm -f conftest.$ac_objext conftest$ac_exeext
13610 if { (ac_try="$ac_link"
13611 case "(($ac_try" in
13612 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13613 *) ac_try_echo=$ac_try;;
13614 esac
13615 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
13616 $as_echo "$ac_try_echo") >&5
13617 (eval "$ac_link") 2>conftest.er1
13618 ac_status=$?
13619 grep -v '^ *+' conftest.er1 >conftest.err
13620 rm -f conftest.er1
13621 cat conftest.err >&5
13622 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
13623 (exit $ac_status); } && {
13624 test -z "$ac_c_werror_flag" ||
13625 test ! -s conftest.err
13626 } && test -s conftest$ac_exeext && {
13627 test "$cross_compiling" = yes ||
13628 $as_test_x conftest$ac_exeext
13629 }; then
13630 eval "$as_ac_var=yes"
13631 else
13632 $as_echo "$as_me: failed program was:" >&5
13633 sed 's/^/| /' conftest.$ac_ext >&5
13635 eval "$as_ac_var=no"
13638 rm -rf conftest.dSYM
13639 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
13640 conftest$ac_exeext conftest.$ac_ext
13642 ac_res=`eval 'as_val=${'$as_ac_var'}
13643 $as_echo "$as_val"'`
13644 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
13645 $as_echo "$ac_res" >&6; }
13646 as_val=`eval 'as_val=${'$as_ac_var'}
13647 $as_echo "$as_val"'`
13648 if test "x$as_val" = x""yes; then
13649 cat >>confdefs.h <<_ACEOF
13650 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
13651 _ACEOF
13654 done
13656 LIBS="$ac_save_LIBS"
13657 if test "x$ac_cv_lib_soname_curses$ac_cv_lib_soname_ncurses" = "x"; then
13658 case "x$with_curses" in
13659 x) wine_notices="$wine_notices|lib(n)curses ${notice_platform}development files not found, curses won't be supported." ;;
13660 xno) ;;
13661 *) { { $as_echo "$as_me:$LINENO: error: lib(n)curses ${notice_platform}development files not found, curses won't be supported.
13662 This is an error since --with-curses was requested." >&5
13663 $as_echo "$as_me: error: lib(n)curses ${notice_platform}development files not found, curses won't be supported.
13664 This is an error since --with-curses was requested." >&2;}
13665 { (exit 1); exit 1; }; } ;;
13666 esac
13670 # Extract the first word of "sane-config", so it can be a program name with args.
13671 set dummy sane-config; ac_word=$2
13672 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
13673 $as_echo_n "checking for $ac_word... " >&6; }
13674 if test "${ac_cv_prog_sane_devel+set}" = set; then
13675 $as_echo_n "(cached) " >&6
13676 else
13677 if test -n "$sane_devel"; then
13678 ac_cv_prog_sane_devel="$sane_devel" # Let the user override the test.
13679 else
13680 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
13681 for as_dir in $PATH
13683 IFS=$as_save_IFS
13684 test -z "$as_dir" && as_dir=.
13685 for ac_exec_ext in '' $ac_executable_extensions; do
13686 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
13687 ac_cv_prog_sane_devel="sane-config"
13688 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
13689 break 2
13691 done
13692 done
13693 IFS=$as_save_IFS
13695 test -z "$ac_cv_prog_sane_devel" && ac_cv_prog_sane_devel="no"
13698 sane_devel=$ac_cv_prog_sane_devel
13699 if test -n "$sane_devel"; then
13700 { $as_echo "$as_me:$LINENO: result: $sane_devel" >&5
13701 $as_echo "$sane_devel" >&6; }
13702 else
13703 { $as_echo "$as_me:$LINENO: result: no" >&5
13704 $as_echo "no" >&6; }
13708 if test "$sane_devel" != "no" -a "x$with_sane" != "xno"
13709 then
13710 ac_sane_incl="`$sane_devel --cflags`"
13711 ac_sane_libs="`$sane_devel --ldflags`"
13712 ac_save_CPPFLAGS="$CPPFLAGS"
13713 CPPFLAGS="$CPPFLAGS $ac_sane_incl"
13714 if test "${ac_cv_header_sane_sane_h+set}" = set; then
13715 { $as_echo "$as_me:$LINENO: checking for sane/sane.h" >&5
13716 $as_echo_n "checking for sane/sane.h... " >&6; }
13717 if test "${ac_cv_header_sane_sane_h+set}" = set; then
13718 $as_echo_n "(cached) " >&6
13720 { $as_echo "$as_me:$LINENO: result: $ac_cv_header_sane_sane_h" >&5
13721 $as_echo "$ac_cv_header_sane_sane_h" >&6; }
13722 else
13723 # Is the header compilable?
13724 { $as_echo "$as_me:$LINENO: checking sane/sane.h usability" >&5
13725 $as_echo_n "checking sane/sane.h usability... " >&6; }
13726 cat >conftest.$ac_ext <<_ACEOF
13727 /* confdefs.h. */
13728 _ACEOF
13729 cat confdefs.h >>conftest.$ac_ext
13730 cat >>conftest.$ac_ext <<_ACEOF
13731 /* end confdefs.h. */
13732 $ac_includes_default
13733 #include <sane/sane.h>
13734 _ACEOF
13735 rm -f conftest.$ac_objext
13736 if { (ac_try="$ac_compile"
13737 case "(($ac_try" in
13738 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13739 *) ac_try_echo=$ac_try;;
13740 esac
13741 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
13742 $as_echo "$ac_try_echo") >&5
13743 (eval "$ac_compile") 2>conftest.er1
13744 ac_status=$?
13745 grep -v '^ *+' conftest.er1 >conftest.err
13746 rm -f conftest.er1
13747 cat conftest.err >&5
13748 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
13749 (exit $ac_status); } && {
13750 test -z "$ac_c_werror_flag" ||
13751 test ! -s conftest.err
13752 } && test -s conftest.$ac_objext; then
13753 ac_header_compiler=yes
13754 else
13755 $as_echo "$as_me: failed program was:" >&5
13756 sed 's/^/| /' conftest.$ac_ext >&5
13758 ac_header_compiler=no
13761 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
13762 { $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
13763 $as_echo "$ac_header_compiler" >&6; }
13765 # Is the header present?
13766 { $as_echo "$as_me:$LINENO: checking sane/sane.h presence" >&5
13767 $as_echo_n "checking sane/sane.h presence... " >&6; }
13768 cat >conftest.$ac_ext <<_ACEOF
13769 /* confdefs.h. */
13770 _ACEOF
13771 cat confdefs.h >>conftest.$ac_ext
13772 cat >>conftest.$ac_ext <<_ACEOF
13773 /* end confdefs.h. */
13774 #include <sane/sane.h>
13775 _ACEOF
13776 if { (ac_try="$ac_cpp conftest.$ac_ext"
13777 case "(($ac_try" in
13778 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13779 *) ac_try_echo=$ac_try;;
13780 esac
13781 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
13782 $as_echo "$ac_try_echo") >&5
13783 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
13784 ac_status=$?
13785 grep -v '^ *+' conftest.er1 >conftest.err
13786 rm -f conftest.er1
13787 cat conftest.err >&5
13788 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
13789 (exit $ac_status); } >/dev/null && {
13790 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
13791 test ! -s conftest.err
13792 }; then
13793 ac_header_preproc=yes
13794 else
13795 $as_echo "$as_me: failed program was:" >&5
13796 sed 's/^/| /' conftest.$ac_ext >&5
13798 ac_header_preproc=no
13801 rm -f conftest.err conftest.$ac_ext
13802 { $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
13803 $as_echo "$ac_header_preproc" >&6; }
13805 # So? What about this header?
13806 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
13807 yes:no: )
13808 { $as_echo "$as_me:$LINENO: WARNING: sane/sane.h: accepted by the compiler, rejected by the preprocessor!" >&5
13809 $as_echo "$as_me: WARNING: sane/sane.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
13810 { $as_echo "$as_me:$LINENO: WARNING: sane/sane.h: proceeding with the compiler's result" >&5
13811 $as_echo "$as_me: WARNING: sane/sane.h: proceeding with the compiler's result" >&2;}
13812 ac_header_preproc=yes
13814 no:yes:* )
13815 { $as_echo "$as_me:$LINENO: WARNING: sane/sane.h: present but cannot be compiled" >&5
13816 $as_echo "$as_me: WARNING: sane/sane.h: present but cannot be compiled" >&2;}
13817 { $as_echo "$as_me:$LINENO: WARNING: sane/sane.h: check for missing prerequisite headers?" >&5
13818 $as_echo "$as_me: WARNING: sane/sane.h: check for missing prerequisite headers?" >&2;}
13819 { $as_echo "$as_me:$LINENO: WARNING: sane/sane.h: see the Autoconf documentation" >&5
13820 $as_echo "$as_me: WARNING: sane/sane.h: see the Autoconf documentation" >&2;}
13821 { $as_echo "$as_me:$LINENO: WARNING: sane/sane.h: section \"Present But Cannot Be Compiled\"" >&5
13822 $as_echo "$as_me: WARNING: sane/sane.h: section \"Present But Cannot Be Compiled\"" >&2;}
13823 { $as_echo "$as_me:$LINENO: WARNING: sane/sane.h: proceeding with the preprocessor's result" >&5
13824 $as_echo "$as_me: WARNING: sane/sane.h: proceeding with the preprocessor's result" >&2;}
13825 { $as_echo "$as_me:$LINENO: WARNING: sane/sane.h: in the future, the compiler will take precedence" >&5
13826 $as_echo "$as_me: WARNING: sane/sane.h: in the future, the compiler will take precedence" >&2;}
13827 ( cat <<\_ASBOX
13828 ## ------------------------------------ ##
13829 ## Report this to wine-devel@winehq.org ##
13830 ## ------------------------------------ ##
13831 _ASBOX
13832 ) | sed "s/^/$as_me: WARNING: /" >&2
13834 esac
13835 { $as_echo "$as_me:$LINENO: checking for sane/sane.h" >&5
13836 $as_echo_n "checking for sane/sane.h... " >&6; }
13837 if test "${ac_cv_header_sane_sane_h+set}" = set; then
13838 $as_echo_n "(cached) " >&6
13839 else
13840 ac_cv_header_sane_sane_h=$ac_header_preproc
13842 { $as_echo "$as_me:$LINENO: result: $ac_cv_header_sane_sane_h" >&5
13843 $as_echo "$ac_cv_header_sane_sane_h" >&6; }
13846 if test "x$ac_cv_header_sane_sane_h" = x""yes; then
13847 { $as_echo "$as_me:$LINENO: checking for -lsane" >&5
13848 $as_echo_n "checking for -lsane... " >&6; }
13849 if test "${ac_cv_lib_soname_sane+set}" = set; then
13850 $as_echo_n "(cached) " >&6
13851 else
13852 ac_check_soname_save_LIBS=$LIBS
13853 LIBS="-lsane $ac_sane_libs $LIBS"
13854 cat >conftest.$ac_ext <<_ACEOF
13855 /* confdefs.h. */
13856 _ACEOF
13857 cat confdefs.h >>conftest.$ac_ext
13858 cat >>conftest.$ac_ext <<_ACEOF
13859 /* end confdefs.h. */
13861 /* Override any GCC internal prototype to avoid an error.
13862 Use char because int might match the return type of a GCC
13863 builtin and then its argument prototype would still apply. */
13864 #ifdef __cplusplus
13865 extern "C"
13866 #endif
13867 char sane_init ();
13869 main ()
13871 return sane_init ();
13873 return 0;
13875 _ACEOF
13876 rm -f conftest.$ac_objext conftest$ac_exeext
13877 if { (ac_try="$ac_link"
13878 case "(($ac_try" in
13879 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13880 *) ac_try_echo=$ac_try;;
13881 esac
13882 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
13883 $as_echo "$ac_try_echo") >&5
13884 (eval "$ac_link") 2>conftest.er1
13885 ac_status=$?
13886 grep -v '^ *+' conftest.er1 >conftest.err
13887 rm -f conftest.er1
13888 cat conftest.err >&5
13889 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
13890 (exit $ac_status); } && {
13891 test -z "$ac_c_werror_flag" ||
13892 test ! -s conftest.err
13893 } && test -s conftest$ac_exeext && {
13894 test "$cross_compiling" = yes ||
13895 $as_test_x conftest$ac_exeext
13896 }; then
13897 case "$LIBEXT" in
13898 dll) ;;
13899 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'` ;;
13900 *) ac_cv_lib_soname_sane=`$ac_cv_path_LDD conftest$ac_exeext | grep "libsane\\.$LIBEXT" | sed -e "s/^.*\(libsane\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
13901 esac
13902 else
13903 $as_echo "$as_me: failed program was:" >&5
13904 sed 's/^/| /' conftest.$ac_ext >&5
13909 rm -rf conftest.dSYM
13910 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
13911 conftest$ac_exeext conftest.$ac_ext
13912 LIBS=$ac_check_soname_save_LIBS
13914 if test "x$ac_cv_lib_soname_sane" = "x"; then
13915 { $as_echo "$as_me:$LINENO: result: not found" >&5
13916 $as_echo "not found" >&6; }
13918 else
13919 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_sane" >&5
13920 $as_echo "$ac_cv_lib_soname_sane" >&6; }
13922 cat >>confdefs.h <<_ACEOF
13923 #define SONAME_LIBSANE "$ac_cv_lib_soname_sane"
13924 _ACEOF
13926 SANEINCL="$ac_sane_incl"
13933 CPPFLAGS="$ac_save_CPPFLAGS"
13935 if test "x$ac_cv_lib_soname_sane" = "x"; then
13936 case "x$with_sane" in
13937 x) wine_notices="$wine_notices|libsane ${notice_platform}development files not found, scanners won't be supported." ;;
13938 xno) ;;
13939 *) { { $as_echo "$as_me:$LINENO: error: libsane ${notice_platform}development files not found, scanners won't be supported.
13940 This is an error since --with-sane was requested." >&5
13941 $as_echo "$as_me: error: libsane ${notice_platform}development files not found, scanners won't be supported.
13942 This is an error since --with-sane was requested." >&2;}
13943 { (exit 1); exit 1; }; } ;;
13944 esac
13948 # Extract the first word of "gphoto2-config", so it can be a program name with args.
13949 set dummy gphoto2-config; ac_word=$2
13950 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
13951 $as_echo_n "checking for $ac_word... " >&6; }
13952 if test "${ac_cv_prog_gphoto2_devel+set}" = set; then
13953 $as_echo_n "(cached) " >&6
13954 else
13955 if test -n "$gphoto2_devel"; then
13956 ac_cv_prog_gphoto2_devel="$gphoto2_devel" # Let the user override the test.
13957 else
13958 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
13959 for as_dir in $PATH
13961 IFS=$as_save_IFS
13962 test -z "$as_dir" && as_dir=.
13963 for ac_exec_ext in '' $ac_executable_extensions; do
13964 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
13965 ac_cv_prog_gphoto2_devel="gphoto2-config"
13966 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
13967 break 2
13969 done
13970 done
13971 IFS=$as_save_IFS
13973 test -z "$ac_cv_prog_gphoto2_devel" && ac_cv_prog_gphoto2_devel="no"
13976 gphoto2_devel=$ac_cv_prog_gphoto2_devel
13977 if test -n "$gphoto2_devel"; then
13978 { $as_echo "$as_me:$LINENO: result: $gphoto2_devel" >&5
13979 $as_echo "$gphoto2_devel" >&6; }
13980 else
13981 { $as_echo "$as_me:$LINENO: result: no" >&5
13982 $as_echo "no" >&6; }
13986 # Extract the first word of "gphoto2-port-config", so it can be a program name with args.
13987 set dummy gphoto2-port-config; ac_word=$2
13988 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
13989 $as_echo_n "checking for $ac_word... " >&6; }
13990 if test "${ac_cv_prog_gphoto2port_devel+set}" = set; then
13991 $as_echo_n "(cached) " >&6
13992 else
13993 if test -n "$gphoto2port_devel"; then
13994 ac_cv_prog_gphoto2port_devel="$gphoto2port_devel" # Let the user override the test.
13995 else
13996 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
13997 for as_dir in $PATH
13999 IFS=$as_save_IFS
14000 test -z "$as_dir" && as_dir=.
14001 for ac_exec_ext in '' $ac_executable_extensions; do
14002 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
14003 ac_cv_prog_gphoto2port_devel="gphoto2-port-config"
14004 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
14005 break 2
14007 done
14008 done
14009 IFS=$as_save_IFS
14011 test -z "$ac_cv_prog_gphoto2port_devel" && ac_cv_prog_gphoto2port_devel="no"
14014 gphoto2port_devel=$ac_cv_prog_gphoto2port_devel
14015 if test -n "$gphoto2port_devel"; then
14016 { $as_echo "$as_me:$LINENO: result: $gphoto2port_devel" >&5
14017 $as_echo "$gphoto2port_devel" >&6; }
14018 else
14019 { $as_echo "$as_me:$LINENO: result: no" >&5
14020 $as_echo "no" >&6; }
14024 if test "$gphoto2_devel" != "no" -a "$gphoto2port_devel" != "no" -a "x$with_gphoto" != "xno"
14025 then
14026 ac_gphoto2_incl="`$gphoto2_devel --cflags` `$gphoto2port_devel --cflags`"
14027 ac_gphoto2_libs=""
14028 for i in `$gphoto2_devel --libs` `$gphoto2port_devel --libs`
14030 case "$i" in
14031 -L/usr/lib|-L/usr/lib64) ;;
14032 -L*|-l*) ac_gphoto2_libs="$ac_gphoto2_libs $i";;
14033 esac
14034 done
14035 ac_save_CPPFLAGS="$CPPFLAGS"
14036 CPPFLAGS="$CPPFLAGS $ac_gphoto2_incl"
14037 if test "${ac_cv_header_gphoto2_camera_h+set}" = set; then
14038 { $as_echo "$as_me:$LINENO: checking for gphoto2-camera.h" >&5
14039 $as_echo_n "checking for gphoto2-camera.h... " >&6; }
14040 if test "${ac_cv_header_gphoto2_camera_h+set}" = set; then
14041 $as_echo_n "(cached) " >&6
14043 { $as_echo "$as_me:$LINENO: result: $ac_cv_header_gphoto2_camera_h" >&5
14044 $as_echo "$ac_cv_header_gphoto2_camera_h" >&6; }
14045 else
14046 # Is the header compilable?
14047 { $as_echo "$as_me:$LINENO: checking gphoto2-camera.h usability" >&5
14048 $as_echo_n "checking gphoto2-camera.h usability... " >&6; }
14049 cat >conftest.$ac_ext <<_ACEOF
14050 /* confdefs.h. */
14051 _ACEOF
14052 cat confdefs.h >>conftest.$ac_ext
14053 cat >>conftest.$ac_ext <<_ACEOF
14054 /* end confdefs.h. */
14055 $ac_includes_default
14056 #include <gphoto2-camera.h>
14057 _ACEOF
14058 rm -f conftest.$ac_objext
14059 if { (ac_try="$ac_compile"
14060 case "(($ac_try" in
14061 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14062 *) ac_try_echo=$ac_try;;
14063 esac
14064 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
14065 $as_echo "$ac_try_echo") >&5
14066 (eval "$ac_compile") 2>conftest.er1
14067 ac_status=$?
14068 grep -v '^ *+' conftest.er1 >conftest.err
14069 rm -f conftest.er1
14070 cat conftest.err >&5
14071 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
14072 (exit $ac_status); } && {
14073 test -z "$ac_c_werror_flag" ||
14074 test ! -s conftest.err
14075 } && test -s conftest.$ac_objext; then
14076 ac_header_compiler=yes
14077 else
14078 $as_echo "$as_me: failed program was:" >&5
14079 sed 's/^/| /' conftest.$ac_ext >&5
14081 ac_header_compiler=no
14084 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14085 { $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
14086 $as_echo "$ac_header_compiler" >&6; }
14088 # Is the header present?
14089 { $as_echo "$as_me:$LINENO: checking gphoto2-camera.h presence" >&5
14090 $as_echo_n "checking gphoto2-camera.h presence... " >&6; }
14091 cat >conftest.$ac_ext <<_ACEOF
14092 /* confdefs.h. */
14093 _ACEOF
14094 cat confdefs.h >>conftest.$ac_ext
14095 cat >>conftest.$ac_ext <<_ACEOF
14096 /* end confdefs.h. */
14097 #include <gphoto2-camera.h>
14098 _ACEOF
14099 if { (ac_try="$ac_cpp conftest.$ac_ext"
14100 case "(($ac_try" in
14101 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14102 *) ac_try_echo=$ac_try;;
14103 esac
14104 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
14105 $as_echo "$ac_try_echo") >&5
14106 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
14107 ac_status=$?
14108 grep -v '^ *+' conftest.er1 >conftest.err
14109 rm -f conftest.er1
14110 cat conftest.err >&5
14111 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
14112 (exit $ac_status); } >/dev/null && {
14113 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
14114 test ! -s conftest.err
14115 }; then
14116 ac_header_preproc=yes
14117 else
14118 $as_echo "$as_me: failed program was:" >&5
14119 sed 's/^/| /' conftest.$ac_ext >&5
14121 ac_header_preproc=no
14124 rm -f conftest.err conftest.$ac_ext
14125 { $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
14126 $as_echo "$ac_header_preproc" >&6; }
14128 # So? What about this header?
14129 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
14130 yes:no: )
14131 { $as_echo "$as_me:$LINENO: WARNING: gphoto2-camera.h: accepted by the compiler, rejected by the preprocessor!" >&5
14132 $as_echo "$as_me: WARNING: gphoto2-camera.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
14133 { $as_echo "$as_me:$LINENO: WARNING: gphoto2-camera.h: proceeding with the compiler's result" >&5
14134 $as_echo "$as_me: WARNING: gphoto2-camera.h: proceeding with the compiler's result" >&2;}
14135 ac_header_preproc=yes
14137 no:yes:* )
14138 { $as_echo "$as_me:$LINENO: WARNING: gphoto2-camera.h: present but cannot be compiled" >&5
14139 $as_echo "$as_me: WARNING: gphoto2-camera.h: present but cannot be compiled" >&2;}
14140 { $as_echo "$as_me:$LINENO: WARNING: gphoto2-camera.h: check for missing prerequisite headers?" >&5
14141 $as_echo "$as_me: WARNING: gphoto2-camera.h: check for missing prerequisite headers?" >&2;}
14142 { $as_echo "$as_me:$LINENO: WARNING: gphoto2-camera.h: see the Autoconf documentation" >&5
14143 $as_echo "$as_me: WARNING: gphoto2-camera.h: see the Autoconf documentation" >&2;}
14144 { $as_echo "$as_me:$LINENO: WARNING: gphoto2-camera.h: section \"Present But Cannot Be Compiled\"" >&5
14145 $as_echo "$as_me: WARNING: gphoto2-camera.h: section \"Present But Cannot Be Compiled\"" >&2;}
14146 { $as_echo "$as_me:$LINENO: WARNING: gphoto2-camera.h: proceeding with the preprocessor's result" >&5
14147 $as_echo "$as_me: WARNING: gphoto2-camera.h: proceeding with the preprocessor's result" >&2;}
14148 { $as_echo "$as_me:$LINENO: WARNING: gphoto2-camera.h: in the future, the compiler will take precedence" >&5
14149 $as_echo "$as_me: WARNING: gphoto2-camera.h: in the future, the compiler will take precedence" >&2;}
14150 ( cat <<\_ASBOX
14151 ## ------------------------------------ ##
14152 ## Report this to wine-devel@winehq.org ##
14153 ## ------------------------------------ ##
14154 _ASBOX
14155 ) | sed "s/^/$as_me: WARNING: /" >&2
14157 esac
14158 { $as_echo "$as_me:$LINENO: checking for gphoto2-camera.h" >&5
14159 $as_echo_n "checking for gphoto2-camera.h... " >&6; }
14160 if test "${ac_cv_header_gphoto2_camera_h+set}" = set; then
14161 $as_echo_n "(cached) " >&6
14162 else
14163 ac_cv_header_gphoto2_camera_h=$ac_header_preproc
14165 { $as_echo "$as_me:$LINENO: result: $ac_cv_header_gphoto2_camera_h" >&5
14166 $as_echo "$ac_cv_header_gphoto2_camera_h" >&6; }
14169 if test "x$ac_cv_header_gphoto2_camera_h" = x""yes; then
14170 { $as_echo "$as_me:$LINENO: checking for gp_camera_new in -lgphoto2" >&5
14171 $as_echo_n "checking for gp_camera_new in -lgphoto2... " >&6; }
14172 if test "${ac_cv_lib_gphoto2_gp_camera_new+set}" = set; then
14173 $as_echo_n "(cached) " >&6
14174 else
14175 ac_check_lib_save_LIBS=$LIBS
14176 LIBS="-lgphoto2 $ac_gphoto2_libs $LIBS"
14177 cat >conftest.$ac_ext <<_ACEOF
14178 /* confdefs.h. */
14179 _ACEOF
14180 cat confdefs.h >>conftest.$ac_ext
14181 cat >>conftest.$ac_ext <<_ACEOF
14182 /* end confdefs.h. */
14184 /* Override any GCC internal prototype to avoid an error.
14185 Use char because int might match the return type of a GCC
14186 builtin and then its argument prototype would still apply. */
14187 #ifdef __cplusplus
14188 extern "C"
14189 #endif
14190 char gp_camera_new ();
14192 main ()
14194 return gp_camera_new ();
14196 return 0;
14198 _ACEOF
14199 rm -f conftest.$ac_objext conftest$ac_exeext
14200 if { (ac_try="$ac_link"
14201 case "(($ac_try" in
14202 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14203 *) ac_try_echo=$ac_try;;
14204 esac
14205 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
14206 $as_echo "$ac_try_echo") >&5
14207 (eval "$ac_link") 2>conftest.er1
14208 ac_status=$?
14209 grep -v '^ *+' conftest.er1 >conftest.err
14210 rm -f conftest.er1
14211 cat conftest.err >&5
14212 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
14213 (exit $ac_status); } && {
14214 test -z "$ac_c_werror_flag" ||
14215 test ! -s conftest.err
14216 } && test -s conftest$ac_exeext && {
14217 test "$cross_compiling" = yes ||
14218 $as_test_x conftest$ac_exeext
14219 }; then
14220 ac_cv_lib_gphoto2_gp_camera_new=yes
14221 else
14222 $as_echo "$as_me: failed program was:" >&5
14223 sed 's/^/| /' conftest.$ac_ext >&5
14225 ac_cv_lib_gphoto2_gp_camera_new=no
14228 rm -rf conftest.dSYM
14229 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
14230 conftest$ac_exeext conftest.$ac_ext
14231 LIBS=$ac_check_lib_save_LIBS
14233 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_gphoto2_gp_camera_new" >&5
14234 $as_echo "$ac_cv_lib_gphoto2_gp_camera_new" >&6; }
14235 if test "x$ac_cv_lib_gphoto2_gp_camera_new" = x""yes; then
14237 cat >>confdefs.h <<\_ACEOF
14238 #define HAVE_GPHOTO2 1
14239 _ACEOF
14241 GPHOTO2LIBS="$ac_gphoto2_libs"
14243 GPHOTO2INCL="$ac_gphoto2_incl"
14250 CPPFLAGS="$ac_save_CPPFLAGS"
14252 if test "$ac_cv_lib_gphoto2_gp_camera_new" != "yes"; then
14253 case "x$with_gphoto" in
14254 x) wine_notices="$wine_notices|libgphoto2 ${notice_platform}development files not found, digital cameras won't be supported." ;;
14255 xno) ;;
14256 *) { { $as_echo "$as_me:$LINENO: error: libgphoto2 ${notice_platform}development files not found, digital cameras won't be supported.
14257 This is an error since --with-gphoto was requested." >&5
14258 $as_echo "$as_me: error: libgphoto2 ${notice_platform}development files not found, digital cameras won't be supported.
14259 This is an error since --with-gphoto was requested." >&2;}
14260 { (exit 1); exit 1; }; } ;;
14261 esac
14266 RESOLVLIBS=""
14268 if test "$ac_cv_header_resolv_h" = "yes"
14269 then
14270 { $as_echo "$as_me:$LINENO: checking for res_query in -lresolv" >&5
14271 $as_echo_n "checking for res_query in -lresolv... " >&6; }
14272 if test "${ac_cv_lib_resolv_res_query+set}" = set; then
14273 $as_echo_n "(cached) " >&6
14274 else
14275 ac_check_lib_save_LIBS=$LIBS
14276 LIBS="-lresolv $LIBS"
14277 cat >conftest.$ac_ext <<_ACEOF
14278 /* confdefs.h. */
14279 _ACEOF
14280 cat confdefs.h >>conftest.$ac_ext
14281 cat >>conftest.$ac_ext <<_ACEOF
14282 /* end confdefs.h. */
14284 /* Override any GCC internal prototype to avoid an error.
14285 Use char because int might match the return type of a GCC
14286 builtin and then its argument prototype would still apply. */
14287 #ifdef __cplusplus
14288 extern "C"
14289 #endif
14290 char res_query ();
14292 main ()
14294 return res_query ();
14296 return 0;
14298 _ACEOF
14299 rm -f conftest.$ac_objext conftest$ac_exeext
14300 if { (ac_try="$ac_link"
14301 case "(($ac_try" in
14302 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14303 *) ac_try_echo=$ac_try;;
14304 esac
14305 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
14306 $as_echo "$ac_try_echo") >&5
14307 (eval "$ac_link") 2>conftest.er1
14308 ac_status=$?
14309 grep -v '^ *+' conftest.er1 >conftest.err
14310 rm -f conftest.er1
14311 cat conftest.err >&5
14312 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
14313 (exit $ac_status); } && {
14314 test -z "$ac_c_werror_flag" ||
14315 test ! -s conftest.err
14316 } && test -s conftest$ac_exeext && {
14317 test "$cross_compiling" = yes ||
14318 $as_test_x conftest$ac_exeext
14319 }; then
14320 ac_cv_lib_resolv_res_query=yes
14321 else
14322 $as_echo "$as_me: failed program was:" >&5
14323 sed 's/^/| /' conftest.$ac_ext >&5
14325 ac_cv_lib_resolv_res_query=no
14328 rm -rf conftest.dSYM
14329 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
14330 conftest$ac_exeext conftest.$ac_ext
14331 LIBS=$ac_check_lib_save_LIBS
14333 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_resolv_res_query" >&5
14334 $as_echo "$ac_cv_lib_resolv_res_query" >&6; }
14335 if test "x$ac_cv_lib_resolv_res_query" = x""yes; then
14337 cat >>confdefs.h <<\_ACEOF
14338 #define HAVE_RESOLV 1
14339 _ACEOF
14341 RESOLVLIBS="-lresolv"
14346 LCMSLIBS=""
14348 if test "$ac_cv_header_lcms_h" = "yes" -o "$ac_cv_header_lcms_lcms_h" = "yes"
14349 then
14350 { $as_echo "$as_me:$LINENO: checking for cmsOpenProfileFromFile in -llcms" >&5
14351 $as_echo_n "checking for cmsOpenProfileFromFile in -llcms... " >&6; }
14352 if test "${ac_cv_lib_lcms_cmsOpenProfileFromFile+set}" = set; then
14353 $as_echo_n "(cached) " >&6
14354 else
14355 ac_check_lib_save_LIBS=$LIBS
14356 LIBS="-llcms $LIBS"
14357 cat >conftest.$ac_ext <<_ACEOF
14358 /* confdefs.h. */
14359 _ACEOF
14360 cat confdefs.h >>conftest.$ac_ext
14361 cat >>conftest.$ac_ext <<_ACEOF
14362 /* end confdefs.h. */
14364 /* Override any GCC internal prototype to avoid an error.
14365 Use char because int might match the return type of a GCC
14366 builtin and then its argument prototype would still apply. */
14367 #ifdef __cplusplus
14368 extern "C"
14369 #endif
14370 char cmsOpenProfileFromFile ();
14372 main ()
14374 return cmsOpenProfileFromFile ();
14376 return 0;
14378 _ACEOF
14379 rm -f conftest.$ac_objext conftest$ac_exeext
14380 if { (ac_try="$ac_link"
14381 case "(($ac_try" in
14382 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14383 *) ac_try_echo=$ac_try;;
14384 esac
14385 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
14386 $as_echo "$ac_try_echo") >&5
14387 (eval "$ac_link") 2>conftest.er1
14388 ac_status=$?
14389 grep -v '^ *+' conftest.er1 >conftest.err
14390 rm -f conftest.er1
14391 cat conftest.err >&5
14392 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
14393 (exit $ac_status); } && {
14394 test -z "$ac_c_werror_flag" ||
14395 test ! -s conftest.err
14396 } && test -s conftest$ac_exeext && {
14397 test "$cross_compiling" = yes ||
14398 $as_test_x conftest$ac_exeext
14399 }; then
14400 ac_cv_lib_lcms_cmsOpenProfileFromFile=yes
14401 else
14402 $as_echo "$as_me: failed program was:" >&5
14403 sed 's/^/| /' conftest.$ac_ext >&5
14405 ac_cv_lib_lcms_cmsOpenProfileFromFile=no
14408 rm -rf conftest.dSYM
14409 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
14410 conftest$ac_exeext conftest.$ac_ext
14411 LIBS=$ac_check_lib_save_LIBS
14413 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_lcms_cmsOpenProfileFromFile" >&5
14414 $as_echo "$ac_cv_lib_lcms_cmsOpenProfileFromFile" >&6; }
14415 if test "x$ac_cv_lib_lcms_cmsOpenProfileFromFile" = x""yes; then
14417 cat >>confdefs.h <<\_ACEOF
14418 #define HAVE_LCMS 1
14419 _ACEOF
14421 LCMSLIBS="-llcms"
14425 if test "$ac_cv_lib_lcms_cmsOpenProfileFromFile" != "yes"; then
14426 case "x$with_cms" in
14427 x) wine_notices="$wine_notices|liblcms ${notice_platform}development files not found, Color Management won't be supported." ;;
14428 xno) ;;
14429 *) { { $as_echo "$as_me:$LINENO: error: liblcms ${notice_platform}development files not found, Color Management won't be supported.
14430 This is an error since --with-cms was requested." >&5
14431 $as_echo "$as_me: error: liblcms ${notice_platform}development files not found, Color Management won't be supported.
14432 This is an error since --with-cms was requested." >&2;}
14433 { (exit 1); exit 1; }; } ;;
14434 esac
14438 for ac_prog in freetype-config freetype2-config
14440 # Extract the first word of "$ac_prog", so it can be a program name with args.
14441 set dummy $ac_prog; ac_word=$2
14442 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
14443 $as_echo_n "checking for $ac_word... " >&6; }
14444 if test "${ac_cv_prog_ft_devel+set}" = set; then
14445 $as_echo_n "(cached) " >&6
14446 else
14447 if test -n "$ft_devel"; then
14448 ac_cv_prog_ft_devel="$ft_devel" # Let the user override the test.
14449 else
14450 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
14451 for as_dir in $PATH
14453 IFS=$as_save_IFS
14454 test -z "$as_dir" && as_dir=.
14455 for ac_exec_ext in '' $ac_executable_extensions; do
14456 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
14457 ac_cv_prog_ft_devel="$ac_prog"
14458 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
14459 break 2
14461 done
14462 done
14463 IFS=$as_save_IFS
14467 ft_devel=$ac_cv_prog_ft_devel
14468 if test -n "$ft_devel"; then
14469 { $as_echo "$as_me:$LINENO: result: $ft_devel" >&5
14470 $as_echo "$ft_devel" >&6; }
14471 else
14472 { $as_echo "$as_me:$LINENO: result: no" >&5
14473 $as_echo "no" >&6; }
14477 test -n "$ft_devel" && break
14478 done
14479 test -n "$ft_devel" || ft_devel="false"
14481 if test "$ft_devel" != "false" -a "x$with_freetype" != "xno"
14482 then
14483 ac_freetype_libs=`$ft_devel --libs`
14484 ac_freetype_incl=`$ft_devel --cflags`
14485 { $as_echo "$as_me:$LINENO: checking for -lfreetype" >&5
14486 $as_echo_n "checking for -lfreetype... " >&6; }
14487 if test "${ac_cv_lib_soname_freetype+set}" = set; then
14488 $as_echo_n "(cached) " >&6
14489 else
14490 ac_check_soname_save_LIBS=$LIBS
14491 LIBS="-lfreetype $ac_freetype_libs $LIBS"
14492 cat >conftest.$ac_ext <<_ACEOF
14493 /* confdefs.h. */
14494 _ACEOF
14495 cat confdefs.h >>conftest.$ac_ext
14496 cat >>conftest.$ac_ext <<_ACEOF
14497 /* end confdefs.h. */
14499 /* Override any GCC internal prototype to avoid an error.
14500 Use char because int might match the return type of a GCC
14501 builtin and then its argument prototype would still apply. */
14502 #ifdef __cplusplus
14503 extern "C"
14504 #endif
14505 char FT_Init_FreeType ();
14507 main ()
14509 return FT_Init_FreeType ();
14511 return 0;
14513 _ACEOF
14514 rm -f conftest.$ac_objext conftest$ac_exeext
14515 if { (ac_try="$ac_link"
14516 case "(($ac_try" in
14517 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14518 *) ac_try_echo=$ac_try;;
14519 esac
14520 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
14521 $as_echo "$ac_try_echo") >&5
14522 (eval "$ac_link") 2>conftest.er1
14523 ac_status=$?
14524 grep -v '^ *+' conftest.er1 >conftest.err
14525 rm -f conftest.er1
14526 cat conftest.err >&5
14527 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
14528 (exit $ac_status); } && {
14529 test -z "$ac_c_werror_flag" ||
14530 test ! -s conftest.err
14531 } && test -s conftest$ac_exeext && {
14532 test "$cross_compiling" = yes ||
14533 $as_test_x conftest$ac_exeext
14534 }; then
14535 case "$LIBEXT" in
14536 dll) ;;
14537 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'` ;;
14538 *) ac_cv_lib_soname_freetype=`$ac_cv_path_LDD conftest$ac_exeext | grep "libfreetype\\.$LIBEXT" | sed -e "s/^.*\(libfreetype\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
14539 esac
14540 else
14541 $as_echo "$as_me: failed program was:" >&5
14542 sed 's/^/| /' conftest.$ac_ext >&5
14547 rm -rf conftest.dSYM
14548 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
14549 conftest$ac_exeext conftest.$ac_ext
14550 LIBS=$ac_check_soname_save_LIBS
14552 if test "x$ac_cv_lib_soname_freetype" = "x"; then
14553 { $as_echo "$as_me:$LINENO: result: not found" >&5
14554 $as_echo "not found" >&6; }
14555 ft_lib=no
14556 else
14557 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_freetype" >&5
14558 $as_echo "$ac_cv_lib_soname_freetype" >&6; }
14560 cat >>confdefs.h <<_ACEOF
14561 #define SONAME_LIBFREETYPE "$ac_cv_lib_soname_freetype"
14562 _ACEOF
14564 ft_lib=yes
14567 if test "$ft_lib" = "yes"
14568 then
14569 ac_save_CPPFLAGS="$CPPFLAGS"
14570 CPPFLAGS="$ac_freetype_incl $CPPFLAGS"
14583 for ac_header in ft2build.h \
14584 freetype/freetype.h \
14585 freetype/ftglyph.h \
14586 freetype/fttypes.h \
14587 freetype/tttables.h \
14588 freetype/ftnames.h \
14589 freetype/ftsnames.h \
14590 freetype/ttnameid.h \
14591 freetype/ftoutln.h \
14592 freetype/ftwinfnt.h \
14593 freetype/ftmodapi.h \
14594 freetype/ftlcdfil.h \
14595 freetype/internal/sfnt.h
14597 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
14598 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
14599 $as_echo_n "checking for $ac_header... " >&6; }
14600 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
14601 $as_echo_n "(cached) " >&6
14602 else
14603 cat >conftest.$ac_ext <<_ACEOF
14604 /* confdefs.h. */
14605 _ACEOF
14606 cat confdefs.h >>conftest.$ac_ext
14607 cat >>conftest.$ac_ext <<_ACEOF
14608 /* end confdefs.h. */
14609 #ifdef HAVE_FT2BUILD_H
14610 # include <ft2build.h>
14611 #endif
14613 #include <$ac_header>
14614 _ACEOF
14615 rm -f conftest.$ac_objext
14616 if { (ac_try="$ac_compile"
14617 case "(($ac_try" in
14618 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14619 *) ac_try_echo=$ac_try;;
14620 esac
14621 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
14622 $as_echo "$ac_try_echo") >&5
14623 (eval "$ac_compile") 2>conftest.er1
14624 ac_status=$?
14625 grep -v '^ *+' conftest.er1 >conftest.err
14626 rm -f conftest.er1
14627 cat conftest.err >&5
14628 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
14629 (exit $ac_status); } && {
14630 test -z "$ac_c_werror_flag" ||
14631 test ! -s conftest.err
14632 } && test -s conftest.$ac_objext; then
14633 eval "$as_ac_Header=yes"
14634 else
14635 $as_echo "$as_me: failed program was:" >&5
14636 sed 's/^/| /' conftest.$ac_ext >&5
14638 eval "$as_ac_Header=no"
14641 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14643 ac_res=`eval 'as_val=${'$as_ac_Header'}
14644 $as_echo "$as_val"'`
14645 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
14646 $as_echo "$ac_res" >&6; }
14647 as_val=`eval 'as_val=${'$as_ac_Header'}
14648 $as_echo "$as_val"'`
14649 if test "x$as_val" = x""yes; then
14650 cat >>confdefs.h <<_ACEOF
14651 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
14652 _ACEOF
14656 done
14658 cat >conftest.$ac_ext <<_ACEOF
14659 /* confdefs.h. */
14660 _ACEOF
14661 cat confdefs.h >>conftest.$ac_ext
14662 cat >>conftest.$ac_ext <<_ACEOF
14663 /* end confdefs.h. */
14664 #include <ft2build.h>
14665 #include <freetype/fttrigon.h>
14666 _ACEOF
14667 if { (ac_try="$ac_cpp conftest.$ac_ext"
14668 case "(($ac_try" in
14669 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14670 *) ac_try_echo=$ac_try;;
14671 esac
14672 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
14673 $as_echo "$ac_try_echo") >&5
14674 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
14675 ac_status=$?
14676 grep -v '^ *+' conftest.er1 >conftest.err
14677 rm -f conftest.er1
14678 cat conftest.err >&5
14679 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
14680 (exit $ac_status); } >/dev/null && {
14681 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
14682 test ! -s conftest.err
14683 }; then
14685 cat >>confdefs.h <<\_ACEOF
14686 #define HAVE_FREETYPE_FTTRIGON_H 1
14687 _ACEOF
14689 wine_cv_fttrigon=yes
14690 else
14691 $as_echo "$as_me: failed program was:" >&5
14692 sed 's/^/| /' conftest.$ac_ext >&5
14694 wine_cv_fttrigon=no
14697 rm -f conftest.err conftest.$ac_ext
14698 { $as_echo "$as_me:$LINENO: checking for FT_TrueTypeEngineType" >&5
14699 $as_echo_n "checking for FT_TrueTypeEngineType... " >&6; }
14700 if test "${ac_cv_type_FT_TrueTypeEngineType+set}" = set; then
14701 $as_echo_n "(cached) " >&6
14702 else
14703 ac_cv_type_FT_TrueTypeEngineType=no
14704 cat >conftest.$ac_ext <<_ACEOF
14705 /* confdefs.h. */
14706 _ACEOF
14707 cat confdefs.h >>conftest.$ac_ext
14708 cat >>conftest.$ac_ext <<_ACEOF
14709 /* end confdefs.h. */
14710 #include <freetype/ftmodapi.h>
14713 main ()
14715 if (sizeof (FT_TrueTypeEngineType))
14716 return 0;
14718 return 0;
14720 _ACEOF
14721 rm -f conftest.$ac_objext
14722 if { (ac_try="$ac_compile"
14723 case "(($ac_try" in
14724 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14725 *) ac_try_echo=$ac_try;;
14726 esac
14727 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
14728 $as_echo "$ac_try_echo") >&5
14729 (eval "$ac_compile") 2>conftest.er1
14730 ac_status=$?
14731 grep -v '^ *+' conftest.er1 >conftest.err
14732 rm -f conftest.er1
14733 cat conftest.err >&5
14734 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
14735 (exit $ac_status); } && {
14736 test -z "$ac_c_werror_flag" ||
14737 test ! -s conftest.err
14738 } && test -s conftest.$ac_objext; then
14739 cat >conftest.$ac_ext <<_ACEOF
14740 /* confdefs.h. */
14741 _ACEOF
14742 cat confdefs.h >>conftest.$ac_ext
14743 cat >>conftest.$ac_ext <<_ACEOF
14744 /* end confdefs.h. */
14745 #include <freetype/ftmodapi.h>
14748 main ()
14750 if (sizeof ((FT_TrueTypeEngineType)))
14751 return 0;
14753 return 0;
14755 _ACEOF
14756 rm -f conftest.$ac_objext
14757 if { (ac_try="$ac_compile"
14758 case "(($ac_try" in
14759 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14760 *) ac_try_echo=$ac_try;;
14761 esac
14762 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
14763 $as_echo "$ac_try_echo") >&5
14764 (eval "$ac_compile") 2>conftest.er1
14765 ac_status=$?
14766 grep -v '^ *+' conftest.er1 >conftest.err
14767 rm -f conftest.er1
14768 cat conftest.err >&5
14769 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
14770 (exit $ac_status); } && {
14771 test -z "$ac_c_werror_flag" ||
14772 test ! -s conftest.err
14773 } && test -s conftest.$ac_objext; then
14775 else
14776 $as_echo "$as_me: failed program was:" >&5
14777 sed 's/^/| /' conftest.$ac_ext >&5
14779 ac_cv_type_FT_TrueTypeEngineType=yes
14782 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14783 else
14784 $as_echo "$as_me: failed program was:" >&5
14785 sed 's/^/| /' conftest.$ac_ext >&5
14790 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14792 { $as_echo "$as_me:$LINENO: result: $ac_cv_type_FT_TrueTypeEngineType" >&5
14793 $as_echo "$ac_cv_type_FT_TrueTypeEngineType" >&6; }
14794 if test "x$ac_cv_type_FT_TrueTypeEngineType" = x""yes; then
14796 cat >>confdefs.h <<_ACEOF
14797 #define HAVE_FT_TRUETYPEENGINETYPE 1
14798 _ACEOF
14803 ac_save_CFLAGS="$CFLAGS"
14804 CFLAGS="$CFLAGS $ac_freetype_libs"
14806 for ac_func in FT_Load_Sfnt_Table
14808 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
14809 { $as_echo "$as_me:$LINENO: checking for $ac_func" >&5
14810 $as_echo_n "checking for $ac_func... " >&6; }
14811 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
14812 $as_echo_n "(cached) " >&6
14813 else
14814 cat >conftest.$ac_ext <<_ACEOF
14815 /* confdefs.h. */
14816 _ACEOF
14817 cat confdefs.h >>conftest.$ac_ext
14818 cat >>conftest.$ac_ext <<_ACEOF
14819 /* end confdefs.h. */
14820 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
14821 For example, HP-UX 11i <limits.h> declares gettimeofday. */
14822 #define $ac_func innocuous_$ac_func
14824 /* System header to define __stub macros and hopefully few prototypes,
14825 which can conflict with char $ac_func (); below.
14826 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
14827 <limits.h> exists even on freestanding compilers. */
14829 #ifdef __STDC__
14830 # include <limits.h>
14831 #else
14832 # include <assert.h>
14833 #endif
14835 #undef $ac_func
14837 /* Override any GCC internal prototype to avoid an error.
14838 Use char because int might match the return type of a GCC
14839 builtin and then its argument prototype would still apply. */
14840 #ifdef __cplusplus
14841 extern "C"
14842 #endif
14843 char $ac_func ();
14844 /* The GNU C library defines this for functions which it implements
14845 to always fail with ENOSYS. Some functions are actually named
14846 something starting with __ and the normal name is an alias. */
14847 #if defined __stub_$ac_func || defined __stub___$ac_func
14848 choke me
14849 #endif
14852 main ()
14854 return $ac_func ();
14856 return 0;
14858 _ACEOF
14859 rm -f conftest.$ac_objext conftest$ac_exeext
14860 if { (ac_try="$ac_link"
14861 case "(($ac_try" in
14862 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14863 *) ac_try_echo=$ac_try;;
14864 esac
14865 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
14866 $as_echo "$ac_try_echo") >&5
14867 (eval "$ac_link") 2>conftest.er1
14868 ac_status=$?
14869 grep -v '^ *+' conftest.er1 >conftest.err
14870 rm -f conftest.er1
14871 cat conftest.err >&5
14872 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
14873 (exit $ac_status); } && {
14874 test -z "$ac_c_werror_flag" ||
14875 test ! -s conftest.err
14876 } && test -s conftest$ac_exeext && {
14877 test "$cross_compiling" = yes ||
14878 $as_test_x conftest$ac_exeext
14879 }; then
14880 eval "$as_ac_var=yes"
14881 else
14882 $as_echo "$as_me: failed program was:" >&5
14883 sed 's/^/| /' conftest.$ac_ext >&5
14885 eval "$as_ac_var=no"
14888 rm -rf conftest.dSYM
14889 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
14890 conftest$ac_exeext conftest.$ac_ext
14892 ac_res=`eval 'as_val=${'$as_ac_var'}
14893 $as_echo "$as_val"'`
14894 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
14895 $as_echo "$ac_res" >&6; }
14896 as_val=`eval 'as_val=${'$as_ac_var'}
14897 $as_echo "$as_val"'`
14898 if test "x$as_val" = x""yes; then
14899 cat >>confdefs.h <<_ACEOF
14900 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
14901 _ACEOF
14904 done
14906 CFLAGS="$ac_save_CFLAGS"
14907 CPPFLAGS="$ac_save_CPPFLAGS"
14908 if test "$ac_cv_header_freetype_freetype_h" = "yes" -a "$wine_cv_fttrigon" = "yes"
14909 then
14911 cat >>confdefs.h <<\_ACEOF
14912 #define HAVE_FREETYPE 1
14913 _ACEOF
14915 FREETYPELIBS="$ac_freetype_libs"
14917 FREETYPEINCL="$ac_freetype_incl"
14922 if test "x$FREETYPELIBS" = "x"; then
14923 case "x$with_freetype" in
14924 xno) ;;
14925 *) { { $as_echo "$as_me:$LINENO: error: FreeType ${notice_platform}development files not found. Fonts will not be built.
14926 Use the --without-freetype option if you really want this." >&5
14927 $as_echo "$as_me: error: FreeType ${notice_platform}development files not found. Fonts will not be built.
14928 Use the --without-freetype option if you really want this." >&2;}
14929 { (exit 1); exit 1; }; } ;;
14930 esac
14933 test "x$FREETYPELIBS" = "x" && enable_fonts=${enable_fonts:-no}
14935 { $as_echo "$as_me:$LINENO: checking for parport header/ppdev.h" >&5
14936 $as_echo_n "checking for parport header/ppdev.h... " >&6; }
14937 if test "${ac_cv_c_ppdev+set}" = set; then
14938 $as_echo_n "(cached) " >&6
14939 else
14940 cat >conftest.$ac_ext <<_ACEOF
14941 /* confdefs.h. */
14942 _ACEOF
14943 cat confdefs.h >>conftest.$ac_ext
14944 cat >>conftest.$ac_ext <<_ACEOF
14945 /* end confdefs.h. */
14946 #include <linux/ppdev.h>
14948 main ()
14950 ioctl (1,PPCLAIM,0)
14952 return 0;
14954 _ACEOF
14955 rm -f conftest.$ac_objext
14956 if { (ac_try="$ac_compile"
14957 case "(($ac_try" in
14958 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14959 *) ac_try_echo=$ac_try;;
14960 esac
14961 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
14962 $as_echo "$ac_try_echo") >&5
14963 (eval "$ac_compile") 2>conftest.er1
14964 ac_status=$?
14965 grep -v '^ *+' conftest.er1 >conftest.err
14966 rm -f conftest.er1
14967 cat conftest.err >&5
14968 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
14969 (exit $ac_status); } && {
14970 test -z "$ac_c_werror_flag" ||
14971 test ! -s conftest.err
14972 } && test -s conftest.$ac_objext; then
14973 ac_cv_c_ppdev="yes"
14974 else
14975 $as_echo "$as_me: failed program was:" >&5
14976 sed 's/^/| /' conftest.$ac_ext >&5
14978 ac_cv_c_ppdev="no"
14981 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14983 { $as_echo "$as_me:$LINENO: result: $ac_cv_c_ppdev" >&5
14984 $as_echo "$ac_cv_c_ppdev" >&6; }
14985 if test "$ac_cv_c_ppdev" = "yes"
14986 then
14988 cat >>confdefs.h <<\_ACEOF
14989 #define HAVE_PPDEV 1
14990 _ACEOF
14994 { $as_echo "$as_me:$LINENO: checking for pthread_rwlock_t" >&5
14995 $as_echo_n "checking for pthread_rwlock_t... " >&6; }
14996 if test "${ac_cv_type_pthread_rwlock_t+set}" = set; then
14997 $as_echo_n "(cached) " >&6
14998 else
14999 ac_cv_type_pthread_rwlock_t=no
15000 cat >conftest.$ac_ext <<_ACEOF
15001 /* confdefs.h. */
15002 _ACEOF
15003 cat confdefs.h >>conftest.$ac_ext
15004 cat >>conftest.$ac_ext <<_ACEOF
15005 /* end confdefs.h. */
15006 #define _GNU_SOURCE
15007 #include <pthread.h>
15010 main ()
15012 if (sizeof (pthread_rwlock_t))
15013 return 0;
15015 return 0;
15017 _ACEOF
15018 rm -f conftest.$ac_objext
15019 if { (ac_try="$ac_compile"
15020 case "(($ac_try" in
15021 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15022 *) ac_try_echo=$ac_try;;
15023 esac
15024 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
15025 $as_echo "$ac_try_echo") >&5
15026 (eval "$ac_compile") 2>conftest.er1
15027 ac_status=$?
15028 grep -v '^ *+' conftest.er1 >conftest.err
15029 rm -f conftest.er1
15030 cat conftest.err >&5
15031 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
15032 (exit $ac_status); } && {
15033 test -z "$ac_c_werror_flag" ||
15034 test ! -s conftest.err
15035 } && test -s conftest.$ac_objext; then
15036 cat >conftest.$ac_ext <<_ACEOF
15037 /* confdefs.h. */
15038 _ACEOF
15039 cat confdefs.h >>conftest.$ac_ext
15040 cat >>conftest.$ac_ext <<_ACEOF
15041 /* end confdefs.h. */
15042 #define _GNU_SOURCE
15043 #include <pthread.h>
15046 main ()
15048 if (sizeof ((pthread_rwlock_t)))
15049 return 0;
15051 return 0;
15053 _ACEOF
15054 rm -f conftest.$ac_objext
15055 if { (ac_try="$ac_compile"
15056 case "(($ac_try" in
15057 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15058 *) ac_try_echo=$ac_try;;
15059 esac
15060 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
15061 $as_echo "$ac_try_echo") >&5
15062 (eval "$ac_compile") 2>conftest.er1
15063 ac_status=$?
15064 grep -v '^ *+' conftest.er1 >conftest.err
15065 rm -f conftest.er1
15066 cat conftest.err >&5
15067 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
15068 (exit $ac_status); } && {
15069 test -z "$ac_c_werror_flag" ||
15070 test ! -s conftest.err
15071 } && test -s conftest.$ac_objext; then
15073 else
15074 $as_echo "$as_me: failed program was:" >&5
15075 sed 's/^/| /' conftest.$ac_ext >&5
15077 ac_cv_type_pthread_rwlock_t=yes
15080 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
15081 else
15082 $as_echo "$as_me: failed program was:" >&5
15083 sed 's/^/| /' conftest.$ac_ext >&5
15088 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
15090 { $as_echo "$as_me:$LINENO: result: $ac_cv_type_pthread_rwlock_t" >&5
15091 $as_echo "$ac_cv_type_pthread_rwlock_t" >&6; }
15092 if test "x$ac_cv_type_pthread_rwlock_t" = x""yes; then
15094 cat >>confdefs.h <<_ACEOF
15095 #define HAVE_PTHREAD_RWLOCK_T 1
15096 _ACEOF
15100 { $as_echo "$as_me:$LINENO: checking for pthread_rwlockattr_t" >&5
15101 $as_echo_n "checking for pthread_rwlockattr_t... " >&6; }
15102 if test "${ac_cv_type_pthread_rwlockattr_t+set}" = set; then
15103 $as_echo_n "(cached) " >&6
15104 else
15105 ac_cv_type_pthread_rwlockattr_t=no
15106 cat >conftest.$ac_ext <<_ACEOF
15107 /* confdefs.h. */
15108 _ACEOF
15109 cat confdefs.h >>conftest.$ac_ext
15110 cat >>conftest.$ac_ext <<_ACEOF
15111 /* end confdefs.h. */
15112 #define _GNU_SOURCE
15113 #include <pthread.h>
15116 main ()
15118 if (sizeof (pthread_rwlockattr_t))
15119 return 0;
15121 return 0;
15123 _ACEOF
15124 rm -f conftest.$ac_objext
15125 if { (ac_try="$ac_compile"
15126 case "(($ac_try" in
15127 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15128 *) ac_try_echo=$ac_try;;
15129 esac
15130 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
15131 $as_echo "$ac_try_echo") >&5
15132 (eval "$ac_compile") 2>conftest.er1
15133 ac_status=$?
15134 grep -v '^ *+' conftest.er1 >conftest.err
15135 rm -f conftest.er1
15136 cat conftest.err >&5
15137 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
15138 (exit $ac_status); } && {
15139 test -z "$ac_c_werror_flag" ||
15140 test ! -s conftest.err
15141 } && test -s conftest.$ac_objext; then
15142 cat >conftest.$ac_ext <<_ACEOF
15143 /* confdefs.h. */
15144 _ACEOF
15145 cat confdefs.h >>conftest.$ac_ext
15146 cat >>conftest.$ac_ext <<_ACEOF
15147 /* end confdefs.h. */
15148 #define _GNU_SOURCE
15149 #include <pthread.h>
15152 main ()
15154 if (sizeof ((pthread_rwlockattr_t)))
15155 return 0;
15157 return 0;
15159 _ACEOF
15160 rm -f conftest.$ac_objext
15161 if { (ac_try="$ac_compile"
15162 case "(($ac_try" in
15163 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15164 *) ac_try_echo=$ac_try;;
15165 esac
15166 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
15167 $as_echo "$ac_try_echo") >&5
15168 (eval "$ac_compile") 2>conftest.er1
15169 ac_status=$?
15170 grep -v '^ *+' conftest.er1 >conftest.err
15171 rm -f conftest.er1
15172 cat conftest.err >&5
15173 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
15174 (exit $ac_status); } && {
15175 test -z "$ac_c_werror_flag" ||
15176 test ! -s conftest.err
15177 } && test -s conftest.$ac_objext; then
15179 else
15180 $as_echo "$as_me: failed program was:" >&5
15181 sed 's/^/| /' conftest.$ac_ext >&5
15183 ac_cv_type_pthread_rwlockattr_t=yes
15186 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
15187 else
15188 $as_echo "$as_me: failed program was:" >&5
15189 sed 's/^/| /' conftest.$ac_ext >&5
15194 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
15196 { $as_echo "$as_me:$LINENO: result: $ac_cv_type_pthread_rwlockattr_t" >&5
15197 $as_echo "$ac_cv_type_pthread_rwlockattr_t" >&6; }
15198 if test "x$ac_cv_type_pthread_rwlockattr_t" = x""yes; then
15200 cat >>confdefs.h <<_ACEOF
15201 #define HAVE_PTHREAD_RWLOCKATTR_T 1
15202 _ACEOF
15208 ac_wine_check_funcs_save_LIBS="$LIBS"
15209 LIBS="$LIBS $LIBPTHREAD"
15214 for ac_func in \
15215 pthread_attr_get_np \
15216 pthread_getattr_np \
15217 pthread_get_stackaddr_np \
15218 pthread_get_stacksize_np
15220 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
15221 { $as_echo "$as_me:$LINENO: checking for $ac_func" >&5
15222 $as_echo_n "checking for $ac_func... " >&6; }
15223 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
15224 $as_echo_n "(cached) " >&6
15225 else
15226 cat >conftest.$ac_ext <<_ACEOF
15227 /* confdefs.h. */
15228 _ACEOF
15229 cat confdefs.h >>conftest.$ac_ext
15230 cat >>conftest.$ac_ext <<_ACEOF
15231 /* end confdefs.h. */
15232 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
15233 For example, HP-UX 11i <limits.h> declares gettimeofday. */
15234 #define $ac_func innocuous_$ac_func
15236 /* System header to define __stub macros and hopefully few prototypes,
15237 which can conflict with char $ac_func (); below.
15238 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
15239 <limits.h> exists even on freestanding compilers. */
15241 #ifdef __STDC__
15242 # include <limits.h>
15243 #else
15244 # include <assert.h>
15245 #endif
15247 #undef $ac_func
15249 /* Override any GCC internal prototype to avoid an error.
15250 Use char because int might match the return type of a GCC
15251 builtin and then its argument prototype would still apply. */
15252 #ifdef __cplusplus
15253 extern "C"
15254 #endif
15255 char $ac_func ();
15256 /* The GNU C library defines this for functions which it implements
15257 to always fail with ENOSYS. Some functions are actually named
15258 something starting with __ and the normal name is an alias. */
15259 #if defined __stub_$ac_func || defined __stub___$ac_func
15260 choke me
15261 #endif
15264 main ()
15266 return $ac_func ();
15268 return 0;
15270 _ACEOF
15271 rm -f conftest.$ac_objext conftest$ac_exeext
15272 if { (ac_try="$ac_link"
15273 case "(($ac_try" in
15274 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15275 *) ac_try_echo=$ac_try;;
15276 esac
15277 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
15278 $as_echo "$ac_try_echo") >&5
15279 (eval "$ac_link") 2>conftest.er1
15280 ac_status=$?
15281 grep -v '^ *+' conftest.er1 >conftest.err
15282 rm -f conftest.er1
15283 cat conftest.err >&5
15284 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
15285 (exit $ac_status); } && {
15286 test -z "$ac_c_werror_flag" ||
15287 test ! -s conftest.err
15288 } && test -s conftest$ac_exeext && {
15289 test "$cross_compiling" = yes ||
15290 $as_test_x conftest$ac_exeext
15291 }; then
15292 eval "$as_ac_var=yes"
15293 else
15294 $as_echo "$as_me: failed program was:" >&5
15295 sed 's/^/| /' conftest.$ac_ext >&5
15297 eval "$as_ac_var=no"
15300 rm -rf conftest.dSYM
15301 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
15302 conftest$ac_exeext conftest.$ac_ext
15304 ac_res=`eval 'as_val=${'$as_ac_var'}
15305 $as_echo "$as_val"'`
15306 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
15307 $as_echo "$ac_res" >&6; }
15308 as_val=`eval 'as_val=${'$as_ac_var'}
15309 $as_echo "$as_val"'`
15310 if test "x$as_val" = x""yes; then
15311 cat >>confdefs.h <<_ACEOF
15312 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
15313 _ACEOF
15316 done
15318 LIBS="$ac_wine_check_funcs_save_LIBS"
15320 # Extract the first word of "esd-config", so it can be a program name with args.
15321 set dummy esd-config; ac_word=$2
15322 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
15323 $as_echo_n "checking for $ac_word... " >&6; }
15324 if test "${ac_cv_path_ESDCONFIG+set}" = set; then
15325 $as_echo_n "(cached) " >&6
15326 else
15327 case $ESDCONFIG in
15328 [\\/]* | ?:[\\/]*)
15329 ac_cv_path_ESDCONFIG="$ESDCONFIG" # Let the user override the test with a path.
15332 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
15333 for as_dir in $PATH
15335 IFS=$as_save_IFS
15336 test -z "$as_dir" && as_dir=.
15337 for ac_exec_ext in '' $ac_executable_extensions; do
15338 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
15339 ac_cv_path_ESDCONFIG="$as_dir/$ac_word$ac_exec_ext"
15340 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
15341 break 2
15343 done
15344 done
15345 IFS=$as_save_IFS
15348 esac
15350 ESDCONFIG=$ac_cv_path_ESDCONFIG
15351 if test -n "$ESDCONFIG"; then
15352 { $as_echo "$as_me:$LINENO: result: $ESDCONFIG" >&5
15353 $as_echo "$ESDCONFIG" >&6; }
15354 else
15355 { $as_echo "$as_me:$LINENO: result: no" >&5
15356 $as_echo "no" >&6; }
15360 if test "x$with_esd" != xno -a "x$ESDCONFIG" != x -a "x$ESDCONFIG" != x'"$ESDCONFIG"';
15361 then
15362 ac_esd_incl=""
15363 for i in `$ESDCONFIG --cflags`
15365 case "$i" in
15366 -I*) ac_esd_incl="$ac_esd_incl $i";;
15367 esac
15368 done
15369 ac_esd_libs=`$ESDCONFIG --libs`
15370 save_CFLAGS="$CFLAGS"
15371 CFLAGS="$CFLAGS $ac_esd_incl"
15372 { $as_echo "$as_me:$LINENO: checking for esd_open_sound in -lesd" >&5
15373 $as_echo_n "checking for esd_open_sound in -lesd... " >&6; }
15374 if test "${ac_cv_lib_esd_esd_open_sound+set}" = set; then
15375 $as_echo_n "(cached) " >&6
15376 else
15377 ac_check_lib_save_LIBS=$LIBS
15378 LIBS="-lesd $ac_esd_libs $LIBS"
15379 cat >conftest.$ac_ext <<_ACEOF
15380 /* confdefs.h. */
15381 _ACEOF
15382 cat confdefs.h >>conftest.$ac_ext
15383 cat >>conftest.$ac_ext <<_ACEOF
15384 /* end confdefs.h. */
15386 /* Override any GCC internal prototype to avoid an error.
15387 Use char because int might match the return type of a GCC
15388 builtin and then its argument prototype would still apply. */
15389 #ifdef __cplusplus
15390 extern "C"
15391 #endif
15392 char esd_open_sound ();
15394 main ()
15396 return esd_open_sound ();
15398 return 0;
15400 _ACEOF
15401 rm -f conftest.$ac_objext conftest$ac_exeext
15402 if { (ac_try="$ac_link"
15403 case "(($ac_try" in
15404 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15405 *) ac_try_echo=$ac_try;;
15406 esac
15407 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
15408 $as_echo "$ac_try_echo") >&5
15409 (eval "$ac_link") 2>conftest.er1
15410 ac_status=$?
15411 grep -v '^ *+' conftest.er1 >conftest.err
15412 rm -f conftest.er1
15413 cat conftest.err >&5
15414 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
15415 (exit $ac_status); } && {
15416 test -z "$ac_c_werror_flag" ||
15417 test ! -s conftest.err
15418 } && test -s conftest$ac_exeext && {
15419 test "$cross_compiling" = yes ||
15420 $as_test_x conftest$ac_exeext
15421 }; then
15422 ac_cv_lib_esd_esd_open_sound=yes
15423 else
15424 $as_echo "$as_me: failed program was:" >&5
15425 sed 's/^/| /' conftest.$ac_ext >&5
15427 ac_cv_lib_esd_esd_open_sound=no
15430 rm -rf conftest.dSYM
15431 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
15432 conftest$ac_exeext conftest.$ac_ext
15433 LIBS=$ac_check_lib_save_LIBS
15435 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_esd_esd_open_sound" >&5
15436 $as_echo "$ac_cv_lib_esd_esd_open_sound" >&6; }
15437 if test "x$ac_cv_lib_esd_esd_open_sound" = x""yes; then
15438 ESDINCL="$ac_esd_incl"
15440 ESDLIBS="$ac_esd_libs"
15443 cat >>confdefs.h <<\_ACEOF
15444 #define HAVE_ESD 1
15445 _ACEOF
15449 CFLAGS="$save_CFLAGS"
15452 ALSALIBS=""
15454 if test "$ac_cv_header_sys_asoundlib_h" = "yes" -o "$ac_cv_header_alsa_asoundlib_h" = "yes"
15455 then
15456 { $as_echo "$as_me:$LINENO: checking for snd_pcm_hw_params_get_access in -lasound" >&5
15457 $as_echo_n "checking for snd_pcm_hw_params_get_access in -lasound... " >&6; }
15458 if test "${ac_cv_lib_asound_snd_pcm_hw_params_get_access+set}" = set; then
15459 $as_echo_n "(cached) " >&6
15460 else
15461 ac_check_lib_save_LIBS=$LIBS
15462 LIBS="-lasound $LIBS"
15463 cat >conftest.$ac_ext <<_ACEOF
15464 /* confdefs.h. */
15465 _ACEOF
15466 cat confdefs.h >>conftest.$ac_ext
15467 cat >>conftest.$ac_ext <<_ACEOF
15468 /* end confdefs.h. */
15470 /* Override any GCC internal prototype to avoid an error.
15471 Use char because int might match the return type of a GCC
15472 builtin and then its argument prototype would still apply. */
15473 #ifdef __cplusplus
15474 extern "C"
15475 #endif
15476 char snd_pcm_hw_params_get_access ();
15478 main ()
15480 return snd_pcm_hw_params_get_access ();
15482 return 0;
15484 _ACEOF
15485 rm -f conftest.$ac_objext conftest$ac_exeext
15486 if { (ac_try="$ac_link"
15487 case "(($ac_try" in
15488 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15489 *) ac_try_echo=$ac_try;;
15490 esac
15491 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
15492 $as_echo "$ac_try_echo") >&5
15493 (eval "$ac_link") 2>conftest.er1
15494 ac_status=$?
15495 grep -v '^ *+' conftest.er1 >conftest.err
15496 rm -f conftest.er1
15497 cat conftest.err >&5
15498 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
15499 (exit $ac_status); } && {
15500 test -z "$ac_c_werror_flag" ||
15501 test ! -s conftest.err
15502 } && test -s conftest$ac_exeext && {
15503 test "$cross_compiling" = yes ||
15504 $as_test_x conftest$ac_exeext
15505 }; then
15506 ac_cv_lib_asound_snd_pcm_hw_params_get_access=yes
15507 else
15508 $as_echo "$as_me: failed program was:" >&5
15509 sed 's/^/| /' conftest.$ac_ext >&5
15511 ac_cv_lib_asound_snd_pcm_hw_params_get_access=no
15514 rm -rf conftest.dSYM
15515 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
15516 conftest$ac_exeext conftest.$ac_ext
15517 LIBS=$ac_check_lib_save_LIBS
15519 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_asound_snd_pcm_hw_params_get_access" >&5
15520 $as_echo "$ac_cv_lib_asound_snd_pcm_hw_params_get_access" >&6; }
15521 if test "x$ac_cv_lib_asound_snd_pcm_hw_params_get_access" = x""yes; then
15522 cat >conftest.$ac_ext <<_ACEOF
15523 /* confdefs.h. */
15524 _ACEOF
15525 cat confdefs.h >>conftest.$ac_ext
15526 cat >>conftest.$ac_ext <<_ACEOF
15527 /* end confdefs.h. */
15528 #ifdef HAVE_ALSA_ASOUNDLIB_H
15529 #include <alsa/asoundlib.h>
15530 #elif defined(HAVE_SYS_ASOUNDLIB_H)
15531 #include <sys/asoundlib.h>
15532 #endif
15534 main ()
15536 int ret = snd_pcm_hw_params_get_access(NULL, NULL)
15538 return 0;
15540 _ACEOF
15541 rm -f conftest.$ac_objext
15542 if { (ac_try="$ac_compile"
15543 case "(($ac_try" in
15544 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15545 *) ac_try_echo=$ac_try;;
15546 esac
15547 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
15548 $as_echo "$ac_try_echo") >&5
15549 (eval "$ac_compile") 2>conftest.er1
15550 ac_status=$?
15551 grep -v '^ *+' conftest.er1 >conftest.err
15552 rm -f conftest.er1
15553 cat conftest.err >&5
15554 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
15555 (exit $ac_status); } && {
15556 test -z "$ac_c_werror_flag" ||
15557 test ! -s conftest.err
15558 } && test -s conftest.$ac_objext; then
15560 cat >>confdefs.h <<\_ACEOF
15561 #define HAVE_ALSA 1
15562 _ACEOF
15564 ALSALIBS="-lasound"
15565 else
15566 $as_echo "$as_me: failed program was:" >&5
15567 sed 's/^/| /' conftest.$ac_ext >&5
15572 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
15577 AUDIOIOLIBS=""
15579 if test "$ac_cv_header_libaudioio_h" = "yes"
15580 then
15581 { $as_echo "$as_me:$LINENO: checking for AudioIOGetVersion in -laudioio" >&5
15582 $as_echo_n "checking for AudioIOGetVersion in -laudioio... " >&6; }
15583 if test "${ac_cv_lib_audioio_AudioIOGetVersion+set}" = set; then
15584 $as_echo_n "(cached) " >&6
15585 else
15586 ac_check_lib_save_LIBS=$LIBS
15587 LIBS="-laudioio $LIBS"
15588 cat >conftest.$ac_ext <<_ACEOF
15589 /* confdefs.h. */
15590 _ACEOF
15591 cat confdefs.h >>conftest.$ac_ext
15592 cat >>conftest.$ac_ext <<_ACEOF
15593 /* end confdefs.h. */
15595 /* Override any GCC internal prototype to avoid an error.
15596 Use char because int might match the return type of a GCC
15597 builtin and then its argument prototype would still apply. */
15598 #ifdef __cplusplus
15599 extern "C"
15600 #endif
15601 char AudioIOGetVersion ();
15603 main ()
15605 return AudioIOGetVersion ();
15607 return 0;
15609 _ACEOF
15610 rm -f conftest.$ac_objext conftest$ac_exeext
15611 if { (ac_try="$ac_link"
15612 case "(($ac_try" in
15613 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15614 *) ac_try_echo=$ac_try;;
15615 esac
15616 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
15617 $as_echo "$ac_try_echo") >&5
15618 (eval "$ac_link") 2>conftest.er1
15619 ac_status=$?
15620 grep -v '^ *+' conftest.er1 >conftest.err
15621 rm -f conftest.er1
15622 cat conftest.err >&5
15623 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
15624 (exit $ac_status); } && {
15625 test -z "$ac_c_werror_flag" ||
15626 test ! -s conftest.err
15627 } && test -s conftest$ac_exeext && {
15628 test "$cross_compiling" = yes ||
15629 $as_test_x conftest$ac_exeext
15630 }; then
15631 ac_cv_lib_audioio_AudioIOGetVersion=yes
15632 else
15633 $as_echo "$as_me: failed program was:" >&5
15634 sed 's/^/| /' conftest.$ac_ext >&5
15636 ac_cv_lib_audioio_AudioIOGetVersion=no
15639 rm -rf conftest.dSYM
15640 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
15641 conftest$ac_exeext conftest.$ac_ext
15642 LIBS=$ac_check_lib_save_LIBS
15644 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_audioio_AudioIOGetVersion" >&5
15645 $as_echo "$ac_cv_lib_audioio_AudioIOGetVersion" >&6; }
15646 if test "x$ac_cv_lib_audioio_AudioIOGetVersion" = x""yes; then
15647 AUDIOIOLIBS="-laudioio"
15649 cat >>confdefs.h <<\_ACEOF
15650 #define HAVE_LIBAUDIOIO 1
15651 _ACEOF
15658 if test "$ac_cv_header_capi20_h" = "yes" -a "$ac_cv_header_linux_capi_h" = "yes"
15659 then
15660 { $as_echo "$as_me:$LINENO: checking for -lcapi20" >&5
15661 $as_echo_n "checking for -lcapi20... " >&6; }
15662 if test "${ac_cv_lib_soname_capi20+set}" = set; then
15663 $as_echo_n "(cached) " >&6
15664 else
15665 ac_check_soname_save_LIBS=$LIBS
15666 LIBS="-lcapi20 $LIBS"
15667 cat >conftest.$ac_ext <<_ACEOF
15668 /* confdefs.h. */
15669 _ACEOF
15670 cat confdefs.h >>conftest.$ac_ext
15671 cat >>conftest.$ac_ext <<_ACEOF
15672 /* end confdefs.h. */
15674 /* Override any GCC internal prototype to avoid an error.
15675 Use char because int might match the return type of a GCC
15676 builtin and then its argument prototype would still apply. */
15677 #ifdef __cplusplus
15678 extern "C"
15679 #endif
15680 char capi20_register ();
15682 main ()
15684 return capi20_register ();
15686 return 0;
15688 _ACEOF
15689 rm -f conftest.$ac_objext conftest$ac_exeext
15690 if { (ac_try="$ac_link"
15691 case "(($ac_try" in
15692 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15693 *) ac_try_echo=$ac_try;;
15694 esac
15695 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
15696 $as_echo "$ac_try_echo") >&5
15697 (eval "$ac_link") 2>conftest.er1
15698 ac_status=$?
15699 grep -v '^ *+' conftest.er1 >conftest.err
15700 rm -f conftest.er1
15701 cat conftest.err >&5
15702 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
15703 (exit $ac_status); } && {
15704 test -z "$ac_c_werror_flag" ||
15705 test ! -s conftest.err
15706 } && test -s conftest$ac_exeext && {
15707 test "$cross_compiling" = yes ||
15708 $as_test_x conftest$ac_exeext
15709 }; then
15710 case "$LIBEXT" in
15711 dll) ;;
15712 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'` ;;
15713 *) ac_cv_lib_soname_capi20=`$ac_cv_path_LDD conftest$ac_exeext | grep "libcapi20\\.$LIBEXT" | sed -e "s/^.*\(libcapi20\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
15714 esac
15715 else
15716 $as_echo "$as_me: failed program was:" >&5
15717 sed 's/^/| /' conftest.$ac_ext >&5
15722 rm -rf conftest.dSYM
15723 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
15724 conftest$ac_exeext conftest.$ac_ext
15725 LIBS=$ac_check_soname_save_LIBS
15727 if test "x$ac_cv_lib_soname_capi20" = "x"; then
15728 { $as_echo "$as_me:$LINENO: result: not found" >&5
15729 $as_echo "not found" >&6; }
15731 else
15732 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_capi20" >&5
15733 $as_echo "$ac_cv_lib_soname_capi20" >&6; }
15735 cat >>confdefs.h <<_ACEOF
15736 #define SONAME_LIBCAPI20 "$ac_cv_lib_soname_capi20"
15737 _ACEOF
15743 if test "x$ac_cv_lib_soname_capi20" = "x"; then
15744 case "x$with_capi" in
15745 x) wine_notices="$wine_notices|libcapi20 ${notice_platform}development files not found, ISDN won't be supported." ;;
15746 xno) ;;
15747 *) { { $as_echo "$as_me:$LINENO: error: libcapi20 ${notice_platform}development files not found, ISDN won't be supported.
15748 This is an error since --with-capi was requested." >&5
15749 $as_echo "$as_me: error: libcapi20 ${notice_platform}development files not found, ISDN won't be supported.
15750 This is an error since --with-capi was requested." >&2;}
15751 { (exit 1); exit 1; }; } ;;
15752 esac
15756 CUPSINCL=""
15758 if test "x$with_cups" != "xno"
15759 then
15760 ac_save_CPPFLAGS="$CPPFLAGS"
15761 ac_cups_cflags=`cups-config --cflags 2>/dev/null`
15762 ac_cups_libs=`cups-config --ldflags 2>/dev/null`
15763 CPPFLAGS="$CPPFLAGS $ac_cups_cflags"
15765 for ac_header in cups/cups.h
15767 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
15768 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
15769 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
15770 $as_echo_n "checking for $ac_header... " >&6; }
15771 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
15772 $as_echo_n "(cached) " >&6
15774 ac_res=`eval 'as_val=${'$as_ac_Header'}
15775 $as_echo "$as_val"'`
15776 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
15777 $as_echo "$ac_res" >&6; }
15778 else
15779 # Is the header compilable?
15780 { $as_echo "$as_me:$LINENO: checking $ac_header usability" >&5
15781 $as_echo_n "checking $ac_header usability... " >&6; }
15782 cat >conftest.$ac_ext <<_ACEOF
15783 /* confdefs.h. */
15784 _ACEOF
15785 cat confdefs.h >>conftest.$ac_ext
15786 cat >>conftest.$ac_ext <<_ACEOF
15787 /* end confdefs.h. */
15788 $ac_includes_default
15789 #include <$ac_header>
15790 _ACEOF
15791 rm -f conftest.$ac_objext
15792 if { (ac_try="$ac_compile"
15793 case "(($ac_try" in
15794 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15795 *) ac_try_echo=$ac_try;;
15796 esac
15797 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
15798 $as_echo "$ac_try_echo") >&5
15799 (eval "$ac_compile") 2>conftest.er1
15800 ac_status=$?
15801 grep -v '^ *+' conftest.er1 >conftest.err
15802 rm -f conftest.er1
15803 cat conftest.err >&5
15804 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
15805 (exit $ac_status); } && {
15806 test -z "$ac_c_werror_flag" ||
15807 test ! -s conftest.err
15808 } && test -s conftest.$ac_objext; then
15809 ac_header_compiler=yes
15810 else
15811 $as_echo "$as_me: failed program was:" >&5
15812 sed 's/^/| /' conftest.$ac_ext >&5
15814 ac_header_compiler=no
15817 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
15818 { $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
15819 $as_echo "$ac_header_compiler" >&6; }
15821 # Is the header present?
15822 { $as_echo "$as_me:$LINENO: checking $ac_header presence" >&5
15823 $as_echo_n "checking $ac_header presence... " >&6; }
15824 cat >conftest.$ac_ext <<_ACEOF
15825 /* confdefs.h. */
15826 _ACEOF
15827 cat confdefs.h >>conftest.$ac_ext
15828 cat >>conftest.$ac_ext <<_ACEOF
15829 /* end confdefs.h. */
15830 #include <$ac_header>
15831 _ACEOF
15832 if { (ac_try="$ac_cpp conftest.$ac_ext"
15833 case "(($ac_try" in
15834 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15835 *) ac_try_echo=$ac_try;;
15836 esac
15837 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
15838 $as_echo "$ac_try_echo") >&5
15839 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
15840 ac_status=$?
15841 grep -v '^ *+' conftest.er1 >conftest.err
15842 rm -f conftest.er1
15843 cat conftest.err >&5
15844 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
15845 (exit $ac_status); } >/dev/null && {
15846 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
15847 test ! -s conftest.err
15848 }; then
15849 ac_header_preproc=yes
15850 else
15851 $as_echo "$as_me: failed program was:" >&5
15852 sed 's/^/| /' conftest.$ac_ext >&5
15854 ac_header_preproc=no
15857 rm -f conftest.err conftest.$ac_ext
15858 { $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
15859 $as_echo "$ac_header_preproc" >&6; }
15861 # So? What about this header?
15862 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
15863 yes:no: )
15864 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
15865 $as_echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
15866 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
15867 $as_echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
15868 ac_header_preproc=yes
15870 no:yes:* )
15871 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
15872 $as_echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
15873 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
15874 $as_echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
15875 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
15876 $as_echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
15877 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
15878 $as_echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
15879 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
15880 $as_echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
15881 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
15882 $as_echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
15883 ( cat <<\_ASBOX
15884 ## ------------------------------------ ##
15885 ## Report this to wine-devel@winehq.org ##
15886 ## ------------------------------------ ##
15887 _ASBOX
15888 ) | sed "s/^/$as_me: WARNING: /" >&2
15890 esac
15891 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
15892 $as_echo_n "checking for $ac_header... " >&6; }
15893 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
15894 $as_echo_n "(cached) " >&6
15895 else
15896 eval "$as_ac_Header=\$ac_header_preproc"
15898 ac_res=`eval 'as_val=${'$as_ac_Header'}
15899 $as_echo "$as_val"'`
15900 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
15901 $as_echo "$ac_res" >&6; }
15904 as_val=`eval 'as_val=${'$as_ac_Header'}
15905 $as_echo "$as_val"'`
15906 if test "x$as_val" = x""yes; then
15907 cat >>confdefs.h <<_ACEOF
15908 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
15909 _ACEOF
15910 { $as_echo "$as_me:$LINENO: checking for -lcups" >&5
15911 $as_echo_n "checking for -lcups... " >&6; }
15912 if test "${ac_cv_lib_soname_cups+set}" = set; then
15913 $as_echo_n "(cached) " >&6
15914 else
15915 ac_check_soname_save_LIBS=$LIBS
15916 LIBS="-lcups $ac_cups_libs $LIBS"
15917 cat >conftest.$ac_ext <<_ACEOF
15918 /* confdefs.h. */
15919 _ACEOF
15920 cat confdefs.h >>conftest.$ac_ext
15921 cat >>conftest.$ac_ext <<_ACEOF
15922 /* end confdefs.h. */
15924 /* Override any GCC internal prototype to avoid an error.
15925 Use char because int might match the return type of a GCC
15926 builtin and then its argument prototype would still apply. */
15927 #ifdef __cplusplus
15928 extern "C"
15929 #endif
15930 char cupsGetDefault ();
15932 main ()
15934 return cupsGetDefault ();
15936 return 0;
15938 _ACEOF
15939 rm -f conftest.$ac_objext conftest$ac_exeext
15940 if { (ac_try="$ac_link"
15941 case "(($ac_try" in
15942 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15943 *) ac_try_echo=$ac_try;;
15944 esac
15945 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
15946 $as_echo "$ac_try_echo") >&5
15947 (eval "$ac_link") 2>conftest.er1
15948 ac_status=$?
15949 grep -v '^ *+' conftest.er1 >conftest.err
15950 rm -f conftest.er1
15951 cat conftest.err >&5
15952 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
15953 (exit $ac_status); } && {
15954 test -z "$ac_c_werror_flag" ||
15955 test ! -s conftest.err
15956 } && test -s conftest$ac_exeext && {
15957 test "$cross_compiling" = yes ||
15958 $as_test_x conftest$ac_exeext
15959 }; then
15960 case "$LIBEXT" in
15961 dll) ;;
15962 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'` ;;
15963 *) ac_cv_lib_soname_cups=`$ac_cv_path_LDD conftest$ac_exeext | grep "libcups\\.$LIBEXT" | sed -e "s/^.*\(libcups\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
15964 esac
15965 else
15966 $as_echo "$as_me: failed program was:" >&5
15967 sed 's/^/| /' conftest.$ac_ext >&5
15972 rm -rf conftest.dSYM
15973 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
15974 conftest$ac_exeext conftest.$ac_ext
15975 LIBS=$ac_check_soname_save_LIBS
15977 if test "x$ac_cv_lib_soname_cups" = "x"; then
15978 { $as_echo "$as_me:$LINENO: result: not found" >&5
15979 $as_echo "not found" >&6; }
15981 else
15982 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_cups" >&5
15983 $as_echo "$ac_cv_lib_soname_cups" >&6; }
15985 cat >>confdefs.h <<_ACEOF
15986 #define SONAME_LIBCUPS "$ac_cv_lib_soname_cups"
15987 _ACEOF
15989 CUPSINCL="$ac_cups_cflags"
15994 done
15996 CPPFLAGS="$ac_save_CPPFLAGS"
15998 if test "x$ac_cv_lib_soname_cups" = "x"; then
15999 case "x$with_cups" in
16000 x) wine_notices="$wine_notices|libcups ${notice_platform}development files not found, CUPS won't be supported." ;;
16001 xno) ;;
16002 *) { { $as_echo "$as_me:$LINENO: error: libcups ${notice_platform}development files not found, CUPS won't be supported.
16003 This is an error since --with-cups was requested." >&5
16004 $as_echo "$as_me: error: libcups ${notice_platform}development files not found, CUPS won't be supported.
16005 This is an error since --with-cups was requested." >&2;}
16006 { (exit 1); exit 1; }; } ;;
16007 esac
16011 if test "$ac_cv_header_jack_jack_h" = "yes"
16012 then
16013 { $as_echo "$as_me:$LINENO: checking for -ljack" >&5
16014 $as_echo_n "checking for -ljack... " >&6; }
16015 if test "${ac_cv_lib_soname_jack+set}" = set; then
16016 $as_echo_n "(cached) " >&6
16017 else
16018 ac_check_soname_save_LIBS=$LIBS
16019 LIBS="-ljack $LIBS"
16020 cat >conftest.$ac_ext <<_ACEOF
16021 /* confdefs.h. */
16022 _ACEOF
16023 cat confdefs.h >>conftest.$ac_ext
16024 cat >>conftest.$ac_ext <<_ACEOF
16025 /* end confdefs.h. */
16027 /* Override any GCC internal prototype to avoid an error.
16028 Use char because int might match the return type of a GCC
16029 builtin and then its argument prototype would still apply. */
16030 #ifdef __cplusplus
16031 extern "C"
16032 #endif
16033 char jack_client_new ();
16035 main ()
16037 return jack_client_new ();
16039 return 0;
16041 _ACEOF
16042 rm -f conftest.$ac_objext conftest$ac_exeext
16043 if { (ac_try="$ac_link"
16044 case "(($ac_try" in
16045 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16046 *) ac_try_echo=$ac_try;;
16047 esac
16048 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
16049 $as_echo "$ac_try_echo") >&5
16050 (eval "$ac_link") 2>conftest.er1
16051 ac_status=$?
16052 grep -v '^ *+' conftest.er1 >conftest.err
16053 rm -f conftest.er1
16054 cat conftest.err >&5
16055 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
16056 (exit $ac_status); } && {
16057 test -z "$ac_c_werror_flag" ||
16058 test ! -s conftest.err
16059 } && test -s conftest$ac_exeext && {
16060 test "$cross_compiling" = yes ||
16061 $as_test_x conftest$ac_exeext
16062 }; then
16063 case "$LIBEXT" in
16064 dll) ;;
16065 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'` ;;
16066 *) 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'` ;;
16067 esac
16068 else
16069 $as_echo "$as_me: failed program was:" >&5
16070 sed 's/^/| /' conftest.$ac_ext >&5
16075 rm -rf conftest.dSYM
16076 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16077 conftest$ac_exeext conftest.$ac_ext
16078 LIBS=$ac_check_soname_save_LIBS
16080 if test "x$ac_cv_lib_soname_jack" = "x"; then
16081 { $as_echo "$as_me:$LINENO: result: not found" >&5
16082 $as_echo "not found" >&6; }
16084 else
16085 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_jack" >&5
16086 $as_echo "$ac_cv_lib_soname_jack" >&6; }
16088 cat >>confdefs.h <<_ACEOF
16089 #define SONAME_LIBJACK "$ac_cv_lib_soname_jack"
16090 _ACEOF
16097 if test "$ac_cv_header_fontconfig_fontconfig_h" = "yes"
16098 then
16099 { $as_echo "$as_me:$LINENO: checking for -lfontconfig" >&5
16100 $as_echo_n "checking for -lfontconfig... " >&6; }
16101 if test "${ac_cv_lib_soname_fontconfig+set}" = set; then
16102 $as_echo_n "(cached) " >&6
16103 else
16104 ac_check_soname_save_LIBS=$LIBS
16105 LIBS="-lfontconfig $LIBS"
16106 cat >conftest.$ac_ext <<_ACEOF
16107 /* confdefs.h. */
16108 _ACEOF
16109 cat confdefs.h >>conftest.$ac_ext
16110 cat >>conftest.$ac_ext <<_ACEOF
16111 /* end confdefs.h. */
16113 /* Override any GCC internal prototype to avoid an error.
16114 Use char because int might match the return type of a GCC
16115 builtin and then its argument prototype would still apply. */
16116 #ifdef __cplusplus
16117 extern "C"
16118 #endif
16119 char FcInit ();
16121 main ()
16123 return FcInit ();
16125 return 0;
16127 _ACEOF
16128 rm -f conftest.$ac_objext conftest$ac_exeext
16129 if { (ac_try="$ac_link"
16130 case "(($ac_try" in
16131 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16132 *) ac_try_echo=$ac_try;;
16133 esac
16134 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
16135 $as_echo "$ac_try_echo") >&5
16136 (eval "$ac_link") 2>conftest.er1
16137 ac_status=$?
16138 grep -v '^ *+' conftest.er1 >conftest.err
16139 rm -f conftest.er1
16140 cat conftest.err >&5
16141 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
16142 (exit $ac_status); } && {
16143 test -z "$ac_c_werror_flag" ||
16144 test ! -s conftest.err
16145 } && test -s conftest$ac_exeext && {
16146 test "$cross_compiling" = yes ||
16147 $as_test_x conftest$ac_exeext
16148 }; then
16149 case "$LIBEXT" in
16150 dll) ;;
16151 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'` ;;
16152 *) ac_cv_lib_soname_fontconfig=`$ac_cv_path_LDD conftest$ac_exeext | grep "libfontconfig\\.$LIBEXT" | sed -e "s/^.*\(libfontconfig\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
16153 esac
16154 else
16155 $as_echo "$as_me: failed program was:" >&5
16156 sed 's/^/| /' conftest.$ac_ext >&5
16161 rm -rf conftest.dSYM
16162 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16163 conftest$ac_exeext conftest.$ac_ext
16164 LIBS=$ac_check_soname_save_LIBS
16166 if test "x$ac_cv_lib_soname_fontconfig" = "x"; then
16167 { $as_echo "$as_me:$LINENO: result: not found" >&5
16168 $as_echo "not found" >&6; }
16170 else
16171 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_fontconfig" >&5
16172 $as_echo "$ac_cv_lib_soname_fontconfig" >&6; }
16174 cat >>confdefs.h <<_ACEOF
16175 #define SONAME_LIBFONTCONFIG "$ac_cv_lib_soname_fontconfig"
16176 _ACEOF
16181 elif test -n "$X_CFLAGS" -a "x$with_fontconfig" != "xno"
16182 then
16183 ac_save_CPPFLAGS="$CPPFLAGS"
16184 CPPFLAGS="$CPPFLAGS $X_CFLAGS"
16185 $as_unset ac_cv_header_fontconfig_fontconfig_h
16187 for ac_header in fontconfig/fontconfig.h
16189 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
16190 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
16191 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
16192 $as_echo_n "checking for $ac_header... " >&6; }
16193 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
16194 $as_echo_n "(cached) " >&6
16196 ac_res=`eval 'as_val=${'$as_ac_Header'}
16197 $as_echo "$as_val"'`
16198 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
16199 $as_echo "$ac_res" >&6; }
16200 else
16201 # Is the header compilable?
16202 { $as_echo "$as_me:$LINENO: checking $ac_header usability" >&5
16203 $as_echo_n "checking $ac_header usability... " >&6; }
16204 cat >conftest.$ac_ext <<_ACEOF
16205 /* confdefs.h. */
16206 _ACEOF
16207 cat confdefs.h >>conftest.$ac_ext
16208 cat >>conftest.$ac_ext <<_ACEOF
16209 /* end confdefs.h. */
16210 $ac_includes_default
16211 #include <$ac_header>
16212 _ACEOF
16213 rm -f conftest.$ac_objext
16214 if { (ac_try="$ac_compile"
16215 case "(($ac_try" in
16216 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16217 *) ac_try_echo=$ac_try;;
16218 esac
16219 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
16220 $as_echo "$ac_try_echo") >&5
16221 (eval "$ac_compile") 2>conftest.er1
16222 ac_status=$?
16223 grep -v '^ *+' conftest.er1 >conftest.err
16224 rm -f conftest.er1
16225 cat conftest.err >&5
16226 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
16227 (exit $ac_status); } && {
16228 test -z "$ac_c_werror_flag" ||
16229 test ! -s conftest.err
16230 } && test -s conftest.$ac_objext; then
16231 ac_header_compiler=yes
16232 else
16233 $as_echo "$as_me: failed program was:" >&5
16234 sed 's/^/| /' conftest.$ac_ext >&5
16236 ac_header_compiler=no
16239 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
16240 { $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
16241 $as_echo "$ac_header_compiler" >&6; }
16243 # Is the header present?
16244 { $as_echo "$as_me:$LINENO: checking $ac_header presence" >&5
16245 $as_echo_n "checking $ac_header presence... " >&6; }
16246 cat >conftest.$ac_ext <<_ACEOF
16247 /* confdefs.h. */
16248 _ACEOF
16249 cat confdefs.h >>conftest.$ac_ext
16250 cat >>conftest.$ac_ext <<_ACEOF
16251 /* end confdefs.h. */
16252 #include <$ac_header>
16253 _ACEOF
16254 if { (ac_try="$ac_cpp conftest.$ac_ext"
16255 case "(($ac_try" in
16256 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16257 *) ac_try_echo=$ac_try;;
16258 esac
16259 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
16260 $as_echo "$ac_try_echo") >&5
16261 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
16262 ac_status=$?
16263 grep -v '^ *+' conftest.er1 >conftest.err
16264 rm -f conftest.er1
16265 cat conftest.err >&5
16266 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
16267 (exit $ac_status); } >/dev/null && {
16268 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
16269 test ! -s conftest.err
16270 }; then
16271 ac_header_preproc=yes
16272 else
16273 $as_echo "$as_me: failed program was:" >&5
16274 sed 's/^/| /' conftest.$ac_ext >&5
16276 ac_header_preproc=no
16279 rm -f conftest.err conftest.$ac_ext
16280 { $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
16281 $as_echo "$ac_header_preproc" >&6; }
16283 # So? What about this header?
16284 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
16285 yes:no: )
16286 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
16287 $as_echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
16288 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
16289 $as_echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
16290 ac_header_preproc=yes
16292 no:yes:* )
16293 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
16294 $as_echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
16295 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
16296 $as_echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
16297 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
16298 $as_echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
16299 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
16300 $as_echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
16301 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
16302 $as_echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
16303 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
16304 $as_echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
16305 ( cat <<\_ASBOX
16306 ## ------------------------------------ ##
16307 ## Report this to wine-devel@winehq.org ##
16308 ## ------------------------------------ ##
16309 _ASBOX
16310 ) | sed "s/^/$as_me: WARNING: /" >&2
16312 esac
16313 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
16314 $as_echo_n "checking for $ac_header... " >&6; }
16315 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
16316 $as_echo_n "(cached) " >&6
16317 else
16318 eval "$as_ac_Header=\$ac_header_preproc"
16320 ac_res=`eval 'as_val=${'$as_ac_Header'}
16321 $as_echo "$as_val"'`
16322 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
16323 $as_echo "$ac_res" >&6; }
16326 as_val=`eval 'as_val=${'$as_ac_Header'}
16327 $as_echo "$as_val"'`
16328 if test "x$as_val" = x""yes; then
16329 cat >>confdefs.h <<_ACEOF
16330 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
16331 _ACEOF
16335 done
16337 CPPFLAGS="$ac_save_CPPFLAGS"
16338 if test "$ac_cv_header_fontconfig_fontconfig_h" = "yes"
16339 then
16340 FONTCONFIGINCL="$X_CFLAGS"
16342 { $as_echo "$as_me:$LINENO: checking for -lfontconfig" >&5
16343 $as_echo_n "checking for -lfontconfig... " >&6; }
16344 if test "${ac_cv_lib_soname_fontconfig+set}" = set; then
16345 $as_echo_n "(cached) " >&6
16346 else
16347 ac_check_soname_save_LIBS=$LIBS
16348 LIBS="-lfontconfig $X_LIBS $LIBS"
16349 cat >conftest.$ac_ext <<_ACEOF
16350 /* confdefs.h. */
16351 _ACEOF
16352 cat confdefs.h >>conftest.$ac_ext
16353 cat >>conftest.$ac_ext <<_ACEOF
16354 /* end confdefs.h. */
16356 /* Override any GCC internal prototype to avoid an error.
16357 Use char because int might match the return type of a GCC
16358 builtin and then its argument prototype would still apply. */
16359 #ifdef __cplusplus
16360 extern "C"
16361 #endif
16362 char FcInit ();
16364 main ()
16366 return FcInit ();
16368 return 0;
16370 _ACEOF
16371 rm -f conftest.$ac_objext conftest$ac_exeext
16372 if { (ac_try="$ac_link"
16373 case "(($ac_try" in
16374 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16375 *) ac_try_echo=$ac_try;;
16376 esac
16377 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
16378 $as_echo "$ac_try_echo") >&5
16379 (eval "$ac_link") 2>conftest.er1
16380 ac_status=$?
16381 grep -v '^ *+' conftest.er1 >conftest.err
16382 rm -f conftest.er1
16383 cat conftest.err >&5
16384 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
16385 (exit $ac_status); } && {
16386 test -z "$ac_c_werror_flag" ||
16387 test ! -s conftest.err
16388 } && test -s conftest$ac_exeext && {
16389 test "$cross_compiling" = yes ||
16390 $as_test_x conftest$ac_exeext
16391 }; then
16392 case "$LIBEXT" in
16393 dll) ;;
16394 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'` ;;
16395 *) ac_cv_lib_soname_fontconfig=`$ac_cv_path_LDD conftest$ac_exeext | grep "libfontconfig\\.$LIBEXT" | sed -e "s/^.*\(libfontconfig\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
16396 esac
16397 else
16398 $as_echo "$as_me: failed program was:" >&5
16399 sed 's/^/| /' conftest.$ac_ext >&5
16404 rm -rf conftest.dSYM
16405 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16406 conftest$ac_exeext conftest.$ac_ext
16407 LIBS=$ac_check_soname_save_LIBS
16409 if test "x$ac_cv_lib_soname_fontconfig" = "x"; then
16410 { $as_echo "$as_me:$LINENO: result: not found" >&5
16411 $as_echo "not found" >&6; }
16413 else
16414 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_fontconfig" >&5
16415 $as_echo "$ac_cv_lib_soname_fontconfig" >&6; }
16417 cat >>confdefs.h <<_ACEOF
16418 #define SONAME_LIBFONTCONFIG "$ac_cv_lib_soname_fontconfig"
16419 _ACEOF
16426 if test "x$ac_cv_lib_soname_fontconfig" = "x"; then
16427 case "x$with_fontconfig" in
16428 x) wine_notices="$wine_notices|fontconfig ${notice_platform}development files not found, fontconfig won't be supported." ;;
16429 xno) ;;
16430 *) { { $as_echo "$as_me:$LINENO: error: fontconfig ${notice_platform}development files not found, fontconfig won't be supported.
16431 This is an error since --with-fontconfig was requested." >&5
16432 $as_echo "$as_me: error: fontconfig ${notice_platform}development files not found, fontconfig won't be supported.
16433 This is an error since --with-fontconfig was requested." >&2;}
16434 { (exit 1); exit 1; }; } ;;
16435 esac
16439 if test "$ac_cv_header_openssl_err_h" = "yes" -a "$ac_cv_header_openssl_ssl_h" = "yes"
16440 then
16441 { $as_echo "$as_me:$LINENO: checking for -lssl" >&5
16442 $as_echo_n "checking for -lssl... " >&6; }
16443 if test "${ac_cv_lib_soname_ssl+set}" = set; then
16444 $as_echo_n "(cached) " >&6
16445 else
16446 ac_check_soname_save_LIBS=$LIBS
16447 LIBS="-lssl $LIBS"
16448 cat >conftest.$ac_ext <<_ACEOF
16449 /* confdefs.h. */
16450 _ACEOF
16451 cat confdefs.h >>conftest.$ac_ext
16452 cat >>conftest.$ac_ext <<_ACEOF
16453 /* end confdefs.h. */
16455 /* Override any GCC internal prototype to avoid an error.
16456 Use char because int might match the return type of a GCC
16457 builtin and then its argument prototype would still apply. */
16458 #ifdef __cplusplus
16459 extern "C"
16460 #endif
16461 char SSL_library_init ();
16463 main ()
16465 return SSL_library_init ();
16467 return 0;
16469 _ACEOF
16470 rm -f conftest.$ac_objext conftest$ac_exeext
16471 if { (ac_try="$ac_link"
16472 case "(($ac_try" in
16473 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16474 *) ac_try_echo=$ac_try;;
16475 esac
16476 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
16477 $as_echo "$ac_try_echo") >&5
16478 (eval "$ac_link") 2>conftest.er1
16479 ac_status=$?
16480 grep -v '^ *+' conftest.er1 >conftest.err
16481 rm -f conftest.er1
16482 cat conftest.err >&5
16483 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
16484 (exit $ac_status); } && {
16485 test -z "$ac_c_werror_flag" ||
16486 test ! -s conftest.err
16487 } && test -s conftest$ac_exeext && {
16488 test "$cross_compiling" = yes ||
16489 $as_test_x conftest$ac_exeext
16490 }; then
16491 case "$LIBEXT" in
16492 dll) ;;
16493 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'` ;;
16494 *) ac_cv_lib_soname_ssl=`$ac_cv_path_LDD conftest$ac_exeext | grep "libssl\\.$LIBEXT" | sed -e "s/^.*\(libssl\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
16495 esac
16496 else
16497 $as_echo "$as_me: failed program was:" >&5
16498 sed 's/^/| /' conftest.$ac_ext >&5
16503 rm -rf conftest.dSYM
16504 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16505 conftest$ac_exeext conftest.$ac_ext
16506 LIBS=$ac_check_soname_save_LIBS
16508 if test "x$ac_cv_lib_soname_ssl" = "x"; then
16509 { $as_echo "$as_me:$LINENO: result: not found" >&5
16510 $as_echo "not found" >&6; }
16512 else
16513 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_ssl" >&5
16514 $as_echo "$ac_cv_lib_soname_ssl" >&6; }
16516 cat >>confdefs.h <<_ACEOF
16517 #define SONAME_LIBSSL "$ac_cv_lib_soname_ssl"
16518 _ACEOF
16523 { $as_echo "$as_me:$LINENO: checking for -lcrypto" >&5
16524 $as_echo_n "checking for -lcrypto... " >&6; }
16525 if test "${ac_cv_lib_soname_crypto+set}" = set; then
16526 $as_echo_n "(cached) " >&6
16527 else
16528 ac_check_soname_save_LIBS=$LIBS
16529 LIBS="-lcrypto $LIBS"
16530 cat >conftest.$ac_ext <<_ACEOF
16531 /* confdefs.h. */
16532 _ACEOF
16533 cat confdefs.h >>conftest.$ac_ext
16534 cat >>conftest.$ac_ext <<_ACEOF
16535 /* end confdefs.h. */
16537 /* Override any GCC internal prototype to avoid an error.
16538 Use char because int might match the return type of a GCC
16539 builtin and then its argument prototype would still apply. */
16540 #ifdef __cplusplus
16541 extern "C"
16542 #endif
16543 char BIO_new_socket ();
16545 main ()
16547 return BIO_new_socket ();
16549 return 0;
16551 _ACEOF
16552 rm -f conftest.$ac_objext conftest$ac_exeext
16553 if { (ac_try="$ac_link"
16554 case "(($ac_try" in
16555 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16556 *) ac_try_echo=$ac_try;;
16557 esac
16558 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
16559 $as_echo "$ac_try_echo") >&5
16560 (eval "$ac_link") 2>conftest.er1
16561 ac_status=$?
16562 grep -v '^ *+' conftest.er1 >conftest.err
16563 rm -f conftest.er1
16564 cat conftest.err >&5
16565 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
16566 (exit $ac_status); } && {
16567 test -z "$ac_c_werror_flag" ||
16568 test ! -s conftest.err
16569 } && test -s conftest$ac_exeext && {
16570 test "$cross_compiling" = yes ||
16571 $as_test_x conftest$ac_exeext
16572 }; then
16573 case "$LIBEXT" in
16574 dll) ;;
16575 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'` ;;
16576 *) ac_cv_lib_soname_crypto=`$ac_cv_path_LDD conftest$ac_exeext | grep "libcrypto\\.$LIBEXT" | sed -e "s/^.*\(libcrypto\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
16577 esac
16578 else
16579 $as_echo "$as_me: failed program was:" >&5
16580 sed 's/^/| /' conftest.$ac_ext >&5
16585 rm -rf conftest.dSYM
16586 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16587 conftest$ac_exeext conftest.$ac_ext
16588 LIBS=$ac_check_soname_save_LIBS
16590 if test "x$ac_cv_lib_soname_crypto" = "x"; then
16591 { $as_echo "$as_me:$LINENO: result: not found" >&5
16592 $as_echo "not found" >&6; }
16594 else
16595 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_crypto" >&5
16596 $as_echo "$ac_cv_lib_soname_crypto" >&6; }
16598 cat >>confdefs.h <<_ACEOF
16599 #define SONAME_LIBCRYPTO "$ac_cv_lib_soname_crypto"
16600 _ACEOF
16606 if test "x$ac_cv_lib_soname_ssl" = "x" -o "x$ac_cv_lib_soname_crypto" = "x"; then
16607 case "x$with_openssl" in
16608 x) wine_warnings="$wine_warnings|OpenSSL ${notice_platform}development files not found, SSL won't be supported." ;;
16609 xno) ;;
16610 *) { { $as_echo "$as_me:$LINENO: error: OpenSSL ${notice_platform}development files not found, SSL won't be supported.
16611 This is an error since --with-openssl was requested." >&5
16612 $as_echo "$as_me: error: OpenSSL ${notice_platform}development files not found, SSL won't be supported.
16613 This is an error since --with-openssl was requested." >&2;}
16614 { (exit 1); exit 1; }; } ;;
16615 esac
16619 if test "$ac_cv_header_jpeglib_h" = "yes"
16620 then
16621 { $as_echo "$as_me:$LINENO: checking for -ljpeg" >&5
16622 $as_echo_n "checking for -ljpeg... " >&6; }
16623 if test "${ac_cv_lib_soname_jpeg+set}" = set; then
16624 $as_echo_n "(cached) " >&6
16625 else
16626 ac_check_soname_save_LIBS=$LIBS
16627 LIBS="-ljpeg $LIBS"
16628 cat >conftest.$ac_ext <<_ACEOF
16629 /* confdefs.h. */
16630 _ACEOF
16631 cat confdefs.h >>conftest.$ac_ext
16632 cat >>conftest.$ac_ext <<_ACEOF
16633 /* end confdefs.h. */
16635 /* Override any GCC internal prototype to avoid an error.
16636 Use char because int might match the return type of a GCC
16637 builtin and then its argument prototype would still apply. */
16638 #ifdef __cplusplus
16639 extern "C"
16640 #endif
16641 char jpeg_start_decompress ();
16643 main ()
16645 return jpeg_start_decompress ();
16647 return 0;
16649 _ACEOF
16650 rm -f conftest.$ac_objext conftest$ac_exeext
16651 if { (ac_try="$ac_link"
16652 case "(($ac_try" in
16653 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16654 *) ac_try_echo=$ac_try;;
16655 esac
16656 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
16657 $as_echo "$ac_try_echo") >&5
16658 (eval "$ac_link") 2>conftest.er1
16659 ac_status=$?
16660 grep -v '^ *+' conftest.er1 >conftest.err
16661 rm -f conftest.er1
16662 cat conftest.err >&5
16663 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
16664 (exit $ac_status); } && {
16665 test -z "$ac_c_werror_flag" ||
16666 test ! -s conftest.err
16667 } && test -s conftest$ac_exeext && {
16668 test "$cross_compiling" = yes ||
16669 $as_test_x conftest$ac_exeext
16670 }; then
16671 case "$LIBEXT" in
16672 dll) ;;
16673 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'` ;;
16674 *) ac_cv_lib_soname_jpeg=`$ac_cv_path_LDD conftest$ac_exeext | grep "libjpeg\\.$LIBEXT" | sed -e "s/^.*\(libjpeg\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
16675 esac
16676 else
16677 $as_echo "$as_me: failed program was:" >&5
16678 sed 's/^/| /' conftest.$ac_ext >&5
16683 rm -rf conftest.dSYM
16684 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16685 conftest$ac_exeext conftest.$ac_ext
16686 LIBS=$ac_check_soname_save_LIBS
16688 if test "x$ac_cv_lib_soname_jpeg" = "x"; then
16689 { $as_echo "$as_me:$LINENO: result: not found" >&5
16690 $as_echo "not found" >&6; }
16692 else
16693 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_jpeg" >&5
16694 $as_echo "$ac_cv_lib_soname_jpeg" >&6; }
16696 cat >>confdefs.h <<_ACEOF
16697 #define SONAME_LIBJPEG "$ac_cv_lib_soname_jpeg"
16698 _ACEOF
16704 if test "x$ac_cv_lib_soname_jpeg" = "x"; then
16705 case "x$with_jpeg" in
16706 x) wine_warnings="$wine_warnings|libjpeg ${notice_platform}development files not found, JPEG won't be supported." ;;
16707 xno) ;;
16708 *) { { $as_echo "$as_me:$LINENO: error: libjpeg ${notice_platform}development files not found, JPEG won't be supported.
16709 This is an error since --with-jpeg was requested." >&5
16710 $as_echo "$as_me: error: libjpeg ${notice_platform}development files not found, JPEG won't be supported.
16711 This is an error since --with-jpeg was requested." >&2;}
16712 { (exit 1); exit 1; }; } ;;
16713 esac
16717 if test "$ac_cv_header_png_h" = "yes"
16718 then
16719 { $as_echo "$as_me:$LINENO: checking for -lpng" >&5
16720 $as_echo_n "checking for -lpng... " >&6; }
16721 if test "${ac_cv_lib_soname_png+set}" = set; then
16722 $as_echo_n "(cached) " >&6
16723 else
16724 ac_check_soname_save_LIBS=$LIBS
16725 LIBS="-lpng -lm $LIBS"
16726 cat >conftest.$ac_ext <<_ACEOF
16727 /* confdefs.h. */
16728 _ACEOF
16729 cat confdefs.h >>conftest.$ac_ext
16730 cat >>conftest.$ac_ext <<_ACEOF
16731 /* end confdefs.h. */
16733 /* Override any GCC internal prototype to avoid an error.
16734 Use char because int might match the return type of a GCC
16735 builtin and then its argument prototype would still apply. */
16736 #ifdef __cplusplus
16737 extern "C"
16738 #endif
16739 char png_create_read_struct ();
16741 main ()
16743 return png_create_read_struct ();
16745 return 0;
16747 _ACEOF
16748 rm -f conftest.$ac_objext conftest$ac_exeext
16749 if { (ac_try="$ac_link"
16750 case "(($ac_try" in
16751 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16752 *) ac_try_echo=$ac_try;;
16753 esac
16754 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
16755 $as_echo "$ac_try_echo") >&5
16756 (eval "$ac_link") 2>conftest.er1
16757 ac_status=$?
16758 grep -v '^ *+' conftest.er1 >conftest.err
16759 rm -f conftest.er1
16760 cat conftest.err >&5
16761 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
16762 (exit $ac_status); } && {
16763 test -z "$ac_c_werror_flag" ||
16764 test ! -s conftest.err
16765 } && test -s conftest$ac_exeext && {
16766 test "$cross_compiling" = yes ||
16767 $as_test_x conftest$ac_exeext
16768 }; then
16769 case "$LIBEXT" in
16770 dll) ;;
16771 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'` ;;
16772 *) 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'` ;;
16773 esac
16774 else
16775 $as_echo "$as_me: failed program was:" >&5
16776 sed 's/^/| /' conftest.$ac_ext >&5
16781 rm -rf conftest.dSYM
16782 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16783 conftest$ac_exeext conftest.$ac_ext
16784 LIBS=$ac_check_soname_save_LIBS
16786 if test "x$ac_cv_lib_soname_png" = "x"; then
16787 { $as_echo "$as_me:$LINENO: result: not found" >&5
16788 $as_echo "not found" >&6; }
16790 else
16791 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_png" >&5
16792 $as_echo "$ac_cv_lib_soname_png" >&6; }
16794 cat >>confdefs.h <<_ACEOF
16795 #define SONAME_LIBPNG "$ac_cv_lib_soname_png"
16796 _ACEOF
16802 if test "x$ac_cv_lib_soname_png" = "x"; then
16803 case "x$with_png" in
16804 x) wine_warnings="$wine_warnings|libpng ${notice_platform}development files not found, PNG won't be supported." ;;
16805 xno) ;;
16806 *) { { $as_echo "$as_me:$LINENO: error: libpng ${notice_platform}development files not found, PNG won't be supported.
16807 This is an error since --with-png was requested." >&5
16808 $as_echo "$as_me: error: libpng ${notice_platform}development files not found, PNG won't be supported.
16809 This is an error since --with-png was requested." >&2;}
16810 { (exit 1); exit 1; }; } ;;
16811 esac
16815 { $as_echo "$as_me:$LINENO: checking for -lodbc" >&5
16816 $as_echo_n "checking for -lodbc... " >&6; }
16817 if test "${ac_cv_lib_soname_odbc+set}" = set; then
16818 $as_echo_n "(cached) " >&6
16819 else
16820 ac_check_soname_save_LIBS=$LIBS
16821 LIBS="-lodbc $LIBS"
16822 cat >conftest.$ac_ext <<_ACEOF
16823 /* confdefs.h. */
16824 _ACEOF
16825 cat confdefs.h >>conftest.$ac_ext
16826 cat >>conftest.$ac_ext <<_ACEOF
16827 /* end confdefs.h. */
16829 /* Override any GCC internal prototype to avoid an error.
16830 Use char because int might match the return type of a GCC
16831 builtin and then its argument prototype would still apply. */
16832 #ifdef __cplusplus
16833 extern "C"
16834 #endif
16835 char SQLConnect ();
16837 main ()
16839 return SQLConnect ();
16841 return 0;
16843 _ACEOF
16844 rm -f conftest.$ac_objext conftest$ac_exeext
16845 if { (ac_try="$ac_link"
16846 case "(($ac_try" in
16847 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16848 *) ac_try_echo=$ac_try;;
16849 esac
16850 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
16851 $as_echo "$ac_try_echo") >&5
16852 (eval "$ac_link") 2>conftest.er1
16853 ac_status=$?
16854 grep -v '^ *+' conftest.er1 >conftest.err
16855 rm -f conftest.er1
16856 cat conftest.err >&5
16857 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
16858 (exit $ac_status); } && {
16859 test -z "$ac_c_werror_flag" ||
16860 test ! -s conftest.err
16861 } && test -s conftest$ac_exeext && {
16862 test "$cross_compiling" = yes ||
16863 $as_test_x conftest$ac_exeext
16864 }; then
16865 case "$LIBEXT" in
16866 dll) ;;
16867 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'` ;;
16868 *) ac_cv_lib_soname_odbc=`$ac_cv_path_LDD conftest$ac_exeext | grep "libodbc\\.$LIBEXT" | sed -e "s/^.*\(libodbc\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
16869 esac
16870 else
16871 $as_echo "$as_me: failed program was:" >&5
16872 sed 's/^/| /' conftest.$ac_ext >&5
16877 rm -rf conftest.dSYM
16878 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16879 conftest$ac_exeext conftest.$ac_ext
16880 LIBS=$ac_check_soname_save_LIBS
16882 if test "x$ac_cv_lib_soname_odbc" = "x"; then
16883 { $as_echo "$as_me:$LINENO: result: not found" >&5
16884 $as_echo "not found" >&6; }
16885 cat >>confdefs.h <<_ACEOF
16886 #define SONAME_LIBODBC "libodbc.$LIBEXT"
16887 _ACEOF
16889 else
16890 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_odbc" >&5
16891 $as_echo "$ac_cv_lib_soname_odbc" >&6; }
16893 cat >>confdefs.h <<_ACEOF
16894 #define SONAME_LIBODBC "$ac_cv_lib_soname_odbc"
16895 _ACEOF
16901 if test "x$ALSALIBS$AUDIOIOLIBS$COREAUDIO$NASLIBS$ESDLIBS$ac_cv_lib_soname_jack" = "x" -a \
16902 "$ac_cv_header_sys_soundcard_h" != "yes" -a \
16903 "$ac_cv_header_machine_soundcard_h" != "yes" -a \
16904 "$ac_cv_header_soundcard_h" != "yes" -a \
16905 "x$with_alsa$with_audioio$with_coreaudio$with_nas$with_esd$with_jack$with_oss" != xnonononononono
16906 then
16907 wine_warnings="$wine_warnings|No sound system was found. Windows applications will be silent."
16911 EXTRACFLAGS=""
16913 if test "x${GCC}" = "xyes"
16914 then
16915 EXTRACFLAGS="-Wall -pipe"
16917 { $as_echo "$as_me:$LINENO: checking for gcc strength-reduce bug" >&5
16918 $as_echo_n "checking for gcc strength-reduce bug... " >&6; }
16919 if test "${ac_cv_c_gcc_strength_bug+set}" = set; then
16920 $as_echo_n "(cached) " >&6
16921 else
16922 if test "$cross_compiling" = yes; then
16923 ac_cv_c_gcc_strength_bug="yes"
16924 else
16925 cat >conftest.$ac_ext <<_ACEOF
16926 /* confdefs.h. */
16927 _ACEOF
16928 cat confdefs.h >>conftest.$ac_ext
16929 cat >>conftest.$ac_ext <<_ACEOF
16930 /* end confdefs.h. */
16931 int L[4] = {0,1,2,3};
16933 main ()
16935 static int Array[3];
16936 unsigned int B = 3;
16937 int i;
16938 for(i=0; i<B; i++) Array[i] = i - 3;
16939 for(i=0; i<4 - 1; i++) L[i] = L[i + 1];
16940 L[i] = 4;
16941 exit( Array[1] != -2 || L[2] != 3)
16943 return 0;
16945 _ACEOF
16946 rm -f conftest$ac_exeext
16947 if { (ac_try="$ac_link"
16948 case "(($ac_try" in
16949 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16950 *) ac_try_echo=$ac_try;;
16951 esac
16952 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
16953 $as_echo "$ac_try_echo") >&5
16954 (eval "$ac_link") 2>&5
16955 ac_status=$?
16956 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
16957 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
16958 { (case "(($ac_try" in
16959 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16960 *) ac_try_echo=$ac_try;;
16961 esac
16962 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
16963 $as_echo "$ac_try_echo") >&5
16964 (eval "$ac_try") 2>&5
16965 ac_status=$?
16966 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
16967 (exit $ac_status); }; }; then
16968 ac_cv_c_gcc_strength_bug="no"
16969 else
16970 $as_echo "$as_me: program exited with status $ac_status" >&5
16971 $as_echo "$as_me: failed program was:" >&5
16972 sed 's/^/| /' conftest.$ac_ext >&5
16974 ( exit $ac_status )
16975 ac_cv_c_gcc_strength_bug="yes"
16977 rm -rf conftest.dSYM
16978 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
16983 { $as_echo "$as_me:$LINENO: result: $ac_cv_c_gcc_strength_bug" >&5
16984 $as_echo "$ac_cv_c_gcc_strength_bug" >&6; }
16985 if test "$ac_cv_c_gcc_strength_bug" = "yes"
16986 then
16987 EXTRACFLAGS="$EXTRACFLAGS -fno-strength-reduce"
16991 { $as_echo "$as_me:$LINENO: checking whether the compiler supports -fshort-wchar" >&5
16992 $as_echo_n "checking whether the compiler supports -fshort-wchar... " >&6; }
16993 if test "${ac_cv_cflags__fshort_wchar+set}" = set; then
16994 $as_echo_n "(cached) " >&6
16995 else
16996 ac_wine_try_cflags_saved=$CFLAGS
16997 CFLAGS="$CFLAGS -fshort-wchar"
16998 cat >conftest.$ac_ext <<_ACEOF
16999 /* confdefs.h. */
17000 _ACEOF
17001 cat confdefs.h >>conftest.$ac_ext
17002 cat >>conftest.$ac_ext <<_ACEOF
17003 /* end confdefs.h. */
17006 main ()
17010 return 0;
17012 _ACEOF
17013 rm -f conftest.$ac_objext conftest$ac_exeext
17014 if { (ac_try="$ac_link"
17015 case "(($ac_try" in
17016 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17017 *) ac_try_echo=$ac_try;;
17018 esac
17019 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
17020 $as_echo "$ac_try_echo") >&5
17021 (eval "$ac_link") 2>conftest.er1
17022 ac_status=$?
17023 grep -v '^ *+' conftest.er1 >conftest.err
17024 rm -f conftest.er1
17025 cat conftest.err >&5
17026 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
17027 (exit $ac_status); } && {
17028 test -z "$ac_c_werror_flag" ||
17029 test ! -s conftest.err
17030 } && test -s conftest$ac_exeext && {
17031 test "$cross_compiling" = yes ||
17032 $as_test_x conftest$ac_exeext
17033 }; then
17034 ac_cv_cflags__fshort_wchar=yes
17035 else
17036 $as_echo "$as_me: failed program was:" >&5
17037 sed 's/^/| /' conftest.$ac_ext >&5
17039 ac_cv_cflags__fshort_wchar=no
17042 rm -rf conftest.dSYM
17043 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17044 conftest$ac_exeext conftest.$ac_ext
17045 CFLAGS=$ac_wine_try_cflags_saved
17047 { $as_echo "$as_me:$LINENO: result: $ac_cv_cflags__fshort_wchar" >&5
17048 $as_echo "$ac_cv_cflags__fshort_wchar" >&6; }
17049 if test $ac_cv_cflags__fshort_wchar = yes; then
17051 cat >>confdefs.h <<\_ACEOF
17052 #define CC_FLAG_SHORT_WCHAR "-fshort-wchar"
17053 _ACEOF
17057 { $as_echo "$as_me:$LINENO: checking whether the compiler supports -fno-builtin" >&5
17058 $as_echo_n "checking whether the compiler supports -fno-builtin... " >&6; }
17059 if test "${ac_cv_cflags__fno_builtin+set}" = set; then
17060 $as_echo_n "(cached) " >&6
17061 else
17062 ac_wine_try_cflags_saved=$CFLAGS
17063 CFLAGS="$CFLAGS -fno-builtin"
17064 cat >conftest.$ac_ext <<_ACEOF
17065 /* confdefs.h. */
17066 _ACEOF
17067 cat confdefs.h >>conftest.$ac_ext
17068 cat >>conftest.$ac_ext <<_ACEOF
17069 /* end confdefs.h. */
17072 main ()
17076 return 0;
17078 _ACEOF
17079 rm -f conftest.$ac_objext conftest$ac_exeext
17080 if { (ac_try="$ac_link"
17081 case "(($ac_try" in
17082 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17083 *) ac_try_echo=$ac_try;;
17084 esac
17085 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
17086 $as_echo "$ac_try_echo") >&5
17087 (eval "$ac_link") 2>conftest.er1
17088 ac_status=$?
17089 grep -v '^ *+' conftest.er1 >conftest.err
17090 rm -f conftest.er1
17091 cat conftest.err >&5
17092 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
17093 (exit $ac_status); } && {
17094 test -z "$ac_c_werror_flag" ||
17095 test ! -s conftest.err
17096 } && test -s conftest$ac_exeext && {
17097 test "$cross_compiling" = yes ||
17098 $as_test_x conftest$ac_exeext
17099 }; then
17100 ac_cv_cflags__fno_builtin=yes
17101 else
17102 $as_echo "$as_me: failed program was:" >&5
17103 sed 's/^/| /' conftest.$ac_ext >&5
17105 ac_cv_cflags__fno_builtin=no
17108 rm -rf conftest.dSYM
17109 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17110 conftest$ac_exeext conftest.$ac_ext
17111 CFLAGS=$ac_wine_try_cflags_saved
17113 { $as_echo "$as_me:$LINENO: result: $ac_cv_cflags__fno_builtin" >&5
17114 $as_echo "$ac_cv_cflags__fno_builtin" >&6; }
17115 if test $ac_cv_cflags__fno_builtin = yes; then
17116 BUILTINFLAG="-fno-builtin"
17120 { $as_echo "$as_me:$LINENO: checking whether the compiler supports -fno-strict-aliasing" >&5
17121 $as_echo_n "checking whether the compiler supports -fno-strict-aliasing... " >&6; }
17122 if test "${ac_cv_cflags__fno_strict_aliasing+set}" = set; then
17123 $as_echo_n "(cached) " >&6
17124 else
17125 ac_wine_try_cflags_saved=$CFLAGS
17126 CFLAGS="$CFLAGS -fno-strict-aliasing"
17127 cat >conftest.$ac_ext <<_ACEOF
17128 /* confdefs.h. */
17129 _ACEOF
17130 cat confdefs.h >>conftest.$ac_ext
17131 cat >>conftest.$ac_ext <<_ACEOF
17132 /* end confdefs.h. */
17135 main ()
17139 return 0;
17141 _ACEOF
17142 rm -f conftest.$ac_objext conftest$ac_exeext
17143 if { (ac_try="$ac_link"
17144 case "(($ac_try" in
17145 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17146 *) ac_try_echo=$ac_try;;
17147 esac
17148 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
17149 $as_echo "$ac_try_echo") >&5
17150 (eval "$ac_link") 2>conftest.er1
17151 ac_status=$?
17152 grep -v '^ *+' conftest.er1 >conftest.err
17153 rm -f conftest.er1
17154 cat conftest.err >&5
17155 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
17156 (exit $ac_status); } && {
17157 test -z "$ac_c_werror_flag" ||
17158 test ! -s conftest.err
17159 } && test -s conftest$ac_exeext && {
17160 test "$cross_compiling" = yes ||
17161 $as_test_x conftest$ac_exeext
17162 }; then
17163 ac_cv_cflags__fno_strict_aliasing=yes
17164 else
17165 $as_echo "$as_me: failed program was:" >&5
17166 sed 's/^/| /' conftest.$ac_ext >&5
17168 ac_cv_cflags__fno_strict_aliasing=no
17171 rm -rf conftest.dSYM
17172 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17173 conftest$ac_exeext conftest.$ac_ext
17174 CFLAGS=$ac_wine_try_cflags_saved
17176 { $as_echo "$as_me:$LINENO: result: $ac_cv_cflags__fno_strict_aliasing" >&5
17177 $as_echo "$ac_cv_cflags__fno_strict_aliasing" >&6; }
17178 if test $ac_cv_cflags__fno_strict_aliasing = yes; then
17179 EXTRACFLAGS="$EXTRACFLAGS -fno-strict-aliasing"
17182 { $as_echo "$as_me:$LINENO: checking whether the compiler supports -Wdeclaration-after-statement" >&5
17183 $as_echo_n "checking whether the compiler supports -Wdeclaration-after-statement... " >&6; }
17184 if test "${ac_cv_cflags__Wdeclaration_after_statement+set}" = set; then
17185 $as_echo_n "(cached) " >&6
17186 else
17187 ac_wine_try_cflags_saved=$CFLAGS
17188 CFLAGS="$CFLAGS -Wdeclaration-after-statement"
17189 cat >conftest.$ac_ext <<_ACEOF
17190 /* confdefs.h. */
17191 _ACEOF
17192 cat confdefs.h >>conftest.$ac_ext
17193 cat >>conftest.$ac_ext <<_ACEOF
17194 /* end confdefs.h. */
17197 main ()
17201 return 0;
17203 _ACEOF
17204 rm -f conftest.$ac_objext conftest$ac_exeext
17205 if { (ac_try="$ac_link"
17206 case "(($ac_try" in
17207 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17208 *) ac_try_echo=$ac_try;;
17209 esac
17210 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
17211 $as_echo "$ac_try_echo") >&5
17212 (eval "$ac_link") 2>conftest.er1
17213 ac_status=$?
17214 grep -v '^ *+' conftest.er1 >conftest.err
17215 rm -f conftest.er1
17216 cat conftest.err >&5
17217 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
17218 (exit $ac_status); } && {
17219 test -z "$ac_c_werror_flag" ||
17220 test ! -s conftest.err
17221 } && test -s conftest$ac_exeext && {
17222 test "$cross_compiling" = yes ||
17223 $as_test_x conftest$ac_exeext
17224 }; then
17225 ac_cv_cflags__Wdeclaration_after_statement=yes
17226 else
17227 $as_echo "$as_me: failed program was:" >&5
17228 sed 's/^/| /' conftest.$ac_ext >&5
17230 ac_cv_cflags__Wdeclaration_after_statement=no
17233 rm -rf conftest.dSYM
17234 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17235 conftest$ac_exeext conftest.$ac_ext
17236 CFLAGS=$ac_wine_try_cflags_saved
17238 { $as_echo "$as_me:$LINENO: result: $ac_cv_cflags__Wdeclaration_after_statement" >&5
17239 $as_echo "$ac_cv_cflags__Wdeclaration_after_statement" >&6; }
17240 if test $ac_cv_cflags__Wdeclaration_after_statement = yes; then
17241 EXTRACFLAGS="$EXTRACFLAGS -Wdeclaration-after-statement"
17244 { $as_echo "$as_me:$LINENO: checking whether the compiler supports -Wwrite-strings" >&5
17245 $as_echo_n "checking whether the compiler supports -Wwrite-strings... " >&6; }
17246 if test "${ac_cv_cflags__Wwrite_strings+set}" = set; then
17247 $as_echo_n "(cached) " >&6
17248 else
17249 ac_wine_try_cflags_saved=$CFLAGS
17250 CFLAGS="$CFLAGS -Wwrite-strings"
17251 cat >conftest.$ac_ext <<_ACEOF
17252 /* confdefs.h. */
17253 _ACEOF
17254 cat confdefs.h >>conftest.$ac_ext
17255 cat >>conftest.$ac_ext <<_ACEOF
17256 /* end confdefs.h. */
17259 main ()
17263 return 0;
17265 _ACEOF
17266 rm -f conftest.$ac_objext conftest$ac_exeext
17267 if { (ac_try="$ac_link"
17268 case "(($ac_try" in
17269 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17270 *) ac_try_echo=$ac_try;;
17271 esac
17272 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
17273 $as_echo "$ac_try_echo") >&5
17274 (eval "$ac_link") 2>conftest.er1
17275 ac_status=$?
17276 grep -v '^ *+' conftest.er1 >conftest.err
17277 rm -f conftest.er1
17278 cat conftest.err >&5
17279 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
17280 (exit $ac_status); } && {
17281 test -z "$ac_c_werror_flag" ||
17282 test ! -s conftest.err
17283 } && test -s conftest$ac_exeext && {
17284 test "$cross_compiling" = yes ||
17285 $as_test_x conftest$ac_exeext
17286 }; then
17287 ac_cv_cflags__Wwrite_strings=yes
17288 else
17289 $as_echo "$as_me: failed program was:" >&5
17290 sed 's/^/| /' conftest.$ac_ext >&5
17292 ac_cv_cflags__Wwrite_strings=no
17295 rm -rf conftest.dSYM
17296 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17297 conftest$ac_exeext conftest.$ac_ext
17298 CFLAGS=$ac_wine_try_cflags_saved
17300 { $as_echo "$as_me:$LINENO: result: $ac_cv_cflags__Wwrite_strings" >&5
17301 $as_echo "$ac_cv_cflags__Wwrite_strings" >&6; }
17302 if test $ac_cv_cflags__Wwrite_strings = yes; then
17303 EXTRACFLAGS="$EXTRACFLAGS -Wwrite-strings"
17306 { $as_echo "$as_me:$LINENO: checking whether the compiler supports -Wtype-limits" >&5
17307 $as_echo_n "checking whether the compiler supports -Wtype-limits... " >&6; }
17308 if test "${ac_cv_cflags__Wtype_limits+set}" = set; then
17309 $as_echo_n "(cached) " >&6
17310 else
17311 ac_wine_try_cflags_saved=$CFLAGS
17312 CFLAGS="$CFLAGS -Wtype-limits"
17313 cat >conftest.$ac_ext <<_ACEOF
17314 /* confdefs.h. */
17315 _ACEOF
17316 cat confdefs.h >>conftest.$ac_ext
17317 cat >>conftest.$ac_ext <<_ACEOF
17318 /* end confdefs.h. */
17321 main ()
17325 return 0;
17327 _ACEOF
17328 rm -f conftest.$ac_objext conftest$ac_exeext
17329 if { (ac_try="$ac_link"
17330 case "(($ac_try" in
17331 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17332 *) ac_try_echo=$ac_try;;
17333 esac
17334 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
17335 $as_echo "$ac_try_echo") >&5
17336 (eval "$ac_link") 2>conftest.er1
17337 ac_status=$?
17338 grep -v '^ *+' conftest.er1 >conftest.err
17339 rm -f conftest.er1
17340 cat conftest.err >&5
17341 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
17342 (exit $ac_status); } && {
17343 test -z "$ac_c_werror_flag" ||
17344 test ! -s conftest.err
17345 } && test -s conftest$ac_exeext && {
17346 test "$cross_compiling" = yes ||
17347 $as_test_x conftest$ac_exeext
17348 }; then
17349 ac_cv_cflags__Wtype_limits=yes
17350 else
17351 $as_echo "$as_me: failed program was:" >&5
17352 sed 's/^/| /' conftest.$ac_ext >&5
17354 ac_cv_cflags__Wtype_limits=no
17357 rm -rf conftest.dSYM
17358 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17359 conftest$ac_exeext conftest.$ac_ext
17360 CFLAGS=$ac_wine_try_cflags_saved
17362 { $as_echo "$as_me:$LINENO: result: $ac_cv_cflags__Wtype_limits" >&5
17363 $as_echo "$ac_cv_cflags__Wtype_limits" >&6; }
17364 if test $ac_cv_cflags__Wtype_limits = yes; then
17365 EXTRACFLAGS="$EXTRACFLAGS -Wtype-limits"
17369 saved_CFLAGS="$CFLAGS"
17370 CFLAGS="$CFLAGS -Wpointer-arith -Werror"
17371 { $as_echo "$as_me:$LINENO: checking for broken string.h that generates warnings" >&5
17372 $as_echo_n "checking for broken string.h that generates warnings... " >&6; }
17373 if test "${ac_cv_c_string_h_warnings+set}" = set; then
17374 $as_echo_n "(cached) " >&6
17375 else
17376 cat >conftest.$ac_ext <<_ACEOF
17377 /* confdefs.h. */
17378 _ACEOF
17379 cat confdefs.h >>conftest.$ac_ext
17380 cat >>conftest.$ac_ext <<_ACEOF
17381 /* end confdefs.h. */
17382 #include <string.h>
17384 main ()
17388 return 0;
17390 _ACEOF
17391 rm -f conftest.$ac_objext
17392 if { (ac_try="$ac_compile"
17393 case "(($ac_try" in
17394 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17395 *) ac_try_echo=$ac_try;;
17396 esac
17397 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
17398 $as_echo "$ac_try_echo") >&5
17399 (eval "$ac_compile") 2>conftest.er1
17400 ac_status=$?
17401 grep -v '^ *+' conftest.er1 >conftest.err
17402 rm -f conftest.er1
17403 cat conftest.err >&5
17404 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
17405 (exit $ac_status); } && {
17406 test -z "$ac_c_werror_flag" ||
17407 test ! -s conftest.err
17408 } && test -s conftest.$ac_objext; then
17409 ac_cv_c_string_h_warnings=no
17410 else
17411 $as_echo "$as_me: failed program was:" >&5
17412 sed 's/^/| /' conftest.$ac_ext >&5
17414 ac_cv_c_string_h_warnings=yes
17417 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
17419 { $as_echo "$as_me:$LINENO: result: $ac_cv_c_string_h_warnings" >&5
17420 $as_echo "$ac_cv_c_string_h_warnings" >&6; }
17421 CFLAGS="$saved_CFLAGS"
17422 if test "$ac_cv_c_string_h_warnings" = "no"
17423 then
17424 EXTRACFLAGS="$EXTRACFLAGS -Wpointer-arith"
17429 { $as_echo "$as_me:$LINENO: checking how to define a function in assembly code" >&5
17430 $as_echo_n "checking how to define a function in assembly code... " >&6; }
17431 if test "${ac_cv_asm_func_def+set}" = set; then
17432 $as_echo_n "(cached) " >&6
17433 else
17434 cat >conftest.$ac_ext <<_ACEOF
17435 /* confdefs.h. */
17436 _ACEOF
17437 cat confdefs.h >>conftest.$ac_ext
17438 cat >>conftest.$ac_ext <<_ACEOF
17439 /* end confdefs.h. */
17442 main ()
17444 asm("\t.globl _ac_test\n\t.def _ac_test; .scl 2; .type 32; .endef\n_ac_test:\t.long 0");
17446 return 0;
17448 _ACEOF
17449 rm -f conftest.$ac_objext conftest$ac_exeext
17450 if { (ac_try="$ac_link"
17451 case "(($ac_try" in
17452 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17453 *) ac_try_echo=$ac_try;;
17454 esac
17455 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
17456 $as_echo "$ac_try_echo") >&5
17457 (eval "$ac_link") 2>conftest.er1
17458 ac_status=$?
17459 grep -v '^ *+' conftest.er1 >conftest.err
17460 rm -f conftest.er1
17461 cat conftest.err >&5
17462 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
17463 (exit $ac_status); } && {
17464 test -z "$ac_c_werror_flag" ||
17465 test ! -s conftest.err
17466 } && test -s conftest$ac_exeext && {
17467 test "$cross_compiling" = yes ||
17468 $as_test_x conftest$ac_exeext
17469 }; then
17470 ac_cv_asm_func_def=".def"
17471 else
17472 $as_echo "$as_me: failed program was:" >&5
17473 sed 's/^/| /' conftest.$ac_ext >&5
17475 cat >conftest.$ac_ext <<_ACEOF
17476 /* confdefs.h. */
17477 _ACEOF
17478 cat confdefs.h >>conftest.$ac_ext
17479 cat >>conftest.$ac_ext <<_ACEOF
17480 /* end confdefs.h. */
17483 main ()
17485 asm("\t.globl _ac_test\n\t.type _ac_test,@function\n_ac_test:\t.long 0");
17487 return 0;
17489 _ACEOF
17490 rm -f conftest.$ac_objext conftest$ac_exeext
17491 if { (ac_try="$ac_link"
17492 case "(($ac_try" in
17493 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17494 *) ac_try_echo=$ac_try;;
17495 esac
17496 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
17497 $as_echo "$ac_try_echo") >&5
17498 (eval "$ac_link") 2>conftest.er1
17499 ac_status=$?
17500 grep -v '^ *+' conftest.er1 >conftest.err
17501 rm -f conftest.er1
17502 cat conftest.err >&5
17503 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
17504 (exit $ac_status); } && {
17505 test -z "$ac_c_werror_flag" ||
17506 test ! -s conftest.err
17507 } && test -s conftest$ac_exeext && {
17508 test "$cross_compiling" = yes ||
17509 $as_test_x conftest$ac_exeext
17510 }; then
17511 ac_cv_asm_func_def=".type @function"
17512 else
17513 $as_echo "$as_me: failed program was:" >&5
17514 sed 's/^/| /' conftest.$ac_ext >&5
17516 cat >conftest.$ac_ext <<_ACEOF
17517 /* confdefs.h. */
17518 _ACEOF
17519 cat confdefs.h >>conftest.$ac_ext
17520 cat >>conftest.$ac_ext <<_ACEOF
17521 /* end confdefs.h. */
17524 main ()
17526 asm("\t.globl _ac_test\n\t.type _ac_test,2\n_ac_test:\t.long 0");
17528 return 0;
17530 _ACEOF
17531 rm -f conftest.$ac_objext conftest$ac_exeext
17532 if { (ac_try="$ac_link"
17533 case "(($ac_try" in
17534 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17535 *) ac_try_echo=$ac_try;;
17536 esac
17537 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
17538 $as_echo "$ac_try_echo") >&5
17539 (eval "$ac_link") 2>conftest.er1
17540 ac_status=$?
17541 grep -v '^ *+' conftest.er1 >conftest.err
17542 rm -f conftest.er1
17543 cat conftest.err >&5
17544 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
17545 (exit $ac_status); } && {
17546 test -z "$ac_c_werror_flag" ||
17547 test ! -s conftest.err
17548 } && test -s conftest$ac_exeext && {
17549 test "$cross_compiling" = yes ||
17550 $as_test_x conftest$ac_exeext
17551 }; then
17552 ac_cv_asm_func_def=".type 2"
17553 else
17554 $as_echo "$as_me: failed program was:" >&5
17555 sed 's/^/| /' conftest.$ac_ext >&5
17557 ac_cv_asm_func_def="unknown"
17560 rm -rf conftest.dSYM
17561 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17562 conftest$ac_exeext conftest.$ac_ext
17565 rm -rf conftest.dSYM
17566 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17567 conftest$ac_exeext conftest.$ac_ext
17570 rm -rf conftest.dSYM
17571 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17572 conftest$ac_exeext conftest.$ac_ext
17574 { $as_echo "$as_me:$LINENO: result: $ac_cv_asm_func_def" >&5
17575 $as_echo "$ac_cv_asm_func_def" >&6; }
17579 case "$ac_cv_asm_func_def" in
17580 ".def")
17581 cat >>confdefs.h <<\_ACEOF
17582 #define __ASM_FUNC(name) ".def " __ASM_NAME(name) "; .scl 2; .type 32; .endef"
17583 _ACEOF
17585 ".type @function")
17586 cat >>confdefs.h <<\_ACEOF
17587 #define __ASM_FUNC(name) ".type " __ASM_NAME(name) ",@function"
17588 _ACEOF
17590 ".type 2")
17591 cat >>confdefs.h <<\_ACEOF
17592 #define __ASM_FUNC(name) ".type " __ASM_NAME(name) ",2"
17593 _ACEOF
17596 cat >>confdefs.h <<\_ACEOF
17597 #define __ASM_FUNC(name) ""
17598 _ACEOF
17600 esac
17603 { $as_echo "$as_me:$LINENO: checking whether external symbols need an underscore prefix" >&5
17604 $as_echo_n "checking whether external symbols need an underscore prefix... " >&6; }
17605 if test "${ac_cv_c_extern_prefix+set}" = set; then
17606 $as_echo_n "(cached) " >&6
17607 else
17608 cat >conftest.$ac_ext <<_ACEOF
17609 /* confdefs.h. */
17610 _ACEOF
17611 cat confdefs.h >>conftest.$ac_ext
17612 cat >>conftest.$ac_ext <<_ACEOF
17613 /* end confdefs.h. */
17614 extern int ac_test;
17616 main ()
17618 asm(".globl _ac_test\n_ac_test:\t.long 0"); if (ac_test) return 1
17620 return 0;
17622 _ACEOF
17623 rm -f conftest.$ac_objext conftest$ac_exeext
17624 if { (ac_try="$ac_link"
17625 case "(($ac_try" in
17626 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17627 *) ac_try_echo=$ac_try;;
17628 esac
17629 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
17630 $as_echo "$ac_try_echo") >&5
17631 (eval "$ac_link") 2>conftest.er1
17632 ac_status=$?
17633 grep -v '^ *+' conftest.er1 >conftest.err
17634 rm -f conftest.er1
17635 cat conftest.err >&5
17636 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
17637 (exit $ac_status); } && {
17638 test -z "$ac_c_werror_flag" ||
17639 test ! -s conftest.err
17640 } && test -s conftest$ac_exeext && {
17641 test "$cross_compiling" = yes ||
17642 $as_test_x conftest$ac_exeext
17643 }; then
17644 ac_cv_c_extern_prefix="yes"
17645 else
17646 $as_echo "$as_me: failed program was:" >&5
17647 sed 's/^/| /' conftest.$ac_ext >&5
17649 ac_cv_c_extern_prefix="no"
17652 rm -rf conftest.dSYM
17653 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17654 conftest$ac_exeext conftest.$ac_ext
17656 { $as_echo "$as_me:$LINENO: result: $ac_cv_c_extern_prefix" >&5
17657 $as_echo "$ac_cv_c_extern_prefix" >&6; }
17661 if test "$ac_cv_c_extern_prefix" = "yes"
17662 then
17663 cat >>confdefs.h <<\_ACEOF
17664 #define __ASM_NAME(name) "_" name
17665 _ACEOF
17667 else
17668 cat >>confdefs.h <<\_ACEOF
17669 #define __ASM_NAME(name) name
17670 _ACEOF
17675 LDPATH=""
17677 case $build_os in
17678 cygwin*|mingw32*)
17679 LDPATH="PATH=\"\$(TOOLSDIR)/libs/wine:\$\$PATH\""
17681 darwin*|macosx*)
17683 linux*|solaris*) if test -z "$LDRPATH_LOCAL"
17684 then
17685 LDPATH="LD_LIBRARY_PATH=\"\$(TOOLSDIR)/libs/wine:\$\$LD_LIBRARY_PATH\""
17689 LDPATH="LD_LIBRARY_PATH=\"\$(TOOLSDIR)/libs/wine:\$\$LD_LIBRARY_PATH\""
17691 esac
17693 case $host_os in
17694 mingw32*)
17695 CRTLIBS="-lmsvcrt"
17697 SOCKETLIBS="-lws2_32"
17700 esac
17702 MAIN_BINARY="wine-pthread"
17703 case $host_cpu in
17704 *i[3456789]86*)
17705 case $host_os in
17706 linux* | k*bsd*-gnu)
17707 MAIN_BINARY="wine-glibc"
17709 EXTRA_BINARIES="wine-kthread wine-pthread wine-preloader"
17711 freebsd*)
17712 MAIN_BINARY="wine-freebsd"
17714 EXTRA_BINARIES="wine-pthread"
17716 esac
17718 esac
17792 for ac_func in \
17793 _pclose \
17794 _popen \
17795 _snprintf \
17796 _spawnvp \
17797 _strdup \
17798 _stricmp \
17799 _strnicmp \
17800 _strtoi64 \
17801 _strtoui64 \
17802 _vsnprintf \
17803 asctime_r \
17804 chsize \
17805 clone \
17806 dlopen \
17807 epoll_create \
17808 ffs \
17809 finite \
17810 fork \
17811 fpclass \
17812 fstatfs \
17813 fstatvfs \
17814 ftruncate \
17815 futimes \
17816 futimesat \
17817 getdirentries \
17818 getopt_long \
17819 getpagesize \
17820 getpwuid \
17821 gettid \
17822 gettimeofday \
17823 getuid \
17824 inet_pton \
17825 kqueue \
17826 lstat \
17827 memmove \
17828 mmap \
17829 pclose \
17830 poll \
17831 popen \
17832 prctl \
17833 pread \
17834 pwrite \
17835 readdir \
17836 readlink \
17837 rfork \
17838 sched_yield \
17839 select \
17840 setproctitle \
17841 setrlimit \
17842 settimeofday \
17843 sigaltstack \
17844 sigprocmask \
17845 snprintf \
17846 spawnvp \
17847 statfs \
17848 statvfs \
17849 strcasecmp \
17850 strdup \
17851 strerror \
17852 strncasecmp \
17853 strtold \
17854 strtoll \
17855 strtoull \
17856 symlink \
17857 tcgetattr \
17858 thr_kill2 \
17859 timegm \
17860 usleep \
17861 vsnprintf \
17862 wait4 \
17863 waitpid \
17866 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
17867 { $as_echo "$as_me:$LINENO: checking for $ac_func" >&5
17868 $as_echo_n "checking for $ac_func... " >&6; }
17869 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
17870 $as_echo_n "(cached) " >&6
17871 else
17872 cat >conftest.$ac_ext <<_ACEOF
17873 /* confdefs.h. */
17874 _ACEOF
17875 cat confdefs.h >>conftest.$ac_ext
17876 cat >>conftest.$ac_ext <<_ACEOF
17877 /* end confdefs.h. */
17878 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
17879 For example, HP-UX 11i <limits.h> declares gettimeofday. */
17880 #define $ac_func innocuous_$ac_func
17882 /* System header to define __stub macros and hopefully few prototypes,
17883 which can conflict with char $ac_func (); below.
17884 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
17885 <limits.h> exists even on freestanding compilers. */
17887 #ifdef __STDC__
17888 # include <limits.h>
17889 #else
17890 # include <assert.h>
17891 #endif
17893 #undef $ac_func
17895 /* Override any GCC internal prototype to avoid an error.
17896 Use char because int might match the return type of a GCC
17897 builtin and then its argument prototype would still apply. */
17898 #ifdef __cplusplus
17899 extern "C"
17900 #endif
17901 char $ac_func ();
17902 /* The GNU C library defines this for functions which it implements
17903 to always fail with ENOSYS. Some functions are actually named
17904 something starting with __ and the normal name is an alias. */
17905 #if defined __stub_$ac_func || defined __stub___$ac_func
17906 choke me
17907 #endif
17910 main ()
17912 return $ac_func ();
17914 return 0;
17916 _ACEOF
17917 rm -f conftest.$ac_objext conftest$ac_exeext
17918 if { (ac_try="$ac_link"
17919 case "(($ac_try" in
17920 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17921 *) ac_try_echo=$ac_try;;
17922 esac
17923 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
17924 $as_echo "$ac_try_echo") >&5
17925 (eval "$ac_link") 2>conftest.er1
17926 ac_status=$?
17927 grep -v '^ *+' conftest.er1 >conftest.err
17928 rm -f conftest.er1
17929 cat conftest.err >&5
17930 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
17931 (exit $ac_status); } && {
17932 test -z "$ac_c_werror_flag" ||
17933 test ! -s conftest.err
17934 } && test -s conftest$ac_exeext && {
17935 test "$cross_compiling" = yes ||
17936 $as_test_x conftest$ac_exeext
17937 }; then
17938 eval "$as_ac_var=yes"
17939 else
17940 $as_echo "$as_me: failed program was:" >&5
17941 sed 's/^/| /' conftest.$ac_ext >&5
17943 eval "$as_ac_var=no"
17946 rm -rf conftest.dSYM
17947 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17948 conftest$ac_exeext conftest.$ac_ext
17950 ac_res=`eval 'as_val=${'$as_ac_var'}
17951 $as_echo "$as_val"'`
17952 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
17953 $as_echo "$ac_res" >&6; }
17954 as_val=`eval 'as_val=${'$as_ac_var'}
17955 $as_echo "$as_val"'`
17956 if test "x$as_val" = x""yes; then
17957 cat >>confdefs.h <<_ACEOF
17958 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
17959 _ACEOF
17962 done
17965 if test "$ac_cv_func_dlopen" = no
17966 then
17967 { $as_echo "$as_me:$LINENO: checking for dlopen in -ldl" >&5
17968 $as_echo_n "checking for dlopen in -ldl... " >&6; }
17969 if test "${ac_cv_lib_dl_dlopen+set}" = set; then
17970 $as_echo_n "(cached) " >&6
17971 else
17972 ac_check_lib_save_LIBS=$LIBS
17973 LIBS="-ldl $LIBS"
17974 cat >conftest.$ac_ext <<_ACEOF
17975 /* confdefs.h. */
17976 _ACEOF
17977 cat confdefs.h >>conftest.$ac_ext
17978 cat >>conftest.$ac_ext <<_ACEOF
17979 /* end confdefs.h. */
17981 /* Override any GCC internal prototype to avoid an error.
17982 Use char because int might match the return type of a GCC
17983 builtin and then its argument prototype would still apply. */
17984 #ifdef __cplusplus
17985 extern "C"
17986 #endif
17987 char dlopen ();
17989 main ()
17991 return dlopen ();
17993 return 0;
17995 _ACEOF
17996 rm -f conftest.$ac_objext conftest$ac_exeext
17997 if { (ac_try="$ac_link"
17998 case "(($ac_try" in
17999 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18000 *) ac_try_echo=$ac_try;;
18001 esac
18002 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
18003 $as_echo "$ac_try_echo") >&5
18004 (eval "$ac_link") 2>conftest.er1
18005 ac_status=$?
18006 grep -v '^ *+' conftest.er1 >conftest.err
18007 rm -f conftest.er1
18008 cat conftest.err >&5
18009 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
18010 (exit $ac_status); } && {
18011 test -z "$ac_c_werror_flag" ||
18012 test ! -s conftest.err
18013 } && test -s conftest$ac_exeext && {
18014 test "$cross_compiling" = yes ||
18015 $as_test_x conftest$ac_exeext
18016 }; then
18017 ac_cv_lib_dl_dlopen=yes
18018 else
18019 $as_echo "$as_me: failed program was:" >&5
18020 sed 's/^/| /' conftest.$ac_ext >&5
18022 ac_cv_lib_dl_dlopen=no
18025 rm -rf conftest.dSYM
18026 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
18027 conftest$ac_exeext conftest.$ac_ext
18028 LIBS=$ac_check_lib_save_LIBS
18030 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_dl_dlopen" >&5
18031 $as_echo "$ac_cv_lib_dl_dlopen" >&6; }
18032 if test "x$ac_cv_lib_dl_dlopen" = x""yes; then
18033 cat >>confdefs.h <<\_ACEOF
18034 #define HAVE_DLOPEN 1
18035 _ACEOF
18036 LIBDL="-ldl"
18041 ac_wine_check_funcs_save_LIBS="$LIBS"
18042 LIBS="$LIBS $LIBDL"
18044 for ac_func in dladdr
18046 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
18047 { $as_echo "$as_me:$LINENO: checking for $ac_func" >&5
18048 $as_echo_n "checking for $ac_func... " >&6; }
18049 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
18050 $as_echo_n "(cached) " >&6
18051 else
18052 cat >conftest.$ac_ext <<_ACEOF
18053 /* confdefs.h. */
18054 _ACEOF
18055 cat confdefs.h >>conftest.$ac_ext
18056 cat >>conftest.$ac_ext <<_ACEOF
18057 /* end confdefs.h. */
18058 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
18059 For example, HP-UX 11i <limits.h> declares gettimeofday. */
18060 #define $ac_func innocuous_$ac_func
18062 /* System header to define __stub macros and hopefully few prototypes,
18063 which can conflict with char $ac_func (); below.
18064 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
18065 <limits.h> exists even on freestanding compilers. */
18067 #ifdef __STDC__
18068 # include <limits.h>
18069 #else
18070 # include <assert.h>
18071 #endif
18073 #undef $ac_func
18075 /* Override any GCC internal prototype to avoid an error.
18076 Use char because int might match the return type of a GCC
18077 builtin and then its argument prototype would still apply. */
18078 #ifdef __cplusplus
18079 extern "C"
18080 #endif
18081 char $ac_func ();
18082 /* The GNU C library defines this for functions which it implements
18083 to always fail with ENOSYS. Some functions are actually named
18084 something starting with __ and the normal name is an alias. */
18085 #if defined __stub_$ac_func || defined __stub___$ac_func
18086 choke me
18087 #endif
18090 main ()
18092 return $ac_func ();
18094 return 0;
18096 _ACEOF
18097 rm -f conftest.$ac_objext conftest$ac_exeext
18098 if { (ac_try="$ac_link"
18099 case "(($ac_try" in
18100 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18101 *) ac_try_echo=$ac_try;;
18102 esac
18103 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
18104 $as_echo "$ac_try_echo") >&5
18105 (eval "$ac_link") 2>conftest.er1
18106 ac_status=$?
18107 grep -v '^ *+' conftest.er1 >conftest.err
18108 rm -f conftest.er1
18109 cat conftest.err >&5
18110 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
18111 (exit $ac_status); } && {
18112 test -z "$ac_c_werror_flag" ||
18113 test ! -s conftest.err
18114 } && test -s conftest$ac_exeext && {
18115 test "$cross_compiling" = yes ||
18116 $as_test_x conftest$ac_exeext
18117 }; then
18118 eval "$as_ac_var=yes"
18119 else
18120 $as_echo "$as_me: failed program was:" >&5
18121 sed 's/^/| /' conftest.$ac_ext >&5
18123 eval "$as_ac_var=no"
18126 rm -rf conftest.dSYM
18127 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
18128 conftest$ac_exeext conftest.$ac_ext
18130 ac_res=`eval 'as_val=${'$as_ac_var'}
18131 $as_echo "$as_val"'`
18132 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
18133 $as_echo "$ac_res" >&6; }
18134 as_val=`eval 'as_val=${'$as_ac_var'}
18135 $as_echo "$as_val"'`
18136 if test "x$as_val" = x""yes; then
18137 cat >>confdefs.h <<_ACEOF
18138 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
18139 _ACEOF
18142 done
18144 LIBS="$ac_wine_check_funcs_save_LIBS"
18146 if test "$ac_cv_func_poll" = no
18147 then
18148 { $as_echo "$as_me:$LINENO: checking for poll in -lpoll" >&5
18149 $as_echo_n "checking for poll in -lpoll... " >&6; }
18150 if test "${ac_cv_lib_poll_poll+set}" = set; then
18151 $as_echo_n "(cached) " >&6
18152 else
18153 ac_check_lib_save_LIBS=$LIBS
18154 LIBS="-lpoll $LIBS"
18155 cat >conftest.$ac_ext <<_ACEOF
18156 /* confdefs.h. */
18157 _ACEOF
18158 cat confdefs.h >>conftest.$ac_ext
18159 cat >>conftest.$ac_ext <<_ACEOF
18160 /* end confdefs.h. */
18162 /* Override any GCC internal prototype to avoid an error.
18163 Use char because int might match the return type of a GCC
18164 builtin and then its argument prototype would still apply. */
18165 #ifdef __cplusplus
18166 extern "C"
18167 #endif
18168 char poll ();
18170 main ()
18172 return poll ();
18174 return 0;
18176 _ACEOF
18177 rm -f conftest.$ac_objext conftest$ac_exeext
18178 if { (ac_try="$ac_link"
18179 case "(($ac_try" in
18180 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18181 *) ac_try_echo=$ac_try;;
18182 esac
18183 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
18184 $as_echo "$ac_try_echo") >&5
18185 (eval "$ac_link") 2>conftest.er1
18186 ac_status=$?
18187 grep -v '^ *+' conftest.er1 >conftest.err
18188 rm -f conftest.er1
18189 cat conftest.err >&5
18190 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
18191 (exit $ac_status); } && {
18192 test -z "$ac_c_werror_flag" ||
18193 test ! -s conftest.err
18194 } && test -s conftest$ac_exeext && {
18195 test "$cross_compiling" = yes ||
18196 $as_test_x conftest$ac_exeext
18197 }; then
18198 ac_cv_lib_poll_poll=yes
18199 else
18200 $as_echo "$as_me: failed program was:" >&5
18201 sed 's/^/| /' conftest.$ac_ext >&5
18203 ac_cv_lib_poll_poll=no
18206 rm -rf conftest.dSYM
18207 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
18208 conftest$ac_exeext conftest.$ac_ext
18209 LIBS=$ac_check_lib_save_LIBS
18211 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_poll_poll" >&5
18212 $as_echo "$ac_cv_lib_poll_poll" >&6; }
18213 if test "x$ac_cv_lib_poll_poll" = x""yes; then
18214 cat >>confdefs.h <<\_ACEOF
18215 #define HAVE_POLL 1
18216 _ACEOF
18217 LIBPOLL="-lpoll"
18223 { $as_echo "$as_me:$LINENO: checking for library containing gethostbyname" >&5
18224 $as_echo_n "checking for library containing gethostbyname... " >&6; }
18225 if test "${ac_cv_search_gethostbyname+set}" = set; then
18226 $as_echo_n "(cached) " >&6
18227 else
18228 ac_func_search_save_LIBS=$LIBS
18229 cat >conftest.$ac_ext <<_ACEOF
18230 /* confdefs.h. */
18231 _ACEOF
18232 cat confdefs.h >>conftest.$ac_ext
18233 cat >>conftest.$ac_ext <<_ACEOF
18234 /* end confdefs.h. */
18236 /* Override any GCC internal prototype to avoid an error.
18237 Use char because int might match the return type of a GCC
18238 builtin and then its argument prototype would still apply. */
18239 #ifdef __cplusplus
18240 extern "C"
18241 #endif
18242 char gethostbyname ();
18244 main ()
18246 return gethostbyname ();
18248 return 0;
18250 _ACEOF
18251 for ac_lib in '' nsl; do
18252 if test -z "$ac_lib"; then
18253 ac_res="none required"
18254 else
18255 ac_res=-l$ac_lib
18256 LIBS="-l$ac_lib $ac_func_search_save_LIBS"
18258 rm -f conftest.$ac_objext conftest$ac_exeext
18259 if { (ac_try="$ac_link"
18260 case "(($ac_try" in
18261 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18262 *) ac_try_echo=$ac_try;;
18263 esac
18264 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
18265 $as_echo "$ac_try_echo") >&5
18266 (eval "$ac_link") 2>conftest.er1
18267 ac_status=$?
18268 grep -v '^ *+' conftest.er1 >conftest.err
18269 rm -f conftest.er1
18270 cat conftest.err >&5
18271 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
18272 (exit $ac_status); } && {
18273 test -z "$ac_c_werror_flag" ||
18274 test ! -s conftest.err
18275 } && test -s conftest$ac_exeext && {
18276 test "$cross_compiling" = yes ||
18277 $as_test_x conftest$ac_exeext
18278 }; then
18279 ac_cv_search_gethostbyname=$ac_res
18280 else
18281 $as_echo "$as_me: failed program was:" >&5
18282 sed 's/^/| /' conftest.$ac_ext >&5
18287 rm -rf conftest.dSYM
18288 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
18289 conftest$ac_exeext
18290 if test "${ac_cv_search_gethostbyname+set}" = set; then
18291 break
18293 done
18294 if test "${ac_cv_search_gethostbyname+set}" = set; then
18296 else
18297 ac_cv_search_gethostbyname=no
18299 rm conftest.$ac_ext
18300 LIBS=$ac_func_search_save_LIBS
18302 { $as_echo "$as_me:$LINENO: result: $ac_cv_search_gethostbyname" >&5
18303 $as_echo "$ac_cv_search_gethostbyname" >&6; }
18304 ac_res=$ac_cv_search_gethostbyname
18305 if test "$ac_res" != no; then
18306 test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
18311 { $as_echo "$as_me:$LINENO: checking for library containing connect" >&5
18312 $as_echo_n "checking for library containing connect... " >&6; }
18313 if test "${ac_cv_search_connect+set}" = set; then
18314 $as_echo_n "(cached) " >&6
18315 else
18316 ac_func_search_save_LIBS=$LIBS
18317 cat >conftest.$ac_ext <<_ACEOF
18318 /* confdefs.h. */
18319 _ACEOF
18320 cat confdefs.h >>conftest.$ac_ext
18321 cat >>conftest.$ac_ext <<_ACEOF
18322 /* end confdefs.h. */
18324 /* Override any GCC internal prototype to avoid an error.
18325 Use char because int might match the return type of a GCC
18326 builtin and then its argument prototype would still apply. */
18327 #ifdef __cplusplus
18328 extern "C"
18329 #endif
18330 char connect ();
18332 main ()
18334 return connect ();
18336 return 0;
18338 _ACEOF
18339 for ac_lib in '' socket; do
18340 if test -z "$ac_lib"; then
18341 ac_res="none required"
18342 else
18343 ac_res=-l$ac_lib
18344 LIBS="-l$ac_lib $ac_func_search_save_LIBS"
18346 rm -f conftest.$ac_objext conftest$ac_exeext
18347 if { (ac_try="$ac_link"
18348 case "(($ac_try" in
18349 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18350 *) ac_try_echo=$ac_try;;
18351 esac
18352 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
18353 $as_echo "$ac_try_echo") >&5
18354 (eval "$ac_link") 2>conftest.er1
18355 ac_status=$?
18356 grep -v '^ *+' conftest.er1 >conftest.err
18357 rm -f conftest.er1
18358 cat conftest.err >&5
18359 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
18360 (exit $ac_status); } && {
18361 test -z "$ac_c_werror_flag" ||
18362 test ! -s conftest.err
18363 } && test -s conftest$ac_exeext && {
18364 test "$cross_compiling" = yes ||
18365 $as_test_x conftest$ac_exeext
18366 }; then
18367 ac_cv_search_connect=$ac_res
18368 else
18369 $as_echo "$as_me: failed program was:" >&5
18370 sed 's/^/| /' conftest.$ac_ext >&5
18375 rm -rf conftest.dSYM
18376 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
18377 conftest$ac_exeext
18378 if test "${ac_cv_search_connect+set}" = set; then
18379 break
18381 done
18382 if test "${ac_cv_search_connect+set}" = set; then
18384 else
18385 ac_cv_search_connect=no
18387 rm conftest.$ac_ext
18388 LIBS=$ac_func_search_save_LIBS
18390 { $as_echo "$as_me:$LINENO: result: $ac_cv_search_connect" >&5
18391 $as_echo "$ac_cv_search_connect" >&6; }
18392 ac_res=$ac_cv_search_connect
18393 if test "$ac_res" != no; then
18394 test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
18399 { $as_echo "$as_me:$LINENO: checking for library containing inet_aton" >&5
18400 $as_echo_n "checking for library containing inet_aton... " >&6; }
18401 if test "${ac_cv_search_inet_aton+set}" = set; then
18402 $as_echo_n "(cached) " >&6
18403 else
18404 ac_func_search_save_LIBS=$LIBS
18405 cat >conftest.$ac_ext <<_ACEOF
18406 /* confdefs.h. */
18407 _ACEOF
18408 cat confdefs.h >>conftest.$ac_ext
18409 cat >>conftest.$ac_ext <<_ACEOF
18410 /* end confdefs.h. */
18412 /* Override any GCC internal prototype to avoid an error.
18413 Use char because int might match the return type of a GCC
18414 builtin and then its argument prototype would still apply. */
18415 #ifdef __cplusplus
18416 extern "C"
18417 #endif
18418 char inet_aton ();
18420 main ()
18422 return inet_aton ();
18424 return 0;
18426 _ACEOF
18427 for ac_lib in '' resolv; do
18428 if test -z "$ac_lib"; then
18429 ac_res="none required"
18430 else
18431 ac_res=-l$ac_lib
18432 LIBS="-l$ac_lib $ac_func_search_save_LIBS"
18434 rm -f conftest.$ac_objext conftest$ac_exeext
18435 if { (ac_try="$ac_link"
18436 case "(($ac_try" in
18437 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18438 *) ac_try_echo=$ac_try;;
18439 esac
18440 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
18441 $as_echo "$ac_try_echo") >&5
18442 (eval "$ac_link") 2>conftest.er1
18443 ac_status=$?
18444 grep -v '^ *+' conftest.er1 >conftest.err
18445 rm -f conftest.er1
18446 cat conftest.err >&5
18447 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
18448 (exit $ac_status); } && {
18449 test -z "$ac_c_werror_flag" ||
18450 test ! -s conftest.err
18451 } && test -s conftest$ac_exeext && {
18452 test "$cross_compiling" = yes ||
18453 $as_test_x conftest$ac_exeext
18454 }; then
18455 ac_cv_search_inet_aton=$ac_res
18456 else
18457 $as_echo "$as_me: failed program was:" >&5
18458 sed 's/^/| /' conftest.$ac_ext >&5
18463 rm -rf conftest.dSYM
18464 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
18465 conftest$ac_exeext
18466 if test "${ac_cv_search_inet_aton+set}" = set; then
18467 break
18469 done
18470 if test "${ac_cv_search_inet_aton+set}" = set; then
18472 else
18473 ac_cv_search_inet_aton=no
18475 rm conftest.$ac_ext
18476 LIBS=$ac_func_search_save_LIBS
18478 { $as_echo "$as_me:$LINENO: result: $ac_cv_search_inet_aton" >&5
18479 $as_echo "$ac_cv_search_inet_aton" >&6; }
18480 ac_res=$ac_cv_search_inet_aton
18481 if test "$ac_res" != no; then
18482 test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
18495 for ac_func in \
18496 getaddrinfo \
18497 getnameinfo \
18498 getnetbyname \
18499 getprotobyname \
18500 getprotobynumber \
18501 getservbyport \
18502 inet_network \
18503 sendmsg \
18506 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
18507 { $as_echo "$as_me:$LINENO: checking for $ac_func" >&5
18508 $as_echo_n "checking for $ac_func... " >&6; }
18509 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
18510 $as_echo_n "(cached) " >&6
18511 else
18512 cat >conftest.$ac_ext <<_ACEOF
18513 /* confdefs.h. */
18514 _ACEOF
18515 cat confdefs.h >>conftest.$ac_ext
18516 cat >>conftest.$ac_ext <<_ACEOF
18517 /* end confdefs.h. */
18518 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
18519 For example, HP-UX 11i <limits.h> declares gettimeofday. */
18520 #define $ac_func innocuous_$ac_func
18522 /* System header to define __stub macros and hopefully few prototypes,
18523 which can conflict with char $ac_func (); below.
18524 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
18525 <limits.h> exists even on freestanding compilers. */
18527 #ifdef __STDC__
18528 # include <limits.h>
18529 #else
18530 # include <assert.h>
18531 #endif
18533 #undef $ac_func
18535 /* Override any GCC internal prototype to avoid an error.
18536 Use char because int might match the return type of a GCC
18537 builtin and then its argument prototype would still apply. */
18538 #ifdef __cplusplus
18539 extern "C"
18540 #endif
18541 char $ac_func ();
18542 /* The GNU C library defines this for functions which it implements
18543 to always fail with ENOSYS. Some functions are actually named
18544 something starting with __ and the normal name is an alias. */
18545 #if defined __stub_$ac_func || defined __stub___$ac_func
18546 choke me
18547 #endif
18550 main ()
18552 return $ac_func ();
18554 return 0;
18556 _ACEOF
18557 rm -f conftest.$ac_objext conftest$ac_exeext
18558 if { (ac_try="$ac_link"
18559 case "(($ac_try" in
18560 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18561 *) ac_try_echo=$ac_try;;
18562 esac
18563 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
18564 $as_echo "$ac_try_echo") >&5
18565 (eval "$ac_link") 2>conftest.er1
18566 ac_status=$?
18567 grep -v '^ *+' conftest.er1 >conftest.err
18568 rm -f conftest.er1
18569 cat conftest.err >&5
18570 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
18571 (exit $ac_status); } && {
18572 test -z "$ac_c_werror_flag" ||
18573 test ! -s conftest.err
18574 } && test -s conftest$ac_exeext && {
18575 test "$cross_compiling" = yes ||
18576 $as_test_x conftest$ac_exeext
18577 }; then
18578 eval "$as_ac_var=yes"
18579 else
18580 $as_echo "$as_me: failed program was:" >&5
18581 sed 's/^/| /' conftest.$ac_ext >&5
18583 eval "$as_ac_var=no"
18586 rm -rf conftest.dSYM
18587 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
18588 conftest$ac_exeext conftest.$ac_ext
18590 ac_res=`eval 'as_val=${'$as_ac_var'}
18591 $as_echo "$as_val"'`
18592 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
18593 $as_echo "$ac_res" >&6; }
18594 as_val=`eval 'as_val=${'$as_ac_var'}
18595 $as_echo "$as_val"'`
18596 if test "x$as_val" = x""yes; then
18597 cat >>confdefs.h <<_ACEOF
18598 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
18599 _ACEOF
18602 done
18605 LDAPLIBS=""
18607 if test "$ac_cv_header_ldap_h" = "yes" -a "$ac_cv_header_lber_h" = "yes"
18608 then
18609 { $as_echo "$as_me:$LINENO: checking for LDAPSortKey" >&5
18610 $as_echo_n "checking for LDAPSortKey... " >&6; }
18611 if test "${ac_cv_type_LDAPSortKey+set}" = set; then
18612 $as_echo_n "(cached) " >&6
18613 else
18614 ac_cv_type_LDAPSortKey=no
18615 cat >conftest.$ac_ext <<_ACEOF
18616 /* confdefs.h. */
18617 _ACEOF
18618 cat confdefs.h >>conftest.$ac_ext
18619 cat >>conftest.$ac_ext <<_ACEOF
18620 /* end confdefs.h. */
18621 #include <ldap.h>
18624 main ()
18626 if (sizeof (LDAPSortKey))
18627 return 0;
18629 return 0;
18631 _ACEOF
18632 rm -f conftest.$ac_objext
18633 if { (ac_try="$ac_compile"
18634 case "(($ac_try" in
18635 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18636 *) ac_try_echo=$ac_try;;
18637 esac
18638 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
18639 $as_echo "$ac_try_echo") >&5
18640 (eval "$ac_compile") 2>conftest.er1
18641 ac_status=$?
18642 grep -v '^ *+' conftest.er1 >conftest.err
18643 rm -f conftest.er1
18644 cat conftest.err >&5
18645 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
18646 (exit $ac_status); } && {
18647 test -z "$ac_c_werror_flag" ||
18648 test ! -s conftest.err
18649 } && test -s conftest.$ac_objext; then
18650 cat >conftest.$ac_ext <<_ACEOF
18651 /* confdefs.h. */
18652 _ACEOF
18653 cat confdefs.h >>conftest.$ac_ext
18654 cat >>conftest.$ac_ext <<_ACEOF
18655 /* end confdefs.h. */
18656 #include <ldap.h>
18659 main ()
18661 if (sizeof ((LDAPSortKey)))
18662 return 0;
18664 return 0;
18666 _ACEOF
18667 rm -f conftest.$ac_objext
18668 if { (ac_try="$ac_compile"
18669 case "(($ac_try" in
18670 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18671 *) ac_try_echo=$ac_try;;
18672 esac
18673 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
18674 $as_echo "$ac_try_echo") >&5
18675 (eval "$ac_compile") 2>conftest.er1
18676 ac_status=$?
18677 grep -v '^ *+' conftest.er1 >conftest.err
18678 rm -f conftest.er1
18679 cat conftest.err >&5
18680 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
18681 (exit $ac_status); } && {
18682 test -z "$ac_c_werror_flag" ||
18683 test ! -s conftest.err
18684 } && test -s conftest.$ac_objext; then
18686 else
18687 $as_echo "$as_me: failed program was:" >&5
18688 sed 's/^/| /' conftest.$ac_ext >&5
18690 ac_cv_type_LDAPSortKey=yes
18693 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
18694 else
18695 $as_echo "$as_me: failed program was:" >&5
18696 sed 's/^/| /' conftest.$ac_ext >&5
18701 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
18703 { $as_echo "$as_me:$LINENO: result: $ac_cv_type_LDAPSortKey" >&5
18704 $as_echo "$ac_cv_type_LDAPSortKey" >&6; }
18705 if test "x$ac_cv_type_LDAPSortKey" = x""yes; then
18706 { $as_echo "$as_me:$LINENO: checking for ldap_initialize in -lldap_r" >&5
18707 $as_echo_n "checking for ldap_initialize in -lldap_r... " >&6; }
18708 if test "${ac_cv_lib_ldap_r_ldap_initialize+set}" = set; then
18709 $as_echo_n "(cached) " >&6
18710 else
18711 ac_check_lib_save_LIBS=$LIBS
18712 LIBS="-lldap_r $LIBPTHREAD $LIBS"
18713 cat >conftest.$ac_ext <<_ACEOF
18714 /* confdefs.h. */
18715 _ACEOF
18716 cat confdefs.h >>conftest.$ac_ext
18717 cat >>conftest.$ac_ext <<_ACEOF
18718 /* end confdefs.h. */
18720 /* Override any GCC internal prototype to avoid an error.
18721 Use char because int might match the return type of a GCC
18722 builtin and then its argument prototype would still apply. */
18723 #ifdef __cplusplus
18724 extern "C"
18725 #endif
18726 char ldap_initialize ();
18728 main ()
18730 return ldap_initialize ();
18732 return 0;
18734 _ACEOF
18735 rm -f conftest.$ac_objext conftest$ac_exeext
18736 if { (ac_try="$ac_link"
18737 case "(($ac_try" in
18738 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18739 *) ac_try_echo=$ac_try;;
18740 esac
18741 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
18742 $as_echo "$ac_try_echo") >&5
18743 (eval "$ac_link") 2>conftest.er1
18744 ac_status=$?
18745 grep -v '^ *+' conftest.er1 >conftest.err
18746 rm -f conftest.er1
18747 cat conftest.err >&5
18748 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
18749 (exit $ac_status); } && {
18750 test -z "$ac_c_werror_flag" ||
18751 test ! -s conftest.err
18752 } && test -s conftest$ac_exeext && {
18753 test "$cross_compiling" = yes ||
18754 $as_test_x conftest$ac_exeext
18755 }; then
18756 ac_cv_lib_ldap_r_ldap_initialize=yes
18757 else
18758 $as_echo "$as_me: failed program was:" >&5
18759 sed 's/^/| /' conftest.$ac_ext >&5
18761 ac_cv_lib_ldap_r_ldap_initialize=no
18764 rm -rf conftest.dSYM
18765 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
18766 conftest$ac_exeext conftest.$ac_ext
18767 LIBS=$ac_check_lib_save_LIBS
18769 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_ldap_r_ldap_initialize" >&5
18770 $as_echo "$ac_cv_lib_ldap_r_ldap_initialize" >&6; }
18771 if test "x$ac_cv_lib_ldap_r_ldap_initialize" = x""yes; then
18772 { $as_echo "$as_me:$LINENO: checking for ber_init in -llber" >&5
18773 $as_echo_n "checking for ber_init in -llber... " >&6; }
18774 if test "${ac_cv_lib_lber_ber_init+set}" = set; then
18775 $as_echo_n "(cached) " >&6
18776 else
18777 ac_check_lib_save_LIBS=$LIBS
18778 LIBS="-llber $LIBPTHREAD $LIBS"
18779 cat >conftest.$ac_ext <<_ACEOF
18780 /* confdefs.h. */
18781 _ACEOF
18782 cat confdefs.h >>conftest.$ac_ext
18783 cat >>conftest.$ac_ext <<_ACEOF
18784 /* end confdefs.h. */
18786 /* Override any GCC internal prototype to avoid an error.
18787 Use char because int might match the return type of a GCC
18788 builtin and then its argument prototype would still apply. */
18789 #ifdef __cplusplus
18790 extern "C"
18791 #endif
18792 char ber_init ();
18794 main ()
18796 return ber_init ();
18798 return 0;
18800 _ACEOF
18801 rm -f conftest.$ac_objext conftest$ac_exeext
18802 if { (ac_try="$ac_link"
18803 case "(($ac_try" in
18804 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18805 *) ac_try_echo=$ac_try;;
18806 esac
18807 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
18808 $as_echo "$ac_try_echo") >&5
18809 (eval "$ac_link") 2>conftest.er1
18810 ac_status=$?
18811 grep -v '^ *+' conftest.er1 >conftest.err
18812 rm -f conftest.er1
18813 cat conftest.err >&5
18814 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
18815 (exit $ac_status); } && {
18816 test -z "$ac_c_werror_flag" ||
18817 test ! -s conftest.err
18818 } && test -s conftest$ac_exeext && {
18819 test "$cross_compiling" = yes ||
18820 $as_test_x conftest$ac_exeext
18821 }; then
18822 ac_cv_lib_lber_ber_init=yes
18823 else
18824 $as_echo "$as_me: failed program was:" >&5
18825 sed 's/^/| /' conftest.$ac_ext >&5
18827 ac_cv_lib_lber_ber_init=no
18830 rm -rf conftest.dSYM
18831 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
18832 conftest$ac_exeext conftest.$ac_ext
18833 LIBS=$ac_check_lib_save_LIBS
18835 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_lber_ber_init" >&5
18836 $as_echo "$ac_cv_lib_lber_ber_init" >&6; }
18837 if test "x$ac_cv_lib_lber_ber_init" = x""yes; then
18839 cat >>confdefs.h <<\_ACEOF
18840 #define HAVE_LDAP 1
18841 _ACEOF
18843 LDAPLIBS="-lldap_r -llber"
18850 ac_wine_check_funcs_save_LIBS="$LIBS"
18851 LIBS="$LIBS $LDAPLIBS $LIBPTHREAD"
18860 for ac_func in \
18861 ldap_count_references \
18862 ldap_first_reference \
18863 ldap_next_reference \
18864 ldap_parse_reference \
18865 ldap_parse_sort_control \
18866 ldap_parse_sortresponse_control \
18867 ldap_parse_vlv_control \
18868 ldap_parse_vlvresponse_control
18870 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
18871 { $as_echo "$as_me:$LINENO: checking for $ac_func" >&5
18872 $as_echo_n "checking for $ac_func... " >&6; }
18873 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
18874 $as_echo_n "(cached) " >&6
18875 else
18876 cat >conftest.$ac_ext <<_ACEOF
18877 /* confdefs.h. */
18878 _ACEOF
18879 cat confdefs.h >>conftest.$ac_ext
18880 cat >>conftest.$ac_ext <<_ACEOF
18881 /* end confdefs.h. */
18882 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
18883 For example, HP-UX 11i <limits.h> declares gettimeofday. */
18884 #define $ac_func innocuous_$ac_func
18886 /* System header to define __stub macros and hopefully few prototypes,
18887 which can conflict with char $ac_func (); below.
18888 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
18889 <limits.h> exists even on freestanding compilers. */
18891 #ifdef __STDC__
18892 # include <limits.h>
18893 #else
18894 # include <assert.h>
18895 #endif
18897 #undef $ac_func
18899 /* Override any GCC internal prototype to avoid an error.
18900 Use char because int might match the return type of a GCC
18901 builtin and then its argument prototype would still apply. */
18902 #ifdef __cplusplus
18903 extern "C"
18904 #endif
18905 char $ac_func ();
18906 /* The GNU C library defines this for functions which it implements
18907 to always fail with ENOSYS. Some functions are actually named
18908 something starting with __ and the normal name is an alias. */
18909 #if defined __stub_$ac_func || defined __stub___$ac_func
18910 choke me
18911 #endif
18914 main ()
18916 return $ac_func ();
18918 return 0;
18920 _ACEOF
18921 rm -f conftest.$ac_objext conftest$ac_exeext
18922 if { (ac_try="$ac_link"
18923 case "(($ac_try" in
18924 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18925 *) ac_try_echo=$ac_try;;
18926 esac
18927 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
18928 $as_echo "$ac_try_echo") >&5
18929 (eval "$ac_link") 2>conftest.er1
18930 ac_status=$?
18931 grep -v '^ *+' conftest.er1 >conftest.err
18932 rm -f conftest.er1
18933 cat conftest.err >&5
18934 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
18935 (exit $ac_status); } && {
18936 test -z "$ac_c_werror_flag" ||
18937 test ! -s conftest.err
18938 } && test -s conftest$ac_exeext && {
18939 test "$cross_compiling" = yes ||
18940 $as_test_x conftest$ac_exeext
18941 }; then
18942 eval "$as_ac_var=yes"
18943 else
18944 $as_echo "$as_me: failed program was:" >&5
18945 sed 's/^/| /' conftest.$ac_ext >&5
18947 eval "$as_ac_var=no"
18950 rm -rf conftest.dSYM
18951 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
18952 conftest$ac_exeext conftest.$ac_ext
18954 ac_res=`eval 'as_val=${'$as_ac_var'}
18955 $as_echo "$as_val"'`
18956 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
18957 $as_echo "$ac_res" >&6; }
18958 as_val=`eval 'as_val=${'$as_ac_var'}
18959 $as_echo "$as_val"'`
18960 if test "x$as_val" = x""yes; then
18961 cat >>confdefs.h <<_ACEOF
18962 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
18963 _ACEOF
18966 done
18968 LIBS="$ac_wine_check_funcs_save_LIBS"
18970 if test "x$LDAPLIBS" = "x"; then
18971 case "x$with_ldap" in
18972 x) wine_notices="$wine_notices|libldap (OpenLDAP) ${notice_platform}development files not found, LDAP won't be supported." ;;
18973 xno) ;;
18974 *) { { $as_echo "$as_me:$LINENO: error: libldap (OpenLDAP) ${notice_platform}development files not found, LDAP won't be supported.
18975 This is an error since --with-ldap was requested." >&5
18976 $as_echo "$as_me: error: libldap (OpenLDAP) ${notice_platform}development files not found, LDAP won't be supported.
18977 This is an error since --with-ldap was requested." >&2;}
18978 { (exit 1); exit 1; }; } ;;
18979 esac
18983 { $as_echo "$as_me:$LINENO: checking whether mkdir takes only one argument" >&5
18984 $as_echo_n "checking whether mkdir takes only one argument... " >&6; }
18985 if test "${wine_cv_one_arg_mkdir+set}" = set; then
18986 $as_echo_n "(cached) " >&6
18987 else
18988 cat >conftest.$ac_ext <<_ACEOF
18989 /* confdefs.h. */
18990 _ACEOF
18991 cat confdefs.h >>conftest.$ac_ext
18992 cat >>conftest.$ac_ext <<_ACEOF
18993 /* end confdefs.h. */
18994 #include <sys/stat.h>
18996 main ()
18998 mkdir("foo");
19000 return 0;
19002 _ACEOF
19003 rm -f conftest.$ac_objext
19004 if { (ac_try="$ac_compile"
19005 case "(($ac_try" in
19006 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19007 *) ac_try_echo=$ac_try;;
19008 esac
19009 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
19010 $as_echo "$ac_try_echo") >&5
19011 (eval "$ac_compile") 2>conftest.er1
19012 ac_status=$?
19013 grep -v '^ *+' conftest.er1 >conftest.err
19014 rm -f conftest.er1
19015 cat conftest.err >&5
19016 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
19017 (exit $ac_status); } && {
19018 test -z "$ac_c_werror_flag" ||
19019 test ! -s conftest.err
19020 } && test -s conftest.$ac_objext; then
19021 wine_cv_one_arg_mkdir=yes
19022 else
19023 $as_echo "$as_me: failed program was:" >&5
19024 sed 's/^/| /' conftest.$ac_ext >&5
19026 wine_cv_one_arg_mkdir=no
19029 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19031 { $as_echo "$as_me:$LINENO: result: $wine_cv_one_arg_mkdir" >&5
19032 $as_echo "$wine_cv_one_arg_mkdir" >&6; }
19033 if test "$wine_cv_one_arg_mkdir" = "yes"
19034 then
19036 cat >>confdefs.h <<\_ACEOF
19037 #define HAVE_ONE_ARG_MKDIR 1
19038 _ACEOF
19043 { $as_echo "$as_me:$LINENO: checking for an ANSI C-conforming const" >&5
19044 $as_echo_n "checking for an ANSI C-conforming const... " >&6; }
19045 if test "${ac_cv_c_const+set}" = set; then
19046 $as_echo_n "(cached) " >&6
19047 else
19048 cat >conftest.$ac_ext <<_ACEOF
19049 /* confdefs.h. */
19050 _ACEOF
19051 cat confdefs.h >>conftest.$ac_ext
19052 cat >>conftest.$ac_ext <<_ACEOF
19053 /* end confdefs.h. */
19056 main ()
19058 /* FIXME: Include the comments suggested by Paul. */
19059 #ifndef __cplusplus
19060 /* Ultrix mips cc rejects this. */
19061 typedef int charset[2];
19062 const charset cs;
19063 /* SunOS 4.1.1 cc rejects this. */
19064 char const *const *pcpcc;
19065 char **ppc;
19066 /* NEC SVR4.0.2 mips cc rejects this. */
19067 struct point {int x, y;};
19068 static struct point const zero = {0,0};
19069 /* AIX XL C 1.02.0.0 rejects this.
19070 It does not let you subtract one const X* pointer from another in
19071 an arm of an if-expression whose if-part is not a constant
19072 expression */
19073 const char *g = "string";
19074 pcpcc = &g + (g ? g-g : 0);
19075 /* HPUX 7.0 cc rejects these. */
19076 ++pcpcc;
19077 ppc = (char**) pcpcc;
19078 pcpcc = (char const *const *) ppc;
19079 { /* SCO 3.2v4 cc rejects this. */
19080 char *t;
19081 char const *s = 0 ? (char *) 0 : (char const *) 0;
19083 *t++ = 0;
19084 if (s) return 0;
19086 { /* Someone thinks the Sun supposedly-ANSI compiler will reject this. */
19087 int x[] = {25, 17};
19088 const int *foo = &x[0];
19089 ++foo;
19091 { /* Sun SC1.0 ANSI compiler rejects this -- but not the above. */
19092 typedef const int *iptr;
19093 iptr p = 0;
19094 ++p;
19096 { /* AIX XL C 1.02.0.0 rejects this saying
19097 "k.c", line 2.27: 1506-025 (S) Operand must be a modifiable lvalue. */
19098 struct s { int j; const int *ap[3]; };
19099 struct s *b; b->j = 5;
19101 { /* ULTRIX-32 V3.1 (Rev 9) vcc rejects this */
19102 const int foo = 10;
19103 if (!foo) return 0;
19105 return !cs[0] && !zero.x;
19106 #endif
19109 return 0;
19111 _ACEOF
19112 rm -f conftest.$ac_objext
19113 if { (ac_try="$ac_compile"
19114 case "(($ac_try" in
19115 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19116 *) ac_try_echo=$ac_try;;
19117 esac
19118 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
19119 $as_echo "$ac_try_echo") >&5
19120 (eval "$ac_compile") 2>conftest.er1
19121 ac_status=$?
19122 grep -v '^ *+' conftest.er1 >conftest.err
19123 rm -f conftest.er1
19124 cat conftest.err >&5
19125 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
19126 (exit $ac_status); } && {
19127 test -z "$ac_c_werror_flag" ||
19128 test ! -s conftest.err
19129 } && test -s conftest.$ac_objext; then
19130 ac_cv_c_const=yes
19131 else
19132 $as_echo "$as_me: failed program was:" >&5
19133 sed 's/^/| /' conftest.$ac_ext >&5
19135 ac_cv_c_const=no
19138 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19140 { $as_echo "$as_me:$LINENO: result: $ac_cv_c_const" >&5
19141 $as_echo "$ac_cv_c_const" >&6; }
19142 if test $ac_cv_c_const = no; then
19144 cat >>confdefs.h <<\_ACEOF
19145 #define const /**/
19146 _ACEOF
19150 { $as_echo "$as_me:$LINENO: checking for inline" >&5
19151 $as_echo_n "checking for inline... " >&6; }
19152 if test "${ac_cv_c_inline+set}" = set; then
19153 $as_echo_n "(cached) " >&6
19154 else
19155 ac_cv_c_inline=no
19156 for ac_kw in inline __inline__ __inline; do
19157 cat >conftest.$ac_ext <<_ACEOF
19158 /* confdefs.h. */
19159 _ACEOF
19160 cat confdefs.h >>conftest.$ac_ext
19161 cat >>conftest.$ac_ext <<_ACEOF
19162 /* end confdefs.h. */
19163 #ifndef __cplusplus
19164 typedef int foo_t;
19165 static $ac_kw foo_t static_foo () {return 0; }
19166 $ac_kw foo_t foo () {return 0; }
19167 #endif
19169 _ACEOF
19170 rm -f conftest.$ac_objext
19171 if { (ac_try="$ac_compile"
19172 case "(($ac_try" in
19173 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19174 *) ac_try_echo=$ac_try;;
19175 esac
19176 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
19177 $as_echo "$ac_try_echo") >&5
19178 (eval "$ac_compile") 2>conftest.er1
19179 ac_status=$?
19180 grep -v '^ *+' conftest.er1 >conftest.err
19181 rm -f conftest.er1
19182 cat conftest.err >&5
19183 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
19184 (exit $ac_status); } && {
19185 test -z "$ac_c_werror_flag" ||
19186 test ! -s conftest.err
19187 } && test -s conftest.$ac_objext; then
19188 ac_cv_c_inline=$ac_kw
19189 else
19190 $as_echo "$as_me: failed program was:" >&5
19191 sed 's/^/| /' conftest.$ac_ext >&5
19196 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19197 test "$ac_cv_c_inline" != no && break
19198 done
19201 { $as_echo "$as_me:$LINENO: result: $ac_cv_c_inline" >&5
19202 $as_echo "$ac_cv_c_inline" >&6; }
19205 case $ac_cv_c_inline in
19206 inline | yes) ;;
19208 case $ac_cv_c_inline in
19209 no) ac_val=;;
19210 *) ac_val=$ac_cv_c_inline;;
19211 esac
19212 cat >>confdefs.h <<_ACEOF
19213 #ifndef __cplusplus
19214 #define inline $ac_val
19215 #endif
19216 _ACEOF
19218 esac
19220 { $as_echo "$as_me:$LINENO: checking for mode_t" >&5
19221 $as_echo_n "checking for mode_t... " >&6; }
19222 if test "${ac_cv_type_mode_t+set}" = set; then
19223 $as_echo_n "(cached) " >&6
19224 else
19225 ac_cv_type_mode_t=no
19226 cat >conftest.$ac_ext <<_ACEOF
19227 /* confdefs.h. */
19228 _ACEOF
19229 cat confdefs.h >>conftest.$ac_ext
19230 cat >>conftest.$ac_ext <<_ACEOF
19231 /* end confdefs.h. */
19232 $ac_includes_default
19234 main ()
19236 if (sizeof (mode_t))
19237 return 0;
19239 return 0;
19241 _ACEOF
19242 rm -f conftest.$ac_objext
19243 if { (ac_try="$ac_compile"
19244 case "(($ac_try" in
19245 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19246 *) ac_try_echo=$ac_try;;
19247 esac
19248 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
19249 $as_echo "$ac_try_echo") >&5
19250 (eval "$ac_compile") 2>conftest.er1
19251 ac_status=$?
19252 grep -v '^ *+' conftest.er1 >conftest.err
19253 rm -f conftest.er1
19254 cat conftest.err >&5
19255 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
19256 (exit $ac_status); } && {
19257 test -z "$ac_c_werror_flag" ||
19258 test ! -s conftest.err
19259 } && test -s conftest.$ac_objext; then
19260 cat >conftest.$ac_ext <<_ACEOF
19261 /* confdefs.h. */
19262 _ACEOF
19263 cat confdefs.h >>conftest.$ac_ext
19264 cat >>conftest.$ac_ext <<_ACEOF
19265 /* end confdefs.h. */
19266 $ac_includes_default
19268 main ()
19270 if (sizeof ((mode_t)))
19271 return 0;
19273 return 0;
19275 _ACEOF
19276 rm -f conftest.$ac_objext
19277 if { (ac_try="$ac_compile"
19278 case "(($ac_try" in
19279 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19280 *) ac_try_echo=$ac_try;;
19281 esac
19282 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
19283 $as_echo "$ac_try_echo") >&5
19284 (eval "$ac_compile") 2>conftest.er1
19285 ac_status=$?
19286 grep -v '^ *+' conftest.er1 >conftest.err
19287 rm -f conftest.er1
19288 cat conftest.err >&5
19289 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
19290 (exit $ac_status); } && {
19291 test -z "$ac_c_werror_flag" ||
19292 test ! -s conftest.err
19293 } && test -s conftest.$ac_objext; then
19295 else
19296 $as_echo "$as_me: failed program was:" >&5
19297 sed 's/^/| /' conftest.$ac_ext >&5
19299 ac_cv_type_mode_t=yes
19302 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19303 else
19304 $as_echo "$as_me: failed program was:" >&5
19305 sed 's/^/| /' conftest.$ac_ext >&5
19310 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19312 { $as_echo "$as_me:$LINENO: result: $ac_cv_type_mode_t" >&5
19313 $as_echo "$ac_cv_type_mode_t" >&6; }
19314 if test "x$ac_cv_type_mode_t" = x""yes; then
19316 cat >>confdefs.h <<_ACEOF
19317 #define HAVE_MODE_T 1
19318 _ACEOF
19322 { $as_echo "$as_me:$LINENO: checking for off_t" >&5
19323 $as_echo_n "checking for off_t... " >&6; }
19324 if test "${ac_cv_type_off_t+set}" = set; then
19325 $as_echo_n "(cached) " >&6
19326 else
19327 ac_cv_type_off_t=no
19328 cat >conftest.$ac_ext <<_ACEOF
19329 /* confdefs.h. */
19330 _ACEOF
19331 cat confdefs.h >>conftest.$ac_ext
19332 cat >>conftest.$ac_ext <<_ACEOF
19333 /* end confdefs.h. */
19334 $ac_includes_default
19336 main ()
19338 if (sizeof (off_t))
19339 return 0;
19341 return 0;
19343 _ACEOF
19344 rm -f conftest.$ac_objext
19345 if { (ac_try="$ac_compile"
19346 case "(($ac_try" in
19347 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19348 *) ac_try_echo=$ac_try;;
19349 esac
19350 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
19351 $as_echo "$ac_try_echo") >&5
19352 (eval "$ac_compile") 2>conftest.er1
19353 ac_status=$?
19354 grep -v '^ *+' conftest.er1 >conftest.err
19355 rm -f conftest.er1
19356 cat conftest.err >&5
19357 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
19358 (exit $ac_status); } && {
19359 test -z "$ac_c_werror_flag" ||
19360 test ! -s conftest.err
19361 } && test -s conftest.$ac_objext; then
19362 cat >conftest.$ac_ext <<_ACEOF
19363 /* confdefs.h. */
19364 _ACEOF
19365 cat confdefs.h >>conftest.$ac_ext
19366 cat >>conftest.$ac_ext <<_ACEOF
19367 /* end confdefs.h. */
19368 $ac_includes_default
19370 main ()
19372 if (sizeof ((off_t)))
19373 return 0;
19375 return 0;
19377 _ACEOF
19378 rm -f conftest.$ac_objext
19379 if { (ac_try="$ac_compile"
19380 case "(($ac_try" in
19381 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19382 *) ac_try_echo=$ac_try;;
19383 esac
19384 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
19385 $as_echo "$ac_try_echo") >&5
19386 (eval "$ac_compile") 2>conftest.er1
19387 ac_status=$?
19388 grep -v '^ *+' conftest.er1 >conftest.err
19389 rm -f conftest.er1
19390 cat conftest.err >&5
19391 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
19392 (exit $ac_status); } && {
19393 test -z "$ac_c_werror_flag" ||
19394 test ! -s conftest.err
19395 } && test -s conftest.$ac_objext; then
19397 else
19398 $as_echo "$as_me: failed program was:" >&5
19399 sed 's/^/| /' conftest.$ac_ext >&5
19401 ac_cv_type_off_t=yes
19404 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19405 else
19406 $as_echo "$as_me: failed program was:" >&5
19407 sed 's/^/| /' conftest.$ac_ext >&5
19412 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19414 { $as_echo "$as_me:$LINENO: result: $ac_cv_type_off_t" >&5
19415 $as_echo "$ac_cv_type_off_t" >&6; }
19416 if test "x$ac_cv_type_off_t" = x""yes; then
19418 cat >>confdefs.h <<_ACEOF
19419 #define HAVE_OFF_T 1
19420 _ACEOF
19424 { $as_echo "$as_me:$LINENO: checking for pid_t" >&5
19425 $as_echo_n "checking for pid_t... " >&6; }
19426 if test "${ac_cv_type_pid_t+set}" = set; then
19427 $as_echo_n "(cached) " >&6
19428 else
19429 ac_cv_type_pid_t=no
19430 cat >conftest.$ac_ext <<_ACEOF
19431 /* confdefs.h. */
19432 _ACEOF
19433 cat confdefs.h >>conftest.$ac_ext
19434 cat >>conftest.$ac_ext <<_ACEOF
19435 /* end confdefs.h. */
19436 $ac_includes_default
19438 main ()
19440 if (sizeof (pid_t))
19441 return 0;
19443 return 0;
19445 _ACEOF
19446 rm -f conftest.$ac_objext
19447 if { (ac_try="$ac_compile"
19448 case "(($ac_try" in
19449 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19450 *) ac_try_echo=$ac_try;;
19451 esac
19452 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
19453 $as_echo "$ac_try_echo") >&5
19454 (eval "$ac_compile") 2>conftest.er1
19455 ac_status=$?
19456 grep -v '^ *+' conftest.er1 >conftest.err
19457 rm -f conftest.er1
19458 cat conftest.err >&5
19459 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
19460 (exit $ac_status); } && {
19461 test -z "$ac_c_werror_flag" ||
19462 test ! -s conftest.err
19463 } && test -s conftest.$ac_objext; then
19464 cat >conftest.$ac_ext <<_ACEOF
19465 /* confdefs.h. */
19466 _ACEOF
19467 cat confdefs.h >>conftest.$ac_ext
19468 cat >>conftest.$ac_ext <<_ACEOF
19469 /* end confdefs.h. */
19470 $ac_includes_default
19472 main ()
19474 if (sizeof ((pid_t)))
19475 return 0;
19477 return 0;
19479 _ACEOF
19480 rm -f conftest.$ac_objext
19481 if { (ac_try="$ac_compile"
19482 case "(($ac_try" in
19483 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19484 *) ac_try_echo=$ac_try;;
19485 esac
19486 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
19487 $as_echo "$ac_try_echo") >&5
19488 (eval "$ac_compile") 2>conftest.er1
19489 ac_status=$?
19490 grep -v '^ *+' conftest.er1 >conftest.err
19491 rm -f conftest.er1
19492 cat conftest.err >&5
19493 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
19494 (exit $ac_status); } && {
19495 test -z "$ac_c_werror_flag" ||
19496 test ! -s conftest.err
19497 } && test -s conftest.$ac_objext; then
19499 else
19500 $as_echo "$as_me: failed program was:" >&5
19501 sed 's/^/| /' conftest.$ac_ext >&5
19503 ac_cv_type_pid_t=yes
19506 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19507 else
19508 $as_echo "$as_me: failed program was:" >&5
19509 sed 's/^/| /' conftest.$ac_ext >&5
19514 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19516 { $as_echo "$as_me:$LINENO: result: $ac_cv_type_pid_t" >&5
19517 $as_echo "$ac_cv_type_pid_t" >&6; }
19518 if test "x$ac_cv_type_pid_t" = x""yes; then
19520 cat >>confdefs.h <<_ACEOF
19521 #define HAVE_PID_T 1
19522 _ACEOF
19526 { $as_echo "$as_me:$LINENO: checking for size_t" >&5
19527 $as_echo_n "checking for size_t... " >&6; }
19528 if test "${ac_cv_type_size_t+set}" = set; then
19529 $as_echo_n "(cached) " >&6
19530 else
19531 ac_cv_type_size_t=no
19532 cat >conftest.$ac_ext <<_ACEOF
19533 /* confdefs.h. */
19534 _ACEOF
19535 cat confdefs.h >>conftest.$ac_ext
19536 cat >>conftest.$ac_ext <<_ACEOF
19537 /* end confdefs.h. */
19538 $ac_includes_default
19540 main ()
19542 if (sizeof (size_t))
19543 return 0;
19545 return 0;
19547 _ACEOF
19548 rm -f conftest.$ac_objext
19549 if { (ac_try="$ac_compile"
19550 case "(($ac_try" in
19551 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19552 *) ac_try_echo=$ac_try;;
19553 esac
19554 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
19555 $as_echo "$ac_try_echo") >&5
19556 (eval "$ac_compile") 2>conftest.er1
19557 ac_status=$?
19558 grep -v '^ *+' conftest.er1 >conftest.err
19559 rm -f conftest.er1
19560 cat conftest.err >&5
19561 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
19562 (exit $ac_status); } && {
19563 test -z "$ac_c_werror_flag" ||
19564 test ! -s conftest.err
19565 } && test -s conftest.$ac_objext; then
19566 cat >conftest.$ac_ext <<_ACEOF
19567 /* confdefs.h. */
19568 _ACEOF
19569 cat confdefs.h >>conftest.$ac_ext
19570 cat >>conftest.$ac_ext <<_ACEOF
19571 /* end confdefs.h. */
19572 $ac_includes_default
19574 main ()
19576 if (sizeof ((size_t)))
19577 return 0;
19579 return 0;
19581 _ACEOF
19582 rm -f conftest.$ac_objext
19583 if { (ac_try="$ac_compile"
19584 case "(($ac_try" in
19585 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19586 *) ac_try_echo=$ac_try;;
19587 esac
19588 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
19589 $as_echo "$ac_try_echo") >&5
19590 (eval "$ac_compile") 2>conftest.er1
19591 ac_status=$?
19592 grep -v '^ *+' conftest.er1 >conftest.err
19593 rm -f conftest.er1
19594 cat conftest.err >&5
19595 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
19596 (exit $ac_status); } && {
19597 test -z "$ac_c_werror_flag" ||
19598 test ! -s conftest.err
19599 } && test -s conftest.$ac_objext; then
19601 else
19602 $as_echo "$as_me: failed program was:" >&5
19603 sed 's/^/| /' conftest.$ac_ext >&5
19605 ac_cv_type_size_t=yes
19608 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19609 else
19610 $as_echo "$as_me: failed program was:" >&5
19611 sed 's/^/| /' conftest.$ac_ext >&5
19616 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19618 { $as_echo "$as_me:$LINENO: result: $ac_cv_type_size_t" >&5
19619 $as_echo "$ac_cv_type_size_t" >&6; }
19620 if test "x$ac_cv_type_size_t" = x""yes; then
19622 cat >>confdefs.h <<_ACEOF
19623 #define HAVE_SIZE_T 1
19624 _ACEOF
19628 { $as_echo "$as_me:$LINENO: checking for ssize_t" >&5
19629 $as_echo_n "checking for ssize_t... " >&6; }
19630 if test "${ac_cv_type_ssize_t+set}" = set; then
19631 $as_echo_n "(cached) " >&6
19632 else
19633 ac_cv_type_ssize_t=no
19634 cat >conftest.$ac_ext <<_ACEOF
19635 /* confdefs.h. */
19636 _ACEOF
19637 cat confdefs.h >>conftest.$ac_ext
19638 cat >>conftest.$ac_ext <<_ACEOF
19639 /* end confdefs.h. */
19640 $ac_includes_default
19642 main ()
19644 if (sizeof (ssize_t))
19645 return 0;
19647 return 0;
19649 _ACEOF
19650 rm -f conftest.$ac_objext
19651 if { (ac_try="$ac_compile"
19652 case "(($ac_try" in
19653 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19654 *) ac_try_echo=$ac_try;;
19655 esac
19656 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
19657 $as_echo "$ac_try_echo") >&5
19658 (eval "$ac_compile") 2>conftest.er1
19659 ac_status=$?
19660 grep -v '^ *+' conftest.er1 >conftest.err
19661 rm -f conftest.er1
19662 cat conftest.err >&5
19663 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
19664 (exit $ac_status); } && {
19665 test -z "$ac_c_werror_flag" ||
19666 test ! -s conftest.err
19667 } && test -s conftest.$ac_objext; then
19668 cat >conftest.$ac_ext <<_ACEOF
19669 /* confdefs.h. */
19670 _ACEOF
19671 cat confdefs.h >>conftest.$ac_ext
19672 cat >>conftest.$ac_ext <<_ACEOF
19673 /* end confdefs.h. */
19674 $ac_includes_default
19676 main ()
19678 if (sizeof ((ssize_t)))
19679 return 0;
19681 return 0;
19683 _ACEOF
19684 rm -f conftest.$ac_objext
19685 if { (ac_try="$ac_compile"
19686 case "(($ac_try" in
19687 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19688 *) ac_try_echo=$ac_try;;
19689 esac
19690 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
19691 $as_echo "$ac_try_echo") >&5
19692 (eval "$ac_compile") 2>conftest.er1
19693 ac_status=$?
19694 grep -v '^ *+' conftest.er1 >conftest.err
19695 rm -f conftest.er1
19696 cat conftest.err >&5
19697 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
19698 (exit $ac_status); } && {
19699 test -z "$ac_c_werror_flag" ||
19700 test ! -s conftest.err
19701 } && test -s conftest.$ac_objext; then
19703 else
19704 $as_echo "$as_me: failed program was:" >&5
19705 sed 's/^/| /' conftest.$ac_ext >&5
19707 ac_cv_type_ssize_t=yes
19710 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19711 else
19712 $as_echo "$as_me: failed program was:" >&5
19713 sed 's/^/| /' conftest.$ac_ext >&5
19718 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19720 { $as_echo "$as_me:$LINENO: result: $ac_cv_type_ssize_t" >&5
19721 $as_echo "$ac_cv_type_ssize_t" >&6; }
19722 if test "x$ac_cv_type_ssize_t" = x""yes; then
19724 cat >>confdefs.h <<_ACEOF
19725 #define HAVE_SSIZE_T 1
19726 _ACEOF
19730 { $as_echo "$as_me:$LINENO: checking for long long" >&5
19731 $as_echo_n "checking for long long... " >&6; }
19732 if test "${ac_cv_type_long_long+set}" = set; then
19733 $as_echo_n "(cached) " >&6
19734 else
19735 ac_cv_type_long_long=no
19736 cat >conftest.$ac_ext <<_ACEOF
19737 /* confdefs.h. */
19738 _ACEOF
19739 cat confdefs.h >>conftest.$ac_ext
19740 cat >>conftest.$ac_ext <<_ACEOF
19741 /* end confdefs.h. */
19742 $ac_includes_default
19744 main ()
19746 if (sizeof (long long))
19747 return 0;
19749 return 0;
19751 _ACEOF
19752 rm -f conftest.$ac_objext
19753 if { (ac_try="$ac_compile"
19754 case "(($ac_try" in
19755 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19756 *) ac_try_echo=$ac_try;;
19757 esac
19758 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
19759 $as_echo "$ac_try_echo") >&5
19760 (eval "$ac_compile") 2>conftest.er1
19761 ac_status=$?
19762 grep -v '^ *+' conftest.er1 >conftest.err
19763 rm -f conftest.er1
19764 cat conftest.err >&5
19765 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
19766 (exit $ac_status); } && {
19767 test -z "$ac_c_werror_flag" ||
19768 test ! -s conftest.err
19769 } && test -s conftest.$ac_objext; then
19770 cat >conftest.$ac_ext <<_ACEOF
19771 /* confdefs.h. */
19772 _ACEOF
19773 cat confdefs.h >>conftest.$ac_ext
19774 cat >>conftest.$ac_ext <<_ACEOF
19775 /* end confdefs.h. */
19776 $ac_includes_default
19778 main ()
19780 if (sizeof ((long long)))
19781 return 0;
19783 return 0;
19785 _ACEOF
19786 rm -f conftest.$ac_objext
19787 if { (ac_try="$ac_compile"
19788 case "(($ac_try" in
19789 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19790 *) ac_try_echo=$ac_try;;
19791 esac
19792 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
19793 $as_echo "$ac_try_echo") >&5
19794 (eval "$ac_compile") 2>conftest.er1
19795 ac_status=$?
19796 grep -v '^ *+' conftest.er1 >conftest.err
19797 rm -f conftest.er1
19798 cat conftest.err >&5
19799 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
19800 (exit $ac_status); } && {
19801 test -z "$ac_c_werror_flag" ||
19802 test ! -s conftest.err
19803 } && test -s conftest.$ac_objext; then
19805 else
19806 $as_echo "$as_me: failed program was:" >&5
19807 sed 's/^/| /' conftest.$ac_ext >&5
19809 ac_cv_type_long_long=yes
19812 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19813 else
19814 $as_echo "$as_me: failed program was:" >&5
19815 sed 's/^/| /' conftest.$ac_ext >&5
19820 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19822 { $as_echo "$as_me:$LINENO: result: $ac_cv_type_long_long" >&5
19823 $as_echo "$ac_cv_type_long_long" >&6; }
19824 if test "x$ac_cv_type_long_long" = x""yes; then
19826 cat >>confdefs.h <<_ACEOF
19827 #define HAVE_LONG_LONG 1
19828 _ACEOF
19832 { $as_echo "$as_me:$LINENO: checking for fsblkcnt_t" >&5
19833 $as_echo_n "checking for fsblkcnt_t... " >&6; }
19834 if test "${ac_cv_type_fsblkcnt_t+set}" = set; then
19835 $as_echo_n "(cached) " >&6
19836 else
19837 ac_cv_type_fsblkcnt_t=no
19838 cat >conftest.$ac_ext <<_ACEOF
19839 /* confdefs.h. */
19840 _ACEOF
19841 cat confdefs.h >>conftest.$ac_ext
19842 cat >>conftest.$ac_ext <<_ACEOF
19843 /* end confdefs.h. */
19844 $ac_includes_default
19846 main ()
19848 if (sizeof (fsblkcnt_t))
19849 return 0;
19851 return 0;
19853 _ACEOF
19854 rm -f conftest.$ac_objext
19855 if { (ac_try="$ac_compile"
19856 case "(($ac_try" in
19857 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19858 *) ac_try_echo=$ac_try;;
19859 esac
19860 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
19861 $as_echo "$ac_try_echo") >&5
19862 (eval "$ac_compile") 2>conftest.er1
19863 ac_status=$?
19864 grep -v '^ *+' conftest.er1 >conftest.err
19865 rm -f conftest.er1
19866 cat conftest.err >&5
19867 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
19868 (exit $ac_status); } && {
19869 test -z "$ac_c_werror_flag" ||
19870 test ! -s conftest.err
19871 } && test -s conftest.$ac_objext; then
19872 cat >conftest.$ac_ext <<_ACEOF
19873 /* confdefs.h. */
19874 _ACEOF
19875 cat confdefs.h >>conftest.$ac_ext
19876 cat >>conftest.$ac_ext <<_ACEOF
19877 /* end confdefs.h. */
19878 $ac_includes_default
19880 main ()
19882 if (sizeof ((fsblkcnt_t)))
19883 return 0;
19885 return 0;
19887 _ACEOF
19888 rm -f conftest.$ac_objext
19889 if { (ac_try="$ac_compile"
19890 case "(($ac_try" in
19891 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19892 *) ac_try_echo=$ac_try;;
19893 esac
19894 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
19895 $as_echo "$ac_try_echo") >&5
19896 (eval "$ac_compile") 2>conftest.er1
19897 ac_status=$?
19898 grep -v '^ *+' conftest.er1 >conftest.err
19899 rm -f conftest.er1
19900 cat conftest.err >&5
19901 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
19902 (exit $ac_status); } && {
19903 test -z "$ac_c_werror_flag" ||
19904 test ! -s conftest.err
19905 } && test -s conftest.$ac_objext; then
19907 else
19908 $as_echo "$as_me: failed program was:" >&5
19909 sed 's/^/| /' conftest.$ac_ext >&5
19911 ac_cv_type_fsblkcnt_t=yes
19914 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19915 else
19916 $as_echo "$as_me: failed program was:" >&5
19917 sed 's/^/| /' conftest.$ac_ext >&5
19922 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19924 { $as_echo "$as_me:$LINENO: result: $ac_cv_type_fsblkcnt_t" >&5
19925 $as_echo "$ac_cv_type_fsblkcnt_t" >&6; }
19926 if test "x$ac_cv_type_fsblkcnt_t" = x""yes; then
19928 cat >>confdefs.h <<_ACEOF
19929 #define HAVE_FSBLKCNT_T 1
19930 _ACEOF
19934 { $as_echo "$as_me:$LINENO: checking for fsfilcnt_t" >&5
19935 $as_echo_n "checking for fsfilcnt_t... " >&6; }
19936 if test "${ac_cv_type_fsfilcnt_t+set}" = set; then
19937 $as_echo_n "(cached) " >&6
19938 else
19939 ac_cv_type_fsfilcnt_t=no
19940 cat >conftest.$ac_ext <<_ACEOF
19941 /* confdefs.h. */
19942 _ACEOF
19943 cat confdefs.h >>conftest.$ac_ext
19944 cat >>conftest.$ac_ext <<_ACEOF
19945 /* end confdefs.h. */
19946 $ac_includes_default
19948 main ()
19950 if (sizeof (fsfilcnt_t))
19951 return 0;
19953 return 0;
19955 _ACEOF
19956 rm -f conftest.$ac_objext
19957 if { (ac_try="$ac_compile"
19958 case "(($ac_try" in
19959 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19960 *) ac_try_echo=$ac_try;;
19961 esac
19962 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
19963 $as_echo "$ac_try_echo") >&5
19964 (eval "$ac_compile") 2>conftest.er1
19965 ac_status=$?
19966 grep -v '^ *+' conftest.er1 >conftest.err
19967 rm -f conftest.er1
19968 cat conftest.err >&5
19969 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
19970 (exit $ac_status); } && {
19971 test -z "$ac_c_werror_flag" ||
19972 test ! -s conftest.err
19973 } && test -s conftest.$ac_objext; then
19974 cat >conftest.$ac_ext <<_ACEOF
19975 /* confdefs.h. */
19976 _ACEOF
19977 cat confdefs.h >>conftest.$ac_ext
19978 cat >>conftest.$ac_ext <<_ACEOF
19979 /* end confdefs.h. */
19980 $ac_includes_default
19982 main ()
19984 if (sizeof ((fsfilcnt_t)))
19985 return 0;
19987 return 0;
19989 _ACEOF
19990 rm -f conftest.$ac_objext
19991 if { (ac_try="$ac_compile"
19992 case "(($ac_try" in
19993 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19994 *) ac_try_echo=$ac_try;;
19995 esac
19996 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
19997 $as_echo "$ac_try_echo") >&5
19998 (eval "$ac_compile") 2>conftest.er1
19999 ac_status=$?
20000 grep -v '^ *+' conftest.er1 >conftest.err
20001 rm -f conftest.er1
20002 cat conftest.err >&5
20003 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
20004 (exit $ac_status); } && {
20005 test -z "$ac_c_werror_flag" ||
20006 test ! -s conftest.err
20007 } && test -s conftest.$ac_objext; then
20009 else
20010 $as_echo "$as_me: failed program was:" >&5
20011 sed 's/^/| /' conftest.$ac_ext >&5
20013 ac_cv_type_fsfilcnt_t=yes
20016 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20017 else
20018 $as_echo "$as_me: failed program was:" >&5
20019 sed 's/^/| /' conftest.$ac_ext >&5
20024 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20026 { $as_echo "$as_me:$LINENO: result: $ac_cv_type_fsfilcnt_t" >&5
20027 $as_echo "$ac_cv_type_fsfilcnt_t" >&6; }
20028 if test "x$ac_cv_type_fsfilcnt_t" = x""yes; then
20030 cat >>confdefs.h <<_ACEOF
20031 #define HAVE_FSFILCNT_T 1
20032 _ACEOF
20037 { $as_echo "$as_me:$LINENO: checking for sigset_t" >&5
20038 $as_echo_n "checking for sigset_t... " >&6; }
20039 if test "${ac_cv_type_sigset_t+set}" = set; then
20040 $as_echo_n "(cached) " >&6
20041 else
20042 ac_cv_type_sigset_t=no
20043 cat >conftest.$ac_ext <<_ACEOF
20044 /* confdefs.h. */
20045 _ACEOF
20046 cat confdefs.h >>conftest.$ac_ext
20047 cat >>conftest.$ac_ext <<_ACEOF
20048 /* end confdefs.h. */
20049 #include <sys/types.h>
20050 #include <signal.h>
20053 main ()
20055 if (sizeof (sigset_t))
20056 return 0;
20058 return 0;
20060 _ACEOF
20061 rm -f conftest.$ac_objext
20062 if { (ac_try="$ac_compile"
20063 case "(($ac_try" in
20064 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20065 *) ac_try_echo=$ac_try;;
20066 esac
20067 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
20068 $as_echo "$ac_try_echo") >&5
20069 (eval "$ac_compile") 2>conftest.er1
20070 ac_status=$?
20071 grep -v '^ *+' conftest.er1 >conftest.err
20072 rm -f conftest.er1
20073 cat conftest.err >&5
20074 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
20075 (exit $ac_status); } && {
20076 test -z "$ac_c_werror_flag" ||
20077 test ! -s conftest.err
20078 } && test -s conftest.$ac_objext; then
20079 cat >conftest.$ac_ext <<_ACEOF
20080 /* confdefs.h. */
20081 _ACEOF
20082 cat confdefs.h >>conftest.$ac_ext
20083 cat >>conftest.$ac_ext <<_ACEOF
20084 /* end confdefs.h. */
20085 #include <sys/types.h>
20086 #include <signal.h>
20089 main ()
20091 if (sizeof ((sigset_t)))
20092 return 0;
20094 return 0;
20096 _ACEOF
20097 rm -f conftest.$ac_objext
20098 if { (ac_try="$ac_compile"
20099 case "(($ac_try" in
20100 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20101 *) ac_try_echo=$ac_try;;
20102 esac
20103 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
20104 $as_echo "$ac_try_echo") >&5
20105 (eval "$ac_compile") 2>conftest.er1
20106 ac_status=$?
20107 grep -v '^ *+' conftest.er1 >conftest.err
20108 rm -f conftest.er1
20109 cat conftest.err >&5
20110 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
20111 (exit $ac_status); } && {
20112 test -z "$ac_c_werror_flag" ||
20113 test ! -s conftest.err
20114 } && test -s conftest.$ac_objext; then
20116 else
20117 $as_echo "$as_me: failed program was:" >&5
20118 sed 's/^/| /' conftest.$ac_ext >&5
20120 ac_cv_type_sigset_t=yes
20123 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20124 else
20125 $as_echo "$as_me: failed program was:" >&5
20126 sed 's/^/| /' conftest.$ac_ext >&5
20131 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20133 { $as_echo "$as_me:$LINENO: result: $ac_cv_type_sigset_t" >&5
20134 $as_echo "$ac_cv_type_sigset_t" >&6; }
20135 if test "x$ac_cv_type_sigset_t" = x""yes; then
20137 cat >>confdefs.h <<_ACEOF
20138 #define HAVE_SIGSET_T 1
20139 _ACEOF
20144 { $as_echo "$as_me:$LINENO: checking for request_sense" >&5
20145 $as_echo_n "checking for request_sense... " >&6; }
20146 if test "${ac_cv_type_request_sense+set}" = set; then
20147 $as_echo_n "(cached) " >&6
20148 else
20149 ac_cv_type_request_sense=no
20150 cat >conftest.$ac_ext <<_ACEOF
20151 /* confdefs.h. */
20152 _ACEOF
20153 cat confdefs.h >>conftest.$ac_ext
20154 cat >>conftest.$ac_ext <<_ACEOF
20155 /* end confdefs.h. */
20156 #include <linux/cdrom.h>
20159 main ()
20161 if (sizeof (request_sense))
20162 return 0;
20164 return 0;
20166 _ACEOF
20167 rm -f conftest.$ac_objext
20168 if { (ac_try="$ac_compile"
20169 case "(($ac_try" in
20170 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20171 *) ac_try_echo=$ac_try;;
20172 esac
20173 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
20174 $as_echo "$ac_try_echo") >&5
20175 (eval "$ac_compile") 2>conftest.er1
20176 ac_status=$?
20177 grep -v '^ *+' conftest.er1 >conftest.err
20178 rm -f conftest.er1
20179 cat conftest.err >&5
20180 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
20181 (exit $ac_status); } && {
20182 test -z "$ac_c_werror_flag" ||
20183 test ! -s conftest.err
20184 } && test -s conftest.$ac_objext; then
20185 cat >conftest.$ac_ext <<_ACEOF
20186 /* confdefs.h. */
20187 _ACEOF
20188 cat confdefs.h >>conftest.$ac_ext
20189 cat >>conftest.$ac_ext <<_ACEOF
20190 /* end confdefs.h. */
20191 #include <linux/cdrom.h>
20194 main ()
20196 if (sizeof ((request_sense)))
20197 return 0;
20199 return 0;
20201 _ACEOF
20202 rm -f conftest.$ac_objext
20203 if { (ac_try="$ac_compile"
20204 case "(($ac_try" in
20205 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20206 *) ac_try_echo=$ac_try;;
20207 esac
20208 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
20209 $as_echo "$ac_try_echo") >&5
20210 (eval "$ac_compile") 2>conftest.er1
20211 ac_status=$?
20212 grep -v '^ *+' conftest.er1 >conftest.err
20213 rm -f conftest.er1
20214 cat conftest.err >&5
20215 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
20216 (exit $ac_status); } && {
20217 test -z "$ac_c_werror_flag" ||
20218 test ! -s conftest.err
20219 } && test -s conftest.$ac_objext; then
20221 else
20222 $as_echo "$as_me: failed program was:" >&5
20223 sed 's/^/| /' conftest.$ac_ext >&5
20225 ac_cv_type_request_sense=yes
20228 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20229 else
20230 $as_echo "$as_me: failed program was:" >&5
20231 sed 's/^/| /' conftest.$ac_ext >&5
20236 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20238 { $as_echo "$as_me:$LINENO: result: $ac_cv_type_request_sense" >&5
20239 $as_echo "$ac_cv_type_request_sense" >&6; }
20240 if test "x$ac_cv_type_request_sense" = x""yes; then
20242 cat >>confdefs.h <<_ACEOF
20243 #define HAVE_REQUEST_SENSE 1
20244 _ACEOF
20250 { $as_echo "$as_me:$LINENO: checking for struct ff_effect.direction" >&5
20251 $as_echo_n "checking for struct ff_effect.direction... " >&6; }
20252 if test "${ac_cv_member_struct_ff_effect_direction+set}" = set; then
20253 $as_echo_n "(cached) " >&6
20254 else
20255 cat >conftest.$ac_ext <<_ACEOF
20256 /* confdefs.h. */
20257 _ACEOF
20258 cat confdefs.h >>conftest.$ac_ext
20259 cat >>conftest.$ac_ext <<_ACEOF
20260 /* end confdefs.h. */
20261 #ifdef HAVE_LINUX_INPUT_H
20262 #include <linux/input.h>
20263 #endif
20266 main ()
20268 static struct ff_effect ac_aggr;
20269 if (ac_aggr.direction)
20270 return 0;
20272 return 0;
20274 _ACEOF
20275 rm -f conftest.$ac_objext
20276 if { (ac_try="$ac_compile"
20277 case "(($ac_try" in
20278 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20279 *) ac_try_echo=$ac_try;;
20280 esac
20281 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
20282 $as_echo "$ac_try_echo") >&5
20283 (eval "$ac_compile") 2>conftest.er1
20284 ac_status=$?
20285 grep -v '^ *+' conftest.er1 >conftest.err
20286 rm -f conftest.er1
20287 cat conftest.err >&5
20288 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
20289 (exit $ac_status); } && {
20290 test -z "$ac_c_werror_flag" ||
20291 test ! -s conftest.err
20292 } && test -s conftest.$ac_objext; then
20293 ac_cv_member_struct_ff_effect_direction=yes
20294 else
20295 $as_echo "$as_me: failed program was:" >&5
20296 sed 's/^/| /' conftest.$ac_ext >&5
20298 cat >conftest.$ac_ext <<_ACEOF
20299 /* confdefs.h. */
20300 _ACEOF
20301 cat confdefs.h >>conftest.$ac_ext
20302 cat >>conftest.$ac_ext <<_ACEOF
20303 /* end confdefs.h. */
20304 #ifdef HAVE_LINUX_INPUT_H
20305 #include <linux/input.h>
20306 #endif
20309 main ()
20311 static struct ff_effect ac_aggr;
20312 if (sizeof ac_aggr.direction)
20313 return 0;
20315 return 0;
20317 _ACEOF
20318 rm -f conftest.$ac_objext
20319 if { (ac_try="$ac_compile"
20320 case "(($ac_try" in
20321 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20322 *) ac_try_echo=$ac_try;;
20323 esac
20324 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
20325 $as_echo "$ac_try_echo") >&5
20326 (eval "$ac_compile") 2>conftest.er1
20327 ac_status=$?
20328 grep -v '^ *+' conftest.er1 >conftest.err
20329 rm -f conftest.er1
20330 cat conftest.err >&5
20331 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
20332 (exit $ac_status); } && {
20333 test -z "$ac_c_werror_flag" ||
20334 test ! -s conftest.err
20335 } && test -s conftest.$ac_objext; then
20336 ac_cv_member_struct_ff_effect_direction=yes
20337 else
20338 $as_echo "$as_me: failed program was:" >&5
20339 sed 's/^/| /' conftest.$ac_ext >&5
20341 ac_cv_member_struct_ff_effect_direction=no
20344 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20347 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20349 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_ff_effect_direction" >&5
20350 $as_echo "$ac_cv_member_struct_ff_effect_direction" >&6; }
20351 if test "x$ac_cv_member_struct_ff_effect_direction" = x""yes; then
20353 cat >>confdefs.h <<_ACEOF
20354 #define HAVE_STRUCT_FF_EFFECT_DIRECTION 1
20355 _ACEOF
20361 { $as_echo "$as_me:$LINENO: checking for sigaddset" >&5
20362 $as_echo_n "checking for sigaddset... " >&6; }
20363 if test "${wine_cv_have_sigaddset+set}" = set; then
20364 $as_echo_n "(cached) " >&6
20365 else
20366 cat >conftest.$ac_ext <<_ACEOF
20367 /* confdefs.h. */
20368 _ACEOF
20369 cat confdefs.h >>conftest.$ac_ext
20370 cat >>conftest.$ac_ext <<_ACEOF
20371 /* end confdefs.h. */
20372 #include <signal.h>
20374 main ()
20376 sigset_t set; sigaddset(&set,SIGTERM);
20378 return 0;
20380 _ACEOF
20381 rm -f conftest.$ac_objext conftest$ac_exeext
20382 if { (ac_try="$ac_link"
20383 case "(($ac_try" in
20384 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20385 *) ac_try_echo=$ac_try;;
20386 esac
20387 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
20388 $as_echo "$ac_try_echo") >&5
20389 (eval "$ac_link") 2>conftest.er1
20390 ac_status=$?
20391 grep -v '^ *+' conftest.er1 >conftest.err
20392 rm -f conftest.er1
20393 cat conftest.err >&5
20394 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
20395 (exit $ac_status); } && {
20396 test -z "$ac_c_werror_flag" ||
20397 test ! -s conftest.err
20398 } && test -s conftest$ac_exeext && {
20399 test "$cross_compiling" = yes ||
20400 $as_test_x conftest$ac_exeext
20401 }; then
20402 wine_cv_have_sigaddset=yes
20403 else
20404 $as_echo "$as_me: failed program was:" >&5
20405 sed 's/^/| /' conftest.$ac_ext >&5
20407 wine_cv_have_sigaddset=no
20410 rm -rf conftest.dSYM
20411 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
20412 conftest$ac_exeext conftest.$ac_ext
20414 { $as_echo "$as_me:$LINENO: result: $wine_cv_have_sigaddset" >&5
20415 $as_echo "$wine_cv_have_sigaddset" >&6; }
20416 if test "$wine_cv_have_sigaddset" = "yes"
20417 then
20419 cat >>confdefs.h <<\_ACEOF
20420 #define HAVE_SIGADDSET 1
20421 _ACEOF
20426 { $as_echo "$as_me:$LINENO: checking whether we can use re-entrant gethostbyname_r Linux style" >&5
20427 $as_echo_n "checking whether we can use re-entrant gethostbyname_r Linux style... " >&6; }
20428 if test "${wine_cv_linux_gethostbyname_r_6+set}" = set; then
20429 $as_echo_n "(cached) " >&6
20430 else
20431 cat >conftest.$ac_ext <<_ACEOF
20432 /* confdefs.h. */
20433 _ACEOF
20434 cat confdefs.h >>conftest.$ac_ext
20435 cat >>conftest.$ac_ext <<_ACEOF
20436 /* end confdefs.h. */
20437 #include <netdb.h>
20439 main ()
20442 char *name=0;
20443 struct hostent he;
20444 struct hostent *result;
20445 char *buf=0;
20446 int bufsize=0;
20447 int res,errnr;
20448 char *addr=0;
20449 int addrlen=0;
20450 int addrtype=0;
20451 res=gethostbyname_r(name,&he,buf,bufsize,&result,&errnr);
20452 res=gethostbyaddr_r(addr, addrlen, addrtype,&he,buf,bufsize,&result,&errnr);
20455 return 0;
20457 _ACEOF
20458 rm -f conftest.$ac_objext conftest$ac_exeext
20459 if { (ac_try="$ac_link"
20460 case "(($ac_try" in
20461 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20462 *) ac_try_echo=$ac_try;;
20463 esac
20464 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
20465 $as_echo "$ac_try_echo") >&5
20466 (eval "$ac_link") 2>conftest.er1
20467 ac_status=$?
20468 grep -v '^ *+' conftest.er1 >conftest.err
20469 rm -f conftest.er1
20470 cat conftest.err >&5
20471 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
20472 (exit $ac_status); } && {
20473 test -z "$ac_c_werror_flag" ||
20474 test ! -s conftest.err
20475 } && test -s conftest$ac_exeext && {
20476 test "$cross_compiling" = yes ||
20477 $as_test_x conftest$ac_exeext
20478 }; then
20479 wine_cv_linux_gethostbyname_r_6=yes
20480 else
20481 $as_echo "$as_me: failed program was:" >&5
20482 sed 's/^/| /' conftest.$ac_ext >&5
20484 wine_cv_linux_gethostbyname_r_6=no
20488 rm -rf conftest.dSYM
20489 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
20490 conftest$ac_exeext conftest.$ac_ext
20493 { $as_echo "$as_me:$LINENO: result: $wine_cv_linux_gethostbyname_r_6" >&5
20494 $as_echo "$wine_cv_linux_gethostbyname_r_6" >&6; }
20495 if test "$wine_cv_linux_gethostbyname_r_6" = "yes"
20496 then
20498 cat >>confdefs.h <<\_ACEOF
20499 #define HAVE_LINUX_GETHOSTBYNAME_R_6 1
20500 _ACEOF
20504 if test "$ac_cv_header_linux_joystick_h" = "yes"
20505 then
20506 { $as_echo "$as_me:$LINENO: checking whether linux/joystick.h uses the Linux 2.2+ API" >&5
20507 $as_echo_n "checking whether linux/joystick.h uses the Linux 2.2+ API... " >&6; }
20508 if test "${wine_cv_linux_joystick_22_api+set}" = set; then
20509 $as_echo_n "(cached) " >&6
20510 else
20511 cat >conftest.$ac_ext <<_ACEOF
20512 /* confdefs.h. */
20513 _ACEOF
20514 cat confdefs.h >>conftest.$ac_ext
20515 cat >>conftest.$ac_ext <<_ACEOF
20516 /* end confdefs.h. */
20518 #include <sys/ioctl.h>
20519 #include <sys/types.h>
20520 #include <linux/joystick.h>
20522 struct js_event blub;
20523 #if !defined(JS_EVENT_AXIS) || !defined(JS_EVENT_BUTTON)
20524 #error "no 2.2 header"
20525 #endif
20528 main ()
20530 /*empty*/
20532 return 0;
20534 _ACEOF
20535 rm -f conftest.$ac_objext
20536 if { (ac_try="$ac_compile"
20537 case "(($ac_try" in
20538 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20539 *) ac_try_echo=$ac_try;;
20540 esac
20541 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
20542 $as_echo "$ac_try_echo") >&5
20543 (eval "$ac_compile") 2>conftest.er1
20544 ac_status=$?
20545 grep -v '^ *+' conftest.er1 >conftest.err
20546 rm -f conftest.er1
20547 cat conftest.err >&5
20548 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
20549 (exit $ac_status); } && {
20550 test -z "$ac_c_werror_flag" ||
20551 test ! -s conftest.err
20552 } && test -s conftest.$ac_objext; then
20553 wine_cv_linux_joystick_22_api=yes
20554 else
20555 $as_echo "$as_me: failed program was:" >&5
20556 sed 's/^/| /' conftest.$ac_ext >&5
20558 wine_cv_linux_joystick_22_api=no
20561 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20564 { $as_echo "$as_me:$LINENO: result: $wine_cv_linux_joystick_22_api" >&5
20565 $as_echo "$wine_cv_linux_joystick_22_api" >&6; }
20566 if test "$wine_cv_linux_joystick_22_api" = "yes"
20567 then
20569 cat >>confdefs.h <<\_ACEOF
20570 #define HAVE_LINUX_22_JOYSTICK_API 1
20571 _ACEOF
20577 { $as_echo "$as_me:$LINENO: checking for struct statfs.f_bfree" >&5
20578 $as_echo_n "checking for struct statfs.f_bfree... " >&6; }
20579 if test "${ac_cv_member_struct_statfs_f_bfree+set}" = set; then
20580 $as_echo_n "(cached) " >&6
20581 else
20582 cat >conftest.$ac_ext <<_ACEOF
20583 /* confdefs.h. */
20584 _ACEOF
20585 cat confdefs.h >>conftest.$ac_ext
20586 cat >>conftest.$ac_ext <<_ACEOF
20587 /* end confdefs.h. */
20588 #include <sys/types.h>
20589 #ifdef HAVE_SYS_PARAM_H
20590 # include <sys/param.h>
20591 #endif
20592 #ifdef HAVE_SYS_MOUNT_H
20593 # include <sys/mount.h>
20594 #endif
20595 #ifdef HAVE_SYS_VFS_H
20596 # include <sys/vfs.h>
20597 #endif
20598 #ifdef HAVE_SYS_STATFS_H
20599 # include <sys/statfs.h>
20600 #endif
20603 main ()
20605 static struct statfs ac_aggr;
20606 if (ac_aggr.f_bfree)
20607 return 0;
20609 return 0;
20611 _ACEOF
20612 rm -f conftest.$ac_objext
20613 if { (ac_try="$ac_compile"
20614 case "(($ac_try" in
20615 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20616 *) ac_try_echo=$ac_try;;
20617 esac
20618 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
20619 $as_echo "$ac_try_echo") >&5
20620 (eval "$ac_compile") 2>conftest.er1
20621 ac_status=$?
20622 grep -v '^ *+' conftest.er1 >conftest.err
20623 rm -f conftest.er1
20624 cat conftest.err >&5
20625 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
20626 (exit $ac_status); } && {
20627 test -z "$ac_c_werror_flag" ||
20628 test ! -s conftest.err
20629 } && test -s conftest.$ac_objext; then
20630 ac_cv_member_struct_statfs_f_bfree=yes
20631 else
20632 $as_echo "$as_me: failed program was:" >&5
20633 sed 's/^/| /' conftest.$ac_ext >&5
20635 cat >conftest.$ac_ext <<_ACEOF
20636 /* confdefs.h. */
20637 _ACEOF
20638 cat confdefs.h >>conftest.$ac_ext
20639 cat >>conftest.$ac_ext <<_ACEOF
20640 /* end confdefs.h. */
20641 #include <sys/types.h>
20642 #ifdef HAVE_SYS_PARAM_H
20643 # include <sys/param.h>
20644 #endif
20645 #ifdef HAVE_SYS_MOUNT_H
20646 # include <sys/mount.h>
20647 #endif
20648 #ifdef HAVE_SYS_VFS_H
20649 # include <sys/vfs.h>
20650 #endif
20651 #ifdef HAVE_SYS_STATFS_H
20652 # include <sys/statfs.h>
20653 #endif
20656 main ()
20658 static struct statfs ac_aggr;
20659 if (sizeof ac_aggr.f_bfree)
20660 return 0;
20662 return 0;
20664 _ACEOF
20665 rm -f conftest.$ac_objext
20666 if { (ac_try="$ac_compile"
20667 case "(($ac_try" in
20668 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20669 *) ac_try_echo=$ac_try;;
20670 esac
20671 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
20672 $as_echo "$ac_try_echo") >&5
20673 (eval "$ac_compile") 2>conftest.er1
20674 ac_status=$?
20675 grep -v '^ *+' conftest.er1 >conftest.err
20676 rm -f conftest.er1
20677 cat conftest.err >&5
20678 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
20679 (exit $ac_status); } && {
20680 test -z "$ac_c_werror_flag" ||
20681 test ! -s conftest.err
20682 } && test -s conftest.$ac_objext; then
20683 ac_cv_member_struct_statfs_f_bfree=yes
20684 else
20685 $as_echo "$as_me: failed program was:" >&5
20686 sed 's/^/| /' conftest.$ac_ext >&5
20688 ac_cv_member_struct_statfs_f_bfree=no
20691 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20694 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20696 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_statfs_f_bfree" >&5
20697 $as_echo "$ac_cv_member_struct_statfs_f_bfree" >&6; }
20698 if test "x$ac_cv_member_struct_statfs_f_bfree" = x""yes; then
20700 cat >>confdefs.h <<_ACEOF
20701 #define HAVE_STRUCT_STATFS_F_BFREE 1
20702 _ACEOF
20706 { $as_echo "$as_me:$LINENO: checking for struct statfs.f_bavail" >&5
20707 $as_echo_n "checking for struct statfs.f_bavail... " >&6; }
20708 if test "${ac_cv_member_struct_statfs_f_bavail+set}" = set; then
20709 $as_echo_n "(cached) " >&6
20710 else
20711 cat >conftest.$ac_ext <<_ACEOF
20712 /* confdefs.h. */
20713 _ACEOF
20714 cat confdefs.h >>conftest.$ac_ext
20715 cat >>conftest.$ac_ext <<_ACEOF
20716 /* end confdefs.h. */
20717 #include <sys/types.h>
20718 #ifdef HAVE_SYS_PARAM_H
20719 # include <sys/param.h>
20720 #endif
20721 #ifdef HAVE_SYS_MOUNT_H
20722 # include <sys/mount.h>
20723 #endif
20724 #ifdef HAVE_SYS_VFS_H
20725 # include <sys/vfs.h>
20726 #endif
20727 #ifdef HAVE_SYS_STATFS_H
20728 # include <sys/statfs.h>
20729 #endif
20732 main ()
20734 static struct statfs ac_aggr;
20735 if (ac_aggr.f_bavail)
20736 return 0;
20738 return 0;
20740 _ACEOF
20741 rm -f conftest.$ac_objext
20742 if { (ac_try="$ac_compile"
20743 case "(($ac_try" in
20744 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20745 *) ac_try_echo=$ac_try;;
20746 esac
20747 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
20748 $as_echo "$ac_try_echo") >&5
20749 (eval "$ac_compile") 2>conftest.er1
20750 ac_status=$?
20751 grep -v '^ *+' conftest.er1 >conftest.err
20752 rm -f conftest.er1
20753 cat conftest.err >&5
20754 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
20755 (exit $ac_status); } && {
20756 test -z "$ac_c_werror_flag" ||
20757 test ! -s conftest.err
20758 } && test -s conftest.$ac_objext; then
20759 ac_cv_member_struct_statfs_f_bavail=yes
20760 else
20761 $as_echo "$as_me: failed program was:" >&5
20762 sed 's/^/| /' conftest.$ac_ext >&5
20764 cat >conftest.$ac_ext <<_ACEOF
20765 /* confdefs.h. */
20766 _ACEOF
20767 cat confdefs.h >>conftest.$ac_ext
20768 cat >>conftest.$ac_ext <<_ACEOF
20769 /* end confdefs.h. */
20770 #include <sys/types.h>
20771 #ifdef HAVE_SYS_PARAM_H
20772 # include <sys/param.h>
20773 #endif
20774 #ifdef HAVE_SYS_MOUNT_H
20775 # include <sys/mount.h>
20776 #endif
20777 #ifdef HAVE_SYS_VFS_H
20778 # include <sys/vfs.h>
20779 #endif
20780 #ifdef HAVE_SYS_STATFS_H
20781 # include <sys/statfs.h>
20782 #endif
20785 main ()
20787 static struct statfs ac_aggr;
20788 if (sizeof ac_aggr.f_bavail)
20789 return 0;
20791 return 0;
20793 _ACEOF
20794 rm -f conftest.$ac_objext
20795 if { (ac_try="$ac_compile"
20796 case "(($ac_try" in
20797 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20798 *) ac_try_echo=$ac_try;;
20799 esac
20800 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
20801 $as_echo "$ac_try_echo") >&5
20802 (eval "$ac_compile") 2>conftest.er1
20803 ac_status=$?
20804 grep -v '^ *+' conftest.er1 >conftest.err
20805 rm -f conftest.er1
20806 cat conftest.err >&5
20807 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
20808 (exit $ac_status); } && {
20809 test -z "$ac_c_werror_flag" ||
20810 test ! -s conftest.err
20811 } && test -s conftest.$ac_objext; then
20812 ac_cv_member_struct_statfs_f_bavail=yes
20813 else
20814 $as_echo "$as_me: failed program was:" >&5
20815 sed 's/^/| /' conftest.$ac_ext >&5
20817 ac_cv_member_struct_statfs_f_bavail=no
20820 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20823 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20825 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_statfs_f_bavail" >&5
20826 $as_echo "$ac_cv_member_struct_statfs_f_bavail" >&6; }
20827 if test "x$ac_cv_member_struct_statfs_f_bavail" = x""yes; then
20829 cat >>confdefs.h <<_ACEOF
20830 #define HAVE_STRUCT_STATFS_F_BAVAIL 1
20831 _ACEOF
20835 { $as_echo "$as_me:$LINENO: checking for struct statfs.f_frsize" >&5
20836 $as_echo_n "checking for struct statfs.f_frsize... " >&6; }
20837 if test "${ac_cv_member_struct_statfs_f_frsize+set}" = set; then
20838 $as_echo_n "(cached) " >&6
20839 else
20840 cat >conftest.$ac_ext <<_ACEOF
20841 /* confdefs.h. */
20842 _ACEOF
20843 cat confdefs.h >>conftest.$ac_ext
20844 cat >>conftest.$ac_ext <<_ACEOF
20845 /* end confdefs.h. */
20846 #include <sys/types.h>
20847 #ifdef HAVE_SYS_PARAM_H
20848 # include <sys/param.h>
20849 #endif
20850 #ifdef HAVE_SYS_MOUNT_H
20851 # include <sys/mount.h>
20852 #endif
20853 #ifdef HAVE_SYS_VFS_H
20854 # include <sys/vfs.h>
20855 #endif
20856 #ifdef HAVE_SYS_STATFS_H
20857 # include <sys/statfs.h>
20858 #endif
20861 main ()
20863 static struct statfs ac_aggr;
20864 if (ac_aggr.f_frsize)
20865 return 0;
20867 return 0;
20869 _ACEOF
20870 rm -f conftest.$ac_objext
20871 if { (ac_try="$ac_compile"
20872 case "(($ac_try" in
20873 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20874 *) ac_try_echo=$ac_try;;
20875 esac
20876 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
20877 $as_echo "$ac_try_echo") >&5
20878 (eval "$ac_compile") 2>conftest.er1
20879 ac_status=$?
20880 grep -v '^ *+' conftest.er1 >conftest.err
20881 rm -f conftest.er1
20882 cat conftest.err >&5
20883 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
20884 (exit $ac_status); } && {
20885 test -z "$ac_c_werror_flag" ||
20886 test ! -s conftest.err
20887 } && test -s conftest.$ac_objext; then
20888 ac_cv_member_struct_statfs_f_frsize=yes
20889 else
20890 $as_echo "$as_me: failed program was:" >&5
20891 sed 's/^/| /' conftest.$ac_ext >&5
20893 cat >conftest.$ac_ext <<_ACEOF
20894 /* confdefs.h. */
20895 _ACEOF
20896 cat confdefs.h >>conftest.$ac_ext
20897 cat >>conftest.$ac_ext <<_ACEOF
20898 /* end confdefs.h. */
20899 #include <sys/types.h>
20900 #ifdef HAVE_SYS_PARAM_H
20901 # include <sys/param.h>
20902 #endif
20903 #ifdef HAVE_SYS_MOUNT_H
20904 # include <sys/mount.h>
20905 #endif
20906 #ifdef HAVE_SYS_VFS_H
20907 # include <sys/vfs.h>
20908 #endif
20909 #ifdef HAVE_SYS_STATFS_H
20910 # include <sys/statfs.h>
20911 #endif
20914 main ()
20916 static struct statfs ac_aggr;
20917 if (sizeof ac_aggr.f_frsize)
20918 return 0;
20920 return 0;
20922 _ACEOF
20923 rm -f conftest.$ac_objext
20924 if { (ac_try="$ac_compile"
20925 case "(($ac_try" in
20926 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20927 *) ac_try_echo=$ac_try;;
20928 esac
20929 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
20930 $as_echo "$ac_try_echo") >&5
20931 (eval "$ac_compile") 2>conftest.er1
20932 ac_status=$?
20933 grep -v '^ *+' conftest.er1 >conftest.err
20934 rm -f conftest.er1
20935 cat conftest.err >&5
20936 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
20937 (exit $ac_status); } && {
20938 test -z "$ac_c_werror_flag" ||
20939 test ! -s conftest.err
20940 } && test -s conftest.$ac_objext; then
20941 ac_cv_member_struct_statfs_f_frsize=yes
20942 else
20943 $as_echo "$as_me: failed program was:" >&5
20944 sed 's/^/| /' conftest.$ac_ext >&5
20946 ac_cv_member_struct_statfs_f_frsize=no
20949 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20952 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20954 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_statfs_f_frsize" >&5
20955 $as_echo "$ac_cv_member_struct_statfs_f_frsize" >&6; }
20956 if test "x$ac_cv_member_struct_statfs_f_frsize" = x""yes; then
20958 cat >>confdefs.h <<_ACEOF
20959 #define HAVE_STRUCT_STATFS_F_FRSIZE 1
20960 _ACEOF
20964 { $as_echo "$as_me:$LINENO: checking for struct statfs.f_ffree" >&5
20965 $as_echo_n "checking for struct statfs.f_ffree... " >&6; }
20966 if test "${ac_cv_member_struct_statfs_f_ffree+set}" = set; then
20967 $as_echo_n "(cached) " >&6
20968 else
20969 cat >conftest.$ac_ext <<_ACEOF
20970 /* confdefs.h. */
20971 _ACEOF
20972 cat confdefs.h >>conftest.$ac_ext
20973 cat >>conftest.$ac_ext <<_ACEOF
20974 /* end confdefs.h. */
20975 #include <sys/types.h>
20976 #ifdef HAVE_SYS_PARAM_H
20977 # include <sys/param.h>
20978 #endif
20979 #ifdef HAVE_SYS_MOUNT_H
20980 # include <sys/mount.h>
20981 #endif
20982 #ifdef HAVE_SYS_VFS_H
20983 # include <sys/vfs.h>
20984 #endif
20985 #ifdef HAVE_SYS_STATFS_H
20986 # include <sys/statfs.h>
20987 #endif
20990 main ()
20992 static struct statfs ac_aggr;
20993 if (ac_aggr.f_ffree)
20994 return 0;
20996 return 0;
20998 _ACEOF
20999 rm -f conftest.$ac_objext
21000 if { (ac_try="$ac_compile"
21001 case "(($ac_try" in
21002 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21003 *) ac_try_echo=$ac_try;;
21004 esac
21005 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
21006 $as_echo "$ac_try_echo") >&5
21007 (eval "$ac_compile") 2>conftest.er1
21008 ac_status=$?
21009 grep -v '^ *+' conftest.er1 >conftest.err
21010 rm -f conftest.er1
21011 cat conftest.err >&5
21012 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
21013 (exit $ac_status); } && {
21014 test -z "$ac_c_werror_flag" ||
21015 test ! -s conftest.err
21016 } && test -s conftest.$ac_objext; then
21017 ac_cv_member_struct_statfs_f_ffree=yes
21018 else
21019 $as_echo "$as_me: failed program was:" >&5
21020 sed 's/^/| /' conftest.$ac_ext >&5
21022 cat >conftest.$ac_ext <<_ACEOF
21023 /* confdefs.h. */
21024 _ACEOF
21025 cat confdefs.h >>conftest.$ac_ext
21026 cat >>conftest.$ac_ext <<_ACEOF
21027 /* end confdefs.h. */
21028 #include <sys/types.h>
21029 #ifdef HAVE_SYS_PARAM_H
21030 # include <sys/param.h>
21031 #endif
21032 #ifdef HAVE_SYS_MOUNT_H
21033 # include <sys/mount.h>
21034 #endif
21035 #ifdef HAVE_SYS_VFS_H
21036 # include <sys/vfs.h>
21037 #endif
21038 #ifdef HAVE_SYS_STATFS_H
21039 # include <sys/statfs.h>
21040 #endif
21043 main ()
21045 static struct statfs ac_aggr;
21046 if (sizeof ac_aggr.f_ffree)
21047 return 0;
21049 return 0;
21051 _ACEOF
21052 rm -f conftest.$ac_objext
21053 if { (ac_try="$ac_compile"
21054 case "(($ac_try" in
21055 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21056 *) ac_try_echo=$ac_try;;
21057 esac
21058 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
21059 $as_echo "$ac_try_echo") >&5
21060 (eval "$ac_compile") 2>conftest.er1
21061 ac_status=$?
21062 grep -v '^ *+' conftest.er1 >conftest.err
21063 rm -f conftest.er1
21064 cat conftest.err >&5
21065 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
21066 (exit $ac_status); } && {
21067 test -z "$ac_c_werror_flag" ||
21068 test ! -s conftest.err
21069 } && test -s conftest.$ac_objext; then
21070 ac_cv_member_struct_statfs_f_ffree=yes
21071 else
21072 $as_echo "$as_me: failed program was:" >&5
21073 sed 's/^/| /' conftest.$ac_ext >&5
21075 ac_cv_member_struct_statfs_f_ffree=no
21078 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21081 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21083 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_statfs_f_ffree" >&5
21084 $as_echo "$ac_cv_member_struct_statfs_f_ffree" >&6; }
21085 if test "x$ac_cv_member_struct_statfs_f_ffree" = x""yes; then
21087 cat >>confdefs.h <<_ACEOF
21088 #define HAVE_STRUCT_STATFS_F_FFREE 1
21089 _ACEOF
21093 { $as_echo "$as_me:$LINENO: checking for struct statfs.f_favail" >&5
21094 $as_echo_n "checking for struct statfs.f_favail... " >&6; }
21095 if test "${ac_cv_member_struct_statfs_f_favail+set}" = set; then
21096 $as_echo_n "(cached) " >&6
21097 else
21098 cat >conftest.$ac_ext <<_ACEOF
21099 /* confdefs.h. */
21100 _ACEOF
21101 cat confdefs.h >>conftest.$ac_ext
21102 cat >>conftest.$ac_ext <<_ACEOF
21103 /* end confdefs.h. */
21104 #include <sys/types.h>
21105 #ifdef HAVE_SYS_PARAM_H
21106 # include <sys/param.h>
21107 #endif
21108 #ifdef HAVE_SYS_MOUNT_H
21109 # include <sys/mount.h>
21110 #endif
21111 #ifdef HAVE_SYS_VFS_H
21112 # include <sys/vfs.h>
21113 #endif
21114 #ifdef HAVE_SYS_STATFS_H
21115 # include <sys/statfs.h>
21116 #endif
21119 main ()
21121 static struct statfs ac_aggr;
21122 if (ac_aggr.f_favail)
21123 return 0;
21125 return 0;
21127 _ACEOF
21128 rm -f conftest.$ac_objext
21129 if { (ac_try="$ac_compile"
21130 case "(($ac_try" in
21131 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21132 *) ac_try_echo=$ac_try;;
21133 esac
21134 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
21135 $as_echo "$ac_try_echo") >&5
21136 (eval "$ac_compile") 2>conftest.er1
21137 ac_status=$?
21138 grep -v '^ *+' conftest.er1 >conftest.err
21139 rm -f conftest.er1
21140 cat conftest.err >&5
21141 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
21142 (exit $ac_status); } && {
21143 test -z "$ac_c_werror_flag" ||
21144 test ! -s conftest.err
21145 } && test -s conftest.$ac_objext; then
21146 ac_cv_member_struct_statfs_f_favail=yes
21147 else
21148 $as_echo "$as_me: failed program was:" >&5
21149 sed 's/^/| /' conftest.$ac_ext >&5
21151 cat >conftest.$ac_ext <<_ACEOF
21152 /* confdefs.h. */
21153 _ACEOF
21154 cat confdefs.h >>conftest.$ac_ext
21155 cat >>conftest.$ac_ext <<_ACEOF
21156 /* end confdefs.h. */
21157 #include <sys/types.h>
21158 #ifdef HAVE_SYS_PARAM_H
21159 # include <sys/param.h>
21160 #endif
21161 #ifdef HAVE_SYS_MOUNT_H
21162 # include <sys/mount.h>
21163 #endif
21164 #ifdef HAVE_SYS_VFS_H
21165 # include <sys/vfs.h>
21166 #endif
21167 #ifdef HAVE_SYS_STATFS_H
21168 # include <sys/statfs.h>
21169 #endif
21172 main ()
21174 static struct statfs ac_aggr;
21175 if (sizeof ac_aggr.f_favail)
21176 return 0;
21178 return 0;
21180 _ACEOF
21181 rm -f conftest.$ac_objext
21182 if { (ac_try="$ac_compile"
21183 case "(($ac_try" in
21184 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21185 *) ac_try_echo=$ac_try;;
21186 esac
21187 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
21188 $as_echo "$ac_try_echo") >&5
21189 (eval "$ac_compile") 2>conftest.er1
21190 ac_status=$?
21191 grep -v '^ *+' conftest.er1 >conftest.err
21192 rm -f conftest.er1
21193 cat conftest.err >&5
21194 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
21195 (exit $ac_status); } && {
21196 test -z "$ac_c_werror_flag" ||
21197 test ! -s conftest.err
21198 } && test -s conftest.$ac_objext; then
21199 ac_cv_member_struct_statfs_f_favail=yes
21200 else
21201 $as_echo "$as_me: failed program was:" >&5
21202 sed 's/^/| /' conftest.$ac_ext >&5
21204 ac_cv_member_struct_statfs_f_favail=no
21207 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21210 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21212 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_statfs_f_favail" >&5
21213 $as_echo "$ac_cv_member_struct_statfs_f_favail" >&6; }
21214 if test "x$ac_cv_member_struct_statfs_f_favail" = x""yes; then
21216 cat >>confdefs.h <<_ACEOF
21217 #define HAVE_STRUCT_STATFS_F_FAVAIL 1
21218 _ACEOF
21222 { $as_echo "$as_me:$LINENO: checking for struct statfs.f_namelen" >&5
21223 $as_echo_n "checking for struct statfs.f_namelen... " >&6; }
21224 if test "${ac_cv_member_struct_statfs_f_namelen+set}" = set; then
21225 $as_echo_n "(cached) " >&6
21226 else
21227 cat >conftest.$ac_ext <<_ACEOF
21228 /* confdefs.h. */
21229 _ACEOF
21230 cat confdefs.h >>conftest.$ac_ext
21231 cat >>conftest.$ac_ext <<_ACEOF
21232 /* end confdefs.h. */
21233 #include <sys/types.h>
21234 #ifdef HAVE_SYS_PARAM_H
21235 # include <sys/param.h>
21236 #endif
21237 #ifdef HAVE_SYS_MOUNT_H
21238 # include <sys/mount.h>
21239 #endif
21240 #ifdef HAVE_SYS_VFS_H
21241 # include <sys/vfs.h>
21242 #endif
21243 #ifdef HAVE_SYS_STATFS_H
21244 # include <sys/statfs.h>
21245 #endif
21248 main ()
21250 static struct statfs ac_aggr;
21251 if (ac_aggr.f_namelen)
21252 return 0;
21254 return 0;
21256 _ACEOF
21257 rm -f conftest.$ac_objext
21258 if { (ac_try="$ac_compile"
21259 case "(($ac_try" in
21260 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21261 *) ac_try_echo=$ac_try;;
21262 esac
21263 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
21264 $as_echo "$ac_try_echo") >&5
21265 (eval "$ac_compile") 2>conftest.er1
21266 ac_status=$?
21267 grep -v '^ *+' conftest.er1 >conftest.err
21268 rm -f conftest.er1
21269 cat conftest.err >&5
21270 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
21271 (exit $ac_status); } && {
21272 test -z "$ac_c_werror_flag" ||
21273 test ! -s conftest.err
21274 } && test -s conftest.$ac_objext; then
21275 ac_cv_member_struct_statfs_f_namelen=yes
21276 else
21277 $as_echo "$as_me: failed program was:" >&5
21278 sed 's/^/| /' conftest.$ac_ext >&5
21280 cat >conftest.$ac_ext <<_ACEOF
21281 /* confdefs.h. */
21282 _ACEOF
21283 cat confdefs.h >>conftest.$ac_ext
21284 cat >>conftest.$ac_ext <<_ACEOF
21285 /* end confdefs.h. */
21286 #include <sys/types.h>
21287 #ifdef HAVE_SYS_PARAM_H
21288 # include <sys/param.h>
21289 #endif
21290 #ifdef HAVE_SYS_MOUNT_H
21291 # include <sys/mount.h>
21292 #endif
21293 #ifdef HAVE_SYS_VFS_H
21294 # include <sys/vfs.h>
21295 #endif
21296 #ifdef HAVE_SYS_STATFS_H
21297 # include <sys/statfs.h>
21298 #endif
21301 main ()
21303 static struct statfs ac_aggr;
21304 if (sizeof ac_aggr.f_namelen)
21305 return 0;
21307 return 0;
21309 _ACEOF
21310 rm -f conftest.$ac_objext
21311 if { (ac_try="$ac_compile"
21312 case "(($ac_try" in
21313 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21314 *) ac_try_echo=$ac_try;;
21315 esac
21316 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
21317 $as_echo "$ac_try_echo") >&5
21318 (eval "$ac_compile") 2>conftest.er1
21319 ac_status=$?
21320 grep -v '^ *+' conftest.er1 >conftest.err
21321 rm -f conftest.er1
21322 cat conftest.err >&5
21323 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
21324 (exit $ac_status); } && {
21325 test -z "$ac_c_werror_flag" ||
21326 test ! -s conftest.err
21327 } && test -s conftest.$ac_objext; then
21328 ac_cv_member_struct_statfs_f_namelen=yes
21329 else
21330 $as_echo "$as_me: failed program was:" >&5
21331 sed 's/^/| /' conftest.$ac_ext >&5
21333 ac_cv_member_struct_statfs_f_namelen=no
21336 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21339 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21341 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_statfs_f_namelen" >&5
21342 $as_echo "$ac_cv_member_struct_statfs_f_namelen" >&6; }
21343 if test "x$ac_cv_member_struct_statfs_f_namelen" = x""yes; then
21345 cat >>confdefs.h <<_ACEOF
21346 #define HAVE_STRUCT_STATFS_F_NAMELEN 1
21347 _ACEOF
21353 { $as_echo "$as_me:$LINENO: checking for struct statvfs.f_blocks" >&5
21354 $as_echo_n "checking for struct statvfs.f_blocks... " >&6; }
21355 if test "${ac_cv_member_struct_statvfs_f_blocks+set}" = set; then
21356 $as_echo_n "(cached) " >&6
21357 else
21358 cat >conftest.$ac_ext <<_ACEOF
21359 /* confdefs.h. */
21360 _ACEOF
21361 cat confdefs.h >>conftest.$ac_ext
21362 cat >>conftest.$ac_ext <<_ACEOF
21363 /* end confdefs.h. */
21364 #ifdef HAVE_SYS_STATVFS_H
21365 #include <sys/statvfs.h>
21366 #endif
21369 main ()
21371 static struct statvfs ac_aggr;
21372 if (ac_aggr.f_blocks)
21373 return 0;
21375 return 0;
21377 _ACEOF
21378 rm -f conftest.$ac_objext
21379 if { (ac_try="$ac_compile"
21380 case "(($ac_try" in
21381 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21382 *) ac_try_echo=$ac_try;;
21383 esac
21384 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
21385 $as_echo "$ac_try_echo") >&5
21386 (eval "$ac_compile") 2>conftest.er1
21387 ac_status=$?
21388 grep -v '^ *+' conftest.er1 >conftest.err
21389 rm -f conftest.er1
21390 cat conftest.err >&5
21391 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
21392 (exit $ac_status); } && {
21393 test -z "$ac_c_werror_flag" ||
21394 test ! -s conftest.err
21395 } && test -s conftest.$ac_objext; then
21396 ac_cv_member_struct_statvfs_f_blocks=yes
21397 else
21398 $as_echo "$as_me: failed program was:" >&5
21399 sed 's/^/| /' conftest.$ac_ext >&5
21401 cat >conftest.$ac_ext <<_ACEOF
21402 /* confdefs.h. */
21403 _ACEOF
21404 cat confdefs.h >>conftest.$ac_ext
21405 cat >>conftest.$ac_ext <<_ACEOF
21406 /* end confdefs.h. */
21407 #ifdef HAVE_SYS_STATVFS_H
21408 #include <sys/statvfs.h>
21409 #endif
21412 main ()
21414 static struct statvfs ac_aggr;
21415 if (sizeof ac_aggr.f_blocks)
21416 return 0;
21418 return 0;
21420 _ACEOF
21421 rm -f conftest.$ac_objext
21422 if { (ac_try="$ac_compile"
21423 case "(($ac_try" in
21424 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21425 *) ac_try_echo=$ac_try;;
21426 esac
21427 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
21428 $as_echo "$ac_try_echo") >&5
21429 (eval "$ac_compile") 2>conftest.er1
21430 ac_status=$?
21431 grep -v '^ *+' conftest.er1 >conftest.err
21432 rm -f conftest.er1
21433 cat conftest.err >&5
21434 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
21435 (exit $ac_status); } && {
21436 test -z "$ac_c_werror_flag" ||
21437 test ! -s conftest.err
21438 } && test -s conftest.$ac_objext; then
21439 ac_cv_member_struct_statvfs_f_blocks=yes
21440 else
21441 $as_echo "$as_me: failed program was:" >&5
21442 sed 's/^/| /' conftest.$ac_ext >&5
21444 ac_cv_member_struct_statvfs_f_blocks=no
21447 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21450 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21452 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_statvfs_f_blocks" >&5
21453 $as_echo "$ac_cv_member_struct_statvfs_f_blocks" >&6; }
21454 if test "x$ac_cv_member_struct_statvfs_f_blocks" = x""yes; then
21456 cat >>confdefs.h <<_ACEOF
21457 #define HAVE_STRUCT_STATVFS_F_BLOCKS 1
21458 _ACEOF
21464 { $as_echo "$as_me:$LINENO: checking for struct msghdr.msg_accrights" >&5
21465 $as_echo_n "checking for struct msghdr.msg_accrights... " >&6; }
21466 if test "${ac_cv_member_struct_msghdr_msg_accrights+set}" = set; then
21467 $as_echo_n "(cached) " >&6
21468 else
21469 cat >conftest.$ac_ext <<_ACEOF
21470 /* confdefs.h. */
21471 _ACEOF
21472 cat confdefs.h >>conftest.$ac_ext
21473 cat >>conftest.$ac_ext <<_ACEOF
21474 /* end confdefs.h. */
21475 #include <sys/types.h>
21476 #ifdef HAVE_SYS_SOCKET_H
21477 # include <sys/socket.h>
21478 #endif
21479 #ifdef HAVE_SYS_UN_H
21480 # include <sys/un.h>
21481 #endif
21484 main ()
21486 static struct msghdr ac_aggr;
21487 if (ac_aggr.msg_accrights)
21488 return 0;
21490 return 0;
21492 _ACEOF
21493 rm -f conftest.$ac_objext
21494 if { (ac_try="$ac_compile"
21495 case "(($ac_try" in
21496 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21497 *) ac_try_echo=$ac_try;;
21498 esac
21499 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
21500 $as_echo "$ac_try_echo") >&5
21501 (eval "$ac_compile") 2>conftest.er1
21502 ac_status=$?
21503 grep -v '^ *+' conftest.er1 >conftest.err
21504 rm -f conftest.er1
21505 cat conftest.err >&5
21506 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
21507 (exit $ac_status); } && {
21508 test -z "$ac_c_werror_flag" ||
21509 test ! -s conftest.err
21510 } && test -s conftest.$ac_objext; then
21511 ac_cv_member_struct_msghdr_msg_accrights=yes
21512 else
21513 $as_echo "$as_me: failed program was:" >&5
21514 sed 's/^/| /' conftest.$ac_ext >&5
21516 cat >conftest.$ac_ext <<_ACEOF
21517 /* confdefs.h. */
21518 _ACEOF
21519 cat confdefs.h >>conftest.$ac_ext
21520 cat >>conftest.$ac_ext <<_ACEOF
21521 /* end confdefs.h. */
21522 #include <sys/types.h>
21523 #ifdef HAVE_SYS_SOCKET_H
21524 # include <sys/socket.h>
21525 #endif
21526 #ifdef HAVE_SYS_UN_H
21527 # include <sys/un.h>
21528 #endif
21531 main ()
21533 static struct msghdr ac_aggr;
21534 if (sizeof ac_aggr.msg_accrights)
21535 return 0;
21537 return 0;
21539 _ACEOF
21540 rm -f conftest.$ac_objext
21541 if { (ac_try="$ac_compile"
21542 case "(($ac_try" in
21543 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21544 *) ac_try_echo=$ac_try;;
21545 esac
21546 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
21547 $as_echo "$ac_try_echo") >&5
21548 (eval "$ac_compile") 2>conftest.er1
21549 ac_status=$?
21550 grep -v '^ *+' conftest.er1 >conftest.err
21551 rm -f conftest.er1
21552 cat conftest.err >&5
21553 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
21554 (exit $ac_status); } && {
21555 test -z "$ac_c_werror_flag" ||
21556 test ! -s conftest.err
21557 } && test -s conftest.$ac_objext; then
21558 ac_cv_member_struct_msghdr_msg_accrights=yes
21559 else
21560 $as_echo "$as_me: failed program was:" >&5
21561 sed 's/^/| /' conftest.$ac_ext >&5
21563 ac_cv_member_struct_msghdr_msg_accrights=no
21566 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21569 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21571 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_msghdr_msg_accrights" >&5
21572 $as_echo "$ac_cv_member_struct_msghdr_msg_accrights" >&6; }
21573 if test "x$ac_cv_member_struct_msghdr_msg_accrights" = x""yes; then
21575 cat >>confdefs.h <<_ACEOF
21576 #define HAVE_STRUCT_MSGHDR_MSG_ACCRIGHTS 1
21577 _ACEOF
21581 { $as_echo "$as_me:$LINENO: checking for struct sockaddr.sa_len" >&5
21582 $as_echo_n "checking for struct sockaddr.sa_len... " >&6; }
21583 if test "${ac_cv_member_struct_sockaddr_sa_len+set}" = set; then
21584 $as_echo_n "(cached) " >&6
21585 else
21586 cat >conftest.$ac_ext <<_ACEOF
21587 /* confdefs.h. */
21588 _ACEOF
21589 cat confdefs.h >>conftest.$ac_ext
21590 cat >>conftest.$ac_ext <<_ACEOF
21591 /* end confdefs.h. */
21592 #include <sys/types.h>
21593 #ifdef HAVE_SYS_SOCKET_H
21594 # include <sys/socket.h>
21595 #endif
21596 #ifdef HAVE_SYS_UN_H
21597 # include <sys/un.h>
21598 #endif
21601 main ()
21603 static struct sockaddr ac_aggr;
21604 if (ac_aggr.sa_len)
21605 return 0;
21607 return 0;
21609 _ACEOF
21610 rm -f conftest.$ac_objext
21611 if { (ac_try="$ac_compile"
21612 case "(($ac_try" in
21613 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21614 *) ac_try_echo=$ac_try;;
21615 esac
21616 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
21617 $as_echo "$ac_try_echo") >&5
21618 (eval "$ac_compile") 2>conftest.er1
21619 ac_status=$?
21620 grep -v '^ *+' conftest.er1 >conftest.err
21621 rm -f conftest.er1
21622 cat conftest.err >&5
21623 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
21624 (exit $ac_status); } && {
21625 test -z "$ac_c_werror_flag" ||
21626 test ! -s conftest.err
21627 } && test -s conftest.$ac_objext; then
21628 ac_cv_member_struct_sockaddr_sa_len=yes
21629 else
21630 $as_echo "$as_me: failed program was:" >&5
21631 sed 's/^/| /' conftest.$ac_ext >&5
21633 cat >conftest.$ac_ext <<_ACEOF
21634 /* confdefs.h. */
21635 _ACEOF
21636 cat confdefs.h >>conftest.$ac_ext
21637 cat >>conftest.$ac_ext <<_ACEOF
21638 /* end confdefs.h. */
21639 #include <sys/types.h>
21640 #ifdef HAVE_SYS_SOCKET_H
21641 # include <sys/socket.h>
21642 #endif
21643 #ifdef HAVE_SYS_UN_H
21644 # include <sys/un.h>
21645 #endif
21648 main ()
21650 static struct sockaddr ac_aggr;
21651 if (sizeof ac_aggr.sa_len)
21652 return 0;
21654 return 0;
21656 _ACEOF
21657 rm -f conftest.$ac_objext
21658 if { (ac_try="$ac_compile"
21659 case "(($ac_try" in
21660 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21661 *) ac_try_echo=$ac_try;;
21662 esac
21663 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
21664 $as_echo "$ac_try_echo") >&5
21665 (eval "$ac_compile") 2>conftest.er1
21666 ac_status=$?
21667 grep -v '^ *+' conftest.er1 >conftest.err
21668 rm -f conftest.er1
21669 cat conftest.err >&5
21670 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
21671 (exit $ac_status); } && {
21672 test -z "$ac_c_werror_flag" ||
21673 test ! -s conftest.err
21674 } && test -s conftest.$ac_objext; then
21675 ac_cv_member_struct_sockaddr_sa_len=yes
21676 else
21677 $as_echo "$as_me: failed program was:" >&5
21678 sed 's/^/| /' conftest.$ac_ext >&5
21680 ac_cv_member_struct_sockaddr_sa_len=no
21683 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21686 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21688 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_sockaddr_sa_len" >&5
21689 $as_echo "$ac_cv_member_struct_sockaddr_sa_len" >&6; }
21690 if test "x$ac_cv_member_struct_sockaddr_sa_len" = x""yes; then
21692 cat >>confdefs.h <<_ACEOF
21693 #define HAVE_STRUCT_SOCKADDR_SA_LEN 1
21694 _ACEOF
21698 { $as_echo "$as_me:$LINENO: checking for struct sockaddr_un.sun_len" >&5
21699 $as_echo_n "checking for struct sockaddr_un.sun_len... " >&6; }
21700 if test "${ac_cv_member_struct_sockaddr_un_sun_len+set}" = set; then
21701 $as_echo_n "(cached) " >&6
21702 else
21703 cat >conftest.$ac_ext <<_ACEOF
21704 /* confdefs.h. */
21705 _ACEOF
21706 cat confdefs.h >>conftest.$ac_ext
21707 cat >>conftest.$ac_ext <<_ACEOF
21708 /* end confdefs.h. */
21709 #include <sys/types.h>
21710 #ifdef HAVE_SYS_SOCKET_H
21711 # include <sys/socket.h>
21712 #endif
21713 #ifdef HAVE_SYS_UN_H
21714 # include <sys/un.h>
21715 #endif
21718 main ()
21720 static struct sockaddr_un ac_aggr;
21721 if (ac_aggr.sun_len)
21722 return 0;
21724 return 0;
21726 _ACEOF
21727 rm -f conftest.$ac_objext
21728 if { (ac_try="$ac_compile"
21729 case "(($ac_try" in
21730 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21731 *) ac_try_echo=$ac_try;;
21732 esac
21733 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
21734 $as_echo "$ac_try_echo") >&5
21735 (eval "$ac_compile") 2>conftest.er1
21736 ac_status=$?
21737 grep -v '^ *+' conftest.er1 >conftest.err
21738 rm -f conftest.er1
21739 cat conftest.err >&5
21740 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
21741 (exit $ac_status); } && {
21742 test -z "$ac_c_werror_flag" ||
21743 test ! -s conftest.err
21744 } && test -s conftest.$ac_objext; then
21745 ac_cv_member_struct_sockaddr_un_sun_len=yes
21746 else
21747 $as_echo "$as_me: failed program was:" >&5
21748 sed 's/^/| /' conftest.$ac_ext >&5
21750 cat >conftest.$ac_ext <<_ACEOF
21751 /* confdefs.h. */
21752 _ACEOF
21753 cat confdefs.h >>conftest.$ac_ext
21754 cat >>conftest.$ac_ext <<_ACEOF
21755 /* end confdefs.h. */
21756 #include <sys/types.h>
21757 #ifdef HAVE_SYS_SOCKET_H
21758 # include <sys/socket.h>
21759 #endif
21760 #ifdef HAVE_SYS_UN_H
21761 # include <sys/un.h>
21762 #endif
21765 main ()
21767 static struct sockaddr_un ac_aggr;
21768 if (sizeof ac_aggr.sun_len)
21769 return 0;
21771 return 0;
21773 _ACEOF
21774 rm -f conftest.$ac_objext
21775 if { (ac_try="$ac_compile"
21776 case "(($ac_try" in
21777 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21778 *) ac_try_echo=$ac_try;;
21779 esac
21780 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
21781 $as_echo "$ac_try_echo") >&5
21782 (eval "$ac_compile") 2>conftest.er1
21783 ac_status=$?
21784 grep -v '^ *+' conftest.er1 >conftest.err
21785 rm -f conftest.er1
21786 cat conftest.err >&5
21787 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
21788 (exit $ac_status); } && {
21789 test -z "$ac_c_werror_flag" ||
21790 test ! -s conftest.err
21791 } && test -s conftest.$ac_objext; then
21792 ac_cv_member_struct_sockaddr_un_sun_len=yes
21793 else
21794 $as_echo "$as_me: failed program was:" >&5
21795 sed 's/^/| /' conftest.$ac_ext >&5
21797 ac_cv_member_struct_sockaddr_un_sun_len=no
21800 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21803 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21805 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_sockaddr_un_sun_len" >&5
21806 $as_echo "$ac_cv_member_struct_sockaddr_un_sun_len" >&6; }
21807 if test "x$ac_cv_member_struct_sockaddr_un_sun_len" = x""yes; then
21809 cat >>confdefs.h <<_ACEOF
21810 #define HAVE_STRUCT_SOCKADDR_UN_SUN_LEN 1
21811 _ACEOF
21817 { $as_echo "$as_me:$LINENO: checking for scsireq_t.cmd" >&5
21818 $as_echo_n "checking for scsireq_t.cmd... " >&6; }
21819 if test "${ac_cv_member_scsireq_t_cmd+set}" = set; then
21820 $as_echo_n "(cached) " >&6
21821 else
21822 cat >conftest.$ac_ext <<_ACEOF
21823 /* confdefs.h. */
21824 _ACEOF
21825 cat confdefs.h >>conftest.$ac_ext
21826 cat >>conftest.$ac_ext <<_ACEOF
21827 /* end confdefs.h. */
21828 #include <sys/types.h>
21829 #ifdef HAVE_SCSI_SG_H
21830 #include <scsi/sg.h>
21831 #endif
21834 main ()
21836 static scsireq_t ac_aggr;
21837 if (ac_aggr.cmd)
21838 return 0;
21840 return 0;
21842 _ACEOF
21843 rm -f conftest.$ac_objext
21844 if { (ac_try="$ac_compile"
21845 case "(($ac_try" in
21846 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21847 *) ac_try_echo=$ac_try;;
21848 esac
21849 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
21850 $as_echo "$ac_try_echo") >&5
21851 (eval "$ac_compile") 2>conftest.er1
21852 ac_status=$?
21853 grep -v '^ *+' conftest.er1 >conftest.err
21854 rm -f conftest.er1
21855 cat conftest.err >&5
21856 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
21857 (exit $ac_status); } && {
21858 test -z "$ac_c_werror_flag" ||
21859 test ! -s conftest.err
21860 } && test -s conftest.$ac_objext; then
21861 ac_cv_member_scsireq_t_cmd=yes
21862 else
21863 $as_echo "$as_me: failed program was:" >&5
21864 sed 's/^/| /' conftest.$ac_ext >&5
21866 cat >conftest.$ac_ext <<_ACEOF
21867 /* confdefs.h. */
21868 _ACEOF
21869 cat confdefs.h >>conftest.$ac_ext
21870 cat >>conftest.$ac_ext <<_ACEOF
21871 /* end confdefs.h. */
21872 #include <sys/types.h>
21873 #ifdef HAVE_SCSI_SG_H
21874 #include <scsi/sg.h>
21875 #endif
21878 main ()
21880 static scsireq_t ac_aggr;
21881 if (sizeof ac_aggr.cmd)
21882 return 0;
21884 return 0;
21886 _ACEOF
21887 rm -f conftest.$ac_objext
21888 if { (ac_try="$ac_compile"
21889 case "(($ac_try" in
21890 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21891 *) ac_try_echo=$ac_try;;
21892 esac
21893 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
21894 $as_echo "$ac_try_echo") >&5
21895 (eval "$ac_compile") 2>conftest.er1
21896 ac_status=$?
21897 grep -v '^ *+' conftest.er1 >conftest.err
21898 rm -f conftest.er1
21899 cat conftest.err >&5
21900 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
21901 (exit $ac_status); } && {
21902 test -z "$ac_c_werror_flag" ||
21903 test ! -s conftest.err
21904 } && test -s conftest.$ac_objext; then
21905 ac_cv_member_scsireq_t_cmd=yes
21906 else
21907 $as_echo "$as_me: failed program was:" >&5
21908 sed 's/^/| /' conftest.$ac_ext >&5
21910 ac_cv_member_scsireq_t_cmd=no
21913 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21916 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21918 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_scsireq_t_cmd" >&5
21919 $as_echo "$ac_cv_member_scsireq_t_cmd" >&6; }
21920 if test "x$ac_cv_member_scsireq_t_cmd" = x""yes; then
21922 cat >>confdefs.h <<_ACEOF
21923 #define HAVE_SCSIREQ_T_CMD 1
21924 _ACEOF
21928 { $as_echo "$as_me:$LINENO: checking for sg_io_hdr_t.interface_id" >&5
21929 $as_echo_n "checking for sg_io_hdr_t.interface_id... " >&6; }
21930 if test "${ac_cv_member_sg_io_hdr_t_interface_id+set}" = set; then
21931 $as_echo_n "(cached) " >&6
21932 else
21933 cat >conftest.$ac_ext <<_ACEOF
21934 /* confdefs.h. */
21935 _ACEOF
21936 cat confdefs.h >>conftest.$ac_ext
21937 cat >>conftest.$ac_ext <<_ACEOF
21938 /* end confdefs.h. */
21939 #include <sys/types.h>
21940 #ifdef HAVE_SCSI_SG_H
21941 #include <scsi/sg.h>
21942 #endif
21945 main ()
21947 static sg_io_hdr_t ac_aggr;
21948 if (ac_aggr.interface_id)
21949 return 0;
21951 return 0;
21953 _ACEOF
21954 rm -f conftest.$ac_objext
21955 if { (ac_try="$ac_compile"
21956 case "(($ac_try" in
21957 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21958 *) ac_try_echo=$ac_try;;
21959 esac
21960 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
21961 $as_echo "$ac_try_echo") >&5
21962 (eval "$ac_compile") 2>conftest.er1
21963 ac_status=$?
21964 grep -v '^ *+' conftest.er1 >conftest.err
21965 rm -f conftest.er1
21966 cat conftest.err >&5
21967 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
21968 (exit $ac_status); } && {
21969 test -z "$ac_c_werror_flag" ||
21970 test ! -s conftest.err
21971 } && test -s conftest.$ac_objext; then
21972 ac_cv_member_sg_io_hdr_t_interface_id=yes
21973 else
21974 $as_echo "$as_me: failed program was:" >&5
21975 sed 's/^/| /' conftest.$ac_ext >&5
21977 cat >conftest.$ac_ext <<_ACEOF
21978 /* confdefs.h. */
21979 _ACEOF
21980 cat confdefs.h >>conftest.$ac_ext
21981 cat >>conftest.$ac_ext <<_ACEOF
21982 /* end confdefs.h. */
21983 #include <sys/types.h>
21984 #ifdef HAVE_SCSI_SG_H
21985 #include <scsi/sg.h>
21986 #endif
21989 main ()
21991 static sg_io_hdr_t ac_aggr;
21992 if (sizeof ac_aggr.interface_id)
21993 return 0;
21995 return 0;
21997 _ACEOF
21998 rm -f conftest.$ac_objext
21999 if { (ac_try="$ac_compile"
22000 case "(($ac_try" in
22001 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22002 *) ac_try_echo=$ac_try;;
22003 esac
22004 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
22005 $as_echo "$ac_try_echo") >&5
22006 (eval "$ac_compile") 2>conftest.er1
22007 ac_status=$?
22008 grep -v '^ *+' conftest.er1 >conftest.err
22009 rm -f conftest.er1
22010 cat conftest.err >&5
22011 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
22012 (exit $ac_status); } && {
22013 test -z "$ac_c_werror_flag" ||
22014 test ! -s conftest.err
22015 } && test -s conftest.$ac_objext; then
22016 ac_cv_member_sg_io_hdr_t_interface_id=yes
22017 else
22018 $as_echo "$as_me: failed program was:" >&5
22019 sed 's/^/| /' conftest.$ac_ext >&5
22021 ac_cv_member_sg_io_hdr_t_interface_id=no
22024 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22027 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22029 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_sg_io_hdr_t_interface_id" >&5
22030 $as_echo "$ac_cv_member_sg_io_hdr_t_interface_id" >&6; }
22031 if test "x$ac_cv_member_sg_io_hdr_t_interface_id" = x""yes; then
22033 cat >>confdefs.h <<_ACEOF
22034 #define HAVE_SG_IO_HDR_T_INTERFACE_ID 1
22035 _ACEOF
22041 { $as_echo "$as_me:$LINENO: checking for siginfo_t.si_fd" >&5
22042 $as_echo_n "checking for siginfo_t.si_fd... " >&6; }
22043 if test "${ac_cv_member_siginfo_t_si_fd+set}" = set; then
22044 $as_echo_n "(cached) " >&6
22045 else
22046 cat >conftest.$ac_ext <<_ACEOF
22047 /* confdefs.h. */
22048 _ACEOF
22049 cat confdefs.h >>conftest.$ac_ext
22050 cat >>conftest.$ac_ext <<_ACEOF
22051 /* end confdefs.h. */
22052 #include <signal.h>
22055 main ()
22057 static siginfo_t ac_aggr;
22058 if (ac_aggr.si_fd)
22059 return 0;
22061 return 0;
22063 _ACEOF
22064 rm -f conftest.$ac_objext
22065 if { (ac_try="$ac_compile"
22066 case "(($ac_try" in
22067 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22068 *) ac_try_echo=$ac_try;;
22069 esac
22070 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
22071 $as_echo "$ac_try_echo") >&5
22072 (eval "$ac_compile") 2>conftest.er1
22073 ac_status=$?
22074 grep -v '^ *+' conftest.er1 >conftest.err
22075 rm -f conftest.er1
22076 cat conftest.err >&5
22077 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
22078 (exit $ac_status); } && {
22079 test -z "$ac_c_werror_flag" ||
22080 test ! -s conftest.err
22081 } && test -s conftest.$ac_objext; then
22082 ac_cv_member_siginfo_t_si_fd=yes
22083 else
22084 $as_echo "$as_me: failed program was:" >&5
22085 sed 's/^/| /' conftest.$ac_ext >&5
22087 cat >conftest.$ac_ext <<_ACEOF
22088 /* confdefs.h. */
22089 _ACEOF
22090 cat confdefs.h >>conftest.$ac_ext
22091 cat >>conftest.$ac_ext <<_ACEOF
22092 /* end confdefs.h. */
22093 #include <signal.h>
22096 main ()
22098 static siginfo_t ac_aggr;
22099 if (sizeof ac_aggr.si_fd)
22100 return 0;
22102 return 0;
22104 _ACEOF
22105 rm -f conftest.$ac_objext
22106 if { (ac_try="$ac_compile"
22107 case "(($ac_try" in
22108 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22109 *) ac_try_echo=$ac_try;;
22110 esac
22111 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
22112 $as_echo "$ac_try_echo") >&5
22113 (eval "$ac_compile") 2>conftest.er1
22114 ac_status=$?
22115 grep -v '^ *+' conftest.er1 >conftest.err
22116 rm -f conftest.er1
22117 cat conftest.err >&5
22118 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
22119 (exit $ac_status); } && {
22120 test -z "$ac_c_werror_flag" ||
22121 test ! -s conftest.err
22122 } && test -s conftest.$ac_objext; then
22123 ac_cv_member_siginfo_t_si_fd=yes
22124 else
22125 $as_echo "$as_me: failed program was:" >&5
22126 sed 's/^/| /' conftest.$ac_ext >&5
22128 ac_cv_member_siginfo_t_si_fd=no
22131 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22134 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22136 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_siginfo_t_si_fd" >&5
22137 $as_echo "$ac_cv_member_siginfo_t_si_fd" >&6; }
22138 if test "x$ac_cv_member_siginfo_t_si_fd" = x""yes; then
22140 cat >>confdefs.h <<_ACEOF
22141 #define HAVE_SIGINFO_T_SI_FD 1
22142 _ACEOF
22148 { $as_echo "$as_me:$LINENO: checking for struct mtget.mt_blksiz" >&5
22149 $as_echo_n "checking for struct mtget.mt_blksiz... " >&6; }
22150 if test "${ac_cv_member_struct_mtget_mt_blksiz+set}" = set; then
22151 $as_echo_n "(cached) " >&6
22152 else
22153 cat >conftest.$ac_ext <<_ACEOF
22154 /* confdefs.h. */
22155 _ACEOF
22156 cat confdefs.h >>conftest.$ac_ext
22157 cat >>conftest.$ac_ext <<_ACEOF
22158 /* end confdefs.h. */
22159 #include <sys/types.h>
22160 #ifdef HAVE_SYS_MTIO_H
22161 #include <sys/mtio.h>
22162 #endif
22165 main ()
22167 static struct mtget ac_aggr;
22168 if (ac_aggr.mt_blksiz)
22169 return 0;
22171 return 0;
22173 _ACEOF
22174 rm -f conftest.$ac_objext
22175 if { (ac_try="$ac_compile"
22176 case "(($ac_try" in
22177 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22178 *) ac_try_echo=$ac_try;;
22179 esac
22180 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
22181 $as_echo "$ac_try_echo") >&5
22182 (eval "$ac_compile") 2>conftest.er1
22183 ac_status=$?
22184 grep -v '^ *+' conftest.er1 >conftest.err
22185 rm -f conftest.er1
22186 cat conftest.err >&5
22187 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
22188 (exit $ac_status); } && {
22189 test -z "$ac_c_werror_flag" ||
22190 test ! -s conftest.err
22191 } && test -s conftest.$ac_objext; then
22192 ac_cv_member_struct_mtget_mt_blksiz=yes
22193 else
22194 $as_echo "$as_me: failed program was:" >&5
22195 sed 's/^/| /' conftest.$ac_ext >&5
22197 cat >conftest.$ac_ext <<_ACEOF
22198 /* confdefs.h. */
22199 _ACEOF
22200 cat confdefs.h >>conftest.$ac_ext
22201 cat >>conftest.$ac_ext <<_ACEOF
22202 /* end confdefs.h. */
22203 #include <sys/types.h>
22204 #ifdef HAVE_SYS_MTIO_H
22205 #include <sys/mtio.h>
22206 #endif
22209 main ()
22211 static struct mtget ac_aggr;
22212 if (sizeof ac_aggr.mt_blksiz)
22213 return 0;
22215 return 0;
22217 _ACEOF
22218 rm -f conftest.$ac_objext
22219 if { (ac_try="$ac_compile"
22220 case "(($ac_try" in
22221 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22222 *) ac_try_echo=$ac_try;;
22223 esac
22224 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
22225 $as_echo "$ac_try_echo") >&5
22226 (eval "$ac_compile") 2>conftest.er1
22227 ac_status=$?
22228 grep -v '^ *+' conftest.er1 >conftest.err
22229 rm -f conftest.er1
22230 cat conftest.err >&5
22231 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
22232 (exit $ac_status); } && {
22233 test -z "$ac_c_werror_flag" ||
22234 test ! -s conftest.err
22235 } && test -s conftest.$ac_objext; then
22236 ac_cv_member_struct_mtget_mt_blksiz=yes
22237 else
22238 $as_echo "$as_me: failed program was:" >&5
22239 sed 's/^/| /' conftest.$ac_ext >&5
22241 ac_cv_member_struct_mtget_mt_blksiz=no
22244 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22247 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22249 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_mtget_mt_blksiz" >&5
22250 $as_echo "$ac_cv_member_struct_mtget_mt_blksiz" >&6; }
22251 if test "x$ac_cv_member_struct_mtget_mt_blksiz" = x""yes; then
22253 cat >>confdefs.h <<_ACEOF
22254 #define HAVE_STRUCT_MTGET_MT_BLKSIZ 1
22255 _ACEOF
22259 { $as_echo "$as_me:$LINENO: checking for struct mtget.mt_gstat" >&5
22260 $as_echo_n "checking for struct mtget.mt_gstat... " >&6; }
22261 if test "${ac_cv_member_struct_mtget_mt_gstat+set}" = set; then
22262 $as_echo_n "(cached) " >&6
22263 else
22264 cat >conftest.$ac_ext <<_ACEOF
22265 /* confdefs.h. */
22266 _ACEOF
22267 cat confdefs.h >>conftest.$ac_ext
22268 cat >>conftest.$ac_ext <<_ACEOF
22269 /* end confdefs.h. */
22270 #include <sys/types.h>
22271 #ifdef HAVE_SYS_MTIO_H
22272 #include <sys/mtio.h>
22273 #endif
22276 main ()
22278 static struct mtget ac_aggr;
22279 if (ac_aggr.mt_gstat)
22280 return 0;
22282 return 0;
22284 _ACEOF
22285 rm -f conftest.$ac_objext
22286 if { (ac_try="$ac_compile"
22287 case "(($ac_try" in
22288 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22289 *) ac_try_echo=$ac_try;;
22290 esac
22291 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
22292 $as_echo "$ac_try_echo") >&5
22293 (eval "$ac_compile") 2>conftest.er1
22294 ac_status=$?
22295 grep -v '^ *+' conftest.er1 >conftest.err
22296 rm -f conftest.er1
22297 cat conftest.err >&5
22298 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
22299 (exit $ac_status); } && {
22300 test -z "$ac_c_werror_flag" ||
22301 test ! -s conftest.err
22302 } && test -s conftest.$ac_objext; then
22303 ac_cv_member_struct_mtget_mt_gstat=yes
22304 else
22305 $as_echo "$as_me: failed program was:" >&5
22306 sed 's/^/| /' conftest.$ac_ext >&5
22308 cat >conftest.$ac_ext <<_ACEOF
22309 /* confdefs.h. */
22310 _ACEOF
22311 cat confdefs.h >>conftest.$ac_ext
22312 cat >>conftest.$ac_ext <<_ACEOF
22313 /* end confdefs.h. */
22314 #include <sys/types.h>
22315 #ifdef HAVE_SYS_MTIO_H
22316 #include <sys/mtio.h>
22317 #endif
22320 main ()
22322 static struct mtget ac_aggr;
22323 if (sizeof ac_aggr.mt_gstat)
22324 return 0;
22326 return 0;
22328 _ACEOF
22329 rm -f conftest.$ac_objext
22330 if { (ac_try="$ac_compile"
22331 case "(($ac_try" in
22332 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22333 *) ac_try_echo=$ac_try;;
22334 esac
22335 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
22336 $as_echo "$ac_try_echo") >&5
22337 (eval "$ac_compile") 2>conftest.er1
22338 ac_status=$?
22339 grep -v '^ *+' conftest.er1 >conftest.err
22340 rm -f conftest.er1
22341 cat conftest.err >&5
22342 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
22343 (exit $ac_status); } && {
22344 test -z "$ac_c_werror_flag" ||
22345 test ! -s conftest.err
22346 } && test -s conftest.$ac_objext; then
22347 ac_cv_member_struct_mtget_mt_gstat=yes
22348 else
22349 $as_echo "$as_me: failed program was:" >&5
22350 sed 's/^/| /' conftest.$ac_ext >&5
22352 ac_cv_member_struct_mtget_mt_gstat=no
22355 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22358 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22360 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_mtget_mt_gstat" >&5
22361 $as_echo "$ac_cv_member_struct_mtget_mt_gstat" >&6; }
22362 if test "x$ac_cv_member_struct_mtget_mt_gstat" = x""yes; then
22364 cat >>confdefs.h <<_ACEOF
22365 #define HAVE_STRUCT_MTGET_MT_GSTAT 1
22366 _ACEOF
22370 { $as_echo "$as_me:$LINENO: checking for struct mtget.mt_blkno" >&5
22371 $as_echo_n "checking for struct mtget.mt_blkno... " >&6; }
22372 if test "${ac_cv_member_struct_mtget_mt_blkno+set}" = set; then
22373 $as_echo_n "(cached) " >&6
22374 else
22375 cat >conftest.$ac_ext <<_ACEOF
22376 /* confdefs.h. */
22377 _ACEOF
22378 cat confdefs.h >>conftest.$ac_ext
22379 cat >>conftest.$ac_ext <<_ACEOF
22380 /* end confdefs.h. */
22381 #include <sys/types.h>
22382 #ifdef HAVE_SYS_MTIO_H
22383 #include <sys/mtio.h>
22384 #endif
22387 main ()
22389 static struct mtget ac_aggr;
22390 if (ac_aggr.mt_blkno)
22391 return 0;
22393 return 0;
22395 _ACEOF
22396 rm -f conftest.$ac_objext
22397 if { (ac_try="$ac_compile"
22398 case "(($ac_try" in
22399 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22400 *) ac_try_echo=$ac_try;;
22401 esac
22402 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
22403 $as_echo "$ac_try_echo") >&5
22404 (eval "$ac_compile") 2>conftest.er1
22405 ac_status=$?
22406 grep -v '^ *+' conftest.er1 >conftest.err
22407 rm -f conftest.er1
22408 cat conftest.err >&5
22409 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
22410 (exit $ac_status); } && {
22411 test -z "$ac_c_werror_flag" ||
22412 test ! -s conftest.err
22413 } && test -s conftest.$ac_objext; then
22414 ac_cv_member_struct_mtget_mt_blkno=yes
22415 else
22416 $as_echo "$as_me: failed program was:" >&5
22417 sed 's/^/| /' conftest.$ac_ext >&5
22419 cat >conftest.$ac_ext <<_ACEOF
22420 /* confdefs.h. */
22421 _ACEOF
22422 cat confdefs.h >>conftest.$ac_ext
22423 cat >>conftest.$ac_ext <<_ACEOF
22424 /* end confdefs.h. */
22425 #include <sys/types.h>
22426 #ifdef HAVE_SYS_MTIO_H
22427 #include <sys/mtio.h>
22428 #endif
22431 main ()
22433 static struct mtget ac_aggr;
22434 if (sizeof ac_aggr.mt_blkno)
22435 return 0;
22437 return 0;
22439 _ACEOF
22440 rm -f conftest.$ac_objext
22441 if { (ac_try="$ac_compile"
22442 case "(($ac_try" in
22443 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22444 *) ac_try_echo=$ac_try;;
22445 esac
22446 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
22447 $as_echo "$ac_try_echo") >&5
22448 (eval "$ac_compile") 2>conftest.er1
22449 ac_status=$?
22450 grep -v '^ *+' conftest.er1 >conftest.err
22451 rm -f conftest.er1
22452 cat conftest.err >&5
22453 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
22454 (exit $ac_status); } && {
22455 test -z "$ac_c_werror_flag" ||
22456 test ! -s conftest.err
22457 } && test -s conftest.$ac_objext; then
22458 ac_cv_member_struct_mtget_mt_blkno=yes
22459 else
22460 $as_echo "$as_me: failed program was:" >&5
22461 sed 's/^/| /' conftest.$ac_ext >&5
22463 ac_cv_member_struct_mtget_mt_blkno=no
22466 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22469 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22471 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_mtget_mt_blkno" >&5
22472 $as_echo "$ac_cv_member_struct_mtget_mt_blkno" >&6; }
22473 if test "x$ac_cv_member_struct_mtget_mt_blkno" = x""yes; then
22475 cat >>confdefs.h <<_ACEOF
22476 #define HAVE_STRUCT_MTGET_MT_BLKNO 1
22477 _ACEOF
22483 { $as_echo "$as_me:$LINENO: checking for struct option.name" >&5
22484 $as_echo_n "checking for struct option.name... " >&6; }
22485 if test "${ac_cv_member_struct_option_name+set}" = set; then
22486 $as_echo_n "(cached) " >&6
22487 else
22488 cat >conftest.$ac_ext <<_ACEOF
22489 /* confdefs.h. */
22490 _ACEOF
22491 cat confdefs.h >>conftest.$ac_ext
22492 cat >>conftest.$ac_ext <<_ACEOF
22493 /* end confdefs.h. */
22494 #ifdef HAVE_GETOPT_H
22495 #include <getopt.h>
22496 #endif
22499 main ()
22501 static struct option ac_aggr;
22502 if (ac_aggr.name)
22503 return 0;
22505 return 0;
22507 _ACEOF
22508 rm -f conftest.$ac_objext
22509 if { (ac_try="$ac_compile"
22510 case "(($ac_try" in
22511 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22512 *) ac_try_echo=$ac_try;;
22513 esac
22514 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
22515 $as_echo "$ac_try_echo") >&5
22516 (eval "$ac_compile") 2>conftest.er1
22517 ac_status=$?
22518 grep -v '^ *+' conftest.er1 >conftest.err
22519 rm -f conftest.er1
22520 cat conftest.err >&5
22521 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
22522 (exit $ac_status); } && {
22523 test -z "$ac_c_werror_flag" ||
22524 test ! -s conftest.err
22525 } && test -s conftest.$ac_objext; then
22526 ac_cv_member_struct_option_name=yes
22527 else
22528 $as_echo "$as_me: failed program was:" >&5
22529 sed 's/^/| /' conftest.$ac_ext >&5
22531 cat >conftest.$ac_ext <<_ACEOF
22532 /* confdefs.h. */
22533 _ACEOF
22534 cat confdefs.h >>conftest.$ac_ext
22535 cat >>conftest.$ac_ext <<_ACEOF
22536 /* end confdefs.h. */
22537 #ifdef HAVE_GETOPT_H
22538 #include <getopt.h>
22539 #endif
22542 main ()
22544 static struct option ac_aggr;
22545 if (sizeof ac_aggr.name)
22546 return 0;
22548 return 0;
22550 _ACEOF
22551 rm -f conftest.$ac_objext
22552 if { (ac_try="$ac_compile"
22553 case "(($ac_try" in
22554 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22555 *) ac_try_echo=$ac_try;;
22556 esac
22557 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
22558 $as_echo "$ac_try_echo") >&5
22559 (eval "$ac_compile") 2>conftest.er1
22560 ac_status=$?
22561 grep -v '^ *+' conftest.er1 >conftest.err
22562 rm -f conftest.er1
22563 cat conftest.err >&5
22564 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
22565 (exit $ac_status); } && {
22566 test -z "$ac_c_werror_flag" ||
22567 test ! -s conftest.err
22568 } && test -s conftest.$ac_objext; then
22569 ac_cv_member_struct_option_name=yes
22570 else
22571 $as_echo "$as_me: failed program was:" >&5
22572 sed 's/^/| /' conftest.$ac_ext >&5
22574 ac_cv_member_struct_option_name=no
22577 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22580 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22582 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_option_name" >&5
22583 $as_echo "$ac_cv_member_struct_option_name" >&6; }
22584 if test "x$ac_cv_member_struct_option_name" = x""yes; then
22586 cat >>confdefs.h <<_ACEOF
22587 #define HAVE_STRUCT_OPTION_NAME 1
22588 _ACEOF
22594 { $as_echo "$as_me:$LINENO: checking for struct stat.st_blocks" >&5
22595 $as_echo_n "checking for struct stat.st_blocks... " >&6; }
22596 if test "${ac_cv_member_struct_stat_st_blocks+set}" = set; then
22597 $as_echo_n "(cached) " >&6
22598 else
22599 cat >conftest.$ac_ext <<_ACEOF
22600 /* confdefs.h. */
22601 _ACEOF
22602 cat confdefs.h >>conftest.$ac_ext
22603 cat >>conftest.$ac_ext <<_ACEOF
22604 /* end confdefs.h. */
22605 $ac_includes_default
22607 main ()
22609 static struct stat ac_aggr;
22610 if (ac_aggr.st_blocks)
22611 return 0;
22613 return 0;
22615 _ACEOF
22616 rm -f conftest.$ac_objext
22617 if { (ac_try="$ac_compile"
22618 case "(($ac_try" in
22619 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22620 *) ac_try_echo=$ac_try;;
22621 esac
22622 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
22623 $as_echo "$ac_try_echo") >&5
22624 (eval "$ac_compile") 2>conftest.er1
22625 ac_status=$?
22626 grep -v '^ *+' conftest.er1 >conftest.err
22627 rm -f conftest.er1
22628 cat conftest.err >&5
22629 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
22630 (exit $ac_status); } && {
22631 test -z "$ac_c_werror_flag" ||
22632 test ! -s conftest.err
22633 } && test -s conftest.$ac_objext; then
22634 ac_cv_member_struct_stat_st_blocks=yes
22635 else
22636 $as_echo "$as_me: failed program was:" >&5
22637 sed 's/^/| /' conftest.$ac_ext >&5
22639 cat >conftest.$ac_ext <<_ACEOF
22640 /* confdefs.h. */
22641 _ACEOF
22642 cat confdefs.h >>conftest.$ac_ext
22643 cat >>conftest.$ac_ext <<_ACEOF
22644 /* end confdefs.h. */
22645 $ac_includes_default
22647 main ()
22649 static struct stat ac_aggr;
22650 if (sizeof ac_aggr.st_blocks)
22651 return 0;
22653 return 0;
22655 _ACEOF
22656 rm -f conftest.$ac_objext
22657 if { (ac_try="$ac_compile"
22658 case "(($ac_try" in
22659 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22660 *) ac_try_echo=$ac_try;;
22661 esac
22662 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
22663 $as_echo "$ac_try_echo") >&5
22664 (eval "$ac_compile") 2>conftest.er1
22665 ac_status=$?
22666 grep -v '^ *+' conftest.er1 >conftest.err
22667 rm -f conftest.er1
22668 cat conftest.err >&5
22669 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
22670 (exit $ac_status); } && {
22671 test -z "$ac_c_werror_flag" ||
22672 test ! -s conftest.err
22673 } && test -s conftest.$ac_objext; then
22674 ac_cv_member_struct_stat_st_blocks=yes
22675 else
22676 $as_echo "$as_me: failed program was:" >&5
22677 sed 's/^/| /' conftest.$ac_ext >&5
22679 ac_cv_member_struct_stat_st_blocks=no
22682 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22685 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22687 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_stat_st_blocks" >&5
22688 $as_echo "$ac_cv_member_struct_stat_st_blocks" >&6; }
22689 if test "x$ac_cv_member_struct_stat_st_blocks" = x""yes; then
22691 cat >>confdefs.h <<_ACEOF
22692 #define HAVE_STRUCT_STAT_ST_BLOCKS 1
22693 _ACEOF
22697 { $as_echo "$as_me:$LINENO: checking for struct stat.st_mtim" >&5
22698 $as_echo_n "checking for struct stat.st_mtim... " >&6; }
22699 if test "${ac_cv_member_struct_stat_st_mtim+set}" = set; then
22700 $as_echo_n "(cached) " >&6
22701 else
22702 cat >conftest.$ac_ext <<_ACEOF
22703 /* confdefs.h. */
22704 _ACEOF
22705 cat confdefs.h >>conftest.$ac_ext
22706 cat >>conftest.$ac_ext <<_ACEOF
22707 /* end confdefs.h. */
22708 $ac_includes_default
22710 main ()
22712 static struct stat ac_aggr;
22713 if (ac_aggr.st_mtim)
22714 return 0;
22716 return 0;
22718 _ACEOF
22719 rm -f conftest.$ac_objext
22720 if { (ac_try="$ac_compile"
22721 case "(($ac_try" in
22722 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22723 *) ac_try_echo=$ac_try;;
22724 esac
22725 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
22726 $as_echo "$ac_try_echo") >&5
22727 (eval "$ac_compile") 2>conftest.er1
22728 ac_status=$?
22729 grep -v '^ *+' conftest.er1 >conftest.err
22730 rm -f conftest.er1
22731 cat conftest.err >&5
22732 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
22733 (exit $ac_status); } && {
22734 test -z "$ac_c_werror_flag" ||
22735 test ! -s conftest.err
22736 } && test -s conftest.$ac_objext; then
22737 ac_cv_member_struct_stat_st_mtim=yes
22738 else
22739 $as_echo "$as_me: failed program was:" >&5
22740 sed 's/^/| /' conftest.$ac_ext >&5
22742 cat >conftest.$ac_ext <<_ACEOF
22743 /* confdefs.h. */
22744 _ACEOF
22745 cat confdefs.h >>conftest.$ac_ext
22746 cat >>conftest.$ac_ext <<_ACEOF
22747 /* end confdefs.h. */
22748 $ac_includes_default
22750 main ()
22752 static struct stat ac_aggr;
22753 if (sizeof ac_aggr.st_mtim)
22754 return 0;
22756 return 0;
22758 _ACEOF
22759 rm -f conftest.$ac_objext
22760 if { (ac_try="$ac_compile"
22761 case "(($ac_try" in
22762 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22763 *) ac_try_echo=$ac_try;;
22764 esac
22765 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
22766 $as_echo "$ac_try_echo") >&5
22767 (eval "$ac_compile") 2>conftest.er1
22768 ac_status=$?
22769 grep -v '^ *+' conftest.er1 >conftest.err
22770 rm -f conftest.er1
22771 cat conftest.err >&5
22772 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
22773 (exit $ac_status); } && {
22774 test -z "$ac_c_werror_flag" ||
22775 test ! -s conftest.err
22776 } && test -s conftest.$ac_objext; then
22777 ac_cv_member_struct_stat_st_mtim=yes
22778 else
22779 $as_echo "$as_me: failed program was:" >&5
22780 sed 's/^/| /' conftest.$ac_ext >&5
22782 ac_cv_member_struct_stat_st_mtim=no
22785 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22788 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22790 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_stat_st_mtim" >&5
22791 $as_echo "$ac_cv_member_struct_stat_st_mtim" >&6; }
22792 if test "x$ac_cv_member_struct_stat_st_mtim" = x""yes; then
22794 cat >>confdefs.h <<_ACEOF
22795 #define HAVE_STRUCT_STAT_ST_MTIM 1
22796 _ACEOF
22800 { $as_echo "$as_me:$LINENO: checking for struct stat.st_ctim" >&5
22801 $as_echo_n "checking for struct stat.st_ctim... " >&6; }
22802 if test "${ac_cv_member_struct_stat_st_ctim+set}" = set; then
22803 $as_echo_n "(cached) " >&6
22804 else
22805 cat >conftest.$ac_ext <<_ACEOF
22806 /* confdefs.h. */
22807 _ACEOF
22808 cat confdefs.h >>conftest.$ac_ext
22809 cat >>conftest.$ac_ext <<_ACEOF
22810 /* end confdefs.h. */
22811 $ac_includes_default
22813 main ()
22815 static struct stat ac_aggr;
22816 if (ac_aggr.st_ctim)
22817 return 0;
22819 return 0;
22821 _ACEOF
22822 rm -f conftest.$ac_objext
22823 if { (ac_try="$ac_compile"
22824 case "(($ac_try" in
22825 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22826 *) ac_try_echo=$ac_try;;
22827 esac
22828 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
22829 $as_echo "$ac_try_echo") >&5
22830 (eval "$ac_compile") 2>conftest.er1
22831 ac_status=$?
22832 grep -v '^ *+' conftest.er1 >conftest.err
22833 rm -f conftest.er1
22834 cat conftest.err >&5
22835 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
22836 (exit $ac_status); } && {
22837 test -z "$ac_c_werror_flag" ||
22838 test ! -s conftest.err
22839 } && test -s conftest.$ac_objext; then
22840 ac_cv_member_struct_stat_st_ctim=yes
22841 else
22842 $as_echo "$as_me: failed program was:" >&5
22843 sed 's/^/| /' conftest.$ac_ext >&5
22845 cat >conftest.$ac_ext <<_ACEOF
22846 /* confdefs.h. */
22847 _ACEOF
22848 cat confdefs.h >>conftest.$ac_ext
22849 cat >>conftest.$ac_ext <<_ACEOF
22850 /* end confdefs.h. */
22851 $ac_includes_default
22853 main ()
22855 static struct stat ac_aggr;
22856 if (sizeof ac_aggr.st_ctim)
22857 return 0;
22859 return 0;
22861 _ACEOF
22862 rm -f conftest.$ac_objext
22863 if { (ac_try="$ac_compile"
22864 case "(($ac_try" in
22865 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22866 *) ac_try_echo=$ac_try;;
22867 esac
22868 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
22869 $as_echo "$ac_try_echo") >&5
22870 (eval "$ac_compile") 2>conftest.er1
22871 ac_status=$?
22872 grep -v '^ *+' conftest.er1 >conftest.err
22873 rm -f conftest.er1
22874 cat conftest.err >&5
22875 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
22876 (exit $ac_status); } && {
22877 test -z "$ac_c_werror_flag" ||
22878 test ! -s conftest.err
22879 } && test -s conftest.$ac_objext; then
22880 ac_cv_member_struct_stat_st_ctim=yes
22881 else
22882 $as_echo "$as_me: failed program was:" >&5
22883 sed 's/^/| /' conftest.$ac_ext >&5
22885 ac_cv_member_struct_stat_st_ctim=no
22888 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22891 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22893 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_stat_st_ctim" >&5
22894 $as_echo "$ac_cv_member_struct_stat_st_ctim" >&6; }
22895 if test "x$ac_cv_member_struct_stat_st_ctim" = x""yes; then
22897 cat >>confdefs.h <<_ACEOF
22898 #define HAVE_STRUCT_STAT_ST_CTIM 1
22899 _ACEOF
22903 { $as_echo "$as_me:$LINENO: checking for struct stat.st_atim" >&5
22904 $as_echo_n "checking for struct stat.st_atim... " >&6; }
22905 if test "${ac_cv_member_struct_stat_st_atim+set}" = set; then
22906 $as_echo_n "(cached) " >&6
22907 else
22908 cat >conftest.$ac_ext <<_ACEOF
22909 /* confdefs.h. */
22910 _ACEOF
22911 cat confdefs.h >>conftest.$ac_ext
22912 cat >>conftest.$ac_ext <<_ACEOF
22913 /* end confdefs.h. */
22914 $ac_includes_default
22916 main ()
22918 static struct stat ac_aggr;
22919 if (ac_aggr.st_atim)
22920 return 0;
22922 return 0;
22924 _ACEOF
22925 rm -f conftest.$ac_objext
22926 if { (ac_try="$ac_compile"
22927 case "(($ac_try" in
22928 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22929 *) ac_try_echo=$ac_try;;
22930 esac
22931 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
22932 $as_echo "$ac_try_echo") >&5
22933 (eval "$ac_compile") 2>conftest.er1
22934 ac_status=$?
22935 grep -v '^ *+' conftest.er1 >conftest.err
22936 rm -f conftest.er1
22937 cat conftest.err >&5
22938 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
22939 (exit $ac_status); } && {
22940 test -z "$ac_c_werror_flag" ||
22941 test ! -s conftest.err
22942 } && test -s conftest.$ac_objext; then
22943 ac_cv_member_struct_stat_st_atim=yes
22944 else
22945 $as_echo "$as_me: failed program was:" >&5
22946 sed 's/^/| /' conftest.$ac_ext >&5
22948 cat >conftest.$ac_ext <<_ACEOF
22949 /* confdefs.h. */
22950 _ACEOF
22951 cat confdefs.h >>conftest.$ac_ext
22952 cat >>conftest.$ac_ext <<_ACEOF
22953 /* end confdefs.h. */
22954 $ac_includes_default
22956 main ()
22958 static struct stat ac_aggr;
22959 if (sizeof ac_aggr.st_atim)
22960 return 0;
22962 return 0;
22964 _ACEOF
22965 rm -f conftest.$ac_objext
22966 if { (ac_try="$ac_compile"
22967 case "(($ac_try" in
22968 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22969 *) ac_try_echo=$ac_try;;
22970 esac
22971 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
22972 $as_echo "$ac_try_echo") >&5
22973 (eval "$ac_compile") 2>conftest.er1
22974 ac_status=$?
22975 grep -v '^ *+' conftest.er1 >conftest.err
22976 rm -f conftest.er1
22977 cat conftest.err >&5
22978 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
22979 (exit $ac_status); } && {
22980 test -z "$ac_c_werror_flag" ||
22981 test ! -s conftest.err
22982 } && test -s conftest.$ac_objext; then
22983 ac_cv_member_struct_stat_st_atim=yes
22984 else
22985 $as_echo "$as_me: failed program was:" >&5
22986 sed 's/^/| /' conftest.$ac_ext >&5
22988 ac_cv_member_struct_stat_st_atim=no
22991 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22994 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22996 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_stat_st_atim" >&5
22997 $as_echo "$ac_cv_member_struct_stat_st_atim" >&6; }
22998 if test "x$ac_cv_member_struct_stat_st_atim" = x""yes; then
23000 cat >>confdefs.h <<_ACEOF
23001 #define HAVE_STRUCT_STAT_ST_ATIM 1
23002 _ACEOF
23008 { $as_echo "$as_me:$LINENO: checking for struct sockaddr_in6.sin6_scope_id" >&5
23009 $as_echo_n "checking for struct sockaddr_in6.sin6_scope_id... " >&6; }
23010 if test "${ac_cv_member_struct_sockaddr_in6_sin6_scope_id+set}" = set; then
23011 $as_echo_n "(cached) " >&6
23012 else
23013 cat >conftest.$ac_ext <<_ACEOF
23014 /* confdefs.h. */
23015 _ACEOF
23016 cat confdefs.h >>conftest.$ac_ext
23017 cat >>conftest.$ac_ext <<_ACEOF
23018 /* end confdefs.h. */
23019 #ifdef HAVE_SYS_TYPES_H
23020 #include <sys/types.h>
23021 #endif
23022 #ifdef HAVE_NETINET_IN_H
23023 #include <netinet/in.h>
23024 #endif
23027 main ()
23029 static struct sockaddr_in6 ac_aggr;
23030 if (ac_aggr.sin6_scope_id)
23031 return 0;
23033 return 0;
23035 _ACEOF
23036 rm -f conftest.$ac_objext
23037 if { (ac_try="$ac_compile"
23038 case "(($ac_try" in
23039 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23040 *) ac_try_echo=$ac_try;;
23041 esac
23042 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
23043 $as_echo "$ac_try_echo") >&5
23044 (eval "$ac_compile") 2>conftest.er1
23045 ac_status=$?
23046 grep -v '^ *+' conftest.er1 >conftest.err
23047 rm -f conftest.er1
23048 cat conftest.err >&5
23049 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
23050 (exit $ac_status); } && {
23051 test -z "$ac_c_werror_flag" ||
23052 test ! -s conftest.err
23053 } && test -s conftest.$ac_objext; then
23054 ac_cv_member_struct_sockaddr_in6_sin6_scope_id=yes
23055 else
23056 $as_echo "$as_me: failed program was:" >&5
23057 sed 's/^/| /' conftest.$ac_ext >&5
23059 cat >conftest.$ac_ext <<_ACEOF
23060 /* confdefs.h. */
23061 _ACEOF
23062 cat confdefs.h >>conftest.$ac_ext
23063 cat >>conftest.$ac_ext <<_ACEOF
23064 /* end confdefs.h. */
23065 #ifdef HAVE_SYS_TYPES_H
23066 #include <sys/types.h>
23067 #endif
23068 #ifdef HAVE_NETINET_IN_H
23069 #include <netinet/in.h>
23070 #endif
23073 main ()
23075 static struct sockaddr_in6 ac_aggr;
23076 if (sizeof ac_aggr.sin6_scope_id)
23077 return 0;
23079 return 0;
23081 _ACEOF
23082 rm -f conftest.$ac_objext
23083 if { (ac_try="$ac_compile"
23084 case "(($ac_try" in
23085 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23086 *) ac_try_echo=$ac_try;;
23087 esac
23088 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
23089 $as_echo "$ac_try_echo") >&5
23090 (eval "$ac_compile") 2>conftest.er1
23091 ac_status=$?
23092 grep -v '^ *+' conftest.er1 >conftest.err
23093 rm -f conftest.er1
23094 cat conftest.err >&5
23095 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
23096 (exit $ac_status); } && {
23097 test -z "$ac_c_werror_flag" ||
23098 test ! -s conftest.err
23099 } && test -s conftest.$ac_objext; then
23100 ac_cv_member_struct_sockaddr_in6_sin6_scope_id=yes
23101 else
23102 $as_echo "$as_me: failed program was:" >&5
23103 sed 's/^/| /' conftest.$ac_ext >&5
23105 ac_cv_member_struct_sockaddr_in6_sin6_scope_id=no
23108 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
23111 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
23113 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_sockaddr_in6_sin6_scope_id" >&5
23114 $as_echo "$ac_cv_member_struct_sockaddr_in6_sin6_scope_id" >&6; }
23115 if test "x$ac_cv_member_struct_sockaddr_in6_sin6_scope_id" = x""yes; then
23117 cat >>confdefs.h <<_ACEOF
23118 #define HAVE_STRUCT_SOCKADDR_IN6_SIN6_SCOPE_ID 1
23119 _ACEOF
23125 { $as_echo "$as_me:$LINENO: checking for ns_msg._msg_ptr" >&5
23126 $as_echo_n "checking for ns_msg._msg_ptr... " >&6; }
23127 if test "${ac_cv_member_ns_msg__msg_ptr+set}" = set; then
23128 $as_echo_n "(cached) " >&6
23129 else
23130 cat >conftest.$ac_ext <<_ACEOF
23131 /* confdefs.h. */
23132 _ACEOF
23133 cat confdefs.h >>conftest.$ac_ext
23134 cat >>conftest.$ac_ext <<_ACEOF
23135 /* end confdefs.h. */
23136 #ifdef HAVE_SYS_TYPES_H
23137 #include <sys/types.h>
23138 #endif
23139 #ifdef HAVE_NETINET_IN_H
23140 # include <netinet/in.h>
23141 #endif
23142 #ifdef HAVE_ARPA_NAMESER_H
23143 # include <arpa/nameser.h>
23144 #endif
23147 main ()
23149 static ns_msg ac_aggr;
23150 if (ac_aggr._msg_ptr)
23151 return 0;
23153 return 0;
23155 _ACEOF
23156 rm -f conftest.$ac_objext
23157 if { (ac_try="$ac_compile"
23158 case "(($ac_try" in
23159 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23160 *) ac_try_echo=$ac_try;;
23161 esac
23162 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
23163 $as_echo "$ac_try_echo") >&5
23164 (eval "$ac_compile") 2>conftest.er1
23165 ac_status=$?
23166 grep -v '^ *+' conftest.er1 >conftest.err
23167 rm -f conftest.er1
23168 cat conftest.err >&5
23169 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
23170 (exit $ac_status); } && {
23171 test -z "$ac_c_werror_flag" ||
23172 test ! -s conftest.err
23173 } && test -s conftest.$ac_objext; then
23174 ac_cv_member_ns_msg__msg_ptr=yes
23175 else
23176 $as_echo "$as_me: failed program was:" >&5
23177 sed 's/^/| /' conftest.$ac_ext >&5
23179 cat >conftest.$ac_ext <<_ACEOF
23180 /* confdefs.h. */
23181 _ACEOF
23182 cat confdefs.h >>conftest.$ac_ext
23183 cat >>conftest.$ac_ext <<_ACEOF
23184 /* end confdefs.h. */
23185 #ifdef HAVE_SYS_TYPES_H
23186 #include <sys/types.h>
23187 #endif
23188 #ifdef HAVE_NETINET_IN_H
23189 # include <netinet/in.h>
23190 #endif
23191 #ifdef HAVE_ARPA_NAMESER_H
23192 # include <arpa/nameser.h>
23193 #endif
23196 main ()
23198 static ns_msg ac_aggr;
23199 if (sizeof ac_aggr._msg_ptr)
23200 return 0;
23202 return 0;
23204 _ACEOF
23205 rm -f conftest.$ac_objext
23206 if { (ac_try="$ac_compile"
23207 case "(($ac_try" in
23208 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23209 *) ac_try_echo=$ac_try;;
23210 esac
23211 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
23212 $as_echo "$ac_try_echo") >&5
23213 (eval "$ac_compile") 2>conftest.er1
23214 ac_status=$?
23215 grep -v '^ *+' conftest.er1 >conftest.err
23216 rm -f conftest.er1
23217 cat conftest.err >&5
23218 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
23219 (exit $ac_status); } && {
23220 test -z "$ac_c_werror_flag" ||
23221 test ! -s conftest.err
23222 } && test -s conftest.$ac_objext; then
23223 ac_cv_member_ns_msg__msg_ptr=yes
23224 else
23225 $as_echo "$as_me: failed program was:" >&5
23226 sed 's/^/| /' conftest.$ac_ext >&5
23228 ac_cv_member_ns_msg__msg_ptr=no
23231 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
23234 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
23236 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_ns_msg__msg_ptr" >&5
23237 $as_echo "$ac_cv_member_ns_msg__msg_ptr" >&6; }
23238 if test "x$ac_cv_member_ns_msg__msg_ptr" = x""yes; then
23240 cat >>confdefs.h <<_ACEOF
23241 #define HAVE_NS_MSG__MSG_PTR 1
23242 _ACEOF
23248 { $as_echo "$as_me:$LINENO: checking for timezone variable" >&5
23249 $as_echo_n "checking for timezone variable... " >&6; }
23250 if test "${ac_cv_have_timezone+set}" = set; then
23251 $as_echo_n "(cached) " >&6
23252 else
23253 cat >conftest.$ac_ext <<_ACEOF
23254 /* confdefs.h. */
23255 _ACEOF
23256 cat confdefs.h >>conftest.$ac_ext
23257 cat >>conftest.$ac_ext <<_ACEOF
23258 /* end confdefs.h. */
23259 #include <time.h>
23261 main ()
23263 timezone = 1
23265 return 0;
23267 _ACEOF
23268 rm -f conftest.$ac_objext conftest$ac_exeext
23269 if { (ac_try="$ac_link"
23270 case "(($ac_try" in
23271 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23272 *) ac_try_echo=$ac_try;;
23273 esac
23274 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
23275 $as_echo "$ac_try_echo") >&5
23276 (eval "$ac_link") 2>conftest.er1
23277 ac_status=$?
23278 grep -v '^ *+' conftest.er1 >conftest.err
23279 rm -f conftest.er1
23280 cat conftest.err >&5
23281 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
23282 (exit $ac_status); } && {
23283 test -z "$ac_c_werror_flag" ||
23284 test ! -s conftest.err
23285 } && test -s conftest$ac_exeext && {
23286 test "$cross_compiling" = yes ||
23287 $as_test_x conftest$ac_exeext
23288 }; then
23289 ac_cv_have_timezone="yes"
23290 else
23291 $as_echo "$as_me: failed program was:" >&5
23292 sed 's/^/| /' conftest.$ac_ext >&5
23294 ac_cv_have_timezone="no"
23297 rm -rf conftest.dSYM
23298 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
23299 conftest$ac_exeext conftest.$ac_ext
23301 { $as_echo "$as_me:$LINENO: result: $ac_cv_have_timezone" >&5
23302 $as_echo "$ac_cv_have_timezone" >&6; }
23303 if test "$ac_cv_have_timezone" = "yes"
23304 then
23306 cat >>confdefs.h <<\_ACEOF
23307 #define HAVE_TIMEZONE 1
23308 _ACEOF
23311 { $as_echo "$as_me:$LINENO: checking for daylight variable" >&5
23312 $as_echo_n "checking for daylight variable... " >&6; }
23313 if test "${ac_cv_have_daylight+set}" = set; then
23314 $as_echo_n "(cached) " >&6
23315 else
23316 cat >conftest.$ac_ext <<_ACEOF
23317 /* confdefs.h. */
23318 _ACEOF
23319 cat confdefs.h >>conftest.$ac_ext
23320 cat >>conftest.$ac_ext <<_ACEOF
23321 /* end confdefs.h. */
23322 #include <time.h>
23324 main ()
23326 daylight = 1
23328 return 0;
23330 _ACEOF
23331 rm -f conftest.$ac_objext conftest$ac_exeext
23332 if { (ac_try="$ac_link"
23333 case "(($ac_try" in
23334 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23335 *) ac_try_echo=$ac_try;;
23336 esac
23337 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
23338 $as_echo "$ac_try_echo") >&5
23339 (eval "$ac_link") 2>conftest.er1
23340 ac_status=$?
23341 grep -v '^ *+' conftest.er1 >conftest.err
23342 rm -f conftest.er1
23343 cat conftest.err >&5
23344 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
23345 (exit $ac_status); } && {
23346 test -z "$ac_c_werror_flag" ||
23347 test ! -s conftest.err
23348 } && test -s conftest$ac_exeext && {
23349 test "$cross_compiling" = yes ||
23350 $as_test_x conftest$ac_exeext
23351 }; then
23352 ac_cv_have_daylight="yes"
23353 else
23354 $as_echo "$as_me: failed program was:" >&5
23355 sed 's/^/| /' conftest.$ac_ext >&5
23357 ac_cv_have_daylight="no"
23360 rm -rf conftest.dSYM
23361 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
23362 conftest$ac_exeext conftest.$ac_ext
23364 { $as_echo "$as_me:$LINENO: result: $ac_cv_have_daylight" >&5
23365 $as_echo "$ac_cv_have_daylight" >&6; }
23366 if test "$ac_cv_have_daylight" = "yes"
23367 then
23369 cat >>confdefs.h <<\_ACEOF
23370 #define HAVE_DAYLIGHT 1
23371 _ACEOF
23375 { $as_echo "$as_me:$LINENO: checking for isinf" >&5
23376 $as_echo_n "checking for isinf... " >&6; }
23377 if test "${ac_cv_have_isinf+set}" = set; then
23378 $as_echo_n "(cached) " >&6
23379 else
23380 cat >conftest.$ac_ext <<_ACEOF
23381 /* confdefs.h. */
23382 _ACEOF
23383 cat confdefs.h >>conftest.$ac_ext
23384 cat >>conftest.$ac_ext <<_ACEOF
23385 /* end confdefs.h. */
23386 #include <math.h>
23388 main ()
23390 float f = 0.0; int i=isinf(f)
23392 return 0;
23394 _ACEOF
23395 rm -f conftest.$ac_objext conftest$ac_exeext
23396 if { (ac_try="$ac_link"
23397 case "(($ac_try" in
23398 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23399 *) ac_try_echo=$ac_try;;
23400 esac
23401 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
23402 $as_echo "$ac_try_echo") >&5
23403 (eval "$ac_link") 2>conftest.er1
23404 ac_status=$?
23405 grep -v '^ *+' conftest.er1 >conftest.err
23406 rm -f conftest.er1
23407 cat conftest.err >&5
23408 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
23409 (exit $ac_status); } && {
23410 test -z "$ac_c_werror_flag" ||
23411 test ! -s conftest.err
23412 } && test -s conftest$ac_exeext && {
23413 test "$cross_compiling" = yes ||
23414 $as_test_x conftest$ac_exeext
23415 }; then
23416 ac_cv_have_isinf="yes"
23417 else
23418 $as_echo "$as_me: failed program was:" >&5
23419 sed 's/^/| /' conftest.$ac_ext >&5
23421 ac_cv_have_isinf="no"
23424 rm -rf conftest.dSYM
23425 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
23426 conftest$ac_exeext conftest.$ac_ext
23428 { $as_echo "$as_me:$LINENO: result: $ac_cv_have_isinf" >&5
23429 $as_echo "$ac_cv_have_isinf" >&6; }
23430 if test "$ac_cv_have_isinf" = "yes"
23431 then
23433 cat >>confdefs.h <<\_ACEOF
23434 #define HAVE_ISINF 1
23435 _ACEOF
23439 { $as_echo "$as_me:$LINENO: checking for isnan" >&5
23440 $as_echo_n "checking for isnan... " >&6; }
23441 if test "${ac_cv_have_isnan+set}" = set; then
23442 $as_echo_n "(cached) " >&6
23443 else
23444 cat >conftest.$ac_ext <<_ACEOF
23445 /* confdefs.h. */
23446 _ACEOF
23447 cat confdefs.h >>conftest.$ac_ext
23448 cat >>conftest.$ac_ext <<_ACEOF
23449 /* end confdefs.h. */
23450 #include <math.h>
23452 main ()
23454 float f = 0.0; int i=isnan(f)
23456 return 0;
23458 _ACEOF
23459 rm -f conftest.$ac_objext conftest$ac_exeext
23460 if { (ac_try="$ac_link"
23461 case "(($ac_try" in
23462 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23463 *) ac_try_echo=$ac_try;;
23464 esac
23465 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
23466 $as_echo "$ac_try_echo") >&5
23467 (eval "$ac_link") 2>conftest.er1
23468 ac_status=$?
23469 grep -v '^ *+' conftest.er1 >conftest.err
23470 rm -f conftest.er1
23471 cat conftest.err >&5
23472 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
23473 (exit $ac_status); } && {
23474 test -z "$ac_c_werror_flag" ||
23475 test ! -s conftest.err
23476 } && test -s conftest$ac_exeext && {
23477 test "$cross_compiling" = yes ||
23478 $as_test_x conftest$ac_exeext
23479 }; then
23480 ac_cv_have_isnan="yes"
23481 else
23482 $as_echo "$as_me: failed program was:" >&5
23483 sed 's/^/| /' conftest.$ac_ext >&5
23485 ac_cv_have_isnan="no"
23488 rm -rf conftest.dSYM
23489 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
23490 conftest$ac_exeext conftest.$ac_ext
23492 { $as_echo "$as_me:$LINENO: result: $ac_cv_have_isnan" >&5
23493 $as_echo "$ac_cv_have_isnan" >&6; }
23494 if test "$ac_cv_have_isnan" = "yes"
23495 then
23497 cat >>confdefs.h <<\_ACEOF
23498 #define HAVE_ISNAN 1
23499 _ACEOF
23504 case $host_cpu in
23505 *i[3456789]86*) { $as_echo "$as_me:$LINENO: checking whether we need to define __i386__" >&5
23506 $as_echo_n "checking whether we need to define __i386__... " >&6; }
23507 if test "${ac_cv_cpp_def___i386__+set}" = set; then
23508 $as_echo_n "(cached) " >&6
23509 else
23510 cat >conftest.$ac_ext <<_ACEOF
23511 /* confdefs.h. */
23512 _ACEOF
23513 cat confdefs.h >>conftest.$ac_ext
23514 cat >>conftest.$ac_ext <<_ACEOF
23515 /* end confdefs.h. */
23516 #ifndef __i386__
23518 #endif
23519 _ACEOF
23520 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
23521 $EGREP "yes" >/dev/null 2>&1; then
23522 ac_cv_cpp_def___i386__=yes
23523 else
23524 ac_cv_cpp_def___i386__=no
23526 rm -f conftest*
23529 { $as_echo "$as_me:$LINENO: result: $ac_cv_cpp_def___i386__" >&5
23530 $as_echo "$ac_cv_cpp_def___i386__" >&6; }
23531 if test $ac_cv_cpp_def___i386__ = yes; then
23532 CFLAGS="$CFLAGS -D__i386__"
23533 LINTFLAGS="$LINTFLAGS -D__i386__"
23536 *x86_64*) { $as_echo "$as_me:$LINENO: checking whether we need to define __x86_64__" >&5
23537 $as_echo_n "checking whether we need to define __x86_64__... " >&6; }
23538 if test "${ac_cv_cpp_def___x86_64__+set}" = set; then
23539 $as_echo_n "(cached) " >&6
23540 else
23541 cat >conftest.$ac_ext <<_ACEOF
23542 /* confdefs.h. */
23543 _ACEOF
23544 cat confdefs.h >>conftest.$ac_ext
23545 cat >>conftest.$ac_ext <<_ACEOF
23546 /* end confdefs.h. */
23547 #ifndef __x86_64__
23549 #endif
23550 _ACEOF
23551 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
23552 $EGREP "yes" >/dev/null 2>&1; then
23553 ac_cv_cpp_def___x86_64__=yes
23554 else
23555 ac_cv_cpp_def___x86_64__=no
23557 rm -f conftest*
23560 { $as_echo "$as_me:$LINENO: result: $ac_cv_cpp_def___x86_64__" >&5
23561 $as_echo "$ac_cv_cpp_def___x86_64__" >&6; }
23562 if test $ac_cv_cpp_def___x86_64__ = yes; then
23563 CFLAGS="$CFLAGS -D__x86_64__"
23564 LINTFLAGS="$LINTFLAGS -D__x86_64__"
23567 *alpha*) { $as_echo "$as_me:$LINENO: checking whether we need to define __ALPHA__" >&5
23568 $as_echo_n "checking whether we need to define __ALPHA__... " >&6; }
23569 if test "${ac_cv_cpp_def___ALPHA__+set}" = set; then
23570 $as_echo_n "(cached) " >&6
23571 else
23572 cat >conftest.$ac_ext <<_ACEOF
23573 /* confdefs.h. */
23574 _ACEOF
23575 cat confdefs.h >>conftest.$ac_ext
23576 cat >>conftest.$ac_ext <<_ACEOF
23577 /* end confdefs.h. */
23578 #ifndef __ALPHA__
23580 #endif
23581 _ACEOF
23582 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
23583 $EGREP "yes" >/dev/null 2>&1; then
23584 ac_cv_cpp_def___ALPHA__=yes
23585 else
23586 ac_cv_cpp_def___ALPHA__=no
23588 rm -f conftest*
23591 { $as_echo "$as_me:$LINENO: result: $ac_cv_cpp_def___ALPHA__" >&5
23592 $as_echo "$ac_cv_cpp_def___ALPHA__" >&6; }
23593 if test $ac_cv_cpp_def___ALPHA__ = yes; then
23594 CFLAGS="$CFLAGS -D__ALPHA__"
23595 LINTFLAGS="$LINTFLAGS -D__ALPHA__"
23598 *sparc*) { $as_echo "$as_me:$LINENO: checking whether we need to define __sparc__" >&5
23599 $as_echo_n "checking whether we need to define __sparc__... " >&6; }
23600 if test "${ac_cv_cpp_def___sparc__+set}" = set; then
23601 $as_echo_n "(cached) " >&6
23602 else
23603 cat >conftest.$ac_ext <<_ACEOF
23604 /* confdefs.h. */
23605 _ACEOF
23606 cat confdefs.h >>conftest.$ac_ext
23607 cat >>conftest.$ac_ext <<_ACEOF
23608 /* end confdefs.h. */
23609 #ifndef __sparc__
23611 #endif
23612 _ACEOF
23613 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
23614 $EGREP "yes" >/dev/null 2>&1; then
23615 ac_cv_cpp_def___sparc__=yes
23616 else
23617 ac_cv_cpp_def___sparc__=no
23619 rm -f conftest*
23622 { $as_echo "$as_me:$LINENO: result: $ac_cv_cpp_def___sparc__" >&5
23623 $as_echo "$ac_cv_cpp_def___sparc__" >&6; }
23624 if test $ac_cv_cpp_def___sparc__ = yes; then
23625 CFLAGS="$CFLAGS -D__sparc__"
23626 LINTFLAGS="$LINTFLAGS -D__sparc__"
23629 *powerpc*) { $as_echo "$as_me:$LINENO: checking whether we need to define __powerpc__" >&5
23630 $as_echo_n "checking whether we need to define __powerpc__... " >&6; }
23631 if test "${ac_cv_cpp_def___powerpc__+set}" = set; then
23632 $as_echo_n "(cached) " >&6
23633 else
23634 cat >conftest.$ac_ext <<_ACEOF
23635 /* confdefs.h. */
23636 _ACEOF
23637 cat confdefs.h >>conftest.$ac_ext
23638 cat >>conftest.$ac_ext <<_ACEOF
23639 /* end confdefs.h. */
23640 #ifndef __powerpc__
23642 #endif
23643 _ACEOF
23644 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
23645 $EGREP "yes" >/dev/null 2>&1; then
23646 ac_cv_cpp_def___powerpc__=yes
23647 else
23648 ac_cv_cpp_def___powerpc__=no
23650 rm -f conftest*
23653 { $as_echo "$as_me:$LINENO: result: $ac_cv_cpp_def___powerpc__" >&5
23654 $as_echo "$ac_cv_cpp_def___powerpc__" >&6; }
23655 if test $ac_cv_cpp_def___powerpc__ = yes; then
23656 CFLAGS="$CFLAGS -D__powerpc__"
23657 LINTFLAGS="$LINTFLAGS -D__powerpc__"
23660 esac
23662 case $host_vendor in
23663 *sun*) { $as_echo "$as_me:$LINENO: checking whether we need to define __sun__" >&5
23664 $as_echo_n "checking whether we need to define __sun__... " >&6; }
23665 if test "${ac_cv_cpp_def___sun__+set}" = set; then
23666 $as_echo_n "(cached) " >&6
23667 else
23668 cat >conftest.$ac_ext <<_ACEOF
23669 /* confdefs.h. */
23670 _ACEOF
23671 cat confdefs.h >>conftest.$ac_ext
23672 cat >>conftest.$ac_ext <<_ACEOF
23673 /* end confdefs.h. */
23674 #ifndef __sun__
23676 #endif
23677 _ACEOF
23678 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
23679 $EGREP "yes" >/dev/null 2>&1; then
23680 ac_cv_cpp_def___sun__=yes
23681 else
23682 ac_cv_cpp_def___sun__=no
23684 rm -f conftest*
23687 { $as_echo "$as_me:$LINENO: result: $ac_cv_cpp_def___sun__" >&5
23688 $as_echo "$ac_cv_cpp_def___sun__" >&6; }
23689 if test $ac_cv_cpp_def___sun__ = yes; then
23690 CFLAGS="$CFLAGS -D__sun__"
23691 LINTFLAGS="$LINTFLAGS -D__sun__"
23694 esac
23697 DEPENDENCIES="### Dependencies:
23699 .INIT: Makefile
23700 .BEGIN: Makefile
23701 Makefile: dummy
23702 -\$(MAKEDEP) -C\$(SRCDIR) -S\$(TOPSRCDIR) -T\$(TOPOBJDIR) \$(EXTRAINCL) \$(DEPEND_SRCS)
23704 \$(OBJS): \$(IDL_GEN_HEADERS)
23705 \$(IDL_GEN_C_SRCS:.c=.o): \$(IDL_GEN_C_SRCS)
23706 \$(RC_SRCS:.rc=.res): \$(IDL_TLB_SRCS:.idl=.tlb)
23707 \$(LEX_SRCS:.l=.yy.o): \$(LEX_SRCS:.l=.yy.c)
23708 \$(BISON_SRCS:.y=.tab.o): \$(BISON_SRCS:.y=.tab.c)"
23711 ALL_MAKERULES=""
23713 ALL_MAKEFILES=""
23715 ALL_MAKEFILE_DEPENDS="# Makefile dependencies"
23718 ALL_TOP_DIRS=""
23720 ALL_DLL_DIRS=""
23722 ALL_IMPLIB_DIRS=""
23724 ALL_TEST_DIRS=""
23726 ALL_PROGRAM_DIRS=""
23728 ALL_PROGRAM_INSTALL_DIRS=""
23730 ALL_PROGRAM_BIN_INSTALL_DIRS=""
23736 ac_config_commands="$ac_config_commands include/stamp-h"
23739 ac_config_commands="$ac_config_commands dlls/gdi32/enhmfdrv"
23741 ac_config_commands="$ac_config_commands dlls/gdi32/mfdrv"
23743 ac_config_commands="$ac_config_commands dlls/kernel32/nls"
23745 ac_config_commands="$ac_config_commands dlls/user32/resources"
23747 ac_config_commands="$ac_config_commands dlls/wineps.drv/data"
23749 ac_config_commands="$ac_config_commands include/wine"
23752 ALL_MAKERULES="$ALL_MAKERULES \\
23753 Make.rules"
23754 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23755 Make.rules: Make.rules.in"
23756 MAKE_RULES=Make.rules
23757 ac_config_files="$ac_config_files Make.rules"
23759 ALL_MAKERULES="$ALL_MAKERULES \\
23760 dlls/Makedll.rules"
23761 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23762 dlls/Makedll.rules: dlls/Makedll.rules.in Make.rules"
23763 MAKE_DLL_RULES=dlls/Makedll.rules
23764 ac_config_files="$ac_config_files dlls/Makedll.rules"
23766 ALL_MAKERULES="$ALL_MAKERULES \\
23767 dlls/Makeimplib.rules"
23768 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23769 dlls/Makeimplib.rules: dlls/Makeimplib.rules.in Make.rules"
23770 MAKE_IMPLIB_RULES=dlls/Makeimplib.rules
23771 ac_config_files="$ac_config_files dlls/Makeimplib.rules"
23773 ALL_MAKERULES="$ALL_MAKERULES \\
23774 dlls/Maketest.rules"
23775 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23776 dlls/Maketest.rules: dlls/Maketest.rules.in Make.rules"
23777 MAKE_TEST_RULES=dlls/Maketest.rules
23778 ac_config_files="$ac_config_files dlls/Maketest.rules"
23780 ALL_MAKERULES="$ALL_MAKERULES \\
23781 programs/Makeprog.rules"
23782 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23783 programs/Makeprog.rules: programs/Makeprog.rules.in Make.rules"
23784 MAKE_PROG_RULES=programs/Makeprog.rules
23785 ac_config_files="$ac_config_files programs/Makeprog.rules"
23790 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23791 Makefile: Makefile.in Make.rules"
23792 ac_config_files="$ac_config_files Makefile"
23794 ALL_MAKEFILES="$ALL_MAKEFILES \\
23795 dlls/Makefile"
23796 test "x$enable_dlls" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
23797 dlls"
23798 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23799 dlls/Makefile: dlls/Makefile.in Make.rules"
23800 ac_config_files="$ac_config_files dlls/Makefile"
23802 ALL_MAKEFILES="$ALL_MAKEFILES \\
23803 dlls/acledit/Makefile"
23804 test "x$enable_acledit" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23805 acledit"
23806 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23807 dlls/acledit/Makefile: dlls/acledit/Makefile.in dlls/Makedll.rules"
23808 ac_config_files="$ac_config_files dlls/acledit/Makefile"
23810 ALL_MAKEFILES="$ALL_MAKEFILES \\
23811 dlls/activeds/Makefile"
23812 test "x$enable_activeds" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23813 activeds"
23814 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23815 dlls/activeds/Makefile: dlls/activeds/Makefile.in dlls/Makedll.rules"
23816 ac_config_files="$ac_config_files dlls/activeds/Makefile"
23818 ALL_MAKEFILES="$ALL_MAKEFILES \\
23819 dlls/actxprxy/Makefile"
23820 test "x$enable_actxprxy" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23821 actxprxy"
23822 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23823 dlls/actxprxy/Makefile: dlls/actxprxy/Makefile.in dlls/Makedll.rules"
23824 ac_config_files="$ac_config_files dlls/actxprxy/Makefile"
23826 ALL_MAKEFILES="$ALL_MAKEFILES \\
23827 dlls/adsiid/Makefile"
23828 test "x$enable_adsiid" != xno && ALL_IMPLIB_DIRS="$ALL_IMPLIB_DIRS \\
23829 adsiid"
23830 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23831 dlls/adsiid/Makefile: dlls/adsiid/Makefile.in dlls/Makeimplib.rules"
23832 ac_config_files="$ac_config_files dlls/adsiid/Makefile"
23834 ALL_MAKEFILES="$ALL_MAKEFILES \\
23835 dlls/advapi32/Makefile"
23836 test "x$enable_advapi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23837 advapi32"
23838 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23839 dlls/advapi32/Makefile: dlls/advapi32/Makefile.in dlls/Makedll.rules"
23840 ac_config_files="$ac_config_files dlls/advapi32/Makefile"
23842 ALL_MAKEFILES="$ALL_MAKEFILES \\
23843 dlls/advapi32/tests/Makefile"
23844 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23845 advapi32/tests"
23846 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23847 dlls/advapi32/tests/Makefile: dlls/advapi32/tests/Makefile.in dlls/Maketest.rules"
23848 ac_config_files="$ac_config_files dlls/advapi32/tests/Makefile"
23850 ALL_MAKEFILES="$ALL_MAKEFILES \\
23851 dlls/advpack/Makefile"
23852 test "x$enable_advpack" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23853 advpack"
23854 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23855 dlls/advpack/Makefile: dlls/advpack/Makefile.in dlls/Makedll.rules"
23856 ac_config_files="$ac_config_files dlls/advpack/Makefile"
23858 ALL_MAKEFILES="$ALL_MAKEFILES \\
23859 dlls/advpack/tests/Makefile"
23860 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23861 advpack/tests"
23862 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23863 dlls/advpack/tests/Makefile: dlls/advpack/tests/Makefile.in dlls/Maketest.rules"
23864 ac_config_files="$ac_config_files dlls/advpack/tests/Makefile"
23866 ALL_MAKEFILES="$ALL_MAKEFILES \\
23867 dlls/amstream/Makefile"
23868 test "x$enable_amstream" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23869 amstream"
23870 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23871 dlls/amstream/Makefile: dlls/amstream/Makefile.in dlls/Makedll.rules"
23872 ac_config_files="$ac_config_files dlls/amstream/Makefile"
23874 ALL_MAKEFILES="$ALL_MAKEFILES \\
23875 dlls/appwiz.cpl/Makefile"
23876 test "x$enable_appwiz_cpl" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23877 appwiz.cpl"
23878 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23879 dlls/appwiz.cpl/Makefile: dlls/appwiz.cpl/Makefile.in dlls/Makedll.rules"
23880 ac_config_files="$ac_config_files dlls/appwiz.cpl/Makefile"
23882 ALL_MAKEFILES="$ALL_MAKEFILES \\
23883 dlls/atl/Makefile"
23884 test "x$enable_atl" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23885 atl"
23886 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23887 dlls/atl/Makefile: dlls/atl/Makefile.in dlls/Makedll.rules"
23888 ac_config_files="$ac_config_files dlls/atl/Makefile"
23890 ALL_MAKEFILES="$ALL_MAKEFILES \\
23891 dlls/avicap32/Makefile"
23892 test "x$enable_avicap32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23893 avicap32"
23894 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23895 dlls/avicap32/Makefile: dlls/avicap32/Makefile.in dlls/Makedll.rules"
23896 ac_config_files="$ac_config_files dlls/avicap32/Makefile"
23898 ALL_MAKEFILES="$ALL_MAKEFILES \\
23899 dlls/avifil32/Makefile"
23900 test "x$enable_avifil32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23901 avifil32"
23902 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23903 dlls/avifil32/Makefile: dlls/avifil32/Makefile.in dlls/Makedll.rules"
23904 ac_config_files="$ac_config_files dlls/avifil32/Makefile"
23906 ALL_MAKEFILES="$ALL_MAKEFILES \\
23907 dlls/browseui/Makefile"
23908 test "x$enable_browseui" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23909 browseui"
23910 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23911 dlls/browseui/Makefile: dlls/browseui/Makefile.in dlls/Makedll.rules"
23912 ac_config_files="$ac_config_files dlls/browseui/Makefile"
23914 ALL_MAKEFILES="$ALL_MAKEFILES \\
23915 dlls/browseui/tests/Makefile"
23916 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23917 browseui/tests"
23918 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23919 dlls/browseui/tests/Makefile: dlls/browseui/tests/Makefile.in dlls/Maketest.rules"
23920 ac_config_files="$ac_config_files dlls/browseui/tests/Makefile"
23922 ALL_MAKEFILES="$ALL_MAKEFILES \\
23923 dlls/cabinet/Makefile"
23924 test "x$enable_cabinet" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23925 cabinet"
23926 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23927 dlls/cabinet/Makefile: dlls/cabinet/Makefile.in dlls/Makedll.rules"
23928 ac_config_files="$ac_config_files dlls/cabinet/Makefile"
23930 ALL_MAKEFILES="$ALL_MAKEFILES \\
23931 dlls/cabinet/tests/Makefile"
23932 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23933 cabinet/tests"
23934 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23935 dlls/cabinet/tests/Makefile: dlls/cabinet/tests/Makefile.in dlls/Maketest.rules"
23936 ac_config_files="$ac_config_files dlls/cabinet/tests/Makefile"
23938 ALL_MAKEFILES="$ALL_MAKEFILES \\
23939 dlls/capi2032/Makefile"
23940 test "x$enable_capi2032" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23941 capi2032"
23942 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23943 dlls/capi2032/Makefile: dlls/capi2032/Makefile.in dlls/Makedll.rules"
23944 ac_config_files="$ac_config_files dlls/capi2032/Makefile"
23946 ALL_MAKEFILES="$ALL_MAKEFILES \\
23947 dlls/cards/Makefile"
23948 test "x$enable_cards" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23949 cards"
23950 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23951 dlls/cards/Makefile: dlls/cards/Makefile.in dlls/Makedll.rules"
23952 ac_config_files="$ac_config_files dlls/cards/Makefile"
23954 ALL_MAKEFILES="$ALL_MAKEFILES \\
23955 dlls/cfgmgr32/Makefile"
23956 test "x$enable_cfgmgr32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23957 cfgmgr32"
23958 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23959 dlls/cfgmgr32/Makefile: dlls/cfgmgr32/Makefile.in dlls/Makedll.rules"
23960 ac_config_files="$ac_config_files dlls/cfgmgr32/Makefile"
23962 ALL_MAKEFILES="$ALL_MAKEFILES \\
23963 dlls/clusapi/Makefile"
23964 test "x$enable_clusapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23965 clusapi"
23966 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23967 dlls/clusapi/Makefile: dlls/clusapi/Makefile.in dlls/Makedll.rules"
23968 ac_config_files="$ac_config_files dlls/clusapi/Makefile"
23970 ALL_MAKEFILES="$ALL_MAKEFILES \\
23971 dlls/comcat/Makefile"
23972 test "x$enable_comcat" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23973 comcat"
23974 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23975 dlls/comcat/Makefile: dlls/comcat/Makefile.in dlls/Makedll.rules"
23976 ac_config_files="$ac_config_files dlls/comcat/Makefile"
23978 ALL_MAKEFILES="$ALL_MAKEFILES \\
23979 dlls/comcat/tests/Makefile"
23980 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23981 comcat/tests"
23982 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23983 dlls/comcat/tests/Makefile: dlls/comcat/tests/Makefile.in dlls/Maketest.rules"
23984 ac_config_files="$ac_config_files dlls/comcat/tests/Makefile"
23986 ALL_MAKEFILES="$ALL_MAKEFILES \\
23987 dlls/comctl32/Makefile"
23988 test "x$enable_comctl32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23989 comctl32"
23990 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23991 dlls/comctl32/Makefile: dlls/comctl32/Makefile.in dlls/Makedll.rules"
23992 ac_config_files="$ac_config_files dlls/comctl32/Makefile"
23994 ALL_MAKEFILES="$ALL_MAKEFILES \\
23995 dlls/comctl32/tests/Makefile"
23996 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23997 comctl32/tests"
23998 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23999 dlls/comctl32/tests/Makefile: dlls/comctl32/tests/Makefile.in dlls/Maketest.rules"
24000 ac_config_files="$ac_config_files dlls/comctl32/tests/Makefile"
24002 ALL_MAKEFILES="$ALL_MAKEFILES \\
24003 dlls/comdlg32/Makefile"
24004 test "x$enable_comdlg32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24005 comdlg32"
24006 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24007 dlls/comdlg32/Makefile: dlls/comdlg32/Makefile.in dlls/Makedll.rules"
24008 ac_config_files="$ac_config_files dlls/comdlg32/Makefile"
24010 ALL_MAKEFILES="$ALL_MAKEFILES \\
24011 dlls/comdlg32/tests/Makefile"
24012 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24013 comdlg32/tests"
24014 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24015 dlls/comdlg32/tests/Makefile: dlls/comdlg32/tests/Makefile.in dlls/Maketest.rules"
24016 ac_config_files="$ac_config_files dlls/comdlg32/tests/Makefile"
24018 ALL_MAKEFILES="$ALL_MAKEFILES \\
24019 dlls/compstui/Makefile"
24020 test "x$enable_compstui" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24021 compstui"
24022 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24023 dlls/compstui/Makefile: dlls/compstui/Makefile.in dlls/Makedll.rules"
24024 ac_config_files="$ac_config_files dlls/compstui/Makefile"
24026 ALL_MAKEFILES="$ALL_MAKEFILES \\
24027 dlls/credui/Makefile"
24028 test "x$enable_credui" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24029 credui"
24030 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24031 dlls/credui/Makefile: dlls/credui/Makefile.in dlls/Makedll.rules"
24032 ac_config_files="$ac_config_files dlls/credui/Makefile"
24034 ALL_MAKEFILES="$ALL_MAKEFILES \\
24035 dlls/credui/tests/Makefile"
24036 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24037 credui/tests"
24038 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24039 dlls/credui/tests/Makefile: dlls/credui/tests/Makefile.in dlls/Maketest.rules"
24040 ac_config_files="$ac_config_files dlls/credui/tests/Makefile"
24042 ALL_MAKEFILES="$ALL_MAKEFILES \\
24043 dlls/crtdll/Makefile"
24044 test "x$enable_crtdll" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24045 crtdll"
24046 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24047 dlls/crtdll/Makefile: dlls/crtdll/Makefile.in dlls/Makedll.rules"
24048 ac_config_files="$ac_config_files dlls/crtdll/Makefile"
24050 ALL_MAKEFILES="$ALL_MAKEFILES \\
24051 dlls/crypt32/Makefile"
24052 test "x$enable_crypt32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24053 crypt32"
24054 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24055 dlls/crypt32/Makefile: dlls/crypt32/Makefile.in dlls/Makedll.rules"
24056 ac_config_files="$ac_config_files dlls/crypt32/Makefile"
24058 ALL_MAKEFILES="$ALL_MAKEFILES \\
24059 dlls/crypt32/tests/Makefile"
24060 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24061 crypt32/tests"
24062 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24063 dlls/crypt32/tests/Makefile: dlls/crypt32/tests/Makefile.in dlls/Maketest.rules"
24064 ac_config_files="$ac_config_files dlls/crypt32/tests/Makefile"
24066 ALL_MAKEFILES="$ALL_MAKEFILES \\
24067 dlls/cryptdlg/Makefile"
24068 test "x$enable_cryptdlg" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24069 cryptdlg"
24070 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24071 dlls/cryptdlg/Makefile: dlls/cryptdlg/Makefile.in dlls/Makedll.rules"
24072 ac_config_files="$ac_config_files dlls/cryptdlg/Makefile"
24074 ALL_MAKEFILES="$ALL_MAKEFILES \\
24075 dlls/cryptdll/Makefile"
24076 test "x$enable_cryptdll" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24077 cryptdll"
24078 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24079 dlls/cryptdll/Makefile: dlls/cryptdll/Makefile.in dlls/Makedll.rules"
24080 ac_config_files="$ac_config_files dlls/cryptdll/Makefile"
24082 ALL_MAKEFILES="$ALL_MAKEFILES \\
24083 dlls/cryptnet/Makefile"
24084 test "x$enable_cryptnet" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24085 cryptnet"
24086 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24087 dlls/cryptnet/Makefile: dlls/cryptnet/Makefile.in dlls/Makedll.rules"
24088 ac_config_files="$ac_config_files dlls/cryptnet/Makefile"
24090 ALL_MAKEFILES="$ALL_MAKEFILES \\
24091 dlls/cryptnet/tests/Makefile"
24092 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24093 cryptnet/tests"
24094 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24095 dlls/cryptnet/tests/Makefile: dlls/cryptnet/tests/Makefile.in dlls/Maketest.rules"
24096 ac_config_files="$ac_config_files dlls/cryptnet/tests/Makefile"
24098 ALL_MAKEFILES="$ALL_MAKEFILES \\
24099 dlls/cryptui/Makefile"
24100 test "x$enable_cryptui" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24101 cryptui"
24102 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24103 dlls/cryptui/Makefile: dlls/cryptui/Makefile.in dlls/Makedll.rules"
24104 ac_config_files="$ac_config_files dlls/cryptui/Makefile"
24106 ALL_MAKEFILES="$ALL_MAKEFILES \\
24107 dlls/cryptui/tests/Makefile"
24108 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24109 cryptui/tests"
24110 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24111 dlls/cryptui/tests/Makefile: dlls/cryptui/tests/Makefile.in dlls/Maketest.rules"
24112 ac_config_files="$ac_config_files dlls/cryptui/tests/Makefile"
24114 ALL_MAKEFILES="$ALL_MAKEFILES \\
24115 dlls/ctapi32/Makefile"
24116 test "x$enable_ctapi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24117 ctapi32"
24118 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24119 dlls/ctapi32/Makefile: dlls/ctapi32/Makefile.in dlls/Makedll.rules"
24120 ac_config_files="$ac_config_files dlls/ctapi32/Makefile"
24122 ALL_MAKEFILES="$ALL_MAKEFILES \\
24123 dlls/ctl3d32/Makefile"
24124 test "x$enable_ctl3d32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24125 ctl3d32"
24126 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24127 dlls/ctl3d32/Makefile: dlls/ctl3d32/Makefile.in dlls/Makedll.rules"
24128 ac_config_files="$ac_config_files dlls/ctl3d32/Makefile"
24130 ALL_MAKEFILES="$ALL_MAKEFILES \\
24131 dlls/d3d10/Makefile"
24132 test "x$enable_d3d10" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24133 d3d10"
24134 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24135 dlls/d3d10/Makefile: dlls/d3d10/Makefile.in dlls/Makedll.rules"
24136 ac_config_files="$ac_config_files dlls/d3d10/Makefile"
24138 ALL_MAKEFILES="$ALL_MAKEFILES \\
24139 dlls/d3d10/tests/Makefile"
24140 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24141 d3d10/tests"
24142 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24143 dlls/d3d10/tests/Makefile: dlls/d3d10/tests/Makefile.in dlls/Maketest.rules"
24144 ac_config_files="$ac_config_files dlls/d3d10/tests/Makefile"
24146 ALL_MAKEFILES="$ALL_MAKEFILES \\
24147 dlls/d3d10core/Makefile"
24148 test "x$enable_d3d10core" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24149 d3d10core"
24150 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24151 dlls/d3d10core/Makefile: dlls/d3d10core/Makefile.in dlls/Makedll.rules"
24152 ac_config_files="$ac_config_files dlls/d3d10core/Makefile"
24154 ALL_MAKEFILES="$ALL_MAKEFILES \\
24155 dlls/d3d10core/tests/Makefile"
24156 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24157 d3d10core/tests"
24158 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24159 dlls/d3d10core/tests/Makefile: dlls/d3d10core/tests/Makefile.in dlls/Maketest.rules"
24160 ac_config_files="$ac_config_files dlls/d3d10core/tests/Makefile"
24162 ALL_MAKEFILES="$ALL_MAKEFILES \\
24163 dlls/d3d8/Makefile"
24164 test "x$enable_d3d8" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24165 d3d8"
24166 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24167 dlls/d3d8/Makefile: dlls/d3d8/Makefile.in dlls/Makedll.rules"
24168 ac_config_files="$ac_config_files dlls/d3d8/Makefile"
24170 ALL_MAKEFILES="$ALL_MAKEFILES \\
24171 dlls/d3d8/tests/Makefile"
24172 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24173 d3d8/tests"
24174 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24175 dlls/d3d8/tests/Makefile: dlls/d3d8/tests/Makefile.in dlls/Maketest.rules"
24176 ac_config_files="$ac_config_files dlls/d3d8/tests/Makefile"
24178 ALL_MAKEFILES="$ALL_MAKEFILES \\
24179 dlls/d3d9/Makefile"
24180 test "x$enable_d3d9" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24181 d3d9"
24182 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24183 dlls/d3d9/Makefile: dlls/d3d9/Makefile.in dlls/Makedll.rules"
24184 ac_config_files="$ac_config_files dlls/d3d9/Makefile"
24186 ALL_MAKEFILES="$ALL_MAKEFILES \\
24187 dlls/d3d9/tests/Makefile"
24188 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24189 d3d9/tests"
24190 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24191 dlls/d3d9/tests/Makefile: dlls/d3d9/tests/Makefile.in dlls/Maketest.rules"
24192 ac_config_files="$ac_config_files dlls/d3d9/tests/Makefile"
24194 ALL_MAKEFILES="$ALL_MAKEFILES \\
24195 dlls/d3dim/Makefile"
24196 test "x$enable_d3dim" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24197 d3dim"
24198 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24199 dlls/d3dim/Makefile: dlls/d3dim/Makefile.in dlls/Makedll.rules"
24200 ac_config_files="$ac_config_files dlls/d3dim/Makefile"
24202 ALL_MAKEFILES="$ALL_MAKEFILES \\
24203 dlls/d3drm/Makefile"
24204 test "x$enable_d3drm" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24205 d3drm"
24206 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24207 dlls/d3drm/Makefile: dlls/d3drm/Makefile.in dlls/Makedll.rules"
24208 ac_config_files="$ac_config_files dlls/d3drm/Makefile"
24210 ALL_MAKEFILES="$ALL_MAKEFILES \\
24211 dlls/d3drm/tests/Makefile"
24212 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24213 d3drm/tests"
24214 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24215 dlls/d3drm/tests/Makefile: dlls/d3drm/tests/Makefile.in dlls/Maketest.rules"
24216 ac_config_files="$ac_config_files dlls/d3drm/tests/Makefile"
24218 ALL_MAKEFILES="$ALL_MAKEFILES \\
24219 dlls/d3dx8/Makefile"
24220 test "x$enable_d3dx8" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24221 d3dx8"
24222 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24223 dlls/d3dx8/Makefile: dlls/d3dx8/Makefile.in dlls/Makedll.rules"
24224 ac_config_files="$ac_config_files dlls/d3dx8/Makefile"
24226 ALL_MAKEFILES="$ALL_MAKEFILES \\
24227 dlls/d3dx8/tests/Makefile"
24228 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24229 d3dx8/tests"
24230 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24231 dlls/d3dx8/tests/Makefile: dlls/d3dx8/tests/Makefile.in dlls/Maketest.rules"
24232 ac_config_files="$ac_config_files dlls/d3dx8/tests/Makefile"
24234 ALL_MAKEFILES="$ALL_MAKEFILES \\
24235 dlls/d3dx9_24/Makefile"
24236 test "x$enable_d3dx9_24" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24237 d3dx9_24"
24238 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24239 dlls/d3dx9_24/Makefile: dlls/d3dx9_24/Makefile.in dlls/Makedll.rules"
24240 ac_config_files="$ac_config_files dlls/d3dx9_24/Makefile"
24242 ALL_MAKEFILES="$ALL_MAKEFILES \\
24243 dlls/d3dx9_25/Makefile"
24244 test "x$enable_d3dx9_25" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24245 d3dx9_25"
24246 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24247 dlls/d3dx9_25/Makefile: dlls/d3dx9_25/Makefile.in dlls/Makedll.rules"
24248 ac_config_files="$ac_config_files dlls/d3dx9_25/Makefile"
24250 ALL_MAKEFILES="$ALL_MAKEFILES \\
24251 dlls/d3dx9_26/Makefile"
24252 test "x$enable_d3dx9_26" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24253 d3dx9_26"
24254 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24255 dlls/d3dx9_26/Makefile: dlls/d3dx9_26/Makefile.in dlls/Makedll.rules"
24256 ac_config_files="$ac_config_files dlls/d3dx9_26/Makefile"
24258 ALL_MAKEFILES="$ALL_MAKEFILES \\
24259 dlls/d3dx9_27/Makefile"
24260 test "x$enable_d3dx9_27" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24261 d3dx9_27"
24262 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24263 dlls/d3dx9_27/Makefile: dlls/d3dx9_27/Makefile.in dlls/Makedll.rules"
24264 ac_config_files="$ac_config_files dlls/d3dx9_27/Makefile"
24266 ALL_MAKEFILES="$ALL_MAKEFILES \\
24267 dlls/d3dx9_28/Makefile"
24268 test "x$enable_d3dx9_28" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24269 d3dx9_28"
24270 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24271 dlls/d3dx9_28/Makefile: dlls/d3dx9_28/Makefile.in dlls/Makedll.rules"
24272 ac_config_files="$ac_config_files dlls/d3dx9_28/Makefile"
24274 ALL_MAKEFILES="$ALL_MAKEFILES \\
24275 dlls/d3dx9_29/Makefile"
24276 test "x$enable_d3dx9_29" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24277 d3dx9_29"
24278 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24279 dlls/d3dx9_29/Makefile: dlls/d3dx9_29/Makefile.in dlls/Makedll.rules"
24280 ac_config_files="$ac_config_files dlls/d3dx9_29/Makefile"
24282 ALL_MAKEFILES="$ALL_MAKEFILES \\
24283 dlls/d3dx9_30/Makefile"
24284 test "x$enable_d3dx9_30" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24285 d3dx9_30"
24286 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24287 dlls/d3dx9_30/Makefile: dlls/d3dx9_30/Makefile.in dlls/Makedll.rules"
24288 ac_config_files="$ac_config_files dlls/d3dx9_30/Makefile"
24290 ALL_MAKEFILES="$ALL_MAKEFILES \\
24291 dlls/d3dx9_31/Makefile"
24292 test "x$enable_d3dx9_31" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24293 d3dx9_31"
24294 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24295 dlls/d3dx9_31/Makefile: dlls/d3dx9_31/Makefile.in dlls/Makedll.rules"
24296 ac_config_files="$ac_config_files dlls/d3dx9_31/Makefile"
24298 ALL_MAKEFILES="$ALL_MAKEFILES \\
24299 dlls/d3dx9_32/Makefile"
24300 test "x$enable_d3dx9_32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24301 d3dx9_32"
24302 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24303 dlls/d3dx9_32/Makefile: dlls/d3dx9_32/Makefile.in dlls/Makedll.rules"
24304 ac_config_files="$ac_config_files dlls/d3dx9_32/Makefile"
24306 ALL_MAKEFILES="$ALL_MAKEFILES \\
24307 dlls/d3dx9_33/Makefile"
24308 test "x$enable_d3dx9_33" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24309 d3dx9_33"
24310 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24311 dlls/d3dx9_33/Makefile: dlls/d3dx9_33/Makefile.in dlls/Makedll.rules"
24312 ac_config_files="$ac_config_files dlls/d3dx9_33/Makefile"
24314 ALL_MAKEFILES="$ALL_MAKEFILES \\
24315 dlls/d3dx9_34/Makefile"
24316 test "x$enable_d3dx9_34" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24317 d3dx9_34"
24318 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24319 dlls/d3dx9_34/Makefile: dlls/d3dx9_34/Makefile.in dlls/Makedll.rules"
24320 ac_config_files="$ac_config_files dlls/d3dx9_34/Makefile"
24322 ALL_MAKEFILES="$ALL_MAKEFILES \\
24323 dlls/d3dx9_35/Makefile"
24324 test "x$enable_d3dx9_35" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24325 d3dx9_35"
24326 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24327 dlls/d3dx9_35/Makefile: dlls/d3dx9_35/Makefile.in dlls/Makedll.rules"
24328 ac_config_files="$ac_config_files dlls/d3dx9_35/Makefile"
24330 ALL_MAKEFILES="$ALL_MAKEFILES \\
24331 dlls/d3dx9_36/Makefile"
24332 test "x$enable_d3dx9_36" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24333 d3dx9_36"
24334 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24335 dlls/d3dx9_36/Makefile: dlls/d3dx9_36/Makefile.in dlls/Makedll.rules"
24336 ac_config_files="$ac_config_files dlls/d3dx9_36/Makefile"
24338 ALL_MAKEFILES="$ALL_MAKEFILES \\
24339 dlls/d3dx9_36/tests/Makefile"
24340 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24341 d3dx9_36/tests"
24342 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24343 dlls/d3dx9_36/tests/Makefile: dlls/d3dx9_36/tests/Makefile.in dlls/Maketest.rules"
24344 ac_config_files="$ac_config_files dlls/d3dx9_36/tests/Makefile"
24346 ALL_MAKEFILES="$ALL_MAKEFILES \\
24347 dlls/d3dx9_37/Makefile"
24348 test "x$enable_d3dx9_37" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24349 d3dx9_37"
24350 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24351 dlls/d3dx9_37/Makefile: dlls/d3dx9_37/Makefile.in dlls/Makedll.rules"
24352 ac_config_files="$ac_config_files dlls/d3dx9_37/Makefile"
24354 ALL_MAKEFILES="$ALL_MAKEFILES \\
24355 dlls/d3dxof/Makefile"
24356 test "x$enable_d3dxof" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24357 d3dxof"
24358 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24359 dlls/d3dxof/Makefile: dlls/d3dxof/Makefile.in dlls/Makedll.rules"
24360 ac_config_files="$ac_config_files dlls/d3dxof/Makefile"
24362 ALL_MAKEFILES="$ALL_MAKEFILES \\
24363 dlls/d3dxof/tests/Makefile"
24364 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24365 d3dxof/tests"
24366 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24367 dlls/d3dxof/tests/Makefile: dlls/d3dxof/tests/Makefile.in dlls/Maketest.rules"
24368 ac_config_files="$ac_config_files dlls/d3dxof/tests/Makefile"
24370 ALL_MAKEFILES="$ALL_MAKEFILES \\
24371 dlls/dbghelp/Makefile"
24372 test "x$enable_dbghelp" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24373 dbghelp"
24374 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24375 dlls/dbghelp/Makefile: dlls/dbghelp/Makefile.in dlls/Makedll.rules"
24376 ac_config_files="$ac_config_files dlls/dbghelp/Makefile"
24378 ALL_MAKEFILES="$ALL_MAKEFILES \\
24379 dlls/dciman32/Makefile"
24380 test "x$enable_dciman32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24381 dciman32"
24382 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24383 dlls/dciman32/Makefile: dlls/dciman32/Makefile.in dlls/Makedll.rules"
24384 ac_config_files="$ac_config_files dlls/dciman32/Makefile"
24386 ALL_MAKEFILES="$ALL_MAKEFILES \\
24387 dlls/ddraw/Makefile"
24388 test "x$enable_ddraw" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24389 ddraw"
24390 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24391 dlls/ddraw/Makefile: dlls/ddraw/Makefile.in dlls/Makedll.rules"
24392 ac_config_files="$ac_config_files dlls/ddraw/Makefile"
24394 ALL_MAKEFILES="$ALL_MAKEFILES \\
24395 dlls/ddraw/tests/Makefile"
24396 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24397 ddraw/tests"
24398 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24399 dlls/ddraw/tests/Makefile: dlls/ddraw/tests/Makefile.in dlls/Maketest.rules"
24400 ac_config_files="$ac_config_files dlls/ddraw/tests/Makefile"
24402 ALL_MAKEFILES="$ALL_MAKEFILES \\
24403 dlls/ddrawex/Makefile"
24404 test "x$enable_ddrawex" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24405 ddrawex"
24406 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24407 dlls/ddrawex/Makefile: dlls/ddrawex/Makefile.in dlls/Makedll.rules"
24408 ac_config_files="$ac_config_files dlls/ddrawex/Makefile"
24410 ALL_MAKEFILES="$ALL_MAKEFILES \\
24411 dlls/devenum/Makefile"
24412 test "x$enable_devenum" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24413 devenum"
24414 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24415 dlls/devenum/Makefile: dlls/devenum/Makefile.in dlls/Makedll.rules"
24416 ac_config_files="$ac_config_files dlls/devenum/Makefile"
24418 ALL_MAKEFILES="$ALL_MAKEFILES \\
24419 dlls/dinput/Makefile"
24420 test "x$enable_dinput" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24421 dinput"
24422 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24423 dlls/dinput/Makefile: dlls/dinput/Makefile.in dlls/Makedll.rules"
24424 ac_config_files="$ac_config_files dlls/dinput/Makefile"
24426 ALL_MAKEFILES="$ALL_MAKEFILES \\
24427 dlls/dinput/tests/Makefile"
24428 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24429 dinput/tests"
24430 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24431 dlls/dinput/tests/Makefile: dlls/dinput/tests/Makefile.in dlls/Maketest.rules"
24432 ac_config_files="$ac_config_files dlls/dinput/tests/Makefile"
24434 ALL_MAKEFILES="$ALL_MAKEFILES \\
24435 dlls/dinput8/Makefile"
24436 test "x$enable_dinput8" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24437 dinput8"
24438 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24439 dlls/dinput8/Makefile: dlls/dinput8/Makefile.in dlls/Makedll.rules"
24440 ac_config_files="$ac_config_files dlls/dinput8/Makefile"
24442 ALL_MAKEFILES="$ALL_MAKEFILES \\
24443 dlls/dmband/Makefile"
24444 test "x$enable_dmband" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24445 dmband"
24446 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24447 dlls/dmband/Makefile: dlls/dmband/Makefile.in dlls/Makedll.rules"
24448 ac_config_files="$ac_config_files dlls/dmband/Makefile"
24450 ALL_MAKEFILES="$ALL_MAKEFILES \\
24451 dlls/dmcompos/Makefile"
24452 test "x$enable_dmcompos" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24453 dmcompos"
24454 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24455 dlls/dmcompos/Makefile: dlls/dmcompos/Makefile.in dlls/Makedll.rules"
24456 ac_config_files="$ac_config_files dlls/dmcompos/Makefile"
24458 ALL_MAKEFILES="$ALL_MAKEFILES \\
24459 dlls/dmime/Makefile"
24460 test "x$enable_dmime" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24461 dmime"
24462 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24463 dlls/dmime/Makefile: dlls/dmime/Makefile.in dlls/Makedll.rules"
24464 ac_config_files="$ac_config_files dlls/dmime/Makefile"
24466 ALL_MAKEFILES="$ALL_MAKEFILES \\
24467 dlls/dmloader/Makefile"
24468 test "x$enable_dmloader" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24469 dmloader"
24470 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24471 dlls/dmloader/Makefile: dlls/dmloader/Makefile.in dlls/Makedll.rules"
24472 ac_config_files="$ac_config_files dlls/dmloader/Makefile"
24474 ALL_MAKEFILES="$ALL_MAKEFILES \\
24475 dlls/dmscript/Makefile"
24476 test "x$enable_dmscript" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24477 dmscript"
24478 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24479 dlls/dmscript/Makefile: dlls/dmscript/Makefile.in dlls/Makedll.rules"
24480 ac_config_files="$ac_config_files dlls/dmscript/Makefile"
24482 ALL_MAKEFILES="$ALL_MAKEFILES \\
24483 dlls/dmstyle/Makefile"
24484 test "x$enable_dmstyle" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24485 dmstyle"
24486 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24487 dlls/dmstyle/Makefile: dlls/dmstyle/Makefile.in dlls/Makedll.rules"
24488 ac_config_files="$ac_config_files dlls/dmstyle/Makefile"
24490 ALL_MAKEFILES="$ALL_MAKEFILES \\
24491 dlls/dmsynth/Makefile"
24492 test "x$enable_dmsynth" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24493 dmsynth"
24494 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24495 dlls/dmsynth/Makefile: dlls/dmsynth/Makefile.in dlls/Makedll.rules"
24496 ac_config_files="$ac_config_files dlls/dmsynth/Makefile"
24498 ALL_MAKEFILES="$ALL_MAKEFILES \\
24499 dlls/dmusic/Makefile"
24500 test "x$enable_dmusic" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24501 dmusic"
24502 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24503 dlls/dmusic/Makefile: dlls/dmusic/Makefile.in dlls/Makedll.rules"
24504 ac_config_files="$ac_config_files dlls/dmusic/Makefile"
24506 ALL_MAKEFILES="$ALL_MAKEFILES \\
24507 dlls/dmusic32/Makefile"
24508 test "x$enable_dmusic32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24509 dmusic32"
24510 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24511 dlls/dmusic32/Makefile: dlls/dmusic32/Makefile.in dlls/Makedll.rules"
24512 ac_config_files="$ac_config_files dlls/dmusic32/Makefile"
24514 ALL_MAKEFILES="$ALL_MAKEFILES \\
24515 dlls/dnsapi/Makefile"
24516 test "x$enable_dnsapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24517 dnsapi"
24518 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24519 dlls/dnsapi/Makefile: dlls/dnsapi/Makefile.in dlls/Makedll.rules"
24520 ac_config_files="$ac_config_files dlls/dnsapi/Makefile"
24522 ALL_MAKEFILES="$ALL_MAKEFILES \\
24523 dlls/dnsapi/tests/Makefile"
24524 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24525 dnsapi/tests"
24526 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24527 dlls/dnsapi/tests/Makefile: dlls/dnsapi/tests/Makefile.in dlls/Maketest.rules"
24528 ac_config_files="$ac_config_files dlls/dnsapi/tests/Makefile"
24530 ALL_MAKEFILES="$ALL_MAKEFILES \\
24531 dlls/dplay/Makefile"
24532 test "x$enable_dplay" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24533 dplay"
24534 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24535 dlls/dplay/Makefile: dlls/dplay/Makefile.in dlls/Makedll.rules"
24536 ac_config_files="$ac_config_files dlls/dplay/Makefile"
24538 ALL_MAKEFILES="$ALL_MAKEFILES \\
24539 dlls/dplayx/Makefile"
24540 test "x$enable_dplayx" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24541 dplayx"
24542 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24543 dlls/dplayx/Makefile: dlls/dplayx/Makefile.in dlls/Makedll.rules"
24544 ac_config_files="$ac_config_files dlls/dplayx/Makefile"
24546 ALL_MAKEFILES="$ALL_MAKEFILES \\
24547 dlls/dplayx/tests/Makefile"
24548 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24549 dplayx/tests"
24550 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24551 dlls/dplayx/tests/Makefile: dlls/dplayx/tests/Makefile.in dlls/Maketest.rules"
24552 ac_config_files="$ac_config_files dlls/dplayx/tests/Makefile"
24554 ALL_MAKEFILES="$ALL_MAKEFILES \\
24555 dlls/dpnaddr/Makefile"
24556 test "x$enable_dpnaddr" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24557 dpnaddr"
24558 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24559 dlls/dpnaddr/Makefile: dlls/dpnaddr/Makefile.in dlls/Makedll.rules"
24560 ac_config_files="$ac_config_files dlls/dpnaddr/Makefile"
24562 ALL_MAKEFILES="$ALL_MAKEFILES \\
24563 dlls/dpnet/Makefile"
24564 test "x$enable_dpnet" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24565 dpnet"
24566 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24567 dlls/dpnet/Makefile: dlls/dpnet/Makefile.in dlls/Makedll.rules"
24568 ac_config_files="$ac_config_files dlls/dpnet/Makefile"
24570 ALL_MAKEFILES="$ALL_MAKEFILES \\
24571 dlls/dpnhpast/Makefile"
24572 test "x$enable_dpnhpast" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24573 dpnhpast"
24574 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24575 dlls/dpnhpast/Makefile: dlls/dpnhpast/Makefile.in dlls/Makedll.rules"
24576 ac_config_files="$ac_config_files dlls/dpnhpast/Makefile"
24578 ALL_MAKEFILES="$ALL_MAKEFILES \\
24579 dlls/dpnlobby/Makefile"
24580 test "x$enable_dpnlobby" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24581 dpnlobby"
24582 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24583 dlls/dpnlobby/Makefile: dlls/dpnlobby/Makefile.in dlls/Makedll.rules"
24584 ac_config_files="$ac_config_files dlls/dpnlobby/Makefile"
24586 ALL_MAKEFILES="$ALL_MAKEFILES \\
24587 dlls/dpwsockx/Makefile"
24588 test "x$enable_dpwsockx" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24589 dpwsockx"
24590 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24591 dlls/dpwsockx/Makefile: dlls/dpwsockx/Makefile.in dlls/Makedll.rules"
24592 ac_config_files="$ac_config_files dlls/dpwsockx/Makefile"
24594 ALL_MAKEFILES="$ALL_MAKEFILES \\
24595 dlls/dsound/Makefile"
24596 test "x$enable_dsound" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24597 dsound"
24598 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24599 dlls/dsound/Makefile: dlls/dsound/Makefile.in dlls/Makedll.rules"
24600 ac_config_files="$ac_config_files dlls/dsound/Makefile"
24602 ALL_MAKEFILES="$ALL_MAKEFILES \\
24603 dlls/dsound/tests/Makefile"
24604 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24605 dsound/tests"
24606 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24607 dlls/dsound/tests/Makefile: dlls/dsound/tests/Makefile.in dlls/Maketest.rules"
24608 ac_config_files="$ac_config_files dlls/dsound/tests/Makefile"
24610 ALL_MAKEFILES="$ALL_MAKEFILES \\
24611 dlls/dssenh/Makefile"
24612 test "x$enable_dssenh" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24613 dssenh"
24614 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24615 dlls/dssenh/Makefile: dlls/dssenh/Makefile.in dlls/Makedll.rules"
24616 ac_config_files="$ac_config_files dlls/dssenh/Makefile"
24618 ALL_MAKEFILES="$ALL_MAKEFILES \\
24619 dlls/dswave/Makefile"
24620 test "x$enable_dswave" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24621 dswave"
24622 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24623 dlls/dswave/Makefile: dlls/dswave/Makefile.in dlls/Makedll.rules"
24624 ac_config_files="$ac_config_files dlls/dswave/Makefile"
24626 ALL_MAKEFILES="$ALL_MAKEFILES \\
24627 dlls/dwmapi/Makefile"
24628 test "x$enable_dwmapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24629 dwmapi"
24630 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24631 dlls/dwmapi/Makefile: dlls/dwmapi/Makefile.in dlls/Makedll.rules"
24632 ac_config_files="$ac_config_files dlls/dwmapi/Makefile"
24634 ALL_MAKEFILES="$ALL_MAKEFILES \\
24635 dlls/dxdiagn/Makefile"
24636 test "x$enable_dxdiagn" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24637 dxdiagn"
24638 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24639 dlls/dxdiagn/Makefile: dlls/dxdiagn/Makefile.in dlls/Makedll.rules"
24640 ac_config_files="$ac_config_files dlls/dxdiagn/Makefile"
24642 ALL_MAKEFILES="$ALL_MAKEFILES \\
24643 dlls/dxerr8/Makefile"
24644 test "x$enable_dxerr8" != xno && ALL_IMPLIB_DIRS="$ALL_IMPLIB_DIRS \\
24645 dxerr8"
24646 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24647 dlls/dxerr8/Makefile: dlls/dxerr8/Makefile.in dlls/Makeimplib.rules"
24648 ac_config_files="$ac_config_files dlls/dxerr8/Makefile"
24650 ALL_MAKEFILES="$ALL_MAKEFILES \\
24651 dlls/dxerr9/Makefile"
24652 test "x$enable_dxerr9" != xno && ALL_IMPLIB_DIRS="$ALL_IMPLIB_DIRS \\
24653 dxerr9"
24654 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24655 dlls/dxerr9/Makefile: dlls/dxerr9/Makefile.in dlls/Makeimplib.rules"
24656 ac_config_files="$ac_config_files dlls/dxerr9/Makefile"
24658 ALL_MAKEFILES="$ALL_MAKEFILES \\
24659 dlls/dxgi/Makefile"
24660 test "x$enable_dxgi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24661 dxgi"
24662 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24663 dlls/dxgi/Makefile: dlls/dxgi/Makefile.in dlls/Makedll.rules"
24664 ac_config_files="$ac_config_files dlls/dxgi/Makefile"
24666 ALL_MAKEFILES="$ALL_MAKEFILES \\
24667 dlls/dxgi/tests/Makefile"
24668 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24669 dxgi/tests"
24670 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24671 dlls/dxgi/tests/Makefile: dlls/dxgi/tests/Makefile.in dlls/Maketest.rules"
24672 ac_config_files="$ac_config_files dlls/dxgi/tests/Makefile"
24674 ALL_MAKEFILES="$ALL_MAKEFILES \\
24675 dlls/dxguid/Makefile"
24676 test "x$enable_dxguid" != xno && ALL_IMPLIB_DIRS="$ALL_IMPLIB_DIRS \\
24677 dxguid"
24678 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24679 dlls/dxguid/Makefile: dlls/dxguid/Makefile.in dlls/Makeimplib.rules"
24680 ac_config_files="$ac_config_files dlls/dxguid/Makefile"
24682 ALL_MAKEFILES="$ALL_MAKEFILES \\
24683 dlls/faultrep/Makefile"
24684 test "x$enable_faultrep" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24685 faultrep"
24686 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24687 dlls/faultrep/Makefile: dlls/faultrep/Makefile.in dlls/Makedll.rules"
24688 ac_config_files="$ac_config_files dlls/faultrep/Makefile"
24690 ALL_MAKEFILES="$ALL_MAKEFILES \\
24691 dlls/fusion/Makefile"
24692 test "x$enable_fusion" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24693 fusion"
24694 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24695 dlls/fusion/Makefile: dlls/fusion/Makefile.in dlls/Makedll.rules"
24696 ac_config_files="$ac_config_files dlls/fusion/Makefile"
24698 ALL_MAKEFILES="$ALL_MAKEFILES \\
24699 dlls/fusion/tests/Makefile"
24700 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24701 fusion/tests"
24702 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24703 dlls/fusion/tests/Makefile: dlls/fusion/tests/Makefile.in dlls/Maketest.rules"
24704 ac_config_files="$ac_config_files dlls/fusion/tests/Makefile"
24706 ALL_MAKEFILES="$ALL_MAKEFILES \\
24707 dlls/gdi32/Makefile"
24708 test "x$enable_gdi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24709 gdi32"
24710 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24711 dlls/gdi32/Makefile: dlls/gdi32/Makefile.in dlls/Makedll.rules"
24712 ac_config_files="$ac_config_files dlls/gdi32/Makefile"
24714 ALL_MAKEFILES="$ALL_MAKEFILES \\
24715 dlls/gdi32/tests/Makefile"
24716 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24717 gdi32/tests"
24718 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24719 dlls/gdi32/tests/Makefile: dlls/gdi32/tests/Makefile.in dlls/Maketest.rules"
24720 ac_config_files="$ac_config_files dlls/gdi32/tests/Makefile"
24722 ALL_MAKEFILES="$ALL_MAKEFILES \\
24723 dlls/gdiplus/Makefile"
24724 test "x$enable_gdiplus" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24725 gdiplus"
24726 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24727 dlls/gdiplus/Makefile: dlls/gdiplus/Makefile.in dlls/Makedll.rules"
24728 ac_config_files="$ac_config_files dlls/gdiplus/Makefile"
24730 ALL_MAKEFILES="$ALL_MAKEFILES \\
24731 dlls/gdiplus/tests/Makefile"
24732 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24733 gdiplus/tests"
24734 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24735 dlls/gdiplus/tests/Makefile: dlls/gdiplus/tests/Makefile.in dlls/Maketest.rules"
24736 ac_config_files="$ac_config_files dlls/gdiplus/tests/Makefile"
24738 ALL_MAKEFILES="$ALL_MAKEFILES \\
24739 dlls/glu32/Makefile"
24740 test "x$enable_glu32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24741 glu32"
24742 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24743 dlls/glu32/Makefile: dlls/glu32/Makefile.in dlls/Makedll.rules"
24744 ac_config_files="$ac_config_files dlls/glu32/Makefile"
24746 ALL_MAKEFILES="$ALL_MAKEFILES \\
24747 dlls/gphoto2.ds/Makefile"
24748 test "x$enable_gphoto2_ds" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24749 gphoto2.ds"
24750 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24751 dlls/gphoto2.ds/Makefile: dlls/gphoto2.ds/Makefile.in dlls/Makedll.rules"
24752 ac_config_files="$ac_config_files dlls/gphoto2.ds/Makefile"
24754 ALL_MAKEFILES="$ALL_MAKEFILES \\
24755 dlls/gpkcsp/Makefile"
24756 test "x$enable_gpkcsp" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24757 gpkcsp"
24758 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24759 dlls/gpkcsp/Makefile: dlls/gpkcsp/Makefile.in dlls/Makedll.rules"
24760 ac_config_files="$ac_config_files dlls/gpkcsp/Makefile"
24762 ALL_MAKEFILES="$ALL_MAKEFILES \\
24763 dlls/hal/Makefile"
24764 test "x$enable_hal" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24765 hal"
24766 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24767 dlls/hal/Makefile: dlls/hal/Makefile.in dlls/Makedll.rules"
24768 ac_config_files="$ac_config_files dlls/hal/Makefile"
24770 ALL_MAKEFILES="$ALL_MAKEFILES \\
24771 dlls/hhctrl.ocx/Makefile"
24772 test "x$enable_hhctrl_ocx" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24773 hhctrl.ocx"
24774 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24775 dlls/hhctrl.ocx/Makefile: dlls/hhctrl.ocx/Makefile.in dlls/Makedll.rules"
24776 ac_config_files="$ac_config_files dlls/hhctrl.ocx/Makefile"
24778 ALL_MAKEFILES="$ALL_MAKEFILES \\
24779 dlls/hid/Makefile"
24780 test "x$enable_hid" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24781 hid"
24782 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24783 dlls/hid/Makefile: dlls/hid/Makefile.in dlls/Makedll.rules"
24784 ac_config_files="$ac_config_files dlls/hid/Makefile"
24786 ALL_MAKEFILES="$ALL_MAKEFILES \\
24787 dlls/hlink/Makefile"
24788 test "x$enable_hlink" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24789 hlink"
24790 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24791 dlls/hlink/Makefile: dlls/hlink/Makefile.in dlls/Makedll.rules"
24792 ac_config_files="$ac_config_files dlls/hlink/Makefile"
24794 ALL_MAKEFILES="$ALL_MAKEFILES \\
24795 dlls/hlink/tests/Makefile"
24796 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24797 hlink/tests"
24798 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24799 dlls/hlink/tests/Makefile: dlls/hlink/tests/Makefile.in dlls/Maketest.rules"
24800 ac_config_files="$ac_config_files dlls/hlink/tests/Makefile"
24802 ALL_MAKEFILES="$ALL_MAKEFILES \\
24803 dlls/hnetcfg/Makefile"
24804 test "x$enable_hnetcfg" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24805 hnetcfg"
24806 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24807 dlls/hnetcfg/Makefile: dlls/hnetcfg/Makefile.in dlls/Makedll.rules"
24808 ac_config_files="$ac_config_files dlls/hnetcfg/Makefile"
24810 ALL_MAKEFILES="$ALL_MAKEFILES \\
24811 dlls/iccvid/Makefile"
24812 test "x$enable_iccvid" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24813 iccvid"
24814 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24815 dlls/iccvid/Makefile: dlls/iccvid/Makefile.in dlls/Makedll.rules"
24816 ac_config_files="$ac_config_files dlls/iccvid/Makefile"
24818 ALL_MAKEFILES="$ALL_MAKEFILES \\
24819 dlls/icmp/Makefile"
24820 test "x$enable_icmp" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24821 icmp"
24822 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24823 dlls/icmp/Makefile: dlls/icmp/Makefile.in dlls/Makedll.rules"
24824 ac_config_files="$ac_config_files dlls/icmp/Makefile"
24826 ALL_MAKEFILES="$ALL_MAKEFILES \\
24827 dlls/ifsmgr.vxd/Makefile"
24828 test "x$enable_ifsmgr_vxd" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24829 ifsmgr.vxd"
24830 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24831 dlls/ifsmgr.vxd/Makefile: dlls/ifsmgr.vxd/Makefile.in dlls/Makedll.rules"
24832 ac_config_files="$ac_config_files dlls/ifsmgr.vxd/Makefile"
24834 ALL_MAKEFILES="$ALL_MAKEFILES \\
24835 dlls/imaadp32.acm/Makefile"
24836 test "x$enable_imaadp32_acm" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24837 imaadp32.acm"
24838 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24839 dlls/imaadp32.acm/Makefile: dlls/imaadp32.acm/Makefile.in dlls/Makedll.rules"
24840 ac_config_files="$ac_config_files dlls/imaadp32.acm/Makefile"
24842 ALL_MAKEFILES="$ALL_MAKEFILES \\
24843 dlls/imagehlp/Makefile"
24844 test "x$enable_imagehlp" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24845 imagehlp"
24846 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24847 dlls/imagehlp/Makefile: dlls/imagehlp/Makefile.in dlls/Makedll.rules"
24848 ac_config_files="$ac_config_files dlls/imagehlp/Makefile"
24850 ALL_MAKEFILES="$ALL_MAKEFILES \\
24851 dlls/imm32/Makefile"
24852 test "x$enable_imm32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24853 imm32"
24854 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24855 dlls/imm32/Makefile: dlls/imm32/Makefile.in dlls/Makedll.rules"
24856 ac_config_files="$ac_config_files dlls/imm32/Makefile"
24858 ALL_MAKEFILES="$ALL_MAKEFILES \\
24859 dlls/imm32/tests/Makefile"
24860 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24861 imm32/tests"
24862 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24863 dlls/imm32/tests/Makefile: dlls/imm32/tests/Makefile.in dlls/Maketest.rules"
24864 ac_config_files="$ac_config_files dlls/imm32/tests/Makefile"
24866 ALL_MAKEFILES="$ALL_MAKEFILES \\
24867 dlls/inetcomm/Makefile"
24868 test "x$enable_inetcomm" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24869 inetcomm"
24870 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24871 dlls/inetcomm/Makefile: dlls/inetcomm/Makefile.in dlls/Makedll.rules"
24872 ac_config_files="$ac_config_files dlls/inetcomm/Makefile"
24874 ALL_MAKEFILES="$ALL_MAKEFILES \\
24875 dlls/inetcomm/tests/Makefile"
24876 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24877 inetcomm/tests"
24878 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24879 dlls/inetcomm/tests/Makefile: dlls/inetcomm/tests/Makefile.in dlls/Maketest.rules"
24880 ac_config_files="$ac_config_files dlls/inetcomm/tests/Makefile"
24882 ALL_MAKEFILES="$ALL_MAKEFILES \\
24883 dlls/inetmib1/Makefile"
24884 test "x$enable_inetmib1" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24885 inetmib1"
24886 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24887 dlls/inetmib1/Makefile: dlls/inetmib1/Makefile.in dlls/Makedll.rules"
24888 ac_config_files="$ac_config_files dlls/inetmib1/Makefile"
24890 ALL_MAKEFILES="$ALL_MAKEFILES \\
24891 dlls/inetmib1/tests/Makefile"
24892 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24893 inetmib1/tests"
24894 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24895 dlls/inetmib1/tests/Makefile: dlls/inetmib1/tests/Makefile.in dlls/Maketest.rules"
24896 ac_config_files="$ac_config_files dlls/inetmib1/tests/Makefile"
24898 ALL_MAKEFILES="$ALL_MAKEFILES \\
24899 dlls/infosoft/Makefile"
24900 test "x$enable_infosoft" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24901 infosoft"
24902 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24903 dlls/infosoft/Makefile: dlls/infosoft/Makefile.in dlls/Makedll.rules"
24904 ac_config_files="$ac_config_files dlls/infosoft/Makefile"
24906 ALL_MAKEFILES="$ALL_MAKEFILES \\
24907 dlls/infosoft/tests/Makefile"
24908 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24909 infosoft/tests"
24910 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24911 dlls/infosoft/tests/Makefile: dlls/infosoft/tests/Makefile.in dlls/Maketest.rules"
24912 ac_config_files="$ac_config_files dlls/infosoft/tests/Makefile"
24914 ALL_MAKEFILES="$ALL_MAKEFILES \\
24915 dlls/initpki/Makefile"
24916 test "x$enable_initpki" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24917 initpki"
24918 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24919 dlls/initpki/Makefile: dlls/initpki/Makefile.in dlls/Makedll.rules"
24920 ac_config_files="$ac_config_files dlls/initpki/Makefile"
24922 ALL_MAKEFILES="$ALL_MAKEFILES \\
24923 dlls/inkobj/Makefile"
24924 test "x$enable_inkobj" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24925 inkobj"
24926 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24927 dlls/inkobj/Makefile: dlls/inkobj/Makefile.in dlls/Makedll.rules"
24928 ac_config_files="$ac_config_files dlls/inkobj/Makefile"
24930 ALL_MAKEFILES="$ALL_MAKEFILES \\
24931 dlls/inseng/Makefile"
24932 test "x$enable_inseng" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24933 inseng"
24934 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24935 dlls/inseng/Makefile: dlls/inseng/Makefile.in dlls/Makedll.rules"
24936 ac_config_files="$ac_config_files dlls/inseng/Makefile"
24938 ALL_MAKEFILES="$ALL_MAKEFILES \\
24939 dlls/iphlpapi/Makefile"
24940 test "x$enable_iphlpapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24941 iphlpapi"
24942 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24943 dlls/iphlpapi/Makefile: dlls/iphlpapi/Makefile.in dlls/Makedll.rules"
24944 ac_config_files="$ac_config_files dlls/iphlpapi/Makefile"
24946 ALL_MAKEFILES="$ALL_MAKEFILES \\
24947 dlls/iphlpapi/tests/Makefile"
24948 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24949 iphlpapi/tests"
24950 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24951 dlls/iphlpapi/tests/Makefile: dlls/iphlpapi/tests/Makefile.in dlls/Maketest.rules"
24952 ac_config_files="$ac_config_files dlls/iphlpapi/tests/Makefile"
24954 ALL_MAKEFILES="$ALL_MAKEFILES \\
24955 dlls/itircl/Makefile"
24956 test "x$enable_itircl" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24957 itircl"
24958 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24959 dlls/itircl/Makefile: dlls/itircl/Makefile.in dlls/Makedll.rules"
24960 ac_config_files="$ac_config_files dlls/itircl/Makefile"
24962 ALL_MAKEFILES="$ALL_MAKEFILES \\
24963 dlls/itss/Makefile"
24964 test "x$enable_itss" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24965 itss"
24966 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24967 dlls/itss/Makefile: dlls/itss/Makefile.in dlls/Makedll.rules"
24968 ac_config_files="$ac_config_files dlls/itss/Makefile"
24970 ALL_MAKEFILES="$ALL_MAKEFILES \\
24971 dlls/itss/tests/Makefile"
24972 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24973 itss/tests"
24974 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24975 dlls/itss/tests/Makefile: dlls/itss/tests/Makefile.in dlls/Maketest.rules"
24976 ac_config_files="$ac_config_files dlls/itss/tests/Makefile"
24978 ALL_MAKEFILES="$ALL_MAKEFILES \\
24979 dlls/jscript/Makefile"
24980 test "x$enable_jscript" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24981 jscript"
24982 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24983 dlls/jscript/Makefile: dlls/jscript/Makefile.in dlls/Makedll.rules"
24984 ac_config_files="$ac_config_files dlls/jscript/Makefile"
24986 ALL_MAKEFILES="$ALL_MAKEFILES \\
24987 dlls/jscript/tests/Makefile"
24988 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24989 jscript/tests"
24990 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24991 dlls/jscript/tests/Makefile: dlls/jscript/tests/Makefile.in dlls/Maketest.rules"
24992 ac_config_files="$ac_config_files dlls/jscript/tests/Makefile"
24994 ALL_MAKEFILES="$ALL_MAKEFILES \\
24995 dlls/kernel32/Makefile"
24996 test "x$enable_kernel32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24997 kernel32"
24998 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24999 dlls/kernel32/Makefile: dlls/kernel32/Makefile.in dlls/Makedll.rules"
25000 ac_config_files="$ac_config_files dlls/kernel32/Makefile"
25002 ALL_MAKEFILES="$ALL_MAKEFILES \\
25003 dlls/kernel32/tests/Makefile"
25004 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25005 kernel32/tests"
25006 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25007 dlls/kernel32/tests/Makefile: dlls/kernel32/tests/Makefile.in dlls/Maketest.rules"
25008 ac_config_files="$ac_config_files dlls/kernel32/tests/Makefile"
25010 ALL_MAKEFILES="$ALL_MAKEFILES \\
25011 dlls/localspl/Makefile"
25012 test "x$enable_localspl" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25013 localspl"
25014 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25015 dlls/localspl/Makefile: dlls/localspl/Makefile.in dlls/Makedll.rules"
25016 ac_config_files="$ac_config_files dlls/localspl/Makefile"
25018 ALL_MAKEFILES="$ALL_MAKEFILES \\
25019 dlls/localspl/tests/Makefile"
25020 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25021 localspl/tests"
25022 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25023 dlls/localspl/tests/Makefile: dlls/localspl/tests/Makefile.in dlls/Maketest.rules"
25024 ac_config_files="$ac_config_files dlls/localspl/tests/Makefile"
25026 ALL_MAKEFILES="$ALL_MAKEFILES \\
25027 dlls/localui/Makefile"
25028 test "x$enable_localui" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25029 localui"
25030 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25031 dlls/localui/Makefile: dlls/localui/Makefile.in dlls/Makedll.rules"
25032 ac_config_files="$ac_config_files dlls/localui/Makefile"
25034 ALL_MAKEFILES="$ALL_MAKEFILES \\
25035 dlls/localui/tests/Makefile"
25036 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25037 localui/tests"
25038 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25039 dlls/localui/tests/Makefile: dlls/localui/tests/Makefile.in dlls/Maketest.rules"
25040 ac_config_files="$ac_config_files dlls/localui/tests/Makefile"
25042 ALL_MAKEFILES="$ALL_MAKEFILES \\
25043 dlls/lz32/Makefile"
25044 test "x$enable_lz32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25045 lz32"
25046 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25047 dlls/lz32/Makefile: dlls/lz32/Makefile.in dlls/Makedll.rules"
25048 ac_config_files="$ac_config_files dlls/lz32/Makefile"
25050 ALL_MAKEFILES="$ALL_MAKEFILES \\
25051 dlls/lz32/tests/Makefile"
25052 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25053 lz32/tests"
25054 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25055 dlls/lz32/tests/Makefile: dlls/lz32/tests/Makefile.in dlls/Maketest.rules"
25056 ac_config_files="$ac_config_files dlls/lz32/tests/Makefile"
25058 ALL_MAKEFILES="$ALL_MAKEFILES \\
25059 dlls/mapi32/Makefile"
25060 test "x$enable_mapi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25061 mapi32"
25062 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25063 dlls/mapi32/Makefile: dlls/mapi32/Makefile.in dlls/Makedll.rules"
25064 ac_config_files="$ac_config_files dlls/mapi32/Makefile"
25066 ALL_MAKEFILES="$ALL_MAKEFILES \\
25067 dlls/mapi32/tests/Makefile"
25068 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25069 mapi32/tests"
25070 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25071 dlls/mapi32/tests/Makefile: dlls/mapi32/tests/Makefile.in dlls/Maketest.rules"
25072 ac_config_files="$ac_config_files dlls/mapi32/tests/Makefile"
25074 ALL_MAKEFILES="$ALL_MAKEFILES \\
25075 dlls/mciavi32/Makefile"
25076 test "x$enable_mciavi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25077 mciavi32"
25078 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25079 dlls/mciavi32/Makefile: dlls/mciavi32/Makefile.in dlls/Makedll.rules"
25080 ac_config_files="$ac_config_files dlls/mciavi32/Makefile"
25082 ALL_MAKEFILES="$ALL_MAKEFILES \\
25083 dlls/mcicda/Makefile"
25084 test "x$enable_mcicda" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25085 mcicda"
25086 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25087 dlls/mcicda/Makefile: dlls/mcicda/Makefile.in dlls/Makedll.rules"
25088 ac_config_files="$ac_config_files dlls/mcicda/Makefile"
25090 ALL_MAKEFILES="$ALL_MAKEFILES \\
25091 dlls/mciseq/Makefile"
25092 test "x$enable_mciseq" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25093 mciseq"
25094 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25095 dlls/mciseq/Makefile: dlls/mciseq/Makefile.in dlls/Makedll.rules"
25096 ac_config_files="$ac_config_files dlls/mciseq/Makefile"
25098 ALL_MAKEFILES="$ALL_MAKEFILES \\
25099 dlls/mciwave/Makefile"
25100 test "x$enable_mciwave" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25101 mciwave"
25102 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25103 dlls/mciwave/Makefile: dlls/mciwave/Makefile.in dlls/Makedll.rules"
25104 ac_config_files="$ac_config_files dlls/mciwave/Makefile"
25106 ALL_MAKEFILES="$ALL_MAKEFILES \\
25107 dlls/midimap/Makefile"
25108 test "x$enable_midimap" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25109 midimap"
25110 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25111 dlls/midimap/Makefile: dlls/midimap/Makefile.in dlls/Makedll.rules"
25112 ac_config_files="$ac_config_files dlls/midimap/Makefile"
25114 ALL_MAKEFILES="$ALL_MAKEFILES \\
25115 dlls/mlang/Makefile"
25116 test "x$enable_mlang" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25117 mlang"
25118 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25119 dlls/mlang/Makefile: dlls/mlang/Makefile.in dlls/Makedll.rules"
25120 ac_config_files="$ac_config_files dlls/mlang/Makefile"
25122 ALL_MAKEFILES="$ALL_MAKEFILES \\
25123 dlls/mlang/tests/Makefile"
25124 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25125 mlang/tests"
25126 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25127 dlls/mlang/tests/Makefile: dlls/mlang/tests/Makefile.in dlls/Maketest.rules"
25128 ac_config_files="$ac_config_files dlls/mlang/tests/Makefile"
25130 ALL_MAKEFILES="$ALL_MAKEFILES \\
25131 dlls/mmdevldr.vxd/Makefile"
25132 test "x$enable_mmdevldr_vxd" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25133 mmdevldr.vxd"
25134 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25135 dlls/mmdevldr.vxd/Makefile: dlls/mmdevldr.vxd/Makefile.in dlls/Makedll.rules"
25136 ac_config_files="$ac_config_files dlls/mmdevldr.vxd/Makefile"
25138 ALL_MAKEFILES="$ALL_MAKEFILES \\
25139 dlls/monodebg.vxd/Makefile"
25140 test "x$enable_monodebg_vxd" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25141 monodebg.vxd"
25142 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25143 dlls/monodebg.vxd/Makefile: dlls/monodebg.vxd/Makefile.in dlls/Makedll.rules"
25144 ac_config_files="$ac_config_files dlls/monodebg.vxd/Makefile"
25146 ALL_MAKEFILES="$ALL_MAKEFILES \\
25147 dlls/mountmgr.sys/Makefile"
25148 test "x$enable_mountmgr_sys" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25149 mountmgr.sys"
25150 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25151 dlls/mountmgr.sys/Makefile: dlls/mountmgr.sys/Makefile.in dlls/Makedll.rules"
25152 ac_config_files="$ac_config_files dlls/mountmgr.sys/Makefile"
25154 ALL_MAKEFILES="$ALL_MAKEFILES \\
25155 dlls/mpr/Makefile"
25156 test "x$enable_mpr" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25157 mpr"
25158 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25159 dlls/mpr/Makefile: dlls/mpr/Makefile.in dlls/Makedll.rules"
25160 ac_config_files="$ac_config_files dlls/mpr/Makefile"
25162 ALL_MAKEFILES="$ALL_MAKEFILES \\
25163 dlls/mprapi/Makefile"
25164 test "x$enable_mprapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25165 mprapi"
25166 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25167 dlls/mprapi/Makefile: dlls/mprapi/Makefile.in dlls/Makedll.rules"
25168 ac_config_files="$ac_config_files dlls/mprapi/Makefile"
25170 ALL_MAKEFILES="$ALL_MAKEFILES \\
25171 dlls/msacm32.drv/Makefile"
25172 test "x$enable_msacm32_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25173 msacm32.drv"
25174 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25175 dlls/msacm32.drv/Makefile: dlls/msacm32.drv/Makefile.in dlls/Makedll.rules"
25176 ac_config_files="$ac_config_files dlls/msacm32.drv/Makefile"
25178 ALL_MAKEFILES="$ALL_MAKEFILES \\
25179 dlls/msacm32/Makefile"
25180 test "x$enable_msacm32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25181 msacm32"
25182 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25183 dlls/msacm32/Makefile: dlls/msacm32/Makefile.in dlls/Makedll.rules"
25184 ac_config_files="$ac_config_files dlls/msacm32/Makefile"
25186 ALL_MAKEFILES="$ALL_MAKEFILES \\
25187 dlls/msacm32/tests/Makefile"
25188 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25189 msacm32/tests"
25190 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25191 dlls/msacm32/tests/Makefile: dlls/msacm32/tests/Makefile.in dlls/Maketest.rules"
25192 ac_config_files="$ac_config_files dlls/msacm32/tests/Makefile"
25194 ALL_MAKEFILES="$ALL_MAKEFILES \\
25195 dlls/msadp32.acm/Makefile"
25196 test "x$enable_msadp32_acm" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25197 msadp32.acm"
25198 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25199 dlls/msadp32.acm/Makefile: dlls/msadp32.acm/Makefile.in dlls/Makedll.rules"
25200 ac_config_files="$ac_config_files dlls/msadp32.acm/Makefile"
25202 ALL_MAKEFILES="$ALL_MAKEFILES \\
25203 dlls/mscat32/Makefile"
25204 test "x$enable_mscat32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25205 mscat32"
25206 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25207 dlls/mscat32/Makefile: dlls/mscat32/Makefile.in dlls/Makedll.rules"
25208 ac_config_files="$ac_config_files dlls/mscat32/Makefile"
25210 ALL_MAKEFILES="$ALL_MAKEFILES \\
25211 dlls/mscms/Makefile"
25212 test "x$enable_mscms" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25213 mscms"
25214 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25215 dlls/mscms/Makefile: dlls/mscms/Makefile.in dlls/Makedll.rules"
25216 ac_config_files="$ac_config_files dlls/mscms/Makefile"
25218 ALL_MAKEFILES="$ALL_MAKEFILES \\
25219 dlls/mscms/tests/Makefile"
25220 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25221 mscms/tests"
25222 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25223 dlls/mscms/tests/Makefile: dlls/mscms/tests/Makefile.in dlls/Maketest.rules"
25224 ac_config_files="$ac_config_files dlls/mscms/tests/Makefile"
25226 ALL_MAKEFILES="$ALL_MAKEFILES \\
25227 dlls/mscoree/Makefile"
25228 test "x$enable_mscoree" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25229 mscoree"
25230 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25231 dlls/mscoree/Makefile: dlls/mscoree/Makefile.in dlls/Makedll.rules"
25232 ac_config_files="$ac_config_files dlls/mscoree/Makefile"
25234 ALL_MAKEFILES="$ALL_MAKEFILES \\
25235 dlls/msdmo/Makefile"
25236 test "x$enable_msdmo" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25237 msdmo"
25238 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25239 dlls/msdmo/Makefile: dlls/msdmo/Makefile.in dlls/Makedll.rules"
25240 ac_config_files="$ac_config_files dlls/msdmo/Makefile"
25242 ALL_MAKEFILES="$ALL_MAKEFILES \\
25243 dlls/msftedit/Makefile"
25244 test "x$enable_msftedit" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25245 msftedit"
25246 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25247 dlls/msftedit/Makefile: dlls/msftedit/Makefile.in dlls/Makedll.rules"
25248 ac_config_files="$ac_config_files dlls/msftedit/Makefile"
25250 ALL_MAKEFILES="$ALL_MAKEFILES \\
25251 dlls/msg711.acm/Makefile"
25252 test "x$enable_msg711_acm" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25253 msg711.acm"
25254 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25255 dlls/msg711.acm/Makefile: dlls/msg711.acm/Makefile.in dlls/Makedll.rules"
25256 ac_config_files="$ac_config_files dlls/msg711.acm/Makefile"
25258 ALL_MAKEFILES="$ALL_MAKEFILES \\
25259 dlls/mshtml.tlb/Makefile"
25260 test "x$enable_mshtml_tlb" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25261 mshtml.tlb"
25262 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25263 dlls/mshtml.tlb/Makefile: dlls/mshtml.tlb/Makefile.in dlls/Makedll.rules"
25264 ac_config_files="$ac_config_files dlls/mshtml.tlb/Makefile"
25266 ALL_MAKEFILES="$ALL_MAKEFILES \\
25267 dlls/mshtml/Makefile"
25268 test "x$enable_mshtml" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25269 mshtml"
25270 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25271 dlls/mshtml/Makefile: dlls/mshtml/Makefile.in dlls/Makedll.rules"
25272 ac_config_files="$ac_config_files dlls/mshtml/Makefile"
25274 ALL_MAKEFILES="$ALL_MAKEFILES \\
25275 dlls/mshtml/tests/Makefile"
25276 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25277 mshtml/tests"
25278 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25279 dlls/mshtml/tests/Makefile: dlls/mshtml/tests/Makefile.in dlls/Maketest.rules"
25280 ac_config_files="$ac_config_files dlls/mshtml/tests/Makefile"
25282 ALL_MAKEFILES="$ALL_MAKEFILES \\
25283 dlls/msi/Makefile"
25284 test "x$enable_msi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25285 msi"
25286 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25287 dlls/msi/Makefile: dlls/msi/Makefile.in dlls/Makedll.rules"
25288 ac_config_files="$ac_config_files dlls/msi/Makefile"
25290 ALL_MAKEFILES="$ALL_MAKEFILES \\
25291 dlls/msi/tests/Makefile"
25292 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25293 msi/tests"
25294 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25295 dlls/msi/tests/Makefile: dlls/msi/tests/Makefile.in dlls/Maketest.rules"
25296 ac_config_files="$ac_config_files dlls/msi/tests/Makefile"
25298 ALL_MAKEFILES="$ALL_MAKEFILES \\
25299 dlls/msimg32/Makefile"
25300 test "x$enable_msimg32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25301 msimg32"
25302 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25303 dlls/msimg32/Makefile: dlls/msimg32/Makefile.in dlls/Makedll.rules"
25304 ac_config_files="$ac_config_files dlls/msimg32/Makefile"
25306 ALL_MAKEFILES="$ALL_MAKEFILES \\
25307 dlls/msimtf/Makefile"
25308 test "x$enable_msimtf" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25309 msimtf"
25310 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25311 dlls/msimtf/Makefile: dlls/msimtf/Makefile.in dlls/Makedll.rules"
25312 ac_config_files="$ac_config_files dlls/msimtf/Makefile"
25314 ALL_MAKEFILES="$ALL_MAKEFILES \\
25315 dlls/msisip/Makefile"
25316 test "x$enable_msisip" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25317 msisip"
25318 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25319 dlls/msisip/Makefile: dlls/msisip/Makefile.in dlls/Makedll.rules"
25320 ac_config_files="$ac_config_files dlls/msisip/Makefile"
25322 ALL_MAKEFILES="$ALL_MAKEFILES \\
25323 dlls/msisys.ocx/Makefile"
25324 test "x$enable_msisys_ocx" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25325 msisys.ocx"
25326 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25327 dlls/msisys.ocx/Makefile: dlls/msisys.ocx/Makefile.in dlls/Makedll.rules"
25328 ac_config_files="$ac_config_files dlls/msisys.ocx/Makefile"
25330 ALL_MAKEFILES="$ALL_MAKEFILES \\
25331 dlls/msnet32/Makefile"
25332 test "x$enable_msnet32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25333 msnet32"
25334 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25335 dlls/msnet32/Makefile: dlls/msnet32/Makefile.in dlls/Makedll.rules"
25336 ac_config_files="$ac_config_files dlls/msnet32/Makefile"
25338 ALL_MAKEFILES="$ALL_MAKEFILES \\
25339 dlls/msrle32/Makefile"
25340 test "x$enable_msrle32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25341 msrle32"
25342 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25343 dlls/msrle32/Makefile: dlls/msrle32/Makefile.in dlls/Makedll.rules"
25344 ac_config_files="$ac_config_files dlls/msrle32/Makefile"
25346 ALL_MAKEFILES="$ALL_MAKEFILES \\
25347 dlls/mssip32/Makefile"
25348 test "x$enable_mssip32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25349 mssip32"
25350 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25351 dlls/mssip32/Makefile: dlls/mssip32/Makefile.in dlls/Makedll.rules"
25352 ac_config_files="$ac_config_files dlls/mssip32/Makefile"
25354 ALL_MAKEFILES="$ALL_MAKEFILES \\
25355 dlls/mstask/Makefile"
25356 test "x$enable_mstask" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25357 mstask"
25358 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25359 dlls/mstask/Makefile: dlls/mstask/Makefile.in dlls/Makedll.rules"
25360 ac_config_files="$ac_config_files dlls/mstask/Makefile"
25362 ALL_MAKEFILES="$ALL_MAKEFILES \\
25363 dlls/mstask/tests/Makefile"
25364 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25365 mstask/tests"
25366 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25367 dlls/mstask/tests/Makefile: dlls/mstask/tests/Makefile.in dlls/Maketest.rules"
25368 ac_config_files="$ac_config_files dlls/mstask/tests/Makefile"
25370 ALL_MAKEFILES="$ALL_MAKEFILES \\
25371 dlls/msvcirt/Makefile"
25372 test "x$enable_msvcirt" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25373 msvcirt"
25374 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25375 dlls/msvcirt/Makefile: dlls/msvcirt/Makefile.in dlls/Makedll.rules"
25376 ac_config_files="$ac_config_files dlls/msvcirt/Makefile"
25378 ALL_MAKEFILES="$ALL_MAKEFILES \\
25379 dlls/msvcr71/Makefile"
25380 test "x$enable_msvcr71" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25381 msvcr71"
25382 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25383 dlls/msvcr71/Makefile: dlls/msvcr71/Makefile.in dlls/Makedll.rules"
25384 ac_config_files="$ac_config_files dlls/msvcr71/Makefile"
25386 ALL_MAKEFILES="$ALL_MAKEFILES \\
25387 dlls/msvcrt/Makefile"
25388 test "x$enable_msvcrt" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25389 msvcrt"
25390 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25391 dlls/msvcrt/Makefile: dlls/msvcrt/Makefile.in dlls/Makedll.rules"
25392 ac_config_files="$ac_config_files dlls/msvcrt/Makefile"
25394 ALL_MAKEFILES="$ALL_MAKEFILES \\
25395 dlls/msvcrt/tests/Makefile"
25396 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25397 msvcrt/tests"
25398 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25399 dlls/msvcrt/tests/Makefile: dlls/msvcrt/tests/Makefile.in dlls/Maketest.rules"
25400 ac_config_files="$ac_config_files dlls/msvcrt/tests/Makefile"
25402 ALL_MAKEFILES="$ALL_MAKEFILES \\
25403 dlls/msvcrt20/Makefile"
25404 test "x$enable_msvcrt20" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25405 msvcrt20"
25406 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25407 dlls/msvcrt20/Makefile: dlls/msvcrt20/Makefile.in dlls/Makedll.rules"
25408 ac_config_files="$ac_config_files dlls/msvcrt20/Makefile"
25410 ALL_MAKEFILES="$ALL_MAKEFILES \\
25411 dlls/msvcrt40/Makefile"
25412 test "x$enable_msvcrt40" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25413 msvcrt40"
25414 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25415 dlls/msvcrt40/Makefile: dlls/msvcrt40/Makefile.in dlls/Makedll.rules"
25416 ac_config_files="$ac_config_files dlls/msvcrt40/Makefile"
25418 ALL_MAKEFILES="$ALL_MAKEFILES \\
25419 dlls/msvcrtd/Makefile"
25420 test "x$enable_msvcrtd" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25421 msvcrtd"
25422 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25423 dlls/msvcrtd/Makefile: dlls/msvcrtd/Makefile.in dlls/Makedll.rules"
25424 ac_config_files="$ac_config_files dlls/msvcrtd/Makefile"
25426 ALL_MAKEFILES="$ALL_MAKEFILES \\
25427 dlls/msvcrtd/tests/Makefile"
25428 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25429 msvcrtd/tests"
25430 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25431 dlls/msvcrtd/tests/Makefile: dlls/msvcrtd/tests/Makefile.in dlls/Maketest.rules"
25432 ac_config_files="$ac_config_files dlls/msvcrtd/tests/Makefile"
25434 ALL_MAKEFILES="$ALL_MAKEFILES \\
25435 dlls/msvfw32/Makefile"
25436 test "x$enable_msvfw32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25437 msvfw32"
25438 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25439 dlls/msvfw32/Makefile: dlls/msvfw32/Makefile.in dlls/Makedll.rules"
25440 ac_config_files="$ac_config_files dlls/msvfw32/Makefile"
25442 ALL_MAKEFILES="$ALL_MAKEFILES \\
25443 dlls/msvfw32/tests/Makefile"
25444 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25445 msvfw32/tests"
25446 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25447 dlls/msvfw32/tests/Makefile: dlls/msvfw32/tests/Makefile.in dlls/Maketest.rules"
25448 ac_config_files="$ac_config_files dlls/msvfw32/tests/Makefile"
25450 ALL_MAKEFILES="$ALL_MAKEFILES \\
25451 dlls/msvidc32/Makefile"
25452 test "x$enable_msvidc32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25453 msvidc32"
25454 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25455 dlls/msvidc32/Makefile: dlls/msvidc32/Makefile.in dlls/Makedll.rules"
25456 ac_config_files="$ac_config_files dlls/msvidc32/Makefile"
25458 ALL_MAKEFILES="$ALL_MAKEFILES \\
25459 dlls/mswsock/Makefile"
25460 test "x$enable_mswsock" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25461 mswsock"
25462 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25463 dlls/mswsock/Makefile: dlls/mswsock/Makefile.in dlls/Makedll.rules"
25464 ac_config_files="$ac_config_files dlls/mswsock/Makefile"
25466 ALL_MAKEFILES="$ALL_MAKEFILES \\
25467 dlls/msxml3/Makefile"
25468 test "x$enable_msxml3" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25469 msxml3"
25470 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25471 dlls/msxml3/Makefile: dlls/msxml3/Makefile.in dlls/Makedll.rules"
25472 ac_config_files="$ac_config_files dlls/msxml3/Makefile"
25474 ALL_MAKEFILES="$ALL_MAKEFILES \\
25475 dlls/msxml3/tests/Makefile"
25476 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25477 msxml3/tests"
25478 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25479 dlls/msxml3/tests/Makefile: dlls/msxml3/tests/Makefile.in dlls/Maketest.rules"
25480 ac_config_files="$ac_config_files dlls/msxml3/tests/Makefile"
25482 ALL_MAKEFILES="$ALL_MAKEFILES \\
25483 dlls/nddeapi/Makefile"
25484 test "x$enable_nddeapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25485 nddeapi"
25486 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25487 dlls/nddeapi/Makefile: dlls/nddeapi/Makefile.in dlls/Makedll.rules"
25488 ac_config_files="$ac_config_files dlls/nddeapi/Makefile"
25490 ALL_MAKEFILES="$ALL_MAKEFILES \\
25491 dlls/netapi32/Makefile"
25492 test "x$enable_netapi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25493 netapi32"
25494 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25495 dlls/netapi32/Makefile: dlls/netapi32/Makefile.in dlls/Makedll.rules"
25496 ac_config_files="$ac_config_files dlls/netapi32/Makefile"
25498 ALL_MAKEFILES="$ALL_MAKEFILES \\
25499 dlls/netapi32/tests/Makefile"
25500 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25501 netapi32/tests"
25502 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25503 dlls/netapi32/tests/Makefile: dlls/netapi32/tests/Makefile.in dlls/Maketest.rules"
25504 ac_config_files="$ac_config_files dlls/netapi32/tests/Makefile"
25506 ALL_MAKEFILES="$ALL_MAKEFILES \\
25507 dlls/newdev/Makefile"
25508 test "x$enable_newdev" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25509 newdev"
25510 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25511 dlls/newdev/Makefile: dlls/newdev/Makefile.in dlls/Makedll.rules"
25512 ac_config_files="$ac_config_files dlls/newdev/Makefile"
25514 ALL_MAKEFILES="$ALL_MAKEFILES \\
25515 dlls/ntdll/Makefile"
25516 test "x$enable_ntdll" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25517 ntdll"
25518 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25519 dlls/ntdll/Makefile: dlls/ntdll/Makefile.in dlls/Makedll.rules"
25520 ac_config_files="$ac_config_files dlls/ntdll/Makefile"
25522 ALL_MAKEFILES="$ALL_MAKEFILES \\
25523 dlls/ntdll/tests/Makefile"
25524 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25525 ntdll/tests"
25526 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25527 dlls/ntdll/tests/Makefile: dlls/ntdll/tests/Makefile.in dlls/Maketest.rules"
25528 ac_config_files="$ac_config_files dlls/ntdll/tests/Makefile"
25530 ALL_MAKEFILES="$ALL_MAKEFILES \\
25531 dlls/ntdsapi/Makefile"
25532 test "x$enable_ntdsapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25533 ntdsapi"
25534 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25535 dlls/ntdsapi/Makefile: dlls/ntdsapi/Makefile.in dlls/Makedll.rules"
25536 ac_config_files="$ac_config_files dlls/ntdsapi/Makefile"
25538 ALL_MAKEFILES="$ALL_MAKEFILES \\
25539 dlls/ntdsapi/tests/Makefile"
25540 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25541 ntdsapi/tests"
25542 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25543 dlls/ntdsapi/tests/Makefile: dlls/ntdsapi/tests/Makefile.in dlls/Maketest.rules"
25544 ac_config_files="$ac_config_files dlls/ntdsapi/tests/Makefile"
25546 ALL_MAKEFILES="$ALL_MAKEFILES \\
25547 dlls/ntoskrnl.exe/Makefile"
25548 test "x$enable_ntoskrnl_exe" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25549 ntoskrnl.exe"
25550 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25551 dlls/ntoskrnl.exe/Makefile: dlls/ntoskrnl.exe/Makefile.in dlls/Makedll.rules"
25552 ac_config_files="$ac_config_files dlls/ntoskrnl.exe/Makefile"
25554 ALL_MAKEFILES="$ALL_MAKEFILES \\
25555 dlls/ntprint/Makefile"
25556 test "x$enable_ntprint" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25557 ntprint"
25558 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25559 dlls/ntprint/Makefile: dlls/ntprint/Makefile.in dlls/Makedll.rules"
25560 ac_config_files="$ac_config_files dlls/ntprint/Makefile"
25562 ALL_MAKEFILES="$ALL_MAKEFILES \\
25563 dlls/ntprint/tests/Makefile"
25564 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25565 ntprint/tests"
25566 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25567 dlls/ntprint/tests/Makefile: dlls/ntprint/tests/Makefile.in dlls/Maketest.rules"
25568 ac_config_files="$ac_config_files dlls/ntprint/tests/Makefile"
25570 ALL_MAKEFILES="$ALL_MAKEFILES \\
25571 dlls/objsel/Makefile"
25572 test "x$enable_objsel" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25573 objsel"
25574 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25575 dlls/objsel/Makefile: dlls/objsel/Makefile.in dlls/Makedll.rules"
25576 ac_config_files="$ac_config_files dlls/objsel/Makefile"
25578 ALL_MAKEFILES="$ALL_MAKEFILES \\
25579 dlls/odbc32/Makefile"
25580 test "x$enable_odbc32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25581 odbc32"
25582 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25583 dlls/odbc32/Makefile: dlls/odbc32/Makefile.in dlls/Makedll.rules"
25584 ac_config_files="$ac_config_files dlls/odbc32/Makefile"
25586 ALL_MAKEFILES="$ALL_MAKEFILES \\
25587 dlls/odbccp32/Makefile"
25588 test "x$enable_odbccp32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25589 odbccp32"
25590 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25591 dlls/odbccp32/Makefile: dlls/odbccp32/Makefile.in dlls/Makedll.rules"
25592 ac_config_files="$ac_config_files dlls/odbccp32/Makefile"
25594 ALL_MAKEFILES="$ALL_MAKEFILES \\
25595 dlls/odbccp32/tests/Makefile"
25596 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25597 odbccp32/tests"
25598 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25599 dlls/odbccp32/tests/Makefile: dlls/odbccp32/tests/Makefile.in dlls/Maketest.rules"
25600 ac_config_files="$ac_config_files dlls/odbccp32/tests/Makefile"
25602 ALL_MAKEFILES="$ALL_MAKEFILES \\
25603 dlls/ole32/Makefile"
25604 test "x$enable_ole32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25605 ole32"
25606 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25607 dlls/ole32/Makefile: dlls/ole32/Makefile.in dlls/Makedll.rules"
25608 ac_config_files="$ac_config_files dlls/ole32/Makefile"
25610 ALL_MAKEFILES="$ALL_MAKEFILES \\
25611 dlls/ole32/tests/Makefile"
25612 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25613 ole32/tests"
25614 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25615 dlls/ole32/tests/Makefile: dlls/ole32/tests/Makefile.in dlls/Maketest.rules"
25616 ac_config_files="$ac_config_files dlls/ole32/tests/Makefile"
25618 ALL_MAKEFILES="$ALL_MAKEFILES \\
25619 dlls/oleacc/Makefile"
25620 test "x$enable_oleacc" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25621 oleacc"
25622 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25623 dlls/oleacc/Makefile: dlls/oleacc/Makefile.in dlls/Makedll.rules"
25624 ac_config_files="$ac_config_files dlls/oleacc/Makefile"
25626 ALL_MAKEFILES="$ALL_MAKEFILES \\
25627 dlls/oleacc/tests/Makefile"
25628 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25629 oleacc/tests"
25630 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25631 dlls/oleacc/tests/Makefile: dlls/oleacc/tests/Makefile.in dlls/Maketest.rules"
25632 ac_config_files="$ac_config_files dlls/oleacc/tests/Makefile"
25634 ALL_MAKEFILES="$ALL_MAKEFILES \\
25635 dlls/oleaut32/Makefile"
25636 test "x$enable_oleaut32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25637 oleaut32"
25638 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25639 dlls/oleaut32/Makefile: dlls/oleaut32/Makefile.in dlls/Makedll.rules"
25640 ac_config_files="$ac_config_files dlls/oleaut32/Makefile"
25642 ALL_MAKEFILES="$ALL_MAKEFILES \\
25643 dlls/oleaut32/tests/Makefile"
25644 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25645 oleaut32/tests"
25646 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25647 dlls/oleaut32/tests/Makefile: dlls/oleaut32/tests/Makefile.in dlls/Maketest.rules"
25648 ac_config_files="$ac_config_files dlls/oleaut32/tests/Makefile"
25650 ALL_MAKEFILES="$ALL_MAKEFILES \\
25651 dlls/olecli32/Makefile"
25652 test "x$enable_olecli32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25653 olecli32"
25654 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25655 dlls/olecli32/Makefile: dlls/olecli32/Makefile.in dlls/Makedll.rules"
25656 ac_config_files="$ac_config_files dlls/olecli32/Makefile"
25658 ALL_MAKEFILES="$ALL_MAKEFILES \\
25659 dlls/oledlg/Makefile"
25660 test "x$enable_oledlg" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25661 oledlg"
25662 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25663 dlls/oledlg/Makefile: dlls/oledlg/Makefile.in dlls/Makedll.rules"
25664 ac_config_files="$ac_config_files dlls/oledlg/Makefile"
25666 ALL_MAKEFILES="$ALL_MAKEFILES \\
25667 dlls/olepro32/Makefile"
25668 test "x$enable_olepro32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25669 olepro32"
25670 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25671 dlls/olepro32/Makefile: dlls/olepro32/Makefile.in dlls/Makedll.rules"
25672 ac_config_files="$ac_config_files dlls/olepro32/Makefile"
25674 ALL_MAKEFILES="$ALL_MAKEFILES \\
25675 dlls/olesvr32/Makefile"
25676 test "x$enable_olesvr32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25677 olesvr32"
25678 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25679 dlls/olesvr32/Makefile: dlls/olesvr32/Makefile.in dlls/Makedll.rules"
25680 ac_config_files="$ac_config_files dlls/olesvr32/Makefile"
25682 ALL_MAKEFILES="$ALL_MAKEFILES \\
25683 dlls/olethk32/Makefile"
25684 test "x$enable_olethk32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25685 olethk32"
25686 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25687 dlls/olethk32/Makefile: dlls/olethk32/Makefile.in dlls/Makedll.rules"
25688 ac_config_files="$ac_config_files dlls/olethk32/Makefile"
25690 ALL_MAKEFILES="$ALL_MAKEFILES \\
25691 dlls/opengl32/Makefile"
25692 test "x$enable_opengl32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25693 opengl32"
25694 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25695 dlls/opengl32/Makefile: dlls/opengl32/Makefile.in dlls/Makedll.rules"
25696 ac_config_files="$ac_config_files dlls/opengl32/Makefile"
25698 ALL_MAKEFILES="$ALL_MAKEFILES \\
25699 dlls/opengl32/tests/Makefile"
25700 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25701 opengl32/tests"
25702 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25703 dlls/opengl32/tests/Makefile: dlls/opengl32/tests/Makefile.in dlls/Maketest.rules"
25704 ac_config_files="$ac_config_files dlls/opengl32/tests/Makefile"
25706 ALL_MAKEFILES="$ALL_MAKEFILES \\
25707 dlls/pdh/Makefile"
25708 test "x$enable_pdh" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25709 pdh"
25710 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25711 dlls/pdh/Makefile: dlls/pdh/Makefile.in dlls/Makedll.rules"
25712 ac_config_files="$ac_config_files dlls/pdh/Makefile"
25714 ALL_MAKEFILES="$ALL_MAKEFILES \\
25715 dlls/pdh/tests/Makefile"
25716 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25717 pdh/tests"
25718 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25719 dlls/pdh/tests/Makefile: dlls/pdh/tests/Makefile.in dlls/Maketest.rules"
25720 ac_config_files="$ac_config_files dlls/pdh/tests/Makefile"
25722 ALL_MAKEFILES="$ALL_MAKEFILES \\
25723 dlls/pidgen/Makefile"
25724 test "x$enable_pidgen" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25725 pidgen"
25726 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25727 dlls/pidgen/Makefile: dlls/pidgen/Makefile.in dlls/Makedll.rules"
25728 ac_config_files="$ac_config_files dlls/pidgen/Makefile"
25730 ALL_MAKEFILES="$ALL_MAKEFILES \\
25731 dlls/powrprof/Makefile"
25732 test "x$enable_powrprof" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25733 powrprof"
25734 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25735 dlls/powrprof/Makefile: dlls/powrprof/Makefile.in dlls/Makedll.rules"
25736 ac_config_files="$ac_config_files dlls/powrprof/Makefile"
25738 ALL_MAKEFILES="$ALL_MAKEFILES \\
25739 dlls/printui/Makefile"
25740 test "x$enable_printui" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25741 printui"
25742 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25743 dlls/printui/Makefile: dlls/printui/Makefile.in dlls/Makedll.rules"
25744 ac_config_files="$ac_config_files dlls/printui/Makefile"
25746 ALL_MAKEFILES="$ALL_MAKEFILES \\
25747 dlls/propsys/Makefile"
25748 test "x$enable_propsys" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25749 propsys"
25750 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25751 dlls/propsys/Makefile: dlls/propsys/Makefile.in dlls/Makedll.rules"
25752 ac_config_files="$ac_config_files dlls/propsys/Makefile"
25754 ALL_MAKEFILES="$ALL_MAKEFILES \\
25755 dlls/psapi/Makefile"
25756 test "x$enable_psapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25757 psapi"
25758 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25759 dlls/psapi/Makefile: dlls/psapi/Makefile.in dlls/Makedll.rules"
25760 ac_config_files="$ac_config_files dlls/psapi/Makefile"
25762 ALL_MAKEFILES="$ALL_MAKEFILES \\
25763 dlls/psapi/tests/Makefile"
25764 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25765 psapi/tests"
25766 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25767 dlls/psapi/tests/Makefile: dlls/psapi/tests/Makefile.in dlls/Maketest.rules"
25768 ac_config_files="$ac_config_files dlls/psapi/tests/Makefile"
25770 ALL_MAKEFILES="$ALL_MAKEFILES \\
25771 dlls/pstorec/Makefile"
25772 test "x$enable_pstorec" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25773 pstorec"
25774 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25775 dlls/pstorec/Makefile: dlls/pstorec/Makefile.in dlls/Makedll.rules"
25776 ac_config_files="$ac_config_files dlls/pstorec/Makefile"
25778 ALL_MAKEFILES="$ALL_MAKEFILES \\
25779 dlls/qcap/Makefile"
25780 test "x$enable_qcap" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25781 qcap"
25782 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25783 dlls/qcap/Makefile: dlls/qcap/Makefile.in dlls/Makedll.rules"
25784 ac_config_files="$ac_config_files dlls/qcap/Makefile"
25786 ALL_MAKEFILES="$ALL_MAKEFILES \\
25787 dlls/qedit/Makefile"
25788 test "x$enable_qedit" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25789 qedit"
25790 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25791 dlls/qedit/Makefile: dlls/qedit/Makefile.in dlls/Makedll.rules"
25792 ac_config_files="$ac_config_files dlls/qedit/Makefile"
25794 ALL_MAKEFILES="$ALL_MAKEFILES \\
25795 dlls/qedit/tests/Makefile"
25796 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25797 qedit/tests"
25798 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25799 dlls/qedit/tests/Makefile: dlls/qedit/tests/Makefile.in dlls/Maketest.rules"
25800 ac_config_files="$ac_config_files dlls/qedit/tests/Makefile"
25802 ALL_MAKEFILES="$ALL_MAKEFILES \\
25803 dlls/qmgr/Makefile"
25804 test "x$enable_qmgr" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25805 qmgr"
25806 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25807 dlls/qmgr/Makefile: dlls/qmgr/Makefile.in dlls/Makedll.rules"
25808 ac_config_files="$ac_config_files dlls/qmgr/Makefile"
25810 ALL_MAKEFILES="$ALL_MAKEFILES \\
25811 dlls/qmgr/tests/Makefile"
25812 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25813 qmgr/tests"
25814 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25815 dlls/qmgr/tests/Makefile: dlls/qmgr/tests/Makefile.in dlls/Maketest.rules"
25816 ac_config_files="$ac_config_files dlls/qmgr/tests/Makefile"
25818 ALL_MAKEFILES="$ALL_MAKEFILES \\
25819 dlls/qmgrprxy/Makefile"
25820 test "x$enable_qmgrprxy" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25821 qmgrprxy"
25822 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25823 dlls/qmgrprxy/Makefile: dlls/qmgrprxy/Makefile.in dlls/Makedll.rules"
25824 ac_config_files="$ac_config_files dlls/qmgrprxy/Makefile"
25826 ALL_MAKEFILES="$ALL_MAKEFILES \\
25827 dlls/quartz/Makefile"
25828 test "x$enable_quartz" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25829 quartz"
25830 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25831 dlls/quartz/Makefile: dlls/quartz/Makefile.in dlls/Makedll.rules"
25832 ac_config_files="$ac_config_files dlls/quartz/Makefile"
25834 ALL_MAKEFILES="$ALL_MAKEFILES \\
25835 dlls/quartz/tests/Makefile"
25836 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25837 quartz/tests"
25838 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25839 dlls/quartz/tests/Makefile: dlls/quartz/tests/Makefile.in dlls/Maketest.rules"
25840 ac_config_files="$ac_config_files dlls/quartz/tests/Makefile"
25842 ALL_MAKEFILES="$ALL_MAKEFILES \\
25843 dlls/query/Makefile"
25844 test "x$enable_query" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25845 query"
25846 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25847 dlls/query/Makefile: dlls/query/Makefile.in dlls/Makedll.rules"
25848 ac_config_files="$ac_config_files dlls/query/Makefile"
25850 ALL_MAKEFILES="$ALL_MAKEFILES \\
25851 dlls/rasapi32/Makefile"
25852 test "x$enable_rasapi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25853 rasapi32"
25854 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25855 dlls/rasapi32/Makefile: dlls/rasapi32/Makefile.in dlls/Makedll.rules"
25856 ac_config_files="$ac_config_files dlls/rasapi32/Makefile"
25858 ALL_MAKEFILES="$ALL_MAKEFILES \\
25859 dlls/rasapi32/tests/Makefile"
25860 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25861 rasapi32/tests"
25862 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25863 dlls/rasapi32/tests/Makefile: dlls/rasapi32/tests/Makefile.in dlls/Maketest.rules"
25864 ac_config_files="$ac_config_files dlls/rasapi32/tests/Makefile"
25866 ALL_MAKEFILES="$ALL_MAKEFILES \\
25867 dlls/resutils/Makefile"
25868 test "x$enable_resutils" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25869 resutils"
25870 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25871 dlls/resutils/Makefile: dlls/resutils/Makefile.in dlls/Makedll.rules"
25872 ac_config_files="$ac_config_files dlls/resutils/Makefile"
25874 ALL_MAKEFILES="$ALL_MAKEFILES \\
25875 dlls/riched20/Makefile"
25876 test "x$enable_riched20" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25877 riched20"
25878 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25879 dlls/riched20/Makefile: dlls/riched20/Makefile.in dlls/Makedll.rules"
25880 ac_config_files="$ac_config_files dlls/riched20/Makefile"
25882 ALL_MAKEFILES="$ALL_MAKEFILES \\
25883 dlls/riched20/tests/Makefile"
25884 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25885 riched20/tests"
25886 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25887 dlls/riched20/tests/Makefile: dlls/riched20/tests/Makefile.in dlls/Maketest.rules"
25888 ac_config_files="$ac_config_files dlls/riched20/tests/Makefile"
25890 ALL_MAKEFILES="$ALL_MAKEFILES \\
25891 dlls/riched32/Makefile"
25892 test "x$enable_riched32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25893 riched32"
25894 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25895 dlls/riched32/Makefile: dlls/riched32/Makefile.in dlls/Makedll.rules"
25896 ac_config_files="$ac_config_files dlls/riched32/Makefile"
25898 ALL_MAKEFILES="$ALL_MAKEFILES \\
25899 dlls/riched32/tests/Makefile"
25900 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25901 riched32/tests"
25902 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25903 dlls/riched32/tests/Makefile: dlls/riched32/tests/Makefile.in dlls/Maketest.rules"
25904 ac_config_files="$ac_config_files dlls/riched32/tests/Makefile"
25906 ALL_MAKEFILES="$ALL_MAKEFILES \\
25907 dlls/rpcrt4/Makefile"
25908 test "x$enable_rpcrt4" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25909 rpcrt4"
25910 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25911 dlls/rpcrt4/Makefile: dlls/rpcrt4/Makefile.in dlls/Makedll.rules"
25912 ac_config_files="$ac_config_files dlls/rpcrt4/Makefile"
25914 ALL_MAKEFILES="$ALL_MAKEFILES \\
25915 dlls/rpcrt4/tests/Makefile"
25916 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25917 rpcrt4/tests"
25918 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25919 dlls/rpcrt4/tests/Makefile: dlls/rpcrt4/tests/Makefile.in dlls/Maketest.rules"
25920 ac_config_files="$ac_config_files dlls/rpcrt4/tests/Makefile"
25922 ALL_MAKEFILES="$ALL_MAKEFILES \\
25923 dlls/rsabase/Makefile"
25924 test "x$enable_rsabase" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25925 rsabase"
25926 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25927 dlls/rsabase/Makefile: dlls/rsabase/Makefile.in dlls/Makedll.rules"
25928 ac_config_files="$ac_config_files dlls/rsabase/Makefile"
25930 ALL_MAKEFILES="$ALL_MAKEFILES \\
25931 dlls/rsaenh/Makefile"
25932 test "x$enable_rsaenh" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25933 rsaenh"
25934 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25935 dlls/rsaenh/Makefile: dlls/rsaenh/Makefile.in dlls/Makedll.rules"
25936 ac_config_files="$ac_config_files dlls/rsaenh/Makefile"
25938 ALL_MAKEFILES="$ALL_MAKEFILES \\
25939 dlls/rsaenh/tests/Makefile"
25940 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25941 rsaenh/tests"
25942 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25943 dlls/rsaenh/tests/Makefile: dlls/rsaenh/tests/Makefile.in dlls/Maketest.rules"
25944 ac_config_files="$ac_config_files dlls/rsaenh/tests/Makefile"
25946 ALL_MAKEFILES="$ALL_MAKEFILES \\
25947 dlls/sane.ds/Makefile"
25948 test "x$enable_sane_ds" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25949 sane.ds"
25950 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25951 dlls/sane.ds/Makefile: dlls/sane.ds/Makefile.in dlls/Makedll.rules"
25952 ac_config_files="$ac_config_files dlls/sane.ds/Makefile"
25954 ALL_MAKEFILES="$ALL_MAKEFILES \\
25955 dlls/sccbase/Makefile"
25956 test "x$enable_sccbase" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25957 sccbase"
25958 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25959 dlls/sccbase/Makefile: dlls/sccbase/Makefile.in dlls/Makedll.rules"
25960 ac_config_files="$ac_config_files dlls/sccbase/Makefile"
25962 ALL_MAKEFILES="$ALL_MAKEFILES \\
25963 dlls/schannel/Makefile"
25964 test "x$enable_schannel" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25965 schannel"
25966 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25967 dlls/schannel/Makefile: dlls/schannel/Makefile.in dlls/Makedll.rules"
25968 ac_config_files="$ac_config_files dlls/schannel/Makefile"
25970 ALL_MAKEFILES="$ALL_MAKEFILES \\
25971 dlls/schannel/tests/Makefile"
25972 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25973 schannel/tests"
25974 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25975 dlls/schannel/tests/Makefile: dlls/schannel/tests/Makefile.in dlls/Maketest.rules"
25976 ac_config_files="$ac_config_files dlls/schannel/tests/Makefile"
25978 ALL_MAKEFILES="$ALL_MAKEFILES \\
25979 dlls/secur32/Makefile"
25980 test "x$enable_secur32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25981 secur32"
25982 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25983 dlls/secur32/Makefile: dlls/secur32/Makefile.in dlls/Makedll.rules"
25984 ac_config_files="$ac_config_files dlls/secur32/Makefile"
25986 ALL_MAKEFILES="$ALL_MAKEFILES \\
25987 dlls/secur32/tests/Makefile"
25988 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25989 secur32/tests"
25990 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25991 dlls/secur32/tests/Makefile: dlls/secur32/tests/Makefile.in dlls/Maketest.rules"
25992 ac_config_files="$ac_config_files dlls/secur32/tests/Makefile"
25994 ALL_MAKEFILES="$ALL_MAKEFILES \\
25995 dlls/security/Makefile"
25996 test "x$enable_security" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25997 security"
25998 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25999 dlls/security/Makefile: dlls/security/Makefile.in dlls/Makedll.rules"
26000 ac_config_files="$ac_config_files dlls/security/Makefile"
26002 ALL_MAKEFILES="$ALL_MAKEFILES \\
26003 dlls/sensapi/Makefile"
26004 test "x$enable_sensapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26005 sensapi"
26006 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26007 dlls/sensapi/Makefile: dlls/sensapi/Makefile.in dlls/Makedll.rules"
26008 ac_config_files="$ac_config_files dlls/sensapi/Makefile"
26010 ALL_MAKEFILES="$ALL_MAKEFILES \\
26011 dlls/serialui/Makefile"
26012 test "x$enable_serialui" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26013 serialui"
26014 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26015 dlls/serialui/Makefile: dlls/serialui/Makefile.in dlls/Makedll.rules"
26016 ac_config_files="$ac_config_files dlls/serialui/Makefile"
26018 ALL_MAKEFILES="$ALL_MAKEFILES \\
26019 dlls/serialui/tests/Makefile"
26020 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26021 serialui/tests"
26022 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26023 dlls/serialui/tests/Makefile: dlls/serialui/tests/Makefile.in dlls/Maketest.rules"
26024 ac_config_files="$ac_config_files dlls/serialui/tests/Makefile"
26026 ALL_MAKEFILES="$ALL_MAKEFILES \\
26027 dlls/setupapi/Makefile"
26028 test "x$enable_setupapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26029 setupapi"
26030 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26031 dlls/setupapi/Makefile: dlls/setupapi/Makefile.in dlls/Makedll.rules"
26032 ac_config_files="$ac_config_files dlls/setupapi/Makefile"
26034 ALL_MAKEFILES="$ALL_MAKEFILES \\
26035 dlls/setupapi/tests/Makefile"
26036 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26037 setupapi/tests"
26038 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26039 dlls/setupapi/tests/Makefile: dlls/setupapi/tests/Makefile.in dlls/Maketest.rules"
26040 ac_config_files="$ac_config_files dlls/setupapi/tests/Makefile"
26042 ALL_MAKEFILES="$ALL_MAKEFILES \\
26043 dlls/sfc/Makefile"
26044 test "x$enable_sfc" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26045 sfc"
26046 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26047 dlls/sfc/Makefile: dlls/sfc/Makefile.in dlls/Makedll.rules"
26048 ac_config_files="$ac_config_files dlls/sfc/Makefile"
26050 ALL_MAKEFILES="$ALL_MAKEFILES \\
26051 dlls/sfc_os/Makefile"
26052 test "x$enable_sfc_os" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26053 sfc_os"
26054 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26055 dlls/sfc_os/Makefile: dlls/sfc_os/Makefile.in dlls/Makedll.rules"
26056 ac_config_files="$ac_config_files dlls/sfc_os/Makefile"
26058 ALL_MAKEFILES="$ALL_MAKEFILES \\
26059 dlls/shdoclc/Makefile"
26060 test "x$enable_shdoclc" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26061 shdoclc"
26062 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26063 dlls/shdoclc/Makefile: dlls/shdoclc/Makefile.in dlls/Makedll.rules"
26064 ac_config_files="$ac_config_files dlls/shdoclc/Makefile"
26066 ALL_MAKEFILES="$ALL_MAKEFILES \\
26067 dlls/shdocvw/Makefile"
26068 test "x$enable_shdocvw" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26069 shdocvw"
26070 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26071 dlls/shdocvw/Makefile: dlls/shdocvw/Makefile.in dlls/Makedll.rules"
26072 ac_config_files="$ac_config_files dlls/shdocvw/Makefile"
26074 ALL_MAKEFILES="$ALL_MAKEFILES \\
26075 dlls/shdocvw/tests/Makefile"
26076 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26077 shdocvw/tests"
26078 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26079 dlls/shdocvw/tests/Makefile: dlls/shdocvw/tests/Makefile.in dlls/Maketest.rules"
26080 ac_config_files="$ac_config_files dlls/shdocvw/tests/Makefile"
26082 ALL_MAKEFILES="$ALL_MAKEFILES \\
26083 dlls/shell32/Makefile"
26084 test "x$enable_shell32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26085 shell32"
26086 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26087 dlls/shell32/Makefile: dlls/shell32/Makefile.in dlls/Makedll.rules"
26088 ac_config_files="$ac_config_files dlls/shell32/Makefile"
26090 ALL_MAKEFILES="$ALL_MAKEFILES \\
26091 dlls/shell32/tests/Makefile"
26092 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26093 shell32/tests"
26094 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26095 dlls/shell32/tests/Makefile: dlls/shell32/tests/Makefile.in dlls/Maketest.rules"
26096 ac_config_files="$ac_config_files dlls/shell32/tests/Makefile"
26098 ALL_MAKEFILES="$ALL_MAKEFILES \\
26099 dlls/shfolder/Makefile"
26100 test "x$enable_shfolder" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26101 shfolder"
26102 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26103 dlls/shfolder/Makefile: dlls/shfolder/Makefile.in dlls/Makedll.rules"
26104 ac_config_files="$ac_config_files dlls/shfolder/Makefile"
26106 ALL_MAKEFILES="$ALL_MAKEFILES \\
26107 dlls/shlwapi/Makefile"
26108 test "x$enable_shlwapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26109 shlwapi"
26110 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26111 dlls/shlwapi/Makefile: dlls/shlwapi/Makefile.in dlls/Makedll.rules"
26112 ac_config_files="$ac_config_files dlls/shlwapi/Makefile"
26114 ALL_MAKEFILES="$ALL_MAKEFILES \\
26115 dlls/shlwapi/tests/Makefile"
26116 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26117 shlwapi/tests"
26118 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26119 dlls/shlwapi/tests/Makefile: dlls/shlwapi/tests/Makefile.in dlls/Maketest.rules"
26120 ac_config_files="$ac_config_files dlls/shlwapi/tests/Makefile"
26122 ALL_MAKEFILES="$ALL_MAKEFILES \\
26123 dlls/slbcsp/Makefile"
26124 test "x$enable_slbcsp" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26125 slbcsp"
26126 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26127 dlls/slbcsp/Makefile: dlls/slbcsp/Makefile.in dlls/Makedll.rules"
26128 ac_config_files="$ac_config_files dlls/slbcsp/Makefile"
26130 ALL_MAKEFILES="$ALL_MAKEFILES \\
26131 dlls/slc/Makefile"
26132 test "x$enable_slc" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26133 slc"
26134 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26135 dlls/slc/Makefile: dlls/slc/Makefile.in dlls/Makedll.rules"
26136 ac_config_files="$ac_config_files dlls/slc/Makefile"
26138 ALL_MAKEFILES="$ALL_MAKEFILES \\
26139 dlls/snmpapi/Makefile"
26140 test "x$enable_snmpapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26141 snmpapi"
26142 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26143 dlls/snmpapi/Makefile: dlls/snmpapi/Makefile.in dlls/Makedll.rules"
26144 ac_config_files="$ac_config_files dlls/snmpapi/Makefile"
26146 ALL_MAKEFILES="$ALL_MAKEFILES \\
26147 dlls/snmpapi/tests/Makefile"
26148 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26149 snmpapi/tests"
26150 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26151 dlls/snmpapi/tests/Makefile: dlls/snmpapi/tests/Makefile.in dlls/Maketest.rules"
26152 ac_config_files="$ac_config_files dlls/snmpapi/tests/Makefile"
26154 ALL_MAKEFILES="$ALL_MAKEFILES \\
26155 dlls/softpub/Makefile"
26156 test "x$enable_softpub" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26157 softpub"
26158 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26159 dlls/softpub/Makefile: dlls/softpub/Makefile.in dlls/Makedll.rules"
26160 ac_config_files="$ac_config_files dlls/softpub/Makefile"
26162 ALL_MAKEFILES="$ALL_MAKEFILES \\
26163 dlls/spoolss/Makefile"
26164 test "x$enable_spoolss" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26165 spoolss"
26166 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26167 dlls/spoolss/Makefile: dlls/spoolss/Makefile.in dlls/Makedll.rules"
26168 ac_config_files="$ac_config_files dlls/spoolss/Makefile"
26170 ALL_MAKEFILES="$ALL_MAKEFILES \\
26171 dlls/spoolss/tests/Makefile"
26172 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26173 spoolss/tests"
26174 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26175 dlls/spoolss/tests/Makefile: dlls/spoolss/tests/Makefile.in dlls/Maketest.rules"
26176 ac_config_files="$ac_config_files dlls/spoolss/tests/Makefile"
26178 ALL_MAKEFILES="$ALL_MAKEFILES \\
26179 dlls/stdole2.tlb/Makefile"
26180 test "x$enable_stdole2_tlb" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26181 stdole2.tlb"
26182 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26183 dlls/stdole2.tlb/Makefile: dlls/stdole2.tlb/Makefile.in dlls/Makedll.rules"
26184 ac_config_files="$ac_config_files dlls/stdole2.tlb/Makefile"
26186 ALL_MAKEFILES="$ALL_MAKEFILES \\
26187 dlls/stdole32.tlb/Makefile"
26188 test "x$enable_stdole32_tlb" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26189 stdole32.tlb"
26190 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26191 dlls/stdole32.tlb/Makefile: dlls/stdole32.tlb/Makefile.in dlls/Makedll.rules"
26192 ac_config_files="$ac_config_files dlls/stdole32.tlb/Makefile"
26194 ALL_MAKEFILES="$ALL_MAKEFILES \\
26195 dlls/sti/Makefile"
26196 test "x$enable_sti" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26197 sti"
26198 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26199 dlls/sti/Makefile: dlls/sti/Makefile.in dlls/Makedll.rules"
26200 ac_config_files="$ac_config_files dlls/sti/Makefile"
26202 ALL_MAKEFILES="$ALL_MAKEFILES \\
26203 dlls/strmiids/Makefile"
26204 test "x$enable_strmiids" != xno && ALL_IMPLIB_DIRS="$ALL_IMPLIB_DIRS \\
26205 strmiids"
26206 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26207 dlls/strmiids/Makefile: dlls/strmiids/Makefile.in dlls/Makeimplib.rules"
26208 ac_config_files="$ac_config_files dlls/strmiids/Makefile"
26210 ALL_MAKEFILES="$ALL_MAKEFILES \\
26211 dlls/svrapi/Makefile"
26212 test "x$enable_svrapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26213 svrapi"
26214 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26215 dlls/svrapi/Makefile: dlls/svrapi/Makefile.in dlls/Makedll.rules"
26216 ac_config_files="$ac_config_files dlls/svrapi/Makefile"
26218 ALL_MAKEFILES="$ALL_MAKEFILES \\
26219 dlls/sxs/Makefile"
26220 test "x$enable_sxs" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26221 sxs"
26222 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26223 dlls/sxs/Makefile: dlls/sxs/Makefile.in dlls/Makedll.rules"
26224 ac_config_files="$ac_config_files dlls/sxs/Makefile"
26226 ALL_MAKEFILES="$ALL_MAKEFILES \\
26227 dlls/tapi32/Makefile"
26228 test "x$enable_tapi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26229 tapi32"
26230 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26231 dlls/tapi32/Makefile: dlls/tapi32/Makefile.in dlls/Makedll.rules"
26232 ac_config_files="$ac_config_files dlls/tapi32/Makefile"
26234 ALL_MAKEFILES="$ALL_MAKEFILES \\
26235 dlls/twain_32/Makefile"
26236 test "x$enable_twain_32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26237 twain_32"
26238 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26239 dlls/twain_32/Makefile: dlls/twain_32/Makefile.in dlls/Makedll.rules"
26240 ac_config_files="$ac_config_files dlls/twain_32/Makefile"
26242 ALL_MAKEFILES="$ALL_MAKEFILES \\
26243 dlls/unicows/Makefile"
26244 test "x$enable_unicows" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26245 unicows"
26246 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26247 dlls/unicows/Makefile: dlls/unicows/Makefile.in dlls/Makedll.rules"
26248 ac_config_files="$ac_config_files dlls/unicows/Makefile"
26250 ALL_MAKEFILES="$ALL_MAKEFILES \\
26251 dlls/url/Makefile"
26252 test "x$enable_url" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26253 url"
26254 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26255 dlls/url/Makefile: dlls/url/Makefile.in dlls/Makedll.rules"
26256 ac_config_files="$ac_config_files dlls/url/Makefile"
26258 ALL_MAKEFILES="$ALL_MAKEFILES \\
26259 dlls/urlmon/Makefile"
26260 test "x$enable_urlmon" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26261 urlmon"
26262 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26263 dlls/urlmon/Makefile: dlls/urlmon/Makefile.in dlls/Makedll.rules"
26264 ac_config_files="$ac_config_files dlls/urlmon/Makefile"
26266 ALL_MAKEFILES="$ALL_MAKEFILES \\
26267 dlls/urlmon/tests/Makefile"
26268 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26269 urlmon/tests"
26270 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26271 dlls/urlmon/tests/Makefile: dlls/urlmon/tests/Makefile.in dlls/Maketest.rules"
26272 ac_config_files="$ac_config_files dlls/urlmon/tests/Makefile"
26274 ALL_MAKEFILES="$ALL_MAKEFILES \\
26275 dlls/user32/Makefile"
26276 test "x$enable_user32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26277 user32"
26278 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26279 dlls/user32/Makefile: dlls/user32/Makefile.in dlls/Makedll.rules"
26280 ac_config_files="$ac_config_files dlls/user32/Makefile"
26282 ALL_MAKEFILES="$ALL_MAKEFILES \\
26283 dlls/user32/tests/Makefile"
26284 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26285 user32/tests"
26286 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26287 dlls/user32/tests/Makefile: dlls/user32/tests/Makefile.in dlls/Maketest.rules"
26288 ac_config_files="$ac_config_files dlls/user32/tests/Makefile"
26290 ALL_MAKEFILES="$ALL_MAKEFILES \\
26291 dlls/userenv/Makefile"
26292 test "x$enable_userenv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26293 userenv"
26294 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26295 dlls/userenv/Makefile: dlls/userenv/Makefile.in dlls/Makedll.rules"
26296 ac_config_files="$ac_config_files dlls/userenv/Makefile"
26298 ALL_MAKEFILES="$ALL_MAKEFILES \\
26299 dlls/userenv/tests/Makefile"
26300 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26301 userenv/tests"
26302 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26303 dlls/userenv/tests/Makefile: dlls/userenv/tests/Makefile.in dlls/Maketest.rules"
26304 ac_config_files="$ac_config_files dlls/userenv/tests/Makefile"
26306 ALL_MAKEFILES="$ALL_MAKEFILES \\
26307 dlls/usp10/Makefile"
26308 test "x$enable_usp10" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26309 usp10"
26310 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26311 dlls/usp10/Makefile: dlls/usp10/Makefile.in dlls/Makedll.rules"
26312 ac_config_files="$ac_config_files dlls/usp10/Makefile"
26314 ALL_MAKEFILES="$ALL_MAKEFILES \\
26315 dlls/usp10/tests/Makefile"
26316 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26317 usp10/tests"
26318 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26319 dlls/usp10/tests/Makefile: dlls/usp10/tests/Makefile.in dlls/Maketest.rules"
26320 ac_config_files="$ac_config_files dlls/usp10/tests/Makefile"
26322 ALL_MAKEFILES="$ALL_MAKEFILES \\
26323 dlls/uuid/Makefile"
26324 test "x$enable_uuid" != xno && ALL_IMPLIB_DIRS="$ALL_IMPLIB_DIRS \\
26325 uuid"
26326 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26327 dlls/uuid/Makefile: dlls/uuid/Makefile.in dlls/Makeimplib.rules"
26328 ac_config_files="$ac_config_files dlls/uuid/Makefile"
26330 ALL_MAKEFILES="$ALL_MAKEFILES \\
26331 dlls/uxtheme/Makefile"
26332 test "x$enable_uxtheme" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26333 uxtheme"
26334 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26335 dlls/uxtheme/Makefile: dlls/uxtheme/Makefile.in dlls/Makedll.rules"
26336 ac_config_files="$ac_config_files dlls/uxtheme/Makefile"
26338 ALL_MAKEFILES="$ALL_MAKEFILES \\
26339 dlls/uxtheme/tests/Makefile"
26340 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26341 uxtheme/tests"
26342 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26343 dlls/uxtheme/tests/Makefile: dlls/uxtheme/tests/Makefile.in dlls/Maketest.rules"
26344 ac_config_files="$ac_config_files dlls/uxtheme/tests/Makefile"
26346 ALL_MAKEFILES="$ALL_MAKEFILES \\
26347 dlls/vdhcp.vxd/Makefile"
26348 test "x$enable_vdhcp_vxd" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26349 vdhcp.vxd"
26350 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26351 dlls/vdhcp.vxd/Makefile: dlls/vdhcp.vxd/Makefile.in dlls/Makedll.rules"
26352 ac_config_files="$ac_config_files dlls/vdhcp.vxd/Makefile"
26354 ALL_MAKEFILES="$ALL_MAKEFILES \\
26355 dlls/vdmdbg/Makefile"
26356 test "x$enable_vdmdbg" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26357 vdmdbg"
26358 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26359 dlls/vdmdbg/Makefile: dlls/vdmdbg/Makefile.in dlls/Makedll.rules"
26360 ac_config_files="$ac_config_files dlls/vdmdbg/Makefile"
26362 ALL_MAKEFILES="$ALL_MAKEFILES \\
26363 dlls/version/Makefile"
26364 test "x$enable_version" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26365 version"
26366 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26367 dlls/version/Makefile: dlls/version/Makefile.in dlls/Makedll.rules"
26368 ac_config_files="$ac_config_files dlls/version/Makefile"
26370 ALL_MAKEFILES="$ALL_MAKEFILES \\
26371 dlls/version/tests/Makefile"
26372 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26373 version/tests"
26374 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26375 dlls/version/tests/Makefile: dlls/version/tests/Makefile.in dlls/Maketest.rules"
26376 ac_config_files="$ac_config_files dlls/version/tests/Makefile"
26378 ALL_MAKEFILES="$ALL_MAKEFILES \\
26379 dlls/vmm.vxd/Makefile"
26380 test "x$enable_vmm_vxd" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26381 vmm.vxd"
26382 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26383 dlls/vmm.vxd/Makefile: dlls/vmm.vxd/Makefile.in dlls/Makedll.rules"
26384 ac_config_files="$ac_config_files dlls/vmm.vxd/Makefile"
26386 ALL_MAKEFILES="$ALL_MAKEFILES \\
26387 dlls/vnbt.vxd/Makefile"
26388 test "x$enable_vnbt_vxd" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26389 vnbt.vxd"
26390 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26391 dlls/vnbt.vxd/Makefile: dlls/vnbt.vxd/Makefile.in dlls/Makedll.rules"
26392 ac_config_files="$ac_config_files dlls/vnbt.vxd/Makefile"
26394 ALL_MAKEFILES="$ALL_MAKEFILES \\
26395 dlls/vnetbios.vxd/Makefile"
26396 test "x$enable_vnetbios_vxd" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26397 vnetbios.vxd"
26398 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26399 dlls/vnetbios.vxd/Makefile: dlls/vnetbios.vxd/Makefile.in dlls/Makedll.rules"
26400 ac_config_files="$ac_config_files dlls/vnetbios.vxd/Makefile"
26402 ALL_MAKEFILES="$ALL_MAKEFILES \\
26403 dlls/vtdapi.vxd/Makefile"
26404 test "x$enable_vtdapi_vxd" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26405 vtdapi.vxd"
26406 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26407 dlls/vtdapi.vxd/Makefile: dlls/vtdapi.vxd/Makefile.in dlls/Makedll.rules"
26408 ac_config_files="$ac_config_files dlls/vtdapi.vxd/Makefile"
26410 ALL_MAKEFILES="$ALL_MAKEFILES \\
26411 dlls/vwin32.vxd/Makefile"
26412 test "x$enable_vwin32_vxd" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26413 vwin32.vxd"
26414 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26415 dlls/vwin32.vxd/Makefile: dlls/vwin32.vxd/Makefile.in dlls/Makedll.rules"
26416 ac_config_files="$ac_config_files dlls/vwin32.vxd/Makefile"
26418 ALL_MAKEFILES="$ALL_MAKEFILES \\
26419 dlls/w32skrnl/Makefile"
26420 test "x$enable_w32skrnl" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26421 w32skrnl"
26422 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26423 dlls/w32skrnl/Makefile: dlls/w32skrnl/Makefile.in dlls/Makedll.rules"
26424 ac_config_files="$ac_config_files dlls/w32skrnl/Makefile"
26426 ALL_MAKEFILES="$ALL_MAKEFILES \\
26427 dlls/winealsa.drv/Makefile"
26428 test "x$enable_winealsa_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26429 winealsa.drv"
26430 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26431 dlls/winealsa.drv/Makefile: dlls/winealsa.drv/Makefile.in dlls/Makedll.rules"
26432 ac_config_files="$ac_config_files dlls/winealsa.drv/Makefile"
26434 ALL_MAKEFILES="$ALL_MAKEFILES \\
26435 dlls/wineaudioio.drv/Makefile"
26436 test "x$enable_wineaudioio_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26437 wineaudioio.drv"
26438 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26439 dlls/wineaudioio.drv/Makefile: dlls/wineaudioio.drv/Makefile.in dlls/Makedll.rules"
26440 ac_config_files="$ac_config_files dlls/wineaudioio.drv/Makefile"
26442 ALL_MAKEFILES="$ALL_MAKEFILES \\
26443 dlls/winecoreaudio.drv/Makefile"
26444 test "x$enable_winecoreaudio_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26445 winecoreaudio.drv"
26446 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26447 dlls/winecoreaudio.drv/Makefile: dlls/winecoreaudio.drv/Makefile.in dlls/Makedll.rules"
26448 ac_config_files="$ac_config_files dlls/winecoreaudio.drv/Makefile"
26450 ALL_MAKEFILES="$ALL_MAKEFILES \\
26451 dlls/winecrt0/Makefile"
26452 test "x$enable_winecrt0" != xno && ALL_IMPLIB_DIRS="$ALL_IMPLIB_DIRS \\
26453 winecrt0"
26454 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26455 dlls/winecrt0/Makefile: dlls/winecrt0/Makefile.in dlls/Makeimplib.rules"
26456 ac_config_files="$ac_config_files dlls/winecrt0/Makefile"
26458 ALL_MAKEFILES="$ALL_MAKEFILES \\
26459 dlls/wined3d/Makefile"
26460 test "x$enable_wined3d" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26461 wined3d"
26462 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26463 dlls/wined3d/Makefile: dlls/wined3d/Makefile.in dlls/Makedll.rules"
26464 ac_config_files="$ac_config_files dlls/wined3d/Makefile"
26466 ALL_MAKEFILES="$ALL_MAKEFILES \\
26467 dlls/winedos/Makefile"
26468 test "x$enable_winedos" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26469 winedos"
26470 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26471 dlls/winedos/Makefile: dlls/winedos/Makefile.in dlls/Makedll.rules"
26472 ac_config_files="$ac_config_files dlls/winedos/Makefile"
26474 ALL_MAKEFILES="$ALL_MAKEFILES \\
26475 dlls/wineesd.drv/Makefile"
26476 test "x$enable_wineesd_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26477 wineesd.drv"
26478 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26479 dlls/wineesd.drv/Makefile: dlls/wineesd.drv/Makefile.in dlls/Makedll.rules"
26480 ac_config_files="$ac_config_files dlls/wineesd.drv/Makefile"
26482 ALL_MAKEFILES="$ALL_MAKEFILES \\
26483 dlls/winejack.drv/Makefile"
26484 test "x$enable_winejack_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26485 winejack.drv"
26486 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26487 dlls/winejack.drv/Makefile: dlls/winejack.drv/Makefile.in dlls/Makedll.rules"
26488 ac_config_files="$ac_config_files dlls/winejack.drv/Makefile"
26490 ALL_MAKEFILES="$ALL_MAKEFILES \\
26491 dlls/winejoystick.drv/Makefile"
26492 test "x$enable_winejoystick_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26493 winejoystick.drv"
26494 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26495 dlls/winejoystick.drv/Makefile: dlls/winejoystick.drv/Makefile.in dlls/Makedll.rules"
26496 ac_config_files="$ac_config_files dlls/winejoystick.drv/Makefile"
26498 ALL_MAKEFILES="$ALL_MAKEFILES \\
26499 dlls/winemp3.acm/Makefile"
26500 test "x$enable_winemp3_acm" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26501 winemp3.acm"
26502 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26503 dlls/winemp3.acm/Makefile: dlls/winemp3.acm/Makefile.in dlls/Makedll.rules"
26504 ac_config_files="$ac_config_files dlls/winemp3.acm/Makefile"
26506 ALL_MAKEFILES="$ALL_MAKEFILES \\
26507 dlls/winenas.drv/Makefile"
26508 test "x$enable_winenas_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26509 winenas.drv"
26510 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26511 dlls/winenas.drv/Makefile: dlls/winenas.drv/Makefile.in dlls/Makedll.rules"
26512 ac_config_files="$ac_config_files dlls/winenas.drv/Makefile"
26514 ALL_MAKEFILES="$ALL_MAKEFILES \\
26515 dlls/wineoss.drv/Makefile"
26516 test "x$enable_wineoss_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26517 wineoss.drv"
26518 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26519 dlls/wineoss.drv/Makefile: dlls/wineoss.drv/Makefile.in dlls/Makedll.rules"
26520 ac_config_files="$ac_config_files dlls/wineoss.drv/Makefile"
26522 ALL_MAKEFILES="$ALL_MAKEFILES \\
26523 dlls/wineps.drv/Makefile"
26524 test "x$enable_wineps_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26525 wineps.drv"
26526 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26527 dlls/wineps.drv/Makefile: dlls/wineps.drv/Makefile.in dlls/Makedll.rules"
26528 ac_config_files="$ac_config_files dlls/wineps.drv/Makefile"
26530 ALL_MAKEFILES="$ALL_MAKEFILES \\
26531 dlls/winequartz.drv/Makefile"
26532 test "x$enable_winequartz_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26533 winequartz.drv"
26534 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26535 dlls/winequartz.drv/Makefile: dlls/winequartz.drv/Makefile.in dlls/Makedll.rules"
26536 ac_config_files="$ac_config_files dlls/winequartz.drv/Makefile"
26538 ALL_MAKEFILES="$ALL_MAKEFILES \\
26539 dlls/winex11.drv/Makefile"
26540 test "x$enable_winex11_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26541 winex11.drv"
26542 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26543 dlls/winex11.drv/Makefile: dlls/winex11.drv/Makefile.in dlls/Makedll.rules"
26544 ac_config_files="$ac_config_files dlls/winex11.drv/Makefile"
26546 ALL_MAKEFILES="$ALL_MAKEFILES \\
26547 dlls/wing32/Makefile"
26548 test "x$enable_wing32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26549 wing32"
26550 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26551 dlls/wing32/Makefile: dlls/wing32/Makefile.in dlls/Makedll.rules"
26552 ac_config_files="$ac_config_files dlls/wing32/Makefile"
26554 ALL_MAKEFILES="$ALL_MAKEFILES \\
26555 dlls/winhttp/Makefile"
26556 test "x$enable_winhttp" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26557 winhttp"
26558 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26559 dlls/winhttp/Makefile: dlls/winhttp/Makefile.in dlls/Makedll.rules"
26560 ac_config_files="$ac_config_files dlls/winhttp/Makefile"
26562 ALL_MAKEFILES="$ALL_MAKEFILES \\
26563 dlls/winhttp/tests/Makefile"
26564 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26565 winhttp/tests"
26566 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26567 dlls/winhttp/tests/Makefile: dlls/winhttp/tests/Makefile.in dlls/Maketest.rules"
26568 ac_config_files="$ac_config_files dlls/winhttp/tests/Makefile"
26570 ALL_MAKEFILES="$ALL_MAKEFILES \\
26571 dlls/wininet/Makefile"
26572 test "x$enable_wininet" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26573 wininet"
26574 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26575 dlls/wininet/Makefile: dlls/wininet/Makefile.in dlls/Makedll.rules"
26576 ac_config_files="$ac_config_files dlls/wininet/Makefile"
26578 ALL_MAKEFILES="$ALL_MAKEFILES \\
26579 dlls/wininet/tests/Makefile"
26580 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26581 wininet/tests"
26582 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26583 dlls/wininet/tests/Makefile: dlls/wininet/tests/Makefile.in dlls/Maketest.rules"
26584 ac_config_files="$ac_config_files dlls/wininet/tests/Makefile"
26586 ALL_MAKEFILES="$ALL_MAKEFILES \\
26587 dlls/winmm/Makefile"
26588 test "x$enable_winmm" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26589 winmm"
26590 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26591 dlls/winmm/Makefile: dlls/winmm/Makefile.in dlls/Makedll.rules"
26592 ac_config_files="$ac_config_files dlls/winmm/Makefile"
26594 ALL_MAKEFILES="$ALL_MAKEFILES \\
26595 dlls/winmm/tests/Makefile"
26596 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26597 winmm/tests"
26598 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26599 dlls/winmm/tests/Makefile: dlls/winmm/tests/Makefile.in dlls/Maketest.rules"
26600 ac_config_files="$ac_config_files dlls/winmm/tests/Makefile"
26602 ALL_MAKEFILES="$ALL_MAKEFILES \\
26603 dlls/winnls32/Makefile"
26604 test "x$enable_winnls32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26605 winnls32"
26606 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26607 dlls/winnls32/Makefile: dlls/winnls32/Makefile.in dlls/Makedll.rules"
26608 ac_config_files="$ac_config_files dlls/winnls32/Makefile"
26610 ALL_MAKEFILES="$ALL_MAKEFILES \\
26611 dlls/winscard/Makefile"
26612 test "x$enable_winscard" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26613 winscard"
26614 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26615 dlls/winscard/Makefile: dlls/winscard/Makefile.in dlls/Makedll.rules"
26616 ac_config_files="$ac_config_files dlls/winscard/Makefile"
26618 ALL_MAKEFILES="$ALL_MAKEFILES \\
26619 dlls/winspool.drv/Makefile"
26620 test "x$enable_winspool_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26621 winspool.drv"
26622 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26623 dlls/winspool.drv/Makefile: dlls/winspool.drv/Makefile.in dlls/Makedll.rules"
26624 ac_config_files="$ac_config_files dlls/winspool.drv/Makefile"
26626 ALL_MAKEFILES="$ALL_MAKEFILES \\
26627 dlls/winspool.drv/tests/Makefile"
26628 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26629 winspool.drv/tests"
26630 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26631 dlls/winspool.drv/tests/Makefile: dlls/winspool.drv/tests/Makefile.in dlls/Maketest.rules"
26632 ac_config_files="$ac_config_files dlls/winspool.drv/tests/Makefile"
26634 ALL_MAKEFILES="$ALL_MAKEFILES \\
26635 dlls/wintab32/Makefile"
26636 test "x$enable_wintab32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26637 wintab32"
26638 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26639 dlls/wintab32/Makefile: dlls/wintab32/Makefile.in dlls/Makedll.rules"
26640 ac_config_files="$ac_config_files dlls/wintab32/Makefile"
26642 ALL_MAKEFILES="$ALL_MAKEFILES \\
26643 dlls/wintrust/Makefile"
26644 test "x$enable_wintrust" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26645 wintrust"
26646 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26647 dlls/wintrust/Makefile: dlls/wintrust/Makefile.in dlls/Makedll.rules"
26648 ac_config_files="$ac_config_files dlls/wintrust/Makefile"
26650 ALL_MAKEFILES="$ALL_MAKEFILES \\
26651 dlls/wintrust/tests/Makefile"
26652 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26653 wintrust/tests"
26654 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26655 dlls/wintrust/tests/Makefile: dlls/wintrust/tests/Makefile.in dlls/Maketest.rules"
26656 ac_config_files="$ac_config_files dlls/wintrust/tests/Makefile"
26658 ALL_MAKEFILES="$ALL_MAKEFILES \\
26659 dlls/wldap32/Makefile"
26660 test "x$enable_wldap32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26661 wldap32"
26662 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26663 dlls/wldap32/Makefile: dlls/wldap32/Makefile.in dlls/Makedll.rules"
26664 ac_config_files="$ac_config_files dlls/wldap32/Makefile"
26666 ALL_MAKEFILES="$ALL_MAKEFILES \\
26667 dlls/wldap32/tests/Makefile"
26668 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26669 wldap32/tests"
26670 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26671 dlls/wldap32/tests/Makefile: dlls/wldap32/tests/Makefile.in dlls/Maketest.rules"
26672 ac_config_files="$ac_config_files dlls/wldap32/tests/Makefile"
26674 ALL_MAKEFILES="$ALL_MAKEFILES \\
26675 dlls/wmi/Makefile"
26676 test "x$enable_wmi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26677 wmi"
26678 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26679 dlls/wmi/Makefile: dlls/wmi/Makefile.in dlls/Makedll.rules"
26680 ac_config_files="$ac_config_files dlls/wmi/Makefile"
26682 ALL_MAKEFILES="$ALL_MAKEFILES \\
26683 dlls/wnaspi32/Makefile"
26684 test "x$enable_wnaspi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26685 wnaspi32"
26686 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26687 dlls/wnaspi32/Makefile: dlls/wnaspi32/Makefile.in dlls/Makedll.rules"
26688 ac_config_files="$ac_config_files dlls/wnaspi32/Makefile"
26690 ALL_MAKEFILES="$ALL_MAKEFILES \\
26691 dlls/wow32/Makefile"
26692 test "x$enable_wow32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26693 wow32"
26694 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26695 dlls/wow32/Makefile: dlls/wow32/Makefile.in dlls/Makedll.rules"
26696 ac_config_files="$ac_config_files dlls/wow32/Makefile"
26698 ALL_MAKEFILES="$ALL_MAKEFILES \\
26699 dlls/ws2_32/Makefile"
26700 test "x$enable_ws2_32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26701 ws2_32"
26702 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26703 dlls/ws2_32/Makefile: dlls/ws2_32/Makefile.in dlls/Makedll.rules"
26704 ac_config_files="$ac_config_files dlls/ws2_32/Makefile"
26706 ALL_MAKEFILES="$ALL_MAKEFILES \\
26707 dlls/ws2_32/tests/Makefile"
26708 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26709 ws2_32/tests"
26710 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26711 dlls/ws2_32/tests/Makefile: dlls/ws2_32/tests/Makefile.in dlls/Maketest.rules"
26712 ac_config_files="$ac_config_files dlls/ws2_32/tests/Makefile"
26714 ALL_MAKEFILES="$ALL_MAKEFILES \\
26715 dlls/wsock32/Makefile"
26716 test "x$enable_wsock32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26717 wsock32"
26718 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26719 dlls/wsock32/Makefile: dlls/wsock32/Makefile.in dlls/Makedll.rules"
26720 ac_config_files="$ac_config_files dlls/wsock32/Makefile"
26722 ALL_MAKEFILES="$ALL_MAKEFILES \\
26723 dlls/wtsapi32/Makefile"
26724 test "x$enable_wtsapi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26725 wtsapi32"
26726 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26727 dlls/wtsapi32/Makefile: dlls/wtsapi32/Makefile.in dlls/Makedll.rules"
26728 ac_config_files="$ac_config_files dlls/wtsapi32/Makefile"
26730 ALL_MAKEFILES="$ALL_MAKEFILES \\
26731 dlls/wuapi/Makefile"
26732 test "x$enable_wuapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26733 wuapi"
26734 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26735 dlls/wuapi/Makefile: dlls/wuapi/Makefile.in dlls/Makedll.rules"
26736 ac_config_files="$ac_config_files dlls/wuapi/Makefile"
26738 ALL_MAKEFILES="$ALL_MAKEFILES \\
26739 dlls/xinput1_1/Makefile"
26740 test "x$enable_xinput1_1" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26741 xinput1_1"
26742 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26743 dlls/xinput1_1/Makefile: dlls/xinput1_1/Makefile.in dlls/Makedll.rules"
26744 ac_config_files="$ac_config_files dlls/xinput1_1/Makefile"
26746 ALL_MAKEFILES="$ALL_MAKEFILES \\
26747 dlls/xinput1_2/Makefile"
26748 test "x$enable_xinput1_2" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26749 xinput1_2"
26750 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26751 dlls/xinput1_2/Makefile: dlls/xinput1_2/Makefile.in dlls/Makedll.rules"
26752 ac_config_files="$ac_config_files dlls/xinput1_2/Makefile"
26754 ALL_MAKEFILES="$ALL_MAKEFILES \\
26755 dlls/xinput1_3/Makefile"
26756 test "x$enable_xinput1_3" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26757 xinput1_3"
26758 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26759 dlls/xinput1_3/Makefile: dlls/xinput1_3/Makefile.in dlls/Makedll.rules"
26760 ac_config_files="$ac_config_files dlls/xinput1_3/Makefile"
26762 ALL_MAKEFILES="$ALL_MAKEFILES \\
26763 dlls/xinput1_3/tests/Makefile"
26764 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26765 xinput1_3/tests"
26766 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26767 dlls/xinput1_3/tests/Makefile: dlls/xinput1_3/tests/Makefile.in dlls/Maketest.rules"
26768 ac_config_files="$ac_config_files dlls/xinput1_3/tests/Makefile"
26770 ALL_MAKEFILES="$ALL_MAKEFILES \\
26771 dlls/xinput9_1_0/Makefile"
26772 test "x$enable_xinput9_1_0" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26773 xinput9_1_0"
26774 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26775 dlls/xinput9_1_0/Makefile: dlls/xinput9_1_0/Makefile.in dlls/Makedll.rules"
26776 ac_config_files="$ac_config_files dlls/xinput9_1_0/Makefile"
26778 ALL_MAKEFILES="$ALL_MAKEFILES \\
26779 documentation/Makefile"
26780 test "x$enable_documentation" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
26781 documentation"
26782 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26783 documentation/Makefile: documentation/Makefile.in Make.rules"
26784 ac_config_files="$ac_config_files documentation/Makefile"
26786 ALL_MAKEFILES="$ALL_MAKEFILES \\
26787 fonts/Makefile"
26788 test "x$enable_fonts" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
26789 fonts"
26790 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26791 fonts/Makefile: fonts/Makefile.in Make.rules"
26792 ac_config_files="$ac_config_files fonts/Makefile"
26794 ALL_MAKEFILES="$ALL_MAKEFILES \\
26795 include/Makefile"
26796 test "x$enable_include" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
26797 include"
26798 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26799 include/Makefile: include/Makefile.in Make.rules"
26800 ac_config_files="$ac_config_files include/Makefile"
26802 ALL_MAKEFILES="$ALL_MAKEFILES \\
26803 libs/Makefile"
26804 test "x$enable_libs" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
26805 libs"
26806 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26807 libs/Makefile: libs/Makefile.in Make.rules"
26808 ac_config_files="$ac_config_files libs/Makefile"
26810 ALL_MAKEFILES="$ALL_MAKEFILES \\
26811 libs/port/Makefile"
26813 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26814 libs/port/Makefile: libs/port/Makefile.in Make.rules"
26815 ac_config_files="$ac_config_files libs/port/Makefile"
26817 ALL_MAKEFILES="$ALL_MAKEFILES \\
26818 libs/wine/Makefile"
26820 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26821 libs/wine/Makefile: libs/wine/Makefile.in Make.rules"
26822 ac_config_files="$ac_config_files libs/wine/Makefile"
26824 ALL_MAKEFILES="$ALL_MAKEFILES \\
26825 libs/wpp/Makefile"
26827 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26828 libs/wpp/Makefile: libs/wpp/Makefile.in Make.rules"
26829 ac_config_files="$ac_config_files libs/wpp/Makefile"
26831 ALL_MAKEFILES="$ALL_MAKEFILES \\
26832 loader/Makefile"
26833 test "x$enable_loader" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
26834 loader"
26835 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26836 loader/Makefile: loader/Makefile.in Make.rules"
26837 ac_config_files="$ac_config_files loader/Makefile"
26839 ALL_MAKEFILES="$ALL_MAKEFILES \\
26840 programs/Makefile"
26841 test "x$enable_programs" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
26842 programs"
26843 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26844 programs/Makefile: programs/Makefile.in Make.rules"
26845 ac_config_files="$ac_config_files programs/Makefile"
26847 ALL_MAKEFILES="$ALL_MAKEFILES \\
26848 programs/clock/Makefile"
26849 test "x$enable_clock" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
26850 clock" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
26851 clock"
26852 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26853 programs/clock/Makefile: programs/clock/Makefile.in programs/Makeprog.rules"
26854 ac_config_files="$ac_config_files programs/clock/Makefile"
26856 ALL_MAKEFILES="$ALL_MAKEFILES \\
26857 programs/cmd/Makefile"
26858 test "x$enable_cmd" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
26859 cmd" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
26860 cmd"
26861 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26862 programs/cmd/Makefile: programs/cmd/Makefile.in programs/Makeprog.rules"
26863 ac_config_files="$ac_config_files programs/cmd/Makefile"
26865 ALL_MAKEFILES="$ALL_MAKEFILES \\
26866 programs/cmdlgtst/Makefile"
26867 test "x$enable_cmdlgtst" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
26868 cmdlgtst"
26869 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26870 programs/cmdlgtst/Makefile: programs/cmdlgtst/Makefile.in programs/Makeprog.rules"
26871 ac_config_files="$ac_config_files programs/cmdlgtst/Makefile"
26873 ALL_MAKEFILES="$ALL_MAKEFILES \\
26874 programs/control/Makefile"
26875 test "x$enable_control" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
26876 control" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
26877 control"
26878 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26879 programs/control/Makefile: programs/control/Makefile.in programs/Makeprog.rules"
26880 ac_config_files="$ac_config_files programs/control/Makefile"
26882 ALL_MAKEFILES="$ALL_MAKEFILES \\
26883 programs/eject/Makefile"
26884 test "x$enable_eject" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
26885 eject" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
26886 eject"
26887 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26888 programs/eject/Makefile: programs/eject/Makefile.in programs/Makeprog.rules"
26889 ac_config_files="$ac_config_files programs/eject/Makefile"
26891 ALL_MAKEFILES="$ALL_MAKEFILES \\
26892 programs/expand/Makefile"
26893 test "x$enable_expand" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
26894 expand" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
26895 expand"
26896 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26897 programs/expand/Makefile: programs/expand/Makefile.in programs/Makeprog.rules"
26898 ac_config_files="$ac_config_files programs/expand/Makefile"
26900 ALL_MAKEFILES="$ALL_MAKEFILES \\
26901 programs/explorer/Makefile"
26902 test "x$enable_explorer" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
26903 explorer" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
26904 explorer"
26905 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26906 programs/explorer/Makefile: programs/explorer/Makefile.in programs/Makeprog.rules"
26907 ac_config_files="$ac_config_files programs/explorer/Makefile"
26909 ALL_MAKEFILES="$ALL_MAKEFILES \\
26910 programs/hh/Makefile"
26911 test "x$enable_hh" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
26912 hh" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
26914 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26915 programs/hh/Makefile: programs/hh/Makefile.in programs/Makeprog.rules"
26916 ac_config_files="$ac_config_files programs/hh/Makefile"
26918 ALL_MAKEFILES="$ALL_MAKEFILES \\
26919 programs/icinfo/Makefile"
26920 test "x$enable_icinfo" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
26921 icinfo" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
26922 icinfo"
26923 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26924 programs/icinfo/Makefile: programs/icinfo/Makefile.in programs/Makeprog.rules"
26925 ac_config_files="$ac_config_files programs/icinfo/Makefile"
26927 ALL_MAKEFILES="$ALL_MAKEFILES \\
26928 programs/iexplore/Makefile"
26929 test "x$enable_iexplore" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
26930 iexplore" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
26931 iexplore"
26932 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26933 programs/iexplore/Makefile: programs/iexplore/Makefile.in programs/Makeprog.rules"
26934 ac_config_files="$ac_config_files programs/iexplore/Makefile"
26936 ALL_MAKEFILES="$ALL_MAKEFILES \\
26937 programs/msiexec/Makefile"
26938 test "x$enable_msiexec" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
26939 msiexec" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
26940 msiexec" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
26941 msiexec"
26942 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26943 programs/msiexec/Makefile: programs/msiexec/Makefile.in programs/Makeprog.rules"
26944 ac_config_files="$ac_config_files programs/msiexec/Makefile"
26946 ALL_MAKEFILES="$ALL_MAKEFILES \\
26947 programs/net/Makefile"
26948 test "x$enable_net" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
26949 net" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
26950 net"
26951 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26952 programs/net/Makefile: programs/net/Makefile.in programs/Makeprog.rules"
26953 ac_config_files="$ac_config_files programs/net/Makefile"
26955 ALL_MAKEFILES="$ALL_MAKEFILES \\
26956 programs/notepad/Makefile"
26957 test "x$enable_notepad" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
26958 notepad" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
26959 notepad" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
26960 notepad"
26961 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26962 programs/notepad/Makefile: programs/notepad/Makefile.in programs/Makeprog.rules"
26963 ac_config_files="$ac_config_files programs/notepad/Makefile"
26965 ALL_MAKEFILES="$ALL_MAKEFILES \\
26966 programs/oleview/Makefile"
26967 test "x$enable_oleview" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
26968 oleview" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
26969 oleview"
26970 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26971 programs/oleview/Makefile: programs/oleview/Makefile.in programs/Makeprog.rules"
26972 ac_config_files="$ac_config_files programs/oleview/Makefile"
26974 ALL_MAKEFILES="$ALL_MAKEFILES \\
26975 programs/progman/Makefile"
26976 test "x$enable_progman" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
26977 progman" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
26978 progman" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
26979 progman"
26980 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26981 programs/progman/Makefile: programs/progman/Makefile.in programs/Makeprog.rules"
26982 ac_config_files="$ac_config_files programs/progman/Makefile"
26984 ALL_MAKEFILES="$ALL_MAKEFILES \\
26985 programs/reg/Makefile"
26986 test "x$enable_reg" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
26987 reg" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
26988 reg"
26989 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26990 programs/reg/Makefile: programs/reg/Makefile.in programs/Makeprog.rules"
26991 ac_config_files="$ac_config_files programs/reg/Makefile"
26993 ALL_MAKEFILES="$ALL_MAKEFILES \\
26994 programs/regedit/Makefile"
26995 test "x$enable_regedit" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
26996 regedit" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
26997 regedit" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
26998 regedit"
26999 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27000 programs/regedit/Makefile: programs/regedit/Makefile.in programs/Makeprog.rules"
27001 ac_config_files="$ac_config_files programs/regedit/Makefile"
27003 ALL_MAKEFILES="$ALL_MAKEFILES \\
27004 programs/regsvr32/Makefile"
27005 test "x$enable_regsvr32" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27006 regsvr32" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27007 regsvr32" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
27008 regsvr32"
27009 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27010 programs/regsvr32/Makefile: programs/regsvr32/Makefile.in programs/Makeprog.rules"
27011 ac_config_files="$ac_config_files programs/regsvr32/Makefile"
27013 ALL_MAKEFILES="$ALL_MAKEFILES \\
27014 programs/rpcss/Makefile"
27015 test "x$enable_rpcss" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27016 rpcss" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27017 rpcss"
27018 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27019 programs/rpcss/Makefile: programs/rpcss/Makefile.in programs/Makeprog.rules"
27020 ac_config_files="$ac_config_files programs/rpcss/Makefile"
27022 ALL_MAKEFILES="$ALL_MAKEFILES \\
27023 programs/rundll32/Makefile"
27024 test "x$enable_rundll32" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27025 rundll32" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27026 rundll32"
27027 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27028 programs/rundll32/Makefile: programs/rundll32/Makefile.in programs/Makeprog.rules"
27029 ac_config_files="$ac_config_files programs/rundll32/Makefile"
27031 ALL_MAKEFILES="$ALL_MAKEFILES \\
27032 programs/secedit/Makefile"
27033 test "x$enable_secedit" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27034 secedit" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27035 secedit"
27036 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27037 programs/secedit/Makefile: programs/secedit/Makefile.in programs/Makeprog.rules"
27038 ac_config_files="$ac_config_files programs/secedit/Makefile"
27040 ALL_MAKEFILES="$ALL_MAKEFILES \\
27041 programs/services/Makefile"
27042 test "x$enable_services" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27043 services" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27044 services"
27045 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27046 programs/services/Makefile: programs/services/Makefile.in programs/Makeprog.rules"
27047 ac_config_files="$ac_config_files programs/services/Makefile"
27049 ALL_MAKEFILES="$ALL_MAKEFILES \\
27050 programs/spoolsv/Makefile"
27051 test "x$enable_spoolsv" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27052 spoolsv" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27053 spoolsv"
27054 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27055 programs/spoolsv/Makefile: programs/spoolsv/Makefile.in programs/Makeprog.rules"
27056 ac_config_files="$ac_config_files programs/spoolsv/Makefile"
27058 ALL_MAKEFILES="$ALL_MAKEFILES \\
27059 programs/start/Makefile"
27060 test "x$enable_start" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27061 start" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27062 start"
27063 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27064 programs/start/Makefile: programs/start/Makefile.in programs/Makeprog.rules"
27065 ac_config_files="$ac_config_files programs/start/Makefile"
27067 ALL_MAKEFILES="$ALL_MAKEFILES \\
27068 programs/svchost/Makefile"
27069 test "x$enable_svchost" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27070 svchost" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27071 svchost"
27072 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27073 programs/svchost/Makefile: programs/svchost/Makefile.in programs/Makeprog.rules"
27074 ac_config_files="$ac_config_files programs/svchost/Makefile"
27076 ALL_MAKEFILES="$ALL_MAKEFILES \\
27077 programs/taskmgr/Makefile"
27078 test "x$enable_taskmgr" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27079 taskmgr" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27080 taskmgr"
27081 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27082 programs/taskmgr/Makefile: programs/taskmgr/Makefile.in programs/Makeprog.rules"
27083 ac_config_files="$ac_config_files programs/taskmgr/Makefile"
27085 ALL_MAKEFILES="$ALL_MAKEFILES \\
27086 programs/uninstaller/Makefile"
27087 test "x$enable_uninstaller" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27088 uninstaller" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27089 uninstaller" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
27090 uninstaller"
27091 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27092 programs/uninstaller/Makefile: programs/uninstaller/Makefile.in programs/Makeprog.rules"
27093 ac_config_files="$ac_config_files programs/uninstaller/Makefile"
27095 ALL_MAKEFILES="$ALL_MAKEFILES \\
27096 programs/view/Makefile"
27097 test "x$enable_view" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27098 view"
27099 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27100 programs/view/Makefile: programs/view/Makefile.in programs/Makeprog.rules"
27101 ac_config_files="$ac_config_files programs/view/Makefile"
27103 ALL_MAKEFILES="$ALL_MAKEFILES \\
27104 programs/wineboot/Makefile"
27105 test "x$enable_wineboot" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27106 wineboot" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27107 wineboot" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
27108 wineboot"
27109 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27110 programs/wineboot/Makefile: programs/wineboot/Makefile.in programs/Makeprog.rules"
27111 ac_config_files="$ac_config_files programs/wineboot/Makefile"
27113 ALL_MAKEFILES="$ALL_MAKEFILES \\
27114 programs/winebrowser/Makefile"
27115 test "x$enable_winebrowser" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27116 winebrowser" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27117 winebrowser" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
27118 winebrowser"
27119 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27120 programs/winebrowser/Makefile: programs/winebrowser/Makefile.in programs/Makeprog.rules"
27121 ac_config_files="$ac_config_files programs/winebrowser/Makefile"
27123 ALL_MAKEFILES="$ALL_MAKEFILES \\
27124 programs/winecfg/Makefile"
27125 test "x$enable_winecfg" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27126 winecfg" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27127 winecfg" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
27128 winecfg"
27129 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27130 programs/winecfg/Makefile: programs/winecfg/Makefile.in programs/Makeprog.rules"
27131 ac_config_files="$ac_config_files programs/winecfg/Makefile"
27133 ALL_MAKEFILES="$ALL_MAKEFILES \\
27134 programs/wineconsole/Makefile"
27135 test "x$enable_wineconsole" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27136 wineconsole" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27137 wineconsole" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
27138 wineconsole"
27139 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27140 programs/wineconsole/Makefile: programs/wineconsole/Makefile.in programs/Makeprog.rules"
27141 ac_config_files="$ac_config_files programs/wineconsole/Makefile"
27143 ALL_MAKEFILES="$ALL_MAKEFILES \\
27144 programs/winedbg/Makefile"
27145 test "x$enable_winedbg" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27146 winedbg" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27147 winedbg" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
27148 winedbg"
27149 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27150 programs/winedbg/Makefile: programs/winedbg/Makefile.in programs/Makeprog.rules"
27151 ac_config_files="$ac_config_files programs/winedbg/Makefile"
27153 ALL_MAKEFILES="$ALL_MAKEFILES \\
27154 programs/winedevice/Makefile"
27155 test "x$enable_winedevice" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27156 winedevice" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27157 winedevice"
27158 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27159 programs/winedevice/Makefile: programs/winedevice/Makefile.in programs/Makeprog.rules"
27160 ac_config_files="$ac_config_files programs/winedevice/Makefile"
27162 ALL_MAKEFILES="$ALL_MAKEFILES \\
27163 programs/winefile/Makefile"
27164 test "x$enable_winefile" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27165 winefile" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27166 winefile" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
27167 winefile"
27168 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27169 programs/winefile/Makefile: programs/winefile/Makefile.in programs/Makeprog.rules"
27170 ac_config_files="$ac_config_files programs/winefile/Makefile"
27172 ALL_MAKEFILES="$ALL_MAKEFILES \\
27173 programs/winemenubuilder/Makefile"
27174 test "x$enable_winemenubuilder" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27175 winemenubuilder" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27176 winemenubuilder"
27177 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27178 programs/winemenubuilder/Makefile: programs/winemenubuilder/Makefile.in programs/Makeprog.rules"
27179 ac_config_files="$ac_config_files programs/winemenubuilder/Makefile"
27181 ALL_MAKEFILES="$ALL_MAKEFILES \\
27182 programs/winemine/Makefile"
27183 test "x$enable_winemine" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27184 winemine" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27185 winemine" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
27186 winemine"
27187 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27188 programs/winemine/Makefile: programs/winemine/Makefile.in programs/Makeprog.rules"
27189 ac_config_files="$ac_config_files programs/winemine/Makefile"
27191 ALL_MAKEFILES="$ALL_MAKEFILES \\
27192 programs/winepath/Makefile"
27193 test "x$enable_winepath" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27194 winepath" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27195 winepath" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
27196 winepath"
27197 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27198 programs/winepath/Makefile: programs/winepath/Makefile.in programs/Makeprog.rules"
27199 ac_config_files="$ac_config_files programs/winepath/Makefile"
27201 ALL_MAKEFILES="$ALL_MAKEFILES \\
27202 programs/winetest/Makefile"
27203 test "x$enable_winetest" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27204 winetest"
27205 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27206 programs/winetest/Makefile: programs/winetest/Makefile.in programs/Makeprog.rules"
27207 ac_config_files="$ac_config_files programs/winetest/Makefile"
27209 ALL_MAKEFILES="$ALL_MAKEFILES \\
27210 programs/winevdm/Makefile"
27211 test "x$enable_winevdm" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27212 winevdm" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27213 winevdm"
27214 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27215 programs/winevdm/Makefile: programs/winevdm/Makefile.in programs/Makeprog.rules"
27216 ac_config_files="$ac_config_files programs/winevdm/Makefile"
27218 ALL_MAKEFILES="$ALL_MAKEFILES \\
27219 programs/winhlp32/Makefile"
27220 test "x$enable_winhlp32" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27221 winhlp32" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27222 winhlp32"
27223 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27224 programs/winhlp32/Makefile: programs/winhlp32/Makefile.in programs/Makeprog.rules"
27225 ac_config_files="$ac_config_files programs/winhlp32/Makefile"
27227 ALL_MAKEFILES="$ALL_MAKEFILES \\
27228 programs/winver/Makefile"
27229 test "x$enable_winver" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27230 winver" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27231 winver"
27232 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27233 programs/winver/Makefile: programs/winver/Makefile.in programs/Makeprog.rules"
27234 ac_config_files="$ac_config_files programs/winver/Makefile"
27236 ALL_MAKEFILES="$ALL_MAKEFILES \\
27237 programs/wordpad/Makefile"
27238 test "x$enable_wordpad" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27239 wordpad" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27240 wordpad"
27241 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27242 programs/wordpad/Makefile: programs/wordpad/Makefile.in programs/Makeprog.rules"
27243 ac_config_files="$ac_config_files programs/wordpad/Makefile"
27245 ALL_MAKEFILES="$ALL_MAKEFILES \\
27246 programs/write/Makefile"
27247 test "x$enable_write" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27248 write" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27249 write"
27250 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27251 programs/write/Makefile: programs/write/Makefile.in programs/Makeprog.rules"
27252 ac_config_files="$ac_config_files programs/write/Makefile"
27254 ALL_MAKEFILES="$ALL_MAKEFILES \\
27255 programs/xcopy/Makefile"
27256 test "x$enable_xcopy" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27257 xcopy" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27258 xcopy"
27259 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27260 programs/xcopy/Makefile: programs/xcopy/Makefile.in programs/Makeprog.rules"
27261 ac_config_files="$ac_config_files programs/xcopy/Makefile"
27263 ALL_MAKEFILES="$ALL_MAKEFILES \\
27264 server/Makefile"
27265 test "x$enable_server" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
27266 server"
27267 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27268 server/Makefile: server/Makefile.in Make.rules"
27269 ac_config_files="$ac_config_files server/Makefile"
27271 ALL_MAKEFILES="$ALL_MAKEFILES \\
27272 tools/Makefile"
27273 test "x$enable_tools" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
27274 tools"
27275 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27276 tools/Makefile: tools/Makefile.in Make.rules"
27277 ac_config_files="$ac_config_files tools/Makefile"
27279 ALL_MAKEFILES="$ALL_MAKEFILES \\
27280 tools/widl/Makefile"
27282 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27283 tools/widl/Makefile: tools/widl/Makefile.in Make.rules"
27284 ac_config_files="$ac_config_files tools/widl/Makefile"
27286 ALL_MAKEFILES="$ALL_MAKEFILES \\
27287 tools/winebuild/Makefile"
27289 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27290 tools/winebuild/Makefile: tools/winebuild/Makefile.in Make.rules"
27291 ac_config_files="$ac_config_files tools/winebuild/Makefile"
27293 ALL_MAKEFILES="$ALL_MAKEFILES \\
27294 tools/winedump/Makefile"
27296 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27297 tools/winedump/Makefile: tools/winedump/Makefile.in Make.rules"
27298 ac_config_files="$ac_config_files tools/winedump/Makefile"
27300 ALL_MAKEFILES="$ALL_MAKEFILES \\
27301 tools/winegcc/Makefile"
27303 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27304 tools/winegcc/Makefile: tools/winegcc/Makefile.in Make.rules"
27305 ac_config_files="$ac_config_files tools/winegcc/Makefile"
27307 ALL_MAKEFILES="$ALL_MAKEFILES \\
27308 tools/wmc/Makefile"
27310 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27311 tools/wmc/Makefile: tools/wmc/Makefile.in Make.rules"
27312 ac_config_files="$ac_config_files tools/wmc/Makefile"
27314 ALL_MAKEFILES="$ALL_MAKEFILES \\
27315 tools/wrc/Makefile"
27317 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27318 tools/wrc/Makefile: tools/wrc/Makefile.in Make.rules"
27319 ac_config_files="$ac_config_files tools/wrc/Makefile"
27323 ALL_WINETEST_DEPENDS="# Test binaries"
27325 for dir in $ALL_TEST_DIRS
27327 if test "$dir" != "\\"
27328 then
27329 testname=`expr $dir : '\(.*\)/tests'`_test.exe
27330 ALL_WINETEST_DEPENDS="$ALL_WINETEST_DEPENDS
27331 $testname: \$(DLLDIR)/$dir/$testname\$(DLLEXT)
27332 cp \$(DLLDIR)/$dir/$testname\$(DLLEXT) \$@ && \$(STRIP) \$@"
27334 done
27336 cat >confcache <<\_ACEOF
27337 # This file is a shell script that caches the results of configure
27338 # tests run on this system so they can be shared between configure
27339 # scripts and configure runs, see configure's option --config-cache.
27340 # It is not useful on other systems. If it contains results you don't
27341 # want to keep, you may remove or edit it.
27343 # config.status only pays attention to the cache file if you give it
27344 # the --recheck option to rerun configure.
27346 # `ac_cv_env_foo' variables (set or unset) will be overridden when
27347 # loading this file, other *unset* `ac_cv_foo' will be assigned the
27348 # following values.
27350 _ACEOF
27352 # The following way of writing the cache mishandles newlines in values,
27353 # but we know of no workaround that is simple, portable, and efficient.
27354 # So, we kill variables containing newlines.
27355 # Ultrix sh set writes to stderr and can't be redirected directly,
27356 # and sets the high bit in the cache file unless we assign to the vars.
27358 for ac_var in `(set) 2>&1 | sed -n 's/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'`; do
27359 eval ac_val=\$$ac_var
27360 case $ac_val in #(
27361 *${as_nl}*)
27362 case $ac_var in #(
27363 *_cv_*) { $as_echo "$as_me:$LINENO: WARNING: cache variable $ac_var contains a newline" >&5
27364 $as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
27365 esac
27366 case $ac_var in #(
27367 _ | IFS | as_nl) ;; #(
27368 BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
27369 *) $as_unset $ac_var ;;
27370 esac ;;
27371 esac
27372 done
27374 (set) 2>&1 |
27375 case $as_nl`(ac_space=' '; set) 2>&1` in #(
27376 *${as_nl}ac_space=\ *)
27377 # `set' does not quote correctly, so add quotes (double-quote
27378 # substitution turns \\\\ into \\, and sed turns \\ into \).
27379 sed -n \
27380 "s/'/'\\\\''/g;
27381 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
27382 ;; #(
27384 # `set' quotes correctly as required by POSIX, so do not add quotes.
27385 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
27387 esac |
27388 sort
27390 sed '
27391 /^ac_cv_env_/b end
27392 t clear
27393 :clear
27394 s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
27395 t end
27396 s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
27397 :end' >>confcache
27398 if diff "$cache_file" confcache >/dev/null 2>&1; then :; else
27399 if test -w "$cache_file"; then
27400 test "x$cache_file" != "x/dev/null" &&
27401 { $as_echo "$as_me:$LINENO: updating cache $cache_file" >&5
27402 $as_echo "$as_me: updating cache $cache_file" >&6;}
27403 cat confcache >$cache_file
27404 else
27405 { $as_echo "$as_me:$LINENO: not updating unwritable cache $cache_file" >&5
27406 $as_echo "$as_me: not updating unwritable cache $cache_file" >&6;}
27409 rm -f confcache
27411 test "x$prefix" = xNONE && prefix=$ac_default_prefix
27412 # Let make expand exec_prefix.
27413 test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
27415 DEFS=-DHAVE_CONFIG_H
27417 ac_libobjs=
27418 ac_ltlibobjs=
27419 for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue
27420 # 1. Remove the extension, and $U if already installed.
27421 ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
27422 ac_i=`$as_echo "$ac_i" | sed "$ac_script"`
27423 # 2. Prepend LIBOBJDIR. When used with automake>=1.10 LIBOBJDIR
27424 # will be set to the directory where LIBOBJS objects are built.
27425 ac_libobjs="$ac_libobjs \${LIBOBJDIR}$ac_i\$U.$ac_objext"
27426 ac_ltlibobjs="$ac_ltlibobjs \${LIBOBJDIR}$ac_i"'$U.lo'
27427 done
27428 LIBOBJS=$ac_libobjs
27430 LTLIBOBJS=$ac_ltlibobjs
27434 : ${CONFIG_STATUS=./config.status}
27435 ac_write_fail=0
27436 ac_clean_files_save=$ac_clean_files
27437 ac_clean_files="$ac_clean_files $CONFIG_STATUS"
27438 { $as_echo "$as_me:$LINENO: creating $CONFIG_STATUS" >&5
27439 $as_echo "$as_me: creating $CONFIG_STATUS" >&6;}
27440 cat >$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
27441 #! $SHELL
27442 # Generated by $as_me.
27443 # Run this file to recreate the current configuration.
27444 # Compiler output produced by configure, useful for debugging
27445 # configure, is in config.log if it exists.
27447 debug=false
27448 ac_cs_recheck=false
27449 ac_cs_silent=false
27450 SHELL=\${CONFIG_SHELL-$SHELL}
27451 _ACEOF
27453 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
27454 ## --------------------- ##
27455 ## M4sh Initialization. ##
27456 ## --------------------- ##
27458 # Be more Bourne compatible
27459 DUALCASE=1; export DUALCASE # for MKS sh
27460 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
27461 emulate sh
27462 NULLCMD=:
27463 # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
27464 # is contrary to our usage. Disable this feature.
27465 alias -g '${1+"$@"}'='"$@"'
27466 setopt NO_GLOB_SUBST
27467 else
27468 case `(set -o) 2>/dev/null` in
27469 *posix*) set -o posix ;;
27470 esac
27477 # PATH needs CR
27478 # Avoid depending upon Character Ranges.
27479 as_cr_letters='abcdefghijklmnopqrstuvwxyz'
27480 as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
27481 as_cr_Letters=$as_cr_letters$as_cr_LETTERS
27482 as_cr_digits='0123456789'
27483 as_cr_alnum=$as_cr_Letters$as_cr_digits
27485 as_nl='
27487 export as_nl
27488 # Printing a long string crashes Solaris 7 /usr/bin/printf.
27489 as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
27490 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo
27491 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo
27492 if (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
27493 as_echo='printf %s\n'
27494 as_echo_n='printf %s'
27495 else
27496 if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
27497 as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
27498 as_echo_n='/usr/ucb/echo -n'
27499 else
27500 as_echo_body='eval expr "X$1" : "X\\(.*\\)"'
27501 as_echo_n_body='eval
27502 arg=$1;
27503 case $arg in
27504 *"$as_nl"*)
27505 expr "X$arg" : "X\\(.*\\)$as_nl";
27506 arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
27507 esac;
27508 expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl"
27510 export as_echo_n_body
27511 as_echo_n='sh -c $as_echo_n_body as_echo'
27513 export as_echo_body
27514 as_echo='sh -c $as_echo_body as_echo'
27517 # The user is always right.
27518 if test "${PATH_SEPARATOR+set}" != set; then
27519 PATH_SEPARATOR=:
27520 (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && {
27521 (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||
27522 PATH_SEPARATOR=';'
27526 # Support unset when possible.
27527 if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then
27528 as_unset=unset
27529 else
27530 as_unset=false
27534 # IFS
27535 # We need space, tab and new line, in precisely that order. Quoting is
27536 # there to prevent editors from complaining about space-tab.
27537 # (If _AS_PATH_WALK were called with IFS unset, it would disable word
27538 # splitting by setting IFS to empty value.)
27539 IFS=" "" $as_nl"
27541 # Find who we are. Look in the path if we contain no directory separator.
27542 case $0 in
27543 *[\\/]* ) as_myself=$0 ;;
27544 *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
27545 for as_dir in $PATH
27547 IFS=$as_save_IFS
27548 test -z "$as_dir" && as_dir=.
27549 test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
27550 done
27551 IFS=$as_save_IFS
27554 esac
27555 # We did not find ourselves, most probably we were run as `sh COMMAND'
27556 # in which case we are not to be found in the path.
27557 if test "x$as_myself" = x; then
27558 as_myself=$0
27560 if test ! -f "$as_myself"; then
27561 $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
27562 { (exit 1); exit 1; }
27565 # Work around bugs in pre-3.0 UWIN ksh.
27566 for as_var in ENV MAIL MAILPATH
27567 do ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var
27568 done
27569 PS1='$ '
27570 PS2='> '
27571 PS4='+ '
27573 # NLS nuisances.
27574 LC_ALL=C
27575 export LC_ALL
27576 LANGUAGE=C
27577 export LANGUAGE
27579 # Required to use basename.
27580 if expr a : '\(a\)' >/dev/null 2>&1 &&
27581 test "X`expr 00001 : '.*\(...\)'`" = X001; then
27582 as_expr=expr
27583 else
27584 as_expr=false
27587 if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
27588 as_basename=basename
27589 else
27590 as_basename=false
27594 # Name of the executable.
27595 as_me=`$as_basename -- "$0" ||
27596 $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
27597 X"$0" : 'X\(//\)$' \| \
27598 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
27599 $as_echo X/"$0" |
27600 sed '/^.*\/\([^/][^/]*\)\/*$/{
27601 s//\1/
27604 /^X\/\(\/\/\)$/{
27605 s//\1/
27608 /^X\/\(\/\).*/{
27609 s//\1/
27612 s/.*/./; q'`
27614 # CDPATH.
27615 $as_unset CDPATH
27619 as_lineno_1=$LINENO
27620 as_lineno_2=$LINENO
27621 test "x$as_lineno_1" != "x$as_lineno_2" &&
27622 test "x`expr $as_lineno_1 + 1`" = "x$as_lineno_2" || {
27624 # Create $as_me.lineno as a copy of $as_myself, but with $LINENO
27625 # uniformly replaced by the line number. The first 'sed' inserts a
27626 # line-number line after each line using $LINENO; the second 'sed'
27627 # does the real work. The second script uses 'N' to pair each
27628 # line-number line with the line containing $LINENO, and appends
27629 # trailing '-' during substitution so that $LINENO is not a special
27630 # case at line end.
27631 # (Raja R Harinath suggested sed '=', and Paul Eggert wrote the
27632 # scripts with optimization help from Paolo Bonzini. Blame Lee
27633 # E. McMahon (1931-1989) for sed's syntax. :-)
27634 sed -n '
27636 /[$]LINENO/=
27637 ' <$as_myself |
27638 sed '
27639 s/[$]LINENO.*/&-/
27640 t lineno
27642 :lineno
27644 :loop
27645 s/[$]LINENO\([^'$as_cr_alnum'_].*\n\)\(.*\)/\2\1\2/
27646 t loop
27647 s/-\n.*//
27648 ' >$as_me.lineno &&
27649 chmod +x "$as_me.lineno" ||
27650 { $as_echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2
27651 { (exit 1); exit 1; }; }
27653 # Don't try to exec as it changes $[0], causing all sort of problems
27654 # (the dirname of $[0] is not the place where we might find the
27655 # original and so on. Autoconf is especially sensitive to this).
27656 . "./$as_me.lineno"
27657 # Exit status is that of the last command.
27658 exit
27662 if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
27663 as_dirname=dirname
27664 else
27665 as_dirname=false
27668 ECHO_C= ECHO_N= ECHO_T=
27669 case `echo -n x` in
27670 -n*)
27671 case `echo 'x\c'` in
27672 *c*) ECHO_T=' ';; # ECHO_T is single tab character.
27673 *) ECHO_C='\c';;
27674 esac;;
27676 ECHO_N='-n';;
27677 esac
27678 if expr a : '\(a\)' >/dev/null 2>&1 &&
27679 test "X`expr 00001 : '.*\(...\)'`" = X001; then
27680 as_expr=expr
27681 else
27682 as_expr=false
27685 rm -f conf$$ conf$$.exe conf$$.file
27686 if test -d conf$$.dir; then
27687 rm -f conf$$.dir/conf$$.file
27688 else
27689 rm -f conf$$.dir
27690 mkdir conf$$.dir 2>/dev/null
27692 if (echo >conf$$.file) 2>/dev/null; then
27693 if ln -s conf$$.file conf$$ 2>/dev/null; then
27694 as_ln_s='ln -s'
27695 # ... but there are two gotchas:
27696 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
27697 # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
27698 # In both cases, we have to default to `cp -p'.
27699 ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
27700 as_ln_s='cp -p'
27701 elif ln conf$$.file conf$$ 2>/dev/null; then
27702 as_ln_s=ln
27703 else
27704 as_ln_s='cp -p'
27706 else
27707 as_ln_s='cp -p'
27709 rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
27710 rmdir conf$$.dir 2>/dev/null
27712 if mkdir -p . 2>/dev/null; then
27713 as_mkdir_p=:
27714 else
27715 test -d ./-p && rmdir ./-p
27716 as_mkdir_p=false
27719 if test -x / >/dev/null 2>&1; then
27720 as_test_x='test -x'
27721 else
27722 if ls -dL / >/dev/null 2>&1; then
27723 as_ls_L_option=L
27724 else
27725 as_ls_L_option=
27727 as_test_x='
27728 eval sh -c '\''
27729 if test -d "$1"; then
27730 test -d "$1/.";
27731 else
27732 case $1 in
27733 -*)set "./$1";;
27734 esac;
27735 case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in
27736 ???[sx]*):;;*)false;;esac;fi
27737 '\'' sh
27740 as_executable_p=$as_test_x
27742 # Sed expression to map a string onto a valid CPP name.
27743 as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
27745 # Sed expression to map a string onto a valid variable name.
27746 as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
27749 exec 6>&1
27751 # Save the log message, to keep $[0] and so on meaningful, and to
27752 # report actual input values of CONFIG_FILES etc. instead of their
27753 # values after options handling.
27754 ac_log="
27755 This file was extended by Wine $as_me 1.1.11, which was
27756 generated by GNU Autoconf 2.63. Invocation command line was
27758 CONFIG_FILES = $CONFIG_FILES
27759 CONFIG_HEADERS = $CONFIG_HEADERS
27760 CONFIG_LINKS = $CONFIG_LINKS
27761 CONFIG_COMMANDS = $CONFIG_COMMANDS
27762 $ $0 $@
27764 on `(hostname || uname -n) 2>/dev/null | sed 1q`
27767 _ACEOF
27769 case $ac_config_files in *"
27770 "*) set x $ac_config_files; shift; ac_config_files=$*;;
27771 esac
27773 case $ac_config_headers in *"
27774 "*) set x $ac_config_headers; shift; ac_config_headers=$*;;
27775 esac
27778 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
27779 # Files that config.status was made for.
27780 config_files="$ac_config_files"
27781 config_headers="$ac_config_headers"
27782 config_commands="$ac_config_commands"
27784 _ACEOF
27786 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
27787 ac_cs_usage="\
27788 \`$as_me' instantiates files from templates according to the
27789 current configuration.
27791 Usage: $0 [OPTION]... [FILE]...
27793 -h, --help print this help, then exit
27794 -V, --version print version number and configuration settings, then exit
27795 -q, --quiet, --silent
27796 do not print progress messages
27797 -d, --debug don't remove temporary files
27798 --recheck update $as_me by reconfiguring in the same conditions
27799 --file=FILE[:TEMPLATE]
27800 instantiate the configuration file FILE
27801 --header=FILE[:TEMPLATE]
27802 instantiate the configuration header FILE
27804 Configuration files:
27805 $config_files
27807 Configuration headers:
27808 $config_headers
27810 Configuration commands:
27811 $config_commands
27813 Report bugs to <bug-autoconf@gnu.org>."
27815 _ACEOF
27816 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
27817 ac_cs_version="\\
27818 Wine config.status 1.1.11
27819 configured by $0, generated by GNU Autoconf 2.63,
27820 with options \\"`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\"
27822 Copyright (C) 2008 Free Software Foundation, Inc.
27823 This config.status script is free software; the Free Software Foundation
27824 gives unlimited permission to copy, distribute and modify it."
27826 ac_pwd='$ac_pwd'
27827 srcdir='$srcdir'
27828 INSTALL='$INSTALL'
27829 test -n "\$AWK" || AWK=awk
27830 _ACEOF
27832 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
27833 # The default lists apply if the user does not specify any file.
27834 ac_need_defaults=:
27835 while test $# != 0
27837 case $1 in
27838 --*=*)
27839 ac_option=`expr "X$1" : 'X\([^=]*\)='`
27840 ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
27841 ac_shift=:
27844 ac_option=$1
27845 ac_optarg=$2
27846 ac_shift=shift
27848 esac
27850 case $ac_option in
27851 # Handling of the options.
27852 -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
27853 ac_cs_recheck=: ;;
27854 --version | --versio | --versi | --vers | --ver | --ve | --v | -V )
27855 $as_echo "$ac_cs_version"; exit ;;
27856 --debug | --debu | --deb | --de | --d | -d )
27857 debug=: ;;
27858 --file | --fil | --fi | --f )
27859 $ac_shift
27860 case $ac_optarg in
27861 *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
27862 esac
27863 CONFIG_FILES="$CONFIG_FILES '$ac_optarg'"
27864 ac_need_defaults=false;;
27865 --header | --heade | --head | --hea )
27866 $ac_shift
27867 case $ac_optarg in
27868 *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
27869 esac
27870 CONFIG_HEADERS="$CONFIG_HEADERS '$ac_optarg'"
27871 ac_need_defaults=false;;
27872 --he | --h)
27873 # Conflict between --help and --header
27874 { $as_echo "$as_me: error: ambiguous option: $1
27875 Try \`$0 --help' for more information." >&2
27876 { (exit 1); exit 1; }; };;
27877 --help | --hel | -h )
27878 $as_echo "$ac_cs_usage"; exit ;;
27879 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
27880 | -silent | --silent | --silen | --sile | --sil | --si | --s)
27881 ac_cs_silent=: ;;
27883 # This is an error.
27884 -*) { $as_echo "$as_me: error: unrecognized option: $1
27885 Try \`$0 --help' for more information." >&2
27886 { (exit 1); exit 1; }; } ;;
27888 *) ac_config_targets="$ac_config_targets $1"
27889 ac_need_defaults=false ;;
27891 esac
27892 shift
27893 done
27895 ac_configure_extra_args=
27897 if $ac_cs_silent; then
27898 exec 6>/dev/null
27899 ac_configure_extra_args="$ac_configure_extra_args --silent"
27902 _ACEOF
27903 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
27904 if \$ac_cs_recheck; then
27905 set X '$SHELL' '$0' $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
27906 shift
27907 \$as_echo "running CONFIG_SHELL=$SHELL \$*" >&6
27908 CONFIG_SHELL='$SHELL'
27909 export CONFIG_SHELL
27910 exec "\$@"
27913 _ACEOF
27914 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
27915 exec 5>>config.log
27917 echo
27918 sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
27919 ## Running $as_me. ##
27920 _ASBOX
27921 $as_echo "$ac_log"
27922 } >&5
27924 _ACEOF
27925 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
27926 _ACEOF
27928 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
27930 # Handling of arguments.
27931 for ac_config_target in $ac_config_targets
27933 case $ac_config_target in
27934 "include/config.h") CONFIG_HEADERS="$CONFIG_HEADERS include/config.h" ;;
27935 "include/stamp-h") CONFIG_COMMANDS="$CONFIG_COMMANDS include/stamp-h" ;;
27936 "dlls/gdi32/enhmfdrv") CONFIG_COMMANDS="$CONFIG_COMMANDS dlls/gdi32/enhmfdrv" ;;
27937 "dlls/gdi32/mfdrv") CONFIG_COMMANDS="$CONFIG_COMMANDS dlls/gdi32/mfdrv" ;;
27938 "dlls/kernel32/nls") CONFIG_COMMANDS="$CONFIG_COMMANDS dlls/kernel32/nls" ;;
27939 "dlls/user32/resources") CONFIG_COMMANDS="$CONFIG_COMMANDS dlls/user32/resources" ;;
27940 "dlls/wineps.drv/data") CONFIG_COMMANDS="$CONFIG_COMMANDS dlls/wineps.drv/data" ;;
27941 "include/wine") CONFIG_COMMANDS="$CONFIG_COMMANDS include/wine" ;;
27942 "Make.rules") CONFIG_FILES="$CONFIG_FILES Make.rules" ;;
27943 "dlls/Makedll.rules") CONFIG_FILES="$CONFIG_FILES dlls/Makedll.rules" ;;
27944 "dlls/Makeimplib.rules") CONFIG_FILES="$CONFIG_FILES dlls/Makeimplib.rules" ;;
27945 "dlls/Maketest.rules") CONFIG_FILES="$CONFIG_FILES dlls/Maketest.rules" ;;
27946 "programs/Makeprog.rules") CONFIG_FILES="$CONFIG_FILES programs/Makeprog.rules" ;;
27947 "Makefile") CONFIG_FILES="$CONFIG_FILES Makefile" ;;
27948 "dlls/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/Makefile" ;;
27949 "dlls/acledit/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/acledit/Makefile" ;;
27950 "dlls/activeds/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/activeds/Makefile" ;;
27951 "dlls/actxprxy/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/actxprxy/Makefile" ;;
27952 "dlls/adsiid/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/adsiid/Makefile" ;;
27953 "dlls/advapi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/advapi32/Makefile" ;;
27954 "dlls/advapi32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/advapi32/tests/Makefile" ;;
27955 "dlls/advpack/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/advpack/Makefile" ;;
27956 "dlls/advpack/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/advpack/tests/Makefile" ;;
27957 "dlls/amstream/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/amstream/Makefile" ;;
27958 "dlls/appwiz.cpl/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/appwiz.cpl/Makefile" ;;
27959 "dlls/atl/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/atl/Makefile" ;;
27960 "dlls/avicap32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/avicap32/Makefile" ;;
27961 "dlls/avifil32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/avifil32/Makefile" ;;
27962 "dlls/browseui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/browseui/Makefile" ;;
27963 "dlls/browseui/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/browseui/tests/Makefile" ;;
27964 "dlls/cabinet/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cabinet/Makefile" ;;
27965 "dlls/cabinet/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cabinet/tests/Makefile" ;;
27966 "dlls/capi2032/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/capi2032/Makefile" ;;
27967 "dlls/cards/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cards/Makefile" ;;
27968 "dlls/cfgmgr32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cfgmgr32/Makefile" ;;
27969 "dlls/clusapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/clusapi/Makefile" ;;
27970 "dlls/comcat/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/comcat/Makefile" ;;
27971 "dlls/comcat/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/comcat/tests/Makefile" ;;
27972 "dlls/comctl32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/comctl32/Makefile" ;;
27973 "dlls/comctl32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/comctl32/tests/Makefile" ;;
27974 "dlls/comdlg32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/comdlg32/Makefile" ;;
27975 "dlls/comdlg32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/comdlg32/tests/Makefile" ;;
27976 "dlls/compstui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/compstui/Makefile" ;;
27977 "dlls/credui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/credui/Makefile" ;;
27978 "dlls/credui/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/credui/tests/Makefile" ;;
27979 "dlls/crtdll/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/crtdll/Makefile" ;;
27980 "dlls/crypt32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/crypt32/Makefile" ;;
27981 "dlls/crypt32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/crypt32/tests/Makefile" ;;
27982 "dlls/cryptdlg/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cryptdlg/Makefile" ;;
27983 "dlls/cryptdll/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cryptdll/Makefile" ;;
27984 "dlls/cryptnet/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cryptnet/Makefile" ;;
27985 "dlls/cryptnet/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cryptnet/tests/Makefile" ;;
27986 "dlls/cryptui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cryptui/Makefile" ;;
27987 "dlls/cryptui/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cryptui/tests/Makefile" ;;
27988 "dlls/ctapi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ctapi32/Makefile" ;;
27989 "dlls/ctl3d32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ctl3d32/Makefile" ;;
27990 "dlls/d3d10/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d10/Makefile" ;;
27991 "dlls/d3d10/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d10/tests/Makefile" ;;
27992 "dlls/d3d10core/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d10core/Makefile" ;;
27993 "dlls/d3d10core/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d10core/tests/Makefile" ;;
27994 "dlls/d3d8/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d8/Makefile" ;;
27995 "dlls/d3d8/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d8/tests/Makefile" ;;
27996 "dlls/d3d9/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d9/Makefile" ;;
27997 "dlls/d3d9/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d9/tests/Makefile" ;;
27998 "dlls/d3dim/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dim/Makefile" ;;
27999 "dlls/d3drm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3drm/Makefile" ;;
28000 "dlls/d3drm/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3drm/tests/Makefile" ;;
28001 "dlls/d3dx8/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx8/Makefile" ;;
28002 "dlls/d3dx8/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx8/tests/Makefile" ;;
28003 "dlls/d3dx9_24/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_24/Makefile" ;;
28004 "dlls/d3dx9_25/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_25/Makefile" ;;
28005 "dlls/d3dx9_26/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_26/Makefile" ;;
28006 "dlls/d3dx9_27/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_27/Makefile" ;;
28007 "dlls/d3dx9_28/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_28/Makefile" ;;
28008 "dlls/d3dx9_29/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_29/Makefile" ;;
28009 "dlls/d3dx9_30/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_30/Makefile" ;;
28010 "dlls/d3dx9_31/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_31/Makefile" ;;
28011 "dlls/d3dx9_32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_32/Makefile" ;;
28012 "dlls/d3dx9_33/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_33/Makefile" ;;
28013 "dlls/d3dx9_34/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_34/Makefile" ;;
28014 "dlls/d3dx9_35/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_35/Makefile" ;;
28015 "dlls/d3dx9_36/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_36/Makefile" ;;
28016 "dlls/d3dx9_36/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_36/tests/Makefile" ;;
28017 "dlls/d3dx9_37/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_37/Makefile" ;;
28018 "dlls/d3dxof/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dxof/Makefile" ;;
28019 "dlls/d3dxof/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dxof/tests/Makefile" ;;
28020 "dlls/dbghelp/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dbghelp/Makefile" ;;
28021 "dlls/dciman32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dciman32/Makefile" ;;
28022 "dlls/ddraw/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ddraw/Makefile" ;;
28023 "dlls/ddraw/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ddraw/tests/Makefile" ;;
28024 "dlls/ddrawex/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ddrawex/Makefile" ;;
28025 "dlls/devenum/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/devenum/Makefile" ;;
28026 "dlls/dinput/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dinput/Makefile" ;;
28027 "dlls/dinput/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dinput/tests/Makefile" ;;
28028 "dlls/dinput8/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dinput8/Makefile" ;;
28029 "dlls/dmband/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmband/Makefile" ;;
28030 "dlls/dmcompos/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmcompos/Makefile" ;;
28031 "dlls/dmime/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmime/Makefile" ;;
28032 "dlls/dmloader/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmloader/Makefile" ;;
28033 "dlls/dmscript/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmscript/Makefile" ;;
28034 "dlls/dmstyle/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmstyle/Makefile" ;;
28035 "dlls/dmsynth/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmsynth/Makefile" ;;
28036 "dlls/dmusic/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmusic/Makefile" ;;
28037 "dlls/dmusic32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmusic32/Makefile" ;;
28038 "dlls/dnsapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dnsapi/Makefile" ;;
28039 "dlls/dnsapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dnsapi/tests/Makefile" ;;
28040 "dlls/dplay/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dplay/Makefile" ;;
28041 "dlls/dplayx/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dplayx/Makefile" ;;
28042 "dlls/dplayx/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dplayx/tests/Makefile" ;;
28043 "dlls/dpnaddr/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dpnaddr/Makefile" ;;
28044 "dlls/dpnet/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dpnet/Makefile" ;;
28045 "dlls/dpnhpast/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dpnhpast/Makefile" ;;
28046 "dlls/dpnlobby/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dpnlobby/Makefile" ;;
28047 "dlls/dpwsockx/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dpwsockx/Makefile" ;;
28048 "dlls/dsound/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dsound/Makefile" ;;
28049 "dlls/dsound/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dsound/tests/Makefile" ;;
28050 "dlls/dssenh/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dssenh/Makefile" ;;
28051 "dlls/dswave/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dswave/Makefile" ;;
28052 "dlls/dwmapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dwmapi/Makefile" ;;
28053 "dlls/dxdiagn/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dxdiagn/Makefile" ;;
28054 "dlls/dxerr8/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dxerr8/Makefile" ;;
28055 "dlls/dxerr9/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dxerr9/Makefile" ;;
28056 "dlls/dxgi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dxgi/Makefile" ;;
28057 "dlls/dxgi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dxgi/tests/Makefile" ;;
28058 "dlls/dxguid/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dxguid/Makefile" ;;
28059 "dlls/faultrep/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/faultrep/Makefile" ;;
28060 "dlls/fusion/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/fusion/Makefile" ;;
28061 "dlls/fusion/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/fusion/tests/Makefile" ;;
28062 "dlls/gdi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/gdi32/Makefile" ;;
28063 "dlls/gdi32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/gdi32/tests/Makefile" ;;
28064 "dlls/gdiplus/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/gdiplus/Makefile" ;;
28065 "dlls/gdiplus/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/gdiplus/tests/Makefile" ;;
28066 "dlls/glu32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/glu32/Makefile" ;;
28067 "dlls/gphoto2.ds/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/gphoto2.ds/Makefile" ;;
28068 "dlls/gpkcsp/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/gpkcsp/Makefile" ;;
28069 "dlls/hal/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/hal/Makefile" ;;
28070 "dlls/hhctrl.ocx/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/hhctrl.ocx/Makefile" ;;
28071 "dlls/hid/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/hid/Makefile" ;;
28072 "dlls/hlink/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/hlink/Makefile" ;;
28073 "dlls/hlink/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/hlink/tests/Makefile" ;;
28074 "dlls/hnetcfg/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/hnetcfg/Makefile" ;;
28075 "dlls/iccvid/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/iccvid/Makefile" ;;
28076 "dlls/icmp/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/icmp/Makefile" ;;
28077 "dlls/ifsmgr.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ifsmgr.vxd/Makefile" ;;
28078 "dlls/imaadp32.acm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/imaadp32.acm/Makefile" ;;
28079 "dlls/imagehlp/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/imagehlp/Makefile" ;;
28080 "dlls/imm32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/imm32/Makefile" ;;
28081 "dlls/imm32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/imm32/tests/Makefile" ;;
28082 "dlls/inetcomm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/inetcomm/Makefile" ;;
28083 "dlls/inetcomm/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/inetcomm/tests/Makefile" ;;
28084 "dlls/inetmib1/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/inetmib1/Makefile" ;;
28085 "dlls/inetmib1/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/inetmib1/tests/Makefile" ;;
28086 "dlls/infosoft/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/infosoft/Makefile" ;;
28087 "dlls/infosoft/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/infosoft/tests/Makefile" ;;
28088 "dlls/initpki/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/initpki/Makefile" ;;
28089 "dlls/inkobj/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/inkobj/Makefile" ;;
28090 "dlls/inseng/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/inseng/Makefile" ;;
28091 "dlls/iphlpapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/iphlpapi/Makefile" ;;
28092 "dlls/iphlpapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/iphlpapi/tests/Makefile" ;;
28093 "dlls/itircl/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/itircl/Makefile" ;;
28094 "dlls/itss/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/itss/Makefile" ;;
28095 "dlls/itss/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/itss/tests/Makefile" ;;
28096 "dlls/jscript/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/jscript/Makefile" ;;
28097 "dlls/jscript/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/jscript/tests/Makefile" ;;
28098 "dlls/kernel32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/kernel32/Makefile" ;;
28099 "dlls/kernel32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/kernel32/tests/Makefile" ;;
28100 "dlls/localspl/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/localspl/Makefile" ;;
28101 "dlls/localspl/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/localspl/tests/Makefile" ;;
28102 "dlls/localui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/localui/Makefile" ;;
28103 "dlls/localui/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/localui/tests/Makefile" ;;
28104 "dlls/lz32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/lz32/Makefile" ;;
28105 "dlls/lz32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/lz32/tests/Makefile" ;;
28106 "dlls/mapi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mapi32/Makefile" ;;
28107 "dlls/mapi32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mapi32/tests/Makefile" ;;
28108 "dlls/mciavi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mciavi32/Makefile" ;;
28109 "dlls/mcicda/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mcicda/Makefile" ;;
28110 "dlls/mciseq/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mciseq/Makefile" ;;
28111 "dlls/mciwave/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mciwave/Makefile" ;;
28112 "dlls/midimap/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/midimap/Makefile" ;;
28113 "dlls/mlang/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mlang/Makefile" ;;
28114 "dlls/mlang/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mlang/tests/Makefile" ;;
28115 "dlls/mmdevldr.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mmdevldr.vxd/Makefile" ;;
28116 "dlls/monodebg.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/monodebg.vxd/Makefile" ;;
28117 "dlls/mountmgr.sys/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mountmgr.sys/Makefile" ;;
28118 "dlls/mpr/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mpr/Makefile" ;;
28119 "dlls/mprapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mprapi/Makefile" ;;
28120 "dlls/msacm32.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msacm32.drv/Makefile" ;;
28121 "dlls/msacm32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msacm32/Makefile" ;;
28122 "dlls/msacm32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msacm32/tests/Makefile" ;;
28123 "dlls/msadp32.acm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msadp32.acm/Makefile" ;;
28124 "dlls/mscat32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mscat32/Makefile" ;;
28125 "dlls/mscms/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mscms/Makefile" ;;
28126 "dlls/mscms/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mscms/tests/Makefile" ;;
28127 "dlls/mscoree/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mscoree/Makefile" ;;
28128 "dlls/msdmo/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msdmo/Makefile" ;;
28129 "dlls/msftedit/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msftedit/Makefile" ;;
28130 "dlls/msg711.acm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msg711.acm/Makefile" ;;
28131 "dlls/mshtml.tlb/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mshtml.tlb/Makefile" ;;
28132 "dlls/mshtml/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mshtml/Makefile" ;;
28133 "dlls/mshtml/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mshtml/tests/Makefile" ;;
28134 "dlls/msi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msi/Makefile" ;;
28135 "dlls/msi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msi/tests/Makefile" ;;
28136 "dlls/msimg32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msimg32/Makefile" ;;
28137 "dlls/msimtf/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msimtf/Makefile" ;;
28138 "dlls/msisip/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msisip/Makefile" ;;
28139 "dlls/msisys.ocx/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msisys.ocx/Makefile" ;;
28140 "dlls/msnet32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msnet32/Makefile" ;;
28141 "dlls/msrle32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msrle32/Makefile" ;;
28142 "dlls/mssip32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mssip32/Makefile" ;;
28143 "dlls/mstask/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mstask/Makefile" ;;
28144 "dlls/mstask/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mstask/tests/Makefile" ;;
28145 "dlls/msvcirt/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcirt/Makefile" ;;
28146 "dlls/msvcr71/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcr71/Makefile" ;;
28147 "dlls/msvcrt/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcrt/Makefile" ;;
28148 "dlls/msvcrt/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcrt/tests/Makefile" ;;
28149 "dlls/msvcrt20/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcrt20/Makefile" ;;
28150 "dlls/msvcrt40/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcrt40/Makefile" ;;
28151 "dlls/msvcrtd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcrtd/Makefile" ;;
28152 "dlls/msvcrtd/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcrtd/tests/Makefile" ;;
28153 "dlls/msvfw32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvfw32/Makefile" ;;
28154 "dlls/msvfw32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvfw32/tests/Makefile" ;;
28155 "dlls/msvidc32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvidc32/Makefile" ;;
28156 "dlls/mswsock/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mswsock/Makefile" ;;
28157 "dlls/msxml3/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msxml3/Makefile" ;;
28158 "dlls/msxml3/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msxml3/tests/Makefile" ;;
28159 "dlls/nddeapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/nddeapi/Makefile" ;;
28160 "dlls/netapi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/netapi32/Makefile" ;;
28161 "dlls/netapi32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/netapi32/tests/Makefile" ;;
28162 "dlls/newdev/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/newdev/Makefile" ;;
28163 "dlls/ntdll/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ntdll/Makefile" ;;
28164 "dlls/ntdll/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ntdll/tests/Makefile" ;;
28165 "dlls/ntdsapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ntdsapi/Makefile" ;;
28166 "dlls/ntdsapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ntdsapi/tests/Makefile" ;;
28167 "dlls/ntoskrnl.exe/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ntoskrnl.exe/Makefile" ;;
28168 "dlls/ntprint/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ntprint/Makefile" ;;
28169 "dlls/ntprint/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ntprint/tests/Makefile" ;;
28170 "dlls/objsel/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/objsel/Makefile" ;;
28171 "dlls/odbc32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/odbc32/Makefile" ;;
28172 "dlls/odbccp32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/odbccp32/Makefile" ;;
28173 "dlls/odbccp32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/odbccp32/tests/Makefile" ;;
28174 "dlls/ole32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ole32/Makefile" ;;
28175 "dlls/ole32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ole32/tests/Makefile" ;;
28176 "dlls/oleacc/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/oleacc/Makefile" ;;
28177 "dlls/oleacc/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/oleacc/tests/Makefile" ;;
28178 "dlls/oleaut32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/oleaut32/Makefile" ;;
28179 "dlls/oleaut32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/oleaut32/tests/Makefile" ;;
28180 "dlls/olecli32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/olecli32/Makefile" ;;
28181 "dlls/oledlg/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/oledlg/Makefile" ;;
28182 "dlls/olepro32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/olepro32/Makefile" ;;
28183 "dlls/olesvr32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/olesvr32/Makefile" ;;
28184 "dlls/olethk32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/olethk32/Makefile" ;;
28185 "dlls/opengl32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/opengl32/Makefile" ;;
28186 "dlls/opengl32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/opengl32/tests/Makefile" ;;
28187 "dlls/pdh/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/pdh/Makefile" ;;
28188 "dlls/pdh/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/pdh/tests/Makefile" ;;
28189 "dlls/pidgen/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/pidgen/Makefile" ;;
28190 "dlls/powrprof/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/powrprof/Makefile" ;;
28191 "dlls/printui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/printui/Makefile" ;;
28192 "dlls/propsys/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/propsys/Makefile" ;;
28193 "dlls/psapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/psapi/Makefile" ;;
28194 "dlls/psapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/psapi/tests/Makefile" ;;
28195 "dlls/pstorec/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/pstorec/Makefile" ;;
28196 "dlls/qcap/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/qcap/Makefile" ;;
28197 "dlls/qedit/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/qedit/Makefile" ;;
28198 "dlls/qedit/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/qedit/tests/Makefile" ;;
28199 "dlls/qmgr/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/qmgr/Makefile" ;;
28200 "dlls/qmgr/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/qmgr/tests/Makefile" ;;
28201 "dlls/qmgrprxy/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/qmgrprxy/Makefile" ;;
28202 "dlls/quartz/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/quartz/Makefile" ;;
28203 "dlls/quartz/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/quartz/tests/Makefile" ;;
28204 "dlls/query/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/query/Makefile" ;;
28205 "dlls/rasapi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rasapi32/Makefile" ;;
28206 "dlls/rasapi32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rasapi32/tests/Makefile" ;;
28207 "dlls/resutils/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/resutils/Makefile" ;;
28208 "dlls/riched20/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/riched20/Makefile" ;;
28209 "dlls/riched20/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/riched20/tests/Makefile" ;;
28210 "dlls/riched32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/riched32/Makefile" ;;
28211 "dlls/riched32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/riched32/tests/Makefile" ;;
28212 "dlls/rpcrt4/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rpcrt4/Makefile" ;;
28213 "dlls/rpcrt4/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rpcrt4/tests/Makefile" ;;
28214 "dlls/rsabase/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rsabase/Makefile" ;;
28215 "dlls/rsaenh/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rsaenh/Makefile" ;;
28216 "dlls/rsaenh/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rsaenh/tests/Makefile" ;;
28217 "dlls/sane.ds/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sane.ds/Makefile" ;;
28218 "dlls/sccbase/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sccbase/Makefile" ;;
28219 "dlls/schannel/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/schannel/Makefile" ;;
28220 "dlls/schannel/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/schannel/tests/Makefile" ;;
28221 "dlls/secur32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/secur32/Makefile" ;;
28222 "dlls/secur32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/secur32/tests/Makefile" ;;
28223 "dlls/security/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/security/Makefile" ;;
28224 "dlls/sensapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sensapi/Makefile" ;;
28225 "dlls/serialui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/serialui/Makefile" ;;
28226 "dlls/serialui/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/serialui/tests/Makefile" ;;
28227 "dlls/setupapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/setupapi/Makefile" ;;
28228 "dlls/setupapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/setupapi/tests/Makefile" ;;
28229 "dlls/sfc/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sfc/Makefile" ;;
28230 "dlls/sfc_os/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sfc_os/Makefile" ;;
28231 "dlls/shdoclc/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shdoclc/Makefile" ;;
28232 "dlls/shdocvw/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shdocvw/Makefile" ;;
28233 "dlls/shdocvw/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shdocvw/tests/Makefile" ;;
28234 "dlls/shell32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shell32/Makefile" ;;
28235 "dlls/shell32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shell32/tests/Makefile" ;;
28236 "dlls/shfolder/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shfolder/Makefile" ;;
28237 "dlls/shlwapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shlwapi/Makefile" ;;
28238 "dlls/shlwapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shlwapi/tests/Makefile" ;;
28239 "dlls/slbcsp/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/slbcsp/Makefile" ;;
28240 "dlls/slc/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/slc/Makefile" ;;
28241 "dlls/snmpapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/snmpapi/Makefile" ;;
28242 "dlls/snmpapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/snmpapi/tests/Makefile" ;;
28243 "dlls/softpub/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/softpub/Makefile" ;;
28244 "dlls/spoolss/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/spoolss/Makefile" ;;
28245 "dlls/spoolss/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/spoolss/tests/Makefile" ;;
28246 "dlls/stdole2.tlb/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/stdole2.tlb/Makefile" ;;
28247 "dlls/stdole32.tlb/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/stdole32.tlb/Makefile" ;;
28248 "dlls/sti/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sti/Makefile" ;;
28249 "dlls/strmiids/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/strmiids/Makefile" ;;
28250 "dlls/svrapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/svrapi/Makefile" ;;
28251 "dlls/sxs/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sxs/Makefile" ;;
28252 "dlls/tapi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/tapi32/Makefile" ;;
28253 "dlls/twain_32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/twain_32/Makefile" ;;
28254 "dlls/unicows/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/unicows/Makefile" ;;
28255 "dlls/url/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/url/Makefile" ;;
28256 "dlls/urlmon/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/urlmon/Makefile" ;;
28257 "dlls/urlmon/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/urlmon/tests/Makefile" ;;
28258 "dlls/user32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/user32/Makefile" ;;
28259 "dlls/user32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/user32/tests/Makefile" ;;
28260 "dlls/userenv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/userenv/Makefile" ;;
28261 "dlls/userenv/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/userenv/tests/Makefile" ;;
28262 "dlls/usp10/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/usp10/Makefile" ;;
28263 "dlls/usp10/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/usp10/tests/Makefile" ;;
28264 "dlls/uuid/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/uuid/Makefile" ;;
28265 "dlls/uxtheme/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/uxtheme/Makefile" ;;
28266 "dlls/uxtheme/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/uxtheme/tests/Makefile" ;;
28267 "dlls/vdhcp.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/vdhcp.vxd/Makefile" ;;
28268 "dlls/vdmdbg/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/vdmdbg/Makefile" ;;
28269 "dlls/version/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/version/Makefile" ;;
28270 "dlls/version/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/version/tests/Makefile" ;;
28271 "dlls/vmm.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/vmm.vxd/Makefile" ;;
28272 "dlls/vnbt.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/vnbt.vxd/Makefile" ;;
28273 "dlls/vnetbios.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/vnetbios.vxd/Makefile" ;;
28274 "dlls/vtdapi.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/vtdapi.vxd/Makefile" ;;
28275 "dlls/vwin32.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/vwin32.vxd/Makefile" ;;
28276 "dlls/w32skrnl/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/w32skrnl/Makefile" ;;
28277 "dlls/winealsa.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winealsa.drv/Makefile" ;;
28278 "dlls/wineaudioio.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wineaudioio.drv/Makefile" ;;
28279 "dlls/winecoreaudio.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winecoreaudio.drv/Makefile" ;;
28280 "dlls/winecrt0/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winecrt0/Makefile" ;;
28281 "dlls/wined3d/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wined3d/Makefile" ;;
28282 "dlls/winedos/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winedos/Makefile" ;;
28283 "dlls/wineesd.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wineesd.drv/Makefile" ;;
28284 "dlls/winejack.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winejack.drv/Makefile" ;;
28285 "dlls/winejoystick.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winejoystick.drv/Makefile" ;;
28286 "dlls/winemp3.acm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winemp3.acm/Makefile" ;;
28287 "dlls/winenas.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winenas.drv/Makefile" ;;
28288 "dlls/wineoss.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wineoss.drv/Makefile" ;;
28289 "dlls/wineps.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wineps.drv/Makefile" ;;
28290 "dlls/winequartz.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winequartz.drv/Makefile" ;;
28291 "dlls/winex11.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winex11.drv/Makefile" ;;
28292 "dlls/wing32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wing32/Makefile" ;;
28293 "dlls/winhttp/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winhttp/Makefile" ;;
28294 "dlls/winhttp/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winhttp/tests/Makefile" ;;
28295 "dlls/wininet/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wininet/Makefile" ;;
28296 "dlls/wininet/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wininet/tests/Makefile" ;;
28297 "dlls/winmm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winmm/Makefile" ;;
28298 "dlls/winmm/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winmm/tests/Makefile" ;;
28299 "dlls/winnls32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winnls32/Makefile" ;;
28300 "dlls/winscard/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winscard/Makefile" ;;
28301 "dlls/winspool.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winspool.drv/Makefile" ;;
28302 "dlls/winspool.drv/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winspool.drv/tests/Makefile" ;;
28303 "dlls/wintab32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wintab32/Makefile" ;;
28304 "dlls/wintrust/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wintrust/Makefile" ;;
28305 "dlls/wintrust/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wintrust/tests/Makefile" ;;
28306 "dlls/wldap32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wldap32/Makefile" ;;
28307 "dlls/wldap32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wldap32/tests/Makefile" ;;
28308 "dlls/wmi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wmi/Makefile" ;;
28309 "dlls/wnaspi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wnaspi32/Makefile" ;;
28310 "dlls/wow32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wow32/Makefile" ;;
28311 "dlls/ws2_32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ws2_32/Makefile" ;;
28312 "dlls/ws2_32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ws2_32/tests/Makefile" ;;
28313 "dlls/wsock32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wsock32/Makefile" ;;
28314 "dlls/wtsapi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wtsapi32/Makefile" ;;
28315 "dlls/wuapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wuapi/Makefile" ;;
28316 "dlls/xinput1_1/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/xinput1_1/Makefile" ;;
28317 "dlls/xinput1_2/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/xinput1_2/Makefile" ;;
28318 "dlls/xinput1_3/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/xinput1_3/Makefile" ;;
28319 "dlls/xinput1_3/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/xinput1_3/tests/Makefile" ;;
28320 "dlls/xinput9_1_0/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/xinput9_1_0/Makefile" ;;
28321 "documentation/Makefile") CONFIG_FILES="$CONFIG_FILES documentation/Makefile" ;;
28322 "fonts/Makefile") CONFIG_FILES="$CONFIG_FILES fonts/Makefile" ;;
28323 "include/Makefile") CONFIG_FILES="$CONFIG_FILES include/Makefile" ;;
28324 "libs/Makefile") CONFIG_FILES="$CONFIG_FILES libs/Makefile" ;;
28325 "libs/port/Makefile") CONFIG_FILES="$CONFIG_FILES libs/port/Makefile" ;;
28326 "libs/wine/Makefile") CONFIG_FILES="$CONFIG_FILES libs/wine/Makefile" ;;
28327 "libs/wpp/Makefile") CONFIG_FILES="$CONFIG_FILES libs/wpp/Makefile" ;;
28328 "loader/Makefile") CONFIG_FILES="$CONFIG_FILES loader/Makefile" ;;
28329 "programs/Makefile") CONFIG_FILES="$CONFIG_FILES programs/Makefile" ;;
28330 "programs/clock/Makefile") CONFIG_FILES="$CONFIG_FILES programs/clock/Makefile" ;;
28331 "programs/cmd/Makefile") CONFIG_FILES="$CONFIG_FILES programs/cmd/Makefile" ;;
28332 "programs/cmdlgtst/Makefile") CONFIG_FILES="$CONFIG_FILES programs/cmdlgtst/Makefile" ;;
28333 "programs/control/Makefile") CONFIG_FILES="$CONFIG_FILES programs/control/Makefile" ;;
28334 "programs/eject/Makefile") CONFIG_FILES="$CONFIG_FILES programs/eject/Makefile" ;;
28335 "programs/expand/Makefile") CONFIG_FILES="$CONFIG_FILES programs/expand/Makefile" ;;
28336 "programs/explorer/Makefile") CONFIG_FILES="$CONFIG_FILES programs/explorer/Makefile" ;;
28337 "programs/hh/Makefile") CONFIG_FILES="$CONFIG_FILES programs/hh/Makefile" ;;
28338 "programs/icinfo/Makefile") CONFIG_FILES="$CONFIG_FILES programs/icinfo/Makefile" ;;
28339 "programs/iexplore/Makefile") CONFIG_FILES="$CONFIG_FILES programs/iexplore/Makefile" ;;
28340 "programs/msiexec/Makefile") CONFIG_FILES="$CONFIG_FILES programs/msiexec/Makefile" ;;
28341 "programs/net/Makefile") CONFIG_FILES="$CONFIG_FILES programs/net/Makefile" ;;
28342 "programs/notepad/Makefile") CONFIG_FILES="$CONFIG_FILES programs/notepad/Makefile" ;;
28343 "programs/oleview/Makefile") CONFIG_FILES="$CONFIG_FILES programs/oleview/Makefile" ;;
28344 "programs/progman/Makefile") CONFIG_FILES="$CONFIG_FILES programs/progman/Makefile" ;;
28345 "programs/reg/Makefile") CONFIG_FILES="$CONFIG_FILES programs/reg/Makefile" ;;
28346 "programs/regedit/Makefile") CONFIG_FILES="$CONFIG_FILES programs/regedit/Makefile" ;;
28347 "programs/regsvr32/Makefile") CONFIG_FILES="$CONFIG_FILES programs/regsvr32/Makefile" ;;
28348 "programs/rpcss/Makefile") CONFIG_FILES="$CONFIG_FILES programs/rpcss/Makefile" ;;
28349 "programs/rundll32/Makefile") CONFIG_FILES="$CONFIG_FILES programs/rundll32/Makefile" ;;
28350 "programs/secedit/Makefile") CONFIG_FILES="$CONFIG_FILES programs/secedit/Makefile" ;;
28351 "programs/services/Makefile") CONFIG_FILES="$CONFIG_FILES programs/services/Makefile" ;;
28352 "programs/spoolsv/Makefile") CONFIG_FILES="$CONFIG_FILES programs/spoolsv/Makefile" ;;
28353 "programs/start/Makefile") CONFIG_FILES="$CONFIG_FILES programs/start/Makefile" ;;
28354 "programs/svchost/Makefile") CONFIG_FILES="$CONFIG_FILES programs/svchost/Makefile" ;;
28355 "programs/taskmgr/Makefile") CONFIG_FILES="$CONFIG_FILES programs/taskmgr/Makefile" ;;
28356 "programs/uninstaller/Makefile") CONFIG_FILES="$CONFIG_FILES programs/uninstaller/Makefile" ;;
28357 "programs/view/Makefile") CONFIG_FILES="$CONFIG_FILES programs/view/Makefile" ;;
28358 "programs/wineboot/Makefile") CONFIG_FILES="$CONFIG_FILES programs/wineboot/Makefile" ;;
28359 "programs/winebrowser/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winebrowser/Makefile" ;;
28360 "programs/winecfg/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winecfg/Makefile" ;;
28361 "programs/wineconsole/Makefile") CONFIG_FILES="$CONFIG_FILES programs/wineconsole/Makefile" ;;
28362 "programs/winedbg/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winedbg/Makefile" ;;
28363 "programs/winedevice/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winedevice/Makefile" ;;
28364 "programs/winefile/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winefile/Makefile" ;;
28365 "programs/winemenubuilder/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winemenubuilder/Makefile" ;;
28366 "programs/winemine/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winemine/Makefile" ;;
28367 "programs/winepath/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winepath/Makefile" ;;
28368 "programs/winetest/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winetest/Makefile" ;;
28369 "programs/winevdm/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winevdm/Makefile" ;;
28370 "programs/winhlp32/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winhlp32/Makefile" ;;
28371 "programs/winver/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winver/Makefile" ;;
28372 "programs/wordpad/Makefile") CONFIG_FILES="$CONFIG_FILES programs/wordpad/Makefile" ;;
28373 "programs/write/Makefile") CONFIG_FILES="$CONFIG_FILES programs/write/Makefile" ;;
28374 "programs/xcopy/Makefile") CONFIG_FILES="$CONFIG_FILES programs/xcopy/Makefile" ;;
28375 "server/Makefile") CONFIG_FILES="$CONFIG_FILES server/Makefile" ;;
28376 "tools/Makefile") CONFIG_FILES="$CONFIG_FILES tools/Makefile" ;;
28377 "tools/widl/Makefile") CONFIG_FILES="$CONFIG_FILES tools/widl/Makefile" ;;
28378 "tools/winebuild/Makefile") CONFIG_FILES="$CONFIG_FILES tools/winebuild/Makefile" ;;
28379 "tools/winedump/Makefile") CONFIG_FILES="$CONFIG_FILES tools/winedump/Makefile" ;;
28380 "tools/winegcc/Makefile") CONFIG_FILES="$CONFIG_FILES tools/winegcc/Makefile" ;;
28381 "tools/wmc/Makefile") CONFIG_FILES="$CONFIG_FILES tools/wmc/Makefile" ;;
28382 "tools/wrc/Makefile") CONFIG_FILES="$CONFIG_FILES tools/wrc/Makefile" ;;
28384 *) { { $as_echo "$as_me:$LINENO: error: invalid argument: $ac_config_target" >&5
28385 $as_echo "$as_me: error: invalid argument: $ac_config_target" >&2;}
28386 { (exit 1); exit 1; }; };;
28387 esac
28388 done
28391 # If the user did not use the arguments to specify the items to instantiate,
28392 # then the envvar interface is used. Set only those that are not.
28393 # We use the long form for the default assignment because of an extremely
28394 # bizarre bug on SunOS 4.1.3.
28395 if $ac_need_defaults; then
28396 test "${CONFIG_FILES+set}" = set || CONFIG_FILES=$config_files
28397 test "${CONFIG_HEADERS+set}" = set || CONFIG_HEADERS=$config_headers
28398 test "${CONFIG_COMMANDS+set}" = set || CONFIG_COMMANDS=$config_commands
28401 # Have a temporary directory for convenience. Make it in the build tree
28402 # simply because there is no reason against having it here, and in addition,
28403 # creating and moving files from /tmp can sometimes cause problems.
28404 # Hook for its removal unless debugging.
28405 # Note that there is a small window in which the directory will not be cleaned:
28406 # after its creation but before its name has been assigned to `$tmp'.
28407 $debug ||
28409 tmp=
28410 trap 'exit_status=$?
28411 { test -z "$tmp" || test ! -d "$tmp" || rm -fr "$tmp"; } && exit $exit_status
28413 trap '{ (exit 1); exit 1; }' 1 2 13 15
28415 # Create a (secure) tmp directory for tmp files.
28418 tmp=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` &&
28419 test -n "$tmp" && test -d "$tmp"
28420 } ||
28422 tmp=./conf$$-$RANDOM
28423 (umask 077 && mkdir "$tmp")
28424 } ||
28426 $as_echo "$as_me: cannot create a temporary directory in ." >&2
28427 { (exit 1); exit 1; }
28430 # Set up the scripts for CONFIG_FILES section.
28431 # No need to generate them if there are no CONFIG_FILES.
28432 # This happens for instance with `./config.status config.h'.
28433 if test -n "$CONFIG_FILES"; then
28435 if $AWK 'BEGIN { getline <"/dev/null" }' </dev/null 2>/dev/null; then
28436 ac_cs_awk_getline=:
28437 ac_cs_awk_pipe_init=
28438 ac_cs_awk_read_file='
28439 while ((getline aline < (F[key])) > 0)
28440 print(aline)
28441 close(F[key])'
28442 ac_cs_awk_pipe_fini=
28443 else
28444 ac_cs_awk_getline=false
28445 ac_cs_awk_pipe_init="print \"cat <<'|#_!!_#|' &&\""
28446 ac_cs_awk_read_file='
28447 print "|#_!!_#|"
28448 print "cat " F[key] " &&"
28449 '$ac_cs_awk_pipe_init
28450 # The final `:' finishes the AND list.
28451 ac_cs_awk_pipe_fini='END { print "|#_!!_#|"; print ":" }'
28453 ac_cr=' '
28454 ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
28455 if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
28456 ac_cs_awk_cr='\\r'
28457 else
28458 ac_cs_awk_cr=$ac_cr
28461 echo 'BEGIN {' >"$tmp/subs1.awk" &&
28462 _ACEOF
28464 # Create commands to substitute file output variables.
28466 echo "cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1" &&
28467 echo 'cat >>"\$tmp/subs1.awk" <<\\_ACAWK &&' &&
28468 echo "$ac_subst_files" | sed 's/.*/F["&"]="$&"/' &&
28469 echo "_ACAWK" &&
28470 echo "_ACEOF"
28471 } >conf$$files.sh &&
28472 . ./conf$$files.sh ||
28473 { { $as_echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5
28474 $as_echo "$as_me: error: could not make $CONFIG_STATUS" >&2;}
28475 { (exit 1); exit 1; }; }
28476 rm -f conf$$files.sh
28479 echo "cat >conf$$subs.awk <<_ACEOF" &&
28480 echo "$ac_subst_vars" | sed 's/.*/&!$&$ac_delim/' &&
28481 echo "_ACEOF"
28482 } >conf$$subs.sh ||
28483 { { $as_echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5
28484 $as_echo "$as_me: error: could not make $CONFIG_STATUS" >&2;}
28485 { (exit 1); exit 1; }; }
28486 ac_delim_num=`echo "$ac_subst_vars" | grep -c '$'`
28487 ac_delim='%!_!# '
28488 for ac_last_try in false false false false false :; do
28489 . ./conf$$subs.sh ||
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; }; }
28494 ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X`
28495 if test $ac_delim_n = $ac_delim_num; then
28496 break
28497 elif $ac_last_try; then
28498 { { $as_echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5
28499 $as_echo "$as_me: error: could not make $CONFIG_STATUS" >&2;}
28500 { (exit 1); exit 1; }; }
28501 else
28502 ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
28504 done
28505 rm -f conf$$subs.sh
28507 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
28508 cat >>"\$tmp/subs1.awk" <<\\_ACAWK &&
28509 _ACEOF
28510 sed -n '
28512 s/^/S["/; s/!.*/"]=/
28515 s/^[^!]*!//
28516 :repl
28517 t repl
28518 s/'"$ac_delim"'$//
28519 t delim
28522 s/\(.\{148\}\).*/\1/
28523 t more1
28524 s/["\\]/\\&/g; s/^/"/; s/$/\\n"\\/
28527 b repl
28528 :more1
28529 s/["\\]/\\&/g; s/^/"/; s/$/"\\/
28532 s/.\{148\}//
28533 t nl
28534 :delim
28536 s/\(.\{148\}\).*/\1/
28537 t more2
28538 s/["\\]/\\&/g; s/^/"/; s/$/"/
28541 :more2
28542 s/["\\]/\\&/g; s/^/"/; s/$/"\\/
28545 s/.\{148\}//
28546 t delim
28547 ' <conf$$subs.awk | sed '
28548 /^[^""]/{
28550 s/\n//
28552 ' >>$CONFIG_STATUS || ac_write_fail=1
28553 rm -f conf$$subs.awk
28554 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
28555 _ACAWK
28556 cat >>"\$tmp/subs1.awk" <<_ACAWK &&
28557 for (key in S) S_is_set[key] = 1
28558 FS = "\a"
28559 \$ac_cs_awk_pipe_init
28562 line = $ 0
28563 nfields = split(line, field, "@")
28564 substed = 0
28565 len = length(field[1])
28566 for (i = 2; i < nfields; i++) {
28567 key = field[i]
28568 keylen = length(key)
28569 if (S_is_set[key]) {
28570 value = S[key]
28571 line = substr(line, 1, len) "" value "" substr(line, len + keylen + 3)
28572 len += length(value) + length(field[++i])
28573 substed = 1
28574 } else
28575 len += 1 + keylen
28577 if (nfields == 3 && !substed) {
28578 key = field[2]
28579 if (F[key] != "" && line ~ /^[ ]*@.*@[ ]*$/) {
28580 \$ac_cs_awk_read_file
28581 next
28584 print line
28586 \$ac_cs_awk_pipe_fini
28587 _ACAWK
28588 _ACEOF
28589 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
28590 if sed "s/$ac_cr//" < /dev/null > /dev/null 2>&1; then
28591 sed "s/$ac_cr\$//; s/$ac_cr/$ac_cs_awk_cr/g"
28592 else
28594 fi < "$tmp/subs1.awk" > "$tmp/subs.awk" \
28595 || { { $as_echo "$as_me:$LINENO: error: could not setup config files machinery" >&5
28596 $as_echo "$as_me: error: could not setup config files machinery" >&2;}
28597 { (exit 1); exit 1; }; }
28598 _ACEOF
28600 # VPATH may cause trouble with some makes, so we remove $(srcdir),
28601 # ${srcdir} and @srcdir@ from VPATH if srcdir is ".", strip leading and
28602 # trailing colons and then remove the whole line if VPATH becomes empty
28603 # (actually we leave an empty line to preserve line numbers).
28604 if test "x$srcdir" = x.; then
28605 ac_vpsub='/^[ ]*VPATH[ ]*=/{
28606 s/:*\$(srcdir):*/:/
28607 s/:*\${srcdir}:*/:/
28608 s/:*@srcdir@:*/:/
28609 s/^\([^=]*=[ ]*\):*/\1/
28610 s/:*$//
28611 s/^[^=]*=[ ]*$//
28615 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
28616 fi # test -n "$CONFIG_FILES"
28618 # Set up the scripts for CONFIG_HEADERS section.
28619 # No need to generate them if there are no CONFIG_HEADERS.
28620 # This happens for instance with `./config.status Makefile'.
28621 if test -n "$CONFIG_HEADERS"; then
28622 cat >"$tmp/defines.awk" <<\_ACAWK ||
28623 BEGIN {
28624 _ACEOF
28626 # Transform confdefs.h into an awk script `defines.awk', embedded as
28627 # here-document in config.status, that substitutes the proper values into
28628 # config.h.in to produce config.h.
28630 # Create a delimiter string that does not exist in confdefs.h, to ease
28631 # handling of long lines.
28632 ac_delim='%!_!# '
28633 for ac_last_try in false false :; do
28634 ac_t=`sed -n "/$ac_delim/p" confdefs.h`
28635 if test -z "$ac_t"; then
28636 break
28637 elif $ac_last_try; then
28638 { { $as_echo "$as_me:$LINENO: error: could not make $CONFIG_HEADERS" >&5
28639 $as_echo "$as_me: error: could not make $CONFIG_HEADERS" >&2;}
28640 { (exit 1); exit 1; }; }
28641 else
28642 ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
28644 done
28646 # For the awk script, D is an array of macro values keyed by name,
28647 # likewise P contains macro parameters if any. Preserve backslash
28648 # newline sequences.
28650 ac_word_re=[_$as_cr_Letters][_$as_cr_alnum]*
28651 sed -n '
28652 s/.\{148\}/&'"$ac_delim"'/g
28653 t rset
28654 :rset
28655 s/^[ ]*#[ ]*define[ ][ ]*/ /
28656 t def
28658 :def
28659 s/\\$//
28660 t bsnl
28661 s/["\\]/\\&/g
28662 s/^ \('"$ac_word_re"'\)\(([^()]*)\)[ ]*\(.*\)/P["\1"]="\2"\
28663 D["\1"]=" \3"/p
28664 s/^ \('"$ac_word_re"'\)[ ]*\(.*\)/D["\1"]=" \2"/p
28666 :bsnl
28667 s/["\\]/\\&/g
28668 s/^ \('"$ac_word_re"'\)\(([^()]*)\)[ ]*\(.*\)/P["\1"]="\2"\
28669 D["\1"]=" \3\\\\\\n"\\/p
28670 t cont
28671 s/^ \('"$ac_word_re"'\)[ ]*\(.*\)/D["\1"]=" \2\\\\\\n"\\/p
28672 t cont
28674 :cont
28676 s/.\{148\}/&'"$ac_delim"'/g
28677 t clear
28678 :clear
28679 s/\\$//
28680 t bsnlc
28681 s/["\\]/\\&/g; s/^/"/; s/$/"/p
28683 :bsnlc
28684 s/["\\]/\\&/g; s/^/"/; s/$/\\\\\\n"\\/p
28685 b cont
28686 ' <confdefs.h | sed '
28687 s/'"$ac_delim"'/"\\\
28688 "/g' >>$CONFIG_STATUS || ac_write_fail=1
28690 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
28691 for (key in D) D_is_set[key] = 1
28692 FS = "\a"
28694 /^[\t ]*#[\t ]*(define|undef)[\t ]+$ac_word_re([\t (]|\$)/ {
28695 line = \$ 0
28696 split(line, arg, " ")
28697 if (arg[1] == "#") {
28698 defundef = arg[2]
28699 mac1 = arg[3]
28700 } else {
28701 defundef = substr(arg[1], 2)
28702 mac1 = arg[2]
28704 split(mac1, mac2, "(") #)
28705 macro = mac2[1]
28706 prefix = substr(line, 1, index(line, defundef) - 1)
28707 if (D_is_set[macro]) {
28708 # Preserve the white space surrounding the "#".
28709 print prefix "define", macro P[macro] D[macro]
28710 next
28711 } else {
28712 # Replace #undef with comments. This is necessary, for example,
28713 # in the case of _POSIX_SOURCE, which is predefined and required
28714 # on some systems where configure will not decide to define it.
28715 if (defundef == "undef") {
28716 print "/*", prefix defundef, macro, "*/"
28717 next
28721 { print }
28722 _ACAWK
28723 _ACEOF
28724 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
28725 { { $as_echo "$as_me:$LINENO: error: could not setup config headers machinery" >&5
28726 $as_echo "$as_me: error: could not setup config headers machinery" >&2;}
28727 { (exit 1); exit 1; }; }
28728 fi # test -n "$CONFIG_HEADERS"
28731 eval set X " :F $CONFIG_FILES :H $CONFIG_HEADERS :C $CONFIG_COMMANDS"
28732 shift
28733 for ac_tag
28735 case $ac_tag in
28736 :[FHLC]) ac_mode=$ac_tag; continue;;
28737 esac
28738 case $ac_mode$ac_tag in
28739 :[FHL]*:*);;
28740 :L* | :C*:*) { { $as_echo "$as_me:$LINENO: error: invalid tag $ac_tag" >&5
28741 $as_echo "$as_me: error: invalid tag $ac_tag" >&2;}
28742 { (exit 1); exit 1; }; };;
28743 :[FH]-) ac_tag=-:-;;
28744 :[FH]*) ac_tag=$ac_tag:$ac_tag.in;;
28745 esac
28746 ac_save_IFS=$IFS
28747 IFS=:
28748 set x $ac_tag
28749 IFS=$ac_save_IFS
28750 shift
28751 ac_file=$1
28752 shift
28754 case $ac_mode in
28755 :L) ac_source=$1;;
28756 :[FH])
28757 ac_file_inputs=
28758 for ac_f
28760 case $ac_f in
28761 -) ac_f="$tmp/stdin";;
28762 *) # Look for the file first in the build tree, then in the source tree
28763 # (if the path is not absolute). The absolute path cannot be DOS-style,
28764 # because $ac_f cannot contain `:'.
28765 test -f "$ac_f" ||
28766 case $ac_f in
28767 [\\/$]*) false;;
28768 *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";;
28769 esac ||
28770 { { $as_echo "$as_me:$LINENO: error: cannot find input file: $ac_f" >&5
28771 $as_echo "$as_me: error: cannot find input file: $ac_f" >&2;}
28772 { (exit 1); exit 1; }; };;
28773 esac
28774 case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
28775 ac_file_inputs="$ac_file_inputs '$ac_f'"
28776 done
28778 # Let's still pretend it is `configure' which instantiates (i.e., don't
28779 # use $as_me), people would be surprised to read:
28780 # /* config.h. Generated by config.status. */
28781 configure_input='Generated from '`
28782 $as_echo "$*" | sed 's|^[^:]*/||;s|:[^:]*/|, |g'
28783 `' by configure.'
28784 if test x"$ac_file" != x-; then
28785 configure_input="$ac_file. $configure_input"
28786 { $as_echo "$as_me:$LINENO: creating $ac_file" >&5
28787 $as_echo "$as_me: creating $ac_file" >&6;}
28789 # Neutralize special characters interpreted by sed in replacement strings.
28790 case $configure_input in #(
28791 *\&* | *\|* | *\\* )
28792 ac_sed_conf_input=`$as_echo "$configure_input" |
28793 sed 's/[\\\\&|]/\\\\&/g'`;; #(
28794 *) ac_sed_conf_input=$configure_input;;
28795 esac
28797 case $ac_tag in
28798 *:-:* | *:-) cat >"$tmp/stdin" \
28799 || { { $as_echo "$as_me:$LINENO: error: could not create $ac_file" >&5
28800 $as_echo "$as_me: error: could not create $ac_file" >&2;}
28801 { (exit 1); exit 1; }; } ;;
28802 esac
28804 esac
28806 ac_dir=`$as_dirname -- "$ac_file" ||
28807 $as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
28808 X"$ac_file" : 'X\(//\)[^/]' \| \
28809 X"$ac_file" : 'X\(//\)$' \| \
28810 X"$ac_file" : 'X\(/\)' \| . 2>/dev/null ||
28811 $as_echo X"$ac_file" |
28812 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
28813 s//\1/
28816 /^X\(\/\/\)[^/].*/{
28817 s//\1/
28820 /^X\(\/\/\)$/{
28821 s//\1/
28824 /^X\(\/\).*/{
28825 s//\1/
28828 s/.*/./; q'`
28829 { as_dir="$ac_dir"
28830 case $as_dir in #(
28831 -*) as_dir=./$as_dir;;
28832 esac
28833 test -d "$as_dir" || { $as_mkdir_p && mkdir -p "$as_dir"; } || {
28834 as_dirs=
28835 while :; do
28836 case $as_dir in #(
28837 *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
28838 *) as_qdir=$as_dir;;
28839 esac
28840 as_dirs="'$as_qdir' $as_dirs"
28841 as_dir=`$as_dirname -- "$as_dir" ||
28842 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
28843 X"$as_dir" : 'X\(//\)[^/]' \| \
28844 X"$as_dir" : 'X\(//\)$' \| \
28845 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
28846 $as_echo X"$as_dir" |
28847 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
28848 s//\1/
28851 /^X\(\/\/\)[^/].*/{
28852 s//\1/
28855 /^X\(\/\/\)$/{
28856 s//\1/
28859 /^X\(\/\).*/{
28860 s//\1/
28863 s/.*/./; q'`
28864 test -d "$as_dir" && break
28865 done
28866 test -z "$as_dirs" || eval "mkdir $as_dirs"
28867 } || test -d "$as_dir" || { { $as_echo "$as_me:$LINENO: error: cannot create directory $as_dir" >&5
28868 $as_echo "$as_me: error: cannot create directory $as_dir" >&2;}
28869 { (exit 1); exit 1; }; }; }
28870 ac_builddir=.
28872 case "$ac_dir" in
28873 .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
28875 ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
28876 # A ".." for each directory in $ac_dir_suffix.
28877 ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
28878 case $ac_top_builddir_sub in
28879 "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
28880 *) ac_top_build_prefix=$ac_top_builddir_sub/ ;;
28881 esac ;;
28882 esac
28883 ac_abs_top_builddir=$ac_pwd
28884 ac_abs_builddir=$ac_pwd$ac_dir_suffix
28885 # for backward compatibility:
28886 ac_top_builddir=$ac_top_build_prefix
28888 case $srcdir in
28889 .) # We are building in place.
28890 ac_srcdir=.
28891 ac_top_srcdir=$ac_top_builddir_sub
28892 ac_abs_top_srcdir=$ac_pwd ;;
28893 [\\/]* | ?:[\\/]* ) # Absolute name.
28894 ac_srcdir=$srcdir$ac_dir_suffix;
28895 ac_top_srcdir=$srcdir
28896 ac_abs_top_srcdir=$srcdir ;;
28897 *) # Relative name.
28898 ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
28899 ac_top_srcdir=$ac_top_build_prefix$srcdir
28900 ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
28901 esac
28902 ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
28905 case $ac_mode in
28908 # CONFIG_FILE
28911 case $INSTALL in
28912 [\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;;
28913 *) ac_INSTALL=$ac_top_build_prefix$INSTALL ;;
28914 esac
28915 _ACEOF
28917 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
28918 # If the template does not know about datarootdir, expand it.
28919 # FIXME: This hack should be removed a few years after 2.60.
28920 ac_datarootdir_hack=; ac_datarootdir_seen=
28922 ac_sed_dataroot='
28923 /datarootdir/ {
28927 /@datadir@/p
28928 /@docdir@/p
28929 /@infodir@/p
28930 /@localedir@/p
28931 /@mandir@/p
28933 case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in
28934 *datarootdir*) ac_datarootdir_seen=yes;;
28935 *@datadir@*|*@docdir@*|*@infodir@*|*@localedir@*|*@mandir@*)
28936 { $as_echo "$as_me:$LINENO: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5
28937 $as_echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;}
28938 _ACEOF
28939 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
28940 ac_datarootdir_hack='
28941 s&@datadir@&$datadir&g
28942 s&@docdir@&$docdir&g
28943 s&@infodir@&$infodir&g
28944 s&@localedir@&$localedir&g
28945 s&@mandir@&$mandir&g
28946 s&\\\${datarootdir}&$datarootdir&g' ;;
28947 esac
28948 _ACEOF
28950 # Neutralize VPATH when `$srcdir' = `.'.
28951 # Shell code in configure.ac might set extrasub.
28952 # FIXME: do we really want to maintain this feature?
28953 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
28954 ac_sed_extra="$ac_vpsub
28955 $extrasub
28956 _ACEOF
28957 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
28959 /@[a-zA-Z_][a-zA-Z_0-9]*@/!b
28960 s|@configure_input@|$ac_sed_conf_input|;t t
28961 s&@top_builddir@&$ac_top_builddir_sub&;t t
28962 s&@top_build_prefix@&$ac_top_build_prefix&;t t
28963 s&@srcdir@&$ac_srcdir&;t t
28964 s&@abs_srcdir@&$ac_abs_srcdir&;t t
28965 s&@top_srcdir@&$ac_top_srcdir&;t t
28966 s&@abs_top_srcdir@&$ac_abs_top_srcdir&;t t
28967 s&@builddir@&$ac_builddir&;t t
28968 s&@abs_builddir@&$ac_abs_builddir&;t t
28969 s&@abs_top_builddir@&$ac_abs_top_builddir&;t t
28970 s&@INSTALL@&$ac_INSTALL&;t t
28971 $ac_datarootdir_hack
28973 eval sed \"\$ac_sed_extra\" "$ac_file_inputs" |
28974 if $ac_cs_awk_getline; then
28975 $AWK -f "$tmp/subs.awk"
28976 else
28977 $AWK -f "$tmp/subs.awk" | $SHELL
28978 fi >$tmp/out \
28979 || { { $as_echo "$as_me:$LINENO: error: could not create $ac_file" >&5
28980 $as_echo "$as_me: error: could not create $ac_file" >&2;}
28981 { (exit 1); exit 1; }; }
28983 test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
28984 { ac_out=`sed -n '/\${datarootdir}/p' "$tmp/out"`; test -n "$ac_out"; } &&
28985 { ac_out=`sed -n '/^[ ]*datarootdir[ ]*:*=/p' "$tmp/out"`; test -z "$ac_out"; } &&
28986 { $as_echo "$as_me:$LINENO: WARNING: $ac_file contains a reference to the variable \`datarootdir'
28987 which seems to be undefined. Please make sure it is defined." >&5
28988 $as_echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir'
28989 which seems to be undefined. Please make sure it is defined." >&2;}
28991 rm -f "$tmp/stdin"
28992 case $ac_file in
28993 -) cat "$tmp/out" && rm -f "$tmp/out";;
28994 *) rm -f "$ac_file" && mv "$tmp/out" "$ac_file";;
28995 esac \
28996 || { { $as_echo "$as_me:$LINENO: error: could not create $ac_file" >&5
28997 $as_echo "$as_me: error: could not create $ac_file" >&2;}
28998 { (exit 1); exit 1; }; }
29002 # CONFIG_HEADER
29004 if test x"$ac_file" != x-; then
29006 $as_echo "/* $configure_input */" \
29007 && eval '$AWK -f "$tmp/defines.awk"' "$ac_file_inputs"
29008 } >"$tmp/config.h" \
29009 || { { $as_echo "$as_me:$LINENO: error: could not create $ac_file" >&5
29010 $as_echo "$as_me: error: could not create $ac_file" >&2;}
29011 { (exit 1); exit 1; }; }
29012 if diff "$ac_file" "$tmp/config.h" >/dev/null 2>&1; then
29013 { $as_echo "$as_me:$LINENO: $ac_file is unchanged" >&5
29014 $as_echo "$as_me: $ac_file is unchanged" >&6;}
29015 else
29016 rm -f "$ac_file"
29017 mv "$tmp/config.h" "$ac_file" \
29018 || { { $as_echo "$as_me:$LINENO: error: could not create $ac_file" >&5
29019 $as_echo "$as_me: error: could not create $ac_file" >&2;}
29020 { (exit 1); exit 1; }; }
29022 else
29023 $as_echo "/* $configure_input */" \
29024 && eval '$AWK -f "$tmp/defines.awk"' "$ac_file_inputs" \
29025 || { { $as_echo "$as_me:$LINENO: error: could not create -" >&5
29026 $as_echo "$as_me: error: could not create -" >&2;}
29027 { (exit 1); exit 1; }; }
29031 :C) { $as_echo "$as_me:$LINENO: executing $ac_file commands" >&5
29032 $as_echo "$as_me: executing $ac_file commands" >&6;}
29034 esac
29037 case $ac_file$ac_mode in
29038 "include/stamp-h":C) echo timestamp > include/stamp-h ;;
29039 "dlls/gdi32/enhmfdrv":C) test -d "dlls/gdi32/enhmfdrv" || ({ $as_echo "$as_me:$LINENO: creating dlls/gdi32/enhmfdrv" >&5
29040 $as_echo "$as_me: creating dlls/gdi32/enhmfdrv" >&6;} && mkdir "dlls/gdi32/enhmfdrv") ;;
29041 "dlls/gdi32/mfdrv":C) test -d "dlls/gdi32/mfdrv" || ({ $as_echo "$as_me:$LINENO: creating dlls/gdi32/mfdrv" >&5
29042 $as_echo "$as_me: creating dlls/gdi32/mfdrv" >&6;} && mkdir "dlls/gdi32/mfdrv") ;;
29043 "dlls/kernel32/nls":C) test -d "dlls/kernel32/nls" || ({ $as_echo "$as_me:$LINENO: creating dlls/kernel32/nls" >&5
29044 $as_echo "$as_me: creating dlls/kernel32/nls" >&6;} && mkdir "dlls/kernel32/nls") ;;
29045 "dlls/user32/resources":C) test -d "dlls/user32/resources" || ({ $as_echo "$as_me:$LINENO: creating dlls/user32/resources" >&5
29046 $as_echo "$as_me: creating dlls/user32/resources" >&6;} && mkdir "dlls/user32/resources") ;;
29047 "dlls/wineps.drv/data":C) test -d "dlls/wineps.drv/data" || ({ $as_echo "$as_me:$LINENO: creating dlls/wineps.drv/data" >&5
29048 $as_echo "$as_me: creating dlls/wineps.drv/data" >&6;} && mkdir "dlls/wineps.drv/data") ;;
29049 "include/wine":C) test -d "include/wine" || ({ $as_echo "$as_me:$LINENO: creating include/wine" >&5
29050 $as_echo "$as_me: creating include/wine" >&6;} && mkdir "include/wine") ;;
29052 esac
29053 done # for ac_tag
29056 { (exit 0); exit 0; }
29057 _ACEOF
29058 chmod +x $CONFIG_STATUS
29059 ac_clean_files=$ac_clean_files_save
29061 test $ac_write_fail = 0 ||
29062 { { $as_echo "$as_me:$LINENO: error: write failure creating $CONFIG_STATUS" >&5
29063 $as_echo "$as_me: error: write failure creating $CONFIG_STATUS" >&2;}
29064 { (exit 1); exit 1; }; }
29067 # configure is writing to config.log, and then calls config.status.
29068 # config.status does its own redirection, appending to config.log.
29069 # Unfortunately, on DOS this fails, as config.log is still kept open
29070 # by configure, so config.status won't be able to write to it; its
29071 # output is simply discarded. So we exec the FD to /dev/null,
29072 # effectively closing config.log, so it can be properly (re)opened and
29073 # appended to by config.status. When coming back to configure, we
29074 # need to make the FD available again.
29075 if test "$no_create" != yes; then
29076 ac_cs_success=:
29077 ac_config_status_args=
29078 test "$silent" = yes &&
29079 ac_config_status_args="$ac_config_status_args --quiet"
29080 exec 5>/dev/null
29081 $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success=false
29082 exec 5>>config.log
29083 # Use ||, not &&, to avoid exiting from the if with $? = 1, which
29084 # would make configure fail if this is the last instruction.
29085 $ac_cs_success || { (exit 1); exit 1; }
29087 if test -n "$ac_unrecognized_opts" && test "$enable_option_checking" != no; then
29088 { $as_echo "$as_me:$LINENO: WARNING: unrecognized options: $ac_unrecognized_opts" >&5
29089 $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2;}
29093 if test "$no_create" = "yes"
29094 then
29095 exit 0
29098 ac_save_IFS="$IFS"
29099 if test "x$wine_notices != "x; then
29100 echo >&6
29101 IFS="|"
29102 for msg in $wine_notices; do
29103 IFS="$ac_save_IFS"
29104 if test -n "$msg"; then
29105 { $as_echo "$as_me:$LINENO: $msg" >&5
29106 $as_echo "$as_me: $msg" >&6;}
29108 done
29110 IFS="|"
29111 for msg in $wine_warnings; do
29112 IFS="$ac_save_IFS"
29113 if test -n "$msg"; then
29114 echo >&2
29115 { $as_echo "$as_me:$LINENO: WARNING: $msg" >&5
29116 $as_echo "$as_me: WARNING: $msg" >&2;}
29118 done
29119 IFS="$ac_save_IFS"
29121 echo "
29122 $as_me: Finished. Do '${ac_make} depend && ${ac_make}' to compile Wine.
29123 " >&6