wininet: Make sure that we have data buffered before sending INTERNET_STATUS_REQUEST_...
[wine/hacks.git] / configure
blob48603ae4a307d444f47294ec58268fb694870867
1 #! /bin/sh
2 # Guess values for system-dependent variables and create Makefiles.
3 # Generated by GNU Autoconf 2.63 for Wine 1.1.12.
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.12'
600 PACKAGE_STRING='Wine 1.1.12'
601 PACKAGE_BUGREPORT='wine-devel@winehq.org'
603 ac_unique_file="server/atom.c"
604 # Factoring default headers for most tests.
605 ac_includes_default="\
606 #include <stdio.h>
607 #ifdef HAVE_SYS_TYPES_H
608 # include <sys/types.h>
609 #endif
610 #ifdef HAVE_SYS_STAT_H
611 # include <sys/stat.h>
612 #endif
613 #ifdef STDC_HEADERS
614 # include <stdlib.h>
615 # include <stddef.h>
616 #else
617 # ifdef HAVE_STDLIB_H
618 # include <stdlib.h>
619 # endif
620 #endif
621 #ifdef HAVE_STRING_H
622 # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
623 # include <memory.h>
624 # endif
625 # include <string.h>
626 #endif
627 #ifdef HAVE_STRINGS_H
628 # include <strings.h>
629 #endif
630 #ifdef HAVE_INTTYPES_H
631 # include <inttypes.h>
632 #endif
633 #ifdef HAVE_STDINT_H
634 # include <stdint.h>
635 #endif
636 #ifdef HAVE_UNISTD_H
637 # include <unistd.h>
638 #endif"
640 ac_subst_vars='LTLIBOBJS
641 LIBOBJS
642 ALL_WINETEST_DEPENDS
643 ALL_PROGRAM_BIN_INSTALL_DIRS
644 ALL_PROGRAM_INSTALL_DIRS
645 ALL_PROGRAM_DIRS
646 ALL_TEST_DIRS
647 ALL_IMPLIB_DIRS
648 ALL_DLL_DIRS
649 ALL_TOP_DIRS
650 ALL_MAKEFILE_DEPENDS
651 ALL_MAKEFILES
652 ALL_MAKERULES
653 DEPENDENCIES
654 LDAPLIBS
655 LIBPOLL
656 LIBDL
657 EXTRA_BINARIES
658 MAIN_BINARY
659 SOCKETLIBS
660 CRTLIBS
661 LDPATH
662 BUILTINFLAG
663 EXTRACFLAGS
664 FONTCONFIGINCL
665 CUPSINCL
666 AUDIOIOLIBS
667 ALSALIBS
668 ESDLIBS
669 ESDINCL
670 ESDCONFIG
671 FREETYPEINCL
672 FREETYPELIBS
673 ft_devel
674 LCMSLIBS
675 RESOLVLIBS
676 GPHOTO2INCL
677 GPHOTO2LIBS
678 gphoto2port_devel
679 gphoto2_devel
680 SANEINCL
681 sane_devel
682 GNUTLSINCL
683 HALINCL
684 XSLTINCL
685 XML2INCL
686 XML2LIBS
687 NASLIBS
688 CROSSTEST
689 CROSSWINDRES
690 CROSSCC
691 CARBONLIB
692 COREAUDIO
693 DISKARBITRATIONLIB
694 LDEXECFLAGS
695 IOKITLIB
696 COREFOUNDATIONLIB
697 SECURITYLIB
698 MINGWAR
699 DLLWRAP
700 DLLTOOL
702 LDRPATH_LOCAL
703 LDRPATH_INSTALL
704 IMPLIBEXT
705 LIBEXT
706 LDDLLFLAGS
707 LDSHARED
708 DLLFLAGS
709 DLLEXT
710 OPENGL_LIBS
711 XLIB
712 LIBPTHREAD
713 PRELINK
714 ICOTOOL
715 RSVG
716 PKG_CONFIG
717 FONTFORGE
718 LINTFLAGS
719 LINT
720 INSTALL_DATA
721 INSTALL_SCRIPT
722 INSTALL_PROGRAM
723 LDCONFIG
724 EGREP
725 GREP
727 LN_S
728 WINDRES
729 STRIP
730 RANLIB
731 ARFLAGS
732 ac_ct_AR
734 ac_ct_NM
736 ac_ct_LD
738 ac_ct_AS
740 BISON
741 FLEX
742 X_EXTRA_LIBS
743 X_LIBS
744 X_PRE_LIBS
745 X_CFLAGS
747 XMKMF
748 TARGET
749 TOOLSDIR
750 WIN16_INSTALL
751 WIN16_FILES
752 CPPBIN
753 ac_ct_CXX
754 CXXFLAGS
756 OBJEXT
757 EXEEXT
758 ac_ct_CC
759 CPPFLAGS
760 LDFLAGS
761 CFLAGS
763 SET_MAKE
764 host_os
765 host_vendor
766 host_cpu
767 host
768 build_os
769 build_vendor
770 build_cpu
771 build
772 MAINTAINER_MODE
773 target_alias
774 host_alias
775 build_alias
776 LIBS
777 ECHO_T
778 ECHO_N
779 ECHO_C
780 DEFS
781 mandir
782 localedir
783 libdir
784 psdir
785 pdfdir
786 dvidir
787 htmldir
788 infodir
789 docdir
790 oldincludedir
791 includedir
792 localstatedir
793 sharedstatedir
794 sysconfdir
795 datadir
796 datarootdir
797 libexecdir
798 sbindir
799 bindir
800 program_transform_name
801 prefix
802 exec_prefix
803 PACKAGE_BUGREPORT
804 PACKAGE_STRING
805 PACKAGE_VERSION
806 PACKAGE_TARNAME
807 PACKAGE_NAME
808 PATH_SEPARATOR
809 SHELL'
810 ac_subst_files='MAKE_RULES
811 MAKE_DLL_RULES
812 MAKE_IMPLIB_RULES
813 MAKE_TEST_RULES
814 MAKE_PROG_RULES'
815 ac_user_opts='
816 enable_option_checking
817 enable_win16
818 enable_win64
819 enable_tests
820 enable_maintainer_mode
821 with_alsa
822 with_audioio
823 with_capi
824 with_cms
825 with_coreaudio
826 with_cups
827 with_curses
828 with_esd
829 with_fontconfig
830 with_freetype
831 with_gphoto
832 with_glu
833 with_gnutls
834 with_hal
835 with_jack
836 with_jpeg
837 with_ldap
838 with_nas
839 with_opengl
840 with_openssl
841 with_oss
842 with_png
843 with_sane
844 with_xcomposite
845 with_xcursor
846 with_xinerama
847 with_xinput
848 with_xml
849 with_xrandr
850 with_xrender
851 with_xshape
852 with_xshm
853 with_xslt
854 with_xxf86vm
855 with_wine_tools
856 with_x
858 ac_precious_vars='build_alias
859 host_alias
860 target_alias
862 CFLAGS
863 LDFLAGS
864 LIBS
865 CPPFLAGS
867 CXXFLAGS
869 XMKMF
870 CPP'
873 # Initialize some variables set by options.
874 ac_init_help=
875 ac_init_version=false
876 ac_unrecognized_opts=
877 ac_unrecognized_sep=
878 # The variables have the same names as the options, with
879 # dashes changed to underlines.
880 cache_file=/dev/null
881 exec_prefix=NONE
882 no_create=
883 no_recursion=
884 prefix=NONE
885 program_prefix=NONE
886 program_suffix=NONE
887 program_transform_name=s,x,x,
888 silent=
889 site=
890 srcdir=
891 verbose=
892 x_includes=NONE
893 x_libraries=NONE
895 # Installation directory options.
896 # These are left unexpanded so users can "make install exec_prefix=/foo"
897 # and all the variables that are supposed to be based on exec_prefix
898 # by default will actually change.
899 # Use braces instead of parens because sh, perl, etc. also accept them.
900 # (The list follows the same order as the GNU Coding Standards.)
901 bindir='${exec_prefix}/bin'
902 sbindir='${exec_prefix}/sbin'
903 libexecdir='${exec_prefix}/libexec'
904 datarootdir='${prefix}/share'
905 datadir='${datarootdir}'
906 sysconfdir='${prefix}/etc'
907 sharedstatedir='${prefix}/com'
908 localstatedir='${prefix}/var'
909 includedir='${prefix}/include'
910 oldincludedir='/usr/include'
911 docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
912 infodir='${datarootdir}/info'
913 htmldir='${docdir}'
914 dvidir='${docdir}'
915 pdfdir='${docdir}'
916 psdir='${docdir}'
917 libdir='${exec_prefix}/lib'
918 localedir='${datarootdir}/locale'
919 mandir='${datarootdir}/man'
921 ac_prev=
922 ac_dashdash=
923 for ac_option
925 # If the previous option needs an argument, assign it.
926 if test -n "$ac_prev"; then
927 eval $ac_prev=\$ac_option
928 ac_prev=
929 continue
932 case $ac_option in
933 *=*) ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
934 *) ac_optarg=yes ;;
935 esac
937 # Accept the important Cygnus configure options, so we can diagnose typos.
939 case $ac_dashdash$ac_option in
941 ac_dashdash=yes ;;
943 -bindir | --bindir | --bindi | --bind | --bin | --bi)
944 ac_prev=bindir ;;
945 -bindir=* | --bindir=* | --bindi=* | --bind=* | --bin=* | --bi=*)
946 bindir=$ac_optarg ;;
948 -build | --build | --buil | --bui | --bu)
949 ac_prev=build_alias ;;
950 -build=* | --build=* | --buil=* | --bui=* | --bu=*)
951 build_alias=$ac_optarg ;;
953 -cache-file | --cache-file | --cache-fil | --cache-fi \
954 | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c)
955 ac_prev=cache_file ;;
956 -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \
957 | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*)
958 cache_file=$ac_optarg ;;
960 --config-cache | -C)
961 cache_file=config.cache ;;
963 -datadir | --datadir | --datadi | --datad)
964 ac_prev=datadir ;;
965 -datadir=* | --datadir=* | --datadi=* | --datad=*)
966 datadir=$ac_optarg ;;
968 -datarootdir | --datarootdir | --datarootdi | --datarootd | --dataroot \
969 | --dataroo | --dataro | --datar)
970 ac_prev=datarootdir ;;
971 -datarootdir=* | --datarootdir=* | --datarootdi=* | --datarootd=* \
972 | --dataroot=* | --dataroo=* | --dataro=* | --datar=*)
973 datarootdir=$ac_optarg ;;
975 -disable-* | --disable-*)
976 ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
977 # Reject names that are not valid shell variable names.
978 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
979 { $as_echo "$as_me: error: invalid feature name: $ac_useropt" >&2
980 { (exit 1); exit 1; }; }
981 ac_useropt_orig=$ac_useropt
982 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
983 case $ac_user_opts in
985 "enable_$ac_useropt"
986 "*) ;;
987 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--disable-$ac_useropt_orig"
988 ac_unrecognized_sep=', ';;
989 esac
990 eval enable_$ac_useropt=no ;;
992 -docdir | --docdir | --docdi | --doc | --do)
993 ac_prev=docdir ;;
994 -docdir=* | --docdir=* | --docdi=* | --doc=* | --do=*)
995 docdir=$ac_optarg ;;
997 -dvidir | --dvidir | --dvidi | --dvid | --dvi | --dv)
998 ac_prev=dvidir ;;
999 -dvidir=* | --dvidir=* | --dvidi=* | --dvid=* | --dvi=* | --dv=*)
1000 dvidir=$ac_optarg ;;
1002 -enable-* | --enable-*)
1003 ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
1004 # Reject names that are not valid shell variable names.
1005 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
1006 { $as_echo "$as_me: error: invalid feature name: $ac_useropt" >&2
1007 { (exit 1); exit 1; }; }
1008 ac_useropt_orig=$ac_useropt
1009 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1010 case $ac_user_opts in
1012 "enable_$ac_useropt"
1013 "*) ;;
1014 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--enable-$ac_useropt_orig"
1015 ac_unrecognized_sep=', ';;
1016 esac
1017 eval enable_$ac_useropt=\$ac_optarg ;;
1019 -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \
1020 | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \
1021 | --exec | --exe | --ex)
1022 ac_prev=exec_prefix ;;
1023 -exec-prefix=* | --exec_prefix=* | --exec-prefix=* | --exec-prefi=* \
1024 | --exec-pref=* | --exec-pre=* | --exec-pr=* | --exec-p=* | --exec-=* \
1025 | --exec=* | --exe=* | --ex=*)
1026 exec_prefix=$ac_optarg ;;
1028 -gas | --gas | --ga | --g)
1029 # Obsolete; use --with-gas.
1030 with_gas=yes ;;
1032 -help | --help | --hel | --he | -h)
1033 ac_init_help=long ;;
1034 -help=r* | --help=r* | --hel=r* | --he=r* | -hr*)
1035 ac_init_help=recursive ;;
1036 -help=s* | --help=s* | --hel=s* | --he=s* | -hs*)
1037 ac_init_help=short ;;
1039 -host | --host | --hos | --ho)
1040 ac_prev=host_alias ;;
1041 -host=* | --host=* | --hos=* | --ho=*)
1042 host_alias=$ac_optarg ;;
1044 -htmldir | --htmldir | --htmldi | --htmld | --html | --htm | --ht)
1045 ac_prev=htmldir ;;
1046 -htmldir=* | --htmldir=* | --htmldi=* | --htmld=* | --html=* | --htm=* \
1047 | --ht=*)
1048 htmldir=$ac_optarg ;;
1050 -includedir | --includedir | --includedi | --included | --include \
1051 | --includ | --inclu | --incl | --inc)
1052 ac_prev=includedir ;;
1053 -includedir=* | --includedir=* | --includedi=* | --included=* | --include=* \
1054 | --includ=* | --inclu=* | --incl=* | --inc=*)
1055 includedir=$ac_optarg ;;
1057 -infodir | --infodir | --infodi | --infod | --info | --inf)
1058 ac_prev=infodir ;;
1059 -infodir=* | --infodir=* | --infodi=* | --infod=* | --info=* | --inf=*)
1060 infodir=$ac_optarg ;;
1062 -libdir | --libdir | --libdi | --libd)
1063 ac_prev=libdir ;;
1064 -libdir=* | --libdir=* | --libdi=* | --libd=*)
1065 libdir=$ac_optarg ;;
1067 -libexecdir | --libexecdir | --libexecdi | --libexecd | --libexec \
1068 | --libexe | --libex | --libe)
1069 ac_prev=libexecdir ;;
1070 -libexecdir=* | --libexecdir=* | --libexecdi=* | --libexecd=* | --libexec=* \
1071 | --libexe=* | --libex=* | --libe=*)
1072 libexecdir=$ac_optarg ;;
1074 -localedir | --localedir | --localedi | --localed | --locale)
1075 ac_prev=localedir ;;
1076 -localedir=* | --localedir=* | --localedi=* | --localed=* | --locale=*)
1077 localedir=$ac_optarg ;;
1079 -localstatedir | --localstatedir | --localstatedi | --localstated \
1080 | --localstate | --localstat | --localsta | --localst | --locals)
1081 ac_prev=localstatedir ;;
1082 -localstatedir=* | --localstatedir=* | --localstatedi=* | --localstated=* \
1083 | --localstate=* | --localstat=* | --localsta=* | --localst=* | --locals=*)
1084 localstatedir=$ac_optarg ;;
1086 -mandir | --mandir | --mandi | --mand | --man | --ma | --m)
1087 ac_prev=mandir ;;
1088 -mandir=* | --mandir=* | --mandi=* | --mand=* | --man=* | --ma=* | --m=*)
1089 mandir=$ac_optarg ;;
1091 -nfp | --nfp | --nf)
1092 # Obsolete; use --without-fp.
1093 with_fp=no ;;
1095 -no-create | --no-create | --no-creat | --no-crea | --no-cre \
1096 | --no-cr | --no-c | -n)
1097 no_create=yes ;;
1099 -no-recursion | --no-recursion | --no-recursio | --no-recursi \
1100 | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r)
1101 no_recursion=yes ;;
1103 -oldincludedir | --oldincludedir | --oldincludedi | --oldincluded \
1104 | --oldinclude | --oldinclud | --oldinclu | --oldincl | --oldinc \
1105 | --oldin | --oldi | --old | --ol | --o)
1106 ac_prev=oldincludedir ;;
1107 -oldincludedir=* | --oldincludedir=* | --oldincludedi=* | --oldincluded=* \
1108 | --oldinclude=* | --oldinclud=* | --oldinclu=* | --oldincl=* | --oldinc=* \
1109 | --oldin=* | --oldi=* | --old=* | --ol=* | --o=*)
1110 oldincludedir=$ac_optarg ;;
1112 -prefix | --prefix | --prefi | --pref | --pre | --pr | --p)
1113 ac_prev=prefix ;;
1114 -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*)
1115 prefix=$ac_optarg ;;
1117 -program-prefix | --program-prefix | --program-prefi | --program-pref \
1118 | --program-pre | --program-pr | --program-p)
1119 ac_prev=program_prefix ;;
1120 -program-prefix=* | --program-prefix=* | --program-prefi=* \
1121 | --program-pref=* | --program-pre=* | --program-pr=* | --program-p=*)
1122 program_prefix=$ac_optarg ;;
1124 -program-suffix | --program-suffix | --program-suffi | --program-suff \
1125 | --program-suf | --program-su | --program-s)
1126 ac_prev=program_suffix ;;
1127 -program-suffix=* | --program-suffix=* | --program-suffi=* \
1128 | --program-suff=* | --program-suf=* | --program-su=* | --program-s=*)
1129 program_suffix=$ac_optarg ;;
1131 -program-transform-name | --program-transform-name \
1132 | --program-transform-nam | --program-transform-na \
1133 | --program-transform-n | --program-transform- \
1134 | --program-transform | --program-transfor \
1135 | --program-transfo | --program-transf \
1136 | --program-trans | --program-tran \
1137 | --progr-tra | --program-tr | --program-t)
1138 ac_prev=program_transform_name ;;
1139 -program-transform-name=* | --program-transform-name=* \
1140 | --program-transform-nam=* | --program-transform-na=* \
1141 | --program-transform-n=* | --program-transform-=* \
1142 | --program-transform=* | --program-transfor=* \
1143 | --program-transfo=* | --program-transf=* \
1144 | --program-trans=* | --program-tran=* \
1145 | --progr-tra=* | --program-tr=* | --program-t=*)
1146 program_transform_name=$ac_optarg ;;
1148 -pdfdir | --pdfdir | --pdfdi | --pdfd | --pdf | --pd)
1149 ac_prev=pdfdir ;;
1150 -pdfdir=* | --pdfdir=* | --pdfdi=* | --pdfd=* | --pdf=* | --pd=*)
1151 pdfdir=$ac_optarg ;;
1153 -psdir | --psdir | --psdi | --psd | --ps)
1154 ac_prev=psdir ;;
1155 -psdir=* | --psdir=* | --psdi=* | --psd=* | --ps=*)
1156 psdir=$ac_optarg ;;
1158 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
1159 | -silent | --silent | --silen | --sile | --sil)
1160 silent=yes ;;
1162 -sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb)
1163 ac_prev=sbindir ;;
1164 -sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* \
1165 | --sbi=* | --sb=*)
1166 sbindir=$ac_optarg ;;
1168 -sharedstatedir | --sharedstatedir | --sharedstatedi \
1169 | --sharedstated | --sharedstate | --sharedstat | --sharedsta \
1170 | --sharedst | --shareds | --shared | --share | --shar \
1171 | --sha | --sh)
1172 ac_prev=sharedstatedir ;;
1173 -sharedstatedir=* | --sharedstatedir=* | --sharedstatedi=* \
1174 | --sharedstated=* | --sharedstate=* | --sharedstat=* | --sharedsta=* \
1175 | --sharedst=* | --shareds=* | --shared=* | --share=* | --shar=* \
1176 | --sha=* | --sh=*)
1177 sharedstatedir=$ac_optarg ;;
1179 -site | --site | --sit)
1180 ac_prev=site ;;
1181 -site=* | --site=* | --sit=*)
1182 site=$ac_optarg ;;
1184 -srcdir | --srcdir | --srcdi | --srcd | --src | --sr)
1185 ac_prev=srcdir ;;
1186 -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*)
1187 srcdir=$ac_optarg ;;
1189 -sysconfdir | --sysconfdir | --sysconfdi | --sysconfd | --sysconf \
1190 | --syscon | --sysco | --sysc | --sys | --sy)
1191 ac_prev=sysconfdir ;;
1192 -sysconfdir=* | --sysconfdir=* | --sysconfdi=* | --sysconfd=* | --sysconf=* \
1193 | --syscon=* | --sysco=* | --sysc=* | --sys=* | --sy=*)
1194 sysconfdir=$ac_optarg ;;
1196 -target | --target | --targe | --targ | --tar | --ta | --t)
1197 ac_prev=target_alias ;;
1198 -target=* | --target=* | --targe=* | --targ=* | --tar=* | --ta=* | --t=*)
1199 target_alias=$ac_optarg ;;
1201 -v | -verbose | --verbose | --verbos | --verbo | --verb)
1202 verbose=yes ;;
1204 -version | --version | --versio | --versi | --vers | -V)
1205 ac_init_version=: ;;
1207 -with-* | --with-*)
1208 ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
1209 # Reject names that are not valid shell variable names.
1210 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
1211 { $as_echo "$as_me: error: invalid package name: $ac_useropt" >&2
1212 { (exit 1); exit 1; }; }
1213 ac_useropt_orig=$ac_useropt
1214 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1215 case $ac_user_opts in
1217 "with_$ac_useropt"
1218 "*) ;;
1219 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--with-$ac_useropt_orig"
1220 ac_unrecognized_sep=', ';;
1221 esac
1222 eval with_$ac_useropt=\$ac_optarg ;;
1224 -without-* | --without-*)
1225 ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'`
1226 # Reject names that are not valid shell variable names.
1227 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
1228 { $as_echo "$as_me: error: invalid package name: $ac_useropt" >&2
1229 { (exit 1); exit 1; }; }
1230 ac_useropt_orig=$ac_useropt
1231 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1232 case $ac_user_opts in
1234 "with_$ac_useropt"
1235 "*) ;;
1236 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--without-$ac_useropt_orig"
1237 ac_unrecognized_sep=', ';;
1238 esac
1239 eval with_$ac_useropt=no ;;
1241 --x)
1242 # Obsolete; use --with-x.
1243 with_x=yes ;;
1245 -x-includes | --x-includes | --x-include | --x-includ | --x-inclu \
1246 | --x-incl | --x-inc | --x-in | --x-i)
1247 ac_prev=x_includes ;;
1248 -x-includes=* | --x-includes=* | --x-include=* | --x-includ=* | --x-inclu=* \
1249 | --x-incl=* | --x-inc=* | --x-in=* | --x-i=*)
1250 x_includes=$ac_optarg ;;
1252 -x-libraries | --x-libraries | --x-librarie | --x-librari \
1253 | --x-librar | --x-libra | --x-libr | --x-lib | --x-li | --x-l)
1254 ac_prev=x_libraries ;;
1255 -x-libraries=* | --x-libraries=* | --x-librarie=* | --x-librari=* \
1256 | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*)
1257 x_libraries=$ac_optarg ;;
1259 -*) { $as_echo "$as_me: error: unrecognized option: $ac_option
1260 Try \`$0 --help' for more information." >&2
1261 { (exit 1); exit 1; }; }
1264 *=*)
1265 ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
1266 # Reject names that are not valid shell variable names.
1267 expr "x$ac_envvar" : ".*[^_$as_cr_alnum]" >/dev/null &&
1268 { $as_echo "$as_me: error: invalid variable name: $ac_envvar" >&2
1269 { (exit 1); exit 1; }; }
1270 eval $ac_envvar=\$ac_optarg
1271 export $ac_envvar ;;
1274 # FIXME: should be removed in autoconf 3.0.
1275 $as_echo "$as_me: WARNING: you should use --build, --host, --target" >&2
1276 expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev/null &&
1277 $as_echo "$as_me: WARNING: invalid host type: $ac_option" >&2
1278 : ${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option}
1281 esac
1282 done
1284 if test -n "$ac_prev"; then
1285 ac_option=--`echo $ac_prev | sed 's/_/-/g'`
1286 { $as_echo "$as_me: error: missing argument to $ac_option" >&2
1287 { (exit 1); exit 1; }; }
1290 if test -n "$ac_unrecognized_opts"; then
1291 case $enable_option_checking in
1292 no) ;;
1293 fatal) { $as_echo "$as_me: error: unrecognized options: $ac_unrecognized_opts" >&2
1294 { (exit 1); exit 1; }; } ;;
1295 *) $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2 ;;
1296 esac
1299 # Check all directory arguments for consistency.
1300 for ac_var in exec_prefix prefix bindir sbindir libexecdir datarootdir \
1301 datadir sysconfdir sharedstatedir localstatedir includedir \
1302 oldincludedir docdir infodir htmldir dvidir pdfdir psdir \
1303 libdir localedir mandir
1305 eval ac_val=\$$ac_var
1306 # Remove trailing slashes.
1307 case $ac_val in
1308 */ )
1309 ac_val=`expr "X$ac_val" : 'X\(.*[^/]\)' \| "X$ac_val" : 'X\(.*\)'`
1310 eval $ac_var=\$ac_val;;
1311 esac
1312 # Be sure to have absolute directory names.
1313 case $ac_val in
1314 [\\/$]* | ?:[\\/]* ) continue;;
1315 NONE | '' ) case $ac_var in *prefix ) continue;; esac;;
1316 esac
1317 { $as_echo "$as_me: error: expected an absolute directory name for --$ac_var: $ac_val" >&2
1318 { (exit 1); exit 1; }; }
1319 done
1321 # There might be people who depend on the old broken behavior: `$host'
1322 # used to hold the argument of --host etc.
1323 # FIXME: To remove some day.
1324 build=$build_alias
1325 host=$host_alias
1326 target=$target_alias
1328 # FIXME: To remove some day.
1329 if test "x$host_alias" != x; then
1330 if test "x$build_alias" = x; then
1331 cross_compiling=maybe
1332 $as_echo "$as_me: WARNING: If you wanted to set the --build type, don't use --host.
1333 If a cross compiler is detected then cross compile mode will be used." >&2
1334 elif test "x$build_alias" != "x$host_alias"; then
1335 cross_compiling=yes
1339 ac_tool_prefix=
1340 test -n "$host_alias" && ac_tool_prefix=$host_alias-
1342 test "$silent" = yes && exec 6>/dev/null
1345 ac_pwd=`pwd` && test -n "$ac_pwd" &&
1346 ac_ls_di=`ls -di .` &&
1347 ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` ||
1348 { $as_echo "$as_me: error: working directory cannot be determined" >&2
1349 { (exit 1); exit 1; }; }
1350 test "X$ac_ls_di" = "X$ac_pwd_ls_di" ||
1351 { $as_echo "$as_me: error: pwd does not report name of working directory" >&2
1352 { (exit 1); exit 1; }; }
1355 # Find the source files, if location was not specified.
1356 if test -z "$srcdir"; then
1357 ac_srcdir_defaulted=yes
1358 # Try the directory containing this script, then the parent directory.
1359 ac_confdir=`$as_dirname -- "$as_myself" ||
1360 $as_expr X"$as_myself" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
1361 X"$as_myself" : 'X\(//\)[^/]' \| \
1362 X"$as_myself" : 'X\(//\)$' \| \
1363 X"$as_myself" : 'X\(/\)' \| . 2>/dev/null ||
1364 $as_echo X"$as_myself" |
1365 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
1366 s//\1/
1369 /^X\(\/\/\)[^/].*/{
1370 s//\1/
1373 /^X\(\/\/\)$/{
1374 s//\1/
1377 /^X\(\/\).*/{
1378 s//\1/
1381 s/.*/./; q'`
1382 srcdir=$ac_confdir
1383 if test ! -r "$srcdir/$ac_unique_file"; then
1384 srcdir=..
1386 else
1387 ac_srcdir_defaulted=no
1389 if test ! -r "$srcdir/$ac_unique_file"; then
1390 test "$ac_srcdir_defaulted" = yes && srcdir="$ac_confdir or .."
1391 { $as_echo "$as_me: error: cannot find sources ($ac_unique_file) in $srcdir" >&2
1392 { (exit 1); exit 1; }; }
1394 ac_msg="sources are in $srcdir, but \`cd $srcdir' does not work"
1395 ac_abs_confdir=`(
1396 cd "$srcdir" && test -r "./$ac_unique_file" || { $as_echo "$as_me: error: $ac_msg" >&2
1397 { (exit 1); exit 1; }; }
1398 pwd)`
1399 # When building in place, set srcdir=.
1400 if test "$ac_abs_confdir" = "$ac_pwd"; then
1401 srcdir=.
1403 # Remove unnecessary trailing slashes from srcdir.
1404 # Double slashes in file names in object file debugging info
1405 # mess up M-x gdb in Emacs.
1406 case $srcdir in
1407 */) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;;
1408 esac
1409 for ac_var in $ac_precious_vars; do
1410 eval ac_env_${ac_var}_set=\${${ac_var}+set}
1411 eval ac_env_${ac_var}_value=\$${ac_var}
1412 eval ac_cv_env_${ac_var}_set=\${${ac_var}+set}
1413 eval ac_cv_env_${ac_var}_value=\$${ac_var}
1414 done
1417 # Report the --help message.
1419 if test "$ac_init_help" = "long"; then
1420 # Omit some internal or obsolete options to make the list less imposing.
1421 # This message is too long to be a string in the A/UX 3.1 sh.
1422 cat <<_ACEOF
1423 \`configure' configures Wine 1.1.12 to adapt to many kinds of systems.
1425 Usage: $0 [OPTION]... [VAR=VALUE]...
1427 To assign environment variables (e.g., CC, CFLAGS...), specify them as
1428 VAR=VALUE. See below for descriptions of some of the useful variables.
1430 Defaults for the options are specified in brackets.
1432 Configuration:
1433 -h, --help display this help and exit
1434 --help=short display options specific to this package
1435 --help=recursive display the short help of all the included packages
1436 -V, --version display version information and exit
1437 -q, --quiet, --silent do not print \`checking...' messages
1438 --cache-file=FILE cache test results in FILE [disabled]
1439 -C, --config-cache alias for \`--cache-file=config.cache'
1440 -n, --no-create do not create output files
1441 --srcdir=DIR find the sources in DIR [configure dir or \`..']
1443 Installation directories:
1444 --prefix=PREFIX install architecture-independent files in PREFIX
1445 [$ac_default_prefix]
1446 --exec-prefix=EPREFIX install architecture-dependent files in EPREFIX
1447 [PREFIX]
1449 By default, \`make install' will install all the files in
1450 \`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc. You can specify
1451 an installation prefix other than \`$ac_default_prefix' using \`--prefix',
1452 for instance \`--prefix=\$HOME'.
1454 For better control, use the options below.
1456 Fine tuning of the installation directories:
1457 --bindir=DIR user executables [EPREFIX/bin]
1458 --sbindir=DIR system admin executables [EPREFIX/sbin]
1459 --libexecdir=DIR program executables [EPREFIX/libexec]
1460 --sysconfdir=DIR read-only single-machine data [PREFIX/etc]
1461 --sharedstatedir=DIR modifiable architecture-independent data [PREFIX/com]
1462 --localstatedir=DIR modifiable single-machine data [PREFIX/var]
1463 --libdir=DIR object code libraries [EPREFIX/lib]
1464 --includedir=DIR C header files [PREFIX/include]
1465 --oldincludedir=DIR C header files for non-gcc [/usr/include]
1466 --datarootdir=DIR read-only arch.-independent data root [PREFIX/share]
1467 --datadir=DIR read-only architecture-independent data [DATAROOTDIR]
1468 --infodir=DIR info documentation [DATAROOTDIR/info]
1469 --localedir=DIR locale-dependent data [DATAROOTDIR/locale]
1470 --mandir=DIR man documentation [DATAROOTDIR/man]
1471 --docdir=DIR documentation root [DATAROOTDIR/doc/wine]
1472 --htmldir=DIR html documentation [DOCDIR]
1473 --dvidir=DIR dvi documentation [DOCDIR]
1474 --pdfdir=DIR pdf documentation [DOCDIR]
1475 --psdir=DIR ps documentation [DOCDIR]
1476 _ACEOF
1478 cat <<\_ACEOF
1480 X features:
1481 --x-includes=DIR X include files are in DIR
1482 --x-libraries=DIR X library files are in DIR
1484 System types:
1485 --build=BUILD configure for building on BUILD [guessed]
1486 --host=HOST cross-compile to build programs to run on HOST [BUILD]
1487 _ACEOF
1490 if test -n "$ac_init_help"; then
1491 case $ac_init_help in
1492 short | recursive ) echo "Configuration of Wine 1.1.12:";;
1493 esac
1494 cat <<\_ACEOF
1496 Optional Features:
1497 --disable-option-checking ignore unrecognized --enable/--with options
1498 --disable-FEATURE do not include FEATURE (same as --enable-FEATURE=no)
1499 --enable-FEATURE[=ARG] include FEATURE [ARG=yes]
1500 --disable-win16 do not include Win16 support
1501 --enable-win64 build a Win64 emulator on AMD64 (won't run Win32
1502 binaries)
1503 --disable-tests do not build the regression tests
1504 --enable-maintainer-mode
1505 enable maintainer-specific build rules
1507 Optional Packages:
1508 --with-PACKAGE[=ARG] use PACKAGE [ARG=yes]
1509 --without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no)
1510 --without-alsa do not use the Alsa sound support
1511 --without-audioio do not use the AudioIO sound support
1512 --without-capi do not use CAPI (ISDN support)
1513 --without-cms do not use CMS (color management support)
1514 --without-coreaudio do not use the CoreAudio sound support
1515 --without-cups do not use CUPS
1516 --without-curses do not use (n)curses
1517 --without-esd do not use the EsounD sound support
1518 --without-fontconfig do not use fontconfig
1519 --without-freetype do not use the FreeType library
1520 --without-gphoto do not use gphoto (Digital Camera support)
1521 --without-glu do not use the GLU library
1522 --without-gnutls do not use GnuTLS (schannel support)
1523 --without-hal do not use HAL (dynamic device support)
1524 --without-jack do not use the Jack sound support
1525 --without-jpeg do not use JPEG
1526 --without-ldap do not use LDAP
1527 --without-nas do not use the NAS sound support
1528 --without-opengl do not use OpenGL
1529 --without-openssl do not use OpenSSL
1530 --without-oss do not use the OSS sound support
1531 --without-png do not use PNG
1532 --without-sane do not use SANE (scanner support)
1533 --without-xcomposite do not use the Xcomposite extension
1534 --without-xcursor do not use the Xcursor extension
1535 --without-xinerama do not use Xinerama (multi-monitor support)
1536 --without-xinput do not use the Xinput extension
1537 --without-xml do not use XML
1538 --without-xrandr do not use Xrandr (resolution changes)
1539 --without-xrender do not use the Xrender extension
1540 --without-xshape do not use the Xshape extension
1541 --without-xshm do not use XShm (shared memory extension)
1542 --without-xslt do not use XSLT
1543 --without-xxf86vm do not use XFree video mode extension
1544 --with-wine-tools=DIR use Wine tools from directory DIR
1545 --with-x use the X Window System
1547 Some influential environment variables:
1548 CC C compiler command
1549 CFLAGS C compiler flags
1550 LDFLAGS linker flags, e.g. -L<lib dir> if you have libraries in a
1551 nonstandard directory <lib dir>
1552 LIBS libraries to pass to the linker, e.g. -l<library>
1553 CPPFLAGS C/C++/Objective C preprocessor flags, e.g. -I<include dir> if
1554 you have headers in a nonstandard directory <include dir>
1555 CXX C++ compiler command
1556 CXXFLAGS C++ compiler flags
1557 XMKMF Path to xmkmf, Makefile generator for X Window System
1558 CPP C preprocessor
1560 Use these variables to override the choices made by `configure' or to help
1561 it to find libraries and programs with nonstandard names/locations.
1563 Report bugs to <wine-devel@winehq.org>.
1564 _ACEOF
1565 ac_status=$?
1568 if test "$ac_init_help" = "recursive"; then
1569 # If there are subdirs, report their specific --help.
1570 for ac_dir in : $ac_subdirs_all; do test "x$ac_dir" = x: && continue
1571 test -d "$ac_dir" ||
1572 { cd "$srcdir" && ac_pwd=`pwd` && srcdir=. && test -d "$ac_dir"; } ||
1573 continue
1574 ac_builddir=.
1576 case "$ac_dir" in
1577 .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
1579 ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
1580 # A ".." for each directory in $ac_dir_suffix.
1581 ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
1582 case $ac_top_builddir_sub in
1583 "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
1584 *) ac_top_build_prefix=$ac_top_builddir_sub/ ;;
1585 esac ;;
1586 esac
1587 ac_abs_top_builddir=$ac_pwd
1588 ac_abs_builddir=$ac_pwd$ac_dir_suffix
1589 # for backward compatibility:
1590 ac_top_builddir=$ac_top_build_prefix
1592 case $srcdir in
1593 .) # We are building in place.
1594 ac_srcdir=.
1595 ac_top_srcdir=$ac_top_builddir_sub
1596 ac_abs_top_srcdir=$ac_pwd ;;
1597 [\\/]* | ?:[\\/]* ) # Absolute name.
1598 ac_srcdir=$srcdir$ac_dir_suffix;
1599 ac_top_srcdir=$srcdir
1600 ac_abs_top_srcdir=$srcdir ;;
1601 *) # Relative name.
1602 ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
1603 ac_top_srcdir=$ac_top_build_prefix$srcdir
1604 ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
1605 esac
1606 ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
1608 cd "$ac_dir" || { ac_status=$?; continue; }
1609 # Check for guested configure.
1610 if test -f "$ac_srcdir/configure.gnu"; then
1611 echo &&
1612 $SHELL "$ac_srcdir/configure.gnu" --help=recursive
1613 elif test -f "$ac_srcdir/configure"; then
1614 echo &&
1615 $SHELL "$ac_srcdir/configure" --help=recursive
1616 else
1617 $as_echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2
1618 fi || ac_status=$?
1619 cd "$ac_pwd" || { ac_status=$?; break; }
1620 done
1623 test -n "$ac_init_help" && exit $ac_status
1624 if $ac_init_version; then
1625 cat <<\_ACEOF
1626 Wine configure 1.1.12
1627 generated by GNU Autoconf 2.63
1629 Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
1630 2002, 2003, 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc.
1631 This configure script is free software; the Free Software Foundation
1632 gives unlimited permission to copy, distribute and modify it.
1633 _ACEOF
1634 exit
1636 cat >config.log <<_ACEOF
1637 This file contains any messages produced by compilers while
1638 running configure, to aid debugging if configure makes a mistake.
1640 It was created by Wine $as_me 1.1.12, which was
1641 generated by GNU Autoconf 2.63. Invocation command line was
1643 $ $0 $@
1645 _ACEOF
1646 exec 5>>config.log
1648 cat <<_ASUNAME
1649 ## --------- ##
1650 ## Platform. ##
1651 ## --------- ##
1653 hostname = `(hostname || uname -n) 2>/dev/null | sed 1q`
1654 uname -m = `(uname -m) 2>/dev/null || echo unknown`
1655 uname -r = `(uname -r) 2>/dev/null || echo unknown`
1656 uname -s = `(uname -s) 2>/dev/null || echo unknown`
1657 uname -v = `(uname -v) 2>/dev/null || echo unknown`
1659 /usr/bin/uname -p = `(/usr/bin/uname -p) 2>/dev/null || echo unknown`
1660 /bin/uname -X = `(/bin/uname -X) 2>/dev/null || echo unknown`
1662 /bin/arch = `(/bin/arch) 2>/dev/null || echo unknown`
1663 /usr/bin/arch -k = `(/usr/bin/arch -k) 2>/dev/null || echo unknown`
1664 /usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null || echo unknown`
1665 /usr/bin/hostinfo = `(/usr/bin/hostinfo) 2>/dev/null || echo unknown`
1666 /bin/machine = `(/bin/machine) 2>/dev/null || echo unknown`
1667 /usr/bin/oslevel = `(/usr/bin/oslevel) 2>/dev/null || echo unknown`
1668 /bin/universe = `(/bin/universe) 2>/dev/null || echo unknown`
1670 _ASUNAME
1672 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1673 for as_dir in $PATH
1675 IFS=$as_save_IFS
1676 test -z "$as_dir" && as_dir=.
1677 $as_echo "PATH: $as_dir"
1678 done
1679 IFS=$as_save_IFS
1681 } >&5
1683 cat >&5 <<_ACEOF
1686 ## ----------- ##
1687 ## Core tests. ##
1688 ## ----------- ##
1690 _ACEOF
1693 # Keep a trace of the command line.
1694 # Strip out --no-create and --no-recursion so they do not pile up.
1695 # Strip out --silent because we don't want to record it for future runs.
1696 # Also quote any args containing shell meta-characters.
1697 # Make two passes to allow for proper duplicate-argument suppression.
1698 ac_configure_args=
1699 ac_configure_args0=
1700 ac_configure_args1=
1701 ac_must_keep_next=false
1702 for ac_pass in 1 2
1704 for ac_arg
1706 case $ac_arg in
1707 -no-create | --no-c* | -n | -no-recursion | --no-r*) continue ;;
1708 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
1709 | -silent | --silent | --silen | --sile | --sil)
1710 continue ;;
1711 *\'*)
1712 ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
1713 esac
1714 case $ac_pass in
1715 1) ac_configure_args0="$ac_configure_args0 '$ac_arg'" ;;
1717 ac_configure_args1="$ac_configure_args1 '$ac_arg'"
1718 if test $ac_must_keep_next = true; then
1719 ac_must_keep_next=false # Got value, back to normal.
1720 else
1721 case $ac_arg in
1722 *=* | --config-cache | -C | -disable-* | --disable-* \
1723 | -enable-* | --enable-* | -gas | --g* | -nfp | --nf* \
1724 | -q | -quiet | --q* | -silent | --sil* | -v | -verb* \
1725 | -with-* | --with-* | -without-* | --without-* | --x)
1726 case "$ac_configure_args0 " in
1727 "$ac_configure_args1"*" '$ac_arg' "* ) continue ;;
1728 esac
1730 -* ) ac_must_keep_next=true ;;
1731 esac
1733 ac_configure_args="$ac_configure_args '$ac_arg'"
1735 esac
1736 done
1737 done
1738 $as_unset ac_configure_args0 || test "${ac_configure_args0+set}" != set || { ac_configure_args0=; export ac_configure_args0; }
1739 $as_unset ac_configure_args1 || test "${ac_configure_args1+set}" != set || { ac_configure_args1=; export ac_configure_args1; }
1741 # When interrupted or exit'd, cleanup temporary files, and complete
1742 # config.log. We remove comments because anyway the quotes in there
1743 # would cause problems or look ugly.
1744 # WARNING: Use '\'' to represent an apostrophe within the trap.
1745 # WARNING: Do not start the trap code with a newline, due to a FreeBSD 4.0 bug.
1746 trap 'exit_status=$?
1747 # Save into config.log some information that might help in debugging.
1749 echo
1751 cat <<\_ASBOX
1752 ## ---------------- ##
1753 ## Cache variables. ##
1754 ## ---------------- ##
1755 _ASBOX
1756 echo
1757 # The following way of writing the cache mishandles newlines in values,
1759 for ac_var in `(set) 2>&1 | sed -n '\''s/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'\''`; do
1760 eval ac_val=\$$ac_var
1761 case $ac_val in #(
1762 *${as_nl}*)
1763 case $ac_var in #(
1764 *_cv_*) { $as_echo "$as_me:$LINENO: WARNING: cache variable $ac_var contains a newline" >&5
1765 $as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
1766 esac
1767 case $ac_var in #(
1768 _ | IFS | as_nl) ;; #(
1769 BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
1770 *) $as_unset $ac_var ;;
1771 esac ;;
1772 esac
1773 done
1774 (set) 2>&1 |
1775 case $as_nl`(ac_space='\'' '\''; set) 2>&1` in #(
1776 *${as_nl}ac_space=\ *)
1777 sed -n \
1778 "s/'\''/'\''\\\\'\'''\''/g;
1779 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\''\\2'\''/p"
1780 ;; #(
1782 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
1784 esac |
1785 sort
1787 echo
1789 cat <<\_ASBOX
1790 ## ----------------- ##
1791 ## Output variables. ##
1792 ## ----------------- ##
1793 _ASBOX
1794 echo
1795 for ac_var in $ac_subst_vars
1797 eval ac_val=\$$ac_var
1798 case $ac_val in
1799 *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
1800 esac
1801 $as_echo "$ac_var='\''$ac_val'\''"
1802 done | sort
1803 echo
1805 if test -n "$ac_subst_files"; then
1806 cat <<\_ASBOX
1807 ## ------------------- ##
1808 ## File substitutions. ##
1809 ## ------------------- ##
1810 _ASBOX
1811 echo
1812 for ac_var in $ac_subst_files
1814 eval ac_val=\$$ac_var
1815 case $ac_val in
1816 *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
1817 esac
1818 $as_echo "$ac_var='\''$ac_val'\''"
1819 done | sort
1820 echo
1823 if test -s confdefs.h; then
1824 cat <<\_ASBOX
1825 ## ----------- ##
1826 ## confdefs.h. ##
1827 ## ----------- ##
1828 _ASBOX
1829 echo
1830 cat confdefs.h
1831 echo
1833 test "$ac_signal" != 0 &&
1834 $as_echo "$as_me: caught signal $ac_signal"
1835 $as_echo "$as_me: exit $exit_status"
1836 } >&5
1837 rm -f core *.core core.conftest.* &&
1838 rm -f -r conftest* confdefs* conf$$* $ac_clean_files &&
1839 exit $exit_status
1841 for ac_signal in 1 2 13 15; do
1842 trap 'ac_signal='$ac_signal'; { (exit 1); exit 1; }' $ac_signal
1843 done
1844 ac_signal=0
1846 # confdefs.h avoids OS command line length limits that DEFS can exceed.
1847 rm -f -r conftest* confdefs.h
1849 # Predefined preprocessor variables.
1851 cat >>confdefs.h <<_ACEOF
1852 #define PACKAGE_NAME "$PACKAGE_NAME"
1853 _ACEOF
1856 cat >>confdefs.h <<_ACEOF
1857 #define PACKAGE_TARNAME "$PACKAGE_TARNAME"
1858 _ACEOF
1861 cat >>confdefs.h <<_ACEOF
1862 #define PACKAGE_VERSION "$PACKAGE_VERSION"
1863 _ACEOF
1866 cat >>confdefs.h <<_ACEOF
1867 #define PACKAGE_STRING "$PACKAGE_STRING"
1868 _ACEOF
1871 cat >>confdefs.h <<_ACEOF
1872 #define PACKAGE_BUGREPORT "$PACKAGE_BUGREPORT"
1873 _ACEOF
1876 # Let the site file select an alternate cache file if it wants to.
1877 # Prefer an explicitly selected file to automatically selected ones.
1878 ac_site_file1=NONE
1879 ac_site_file2=NONE
1880 if test -n "$CONFIG_SITE"; then
1881 ac_site_file1=$CONFIG_SITE
1882 elif test "x$prefix" != xNONE; then
1883 ac_site_file1=$prefix/share/config.site
1884 ac_site_file2=$prefix/etc/config.site
1885 else
1886 ac_site_file1=$ac_default_prefix/share/config.site
1887 ac_site_file2=$ac_default_prefix/etc/config.site
1889 for ac_site_file in "$ac_site_file1" "$ac_site_file2"
1891 test "x$ac_site_file" = xNONE && continue
1892 if test -r "$ac_site_file"; then
1893 { $as_echo "$as_me:$LINENO: loading site script $ac_site_file" >&5
1894 $as_echo "$as_me: loading site script $ac_site_file" >&6;}
1895 sed 's/^/| /' "$ac_site_file" >&5
1896 . "$ac_site_file"
1898 done
1900 if test -r "$cache_file"; then
1901 # Some versions of bash will fail to source /dev/null (special
1902 # files actually), so we avoid doing that.
1903 if test -f "$cache_file"; then
1904 { $as_echo "$as_me:$LINENO: loading cache $cache_file" >&5
1905 $as_echo "$as_me: loading cache $cache_file" >&6;}
1906 case $cache_file in
1907 [\\/]* | ?:[\\/]* ) . "$cache_file";;
1908 *) . "./$cache_file";;
1909 esac
1911 else
1912 { $as_echo "$as_me:$LINENO: creating cache $cache_file" >&5
1913 $as_echo "$as_me: creating cache $cache_file" >&6;}
1914 >$cache_file
1917 # Check that the precious variables saved in the cache have kept the same
1918 # value.
1919 ac_cache_corrupted=false
1920 for ac_var in $ac_precious_vars; do
1921 eval ac_old_set=\$ac_cv_env_${ac_var}_set
1922 eval ac_new_set=\$ac_env_${ac_var}_set
1923 eval ac_old_val=\$ac_cv_env_${ac_var}_value
1924 eval ac_new_val=\$ac_env_${ac_var}_value
1925 case $ac_old_set,$ac_new_set in
1926 set,)
1927 { $as_echo "$as_me:$LINENO: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
1928 $as_echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
1929 ac_cache_corrupted=: ;;
1930 ,set)
1931 { $as_echo "$as_me:$LINENO: error: \`$ac_var' was not set in the previous run" >&5
1932 $as_echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;}
1933 ac_cache_corrupted=: ;;
1934 ,);;
1936 if test "x$ac_old_val" != "x$ac_new_val"; then
1937 # differences in whitespace do not lead to failure.
1938 ac_old_val_w=`echo x $ac_old_val`
1939 ac_new_val_w=`echo x $ac_new_val`
1940 if test "$ac_old_val_w" != "$ac_new_val_w"; then
1941 { $as_echo "$as_me:$LINENO: error: \`$ac_var' has changed since the previous run:" >&5
1942 $as_echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;}
1943 ac_cache_corrupted=:
1944 else
1945 { $as_echo "$as_me:$LINENO: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&5
1946 $as_echo "$as_me: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&2;}
1947 eval $ac_var=\$ac_old_val
1949 { $as_echo "$as_me:$LINENO: former value: \`$ac_old_val'" >&5
1950 $as_echo "$as_me: former value: \`$ac_old_val'" >&2;}
1951 { $as_echo "$as_me:$LINENO: current value: \`$ac_new_val'" >&5
1952 $as_echo "$as_me: current value: \`$ac_new_val'" >&2;}
1953 fi;;
1954 esac
1955 # Pass precious variables to config.status.
1956 if test "$ac_new_set" = set; then
1957 case $ac_new_val in
1958 *\'*) ac_arg=$ac_var=`$as_echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
1959 *) ac_arg=$ac_var=$ac_new_val ;;
1960 esac
1961 case " $ac_configure_args " in
1962 *" '$ac_arg' "*) ;; # Avoid dups. Use of quotes ensures accuracy.
1963 *) ac_configure_args="$ac_configure_args '$ac_arg'" ;;
1964 esac
1966 done
1967 if $ac_cache_corrupted; then
1968 { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5
1969 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
1970 { $as_echo "$as_me:$LINENO: error: changes in the environment can compromise the build" >&5
1971 $as_echo "$as_me: error: changes in the environment can compromise the build" >&2;}
1972 { { $as_echo "$as_me:$LINENO: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&5
1973 $as_echo "$as_me: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&2;}
1974 { (exit 1); exit 1; }; }
2001 ac_ext=c
2002 ac_cpp='$CPP $CPPFLAGS'
2003 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2004 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2005 ac_compiler_gnu=$ac_cv_c_compiler_gnu
2009 ac_config_headers="$ac_config_headers include/config.h"
2011 ac_aux_dir=
2012 for ac_dir in tools "$srcdir"/tools; do
2013 if test -f "$ac_dir/install-sh"; then
2014 ac_aux_dir=$ac_dir
2015 ac_install_sh="$ac_aux_dir/install-sh -c"
2016 break
2017 elif test -f "$ac_dir/install.sh"; then
2018 ac_aux_dir=$ac_dir
2019 ac_install_sh="$ac_aux_dir/install.sh -c"
2020 break
2021 elif test -f "$ac_dir/shtool"; then
2022 ac_aux_dir=$ac_dir
2023 ac_install_sh="$ac_aux_dir/shtool install -c"
2024 break
2026 done
2027 if test -z "$ac_aux_dir"; then
2028 { { $as_echo "$as_me:$LINENO: error: cannot find install-sh or install.sh in tools \"$srcdir\"/tools" >&5
2029 $as_echo "$as_me: error: cannot find install-sh or install.sh in tools \"$srcdir\"/tools" >&2;}
2030 { (exit 1); exit 1; }; }
2033 # These three variables are undocumented and unsupported,
2034 # and are intended to be withdrawn in a future Autoconf release.
2035 # They can cause serious problems if a builder's source tree is in a directory
2036 # whose full name contains unusual characters.
2037 ac_config_guess="$SHELL $ac_aux_dir/config.guess" # Please don't use this var.
2038 ac_config_sub="$SHELL $ac_aux_dir/config.sub" # Please don't use this var.
2039 ac_configure="$SHELL $ac_aux_dir/configure" # Please don't use this var.
2044 # Check whether --enable-win16 was given.
2045 if test "${enable_win16+set}" = set; then
2046 enableval=$enable_win16;
2049 # Check whether --enable-win64 was given.
2050 if test "${enable_win64+set}" = set; then
2051 enableval=$enable_win64;
2054 # Check whether --enable-tests was given.
2055 if test "${enable_tests+set}" = set; then
2056 enableval=$enable_tests;
2059 # Check whether --enable-maintainer-mode was given.
2060 if test "${enable_maintainer_mode+set}" = set; then
2061 enableval=$enable_maintainer_mode;
2062 else
2063 MAINTAINER_MODE=\#
2069 # Check whether --with-alsa was given.
2070 if test "${with_alsa+set}" = set; then
2071 withval=$with_alsa; if test "x$withval" = "xno"; then ac_cv_header_sys_asoundlib_h=no; ac_cv_header_alsa_asoundlib_h=no; fi
2075 # Check whether --with-audioio was given.
2076 if test "${with_audioio+set}" = set; then
2077 withval=$with_audioio; if test "x$withval" = "xno"; then ac_cv_header_libaudioio_h=no; fi
2081 # Check whether --with-capi was given.
2082 if test "${with_capi+set}" = set; then
2083 withval=$with_capi; if test "x$withval" = "xno"; then ac_cv_header_capi20_h=no; ac_cv_header_linux_capi_h=no; fi
2087 # Check whether --with-cms was given.
2088 if test "${with_cms+set}" = set; then
2089 withval=$with_cms; if test "x$withval" = "xno"; then ac_cv_header_lcms_h=no; ac_cv_header_lcms_lcms_h=no; fi
2093 # Check whether --with-coreaudio was given.
2094 if test "${with_coreaudio+set}" = set; then
2095 withval=$with_coreaudio; if test "x$withval" = "xno"; then ac_cv_header_CoreAudio_CoreAudio_h=no; fi
2099 # Check whether --with-cups was given.
2100 if test "${with_cups+set}" = set; then
2101 withval=$with_cups;
2105 # Check whether --with-curses was given.
2106 if test "${with_curses+set}" = set; then
2107 withval=$with_curses; if test "x$withval" = "xno"; then ac_cv_header_ncurses_h=no; ac_cv_header_curses_h=no; fi
2111 # Check whether --with-esd was given.
2112 if test "${with_esd+set}" = set; then
2113 withval=$with_esd;
2117 # Check whether --with-fontconfig was given.
2118 if test "${with_fontconfig+set}" = set; then
2119 withval=$with_fontconfig; if test "x$withval" = "xno"; then ac_cv_header_fontconfig_fontconfig_h=no; fi
2123 # Check whether --with-freetype was given.
2124 if test "${with_freetype+set}" = set; then
2125 withval=$with_freetype;
2129 # Check whether --with-gphoto was given.
2130 if test "${with_gphoto+set}" = set; then
2131 withval=$with_gphoto;
2135 # Check whether --with-glu was given.
2136 if test "${with_glu+set}" = set; then
2137 withval=$with_glu; if test "x$withval" = "xno"; then ac_cv_header_GL_glu_h=no; fi
2141 # Check whether --with-gnutls was given.
2142 if test "${with_gnutls+set}" = set; then
2143 withval=$with_gnutls;
2147 # Check whether --with-hal was given.
2148 if test "${with_hal+set}" = set; then
2149 withval=$with_hal;
2153 # Check whether --with-jack was given.
2154 if test "${with_jack+set}" = set; then
2155 withval=$with_jack; if test "x$withval" = "xno"; then ac_cv_header_jack_jack_h=no; fi
2159 # Check whether --with-jpeg was given.
2160 if test "${with_jpeg+set}" = set; then
2161 withval=$with_jpeg; if test "x$withval" = "xno"; then ac_cv_header_jpeglib_h=no; fi
2165 # Check whether --with-ldap was given.
2166 if test "${with_ldap+set}" = set; then
2167 withval=$with_ldap; if test "x$withval" = "xno"; then ac_cv_header_ldap_h=no; ac_cv_header_lber_h=no; fi
2171 # Check whether --with-nas was given.
2172 if test "${with_nas+set}" = set; then
2173 withval=$with_nas; if test "x$withval" = "xno"; then ac_cv_header_audio_audiolib_h=no; fi
2177 # Check whether --with-opengl was given.
2178 if test "${with_opengl+set}" = set; then
2179 withval=$with_opengl;
2183 # Check whether --with-openssl was given.
2184 if test "${with_openssl+set}" = set; then
2185 withval=$with_openssl; if test "x$withval" = "xno"; then ac_cv_header_openssl_err_h=no; ac_cv_header_openssl_ssl_h=no; fi
2189 # Check whether --with-oss was given.
2190 if test "${with_oss+set}" = set; then
2191 withval=$with_oss; if test "x$withval" = "xno"; then ac_cv_header_soundcard_h=no; ac_cv_header_sys_soundcard_h=no; ac_cv_header_machine_soundcard_h=no; fi
2195 # Check whether --with-png was given.
2196 if test "${with_png+set}" = set; then
2197 withval=$with_png; if test "x$withval" = "xno"; then ac_cv_header_png_h=no; fi
2201 # Check whether --with-sane was given.
2202 if test "${with_sane+set}" = set; then
2203 withval=$with_sane;
2207 # Check whether --with-xcomposite was given.
2208 if test "${with_xcomposite+set}" = set; then
2209 withval=$with_xcomposite; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_Xcomposite_h=no; fi
2213 # Check whether --with-xcursor was given.
2214 if test "${with_xcursor+set}" = set; then
2215 withval=$with_xcursor; if test "x$withval" = "xno"; then ac_cv_header_X11_Xcursor_Xcursor_h=no; fi
2219 # Check whether --with-xinerama was given.
2220 if test "${with_xinerama+set}" = set; then
2221 withval=$with_xinerama; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_Xinerama_h=no; fi
2225 # Check whether --with-xinput was given.
2226 if test "${with_xinput+set}" = set; then
2227 withval=$with_xinput; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_XInput_h=no; fi
2231 # Check whether --with-xml was given.
2232 if test "${with_xml+set}" = set; then
2233 withval=$with_xml;
2237 # Check whether --with-xrandr was given.
2238 if test "${with_xrandr+set}" = set; then
2239 withval=$with_xrandr; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_Xrandr_h=no; fi
2243 # Check whether --with-xrender was given.
2244 if test "${with_xrender+set}" = set; then
2245 withval=$with_xrender; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_Xrender_h=no; fi
2249 # Check whether --with-xshape was given.
2250 if test "${with_xshape+set}" = set; then
2251 withval=$with_xshape; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_shape_h=no; fi
2255 # Check whether --with-xshm was given.
2256 if test "${with_xshm+set}" = set; then
2257 withval=$with_xshm; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_XShm_h=no; fi
2261 # Check whether --with-xslt was given.
2262 if test "${with_xslt+set}" = set; then
2263 withval=$with_xslt;
2267 # Check whether --with-xxf86vm was given.
2268 if test "${with_xxf86vm+set}" = set; then
2269 withval=$with_xxf86vm; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_xf86vmode_h=no; fi
2274 # Check whether --with-wine-tools was given.
2275 if test "${with_wine_tools+set}" = set; then
2276 withval=$with_wine_tools;
2280 # Make sure we can run config.sub.
2281 $SHELL "$ac_aux_dir/config.sub" sun4 >/dev/null 2>&1 ||
2282 { { $as_echo "$as_me:$LINENO: error: cannot run $SHELL $ac_aux_dir/config.sub" >&5
2283 $as_echo "$as_me: error: cannot run $SHELL $ac_aux_dir/config.sub" >&2;}
2284 { (exit 1); exit 1; }; }
2286 { $as_echo "$as_me:$LINENO: checking build system type" >&5
2287 $as_echo_n "checking build system type... " >&6; }
2288 if test "${ac_cv_build+set}" = set; then
2289 $as_echo_n "(cached) " >&6
2290 else
2291 ac_build_alias=$build_alias
2292 test "x$ac_build_alias" = x &&
2293 ac_build_alias=`$SHELL "$ac_aux_dir/config.guess"`
2294 test "x$ac_build_alias" = x &&
2295 { { $as_echo "$as_me:$LINENO: error: cannot guess build type; you must specify one" >&5
2296 $as_echo "$as_me: error: cannot guess build type; you must specify one" >&2;}
2297 { (exit 1); exit 1; }; }
2298 ac_cv_build=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` ||
2299 { { $as_echo "$as_me:$LINENO: error: $SHELL $ac_aux_dir/config.sub $ac_build_alias failed" >&5
2300 $as_echo "$as_me: error: $SHELL $ac_aux_dir/config.sub $ac_build_alias failed" >&2;}
2301 { (exit 1); exit 1; }; }
2304 { $as_echo "$as_me:$LINENO: result: $ac_cv_build" >&5
2305 $as_echo "$ac_cv_build" >&6; }
2306 case $ac_cv_build in
2307 *-*-*) ;;
2308 *) { { $as_echo "$as_me:$LINENO: error: invalid value of canonical build" >&5
2309 $as_echo "$as_me: error: invalid value of canonical build" >&2;}
2310 { (exit 1); exit 1; }; };;
2311 esac
2312 build=$ac_cv_build
2313 ac_save_IFS=$IFS; IFS='-'
2314 set x $ac_cv_build
2315 shift
2316 build_cpu=$1
2317 build_vendor=$2
2318 shift; shift
2319 # Remember, the first character of IFS is used to create $*,
2320 # except with old shells:
2321 build_os=$*
2322 IFS=$ac_save_IFS
2323 case $build_os in *\ *) build_os=`echo "$build_os" | sed 's/ /-/g'`;; esac
2326 { $as_echo "$as_me:$LINENO: checking host system type" >&5
2327 $as_echo_n "checking host system type... " >&6; }
2328 if test "${ac_cv_host+set}" = set; then
2329 $as_echo_n "(cached) " >&6
2330 else
2331 if test "x$host_alias" = x; then
2332 ac_cv_host=$ac_cv_build
2333 else
2334 ac_cv_host=`$SHELL "$ac_aux_dir/config.sub" $host_alias` ||
2335 { { $as_echo "$as_me:$LINENO: error: $SHELL $ac_aux_dir/config.sub $host_alias failed" >&5
2336 $as_echo "$as_me: error: $SHELL $ac_aux_dir/config.sub $host_alias failed" >&2;}
2337 { (exit 1); exit 1; }; }
2341 { $as_echo "$as_me:$LINENO: result: $ac_cv_host" >&5
2342 $as_echo "$ac_cv_host" >&6; }
2343 case $ac_cv_host in
2344 *-*-*) ;;
2345 *) { { $as_echo "$as_me:$LINENO: error: invalid value of canonical host" >&5
2346 $as_echo "$as_me: error: invalid value of canonical host" >&2;}
2347 { (exit 1); exit 1; }; };;
2348 esac
2349 host=$ac_cv_host
2350 ac_save_IFS=$IFS; IFS='-'
2351 set x $ac_cv_host
2352 shift
2353 host_cpu=$1
2354 host_vendor=$2
2355 shift; shift
2356 # Remember, the first character of IFS is used to create $*,
2357 # except with old shells:
2358 host_os=$*
2359 IFS=$ac_save_IFS
2360 case $host_os in *\ *) host_os=`echo "$host_os" | sed 's/ /-/g'`;; esac
2364 case "$srcdir" in
2365 .) ;;
2366 *) if test -f "$srcdir/Makefile" -o -f "$srcdir/include/config.h"; then
2367 { { $as_echo "$as_me:$LINENO: error: you are building out of the source tree, but the source tree contains object files.
2368 You need to run 'make distclean' in the source tree first." >&5
2369 $as_echo "$as_me: error: you are building out of the source tree, but the source tree contains object files.
2370 You need to run 'make distclean' in the source tree first." >&2;}
2371 { (exit 1); exit 1; }; }
2372 fi ;;
2373 esac
2376 { $as_echo "$as_me:$LINENO: checking whether ${MAKE-make} sets \$(MAKE)" >&5
2377 $as_echo_n "checking whether ${MAKE-make} sets \$(MAKE)... " >&6; }
2378 set x ${MAKE-make}
2379 ac_make=`$as_echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'`
2380 if { as_var=ac_cv_prog_make_${ac_make}_set; eval "test \"\${$as_var+set}\" = set"; }; then
2381 $as_echo_n "(cached) " >&6
2382 else
2383 cat >conftest.make <<\_ACEOF
2384 SHELL = /bin/sh
2385 all:
2386 @echo '@@@%%%=$(MAKE)=@@@%%%'
2387 _ACEOF
2388 # GNU make sometimes prints "make[1]: Entering...", which would confuse us.
2389 case `${MAKE-make} -f conftest.make 2>/dev/null` in
2390 *@@@%%%=?*=@@@%%%*)
2391 eval ac_cv_prog_make_${ac_make}_set=yes;;
2393 eval ac_cv_prog_make_${ac_make}_set=no;;
2394 esac
2395 rm -f conftest.make
2397 if eval test \$ac_cv_prog_make_${ac_make}_set = yes; then
2398 { $as_echo "$as_me:$LINENO: result: yes" >&5
2399 $as_echo "yes" >&6; }
2400 SET_MAKE=
2401 else
2402 { $as_echo "$as_me:$LINENO: result: no" >&5
2403 $as_echo "no" >&6; }
2404 SET_MAKE="MAKE=${MAKE-make}"
2407 ac_ext=c
2408 ac_cpp='$CPP $CPPFLAGS'
2409 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2410 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2411 ac_compiler_gnu=$ac_cv_c_compiler_gnu
2412 if test -n "$ac_tool_prefix"; then
2413 # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
2414 set dummy ${ac_tool_prefix}gcc; ac_word=$2
2415 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
2416 $as_echo_n "checking for $ac_word... " >&6; }
2417 if test "${ac_cv_prog_CC+set}" = set; then
2418 $as_echo_n "(cached) " >&6
2419 else
2420 if test -n "$CC"; then
2421 ac_cv_prog_CC="$CC" # Let the user override the test.
2422 else
2423 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2424 for as_dir in $PATH
2426 IFS=$as_save_IFS
2427 test -z "$as_dir" && as_dir=.
2428 for ac_exec_ext in '' $ac_executable_extensions; do
2429 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2430 ac_cv_prog_CC="${ac_tool_prefix}gcc"
2431 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2432 break 2
2434 done
2435 done
2436 IFS=$as_save_IFS
2440 CC=$ac_cv_prog_CC
2441 if test -n "$CC"; then
2442 { $as_echo "$as_me:$LINENO: result: $CC" >&5
2443 $as_echo "$CC" >&6; }
2444 else
2445 { $as_echo "$as_me:$LINENO: result: no" >&5
2446 $as_echo "no" >&6; }
2451 if test -z "$ac_cv_prog_CC"; then
2452 ac_ct_CC=$CC
2453 # Extract the first word of "gcc", so it can be a program name with args.
2454 set dummy gcc; ac_word=$2
2455 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
2456 $as_echo_n "checking for $ac_word... " >&6; }
2457 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
2458 $as_echo_n "(cached) " >&6
2459 else
2460 if test -n "$ac_ct_CC"; then
2461 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
2462 else
2463 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2464 for as_dir in $PATH
2466 IFS=$as_save_IFS
2467 test -z "$as_dir" && as_dir=.
2468 for ac_exec_ext in '' $ac_executable_extensions; do
2469 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2470 ac_cv_prog_ac_ct_CC="gcc"
2471 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2472 break 2
2474 done
2475 done
2476 IFS=$as_save_IFS
2480 ac_ct_CC=$ac_cv_prog_ac_ct_CC
2481 if test -n "$ac_ct_CC"; then
2482 { $as_echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
2483 $as_echo "$ac_ct_CC" >&6; }
2484 else
2485 { $as_echo "$as_me:$LINENO: result: no" >&5
2486 $as_echo "no" >&6; }
2489 if test "x$ac_ct_CC" = x; then
2490 CC=""
2491 else
2492 case $cross_compiling:$ac_tool_warned in
2493 yes:)
2494 { $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5
2495 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
2496 ac_tool_warned=yes ;;
2497 esac
2498 CC=$ac_ct_CC
2500 else
2501 CC="$ac_cv_prog_CC"
2504 if test -z "$CC"; then
2505 if test -n "$ac_tool_prefix"; then
2506 # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
2507 set dummy ${ac_tool_prefix}cc; ac_word=$2
2508 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
2509 $as_echo_n "checking for $ac_word... " >&6; }
2510 if test "${ac_cv_prog_CC+set}" = set; then
2511 $as_echo_n "(cached) " >&6
2512 else
2513 if test -n "$CC"; then
2514 ac_cv_prog_CC="$CC" # Let the user override the test.
2515 else
2516 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2517 for as_dir in $PATH
2519 IFS=$as_save_IFS
2520 test -z "$as_dir" && as_dir=.
2521 for ac_exec_ext in '' $ac_executable_extensions; do
2522 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2523 ac_cv_prog_CC="${ac_tool_prefix}cc"
2524 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2525 break 2
2527 done
2528 done
2529 IFS=$as_save_IFS
2533 CC=$ac_cv_prog_CC
2534 if test -n "$CC"; then
2535 { $as_echo "$as_me:$LINENO: result: $CC" >&5
2536 $as_echo "$CC" >&6; }
2537 else
2538 { $as_echo "$as_me:$LINENO: result: no" >&5
2539 $as_echo "no" >&6; }
2545 if test -z "$CC"; then
2546 # Extract the first word of "cc", so it can be a program name with args.
2547 set dummy cc; ac_word=$2
2548 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
2549 $as_echo_n "checking for $ac_word... " >&6; }
2550 if test "${ac_cv_prog_CC+set}" = set; then
2551 $as_echo_n "(cached) " >&6
2552 else
2553 if test -n "$CC"; then
2554 ac_cv_prog_CC="$CC" # Let the user override the test.
2555 else
2556 ac_prog_rejected=no
2557 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2558 for as_dir in $PATH
2560 IFS=$as_save_IFS
2561 test -z "$as_dir" && as_dir=.
2562 for ac_exec_ext in '' $ac_executable_extensions; do
2563 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2564 if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
2565 ac_prog_rejected=yes
2566 continue
2568 ac_cv_prog_CC="cc"
2569 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2570 break 2
2572 done
2573 done
2574 IFS=$as_save_IFS
2576 if test $ac_prog_rejected = yes; then
2577 # We found a bogon in the path, so make sure we never use it.
2578 set dummy $ac_cv_prog_CC
2579 shift
2580 if test $# != 0; then
2581 # We chose a different compiler from the bogus one.
2582 # However, it has the same basename, so the bogon will be chosen
2583 # first if we set CC to just the basename; use the full file name.
2584 shift
2585 ac_cv_prog_CC="$as_dir/$ac_word${1+' '}$@"
2590 CC=$ac_cv_prog_CC
2591 if test -n "$CC"; then
2592 { $as_echo "$as_me:$LINENO: result: $CC" >&5
2593 $as_echo "$CC" >&6; }
2594 else
2595 { $as_echo "$as_me:$LINENO: result: no" >&5
2596 $as_echo "no" >&6; }
2601 if test -z "$CC"; then
2602 if test -n "$ac_tool_prefix"; then
2603 for ac_prog in cl.exe
2605 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
2606 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
2607 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
2608 $as_echo_n "checking for $ac_word... " >&6; }
2609 if test "${ac_cv_prog_CC+set}" = set; then
2610 $as_echo_n "(cached) " >&6
2611 else
2612 if test -n "$CC"; then
2613 ac_cv_prog_CC="$CC" # Let the user override the test.
2614 else
2615 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2616 for as_dir in $PATH
2618 IFS=$as_save_IFS
2619 test -z "$as_dir" && as_dir=.
2620 for ac_exec_ext in '' $ac_executable_extensions; do
2621 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2622 ac_cv_prog_CC="$ac_tool_prefix$ac_prog"
2623 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2624 break 2
2626 done
2627 done
2628 IFS=$as_save_IFS
2632 CC=$ac_cv_prog_CC
2633 if test -n "$CC"; then
2634 { $as_echo "$as_me:$LINENO: result: $CC" >&5
2635 $as_echo "$CC" >&6; }
2636 else
2637 { $as_echo "$as_me:$LINENO: result: no" >&5
2638 $as_echo "no" >&6; }
2642 test -n "$CC" && break
2643 done
2645 if test -z "$CC"; then
2646 ac_ct_CC=$CC
2647 for ac_prog in cl.exe
2649 # Extract the first word of "$ac_prog", so it can be a program name with args.
2650 set dummy $ac_prog; ac_word=$2
2651 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
2652 $as_echo_n "checking for $ac_word... " >&6; }
2653 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
2654 $as_echo_n "(cached) " >&6
2655 else
2656 if test -n "$ac_ct_CC"; then
2657 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
2658 else
2659 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2660 for as_dir in $PATH
2662 IFS=$as_save_IFS
2663 test -z "$as_dir" && as_dir=.
2664 for ac_exec_ext in '' $ac_executable_extensions; do
2665 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2666 ac_cv_prog_ac_ct_CC="$ac_prog"
2667 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2668 break 2
2670 done
2671 done
2672 IFS=$as_save_IFS
2676 ac_ct_CC=$ac_cv_prog_ac_ct_CC
2677 if test -n "$ac_ct_CC"; then
2678 { $as_echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
2679 $as_echo "$ac_ct_CC" >&6; }
2680 else
2681 { $as_echo "$as_me:$LINENO: result: no" >&5
2682 $as_echo "no" >&6; }
2686 test -n "$ac_ct_CC" && break
2687 done
2689 if test "x$ac_ct_CC" = x; then
2690 CC=""
2691 else
2692 case $cross_compiling:$ac_tool_warned in
2693 yes:)
2694 { $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5
2695 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
2696 ac_tool_warned=yes ;;
2697 esac
2698 CC=$ac_ct_CC
2705 test -z "$CC" && { { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5
2706 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2707 { { $as_echo "$as_me:$LINENO: error: no acceptable C compiler found in \$PATH
2708 See \`config.log' for more details." >&5
2709 $as_echo "$as_me: error: no acceptable C compiler found in \$PATH
2710 See \`config.log' for more details." >&2;}
2711 { (exit 1); exit 1; }; }; }
2713 # Provide some information about the compiler.
2714 $as_echo "$as_me:$LINENO: checking for C compiler version" >&5
2715 set X $ac_compile
2716 ac_compiler=$2
2717 { (ac_try="$ac_compiler --version >&5"
2718 case "(($ac_try" in
2719 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2720 *) ac_try_echo=$ac_try;;
2721 esac
2722 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
2723 $as_echo "$ac_try_echo") >&5
2724 (eval "$ac_compiler --version >&5") 2>&5
2725 ac_status=$?
2726 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
2727 (exit $ac_status); }
2728 { (ac_try="$ac_compiler -v >&5"
2729 case "(($ac_try" in
2730 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2731 *) ac_try_echo=$ac_try;;
2732 esac
2733 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
2734 $as_echo "$ac_try_echo") >&5
2735 (eval "$ac_compiler -v >&5") 2>&5
2736 ac_status=$?
2737 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
2738 (exit $ac_status); }
2739 { (ac_try="$ac_compiler -V >&5"
2740 case "(($ac_try" in
2741 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2742 *) ac_try_echo=$ac_try;;
2743 esac
2744 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
2745 $as_echo "$ac_try_echo") >&5
2746 (eval "$ac_compiler -V >&5") 2>&5
2747 ac_status=$?
2748 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
2749 (exit $ac_status); }
2751 cat >conftest.$ac_ext <<_ACEOF
2752 /* confdefs.h. */
2753 _ACEOF
2754 cat confdefs.h >>conftest.$ac_ext
2755 cat >>conftest.$ac_ext <<_ACEOF
2756 /* end confdefs.h. */
2759 main ()
2763 return 0;
2765 _ACEOF
2766 ac_clean_files_save=$ac_clean_files
2767 ac_clean_files="$ac_clean_files a.out a.out.dSYM a.exe b.out"
2768 # Try to create an executable without -o first, disregard a.out.
2769 # It will help us diagnose broken compilers, and finding out an intuition
2770 # of exeext.
2771 { $as_echo "$as_me:$LINENO: checking for C compiler default output file name" >&5
2772 $as_echo_n "checking for C compiler default output file name... " >&6; }
2773 ac_link_default=`$as_echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
2775 # The possible output files:
2776 ac_files="a.out conftest.exe conftest a.exe a_out.exe b.out conftest.*"
2778 ac_rmfiles=
2779 for ac_file in $ac_files
2781 case $ac_file in
2782 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
2783 * ) ac_rmfiles="$ac_rmfiles $ac_file";;
2784 esac
2785 done
2786 rm -f $ac_rmfiles
2788 if { (ac_try="$ac_link_default"
2789 case "(($ac_try" in
2790 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2791 *) ac_try_echo=$ac_try;;
2792 esac
2793 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
2794 $as_echo "$ac_try_echo") >&5
2795 (eval "$ac_link_default") 2>&5
2796 ac_status=$?
2797 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
2798 (exit $ac_status); }; then
2799 # Autoconf-2.13 could set the ac_cv_exeext variable to `no'.
2800 # So ignore a value of `no', otherwise this would lead to `EXEEXT = no'
2801 # in a Makefile. We should not override ac_cv_exeext if it was cached,
2802 # so that the user can short-circuit this test for compilers unknown to
2803 # Autoconf.
2804 for ac_file in $ac_files ''
2806 test -f "$ac_file" || continue
2807 case $ac_file in
2808 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj )
2810 [ab].out )
2811 # We found the default executable, but exeext='' is most
2812 # certainly right.
2813 break;;
2814 *.* )
2815 if test "${ac_cv_exeext+set}" = set && test "$ac_cv_exeext" != no;
2816 then :; else
2817 ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
2819 # We set ac_cv_exeext here because the later test for it is not
2820 # safe: cross compilers may not add the suffix if given an `-o'
2821 # argument, so we may need to know it at that point already.
2822 # Even if this section looks crufty: it has the advantage of
2823 # actually working.
2824 break;;
2826 break;;
2827 esac
2828 done
2829 test "$ac_cv_exeext" = no && ac_cv_exeext=
2831 else
2832 ac_file=''
2835 { $as_echo "$as_me:$LINENO: result: $ac_file" >&5
2836 $as_echo "$ac_file" >&6; }
2837 if test -z "$ac_file"; then
2838 $as_echo "$as_me: failed program was:" >&5
2839 sed 's/^/| /' conftest.$ac_ext >&5
2841 { { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5
2842 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2843 { { $as_echo "$as_me:$LINENO: error: C compiler cannot create executables
2844 See \`config.log' for more details." >&5
2845 $as_echo "$as_me: error: C compiler cannot create executables
2846 See \`config.log' for more details." >&2;}
2847 { (exit 77); exit 77; }; }; }
2850 ac_exeext=$ac_cv_exeext
2852 # Check that the compiler produces executables we can run. If not, either
2853 # the compiler is broken, or we cross compile.
2854 { $as_echo "$as_me:$LINENO: checking whether the C compiler works" >&5
2855 $as_echo_n "checking whether the C compiler works... " >&6; }
2856 # FIXME: These cross compiler hacks should be removed for Autoconf 3.0
2857 # If not cross compiling, check that we can run a simple program.
2858 if test "$cross_compiling" != yes; then
2859 if { ac_try='./$ac_file'
2860 { (case "(($ac_try" in
2861 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2862 *) ac_try_echo=$ac_try;;
2863 esac
2864 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
2865 $as_echo "$ac_try_echo") >&5
2866 (eval "$ac_try") 2>&5
2867 ac_status=$?
2868 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
2869 (exit $ac_status); }; }; then
2870 cross_compiling=no
2871 else
2872 if test "$cross_compiling" = maybe; then
2873 cross_compiling=yes
2874 else
2875 { { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5
2876 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2877 { { $as_echo "$as_me:$LINENO: error: cannot run C compiled programs.
2878 If you meant to cross compile, use \`--host'.
2879 See \`config.log' for more details." >&5
2880 $as_echo "$as_me: error: cannot run C compiled programs.
2881 If you meant to cross compile, use \`--host'.
2882 See \`config.log' for more details." >&2;}
2883 { (exit 1); exit 1; }; }; }
2887 { $as_echo "$as_me:$LINENO: result: yes" >&5
2888 $as_echo "yes" >&6; }
2890 rm -f -r a.out a.out.dSYM a.exe conftest$ac_cv_exeext b.out
2891 ac_clean_files=$ac_clean_files_save
2892 # Check that the compiler produces executables we can run. If not, either
2893 # the compiler is broken, or we cross compile.
2894 { $as_echo "$as_me:$LINENO: checking whether we are cross compiling" >&5
2895 $as_echo_n "checking whether we are cross compiling... " >&6; }
2896 { $as_echo "$as_me:$LINENO: result: $cross_compiling" >&5
2897 $as_echo "$cross_compiling" >&6; }
2899 { $as_echo "$as_me:$LINENO: checking for suffix of executables" >&5
2900 $as_echo_n "checking for suffix of executables... " >&6; }
2901 if { (ac_try="$ac_link"
2902 case "(($ac_try" in
2903 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2904 *) ac_try_echo=$ac_try;;
2905 esac
2906 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
2907 $as_echo "$ac_try_echo") >&5
2908 (eval "$ac_link") 2>&5
2909 ac_status=$?
2910 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
2911 (exit $ac_status); }; then
2912 # If both `conftest.exe' and `conftest' are `present' (well, observable)
2913 # catch `conftest.exe'. For instance with Cygwin, `ls conftest' will
2914 # work properly (i.e., refer to `conftest.exe'), while it won't with
2915 # `rm'.
2916 for ac_file in conftest.exe conftest conftest.*; do
2917 test -f "$ac_file" || continue
2918 case $ac_file in
2919 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
2920 *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
2921 break;;
2922 * ) break;;
2923 esac
2924 done
2925 else
2926 { { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5
2927 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2928 { { $as_echo "$as_me:$LINENO: error: cannot compute suffix of executables: cannot compile and link
2929 See \`config.log' for more details." >&5
2930 $as_echo "$as_me: error: cannot compute suffix of executables: cannot compile and link
2931 See \`config.log' for more details." >&2;}
2932 { (exit 1); exit 1; }; }; }
2935 rm -f conftest$ac_cv_exeext
2936 { $as_echo "$as_me:$LINENO: result: $ac_cv_exeext" >&5
2937 $as_echo "$ac_cv_exeext" >&6; }
2939 rm -f conftest.$ac_ext
2940 EXEEXT=$ac_cv_exeext
2941 ac_exeext=$EXEEXT
2942 { $as_echo "$as_me:$LINENO: checking for suffix of object files" >&5
2943 $as_echo_n "checking for suffix of object files... " >&6; }
2944 if test "${ac_cv_objext+set}" = set; then
2945 $as_echo_n "(cached) " >&6
2946 else
2947 cat >conftest.$ac_ext <<_ACEOF
2948 /* confdefs.h. */
2949 _ACEOF
2950 cat confdefs.h >>conftest.$ac_ext
2951 cat >>conftest.$ac_ext <<_ACEOF
2952 /* end confdefs.h. */
2955 main ()
2959 return 0;
2961 _ACEOF
2962 rm -f conftest.o conftest.obj
2963 if { (ac_try="$ac_compile"
2964 case "(($ac_try" in
2965 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2966 *) ac_try_echo=$ac_try;;
2967 esac
2968 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
2969 $as_echo "$ac_try_echo") >&5
2970 (eval "$ac_compile") 2>&5
2971 ac_status=$?
2972 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
2973 (exit $ac_status); }; then
2974 for ac_file in conftest.o conftest.obj conftest.*; do
2975 test -f "$ac_file" || continue;
2976 case $ac_file in
2977 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM ) ;;
2978 *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
2979 break;;
2980 esac
2981 done
2982 else
2983 $as_echo "$as_me: failed program was:" >&5
2984 sed 's/^/| /' conftest.$ac_ext >&5
2986 { { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5
2987 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2988 { { $as_echo "$as_me:$LINENO: error: cannot compute suffix of object files: cannot compile
2989 See \`config.log' for more details." >&5
2990 $as_echo "$as_me: error: cannot compute suffix of object files: cannot compile
2991 See \`config.log' for more details." >&2;}
2992 { (exit 1); exit 1; }; }; }
2995 rm -f conftest.$ac_cv_objext conftest.$ac_ext
2997 { $as_echo "$as_me:$LINENO: result: $ac_cv_objext" >&5
2998 $as_echo "$ac_cv_objext" >&6; }
2999 OBJEXT=$ac_cv_objext
3000 ac_objext=$OBJEXT
3001 { $as_echo "$as_me:$LINENO: checking whether we are using the GNU C compiler" >&5
3002 $as_echo_n "checking whether we are using the GNU C compiler... " >&6; }
3003 if test "${ac_cv_c_compiler_gnu+set}" = set; then
3004 $as_echo_n "(cached) " >&6
3005 else
3006 cat >conftest.$ac_ext <<_ACEOF
3007 /* confdefs.h. */
3008 _ACEOF
3009 cat confdefs.h >>conftest.$ac_ext
3010 cat >>conftest.$ac_ext <<_ACEOF
3011 /* end confdefs.h. */
3014 main ()
3016 #ifndef __GNUC__
3017 choke me
3018 #endif
3021 return 0;
3023 _ACEOF
3024 rm -f conftest.$ac_objext
3025 if { (ac_try="$ac_compile"
3026 case "(($ac_try" in
3027 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3028 *) ac_try_echo=$ac_try;;
3029 esac
3030 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
3031 $as_echo "$ac_try_echo") >&5
3032 (eval "$ac_compile") 2>conftest.er1
3033 ac_status=$?
3034 grep -v '^ *+' conftest.er1 >conftest.err
3035 rm -f conftest.er1
3036 cat conftest.err >&5
3037 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
3038 (exit $ac_status); } && {
3039 test -z "$ac_c_werror_flag" ||
3040 test ! -s conftest.err
3041 } && test -s conftest.$ac_objext; then
3042 ac_compiler_gnu=yes
3043 else
3044 $as_echo "$as_me: failed program was:" >&5
3045 sed 's/^/| /' conftest.$ac_ext >&5
3047 ac_compiler_gnu=no
3050 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3051 ac_cv_c_compiler_gnu=$ac_compiler_gnu
3054 { $as_echo "$as_me:$LINENO: result: $ac_cv_c_compiler_gnu" >&5
3055 $as_echo "$ac_cv_c_compiler_gnu" >&6; }
3056 if test $ac_compiler_gnu = yes; then
3057 GCC=yes
3058 else
3059 GCC=
3061 ac_test_CFLAGS=${CFLAGS+set}
3062 ac_save_CFLAGS=$CFLAGS
3063 { $as_echo "$as_me:$LINENO: checking whether $CC accepts -g" >&5
3064 $as_echo_n "checking whether $CC accepts -g... " >&6; }
3065 if test "${ac_cv_prog_cc_g+set}" = set; then
3066 $as_echo_n "(cached) " >&6
3067 else
3068 ac_save_c_werror_flag=$ac_c_werror_flag
3069 ac_c_werror_flag=yes
3070 ac_cv_prog_cc_g=no
3071 CFLAGS="-g"
3072 cat >conftest.$ac_ext <<_ACEOF
3073 /* confdefs.h. */
3074 _ACEOF
3075 cat confdefs.h >>conftest.$ac_ext
3076 cat >>conftest.$ac_ext <<_ACEOF
3077 /* end confdefs.h. */
3080 main ()
3084 return 0;
3086 _ACEOF
3087 rm -f conftest.$ac_objext
3088 if { (ac_try="$ac_compile"
3089 case "(($ac_try" in
3090 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3091 *) ac_try_echo=$ac_try;;
3092 esac
3093 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
3094 $as_echo "$ac_try_echo") >&5
3095 (eval "$ac_compile") 2>conftest.er1
3096 ac_status=$?
3097 grep -v '^ *+' conftest.er1 >conftest.err
3098 rm -f conftest.er1
3099 cat conftest.err >&5
3100 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
3101 (exit $ac_status); } && {
3102 test -z "$ac_c_werror_flag" ||
3103 test ! -s conftest.err
3104 } && test -s conftest.$ac_objext; then
3105 ac_cv_prog_cc_g=yes
3106 else
3107 $as_echo "$as_me: failed program was:" >&5
3108 sed 's/^/| /' conftest.$ac_ext >&5
3110 CFLAGS=""
3111 cat >conftest.$ac_ext <<_ACEOF
3112 /* confdefs.h. */
3113 _ACEOF
3114 cat confdefs.h >>conftest.$ac_ext
3115 cat >>conftest.$ac_ext <<_ACEOF
3116 /* end confdefs.h. */
3119 main ()
3123 return 0;
3125 _ACEOF
3126 rm -f conftest.$ac_objext
3127 if { (ac_try="$ac_compile"
3128 case "(($ac_try" in
3129 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3130 *) ac_try_echo=$ac_try;;
3131 esac
3132 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
3133 $as_echo "$ac_try_echo") >&5
3134 (eval "$ac_compile") 2>conftest.er1
3135 ac_status=$?
3136 grep -v '^ *+' conftest.er1 >conftest.err
3137 rm -f conftest.er1
3138 cat conftest.err >&5
3139 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
3140 (exit $ac_status); } && {
3141 test -z "$ac_c_werror_flag" ||
3142 test ! -s conftest.err
3143 } && test -s conftest.$ac_objext; then
3145 else
3146 $as_echo "$as_me: failed program was:" >&5
3147 sed 's/^/| /' conftest.$ac_ext >&5
3149 ac_c_werror_flag=$ac_save_c_werror_flag
3150 CFLAGS="-g"
3151 cat >conftest.$ac_ext <<_ACEOF
3152 /* confdefs.h. */
3153 _ACEOF
3154 cat confdefs.h >>conftest.$ac_ext
3155 cat >>conftest.$ac_ext <<_ACEOF
3156 /* end confdefs.h. */
3159 main ()
3163 return 0;
3165 _ACEOF
3166 rm -f conftest.$ac_objext
3167 if { (ac_try="$ac_compile"
3168 case "(($ac_try" in
3169 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3170 *) ac_try_echo=$ac_try;;
3171 esac
3172 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
3173 $as_echo "$ac_try_echo") >&5
3174 (eval "$ac_compile") 2>conftest.er1
3175 ac_status=$?
3176 grep -v '^ *+' conftest.er1 >conftest.err
3177 rm -f conftest.er1
3178 cat conftest.err >&5
3179 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
3180 (exit $ac_status); } && {
3181 test -z "$ac_c_werror_flag" ||
3182 test ! -s conftest.err
3183 } && test -s conftest.$ac_objext; then
3184 ac_cv_prog_cc_g=yes
3185 else
3186 $as_echo "$as_me: failed program was:" >&5
3187 sed 's/^/| /' conftest.$ac_ext >&5
3192 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3195 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3198 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3199 ac_c_werror_flag=$ac_save_c_werror_flag
3201 { $as_echo "$as_me:$LINENO: result: $ac_cv_prog_cc_g" >&5
3202 $as_echo "$ac_cv_prog_cc_g" >&6; }
3203 if test "$ac_test_CFLAGS" = set; then
3204 CFLAGS=$ac_save_CFLAGS
3205 elif test $ac_cv_prog_cc_g = yes; then
3206 if test "$GCC" = yes; then
3207 CFLAGS="-g -O2"
3208 else
3209 CFLAGS="-g"
3211 else
3212 if test "$GCC" = yes; then
3213 CFLAGS="-O2"
3214 else
3215 CFLAGS=
3218 { $as_echo "$as_me:$LINENO: checking for $CC option to accept ISO C89" >&5
3219 $as_echo_n "checking for $CC option to accept ISO C89... " >&6; }
3220 if test "${ac_cv_prog_cc_c89+set}" = set; then
3221 $as_echo_n "(cached) " >&6
3222 else
3223 ac_cv_prog_cc_c89=no
3224 ac_save_CC=$CC
3225 cat >conftest.$ac_ext <<_ACEOF
3226 /* confdefs.h. */
3227 _ACEOF
3228 cat confdefs.h >>conftest.$ac_ext
3229 cat >>conftest.$ac_ext <<_ACEOF
3230 /* end confdefs.h. */
3231 #include <stdarg.h>
3232 #include <stdio.h>
3233 #include <sys/types.h>
3234 #include <sys/stat.h>
3235 /* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */
3236 struct buf { int x; };
3237 FILE * (*rcsopen) (struct buf *, struct stat *, int);
3238 static char *e (p, i)
3239 char **p;
3240 int i;
3242 return p[i];
3244 static char *f (char * (*g) (char **, int), char **p, ...)
3246 char *s;
3247 va_list v;
3248 va_start (v,p);
3249 s = g (p, va_arg (v,int));
3250 va_end (v);
3251 return s;
3254 /* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has
3255 function prototypes and stuff, but not '\xHH' hex character constants.
3256 These don't provoke an error unfortunately, instead are silently treated
3257 as 'x'. The following induces an error, until -std is added to get
3258 proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an
3259 array size at least. It's necessary to write '\x00'==0 to get something
3260 that's true only with -std. */
3261 int osf4_cc_array ['\x00' == 0 ? 1 : -1];
3263 /* IBM C 6 for AIX is almost-ANSI by default, but it replaces macro parameters
3264 inside strings and character constants. */
3265 #define FOO(x) 'x'
3266 int xlc6_cc_array[FOO(a) == 'x' ? 1 : -1];
3268 int test (int i, double x);
3269 struct s1 {int (*f) (int a);};
3270 struct s2 {int (*f) (double a);};
3271 int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
3272 int argc;
3273 char **argv;
3275 main ()
3277 return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1];
3279 return 0;
3281 _ACEOF
3282 for ac_arg in '' -qlanglvl=extc89 -qlanglvl=ansi -std \
3283 -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
3285 CC="$ac_save_CC $ac_arg"
3286 rm -f conftest.$ac_objext
3287 if { (ac_try="$ac_compile"
3288 case "(($ac_try" in
3289 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3290 *) ac_try_echo=$ac_try;;
3291 esac
3292 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
3293 $as_echo "$ac_try_echo") >&5
3294 (eval "$ac_compile") 2>conftest.er1
3295 ac_status=$?
3296 grep -v '^ *+' conftest.er1 >conftest.err
3297 rm -f conftest.er1
3298 cat conftest.err >&5
3299 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
3300 (exit $ac_status); } && {
3301 test -z "$ac_c_werror_flag" ||
3302 test ! -s conftest.err
3303 } && test -s conftest.$ac_objext; then
3304 ac_cv_prog_cc_c89=$ac_arg
3305 else
3306 $as_echo "$as_me: failed program was:" >&5
3307 sed 's/^/| /' conftest.$ac_ext >&5
3312 rm -f core conftest.err conftest.$ac_objext
3313 test "x$ac_cv_prog_cc_c89" != "xno" && break
3314 done
3315 rm -f conftest.$ac_ext
3316 CC=$ac_save_CC
3319 # AC_CACHE_VAL
3320 case "x$ac_cv_prog_cc_c89" in
3322 { $as_echo "$as_me:$LINENO: result: none needed" >&5
3323 $as_echo "none needed" >&6; } ;;
3324 xno)
3325 { $as_echo "$as_me:$LINENO: result: unsupported" >&5
3326 $as_echo "unsupported" >&6; } ;;
3328 CC="$CC $ac_cv_prog_cc_c89"
3329 { $as_echo "$as_me:$LINENO: result: $ac_cv_prog_cc_c89" >&5
3330 $as_echo "$ac_cv_prog_cc_c89" >&6; } ;;
3331 esac
3334 ac_ext=c
3335 ac_cpp='$CPP $CPPFLAGS'
3336 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3337 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3338 ac_compiler_gnu=$ac_cv_c_compiler_gnu
3340 ac_ext=cpp
3341 ac_cpp='$CXXCPP $CPPFLAGS'
3342 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3343 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3344 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
3345 if test -z "$CXX"; then
3346 if test -n "$CCC"; then
3347 CXX=$CCC
3348 else
3349 if test -n "$ac_tool_prefix"; then
3350 for ac_prog in g++ c++ gpp aCC CC cxx cc++ cl.exe FCC KCC RCC xlC_r xlC
3352 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
3353 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
3354 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
3355 $as_echo_n "checking for $ac_word... " >&6; }
3356 if test "${ac_cv_prog_CXX+set}" = set; then
3357 $as_echo_n "(cached) " >&6
3358 else
3359 if test -n "$CXX"; then
3360 ac_cv_prog_CXX="$CXX" # Let the user override the test.
3361 else
3362 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3363 for as_dir in $PATH
3365 IFS=$as_save_IFS
3366 test -z "$as_dir" && as_dir=.
3367 for ac_exec_ext in '' $ac_executable_extensions; do
3368 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3369 ac_cv_prog_CXX="$ac_tool_prefix$ac_prog"
3370 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
3371 break 2
3373 done
3374 done
3375 IFS=$as_save_IFS
3379 CXX=$ac_cv_prog_CXX
3380 if test -n "$CXX"; then
3381 { $as_echo "$as_me:$LINENO: result: $CXX" >&5
3382 $as_echo "$CXX" >&6; }
3383 else
3384 { $as_echo "$as_me:$LINENO: result: no" >&5
3385 $as_echo "no" >&6; }
3389 test -n "$CXX" && break
3390 done
3392 if test -z "$CXX"; then
3393 ac_ct_CXX=$CXX
3394 for ac_prog in g++ c++ gpp aCC CC cxx cc++ cl.exe FCC KCC RCC xlC_r xlC
3396 # Extract the first word of "$ac_prog", so it can be a program name with args.
3397 set dummy $ac_prog; ac_word=$2
3398 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
3399 $as_echo_n "checking for $ac_word... " >&6; }
3400 if test "${ac_cv_prog_ac_ct_CXX+set}" = set; then
3401 $as_echo_n "(cached) " >&6
3402 else
3403 if test -n "$ac_ct_CXX"; then
3404 ac_cv_prog_ac_ct_CXX="$ac_ct_CXX" # Let the user override the test.
3405 else
3406 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3407 for as_dir in $PATH
3409 IFS=$as_save_IFS
3410 test -z "$as_dir" && as_dir=.
3411 for ac_exec_ext in '' $ac_executable_extensions; do
3412 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3413 ac_cv_prog_ac_ct_CXX="$ac_prog"
3414 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
3415 break 2
3417 done
3418 done
3419 IFS=$as_save_IFS
3423 ac_ct_CXX=$ac_cv_prog_ac_ct_CXX
3424 if test -n "$ac_ct_CXX"; then
3425 { $as_echo "$as_me:$LINENO: result: $ac_ct_CXX" >&5
3426 $as_echo "$ac_ct_CXX" >&6; }
3427 else
3428 { $as_echo "$as_me:$LINENO: result: no" >&5
3429 $as_echo "no" >&6; }
3433 test -n "$ac_ct_CXX" && break
3434 done
3436 if test "x$ac_ct_CXX" = x; then
3437 CXX="g++"
3438 else
3439 case $cross_compiling:$ac_tool_warned in
3440 yes:)
3441 { $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5
3442 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
3443 ac_tool_warned=yes ;;
3444 esac
3445 CXX=$ac_ct_CXX
3451 # Provide some information about the compiler.
3452 $as_echo "$as_me:$LINENO: checking for C++ compiler version" >&5
3453 set X $ac_compile
3454 ac_compiler=$2
3455 { (ac_try="$ac_compiler --version >&5"
3456 case "(($ac_try" in
3457 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3458 *) ac_try_echo=$ac_try;;
3459 esac
3460 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
3461 $as_echo "$ac_try_echo") >&5
3462 (eval "$ac_compiler --version >&5") 2>&5
3463 ac_status=$?
3464 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
3465 (exit $ac_status); }
3466 { (ac_try="$ac_compiler -v >&5"
3467 case "(($ac_try" in
3468 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3469 *) ac_try_echo=$ac_try;;
3470 esac
3471 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
3472 $as_echo "$ac_try_echo") >&5
3473 (eval "$ac_compiler -v >&5") 2>&5
3474 ac_status=$?
3475 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
3476 (exit $ac_status); }
3477 { (ac_try="$ac_compiler -V >&5"
3478 case "(($ac_try" in
3479 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3480 *) ac_try_echo=$ac_try;;
3481 esac
3482 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
3483 $as_echo "$ac_try_echo") >&5
3484 (eval "$ac_compiler -V >&5") 2>&5
3485 ac_status=$?
3486 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
3487 (exit $ac_status); }
3489 { $as_echo "$as_me:$LINENO: checking whether we are using the GNU C++ compiler" >&5
3490 $as_echo_n "checking whether we are using the GNU C++ compiler... " >&6; }
3491 if test "${ac_cv_cxx_compiler_gnu+set}" = set; then
3492 $as_echo_n "(cached) " >&6
3493 else
3494 cat >conftest.$ac_ext <<_ACEOF
3495 /* confdefs.h. */
3496 _ACEOF
3497 cat confdefs.h >>conftest.$ac_ext
3498 cat >>conftest.$ac_ext <<_ACEOF
3499 /* end confdefs.h. */
3502 main ()
3504 #ifndef __GNUC__
3505 choke me
3506 #endif
3509 return 0;
3511 _ACEOF
3512 rm -f conftest.$ac_objext
3513 if { (ac_try="$ac_compile"
3514 case "(($ac_try" in
3515 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3516 *) ac_try_echo=$ac_try;;
3517 esac
3518 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
3519 $as_echo "$ac_try_echo") >&5
3520 (eval "$ac_compile") 2>conftest.er1
3521 ac_status=$?
3522 grep -v '^ *+' conftest.er1 >conftest.err
3523 rm -f conftest.er1
3524 cat conftest.err >&5
3525 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
3526 (exit $ac_status); } && {
3527 test -z "$ac_cxx_werror_flag" ||
3528 test ! -s conftest.err
3529 } && test -s conftest.$ac_objext; then
3530 ac_compiler_gnu=yes
3531 else
3532 $as_echo "$as_me: failed program was:" >&5
3533 sed 's/^/| /' conftest.$ac_ext >&5
3535 ac_compiler_gnu=no
3538 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3539 ac_cv_cxx_compiler_gnu=$ac_compiler_gnu
3542 { $as_echo "$as_me:$LINENO: result: $ac_cv_cxx_compiler_gnu" >&5
3543 $as_echo "$ac_cv_cxx_compiler_gnu" >&6; }
3544 if test $ac_compiler_gnu = yes; then
3545 GXX=yes
3546 else
3547 GXX=
3549 ac_test_CXXFLAGS=${CXXFLAGS+set}
3550 ac_save_CXXFLAGS=$CXXFLAGS
3551 { $as_echo "$as_me:$LINENO: checking whether $CXX accepts -g" >&5
3552 $as_echo_n "checking whether $CXX accepts -g... " >&6; }
3553 if test "${ac_cv_prog_cxx_g+set}" = set; then
3554 $as_echo_n "(cached) " >&6
3555 else
3556 ac_save_cxx_werror_flag=$ac_cxx_werror_flag
3557 ac_cxx_werror_flag=yes
3558 ac_cv_prog_cxx_g=no
3559 CXXFLAGS="-g"
3560 cat >conftest.$ac_ext <<_ACEOF
3561 /* confdefs.h. */
3562 _ACEOF
3563 cat confdefs.h >>conftest.$ac_ext
3564 cat >>conftest.$ac_ext <<_ACEOF
3565 /* end confdefs.h. */
3568 main ()
3572 return 0;
3574 _ACEOF
3575 rm -f conftest.$ac_objext
3576 if { (ac_try="$ac_compile"
3577 case "(($ac_try" in
3578 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3579 *) ac_try_echo=$ac_try;;
3580 esac
3581 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
3582 $as_echo "$ac_try_echo") >&5
3583 (eval "$ac_compile") 2>conftest.er1
3584 ac_status=$?
3585 grep -v '^ *+' conftest.er1 >conftest.err
3586 rm -f conftest.er1
3587 cat conftest.err >&5
3588 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
3589 (exit $ac_status); } && {
3590 test -z "$ac_cxx_werror_flag" ||
3591 test ! -s conftest.err
3592 } && test -s conftest.$ac_objext; then
3593 ac_cv_prog_cxx_g=yes
3594 else
3595 $as_echo "$as_me: failed program was:" >&5
3596 sed 's/^/| /' conftest.$ac_ext >&5
3598 CXXFLAGS=""
3599 cat >conftest.$ac_ext <<_ACEOF
3600 /* confdefs.h. */
3601 _ACEOF
3602 cat confdefs.h >>conftest.$ac_ext
3603 cat >>conftest.$ac_ext <<_ACEOF
3604 /* end confdefs.h. */
3607 main ()
3611 return 0;
3613 _ACEOF
3614 rm -f conftest.$ac_objext
3615 if { (ac_try="$ac_compile"
3616 case "(($ac_try" in
3617 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3618 *) ac_try_echo=$ac_try;;
3619 esac
3620 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
3621 $as_echo "$ac_try_echo") >&5
3622 (eval "$ac_compile") 2>conftest.er1
3623 ac_status=$?
3624 grep -v '^ *+' conftest.er1 >conftest.err
3625 rm -f conftest.er1
3626 cat conftest.err >&5
3627 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
3628 (exit $ac_status); } && {
3629 test -z "$ac_cxx_werror_flag" ||
3630 test ! -s conftest.err
3631 } && test -s conftest.$ac_objext; then
3633 else
3634 $as_echo "$as_me: failed program was:" >&5
3635 sed 's/^/| /' conftest.$ac_ext >&5
3637 ac_cxx_werror_flag=$ac_save_cxx_werror_flag
3638 CXXFLAGS="-g"
3639 cat >conftest.$ac_ext <<_ACEOF
3640 /* confdefs.h. */
3641 _ACEOF
3642 cat confdefs.h >>conftest.$ac_ext
3643 cat >>conftest.$ac_ext <<_ACEOF
3644 /* end confdefs.h. */
3647 main ()
3651 return 0;
3653 _ACEOF
3654 rm -f conftest.$ac_objext
3655 if { (ac_try="$ac_compile"
3656 case "(($ac_try" in
3657 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3658 *) ac_try_echo=$ac_try;;
3659 esac
3660 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
3661 $as_echo "$ac_try_echo") >&5
3662 (eval "$ac_compile") 2>conftest.er1
3663 ac_status=$?
3664 grep -v '^ *+' conftest.er1 >conftest.err
3665 rm -f conftest.er1
3666 cat conftest.err >&5
3667 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
3668 (exit $ac_status); } && {
3669 test -z "$ac_cxx_werror_flag" ||
3670 test ! -s conftest.err
3671 } && test -s conftest.$ac_objext; then
3672 ac_cv_prog_cxx_g=yes
3673 else
3674 $as_echo "$as_me: failed program was:" >&5
3675 sed 's/^/| /' conftest.$ac_ext >&5
3680 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3683 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3686 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3687 ac_cxx_werror_flag=$ac_save_cxx_werror_flag
3689 { $as_echo "$as_me:$LINENO: result: $ac_cv_prog_cxx_g" >&5
3690 $as_echo "$ac_cv_prog_cxx_g" >&6; }
3691 if test "$ac_test_CXXFLAGS" = set; then
3692 CXXFLAGS=$ac_save_CXXFLAGS
3693 elif test $ac_cv_prog_cxx_g = yes; then
3694 if test "$GXX" = yes; then
3695 CXXFLAGS="-g -O2"
3696 else
3697 CXXFLAGS="-g"
3699 else
3700 if test "$GXX" = yes; then
3701 CXXFLAGS="-O2"
3702 else
3703 CXXFLAGS=
3706 ac_ext=c
3707 ac_cpp='$CPP $CPPFLAGS'
3708 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3709 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3710 ac_compiler_gnu=$ac_cv_c_compiler_gnu
3712 if test -n "$ac_tool_prefix"; then
3713 # Extract the first word of "${ac_tool_prefix}cpp", so it can be a program name with args.
3714 set dummy ${ac_tool_prefix}cpp; ac_word=$2
3715 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
3716 $as_echo_n "checking for $ac_word... " >&6; }
3717 if test "${ac_cv_prog_CPPBIN+set}" = set; then
3718 $as_echo_n "(cached) " >&6
3719 else
3720 if test -n "$CPPBIN"; then
3721 ac_cv_prog_CPPBIN="$CPPBIN" # Let the user override the test.
3722 else
3723 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3724 for as_dir in $PATH
3726 IFS=$as_save_IFS
3727 test -z "$as_dir" && as_dir=.
3728 for ac_exec_ext in '' $ac_executable_extensions; do
3729 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3730 ac_cv_prog_CPPBIN="${ac_tool_prefix}cpp"
3731 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
3732 break 2
3734 done
3735 done
3736 IFS=$as_save_IFS
3740 CPPBIN=$ac_cv_prog_CPPBIN
3741 if test -n "$CPPBIN"; then
3742 { $as_echo "$as_me:$LINENO: result: $CPPBIN" >&5
3743 $as_echo "$CPPBIN" >&6; }
3744 else
3745 { $as_echo "$as_me:$LINENO: result: no" >&5
3746 $as_echo "no" >&6; }
3751 if test -z "$ac_cv_prog_CPPBIN"; then
3752 ac_ct_CPPBIN=$CPPBIN
3753 # Extract the first word of "cpp", so it can be a program name with args.
3754 set dummy cpp; ac_word=$2
3755 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
3756 $as_echo_n "checking for $ac_word... " >&6; }
3757 if test "${ac_cv_prog_ac_ct_CPPBIN+set}" = set; then
3758 $as_echo_n "(cached) " >&6
3759 else
3760 if test -n "$ac_ct_CPPBIN"; then
3761 ac_cv_prog_ac_ct_CPPBIN="$ac_ct_CPPBIN" # Let the user override the test.
3762 else
3763 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3764 for as_dir in $PATH
3766 IFS=$as_save_IFS
3767 test -z "$as_dir" && as_dir=.
3768 for ac_exec_ext in '' $ac_executable_extensions; do
3769 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3770 ac_cv_prog_ac_ct_CPPBIN="cpp"
3771 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
3772 break 2
3774 done
3775 done
3776 IFS=$as_save_IFS
3780 ac_ct_CPPBIN=$ac_cv_prog_ac_ct_CPPBIN
3781 if test -n "$ac_ct_CPPBIN"; then
3782 { $as_echo "$as_me:$LINENO: result: $ac_ct_CPPBIN" >&5
3783 $as_echo "$ac_ct_CPPBIN" >&6; }
3784 else
3785 { $as_echo "$as_me:$LINENO: result: no" >&5
3786 $as_echo "no" >&6; }
3789 if test "x$ac_ct_CPPBIN" = x; then
3790 CPPBIN="cpp"
3791 else
3792 case $cross_compiling:$ac_tool_warned in
3793 yes:)
3794 { $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5
3795 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
3796 ac_tool_warned=yes ;;
3797 esac
3798 CPPBIN=$ac_ct_CPPBIN
3800 else
3801 CPPBIN="$ac_cv_prog_CPPBIN"
3805 case $host in
3806 x86_64*)
3807 if test "x$enable_win64" != "xyes" -a "$cross_compiling" != "yes"
3808 then
3809 CC="$CC -m32"
3810 CXX="$CXX -m32"
3811 { $as_echo "$as_me:$LINENO: checking whether $CC works" >&5
3812 $as_echo_n "checking whether $CC works... " >&6; }
3814 cat >conftest.$ac_ext <<_ACEOF
3815 /* confdefs.h. */
3816 _ACEOF
3817 cat confdefs.h >>conftest.$ac_ext
3818 cat >>conftest.$ac_ext <<_ACEOF
3819 /* end confdefs.h. */
3822 main ()
3826 return 0;
3828 _ACEOF
3829 rm -f conftest.$ac_objext conftest$ac_exeext
3830 if { (ac_try="$ac_link"
3831 case "(($ac_try" in
3832 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3833 *) ac_try_echo=$ac_try;;
3834 esac
3835 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
3836 $as_echo "$ac_try_echo") >&5
3837 (eval "$ac_link") 2>conftest.er1
3838 ac_status=$?
3839 grep -v '^ *+' conftest.er1 >conftest.err
3840 rm -f conftest.er1
3841 cat conftest.err >&5
3842 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
3843 (exit $ac_status); } && {
3844 test -z "$ac_c_werror_flag" ||
3845 test ! -s conftest.err
3846 } && test -s conftest$ac_exeext && {
3847 test "$cross_compiling" = yes ||
3848 $as_test_x conftest$ac_exeext
3849 }; then
3850 { $as_echo "$as_me:$LINENO: result: yes" >&5
3851 $as_echo "yes" >&6; }
3852 else
3853 $as_echo "$as_me: failed program was:" >&5
3854 sed 's/^/| /' conftest.$ac_ext >&5
3856 { $as_echo "$as_me:$LINENO: result: no" >&5
3857 $as_echo "no" >&6; }
3858 { { $as_echo "$as_me:$LINENO: error: Cannot build a 32-bit program, you need to install 32-bit development libraries." >&5
3859 $as_echo "$as_me: error: Cannot build a 32-bit program, you need to install 32-bit development libraries." >&2;}
3860 { (exit 1); exit 1; }; }
3863 rm -rf conftest.dSYM
3864 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
3865 conftest$ac_exeext conftest.$ac_ext
3866 LD="${LD:-ld} -m elf_i386"
3867 AS="${AS:-as} --32"
3868 host_cpu="i386"
3869 notice_platform="32-bit "
3872 esac
3874 case $host_cpu in
3875 *i[3456789]86*)
3876 enable_win16=${enable_win16:-yes}
3879 enable_win16=${enable_win16:-no}
3880 enable_ifsmgr_vxd=${enable_ifsmgr_vxd:-no}
3881 enable_mmdevldr_vxd=${enable_mmdevldr_vxd:-no}
3882 enable_monodebg_vxd=${enable_monodebg_vxd:-no}
3883 enable_vdhcp_vxd=${enable_vdhcp_vxd:-no}
3884 enable_vmm_vxd=${enable_vmm_vxd:-no}
3885 enable_vnbt_vxd=${enable_vnbt_vxd:-no}
3886 enable_vnetbios_vxd=${enable_vnetbios_vxd:-no}
3887 enable_vtdapi_vxd=${enable_vtdapi_vxd:-no}
3888 enable_vwin32_vxd=${enable_vwin32_vxd:-no}
3889 enable_w32skrnl=${enable_w32skrnl:-no}
3890 enable_winedos=${enable_winedos:-no}
3891 enable_winevdm=${enable_winevdm:-no}
3893 esac
3895 WIN16_FILES="\$(WIN16_FILES)"
3897 WIN16_INSTALL="\$(WIN16_INSTALL)"
3899 if test "x$enable_win16" != "xyes"
3900 then
3901 WIN16_FILES=""
3902 WIN16_INSTALL=""
3905 { $as_echo "$as_me:$LINENO: checking for the directory containing the Wine tools" >&5
3906 $as_echo_n "checking for the directory containing the Wine tools... " >&6; }
3907 if test "${wine_cv_toolsdir+set}" = set; then
3908 $as_echo_n "(cached) " >&6
3909 else
3910 if test -z "$with_wine_tools"; then
3911 if test "$cross_compiling" = "yes"; then
3912 { { $as_echo "$as_me:$LINENO: error: you must use the --with-wine-tools option when cross-compiling." >&5
3913 $as_echo "$as_me: error: you must use the --with-wine-tools option when cross-compiling." >&2;}
3914 { (exit 1); exit 1; }; }
3915 else
3916 wine_cv_toolsdir="\$(TOPOBJDIR)"
3918 elif test -d "$with_wine_tools/tools/winebuild"; then
3919 case $with_wine_tools in
3920 /*) wine_cv_toolsdir="$with_wine_tools" ;;
3921 *) wine_cv_toolsdir="\$(TOPOBJDIR)/$with_wine_tools" ;;
3922 esac
3923 else
3924 { { $as_echo "$as_me:$LINENO: error: could not find Wine tools in $with_wine_tools." >&5
3925 $as_echo "$as_me: error: could not find Wine tools in $with_wine_tools." >&2;}
3926 { (exit 1); exit 1; }; }
3929 { $as_echo "$as_me:$LINENO: result: $wine_cv_toolsdir" >&5
3930 $as_echo "$wine_cv_toolsdir" >&6; }
3931 TOOLSDIR=$wine_cv_toolsdir
3933 if test "$cross_compiling" = "yes"
3934 then
3935 TARGET="$host_alias"
3939 ac_ext=c
3940 ac_cpp='$CPP $CPPFLAGS'
3941 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3942 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3943 ac_compiler_gnu=$ac_cv_c_compiler_gnu
3944 { $as_echo "$as_me:$LINENO: checking how to run the C preprocessor" >&5
3945 $as_echo_n "checking how to run the C preprocessor... " >&6; }
3946 # On Suns, sometimes $CPP names a directory.
3947 if test -n "$CPP" && test -d "$CPP"; then
3948 CPP=
3950 if test -z "$CPP"; then
3951 if test "${ac_cv_prog_CPP+set}" = set; then
3952 $as_echo_n "(cached) " >&6
3953 else
3954 # Double quotes because CPP needs to be expanded
3955 for CPP in "$CC -E" "$CC -E -traditional-cpp" "/lib/cpp"
3957 ac_preproc_ok=false
3958 for ac_c_preproc_warn_flag in '' yes
3960 # Use a header file that comes with gcc, so configuring glibc
3961 # with a fresh cross-compiler works.
3962 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
3963 # <limits.h> exists even on freestanding compilers.
3964 # On the NeXT, cc -E runs the code through the compiler's parser,
3965 # not just through cpp. "Syntax error" is here to catch this case.
3966 cat >conftest.$ac_ext <<_ACEOF
3967 /* confdefs.h. */
3968 _ACEOF
3969 cat confdefs.h >>conftest.$ac_ext
3970 cat >>conftest.$ac_ext <<_ACEOF
3971 /* end confdefs.h. */
3972 #ifdef __STDC__
3973 # include <limits.h>
3974 #else
3975 # include <assert.h>
3976 #endif
3977 Syntax error
3978 _ACEOF
3979 if { (ac_try="$ac_cpp conftest.$ac_ext"
3980 case "(($ac_try" in
3981 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3982 *) ac_try_echo=$ac_try;;
3983 esac
3984 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
3985 $as_echo "$ac_try_echo") >&5
3986 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
3987 ac_status=$?
3988 grep -v '^ *+' conftest.er1 >conftest.err
3989 rm -f conftest.er1
3990 cat conftest.err >&5
3991 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
3992 (exit $ac_status); } >/dev/null && {
3993 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
3994 test ! -s conftest.err
3995 }; then
3997 else
3998 $as_echo "$as_me: failed program was:" >&5
3999 sed 's/^/| /' conftest.$ac_ext >&5
4001 # Broken: fails on valid input.
4002 continue
4005 rm -f conftest.err conftest.$ac_ext
4007 # OK, works on sane cases. Now check whether nonexistent headers
4008 # can be detected and how.
4009 cat >conftest.$ac_ext <<_ACEOF
4010 /* confdefs.h. */
4011 _ACEOF
4012 cat confdefs.h >>conftest.$ac_ext
4013 cat >>conftest.$ac_ext <<_ACEOF
4014 /* end confdefs.h. */
4015 #include <ac_nonexistent.h>
4016 _ACEOF
4017 if { (ac_try="$ac_cpp conftest.$ac_ext"
4018 case "(($ac_try" in
4019 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4020 *) ac_try_echo=$ac_try;;
4021 esac
4022 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
4023 $as_echo "$ac_try_echo") >&5
4024 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
4025 ac_status=$?
4026 grep -v '^ *+' conftest.er1 >conftest.err
4027 rm -f conftest.er1
4028 cat conftest.err >&5
4029 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
4030 (exit $ac_status); } >/dev/null && {
4031 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
4032 test ! -s conftest.err
4033 }; then
4034 # Broken: success on invalid input.
4035 continue
4036 else
4037 $as_echo "$as_me: failed program was:" >&5
4038 sed 's/^/| /' conftest.$ac_ext >&5
4040 # Passes both tests.
4041 ac_preproc_ok=:
4042 break
4045 rm -f conftest.err conftest.$ac_ext
4047 done
4048 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
4049 rm -f conftest.err conftest.$ac_ext
4050 if $ac_preproc_ok; then
4051 break
4054 done
4055 ac_cv_prog_CPP=$CPP
4058 CPP=$ac_cv_prog_CPP
4059 else
4060 ac_cv_prog_CPP=$CPP
4062 { $as_echo "$as_me:$LINENO: result: $CPP" >&5
4063 $as_echo "$CPP" >&6; }
4064 ac_preproc_ok=false
4065 for ac_c_preproc_warn_flag in '' yes
4067 # Use a header file that comes with gcc, so configuring glibc
4068 # with a fresh cross-compiler works.
4069 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
4070 # <limits.h> exists even on freestanding compilers.
4071 # On the NeXT, cc -E runs the code through the compiler's parser,
4072 # not just through cpp. "Syntax error" is here to catch this case.
4073 cat >conftest.$ac_ext <<_ACEOF
4074 /* confdefs.h. */
4075 _ACEOF
4076 cat confdefs.h >>conftest.$ac_ext
4077 cat >>conftest.$ac_ext <<_ACEOF
4078 /* end confdefs.h. */
4079 #ifdef __STDC__
4080 # include <limits.h>
4081 #else
4082 # include <assert.h>
4083 #endif
4084 Syntax error
4085 _ACEOF
4086 if { (ac_try="$ac_cpp conftest.$ac_ext"
4087 case "(($ac_try" in
4088 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4089 *) ac_try_echo=$ac_try;;
4090 esac
4091 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
4092 $as_echo "$ac_try_echo") >&5
4093 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
4094 ac_status=$?
4095 grep -v '^ *+' conftest.er1 >conftest.err
4096 rm -f conftest.er1
4097 cat conftest.err >&5
4098 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
4099 (exit $ac_status); } >/dev/null && {
4100 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
4101 test ! -s conftest.err
4102 }; then
4104 else
4105 $as_echo "$as_me: failed program was:" >&5
4106 sed 's/^/| /' conftest.$ac_ext >&5
4108 # Broken: fails on valid input.
4109 continue
4112 rm -f conftest.err conftest.$ac_ext
4114 # OK, works on sane cases. Now check whether nonexistent headers
4115 # can be detected and how.
4116 cat >conftest.$ac_ext <<_ACEOF
4117 /* confdefs.h. */
4118 _ACEOF
4119 cat confdefs.h >>conftest.$ac_ext
4120 cat >>conftest.$ac_ext <<_ACEOF
4121 /* end confdefs.h. */
4122 #include <ac_nonexistent.h>
4123 _ACEOF
4124 if { (ac_try="$ac_cpp conftest.$ac_ext"
4125 case "(($ac_try" in
4126 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4127 *) ac_try_echo=$ac_try;;
4128 esac
4129 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
4130 $as_echo "$ac_try_echo") >&5
4131 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
4132 ac_status=$?
4133 grep -v '^ *+' conftest.er1 >conftest.err
4134 rm -f conftest.er1
4135 cat conftest.err >&5
4136 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
4137 (exit $ac_status); } >/dev/null && {
4138 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
4139 test ! -s conftest.err
4140 }; then
4141 # Broken: success on invalid input.
4142 continue
4143 else
4144 $as_echo "$as_me: failed program was:" >&5
4145 sed 's/^/| /' conftest.$ac_ext >&5
4147 # Passes both tests.
4148 ac_preproc_ok=:
4149 break
4152 rm -f conftest.err conftest.$ac_ext
4154 done
4155 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
4156 rm -f conftest.err conftest.$ac_ext
4157 if $ac_preproc_ok; then
4159 else
4160 { { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5
4161 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
4162 { { $as_echo "$as_me:$LINENO: error: C preprocessor \"$CPP\" fails sanity check
4163 See \`config.log' for more details." >&5
4164 $as_echo "$as_me: error: C preprocessor \"$CPP\" fails sanity check
4165 See \`config.log' for more details." >&2;}
4166 { (exit 1); exit 1; }; }; }
4169 ac_ext=c
4170 ac_cpp='$CPP $CPPFLAGS'
4171 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4172 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4173 ac_compiler_gnu=$ac_cv_c_compiler_gnu
4176 { $as_echo "$as_me:$LINENO: checking for X" >&5
4177 $as_echo_n "checking for X... " >&6; }
4180 # Check whether --with-x was given.
4181 if test "${with_x+set}" = set; then
4182 withval=$with_x;
4185 # $have_x is `yes', `no', `disabled', or empty when we do not yet know.
4186 if test "x$with_x" = xno; then
4187 # The user explicitly disabled X.
4188 have_x=disabled
4189 else
4190 case $x_includes,$x_libraries in #(
4191 *\'*) { { $as_echo "$as_me:$LINENO: error: cannot use X directory names containing '" >&5
4192 $as_echo "$as_me: error: cannot use X directory names containing '" >&2;}
4193 { (exit 1); exit 1; }; };; #(
4194 *,NONE | NONE,*) if test "${ac_cv_have_x+set}" = set; then
4195 $as_echo_n "(cached) " >&6
4196 else
4197 # One or both of the vars are not set, and there is no cached value.
4198 ac_x_includes=no ac_x_libraries=no
4199 rm -f -r conftest.dir
4200 if mkdir conftest.dir; then
4201 cd conftest.dir
4202 cat >Imakefile <<'_ACEOF'
4203 incroot:
4204 @echo incroot='${INCROOT}'
4205 usrlibdir:
4206 @echo usrlibdir='${USRLIBDIR}'
4207 libdir:
4208 @echo libdir='${LIBDIR}'
4209 _ACEOF
4210 if (export CC; ${XMKMF-xmkmf}) >/dev/null 2>/dev/null && test -f Makefile; then
4211 # GNU make sometimes prints "make[1]: Entering...", which would confuse us.
4212 for ac_var in incroot usrlibdir libdir; do
4213 eval "ac_im_$ac_var=\`\${MAKE-make} $ac_var 2>/dev/null | sed -n 's/^$ac_var=//p'\`"
4214 done
4215 # Open Windows xmkmf reportedly sets LIBDIR instead of USRLIBDIR.
4216 for ac_extension in a so sl dylib la dll; do
4217 if test ! -f "$ac_im_usrlibdir/libX11.$ac_extension" &&
4218 test -f "$ac_im_libdir/libX11.$ac_extension"; then
4219 ac_im_usrlibdir=$ac_im_libdir; break
4221 done
4222 # Screen out bogus values from the imake configuration. They are
4223 # bogus both because they are the default anyway, and because
4224 # using them would break gcc on systems where it needs fixed includes.
4225 case $ac_im_incroot in
4226 /usr/include) ac_x_includes= ;;
4227 *) test -f "$ac_im_incroot/X11/Xos.h" && ac_x_includes=$ac_im_incroot;;
4228 esac
4229 case $ac_im_usrlibdir in
4230 /usr/lib | /usr/lib64 | /lib | /lib64) ;;
4231 *) test -d "$ac_im_usrlibdir" && ac_x_libraries=$ac_im_usrlibdir ;;
4232 esac
4234 cd ..
4235 rm -f -r conftest.dir
4238 # Standard set of common directories for X headers.
4239 # Check X11 before X11Rn because it is often a symlink to the current release.
4240 ac_x_header_dirs='
4241 /usr/X11/include
4242 /usr/X11R6/include
4243 /usr/X11R5/include
4244 /usr/X11R4/include
4246 /usr/include/X11
4247 /usr/include/X11R6
4248 /usr/include/X11R5
4249 /usr/include/X11R4
4251 /usr/local/X11/include
4252 /usr/local/X11R6/include
4253 /usr/local/X11R5/include
4254 /usr/local/X11R4/include
4256 /usr/local/include/X11
4257 /usr/local/include/X11R6
4258 /usr/local/include/X11R5
4259 /usr/local/include/X11R4
4261 /usr/X386/include
4262 /usr/x386/include
4263 /usr/XFree86/include/X11
4265 /usr/include
4266 /usr/local/include
4267 /usr/unsupported/include
4268 /usr/athena/include
4269 /usr/local/x11r5/include
4270 /usr/lpp/Xamples/include
4272 /usr/openwin/include
4273 /usr/openwin/share/include'
4275 if test "$ac_x_includes" = no; then
4276 # Guess where to find include files, by looking for Xlib.h.
4277 # First, try using that file with no special directory specified.
4278 cat >conftest.$ac_ext <<_ACEOF
4279 /* confdefs.h. */
4280 _ACEOF
4281 cat confdefs.h >>conftest.$ac_ext
4282 cat >>conftest.$ac_ext <<_ACEOF
4283 /* end confdefs.h. */
4284 #include <X11/Xlib.h>
4285 _ACEOF
4286 if { (ac_try="$ac_cpp conftest.$ac_ext"
4287 case "(($ac_try" in
4288 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4289 *) ac_try_echo=$ac_try;;
4290 esac
4291 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
4292 $as_echo "$ac_try_echo") >&5
4293 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
4294 ac_status=$?
4295 grep -v '^ *+' conftest.er1 >conftest.err
4296 rm -f conftest.er1
4297 cat conftest.err >&5
4298 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
4299 (exit $ac_status); } >/dev/null && {
4300 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
4301 test ! -s conftest.err
4302 }; then
4303 # We can compile using X headers with no special include directory.
4304 ac_x_includes=
4305 else
4306 $as_echo "$as_me: failed program was:" >&5
4307 sed 's/^/| /' conftest.$ac_ext >&5
4309 for ac_dir in $ac_x_header_dirs; do
4310 if test -r "$ac_dir/X11/Xlib.h"; then
4311 ac_x_includes=$ac_dir
4312 break
4314 done
4317 rm -f conftest.err conftest.$ac_ext
4318 fi # $ac_x_includes = no
4320 if test "$ac_x_libraries" = no; then
4321 # Check for the libraries.
4322 # See if we find them without any special options.
4323 # Don't add to $LIBS permanently.
4324 ac_save_LIBS=$LIBS
4325 LIBS="-lX11 $LIBS"
4326 cat >conftest.$ac_ext <<_ACEOF
4327 /* confdefs.h. */
4328 _ACEOF
4329 cat confdefs.h >>conftest.$ac_ext
4330 cat >>conftest.$ac_ext <<_ACEOF
4331 /* end confdefs.h. */
4332 #include <X11/Xlib.h>
4334 main ()
4336 XrmInitialize ()
4338 return 0;
4340 _ACEOF
4341 rm -f conftest.$ac_objext conftest$ac_exeext
4342 if { (ac_try="$ac_link"
4343 case "(($ac_try" in
4344 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4345 *) ac_try_echo=$ac_try;;
4346 esac
4347 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
4348 $as_echo "$ac_try_echo") >&5
4349 (eval "$ac_link") 2>conftest.er1
4350 ac_status=$?
4351 grep -v '^ *+' conftest.er1 >conftest.err
4352 rm -f conftest.er1
4353 cat conftest.err >&5
4354 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
4355 (exit $ac_status); } && {
4356 test -z "$ac_c_werror_flag" ||
4357 test ! -s conftest.err
4358 } && test -s conftest$ac_exeext && {
4359 test "$cross_compiling" = yes ||
4360 $as_test_x conftest$ac_exeext
4361 }; then
4362 LIBS=$ac_save_LIBS
4363 # We can link X programs with no special library path.
4364 ac_x_libraries=
4365 else
4366 $as_echo "$as_me: failed program was:" >&5
4367 sed 's/^/| /' conftest.$ac_ext >&5
4369 LIBS=$ac_save_LIBS
4370 for ac_dir in `$as_echo "$ac_x_includes $ac_x_header_dirs" | sed s/include/lib/g`
4372 # Don't even attempt the hair of trying to link an X program!
4373 for ac_extension in a so sl dylib la dll; do
4374 if test -r "$ac_dir/libX11.$ac_extension"; then
4375 ac_x_libraries=$ac_dir
4376 break 2
4378 done
4379 done
4382 rm -rf conftest.dSYM
4383 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
4384 conftest$ac_exeext conftest.$ac_ext
4385 fi # $ac_x_libraries = no
4387 case $ac_x_includes,$ac_x_libraries in #(
4388 no,* | *,no | *\'*)
4389 # Didn't find X, or a directory has "'" in its name.
4390 ac_cv_have_x="have_x=no";; #(
4392 # Record where we found X for the cache.
4393 ac_cv_have_x="have_x=yes\
4394 ac_x_includes='$ac_x_includes'\
4395 ac_x_libraries='$ac_x_libraries'"
4396 esac
4398 ;; #(
4399 *) have_x=yes;;
4400 esac
4401 eval "$ac_cv_have_x"
4402 fi # $with_x != no
4404 if test "$have_x" != yes; then
4405 { $as_echo "$as_me:$LINENO: result: $have_x" >&5
4406 $as_echo "$have_x" >&6; }
4407 no_x=yes
4408 else
4409 # If each of the values was on the command line, it overrides each guess.
4410 test "x$x_includes" = xNONE && x_includes=$ac_x_includes
4411 test "x$x_libraries" = xNONE && x_libraries=$ac_x_libraries
4412 # Update the cache value to reflect the command line values.
4413 ac_cv_have_x="have_x=yes\
4414 ac_x_includes='$x_includes'\
4415 ac_x_libraries='$x_libraries'"
4416 { $as_echo "$as_me:$LINENO: result: libraries $x_libraries, headers $x_includes" >&5
4417 $as_echo "libraries $x_libraries, headers $x_includes" >&6; }
4420 if test "$no_x" = yes; then
4421 # Not all programs may use this symbol, but it does not hurt to define it.
4423 cat >>confdefs.h <<\_ACEOF
4424 #define X_DISPLAY_MISSING 1
4425 _ACEOF
4427 X_CFLAGS= X_PRE_LIBS= X_LIBS= X_EXTRA_LIBS=
4428 else
4429 if test -n "$x_includes"; then
4430 X_CFLAGS="$X_CFLAGS -I$x_includes"
4433 # It would also be nice to do this for all -L options, not just this one.
4434 if test -n "$x_libraries"; then
4435 X_LIBS="$X_LIBS -L$x_libraries"
4436 # For Solaris; some versions of Sun CC require a space after -R and
4437 # others require no space. Words are not sufficient . . . .
4438 { $as_echo "$as_me:$LINENO: checking whether -R must be followed by a space" >&5
4439 $as_echo_n "checking whether -R must be followed by a space... " >&6; }
4440 ac_xsave_LIBS=$LIBS; LIBS="$LIBS -R$x_libraries"
4441 ac_xsave_c_werror_flag=$ac_c_werror_flag
4442 ac_c_werror_flag=yes
4443 cat >conftest.$ac_ext <<_ACEOF
4444 /* confdefs.h. */
4445 _ACEOF
4446 cat confdefs.h >>conftest.$ac_ext
4447 cat >>conftest.$ac_ext <<_ACEOF
4448 /* end confdefs.h. */
4451 main ()
4455 return 0;
4457 _ACEOF
4458 rm -f conftest.$ac_objext conftest$ac_exeext
4459 if { (ac_try="$ac_link"
4460 case "(($ac_try" in
4461 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4462 *) ac_try_echo=$ac_try;;
4463 esac
4464 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
4465 $as_echo "$ac_try_echo") >&5
4466 (eval "$ac_link") 2>conftest.er1
4467 ac_status=$?
4468 grep -v '^ *+' conftest.er1 >conftest.err
4469 rm -f conftest.er1
4470 cat conftest.err >&5
4471 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
4472 (exit $ac_status); } && {
4473 test -z "$ac_c_werror_flag" ||
4474 test ! -s conftest.err
4475 } && test -s conftest$ac_exeext && {
4476 test "$cross_compiling" = yes ||
4477 $as_test_x conftest$ac_exeext
4478 }; then
4479 { $as_echo "$as_me:$LINENO: result: no" >&5
4480 $as_echo "no" >&6; }
4481 X_LIBS="$X_LIBS -R$x_libraries"
4482 else
4483 $as_echo "$as_me: failed program was:" >&5
4484 sed 's/^/| /' conftest.$ac_ext >&5
4486 LIBS="$ac_xsave_LIBS -R $x_libraries"
4487 cat >conftest.$ac_ext <<_ACEOF
4488 /* confdefs.h. */
4489 _ACEOF
4490 cat confdefs.h >>conftest.$ac_ext
4491 cat >>conftest.$ac_ext <<_ACEOF
4492 /* end confdefs.h. */
4495 main ()
4499 return 0;
4501 _ACEOF
4502 rm -f conftest.$ac_objext conftest$ac_exeext
4503 if { (ac_try="$ac_link"
4504 case "(($ac_try" in
4505 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4506 *) ac_try_echo=$ac_try;;
4507 esac
4508 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
4509 $as_echo "$ac_try_echo") >&5
4510 (eval "$ac_link") 2>conftest.er1
4511 ac_status=$?
4512 grep -v '^ *+' conftest.er1 >conftest.err
4513 rm -f conftest.er1
4514 cat conftest.err >&5
4515 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
4516 (exit $ac_status); } && {
4517 test -z "$ac_c_werror_flag" ||
4518 test ! -s conftest.err
4519 } && test -s conftest$ac_exeext && {
4520 test "$cross_compiling" = yes ||
4521 $as_test_x conftest$ac_exeext
4522 }; then
4523 { $as_echo "$as_me:$LINENO: result: yes" >&5
4524 $as_echo "yes" >&6; }
4525 X_LIBS="$X_LIBS -R $x_libraries"
4526 else
4527 $as_echo "$as_me: failed program was:" >&5
4528 sed 's/^/| /' conftest.$ac_ext >&5
4530 { $as_echo "$as_me:$LINENO: result: neither works" >&5
4531 $as_echo "neither works" >&6; }
4534 rm -rf conftest.dSYM
4535 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
4536 conftest$ac_exeext conftest.$ac_ext
4539 rm -rf conftest.dSYM
4540 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
4541 conftest$ac_exeext conftest.$ac_ext
4542 ac_c_werror_flag=$ac_xsave_c_werror_flag
4543 LIBS=$ac_xsave_LIBS
4546 # Check for system-dependent libraries X programs must link with.
4547 # Do this before checking for the system-independent R6 libraries
4548 # (-lICE), since we may need -lsocket or whatever for X linking.
4550 if test "$ISC" = yes; then
4551 X_EXTRA_LIBS="$X_EXTRA_LIBS -lnsl_s -linet"
4552 else
4553 # Martyn Johnson says this is needed for Ultrix, if the X
4554 # libraries were built with DECnet support. And Karl Berry says
4555 # the Alpha needs dnet_stub (dnet does not exist).
4556 ac_xsave_LIBS="$LIBS"; LIBS="$LIBS $X_LIBS -lX11"
4557 cat >conftest.$ac_ext <<_ACEOF
4558 /* confdefs.h. */
4559 _ACEOF
4560 cat confdefs.h >>conftest.$ac_ext
4561 cat >>conftest.$ac_ext <<_ACEOF
4562 /* end confdefs.h. */
4564 /* Override any GCC internal prototype to avoid an error.
4565 Use char because int might match the return type of a GCC
4566 builtin and then its argument prototype would still apply. */
4567 #ifdef __cplusplus
4568 extern "C"
4569 #endif
4570 char XOpenDisplay ();
4572 main ()
4574 return XOpenDisplay ();
4576 return 0;
4578 _ACEOF
4579 rm -f conftest.$ac_objext conftest$ac_exeext
4580 if { (ac_try="$ac_link"
4581 case "(($ac_try" in
4582 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4583 *) ac_try_echo=$ac_try;;
4584 esac
4585 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
4586 $as_echo "$ac_try_echo") >&5
4587 (eval "$ac_link") 2>conftest.er1
4588 ac_status=$?
4589 grep -v '^ *+' conftest.er1 >conftest.err
4590 rm -f conftest.er1
4591 cat conftest.err >&5
4592 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
4593 (exit $ac_status); } && {
4594 test -z "$ac_c_werror_flag" ||
4595 test ! -s conftest.err
4596 } && test -s conftest$ac_exeext && {
4597 test "$cross_compiling" = yes ||
4598 $as_test_x conftest$ac_exeext
4599 }; then
4601 else
4602 $as_echo "$as_me: failed program was:" >&5
4603 sed 's/^/| /' conftest.$ac_ext >&5
4605 { $as_echo "$as_me:$LINENO: checking for dnet_ntoa in -ldnet" >&5
4606 $as_echo_n "checking for dnet_ntoa in -ldnet... " >&6; }
4607 if test "${ac_cv_lib_dnet_dnet_ntoa+set}" = set; then
4608 $as_echo_n "(cached) " >&6
4609 else
4610 ac_check_lib_save_LIBS=$LIBS
4611 LIBS="-ldnet $LIBS"
4612 cat >conftest.$ac_ext <<_ACEOF
4613 /* confdefs.h. */
4614 _ACEOF
4615 cat confdefs.h >>conftest.$ac_ext
4616 cat >>conftest.$ac_ext <<_ACEOF
4617 /* end confdefs.h. */
4619 /* Override any GCC internal prototype to avoid an error.
4620 Use char because int might match the return type of a GCC
4621 builtin and then its argument prototype would still apply. */
4622 #ifdef __cplusplus
4623 extern "C"
4624 #endif
4625 char dnet_ntoa ();
4627 main ()
4629 return dnet_ntoa ();
4631 return 0;
4633 _ACEOF
4634 rm -f conftest.$ac_objext conftest$ac_exeext
4635 if { (ac_try="$ac_link"
4636 case "(($ac_try" in
4637 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4638 *) ac_try_echo=$ac_try;;
4639 esac
4640 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
4641 $as_echo "$ac_try_echo") >&5
4642 (eval "$ac_link") 2>conftest.er1
4643 ac_status=$?
4644 grep -v '^ *+' conftest.er1 >conftest.err
4645 rm -f conftest.er1
4646 cat conftest.err >&5
4647 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
4648 (exit $ac_status); } && {
4649 test -z "$ac_c_werror_flag" ||
4650 test ! -s conftest.err
4651 } && test -s conftest$ac_exeext && {
4652 test "$cross_compiling" = yes ||
4653 $as_test_x conftest$ac_exeext
4654 }; then
4655 ac_cv_lib_dnet_dnet_ntoa=yes
4656 else
4657 $as_echo "$as_me: failed program was:" >&5
4658 sed 's/^/| /' conftest.$ac_ext >&5
4660 ac_cv_lib_dnet_dnet_ntoa=no
4663 rm -rf conftest.dSYM
4664 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
4665 conftest$ac_exeext conftest.$ac_ext
4666 LIBS=$ac_check_lib_save_LIBS
4668 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_dnet_dnet_ntoa" >&5
4669 $as_echo "$ac_cv_lib_dnet_dnet_ntoa" >&6; }
4670 if test "x$ac_cv_lib_dnet_dnet_ntoa" = x""yes; then
4671 X_EXTRA_LIBS="$X_EXTRA_LIBS -ldnet"
4674 if test $ac_cv_lib_dnet_dnet_ntoa = no; then
4675 { $as_echo "$as_me:$LINENO: checking for dnet_ntoa in -ldnet_stub" >&5
4676 $as_echo_n "checking for dnet_ntoa in -ldnet_stub... " >&6; }
4677 if test "${ac_cv_lib_dnet_stub_dnet_ntoa+set}" = set; then
4678 $as_echo_n "(cached) " >&6
4679 else
4680 ac_check_lib_save_LIBS=$LIBS
4681 LIBS="-ldnet_stub $LIBS"
4682 cat >conftest.$ac_ext <<_ACEOF
4683 /* confdefs.h. */
4684 _ACEOF
4685 cat confdefs.h >>conftest.$ac_ext
4686 cat >>conftest.$ac_ext <<_ACEOF
4687 /* end confdefs.h. */
4689 /* Override any GCC internal prototype to avoid an error.
4690 Use char because int might match the return type of a GCC
4691 builtin and then its argument prototype would still apply. */
4692 #ifdef __cplusplus
4693 extern "C"
4694 #endif
4695 char dnet_ntoa ();
4697 main ()
4699 return dnet_ntoa ();
4701 return 0;
4703 _ACEOF
4704 rm -f conftest.$ac_objext conftest$ac_exeext
4705 if { (ac_try="$ac_link"
4706 case "(($ac_try" in
4707 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4708 *) ac_try_echo=$ac_try;;
4709 esac
4710 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
4711 $as_echo "$ac_try_echo") >&5
4712 (eval "$ac_link") 2>conftest.er1
4713 ac_status=$?
4714 grep -v '^ *+' conftest.er1 >conftest.err
4715 rm -f conftest.er1
4716 cat conftest.err >&5
4717 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
4718 (exit $ac_status); } && {
4719 test -z "$ac_c_werror_flag" ||
4720 test ! -s conftest.err
4721 } && test -s conftest$ac_exeext && {
4722 test "$cross_compiling" = yes ||
4723 $as_test_x conftest$ac_exeext
4724 }; then
4725 ac_cv_lib_dnet_stub_dnet_ntoa=yes
4726 else
4727 $as_echo "$as_me: failed program was:" >&5
4728 sed 's/^/| /' conftest.$ac_ext >&5
4730 ac_cv_lib_dnet_stub_dnet_ntoa=no
4733 rm -rf conftest.dSYM
4734 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
4735 conftest$ac_exeext conftest.$ac_ext
4736 LIBS=$ac_check_lib_save_LIBS
4738 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_dnet_stub_dnet_ntoa" >&5
4739 $as_echo "$ac_cv_lib_dnet_stub_dnet_ntoa" >&6; }
4740 if test "x$ac_cv_lib_dnet_stub_dnet_ntoa" = x""yes; then
4741 X_EXTRA_LIBS="$X_EXTRA_LIBS -ldnet_stub"
4747 rm -rf conftest.dSYM
4748 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
4749 conftest$ac_exeext conftest.$ac_ext
4750 LIBS="$ac_xsave_LIBS"
4752 # msh@cis.ufl.edu says -lnsl (and -lsocket) are needed for his 386/AT,
4753 # to get the SysV transport functions.
4754 # Chad R. Larson says the Pyramis MIS-ES running DC/OSx (SVR4)
4755 # needs -lnsl.
4756 # The nsl library prevents programs from opening the X display
4757 # on Irix 5.2, according to T.E. Dickey.
4758 # The functions gethostbyname, getservbyname, and inet_addr are
4759 # in -lbsd on LynxOS 3.0.1/i386, according to Lars Hecking.
4760 { $as_echo "$as_me:$LINENO: checking for gethostbyname" >&5
4761 $as_echo_n "checking for gethostbyname... " >&6; }
4762 if test "${ac_cv_func_gethostbyname+set}" = set; then
4763 $as_echo_n "(cached) " >&6
4764 else
4765 cat >conftest.$ac_ext <<_ACEOF
4766 /* confdefs.h. */
4767 _ACEOF
4768 cat confdefs.h >>conftest.$ac_ext
4769 cat >>conftest.$ac_ext <<_ACEOF
4770 /* end confdefs.h. */
4771 /* Define gethostbyname to an innocuous variant, in case <limits.h> declares gethostbyname.
4772 For example, HP-UX 11i <limits.h> declares gettimeofday. */
4773 #define gethostbyname innocuous_gethostbyname
4775 /* System header to define __stub macros and hopefully few prototypes,
4776 which can conflict with char gethostbyname (); below.
4777 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
4778 <limits.h> exists even on freestanding compilers. */
4780 #ifdef __STDC__
4781 # include <limits.h>
4782 #else
4783 # include <assert.h>
4784 #endif
4786 #undef gethostbyname
4788 /* Override any GCC internal prototype to avoid an error.
4789 Use char because int might match the return type of a GCC
4790 builtin and then its argument prototype would still apply. */
4791 #ifdef __cplusplus
4792 extern "C"
4793 #endif
4794 char gethostbyname ();
4795 /* The GNU C library defines this for functions which it implements
4796 to always fail with ENOSYS. Some functions are actually named
4797 something starting with __ and the normal name is an alias. */
4798 #if defined __stub_gethostbyname || defined __stub___gethostbyname
4799 choke me
4800 #endif
4803 main ()
4805 return gethostbyname ();
4807 return 0;
4809 _ACEOF
4810 rm -f conftest.$ac_objext conftest$ac_exeext
4811 if { (ac_try="$ac_link"
4812 case "(($ac_try" in
4813 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4814 *) ac_try_echo=$ac_try;;
4815 esac
4816 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
4817 $as_echo "$ac_try_echo") >&5
4818 (eval "$ac_link") 2>conftest.er1
4819 ac_status=$?
4820 grep -v '^ *+' conftest.er1 >conftest.err
4821 rm -f conftest.er1
4822 cat conftest.err >&5
4823 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
4824 (exit $ac_status); } && {
4825 test -z "$ac_c_werror_flag" ||
4826 test ! -s conftest.err
4827 } && test -s conftest$ac_exeext && {
4828 test "$cross_compiling" = yes ||
4829 $as_test_x conftest$ac_exeext
4830 }; then
4831 ac_cv_func_gethostbyname=yes
4832 else
4833 $as_echo "$as_me: failed program was:" >&5
4834 sed 's/^/| /' conftest.$ac_ext >&5
4836 ac_cv_func_gethostbyname=no
4839 rm -rf conftest.dSYM
4840 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
4841 conftest$ac_exeext conftest.$ac_ext
4843 { $as_echo "$as_me:$LINENO: result: $ac_cv_func_gethostbyname" >&5
4844 $as_echo "$ac_cv_func_gethostbyname" >&6; }
4846 if test $ac_cv_func_gethostbyname = no; then
4847 { $as_echo "$as_me:$LINENO: checking for gethostbyname in -lnsl" >&5
4848 $as_echo_n "checking for gethostbyname in -lnsl... " >&6; }
4849 if test "${ac_cv_lib_nsl_gethostbyname+set}" = set; then
4850 $as_echo_n "(cached) " >&6
4851 else
4852 ac_check_lib_save_LIBS=$LIBS
4853 LIBS="-lnsl $LIBS"
4854 cat >conftest.$ac_ext <<_ACEOF
4855 /* confdefs.h. */
4856 _ACEOF
4857 cat confdefs.h >>conftest.$ac_ext
4858 cat >>conftest.$ac_ext <<_ACEOF
4859 /* end confdefs.h. */
4861 /* Override any GCC internal prototype to avoid an error.
4862 Use char because int might match the return type of a GCC
4863 builtin and then its argument prototype would still apply. */
4864 #ifdef __cplusplus
4865 extern "C"
4866 #endif
4867 char gethostbyname ();
4869 main ()
4871 return gethostbyname ();
4873 return 0;
4875 _ACEOF
4876 rm -f conftest.$ac_objext conftest$ac_exeext
4877 if { (ac_try="$ac_link"
4878 case "(($ac_try" in
4879 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4880 *) ac_try_echo=$ac_try;;
4881 esac
4882 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
4883 $as_echo "$ac_try_echo") >&5
4884 (eval "$ac_link") 2>conftest.er1
4885 ac_status=$?
4886 grep -v '^ *+' conftest.er1 >conftest.err
4887 rm -f conftest.er1
4888 cat conftest.err >&5
4889 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
4890 (exit $ac_status); } && {
4891 test -z "$ac_c_werror_flag" ||
4892 test ! -s conftest.err
4893 } && test -s conftest$ac_exeext && {
4894 test "$cross_compiling" = yes ||
4895 $as_test_x conftest$ac_exeext
4896 }; then
4897 ac_cv_lib_nsl_gethostbyname=yes
4898 else
4899 $as_echo "$as_me: failed program was:" >&5
4900 sed 's/^/| /' conftest.$ac_ext >&5
4902 ac_cv_lib_nsl_gethostbyname=no
4905 rm -rf conftest.dSYM
4906 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
4907 conftest$ac_exeext conftest.$ac_ext
4908 LIBS=$ac_check_lib_save_LIBS
4910 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_nsl_gethostbyname" >&5
4911 $as_echo "$ac_cv_lib_nsl_gethostbyname" >&6; }
4912 if test "x$ac_cv_lib_nsl_gethostbyname" = x""yes; then
4913 X_EXTRA_LIBS="$X_EXTRA_LIBS -lnsl"
4916 if test $ac_cv_lib_nsl_gethostbyname = no; then
4917 { $as_echo "$as_me:$LINENO: checking for gethostbyname in -lbsd" >&5
4918 $as_echo_n "checking for gethostbyname in -lbsd... " >&6; }
4919 if test "${ac_cv_lib_bsd_gethostbyname+set}" = set; then
4920 $as_echo_n "(cached) " >&6
4921 else
4922 ac_check_lib_save_LIBS=$LIBS
4923 LIBS="-lbsd $LIBS"
4924 cat >conftest.$ac_ext <<_ACEOF
4925 /* confdefs.h. */
4926 _ACEOF
4927 cat confdefs.h >>conftest.$ac_ext
4928 cat >>conftest.$ac_ext <<_ACEOF
4929 /* end confdefs.h. */
4931 /* Override any GCC internal prototype to avoid an error.
4932 Use char because int might match the return type of a GCC
4933 builtin and then its argument prototype would still apply. */
4934 #ifdef __cplusplus
4935 extern "C"
4936 #endif
4937 char gethostbyname ();
4939 main ()
4941 return gethostbyname ();
4943 return 0;
4945 _ACEOF
4946 rm -f conftest.$ac_objext conftest$ac_exeext
4947 if { (ac_try="$ac_link"
4948 case "(($ac_try" in
4949 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4950 *) ac_try_echo=$ac_try;;
4951 esac
4952 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
4953 $as_echo "$ac_try_echo") >&5
4954 (eval "$ac_link") 2>conftest.er1
4955 ac_status=$?
4956 grep -v '^ *+' conftest.er1 >conftest.err
4957 rm -f conftest.er1
4958 cat conftest.err >&5
4959 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
4960 (exit $ac_status); } && {
4961 test -z "$ac_c_werror_flag" ||
4962 test ! -s conftest.err
4963 } && test -s conftest$ac_exeext && {
4964 test "$cross_compiling" = yes ||
4965 $as_test_x conftest$ac_exeext
4966 }; then
4967 ac_cv_lib_bsd_gethostbyname=yes
4968 else
4969 $as_echo "$as_me: failed program was:" >&5
4970 sed 's/^/| /' conftest.$ac_ext >&5
4972 ac_cv_lib_bsd_gethostbyname=no
4975 rm -rf conftest.dSYM
4976 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
4977 conftest$ac_exeext conftest.$ac_ext
4978 LIBS=$ac_check_lib_save_LIBS
4980 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_bsd_gethostbyname" >&5
4981 $as_echo "$ac_cv_lib_bsd_gethostbyname" >&6; }
4982 if test "x$ac_cv_lib_bsd_gethostbyname" = x""yes; then
4983 X_EXTRA_LIBS="$X_EXTRA_LIBS -lbsd"
4989 # lieder@skyler.mavd.honeywell.com says without -lsocket,
4990 # socket/setsockopt and other routines are undefined under SCO ODT
4991 # 2.0. But -lsocket is broken on IRIX 5.2 (and is not necessary
4992 # on later versions), says Simon Leinen: it contains gethostby*
4993 # variants that don't use the name server (or something). -lsocket
4994 # must be given before -lnsl if both are needed. We assume that
4995 # if connect needs -lnsl, so does gethostbyname.
4996 { $as_echo "$as_me:$LINENO: checking for connect" >&5
4997 $as_echo_n "checking for connect... " >&6; }
4998 if test "${ac_cv_func_connect+set}" = set; then
4999 $as_echo_n "(cached) " >&6
5000 else
5001 cat >conftest.$ac_ext <<_ACEOF
5002 /* confdefs.h. */
5003 _ACEOF
5004 cat confdefs.h >>conftest.$ac_ext
5005 cat >>conftest.$ac_ext <<_ACEOF
5006 /* end confdefs.h. */
5007 /* Define connect to an innocuous variant, in case <limits.h> declares connect.
5008 For example, HP-UX 11i <limits.h> declares gettimeofday. */
5009 #define connect innocuous_connect
5011 /* System header to define __stub macros and hopefully few prototypes,
5012 which can conflict with char connect (); below.
5013 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
5014 <limits.h> exists even on freestanding compilers. */
5016 #ifdef __STDC__
5017 # include <limits.h>
5018 #else
5019 # include <assert.h>
5020 #endif
5022 #undef connect
5024 /* Override any GCC internal prototype to avoid an error.
5025 Use char because int might match the return type of a GCC
5026 builtin and then its argument prototype would still apply. */
5027 #ifdef __cplusplus
5028 extern "C"
5029 #endif
5030 char connect ();
5031 /* The GNU C library defines this for functions which it implements
5032 to always fail with ENOSYS. Some functions are actually named
5033 something starting with __ and the normal name is an alias. */
5034 #if defined __stub_connect || defined __stub___connect
5035 choke me
5036 #endif
5039 main ()
5041 return connect ();
5043 return 0;
5045 _ACEOF
5046 rm -f conftest.$ac_objext conftest$ac_exeext
5047 if { (ac_try="$ac_link"
5048 case "(($ac_try" in
5049 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5050 *) ac_try_echo=$ac_try;;
5051 esac
5052 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
5053 $as_echo "$ac_try_echo") >&5
5054 (eval "$ac_link") 2>conftest.er1
5055 ac_status=$?
5056 grep -v '^ *+' conftest.er1 >conftest.err
5057 rm -f conftest.er1
5058 cat conftest.err >&5
5059 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
5060 (exit $ac_status); } && {
5061 test -z "$ac_c_werror_flag" ||
5062 test ! -s conftest.err
5063 } && test -s conftest$ac_exeext && {
5064 test "$cross_compiling" = yes ||
5065 $as_test_x conftest$ac_exeext
5066 }; then
5067 ac_cv_func_connect=yes
5068 else
5069 $as_echo "$as_me: failed program was:" >&5
5070 sed 's/^/| /' conftest.$ac_ext >&5
5072 ac_cv_func_connect=no
5075 rm -rf conftest.dSYM
5076 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
5077 conftest$ac_exeext conftest.$ac_ext
5079 { $as_echo "$as_me:$LINENO: result: $ac_cv_func_connect" >&5
5080 $as_echo "$ac_cv_func_connect" >&6; }
5082 if test $ac_cv_func_connect = no; then
5083 { $as_echo "$as_me:$LINENO: checking for connect in -lsocket" >&5
5084 $as_echo_n "checking for connect in -lsocket... " >&6; }
5085 if test "${ac_cv_lib_socket_connect+set}" = set; then
5086 $as_echo_n "(cached) " >&6
5087 else
5088 ac_check_lib_save_LIBS=$LIBS
5089 LIBS="-lsocket $X_EXTRA_LIBS $LIBS"
5090 cat >conftest.$ac_ext <<_ACEOF
5091 /* confdefs.h. */
5092 _ACEOF
5093 cat confdefs.h >>conftest.$ac_ext
5094 cat >>conftest.$ac_ext <<_ACEOF
5095 /* end confdefs.h. */
5097 /* Override any GCC internal prototype to avoid an error.
5098 Use char because int might match the return type of a GCC
5099 builtin and then its argument prototype would still apply. */
5100 #ifdef __cplusplus
5101 extern "C"
5102 #endif
5103 char connect ();
5105 main ()
5107 return connect ();
5109 return 0;
5111 _ACEOF
5112 rm -f conftest.$ac_objext conftest$ac_exeext
5113 if { (ac_try="$ac_link"
5114 case "(($ac_try" in
5115 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5116 *) ac_try_echo=$ac_try;;
5117 esac
5118 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
5119 $as_echo "$ac_try_echo") >&5
5120 (eval "$ac_link") 2>conftest.er1
5121 ac_status=$?
5122 grep -v '^ *+' conftest.er1 >conftest.err
5123 rm -f conftest.er1
5124 cat conftest.err >&5
5125 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
5126 (exit $ac_status); } && {
5127 test -z "$ac_c_werror_flag" ||
5128 test ! -s conftest.err
5129 } && test -s conftest$ac_exeext && {
5130 test "$cross_compiling" = yes ||
5131 $as_test_x conftest$ac_exeext
5132 }; then
5133 ac_cv_lib_socket_connect=yes
5134 else
5135 $as_echo "$as_me: failed program was:" >&5
5136 sed 's/^/| /' conftest.$ac_ext >&5
5138 ac_cv_lib_socket_connect=no
5141 rm -rf conftest.dSYM
5142 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
5143 conftest$ac_exeext conftest.$ac_ext
5144 LIBS=$ac_check_lib_save_LIBS
5146 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_socket_connect" >&5
5147 $as_echo "$ac_cv_lib_socket_connect" >&6; }
5148 if test "x$ac_cv_lib_socket_connect" = x""yes; then
5149 X_EXTRA_LIBS="-lsocket $X_EXTRA_LIBS"
5154 # Guillermo Gomez says -lposix is necessary on A/UX.
5155 { $as_echo "$as_me:$LINENO: checking for remove" >&5
5156 $as_echo_n "checking for remove... " >&6; }
5157 if test "${ac_cv_func_remove+set}" = set; then
5158 $as_echo_n "(cached) " >&6
5159 else
5160 cat >conftest.$ac_ext <<_ACEOF
5161 /* confdefs.h. */
5162 _ACEOF
5163 cat confdefs.h >>conftest.$ac_ext
5164 cat >>conftest.$ac_ext <<_ACEOF
5165 /* end confdefs.h. */
5166 /* Define remove to an innocuous variant, in case <limits.h> declares remove.
5167 For example, HP-UX 11i <limits.h> declares gettimeofday. */
5168 #define remove innocuous_remove
5170 /* System header to define __stub macros and hopefully few prototypes,
5171 which can conflict with char remove (); below.
5172 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
5173 <limits.h> exists even on freestanding compilers. */
5175 #ifdef __STDC__
5176 # include <limits.h>
5177 #else
5178 # include <assert.h>
5179 #endif
5181 #undef remove
5183 /* Override any GCC internal prototype to avoid an error.
5184 Use char because int might match the return type of a GCC
5185 builtin and then its argument prototype would still apply. */
5186 #ifdef __cplusplus
5187 extern "C"
5188 #endif
5189 char remove ();
5190 /* The GNU C library defines this for functions which it implements
5191 to always fail with ENOSYS. Some functions are actually named
5192 something starting with __ and the normal name is an alias. */
5193 #if defined __stub_remove || defined __stub___remove
5194 choke me
5195 #endif
5198 main ()
5200 return remove ();
5202 return 0;
5204 _ACEOF
5205 rm -f conftest.$ac_objext conftest$ac_exeext
5206 if { (ac_try="$ac_link"
5207 case "(($ac_try" in
5208 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5209 *) ac_try_echo=$ac_try;;
5210 esac
5211 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
5212 $as_echo "$ac_try_echo") >&5
5213 (eval "$ac_link") 2>conftest.er1
5214 ac_status=$?
5215 grep -v '^ *+' conftest.er1 >conftest.err
5216 rm -f conftest.er1
5217 cat conftest.err >&5
5218 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
5219 (exit $ac_status); } && {
5220 test -z "$ac_c_werror_flag" ||
5221 test ! -s conftest.err
5222 } && test -s conftest$ac_exeext && {
5223 test "$cross_compiling" = yes ||
5224 $as_test_x conftest$ac_exeext
5225 }; then
5226 ac_cv_func_remove=yes
5227 else
5228 $as_echo "$as_me: failed program was:" >&5
5229 sed 's/^/| /' conftest.$ac_ext >&5
5231 ac_cv_func_remove=no
5234 rm -rf conftest.dSYM
5235 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
5236 conftest$ac_exeext conftest.$ac_ext
5238 { $as_echo "$as_me:$LINENO: result: $ac_cv_func_remove" >&5
5239 $as_echo "$ac_cv_func_remove" >&6; }
5241 if test $ac_cv_func_remove = no; then
5242 { $as_echo "$as_me:$LINENO: checking for remove in -lposix" >&5
5243 $as_echo_n "checking for remove in -lposix... " >&6; }
5244 if test "${ac_cv_lib_posix_remove+set}" = set; then
5245 $as_echo_n "(cached) " >&6
5246 else
5247 ac_check_lib_save_LIBS=$LIBS
5248 LIBS="-lposix $LIBS"
5249 cat >conftest.$ac_ext <<_ACEOF
5250 /* confdefs.h. */
5251 _ACEOF
5252 cat confdefs.h >>conftest.$ac_ext
5253 cat >>conftest.$ac_ext <<_ACEOF
5254 /* end confdefs.h. */
5256 /* Override any GCC internal prototype to avoid an error.
5257 Use char because int might match the return type of a GCC
5258 builtin and then its argument prototype would still apply. */
5259 #ifdef __cplusplus
5260 extern "C"
5261 #endif
5262 char remove ();
5264 main ()
5266 return remove ();
5268 return 0;
5270 _ACEOF
5271 rm -f conftest.$ac_objext conftest$ac_exeext
5272 if { (ac_try="$ac_link"
5273 case "(($ac_try" in
5274 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5275 *) ac_try_echo=$ac_try;;
5276 esac
5277 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
5278 $as_echo "$ac_try_echo") >&5
5279 (eval "$ac_link") 2>conftest.er1
5280 ac_status=$?
5281 grep -v '^ *+' conftest.er1 >conftest.err
5282 rm -f conftest.er1
5283 cat conftest.err >&5
5284 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
5285 (exit $ac_status); } && {
5286 test -z "$ac_c_werror_flag" ||
5287 test ! -s conftest.err
5288 } && test -s conftest$ac_exeext && {
5289 test "$cross_compiling" = yes ||
5290 $as_test_x conftest$ac_exeext
5291 }; then
5292 ac_cv_lib_posix_remove=yes
5293 else
5294 $as_echo "$as_me: failed program was:" >&5
5295 sed 's/^/| /' conftest.$ac_ext >&5
5297 ac_cv_lib_posix_remove=no
5300 rm -rf conftest.dSYM
5301 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
5302 conftest$ac_exeext conftest.$ac_ext
5303 LIBS=$ac_check_lib_save_LIBS
5305 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_posix_remove" >&5
5306 $as_echo "$ac_cv_lib_posix_remove" >&6; }
5307 if test "x$ac_cv_lib_posix_remove" = x""yes; then
5308 X_EXTRA_LIBS="$X_EXTRA_LIBS -lposix"
5313 # BSDI BSD/OS 2.1 needs -lipc for XOpenDisplay.
5314 { $as_echo "$as_me:$LINENO: checking for shmat" >&5
5315 $as_echo_n "checking for shmat... " >&6; }
5316 if test "${ac_cv_func_shmat+set}" = set; then
5317 $as_echo_n "(cached) " >&6
5318 else
5319 cat >conftest.$ac_ext <<_ACEOF
5320 /* confdefs.h. */
5321 _ACEOF
5322 cat confdefs.h >>conftest.$ac_ext
5323 cat >>conftest.$ac_ext <<_ACEOF
5324 /* end confdefs.h. */
5325 /* Define shmat to an innocuous variant, in case <limits.h> declares shmat.
5326 For example, HP-UX 11i <limits.h> declares gettimeofday. */
5327 #define shmat innocuous_shmat
5329 /* System header to define __stub macros and hopefully few prototypes,
5330 which can conflict with char shmat (); below.
5331 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
5332 <limits.h> exists even on freestanding compilers. */
5334 #ifdef __STDC__
5335 # include <limits.h>
5336 #else
5337 # include <assert.h>
5338 #endif
5340 #undef shmat
5342 /* Override any GCC internal prototype to avoid an error.
5343 Use char because int might match the return type of a GCC
5344 builtin and then its argument prototype would still apply. */
5345 #ifdef __cplusplus
5346 extern "C"
5347 #endif
5348 char shmat ();
5349 /* The GNU C library defines this for functions which it implements
5350 to always fail with ENOSYS. Some functions are actually named
5351 something starting with __ and the normal name is an alias. */
5352 #if defined __stub_shmat || defined __stub___shmat
5353 choke me
5354 #endif
5357 main ()
5359 return shmat ();
5361 return 0;
5363 _ACEOF
5364 rm -f conftest.$ac_objext conftest$ac_exeext
5365 if { (ac_try="$ac_link"
5366 case "(($ac_try" in
5367 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5368 *) ac_try_echo=$ac_try;;
5369 esac
5370 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
5371 $as_echo "$ac_try_echo") >&5
5372 (eval "$ac_link") 2>conftest.er1
5373 ac_status=$?
5374 grep -v '^ *+' conftest.er1 >conftest.err
5375 rm -f conftest.er1
5376 cat conftest.err >&5
5377 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
5378 (exit $ac_status); } && {
5379 test -z "$ac_c_werror_flag" ||
5380 test ! -s conftest.err
5381 } && test -s conftest$ac_exeext && {
5382 test "$cross_compiling" = yes ||
5383 $as_test_x conftest$ac_exeext
5384 }; then
5385 ac_cv_func_shmat=yes
5386 else
5387 $as_echo "$as_me: failed program was:" >&5
5388 sed 's/^/| /' conftest.$ac_ext >&5
5390 ac_cv_func_shmat=no
5393 rm -rf conftest.dSYM
5394 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
5395 conftest$ac_exeext conftest.$ac_ext
5397 { $as_echo "$as_me:$LINENO: result: $ac_cv_func_shmat" >&5
5398 $as_echo "$ac_cv_func_shmat" >&6; }
5400 if test $ac_cv_func_shmat = no; then
5401 { $as_echo "$as_me:$LINENO: checking for shmat in -lipc" >&5
5402 $as_echo_n "checking for shmat in -lipc... " >&6; }
5403 if test "${ac_cv_lib_ipc_shmat+set}" = set; then
5404 $as_echo_n "(cached) " >&6
5405 else
5406 ac_check_lib_save_LIBS=$LIBS
5407 LIBS="-lipc $LIBS"
5408 cat >conftest.$ac_ext <<_ACEOF
5409 /* confdefs.h. */
5410 _ACEOF
5411 cat confdefs.h >>conftest.$ac_ext
5412 cat >>conftest.$ac_ext <<_ACEOF
5413 /* end confdefs.h. */
5415 /* Override any GCC internal prototype to avoid an error.
5416 Use char because int might match the return type of a GCC
5417 builtin and then its argument prototype would still apply. */
5418 #ifdef __cplusplus
5419 extern "C"
5420 #endif
5421 char shmat ();
5423 main ()
5425 return shmat ();
5427 return 0;
5429 _ACEOF
5430 rm -f conftest.$ac_objext conftest$ac_exeext
5431 if { (ac_try="$ac_link"
5432 case "(($ac_try" in
5433 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5434 *) ac_try_echo=$ac_try;;
5435 esac
5436 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
5437 $as_echo "$ac_try_echo") >&5
5438 (eval "$ac_link") 2>conftest.er1
5439 ac_status=$?
5440 grep -v '^ *+' conftest.er1 >conftest.err
5441 rm -f conftest.er1
5442 cat conftest.err >&5
5443 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
5444 (exit $ac_status); } && {
5445 test -z "$ac_c_werror_flag" ||
5446 test ! -s conftest.err
5447 } && test -s conftest$ac_exeext && {
5448 test "$cross_compiling" = yes ||
5449 $as_test_x conftest$ac_exeext
5450 }; then
5451 ac_cv_lib_ipc_shmat=yes
5452 else
5453 $as_echo "$as_me: failed program was:" >&5
5454 sed 's/^/| /' conftest.$ac_ext >&5
5456 ac_cv_lib_ipc_shmat=no
5459 rm -rf conftest.dSYM
5460 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
5461 conftest$ac_exeext conftest.$ac_ext
5462 LIBS=$ac_check_lib_save_LIBS
5464 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_ipc_shmat" >&5
5465 $as_echo "$ac_cv_lib_ipc_shmat" >&6; }
5466 if test "x$ac_cv_lib_ipc_shmat" = x""yes; then
5467 X_EXTRA_LIBS="$X_EXTRA_LIBS -lipc"
5473 # Check for libraries that X11R6 Xt/Xaw programs need.
5474 ac_save_LDFLAGS=$LDFLAGS
5475 test -n "$x_libraries" && LDFLAGS="$LDFLAGS -L$x_libraries"
5476 # SM needs ICE to (dynamically) link under SunOS 4.x (so we have to
5477 # check for ICE first), but we must link in the order -lSM -lICE or
5478 # we get undefined symbols. So assume we have SM if we have ICE.
5479 # These have to be linked with before -lX11, unlike the other
5480 # libraries we check for below, so use a different variable.
5481 # John Interrante, Karl Berry
5482 { $as_echo "$as_me:$LINENO: checking for IceConnectionNumber in -lICE" >&5
5483 $as_echo_n "checking for IceConnectionNumber in -lICE... " >&6; }
5484 if test "${ac_cv_lib_ICE_IceConnectionNumber+set}" = set; then
5485 $as_echo_n "(cached) " >&6
5486 else
5487 ac_check_lib_save_LIBS=$LIBS
5488 LIBS="-lICE $X_EXTRA_LIBS $LIBS"
5489 cat >conftest.$ac_ext <<_ACEOF
5490 /* confdefs.h. */
5491 _ACEOF
5492 cat confdefs.h >>conftest.$ac_ext
5493 cat >>conftest.$ac_ext <<_ACEOF
5494 /* end confdefs.h. */
5496 /* Override any GCC internal prototype to avoid an error.
5497 Use char because int might match the return type of a GCC
5498 builtin and then its argument prototype would still apply. */
5499 #ifdef __cplusplus
5500 extern "C"
5501 #endif
5502 char IceConnectionNumber ();
5504 main ()
5506 return IceConnectionNumber ();
5508 return 0;
5510 _ACEOF
5511 rm -f conftest.$ac_objext conftest$ac_exeext
5512 if { (ac_try="$ac_link"
5513 case "(($ac_try" in
5514 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5515 *) ac_try_echo=$ac_try;;
5516 esac
5517 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
5518 $as_echo "$ac_try_echo") >&5
5519 (eval "$ac_link") 2>conftest.er1
5520 ac_status=$?
5521 grep -v '^ *+' conftest.er1 >conftest.err
5522 rm -f conftest.er1
5523 cat conftest.err >&5
5524 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
5525 (exit $ac_status); } && {
5526 test -z "$ac_c_werror_flag" ||
5527 test ! -s conftest.err
5528 } && test -s conftest$ac_exeext && {
5529 test "$cross_compiling" = yes ||
5530 $as_test_x conftest$ac_exeext
5531 }; then
5532 ac_cv_lib_ICE_IceConnectionNumber=yes
5533 else
5534 $as_echo "$as_me: failed program was:" >&5
5535 sed 's/^/| /' conftest.$ac_ext >&5
5537 ac_cv_lib_ICE_IceConnectionNumber=no
5540 rm -rf conftest.dSYM
5541 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
5542 conftest$ac_exeext conftest.$ac_ext
5543 LIBS=$ac_check_lib_save_LIBS
5545 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_ICE_IceConnectionNumber" >&5
5546 $as_echo "$ac_cv_lib_ICE_IceConnectionNumber" >&6; }
5547 if test "x$ac_cv_lib_ICE_IceConnectionNumber" = x""yes; then
5548 X_PRE_LIBS="$X_PRE_LIBS -lSM -lICE"
5551 LDFLAGS=$ac_save_LDFLAGS
5556 for ac_prog in flex
5558 # Extract the first word of "$ac_prog", so it can be a program name with args.
5559 set dummy $ac_prog; ac_word=$2
5560 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
5561 $as_echo_n "checking for $ac_word... " >&6; }
5562 if test "${ac_cv_prog_FLEX+set}" = set; then
5563 $as_echo_n "(cached) " >&6
5564 else
5565 if test -n "$FLEX"; then
5566 ac_cv_prog_FLEX="$FLEX" # Let the user override the test.
5567 else
5568 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5569 for as_dir in $PATH
5571 IFS=$as_save_IFS
5572 test -z "$as_dir" && as_dir=.
5573 for ac_exec_ext in '' $ac_executable_extensions; do
5574 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5575 ac_cv_prog_FLEX="$ac_prog"
5576 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5577 break 2
5579 done
5580 done
5581 IFS=$as_save_IFS
5585 FLEX=$ac_cv_prog_FLEX
5586 if test -n "$FLEX"; then
5587 { $as_echo "$as_me:$LINENO: result: $FLEX" >&5
5588 $as_echo "$FLEX" >&6; }
5589 else
5590 { $as_echo "$as_me:$LINENO: result: no" >&5
5591 $as_echo "no" >&6; }
5595 test -n "$FLEX" && break
5596 done
5597 test -n "$FLEX" || FLEX="none"
5599 if test "$FLEX" = "none"
5600 then
5601 { { $as_echo "$as_me:$LINENO: error: no suitable flex found. Please install the 'flex' package." >&5
5602 $as_echo "$as_me: error: no suitable flex found. Please install the 'flex' package." >&2;}
5603 { (exit 1); exit 1; }; }
5606 for ac_prog in bison
5608 # Extract the first word of "$ac_prog", so it can be a program name with args.
5609 set dummy $ac_prog; ac_word=$2
5610 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
5611 $as_echo_n "checking for $ac_word... " >&6; }
5612 if test "${ac_cv_prog_BISON+set}" = set; then
5613 $as_echo_n "(cached) " >&6
5614 else
5615 if test -n "$BISON"; then
5616 ac_cv_prog_BISON="$BISON" # Let the user override the test.
5617 else
5618 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5619 for as_dir in $PATH
5621 IFS=$as_save_IFS
5622 test -z "$as_dir" && as_dir=.
5623 for ac_exec_ext in '' $ac_executable_extensions; do
5624 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5625 ac_cv_prog_BISON="$ac_prog"
5626 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5627 break 2
5629 done
5630 done
5631 IFS=$as_save_IFS
5635 BISON=$ac_cv_prog_BISON
5636 if test -n "$BISON"; then
5637 { $as_echo "$as_me:$LINENO: result: $BISON" >&5
5638 $as_echo "$BISON" >&6; }
5639 else
5640 { $as_echo "$as_me:$LINENO: result: no" >&5
5641 $as_echo "no" >&6; }
5645 test -n "$BISON" && break
5646 done
5647 test -n "$BISON" || BISON="none"
5649 if test "$BISON" = "none"
5650 then
5651 { { $as_echo "$as_me:$LINENO: error: no suitable bison found. Please install the 'bison' package." >&5
5652 $as_echo "$as_me: error: no suitable bison found. Please install the 'bison' package." >&2;}
5653 { (exit 1); exit 1; }; }
5656 if test -n "$ac_tool_prefix"; then
5657 for ac_prog in gas as
5659 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
5660 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
5661 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
5662 $as_echo_n "checking for $ac_word... " >&6; }
5663 if test "${ac_cv_prog_AS+set}" = set; then
5664 $as_echo_n "(cached) " >&6
5665 else
5666 if test -n "$AS"; then
5667 ac_cv_prog_AS="$AS" # Let the user override the test.
5668 else
5669 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5670 for as_dir in $PATH
5672 IFS=$as_save_IFS
5673 test -z "$as_dir" && as_dir=.
5674 for ac_exec_ext in '' $ac_executable_extensions; do
5675 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5676 ac_cv_prog_AS="$ac_tool_prefix$ac_prog"
5677 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5678 break 2
5680 done
5681 done
5682 IFS=$as_save_IFS
5686 AS=$ac_cv_prog_AS
5687 if test -n "$AS"; then
5688 { $as_echo "$as_me:$LINENO: result: $AS" >&5
5689 $as_echo "$AS" >&6; }
5690 else
5691 { $as_echo "$as_me:$LINENO: result: no" >&5
5692 $as_echo "no" >&6; }
5696 test -n "$AS" && break
5697 done
5699 if test -z "$AS"; then
5700 ac_ct_AS=$AS
5701 for ac_prog in gas as
5703 # Extract the first word of "$ac_prog", so it can be a program name with args.
5704 set dummy $ac_prog; ac_word=$2
5705 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
5706 $as_echo_n "checking for $ac_word... " >&6; }
5707 if test "${ac_cv_prog_ac_ct_AS+set}" = set; then
5708 $as_echo_n "(cached) " >&6
5709 else
5710 if test -n "$ac_ct_AS"; then
5711 ac_cv_prog_ac_ct_AS="$ac_ct_AS" # Let the user override the test.
5712 else
5713 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5714 for as_dir in $PATH
5716 IFS=$as_save_IFS
5717 test -z "$as_dir" && as_dir=.
5718 for ac_exec_ext in '' $ac_executable_extensions; do
5719 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5720 ac_cv_prog_ac_ct_AS="$ac_prog"
5721 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5722 break 2
5724 done
5725 done
5726 IFS=$as_save_IFS
5730 ac_ct_AS=$ac_cv_prog_ac_ct_AS
5731 if test -n "$ac_ct_AS"; then
5732 { $as_echo "$as_me:$LINENO: result: $ac_ct_AS" >&5
5733 $as_echo "$ac_ct_AS" >&6; }
5734 else
5735 { $as_echo "$as_me:$LINENO: result: no" >&5
5736 $as_echo "no" >&6; }
5740 test -n "$ac_ct_AS" && break
5741 done
5743 if test "x$ac_ct_AS" = x; then
5744 AS="as"
5745 else
5746 case $cross_compiling:$ac_tool_warned in
5747 yes:)
5748 { $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5
5749 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
5750 ac_tool_warned=yes ;;
5751 esac
5752 AS=$ac_ct_AS
5756 if test -n "$ac_tool_prefix"; then
5757 for ac_prog in ld gld
5759 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
5760 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
5761 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
5762 $as_echo_n "checking for $ac_word... " >&6; }
5763 if test "${ac_cv_prog_LD+set}" = set; then
5764 $as_echo_n "(cached) " >&6
5765 else
5766 if test -n "$LD"; then
5767 ac_cv_prog_LD="$LD" # Let the user override the test.
5768 else
5769 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5770 for as_dir in $PATH
5772 IFS=$as_save_IFS
5773 test -z "$as_dir" && as_dir=.
5774 for ac_exec_ext in '' $ac_executable_extensions; do
5775 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5776 ac_cv_prog_LD="$ac_tool_prefix$ac_prog"
5777 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5778 break 2
5780 done
5781 done
5782 IFS=$as_save_IFS
5786 LD=$ac_cv_prog_LD
5787 if test -n "$LD"; then
5788 { $as_echo "$as_me:$LINENO: result: $LD" >&5
5789 $as_echo "$LD" >&6; }
5790 else
5791 { $as_echo "$as_me:$LINENO: result: no" >&5
5792 $as_echo "no" >&6; }
5796 test -n "$LD" && break
5797 done
5799 if test -z "$LD"; then
5800 ac_ct_LD=$LD
5801 for ac_prog in ld gld
5803 # Extract the first word of "$ac_prog", so it can be a program name with args.
5804 set dummy $ac_prog; ac_word=$2
5805 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
5806 $as_echo_n "checking for $ac_word... " >&6; }
5807 if test "${ac_cv_prog_ac_ct_LD+set}" = set; then
5808 $as_echo_n "(cached) " >&6
5809 else
5810 if test -n "$ac_ct_LD"; then
5811 ac_cv_prog_ac_ct_LD="$ac_ct_LD" # Let the user override the test.
5812 else
5813 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5814 for as_dir in $PATH
5816 IFS=$as_save_IFS
5817 test -z "$as_dir" && as_dir=.
5818 for ac_exec_ext in '' $ac_executable_extensions; do
5819 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5820 ac_cv_prog_ac_ct_LD="$ac_prog"
5821 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5822 break 2
5824 done
5825 done
5826 IFS=$as_save_IFS
5830 ac_ct_LD=$ac_cv_prog_ac_ct_LD
5831 if test -n "$ac_ct_LD"; then
5832 { $as_echo "$as_me:$LINENO: result: $ac_ct_LD" >&5
5833 $as_echo "$ac_ct_LD" >&6; }
5834 else
5835 { $as_echo "$as_me:$LINENO: result: no" >&5
5836 $as_echo "no" >&6; }
5840 test -n "$ac_ct_LD" && break
5841 done
5843 if test "x$ac_ct_LD" = x; then
5844 LD="ld"
5845 else
5846 case $cross_compiling:$ac_tool_warned in
5847 yes:)
5848 { $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5
5849 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
5850 ac_tool_warned=yes ;;
5851 esac
5852 LD=$ac_ct_LD
5856 if test -n "$ac_tool_prefix"; then
5857 for ac_prog in nm gnm
5859 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
5860 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
5861 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
5862 $as_echo_n "checking for $ac_word... " >&6; }
5863 if test "${ac_cv_prog_NM+set}" = set; then
5864 $as_echo_n "(cached) " >&6
5865 else
5866 if test -n "$NM"; then
5867 ac_cv_prog_NM="$NM" # Let the user override the test.
5868 else
5869 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5870 for as_dir in $PATH
5872 IFS=$as_save_IFS
5873 test -z "$as_dir" && as_dir=.
5874 for ac_exec_ext in '' $ac_executable_extensions; do
5875 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5876 ac_cv_prog_NM="$ac_tool_prefix$ac_prog"
5877 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5878 break 2
5880 done
5881 done
5882 IFS=$as_save_IFS
5886 NM=$ac_cv_prog_NM
5887 if test -n "$NM"; then
5888 { $as_echo "$as_me:$LINENO: result: $NM" >&5
5889 $as_echo "$NM" >&6; }
5890 else
5891 { $as_echo "$as_me:$LINENO: result: no" >&5
5892 $as_echo "no" >&6; }
5896 test -n "$NM" && break
5897 done
5899 if test -z "$NM"; then
5900 ac_ct_NM=$NM
5901 for ac_prog in nm gnm
5903 # Extract the first word of "$ac_prog", so it can be a program name with args.
5904 set dummy $ac_prog; ac_word=$2
5905 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
5906 $as_echo_n "checking for $ac_word... " >&6; }
5907 if test "${ac_cv_prog_ac_ct_NM+set}" = set; then
5908 $as_echo_n "(cached) " >&6
5909 else
5910 if test -n "$ac_ct_NM"; then
5911 ac_cv_prog_ac_ct_NM="$ac_ct_NM" # Let the user override the test.
5912 else
5913 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5914 for as_dir in $PATH
5916 IFS=$as_save_IFS
5917 test -z "$as_dir" && as_dir=.
5918 for ac_exec_ext in '' $ac_executable_extensions; do
5919 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5920 ac_cv_prog_ac_ct_NM="$ac_prog"
5921 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5922 break 2
5924 done
5925 done
5926 IFS=$as_save_IFS
5930 ac_ct_NM=$ac_cv_prog_ac_ct_NM
5931 if test -n "$ac_ct_NM"; then
5932 { $as_echo "$as_me:$LINENO: result: $ac_ct_NM" >&5
5933 $as_echo "$ac_ct_NM" >&6; }
5934 else
5935 { $as_echo "$as_me:$LINENO: result: no" >&5
5936 $as_echo "no" >&6; }
5940 test -n "$ac_ct_NM" && break
5941 done
5943 if test "x$ac_ct_NM" = x; then
5944 NM="nm"
5945 else
5946 case $cross_compiling:$ac_tool_warned in
5947 yes:)
5948 { $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5
5949 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
5950 ac_tool_warned=yes ;;
5951 esac
5952 NM=$ac_ct_NM
5956 if test -n "$ac_tool_prefix"; then
5957 for ac_prog in ar gar
5959 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
5960 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
5961 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
5962 $as_echo_n "checking for $ac_word... " >&6; }
5963 if test "${ac_cv_prog_AR+set}" = set; then
5964 $as_echo_n "(cached) " >&6
5965 else
5966 if test -n "$AR"; then
5967 ac_cv_prog_AR="$AR" # Let the user override the test.
5968 else
5969 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5970 for as_dir in $PATH
5972 IFS=$as_save_IFS
5973 test -z "$as_dir" && as_dir=.
5974 for ac_exec_ext in '' $ac_executable_extensions; do
5975 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5976 ac_cv_prog_AR="$ac_tool_prefix$ac_prog"
5977 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5978 break 2
5980 done
5981 done
5982 IFS=$as_save_IFS
5986 AR=$ac_cv_prog_AR
5987 if test -n "$AR"; then
5988 { $as_echo "$as_me:$LINENO: result: $AR" >&5
5989 $as_echo "$AR" >&6; }
5990 else
5991 { $as_echo "$as_me:$LINENO: result: no" >&5
5992 $as_echo "no" >&6; }
5996 test -n "$AR" && break
5997 done
5999 if test -z "$AR"; then
6000 ac_ct_AR=$AR
6001 for ac_prog in ar gar
6003 # Extract the first word of "$ac_prog", so it can be a program name with args.
6004 set dummy $ac_prog; ac_word=$2
6005 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
6006 $as_echo_n "checking for $ac_word... " >&6; }
6007 if test "${ac_cv_prog_ac_ct_AR+set}" = set; then
6008 $as_echo_n "(cached) " >&6
6009 else
6010 if test -n "$ac_ct_AR"; then
6011 ac_cv_prog_ac_ct_AR="$ac_ct_AR" # Let the user override the test.
6012 else
6013 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6014 for as_dir in $PATH
6016 IFS=$as_save_IFS
6017 test -z "$as_dir" && as_dir=.
6018 for ac_exec_ext in '' $ac_executable_extensions; do
6019 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6020 ac_cv_prog_ac_ct_AR="$ac_prog"
6021 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
6022 break 2
6024 done
6025 done
6026 IFS=$as_save_IFS
6030 ac_ct_AR=$ac_cv_prog_ac_ct_AR
6031 if test -n "$ac_ct_AR"; then
6032 { $as_echo "$as_me:$LINENO: result: $ac_ct_AR" >&5
6033 $as_echo "$ac_ct_AR" >&6; }
6034 else
6035 { $as_echo "$as_me:$LINENO: result: no" >&5
6036 $as_echo "no" >&6; }
6040 test -n "$ac_ct_AR" && break
6041 done
6043 if test "x$ac_ct_AR" = x; then
6044 AR="ar"
6045 else
6046 case $cross_compiling:$ac_tool_warned in
6047 yes:)
6048 { $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5
6049 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6050 ac_tool_warned=yes ;;
6051 esac
6052 AR=$ac_ct_AR
6056 ARFLAGS=rc
6058 if test -n "$ac_tool_prefix"; then
6059 # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
6060 set dummy ${ac_tool_prefix}ranlib; ac_word=$2
6061 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
6062 $as_echo_n "checking for $ac_word... " >&6; }
6063 if test "${ac_cv_prog_RANLIB+set}" = set; then
6064 $as_echo_n "(cached) " >&6
6065 else
6066 if test -n "$RANLIB"; then
6067 ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
6068 else
6069 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6070 for as_dir in $PATH
6072 IFS=$as_save_IFS
6073 test -z "$as_dir" && as_dir=.
6074 for ac_exec_ext in '' $ac_executable_extensions; do
6075 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6076 ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib"
6077 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
6078 break 2
6080 done
6081 done
6082 IFS=$as_save_IFS
6086 RANLIB=$ac_cv_prog_RANLIB
6087 if test -n "$RANLIB"; then
6088 { $as_echo "$as_me:$LINENO: result: $RANLIB" >&5
6089 $as_echo "$RANLIB" >&6; }
6090 else
6091 { $as_echo "$as_me:$LINENO: result: no" >&5
6092 $as_echo "no" >&6; }
6097 if test -z "$ac_cv_prog_RANLIB"; then
6098 ac_ct_RANLIB=$RANLIB
6099 # Extract the first word of "ranlib", so it can be a program name with args.
6100 set dummy ranlib; ac_word=$2
6101 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
6102 $as_echo_n "checking for $ac_word... " >&6; }
6103 if test "${ac_cv_prog_ac_ct_RANLIB+set}" = set; then
6104 $as_echo_n "(cached) " >&6
6105 else
6106 if test -n "$ac_ct_RANLIB"; then
6107 ac_cv_prog_ac_ct_RANLIB="$ac_ct_RANLIB" # Let the user override the test.
6108 else
6109 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6110 for as_dir in $PATH
6112 IFS=$as_save_IFS
6113 test -z "$as_dir" && as_dir=.
6114 for ac_exec_ext in '' $ac_executable_extensions; do
6115 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6116 ac_cv_prog_ac_ct_RANLIB="ranlib"
6117 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
6118 break 2
6120 done
6121 done
6122 IFS=$as_save_IFS
6126 ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB
6127 if test -n "$ac_ct_RANLIB"; then
6128 { $as_echo "$as_me:$LINENO: result: $ac_ct_RANLIB" >&5
6129 $as_echo "$ac_ct_RANLIB" >&6; }
6130 else
6131 { $as_echo "$as_me:$LINENO: result: no" >&5
6132 $as_echo "no" >&6; }
6135 if test "x$ac_ct_RANLIB" = x; then
6136 RANLIB=":"
6137 else
6138 case $cross_compiling:$ac_tool_warned in
6139 yes:)
6140 { $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5
6141 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6142 ac_tool_warned=yes ;;
6143 esac
6144 RANLIB=$ac_ct_RANLIB
6146 else
6147 RANLIB="$ac_cv_prog_RANLIB"
6150 if test -n "$ac_tool_prefix"; then
6151 # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
6152 set dummy ${ac_tool_prefix}strip; ac_word=$2
6153 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
6154 $as_echo_n "checking for $ac_word... " >&6; }
6155 if test "${ac_cv_prog_STRIP+set}" = set; then
6156 $as_echo_n "(cached) " >&6
6157 else
6158 if test -n "$STRIP"; then
6159 ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
6160 else
6161 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6162 for as_dir in $PATH
6164 IFS=$as_save_IFS
6165 test -z "$as_dir" && as_dir=.
6166 for ac_exec_ext in '' $ac_executable_extensions; do
6167 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6168 ac_cv_prog_STRIP="${ac_tool_prefix}strip"
6169 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
6170 break 2
6172 done
6173 done
6174 IFS=$as_save_IFS
6178 STRIP=$ac_cv_prog_STRIP
6179 if test -n "$STRIP"; then
6180 { $as_echo "$as_me:$LINENO: result: $STRIP" >&5
6181 $as_echo "$STRIP" >&6; }
6182 else
6183 { $as_echo "$as_me:$LINENO: result: no" >&5
6184 $as_echo "no" >&6; }
6189 if test -z "$ac_cv_prog_STRIP"; then
6190 ac_ct_STRIP=$STRIP
6191 # Extract the first word of "strip", so it can be a program name with args.
6192 set dummy strip; ac_word=$2
6193 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
6194 $as_echo_n "checking for $ac_word... " >&6; }
6195 if test "${ac_cv_prog_ac_ct_STRIP+set}" = set; then
6196 $as_echo_n "(cached) " >&6
6197 else
6198 if test -n "$ac_ct_STRIP"; then
6199 ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test.
6200 else
6201 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6202 for as_dir in $PATH
6204 IFS=$as_save_IFS
6205 test -z "$as_dir" && as_dir=.
6206 for ac_exec_ext in '' $ac_executable_extensions; do
6207 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6208 ac_cv_prog_ac_ct_STRIP="strip"
6209 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
6210 break 2
6212 done
6213 done
6214 IFS=$as_save_IFS
6218 ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP
6219 if test -n "$ac_ct_STRIP"; then
6220 { $as_echo "$as_me:$LINENO: result: $ac_ct_STRIP" >&5
6221 $as_echo "$ac_ct_STRIP" >&6; }
6222 else
6223 { $as_echo "$as_me:$LINENO: result: no" >&5
6224 $as_echo "no" >&6; }
6227 if test "x$ac_ct_STRIP" = x; then
6228 STRIP="strip"
6229 else
6230 case $cross_compiling:$ac_tool_warned in
6231 yes:)
6232 { $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5
6233 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6234 ac_tool_warned=yes ;;
6235 esac
6236 STRIP=$ac_ct_STRIP
6238 else
6239 STRIP="$ac_cv_prog_STRIP"
6242 if test -n "$ac_tool_prefix"; then
6243 # Extract the first word of "${ac_tool_prefix}windres", so it can be a program name with args.
6244 set dummy ${ac_tool_prefix}windres; ac_word=$2
6245 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
6246 $as_echo_n "checking for $ac_word... " >&6; }
6247 if test "${ac_cv_prog_WINDRES+set}" = set; then
6248 $as_echo_n "(cached) " >&6
6249 else
6250 if test -n "$WINDRES"; then
6251 ac_cv_prog_WINDRES="$WINDRES" # Let the user override the test.
6252 else
6253 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6254 for as_dir in $PATH
6256 IFS=$as_save_IFS
6257 test -z "$as_dir" && as_dir=.
6258 for ac_exec_ext in '' $ac_executable_extensions; do
6259 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6260 ac_cv_prog_WINDRES="${ac_tool_prefix}windres"
6261 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
6262 break 2
6264 done
6265 done
6266 IFS=$as_save_IFS
6270 WINDRES=$ac_cv_prog_WINDRES
6271 if test -n "$WINDRES"; then
6272 { $as_echo "$as_me:$LINENO: result: $WINDRES" >&5
6273 $as_echo "$WINDRES" >&6; }
6274 else
6275 { $as_echo "$as_me:$LINENO: result: no" >&5
6276 $as_echo "no" >&6; }
6281 if test -z "$ac_cv_prog_WINDRES"; then
6282 ac_ct_WINDRES=$WINDRES
6283 # Extract the first word of "windres", so it can be a program name with args.
6284 set dummy windres; ac_word=$2
6285 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
6286 $as_echo_n "checking for $ac_word... " >&6; }
6287 if test "${ac_cv_prog_ac_ct_WINDRES+set}" = set; then
6288 $as_echo_n "(cached) " >&6
6289 else
6290 if test -n "$ac_ct_WINDRES"; then
6291 ac_cv_prog_ac_ct_WINDRES="$ac_ct_WINDRES" # Let the user override the test.
6292 else
6293 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6294 for as_dir in $PATH
6296 IFS=$as_save_IFS
6297 test -z "$as_dir" && as_dir=.
6298 for ac_exec_ext in '' $ac_executable_extensions; do
6299 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6300 ac_cv_prog_ac_ct_WINDRES="windres"
6301 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
6302 break 2
6304 done
6305 done
6306 IFS=$as_save_IFS
6310 ac_ct_WINDRES=$ac_cv_prog_ac_ct_WINDRES
6311 if test -n "$ac_ct_WINDRES"; then
6312 { $as_echo "$as_me:$LINENO: result: $ac_ct_WINDRES" >&5
6313 $as_echo "$ac_ct_WINDRES" >&6; }
6314 else
6315 { $as_echo "$as_me:$LINENO: result: no" >&5
6316 $as_echo "no" >&6; }
6319 if test "x$ac_ct_WINDRES" = x; then
6320 WINDRES="false"
6321 else
6322 case $cross_compiling:$ac_tool_warned in
6323 yes:)
6324 { $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5
6325 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6326 ac_tool_warned=yes ;;
6327 esac
6328 WINDRES=$ac_ct_WINDRES
6330 else
6331 WINDRES="$ac_cv_prog_WINDRES"
6334 { $as_echo "$as_me:$LINENO: checking whether ln -s works" >&5
6335 $as_echo_n "checking whether ln -s works... " >&6; }
6336 LN_S=$as_ln_s
6337 if test "$LN_S" = "ln -s"; then
6338 { $as_echo "$as_me:$LINENO: result: yes" >&5
6339 $as_echo "yes" >&6; }
6340 else
6341 { $as_echo "$as_me:$LINENO: result: no, using $LN_S" >&5
6342 $as_echo "no, using $LN_S" >&6; }
6345 { $as_echo "$as_me:$LINENO: checking whether ln works" >&5
6346 $as_echo_n "checking whether ln works... " >&6; }
6347 rm -f conf$$ conf$$.file
6348 echo >conf$$.file
6349 if ln conf$$.file conf$$ 2>/dev/null; then
6350 LN=ln
6352 { $as_echo "$as_me:$LINENO: result: yes" >&5
6353 $as_echo "yes" >&6; }
6354 else
6355 LN="cp -p"
6357 { $as_echo "$as_me:$LINENO: result: no, using $LN" >&5
6358 $as_echo "no, using $LN" >&6; }
6360 rm -f conf$$ conf$$.file
6361 { $as_echo "$as_me:$LINENO: checking for grep that handles long lines and -e" >&5
6362 $as_echo_n "checking for grep that handles long lines and -e... " >&6; }
6363 if test "${ac_cv_path_GREP+set}" = set; then
6364 $as_echo_n "(cached) " >&6
6365 else
6366 if test -z "$GREP"; then
6367 ac_path_GREP_found=false
6368 # Loop through the user's path and test for each of PROGNAME-LIST
6369 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6370 for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
6372 IFS=$as_save_IFS
6373 test -z "$as_dir" && as_dir=.
6374 for ac_prog in grep ggrep; do
6375 for ac_exec_ext in '' $ac_executable_extensions; do
6376 ac_path_GREP="$as_dir/$ac_prog$ac_exec_ext"
6377 { test -f "$ac_path_GREP" && $as_test_x "$ac_path_GREP"; } || continue
6378 # Check for GNU ac_path_GREP and select it if it is found.
6379 # Check for GNU $ac_path_GREP
6380 case `"$ac_path_GREP" --version 2>&1` in
6381 *GNU*)
6382 ac_cv_path_GREP="$ac_path_GREP" ac_path_GREP_found=:;;
6384 ac_count=0
6385 $as_echo_n 0123456789 >"conftest.in"
6386 while :
6388 cat "conftest.in" "conftest.in" >"conftest.tmp"
6389 mv "conftest.tmp" "conftest.in"
6390 cp "conftest.in" "conftest.nl"
6391 $as_echo 'GREP' >> "conftest.nl"
6392 "$ac_path_GREP" -e 'GREP$' -e '-(cannot match)-' < "conftest.nl" >"conftest.out" 2>/dev/null || break
6393 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
6394 ac_count=`expr $ac_count + 1`
6395 if test $ac_count -gt ${ac_path_GREP_max-0}; then
6396 # Best one so far, save it but keep looking for a better one
6397 ac_cv_path_GREP="$ac_path_GREP"
6398 ac_path_GREP_max=$ac_count
6400 # 10*(2^10) chars as input seems more than enough
6401 test $ac_count -gt 10 && break
6402 done
6403 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
6404 esac
6406 $ac_path_GREP_found && break 3
6407 done
6408 done
6409 done
6410 IFS=$as_save_IFS
6411 if test -z "$ac_cv_path_GREP"; then
6412 { { $as_echo "$as_me:$LINENO: error: no acceptable grep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&5
6413 $as_echo "$as_me: error: no acceptable grep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&2;}
6414 { (exit 1); exit 1; }; }
6416 else
6417 ac_cv_path_GREP=$GREP
6421 { $as_echo "$as_me:$LINENO: result: $ac_cv_path_GREP" >&5
6422 $as_echo "$ac_cv_path_GREP" >&6; }
6423 GREP="$ac_cv_path_GREP"
6426 { $as_echo "$as_me:$LINENO: checking for egrep" >&5
6427 $as_echo_n "checking for egrep... " >&6; }
6428 if test "${ac_cv_path_EGREP+set}" = set; then
6429 $as_echo_n "(cached) " >&6
6430 else
6431 if echo a | $GREP -E '(a|b)' >/dev/null 2>&1
6432 then ac_cv_path_EGREP="$GREP -E"
6433 else
6434 if test -z "$EGREP"; then
6435 ac_path_EGREP_found=false
6436 # Loop through the user's path and test for each of PROGNAME-LIST
6437 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6438 for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
6440 IFS=$as_save_IFS
6441 test -z "$as_dir" && as_dir=.
6442 for ac_prog in egrep; do
6443 for ac_exec_ext in '' $ac_executable_extensions; do
6444 ac_path_EGREP="$as_dir/$ac_prog$ac_exec_ext"
6445 { test -f "$ac_path_EGREP" && $as_test_x "$ac_path_EGREP"; } || continue
6446 # Check for GNU ac_path_EGREP and select it if it is found.
6447 # Check for GNU $ac_path_EGREP
6448 case `"$ac_path_EGREP" --version 2>&1` in
6449 *GNU*)
6450 ac_cv_path_EGREP="$ac_path_EGREP" ac_path_EGREP_found=:;;
6452 ac_count=0
6453 $as_echo_n 0123456789 >"conftest.in"
6454 while :
6456 cat "conftest.in" "conftest.in" >"conftest.tmp"
6457 mv "conftest.tmp" "conftest.in"
6458 cp "conftest.in" "conftest.nl"
6459 $as_echo 'EGREP' >> "conftest.nl"
6460 "$ac_path_EGREP" 'EGREP$' < "conftest.nl" >"conftest.out" 2>/dev/null || break
6461 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
6462 ac_count=`expr $ac_count + 1`
6463 if test $ac_count -gt ${ac_path_EGREP_max-0}; then
6464 # Best one so far, save it but keep looking for a better one
6465 ac_cv_path_EGREP="$ac_path_EGREP"
6466 ac_path_EGREP_max=$ac_count
6468 # 10*(2^10) chars as input seems more than enough
6469 test $ac_count -gt 10 && break
6470 done
6471 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
6472 esac
6474 $ac_path_EGREP_found && break 3
6475 done
6476 done
6477 done
6478 IFS=$as_save_IFS
6479 if test -z "$ac_cv_path_EGREP"; then
6480 { { $as_echo "$as_me:$LINENO: error: no acceptable egrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&5
6481 $as_echo "$as_me: error: no acceptable egrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&2;}
6482 { (exit 1); exit 1; }; }
6484 else
6485 ac_cv_path_EGREP=$EGREP
6490 { $as_echo "$as_me:$LINENO: result: $ac_cv_path_EGREP" >&5
6491 $as_echo "$ac_cv_path_EGREP" >&6; }
6492 EGREP="$ac_cv_path_EGREP"
6495 # Extract the first word of "ldconfig", so it can be a program name with args.
6496 set dummy ldconfig; ac_word=$2
6497 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
6498 $as_echo_n "checking for $ac_word... " >&6; }
6499 if test "${ac_cv_path_LDCONFIG+set}" = set; then
6500 $as_echo_n "(cached) " >&6
6501 else
6502 case $LDCONFIG in
6503 [\\/]* | ?:[\\/]*)
6504 ac_cv_path_LDCONFIG="$LDCONFIG" # Let the user override the test with a path.
6507 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6508 for as_dir in /sbin /usr/sbin $PATH
6510 IFS=$as_save_IFS
6511 test -z "$as_dir" && as_dir=.
6512 for ac_exec_ext in '' $ac_executable_extensions; do
6513 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6514 ac_cv_path_LDCONFIG="$as_dir/$ac_word$ac_exec_ext"
6515 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
6516 break 2
6518 done
6519 done
6520 IFS=$as_save_IFS
6522 test -z "$ac_cv_path_LDCONFIG" && ac_cv_path_LDCONFIG="true"
6524 esac
6526 LDCONFIG=$ac_cv_path_LDCONFIG
6527 if test -n "$LDCONFIG"; then
6528 { $as_echo "$as_me:$LINENO: result: $LDCONFIG" >&5
6529 $as_echo "$LDCONFIG" >&6; }
6530 else
6531 { $as_echo "$as_me:$LINENO: result: no" >&5
6532 $as_echo "no" >&6; }
6536 # Find a good install program. We prefer a C program (faster),
6537 # so one script is as good as another. But avoid the broken or
6538 # incompatible versions:
6539 # SysV /etc/install, /usr/sbin/install
6540 # SunOS /usr/etc/install
6541 # IRIX /sbin/install
6542 # AIX /bin/install
6543 # AmigaOS /C/install, which installs bootblocks on floppy discs
6544 # AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
6545 # AFS /usr/afsws/bin/install, which mishandles nonexistent args
6546 # SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
6547 # OS/2's system install, which has a completely different semantic
6548 # ./install, which can be erroneously created by make from ./install.sh.
6549 # Reject install programs that cannot install multiple files.
6550 { $as_echo "$as_me:$LINENO: checking for a BSD-compatible install" >&5
6551 $as_echo_n "checking for a BSD-compatible install... " >&6; }
6552 if test -z "$INSTALL"; then
6553 if test "${ac_cv_path_install+set}" = set; then
6554 $as_echo_n "(cached) " >&6
6555 else
6556 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6557 for as_dir in $PATH
6559 IFS=$as_save_IFS
6560 test -z "$as_dir" && as_dir=.
6561 # Account for people who put trailing slashes in PATH elements.
6562 case $as_dir/ in
6563 ./ | .// | /cC/* | \
6564 /etc/* | /usr/sbin/* | /usr/etc/* | /sbin/* | /usr/afsws/bin/* | \
6565 ?:\\/os2\\/install\\/* | ?:\\/OS2\\/INSTALL\\/* | \
6566 /usr/ucb/* ) ;;
6568 # OSF1 and SCO ODT 3.0 have their own names for install.
6569 # Don't use installbsd from OSF since it installs stuff as root
6570 # by default.
6571 for ac_prog in ginstall scoinst install; do
6572 for ac_exec_ext in '' $ac_executable_extensions; do
6573 if { test -f "$as_dir/$ac_prog$ac_exec_ext" && $as_test_x "$as_dir/$ac_prog$ac_exec_ext"; }; then
6574 if test $ac_prog = install &&
6575 grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
6576 # AIX install. It has an incompatible calling convention.
6578 elif test $ac_prog = install &&
6579 grep pwplus "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
6580 # program-specific install script used by HP pwplus--don't use.
6582 else
6583 rm -rf conftest.one conftest.two conftest.dir
6584 echo one > conftest.one
6585 echo two > conftest.two
6586 mkdir conftest.dir
6587 if "$as_dir/$ac_prog$ac_exec_ext" -c conftest.one conftest.two "`pwd`/conftest.dir" &&
6588 test -s conftest.one && test -s conftest.two &&
6589 test -s conftest.dir/conftest.one &&
6590 test -s conftest.dir/conftest.two
6591 then
6592 ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c"
6593 break 3
6597 done
6598 done
6600 esac
6602 done
6603 IFS=$as_save_IFS
6605 rm -rf conftest.one conftest.two conftest.dir
6608 if test "${ac_cv_path_install+set}" = set; then
6609 INSTALL=$ac_cv_path_install
6610 else
6611 # As a last resort, use the slow shell script. Don't cache a
6612 # value for INSTALL within a source directory, because that will
6613 # break other packages using the cache if that directory is
6614 # removed, or if the value is a relative name.
6615 INSTALL=$ac_install_sh
6618 { $as_echo "$as_me:$LINENO: result: $INSTALL" >&5
6619 $as_echo "$INSTALL" >&6; }
6621 # Use test -z because SunOS4 sh mishandles braces in ${var-val}.
6622 # It thinks the first close brace ends the variable substitution.
6623 test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}'
6625 test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL}'
6627 test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
6629 case "$INSTALL" in
6630 [\\/$]* | ?:[\\/]* ) ;;
6631 *) INSTALL="\\\$(TOPSRCDIR)/$INSTALL" ;;
6632 esac
6634 for ac_prog in lclint lint
6636 # Extract the first word of "$ac_prog", so it can be a program name with args.
6637 set dummy $ac_prog; ac_word=$2
6638 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
6639 $as_echo_n "checking for $ac_word... " >&6; }
6640 if test "${ac_cv_prog_LINT+set}" = set; then
6641 $as_echo_n "(cached) " >&6
6642 else
6643 if test -n "$LINT"; then
6644 ac_cv_prog_LINT="$LINT" # Let the user override the test.
6645 else
6646 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6647 for as_dir in $PATH
6649 IFS=$as_save_IFS
6650 test -z "$as_dir" && as_dir=.
6651 for ac_exec_ext in '' $ac_executable_extensions; do
6652 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6653 ac_cv_prog_LINT="$ac_prog"
6654 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
6655 break 2
6657 done
6658 done
6659 IFS=$as_save_IFS
6663 LINT=$ac_cv_prog_LINT
6664 if test -n "$LINT"; then
6665 { $as_echo "$as_me:$LINENO: result: $LINT" >&5
6666 $as_echo "$LINT" >&6; }
6667 else
6668 { $as_echo "$as_me:$LINENO: result: no" >&5
6669 $as_echo "no" >&6; }
6673 test -n "$LINT" && break
6674 done
6676 if test "$LINT" = "lint"
6677 then
6678 LINTFLAGS="$LINTFLAGS -errchk=%all,no%longptr64 -errhdr=%user -Ncheck=macro -Nlevel=4"
6683 for ac_prog in fontforge
6685 # Extract the first word of "$ac_prog", so it can be a program name with args.
6686 set dummy $ac_prog; ac_word=$2
6687 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
6688 $as_echo_n "checking for $ac_word... " >&6; }
6689 if test "${ac_cv_prog_FONTFORGE+set}" = set; then
6690 $as_echo_n "(cached) " >&6
6691 else
6692 if test -n "$FONTFORGE"; then
6693 ac_cv_prog_FONTFORGE="$FONTFORGE" # Let the user override the test.
6694 else
6695 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6696 for as_dir in $PATH
6698 IFS=$as_save_IFS
6699 test -z "$as_dir" && as_dir=.
6700 for ac_exec_ext in '' $ac_executable_extensions; do
6701 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6702 ac_cv_prog_FONTFORGE="$ac_prog"
6703 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
6704 break 2
6706 done
6707 done
6708 IFS=$as_save_IFS
6712 FONTFORGE=$ac_cv_prog_FONTFORGE
6713 if test -n "$FONTFORGE"; then
6714 { $as_echo "$as_me:$LINENO: result: $FONTFORGE" >&5
6715 $as_echo "$FONTFORGE" >&6; }
6716 else
6717 { $as_echo "$as_me:$LINENO: result: no" >&5
6718 $as_echo "no" >&6; }
6722 test -n "$FONTFORGE" && break
6723 done
6724 test -n "$FONTFORGE" || FONTFORGE="false"
6726 for ac_prog in pkg-config
6728 # Extract the first word of "$ac_prog", so it can be a program name with args.
6729 set dummy $ac_prog; ac_word=$2
6730 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
6731 $as_echo_n "checking for $ac_word... " >&6; }
6732 if test "${ac_cv_prog_PKG_CONFIG+set}" = set; then
6733 $as_echo_n "(cached) " >&6
6734 else
6735 if test -n "$PKG_CONFIG"; then
6736 ac_cv_prog_PKG_CONFIG="$PKG_CONFIG" # Let the user override the test.
6737 else
6738 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6739 for as_dir in $PATH
6741 IFS=$as_save_IFS
6742 test -z "$as_dir" && as_dir=.
6743 for ac_exec_ext in '' $ac_executable_extensions; do
6744 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6745 ac_cv_prog_PKG_CONFIG="$ac_prog"
6746 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
6747 break 2
6749 done
6750 done
6751 IFS=$as_save_IFS
6755 PKG_CONFIG=$ac_cv_prog_PKG_CONFIG
6756 if test -n "$PKG_CONFIG"; then
6757 { $as_echo "$as_me:$LINENO: result: $PKG_CONFIG" >&5
6758 $as_echo "$PKG_CONFIG" >&6; }
6759 else
6760 { $as_echo "$as_me:$LINENO: result: no" >&5
6761 $as_echo "no" >&6; }
6765 test -n "$PKG_CONFIG" && break
6766 done
6767 test -n "$PKG_CONFIG" || PKG_CONFIG="false"
6769 for ac_prog in rsvg
6771 # Extract the first word of "$ac_prog", so it can be a program name with args.
6772 set dummy $ac_prog; ac_word=$2
6773 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
6774 $as_echo_n "checking for $ac_word... " >&6; }
6775 if test "${ac_cv_prog_RSVG+set}" = set; then
6776 $as_echo_n "(cached) " >&6
6777 else
6778 if test -n "$RSVG"; then
6779 ac_cv_prog_RSVG="$RSVG" # Let the user override the test.
6780 else
6781 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6782 for as_dir in $PATH
6784 IFS=$as_save_IFS
6785 test -z "$as_dir" && as_dir=.
6786 for ac_exec_ext in '' $ac_executable_extensions; do
6787 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6788 ac_cv_prog_RSVG="$ac_prog"
6789 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
6790 break 2
6792 done
6793 done
6794 IFS=$as_save_IFS
6798 RSVG=$ac_cv_prog_RSVG
6799 if test -n "$RSVG"; then
6800 { $as_echo "$as_me:$LINENO: result: $RSVG" >&5
6801 $as_echo "$RSVG" >&6; }
6802 else
6803 { $as_echo "$as_me:$LINENO: result: no" >&5
6804 $as_echo "no" >&6; }
6808 test -n "$RSVG" && break
6809 done
6810 test -n "$RSVG" || RSVG="false"
6812 for ac_prog in icotool
6814 # Extract the first word of "$ac_prog", so it can be a program name with args.
6815 set dummy $ac_prog; ac_word=$2
6816 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
6817 $as_echo_n "checking for $ac_word... " >&6; }
6818 if test "${ac_cv_prog_ICOTOOL+set}" = set; then
6819 $as_echo_n "(cached) " >&6
6820 else
6821 if test -n "$ICOTOOL"; then
6822 ac_cv_prog_ICOTOOL="$ICOTOOL" # Let the user override the test.
6823 else
6824 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6825 for as_dir in $PATH
6827 IFS=$as_save_IFS
6828 test -z "$as_dir" && as_dir=.
6829 for ac_exec_ext in '' $ac_executable_extensions; do
6830 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6831 ac_cv_prog_ICOTOOL="$ac_prog"
6832 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
6833 break 2
6835 done
6836 done
6837 IFS=$as_save_IFS
6841 ICOTOOL=$ac_cv_prog_ICOTOOL
6842 if test -n "$ICOTOOL"; then
6843 { $as_echo "$as_me:$LINENO: result: $ICOTOOL" >&5
6844 $as_echo "$ICOTOOL" >&6; }
6845 else
6846 { $as_echo "$as_me:$LINENO: result: no" >&5
6847 $as_echo "no" >&6; }
6851 test -n "$ICOTOOL" && break
6852 done
6853 test -n "$ICOTOOL" || ICOTOOL="false"
6856 if test "${enable_maintainer_mode+set}" = set
6857 then
6858 if test "$FONTFORGE" = "false"; then wine_warnings="$wine_warnings|fontforge is missing, fonts can't be rebuilt."; fi
6859 if test "$RSVG" = "false"; then wine_warnings="$wine_warnings|rsvg is missing, icons can't be rebuilt."; fi
6860 if test "$ICOTOOL" = "false"; then wine_warnings="$wine_warnings|icotool is missing, icons can't be rebuilt."; fi
6863 case $host_cpu in
6864 *i[3456789]86*)
6865 # Extract the first word of "prelink", so it can be a program name with args.
6866 set dummy prelink; ac_word=$2
6867 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
6868 $as_echo_n "checking for $ac_word... " >&6; }
6869 if test "${ac_cv_path_PRELINK+set}" = set; then
6870 $as_echo_n "(cached) " >&6
6871 else
6872 case $PRELINK in
6873 [\\/]* | ?:[\\/]*)
6874 ac_cv_path_PRELINK="$PRELINK" # Let the user override the test with a path.
6877 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6878 for as_dir in /sbin /usr/sbin $PATH
6880 IFS=$as_save_IFS
6881 test -z "$as_dir" && as_dir=.
6882 for ac_exec_ext in '' $ac_executable_extensions; do
6883 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6884 ac_cv_path_PRELINK="$as_dir/$ac_word$ac_exec_ext"
6885 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
6886 break 2
6888 done
6889 done
6890 IFS=$as_save_IFS
6892 test -z "$ac_cv_path_PRELINK" && ac_cv_path_PRELINK="false"
6894 esac
6896 PRELINK=$ac_cv_path_PRELINK
6897 if test -n "$PRELINK"; then
6898 { $as_echo "$as_me:$LINENO: result: $PRELINK" >&5
6899 $as_echo "$PRELINK" >&6; }
6900 else
6901 { $as_echo "$as_me:$LINENO: result: no" >&5
6902 $as_echo "no" >&6; }
6907 esac
6911 { $as_echo "$as_me:$LINENO: checking for i386_set_ldt in -li386" >&5
6912 $as_echo_n "checking for i386_set_ldt in -li386... " >&6; }
6913 if test "${ac_cv_lib_i386_i386_set_ldt+set}" = set; then
6914 $as_echo_n "(cached) " >&6
6915 else
6916 ac_check_lib_save_LIBS=$LIBS
6917 LIBS="-li386 $LIBS"
6918 cat >conftest.$ac_ext <<_ACEOF
6919 /* confdefs.h. */
6920 _ACEOF
6921 cat confdefs.h >>conftest.$ac_ext
6922 cat >>conftest.$ac_ext <<_ACEOF
6923 /* end confdefs.h. */
6925 /* Override any GCC internal prototype to avoid an error.
6926 Use char because int might match the return type of a GCC
6927 builtin and then its argument prototype would still apply. */
6928 #ifdef __cplusplus
6929 extern "C"
6930 #endif
6931 char i386_set_ldt ();
6933 main ()
6935 return i386_set_ldt ();
6937 return 0;
6939 _ACEOF
6940 rm -f conftest.$ac_objext conftest$ac_exeext
6941 if { (ac_try="$ac_link"
6942 case "(($ac_try" in
6943 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6944 *) ac_try_echo=$ac_try;;
6945 esac
6946 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
6947 $as_echo "$ac_try_echo") >&5
6948 (eval "$ac_link") 2>conftest.er1
6949 ac_status=$?
6950 grep -v '^ *+' conftest.er1 >conftest.err
6951 rm -f conftest.er1
6952 cat conftest.err >&5
6953 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
6954 (exit $ac_status); } && {
6955 test -z "$ac_c_werror_flag" ||
6956 test ! -s conftest.err
6957 } && test -s conftest$ac_exeext && {
6958 test "$cross_compiling" = yes ||
6959 $as_test_x conftest$ac_exeext
6960 }; then
6961 ac_cv_lib_i386_i386_set_ldt=yes
6962 else
6963 $as_echo "$as_me: failed program was:" >&5
6964 sed 's/^/| /' conftest.$ac_ext >&5
6966 ac_cv_lib_i386_i386_set_ldt=no
6969 rm -rf conftest.dSYM
6970 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
6971 conftest$ac_exeext conftest.$ac_ext
6972 LIBS=$ac_check_lib_save_LIBS
6974 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_i386_i386_set_ldt" >&5
6975 $as_echo "$ac_cv_lib_i386_i386_set_ldt" >&6; }
6976 if test "x$ac_cv_lib_i386_i386_set_ldt" = x""yes; then
6977 cat >>confdefs.h <<_ACEOF
6978 #define HAVE_LIBI386 1
6979 _ACEOF
6981 LIBS="-li386 $LIBS"
6986 { $as_echo "$as_me:$LINENO: checking for _oss_ioctl in -lossaudio" >&5
6987 $as_echo_n "checking for _oss_ioctl in -lossaudio... " >&6; }
6988 if test "${ac_cv_lib_ossaudio__oss_ioctl+set}" = set; then
6989 $as_echo_n "(cached) " >&6
6990 else
6991 ac_check_lib_save_LIBS=$LIBS
6992 LIBS="-lossaudio $LIBS"
6993 cat >conftest.$ac_ext <<_ACEOF
6994 /* confdefs.h. */
6995 _ACEOF
6996 cat confdefs.h >>conftest.$ac_ext
6997 cat >>conftest.$ac_ext <<_ACEOF
6998 /* end confdefs.h. */
7000 /* Override any GCC internal prototype to avoid an error.
7001 Use char because int might match the return type of a GCC
7002 builtin and then its argument prototype would still apply. */
7003 #ifdef __cplusplus
7004 extern "C"
7005 #endif
7006 char _oss_ioctl ();
7008 main ()
7010 return _oss_ioctl ();
7012 return 0;
7014 _ACEOF
7015 rm -f conftest.$ac_objext conftest$ac_exeext
7016 if { (ac_try="$ac_link"
7017 case "(($ac_try" in
7018 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7019 *) ac_try_echo=$ac_try;;
7020 esac
7021 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
7022 $as_echo "$ac_try_echo") >&5
7023 (eval "$ac_link") 2>conftest.er1
7024 ac_status=$?
7025 grep -v '^ *+' conftest.er1 >conftest.err
7026 rm -f conftest.er1
7027 cat conftest.err >&5
7028 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
7029 (exit $ac_status); } && {
7030 test -z "$ac_c_werror_flag" ||
7031 test ! -s conftest.err
7032 } && test -s conftest$ac_exeext && {
7033 test "$cross_compiling" = yes ||
7034 $as_test_x conftest$ac_exeext
7035 }; then
7036 ac_cv_lib_ossaudio__oss_ioctl=yes
7037 else
7038 $as_echo "$as_me: failed program was:" >&5
7039 sed 's/^/| /' conftest.$ac_ext >&5
7041 ac_cv_lib_ossaudio__oss_ioctl=no
7044 rm -rf conftest.dSYM
7045 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
7046 conftest$ac_exeext conftest.$ac_ext
7047 LIBS=$ac_check_lib_save_LIBS
7049 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_ossaudio__oss_ioctl" >&5
7050 $as_echo "$ac_cv_lib_ossaudio__oss_ioctl" >&6; }
7051 if test "x$ac_cv_lib_ossaudio__oss_ioctl" = x""yes; then
7052 cat >>confdefs.h <<_ACEOF
7053 #define HAVE_LIBOSSAUDIO 1
7054 _ACEOF
7056 LIBS="-lossaudio $LIBS"
7060 { $as_echo "$as_me:$LINENO: checking for pthread_create in -lpthread" >&5
7061 $as_echo_n "checking for pthread_create in -lpthread... " >&6; }
7062 if test "${ac_cv_lib_pthread_pthread_create+set}" = set; then
7063 $as_echo_n "(cached) " >&6
7064 else
7065 ac_check_lib_save_LIBS=$LIBS
7066 LIBS="-lpthread $LIBS"
7067 cat >conftest.$ac_ext <<_ACEOF
7068 /* confdefs.h. */
7069 _ACEOF
7070 cat confdefs.h >>conftest.$ac_ext
7071 cat >>conftest.$ac_ext <<_ACEOF
7072 /* end confdefs.h. */
7074 /* Override any GCC internal prototype to avoid an error.
7075 Use char because int might match the return type of a GCC
7076 builtin and then its argument prototype would still apply. */
7077 #ifdef __cplusplus
7078 extern "C"
7079 #endif
7080 char pthread_create ();
7082 main ()
7084 return pthread_create ();
7086 return 0;
7088 _ACEOF
7089 rm -f conftest.$ac_objext conftest$ac_exeext
7090 if { (ac_try="$ac_link"
7091 case "(($ac_try" in
7092 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7093 *) ac_try_echo=$ac_try;;
7094 esac
7095 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
7096 $as_echo "$ac_try_echo") >&5
7097 (eval "$ac_link") 2>conftest.er1
7098 ac_status=$?
7099 grep -v '^ *+' conftest.er1 >conftest.err
7100 rm -f conftest.er1
7101 cat conftest.err >&5
7102 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
7103 (exit $ac_status); } && {
7104 test -z "$ac_c_werror_flag" ||
7105 test ! -s conftest.err
7106 } && test -s conftest$ac_exeext && {
7107 test "$cross_compiling" = yes ||
7108 $as_test_x conftest$ac_exeext
7109 }; then
7110 ac_cv_lib_pthread_pthread_create=yes
7111 else
7112 $as_echo "$as_me: failed program was:" >&5
7113 sed 's/^/| /' conftest.$ac_ext >&5
7115 ac_cv_lib_pthread_pthread_create=no
7118 rm -rf conftest.dSYM
7119 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
7120 conftest$ac_exeext conftest.$ac_ext
7121 LIBS=$ac_check_lib_save_LIBS
7123 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_pthread_pthread_create" >&5
7124 $as_echo "$ac_cv_lib_pthread_pthread_create" >&6; }
7125 if test "x$ac_cv_lib_pthread_pthread_create" = x""yes; then
7126 LIBPTHREAD="-lpthread"
7131 XLIB=""
7133 OPENGL_LIBS=""
7137 { $as_echo "$as_me:$LINENO: checking for ANSI C header files" >&5
7138 $as_echo_n "checking for ANSI C header files... " >&6; }
7139 if test "${ac_cv_header_stdc+set}" = set; then
7140 $as_echo_n "(cached) " >&6
7141 else
7142 cat >conftest.$ac_ext <<_ACEOF
7143 /* confdefs.h. */
7144 _ACEOF
7145 cat confdefs.h >>conftest.$ac_ext
7146 cat >>conftest.$ac_ext <<_ACEOF
7147 /* end confdefs.h. */
7148 #include <stdlib.h>
7149 #include <stdarg.h>
7150 #include <string.h>
7151 #include <float.h>
7154 main ()
7158 return 0;
7160 _ACEOF
7161 rm -f conftest.$ac_objext
7162 if { (ac_try="$ac_compile"
7163 case "(($ac_try" in
7164 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7165 *) ac_try_echo=$ac_try;;
7166 esac
7167 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
7168 $as_echo "$ac_try_echo") >&5
7169 (eval "$ac_compile") 2>conftest.er1
7170 ac_status=$?
7171 grep -v '^ *+' conftest.er1 >conftest.err
7172 rm -f conftest.er1
7173 cat conftest.err >&5
7174 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
7175 (exit $ac_status); } && {
7176 test -z "$ac_c_werror_flag" ||
7177 test ! -s conftest.err
7178 } && test -s conftest.$ac_objext; then
7179 ac_cv_header_stdc=yes
7180 else
7181 $as_echo "$as_me: failed program was:" >&5
7182 sed 's/^/| /' conftest.$ac_ext >&5
7184 ac_cv_header_stdc=no
7187 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
7189 if test $ac_cv_header_stdc = yes; then
7190 # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
7191 cat >conftest.$ac_ext <<_ACEOF
7192 /* confdefs.h. */
7193 _ACEOF
7194 cat confdefs.h >>conftest.$ac_ext
7195 cat >>conftest.$ac_ext <<_ACEOF
7196 /* end confdefs.h. */
7197 #include <string.h>
7199 _ACEOF
7200 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
7201 $EGREP "memchr" >/dev/null 2>&1; then
7203 else
7204 ac_cv_header_stdc=no
7206 rm -f conftest*
7210 if test $ac_cv_header_stdc = yes; then
7211 # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
7212 cat >conftest.$ac_ext <<_ACEOF
7213 /* confdefs.h. */
7214 _ACEOF
7215 cat confdefs.h >>conftest.$ac_ext
7216 cat >>conftest.$ac_ext <<_ACEOF
7217 /* end confdefs.h. */
7218 #include <stdlib.h>
7220 _ACEOF
7221 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
7222 $EGREP "free" >/dev/null 2>&1; then
7224 else
7225 ac_cv_header_stdc=no
7227 rm -f conftest*
7231 if test $ac_cv_header_stdc = yes; then
7232 # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi.
7233 if test "$cross_compiling" = yes; then
7235 else
7236 cat >conftest.$ac_ext <<_ACEOF
7237 /* confdefs.h. */
7238 _ACEOF
7239 cat confdefs.h >>conftest.$ac_ext
7240 cat >>conftest.$ac_ext <<_ACEOF
7241 /* end confdefs.h. */
7242 #include <ctype.h>
7243 #include <stdlib.h>
7244 #if ((' ' & 0x0FF) == 0x020)
7245 # define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
7246 # define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
7247 #else
7248 # define ISLOWER(c) \
7249 (('a' <= (c) && (c) <= 'i') \
7250 || ('j' <= (c) && (c) <= 'r') \
7251 || ('s' <= (c) && (c) <= 'z'))
7252 # define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c))
7253 #endif
7255 #define XOR(e, f) (((e) && !(f)) || (!(e) && (f)))
7257 main ()
7259 int i;
7260 for (i = 0; i < 256; i++)
7261 if (XOR (islower (i), ISLOWER (i))
7262 || toupper (i) != TOUPPER (i))
7263 return 2;
7264 return 0;
7266 _ACEOF
7267 rm -f conftest$ac_exeext
7268 if { (ac_try="$ac_link"
7269 case "(($ac_try" in
7270 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7271 *) ac_try_echo=$ac_try;;
7272 esac
7273 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
7274 $as_echo "$ac_try_echo") >&5
7275 (eval "$ac_link") 2>&5
7276 ac_status=$?
7277 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
7278 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
7279 { (case "(($ac_try" in
7280 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7281 *) ac_try_echo=$ac_try;;
7282 esac
7283 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
7284 $as_echo "$ac_try_echo") >&5
7285 (eval "$ac_try") 2>&5
7286 ac_status=$?
7287 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
7288 (exit $ac_status); }; }; then
7290 else
7291 $as_echo "$as_me: program exited with status $ac_status" >&5
7292 $as_echo "$as_me: failed program was:" >&5
7293 sed 's/^/| /' conftest.$ac_ext >&5
7295 ( exit $ac_status )
7296 ac_cv_header_stdc=no
7298 rm -rf conftest.dSYM
7299 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
7305 { $as_echo "$as_me:$LINENO: result: $ac_cv_header_stdc" >&5
7306 $as_echo "$ac_cv_header_stdc" >&6; }
7307 if test $ac_cv_header_stdc = yes; then
7309 cat >>confdefs.h <<\_ACEOF
7310 #define STDC_HEADERS 1
7311 _ACEOF
7315 # On IRIX 5.3, sys/types and inttypes.h are conflicting.
7325 for ac_header in sys/types.h sys/stat.h stdlib.h string.h memory.h strings.h \
7326 inttypes.h stdint.h unistd.h
7328 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
7329 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
7330 $as_echo_n "checking for $ac_header... " >&6; }
7331 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
7332 $as_echo_n "(cached) " >&6
7333 else
7334 cat >conftest.$ac_ext <<_ACEOF
7335 /* confdefs.h. */
7336 _ACEOF
7337 cat confdefs.h >>conftest.$ac_ext
7338 cat >>conftest.$ac_ext <<_ACEOF
7339 /* end confdefs.h. */
7340 $ac_includes_default
7342 #include <$ac_header>
7343 _ACEOF
7344 rm -f conftest.$ac_objext
7345 if { (ac_try="$ac_compile"
7346 case "(($ac_try" in
7347 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7348 *) ac_try_echo=$ac_try;;
7349 esac
7350 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
7351 $as_echo "$ac_try_echo") >&5
7352 (eval "$ac_compile") 2>conftest.er1
7353 ac_status=$?
7354 grep -v '^ *+' conftest.er1 >conftest.err
7355 rm -f conftest.er1
7356 cat conftest.err >&5
7357 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
7358 (exit $ac_status); } && {
7359 test -z "$ac_c_werror_flag" ||
7360 test ! -s conftest.err
7361 } && test -s conftest.$ac_objext; then
7362 eval "$as_ac_Header=yes"
7363 else
7364 $as_echo "$as_me: failed program was:" >&5
7365 sed 's/^/| /' conftest.$ac_ext >&5
7367 eval "$as_ac_Header=no"
7370 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
7372 ac_res=`eval 'as_val=${'$as_ac_Header'}
7373 $as_echo "$as_val"'`
7374 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
7375 $as_echo "$ac_res" >&6; }
7376 as_val=`eval 'as_val=${'$as_ac_Header'}
7377 $as_echo "$as_val"'`
7378 if test "x$as_val" = x""yes; then
7379 cat >>confdefs.h <<_ACEOF
7380 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
7381 _ACEOF
7385 done
7502 for ac_header in \
7503 AudioUnit/AudioUnit.h \
7504 Carbon/Carbon.h \
7505 CoreAudio/CoreAudio.h \
7506 DiskArbitration/DiskArbitration.h \
7507 IOKit/IOKitLib.h \
7508 alias.h \
7509 alsa/asoundlib.h \
7510 arpa/inet.h \
7511 arpa/nameser.h \
7512 asm/types.h \
7513 capi20.h \
7514 curses.h \
7515 direct.h \
7516 dirent.h \
7517 dlfcn.h \
7518 elf.h \
7519 float.h \
7520 fontconfig/fontconfig.h \
7521 getopt.h \
7522 grp.h \
7523 ieeefp.h \
7524 io.h \
7525 jack/jack.h \
7526 jpeglib.h \
7527 lber.h \
7528 lcms.h \
7529 lcms/lcms.h \
7530 ldap.h \
7531 libaudioio.h \
7532 link.h \
7533 linux/cdrom.h \
7534 linux/compiler.h \
7535 linux/hdreg.h \
7536 linux/input.h \
7537 linux/ioctl.h \
7538 linux/joystick.h \
7539 linux/major.h \
7540 linux/param.h \
7541 linux/serial.h \
7542 linux/types.h \
7543 linux/ucdrom.h \
7544 mach/mach.h \
7545 mach/machine.h \
7546 machine/cpu.h \
7547 machine/limits.h \
7548 machine/soundcard.h \
7549 mntent.h \
7550 ncurses.h \
7551 netdb.h \
7552 netinet/in.h \
7553 netinet/in_systm.h \
7554 netinet/tcp.h \
7555 netinet/tcp_fsm.h \
7556 openssl/err.h \
7557 openssl/ssl.h \
7558 png.h \
7559 poll.h \
7560 process.h \
7561 pthread.h \
7562 pwd.h \
7563 regex.h \
7564 sched.h \
7565 scsi/scsi.h \
7566 scsi/scsi_ioctl.h \
7567 scsi/sg.h \
7568 soundcard.h \
7569 stdint.h \
7570 strings.h \
7571 sys/asoundlib.h \
7572 sys/cdio.h \
7573 sys/elf32.h \
7574 sys/epoll.h \
7575 sys/errno.h \
7576 sys/event.h \
7577 sys/exec_elf.h \
7578 sys/filio.h \
7579 sys/ioctl.h \
7580 sys/ipc.h \
7581 sys/limits.h \
7582 sys/link.h \
7583 sys/lwp.h \
7584 sys/mman.h \
7585 sys/modem.h \
7586 sys/msg.h \
7587 sys/mtio.h \
7588 sys/param.h \
7589 sys/poll.h \
7590 sys/prctl.h \
7591 sys/ptrace.h \
7592 sys/reg.h \
7593 sys/resource.h \
7594 sys/scsiio.h \
7595 sys/shm.h \
7596 sys/signal.h \
7597 sys/socket.h \
7598 sys/socketvar.h \
7599 sys/sockio.h \
7600 sys/soundcard.h \
7601 sys/statvfs.h \
7602 sys/strtio.h \
7603 sys/syscall.h \
7604 sys/time.h \
7605 sys/times.h \
7606 sys/uio.h \
7607 sys/un.h \
7608 sys/utsname.h \
7609 sys/vm86.h \
7610 sys/wait.h \
7611 syscall.h \
7612 termios.h \
7613 unistd.h \
7614 utime.h \
7615 valgrind/memcheck.h \
7616 valgrind/valgrind.h
7619 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
7620 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
7621 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
7622 $as_echo_n "checking for $ac_header... " >&6; }
7623 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
7624 $as_echo_n "(cached) " >&6
7626 ac_res=`eval 'as_val=${'$as_ac_Header'}
7627 $as_echo "$as_val"'`
7628 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
7629 $as_echo "$ac_res" >&6; }
7630 else
7631 # Is the header compilable?
7632 { $as_echo "$as_me:$LINENO: checking $ac_header usability" >&5
7633 $as_echo_n "checking $ac_header usability... " >&6; }
7634 cat >conftest.$ac_ext <<_ACEOF
7635 /* confdefs.h. */
7636 _ACEOF
7637 cat confdefs.h >>conftest.$ac_ext
7638 cat >>conftest.$ac_ext <<_ACEOF
7639 /* end confdefs.h. */
7640 $ac_includes_default
7641 #include <$ac_header>
7642 _ACEOF
7643 rm -f conftest.$ac_objext
7644 if { (ac_try="$ac_compile"
7645 case "(($ac_try" in
7646 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7647 *) ac_try_echo=$ac_try;;
7648 esac
7649 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
7650 $as_echo "$ac_try_echo") >&5
7651 (eval "$ac_compile") 2>conftest.er1
7652 ac_status=$?
7653 grep -v '^ *+' conftest.er1 >conftest.err
7654 rm -f conftest.er1
7655 cat conftest.err >&5
7656 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
7657 (exit $ac_status); } && {
7658 test -z "$ac_c_werror_flag" ||
7659 test ! -s conftest.err
7660 } && test -s conftest.$ac_objext; then
7661 ac_header_compiler=yes
7662 else
7663 $as_echo "$as_me: failed program was:" >&5
7664 sed 's/^/| /' conftest.$ac_ext >&5
7666 ac_header_compiler=no
7669 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
7670 { $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
7671 $as_echo "$ac_header_compiler" >&6; }
7673 # Is the header present?
7674 { $as_echo "$as_me:$LINENO: checking $ac_header presence" >&5
7675 $as_echo_n "checking $ac_header presence... " >&6; }
7676 cat >conftest.$ac_ext <<_ACEOF
7677 /* confdefs.h. */
7678 _ACEOF
7679 cat confdefs.h >>conftest.$ac_ext
7680 cat >>conftest.$ac_ext <<_ACEOF
7681 /* end confdefs.h. */
7682 #include <$ac_header>
7683 _ACEOF
7684 if { (ac_try="$ac_cpp conftest.$ac_ext"
7685 case "(($ac_try" in
7686 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7687 *) ac_try_echo=$ac_try;;
7688 esac
7689 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
7690 $as_echo "$ac_try_echo") >&5
7691 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
7692 ac_status=$?
7693 grep -v '^ *+' conftest.er1 >conftest.err
7694 rm -f conftest.er1
7695 cat conftest.err >&5
7696 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
7697 (exit $ac_status); } >/dev/null && {
7698 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
7699 test ! -s conftest.err
7700 }; then
7701 ac_header_preproc=yes
7702 else
7703 $as_echo "$as_me: failed program was:" >&5
7704 sed 's/^/| /' conftest.$ac_ext >&5
7706 ac_header_preproc=no
7709 rm -f conftest.err conftest.$ac_ext
7710 { $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
7711 $as_echo "$ac_header_preproc" >&6; }
7713 # So? What about this header?
7714 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
7715 yes:no: )
7716 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
7717 $as_echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
7718 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
7719 $as_echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
7720 ac_header_preproc=yes
7722 no:yes:* )
7723 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
7724 $as_echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
7725 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
7726 $as_echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
7727 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
7728 $as_echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
7729 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
7730 $as_echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
7731 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
7732 $as_echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
7733 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
7734 $as_echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
7735 ( cat <<\_ASBOX
7736 ## ------------------------------------ ##
7737 ## Report this to wine-devel@winehq.org ##
7738 ## ------------------------------------ ##
7739 _ASBOX
7740 ) | sed "s/^/$as_me: WARNING: /" >&2
7742 esac
7743 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
7744 $as_echo_n "checking for $ac_header... " >&6; }
7745 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
7746 $as_echo_n "(cached) " >&6
7747 else
7748 eval "$as_ac_Header=\$ac_header_preproc"
7750 ac_res=`eval 'as_val=${'$as_ac_Header'}
7751 $as_echo "$as_val"'`
7752 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
7753 $as_echo "$ac_res" >&6; }
7756 as_val=`eval 'as_val=${'$as_ac_Header'}
7757 $as_echo "$as_val"'`
7758 if test "x$as_val" = x""yes; then
7759 cat >>confdefs.h <<_ACEOF
7760 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
7761 _ACEOF
7765 done
7767 { $as_echo "$as_me:$LINENO: checking whether stat file-mode macros are broken" >&5
7768 $as_echo_n "checking whether stat file-mode macros are broken... " >&6; }
7769 if test "${ac_cv_header_stat_broken+set}" = set; then
7770 $as_echo_n "(cached) " >&6
7771 else
7772 cat >conftest.$ac_ext <<_ACEOF
7773 /* confdefs.h. */
7774 _ACEOF
7775 cat confdefs.h >>conftest.$ac_ext
7776 cat >>conftest.$ac_ext <<_ACEOF
7777 /* end confdefs.h. */
7778 #include <sys/types.h>
7779 #include <sys/stat.h>
7781 #if defined S_ISBLK && defined S_IFDIR
7782 extern char c1[S_ISBLK (S_IFDIR) ? -1 : 1];
7783 #endif
7785 #if defined S_ISBLK && defined S_IFCHR
7786 extern char c2[S_ISBLK (S_IFCHR) ? -1 : 1];
7787 #endif
7789 #if defined S_ISLNK && defined S_IFREG
7790 extern char c3[S_ISLNK (S_IFREG) ? -1 : 1];
7791 #endif
7793 #if defined S_ISSOCK && defined S_IFREG
7794 extern char c4[S_ISSOCK (S_IFREG) ? -1 : 1];
7795 #endif
7797 _ACEOF
7798 rm -f conftest.$ac_objext
7799 if { (ac_try="$ac_compile"
7800 case "(($ac_try" in
7801 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7802 *) ac_try_echo=$ac_try;;
7803 esac
7804 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
7805 $as_echo "$ac_try_echo") >&5
7806 (eval "$ac_compile") 2>conftest.er1
7807 ac_status=$?
7808 grep -v '^ *+' conftest.er1 >conftest.err
7809 rm -f conftest.er1
7810 cat conftest.err >&5
7811 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
7812 (exit $ac_status); } && {
7813 test -z "$ac_c_werror_flag" ||
7814 test ! -s conftest.err
7815 } && test -s conftest.$ac_objext; then
7816 ac_cv_header_stat_broken=no
7817 else
7818 $as_echo "$as_me: failed program was:" >&5
7819 sed 's/^/| /' conftest.$ac_ext >&5
7821 ac_cv_header_stat_broken=yes
7824 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
7826 { $as_echo "$as_me:$LINENO: result: $ac_cv_header_stat_broken" >&5
7827 $as_echo "$ac_cv_header_stat_broken" >&6; }
7828 if test $ac_cv_header_stat_broken = yes; then
7830 cat >>confdefs.h <<\_ACEOF
7831 #define STAT_MACROS_BROKEN 1
7832 _ACEOF
7843 for ac_header in sys/mount.h sys/statfs.h sys/sysctl.h sys/user.h sys/vfs.h
7845 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
7846 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
7847 $as_echo_n "checking for $ac_header... " >&6; }
7848 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
7849 $as_echo_n "(cached) " >&6
7850 else
7851 cat >conftest.$ac_ext <<_ACEOF
7852 /* confdefs.h. */
7853 _ACEOF
7854 cat confdefs.h >>conftest.$ac_ext
7855 cat >>conftest.$ac_ext <<_ACEOF
7856 /* end confdefs.h. */
7857 #include <sys/types.h>
7858 #ifdef HAVE_SYS_PARAM_H
7859 # include <sys/param.h>
7860 #endif
7862 #include <$ac_header>
7863 _ACEOF
7864 rm -f conftest.$ac_objext
7865 if { (ac_try="$ac_compile"
7866 case "(($ac_try" in
7867 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7868 *) ac_try_echo=$ac_try;;
7869 esac
7870 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
7871 $as_echo "$ac_try_echo") >&5
7872 (eval "$ac_compile") 2>conftest.er1
7873 ac_status=$?
7874 grep -v '^ *+' conftest.er1 >conftest.err
7875 rm -f conftest.er1
7876 cat conftest.err >&5
7877 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
7878 (exit $ac_status); } && {
7879 test -z "$ac_c_werror_flag" ||
7880 test ! -s conftest.err
7881 } && test -s conftest.$ac_objext; then
7882 eval "$as_ac_Header=yes"
7883 else
7884 $as_echo "$as_me: failed program was:" >&5
7885 sed 's/^/| /' conftest.$ac_ext >&5
7887 eval "$as_ac_Header=no"
7890 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
7892 ac_res=`eval 'as_val=${'$as_ac_Header'}
7893 $as_echo "$as_val"'`
7894 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
7895 $as_echo "$ac_res" >&6; }
7896 as_val=`eval 'as_val=${'$as_ac_Header'}
7897 $as_echo "$as_val"'`
7898 if test "x$as_val" = x""yes; then
7899 cat >>confdefs.h <<_ACEOF
7900 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
7901 _ACEOF
7905 done
7920 for ac_header in \
7921 netinet/ip.h \
7922 net/if.h \
7923 net/if_arp.h \
7924 net/if_dl.h \
7925 net/if_types.h \
7926 net/route.h \
7927 netinet/if_ether.h \
7928 netinet/in_pcb.h \
7929 netinet/ip_icmp.h \
7930 netinet/ip_var.h \
7931 netinet/udp.h \
7932 netipx/ipx.h \
7935 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
7936 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
7937 $as_echo_n "checking for $ac_header... " >&6; }
7938 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
7939 $as_echo_n "(cached) " >&6
7940 else
7941 cat >conftest.$ac_ext <<_ACEOF
7942 /* confdefs.h. */
7943 _ACEOF
7944 cat confdefs.h >>conftest.$ac_ext
7945 cat >>conftest.$ac_ext <<_ACEOF
7946 /* end confdefs.h. */
7947 #include <sys/types.h>
7948 #ifdef HAVE_SYS_SOCKET_H
7949 # include <sys/socket.h>
7950 #endif
7951 #ifdef HAVE_SYS_SOCKETVAR_H
7952 # include <sys/socketvar.h>
7953 #endif
7954 #ifdef HAVE_NETINET_IN_H
7955 # include <netinet/in.h>
7956 #endif
7957 #ifdef HAVE_NETINET_IP_H
7958 # include <netinet/ip.h>
7959 #endif
7961 #include <$ac_header>
7962 _ACEOF
7963 rm -f conftest.$ac_objext
7964 if { (ac_try="$ac_compile"
7965 case "(($ac_try" in
7966 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7967 *) ac_try_echo=$ac_try;;
7968 esac
7969 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
7970 $as_echo "$ac_try_echo") >&5
7971 (eval "$ac_compile") 2>conftest.er1
7972 ac_status=$?
7973 grep -v '^ *+' conftest.er1 >conftest.err
7974 rm -f conftest.er1
7975 cat conftest.err >&5
7976 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
7977 (exit $ac_status); } && {
7978 test -z "$ac_c_werror_flag" ||
7979 test ! -s conftest.err
7980 } && test -s conftest.$ac_objext; then
7981 eval "$as_ac_Header=yes"
7982 else
7983 $as_echo "$as_me: failed program was:" >&5
7984 sed 's/^/| /' conftest.$ac_ext >&5
7986 eval "$as_ac_Header=no"
7989 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
7991 ac_res=`eval 'as_val=${'$as_ac_Header'}
7992 $as_echo "$as_val"'`
7993 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
7994 $as_echo "$ac_res" >&6; }
7995 as_val=`eval 'as_val=${'$as_ac_Header'}
7996 $as_echo "$as_val"'`
7997 if test "x$as_val" = x""yes; then
7998 cat >>confdefs.h <<_ACEOF
7999 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
8000 _ACEOF
8004 done
8011 for ac_header in netinet/tcp_var.h netinet/udp_var.h netinet/icmp_var.h netinet/tcp_timer.h
8013 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
8014 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
8015 $as_echo_n "checking for $ac_header... " >&6; }
8016 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
8017 $as_echo_n "(cached) " >&6
8018 else
8019 cat >conftest.$ac_ext <<_ACEOF
8020 /* confdefs.h. */
8021 _ACEOF
8022 cat confdefs.h >>conftest.$ac_ext
8023 cat >>conftest.$ac_ext <<_ACEOF
8024 /* end confdefs.h. */
8025 #include <sys/types.h>
8026 #ifdef HAVE_ALIAS_H
8027 # include <alias.h>
8028 #endif
8029 #ifdef HAVE_SYS_SOCKET_H
8030 # include <sys/socket.h>
8031 #endif
8032 #ifdef HAVE_SYS_SOCKETVAR_H
8033 # include <sys/socketvar.h>
8034 #endif
8035 #ifdef HAVE_NETINET_IN_H
8036 # include <netinet/in.h>
8037 #endif
8038 #ifdef HAVE_NETINET_IP_H
8039 # include <netinet/ip.h>
8040 #endif
8041 #ifdef HAVE_NETINET_IP_VAR_H
8042 # include <netinet/ip_var.h>
8043 #endif
8044 #ifdef HAVE_NETINET_IP_ICMP_H
8045 # include <netinet/ip_icmp.h>
8046 #endif
8047 #ifdef HAVE_NETINET_UDP_H
8048 # include <netinet/udp.h>
8049 #endif
8050 #ifdef HAVE_NETINET_TCP_H
8051 # include <netinet/tcp.h>
8052 #endif
8054 #include <$ac_header>
8055 _ACEOF
8056 rm -f conftest.$ac_objext
8057 if { (ac_try="$ac_compile"
8058 case "(($ac_try" in
8059 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8060 *) ac_try_echo=$ac_try;;
8061 esac
8062 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
8063 $as_echo "$ac_try_echo") >&5
8064 (eval "$ac_compile") 2>conftest.er1
8065 ac_status=$?
8066 grep -v '^ *+' conftest.er1 >conftest.err
8067 rm -f conftest.er1
8068 cat conftest.err >&5
8069 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
8070 (exit $ac_status); } && {
8071 test -z "$ac_c_werror_flag" ||
8072 test ! -s conftest.err
8073 } && test -s conftest.$ac_objext; then
8074 eval "$as_ac_Header=yes"
8075 else
8076 $as_echo "$as_me: failed program was:" >&5
8077 sed 's/^/| /' conftest.$ac_ext >&5
8079 eval "$as_ac_Header=no"
8082 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
8084 ac_res=`eval 'as_val=${'$as_ac_Header'}
8085 $as_echo "$as_val"'`
8086 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
8087 $as_echo "$ac_res" >&6; }
8088 as_val=`eval 'as_val=${'$as_ac_Header'}
8089 $as_echo "$as_val"'`
8090 if test "x$as_val" = x""yes; then
8091 cat >>confdefs.h <<_ACEOF
8092 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
8093 _ACEOF
8097 done
8101 for ac_header in linux/ipx.h
8103 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
8104 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
8105 $as_echo_n "checking for $ac_header... " >&6; }
8106 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
8107 $as_echo_n "(cached) " >&6
8108 else
8109 cat >conftest.$ac_ext <<_ACEOF
8110 /* confdefs.h. */
8111 _ACEOF
8112 cat confdefs.h >>conftest.$ac_ext
8113 cat >>conftest.$ac_ext <<_ACEOF
8114 /* end confdefs.h. */
8115 #include <sys/types.h>
8116 #ifdef HAVE_ASM_TYPES_H
8117 # include <asm/types.h>
8118 #endif
8119 #ifdef HAVE_SYS_SOCKET_H
8120 # include <sys/socket.h>
8121 #endif
8122 #ifdef HAVE_LINUX_TYPES_H
8123 # include <linux/types.h>
8124 #endif
8126 #include <$ac_header>
8127 _ACEOF
8128 rm -f conftest.$ac_objext
8129 if { (ac_try="$ac_compile"
8130 case "(($ac_try" in
8131 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8132 *) ac_try_echo=$ac_try;;
8133 esac
8134 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
8135 $as_echo "$ac_try_echo") >&5
8136 (eval "$ac_compile") 2>conftest.er1
8137 ac_status=$?
8138 grep -v '^ *+' conftest.er1 >conftest.err
8139 rm -f conftest.er1
8140 cat conftest.err >&5
8141 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
8142 (exit $ac_status); } && {
8143 test -z "$ac_c_werror_flag" ||
8144 test ! -s conftest.err
8145 } && test -s conftest.$ac_objext; then
8146 eval "$as_ac_Header=yes"
8147 else
8148 $as_echo "$as_me: failed program was:" >&5
8149 sed 's/^/| /' conftest.$ac_ext >&5
8151 eval "$as_ac_Header=no"
8154 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
8156 ac_res=`eval 'as_val=${'$as_ac_Header'}
8157 $as_echo "$as_val"'`
8158 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
8159 $as_echo "$ac_res" >&6; }
8160 as_val=`eval 'as_val=${'$as_ac_Header'}
8161 $as_echo "$as_val"'`
8162 if test "x$as_val" = x""yes; then
8163 cat >>confdefs.h <<_ACEOF
8164 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
8165 _ACEOF
8169 done
8173 for ac_header in resolv.h
8175 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
8176 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
8177 $as_echo_n "checking for $ac_header... " >&6; }
8178 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
8179 $as_echo_n "(cached) " >&6
8180 else
8181 cat >conftest.$ac_ext <<_ACEOF
8182 /* confdefs.h. */
8183 _ACEOF
8184 cat confdefs.h >>conftest.$ac_ext
8185 cat >>conftest.$ac_ext <<_ACEOF
8186 /* end confdefs.h. */
8187 #include <sys/types.h>
8188 #ifdef HAVE_SYS_SOCKET_H
8189 # include <sys/socket.h>
8190 #endif
8191 #ifdef HAVE_NETINET_IN_H
8192 # include <netinet/in.h>
8193 #endif
8194 #ifdef HAVE_ARPA_NAMESER_H
8195 # include <arpa/nameser.h>
8196 #endif
8198 #include <$ac_header>
8199 _ACEOF
8200 rm -f conftest.$ac_objext
8201 if { (ac_try="$ac_compile"
8202 case "(($ac_try" in
8203 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8204 *) ac_try_echo=$ac_try;;
8205 esac
8206 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
8207 $as_echo "$ac_try_echo") >&5
8208 (eval "$ac_compile") 2>conftest.er1
8209 ac_status=$?
8210 grep -v '^ *+' conftest.er1 >conftest.err
8211 rm -f conftest.er1
8212 cat conftest.err >&5
8213 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
8214 (exit $ac_status); } && {
8215 test -z "$ac_c_werror_flag" ||
8216 test ! -s conftest.err
8217 } && test -s conftest.$ac_objext; then
8218 eval "$as_ac_Header=yes"
8219 else
8220 $as_echo "$as_me: failed program was:" >&5
8221 sed 's/^/| /' conftest.$ac_ext >&5
8223 eval "$as_ac_Header=no"
8226 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
8228 ac_res=`eval 'as_val=${'$as_ac_Header'}
8229 $as_echo "$as_val"'`
8230 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
8231 $as_echo "$ac_res" >&6; }
8232 as_val=`eval 'as_val=${'$as_ac_Header'}
8233 $as_echo "$as_val"'`
8234 if test "x$as_val" = x""yes; then
8235 cat >>confdefs.h <<_ACEOF
8236 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
8237 _ACEOF
8241 done
8245 for ac_header in ucontext.h
8247 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
8248 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
8249 $as_echo_n "checking for $ac_header... " >&6; }
8250 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
8251 $as_echo_n "(cached) " >&6
8252 else
8253 cat >conftest.$ac_ext <<_ACEOF
8254 /* confdefs.h. */
8255 _ACEOF
8256 cat confdefs.h >>conftest.$ac_ext
8257 cat >>conftest.$ac_ext <<_ACEOF
8258 /* end confdefs.h. */
8259 #include <signal.h>
8261 #include <$ac_header>
8262 _ACEOF
8263 rm -f conftest.$ac_objext
8264 if { (ac_try="$ac_compile"
8265 case "(($ac_try" in
8266 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8267 *) ac_try_echo=$ac_try;;
8268 esac
8269 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
8270 $as_echo "$ac_try_echo") >&5
8271 (eval "$ac_compile") 2>conftest.er1
8272 ac_status=$?
8273 grep -v '^ *+' conftest.er1 >conftest.err
8274 rm -f conftest.er1
8275 cat conftest.err >&5
8276 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
8277 (exit $ac_status); } && {
8278 test -z "$ac_c_werror_flag" ||
8279 test ! -s conftest.err
8280 } && test -s conftest.$ac_objext; then
8281 eval "$as_ac_Header=yes"
8282 else
8283 $as_echo "$as_me: failed program was:" >&5
8284 sed 's/^/| /' conftest.$ac_ext >&5
8286 eval "$as_ac_Header=no"
8289 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
8291 ac_res=`eval 'as_val=${'$as_ac_Header'}
8292 $as_echo "$as_val"'`
8293 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
8294 $as_echo "$ac_res" >&6; }
8295 as_val=`eval 'as_val=${'$as_ac_Header'}
8296 $as_echo "$as_val"'`
8297 if test "x$as_val" = x""yes; then
8298 cat >>confdefs.h <<_ACEOF
8299 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
8300 _ACEOF
8304 done
8308 for ac_header in sys/thr.h
8310 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
8311 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
8312 $as_echo_n "checking for $ac_header... " >&6; }
8313 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
8314 $as_echo_n "(cached) " >&6
8315 else
8316 cat >conftest.$ac_ext <<_ACEOF
8317 /* confdefs.h. */
8318 _ACEOF
8319 cat confdefs.h >>conftest.$ac_ext
8320 cat >>conftest.$ac_ext <<_ACEOF
8321 /* end confdefs.h. */
8322 #include <sys/types.h>
8323 #ifdef HAVE_UCONTEXT_H
8324 #include <ucontext.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 pthread_np.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_PTHREAD_H
8389 #include <pthread.h>
8390 #endif
8392 #include <$ac_header>
8393 _ACEOF
8394 rm -f conftest.$ac_objext
8395 if { (ac_try="$ac_compile"
8396 case "(($ac_try" in
8397 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8398 *) ac_try_echo=$ac_try;;
8399 esac
8400 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
8401 $as_echo "$ac_try_echo") >&5
8402 (eval "$ac_compile") 2>conftest.er1
8403 ac_status=$?
8404 grep -v '^ *+' conftest.er1 >conftest.err
8405 rm -f conftest.er1
8406 cat conftest.err >&5
8407 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
8408 (exit $ac_status); } && {
8409 test -z "$ac_c_werror_flag" ||
8410 test ! -s conftest.err
8411 } && test -s conftest.$ac_objext; then
8412 eval "$as_ac_Header=yes"
8413 else
8414 $as_echo "$as_me: failed program was:" >&5
8415 sed 's/^/| /' conftest.$ac_ext >&5
8417 eval "$as_ac_Header=no"
8420 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
8422 ac_res=`eval 'as_val=${'$as_ac_Header'}
8423 $as_echo "$as_val"'`
8424 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
8425 $as_echo "$ac_res" >&6; }
8426 as_val=`eval 'as_val=${'$as_ac_Header'}
8427 $as_echo "$as_val"'`
8428 if test "x$as_val" = x""yes; then
8429 cat >>confdefs.h <<_ACEOF
8430 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
8431 _ACEOF
8435 done
8439 for ac_header in linux/videodev.h
8441 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
8442 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
8443 $as_echo_n "checking for $ac_header... " >&6; }
8444 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
8445 $as_echo_n "(cached) " >&6
8446 else
8447 cat >conftest.$ac_ext <<_ACEOF
8448 /* confdefs.h. */
8449 _ACEOF
8450 cat confdefs.h >>conftest.$ac_ext
8451 cat >>conftest.$ac_ext <<_ACEOF
8452 /* end confdefs.h. */
8453 #ifdef HAVE_SYS_TIME_H
8454 #include <sys/time.h>
8455 #endif
8456 #include <sys/types.h>
8457 #ifdef HAVE_ASM_TYPES_H
8458 #include <asm/types.h>
8459 #endif
8461 #include <$ac_header>
8462 _ACEOF
8463 rm -f conftest.$ac_objext
8464 if { (ac_try="$ac_compile"
8465 case "(($ac_try" in
8466 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8467 *) ac_try_echo=$ac_try;;
8468 esac
8469 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
8470 $as_echo "$ac_try_echo") >&5
8471 (eval "$ac_compile") 2>conftest.er1
8472 ac_status=$?
8473 grep -v '^ *+' conftest.er1 >conftest.err
8474 rm -f conftest.er1
8475 cat conftest.err >&5
8476 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
8477 (exit $ac_status); } && {
8478 test -z "$ac_c_werror_flag" ||
8479 test ! -s conftest.err
8480 } && test -s conftest.$ac_objext; then
8481 eval "$as_ac_Header=yes"
8482 else
8483 $as_echo "$as_me: failed program was:" >&5
8484 sed 's/^/| /' conftest.$ac_ext >&5
8486 eval "$as_ac_Header=no"
8489 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
8491 ac_res=`eval 'as_val=${'$as_ac_Header'}
8492 $as_echo "$as_val"'`
8493 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
8494 $as_echo "$ac_res" >&6; }
8495 as_val=`eval 'as_val=${'$as_ac_Header'}
8496 $as_echo "$as_val"'`
8497 if test "x$as_val" = x""yes; then
8498 cat >>confdefs.h <<_ACEOF
8499 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
8500 _ACEOF
8504 done
8508 for ac_header in linux/capi.h
8510 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
8511 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
8512 $as_echo_n "checking for $ac_header... " >&6; }
8513 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
8514 $as_echo_n "(cached) " >&6
8515 else
8516 cat >conftest.$ac_ext <<_ACEOF
8517 /* confdefs.h. */
8518 _ACEOF
8519 cat confdefs.h >>conftest.$ac_ext
8520 cat >>conftest.$ac_ext <<_ACEOF
8521 /* end confdefs.h. */
8522 #define __user
8524 #include <$ac_header>
8525 _ACEOF
8526 rm -f conftest.$ac_objext
8527 if { (ac_try="$ac_compile"
8528 case "(($ac_try" in
8529 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8530 *) ac_try_echo=$ac_try;;
8531 esac
8532 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
8533 $as_echo "$ac_try_echo") >&5
8534 (eval "$ac_compile") 2>conftest.er1
8535 ac_status=$?
8536 grep -v '^ *+' conftest.er1 >conftest.err
8537 rm -f conftest.er1
8538 cat conftest.err >&5
8539 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
8540 (exit $ac_status); } && {
8541 test -z "$ac_c_werror_flag" ||
8542 test ! -s conftest.err
8543 } && test -s conftest.$ac_objext; then
8544 eval "$as_ac_Header=yes"
8545 else
8546 $as_echo "$as_me: failed program was:" >&5
8547 sed 's/^/| /' conftest.$ac_ext >&5
8549 eval "$as_ac_Header=no"
8552 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
8554 ac_res=`eval 'as_val=${'$as_ac_Header'}
8555 $as_echo "$as_val"'`
8556 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
8557 $as_echo "$ac_res" >&6; }
8558 as_val=`eval 'as_val=${'$as_ac_Header'}
8559 $as_echo "$as_val"'`
8560 if test "x$as_val" = x""yes; then
8561 cat >>confdefs.h <<_ACEOF
8562 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
8563 _ACEOF
8567 done
8571 DLLEXT=""
8573 DLLFLAGS="-D_REENTRANT"
8575 LDSHARED=""
8577 LDDLLFLAGS=""
8579 LIBEXT="so"
8581 IMPLIBEXT="def"
8583 LDRPATH_INSTALL=""
8585 LDRPATH_LOCAL=""
8587 # Extract the first word of "ldd", so it can be a program name with args.
8588 set dummy ldd; ac_word=$2
8589 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
8590 $as_echo_n "checking for $ac_word... " >&6; }
8591 if test "${ac_cv_path_LDD+set}" = set; then
8592 $as_echo_n "(cached) " >&6
8593 else
8594 case $LDD in
8595 [\\/]* | ?:[\\/]*)
8596 ac_cv_path_LDD="$LDD" # Let the user override the test with a path.
8599 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8600 as_dummy="/sbin:/usr/sbin:$PATH"
8601 for as_dir in $as_dummy
8603 IFS=$as_save_IFS
8604 test -z "$as_dir" && as_dir=.
8605 for ac_exec_ext in '' $ac_executable_extensions; do
8606 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8607 ac_cv_path_LDD="$as_dir/$ac_word$ac_exec_ext"
8608 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
8609 break 2
8611 done
8612 done
8613 IFS=$as_save_IFS
8615 test -z "$ac_cv_path_LDD" && ac_cv_path_LDD="true"
8617 esac
8619 LDD=$ac_cv_path_LDD
8620 if test -n "$LDD"; then
8621 { $as_echo "$as_me:$LINENO: result: $LDD" >&5
8622 $as_echo "$LDD" >&6; }
8623 else
8624 { $as_echo "$as_me:$LINENO: result: no" >&5
8625 $as_echo "no" >&6; }
8630 case $host_os in
8631 cygwin*|mingw32*)
8632 if test -n "$ac_tool_prefix"; then
8633 # Extract the first word of "${ac_tool_prefix}dlltool", so it can be a program name with args.
8634 set dummy ${ac_tool_prefix}dlltool; ac_word=$2
8635 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
8636 $as_echo_n "checking for $ac_word... " >&6; }
8637 if test "${ac_cv_prog_DLLTOOL+set}" = set; then
8638 $as_echo_n "(cached) " >&6
8639 else
8640 if test -n "$DLLTOOL"; then
8641 ac_cv_prog_DLLTOOL="$DLLTOOL" # Let the user override the test.
8642 else
8643 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8644 for as_dir in $PATH
8646 IFS=$as_save_IFS
8647 test -z "$as_dir" && as_dir=.
8648 for ac_exec_ext in '' $ac_executable_extensions; do
8649 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8650 ac_cv_prog_DLLTOOL="${ac_tool_prefix}dlltool"
8651 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
8652 break 2
8654 done
8655 done
8656 IFS=$as_save_IFS
8660 DLLTOOL=$ac_cv_prog_DLLTOOL
8661 if test -n "$DLLTOOL"; then
8662 { $as_echo "$as_me:$LINENO: result: $DLLTOOL" >&5
8663 $as_echo "$DLLTOOL" >&6; }
8664 else
8665 { $as_echo "$as_me:$LINENO: result: no" >&5
8666 $as_echo "no" >&6; }
8671 if test -z "$ac_cv_prog_DLLTOOL"; then
8672 ac_ct_DLLTOOL=$DLLTOOL
8673 # Extract the first word of "dlltool", so it can be a program name with args.
8674 set dummy dlltool; ac_word=$2
8675 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
8676 $as_echo_n "checking for $ac_word... " >&6; }
8677 if test "${ac_cv_prog_ac_ct_DLLTOOL+set}" = set; then
8678 $as_echo_n "(cached) " >&6
8679 else
8680 if test -n "$ac_ct_DLLTOOL"; then
8681 ac_cv_prog_ac_ct_DLLTOOL="$ac_ct_DLLTOOL" # Let the user override the test.
8682 else
8683 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8684 for as_dir in $PATH
8686 IFS=$as_save_IFS
8687 test -z "$as_dir" && as_dir=.
8688 for ac_exec_ext in '' $ac_executable_extensions; do
8689 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8690 ac_cv_prog_ac_ct_DLLTOOL="dlltool"
8691 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
8692 break 2
8694 done
8695 done
8696 IFS=$as_save_IFS
8700 ac_ct_DLLTOOL=$ac_cv_prog_ac_ct_DLLTOOL
8701 if test -n "$ac_ct_DLLTOOL"; then
8702 { $as_echo "$as_me:$LINENO: result: $ac_ct_DLLTOOL" >&5
8703 $as_echo "$ac_ct_DLLTOOL" >&6; }
8704 else
8705 { $as_echo "$as_me:$LINENO: result: no" >&5
8706 $as_echo "no" >&6; }
8709 if test "x$ac_ct_DLLTOOL" = x; then
8710 DLLTOOL="false"
8711 else
8712 case $cross_compiling:$ac_tool_warned in
8713 yes:)
8714 { $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5
8715 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
8716 ac_tool_warned=yes ;;
8717 esac
8718 DLLTOOL=$ac_ct_DLLTOOL
8720 else
8721 DLLTOOL="$ac_cv_prog_DLLTOOL"
8724 if test -n "$ac_tool_prefix"; then
8725 # Extract the first word of "${ac_tool_prefix}dllwrap", so it can be a program name with args.
8726 set dummy ${ac_tool_prefix}dllwrap; ac_word=$2
8727 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
8728 $as_echo_n "checking for $ac_word... " >&6; }
8729 if test "${ac_cv_prog_DLLWRAP+set}" = set; then
8730 $as_echo_n "(cached) " >&6
8731 else
8732 if test -n "$DLLWRAP"; then
8733 ac_cv_prog_DLLWRAP="$DLLWRAP" # Let the user override the test.
8734 else
8735 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8736 for as_dir in $PATH
8738 IFS=$as_save_IFS
8739 test -z "$as_dir" && as_dir=.
8740 for ac_exec_ext in '' $ac_executable_extensions; do
8741 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8742 ac_cv_prog_DLLWRAP="${ac_tool_prefix}dllwrap"
8743 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
8744 break 2
8746 done
8747 done
8748 IFS=$as_save_IFS
8752 DLLWRAP=$ac_cv_prog_DLLWRAP
8753 if test -n "$DLLWRAP"; then
8754 { $as_echo "$as_me:$LINENO: result: $DLLWRAP" >&5
8755 $as_echo "$DLLWRAP" >&6; }
8756 else
8757 { $as_echo "$as_me:$LINENO: result: no" >&5
8758 $as_echo "no" >&6; }
8763 if test -z "$ac_cv_prog_DLLWRAP"; then
8764 ac_ct_DLLWRAP=$DLLWRAP
8765 # Extract the first word of "dllwrap", so it can be a program name with args.
8766 set dummy dllwrap; ac_word=$2
8767 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
8768 $as_echo_n "checking for $ac_word... " >&6; }
8769 if test "${ac_cv_prog_ac_ct_DLLWRAP+set}" = set; then
8770 $as_echo_n "(cached) " >&6
8771 else
8772 if test -n "$ac_ct_DLLWRAP"; then
8773 ac_cv_prog_ac_ct_DLLWRAP="$ac_ct_DLLWRAP" # Let the user override the test.
8774 else
8775 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8776 for as_dir in $PATH
8778 IFS=$as_save_IFS
8779 test -z "$as_dir" && as_dir=.
8780 for ac_exec_ext in '' $ac_executable_extensions; do
8781 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8782 ac_cv_prog_ac_ct_DLLWRAP="dllwrap"
8783 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
8784 break 2
8786 done
8787 done
8788 IFS=$as_save_IFS
8792 ac_ct_DLLWRAP=$ac_cv_prog_ac_ct_DLLWRAP
8793 if test -n "$ac_ct_DLLWRAP"; then
8794 { $as_echo "$as_me:$LINENO: result: $ac_ct_DLLWRAP" >&5
8795 $as_echo "$ac_ct_DLLWRAP" >&6; }
8796 else
8797 { $as_echo "$as_me:$LINENO: result: no" >&5
8798 $as_echo "no" >&6; }
8801 if test "x$ac_ct_DLLWRAP" = x; then
8802 DLLWRAP="false"
8803 else
8804 case $cross_compiling:$ac_tool_warned in
8805 yes:)
8806 { $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5
8807 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
8808 ac_tool_warned=yes ;;
8809 esac
8810 DLLWRAP=$ac_ct_DLLWRAP
8812 else
8813 DLLWRAP="$ac_cv_prog_DLLWRAP"
8816 if test -n "$ac_tool_prefix"; then
8817 # Extract the first word of "${ac_tool_prefix}ar", so it can be a program name with args.
8818 set dummy ${ac_tool_prefix}ar; ac_word=$2
8819 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
8820 $as_echo_n "checking for $ac_word... " >&6; }
8821 if test "${ac_cv_prog_MINGWAR+set}" = set; then
8822 $as_echo_n "(cached) " >&6
8823 else
8824 if test -n "$MINGWAR"; then
8825 ac_cv_prog_MINGWAR="$MINGWAR" # Let the user override the test.
8826 else
8827 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8828 for as_dir in $PATH
8830 IFS=$as_save_IFS
8831 test -z "$as_dir" && as_dir=.
8832 for ac_exec_ext in '' $ac_executable_extensions; do
8833 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8834 ac_cv_prog_MINGWAR="${ac_tool_prefix}ar"
8835 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
8836 break 2
8838 done
8839 done
8840 IFS=$as_save_IFS
8844 MINGWAR=$ac_cv_prog_MINGWAR
8845 if test -n "$MINGWAR"; then
8846 { $as_echo "$as_me:$LINENO: result: $MINGWAR" >&5
8847 $as_echo "$MINGWAR" >&6; }
8848 else
8849 { $as_echo "$as_me:$LINENO: result: no" >&5
8850 $as_echo "no" >&6; }
8855 if test -z "$ac_cv_prog_MINGWAR"; then
8856 ac_ct_MINGWAR=$MINGWAR
8857 # Extract the first word of "ar", so it can be a program name with args.
8858 set dummy ar; ac_word=$2
8859 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
8860 $as_echo_n "checking for $ac_word... " >&6; }
8861 if test "${ac_cv_prog_ac_ct_MINGWAR+set}" = set; then
8862 $as_echo_n "(cached) " >&6
8863 else
8864 if test -n "$ac_ct_MINGWAR"; then
8865 ac_cv_prog_ac_ct_MINGWAR="$ac_ct_MINGWAR" # Let the user override the test.
8866 else
8867 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8868 for as_dir in $PATH
8870 IFS=$as_save_IFS
8871 test -z "$as_dir" && as_dir=.
8872 for ac_exec_ext in '' $ac_executable_extensions; do
8873 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8874 ac_cv_prog_ac_ct_MINGWAR="ar"
8875 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
8876 break 2
8878 done
8879 done
8880 IFS=$as_save_IFS
8884 ac_ct_MINGWAR=$ac_cv_prog_ac_ct_MINGWAR
8885 if test -n "$ac_ct_MINGWAR"; then
8886 { $as_echo "$as_me:$LINENO: result: $ac_ct_MINGWAR" >&5
8887 $as_echo "$ac_ct_MINGWAR" >&6; }
8888 else
8889 { $as_echo "$as_me:$LINENO: result: no" >&5
8890 $as_echo "no" >&6; }
8893 if test "x$ac_ct_MINGWAR" = x; then
8894 MINGWAR="false"
8895 else
8896 case $cross_compiling:$ac_tool_warned in
8897 yes:)
8898 { $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5
8899 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
8900 ac_tool_warned=yes ;;
8901 esac
8902 MINGWAR=$ac_ct_MINGWAR
8904 else
8905 MINGWAR="$ac_cv_prog_MINGWAR"
8908 if test "$DLLWRAP" = "false"; then
8909 LIBEXT="a"
8910 else
8911 LIBEXT="dll"
8913 IMPLIBEXT="a"
8914 WIN16_FILES=""
8915 WIN16_INSTALL=""
8916 enable_iphlpapi=${enable_iphlpapi:-no}
8917 enable_kernel32=${enable_kernel32:-no}
8918 enable_msvcrt=${enable_msvcrt:-no}
8919 enable_ntdll=${enable_ntdll:-no}
8920 enable_ws2_32=${enable_ws2_32:-no}
8921 enable_loader=${enable_loader:-no}
8922 enable_server=${enable_server:-no}
8924 darwin*|macosx*)
8925 DLLEXT=".so"
8926 LIBEXT="dylib"
8927 DLLFLAGS="$DLLFLAGS -fPIC"
8928 LDDLLFLAGS="-bundle -multiply_defined suppress"
8929 LIBWINE_LDFLAGS="-multiply_defined suppress"
8930 LDSHARED="\$(CC) -dynamiclib"
8931 STRIP="$STRIP -x"
8932 LDRPATH_LOCAL="&& install_name_tool -change @executable_path/\`\$(RELPATH) \$(bindir) \$(libdir)\`/libwine.1.dylib @executable_path/\$(TOPOBJDIR)/libs/wine/libwine.1.dylib \$@ || \$(RM) \$@"
8933 SECURITYLIB="-framework Security -framework CoreFoundation"
8935 COREFOUNDATIONLIB="-framework CoreFoundation"
8937 IOKITLIB="-framework IOKit -framework CoreFoundation"
8939 LDEXECFLAGS="-image_base 0x7bf00000 -Wl,-segaddr,WINE_DOS,0x00000000,-segaddr,WINE_SHARED_HEAP,0x7f000000"
8941 if test "$ac_cv_header_DiskArbitration_DiskArbitration_h" = "yes"
8942 then
8943 DISKARBITRATIONLIB="-framework DiskArbitration -framework CoreFoundation"
8946 if test "$ac_cv_header_CoreAudio_CoreAudio_h" = "yes" -a "$ac_cv_header_AudioUnit_AudioUnit_h" = "yes"
8947 then
8948 COREAUDIO="-framework CoreAudio -framework AudioUnit -framework CoreServices -framework AudioToolbox -framework CoreMIDI"
8951 case $host_cpu in
8952 *powerpc*)
8953 LDDLLFLAGS="$LDDLLFLAGS -read_only_relocs warning" ;;
8954 esac
8955 if test "$ac_cv_header_Carbon_Carbon_h" = "yes"
8956 then
8957 CARBONLIB="-framework Carbon"
8959 enable_winequartz_drv=${enable_winequartz_drv:-yes}
8963 DLLFLAGS="$DLLFLAGS -fPIC"
8964 DLLEXT=".so"
8965 { $as_echo "$as_me:$LINENO: checking whether we can build a GNU style ELF dll" >&5
8966 $as_echo_n "checking whether we can build a GNU style ELF dll... " >&6; }
8967 if test "${ac_cv_c_dll_gnuelf+set}" = set; then
8968 $as_echo_n "(cached) " >&6
8969 else
8970 ac_wine_try_cflags_saved=$CFLAGS
8971 CFLAGS="$CFLAGS -fPIC -shared -Wl,-Bsymbolic"
8972 cat >conftest.$ac_ext <<_ACEOF
8973 void myfunc() {}
8974 _ACEOF
8975 rm -f conftest.$ac_objext conftest$ac_exeext
8976 if { (ac_try="$ac_link"
8977 case "(($ac_try" in
8978 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8979 *) ac_try_echo=$ac_try;;
8980 esac
8981 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
8982 $as_echo "$ac_try_echo") >&5
8983 (eval "$ac_link") 2>conftest.er1
8984 ac_status=$?
8985 grep -v '^ *+' conftest.er1 >conftest.err
8986 rm -f conftest.er1
8987 cat conftest.err >&5
8988 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
8989 (exit $ac_status); } && {
8990 test -z "$ac_c_werror_flag" ||
8991 test ! -s conftest.err
8992 } && test -s conftest$ac_exeext && {
8993 test "$cross_compiling" = yes ||
8994 $as_test_x conftest$ac_exeext
8995 }; then
8996 ac_cv_c_dll_gnuelf="yes"
8997 else
8998 $as_echo "$as_me: failed program was:" >&5
8999 sed 's/^/| /' conftest.$ac_ext >&5
9001 ac_cv_c_dll_gnuelf="no"
9004 rm -rf conftest.dSYM
9005 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9006 conftest$ac_exeext conftest.$ac_ext
9007 CFLAGS=$ac_wine_try_cflags_saved
9009 { $as_echo "$as_me:$LINENO: result: $ac_cv_c_dll_gnuelf" >&5
9010 $as_echo "$ac_cv_c_dll_gnuelf" >&6; }
9011 if test "$ac_cv_c_dll_gnuelf" = "yes"
9012 then
9013 LDSHARED="\$(CC) -shared"
9014 LDDLLFLAGS="-shared -Wl,-Bsymbolic"
9015 { $as_echo "$as_me:$LINENO: checking whether the compiler supports -fPIC -shared -Wl,-soname,confest.so.1" >&5
9016 $as_echo_n "checking whether the compiler supports -fPIC -shared -Wl,-soname,confest.so.1... " >&6; }
9017 if test "${ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1+set}" = set; then
9018 $as_echo_n "(cached) " >&6
9019 else
9020 ac_wine_try_cflags_saved=$CFLAGS
9021 CFLAGS="$CFLAGS -fPIC -shared -Wl,-soname,confest.so.1"
9022 cat >conftest.$ac_ext <<_ACEOF
9023 /* confdefs.h. */
9024 _ACEOF
9025 cat confdefs.h >>conftest.$ac_ext
9026 cat >>conftest.$ac_ext <<_ACEOF
9027 /* end confdefs.h. */
9030 main ()
9034 return 0;
9036 _ACEOF
9037 rm -f conftest.$ac_objext conftest$ac_exeext
9038 if { (ac_try="$ac_link"
9039 case "(($ac_try" in
9040 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9041 *) ac_try_echo=$ac_try;;
9042 esac
9043 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
9044 $as_echo "$ac_try_echo") >&5
9045 (eval "$ac_link") 2>conftest.er1
9046 ac_status=$?
9047 grep -v '^ *+' conftest.er1 >conftest.err
9048 rm -f conftest.er1
9049 cat conftest.err >&5
9050 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
9051 (exit $ac_status); } && {
9052 test -z "$ac_c_werror_flag" ||
9053 test ! -s conftest.err
9054 } && test -s conftest$ac_exeext && {
9055 test "$cross_compiling" = yes ||
9056 $as_test_x conftest$ac_exeext
9057 }; then
9058 ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1=yes
9059 else
9060 $as_echo "$as_me: failed program was:" >&5
9061 sed 's/^/| /' conftest.$ac_ext >&5
9063 ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1=no
9066 rm -rf conftest.dSYM
9067 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9068 conftest$ac_exeext conftest.$ac_ext
9069 CFLAGS=$ac_wine_try_cflags_saved
9071 { $as_echo "$as_me:$LINENO: result: $ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1" >&5
9072 $as_echo "$ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1" >&6; }
9073 if test $ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1 = yes; then
9074 LDSHARED="\$(CC) -shared \$(SONAME:%=-Wl,-soname,%)"
9075 else
9076 { $as_echo "$as_me:$LINENO: checking whether the compiler supports -fPIC -shared -Wl,-h,confest.so.1" >&5
9077 $as_echo_n "checking whether the compiler supports -fPIC -shared -Wl,-h,confest.so.1... " >&6; }
9078 if test "${ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1+set}" = set; then
9079 $as_echo_n "(cached) " >&6
9080 else
9081 ac_wine_try_cflags_saved=$CFLAGS
9082 CFLAGS="$CFLAGS -fPIC -shared -Wl,-h,confest.so.1"
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__h_confest_so_1=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__h_confest_so_1=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__h_confest_so_1" >&5
9133 $as_echo "$ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1" >&6; }
9134 if test $ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1 = yes; then
9135 LDSHARED="\$(CC) -shared \$(SONAME:%=-Wl,-h,%)"
9141 { $as_echo "$as_me:$LINENO: checking whether the compiler supports -fPIC -shared -Wl,-Bsymbolic,-z,defs" >&5
9142 $as_echo_n "checking whether the compiler supports -fPIC -shared -Wl,-Bsymbolic,-z,defs... " >&6; }
9143 if test "${ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__z_defs+set}" = set; then
9144 $as_echo_n "(cached) " >&6
9145 else
9146 ac_wine_try_cflags_saved=$CFLAGS
9147 CFLAGS="$CFLAGS -fPIC -shared -Wl,-Bsymbolic,-z,defs"
9148 cat >conftest.$ac_ext <<_ACEOF
9149 /* confdefs.h. */
9150 _ACEOF
9151 cat confdefs.h >>conftest.$ac_ext
9152 cat >>conftest.$ac_ext <<_ACEOF
9153 /* end confdefs.h. */
9156 main ()
9160 return 0;
9162 _ACEOF
9163 rm -f conftest.$ac_objext conftest$ac_exeext
9164 if { (ac_try="$ac_link"
9165 case "(($ac_try" in
9166 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9167 *) ac_try_echo=$ac_try;;
9168 esac
9169 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
9170 $as_echo "$ac_try_echo") >&5
9171 (eval "$ac_link") 2>conftest.er1
9172 ac_status=$?
9173 grep -v '^ *+' conftest.er1 >conftest.err
9174 rm -f conftest.er1
9175 cat conftest.err >&5
9176 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
9177 (exit $ac_status); } && {
9178 test -z "$ac_c_werror_flag" ||
9179 test ! -s conftest.err
9180 } && test -s conftest$ac_exeext && {
9181 test "$cross_compiling" = yes ||
9182 $as_test_x conftest$ac_exeext
9183 }; then
9184 ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__z_defs=yes
9185 else
9186 $as_echo "$as_me: failed program was:" >&5
9187 sed 's/^/| /' conftest.$ac_ext >&5
9189 ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__z_defs=no
9192 rm -rf conftest.dSYM
9193 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9194 conftest$ac_exeext conftest.$ac_ext
9195 CFLAGS=$ac_wine_try_cflags_saved
9197 { $as_echo "$as_me:$LINENO: result: $ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__z_defs" >&5
9198 $as_echo "$ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__z_defs" >&6; }
9199 if test $ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__z_defs = yes; then
9200 LDDLLFLAGS="$LDDLLFLAGS,-z,defs"
9204 { $as_echo "$as_me:$LINENO: checking whether the compiler supports -fPIC -shared -Wl,-Bsymbolic,-init,__wine_spec_init,-fini,__wine_spec_fini" >&5
9205 $as_echo_n "checking whether the compiler supports -fPIC -shared -Wl,-Bsymbolic,-init,__wine_spec_init,-fini,__wine_spec_fini... " >&6; }
9206 if test "${ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__init___wine_spec_init__fini___wine_spec_fini+set}" = set; then
9207 $as_echo_n "(cached) " >&6
9208 else
9209 ac_wine_try_cflags_saved=$CFLAGS
9210 CFLAGS="$CFLAGS -fPIC -shared -Wl,-Bsymbolic,-init,__wine_spec_init,-fini,__wine_spec_fini"
9211 cat >conftest.$ac_ext <<_ACEOF
9212 /* confdefs.h. */
9213 _ACEOF
9214 cat confdefs.h >>conftest.$ac_ext
9215 cat >>conftest.$ac_ext <<_ACEOF
9216 /* end confdefs.h. */
9219 main ()
9223 return 0;
9225 _ACEOF
9226 rm -f conftest.$ac_objext conftest$ac_exeext
9227 if { (ac_try="$ac_link"
9228 case "(($ac_try" in
9229 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9230 *) ac_try_echo=$ac_try;;
9231 esac
9232 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
9233 $as_echo "$ac_try_echo") >&5
9234 (eval "$ac_link") 2>conftest.er1
9235 ac_status=$?
9236 grep -v '^ *+' conftest.er1 >conftest.err
9237 rm -f conftest.er1
9238 cat conftest.err >&5
9239 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
9240 (exit $ac_status); } && {
9241 test -z "$ac_c_werror_flag" ||
9242 test ! -s conftest.err
9243 } && test -s conftest$ac_exeext && {
9244 test "$cross_compiling" = yes ||
9245 $as_test_x conftest$ac_exeext
9246 }; then
9247 ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__init___wine_spec_init__fini___wine_spec_fini=yes
9248 else
9249 $as_echo "$as_me: failed program was:" >&5
9250 sed 's/^/| /' conftest.$ac_ext >&5
9252 ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__init___wine_spec_init__fini___wine_spec_fini=no
9255 rm -rf conftest.dSYM
9256 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9257 conftest$ac_exeext conftest.$ac_ext
9258 CFLAGS=$ac_wine_try_cflags_saved
9260 { $as_echo "$as_me:$LINENO: result: $ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__init___wine_spec_init__fini___wine_spec_fini" >&5
9261 $as_echo "$ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__init___wine_spec_init__fini___wine_spec_fini" >&6; }
9262 if test $ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__init___wine_spec_init__fini___wine_spec_fini = yes; then
9263 LDDLLFLAGS="$LDDLLFLAGS,-init,__wine_spec_init,-fini,__wine_spec_fini"
9267 echo '{ global: *; };' >conftest.map
9268 { $as_echo "$as_me:$LINENO: checking whether the compiler supports -fPIC -shared -Wl,--version-script=conftest.map" >&5
9269 $as_echo_n "checking whether the compiler supports -fPIC -shared -Wl,--version-script=conftest.map... " >&6; }
9270 if test "${ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map+set}" = set; then
9271 $as_echo_n "(cached) " >&6
9272 else
9273 ac_wine_try_cflags_saved=$CFLAGS
9274 CFLAGS="$CFLAGS -fPIC -shared -Wl,--version-script=conftest.map"
9275 cat >conftest.$ac_ext <<_ACEOF
9276 /* confdefs.h. */
9277 _ACEOF
9278 cat confdefs.h >>conftest.$ac_ext
9279 cat >>conftest.$ac_ext <<_ACEOF
9280 /* end confdefs.h. */
9283 main ()
9287 return 0;
9289 _ACEOF
9290 rm -f conftest.$ac_objext conftest$ac_exeext
9291 if { (ac_try="$ac_link"
9292 case "(($ac_try" in
9293 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9294 *) ac_try_echo=$ac_try;;
9295 esac
9296 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
9297 $as_echo "$ac_try_echo") >&5
9298 (eval "$ac_link") 2>conftest.er1
9299 ac_status=$?
9300 grep -v '^ *+' conftest.er1 >conftest.err
9301 rm -f conftest.er1
9302 cat conftest.err >&5
9303 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
9304 (exit $ac_status); } && {
9305 test -z "$ac_c_werror_flag" ||
9306 test ! -s conftest.err
9307 } && test -s conftest$ac_exeext && {
9308 test "$cross_compiling" = yes ||
9309 $as_test_x conftest$ac_exeext
9310 }; then
9311 ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map=yes
9312 else
9313 $as_echo "$as_me: failed program was:" >&5
9314 sed 's/^/| /' conftest.$ac_ext >&5
9316 ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map=no
9319 rm -rf conftest.dSYM
9320 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9321 conftest$ac_exeext conftest.$ac_ext
9322 CFLAGS=$ac_wine_try_cflags_saved
9324 { $as_echo "$as_me:$LINENO: result: $ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map" >&5
9325 $as_echo "$ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map" >&6; }
9326 if test $ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map = yes; then
9327 LDSHARED="$LDSHARED \$(VERSCRIPT:%=-Wl,--version-script=%)"
9330 rm -f conftest.map
9332 { $as_echo "$as_me:$LINENO: checking whether the compiler supports -fPIC -Wl,--export-dynamic" >&5
9333 $as_echo_n "checking whether the compiler supports -fPIC -Wl,--export-dynamic... " >&6; }
9334 if test "${ac_cv_cflags__fPIC__Wl___export_dynamic+set}" = set; then
9335 $as_echo_n "(cached) " >&6
9336 else
9337 ac_wine_try_cflags_saved=$CFLAGS
9338 CFLAGS="$CFLAGS -fPIC -Wl,--export-dynamic"
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 ac_cv_cflags__fPIC__Wl___export_dynamic=yes
9376 else
9377 $as_echo "$as_me: failed program was:" >&5
9378 sed 's/^/| /' conftest.$ac_ext >&5
9380 ac_cv_cflags__fPIC__Wl___export_dynamic=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 { $as_echo "$as_me:$LINENO: result: $ac_cv_cflags__fPIC__Wl___export_dynamic" >&5
9389 $as_echo "$ac_cv_cflags__fPIC__Wl___export_dynamic" >&6; }
9390 if test $ac_cv_cflags__fPIC__Wl___export_dynamic = yes; then
9391 LDEXECFLAGS="-Wl,--export-dynamic"
9396 as_ac_var=`$as_echo "ac_cv_cflags_-fPIC -Wl,--rpath,\$ORIGIN/../lib" | $as_tr_sh`
9397 { $as_echo "$as_me:$LINENO: checking whether the compiler supports -fPIC -Wl,--rpath,\$ORIGIN/../lib" >&5
9398 $as_echo_n "checking whether the compiler supports -fPIC -Wl,--rpath,\$ORIGIN/../lib... " >&6; }
9399 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
9400 $as_echo_n "(cached) " >&6
9401 else
9402 ac_wine_try_cflags_saved=$CFLAGS
9403 CFLAGS="$CFLAGS -fPIC -Wl,--rpath,\$ORIGIN/../lib"
9404 cat >conftest.$ac_ext <<_ACEOF
9405 /* confdefs.h. */
9406 _ACEOF
9407 cat confdefs.h >>conftest.$ac_ext
9408 cat >>conftest.$ac_ext <<_ACEOF
9409 /* end confdefs.h. */
9412 main ()
9416 return 0;
9418 _ACEOF
9419 rm -f conftest.$ac_objext conftest$ac_exeext
9420 if { (ac_try="$ac_link"
9421 case "(($ac_try" in
9422 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9423 *) ac_try_echo=$ac_try;;
9424 esac
9425 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
9426 $as_echo "$ac_try_echo") >&5
9427 (eval "$ac_link") 2>conftest.er1
9428 ac_status=$?
9429 grep -v '^ *+' conftest.er1 >conftest.err
9430 rm -f conftest.er1
9431 cat conftest.err >&5
9432 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
9433 (exit $ac_status); } && {
9434 test -z "$ac_c_werror_flag" ||
9435 test ! -s conftest.err
9436 } && test -s conftest$ac_exeext && {
9437 test "$cross_compiling" = yes ||
9438 $as_test_x conftest$ac_exeext
9439 }; then
9440 eval "$as_ac_var=yes"
9441 else
9442 $as_echo "$as_me: failed program was:" >&5
9443 sed 's/^/| /' conftest.$ac_ext >&5
9445 eval "$as_ac_var=no"
9448 rm -rf conftest.dSYM
9449 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9450 conftest$ac_exeext conftest.$ac_ext
9451 CFLAGS=$ac_wine_try_cflags_saved
9453 ac_res=`eval 'as_val=${'$as_ac_var'}
9454 $as_echo "$as_val"'`
9455 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
9456 $as_echo "$ac_res" >&6; }
9457 if test `eval 'as_val=${'$as_ac_var'}
9458 $as_echo "$as_val"'` = yes; then
9459 LDRPATH_INSTALL="-Wl,--rpath,\\\$\$ORIGIN/\`\$(RELPATH) \$(bindir) \$(libdir)\`"
9460 LDRPATH_LOCAL="-Wl,--rpath,\\\$\$ORIGIN/\$(TOPOBJDIR)/libs/wine"
9461 else
9462 as_ac_var=`$as_echo "ac_cv_cflags_-fPIC -Wl,-R,\$ORIGIN/../lib" | $as_tr_sh`
9463 { $as_echo "$as_me:$LINENO: checking whether the compiler supports -fPIC -Wl,-R,\$ORIGIN/../lib" >&5
9464 $as_echo_n "checking whether the compiler supports -fPIC -Wl,-R,\$ORIGIN/../lib... " >&6; }
9465 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
9466 $as_echo_n "(cached) " >&6
9467 else
9468 ac_wine_try_cflags_saved=$CFLAGS
9469 CFLAGS="$CFLAGS -fPIC -Wl,-R,\$ORIGIN/../lib"
9470 cat >conftest.$ac_ext <<_ACEOF
9471 /* confdefs.h. */
9472 _ACEOF
9473 cat confdefs.h >>conftest.$ac_ext
9474 cat >>conftest.$ac_ext <<_ACEOF
9475 /* end confdefs.h. */
9478 main ()
9482 return 0;
9484 _ACEOF
9485 rm -f conftest.$ac_objext conftest$ac_exeext
9486 if { (ac_try="$ac_link"
9487 case "(($ac_try" in
9488 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9489 *) ac_try_echo=$ac_try;;
9490 esac
9491 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
9492 $as_echo "$ac_try_echo") >&5
9493 (eval "$ac_link") 2>conftest.er1
9494 ac_status=$?
9495 grep -v '^ *+' conftest.er1 >conftest.err
9496 rm -f conftest.er1
9497 cat conftest.err >&5
9498 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
9499 (exit $ac_status); } && {
9500 test -z "$ac_c_werror_flag" ||
9501 test ! -s conftest.err
9502 } && test -s conftest$ac_exeext && {
9503 test "$cross_compiling" = yes ||
9504 $as_test_x conftest$ac_exeext
9505 }; then
9506 eval "$as_ac_var=yes"
9507 else
9508 $as_echo "$as_me: failed program was:" >&5
9509 sed 's/^/| /' conftest.$ac_ext >&5
9511 eval "$as_ac_var=no"
9514 rm -rf conftest.dSYM
9515 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9516 conftest$ac_exeext conftest.$ac_ext
9517 CFLAGS=$ac_wine_try_cflags_saved
9519 ac_res=`eval 'as_val=${'$as_ac_var'}
9520 $as_echo "$as_val"'`
9521 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
9522 $as_echo "$ac_res" >&6; }
9523 if test `eval 'as_val=${'$as_ac_var'}
9524 $as_echo "$as_val"'` = yes; then
9525 LDRPATH_INSTALL="-Wl,-R,\\\$\$ORIGIN/\`\$(RELPATH) \$(bindir) \$(libdir)\`"
9526 LDRPATH_LOCAL="-Wl,-R,\\\$\$ORIGIN/\$(TOPOBJDIR)/libs/wine"
9532 { $as_echo "$as_me:$LINENO: checking whether the compiler supports -Wl,--enable-new-dtags" >&5
9533 $as_echo_n "checking whether the compiler supports -Wl,--enable-new-dtags... " >&6; }
9534 if test "${ac_cv_cflags__Wl___enable_new_dtags+set}" = set; then
9535 $as_echo_n "(cached) " >&6
9536 else
9537 ac_wine_try_cflags_saved=$CFLAGS
9538 CFLAGS="$CFLAGS -Wl,--enable-new-dtags"
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___enable_new_dtags=yes
9576 else
9577 $as_echo "$as_me: failed program was:" >&5
9578 sed 's/^/| /' conftest.$ac_ext >&5
9580 ac_cv_cflags__Wl___enable_new_dtags=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___enable_new_dtags" >&5
9589 $as_echo "$ac_cv_cflags__Wl___enable_new_dtags" >&6; }
9590 if test $ac_cv_cflags__Wl___enable_new_dtags = yes; then
9591 LDRPATH_INSTALL="$LDRPATH_INSTALL -Wl,--enable-new-dtags"
9595 case $host_cpu in
9596 *i[3456789]86* | x86_64)
9597 { $as_echo "$as_me:$LINENO: checking whether the compiler supports -Wl,--section-start,.interp=0x7bf00400" >&5
9598 $as_echo_n "checking whether the compiler supports -Wl,--section-start,.interp=0x7bf00400... " >&6; }
9599 if test "${ac_cv_cflags__Wl___section_start__interp_0x7bf00400+set}" = set; then
9600 $as_echo_n "(cached) " >&6
9601 else
9602 ac_wine_try_cflags_saved=$CFLAGS
9603 CFLAGS="$CFLAGS -Wl,--section-start,.interp=0x7bf00400"
9604 cat >conftest.$ac_ext <<_ACEOF
9605 /* confdefs.h. */
9606 _ACEOF
9607 cat confdefs.h >>conftest.$ac_ext
9608 cat >>conftest.$ac_ext <<_ACEOF
9609 /* end confdefs.h. */
9612 main ()
9616 return 0;
9618 _ACEOF
9619 rm -f conftest.$ac_objext conftest$ac_exeext
9620 if { (ac_try="$ac_link"
9621 case "(($ac_try" in
9622 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9623 *) ac_try_echo=$ac_try;;
9624 esac
9625 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
9626 $as_echo "$ac_try_echo") >&5
9627 (eval "$ac_link") 2>conftest.er1
9628 ac_status=$?
9629 grep -v '^ *+' conftest.er1 >conftest.err
9630 rm -f conftest.er1
9631 cat conftest.err >&5
9632 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
9633 (exit $ac_status); } && {
9634 test -z "$ac_c_werror_flag" ||
9635 test ! -s conftest.err
9636 } && test -s conftest$ac_exeext && {
9637 test "$cross_compiling" = yes ||
9638 $as_test_x conftest$ac_exeext
9639 }; then
9640 ac_cv_cflags__Wl___section_start__interp_0x7bf00400=yes
9641 else
9642 $as_echo "$as_me: failed program was:" >&5
9643 sed 's/^/| /' conftest.$ac_ext >&5
9645 ac_cv_cflags__Wl___section_start__interp_0x7bf00400=no
9648 rm -rf conftest.dSYM
9649 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9650 conftest$ac_exeext conftest.$ac_ext
9651 CFLAGS=$ac_wine_try_cflags_saved
9653 { $as_echo "$as_me:$LINENO: result: $ac_cv_cflags__Wl___section_start__interp_0x7bf00400" >&5
9654 $as_echo "$ac_cv_cflags__Wl___section_start__interp_0x7bf00400" >&6; }
9655 if test $ac_cv_cflags__Wl___section_start__interp_0x7bf00400 = yes; then
9656 LDEXECFLAGS="$LDEXECFLAGS -Wl,--section-start,.interp=0x7bf00400"
9660 esac
9662 else
9663 { $as_echo "$as_me:$LINENO: checking whether we can build a UnixWare (Solaris) dll" >&5
9664 $as_echo_n "checking whether we can build a UnixWare (Solaris) dll... " >&6; }
9665 if test "${ac_cv_c_dll_unixware+set}" = set; then
9666 $as_echo_n "(cached) " >&6
9667 else
9668 ac_wine_try_cflags_saved=$CFLAGS
9669 CFLAGS="$CFLAGS -fPIC -Wl,-G,-h,conftest.so.1.0,-B,symbolic"
9670 cat >conftest.$ac_ext <<_ACEOF
9671 void myfunc() {}
9672 _ACEOF
9673 rm -f conftest.$ac_objext conftest$ac_exeext
9674 if { (ac_try="$ac_link"
9675 case "(($ac_try" in
9676 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9677 *) ac_try_echo=$ac_try;;
9678 esac
9679 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
9680 $as_echo "$ac_try_echo") >&5
9681 (eval "$ac_link") 2>conftest.er1
9682 ac_status=$?
9683 grep -v '^ *+' conftest.er1 >conftest.err
9684 rm -f conftest.er1
9685 cat conftest.err >&5
9686 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
9687 (exit $ac_status); } && {
9688 test -z "$ac_c_werror_flag" ||
9689 test ! -s conftest.err
9690 } && test -s conftest$ac_exeext && {
9691 test "$cross_compiling" = yes ||
9692 $as_test_x conftest$ac_exeext
9693 }; then
9694 ac_cv_c_dll_unixware="yes"
9695 else
9696 $as_echo "$as_me: failed program was:" >&5
9697 sed 's/^/| /' conftest.$ac_ext >&5
9699 ac_cv_c_dll_unixware="no"
9702 rm -rf conftest.dSYM
9703 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9704 conftest$ac_exeext conftest.$ac_ext
9705 CFLAGS=$ac_wine_try_cflags_saved
9707 { $as_echo "$as_me:$LINENO: result: $ac_cv_c_dll_unixware" >&5
9708 $as_echo "$ac_cv_c_dll_unixware" >&6; }
9709 if test "$ac_cv_c_dll_unixware" = "yes"
9710 then
9711 LDSHARED="\$(CC) -Wl,-G \$(SONAME:%=-Wl,-h,%)"
9712 LDDLLFLAGS="-Wl,-G,-B,symbolic"
9714 else
9715 { $as_echo "$as_me:$LINENO: checking whether we can build an HP-UX dll" >&5
9716 $as_echo_n "checking whether we can build an HP-UX dll... " >&6; }
9717 if test "${ac_cv_c_dll_hpux+set}" = set; then
9718 $as_echo_n "(cached) " >&6
9719 else
9720 ac_wine_try_cflags_saved=$CFLAGS
9721 CFLAGS="$CFLAGS -shared"
9722 cat >conftest.$ac_ext <<_ACEOF
9723 void myfunc() {}
9724 _ACEOF
9725 rm -f conftest.$ac_objext conftest$ac_exeext
9726 if { (ac_try="$ac_link"
9727 case "(($ac_try" in
9728 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9729 *) ac_try_echo=$ac_try;;
9730 esac
9731 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
9732 $as_echo "$ac_try_echo") >&5
9733 (eval "$ac_link") 2>conftest.er1
9734 ac_status=$?
9735 grep -v '^ *+' conftest.er1 >conftest.err
9736 rm -f conftest.er1
9737 cat conftest.err >&5
9738 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
9739 (exit $ac_status); } && {
9740 test -z "$ac_c_werror_flag" ||
9741 test ! -s conftest.err
9742 } && test -s conftest$ac_exeext && {
9743 test "$cross_compiling" = yes ||
9744 $as_test_x conftest$ac_exeext
9745 }; then
9746 ac_cv_c_dll_hpux="yes"
9747 else
9748 $as_echo "$as_me: failed program was:" >&5
9749 sed 's/^/| /' conftest.$ac_ext >&5
9751 ac_cv_c_dll_hpux="no"
9754 rm -rf conftest.dSYM
9755 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9756 conftest$ac_exeext conftest.$ac_ext
9757 CFLAGS=$ac_wine_try_cflags_saved
9759 { $as_echo "$as_me:$LINENO: result: $ac_cv_c_dll_hpux" >&5
9760 $as_echo "$ac_cv_c_dll_hpux" >&6; }
9761 if test "$ac_cv_c_dll_hpux" = "yes"
9762 then
9763 LIBEXT="sl"
9764 DLLEXT=".sl"
9765 LDDLLFLAGS="-shared -fPIC"
9766 LDSHARED="\$(CC) -shared"
9771 esac
9773 enable_winequartz_drv=${enable_winequartz_drv:-no}
9775 if test "$LIBEXT" = "a"; then
9776 { { $as_echo "$as_me:$LINENO: error: could not find a way to build shared libraries.
9777 It is currently not possible to build Wine without shared library
9778 (.so) support to allow transparent switch between .so and .dll files.
9779 If you are using Linux, you will need a newer binutils.
9780 " >&5
9781 $as_echo "$as_me: error: could not find a way to build shared libraries.
9782 It is currently not possible to build Wine without shared library
9783 (.so) support to allow transparent switch between .so and .dll files.
9784 If you are using Linux, you will need a newer binutils.
9785 " >&2;}
9786 { (exit 1); exit 1; }; }
9789 if test "$cross_compiling" = "no" -a "$LIBEXT" != "dll"
9790 then
9791 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
9793 # Extract the first word of "$ac_prog", so it can be a program name with args.
9794 set dummy $ac_prog; ac_word=$2
9795 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
9796 $as_echo_n "checking for $ac_word... " >&6; }
9797 if test "${ac_cv_prog_CROSSCC+set}" = set; then
9798 $as_echo_n "(cached) " >&6
9799 else
9800 if test -n "$CROSSCC"; then
9801 ac_cv_prog_CROSSCC="$CROSSCC" # Let the user override the test.
9802 else
9803 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9804 for as_dir in $PATH
9806 IFS=$as_save_IFS
9807 test -z "$as_dir" && as_dir=.
9808 for ac_exec_ext in '' $ac_executable_extensions; do
9809 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9810 ac_cv_prog_CROSSCC="$ac_prog"
9811 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
9812 break 2
9814 done
9815 done
9816 IFS=$as_save_IFS
9820 CROSSCC=$ac_cv_prog_CROSSCC
9821 if test -n "$CROSSCC"; then
9822 { $as_echo "$as_me:$LINENO: result: $CROSSCC" >&5
9823 $as_echo "$CROSSCC" >&6; }
9824 else
9825 { $as_echo "$as_me:$LINENO: result: no" >&5
9826 $as_echo "no" >&6; }
9830 test -n "$CROSSCC" && break
9831 done
9832 test -n "$CROSSCC" || CROSSCC="false"
9834 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
9836 # Extract the first word of "$ac_prog", so it can be a program name with args.
9837 set dummy $ac_prog; ac_word=$2
9838 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
9839 $as_echo_n "checking for $ac_word... " >&6; }
9840 if test "${ac_cv_prog_DLLTOOL+set}" = set; then
9841 $as_echo_n "(cached) " >&6
9842 else
9843 if test -n "$DLLTOOL"; then
9844 ac_cv_prog_DLLTOOL="$DLLTOOL" # Let the user override the test.
9845 else
9846 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9847 for as_dir in $PATH
9849 IFS=$as_save_IFS
9850 test -z "$as_dir" && as_dir=.
9851 for ac_exec_ext in '' $ac_executable_extensions; do
9852 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9853 ac_cv_prog_DLLTOOL="$ac_prog"
9854 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
9855 break 2
9857 done
9858 done
9859 IFS=$as_save_IFS
9863 DLLTOOL=$ac_cv_prog_DLLTOOL
9864 if test -n "$DLLTOOL"; then
9865 { $as_echo "$as_me:$LINENO: result: $DLLTOOL" >&5
9866 $as_echo "$DLLTOOL" >&6; }
9867 else
9868 { $as_echo "$as_me:$LINENO: result: no" >&5
9869 $as_echo "no" >&6; }
9873 test -n "$DLLTOOL" && break
9874 done
9875 test -n "$DLLTOOL" || DLLTOOL="false"
9877 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
9879 # Extract the first word of "$ac_prog", so it can be a program name with args.
9880 set dummy $ac_prog; ac_word=$2
9881 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
9882 $as_echo_n "checking for $ac_word... " >&6; }
9883 if test "${ac_cv_prog_CROSSWINDRES+set}" = set; then
9884 $as_echo_n "(cached) " >&6
9885 else
9886 if test -n "$CROSSWINDRES"; then
9887 ac_cv_prog_CROSSWINDRES="$CROSSWINDRES" # Let the user override the test.
9888 else
9889 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9890 for as_dir in $PATH
9892 IFS=$as_save_IFS
9893 test -z "$as_dir" && as_dir=.
9894 for ac_exec_ext in '' $ac_executable_extensions; do
9895 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9896 ac_cv_prog_CROSSWINDRES="$ac_prog"
9897 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
9898 break 2
9900 done
9901 done
9902 IFS=$as_save_IFS
9906 CROSSWINDRES=$ac_cv_prog_CROSSWINDRES
9907 if test -n "$CROSSWINDRES"; then
9908 { $as_echo "$as_me:$LINENO: result: $CROSSWINDRES" >&5
9909 $as_echo "$CROSSWINDRES" >&6; }
9910 else
9911 { $as_echo "$as_me:$LINENO: result: no" >&5
9912 $as_echo "no" >&6; }
9916 test -n "$CROSSWINDRES" && break
9917 done
9918 test -n "$CROSSWINDRES" || CROSSWINDRES="false"
9920 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
9922 # Extract the first word of "$ac_prog", so it can be a program name with args.
9923 set dummy $ac_prog; ac_word=$2
9924 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
9925 $as_echo_n "checking for $ac_word... " >&6; }
9926 if test "${ac_cv_prog_MINGWAR+set}" = set; then
9927 $as_echo_n "(cached) " >&6
9928 else
9929 if test -n "$MINGWAR"; then
9930 ac_cv_prog_MINGWAR="$MINGWAR" # Let the user override the test.
9931 else
9932 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9933 for as_dir in $PATH
9935 IFS=$as_save_IFS
9936 test -z "$as_dir" && as_dir=.
9937 for ac_exec_ext in '' $ac_executable_extensions; do
9938 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9939 ac_cv_prog_MINGWAR="$ac_prog"
9940 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
9941 break 2
9943 done
9944 done
9945 IFS=$as_save_IFS
9949 MINGWAR=$ac_cv_prog_MINGWAR
9950 if test -n "$MINGWAR"; then
9951 { $as_echo "$as_me:$LINENO: result: $MINGWAR" >&5
9952 $as_echo "$MINGWAR" >&6; }
9953 else
9954 { $as_echo "$as_me:$LINENO: result: no" >&5
9955 $as_echo "no" >&6; }
9959 test -n "$MINGWAR" && break
9960 done
9961 test -n "$MINGWAR" || MINGWAR="false"
9963 if test "$CROSSCC" != "false"
9964 then
9965 CROSSTEST="\$(CROSSTEST)"
9971 if test "$have_x" = "yes"
9972 then
9973 XLIB="-lXext -lX11"
9974 ac_save_CPPFLAGS="$CPPFLAGS"
9975 CPPFLAGS="$CPPFLAGS $X_CFLAGS"
9977 { $as_echo "$as_me:$LINENO: checking for -lX11" >&5
9978 $as_echo_n "checking for -lX11... " >&6; }
9979 if test "${ac_cv_lib_soname_X11+set}" = set; then
9980 $as_echo_n "(cached) " >&6
9981 else
9982 ac_check_soname_save_LIBS=$LIBS
9983 LIBS="-lX11 $X_LIBS $X_EXTRA_LIBS $LIBS"
9984 cat >conftest.$ac_ext <<_ACEOF
9985 /* confdefs.h. */
9986 _ACEOF
9987 cat confdefs.h >>conftest.$ac_ext
9988 cat >>conftest.$ac_ext <<_ACEOF
9989 /* end confdefs.h. */
9991 /* Override any GCC internal prototype to avoid an error.
9992 Use char because int might match the return type of a GCC
9993 builtin and then its argument prototype would still apply. */
9994 #ifdef __cplusplus
9995 extern "C"
9996 #endif
9997 char XCreateWindow ();
9999 main ()
10001 return XCreateWindow ();
10003 return 0;
10005 _ACEOF
10006 rm -f conftest.$ac_objext conftest$ac_exeext
10007 if { (ac_try="$ac_link"
10008 case "(($ac_try" in
10009 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10010 *) ac_try_echo=$ac_try;;
10011 esac
10012 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
10013 $as_echo "$ac_try_echo") >&5
10014 (eval "$ac_link") 2>conftest.er1
10015 ac_status=$?
10016 grep -v '^ *+' conftest.er1 >conftest.err
10017 rm -f conftest.er1
10018 cat conftest.err >&5
10019 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
10020 (exit $ac_status); } && {
10021 test -z "$ac_c_werror_flag" ||
10022 test ! -s conftest.err
10023 } && test -s conftest$ac_exeext && {
10024 test "$cross_compiling" = yes ||
10025 $as_test_x conftest$ac_exeext
10026 }; then
10027 case "$LIBEXT" in
10028 dll) ;;
10029 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'` ;;
10030 *) ac_cv_lib_soname_X11=`$ac_cv_path_LDD conftest$ac_exeext | grep "libX11\\.$LIBEXT" | sed -e "s/^.*\(libX11\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
10031 esac
10032 else
10033 $as_echo "$as_me: failed program was:" >&5
10034 sed 's/^/| /' conftest.$ac_ext >&5
10039 rm -rf conftest.dSYM
10040 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10041 conftest$ac_exeext conftest.$ac_ext
10042 LIBS=$ac_check_soname_save_LIBS
10044 if test "x$ac_cv_lib_soname_X11" = "x"; then
10045 { $as_echo "$as_me:$LINENO: result: not found" >&5
10046 $as_echo "not found" >&6; }
10048 else
10049 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_X11" >&5
10050 $as_echo "$ac_cv_lib_soname_X11" >&6; }
10052 cat >>confdefs.h <<_ACEOF
10053 #define SONAME_LIBX11 "$ac_cv_lib_soname_X11"
10054 _ACEOF
10059 { $as_echo "$as_me:$LINENO: checking for -lXext" >&5
10060 $as_echo_n "checking for -lXext... " >&6; }
10061 if test "${ac_cv_lib_soname_Xext+set}" = set; then
10062 $as_echo_n "(cached) " >&6
10063 else
10064 ac_check_soname_save_LIBS=$LIBS
10065 LIBS="-lXext $X_LIBS -lX11 $X_EXTRA_LIBS $LIBS"
10066 cat >conftest.$ac_ext <<_ACEOF
10067 /* confdefs.h. */
10068 _ACEOF
10069 cat confdefs.h >>conftest.$ac_ext
10070 cat >>conftest.$ac_ext <<_ACEOF
10071 /* end confdefs.h. */
10073 /* Override any GCC internal prototype to avoid an error.
10074 Use char because int might match the return type of a GCC
10075 builtin and then its argument prototype would still apply. */
10076 #ifdef __cplusplus
10077 extern "C"
10078 #endif
10079 char XextCreateExtension ();
10081 main ()
10083 return XextCreateExtension ();
10085 return 0;
10087 _ACEOF
10088 rm -f conftest.$ac_objext conftest$ac_exeext
10089 if { (ac_try="$ac_link"
10090 case "(($ac_try" in
10091 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10092 *) ac_try_echo=$ac_try;;
10093 esac
10094 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
10095 $as_echo "$ac_try_echo") >&5
10096 (eval "$ac_link") 2>conftest.er1
10097 ac_status=$?
10098 grep -v '^ *+' conftest.er1 >conftest.err
10099 rm -f conftest.er1
10100 cat conftest.err >&5
10101 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
10102 (exit $ac_status); } && {
10103 test -z "$ac_c_werror_flag" ||
10104 test ! -s conftest.err
10105 } && test -s conftest$ac_exeext && {
10106 test "$cross_compiling" = yes ||
10107 $as_test_x conftest$ac_exeext
10108 }; then
10109 case "$LIBEXT" in
10110 dll) ;;
10111 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'` ;;
10112 *) ac_cv_lib_soname_Xext=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXext\\.$LIBEXT" | sed -e "s/^.*\(libXext\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
10113 esac
10114 else
10115 $as_echo "$as_me: failed program was:" >&5
10116 sed 's/^/| /' conftest.$ac_ext >&5
10121 rm -rf conftest.dSYM
10122 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10123 conftest$ac_exeext conftest.$ac_ext
10124 LIBS=$ac_check_soname_save_LIBS
10126 if test "x$ac_cv_lib_soname_Xext" = "x"; then
10127 { $as_echo "$as_me:$LINENO: result: not found" >&5
10128 $as_echo "not found" >&6; }
10130 else
10131 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_Xext" >&5
10132 $as_echo "$ac_cv_lib_soname_Xext" >&6; }
10134 cat >>confdefs.h <<_ACEOF
10135 #define SONAME_LIBXEXT "$ac_cv_lib_soname_Xext"
10136 _ACEOF
10154 for ac_header in X11/Xlib.h \
10155 X11/XKBlib.h \
10156 X11/Xutil.h \
10157 X11/Xcursor/Xcursor.h \
10158 X11/extensions/shape.h \
10159 X11/extensions/XInput.h \
10160 X11/extensions/XShm.h \
10161 X11/extensions/Xcomposite.h \
10162 X11/extensions/Xinerama.h \
10163 X11/extensions/Xrandr.h \
10164 X11/extensions/Xrender.h \
10165 X11/extensions/xf86vmode.h
10167 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
10168 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
10169 $as_echo_n "checking for $ac_header... " >&6; }
10170 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
10171 $as_echo_n "(cached) " >&6
10172 else
10173 cat >conftest.$ac_ext <<_ACEOF
10174 /* confdefs.h. */
10175 _ACEOF
10176 cat confdefs.h >>conftest.$ac_ext
10177 cat >>conftest.$ac_ext <<_ACEOF
10178 /* end confdefs.h. */
10179 #ifdef HAVE_X11_XLIB_H
10180 # include <X11/Xlib.h>
10181 #endif
10182 #ifdef HAVE_X11_XUTIL_H
10183 # include <X11/Xutil.h>
10184 #endif
10186 #include <$ac_header>
10187 _ACEOF
10188 rm -f conftest.$ac_objext
10189 if { (ac_try="$ac_compile"
10190 case "(($ac_try" in
10191 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10192 *) ac_try_echo=$ac_try;;
10193 esac
10194 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
10195 $as_echo "$ac_try_echo") >&5
10196 (eval "$ac_compile") 2>conftest.er1
10197 ac_status=$?
10198 grep -v '^ *+' conftest.er1 >conftest.err
10199 rm -f conftest.er1
10200 cat conftest.err >&5
10201 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
10202 (exit $ac_status); } && {
10203 test -z "$ac_c_werror_flag" ||
10204 test ! -s conftest.err
10205 } && test -s conftest.$ac_objext; then
10206 eval "$as_ac_Header=yes"
10207 else
10208 $as_echo "$as_me: failed program was:" >&5
10209 sed 's/^/| /' conftest.$ac_ext >&5
10211 eval "$as_ac_Header=no"
10214 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
10216 ac_res=`eval 'as_val=${'$as_ac_Header'}
10217 $as_echo "$as_val"'`
10218 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
10219 $as_echo "$ac_res" >&6; }
10220 as_val=`eval 'as_val=${'$as_ac_Header'}
10221 $as_echo "$as_val"'`
10222 if test "x$as_val" = x""yes; then
10223 cat >>confdefs.h <<_ACEOF
10224 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
10225 _ACEOF
10229 done
10232 if test "$ac_cv_header_X11_XKBlib_h" = "yes"
10233 then
10234 { $as_echo "$as_me:$LINENO: checking for XkbQueryExtension in -lX11" >&5
10235 $as_echo_n "checking for XkbQueryExtension in -lX11... " >&6; }
10236 if test "${ac_cv_lib_X11_XkbQueryExtension+set}" = set; then
10237 $as_echo_n "(cached) " >&6
10238 else
10239 ac_check_lib_save_LIBS=$LIBS
10240 LIBS="-lX11 $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
10241 cat >conftest.$ac_ext <<_ACEOF
10242 /* confdefs.h. */
10243 _ACEOF
10244 cat confdefs.h >>conftest.$ac_ext
10245 cat >>conftest.$ac_ext <<_ACEOF
10246 /* end confdefs.h. */
10248 /* Override any GCC internal prototype to avoid an error.
10249 Use char because int might match the return type of a GCC
10250 builtin and then its argument prototype would still apply. */
10251 #ifdef __cplusplus
10252 extern "C"
10253 #endif
10254 char XkbQueryExtension ();
10256 main ()
10258 return XkbQueryExtension ();
10260 return 0;
10262 _ACEOF
10263 rm -f conftest.$ac_objext conftest$ac_exeext
10264 if { (ac_try="$ac_link"
10265 case "(($ac_try" in
10266 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10267 *) ac_try_echo=$ac_try;;
10268 esac
10269 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
10270 $as_echo "$ac_try_echo") >&5
10271 (eval "$ac_link") 2>conftest.er1
10272 ac_status=$?
10273 grep -v '^ *+' conftest.er1 >conftest.err
10274 rm -f conftest.er1
10275 cat conftest.err >&5
10276 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
10277 (exit $ac_status); } && {
10278 test -z "$ac_c_werror_flag" ||
10279 test ! -s conftest.err
10280 } && test -s conftest$ac_exeext && {
10281 test "$cross_compiling" = yes ||
10282 $as_test_x conftest$ac_exeext
10283 }; then
10284 ac_cv_lib_X11_XkbQueryExtension=yes
10285 else
10286 $as_echo "$as_me: failed program was:" >&5
10287 sed 's/^/| /' conftest.$ac_ext >&5
10289 ac_cv_lib_X11_XkbQueryExtension=no
10292 rm -rf conftest.dSYM
10293 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10294 conftest$ac_exeext conftest.$ac_ext
10295 LIBS=$ac_check_lib_save_LIBS
10297 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_X11_XkbQueryExtension" >&5
10298 $as_echo "$ac_cv_lib_X11_XkbQueryExtension" >&6; }
10299 if test "x$ac_cv_lib_X11_XkbQueryExtension" = x""yes; then
10301 cat >>confdefs.h <<\_ACEOF
10302 #define HAVE_XKB 1
10303 _ACEOF
10309 if test "$ac_cv_header_X11_Xcursor_Xcursor_h" = "yes"
10310 then
10311 { $as_echo "$as_me:$LINENO: checking for -lXcursor" >&5
10312 $as_echo_n "checking for -lXcursor... " >&6; }
10313 if test "${ac_cv_lib_soname_Xcursor+set}" = set; then
10314 $as_echo_n "(cached) " >&6
10315 else
10316 ac_check_soname_save_LIBS=$LIBS
10317 LIBS="-lXcursor $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
10318 cat >conftest.$ac_ext <<_ACEOF
10319 /* confdefs.h. */
10320 _ACEOF
10321 cat confdefs.h >>conftest.$ac_ext
10322 cat >>conftest.$ac_ext <<_ACEOF
10323 /* end confdefs.h. */
10325 /* Override any GCC internal prototype to avoid an error.
10326 Use char because int might match the return type of a GCC
10327 builtin and then its argument prototype would still apply. */
10328 #ifdef __cplusplus
10329 extern "C"
10330 #endif
10331 char XcursorImageLoadCursor ();
10333 main ()
10335 return XcursorImageLoadCursor ();
10337 return 0;
10339 _ACEOF
10340 rm -f conftest.$ac_objext conftest$ac_exeext
10341 if { (ac_try="$ac_link"
10342 case "(($ac_try" in
10343 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10344 *) ac_try_echo=$ac_try;;
10345 esac
10346 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
10347 $as_echo "$ac_try_echo") >&5
10348 (eval "$ac_link") 2>conftest.er1
10349 ac_status=$?
10350 grep -v '^ *+' conftest.er1 >conftest.err
10351 rm -f conftest.er1
10352 cat conftest.err >&5
10353 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
10354 (exit $ac_status); } && {
10355 test -z "$ac_c_werror_flag" ||
10356 test ! -s conftest.err
10357 } && test -s conftest$ac_exeext && {
10358 test "$cross_compiling" = yes ||
10359 $as_test_x conftest$ac_exeext
10360 }; then
10361 case "$LIBEXT" in
10362 dll) ;;
10363 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'` ;;
10364 *) ac_cv_lib_soname_Xcursor=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXcursor\\.$LIBEXT" | sed -e "s/^.*\(libXcursor\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
10365 esac
10366 else
10367 $as_echo "$as_me: failed program was:" >&5
10368 sed 's/^/| /' conftest.$ac_ext >&5
10373 rm -rf conftest.dSYM
10374 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10375 conftest$ac_exeext conftest.$ac_ext
10376 LIBS=$ac_check_soname_save_LIBS
10378 if test "x$ac_cv_lib_soname_Xcursor" = "x"; then
10379 { $as_echo "$as_me:$LINENO: result: not found" >&5
10380 $as_echo "not found" >&6; }
10382 else
10383 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_Xcursor" >&5
10384 $as_echo "$ac_cv_lib_soname_Xcursor" >&6; }
10386 cat >>confdefs.h <<_ACEOF
10387 #define SONAME_LIBXCURSOR "$ac_cv_lib_soname_Xcursor"
10388 _ACEOF
10394 if test "x$ac_cv_lib_soname_Xcursor" = "x"; then
10395 case "x$with_xcursor" in
10396 x) wine_notices="$wine_notices|libxcursor ${notice_platform}development files not found, the Xcursor extension won't be supported." ;;
10397 xno) ;;
10398 *) { { $as_echo "$as_me:$LINENO: error: libxcursor ${notice_platform}development files not found, the Xcursor extension won't be supported.
10399 This is an error since --with-xcursor was requested." >&5
10400 $as_echo "$as_me: error: libxcursor ${notice_platform}development files not found, the Xcursor extension won't be supported.
10401 This is an error since --with-xcursor was requested." >&2;}
10402 { (exit 1); exit 1; }; } ;;
10403 esac
10407 if test "$ac_cv_header_X11_extensions_XInput_h" = "yes"
10408 then
10409 { $as_echo "$as_me:$LINENO: checking for -lXi" >&5
10410 $as_echo_n "checking for -lXi... " >&6; }
10411 if test "${ac_cv_lib_soname_Xi+set}" = set; then
10412 $as_echo_n "(cached) " >&6
10413 else
10414 ac_check_soname_save_LIBS=$LIBS
10415 LIBS="-lXi $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
10416 cat >conftest.$ac_ext <<_ACEOF
10417 /* confdefs.h. */
10418 _ACEOF
10419 cat confdefs.h >>conftest.$ac_ext
10420 cat >>conftest.$ac_ext <<_ACEOF
10421 /* end confdefs.h. */
10423 /* Override any GCC internal prototype to avoid an error.
10424 Use char because int might match the return type of a GCC
10425 builtin and then its argument prototype would still apply. */
10426 #ifdef __cplusplus
10427 extern "C"
10428 #endif
10429 char XOpenDevice ();
10431 main ()
10433 return XOpenDevice ();
10435 return 0;
10437 _ACEOF
10438 rm -f conftest.$ac_objext conftest$ac_exeext
10439 if { (ac_try="$ac_link"
10440 case "(($ac_try" in
10441 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10442 *) ac_try_echo=$ac_try;;
10443 esac
10444 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
10445 $as_echo "$ac_try_echo") >&5
10446 (eval "$ac_link") 2>conftest.er1
10447 ac_status=$?
10448 grep -v '^ *+' conftest.er1 >conftest.err
10449 rm -f conftest.er1
10450 cat conftest.err >&5
10451 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
10452 (exit $ac_status); } && {
10453 test -z "$ac_c_werror_flag" ||
10454 test ! -s conftest.err
10455 } && test -s conftest$ac_exeext && {
10456 test "$cross_compiling" = yes ||
10457 $as_test_x conftest$ac_exeext
10458 }; then
10459 case "$LIBEXT" in
10460 dll) ;;
10461 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'` ;;
10462 *) ac_cv_lib_soname_Xi=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXi\\.$LIBEXT" | sed -e "s/^.*\(libXi\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
10463 esac
10464 else
10465 $as_echo "$as_me: failed program was:" >&5
10466 sed 's/^/| /' conftest.$ac_ext >&5
10471 rm -rf conftest.dSYM
10472 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10473 conftest$ac_exeext conftest.$ac_ext
10474 LIBS=$ac_check_soname_save_LIBS
10476 if test "x$ac_cv_lib_soname_Xi" = "x"; then
10477 { $as_echo "$as_me:$LINENO: result: not found" >&5
10478 $as_echo "not found" >&6; }
10480 else
10481 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_Xi" >&5
10482 $as_echo "$ac_cv_lib_soname_Xi" >&6; }
10484 cat >>confdefs.h <<_ACEOF
10485 #define SONAME_LIBXI "$ac_cv_lib_soname_Xi"
10486 _ACEOF
10492 if test "x$ac_cv_lib_soname_Xi" = "x"; then
10493 case "x$with_xinput" in
10494 x) wine_notices="$wine_notices|libxi ${notice_platform}development files not found, the Xinput extension won't be supported." ;;
10495 xno) ;;
10496 *) { { $as_echo "$as_me:$LINENO: error: libxi ${notice_platform}development files not found, the Xinput extension won't be supported.
10497 This is an error since --with-xinput was requested." >&5
10498 $as_echo "$as_me: error: libxi ${notice_platform}development files not found, the Xinput extension won't be supported.
10499 This is an error since --with-xinput was requested." >&2;}
10500 { (exit 1); exit 1; }; } ;;
10501 esac
10505 if test "$ac_cv_header_X11_extensions_XShm_h" = "yes"
10506 then
10507 { $as_echo "$as_me:$LINENO: checking for XShmQueryExtension in -lXext" >&5
10508 $as_echo_n "checking for XShmQueryExtension in -lXext... " >&6; }
10509 if test "${ac_cv_lib_Xext_XShmQueryExtension+set}" = set; then
10510 $as_echo_n "(cached) " >&6
10511 else
10512 ac_check_lib_save_LIBS=$LIBS
10513 LIBS="-lXext $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
10514 cat >conftest.$ac_ext <<_ACEOF
10515 /* confdefs.h. */
10516 _ACEOF
10517 cat confdefs.h >>conftest.$ac_ext
10518 cat >>conftest.$ac_ext <<_ACEOF
10519 /* end confdefs.h. */
10521 /* Override any GCC internal prototype to avoid an error.
10522 Use char because int might match the return type of a GCC
10523 builtin and then its argument prototype would still apply. */
10524 #ifdef __cplusplus
10525 extern "C"
10526 #endif
10527 char XShmQueryExtension ();
10529 main ()
10531 return XShmQueryExtension ();
10533 return 0;
10535 _ACEOF
10536 rm -f conftest.$ac_objext conftest$ac_exeext
10537 if { (ac_try="$ac_link"
10538 case "(($ac_try" in
10539 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10540 *) ac_try_echo=$ac_try;;
10541 esac
10542 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
10543 $as_echo "$ac_try_echo") >&5
10544 (eval "$ac_link") 2>conftest.er1
10545 ac_status=$?
10546 grep -v '^ *+' conftest.er1 >conftest.err
10547 rm -f conftest.er1
10548 cat conftest.err >&5
10549 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
10550 (exit $ac_status); } && {
10551 test -z "$ac_c_werror_flag" ||
10552 test ! -s conftest.err
10553 } && test -s conftest$ac_exeext && {
10554 test "$cross_compiling" = yes ||
10555 $as_test_x conftest$ac_exeext
10556 }; then
10557 ac_cv_lib_Xext_XShmQueryExtension=yes
10558 else
10559 $as_echo "$as_me: failed program was:" >&5
10560 sed 's/^/| /' conftest.$ac_ext >&5
10562 ac_cv_lib_Xext_XShmQueryExtension=no
10565 rm -rf conftest.dSYM
10566 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10567 conftest$ac_exeext conftest.$ac_ext
10568 LIBS=$ac_check_lib_save_LIBS
10570 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_Xext_XShmQueryExtension" >&5
10571 $as_echo "$ac_cv_lib_Xext_XShmQueryExtension" >&6; }
10572 if test "x$ac_cv_lib_Xext_XShmQueryExtension" = x""yes; then
10574 cat >>confdefs.h <<\_ACEOF
10575 #define HAVE_LIBXXSHM 1
10576 _ACEOF
10581 if test "$ac_cv_lib_Xext_XShmQueryExtension" != "yes"; then
10582 case "x$with_xshm" in
10583 x) wine_notices="$wine_notices|XShm ${notice_platform}development files not found, X Shared Memory won't be supported." ;;
10584 xno) ;;
10585 *) { { $as_echo "$as_me:$LINENO: error: XShm ${notice_platform}development files not found, X Shared Memory won't be supported.
10586 This is an error since --with-xshm was requested." >&5
10587 $as_echo "$as_me: error: XShm ${notice_platform}development files not found, X Shared Memory won't be supported.
10588 This is an error since --with-xshm was requested." >&2;}
10589 { (exit 1); exit 1; }; } ;;
10590 esac
10594 if test "$ac_cv_header_X11_extensions_shape_h" = "yes"
10595 then
10596 { $as_echo "$as_me:$LINENO: checking for XShapeQueryExtension in -lXext" >&5
10597 $as_echo_n "checking for XShapeQueryExtension in -lXext... " >&6; }
10598 if test "${ac_cv_lib_Xext_XShapeQueryExtension+set}" = set; then
10599 $as_echo_n "(cached) " >&6
10600 else
10601 ac_check_lib_save_LIBS=$LIBS
10602 LIBS="-lXext $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
10603 cat >conftest.$ac_ext <<_ACEOF
10604 /* confdefs.h. */
10605 _ACEOF
10606 cat confdefs.h >>conftest.$ac_ext
10607 cat >>conftest.$ac_ext <<_ACEOF
10608 /* end confdefs.h. */
10610 /* Override any GCC internal prototype to avoid an error.
10611 Use char because int might match the return type of a GCC
10612 builtin and then its argument prototype would still apply. */
10613 #ifdef __cplusplus
10614 extern "C"
10615 #endif
10616 char XShapeQueryExtension ();
10618 main ()
10620 return XShapeQueryExtension ();
10622 return 0;
10624 _ACEOF
10625 rm -f conftest.$ac_objext conftest$ac_exeext
10626 if { (ac_try="$ac_link"
10627 case "(($ac_try" in
10628 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10629 *) ac_try_echo=$ac_try;;
10630 esac
10631 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
10632 $as_echo "$ac_try_echo") >&5
10633 (eval "$ac_link") 2>conftest.er1
10634 ac_status=$?
10635 grep -v '^ *+' conftest.er1 >conftest.err
10636 rm -f conftest.er1
10637 cat conftest.err >&5
10638 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
10639 (exit $ac_status); } && {
10640 test -z "$ac_c_werror_flag" ||
10641 test ! -s conftest.err
10642 } && test -s conftest$ac_exeext && {
10643 test "$cross_compiling" = yes ||
10644 $as_test_x conftest$ac_exeext
10645 }; then
10646 ac_cv_lib_Xext_XShapeQueryExtension=yes
10647 else
10648 $as_echo "$as_me: failed program was:" >&5
10649 sed 's/^/| /' conftest.$ac_ext >&5
10651 ac_cv_lib_Xext_XShapeQueryExtension=no
10654 rm -rf conftest.dSYM
10655 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10656 conftest$ac_exeext conftest.$ac_ext
10657 LIBS=$ac_check_lib_save_LIBS
10659 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_Xext_XShapeQueryExtension" >&5
10660 $as_echo "$ac_cv_lib_Xext_XShapeQueryExtension" >&6; }
10661 if test "x$ac_cv_lib_Xext_XShapeQueryExtension" = x""yes; then
10663 cat >>confdefs.h <<\_ACEOF
10664 #define HAVE_LIBXSHAPE 1
10665 _ACEOF
10670 if test "$ac_cv_lib_Xext_XShapeQueryExtension" != "yes"; then
10671 case "x$with_xshape" in
10672 x) wine_notices="$wine_notices|XShape ${notice_platform}development files not found, XShape won't be supported." ;;
10673 xno) ;;
10674 *) { { $as_echo "$as_me:$LINENO: error: XShape ${notice_platform}development files not found, XShape won't be supported.
10675 This is an error since --with-xshape was requested." >&5
10676 $as_echo "$as_me: error: XShape ${notice_platform}development files not found, XShape won't be supported.
10677 This is an error since --with-xshape was requested." >&2;}
10678 { (exit 1); exit 1; }; } ;;
10679 esac
10683 if test "$ac_cv_header_X11_extensions_xf86vmode_h" = "yes"
10684 then
10685 { $as_echo "$as_me:$LINENO: checking for -lXxf86vm" >&5
10686 $as_echo_n "checking for -lXxf86vm... " >&6; }
10687 if test "${ac_cv_lib_soname_Xxf86vm+set}" = set; then
10688 $as_echo_n "(cached) " >&6
10689 else
10690 ac_check_soname_save_LIBS=$LIBS
10691 LIBS="-lXxf86vm $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
10692 cat >conftest.$ac_ext <<_ACEOF
10693 /* confdefs.h. */
10694 _ACEOF
10695 cat confdefs.h >>conftest.$ac_ext
10696 cat >>conftest.$ac_ext <<_ACEOF
10697 /* end confdefs.h. */
10699 /* Override any GCC internal prototype to avoid an error.
10700 Use char because int might match the return type of a GCC
10701 builtin and then its argument prototype would still apply. */
10702 #ifdef __cplusplus
10703 extern "C"
10704 #endif
10705 char XF86VidModeQueryExtension ();
10707 main ()
10709 return XF86VidModeQueryExtension ();
10711 return 0;
10713 _ACEOF
10714 rm -f conftest.$ac_objext conftest$ac_exeext
10715 if { (ac_try="$ac_link"
10716 case "(($ac_try" in
10717 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10718 *) ac_try_echo=$ac_try;;
10719 esac
10720 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
10721 $as_echo "$ac_try_echo") >&5
10722 (eval "$ac_link") 2>conftest.er1
10723 ac_status=$?
10724 grep -v '^ *+' conftest.er1 >conftest.err
10725 rm -f conftest.er1
10726 cat conftest.err >&5
10727 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
10728 (exit $ac_status); } && {
10729 test -z "$ac_c_werror_flag" ||
10730 test ! -s conftest.err
10731 } && test -s conftest$ac_exeext && {
10732 test "$cross_compiling" = yes ||
10733 $as_test_x conftest$ac_exeext
10734 }; then
10735 case "$LIBEXT" in
10736 dll) ;;
10737 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'` ;;
10738 *) ac_cv_lib_soname_Xxf86vm=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXxf86vm\\.$LIBEXT" | sed -e "s/^.*\(libXxf86vm\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
10739 esac
10740 else
10741 $as_echo "$as_me: failed program was:" >&5
10742 sed 's/^/| /' conftest.$ac_ext >&5
10747 rm -rf conftest.dSYM
10748 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10749 conftest$ac_exeext conftest.$ac_ext
10750 LIBS=$ac_check_soname_save_LIBS
10752 if test "x$ac_cv_lib_soname_Xxf86vm" = "x"; then
10753 { $as_echo "$as_me:$LINENO: result: not found" >&5
10754 $as_echo "not found" >&6; }
10756 else
10757 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_Xxf86vm" >&5
10758 $as_echo "$ac_cv_lib_soname_Xxf86vm" >&6; }
10760 cat >>confdefs.h <<_ACEOF
10761 #define SONAME_LIBXXF86VM "$ac_cv_lib_soname_Xxf86vm"
10762 _ACEOF
10768 if test "x$ac_cv_lib_soname_Xxf86vm" = "x"; then
10769 case "x$with_xxf86vm" in
10770 x) wine_notices="$wine_notices|libXxf86vm ${notice_platform}development files not found, XFree86 Vidmode won't be supported." ;;
10771 xno) ;;
10772 *) { { $as_echo "$as_me:$LINENO: error: libXxf86vm ${notice_platform}development files not found, XFree86 Vidmode won't be supported.
10773 This is an error since --with-xxf86vm was requested." >&5
10774 $as_echo "$as_me: error: libXxf86vm ${notice_platform}development files not found, XFree86 Vidmode won't be supported.
10775 This is an error since --with-xxf86vm was requested." >&2;}
10776 { (exit 1); exit 1; }; } ;;
10777 esac
10781 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"
10782 then
10783 { $as_echo "$as_me:$LINENO: checking for -lXrender" >&5
10784 $as_echo_n "checking for -lXrender... " >&6; }
10785 if test "${ac_cv_lib_soname_Xrender+set}" = set; then
10786 $as_echo_n "(cached) " >&6
10787 else
10788 ac_check_soname_save_LIBS=$LIBS
10789 LIBS="-lXrender $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
10790 cat >conftest.$ac_ext <<_ACEOF
10791 /* confdefs.h. */
10792 _ACEOF
10793 cat confdefs.h >>conftest.$ac_ext
10794 cat >>conftest.$ac_ext <<_ACEOF
10795 /* end confdefs.h. */
10797 /* Override any GCC internal prototype to avoid an error.
10798 Use char because int might match the return type of a GCC
10799 builtin and then its argument prototype would still apply. */
10800 #ifdef __cplusplus
10801 extern "C"
10802 #endif
10803 char XRenderQueryExtension ();
10805 main ()
10807 return XRenderQueryExtension ();
10809 return 0;
10811 _ACEOF
10812 rm -f conftest.$ac_objext conftest$ac_exeext
10813 if { (ac_try="$ac_link"
10814 case "(($ac_try" in
10815 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10816 *) ac_try_echo=$ac_try;;
10817 esac
10818 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
10819 $as_echo "$ac_try_echo") >&5
10820 (eval "$ac_link") 2>conftest.er1
10821 ac_status=$?
10822 grep -v '^ *+' conftest.er1 >conftest.err
10823 rm -f conftest.er1
10824 cat conftest.err >&5
10825 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
10826 (exit $ac_status); } && {
10827 test -z "$ac_c_werror_flag" ||
10828 test ! -s conftest.err
10829 } && test -s conftest$ac_exeext && {
10830 test "$cross_compiling" = yes ||
10831 $as_test_x conftest$ac_exeext
10832 }; then
10833 case "$LIBEXT" in
10834 dll) ;;
10835 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'` ;;
10836 *) ac_cv_lib_soname_Xrender=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXrender\\.$LIBEXT" | sed -e "s/^.*\(libXrender\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
10837 esac
10838 else
10839 $as_echo "$as_me: failed program was:" >&5
10840 sed 's/^/| /' conftest.$ac_ext >&5
10845 rm -rf conftest.dSYM
10846 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10847 conftest$ac_exeext conftest.$ac_ext
10848 LIBS=$ac_check_soname_save_LIBS
10850 if test "x$ac_cv_lib_soname_Xrender" = "x"; then
10851 { $as_echo "$as_me:$LINENO: result: not found" >&5
10852 $as_echo "not found" >&6; }
10854 else
10855 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_Xrender" >&5
10856 $as_echo "$ac_cv_lib_soname_Xrender" >&6; }
10858 cat >>confdefs.h <<_ACEOF
10859 #define SONAME_LIBXRENDER "$ac_cv_lib_soname_Xrender"
10860 _ACEOF
10862 { $as_echo "$as_me:$LINENO: checking for XRenderSetPictureTransform in -lXrender" >&5
10863 $as_echo_n "checking for XRenderSetPictureTransform in -lXrender... " >&6; }
10864 if test "${ac_cv_lib_Xrender_XRenderSetPictureTransform+set}" = set; then
10865 $as_echo_n "(cached) " >&6
10866 else
10867 ac_check_lib_save_LIBS=$LIBS
10868 LIBS="-lXrender $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
10869 cat >conftest.$ac_ext <<_ACEOF
10870 /* confdefs.h. */
10871 _ACEOF
10872 cat confdefs.h >>conftest.$ac_ext
10873 cat >>conftest.$ac_ext <<_ACEOF
10874 /* end confdefs.h. */
10876 /* Override any GCC internal prototype to avoid an error.
10877 Use char because int might match the return type of a GCC
10878 builtin and then its argument prototype would still apply. */
10879 #ifdef __cplusplus
10880 extern "C"
10881 #endif
10882 char XRenderSetPictureTransform ();
10884 main ()
10886 return XRenderSetPictureTransform ();
10888 return 0;
10890 _ACEOF
10891 rm -f conftest.$ac_objext conftest$ac_exeext
10892 if { (ac_try="$ac_link"
10893 case "(($ac_try" in
10894 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10895 *) ac_try_echo=$ac_try;;
10896 esac
10897 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
10898 $as_echo "$ac_try_echo") >&5
10899 (eval "$ac_link") 2>conftest.er1
10900 ac_status=$?
10901 grep -v '^ *+' conftest.er1 >conftest.err
10902 rm -f conftest.er1
10903 cat conftest.err >&5
10904 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
10905 (exit $ac_status); } && {
10906 test -z "$ac_c_werror_flag" ||
10907 test ! -s conftest.err
10908 } && test -s conftest$ac_exeext && {
10909 test "$cross_compiling" = yes ||
10910 $as_test_x conftest$ac_exeext
10911 }; then
10912 ac_cv_lib_Xrender_XRenderSetPictureTransform=yes
10913 else
10914 $as_echo "$as_me: failed program was:" >&5
10915 sed 's/^/| /' conftest.$ac_ext >&5
10917 ac_cv_lib_Xrender_XRenderSetPictureTransform=no
10920 rm -rf conftest.dSYM
10921 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10922 conftest$ac_exeext conftest.$ac_ext
10923 LIBS=$ac_check_lib_save_LIBS
10925 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_Xrender_XRenderSetPictureTransform" >&5
10926 $as_echo "$ac_cv_lib_Xrender_XRenderSetPictureTransform" >&6; }
10927 if test "x$ac_cv_lib_Xrender_XRenderSetPictureTransform" = x""yes; then
10929 cat >>confdefs.h <<\_ACEOF
10930 #define HAVE_XRENDERSETPICTURETRANSFORM 1
10931 _ACEOF
10939 if test "x$ac_cv_lib_soname_Xrender" = "x"; then
10940 case "x$with_xrender" in
10941 x) wine_warnings="$wine_warnings|libxrender ${notice_platform}development files not found, XRender won't be supported." ;;
10942 xno) ;;
10943 *) { { $as_echo "$as_me:$LINENO: error: libxrender ${notice_platform}development files not found, XRender won't be supported.
10944 This is an error since --with-xrender was requested." >&5
10945 $as_echo "$as_me: error: libxrender ${notice_platform}development files not found, XRender won't be supported.
10946 This is an error since --with-xrender was requested." >&2;}
10947 { (exit 1); exit 1; }; } ;;
10948 esac
10952 if test "$ac_cv_header_X11_extensions_Xrandr_h" = "yes" -a "x$ac_cv_lib_soname_Xrender" != "x"
10953 then
10954 cat >conftest.$ac_ext <<_ACEOF
10955 /* confdefs.h. */
10956 _ACEOF
10957 cat confdefs.h >>conftest.$ac_ext
10958 cat >>conftest.$ac_ext <<_ACEOF
10959 /* end confdefs.h. */
10960 #include <X11/Xlib.h>
10961 #include <X11/extensions/Xrandr.h>
10963 main ()
10965 static typeof(XRRSetScreenConfigAndRate) * func;
10967 return 0;
10969 _ACEOF
10970 rm -f conftest.$ac_objext
10971 if { (ac_try="$ac_compile"
10972 case "(($ac_try" in
10973 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10974 *) ac_try_echo=$ac_try;;
10975 esac
10976 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
10977 $as_echo "$ac_try_echo") >&5
10978 (eval "$ac_compile") 2>conftest.er1
10979 ac_status=$?
10980 grep -v '^ *+' conftest.er1 >conftest.err
10981 rm -f conftest.er1
10982 cat conftest.err >&5
10983 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
10984 (exit $ac_status); } && {
10985 test -z "$ac_c_werror_flag" ||
10986 test ! -s conftest.err
10987 } && test -s conftest.$ac_objext; then
10988 { $as_echo "$as_me:$LINENO: checking for -lXrandr" >&5
10989 $as_echo_n "checking for -lXrandr... " >&6; }
10990 if test "${ac_cv_lib_soname_Xrandr+set}" = set; then
10991 $as_echo_n "(cached) " >&6
10992 else
10993 ac_check_soname_save_LIBS=$LIBS
10994 LIBS="-lXrandr $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
10995 cat >conftest.$ac_ext <<_ACEOF
10996 /* confdefs.h. */
10997 _ACEOF
10998 cat confdefs.h >>conftest.$ac_ext
10999 cat >>conftest.$ac_ext <<_ACEOF
11000 /* end confdefs.h. */
11002 /* Override any GCC internal prototype to avoid an error.
11003 Use char because int might match the return type of a GCC
11004 builtin and then its argument prototype would still apply. */
11005 #ifdef __cplusplus
11006 extern "C"
11007 #endif
11008 char XRRQueryExtension ();
11010 main ()
11012 return XRRQueryExtension ();
11014 return 0;
11016 _ACEOF
11017 rm -f conftest.$ac_objext conftest$ac_exeext
11018 if { (ac_try="$ac_link"
11019 case "(($ac_try" in
11020 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11021 *) ac_try_echo=$ac_try;;
11022 esac
11023 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
11024 $as_echo "$ac_try_echo") >&5
11025 (eval "$ac_link") 2>conftest.er1
11026 ac_status=$?
11027 grep -v '^ *+' conftest.er1 >conftest.err
11028 rm -f conftest.er1
11029 cat conftest.err >&5
11030 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
11031 (exit $ac_status); } && {
11032 test -z "$ac_c_werror_flag" ||
11033 test ! -s conftest.err
11034 } && test -s conftest$ac_exeext && {
11035 test "$cross_compiling" = yes ||
11036 $as_test_x conftest$ac_exeext
11037 }; then
11038 case "$LIBEXT" in
11039 dll) ;;
11040 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'` ;;
11041 *) ac_cv_lib_soname_Xrandr=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXrandr\\.$LIBEXT" | sed -e "s/^.*\(libXrandr\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
11042 esac
11043 else
11044 $as_echo "$as_me: failed program was:" >&5
11045 sed 's/^/| /' conftest.$ac_ext >&5
11050 rm -rf conftest.dSYM
11051 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
11052 conftest$ac_exeext conftest.$ac_ext
11053 LIBS=$ac_check_soname_save_LIBS
11055 if test "x$ac_cv_lib_soname_Xrandr" = "x"; then
11056 { $as_echo "$as_me:$LINENO: result: not found" >&5
11057 $as_echo "not found" >&6; }
11059 else
11060 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_Xrandr" >&5
11061 $as_echo "$ac_cv_lib_soname_Xrandr" >&6; }
11063 cat >>confdefs.h <<_ACEOF
11064 #define SONAME_LIBXRANDR "$ac_cv_lib_soname_Xrandr"
11065 _ACEOF
11070 else
11071 $as_echo "$as_me: failed program was:" >&5
11072 sed 's/^/| /' conftest.$ac_ext >&5
11077 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11079 if test "x$ac_cv_lib_soname_Xrandr" = "x"; then
11080 case "x$with_xrandr" in
11081 x) wine_notices="$wine_notices|libxrandr ${notice_platform}development files not found, XRandr won't be supported." ;;
11082 xno) ;;
11083 *) { { $as_echo "$as_me:$LINENO: error: libxrandr ${notice_platform}development files not found, XRandr won't be supported.
11084 This is an error since --with-xrandr was requested." >&5
11085 $as_echo "$as_me: error: libxrandr ${notice_platform}development files not found, XRandr won't be supported.
11086 This is an error since --with-xrandr was requested." >&2;}
11087 { (exit 1); exit 1; }; } ;;
11088 esac
11092 if test "$ac_cv_header_X11_extensions_Xinerama_h" = "yes"
11093 then
11094 cat >conftest.$ac_ext <<_ACEOF
11095 /* confdefs.h. */
11096 _ACEOF
11097 cat confdefs.h >>conftest.$ac_ext
11098 cat >>conftest.$ac_ext <<_ACEOF
11099 /* end confdefs.h. */
11100 #include <X11/Xlib.h>
11101 #include <X11/extensions/Xinerama.h>
11103 main ()
11105 static typeof(XineramaQueryScreens) * func;
11107 return 0;
11109 _ACEOF
11110 rm -f conftest.$ac_objext
11111 if { (ac_try="$ac_compile"
11112 case "(($ac_try" in
11113 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11114 *) ac_try_echo=$ac_try;;
11115 esac
11116 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
11117 $as_echo "$ac_try_echo") >&5
11118 (eval "$ac_compile") 2>conftest.er1
11119 ac_status=$?
11120 grep -v '^ *+' conftest.er1 >conftest.err
11121 rm -f conftest.er1
11122 cat conftest.err >&5
11123 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
11124 (exit $ac_status); } && {
11125 test -z "$ac_c_werror_flag" ||
11126 test ! -s conftest.err
11127 } && test -s conftest.$ac_objext; then
11128 { $as_echo "$as_me:$LINENO: checking for -lXinerama" >&5
11129 $as_echo_n "checking for -lXinerama... " >&6; }
11130 if test "${ac_cv_lib_soname_Xinerama+set}" = set; then
11131 $as_echo_n "(cached) " >&6
11132 else
11133 ac_check_soname_save_LIBS=$LIBS
11134 LIBS="-lXinerama $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
11135 cat >conftest.$ac_ext <<_ACEOF
11136 /* confdefs.h. */
11137 _ACEOF
11138 cat confdefs.h >>conftest.$ac_ext
11139 cat >>conftest.$ac_ext <<_ACEOF
11140 /* end confdefs.h. */
11142 /* Override any GCC internal prototype to avoid an error.
11143 Use char because int might match the return type of a GCC
11144 builtin and then its argument prototype would still apply. */
11145 #ifdef __cplusplus
11146 extern "C"
11147 #endif
11148 char XineramaQueryScreens ();
11150 main ()
11152 return XineramaQueryScreens ();
11154 return 0;
11156 _ACEOF
11157 rm -f conftest.$ac_objext conftest$ac_exeext
11158 if { (ac_try="$ac_link"
11159 case "(($ac_try" in
11160 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11161 *) ac_try_echo=$ac_try;;
11162 esac
11163 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
11164 $as_echo "$ac_try_echo") >&5
11165 (eval "$ac_link") 2>conftest.er1
11166 ac_status=$?
11167 grep -v '^ *+' conftest.er1 >conftest.err
11168 rm -f conftest.er1
11169 cat conftest.err >&5
11170 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
11171 (exit $ac_status); } && {
11172 test -z "$ac_c_werror_flag" ||
11173 test ! -s conftest.err
11174 } && test -s conftest$ac_exeext && {
11175 test "$cross_compiling" = yes ||
11176 $as_test_x conftest$ac_exeext
11177 }; then
11178 case "$LIBEXT" in
11179 dll) ;;
11180 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'` ;;
11181 *) ac_cv_lib_soname_Xinerama=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXinerama\\.$LIBEXT" | sed -e "s/^.*\(libXinerama\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
11182 esac
11183 else
11184 $as_echo "$as_me: failed program was:" >&5
11185 sed 's/^/| /' conftest.$ac_ext >&5
11190 rm -rf conftest.dSYM
11191 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
11192 conftest$ac_exeext conftest.$ac_ext
11193 LIBS=$ac_check_soname_save_LIBS
11195 if test "x$ac_cv_lib_soname_Xinerama" = "x"; then
11196 { $as_echo "$as_me:$LINENO: result: not found" >&5
11197 $as_echo "not found" >&6; }
11199 else
11200 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_Xinerama" >&5
11201 $as_echo "$ac_cv_lib_soname_Xinerama" >&6; }
11203 cat >>confdefs.h <<_ACEOF
11204 #define SONAME_LIBXINERAMA "$ac_cv_lib_soname_Xinerama"
11205 _ACEOF
11210 else
11211 $as_echo "$as_me: failed program was:" >&5
11212 sed 's/^/| /' conftest.$ac_ext >&5
11217 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11219 if test "x$ac_cv_lib_soname_Xinerama" = "x"; then
11220 case "x$with_xinerama" in
11221 x) wine_notices="$wine_notices|libxinerama ${notice_platform}development files not found, multi-monitor setups won't be supported." ;;
11222 xno) ;;
11223 *) { { $as_echo "$as_me:$LINENO: error: libxinerama ${notice_platform}development files not found, multi-monitor setups won't be supported.
11224 This is an error since --with-xinerama was requested." >&5
11225 $as_echo "$as_me: error: libxinerama ${notice_platform}development files not found, multi-monitor setups won't be supported.
11226 This is an error since --with-xinerama was requested." >&2;}
11227 { (exit 1); exit 1; }; } ;;
11228 esac
11232 if test "$ac_cv_header_X11_extensions_Xcomposite_h" = "yes"
11233 then
11234 { $as_echo "$as_me:$LINENO: checking for -lXcomposite" >&5
11235 $as_echo_n "checking for -lXcomposite... " >&6; }
11236 if test "${ac_cv_lib_soname_Xcomposite+set}" = set; then
11237 $as_echo_n "(cached) " >&6
11238 else
11239 ac_check_soname_save_LIBS=$LIBS
11240 LIBS="-lXcomposite $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
11241 cat >conftest.$ac_ext <<_ACEOF
11242 /* confdefs.h. */
11243 _ACEOF
11244 cat confdefs.h >>conftest.$ac_ext
11245 cat >>conftest.$ac_ext <<_ACEOF
11246 /* end confdefs.h. */
11248 /* Override any GCC internal prototype to avoid an error.
11249 Use char because int might match the return type of a GCC
11250 builtin and then its argument prototype would still apply. */
11251 #ifdef __cplusplus
11252 extern "C"
11253 #endif
11254 char XCompositeRedirectWindow ();
11256 main ()
11258 return XCompositeRedirectWindow ();
11260 return 0;
11262 _ACEOF
11263 rm -f conftest.$ac_objext conftest$ac_exeext
11264 if { (ac_try="$ac_link"
11265 case "(($ac_try" in
11266 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11267 *) ac_try_echo=$ac_try;;
11268 esac
11269 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
11270 $as_echo "$ac_try_echo") >&5
11271 (eval "$ac_link") 2>conftest.er1
11272 ac_status=$?
11273 grep -v '^ *+' conftest.er1 >conftest.err
11274 rm -f conftest.er1
11275 cat conftest.err >&5
11276 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
11277 (exit $ac_status); } && {
11278 test -z "$ac_c_werror_flag" ||
11279 test ! -s conftest.err
11280 } && test -s conftest$ac_exeext && {
11281 test "$cross_compiling" = yes ||
11282 $as_test_x conftest$ac_exeext
11283 }; then
11284 case "$LIBEXT" in
11285 dll) ;;
11286 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'` ;;
11287 *) ac_cv_lib_soname_Xcomposite=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXcomposite\\.$LIBEXT" | sed -e "s/^.*\(libXcomposite\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
11288 esac
11289 else
11290 $as_echo "$as_me: failed program was:" >&5
11291 sed 's/^/| /' conftest.$ac_ext >&5
11296 rm -rf conftest.dSYM
11297 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
11298 conftest$ac_exeext conftest.$ac_ext
11299 LIBS=$ac_check_soname_save_LIBS
11301 if test "x$ac_cv_lib_soname_Xcomposite" = "x"; then
11302 { $as_echo "$as_me:$LINENO: result: not found" >&5
11303 $as_echo "not found" >&6; }
11305 else
11306 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_Xcomposite" >&5
11307 $as_echo "$ac_cv_lib_soname_Xcomposite" >&6; }
11309 cat >>confdefs.h <<_ACEOF
11310 #define SONAME_LIBXCOMPOSITE "$ac_cv_lib_soname_Xcomposite"
11311 _ACEOF
11317 if test "x$ac_cv_lib_soname_Xcomposite" = "x"; then
11318 case "x$with_xcomposite" in
11319 x) wine_notices="$wine_notices|libxcomposite ${notice_platform}development files not found, Xcomposite won't be supported." ;;
11320 xno) ;;
11321 *) { { $as_echo "$as_me:$LINENO: error: libxcomposite ${notice_platform}development files not found, Xcomposite won't be supported.
11322 This is an error since --with-xcomposite was requested." >&5
11323 $as_echo "$as_me: error: libxcomposite ${notice_platform}development files not found, Xcomposite won't be supported.
11324 This is an error since --with-xcomposite was requested." >&2;}
11325 { (exit 1); exit 1; }; } ;;
11326 esac
11330 { $as_echo "$as_me:$LINENO: checking for XICCallback.callback" >&5
11331 $as_echo_n "checking for XICCallback.callback... " >&6; }
11332 if test "${ac_cv_member_XICCallback_callback+set}" = set; then
11333 $as_echo_n "(cached) " >&6
11334 else
11335 cat >conftest.$ac_ext <<_ACEOF
11336 /* confdefs.h. */
11337 _ACEOF
11338 cat confdefs.h >>conftest.$ac_ext
11339 cat >>conftest.$ac_ext <<_ACEOF
11340 /* end confdefs.h. */
11341 #ifdef HAVE_X11_XLIB_H
11342 #include <X11/Xlib.h>
11343 #endif
11346 main ()
11348 static XICCallback ac_aggr;
11349 if (ac_aggr.callback)
11350 return 0;
11352 return 0;
11354 _ACEOF
11355 rm -f conftest.$ac_objext
11356 if { (ac_try="$ac_compile"
11357 case "(($ac_try" in
11358 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11359 *) ac_try_echo=$ac_try;;
11360 esac
11361 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
11362 $as_echo "$ac_try_echo") >&5
11363 (eval "$ac_compile") 2>conftest.er1
11364 ac_status=$?
11365 grep -v '^ *+' conftest.er1 >conftest.err
11366 rm -f conftest.er1
11367 cat conftest.err >&5
11368 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
11369 (exit $ac_status); } && {
11370 test -z "$ac_c_werror_flag" ||
11371 test ! -s conftest.err
11372 } && test -s conftest.$ac_objext; then
11373 ac_cv_member_XICCallback_callback=yes
11374 else
11375 $as_echo "$as_me: failed program was:" >&5
11376 sed 's/^/| /' conftest.$ac_ext >&5
11378 cat >conftest.$ac_ext <<_ACEOF
11379 /* confdefs.h. */
11380 _ACEOF
11381 cat confdefs.h >>conftest.$ac_ext
11382 cat >>conftest.$ac_ext <<_ACEOF
11383 /* end confdefs.h. */
11384 #ifdef HAVE_X11_XLIB_H
11385 #include <X11/Xlib.h>
11386 #endif
11389 main ()
11391 static XICCallback ac_aggr;
11392 if (sizeof ac_aggr.callback)
11393 return 0;
11395 return 0;
11397 _ACEOF
11398 rm -f conftest.$ac_objext
11399 if { (ac_try="$ac_compile"
11400 case "(($ac_try" in
11401 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11402 *) ac_try_echo=$ac_try;;
11403 esac
11404 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
11405 $as_echo "$ac_try_echo") >&5
11406 (eval "$ac_compile") 2>conftest.er1
11407 ac_status=$?
11408 grep -v '^ *+' conftest.er1 >conftest.err
11409 rm -f conftest.er1
11410 cat conftest.err >&5
11411 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
11412 (exit $ac_status); } && {
11413 test -z "$ac_c_werror_flag" ||
11414 test ! -s conftest.err
11415 } && test -s conftest.$ac_objext; then
11416 ac_cv_member_XICCallback_callback=yes
11417 else
11418 $as_echo "$as_me: failed program was:" >&5
11419 sed 's/^/| /' conftest.$ac_ext >&5
11421 ac_cv_member_XICCallback_callback=no
11424 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11427 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11429 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_XICCallback_callback" >&5
11430 $as_echo "$ac_cv_member_XICCallback_callback" >&6; }
11431 if test "x$ac_cv_member_XICCallback_callback" = x""yes; then
11433 cat >>confdefs.h <<_ACEOF
11434 #define HAVE_XICCALLBACK_CALLBACK 1
11435 _ACEOF
11442 opengl_msg=""
11443 if test "x$with_opengl" != "xno"
11444 then
11449 for ac_header in GL/gl.h GL/glx.h GL/glext.h GL/glu.h
11451 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
11452 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
11453 $as_echo_n "checking for $ac_header... " >&6; }
11454 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
11455 $as_echo_n "(cached) " >&6
11456 else
11457 cat >conftest.$ac_ext <<_ACEOF
11458 /* confdefs.h. */
11459 _ACEOF
11460 cat confdefs.h >>conftest.$ac_ext
11461 cat >>conftest.$ac_ext <<_ACEOF
11462 /* end confdefs.h. */
11463 #ifdef HAVE_GL_GLX_H
11464 # include <GL/glx.h>
11465 #endif
11467 #include <$ac_header>
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 eval "$as_ac_Header=yes"
11488 else
11489 $as_echo "$as_me: failed program was:" >&5
11490 sed 's/^/| /' conftest.$ac_ext >&5
11492 eval "$as_ac_Header=no"
11495 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11497 ac_res=`eval 'as_val=${'$as_ac_Header'}
11498 $as_echo "$as_val"'`
11499 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
11500 $as_echo "$ac_res" >&6; }
11501 as_val=`eval 'as_val=${'$as_ac_Header'}
11502 $as_echo "$as_val"'`
11503 if test "x$as_val" = x""yes; then
11504 cat >>confdefs.h <<_ACEOF
11505 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
11506 _ACEOF
11510 done
11512 if test "$ac_cv_header_GL_gl_h" = "yes" -a "$ac_cv_header_GL_glx_h" = "yes"
11513 then
11514 { $as_echo "$as_me:$LINENO: checking for up-to-date OpenGL version" >&5
11515 $as_echo_n "checking for up-to-date OpenGL version... " >&6; }
11516 if test "${wine_cv_opengl_header_version_OK+set}" = set; then
11517 $as_echo_n "(cached) " >&6
11518 else
11519 cat >conftest.$ac_ext <<_ACEOF
11520 /* confdefs.h. */
11521 _ACEOF
11522 cat confdefs.h >>conftest.$ac_ext
11523 cat >>conftest.$ac_ext <<_ACEOF
11524 /* end confdefs.h. */
11525 #include <GL/gl.h>
11527 main ()
11529 GLenum test = GL_UNSIGNED_SHORT_5_6_5;
11531 return 0;
11533 _ACEOF
11534 rm -f conftest.$ac_objext
11535 if { (ac_try="$ac_compile"
11536 case "(($ac_try" in
11537 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11538 *) ac_try_echo=$ac_try;;
11539 esac
11540 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
11541 $as_echo "$ac_try_echo") >&5
11542 (eval "$ac_compile") 2>conftest.er1
11543 ac_status=$?
11544 grep -v '^ *+' conftest.er1 >conftest.err
11545 rm -f conftest.er1
11546 cat conftest.err >&5
11547 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
11548 (exit $ac_status); } && {
11549 test -z "$ac_c_werror_flag" ||
11550 test ! -s conftest.err
11551 } && test -s conftest.$ac_objext; then
11552 wine_cv_opengl_header_version_OK="yes"
11553 else
11554 $as_echo "$as_me: failed program was:" >&5
11555 sed 's/^/| /' conftest.$ac_ext >&5
11557 wine_cv_opengl_header_version_OK="no"
11560 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11562 { $as_echo "$as_me:$LINENO: result: $wine_cv_opengl_header_version_OK" >&5
11563 $as_echo "$wine_cv_opengl_header_version_OK" >&6; }
11565 if test "$wine_cv_opengl_header_version_OK" = "yes"
11566 then
11567 { $as_echo "$as_me:$LINENO: checking for -lGL" >&5
11568 $as_echo_n "checking for -lGL... " >&6; }
11569 if test "${ac_cv_lib_soname_GL+set}" = set; then
11570 $as_echo_n "(cached) " >&6
11571 else
11572 ac_check_soname_save_LIBS=$LIBS
11573 LIBS="-lGL $X_LIBS -lXext -lX11 -lm $X_EXTRA_LIBS $LIBS"
11574 cat >conftest.$ac_ext <<_ACEOF
11575 /* confdefs.h. */
11576 _ACEOF
11577 cat confdefs.h >>conftest.$ac_ext
11578 cat >>conftest.$ac_ext <<_ACEOF
11579 /* end confdefs.h. */
11581 /* Override any GCC internal prototype to avoid an error.
11582 Use char because int might match the return type of a GCC
11583 builtin and then its argument prototype would still apply. */
11584 #ifdef __cplusplus
11585 extern "C"
11586 #endif
11587 char glXCreateContext ();
11589 main ()
11591 return glXCreateContext ();
11593 return 0;
11595 _ACEOF
11596 rm -f conftest.$ac_objext conftest$ac_exeext
11597 if { (ac_try="$ac_link"
11598 case "(($ac_try" in
11599 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11600 *) ac_try_echo=$ac_try;;
11601 esac
11602 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
11603 $as_echo "$ac_try_echo") >&5
11604 (eval "$ac_link") 2>conftest.er1
11605 ac_status=$?
11606 grep -v '^ *+' conftest.er1 >conftest.err
11607 rm -f conftest.er1
11608 cat conftest.err >&5
11609 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
11610 (exit $ac_status); } && {
11611 test -z "$ac_c_werror_flag" ||
11612 test ! -s conftest.err
11613 } && test -s conftest$ac_exeext && {
11614 test "$cross_compiling" = yes ||
11615 $as_test_x conftest$ac_exeext
11616 }; then
11617 case "$LIBEXT" in
11618 dll) ;;
11619 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'` ;;
11620 *) ac_cv_lib_soname_GL=`$ac_cv_path_LDD conftest$ac_exeext | grep "libGL\\.$LIBEXT" | sed -e "s/^.*\(libGL\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
11621 esac
11622 else
11623 $as_echo "$as_me: failed program was:" >&5
11624 sed 's/^/| /' conftest.$ac_ext >&5
11629 rm -rf conftest.dSYM
11630 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
11631 conftest$ac_exeext conftest.$ac_ext
11632 LIBS=$ac_check_soname_save_LIBS
11634 if test "x$ac_cv_lib_soname_GL" = "x"; then
11635 { $as_echo "$as_me:$LINENO: result: not found" >&5
11636 $as_echo "not found" >&6; }
11637 { $as_echo "$as_me:$LINENO: checking for -lGL" >&5
11638 $as_echo_n "checking for -lGL... " >&6; }
11639 if test "${ac_cv_lib_soname_GL+set}" = set; then
11640 $as_echo_n "(cached) " >&6
11641 else
11642 ac_check_soname_save_LIBS=$LIBS
11643 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"
11644 cat >conftest.$ac_ext <<_ACEOF
11645 /* confdefs.h. */
11646 _ACEOF
11647 cat confdefs.h >>conftest.$ac_ext
11648 cat >>conftest.$ac_ext <<_ACEOF
11649 /* end confdefs.h. */
11651 /* Override any GCC internal prototype to avoid an error.
11652 Use char because int might match the return type of a GCC
11653 builtin and then its argument prototype would still apply. */
11654 #ifdef __cplusplus
11655 extern "C"
11656 #endif
11657 char glXCreateContext ();
11659 main ()
11661 return glXCreateContext ();
11663 return 0;
11665 _ACEOF
11666 rm -f conftest.$ac_objext conftest$ac_exeext
11667 if { (ac_try="$ac_link"
11668 case "(($ac_try" in
11669 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11670 *) ac_try_echo=$ac_try;;
11671 esac
11672 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
11673 $as_echo "$ac_try_echo") >&5
11674 (eval "$ac_link") 2>conftest.er1
11675 ac_status=$?
11676 grep -v '^ *+' conftest.er1 >conftest.err
11677 rm -f conftest.er1
11678 cat conftest.err >&5
11679 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
11680 (exit $ac_status); } && {
11681 test -z "$ac_c_werror_flag" ||
11682 test ! -s conftest.err
11683 } && test -s conftest$ac_exeext && {
11684 test "$cross_compiling" = yes ||
11685 $as_test_x conftest$ac_exeext
11686 }; then
11687 case "$LIBEXT" in
11688 dll) ;;
11689 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'` ;;
11690 *) ac_cv_lib_soname_GL=`$ac_cv_path_LDD conftest$ac_exeext | grep "libGL\\.$LIBEXT" | sed -e "s/^.*\(libGL\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
11691 esac
11692 else
11693 $as_echo "$as_me: failed program was:" >&5
11694 sed 's/^/| /' conftest.$ac_ext >&5
11699 rm -rf conftest.dSYM
11700 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
11701 conftest$ac_exeext conftest.$ac_ext
11702 LIBS=$ac_check_soname_save_LIBS
11704 if test "x$ac_cv_lib_soname_GL" = "x"; then
11705 { $as_echo "$as_me:$LINENO: result: not found" >&5
11706 $as_echo "not found" >&6; }
11707 if test -f /usr/X11R6/lib/libGL.a
11708 then
11709 opengl_msg="/usr/X11R6/lib/libGL.a is present on your system.
11710 This probably prevents linking to OpenGL. Try deleting the file and restarting configure."
11711 else
11712 opengl_msg="No OpenGL library found on this system."
11714 else
11715 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_GL" >&5
11716 $as_echo "$ac_cv_lib_soname_GL" >&6; }
11718 cat >>confdefs.h <<_ACEOF
11719 #define SONAME_LIBGL "$ac_cv_lib_soname_GL"
11720 _ACEOF
11722 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"
11724 cat >>confdefs.h <<\_ACEOF
11725 #define HAVE_OPENGL 1
11726 _ACEOF
11730 else
11731 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_GL" >&5
11732 $as_echo "$ac_cv_lib_soname_GL" >&6; }
11734 cat >>confdefs.h <<_ACEOF
11735 #define SONAME_LIBGL "$ac_cv_lib_soname_GL"
11736 _ACEOF
11738 OPENGL_LIBS="-lGL"
11740 cat >>confdefs.h <<\_ACEOF
11741 #define HAVE_OPENGL 1
11742 _ACEOF
11746 if test "$ac_cv_header_GL_glu_h" = "yes"
11747 then
11748 { $as_echo "$as_me:$LINENO: checking for -lGLU" >&5
11749 $as_echo_n "checking for -lGLU... " >&6; }
11750 if test "${ac_cv_lib_soname_GLU+set}" = set; then
11751 $as_echo_n "(cached) " >&6
11752 else
11753 ac_check_soname_save_LIBS=$LIBS
11754 LIBS="-lGLU $OPENGL_LIBS $X_LIBS $X_PRE_LIBS -lXext -lX11 -lm $X_EXTRA_LIBS $LIBS"
11755 cat >conftest.$ac_ext <<_ACEOF
11756 /* confdefs.h. */
11757 _ACEOF
11758 cat confdefs.h >>conftest.$ac_ext
11759 cat >>conftest.$ac_ext <<_ACEOF
11760 /* end confdefs.h. */
11762 /* Override any GCC internal prototype to avoid an error.
11763 Use char because int might match the return type of a GCC
11764 builtin and then its argument prototype would still apply. */
11765 #ifdef __cplusplus
11766 extern "C"
11767 #endif
11768 char gluLookAt ();
11770 main ()
11772 return gluLookAt ();
11774 return 0;
11776 _ACEOF
11777 rm -f conftest.$ac_objext conftest$ac_exeext
11778 if { (ac_try="$ac_link"
11779 case "(($ac_try" in
11780 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11781 *) ac_try_echo=$ac_try;;
11782 esac
11783 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
11784 $as_echo "$ac_try_echo") >&5
11785 (eval "$ac_link") 2>conftest.er1
11786 ac_status=$?
11787 grep -v '^ *+' conftest.er1 >conftest.err
11788 rm -f conftest.er1
11789 cat conftest.err >&5
11790 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
11791 (exit $ac_status); } && {
11792 test -z "$ac_c_werror_flag" ||
11793 test ! -s conftest.err
11794 } && test -s conftest$ac_exeext && {
11795 test "$cross_compiling" = yes ||
11796 $as_test_x conftest$ac_exeext
11797 }; then
11798 case "$LIBEXT" in
11799 dll) ;;
11800 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'` ;;
11801 *) ac_cv_lib_soname_GLU=`$ac_cv_path_LDD conftest$ac_exeext | grep "libGLU\\.$LIBEXT" | sed -e "s/^.*\(libGLU\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
11802 esac
11803 else
11804 $as_echo "$as_me: failed program was:" >&5
11805 sed 's/^/| /' conftest.$ac_ext >&5
11810 rm -rf conftest.dSYM
11811 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
11812 conftest$ac_exeext conftest.$ac_ext
11813 LIBS=$ac_check_soname_save_LIBS
11815 if test "x$ac_cv_lib_soname_GLU" = "x"; then
11816 { $as_echo "$as_me:$LINENO: result: not found" >&5
11817 $as_echo "not found" >&6; }
11819 else
11820 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_GLU" >&5
11821 $as_echo "$ac_cv_lib_soname_GLU" >&6; }
11823 cat >>confdefs.h <<_ACEOF
11824 #define SONAME_LIBGLU "$ac_cv_lib_soname_GLU"
11825 _ACEOF
11831 if test "x$ac_cv_lib_soname_GLU" = "x"; then
11832 case "x$with_glu" in
11833 x) wine_notices="$wine_notices|libGLU ${notice_platform}development files not found, GLU won't be supported." ;;
11834 xno) ;;
11835 *) { { $as_echo "$as_me:$LINENO: error: libGLU ${notice_platform}development files not found, GLU won't be supported.
11836 This is an error since --with-glu was requested." >&5
11837 $as_echo "$as_me: error: libGLU ${notice_platform}development files not found, GLU won't be supported.
11838 This is an error since --with-glu was requested." >&2;}
11839 { (exit 1); exit 1; }; } ;;
11840 esac
11843 else
11844 opengl_msg="Old Mesa headers detected. Consider upgrading your Mesa libraries."
11846 else
11847 opengl_msg="OpenGL development headers not found."
11849 test -n "$opengl_msg" && enable_opengl32=${enable_opengl32:-no}
11850 test "x$ac_cv_lib_soname_GLU" = "x" && enable_glu32=${enable_glu32:-no}
11851 else
11852 enable_opengl32=${enable_opengl32:-no}
11853 enable_glu32=${enable_glu32:-no}
11855 if test -n "$opengl_msg"; then
11856 case "x$with_opengl" in
11857 x) wine_warnings="$wine_warnings|$opengl_msg
11858 OpenGL and Direct3D won't be supported." ;;
11859 xno) ;;
11860 *) { { $as_echo "$as_me:$LINENO: error: $opengl_msg
11861 OpenGL and Direct3D won't be supported.
11862 This is an error since --with-opengl was requested." >&5
11863 $as_echo "$as_me: error: $opengl_msg
11864 OpenGL and Direct3D won't be supported.
11865 This is an error since --with-opengl was requested." >&2;}
11866 { (exit 1); exit 1; }; } ;;
11867 esac
11871 NASLIBS=""
11874 for ac_header in audio/audiolib.h
11876 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
11877 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
11878 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
11879 $as_echo_n "checking for $ac_header... " >&6; }
11880 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
11881 $as_echo_n "(cached) " >&6
11883 ac_res=`eval 'as_val=${'$as_ac_Header'}
11884 $as_echo "$as_val"'`
11885 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
11886 $as_echo "$ac_res" >&6; }
11887 else
11888 # Is the header compilable?
11889 { $as_echo "$as_me:$LINENO: checking $ac_header usability" >&5
11890 $as_echo_n "checking $ac_header usability... " >&6; }
11891 cat >conftest.$ac_ext <<_ACEOF
11892 /* confdefs.h. */
11893 _ACEOF
11894 cat confdefs.h >>conftest.$ac_ext
11895 cat >>conftest.$ac_ext <<_ACEOF
11896 /* end confdefs.h. */
11897 $ac_includes_default
11898 #include <$ac_header>
11899 _ACEOF
11900 rm -f conftest.$ac_objext
11901 if { (ac_try="$ac_compile"
11902 case "(($ac_try" in
11903 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11904 *) ac_try_echo=$ac_try;;
11905 esac
11906 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
11907 $as_echo "$ac_try_echo") >&5
11908 (eval "$ac_compile") 2>conftest.er1
11909 ac_status=$?
11910 grep -v '^ *+' conftest.er1 >conftest.err
11911 rm -f conftest.er1
11912 cat conftest.err >&5
11913 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
11914 (exit $ac_status); } && {
11915 test -z "$ac_c_werror_flag" ||
11916 test ! -s conftest.err
11917 } && test -s conftest.$ac_objext; then
11918 ac_header_compiler=yes
11919 else
11920 $as_echo "$as_me: failed program was:" >&5
11921 sed 's/^/| /' conftest.$ac_ext >&5
11923 ac_header_compiler=no
11926 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11927 { $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
11928 $as_echo "$ac_header_compiler" >&6; }
11930 # Is the header present?
11931 { $as_echo "$as_me:$LINENO: checking $ac_header presence" >&5
11932 $as_echo_n "checking $ac_header presence... " >&6; }
11933 cat >conftest.$ac_ext <<_ACEOF
11934 /* confdefs.h. */
11935 _ACEOF
11936 cat confdefs.h >>conftest.$ac_ext
11937 cat >>conftest.$ac_ext <<_ACEOF
11938 /* end confdefs.h. */
11939 #include <$ac_header>
11940 _ACEOF
11941 if { (ac_try="$ac_cpp conftest.$ac_ext"
11942 case "(($ac_try" in
11943 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11944 *) ac_try_echo=$ac_try;;
11945 esac
11946 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
11947 $as_echo "$ac_try_echo") >&5
11948 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
11949 ac_status=$?
11950 grep -v '^ *+' conftest.er1 >conftest.err
11951 rm -f conftest.er1
11952 cat conftest.err >&5
11953 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
11954 (exit $ac_status); } >/dev/null && {
11955 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
11956 test ! -s conftest.err
11957 }; then
11958 ac_header_preproc=yes
11959 else
11960 $as_echo "$as_me: failed program was:" >&5
11961 sed 's/^/| /' conftest.$ac_ext >&5
11963 ac_header_preproc=no
11966 rm -f conftest.err conftest.$ac_ext
11967 { $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
11968 $as_echo "$ac_header_preproc" >&6; }
11970 # So? What about this header?
11971 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
11972 yes:no: )
11973 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
11974 $as_echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
11975 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
11976 $as_echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
11977 ac_header_preproc=yes
11979 no:yes:* )
11980 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
11981 $as_echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
11982 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
11983 $as_echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
11984 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
11985 $as_echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
11986 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
11987 $as_echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
11988 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
11989 $as_echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
11990 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
11991 $as_echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
11992 ( cat <<\_ASBOX
11993 ## ------------------------------------ ##
11994 ## Report this to wine-devel@winehq.org ##
11995 ## ------------------------------------ ##
11996 _ASBOX
11997 ) | sed "s/^/$as_me: WARNING: /" >&2
11999 esac
12000 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
12001 $as_echo_n "checking for $ac_header... " >&6; }
12002 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
12003 $as_echo_n "(cached) " >&6
12004 else
12005 eval "$as_ac_Header=\$ac_header_preproc"
12007 ac_res=`eval 'as_val=${'$as_ac_Header'}
12008 $as_echo "$as_val"'`
12009 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
12010 $as_echo "$ac_res" >&6; }
12013 as_val=`eval 'as_val=${'$as_ac_Header'}
12014 $as_echo "$as_val"'`
12015 if test "x$as_val" = x""yes; then
12016 cat >>confdefs.h <<_ACEOF
12017 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
12018 _ACEOF
12020 for ac_header in audio/soundlib.h
12022 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
12023 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
12024 $as_echo_n "checking for $ac_header... " >&6; }
12025 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
12026 $as_echo_n "(cached) " >&6
12027 else
12028 cat >conftest.$ac_ext <<_ACEOF
12029 /* confdefs.h. */
12030 _ACEOF
12031 cat confdefs.h >>conftest.$ac_ext
12032 cat >>conftest.$ac_ext <<_ACEOF
12033 /* end confdefs.h. */
12034 #include <audio/audiolib.h>
12036 #include <$ac_header>
12037 _ACEOF
12038 rm -f conftest.$ac_objext
12039 if { (ac_try="$ac_compile"
12040 case "(($ac_try" in
12041 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12042 *) ac_try_echo=$ac_try;;
12043 esac
12044 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
12045 $as_echo "$ac_try_echo") >&5
12046 (eval "$ac_compile") 2>conftest.er1
12047 ac_status=$?
12048 grep -v '^ *+' conftest.er1 >conftest.err
12049 rm -f conftest.er1
12050 cat conftest.err >&5
12051 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
12052 (exit $ac_status); } && {
12053 test -z "$ac_c_werror_flag" ||
12054 test ! -s conftest.err
12055 } && test -s conftest.$ac_objext; then
12056 eval "$as_ac_Header=yes"
12057 else
12058 $as_echo "$as_me: failed program was:" >&5
12059 sed 's/^/| /' conftest.$ac_ext >&5
12061 eval "$as_ac_Header=no"
12064 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
12066 ac_res=`eval 'as_val=${'$as_ac_Header'}
12067 $as_echo "$as_val"'`
12068 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
12069 $as_echo "$ac_res" >&6; }
12070 as_val=`eval 'as_val=${'$as_ac_Header'}
12071 $as_echo "$as_val"'`
12072 if test "x$as_val" = x""yes; then
12073 cat >>confdefs.h <<_ACEOF
12074 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
12075 _ACEOF
12079 done
12081 { $as_echo "$as_me:$LINENO: checking for AuCreateFlow in -laudio" >&5
12082 $as_echo_n "checking for AuCreateFlow in -laudio... " >&6; }
12083 if test "${ac_cv_lib_audio_AuCreateFlow+set}" = set; then
12084 $as_echo_n "(cached) " >&6
12085 else
12086 ac_check_lib_save_LIBS=$LIBS
12087 LIBS="-laudio -lXt $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
12088 cat >conftest.$ac_ext <<_ACEOF
12089 /* confdefs.h. */
12090 _ACEOF
12091 cat confdefs.h >>conftest.$ac_ext
12092 cat >>conftest.$ac_ext <<_ACEOF
12093 /* end confdefs.h. */
12095 /* Override any GCC internal prototype to avoid an error.
12096 Use char because int might match the return type of a GCC
12097 builtin and then its argument prototype would still apply. */
12098 #ifdef __cplusplus
12099 extern "C"
12100 #endif
12101 char AuCreateFlow ();
12103 main ()
12105 return AuCreateFlow ();
12107 return 0;
12109 _ACEOF
12110 rm -f conftest.$ac_objext conftest$ac_exeext
12111 if { (ac_try="$ac_link"
12112 case "(($ac_try" in
12113 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12114 *) ac_try_echo=$ac_try;;
12115 esac
12116 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
12117 $as_echo "$ac_try_echo") >&5
12118 (eval "$ac_link") 2>conftest.er1
12119 ac_status=$?
12120 grep -v '^ *+' conftest.er1 >conftest.err
12121 rm -f conftest.er1
12122 cat conftest.err >&5
12123 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
12124 (exit $ac_status); } && {
12125 test -z "$ac_c_werror_flag" ||
12126 test ! -s conftest.err
12127 } && test -s conftest$ac_exeext && {
12128 test "$cross_compiling" = yes ||
12129 $as_test_x conftest$ac_exeext
12130 }; then
12131 ac_cv_lib_audio_AuCreateFlow=yes
12132 else
12133 $as_echo "$as_me: failed program was:" >&5
12134 sed 's/^/| /' conftest.$ac_ext >&5
12136 ac_cv_lib_audio_AuCreateFlow=no
12139 rm -rf conftest.dSYM
12140 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
12141 conftest$ac_exeext conftest.$ac_ext
12142 LIBS=$ac_check_lib_save_LIBS
12144 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_audio_AuCreateFlow" >&5
12145 $as_echo "$ac_cv_lib_audio_AuCreateFlow" >&6; }
12146 if test "x$ac_cv_lib_audio_AuCreateFlow" = x""yes; then
12148 cat >>confdefs.h <<\_ACEOF
12149 #define HAVE_NAS 1
12150 _ACEOF
12152 { $as_echo "$as_me:$LINENO: checking for XauGetBestAuthByAddr in -lXau" >&5
12153 $as_echo_n "checking for XauGetBestAuthByAddr in -lXau... " >&6; }
12154 if test "${ac_cv_lib_Xau_XauGetBestAuthByAddr+set}" = set; then
12155 $as_echo_n "(cached) " >&6
12156 else
12157 ac_check_lib_save_LIBS=$LIBS
12158 LIBS="-lXau $X_LIBS $LIBS"
12159 cat >conftest.$ac_ext <<_ACEOF
12160 /* confdefs.h. */
12161 _ACEOF
12162 cat confdefs.h >>conftest.$ac_ext
12163 cat >>conftest.$ac_ext <<_ACEOF
12164 /* end confdefs.h. */
12166 /* Override any GCC internal prototype to avoid an error.
12167 Use char because int might match the return type of a GCC
12168 builtin and then its argument prototype would still apply. */
12169 #ifdef __cplusplus
12170 extern "C"
12171 #endif
12172 char XauGetBestAuthByAddr ();
12174 main ()
12176 return XauGetBestAuthByAddr ();
12178 return 0;
12180 _ACEOF
12181 rm -f conftest.$ac_objext conftest$ac_exeext
12182 if { (ac_try="$ac_link"
12183 case "(($ac_try" in
12184 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12185 *) ac_try_echo=$ac_try;;
12186 esac
12187 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
12188 $as_echo "$ac_try_echo") >&5
12189 (eval "$ac_link") 2>conftest.er1
12190 ac_status=$?
12191 grep -v '^ *+' conftest.er1 >conftest.err
12192 rm -f conftest.er1
12193 cat conftest.err >&5
12194 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
12195 (exit $ac_status); } && {
12196 test -z "$ac_c_werror_flag" ||
12197 test ! -s conftest.err
12198 } && test -s conftest$ac_exeext && {
12199 test "$cross_compiling" = yes ||
12200 $as_test_x conftest$ac_exeext
12201 }; then
12202 ac_cv_lib_Xau_XauGetBestAuthByAddr=yes
12203 else
12204 $as_echo "$as_me: failed program was:" >&5
12205 sed 's/^/| /' conftest.$ac_ext >&5
12207 ac_cv_lib_Xau_XauGetBestAuthByAddr=no
12210 rm -rf conftest.dSYM
12211 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
12212 conftest$ac_exeext conftest.$ac_ext
12213 LIBS=$ac_check_lib_save_LIBS
12215 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_Xau_XauGetBestAuthByAddr" >&5
12216 $as_echo "$ac_cv_lib_Xau_XauGetBestAuthByAddr" >&6; }
12217 if test "x$ac_cv_lib_Xau_XauGetBestAuthByAddr" = x""yes; then
12218 NASLIBS="-lXau -laudio -lXt $X_LIBS -lXext -lX11 $X_EXTRA_LIBS"
12219 else
12220 NASLIBS="-laudio -lXt $X_LIBS -lXext -lX11 $X_EXTRA_LIBS"
12228 done
12231 CPPFLAGS="$ac_save_CPPFLAGS"
12232 else
12233 XLIB=""
12234 X_CFLAGS=""
12235 X_LIBS=""
12236 enable_winex11_drv=${enable_winex11_drv:-no}
12237 enable_opengl32=${enable_opengl32:-no}
12238 enable_glu32=${enable_glu32:-no}
12240 if test "x$XLIB" = "x"; then
12241 case "x$with_x" in
12242 xno) ;;
12243 *) { { $as_echo "$as_me:$LINENO: error: X ${notice_platform}development files not found. Wine will be built
12244 without X support, which probably isn't what you want. You will need to install
12245 ${notice_platform}development packages of Xlib/Xfree86 at the very least.
12246 Use the --without-x option if you really want this." >&5
12247 $as_echo "$as_me: error: X ${notice_platform}development files not found. Wine will be built
12248 without X support, which probably isn't what you want. You will need to install
12249 ${notice_platform}development packages of Xlib/Xfree86 at the very least.
12250 Use the --without-x option if you really want this." >&2;}
12251 { (exit 1); exit 1; }; } ;;
12252 esac
12257 XML2LIBS=""
12259 XML2INCL=""
12261 XSLTINCL=""
12263 if test "x$with_xml" != "xno"
12264 then
12265 ac_save_CPPFLAGS="$CPPFLAGS"
12266 if test "$PKG_CONFIG" != "false"
12267 then
12268 ac_xml_libs="`$PKG_CONFIG --libs libxml-2.0 2>/dev/null`"
12269 ac_xml_cflags="`$PKG_CONFIG --cflags libxml-2.0 2>/dev/null`"
12270 else
12271 ac_xml_libs="`xml2-config --libs 2>/dev/null`"
12272 ac_xml_cflags="`xml2-config --cflags 2>/dev/null`"
12274 CPPFLAGS="$CPPFLAGS $ac_xml_cflags"
12276 for ac_header in libxml/parser.h
12278 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
12279 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
12280 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
12281 $as_echo_n "checking for $ac_header... " >&6; }
12282 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
12283 $as_echo_n "(cached) " >&6
12285 ac_res=`eval 'as_val=${'$as_ac_Header'}
12286 $as_echo "$as_val"'`
12287 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
12288 $as_echo "$ac_res" >&6; }
12289 else
12290 # Is the header compilable?
12291 { $as_echo "$as_me:$LINENO: checking $ac_header usability" >&5
12292 $as_echo_n "checking $ac_header usability... " >&6; }
12293 cat >conftest.$ac_ext <<_ACEOF
12294 /* confdefs.h. */
12295 _ACEOF
12296 cat confdefs.h >>conftest.$ac_ext
12297 cat >>conftest.$ac_ext <<_ACEOF
12298 /* end confdefs.h. */
12299 $ac_includes_default
12300 #include <$ac_header>
12301 _ACEOF
12302 rm -f conftest.$ac_objext
12303 if { (ac_try="$ac_compile"
12304 case "(($ac_try" in
12305 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12306 *) ac_try_echo=$ac_try;;
12307 esac
12308 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
12309 $as_echo "$ac_try_echo") >&5
12310 (eval "$ac_compile") 2>conftest.er1
12311 ac_status=$?
12312 grep -v '^ *+' conftest.er1 >conftest.err
12313 rm -f conftest.er1
12314 cat conftest.err >&5
12315 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
12316 (exit $ac_status); } && {
12317 test -z "$ac_c_werror_flag" ||
12318 test ! -s conftest.err
12319 } && test -s conftest.$ac_objext; then
12320 ac_header_compiler=yes
12321 else
12322 $as_echo "$as_me: failed program was:" >&5
12323 sed 's/^/| /' conftest.$ac_ext >&5
12325 ac_header_compiler=no
12328 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
12329 { $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
12330 $as_echo "$ac_header_compiler" >&6; }
12332 # Is the header present?
12333 { $as_echo "$as_me:$LINENO: checking $ac_header presence" >&5
12334 $as_echo_n "checking $ac_header presence... " >&6; }
12335 cat >conftest.$ac_ext <<_ACEOF
12336 /* confdefs.h. */
12337 _ACEOF
12338 cat confdefs.h >>conftest.$ac_ext
12339 cat >>conftest.$ac_ext <<_ACEOF
12340 /* end confdefs.h. */
12341 #include <$ac_header>
12342 _ACEOF
12343 if { (ac_try="$ac_cpp conftest.$ac_ext"
12344 case "(($ac_try" in
12345 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12346 *) ac_try_echo=$ac_try;;
12347 esac
12348 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
12349 $as_echo "$ac_try_echo") >&5
12350 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
12351 ac_status=$?
12352 grep -v '^ *+' conftest.er1 >conftest.err
12353 rm -f conftest.er1
12354 cat conftest.err >&5
12355 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
12356 (exit $ac_status); } >/dev/null && {
12357 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
12358 test ! -s conftest.err
12359 }; then
12360 ac_header_preproc=yes
12361 else
12362 $as_echo "$as_me: failed program was:" >&5
12363 sed 's/^/| /' conftest.$ac_ext >&5
12365 ac_header_preproc=no
12368 rm -f conftest.err conftest.$ac_ext
12369 { $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
12370 $as_echo "$ac_header_preproc" >&6; }
12372 # So? What about this header?
12373 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
12374 yes:no: )
12375 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
12376 $as_echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
12377 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
12378 $as_echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
12379 ac_header_preproc=yes
12381 no:yes:* )
12382 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
12383 $as_echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
12384 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
12385 $as_echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
12386 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
12387 $as_echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
12388 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
12389 $as_echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
12390 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
12391 $as_echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
12392 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
12393 $as_echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
12394 ( cat <<\_ASBOX
12395 ## ------------------------------------ ##
12396 ## Report this to wine-devel@winehq.org ##
12397 ## ------------------------------------ ##
12398 _ASBOX
12399 ) | sed "s/^/$as_me: WARNING: /" >&2
12401 esac
12402 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
12403 $as_echo_n "checking for $ac_header... " >&6; }
12404 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
12405 $as_echo_n "(cached) " >&6
12406 else
12407 eval "$as_ac_Header=\$ac_header_preproc"
12409 ac_res=`eval 'as_val=${'$as_ac_Header'}
12410 $as_echo "$as_val"'`
12411 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
12412 $as_echo "$ac_res" >&6; }
12415 as_val=`eval 'as_val=${'$as_ac_Header'}
12416 $as_echo "$as_val"'`
12417 if test "x$as_val" = x""yes; then
12418 cat >>confdefs.h <<_ACEOF
12419 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
12420 _ACEOF
12421 { $as_echo "$as_me:$LINENO: checking for xmlParseMemory in -lxml2" >&5
12422 $as_echo_n "checking for xmlParseMemory in -lxml2... " >&6; }
12423 if test "${ac_cv_lib_xml2_xmlParseMemory+set}" = set; then
12424 $as_echo_n "(cached) " >&6
12425 else
12426 ac_check_lib_save_LIBS=$LIBS
12427 LIBS="-lxml2 $ac_xml_libs $LIBS"
12428 cat >conftest.$ac_ext <<_ACEOF
12429 /* confdefs.h. */
12430 _ACEOF
12431 cat confdefs.h >>conftest.$ac_ext
12432 cat >>conftest.$ac_ext <<_ACEOF
12433 /* end confdefs.h. */
12435 /* Override any GCC internal prototype to avoid an error.
12436 Use char because int might match the return type of a GCC
12437 builtin and then its argument prototype would still apply. */
12438 #ifdef __cplusplus
12439 extern "C"
12440 #endif
12441 char xmlParseMemory ();
12443 main ()
12445 return xmlParseMemory ();
12447 return 0;
12449 _ACEOF
12450 rm -f conftest.$ac_objext conftest$ac_exeext
12451 if { (ac_try="$ac_link"
12452 case "(($ac_try" in
12453 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12454 *) ac_try_echo=$ac_try;;
12455 esac
12456 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
12457 $as_echo "$ac_try_echo") >&5
12458 (eval "$ac_link") 2>conftest.er1
12459 ac_status=$?
12460 grep -v '^ *+' conftest.er1 >conftest.err
12461 rm -f conftest.er1
12462 cat conftest.err >&5
12463 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
12464 (exit $ac_status); } && {
12465 test -z "$ac_c_werror_flag" ||
12466 test ! -s conftest.err
12467 } && test -s conftest$ac_exeext && {
12468 test "$cross_compiling" = yes ||
12469 $as_test_x conftest$ac_exeext
12470 }; then
12471 ac_cv_lib_xml2_xmlParseMemory=yes
12472 else
12473 $as_echo "$as_me: failed program was:" >&5
12474 sed 's/^/| /' conftest.$ac_ext >&5
12476 ac_cv_lib_xml2_xmlParseMemory=no
12479 rm -rf conftest.dSYM
12480 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
12481 conftest$ac_exeext conftest.$ac_ext
12482 LIBS=$ac_check_lib_save_LIBS
12484 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_xml2_xmlParseMemory" >&5
12485 $as_echo "$ac_cv_lib_xml2_xmlParseMemory" >&6; }
12486 if test "x$ac_cv_lib_xml2_xmlParseMemory" = x""yes; then
12488 cat >>confdefs.h <<\_ACEOF
12489 #define HAVE_LIBXML2 1
12490 _ACEOF
12492 XML2LIBS="$ac_xml_libs"
12493 XML2INCL="$ac_xml_cflags"
12496 { $as_echo "$as_me:$LINENO: checking for xmlReadMemory in -lxml2" >&5
12497 $as_echo_n "checking for xmlReadMemory in -lxml2... " >&6; }
12498 if test "${ac_cv_lib_xml2_xmlReadMemory+set}" = set; then
12499 $as_echo_n "(cached) " >&6
12500 else
12501 ac_check_lib_save_LIBS=$LIBS
12502 LIBS="-lxml2 $ac_xml_libs $LIBS"
12503 cat >conftest.$ac_ext <<_ACEOF
12504 /* confdefs.h. */
12505 _ACEOF
12506 cat confdefs.h >>conftest.$ac_ext
12507 cat >>conftest.$ac_ext <<_ACEOF
12508 /* end confdefs.h. */
12510 /* Override any GCC internal prototype to avoid an error.
12511 Use char because int might match the return type of a GCC
12512 builtin and then its argument prototype would still apply. */
12513 #ifdef __cplusplus
12514 extern "C"
12515 #endif
12516 char xmlReadMemory ();
12518 main ()
12520 return xmlReadMemory ();
12522 return 0;
12524 _ACEOF
12525 rm -f conftest.$ac_objext conftest$ac_exeext
12526 if { (ac_try="$ac_link"
12527 case "(($ac_try" in
12528 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12529 *) ac_try_echo=$ac_try;;
12530 esac
12531 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
12532 $as_echo "$ac_try_echo") >&5
12533 (eval "$ac_link") 2>conftest.er1
12534 ac_status=$?
12535 grep -v '^ *+' conftest.er1 >conftest.err
12536 rm -f conftest.er1
12537 cat conftest.err >&5
12538 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
12539 (exit $ac_status); } && {
12540 test -z "$ac_c_werror_flag" ||
12541 test ! -s conftest.err
12542 } && test -s conftest$ac_exeext && {
12543 test "$cross_compiling" = yes ||
12544 $as_test_x conftest$ac_exeext
12545 }; then
12546 ac_cv_lib_xml2_xmlReadMemory=yes
12547 else
12548 $as_echo "$as_me: failed program was:" >&5
12549 sed 's/^/| /' conftest.$ac_ext >&5
12551 ac_cv_lib_xml2_xmlReadMemory=no
12554 rm -rf conftest.dSYM
12555 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
12556 conftest$ac_exeext conftest.$ac_ext
12557 LIBS=$ac_check_lib_save_LIBS
12559 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_xml2_xmlReadMemory" >&5
12560 $as_echo "$ac_cv_lib_xml2_xmlReadMemory" >&6; }
12561 if test "x$ac_cv_lib_xml2_xmlReadMemory" = x""yes; then
12563 cat >>confdefs.h <<\_ACEOF
12564 #define HAVE_XMLREADMEMORY 1
12565 _ACEOF
12569 { $as_echo "$as_me:$LINENO: checking for xmlNewDocPI in -lxml2" >&5
12570 $as_echo_n "checking for xmlNewDocPI in -lxml2... " >&6; }
12571 if test "${ac_cv_lib_xml2_xmlNewDocPI+set}" = set; then
12572 $as_echo_n "(cached) " >&6
12573 else
12574 ac_check_lib_save_LIBS=$LIBS
12575 LIBS="-lxml2 $ac_xml_libs $LIBS"
12576 cat >conftest.$ac_ext <<_ACEOF
12577 /* confdefs.h. */
12578 _ACEOF
12579 cat confdefs.h >>conftest.$ac_ext
12580 cat >>conftest.$ac_ext <<_ACEOF
12581 /* end confdefs.h. */
12583 /* Override any GCC internal prototype to avoid an error.
12584 Use char because int might match the return type of a GCC
12585 builtin and then its argument prototype would still apply. */
12586 #ifdef __cplusplus
12587 extern "C"
12588 #endif
12589 char xmlNewDocPI ();
12591 main ()
12593 return xmlNewDocPI ();
12595 return 0;
12597 _ACEOF
12598 rm -f conftest.$ac_objext conftest$ac_exeext
12599 if { (ac_try="$ac_link"
12600 case "(($ac_try" in
12601 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12602 *) ac_try_echo=$ac_try;;
12603 esac
12604 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
12605 $as_echo "$ac_try_echo") >&5
12606 (eval "$ac_link") 2>conftest.er1
12607 ac_status=$?
12608 grep -v '^ *+' conftest.er1 >conftest.err
12609 rm -f conftest.er1
12610 cat conftest.err >&5
12611 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
12612 (exit $ac_status); } && {
12613 test -z "$ac_c_werror_flag" ||
12614 test ! -s conftest.err
12615 } && test -s conftest$ac_exeext && {
12616 test "$cross_compiling" = yes ||
12617 $as_test_x conftest$ac_exeext
12618 }; then
12619 ac_cv_lib_xml2_xmlNewDocPI=yes
12620 else
12621 $as_echo "$as_me: failed program was:" >&5
12622 sed 's/^/| /' conftest.$ac_ext >&5
12624 ac_cv_lib_xml2_xmlNewDocPI=no
12627 rm -rf conftest.dSYM
12628 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
12629 conftest$ac_exeext conftest.$ac_ext
12630 LIBS=$ac_check_lib_save_LIBS
12632 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_xml2_xmlNewDocPI" >&5
12633 $as_echo "$ac_cv_lib_xml2_xmlNewDocPI" >&6; }
12634 if test "x$ac_cv_lib_xml2_xmlNewDocPI" = x""yes; then
12636 cat >>confdefs.h <<\_ACEOF
12637 #define HAVE_XMLNEWDOCPI 1
12638 _ACEOF
12645 done
12647 CPPFLAGS="$ac_save_CPPFLAGS"
12649 if test "$ac_cv_lib_xml2_xmlParseMemory" != "yes"; then
12650 case "x$with_xml" in
12651 x) wine_warnings="$wine_warnings|libxml2 ${notice_platform}development files not found, XML won't be supported." ;;
12652 xno) ;;
12653 *) { { $as_echo "$as_me:$LINENO: error: libxml2 ${notice_platform}development files not found, XML won't be supported.
12654 This is an error since --with-xml was requested." >&5
12655 $as_echo "$as_me: error: libxml2 ${notice_platform}development files not found, XML won't be supported.
12656 This is an error since --with-xml was requested." >&2;}
12657 { (exit 1); exit 1; }; } ;;
12658 esac
12662 if test "x$with_xslt" != "xno"
12663 then
12664 if test "$PKG_CONFIG" != "false"
12665 then
12666 ac_xslt_libs="`$PKG_CONFIG --libs libxslt 2>/dev/null`"
12667 ac_xslt_cflags="`$PKG_CONFIG --cflags libxslt 2>/dev/null`"
12668 else
12669 ac_xslt_libs="`xslt-config --libs 2>/dev/null`"
12670 ac_xslt_cflags="`xslt-config --cflags 2>/dev/null`"
12672 ac_save_CPPFLAGS="$CPPFLAGS"
12673 CPPFLAGS="$CPPFLAGS $ac_xslt_cflags"
12676 for ac_header in libxslt/pattern.h libxslt/transform.h
12678 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
12679 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
12680 $as_echo_n "checking for $ac_header... " >&6; }
12681 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
12682 $as_echo_n "(cached) " >&6
12683 else
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. */
12690 #ifdef HAVE_LIBXSLT_PATTERN_H
12691 # include <libxslt/pattern.h>
12692 #endif
12694 #include <$ac_header>
12695 _ACEOF
12696 rm -f conftest.$ac_objext
12697 if { (ac_try="$ac_compile"
12698 case "(($ac_try" in
12699 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12700 *) ac_try_echo=$ac_try;;
12701 esac
12702 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
12703 $as_echo "$ac_try_echo") >&5
12704 (eval "$ac_compile") 2>conftest.er1
12705 ac_status=$?
12706 grep -v '^ *+' conftest.er1 >conftest.err
12707 rm -f conftest.er1
12708 cat conftest.err >&5
12709 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
12710 (exit $ac_status); } && {
12711 test -z "$ac_c_werror_flag" ||
12712 test ! -s conftest.err
12713 } && test -s conftest.$ac_objext; then
12714 eval "$as_ac_Header=yes"
12715 else
12716 $as_echo "$as_me: failed program was:" >&5
12717 sed 's/^/| /' conftest.$ac_ext >&5
12719 eval "$as_ac_Header=no"
12722 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
12724 ac_res=`eval 'as_val=${'$as_ac_Header'}
12725 $as_echo "$as_val"'`
12726 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
12727 $as_echo "$ac_res" >&6; }
12728 as_val=`eval 'as_val=${'$as_ac_Header'}
12729 $as_echo "$as_val"'`
12730 if test "x$as_val" = x""yes; then
12731 cat >>confdefs.h <<_ACEOF
12732 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
12733 _ACEOF
12737 done
12739 CPPFLAGS="$ac_save_CPPFLAGS"
12740 if test "$ac_cv_header_libxslt_transform_h" = "yes"
12741 then
12742 { $as_echo "$as_me:$LINENO: checking for -lxslt" >&5
12743 $as_echo_n "checking for -lxslt... " >&6; }
12744 if test "${ac_cv_lib_soname_xslt+set}" = set; then
12745 $as_echo_n "(cached) " >&6
12746 else
12747 ac_check_soname_save_LIBS=$LIBS
12748 LIBS="-lxslt $ac_xslt_libs $LIBS"
12749 cat >conftest.$ac_ext <<_ACEOF
12750 /* confdefs.h. */
12751 _ACEOF
12752 cat confdefs.h >>conftest.$ac_ext
12753 cat >>conftest.$ac_ext <<_ACEOF
12754 /* end confdefs.h. */
12756 /* Override any GCC internal prototype to avoid an error.
12757 Use char because int might match the return type of a GCC
12758 builtin and then its argument prototype would still apply. */
12759 #ifdef __cplusplus
12760 extern "C"
12761 #endif
12762 char xsltCompilePattern ();
12764 main ()
12766 return xsltCompilePattern ();
12768 return 0;
12770 _ACEOF
12771 rm -f conftest.$ac_objext conftest$ac_exeext
12772 if { (ac_try="$ac_link"
12773 case "(($ac_try" in
12774 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12775 *) ac_try_echo=$ac_try;;
12776 esac
12777 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
12778 $as_echo "$ac_try_echo") >&5
12779 (eval "$ac_link") 2>conftest.er1
12780 ac_status=$?
12781 grep -v '^ *+' conftest.er1 >conftest.err
12782 rm -f conftest.er1
12783 cat conftest.err >&5
12784 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
12785 (exit $ac_status); } && {
12786 test -z "$ac_c_werror_flag" ||
12787 test ! -s conftest.err
12788 } && test -s conftest$ac_exeext && {
12789 test "$cross_compiling" = yes ||
12790 $as_test_x conftest$ac_exeext
12791 }; then
12792 case "$LIBEXT" in
12793 dll) ;;
12794 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'` ;;
12795 *) ac_cv_lib_soname_xslt=`$ac_cv_path_LDD conftest$ac_exeext | grep "libxslt\\.$LIBEXT" | sed -e "s/^.*\(libxslt\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
12796 esac
12797 else
12798 $as_echo "$as_me: failed program was:" >&5
12799 sed 's/^/| /' conftest.$ac_ext >&5
12804 rm -rf conftest.dSYM
12805 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
12806 conftest$ac_exeext conftest.$ac_ext
12807 LIBS=$ac_check_soname_save_LIBS
12809 if test "x$ac_cv_lib_soname_xslt" = "x"; then
12810 { $as_echo "$as_me:$LINENO: result: not found" >&5
12811 $as_echo "not found" >&6; }
12813 else
12814 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_xslt" >&5
12815 $as_echo "$ac_cv_lib_soname_xslt" >&6; }
12817 cat >>confdefs.h <<_ACEOF
12818 #define SONAME_LIBXSLT "$ac_cv_lib_soname_xslt"
12819 _ACEOF
12821 XSLTINCL="$ac_xslt_cflags"
12826 if test "x$ac_cv_lib_soname_xslt" = "x"; then
12827 case "x$with_xslt" in
12828 x) wine_warnings="$wine_warnings|libxslt ${notice_platform}development files not found, xslt won't be supported." ;;
12829 xno) ;;
12830 *) { { $as_echo "$as_me:$LINENO: error: libxslt ${notice_platform}development files not found, xslt won't be supported.
12831 This is an error since --with-xslt was requested." >&5
12832 $as_echo "$as_me: error: libxslt ${notice_platform}development files not found, xslt won't be supported.
12833 This is an error since --with-xslt was requested." >&2;}
12834 { (exit 1); exit 1; }; } ;;
12835 esac
12839 HALINCL=""
12841 if test "x$with_hal" != "xno"
12842 then
12843 ac_save_CPPFLAGS="$CPPFLAGS"
12844 if test "$PKG_CONFIG" != "false"
12845 then
12846 ac_hal_libs="`$PKG_CONFIG --libs hal 2>/dev/null`"
12847 ac_hal_cflags="`$PKG_CONFIG --cflags hal 2>/dev/null`"
12848 CPPFLAGS="$CPPFLAGS $ac_hal_cflags"
12852 for ac_header in dbus/dbus.h hal/libhal.h
12854 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
12855 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
12856 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
12857 $as_echo_n "checking for $ac_header... " >&6; }
12858 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
12859 $as_echo_n "(cached) " >&6
12861 ac_res=`eval 'as_val=${'$as_ac_Header'}
12862 $as_echo "$as_val"'`
12863 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
12864 $as_echo "$ac_res" >&6; }
12865 else
12866 # Is the header compilable?
12867 { $as_echo "$as_me:$LINENO: checking $ac_header usability" >&5
12868 $as_echo_n "checking $ac_header usability... " >&6; }
12869 cat >conftest.$ac_ext <<_ACEOF
12870 /* confdefs.h. */
12871 _ACEOF
12872 cat confdefs.h >>conftest.$ac_ext
12873 cat >>conftest.$ac_ext <<_ACEOF
12874 /* end confdefs.h. */
12875 $ac_includes_default
12876 #include <$ac_header>
12877 _ACEOF
12878 rm -f conftest.$ac_objext
12879 if { (ac_try="$ac_compile"
12880 case "(($ac_try" in
12881 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12882 *) ac_try_echo=$ac_try;;
12883 esac
12884 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
12885 $as_echo "$ac_try_echo") >&5
12886 (eval "$ac_compile") 2>conftest.er1
12887 ac_status=$?
12888 grep -v '^ *+' conftest.er1 >conftest.err
12889 rm -f conftest.er1
12890 cat conftest.err >&5
12891 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
12892 (exit $ac_status); } && {
12893 test -z "$ac_c_werror_flag" ||
12894 test ! -s conftest.err
12895 } && test -s conftest.$ac_objext; then
12896 ac_header_compiler=yes
12897 else
12898 $as_echo "$as_me: failed program was:" >&5
12899 sed 's/^/| /' conftest.$ac_ext >&5
12901 ac_header_compiler=no
12904 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
12905 { $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
12906 $as_echo "$ac_header_compiler" >&6; }
12908 # Is the header present?
12909 { $as_echo "$as_me:$LINENO: checking $ac_header presence" >&5
12910 $as_echo_n "checking $ac_header presence... " >&6; }
12911 cat >conftest.$ac_ext <<_ACEOF
12912 /* confdefs.h. */
12913 _ACEOF
12914 cat confdefs.h >>conftest.$ac_ext
12915 cat >>conftest.$ac_ext <<_ACEOF
12916 /* end confdefs.h. */
12917 #include <$ac_header>
12918 _ACEOF
12919 if { (ac_try="$ac_cpp conftest.$ac_ext"
12920 case "(($ac_try" in
12921 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12922 *) ac_try_echo=$ac_try;;
12923 esac
12924 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
12925 $as_echo "$ac_try_echo") >&5
12926 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
12927 ac_status=$?
12928 grep -v '^ *+' conftest.er1 >conftest.err
12929 rm -f conftest.er1
12930 cat conftest.err >&5
12931 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
12932 (exit $ac_status); } >/dev/null && {
12933 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
12934 test ! -s conftest.err
12935 }; then
12936 ac_header_preproc=yes
12937 else
12938 $as_echo "$as_me: failed program was:" >&5
12939 sed 's/^/| /' conftest.$ac_ext >&5
12941 ac_header_preproc=no
12944 rm -f conftest.err conftest.$ac_ext
12945 { $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
12946 $as_echo "$ac_header_preproc" >&6; }
12948 # So? What about this header?
12949 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
12950 yes:no: )
12951 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
12952 $as_echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
12953 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
12954 $as_echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
12955 ac_header_preproc=yes
12957 no:yes:* )
12958 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
12959 $as_echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
12960 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
12961 $as_echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
12962 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
12963 $as_echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
12964 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
12965 $as_echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
12966 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
12967 $as_echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
12968 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
12969 $as_echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
12970 ( cat <<\_ASBOX
12971 ## ------------------------------------ ##
12972 ## Report this to wine-devel@winehq.org ##
12973 ## ------------------------------------ ##
12974 _ASBOX
12975 ) | sed "s/^/$as_me: WARNING: /" >&2
12977 esac
12978 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
12979 $as_echo_n "checking for $ac_header... " >&6; }
12980 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
12981 $as_echo_n "(cached) " >&6
12982 else
12983 eval "$as_ac_Header=\$ac_header_preproc"
12985 ac_res=`eval 'as_val=${'$as_ac_Header'}
12986 $as_echo "$as_val"'`
12987 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
12988 $as_echo "$ac_res" >&6; }
12991 as_val=`eval 'as_val=${'$as_ac_Header'}
12992 $as_echo "$as_val"'`
12993 if test "x$as_val" = x""yes; then
12994 cat >>confdefs.h <<_ACEOF
12995 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
12996 _ACEOF
13000 done
13002 if test "$ac_cv_header_dbus_dbus_h" = "yes" -a "$ac_cv_header_hal_libhal_h" = "yes"
13003 then
13004 { $as_echo "$as_me:$LINENO: checking for dbus_connection_close in -ldbus-1" >&5
13005 $as_echo_n "checking for dbus_connection_close in -ldbus-1... " >&6; }
13006 if test "${ac_cv_lib_dbus_1_dbus_connection_close+set}" = set; then
13007 $as_echo_n "(cached) " >&6
13008 else
13009 ac_check_lib_save_LIBS=$LIBS
13010 LIBS="-ldbus-1 $ac_hal_libs $LIBS"
13011 cat >conftest.$ac_ext <<_ACEOF
13012 /* confdefs.h. */
13013 _ACEOF
13014 cat confdefs.h >>conftest.$ac_ext
13015 cat >>conftest.$ac_ext <<_ACEOF
13016 /* end confdefs.h. */
13018 /* Override any GCC internal prototype to avoid an error.
13019 Use char because int might match the return type of a GCC
13020 builtin and then its argument prototype would still apply. */
13021 #ifdef __cplusplus
13022 extern "C"
13023 #endif
13024 char dbus_connection_close ();
13026 main ()
13028 return dbus_connection_close ();
13030 return 0;
13032 _ACEOF
13033 rm -f conftest.$ac_objext conftest$ac_exeext
13034 if { (ac_try="$ac_link"
13035 case "(($ac_try" in
13036 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13037 *) ac_try_echo=$ac_try;;
13038 esac
13039 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
13040 $as_echo "$ac_try_echo") >&5
13041 (eval "$ac_link") 2>conftest.er1
13042 ac_status=$?
13043 grep -v '^ *+' conftest.er1 >conftest.err
13044 rm -f conftest.er1
13045 cat conftest.err >&5
13046 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
13047 (exit $ac_status); } && {
13048 test -z "$ac_c_werror_flag" ||
13049 test ! -s conftest.err
13050 } && test -s conftest$ac_exeext && {
13051 test "$cross_compiling" = yes ||
13052 $as_test_x conftest$ac_exeext
13053 }; then
13054 ac_cv_lib_dbus_1_dbus_connection_close=yes
13055 else
13056 $as_echo "$as_me: failed program was:" >&5
13057 sed 's/^/| /' conftest.$ac_ext >&5
13059 ac_cv_lib_dbus_1_dbus_connection_close=no
13062 rm -rf conftest.dSYM
13063 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
13064 conftest$ac_exeext conftest.$ac_ext
13065 LIBS=$ac_check_lib_save_LIBS
13067 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_dbus_1_dbus_connection_close" >&5
13068 $as_echo "$ac_cv_lib_dbus_1_dbus_connection_close" >&6; }
13069 if test "x$ac_cv_lib_dbus_1_dbus_connection_close" = x""yes; then
13070 { $as_echo "$as_me:$LINENO: checking for -lhal" >&5
13071 $as_echo_n "checking for -lhal... " >&6; }
13072 if test "${ac_cv_lib_soname_hal+set}" = set; then
13073 $as_echo_n "(cached) " >&6
13074 else
13075 ac_check_soname_save_LIBS=$LIBS
13076 LIBS="-lhal $ac_hal_libs $LIBS"
13077 cat >conftest.$ac_ext <<_ACEOF
13078 /* confdefs.h. */
13079 _ACEOF
13080 cat confdefs.h >>conftest.$ac_ext
13081 cat >>conftest.$ac_ext <<_ACEOF
13082 /* end confdefs.h. */
13084 /* Override any GCC internal prototype to avoid an error.
13085 Use char because int might match the return type of a GCC
13086 builtin and then its argument prototype would still apply. */
13087 #ifdef __cplusplus
13088 extern "C"
13089 #endif
13090 char libhal_ctx_new ();
13092 main ()
13094 return libhal_ctx_new ();
13096 return 0;
13098 _ACEOF
13099 rm -f conftest.$ac_objext conftest$ac_exeext
13100 if { (ac_try="$ac_link"
13101 case "(($ac_try" in
13102 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13103 *) ac_try_echo=$ac_try;;
13104 esac
13105 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
13106 $as_echo "$ac_try_echo") >&5
13107 (eval "$ac_link") 2>conftest.er1
13108 ac_status=$?
13109 grep -v '^ *+' conftest.er1 >conftest.err
13110 rm -f conftest.er1
13111 cat conftest.err >&5
13112 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
13113 (exit $ac_status); } && {
13114 test -z "$ac_c_werror_flag" ||
13115 test ! -s conftest.err
13116 } && test -s conftest$ac_exeext && {
13117 test "$cross_compiling" = yes ||
13118 $as_test_x conftest$ac_exeext
13119 }; then
13120 case "$LIBEXT" in
13121 dll) ;;
13122 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'` ;;
13123 *) ac_cv_lib_soname_hal=`$ac_cv_path_LDD conftest$ac_exeext | grep "libhal\\.$LIBEXT" | sed -e "s/^.*\(libhal\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
13124 esac
13125 else
13126 $as_echo "$as_me: failed program was:" >&5
13127 sed 's/^/| /' conftest.$ac_ext >&5
13132 rm -rf conftest.dSYM
13133 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
13134 conftest$ac_exeext conftest.$ac_ext
13135 LIBS=$ac_check_soname_save_LIBS
13137 if test "x$ac_cv_lib_soname_hal" = "x"; then
13138 { $as_echo "$as_me:$LINENO: result: not found" >&5
13139 $as_echo "not found" >&6; }
13141 else
13142 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_hal" >&5
13143 $as_echo "$ac_cv_lib_soname_hal" >&6; }
13145 cat >>confdefs.h <<_ACEOF
13146 #define SONAME_LIBHAL "$ac_cv_lib_soname_hal"
13147 _ACEOF
13149 HALINCL="$ac_hal_cflags"
13155 CPPFLAGS="$ac_save_CPPFLAGS"
13157 if test "x$ac_cv_lib_soname_hal" = "x"; then
13158 case "x$with_hal" in
13159 x) wine_notices="$wine_notices|libhal ${notice_platform}development files not found, no dynamic device support." ;;
13160 xno) ;;
13161 *) { { $as_echo "$as_me:$LINENO: error: libhal ${notice_platform}development files not found, no dynamic device support.
13162 This is an error since --with-hal was requested." >&5
13163 $as_echo "$as_me: error: libhal ${notice_platform}development files not found, no dynamic device support.
13164 This is an error since --with-hal was requested." >&2;}
13165 { (exit 1); exit 1; }; } ;;
13166 esac
13170 if test "x$with_gnutls" != "xno"
13171 then
13172 ac_save_CPPFLAGS="$CPPFLAGS"
13173 if test "$PKG_CONFIG" != "false"
13174 then
13175 ac_gnutls_libs="`$PKG_CONFIG --libs gnutls 2>/dev/null`"
13176 ac_gnutls_cflags="`$PKG_CONFIG --cflags gnutls 2>/dev/null`"
13177 CPPFLAGS="$CPPFLAGS $ac_gnutls_cflags"
13179 if test "${ac_cv_header_gnutls_gnutls_h+set}" = set; then
13180 { $as_echo "$as_me:$LINENO: checking for gnutls/gnutls.h" >&5
13181 $as_echo_n "checking for gnutls/gnutls.h... " >&6; }
13182 if test "${ac_cv_header_gnutls_gnutls_h+set}" = set; then
13183 $as_echo_n "(cached) " >&6
13185 { $as_echo "$as_me:$LINENO: result: $ac_cv_header_gnutls_gnutls_h" >&5
13186 $as_echo "$ac_cv_header_gnutls_gnutls_h" >&6; }
13187 else
13188 # Is the header compilable?
13189 { $as_echo "$as_me:$LINENO: checking gnutls/gnutls.h usability" >&5
13190 $as_echo_n "checking gnutls/gnutls.h usability... " >&6; }
13191 cat >conftest.$ac_ext <<_ACEOF
13192 /* confdefs.h. */
13193 _ACEOF
13194 cat confdefs.h >>conftest.$ac_ext
13195 cat >>conftest.$ac_ext <<_ACEOF
13196 /* end confdefs.h. */
13197 $ac_includes_default
13198 #include <gnutls/gnutls.h>
13199 _ACEOF
13200 rm -f conftest.$ac_objext
13201 if { (ac_try="$ac_compile"
13202 case "(($ac_try" in
13203 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13204 *) ac_try_echo=$ac_try;;
13205 esac
13206 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
13207 $as_echo "$ac_try_echo") >&5
13208 (eval "$ac_compile") 2>conftest.er1
13209 ac_status=$?
13210 grep -v '^ *+' conftest.er1 >conftest.err
13211 rm -f conftest.er1
13212 cat conftest.err >&5
13213 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
13214 (exit $ac_status); } && {
13215 test -z "$ac_c_werror_flag" ||
13216 test ! -s conftest.err
13217 } && test -s conftest.$ac_objext; then
13218 ac_header_compiler=yes
13219 else
13220 $as_echo "$as_me: failed program was:" >&5
13221 sed 's/^/| /' conftest.$ac_ext >&5
13223 ac_header_compiler=no
13226 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
13227 { $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
13228 $as_echo "$ac_header_compiler" >&6; }
13230 # Is the header present?
13231 { $as_echo "$as_me:$LINENO: checking gnutls/gnutls.h presence" >&5
13232 $as_echo_n "checking gnutls/gnutls.h presence... " >&6; }
13233 cat >conftest.$ac_ext <<_ACEOF
13234 /* confdefs.h. */
13235 _ACEOF
13236 cat confdefs.h >>conftest.$ac_ext
13237 cat >>conftest.$ac_ext <<_ACEOF
13238 /* end confdefs.h. */
13239 #include <gnutls/gnutls.h>
13240 _ACEOF
13241 if { (ac_try="$ac_cpp conftest.$ac_ext"
13242 case "(($ac_try" in
13243 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13244 *) ac_try_echo=$ac_try;;
13245 esac
13246 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
13247 $as_echo "$ac_try_echo") >&5
13248 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
13249 ac_status=$?
13250 grep -v '^ *+' conftest.er1 >conftest.err
13251 rm -f conftest.er1
13252 cat conftest.err >&5
13253 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
13254 (exit $ac_status); } >/dev/null && {
13255 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
13256 test ! -s conftest.err
13257 }; then
13258 ac_header_preproc=yes
13259 else
13260 $as_echo "$as_me: failed program was:" >&5
13261 sed 's/^/| /' conftest.$ac_ext >&5
13263 ac_header_preproc=no
13266 rm -f conftest.err conftest.$ac_ext
13267 { $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
13268 $as_echo "$ac_header_preproc" >&6; }
13270 # So? What about this header?
13271 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
13272 yes:no: )
13273 { $as_echo "$as_me:$LINENO: WARNING: gnutls/gnutls.h: accepted by the compiler, rejected by the preprocessor!" >&5
13274 $as_echo "$as_me: WARNING: gnutls/gnutls.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
13275 { $as_echo "$as_me:$LINENO: WARNING: gnutls/gnutls.h: proceeding with the compiler's result" >&5
13276 $as_echo "$as_me: WARNING: gnutls/gnutls.h: proceeding with the compiler's result" >&2;}
13277 ac_header_preproc=yes
13279 no:yes:* )
13280 { $as_echo "$as_me:$LINENO: WARNING: gnutls/gnutls.h: present but cannot be compiled" >&5
13281 $as_echo "$as_me: WARNING: gnutls/gnutls.h: present but cannot be compiled" >&2;}
13282 { $as_echo "$as_me:$LINENO: WARNING: gnutls/gnutls.h: check for missing prerequisite headers?" >&5
13283 $as_echo "$as_me: WARNING: gnutls/gnutls.h: check for missing prerequisite headers?" >&2;}
13284 { $as_echo "$as_me:$LINENO: WARNING: gnutls/gnutls.h: see the Autoconf documentation" >&5
13285 $as_echo "$as_me: WARNING: gnutls/gnutls.h: see the Autoconf documentation" >&2;}
13286 { $as_echo "$as_me:$LINENO: WARNING: gnutls/gnutls.h: section \"Present But Cannot Be Compiled\"" >&5
13287 $as_echo "$as_me: WARNING: gnutls/gnutls.h: section \"Present But Cannot Be Compiled\"" >&2;}
13288 { $as_echo "$as_me:$LINENO: WARNING: gnutls/gnutls.h: proceeding with the preprocessor's result" >&5
13289 $as_echo "$as_me: WARNING: gnutls/gnutls.h: proceeding with the preprocessor's result" >&2;}
13290 { $as_echo "$as_me:$LINENO: WARNING: gnutls/gnutls.h: in the future, the compiler will take precedence" >&5
13291 $as_echo "$as_me: WARNING: gnutls/gnutls.h: in the future, the compiler will take precedence" >&2;}
13292 ( cat <<\_ASBOX
13293 ## ------------------------------------ ##
13294 ## Report this to wine-devel@winehq.org ##
13295 ## ------------------------------------ ##
13296 _ASBOX
13297 ) | sed "s/^/$as_me: WARNING: /" >&2
13299 esac
13300 { $as_echo "$as_me:$LINENO: checking for gnutls/gnutls.h" >&5
13301 $as_echo_n "checking for gnutls/gnutls.h... " >&6; }
13302 if test "${ac_cv_header_gnutls_gnutls_h+set}" = set; then
13303 $as_echo_n "(cached) " >&6
13304 else
13305 ac_cv_header_gnutls_gnutls_h=$ac_header_preproc
13307 { $as_echo "$as_me:$LINENO: result: $ac_cv_header_gnutls_gnutls_h" >&5
13308 $as_echo "$ac_cv_header_gnutls_gnutls_h" >&6; }
13311 if test "x$ac_cv_header_gnutls_gnutls_h" = x""yes; then
13312 cat >conftest.$ac_ext <<_ACEOF
13313 /* confdefs.h. */
13314 _ACEOF
13315 cat confdefs.h >>conftest.$ac_ext
13316 cat >>conftest.$ac_ext <<_ACEOF
13317 /* end confdefs.h. */
13318 #include <gnutls/gnutls.h>
13320 main ()
13322 typeof(gnutls_mac_get_key_size) *pfunc;
13324 return 0;
13326 _ACEOF
13327 rm -f conftest.$ac_objext
13328 if { (ac_try="$ac_compile"
13329 case "(($ac_try" in
13330 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13331 *) ac_try_echo=$ac_try;;
13332 esac
13333 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
13334 $as_echo "$ac_try_echo") >&5
13335 (eval "$ac_compile") 2>conftest.er1
13336 ac_status=$?
13337 grep -v '^ *+' conftest.er1 >conftest.err
13338 rm -f conftest.er1
13339 cat conftest.err >&5
13340 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
13341 (exit $ac_status); } && {
13342 test -z "$ac_c_werror_flag" ||
13343 test ! -s conftest.err
13344 } && test -s conftest.$ac_objext; then
13345 { $as_echo "$as_me:$LINENO: checking for -lgnutls" >&5
13346 $as_echo_n "checking for -lgnutls... " >&6; }
13347 if test "${ac_cv_lib_soname_gnutls+set}" = set; then
13348 $as_echo_n "(cached) " >&6
13349 else
13350 ac_check_soname_save_LIBS=$LIBS
13351 LIBS="-lgnutls $ac_gnutls_libs $LIBS"
13352 cat >conftest.$ac_ext <<_ACEOF
13353 /* confdefs.h. */
13354 _ACEOF
13355 cat confdefs.h >>conftest.$ac_ext
13356 cat >>conftest.$ac_ext <<_ACEOF
13357 /* end confdefs.h. */
13359 /* Override any GCC internal prototype to avoid an error.
13360 Use char because int might match the return type of a GCC
13361 builtin and then its argument prototype would still apply. */
13362 #ifdef __cplusplus
13363 extern "C"
13364 #endif
13365 char gnutls_global_init ();
13367 main ()
13369 return gnutls_global_init ();
13371 return 0;
13373 _ACEOF
13374 rm -f conftest.$ac_objext conftest$ac_exeext
13375 if { (ac_try="$ac_link"
13376 case "(($ac_try" in
13377 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13378 *) ac_try_echo=$ac_try;;
13379 esac
13380 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
13381 $as_echo "$ac_try_echo") >&5
13382 (eval "$ac_link") 2>conftest.er1
13383 ac_status=$?
13384 grep -v '^ *+' conftest.er1 >conftest.err
13385 rm -f conftest.er1
13386 cat conftest.err >&5
13387 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
13388 (exit $ac_status); } && {
13389 test -z "$ac_c_werror_flag" ||
13390 test ! -s conftest.err
13391 } && test -s conftest$ac_exeext && {
13392 test "$cross_compiling" = yes ||
13393 $as_test_x conftest$ac_exeext
13394 }; then
13395 case "$LIBEXT" in
13396 dll) ;;
13397 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'` ;;
13398 *) ac_cv_lib_soname_gnutls=`$ac_cv_path_LDD conftest$ac_exeext | grep "libgnutls\\.$LIBEXT" | sed -e "s/^.*\(libgnutls\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
13399 esac
13400 else
13401 $as_echo "$as_me: failed program was:" >&5
13402 sed 's/^/| /' conftest.$ac_ext >&5
13407 rm -rf conftest.dSYM
13408 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
13409 conftest$ac_exeext conftest.$ac_ext
13410 LIBS=$ac_check_soname_save_LIBS
13412 if test "x$ac_cv_lib_soname_gnutls" = "x"; then
13413 { $as_echo "$as_me:$LINENO: result: not found" >&5
13414 $as_echo "not found" >&6; }
13416 else
13417 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_gnutls" >&5
13418 $as_echo "$ac_cv_lib_soname_gnutls" >&6; }
13420 cat >>confdefs.h <<_ACEOF
13421 #define SONAME_LIBGNUTLS "$ac_cv_lib_soname_gnutls"
13422 _ACEOF
13424 GNUTLSINCL="$ac_gnutls_cflags"
13428 else
13429 $as_echo "$as_me: failed program was:" >&5
13430 sed 's/^/| /' conftest.$ac_ext >&5
13435 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
13439 CPPFLAGS="$ac_save_CPPFLAGS"
13441 if test "x$ac_cv_lib_soname_gnutls" = "x"; then
13442 case "x$with_gnutls" in
13443 x) wine_notices="$wine_notices|libgnutls ${notice_platform}development files not found, no schannel support." ;;
13444 xno) ;;
13445 *) { { $as_echo "$as_me:$LINENO: error: libgnutls ${notice_platform}development files not found, no schannel support.
13446 This is an error since --with-gnutls was requested." >&5
13447 $as_echo "$as_me: error: libgnutls ${notice_platform}development files not found, no schannel support.
13448 This is an error since --with-gnutls was requested." >&2;}
13449 { (exit 1); exit 1; }; } ;;
13450 esac
13454 CURSESLIBS=""
13455 if test "$ac_cv_header_ncurses_h" = "yes"
13456 then
13457 { $as_echo "$as_me:$LINENO: checking for -lncurses" >&5
13458 $as_echo_n "checking for -lncurses... " >&6; }
13459 if test "${ac_cv_lib_soname_ncurses+set}" = set; then
13460 $as_echo_n "(cached) " >&6
13461 else
13462 ac_check_soname_save_LIBS=$LIBS
13463 LIBS="-lncurses $LIBS"
13464 cat >conftest.$ac_ext <<_ACEOF
13465 /* confdefs.h. */
13466 _ACEOF
13467 cat confdefs.h >>conftest.$ac_ext
13468 cat >>conftest.$ac_ext <<_ACEOF
13469 /* end confdefs.h. */
13471 /* Override any GCC internal prototype to avoid an error.
13472 Use char because int might match the return type of a GCC
13473 builtin and then its argument prototype would still apply. */
13474 #ifdef __cplusplus
13475 extern "C"
13476 #endif
13477 char waddch ();
13479 main ()
13481 return waddch ();
13483 return 0;
13485 _ACEOF
13486 rm -f conftest.$ac_objext conftest$ac_exeext
13487 if { (ac_try="$ac_link"
13488 case "(($ac_try" in
13489 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13490 *) ac_try_echo=$ac_try;;
13491 esac
13492 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
13493 $as_echo "$ac_try_echo") >&5
13494 (eval "$ac_link") 2>conftest.er1
13495 ac_status=$?
13496 grep -v '^ *+' conftest.er1 >conftest.err
13497 rm -f conftest.er1
13498 cat conftest.err >&5
13499 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
13500 (exit $ac_status); } && {
13501 test -z "$ac_c_werror_flag" ||
13502 test ! -s conftest.err
13503 } && test -s conftest$ac_exeext && {
13504 test "$cross_compiling" = yes ||
13505 $as_test_x conftest$ac_exeext
13506 }; then
13507 case "$LIBEXT" in
13508 dll) ;;
13509 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'` ;;
13510 *) ac_cv_lib_soname_ncurses=`$ac_cv_path_LDD conftest$ac_exeext | grep "libncurses\\.$LIBEXT" | sed -e "s/^.*\(libncurses\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
13511 esac
13512 else
13513 $as_echo "$as_me: failed program was:" >&5
13514 sed 's/^/| /' conftest.$ac_ext >&5
13519 rm -rf conftest.dSYM
13520 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
13521 conftest$ac_exeext conftest.$ac_ext
13522 LIBS=$ac_check_soname_save_LIBS
13524 if test "x$ac_cv_lib_soname_ncurses" = "x"; then
13525 { $as_echo "$as_me:$LINENO: result: not found" >&5
13526 $as_echo "not found" >&6; }
13528 else
13529 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_ncurses" >&5
13530 $as_echo "$ac_cv_lib_soname_ncurses" >&6; }
13532 cat >>confdefs.h <<_ACEOF
13533 #define SONAME_LIBNCURSES "$ac_cv_lib_soname_ncurses"
13534 _ACEOF
13536 CURSESLIBS="-lncurses"
13539 elif test "$ac_cv_header_curses_h" = "yes"
13540 then
13541 { $as_echo "$as_me:$LINENO: checking for -lcurses" >&5
13542 $as_echo_n "checking for -lcurses... " >&6; }
13543 if test "${ac_cv_lib_soname_curses+set}" = set; then
13544 $as_echo_n "(cached) " >&6
13545 else
13546 ac_check_soname_save_LIBS=$LIBS
13547 LIBS="-lcurses $LIBS"
13548 cat >conftest.$ac_ext <<_ACEOF
13549 /* confdefs.h. */
13550 _ACEOF
13551 cat confdefs.h >>conftest.$ac_ext
13552 cat >>conftest.$ac_ext <<_ACEOF
13553 /* end confdefs.h. */
13555 /* Override any GCC internal prototype to avoid an error.
13556 Use char because int might match the return type of a GCC
13557 builtin and then its argument prototype would still apply. */
13558 #ifdef __cplusplus
13559 extern "C"
13560 #endif
13561 char waddch ();
13563 main ()
13565 return waddch ();
13567 return 0;
13569 _ACEOF
13570 rm -f conftest.$ac_objext conftest$ac_exeext
13571 if { (ac_try="$ac_link"
13572 case "(($ac_try" in
13573 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13574 *) ac_try_echo=$ac_try;;
13575 esac
13576 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
13577 $as_echo "$ac_try_echo") >&5
13578 (eval "$ac_link") 2>conftest.er1
13579 ac_status=$?
13580 grep -v '^ *+' conftest.er1 >conftest.err
13581 rm -f conftest.er1
13582 cat conftest.err >&5
13583 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
13584 (exit $ac_status); } && {
13585 test -z "$ac_c_werror_flag" ||
13586 test ! -s conftest.err
13587 } && test -s conftest$ac_exeext && {
13588 test "$cross_compiling" = yes ||
13589 $as_test_x conftest$ac_exeext
13590 }; then
13591 case "$LIBEXT" in
13592 dll) ;;
13593 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'` ;;
13594 *) ac_cv_lib_soname_curses=`$ac_cv_path_LDD conftest$ac_exeext | grep "libcurses\\.$LIBEXT" | sed -e "s/^.*\(libcurses\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
13595 esac
13596 else
13597 $as_echo "$as_me: failed program was:" >&5
13598 sed 's/^/| /' conftest.$ac_ext >&5
13603 rm -rf conftest.dSYM
13604 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
13605 conftest$ac_exeext conftest.$ac_ext
13606 LIBS=$ac_check_soname_save_LIBS
13608 if test "x$ac_cv_lib_soname_curses" = "x"; then
13609 { $as_echo "$as_me:$LINENO: result: not found" >&5
13610 $as_echo "not found" >&6; }
13612 else
13613 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_curses" >&5
13614 $as_echo "$ac_cv_lib_soname_curses" >&6; }
13616 cat >>confdefs.h <<_ACEOF
13617 #define SONAME_LIBCURSES "$ac_cv_lib_soname_curses"
13618 _ACEOF
13620 CURSESLIBS="-lcurses"
13624 ac_save_LIBS="$LIBS"
13625 LIBS="$LIBS $CURSESLIBS"
13627 for ac_func in mousemask
13629 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
13630 { $as_echo "$as_me:$LINENO: checking for $ac_func" >&5
13631 $as_echo_n "checking for $ac_func... " >&6; }
13632 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
13633 $as_echo_n "(cached) " >&6
13634 else
13635 cat >conftest.$ac_ext <<_ACEOF
13636 /* confdefs.h. */
13637 _ACEOF
13638 cat confdefs.h >>conftest.$ac_ext
13639 cat >>conftest.$ac_ext <<_ACEOF
13640 /* end confdefs.h. */
13641 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
13642 For example, HP-UX 11i <limits.h> declares gettimeofday. */
13643 #define $ac_func innocuous_$ac_func
13645 /* System header to define __stub macros and hopefully few prototypes,
13646 which can conflict with char $ac_func (); below.
13647 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
13648 <limits.h> exists even on freestanding compilers. */
13650 #ifdef __STDC__
13651 # include <limits.h>
13652 #else
13653 # include <assert.h>
13654 #endif
13656 #undef $ac_func
13658 /* Override any GCC internal prototype to avoid an error.
13659 Use char because int might match the return type of a GCC
13660 builtin and then its argument prototype would still apply. */
13661 #ifdef __cplusplus
13662 extern "C"
13663 #endif
13664 char $ac_func ();
13665 /* The GNU C library defines this for functions which it implements
13666 to always fail with ENOSYS. Some functions are actually named
13667 something starting with __ and the normal name is an alias. */
13668 #if defined __stub_$ac_func || defined __stub___$ac_func
13669 choke me
13670 #endif
13673 main ()
13675 return $ac_func ();
13677 return 0;
13679 _ACEOF
13680 rm -f conftest.$ac_objext conftest$ac_exeext
13681 if { (ac_try="$ac_link"
13682 case "(($ac_try" in
13683 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13684 *) ac_try_echo=$ac_try;;
13685 esac
13686 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
13687 $as_echo "$ac_try_echo") >&5
13688 (eval "$ac_link") 2>conftest.er1
13689 ac_status=$?
13690 grep -v '^ *+' conftest.er1 >conftest.err
13691 rm -f conftest.er1
13692 cat conftest.err >&5
13693 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
13694 (exit $ac_status); } && {
13695 test -z "$ac_c_werror_flag" ||
13696 test ! -s conftest.err
13697 } && test -s conftest$ac_exeext && {
13698 test "$cross_compiling" = yes ||
13699 $as_test_x conftest$ac_exeext
13700 }; then
13701 eval "$as_ac_var=yes"
13702 else
13703 $as_echo "$as_me: failed program was:" >&5
13704 sed 's/^/| /' conftest.$ac_ext >&5
13706 eval "$as_ac_var=no"
13709 rm -rf conftest.dSYM
13710 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
13711 conftest$ac_exeext conftest.$ac_ext
13713 ac_res=`eval 'as_val=${'$as_ac_var'}
13714 $as_echo "$as_val"'`
13715 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
13716 $as_echo "$ac_res" >&6; }
13717 as_val=`eval 'as_val=${'$as_ac_var'}
13718 $as_echo "$as_val"'`
13719 if test "x$as_val" = x""yes; then
13720 cat >>confdefs.h <<_ACEOF
13721 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
13722 _ACEOF
13725 done
13727 LIBS="$ac_save_LIBS"
13728 if test "x$ac_cv_lib_soname_curses$ac_cv_lib_soname_ncurses" = "x"; then
13729 case "x$with_curses" in
13730 x) wine_notices="$wine_notices|lib(n)curses ${notice_platform}development files not found, curses won't be supported." ;;
13731 xno) ;;
13732 *) { { $as_echo "$as_me:$LINENO: error: lib(n)curses ${notice_platform}development files not found, curses won't be supported.
13733 This is an error since --with-curses was requested." >&5
13734 $as_echo "$as_me: error: lib(n)curses ${notice_platform}development files not found, curses won't be supported.
13735 This is an error since --with-curses was requested." >&2;}
13736 { (exit 1); exit 1; }; } ;;
13737 esac
13741 # Extract the first word of "sane-config", so it can be a program name with args.
13742 set dummy sane-config; ac_word=$2
13743 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
13744 $as_echo_n "checking for $ac_word... " >&6; }
13745 if test "${ac_cv_prog_sane_devel+set}" = set; then
13746 $as_echo_n "(cached) " >&6
13747 else
13748 if test -n "$sane_devel"; then
13749 ac_cv_prog_sane_devel="$sane_devel" # Let the user override the test.
13750 else
13751 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
13752 for as_dir in $PATH
13754 IFS=$as_save_IFS
13755 test -z "$as_dir" && as_dir=.
13756 for ac_exec_ext in '' $ac_executable_extensions; do
13757 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
13758 ac_cv_prog_sane_devel="sane-config"
13759 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
13760 break 2
13762 done
13763 done
13764 IFS=$as_save_IFS
13766 test -z "$ac_cv_prog_sane_devel" && ac_cv_prog_sane_devel="no"
13769 sane_devel=$ac_cv_prog_sane_devel
13770 if test -n "$sane_devel"; then
13771 { $as_echo "$as_me:$LINENO: result: $sane_devel" >&5
13772 $as_echo "$sane_devel" >&6; }
13773 else
13774 { $as_echo "$as_me:$LINENO: result: no" >&5
13775 $as_echo "no" >&6; }
13779 if test "$sane_devel" != "no" -a "x$with_sane" != "xno"
13780 then
13781 ac_sane_incl="`$sane_devel --cflags`"
13782 ac_sane_libs="`$sane_devel --ldflags`"
13783 ac_save_CPPFLAGS="$CPPFLAGS"
13784 CPPFLAGS="$CPPFLAGS $ac_sane_incl"
13785 if test "${ac_cv_header_sane_sane_h+set}" = set; then
13786 { $as_echo "$as_me:$LINENO: checking for sane/sane.h" >&5
13787 $as_echo_n "checking for sane/sane.h... " >&6; }
13788 if test "${ac_cv_header_sane_sane_h+set}" = set; then
13789 $as_echo_n "(cached) " >&6
13791 { $as_echo "$as_me:$LINENO: result: $ac_cv_header_sane_sane_h" >&5
13792 $as_echo "$ac_cv_header_sane_sane_h" >&6; }
13793 else
13794 # Is the header compilable?
13795 { $as_echo "$as_me:$LINENO: checking sane/sane.h usability" >&5
13796 $as_echo_n "checking sane/sane.h usability... " >&6; }
13797 cat >conftest.$ac_ext <<_ACEOF
13798 /* confdefs.h. */
13799 _ACEOF
13800 cat confdefs.h >>conftest.$ac_ext
13801 cat >>conftest.$ac_ext <<_ACEOF
13802 /* end confdefs.h. */
13803 $ac_includes_default
13804 #include <sane/sane.h>
13805 _ACEOF
13806 rm -f conftest.$ac_objext
13807 if { (ac_try="$ac_compile"
13808 case "(($ac_try" in
13809 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13810 *) ac_try_echo=$ac_try;;
13811 esac
13812 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
13813 $as_echo "$ac_try_echo") >&5
13814 (eval "$ac_compile") 2>conftest.er1
13815 ac_status=$?
13816 grep -v '^ *+' conftest.er1 >conftest.err
13817 rm -f conftest.er1
13818 cat conftest.err >&5
13819 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
13820 (exit $ac_status); } && {
13821 test -z "$ac_c_werror_flag" ||
13822 test ! -s conftest.err
13823 } && test -s conftest.$ac_objext; then
13824 ac_header_compiler=yes
13825 else
13826 $as_echo "$as_me: failed program was:" >&5
13827 sed 's/^/| /' conftest.$ac_ext >&5
13829 ac_header_compiler=no
13832 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
13833 { $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
13834 $as_echo "$ac_header_compiler" >&6; }
13836 # Is the header present?
13837 { $as_echo "$as_me:$LINENO: checking sane/sane.h presence" >&5
13838 $as_echo_n "checking sane/sane.h presence... " >&6; }
13839 cat >conftest.$ac_ext <<_ACEOF
13840 /* confdefs.h. */
13841 _ACEOF
13842 cat confdefs.h >>conftest.$ac_ext
13843 cat >>conftest.$ac_ext <<_ACEOF
13844 /* end confdefs.h. */
13845 #include <sane/sane.h>
13846 _ACEOF
13847 if { (ac_try="$ac_cpp conftest.$ac_ext"
13848 case "(($ac_try" in
13849 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13850 *) ac_try_echo=$ac_try;;
13851 esac
13852 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
13853 $as_echo "$ac_try_echo") >&5
13854 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
13855 ac_status=$?
13856 grep -v '^ *+' conftest.er1 >conftest.err
13857 rm -f conftest.er1
13858 cat conftest.err >&5
13859 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
13860 (exit $ac_status); } >/dev/null && {
13861 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
13862 test ! -s conftest.err
13863 }; then
13864 ac_header_preproc=yes
13865 else
13866 $as_echo "$as_me: failed program was:" >&5
13867 sed 's/^/| /' conftest.$ac_ext >&5
13869 ac_header_preproc=no
13872 rm -f conftest.err conftest.$ac_ext
13873 { $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
13874 $as_echo "$ac_header_preproc" >&6; }
13876 # So? What about this header?
13877 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
13878 yes:no: )
13879 { $as_echo "$as_me:$LINENO: WARNING: sane/sane.h: accepted by the compiler, rejected by the preprocessor!" >&5
13880 $as_echo "$as_me: WARNING: sane/sane.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
13881 { $as_echo "$as_me:$LINENO: WARNING: sane/sane.h: proceeding with the compiler's result" >&5
13882 $as_echo "$as_me: WARNING: sane/sane.h: proceeding with the compiler's result" >&2;}
13883 ac_header_preproc=yes
13885 no:yes:* )
13886 { $as_echo "$as_me:$LINENO: WARNING: sane/sane.h: present but cannot be compiled" >&5
13887 $as_echo "$as_me: WARNING: sane/sane.h: present but cannot be compiled" >&2;}
13888 { $as_echo "$as_me:$LINENO: WARNING: sane/sane.h: check for missing prerequisite headers?" >&5
13889 $as_echo "$as_me: WARNING: sane/sane.h: check for missing prerequisite headers?" >&2;}
13890 { $as_echo "$as_me:$LINENO: WARNING: sane/sane.h: see the Autoconf documentation" >&5
13891 $as_echo "$as_me: WARNING: sane/sane.h: see the Autoconf documentation" >&2;}
13892 { $as_echo "$as_me:$LINENO: WARNING: sane/sane.h: section \"Present But Cannot Be Compiled\"" >&5
13893 $as_echo "$as_me: WARNING: sane/sane.h: section \"Present But Cannot Be Compiled\"" >&2;}
13894 { $as_echo "$as_me:$LINENO: WARNING: sane/sane.h: proceeding with the preprocessor's result" >&5
13895 $as_echo "$as_me: WARNING: sane/sane.h: proceeding with the preprocessor's result" >&2;}
13896 { $as_echo "$as_me:$LINENO: WARNING: sane/sane.h: in the future, the compiler will take precedence" >&5
13897 $as_echo "$as_me: WARNING: sane/sane.h: in the future, the compiler will take precedence" >&2;}
13898 ( cat <<\_ASBOX
13899 ## ------------------------------------ ##
13900 ## Report this to wine-devel@winehq.org ##
13901 ## ------------------------------------ ##
13902 _ASBOX
13903 ) | sed "s/^/$as_me: WARNING: /" >&2
13905 esac
13906 { $as_echo "$as_me:$LINENO: checking for sane/sane.h" >&5
13907 $as_echo_n "checking for sane/sane.h... " >&6; }
13908 if test "${ac_cv_header_sane_sane_h+set}" = set; then
13909 $as_echo_n "(cached) " >&6
13910 else
13911 ac_cv_header_sane_sane_h=$ac_header_preproc
13913 { $as_echo "$as_me:$LINENO: result: $ac_cv_header_sane_sane_h" >&5
13914 $as_echo "$ac_cv_header_sane_sane_h" >&6; }
13917 if test "x$ac_cv_header_sane_sane_h" = x""yes; then
13918 { $as_echo "$as_me:$LINENO: checking for -lsane" >&5
13919 $as_echo_n "checking for -lsane... " >&6; }
13920 if test "${ac_cv_lib_soname_sane+set}" = set; then
13921 $as_echo_n "(cached) " >&6
13922 else
13923 ac_check_soname_save_LIBS=$LIBS
13924 LIBS="-lsane $ac_sane_libs $LIBS"
13925 cat >conftest.$ac_ext <<_ACEOF
13926 /* confdefs.h. */
13927 _ACEOF
13928 cat confdefs.h >>conftest.$ac_ext
13929 cat >>conftest.$ac_ext <<_ACEOF
13930 /* end confdefs.h. */
13932 /* Override any GCC internal prototype to avoid an error.
13933 Use char because int might match the return type of a GCC
13934 builtin and then its argument prototype would still apply. */
13935 #ifdef __cplusplus
13936 extern "C"
13937 #endif
13938 char sane_init ();
13940 main ()
13942 return sane_init ();
13944 return 0;
13946 _ACEOF
13947 rm -f conftest.$ac_objext conftest$ac_exeext
13948 if { (ac_try="$ac_link"
13949 case "(($ac_try" in
13950 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13951 *) ac_try_echo=$ac_try;;
13952 esac
13953 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
13954 $as_echo "$ac_try_echo") >&5
13955 (eval "$ac_link") 2>conftest.er1
13956 ac_status=$?
13957 grep -v '^ *+' conftest.er1 >conftest.err
13958 rm -f conftest.er1
13959 cat conftest.err >&5
13960 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
13961 (exit $ac_status); } && {
13962 test -z "$ac_c_werror_flag" ||
13963 test ! -s conftest.err
13964 } && test -s conftest$ac_exeext && {
13965 test "$cross_compiling" = yes ||
13966 $as_test_x conftest$ac_exeext
13967 }; then
13968 case "$LIBEXT" in
13969 dll) ;;
13970 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'` ;;
13971 *) ac_cv_lib_soname_sane=`$ac_cv_path_LDD conftest$ac_exeext | grep "libsane\\.$LIBEXT" | sed -e "s/^.*\(libsane\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
13972 esac
13973 else
13974 $as_echo "$as_me: failed program was:" >&5
13975 sed 's/^/| /' conftest.$ac_ext >&5
13980 rm -rf conftest.dSYM
13981 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
13982 conftest$ac_exeext conftest.$ac_ext
13983 LIBS=$ac_check_soname_save_LIBS
13985 if test "x$ac_cv_lib_soname_sane" = "x"; then
13986 { $as_echo "$as_me:$LINENO: result: not found" >&5
13987 $as_echo "not found" >&6; }
13989 else
13990 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_sane" >&5
13991 $as_echo "$ac_cv_lib_soname_sane" >&6; }
13993 cat >>confdefs.h <<_ACEOF
13994 #define SONAME_LIBSANE "$ac_cv_lib_soname_sane"
13995 _ACEOF
13997 SANEINCL="$ac_sane_incl"
14004 CPPFLAGS="$ac_save_CPPFLAGS"
14006 if test "x$ac_cv_lib_soname_sane" = "x"; then
14007 case "x$with_sane" in
14008 x) wine_notices="$wine_notices|libsane ${notice_platform}development files not found, scanners won't be supported." ;;
14009 xno) ;;
14010 *) { { $as_echo "$as_me:$LINENO: error: libsane ${notice_platform}development files not found, scanners won't be supported.
14011 This is an error since --with-sane was requested." >&5
14012 $as_echo "$as_me: error: libsane ${notice_platform}development files not found, scanners won't be supported.
14013 This is an error since --with-sane was requested." >&2;}
14014 { (exit 1); exit 1; }; } ;;
14015 esac
14019 # Extract the first word of "gphoto2-config", so it can be a program name with args.
14020 set dummy gphoto2-config; ac_word=$2
14021 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
14022 $as_echo_n "checking for $ac_word... " >&6; }
14023 if test "${ac_cv_prog_gphoto2_devel+set}" = set; then
14024 $as_echo_n "(cached) " >&6
14025 else
14026 if test -n "$gphoto2_devel"; then
14027 ac_cv_prog_gphoto2_devel="$gphoto2_devel" # Let the user override the test.
14028 else
14029 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
14030 for as_dir in $PATH
14032 IFS=$as_save_IFS
14033 test -z "$as_dir" && as_dir=.
14034 for ac_exec_ext in '' $ac_executable_extensions; do
14035 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
14036 ac_cv_prog_gphoto2_devel="gphoto2-config"
14037 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
14038 break 2
14040 done
14041 done
14042 IFS=$as_save_IFS
14044 test -z "$ac_cv_prog_gphoto2_devel" && ac_cv_prog_gphoto2_devel="no"
14047 gphoto2_devel=$ac_cv_prog_gphoto2_devel
14048 if test -n "$gphoto2_devel"; then
14049 { $as_echo "$as_me:$LINENO: result: $gphoto2_devel" >&5
14050 $as_echo "$gphoto2_devel" >&6; }
14051 else
14052 { $as_echo "$as_me:$LINENO: result: no" >&5
14053 $as_echo "no" >&6; }
14057 # Extract the first word of "gphoto2-port-config", so it can be a program name with args.
14058 set dummy gphoto2-port-config; ac_word=$2
14059 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
14060 $as_echo_n "checking for $ac_word... " >&6; }
14061 if test "${ac_cv_prog_gphoto2port_devel+set}" = set; then
14062 $as_echo_n "(cached) " >&6
14063 else
14064 if test -n "$gphoto2port_devel"; then
14065 ac_cv_prog_gphoto2port_devel="$gphoto2port_devel" # Let the user override the test.
14066 else
14067 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
14068 for as_dir in $PATH
14070 IFS=$as_save_IFS
14071 test -z "$as_dir" && as_dir=.
14072 for ac_exec_ext in '' $ac_executable_extensions; do
14073 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
14074 ac_cv_prog_gphoto2port_devel="gphoto2-port-config"
14075 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
14076 break 2
14078 done
14079 done
14080 IFS=$as_save_IFS
14082 test -z "$ac_cv_prog_gphoto2port_devel" && ac_cv_prog_gphoto2port_devel="no"
14085 gphoto2port_devel=$ac_cv_prog_gphoto2port_devel
14086 if test -n "$gphoto2port_devel"; then
14087 { $as_echo "$as_me:$LINENO: result: $gphoto2port_devel" >&5
14088 $as_echo "$gphoto2port_devel" >&6; }
14089 else
14090 { $as_echo "$as_me:$LINENO: result: no" >&5
14091 $as_echo "no" >&6; }
14095 if test "$gphoto2_devel" != "no" -a "$gphoto2port_devel" != "no" -a "x$with_gphoto" != "xno"
14096 then
14097 ac_gphoto2_incl="`$gphoto2_devel --cflags` `$gphoto2port_devel --cflags`"
14098 ac_gphoto2_libs=""
14099 for i in `$gphoto2_devel --libs` `$gphoto2port_devel --libs`
14101 case "$i" in
14102 -L/usr/lib|-L/usr/lib64) ;;
14103 -L*|-l*) ac_gphoto2_libs="$ac_gphoto2_libs $i";;
14104 esac
14105 done
14106 ac_save_CPPFLAGS="$CPPFLAGS"
14107 CPPFLAGS="$CPPFLAGS $ac_gphoto2_incl"
14108 if test "${ac_cv_header_gphoto2_camera_h+set}" = set; then
14109 { $as_echo "$as_me:$LINENO: checking for gphoto2-camera.h" >&5
14110 $as_echo_n "checking for gphoto2-camera.h... " >&6; }
14111 if test "${ac_cv_header_gphoto2_camera_h+set}" = set; then
14112 $as_echo_n "(cached) " >&6
14114 { $as_echo "$as_me:$LINENO: result: $ac_cv_header_gphoto2_camera_h" >&5
14115 $as_echo "$ac_cv_header_gphoto2_camera_h" >&6; }
14116 else
14117 # Is the header compilable?
14118 { $as_echo "$as_me:$LINENO: checking gphoto2-camera.h usability" >&5
14119 $as_echo_n "checking gphoto2-camera.h usability... " >&6; }
14120 cat >conftest.$ac_ext <<_ACEOF
14121 /* confdefs.h. */
14122 _ACEOF
14123 cat confdefs.h >>conftest.$ac_ext
14124 cat >>conftest.$ac_ext <<_ACEOF
14125 /* end confdefs.h. */
14126 $ac_includes_default
14127 #include <gphoto2-camera.h>
14128 _ACEOF
14129 rm -f conftest.$ac_objext
14130 if { (ac_try="$ac_compile"
14131 case "(($ac_try" in
14132 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14133 *) ac_try_echo=$ac_try;;
14134 esac
14135 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
14136 $as_echo "$ac_try_echo") >&5
14137 (eval "$ac_compile") 2>conftest.er1
14138 ac_status=$?
14139 grep -v '^ *+' conftest.er1 >conftest.err
14140 rm -f conftest.er1
14141 cat conftest.err >&5
14142 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
14143 (exit $ac_status); } && {
14144 test -z "$ac_c_werror_flag" ||
14145 test ! -s conftest.err
14146 } && test -s conftest.$ac_objext; then
14147 ac_header_compiler=yes
14148 else
14149 $as_echo "$as_me: failed program was:" >&5
14150 sed 's/^/| /' conftest.$ac_ext >&5
14152 ac_header_compiler=no
14155 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14156 { $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
14157 $as_echo "$ac_header_compiler" >&6; }
14159 # Is the header present?
14160 { $as_echo "$as_me:$LINENO: checking gphoto2-camera.h presence" >&5
14161 $as_echo_n "checking gphoto2-camera.h presence... " >&6; }
14162 cat >conftest.$ac_ext <<_ACEOF
14163 /* confdefs.h. */
14164 _ACEOF
14165 cat confdefs.h >>conftest.$ac_ext
14166 cat >>conftest.$ac_ext <<_ACEOF
14167 /* end confdefs.h. */
14168 #include <gphoto2-camera.h>
14169 _ACEOF
14170 if { (ac_try="$ac_cpp conftest.$ac_ext"
14171 case "(($ac_try" in
14172 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14173 *) ac_try_echo=$ac_try;;
14174 esac
14175 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
14176 $as_echo "$ac_try_echo") >&5
14177 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
14178 ac_status=$?
14179 grep -v '^ *+' conftest.er1 >conftest.err
14180 rm -f conftest.er1
14181 cat conftest.err >&5
14182 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
14183 (exit $ac_status); } >/dev/null && {
14184 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
14185 test ! -s conftest.err
14186 }; then
14187 ac_header_preproc=yes
14188 else
14189 $as_echo "$as_me: failed program was:" >&5
14190 sed 's/^/| /' conftest.$ac_ext >&5
14192 ac_header_preproc=no
14195 rm -f conftest.err conftest.$ac_ext
14196 { $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
14197 $as_echo "$ac_header_preproc" >&6; }
14199 # So? What about this header?
14200 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
14201 yes:no: )
14202 { $as_echo "$as_me:$LINENO: WARNING: gphoto2-camera.h: accepted by the compiler, rejected by the preprocessor!" >&5
14203 $as_echo "$as_me: WARNING: gphoto2-camera.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
14204 { $as_echo "$as_me:$LINENO: WARNING: gphoto2-camera.h: proceeding with the compiler's result" >&5
14205 $as_echo "$as_me: WARNING: gphoto2-camera.h: proceeding with the compiler's result" >&2;}
14206 ac_header_preproc=yes
14208 no:yes:* )
14209 { $as_echo "$as_me:$LINENO: WARNING: gphoto2-camera.h: present but cannot be compiled" >&5
14210 $as_echo "$as_me: WARNING: gphoto2-camera.h: present but cannot be compiled" >&2;}
14211 { $as_echo "$as_me:$LINENO: WARNING: gphoto2-camera.h: check for missing prerequisite headers?" >&5
14212 $as_echo "$as_me: WARNING: gphoto2-camera.h: check for missing prerequisite headers?" >&2;}
14213 { $as_echo "$as_me:$LINENO: WARNING: gphoto2-camera.h: see the Autoconf documentation" >&5
14214 $as_echo "$as_me: WARNING: gphoto2-camera.h: see the Autoconf documentation" >&2;}
14215 { $as_echo "$as_me:$LINENO: WARNING: gphoto2-camera.h: section \"Present But Cannot Be Compiled\"" >&5
14216 $as_echo "$as_me: WARNING: gphoto2-camera.h: section \"Present But Cannot Be Compiled\"" >&2;}
14217 { $as_echo "$as_me:$LINENO: WARNING: gphoto2-camera.h: proceeding with the preprocessor's result" >&5
14218 $as_echo "$as_me: WARNING: gphoto2-camera.h: proceeding with the preprocessor's result" >&2;}
14219 { $as_echo "$as_me:$LINENO: WARNING: gphoto2-camera.h: in the future, the compiler will take precedence" >&5
14220 $as_echo "$as_me: WARNING: gphoto2-camera.h: in the future, the compiler will take precedence" >&2;}
14221 ( cat <<\_ASBOX
14222 ## ------------------------------------ ##
14223 ## Report this to wine-devel@winehq.org ##
14224 ## ------------------------------------ ##
14225 _ASBOX
14226 ) | sed "s/^/$as_me: WARNING: /" >&2
14228 esac
14229 { $as_echo "$as_me:$LINENO: checking for gphoto2-camera.h" >&5
14230 $as_echo_n "checking for gphoto2-camera.h... " >&6; }
14231 if test "${ac_cv_header_gphoto2_camera_h+set}" = set; then
14232 $as_echo_n "(cached) " >&6
14233 else
14234 ac_cv_header_gphoto2_camera_h=$ac_header_preproc
14236 { $as_echo "$as_me:$LINENO: result: $ac_cv_header_gphoto2_camera_h" >&5
14237 $as_echo "$ac_cv_header_gphoto2_camera_h" >&6; }
14240 if test "x$ac_cv_header_gphoto2_camera_h" = x""yes; then
14241 { $as_echo "$as_me:$LINENO: checking for gp_camera_new in -lgphoto2" >&5
14242 $as_echo_n "checking for gp_camera_new in -lgphoto2... " >&6; }
14243 if test "${ac_cv_lib_gphoto2_gp_camera_new+set}" = set; then
14244 $as_echo_n "(cached) " >&6
14245 else
14246 ac_check_lib_save_LIBS=$LIBS
14247 LIBS="-lgphoto2 $ac_gphoto2_libs $LIBS"
14248 cat >conftest.$ac_ext <<_ACEOF
14249 /* confdefs.h. */
14250 _ACEOF
14251 cat confdefs.h >>conftest.$ac_ext
14252 cat >>conftest.$ac_ext <<_ACEOF
14253 /* end confdefs.h. */
14255 /* Override any GCC internal prototype to avoid an error.
14256 Use char because int might match the return type of a GCC
14257 builtin and then its argument prototype would still apply. */
14258 #ifdef __cplusplus
14259 extern "C"
14260 #endif
14261 char gp_camera_new ();
14263 main ()
14265 return gp_camera_new ();
14267 return 0;
14269 _ACEOF
14270 rm -f conftest.$ac_objext conftest$ac_exeext
14271 if { (ac_try="$ac_link"
14272 case "(($ac_try" in
14273 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14274 *) ac_try_echo=$ac_try;;
14275 esac
14276 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
14277 $as_echo "$ac_try_echo") >&5
14278 (eval "$ac_link") 2>conftest.er1
14279 ac_status=$?
14280 grep -v '^ *+' conftest.er1 >conftest.err
14281 rm -f conftest.er1
14282 cat conftest.err >&5
14283 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
14284 (exit $ac_status); } && {
14285 test -z "$ac_c_werror_flag" ||
14286 test ! -s conftest.err
14287 } && test -s conftest$ac_exeext && {
14288 test "$cross_compiling" = yes ||
14289 $as_test_x conftest$ac_exeext
14290 }; then
14291 ac_cv_lib_gphoto2_gp_camera_new=yes
14292 else
14293 $as_echo "$as_me: failed program was:" >&5
14294 sed 's/^/| /' conftest.$ac_ext >&5
14296 ac_cv_lib_gphoto2_gp_camera_new=no
14299 rm -rf conftest.dSYM
14300 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
14301 conftest$ac_exeext conftest.$ac_ext
14302 LIBS=$ac_check_lib_save_LIBS
14304 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_gphoto2_gp_camera_new" >&5
14305 $as_echo "$ac_cv_lib_gphoto2_gp_camera_new" >&6; }
14306 if test "x$ac_cv_lib_gphoto2_gp_camera_new" = x""yes; then
14308 cat >>confdefs.h <<\_ACEOF
14309 #define HAVE_GPHOTO2 1
14310 _ACEOF
14312 GPHOTO2LIBS="$ac_gphoto2_libs"
14314 GPHOTO2INCL="$ac_gphoto2_incl"
14321 CPPFLAGS="$ac_save_CPPFLAGS"
14323 if test "$ac_cv_lib_gphoto2_gp_camera_new" != "yes"; then
14324 case "x$with_gphoto" in
14325 x) wine_notices="$wine_notices|libgphoto2 ${notice_platform}development files not found, digital cameras won't be supported." ;;
14326 xno) ;;
14327 *) { { $as_echo "$as_me:$LINENO: error: libgphoto2 ${notice_platform}development files not found, digital cameras won't be supported.
14328 This is an error since --with-gphoto was requested." >&5
14329 $as_echo "$as_me: error: libgphoto2 ${notice_platform}development files not found, digital cameras won't be supported.
14330 This is an error since --with-gphoto was requested." >&2;}
14331 { (exit 1); exit 1; }; } ;;
14332 esac
14337 RESOLVLIBS=""
14339 if test "$ac_cv_header_resolv_h" = "yes"
14340 then
14341 ac_save_LIBS="$LIBS"
14342 LIBS="$LIBS -lresolv"
14343 cat >conftest.$ac_ext <<_ACEOF
14344 /* confdefs.h. */
14345 _ACEOF
14346 cat confdefs.h >>conftest.$ac_ext
14347 cat >>conftest.$ac_ext <<_ACEOF
14348 /* end confdefs.h. */
14349 #ifdef HAVE_NETINET_IN_H
14350 #include <netinet/in.h>
14351 #endif
14352 #include <resolv.h>
14354 main ()
14356 res_init();
14358 return 0;
14360 _ACEOF
14361 rm -f conftest.$ac_objext conftest$ac_exeext
14362 if { (ac_try="$ac_link"
14363 case "(($ac_try" in
14364 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14365 *) ac_try_echo=$ac_try;;
14366 esac
14367 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
14368 $as_echo "$ac_try_echo") >&5
14369 (eval "$ac_link") 2>conftest.er1
14370 ac_status=$?
14371 grep -v '^ *+' conftest.er1 >conftest.err
14372 rm -f conftest.er1
14373 cat conftest.err >&5
14374 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
14375 (exit $ac_status); } && {
14376 test -z "$ac_c_werror_flag" ||
14377 test ! -s conftest.err
14378 } && test -s conftest$ac_exeext && {
14379 test "$cross_compiling" = yes ||
14380 $as_test_x conftest$ac_exeext
14381 }; then
14383 cat >>confdefs.h <<\_ACEOF
14384 #define HAVE_RESOLV 1
14385 _ACEOF
14387 RESOLVLIBS="-lresolv"
14388 else
14389 $as_echo "$as_me: failed program was:" >&5
14390 sed 's/^/| /' conftest.$ac_ext >&5
14395 rm -rf conftest.dSYM
14396 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
14397 conftest$ac_exeext conftest.$ac_ext
14398 LIBS="$ac_save_LIBS"
14401 LCMSLIBS=""
14403 if test "$ac_cv_header_lcms_h" = "yes" -o "$ac_cv_header_lcms_lcms_h" = "yes"
14404 then
14405 { $as_echo "$as_me:$LINENO: checking for cmsOpenProfileFromFile in -llcms" >&5
14406 $as_echo_n "checking for cmsOpenProfileFromFile in -llcms... " >&6; }
14407 if test "${ac_cv_lib_lcms_cmsOpenProfileFromFile+set}" = set; then
14408 $as_echo_n "(cached) " >&6
14409 else
14410 ac_check_lib_save_LIBS=$LIBS
14411 LIBS="-llcms $LIBS"
14412 cat >conftest.$ac_ext <<_ACEOF
14413 /* confdefs.h. */
14414 _ACEOF
14415 cat confdefs.h >>conftest.$ac_ext
14416 cat >>conftest.$ac_ext <<_ACEOF
14417 /* end confdefs.h. */
14419 /* Override any GCC internal prototype to avoid an error.
14420 Use char because int might match the return type of a GCC
14421 builtin and then its argument prototype would still apply. */
14422 #ifdef __cplusplus
14423 extern "C"
14424 #endif
14425 char cmsOpenProfileFromFile ();
14427 main ()
14429 return cmsOpenProfileFromFile ();
14431 return 0;
14433 _ACEOF
14434 rm -f conftest.$ac_objext conftest$ac_exeext
14435 if { (ac_try="$ac_link"
14436 case "(($ac_try" in
14437 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14438 *) ac_try_echo=$ac_try;;
14439 esac
14440 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
14441 $as_echo "$ac_try_echo") >&5
14442 (eval "$ac_link") 2>conftest.er1
14443 ac_status=$?
14444 grep -v '^ *+' conftest.er1 >conftest.err
14445 rm -f conftest.er1
14446 cat conftest.err >&5
14447 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
14448 (exit $ac_status); } && {
14449 test -z "$ac_c_werror_flag" ||
14450 test ! -s conftest.err
14451 } && test -s conftest$ac_exeext && {
14452 test "$cross_compiling" = yes ||
14453 $as_test_x conftest$ac_exeext
14454 }; then
14455 ac_cv_lib_lcms_cmsOpenProfileFromFile=yes
14456 else
14457 $as_echo "$as_me: failed program was:" >&5
14458 sed 's/^/| /' conftest.$ac_ext >&5
14460 ac_cv_lib_lcms_cmsOpenProfileFromFile=no
14463 rm -rf conftest.dSYM
14464 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
14465 conftest$ac_exeext conftest.$ac_ext
14466 LIBS=$ac_check_lib_save_LIBS
14468 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_lcms_cmsOpenProfileFromFile" >&5
14469 $as_echo "$ac_cv_lib_lcms_cmsOpenProfileFromFile" >&6; }
14470 if test "x$ac_cv_lib_lcms_cmsOpenProfileFromFile" = x""yes; then
14472 cat >>confdefs.h <<\_ACEOF
14473 #define HAVE_LCMS 1
14474 _ACEOF
14476 LCMSLIBS="-llcms"
14480 if test "$ac_cv_lib_lcms_cmsOpenProfileFromFile" != "yes"; then
14481 case "x$with_cms" in
14482 x) wine_notices="$wine_notices|liblcms ${notice_platform}development files not found, Color Management won't be supported." ;;
14483 xno) ;;
14484 *) { { $as_echo "$as_me:$LINENO: error: liblcms ${notice_platform}development files not found, Color Management won't be supported.
14485 This is an error since --with-cms was requested." >&5
14486 $as_echo "$as_me: error: liblcms ${notice_platform}development files not found, Color Management won't be supported.
14487 This is an error since --with-cms was requested." >&2;}
14488 { (exit 1); exit 1; }; } ;;
14489 esac
14493 for ac_prog in freetype-config freetype2-config
14495 # Extract the first word of "$ac_prog", so it can be a program name with args.
14496 set dummy $ac_prog; ac_word=$2
14497 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
14498 $as_echo_n "checking for $ac_word... " >&6; }
14499 if test "${ac_cv_prog_ft_devel+set}" = set; then
14500 $as_echo_n "(cached) " >&6
14501 else
14502 if test -n "$ft_devel"; then
14503 ac_cv_prog_ft_devel="$ft_devel" # Let the user override the test.
14504 else
14505 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
14506 for as_dir in $PATH
14508 IFS=$as_save_IFS
14509 test -z "$as_dir" && as_dir=.
14510 for ac_exec_ext in '' $ac_executable_extensions; do
14511 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
14512 ac_cv_prog_ft_devel="$ac_prog"
14513 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
14514 break 2
14516 done
14517 done
14518 IFS=$as_save_IFS
14522 ft_devel=$ac_cv_prog_ft_devel
14523 if test -n "$ft_devel"; then
14524 { $as_echo "$as_me:$LINENO: result: $ft_devel" >&5
14525 $as_echo "$ft_devel" >&6; }
14526 else
14527 { $as_echo "$as_me:$LINENO: result: no" >&5
14528 $as_echo "no" >&6; }
14532 test -n "$ft_devel" && break
14533 done
14534 test -n "$ft_devel" || ft_devel="false"
14536 if test "$ft_devel" != "false" -a "x$with_freetype" != "xno"
14537 then
14538 ac_freetype_libs=`$ft_devel --libs`
14539 ac_freetype_incl=`$ft_devel --cflags`
14540 { $as_echo "$as_me:$LINENO: checking for -lfreetype" >&5
14541 $as_echo_n "checking for -lfreetype... " >&6; }
14542 if test "${ac_cv_lib_soname_freetype+set}" = set; then
14543 $as_echo_n "(cached) " >&6
14544 else
14545 ac_check_soname_save_LIBS=$LIBS
14546 LIBS="-lfreetype $ac_freetype_libs $LIBS"
14547 cat >conftest.$ac_ext <<_ACEOF
14548 /* confdefs.h. */
14549 _ACEOF
14550 cat confdefs.h >>conftest.$ac_ext
14551 cat >>conftest.$ac_ext <<_ACEOF
14552 /* end confdefs.h. */
14554 /* Override any GCC internal prototype to avoid an error.
14555 Use char because int might match the return type of a GCC
14556 builtin and then its argument prototype would still apply. */
14557 #ifdef __cplusplus
14558 extern "C"
14559 #endif
14560 char FT_Init_FreeType ();
14562 main ()
14564 return FT_Init_FreeType ();
14566 return 0;
14568 _ACEOF
14569 rm -f conftest.$ac_objext conftest$ac_exeext
14570 if { (ac_try="$ac_link"
14571 case "(($ac_try" in
14572 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14573 *) ac_try_echo=$ac_try;;
14574 esac
14575 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
14576 $as_echo "$ac_try_echo") >&5
14577 (eval "$ac_link") 2>conftest.er1
14578 ac_status=$?
14579 grep -v '^ *+' conftest.er1 >conftest.err
14580 rm -f conftest.er1
14581 cat conftest.err >&5
14582 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
14583 (exit $ac_status); } && {
14584 test -z "$ac_c_werror_flag" ||
14585 test ! -s conftest.err
14586 } && test -s conftest$ac_exeext && {
14587 test "$cross_compiling" = yes ||
14588 $as_test_x conftest$ac_exeext
14589 }; then
14590 case "$LIBEXT" in
14591 dll) ;;
14592 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'` ;;
14593 *) ac_cv_lib_soname_freetype=`$ac_cv_path_LDD conftest$ac_exeext | grep "libfreetype\\.$LIBEXT" | sed -e "s/^.*\(libfreetype\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
14594 esac
14595 else
14596 $as_echo "$as_me: failed program was:" >&5
14597 sed 's/^/| /' conftest.$ac_ext >&5
14602 rm -rf conftest.dSYM
14603 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
14604 conftest$ac_exeext conftest.$ac_ext
14605 LIBS=$ac_check_soname_save_LIBS
14607 if test "x$ac_cv_lib_soname_freetype" = "x"; then
14608 { $as_echo "$as_me:$LINENO: result: not found" >&5
14609 $as_echo "not found" >&6; }
14610 ft_lib=no
14611 else
14612 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_freetype" >&5
14613 $as_echo "$ac_cv_lib_soname_freetype" >&6; }
14615 cat >>confdefs.h <<_ACEOF
14616 #define SONAME_LIBFREETYPE "$ac_cv_lib_soname_freetype"
14617 _ACEOF
14619 ft_lib=yes
14622 if test "$ft_lib" = "yes"
14623 then
14624 ac_save_CPPFLAGS="$CPPFLAGS"
14625 CPPFLAGS="$ac_freetype_incl $CPPFLAGS"
14639 for ac_header in ft2build.h \
14640 freetype/freetype.h \
14641 freetype/ftglyph.h \
14642 freetype/fttypes.h \
14643 freetype/tttables.h \
14644 freetype/ftnames.h \
14645 freetype/ftsnames.h \
14646 freetype/ttnameid.h \
14647 freetype/ftoutln.h \
14648 freetype/ftwinfnt.h \
14649 freetype/ftmodapi.h \
14650 freetype/ftlcdfil.h \
14651 freetype/internal/sfnt.h
14653 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
14654 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
14655 $as_echo_n "checking for $ac_header... " >&6; }
14656 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
14657 $as_echo_n "(cached) " >&6
14658 else
14659 cat >conftest.$ac_ext <<_ACEOF
14660 /* confdefs.h. */
14661 _ACEOF
14662 cat confdefs.h >>conftest.$ac_ext
14663 cat >>conftest.$ac_ext <<_ACEOF
14664 /* end confdefs.h. */
14665 #ifdef HAVE_FT2BUILD_H
14666 # include <ft2build.h>
14667 #endif
14669 #include <$ac_header>
14670 _ACEOF
14671 rm -f conftest.$ac_objext
14672 if { (ac_try="$ac_compile"
14673 case "(($ac_try" in
14674 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14675 *) ac_try_echo=$ac_try;;
14676 esac
14677 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
14678 $as_echo "$ac_try_echo") >&5
14679 (eval "$ac_compile") 2>conftest.er1
14680 ac_status=$?
14681 grep -v '^ *+' conftest.er1 >conftest.err
14682 rm -f conftest.er1
14683 cat conftest.err >&5
14684 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
14685 (exit $ac_status); } && {
14686 test -z "$ac_c_werror_flag" ||
14687 test ! -s conftest.err
14688 } && test -s conftest.$ac_objext; then
14689 eval "$as_ac_Header=yes"
14690 else
14691 $as_echo "$as_me: failed program was:" >&5
14692 sed 's/^/| /' conftest.$ac_ext >&5
14694 eval "$as_ac_Header=no"
14697 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14699 ac_res=`eval 'as_val=${'$as_ac_Header'}
14700 $as_echo "$as_val"'`
14701 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
14702 $as_echo "$ac_res" >&6; }
14703 as_val=`eval 'as_val=${'$as_ac_Header'}
14704 $as_echo "$as_val"'`
14705 if test "x$as_val" = x""yes; then
14706 cat >>confdefs.h <<_ACEOF
14707 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
14708 _ACEOF
14712 done
14714 cat >conftest.$ac_ext <<_ACEOF
14715 /* confdefs.h. */
14716 _ACEOF
14717 cat confdefs.h >>conftest.$ac_ext
14718 cat >>conftest.$ac_ext <<_ACEOF
14719 /* end confdefs.h. */
14720 #include <ft2build.h>
14721 #include <freetype/fttrigon.h>
14722 _ACEOF
14723 if { (ac_try="$ac_cpp conftest.$ac_ext"
14724 case "(($ac_try" in
14725 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14726 *) ac_try_echo=$ac_try;;
14727 esac
14728 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
14729 $as_echo "$ac_try_echo") >&5
14730 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
14731 ac_status=$?
14732 grep -v '^ *+' conftest.er1 >conftest.err
14733 rm -f conftest.er1
14734 cat conftest.err >&5
14735 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
14736 (exit $ac_status); } >/dev/null && {
14737 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
14738 test ! -s conftest.err
14739 }; then
14741 cat >>confdefs.h <<\_ACEOF
14742 #define HAVE_FREETYPE_FTTRIGON_H 1
14743 _ACEOF
14745 wine_cv_fttrigon=yes
14746 else
14747 $as_echo "$as_me: failed program was:" >&5
14748 sed 's/^/| /' conftest.$ac_ext >&5
14750 wine_cv_fttrigon=no
14753 rm -f conftest.err conftest.$ac_ext
14754 { $as_echo "$as_me:$LINENO: checking for FT_TrueTypeEngineType" >&5
14755 $as_echo_n "checking for FT_TrueTypeEngineType... " >&6; }
14756 if test "${ac_cv_type_FT_TrueTypeEngineType+set}" = set; then
14757 $as_echo_n "(cached) " >&6
14758 else
14759 ac_cv_type_FT_TrueTypeEngineType=no
14760 cat >conftest.$ac_ext <<_ACEOF
14761 /* confdefs.h. */
14762 _ACEOF
14763 cat confdefs.h >>conftest.$ac_ext
14764 cat >>conftest.$ac_ext <<_ACEOF
14765 /* end confdefs.h. */
14766 #include <freetype/ftmodapi.h>
14769 main ()
14771 if (sizeof (FT_TrueTypeEngineType))
14772 return 0;
14774 return 0;
14776 _ACEOF
14777 rm -f conftest.$ac_objext
14778 if { (ac_try="$ac_compile"
14779 case "(($ac_try" in
14780 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14781 *) ac_try_echo=$ac_try;;
14782 esac
14783 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
14784 $as_echo "$ac_try_echo") >&5
14785 (eval "$ac_compile") 2>conftest.er1
14786 ac_status=$?
14787 grep -v '^ *+' conftest.er1 >conftest.err
14788 rm -f conftest.er1
14789 cat conftest.err >&5
14790 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
14791 (exit $ac_status); } && {
14792 test -z "$ac_c_werror_flag" ||
14793 test ! -s conftest.err
14794 } && test -s conftest.$ac_objext; then
14795 cat >conftest.$ac_ext <<_ACEOF
14796 /* confdefs.h. */
14797 _ACEOF
14798 cat confdefs.h >>conftest.$ac_ext
14799 cat >>conftest.$ac_ext <<_ACEOF
14800 /* end confdefs.h. */
14801 #include <freetype/ftmodapi.h>
14804 main ()
14806 if (sizeof ((FT_TrueTypeEngineType)))
14807 return 0;
14809 return 0;
14811 _ACEOF
14812 rm -f conftest.$ac_objext
14813 if { (ac_try="$ac_compile"
14814 case "(($ac_try" in
14815 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14816 *) ac_try_echo=$ac_try;;
14817 esac
14818 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
14819 $as_echo "$ac_try_echo") >&5
14820 (eval "$ac_compile") 2>conftest.er1
14821 ac_status=$?
14822 grep -v '^ *+' conftest.er1 >conftest.err
14823 rm -f conftest.er1
14824 cat conftest.err >&5
14825 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
14826 (exit $ac_status); } && {
14827 test -z "$ac_c_werror_flag" ||
14828 test ! -s conftest.err
14829 } && test -s conftest.$ac_objext; then
14831 else
14832 $as_echo "$as_me: failed program was:" >&5
14833 sed 's/^/| /' conftest.$ac_ext >&5
14835 ac_cv_type_FT_TrueTypeEngineType=yes
14838 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14839 else
14840 $as_echo "$as_me: failed program was:" >&5
14841 sed 's/^/| /' conftest.$ac_ext >&5
14846 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14848 { $as_echo "$as_me:$LINENO: result: $ac_cv_type_FT_TrueTypeEngineType" >&5
14849 $as_echo "$ac_cv_type_FT_TrueTypeEngineType" >&6; }
14850 if test "x$ac_cv_type_FT_TrueTypeEngineType" = x""yes; then
14852 cat >>confdefs.h <<_ACEOF
14853 #define HAVE_FT_TRUETYPEENGINETYPE 1
14854 _ACEOF
14859 ac_save_CFLAGS="$CFLAGS"
14860 CFLAGS="$CFLAGS $ac_freetype_libs"
14862 for ac_func in FT_Load_Sfnt_Table
14864 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
14865 { $as_echo "$as_me:$LINENO: checking for $ac_func" >&5
14866 $as_echo_n "checking for $ac_func... " >&6; }
14867 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
14868 $as_echo_n "(cached) " >&6
14869 else
14870 cat >conftest.$ac_ext <<_ACEOF
14871 /* confdefs.h. */
14872 _ACEOF
14873 cat confdefs.h >>conftest.$ac_ext
14874 cat >>conftest.$ac_ext <<_ACEOF
14875 /* end confdefs.h. */
14876 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
14877 For example, HP-UX 11i <limits.h> declares gettimeofday. */
14878 #define $ac_func innocuous_$ac_func
14880 /* System header to define __stub macros and hopefully few prototypes,
14881 which can conflict with char $ac_func (); below.
14882 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
14883 <limits.h> exists even on freestanding compilers. */
14885 #ifdef __STDC__
14886 # include <limits.h>
14887 #else
14888 # include <assert.h>
14889 #endif
14891 #undef $ac_func
14893 /* Override any GCC internal prototype to avoid an error.
14894 Use char because int might match the return type of a GCC
14895 builtin and then its argument prototype would still apply. */
14896 #ifdef __cplusplus
14897 extern "C"
14898 #endif
14899 char $ac_func ();
14900 /* The GNU C library defines this for functions which it implements
14901 to always fail with ENOSYS. Some functions are actually named
14902 something starting with __ and the normal name is an alias. */
14903 #if defined __stub_$ac_func || defined __stub___$ac_func
14904 choke me
14905 #endif
14908 main ()
14910 return $ac_func ();
14912 return 0;
14914 _ACEOF
14915 rm -f conftest.$ac_objext conftest$ac_exeext
14916 if { (ac_try="$ac_link"
14917 case "(($ac_try" in
14918 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14919 *) ac_try_echo=$ac_try;;
14920 esac
14921 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
14922 $as_echo "$ac_try_echo") >&5
14923 (eval "$ac_link") 2>conftest.er1
14924 ac_status=$?
14925 grep -v '^ *+' conftest.er1 >conftest.err
14926 rm -f conftest.er1
14927 cat conftest.err >&5
14928 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
14929 (exit $ac_status); } && {
14930 test -z "$ac_c_werror_flag" ||
14931 test ! -s conftest.err
14932 } && test -s conftest$ac_exeext && {
14933 test "$cross_compiling" = yes ||
14934 $as_test_x conftest$ac_exeext
14935 }; then
14936 eval "$as_ac_var=yes"
14937 else
14938 $as_echo "$as_me: failed program was:" >&5
14939 sed 's/^/| /' conftest.$ac_ext >&5
14941 eval "$as_ac_var=no"
14944 rm -rf conftest.dSYM
14945 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
14946 conftest$ac_exeext conftest.$ac_ext
14948 ac_res=`eval 'as_val=${'$as_ac_var'}
14949 $as_echo "$as_val"'`
14950 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
14951 $as_echo "$ac_res" >&6; }
14952 as_val=`eval 'as_val=${'$as_ac_var'}
14953 $as_echo "$as_val"'`
14954 if test "x$as_val" = x""yes; then
14955 cat >>confdefs.h <<_ACEOF
14956 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
14957 _ACEOF
14960 done
14962 CFLAGS="$ac_save_CFLAGS"
14963 CPPFLAGS="$ac_save_CPPFLAGS"
14964 if test "$ac_cv_header_freetype_freetype_h" = "yes" -a "$wine_cv_fttrigon" = "yes"
14965 then
14967 cat >>confdefs.h <<\_ACEOF
14968 #define HAVE_FREETYPE 1
14969 _ACEOF
14971 FREETYPELIBS="$ac_freetype_libs"
14973 FREETYPEINCL="$ac_freetype_incl"
14978 if test "x$FREETYPELIBS" = "x"; then
14979 case "x$with_freetype" in
14980 xno) ;;
14981 *) { { $as_echo "$as_me:$LINENO: error: FreeType ${notice_platform}development files not found. Fonts will not be built.
14982 Use the --without-freetype option if you really want this." >&5
14983 $as_echo "$as_me: error: FreeType ${notice_platform}development files not found. Fonts will not be built.
14984 Use the --without-freetype option if you really want this." >&2;}
14985 { (exit 1); exit 1; }; } ;;
14986 esac
14989 test "x$FREETYPELIBS" = "x" && enable_fonts=${enable_fonts:-no}
14991 { $as_echo "$as_me:$LINENO: checking for parport header/ppdev.h" >&5
14992 $as_echo_n "checking for parport header/ppdev.h... " >&6; }
14993 if test "${ac_cv_c_ppdev+set}" = set; then
14994 $as_echo_n "(cached) " >&6
14995 else
14996 cat >conftest.$ac_ext <<_ACEOF
14997 /* confdefs.h. */
14998 _ACEOF
14999 cat confdefs.h >>conftest.$ac_ext
15000 cat >>conftest.$ac_ext <<_ACEOF
15001 /* end confdefs.h. */
15002 #include <linux/ppdev.h>
15004 main ()
15006 ioctl (1,PPCLAIM,0)
15008 return 0;
15010 _ACEOF
15011 rm -f conftest.$ac_objext
15012 if { (ac_try="$ac_compile"
15013 case "(($ac_try" in
15014 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15015 *) ac_try_echo=$ac_try;;
15016 esac
15017 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
15018 $as_echo "$ac_try_echo") >&5
15019 (eval "$ac_compile") 2>conftest.er1
15020 ac_status=$?
15021 grep -v '^ *+' conftest.er1 >conftest.err
15022 rm -f conftest.er1
15023 cat conftest.err >&5
15024 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
15025 (exit $ac_status); } && {
15026 test -z "$ac_c_werror_flag" ||
15027 test ! -s conftest.err
15028 } && test -s conftest.$ac_objext; then
15029 ac_cv_c_ppdev="yes"
15030 else
15031 $as_echo "$as_me: failed program was:" >&5
15032 sed 's/^/| /' conftest.$ac_ext >&5
15034 ac_cv_c_ppdev="no"
15037 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
15039 { $as_echo "$as_me:$LINENO: result: $ac_cv_c_ppdev" >&5
15040 $as_echo "$ac_cv_c_ppdev" >&6; }
15041 if test "$ac_cv_c_ppdev" = "yes"
15042 then
15044 cat >>confdefs.h <<\_ACEOF
15045 #define HAVE_PPDEV 1
15046 _ACEOF
15050 { $as_echo "$as_me:$LINENO: checking for pthread_rwlock_t" >&5
15051 $as_echo_n "checking for pthread_rwlock_t... " >&6; }
15052 if test "${ac_cv_type_pthread_rwlock_t+set}" = set; then
15053 $as_echo_n "(cached) " >&6
15054 else
15055 ac_cv_type_pthread_rwlock_t=no
15056 cat >conftest.$ac_ext <<_ACEOF
15057 /* confdefs.h. */
15058 _ACEOF
15059 cat confdefs.h >>conftest.$ac_ext
15060 cat >>conftest.$ac_ext <<_ACEOF
15061 /* end confdefs.h. */
15062 #define _GNU_SOURCE
15063 #include <pthread.h>
15066 main ()
15068 if (sizeof (pthread_rwlock_t))
15069 return 0;
15071 return 0;
15073 _ACEOF
15074 rm -f conftest.$ac_objext
15075 if { (ac_try="$ac_compile"
15076 case "(($ac_try" in
15077 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15078 *) ac_try_echo=$ac_try;;
15079 esac
15080 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
15081 $as_echo "$ac_try_echo") >&5
15082 (eval "$ac_compile") 2>conftest.er1
15083 ac_status=$?
15084 grep -v '^ *+' conftest.er1 >conftest.err
15085 rm -f conftest.er1
15086 cat conftest.err >&5
15087 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
15088 (exit $ac_status); } && {
15089 test -z "$ac_c_werror_flag" ||
15090 test ! -s conftest.err
15091 } && test -s conftest.$ac_objext; then
15092 cat >conftest.$ac_ext <<_ACEOF
15093 /* confdefs.h. */
15094 _ACEOF
15095 cat confdefs.h >>conftest.$ac_ext
15096 cat >>conftest.$ac_ext <<_ACEOF
15097 /* end confdefs.h. */
15098 #define _GNU_SOURCE
15099 #include <pthread.h>
15102 main ()
15104 if (sizeof ((pthread_rwlock_t)))
15105 return 0;
15107 return 0;
15109 _ACEOF
15110 rm -f conftest.$ac_objext
15111 if { (ac_try="$ac_compile"
15112 case "(($ac_try" in
15113 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15114 *) ac_try_echo=$ac_try;;
15115 esac
15116 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
15117 $as_echo "$ac_try_echo") >&5
15118 (eval "$ac_compile") 2>conftest.er1
15119 ac_status=$?
15120 grep -v '^ *+' conftest.er1 >conftest.err
15121 rm -f conftest.er1
15122 cat conftest.err >&5
15123 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
15124 (exit $ac_status); } && {
15125 test -z "$ac_c_werror_flag" ||
15126 test ! -s conftest.err
15127 } && test -s conftest.$ac_objext; then
15129 else
15130 $as_echo "$as_me: failed program was:" >&5
15131 sed 's/^/| /' conftest.$ac_ext >&5
15133 ac_cv_type_pthread_rwlock_t=yes
15136 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
15137 else
15138 $as_echo "$as_me: failed program was:" >&5
15139 sed 's/^/| /' conftest.$ac_ext >&5
15144 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
15146 { $as_echo "$as_me:$LINENO: result: $ac_cv_type_pthread_rwlock_t" >&5
15147 $as_echo "$ac_cv_type_pthread_rwlock_t" >&6; }
15148 if test "x$ac_cv_type_pthread_rwlock_t" = x""yes; then
15150 cat >>confdefs.h <<_ACEOF
15151 #define HAVE_PTHREAD_RWLOCK_T 1
15152 _ACEOF
15156 { $as_echo "$as_me:$LINENO: checking for pthread_rwlockattr_t" >&5
15157 $as_echo_n "checking for pthread_rwlockattr_t... " >&6; }
15158 if test "${ac_cv_type_pthread_rwlockattr_t+set}" = set; then
15159 $as_echo_n "(cached) " >&6
15160 else
15161 ac_cv_type_pthread_rwlockattr_t=no
15162 cat >conftest.$ac_ext <<_ACEOF
15163 /* confdefs.h. */
15164 _ACEOF
15165 cat confdefs.h >>conftest.$ac_ext
15166 cat >>conftest.$ac_ext <<_ACEOF
15167 /* end confdefs.h. */
15168 #define _GNU_SOURCE
15169 #include <pthread.h>
15172 main ()
15174 if (sizeof (pthread_rwlockattr_t))
15175 return 0;
15177 return 0;
15179 _ACEOF
15180 rm -f conftest.$ac_objext
15181 if { (ac_try="$ac_compile"
15182 case "(($ac_try" in
15183 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15184 *) ac_try_echo=$ac_try;;
15185 esac
15186 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
15187 $as_echo "$ac_try_echo") >&5
15188 (eval "$ac_compile") 2>conftest.er1
15189 ac_status=$?
15190 grep -v '^ *+' conftest.er1 >conftest.err
15191 rm -f conftest.er1
15192 cat conftest.err >&5
15193 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
15194 (exit $ac_status); } && {
15195 test -z "$ac_c_werror_flag" ||
15196 test ! -s conftest.err
15197 } && test -s conftest.$ac_objext; then
15198 cat >conftest.$ac_ext <<_ACEOF
15199 /* confdefs.h. */
15200 _ACEOF
15201 cat confdefs.h >>conftest.$ac_ext
15202 cat >>conftest.$ac_ext <<_ACEOF
15203 /* end confdefs.h. */
15204 #define _GNU_SOURCE
15205 #include <pthread.h>
15208 main ()
15210 if (sizeof ((pthread_rwlockattr_t)))
15211 return 0;
15213 return 0;
15215 _ACEOF
15216 rm -f conftest.$ac_objext
15217 if { (ac_try="$ac_compile"
15218 case "(($ac_try" in
15219 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15220 *) ac_try_echo=$ac_try;;
15221 esac
15222 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
15223 $as_echo "$ac_try_echo") >&5
15224 (eval "$ac_compile") 2>conftest.er1
15225 ac_status=$?
15226 grep -v '^ *+' conftest.er1 >conftest.err
15227 rm -f conftest.er1
15228 cat conftest.err >&5
15229 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
15230 (exit $ac_status); } && {
15231 test -z "$ac_c_werror_flag" ||
15232 test ! -s conftest.err
15233 } && test -s conftest.$ac_objext; then
15235 else
15236 $as_echo "$as_me: failed program was:" >&5
15237 sed 's/^/| /' conftest.$ac_ext >&5
15239 ac_cv_type_pthread_rwlockattr_t=yes
15242 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
15243 else
15244 $as_echo "$as_me: failed program was:" >&5
15245 sed 's/^/| /' conftest.$ac_ext >&5
15250 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
15252 { $as_echo "$as_me:$LINENO: result: $ac_cv_type_pthread_rwlockattr_t" >&5
15253 $as_echo "$ac_cv_type_pthread_rwlockattr_t" >&6; }
15254 if test "x$ac_cv_type_pthread_rwlockattr_t" = x""yes; then
15256 cat >>confdefs.h <<_ACEOF
15257 #define HAVE_PTHREAD_RWLOCKATTR_T 1
15258 _ACEOF
15264 ac_wine_check_funcs_save_LIBS="$LIBS"
15265 LIBS="$LIBS $LIBPTHREAD"
15270 for ac_func in \
15271 pthread_attr_get_np \
15272 pthread_getattr_np \
15273 pthread_get_stackaddr_np \
15274 pthread_get_stacksize_np
15276 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
15277 { $as_echo "$as_me:$LINENO: checking for $ac_func" >&5
15278 $as_echo_n "checking for $ac_func... " >&6; }
15279 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
15280 $as_echo_n "(cached) " >&6
15281 else
15282 cat >conftest.$ac_ext <<_ACEOF
15283 /* confdefs.h. */
15284 _ACEOF
15285 cat confdefs.h >>conftest.$ac_ext
15286 cat >>conftest.$ac_ext <<_ACEOF
15287 /* end confdefs.h. */
15288 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
15289 For example, HP-UX 11i <limits.h> declares gettimeofday. */
15290 #define $ac_func innocuous_$ac_func
15292 /* System header to define __stub macros and hopefully few prototypes,
15293 which can conflict with char $ac_func (); below.
15294 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
15295 <limits.h> exists even on freestanding compilers. */
15297 #ifdef __STDC__
15298 # include <limits.h>
15299 #else
15300 # include <assert.h>
15301 #endif
15303 #undef $ac_func
15305 /* Override any GCC internal prototype to avoid an error.
15306 Use char because int might match the return type of a GCC
15307 builtin and then its argument prototype would still apply. */
15308 #ifdef __cplusplus
15309 extern "C"
15310 #endif
15311 char $ac_func ();
15312 /* The GNU C library defines this for functions which it implements
15313 to always fail with ENOSYS. Some functions are actually named
15314 something starting with __ and the normal name is an alias. */
15315 #if defined __stub_$ac_func || defined __stub___$ac_func
15316 choke me
15317 #endif
15320 main ()
15322 return $ac_func ();
15324 return 0;
15326 _ACEOF
15327 rm -f conftest.$ac_objext conftest$ac_exeext
15328 if { (ac_try="$ac_link"
15329 case "(($ac_try" in
15330 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15331 *) ac_try_echo=$ac_try;;
15332 esac
15333 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
15334 $as_echo "$ac_try_echo") >&5
15335 (eval "$ac_link") 2>conftest.er1
15336 ac_status=$?
15337 grep -v '^ *+' conftest.er1 >conftest.err
15338 rm -f conftest.er1
15339 cat conftest.err >&5
15340 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
15341 (exit $ac_status); } && {
15342 test -z "$ac_c_werror_flag" ||
15343 test ! -s conftest.err
15344 } && test -s conftest$ac_exeext && {
15345 test "$cross_compiling" = yes ||
15346 $as_test_x conftest$ac_exeext
15347 }; then
15348 eval "$as_ac_var=yes"
15349 else
15350 $as_echo "$as_me: failed program was:" >&5
15351 sed 's/^/| /' conftest.$ac_ext >&5
15353 eval "$as_ac_var=no"
15356 rm -rf conftest.dSYM
15357 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
15358 conftest$ac_exeext conftest.$ac_ext
15360 ac_res=`eval 'as_val=${'$as_ac_var'}
15361 $as_echo "$as_val"'`
15362 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
15363 $as_echo "$ac_res" >&6; }
15364 as_val=`eval 'as_val=${'$as_ac_var'}
15365 $as_echo "$as_val"'`
15366 if test "x$as_val" = x""yes; then
15367 cat >>confdefs.h <<_ACEOF
15368 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
15369 _ACEOF
15372 done
15374 LIBS="$ac_wine_check_funcs_save_LIBS"
15376 # Extract the first word of "esd-config", so it can be a program name with args.
15377 set dummy esd-config; ac_word=$2
15378 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
15379 $as_echo_n "checking for $ac_word... " >&6; }
15380 if test "${ac_cv_path_ESDCONFIG+set}" = set; then
15381 $as_echo_n "(cached) " >&6
15382 else
15383 case $ESDCONFIG in
15384 [\\/]* | ?:[\\/]*)
15385 ac_cv_path_ESDCONFIG="$ESDCONFIG" # Let the user override the test with a path.
15388 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
15389 for as_dir in $PATH
15391 IFS=$as_save_IFS
15392 test -z "$as_dir" && as_dir=.
15393 for ac_exec_ext in '' $ac_executable_extensions; do
15394 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
15395 ac_cv_path_ESDCONFIG="$as_dir/$ac_word$ac_exec_ext"
15396 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
15397 break 2
15399 done
15400 done
15401 IFS=$as_save_IFS
15404 esac
15406 ESDCONFIG=$ac_cv_path_ESDCONFIG
15407 if test -n "$ESDCONFIG"; then
15408 { $as_echo "$as_me:$LINENO: result: $ESDCONFIG" >&5
15409 $as_echo "$ESDCONFIG" >&6; }
15410 else
15411 { $as_echo "$as_me:$LINENO: result: no" >&5
15412 $as_echo "no" >&6; }
15416 if test "x$with_esd" != xno -a "x$ESDCONFIG" != x -a "x$ESDCONFIG" != x'"$ESDCONFIG"';
15417 then
15418 ac_esd_incl=""
15419 for i in `$ESDCONFIG --cflags`
15421 case "$i" in
15422 -I*) ac_esd_incl="$ac_esd_incl $i";;
15423 esac
15424 done
15425 ac_esd_libs=`$ESDCONFIG --libs`
15426 save_CFLAGS="$CFLAGS"
15427 CFLAGS="$CFLAGS $ac_esd_incl"
15428 { $as_echo "$as_me:$LINENO: checking for esd_open_sound in -lesd" >&5
15429 $as_echo_n "checking for esd_open_sound in -lesd... " >&6; }
15430 if test "${ac_cv_lib_esd_esd_open_sound+set}" = set; then
15431 $as_echo_n "(cached) " >&6
15432 else
15433 ac_check_lib_save_LIBS=$LIBS
15434 LIBS="-lesd $ac_esd_libs $LIBS"
15435 cat >conftest.$ac_ext <<_ACEOF
15436 /* confdefs.h. */
15437 _ACEOF
15438 cat confdefs.h >>conftest.$ac_ext
15439 cat >>conftest.$ac_ext <<_ACEOF
15440 /* end confdefs.h. */
15442 /* Override any GCC internal prototype to avoid an error.
15443 Use char because int might match the return type of a GCC
15444 builtin and then its argument prototype would still apply. */
15445 #ifdef __cplusplus
15446 extern "C"
15447 #endif
15448 char esd_open_sound ();
15450 main ()
15452 return esd_open_sound ();
15454 return 0;
15456 _ACEOF
15457 rm -f conftest.$ac_objext conftest$ac_exeext
15458 if { (ac_try="$ac_link"
15459 case "(($ac_try" in
15460 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15461 *) ac_try_echo=$ac_try;;
15462 esac
15463 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
15464 $as_echo "$ac_try_echo") >&5
15465 (eval "$ac_link") 2>conftest.er1
15466 ac_status=$?
15467 grep -v '^ *+' conftest.er1 >conftest.err
15468 rm -f conftest.er1
15469 cat conftest.err >&5
15470 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
15471 (exit $ac_status); } && {
15472 test -z "$ac_c_werror_flag" ||
15473 test ! -s conftest.err
15474 } && test -s conftest$ac_exeext && {
15475 test "$cross_compiling" = yes ||
15476 $as_test_x conftest$ac_exeext
15477 }; then
15478 ac_cv_lib_esd_esd_open_sound=yes
15479 else
15480 $as_echo "$as_me: failed program was:" >&5
15481 sed 's/^/| /' conftest.$ac_ext >&5
15483 ac_cv_lib_esd_esd_open_sound=no
15486 rm -rf conftest.dSYM
15487 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
15488 conftest$ac_exeext conftest.$ac_ext
15489 LIBS=$ac_check_lib_save_LIBS
15491 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_esd_esd_open_sound" >&5
15492 $as_echo "$ac_cv_lib_esd_esd_open_sound" >&6; }
15493 if test "x$ac_cv_lib_esd_esd_open_sound" = x""yes; then
15494 ESDINCL="$ac_esd_incl"
15496 ESDLIBS="$ac_esd_libs"
15499 cat >>confdefs.h <<\_ACEOF
15500 #define HAVE_ESD 1
15501 _ACEOF
15505 CFLAGS="$save_CFLAGS"
15508 ALSALIBS=""
15510 if test "$ac_cv_header_sys_asoundlib_h" = "yes" -o "$ac_cv_header_alsa_asoundlib_h" = "yes"
15511 then
15512 { $as_echo "$as_me:$LINENO: checking for snd_pcm_hw_params_get_access in -lasound" >&5
15513 $as_echo_n "checking for snd_pcm_hw_params_get_access in -lasound... " >&6; }
15514 if test "${ac_cv_lib_asound_snd_pcm_hw_params_get_access+set}" = set; then
15515 $as_echo_n "(cached) " >&6
15516 else
15517 ac_check_lib_save_LIBS=$LIBS
15518 LIBS="-lasound $LIBS"
15519 cat >conftest.$ac_ext <<_ACEOF
15520 /* confdefs.h. */
15521 _ACEOF
15522 cat confdefs.h >>conftest.$ac_ext
15523 cat >>conftest.$ac_ext <<_ACEOF
15524 /* end confdefs.h. */
15526 /* Override any GCC internal prototype to avoid an error.
15527 Use char because int might match the return type of a GCC
15528 builtin and then its argument prototype would still apply. */
15529 #ifdef __cplusplus
15530 extern "C"
15531 #endif
15532 char snd_pcm_hw_params_get_access ();
15534 main ()
15536 return snd_pcm_hw_params_get_access ();
15538 return 0;
15540 _ACEOF
15541 rm -f conftest.$ac_objext conftest$ac_exeext
15542 if { (ac_try="$ac_link"
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_link") 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_exeext && {
15559 test "$cross_compiling" = yes ||
15560 $as_test_x conftest$ac_exeext
15561 }; then
15562 ac_cv_lib_asound_snd_pcm_hw_params_get_access=yes
15563 else
15564 $as_echo "$as_me: failed program was:" >&5
15565 sed 's/^/| /' conftest.$ac_ext >&5
15567 ac_cv_lib_asound_snd_pcm_hw_params_get_access=no
15570 rm -rf conftest.dSYM
15571 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
15572 conftest$ac_exeext conftest.$ac_ext
15573 LIBS=$ac_check_lib_save_LIBS
15575 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_asound_snd_pcm_hw_params_get_access" >&5
15576 $as_echo "$ac_cv_lib_asound_snd_pcm_hw_params_get_access" >&6; }
15577 if test "x$ac_cv_lib_asound_snd_pcm_hw_params_get_access" = x""yes; then
15578 cat >conftest.$ac_ext <<_ACEOF
15579 /* confdefs.h. */
15580 _ACEOF
15581 cat confdefs.h >>conftest.$ac_ext
15582 cat >>conftest.$ac_ext <<_ACEOF
15583 /* end confdefs.h. */
15584 #ifdef HAVE_ALSA_ASOUNDLIB_H
15585 #include <alsa/asoundlib.h>
15586 #elif defined(HAVE_SYS_ASOUNDLIB_H)
15587 #include <sys/asoundlib.h>
15588 #endif
15590 main ()
15592 int ret = snd_pcm_hw_params_get_access(NULL, NULL)
15594 return 0;
15596 _ACEOF
15597 rm -f conftest.$ac_objext
15598 if { (ac_try="$ac_compile"
15599 case "(($ac_try" in
15600 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15601 *) ac_try_echo=$ac_try;;
15602 esac
15603 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
15604 $as_echo "$ac_try_echo") >&5
15605 (eval "$ac_compile") 2>conftest.er1
15606 ac_status=$?
15607 grep -v '^ *+' conftest.er1 >conftest.err
15608 rm -f conftest.er1
15609 cat conftest.err >&5
15610 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
15611 (exit $ac_status); } && {
15612 test -z "$ac_c_werror_flag" ||
15613 test ! -s conftest.err
15614 } && test -s conftest.$ac_objext; then
15616 cat >>confdefs.h <<\_ACEOF
15617 #define HAVE_ALSA 1
15618 _ACEOF
15620 ALSALIBS="-lasound"
15621 else
15622 $as_echo "$as_me: failed program was:" >&5
15623 sed 's/^/| /' conftest.$ac_ext >&5
15628 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
15633 AUDIOIOLIBS=""
15635 if test "$ac_cv_header_libaudioio_h" = "yes"
15636 then
15637 { $as_echo "$as_me:$LINENO: checking for AudioIOGetVersion in -laudioio" >&5
15638 $as_echo_n "checking for AudioIOGetVersion in -laudioio... " >&6; }
15639 if test "${ac_cv_lib_audioio_AudioIOGetVersion+set}" = set; then
15640 $as_echo_n "(cached) " >&6
15641 else
15642 ac_check_lib_save_LIBS=$LIBS
15643 LIBS="-laudioio $LIBS"
15644 cat >conftest.$ac_ext <<_ACEOF
15645 /* confdefs.h. */
15646 _ACEOF
15647 cat confdefs.h >>conftest.$ac_ext
15648 cat >>conftest.$ac_ext <<_ACEOF
15649 /* end confdefs.h. */
15651 /* Override any GCC internal prototype to avoid an error.
15652 Use char because int might match the return type of a GCC
15653 builtin and then its argument prototype would still apply. */
15654 #ifdef __cplusplus
15655 extern "C"
15656 #endif
15657 char AudioIOGetVersion ();
15659 main ()
15661 return AudioIOGetVersion ();
15663 return 0;
15665 _ACEOF
15666 rm -f conftest.$ac_objext conftest$ac_exeext
15667 if { (ac_try="$ac_link"
15668 case "(($ac_try" in
15669 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15670 *) ac_try_echo=$ac_try;;
15671 esac
15672 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
15673 $as_echo "$ac_try_echo") >&5
15674 (eval "$ac_link") 2>conftest.er1
15675 ac_status=$?
15676 grep -v '^ *+' conftest.er1 >conftest.err
15677 rm -f conftest.er1
15678 cat conftest.err >&5
15679 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
15680 (exit $ac_status); } && {
15681 test -z "$ac_c_werror_flag" ||
15682 test ! -s conftest.err
15683 } && test -s conftest$ac_exeext && {
15684 test "$cross_compiling" = yes ||
15685 $as_test_x conftest$ac_exeext
15686 }; then
15687 ac_cv_lib_audioio_AudioIOGetVersion=yes
15688 else
15689 $as_echo "$as_me: failed program was:" >&5
15690 sed 's/^/| /' conftest.$ac_ext >&5
15692 ac_cv_lib_audioio_AudioIOGetVersion=no
15695 rm -rf conftest.dSYM
15696 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
15697 conftest$ac_exeext conftest.$ac_ext
15698 LIBS=$ac_check_lib_save_LIBS
15700 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_audioio_AudioIOGetVersion" >&5
15701 $as_echo "$ac_cv_lib_audioio_AudioIOGetVersion" >&6; }
15702 if test "x$ac_cv_lib_audioio_AudioIOGetVersion" = x""yes; then
15703 AUDIOIOLIBS="-laudioio"
15705 cat >>confdefs.h <<\_ACEOF
15706 #define HAVE_LIBAUDIOIO 1
15707 _ACEOF
15714 if test "$ac_cv_header_capi20_h" = "yes" -a "$ac_cv_header_linux_capi_h" = "yes"
15715 then
15716 { $as_echo "$as_me:$LINENO: checking for -lcapi20" >&5
15717 $as_echo_n "checking for -lcapi20... " >&6; }
15718 if test "${ac_cv_lib_soname_capi20+set}" = set; then
15719 $as_echo_n "(cached) " >&6
15720 else
15721 ac_check_soname_save_LIBS=$LIBS
15722 LIBS="-lcapi20 $LIBS"
15723 cat >conftest.$ac_ext <<_ACEOF
15724 /* confdefs.h. */
15725 _ACEOF
15726 cat confdefs.h >>conftest.$ac_ext
15727 cat >>conftest.$ac_ext <<_ACEOF
15728 /* end confdefs.h. */
15730 /* Override any GCC internal prototype to avoid an error.
15731 Use char because int might match the return type of a GCC
15732 builtin and then its argument prototype would still apply. */
15733 #ifdef __cplusplus
15734 extern "C"
15735 #endif
15736 char capi20_register ();
15738 main ()
15740 return capi20_register ();
15742 return 0;
15744 _ACEOF
15745 rm -f conftest.$ac_objext conftest$ac_exeext
15746 if { (ac_try="$ac_link"
15747 case "(($ac_try" in
15748 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15749 *) ac_try_echo=$ac_try;;
15750 esac
15751 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
15752 $as_echo "$ac_try_echo") >&5
15753 (eval "$ac_link") 2>conftest.er1
15754 ac_status=$?
15755 grep -v '^ *+' conftest.er1 >conftest.err
15756 rm -f conftest.er1
15757 cat conftest.err >&5
15758 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
15759 (exit $ac_status); } && {
15760 test -z "$ac_c_werror_flag" ||
15761 test ! -s conftest.err
15762 } && test -s conftest$ac_exeext && {
15763 test "$cross_compiling" = yes ||
15764 $as_test_x conftest$ac_exeext
15765 }; then
15766 case "$LIBEXT" in
15767 dll) ;;
15768 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'` ;;
15769 *) ac_cv_lib_soname_capi20=`$ac_cv_path_LDD conftest$ac_exeext | grep "libcapi20\\.$LIBEXT" | sed -e "s/^.*\(libcapi20\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
15770 esac
15771 else
15772 $as_echo "$as_me: failed program was:" >&5
15773 sed 's/^/| /' conftest.$ac_ext >&5
15778 rm -rf conftest.dSYM
15779 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
15780 conftest$ac_exeext conftest.$ac_ext
15781 LIBS=$ac_check_soname_save_LIBS
15783 if test "x$ac_cv_lib_soname_capi20" = "x"; then
15784 { $as_echo "$as_me:$LINENO: result: not found" >&5
15785 $as_echo "not found" >&6; }
15787 else
15788 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_capi20" >&5
15789 $as_echo "$ac_cv_lib_soname_capi20" >&6; }
15791 cat >>confdefs.h <<_ACEOF
15792 #define SONAME_LIBCAPI20 "$ac_cv_lib_soname_capi20"
15793 _ACEOF
15799 if test "x$ac_cv_lib_soname_capi20" = "x"; then
15800 case "x$with_capi" in
15801 x) wine_notices="$wine_notices|libcapi20 ${notice_platform}development files not found, ISDN won't be supported." ;;
15802 xno) ;;
15803 *) { { $as_echo "$as_me:$LINENO: error: libcapi20 ${notice_platform}development files not found, ISDN won't be supported.
15804 This is an error since --with-capi was requested." >&5
15805 $as_echo "$as_me: error: libcapi20 ${notice_platform}development files not found, ISDN won't be supported.
15806 This is an error since --with-capi was requested." >&2;}
15807 { (exit 1); exit 1; }; } ;;
15808 esac
15812 CUPSINCL=""
15814 if test "x$with_cups" != "xno"
15815 then
15816 ac_save_CPPFLAGS="$CPPFLAGS"
15817 ac_cups_cflags=`cups-config --cflags 2>/dev/null`
15818 ac_cups_libs=`cups-config --ldflags 2>/dev/null`
15819 CPPFLAGS="$CPPFLAGS $ac_cups_cflags"
15821 for ac_header in cups/cups.h
15823 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
15824 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
15825 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
15826 $as_echo_n "checking for $ac_header... " >&6; }
15827 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
15828 $as_echo_n "(cached) " >&6
15830 ac_res=`eval 'as_val=${'$as_ac_Header'}
15831 $as_echo "$as_val"'`
15832 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
15833 $as_echo "$ac_res" >&6; }
15834 else
15835 # Is the header compilable?
15836 { $as_echo "$as_me:$LINENO: checking $ac_header usability" >&5
15837 $as_echo_n "checking $ac_header usability... " >&6; }
15838 cat >conftest.$ac_ext <<_ACEOF
15839 /* confdefs.h. */
15840 _ACEOF
15841 cat confdefs.h >>conftest.$ac_ext
15842 cat >>conftest.$ac_ext <<_ACEOF
15843 /* end confdefs.h. */
15844 $ac_includes_default
15845 #include <$ac_header>
15846 _ACEOF
15847 rm -f conftest.$ac_objext
15848 if { (ac_try="$ac_compile"
15849 case "(($ac_try" in
15850 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15851 *) ac_try_echo=$ac_try;;
15852 esac
15853 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
15854 $as_echo "$ac_try_echo") >&5
15855 (eval "$ac_compile") 2>conftest.er1
15856 ac_status=$?
15857 grep -v '^ *+' conftest.er1 >conftest.err
15858 rm -f conftest.er1
15859 cat conftest.err >&5
15860 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
15861 (exit $ac_status); } && {
15862 test -z "$ac_c_werror_flag" ||
15863 test ! -s conftest.err
15864 } && test -s conftest.$ac_objext; then
15865 ac_header_compiler=yes
15866 else
15867 $as_echo "$as_me: failed program was:" >&5
15868 sed 's/^/| /' conftest.$ac_ext >&5
15870 ac_header_compiler=no
15873 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
15874 { $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
15875 $as_echo "$ac_header_compiler" >&6; }
15877 # Is the header present?
15878 { $as_echo "$as_me:$LINENO: checking $ac_header presence" >&5
15879 $as_echo_n "checking $ac_header presence... " >&6; }
15880 cat >conftest.$ac_ext <<_ACEOF
15881 /* confdefs.h. */
15882 _ACEOF
15883 cat confdefs.h >>conftest.$ac_ext
15884 cat >>conftest.$ac_ext <<_ACEOF
15885 /* end confdefs.h. */
15886 #include <$ac_header>
15887 _ACEOF
15888 if { (ac_try="$ac_cpp conftest.$ac_ext"
15889 case "(($ac_try" in
15890 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15891 *) ac_try_echo=$ac_try;;
15892 esac
15893 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
15894 $as_echo "$ac_try_echo") >&5
15895 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
15896 ac_status=$?
15897 grep -v '^ *+' conftest.er1 >conftest.err
15898 rm -f conftest.er1
15899 cat conftest.err >&5
15900 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
15901 (exit $ac_status); } >/dev/null && {
15902 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
15903 test ! -s conftest.err
15904 }; then
15905 ac_header_preproc=yes
15906 else
15907 $as_echo "$as_me: failed program was:" >&5
15908 sed 's/^/| /' conftest.$ac_ext >&5
15910 ac_header_preproc=no
15913 rm -f conftest.err conftest.$ac_ext
15914 { $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
15915 $as_echo "$ac_header_preproc" >&6; }
15917 # So? What about this header?
15918 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
15919 yes:no: )
15920 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
15921 $as_echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
15922 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
15923 $as_echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
15924 ac_header_preproc=yes
15926 no:yes:* )
15927 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
15928 $as_echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
15929 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
15930 $as_echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
15931 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
15932 $as_echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
15933 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
15934 $as_echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
15935 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
15936 $as_echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
15937 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
15938 $as_echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
15939 ( cat <<\_ASBOX
15940 ## ------------------------------------ ##
15941 ## Report this to wine-devel@winehq.org ##
15942 ## ------------------------------------ ##
15943 _ASBOX
15944 ) | sed "s/^/$as_me: WARNING: /" >&2
15946 esac
15947 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
15948 $as_echo_n "checking for $ac_header... " >&6; }
15949 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
15950 $as_echo_n "(cached) " >&6
15951 else
15952 eval "$as_ac_Header=\$ac_header_preproc"
15954 ac_res=`eval 'as_val=${'$as_ac_Header'}
15955 $as_echo "$as_val"'`
15956 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
15957 $as_echo "$ac_res" >&6; }
15960 as_val=`eval 'as_val=${'$as_ac_Header'}
15961 $as_echo "$as_val"'`
15962 if test "x$as_val" = x""yes; then
15963 cat >>confdefs.h <<_ACEOF
15964 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
15965 _ACEOF
15966 { $as_echo "$as_me:$LINENO: checking for -lcups" >&5
15967 $as_echo_n "checking for -lcups... " >&6; }
15968 if test "${ac_cv_lib_soname_cups+set}" = set; then
15969 $as_echo_n "(cached) " >&6
15970 else
15971 ac_check_soname_save_LIBS=$LIBS
15972 LIBS="-lcups $ac_cups_libs $LIBS"
15973 cat >conftest.$ac_ext <<_ACEOF
15974 /* confdefs.h. */
15975 _ACEOF
15976 cat confdefs.h >>conftest.$ac_ext
15977 cat >>conftest.$ac_ext <<_ACEOF
15978 /* end confdefs.h. */
15980 /* Override any GCC internal prototype to avoid an error.
15981 Use char because int might match the return type of a GCC
15982 builtin and then its argument prototype would still apply. */
15983 #ifdef __cplusplus
15984 extern "C"
15985 #endif
15986 char cupsGetDefault ();
15988 main ()
15990 return cupsGetDefault ();
15992 return 0;
15994 _ACEOF
15995 rm -f conftest.$ac_objext conftest$ac_exeext
15996 if { (ac_try="$ac_link"
15997 case "(($ac_try" in
15998 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15999 *) ac_try_echo=$ac_try;;
16000 esac
16001 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
16002 $as_echo "$ac_try_echo") >&5
16003 (eval "$ac_link") 2>conftest.er1
16004 ac_status=$?
16005 grep -v '^ *+' conftest.er1 >conftest.err
16006 rm -f conftest.er1
16007 cat conftest.err >&5
16008 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
16009 (exit $ac_status); } && {
16010 test -z "$ac_c_werror_flag" ||
16011 test ! -s conftest.err
16012 } && test -s conftest$ac_exeext && {
16013 test "$cross_compiling" = yes ||
16014 $as_test_x conftest$ac_exeext
16015 }; then
16016 case "$LIBEXT" in
16017 dll) ;;
16018 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'` ;;
16019 *) ac_cv_lib_soname_cups=`$ac_cv_path_LDD conftest$ac_exeext | grep "libcups\\.$LIBEXT" | sed -e "s/^.*\(libcups\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
16020 esac
16021 else
16022 $as_echo "$as_me: failed program was:" >&5
16023 sed 's/^/| /' conftest.$ac_ext >&5
16028 rm -rf conftest.dSYM
16029 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16030 conftest$ac_exeext conftest.$ac_ext
16031 LIBS=$ac_check_soname_save_LIBS
16033 if test "x$ac_cv_lib_soname_cups" = "x"; then
16034 { $as_echo "$as_me:$LINENO: result: not found" >&5
16035 $as_echo "not found" >&6; }
16037 else
16038 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_cups" >&5
16039 $as_echo "$ac_cv_lib_soname_cups" >&6; }
16041 cat >>confdefs.h <<_ACEOF
16042 #define SONAME_LIBCUPS "$ac_cv_lib_soname_cups"
16043 _ACEOF
16045 CUPSINCL="$ac_cups_cflags"
16050 done
16052 CPPFLAGS="$ac_save_CPPFLAGS"
16054 if test "x$ac_cv_lib_soname_cups" = "x"; then
16055 case "x$with_cups" in
16056 x) wine_notices="$wine_notices|libcups ${notice_platform}development files not found, CUPS won't be supported." ;;
16057 xno) ;;
16058 *) { { $as_echo "$as_me:$LINENO: error: libcups ${notice_platform}development files not found, CUPS won't be supported.
16059 This is an error since --with-cups was requested." >&5
16060 $as_echo "$as_me: error: libcups ${notice_platform}development files not found, CUPS won't be supported.
16061 This is an error since --with-cups was requested." >&2;}
16062 { (exit 1); exit 1; }; } ;;
16063 esac
16067 if test "$ac_cv_header_jack_jack_h" = "yes"
16068 then
16069 { $as_echo "$as_me:$LINENO: checking for -ljack" >&5
16070 $as_echo_n "checking for -ljack... " >&6; }
16071 if test "${ac_cv_lib_soname_jack+set}" = set; then
16072 $as_echo_n "(cached) " >&6
16073 else
16074 ac_check_soname_save_LIBS=$LIBS
16075 LIBS="-ljack $LIBS"
16076 cat >conftest.$ac_ext <<_ACEOF
16077 /* confdefs.h. */
16078 _ACEOF
16079 cat confdefs.h >>conftest.$ac_ext
16080 cat >>conftest.$ac_ext <<_ACEOF
16081 /* end confdefs.h. */
16083 /* Override any GCC internal prototype to avoid an error.
16084 Use char because int might match the return type of a GCC
16085 builtin and then its argument prototype would still apply. */
16086 #ifdef __cplusplus
16087 extern "C"
16088 #endif
16089 char jack_client_new ();
16091 main ()
16093 return jack_client_new ();
16095 return 0;
16097 _ACEOF
16098 rm -f conftest.$ac_objext conftest$ac_exeext
16099 if { (ac_try="$ac_link"
16100 case "(($ac_try" in
16101 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16102 *) ac_try_echo=$ac_try;;
16103 esac
16104 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
16105 $as_echo "$ac_try_echo") >&5
16106 (eval "$ac_link") 2>conftest.er1
16107 ac_status=$?
16108 grep -v '^ *+' conftest.er1 >conftest.err
16109 rm -f conftest.er1
16110 cat conftest.err >&5
16111 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
16112 (exit $ac_status); } && {
16113 test -z "$ac_c_werror_flag" ||
16114 test ! -s conftest.err
16115 } && test -s conftest$ac_exeext && {
16116 test "$cross_compiling" = yes ||
16117 $as_test_x conftest$ac_exeext
16118 }; then
16119 case "$LIBEXT" in
16120 dll) ;;
16121 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'` ;;
16122 *) 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'` ;;
16123 esac
16124 else
16125 $as_echo "$as_me: failed program was:" >&5
16126 sed 's/^/| /' conftest.$ac_ext >&5
16131 rm -rf conftest.dSYM
16132 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16133 conftest$ac_exeext conftest.$ac_ext
16134 LIBS=$ac_check_soname_save_LIBS
16136 if test "x$ac_cv_lib_soname_jack" = "x"; then
16137 { $as_echo "$as_me:$LINENO: result: not found" >&5
16138 $as_echo "not found" >&6; }
16140 else
16141 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_jack" >&5
16142 $as_echo "$ac_cv_lib_soname_jack" >&6; }
16144 cat >>confdefs.h <<_ACEOF
16145 #define SONAME_LIBJACK "$ac_cv_lib_soname_jack"
16146 _ACEOF
16153 if test "$ac_cv_header_fontconfig_fontconfig_h" = "yes"
16154 then
16155 { $as_echo "$as_me:$LINENO: checking for -lfontconfig" >&5
16156 $as_echo_n "checking for -lfontconfig... " >&6; }
16157 if test "${ac_cv_lib_soname_fontconfig+set}" = set; then
16158 $as_echo_n "(cached) " >&6
16159 else
16160 ac_check_soname_save_LIBS=$LIBS
16161 LIBS="-lfontconfig $LIBS"
16162 cat >conftest.$ac_ext <<_ACEOF
16163 /* confdefs.h. */
16164 _ACEOF
16165 cat confdefs.h >>conftest.$ac_ext
16166 cat >>conftest.$ac_ext <<_ACEOF
16167 /* end confdefs.h. */
16169 /* Override any GCC internal prototype to avoid an error.
16170 Use char because int might match the return type of a GCC
16171 builtin and then its argument prototype would still apply. */
16172 #ifdef __cplusplus
16173 extern "C"
16174 #endif
16175 char FcInit ();
16177 main ()
16179 return FcInit ();
16181 return 0;
16183 _ACEOF
16184 rm -f conftest.$ac_objext conftest$ac_exeext
16185 if { (ac_try="$ac_link"
16186 case "(($ac_try" in
16187 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16188 *) ac_try_echo=$ac_try;;
16189 esac
16190 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
16191 $as_echo "$ac_try_echo") >&5
16192 (eval "$ac_link") 2>conftest.er1
16193 ac_status=$?
16194 grep -v '^ *+' conftest.er1 >conftest.err
16195 rm -f conftest.er1
16196 cat conftest.err >&5
16197 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
16198 (exit $ac_status); } && {
16199 test -z "$ac_c_werror_flag" ||
16200 test ! -s conftest.err
16201 } && test -s conftest$ac_exeext && {
16202 test "$cross_compiling" = yes ||
16203 $as_test_x conftest$ac_exeext
16204 }; then
16205 case "$LIBEXT" in
16206 dll) ;;
16207 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'` ;;
16208 *) ac_cv_lib_soname_fontconfig=`$ac_cv_path_LDD conftest$ac_exeext | grep "libfontconfig\\.$LIBEXT" | sed -e "s/^.*\(libfontconfig\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
16209 esac
16210 else
16211 $as_echo "$as_me: failed program was:" >&5
16212 sed 's/^/| /' conftest.$ac_ext >&5
16217 rm -rf conftest.dSYM
16218 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16219 conftest$ac_exeext conftest.$ac_ext
16220 LIBS=$ac_check_soname_save_LIBS
16222 if test "x$ac_cv_lib_soname_fontconfig" = "x"; then
16223 { $as_echo "$as_me:$LINENO: result: not found" >&5
16224 $as_echo "not found" >&6; }
16226 else
16227 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_fontconfig" >&5
16228 $as_echo "$ac_cv_lib_soname_fontconfig" >&6; }
16230 cat >>confdefs.h <<_ACEOF
16231 #define SONAME_LIBFONTCONFIG "$ac_cv_lib_soname_fontconfig"
16232 _ACEOF
16237 elif test -n "$X_CFLAGS" -a "x$with_fontconfig" != "xno"
16238 then
16239 ac_save_CPPFLAGS="$CPPFLAGS"
16240 CPPFLAGS="$CPPFLAGS $X_CFLAGS"
16241 $as_unset ac_cv_header_fontconfig_fontconfig_h
16243 for ac_header in fontconfig/fontconfig.h
16245 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
16246 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
16247 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
16248 $as_echo_n "checking for $ac_header... " >&6; }
16249 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
16250 $as_echo_n "(cached) " >&6
16252 ac_res=`eval 'as_val=${'$as_ac_Header'}
16253 $as_echo "$as_val"'`
16254 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
16255 $as_echo "$ac_res" >&6; }
16256 else
16257 # Is the header compilable?
16258 { $as_echo "$as_me:$LINENO: checking $ac_header usability" >&5
16259 $as_echo_n "checking $ac_header usability... " >&6; }
16260 cat >conftest.$ac_ext <<_ACEOF
16261 /* confdefs.h. */
16262 _ACEOF
16263 cat confdefs.h >>conftest.$ac_ext
16264 cat >>conftest.$ac_ext <<_ACEOF
16265 /* end confdefs.h. */
16266 $ac_includes_default
16267 #include <$ac_header>
16268 _ACEOF
16269 rm -f conftest.$ac_objext
16270 if { (ac_try="$ac_compile"
16271 case "(($ac_try" in
16272 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16273 *) ac_try_echo=$ac_try;;
16274 esac
16275 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
16276 $as_echo "$ac_try_echo") >&5
16277 (eval "$ac_compile") 2>conftest.er1
16278 ac_status=$?
16279 grep -v '^ *+' conftest.er1 >conftest.err
16280 rm -f conftest.er1
16281 cat conftest.err >&5
16282 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
16283 (exit $ac_status); } && {
16284 test -z "$ac_c_werror_flag" ||
16285 test ! -s conftest.err
16286 } && test -s conftest.$ac_objext; then
16287 ac_header_compiler=yes
16288 else
16289 $as_echo "$as_me: failed program was:" >&5
16290 sed 's/^/| /' conftest.$ac_ext >&5
16292 ac_header_compiler=no
16295 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
16296 { $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
16297 $as_echo "$ac_header_compiler" >&6; }
16299 # Is the header present?
16300 { $as_echo "$as_me:$LINENO: checking $ac_header presence" >&5
16301 $as_echo_n "checking $ac_header presence... " >&6; }
16302 cat >conftest.$ac_ext <<_ACEOF
16303 /* confdefs.h. */
16304 _ACEOF
16305 cat confdefs.h >>conftest.$ac_ext
16306 cat >>conftest.$ac_ext <<_ACEOF
16307 /* end confdefs.h. */
16308 #include <$ac_header>
16309 _ACEOF
16310 if { (ac_try="$ac_cpp conftest.$ac_ext"
16311 case "(($ac_try" in
16312 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16313 *) ac_try_echo=$ac_try;;
16314 esac
16315 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
16316 $as_echo "$ac_try_echo") >&5
16317 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
16318 ac_status=$?
16319 grep -v '^ *+' conftest.er1 >conftest.err
16320 rm -f conftest.er1
16321 cat conftest.err >&5
16322 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
16323 (exit $ac_status); } >/dev/null && {
16324 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
16325 test ! -s conftest.err
16326 }; then
16327 ac_header_preproc=yes
16328 else
16329 $as_echo "$as_me: failed program was:" >&5
16330 sed 's/^/| /' conftest.$ac_ext >&5
16332 ac_header_preproc=no
16335 rm -f conftest.err conftest.$ac_ext
16336 { $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
16337 $as_echo "$ac_header_preproc" >&6; }
16339 # So? What about this header?
16340 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
16341 yes:no: )
16342 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
16343 $as_echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
16344 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
16345 $as_echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
16346 ac_header_preproc=yes
16348 no:yes:* )
16349 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
16350 $as_echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
16351 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
16352 $as_echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
16353 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
16354 $as_echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
16355 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
16356 $as_echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
16357 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
16358 $as_echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
16359 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
16360 $as_echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
16361 ( cat <<\_ASBOX
16362 ## ------------------------------------ ##
16363 ## Report this to wine-devel@winehq.org ##
16364 ## ------------------------------------ ##
16365 _ASBOX
16366 ) | sed "s/^/$as_me: WARNING: /" >&2
16368 esac
16369 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
16370 $as_echo_n "checking for $ac_header... " >&6; }
16371 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
16372 $as_echo_n "(cached) " >&6
16373 else
16374 eval "$as_ac_Header=\$ac_header_preproc"
16376 ac_res=`eval 'as_val=${'$as_ac_Header'}
16377 $as_echo "$as_val"'`
16378 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
16379 $as_echo "$ac_res" >&6; }
16382 as_val=`eval 'as_val=${'$as_ac_Header'}
16383 $as_echo "$as_val"'`
16384 if test "x$as_val" = x""yes; then
16385 cat >>confdefs.h <<_ACEOF
16386 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
16387 _ACEOF
16391 done
16393 CPPFLAGS="$ac_save_CPPFLAGS"
16394 if test "$ac_cv_header_fontconfig_fontconfig_h" = "yes"
16395 then
16396 FONTCONFIGINCL="$X_CFLAGS"
16398 { $as_echo "$as_me:$LINENO: checking for -lfontconfig" >&5
16399 $as_echo_n "checking for -lfontconfig... " >&6; }
16400 if test "${ac_cv_lib_soname_fontconfig+set}" = set; then
16401 $as_echo_n "(cached) " >&6
16402 else
16403 ac_check_soname_save_LIBS=$LIBS
16404 LIBS="-lfontconfig $X_LIBS $LIBS"
16405 cat >conftest.$ac_ext <<_ACEOF
16406 /* confdefs.h. */
16407 _ACEOF
16408 cat confdefs.h >>conftest.$ac_ext
16409 cat >>conftest.$ac_ext <<_ACEOF
16410 /* end confdefs.h. */
16412 /* Override any GCC internal prototype to avoid an error.
16413 Use char because int might match the return type of a GCC
16414 builtin and then its argument prototype would still apply. */
16415 #ifdef __cplusplus
16416 extern "C"
16417 #endif
16418 char FcInit ();
16420 main ()
16422 return FcInit ();
16424 return 0;
16426 _ACEOF
16427 rm -f conftest.$ac_objext conftest$ac_exeext
16428 if { (ac_try="$ac_link"
16429 case "(($ac_try" in
16430 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16431 *) ac_try_echo=$ac_try;;
16432 esac
16433 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
16434 $as_echo "$ac_try_echo") >&5
16435 (eval "$ac_link") 2>conftest.er1
16436 ac_status=$?
16437 grep -v '^ *+' conftest.er1 >conftest.err
16438 rm -f conftest.er1
16439 cat conftest.err >&5
16440 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
16441 (exit $ac_status); } && {
16442 test -z "$ac_c_werror_flag" ||
16443 test ! -s conftest.err
16444 } && test -s conftest$ac_exeext && {
16445 test "$cross_compiling" = yes ||
16446 $as_test_x conftest$ac_exeext
16447 }; then
16448 case "$LIBEXT" in
16449 dll) ;;
16450 dylib) ac_cv_lib_soname_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'` ;;
16451 *) ac_cv_lib_soname_fontconfig=`$ac_cv_path_LDD conftest$ac_exeext | grep "libfontconfig\\.$LIBEXT" | sed -e "s/^.*\(libfontconfig\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
16452 esac
16453 else
16454 $as_echo "$as_me: failed program was:" >&5
16455 sed 's/^/| /' conftest.$ac_ext >&5
16460 rm -rf conftest.dSYM
16461 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16462 conftest$ac_exeext conftest.$ac_ext
16463 LIBS=$ac_check_soname_save_LIBS
16465 if test "x$ac_cv_lib_soname_fontconfig" = "x"; then
16466 { $as_echo "$as_me:$LINENO: result: not found" >&5
16467 $as_echo "not found" >&6; }
16469 else
16470 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_fontconfig" >&5
16471 $as_echo "$ac_cv_lib_soname_fontconfig" >&6; }
16473 cat >>confdefs.h <<_ACEOF
16474 #define SONAME_LIBFONTCONFIG "$ac_cv_lib_soname_fontconfig"
16475 _ACEOF
16482 if test "x$ac_cv_lib_soname_fontconfig" = "x"; then
16483 case "x$with_fontconfig" in
16484 x) wine_notices="$wine_notices|fontconfig ${notice_platform}development files not found, fontconfig won't be supported." ;;
16485 xno) ;;
16486 *) { { $as_echo "$as_me:$LINENO: error: fontconfig ${notice_platform}development files not found, fontconfig won't be supported.
16487 This is an error since --with-fontconfig was requested." >&5
16488 $as_echo "$as_me: error: fontconfig ${notice_platform}development files not found, fontconfig won't be supported.
16489 This is an error since --with-fontconfig was requested." >&2;}
16490 { (exit 1); exit 1; }; } ;;
16491 esac
16495 if test "$ac_cv_header_openssl_err_h" = "yes" -a "$ac_cv_header_openssl_ssl_h" = "yes"
16496 then
16497 { $as_echo "$as_me:$LINENO: checking for -lssl" >&5
16498 $as_echo_n "checking for -lssl... " >&6; }
16499 if test "${ac_cv_lib_soname_ssl+set}" = set; then
16500 $as_echo_n "(cached) " >&6
16501 else
16502 ac_check_soname_save_LIBS=$LIBS
16503 LIBS="-lssl $LIBS"
16504 cat >conftest.$ac_ext <<_ACEOF
16505 /* confdefs.h. */
16506 _ACEOF
16507 cat confdefs.h >>conftest.$ac_ext
16508 cat >>conftest.$ac_ext <<_ACEOF
16509 /* end confdefs.h. */
16511 /* Override any GCC internal prototype to avoid an error.
16512 Use char because int might match the return type of a GCC
16513 builtin and then its argument prototype would still apply. */
16514 #ifdef __cplusplus
16515 extern "C"
16516 #endif
16517 char SSL_library_init ();
16519 main ()
16521 return SSL_library_init ();
16523 return 0;
16525 _ACEOF
16526 rm -f conftest.$ac_objext conftest$ac_exeext
16527 if { (ac_try="$ac_link"
16528 case "(($ac_try" in
16529 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16530 *) ac_try_echo=$ac_try;;
16531 esac
16532 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
16533 $as_echo "$ac_try_echo") >&5
16534 (eval "$ac_link") 2>conftest.er1
16535 ac_status=$?
16536 grep -v '^ *+' conftest.er1 >conftest.err
16537 rm -f conftest.er1
16538 cat conftest.err >&5
16539 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
16540 (exit $ac_status); } && {
16541 test -z "$ac_c_werror_flag" ||
16542 test ! -s conftest.err
16543 } && test -s conftest$ac_exeext && {
16544 test "$cross_compiling" = yes ||
16545 $as_test_x conftest$ac_exeext
16546 }; then
16547 case "$LIBEXT" in
16548 dll) ;;
16549 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'` ;;
16550 *) ac_cv_lib_soname_ssl=`$ac_cv_path_LDD conftest$ac_exeext | grep "libssl\\.$LIBEXT" | sed -e "s/^.*\(libssl\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
16551 esac
16552 else
16553 $as_echo "$as_me: failed program was:" >&5
16554 sed 's/^/| /' conftest.$ac_ext >&5
16559 rm -rf conftest.dSYM
16560 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16561 conftest$ac_exeext conftest.$ac_ext
16562 LIBS=$ac_check_soname_save_LIBS
16564 if test "x$ac_cv_lib_soname_ssl" = "x"; then
16565 { $as_echo "$as_me:$LINENO: result: not found" >&5
16566 $as_echo "not found" >&6; }
16568 else
16569 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_ssl" >&5
16570 $as_echo "$ac_cv_lib_soname_ssl" >&6; }
16572 cat >>confdefs.h <<_ACEOF
16573 #define SONAME_LIBSSL "$ac_cv_lib_soname_ssl"
16574 _ACEOF
16579 { $as_echo "$as_me:$LINENO: checking for -lcrypto" >&5
16580 $as_echo_n "checking for -lcrypto... " >&6; }
16581 if test "${ac_cv_lib_soname_crypto+set}" = set; then
16582 $as_echo_n "(cached) " >&6
16583 else
16584 ac_check_soname_save_LIBS=$LIBS
16585 LIBS="-lcrypto $LIBS"
16586 cat >conftest.$ac_ext <<_ACEOF
16587 /* confdefs.h. */
16588 _ACEOF
16589 cat confdefs.h >>conftest.$ac_ext
16590 cat >>conftest.$ac_ext <<_ACEOF
16591 /* end confdefs.h. */
16593 /* Override any GCC internal prototype to avoid an error.
16594 Use char because int might match the return type of a GCC
16595 builtin and then its argument prototype would still apply. */
16596 #ifdef __cplusplus
16597 extern "C"
16598 #endif
16599 char BIO_new_socket ();
16601 main ()
16603 return BIO_new_socket ();
16605 return 0;
16607 _ACEOF
16608 rm -f conftest.$ac_objext conftest$ac_exeext
16609 if { (ac_try="$ac_link"
16610 case "(($ac_try" in
16611 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16612 *) ac_try_echo=$ac_try;;
16613 esac
16614 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
16615 $as_echo "$ac_try_echo") >&5
16616 (eval "$ac_link") 2>conftest.er1
16617 ac_status=$?
16618 grep -v '^ *+' conftest.er1 >conftest.err
16619 rm -f conftest.er1
16620 cat conftest.err >&5
16621 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
16622 (exit $ac_status); } && {
16623 test -z "$ac_c_werror_flag" ||
16624 test ! -s conftest.err
16625 } && test -s conftest$ac_exeext && {
16626 test "$cross_compiling" = yes ||
16627 $as_test_x conftest$ac_exeext
16628 }; then
16629 case "$LIBEXT" in
16630 dll) ;;
16631 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'` ;;
16632 *) ac_cv_lib_soname_crypto=`$ac_cv_path_LDD conftest$ac_exeext | grep "libcrypto\\.$LIBEXT" | sed -e "s/^.*\(libcrypto\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
16633 esac
16634 else
16635 $as_echo "$as_me: failed program was:" >&5
16636 sed 's/^/| /' conftest.$ac_ext >&5
16641 rm -rf conftest.dSYM
16642 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16643 conftest$ac_exeext conftest.$ac_ext
16644 LIBS=$ac_check_soname_save_LIBS
16646 if test "x$ac_cv_lib_soname_crypto" = "x"; then
16647 { $as_echo "$as_me:$LINENO: result: not found" >&5
16648 $as_echo "not found" >&6; }
16650 else
16651 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_crypto" >&5
16652 $as_echo "$ac_cv_lib_soname_crypto" >&6; }
16654 cat >>confdefs.h <<_ACEOF
16655 #define SONAME_LIBCRYPTO "$ac_cv_lib_soname_crypto"
16656 _ACEOF
16662 if test "x$ac_cv_lib_soname_ssl" = "x" -o "x$ac_cv_lib_soname_crypto" = "x"; then
16663 case "x$with_openssl" in
16664 x) wine_warnings="$wine_warnings|OpenSSL ${notice_platform}development files not found, SSL won't be supported." ;;
16665 xno) ;;
16666 *) { { $as_echo "$as_me:$LINENO: error: OpenSSL ${notice_platform}development files not found, SSL won't be supported.
16667 This is an error since --with-openssl was requested." >&5
16668 $as_echo "$as_me: error: OpenSSL ${notice_platform}development files not found, SSL won't be supported.
16669 This is an error since --with-openssl was requested." >&2;}
16670 { (exit 1); exit 1; }; } ;;
16671 esac
16675 if test "$ac_cv_header_jpeglib_h" = "yes"
16676 then
16677 { $as_echo "$as_me:$LINENO: checking for -ljpeg" >&5
16678 $as_echo_n "checking for -ljpeg... " >&6; }
16679 if test "${ac_cv_lib_soname_jpeg+set}" = set; then
16680 $as_echo_n "(cached) " >&6
16681 else
16682 ac_check_soname_save_LIBS=$LIBS
16683 LIBS="-ljpeg $LIBS"
16684 cat >conftest.$ac_ext <<_ACEOF
16685 /* confdefs.h. */
16686 _ACEOF
16687 cat confdefs.h >>conftest.$ac_ext
16688 cat >>conftest.$ac_ext <<_ACEOF
16689 /* end confdefs.h. */
16691 /* Override any GCC internal prototype to avoid an error.
16692 Use char because int might match the return type of a GCC
16693 builtin and then its argument prototype would still apply. */
16694 #ifdef __cplusplus
16695 extern "C"
16696 #endif
16697 char jpeg_start_decompress ();
16699 main ()
16701 return jpeg_start_decompress ();
16703 return 0;
16705 _ACEOF
16706 rm -f conftest.$ac_objext conftest$ac_exeext
16707 if { (ac_try="$ac_link"
16708 case "(($ac_try" in
16709 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16710 *) ac_try_echo=$ac_try;;
16711 esac
16712 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
16713 $as_echo "$ac_try_echo") >&5
16714 (eval "$ac_link") 2>conftest.er1
16715 ac_status=$?
16716 grep -v '^ *+' conftest.er1 >conftest.err
16717 rm -f conftest.er1
16718 cat conftest.err >&5
16719 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
16720 (exit $ac_status); } && {
16721 test -z "$ac_c_werror_flag" ||
16722 test ! -s conftest.err
16723 } && test -s conftest$ac_exeext && {
16724 test "$cross_compiling" = yes ||
16725 $as_test_x conftest$ac_exeext
16726 }; then
16727 case "$LIBEXT" in
16728 dll) ;;
16729 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'` ;;
16730 *) ac_cv_lib_soname_jpeg=`$ac_cv_path_LDD conftest$ac_exeext | grep "libjpeg\\.$LIBEXT" | sed -e "s/^.*\(libjpeg\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
16731 esac
16732 else
16733 $as_echo "$as_me: failed program was:" >&5
16734 sed 's/^/| /' conftest.$ac_ext >&5
16739 rm -rf conftest.dSYM
16740 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16741 conftest$ac_exeext conftest.$ac_ext
16742 LIBS=$ac_check_soname_save_LIBS
16744 if test "x$ac_cv_lib_soname_jpeg" = "x"; then
16745 { $as_echo "$as_me:$LINENO: result: not found" >&5
16746 $as_echo "not found" >&6; }
16748 else
16749 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_jpeg" >&5
16750 $as_echo "$ac_cv_lib_soname_jpeg" >&6; }
16752 cat >>confdefs.h <<_ACEOF
16753 #define SONAME_LIBJPEG "$ac_cv_lib_soname_jpeg"
16754 _ACEOF
16760 if test "x$ac_cv_lib_soname_jpeg" = "x"; then
16761 case "x$with_jpeg" in
16762 x) wine_warnings="$wine_warnings|libjpeg ${notice_platform}development files not found, JPEG won't be supported." ;;
16763 xno) ;;
16764 *) { { $as_echo "$as_me:$LINENO: error: libjpeg ${notice_platform}development files not found, JPEG won't be supported.
16765 This is an error since --with-jpeg was requested." >&5
16766 $as_echo "$as_me: error: libjpeg ${notice_platform}development files not found, JPEG won't be supported.
16767 This is an error since --with-jpeg was requested." >&2;}
16768 { (exit 1); exit 1; }; } ;;
16769 esac
16773 if test "$ac_cv_header_png_h" = "yes"
16774 then
16775 { $as_echo "$as_me:$LINENO: checking for -lpng" >&5
16776 $as_echo_n "checking for -lpng... " >&6; }
16777 if test "${ac_cv_lib_soname_png+set}" = set; then
16778 $as_echo_n "(cached) " >&6
16779 else
16780 ac_check_soname_save_LIBS=$LIBS
16781 LIBS="-lpng -lm -lz $LIBS"
16782 cat >conftest.$ac_ext <<_ACEOF
16783 /* confdefs.h. */
16784 _ACEOF
16785 cat confdefs.h >>conftest.$ac_ext
16786 cat >>conftest.$ac_ext <<_ACEOF
16787 /* end confdefs.h. */
16789 /* Override any GCC internal prototype to avoid an error.
16790 Use char because int might match the return type of a GCC
16791 builtin and then its argument prototype would still apply. */
16792 #ifdef __cplusplus
16793 extern "C"
16794 #endif
16795 char png_create_read_struct ();
16797 main ()
16799 return png_create_read_struct ();
16801 return 0;
16803 _ACEOF
16804 rm -f conftest.$ac_objext conftest$ac_exeext
16805 if { (ac_try="$ac_link"
16806 case "(($ac_try" in
16807 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16808 *) ac_try_echo=$ac_try;;
16809 esac
16810 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
16811 $as_echo "$ac_try_echo") >&5
16812 (eval "$ac_link") 2>conftest.er1
16813 ac_status=$?
16814 grep -v '^ *+' conftest.er1 >conftest.err
16815 rm -f conftest.er1
16816 cat conftest.err >&5
16817 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
16818 (exit $ac_status); } && {
16819 test -z "$ac_c_werror_flag" ||
16820 test ! -s conftest.err
16821 } && test -s conftest$ac_exeext && {
16822 test "$cross_compiling" = yes ||
16823 $as_test_x conftest$ac_exeext
16824 }; then
16825 case "$LIBEXT" in
16826 dll) ;;
16827 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'` ;;
16828 *) 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'` ;;
16829 esac
16830 else
16831 $as_echo "$as_me: failed program was:" >&5
16832 sed 's/^/| /' conftest.$ac_ext >&5
16837 rm -rf conftest.dSYM
16838 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16839 conftest$ac_exeext conftest.$ac_ext
16840 LIBS=$ac_check_soname_save_LIBS
16842 if test "x$ac_cv_lib_soname_png" = "x"; then
16843 { $as_echo "$as_me:$LINENO: result: not found" >&5
16844 $as_echo "not found" >&6; }
16846 else
16847 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_png" >&5
16848 $as_echo "$ac_cv_lib_soname_png" >&6; }
16850 cat >>confdefs.h <<_ACEOF
16851 #define SONAME_LIBPNG "$ac_cv_lib_soname_png"
16852 _ACEOF
16858 if test "x$ac_cv_lib_soname_png" = "x"; then
16859 case "x$with_png" in
16860 x) wine_warnings="$wine_warnings|libpng ${notice_platform}development files not found, PNG won't be supported." ;;
16861 xno) ;;
16862 *) { { $as_echo "$as_me:$LINENO: error: libpng ${notice_platform}development files not found, PNG won't be supported.
16863 This is an error since --with-png was requested." >&5
16864 $as_echo "$as_me: error: libpng ${notice_platform}development files not found, PNG won't be supported.
16865 This is an error since --with-png was requested." >&2;}
16866 { (exit 1); exit 1; }; } ;;
16867 esac
16871 { $as_echo "$as_me:$LINENO: checking for -lodbc" >&5
16872 $as_echo_n "checking for -lodbc... " >&6; }
16873 if test "${ac_cv_lib_soname_odbc+set}" = set; then
16874 $as_echo_n "(cached) " >&6
16875 else
16876 ac_check_soname_save_LIBS=$LIBS
16877 LIBS="-lodbc $LIBS"
16878 cat >conftest.$ac_ext <<_ACEOF
16879 /* confdefs.h. */
16880 _ACEOF
16881 cat confdefs.h >>conftest.$ac_ext
16882 cat >>conftest.$ac_ext <<_ACEOF
16883 /* end confdefs.h. */
16885 /* Override any GCC internal prototype to avoid an error.
16886 Use char because int might match the return type of a GCC
16887 builtin and then its argument prototype would still apply. */
16888 #ifdef __cplusplus
16889 extern "C"
16890 #endif
16891 char SQLConnect ();
16893 main ()
16895 return SQLConnect ();
16897 return 0;
16899 _ACEOF
16900 rm -f conftest.$ac_objext conftest$ac_exeext
16901 if { (ac_try="$ac_link"
16902 case "(($ac_try" in
16903 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16904 *) ac_try_echo=$ac_try;;
16905 esac
16906 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
16907 $as_echo "$ac_try_echo") >&5
16908 (eval "$ac_link") 2>conftest.er1
16909 ac_status=$?
16910 grep -v '^ *+' conftest.er1 >conftest.err
16911 rm -f conftest.er1
16912 cat conftest.err >&5
16913 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
16914 (exit $ac_status); } && {
16915 test -z "$ac_c_werror_flag" ||
16916 test ! -s conftest.err
16917 } && test -s conftest$ac_exeext && {
16918 test "$cross_compiling" = yes ||
16919 $as_test_x conftest$ac_exeext
16920 }; then
16921 case "$LIBEXT" in
16922 dll) ;;
16923 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'` ;;
16924 *) ac_cv_lib_soname_odbc=`$ac_cv_path_LDD conftest$ac_exeext | grep "libodbc\\.$LIBEXT" | sed -e "s/^.*\(libodbc\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
16925 esac
16926 else
16927 $as_echo "$as_me: failed program was:" >&5
16928 sed 's/^/| /' conftest.$ac_ext >&5
16933 rm -rf conftest.dSYM
16934 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16935 conftest$ac_exeext conftest.$ac_ext
16936 LIBS=$ac_check_soname_save_LIBS
16938 if test "x$ac_cv_lib_soname_odbc" = "x"; then
16939 { $as_echo "$as_me:$LINENO: result: not found" >&5
16940 $as_echo "not found" >&6; }
16941 cat >>confdefs.h <<_ACEOF
16942 #define SONAME_LIBODBC "libodbc.$LIBEXT"
16943 _ACEOF
16945 else
16946 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_odbc" >&5
16947 $as_echo "$ac_cv_lib_soname_odbc" >&6; }
16949 cat >>confdefs.h <<_ACEOF
16950 #define SONAME_LIBODBC "$ac_cv_lib_soname_odbc"
16951 _ACEOF
16957 if test "x$ALSALIBS$AUDIOIOLIBS$COREAUDIO$NASLIBS$ESDLIBS$ac_cv_lib_soname_jack" = "x" -a \
16958 "$ac_cv_header_sys_soundcard_h" != "yes" -a \
16959 "$ac_cv_header_machine_soundcard_h" != "yes" -a \
16960 "$ac_cv_header_soundcard_h" != "yes" -a \
16961 "x$with_alsa$with_audioio$with_coreaudio$with_nas$with_esd$with_jack$with_oss" != xnonononononono
16962 then
16963 wine_warnings="$wine_warnings|No sound system was found. Windows applications will be silent."
16967 EXTRACFLAGS=""
16969 if test "x${GCC}" = "xyes"
16970 then
16971 EXTRACFLAGS="-Wall -pipe"
16973 { $as_echo "$as_me:$LINENO: checking for gcc strength-reduce bug" >&5
16974 $as_echo_n "checking for gcc strength-reduce bug... " >&6; }
16975 if test "${ac_cv_c_gcc_strength_bug+set}" = set; then
16976 $as_echo_n "(cached) " >&6
16977 else
16978 if test "$cross_compiling" = yes; then
16979 ac_cv_c_gcc_strength_bug="yes"
16980 else
16981 cat >conftest.$ac_ext <<_ACEOF
16982 /* confdefs.h. */
16983 _ACEOF
16984 cat confdefs.h >>conftest.$ac_ext
16985 cat >>conftest.$ac_ext <<_ACEOF
16986 /* end confdefs.h. */
16987 int L[4] = {0,1,2,3};
16989 main ()
16991 static int Array[3];
16992 unsigned int B = 3;
16993 int i;
16994 for(i=0; i<B; i++) Array[i] = i - 3;
16995 for(i=0; i<4 - 1; i++) L[i] = L[i + 1];
16996 L[i] = 4;
16997 exit( Array[1] != -2 || L[2] != 3)
16999 return 0;
17001 _ACEOF
17002 rm -f conftest$ac_exeext
17003 if { (ac_try="$ac_link"
17004 case "(($ac_try" in
17005 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17006 *) ac_try_echo=$ac_try;;
17007 esac
17008 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
17009 $as_echo "$ac_try_echo") >&5
17010 (eval "$ac_link") 2>&5
17011 ac_status=$?
17012 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
17013 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
17014 { (case "(($ac_try" in
17015 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17016 *) ac_try_echo=$ac_try;;
17017 esac
17018 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
17019 $as_echo "$ac_try_echo") >&5
17020 (eval "$ac_try") 2>&5
17021 ac_status=$?
17022 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
17023 (exit $ac_status); }; }; then
17024 ac_cv_c_gcc_strength_bug="no"
17025 else
17026 $as_echo "$as_me: program exited with status $ac_status" >&5
17027 $as_echo "$as_me: failed program was:" >&5
17028 sed 's/^/| /' conftest.$ac_ext >&5
17030 ( exit $ac_status )
17031 ac_cv_c_gcc_strength_bug="yes"
17033 rm -rf conftest.dSYM
17034 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
17039 { $as_echo "$as_me:$LINENO: result: $ac_cv_c_gcc_strength_bug" >&5
17040 $as_echo "$ac_cv_c_gcc_strength_bug" >&6; }
17041 if test "$ac_cv_c_gcc_strength_bug" = "yes"
17042 then
17043 EXTRACFLAGS="$EXTRACFLAGS -fno-strength-reduce"
17047 { $as_echo "$as_me:$LINENO: checking whether the compiler supports -fshort-wchar" >&5
17048 $as_echo_n "checking whether the compiler supports -fshort-wchar... " >&6; }
17049 if test "${ac_cv_cflags__fshort_wchar+set}" = set; then
17050 $as_echo_n "(cached) " >&6
17051 else
17052 ac_wine_try_cflags_saved=$CFLAGS
17053 CFLAGS="$CFLAGS -fshort-wchar"
17054 cat >conftest.$ac_ext <<_ACEOF
17055 /* confdefs.h. */
17056 _ACEOF
17057 cat confdefs.h >>conftest.$ac_ext
17058 cat >>conftest.$ac_ext <<_ACEOF
17059 /* end confdefs.h. */
17062 main ()
17066 return 0;
17068 _ACEOF
17069 rm -f conftest.$ac_objext conftest$ac_exeext
17070 if { (ac_try="$ac_link"
17071 case "(($ac_try" in
17072 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17073 *) ac_try_echo=$ac_try;;
17074 esac
17075 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
17076 $as_echo "$ac_try_echo") >&5
17077 (eval "$ac_link") 2>conftest.er1
17078 ac_status=$?
17079 grep -v '^ *+' conftest.er1 >conftest.err
17080 rm -f conftest.er1
17081 cat conftest.err >&5
17082 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
17083 (exit $ac_status); } && {
17084 test -z "$ac_c_werror_flag" ||
17085 test ! -s conftest.err
17086 } && test -s conftest$ac_exeext && {
17087 test "$cross_compiling" = yes ||
17088 $as_test_x conftest$ac_exeext
17089 }; then
17090 ac_cv_cflags__fshort_wchar=yes
17091 else
17092 $as_echo "$as_me: failed program was:" >&5
17093 sed 's/^/| /' conftest.$ac_ext >&5
17095 ac_cv_cflags__fshort_wchar=no
17098 rm -rf conftest.dSYM
17099 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17100 conftest$ac_exeext conftest.$ac_ext
17101 CFLAGS=$ac_wine_try_cflags_saved
17103 { $as_echo "$as_me:$LINENO: result: $ac_cv_cflags__fshort_wchar" >&5
17104 $as_echo "$ac_cv_cflags__fshort_wchar" >&6; }
17105 if test $ac_cv_cflags__fshort_wchar = yes; then
17107 cat >>confdefs.h <<\_ACEOF
17108 #define CC_FLAG_SHORT_WCHAR "-fshort-wchar"
17109 _ACEOF
17113 { $as_echo "$as_me:$LINENO: checking whether the compiler supports -fno-builtin" >&5
17114 $as_echo_n "checking whether the compiler supports -fno-builtin... " >&6; }
17115 if test "${ac_cv_cflags__fno_builtin+set}" = set; then
17116 $as_echo_n "(cached) " >&6
17117 else
17118 ac_wine_try_cflags_saved=$CFLAGS
17119 CFLAGS="$CFLAGS -fno-builtin"
17120 cat >conftest.$ac_ext <<_ACEOF
17121 /* confdefs.h. */
17122 _ACEOF
17123 cat confdefs.h >>conftest.$ac_ext
17124 cat >>conftest.$ac_ext <<_ACEOF
17125 /* end confdefs.h. */
17128 main ()
17132 return 0;
17134 _ACEOF
17135 rm -f conftest.$ac_objext conftest$ac_exeext
17136 if { (ac_try="$ac_link"
17137 case "(($ac_try" in
17138 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17139 *) ac_try_echo=$ac_try;;
17140 esac
17141 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
17142 $as_echo "$ac_try_echo") >&5
17143 (eval "$ac_link") 2>conftest.er1
17144 ac_status=$?
17145 grep -v '^ *+' conftest.er1 >conftest.err
17146 rm -f conftest.er1
17147 cat conftest.err >&5
17148 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
17149 (exit $ac_status); } && {
17150 test -z "$ac_c_werror_flag" ||
17151 test ! -s conftest.err
17152 } && test -s conftest$ac_exeext && {
17153 test "$cross_compiling" = yes ||
17154 $as_test_x conftest$ac_exeext
17155 }; then
17156 ac_cv_cflags__fno_builtin=yes
17157 else
17158 $as_echo "$as_me: failed program was:" >&5
17159 sed 's/^/| /' conftest.$ac_ext >&5
17161 ac_cv_cflags__fno_builtin=no
17164 rm -rf conftest.dSYM
17165 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17166 conftest$ac_exeext conftest.$ac_ext
17167 CFLAGS=$ac_wine_try_cflags_saved
17169 { $as_echo "$as_me:$LINENO: result: $ac_cv_cflags__fno_builtin" >&5
17170 $as_echo "$ac_cv_cflags__fno_builtin" >&6; }
17171 if test $ac_cv_cflags__fno_builtin = yes; then
17172 BUILTINFLAG="-fno-builtin"
17176 { $as_echo "$as_me:$LINENO: checking whether the compiler supports -fno-strict-aliasing" >&5
17177 $as_echo_n "checking whether the compiler supports -fno-strict-aliasing... " >&6; }
17178 if test "${ac_cv_cflags__fno_strict_aliasing+set}" = set; then
17179 $as_echo_n "(cached) " >&6
17180 else
17181 ac_wine_try_cflags_saved=$CFLAGS
17182 CFLAGS="$CFLAGS -fno-strict-aliasing"
17183 cat >conftest.$ac_ext <<_ACEOF
17184 /* confdefs.h. */
17185 _ACEOF
17186 cat confdefs.h >>conftest.$ac_ext
17187 cat >>conftest.$ac_ext <<_ACEOF
17188 /* end confdefs.h. */
17191 main ()
17195 return 0;
17197 _ACEOF
17198 rm -f conftest.$ac_objext conftest$ac_exeext
17199 if { (ac_try="$ac_link"
17200 case "(($ac_try" in
17201 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17202 *) ac_try_echo=$ac_try;;
17203 esac
17204 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
17205 $as_echo "$ac_try_echo") >&5
17206 (eval "$ac_link") 2>conftest.er1
17207 ac_status=$?
17208 grep -v '^ *+' conftest.er1 >conftest.err
17209 rm -f conftest.er1
17210 cat conftest.err >&5
17211 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
17212 (exit $ac_status); } && {
17213 test -z "$ac_c_werror_flag" ||
17214 test ! -s conftest.err
17215 } && test -s conftest$ac_exeext && {
17216 test "$cross_compiling" = yes ||
17217 $as_test_x conftest$ac_exeext
17218 }; then
17219 ac_cv_cflags__fno_strict_aliasing=yes
17220 else
17221 $as_echo "$as_me: failed program was:" >&5
17222 sed 's/^/| /' conftest.$ac_ext >&5
17224 ac_cv_cflags__fno_strict_aliasing=no
17227 rm -rf conftest.dSYM
17228 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17229 conftest$ac_exeext conftest.$ac_ext
17230 CFLAGS=$ac_wine_try_cflags_saved
17232 { $as_echo "$as_me:$LINENO: result: $ac_cv_cflags__fno_strict_aliasing" >&5
17233 $as_echo "$ac_cv_cflags__fno_strict_aliasing" >&6; }
17234 if test $ac_cv_cflags__fno_strict_aliasing = yes; then
17235 EXTRACFLAGS="$EXTRACFLAGS -fno-strict-aliasing"
17238 { $as_echo "$as_me:$LINENO: checking whether the compiler supports -Wdeclaration-after-statement" >&5
17239 $as_echo_n "checking whether the compiler supports -Wdeclaration-after-statement... " >&6; }
17240 if test "${ac_cv_cflags__Wdeclaration_after_statement+set}" = set; then
17241 $as_echo_n "(cached) " >&6
17242 else
17243 ac_wine_try_cflags_saved=$CFLAGS
17244 CFLAGS="$CFLAGS -Wdeclaration-after-statement"
17245 cat >conftest.$ac_ext <<_ACEOF
17246 /* confdefs.h. */
17247 _ACEOF
17248 cat confdefs.h >>conftest.$ac_ext
17249 cat >>conftest.$ac_ext <<_ACEOF
17250 /* end confdefs.h. */
17253 main ()
17257 return 0;
17259 _ACEOF
17260 rm -f conftest.$ac_objext conftest$ac_exeext
17261 if { (ac_try="$ac_link"
17262 case "(($ac_try" in
17263 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17264 *) ac_try_echo=$ac_try;;
17265 esac
17266 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
17267 $as_echo "$ac_try_echo") >&5
17268 (eval "$ac_link") 2>conftest.er1
17269 ac_status=$?
17270 grep -v '^ *+' conftest.er1 >conftest.err
17271 rm -f conftest.er1
17272 cat conftest.err >&5
17273 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
17274 (exit $ac_status); } && {
17275 test -z "$ac_c_werror_flag" ||
17276 test ! -s conftest.err
17277 } && test -s conftest$ac_exeext && {
17278 test "$cross_compiling" = yes ||
17279 $as_test_x conftest$ac_exeext
17280 }; then
17281 ac_cv_cflags__Wdeclaration_after_statement=yes
17282 else
17283 $as_echo "$as_me: failed program was:" >&5
17284 sed 's/^/| /' conftest.$ac_ext >&5
17286 ac_cv_cflags__Wdeclaration_after_statement=no
17289 rm -rf conftest.dSYM
17290 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17291 conftest$ac_exeext conftest.$ac_ext
17292 CFLAGS=$ac_wine_try_cflags_saved
17294 { $as_echo "$as_me:$LINENO: result: $ac_cv_cflags__Wdeclaration_after_statement" >&5
17295 $as_echo "$ac_cv_cflags__Wdeclaration_after_statement" >&6; }
17296 if test $ac_cv_cflags__Wdeclaration_after_statement = yes; then
17297 EXTRACFLAGS="$EXTRACFLAGS -Wdeclaration-after-statement"
17300 { $as_echo "$as_me:$LINENO: checking whether the compiler supports -Wwrite-strings" >&5
17301 $as_echo_n "checking whether the compiler supports -Wwrite-strings... " >&6; }
17302 if test "${ac_cv_cflags__Wwrite_strings+set}" = set; then
17303 $as_echo_n "(cached) " >&6
17304 else
17305 ac_wine_try_cflags_saved=$CFLAGS
17306 CFLAGS="$CFLAGS -Wwrite-strings"
17307 cat >conftest.$ac_ext <<_ACEOF
17308 /* confdefs.h. */
17309 _ACEOF
17310 cat confdefs.h >>conftest.$ac_ext
17311 cat >>conftest.$ac_ext <<_ACEOF
17312 /* end confdefs.h. */
17315 main ()
17319 return 0;
17321 _ACEOF
17322 rm -f conftest.$ac_objext conftest$ac_exeext
17323 if { (ac_try="$ac_link"
17324 case "(($ac_try" in
17325 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17326 *) ac_try_echo=$ac_try;;
17327 esac
17328 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
17329 $as_echo "$ac_try_echo") >&5
17330 (eval "$ac_link") 2>conftest.er1
17331 ac_status=$?
17332 grep -v '^ *+' conftest.er1 >conftest.err
17333 rm -f conftest.er1
17334 cat conftest.err >&5
17335 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
17336 (exit $ac_status); } && {
17337 test -z "$ac_c_werror_flag" ||
17338 test ! -s conftest.err
17339 } && test -s conftest$ac_exeext && {
17340 test "$cross_compiling" = yes ||
17341 $as_test_x conftest$ac_exeext
17342 }; then
17343 ac_cv_cflags__Wwrite_strings=yes
17344 else
17345 $as_echo "$as_me: failed program was:" >&5
17346 sed 's/^/| /' conftest.$ac_ext >&5
17348 ac_cv_cflags__Wwrite_strings=no
17351 rm -rf conftest.dSYM
17352 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17353 conftest$ac_exeext conftest.$ac_ext
17354 CFLAGS=$ac_wine_try_cflags_saved
17356 { $as_echo "$as_me:$LINENO: result: $ac_cv_cflags__Wwrite_strings" >&5
17357 $as_echo "$ac_cv_cflags__Wwrite_strings" >&6; }
17358 if test $ac_cv_cflags__Wwrite_strings = yes; then
17359 EXTRACFLAGS="$EXTRACFLAGS -Wwrite-strings"
17362 { $as_echo "$as_me:$LINENO: checking whether the compiler supports -Wtype-limits" >&5
17363 $as_echo_n "checking whether the compiler supports -Wtype-limits... " >&6; }
17364 if test "${ac_cv_cflags__Wtype_limits+set}" = set; then
17365 $as_echo_n "(cached) " >&6
17366 else
17367 ac_wine_try_cflags_saved=$CFLAGS
17368 CFLAGS="$CFLAGS -Wtype-limits"
17369 cat >conftest.$ac_ext <<_ACEOF
17370 /* confdefs.h. */
17371 _ACEOF
17372 cat confdefs.h >>conftest.$ac_ext
17373 cat >>conftest.$ac_ext <<_ACEOF
17374 /* end confdefs.h. */
17377 main ()
17381 return 0;
17383 _ACEOF
17384 rm -f conftest.$ac_objext conftest$ac_exeext
17385 if { (ac_try="$ac_link"
17386 case "(($ac_try" in
17387 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17388 *) ac_try_echo=$ac_try;;
17389 esac
17390 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
17391 $as_echo "$ac_try_echo") >&5
17392 (eval "$ac_link") 2>conftest.er1
17393 ac_status=$?
17394 grep -v '^ *+' conftest.er1 >conftest.err
17395 rm -f conftest.er1
17396 cat conftest.err >&5
17397 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
17398 (exit $ac_status); } && {
17399 test -z "$ac_c_werror_flag" ||
17400 test ! -s conftest.err
17401 } && test -s conftest$ac_exeext && {
17402 test "$cross_compiling" = yes ||
17403 $as_test_x conftest$ac_exeext
17404 }; then
17405 ac_cv_cflags__Wtype_limits=yes
17406 else
17407 $as_echo "$as_me: failed program was:" >&5
17408 sed 's/^/| /' conftest.$ac_ext >&5
17410 ac_cv_cflags__Wtype_limits=no
17413 rm -rf conftest.dSYM
17414 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17415 conftest$ac_exeext conftest.$ac_ext
17416 CFLAGS=$ac_wine_try_cflags_saved
17418 { $as_echo "$as_me:$LINENO: result: $ac_cv_cflags__Wtype_limits" >&5
17419 $as_echo "$ac_cv_cflags__Wtype_limits" >&6; }
17420 if test $ac_cv_cflags__Wtype_limits = yes; then
17421 EXTRACFLAGS="$EXTRACFLAGS -Wtype-limits"
17425 saved_CFLAGS="$CFLAGS"
17426 CFLAGS="$CFLAGS -Wpointer-arith -Werror"
17427 { $as_echo "$as_me:$LINENO: checking for broken string.h that generates warnings" >&5
17428 $as_echo_n "checking for broken string.h that generates warnings... " >&6; }
17429 if test "${ac_cv_c_string_h_warnings+set}" = set; then
17430 $as_echo_n "(cached) " >&6
17431 else
17432 cat >conftest.$ac_ext <<_ACEOF
17433 /* confdefs.h. */
17434 _ACEOF
17435 cat confdefs.h >>conftest.$ac_ext
17436 cat >>conftest.$ac_ext <<_ACEOF
17437 /* end confdefs.h. */
17438 #include <string.h>
17440 main ()
17444 return 0;
17446 _ACEOF
17447 rm -f conftest.$ac_objext
17448 if { (ac_try="$ac_compile"
17449 case "(($ac_try" in
17450 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17451 *) ac_try_echo=$ac_try;;
17452 esac
17453 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
17454 $as_echo "$ac_try_echo") >&5
17455 (eval "$ac_compile") 2>conftest.er1
17456 ac_status=$?
17457 grep -v '^ *+' conftest.er1 >conftest.err
17458 rm -f conftest.er1
17459 cat conftest.err >&5
17460 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
17461 (exit $ac_status); } && {
17462 test -z "$ac_c_werror_flag" ||
17463 test ! -s conftest.err
17464 } && test -s conftest.$ac_objext; then
17465 ac_cv_c_string_h_warnings=no
17466 else
17467 $as_echo "$as_me: failed program was:" >&5
17468 sed 's/^/| /' conftest.$ac_ext >&5
17470 ac_cv_c_string_h_warnings=yes
17473 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
17475 { $as_echo "$as_me:$LINENO: result: $ac_cv_c_string_h_warnings" >&5
17476 $as_echo "$ac_cv_c_string_h_warnings" >&6; }
17477 CFLAGS="$saved_CFLAGS"
17478 if test "$ac_cv_c_string_h_warnings" = "no"
17479 then
17480 EXTRACFLAGS="$EXTRACFLAGS -Wpointer-arith"
17485 { $as_echo "$as_me:$LINENO: checking how to define a function in assembly code" >&5
17486 $as_echo_n "checking how to define a function in assembly code... " >&6; }
17487 if test "${ac_cv_asm_func_def+set}" = set; then
17488 $as_echo_n "(cached) " >&6
17489 else
17490 cat >conftest.$ac_ext <<_ACEOF
17491 /* confdefs.h. */
17492 _ACEOF
17493 cat confdefs.h >>conftest.$ac_ext
17494 cat >>conftest.$ac_ext <<_ACEOF
17495 /* end confdefs.h. */
17498 main ()
17500 asm("\t.globl _ac_test\n\t.def _ac_test; .scl 2; .type 32; .endef\n_ac_test:\t.long 0");
17502 return 0;
17504 _ACEOF
17505 rm -f conftest.$ac_objext conftest$ac_exeext
17506 if { (ac_try="$ac_link"
17507 case "(($ac_try" in
17508 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17509 *) ac_try_echo=$ac_try;;
17510 esac
17511 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
17512 $as_echo "$ac_try_echo") >&5
17513 (eval "$ac_link") 2>conftest.er1
17514 ac_status=$?
17515 grep -v '^ *+' conftest.er1 >conftest.err
17516 rm -f conftest.er1
17517 cat conftest.err >&5
17518 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
17519 (exit $ac_status); } && {
17520 test -z "$ac_c_werror_flag" ||
17521 test ! -s conftest.err
17522 } && test -s conftest$ac_exeext && {
17523 test "$cross_compiling" = yes ||
17524 $as_test_x conftest$ac_exeext
17525 }; then
17526 ac_cv_asm_func_def=".def"
17527 else
17528 $as_echo "$as_me: failed program was:" >&5
17529 sed 's/^/| /' conftest.$ac_ext >&5
17531 cat >conftest.$ac_ext <<_ACEOF
17532 /* confdefs.h. */
17533 _ACEOF
17534 cat confdefs.h >>conftest.$ac_ext
17535 cat >>conftest.$ac_ext <<_ACEOF
17536 /* end confdefs.h. */
17539 main ()
17541 asm("\t.globl _ac_test\n\t.type _ac_test,@function\n_ac_test:\t.long 0");
17543 return 0;
17545 _ACEOF
17546 rm -f conftest.$ac_objext conftest$ac_exeext
17547 if { (ac_try="$ac_link"
17548 case "(($ac_try" in
17549 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17550 *) ac_try_echo=$ac_try;;
17551 esac
17552 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
17553 $as_echo "$ac_try_echo") >&5
17554 (eval "$ac_link") 2>conftest.er1
17555 ac_status=$?
17556 grep -v '^ *+' conftest.er1 >conftest.err
17557 rm -f conftest.er1
17558 cat conftest.err >&5
17559 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
17560 (exit $ac_status); } && {
17561 test -z "$ac_c_werror_flag" ||
17562 test ! -s conftest.err
17563 } && test -s conftest$ac_exeext && {
17564 test "$cross_compiling" = yes ||
17565 $as_test_x conftest$ac_exeext
17566 }; then
17567 ac_cv_asm_func_def=".type @function"
17568 else
17569 $as_echo "$as_me: failed program was:" >&5
17570 sed 's/^/| /' conftest.$ac_ext >&5
17572 cat >conftest.$ac_ext <<_ACEOF
17573 /* confdefs.h. */
17574 _ACEOF
17575 cat confdefs.h >>conftest.$ac_ext
17576 cat >>conftest.$ac_ext <<_ACEOF
17577 /* end confdefs.h. */
17580 main ()
17582 asm("\t.globl _ac_test\n\t.type _ac_test,2\n_ac_test:\t.long 0");
17584 return 0;
17586 _ACEOF
17587 rm -f conftest.$ac_objext conftest$ac_exeext
17588 if { (ac_try="$ac_link"
17589 case "(($ac_try" in
17590 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17591 *) ac_try_echo=$ac_try;;
17592 esac
17593 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
17594 $as_echo "$ac_try_echo") >&5
17595 (eval "$ac_link") 2>conftest.er1
17596 ac_status=$?
17597 grep -v '^ *+' conftest.er1 >conftest.err
17598 rm -f conftest.er1
17599 cat conftest.err >&5
17600 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
17601 (exit $ac_status); } && {
17602 test -z "$ac_c_werror_flag" ||
17603 test ! -s conftest.err
17604 } && test -s conftest$ac_exeext && {
17605 test "$cross_compiling" = yes ||
17606 $as_test_x conftest$ac_exeext
17607 }; then
17608 ac_cv_asm_func_def=".type 2"
17609 else
17610 $as_echo "$as_me: failed program was:" >&5
17611 sed 's/^/| /' conftest.$ac_ext >&5
17613 ac_cv_asm_func_def="unknown"
17616 rm -rf conftest.dSYM
17617 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17618 conftest$ac_exeext conftest.$ac_ext
17621 rm -rf conftest.dSYM
17622 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17623 conftest$ac_exeext conftest.$ac_ext
17626 rm -rf conftest.dSYM
17627 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17628 conftest$ac_exeext conftest.$ac_ext
17630 { $as_echo "$as_me:$LINENO: result: $ac_cv_asm_func_def" >&5
17631 $as_echo "$ac_cv_asm_func_def" >&6; }
17635 case "$ac_cv_asm_func_def" in
17636 ".def")
17637 cat >>confdefs.h <<\_ACEOF
17638 #define __ASM_FUNC(name) ".def " __ASM_NAME(name) "; .scl 2; .type 32; .endef"
17639 _ACEOF
17641 ".type @function")
17642 cat >>confdefs.h <<\_ACEOF
17643 #define __ASM_FUNC(name) ".type " __ASM_NAME(name) ",@function"
17644 _ACEOF
17646 ".type 2")
17647 cat >>confdefs.h <<\_ACEOF
17648 #define __ASM_FUNC(name) ".type " __ASM_NAME(name) ",2"
17649 _ACEOF
17652 cat >>confdefs.h <<\_ACEOF
17653 #define __ASM_FUNC(name) ""
17654 _ACEOF
17656 esac
17659 { $as_echo "$as_me:$LINENO: checking whether external symbols need an underscore prefix" >&5
17660 $as_echo_n "checking whether external symbols need an underscore prefix... " >&6; }
17661 if test "${ac_cv_c_extern_prefix+set}" = set; then
17662 $as_echo_n "(cached) " >&6
17663 else
17664 cat >conftest.$ac_ext <<_ACEOF
17665 /* confdefs.h. */
17666 _ACEOF
17667 cat confdefs.h >>conftest.$ac_ext
17668 cat >>conftest.$ac_ext <<_ACEOF
17669 /* end confdefs.h. */
17670 extern int ac_test;
17672 main ()
17674 asm(".globl _ac_test\n_ac_test:\t.long 0"); if (ac_test) return 1
17676 return 0;
17678 _ACEOF
17679 rm -f conftest.$ac_objext conftest$ac_exeext
17680 if { (ac_try="$ac_link"
17681 case "(($ac_try" in
17682 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17683 *) ac_try_echo=$ac_try;;
17684 esac
17685 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
17686 $as_echo "$ac_try_echo") >&5
17687 (eval "$ac_link") 2>conftest.er1
17688 ac_status=$?
17689 grep -v '^ *+' conftest.er1 >conftest.err
17690 rm -f conftest.er1
17691 cat conftest.err >&5
17692 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
17693 (exit $ac_status); } && {
17694 test -z "$ac_c_werror_flag" ||
17695 test ! -s conftest.err
17696 } && test -s conftest$ac_exeext && {
17697 test "$cross_compiling" = yes ||
17698 $as_test_x conftest$ac_exeext
17699 }; then
17700 ac_cv_c_extern_prefix="yes"
17701 else
17702 $as_echo "$as_me: failed program was:" >&5
17703 sed 's/^/| /' conftest.$ac_ext >&5
17705 ac_cv_c_extern_prefix="no"
17708 rm -rf conftest.dSYM
17709 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17710 conftest$ac_exeext conftest.$ac_ext
17712 { $as_echo "$as_me:$LINENO: result: $ac_cv_c_extern_prefix" >&5
17713 $as_echo "$ac_cv_c_extern_prefix" >&6; }
17717 if test "$ac_cv_c_extern_prefix" = "yes"
17718 then
17719 cat >>confdefs.h <<\_ACEOF
17720 #define __ASM_NAME(name) "_" name
17721 _ACEOF
17723 else
17724 cat >>confdefs.h <<\_ACEOF
17725 #define __ASM_NAME(name) name
17726 _ACEOF
17731 LDPATH=""
17733 case $build_os in
17734 cygwin*|mingw32*)
17735 LDPATH="PATH=\"\$(TOOLSDIR)/libs/wine:\$\$PATH\""
17737 darwin*|macosx*)
17739 linux*|solaris*) if test -z "$LDRPATH_LOCAL"
17740 then
17741 LDPATH="LD_LIBRARY_PATH=\"\$(TOOLSDIR)/libs/wine:\$\$LD_LIBRARY_PATH\""
17745 LDPATH="LD_LIBRARY_PATH=\"\$(TOOLSDIR)/libs/wine:\$\$LD_LIBRARY_PATH\""
17747 esac
17749 case $host_os in
17750 mingw32*)
17751 CRTLIBS="-lmsvcrt"
17753 SOCKETLIBS="-L\$(TOPOBJDIR)/dlls/ws2_32 -lws2_32"
17756 esac
17758 MAIN_BINARY="wine-pthread"
17759 case $host_cpu in
17760 *i[3456789]86*)
17761 case $host_os in
17762 linux* | k*bsd*-gnu)
17763 MAIN_BINARY="wine-glibc"
17765 EXTRA_BINARIES="wine-kthread wine-pthread wine-preloader"
17767 freebsd*)
17768 MAIN_BINARY="wine-freebsd"
17770 EXTRA_BINARIES="wine-pthread"
17772 esac
17774 esac
17850 for ac_func in \
17851 _pclose \
17852 _popen \
17853 _snprintf \
17854 _spawnvp \
17855 _strdup \
17856 _stricmp \
17857 _strnicmp \
17858 _strtoi64 \
17859 _strtoui64 \
17860 _vsnprintf \
17861 asctime_r \
17862 chsize \
17863 clone \
17864 dlopen \
17865 epoll_create \
17866 ffs \
17867 finite \
17868 fork \
17869 fpclass \
17870 fstatfs \
17871 fstatvfs \
17872 ftruncate \
17873 futimes \
17874 futimesat \
17875 getdirentries \
17876 getopt_long \
17877 getpagesize \
17878 getpwuid \
17879 gettid \
17880 gettimeofday \
17881 getuid \
17882 inet_ntop \
17883 inet_pton \
17884 kqueue \
17885 lstat \
17886 memmove \
17887 mmap \
17888 pclose \
17889 poll \
17890 popen \
17891 prctl \
17892 pread \
17893 pwrite \
17894 readdir \
17895 readlink \
17896 rfork \
17897 sched_yield \
17898 select \
17899 setproctitle \
17900 setrlimit \
17901 settimeofday \
17902 sigaltstack \
17903 sigprocmask \
17904 snprintf \
17905 socketpair \
17906 spawnvp \
17907 statfs \
17908 statvfs \
17909 strcasecmp \
17910 strdup \
17911 strerror \
17912 strncasecmp \
17913 strtold \
17914 strtoll \
17915 strtoull \
17916 symlink \
17917 tcgetattr \
17918 thr_kill2 \
17919 timegm \
17920 usleep \
17921 vsnprintf \
17922 wait4 \
17923 waitpid \
17926 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
17927 { $as_echo "$as_me:$LINENO: checking for $ac_func" >&5
17928 $as_echo_n "checking for $ac_func... " >&6; }
17929 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
17930 $as_echo_n "(cached) " >&6
17931 else
17932 cat >conftest.$ac_ext <<_ACEOF
17933 /* confdefs.h. */
17934 _ACEOF
17935 cat confdefs.h >>conftest.$ac_ext
17936 cat >>conftest.$ac_ext <<_ACEOF
17937 /* end confdefs.h. */
17938 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
17939 For example, HP-UX 11i <limits.h> declares gettimeofday. */
17940 #define $ac_func innocuous_$ac_func
17942 /* System header to define __stub macros and hopefully few prototypes,
17943 which can conflict with char $ac_func (); below.
17944 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
17945 <limits.h> exists even on freestanding compilers. */
17947 #ifdef __STDC__
17948 # include <limits.h>
17949 #else
17950 # include <assert.h>
17951 #endif
17953 #undef $ac_func
17955 /* Override any GCC internal prototype to avoid an error.
17956 Use char because int might match the return type of a GCC
17957 builtin and then its argument prototype would still apply. */
17958 #ifdef __cplusplus
17959 extern "C"
17960 #endif
17961 char $ac_func ();
17962 /* The GNU C library defines this for functions which it implements
17963 to always fail with ENOSYS. Some functions are actually named
17964 something starting with __ and the normal name is an alias. */
17965 #if defined __stub_$ac_func || defined __stub___$ac_func
17966 choke me
17967 #endif
17970 main ()
17972 return $ac_func ();
17974 return 0;
17976 _ACEOF
17977 rm -f conftest.$ac_objext conftest$ac_exeext
17978 if { (ac_try="$ac_link"
17979 case "(($ac_try" in
17980 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17981 *) ac_try_echo=$ac_try;;
17982 esac
17983 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
17984 $as_echo "$ac_try_echo") >&5
17985 (eval "$ac_link") 2>conftest.er1
17986 ac_status=$?
17987 grep -v '^ *+' conftest.er1 >conftest.err
17988 rm -f conftest.er1
17989 cat conftest.err >&5
17990 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
17991 (exit $ac_status); } && {
17992 test -z "$ac_c_werror_flag" ||
17993 test ! -s conftest.err
17994 } && test -s conftest$ac_exeext && {
17995 test "$cross_compiling" = yes ||
17996 $as_test_x conftest$ac_exeext
17997 }; then
17998 eval "$as_ac_var=yes"
17999 else
18000 $as_echo "$as_me: failed program was:" >&5
18001 sed 's/^/| /' conftest.$ac_ext >&5
18003 eval "$as_ac_var=no"
18006 rm -rf conftest.dSYM
18007 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
18008 conftest$ac_exeext conftest.$ac_ext
18010 ac_res=`eval 'as_val=${'$as_ac_var'}
18011 $as_echo "$as_val"'`
18012 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
18013 $as_echo "$ac_res" >&6; }
18014 as_val=`eval 'as_val=${'$as_ac_var'}
18015 $as_echo "$as_val"'`
18016 if test "x$as_val" = x""yes; then
18017 cat >>confdefs.h <<_ACEOF
18018 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
18019 _ACEOF
18022 done
18025 if test "$ac_cv_func_dlopen" = no
18026 then
18027 { $as_echo "$as_me:$LINENO: checking for dlopen in -ldl" >&5
18028 $as_echo_n "checking for dlopen in -ldl... " >&6; }
18029 if test "${ac_cv_lib_dl_dlopen+set}" = set; then
18030 $as_echo_n "(cached) " >&6
18031 else
18032 ac_check_lib_save_LIBS=$LIBS
18033 LIBS="-ldl $LIBS"
18034 cat >conftest.$ac_ext <<_ACEOF
18035 /* confdefs.h. */
18036 _ACEOF
18037 cat confdefs.h >>conftest.$ac_ext
18038 cat >>conftest.$ac_ext <<_ACEOF
18039 /* end confdefs.h. */
18041 /* Override any GCC internal prototype to avoid an error.
18042 Use char because int might match the return type of a GCC
18043 builtin and then its argument prototype would still apply. */
18044 #ifdef __cplusplus
18045 extern "C"
18046 #endif
18047 char dlopen ();
18049 main ()
18051 return dlopen ();
18053 return 0;
18055 _ACEOF
18056 rm -f conftest.$ac_objext conftest$ac_exeext
18057 if { (ac_try="$ac_link"
18058 case "(($ac_try" in
18059 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18060 *) ac_try_echo=$ac_try;;
18061 esac
18062 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
18063 $as_echo "$ac_try_echo") >&5
18064 (eval "$ac_link") 2>conftest.er1
18065 ac_status=$?
18066 grep -v '^ *+' conftest.er1 >conftest.err
18067 rm -f conftest.er1
18068 cat conftest.err >&5
18069 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
18070 (exit $ac_status); } && {
18071 test -z "$ac_c_werror_flag" ||
18072 test ! -s conftest.err
18073 } && test -s conftest$ac_exeext && {
18074 test "$cross_compiling" = yes ||
18075 $as_test_x conftest$ac_exeext
18076 }; then
18077 ac_cv_lib_dl_dlopen=yes
18078 else
18079 $as_echo "$as_me: failed program was:" >&5
18080 sed 's/^/| /' conftest.$ac_ext >&5
18082 ac_cv_lib_dl_dlopen=no
18085 rm -rf conftest.dSYM
18086 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
18087 conftest$ac_exeext conftest.$ac_ext
18088 LIBS=$ac_check_lib_save_LIBS
18090 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_dl_dlopen" >&5
18091 $as_echo "$ac_cv_lib_dl_dlopen" >&6; }
18092 if test "x$ac_cv_lib_dl_dlopen" = x""yes; then
18093 cat >>confdefs.h <<\_ACEOF
18094 #define HAVE_DLOPEN 1
18095 _ACEOF
18096 LIBDL="-ldl"
18101 ac_wine_check_funcs_save_LIBS="$LIBS"
18102 LIBS="$LIBS $LIBDL"
18104 for ac_func in dladdr
18106 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
18107 { $as_echo "$as_me:$LINENO: checking for $ac_func" >&5
18108 $as_echo_n "checking for $ac_func... " >&6; }
18109 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
18110 $as_echo_n "(cached) " >&6
18111 else
18112 cat >conftest.$ac_ext <<_ACEOF
18113 /* confdefs.h. */
18114 _ACEOF
18115 cat confdefs.h >>conftest.$ac_ext
18116 cat >>conftest.$ac_ext <<_ACEOF
18117 /* end confdefs.h. */
18118 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
18119 For example, HP-UX 11i <limits.h> declares gettimeofday. */
18120 #define $ac_func innocuous_$ac_func
18122 /* System header to define __stub macros and hopefully few prototypes,
18123 which can conflict with char $ac_func (); below.
18124 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
18125 <limits.h> exists even on freestanding compilers. */
18127 #ifdef __STDC__
18128 # include <limits.h>
18129 #else
18130 # include <assert.h>
18131 #endif
18133 #undef $ac_func
18135 /* Override any GCC internal prototype to avoid an error.
18136 Use char because int might match the return type of a GCC
18137 builtin and then its argument prototype would still apply. */
18138 #ifdef __cplusplus
18139 extern "C"
18140 #endif
18141 char $ac_func ();
18142 /* The GNU C library defines this for functions which it implements
18143 to always fail with ENOSYS. Some functions are actually named
18144 something starting with __ and the normal name is an alias. */
18145 #if defined __stub_$ac_func || defined __stub___$ac_func
18146 choke me
18147 #endif
18150 main ()
18152 return $ac_func ();
18154 return 0;
18156 _ACEOF
18157 rm -f conftest.$ac_objext conftest$ac_exeext
18158 if { (ac_try="$ac_link"
18159 case "(($ac_try" in
18160 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18161 *) ac_try_echo=$ac_try;;
18162 esac
18163 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
18164 $as_echo "$ac_try_echo") >&5
18165 (eval "$ac_link") 2>conftest.er1
18166 ac_status=$?
18167 grep -v '^ *+' conftest.er1 >conftest.err
18168 rm -f conftest.er1
18169 cat conftest.err >&5
18170 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
18171 (exit $ac_status); } && {
18172 test -z "$ac_c_werror_flag" ||
18173 test ! -s conftest.err
18174 } && test -s conftest$ac_exeext && {
18175 test "$cross_compiling" = yes ||
18176 $as_test_x conftest$ac_exeext
18177 }; then
18178 eval "$as_ac_var=yes"
18179 else
18180 $as_echo "$as_me: failed program was:" >&5
18181 sed 's/^/| /' conftest.$ac_ext >&5
18183 eval "$as_ac_var=no"
18186 rm -rf conftest.dSYM
18187 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
18188 conftest$ac_exeext conftest.$ac_ext
18190 ac_res=`eval 'as_val=${'$as_ac_var'}
18191 $as_echo "$as_val"'`
18192 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
18193 $as_echo "$ac_res" >&6; }
18194 as_val=`eval 'as_val=${'$as_ac_var'}
18195 $as_echo "$as_val"'`
18196 if test "x$as_val" = x""yes; then
18197 cat >>confdefs.h <<_ACEOF
18198 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
18199 _ACEOF
18202 done
18204 LIBS="$ac_wine_check_funcs_save_LIBS"
18206 if test "$ac_cv_func_poll" = no
18207 then
18208 { $as_echo "$as_me:$LINENO: checking for poll in -lpoll" >&5
18209 $as_echo_n "checking for poll in -lpoll... " >&6; }
18210 if test "${ac_cv_lib_poll_poll+set}" = set; then
18211 $as_echo_n "(cached) " >&6
18212 else
18213 ac_check_lib_save_LIBS=$LIBS
18214 LIBS="-lpoll $LIBS"
18215 cat >conftest.$ac_ext <<_ACEOF
18216 /* confdefs.h. */
18217 _ACEOF
18218 cat confdefs.h >>conftest.$ac_ext
18219 cat >>conftest.$ac_ext <<_ACEOF
18220 /* end confdefs.h. */
18222 /* Override any GCC internal prototype to avoid an error.
18223 Use char because int might match the return type of a GCC
18224 builtin and then its argument prototype would still apply. */
18225 #ifdef __cplusplus
18226 extern "C"
18227 #endif
18228 char poll ();
18230 main ()
18232 return poll ();
18234 return 0;
18236 _ACEOF
18237 rm -f conftest.$ac_objext conftest$ac_exeext
18238 if { (ac_try="$ac_link"
18239 case "(($ac_try" in
18240 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18241 *) ac_try_echo=$ac_try;;
18242 esac
18243 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
18244 $as_echo "$ac_try_echo") >&5
18245 (eval "$ac_link") 2>conftest.er1
18246 ac_status=$?
18247 grep -v '^ *+' conftest.er1 >conftest.err
18248 rm -f conftest.er1
18249 cat conftest.err >&5
18250 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
18251 (exit $ac_status); } && {
18252 test -z "$ac_c_werror_flag" ||
18253 test ! -s conftest.err
18254 } && test -s conftest$ac_exeext && {
18255 test "$cross_compiling" = yes ||
18256 $as_test_x conftest$ac_exeext
18257 }; then
18258 ac_cv_lib_poll_poll=yes
18259 else
18260 $as_echo "$as_me: failed program was:" >&5
18261 sed 's/^/| /' conftest.$ac_ext >&5
18263 ac_cv_lib_poll_poll=no
18266 rm -rf conftest.dSYM
18267 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
18268 conftest$ac_exeext conftest.$ac_ext
18269 LIBS=$ac_check_lib_save_LIBS
18271 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_poll_poll" >&5
18272 $as_echo "$ac_cv_lib_poll_poll" >&6; }
18273 if test "x$ac_cv_lib_poll_poll" = x""yes; then
18274 cat >>confdefs.h <<\_ACEOF
18275 #define HAVE_POLL 1
18276 _ACEOF
18277 LIBPOLL="-lpoll"
18283 { $as_echo "$as_me:$LINENO: checking for library containing gethostbyname" >&5
18284 $as_echo_n "checking for library containing gethostbyname... " >&6; }
18285 if test "${ac_cv_search_gethostbyname+set}" = set; then
18286 $as_echo_n "(cached) " >&6
18287 else
18288 ac_func_search_save_LIBS=$LIBS
18289 cat >conftest.$ac_ext <<_ACEOF
18290 /* confdefs.h. */
18291 _ACEOF
18292 cat confdefs.h >>conftest.$ac_ext
18293 cat >>conftest.$ac_ext <<_ACEOF
18294 /* end confdefs.h. */
18296 /* Override any GCC internal prototype to avoid an error.
18297 Use char because int might match the return type of a GCC
18298 builtin and then its argument prototype would still apply. */
18299 #ifdef __cplusplus
18300 extern "C"
18301 #endif
18302 char gethostbyname ();
18304 main ()
18306 return gethostbyname ();
18308 return 0;
18310 _ACEOF
18311 for ac_lib in '' nsl; do
18312 if test -z "$ac_lib"; then
18313 ac_res="none required"
18314 else
18315 ac_res=-l$ac_lib
18316 LIBS="-l$ac_lib $ac_func_search_save_LIBS"
18318 rm -f conftest.$ac_objext conftest$ac_exeext
18319 if { (ac_try="$ac_link"
18320 case "(($ac_try" in
18321 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18322 *) ac_try_echo=$ac_try;;
18323 esac
18324 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
18325 $as_echo "$ac_try_echo") >&5
18326 (eval "$ac_link") 2>conftest.er1
18327 ac_status=$?
18328 grep -v '^ *+' conftest.er1 >conftest.err
18329 rm -f conftest.er1
18330 cat conftest.err >&5
18331 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
18332 (exit $ac_status); } && {
18333 test -z "$ac_c_werror_flag" ||
18334 test ! -s conftest.err
18335 } && test -s conftest$ac_exeext && {
18336 test "$cross_compiling" = yes ||
18337 $as_test_x conftest$ac_exeext
18338 }; then
18339 ac_cv_search_gethostbyname=$ac_res
18340 else
18341 $as_echo "$as_me: failed program was:" >&5
18342 sed 's/^/| /' conftest.$ac_ext >&5
18347 rm -rf conftest.dSYM
18348 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
18349 conftest$ac_exeext
18350 if test "${ac_cv_search_gethostbyname+set}" = set; then
18351 break
18353 done
18354 if test "${ac_cv_search_gethostbyname+set}" = set; then
18356 else
18357 ac_cv_search_gethostbyname=no
18359 rm conftest.$ac_ext
18360 LIBS=$ac_func_search_save_LIBS
18362 { $as_echo "$as_me:$LINENO: result: $ac_cv_search_gethostbyname" >&5
18363 $as_echo "$ac_cv_search_gethostbyname" >&6; }
18364 ac_res=$ac_cv_search_gethostbyname
18365 if test "$ac_res" != no; then
18366 test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
18371 { $as_echo "$as_me:$LINENO: checking for library containing connect" >&5
18372 $as_echo_n "checking for library containing connect... " >&6; }
18373 if test "${ac_cv_search_connect+set}" = set; then
18374 $as_echo_n "(cached) " >&6
18375 else
18376 ac_func_search_save_LIBS=$LIBS
18377 cat >conftest.$ac_ext <<_ACEOF
18378 /* confdefs.h. */
18379 _ACEOF
18380 cat confdefs.h >>conftest.$ac_ext
18381 cat >>conftest.$ac_ext <<_ACEOF
18382 /* end confdefs.h. */
18384 /* Override any GCC internal prototype to avoid an error.
18385 Use char because int might match the return type of a GCC
18386 builtin and then its argument prototype would still apply. */
18387 #ifdef __cplusplus
18388 extern "C"
18389 #endif
18390 char connect ();
18392 main ()
18394 return connect ();
18396 return 0;
18398 _ACEOF
18399 for ac_lib in '' socket; do
18400 if test -z "$ac_lib"; then
18401 ac_res="none required"
18402 else
18403 ac_res=-l$ac_lib
18404 LIBS="-l$ac_lib $ac_func_search_save_LIBS"
18406 rm -f conftest.$ac_objext conftest$ac_exeext
18407 if { (ac_try="$ac_link"
18408 case "(($ac_try" in
18409 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18410 *) ac_try_echo=$ac_try;;
18411 esac
18412 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
18413 $as_echo "$ac_try_echo") >&5
18414 (eval "$ac_link") 2>conftest.er1
18415 ac_status=$?
18416 grep -v '^ *+' conftest.er1 >conftest.err
18417 rm -f conftest.er1
18418 cat conftest.err >&5
18419 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
18420 (exit $ac_status); } && {
18421 test -z "$ac_c_werror_flag" ||
18422 test ! -s conftest.err
18423 } && test -s conftest$ac_exeext && {
18424 test "$cross_compiling" = yes ||
18425 $as_test_x conftest$ac_exeext
18426 }; then
18427 ac_cv_search_connect=$ac_res
18428 else
18429 $as_echo "$as_me: failed program was:" >&5
18430 sed 's/^/| /' conftest.$ac_ext >&5
18435 rm -rf conftest.dSYM
18436 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
18437 conftest$ac_exeext
18438 if test "${ac_cv_search_connect+set}" = set; then
18439 break
18441 done
18442 if test "${ac_cv_search_connect+set}" = set; then
18444 else
18445 ac_cv_search_connect=no
18447 rm conftest.$ac_ext
18448 LIBS=$ac_func_search_save_LIBS
18450 { $as_echo "$as_me:$LINENO: result: $ac_cv_search_connect" >&5
18451 $as_echo "$ac_cv_search_connect" >&6; }
18452 ac_res=$ac_cv_search_connect
18453 if test "$ac_res" != no; then
18454 test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
18459 { $as_echo "$as_me:$LINENO: checking for library containing inet_aton" >&5
18460 $as_echo_n "checking for library containing inet_aton... " >&6; }
18461 if test "${ac_cv_search_inet_aton+set}" = set; then
18462 $as_echo_n "(cached) " >&6
18463 else
18464 ac_func_search_save_LIBS=$LIBS
18465 cat >conftest.$ac_ext <<_ACEOF
18466 /* confdefs.h. */
18467 _ACEOF
18468 cat confdefs.h >>conftest.$ac_ext
18469 cat >>conftest.$ac_ext <<_ACEOF
18470 /* end confdefs.h. */
18472 /* Override any GCC internal prototype to avoid an error.
18473 Use char because int might match the return type of a GCC
18474 builtin and then its argument prototype would still apply. */
18475 #ifdef __cplusplus
18476 extern "C"
18477 #endif
18478 char inet_aton ();
18480 main ()
18482 return inet_aton ();
18484 return 0;
18486 _ACEOF
18487 for ac_lib in '' resolv; do
18488 if test -z "$ac_lib"; then
18489 ac_res="none required"
18490 else
18491 ac_res=-l$ac_lib
18492 LIBS="-l$ac_lib $ac_func_search_save_LIBS"
18494 rm -f conftest.$ac_objext conftest$ac_exeext
18495 if { (ac_try="$ac_link"
18496 case "(($ac_try" in
18497 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18498 *) ac_try_echo=$ac_try;;
18499 esac
18500 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
18501 $as_echo "$ac_try_echo") >&5
18502 (eval "$ac_link") 2>conftest.er1
18503 ac_status=$?
18504 grep -v '^ *+' conftest.er1 >conftest.err
18505 rm -f conftest.er1
18506 cat conftest.err >&5
18507 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
18508 (exit $ac_status); } && {
18509 test -z "$ac_c_werror_flag" ||
18510 test ! -s conftest.err
18511 } && test -s conftest$ac_exeext && {
18512 test "$cross_compiling" = yes ||
18513 $as_test_x conftest$ac_exeext
18514 }; then
18515 ac_cv_search_inet_aton=$ac_res
18516 else
18517 $as_echo "$as_me: failed program was:" >&5
18518 sed 's/^/| /' conftest.$ac_ext >&5
18523 rm -rf conftest.dSYM
18524 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
18525 conftest$ac_exeext
18526 if test "${ac_cv_search_inet_aton+set}" = set; then
18527 break
18529 done
18530 if test "${ac_cv_search_inet_aton+set}" = set; then
18532 else
18533 ac_cv_search_inet_aton=no
18535 rm conftest.$ac_ext
18536 LIBS=$ac_func_search_save_LIBS
18538 { $as_echo "$as_me:$LINENO: result: $ac_cv_search_inet_aton" >&5
18539 $as_echo "$ac_cv_search_inet_aton" >&6; }
18540 ac_res=$ac_cv_search_inet_aton
18541 if test "$ac_res" != no; then
18542 test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
18555 for ac_func in \
18556 getaddrinfo \
18557 getnameinfo \
18558 getnetbyname \
18559 getprotobyname \
18560 getprotobynumber \
18561 getservbyport \
18562 inet_network \
18563 sendmsg \
18566 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
18567 { $as_echo "$as_me:$LINENO: checking for $ac_func" >&5
18568 $as_echo_n "checking for $ac_func... " >&6; }
18569 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
18570 $as_echo_n "(cached) " >&6
18571 else
18572 cat >conftest.$ac_ext <<_ACEOF
18573 /* confdefs.h. */
18574 _ACEOF
18575 cat confdefs.h >>conftest.$ac_ext
18576 cat >>conftest.$ac_ext <<_ACEOF
18577 /* end confdefs.h. */
18578 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
18579 For example, HP-UX 11i <limits.h> declares gettimeofday. */
18580 #define $ac_func innocuous_$ac_func
18582 /* System header to define __stub macros and hopefully few prototypes,
18583 which can conflict with char $ac_func (); below.
18584 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
18585 <limits.h> exists even on freestanding compilers. */
18587 #ifdef __STDC__
18588 # include <limits.h>
18589 #else
18590 # include <assert.h>
18591 #endif
18593 #undef $ac_func
18595 /* Override any GCC internal prototype to avoid an error.
18596 Use char because int might match the return type of a GCC
18597 builtin and then its argument prototype would still apply. */
18598 #ifdef __cplusplus
18599 extern "C"
18600 #endif
18601 char $ac_func ();
18602 /* The GNU C library defines this for functions which it implements
18603 to always fail with ENOSYS. Some functions are actually named
18604 something starting with __ and the normal name is an alias. */
18605 #if defined __stub_$ac_func || defined __stub___$ac_func
18606 choke me
18607 #endif
18610 main ()
18612 return $ac_func ();
18614 return 0;
18616 _ACEOF
18617 rm -f conftest.$ac_objext conftest$ac_exeext
18618 if { (ac_try="$ac_link"
18619 case "(($ac_try" in
18620 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18621 *) ac_try_echo=$ac_try;;
18622 esac
18623 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
18624 $as_echo "$ac_try_echo") >&5
18625 (eval "$ac_link") 2>conftest.er1
18626 ac_status=$?
18627 grep -v '^ *+' conftest.er1 >conftest.err
18628 rm -f conftest.er1
18629 cat conftest.err >&5
18630 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
18631 (exit $ac_status); } && {
18632 test -z "$ac_c_werror_flag" ||
18633 test ! -s conftest.err
18634 } && test -s conftest$ac_exeext && {
18635 test "$cross_compiling" = yes ||
18636 $as_test_x conftest$ac_exeext
18637 }; then
18638 eval "$as_ac_var=yes"
18639 else
18640 $as_echo "$as_me: failed program was:" >&5
18641 sed 's/^/| /' conftest.$ac_ext >&5
18643 eval "$as_ac_var=no"
18646 rm -rf conftest.dSYM
18647 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
18648 conftest$ac_exeext conftest.$ac_ext
18650 ac_res=`eval 'as_val=${'$as_ac_var'}
18651 $as_echo "$as_val"'`
18652 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
18653 $as_echo "$ac_res" >&6; }
18654 as_val=`eval 'as_val=${'$as_ac_var'}
18655 $as_echo "$as_val"'`
18656 if test "x$as_val" = x""yes; then
18657 cat >>confdefs.h <<_ACEOF
18658 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
18659 _ACEOF
18662 done
18665 LDAPLIBS=""
18667 if test "$ac_cv_header_ldap_h" = "yes" -a "$ac_cv_header_lber_h" = "yes"
18668 then
18669 { $as_echo "$as_me:$LINENO: checking for LDAPSortKey" >&5
18670 $as_echo_n "checking for LDAPSortKey... " >&6; }
18671 if test "${ac_cv_type_LDAPSortKey+set}" = set; then
18672 $as_echo_n "(cached) " >&6
18673 else
18674 ac_cv_type_LDAPSortKey=no
18675 cat >conftest.$ac_ext <<_ACEOF
18676 /* confdefs.h. */
18677 _ACEOF
18678 cat confdefs.h >>conftest.$ac_ext
18679 cat >>conftest.$ac_ext <<_ACEOF
18680 /* end confdefs.h. */
18681 #include <ldap.h>
18684 main ()
18686 if (sizeof (LDAPSortKey))
18687 return 0;
18689 return 0;
18691 _ACEOF
18692 rm -f conftest.$ac_objext
18693 if { (ac_try="$ac_compile"
18694 case "(($ac_try" in
18695 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18696 *) ac_try_echo=$ac_try;;
18697 esac
18698 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
18699 $as_echo "$ac_try_echo") >&5
18700 (eval "$ac_compile") 2>conftest.er1
18701 ac_status=$?
18702 grep -v '^ *+' conftest.er1 >conftest.err
18703 rm -f conftest.er1
18704 cat conftest.err >&5
18705 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
18706 (exit $ac_status); } && {
18707 test -z "$ac_c_werror_flag" ||
18708 test ! -s conftest.err
18709 } && test -s conftest.$ac_objext; then
18710 cat >conftest.$ac_ext <<_ACEOF
18711 /* confdefs.h. */
18712 _ACEOF
18713 cat confdefs.h >>conftest.$ac_ext
18714 cat >>conftest.$ac_ext <<_ACEOF
18715 /* end confdefs.h. */
18716 #include <ldap.h>
18719 main ()
18721 if (sizeof ((LDAPSortKey)))
18722 return 0;
18724 return 0;
18726 _ACEOF
18727 rm -f conftest.$ac_objext
18728 if { (ac_try="$ac_compile"
18729 case "(($ac_try" in
18730 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18731 *) ac_try_echo=$ac_try;;
18732 esac
18733 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
18734 $as_echo "$ac_try_echo") >&5
18735 (eval "$ac_compile") 2>conftest.er1
18736 ac_status=$?
18737 grep -v '^ *+' conftest.er1 >conftest.err
18738 rm -f conftest.er1
18739 cat conftest.err >&5
18740 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
18741 (exit $ac_status); } && {
18742 test -z "$ac_c_werror_flag" ||
18743 test ! -s conftest.err
18744 } && test -s conftest.$ac_objext; then
18746 else
18747 $as_echo "$as_me: failed program was:" >&5
18748 sed 's/^/| /' conftest.$ac_ext >&5
18750 ac_cv_type_LDAPSortKey=yes
18753 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
18754 else
18755 $as_echo "$as_me: failed program was:" >&5
18756 sed 's/^/| /' conftest.$ac_ext >&5
18761 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
18763 { $as_echo "$as_me:$LINENO: result: $ac_cv_type_LDAPSortKey" >&5
18764 $as_echo "$ac_cv_type_LDAPSortKey" >&6; }
18765 if test "x$ac_cv_type_LDAPSortKey" = x""yes; then
18766 { $as_echo "$as_me:$LINENO: checking for ldap_initialize in -lldap_r" >&5
18767 $as_echo_n "checking for ldap_initialize in -lldap_r... " >&6; }
18768 if test "${ac_cv_lib_ldap_r_ldap_initialize+set}" = set; then
18769 $as_echo_n "(cached) " >&6
18770 else
18771 ac_check_lib_save_LIBS=$LIBS
18772 LIBS="-lldap_r $LIBPTHREAD $LIBS"
18773 cat >conftest.$ac_ext <<_ACEOF
18774 /* confdefs.h. */
18775 _ACEOF
18776 cat confdefs.h >>conftest.$ac_ext
18777 cat >>conftest.$ac_ext <<_ACEOF
18778 /* end confdefs.h. */
18780 /* Override any GCC internal prototype to avoid an error.
18781 Use char because int might match the return type of a GCC
18782 builtin and then its argument prototype would still apply. */
18783 #ifdef __cplusplus
18784 extern "C"
18785 #endif
18786 char ldap_initialize ();
18788 main ()
18790 return ldap_initialize ();
18792 return 0;
18794 _ACEOF
18795 rm -f conftest.$ac_objext conftest$ac_exeext
18796 if { (ac_try="$ac_link"
18797 case "(($ac_try" in
18798 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18799 *) ac_try_echo=$ac_try;;
18800 esac
18801 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
18802 $as_echo "$ac_try_echo") >&5
18803 (eval "$ac_link") 2>conftest.er1
18804 ac_status=$?
18805 grep -v '^ *+' conftest.er1 >conftest.err
18806 rm -f conftest.er1
18807 cat conftest.err >&5
18808 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
18809 (exit $ac_status); } && {
18810 test -z "$ac_c_werror_flag" ||
18811 test ! -s conftest.err
18812 } && test -s conftest$ac_exeext && {
18813 test "$cross_compiling" = yes ||
18814 $as_test_x conftest$ac_exeext
18815 }; then
18816 ac_cv_lib_ldap_r_ldap_initialize=yes
18817 else
18818 $as_echo "$as_me: failed program was:" >&5
18819 sed 's/^/| /' conftest.$ac_ext >&5
18821 ac_cv_lib_ldap_r_ldap_initialize=no
18824 rm -rf conftest.dSYM
18825 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
18826 conftest$ac_exeext conftest.$ac_ext
18827 LIBS=$ac_check_lib_save_LIBS
18829 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_ldap_r_ldap_initialize" >&5
18830 $as_echo "$ac_cv_lib_ldap_r_ldap_initialize" >&6; }
18831 if test "x$ac_cv_lib_ldap_r_ldap_initialize" = x""yes; then
18832 { $as_echo "$as_me:$LINENO: checking for ber_init in -llber" >&5
18833 $as_echo_n "checking for ber_init in -llber... " >&6; }
18834 if test "${ac_cv_lib_lber_ber_init+set}" = set; then
18835 $as_echo_n "(cached) " >&6
18836 else
18837 ac_check_lib_save_LIBS=$LIBS
18838 LIBS="-llber $LIBPTHREAD $LIBS"
18839 cat >conftest.$ac_ext <<_ACEOF
18840 /* confdefs.h. */
18841 _ACEOF
18842 cat confdefs.h >>conftest.$ac_ext
18843 cat >>conftest.$ac_ext <<_ACEOF
18844 /* end confdefs.h. */
18846 /* Override any GCC internal prototype to avoid an error.
18847 Use char because int might match the return type of a GCC
18848 builtin and then its argument prototype would still apply. */
18849 #ifdef __cplusplus
18850 extern "C"
18851 #endif
18852 char ber_init ();
18854 main ()
18856 return ber_init ();
18858 return 0;
18860 _ACEOF
18861 rm -f conftest.$ac_objext conftest$ac_exeext
18862 if { (ac_try="$ac_link"
18863 case "(($ac_try" in
18864 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18865 *) ac_try_echo=$ac_try;;
18866 esac
18867 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
18868 $as_echo "$ac_try_echo") >&5
18869 (eval "$ac_link") 2>conftest.er1
18870 ac_status=$?
18871 grep -v '^ *+' conftest.er1 >conftest.err
18872 rm -f conftest.er1
18873 cat conftest.err >&5
18874 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
18875 (exit $ac_status); } && {
18876 test -z "$ac_c_werror_flag" ||
18877 test ! -s conftest.err
18878 } && test -s conftest$ac_exeext && {
18879 test "$cross_compiling" = yes ||
18880 $as_test_x conftest$ac_exeext
18881 }; then
18882 ac_cv_lib_lber_ber_init=yes
18883 else
18884 $as_echo "$as_me: failed program was:" >&5
18885 sed 's/^/| /' conftest.$ac_ext >&5
18887 ac_cv_lib_lber_ber_init=no
18890 rm -rf conftest.dSYM
18891 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
18892 conftest$ac_exeext conftest.$ac_ext
18893 LIBS=$ac_check_lib_save_LIBS
18895 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_lber_ber_init" >&5
18896 $as_echo "$ac_cv_lib_lber_ber_init" >&6; }
18897 if test "x$ac_cv_lib_lber_ber_init" = x""yes; then
18899 cat >>confdefs.h <<\_ACEOF
18900 #define HAVE_LDAP 1
18901 _ACEOF
18903 LDAPLIBS="-lldap_r -llber"
18910 ac_wine_check_funcs_save_LIBS="$LIBS"
18911 LIBS="$LIBS $LDAPLIBS $LIBPTHREAD"
18920 for ac_func in \
18921 ldap_count_references \
18922 ldap_first_reference \
18923 ldap_next_reference \
18924 ldap_parse_reference \
18925 ldap_parse_sort_control \
18926 ldap_parse_sortresponse_control \
18927 ldap_parse_vlv_control \
18928 ldap_parse_vlvresponse_control
18930 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
18931 { $as_echo "$as_me:$LINENO: checking for $ac_func" >&5
18932 $as_echo_n "checking for $ac_func... " >&6; }
18933 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
18934 $as_echo_n "(cached) " >&6
18935 else
18936 cat >conftest.$ac_ext <<_ACEOF
18937 /* confdefs.h. */
18938 _ACEOF
18939 cat confdefs.h >>conftest.$ac_ext
18940 cat >>conftest.$ac_ext <<_ACEOF
18941 /* end confdefs.h. */
18942 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
18943 For example, HP-UX 11i <limits.h> declares gettimeofday. */
18944 #define $ac_func innocuous_$ac_func
18946 /* System header to define __stub macros and hopefully few prototypes,
18947 which can conflict with char $ac_func (); below.
18948 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
18949 <limits.h> exists even on freestanding compilers. */
18951 #ifdef __STDC__
18952 # include <limits.h>
18953 #else
18954 # include <assert.h>
18955 #endif
18957 #undef $ac_func
18959 /* Override any GCC internal prototype to avoid an error.
18960 Use char because int might match the return type of a GCC
18961 builtin and then its argument prototype would still apply. */
18962 #ifdef __cplusplus
18963 extern "C"
18964 #endif
18965 char $ac_func ();
18966 /* The GNU C library defines this for functions which it implements
18967 to always fail with ENOSYS. Some functions are actually named
18968 something starting with __ and the normal name is an alias. */
18969 #if defined __stub_$ac_func || defined __stub___$ac_func
18970 choke me
18971 #endif
18974 main ()
18976 return $ac_func ();
18978 return 0;
18980 _ACEOF
18981 rm -f conftest.$ac_objext conftest$ac_exeext
18982 if { (ac_try="$ac_link"
18983 case "(($ac_try" in
18984 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18985 *) ac_try_echo=$ac_try;;
18986 esac
18987 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
18988 $as_echo "$ac_try_echo") >&5
18989 (eval "$ac_link") 2>conftest.er1
18990 ac_status=$?
18991 grep -v '^ *+' conftest.er1 >conftest.err
18992 rm -f conftest.er1
18993 cat conftest.err >&5
18994 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
18995 (exit $ac_status); } && {
18996 test -z "$ac_c_werror_flag" ||
18997 test ! -s conftest.err
18998 } && test -s conftest$ac_exeext && {
18999 test "$cross_compiling" = yes ||
19000 $as_test_x conftest$ac_exeext
19001 }; then
19002 eval "$as_ac_var=yes"
19003 else
19004 $as_echo "$as_me: failed program was:" >&5
19005 sed 's/^/| /' conftest.$ac_ext >&5
19007 eval "$as_ac_var=no"
19010 rm -rf conftest.dSYM
19011 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
19012 conftest$ac_exeext conftest.$ac_ext
19014 ac_res=`eval 'as_val=${'$as_ac_var'}
19015 $as_echo "$as_val"'`
19016 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
19017 $as_echo "$ac_res" >&6; }
19018 as_val=`eval 'as_val=${'$as_ac_var'}
19019 $as_echo "$as_val"'`
19020 if test "x$as_val" = x""yes; then
19021 cat >>confdefs.h <<_ACEOF
19022 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
19023 _ACEOF
19026 done
19028 LIBS="$ac_wine_check_funcs_save_LIBS"
19030 if test "x$LDAPLIBS" = "x"; then
19031 case "x$with_ldap" in
19032 x) wine_notices="$wine_notices|libldap (OpenLDAP) ${notice_platform}development files not found, LDAP won't be supported." ;;
19033 xno) ;;
19034 *) { { $as_echo "$as_me:$LINENO: error: libldap (OpenLDAP) ${notice_platform}development files not found, LDAP won't be supported.
19035 This is an error since --with-ldap was requested." >&5
19036 $as_echo "$as_me: error: libldap (OpenLDAP) ${notice_platform}development files not found, LDAP won't be supported.
19037 This is an error since --with-ldap was requested." >&2;}
19038 { (exit 1); exit 1; }; } ;;
19039 esac
19043 { $as_echo "$as_me:$LINENO: checking whether mkdir takes only one argument" >&5
19044 $as_echo_n "checking whether mkdir takes only one argument... " >&6; }
19045 if test "${wine_cv_one_arg_mkdir+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. */
19054 #include <sys/stat.h>
19056 main ()
19058 mkdir("foo");
19060 return 0;
19062 _ACEOF
19063 rm -f conftest.$ac_objext
19064 if { (ac_try="$ac_compile"
19065 case "(($ac_try" in
19066 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19067 *) ac_try_echo=$ac_try;;
19068 esac
19069 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
19070 $as_echo "$ac_try_echo") >&5
19071 (eval "$ac_compile") 2>conftest.er1
19072 ac_status=$?
19073 grep -v '^ *+' conftest.er1 >conftest.err
19074 rm -f conftest.er1
19075 cat conftest.err >&5
19076 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
19077 (exit $ac_status); } && {
19078 test -z "$ac_c_werror_flag" ||
19079 test ! -s conftest.err
19080 } && test -s conftest.$ac_objext; then
19081 wine_cv_one_arg_mkdir=yes
19082 else
19083 $as_echo "$as_me: failed program was:" >&5
19084 sed 's/^/| /' conftest.$ac_ext >&5
19086 wine_cv_one_arg_mkdir=no
19089 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19091 { $as_echo "$as_me:$LINENO: result: $wine_cv_one_arg_mkdir" >&5
19092 $as_echo "$wine_cv_one_arg_mkdir" >&6; }
19093 if test "$wine_cv_one_arg_mkdir" = "yes"
19094 then
19096 cat >>confdefs.h <<\_ACEOF
19097 #define HAVE_ONE_ARG_MKDIR 1
19098 _ACEOF
19103 { $as_echo "$as_me:$LINENO: checking for an ANSI C-conforming const" >&5
19104 $as_echo_n "checking for an ANSI C-conforming const... " >&6; }
19105 if test "${ac_cv_c_const+set}" = set; then
19106 $as_echo_n "(cached) " >&6
19107 else
19108 cat >conftest.$ac_ext <<_ACEOF
19109 /* confdefs.h. */
19110 _ACEOF
19111 cat confdefs.h >>conftest.$ac_ext
19112 cat >>conftest.$ac_ext <<_ACEOF
19113 /* end confdefs.h. */
19116 main ()
19118 /* FIXME: Include the comments suggested by Paul. */
19119 #ifndef __cplusplus
19120 /* Ultrix mips cc rejects this. */
19121 typedef int charset[2];
19122 const charset cs;
19123 /* SunOS 4.1.1 cc rejects this. */
19124 char const *const *pcpcc;
19125 char **ppc;
19126 /* NEC SVR4.0.2 mips cc rejects this. */
19127 struct point {int x, y;};
19128 static struct point const zero = {0,0};
19129 /* AIX XL C 1.02.0.0 rejects this.
19130 It does not let you subtract one const X* pointer from another in
19131 an arm of an if-expression whose if-part is not a constant
19132 expression */
19133 const char *g = "string";
19134 pcpcc = &g + (g ? g-g : 0);
19135 /* HPUX 7.0 cc rejects these. */
19136 ++pcpcc;
19137 ppc = (char**) pcpcc;
19138 pcpcc = (char const *const *) ppc;
19139 { /* SCO 3.2v4 cc rejects this. */
19140 char *t;
19141 char const *s = 0 ? (char *) 0 : (char const *) 0;
19143 *t++ = 0;
19144 if (s) return 0;
19146 { /* Someone thinks the Sun supposedly-ANSI compiler will reject this. */
19147 int x[] = {25, 17};
19148 const int *foo = &x[0];
19149 ++foo;
19151 { /* Sun SC1.0 ANSI compiler rejects this -- but not the above. */
19152 typedef const int *iptr;
19153 iptr p = 0;
19154 ++p;
19156 { /* AIX XL C 1.02.0.0 rejects this saying
19157 "k.c", line 2.27: 1506-025 (S) Operand must be a modifiable lvalue. */
19158 struct s { int j; const int *ap[3]; };
19159 struct s *b; b->j = 5;
19161 { /* ULTRIX-32 V3.1 (Rev 9) vcc rejects this */
19162 const int foo = 10;
19163 if (!foo) return 0;
19165 return !cs[0] && !zero.x;
19166 #endif
19169 return 0;
19171 _ACEOF
19172 rm -f conftest.$ac_objext
19173 if { (ac_try="$ac_compile"
19174 case "(($ac_try" in
19175 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19176 *) ac_try_echo=$ac_try;;
19177 esac
19178 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
19179 $as_echo "$ac_try_echo") >&5
19180 (eval "$ac_compile") 2>conftest.er1
19181 ac_status=$?
19182 grep -v '^ *+' conftest.er1 >conftest.err
19183 rm -f conftest.er1
19184 cat conftest.err >&5
19185 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
19186 (exit $ac_status); } && {
19187 test -z "$ac_c_werror_flag" ||
19188 test ! -s conftest.err
19189 } && test -s conftest.$ac_objext; then
19190 ac_cv_c_const=yes
19191 else
19192 $as_echo "$as_me: failed program was:" >&5
19193 sed 's/^/| /' conftest.$ac_ext >&5
19195 ac_cv_c_const=no
19198 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19200 { $as_echo "$as_me:$LINENO: result: $ac_cv_c_const" >&5
19201 $as_echo "$ac_cv_c_const" >&6; }
19202 if test $ac_cv_c_const = no; then
19204 cat >>confdefs.h <<\_ACEOF
19205 #define const /**/
19206 _ACEOF
19210 { $as_echo "$as_me:$LINENO: checking for inline" >&5
19211 $as_echo_n "checking for inline... " >&6; }
19212 if test "${ac_cv_c_inline+set}" = set; then
19213 $as_echo_n "(cached) " >&6
19214 else
19215 ac_cv_c_inline=no
19216 for ac_kw in inline __inline__ __inline; do
19217 cat >conftest.$ac_ext <<_ACEOF
19218 /* confdefs.h. */
19219 _ACEOF
19220 cat confdefs.h >>conftest.$ac_ext
19221 cat >>conftest.$ac_ext <<_ACEOF
19222 /* end confdefs.h. */
19223 #ifndef __cplusplus
19224 typedef int foo_t;
19225 static $ac_kw foo_t static_foo () {return 0; }
19226 $ac_kw foo_t foo () {return 0; }
19227 #endif
19229 _ACEOF
19230 rm -f conftest.$ac_objext
19231 if { (ac_try="$ac_compile"
19232 case "(($ac_try" in
19233 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19234 *) ac_try_echo=$ac_try;;
19235 esac
19236 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
19237 $as_echo "$ac_try_echo") >&5
19238 (eval "$ac_compile") 2>conftest.er1
19239 ac_status=$?
19240 grep -v '^ *+' conftest.er1 >conftest.err
19241 rm -f conftest.er1
19242 cat conftest.err >&5
19243 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
19244 (exit $ac_status); } && {
19245 test -z "$ac_c_werror_flag" ||
19246 test ! -s conftest.err
19247 } && test -s conftest.$ac_objext; then
19248 ac_cv_c_inline=$ac_kw
19249 else
19250 $as_echo "$as_me: failed program was:" >&5
19251 sed 's/^/| /' conftest.$ac_ext >&5
19256 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19257 test "$ac_cv_c_inline" != no && break
19258 done
19261 { $as_echo "$as_me:$LINENO: result: $ac_cv_c_inline" >&5
19262 $as_echo "$ac_cv_c_inline" >&6; }
19265 case $ac_cv_c_inline in
19266 inline | yes) ;;
19268 case $ac_cv_c_inline in
19269 no) ac_val=;;
19270 *) ac_val=$ac_cv_c_inline;;
19271 esac
19272 cat >>confdefs.h <<_ACEOF
19273 #ifndef __cplusplus
19274 #define inline $ac_val
19275 #endif
19276 _ACEOF
19278 esac
19280 { $as_echo "$as_me:$LINENO: checking for mode_t" >&5
19281 $as_echo_n "checking for mode_t... " >&6; }
19282 if test "${ac_cv_type_mode_t+set}" = set; then
19283 $as_echo_n "(cached) " >&6
19284 else
19285 ac_cv_type_mode_t=no
19286 cat >conftest.$ac_ext <<_ACEOF
19287 /* confdefs.h. */
19288 _ACEOF
19289 cat confdefs.h >>conftest.$ac_ext
19290 cat >>conftest.$ac_ext <<_ACEOF
19291 /* end confdefs.h. */
19292 $ac_includes_default
19294 main ()
19296 if (sizeof (mode_t))
19297 return 0;
19299 return 0;
19301 _ACEOF
19302 rm -f conftest.$ac_objext
19303 if { (ac_try="$ac_compile"
19304 case "(($ac_try" in
19305 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19306 *) ac_try_echo=$ac_try;;
19307 esac
19308 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
19309 $as_echo "$ac_try_echo") >&5
19310 (eval "$ac_compile") 2>conftest.er1
19311 ac_status=$?
19312 grep -v '^ *+' conftest.er1 >conftest.err
19313 rm -f conftest.er1
19314 cat conftest.err >&5
19315 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
19316 (exit $ac_status); } && {
19317 test -z "$ac_c_werror_flag" ||
19318 test ! -s conftest.err
19319 } && test -s conftest.$ac_objext; then
19320 cat >conftest.$ac_ext <<_ACEOF
19321 /* confdefs.h. */
19322 _ACEOF
19323 cat confdefs.h >>conftest.$ac_ext
19324 cat >>conftest.$ac_ext <<_ACEOF
19325 /* end confdefs.h. */
19326 $ac_includes_default
19328 main ()
19330 if (sizeof ((mode_t)))
19331 return 0;
19333 return 0;
19335 _ACEOF
19336 rm -f conftest.$ac_objext
19337 if { (ac_try="$ac_compile"
19338 case "(($ac_try" in
19339 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19340 *) ac_try_echo=$ac_try;;
19341 esac
19342 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
19343 $as_echo "$ac_try_echo") >&5
19344 (eval "$ac_compile") 2>conftest.er1
19345 ac_status=$?
19346 grep -v '^ *+' conftest.er1 >conftest.err
19347 rm -f conftest.er1
19348 cat conftest.err >&5
19349 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
19350 (exit $ac_status); } && {
19351 test -z "$ac_c_werror_flag" ||
19352 test ! -s conftest.err
19353 } && test -s conftest.$ac_objext; then
19355 else
19356 $as_echo "$as_me: failed program was:" >&5
19357 sed 's/^/| /' conftest.$ac_ext >&5
19359 ac_cv_type_mode_t=yes
19362 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19363 else
19364 $as_echo "$as_me: failed program was:" >&5
19365 sed 's/^/| /' conftest.$ac_ext >&5
19370 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19372 { $as_echo "$as_me:$LINENO: result: $ac_cv_type_mode_t" >&5
19373 $as_echo "$ac_cv_type_mode_t" >&6; }
19374 if test "x$ac_cv_type_mode_t" = x""yes; then
19376 cat >>confdefs.h <<_ACEOF
19377 #define HAVE_MODE_T 1
19378 _ACEOF
19382 { $as_echo "$as_me:$LINENO: checking for off_t" >&5
19383 $as_echo_n "checking for off_t... " >&6; }
19384 if test "${ac_cv_type_off_t+set}" = set; then
19385 $as_echo_n "(cached) " >&6
19386 else
19387 ac_cv_type_off_t=no
19388 cat >conftest.$ac_ext <<_ACEOF
19389 /* confdefs.h. */
19390 _ACEOF
19391 cat confdefs.h >>conftest.$ac_ext
19392 cat >>conftest.$ac_ext <<_ACEOF
19393 /* end confdefs.h. */
19394 $ac_includes_default
19396 main ()
19398 if (sizeof (off_t))
19399 return 0;
19401 return 0;
19403 _ACEOF
19404 rm -f conftest.$ac_objext
19405 if { (ac_try="$ac_compile"
19406 case "(($ac_try" in
19407 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19408 *) ac_try_echo=$ac_try;;
19409 esac
19410 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
19411 $as_echo "$ac_try_echo") >&5
19412 (eval "$ac_compile") 2>conftest.er1
19413 ac_status=$?
19414 grep -v '^ *+' conftest.er1 >conftest.err
19415 rm -f conftest.er1
19416 cat conftest.err >&5
19417 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
19418 (exit $ac_status); } && {
19419 test -z "$ac_c_werror_flag" ||
19420 test ! -s conftest.err
19421 } && test -s conftest.$ac_objext; then
19422 cat >conftest.$ac_ext <<_ACEOF
19423 /* confdefs.h. */
19424 _ACEOF
19425 cat confdefs.h >>conftest.$ac_ext
19426 cat >>conftest.$ac_ext <<_ACEOF
19427 /* end confdefs.h. */
19428 $ac_includes_default
19430 main ()
19432 if (sizeof ((off_t)))
19433 return 0;
19435 return 0;
19437 _ACEOF
19438 rm -f conftest.$ac_objext
19439 if { (ac_try="$ac_compile"
19440 case "(($ac_try" in
19441 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19442 *) ac_try_echo=$ac_try;;
19443 esac
19444 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
19445 $as_echo "$ac_try_echo") >&5
19446 (eval "$ac_compile") 2>conftest.er1
19447 ac_status=$?
19448 grep -v '^ *+' conftest.er1 >conftest.err
19449 rm -f conftest.er1
19450 cat conftest.err >&5
19451 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
19452 (exit $ac_status); } && {
19453 test -z "$ac_c_werror_flag" ||
19454 test ! -s conftest.err
19455 } && test -s conftest.$ac_objext; then
19457 else
19458 $as_echo "$as_me: failed program was:" >&5
19459 sed 's/^/| /' conftest.$ac_ext >&5
19461 ac_cv_type_off_t=yes
19464 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19465 else
19466 $as_echo "$as_me: failed program was:" >&5
19467 sed 's/^/| /' conftest.$ac_ext >&5
19472 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19474 { $as_echo "$as_me:$LINENO: result: $ac_cv_type_off_t" >&5
19475 $as_echo "$ac_cv_type_off_t" >&6; }
19476 if test "x$ac_cv_type_off_t" = x""yes; then
19478 cat >>confdefs.h <<_ACEOF
19479 #define HAVE_OFF_T 1
19480 _ACEOF
19484 { $as_echo "$as_me:$LINENO: checking for pid_t" >&5
19485 $as_echo_n "checking for pid_t... " >&6; }
19486 if test "${ac_cv_type_pid_t+set}" = set; then
19487 $as_echo_n "(cached) " >&6
19488 else
19489 ac_cv_type_pid_t=no
19490 cat >conftest.$ac_ext <<_ACEOF
19491 /* confdefs.h. */
19492 _ACEOF
19493 cat confdefs.h >>conftest.$ac_ext
19494 cat >>conftest.$ac_ext <<_ACEOF
19495 /* end confdefs.h. */
19496 $ac_includes_default
19498 main ()
19500 if (sizeof (pid_t))
19501 return 0;
19503 return 0;
19505 _ACEOF
19506 rm -f conftest.$ac_objext
19507 if { (ac_try="$ac_compile"
19508 case "(($ac_try" in
19509 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19510 *) ac_try_echo=$ac_try;;
19511 esac
19512 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
19513 $as_echo "$ac_try_echo") >&5
19514 (eval "$ac_compile") 2>conftest.er1
19515 ac_status=$?
19516 grep -v '^ *+' conftest.er1 >conftest.err
19517 rm -f conftest.er1
19518 cat conftest.err >&5
19519 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
19520 (exit $ac_status); } && {
19521 test -z "$ac_c_werror_flag" ||
19522 test ! -s conftest.err
19523 } && test -s conftest.$ac_objext; then
19524 cat >conftest.$ac_ext <<_ACEOF
19525 /* confdefs.h. */
19526 _ACEOF
19527 cat confdefs.h >>conftest.$ac_ext
19528 cat >>conftest.$ac_ext <<_ACEOF
19529 /* end confdefs.h. */
19530 $ac_includes_default
19532 main ()
19534 if (sizeof ((pid_t)))
19535 return 0;
19537 return 0;
19539 _ACEOF
19540 rm -f conftest.$ac_objext
19541 if { (ac_try="$ac_compile"
19542 case "(($ac_try" in
19543 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19544 *) ac_try_echo=$ac_try;;
19545 esac
19546 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
19547 $as_echo "$ac_try_echo") >&5
19548 (eval "$ac_compile") 2>conftest.er1
19549 ac_status=$?
19550 grep -v '^ *+' conftest.er1 >conftest.err
19551 rm -f conftest.er1
19552 cat conftest.err >&5
19553 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
19554 (exit $ac_status); } && {
19555 test -z "$ac_c_werror_flag" ||
19556 test ! -s conftest.err
19557 } && test -s conftest.$ac_objext; then
19559 else
19560 $as_echo "$as_me: failed program was:" >&5
19561 sed 's/^/| /' conftest.$ac_ext >&5
19563 ac_cv_type_pid_t=yes
19566 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19567 else
19568 $as_echo "$as_me: failed program was:" >&5
19569 sed 's/^/| /' conftest.$ac_ext >&5
19574 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19576 { $as_echo "$as_me:$LINENO: result: $ac_cv_type_pid_t" >&5
19577 $as_echo "$ac_cv_type_pid_t" >&6; }
19578 if test "x$ac_cv_type_pid_t" = x""yes; then
19580 cat >>confdefs.h <<_ACEOF
19581 #define HAVE_PID_T 1
19582 _ACEOF
19586 { $as_echo "$as_me:$LINENO: checking for size_t" >&5
19587 $as_echo_n "checking for size_t... " >&6; }
19588 if test "${ac_cv_type_size_t+set}" = set; then
19589 $as_echo_n "(cached) " >&6
19590 else
19591 ac_cv_type_size_t=no
19592 cat >conftest.$ac_ext <<_ACEOF
19593 /* confdefs.h. */
19594 _ACEOF
19595 cat confdefs.h >>conftest.$ac_ext
19596 cat >>conftest.$ac_ext <<_ACEOF
19597 /* end confdefs.h. */
19598 $ac_includes_default
19600 main ()
19602 if (sizeof (size_t))
19603 return 0;
19605 return 0;
19607 _ACEOF
19608 rm -f conftest.$ac_objext
19609 if { (ac_try="$ac_compile"
19610 case "(($ac_try" in
19611 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19612 *) ac_try_echo=$ac_try;;
19613 esac
19614 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
19615 $as_echo "$ac_try_echo") >&5
19616 (eval "$ac_compile") 2>conftest.er1
19617 ac_status=$?
19618 grep -v '^ *+' conftest.er1 >conftest.err
19619 rm -f conftest.er1
19620 cat conftest.err >&5
19621 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
19622 (exit $ac_status); } && {
19623 test -z "$ac_c_werror_flag" ||
19624 test ! -s conftest.err
19625 } && test -s conftest.$ac_objext; then
19626 cat >conftest.$ac_ext <<_ACEOF
19627 /* confdefs.h. */
19628 _ACEOF
19629 cat confdefs.h >>conftest.$ac_ext
19630 cat >>conftest.$ac_ext <<_ACEOF
19631 /* end confdefs.h. */
19632 $ac_includes_default
19634 main ()
19636 if (sizeof ((size_t)))
19637 return 0;
19639 return 0;
19641 _ACEOF
19642 rm -f conftest.$ac_objext
19643 if { (ac_try="$ac_compile"
19644 case "(($ac_try" in
19645 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19646 *) ac_try_echo=$ac_try;;
19647 esac
19648 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
19649 $as_echo "$ac_try_echo") >&5
19650 (eval "$ac_compile") 2>conftest.er1
19651 ac_status=$?
19652 grep -v '^ *+' conftest.er1 >conftest.err
19653 rm -f conftest.er1
19654 cat conftest.err >&5
19655 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
19656 (exit $ac_status); } && {
19657 test -z "$ac_c_werror_flag" ||
19658 test ! -s conftest.err
19659 } && test -s conftest.$ac_objext; then
19661 else
19662 $as_echo "$as_me: failed program was:" >&5
19663 sed 's/^/| /' conftest.$ac_ext >&5
19665 ac_cv_type_size_t=yes
19668 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19669 else
19670 $as_echo "$as_me: failed program was:" >&5
19671 sed 's/^/| /' conftest.$ac_ext >&5
19676 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19678 { $as_echo "$as_me:$LINENO: result: $ac_cv_type_size_t" >&5
19679 $as_echo "$ac_cv_type_size_t" >&6; }
19680 if test "x$ac_cv_type_size_t" = x""yes; then
19682 cat >>confdefs.h <<_ACEOF
19683 #define HAVE_SIZE_T 1
19684 _ACEOF
19688 { $as_echo "$as_me:$LINENO: checking for ssize_t" >&5
19689 $as_echo_n "checking for ssize_t... " >&6; }
19690 if test "${ac_cv_type_ssize_t+set}" = set; then
19691 $as_echo_n "(cached) " >&6
19692 else
19693 ac_cv_type_ssize_t=no
19694 cat >conftest.$ac_ext <<_ACEOF
19695 /* confdefs.h. */
19696 _ACEOF
19697 cat confdefs.h >>conftest.$ac_ext
19698 cat >>conftest.$ac_ext <<_ACEOF
19699 /* end confdefs.h. */
19700 $ac_includes_default
19702 main ()
19704 if (sizeof (ssize_t))
19705 return 0;
19707 return 0;
19709 _ACEOF
19710 rm -f conftest.$ac_objext
19711 if { (ac_try="$ac_compile"
19712 case "(($ac_try" in
19713 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19714 *) ac_try_echo=$ac_try;;
19715 esac
19716 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
19717 $as_echo "$ac_try_echo") >&5
19718 (eval "$ac_compile") 2>conftest.er1
19719 ac_status=$?
19720 grep -v '^ *+' conftest.er1 >conftest.err
19721 rm -f conftest.er1
19722 cat conftest.err >&5
19723 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
19724 (exit $ac_status); } && {
19725 test -z "$ac_c_werror_flag" ||
19726 test ! -s conftest.err
19727 } && test -s conftest.$ac_objext; then
19728 cat >conftest.$ac_ext <<_ACEOF
19729 /* confdefs.h. */
19730 _ACEOF
19731 cat confdefs.h >>conftest.$ac_ext
19732 cat >>conftest.$ac_ext <<_ACEOF
19733 /* end confdefs.h. */
19734 $ac_includes_default
19736 main ()
19738 if (sizeof ((ssize_t)))
19739 return 0;
19741 return 0;
19743 _ACEOF
19744 rm -f conftest.$ac_objext
19745 if { (ac_try="$ac_compile"
19746 case "(($ac_try" in
19747 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19748 *) ac_try_echo=$ac_try;;
19749 esac
19750 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
19751 $as_echo "$ac_try_echo") >&5
19752 (eval "$ac_compile") 2>conftest.er1
19753 ac_status=$?
19754 grep -v '^ *+' conftest.er1 >conftest.err
19755 rm -f conftest.er1
19756 cat conftest.err >&5
19757 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
19758 (exit $ac_status); } && {
19759 test -z "$ac_c_werror_flag" ||
19760 test ! -s conftest.err
19761 } && test -s conftest.$ac_objext; then
19763 else
19764 $as_echo "$as_me: failed program was:" >&5
19765 sed 's/^/| /' conftest.$ac_ext >&5
19767 ac_cv_type_ssize_t=yes
19770 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19771 else
19772 $as_echo "$as_me: failed program was:" >&5
19773 sed 's/^/| /' conftest.$ac_ext >&5
19778 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19780 { $as_echo "$as_me:$LINENO: result: $ac_cv_type_ssize_t" >&5
19781 $as_echo "$ac_cv_type_ssize_t" >&6; }
19782 if test "x$ac_cv_type_ssize_t" = x""yes; then
19784 cat >>confdefs.h <<_ACEOF
19785 #define HAVE_SSIZE_T 1
19786 _ACEOF
19790 { $as_echo "$as_me:$LINENO: checking for long long" >&5
19791 $as_echo_n "checking for long long... " >&6; }
19792 if test "${ac_cv_type_long_long+set}" = set; then
19793 $as_echo_n "(cached) " >&6
19794 else
19795 ac_cv_type_long_long=no
19796 cat >conftest.$ac_ext <<_ACEOF
19797 /* confdefs.h. */
19798 _ACEOF
19799 cat confdefs.h >>conftest.$ac_ext
19800 cat >>conftest.$ac_ext <<_ACEOF
19801 /* end confdefs.h. */
19802 $ac_includes_default
19804 main ()
19806 if (sizeof (long long))
19807 return 0;
19809 return 0;
19811 _ACEOF
19812 rm -f conftest.$ac_objext
19813 if { (ac_try="$ac_compile"
19814 case "(($ac_try" in
19815 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19816 *) ac_try_echo=$ac_try;;
19817 esac
19818 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
19819 $as_echo "$ac_try_echo") >&5
19820 (eval "$ac_compile") 2>conftest.er1
19821 ac_status=$?
19822 grep -v '^ *+' conftest.er1 >conftest.err
19823 rm -f conftest.er1
19824 cat conftest.err >&5
19825 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
19826 (exit $ac_status); } && {
19827 test -z "$ac_c_werror_flag" ||
19828 test ! -s conftest.err
19829 } && test -s conftest.$ac_objext; then
19830 cat >conftest.$ac_ext <<_ACEOF
19831 /* confdefs.h. */
19832 _ACEOF
19833 cat confdefs.h >>conftest.$ac_ext
19834 cat >>conftest.$ac_ext <<_ACEOF
19835 /* end confdefs.h. */
19836 $ac_includes_default
19838 main ()
19840 if (sizeof ((long long)))
19841 return 0;
19843 return 0;
19845 _ACEOF
19846 rm -f conftest.$ac_objext
19847 if { (ac_try="$ac_compile"
19848 case "(($ac_try" in
19849 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19850 *) ac_try_echo=$ac_try;;
19851 esac
19852 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
19853 $as_echo "$ac_try_echo") >&5
19854 (eval "$ac_compile") 2>conftest.er1
19855 ac_status=$?
19856 grep -v '^ *+' conftest.er1 >conftest.err
19857 rm -f conftest.er1
19858 cat conftest.err >&5
19859 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
19860 (exit $ac_status); } && {
19861 test -z "$ac_c_werror_flag" ||
19862 test ! -s conftest.err
19863 } && test -s conftest.$ac_objext; then
19865 else
19866 $as_echo "$as_me: failed program was:" >&5
19867 sed 's/^/| /' conftest.$ac_ext >&5
19869 ac_cv_type_long_long=yes
19872 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19873 else
19874 $as_echo "$as_me: failed program was:" >&5
19875 sed 's/^/| /' conftest.$ac_ext >&5
19880 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19882 { $as_echo "$as_me:$LINENO: result: $ac_cv_type_long_long" >&5
19883 $as_echo "$ac_cv_type_long_long" >&6; }
19884 if test "x$ac_cv_type_long_long" = x""yes; then
19886 cat >>confdefs.h <<_ACEOF
19887 #define HAVE_LONG_LONG 1
19888 _ACEOF
19892 { $as_echo "$as_me:$LINENO: checking for fsblkcnt_t" >&5
19893 $as_echo_n "checking for fsblkcnt_t... " >&6; }
19894 if test "${ac_cv_type_fsblkcnt_t+set}" = set; then
19895 $as_echo_n "(cached) " >&6
19896 else
19897 ac_cv_type_fsblkcnt_t=no
19898 cat >conftest.$ac_ext <<_ACEOF
19899 /* confdefs.h. */
19900 _ACEOF
19901 cat confdefs.h >>conftest.$ac_ext
19902 cat >>conftest.$ac_ext <<_ACEOF
19903 /* end confdefs.h. */
19904 $ac_includes_default
19906 main ()
19908 if (sizeof (fsblkcnt_t))
19909 return 0;
19911 return 0;
19913 _ACEOF
19914 rm -f conftest.$ac_objext
19915 if { (ac_try="$ac_compile"
19916 case "(($ac_try" in
19917 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19918 *) ac_try_echo=$ac_try;;
19919 esac
19920 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
19921 $as_echo "$ac_try_echo") >&5
19922 (eval "$ac_compile") 2>conftest.er1
19923 ac_status=$?
19924 grep -v '^ *+' conftest.er1 >conftest.err
19925 rm -f conftest.er1
19926 cat conftest.err >&5
19927 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
19928 (exit $ac_status); } && {
19929 test -z "$ac_c_werror_flag" ||
19930 test ! -s conftest.err
19931 } && test -s conftest.$ac_objext; then
19932 cat >conftest.$ac_ext <<_ACEOF
19933 /* confdefs.h. */
19934 _ACEOF
19935 cat confdefs.h >>conftest.$ac_ext
19936 cat >>conftest.$ac_ext <<_ACEOF
19937 /* end confdefs.h. */
19938 $ac_includes_default
19940 main ()
19942 if (sizeof ((fsblkcnt_t)))
19943 return 0;
19945 return 0;
19947 _ACEOF
19948 rm -f conftest.$ac_objext
19949 if { (ac_try="$ac_compile"
19950 case "(($ac_try" in
19951 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19952 *) ac_try_echo=$ac_try;;
19953 esac
19954 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
19955 $as_echo "$ac_try_echo") >&5
19956 (eval "$ac_compile") 2>conftest.er1
19957 ac_status=$?
19958 grep -v '^ *+' conftest.er1 >conftest.err
19959 rm -f conftest.er1
19960 cat conftest.err >&5
19961 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
19962 (exit $ac_status); } && {
19963 test -z "$ac_c_werror_flag" ||
19964 test ! -s conftest.err
19965 } && test -s conftest.$ac_objext; then
19967 else
19968 $as_echo "$as_me: failed program was:" >&5
19969 sed 's/^/| /' conftest.$ac_ext >&5
19971 ac_cv_type_fsblkcnt_t=yes
19974 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19975 else
19976 $as_echo "$as_me: failed program was:" >&5
19977 sed 's/^/| /' conftest.$ac_ext >&5
19982 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19984 { $as_echo "$as_me:$LINENO: result: $ac_cv_type_fsblkcnt_t" >&5
19985 $as_echo "$ac_cv_type_fsblkcnt_t" >&6; }
19986 if test "x$ac_cv_type_fsblkcnt_t" = x""yes; then
19988 cat >>confdefs.h <<_ACEOF
19989 #define HAVE_FSBLKCNT_T 1
19990 _ACEOF
19994 { $as_echo "$as_me:$LINENO: checking for fsfilcnt_t" >&5
19995 $as_echo_n "checking for fsfilcnt_t... " >&6; }
19996 if test "${ac_cv_type_fsfilcnt_t+set}" = set; then
19997 $as_echo_n "(cached) " >&6
19998 else
19999 ac_cv_type_fsfilcnt_t=no
20000 cat >conftest.$ac_ext <<_ACEOF
20001 /* confdefs.h. */
20002 _ACEOF
20003 cat confdefs.h >>conftest.$ac_ext
20004 cat >>conftest.$ac_ext <<_ACEOF
20005 /* end confdefs.h. */
20006 $ac_includes_default
20008 main ()
20010 if (sizeof (fsfilcnt_t))
20011 return 0;
20013 return 0;
20015 _ACEOF
20016 rm -f conftest.$ac_objext
20017 if { (ac_try="$ac_compile"
20018 case "(($ac_try" in
20019 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20020 *) ac_try_echo=$ac_try;;
20021 esac
20022 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
20023 $as_echo "$ac_try_echo") >&5
20024 (eval "$ac_compile") 2>conftest.er1
20025 ac_status=$?
20026 grep -v '^ *+' conftest.er1 >conftest.err
20027 rm -f conftest.er1
20028 cat conftest.err >&5
20029 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
20030 (exit $ac_status); } && {
20031 test -z "$ac_c_werror_flag" ||
20032 test ! -s conftest.err
20033 } && test -s conftest.$ac_objext; then
20034 cat >conftest.$ac_ext <<_ACEOF
20035 /* confdefs.h. */
20036 _ACEOF
20037 cat confdefs.h >>conftest.$ac_ext
20038 cat >>conftest.$ac_ext <<_ACEOF
20039 /* end confdefs.h. */
20040 $ac_includes_default
20042 main ()
20044 if (sizeof ((fsfilcnt_t)))
20045 return 0;
20047 return 0;
20049 _ACEOF
20050 rm -f conftest.$ac_objext
20051 if { (ac_try="$ac_compile"
20052 case "(($ac_try" in
20053 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20054 *) ac_try_echo=$ac_try;;
20055 esac
20056 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
20057 $as_echo "$ac_try_echo") >&5
20058 (eval "$ac_compile") 2>conftest.er1
20059 ac_status=$?
20060 grep -v '^ *+' conftest.er1 >conftest.err
20061 rm -f conftest.er1
20062 cat conftest.err >&5
20063 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
20064 (exit $ac_status); } && {
20065 test -z "$ac_c_werror_flag" ||
20066 test ! -s conftest.err
20067 } && test -s conftest.$ac_objext; then
20069 else
20070 $as_echo "$as_me: failed program was:" >&5
20071 sed 's/^/| /' conftest.$ac_ext >&5
20073 ac_cv_type_fsfilcnt_t=yes
20076 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20077 else
20078 $as_echo "$as_me: failed program was:" >&5
20079 sed 's/^/| /' conftest.$ac_ext >&5
20084 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20086 { $as_echo "$as_me:$LINENO: result: $ac_cv_type_fsfilcnt_t" >&5
20087 $as_echo "$ac_cv_type_fsfilcnt_t" >&6; }
20088 if test "x$ac_cv_type_fsfilcnt_t" = x""yes; then
20090 cat >>confdefs.h <<_ACEOF
20091 #define HAVE_FSFILCNT_T 1
20092 _ACEOF
20097 { $as_echo "$as_me:$LINENO: checking for sigset_t" >&5
20098 $as_echo_n "checking for sigset_t... " >&6; }
20099 if test "${ac_cv_type_sigset_t+set}" = set; then
20100 $as_echo_n "(cached) " >&6
20101 else
20102 ac_cv_type_sigset_t=no
20103 cat >conftest.$ac_ext <<_ACEOF
20104 /* confdefs.h. */
20105 _ACEOF
20106 cat confdefs.h >>conftest.$ac_ext
20107 cat >>conftest.$ac_ext <<_ACEOF
20108 /* end confdefs.h. */
20109 #include <sys/types.h>
20110 #include <signal.h>
20113 main ()
20115 if (sizeof (sigset_t))
20116 return 0;
20118 return 0;
20120 _ACEOF
20121 rm -f conftest.$ac_objext
20122 if { (ac_try="$ac_compile"
20123 case "(($ac_try" in
20124 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20125 *) ac_try_echo=$ac_try;;
20126 esac
20127 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
20128 $as_echo "$ac_try_echo") >&5
20129 (eval "$ac_compile") 2>conftest.er1
20130 ac_status=$?
20131 grep -v '^ *+' conftest.er1 >conftest.err
20132 rm -f conftest.er1
20133 cat conftest.err >&5
20134 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
20135 (exit $ac_status); } && {
20136 test -z "$ac_c_werror_flag" ||
20137 test ! -s conftest.err
20138 } && test -s conftest.$ac_objext; then
20139 cat >conftest.$ac_ext <<_ACEOF
20140 /* confdefs.h. */
20141 _ACEOF
20142 cat confdefs.h >>conftest.$ac_ext
20143 cat >>conftest.$ac_ext <<_ACEOF
20144 /* end confdefs.h. */
20145 #include <sys/types.h>
20146 #include <signal.h>
20149 main ()
20151 if (sizeof ((sigset_t)))
20152 return 0;
20154 return 0;
20156 _ACEOF
20157 rm -f conftest.$ac_objext
20158 if { (ac_try="$ac_compile"
20159 case "(($ac_try" in
20160 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20161 *) ac_try_echo=$ac_try;;
20162 esac
20163 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
20164 $as_echo "$ac_try_echo") >&5
20165 (eval "$ac_compile") 2>conftest.er1
20166 ac_status=$?
20167 grep -v '^ *+' conftest.er1 >conftest.err
20168 rm -f conftest.er1
20169 cat conftest.err >&5
20170 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
20171 (exit $ac_status); } && {
20172 test -z "$ac_c_werror_flag" ||
20173 test ! -s conftest.err
20174 } && test -s conftest.$ac_objext; then
20176 else
20177 $as_echo "$as_me: failed program was:" >&5
20178 sed 's/^/| /' conftest.$ac_ext >&5
20180 ac_cv_type_sigset_t=yes
20183 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20184 else
20185 $as_echo "$as_me: failed program was:" >&5
20186 sed 's/^/| /' conftest.$ac_ext >&5
20191 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20193 { $as_echo "$as_me:$LINENO: result: $ac_cv_type_sigset_t" >&5
20194 $as_echo "$ac_cv_type_sigset_t" >&6; }
20195 if test "x$ac_cv_type_sigset_t" = x""yes; then
20197 cat >>confdefs.h <<_ACEOF
20198 #define HAVE_SIGSET_T 1
20199 _ACEOF
20204 { $as_echo "$as_me:$LINENO: checking for request_sense" >&5
20205 $as_echo_n "checking for request_sense... " >&6; }
20206 if test "${ac_cv_type_request_sense+set}" = set; then
20207 $as_echo_n "(cached) " >&6
20208 else
20209 ac_cv_type_request_sense=no
20210 cat >conftest.$ac_ext <<_ACEOF
20211 /* confdefs.h. */
20212 _ACEOF
20213 cat confdefs.h >>conftest.$ac_ext
20214 cat >>conftest.$ac_ext <<_ACEOF
20215 /* end confdefs.h. */
20216 #include <linux/cdrom.h>
20219 main ()
20221 if (sizeof (request_sense))
20222 return 0;
20224 return 0;
20226 _ACEOF
20227 rm -f conftest.$ac_objext
20228 if { (ac_try="$ac_compile"
20229 case "(($ac_try" in
20230 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20231 *) ac_try_echo=$ac_try;;
20232 esac
20233 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
20234 $as_echo "$ac_try_echo") >&5
20235 (eval "$ac_compile") 2>conftest.er1
20236 ac_status=$?
20237 grep -v '^ *+' conftest.er1 >conftest.err
20238 rm -f conftest.er1
20239 cat conftest.err >&5
20240 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
20241 (exit $ac_status); } && {
20242 test -z "$ac_c_werror_flag" ||
20243 test ! -s conftest.err
20244 } && test -s conftest.$ac_objext; then
20245 cat >conftest.$ac_ext <<_ACEOF
20246 /* confdefs.h. */
20247 _ACEOF
20248 cat confdefs.h >>conftest.$ac_ext
20249 cat >>conftest.$ac_ext <<_ACEOF
20250 /* end confdefs.h. */
20251 #include <linux/cdrom.h>
20254 main ()
20256 if (sizeof ((request_sense)))
20257 return 0;
20259 return 0;
20261 _ACEOF
20262 rm -f conftest.$ac_objext
20263 if { (ac_try="$ac_compile"
20264 case "(($ac_try" in
20265 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20266 *) ac_try_echo=$ac_try;;
20267 esac
20268 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
20269 $as_echo "$ac_try_echo") >&5
20270 (eval "$ac_compile") 2>conftest.er1
20271 ac_status=$?
20272 grep -v '^ *+' conftest.er1 >conftest.err
20273 rm -f conftest.er1
20274 cat conftest.err >&5
20275 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
20276 (exit $ac_status); } && {
20277 test -z "$ac_c_werror_flag" ||
20278 test ! -s conftest.err
20279 } && test -s conftest.$ac_objext; then
20281 else
20282 $as_echo "$as_me: failed program was:" >&5
20283 sed 's/^/| /' conftest.$ac_ext >&5
20285 ac_cv_type_request_sense=yes
20288 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20289 else
20290 $as_echo "$as_me: failed program was:" >&5
20291 sed 's/^/| /' conftest.$ac_ext >&5
20296 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20298 { $as_echo "$as_me:$LINENO: result: $ac_cv_type_request_sense" >&5
20299 $as_echo "$ac_cv_type_request_sense" >&6; }
20300 if test "x$ac_cv_type_request_sense" = x""yes; then
20302 cat >>confdefs.h <<_ACEOF
20303 #define HAVE_REQUEST_SENSE 1
20304 _ACEOF
20310 { $as_echo "$as_me:$LINENO: checking for struct ff_effect.direction" >&5
20311 $as_echo_n "checking for struct ff_effect.direction... " >&6; }
20312 if test "${ac_cv_member_struct_ff_effect_direction+set}" = set; then
20313 $as_echo_n "(cached) " >&6
20314 else
20315 cat >conftest.$ac_ext <<_ACEOF
20316 /* confdefs.h. */
20317 _ACEOF
20318 cat confdefs.h >>conftest.$ac_ext
20319 cat >>conftest.$ac_ext <<_ACEOF
20320 /* end confdefs.h. */
20321 #ifdef HAVE_LINUX_INPUT_H
20322 #include <linux/input.h>
20323 #endif
20326 main ()
20328 static struct ff_effect ac_aggr;
20329 if (ac_aggr.direction)
20330 return 0;
20332 return 0;
20334 _ACEOF
20335 rm -f conftest.$ac_objext
20336 if { (ac_try="$ac_compile"
20337 case "(($ac_try" in
20338 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20339 *) ac_try_echo=$ac_try;;
20340 esac
20341 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
20342 $as_echo "$ac_try_echo") >&5
20343 (eval "$ac_compile") 2>conftest.er1
20344 ac_status=$?
20345 grep -v '^ *+' conftest.er1 >conftest.err
20346 rm -f conftest.er1
20347 cat conftest.err >&5
20348 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
20349 (exit $ac_status); } && {
20350 test -z "$ac_c_werror_flag" ||
20351 test ! -s conftest.err
20352 } && test -s conftest.$ac_objext; then
20353 ac_cv_member_struct_ff_effect_direction=yes
20354 else
20355 $as_echo "$as_me: failed program was:" >&5
20356 sed 's/^/| /' conftest.$ac_ext >&5
20358 cat >conftest.$ac_ext <<_ACEOF
20359 /* confdefs.h. */
20360 _ACEOF
20361 cat confdefs.h >>conftest.$ac_ext
20362 cat >>conftest.$ac_ext <<_ACEOF
20363 /* end confdefs.h. */
20364 #ifdef HAVE_LINUX_INPUT_H
20365 #include <linux/input.h>
20366 #endif
20369 main ()
20371 static struct ff_effect ac_aggr;
20372 if (sizeof ac_aggr.direction)
20373 return 0;
20375 return 0;
20377 _ACEOF
20378 rm -f conftest.$ac_objext
20379 if { (ac_try="$ac_compile"
20380 case "(($ac_try" in
20381 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20382 *) ac_try_echo=$ac_try;;
20383 esac
20384 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
20385 $as_echo "$ac_try_echo") >&5
20386 (eval "$ac_compile") 2>conftest.er1
20387 ac_status=$?
20388 grep -v '^ *+' conftest.er1 >conftest.err
20389 rm -f conftest.er1
20390 cat conftest.err >&5
20391 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
20392 (exit $ac_status); } && {
20393 test -z "$ac_c_werror_flag" ||
20394 test ! -s conftest.err
20395 } && test -s conftest.$ac_objext; then
20396 ac_cv_member_struct_ff_effect_direction=yes
20397 else
20398 $as_echo "$as_me: failed program was:" >&5
20399 sed 's/^/| /' conftest.$ac_ext >&5
20401 ac_cv_member_struct_ff_effect_direction=no
20404 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20407 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20409 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_ff_effect_direction" >&5
20410 $as_echo "$ac_cv_member_struct_ff_effect_direction" >&6; }
20411 if test "x$ac_cv_member_struct_ff_effect_direction" = x""yes; then
20413 cat >>confdefs.h <<_ACEOF
20414 #define HAVE_STRUCT_FF_EFFECT_DIRECTION 1
20415 _ACEOF
20421 { $as_echo "$as_me:$LINENO: checking for sigaddset" >&5
20422 $as_echo_n "checking for sigaddset... " >&6; }
20423 if test "${wine_cv_have_sigaddset+set}" = set; then
20424 $as_echo_n "(cached) " >&6
20425 else
20426 cat >conftest.$ac_ext <<_ACEOF
20427 /* confdefs.h. */
20428 _ACEOF
20429 cat confdefs.h >>conftest.$ac_ext
20430 cat >>conftest.$ac_ext <<_ACEOF
20431 /* end confdefs.h. */
20432 #include <signal.h>
20434 main ()
20436 sigset_t set; sigaddset(&set,SIGTERM);
20438 return 0;
20440 _ACEOF
20441 rm -f conftest.$ac_objext conftest$ac_exeext
20442 if { (ac_try="$ac_link"
20443 case "(($ac_try" in
20444 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20445 *) ac_try_echo=$ac_try;;
20446 esac
20447 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
20448 $as_echo "$ac_try_echo") >&5
20449 (eval "$ac_link") 2>conftest.er1
20450 ac_status=$?
20451 grep -v '^ *+' conftest.er1 >conftest.err
20452 rm -f conftest.er1
20453 cat conftest.err >&5
20454 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
20455 (exit $ac_status); } && {
20456 test -z "$ac_c_werror_flag" ||
20457 test ! -s conftest.err
20458 } && test -s conftest$ac_exeext && {
20459 test "$cross_compiling" = yes ||
20460 $as_test_x conftest$ac_exeext
20461 }; then
20462 wine_cv_have_sigaddset=yes
20463 else
20464 $as_echo "$as_me: failed program was:" >&5
20465 sed 's/^/| /' conftest.$ac_ext >&5
20467 wine_cv_have_sigaddset=no
20470 rm -rf conftest.dSYM
20471 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
20472 conftest$ac_exeext conftest.$ac_ext
20474 { $as_echo "$as_me:$LINENO: result: $wine_cv_have_sigaddset" >&5
20475 $as_echo "$wine_cv_have_sigaddset" >&6; }
20476 if test "$wine_cv_have_sigaddset" = "yes"
20477 then
20479 cat >>confdefs.h <<\_ACEOF
20480 #define HAVE_SIGADDSET 1
20481 _ACEOF
20486 { $as_echo "$as_me:$LINENO: checking whether we can use re-entrant gethostbyname_r Linux style" >&5
20487 $as_echo_n "checking whether we can use re-entrant gethostbyname_r Linux style... " >&6; }
20488 if test "${wine_cv_linux_gethostbyname_r_6+set}" = set; then
20489 $as_echo_n "(cached) " >&6
20490 else
20491 cat >conftest.$ac_ext <<_ACEOF
20492 /* confdefs.h. */
20493 _ACEOF
20494 cat confdefs.h >>conftest.$ac_ext
20495 cat >>conftest.$ac_ext <<_ACEOF
20496 /* end confdefs.h. */
20497 #include <netdb.h>
20499 main ()
20502 char *name=0;
20503 struct hostent he;
20504 struct hostent *result;
20505 char *buf=0;
20506 int bufsize=0;
20507 int res,errnr;
20508 char *addr=0;
20509 int addrlen=0;
20510 int addrtype=0;
20511 res=gethostbyname_r(name,&he,buf,bufsize,&result,&errnr);
20512 res=gethostbyaddr_r(addr, addrlen, addrtype,&he,buf,bufsize,&result,&errnr);
20515 return 0;
20517 _ACEOF
20518 rm -f conftest.$ac_objext conftest$ac_exeext
20519 if { (ac_try="$ac_link"
20520 case "(($ac_try" in
20521 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20522 *) ac_try_echo=$ac_try;;
20523 esac
20524 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
20525 $as_echo "$ac_try_echo") >&5
20526 (eval "$ac_link") 2>conftest.er1
20527 ac_status=$?
20528 grep -v '^ *+' conftest.er1 >conftest.err
20529 rm -f conftest.er1
20530 cat conftest.err >&5
20531 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
20532 (exit $ac_status); } && {
20533 test -z "$ac_c_werror_flag" ||
20534 test ! -s conftest.err
20535 } && test -s conftest$ac_exeext && {
20536 test "$cross_compiling" = yes ||
20537 $as_test_x conftest$ac_exeext
20538 }; then
20539 wine_cv_linux_gethostbyname_r_6=yes
20540 else
20541 $as_echo "$as_me: failed program was:" >&5
20542 sed 's/^/| /' conftest.$ac_ext >&5
20544 wine_cv_linux_gethostbyname_r_6=no
20548 rm -rf conftest.dSYM
20549 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
20550 conftest$ac_exeext conftest.$ac_ext
20553 { $as_echo "$as_me:$LINENO: result: $wine_cv_linux_gethostbyname_r_6" >&5
20554 $as_echo "$wine_cv_linux_gethostbyname_r_6" >&6; }
20555 if test "$wine_cv_linux_gethostbyname_r_6" = "yes"
20556 then
20558 cat >>confdefs.h <<\_ACEOF
20559 #define HAVE_LINUX_GETHOSTBYNAME_R_6 1
20560 _ACEOF
20564 if test "$ac_cv_header_linux_joystick_h" = "yes"
20565 then
20566 { $as_echo "$as_me:$LINENO: checking whether linux/joystick.h uses the Linux 2.2+ API" >&5
20567 $as_echo_n "checking whether linux/joystick.h uses the Linux 2.2+ API... " >&6; }
20568 if test "${wine_cv_linux_joystick_22_api+set}" = set; then
20569 $as_echo_n "(cached) " >&6
20570 else
20571 cat >conftest.$ac_ext <<_ACEOF
20572 /* confdefs.h. */
20573 _ACEOF
20574 cat confdefs.h >>conftest.$ac_ext
20575 cat >>conftest.$ac_ext <<_ACEOF
20576 /* end confdefs.h. */
20578 #include <sys/ioctl.h>
20579 #include <sys/types.h>
20580 #include <linux/joystick.h>
20582 struct js_event blub;
20583 #if !defined(JS_EVENT_AXIS) || !defined(JS_EVENT_BUTTON)
20584 #error "no 2.2 header"
20585 #endif
20588 main ()
20590 /*empty*/
20592 return 0;
20594 _ACEOF
20595 rm -f conftest.$ac_objext
20596 if { (ac_try="$ac_compile"
20597 case "(($ac_try" in
20598 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20599 *) ac_try_echo=$ac_try;;
20600 esac
20601 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
20602 $as_echo "$ac_try_echo") >&5
20603 (eval "$ac_compile") 2>conftest.er1
20604 ac_status=$?
20605 grep -v '^ *+' conftest.er1 >conftest.err
20606 rm -f conftest.er1
20607 cat conftest.err >&5
20608 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
20609 (exit $ac_status); } && {
20610 test -z "$ac_c_werror_flag" ||
20611 test ! -s conftest.err
20612 } && test -s conftest.$ac_objext; then
20613 wine_cv_linux_joystick_22_api=yes
20614 else
20615 $as_echo "$as_me: failed program was:" >&5
20616 sed 's/^/| /' conftest.$ac_ext >&5
20618 wine_cv_linux_joystick_22_api=no
20621 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20624 { $as_echo "$as_me:$LINENO: result: $wine_cv_linux_joystick_22_api" >&5
20625 $as_echo "$wine_cv_linux_joystick_22_api" >&6; }
20626 if test "$wine_cv_linux_joystick_22_api" = "yes"
20627 then
20629 cat >>confdefs.h <<\_ACEOF
20630 #define HAVE_LINUX_22_JOYSTICK_API 1
20631 _ACEOF
20637 { $as_echo "$as_me:$LINENO: checking for struct statfs.f_bfree" >&5
20638 $as_echo_n "checking for struct statfs.f_bfree... " >&6; }
20639 if test "${ac_cv_member_struct_statfs_f_bfree+set}" = set; then
20640 $as_echo_n "(cached) " >&6
20641 else
20642 cat >conftest.$ac_ext <<_ACEOF
20643 /* confdefs.h. */
20644 _ACEOF
20645 cat confdefs.h >>conftest.$ac_ext
20646 cat >>conftest.$ac_ext <<_ACEOF
20647 /* end confdefs.h. */
20648 #include <sys/types.h>
20649 #ifdef HAVE_SYS_PARAM_H
20650 # include <sys/param.h>
20651 #endif
20652 #ifdef HAVE_SYS_MOUNT_H
20653 # include <sys/mount.h>
20654 #endif
20655 #ifdef HAVE_SYS_VFS_H
20656 # include <sys/vfs.h>
20657 #endif
20658 #ifdef HAVE_SYS_STATFS_H
20659 # include <sys/statfs.h>
20660 #endif
20663 main ()
20665 static struct statfs ac_aggr;
20666 if (ac_aggr.f_bfree)
20667 return 0;
20669 return 0;
20671 _ACEOF
20672 rm -f conftest.$ac_objext
20673 if { (ac_try="$ac_compile"
20674 case "(($ac_try" in
20675 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20676 *) ac_try_echo=$ac_try;;
20677 esac
20678 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
20679 $as_echo "$ac_try_echo") >&5
20680 (eval "$ac_compile") 2>conftest.er1
20681 ac_status=$?
20682 grep -v '^ *+' conftest.er1 >conftest.err
20683 rm -f conftest.er1
20684 cat conftest.err >&5
20685 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
20686 (exit $ac_status); } && {
20687 test -z "$ac_c_werror_flag" ||
20688 test ! -s conftest.err
20689 } && test -s conftest.$ac_objext; then
20690 ac_cv_member_struct_statfs_f_bfree=yes
20691 else
20692 $as_echo "$as_me: failed program was:" >&5
20693 sed 's/^/| /' conftest.$ac_ext >&5
20695 cat >conftest.$ac_ext <<_ACEOF
20696 /* confdefs.h. */
20697 _ACEOF
20698 cat confdefs.h >>conftest.$ac_ext
20699 cat >>conftest.$ac_ext <<_ACEOF
20700 /* end confdefs.h. */
20701 #include <sys/types.h>
20702 #ifdef HAVE_SYS_PARAM_H
20703 # include <sys/param.h>
20704 #endif
20705 #ifdef HAVE_SYS_MOUNT_H
20706 # include <sys/mount.h>
20707 #endif
20708 #ifdef HAVE_SYS_VFS_H
20709 # include <sys/vfs.h>
20710 #endif
20711 #ifdef HAVE_SYS_STATFS_H
20712 # include <sys/statfs.h>
20713 #endif
20716 main ()
20718 static struct statfs ac_aggr;
20719 if (sizeof ac_aggr.f_bfree)
20720 return 0;
20722 return 0;
20724 _ACEOF
20725 rm -f conftest.$ac_objext
20726 if { (ac_try="$ac_compile"
20727 case "(($ac_try" in
20728 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20729 *) ac_try_echo=$ac_try;;
20730 esac
20731 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
20732 $as_echo "$ac_try_echo") >&5
20733 (eval "$ac_compile") 2>conftest.er1
20734 ac_status=$?
20735 grep -v '^ *+' conftest.er1 >conftest.err
20736 rm -f conftest.er1
20737 cat conftest.err >&5
20738 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
20739 (exit $ac_status); } && {
20740 test -z "$ac_c_werror_flag" ||
20741 test ! -s conftest.err
20742 } && test -s conftest.$ac_objext; then
20743 ac_cv_member_struct_statfs_f_bfree=yes
20744 else
20745 $as_echo "$as_me: failed program was:" >&5
20746 sed 's/^/| /' conftest.$ac_ext >&5
20748 ac_cv_member_struct_statfs_f_bfree=no
20751 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20754 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20756 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_statfs_f_bfree" >&5
20757 $as_echo "$ac_cv_member_struct_statfs_f_bfree" >&6; }
20758 if test "x$ac_cv_member_struct_statfs_f_bfree" = x""yes; then
20760 cat >>confdefs.h <<_ACEOF
20761 #define HAVE_STRUCT_STATFS_F_BFREE 1
20762 _ACEOF
20766 { $as_echo "$as_me:$LINENO: checking for struct statfs.f_bavail" >&5
20767 $as_echo_n "checking for struct statfs.f_bavail... " >&6; }
20768 if test "${ac_cv_member_struct_statfs_f_bavail+set}" = set; then
20769 $as_echo_n "(cached) " >&6
20770 else
20771 cat >conftest.$ac_ext <<_ACEOF
20772 /* confdefs.h. */
20773 _ACEOF
20774 cat confdefs.h >>conftest.$ac_ext
20775 cat >>conftest.$ac_ext <<_ACEOF
20776 /* end confdefs.h. */
20777 #include <sys/types.h>
20778 #ifdef HAVE_SYS_PARAM_H
20779 # include <sys/param.h>
20780 #endif
20781 #ifdef HAVE_SYS_MOUNT_H
20782 # include <sys/mount.h>
20783 #endif
20784 #ifdef HAVE_SYS_VFS_H
20785 # include <sys/vfs.h>
20786 #endif
20787 #ifdef HAVE_SYS_STATFS_H
20788 # include <sys/statfs.h>
20789 #endif
20792 main ()
20794 static struct statfs ac_aggr;
20795 if (ac_aggr.f_bavail)
20796 return 0;
20798 return 0;
20800 _ACEOF
20801 rm -f conftest.$ac_objext
20802 if { (ac_try="$ac_compile"
20803 case "(($ac_try" in
20804 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20805 *) ac_try_echo=$ac_try;;
20806 esac
20807 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
20808 $as_echo "$ac_try_echo") >&5
20809 (eval "$ac_compile") 2>conftest.er1
20810 ac_status=$?
20811 grep -v '^ *+' conftest.er1 >conftest.err
20812 rm -f conftest.er1
20813 cat conftest.err >&5
20814 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
20815 (exit $ac_status); } && {
20816 test -z "$ac_c_werror_flag" ||
20817 test ! -s conftest.err
20818 } && test -s conftest.$ac_objext; then
20819 ac_cv_member_struct_statfs_f_bavail=yes
20820 else
20821 $as_echo "$as_me: failed program was:" >&5
20822 sed 's/^/| /' conftest.$ac_ext >&5
20824 cat >conftest.$ac_ext <<_ACEOF
20825 /* confdefs.h. */
20826 _ACEOF
20827 cat confdefs.h >>conftest.$ac_ext
20828 cat >>conftest.$ac_ext <<_ACEOF
20829 /* end confdefs.h. */
20830 #include <sys/types.h>
20831 #ifdef HAVE_SYS_PARAM_H
20832 # include <sys/param.h>
20833 #endif
20834 #ifdef HAVE_SYS_MOUNT_H
20835 # include <sys/mount.h>
20836 #endif
20837 #ifdef HAVE_SYS_VFS_H
20838 # include <sys/vfs.h>
20839 #endif
20840 #ifdef HAVE_SYS_STATFS_H
20841 # include <sys/statfs.h>
20842 #endif
20845 main ()
20847 static struct statfs ac_aggr;
20848 if (sizeof ac_aggr.f_bavail)
20849 return 0;
20851 return 0;
20853 _ACEOF
20854 rm -f conftest.$ac_objext
20855 if { (ac_try="$ac_compile"
20856 case "(($ac_try" in
20857 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20858 *) ac_try_echo=$ac_try;;
20859 esac
20860 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
20861 $as_echo "$ac_try_echo") >&5
20862 (eval "$ac_compile") 2>conftest.er1
20863 ac_status=$?
20864 grep -v '^ *+' conftest.er1 >conftest.err
20865 rm -f conftest.er1
20866 cat conftest.err >&5
20867 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
20868 (exit $ac_status); } && {
20869 test -z "$ac_c_werror_flag" ||
20870 test ! -s conftest.err
20871 } && test -s conftest.$ac_objext; then
20872 ac_cv_member_struct_statfs_f_bavail=yes
20873 else
20874 $as_echo "$as_me: failed program was:" >&5
20875 sed 's/^/| /' conftest.$ac_ext >&5
20877 ac_cv_member_struct_statfs_f_bavail=no
20880 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20883 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20885 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_statfs_f_bavail" >&5
20886 $as_echo "$ac_cv_member_struct_statfs_f_bavail" >&6; }
20887 if test "x$ac_cv_member_struct_statfs_f_bavail" = x""yes; then
20889 cat >>confdefs.h <<_ACEOF
20890 #define HAVE_STRUCT_STATFS_F_BAVAIL 1
20891 _ACEOF
20895 { $as_echo "$as_me:$LINENO: checking for struct statfs.f_frsize" >&5
20896 $as_echo_n "checking for struct statfs.f_frsize... " >&6; }
20897 if test "${ac_cv_member_struct_statfs_f_frsize+set}" = set; then
20898 $as_echo_n "(cached) " >&6
20899 else
20900 cat >conftest.$ac_ext <<_ACEOF
20901 /* confdefs.h. */
20902 _ACEOF
20903 cat confdefs.h >>conftest.$ac_ext
20904 cat >>conftest.$ac_ext <<_ACEOF
20905 /* end confdefs.h. */
20906 #include <sys/types.h>
20907 #ifdef HAVE_SYS_PARAM_H
20908 # include <sys/param.h>
20909 #endif
20910 #ifdef HAVE_SYS_MOUNT_H
20911 # include <sys/mount.h>
20912 #endif
20913 #ifdef HAVE_SYS_VFS_H
20914 # include <sys/vfs.h>
20915 #endif
20916 #ifdef HAVE_SYS_STATFS_H
20917 # include <sys/statfs.h>
20918 #endif
20921 main ()
20923 static struct statfs ac_aggr;
20924 if (ac_aggr.f_frsize)
20925 return 0;
20927 return 0;
20929 _ACEOF
20930 rm -f conftest.$ac_objext
20931 if { (ac_try="$ac_compile"
20932 case "(($ac_try" in
20933 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20934 *) ac_try_echo=$ac_try;;
20935 esac
20936 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
20937 $as_echo "$ac_try_echo") >&5
20938 (eval "$ac_compile") 2>conftest.er1
20939 ac_status=$?
20940 grep -v '^ *+' conftest.er1 >conftest.err
20941 rm -f conftest.er1
20942 cat conftest.err >&5
20943 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
20944 (exit $ac_status); } && {
20945 test -z "$ac_c_werror_flag" ||
20946 test ! -s conftest.err
20947 } && test -s conftest.$ac_objext; then
20948 ac_cv_member_struct_statfs_f_frsize=yes
20949 else
20950 $as_echo "$as_me: failed program was:" >&5
20951 sed 's/^/| /' conftest.$ac_ext >&5
20953 cat >conftest.$ac_ext <<_ACEOF
20954 /* confdefs.h. */
20955 _ACEOF
20956 cat confdefs.h >>conftest.$ac_ext
20957 cat >>conftest.$ac_ext <<_ACEOF
20958 /* end confdefs.h. */
20959 #include <sys/types.h>
20960 #ifdef HAVE_SYS_PARAM_H
20961 # include <sys/param.h>
20962 #endif
20963 #ifdef HAVE_SYS_MOUNT_H
20964 # include <sys/mount.h>
20965 #endif
20966 #ifdef HAVE_SYS_VFS_H
20967 # include <sys/vfs.h>
20968 #endif
20969 #ifdef HAVE_SYS_STATFS_H
20970 # include <sys/statfs.h>
20971 #endif
20974 main ()
20976 static struct statfs ac_aggr;
20977 if (sizeof ac_aggr.f_frsize)
20978 return 0;
20980 return 0;
20982 _ACEOF
20983 rm -f conftest.$ac_objext
20984 if { (ac_try="$ac_compile"
20985 case "(($ac_try" in
20986 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20987 *) ac_try_echo=$ac_try;;
20988 esac
20989 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
20990 $as_echo "$ac_try_echo") >&5
20991 (eval "$ac_compile") 2>conftest.er1
20992 ac_status=$?
20993 grep -v '^ *+' conftest.er1 >conftest.err
20994 rm -f conftest.er1
20995 cat conftest.err >&5
20996 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
20997 (exit $ac_status); } && {
20998 test -z "$ac_c_werror_flag" ||
20999 test ! -s conftest.err
21000 } && test -s conftest.$ac_objext; then
21001 ac_cv_member_struct_statfs_f_frsize=yes
21002 else
21003 $as_echo "$as_me: failed program was:" >&5
21004 sed 's/^/| /' conftest.$ac_ext >&5
21006 ac_cv_member_struct_statfs_f_frsize=no
21009 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21012 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21014 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_statfs_f_frsize" >&5
21015 $as_echo "$ac_cv_member_struct_statfs_f_frsize" >&6; }
21016 if test "x$ac_cv_member_struct_statfs_f_frsize" = x""yes; then
21018 cat >>confdefs.h <<_ACEOF
21019 #define HAVE_STRUCT_STATFS_F_FRSIZE 1
21020 _ACEOF
21024 { $as_echo "$as_me:$LINENO: checking for struct statfs.f_ffree" >&5
21025 $as_echo_n "checking for struct statfs.f_ffree... " >&6; }
21026 if test "${ac_cv_member_struct_statfs_f_ffree+set}" = set; then
21027 $as_echo_n "(cached) " >&6
21028 else
21029 cat >conftest.$ac_ext <<_ACEOF
21030 /* confdefs.h. */
21031 _ACEOF
21032 cat confdefs.h >>conftest.$ac_ext
21033 cat >>conftest.$ac_ext <<_ACEOF
21034 /* end confdefs.h. */
21035 #include <sys/types.h>
21036 #ifdef HAVE_SYS_PARAM_H
21037 # include <sys/param.h>
21038 #endif
21039 #ifdef HAVE_SYS_MOUNT_H
21040 # include <sys/mount.h>
21041 #endif
21042 #ifdef HAVE_SYS_VFS_H
21043 # include <sys/vfs.h>
21044 #endif
21045 #ifdef HAVE_SYS_STATFS_H
21046 # include <sys/statfs.h>
21047 #endif
21050 main ()
21052 static struct statfs ac_aggr;
21053 if (ac_aggr.f_ffree)
21054 return 0;
21056 return 0;
21058 _ACEOF
21059 rm -f conftest.$ac_objext
21060 if { (ac_try="$ac_compile"
21061 case "(($ac_try" in
21062 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21063 *) ac_try_echo=$ac_try;;
21064 esac
21065 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
21066 $as_echo "$ac_try_echo") >&5
21067 (eval "$ac_compile") 2>conftest.er1
21068 ac_status=$?
21069 grep -v '^ *+' conftest.er1 >conftest.err
21070 rm -f conftest.er1
21071 cat conftest.err >&5
21072 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
21073 (exit $ac_status); } && {
21074 test -z "$ac_c_werror_flag" ||
21075 test ! -s conftest.err
21076 } && test -s conftest.$ac_objext; then
21077 ac_cv_member_struct_statfs_f_ffree=yes
21078 else
21079 $as_echo "$as_me: failed program was:" >&5
21080 sed 's/^/| /' conftest.$ac_ext >&5
21082 cat >conftest.$ac_ext <<_ACEOF
21083 /* confdefs.h. */
21084 _ACEOF
21085 cat confdefs.h >>conftest.$ac_ext
21086 cat >>conftest.$ac_ext <<_ACEOF
21087 /* end confdefs.h. */
21088 #include <sys/types.h>
21089 #ifdef HAVE_SYS_PARAM_H
21090 # include <sys/param.h>
21091 #endif
21092 #ifdef HAVE_SYS_MOUNT_H
21093 # include <sys/mount.h>
21094 #endif
21095 #ifdef HAVE_SYS_VFS_H
21096 # include <sys/vfs.h>
21097 #endif
21098 #ifdef HAVE_SYS_STATFS_H
21099 # include <sys/statfs.h>
21100 #endif
21103 main ()
21105 static struct statfs ac_aggr;
21106 if (sizeof ac_aggr.f_ffree)
21107 return 0;
21109 return 0;
21111 _ACEOF
21112 rm -f conftest.$ac_objext
21113 if { (ac_try="$ac_compile"
21114 case "(($ac_try" in
21115 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21116 *) ac_try_echo=$ac_try;;
21117 esac
21118 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
21119 $as_echo "$ac_try_echo") >&5
21120 (eval "$ac_compile") 2>conftest.er1
21121 ac_status=$?
21122 grep -v '^ *+' conftest.er1 >conftest.err
21123 rm -f conftest.er1
21124 cat conftest.err >&5
21125 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
21126 (exit $ac_status); } && {
21127 test -z "$ac_c_werror_flag" ||
21128 test ! -s conftest.err
21129 } && test -s conftest.$ac_objext; then
21130 ac_cv_member_struct_statfs_f_ffree=yes
21131 else
21132 $as_echo "$as_me: failed program was:" >&5
21133 sed 's/^/| /' conftest.$ac_ext >&5
21135 ac_cv_member_struct_statfs_f_ffree=no
21138 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21141 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21143 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_statfs_f_ffree" >&5
21144 $as_echo "$ac_cv_member_struct_statfs_f_ffree" >&6; }
21145 if test "x$ac_cv_member_struct_statfs_f_ffree" = x""yes; then
21147 cat >>confdefs.h <<_ACEOF
21148 #define HAVE_STRUCT_STATFS_F_FFREE 1
21149 _ACEOF
21153 { $as_echo "$as_me:$LINENO: checking for struct statfs.f_favail" >&5
21154 $as_echo_n "checking for struct statfs.f_favail... " >&6; }
21155 if test "${ac_cv_member_struct_statfs_f_favail+set}" = set; then
21156 $as_echo_n "(cached) " >&6
21157 else
21158 cat >conftest.$ac_ext <<_ACEOF
21159 /* confdefs.h. */
21160 _ACEOF
21161 cat confdefs.h >>conftest.$ac_ext
21162 cat >>conftest.$ac_ext <<_ACEOF
21163 /* end confdefs.h. */
21164 #include <sys/types.h>
21165 #ifdef HAVE_SYS_PARAM_H
21166 # include <sys/param.h>
21167 #endif
21168 #ifdef HAVE_SYS_MOUNT_H
21169 # include <sys/mount.h>
21170 #endif
21171 #ifdef HAVE_SYS_VFS_H
21172 # include <sys/vfs.h>
21173 #endif
21174 #ifdef HAVE_SYS_STATFS_H
21175 # include <sys/statfs.h>
21176 #endif
21179 main ()
21181 static struct statfs ac_aggr;
21182 if (ac_aggr.f_favail)
21183 return 0;
21185 return 0;
21187 _ACEOF
21188 rm -f conftest.$ac_objext
21189 if { (ac_try="$ac_compile"
21190 case "(($ac_try" in
21191 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21192 *) ac_try_echo=$ac_try;;
21193 esac
21194 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
21195 $as_echo "$ac_try_echo") >&5
21196 (eval "$ac_compile") 2>conftest.er1
21197 ac_status=$?
21198 grep -v '^ *+' conftest.er1 >conftest.err
21199 rm -f conftest.er1
21200 cat conftest.err >&5
21201 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
21202 (exit $ac_status); } && {
21203 test -z "$ac_c_werror_flag" ||
21204 test ! -s conftest.err
21205 } && test -s conftest.$ac_objext; then
21206 ac_cv_member_struct_statfs_f_favail=yes
21207 else
21208 $as_echo "$as_me: failed program was:" >&5
21209 sed 's/^/| /' conftest.$ac_ext >&5
21211 cat >conftest.$ac_ext <<_ACEOF
21212 /* confdefs.h. */
21213 _ACEOF
21214 cat confdefs.h >>conftest.$ac_ext
21215 cat >>conftest.$ac_ext <<_ACEOF
21216 /* end confdefs.h. */
21217 #include <sys/types.h>
21218 #ifdef HAVE_SYS_PARAM_H
21219 # include <sys/param.h>
21220 #endif
21221 #ifdef HAVE_SYS_MOUNT_H
21222 # include <sys/mount.h>
21223 #endif
21224 #ifdef HAVE_SYS_VFS_H
21225 # include <sys/vfs.h>
21226 #endif
21227 #ifdef HAVE_SYS_STATFS_H
21228 # include <sys/statfs.h>
21229 #endif
21232 main ()
21234 static struct statfs ac_aggr;
21235 if (sizeof ac_aggr.f_favail)
21236 return 0;
21238 return 0;
21240 _ACEOF
21241 rm -f conftest.$ac_objext
21242 if { (ac_try="$ac_compile"
21243 case "(($ac_try" in
21244 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21245 *) ac_try_echo=$ac_try;;
21246 esac
21247 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
21248 $as_echo "$ac_try_echo") >&5
21249 (eval "$ac_compile") 2>conftest.er1
21250 ac_status=$?
21251 grep -v '^ *+' conftest.er1 >conftest.err
21252 rm -f conftest.er1
21253 cat conftest.err >&5
21254 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
21255 (exit $ac_status); } && {
21256 test -z "$ac_c_werror_flag" ||
21257 test ! -s conftest.err
21258 } && test -s conftest.$ac_objext; then
21259 ac_cv_member_struct_statfs_f_favail=yes
21260 else
21261 $as_echo "$as_me: failed program was:" >&5
21262 sed 's/^/| /' conftest.$ac_ext >&5
21264 ac_cv_member_struct_statfs_f_favail=no
21267 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21270 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21272 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_statfs_f_favail" >&5
21273 $as_echo "$ac_cv_member_struct_statfs_f_favail" >&6; }
21274 if test "x$ac_cv_member_struct_statfs_f_favail" = x""yes; then
21276 cat >>confdefs.h <<_ACEOF
21277 #define HAVE_STRUCT_STATFS_F_FAVAIL 1
21278 _ACEOF
21282 { $as_echo "$as_me:$LINENO: checking for struct statfs.f_namelen" >&5
21283 $as_echo_n "checking for struct statfs.f_namelen... " >&6; }
21284 if test "${ac_cv_member_struct_statfs_f_namelen+set}" = set; then
21285 $as_echo_n "(cached) " >&6
21286 else
21287 cat >conftest.$ac_ext <<_ACEOF
21288 /* confdefs.h. */
21289 _ACEOF
21290 cat confdefs.h >>conftest.$ac_ext
21291 cat >>conftest.$ac_ext <<_ACEOF
21292 /* end confdefs.h. */
21293 #include <sys/types.h>
21294 #ifdef HAVE_SYS_PARAM_H
21295 # include <sys/param.h>
21296 #endif
21297 #ifdef HAVE_SYS_MOUNT_H
21298 # include <sys/mount.h>
21299 #endif
21300 #ifdef HAVE_SYS_VFS_H
21301 # include <sys/vfs.h>
21302 #endif
21303 #ifdef HAVE_SYS_STATFS_H
21304 # include <sys/statfs.h>
21305 #endif
21308 main ()
21310 static struct statfs ac_aggr;
21311 if (ac_aggr.f_namelen)
21312 return 0;
21314 return 0;
21316 _ACEOF
21317 rm -f conftest.$ac_objext
21318 if { (ac_try="$ac_compile"
21319 case "(($ac_try" in
21320 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21321 *) ac_try_echo=$ac_try;;
21322 esac
21323 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
21324 $as_echo "$ac_try_echo") >&5
21325 (eval "$ac_compile") 2>conftest.er1
21326 ac_status=$?
21327 grep -v '^ *+' conftest.er1 >conftest.err
21328 rm -f conftest.er1
21329 cat conftest.err >&5
21330 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
21331 (exit $ac_status); } && {
21332 test -z "$ac_c_werror_flag" ||
21333 test ! -s conftest.err
21334 } && test -s conftest.$ac_objext; then
21335 ac_cv_member_struct_statfs_f_namelen=yes
21336 else
21337 $as_echo "$as_me: failed program was:" >&5
21338 sed 's/^/| /' conftest.$ac_ext >&5
21340 cat >conftest.$ac_ext <<_ACEOF
21341 /* confdefs.h. */
21342 _ACEOF
21343 cat confdefs.h >>conftest.$ac_ext
21344 cat >>conftest.$ac_ext <<_ACEOF
21345 /* end confdefs.h. */
21346 #include <sys/types.h>
21347 #ifdef HAVE_SYS_PARAM_H
21348 # include <sys/param.h>
21349 #endif
21350 #ifdef HAVE_SYS_MOUNT_H
21351 # include <sys/mount.h>
21352 #endif
21353 #ifdef HAVE_SYS_VFS_H
21354 # include <sys/vfs.h>
21355 #endif
21356 #ifdef HAVE_SYS_STATFS_H
21357 # include <sys/statfs.h>
21358 #endif
21361 main ()
21363 static struct statfs ac_aggr;
21364 if (sizeof ac_aggr.f_namelen)
21365 return 0;
21367 return 0;
21369 _ACEOF
21370 rm -f conftest.$ac_objext
21371 if { (ac_try="$ac_compile"
21372 case "(($ac_try" in
21373 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21374 *) ac_try_echo=$ac_try;;
21375 esac
21376 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
21377 $as_echo "$ac_try_echo") >&5
21378 (eval "$ac_compile") 2>conftest.er1
21379 ac_status=$?
21380 grep -v '^ *+' conftest.er1 >conftest.err
21381 rm -f conftest.er1
21382 cat conftest.err >&5
21383 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
21384 (exit $ac_status); } && {
21385 test -z "$ac_c_werror_flag" ||
21386 test ! -s conftest.err
21387 } && test -s conftest.$ac_objext; then
21388 ac_cv_member_struct_statfs_f_namelen=yes
21389 else
21390 $as_echo "$as_me: failed program was:" >&5
21391 sed 's/^/| /' conftest.$ac_ext >&5
21393 ac_cv_member_struct_statfs_f_namelen=no
21396 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21399 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21401 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_statfs_f_namelen" >&5
21402 $as_echo "$ac_cv_member_struct_statfs_f_namelen" >&6; }
21403 if test "x$ac_cv_member_struct_statfs_f_namelen" = x""yes; then
21405 cat >>confdefs.h <<_ACEOF
21406 #define HAVE_STRUCT_STATFS_F_NAMELEN 1
21407 _ACEOF
21413 { $as_echo "$as_me:$LINENO: checking for struct statvfs.f_blocks" >&5
21414 $as_echo_n "checking for struct statvfs.f_blocks... " >&6; }
21415 if test "${ac_cv_member_struct_statvfs_f_blocks+set}" = set; then
21416 $as_echo_n "(cached) " >&6
21417 else
21418 cat >conftest.$ac_ext <<_ACEOF
21419 /* confdefs.h. */
21420 _ACEOF
21421 cat confdefs.h >>conftest.$ac_ext
21422 cat >>conftest.$ac_ext <<_ACEOF
21423 /* end confdefs.h. */
21424 #ifdef HAVE_SYS_STATVFS_H
21425 #include <sys/statvfs.h>
21426 #endif
21429 main ()
21431 static struct statvfs ac_aggr;
21432 if (ac_aggr.f_blocks)
21433 return 0;
21435 return 0;
21437 _ACEOF
21438 rm -f conftest.$ac_objext
21439 if { (ac_try="$ac_compile"
21440 case "(($ac_try" in
21441 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21442 *) ac_try_echo=$ac_try;;
21443 esac
21444 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
21445 $as_echo "$ac_try_echo") >&5
21446 (eval "$ac_compile") 2>conftest.er1
21447 ac_status=$?
21448 grep -v '^ *+' conftest.er1 >conftest.err
21449 rm -f conftest.er1
21450 cat conftest.err >&5
21451 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
21452 (exit $ac_status); } && {
21453 test -z "$ac_c_werror_flag" ||
21454 test ! -s conftest.err
21455 } && test -s conftest.$ac_objext; then
21456 ac_cv_member_struct_statvfs_f_blocks=yes
21457 else
21458 $as_echo "$as_me: failed program was:" >&5
21459 sed 's/^/| /' conftest.$ac_ext >&5
21461 cat >conftest.$ac_ext <<_ACEOF
21462 /* confdefs.h. */
21463 _ACEOF
21464 cat confdefs.h >>conftest.$ac_ext
21465 cat >>conftest.$ac_ext <<_ACEOF
21466 /* end confdefs.h. */
21467 #ifdef HAVE_SYS_STATVFS_H
21468 #include <sys/statvfs.h>
21469 #endif
21472 main ()
21474 static struct statvfs ac_aggr;
21475 if (sizeof ac_aggr.f_blocks)
21476 return 0;
21478 return 0;
21480 _ACEOF
21481 rm -f conftest.$ac_objext
21482 if { (ac_try="$ac_compile"
21483 case "(($ac_try" in
21484 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21485 *) ac_try_echo=$ac_try;;
21486 esac
21487 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
21488 $as_echo "$ac_try_echo") >&5
21489 (eval "$ac_compile") 2>conftest.er1
21490 ac_status=$?
21491 grep -v '^ *+' conftest.er1 >conftest.err
21492 rm -f conftest.er1
21493 cat conftest.err >&5
21494 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
21495 (exit $ac_status); } && {
21496 test -z "$ac_c_werror_flag" ||
21497 test ! -s conftest.err
21498 } && test -s conftest.$ac_objext; then
21499 ac_cv_member_struct_statvfs_f_blocks=yes
21500 else
21501 $as_echo "$as_me: failed program was:" >&5
21502 sed 's/^/| /' conftest.$ac_ext >&5
21504 ac_cv_member_struct_statvfs_f_blocks=no
21507 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21510 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21512 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_statvfs_f_blocks" >&5
21513 $as_echo "$ac_cv_member_struct_statvfs_f_blocks" >&6; }
21514 if test "x$ac_cv_member_struct_statvfs_f_blocks" = x""yes; then
21516 cat >>confdefs.h <<_ACEOF
21517 #define HAVE_STRUCT_STATVFS_F_BLOCKS 1
21518 _ACEOF
21524 { $as_echo "$as_me:$LINENO: checking for struct msghdr.msg_accrights" >&5
21525 $as_echo_n "checking for struct msghdr.msg_accrights... " >&6; }
21526 if test "${ac_cv_member_struct_msghdr_msg_accrights+set}" = set; then
21527 $as_echo_n "(cached) " >&6
21528 else
21529 cat >conftest.$ac_ext <<_ACEOF
21530 /* confdefs.h. */
21531 _ACEOF
21532 cat confdefs.h >>conftest.$ac_ext
21533 cat >>conftest.$ac_ext <<_ACEOF
21534 /* end confdefs.h. */
21535 #include <sys/types.h>
21536 #ifdef HAVE_SYS_SOCKET_H
21537 # include <sys/socket.h>
21538 #endif
21539 #ifdef HAVE_SYS_UN_H
21540 # include <sys/un.h>
21541 #endif
21544 main ()
21546 static struct msghdr ac_aggr;
21547 if (ac_aggr.msg_accrights)
21548 return 0;
21550 return 0;
21552 _ACEOF
21553 rm -f conftest.$ac_objext
21554 if { (ac_try="$ac_compile"
21555 case "(($ac_try" in
21556 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21557 *) ac_try_echo=$ac_try;;
21558 esac
21559 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
21560 $as_echo "$ac_try_echo") >&5
21561 (eval "$ac_compile") 2>conftest.er1
21562 ac_status=$?
21563 grep -v '^ *+' conftest.er1 >conftest.err
21564 rm -f conftest.er1
21565 cat conftest.err >&5
21566 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
21567 (exit $ac_status); } && {
21568 test -z "$ac_c_werror_flag" ||
21569 test ! -s conftest.err
21570 } && test -s conftest.$ac_objext; then
21571 ac_cv_member_struct_msghdr_msg_accrights=yes
21572 else
21573 $as_echo "$as_me: failed program was:" >&5
21574 sed 's/^/| /' conftest.$ac_ext >&5
21576 cat >conftest.$ac_ext <<_ACEOF
21577 /* confdefs.h. */
21578 _ACEOF
21579 cat confdefs.h >>conftest.$ac_ext
21580 cat >>conftest.$ac_ext <<_ACEOF
21581 /* end confdefs.h. */
21582 #include <sys/types.h>
21583 #ifdef HAVE_SYS_SOCKET_H
21584 # include <sys/socket.h>
21585 #endif
21586 #ifdef HAVE_SYS_UN_H
21587 # include <sys/un.h>
21588 #endif
21591 main ()
21593 static struct msghdr ac_aggr;
21594 if (sizeof ac_aggr.msg_accrights)
21595 return 0;
21597 return 0;
21599 _ACEOF
21600 rm -f conftest.$ac_objext
21601 if { (ac_try="$ac_compile"
21602 case "(($ac_try" in
21603 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21604 *) ac_try_echo=$ac_try;;
21605 esac
21606 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
21607 $as_echo "$ac_try_echo") >&5
21608 (eval "$ac_compile") 2>conftest.er1
21609 ac_status=$?
21610 grep -v '^ *+' conftest.er1 >conftest.err
21611 rm -f conftest.er1
21612 cat conftest.err >&5
21613 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
21614 (exit $ac_status); } && {
21615 test -z "$ac_c_werror_flag" ||
21616 test ! -s conftest.err
21617 } && test -s conftest.$ac_objext; then
21618 ac_cv_member_struct_msghdr_msg_accrights=yes
21619 else
21620 $as_echo "$as_me: failed program was:" >&5
21621 sed 's/^/| /' conftest.$ac_ext >&5
21623 ac_cv_member_struct_msghdr_msg_accrights=no
21626 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21629 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21631 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_msghdr_msg_accrights" >&5
21632 $as_echo "$ac_cv_member_struct_msghdr_msg_accrights" >&6; }
21633 if test "x$ac_cv_member_struct_msghdr_msg_accrights" = x""yes; then
21635 cat >>confdefs.h <<_ACEOF
21636 #define HAVE_STRUCT_MSGHDR_MSG_ACCRIGHTS 1
21637 _ACEOF
21641 { $as_echo "$as_me:$LINENO: checking for struct sockaddr.sa_len" >&5
21642 $as_echo_n "checking for struct sockaddr.sa_len... " >&6; }
21643 if test "${ac_cv_member_struct_sockaddr_sa_len+set}" = set; then
21644 $as_echo_n "(cached) " >&6
21645 else
21646 cat >conftest.$ac_ext <<_ACEOF
21647 /* confdefs.h. */
21648 _ACEOF
21649 cat confdefs.h >>conftest.$ac_ext
21650 cat >>conftest.$ac_ext <<_ACEOF
21651 /* end confdefs.h. */
21652 #include <sys/types.h>
21653 #ifdef HAVE_SYS_SOCKET_H
21654 # include <sys/socket.h>
21655 #endif
21656 #ifdef HAVE_SYS_UN_H
21657 # include <sys/un.h>
21658 #endif
21661 main ()
21663 static struct sockaddr ac_aggr;
21664 if (ac_aggr.sa_len)
21665 return 0;
21667 return 0;
21669 _ACEOF
21670 rm -f conftest.$ac_objext
21671 if { (ac_try="$ac_compile"
21672 case "(($ac_try" in
21673 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21674 *) ac_try_echo=$ac_try;;
21675 esac
21676 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
21677 $as_echo "$ac_try_echo") >&5
21678 (eval "$ac_compile") 2>conftest.er1
21679 ac_status=$?
21680 grep -v '^ *+' conftest.er1 >conftest.err
21681 rm -f conftest.er1
21682 cat conftest.err >&5
21683 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
21684 (exit $ac_status); } && {
21685 test -z "$ac_c_werror_flag" ||
21686 test ! -s conftest.err
21687 } && test -s conftest.$ac_objext; then
21688 ac_cv_member_struct_sockaddr_sa_len=yes
21689 else
21690 $as_echo "$as_me: failed program was:" >&5
21691 sed 's/^/| /' conftest.$ac_ext >&5
21693 cat >conftest.$ac_ext <<_ACEOF
21694 /* confdefs.h. */
21695 _ACEOF
21696 cat confdefs.h >>conftest.$ac_ext
21697 cat >>conftest.$ac_ext <<_ACEOF
21698 /* end confdefs.h. */
21699 #include <sys/types.h>
21700 #ifdef HAVE_SYS_SOCKET_H
21701 # include <sys/socket.h>
21702 #endif
21703 #ifdef HAVE_SYS_UN_H
21704 # include <sys/un.h>
21705 #endif
21708 main ()
21710 static struct sockaddr ac_aggr;
21711 if (sizeof ac_aggr.sa_len)
21712 return 0;
21714 return 0;
21716 _ACEOF
21717 rm -f conftest.$ac_objext
21718 if { (ac_try="$ac_compile"
21719 case "(($ac_try" in
21720 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21721 *) ac_try_echo=$ac_try;;
21722 esac
21723 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
21724 $as_echo "$ac_try_echo") >&5
21725 (eval "$ac_compile") 2>conftest.er1
21726 ac_status=$?
21727 grep -v '^ *+' conftest.er1 >conftest.err
21728 rm -f conftest.er1
21729 cat conftest.err >&5
21730 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
21731 (exit $ac_status); } && {
21732 test -z "$ac_c_werror_flag" ||
21733 test ! -s conftest.err
21734 } && test -s conftest.$ac_objext; then
21735 ac_cv_member_struct_sockaddr_sa_len=yes
21736 else
21737 $as_echo "$as_me: failed program was:" >&5
21738 sed 's/^/| /' conftest.$ac_ext >&5
21740 ac_cv_member_struct_sockaddr_sa_len=no
21743 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21746 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21748 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_sockaddr_sa_len" >&5
21749 $as_echo "$ac_cv_member_struct_sockaddr_sa_len" >&6; }
21750 if test "x$ac_cv_member_struct_sockaddr_sa_len" = x""yes; then
21752 cat >>confdefs.h <<_ACEOF
21753 #define HAVE_STRUCT_SOCKADDR_SA_LEN 1
21754 _ACEOF
21758 { $as_echo "$as_me:$LINENO: checking for struct sockaddr_un.sun_len" >&5
21759 $as_echo_n "checking for struct sockaddr_un.sun_len... " >&6; }
21760 if test "${ac_cv_member_struct_sockaddr_un_sun_len+set}" = set; then
21761 $as_echo_n "(cached) " >&6
21762 else
21763 cat >conftest.$ac_ext <<_ACEOF
21764 /* confdefs.h. */
21765 _ACEOF
21766 cat confdefs.h >>conftest.$ac_ext
21767 cat >>conftest.$ac_ext <<_ACEOF
21768 /* end confdefs.h. */
21769 #include <sys/types.h>
21770 #ifdef HAVE_SYS_SOCKET_H
21771 # include <sys/socket.h>
21772 #endif
21773 #ifdef HAVE_SYS_UN_H
21774 # include <sys/un.h>
21775 #endif
21778 main ()
21780 static struct sockaddr_un ac_aggr;
21781 if (ac_aggr.sun_len)
21782 return 0;
21784 return 0;
21786 _ACEOF
21787 rm -f conftest.$ac_objext
21788 if { (ac_try="$ac_compile"
21789 case "(($ac_try" in
21790 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21791 *) ac_try_echo=$ac_try;;
21792 esac
21793 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
21794 $as_echo "$ac_try_echo") >&5
21795 (eval "$ac_compile") 2>conftest.er1
21796 ac_status=$?
21797 grep -v '^ *+' conftest.er1 >conftest.err
21798 rm -f conftest.er1
21799 cat conftest.err >&5
21800 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
21801 (exit $ac_status); } && {
21802 test -z "$ac_c_werror_flag" ||
21803 test ! -s conftest.err
21804 } && test -s conftest.$ac_objext; then
21805 ac_cv_member_struct_sockaddr_un_sun_len=yes
21806 else
21807 $as_echo "$as_me: failed program was:" >&5
21808 sed 's/^/| /' conftest.$ac_ext >&5
21810 cat >conftest.$ac_ext <<_ACEOF
21811 /* confdefs.h. */
21812 _ACEOF
21813 cat confdefs.h >>conftest.$ac_ext
21814 cat >>conftest.$ac_ext <<_ACEOF
21815 /* end confdefs.h. */
21816 #include <sys/types.h>
21817 #ifdef HAVE_SYS_SOCKET_H
21818 # include <sys/socket.h>
21819 #endif
21820 #ifdef HAVE_SYS_UN_H
21821 # include <sys/un.h>
21822 #endif
21825 main ()
21827 static struct sockaddr_un ac_aggr;
21828 if (sizeof ac_aggr.sun_len)
21829 return 0;
21831 return 0;
21833 _ACEOF
21834 rm -f conftest.$ac_objext
21835 if { (ac_try="$ac_compile"
21836 case "(($ac_try" in
21837 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21838 *) ac_try_echo=$ac_try;;
21839 esac
21840 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
21841 $as_echo "$ac_try_echo") >&5
21842 (eval "$ac_compile") 2>conftest.er1
21843 ac_status=$?
21844 grep -v '^ *+' conftest.er1 >conftest.err
21845 rm -f conftest.er1
21846 cat conftest.err >&5
21847 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
21848 (exit $ac_status); } && {
21849 test -z "$ac_c_werror_flag" ||
21850 test ! -s conftest.err
21851 } && test -s conftest.$ac_objext; then
21852 ac_cv_member_struct_sockaddr_un_sun_len=yes
21853 else
21854 $as_echo "$as_me: failed program was:" >&5
21855 sed 's/^/| /' conftest.$ac_ext >&5
21857 ac_cv_member_struct_sockaddr_un_sun_len=no
21860 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21863 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21865 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_sockaddr_un_sun_len" >&5
21866 $as_echo "$ac_cv_member_struct_sockaddr_un_sun_len" >&6; }
21867 if test "x$ac_cv_member_struct_sockaddr_un_sun_len" = x""yes; then
21869 cat >>confdefs.h <<_ACEOF
21870 #define HAVE_STRUCT_SOCKADDR_UN_SUN_LEN 1
21871 _ACEOF
21877 { $as_echo "$as_me:$LINENO: checking for scsireq_t.cmd" >&5
21878 $as_echo_n "checking for scsireq_t.cmd... " >&6; }
21879 if test "${ac_cv_member_scsireq_t_cmd+set}" = set; then
21880 $as_echo_n "(cached) " >&6
21881 else
21882 cat >conftest.$ac_ext <<_ACEOF
21883 /* confdefs.h. */
21884 _ACEOF
21885 cat confdefs.h >>conftest.$ac_ext
21886 cat >>conftest.$ac_ext <<_ACEOF
21887 /* end confdefs.h. */
21888 #include <sys/types.h>
21889 #ifdef HAVE_SCSI_SG_H
21890 #include <scsi/sg.h>
21891 #endif
21894 main ()
21896 static scsireq_t ac_aggr;
21897 if (ac_aggr.cmd)
21898 return 0;
21900 return 0;
21902 _ACEOF
21903 rm -f conftest.$ac_objext
21904 if { (ac_try="$ac_compile"
21905 case "(($ac_try" in
21906 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21907 *) ac_try_echo=$ac_try;;
21908 esac
21909 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
21910 $as_echo "$ac_try_echo") >&5
21911 (eval "$ac_compile") 2>conftest.er1
21912 ac_status=$?
21913 grep -v '^ *+' conftest.er1 >conftest.err
21914 rm -f conftest.er1
21915 cat conftest.err >&5
21916 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
21917 (exit $ac_status); } && {
21918 test -z "$ac_c_werror_flag" ||
21919 test ! -s conftest.err
21920 } && test -s conftest.$ac_objext; then
21921 ac_cv_member_scsireq_t_cmd=yes
21922 else
21923 $as_echo "$as_me: failed program was:" >&5
21924 sed 's/^/| /' conftest.$ac_ext >&5
21926 cat >conftest.$ac_ext <<_ACEOF
21927 /* confdefs.h. */
21928 _ACEOF
21929 cat confdefs.h >>conftest.$ac_ext
21930 cat >>conftest.$ac_ext <<_ACEOF
21931 /* end confdefs.h. */
21932 #include <sys/types.h>
21933 #ifdef HAVE_SCSI_SG_H
21934 #include <scsi/sg.h>
21935 #endif
21938 main ()
21940 static scsireq_t ac_aggr;
21941 if (sizeof ac_aggr.cmd)
21942 return 0;
21944 return 0;
21946 _ACEOF
21947 rm -f conftest.$ac_objext
21948 if { (ac_try="$ac_compile"
21949 case "(($ac_try" in
21950 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21951 *) ac_try_echo=$ac_try;;
21952 esac
21953 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
21954 $as_echo "$ac_try_echo") >&5
21955 (eval "$ac_compile") 2>conftest.er1
21956 ac_status=$?
21957 grep -v '^ *+' conftest.er1 >conftest.err
21958 rm -f conftest.er1
21959 cat conftest.err >&5
21960 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
21961 (exit $ac_status); } && {
21962 test -z "$ac_c_werror_flag" ||
21963 test ! -s conftest.err
21964 } && test -s conftest.$ac_objext; then
21965 ac_cv_member_scsireq_t_cmd=yes
21966 else
21967 $as_echo "$as_me: failed program was:" >&5
21968 sed 's/^/| /' conftest.$ac_ext >&5
21970 ac_cv_member_scsireq_t_cmd=no
21973 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21976 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21978 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_scsireq_t_cmd" >&5
21979 $as_echo "$ac_cv_member_scsireq_t_cmd" >&6; }
21980 if test "x$ac_cv_member_scsireq_t_cmd" = x""yes; then
21982 cat >>confdefs.h <<_ACEOF
21983 #define HAVE_SCSIREQ_T_CMD 1
21984 _ACEOF
21988 { $as_echo "$as_me:$LINENO: checking for sg_io_hdr_t.interface_id" >&5
21989 $as_echo_n "checking for sg_io_hdr_t.interface_id... " >&6; }
21990 if test "${ac_cv_member_sg_io_hdr_t_interface_id+set}" = set; then
21991 $as_echo_n "(cached) " >&6
21992 else
21993 cat >conftest.$ac_ext <<_ACEOF
21994 /* confdefs.h. */
21995 _ACEOF
21996 cat confdefs.h >>conftest.$ac_ext
21997 cat >>conftest.$ac_ext <<_ACEOF
21998 /* end confdefs.h. */
21999 #include <sys/types.h>
22000 #ifdef HAVE_SCSI_SG_H
22001 #include <scsi/sg.h>
22002 #endif
22005 main ()
22007 static sg_io_hdr_t ac_aggr;
22008 if (ac_aggr.interface_id)
22009 return 0;
22011 return 0;
22013 _ACEOF
22014 rm -f conftest.$ac_objext
22015 if { (ac_try="$ac_compile"
22016 case "(($ac_try" in
22017 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22018 *) ac_try_echo=$ac_try;;
22019 esac
22020 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
22021 $as_echo "$ac_try_echo") >&5
22022 (eval "$ac_compile") 2>conftest.er1
22023 ac_status=$?
22024 grep -v '^ *+' conftest.er1 >conftest.err
22025 rm -f conftest.er1
22026 cat conftest.err >&5
22027 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
22028 (exit $ac_status); } && {
22029 test -z "$ac_c_werror_flag" ||
22030 test ! -s conftest.err
22031 } && test -s conftest.$ac_objext; then
22032 ac_cv_member_sg_io_hdr_t_interface_id=yes
22033 else
22034 $as_echo "$as_me: failed program was:" >&5
22035 sed 's/^/| /' conftest.$ac_ext >&5
22037 cat >conftest.$ac_ext <<_ACEOF
22038 /* confdefs.h. */
22039 _ACEOF
22040 cat confdefs.h >>conftest.$ac_ext
22041 cat >>conftest.$ac_ext <<_ACEOF
22042 /* end confdefs.h. */
22043 #include <sys/types.h>
22044 #ifdef HAVE_SCSI_SG_H
22045 #include <scsi/sg.h>
22046 #endif
22049 main ()
22051 static sg_io_hdr_t ac_aggr;
22052 if (sizeof ac_aggr.interface_id)
22053 return 0;
22055 return 0;
22057 _ACEOF
22058 rm -f conftest.$ac_objext
22059 if { (ac_try="$ac_compile"
22060 case "(($ac_try" in
22061 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22062 *) ac_try_echo=$ac_try;;
22063 esac
22064 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
22065 $as_echo "$ac_try_echo") >&5
22066 (eval "$ac_compile") 2>conftest.er1
22067 ac_status=$?
22068 grep -v '^ *+' conftest.er1 >conftest.err
22069 rm -f conftest.er1
22070 cat conftest.err >&5
22071 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
22072 (exit $ac_status); } && {
22073 test -z "$ac_c_werror_flag" ||
22074 test ! -s conftest.err
22075 } && test -s conftest.$ac_objext; then
22076 ac_cv_member_sg_io_hdr_t_interface_id=yes
22077 else
22078 $as_echo "$as_me: failed program was:" >&5
22079 sed 's/^/| /' conftest.$ac_ext >&5
22081 ac_cv_member_sg_io_hdr_t_interface_id=no
22084 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22087 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22089 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_sg_io_hdr_t_interface_id" >&5
22090 $as_echo "$ac_cv_member_sg_io_hdr_t_interface_id" >&6; }
22091 if test "x$ac_cv_member_sg_io_hdr_t_interface_id" = x""yes; then
22093 cat >>confdefs.h <<_ACEOF
22094 #define HAVE_SG_IO_HDR_T_INTERFACE_ID 1
22095 _ACEOF
22101 { $as_echo "$as_me:$LINENO: checking for siginfo_t.si_fd" >&5
22102 $as_echo_n "checking for siginfo_t.si_fd... " >&6; }
22103 if test "${ac_cv_member_siginfo_t_si_fd+set}" = set; then
22104 $as_echo_n "(cached) " >&6
22105 else
22106 cat >conftest.$ac_ext <<_ACEOF
22107 /* confdefs.h. */
22108 _ACEOF
22109 cat confdefs.h >>conftest.$ac_ext
22110 cat >>conftest.$ac_ext <<_ACEOF
22111 /* end confdefs.h. */
22112 #include <signal.h>
22115 main ()
22117 static siginfo_t ac_aggr;
22118 if (ac_aggr.si_fd)
22119 return 0;
22121 return 0;
22123 _ACEOF
22124 rm -f conftest.$ac_objext
22125 if { (ac_try="$ac_compile"
22126 case "(($ac_try" in
22127 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22128 *) ac_try_echo=$ac_try;;
22129 esac
22130 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
22131 $as_echo "$ac_try_echo") >&5
22132 (eval "$ac_compile") 2>conftest.er1
22133 ac_status=$?
22134 grep -v '^ *+' conftest.er1 >conftest.err
22135 rm -f conftest.er1
22136 cat conftest.err >&5
22137 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
22138 (exit $ac_status); } && {
22139 test -z "$ac_c_werror_flag" ||
22140 test ! -s conftest.err
22141 } && test -s conftest.$ac_objext; then
22142 ac_cv_member_siginfo_t_si_fd=yes
22143 else
22144 $as_echo "$as_me: failed program was:" >&5
22145 sed 's/^/| /' conftest.$ac_ext >&5
22147 cat >conftest.$ac_ext <<_ACEOF
22148 /* confdefs.h. */
22149 _ACEOF
22150 cat confdefs.h >>conftest.$ac_ext
22151 cat >>conftest.$ac_ext <<_ACEOF
22152 /* end confdefs.h. */
22153 #include <signal.h>
22156 main ()
22158 static siginfo_t ac_aggr;
22159 if (sizeof ac_aggr.si_fd)
22160 return 0;
22162 return 0;
22164 _ACEOF
22165 rm -f conftest.$ac_objext
22166 if { (ac_try="$ac_compile"
22167 case "(($ac_try" in
22168 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22169 *) ac_try_echo=$ac_try;;
22170 esac
22171 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
22172 $as_echo "$ac_try_echo") >&5
22173 (eval "$ac_compile") 2>conftest.er1
22174 ac_status=$?
22175 grep -v '^ *+' conftest.er1 >conftest.err
22176 rm -f conftest.er1
22177 cat conftest.err >&5
22178 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
22179 (exit $ac_status); } && {
22180 test -z "$ac_c_werror_flag" ||
22181 test ! -s conftest.err
22182 } && test -s conftest.$ac_objext; then
22183 ac_cv_member_siginfo_t_si_fd=yes
22184 else
22185 $as_echo "$as_me: failed program was:" >&5
22186 sed 's/^/| /' conftest.$ac_ext >&5
22188 ac_cv_member_siginfo_t_si_fd=no
22191 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22194 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22196 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_siginfo_t_si_fd" >&5
22197 $as_echo "$ac_cv_member_siginfo_t_si_fd" >&6; }
22198 if test "x$ac_cv_member_siginfo_t_si_fd" = x""yes; then
22200 cat >>confdefs.h <<_ACEOF
22201 #define HAVE_SIGINFO_T_SI_FD 1
22202 _ACEOF
22208 { $as_echo "$as_me:$LINENO: checking for struct mtget.mt_blksiz" >&5
22209 $as_echo_n "checking for struct mtget.mt_blksiz... " >&6; }
22210 if test "${ac_cv_member_struct_mtget_mt_blksiz+set}" = set; then
22211 $as_echo_n "(cached) " >&6
22212 else
22213 cat >conftest.$ac_ext <<_ACEOF
22214 /* confdefs.h. */
22215 _ACEOF
22216 cat confdefs.h >>conftest.$ac_ext
22217 cat >>conftest.$ac_ext <<_ACEOF
22218 /* end confdefs.h. */
22219 #include <sys/types.h>
22220 #ifdef HAVE_SYS_MTIO_H
22221 #include <sys/mtio.h>
22222 #endif
22225 main ()
22227 static struct mtget ac_aggr;
22228 if (ac_aggr.mt_blksiz)
22229 return 0;
22231 return 0;
22233 _ACEOF
22234 rm -f conftest.$ac_objext
22235 if { (ac_try="$ac_compile"
22236 case "(($ac_try" in
22237 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22238 *) ac_try_echo=$ac_try;;
22239 esac
22240 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
22241 $as_echo "$ac_try_echo") >&5
22242 (eval "$ac_compile") 2>conftest.er1
22243 ac_status=$?
22244 grep -v '^ *+' conftest.er1 >conftest.err
22245 rm -f conftest.er1
22246 cat conftest.err >&5
22247 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
22248 (exit $ac_status); } && {
22249 test -z "$ac_c_werror_flag" ||
22250 test ! -s conftest.err
22251 } && test -s conftest.$ac_objext; then
22252 ac_cv_member_struct_mtget_mt_blksiz=yes
22253 else
22254 $as_echo "$as_me: failed program was:" >&5
22255 sed 's/^/| /' conftest.$ac_ext >&5
22257 cat >conftest.$ac_ext <<_ACEOF
22258 /* confdefs.h. */
22259 _ACEOF
22260 cat confdefs.h >>conftest.$ac_ext
22261 cat >>conftest.$ac_ext <<_ACEOF
22262 /* end confdefs.h. */
22263 #include <sys/types.h>
22264 #ifdef HAVE_SYS_MTIO_H
22265 #include <sys/mtio.h>
22266 #endif
22269 main ()
22271 static struct mtget ac_aggr;
22272 if (sizeof ac_aggr.mt_blksiz)
22273 return 0;
22275 return 0;
22277 _ACEOF
22278 rm -f conftest.$ac_objext
22279 if { (ac_try="$ac_compile"
22280 case "(($ac_try" in
22281 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22282 *) ac_try_echo=$ac_try;;
22283 esac
22284 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
22285 $as_echo "$ac_try_echo") >&5
22286 (eval "$ac_compile") 2>conftest.er1
22287 ac_status=$?
22288 grep -v '^ *+' conftest.er1 >conftest.err
22289 rm -f conftest.er1
22290 cat conftest.err >&5
22291 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
22292 (exit $ac_status); } && {
22293 test -z "$ac_c_werror_flag" ||
22294 test ! -s conftest.err
22295 } && test -s conftest.$ac_objext; then
22296 ac_cv_member_struct_mtget_mt_blksiz=yes
22297 else
22298 $as_echo "$as_me: failed program was:" >&5
22299 sed 's/^/| /' conftest.$ac_ext >&5
22301 ac_cv_member_struct_mtget_mt_blksiz=no
22304 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22307 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22309 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_mtget_mt_blksiz" >&5
22310 $as_echo "$ac_cv_member_struct_mtget_mt_blksiz" >&6; }
22311 if test "x$ac_cv_member_struct_mtget_mt_blksiz" = x""yes; then
22313 cat >>confdefs.h <<_ACEOF
22314 #define HAVE_STRUCT_MTGET_MT_BLKSIZ 1
22315 _ACEOF
22319 { $as_echo "$as_me:$LINENO: checking for struct mtget.mt_gstat" >&5
22320 $as_echo_n "checking for struct mtget.mt_gstat... " >&6; }
22321 if test "${ac_cv_member_struct_mtget_mt_gstat+set}" = set; then
22322 $as_echo_n "(cached) " >&6
22323 else
22324 cat >conftest.$ac_ext <<_ACEOF
22325 /* confdefs.h. */
22326 _ACEOF
22327 cat confdefs.h >>conftest.$ac_ext
22328 cat >>conftest.$ac_ext <<_ACEOF
22329 /* end confdefs.h. */
22330 #include <sys/types.h>
22331 #ifdef HAVE_SYS_MTIO_H
22332 #include <sys/mtio.h>
22333 #endif
22336 main ()
22338 static struct mtget ac_aggr;
22339 if (ac_aggr.mt_gstat)
22340 return 0;
22342 return 0;
22344 _ACEOF
22345 rm -f conftest.$ac_objext
22346 if { (ac_try="$ac_compile"
22347 case "(($ac_try" in
22348 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22349 *) ac_try_echo=$ac_try;;
22350 esac
22351 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
22352 $as_echo "$ac_try_echo") >&5
22353 (eval "$ac_compile") 2>conftest.er1
22354 ac_status=$?
22355 grep -v '^ *+' conftest.er1 >conftest.err
22356 rm -f conftest.er1
22357 cat conftest.err >&5
22358 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
22359 (exit $ac_status); } && {
22360 test -z "$ac_c_werror_flag" ||
22361 test ! -s conftest.err
22362 } && test -s conftest.$ac_objext; then
22363 ac_cv_member_struct_mtget_mt_gstat=yes
22364 else
22365 $as_echo "$as_me: failed program was:" >&5
22366 sed 's/^/| /' conftest.$ac_ext >&5
22368 cat >conftest.$ac_ext <<_ACEOF
22369 /* confdefs.h. */
22370 _ACEOF
22371 cat confdefs.h >>conftest.$ac_ext
22372 cat >>conftest.$ac_ext <<_ACEOF
22373 /* end confdefs.h. */
22374 #include <sys/types.h>
22375 #ifdef HAVE_SYS_MTIO_H
22376 #include <sys/mtio.h>
22377 #endif
22380 main ()
22382 static struct mtget ac_aggr;
22383 if (sizeof ac_aggr.mt_gstat)
22384 return 0;
22386 return 0;
22388 _ACEOF
22389 rm -f conftest.$ac_objext
22390 if { (ac_try="$ac_compile"
22391 case "(($ac_try" in
22392 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22393 *) ac_try_echo=$ac_try;;
22394 esac
22395 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
22396 $as_echo "$ac_try_echo") >&5
22397 (eval "$ac_compile") 2>conftest.er1
22398 ac_status=$?
22399 grep -v '^ *+' conftest.er1 >conftest.err
22400 rm -f conftest.er1
22401 cat conftest.err >&5
22402 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
22403 (exit $ac_status); } && {
22404 test -z "$ac_c_werror_flag" ||
22405 test ! -s conftest.err
22406 } && test -s conftest.$ac_objext; then
22407 ac_cv_member_struct_mtget_mt_gstat=yes
22408 else
22409 $as_echo "$as_me: failed program was:" >&5
22410 sed 's/^/| /' conftest.$ac_ext >&5
22412 ac_cv_member_struct_mtget_mt_gstat=no
22415 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22418 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22420 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_mtget_mt_gstat" >&5
22421 $as_echo "$ac_cv_member_struct_mtget_mt_gstat" >&6; }
22422 if test "x$ac_cv_member_struct_mtget_mt_gstat" = x""yes; then
22424 cat >>confdefs.h <<_ACEOF
22425 #define HAVE_STRUCT_MTGET_MT_GSTAT 1
22426 _ACEOF
22430 { $as_echo "$as_me:$LINENO: checking for struct mtget.mt_blkno" >&5
22431 $as_echo_n "checking for struct mtget.mt_blkno... " >&6; }
22432 if test "${ac_cv_member_struct_mtget_mt_blkno+set}" = set; then
22433 $as_echo_n "(cached) " >&6
22434 else
22435 cat >conftest.$ac_ext <<_ACEOF
22436 /* confdefs.h. */
22437 _ACEOF
22438 cat confdefs.h >>conftest.$ac_ext
22439 cat >>conftest.$ac_ext <<_ACEOF
22440 /* end confdefs.h. */
22441 #include <sys/types.h>
22442 #ifdef HAVE_SYS_MTIO_H
22443 #include <sys/mtio.h>
22444 #endif
22447 main ()
22449 static struct mtget ac_aggr;
22450 if (ac_aggr.mt_blkno)
22451 return 0;
22453 return 0;
22455 _ACEOF
22456 rm -f conftest.$ac_objext
22457 if { (ac_try="$ac_compile"
22458 case "(($ac_try" in
22459 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22460 *) ac_try_echo=$ac_try;;
22461 esac
22462 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
22463 $as_echo "$ac_try_echo") >&5
22464 (eval "$ac_compile") 2>conftest.er1
22465 ac_status=$?
22466 grep -v '^ *+' conftest.er1 >conftest.err
22467 rm -f conftest.er1
22468 cat conftest.err >&5
22469 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
22470 (exit $ac_status); } && {
22471 test -z "$ac_c_werror_flag" ||
22472 test ! -s conftest.err
22473 } && test -s conftest.$ac_objext; then
22474 ac_cv_member_struct_mtget_mt_blkno=yes
22475 else
22476 $as_echo "$as_me: failed program was:" >&5
22477 sed 's/^/| /' conftest.$ac_ext >&5
22479 cat >conftest.$ac_ext <<_ACEOF
22480 /* confdefs.h. */
22481 _ACEOF
22482 cat confdefs.h >>conftest.$ac_ext
22483 cat >>conftest.$ac_ext <<_ACEOF
22484 /* end confdefs.h. */
22485 #include <sys/types.h>
22486 #ifdef HAVE_SYS_MTIO_H
22487 #include <sys/mtio.h>
22488 #endif
22491 main ()
22493 static struct mtget ac_aggr;
22494 if (sizeof ac_aggr.mt_blkno)
22495 return 0;
22497 return 0;
22499 _ACEOF
22500 rm -f conftest.$ac_objext
22501 if { (ac_try="$ac_compile"
22502 case "(($ac_try" in
22503 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22504 *) ac_try_echo=$ac_try;;
22505 esac
22506 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
22507 $as_echo "$ac_try_echo") >&5
22508 (eval "$ac_compile") 2>conftest.er1
22509 ac_status=$?
22510 grep -v '^ *+' conftest.er1 >conftest.err
22511 rm -f conftest.er1
22512 cat conftest.err >&5
22513 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
22514 (exit $ac_status); } && {
22515 test -z "$ac_c_werror_flag" ||
22516 test ! -s conftest.err
22517 } && test -s conftest.$ac_objext; then
22518 ac_cv_member_struct_mtget_mt_blkno=yes
22519 else
22520 $as_echo "$as_me: failed program was:" >&5
22521 sed 's/^/| /' conftest.$ac_ext >&5
22523 ac_cv_member_struct_mtget_mt_blkno=no
22526 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22529 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22531 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_mtget_mt_blkno" >&5
22532 $as_echo "$ac_cv_member_struct_mtget_mt_blkno" >&6; }
22533 if test "x$ac_cv_member_struct_mtget_mt_blkno" = x""yes; then
22535 cat >>confdefs.h <<_ACEOF
22536 #define HAVE_STRUCT_MTGET_MT_BLKNO 1
22537 _ACEOF
22543 { $as_echo "$as_me:$LINENO: checking for struct option.name" >&5
22544 $as_echo_n "checking for struct option.name... " >&6; }
22545 if test "${ac_cv_member_struct_option_name+set}" = set; then
22546 $as_echo_n "(cached) " >&6
22547 else
22548 cat >conftest.$ac_ext <<_ACEOF
22549 /* confdefs.h. */
22550 _ACEOF
22551 cat confdefs.h >>conftest.$ac_ext
22552 cat >>conftest.$ac_ext <<_ACEOF
22553 /* end confdefs.h. */
22554 #ifdef HAVE_GETOPT_H
22555 #include <getopt.h>
22556 #endif
22559 main ()
22561 static struct option ac_aggr;
22562 if (ac_aggr.name)
22563 return 0;
22565 return 0;
22567 _ACEOF
22568 rm -f conftest.$ac_objext
22569 if { (ac_try="$ac_compile"
22570 case "(($ac_try" in
22571 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22572 *) ac_try_echo=$ac_try;;
22573 esac
22574 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
22575 $as_echo "$ac_try_echo") >&5
22576 (eval "$ac_compile") 2>conftest.er1
22577 ac_status=$?
22578 grep -v '^ *+' conftest.er1 >conftest.err
22579 rm -f conftest.er1
22580 cat conftest.err >&5
22581 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
22582 (exit $ac_status); } && {
22583 test -z "$ac_c_werror_flag" ||
22584 test ! -s conftest.err
22585 } && test -s conftest.$ac_objext; then
22586 ac_cv_member_struct_option_name=yes
22587 else
22588 $as_echo "$as_me: failed program was:" >&5
22589 sed 's/^/| /' conftest.$ac_ext >&5
22591 cat >conftest.$ac_ext <<_ACEOF
22592 /* confdefs.h. */
22593 _ACEOF
22594 cat confdefs.h >>conftest.$ac_ext
22595 cat >>conftest.$ac_ext <<_ACEOF
22596 /* end confdefs.h. */
22597 #ifdef HAVE_GETOPT_H
22598 #include <getopt.h>
22599 #endif
22602 main ()
22604 static struct option ac_aggr;
22605 if (sizeof ac_aggr.name)
22606 return 0;
22608 return 0;
22610 _ACEOF
22611 rm -f conftest.$ac_objext
22612 if { (ac_try="$ac_compile"
22613 case "(($ac_try" in
22614 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22615 *) ac_try_echo=$ac_try;;
22616 esac
22617 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
22618 $as_echo "$ac_try_echo") >&5
22619 (eval "$ac_compile") 2>conftest.er1
22620 ac_status=$?
22621 grep -v '^ *+' conftest.er1 >conftest.err
22622 rm -f conftest.er1
22623 cat conftest.err >&5
22624 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
22625 (exit $ac_status); } && {
22626 test -z "$ac_c_werror_flag" ||
22627 test ! -s conftest.err
22628 } && test -s conftest.$ac_objext; then
22629 ac_cv_member_struct_option_name=yes
22630 else
22631 $as_echo "$as_me: failed program was:" >&5
22632 sed 's/^/| /' conftest.$ac_ext >&5
22634 ac_cv_member_struct_option_name=no
22637 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22640 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22642 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_option_name" >&5
22643 $as_echo "$ac_cv_member_struct_option_name" >&6; }
22644 if test "x$ac_cv_member_struct_option_name" = x""yes; then
22646 cat >>confdefs.h <<_ACEOF
22647 #define HAVE_STRUCT_OPTION_NAME 1
22648 _ACEOF
22654 { $as_echo "$as_me:$LINENO: checking for struct stat.st_blocks" >&5
22655 $as_echo_n "checking for struct stat.st_blocks... " >&6; }
22656 if test "${ac_cv_member_struct_stat_st_blocks+set}" = set; then
22657 $as_echo_n "(cached) " >&6
22658 else
22659 cat >conftest.$ac_ext <<_ACEOF
22660 /* confdefs.h. */
22661 _ACEOF
22662 cat confdefs.h >>conftest.$ac_ext
22663 cat >>conftest.$ac_ext <<_ACEOF
22664 /* end confdefs.h. */
22665 $ac_includes_default
22667 main ()
22669 static struct stat ac_aggr;
22670 if (ac_aggr.st_blocks)
22671 return 0;
22673 return 0;
22675 _ACEOF
22676 rm -f conftest.$ac_objext
22677 if { (ac_try="$ac_compile"
22678 case "(($ac_try" in
22679 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22680 *) ac_try_echo=$ac_try;;
22681 esac
22682 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
22683 $as_echo "$ac_try_echo") >&5
22684 (eval "$ac_compile") 2>conftest.er1
22685 ac_status=$?
22686 grep -v '^ *+' conftest.er1 >conftest.err
22687 rm -f conftest.er1
22688 cat conftest.err >&5
22689 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
22690 (exit $ac_status); } && {
22691 test -z "$ac_c_werror_flag" ||
22692 test ! -s conftest.err
22693 } && test -s conftest.$ac_objext; then
22694 ac_cv_member_struct_stat_st_blocks=yes
22695 else
22696 $as_echo "$as_me: failed program was:" >&5
22697 sed 's/^/| /' conftest.$ac_ext >&5
22699 cat >conftest.$ac_ext <<_ACEOF
22700 /* confdefs.h. */
22701 _ACEOF
22702 cat confdefs.h >>conftest.$ac_ext
22703 cat >>conftest.$ac_ext <<_ACEOF
22704 /* end confdefs.h. */
22705 $ac_includes_default
22707 main ()
22709 static struct stat ac_aggr;
22710 if (sizeof ac_aggr.st_blocks)
22711 return 0;
22713 return 0;
22715 _ACEOF
22716 rm -f conftest.$ac_objext
22717 if { (ac_try="$ac_compile"
22718 case "(($ac_try" in
22719 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22720 *) ac_try_echo=$ac_try;;
22721 esac
22722 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
22723 $as_echo "$ac_try_echo") >&5
22724 (eval "$ac_compile") 2>conftest.er1
22725 ac_status=$?
22726 grep -v '^ *+' conftest.er1 >conftest.err
22727 rm -f conftest.er1
22728 cat conftest.err >&5
22729 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
22730 (exit $ac_status); } && {
22731 test -z "$ac_c_werror_flag" ||
22732 test ! -s conftest.err
22733 } && test -s conftest.$ac_objext; then
22734 ac_cv_member_struct_stat_st_blocks=yes
22735 else
22736 $as_echo "$as_me: failed program was:" >&5
22737 sed 's/^/| /' conftest.$ac_ext >&5
22739 ac_cv_member_struct_stat_st_blocks=no
22742 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22745 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22747 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_stat_st_blocks" >&5
22748 $as_echo "$ac_cv_member_struct_stat_st_blocks" >&6; }
22749 if test "x$ac_cv_member_struct_stat_st_blocks" = x""yes; then
22751 cat >>confdefs.h <<_ACEOF
22752 #define HAVE_STRUCT_STAT_ST_BLOCKS 1
22753 _ACEOF
22757 { $as_echo "$as_me:$LINENO: checking for struct stat.st_mtim" >&5
22758 $as_echo_n "checking for struct stat.st_mtim... " >&6; }
22759 if test "${ac_cv_member_struct_stat_st_mtim+set}" = set; then
22760 $as_echo_n "(cached) " >&6
22761 else
22762 cat >conftest.$ac_ext <<_ACEOF
22763 /* confdefs.h. */
22764 _ACEOF
22765 cat confdefs.h >>conftest.$ac_ext
22766 cat >>conftest.$ac_ext <<_ACEOF
22767 /* end confdefs.h. */
22768 $ac_includes_default
22770 main ()
22772 static struct stat ac_aggr;
22773 if (ac_aggr.st_mtim)
22774 return 0;
22776 return 0;
22778 _ACEOF
22779 rm -f conftest.$ac_objext
22780 if { (ac_try="$ac_compile"
22781 case "(($ac_try" in
22782 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22783 *) ac_try_echo=$ac_try;;
22784 esac
22785 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
22786 $as_echo "$ac_try_echo") >&5
22787 (eval "$ac_compile") 2>conftest.er1
22788 ac_status=$?
22789 grep -v '^ *+' conftest.er1 >conftest.err
22790 rm -f conftest.er1
22791 cat conftest.err >&5
22792 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
22793 (exit $ac_status); } && {
22794 test -z "$ac_c_werror_flag" ||
22795 test ! -s conftest.err
22796 } && test -s conftest.$ac_objext; then
22797 ac_cv_member_struct_stat_st_mtim=yes
22798 else
22799 $as_echo "$as_me: failed program was:" >&5
22800 sed 's/^/| /' conftest.$ac_ext >&5
22802 cat >conftest.$ac_ext <<_ACEOF
22803 /* confdefs.h. */
22804 _ACEOF
22805 cat confdefs.h >>conftest.$ac_ext
22806 cat >>conftest.$ac_ext <<_ACEOF
22807 /* end confdefs.h. */
22808 $ac_includes_default
22810 main ()
22812 static struct stat ac_aggr;
22813 if (sizeof ac_aggr.st_mtim)
22814 return 0;
22816 return 0;
22818 _ACEOF
22819 rm -f conftest.$ac_objext
22820 if { (ac_try="$ac_compile"
22821 case "(($ac_try" in
22822 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22823 *) ac_try_echo=$ac_try;;
22824 esac
22825 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
22826 $as_echo "$ac_try_echo") >&5
22827 (eval "$ac_compile") 2>conftest.er1
22828 ac_status=$?
22829 grep -v '^ *+' conftest.er1 >conftest.err
22830 rm -f conftest.er1
22831 cat conftest.err >&5
22832 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
22833 (exit $ac_status); } && {
22834 test -z "$ac_c_werror_flag" ||
22835 test ! -s conftest.err
22836 } && test -s conftest.$ac_objext; then
22837 ac_cv_member_struct_stat_st_mtim=yes
22838 else
22839 $as_echo "$as_me: failed program was:" >&5
22840 sed 's/^/| /' conftest.$ac_ext >&5
22842 ac_cv_member_struct_stat_st_mtim=no
22845 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22848 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22850 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_stat_st_mtim" >&5
22851 $as_echo "$ac_cv_member_struct_stat_st_mtim" >&6; }
22852 if test "x$ac_cv_member_struct_stat_st_mtim" = x""yes; then
22854 cat >>confdefs.h <<_ACEOF
22855 #define HAVE_STRUCT_STAT_ST_MTIM 1
22856 _ACEOF
22860 { $as_echo "$as_me:$LINENO: checking for struct stat.st_ctim" >&5
22861 $as_echo_n "checking for struct stat.st_ctim... " >&6; }
22862 if test "${ac_cv_member_struct_stat_st_ctim+set}" = set; then
22863 $as_echo_n "(cached) " >&6
22864 else
22865 cat >conftest.$ac_ext <<_ACEOF
22866 /* confdefs.h. */
22867 _ACEOF
22868 cat confdefs.h >>conftest.$ac_ext
22869 cat >>conftest.$ac_ext <<_ACEOF
22870 /* end confdefs.h. */
22871 $ac_includes_default
22873 main ()
22875 static struct stat ac_aggr;
22876 if (ac_aggr.st_ctim)
22877 return 0;
22879 return 0;
22881 _ACEOF
22882 rm -f conftest.$ac_objext
22883 if { (ac_try="$ac_compile"
22884 case "(($ac_try" in
22885 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22886 *) ac_try_echo=$ac_try;;
22887 esac
22888 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
22889 $as_echo "$ac_try_echo") >&5
22890 (eval "$ac_compile") 2>conftest.er1
22891 ac_status=$?
22892 grep -v '^ *+' conftest.er1 >conftest.err
22893 rm -f conftest.er1
22894 cat conftest.err >&5
22895 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
22896 (exit $ac_status); } && {
22897 test -z "$ac_c_werror_flag" ||
22898 test ! -s conftest.err
22899 } && test -s conftest.$ac_objext; then
22900 ac_cv_member_struct_stat_st_ctim=yes
22901 else
22902 $as_echo "$as_me: failed program was:" >&5
22903 sed 's/^/| /' conftest.$ac_ext >&5
22905 cat >conftest.$ac_ext <<_ACEOF
22906 /* confdefs.h. */
22907 _ACEOF
22908 cat confdefs.h >>conftest.$ac_ext
22909 cat >>conftest.$ac_ext <<_ACEOF
22910 /* end confdefs.h. */
22911 $ac_includes_default
22913 main ()
22915 static struct stat ac_aggr;
22916 if (sizeof ac_aggr.st_ctim)
22917 return 0;
22919 return 0;
22921 _ACEOF
22922 rm -f conftest.$ac_objext
22923 if { (ac_try="$ac_compile"
22924 case "(($ac_try" in
22925 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22926 *) ac_try_echo=$ac_try;;
22927 esac
22928 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
22929 $as_echo "$ac_try_echo") >&5
22930 (eval "$ac_compile") 2>conftest.er1
22931 ac_status=$?
22932 grep -v '^ *+' conftest.er1 >conftest.err
22933 rm -f conftest.er1
22934 cat conftest.err >&5
22935 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
22936 (exit $ac_status); } && {
22937 test -z "$ac_c_werror_flag" ||
22938 test ! -s conftest.err
22939 } && test -s conftest.$ac_objext; then
22940 ac_cv_member_struct_stat_st_ctim=yes
22941 else
22942 $as_echo "$as_me: failed program was:" >&5
22943 sed 's/^/| /' conftest.$ac_ext >&5
22945 ac_cv_member_struct_stat_st_ctim=no
22948 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22951 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22953 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_stat_st_ctim" >&5
22954 $as_echo "$ac_cv_member_struct_stat_st_ctim" >&6; }
22955 if test "x$ac_cv_member_struct_stat_st_ctim" = x""yes; then
22957 cat >>confdefs.h <<_ACEOF
22958 #define HAVE_STRUCT_STAT_ST_CTIM 1
22959 _ACEOF
22963 { $as_echo "$as_me:$LINENO: checking for struct stat.st_atim" >&5
22964 $as_echo_n "checking for struct stat.st_atim... " >&6; }
22965 if test "${ac_cv_member_struct_stat_st_atim+set}" = set; then
22966 $as_echo_n "(cached) " >&6
22967 else
22968 cat >conftest.$ac_ext <<_ACEOF
22969 /* confdefs.h. */
22970 _ACEOF
22971 cat confdefs.h >>conftest.$ac_ext
22972 cat >>conftest.$ac_ext <<_ACEOF
22973 /* end confdefs.h. */
22974 $ac_includes_default
22976 main ()
22978 static struct stat ac_aggr;
22979 if (ac_aggr.st_atim)
22980 return 0;
22982 return 0;
22984 _ACEOF
22985 rm -f conftest.$ac_objext
22986 if { (ac_try="$ac_compile"
22987 case "(($ac_try" in
22988 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22989 *) ac_try_echo=$ac_try;;
22990 esac
22991 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
22992 $as_echo "$ac_try_echo") >&5
22993 (eval "$ac_compile") 2>conftest.er1
22994 ac_status=$?
22995 grep -v '^ *+' conftest.er1 >conftest.err
22996 rm -f conftest.er1
22997 cat conftest.err >&5
22998 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
22999 (exit $ac_status); } && {
23000 test -z "$ac_c_werror_flag" ||
23001 test ! -s conftest.err
23002 } && test -s conftest.$ac_objext; then
23003 ac_cv_member_struct_stat_st_atim=yes
23004 else
23005 $as_echo "$as_me: failed program was:" >&5
23006 sed 's/^/| /' conftest.$ac_ext >&5
23008 cat >conftest.$ac_ext <<_ACEOF
23009 /* confdefs.h. */
23010 _ACEOF
23011 cat confdefs.h >>conftest.$ac_ext
23012 cat >>conftest.$ac_ext <<_ACEOF
23013 /* end confdefs.h. */
23014 $ac_includes_default
23016 main ()
23018 static struct stat ac_aggr;
23019 if (sizeof ac_aggr.st_atim)
23020 return 0;
23022 return 0;
23024 _ACEOF
23025 rm -f conftest.$ac_objext
23026 if { (ac_try="$ac_compile"
23027 case "(($ac_try" in
23028 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23029 *) ac_try_echo=$ac_try;;
23030 esac
23031 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
23032 $as_echo "$ac_try_echo") >&5
23033 (eval "$ac_compile") 2>conftest.er1
23034 ac_status=$?
23035 grep -v '^ *+' conftest.er1 >conftest.err
23036 rm -f conftest.er1
23037 cat conftest.err >&5
23038 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
23039 (exit $ac_status); } && {
23040 test -z "$ac_c_werror_flag" ||
23041 test ! -s conftest.err
23042 } && test -s conftest.$ac_objext; then
23043 ac_cv_member_struct_stat_st_atim=yes
23044 else
23045 $as_echo "$as_me: failed program was:" >&5
23046 sed 's/^/| /' conftest.$ac_ext >&5
23048 ac_cv_member_struct_stat_st_atim=no
23051 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
23054 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
23056 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_stat_st_atim" >&5
23057 $as_echo "$ac_cv_member_struct_stat_st_atim" >&6; }
23058 if test "x$ac_cv_member_struct_stat_st_atim" = x""yes; then
23060 cat >>confdefs.h <<_ACEOF
23061 #define HAVE_STRUCT_STAT_ST_ATIM 1
23062 _ACEOF
23068 { $as_echo "$as_me:$LINENO: checking for struct sockaddr_in6.sin6_scope_id" >&5
23069 $as_echo_n "checking for struct sockaddr_in6.sin6_scope_id... " >&6; }
23070 if test "${ac_cv_member_struct_sockaddr_in6_sin6_scope_id+set}" = set; then
23071 $as_echo_n "(cached) " >&6
23072 else
23073 cat >conftest.$ac_ext <<_ACEOF
23074 /* confdefs.h. */
23075 _ACEOF
23076 cat confdefs.h >>conftest.$ac_ext
23077 cat >>conftest.$ac_ext <<_ACEOF
23078 /* end confdefs.h. */
23079 #ifdef HAVE_SYS_TYPES_H
23080 #include <sys/types.h>
23081 #endif
23082 #ifdef HAVE_NETINET_IN_H
23083 #include <netinet/in.h>
23084 #endif
23087 main ()
23089 static struct sockaddr_in6 ac_aggr;
23090 if (ac_aggr.sin6_scope_id)
23091 return 0;
23093 return 0;
23095 _ACEOF
23096 rm -f conftest.$ac_objext
23097 if { (ac_try="$ac_compile"
23098 case "(($ac_try" in
23099 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23100 *) ac_try_echo=$ac_try;;
23101 esac
23102 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
23103 $as_echo "$ac_try_echo") >&5
23104 (eval "$ac_compile") 2>conftest.er1
23105 ac_status=$?
23106 grep -v '^ *+' conftest.er1 >conftest.err
23107 rm -f conftest.er1
23108 cat conftest.err >&5
23109 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
23110 (exit $ac_status); } && {
23111 test -z "$ac_c_werror_flag" ||
23112 test ! -s conftest.err
23113 } && test -s conftest.$ac_objext; then
23114 ac_cv_member_struct_sockaddr_in6_sin6_scope_id=yes
23115 else
23116 $as_echo "$as_me: failed program was:" >&5
23117 sed 's/^/| /' conftest.$ac_ext >&5
23119 cat >conftest.$ac_ext <<_ACEOF
23120 /* confdefs.h. */
23121 _ACEOF
23122 cat confdefs.h >>conftest.$ac_ext
23123 cat >>conftest.$ac_ext <<_ACEOF
23124 /* end confdefs.h. */
23125 #ifdef HAVE_SYS_TYPES_H
23126 #include <sys/types.h>
23127 #endif
23128 #ifdef HAVE_NETINET_IN_H
23129 #include <netinet/in.h>
23130 #endif
23133 main ()
23135 static struct sockaddr_in6 ac_aggr;
23136 if (sizeof ac_aggr.sin6_scope_id)
23137 return 0;
23139 return 0;
23141 _ACEOF
23142 rm -f conftest.$ac_objext
23143 if { (ac_try="$ac_compile"
23144 case "(($ac_try" in
23145 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23146 *) ac_try_echo=$ac_try;;
23147 esac
23148 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
23149 $as_echo "$ac_try_echo") >&5
23150 (eval "$ac_compile") 2>conftest.er1
23151 ac_status=$?
23152 grep -v '^ *+' conftest.er1 >conftest.err
23153 rm -f conftest.er1
23154 cat conftest.err >&5
23155 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
23156 (exit $ac_status); } && {
23157 test -z "$ac_c_werror_flag" ||
23158 test ! -s conftest.err
23159 } && test -s conftest.$ac_objext; then
23160 ac_cv_member_struct_sockaddr_in6_sin6_scope_id=yes
23161 else
23162 $as_echo "$as_me: failed program was:" >&5
23163 sed 's/^/| /' conftest.$ac_ext >&5
23165 ac_cv_member_struct_sockaddr_in6_sin6_scope_id=no
23168 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
23171 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
23173 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_sockaddr_in6_sin6_scope_id" >&5
23174 $as_echo "$ac_cv_member_struct_sockaddr_in6_sin6_scope_id" >&6; }
23175 if test "x$ac_cv_member_struct_sockaddr_in6_sin6_scope_id" = x""yes; then
23177 cat >>confdefs.h <<_ACEOF
23178 #define HAVE_STRUCT_SOCKADDR_IN6_SIN6_SCOPE_ID 1
23179 _ACEOF
23185 { $as_echo "$as_me:$LINENO: checking for ns_msg._msg_ptr" >&5
23186 $as_echo_n "checking for ns_msg._msg_ptr... " >&6; }
23187 if test "${ac_cv_member_ns_msg__msg_ptr+set}" = set; then
23188 $as_echo_n "(cached) " >&6
23189 else
23190 cat >conftest.$ac_ext <<_ACEOF
23191 /* confdefs.h. */
23192 _ACEOF
23193 cat confdefs.h >>conftest.$ac_ext
23194 cat >>conftest.$ac_ext <<_ACEOF
23195 /* end confdefs.h. */
23196 #ifdef HAVE_SYS_TYPES_H
23197 #include <sys/types.h>
23198 #endif
23199 #ifdef HAVE_NETINET_IN_H
23200 # include <netinet/in.h>
23201 #endif
23202 #ifdef HAVE_ARPA_NAMESER_H
23203 # include <arpa/nameser.h>
23204 #endif
23207 main ()
23209 static ns_msg ac_aggr;
23210 if (ac_aggr._msg_ptr)
23211 return 0;
23213 return 0;
23215 _ACEOF
23216 rm -f conftest.$ac_objext
23217 if { (ac_try="$ac_compile"
23218 case "(($ac_try" in
23219 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23220 *) ac_try_echo=$ac_try;;
23221 esac
23222 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
23223 $as_echo "$ac_try_echo") >&5
23224 (eval "$ac_compile") 2>conftest.er1
23225 ac_status=$?
23226 grep -v '^ *+' conftest.er1 >conftest.err
23227 rm -f conftest.er1
23228 cat conftest.err >&5
23229 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
23230 (exit $ac_status); } && {
23231 test -z "$ac_c_werror_flag" ||
23232 test ! -s conftest.err
23233 } && test -s conftest.$ac_objext; then
23234 ac_cv_member_ns_msg__msg_ptr=yes
23235 else
23236 $as_echo "$as_me: failed program was:" >&5
23237 sed 's/^/| /' conftest.$ac_ext >&5
23239 cat >conftest.$ac_ext <<_ACEOF
23240 /* confdefs.h. */
23241 _ACEOF
23242 cat confdefs.h >>conftest.$ac_ext
23243 cat >>conftest.$ac_ext <<_ACEOF
23244 /* end confdefs.h. */
23245 #ifdef HAVE_SYS_TYPES_H
23246 #include <sys/types.h>
23247 #endif
23248 #ifdef HAVE_NETINET_IN_H
23249 # include <netinet/in.h>
23250 #endif
23251 #ifdef HAVE_ARPA_NAMESER_H
23252 # include <arpa/nameser.h>
23253 #endif
23256 main ()
23258 static ns_msg ac_aggr;
23259 if (sizeof ac_aggr._msg_ptr)
23260 return 0;
23262 return 0;
23264 _ACEOF
23265 rm -f conftest.$ac_objext
23266 if { (ac_try="$ac_compile"
23267 case "(($ac_try" in
23268 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23269 *) ac_try_echo=$ac_try;;
23270 esac
23271 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
23272 $as_echo "$ac_try_echo") >&5
23273 (eval "$ac_compile") 2>conftest.er1
23274 ac_status=$?
23275 grep -v '^ *+' conftest.er1 >conftest.err
23276 rm -f conftest.er1
23277 cat conftest.err >&5
23278 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
23279 (exit $ac_status); } && {
23280 test -z "$ac_c_werror_flag" ||
23281 test ! -s conftest.err
23282 } && test -s conftest.$ac_objext; then
23283 ac_cv_member_ns_msg__msg_ptr=yes
23284 else
23285 $as_echo "$as_me: failed program was:" >&5
23286 sed 's/^/| /' conftest.$ac_ext >&5
23288 ac_cv_member_ns_msg__msg_ptr=no
23291 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
23294 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
23296 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_ns_msg__msg_ptr" >&5
23297 $as_echo "$ac_cv_member_ns_msg__msg_ptr" >&6; }
23298 if test "x$ac_cv_member_ns_msg__msg_ptr" = x""yes; then
23300 cat >>confdefs.h <<_ACEOF
23301 #define HAVE_NS_MSG__MSG_PTR 1
23302 _ACEOF
23308 { $as_echo "$as_me:$LINENO: checking for timezone variable" >&5
23309 $as_echo_n "checking for timezone variable... " >&6; }
23310 if test "${ac_cv_have_timezone+set}" = set; then
23311 $as_echo_n "(cached) " >&6
23312 else
23313 cat >conftest.$ac_ext <<_ACEOF
23314 /* confdefs.h. */
23315 _ACEOF
23316 cat confdefs.h >>conftest.$ac_ext
23317 cat >>conftest.$ac_ext <<_ACEOF
23318 /* end confdefs.h. */
23319 #include <time.h>
23321 main ()
23323 timezone = 1
23325 return 0;
23327 _ACEOF
23328 rm -f conftest.$ac_objext conftest$ac_exeext
23329 if { (ac_try="$ac_link"
23330 case "(($ac_try" in
23331 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23332 *) ac_try_echo=$ac_try;;
23333 esac
23334 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
23335 $as_echo "$ac_try_echo") >&5
23336 (eval "$ac_link") 2>conftest.er1
23337 ac_status=$?
23338 grep -v '^ *+' conftest.er1 >conftest.err
23339 rm -f conftest.er1
23340 cat conftest.err >&5
23341 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
23342 (exit $ac_status); } && {
23343 test -z "$ac_c_werror_flag" ||
23344 test ! -s conftest.err
23345 } && test -s conftest$ac_exeext && {
23346 test "$cross_compiling" = yes ||
23347 $as_test_x conftest$ac_exeext
23348 }; then
23349 ac_cv_have_timezone="yes"
23350 else
23351 $as_echo "$as_me: failed program was:" >&5
23352 sed 's/^/| /' conftest.$ac_ext >&5
23354 ac_cv_have_timezone="no"
23357 rm -rf conftest.dSYM
23358 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
23359 conftest$ac_exeext conftest.$ac_ext
23361 { $as_echo "$as_me:$LINENO: result: $ac_cv_have_timezone" >&5
23362 $as_echo "$ac_cv_have_timezone" >&6; }
23363 if test "$ac_cv_have_timezone" = "yes"
23364 then
23366 cat >>confdefs.h <<\_ACEOF
23367 #define HAVE_TIMEZONE 1
23368 _ACEOF
23371 { $as_echo "$as_me:$LINENO: checking for daylight variable" >&5
23372 $as_echo_n "checking for daylight variable... " >&6; }
23373 if test "${ac_cv_have_daylight+set}" = set; then
23374 $as_echo_n "(cached) " >&6
23375 else
23376 cat >conftest.$ac_ext <<_ACEOF
23377 /* confdefs.h. */
23378 _ACEOF
23379 cat confdefs.h >>conftest.$ac_ext
23380 cat >>conftest.$ac_ext <<_ACEOF
23381 /* end confdefs.h. */
23382 #include <time.h>
23384 main ()
23386 daylight = 1
23388 return 0;
23390 _ACEOF
23391 rm -f conftest.$ac_objext conftest$ac_exeext
23392 if { (ac_try="$ac_link"
23393 case "(($ac_try" in
23394 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23395 *) ac_try_echo=$ac_try;;
23396 esac
23397 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
23398 $as_echo "$ac_try_echo") >&5
23399 (eval "$ac_link") 2>conftest.er1
23400 ac_status=$?
23401 grep -v '^ *+' conftest.er1 >conftest.err
23402 rm -f conftest.er1
23403 cat conftest.err >&5
23404 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
23405 (exit $ac_status); } && {
23406 test -z "$ac_c_werror_flag" ||
23407 test ! -s conftest.err
23408 } && test -s conftest$ac_exeext && {
23409 test "$cross_compiling" = yes ||
23410 $as_test_x conftest$ac_exeext
23411 }; then
23412 ac_cv_have_daylight="yes"
23413 else
23414 $as_echo "$as_me: failed program was:" >&5
23415 sed 's/^/| /' conftest.$ac_ext >&5
23417 ac_cv_have_daylight="no"
23420 rm -rf conftest.dSYM
23421 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
23422 conftest$ac_exeext conftest.$ac_ext
23424 { $as_echo "$as_me:$LINENO: result: $ac_cv_have_daylight" >&5
23425 $as_echo "$ac_cv_have_daylight" >&6; }
23426 if test "$ac_cv_have_daylight" = "yes"
23427 then
23429 cat >>confdefs.h <<\_ACEOF
23430 #define HAVE_DAYLIGHT 1
23431 _ACEOF
23435 { $as_echo "$as_me:$LINENO: checking for isinf" >&5
23436 $as_echo_n "checking for isinf... " >&6; }
23437 if test "${ac_cv_have_isinf+set}" = set; then
23438 $as_echo_n "(cached) " >&6
23439 else
23440 cat >conftest.$ac_ext <<_ACEOF
23441 /* confdefs.h. */
23442 _ACEOF
23443 cat confdefs.h >>conftest.$ac_ext
23444 cat >>conftest.$ac_ext <<_ACEOF
23445 /* end confdefs.h. */
23446 #include <math.h>
23448 main ()
23450 float f = 0.0; int i=isinf(f)
23452 return 0;
23454 _ACEOF
23455 rm -f conftest.$ac_objext conftest$ac_exeext
23456 if { (ac_try="$ac_link"
23457 case "(($ac_try" in
23458 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23459 *) ac_try_echo=$ac_try;;
23460 esac
23461 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
23462 $as_echo "$ac_try_echo") >&5
23463 (eval "$ac_link") 2>conftest.er1
23464 ac_status=$?
23465 grep -v '^ *+' conftest.er1 >conftest.err
23466 rm -f conftest.er1
23467 cat conftest.err >&5
23468 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
23469 (exit $ac_status); } && {
23470 test -z "$ac_c_werror_flag" ||
23471 test ! -s conftest.err
23472 } && test -s conftest$ac_exeext && {
23473 test "$cross_compiling" = yes ||
23474 $as_test_x conftest$ac_exeext
23475 }; then
23476 ac_cv_have_isinf="yes"
23477 else
23478 $as_echo "$as_me: failed program was:" >&5
23479 sed 's/^/| /' conftest.$ac_ext >&5
23481 ac_cv_have_isinf="no"
23484 rm -rf conftest.dSYM
23485 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
23486 conftest$ac_exeext conftest.$ac_ext
23488 { $as_echo "$as_me:$LINENO: result: $ac_cv_have_isinf" >&5
23489 $as_echo "$ac_cv_have_isinf" >&6; }
23490 if test "$ac_cv_have_isinf" = "yes"
23491 then
23493 cat >>confdefs.h <<\_ACEOF
23494 #define HAVE_ISINF 1
23495 _ACEOF
23499 { $as_echo "$as_me:$LINENO: checking for isnan" >&5
23500 $as_echo_n "checking for isnan... " >&6; }
23501 if test "${ac_cv_have_isnan+set}" = set; then
23502 $as_echo_n "(cached) " >&6
23503 else
23504 cat >conftest.$ac_ext <<_ACEOF
23505 /* confdefs.h. */
23506 _ACEOF
23507 cat confdefs.h >>conftest.$ac_ext
23508 cat >>conftest.$ac_ext <<_ACEOF
23509 /* end confdefs.h. */
23510 #include <math.h>
23512 main ()
23514 float f = 0.0; int i=isnan(f)
23516 return 0;
23518 _ACEOF
23519 rm -f conftest.$ac_objext conftest$ac_exeext
23520 if { (ac_try="$ac_link"
23521 case "(($ac_try" in
23522 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23523 *) ac_try_echo=$ac_try;;
23524 esac
23525 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
23526 $as_echo "$ac_try_echo") >&5
23527 (eval "$ac_link") 2>conftest.er1
23528 ac_status=$?
23529 grep -v '^ *+' conftest.er1 >conftest.err
23530 rm -f conftest.er1
23531 cat conftest.err >&5
23532 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
23533 (exit $ac_status); } && {
23534 test -z "$ac_c_werror_flag" ||
23535 test ! -s conftest.err
23536 } && test -s conftest$ac_exeext && {
23537 test "$cross_compiling" = yes ||
23538 $as_test_x conftest$ac_exeext
23539 }; then
23540 ac_cv_have_isnan="yes"
23541 else
23542 $as_echo "$as_me: failed program was:" >&5
23543 sed 's/^/| /' conftest.$ac_ext >&5
23545 ac_cv_have_isnan="no"
23548 rm -rf conftest.dSYM
23549 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
23550 conftest$ac_exeext conftest.$ac_ext
23552 { $as_echo "$as_me:$LINENO: result: $ac_cv_have_isnan" >&5
23553 $as_echo "$ac_cv_have_isnan" >&6; }
23554 if test "$ac_cv_have_isnan" = "yes"
23555 then
23557 cat >>confdefs.h <<\_ACEOF
23558 #define HAVE_ISNAN 1
23559 _ACEOF
23564 case $host_cpu in
23565 *i[3456789]86*) { $as_echo "$as_me:$LINENO: checking whether we need to define __i386__" >&5
23566 $as_echo_n "checking whether we need to define __i386__... " >&6; }
23567 if test "${ac_cv_cpp_def___i386__+set}" = set; then
23568 $as_echo_n "(cached) " >&6
23569 else
23570 cat >conftest.$ac_ext <<_ACEOF
23571 /* confdefs.h. */
23572 _ACEOF
23573 cat confdefs.h >>conftest.$ac_ext
23574 cat >>conftest.$ac_ext <<_ACEOF
23575 /* end confdefs.h. */
23576 #ifndef __i386__
23578 #endif
23579 _ACEOF
23580 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
23581 $EGREP "yes" >/dev/null 2>&1; then
23582 ac_cv_cpp_def___i386__=yes
23583 else
23584 ac_cv_cpp_def___i386__=no
23586 rm -f conftest*
23589 { $as_echo "$as_me:$LINENO: result: $ac_cv_cpp_def___i386__" >&5
23590 $as_echo "$ac_cv_cpp_def___i386__" >&6; }
23591 if test $ac_cv_cpp_def___i386__ = yes; then
23592 CFLAGS="$CFLAGS -D__i386__"
23593 LINTFLAGS="$LINTFLAGS -D__i386__"
23596 *x86_64*) { $as_echo "$as_me:$LINENO: checking whether we need to define __x86_64__" >&5
23597 $as_echo_n "checking whether we need to define __x86_64__... " >&6; }
23598 if test "${ac_cv_cpp_def___x86_64__+set}" = set; then
23599 $as_echo_n "(cached) " >&6
23600 else
23601 cat >conftest.$ac_ext <<_ACEOF
23602 /* confdefs.h. */
23603 _ACEOF
23604 cat confdefs.h >>conftest.$ac_ext
23605 cat >>conftest.$ac_ext <<_ACEOF
23606 /* end confdefs.h. */
23607 #ifndef __x86_64__
23609 #endif
23610 _ACEOF
23611 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
23612 $EGREP "yes" >/dev/null 2>&1; then
23613 ac_cv_cpp_def___x86_64__=yes
23614 else
23615 ac_cv_cpp_def___x86_64__=no
23617 rm -f conftest*
23620 { $as_echo "$as_me:$LINENO: result: $ac_cv_cpp_def___x86_64__" >&5
23621 $as_echo "$ac_cv_cpp_def___x86_64__" >&6; }
23622 if test $ac_cv_cpp_def___x86_64__ = yes; then
23623 CFLAGS="$CFLAGS -D__x86_64__"
23624 LINTFLAGS="$LINTFLAGS -D__x86_64__"
23627 *alpha*) { $as_echo "$as_me:$LINENO: checking whether we need to define __ALPHA__" >&5
23628 $as_echo_n "checking whether we need to define __ALPHA__... " >&6; }
23629 if test "${ac_cv_cpp_def___ALPHA__+set}" = set; then
23630 $as_echo_n "(cached) " >&6
23631 else
23632 cat >conftest.$ac_ext <<_ACEOF
23633 /* confdefs.h. */
23634 _ACEOF
23635 cat confdefs.h >>conftest.$ac_ext
23636 cat >>conftest.$ac_ext <<_ACEOF
23637 /* end confdefs.h. */
23638 #ifndef __ALPHA__
23640 #endif
23641 _ACEOF
23642 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
23643 $EGREP "yes" >/dev/null 2>&1; then
23644 ac_cv_cpp_def___ALPHA__=yes
23645 else
23646 ac_cv_cpp_def___ALPHA__=no
23648 rm -f conftest*
23651 { $as_echo "$as_me:$LINENO: result: $ac_cv_cpp_def___ALPHA__" >&5
23652 $as_echo "$ac_cv_cpp_def___ALPHA__" >&6; }
23653 if test $ac_cv_cpp_def___ALPHA__ = yes; then
23654 CFLAGS="$CFLAGS -D__ALPHA__"
23655 LINTFLAGS="$LINTFLAGS -D__ALPHA__"
23658 *sparc*) { $as_echo "$as_me:$LINENO: checking whether we need to define __sparc__" >&5
23659 $as_echo_n "checking whether we need to define __sparc__... " >&6; }
23660 if test "${ac_cv_cpp_def___sparc__+set}" = set; then
23661 $as_echo_n "(cached) " >&6
23662 else
23663 cat >conftest.$ac_ext <<_ACEOF
23664 /* confdefs.h. */
23665 _ACEOF
23666 cat confdefs.h >>conftest.$ac_ext
23667 cat >>conftest.$ac_ext <<_ACEOF
23668 /* end confdefs.h. */
23669 #ifndef __sparc__
23671 #endif
23672 _ACEOF
23673 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
23674 $EGREP "yes" >/dev/null 2>&1; then
23675 ac_cv_cpp_def___sparc__=yes
23676 else
23677 ac_cv_cpp_def___sparc__=no
23679 rm -f conftest*
23682 { $as_echo "$as_me:$LINENO: result: $ac_cv_cpp_def___sparc__" >&5
23683 $as_echo "$ac_cv_cpp_def___sparc__" >&6; }
23684 if test $ac_cv_cpp_def___sparc__ = yes; then
23685 CFLAGS="$CFLAGS -D__sparc__"
23686 LINTFLAGS="$LINTFLAGS -D__sparc__"
23689 *powerpc*) { $as_echo "$as_me:$LINENO: checking whether we need to define __powerpc__" >&5
23690 $as_echo_n "checking whether we need to define __powerpc__... " >&6; }
23691 if test "${ac_cv_cpp_def___powerpc__+set}" = set; then
23692 $as_echo_n "(cached) " >&6
23693 else
23694 cat >conftest.$ac_ext <<_ACEOF
23695 /* confdefs.h. */
23696 _ACEOF
23697 cat confdefs.h >>conftest.$ac_ext
23698 cat >>conftest.$ac_ext <<_ACEOF
23699 /* end confdefs.h. */
23700 #ifndef __powerpc__
23702 #endif
23703 _ACEOF
23704 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
23705 $EGREP "yes" >/dev/null 2>&1; then
23706 ac_cv_cpp_def___powerpc__=yes
23707 else
23708 ac_cv_cpp_def___powerpc__=no
23710 rm -f conftest*
23713 { $as_echo "$as_me:$LINENO: result: $ac_cv_cpp_def___powerpc__" >&5
23714 $as_echo "$ac_cv_cpp_def___powerpc__" >&6; }
23715 if test $ac_cv_cpp_def___powerpc__ = yes; then
23716 CFLAGS="$CFLAGS -D__powerpc__"
23717 LINTFLAGS="$LINTFLAGS -D__powerpc__"
23720 esac
23722 case $host_vendor in
23723 *sun*) { $as_echo "$as_me:$LINENO: checking whether we need to define __sun__" >&5
23724 $as_echo_n "checking whether we need to define __sun__... " >&6; }
23725 if test "${ac_cv_cpp_def___sun__+set}" = set; then
23726 $as_echo_n "(cached) " >&6
23727 else
23728 cat >conftest.$ac_ext <<_ACEOF
23729 /* confdefs.h. */
23730 _ACEOF
23731 cat confdefs.h >>conftest.$ac_ext
23732 cat >>conftest.$ac_ext <<_ACEOF
23733 /* end confdefs.h. */
23734 #ifndef __sun__
23736 #endif
23737 _ACEOF
23738 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
23739 $EGREP "yes" >/dev/null 2>&1; then
23740 ac_cv_cpp_def___sun__=yes
23741 else
23742 ac_cv_cpp_def___sun__=no
23744 rm -f conftest*
23747 { $as_echo "$as_me:$LINENO: result: $ac_cv_cpp_def___sun__" >&5
23748 $as_echo "$ac_cv_cpp_def___sun__" >&6; }
23749 if test $ac_cv_cpp_def___sun__ = yes; then
23750 CFLAGS="$CFLAGS -D__sun__"
23751 LINTFLAGS="$LINTFLAGS -D__sun__"
23754 esac
23757 DEPENDENCIES="### Dependencies:
23759 .INIT: Makefile
23760 .BEGIN: Makefile
23761 Makefile: dummy
23762 -\$(MAKEDEP) -C\$(SRCDIR) -S\$(TOPSRCDIR) -T\$(TOPOBJDIR) \$(EXTRAINCL) \$(DEPEND_SRCS)
23764 \$(OBJS): \$(IDL_GEN_HEADERS)
23765 \$(IDL_GEN_C_SRCS:.c=.o): \$(IDL_GEN_C_SRCS)
23766 \$(RC_SRCS:.rc=.res): \$(IDL_TLB_SRCS:.idl=.tlb)
23767 \$(LEX_SRCS:.l=.yy.o): \$(LEX_SRCS:.l=.yy.c)
23768 \$(BISON_SRCS:.y=.tab.o): \$(BISON_SRCS:.y=.tab.c)"
23771 ALL_MAKERULES=""
23773 ALL_MAKEFILES=""
23775 ALL_MAKEFILE_DEPENDS="# Makefile dependencies"
23778 ALL_TOP_DIRS=""
23780 ALL_DLL_DIRS=""
23782 ALL_IMPLIB_DIRS=""
23784 ALL_TEST_DIRS=""
23786 ALL_PROGRAM_DIRS=""
23788 ALL_PROGRAM_INSTALL_DIRS=""
23790 ALL_PROGRAM_BIN_INSTALL_DIRS=""
23796 ac_config_commands="$ac_config_commands include/stamp-h"
23799 ac_config_commands="$ac_config_commands dlls/gdi32/enhmfdrv"
23801 ac_config_commands="$ac_config_commands dlls/gdi32/mfdrv"
23803 ac_config_commands="$ac_config_commands dlls/kernel32/nls"
23805 ac_config_commands="$ac_config_commands dlls/user32/resources"
23807 ac_config_commands="$ac_config_commands dlls/wineps.drv/data"
23809 ac_config_commands="$ac_config_commands include/wine"
23812 ALL_MAKERULES="$ALL_MAKERULES \\
23813 Make.rules"
23814 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23815 Make.rules: Make.rules.in"
23816 MAKE_RULES=Make.rules
23817 ac_config_files="$ac_config_files Make.rules"
23819 ALL_MAKERULES="$ALL_MAKERULES \\
23820 dlls/Makedll.rules"
23821 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23822 dlls/Makedll.rules: dlls/Makedll.rules.in Make.rules"
23823 MAKE_DLL_RULES=dlls/Makedll.rules
23824 ac_config_files="$ac_config_files dlls/Makedll.rules"
23826 ALL_MAKERULES="$ALL_MAKERULES \\
23827 dlls/Makeimplib.rules"
23828 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23829 dlls/Makeimplib.rules: dlls/Makeimplib.rules.in Make.rules"
23830 MAKE_IMPLIB_RULES=dlls/Makeimplib.rules
23831 ac_config_files="$ac_config_files dlls/Makeimplib.rules"
23833 ALL_MAKERULES="$ALL_MAKERULES \\
23834 dlls/Maketest.rules"
23835 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23836 dlls/Maketest.rules: dlls/Maketest.rules.in Make.rules"
23837 MAKE_TEST_RULES=dlls/Maketest.rules
23838 ac_config_files="$ac_config_files dlls/Maketest.rules"
23840 ALL_MAKERULES="$ALL_MAKERULES \\
23841 programs/Makeprog.rules"
23842 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23843 programs/Makeprog.rules: programs/Makeprog.rules.in Make.rules"
23844 MAKE_PROG_RULES=programs/Makeprog.rules
23845 ac_config_files="$ac_config_files programs/Makeprog.rules"
23850 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23851 Makefile: Makefile.in Make.rules"
23852 ac_config_files="$ac_config_files Makefile"
23854 ALL_MAKEFILES="$ALL_MAKEFILES \\
23855 dlls/Makefile"
23856 test "x$enable_dlls" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
23857 dlls"
23858 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23859 dlls/Makefile: dlls/Makefile.in Make.rules"
23860 ac_config_files="$ac_config_files dlls/Makefile"
23862 ALL_MAKEFILES="$ALL_MAKEFILES \\
23863 dlls/acledit/Makefile"
23864 test "x$enable_acledit" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23865 acledit"
23866 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23867 dlls/acledit/Makefile: dlls/acledit/Makefile.in dlls/Makedll.rules"
23868 ac_config_files="$ac_config_files dlls/acledit/Makefile"
23870 ALL_MAKEFILES="$ALL_MAKEFILES \\
23871 dlls/activeds/Makefile"
23872 test "x$enable_activeds" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23873 activeds"
23874 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23875 dlls/activeds/Makefile: dlls/activeds/Makefile.in dlls/Makedll.rules"
23876 ac_config_files="$ac_config_files dlls/activeds/Makefile"
23878 ALL_MAKEFILES="$ALL_MAKEFILES \\
23879 dlls/actxprxy/Makefile"
23880 test "x$enable_actxprxy" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23881 actxprxy"
23882 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23883 dlls/actxprxy/Makefile: dlls/actxprxy/Makefile.in dlls/Makedll.rules"
23884 ac_config_files="$ac_config_files dlls/actxprxy/Makefile"
23886 ALL_MAKEFILES="$ALL_MAKEFILES \\
23887 dlls/adsiid/Makefile"
23888 test "x$enable_adsiid" != xno && ALL_IMPLIB_DIRS="$ALL_IMPLIB_DIRS \\
23889 adsiid"
23890 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23891 dlls/adsiid/Makefile: dlls/adsiid/Makefile.in dlls/Makeimplib.rules"
23892 ac_config_files="$ac_config_files dlls/adsiid/Makefile"
23894 ALL_MAKEFILES="$ALL_MAKEFILES \\
23895 dlls/advapi32/Makefile"
23896 test "x$enable_advapi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23897 advapi32"
23898 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23899 dlls/advapi32/Makefile: dlls/advapi32/Makefile.in dlls/Makedll.rules"
23900 ac_config_files="$ac_config_files dlls/advapi32/Makefile"
23902 ALL_MAKEFILES="$ALL_MAKEFILES \\
23903 dlls/advapi32/tests/Makefile"
23904 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23905 advapi32/tests"
23906 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23907 dlls/advapi32/tests/Makefile: dlls/advapi32/tests/Makefile.in dlls/Maketest.rules"
23908 ac_config_files="$ac_config_files dlls/advapi32/tests/Makefile"
23910 ALL_MAKEFILES="$ALL_MAKEFILES \\
23911 dlls/advpack/Makefile"
23912 test "x$enable_advpack" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23913 advpack"
23914 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23915 dlls/advpack/Makefile: dlls/advpack/Makefile.in dlls/Makedll.rules"
23916 ac_config_files="$ac_config_files dlls/advpack/Makefile"
23918 ALL_MAKEFILES="$ALL_MAKEFILES \\
23919 dlls/advpack/tests/Makefile"
23920 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23921 advpack/tests"
23922 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23923 dlls/advpack/tests/Makefile: dlls/advpack/tests/Makefile.in dlls/Maketest.rules"
23924 ac_config_files="$ac_config_files dlls/advpack/tests/Makefile"
23926 ALL_MAKEFILES="$ALL_MAKEFILES \\
23927 dlls/amstream/Makefile"
23928 test "x$enable_amstream" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23929 amstream"
23930 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23931 dlls/amstream/Makefile: dlls/amstream/Makefile.in dlls/Makedll.rules"
23932 ac_config_files="$ac_config_files dlls/amstream/Makefile"
23934 ALL_MAKEFILES="$ALL_MAKEFILES \\
23935 dlls/appwiz.cpl/Makefile"
23936 test "x$enable_appwiz_cpl" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23937 appwiz.cpl"
23938 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23939 dlls/appwiz.cpl/Makefile: dlls/appwiz.cpl/Makefile.in dlls/Makedll.rules"
23940 ac_config_files="$ac_config_files dlls/appwiz.cpl/Makefile"
23942 ALL_MAKEFILES="$ALL_MAKEFILES \\
23943 dlls/atl/Makefile"
23944 test "x$enable_atl" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23945 atl"
23946 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23947 dlls/atl/Makefile: dlls/atl/Makefile.in dlls/Makedll.rules"
23948 ac_config_files="$ac_config_files dlls/atl/Makefile"
23950 ALL_MAKEFILES="$ALL_MAKEFILES \\
23951 dlls/avicap32/Makefile"
23952 test "x$enable_avicap32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23953 avicap32"
23954 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23955 dlls/avicap32/Makefile: dlls/avicap32/Makefile.in dlls/Makedll.rules"
23956 ac_config_files="$ac_config_files dlls/avicap32/Makefile"
23958 ALL_MAKEFILES="$ALL_MAKEFILES \\
23959 dlls/avifil32/Makefile"
23960 test "x$enable_avifil32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23961 avifil32"
23962 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23963 dlls/avifil32/Makefile: dlls/avifil32/Makefile.in dlls/Makedll.rules"
23964 ac_config_files="$ac_config_files dlls/avifil32/Makefile"
23966 ALL_MAKEFILES="$ALL_MAKEFILES \\
23967 dlls/browseui/Makefile"
23968 test "x$enable_browseui" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23969 browseui"
23970 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23971 dlls/browseui/Makefile: dlls/browseui/Makefile.in dlls/Makedll.rules"
23972 ac_config_files="$ac_config_files dlls/browseui/Makefile"
23974 ALL_MAKEFILES="$ALL_MAKEFILES \\
23975 dlls/browseui/tests/Makefile"
23976 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23977 browseui/tests"
23978 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23979 dlls/browseui/tests/Makefile: dlls/browseui/tests/Makefile.in dlls/Maketest.rules"
23980 ac_config_files="$ac_config_files dlls/browseui/tests/Makefile"
23982 ALL_MAKEFILES="$ALL_MAKEFILES \\
23983 dlls/cabinet/Makefile"
23984 test "x$enable_cabinet" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23985 cabinet"
23986 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23987 dlls/cabinet/Makefile: dlls/cabinet/Makefile.in dlls/Makedll.rules"
23988 ac_config_files="$ac_config_files dlls/cabinet/Makefile"
23990 ALL_MAKEFILES="$ALL_MAKEFILES \\
23991 dlls/cabinet/tests/Makefile"
23992 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23993 cabinet/tests"
23994 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23995 dlls/cabinet/tests/Makefile: dlls/cabinet/tests/Makefile.in dlls/Maketest.rules"
23996 ac_config_files="$ac_config_files dlls/cabinet/tests/Makefile"
23998 ALL_MAKEFILES="$ALL_MAKEFILES \\
23999 dlls/capi2032/Makefile"
24000 test "x$enable_capi2032" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24001 capi2032"
24002 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24003 dlls/capi2032/Makefile: dlls/capi2032/Makefile.in dlls/Makedll.rules"
24004 ac_config_files="$ac_config_files dlls/capi2032/Makefile"
24006 ALL_MAKEFILES="$ALL_MAKEFILES \\
24007 dlls/cards/Makefile"
24008 test "x$enable_cards" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24009 cards"
24010 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24011 dlls/cards/Makefile: dlls/cards/Makefile.in dlls/Makedll.rules"
24012 ac_config_files="$ac_config_files dlls/cards/Makefile"
24014 ALL_MAKEFILES="$ALL_MAKEFILES \\
24015 dlls/cfgmgr32/Makefile"
24016 test "x$enable_cfgmgr32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24017 cfgmgr32"
24018 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24019 dlls/cfgmgr32/Makefile: dlls/cfgmgr32/Makefile.in dlls/Makedll.rules"
24020 ac_config_files="$ac_config_files dlls/cfgmgr32/Makefile"
24022 ALL_MAKEFILES="$ALL_MAKEFILES \\
24023 dlls/clusapi/Makefile"
24024 test "x$enable_clusapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24025 clusapi"
24026 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24027 dlls/clusapi/Makefile: dlls/clusapi/Makefile.in dlls/Makedll.rules"
24028 ac_config_files="$ac_config_files dlls/clusapi/Makefile"
24030 ALL_MAKEFILES="$ALL_MAKEFILES \\
24031 dlls/comcat/Makefile"
24032 test "x$enable_comcat" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24033 comcat"
24034 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24035 dlls/comcat/Makefile: dlls/comcat/Makefile.in dlls/Makedll.rules"
24036 ac_config_files="$ac_config_files dlls/comcat/Makefile"
24038 ALL_MAKEFILES="$ALL_MAKEFILES \\
24039 dlls/comcat/tests/Makefile"
24040 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24041 comcat/tests"
24042 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24043 dlls/comcat/tests/Makefile: dlls/comcat/tests/Makefile.in dlls/Maketest.rules"
24044 ac_config_files="$ac_config_files dlls/comcat/tests/Makefile"
24046 ALL_MAKEFILES="$ALL_MAKEFILES \\
24047 dlls/comctl32/Makefile"
24048 test "x$enable_comctl32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24049 comctl32"
24050 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24051 dlls/comctl32/Makefile: dlls/comctl32/Makefile.in dlls/Makedll.rules"
24052 ac_config_files="$ac_config_files dlls/comctl32/Makefile"
24054 ALL_MAKEFILES="$ALL_MAKEFILES \\
24055 dlls/comctl32/tests/Makefile"
24056 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24057 comctl32/tests"
24058 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24059 dlls/comctl32/tests/Makefile: dlls/comctl32/tests/Makefile.in dlls/Maketest.rules"
24060 ac_config_files="$ac_config_files dlls/comctl32/tests/Makefile"
24062 ALL_MAKEFILES="$ALL_MAKEFILES \\
24063 dlls/comdlg32/Makefile"
24064 test "x$enable_comdlg32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24065 comdlg32"
24066 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24067 dlls/comdlg32/Makefile: dlls/comdlg32/Makefile.in dlls/Makedll.rules"
24068 ac_config_files="$ac_config_files dlls/comdlg32/Makefile"
24070 ALL_MAKEFILES="$ALL_MAKEFILES \\
24071 dlls/comdlg32/tests/Makefile"
24072 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24073 comdlg32/tests"
24074 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24075 dlls/comdlg32/tests/Makefile: dlls/comdlg32/tests/Makefile.in dlls/Maketest.rules"
24076 ac_config_files="$ac_config_files dlls/comdlg32/tests/Makefile"
24078 ALL_MAKEFILES="$ALL_MAKEFILES \\
24079 dlls/compstui/Makefile"
24080 test "x$enable_compstui" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24081 compstui"
24082 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24083 dlls/compstui/Makefile: dlls/compstui/Makefile.in dlls/Makedll.rules"
24084 ac_config_files="$ac_config_files dlls/compstui/Makefile"
24086 ALL_MAKEFILES="$ALL_MAKEFILES \\
24087 dlls/credui/Makefile"
24088 test "x$enable_credui" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24089 credui"
24090 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24091 dlls/credui/Makefile: dlls/credui/Makefile.in dlls/Makedll.rules"
24092 ac_config_files="$ac_config_files dlls/credui/Makefile"
24094 ALL_MAKEFILES="$ALL_MAKEFILES \\
24095 dlls/credui/tests/Makefile"
24096 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24097 credui/tests"
24098 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24099 dlls/credui/tests/Makefile: dlls/credui/tests/Makefile.in dlls/Maketest.rules"
24100 ac_config_files="$ac_config_files dlls/credui/tests/Makefile"
24102 ALL_MAKEFILES="$ALL_MAKEFILES \\
24103 dlls/crtdll/Makefile"
24104 test "x$enable_crtdll" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24105 crtdll"
24106 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24107 dlls/crtdll/Makefile: dlls/crtdll/Makefile.in dlls/Makedll.rules"
24108 ac_config_files="$ac_config_files dlls/crtdll/Makefile"
24110 ALL_MAKEFILES="$ALL_MAKEFILES \\
24111 dlls/crypt32/Makefile"
24112 test "x$enable_crypt32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24113 crypt32"
24114 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24115 dlls/crypt32/Makefile: dlls/crypt32/Makefile.in dlls/Makedll.rules"
24116 ac_config_files="$ac_config_files dlls/crypt32/Makefile"
24118 ALL_MAKEFILES="$ALL_MAKEFILES \\
24119 dlls/crypt32/tests/Makefile"
24120 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24121 crypt32/tests"
24122 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24123 dlls/crypt32/tests/Makefile: dlls/crypt32/tests/Makefile.in dlls/Maketest.rules"
24124 ac_config_files="$ac_config_files dlls/crypt32/tests/Makefile"
24126 ALL_MAKEFILES="$ALL_MAKEFILES \\
24127 dlls/cryptdlg/Makefile"
24128 test "x$enable_cryptdlg" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24129 cryptdlg"
24130 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24131 dlls/cryptdlg/Makefile: dlls/cryptdlg/Makefile.in dlls/Makedll.rules"
24132 ac_config_files="$ac_config_files dlls/cryptdlg/Makefile"
24134 ALL_MAKEFILES="$ALL_MAKEFILES \\
24135 dlls/cryptdll/Makefile"
24136 test "x$enable_cryptdll" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24137 cryptdll"
24138 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24139 dlls/cryptdll/Makefile: dlls/cryptdll/Makefile.in dlls/Makedll.rules"
24140 ac_config_files="$ac_config_files dlls/cryptdll/Makefile"
24142 ALL_MAKEFILES="$ALL_MAKEFILES \\
24143 dlls/cryptnet/Makefile"
24144 test "x$enable_cryptnet" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24145 cryptnet"
24146 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24147 dlls/cryptnet/Makefile: dlls/cryptnet/Makefile.in dlls/Makedll.rules"
24148 ac_config_files="$ac_config_files dlls/cryptnet/Makefile"
24150 ALL_MAKEFILES="$ALL_MAKEFILES \\
24151 dlls/cryptnet/tests/Makefile"
24152 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24153 cryptnet/tests"
24154 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24155 dlls/cryptnet/tests/Makefile: dlls/cryptnet/tests/Makefile.in dlls/Maketest.rules"
24156 ac_config_files="$ac_config_files dlls/cryptnet/tests/Makefile"
24158 ALL_MAKEFILES="$ALL_MAKEFILES \\
24159 dlls/cryptui/Makefile"
24160 test "x$enable_cryptui" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24161 cryptui"
24162 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24163 dlls/cryptui/Makefile: dlls/cryptui/Makefile.in dlls/Makedll.rules"
24164 ac_config_files="$ac_config_files dlls/cryptui/Makefile"
24166 ALL_MAKEFILES="$ALL_MAKEFILES \\
24167 dlls/cryptui/tests/Makefile"
24168 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24169 cryptui/tests"
24170 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24171 dlls/cryptui/tests/Makefile: dlls/cryptui/tests/Makefile.in dlls/Maketest.rules"
24172 ac_config_files="$ac_config_files dlls/cryptui/tests/Makefile"
24174 ALL_MAKEFILES="$ALL_MAKEFILES \\
24175 dlls/ctapi32/Makefile"
24176 test "x$enable_ctapi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24177 ctapi32"
24178 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24179 dlls/ctapi32/Makefile: dlls/ctapi32/Makefile.in dlls/Makedll.rules"
24180 ac_config_files="$ac_config_files dlls/ctapi32/Makefile"
24182 ALL_MAKEFILES="$ALL_MAKEFILES \\
24183 dlls/ctl3d32/Makefile"
24184 test "x$enable_ctl3d32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24185 ctl3d32"
24186 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24187 dlls/ctl3d32/Makefile: dlls/ctl3d32/Makefile.in dlls/Makedll.rules"
24188 ac_config_files="$ac_config_files dlls/ctl3d32/Makefile"
24190 ALL_MAKEFILES="$ALL_MAKEFILES \\
24191 dlls/d3d10/Makefile"
24192 test "x$enable_d3d10" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24193 d3d10"
24194 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24195 dlls/d3d10/Makefile: dlls/d3d10/Makefile.in dlls/Makedll.rules"
24196 ac_config_files="$ac_config_files dlls/d3d10/Makefile"
24198 ALL_MAKEFILES="$ALL_MAKEFILES \\
24199 dlls/d3d10/tests/Makefile"
24200 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24201 d3d10/tests"
24202 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24203 dlls/d3d10/tests/Makefile: dlls/d3d10/tests/Makefile.in dlls/Maketest.rules"
24204 ac_config_files="$ac_config_files dlls/d3d10/tests/Makefile"
24206 ALL_MAKEFILES="$ALL_MAKEFILES \\
24207 dlls/d3d10core/Makefile"
24208 test "x$enable_d3d10core" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24209 d3d10core"
24210 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24211 dlls/d3d10core/Makefile: dlls/d3d10core/Makefile.in dlls/Makedll.rules"
24212 ac_config_files="$ac_config_files dlls/d3d10core/Makefile"
24214 ALL_MAKEFILES="$ALL_MAKEFILES \\
24215 dlls/d3d10core/tests/Makefile"
24216 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24217 d3d10core/tests"
24218 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24219 dlls/d3d10core/tests/Makefile: dlls/d3d10core/tests/Makefile.in dlls/Maketest.rules"
24220 ac_config_files="$ac_config_files dlls/d3d10core/tests/Makefile"
24222 ALL_MAKEFILES="$ALL_MAKEFILES \\
24223 dlls/d3d8/Makefile"
24224 test "x$enable_d3d8" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24225 d3d8"
24226 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24227 dlls/d3d8/Makefile: dlls/d3d8/Makefile.in dlls/Makedll.rules"
24228 ac_config_files="$ac_config_files dlls/d3d8/Makefile"
24230 ALL_MAKEFILES="$ALL_MAKEFILES \\
24231 dlls/d3d8/tests/Makefile"
24232 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24233 d3d8/tests"
24234 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24235 dlls/d3d8/tests/Makefile: dlls/d3d8/tests/Makefile.in dlls/Maketest.rules"
24236 ac_config_files="$ac_config_files dlls/d3d8/tests/Makefile"
24238 ALL_MAKEFILES="$ALL_MAKEFILES \\
24239 dlls/d3d9/Makefile"
24240 test "x$enable_d3d9" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24241 d3d9"
24242 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24243 dlls/d3d9/Makefile: dlls/d3d9/Makefile.in dlls/Makedll.rules"
24244 ac_config_files="$ac_config_files dlls/d3d9/Makefile"
24246 ALL_MAKEFILES="$ALL_MAKEFILES \\
24247 dlls/d3d9/tests/Makefile"
24248 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24249 d3d9/tests"
24250 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24251 dlls/d3d9/tests/Makefile: dlls/d3d9/tests/Makefile.in dlls/Maketest.rules"
24252 ac_config_files="$ac_config_files dlls/d3d9/tests/Makefile"
24254 ALL_MAKEFILES="$ALL_MAKEFILES \\
24255 dlls/d3dim/Makefile"
24256 test "x$enable_d3dim" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24257 d3dim"
24258 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24259 dlls/d3dim/Makefile: dlls/d3dim/Makefile.in dlls/Makedll.rules"
24260 ac_config_files="$ac_config_files dlls/d3dim/Makefile"
24262 ALL_MAKEFILES="$ALL_MAKEFILES \\
24263 dlls/d3drm/Makefile"
24264 test "x$enable_d3drm" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24265 d3drm"
24266 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24267 dlls/d3drm/Makefile: dlls/d3drm/Makefile.in dlls/Makedll.rules"
24268 ac_config_files="$ac_config_files dlls/d3drm/Makefile"
24270 ALL_MAKEFILES="$ALL_MAKEFILES \\
24271 dlls/d3drm/tests/Makefile"
24272 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24273 d3drm/tests"
24274 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24275 dlls/d3drm/tests/Makefile: dlls/d3drm/tests/Makefile.in dlls/Maketest.rules"
24276 ac_config_files="$ac_config_files dlls/d3drm/tests/Makefile"
24278 ALL_MAKEFILES="$ALL_MAKEFILES \\
24279 dlls/d3dx8/Makefile"
24280 test "x$enable_d3dx8" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24281 d3dx8"
24282 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24283 dlls/d3dx8/Makefile: dlls/d3dx8/Makefile.in dlls/Makedll.rules"
24284 ac_config_files="$ac_config_files dlls/d3dx8/Makefile"
24286 ALL_MAKEFILES="$ALL_MAKEFILES \\
24287 dlls/d3dx8/tests/Makefile"
24288 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24289 d3dx8/tests"
24290 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24291 dlls/d3dx8/tests/Makefile: dlls/d3dx8/tests/Makefile.in dlls/Maketest.rules"
24292 ac_config_files="$ac_config_files dlls/d3dx8/tests/Makefile"
24294 ALL_MAKEFILES="$ALL_MAKEFILES \\
24295 dlls/d3dx9_24/Makefile"
24296 test "x$enable_d3dx9_24" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24297 d3dx9_24"
24298 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24299 dlls/d3dx9_24/Makefile: dlls/d3dx9_24/Makefile.in dlls/Makedll.rules"
24300 ac_config_files="$ac_config_files dlls/d3dx9_24/Makefile"
24302 ALL_MAKEFILES="$ALL_MAKEFILES \\
24303 dlls/d3dx9_25/Makefile"
24304 test "x$enable_d3dx9_25" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24305 d3dx9_25"
24306 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24307 dlls/d3dx9_25/Makefile: dlls/d3dx9_25/Makefile.in dlls/Makedll.rules"
24308 ac_config_files="$ac_config_files dlls/d3dx9_25/Makefile"
24310 ALL_MAKEFILES="$ALL_MAKEFILES \\
24311 dlls/d3dx9_26/Makefile"
24312 test "x$enable_d3dx9_26" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24313 d3dx9_26"
24314 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24315 dlls/d3dx9_26/Makefile: dlls/d3dx9_26/Makefile.in dlls/Makedll.rules"
24316 ac_config_files="$ac_config_files dlls/d3dx9_26/Makefile"
24318 ALL_MAKEFILES="$ALL_MAKEFILES \\
24319 dlls/d3dx9_27/Makefile"
24320 test "x$enable_d3dx9_27" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24321 d3dx9_27"
24322 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24323 dlls/d3dx9_27/Makefile: dlls/d3dx9_27/Makefile.in dlls/Makedll.rules"
24324 ac_config_files="$ac_config_files dlls/d3dx9_27/Makefile"
24326 ALL_MAKEFILES="$ALL_MAKEFILES \\
24327 dlls/d3dx9_28/Makefile"
24328 test "x$enable_d3dx9_28" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24329 d3dx9_28"
24330 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24331 dlls/d3dx9_28/Makefile: dlls/d3dx9_28/Makefile.in dlls/Makedll.rules"
24332 ac_config_files="$ac_config_files dlls/d3dx9_28/Makefile"
24334 ALL_MAKEFILES="$ALL_MAKEFILES \\
24335 dlls/d3dx9_29/Makefile"
24336 test "x$enable_d3dx9_29" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24337 d3dx9_29"
24338 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24339 dlls/d3dx9_29/Makefile: dlls/d3dx9_29/Makefile.in dlls/Makedll.rules"
24340 ac_config_files="$ac_config_files dlls/d3dx9_29/Makefile"
24342 ALL_MAKEFILES="$ALL_MAKEFILES \\
24343 dlls/d3dx9_30/Makefile"
24344 test "x$enable_d3dx9_30" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24345 d3dx9_30"
24346 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24347 dlls/d3dx9_30/Makefile: dlls/d3dx9_30/Makefile.in dlls/Makedll.rules"
24348 ac_config_files="$ac_config_files dlls/d3dx9_30/Makefile"
24350 ALL_MAKEFILES="$ALL_MAKEFILES \\
24351 dlls/d3dx9_31/Makefile"
24352 test "x$enable_d3dx9_31" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24353 d3dx9_31"
24354 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24355 dlls/d3dx9_31/Makefile: dlls/d3dx9_31/Makefile.in dlls/Makedll.rules"
24356 ac_config_files="$ac_config_files dlls/d3dx9_31/Makefile"
24358 ALL_MAKEFILES="$ALL_MAKEFILES \\
24359 dlls/d3dx9_32/Makefile"
24360 test "x$enable_d3dx9_32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24361 d3dx9_32"
24362 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24363 dlls/d3dx9_32/Makefile: dlls/d3dx9_32/Makefile.in dlls/Makedll.rules"
24364 ac_config_files="$ac_config_files dlls/d3dx9_32/Makefile"
24366 ALL_MAKEFILES="$ALL_MAKEFILES \\
24367 dlls/d3dx9_33/Makefile"
24368 test "x$enable_d3dx9_33" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24369 d3dx9_33"
24370 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24371 dlls/d3dx9_33/Makefile: dlls/d3dx9_33/Makefile.in dlls/Makedll.rules"
24372 ac_config_files="$ac_config_files dlls/d3dx9_33/Makefile"
24374 ALL_MAKEFILES="$ALL_MAKEFILES \\
24375 dlls/d3dx9_34/Makefile"
24376 test "x$enable_d3dx9_34" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24377 d3dx9_34"
24378 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24379 dlls/d3dx9_34/Makefile: dlls/d3dx9_34/Makefile.in dlls/Makedll.rules"
24380 ac_config_files="$ac_config_files dlls/d3dx9_34/Makefile"
24382 ALL_MAKEFILES="$ALL_MAKEFILES \\
24383 dlls/d3dx9_35/Makefile"
24384 test "x$enable_d3dx9_35" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24385 d3dx9_35"
24386 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24387 dlls/d3dx9_35/Makefile: dlls/d3dx9_35/Makefile.in dlls/Makedll.rules"
24388 ac_config_files="$ac_config_files dlls/d3dx9_35/Makefile"
24390 ALL_MAKEFILES="$ALL_MAKEFILES \\
24391 dlls/d3dx9_36/Makefile"
24392 test "x$enable_d3dx9_36" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24393 d3dx9_36"
24394 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24395 dlls/d3dx9_36/Makefile: dlls/d3dx9_36/Makefile.in dlls/Makedll.rules"
24396 ac_config_files="$ac_config_files dlls/d3dx9_36/Makefile"
24398 ALL_MAKEFILES="$ALL_MAKEFILES \\
24399 dlls/d3dx9_36/tests/Makefile"
24400 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24401 d3dx9_36/tests"
24402 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24403 dlls/d3dx9_36/tests/Makefile: dlls/d3dx9_36/tests/Makefile.in dlls/Maketest.rules"
24404 ac_config_files="$ac_config_files dlls/d3dx9_36/tests/Makefile"
24406 ALL_MAKEFILES="$ALL_MAKEFILES \\
24407 dlls/d3dx9_37/Makefile"
24408 test "x$enable_d3dx9_37" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24409 d3dx9_37"
24410 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24411 dlls/d3dx9_37/Makefile: dlls/d3dx9_37/Makefile.in dlls/Makedll.rules"
24412 ac_config_files="$ac_config_files dlls/d3dx9_37/Makefile"
24414 ALL_MAKEFILES="$ALL_MAKEFILES \\
24415 dlls/d3dxof/Makefile"
24416 test "x$enable_d3dxof" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24417 d3dxof"
24418 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24419 dlls/d3dxof/Makefile: dlls/d3dxof/Makefile.in dlls/Makedll.rules"
24420 ac_config_files="$ac_config_files dlls/d3dxof/Makefile"
24422 ALL_MAKEFILES="$ALL_MAKEFILES \\
24423 dlls/d3dxof/tests/Makefile"
24424 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24425 d3dxof/tests"
24426 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24427 dlls/d3dxof/tests/Makefile: dlls/d3dxof/tests/Makefile.in dlls/Maketest.rules"
24428 ac_config_files="$ac_config_files dlls/d3dxof/tests/Makefile"
24430 ALL_MAKEFILES="$ALL_MAKEFILES \\
24431 dlls/dbghelp/Makefile"
24432 test "x$enable_dbghelp" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24433 dbghelp"
24434 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24435 dlls/dbghelp/Makefile: dlls/dbghelp/Makefile.in dlls/Makedll.rules"
24436 ac_config_files="$ac_config_files dlls/dbghelp/Makefile"
24438 ALL_MAKEFILES="$ALL_MAKEFILES \\
24439 dlls/dciman32/Makefile"
24440 test "x$enable_dciman32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24441 dciman32"
24442 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24443 dlls/dciman32/Makefile: dlls/dciman32/Makefile.in dlls/Makedll.rules"
24444 ac_config_files="$ac_config_files dlls/dciman32/Makefile"
24446 ALL_MAKEFILES="$ALL_MAKEFILES \\
24447 dlls/ddraw/Makefile"
24448 test "x$enable_ddraw" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24449 ddraw"
24450 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24451 dlls/ddraw/Makefile: dlls/ddraw/Makefile.in dlls/Makedll.rules"
24452 ac_config_files="$ac_config_files dlls/ddraw/Makefile"
24454 ALL_MAKEFILES="$ALL_MAKEFILES \\
24455 dlls/ddraw/tests/Makefile"
24456 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24457 ddraw/tests"
24458 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24459 dlls/ddraw/tests/Makefile: dlls/ddraw/tests/Makefile.in dlls/Maketest.rules"
24460 ac_config_files="$ac_config_files dlls/ddraw/tests/Makefile"
24462 ALL_MAKEFILES="$ALL_MAKEFILES \\
24463 dlls/ddrawex/Makefile"
24464 test "x$enable_ddrawex" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24465 ddrawex"
24466 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24467 dlls/ddrawex/Makefile: dlls/ddrawex/Makefile.in dlls/Makedll.rules"
24468 ac_config_files="$ac_config_files dlls/ddrawex/Makefile"
24470 ALL_MAKEFILES="$ALL_MAKEFILES \\
24471 dlls/ddrawex/tests/Makefile"
24472 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24473 ddrawex/tests"
24474 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24475 dlls/ddrawex/tests/Makefile: dlls/ddrawex/tests/Makefile.in dlls/Maketest.rules"
24476 ac_config_files="$ac_config_files dlls/ddrawex/tests/Makefile"
24478 ALL_MAKEFILES="$ALL_MAKEFILES \\
24479 dlls/devenum/Makefile"
24480 test "x$enable_devenum" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24481 devenum"
24482 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24483 dlls/devenum/Makefile: dlls/devenum/Makefile.in dlls/Makedll.rules"
24484 ac_config_files="$ac_config_files dlls/devenum/Makefile"
24486 ALL_MAKEFILES="$ALL_MAKEFILES \\
24487 dlls/dinput/Makefile"
24488 test "x$enable_dinput" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24489 dinput"
24490 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24491 dlls/dinput/Makefile: dlls/dinput/Makefile.in dlls/Makedll.rules"
24492 ac_config_files="$ac_config_files dlls/dinput/Makefile"
24494 ALL_MAKEFILES="$ALL_MAKEFILES \\
24495 dlls/dinput/tests/Makefile"
24496 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24497 dinput/tests"
24498 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24499 dlls/dinput/tests/Makefile: dlls/dinput/tests/Makefile.in dlls/Maketest.rules"
24500 ac_config_files="$ac_config_files dlls/dinput/tests/Makefile"
24502 ALL_MAKEFILES="$ALL_MAKEFILES \\
24503 dlls/dinput8/Makefile"
24504 test "x$enable_dinput8" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24505 dinput8"
24506 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24507 dlls/dinput8/Makefile: dlls/dinput8/Makefile.in dlls/Makedll.rules"
24508 ac_config_files="$ac_config_files dlls/dinput8/Makefile"
24510 ALL_MAKEFILES="$ALL_MAKEFILES \\
24511 dlls/dmband/Makefile"
24512 test "x$enable_dmband" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24513 dmband"
24514 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24515 dlls/dmband/Makefile: dlls/dmband/Makefile.in dlls/Makedll.rules"
24516 ac_config_files="$ac_config_files dlls/dmband/Makefile"
24518 ALL_MAKEFILES="$ALL_MAKEFILES \\
24519 dlls/dmcompos/Makefile"
24520 test "x$enable_dmcompos" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24521 dmcompos"
24522 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24523 dlls/dmcompos/Makefile: dlls/dmcompos/Makefile.in dlls/Makedll.rules"
24524 ac_config_files="$ac_config_files dlls/dmcompos/Makefile"
24526 ALL_MAKEFILES="$ALL_MAKEFILES \\
24527 dlls/dmime/Makefile"
24528 test "x$enable_dmime" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24529 dmime"
24530 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24531 dlls/dmime/Makefile: dlls/dmime/Makefile.in dlls/Makedll.rules"
24532 ac_config_files="$ac_config_files dlls/dmime/Makefile"
24534 ALL_MAKEFILES="$ALL_MAKEFILES \\
24535 dlls/dmloader/Makefile"
24536 test "x$enable_dmloader" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24537 dmloader"
24538 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24539 dlls/dmloader/Makefile: dlls/dmloader/Makefile.in dlls/Makedll.rules"
24540 ac_config_files="$ac_config_files dlls/dmloader/Makefile"
24542 ALL_MAKEFILES="$ALL_MAKEFILES \\
24543 dlls/dmscript/Makefile"
24544 test "x$enable_dmscript" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24545 dmscript"
24546 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24547 dlls/dmscript/Makefile: dlls/dmscript/Makefile.in dlls/Makedll.rules"
24548 ac_config_files="$ac_config_files dlls/dmscript/Makefile"
24550 ALL_MAKEFILES="$ALL_MAKEFILES \\
24551 dlls/dmstyle/Makefile"
24552 test "x$enable_dmstyle" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24553 dmstyle"
24554 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24555 dlls/dmstyle/Makefile: dlls/dmstyle/Makefile.in dlls/Makedll.rules"
24556 ac_config_files="$ac_config_files dlls/dmstyle/Makefile"
24558 ALL_MAKEFILES="$ALL_MAKEFILES \\
24559 dlls/dmsynth/Makefile"
24560 test "x$enable_dmsynth" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24561 dmsynth"
24562 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24563 dlls/dmsynth/Makefile: dlls/dmsynth/Makefile.in dlls/Makedll.rules"
24564 ac_config_files="$ac_config_files dlls/dmsynth/Makefile"
24566 ALL_MAKEFILES="$ALL_MAKEFILES \\
24567 dlls/dmusic/Makefile"
24568 test "x$enable_dmusic" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24569 dmusic"
24570 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24571 dlls/dmusic/Makefile: dlls/dmusic/Makefile.in dlls/Makedll.rules"
24572 ac_config_files="$ac_config_files dlls/dmusic/Makefile"
24574 ALL_MAKEFILES="$ALL_MAKEFILES \\
24575 dlls/dmusic32/Makefile"
24576 test "x$enable_dmusic32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24577 dmusic32"
24578 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24579 dlls/dmusic32/Makefile: dlls/dmusic32/Makefile.in dlls/Makedll.rules"
24580 ac_config_files="$ac_config_files dlls/dmusic32/Makefile"
24582 ALL_MAKEFILES="$ALL_MAKEFILES \\
24583 dlls/dnsapi/Makefile"
24584 test "x$enable_dnsapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24585 dnsapi"
24586 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24587 dlls/dnsapi/Makefile: dlls/dnsapi/Makefile.in dlls/Makedll.rules"
24588 ac_config_files="$ac_config_files dlls/dnsapi/Makefile"
24590 ALL_MAKEFILES="$ALL_MAKEFILES \\
24591 dlls/dnsapi/tests/Makefile"
24592 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24593 dnsapi/tests"
24594 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24595 dlls/dnsapi/tests/Makefile: dlls/dnsapi/tests/Makefile.in dlls/Maketest.rules"
24596 ac_config_files="$ac_config_files dlls/dnsapi/tests/Makefile"
24598 ALL_MAKEFILES="$ALL_MAKEFILES \\
24599 dlls/dplay/Makefile"
24600 test "x$enable_dplay" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24601 dplay"
24602 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24603 dlls/dplay/Makefile: dlls/dplay/Makefile.in dlls/Makedll.rules"
24604 ac_config_files="$ac_config_files dlls/dplay/Makefile"
24606 ALL_MAKEFILES="$ALL_MAKEFILES \\
24607 dlls/dplayx/Makefile"
24608 test "x$enable_dplayx" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24609 dplayx"
24610 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24611 dlls/dplayx/Makefile: dlls/dplayx/Makefile.in dlls/Makedll.rules"
24612 ac_config_files="$ac_config_files dlls/dplayx/Makefile"
24614 ALL_MAKEFILES="$ALL_MAKEFILES \\
24615 dlls/dplayx/tests/Makefile"
24616 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24617 dplayx/tests"
24618 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24619 dlls/dplayx/tests/Makefile: dlls/dplayx/tests/Makefile.in dlls/Maketest.rules"
24620 ac_config_files="$ac_config_files dlls/dplayx/tests/Makefile"
24622 ALL_MAKEFILES="$ALL_MAKEFILES \\
24623 dlls/dpnaddr/Makefile"
24624 test "x$enable_dpnaddr" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24625 dpnaddr"
24626 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24627 dlls/dpnaddr/Makefile: dlls/dpnaddr/Makefile.in dlls/Makedll.rules"
24628 ac_config_files="$ac_config_files dlls/dpnaddr/Makefile"
24630 ALL_MAKEFILES="$ALL_MAKEFILES \\
24631 dlls/dpnet/Makefile"
24632 test "x$enable_dpnet" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24633 dpnet"
24634 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24635 dlls/dpnet/Makefile: dlls/dpnet/Makefile.in dlls/Makedll.rules"
24636 ac_config_files="$ac_config_files dlls/dpnet/Makefile"
24638 ALL_MAKEFILES="$ALL_MAKEFILES \\
24639 dlls/dpnhpast/Makefile"
24640 test "x$enable_dpnhpast" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24641 dpnhpast"
24642 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24643 dlls/dpnhpast/Makefile: dlls/dpnhpast/Makefile.in dlls/Makedll.rules"
24644 ac_config_files="$ac_config_files dlls/dpnhpast/Makefile"
24646 ALL_MAKEFILES="$ALL_MAKEFILES \\
24647 dlls/dpnlobby/Makefile"
24648 test "x$enable_dpnlobby" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24649 dpnlobby"
24650 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24651 dlls/dpnlobby/Makefile: dlls/dpnlobby/Makefile.in dlls/Makedll.rules"
24652 ac_config_files="$ac_config_files dlls/dpnlobby/Makefile"
24654 ALL_MAKEFILES="$ALL_MAKEFILES \\
24655 dlls/dpwsockx/Makefile"
24656 test "x$enable_dpwsockx" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24657 dpwsockx"
24658 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24659 dlls/dpwsockx/Makefile: dlls/dpwsockx/Makefile.in dlls/Makedll.rules"
24660 ac_config_files="$ac_config_files dlls/dpwsockx/Makefile"
24662 ALL_MAKEFILES="$ALL_MAKEFILES \\
24663 dlls/dsound/Makefile"
24664 test "x$enable_dsound" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24665 dsound"
24666 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24667 dlls/dsound/Makefile: dlls/dsound/Makefile.in dlls/Makedll.rules"
24668 ac_config_files="$ac_config_files dlls/dsound/Makefile"
24670 ALL_MAKEFILES="$ALL_MAKEFILES \\
24671 dlls/dsound/tests/Makefile"
24672 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24673 dsound/tests"
24674 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24675 dlls/dsound/tests/Makefile: dlls/dsound/tests/Makefile.in dlls/Maketest.rules"
24676 ac_config_files="$ac_config_files dlls/dsound/tests/Makefile"
24678 ALL_MAKEFILES="$ALL_MAKEFILES \\
24679 dlls/dssenh/Makefile"
24680 test "x$enable_dssenh" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24681 dssenh"
24682 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24683 dlls/dssenh/Makefile: dlls/dssenh/Makefile.in dlls/Makedll.rules"
24684 ac_config_files="$ac_config_files dlls/dssenh/Makefile"
24686 ALL_MAKEFILES="$ALL_MAKEFILES \\
24687 dlls/dswave/Makefile"
24688 test "x$enable_dswave" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24689 dswave"
24690 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24691 dlls/dswave/Makefile: dlls/dswave/Makefile.in dlls/Makedll.rules"
24692 ac_config_files="$ac_config_files dlls/dswave/Makefile"
24694 ALL_MAKEFILES="$ALL_MAKEFILES \\
24695 dlls/dwmapi/Makefile"
24696 test "x$enable_dwmapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24697 dwmapi"
24698 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24699 dlls/dwmapi/Makefile: dlls/dwmapi/Makefile.in dlls/Makedll.rules"
24700 ac_config_files="$ac_config_files dlls/dwmapi/Makefile"
24702 ALL_MAKEFILES="$ALL_MAKEFILES \\
24703 dlls/dxdiagn/Makefile"
24704 test "x$enable_dxdiagn" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24705 dxdiagn"
24706 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24707 dlls/dxdiagn/Makefile: dlls/dxdiagn/Makefile.in dlls/Makedll.rules"
24708 ac_config_files="$ac_config_files dlls/dxdiagn/Makefile"
24710 ALL_MAKEFILES="$ALL_MAKEFILES \\
24711 dlls/dxerr8/Makefile"
24712 test "x$enable_dxerr8" != xno && ALL_IMPLIB_DIRS="$ALL_IMPLIB_DIRS \\
24713 dxerr8"
24714 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24715 dlls/dxerr8/Makefile: dlls/dxerr8/Makefile.in dlls/Makeimplib.rules"
24716 ac_config_files="$ac_config_files dlls/dxerr8/Makefile"
24718 ALL_MAKEFILES="$ALL_MAKEFILES \\
24719 dlls/dxerr9/Makefile"
24720 test "x$enable_dxerr9" != xno && ALL_IMPLIB_DIRS="$ALL_IMPLIB_DIRS \\
24721 dxerr9"
24722 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24723 dlls/dxerr9/Makefile: dlls/dxerr9/Makefile.in dlls/Makeimplib.rules"
24724 ac_config_files="$ac_config_files dlls/dxerr9/Makefile"
24726 ALL_MAKEFILES="$ALL_MAKEFILES \\
24727 dlls/dxgi/Makefile"
24728 test "x$enable_dxgi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24729 dxgi"
24730 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24731 dlls/dxgi/Makefile: dlls/dxgi/Makefile.in dlls/Makedll.rules"
24732 ac_config_files="$ac_config_files dlls/dxgi/Makefile"
24734 ALL_MAKEFILES="$ALL_MAKEFILES \\
24735 dlls/dxgi/tests/Makefile"
24736 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24737 dxgi/tests"
24738 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24739 dlls/dxgi/tests/Makefile: dlls/dxgi/tests/Makefile.in dlls/Maketest.rules"
24740 ac_config_files="$ac_config_files dlls/dxgi/tests/Makefile"
24742 ALL_MAKEFILES="$ALL_MAKEFILES \\
24743 dlls/dxguid/Makefile"
24744 test "x$enable_dxguid" != xno && ALL_IMPLIB_DIRS="$ALL_IMPLIB_DIRS \\
24745 dxguid"
24746 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24747 dlls/dxguid/Makefile: dlls/dxguid/Makefile.in dlls/Makeimplib.rules"
24748 ac_config_files="$ac_config_files dlls/dxguid/Makefile"
24750 ALL_MAKEFILES="$ALL_MAKEFILES \\
24751 dlls/faultrep/Makefile"
24752 test "x$enable_faultrep" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24753 faultrep"
24754 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24755 dlls/faultrep/Makefile: dlls/faultrep/Makefile.in dlls/Makedll.rules"
24756 ac_config_files="$ac_config_files dlls/faultrep/Makefile"
24758 ALL_MAKEFILES="$ALL_MAKEFILES \\
24759 dlls/fusion/Makefile"
24760 test "x$enable_fusion" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24761 fusion"
24762 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24763 dlls/fusion/Makefile: dlls/fusion/Makefile.in dlls/Makedll.rules"
24764 ac_config_files="$ac_config_files dlls/fusion/Makefile"
24766 ALL_MAKEFILES="$ALL_MAKEFILES \\
24767 dlls/fusion/tests/Makefile"
24768 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24769 fusion/tests"
24770 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24771 dlls/fusion/tests/Makefile: dlls/fusion/tests/Makefile.in dlls/Maketest.rules"
24772 ac_config_files="$ac_config_files dlls/fusion/tests/Makefile"
24774 ALL_MAKEFILES="$ALL_MAKEFILES \\
24775 dlls/gdi32/Makefile"
24776 test "x$enable_gdi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24777 gdi32"
24778 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24779 dlls/gdi32/Makefile: dlls/gdi32/Makefile.in dlls/Makedll.rules"
24780 ac_config_files="$ac_config_files dlls/gdi32/Makefile"
24782 ALL_MAKEFILES="$ALL_MAKEFILES \\
24783 dlls/gdi32/tests/Makefile"
24784 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24785 gdi32/tests"
24786 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24787 dlls/gdi32/tests/Makefile: dlls/gdi32/tests/Makefile.in dlls/Maketest.rules"
24788 ac_config_files="$ac_config_files dlls/gdi32/tests/Makefile"
24790 ALL_MAKEFILES="$ALL_MAKEFILES \\
24791 dlls/gdiplus/Makefile"
24792 test "x$enable_gdiplus" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24793 gdiplus"
24794 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24795 dlls/gdiplus/Makefile: dlls/gdiplus/Makefile.in dlls/Makedll.rules"
24796 ac_config_files="$ac_config_files dlls/gdiplus/Makefile"
24798 ALL_MAKEFILES="$ALL_MAKEFILES \\
24799 dlls/gdiplus/tests/Makefile"
24800 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24801 gdiplus/tests"
24802 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24803 dlls/gdiplus/tests/Makefile: dlls/gdiplus/tests/Makefile.in dlls/Maketest.rules"
24804 ac_config_files="$ac_config_files dlls/gdiplus/tests/Makefile"
24806 ALL_MAKEFILES="$ALL_MAKEFILES \\
24807 dlls/glu32/Makefile"
24808 test "x$enable_glu32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24809 glu32"
24810 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24811 dlls/glu32/Makefile: dlls/glu32/Makefile.in dlls/Makedll.rules"
24812 ac_config_files="$ac_config_files dlls/glu32/Makefile"
24814 ALL_MAKEFILES="$ALL_MAKEFILES \\
24815 dlls/gphoto2.ds/Makefile"
24816 test "x$enable_gphoto2_ds" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24817 gphoto2.ds"
24818 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24819 dlls/gphoto2.ds/Makefile: dlls/gphoto2.ds/Makefile.in dlls/Makedll.rules"
24820 ac_config_files="$ac_config_files dlls/gphoto2.ds/Makefile"
24822 ALL_MAKEFILES="$ALL_MAKEFILES \\
24823 dlls/gpkcsp/Makefile"
24824 test "x$enable_gpkcsp" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24825 gpkcsp"
24826 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24827 dlls/gpkcsp/Makefile: dlls/gpkcsp/Makefile.in dlls/Makedll.rules"
24828 ac_config_files="$ac_config_files dlls/gpkcsp/Makefile"
24830 ALL_MAKEFILES="$ALL_MAKEFILES \\
24831 dlls/hal/Makefile"
24832 test "x$enable_hal" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24833 hal"
24834 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24835 dlls/hal/Makefile: dlls/hal/Makefile.in dlls/Makedll.rules"
24836 ac_config_files="$ac_config_files dlls/hal/Makefile"
24838 ALL_MAKEFILES="$ALL_MAKEFILES \\
24839 dlls/hhctrl.ocx/Makefile"
24840 test "x$enable_hhctrl_ocx" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24841 hhctrl.ocx"
24842 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24843 dlls/hhctrl.ocx/Makefile: dlls/hhctrl.ocx/Makefile.in dlls/Makedll.rules"
24844 ac_config_files="$ac_config_files dlls/hhctrl.ocx/Makefile"
24846 ALL_MAKEFILES="$ALL_MAKEFILES \\
24847 dlls/hid/Makefile"
24848 test "x$enable_hid" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24849 hid"
24850 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24851 dlls/hid/Makefile: dlls/hid/Makefile.in dlls/Makedll.rules"
24852 ac_config_files="$ac_config_files dlls/hid/Makefile"
24854 ALL_MAKEFILES="$ALL_MAKEFILES \\
24855 dlls/hlink/Makefile"
24856 test "x$enable_hlink" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24857 hlink"
24858 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24859 dlls/hlink/Makefile: dlls/hlink/Makefile.in dlls/Makedll.rules"
24860 ac_config_files="$ac_config_files dlls/hlink/Makefile"
24862 ALL_MAKEFILES="$ALL_MAKEFILES \\
24863 dlls/hlink/tests/Makefile"
24864 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24865 hlink/tests"
24866 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24867 dlls/hlink/tests/Makefile: dlls/hlink/tests/Makefile.in dlls/Maketest.rules"
24868 ac_config_files="$ac_config_files dlls/hlink/tests/Makefile"
24870 ALL_MAKEFILES="$ALL_MAKEFILES \\
24871 dlls/hnetcfg/Makefile"
24872 test "x$enable_hnetcfg" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24873 hnetcfg"
24874 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24875 dlls/hnetcfg/Makefile: dlls/hnetcfg/Makefile.in dlls/Makedll.rules"
24876 ac_config_files="$ac_config_files dlls/hnetcfg/Makefile"
24878 ALL_MAKEFILES="$ALL_MAKEFILES \\
24879 dlls/httpapi/Makefile"
24880 test "x$enable_httpapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24881 httpapi"
24882 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24883 dlls/httpapi/Makefile: dlls/httpapi/Makefile.in dlls/Makedll.rules"
24884 ac_config_files="$ac_config_files dlls/httpapi/Makefile"
24886 ALL_MAKEFILES="$ALL_MAKEFILES \\
24887 dlls/iccvid/Makefile"
24888 test "x$enable_iccvid" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24889 iccvid"
24890 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24891 dlls/iccvid/Makefile: dlls/iccvid/Makefile.in dlls/Makedll.rules"
24892 ac_config_files="$ac_config_files dlls/iccvid/Makefile"
24894 ALL_MAKEFILES="$ALL_MAKEFILES \\
24895 dlls/icmp/Makefile"
24896 test "x$enable_icmp" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24897 icmp"
24898 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24899 dlls/icmp/Makefile: dlls/icmp/Makefile.in dlls/Makedll.rules"
24900 ac_config_files="$ac_config_files dlls/icmp/Makefile"
24902 ALL_MAKEFILES="$ALL_MAKEFILES \\
24903 dlls/ifsmgr.vxd/Makefile"
24904 test "x$enable_ifsmgr_vxd" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24905 ifsmgr.vxd"
24906 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24907 dlls/ifsmgr.vxd/Makefile: dlls/ifsmgr.vxd/Makefile.in dlls/Makedll.rules"
24908 ac_config_files="$ac_config_files dlls/ifsmgr.vxd/Makefile"
24910 ALL_MAKEFILES="$ALL_MAKEFILES \\
24911 dlls/imaadp32.acm/Makefile"
24912 test "x$enable_imaadp32_acm" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24913 imaadp32.acm"
24914 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24915 dlls/imaadp32.acm/Makefile: dlls/imaadp32.acm/Makefile.in dlls/Makedll.rules"
24916 ac_config_files="$ac_config_files dlls/imaadp32.acm/Makefile"
24918 ALL_MAKEFILES="$ALL_MAKEFILES \\
24919 dlls/imagehlp/Makefile"
24920 test "x$enable_imagehlp" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24921 imagehlp"
24922 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24923 dlls/imagehlp/Makefile: dlls/imagehlp/Makefile.in dlls/Makedll.rules"
24924 ac_config_files="$ac_config_files dlls/imagehlp/Makefile"
24926 ALL_MAKEFILES="$ALL_MAKEFILES \\
24927 dlls/imm32/Makefile"
24928 test "x$enable_imm32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24929 imm32"
24930 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24931 dlls/imm32/Makefile: dlls/imm32/Makefile.in dlls/Makedll.rules"
24932 ac_config_files="$ac_config_files dlls/imm32/Makefile"
24934 ALL_MAKEFILES="$ALL_MAKEFILES \\
24935 dlls/imm32/tests/Makefile"
24936 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24937 imm32/tests"
24938 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24939 dlls/imm32/tests/Makefile: dlls/imm32/tests/Makefile.in dlls/Maketest.rules"
24940 ac_config_files="$ac_config_files dlls/imm32/tests/Makefile"
24942 ALL_MAKEFILES="$ALL_MAKEFILES \\
24943 dlls/inetcomm/Makefile"
24944 test "x$enable_inetcomm" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24945 inetcomm"
24946 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24947 dlls/inetcomm/Makefile: dlls/inetcomm/Makefile.in dlls/Makedll.rules"
24948 ac_config_files="$ac_config_files dlls/inetcomm/Makefile"
24950 ALL_MAKEFILES="$ALL_MAKEFILES \\
24951 dlls/inetcomm/tests/Makefile"
24952 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24953 inetcomm/tests"
24954 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24955 dlls/inetcomm/tests/Makefile: dlls/inetcomm/tests/Makefile.in dlls/Maketest.rules"
24956 ac_config_files="$ac_config_files dlls/inetcomm/tests/Makefile"
24958 ALL_MAKEFILES="$ALL_MAKEFILES \\
24959 dlls/inetmib1/Makefile"
24960 test "x$enable_inetmib1" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24961 inetmib1"
24962 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24963 dlls/inetmib1/Makefile: dlls/inetmib1/Makefile.in dlls/Makedll.rules"
24964 ac_config_files="$ac_config_files dlls/inetmib1/Makefile"
24966 ALL_MAKEFILES="$ALL_MAKEFILES \\
24967 dlls/inetmib1/tests/Makefile"
24968 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24969 inetmib1/tests"
24970 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24971 dlls/inetmib1/tests/Makefile: dlls/inetmib1/tests/Makefile.in dlls/Maketest.rules"
24972 ac_config_files="$ac_config_files dlls/inetmib1/tests/Makefile"
24974 ALL_MAKEFILES="$ALL_MAKEFILES \\
24975 dlls/infosoft/Makefile"
24976 test "x$enable_infosoft" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24977 infosoft"
24978 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24979 dlls/infosoft/Makefile: dlls/infosoft/Makefile.in dlls/Makedll.rules"
24980 ac_config_files="$ac_config_files dlls/infosoft/Makefile"
24982 ALL_MAKEFILES="$ALL_MAKEFILES \\
24983 dlls/infosoft/tests/Makefile"
24984 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24985 infosoft/tests"
24986 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24987 dlls/infosoft/tests/Makefile: dlls/infosoft/tests/Makefile.in dlls/Maketest.rules"
24988 ac_config_files="$ac_config_files dlls/infosoft/tests/Makefile"
24990 ALL_MAKEFILES="$ALL_MAKEFILES \\
24991 dlls/initpki/Makefile"
24992 test "x$enable_initpki" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24993 initpki"
24994 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24995 dlls/initpki/Makefile: dlls/initpki/Makefile.in dlls/Makedll.rules"
24996 ac_config_files="$ac_config_files dlls/initpki/Makefile"
24998 ALL_MAKEFILES="$ALL_MAKEFILES \\
24999 dlls/inkobj/Makefile"
25000 test "x$enable_inkobj" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25001 inkobj"
25002 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25003 dlls/inkobj/Makefile: dlls/inkobj/Makefile.in dlls/Makedll.rules"
25004 ac_config_files="$ac_config_files dlls/inkobj/Makefile"
25006 ALL_MAKEFILES="$ALL_MAKEFILES \\
25007 dlls/inseng/Makefile"
25008 test "x$enable_inseng" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25009 inseng"
25010 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25011 dlls/inseng/Makefile: dlls/inseng/Makefile.in dlls/Makedll.rules"
25012 ac_config_files="$ac_config_files dlls/inseng/Makefile"
25014 ALL_MAKEFILES="$ALL_MAKEFILES \\
25015 dlls/iphlpapi/Makefile"
25016 test "x$enable_iphlpapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25017 iphlpapi"
25018 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25019 dlls/iphlpapi/Makefile: dlls/iphlpapi/Makefile.in dlls/Makedll.rules"
25020 ac_config_files="$ac_config_files dlls/iphlpapi/Makefile"
25022 ALL_MAKEFILES="$ALL_MAKEFILES \\
25023 dlls/iphlpapi/tests/Makefile"
25024 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25025 iphlpapi/tests"
25026 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25027 dlls/iphlpapi/tests/Makefile: dlls/iphlpapi/tests/Makefile.in dlls/Maketest.rules"
25028 ac_config_files="$ac_config_files dlls/iphlpapi/tests/Makefile"
25030 ALL_MAKEFILES="$ALL_MAKEFILES \\
25031 dlls/itircl/Makefile"
25032 test "x$enable_itircl" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25033 itircl"
25034 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25035 dlls/itircl/Makefile: dlls/itircl/Makefile.in dlls/Makedll.rules"
25036 ac_config_files="$ac_config_files dlls/itircl/Makefile"
25038 ALL_MAKEFILES="$ALL_MAKEFILES \\
25039 dlls/itss/Makefile"
25040 test "x$enable_itss" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25041 itss"
25042 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25043 dlls/itss/Makefile: dlls/itss/Makefile.in dlls/Makedll.rules"
25044 ac_config_files="$ac_config_files dlls/itss/Makefile"
25046 ALL_MAKEFILES="$ALL_MAKEFILES \\
25047 dlls/itss/tests/Makefile"
25048 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25049 itss/tests"
25050 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25051 dlls/itss/tests/Makefile: dlls/itss/tests/Makefile.in dlls/Maketest.rules"
25052 ac_config_files="$ac_config_files dlls/itss/tests/Makefile"
25054 ALL_MAKEFILES="$ALL_MAKEFILES \\
25055 dlls/jscript/Makefile"
25056 test "x$enable_jscript" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25057 jscript"
25058 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25059 dlls/jscript/Makefile: dlls/jscript/Makefile.in dlls/Makedll.rules"
25060 ac_config_files="$ac_config_files dlls/jscript/Makefile"
25062 ALL_MAKEFILES="$ALL_MAKEFILES \\
25063 dlls/jscript/tests/Makefile"
25064 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25065 jscript/tests"
25066 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25067 dlls/jscript/tests/Makefile: dlls/jscript/tests/Makefile.in dlls/Maketest.rules"
25068 ac_config_files="$ac_config_files dlls/jscript/tests/Makefile"
25070 ALL_MAKEFILES="$ALL_MAKEFILES \\
25071 dlls/kernel32/Makefile"
25072 test "x$enable_kernel32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25073 kernel32"
25074 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25075 dlls/kernel32/Makefile: dlls/kernel32/Makefile.in dlls/Makedll.rules"
25076 ac_config_files="$ac_config_files dlls/kernel32/Makefile"
25078 ALL_MAKEFILES="$ALL_MAKEFILES \\
25079 dlls/kernel32/tests/Makefile"
25080 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25081 kernel32/tests"
25082 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25083 dlls/kernel32/tests/Makefile: dlls/kernel32/tests/Makefile.in dlls/Maketest.rules"
25084 ac_config_files="$ac_config_files dlls/kernel32/tests/Makefile"
25086 ALL_MAKEFILES="$ALL_MAKEFILES \\
25087 dlls/loadperf/Makefile"
25088 test "x$enable_loadperf" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25089 loadperf"
25090 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25091 dlls/loadperf/Makefile: dlls/loadperf/Makefile.in dlls/Makedll.rules"
25092 ac_config_files="$ac_config_files dlls/loadperf/Makefile"
25094 ALL_MAKEFILES="$ALL_MAKEFILES \\
25095 dlls/localspl/Makefile"
25096 test "x$enable_localspl" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25097 localspl"
25098 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25099 dlls/localspl/Makefile: dlls/localspl/Makefile.in dlls/Makedll.rules"
25100 ac_config_files="$ac_config_files dlls/localspl/Makefile"
25102 ALL_MAKEFILES="$ALL_MAKEFILES \\
25103 dlls/localspl/tests/Makefile"
25104 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25105 localspl/tests"
25106 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25107 dlls/localspl/tests/Makefile: dlls/localspl/tests/Makefile.in dlls/Maketest.rules"
25108 ac_config_files="$ac_config_files dlls/localspl/tests/Makefile"
25110 ALL_MAKEFILES="$ALL_MAKEFILES \\
25111 dlls/localui/Makefile"
25112 test "x$enable_localui" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25113 localui"
25114 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25115 dlls/localui/Makefile: dlls/localui/Makefile.in dlls/Makedll.rules"
25116 ac_config_files="$ac_config_files dlls/localui/Makefile"
25118 ALL_MAKEFILES="$ALL_MAKEFILES \\
25119 dlls/localui/tests/Makefile"
25120 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25121 localui/tests"
25122 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25123 dlls/localui/tests/Makefile: dlls/localui/tests/Makefile.in dlls/Maketest.rules"
25124 ac_config_files="$ac_config_files dlls/localui/tests/Makefile"
25126 ALL_MAKEFILES="$ALL_MAKEFILES \\
25127 dlls/lz32/Makefile"
25128 test "x$enable_lz32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25129 lz32"
25130 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25131 dlls/lz32/Makefile: dlls/lz32/Makefile.in dlls/Makedll.rules"
25132 ac_config_files="$ac_config_files dlls/lz32/Makefile"
25134 ALL_MAKEFILES="$ALL_MAKEFILES \\
25135 dlls/lz32/tests/Makefile"
25136 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25137 lz32/tests"
25138 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25139 dlls/lz32/tests/Makefile: dlls/lz32/tests/Makefile.in dlls/Maketest.rules"
25140 ac_config_files="$ac_config_files dlls/lz32/tests/Makefile"
25142 ALL_MAKEFILES="$ALL_MAKEFILES \\
25143 dlls/mapi32/Makefile"
25144 test "x$enable_mapi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25145 mapi32"
25146 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25147 dlls/mapi32/Makefile: dlls/mapi32/Makefile.in dlls/Makedll.rules"
25148 ac_config_files="$ac_config_files dlls/mapi32/Makefile"
25150 ALL_MAKEFILES="$ALL_MAKEFILES \\
25151 dlls/mapi32/tests/Makefile"
25152 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25153 mapi32/tests"
25154 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25155 dlls/mapi32/tests/Makefile: dlls/mapi32/tests/Makefile.in dlls/Maketest.rules"
25156 ac_config_files="$ac_config_files dlls/mapi32/tests/Makefile"
25158 ALL_MAKEFILES="$ALL_MAKEFILES \\
25159 dlls/mciavi32/Makefile"
25160 test "x$enable_mciavi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25161 mciavi32"
25162 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25163 dlls/mciavi32/Makefile: dlls/mciavi32/Makefile.in dlls/Makedll.rules"
25164 ac_config_files="$ac_config_files dlls/mciavi32/Makefile"
25166 ALL_MAKEFILES="$ALL_MAKEFILES \\
25167 dlls/mcicda/Makefile"
25168 test "x$enable_mcicda" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25169 mcicda"
25170 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25171 dlls/mcicda/Makefile: dlls/mcicda/Makefile.in dlls/Makedll.rules"
25172 ac_config_files="$ac_config_files dlls/mcicda/Makefile"
25174 ALL_MAKEFILES="$ALL_MAKEFILES \\
25175 dlls/mciseq/Makefile"
25176 test "x$enable_mciseq" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25177 mciseq"
25178 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25179 dlls/mciseq/Makefile: dlls/mciseq/Makefile.in dlls/Makedll.rules"
25180 ac_config_files="$ac_config_files dlls/mciseq/Makefile"
25182 ALL_MAKEFILES="$ALL_MAKEFILES \\
25183 dlls/mciwave/Makefile"
25184 test "x$enable_mciwave" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25185 mciwave"
25186 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25187 dlls/mciwave/Makefile: dlls/mciwave/Makefile.in dlls/Makedll.rules"
25188 ac_config_files="$ac_config_files dlls/mciwave/Makefile"
25190 ALL_MAKEFILES="$ALL_MAKEFILES \\
25191 dlls/midimap/Makefile"
25192 test "x$enable_midimap" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25193 midimap"
25194 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25195 dlls/midimap/Makefile: dlls/midimap/Makefile.in dlls/Makedll.rules"
25196 ac_config_files="$ac_config_files dlls/midimap/Makefile"
25198 ALL_MAKEFILES="$ALL_MAKEFILES \\
25199 dlls/mlang/Makefile"
25200 test "x$enable_mlang" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25201 mlang"
25202 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25203 dlls/mlang/Makefile: dlls/mlang/Makefile.in dlls/Makedll.rules"
25204 ac_config_files="$ac_config_files dlls/mlang/Makefile"
25206 ALL_MAKEFILES="$ALL_MAKEFILES \\
25207 dlls/mlang/tests/Makefile"
25208 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25209 mlang/tests"
25210 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25211 dlls/mlang/tests/Makefile: dlls/mlang/tests/Makefile.in dlls/Maketest.rules"
25212 ac_config_files="$ac_config_files dlls/mlang/tests/Makefile"
25214 ALL_MAKEFILES="$ALL_MAKEFILES \\
25215 dlls/mmdevldr.vxd/Makefile"
25216 test "x$enable_mmdevldr_vxd" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25217 mmdevldr.vxd"
25218 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25219 dlls/mmdevldr.vxd/Makefile: dlls/mmdevldr.vxd/Makefile.in dlls/Makedll.rules"
25220 ac_config_files="$ac_config_files dlls/mmdevldr.vxd/Makefile"
25222 ALL_MAKEFILES="$ALL_MAKEFILES \\
25223 dlls/monodebg.vxd/Makefile"
25224 test "x$enable_monodebg_vxd" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25225 monodebg.vxd"
25226 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25227 dlls/monodebg.vxd/Makefile: dlls/monodebg.vxd/Makefile.in dlls/Makedll.rules"
25228 ac_config_files="$ac_config_files dlls/monodebg.vxd/Makefile"
25230 ALL_MAKEFILES="$ALL_MAKEFILES \\
25231 dlls/mountmgr.sys/Makefile"
25232 test "x$enable_mountmgr_sys" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25233 mountmgr.sys"
25234 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25235 dlls/mountmgr.sys/Makefile: dlls/mountmgr.sys/Makefile.in dlls/Makedll.rules"
25236 ac_config_files="$ac_config_files dlls/mountmgr.sys/Makefile"
25238 ALL_MAKEFILES="$ALL_MAKEFILES \\
25239 dlls/mpr/Makefile"
25240 test "x$enable_mpr" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25241 mpr"
25242 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25243 dlls/mpr/Makefile: dlls/mpr/Makefile.in dlls/Makedll.rules"
25244 ac_config_files="$ac_config_files dlls/mpr/Makefile"
25246 ALL_MAKEFILES="$ALL_MAKEFILES \\
25247 dlls/mprapi/Makefile"
25248 test "x$enable_mprapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25249 mprapi"
25250 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25251 dlls/mprapi/Makefile: dlls/mprapi/Makefile.in dlls/Makedll.rules"
25252 ac_config_files="$ac_config_files dlls/mprapi/Makefile"
25254 ALL_MAKEFILES="$ALL_MAKEFILES \\
25255 dlls/msacm32.drv/Makefile"
25256 test "x$enable_msacm32_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25257 msacm32.drv"
25258 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25259 dlls/msacm32.drv/Makefile: dlls/msacm32.drv/Makefile.in dlls/Makedll.rules"
25260 ac_config_files="$ac_config_files dlls/msacm32.drv/Makefile"
25262 ALL_MAKEFILES="$ALL_MAKEFILES \\
25263 dlls/msacm32/Makefile"
25264 test "x$enable_msacm32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25265 msacm32"
25266 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25267 dlls/msacm32/Makefile: dlls/msacm32/Makefile.in dlls/Makedll.rules"
25268 ac_config_files="$ac_config_files dlls/msacm32/Makefile"
25270 ALL_MAKEFILES="$ALL_MAKEFILES \\
25271 dlls/msacm32/tests/Makefile"
25272 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25273 msacm32/tests"
25274 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25275 dlls/msacm32/tests/Makefile: dlls/msacm32/tests/Makefile.in dlls/Maketest.rules"
25276 ac_config_files="$ac_config_files dlls/msacm32/tests/Makefile"
25278 ALL_MAKEFILES="$ALL_MAKEFILES \\
25279 dlls/msadp32.acm/Makefile"
25280 test "x$enable_msadp32_acm" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25281 msadp32.acm"
25282 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25283 dlls/msadp32.acm/Makefile: dlls/msadp32.acm/Makefile.in dlls/Makedll.rules"
25284 ac_config_files="$ac_config_files dlls/msadp32.acm/Makefile"
25286 ALL_MAKEFILES="$ALL_MAKEFILES \\
25287 dlls/mscat32/Makefile"
25288 test "x$enable_mscat32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25289 mscat32"
25290 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25291 dlls/mscat32/Makefile: dlls/mscat32/Makefile.in dlls/Makedll.rules"
25292 ac_config_files="$ac_config_files dlls/mscat32/Makefile"
25294 ALL_MAKEFILES="$ALL_MAKEFILES \\
25295 dlls/mscms/Makefile"
25296 test "x$enable_mscms" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25297 mscms"
25298 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25299 dlls/mscms/Makefile: dlls/mscms/Makefile.in dlls/Makedll.rules"
25300 ac_config_files="$ac_config_files dlls/mscms/Makefile"
25302 ALL_MAKEFILES="$ALL_MAKEFILES \\
25303 dlls/mscms/tests/Makefile"
25304 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25305 mscms/tests"
25306 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25307 dlls/mscms/tests/Makefile: dlls/mscms/tests/Makefile.in dlls/Maketest.rules"
25308 ac_config_files="$ac_config_files dlls/mscms/tests/Makefile"
25310 ALL_MAKEFILES="$ALL_MAKEFILES \\
25311 dlls/mscoree/Makefile"
25312 test "x$enable_mscoree" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25313 mscoree"
25314 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25315 dlls/mscoree/Makefile: dlls/mscoree/Makefile.in dlls/Makedll.rules"
25316 ac_config_files="$ac_config_files dlls/mscoree/Makefile"
25318 ALL_MAKEFILES="$ALL_MAKEFILES \\
25319 dlls/msdmo/Makefile"
25320 test "x$enable_msdmo" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25321 msdmo"
25322 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25323 dlls/msdmo/Makefile: dlls/msdmo/Makefile.in dlls/Makedll.rules"
25324 ac_config_files="$ac_config_files dlls/msdmo/Makefile"
25326 ALL_MAKEFILES="$ALL_MAKEFILES \\
25327 dlls/msftedit/Makefile"
25328 test "x$enable_msftedit" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25329 msftedit"
25330 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25331 dlls/msftedit/Makefile: dlls/msftedit/Makefile.in dlls/Makedll.rules"
25332 ac_config_files="$ac_config_files dlls/msftedit/Makefile"
25334 ALL_MAKEFILES="$ALL_MAKEFILES \\
25335 dlls/msg711.acm/Makefile"
25336 test "x$enable_msg711_acm" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25337 msg711.acm"
25338 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25339 dlls/msg711.acm/Makefile: dlls/msg711.acm/Makefile.in dlls/Makedll.rules"
25340 ac_config_files="$ac_config_files dlls/msg711.acm/Makefile"
25342 ALL_MAKEFILES="$ALL_MAKEFILES \\
25343 dlls/mshtml.tlb/Makefile"
25344 test "x$enable_mshtml_tlb" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25345 mshtml.tlb"
25346 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25347 dlls/mshtml.tlb/Makefile: dlls/mshtml.tlb/Makefile.in dlls/Makedll.rules"
25348 ac_config_files="$ac_config_files dlls/mshtml.tlb/Makefile"
25350 ALL_MAKEFILES="$ALL_MAKEFILES \\
25351 dlls/mshtml/Makefile"
25352 test "x$enable_mshtml" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25353 mshtml"
25354 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25355 dlls/mshtml/Makefile: dlls/mshtml/Makefile.in dlls/Makedll.rules"
25356 ac_config_files="$ac_config_files dlls/mshtml/Makefile"
25358 ALL_MAKEFILES="$ALL_MAKEFILES \\
25359 dlls/mshtml/tests/Makefile"
25360 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25361 mshtml/tests"
25362 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25363 dlls/mshtml/tests/Makefile: dlls/mshtml/tests/Makefile.in dlls/Maketest.rules"
25364 ac_config_files="$ac_config_files dlls/mshtml/tests/Makefile"
25366 ALL_MAKEFILES="$ALL_MAKEFILES \\
25367 dlls/msi/Makefile"
25368 test "x$enable_msi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25369 msi"
25370 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25371 dlls/msi/Makefile: dlls/msi/Makefile.in dlls/Makedll.rules"
25372 ac_config_files="$ac_config_files dlls/msi/Makefile"
25374 ALL_MAKEFILES="$ALL_MAKEFILES \\
25375 dlls/msi/tests/Makefile"
25376 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25377 msi/tests"
25378 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25379 dlls/msi/tests/Makefile: dlls/msi/tests/Makefile.in dlls/Maketest.rules"
25380 ac_config_files="$ac_config_files dlls/msi/tests/Makefile"
25382 ALL_MAKEFILES="$ALL_MAKEFILES \\
25383 dlls/msimg32/Makefile"
25384 test "x$enable_msimg32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25385 msimg32"
25386 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25387 dlls/msimg32/Makefile: dlls/msimg32/Makefile.in dlls/Makedll.rules"
25388 ac_config_files="$ac_config_files dlls/msimg32/Makefile"
25390 ALL_MAKEFILES="$ALL_MAKEFILES \\
25391 dlls/msimtf/Makefile"
25392 test "x$enable_msimtf" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25393 msimtf"
25394 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25395 dlls/msimtf/Makefile: dlls/msimtf/Makefile.in dlls/Makedll.rules"
25396 ac_config_files="$ac_config_files dlls/msimtf/Makefile"
25398 ALL_MAKEFILES="$ALL_MAKEFILES \\
25399 dlls/msisip/Makefile"
25400 test "x$enable_msisip" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25401 msisip"
25402 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25403 dlls/msisip/Makefile: dlls/msisip/Makefile.in dlls/Makedll.rules"
25404 ac_config_files="$ac_config_files dlls/msisip/Makefile"
25406 ALL_MAKEFILES="$ALL_MAKEFILES \\
25407 dlls/msisys.ocx/Makefile"
25408 test "x$enable_msisys_ocx" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25409 msisys.ocx"
25410 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25411 dlls/msisys.ocx/Makefile: dlls/msisys.ocx/Makefile.in dlls/Makedll.rules"
25412 ac_config_files="$ac_config_files dlls/msisys.ocx/Makefile"
25414 ALL_MAKEFILES="$ALL_MAKEFILES \\
25415 dlls/msnet32/Makefile"
25416 test "x$enable_msnet32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25417 msnet32"
25418 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25419 dlls/msnet32/Makefile: dlls/msnet32/Makefile.in dlls/Makedll.rules"
25420 ac_config_files="$ac_config_files dlls/msnet32/Makefile"
25422 ALL_MAKEFILES="$ALL_MAKEFILES \\
25423 dlls/msrle32/Makefile"
25424 test "x$enable_msrle32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25425 msrle32"
25426 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25427 dlls/msrle32/Makefile: dlls/msrle32/Makefile.in dlls/Makedll.rules"
25428 ac_config_files="$ac_config_files dlls/msrle32/Makefile"
25430 ALL_MAKEFILES="$ALL_MAKEFILES \\
25431 dlls/mssip32/Makefile"
25432 test "x$enable_mssip32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25433 mssip32"
25434 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25435 dlls/mssip32/Makefile: dlls/mssip32/Makefile.in dlls/Makedll.rules"
25436 ac_config_files="$ac_config_files dlls/mssip32/Makefile"
25438 ALL_MAKEFILES="$ALL_MAKEFILES \\
25439 dlls/mstask/Makefile"
25440 test "x$enable_mstask" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25441 mstask"
25442 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25443 dlls/mstask/Makefile: dlls/mstask/Makefile.in dlls/Makedll.rules"
25444 ac_config_files="$ac_config_files dlls/mstask/Makefile"
25446 ALL_MAKEFILES="$ALL_MAKEFILES \\
25447 dlls/mstask/tests/Makefile"
25448 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25449 mstask/tests"
25450 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25451 dlls/mstask/tests/Makefile: dlls/mstask/tests/Makefile.in dlls/Maketest.rules"
25452 ac_config_files="$ac_config_files dlls/mstask/tests/Makefile"
25454 ALL_MAKEFILES="$ALL_MAKEFILES \\
25455 dlls/msvcirt/Makefile"
25456 test "x$enable_msvcirt" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25457 msvcirt"
25458 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25459 dlls/msvcirt/Makefile: dlls/msvcirt/Makefile.in dlls/Makedll.rules"
25460 ac_config_files="$ac_config_files dlls/msvcirt/Makefile"
25462 ALL_MAKEFILES="$ALL_MAKEFILES \\
25463 dlls/msvcr71/Makefile"
25464 test "x$enable_msvcr71" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25465 msvcr71"
25466 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25467 dlls/msvcr71/Makefile: dlls/msvcr71/Makefile.in dlls/Makedll.rules"
25468 ac_config_files="$ac_config_files dlls/msvcr71/Makefile"
25470 ALL_MAKEFILES="$ALL_MAKEFILES \\
25471 dlls/msvcrt/Makefile"
25472 test "x$enable_msvcrt" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25473 msvcrt"
25474 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25475 dlls/msvcrt/Makefile: dlls/msvcrt/Makefile.in dlls/Makedll.rules"
25476 ac_config_files="$ac_config_files dlls/msvcrt/Makefile"
25478 ALL_MAKEFILES="$ALL_MAKEFILES \\
25479 dlls/msvcrt/tests/Makefile"
25480 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25481 msvcrt/tests"
25482 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25483 dlls/msvcrt/tests/Makefile: dlls/msvcrt/tests/Makefile.in dlls/Maketest.rules"
25484 ac_config_files="$ac_config_files dlls/msvcrt/tests/Makefile"
25486 ALL_MAKEFILES="$ALL_MAKEFILES \\
25487 dlls/msvcrt20/Makefile"
25488 test "x$enable_msvcrt20" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25489 msvcrt20"
25490 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25491 dlls/msvcrt20/Makefile: dlls/msvcrt20/Makefile.in dlls/Makedll.rules"
25492 ac_config_files="$ac_config_files dlls/msvcrt20/Makefile"
25494 ALL_MAKEFILES="$ALL_MAKEFILES \\
25495 dlls/msvcrt40/Makefile"
25496 test "x$enable_msvcrt40" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25497 msvcrt40"
25498 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25499 dlls/msvcrt40/Makefile: dlls/msvcrt40/Makefile.in dlls/Makedll.rules"
25500 ac_config_files="$ac_config_files dlls/msvcrt40/Makefile"
25502 ALL_MAKEFILES="$ALL_MAKEFILES \\
25503 dlls/msvcrtd/Makefile"
25504 test "x$enable_msvcrtd" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25505 msvcrtd"
25506 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25507 dlls/msvcrtd/Makefile: dlls/msvcrtd/Makefile.in dlls/Makedll.rules"
25508 ac_config_files="$ac_config_files dlls/msvcrtd/Makefile"
25510 ALL_MAKEFILES="$ALL_MAKEFILES \\
25511 dlls/msvcrtd/tests/Makefile"
25512 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25513 msvcrtd/tests"
25514 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25515 dlls/msvcrtd/tests/Makefile: dlls/msvcrtd/tests/Makefile.in dlls/Maketest.rules"
25516 ac_config_files="$ac_config_files dlls/msvcrtd/tests/Makefile"
25518 ALL_MAKEFILES="$ALL_MAKEFILES \\
25519 dlls/msvfw32/Makefile"
25520 test "x$enable_msvfw32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25521 msvfw32"
25522 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25523 dlls/msvfw32/Makefile: dlls/msvfw32/Makefile.in dlls/Makedll.rules"
25524 ac_config_files="$ac_config_files dlls/msvfw32/Makefile"
25526 ALL_MAKEFILES="$ALL_MAKEFILES \\
25527 dlls/msvfw32/tests/Makefile"
25528 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25529 msvfw32/tests"
25530 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25531 dlls/msvfw32/tests/Makefile: dlls/msvfw32/tests/Makefile.in dlls/Maketest.rules"
25532 ac_config_files="$ac_config_files dlls/msvfw32/tests/Makefile"
25534 ALL_MAKEFILES="$ALL_MAKEFILES \\
25535 dlls/msvidc32/Makefile"
25536 test "x$enable_msvidc32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25537 msvidc32"
25538 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25539 dlls/msvidc32/Makefile: dlls/msvidc32/Makefile.in dlls/Makedll.rules"
25540 ac_config_files="$ac_config_files dlls/msvidc32/Makefile"
25542 ALL_MAKEFILES="$ALL_MAKEFILES \\
25543 dlls/mswsock/Makefile"
25544 test "x$enable_mswsock" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25545 mswsock"
25546 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25547 dlls/mswsock/Makefile: dlls/mswsock/Makefile.in dlls/Makedll.rules"
25548 ac_config_files="$ac_config_files dlls/mswsock/Makefile"
25550 ALL_MAKEFILES="$ALL_MAKEFILES \\
25551 dlls/msxml3/Makefile"
25552 test "x$enable_msxml3" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25553 msxml3"
25554 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25555 dlls/msxml3/Makefile: dlls/msxml3/Makefile.in dlls/Makedll.rules"
25556 ac_config_files="$ac_config_files dlls/msxml3/Makefile"
25558 ALL_MAKEFILES="$ALL_MAKEFILES \\
25559 dlls/msxml3/tests/Makefile"
25560 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25561 msxml3/tests"
25562 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25563 dlls/msxml3/tests/Makefile: dlls/msxml3/tests/Makefile.in dlls/Maketest.rules"
25564 ac_config_files="$ac_config_files dlls/msxml3/tests/Makefile"
25566 ALL_MAKEFILES="$ALL_MAKEFILES \\
25567 dlls/nddeapi/Makefile"
25568 test "x$enable_nddeapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25569 nddeapi"
25570 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25571 dlls/nddeapi/Makefile: dlls/nddeapi/Makefile.in dlls/Makedll.rules"
25572 ac_config_files="$ac_config_files dlls/nddeapi/Makefile"
25574 ALL_MAKEFILES="$ALL_MAKEFILES \\
25575 dlls/netapi32/Makefile"
25576 test "x$enable_netapi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25577 netapi32"
25578 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25579 dlls/netapi32/Makefile: dlls/netapi32/Makefile.in dlls/Makedll.rules"
25580 ac_config_files="$ac_config_files dlls/netapi32/Makefile"
25582 ALL_MAKEFILES="$ALL_MAKEFILES \\
25583 dlls/netapi32/tests/Makefile"
25584 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25585 netapi32/tests"
25586 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25587 dlls/netapi32/tests/Makefile: dlls/netapi32/tests/Makefile.in dlls/Maketest.rules"
25588 ac_config_files="$ac_config_files dlls/netapi32/tests/Makefile"
25590 ALL_MAKEFILES="$ALL_MAKEFILES \\
25591 dlls/newdev/Makefile"
25592 test "x$enable_newdev" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25593 newdev"
25594 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25595 dlls/newdev/Makefile: dlls/newdev/Makefile.in dlls/Makedll.rules"
25596 ac_config_files="$ac_config_files dlls/newdev/Makefile"
25598 ALL_MAKEFILES="$ALL_MAKEFILES \\
25599 dlls/ntdll/Makefile"
25600 test "x$enable_ntdll" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25601 ntdll"
25602 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25603 dlls/ntdll/Makefile: dlls/ntdll/Makefile.in dlls/Makedll.rules"
25604 ac_config_files="$ac_config_files dlls/ntdll/Makefile"
25606 ALL_MAKEFILES="$ALL_MAKEFILES \\
25607 dlls/ntdll/tests/Makefile"
25608 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25609 ntdll/tests"
25610 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25611 dlls/ntdll/tests/Makefile: dlls/ntdll/tests/Makefile.in dlls/Maketest.rules"
25612 ac_config_files="$ac_config_files dlls/ntdll/tests/Makefile"
25614 ALL_MAKEFILES="$ALL_MAKEFILES \\
25615 dlls/ntdsapi/Makefile"
25616 test "x$enable_ntdsapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25617 ntdsapi"
25618 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25619 dlls/ntdsapi/Makefile: dlls/ntdsapi/Makefile.in dlls/Makedll.rules"
25620 ac_config_files="$ac_config_files dlls/ntdsapi/Makefile"
25622 ALL_MAKEFILES="$ALL_MAKEFILES \\
25623 dlls/ntdsapi/tests/Makefile"
25624 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25625 ntdsapi/tests"
25626 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25627 dlls/ntdsapi/tests/Makefile: dlls/ntdsapi/tests/Makefile.in dlls/Maketest.rules"
25628 ac_config_files="$ac_config_files dlls/ntdsapi/tests/Makefile"
25630 ALL_MAKEFILES="$ALL_MAKEFILES \\
25631 dlls/ntoskrnl.exe/Makefile"
25632 test "x$enable_ntoskrnl_exe" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25633 ntoskrnl.exe"
25634 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25635 dlls/ntoskrnl.exe/Makefile: dlls/ntoskrnl.exe/Makefile.in dlls/Makedll.rules"
25636 ac_config_files="$ac_config_files dlls/ntoskrnl.exe/Makefile"
25638 ALL_MAKEFILES="$ALL_MAKEFILES \\
25639 dlls/ntprint/Makefile"
25640 test "x$enable_ntprint" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25641 ntprint"
25642 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25643 dlls/ntprint/Makefile: dlls/ntprint/Makefile.in dlls/Makedll.rules"
25644 ac_config_files="$ac_config_files dlls/ntprint/Makefile"
25646 ALL_MAKEFILES="$ALL_MAKEFILES \\
25647 dlls/ntprint/tests/Makefile"
25648 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25649 ntprint/tests"
25650 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25651 dlls/ntprint/tests/Makefile: dlls/ntprint/tests/Makefile.in dlls/Maketest.rules"
25652 ac_config_files="$ac_config_files dlls/ntprint/tests/Makefile"
25654 ALL_MAKEFILES="$ALL_MAKEFILES \\
25655 dlls/objsel/Makefile"
25656 test "x$enable_objsel" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25657 objsel"
25658 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25659 dlls/objsel/Makefile: dlls/objsel/Makefile.in dlls/Makedll.rules"
25660 ac_config_files="$ac_config_files dlls/objsel/Makefile"
25662 ALL_MAKEFILES="$ALL_MAKEFILES \\
25663 dlls/odbc32/Makefile"
25664 test "x$enable_odbc32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25665 odbc32"
25666 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25667 dlls/odbc32/Makefile: dlls/odbc32/Makefile.in dlls/Makedll.rules"
25668 ac_config_files="$ac_config_files dlls/odbc32/Makefile"
25670 ALL_MAKEFILES="$ALL_MAKEFILES \\
25671 dlls/odbccp32/Makefile"
25672 test "x$enable_odbccp32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25673 odbccp32"
25674 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25675 dlls/odbccp32/Makefile: dlls/odbccp32/Makefile.in dlls/Makedll.rules"
25676 ac_config_files="$ac_config_files dlls/odbccp32/Makefile"
25678 ALL_MAKEFILES="$ALL_MAKEFILES \\
25679 dlls/odbccp32/tests/Makefile"
25680 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25681 odbccp32/tests"
25682 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25683 dlls/odbccp32/tests/Makefile: dlls/odbccp32/tests/Makefile.in dlls/Maketest.rules"
25684 ac_config_files="$ac_config_files dlls/odbccp32/tests/Makefile"
25686 ALL_MAKEFILES="$ALL_MAKEFILES \\
25687 dlls/ole32/Makefile"
25688 test "x$enable_ole32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25689 ole32"
25690 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25691 dlls/ole32/Makefile: dlls/ole32/Makefile.in dlls/Makedll.rules"
25692 ac_config_files="$ac_config_files dlls/ole32/Makefile"
25694 ALL_MAKEFILES="$ALL_MAKEFILES \\
25695 dlls/ole32/tests/Makefile"
25696 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25697 ole32/tests"
25698 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25699 dlls/ole32/tests/Makefile: dlls/ole32/tests/Makefile.in dlls/Maketest.rules"
25700 ac_config_files="$ac_config_files dlls/ole32/tests/Makefile"
25702 ALL_MAKEFILES="$ALL_MAKEFILES \\
25703 dlls/oleacc/Makefile"
25704 test "x$enable_oleacc" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25705 oleacc"
25706 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25707 dlls/oleacc/Makefile: dlls/oleacc/Makefile.in dlls/Makedll.rules"
25708 ac_config_files="$ac_config_files dlls/oleacc/Makefile"
25710 ALL_MAKEFILES="$ALL_MAKEFILES \\
25711 dlls/oleacc/tests/Makefile"
25712 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25713 oleacc/tests"
25714 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25715 dlls/oleacc/tests/Makefile: dlls/oleacc/tests/Makefile.in dlls/Maketest.rules"
25716 ac_config_files="$ac_config_files dlls/oleacc/tests/Makefile"
25718 ALL_MAKEFILES="$ALL_MAKEFILES \\
25719 dlls/oleaut32/Makefile"
25720 test "x$enable_oleaut32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25721 oleaut32"
25722 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25723 dlls/oleaut32/Makefile: dlls/oleaut32/Makefile.in dlls/Makedll.rules"
25724 ac_config_files="$ac_config_files dlls/oleaut32/Makefile"
25726 ALL_MAKEFILES="$ALL_MAKEFILES \\
25727 dlls/oleaut32/tests/Makefile"
25728 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25729 oleaut32/tests"
25730 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25731 dlls/oleaut32/tests/Makefile: dlls/oleaut32/tests/Makefile.in dlls/Maketest.rules"
25732 ac_config_files="$ac_config_files dlls/oleaut32/tests/Makefile"
25734 ALL_MAKEFILES="$ALL_MAKEFILES \\
25735 dlls/olecli32/Makefile"
25736 test "x$enable_olecli32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25737 olecli32"
25738 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25739 dlls/olecli32/Makefile: dlls/olecli32/Makefile.in dlls/Makedll.rules"
25740 ac_config_files="$ac_config_files dlls/olecli32/Makefile"
25742 ALL_MAKEFILES="$ALL_MAKEFILES \\
25743 dlls/oledlg/Makefile"
25744 test "x$enable_oledlg" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25745 oledlg"
25746 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25747 dlls/oledlg/Makefile: dlls/oledlg/Makefile.in dlls/Makedll.rules"
25748 ac_config_files="$ac_config_files dlls/oledlg/Makefile"
25750 ALL_MAKEFILES="$ALL_MAKEFILES \\
25751 dlls/olepro32/Makefile"
25752 test "x$enable_olepro32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25753 olepro32"
25754 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25755 dlls/olepro32/Makefile: dlls/olepro32/Makefile.in dlls/Makedll.rules"
25756 ac_config_files="$ac_config_files dlls/olepro32/Makefile"
25758 ALL_MAKEFILES="$ALL_MAKEFILES \\
25759 dlls/olesvr32/Makefile"
25760 test "x$enable_olesvr32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25761 olesvr32"
25762 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25763 dlls/olesvr32/Makefile: dlls/olesvr32/Makefile.in dlls/Makedll.rules"
25764 ac_config_files="$ac_config_files dlls/olesvr32/Makefile"
25766 ALL_MAKEFILES="$ALL_MAKEFILES \\
25767 dlls/olethk32/Makefile"
25768 test "x$enable_olethk32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25769 olethk32"
25770 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25771 dlls/olethk32/Makefile: dlls/olethk32/Makefile.in dlls/Makedll.rules"
25772 ac_config_files="$ac_config_files dlls/olethk32/Makefile"
25774 ALL_MAKEFILES="$ALL_MAKEFILES \\
25775 dlls/opengl32/Makefile"
25776 test "x$enable_opengl32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25777 opengl32"
25778 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25779 dlls/opengl32/Makefile: dlls/opengl32/Makefile.in dlls/Makedll.rules"
25780 ac_config_files="$ac_config_files dlls/opengl32/Makefile"
25782 ALL_MAKEFILES="$ALL_MAKEFILES \\
25783 dlls/opengl32/tests/Makefile"
25784 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25785 opengl32/tests"
25786 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25787 dlls/opengl32/tests/Makefile: dlls/opengl32/tests/Makefile.in dlls/Maketest.rules"
25788 ac_config_files="$ac_config_files dlls/opengl32/tests/Makefile"
25790 ALL_MAKEFILES="$ALL_MAKEFILES \\
25791 dlls/pdh/Makefile"
25792 test "x$enable_pdh" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25793 pdh"
25794 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25795 dlls/pdh/Makefile: dlls/pdh/Makefile.in dlls/Makedll.rules"
25796 ac_config_files="$ac_config_files dlls/pdh/Makefile"
25798 ALL_MAKEFILES="$ALL_MAKEFILES \\
25799 dlls/pdh/tests/Makefile"
25800 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25801 pdh/tests"
25802 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25803 dlls/pdh/tests/Makefile: dlls/pdh/tests/Makefile.in dlls/Maketest.rules"
25804 ac_config_files="$ac_config_files dlls/pdh/tests/Makefile"
25806 ALL_MAKEFILES="$ALL_MAKEFILES \\
25807 dlls/pidgen/Makefile"
25808 test "x$enable_pidgen" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25809 pidgen"
25810 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25811 dlls/pidgen/Makefile: dlls/pidgen/Makefile.in dlls/Makedll.rules"
25812 ac_config_files="$ac_config_files dlls/pidgen/Makefile"
25814 ALL_MAKEFILES="$ALL_MAKEFILES \\
25815 dlls/powrprof/Makefile"
25816 test "x$enable_powrprof" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25817 powrprof"
25818 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25819 dlls/powrprof/Makefile: dlls/powrprof/Makefile.in dlls/Makedll.rules"
25820 ac_config_files="$ac_config_files dlls/powrprof/Makefile"
25822 ALL_MAKEFILES="$ALL_MAKEFILES \\
25823 dlls/printui/Makefile"
25824 test "x$enable_printui" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25825 printui"
25826 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25827 dlls/printui/Makefile: dlls/printui/Makefile.in dlls/Makedll.rules"
25828 ac_config_files="$ac_config_files dlls/printui/Makefile"
25830 ALL_MAKEFILES="$ALL_MAKEFILES \\
25831 dlls/propsys/Makefile"
25832 test "x$enable_propsys" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25833 propsys"
25834 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25835 dlls/propsys/Makefile: dlls/propsys/Makefile.in dlls/Makedll.rules"
25836 ac_config_files="$ac_config_files dlls/propsys/Makefile"
25838 ALL_MAKEFILES="$ALL_MAKEFILES \\
25839 dlls/psapi/Makefile"
25840 test "x$enable_psapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25841 psapi"
25842 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25843 dlls/psapi/Makefile: dlls/psapi/Makefile.in dlls/Makedll.rules"
25844 ac_config_files="$ac_config_files dlls/psapi/Makefile"
25846 ALL_MAKEFILES="$ALL_MAKEFILES \\
25847 dlls/psapi/tests/Makefile"
25848 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25849 psapi/tests"
25850 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25851 dlls/psapi/tests/Makefile: dlls/psapi/tests/Makefile.in dlls/Maketest.rules"
25852 ac_config_files="$ac_config_files dlls/psapi/tests/Makefile"
25854 ALL_MAKEFILES="$ALL_MAKEFILES \\
25855 dlls/pstorec/Makefile"
25856 test "x$enable_pstorec" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25857 pstorec"
25858 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25859 dlls/pstorec/Makefile: dlls/pstorec/Makefile.in dlls/Makedll.rules"
25860 ac_config_files="$ac_config_files dlls/pstorec/Makefile"
25862 ALL_MAKEFILES="$ALL_MAKEFILES \\
25863 dlls/qcap/Makefile"
25864 test "x$enable_qcap" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25865 qcap"
25866 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25867 dlls/qcap/Makefile: dlls/qcap/Makefile.in dlls/Makedll.rules"
25868 ac_config_files="$ac_config_files dlls/qcap/Makefile"
25870 ALL_MAKEFILES="$ALL_MAKEFILES \\
25871 dlls/qedit/Makefile"
25872 test "x$enable_qedit" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25873 qedit"
25874 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25875 dlls/qedit/Makefile: dlls/qedit/Makefile.in dlls/Makedll.rules"
25876 ac_config_files="$ac_config_files dlls/qedit/Makefile"
25878 ALL_MAKEFILES="$ALL_MAKEFILES \\
25879 dlls/qedit/tests/Makefile"
25880 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25881 qedit/tests"
25882 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25883 dlls/qedit/tests/Makefile: dlls/qedit/tests/Makefile.in dlls/Maketest.rules"
25884 ac_config_files="$ac_config_files dlls/qedit/tests/Makefile"
25886 ALL_MAKEFILES="$ALL_MAKEFILES \\
25887 dlls/qmgr/Makefile"
25888 test "x$enable_qmgr" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25889 qmgr"
25890 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25891 dlls/qmgr/Makefile: dlls/qmgr/Makefile.in dlls/Makedll.rules"
25892 ac_config_files="$ac_config_files dlls/qmgr/Makefile"
25894 ALL_MAKEFILES="$ALL_MAKEFILES \\
25895 dlls/qmgr/tests/Makefile"
25896 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25897 qmgr/tests"
25898 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25899 dlls/qmgr/tests/Makefile: dlls/qmgr/tests/Makefile.in dlls/Maketest.rules"
25900 ac_config_files="$ac_config_files dlls/qmgr/tests/Makefile"
25902 ALL_MAKEFILES="$ALL_MAKEFILES \\
25903 dlls/qmgrprxy/Makefile"
25904 test "x$enable_qmgrprxy" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25905 qmgrprxy"
25906 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25907 dlls/qmgrprxy/Makefile: dlls/qmgrprxy/Makefile.in dlls/Makedll.rules"
25908 ac_config_files="$ac_config_files dlls/qmgrprxy/Makefile"
25910 ALL_MAKEFILES="$ALL_MAKEFILES \\
25911 dlls/quartz/Makefile"
25912 test "x$enable_quartz" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25913 quartz"
25914 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25915 dlls/quartz/Makefile: dlls/quartz/Makefile.in dlls/Makedll.rules"
25916 ac_config_files="$ac_config_files dlls/quartz/Makefile"
25918 ALL_MAKEFILES="$ALL_MAKEFILES \\
25919 dlls/quartz/tests/Makefile"
25920 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25921 quartz/tests"
25922 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25923 dlls/quartz/tests/Makefile: dlls/quartz/tests/Makefile.in dlls/Maketest.rules"
25924 ac_config_files="$ac_config_files dlls/quartz/tests/Makefile"
25926 ALL_MAKEFILES="$ALL_MAKEFILES \\
25927 dlls/query/Makefile"
25928 test "x$enable_query" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25929 query"
25930 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25931 dlls/query/Makefile: dlls/query/Makefile.in dlls/Makedll.rules"
25932 ac_config_files="$ac_config_files dlls/query/Makefile"
25934 ALL_MAKEFILES="$ALL_MAKEFILES \\
25935 dlls/rasapi32/Makefile"
25936 test "x$enable_rasapi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25937 rasapi32"
25938 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25939 dlls/rasapi32/Makefile: dlls/rasapi32/Makefile.in dlls/Makedll.rules"
25940 ac_config_files="$ac_config_files dlls/rasapi32/Makefile"
25942 ALL_MAKEFILES="$ALL_MAKEFILES \\
25943 dlls/rasapi32/tests/Makefile"
25944 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25945 rasapi32/tests"
25946 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25947 dlls/rasapi32/tests/Makefile: dlls/rasapi32/tests/Makefile.in dlls/Maketest.rules"
25948 ac_config_files="$ac_config_files dlls/rasapi32/tests/Makefile"
25950 ALL_MAKEFILES="$ALL_MAKEFILES \\
25951 dlls/resutils/Makefile"
25952 test "x$enable_resutils" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25953 resutils"
25954 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25955 dlls/resutils/Makefile: dlls/resutils/Makefile.in dlls/Makedll.rules"
25956 ac_config_files="$ac_config_files dlls/resutils/Makefile"
25958 ALL_MAKEFILES="$ALL_MAKEFILES \\
25959 dlls/riched20/Makefile"
25960 test "x$enable_riched20" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25961 riched20"
25962 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25963 dlls/riched20/Makefile: dlls/riched20/Makefile.in dlls/Makedll.rules"
25964 ac_config_files="$ac_config_files dlls/riched20/Makefile"
25966 ALL_MAKEFILES="$ALL_MAKEFILES \\
25967 dlls/riched20/tests/Makefile"
25968 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25969 riched20/tests"
25970 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25971 dlls/riched20/tests/Makefile: dlls/riched20/tests/Makefile.in dlls/Maketest.rules"
25972 ac_config_files="$ac_config_files dlls/riched20/tests/Makefile"
25974 ALL_MAKEFILES="$ALL_MAKEFILES \\
25975 dlls/riched32/Makefile"
25976 test "x$enable_riched32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25977 riched32"
25978 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25979 dlls/riched32/Makefile: dlls/riched32/Makefile.in dlls/Makedll.rules"
25980 ac_config_files="$ac_config_files dlls/riched32/Makefile"
25982 ALL_MAKEFILES="$ALL_MAKEFILES \\
25983 dlls/riched32/tests/Makefile"
25984 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25985 riched32/tests"
25986 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25987 dlls/riched32/tests/Makefile: dlls/riched32/tests/Makefile.in dlls/Maketest.rules"
25988 ac_config_files="$ac_config_files dlls/riched32/tests/Makefile"
25990 ALL_MAKEFILES="$ALL_MAKEFILES \\
25991 dlls/rpcrt4/Makefile"
25992 test "x$enable_rpcrt4" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25993 rpcrt4"
25994 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25995 dlls/rpcrt4/Makefile: dlls/rpcrt4/Makefile.in dlls/Makedll.rules"
25996 ac_config_files="$ac_config_files dlls/rpcrt4/Makefile"
25998 ALL_MAKEFILES="$ALL_MAKEFILES \\
25999 dlls/rpcrt4/tests/Makefile"
26000 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26001 rpcrt4/tests"
26002 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26003 dlls/rpcrt4/tests/Makefile: dlls/rpcrt4/tests/Makefile.in dlls/Maketest.rules"
26004 ac_config_files="$ac_config_files dlls/rpcrt4/tests/Makefile"
26006 ALL_MAKEFILES="$ALL_MAKEFILES \\
26007 dlls/rsabase/Makefile"
26008 test "x$enable_rsabase" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26009 rsabase"
26010 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26011 dlls/rsabase/Makefile: dlls/rsabase/Makefile.in dlls/Makedll.rules"
26012 ac_config_files="$ac_config_files dlls/rsabase/Makefile"
26014 ALL_MAKEFILES="$ALL_MAKEFILES \\
26015 dlls/rsaenh/Makefile"
26016 test "x$enable_rsaenh" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26017 rsaenh"
26018 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26019 dlls/rsaenh/Makefile: dlls/rsaenh/Makefile.in dlls/Makedll.rules"
26020 ac_config_files="$ac_config_files dlls/rsaenh/Makefile"
26022 ALL_MAKEFILES="$ALL_MAKEFILES \\
26023 dlls/rsaenh/tests/Makefile"
26024 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26025 rsaenh/tests"
26026 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26027 dlls/rsaenh/tests/Makefile: dlls/rsaenh/tests/Makefile.in dlls/Maketest.rules"
26028 ac_config_files="$ac_config_files dlls/rsaenh/tests/Makefile"
26030 ALL_MAKEFILES="$ALL_MAKEFILES \\
26031 dlls/sane.ds/Makefile"
26032 test "x$enable_sane_ds" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26033 sane.ds"
26034 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26035 dlls/sane.ds/Makefile: dlls/sane.ds/Makefile.in dlls/Makedll.rules"
26036 ac_config_files="$ac_config_files dlls/sane.ds/Makefile"
26038 ALL_MAKEFILES="$ALL_MAKEFILES \\
26039 dlls/sccbase/Makefile"
26040 test "x$enable_sccbase" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26041 sccbase"
26042 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26043 dlls/sccbase/Makefile: dlls/sccbase/Makefile.in dlls/Makedll.rules"
26044 ac_config_files="$ac_config_files dlls/sccbase/Makefile"
26046 ALL_MAKEFILES="$ALL_MAKEFILES \\
26047 dlls/schannel/Makefile"
26048 test "x$enable_schannel" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26049 schannel"
26050 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26051 dlls/schannel/Makefile: dlls/schannel/Makefile.in dlls/Makedll.rules"
26052 ac_config_files="$ac_config_files dlls/schannel/Makefile"
26054 ALL_MAKEFILES="$ALL_MAKEFILES \\
26055 dlls/schannel/tests/Makefile"
26056 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26057 schannel/tests"
26058 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26059 dlls/schannel/tests/Makefile: dlls/schannel/tests/Makefile.in dlls/Maketest.rules"
26060 ac_config_files="$ac_config_files dlls/schannel/tests/Makefile"
26062 ALL_MAKEFILES="$ALL_MAKEFILES \\
26063 dlls/secur32/Makefile"
26064 test "x$enable_secur32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26065 secur32"
26066 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26067 dlls/secur32/Makefile: dlls/secur32/Makefile.in dlls/Makedll.rules"
26068 ac_config_files="$ac_config_files dlls/secur32/Makefile"
26070 ALL_MAKEFILES="$ALL_MAKEFILES \\
26071 dlls/secur32/tests/Makefile"
26072 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26073 secur32/tests"
26074 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26075 dlls/secur32/tests/Makefile: dlls/secur32/tests/Makefile.in dlls/Maketest.rules"
26076 ac_config_files="$ac_config_files dlls/secur32/tests/Makefile"
26078 ALL_MAKEFILES="$ALL_MAKEFILES \\
26079 dlls/security/Makefile"
26080 test "x$enable_security" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26081 security"
26082 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26083 dlls/security/Makefile: dlls/security/Makefile.in dlls/Makedll.rules"
26084 ac_config_files="$ac_config_files dlls/security/Makefile"
26086 ALL_MAKEFILES="$ALL_MAKEFILES \\
26087 dlls/sensapi/Makefile"
26088 test "x$enable_sensapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26089 sensapi"
26090 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26091 dlls/sensapi/Makefile: dlls/sensapi/Makefile.in dlls/Makedll.rules"
26092 ac_config_files="$ac_config_files dlls/sensapi/Makefile"
26094 ALL_MAKEFILES="$ALL_MAKEFILES \\
26095 dlls/serialui/Makefile"
26096 test "x$enable_serialui" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26097 serialui"
26098 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26099 dlls/serialui/Makefile: dlls/serialui/Makefile.in dlls/Makedll.rules"
26100 ac_config_files="$ac_config_files dlls/serialui/Makefile"
26102 ALL_MAKEFILES="$ALL_MAKEFILES \\
26103 dlls/serialui/tests/Makefile"
26104 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26105 serialui/tests"
26106 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26107 dlls/serialui/tests/Makefile: dlls/serialui/tests/Makefile.in dlls/Maketest.rules"
26108 ac_config_files="$ac_config_files dlls/serialui/tests/Makefile"
26110 ALL_MAKEFILES="$ALL_MAKEFILES \\
26111 dlls/setupapi/Makefile"
26112 test "x$enable_setupapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26113 setupapi"
26114 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26115 dlls/setupapi/Makefile: dlls/setupapi/Makefile.in dlls/Makedll.rules"
26116 ac_config_files="$ac_config_files dlls/setupapi/Makefile"
26118 ALL_MAKEFILES="$ALL_MAKEFILES \\
26119 dlls/setupapi/tests/Makefile"
26120 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26121 setupapi/tests"
26122 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26123 dlls/setupapi/tests/Makefile: dlls/setupapi/tests/Makefile.in dlls/Maketest.rules"
26124 ac_config_files="$ac_config_files dlls/setupapi/tests/Makefile"
26126 ALL_MAKEFILES="$ALL_MAKEFILES \\
26127 dlls/sfc/Makefile"
26128 test "x$enable_sfc" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26129 sfc"
26130 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26131 dlls/sfc/Makefile: dlls/sfc/Makefile.in dlls/Makedll.rules"
26132 ac_config_files="$ac_config_files dlls/sfc/Makefile"
26134 ALL_MAKEFILES="$ALL_MAKEFILES \\
26135 dlls/sfc_os/Makefile"
26136 test "x$enable_sfc_os" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26137 sfc_os"
26138 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26139 dlls/sfc_os/Makefile: dlls/sfc_os/Makefile.in dlls/Makedll.rules"
26140 ac_config_files="$ac_config_files dlls/sfc_os/Makefile"
26142 ALL_MAKEFILES="$ALL_MAKEFILES \\
26143 dlls/shdoclc/Makefile"
26144 test "x$enable_shdoclc" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26145 shdoclc"
26146 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26147 dlls/shdoclc/Makefile: dlls/shdoclc/Makefile.in dlls/Makedll.rules"
26148 ac_config_files="$ac_config_files dlls/shdoclc/Makefile"
26150 ALL_MAKEFILES="$ALL_MAKEFILES \\
26151 dlls/shdocvw/Makefile"
26152 test "x$enable_shdocvw" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26153 shdocvw"
26154 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26155 dlls/shdocvw/Makefile: dlls/shdocvw/Makefile.in dlls/Makedll.rules"
26156 ac_config_files="$ac_config_files dlls/shdocvw/Makefile"
26158 ALL_MAKEFILES="$ALL_MAKEFILES \\
26159 dlls/shdocvw/tests/Makefile"
26160 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26161 shdocvw/tests"
26162 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26163 dlls/shdocvw/tests/Makefile: dlls/shdocvw/tests/Makefile.in dlls/Maketest.rules"
26164 ac_config_files="$ac_config_files dlls/shdocvw/tests/Makefile"
26166 ALL_MAKEFILES="$ALL_MAKEFILES \\
26167 dlls/shell32/Makefile"
26168 test "x$enable_shell32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26169 shell32"
26170 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26171 dlls/shell32/Makefile: dlls/shell32/Makefile.in dlls/Makedll.rules"
26172 ac_config_files="$ac_config_files dlls/shell32/Makefile"
26174 ALL_MAKEFILES="$ALL_MAKEFILES \\
26175 dlls/shell32/tests/Makefile"
26176 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26177 shell32/tests"
26178 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26179 dlls/shell32/tests/Makefile: dlls/shell32/tests/Makefile.in dlls/Maketest.rules"
26180 ac_config_files="$ac_config_files dlls/shell32/tests/Makefile"
26182 ALL_MAKEFILES="$ALL_MAKEFILES \\
26183 dlls/shfolder/Makefile"
26184 test "x$enable_shfolder" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26185 shfolder"
26186 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26187 dlls/shfolder/Makefile: dlls/shfolder/Makefile.in dlls/Makedll.rules"
26188 ac_config_files="$ac_config_files dlls/shfolder/Makefile"
26190 ALL_MAKEFILES="$ALL_MAKEFILES \\
26191 dlls/shlwapi/Makefile"
26192 test "x$enable_shlwapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26193 shlwapi"
26194 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26195 dlls/shlwapi/Makefile: dlls/shlwapi/Makefile.in dlls/Makedll.rules"
26196 ac_config_files="$ac_config_files dlls/shlwapi/Makefile"
26198 ALL_MAKEFILES="$ALL_MAKEFILES \\
26199 dlls/shlwapi/tests/Makefile"
26200 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26201 shlwapi/tests"
26202 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26203 dlls/shlwapi/tests/Makefile: dlls/shlwapi/tests/Makefile.in dlls/Maketest.rules"
26204 ac_config_files="$ac_config_files dlls/shlwapi/tests/Makefile"
26206 ALL_MAKEFILES="$ALL_MAKEFILES \\
26207 dlls/slbcsp/Makefile"
26208 test "x$enable_slbcsp" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26209 slbcsp"
26210 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26211 dlls/slbcsp/Makefile: dlls/slbcsp/Makefile.in dlls/Makedll.rules"
26212 ac_config_files="$ac_config_files dlls/slbcsp/Makefile"
26214 ALL_MAKEFILES="$ALL_MAKEFILES \\
26215 dlls/slc/Makefile"
26216 test "x$enable_slc" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26217 slc"
26218 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26219 dlls/slc/Makefile: dlls/slc/Makefile.in dlls/Makedll.rules"
26220 ac_config_files="$ac_config_files dlls/slc/Makefile"
26222 ALL_MAKEFILES="$ALL_MAKEFILES \\
26223 dlls/snmpapi/Makefile"
26224 test "x$enable_snmpapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26225 snmpapi"
26226 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26227 dlls/snmpapi/Makefile: dlls/snmpapi/Makefile.in dlls/Makedll.rules"
26228 ac_config_files="$ac_config_files dlls/snmpapi/Makefile"
26230 ALL_MAKEFILES="$ALL_MAKEFILES \\
26231 dlls/snmpapi/tests/Makefile"
26232 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26233 snmpapi/tests"
26234 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26235 dlls/snmpapi/tests/Makefile: dlls/snmpapi/tests/Makefile.in dlls/Maketest.rules"
26236 ac_config_files="$ac_config_files dlls/snmpapi/tests/Makefile"
26238 ALL_MAKEFILES="$ALL_MAKEFILES \\
26239 dlls/softpub/Makefile"
26240 test "x$enable_softpub" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26241 softpub"
26242 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26243 dlls/softpub/Makefile: dlls/softpub/Makefile.in dlls/Makedll.rules"
26244 ac_config_files="$ac_config_files dlls/softpub/Makefile"
26246 ALL_MAKEFILES="$ALL_MAKEFILES \\
26247 dlls/spoolss/Makefile"
26248 test "x$enable_spoolss" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26249 spoolss"
26250 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26251 dlls/spoolss/Makefile: dlls/spoolss/Makefile.in dlls/Makedll.rules"
26252 ac_config_files="$ac_config_files dlls/spoolss/Makefile"
26254 ALL_MAKEFILES="$ALL_MAKEFILES \\
26255 dlls/spoolss/tests/Makefile"
26256 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26257 spoolss/tests"
26258 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26259 dlls/spoolss/tests/Makefile: dlls/spoolss/tests/Makefile.in dlls/Maketest.rules"
26260 ac_config_files="$ac_config_files dlls/spoolss/tests/Makefile"
26262 ALL_MAKEFILES="$ALL_MAKEFILES \\
26263 dlls/stdole2.tlb/Makefile"
26264 test "x$enable_stdole2_tlb" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26265 stdole2.tlb"
26266 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26267 dlls/stdole2.tlb/Makefile: dlls/stdole2.tlb/Makefile.in dlls/Makedll.rules"
26268 ac_config_files="$ac_config_files dlls/stdole2.tlb/Makefile"
26270 ALL_MAKEFILES="$ALL_MAKEFILES \\
26271 dlls/stdole32.tlb/Makefile"
26272 test "x$enable_stdole32_tlb" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26273 stdole32.tlb"
26274 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26275 dlls/stdole32.tlb/Makefile: dlls/stdole32.tlb/Makefile.in dlls/Makedll.rules"
26276 ac_config_files="$ac_config_files dlls/stdole32.tlb/Makefile"
26278 ALL_MAKEFILES="$ALL_MAKEFILES \\
26279 dlls/sti/Makefile"
26280 test "x$enable_sti" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26281 sti"
26282 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26283 dlls/sti/Makefile: dlls/sti/Makefile.in dlls/Makedll.rules"
26284 ac_config_files="$ac_config_files dlls/sti/Makefile"
26286 ALL_MAKEFILES="$ALL_MAKEFILES \\
26287 dlls/strmiids/Makefile"
26288 test "x$enable_strmiids" != xno && ALL_IMPLIB_DIRS="$ALL_IMPLIB_DIRS \\
26289 strmiids"
26290 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26291 dlls/strmiids/Makefile: dlls/strmiids/Makefile.in dlls/Makeimplib.rules"
26292 ac_config_files="$ac_config_files dlls/strmiids/Makefile"
26294 ALL_MAKEFILES="$ALL_MAKEFILES \\
26295 dlls/svrapi/Makefile"
26296 test "x$enable_svrapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26297 svrapi"
26298 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26299 dlls/svrapi/Makefile: dlls/svrapi/Makefile.in dlls/Makedll.rules"
26300 ac_config_files="$ac_config_files dlls/svrapi/Makefile"
26302 ALL_MAKEFILES="$ALL_MAKEFILES \\
26303 dlls/sxs/Makefile"
26304 test "x$enable_sxs" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26305 sxs"
26306 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26307 dlls/sxs/Makefile: dlls/sxs/Makefile.in dlls/Makedll.rules"
26308 ac_config_files="$ac_config_files dlls/sxs/Makefile"
26310 ALL_MAKEFILES="$ALL_MAKEFILES \\
26311 dlls/tapi32/Makefile"
26312 test "x$enable_tapi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26313 tapi32"
26314 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26315 dlls/tapi32/Makefile: dlls/tapi32/Makefile.in dlls/Makedll.rules"
26316 ac_config_files="$ac_config_files dlls/tapi32/Makefile"
26318 ALL_MAKEFILES="$ALL_MAKEFILES \\
26319 dlls/twain_32/Makefile"
26320 test "x$enable_twain_32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26321 twain_32"
26322 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26323 dlls/twain_32/Makefile: dlls/twain_32/Makefile.in dlls/Makedll.rules"
26324 ac_config_files="$ac_config_files dlls/twain_32/Makefile"
26326 ALL_MAKEFILES="$ALL_MAKEFILES \\
26327 dlls/unicows/Makefile"
26328 test "x$enable_unicows" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26329 unicows"
26330 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26331 dlls/unicows/Makefile: dlls/unicows/Makefile.in dlls/Makedll.rules"
26332 ac_config_files="$ac_config_files dlls/unicows/Makefile"
26334 ALL_MAKEFILES="$ALL_MAKEFILES \\
26335 dlls/updspapi/Makefile"
26336 test "x$enable_updspapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26337 updspapi"
26338 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26339 dlls/updspapi/Makefile: dlls/updspapi/Makefile.in dlls/Makedll.rules"
26340 ac_config_files="$ac_config_files dlls/updspapi/Makefile"
26342 ALL_MAKEFILES="$ALL_MAKEFILES \\
26343 dlls/url/Makefile"
26344 test "x$enable_url" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26345 url"
26346 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26347 dlls/url/Makefile: dlls/url/Makefile.in dlls/Makedll.rules"
26348 ac_config_files="$ac_config_files dlls/url/Makefile"
26350 ALL_MAKEFILES="$ALL_MAKEFILES \\
26351 dlls/urlmon/Makefile"
26352 test "x$enable_urlmon" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26353 urlmon"
26354 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26355 dlls/urlmon/Makefile: dlls/urlmon/Makefile.in dlls/Makedll.rules"
26356 ac_config_files="$ac_config_files dlls/urlmon/Makefile"
26358 ALL_MAKEFILES="$ALL_MAKEFILES \\
26359 dlls/urlmon/tests/Makefile"
26360 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26361 urlmon/tests"
26362 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26363 dlls/urlmon/tests/Makefile: dlls/urlmon/tests/Makefile.in dlls/Maketest.rules"
26364 ac_config_files="$ac_config_files dlls/urlmon/tests/Makefile"
26366 ALL_MAKEFILES="$ALL_MAKEFILES \\
26367 dlls/user32/Makefile"
26368 test "x$enable_user32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26369 user32"
26370 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26371 dlls/user32/Makefile: dlls/user32/Makefile.in dlls/Makedll.rules"
26372 ac_config_files="$ac_config_files dlls/user32/Makefile"
26374 ALL_MAKEFILES="$ALL_MAKEFILES \\
26375 dlls/user32/tests/Makefile"
26376 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26377 user32/tests"
26378 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26379 dlls/user32/tests/Makefile: dlls/user32/tests/Makefile.in dlls/Maketest.rules"
26380 ac_config_files="$ac_config_files dlls/user32/tests/Makefile"
26382 ALL_MAKEFILES="$ALL_MAKEFILES \\
26383 dlls/userenv/Makefile"
26384 test "x$enable_userenv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26385 userenv"
26386 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26387 dlls/userenv/Makefile: dlls/userenv/Makefile.in dlls/Makedll.rules"
26388 ac_config_files="$ac_config_files dlls/userenv/Makefile"
26390 ALL_MAKEFILES="$ALL_MAKEFILES \\
26391 dlls/userenv/tests/Makefile"
26392 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26393 userenv/tests"
26394 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26395 dlls/userenv/tests/Makefile: dlls/userenv/tests/Makefile.in dlls/Maketest.rules"
26396 ac_config_files="$ac_config_files dlls/userenv/tests/Makefile"
26398 ALL_MAKEFILES="$ALL_MAKEFILES \\
26399 dlls/usp10/Makefile"
26400 test "x$enable_usp10" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26401 usp10"
26402 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26403 dlls/usp10/Makefile: dlls/usp10/Makefile.in dlls/Makedll.rules"
26404 ac_config_files="$ac_config_files dlls/usp10/Makefile"
26406 ALL_MAKEFILES="$ALL_MAKEFILES \\
26407 dlls/usp10/tests/Makefile"
26408 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26409 usp10/tests"
26410 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26411 dlls/usp10/tests/Makefile: dlls/usp10/tests/Makefile.in dlls/Maketest.rules"
26412 ac_config_files="$ac_config_files dlls/usp10/tests/Makefile"
26414 ALL_MAKEFILES="$ALL_MAKEFILES \\
26415 dlls/uuid/Makefile"
26416 test "x$enable_uuid" != xno && ALL_IMPLIB_DIRS="$ALL_IMPLIB_DIRS \\
26417 uuid"
26418 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26419 dlls/uuid/Makefile: dlls/uuid/Makefile.in dlls/Makeimplib.rules"
26420 ac_config_files="$ac_config_files dlls/uuid/Makefile"
26422 ALL_MAKEFILES="$ALL_MAKEFILES \\
26423 dlls/uxtheme/Makefile"
26424 test "x$enable_uxtheme" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26425 uxtheme"
26426 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26427 dlls/uxtheme/Makefile: dlls/uxtheme/Makefile.in dlls/Makedll.rules"
26428 ac_config_files="$ac_config_files dlls/uxtheme/Makefile"
26430 ALL_MAKEFILES="$ALL_MAKEFILES \\
26431 dlls/uxtheme/tests/Makefile"
26432 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26433 uxtheme/tests"
26434 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26435 dlls/uxtheme/tests/Makefile: dlls/uxtheme/tests/Makefile.in dlls/Maketest.rules"
26436 ac_config_files="$ac_config_files dlls/uxtheme/tests/Makefile"
26438 ALL_MAKEFILES="$ALL_MAKEFILES \\
26439 dlls/vdhcp.vxd/Makefile"
26440 test "x$enable_vdhcp_vxd" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26441 vdhcp.vxd"
26442 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26443 dlls/vdhcp.vxd/Makefile: dlls/vdhcp.vxd/Makefile.in dlls/Makedll.rules"
26444 ac_config_files="$ac_config_files dlls/vdhcp.vxd/Makefile"
26446 ALL_MAKEFILES="$ALL_MAKEFILES \\
26447 dlls/vdmdbg/Makefile"
26448 test "x$enable_vdmdbg" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26449 vdmdbg"
26450 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26451 dlls/vdmdbg/Makefile: dlls/vdmdbg/Makefile.in dlls/Makedll.rules"
26452 ac_config_files="$ac_config_files dlls/vdmdbg/Makefile"
26454 ALL_MAKEFILES="$ALL_MAKEFILES \\
26455 dlls/version/Makefile"
26456 test "x$enable_version" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26457 version"
26458 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26459 dlls/version/Makefile: dlls/version/Makefile.in dlls/Makedll.rules"
26460 ac_config_files="$ac_config_files dlls/version/Makefile"
26462 ALL_MAKEFILES="$ALL_MAKEFILES \\
26463 dlls/version/tests/Makefile"
26464 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26465 version/tests"
26466 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26467 dlls/version/tests/Makefile: dlls/version/tests/Makefile.in dlls/Maketest.rules"
26468 ac_config_files="$ac_config_files dlls/version/tests/Makefile"
26470 ALL_MAKEFILES="$ALL_MAKEFILES \\
26471 dlls/vmm.vxd/Makefile"
26472 test "x$enable_vmm_vxd" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26473 vmm.vxd"
26474 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26475 dlls/vmm.vxd/Makefile: dlls/vmm.vxd/Makefile.in dlls/Makedll.rules"
26476 ac_config_files="$ac_config_files dlls/vmm.vxd/Makefile"
26478 ALL_MAKEFILES="$ALL_MAKEFILES \\
26479 dlls/vnbt.vxd/Makefile"
26480 test "x$enable_vnbt_vxd" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26481 vnbt.vxd"
26482 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26483 dlls/vnbt.vxd/Makefile: dlls/vnbt.vxd/Makefile.in dlls/Makedll.rules"
26484 ac_config_files="$ac_config_files dlls/vnbt.vxd/Makefile"
26486 ALL_MAKEFILES="$ALL_MAKEFILES \\
26487 dlls/vnetbios.vxd/Makefile"
26488 test "x$enable_vnetbios_vxd" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26489 vnetbios.vxd"
26490 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26491 dlls/vnetbios.vxd/Makefile: dlls/vnetbios.vxd/Makefile.in dlls/Makedll.rules"
26492 ac_config_files="$ac_config_files dlls/vnetbios.vxd/Makefile"
26494 ALL_MAKEFILES="$ALL_MAKEFILES \\
26495 dlls/vtdapi.vxd/Makefile"
26496 test "x$enable_vtdapi_vxd" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26497 vtdapi.vxd"
26498 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26499 dlls/vtdapi.vxd/Makefile: dlls/vtdapi.vxd/Makefile.in dlls/Makedll.rules"
26500 ac_config_files="$ac_config_files dlls/vtdapi.vxd/Makefile"
26502 ALL_MAKEFILES="$ALL_MAKEFILES \\
26503 dlls/vwin32.vxd/Makefile"
26504 test "x$enable_vwin32_vxd" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26505 vwin32.vxd"
26506 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26507 dlls/vwin32.vxd/Makefile: dlls/vwin32.vxd/Makefile.in dlls/Makedll.rules"
26508 ac_config_files="$ac_config_files dlls/vwin32.vxd/Makefile"
26510 ALL_MAKEFILES="$ALL_MAKEFILES \\
26511 dlls/w32skrnl/Makefile"
26512 test "x$enable_w32skrnl" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26513 w32skrnl"
26514 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26515 dlls/w32skrnl/Makefile: dlls/w32skrnl/Makefile.in dlls/Makedll.rules"
26516 ac_config_files="$ac_config_files dlls/w32skrnl/Makefile"
26518 ALL_MAKEFILES="$ALL_MAKEFILES \\
26519 dlls/winealsa.drv/Makefile"
26520 test "x$enable_winealsa_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26521 winealsa.drv"
26522 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26523 dlls/winealsa.drv/Makefile: dlls/winealsa.drv/Makefile.in dlls/Makedll.rules"
26524 ac_config_files="$ac_config_files dlls/winealsa.drv/Makefile"
26526 ALL_MAKEFILES="$ALL_MAKEFILES \\
26527 dlls/wineaudioio.drv/Makefile"
26528 test "x$enable_wineaudioio_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26529 wineaudioio.drv"
26530 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26531 dlls/wineaudioio.drv/Makefile: dlls/wineaudioio.drv/Makefile.in dlls/Makedll.rules"
26532 ac_config_files="$ac_config_files dlls/wineaudioio.drv/Makefile"
26534 ALL_MAKEFILES="$ALL_MAKEFILES \\
26535 dlls/winecoreaudio.drv/Makefile"
26536 test "x$enable_winecoreaudio_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26537 winecoreaudio.drv"
26538 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26539 dlls/winecoreaudio.drv/Makefile: dlls/winecoreaudio.drv/Makefile.in dlls/Makedll.rules"
26540 ac_config_files="$ac_config_files dlls/winecoreaudio.drv/Makefile"
26542 ALL_MAKEFILES="$ALL_MAKEFILES \\
26543 dlls/winecrt0/Makefile"
26544 test "x$enable_winecrt0" != xno && ALL_IMPLIB_DIRS="$ALL_IMPLIB_DIRS \\
26545 winecrt0"
26546 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26547 dlls/winecrt0/Makefile: dlls/winecrt0/Makefile.in dlls/Makeimplib.rules"
26548 ac_config_files="$ac_config_files dlls/winecrt0/Makefile"
26550 ALL_MAKEFILES="$ALL_MAKEFILES \\
26551 dlls/wined3d/Makefile"
26552 test "x$enable_wined3d" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26553 wined3d"
26554 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26555 dlls/wined3d/Makefile: dlls/wined3d/Makefile.in dlls/Makedll.rules"
26556 ac_config_files="$ac_config_files dlls/wined3d/Makefile"
26558 ALL_MAKEFILES="$ALL_MAKEFILES \\
26559 dlls/winedos/Makefile"
26560 test "x$enable_winedos" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26561 winedos"
26562 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26563 dlls/winedos/Makefile: dlls/winedos/Makefile.in dlls/Makedll.rules"
26564 ac_config_files="$ac_config_files dlls/winedos/Makefile"
26566 ALL_MAKEFILES="$ALL_MAKEFILES \\
26567 dlls/wineesd.drv/Makefile"
26568 test "x$enable_wineesd_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26569 wineesd.drv"
26570 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26571 dlls/wineesd.drv/Makefile: dlls/wineesd.drv/Makefile.in dlls/Makedll.rules"
26572 ac_config_files="$ac_config_files dlls/wineesd.drv/Makefile"
26574 ALL_MAKEFILES="$ALL_MAKEFILES \\
26575 dlls/winejack.drv/Makefile"
26576 test "x$enable_winejack_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26577 winejack.drv"
26578 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26579 dlls/winejack.drv/Makefile: dlls/winejack.drv/Makefile.in dlls/Makedll.rules"
26580 ac_config_files="$ac_config_files dlls/winejack.drv/Makefile"
26582 ALL_MAKEFILES="$ALL_MAKEFILES \\
26583 dlls/winejoystick.drv/Makefile"
26584 test "x$enable_winejoystick_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26585 winejoystick.drv"
26586 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26587 dlls/winejoystick.drv/Makefile: dlls/winejoystick.drv/Makefile.in dlls/Makedll.rules"
26588 ac_config_files="$ac_config_files dlls/winejoystick.drv/Makefile"
26590 ALL_MAKEFILES="$ALL_MAKEFILES \\
26591 dlls/winemp3.acm/Makefile"
26592 test "x$enable_winemp3_acm" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26593 winemp3.acm"
26594 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26595 dlls/winemp3.acm/Makefile: dlls/winemp3.acm/Makefile.in dlls/Makedll.rules"
26596 ac_config_files="$ac_config_files dlls/winemp3.acm/Makefile"
26598 ALL_MAKEFILES="$ALL_MAKEFILES \\
26599 dlls/winenas.drv/Makefile"
26600 test "x$enable_winenas_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26601 winenas.drv"
26602 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26603 dlls/winenas.drv/Makefile: dlls/winenas.drv/Makefile.in dlls/Makedll.rules"
26604 ac_config_files="$ac_config_files dlls/winenas.drv/Makefile"
26606 ALL_MAKEFILES="$ALL_MAKEFILES \\
26607 dlls/wineoss.drv/Makefile"
26608 test "x$enable_wineoss_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26609 wineoss.drv"
26610 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26611 dlls/wineoss.drv/Makefile: dlls/wineoss.drv/Makefile.in dlls/Makedll.rules"
26612 ac_config_files="$ac_config_files dlls/wineoss.drv/Makefile"
26614 ALL_MAKEFILES="$ALL_MAKEFILES \\
26615 dlls/wineps.drv/Makefile"
26616 test "x$enable_wineps_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26617 wineps.drv"
26618 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26619 dlls/wineps.drv/Makefile: dlls/wineps.drv/Makefile.in dlls/Makedll.rules"
26620 ac_config_files="$ac_config_files dlls/wineps.drv/Makefile"
26622 ALL_MAKEFILES="$ALL_MAKEFILES \\
26623 dlls/winequartz.drv/Makefile"
26624 test "x$enable_winequartz_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26625 winequartz.drv"
26626 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26627 dlls/winequartz.drv/Makefile: dlls/winequartz.drv/Makefile.in dlls/Makedll.rules"
26628 ac_config_files="$ac_config_files dlls/winequartz.drv/Makefile"
26630 ALL_MAKEFILES="$ALL_MAKEFILES \\
26631 dlls/winex11.drv/Makefile"
26632 test "x$enable_winex11_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26633 winex11.drv"
26634 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26635 dlls/winex11.drv/Makefile: dlls/winex11.drv/Makefile.in dlls/Makedll.rules"
26636 ac_config_files="$ac_config_files dlls/winex11.drv/Makefile"
26638 ALL_MAKEFILES="$ALL_MAKEFILES \\
26639 dlls/wing32/Makefile"
26640 test "x$enable_wing32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26641 wing32"
26642 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26643 dlls/wing32/Makefile: dlls/wing32/Makefile.in dlls/Makedll.rules"
26644 ac_config_files="$ac_config_files dlls/wing32/Makefile"
26646 ALL_MAKEFILES="$ALL_MAKEFILES \\
26647 dlls/winhttp/Makefile"
26648 test "x$enable_winhttp" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26649 winhttp"
26650 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26651 dlls/winhttp/Makefile: dlls/winhttp/Makefile.in dlls/Makedll.rules"
26652 ac_config_files="$ac_config_files dlls/winhttp/Makefile"
26654 ALL_MAKEFILES="$ALL_MAKEFILES \\
26655 dlls/winhttp/tests/Makefile"
26656 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26657 winhttp/tests"
26658 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26659 dlls/winhttp/tests/Makefile: dlls/winhttp/tests/Makefile.in dlls/Maketest.rules"
26660 ac_config_files="$ac_config_files dlls/winhttp/tests/Makefile"
26662 ALL_MAKEFILES="$ALL_MAKEFILES \\
26663 dlls/wininet/Makefile"
26664 test "x$enable_wininet" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26665 wininet"
26666 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26667 dlls/wininet/Makefile: dlls/wininet/Makefile.in dlls/Makedll.rules"
26668 ac_config_files="$ac_config_files dlls/wininet/Makefile"
26670 ALL_MAKEFILES="$ALL_MAKEFILES \\
26671 dlls/wininet/tests/Makefile"
26672 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26673 wininet/tests"
26674 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26675 dlls/wininet/tests/Makefile: dlls/wininet/tests/Makefile.in dlls/Maketest.rules"
26676 ac_config_files="$ac_config_files dlls/wininet/tests/Makefile"
26678 ALL_MAKEFILES="$ALL_MAKEFILES \\
26679 dlls/winmm/Makefile"
26680 test "x$enable_winmm" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26681 winmm"
26682 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26683 dlls/winmm/Makefile: dlls/winmm/Makefile.in dlls/Makedll.rules"
26684 ac_config_files="$ac_config_files dlls/winmm/Makefile"
26686 ALL_MAKEFILES="$ALL_MAKEFILES \\
26687 dlls/winmm/tests/Makefile"
26688 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26689 winmm/tests"
26690 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26691 dlls/winmm/tests/Makefile: dlls/winmm/tests/Makefile.in dlls/Maketest.rules"
26692 ac_config_files="$ac_config_files dlls/winmm/tests/Makefile"
26694 ALL_MAKEFILES="$ALL_MAKEFILES \\
26695 dlls/winnls32/Makefile"
26696 test "x$enable_winnls32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26697 winnls32"
26698 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26699 dlls/winnls32/Makefile: dlls/winnls32/Makefile.in dlls/Makedll.rules"
26700 ac_config_files="$ac_config_files dlls/winnls32/Makefile"
26702 ALL_MAKEFILES="$ALL_MAKEFILES \\
26703 dlls/winscard/Makefile"
26704 test "x$enable_winscard" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26705 winscard"
26706 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26707 dlls/winscard/Makefile: dlls/winscard/Makefile.in dlls/Makedll.rules"
26708 ac_config_files="$ac_config_files dlls/winscard/Makefile"
26710 ALL_MAKEFILES="$ALL_MAKEFILES \\
26711 dlls/winspool.drv/Makefile"
26712 test "x$enable_winspool_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26713 winspool.drv"
26714 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26715 dlls/winspool.drv/Makefile: dlls/winspool.drv/Makefile.in dlls/Makedll.rules"
26716 ac_config_files="$ac_config_files dlls/winspool.drv/Makefile"
26718 ALL_MAKEFILES="$ALL_MAKEFILES \\
26719 dlls/winspool.drv/tests/Makefile"
26720 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26721 winspool.drv/tests"
26722 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26723 dlls/winspool.drv/tests/Makefile: dlls/winspool.drv/tests/Makefile.in dlls/Maketest.rules"
26724 ac_config_files="$ac_config_files dlls/winspool.drv/tests/Makefile"
26726 ALL_MAKEFILES="$ALL_MAKEFILES \\
26727 dlls/wintab32/Makefile"
26728 test "x$enable_wintab32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26729 wintab32"
26730 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26731 dlls/wintab32/Makefile: dlls/wintab32/Makefile.in dlls/Makedll.rules"
26732 ac_config_files="$ac_config_files dlls/wintab32/Makefile"
26734 ALL_MAKEFILES="$ALL_MAKEFILES \\
26735 dlls/wintrust/Makefile"
26736 test "x$enable_wintrust" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26737 wintrust"
26738 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26739 dlls/wintrust/Makefile: dlls/wintrust/Makefile.in dlls/Makedll.rules"
26740 ac_config_files="$ac_config_files dlls/wintrust/Makefile"
26742 ALL_MAKEFILES="$ALL_MAKEFILES \\
26743 dlls/wintrust/tests/Makefile"
26744 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26745 wintrust/tests"
26746 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26747 dlls/wintrust/tests/Makefile: dlls/wintrust/tests/Makefile.in dlls/Maketest.rules"
26748 ac_config_files="$ac_config_files dlls/wintrust/tests/Makefile"
26750 ALL_MAKEFILES="$ALL_MAKEFILES \\
26751 dlls/wldap32/Makefile"
26752 test "x$enable_wldap32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26753 wldap32"
26754 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26755 dlls/wldap32/Makefile: dlls/wldap32/Makefile.in dlls/Makedll.rules"
26756 ac_config_files="$ac_config_files dlls/wldap32/Makefile"
26758 ALL_MAKEFILES="$ALL_MAKEFILES \\
26759 dlls/wldap32/tests/Makefile"
26760 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26761 wldap32/tests"
26762 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26763 dlls/wldap32/tests/Makefile: dlls/wldap32/tests/Makefile.in dlls/Maketest.rules"
26764 ac_config_files="$ac_config_files dlls/wldap32/tests/Makefile"
26766 ALL_MAKEFILES="$ALL_MAKEFILES \\
26767 dlls/wmi/Makefile"
26768 test "x$enable_wmi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26769 wmi"
26770 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26771 dlls/wmi/Makefile: dlls/wmi/Makefile.in dlls/Makedll.rules"
26772 ac_config_files="$ac_config_files dlls/wmi/Makefile"
26774 ALL_MAKEFILES="$ALL_MAKEFILES \\
26775 dlls/wnaspi32/Makefile"
26776 test "x$enable_wnaspi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26777 wnaspi32"
26778 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26779 dlls/wnaspi32/Makefile: dlls/wnaspi32/Makefile.in dlls/Makedll.rules"
26780 ac_config_files="$ac_config_files dlls/wnaspi32/Makefile"
26782 ALL_MAKEFILES="$ALL_MAKEFILES \\
26783 dlls/wow32/Makefile"
26784 test "x$enable_wow32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26785 wow32"
26786 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26787 dlls/wow32/Makefile: dlls/wow32/Makefile.in dlls/Makedll.rules"
26788 ac_config_files="$ac_config_files dlls/wow32/Makefile"
26790 ALL_MAKEFILES="$ALL_MAKEFILES \\
26791 dlls/ws2_32/Makefile"
26792 test "x$enable_ws2_32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26793 ws2_32"
26794 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26795 dlls/ws2_32/Makefile: dlls/ws2_32/Makefile.in dlls/Makedll.rules"
26796 ac_config_files="$ac_config_files dlls/ws2_32/Makefile"
26798 ALL_MAKEFILES="$ALL_MAKEFILES \\
26799 dlls/ws2_32/tests/Makefile"
26800 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26801 ws2_32/tests"
26802 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26803 dlls/ws2_32/tests/Makefile: dlls/ws2_32/tests/Makefile.in dlls/Maketest.rules"
26804 ac_config_files="$ac_config_files dlls/ws2_32/tests/Makefile"
26806 ALL_MAKEFILES="$ALL_MAKEFILES \\
26807 dlls/wsock32/Makefile"
26808 test "x$enable_wsock32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26809 wsock32"
26810 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26811 dlls/wsock32/Makefile: dlls/wsock32/Makefile.in dlls/Makedll.rules"
26812 ac_config_files="$ac_config_files dlls/wsock32/Makefile"
26814 ALL_MAKEFILES="$ALL_MAKEFILES \\
26815 dlls/wtsapi32/Makefile"
26816 test "x$enable_wtsapi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26817 wtsapi32"
26818 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26819 dlls/wtsapi32/Makefile: dlls/wtsapi32/Makefile.in dlls/Makedll.rules"
26820 ac_config_files="$ac_config_files dlls/wtsapi32/Makefile"
26822 ALL_MAKEFILES="$ALL_MAKEFILES \\
26823 dlls/wuapi/Makefile"
26824 test "x$enable_wuapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26825 wuapi"
26826 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26827 dlls/wuapi/Makefile: dlls/wuapi/Makefile.in dlls/Makedll.rules"
26828 ac_config_files="$ac_config_files dlls/wuapi/Makefile"
26830 ALL_MAKEFILES="$ALL_MAKEFILES \\
26831 dlls/xinput1_1/Makefile"
26832 test "x$enable_xinput1_1" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26833 xinput1_1"
26834 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26835 dlls/xinput1_1/Makefile: dlls/xinput1_1/Makefile.in dlls/Makedll.rules"
26836 ac_config_files="$ac_config_files dlls/xinput1_1/Makefile"
26838 ALL_MAKEFILES="$ALL_MAKEFILES \\
26839 dlls/xinput1_2/Makefile"
26840 test "x$enable_xinput1_2" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26841 xinput1_2"
26842 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26843 dlls/xinput1_2/Makefile: dlls/xinput1_2/Makefile.in dlls/Makedll.rules"
26844 ac_config_files="$ac_config_files dlls/xinput1_2/Makefile"
26846 ALL_MAKEFILES="$ALL_MAKEFILES \\
26847 dlls/xinput1_3/Makefile"
26848 test "x$enable_xinput1_3" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26849 xinput1_3"
26850 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26851 dlls/xinput1_3/Makefile: dlls/xinput1_3/Makefile.in dlls/Makedll.rules"
26852 ac_config_files="$ac_config_files dlls/xinput1_3/Makefile"
26854 ALL_MAKEFILES="$ALL_MAKEFILES \\
26855 dlls/xinput1_3/tests/Makefile"
26856 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26857 xinput1_3/tests"
26858 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26859 dlls/xinput1_3/tests/Makefile: dlls/xinput1_3/tests/Makefile.in dlls/Maketest.rules"
26860 ac_config_files="$ac_config_files dlls/xinput1_3/tests/Makefile"
26862 ALL_MAKEFILES="$ALL_MAKEFILES \\
26863 dlls/xinput9_1_0/Makefile"
26864 test "x$enable_xinput9_1_0" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26865 xinput9_1_0"
26866 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26867 dlls/xinput9_1_0/Makefile: dlls/xinput9_1_0/Makefile.in dlls/Makedll.rules"
26868 ac_config_files="$ac_config_files dlls/xinput9_1_0/Makefile"
26870 ALL_MAKEFILES="$ALL_MAKEFILES \\
26871 documentation/Makefile"
26872 test "x$enable_documentation" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
26873 documentation"
26874 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26875 documentation/Makefile: documentation/Makefile.in Make.rules"
26876 ac_config_files="$ac_config_files documentation/Makefile"
26878 ALL_MAKEFILES="$ALL_MAKEFILES \\
26879 fonts/Makefile"
26880 test "x$enable_fonts" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
26881 fonts"
26882 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26883 fonts/Makefile: fonts/Makefile.in Make.rules"
26884 ac_config_files="$ac_config_files fonts/Makefile"
26886 ALL_MAKEFILES="$ALL_MAKEFILES \\
26887 include/Makefile"
26888 test "x$enable_include" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
26889 include"
26890 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26891 include/Makefile: include/Makefile.in Make.rules"
26892 ac_config_files="$ac_config_files include/Makefile"
26894 ALL_MAKEFILES="$ALL_MAKEFILES \\
26895 libs/Makefile"
26896 test "x$enable_libs" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
26897 libs"
26898 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26899 libs/Makefile: libs/Makefile.in Make.rules"
26900 ac_config_files="$ac_config_files libs/Makefile"
26902 ALL_MAKEFILES="$ALL_MAKEFILES \\
26903 libs/port/Makefile"
26905 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26906 libs/port/Makefile: libs/port/Makefile.in Make.rules"
26907 ac_config_files="$ac_config_files libs/port/Makefile"
26909 ALL_MAKEFILES="$ALL_MAKEFILES \\
26910 libs/wine/Makefile"
26912 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26913 libs/wine/Makefile: libs/wine/Makefile.in Make.rules"
26914 ac_config_files="$ac_config_files libs/wine/Makefile"
26916 ALL_MAKEFILES="$ALL_MAKEFILES \\
26917 libs/wpp/Makefile"
26919 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26920 libs/wpp/Makefile: libs/wpp/Makefile.in Make.rules"
26921 ac_config_files="$ac_config_files libs/wpp/Makefile"
26923 ALL_MAKEFILES="$ALL_MAKEFILES \\
26924 loader/Makefile"
26925 test "x$enable_loader" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
26926 loader"
26927 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26928 loader/Makefile: loader/Makefile.in Make.rules"
26929 ac_config_files="$ac_config_files loader/Makefile"
26931 ALL_MAKEFILES="$ALL_MAKEFILES \\
26932 programs/Makefile"
26933 test "x$enable_programs" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
26934 programs"
26935 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26936 programs/Makefile: programs/Makefile.in Make.rules"
26937 ac_config_files="$ac_config_files programs/Makefile"
26939 ALL_MAKEFILES="$ALL_MAKEFILES \\
26940 programs/cacls/Makefile"
26941 test "x$enable_cacls" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
26942 cacls" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
26943 cacls"
26944 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26945 programs/cacls/Makefile: programs/cacls/Makefile.in programs/Makeprog.rules"
26946 ac_config_files="$ac_config_files programs/cacls/Makefile"
26948 ALL_MAKEFILES="$ALL_MAKEFILES \\
26949 programs/clock/Makefile"
26950 test "x$enable_clock" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
26951 clock" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
26952 clock"
26953 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26954 programs/clock/Makefile: programs/clock/Makefile.in programs/Makeprog.rules"
26955 ac_config_files="$ac_config_files programs/clock/Makefile"
26957 ALL_MAKEFILES="$ALL_MAKEFILES \\
26958 programs/cmd/Makefile"
26959 test "x$enable_cmd" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
26960 cmd" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
26961 cmd"
26962 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26963 programs/cmd/Makefile: programs/cmd/Makefile.in programs/Makeprog.rules"
26964 ac_config_files="$ac_config_files programs/cmd/Makefile"
26966 ALL_MAKEFILES="$ALL_MAKEFILES \\
26967 programs/cmdlgtst/Makefile"
26968 test "x$enable_cmdlgtst" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
26969 cmdlgtst"
26970 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26971 programs/cmdlgtst/Makefile: programs/cmdlgtst/Makefile.in programs/Makeprog.rules"
26972 ac_config_files="$ac_config_files programs/cmdlgtst/Makefile"
26974 ALL_MAKEFILES="$ALL_MAKEFILES \\
26975 programs/control/Makefile"
26976 test "x$enable_control" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
26977 control" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
26978 control"
26979 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26980 programs/control/Makefile: programs/control/Makefile.in programs/Makeprog.rules"
26981 ac_config_files="$ac_config_files programs/control/Makefile"
26983 ALL_MAKEFILES="$ALL_MAKEFILES \\
26984 programs/eject/Makefile"
26985 test "x$enable_eject" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
26986 eject" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
26987 eject"
26988 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26989 programs/eject/Makefile: programs/eject/Makefile.in programs/Makeprog.rules"
26990 ac_config_files="$ac_config_files programs/eject/Makefile"
26992 ALL_MAKEFILES="$ALL_MAKEFILES \\
26993 programs/expand/Makefile"
26994 test "x$enable_expand" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
26995 expand" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
26996 expand"
26997 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26998 programs/expand/Makefile: programs/expand/Makefile.in programs/Makeprog.rules"
26999 ac_config_files="$ac_config_files programs/expand/Makefile"
27001 ALL_MAKEFILES="$ALL_MAKEFILES \\
27002 programs/explorer/Makefile"
27003 test "x$enable_explorer" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27004 explorer" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27005 explorer"
27006 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27007 programs/explorer/Makefile: programs/explorer/Makefile.in programs/Makeprog.rules"
27008 ac_config_files="$ac_config_files programs/explorer/Makefile"
27010 ALL_MAKEFILES="$ALL_MAKEFILES \\
27011 programs/hh/Makefile"
27012 test "x$enable_hh" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27013 hh" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27015 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27016 programs/hh/Makefile: programs/hh/Makefile.in programs/Makeprog.rules"
27017 ac_config_files="$ac_config_files programs/hh/Makefile"
27019 ALL_MAKEFILES="$ALL_MAKEFILES \\
27020 programs/icinfo/Makefile"
27021 test "x$enable_icinfo" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27022 icinfo" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27023 icinfo"
27024 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27025 programs/icinfo/Makefile: programs/icinfo/Makefile.in programs/Makeprog.rules"
27026 ac_config_files="$ac_config_files programs/icinfo/Makefile"
27028 ALL_MAKEFILES="$ALL_MAKEFILES \\
27029 programs/iexplore/Makefile"
27030 test "x$enable_iexplore" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27031 iexplore" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27032 iexplore"
27033 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27034 programs/iexplore/Makefile: programs/iexplore/Makefile.in programs/Makeprog.rules"
27035 ac_config_files="$ac_config_files programs/iexplore/Makefile"
27037 ALL_MAKEFILES="$ALL_MAKEFILES \\
27038 programs/msiexec/Makefile"
27039 test "x$enable_msiexec" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27040 msiexec" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27041 msiexec" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
27042 msiexec"
27043 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27044 programs/msiexec/Makefile: programs/msiexec/Makefile.in programs/Makeprog.rules"
27045 ac_config_files="$ac_config_files programs/msiexec/Makefile"
27047 ALL_MAKEFILES="$ALL_MAKEFILES \\
27048 programs/net/Makefile"
27049 test "x$enable_net" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27050 net" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27051 net"
27052 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27053 programs/net/Makefile: programs/net/Makefile.in programs/Makeprog.rules"
27054 ac_config_files="$ac_config_files programs/net/Makefile"
27056 ALL_MAKEFILES="$ALL_MAKEFILES \\
27057 programs/notepad/Makefile"
27058 test "x$enable_notepad" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27059 notepad" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27060 notepad" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
27061 notepad"
27062 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27063 programs/notepad/Makefile: programs/notepad/Makefile.in programs/Makeprog.rules"
27064 ac_config_files="$ac_config_files programs/notepad/Makefile"
27066 ALL_MAKEFILES="$ALL_MAKEFILES \\
27067 programs/oleview/Makefile"
27068 test "x$enable_oleview" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27069 oleview" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27070 oleview"
27071 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27072 programs/oleview/Makefile: programs/oleview/Makefile.in programs/Makeprog.rules"
27073 ac_config_files="$ac_config_files programs/oleview/Makefile"
27075 ALL_MAKEFILES="$ALL_MAKEFILES \\
27076 programs/progman/Makefile"
27077 test "x$enable_progman" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27078 progman" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27079 progman" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
27080 progman"
27081 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27082 programs/progman/Makefile: programs/progman/Makefile.in programs/Makeprog.rules"
27083 ac_config_files="$ac_config_files programs/progman/Makefile"
27085 ALL_MAKEFILES="$ALL_MAKEFILES \\
27086 programs/reg/Makefile"
27087 test "x$enable_reg" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27088 reg" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27089 reg"
27090 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27091 programs/reg/Makefile: programs/reg/Makefile.in programs/Makeprog.rules"
27092 ac_config_files="$ac_config_files programs/reg/Makefile"
27094 ALL_MAKEFILES="$ALL_MAKEFILES \\
27095 programs/regedit/Makefile"
27096 test "x$enable_regedit" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27097 regedit" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27098 regedit" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
27099 regedit"
27100 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27101 programs/regedit/Makefile: programs/regedit/Makefile.in programs/Makeprog.rules"
27102 ac_config_files="$ac_config_files programs/regedit/Makefile"
27104 ALL_MAKEFILES="$ALL_MAKEFILES \\
27105 programs/regsvr32/Makefile"
27106 test "x$enable_regsvr32" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27107 regsvr32" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27108 regsvr32" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
27109 regsvr32"
27110 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27111 programs/regsvr32/Makefile: programs/regsvr32/Makefile.in programs/Makeprog.rules"
27112 ac_config_files="$ac_config_files programs/regsvr32/Makefile"
27114 ALL_MAKEFILES="$ALL_MAKEFILES \\
27115 programs/rpcss/Makefile"
27116 test "x$enable_rpcss" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27117 rpcss" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27118 rpcss"
27119 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27120 programs/rpcss/Makefile: programs/rpcss/Makefile.in programs/Makeprog.rules"
27121 ac_config_files="$ac_config_files programs/rpcss/Makefile"
27123 ALL_MAKEFILES="$ALL_MAKEFILES \\
27124 programs/rundll32/Makefile"
27125 test "x$enable_rundll32" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27126 rundll32" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27127 rundll32"
27128 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27129 programs/rundll32/Makefile: programs/rundll32/Makefile.in programs/Makeprog.rules"
27130 ac_config_files="$ac_config_files programs/rundll32/Makefile"
27132 ALL_MAKEFILES="$ALL_MAKEFILES \\
27133 programs/secedit/Makefile"
27134 test "x$enable_secedit" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27135 secedit" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27136 secedit"
27137 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27138 programs/secedit/Makefile: programs/secedit/Makefile.in programs/Makeprog.rules"
27139 ac_config_files="$ac_config_files programs/secedit/Makefile"
27141 ALL_MAKEFILES="$ALL_MAKEFILES \\
27142 programs/services/Makefile"
27143 test "x$enable_services" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27144 services" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27145 services"
27146 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27147 programs/services/Makefile: programs/services/Makefile.in programs/Makeprog.rules"
27148 ac_config_files="$ac_config_files programs/services/Makefile"
27150 ALL_MAKEFILES="$ALL_MAKEFILES \\
27151 programs/spoolsv/Makefile"
27152 test "x$enable_spoolsv" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27153 spoolsv" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27154 spoolsv"
27155 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27156 programs/spoolsv/Makefile: programs/spoolsv/Makefile.in programs/Makeprog.rules"
27157 ac_config_files="$ac_config_files programs/spoolsv/Makefile"
27159 ALL_MAKEFILES="$ALL_MAKEFILES \\
27160 programs/start/Makefile"
27161 test "x$enable_start" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27162 start" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27163 start"
27164 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27165 programs/start/Makefile: programs/start/Makefile.in programs/Makeprog.rules"
27166 ac_config_files="$ac_config_files programs/start/Makefile"
27168 ALL_MAKEFILES="$ALL_MAKEFILES \\
27169 programs/svchost/Makefile"
27170 test "x$enable_svchost" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27171 svchost" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27172 svchost"
27173 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27174 programs/svchost/Makefile: programs/svchost/Makefile.in programs/Makeprog.rules"
27175 ac_config_files="$ac_config_files programs/svchost/Makefile"
27177 ALL_MAKEFILES="$ALL_MAKEFILES \\
27178 programs/taskmgr/Makefile"
27179 test "x$enable_taskmgr" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27180 taskmgr" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27181 taskmgr"
27182 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27183 programs/taskmgr/Makefile: programs/taskmgr/Makefile.in programs/Makeprog.rules"
27184 ac_config_files="$ac_config_files programs/taskmgr/Makefile"
27186 ALL_MAKEFILES="$ALL_MAKEFILES \\
27187 programs/uninstaller/Makefile"
27188 test "x$enable_uninstaller" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27189 uninstaller" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27190 uninstaller" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
27191 uninstaller"
27192 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27193 programs/uninstaller/Makefile: programs/uninstaller/Makefile.in programs/Makeprog.rules"
27194 ac_config_files="$ac_config_files programs/uninstaller/Makefile"
27196 ALL_MAKEFILES="$ALL_MAKEFILES \\
27197 programs/view/Makefile"
27198 test "x$enable_view" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27199 view"
27200 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27201 programs/view/Makefile: programs/view/Makefile.in programs/Makeprog.rules"
27202 ac_config_files="$ac_config_files programs/view/Makefile"
27204 ALL_MAKEFILES="$ALL_MAKEFILES \\
27205 programs/wineboot/Makefile"
27206 test "x$enable_wineboot" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27207 wineboot" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27208 wineboot" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
27209 wineboot"
27210 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27211 programs/wineboot/Makefile: programs/wineboot/Makefile.in programs/Makeprog.rules"
27212 ac_config_files="$ac_config_files programs/wineboot/Makefile"
27214 ALL_MAKEFILES="$ALL_MAKEFILES \\
27215 programs/winebrowser/Makefile"
27216 test "x$enable_winebrowser" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27217 winebrowser" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27218 winebrowser" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
27219 winebrowser"
27220 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27221 programs/winebrowser/Makefile: programs/winebrowser/Makefile.in programs/Makeprog.rules"
27222 ac_config_files="$ac_config_files programs/winebrowser/Makefile"
27224 ALL_MAKEFILES="$ALL_MAKEFILES \\
27225 programs/winecfg/Makefile"
27226 test "x$enable_winecfg" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27227 winecfg" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27228 winecfg" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
27229 winecfg"
27230 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27231 programs/winecfg/Makefile: programs/winecfg/Makefile.in programs/Makeprog.rules"
27232 ac_config_files="$ac_config_files programs/winecfg/Makefile"
27234 ALL_MAKEFILES="$ALL_MAKEFILES \\
27235 programs/wineconsole/Makefile"
27236 test "x$enable_wineconsole" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27237 wineconsole" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27238 wineconsole" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
27239 wineconsole"
27240 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27241 programs/wineconsole/Makefile: programs/wineconsole/Makefile.in programs/Makeprog.rules"
27242 ac_config_files="$ac_config_files programs/wineconsole/Makefile"
27244 ALL_MAKEFILES="$ALL_MAKEFILES \\
27245 programs/winedbg/Makefile"
27246 test "x$enable_winedbg" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27247 winedbg" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27248 winedbg" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
27249 winedbg"
27250 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27251 programs/winedbg/Makefile: programs/winedbg/Makefile.in programs/Makeprog.rules"
27252 ac_config_files="$ac_config_files programs/winedbg/Makefile"
27254 ALL_MAKEFILES="$ALL_MAKEFILES \\
27255 programs/winedevice/Makefile"
27256 test "x$enable_winedevice" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27257 winedevice" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27258 winedevice"
27259 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27260 programs/winedevice/Makefile: programs/winedevice/Makefile.in programs/Makeprog.rules"
27261 ac_config_files="$ac_config_files programs/winedevice/Makefile"
27263 ALL_MAKEFILES="$ALL_MAKEFILES \\
27264 programs/winefile/Makefile"
27265 test "x$enable_winefile" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27266 winefile" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27267 winefile" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
27268 winefile"
27269 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27270 programs/winefile/Makefile: programs/winefile/Makefile.in programs/Makeprog.rules"
27271 ac_config_files="$ac_config_files programs/winefile/Makefile"
27273 ALL_MAKEFILES="$ALL_MAKEFILES \\
27274 programs/winemenubuilder/Makefile"
27275 test "x$enable_winemenubuilder" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27276 winemenubuilder" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27277 winemenubuilder"
27278 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27279 programs/winemenubuilder/Makefile: programs/winemenubuilder/Makefile.in programs/Makeprog.rules"
27280 ac_config_files="$ac_config_files programs/winemenubuilder/Makefile"
27282 ALL_MAKEFILES="$ALL_MAKEFILES \\
27283 programs/winemine/Makefile"
27284 test "x$enable_winemine" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27285 winemine" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27286 winemine" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
27287 winemine"
27288 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27289 programs/winemine/Makefile: programs/winemine/Makefile.in programs/Makeprog.rules"
27290 ac_config_files="$ac_config_files programs/winemine/Makefile"
27292 ALL_MAKEFILES="$ALL_MAKEFILES \\
27293 programs/winepath/Makefile"
27294 test "x$enable_winepath" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27295 winepath" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27296 winepath" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
27297 winepath"
27298 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27299 programs/winepath/Makefile: programs/winepath/Makefile.in programs/Makeprog.rules"
27300 ac_config_files="$ac_config_files programs/winepath/Makefile"
27302 ALL_MAKEFILES="$ALL_MAKEFILES \\
27303 programs/winetest/Makefile"
27304 test "x$enable_winetest" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27305 winetest"
27306 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27307 programs/winetest/Makefile: programs/winetest/Makefile.in programs/Makeprog.rules"
27308 ac_config_files="$ac_config_files programs/winetest/Makefile"
27310 ALL_MAKEFILES="$ALL_MAKEFILES \\
27311 programs/winevdm/Makefile"
27312 test "x$enable_winevdm" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27313 winevdm" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27314 winevdm"
27315 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27316 programs/winevdm/Makefile: programs/winevdm/Makefile.in programs/Makeprog.rules"
27317 ac_config_files="$ac_config_files programs/winevdm/Makefile"
27319 ALL_MAKEFILES="$ALL_MAKEFILES \\
27320 programs/winhlp32/Makefile"
27321 test "x$enable_winhlp32" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27322 winhlp32" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27323 winhlp32"
27324 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27325 programs/winhlp32/Makefile: programs/winhlp32/Makefile.in programs/Makeprog.rules"
27326 ac_config_files="$ac_config_files programs/winhlp32/Makefile"
27328 ALL_MAKEFILES="$ALL_MAKEFILES \\
27329 programs/winver/Makefile"
27330 test "x$enable_winver" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27331 winver" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27332 winver"
27333 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27334 programs/winver/Makefile: programs/winver/Makefile.in programs/Makeprog.rules"
27335 ac_config_files="$ac_config_files programs/winver/Makefile"
27337 ALL_MAKEFILES="$ALL_MAKEFILES \\
27338 programs/wordpad/Makefile"
27339 test "x$enable_wordpad" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27340 wordpad" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27341 wordpad"
27342 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27343 programs/wordpad/Makefile: programs/wordpad/Makefile.in programs/Makeprog.rules"
27344 ac_config_files="$ac_config_files programs/wordpad/Makefile"
27346 ALL_MAKEFILES="$ALL_MAKEFILES \\
27347 programs/write/Makefile"
27348 test "x$enable_write" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27349 write" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27350 write"
27351 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27352 programs/write/Makefile: programs/write/Makefile.in programs/Makeprog.rules"
27353 ac_config_files="$ac_config_files programs/write/Makefile"
27355 ALL_MAKEFILES="$ALL_MAKEFILES \\
27356 programs/xcopy/Makefile"
27357 test "x$enable_xcopy" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27358 xcopy" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27359 xcopy"
27360 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27361 programs/xcopy/Makefile: programs/xcopy/Makefile.in programs/Makeprog.rules"
27362 ac_config_files="$ac_config_files programs/xcopy/Makefile"
27364 ALL_MAKEFILES="$ALL_MAKEFILES \\
27365 server/Makefile"
27366 test "x$enable_server" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
27367 server"
27368 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27369 server/Makefile: server/Makefile.in Make.rules"
27370 ac_config_files="$ac_config_files server/Makefile"
27372 ALL_MAKEFILES="$ALL_MAKEFILES \\
27373 tools/Makefile"
27374 test "x$enable_tools" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
27375 tools"
27376 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27377 tools/Makefile: tools/Makefile.in Make.rules"
27378 ac_config_files="$ac_config_files tools/Makefile"
27380 ALL_MAKEFILES="$ALL_MAKEFILES \\
27381 tools/widl/Makefile"
27383 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27384 tools/widl/Makefile: tools/widl/Makefile.in Make.rules"
27385 ac_config_files="$ac_config_files tools/widl/Makefile"
27387 ALL_MAKEFILES="$ALL_MAKEFILES \\
27388 tools/winebuild/Makefile"
27390 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27391 tools/winebuild/Makefile: tools/winebuild/Makefile.in Make.rules"
27392 ac_config_files="$ac_config_files tools/winebuild/Makefile"
27394 ALL_MAKEFILES="$ALL_MAKEFILES \\
27395 tools/winedump/Makefile"
27397 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27398 tools/winedump/Makefile: tools/winedump/Makefile.in Make.rules"
27399 ac_config_files="$ac_config_files tools/winedump/Makefile"
27401 ALL_MAKEFILES="$ALL_MAKEFILES \\
27402 tools/winegcc/Makefile"
27404 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27405 tools/winegcc/Makefile: tools/winegcc/Makefile.in Make.rules"
27406 ac_config_files="$ac_config_files tools/winegcc/Makefile"
27408 ALL_MAKEFILES="$ALL_MAKEFILES \\
27409 tools/wmc/Makefile"
27411 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27412 tools/wmc/Makefile: tools/wmc/Makefile.in Make.rules"
27413 ac_config_files="$ac_config_files tools/wmc/Makefile"
27415 ALL_MAKEFILES="$ALL_MAKEFILES \\
27416 tools/wrc/Makefile"
27418 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27419 tools/wrc/Makefile: tools/wrc/Makefile.in Make.rules"
27420 ac_config_files="$ac_config_files tools/wrc/Makefile"
27424 ALL_WINETEST_DEPENDS="# Test binaries"
27426 for dir in $ALL_TEST_DIRS
27428 if test "$dir" != "\\"
27429 then
27430 testname=`expr $dir : '\(.*\)/tests'`_test.exe
27431 ALL_WINETEST_DEPENDS="$ALL_WINETEST_DEPENDS
27432 $testname: \$(DLLDIR)/$dir/$testname\$(DLLEXT)
27433 cp \$(DLLDIR)/$dir/$testname\$(DLLEXT) \$@ && \$(STRIP) \$@"
27435 done
27437 cat >confcache <<\_ACEOF
27438 # This file is a shell script that caches the results of configure
27439 # tests run on this system so they can be shared between configure
27440 # scripts and configure runs, see configure's option --config-cache.
27441 # It is not useful on other systems. If it contains results you don't
27442 # want to keep, you may remove or edit it.
27444 # config.status only pays attention to the cache file if you give it
27445 # the --recheck option to rerun configure.
27447 # `ac_cv_env_foo' variables (set or unset) will be overridden when
27448 # loading this file, other *unset* `ac_cv_foo' will be assigned the
27449 # following values.
27451 _ACEOF
27453 # The following way of writing the cache mishandles newlines in values,
27454 # but we know of no workaround that is simple, portable, and efficient.
27455 # So, we kill variables containing newlines.
27456 # Ultrix sh set writes to stderr and can't be redirected directly,
27457 # and sets the high bit in the cache file unless we assign to the vars.
27459 for ac_var in `(set) 2>&1 | sed -n 's/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'`; do
27460 eval ac_val=\$$ac_var
27461 case $ac_val in #(
27462 *${as_nl}*)
27463 case $ac_var in #(
27464 *_cv_*) { $as_echo "$as_me:$LINENO: WARNING: cache variable $ac_var contains a newline" >&5
27465 $as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
27466 esac
27467 case $ac_var in #(
27468 _ | IFS | as_nl) ;; #(
27469 BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
27470 *) $as_unset $ac_var ;;
27471 esac ;;
27472 esac
27473 done
27475 (set) 2>&1 |
27476 case $as_nl`(ac_space=' '; set) 2>&1` in #(
27477 *${as_nl}ac_space=\ *)
27478 # `set' does not quote correctly, so add quotes (double-quote
27479 # substitution turns \\\\ into \\, and sed turns \\ into \).
27480 sed -n \
27481 "s/'/'\\\\''/g;
27482 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
27483 ;; #(
27485 # `set' quotes correctly as required by POSIX, so do not add quotes.
27486 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
27488 esac |
27489 sort
27491 sed '
27492 /^ac_cv_env_/b end
27493 t clear
27494 :clear
27495 s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
27496 t end
27497 s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
27498 :end' >>confcache
27499 if diff "$cache_file" confcache >/dev/null 2>&1; then :; else
27500 if test -w "$cache_file"; then
27501 test "x$cache_file" != "x/dev/null" &&
27502 { $as_echo "$as_me:$LINENO: updating cache $cache_file" >&5
27503 $as_echo "$as_me: updating cache $cache_file" >&6;}
27504 cat confcache >$cache_file
27505 else
27506 { $as_echo "$as_me:$LINENO: not updating unwritable cache $cache_file" >&5
27507 $as_echo "$as_me: not updating unwritable cache $cache_file" >&6;}
27510 rm -f confcache
27512 test "x$prefix" = xNONE && prefix=$ac_default_prefix
27513 # Let make expand exec_prefix.
27514 test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
27516 DEFS=-DHAVE_CONFIG_H
27518 ac_libobjs=
27519 ac_ltlibobjs=
27520 for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue
27521 # 1. Remove the extension, and $U if already installed.
27522 ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
27523 ac_i=`$as_echo "$ac_i" | sed "$ac_script"`
27524 # 2. Prepend LIBOBJDIR. When used with automake>=1.10 LIBOBJDIR
27525 # will be set to the directory where LIBOBJS objects are built.
27526 ac_libobjs="$ac_libobjs \${LIBOBJDIR}$ac_i\$U.$ac_objext"
27527 ac_ltlibobjs="$ac_ltlibobjs \${LIBOBJDIR}$ac_i"'$U.lo'
27528 done
27529 LIBOBJS=$ac_libobjs
27531 LTLIBOBJS=$ac_ltlibobjs
27535 : ${CONFIG_STATUS=./config.status}
27536 ac_write_fail=0
27537 ac_clean_files_save=$ac_clean_files
27538 ac_clean_files="$ac_clean_files $CONFIG_STATUS"
27539 { $as_echo "$as_me:$LINENO: creating $CONFIG_STATUS" >&5
27540 $as_echo "$as_me: creating $CONFIG_STATUS" >&6;}
27541 cat >$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
27542 #! $SHELL
27543 # Generated by $as_me.
27544 # Run this file to recreate the current configuration.
27545 # Compiler output produced by configure, useful for debugging
27546 # configure, is in config.log if it exists.
27548 debug=false
27549 ac_cs_recheck=false
27550 ac_cs_silent=false
27551 SHELL=\${CONFIG_SHELL-$SHELL}
27552 _ACEOF
27554 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
27555 ## --------------------- ##
27556 ## M4sh Initialization. ##
27557 ## --------------------- ##
27559 # Be more Bourne compatible
27560 DUALCASE=1; export DUALCASE # for MKS sh
27561 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
27562 emulate sh
27563 NULLCMD=:
27564 # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
27565 # is contrary to our usage. Disable this feature.
27566 alias -g '${1+"$@"}'='"$@"'
27567 setopt NO_GLOB_SUBST
27568 else
27569 case `(set -o) 2>/dev/null` in
27570 *posix*) set -o posix ;;
27571 esac
27578 # PATH needs CR
27579 # Avoid depending upon Character Ranges.
27580 as_cr_letters='abcdefghijklmnopqrstuvwxyz'
27581 as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
27582 as_cr_Letters=$as_cr_letters$as_cr_LETTERS
27583 as_cr_digits='0123456789'
27584 as_cr_alnum=$as_cr_Letters$as_cr_digits
27586 as_nl='
27588 export as_nl
27589 # Printing a long string crashes Solaris 7 /usr/bin/printf.
27590 as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
27591 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo
27592 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo
27593 if (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
27594 as_echo='printf %s\n'
27595 as_echo_n='printf %s'
27596 else
27597 if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
27598 as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
27599 as_echo_n='/usr/ucb/echo -n'
27600 else
27601 as_echo_body='eval expr "X$1" : "X\\(.*\\)"'
27602 as_echo_n_body='eval
27603 arg=$1;
27604 case $arg in
27605 *"$as_nl"*)
27606 expr "X$arg" : "X\\(.*\\)$as_nl";
27607 arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
27608 esac;
27609 expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl"
27611 export as_echo_n_body
27612 as_echo_n='sh -c $as_echo_n_body as_echo'
27614 export as_echo_body
27615 as_echo='sh -c $as_echo_body as_echo'
27618 # The user is always right.
27619 if test "${PATH_SEPARATOR+set}" != set; then
27620 PATH_SEPARATOR=:
27621 (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && {
27622 (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||
27623 PATH_SEPARATOR=';'
27627 # Support unset when possible.
27628 if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then
27629 as_unset=unset
27630 else
27631 as_unset=false
27635 # IFS
27636 # We need space, tab and new line, in precisely that order. Quoting is
27637 # there to prevent editors from complaining about space-tab.
27638 # (If _AS_PATH_WALK were called with IFS unset, it would disable word
27639 # splitting by setting IFS to empty value.)
27640 IFS=" "" $as_nl"
27642 # Find who we are. Look in the path if we contain no directory separator.
27643 case $0 in
27644 *[\\/]* ) as_myself=$0 ;;
27645 *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
27646 for as_dir in $PATH
27648 IFS=$as_save_IFS
27649 test -z "$as_dir" && as_dir=.
27650 test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
27651 done
27652 IFS=$as_save_IFS
27655 esac
27656 # We did not find ourselves, most probably we were run as `sh COMMAND'
27657 # in which case we are not to be found in the path.
27658 if test "x$as_myself" = x; then
27659 as_myself=$0
27661 if test ! -f "$as_myself"; then
27662 $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
27663 { (exit 1); exit 1; }
27666 # Work around bugs in pre-3.0 UWIN ksh.
27667 for as_var in ENV MAIL MAILPATH
27668 do ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var
27669 done
27670 PS1='$ '
27671 PS2='> '
27672 PS4='+ '
27674 # NLS nuisances.
27675 LC_ALL=C
27676 export LC_ALL
27677 LANGUAGE=C
27678 export LANGUAGE
27680 # Required to use basename.
27681 if expr a : '\(a\)' >/dev/null 2>&1 &&
27682 test "X`expr 00001 : '.*\(...\)'`" = X001; then
27683 as_expr=expr
27684 else
27685 as_expr=false
27688 if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
27689 as_basename=basename
27690 else
27691 as_basename=false
27695 # Name of the executable.
27696 as_me=`$as_basename -- "$0" ||
27697 $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
27698 X"$0" : 'X\(//\)$' \| \
27699 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
27700 $as_echo X/"$0" |
27701 sed '/^.*\/\([^/][^/]*\)\/*$/{
27702 s//\1/
27705 /^X\/\(\/\/\)$/{
27706 s//\1/
27709 /^X\/\(\/\).*/{
27710 s//\1/
27713 s/.*/./; q'`
27715 # CDPATH.
27716 $as_unset CDPATH
27720 as_lineno_1=$LINENO
27721 as_lineno_2=$LINENO
27722 test "x$as_lineno_1" != "x$as_lineno_2" &&
27723 test "x`expr $as_lineno_1 + 1`" = "x$as_lineno_2" || {
27725 # Create $as_me.lineno as a copy of $as_myself, but with $LINENO
27726 # uniformly replaced by the line number. The first 'sed' inserts a
27727 # line-number line after each line using $LINENO; the second 'sed'
27728 # does the real work. The second script uses 'N' to pair each
27729 # line-number line with the line containing $LINENO, and appends
27730 # trailing '-' during substitution so that $LINENO is not a special
27731 # case at line end.
27732 # (Raja R Harinath suggested sed '=', and Paul Eggert wrote the
27733 # scripts with optimization help from Paolo Bonzini. Blame Lee
27734 # E. McMahon (1931-1989) for sed's syntax. :-)
27735 sed -n '
27737 /[$]LINENO/=
27738 ' <$as_myself |
27739 sed '
27740 s/[$]LINENO.*/&-/
27741 t lineno
27743 :lineno
27745 :loop
27746 s/[$]LINENO\([^'$as_cr_alnum'_].*\n\)\(.*\)/\2\1\2/
27747 t loop
27748 s/-\n.*//
27749 ' >$as_me.lineno &&
27750 chmod +x "$as_me.lineno" ||
27751 { $as_echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2
27752 { (exit 1); exit 1; }; }
27754 # Don't try to exec as it changes $[0], causing all sort of problems
27755 # (the dirname of $[0] is not the place where we might find the
27756 # original and so on. Autoconf is especially sensitive to this).
27757 . "./$as_me.lineno"
27758 # Exit status is that of the last command.
27759 exit
27763 if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
27764 as_dirname=dirname
27765 else
27766 as_dirname=false
27769 ECHO_C= ECHO_N= ECHO_T=
27770 case `echo -n x` in
27771 -n*)
27772 case `echo 'x\c'` in
27773 *c*) ECHO_T=' ';; # ECHO_T is single tab character.
27774 *) ECHO_C='\c';;
27775 esac;;
27777 ECHO_N='-n';;
27778 esac
27779 if expr a : '\(a\)' >/dev/null 2>&1 &&
27780 test "X`expr 00001 : '.*\(...\)'`" = X001; then
27781 as_expr=expr
27782 else
27783 as_expr=false
27786 rm -f conf$$ conf$$.exe conf$$.file
27787 if test -d conf$$.dir; then
27788 rm -f conf$$.dir/conf$$.file
27789 else
27790 rm -f conf$$.dir
27791 mkdir conf$$.dir 2>/dev/null
27793 if (echo >conf$$.file) 2>/dev/null; then
27794 if ln -s conf$$.file conf$$ 2>/dev/null; then
27795 as_ln_s='ln -s'
27796 # ... but there are two gotchas:
27797 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
27798 # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
27799 # In both cases, we have to default to `cp -p'.
27800 ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
27801 as_ln_s='cp -p'
27802 elif ln conf$$.file conf$$ 2>/dev/null; then
27803 as_ln_s=ln
27804 else
27805 as_ln_s='cp -p'
27807 else
27808 as_ln_s='cp -p'
27810 rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
27811 rmdir conf$$.dir 2>/dev/null
27813 if mkdir -p . 2>/dev/null; then
27814 as_mkdir_p=:
27815 else
27816 test -d ./-p && rmdir ./-p
27817 as_mkdir_p=false
27820 if test -x / >/dev/null 2>&1; then
27821 as_test_x='test -x'
27822 else
27823 if ls -dL / >/dev/null 2>&1; then
27824 as_ls_L_option=L
27825 else
27826 as_ls_L_option=
27828 as_test_x='
27829 eval sh -c '\''
27830 if test -d "$1"; then
27831 test -d "$1/.";
27832 else
27833 case $1 in
27834 -*)set "./$1";;
27835 esac;
27836 case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in
27837 ???[sx]*):;;*)false;;esac;fi
27838 '\'' sh
27841 as_executable_p=$as_test_x
27843 # Sed expression to map a string onto a valid CPP name.
27844 as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
27846 # Sed expression to map a string onto a valid variable name.
27847 as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
27850 exec 6>&1
27852 # Save the log message, to keep $[0] and so on meaningful, and to
27853 # report actual input values of CONFIG_FILES etc. instead of their
27854 # values after options handling.
27855 ac_log="
27856 This file was extended by Wine $as_me 1.1.12, which was
27857 generated by GNU Autoconf 2.63. Invocation command line was
27859 CONFIG_FILES = $CONFIG_FILES
27860 CONFIG_HEADERS = $CONFIG_HEADERS
27861 CONFIG_LINKS = $CONFIG_LINKS
27862 CONFIG_COMMANDS = $CONFIG_COMMANDS
27863 $ $0 $@
27865 on `(hostname || uname -n) 2>/dev/null | sed 1q`
27868 _ACEOF
27870 case $ac_config_files in *"
27871 "*) set x $ac_config_files; shift; ac_config_files=$*;;
27872 esac
27874 case $ac_config_headers in *"
27875 "*) set x $ac_config_headers; shift; ac_config_headers=$*;;
27876 esac
27879 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
27880 # Files that config.status was made for.
27881 config_files="$ac_config_files"
27882 config_headers="$ac_config_headers"
27883 config_commands="$ac_config_commands"
27885 _ACEOF
27887 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
27888 ac_cs_usage="\
27889 \`$as_me' instantiates files from templates according to the
27890 current configuration.
27892 Usage: $0 [OPTION]... [FILE]...
27894 -h, --help print this help, then exit
27895 -V, --version print version number and configuration settings, then exit
27896 -q, --quiet, --silent
27897 do not print progress messages
27898 -d, --debug don't remove temporary files
27899 --recheck update $as_me by reconfiguring in the same conditions
27900 --file=FILE[:TEMPLATE]
27901 instantiate the configuration file FILE
27902 --header=FILE[:TEMPLATE]
27903 instantiate the configuration header FILE
27905 Configuration files:
27906 $config_files
27908 Configuration headers:
27909 $config_headers
27911 Configuration commands:
27912 $config_commands
27914 Report bugs to <bug-autoconf@gnu.org>."
27916 _ACEOF
27917 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
27918 ac_cs_version="\\
27919 Wine config.status 1.1.12
27920 configured by $0, generated by GNU Autoconf 2.63,
27921 with options \\"`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\"
27923 Copyright (C) 2008 Free Software Foundation, Inc.
27924 This config.status script is free software; the Free Software Foundation
27925 gives unlimited permission to copy, distribute and modify it."
27927 ac_pwd='$ac_pwd'
27928 srcdir='$srcdir'
27929 INSTALL='$INSTALL'
27930 test -n "\$AWK" || AWK=awk
27931 _ACEOF
27933 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
27934 # The default lists apply if the user does not specify any file.
27935 ac_need_defaults=:
27936 while test $# != 0
27938 case $1 in
27939 --*=*)
27940 ac_option=`expr "X$1" : 'X\([^=]*\)='`
27941 ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
27942 ac_shift=:
27945 ac_option=$1
27946 ac_optarg=$2
27947 ac_shift=shift
27949 esac
27951 case $ac_option in
27952 # Handling of the options.
27953 -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
27954 ac_cs_recheck=: ;;
27955 --version | --versio | --versi | --vers | --ver | --ve | --v | -V )
27956 $as_echo "$ac_cs_version"; exit ;;
27957 --debug | --debu | --deb | --de | --d | -d )
27958 debug=: ;;
27959 --file | --fil | --fi | --f )
27960 $ac_shift
27961 case $ac_optarg in
27962 *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
27963 esac
27964 CONFIG_FILES="$CONFIG_FILES '$ac_optarg'"
27965 ac_need_defaults=false;;
27966 --header | --heade | --head | --hea )
27967 $ac_shift
27968 case $ac_optarg in
27969 *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
27970 esac
27971 CONFIG_HEADERS="$CONFIG_HEADERS '$ac_optarg'"
27972 ac_need_defaults=false;;
27973 --he | --h)
27974 # Conflict between --help and --header
27975 { $as_echo "$as_me: error: ambiguous option: $1
27976 Try \`$0 --help' for more information." >&2
27977 { (exit 1); exit 1; }; };;
27978 --help | --hel | -h )
27979 $as_echo "$ac_cs_usage"; exit ;;
27980 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
27981 | -silent | --silent | --silen | --sile | --sil | --si | --s)
27982 ac_cs_silent=: ;;
27984 # This is an error.
27985 -*) { $as_echo "$as_me: error: unrecognized option: $1
27986 Try \`$0 --help' for more information." >&2
27987 { (exit 1); exit 1; }; } ;;
27989 *) ac_config_targets="$ac_config_targets $1"
27990 ac_need_defaults=false ;;
27992 esac
27993 shift
27994 done
27996 ac_configure_extra_args=
27998 if $ac_cs_silent; then
27999 exec 6>/dev/null
28000 ac_configure_extra_args="$ac_configure_extra_args --silent"
28003 _ACEOF
28004 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
28005 if \$ac_cs_recheck; then
28006 set X '$SHELL' '$0' $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
28007 shift
28008 \$as_echo "running CONFIG_SHELL=$SHELL \$*" >&6
28009 CONFIG_SHELL='$SHELL'
28010 export CONFIG_SHELL
28011 exec "\$@"
28014 _ACEOF
28015 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
28016 exec 5>>config.log
28018 echo
28019 sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
28020 ## Running $as_me. ##
28021 _ASBOX
28022 $as_echo "$ac_log"
28023 } >&5
28025 _ACEOF
28026 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
28027 _ACEOF
28029 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
28031 # Handling of arguments.
28032 for ac_config_target in $ac_config_targets
28034 case $ac_config_target in
28035 "include/config.h") CONFIG_HEADERS="$CONFIG_HEADERS include/config.h" ;;
28036 "include/stamp-h") CONFIG_COMMANDS="$CONFIG_COMMANDS include/stamp-h" ;;
28037 "dlls/gdi32/enhmfdrv") CONFIG_COMMANDS="$CONFIG_COMMANDS dlls/gdi32/enhmfdrv" ;;
28038 "dlls/gdi32/mfdrv") CONFIG_COMMANDS="$CONFIG_COMMANDS dlls/gdi32/mfdrv" ;;
28039 "dlls/kernel32/nls") CONFIG_COMMANDS="$CONFIG_COMMANDS dlls/kernel32/nls" ;;
28040 "dlls/user32/resources") CONFIG_COMMANDS="$CONFIG_COMMANDS dlls/user32/resources" ;;
28041 "dlls/wineps.drv/data") CONFIG_COMMANDS="$CONFIG_COMMANDS dlls/wineps.drv/data" ;;
28042 "include/wine") CONFIG_COMMANDS="$CONFIG_COMMANDS include/wine" ;;
28043 "Make.rules") CONFIG_FILES="$CONFIG_FILES Make.rules" ;;
28044 "dlls/Makedll.rules") CONFIG_FILES="$CONFIG_FILES dlls/Makedll.rules" ;;
28045 "dlls/Makeimplib.rules") CONFIG_FILES="$CONFIG_FILES dlls/Makeimplib.rules" ;;
28046 "dlls/Maketest.rules") CONFIG_FILES="$CONFIG_FILES dlls/Maketest.rules" ;;
28047 "programs/Makeprog.rules") CONFIG_FILES="$CONFIG_FILES programs/Makeprog.rules" ;;
28048 "Makefile") CONFIG_FILES="$CONFIG_FILES Makefile" ;;
28049 "dlls/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/Makefile" ;;
28050 "dlls/acledit/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/acledit/Makefile" ;;
28051 "dlls/activeds/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/activeds/Makefile" ;;
28052 "dlls/actxprxy/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/actxprxy/Makefile" ;;
28053 "dlls/adsiid/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/adsiid/Makefile" ;;
28054 "dlls/advapi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/advapi32/Makefile" ;;
28055 "dlls/advapi32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/advapi32/tests/Makefile" ;;
28056 "dlls/advpack/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/advpack/Makefile" ;;
28057 "dlls/advpack/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/advpack/tests/Makefile" ;;
28058 "dlls/amstream/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/amstream/Makefile" ;;
28059 "dlls/appwiz.cpl/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/appwiz.cpl/Makefile" ;;
28060 "dlls/atl/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/atl/Makefile" ;;
28061 "dlls/avicap32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/avicap32/Makefile" ;;
28062 "dlls/avifil32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/avifil32/Makefile" ;;
28063 "dlls/browseui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/browseui/Makefile" ;;
28064 "dlls/browseui/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/browseui/tests/Makefile" ;;
28065 "dlls/cabinet/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cabinet/Makefile" ;;
28066 "dlls/cabinet/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cabinet/tests/Makefile" ;;
28067 "dlls/capi2032/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/capi2032/Makefile" ;;
28068 "dlls/cards/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cards/Makefile" ;;
28069 "dlls/cfgmgr32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cfgmgr32/Makefile" ;;
28070 "dlls/clusapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/clusapi/Makefile" ;;
28071 "dlls/comcat/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/comcat/Makefile" ;;
28072 "dlls/comcat/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/comcat/tests/Makefile" ;;
28073 "dlls/comctl32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/comctl32/Makefile" ;;
28074 "dlls/comctl32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/comctl32/tests/Makefile" ;;
28075 "dlls/comdlg32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/comdlg32/Makefile" ;;
28076 "dlls/comdlg32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/comdlg32/tests/Makefile" ;;
28077 "dlls/compstui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/compstui/Makefile" ;;
28078 "dlls/credui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/credui/Makefile" ;;
28079 "dlls/credui/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/credui/tests/Makefile" ;;
28080 "dlls/crtdll/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/crtdll/Makefile" ;;
28081 "dlls/crypt32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/crypt32/Makefile" ;;
28082 "dlls/crypt32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/crypt32/tests/Makefile" ;;
28083 "dlls/cryptdlg/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cryptdlg/Makefile" ;;
28084 "dlls/cryptdll/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cryptdll/Makefile" ;;
28085 "dlls/cryptnet/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cryptnet/Makefile" ;;
28086 "dlls/cryptnet/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cryptnet/tests/Makefile" ;;
28087 "dlls/cryptui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cryptui/Makefile" ;;
28088 "dlls/cryptui/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cryptui/tests/Makefile" ;;
28089 "dlls/ctapi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ctapi32/Makefile" ;;
28090 "dlls/ctl3d32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ctl3d32/Makefile" ;;
28091 "dlls/d3d10/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d10/Makefile" ;;
28092 "dlls/d3d10/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d10/tests/Makefile" ;;
28093 "dlls/d3d10core/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d10core/Makefile" ;;
28094 "dlls/d3d10core/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d10core/tests/Makefile" ;;
28095 "dlls/d3d8/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d8/Makefile" ;;
28096 "dlls/d3d8/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d8/tests/Makefile" ;;
28097 "dlls/d3d9/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d9/Makefile" ;;
28098 "dlls/d3d9/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d9/tests/Makefile" ;;
28099 "dlls/d3dim/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dim/Makefile" ;;
28100 "dlls/d3drm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3drm/Makefile" ;;
28101 "dlls/d3drm/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3drm/tests/Makefile" ;;
28102 "dlls/d3dx8/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx8/Makefile" ;;
28103 "dlls/d3dx8/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx8/tests/Makefile" ;;
28104 "dlls/d3dx9_24/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_24/Makefile" ;;
28105 "dlls/d3dx9_25/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_25/Makefile" ;;
28106 "dlls/d3dx9_26/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_26/Makefile" ;;
28107 "dlls/d3dx9_27/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_27/Makefile" ;;
28108 "dlls/d3dx9_28/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_28/Makefile" ;;
28109 "dlls/d3dx9_29/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_29/Makefile" ;;
28110 "dlls/d3dx9_30/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_30/Makefile" ;;
28111 "dlls/d3dx9_31/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_31/Makefile" ;;
28112 "dlls/d3dx9_32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_32/Makefile" ;;
28113 "dlls/d3dx9_33/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_33/Makefile" ;;
28114 "dlls/d3dx9_34/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_34/Makefile" ;;
28115 "dlls/d3dx9_35/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_35/Makefile" ;;
28116 "dlls/d3dx9_36/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_36/Makefile" ;;
28117 "dlls/d3dx9_36/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_36/tests/Makefile" ;;
28118 "dlls/d3dx9_37/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_37/Makefile" ;;
28119 "dlls/d3dxof/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dxof/Makefile" ;;
28120 "dlls/d3dxof/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dxof/tests/Makefile" ;;
28121 "dlls/dbghelp/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dbghelp/Makefile" ;;
28122 "dlls/dciman32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dciman32/Makefile" ;;
28123 "dlls/ddraw/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ddraw/Makefile" ;;
28124 "dlls/ddraw/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ddraw/tests/Makefile" ;;
28125 "dlls/ddrawex/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ddrawex/Makefile" ;;
28126 "dlls/ddrawex/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ddrawex/tests/Makefile" ;;
28127 "dlls/devenum/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/devenum/Makefile" ;;
28128 "dlls/dinput/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dinput/Makefile" ;;
28129 "dlls/dinput/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dinput/tests/Makefile" ;;
28130 "dlls/dinput8/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dinput8/Makefile" ;;
28131 "dlls/dmband/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmband/Makefile" ;;
28132 "dlls/dmcompos/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmcompos/Makefile" ;;
28133 "dlls/dmime/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmime/Makefile" ;;
28134 "dlls/dmloader/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmloader/Makefile" ;;
28135 "dlls/dmscript/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmscript/Makefile" ;;
28136 "dlls/dmstyle/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmstyle/Makefile" ;;
28137 "dlls/dmsynth/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmsynth/Makefile" ;;
28138 "dlls/dmusic/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmusic/Makefile" ;;
28139 "dlls/dmusic32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmusic32/Makefile" ;;
28140 "dlls/dnsapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dnsapi/Makefile" ;;
28141 "dlls/dnsapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dnsapi/tests/Makefile" ;;
28142 "dlls/dplay/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dplay/Makefile" ;;
28143 "dlls/dplayx/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dplayx/Makefile" ;;
28144 "dlls/dplayx/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dplayx/tests/Makefile" ;;
28145 "dlls/dpnaddr/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dpnaddr/Makefile" ;;
28146 "dlls/dpnet/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dpnet/Makefile" ;;
28147 "dlls/dpnhpast/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dpnhpast/Makefile" ;;
28148 "dlls/dpnlobby/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dpnlobby/Makefile" ;;
28149 "dlls/dpwsockx/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dpwsockx/Makefile" ;;
28150 "dlls/dsound/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dsound/Makefile" ;;
28151 "dlls/dsound/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dsound/tests/Makefile" ;;
28152 "dlls/dssenh/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dssenh/Makefile" ;;
28153 "dlls/dswave/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dswave/Makefile" ;;
28154 "dlls/dwmapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dwmapi/Makefile" ;;
28155 "dlls/dxdiagn/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dxdiagn/Makefile" ;;
28156 "dlls/dxerr8/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dxerr8/Makefile" ;;
28157 "dlls/dxerr9/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dxerr9/Makefile" ;;
28158 "dlls/dxgi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dxgi/Makefile" ;;
28159 "dlls/dxgi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dxgi/tests/Makefile" ;;
28160 "dlls/dxguid/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dxguid/Makefile" ;;
28161 "dlls/faultrep/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/faultrep/Makefile" ;;
28162 "dlls/fusion/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/fusion/Makefile" ;;
28163 "dlls/fusion/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/fusion/tests/Makefile" ;;
28164 "dlls/gdi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/gdi32/Makefile" ;;
28165 "dlls/gdi32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/gdi32/tests/Makefile" ;;
28166 "dlls/gdiplus/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/gdiplus/Makefile" ;;
28167 "dlls/gdiplus/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/gdiplus/tests/Makefile" ;;
28168 "dlls/glu32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/glu32/Makefile" ;;
28169 "dlls/gphoto2.ds/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/gphoto2.ds/Makefile" ;;
28170 "dlls/gpkcsp/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/gpkcsp/Makefile" ;;
28171 "dlls/hal/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/hal/Makefile" ;;
28172 "dlls/hhctrl.ocx/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/hhctrl.ocx/Makefile" ;;
28173 "dlls/hid/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/hid/Makefile" ;;
28174 "dlls/hlink/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/hlink/Makefile" ;;
28175 "dlls/hlink/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/hlink/tests/Makefile" ;;
28176 "dlls/hnetcfg/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/hnetcfg/Makefile" ;;
28177 "dlls/httpapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/httpapi/Makefile" ;;
28178 "dlls/iccvid/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/iccvid/Makefile" ;;
28179 "dlls/icmp/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/icmp/Makefile" ;;
28180 "dlls/ifsmgr.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ifsmgr.vxd/Makefile" ;;
28181 "dlls/imaadp32.acm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/imaadp32.acm/Makefile" ;;
28182 "dlls/imagehlp/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/imagehlp/Makefile" ;;
28183 "dlls/imm32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/imm32/Makefile" ;;
28184 "dlls/imm32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/imm32/tests/Makefile" ;;
28185 "dlls/inetcomm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/inetcomm/Makefile" ;;
28186 "dlls/inetcomm/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/inetcomm/tests/Makefile" ;;
28187 "dlls/inetmib1/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/inetmib1/Makefile" ;;
28188 "dlls/inetmib1/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/inetmib1/tests/Makefile" ;;
28189 "dlls/infosoft/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/infosoft/Makefile" ;;
28190 "dlls/infosoft/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/infosoft/tests/Makefile" ;;
28191 "dlls/initpki/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/initpki/Makefile" ;;
28192 "dlls/inkobj/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/inkobj/Makefile" ;;
28193 "dlls/inseng/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/inseng/Makefile" ;;
28194 "dlls/iphlpapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/iphlpapi/Makefile" ;;
28195 "dlls/iphlpapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/iphlpapi/tests/Makefile" ;;
28196 "dlls/itircl/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/itircl/Makefile" ;;
28197 "dlls/itss/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/itss/Makefile" ;;
28198 "dlls/itss/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/itss/tests/Makefile" ;;
28199 "dlls/jscript/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/jscript/Makefile" ;;
28200 "dlls/jscript/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/jscript/tests/Makefile" ;;
28201 "dlls/kernel32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/kernel32/Makefile" ;;
28202 "dlls/kernel32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/kernel32/tests/Makefile" ;;
28203 "dlls/loadperf/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/loadperf/Makefile" ;;
28204 "dlls/localspl/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/localspl/Makefile" ;;
28205 "dlls/localspl/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/localspl/tests/Makefile" ;;
28206 "dlls/localui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/localui/Makefile" ;;
28207 "dlls/localui/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/localui/tests/Makefile" ;;
28208 "dlls/lz32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/lz32/Makefile" ;;
28209 "dlls/lz32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/lz32/tests/Makefile" ;;
28210 "dlls/mapi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mapi32/Makefile" ;;
28211 "dlls/mapi32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mapi32/tests/Makefile" ;;
28212 "dlls/mciavi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mciavi32/Makefile" ;;
28213 "dlls/mcicda/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mcicda/Makefile" ;;
28214 "dlls/mciseq/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mciseq/Makefile" ;;
28215 "dlls/mciwave/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mciwave/Makefile" ;;
28216 "dlls/midimap/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/midimap/Makefile" ;;
28217 "dlls/mlang/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mlang/Makefile" ;;
28218 "dlls/mlang/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mlang/tests/Makefile" ;;
28219 "dlls/mmdevldr.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mmdevldr.vxd/Makefile" ;;
28220 "dlls/monodebg.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/monodebg.vxd/Makefile" ;;
28221 "dlls/mountmgr.sys/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mountmgr.sys/Makefile" ;;
28222 "dlls/mpr/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mpr/Makefile" ;;
28223 "dlls/mprapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mprapi/Makefile" ;;
28224 "dlls/msacm32.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msacm32.drv/Makefile" ;;
28225 "dlls/msacm32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msacm32/Makefile" ;;
28226 "dlls/msacm32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msacm32/tests/Makefile" ;;
28227 "dlls/msadp32.acm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msadp32.acm/Makefile" ;;
28228 "dlls/mscat32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mscat32/Makefile" ;;
28229 "dlls/mscms/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mscms/Makefile" ;;
28230 "dlls/mscms/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mscms/tests/Makefile" ;;
28231 "dlls/mscoree/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mscoree/Makefile" ;;
28232 "dlls/msdmo/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msdmo/Makefile" ;;
28233 "dlls/msftedit/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msftedit/Makefile" ;;
28234 "dlls/msg711.acm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msg711.acm/Makefile" ;;
28235 "dlls/mshtml.tlb/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mshtml.tlb/Makefile" ;;
28236 "dlls/mshtml/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mshtml/Makefile" ;;
28237 "dlls/mshtml/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mshtml/tests/Makefile" ;;
28238 "dlls/msi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msi/Makefile" ;;
28239 "dlls/msi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msi/tests/Makefile" ;;
28240 "dlls/msimg32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msimg32/Makefile" ;;
28241 "dlls/msimtf/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msimtf/Makefile" ;;
28242 "dlls/msisip/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msisip/Makefile" ;;
28243 "dlls/msisys.ocx/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msisys.ocx/Makefile" ;;
28244 "dlls/msnet32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msnet32/Makefile" ;;
28245 "dlls/msrle32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msrle32/Makefile" ;;
28246 "dlls/mssip32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mssip32/Makefile" ;;
28247 "dlls/mstask/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mstask/Makefile" ;;
28248 "dlls/mstask/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mstask/tests/Makefile" ;;
28249 "dlls/msvcirt/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcirt/Makefile" ;;
28250 "dlls/msvcr71/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcr71/Makefile" ;;
28251 "dlls/msvcrt/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcrt/Makefile" ;;
28252 "dlls/msvcrt/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcrt/tests/Makefile" ;;
28253 "dlls/msvcrt20/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcrt20/Makefile" ;;
28254 "dlls/msvcrt40/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcrt40/Makefile" ;;
28255 "dlls/msvcrtd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcrtd/Makefile" ;;
28256 "dlls/msvcrtd/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcrtd/tests/Makefile" ;;
28257 "dlls/msvfw32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvfw32/Makefile" ;;
28258 "dlls/msvfw32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvfw32/tests/Makefile" ;;
28259 "dlls/msvidc32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvidc32/Makefile" ;;
28260 "dlls/mswsock/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mswsock/Makefile" ;;
28261 "dlls/msxml3/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msxml3/Makefile" ;;
28262 "dlls/msxml3/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msxml3/tests/Makefile" ;;
28263 "dlls/nddeapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/nddeapi/Makefile" ;;
28264 "dlls/netapi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/netapi32/Makefile" ;;
28265 "dlls/netapi32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/netapi32/tests/Makefile" ;;
28266 "dlls/newdev/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/newdev/Makefile" ;;
28267 "dlls/ntdll/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ntdll/Makefile" ;;
28268 "dlls/ntdll/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ntdll/tests/Makefile" ;;
28269 "dlls/ntdsapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ntdsapi/Makefile" ;;
28270 "dlls/ntdsapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ntdsapi/tests/Makefile" ;;
28271 "dlls/ntoskrnl.exe/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ntoskrnl.exe/Makefile" ;;
28272 "dlls/ntprint/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ntprint/Makefile" ;;
28273 "dlls/ntprint/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ntprint/tests/Makefile" ;;
28274 "dlls/objsel/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/objsel/Makefile" ;;
28275 "dlls/odbc32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/odbc32/Makefile" ;;
28276 "dlls/odbccp32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/odbccp32/Makefile" ;;
28277 "dlls/odbccp32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/odbccp32/tests/Makefile" ;;
28278 "dlls/ole32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ole32/Makefile" ;;
28279 "dlls/ole32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ole32/tests/Makefile" ;;
28280 "dlls/oleacc/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/oleacc/Makefile" ;;
28281 "dlls/oleacc/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/oleacc/tests/Makefile" ;;
28282 "dlls/oleaut32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/oleaut32/Makefile" ;;
28283 "dlls/oleaut32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/oleaut32/tests/Makefile" ;;
28284 "dlls/olecli32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/olecli32/Makefile" ;;
28285 "dlls/oledlg/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/oledlg/Makefile" ;;
28286 "dlls/olepro32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/olepro32/Makefile" ;;
28287 "dlls/olesvr32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/olesvr32/Makefile" ;;
28288 "dlls/olethk32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/olethk32/Makefile" ;;
28289 "dlls/opengl32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/opengl32/Makefile" ;;
28290 "dlls/opengl32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/opengl32/tests/Makefile" ;;
28291 "dlls/pdh/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/pdh/Makefile" ;;
28292 "dlls/pdh/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/pdh/tests/Makefile" ;;
28293 "dlls/pidgen/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/pidgen/Makefile" ;;
28294 "dlls/powrprof/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/powrprof/Makefile" ;;
28295 "dlls/printui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/printui/Makefile" ;;
28296 "dlls/propsys/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/propsys/Makefile" ;;
28297 "dlls/psapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/psapi/Makefile" ;;
28298 "dlls/psapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/psapi/tests/Makefile" ;;
28299 "dlls/pstorec/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/pstorec/Makefile" ;;
28300 "dlls/qcap/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/qcap/Makefile" ;;
28301 "dlls/qedit/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/qedit/Makefile" ;;
28302 "dlls/qedit/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/qedit/tests/Makefile" ;;
28303 "dlls/qmgr/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/qmgr/Makefile" ;;
28304 "dlls/qmgr/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/qmgr/tests/Makefile" ;;
28305 "dlls/qmgrprxy/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/qmgrprxy/Makefile" ;;
28306 "dlls/quartz/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/quartz/Makefile" ;;
28307 "dlls/quartz/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/quartz/tests/Makefile" ;;
28308 "dlls/query/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/query/Makefile" ;;
28309 "dlls/rasapi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rasapi32/Makefile" ;;
28310 "dlls/rasapi32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rasapi32/tests/Makefile" ;;
28311 "dlls/resutils/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/resutils/Makefile" ;;
28312 "dlls/riched20/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/riched20/Makefile" ;;
28313 "dlls/riched20/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/riched20/tests/Makefile" ;;
28314 "dlls/riched32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/riched32/Makefile" ;;
28315 "dlls/riched32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/riched32/tests/Makefile" ;;
28316 "dlls/rpcrt4/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rpcrt4/Makefile" ;;
28317 "dlls/rpcrt4/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rpcrt4/tests/Makefile" ;;
28318 "dlls/rsabase/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rsabase/Makefile" ;;
28319 "dlls/rsaenh/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rsaenh/Makefile" ;;
28320 "dlls/rsaenh/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rsaenh/tests/Makefile" ;;
28321 "dlls/sane.ds/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sane.ds/Makefile" ;;
28322 "dlls/sccbase/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sccbase/Makefile" ;;
28323 "dlls/schannel/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/schannel/Makefile" ;;
28324 "dlls/schannel/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/schannel/tests/Makefile" ;;
28325 "dlls/secur32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/secur32/Makefile" ;;
28326 "dlls/secur32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/secur32/tests/Makefile" ;;
28327 "dlls/security/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/security/Makefile" ;;
28328 "dlls/sensapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sensapi/Makefile" ;;
28329 "dlls/serialui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/serialui/Makefile" ;;
28330 "dlls/serialui/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/serialui/tests/Makefile" ;;
28331 "dlls/setupapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/setupapi/Makefile" ;;
28332 "dlls/setupapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/setupapi/tests/Makefile" ;;
28333 "dlls/sfc/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sfc/Makefile" ;;
28334 "dlls/sfc_os/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sfc_os/Makefile" ;;
28335 "dlls/shdoclc/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shdoclc/Makefile" ;;
28336 "dlls/shdocvw/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shdocvw/Makefile" ;;
28337 "dlls/shdocvw/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shdocvw/tests/Makefile" ;;
28338 "dlls/shell32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shell32/Makefile" ;;
28339 "dlls/shell32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shell32/tests/Makefile" ;;
28340 "dlls/shfolder/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shfolder/Makefile" ;;
28341 "dlls/shlwapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shlwapi/Makefile" ;;
28342 "dlls/shlwapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shlwapi/tests/Makefile" ;;
28343 "dlls/slbcsp/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/slbcsp/Makefile" ;;
28344 "dlls/slc/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/slc/Makefile" ;;
28345 "dlls/snmpapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/snmpapi/Makefile" ;;
28346 "dlls/snmpapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/snmpapi/tests/Makefile" ;;
28347 "dlls/softpub/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/softpub/Makefile" ;;
28348 "dlls/spoolss/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/spoolss/Makefile" ;;
28349 "dlls/spoolss/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/spoolss/tests/Makefile" ;;
28350 "dlls/stdole2.tlb/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/stdole2.tlb/Makefile" ;;
28351 "dlls/stdole32.tlb/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/stdole32.tlb/Makefile" ;;
28352 "dlls/sti/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sti/Makefile" ;;
28353 "dlls/strmiids/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/strmiids/Makefile" ;;
28354 "dlls/svrapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/svrapi/Makefile" ;;
28355 "dlls/sxs/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sxs/Makefile" ;;
28356 "dlls/tapi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/tapi32/Makefile" ;;
28357 "dlls/twain_32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/twain_32/Makefile" ;;
28358 "dlls/unicows/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/unicows/Makefile" ;;
28359 "dlls/updspapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/updspapi/Makefile" ;;
28360 "dlls/url/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/url/Makefile" ;;
28361 "dlls/urlmon/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/urlmon/Makefile" ;;
28362 "dlls/urlmon/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/urlmon/tests/Makefile" ;;
28363 "dlls/user32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/user32/Makefile" ;;
28364 "dlls/user32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/user32/tests/Makefile" ;;
28365 "dlls/userenv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/userenv/Makefile" ;;
28366 "dlls/userenv/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/userenv/tests/Makefile" ;;
28367 "dlls/usp10/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/usp10/Makefile" ;;
28368 "dlls/usp10/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/usp10/tests/Makefile" ;;
28369 "dlls/uuid/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/uuid/Makefile" ;;
28370 "dlls/uxtheme/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/uxtheme/Makefile" ;;
28371 "dlls/uxtheme/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/uxtheme/tests/Makefile" ;;
28372 "dlls/vdhcp.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/vdhcp.vxd/Makefile" ;;
28373 "dlls/vdmdbg/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/vdmdbg/Makefile" ;;
28374 "dlls/version/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/version/Makefile" ;;
28375 "dlls/version/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/version/tests/Makefile" ;;
28376 "dlls/vmm.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/vmm.vxd/Makefile" ;;
28377 "dlls/vnbt.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/vnbt.vxd/Makefile" ;;
28378 "dlls/vnetbios.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/vnetbios.vxd/Makefile" ;;
28379 "dlls/vtdapi.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/vtdapi.vxd/Makefile" ;;
28380 "dlls/vwin32.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/vwin32.vxd/Makefile" ;;
28381 "dlls/w32skrnl/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/w32skrnl/Makefile" ;;
28382 "dlls/winealsa.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winealsa.drv/Makefile" ;;
28383 "dlls/wineaudioio.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wineaudioio.drv/Makefile" ;;
28384 "dlls/winecoreaudio.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winecoreaudio.drv/Makefile" ;;
28385 "dlls/winecrt0/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winecrt0/Makefile" ;;
28386 "dlls/wined3d/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wined3d/Makefile" ;;
28387 "dlls/winedos/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winedos/Makefile" ;;
28388 "dlls/wineesd.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wineesd.drv/Makefile" ;;
28389 "dlls/winejack.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winejack.drv/Makefile" ;;
28390 "dlls/winejoystick.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winejoystick.drv/Makefile" ;;
28391 "dlls/winemp3.acm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winemp3.acm/Makefile" ;;
28392 "dlls/winenas.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winenas.drv/Makefile" ;;
28393 "dlls/wineoss.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wineoss.drv/Makefile" ;;
28394 "dlls/wineps.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wineps.drv/Makefile" ;;
28395 "dlls/winequartz.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winequartz.drv/Makefile" ;;
28396 "dlls/winex11.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winex11.drv/Makefile" ;;
28397 "dlls/wing32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wing32/Makefile" ;;
28398 "dlls/winhttp/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winhttp/Makefile" ;;
28399 "dlls/winhttp/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winhttp/tests/Makefile" ;;
28400 "dlls/wininet/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wininet/Makefile" ;;
28401 "dlls/wininet/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wininet/tests/Makefile" ;;
28402 "dlls/winmm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winmm/Makefile" ;;
28403 "dlls/winmm/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winmm/tests/Makefile" ;;
28404 "dlls/winnls32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winnls32/Makefile" ;;
28405 "dlls/winscard/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winscard/Makefile" ;;
28406 "dlls/winspool.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winspool.drv/Makefile" ;;
28407 "dlls/winspool.drv/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winspool.drv/tests/Makefile" ;;
28408 "dlls/wintab32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wintab32/Makefile" ;;
28409 "dlls/wintrust/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wintrust/Makefile" ;;
28410 "dlls/wintrust/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wintrust/tests/Makefile" ;;
28411 "dlls/wldap32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wldap32/Makefile" ;;
28412 "dlls/wldap32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wldap32/tests/Makefile" ;;
28413 "dlls/wmi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wmi/Makefile" ;;
28414 "dlls/wnaspi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wnaspi32/Makefile" ;;
28415 "dlls/wow32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wow32/Makefile" ;;
28416 "dlls/ws2_32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ws2_32/Makefile" ;;
28417 "dlls/ws2_32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ws2_32/tests/Makefile" ;;
28418 "dlls/wsock32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wsock32/Makefile" ;;
28419 "dlls/wtsapi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wtsapi32/Makefile" ;;
28420 "dlls/wuapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wuapi/Makefile" ;;
28421 "dlls/xinput1_1/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/xinput1_1/Makefile" ;;
28422 "dlls/xinput1_2/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/xinput1_2/Makefile" ;;
28423 "dlls/xinput1_3/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/xinput1_3/Makefile" ;;
28424 "dlls/xinput1_3/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/xinput1_3/tests/Makefile" ;;
28425 "dlls/xinput9_1_0/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/xinput9_1_0/Makefile" ;;
28426 "documentation/Makefile") CONFIG_FILES="$CONFIG_FILES documentation/Makefile" ;;
28427 "fonts/Makefile") CONFIG_FILES="$CONFIG_FILES fonts/Makefile" ;;
28428 "include/Makefile") CONFIG_FILES="$CONFIG_FILES include/Makefile" ;;
28429 "libs/Makefile") CONFIG_FILES="$CONFIG_FILES libs/Makefile" ;;
28430 "libs/port/Makefile") CONFIG_FILES="$CONFIG_FILES libs/port/Makefile" ;;
28431 "libs/wine/Makefile") CONFIG_FILES="$CONFIG_FILES libs/wine/Makefile" ;;
28432 "libs/wpp/Makefile") CONFIG_FILES="$CONFIG_FILES libs/wpp/Makefile" ;;
28433 "loader/Makefile") CONFIG_FILES="$CONFIG_FILES loader/Makefile" ;;
28434 "programs/Makefile") CONFIG_FILES="$CONFIG_FILES programs/Makefile" ;;
28435 "programs/cacls/Makefile") CONFIG_FILES="$CONFIG_FILES programs/cacls/Makefile" ;;
28436 "programs/clock/Makefile") CONFIG_FILES="$CONFIG_FILES programs/clock/Makefile" ;;
28437 "programs/cmd/Makefile") CONFIG_FILES="$CONFIG_FILES programs/cmd/Makefile" ;;
28438 "programs/cmdlgtst/Makefile") CONFIG_FILES="$CONFIG_FILES programs/cmdlgtst/Makefile" ;;
28439 "programs/control/Makefile") CONFIG_FILES="$CONFIG_FILES programs/control/Makefile" ;;
28440 "programs/eject/Makefile") CONFIG_FILES="$CONFIG_FILES programs/eject/Makefile" ;;
28441 "programs/expand/Makefile") CONFIG_FILES="$CONFIG_FILES programs/expand/Makefile" ;;
28442 "programs/explorer/Makefile") CONFIG_FILES="$CONFIG_FILES programs/explorer/Makefile" ;;
28443 "programs/hh/Makefile") CONFIG_FILES="$CONFIG_FILES programs/hh/Makefile" ;;
28444 "programs/icinfo/Makefile") CONFIG_FILES="$CONFIG_FILES programs/icinfo/Makefile" ;;
28445 "programs/iexplore/Makefile") CONFIG_FILES="$CONFIG_FILES programs/iexplore/Makefile" ;;
28446 "programs/msiexec/Makefile") CONFIG_FILES="$CONFIG_FILES programs/msiexec/Makefile" ;;
28447 "programs/net/Makefile") CONFIG_FILES="$CONFIG_FILES programs/net/Makefile" ;;
28448 "programs/notepad/Makefile") CONFIG_FILES="$CONFIG_FILES programs/notepad/Makefile" ;;
28449 "programs/oleview/Makefile") CONFIG_FILES="$CONFIG_FILES programs/oleview/Makefile" ;;
28450 "programs/progman/Makefile") CONFIG_FILES="$CONFIG_FILES programs/progman/Makefile" ;;
28451 "programs/reg/Makefile") CONFIG_FILES="$CONFIG_FILES programs/reg/Makefile" ;;
28452 "programs/regedit/Makefile") CONFIG_FILES="$CONFIG_FILES programs/regedit/Makefile" ;;
28453 "programs/regsvr32/Makefile") CONFIG_FILES="$CONFIG_FILES programs/regsvr32/Makefile" ;;
28454 "programs/rpcss/Makefile") CONFIG_FILES="$CONFIG_FILES programs/rpcss/Makefile" ;;
28455 "programs/rundll32/Makefile") CONFIG_FILES="$CONFIG_FILES programs/rundll32/Makefile" ;;
28456 "programs/secedit/Makefile") CONFIG_FILES="$CONFIG_FILES programs/secedit/Makefile" ;;
28457 "programs/services/Makefile") CONFIG_FILES="$CONFIG_FILES programs/services/Makefile" ;;
28458 "programs/spoolsv/Makefile") CONFIG_FILES="$CONFIG_FILES programs/spoolsv/Makefile" ;;
28459 "programs/start/Makefile") CONFIG_FILES="$CONFIG_FILES programs/start/Makefile" ;;
28460 "programs/svchost/Makefile") CONFIG_FILES="$CONFIG_FILES programs/svchost/Makefile" ;;
28461 "programs/taskmgr/Makefile") CONFIG_FILES="$CONFIG_FILES programs/taskmgr/Makefile" ;;
28462 "programs/uninstaller/Makefile") CONFIG_FILES="$CONFIG_FILES programs/uninstaller/Makefile" ;;
28463 "programs/view/Makefile") CONFIG_FILES="$CONFIG_FILES programs/view/Makefile" ;;
28464 "programs/wineboot/Makefile") CONFIG_FILES="$CONFIG_FILES programs/wineboot/Makefile" ;;
28465 "programs/winebrowser/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winebrowser/Makefile" ;;
28466 "programs/winecfg/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winecfg/Makefile" ;;
28467 "programs/wineconsole/Makefile") CONFIG_FILES="$CONFIG_FILES programs/wineconsole/Makefile" ;;
28468 "programs/winedbg/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winedbg/Makefile" ;;
28469 "programs/winedevice/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winedevice/Makefile" ;;
28470 "programs/winefile/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winefile/Makefile" ;;
28471 "programs/winemenubuilder/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winemenubuilder/Makefile" ;;
28472 "programs/winemine/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winemine/Makefile" ;;
28473 "programs/winepath/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winepath/Makefile" ;;
28474 "programs/winetest/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winetest/Makefile" ;;
28475 "programs/winevdm/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winevdm/Makefile" ;;
28476 "programs/winhlp32/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winhlp32/Makefile" ;;
28477 "programs/winver/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winver/Makefile" ;;
28478 "programs/wordpad/Makefile") CONFIG_FILES="$CONFIG_FILES programs/wordpad/Makefile" ;;
28479 "programs/write/Makefile") CONFIG_FILES="$CONFIG_FILES programs/write/Makefile" ;;
28480 "programs/xcopy/Makefile") CONFIG_FILES="$CONFIG_FILES programs/xcopy/Makefile" ;;
28481 "server/Makefile") CONFIG_FILES="$CONFIG_FILES server/Makefile" ;;
28482 "tools/Makefile") CONFIG_FILES="$CONFIG_FILES tools/Makefile" ;;
28483 "tools/widl/Makefile") CONFIG_FILES="$CONFIG_FILES tools/widl/Makefile" ;;
28484 "tools/winebuild/Makefile") CONFIG_FILES="$CONFIG_FILES tools/winebuild/Makefile" ;;
28485 "tools/winedump/Makefile") CONFIG_FILES="$CONFIG_FILES tools/winedump/Makefile" ;;
28486 "tools/winegcc/Makefile") CONFIG_FILES="$CONFIG_FILES tools/winegcc/Makefile" ;;
28487 "tools/wmc/Makefile") CONFIG_FILES="$CONFIG_FILES tools/wmc/Makefile" ;;
28488 "tools/wrc/Makefile") CONFIG_FILES="$CONFIG_FILES tools/wrc/Makefile" ;;
28490 *) { { $as_echo "$as_me:$LINENO: error: invalid argument: $ac_config_target" >&5
28491 $as_echo "$as_me: error: invalid argument: $ac_config_target" >&2;}
28492 { (exit 1); exit 1; }; };;
28493 esac
28494 done
28497 # If the user did not use the arguments to specify the items to instantiate,
28498 # then the envvar interface is used. Set only those that are not.
28499 # We use the long form for the default assignment because of an extremely
28500 # bizarre bug on SunOS 4.1.3.
28501 if $ac_need_defaults; then
28502 test "${CONFIG_FILES+set}" = set || CONFIG_FILES=$config_files
28503 test "${CONFIG_HEADERS+set}" = set || CONFIG_HEADERS=$config_headers
28504 test "${CONFIG_COMMANDS+set}" = set || CONFIG_COMMANDS=$config_commands
28507 # Have a temporary directory for convenience. Make it in the build tree
28508 # simply because there is no reason against having it here, and in addition,
28509 # creating and moving files from /tmp can sometimes cause problems.
28510 # Hook for its removal unless debugging.
28511 # Note that there is a small window in which the directory will not be cleaned:
28512 # after its creation but before its name has been assigned to `$tmp'.
28513 $debug ||
28515 tmp=
28516 trap 'exit_status=$?
28517 { test -z "$tmp" || test ! -d "$tmp" || rm -fr "$tmp"; } && exit $exit_status
28519 trap '{ (exit 1); exit 1; }' 1 2 13 15
28521 # Create a (secure) tmp directory for tmp files.
28524 tmp=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` &&
28525 test -n "$tmp" && test -d "$tmp"
28526 } ||
28528 tmp=./conf$$-$RANDOM
28529 (umask 077 && mkdir "$tmp")
28530 } ||
28532 $as_echo "$as_me: cannot create a temporary directory in ." >&2
28533 { (exit 1); exit 1; }
28536 # Set up the scripts for CONFIG_FILES section.
28537 # No need to generate them if there are no CONFIG_FILES.
28538 # This happens for instance with `./config.status config.h'.
28539 if test -n "$CONFIG_FILES"; then
28541 if $AWK 'BEGIN { getline <"/dev/null" }' </dev/null 2>/dev/null; then
28542 ac_cs_awk_getline=:
28543 ac_cs_awk_pipe_init=
28544 ac_cs_awk_read_file='
28545 while ((getline aline < (F[key])) > 0)
28546 print(aline)
28547 close(F[key])'
28548 ac_cs_awk_pipe_fini=
28549 else
28550 ac_cs_awk_getline=false
28551 ac_cs_awk_pipe_init="print \"cat <<'|#_!!_#|' &&\""
28552 ac_cs_awk_read_file='
28553 print "|#_!!_#|"
28554 print "cat " F[key] " &&"
28555 '$ac_cs_awk_pipe_init
28556 # The final `:' finishes the AND list.
28557 ac_cs_awk_pipe_fini='END { print "|#_!!_#|"; print ":" }'
28559 ac_cr=' '
28560 ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
28561 if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
28562 ac_cs_awk_cr='\\r'
28563 else
28564 ac_cs_awk_cr=$ac_cr
28567 echo 'BEGIN {' >"$tmp/subs1.awk" &&
28568 _ACEOF
28570 # Create commands to substitute file output variables.
28572 echo "cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1" &&
28573 echo 'cat >>"\$tmp/subs1.awk" <<\\_ACAWK &&' &&
28574 echo "$ac_subst_files" | sed 's/.*/F["&"]="$&"/' &&
28575 echo "_ACAWK" &&
28576 echo "_ACEOF"
28577 } >conf$$files.sh &&
28578 . ./conf$$files.sh ||
28579 { { $as_echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5
28580 $as_echo "$as_me: error: could not make $CONFIG_STATUS" >&2;}
28581 { (exit 1); exit 1; }; }
28582 rm -f conf$$files.sh
28585 echo "cat >conf$$subs.awk <<_ACEOF" &&
28586 echo "$ac_subst_vars" | sed 's/.*/&!$&$ac_delim/' &&
28587 echo "_ACEOF"
28588 } >conf$$subs.sh ||
28589 { { $as_echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5
28590 $as_echo "$as_me: error: could not make $CONFIG_STATUS" >&2;}
28591 { (exit 1); exit 1; }; }
28592 ac_delim_num=`echo "$ac_subst_vars" | grep -c '$'`
28593 ac_delim='%!_!# '
28594 for ac_last_try in false false false false false :; do
28595 . ./conf$$subs.sh ||
28596 { { $as_echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5
28597 $as_echo "$as_me: error: could not make $CONFIG_STATUS" >&2;}
28598 { (exit 1); exit 1; }; }
28600 ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X`
28601 if test $ac_delim_n = $ac_delim_num; then
28602 break
28603 elif $ac_last_try; then
28604 { { $as_echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5
28605 $as_echo "$as_me: error: could not make $CONFIG_STATUS" >&2;}
28606 { (exit 1); exit 1; }; }
28607 else
28608 ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
28610 done
28611 rm -f conf$$subs.sh
28613 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
28614 cat >>"\$tmp/subs1.awk" <<\\_ACAWK &&
28615 _ACEOF
28616 sed -n '
28618 s/^/S["/; s/!.*/"]=/
28621 s/^[^!]*!//
28622 :repl
28623 t repl
28624 s/'"$ac_delim"'$//
28625 t delim
28628 s/\(.\{148\}\).*/\1/
28629 t more1
28630 s/["\\]/\\&/g; s/^/"/; s/$/\\n"\\/
28633 b repl
28634 :more1
28635 s/["\\]/\\&/g; s/^/"/; s/$/"\\/
28638 s/.\{148\}//
28639 t nl
28640 :delim
28642 s/\(.\{148\}\).*/\1/
28643 t more2
28644 s/["\\]/\\&/g; s/^/"/; s/$/"/
28647 :more2
28648 s/["\\]/\\&/g; s/^/"/; s/$/"\\/
28651 s/.\{148\}//
28652 t delim
28653 ' <conf$$subs.awk | sed '
28654 /^[^""]/{
28656 s/\n//
28658 ' >>$CONFIG_STATUS || ac_write_fail=1
28659 rm -f conf$$subs.awk
28660 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
28661 _ACAWK
28662 cat >>"\$tmp/subs1.awk" <<_ACAWK &&
28663 for (key in S) S_is_set[key] = 1
28664 FS = "\a"
28665 \$ac_cs_awk_pipe_init
28668 line = $ 0
28669 nfields = split(line, field, "@")
28670 substed = 0
28671 len = length(field[1])
28672 for (i = 2; i < nfields; i++) {
28673 key = field[i]
28674 keylen = length(key)
28675 if (S_is_set[key]) {
28676 value = S[key]
28677 line = substr(line, 1, len) "" value "" substr(line, len + keylen + 3)
28678 len += length(value) + length(field[++i])
28679 substed = 1
28680 } else
28681 len += 1 + keylen
28683 if (nfields == 3 && !substed) {
28684 key = field[2]
28685 if (F[key] != "" && line ~ /^[ ]*@.*@[ ]*$/) {
28686 \$ac_cs_awk_read_file
28687 next
28690 print line
28692 \$ac_cs_awk_pipe_fini
28693 _ACAWK
28694 _ACEOF
28695 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
28696 if sed "s/$ac_cr//" < /dev/null > /dev/null 2>&1; then
28697 sed "s/$ac_cr\$//; s/$ac_cr/$ac_cs_awk_cr/g"
28698 else
28700 fi < "$tmp/subs1.awk" > "$tmp/subs.awk" \
28701 || { { $as_echo "$as_me:$LINENO: error: could not setup config files machinery" >&5
28702 $as_echo "$as_me: error: could not setup config files machinery" >&2;}
28703 { (exit 1); exit 1; }; }
28704 _ACEOF
28706 # VPATH may cause trouble with some makes, so we remove $(srcdir),
28707 # ${srcdir} and @srcdir@ from VPATH if srcdir is ".", strip leading and
28708 # trailing colons and then remove the whole line if VPATH becomes empty
28709 # (actually we leave an empty line to preserve line numbers).
28710 if test "x$srcdir" = x.; then
28711 ac_vpsub='/^[ ]*VPATH[ ]*=/{
28712 s/:*\$(srcdir):*/:/
28713 s/:*\${srcdir}:*/:/
28714 s/:*@srcdir@:*/:/
28715 s/^\([^=]*=[ ]*\):*/\1/
28716 s/:*$//
28717 s/^[^=]*=[ ]*$//
28721 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
28722 fi # test -n "$CONFIG_FILES"
28724 # Set up the scripts for CONFIG_HEADERS section.
28725 # No need to generate them if there are no CONFIG_HEADERS.
28726 # This happens for instance with `./config.status Makefile'.
28727 if test -n "$CONFIG_HEADERS"; then
28728 cat >"$tmp/defines.awk" <<\_ACAWK ||
28729 BEGIN {
28730 _ACEOF
28732 # Transform confdefs.h into an awk script `defines.awk', embedded as
28733 # here-document in config.status, that substitutes the proper values into
28734 # config.h.in to produce config.h.
28736 # Create a delimiter string that does not exist in confdefs.h, to ease
28737 # handling of long lines.
28738 ac_delim='%!_!# '
28739 for ac_last_try in false false :; do
28740 ac_t=`sed -n "/$ac_delim/p" confdefs.h`
28741 if test -z "$ac_t"; then
28742 break
28743 elif $ac_last_try; then
28744 { { $as_echo "$as_me:$LINENO: error: could not make $CONFIG_HEADERS" >&5
28745 $as_echo "$as_me: error: could not make $CONFIG_HEADERS" >&2;}
28746 { (exit 1); exit 1; }; }
28747 else
28748 ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
28750 done
28752 # For the awk script, D is an array of macro values keyed by name,
28753 # likewise P contains macro parameters if any. Preserve backslash
28754 # newline sequences.
28756 ac_word_re=[_$as_cr_Letters][_$as_cr_alnum]*
28757 sed -n '
28758 s/.\{148\}/&'"$ac_delim"'/g
28759 t rset
28760 :rset
28761 s/^[ ]*#[ ]*define[ ][ ]*/ /
28762 t def
28764 :def
28765 s/\\$//
28766 t bsnl
28767 s/["\\]/\\&/g
28768 s/^ \('"$ac_word_re"'\)\(([^()]*)\)[ ]*\(.*\)/P["\1"]="\2"\
28769 D["\1"]=" \3"/p
28770 s/^ \('"$ac_word_re"'\)[ ]*\(.*\)/D["\1"]=" \2"/p
28772 :bsnl
28773 s/["\\]/\\&/g
28774 s/^ \('"$ac_word_re"'\)\(([^()]*)\)[ ]*\(.*\)/P["\1"]="\2"\
28775 D["\1"]=" \3\\\\\\n"\\/p
28776 t cont
28777 s/^ \('"$ac_word_re"'\)[ ]*\(.*\)/D["\1"]=" \2\\\\\\n"\\/p
28778 t cont
28780 :cont
28782 s/.\{148\}/&'"$ac_delim"'/g
28783 t clear
28784 :clear
28785 s/\\$//
28786 t bsnlc
28787 s/["\\]/\\&/g; s/^/"/; s/$/"/p
28789 :bsnlc
28790 s/["\\]/\\&/g; s/^/"/; s/$/\\\\\\n"\\/p
28791 b cont
28792 ' <confdefs.h | sed '
28793 s/'"$ac_delim"'/"\\\
28794 "/g' >>$CONFIG_STATUS || ac_write_fail=1
28796 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
28797 for (key in D) D_is_set[key] = 1
28798 FS = "\a"
28800 /^[\t ]*#[\t ]*(define|undef)[\t ]+$ac_word_re([\t (]|\$)/ {
28801 line = \$ 0
28802 split(line, arg, " ")
28803 if (arg[1] == "#") {
28804 defundef = arg[2]
28805 mac1 = arg[3]
28806 } else {
28807 defundef = substr(arg[1], 2)
28808 mac1 = arg[2]
28810 split(mac1, mac2, "(") #)
28811 macro = mac2[1]
28812 prefix = substr(line, 1, index(line, defundef) - 1)
28813 if (D_is_set[macro]) {
28814 # Preserve the white space surrounding the "#".
28815 print prefix "define", macro P[macro] D[macro]
28816 next
28817 } else {
28818 # Replace #undef with comments. This is necessary, for example,
28819 # in the case of _POSIX_SOURCE, which is predefined and required
28820 # on some systems where configure will not decide to define it.
28821 if (defundef == "undef") {
28822 print "/*", prefix defundef, macro, "*/"
28823 next
28827 { print }
28828 _ACAWK
28829 _ACEOF
28830 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
28831 { { $as_echo "$as_me:$LINENO: error: could not setup config headers machinery" >&5
28832 $as_echo "$as_me: error: could not setup config headers machinery" >&2;}
28833 { (exit 1); exit 1; }; }
28834 fi # test -n "$CONFIG_HEADERS"
28837 eval set X " :F $CONFIG_FILES :H $CONFIG_HEADERS :C $CONFIG_COMMANDS"
28838 shift
28839 for ac_tag
28841 case $ac_tag in
28842 :[FHLC]) ac_mode=$ac_tag; continue;;
28843 esac
28844 case $ac_mode$ac_tag in
28845 :[FHL]*:*);;
28846 :L* | :C*:*) { { $as_echo "$as_me:$LINENO: error: invalid tag $ac_tag" >&5
28847 $as_echo "$as_me: error: invalid tag $ac_tag" >&2;}
28848 { (exit 1); exit 1; }; };;
28849 :[FH]-) ac_tag=-:-;;
28850 :[FH]*) ac_tag=$ac_tag:$ac_tag.in;;
28851 esac
28852 ac_save_IFS=$IFS
28853 IFS=:
28854 set x $ac_tag
28855 IFS=$ac_save_IFS
28856 shift
28857 ac_file=$1
28858 shift
28860 case $ac_mode in
28861 :L) ac_source=$1;;
28862 :[FH])
28863 ac_file_inputs=
28864 for ac_f
28866 case $ac_f in
28867 -) ac_f="$tmp/stdin";;
28868 *) # Look for the file first in the build tree, then in the source tree
28869 # (if the path is not absolute). The absolute path cannot be DOS-style,
28870 # because $ac_f cannot contain `:'.
28871 test -f "$ac_f" ||
28872 case $ac_f in
28873 [\\/$]*) false;;
28874 *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";;
28875 esac ||
28876 { { $as_echo "$as_me:$LINENO: error: cannot find input file: $ac_f" >&5
28877 $as_echo "$as_me: error: cannot find input file: $ac_f" >&2;}
28878 { (exit 1); exit 1; }; };;
28879 esac
28880 case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
28881 ac_file_inputs="$ac_file_inputs '$ac_f'"
28882 done
28884 # Let's still pretend it is `configure' which instantiates (i.e., don't
28885 # use $as_me), people would be surprised to read:
28886 # /* config.h. Generated by config.status. */
28887 configure_input='Generated from '`
28888 $as_echo "$*" | sed 's|^[^:]*/||;s|:[^:]*/|, |g'
28889 `' by configure.'
28890 if test x"$ac_file" != x-; then
28891 configure_input="$ac_file. $configure_input"
28892 { $as_echo "$as_me:$LINENO: creating $ac_file" >&5
28893 $as_echo "$as_me: creating $ac_file" >&6;}
28895 # Neutralize special characters interpreted by sed in replacement strings.
28896 case $configure_input in #(
28897 *\&* | *\|* | *\\* )
28898 ac_sed_conf_input=`$as_echo "$configure_input" |
28899 sed 's/[\\\\&|]/\\\\&/g'`;; #(
28900 *) ac_sed_conf_input=$configure_input;;
28901 esac
28903 case $ac_tag in
28904 *:-:* | *:-) cat >"$tmp/stdin" \
28905 || { { $as_echo "$as_me:$LINENO: error: could not create $ac_file" >&5
28906 $as_echo "$as_me: error: could not create $ac_file" >&2;}
28907 { (exit 1); exit 1; }; } ;;
28908 esac
28910 esac
28912 ac_dir=`$as_dirname -- "$ac_file" ||
28913 $as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
28914 X"$ac_file" : 'X\(//\)[^/]' \| \
28915 X"$ac_file" : 'X\(//\)$' \| \
28916 X"$ac_file" : 'X\(/\)' \| . 2>/dev/null ||
28917 $as_echo X"$ac_file" |
28918 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
28919 s//\1/
28922 /^X\(\/\/\)[^/].*/{
28923 s//\1/
28926 /^X\(\/\/\)$/{
28927 s//\1/
28930 /^X\(\/\).*/{
28931 s//\1/
28934 s/.*/./; q'`
28935 { as_dir="$ac_dir"
28936 case $as_dir in #(
28937 -*) as_dir=./$as_dir;;
28938 esac
28939 test -d "$as_dir" || { $as_mkdir_p && mkdir -p "$as_dir"; } || {
28940 as_dirs=
28941 while :; do
28942 case $as_dir in #(
28943 *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
28944 *) as_qdir=$as_dir;;
28945 esac
28946 as_dirs="'$as_qdir' $as_dirs"
28947 as_dir=`$as_dirname -- "$as_dir" ||
28948 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
28949 X"$as_dir" : 'X\(//\)[^/]' \| \
28950 X"$as_dir" : 'X\(//\)$' \| \
28951 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
28952 $as_echo X"$as_dir" |
28953 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
28954 s//\1/
28957 /^X\(\/\/\)[^/].*/{
28958 s//\1/
28961 /^X\(\/\/\)$/{
28962 s//\1/
28965 /^X\(\/\).*/{
28966 s//\1/
28969 s/.*/./; q'`
28970 test -d "$as_dir" && break
28971 done
28972 test -z "$as_dirs" || eval "mkdir $as_dirs"
28973 } || test -d "$as_dir" || { { $as_echo "$as_me:$LINENO: error: cannot create directory $as_dir" >&5
28974 $as_echo "$as_me: error: cannot create directory $as_dir" >&2;}
28975 { (exit 1); exit 1; }; }; }
28976 ac_builddir=.
28978 case "$ac_dir" in
28979 .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
28981 ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
28982 # A ".." for each directory in $ac_dir_suffix.
28983 ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
28984 case $ac_top_builddir_sub in
28985 "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
28986 *) ac_top_build_prefix=$ac_top_builddir_sub/ ;;
28987 esac ;;
28988 esac
28989 ac_abs_top_builddir=$ac_pwd
28990 ac_abs_builddir=$ac_pwd$ac_dir_suffix
28991 # for backward compatibility:
28992 ac_top_builddir=$ac_top_build_prefix
28994 case $srcdir in
28995 .) # We are building in place.
28996 ac_srcdir=.
28997 ac_top_srcdir=$ac_top_builddir_sub
28998 ac_abs_top_srcdir=$ac_pwd ;;
28999 [\\/]* | ?:[\\/]* ) # Absolute name.
29000 ac_srcdir=$srcdir$ac_dir_suffix;
29001 ac_top_srcdir=$srcdir
29002 ac_abs_top_srcdir=$srcdir ;;
29003 *) # Relative name.
29004 ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
29005 ac_top_srcdir=$ac_top_build_prefix$srcdir
29006 ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
29007 esac
29008 ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
29011 case $ac_mode in
29014 # CONFIG_FILE
29017 case $INSTALL in
29018 [\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;;
29019 *) ac_INSTALL=$ac_top_build_prefix$INSTALL ;;
29020 esac
29021 _ACEOF
29023 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
29024 # If the template does not know about datarootdir, expand it.
29025 # FIXME: This hack should be removed a few years after 2.60.
29026 ac_datarootdir_hack=; ac_datarootdir_seen=
29028 ac_sed_dataroot='
29029 /datarootdir/ {
29033 /@datadir@/p
29034 /@docdir@/p
29035 /@infodir@/p
29036 /@localedir@/p
29037 /@mandir@/p
29039 case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in
29040 *datarootdir*) ac_datarootdir_seen=yes;;
29041 *@datadir@*|*@docdir@*|*@infodir@*|*@localedir@*|*@mandir@*)
29042 { $as_echo "$as_me:$LINENO: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5
29043 $as_echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;}
29044 _ACEOF
29045 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
29046 ac_datarootdir_hack='
29047 s&@datadir@&$datadir&g
29048 s&@docdir@&$docdir&g
29049 s&@infodir@&$infodir&g
29050 s&@localedir@&$localedir&g
29051 s&@mandir@&$mandir&g
29052 s&\\\${datarootdir}&$datarootdir&g' ;;
29053 esac
29054 _ACEOF
29056 # Neutralize VPATH when `$srcdir' = `.'.
29057 # Shell code in configure.ac might set extrasub.
29058 # FIXME: do we really want to maintain this feature?
29059 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
29060 ac_sed_extra="$ac_vpsub
29061 $extrasub
29062 _ACEOF
29063 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
29065 /@[a-zA-Z_][a-zA-Z_0-9]*@/!b
29066 s|@configure_input@|$ac_sed_conf_input|;t t
29067 s&@top_builddir@&$ac_top_builddir_sub&;t t
29068 s&@top_build_prefix@&$ac_top_build_prefix&;t t
29069 s&@srcdir@&$ac_srcdir&;t t
29070 s&@abs_srcdir@&$ac_abs_srcdir&;t t
29071 s&@top_srcdir@&$ac_top_srcdir&;t t
29072 s&@abs_top_srcdir@&$ac_abs_top_srcdir&;t t
29073 s&@builddir@&$ac_builddir&;t t
29074 s&@abs_builddir@&$ac_abs_builddir&;t t
29075 s&@abs_top_builddir@&$ac_abs_top_builddir&;t t
29076 s&@INSTALL@&$ac_INSTALL&;t t
29077 $ac_datarootdir_hack
29079 eval sed \"\$ac_sed_extra\" "$ac_file_inputs" |
29080 if $ac_cs_awk_getline; then
29081 $AWK -f "$tmp/subs.awk"
29082 else
29083 $AWK -f "$tmp/subs.awk" | $SHELL
29084 fi >$tmp/out \
29085 || { { $as_echo "$as_me:$LINENO: error: could not create $ac_file" >&5
29086 $as_echo "$as_me: error: could not create $ac_file" >&2;}
29087 { (exit 1); exit 1; }; }
29089 test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
29090 { ac_out=`sed -n '/\${datarootdir}/p' "$tmp/out"`; test -n "$ac_out"; } &&
29091 { ac_out=`sed -n '/^[ ]*datarootdir[ ]*:*=/p' "$tmp/out"`; test -z "$ac_out"; } &&
29092 { $as_echo "$as_me:$LINENO: WARNING: $ac_file contains a reference to the variable \`datarootdir'
29093 which seems to be undefined. Please make sure it is defined." >&5
29094 $as_echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir'
29095 which seems to be undefined. Please make sure it is defined." >&2;}
29097 rm -f "$tmp/stdin"
29098 case $ac_file in
29099 -) cat "$tmp/out" && rm -f "$tmp/out";;
29100 *) rm -f "$ac_file" && mv "$tmp/out" "$ac_file";;
29101 esac \
29102 || { { $as_echo "$as_me:$LINENO: error: could not create $ac_file" >&5
29103 $as_echo "$as_me: error: could not create $ac_file" >&2;}
29104 { (exit 1); exit 1; }; }
29108 # CONFIG_HEADER
29110 if test x"$ac_file" != x-; then
29112 $as_echo "/* $configure_input */" \
29113 && eval '$AWK -f "$tmp/defines.awk"' "$ac_file_inputs"
29114 } >"$tmp/config.h" \
29115 || { { $as_echo "$as_me:$LINENO: error: could not create $ac_file" >&5
29116 $as_echo "$as_me: error: could not create $ac_file" >&2;}
29117 { (exit 1); exit 1; }; }
29118 if diff "$ac_file" "$tmp/config.h" >/dev/null 2>&1; then
29119 { $as_echo "$as_me:$LINENO: $ac_file is unchanged" >&5
29120 $as_echo "$as_me: $ac_file is unchanged" >&6;}
29121 else
29122 rm -f "$ac_file"
29123 mv "$tmp/config.h" "$ac_file" \
29124 || { { $as_echo "$as_me:$LINENO: error: could not create $ac_file" >&5
29125 $as_echo "$as_me: error: could not create $ac_file" >&2;}
29126 { (exit 1); exit 1; }; }
29128 else
29129 $as_echo "/* $configure_input */" \
29130 && eval '$AWK -f "$tmp/defines.awk"' "$ac_file_inputs" \
29131 || { { $as_echo "$as_me:$LINENO: error: could not create -" >&5
29132 $as_echo "$as_me: error: could not create -" >&2;}
29133 { (exit 1); exit 1; }; }
29137 :C) { $as_echo "$as_me:$LINENO: executing $ac_file commands" >&5
29138 $as_echo "$as_me: executing $ac_file commands" >&6;}
29140 esac
29143 case $ac_file$ac_mode in
29144 "include/stamp-h":C) echo timestamp > include/stamp-h ;;
29145 "dlls/gdi32/enhmfdrv":C) test -d "dlls/gdi32/enhmfdrv" || ({ $as_echo "$as_me:$LINENO: creating dlls/gdi32/enhmfdrv" >&5
29146 $as_echo "$as_me: creating dlls/gdi32/enhmfdrv" >&6;} && mkdir "dlls/gdi32/enhmfdrv") ;;
29147 "dlls/gdi32/mfdrv":C) test -d "dlls/gdi32/mfdrv" || ({ $as_echo "$as_me:$LINENO: creating dlls/gdi32/mfdrv" >&5
29148 $as_echo "$as_me: creating dlls/gdi32/mfdrv" >&6;} && mkdir "dlls/gdi32/mfdrv") ;;
29149 "dlls/kernel32/nls":C) test -d "dlls/kernel32/nls" || ({ $as_echo "$as_me:$LINENO: creating dlls/kernel32/nls" >&5
29150 $as_echo "$as_me: creating dlls/kernel32/nls" >&6;} && mkdir "dlls/kernel32/nls") ;;
29151 "dlls/user32/resources":C) test -d "dlls/user32/resources" || ({ $as_echo "$as_me:$LINENO: creating dlls/user32/resources" >&5
29152 $as_echo "$as_me: creating dlls/user32/resources" >&6;} && mkdir "dlls/user32/resources") ;;
29153 "dlls/wineps.drv/data":C) test -d "dlls/wineps.drv/data" || ({ $as_echo "$as_me:$LINENO: creating dlls/wineps.drv/data" >&5
29154 $as_echo "$as_me: creating dlls/wineps.drv/data" >&6;} && mkdir "dlls/wineps.drv/data") ;;
29155 "include/wine":C) test -d "include/wine" || ({ $as_echo "$as_me:$LINENO: creating include/wine" >&5
29156 $as_echo "$as_me: creating include/wine" >&6;} && mkdir "include/wine") ;;
29158 esac
29159 done # for ac_tag
29162 { (exit 0); exit 0; }
29163 _ACEOF
29164 chmod +x $CONFIG_STATUS
29165 ac_clean_files=$ac_clean_files_save
29167 test $ac_write_fail = 0 ||
29168 { { $as_echo "$as_me:$LINENO: error: write failure creating $CONFIG_STATUS" >&5
29169 $as_echo "$as_me: error: write failure creating $CONFIG_STATUS" >&2;}
29170 { (exit 1); exit 1; }; }
29173 # configure is writing to config.log, and then calls config.status.
29174 # config.status does its own redirection, appending to config.log.
29175 # Unfortunately, on DOS this fails, as config.log is still kept open
29176 # by configure, so config.status won't be able to write to it; its
29177 # output is simply discarded. So we exec the FD to /dev/null,
29178 # effectively closing config.log, so it can be properly (re)opened and
29179 # appended to by config.status. When coming back to configure, we
29180 # need to make the FD available again.
29181 if test "$no_create" != yes; then
29182 ac_cs_success=:
29183 ac_config_status_args=
29184 test "$silent" = yes &&
29185 ac_config_status_args="$ac_config_status_args --quiet"
29186 exec 5>/dev/null
29187 $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success=false
29188 exec 5>>config.log
29189 # Use ||, not &&, to avoid exiting from the if with $? = 1, which
29190 # would make configure fail if this is the last instruction.
29191 $ac_cs_success || { (exit 1); exit 1; }
29193 if test -n "$ac_unrecognized_opts" && test "$enable_option_checking" != no; then
29194 { $as_echo "$as_me:$LINENO: WARNING: unrecognized options: $ac_unrecognized_opts" >&5
29195 $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2;}
29199 if test "$no_create" = "yes"
29200 then
29201 exit 0
29204 ac_save_IFS="$IFS"
29205 if test "x$wine_notices != "x; then
29206 echo >&6
29207 IFS="|"
29208 for msg in $wine_notices; do
29209 IFS="$ac_save_IFS"
29210 if test -n "$msg"; then
29211 { $as_echo "$as_me:$LINENO: $msg" >&5
29212 $as_echo "$as_me: $msg" >&6;}
29214 done
29216 IFS="|"
29217 for msg in $wine_warnings; do
29218 IFS="$ac_save_IFS"
29219 if test -n "$msg"; then
29220 echo >&2
29221 { $as_echo "$as_me:$LINENO: WARNING: $msg" >&5
29222 $as_echo "$as_me: WARNING: $msg" >&2;}
29224 done
29225 IFS="$ac_save_IFS"
29227 echo "
29228 $as_me: Finished. Do '${ac_make} depend && ${ac_make}' to compile Wine.
29229 " >&6