d3dxof: Support multi-dimentional array in templates.
[wine/hacks.git] / configure
blobb2e0470b12d3eecb03a314b11d7a005d12311b92
1 #! /bin/sh
2 # Guess values for system-dependent variables and create Makefiles.
3 # Generated by GNU Autoconf 2.63 for Wine 1.1.9.
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.9'
600 PACKAGE_STRING='Wine 1.1.9'
601 PACKAGE_BUGREPORT='wine-devel@winehq.org'
603 ac_unique_file="server/atom.c"
604 # Factoring default headers for most tests.
605 ac_includes_default="\
606 #include <stdio.h>
607 #ifdef HAVE_SYS_TYPES_H
608 # include <sys/types.h>
609 #endif
610 #ifdef HAVE_SYS_STAT_H
611 # include <sys/stat.h>
612 #endif
613 #ifdef STDC_HEADERS
614 # include <stdlib.h>
615 # include <stddef.h>
616 #else
617 # ifdef HAVE_STDLIB_H
618 # include <stdlib.h>
619 # endif
620 #endif
621 #ifdef HAVE_STRING_H
622 # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
623 # include <memory.h>
624 # endif
625 # include <string.h>
626 #endif
627 #ifdef HAVE_STRINGS_H
628 # include <strings.h>
629 #endif
630 #ifdef HAVE_INTTYPES_H
631 # include <inttypes.h>
632 #endif
633 #ifdef HAVE_STDINT_H
634 # include <stdint.h>
635 #endif
636 #ifdef HAVE_UNISTD_H
637 # include <unistd.h>
638 #endif"
640 ac_subst_vars='LTLIBOBJS
641 LIBOBJS
642 ALL_WINETEST_DEPENDS
643 ALL_PROGRAM_BIN_INSTALL_DIRS
644 ALL_PROGRAM_INSTALL_DIRS
645 ALL_PROGRAM_DIRS
646 ALL_TEST_DIRS
647 ALL_IMPLIB_DIRS
648 ALL_DLL_DIRS
649 ALL_TOP_DIRS
650 ALL_MAKEFILE_DEPENDS
651 ALL_MAKEFILES
652 ALL_MAKERULES
653 DEPENDENCIES
654 LDAPLIBS
655 LIBPOLL
656 LIBDL
657 EXTRA_BINARIES
658 MAIN_BINARY
659 SOCKETLIBS
660 CRTLIBS
661 LDPATH
662 BUILTINFLAG
663 EXTRACFLAGS
664 FONTCONFIGINCL
665 CUPSINCL
666 AUDIOIOLIBS
667 ALSALIBS
668 ESDLIBS
669 ESDINCL
670 ESDCONFIG
671 FREETYPEINCL
672 FREETYPELIBS
673 ft_devel
674 LCMSLIBS
675 RESOLVLIBS
676 GPHOTO2INCL
677 GPHOTO2LIBS
678 gphoto2port_devel
679 gphoto2_devel
680 SANEINCL
681 sane_devel
682 GNUTLSINCL
683 HALINCL
684 XSLTINCL
685 XML2INCL
686 XML2LIBS
687 NASLIBS
688 CROSSTEST
689 CROSSWINDRES
690 CROSSCC
691 CARBONLIB
692 COREAUDIO
693 DISKARBITRATIONLIB
694 LDEXECFLAGS
695 IOKITLIB
696 COREFOUNDATIONLIB
697 SECURITYLIB
698 MINGWAR
699 DLLWRAP
700 DLLTOOL
702 LDRPATH_LOCAL
703 LDRPATH_INSTALL
704 IMPLIBEXT
705 LIBEXT
706 LDDLLFLAGS
707 LDSHARED
708 DLLFLAGS
709 DLLEXT
710 OPENGL_LIBS
711 XLIB
712 LIBPTHREAD
713 PRELINK
714 ICOTOOL
715 RSVG
716 PKG_CONFIG
717 FONTFORGE
718 LINTFLAGS
719 LINT
720 INSTALL_DATA
721 INSTALL_SCRIPT
722 INSTALL_PROGRAM
723 LDCONFIG
724 EGREP
725 GREP
727 LN_S
728 WINDRES
729 STRIP
730 RANLIB
731 ARFLAGS
732 ac_ct_AR
734 ac_ct_NM
736 ac_ct_LD
738 ac_ct_AS
740 BISON
741 FLEX
742 X_EXTRA_LIBS
743 X_LIBS
744 X_PRE_LIBS
745 X_CFLAGS
747 XMKMF
748 TOOLSDIR
749 CPPBIN
750 ac_ct_CXX
751 CXXFLAGS
753 OBJEXT
754 EXEEXT
755 ac_ct_CC
756 CPPFLAGS
757 LDFLAGS
758 CFLAGS
760 SET_MAKE
761 WIN16_INSTALL
762 WIN16_FILES
763 host_os
764 host_vendor
765 host_cpu
766 host
767 build_os
768 build_vendor
769 build_cpu
770 build
771 MAINTAINER_MODE
772 target_alias
773 host_alias
774 build_alias
775 LIBS
776 ECHO_T
777 ECHO_N
778 ECHO_C
779 DEFS
780 mandir
781 localedir
782 libdir
783 psdir
784 pdfdir
785 dvidir
786 htmldir
787 infodir
788 docdir
789 oldincludedir
790 includedir
791 localstatedir
792 sharedstatedir
793 sysconfdir
794 datadir
795 datarootdir
796 libexecdir
797 sbindir
798 bindir
799 program_transform_name
800 prefix
801 exec_prefix
802 PACKAGE_BUGREPORT
803 PACKAGE_STRING
804 PACKAGE_VERSION
805 PACKAGE_TARNAME
806 PACKAGE_NAME
807 PATH_SEPARATOR
808 SHELL'
809 ac_subst_files='MAKE_RULES
810 MAKE_DLL_RULES
811 MAKE_IMPLIB_RULES
812 MAKE_TEST_RULES
813 MAKE_PROG_RULES'
814 ac_user_opts='
815 enable_option_checking
816 enable_win16
817 enable_win64
818 enable_tests
819 enable_maintainer_mode
820 with_alsa
821 with_audioio
822 with_capi
823 with_cms
824 with_coreaudio
825 with_cups
826 with_curses
827 with_esd
828 with_fontconfig
829 with_freetype
830 with_gphoto
831 with_glu
832 with_gnutls
833 with_hal
834 with_jack
835 with_jpeg
836 with_ldap
837 with_nas
838 with_opengl
839 with_openssl
840 with_oss
841 with_png
842 with_sane
843 with_xcomposite
844 with_xcursor
845 with_xinerama
846 with_xinput
847 with_xml
848 with_xrandr
849 with_xrender
850 with_xshape
851 with_xshm
852 with_xslt
853 with_xxf86vm
854 with_wine_tools
855 with_x
857 ac_precious_vars='build_alias
858 host_alias
859 target_alias
861 CFLAGS
862 LDFLAGS
863 LIBS
864 CPPFLAGS
866 CXXFLAGS
868 XMKMF
869 CPP'
872 # Initialize some variables set by options.
873 ac_init_help=
874 ac_init_version=false
875 ac_unrecognized_opts=
876 ac_unrecognized_sep=
877 # The variables have the same names as the options, with
878 # dashes changed to underlines.
879 cache_file=/dev/null
880 exec_prefix=NONE
881 no_create=
882 no_recursion=
883 prefix=NONE
884 program_prefix=NONE
885 program_suffix=NONE
886 program_transform_name=s,x,x,
887 silent=
888 site=
889 srcdir=
890 verbose=
891 x_includes=NONE
892 x_libraries=NONE
894 # Installation directory options.
895 # These are left unexpanded so users can "make install exec_prefix=/foo"
896 # and all the variables that are supposed to be based on exec_prefix
897 # by default will actually change.
898 # Use braces instead of parens because sh, perl, etc. also accept them.
899 # (The list follows the same order as the GNU Coding Standards.)
900 bindir='${exec_prefix}/bin'
901 sbindir='${exec_prefix}/sbin'
902 libexecdir='${exec_prefix}/libexec'
903 datarootdir='${prefix}/share'
904 datadir='${datarootdir}'
905 sysconfdir='${prefix}/etc'
906 sharedstatedir='${prefix}/com'
907 localstatedir='${prefix}/var'
908 includedir='${prefix}/include'
909 oldincludedir='/usr/include'
910 docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
911 infodir='${datarootdir}/info'
912 htmldir='${docdir}'
913 dvidir='${docdir}'
914 pdfdir='${docdir}'
915 psdir='${docdir}'
916 libdir='${exec_prefix}/lib'
917 localedir='${datarootdir}/locale'
918 mandir='${datarootdir}/man'
920 ac_prev=
921 ac_dashdash=
922 for ac_option
924 # If the previous option needs an argument, assign it.
925 if test -n "$ac_prev"; then
926 eval $ac_prev=\$ac_option
927 ac_prev=
928 continue
931 case $ac_option in
932 *=*) ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
933 *) ac_optarg=yes ;;
934 esac
936 # Accept the important Cygnus configure options, so we can diagnose typos.
938 case $ac_dashdash$ac_option in
940 ac_dashdash=yes ;;
942 -bindir | --bindir | --bindi | --bind | --bin | --bi)
943 ac_prev=bindir ;;
944 -bindir=* | --bindir=* | --bindi=* | --bind=* | --bin=* | --bi=*)
945 bindir=$ac_optarg ;;
947 -build | --build | --buil | --bui | --bu)
948 ac_prev=build_alias ;;
949 -build=* | --build=* | --buil=* | --bui=* | --bu=*)
950 build_alias=$ac_optarg ;;
952 -cache-file | --cache-file | --cache-fil | --cache-fi \
953 | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c)
954 ac_prev=cache_file ;;
955 -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \
956 | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*)
957 cache_file=$ac_optarg ;;
959 --config-cache | -C)
960 cache_file=config.cache ;;
962 -datadir | --datadir | --datadi | --datad)
963 ac_prev=datadir ;;
964 -datadir=* | --datadir=* | --datadi=* | --datad=*)
965 datadir=$ac_optarg ;;
967 -datarootdir | --datarootdir | --datarootdi | --datarootd | --dataroot \
968 | --dataroo | --dataro | --datar)
969 ac_prev=datarootdir ;;
970 -datarootdir=* | --datarootdir=* | --datarootdi=* | --datarootd=* \
971 | --dataroot=* | --dataroo=* | --dataro=* | --datar=*)
972 datarootdir=$ac_optarg ;;
974 -disable-* | --disable-*)
975 ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
976 # Reject names that are not valid shell variable names.
977 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
978 { $as_echo "$as_me: error: invalid feature name: $ac_useropt" >&2
979 { (exit 1); exit 1; }; }
980 ac_useropt_orig=$ac_useropt
981 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
982 case $ac_user_opts in
984 "enable_$ac_useropt"
985 "*) ;;
986 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--disable-$ac_useropt_orig"
987 ac_unrecognized_sep=', ';;
988 esac
989 eval enable_$ac_useropt=no ;;
991 -docdir | --docdir | --docdi | --doc | --do)
992 ac_prev=docdir ;;
993 -docdir=* | --docdir=* | --docdi=* | --doc=* | --do=*)
994 docdir=$ac_optarg ;;
996 -dvidir | --dvidir | --dvidi | --dvid | --dvi | --dv)
997 ac_prev=dvidir ;;
998 -dvidir=* | --dvidir=* | --dvidi=* | --dvid=* | --dvi=* | --dv=*)
999 dvidir=$ac_optarg ;;
1001 -enable-* | --enable-*)
1002 ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
1003 # Reject names that are not valid shell variable names.
1004 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
1005 { $as_echo "$as_me: error: invalid feature name: $ac_useropt" >&2
1006 { (exit 1); exit 1; }; }
1007 ac_useropt_orig=$ac_useropt
1008 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1009 case $ac_user_opts in
1011 "enable_$ac_useropt"
1012 "*) ;;
1013 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--enable-$ac_useropt_orig"
1014 ac_unrecognized_sep=', ';;
1015 esac
1016 eval enable_$ac_useropt=\$ac_optarg ;;
1018 -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \
1019 | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \
1020 | --exec | --exe | --ex)
1021 ac_prev=exec_prefix ;;
1022 -exec-prefix=* | --exec_prefix=* | --exec-prefix=* | --exec-prefi=* \
1023 | --exec-pref=* | --exec-pre=* | --exec-pr=* | --exec-p=* | --exec-=* \
1024 | --exec=* | --exe=* | --ex=*)
1025 exec_prefix=$ac_optarg ;;
1027 -gas | --gas | --ga | --g)
1028 # Obsolete; use --with-gas.
1029 with_gas=yes ;;
1031 -help | --help | --hel | --he | -h)
1032 ac_init_help=long ;;
1033 -help=r* | --help=r* | --hel=r* | --he=r* | -hr*)
1034 ac_init_help=recursive ;;
1035 -help=s* | --help=s* | --hel=s* | --he=s* | -hs*)
1036 ac_init_help=short ;;
1038 -host | --host | --hos | --ho)
1039 ac_prev=host_alias ;;
1040 -host=* | --host=* | --hos=* | --ho=*)
1041 host_alias=$ac_optarg ;;
1043 -htmldir | --htmldir | --htmldi | --htmld | --html | --htm | --ht)
1044 ac_prev=htmldir ;;
1045 -htmldir=* | --htmldir=* | --htmldi=* | --htmld=* | --html=* | --htm=* \
1046 | --ht=*)
1047 htmldir=$ac_optarg ;;
1049 -includedir | --includedir | --includedi | --included | --include \
1050 | --includ | --inclu | --incl | --inc)
1051 ac_prev=includedir ;;
1052 -includedir=* | --includedir=* | --includedi=* | --included=* | --include=* \
1053 | --includ=* | --inclu=* | --incl=* | --inc=*)
1054 includedir=$ac_optarg ;;
1056 -infodir | --infodir | --infodi | --infod | --info | --inf)
1057 ac_prev=infodir ;;
1058 -infodir=* | --infodir=* | --infodi=* | --infod=* | --info=* | --inf=*)
1059 infodir=$ac_optarg ;;
1061 -libdir | --libdir | --libdi | --libd)
1062 ac_prev=libdir ;;
1063 -libdir=* | --libdir=* | --libdi=* | --libd=*)
1064 libdir=$ac_optarg ;;
1066 -libexecdir | --libexecdir | --libexecdi | --libexecd | --libexec \
1067 | --libexe | --libex | --libe)
1068 ac_prev=libexecdir ;;
1069 -libexecdir=* | --libexecdir=* | --libexecdi=* | --libexecd=* | --libexec=* \
1070 | --libexe=* | --libex=* | --libe=*)
1071 libexecdir=$ac_optarg ;;
1073 -localedir | --localedir | --localedi | --localed | --locale)
1074 ac_prev=localedir ;;
1075 -localedir=* | --localedir=* | --localedi=* | --localed=* | --locale=*)
1076 localedir=$ac_optarg ;;
1078 -localstatedir | --localstatedir | --localstatedi | --localstated \
1079 | --localstate | --localstat | --localsta | --localst | --locals)
1080 ac_prev=localstatedir ;;
1081 -localstatedir=* | --localstatedir=* | --localstatedi=* | --localstated=* \
1082 | --localstate=* | --localstat=* | --localsta=* | --localst=* | --locals=*)
1083 localstatedir=$ac_optarg ;;
1085 -mandir | --mandir | --mandi | --mand | --man | --ma | --m)
1086 ac_prev=mandir ;;
1087 -mandir=* | --mandir=* | --mandi=* | --mand=* | --man=* | --ma=* | --m=*)
1088 mandir=$ac_optarg ;;
1090 -nfp | --nfp | --nf)
1091 # Obsolete; use --without-fp.
1092 with_fp=no ;;
1094 -no-create | --no-create | --no-creat | --no-crea | --no-cre \
1095 | --no-cr | --no-c | -n)
1096 no_create=yes ;;
1098 -no-recursion | --no-recursion | --no-recursio | --no-recursi \
1099 | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r)
1100 no_recursion=yes ;;
1102 -oldincludedir | --oldincludedir | --oldincludedi | --oldincluded \
1103 | --oldinclude | --oldinclud | --oldinclu | --oldincl | --oldinc \
1104 | --oldin | --oldi | --old | --ol | --o)
1105 ac_prev=oldincludedir ;;
1106 -oldincludedir=* | --oldincludedir=* | --oldincludedi=* | --oldincluded=* \
1107 | --oldinclude=* | --oldinclud=* | --oldinclu=* | --oldincl=* | --oldinc=* \
1108 | --oldin=* | --oldi=* | --old=* | --ol=* | --o=*)
1109 oldincludedir=$ac_optarg ;;
1111 -prefix | --prefix | --prefi | --pref | --pre | --pr | --p)
1112 ac_prev=prefix ;;
1113 -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*)
1114 prefix=$ac_optarg ;;
1116 -program-prefix | --program-prefix | --program-prefi | --program-pref \
1117 | --program-pre | --program-pr | --program-p)
1118 ac_prev=program_prefix ;;
1119 -program-prefix=* | --program-prefix=* | --program-prefi=* \
1120 | --program-pref=* | --program-pre=* | --program-pr=* | --program-p=*)
1121 program_prefix=$ac_optarg ;;
1123 -program-suffix | --program-suffix | --program-suffi | --program-suff \
1124 | --program-suf | --program-su | --program-s)
1125 ac_prev=program_suffix ;;
1126 -program-suffix=* | --program-suffix=* | --program-suffi=* \
1127 | --program-suff=* | --program-suf=* | --program-su=* | --program-s=*)
1128 program_suffix=$ac_optarg ;;
1130 -program-transform-name | --program-transform-name \
1131 | --program-transform-nam | --program-transform-na \
1132 | --program-transform-n | --program-transform- \
1133 | --program-transform | --program-transfor \
1134 | --program-transfo | --program-transf \
1135 | --program-trans | --program-tran \
1136 | --progr-tra | --program-tr | --program-t)
1137 ac_prev=program_transform_name ;;
1138 -program-transform-name=* | --program-transform-name=* \
1139 | --program-transform-nam=* | --program-transform-na=* \
1140 | --program-transform-n=* | --program-transform-=* \
1141 | --program-transform=* | --program-transfor=* \
1142 | --program-transfo=* | --program-transf=* \
1143 | --program-trans=* | --program-tran=* \
1144 | --progr-tra=* | --program-tr=* | --program-t=*)
1145 program_transform_name=$ac_optarg ;;
1147 -pdfdir | --pdfdir | --pdfdi | --pdfd | --pdf | --pd)
1148 ac_prev=pdfdir ;;
1149 -pdfdir=* | --pdfdir=* | --pdfdi=* | --pdfd=* | --pdf=* | --pd=*)
1150 pdfdir=$ac_optarg ;;
1152 -psdir | --psdir | --psdi | --psd | --ps)
1153 ac_prev=psdir ;;
1154 -psdir=* | --psdir=* | --psdi=* | --psd=* | --ps=*)
1155 psdir=$ac_optarg ;;
1157 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
1158 | -silent | --silent | --silen | --sile | --sil)
1159 silent=yes ;;
1161 -sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb)
1162 ac_prev=sbindir ;;
1163 -sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* \
1164 | --sbi=* | --sb=*)
1165 sbindir=$ac_optarg ;;
1167 -sharedstatedir | --sharedstatedir | --sharedstatedi \
1168 | --sharedstated | --sharedstate | --sharedstat | --sharedsta \
1169 | --sharedst | --shareds | --shared | --share | --shar \
1170 | --sha | --sh)
1171 ac_prev=sharedstatedir ;;
1172 -sharedstatedir=* | --sharedstatedir=* | --sharedstatedi=* \
1173 | --sharedstated=* | --sharedstate=* | --sharedstat=* | --sharedsta=* \
1174 | --sharedst=* | --shareds=* | --shared=* | --share=* | --shar=* \
1175 | --sha=* | --sh=*)
1176 sharedstatedir=$ac_optarg ;;
1178 -site | --site | --sit)
1179 ac_prev=site ;;
1180 -site=* | --site=* | --sit=*)
1181 site=$ac_optarg ;;
1183 -srcdir | --srcdir | --srcdi | --srcd | --src | --sr)
1184 ac_prev=srcdir ;;
1185 -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*)
1186 srcdir=$ac_optarg ;;
1188 -sysconfdir | --sysconfdir | --sysconfdi | --sysconfd | --sysconf \
1189 | --syscon | --sysco | --sysc | --sys | --sy)
1190 ac_prev=sysconfdir ;;
1191 -sysconfdir=* | --sysconfdir=* | --sysconfdi=* | --sysconfd=* | --sysconf=* \
1192 | --syscon=* | --sysco=* | --sysc=* | --sys=* | --sy=*)
1193 sysconfdir=$ac_optarg ;;
1195 -target | --target | --targe | --targ | --tar | --ta | --t)
1196 ac_prev=target_alias ;;
1197 -target=* | --target=* | --targe=* | --targ=* | --tar=* | --ta=* | --t=*)
1198 target_alias=$ac_optarg ;;
1200 -v | -verbose | --verbose | --verbos | --verbo | --verb)
1201 verbose=yes ;;
1203 -version | --version | --versio | --versi | --vers | -V)
1204 ac_init_version=: ;;
1206 -with-* | --with-*)
1207 ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
1208 # Reject names that are not valid shell variable names.
1209 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
1210 { $as_echo "$as_me: error: invalid package name: $ac_useropt" >&2
1211 { (exit 1); exit 1; }; }
1212 ac_useropt_orig=$ac_useropt
1213 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1214 case $ac_user_opts in
1216 "with_$ac_useropt"
1217 "*) ;;
1218 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--with-$ac_useropt_orig"
1219 ac_unrecognized_sep=', ';;
1220 esac
1221 eval with_$ac_useropt=\$ac_optarg ;;
1223 -without-* | --without-*)
1224 ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'`
1225 # Reject names that are not valid shell variable names.
1226 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
1227 { $as_echo "$as_me: error: invalid package name: $ac_useropt" >&2
1228 { (exit 1); exit 1; }; }
1229 ac_useropt_orig=$ac_useropt
1230 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1231 case $ac_user_opts in
1233 "with_$ac_useropt"
1234 "*) ;;
1235 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--without-$ac_useropt_orig"
1236 ac_unrecognized_sep=', ';;
1237 esac
1238 eval with_$ac_useropt=no ;;
1240 --x)
1241 # Obsolete; use --with-x.
1242 with_x=yes ;;
1244 -x-includes | --x-includes | --x-include | --x-includ | --x-inclu \
1245 | --x-incl | --x-inc | --x-in | --x-i)
1246 ac_prev=x_includes ;;
1247 -x-includes=* | --x-includes=* | --x-include=* | --x-includ=* | --x-inclu=* \
1248 | --x-incl=* | --x-inc=* | --x-in=* | --x-i=*)
1249 x_includes=$ac_optarg ;;
1251 -x-libraries | --x-libraries | --x-librarie | --x-librari \
1252 | --x-librar | --x-libra | --x-libr | --x-lib | --x-li | --x-l)
1253 ac_prev=x_libraries ;;
1254 -x-libraries=* | --x-libraries=* | --x-librarie=* | --x-librari=* \
1255 | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*)
1256 x_libraries=$ac_optarg ;;
1258 -*) { $as_echo "$as_me: error: unrecognized option: $ac_option
1259 Try \`$0 --help' for more information." >&2
1260 { (exit 1); exit 1; }; }
1263 *=*)
1264 ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
1265 # Reject names that are not valid shell variable names.
1266 expr "x$ac_envvar" : ".*[^_$as_cr_alnum]" >/dev/null &&
1267 { $as_echo "$as_me: error: invalid variable name: $ac_envvar" >&2
1268 { (exit 1); exit 1; }; }
1269 eval $ac_envvar=\$ac_optarg
1270 export $ac_envvar ;;
1273 # FIXME: should be removed in autoconf 3.0.
1274 $as_echo "$as_me: WARNING: you should use --build, --host, --target" >&2
1275 expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev/null &&
1276 $as_echo "$as_me: WARNING: invalid host type: $ac_option" >&2
1277 : ${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option}
1280 esac
1281 done
1283 if test -n "$ac_prev"; then
1284 ac_option=--`echo $ac_prev | sed 's/_/-/g'`
1285 { $as_echo "$as_me: error: missing argument to $ac_option" >&2
1286 { (exit 1); exit 1; }; }
1289 if test -n "$ac_unrecognized_opts"; then
1290 case $enable_option_checking in
1291 no) ;;
1292 fatal) { $as_echo "$as_me: error: unrecognized options: $ac_unrecognized_opts" >&2
1293 { (exit 1); exit 1; }; } ;;
1294 *) $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2 ;;
1295 esac
1298 # Check all directory arguments for consistency.
1299 for ac_var in exec_prefix prefix bindir sbindir libexecdir datarootdir \
1300 datadir sysconfdir sharedstatedir localstatedir includedir \
1301 oldincludedir docdir infodir htmldir dvidir pdfdir psdir \
1302 libdir localedir mandir
1304 eval ac_val=\$$ac_var
1305 # Remove trailing slashes.
1306 case $ac_val in
1307 */ )
1308 ac_val=`expr "X$ac_val" : 'X\(.*[^/]\)' \| "X$ac_val" : 'X\(.*\)'`
1309 eval $ac_var=\$ac_val;;
1310 esac
1311 # Be sure to have absolute directory names.
1312 case $ac_val in
1313 [\\/$]* | ?:[\\/]* ) continue;;
1314 NONE | '' ) case $ac_var in *prefix ) continue;; esac;;
1315 esac
1316 { $as_echo "$as_me: error: expected an absolute directory name for --$ac_var: $ac_val" >&2
1317 { (exit 1); exit 1; }; }
1318 done
1320 # There might be people who depend on the old broken behavior: `$host'
1321 # used to hold the argument of --host etc.
1322 # FIXME: To remove some day.
1323 build=$build_alias
1324 host=$host_alias
1325 target=$target_alias
1327 # FIXME: To remove some day.
1328 if test "x$host_alias" != x; then
1329 if test "x$build_alias" = x; then
1330 cross_compiling=maybe
1331 $as_echo "$as_me: WARNING: If you wanted to set the --build type, don't use --host.
1332 If a cross compiler is detected then cross compile mode will be used." >&2
1333 elif test "x$build_alias" != "x$host_alias"; then
1334 cross_compiling=yes
1338 ac_tool_prefix=
1339 test -n "$host_alias" && ac_tool_prefix=$host_alias-
1341 test "$silent" = yes && exec 6>/dev/null
1344 ac_pwd=`pwd` && test -n "$ac_pwd" &&
1345 ac_ls_di=`ls -di .` &&
1346 ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` ||
1347 { $as_echo "$as_me: error: working directory cannot be determined" >&2
1348 { (exit 1); exit 1; }; }
1349 test "X$ac_ls_di" = "X$ac_pwd_ls_di" ||
1350 { $as_echo "$as_me: error: pwd does not report name of working directory" >&2
1351 { (exit 1); exit 1; }; }
1354 # Find the source files, if location was not specified.
1355 if test -z "$srcdir"; then
1356 ac_srcdir_defaulted=yes
1357 # Try the directory containing this script, then the parent directory.
1358 ac_confdir=`$as_dirname -- "$as_myself" ||
1359 $as_expr X"$as_myself" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
1360 X"$as_myself" : 'X\(//\)[^/]' \| \
1361 X"$as_myself" : 'X\(//\)$' \| \
1362 X"$as_myself" : 'X\(/\)' \| . 2>/dev/null ||
1363 $as_echo X"$as_myself" |
1364 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
1365 s//\1/
1368 /^X\(\/\/\)[^/].*/{
1369 s//\1/
1372 /^X\(\/\/\)$/{
1373 s//\1/
1376 /^X\(\/\).*/{
1377 s//\1/
1380 s/.*/./; q'`
1381 srcdir=$ac_confdir
1382 if test ! -r "$srcdir/$ac_unique_file"; then
1383 srcdir=..
1385 else
1386 ac_srcdir_defaulted=no
1388 if test ! -r "$srcdir/$ac_unique_file"; then
1389 test "$ac_srcdir_defaulted" = yes && srcdir="$ac_confdir or .."
1390 { $as_echo "$as_me: error: cannot find sources ($ac_unique_file) in $srcdir" >&2
1391 { (exit 1); exit 1; }; }
1393 ac_msg="sources are in $srcdir, but \`cd $srcdir' does not work"
1394 ac_abs_confdir=`(
1395 cd "$srcdir" && test -r "./$ac_unique_file" || { $as_echo "$as_me: error: $ac_msg" >&2
1396 { (exit 1); exit 1; }; }
1397 pwd)`
1398 # When building in place, set srcdir=.
1399 if test "$ac_abs_confdir" = "$ac_pwd"; then
1400 srcdir=.
1402 # Remove unnecessary trailing slashes from srcdir.
1403 # Double slashes in file names in object file debugging info
1404 # mess up M-x gdb in Emacs.
1405 case $srcdir in
1406 */) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;;
1407 esac
1408 for ac_var in $ac_precious_vars; do
1409 eval ac_env_${ac_var}_set=\${${ac_var}+set}
1410 eval ac_env_${ac_var}_value=\$${ac_var}
1411 eval ac_cv_env_${ac_var}_set=\${${ac_var}+set}
1412 eval ac_cv_env_${ac_var}_value=\$${ac_var}
1413 done
1416 # Report the --help message.
1418 if test "$ac_init_help" = "long"; then
1419 # Omit some internal or obsolete options to make the list less imposing.
1420 # This message is too long to be a string in the A/UX 3.1 sh.
1421 cat <<_ACEOF
1422 \`configure' configures Wine 1.1.9 to adapt to many kinds of systems.
1424 Usage: $0 [OPTION]... [VAR=VALUE]...
1426 To assign environment variables (e.g., CC, CFLAGS...), specify them as
1427 VAR=VALUE. See below for descriptions of some of the useful variables.
1429 Defaults for the options are specified in brackets.
1431 Configuration:
1432 -h, --help display this help and exit
1433 --help=short display options specific to this package
1434 --help=recursive display the short help of all the included packages
1435 -V, --version display version information and exit
1436 -q, --quiet, --silent do not print \`checking...' messages
1437 --cache-file=FILE cache test results in FILE [disabled]
1438 -C, --config-cache alias for \`--cache-file=config.cache'
1439 -n, --no-create do not create output files
1440 --srcdir=DIR find the sources in DIR [configure dir or \`..']
1442 Installation directories:
1443 --prefix=PREFIX install architecture-independent files in PREFIX
1444 [$ac_default_prefix]
1445 --exec-prefix=EPREFIX install architecture-dependent files in EPREFIX
1446 [PREFIX]
1448 By default, \`make install' will install all the files in
1449 \`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc. You can specify
1450 an installation prefix other than \`$ac_default_prefix' using \`--prefix',
1451 for instance \`--prefix=\$HOME'.
1453 For better control, use the options below.
1455 Fine tuning of the installation directories:
1456 --bindir=DIR user executables [EPREFIX/bin]
1457 --sbindir=DIR system admin executables [EPREFIX/sbin]
1458 --libexecdir=DIR program executables [EPREFIX/libexec]
1459 --sysconfdir=DIR read-only single-machine data [PREFIX/etc]
1460 --sharedstatedir=DIR modifiable architecture-independent data [PREFIX/com]
1461 --localstatedir=DIR modifiable single-machine data [PREFIX/var]
1462 --libdir=DIR object code libraries [EPREFIX/lib]
1463 --includedir=DIR C header files [PREFIX/include]
1464 --oldincludedir=DIR C header files for non-gcc [/usr/include]
1465 --datarootdir=DIR read-only arch.-independent data root [PREFIX/share]
1466 --datadir=DIR read-only architecture-independent data [DATAROOTDIR]
1467 --infodir=DIR info documentation [DATAROOTDIR/info]
1468 --localedir=DIR locale-dependent data [DATAROOTDIR/locale]
1469 --mandir=DIR man documentation [DATAROOTDIR/man]
1470 --docdir=DIR documentation root [DATAROOTDIR/doc/wine]
1471 --htmldir=DIR html documentation [DOCDIR]
1472 --dvidir=DIR dvi documentation [DOCDIR]
1473 --pdfdir=DIR pdf documentation [DOCDIR]
1474 --psdir=DIR ps documentation [DOCDIR]
1475 _ACEOF
1477 cat <<\_ACEOF
1479 X features:
1480 --x-includes=DIR X include files are in DIR
1481 --x-libraries=DIR X library files are in DIR
1483 System types:
1484 --build=BUILD configure for building on BUILD [guessed]
1485 --host=HOST cross-compile to build programs to run on HOST [BUILD]
1486 _ACEOF
1489 if test -n "$ac_init_help"; then
1490 case $ac_init_help in
1491 short | recursive ) echo "Configuration of Wine 1.1.9:";;
1492 esac
1493 cat <<\_ACEOF
1495 Optional Features:
1496 --disable-option-checking ignore unrecognized --enable/--with options
1497 --disable-FEATURE do not include FEATURE (same as --enable-FEATURE=no)
1498 --enable-FEATURE[=ARG] include FEATURE [ARG=yes]
1499 --disable-win16 do not include Win16 support
1500 --enable-win64 build a Win64 emulator on AMD64 (won't run Win32
1501 binaries)
1502 --disable-tests do not build the regression tests
1503 --enable-maintainer-mode
1504 enable maintainer-specific build rules
1506 Optional Packages:
1507 --with-PACKAGE[=ARG] use PACKAGE [ARG=yes]
1508 --without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no)
1509 --without-alsa do not use the Alsa sound support
1510 --without-audioio do not use the AudioIO sound support
1511 --without-capi do not use CAPI (ISDN support)
1512 --without-cms do not use CMS (color management support)
1513 --without-coreaudio do not use the CoreAudio sound support
1514 --without-cups do not use CUPS
1515 --without-curses do not use (n)curses
1516 --without-esd do not use the EsounD sound support
1517 --without-fontconfig do not use fontconfig
1518 --without-freetype do not use the FreeType library
1519 --without-gphoto do not use gphoto (Digital Camera support)
1520 --without-glu do not use the GLU library
1521 --without-gnutls do not use GnuTLS (schannel support)
1522 --without-hal do not use HAL (dynamic device support)
1523 --without-jack do not use the Jack sound support
1524 --without-jpeg do not use JPEG
1525 --without-ldap do not use LDAP
1526 --without-nas do not use the NAS sound support
1527 --without-opengl do not use OpenGL
1528 --without-openssl do not use OpenSSL
1529 --without-oss do not use the OSS sound support
1530 --without-png do not use PNG
1531 --without-sane do not use SANE (scanner support)
1532 --without-xcomposite do not use the Xcomposite extension
1533 --without-xcursor do not use the Xcursor extension
1534 --without-xinerama do not use Xinerama (multi-monitor support)
1535 --without-xinput do not use the Xinput extension
1536 --without-xml do not use XML
1537 --without-xrandr do not use Xrandr (resolution changes)
1538 --without-xrender do not use the Xrender extension
1539 --without-xshape do not use the Xshape extension
1540 --without-xshm do not use XShm (shared memory extension)
1541 --without-xslt do not use XSLT
1542 --without-xxf86vm do not use XFree video mode extension
1543 --with-wine-tools=DIR use Wine tools from directory DIR
1544 --with-x use the X Window System
1546 Some influential environment variables:
1547 CC C compiler command
1548 CFLAGS C compiler flags
1549 LDFLAGS linker flags, e.g. -L<lib dir> if you have libraries in a
1550 nonstandard directory <lib dir>
1551 LIBS libraries to pass to the linker, e.g. -l<library>
1552 CPPFLAGS C/C++/Objective C preprocessor flags, e.g. -I<include dir> if
1553 you have headers in a nonstandard directory <include dir>
1554 CXX C++ compiler command
1555 CXXFLAGS C++ compiler flags
1556 XMKMF Path to xmkmf, Makefile generator for X Window System
1557 CPP C preprocessor
1559 Use these variables to override the choices made by `configure' or to help
1560 it to find libraries and programs with nonstandard names/locations.
1562 Report bugs to <wine-devel@winehq.org>.
1563 _ACEOF
1564 ac_status=$?
1567 if test "$ac_init_help" = "recursive"; then
1568 # If there are subdirs, report their specific --help.
1569 for ac_dir in : $ac_subdirs_all; do test "x$ac_dir" = x: && continue
1570 test -d "$ac_dir" ||
1571 { cd "$srcdir" && ac_pwd=`pwd` && srcdir=. && test -d "$ac_dir"; } ||
1572 continue
1573 ac_builddir=.
1575 case "$ac_dir" in
1576 .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
1578 ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
1579 # A ".." for each directory in $ac_dir_suffix.
1580 ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
1581 case $ac_top_builddir_sub in
1582 "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
1583 *) ac_top_build_prefix=$ac_top_builddir_sub/ ;;
1584 esac ;;
1585 esac
1586 ac_abs_top_builddir=$ac_pwd
1587 ac_abs_builddir=$ac_pwd$ac_dir_suffix
1588 # for backward compatibility:
1589 ac_top_builddir=$ac_top_build_prefix
1591 case $srcdir in
1592 .) # We are building in place.
1593 ac_srcdir=.
1594 ac_top_srcdir=$ac_top_builddir_sub
1595 ac_abs_top_srcdir=$ac_pwd ;;
1596 [\\/]* | ?:[\\/]* ) # Absolute name.
1597 ac_srcdir=$srcdir$ac_dir_suffix;
1598 ac_top_srcdir=$srcdir
1599 ac_abs_top_srcdir=$srcdir ;;
1600 *) # Relative name.
1601 ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
1602 ac_top_srcdir=$ac_top_build_prefix$srcdir
1603 ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
1604 esac
1605 ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
1607 cd "$ac_dir" || { ac_status=$?; continue; }
1608 # Check for guested configure.
1609 if test -f "$ac_srcdir/configure.gnu"; then
1610 echo &&
1611 $SHELL "$ac_srcdir/configure.gnu" --help=recursive
1612 elif test -f "$ac_srcdir/configure"; then
1613 echo &&
1614 $SHELL "$ac_srcdir/configure" --help=recursive
1615 else
1616 $as_echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2
1617 fi || ac_status=$?
1618 cd "$ac_pwd" || { ac_status=$?; break; }
1619 done
1622 test -n "$ac_init_help" && exit $ac_status
1623 if $ac_init_version; then
1624 cat <<\_ACEOF
1625 Wine configure 1.1.9
1626 generated by GNU Autoconf 2.63
1628 Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
1629 2002, 2003, 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc.
1630 This configure script is free software; the Free Software Foundation
1631 gives unlimited permission to copy, distribute and modify it.
1632 _ACEOF
1633 exit
1635 cat >config.log <<_ACEOF
1636 This file contains any messages produced by compilers while
1637 running configure, to aid debugging if configure makes a mistake.
1639 It was created by Wine $as_me 1.1.9, which was
1640 generated by GNU Autoconf 2.63. Invocation command line was
1642 $ $0 $@
1644 _ACEOF
1645 exec 5>>config.log
1647 cat <<_ASUNAME
1648 ## --------- ##
1649 ## Platform. ##
1650 ## --------- ##
1652 hostname = `(hostname || uname -n) 2>/dev/null | sed 1q`
1653 uname -m = `(uname -m) 2>/dev/null || echo unknown`
1654 uname -r = `(uname -r) 2>/dev/null || echo unknown`
1655 uname -s = `(uname -s) 2>/dev/null || echo unknown`
1656 uname -v = `(uname -v) 2>/dev/null || echo unknown`
1658 /usr/bin/uname -p = `(/usr/bin/uname -p) 2>/dev/null || echo unknown`
1659 /bin/uname -X = `(/bin/uname -X) 2>/dev/null || echo unknown`
1661 /bin/arch = `(/bin/arch) 2>/dev/null || echo unknown`
1662 /usr/bin/arch -k = `(/usr/bin/arch -k) 2>/dev/null || echo unknown`
1663 /usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null || echo unknown`
1664 /usr/bin/hostinfo = `(/usr/bin/hostinfo) 2>/dev/null || echo unknown`
1665 /bin/machine = `(/bin/machine) 2>/dev/null || echo unknown`
1666 /usr/bin/oslevel = `(/usr/bin/oslevel) 2>/dev/null || echo unknown`
1667 /bin/universe = `(/bin/universe) 2>/dev/null || echo unknown`
1669 _ASUNAME
1671 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1672 for as_dir in $PATH
1674 IFS=$as_save_IFS
1675 test -z "$as_dir" && as_dir=.
1676 $as_echo "PATH: $as_dir"
1677 done
1678 IFS=$as_save_IFS
1680 } >&5
1682 cat >&5 <<_ACEOF
1685 ## ----------- ##
1686 ## Core tests. ##
1687 ## ----------- ##
1689 _ACEOF
1692 # Keep a trace of the command line.
1693 # Strip out --no-create and --no-recursion so they do not pile up.
1694 # Strip out --silent because we don't want to record it for future runs.
1695 # Also quote any args containing shell meta-characters.
1696 # Make two passes to allow for proper duplicate-argument suppression.
1697 ac_configure_args=
1698 ac_configure_args0=
1699 ac_configure_args1=
1700 ac_must_keep_next=false
1701 for ac_pass in 1 2
1703 for ac_arg
1705 case $ac_arg in
1706 -no-create | --no-c* | -n | -no-recursion | --no-r*) continue ;;
1707 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
1708 | -silent | --silent | --silen | --sile | --sil)
1709 continue ;;
1710 *\'*)
1711 ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
1712 esac
1713 case $ac_pass in
1714 1) ac_configure_args0="$ac_configure_args0 '$ac_arg'" ;;
1716 ac_configure_args1="$ac_configure_args1 '$ac_arg'"
1717 if test $ac_must_keep_next = true; then
1718 ac_must_keep_next=false # Got value, back to normal.
1719 else
1720 case $ac_arg in
1721 *=* | --config-cache | -C | -disable-* | --disable-* \
1722 | -enable-* | --enable-* | -gas | --g* | -nfp | --nf* \
1723 | -q | -quiet | --q* | -silent | --sil* | -v | -verb* \
1724 | -with-* | --with-* | -without-* | --without-* | --x)
1725 case "$ac_configure_args0 " in
1726 "$ac_configure_args1"*" '$ac_arg' "* ) continue ;;
1727 esac
1729 -* ) ac_must_keep_next=true ;;
1730 esac
1732 ac_configure_args="$ac_configure_args '$ac_arg'"
1734 esac
1735 done
1736 done
1737 $as_unset ac_configure_args0 || test "${ac_configure_args0+set}" != set || { ac_configure_args0=; export ac_configure_args0; }
1738 $as_unset ac_configure_args1 || test "${ac_configure_args1+set}" != set || { ac_configure_args1=; export ac_configure_args1; }
1740 # When interrupted or exit'd, cleanup temporary files, and complete
1741 # config.log. We remove comments because anyway the quotes in there
1742 # would cause problems or look ugly.
1743 # WARNING: Use '\'' to represent an apostrophe within the trap.
1744 # WARNING: Do not start the trap code with a newline, due to a FreeBSD 4.0 bug.
1745 trap 'exit_status=$?
1746 # Save into config.log some information that might help in debugging.
1748 echo
1750 cat <<\_ASBOX
1751 ## ---------------- ##
1752 ## Cache variables. ##
1753 ## ---------------- ##
1754 _ASBOX
1755 echo
1756 # The following way of writing the cache mishandles newlines in values,
1758 for ac_var in `(set) 2>&1 | sed -n '\''s/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'\''`; do
1759 eval ac_val=\$$ac_var
1760 case $ac_val in #(
1761 *${as_nl}*)
1762 case $ac_var in #(
1763 *_cv_*) { $as_echo "$as_me:$LINENO: WARNING: cache variable $ac_var contains a newline" >&5
1764 $as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
1765 esac
1766 case $ac_var in #(
1767 _ | IFS | as_nl) ;; #(
1768 BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
1769 *) $as_unset $ac_var ;;
1770 esac ;;
1771 esac
1772 done
1773 (set) 2>&1 |
1774 case $as_nl`(ac_space='\'' '\''; set) 2>&1` in #(
1775 *${as_nl}ac_space=\ *)
1776 sed -n \
1777 "s/'\''/'\''\\\\'\'''\''/g;
1778 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\''\\2'\''/p"
1779 ;; #(
1781 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
1783 esac |
1784 sort
1786 echo
1788 cat <<\_ASBOX
1789 ## ----------------- ##
1790 ## Output variables. ##
1791 ## ----------------- ##
1792 _ASBOX
1793 echo
1794 for ac_var in $ac_subst_vars
1796 eval ac_val=\$$ac_var
1797 case $ac_val in
1798 *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
1799 esac
1800 $as_echo "$ac_var='\''$ac_val'\''"
1801 done | sort
1802 echo
1804 if test -n "$ac_subst_files"; then
1805 cat <<\_ASBOX
1806 ## ------------------- ##
1807 ## File substitutions. ##
1808 ## ------------------- ##
1809 _ASBOX
1810 echo
1811 for ac_var in $ac_subst_files
1813 eval ac_val=\$$ac_var
1814 case $ac_val in
1815 *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
1816 esac
1817 $as_echo "$ac_var='\''$ac_val'\''"
1818 done | sort
1819 echo
1822 if test -s confdefs.h; then
1823 cat <<\_ASBOX
1824 ## ----------- ##
1825 ## confdefs.h. ##
1826 ## ----------- ##
1827 _ASBOX
1828 echo
1829 cat confdefs.h
1830 echo
1832 test "$ac_signal" != 0 &&
1833 $as_echo "$as_me: caught signal $ac_signal"
1834 $as_echo "$as_me: exit $exit_status"
1835 } >&5
1836 rm -f core *.core core.conftest.* &&
1837 rm -f -r conftest* confdefs* conf$$* $ac_clean_files &&
1838 exit $exit_status
1840 for ac_signal in 1 2 13 15; do
1841 trap 'ac_signal='$ac_signal'; { (exit 1); exit 1; }' $ac_signal
1842 done
1843 ac_signal=0
1845 # confdefs.h avoids OS command line length limits that DEFS can exceed.
1846 rm -f -r conftest* confdefs.h
1848 # Predefined preprocessor variables.
1850 cat >>confdefs.h <<_ACEOF
1851 #define PACKAGE_NAME "$PACKAGE_NAME"
1852 _ACEOF
1855 cat >>confdefs.h <<_ACEOF
1856 #define PACKAGE_TARNAME "$PACKAGE_TARNAME"
1857 _ACEOF
1860 cat >>confdefs.h <<_ACEOF
1861 #define PACKAGE_VERSION "$PACKAGE_VERSION"
1862 _ACEOF
1865 cat >>confdefs.h <<_ACEOF
1866 #define PACKAGE_STRING "$PACKAGE_STRING"
1867 _ACEOF
1870 cat >>confdefs.h <<_ACEOF
1871 #define PACKAGE_BUGREPORT "$PACKAGE_BUGREPORT"
1872 _ACEOF
1875 # Let the site file select an alternate cache file if it wants to.
1876 # Prefer an explicitly selected file to automatically selected ones.
1877 ac_site_file1=NONE
1878 ac_site_file2=NONE
1879 if test -n "$CONFIG_SITE"; then
1880 ac_site_file1=$CONFIG_SITE
1881 elif test "x$prefix" != xNONE; then
1882 ac_site_file1=$prefix/share/config.site
1883 ac_site_file2=$prefix/etc/config.site
1884 else
1885 ac_site_file1=$ac_default_prefix/share/config.site
1886 ac_site_file2=$ac_default_prefix/etc/config.site
1888 for ac_site_file in "$ac_site_file1" "$ac_site_file2"
1890 test "x$ac_site_file" = xNONE && continue
1891 if test -r "$ac_site_file"; then
1892 { $as_echo "$as_me:$LINENO: loading site script $ac_site_file" >&5
1893 $as_echo "$as_me: loading site script $ac_site_file" >&6;}
1894 sed 's/^/| /' "$ac_site_file" >&5
1895 . "$ac_site_file"
1897 done
1899 if test -r "$cache_file"; then
1900 # Some versions of bash will fail to source /dev/null (special
1901 # files actually), so we avoid doing that.
1902 if test -f "$cache_file"; then
1903 { $as_echo "$as_me:$LINENO: loading cache $cache_file" >&5
1904 $as_echo "$as_me: loading cache $cache_file" >&6;}
1905 case $cache_file in
1906 [\\/]* | ?:[\\/]* ) . "$cache_file";;
1907 *) . "./$cache_file";;
1908 esac
1910 else
1911 { $as_echo "$as_me:$LINENO: creating cache $cache_file" >&5
1912 $as_echo "$as_me: creating cache $cache_file" >&6;}
1913 >$cache_file
1916 # Check that the precious variables saved in the cache have kept the same
1917 # value.
1918 ac_cache_corrupted=false
1919 for ac_var in $ac_precious_vars; do
1920 eval ac_old_set=\$ac_cv_env_${ac_var}_set
1921 eval ac_new_set=\$ac_env_${ac_var}_set
1922 eval ac_old_val=\$ac_cv_env_${ac_var}_value
1923 eval ac_new_val=\$ac_env_${ac_var}_value
1924 case $ac_old_set,$ac_new_set in
1925 set,)
1926 { $as_echo "$as_me:$LINENO: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
1927 $as_echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
1928 ac_cache_corrupted=: ;;
1929 ,set)
1930 { $as_echo "$as_me:$LINENO: error: \`$ac_var' was not set in the previous run" >&5
1931 $as_echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;}
1932 ac_cache_corrupted=: ;;
1933 ,);;
1935 if test "x$ac_old_val" != "x$ac_new_val"; then
1936 # differences in whitespace do not lead to failure.
1937 ac_old_val_w=`echo x $ac_old_val`
1938 ac_new_val_w=`echo x $ac_new_val`
1939 if test "$ac_old_val_w" != "$ac_new_val_w"; then
1940 { $as_echo "$as_me:$LINENO: error: \`$ac_var' has changed since the previous run:" >&5
1941 $as_echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;}
1942 ac_cache_corrupted=:
1943 else
1944 { $as_echo "$as_me:$LINENO: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&5
1945 $as_echo "$as_me: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&2;}
1946 eval $ac_var=\$ac_old_val
1948 { $as_echo "$as_me:$LINENO: former value: \`$ac_old_val'" >&5
1949 $as_echo "$as_me: former value: \`$ac_old_val'" >&2;}
1950 { $as_echo "$as_me:$LINENO: current value: \`$ac_new_val'" >&5
1951 $as_echo "$as_me: current value: \`$ac_new_val'" >&2;}
1952 fi;;
1953 esac
1954 # Pass precious variables to config.status.
1955 if test "$ac_new_set" = set; then
1956 case $ac_new_val in
1957 *\'*) ac_arg=$ac_var=`$as_echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
1958 *) ac_arg=$ac_var=$ac_new_val ;;
1959 esac
1960 case " $ac_configure_args " in
1961 *" '$ac_arg' "*) ;; # Avoid dups. Use of quotes ensures accuracy.
1962 *) ac_configure_args="$ac_configure_args '$ac_arg'" ;;
1963 esac
1965 done
1966 if $ac_cache_corrupted; then
1967 { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5
1968 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
1969 { $as_echo "$as_me:$LINENO: error: changes in the environment can compromise the build" >&5
1970 $as_echo "$as_me: error: changes in the environment can compromise the build" >&2;}
1971 { { $as_echo "$as_me:$LINENO: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&5
1972 $as_echo "$as_me: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&2;}
1973 { (exit 1); exit 1; }; }
2000 ac_ext=c
2001 ac_cpp='$CPP $CPPFLAGS'
2002 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2003 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2004 ac_compiler_gnu=$ac_cv_c_compiler_gnu
2008 ac_config_headers="$ac_config_headers include/config.h"
2010 ac_aux_dir=
2011 for ac_dir in tools "$srcdir"/tools; do
2012 if test -f "$ac_dir/install-sh"; then
2013 ac_aux_dir=$ac_dir
2014 ac_install_sh="$ac_aux_dir/install-sh -c"
2015 break
2016 elif test -f "$ac_dir/install.sh"; then
2017 ac_aux_dir=$ac_dir
2018 ac_install_sh="$ac_aux_dir/install.sh -c"
2019 break
2020 elif test -f "$ac_dir/shtool"; then
2021 ac_aux_dir=$ac_dir
2022 ac_install_sh="$ac_aux_dir/shtool install -c"
2023 break
2025 done
2026 if test -z "$ac_aux_dir"; then
2027 { { $as_echo "$as_me:$LINENO: error: cannot find install-sh or install.sh in tools \"$srcdir\"/tools" >&5
2028 $as_echo "$as_me: error: cannot find install-sh or install.sh in tools \"$srcdir\"/tools" >&2;}
2029 { (exit 1); exit 1; }; }
2032 # These three variables are undocumented and unsupported,
2033 # and are intended to be withdrawn in a future Autoconf release.
2034 # They can cause serious problems if a builder's source tree is in a directory
2035 # whose full name contains unusual characters.
2036 ac_config_guess="$SHELL $ac_aux_dir/config.guess" # Please don't use this var.
2037 ac_config_sub="$SHELL $ac_aux_dir/config.sub" # Please don't use this var.
2038 ac_configure="$SHELL $ac_aux_dir/configure" # Please don't use this var.
2043 # Check whether --enable-win16 was given.
2044 if test "${enable_win16+set}" = set; then
2045 enableval=$enable_win16;
2048 # Check whether --enable-win64 was given.
2049 if test "${enable_win64+set}" = set; then
2050 enableval=$enable_win64;
2053 # Check whether --enable-tests was given.
2054 if test "${enable_tests+set}" = set; then
2055 enableval=$enable_tests;
2058 # Check whether --enable-maintainer-mode was given.
2059 if test "${enable_maintainer_mode+set}" = set; then
2060 enableval=$enable_maintainer_mode;
2061 else
2062 MAINTAINER_MODE=\#
2068 # Check whether --with-alsa was given.
2069 if test "${with_alsa+set}" = set; then
2070 withval=$with_alsa; if test "x$withval" = "xno"; then ac_cv_header_sys_asoundlib_h=no; ac_cv_header_alsa_asoundlib_h=no; fi
2074 # Check whether --with-audioio was given.
2075 if test "${with_audioio+set}" = set; then
2076 withval=$with_audioio; if test "x$withval" = "xno"; then ac_cv_header_libaudioio_h=no; fi
2080 # Check whether --with-capi was given.
2081 if test "${with_capi+set}" = set; then
2082 withval=$with_capi; if test "x$withval" = "xno"; then ac_cv_header_capi20_h=no; ac_cv_header_linux_capi_h=no; fi
2086 # Check whether --with-cms was given.
2087 if test "${with_cms+set}" = set; then
2088 withval=$with_cms; if test "x$withval" = "xno"; then ac_cv_header_lcms_h=no; ac_cv_header_lcms_lcms_h=no; fi
2092 # Check whether --with-coreaudio was given.
2093 if test "${with_coreaudio+set}" = set; then
2094 withval=$with_coreaudio; if test "x$withval" = "xno"; then ac_cv_header_CoreAudio_CoreAudio_h=no; fi
2098 # Check whether --with-cups was given.
2099 if test "${with_cups+set}" = set; then
2100 withval=$with_cups;
2104 # Check whether --with-curses was given.
2105 if test "${with_curses+set}" = set; then
2106 withval=$with_curses; if test "x$withval" = "xno"; then ac_cv_header_ncurses_h=no; ac_cv_header_curses_h=no; fi
2110 # Check whether --with-esd was given.
2111 if test "${with_esd+set}" = set; then
2112 withval=$with_esd;
2116 # Check whether --with-fontconfig was given.
2117 if test "${with_fontconfig+set}" = set; then
2118 withval=$with_fontconfig; if test "x$withval" = "xno"; then ac_cv_header_fontconfig_fontconfig_h=no; fi
2122 # Check whether --with-freetype was given.
2123 if test "${with_freetype+set}" = set; then
2124 withval=$with_freetype;
2128 # Check whether --with-gphoto was given.
2129 if test "${with_gphoto+set}" = set; then
2130 withval=$with_gphoto;
2134 # Check whether --with-glu was given.
2135 if test "${with_glu+set}" = set; then
2136 withval=$with_glu; if test "x$withval" = "xno"; then ac_cv_header_GL_glu_h=no; fi
2140 # Check whether --with-gnutls was given.
2141 if test "${with_gnutls+set}" = set; then
2142 withval=$with_gnutls;
2146 # Check whether --with-hal was given.
2147 if test "${with_hal+set}" = set; then
2148 withval=$with_hal;
2152 # Check whether --with-jack was given.
2153 if test "${with_jack+set}" = set; then
2154 withval=$with_jack; if test "x$withval" = "xno"; then ac_cv_header_jack_jack_h=no; fi
2158 # Check whether --with-jpeg was given.
2159 if test "${with_jpeg+set}" = set; then
2160 withval=$with_jpeg; if test "x$withval" = "xno"; then ac_cv_header_jpeglib_h=no; fi
2164 # Check whether --with-ldap was given.
2165 if test "${with_ldap+set}" = set; then
2166 withval=$with_ldap; if test "x$withval" = "xno"; then ac_cv_header_ldap_h=no; ac_cv_header_lber_h=no; fi
2170 # Check whether --with-nas was given.
2171 if test "${with_nas+set}" = set; then
2172 withval=$with_nas; if test "x$withval" = "xno"; then ac_cv_header_audio_audiolib_h=no; fi
2176 # Check whether --with-opengl was given.
2177 if test "${with_opengl+set}" = set; then
2178 withval=$with_opengl;
2182 # Check whether --with-openssl was given.
2183 if test "${with_openssl+set}" = set; then
2184 withval=$with_openssl; if test "x$withval" = "xno"; then ac_cv_header_openssl_err_h=no; ac_cv_header_openssl_ssl_h=no; fi
2188 # Check whether --with-oss was given.
2189 if test "${with_oss+set}" = set; then
2190 withval=$with_oss; if test "x$withval" = "xno"; then ac_cv_header_soundcard_h=no; ac_cv_header_sys_soundcard_h=no; ac_cv_header_machine_soundcard_h=no; fi
2194 # Check whether --with-png was given.
2195 if test "${with_png+set}" = set; then
2196 withval=$with_png; if test "x$withval" = "xno"; then ac_cv_header_png_h=no; fi
2200 # Check whether --with-sane was given.
2201 if test "${with_sane+set}" = set; then
2202 withval=$with_sane;
2206 # Check whether --with-xcomposite was given.
2207 if test "${with_xcomposite+set}" = set; then
2208 withval=$with_xcomposite; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_Xcomposite_h=no; fi
2212 # Check whether --with-xcursor was given.
2213 if test "${with_xcursor+set}" = set; then
2214 withval=$with_xcursor; if test "x$withval" = "xno"; then ac_cv_header_X11_Xcursor_Xcursor_h=no; fi
2218 # Check whether --with-xinerama was given.
2219 if test "${with_xinerama+set}" = set; then
2220 withval=$with_xinerama; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_Xinerama_h=no; fi
2224 # Check whether --with-xinput was given.
2225 if test "${with_xinput+set}" = set; then
2226 withval=$with_xinput; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_XInput_h=no; fi
2230 # Check whether --with-xml was given.
2231 if test "${with_xml+set}" = set; then
2232 withval=$with_xml;
2236 # Check whether --with-xrandr was given.
2237 if test "${with_xrandr+set}" = set; then
2238 withval=$with_xrandr; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_Xrandr_h=no; fi
2242 # Check whether --with-xrender was given.
2243 if test "${with_xrender+set}" = set; then
2244 withval=$with_xrender; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_Xrender_h=no; fi
2248 # Check whether --with-xshape was given.
2249 if test "${with_xshape+set}" = set; then
2250 withval=$with_xshape; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_shape_h=no; fi
2254 # Check whether --with-xshm was given.
2255 if test "${with_xshm+set}" = set; then
2256 withval=$with_xshm; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_XShm_h=no; fi
2260 # Check whether --with-xslt was given.
2261 if test "${with_xslt+set}" = set; then
2262 withval=$with_xslt;
2266 # Check whether --with-xxf86vm was given.
2267 if test "${with_xxf86vm+set}" = set; then
2268 withval=$with_xxf86vm; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_xf86vmode_h=no; fi
2273 # Check whether --with-wine-tools was given.
2274 if test "${with_wine_tools+set}" = set; then
2275 withval=$with_wine_tools;
2279 # Make sure we can run config.sub.
2280 $SHELL "$ac_aux_dir/config.sub" sun4 >/dev/null 2>&1 ||
2281 { { $as_echo "$as_me:$LINENO: error: cannot run $SHELL $ac_aux_dir/config.sub" >&5
2282 $as_echo "$as_me: error: cannot run $SHELL $ac_aux_dir/config.sub" >&2;}
2283 { (exit 1); exit 1; }; }
2285 { $as_echo "$as_me:$LINENO: checking build system type" >&5
2286 $as_echo_n "checking build system type... " >&6; }
2287 if test "${ac_cv_build+set}" = set; then
2288 $as_echo_n "(cached) " >&6
2289 else
2290 ac_build_alias=$build_alias
2291 test "x$ac_build_alias" = x &&
2292 ac_build_alias=`$SHELL "$ac_aux_dir/config.guess"`
2293 test "x$ac_build_alias" = x &&
2294 { { $as_echo "$as_me:$LINENO: error: cannot guess build type; you must specify one" >&5
2295 $as_echo "$as_me: error: cannot guess build type; you must specify one" >&2;}
2296 { (exit 1); exit 1; }; }
2297 ac_cv_build=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` ||
2298 { { $as_echo "$as_me:$LINENO: error: $SHELL $ac_aux_dir/config.sub $ac_build_alias failed" >&5
2299 $as_echo "$as_me: error: $SHELL $ac_aux_dir/config.sub $ac_build_alias failed" >&2;}
2300 { (exit 1); exit 1; }; }
2303 { $as_echo "$as_me:$LINENO: result: $ac_cv_build" >&5
2304 $as_echo "$ac_cv_build" >&6; }
2305 case $ac_cv_build in
2306 *-*-*) ;;
2307 *) { { $as_echo "$as_me:$LINENO: error: invalid value of canonical build" >&5
2308 $as_echo "$as_me: error: invalid value of canonical build" >&2;}
2309 { (exit 1); exit 1; }; };;
2310 esac
2311 build=$ac_cv_build
2312 ac_save_IFS=$IFS; IFS='-'
2313 set x $ac_cv_build
2314 shift
2315 build_cpu=$1
2316 build_vendor=$2
2317 shift; shift
2318 # Remember, the first character of IFS is used to create $*,
2319 # except with old shells:
2320 build_os=$*
2321 IFS=$ac_save_IFS
2322 case $build_os in *\ *) build_os=`echo "$build_os" | sed 's/ /-/g'`;; esac
2325 { $as_echo "$as_me:$LINENO: checking host system type" >&5
2326 $as_echo_n "checking host system type... " >&6; }
2327 if test "${ac_cv_host+set}" = set; then
2328 $as_echo_n "(cached) " >&6
2329 else
2330 if test "x$host_alias" = x; then
2331 ac_cv_host=$ac_cv_build
2332 else
2333 ac_cv_host=`$SHELL "$ac_aux_dir/config.sub" $host_alias` ||
2334 { { $as_echo "$as_me:$LINENO: error: $SHELL $ac_aux_dir/config.sub $host_alias failed" >&5
2335 $as_echo "$as_me: error: $SHELL $ac_aux_dir/config.sub $host_alias failed" >&2;}
2336 { (exit 1); exit 1; }; }
2340 { $as_echo "$as_me:$LINENO: result: $ac_cv_host" >&5
2341 $as_echo "$ac_cv_host" >&6; }
2342 case $ac_cv_host in
2343 *-*-*) ;;
2344 *) { { $as_echo "$as_me:$LINENO: error: invalid value of canonical host" >&5
2345 $as_echo "$as_me: error: invalid value of canonical host" >&2;}
2346 { (exit 1); exit 1; }; };;
2347 esac
2348 host=$ac_cv_host
2349 ac_save_IFS=$IFS; IFS='-'
2350 set x $ac_cv_host
2351 shift
2352 host_cpu=$1
2353 host_vendor=$2
2354 shift; shift
2355 # Remember, the first character of IFS is used to create $*,
2356 # except with old shells:
2357 host_os=$*
2358 IFS=$ac_save_IFS
2359 case $host_os in *\ *) host_os=`echo "$host_os" | sed 's/ /-/g'`;; esac
2362 case $host in
2363 x86_64*linux*)
2364 if test "x$enable_win64" != "xyes"
2365 then
2366 CC="${CC:-gcc} -m32"
2367 CXX="${CXX:-g++} -m32"
2368 LD="${LD:-ld} -m elf_i386"
2369 AS="${AS:-as} --32"
2370 host_cpu="i386"
2371 notice_platform="32-bit "
2374 esac
2376 case $host_cpu in
2377 *i[3456789]86*)
2378 if test "x$enable_win16" != "xno"
2379 then
2380 enable_win16="yes"
2383 esac
2385 WIN16_FILES="\$(WIN16_FILES)"
2387 WIN16_INSTALL="\$(WIN16_INSTALL)"
2389 if test "x$enable_win16" != "xyes"
2390 then
2391 WIN16_FILES=""
2392 WIN16_INSTALL=""
2395 case "$srcdir" in
2396 .) ;;
2397 *) if test -f "$srcdir/Makefile" -o -f "$srcdir/include/config.h"; then
2398 { { $as_echo "$as_me:$LINENO: error: you are building out of the source tree, but the source tree contains object files.
2399 You need to run 'make distclean' in the source tree first." >&5
2400 $as_echo "$as_me: error: you are building out of the source tree, but the source tree contains object files.
2401 You need to run 'make distclean' in the source tree first." >&2;}
2402 { (exit 1); exit 1; }; }
2403 fi ;;
2404 esac
2407 { $as_echo "$as_me:$LINENO: checking whether ${MAKE-make} sets \$(MAKE)" >&5
2408 $as_echo_n "checking whether ${MAKE-make} sets \$(MAKE)... " >&6; }
2409 set x ${MAKE-make}
2410 ac_make=`$as_echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'`
2411 if { as_var=ac_cv_prog_make_${ac_make}_set; eval "test \"\${$as_var+set}\" = set"; }; then
2412 $as_echo_n "(cached) " >&6
2413 else
2414 cat >conftest.make <<\_ACEOF
2415 SHELL = /bin/sh
2416 all:
2417 @echo '@@@%%%=$(MAKE)=@@@%%%'
2418 _ACEOF
2419 # GNU make sometimes prints "make[1]: Entering...", which would confuse us.
2420 case `${MAKE-make} -f conftest.make 2>/dev/null` in
2421 *@@@%%%=?*=@@@%%%*)
2422 eval ac_cv_prog_make_${ac_make}_set=yes;;
2424 eval ac_cv_prog_make_${ac_make}_set=no;;
2425 esac
2426 rm -f conftest.make
2428 if eval test \$ac_cv_prog_make_${ac_make}_set = yes; then
2429 { $as_echo "$as_me:$LINENO: result: yes" >&5
2430 $as_echo "yes" >&6; }
2431 SET_MAKE=
2432 else
2433 { $as_echo "$as_me:$LINENO: result: no" >&5
2434 $as_echo "no" >&6; }
2435 SET_MAKE="MAKE=${MAKE-make}"
2438 ac_ext=c
2439 ac_cpp='$CPP $CPPFLAGS'
2440 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2441 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2442 ac_compiler_gnu=$ac_cv_c_compiler_gnu
2443 if test -n "$ac_tool_prefix"; then
2444 # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
2445 set dummy ${ac_tool_prefix}gcc; ac_word=$2
2446 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
2447 $as_echo_n "checking for $ac_word... " >&6; }
2448 if test "${ac_cv_prog_CC+set}" = set; then
2449 $as_echo_n "(cached) " >&6
2450 else
2451 if test -n "$CC"; then
2452 ac_cv_prog_CC="$CC" # Let the user override the test.
2453 else
2454 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2455 for as_dir in $PATH
2457 IFS=$as_save_IFS
2458 test -z "$as_dir" && as_dir=.
2459 for ac_exec_ext in '' $ac_executable_extensions; do
2460 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2461 ac_cv_prog_CC="${ac_tool_prefix}gcc"
2462 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2463 break 2
2465 done
2466 done
2467 IFS=$as_save_IFS
2471 CC=$ac_cv_prog_CC
2472 if test -n "$CC"; then
2473 { $as_echo "$as_me:$LINENO: result: $CC" >&5
2474 $as_echo "$CC" >&6; }
2475 else
2476 { $as_echo "$as_me:$LINENO: result: no" >&5
2477 $as_echo "no" >&6; }
2482 if test -z "$ac_cv_prog_CC"; then
2483 ac_ct_CC=$CC
2484 # Extract the first word of "gcc", so it can be a program name with args.
2485 set dummy gcc; ac_word=$2
2486 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
2487 $as_echo_n "checking for $ac_word... " >&6; }
2488 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
2489 $as_echo_n "(cached) " >&6
2490 else
2491 if test -n "$ac_ct_CC"; then
2492 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
2493 else
2494 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2495 for as_dir in $PATH
2497 IFS=$as_save_IFS
2498 test -z "$as_dir" && as_dir=.
2499 for ac_exec_ext in '' $ac_executable_extensions; do
2500 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2501 ac_cv_prog_ac_ct_CC="gcc"
2502 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2503 break 2
2505 done
2506 done
2507 IFS=$as_save_IFS
2511 ac_ct_CC=$ac_cv_prog_ac_ct_CC
2512 if test -n "$ac_ct_CC"; then
2513 { $as_echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
2514 $as_echo "$ac_ct_CC" >&6; }
2515 else
2516 { $as_echo "$as_me:$LINENO: result: no" >&5
2517 $as_echo "no" >&6; }
2520 if test "x$ac_ct_CC" = x; then
2521 CC=""
2522 else
2523 case $cross_compiling:$ac_tool_warned in
2524 yes:)
2525 { $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5
2526 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
2527 ac_tool_warned=yes ;;
2528 esac
2529 CC=$ac_ct_CC
2531 else
2532 CC="$ac_cv_prog_CC"
2535 if test -z "$CC"; then
2536 if test -n "$ac_tool_prefix"; then
2537 # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
2538 set dummy ${ac_tool_prefix}cc; ac_word=$2
2539 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
2540 $as_echo_n "checking for $ac_word... " >&6; }
2541 if test "${ac_cv_prog_CC+set}" = set; then
2542 $as_echo_n "(cached) " >&6
2543 else
2544 if test -n "$CC"; then
2545 ac_cv_prog_CC="$CC" # Let the user override the test.
2546 else
2547 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2548 for as_dir in $PATH
2550 IFS=$as_save_IFS
2551 test -z "$as_dir" && as_dir=.
2552 for ac_exec_ext in '' $ac_executable_extensions; do
2553 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2554 ac_cv_prog_CC="${ac_tool_prefix}cc"
2555 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2556 break 2
2558 done
2559 done
2560 IFS=$as_save_IFS
2564 CC=$ac_cv_prog_CC
2565 if test -n "$CC"; then
2566 { $as_echo "$as_me:$LINENO: result: $CC" >&5
2567 $as_echo "$CC" >&6; }
2568 else
2569 { $as_echo "$as_me:$LINENO: result: no" >&5
2570 $as_echo "no" >&6; }
2576 if test -z "$CC"; then
2577 # Extract the first word of "cc", so it can be a program name with args.
2578 set dummy cc; ac_word=$2
2579 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
2580 $as_echo_n "checking for $ac_word... " >&6; }
2581 if test "${ac_cv_prog_CC+set}" = set; then
2582 $as_echo_n "(cached) " >&6
2583 else
2584 if test -n "$CC"; then
2585 ac_cv_prog_CC="$CC" # Let the user override the test.
2586 else
2587 ac_prog_rejected=no
2588 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2589 for as_dir in $PATH
2591 IFS=$as_save_IFS
2592 test -z "$as_dir" && as_dir=.
2593 for ac_exec_ext in '' $ac_executable_extensions; do
2594 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2595 if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
2596 ac_prog_rejected=yes
2597 continue
2599 ac_cv_prog_CC="cc"
2600 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2601 break 2
2603 done
2604 done
2605 IFS=$as_save_IFS
2607 if test $ac_prog_rejected = yes; then
2608 # We found a bogon in the path, so make sure we never use it.
2609 set dummy $ac_cv_prog_CC
2610 shift
2611 if test $# != 0; then
2612 # We chose a different compiler from the bogus one.
2613 # However, it has the same basename, so the bogon will be chosen
2614 # first if we set CC to just the basename; use the full file name.
2615 shift
2616 ac_cv_prog_CC="$as_dir/$ac_word${1+' '}$@"
2621 CC=$ac_cv_prog_CC
2622 if test -n "$CC"; then
2623 { $as_echo "$as_me:$LINENO: result: $CC" >&5
2624 $as_echo "$CC" >&6; }
2625 else
2626 { $as_echo "$as_me:$LINENO: result: no" >&5
2627 $as_echo "no" >&6; }
2632 if test -z "$CC"; then
2633 if test -n "$ac_tool_prefix"; then
2634 for ac_prog in cl.exe
2636 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
2637 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
2638 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
2639 $as_echo_n "checking for $ac_word... " >&6; }
2640 if test "${ac_cv_prog_CC+set}" = set; then
2641 $as_echo_n "(cached) " >&6
2642 else
2643 if test -n "$CC"; then
2644 ac_cv_prog_CC="$CC" # Let the user override the test.
2645 else
2646 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2647 for as_dir in $PATH
2649 IFS=$as_save_IFS
2650 test -z "$as_dir" && as_dir=.
2651 for ac_exec_ext in '' $ac_executable_extensions; do
2652 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2653 ac_cv_prog_CC="$ac_tool_prefix$ac_prog"
2654 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2655 break 2
2657 done
2658 done
2659 IFS=$as_save_IFS
2663 CC=$ac_cv_prog_CC
2664 if test -n "$CC"; then
2665 { $as_echo "$as_me:$LINENO: result: $CC" >&5
2666 $as_echo "$CC" >&6; }
2667 else
2668 { $as_echo "$as_me:$LINENO: result: no" >&5
2669 $as_echo "no" >&6; }
2673 test -n "$CC" && break
2674 done
2676 if test -z "$CC"; then
2677 ac_ct_CC=$CC
2678 for ac_prog in cl.exe
2680 # Extract the first word of "$ac_prog", so it can be a program name with args.
2681 set dummy $ac_prog; ac_word=$2
2682 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
2683 $as_echo_n "checking for $ac_word... " >&6; }
2684 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
2685 $as_echo_n "(cached) " >&6
2686 else
2687 if test -n "$ac_ct_CC"; then
2688 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
2689 else
2690 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2691 for as_dir in $PATH
2693 IFS=$as_save_IFS
2694 test -z "$as_dir" && as_dir=.
2695 for ac_exec_ext in '' $ac_executable_extensions; do
2696 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2697 ac_cv_prog_ac_ct_CC="$ac_prog"
2698 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2699 break 2
2701 done
2702 done
2703 IFS=$as_save_IFS
2707 ac_ct_CC=$ac_cv_prog_ac_ct_CC
2708 if test -n "$ac_ct_CC"; then
2709 { $as_echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
2710 $as_echo "$ac_ct_CC" >&6; }
2711 else
2712 { $as_echo "$as_me:$LINENO: result: no" >&5
2713 $as_echo "no" >&6; }
2717 test -n "$ac_ct_CC" && break
2718 done
2720 if test "x$ac_ct_CC" = x; then
2721 CC=""
2722 else
2723 case $cross_compiling:$ac_tool_warned in
2724 yes:)
2725 { $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5
2726 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
2727 ac_tool_warned=yes ;;
2728 esac
2729 CC=$ac_ct_CC
2736 test -z "$CC" && { { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5
2737 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2738 { { $as_echo "$as_me:$LINENO: error: no acceptable C compiler found in \$PATH
2739 See \`config.log' for more details." >&5
2740 $as_echo "$as_me: error: no acceptable C compiler found in \$PATH
2741 See \`config.log' for more details." >&2;}
2742 { (exit 1); exit 1; }; }; }
2744 # Provide some information about the compiler.
2745 $as_echo "$as_me:$LINENO: checking for C compiler version" >&5
2746 set X $ac_compile
2747 ac_compiler=$2
2748 { (ac_try="$ac_compiler --version >&5"
2749 case "(($ac_try" in
2750 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2751 *) ac_try_echo=$ac_try;;
2752 esac
2753 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
2754 $as_echo "$ac_try_echo") >&5
2755 (eval "$ac_compiler --version >&5") 2>&5
2756 ac_status=$?
2757 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
2758 (exit $ac_status); }
2759 { (ac_try="$ac_compiler -v >&5"
2760 case "(($ac_try" in
2761 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2762 *) ac_try_echo=$ac_try;;
2763 esac
2764 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
2765 $as_echo "$ac_try_echo") >&5
2766 (eval "$ac_compiler -v >&5") 2>&5
2767 ac_status=$?
2768 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
2769 (exit $ac_status); }
2770 { (ac_try="$ac_compiler -V >&5"
2771 case "(($ac_try" in
2772 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2773 *) ac_try_echo=$ac_try;;
2774 esac
2775 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
2776 $as_echo "$ac_try_echo") >&5
2777 (eval "$ac_compiler -V >&5") 2>&5
2778 ac_status=$?
2779 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
2780 (exit $ac_status); }
2782 cat >conftest.$ac_ext <<_ACEOF
2783 /* confdefs.h. */
2784 _ACEOF
2785 cat confdefs.h >>conftest.$ac_ext
2786 cat >>conftest.$ac_ext <<_ACEOF
2787 /* end confdefs.h. */
2790 main ()
2794 return 0;
2796 _ACEOF
2797 ac_clean_files_save=$ac_clean_files
2798 ac_clean_files="$ac_clean_files a.out a.out.dSYM a.exe b.out"
2799 # Try to create an executable without -o first, disregard a.out.
2800 # It will help us diagnose broken compilers, and finding out an intuition
2801 # of exeext.
2802 { $as_echo "$as_me:$LINENO: checking for C compiler default output file name" >&5
2803 $as_echo_n "checking for C compiler default output file name... " >&6; }
2804 ac_link_default=`$as_echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
2806 # The possible output files:
2807 ac_files="a.out conftest.exe conftest a.exe a_out.exe b.out conftest.*"
2809 ac_rmfiles=
2810 for ac_file in $ac_files
2812 case $ac_file in
2813 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
2814 * ) ac_rmfiles="$ac_rmfiles $ac_file";;
2815 esac
2816 done
2817 rm -f $ac_rmfiles
2819 if { (ac_try="$ac_link_default"
2820 case "(($ac_try" in
2821 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2822 *) ac_try_echo=$ac_try;;
2823 esac
2824 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
2825 $as_echo "$ac_try_echo") >&5
2826 (eval "$ac_link_default") 2>&5
2827 ac_status=$?
2828 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
2829 (exit $ac_status); }; then
2830 # Autoconf-2.13 could set the ac_cv_exeext variable to `no'.
2831 # So ignore a value of `no', otherwise this would lead to `EXEEXT = no'
2832 # in a Makefile. We should not override ac_cv_exeext if it was cached,
2833 # so that the user can short-circuit this test for compilers unknown to
2834 # Autoconf.
2835 for ac_file in $ac_files ''
2837 test -f "$ac_file" || continue
2838 case $ac_file in
2839 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj )
2841 [ab].out )
2842 # We found the default executable, but exeext='' is most
2843 # certainly right.
2844 break;;
2845 *.* )
2846 if test "${ac_cv_exeext+set}" = set && test "$ac_cv_exeext" != no;
2847 then :; else
2848 ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
2850 # We set ac_cv_exeext here because the later test for it is not
2851 # safe: cross compilers may not add the suffix if given an `-o'
2852 # argument, so we may need to know it at that point already.
2853 # Even if this section looks crufty: it has the advantage of
2854 # actually working.
2855 break;;
2857 break;;
2858 esac
2859 done
2860 test "$ac_cv_exeext" = no && ac_cv_exeext=
2862 else
2863 ac_file=''
2866 { $as_echo "$as_me:$LINENO: result: $ac_file" >&5
2867 $as_echo "$ac_file" >&6; }
2868 if test -z "$ac_file"; then
2869 $as_echo "$as_me: failed program was:" >&5
2870 sed 's/^/| /' conftest.$ac_ext >&5
2872 { { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5
2873 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2874 { { $as_echo "$as_me:$LINENO: error: C compiler cannot create executables
2875 See \`config.log' for more details." >&5
2876 $as_echo "$as_me: error: C compiler cannot create executables
2877 See \`config.log' for more details." >&2;}
2878 { (exit 77); exit 77; }; }; }
2881 ac_exeext=$ac_cv_exeext
2883 # Check that the compiler produces executables we can run. If not, either
2884 # the compiler is broken, or we cross compile.
2885 { $as_echo "$as_me:$LINENO: checking whether the C compiler works" >&5
2886 $as_echo_n "checking whether the C compiler works... " >&6; }
2887 # FIXME: These cross compiler hacks should be removed for Autoconf 3.0
2888 # If not cross compiling, check that we can run a simple program.
2889 if test "$cross_compiling" != yes; then
2890 if { ac_try='./$ac_file'
2891 { (case "(($ac_try" in
2892 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2893 *) ac_try_echo=$ac_try;;
2894 esac
2895 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
2896 $as_echo "$ac_try_echo") >&5
2897 (eval "$ac_try") 2>&5
2898 ac_status=$?
2899 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
2900 (exit $ac_status); }; }; then
2901 cross_compiling=no
2902 else
2903 if test "$cross_compiling" = maybe; then
2904 cross_compiling=yes
2905 else
2906 { { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5
2907 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2908 { { $as_echo "$as_me:$LINENO: error: cannot run C compiled programs.
2909 If you meant to cross compile, use \`--host'.
2910 See \`config.log' for more details." >&5
2911 $as_echo "$as_me: error: cannot run C compiled programs.
2912 If you meant to cross compile, use \`--host'.
2913 See \`config.log' for more details." >&2;}
2914 { (exit 1); exit 1; }; }; }
2918 { $as_echo "$as_me:$LINENO: result: yes" >&5
2919 $as_echo "yes" >&6; }
2921 rm -f -r a.out a.out.dSYM a.exe conftest$ac_cv_exeext b.out
2922 ac_clean_files=$ac_clean_files_save
2923 # Check that the compiler produces executables we can run. If not, either
2924 # the compiler is broken, or we cross compile.
2925 { $as_echo "$as_me:$LINENO: checking whether we are cross compiling" >&5
2926 $as_echo_n "checking whether we are cross compiling... " >&6; }
2927 { $as_echo "$as_me:$LINENO: result: $cross_compiling" >&5
2928 $as_echo "$cross_compiling" >&6; }
2930 { $as_echo "$as_me:$LINENO: checking for suffix of executables" >&5
2931 $as_echo_n "checking for suffix of executables... " >&6; }
2932 if { (ac_try="$ac_link"
2933 case "(($ac_try" in
2934 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2935 *) ac_try_echo=$ac_try;;
2936 esac
2937 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
2938 $as_echo "$ac_try_echo") >&5
2939 (eval "$ac_link") 2>&5
2940 ac_status=$?
2941 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
2942 (exit $ac_status); }; then
2943 # If both `conftest.exe' and `conftest' are `present' (well, observable)
2944 # catch `conftest.exe'. For instance with Cygwin, `ls conftest' will
2945 # work properly (i.e., refer to `conftest.exe'), while it won't with
2946 # `rm'.
2947 for ac_file in conftest.exe conftest conftest.*; do
2948 test -f "$ac_file" || continue
2949 case $ac_file in
2950 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
2951 *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
2952 break;;
2953 * ) break;;
2954 esac
2955 done
2956 else
2957 { { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5
2958 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2959 { { $as_echo "$as_me:$LINENO: error: cannot compute suffix of executables: cannot compile and link
2960 See \`config.log' for more details." >&5
2961 $as_echo "$as_me: error: cannot compute suffix of executables: cannot compile and link
2962 See \`config.log' for more details." >&2;}
2963 { (exit 1); exit 1; }; }; }
2966 rm -f conftest$ac_cv_exeext
2967 { $as_echo "$as_me:$LINENO: result: $ac_cv_exeext" >&5
2968 $as_echo "$ac_cv_exeext" >&6; }
2970 rm -f conftest.$ac_ext
2971 EXEEXT=$ac_cv_exeext
2972 ac_exeext=$EXEEXT
2973 { $as_echo "$as_me:$LINENO: checking for suffix of object files" >&5
2974 $as_echo_n "checking for suffix of object files... " >&6; }
2975 if test "${ac_cv_objext+set}" = set; then
2976 $as_echo_n "(cached) " >&6
2977 else
2978 cat >conftest.$ac_ext <<_ACEOF
2979 /* confdefs.h. */
2980 _ACEOF
2981 cat confdefs.h >>conftest.$ac_ext
2982 cat >>conftest.$ac_ext <<_ACEOF
2983 /* end confdefs.h. */
2986 main ()
2990 return 0;
2992 _ACEOF
2993 rm -f conftest.o conftest.obj
2994 if { (ac_try="$ac_compile"
2995 case "(($ac_try" in
2996 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2997 *) ac_try_echo=$ac_try;;
2998 esac
2999 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
3000 $as_echo "$ac_try_echo") >&5
3001 (eval "$ac_compile") 2>&5
3002 ac_status=$?
3003 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
3004 (exit $ac_status); }; then
3005 for ac_file in conftest.o conftest.obj conftest.*; do
3006 test -f "$ac_file" || continue;
3007 case $ac_file in
3008 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM ) ;;
3009 *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
3010 break;;
3011 esac
3012 done
3013 else
3014 $as_echo "$as_me: failed program was:" >&5
3015 sed 's/^/| /' conftest.$ac_ext >&5
3017 { { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5
3018 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3019 { { $as_echo "$as_me:$LINENO: error: cannot compute suffix of object files: cannot compile
3020 See \`config.log' for more details." >&5
3021 $as_echo "$as_me: error: cannot compute suffix of object files: cannot compile
3022 See \`config.log' for more details." >&2;}
3023 { (exit 1); exit 1; }; }; }
3026 rm -f conftest.$ac_cv_objext conftest.$ac_ext
3028 { $as_echo "$as_me:$LINENO: result: $ac_cv_objext" >&5
3029 $as_echo "$ac_cv_objext" >&6; }
3030 OBJEXT=$ac_cv_objext
3031 ac_objext=$OBJEXT
3032 { $as_echo "$as_me:$LINENO: checking whether we are using the GNU C compiler" >&5
3033 $as_echo_n "checking whether we are using the GNU C compiler... " >&6; }
3034 if test "${ac_cv_c_compiler_gnu+set}" = set; then
3035 $as_echo_n "(cached) " >&6
3036 else
3037 cat >conftest.$ac_ext <<_ACEOF
3038 /* confdefs.h. */
3039 _ACEOF
3040 cat confdefs.h >>conftest.$ac_ext
3041 cat >>conftest.$ac_ext <<_ACEOF
3042 /* end confdefs.h. */
3045 main ()
3047 #ifndef __GNUC__
3048 choke me
3049 #endif
3052 return 0;
3054 _ACEOF
3055 rm -f conftest.$ac_objext
3056 if { (ac_try="$ac_compile"
3057 case "(($ac_try" in
3058 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3059 *) ac_try_echo=$ac_try;;
3060 esac
3061 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
3062 $as_echo "$ac_try_echo") >&5
3063 (eval "$ac_compile") 2>conftest.er1
3064 ac_status=$?
3065 grep -v '^ *+' conftest.er1 >conftest.err
3066 rm -f conftest.er1
3067 cat conftest.err >&5
3068 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
3069 (exit $ac_status); } && {
3070 test -z "$ac_c_werror_flag" ||
3071 test ! -s conftest.err
3072 } && test -s conftest.$ac_objext; then
3073 ac_compiler_gnu=yes
3074 else
3075 $as_echo "$as_me: failed program was:" >&5
3076 sed 's/^/| /' conftest.$ac_ext >&5
3078 ac_compiler_gnu=no
3081 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3082 ac_cv_c_compiler_gnu=$ac_compiler_gnu
3085 { $as_echo "$as_me:$LINENO: result: $ac_cv_c_compiler_gnu" >&5
3086 $as_echo "$ac_cv_c_compiler_gnu" >&6; }
3087 if test $ac_compiler_gnu = yes; then
3088 GCC=yes
3089 else
3090 GCC=
3092 ac_test_CFLAGS=${CFLAGS+set}
3093 ac_save_CFLAGS=$CFLAGS
3094 { $as_echo "$as_me:$LINENO: checking whether $CC accepts -g" >&5
3095 $as_echo_n "checking whether $CC accepts -g... " >&6; }
3096 if test "${ac_cv_prog_cc_g+set}" = set; then
3097 $as_echo_n "(cached) " >&6
3098 else
3099 ac_save_c_werror_flag=$ac_c_werror_flag
3100 ac_c_werror_flag=yes
3101 ac_cv_prog_cc_g=no
3102 CFLAGS="-g"
3103 cat >conftest.$ac_ext <<_ACEOF
3104 /* confdefs.h. */
3105 _ACEOF
3106 cat confdefs.h >>conftest.$ac_ext
3107 cat >>conftest.$ac_ext <<_ACEOF
3108 /* end confdefs.h. */
3111 main ()
3115 return 0;
3117 _ACEOF
3118 rm -f conftest.$ac_objext
3119 if { (ac_try="$ac_compile"
3120 case "(($ac_try" in
3121 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3122 *) ac_try_echo=$ac_try;;
3123 esac
3124 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
3125 $as_echo "$ac_try_echo") >&5
3126 (eval "$ac_compile") 2>conftest.er1
3127 ac_status=$?
3128 grep -v '^ *+' conftest.er1 >conftest.err
3129 rm -f conftest.er1
3130 cat conftest.err >&5
3131 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
3132 (exit $ac_status); } && {
3133 test -z "$ac_c_werror_flag" ||
3134 test ! -s conftest.err
3135 } && test -s conftest.$ac_objext; then
3136 ac_cv_prog_cc_g=yes
3137 else
3138 $as_echo "$as_me: failed program was:" >&5
3139 sed 's/^/| /' conftest.$ac_ext >&5
3141 CFLAGS=""
3142 cat >conftest.$ac_ext <<_ACEOF
3143 /* confdefs.h. */
3144 _ACEOF
3145 cat confdefs.h >>conftest.$ac_ext
3146 cat >>conftest.$ac_ext <<_ACEOF
3147 /* end confdefs.h. */
3150 main ()
3154 return 0;
3156 _ACEOF
3157 rm -f conftest.$ac_objext
3158 if { (ac_try="$ac_compile"
3159 case "(($ac_try" in
3160 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3161 *) ac_try_echo=$ac_try;;
3162 esac
3163 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
3164 $as_echo "$ac_try_echo") >&5
3165 (eval "$ac_compile") 2>conftest.er1
3166 ac_status=$?
3167 grep -v '^ *+' conftest.er1 >conftest.err
3168 rm -f conftest.er1
3169 cat conftest.err >&5
3170 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
3171 (exit $ac_status); } && {
3172 test -z "$ac_c_werror_flag" ||
3173 test ! -s conftest.err
3174 } && test -s conftest.$ac_objext; then
3176 else
3177 $as_echo "$as_me: failed program was:" >&5
3178 sed 's/^/| /' conftest.$ac_ext >&5
3180 ac_c_werror_flag=$ac_save_c_werror_flag
3181 CFLAGS="-g"
3182 cat >conftest.$ac_ext <<_ACEOF
3183 /* confdefs.h. */
3184 _ACEOF
3185 cat confdefs.h >>conftest.$ac_ext
3186 cat >>conftest.$ac_ext <<_ACEOF
3187 /* end confdefs.h. */
3190 main ()
3194 return 0;
3196 _ACEOF
3197 rm -f conftest.$ac_objext
3198 if { (ac_try="$ac_compile"
3199 case "(($ac_try" in
3200 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3201 *) ac_try_echo=$ac_try;;
3202 esac
3203 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
3204 $as_echo "$ac_try_echo") >&5
3205 (eval "$ac_compile") 2>conftest.er1
3206 ac_status=$?
3207 grep -v '^ *+' conftest.er1 >conftest.err
3208 rm -f conftest.er1
3209 cat conftest.err >&5
3210 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
3211 (exit $ac_status); } && {
3212 test -z "$ac_c_werror_flag" ||
3213 test ! -s conftest.err
3214 } && test -s conftest.$ac_objext; then
3215 ac_cv_prog_cc_g=yes
3216 else
3217 $as_echo "$as_me: failed program was:" >&5
3218 sed 's/^/| /' conftest.$ac_ext >&5
3223 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3226 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3229 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3230 ac_c_werror_flag=$ac_save_c_werror_flag
3232 { $as_echo "$as_me:$LINENO: result: $ac_cv_prog_cc_g" >&5
3233 $as_echo "$ac_cv_prog_cc_g" >&6; }
3234 if test "$ac_test_CFLAGS" = set; then
3235 CFLAGS=$ac_save_CFLAGS
3236 elif test $ac_cv_prog_cc_g = yes; then
3237 if test "$GCC" = yes; then
3238 CFLAGS="-g -O2"
3239 else
3240 CFLAGS="-g"
3242 else
3243 if test "$GCC" = yes; then
3244 CFLAGS="-O2"
3245 else
3246 CFLAGS=
3249 { $as_echo "$as_me:$LINENO: checking for $CC option to accept ISO C89" >&5
3250 $as_echo_n "checking for $CC option to accept ISO C89... " >&6; }
3251 if test "${ac_cv_prog_cc_c89+set}" = set; then
3252 $as_echo_n "(cached) " >&6
3253 else
3254 ac_cv_prog_cc_c89=no
3255 ac_save_CC=$CC
3256 cat >conftest.$ac_ext <<_ACEOF
3257 /* confdefs.h. */
3258 _ACEOF
3259 cat confdefs.h >>conftest.$ac_ext
3260 cat >>conftest.$ac_ext <<_ACEOF
3261 /* end confdefs.h. */
3262 #include <stdarg.h>
3263 #include <stdio.h>
3264 #include <sys/types.h>
3265 #include <sys/stat.h>
3266 /* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */
3267 struct buf { int x; };
3268 FILE * (*rcsopen) (struct buf *, struct stat *, int);
3269 static char *e (p, i)
3270 char **p;
3271 int i;
3273 return p[i];
3275 static char *f (char * (*g) (char **, int), char **p, ...)
3277 char *s;
3278 va_list v;
3279 va_start (v,p);
3280 s = g (p, va_arg (v,int));
3281 va_end (v);
3282 return s;
3285 /* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has
3286 function prototypes and stuff, but not '\xHH' hex character constants.
3287 These don't provoke an error unfortunately, instead are silently treated
3288 as 'x'. The following induces an error, until -std is added to get
3289 proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an
3290 array size at least. It's necessary to write '\x00'==0 to get something
3291 that's true only with -std. */
3292 int osf4_cc_array ['\x00' == 0 ? 1 : -1];
3294 /* IBM C 6 for AIX is almost-ANSI by default, but it replaces macro parameters
3295 inside strings and character constants. */
3296 #define FOO(x) 'x'
3297 int xlc6_cc_array[FOO(a) == 'x' ? 1 : -1];
3299 int test (int i, double x);
3300 struct s1 {int (*f) (int a);};
3301 struct s2 {int (*f) (double a);};
3302 int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
3303 int argc;
3304 char **argv;
3306 main ()
3308 return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1];
3310 return 0;
3312 _ACEOF
3313 for ac_arg in '' -qlanglvl=extc89 -qlanglvl=ansi -std \
3314 -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
3316 CC="$ac_save_CC $ac_arg"
3317 rm -f conftest.$ac_objext
3318 if { (ac_try="$ac_compile"
3319 case "(($ac_try" in
3320 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3321 *) ac_try_echo=$ac_try;;
3322 esac
3323 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
3324 $as_echo "$ac_try_echo") >&5
3325 (eval "$ac_compile") 2>conftest.er1
3326 ac_status=$?
3327 grep -v '^ *+' conftest.er1 >conftest.err
3328 rm -f conftest.er1
3329 cat conftest.err >&5
3330 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
3331 (exit $ac_status); } && {
3332 test -z "$ac_c_werror_flag" ||
3333 test ! -s conftest.err
3334 } && test -s conftest.$ac_objext; then
3335 ac_cv_prog_cc_c89=$ac_arg
3336 else
3337 $as_echo "$as_me: failed program was:" >&5
3338 sed 's/^/| /' conftest.$ac_ext >&5
3343 rm -f core conftest.err conftest.$ac_objext
3344 test "x$ac_cv_prog_cc_c89" != "xno" && break
3345 done
3346 rm -f conftest.$ac_ext
3347 CC=$ac_save_CC
3350 # AC_CACHE_VAL
3351 case "x$ac_cv_prog_cc_c89" in
3353 { $as_echo "$as_me:$LINENO: result: none needed" >&5
3354 $as_echo "none needed" >&6; } ;;
3355 xno)
3356 { $as_echo "$as_me:$LINENO: result: unsupported" >&5
3357 $as_echo "unsupported" >&6; } ;;
3359 CC="$CC $ac_cv_prog_cc_c89"
3360 { $as_echo "$as_me:$LINENO: result: $ac_cv_prog_cc_c89" >&5
3361 $as_echo "$ac_cv_prog_cc_c89" >&6; } ;;
3362 esac
3365 ac_ext=c
3366 ac_cpp='$CPP $CPPFLAGS'
3367 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3368 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3369 ac_compiler_gnu=$ac_cv_c_compiler_gnu
3371 ac_ext=cpp
3372 ac_cpp='$CXXCPP $CPPFLAGS'
3373 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3374 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3375 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
3376 if test -z "$CXX"; then
3377 if test -n "$CCC"; then
3378 CXX=$CCC
3379 else
3380 if test -n "$ac_tool_prefix"; then
3381 for ac_prog in g++ c++ gpp aCC CC cxx cc++ cl.exe FCC KCC RCC xlC_r xlC
3383 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
3384 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
3385 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
3386 $as_echo_n "checking for $ac_word... " >&6; }
3387 if test "${ac_cv_prog_CXX+set}" = set; then
3388 $as_echo_n "(cached) " >&6
3389 else
3390 if test -n "$CXX"; then
3391 ac_cv_prog_CXX="$CXX" # Let the user override the test.
3392 else
3393 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3394 for as_dir in $PATH
3396 IFS=$as_save_IFS
3397 test -z "$as_dir" && as_dir=.
3398 for ac_exec_ext in '' $ac_executable_extensions; do
3399 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3400 ac_cv_prog_CXX="$ac_tool_prefix$ac_prog"
3401 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
3402 break 2
3404 done
3405 done
3406 IFS=$as_save_IFS
3410 CXX=$ac_cv_prog_CXX
3411 if test -n "$CXX"; then
3412 { $as_echo "$as_me:$LINENO: result: $CXX" >&5
3413 $as_echo "$CXX" >&6; }
3414 else
3415 { $as_echo "$as_me:$LINENO: result: no" >&5
3416 $as_echo "no" >&6; }
3420 test -n "$CXX" && break
3421 done
3423 if test -z "$CXX"; then
3424 ac_ct_CXX=$CXX
3425 for ac_prog in g++ c++ gpp aCC CC cxx cc++ cl.exe FCC KCC RCC xlC_r xlC
3427 # Extract the first word of "$ac_prog", so it can be a program name with args.
3428 set dummy $ac_prog; ac_word=$2
3429 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
3430 $as_echo_n "checking for $ac_word... " >&6; }
3431 if test "${ac_cv_prog_ac_ct_CXX+set}" = set; then
3432 $as_echo_n "(cached) " >&6
3433 else
3434 if test -n "$ac_ct_CXX"; then
3435 ac_cv_prog_ac_ct_CXX="$ac_ct_CXX" # Let the user override the test.
3436 else
3437 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3438 for as_dir in $PATH
3440 IFS=$as_save_IFS
3441 test -z "$as_dir" && as_dir=.
3442 for ac_exec_ext in '' $ac_executable_extensions; do
3443 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3444 ac_cv_prog_ac_ct_CXX="$ac_prog"
3445 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
3446 break 2
3448 done
3449 done
3450 IFS=$as_save_IFS
3454 ac_ct_CXX=$ac_cv_prog_ac_ct_CXX
3455 if test -n "$ac_ct_CXX"; then
3456 { $as_echo "$as_me:$LINENO: result: $ac_ct_CXX" >&5
3457 $as_echo "$ac_ct_CXX" >&6; }
3458 else
3459 { $as_echo "$as_me:$LINENO: result: no" >&5
3460 $as_echo "no" >&6; }
3464 test -n "$ac_ct_CXX" && break
3465 done
3467 if test "x$ac_ct_CXX" = x; then
3468 CXX="g++"
3469 else
3470 case $cross_compiling:$ac_tool_warned in
3471 yes:)
3472 { $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5
3473 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
3474 ac_tool_warned=yes ;;
3475 esac
3476 CXX=$ac_ct_CXX
3482 # Provide some information about the compiler.
3483 $as_echo "$as_me:$LINENO: checking for C++ compiler version" >&5
3484 set X $ac_compile
3485 ac_compiler=$2
3486 { (ac_try="$ac_compiler --version >&5"
3487 case "(($ac_try" in
3488 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3489 *) ac_try_echo=$ac_try;;
3490 esac
3491 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
3492 $as_echo "$ac_try_echo") >&5
3493 (eval "$ac_compiler --version >&5") 2>&5
3494 ac_status=$?
3495 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
3496 (exit $ac_status); }
3497 { (ac_try="$ac_compiler -v >&5"
3498 case "(($ac_try" in
3499 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3500 *) ac_try_echo=$ac_try;;
3501 esac
3502 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
3503 $as_echo "$ac_try_echo") >&5
3504 (eval "$ac_compiler -v >&5") 2>&5
3505 ac_status=$?
3506 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
3507 (exit $ac_status); }
3508 { (ac_try="$ac_compiler -V >&5"
3509 case "(($ac_try" in
3510 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3511 *) ac_try_echo=$ac_try;;
3512 esac
3513 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
3514 $as_echo "$ac_try_echo") >&5
3515 (eval "$ac_compiler -V >&5") 2>&5
3516 ac_status=$?
3517 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
3518 (exit $ac_status); }
3520 { $as_echo "$as_me:$LINENO: checking whether we are using the GNU C++ compiler" >&5
3521 $as_echo_n "checking whether we are using the GNU C++ compiler... " >&6; }
3522 if test "${ac_cv_cxx_compiler_gnu+set}" = set; then
3523 $as_echo_n "(cached) " >&6
3524 else
3525 cat >conftest.$ac_ext <<_ACEOF
3526 /* confdefs.h. */
3527 _ACEOF
3528 cat confdefs.h >>conftest.$ac_ext
3529 cat >>conftest.$ac_ext <<_ACEOF
3530 /* end confdefs.h. */
3533 main ()
3535 #ifndef __GNUC__
3536 choke me
3537 #endif
3540 return 0;
3542 _ACEOF
3543 rm -f conftest.$ac_objext
3544 if { (ac_try="$ac_compile"
3545 case "(($ac_try" in
3546 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3547 *) ac_try_echo=$ac_try;;
3548 esac
3549 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
3550 $as_echo "$ac_try_echo") >&5
3551 (eval "$ac_compile") 2>conftest.er1
3552 ac_status=$?
3553 grep -v '^ *+' conftest.er1 >conftest.err
3554 rm -f conftest.er1
3555 cat conftest.err >&5
3556 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
3557 (exit $ac_status); } && {
3558 test -z "$ac_cxx_werror_flag" ||
3559 test ! -s conftest.err
3560 } && test -s conftest.$ac_objext; then
3561 ac_compiler_gnu=yes
3562 else
3563 $as_echo "$as_me: failed program was:" >&5
3564 sed 's/^/| /' conftest.$ac_ext >&5
3566 ac_compiler_gnu=no
3569 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3570 ac_cv_cxx_compiler_gnu=$ac_compiler_gnu
3573 { $as_echo "$as_me:$LINENO: result: $ac_cv_cxx_compiler_gnu" >&5
3574 $as_echo "$ac_cv_cxx_compiler_gnu" >&6; }
3575 if test $ac_compiler_gnu = yes; then
3576 GXX=yes
3577 else
3578 GXX=
3580 ac_test_CXXFLAGS=${CXXFLAGS+set}
3581 ac_save_CXXFLAGS=$CXXFLAGS
3582 { $as_echo "$as_me:$LINENO: checking whether $CXX accepts -g" >&5
3583 $as_echo_n "checking whether $CXX accepts -g... " >&6; }
3584 if test "${ac_cv_prog_cxx_g+set}" = set; then
3585 $as_echo_n "(cached) " >&6
3586 else
3587 ac_save_cxx_werror_flag=$ac_cxx_werror_flag
3588 ac_cxx_werror_flag=yes
3589 ac_cv_prog_cxx_g=no
3590 CXXFLAGS="-g"
3591 cat >conftest.$ac_ext <<_ACEOF
3592 /* confdefs.h. */
3593 _ACEOF
3594 cat confdefs.h >>conftest.$ac_ext
3595 cat >>conftest.$ac_ext <<_ACEOF
3596 /* end confdefs.h. */
3599 main ()
3603 return 0;
3605 _ACEOF
3606 rm -f conftest.$ac_objext
3607 if { (ac_try="$ac_compile"
3608 case "(($ac_try" in
3609 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3610 *) ac_try_echo=$ac_try;;
3611 esac
3612 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
3613 $as_echo "$ac_try_echo") >&5
3614 (eval "$ac_compile") 2>conftest.er1
3615 ac_status=$?
3616 grep -v '^ *+' conftest.er1 >conftest.err
3617 rm -f conftest.er1
3618 cat conftest.err >&5
3619 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
3620 (exit $ac_status); } && {
3621 test -z "$ac_cxx_werror_flag" ||
3622 test ! -s conftest.err
3623 } && test -s conftest.$ac_objext; then
3624 ac_cv_prog_cxx_g=yes
3625 else
3626 $as_echo "$as_me: failed program was:" >&5
3627 sed 's/^/| /' conftest.$ac_ext >&5
3629 CXXFLAGS=""
3630 cat >conftest.$ac_ext <<_ACEOF
3631 /* confdefs.h. */
3632 _ACEOF
3633 cat confdefs.h >>conftest.$ac_ext
3634 cat >>conftest.$ac_ext <<_ACEOF
3635 /* end confdefs.h. */
3638 main ()
3642 return 0;
3644 _ACEOF
3645 rm -f conftest.$ac_objext
3646 if { (ac_try="$ac_compile"
3647 case "(($ac_try" in
3648 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3649 *) ac_try_echo=$ac_try;;
3650 esac
3651 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
3652 $as_echo "$ac_try_echo") >&5
3653 (eval "$ac_compile") 2>conftest.er1
3654 ac_status=$?
3655 grep -v '^ *+' conftest.er1 >conftest.err
3656 rm -f conftest.er1
3657 cat conftest.err >&5
3658 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
3659 (exit $ac_status); } && {
3660 test -z "$ac_cxx_werror_flag" ||
3661 test ! -s conftest.err
3662 } && test -s conftest.$ac_objext; then
3664 else
3665 $as_echo "$as_me: failed program was:" >&5
3666 sed 's/^/| /' conftest.$ac_ext >&5
3668 ac_cxx_werror_flag=$ac_save_cxx_werror_flag
3669 CXXFLAGS="-g"
3670 cat >conftest.$ac_ext <<_ACEOF
3671 /* confdefs.h. */
3672 _ACEOF
3673 cat confdefs.h >>conftest.$ac_ext
3674 cat >>conftest.$ac_ext <<_ACEOF
3675 /* end confdefs.h. */
3678 main ()
3682 return 0;
3684 _ACEOF
3685 rm -f conftest.$ac_objext
3686 if { (ac_try="$ac_compile"
3687 case "(($ac_try" in
3688 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3689 *) ac_try_echo=$ac_try;;
3690 esac
3691 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
3692 $as_echo "$ac_try_echo") >&5
3693 (eval "$ac_compile") 2>conftest.er1
3694 ac_status=$?
3695 grep -v '^ *+' conftest.er1 >conftest.err
3696 rm -f conftest.er1
3697 cat conftest.err >&5
3698 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
3699 (exit $ac_status); } && {
3700 test -z "$ac_cxx_werror_flag" ||
3701 test ! -s conftest.err
3702 } && test -s conftest.$ac_objext; then
3703 ac_cv_prog_cxx_g=yes
3704 else
3705 $as_echo "$as_me: failed program was:" >&5
3706 sed 's/^/| /' conftest.$ac_ext >&5
3711 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3714 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3717 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3718 ac_cxx_werror_flag=$ac_save_cxx_werror_flag
3720 { $as_echo "$as_me:$LINENO: result: $ac_cv_prog_cxx_g" >&5
3721 $as_echo "$ac_cv_prog_cxx_g" >&6; }
3722 if test "$ac_test_CXXFLAGS" = set; then
3723 CXXFLAGS=$ac_save_CXXFLAGS
3724 elif test $ac_cv_prog_cxx_g = yes; then
3725 if test "$GXX" = yes; then
3726 CXXFLAGS="-g -O2"
3727 else
3728 CXXFLAGS="-g"
3730 else
3731 if test "$GXX" = yes; then
3732 CXXFLAGS="-O2"
3733 else
3734 CXXFLAGS=
3737 ac_ext=c
3738 ac_cpp='$CPP $CPPFLAGS'
3739 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3740 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3741 ac_compiler_gnu=$ac_cv_c_compiler_gnu
3743 if test -n "$ac_tool_prefix"; then
3744 # Extract the first word of "${ac_tool_prefix}cpp", so it can be a program name with args.
3745 set dummy ${ac_tool_prefix}cpp; ac_word=$2
3746 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
3747 $as_echo_n "checking for $ac_word... " >&6; }
3748 if test "${ac_cv_prog_CPPBIN+set}" = set; then
3749 $as_echo_n "(cached) " >&6
3750 else
3751 if test -n "$CPPBIN"; then
3752 ac_cv_prog_CPPBIN="$CPPBIN" # Let the user override the test.
3753 else
3754 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3755 for as_dir in $PATH
3757 IFS=$as_save_IFS
3758 test -z "$as_dir" && as_dir=.
3759 for ac_exec_ext in '' $ac_executable_extensions; do
3760 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3761 ac_cv_prog_CPPBIN="${ac_tool_prefix}cpp"
3762 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
3763 break 2
3765 done
3766 done
3767 IFS=$as_save_IFS
3771 CPPBIN=$ac_cv_prog_CPPBIN
3772 if test -n "$CPPBIN"; then
3773 { $as_echo "$as_me:$LINENO: result: $CPPBIN" >&5
3774 $as_echo "$CPPBIN" >&6; }
3775 else
3776 { $as_echo "$as_me:$LINENO: result: no" >&5
3777 $as_echo "no" >&6; }
3782 if test -z "$ac_cv_prog_CPPBIN"; then
3783 ac_ct_CPPBIN=$CPPBIN
3784 # Extract the first word of "cpp", so it can be a program name with args.
3785 set dummy cpp; ac_word=$2
3786 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
3787 $as_echo_n "checking for $ac_word... " >&6; }
3788 if test "${ac_cv_prog_ac_ct_CPPBIN+set}" = set; then
3789 $as_echo_n "(cached) " >&6
3790 else
3791 if test -n "$ac_ct_CPPBIN"; then
3792 ac_cv_prog_ac_ct_CPPBIN="$ac_ct_CPPBIN" # Let the user override the test.
3793 else
3794 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3795 for as_dir in $PATH
3797 IFS=$as_save_IFS
3798 test -z "$as_dir" && as_dir=.
3799 for ac_exec_ext in '' $ac_executable_extensions; do
3800 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3801 ac_cv_prog_ac_ct_CPPBIN="cpp"
3802 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
3803 break 2
3805 done
3806 done
3807 IFS=$as_save_IFS
3811 ac_ct_CPPBIN=$ac_cv_prog_ac_ct_CPPBIN
3812 if test -n "$ac_ct_CPPBIN"; then
3813 { $as_echo "$as_me:$LINENO: result: $ac_ct_CPPBIN" >&5
3814 $as_echo "$ac_ct_CPPBIN" >&6; }
3815 else
3816 { $as_echo "$as_me:$LINENO: result: no" >&5
3817 $as_echo "no" >&6; }
3820 if test "x$ac_ct_CPPBIN" = x; then
3821 CPPBIN="cpp"
3822 else
3823 case $cross_compiling:$ac_tool_warned in
3824 yes:)
3825 { $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5
3826 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
3827 ac_tool_warned=yes ;;
3828 esac
3829 CPPBIN=$ac_ct_CPPBIN
3831 else
3832 CPPBIN="$ac_cv_prog_CPPBIN"
3836 { $as_echo "$as_me:$LINENO: checking for the directory containing the Wine tools" >&5
3837 $as_echo_n "checking for the directory containing the Wine tools... " >&6; }
3838 if test "${wine_cv_toolsdir+set}" = set; then
3839 $as_echo_n "(cached) " >&6
3840 else
3841 if test -z "$with_wine_tools"; then
3842 if test "$cross_compiling" = "yes"; then
3843 { { $as_echo "$as_me:$LINENO: error: you must use the --with-wine-tools option when cross-compiling." >&5
3844 $as_echo "$as_me: error: you must use the --with-wine-tools option when cross-compiling." >&2;}
3845 { (exit 1); exit 1; }; }
3846 else
3847 wine_cv_toolsdir="\$(TOPOBJDIR)"
3849 elif test -d "$with_wine_tools/tools/winebuild"; then
3850 case $with_wine_tools in
3851 /*) wine_cv_toolsdir="$with_wine_tools" ;;
3852 *) wine_cv_toolsdir="\$(TOPOBJDIR)/$with_wine_tools" ;;
3853 esac
3854 else
3855 { { $as_echo "$as_me:$LINENO: error: could not find Wine tools in $with_wine_tools." >&5
3856 $as_echo "$as_me: error: could not find Wine tools in $with_wine_tools." >&2;}
3857 { (exit 1); exit 1; }; }
3860 { $as_echo "$as_me:$LINENO: result: $wine_cv_toolsdir" >&5
3861 $as_echo "$wine_cv_toolsdir" >&6; }
3862 TOOLSDIR=$wine_cv_toolsdir
3866 ac_ext=c
3867 ac_cpp='$CPP $CPPFLAGS'
3868 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3869 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3870 ac_compiler_gnu=$ac_cv_c_compiler_gnu
3871 { $as_echo "$as_me:$LINENO: checking how to run the C preprocessor" >&5
3872 $as_echo_n "checking how to run the C preprocessor... " >&6; }
3873 # On Suns, sometimes $CPP names a directory.
3874 if test -n "$CPP" && test -d "$CPP"; then
3875 CPP=
3877 if test -z "$CPP"; then
3878 if test "${ac_cv_prog_CPP+set}" = set; then
3879 $as_echo_n "(cached) " >&6
3880 else
3881 # Double quotes because CPP needs to be expanded
3882 for CPP in "$CC -E" "$CC -E -traditional-cpp" "/lib/cpp"
3884 ac_preproc_ok=false
3885 for ac_c_preproc_warn_flag in '' yes
3887 # Use a header file that comes with gcc, so configuring glibc
3888 # with a fresh cross-compiler works.
3889 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
3890 # <limits.h> exists even on freestanding compilers.
3891 # On the NeXT, cc -E runs the code through the compiler's parser,
3892 # not just through cpp. "Syntax error" is here to catch this case.
3893 cat >conftest.$ac_ext <<_ACEOF
3894 /* confdefs.h. */
3895 _ACEOF
3896 cat confdefs.h >>conftest.$ac_ext
3897 cat >>conftest.$ac_ext <<_ACEOF
3898 /* end confdefs.h. */
3899 #ifdef __STDC__
3900 # include <limits.h>
3901 #else
3902 # include <assert.h>
3903 #endif
3904 Syntax error
3905 _ACEOF
3906 if { (ac_try="$ac_cpp conftest.$ac_ext"
3907 case "(($ac_try" in
3908 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3909 *) ac_try_echo=$ac_try;;
3910 esac
3911 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
3912 $as_echo "$ac_try_echo") >&5
3913 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
3914 ac_status=$?
3915 grep -v '^ *+' conftest.er1 >conftest.err
3916 rm -f conftest.er1
3917 cat conftest.err >&5
3918 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
3919 (exit $ac_status); } >/dev/null && {
3920 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
3921 test ! -s conftest.err
3922 }; then
3924 else
3925 $as_echo "$as_me: failed program was:" >&5
3926 sed 's/^/| /' conftest.$ac_ext >&5
3928 # Broken: fails on valid input.
3929 continue
3932 rm -f conftest.err conftest.$ac_ext
3934 # OK, works on sane cases. Now check whether nonexistent headers
3935 # can be detected and how.
3936 cat >conftest.$ac_ext <<_ACEOF
3937 /* confdefs.h. */
3938 _ACEOF
3939 cat confdefs.h >>conftest.$ac_ext
3940 cat >>conftest.$ac_ext <<_ACEOF
3941 /* end confdefs.h. */
3942 #include <ac_nonexistent.h>
3943 _ACEOF
3944 if { (ac_try="$ac_cpp conftest.$ac_ext"
3945 case "(($ac_try" in
3946 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3947 *) ac_try_echo=$ac_try;;
3948 esac
3949 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
3950 $as_echo "$ac_try_echo") >&5
3951 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
3952 ac_status=$?
3953 grep -v '^ *+' conftest.er1 >conftest.err
3954 rm -f conftest.er1
3955 cat conftest.err >&5
3956 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
3957 (exit $ac_status); } >/dev/null && {
3958 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
3959 test ! -s conftest.err
3960 }; then
3961 # Broken: success on invalid input.
3962 continue
3963 else
3964 $as_echo "$as_me: failed program was:" >&5
3965 sed 's/^/| /' conftest.$ac_ext >&5
3967 # Passes both tests.
3968 ac_preproc_ok=:
3969 break
3972 rm -f conftest.err conftest.$ac_ext
3974 done
3975 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
3976 rm -f conftest.err conftest.$ac_ext
3977 if $ac_preproc_ok; then
3978 break
3981 done
3982 ac_cv_prog_CPP=$CPP
3985 CPP=$ac_cv_prog_CPP
3986 else
3987 ac_cv_prog_CPP=$CPP
3989 { $as_echo "$as_me:$LINENO: result: $CPP" >&5
3990 $as_echo "$CPP" >&6; }
3991 ac_preproc_ok=false
3992 for ac_c_preproc_warn_flag in '' yes
3994 # Use a header file that comes with gcc, so configuring glibc
3995 # with a fresh cross-compiler works.
3996 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
3997 # <limits.h> exists even on freestanding compilers.
3998 # On the NeXT, cc -E runs the code through the compiler's parser,
3999 # not just through cpp. "Syntax error" is here to catch this case.
4000 cat >conftest.$ac_ext <<_ACEOF
4001 /* confdefs.h. */
4002 _ACEOF
4003 cat confdefs.h >>conftest.$ac_ext
4004 cat >>conftest.$ac_ext <<_ACEOF
4005 /* end confdefs.h. */
4006 #ifdef __STDC__
4007 # include <limits.h>
4008 #else
4009 # include <assert.h>
4010 #endif
4011 Syntax error
4012 _ACEOF
4013 if { (ac_try="$ac_cpp conftest.$ac_ext"
4014 case "(($ac_try" in
4015 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4016 *) ac_try_echo=$ac_try;;
4017 esac
4018 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
4019 $as_echo "$ac_try_echo") >&5
4020 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
4021 ac_status=$?
4022 grep -v '^ *+' conftest.er1 >conftest.err
4023 rm -f conftest.er1
4024 cat conftest.err >&5
4025 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
4026 (exit $ac_status); } >/dev/null && {
4027 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
4028 test ! -s conftest.err
4029 }; then
4031 else
4032 $as_echo "$as_me: failed program was:" >&5
4033 sed 's/^/| /' conftest.$ac_ext >&5
4035 # Broken: fails on valid input.
4036 continue
4039 rm -f conftest.err conftest.$ac_ext
4041 # OK, works on sane cases. Now check whether nonexistent headers
4042 # can be detected and how.
4043 cat >conftest.$ac_ext <<_ACEOF
4044 /* confdefs.h. */
4045 _ACEOF
4046 cat confdefs.h >>conftest.$ac_ext
4047 cat >>conftest.$ac_ext <<_ACEOF
4048 /* end confdefs.h. */
4049 #include <ac_nonexistent.h>
4050 _ACEOF
4051 if { (ac_try="$ac_cpp conftest.$ac_ext"
4052 case "(($ac_try" in
4053 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4054 *) ac_try_echo=$ac_try;;
4055 esac
4056 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
4057 $as_echo "$ac_try_echo") >&5
4058 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
4059 ac_status=$?
4060 grep -v '^ *+' conftest.er1 >conftest.err
4061 rm -f conftest.er1
4062 cat conftest.err >&5
4063 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
4064 (exit $ac_status); } >/dev/null && {
4065 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
4066 test ! -s conftest.err
4067 }; then
4068 # Broken: success on invalid input.
4069 continue
4070 else
4071 $as_echo "$as_me: failed program was:" >&5
4072 sed 's/^/| /' conftest.$ac_ext >&5
4074 # Passes both tests.
4075 ac_preproc_ok=:
4076 break
4079 rm -f conftest.err conftest.$ac_ext
4081 done
4082 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
4083 rm -f conftest.err conftest.$ac_ext
4084 if $ac_preproc_ok; then
4086 else
4087 { { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5
4088 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
4089 { { $as_echo "$as_me:$LINENO: error: C preprocessor \"$CPP\" fails sanity check
4090 See \`config.log' for more details." >&5
4091 $as_echo "$as_me: error: C preprocessor \"$CPP\" fails sanity check
4092 See \`config.log' for more details." >&2;}
4093 { (exit 1); exit 1; }; }; }
4096 ac_ext=c
4097 ac_cpp='$CPP $CPPFLAGS'
4098 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4099 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4100 ac_compiler_gnu=$ac_cv_c_compiler_gnu
4103 { $as_echo "$as_me:$LINENO: checking for X" >&5
4104 $as_echo_n "checking for X... " >&6; }
4107 # Check whether --with-x was given.
4108 if test "${with_x+set}" = set; then
4109 withval=$with_x;
4112 # $have_x is `yes', `no', `disabled', or empty when we do not yet know.
4113 if test "x$with_x" = xno; then
4114 # The user explicitly disabled X.
4115 have_x=disabled
4116 else
4117 case $x_includes,$x_libraries in #(
4118 *\'*) { { $as_echo "$as_me:$LINENO: error: cannot use X directory names containing '" >&5
4119 $as_echo "$as_me: error: cannot use X directory names containing '" >&2;}
4120 { (exit 1); exit 1; }; };; #(
4121 *,NONE | NONE,*) if test "${ac_cv_have_x+set}" = set; then
4122 $as_echo_n "(cached) " >&6
4123 else
4124 # One or both of the vars are not set, and there is no cached value.
4125 ac_x_includes=no ac_x_libraries=no
4126 rm -f -r conftest.dir
4127 if mkdir conftest.dir; then
4128 cd conftest.dir
4129 cat >Imakefile <<'_ACEOF'
4130 incroot:
4131 @echo incroot='${INCROOT}'
4132 usrlibdir:
4133 @echo usrlibdir='${USRLIBDIR}'
4134 libdir:
4135 @echo libdir='${LIBDIR}'
4136 _ACEOF
4137 if (export CC; ${XMKMF-xmkmf}) >/dev/null 2>/dev/null && test -f Makefile; then
4138 # GNU make sometimes prints "make[1]: Entering...", which would confuse us.
4139 for ac_var in incroot usrlibdir libdir; do
4140 eval "ac_im_$ac_var=\`\${MAKE-make} $ac_var 2>/dev/null | sed -n 's/^$ac_var=//p'\`"
4141 done
4142 # Open Windows xmkmf reportedly sets LIBDIR instead of USRLIBDIR.
4143 for ac_extension in a so sl dylib la dll; do
4144 if test ! -f "$ac_im_usrlibdir/libX11.$ac_extension" &&
4145 test -f "$ac_im_libdir/libX11.$ac_extension"; then
4146 ac_im_usrlibdir=$ac_im_libdir; break
4148 done
4149 # Screen out bogus values from the imake configuration. They are
4150 # bogus both because they are the default anyway, and because
4151 # using them would break gcc on systems where it needs fixed includes.
4152 case $ac_im_incroot in
4153 /usr/include) ac_x_includes= ;;
4154 *) test -f "$ac_im_incroot/X11/Xos.h" && ac_x_includes=$ac_im_incroot;;
4155 esac
4156 case $ac_im_usrlibdir in
4157 /usr/lib | /usr/lib64 | /lib | /lib64) ;;
4158 *) test -d "$ac_im_usrlibdir" && ac_x_libraries=$ac_im_usrlibdir ;;
4159 esac
4161 cd ..
4162 rm -f -r conftest.dir
4165 # Standard set of common directories for X headers.
4166 # Check X11 before X11Rn because it is often a symlink to the current release.
4167 ac_x_header_dirs='
4168 /usr/X11/include
4169 /usr/X11R6/include
4170 /usr/X11R5/include
4171 /usr/X11R4/include
4173 /usr/include/X11
4174 /usr/include/X11R6
4175 /usr/include/X11R5
4176 /usr/include/X11R4
4178 /usr/local/X11/include
4179 /usr/local/X11R6/include
4180 /usr/local/X11R5/include
4181 /usr/local/X11R4/include
4183 /usr/local/include/X11
4184 /usr/local/include/X11R6
4185 /usr/local/include/X11R5
4186 /usr/local/include/X11R4
4188 /usr/X386/include
4189 /usr/x386/include
4190 /usr/XFree86/include/X11
4192 /usr/include
4193 /usr/local/include
4194 /usr/unsupported/include
4195 /usr/athena/include
4196 /usr/local/x11r5/include
4197 /usr/lpp/Xamples/include
4199 /usr/openwin/include
4200 /usr/openwin/share/include'
4202 if test "$ac_x_includes" = no; then
4203 # Guess where to find include files, by looking for Xlib.h.
4204 # First, try using that file with no special directory specified.
4205 cat >conftest.$ac_ext <<_ACEOF
4206 /* confdefs.h. */
4207 _ACEOF
4208 cat confdefs.h >>conftest.$ac_ext
4209 cat >>conftest.$ac_ext <<_ACEOF
4210 /* end confdefs.h. */
4211 #include <X11/Xlib.h>
4212 _ACEOF
4213 if { (ac_try="$ac_cpp conftest.$ac_ext"
4214 case "(($ac_try" in
4215 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4216 *) ac_try_echo=$ac_try;;
4217 esac
4218 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
4219 $as_echo "$ac_try_echo") >&5
4220 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
4221 ac_status=$?
4222 grep -v '^ *+' conftest.er1 >conftest.err
4223 rm -f conftest.er1
4224 cat conftest.err >&5
4225 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
4226 (exit $ac_status); } >/dev/null && {
4227 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
4228 test ! -s conftest.err
4229 }; then
4230 # We can compile using X headers with no special include directory.
4231 ac_x_includes=
4232 else
4233 $as_echo "$as_me: failed program was:" >&5
4234 sed 's/^/| /' conftest.$ac_ext >&5
4236 for ac_dir in $ac_x_header_dirs; do
4237 if test -r "$ac_dir/X11/Xlib.h"; then
4238 ac_x_includes=$ac_dir
4239 break
4241 done
4244 rm -f conftest.err conftest.$ac_ext
4245 fi # $ac_x_includes = no
4247 if test "$ac_x_libraries" = no; then
4248 # Check for the libraries.
4249 # See if we find them without any special options.
4250 # Don't add to $LIBS permanently.
4251 ac_save_LIBS=$LIBS
4252 LIBS="-lX11 $LIBS"
4253 cat >conftest.$ac_ext <<_ACEOF
4254 /* confdefs.h. */
4255 _ACEOF
4256 cat confdefs.h >>conftest.$ac_ext
4257 cat >>conftest.$ac_ext <<_ACEOF
4258 /* end confdefs.h. */
4259 #include <X11/Xlib.h>
4261 main ()
4263 XrmInitialize ()
4265 return 0;
4267 _ACEOF
4268 rm -f conftest.$ac_objext conftest$ac_exeext
4269 if { (ac_try="$ac_link"
4270 case "(($ac_try" in
4271 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4272 *) ac_try_echo=$ac_try;;
4273 esac
4274 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
4275 $as_echo "$ac_try_echo") >&5
4276 (eval "$ac_link") 2>conftest.er1
4277 ac_status=$?
4278 grep -v '^ *+' conftest.er1 >conftest.err
4279 rm -f conftest.er1
4280 cat conftest.err >&5
4281 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
4282 (exit $ac_status); } && {
4283 test -z "$ac_c_werror_flag" ||
4284 test ! -s conftest.err
4285 } && test -s conftest$ac_exeext && {
4286 test "$cross_compiling" = yes ||
4287 $as_test_x conftest$ac_exeext
4288 }; then
4289 LIBS=$ac_save_LIBS
4290 # We can link X programs with no special library path.
4291 ac_x_libraries=
4292 else
4293 $as_echo "$as_me: failed program was:" >&5
4294 sed 's/^/| /' conftest.$ac_ext >&5
4296 LIBS=$ac_save_LIBS
4297 for ac_dir in `$as_echo "$ac_x_includes $ac_x_header_dirs" | sed s/include/lib/g`
4299 # Don't even attempt the hair of trying to link an X program!
4300 for ac_extension in a so sl dylib la dll; do
4301 if test -r "$ac_dir/libX11.$ac_extension"; then
4302 ac_x_libraries=$ac_dir
4303 break 2
4305 done
4306 done
4309 rm -rf conftest.dSYM
4310 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
4311 conftest$ac_exeext conftest.$ac_ext
4312 fi # $ac_x_libraries = no
4314 case $ac_x_includes,$ac_x_libraries in #(
4315 no,* | *,no | *\'*)
4316 # Didn't find X, or a directory has "'" in its name.
4317 ac_cv_have_x="have_x=no";; #(
4319 # Record where we found X for the cache.
4320 ac_cv_have_x="have_x=yes\
4321 ac_x_includes='$ac_x_includes'\
4322 ac_x_libraries='$ac_x_libraries'"
4323 esac
4325 ;; #(
4326 *) have_x=yes;;
4327 esac
4328 eval "$ac_cv_have_x"
4329 fi # $with_x != no
4331 if test "$have_x" != yes; then
4332 { $as_echo "$as_me:$LINENO: result: $have_x" >&5
4333 $as_echo "$have_x" >&6; }
4334 no_x=yes
4335 else
4336 # If each of the values was on the command line, it overrides each guess.
4337 test "x$x_includes" = xNONE && x_includes=$ac_x_includes
4338 test "x$x_libraries" = xNONE && x_libraries=$ac_x_libraries
4339 # Update the cache value to reflect the command line values.
4340 ac_cv_have_x="have_x=yes\
4341 ac_x_includes='$x_includes'\
4342 ac_x_libraries='$x_libraries'"
4343 { $as_echo "$as_me:$LINENO: result: libraries $x_libraries, headers $x_includes" >&5
4344 $as_echo "libraries $x_libraries, headers $x_includes" >&6; }
4347 if test "$no_x" = yes; then
4348 # Not all programs may use this symbol, but it does not hurt to define it.
4350 cat >>confdefs.h <<\_ACEOF
4351 #define X_DISPLAY_MISSING 1
4352 _ACEOF
4354 X_CFLAGS= X_PRE_LIBS= X_LIBS= X_EXTRA_LIBS=
4355 else
4356 if test -n "$x_includes"; then
4357 X_CFLAGS="$X_CFLAGS -I$x_includes"
4360 # It would also be nice to do this for all -L options, not just this one.
4361 if test -n "$x_libraries"; then
4362 X_LIBS="$X_LIBS -L$x_libraries"
4363 # For Solaris; some versions of Sun CC require a space after -R and
4364 # others require no space. Words are not sufficient . . . .
4365 { $as_echo "$as_me:$LINENO: checking whether -R must be followed by a space" >&5
4366 $as_echo_n "checking whether -R must be followed by a space... " >&6; }
4367 ac_xsave_LIBS=$LIBS; LIBS="$LIBS -R$x_libraries"
4368 ac_xsave_c_werror_flag=$ac_c_werror_flag
4369 ac_c_werror_flag=yes
4370 cat >conftest.$ac_ext <<_ACEOF
4371 /* confdefs.h. */
4372 _ACEOF
4373 cat confdefs.h >>conftest.$ac_ext
4374 cat >>conftest.$ac_ext <<_ACEOF
4375 /* end confdefs.h. */
4378 main ()
4382 return 0;
4384 _ACEOF
4385 rm -f conftest.$ac_objext conftest$ac_exeext
4386 if { (ac_try="$ac_link"
4387 case "(($ac_try" in
4388 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4389 *) ac_try_echo=$ac_try;;
4390 esac
4391 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
4392 $as_echo "$ac_try_echo") >&5
4393 (eval "$ac_link") 2>conftest.er1
4394 ac_status=$?
4395 grep -v '^ *+' conftest.er1 >conftest.err
4396 rm -f conftest.er1
4397 cat conftest.err >&5
4398 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
4399 (exit $ac_status); } && {
4400 test -z "$ac_c_werror_flag" ||
4401 test ! -s conftest.err
4402 } && test -s conftest$ac_exeext && {
4403 test "$cross_compiling" = yes ||
4404 $as_test_x conftest$ac_exeext
4405 }; then
4406 { $as_echo "$as_me:$LINENO: result: no" >&5
4407 $as_echo "no" >&6; }
4408 X_LIBS="$X_LIBS -R$x_libraries"
4409 else
4410 $as_echo "$as_me: failed program was:" >&5
4411 sed 's/^/| /' conftest.$ac_ext >&5
4413 LIBS="$ac_xsave_LIBS -R $x_libraries"
4414 cat >conftest.$ac_ext <<_ACEOF
4415 /* confdefs.h. */
4416 _ACEOF
4417 cat confdefs.h >>conftest.$ac_ext
4418 cat >>conftest.$ac_ext <<_ACEOF
4419 /* end confdefs.h. */
4422 main ()
4426 return 0;
4428 _ACEOF
4429 rm -f conftest.$ac_objext conftest$ac_exeext
4430 if { (ac_try="$ac_link"
4431 case "(($ac_try" in
4432 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4433 *) ac_try_echo=$ac_try;;
4434 esac
4435 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
4436 $as_echo "$ac_try_echo") >&5
4437 (eval "$ac_link") 2>conftest.er1
4438 ac_status=$?
4439 grep -v '^ *+' conftest.er1 >conftest.err
4440 rm -f conftest.er1
4441 cat conftest.err >&5
4442 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
4443 (exit $ac_status); } && {
4444 test -z "$ac_c_werror_flag" ||
4445 test ! -s conftest.err
4446 } && test -s conftest$ac_exeext && {
4447 test "$cross_compiling" = yes ||
4448 $as_test_x conftest$ac_exeext
4449 }; then
4450 { $as_echo "$as_me:$LINENO: result: yes" >&5
4451 $as_echo "yes" >&6; }
4452 X_LIBS="$X_LIBS -R $x_libraries"
4453 else
4454 $as_echo "$as_me: failed program was:" >&5
4455 sed 's/^/| /' conftest.$ac_ext >&5
4457 { $as_echo "$as_me:$LINENO: result: neither works" >&5
4458 $as_echo "neither works" >&6; }
4461 rm -rf conftest.dSYM
4462 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
4463 conftest$ac_exeext conftest.$ac_ext
4466 rm -rf conftest.dSYM
4467 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
4468 conftest$ac_exeext conftest.$ac_ext
4469 ac_c_werror_flag=$ac_xsave_c_werror_flag
4470 LIBS=$ac_xsave_LIBS
4473 # Check for system-dependent libraries X programs must link with.
4474 # Do this before checking for the system-independent R6 libraries
4475 # (-lICE), since we may need -lsocket or whatever for X linking.
4477 if test "$ISC" = yes; then
4478 X_EXTRA_LIBS="$X_EXTRA_LIBS -lnsl_s -linet"
4479 else
4480 # Martyn Johnson says this is needed for Ultrix, if the X
4481 # libraries were built with DECnet support. And Karl Berry says
4482 # the Alpha needs dnet_stub (dnet does not exist).
4483 ac_xsave_LIBS="$LIBS"; LIBS="$LIBS $X_LIBS -lX11"
4484 cat >conftest.$ac_ext <<_ACEOF
4485 /* confdefs.h. */
4486 _ACEOF
4487 cat confdefs.h >>conftest.$ac_ext
4488 cat >>conftest.$ac_ext <<_ACEOF
4489 /* end confdefs.h. */
4491 /* Override any GCC internal prototype to avoid an error.
4492 Use char because int might match the return type of a GCC
4493 builtin and then its argument prototype would still apply. */
4494 #ifdef __cplusplus
4495 extern "C"
4496 #endif
4497 char XOpenDisplay ();
4499 main ()
4501 return XOpenDisplay ();
4503 return 0;
4505 _ACEOF
4506 rm -f conftest.$ac_objext conftest$ac_exeext
4507 if { (ac_try="$ac_link"
4508 case "(($ac_try" in
4509 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4510 *) ac_try_echo=$ac_try;;
4511 esac
4512 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
4513 $as_echo "$ac_try_echo") >&5
4514 (eval "$ac_link") 2>conftest.er1
4515 ac_status=$?
4516 grep -v '^ *+' conftest.er1 >conftest.err
4517 rm -f conftest.er1
4518 cat conftest.err >&5
4519 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
4520 (exit $ac_status); } && {
4521 test -z "$ac_c_werror_flag" ||
4522 test ! -s conftest.err
4523 } && test -s conftest$ac_exeext && {
4524 test "$cross_compiling" = yes ||
4525 $as_test_x conftest$ac_exeext
4526 }; then
4528 else
4529 $as_echo "$as_me: failed program was:" >&5
4530 sed 's/^/| /' conftest.$ac_ext >&5
4532 { $as_echo "$as_me:$LINENO: checking for dnet_ntoa in -ldnet" >&5
4533 $as_echo_n "checking for dnet_ntoa in -ldnet... " >&6; }
4534 if test "${ac_cv_lib_dnet_dnet_ntoa+set}" = set; then
4535 $as_echo_n "(cached) " >&6
4536 else
4537 ac_check_lib_save_LIBS=$LIBS
4538 LIBS="-ldnet $LIBS"
4539 cat >conftest.$ac_ext <<_ACEOF
4540 /* confdefs.h. */
4541 _ACEOF
4542 cat confdefs.h >>conftest.$ac_ext
4543 cat >>conftest.$ac_ext <<_ACEOF
4544 /* end confdefs.h. */
4546 /* Override any GCC internal prototype to avoid an error.
4547 Use char because int might match the return type of a GCC
4548 builtin and then its argument prototype would still apply. */
4549 #ifdef __cplusplus
4550 extern "C"
4551 #endif
4552 char dnet_ntoa ();
4554 main ()
4556 return dnet_ntoa ();
4558 return 0;
4560 _ACEOF
4561 rm -f conftest.$ac_objext conftest$ac_exeext
4562 if { (ac_try="$ac_link"
4563 case "(($ac_try" in
4564 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4565 *) ac_try_echo=$ac_try;;
4566 esac
4567 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
4568 $as_echo "$ac_try_echo") >&5
4569 (eval "$ac_link") 2>conftest.er1
4570 ac_status=$?
4571 grep -v '^ *+' conftest.er1 >conftest.err
4572 rm -f conftest.er1
4573 cat conftest.err >&5
4574 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
4575 (exit $ac_status); } && {
4576 test -z "$ac_c_werror_flag" ||
4577 test ! -s conftest.err
4578 } && test -s conftest$ac_exeext && {
4579 test "$cross_compiling" = yes ||
4580 $as_test_x conftest$ac_exeext
4581 }; then
4582 ac_cv_lib_dnet_dnet_ntoa=yes
4583 else
4584 $as_echo "$as_me: failed program was:" >&5
4585 sed 's/^/| /' conftest.$ac_ext >&5
4587 ac_cv_lib_dnet_dnet_ntoa=no
4590 rm -rf conftest.dSYM
4591 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
4592 conftest$ac_exeext conftest.$ac_ext
4593 LIBS=$ac_check_lib_save_LIBS
4595 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_dnet_dnet_ntoa" >&5
4596 $as_echo "$ac_cv_lib_dnet_dnet_ntoa" >&6; }
4597 if test "x$ac_cv_lib_dnet_dnet_ntoa" = x""yes; then
4598 X_EXTRA_LIBS="$X_EXTRA_LIBS -ldnet"
4601 if test $ac_cv_lib_dnet_dnet_ntoa = no; then
4602 { $as_echo "$as_me:$LINENO: checking for dnet_ntoa in -ldnet_stub" >&5
4603 $as_echo_n "checking for dnet_ntoa in -ldnet_stub... " >&6; }
4604 if test "${ac_cv_lib_dnet_stub_dnet_ntoa+set}" = set; then
4605 $as_echo_n "(cached) " >&6
4606 else
4607 ac_check_lib_save_LIBS=$LIBS
4608 LIBS="-ldnet_stub $LIBS"
4609 cat >conftest.$ac_ext <<_ACEOF
4610 /* confdefs.h. */
4611 _ACEOF
4612 cat confdefs.h >>conftest.$ac_ext
4613 cat >>conftest.$ac_ext <<_ACEOF
4614 /* end confdefs.h. */
4616 /* Override any GCC internal prototype to avoid an error.
4617 Use char because int might match the return type of a GCC
4618 builtin and then its argument prototype would still apply. */
4619 #ifdef __cplusplus
4620 extern "C"
4621 #endif
4622 char dnet_ntoa ();
4624 main ()
4626 return dnet_ntoa ();
4628 return 0;
4630 _ACEOF
4631 rm -f conftest.$ac_objext conftest$ac_exeext
4632 if { (ac_try="$ac_link"
4633 case "(($ac_try" in
4634 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4635 *) ac_try_echo=$ac_try;;
4636 esac
4637 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
4638 $as_echo "$ac_try_echo") >&5
4639 (eval "$ac_link") 2>conftest.er1
4640 ac_status=$?
4641 grep -v '^ *+' conftest.er1 >conftest.err
4642 rm -f conftest.er1
4643 cat conftest.err >&5
4644 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
4645 (exit $ac_status); } && {
4646 test -z "$ac_c_werror_flag" ||
4647 test ! -s conftest.err
4648 } && test -s conftest$ac_exeext && {
4649 test "$cross_compiling" = yes ||
4650 $as_test_x conftest$ac_exeext
4651 }; then
4652 ac_cv_lib_dnet_stub_dnet_ntoa=yes
4653 else
4654 $as_echo "$as_me: failed program was:" >&5
4655 sed 's/^/| /' conftest.$ac_ext >&5
4657 ac_cv_lib_dnet_stub_dnet_ntoa=no
4660 rm -rf conftest.dSYM
4661 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
4662 conftest$ac_exeext conftest.$ac_ext
4663 LIBS=$ac_check_lib_save_LIBS
4665 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_dnet_stub_dnet_ntoa" >&5
4666 $as_echo "$ac_cv_lib_dnet_stub_dnet_ntoa" >&6; }
4667 if test "x$ac_cv_lib_dnet_stub_dnet_ntoa" = x""yes; then
4668 X_EXTRA_LIBS="$X_EXTRA_LIBS -ldnet_stub"
4674 rm -rf conftest.dSYM
4675 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
4676 conftest$ac_exeext conftest.$ac_ext
4677 LIBS="$ac_xsave_LIBS"
4679 # msh@cis.ufl.edu says -lnsl (and -lsocket) are needed for his 386/AT,
4680 # to get the SysV transport functions.
4681 # Chad R. Larson says the Pyramis MIS-ES running DC/OSx (SVR4)
4682 # needs -lnsl.
4683 # The nsl library prevents programs from opening the X display
4684 # on Irix 5.2, according to T.E. Dickey.
4685 # The functions gethostbyname, getservbyname, and inet_addr are
4686 # in -lbsd on LynxOS 3.0.1/i386, according to Lars Hecking.
4687 { $as_echo "$as_me:$LINENO: checking for gethostbyname" >&5
4688 $as_echo_n "checking for gethostbyname... " >&6; }
4689 if test "${ac_cv_func_gethostbyname+set}" = set; then
4690 $as_echo_n "(cached) " >&6
4691 else
4692 cat >conftest.$ac_ext <<_ACEOF
4693 /* confdefs.h. */
4694 _ACEOF
4695 cat confdefs.h >>conftest.$ac_ext
4696 cat >>conftest.$ac_ext <<_ACEOF
4697 /* end confdefs.h. */
4698 /* Define gethostbyname to an innocuous variant, in case <limits.h> declares gethostbyname.
4699 For example, HP-UX 11i <limits.h> declares gettimeofday. */
4700 #define gethostbyname innocuous_gethostbyname
4702 /* System header to define __stub macros and hopefully few prototypes,
4703 which can conflict with char gethostbyname (); below.
4704 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
4705 <limits.h> exists even on freestanding compilers. */
4707 #ifdef __STDC__
4708 # include <limits.h>
4709 #else
4710 # include <assert.h>
4711 #endif
4713 #undef gethostbyname
4715 /* Override any GCC internal prototype to avoid an error.
4716 Use char because int might match the return type of a GCC
4717 builtin and then its argument prototype would still apply. */
4718 #ifdef __cplusplus
4719 extern "C"
4720 #endif
4721 char gethostbyname ();
4722 /* The GNU C library defines this for functions which it implements
4723 to always fail with ENOSYS. Some functions are actually named
4724 something starting with __ and the normal name is an alias. */
4725 #if defined __stub_gethostbyname || defined __stub___gethostbyname
4726 choke me
4727 #endif
4730 main ()
4732 return gethostbyname ();
4734 return 0;
4736 _ACEOF
4737 rm -f conftest.$ac_objext conftest$ac_exeext
4738 if { (ac_try="$ac_link"
4739 case "(($ac_try" in
4740 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4741 *) ac_try_echo=$ac_try;;
4742 esac
4743 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
4744 $as_echo "$ac_try_echo") >&5
4745 (eval "$ac_link") 2>conftest.er1
4746 ac_status=$?
4747 grep -v '^ *+' conftest.er1 >conftest.err
4748 rm -f conftest.er1
4749 cat conftest.err >&5
4750 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
4751 (exit $ac_status); } && {
4752 test -z "$ac_c_werror_flag" ||
4753 test ! -s conftest.err
4754 } && test -s conftest$ac_exeext && {
4755 test "$cross_compiling" = yes ||
4756 $as_test_x conftest$ac_exeext
4757 }; then
4758 ac_cv_func_gethostbyname=yes
4759 else
4760 $as_echo "$as_me: failed program was:" >&5
4761 sed 's/^/| /' conftest.$ac_ext >&5
4763 ac_cv_func_gethostbyname=no
4766 rm -rf conftest.dSYM
4767 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
4768 conftest$ac_exeext conftest.$ac_ext
4770 { $as_echo "$as_me:$LINENO: result: $ac_cv_func_gethostbyname" >&5
4771 $as_echo "$ac_cv_func_gethostbyname" >&6; }
4773 if test $ac_cv_func_gethostbyname = no; then
4774 { $as_echo "$as_me:$LINENO: checking for gethostbyname in -lnsl" >&5
4775 $as_echo_n "checking for gethostbyname in -lnsl... " >&6; }
4776 if test "${ac_cv_lib_nsl_gethostbyname+set}" = set; then
4777 $as_echo_n "(cached) " >&6
4778 else
4779 ac_check_lib_save_LIBS=$LIBS
4780 LIBS="-lnsl $LIBS"
4781 cat >conftest.$ac_ext <<_ACEOF
4782 /* confdefs.h. */
4783 _ACEOF
4784 cat confdefs.h >>conftest.$ac_ext
4785 cat >>conftest.$ac_ext <<_ACEOF
4786 /* end confdefs.h. */
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 ();
4796 main ()
4798 return gethostbyname ();
4800 return 0;
4802 _ACEOF
4803 rm -f conftest.$ac_objext conftest$ac_exeext
4804 if { (ac_try="$ac_link"
4805 case "(($ac_try" in
4806 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4807 *) ac_try_echo=$ac_try;;
4808 esac
4809 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
4810 $as_echo "$ac_try_echo") >&5
4811 (eval "$ac_link") 2>conftest.er1
4812 ac_status=$?
4813 grep -v '^ *+' conftest.er1 >conftest.err
4814 rm -f conftest.er1
4815 cat conftest.err >&5
4816 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
4817 (exit $ac_status); } && {
4818 test -z "$ac_c_werror_flag" ||
4819 test ! -s conftest.err
4820 } && test -s conftest$ac_exeext && {
4821 test "$cross_compiling" = yes ||
4822 $as_test_x conftest$ac_exeext
4823 }; then
4824 ac_cv_lib_nsl_gethostbyname=yes
4825 else
4826 $as_echo "$as_me: failed program was:" >&5
4827 sed 's/^/| /' conftest.$ac_ext >&5
4829 ac_cv_lib_nsl_gethostbyname=no
4832 rm -rf conftest.dSYM
4833 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
4834 conftest$ac_exeext conftest.$ac_ext
4835 LIBS=$ac_check_lib_save_LIBS
4837 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_nsl_gethostbyname" >&5
4838 $as_echo "$ac_cv_lib_nsl_gethostbyname" >&6; }
4839 if test "x$ac_cv_lib_nsl_gethostbyname" = x""yes; then
4840 X_EXTRA_LIBS="$X_EXTRA_LIBS -lnsl"
4843 if test $ac_cv_lib_nsl_gethostbyname = no; then
4844 { $as_echo "$as_me:$LINENO: checking for gethostbyname in -lbsd" >&5
4845 $as_echo_n "checking for gethostbyname in -lbsd... " >&6; }
4846 if test "${ac_cv_lib_bsd_gethostbyname+set}" = set; then
4847 $as_echo_n "(cached) " >&6
4848 else
4849 ac_check_lib_save_LIBS=$LIBS
4850 LIBS="-lbsd $LIBS"
4851 cat >conftest.$ac_ext <<_ACEOF
4852 /* confdefs.h. */
4853 _ACEOF
4854 cat confdefs.h >>conftest.$ac_ext
4855 cat >>conftest.$ac_ext <<_ACEOF
4856 /* end confdefs.h. */
4858 /* Override any GCC internal prototype to avoid an error.
4859 Use char because int might match the return type of a GCC
4860 builtin and then its argument prototype would still apply. */
4861 #ifdef __cplusplus
4862 extern "C"
4863 #endif
4864 char gethostbyname ();
4866 main ()
4868 return gethostbyname ();
4870 return 0;
4872 _ACEOF
4873 rm -f conftest.$ac_objext conftest$ac_exeext
4874 if { (ac_try="$ac_link"
4875 case "(($ac_try" in
4876 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4877 *) ac_try_echo=$ac_try;;
4878 esac
4879 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
4880 $as_echo "$ac_try_echo") >&5
4881 (eval "$ac_link") 2>conftest.er1
4882 ac_status=$?
4883 grep -v '^ *+' conftest.er1 >conftest.err
4884 rm -f conftest.er1
4885 cat conftest.err >&5
4886 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
4887 (exit $ac_status); } && {
4888 test -z "$ac_c_werror_flag" ||
4889 test ! -s conftest.err
4890 } && test -s conftest$ac_exeext && {
4891 test "$cross_compiling" = yes ||
4892 $as_test_x conftest$ac_exeext
4893 }; then
4894 ac_cv_lib_bsd_gethostbyname=yes
4895 else
4896 $as_echo "$as_me: failed program was:" >&5
4897 sed 's/^/| /' conftest.$ac_ext >&5
4899 ac_cv_lib_bsd_gethostbyname=no
4902 rm -rf conftest.dSYM
4903 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
4904 conftest$ac_exeext conftest.$ac_ext
4905 LIBS=$ac_check_lib_save_LIBS
4907 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_bsd_gethostbyname" >&5
4908 $as_echo "$ac_cv_lib_bsd_gethostbyname" >&6; }
4909 if test "x$ac_cv_lib_bsd_gethostbyname" = x""yes; then
4910 X_EXTRA_LIBS="$X_EXTRA_LIBS -lbsd"
4916 # lieder@skyler.mavd.honeywell.com says without -lsocket,
4917 # socket/setsockopt and other routines are undefined under SCO ODT
4918 # 2.0. But -lsocket is broken on IRIX 5.2 (and is not necessary
4919 # on later versions), says Simon Leinen: it contains gethostby*
4920 # variants that don't use the name server (or something). -lsocket
4921 # must be given before -lnsl if both are needed. We assume that
4922 # if connect needs -lnsl, so does gethostbyname.
4923 { $as_echo "$as_me:$LINENO: checking for connect" >&5
4924 $as_echo_n "checking for connect... " >&6; }
4925 if test "${ac_cv_func_connect+set}" = set; then
4926 $as_echo_n "(cached) " >&6
4927 else
4928 cat >conftest.$ac_ext <<_ACEOF
4929 /* confdefs.h. */
4930 _ACEOF
4931 cat confdefs.h >>conftest.$ac_ext
4932 cat >>conftest.$ac_ext <<_ACEOF
4933 /* end confdefs.h. */
4934 /* Define connect to an innocuous variant, in case <limits.h> declares connect.
4935 For example, HP-UX 11i <limits.h> declares gettimeofday. */
4936 #define connect innocuous_connect
4938 /* System header to define __stub macros and hopefully few prototypes,
4939 which can conflict with char connect (); below.
4940 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
4941 <limits.h> exists even on freestanding compilers. */
4943 #ifdef __STDC__
4944 # include <limits.h>
4945 #else
4946 # include <assert.h>
4947 #endif
4949 #undef connect
4951 /* Override any GCC internal prototype to avoid an error.
4952 Use char because int might match the return type of a GCC
4953 builtin and then its argument prototype would still apply. */
4954 #ifdef __cplusplus
4955 extern "C"
4956 #endif
4957 char connect ();
4958 /* The GNU C library defines this for functions which it implements
4959 to always fail with ENOSYS. Some functions are actually named
4960 something starting with __ and the normal name is an alias. */
4961 #if defined __stub_connect || defined __stub___connect
4962 choke me
4963 #endif
4966 main ()
4968 return connect ();
4970 return 0;
4972 _ACEOF
4973 rm -f conftest.$ac_objext conftest$ac_exeext
4974 if { (ac_try="$ac_link"
4975 case "(($ac_try" in
4976 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4977 *) ac_try_echo=$ac_try;;
4978 esac
4979 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
4980 $as_echo "$ac_try_echo") >&5
4981 (eval "$ac_link") 2>conftest.er1
4982 ac_status=$?
4983 grep -v '^ *+' conftest.er1 >conftest.err
4984 rm -f conftest.er1
4985 cat conftest.err >&5
4986 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
4987 (exit $ac_status); } && {
4988 test -z "$ac_c_werror_flag" ||
4989 test ! -s conftest.err
4990 } && test -s conftest$ac_exeext && {
4991 test "$cross_compiling" = yes ||
4992 $as_test_x conftest$ac_exeext
4993 }; then
4994 ac_cv_func_connect=yes
4995 else
4996 $as_echo "$as_me: failed program was:" >&5
4997 sed 's/^/| /' conftest.$ac_ext >&5
4999 ac_cv_func_connect=no
5002 rm -rf conftest.dSYM
5003 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
5004 conftest$ac_exeext conftest.$ac_ext
5006 { $as_echo "$as_me:$LINENO: result: $ac_cv_func_connect" >&5
5007 $as_echo "$ac_cv_func_connect" >&6; }
5009 if test $ac_cv_func_connect = no; then
5010 { $as_echo "$as_me:$LINENO: checking for connect in -lsocket" >&5
5011 $as_echo_n "checking for connect in -lsocket... " >&6; }
5012 if test "${ac_cv_lib_socket_connect+set}" = set; then
5013 $as_echo_n "(cached) " >&6
5014 else
5015 ac_check_lib_save_LIBS=$LIBS
5016 LIBS="-lsocket $X_EXTRA_LIBS $LIBS"
5017 cat >conftest.$ac_ext <<_ACEOF
5018 /* confdefs.h. */
5019 _ACEOF
5020 cat confdefs.h >>conftest.$ac_ext
5021 cat >>conftest.$ac_ext <<_ACEOF
5022 /* end confdefs.h. */
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 ();
5032 main ()
5034 return connect ();
5036 return 0;
5038 _ACEOF
5039 rm -f conftest.$ac_objext conftest$ac_exeext
5040 if { (ac_try="$ac_link"
5041 case "(($ac_try" in
5042 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5043 *) ac_try_echo=$ac_try;;
5044 esac
5045 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
5046 $as_echo "$ac_try_echo") >&5
5047 (eval "$ac_link") 2>conftest.er1
5048 ac_status=$?
5049 grep -v '^ *+' conftest.er1 >conftest.err
5050 rm -f conftest.er1
5051 cat conftest.err >&5
5052 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
5053 (exit $ac_status); } && {
5054 test -z "$ac_c_werror_flag" ||
5055 test ! -s conftest.err
5056 } && test -s conftest$ac_exeext && {
5057 test "$cross_compiling" = yes ||
5058 $as_test_x conftest$ac_exeext
5059 }; then
5060 ac_cv_lib_socket_connect=yes
5061 else
5062 $as_echo "$as_me: failed program was:" >&5
5063 sed 's/^/| /' conftest.$ac_ext >&5
5065 ac_cv_lib_socket_connect=no
5068 rm -rf conftest.dSYM
5069 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
5070 conftest$ac_exeext conftest.$ac_ext
5071 LIBS=$ac_check_lib_save_LIBS
5073 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_socket_connect" >&5
5074 $as_echo "$ac_cv_lib_socket_connect" >&6; }
5075 if test "x$ac_cv_lib_socket_connect" = x""yes; then
5076 X_EXTRA_LIBS="-lsocket $X_EXTRA_LIBS"
5081 # Guillermo Gomez says -lposix is necessary on A/UX.
5082 { $as_echo "$as_me:$LINENO: checking for remove" >&5
5083 $as_echo_n "checking for remove... " >&6; }
5084 if test "${ac_cv_func_remove+set}" = set; then
5085 $as_echo_n "(cached) " >&6
5086 else
5087 cat >conftest.$ac_ext <<_ACEOF
5088 /* confdefs.h. */
5089 _ACEOF
5090 cat confdefs.h >>conftest.$ac_ext
5091 cat >>conftest.$ac_ext <<_ACEOF
5092 /* end confdefs.h. */
5093 /* Define remove to an innocuous variant, in case <limits.h> declares remove.
5094 For example, HP-UX 11i <limits.h> declares gettimeofday. */
5095 #define remove innocuous_remove
5097 /* System header to define __stub macros and hopefully few prototypes,
5098 which can conflict with char remove (); below.
5099 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
5100 <limits.h> exists even on freestanding compilers. */
5102 #ifdef __STDC__
5103 # include <limits.h>
5104 #else
5105 # include <assert.h>
5106 #endif
5108 #undef remove
5110 /* Override any GCC internal prototype to avoid an error.
5111 Use char because int might match the return type of a GCC
5112 builtin and then its argument prototype would still apply. */
5113 #ifdef __cplusplus
5114 extern "C"
5115 #endif
5116 char remove ();
5117 /* The GNU C library defines this for functions which it implements
5118 to always fail with ENOSYS. Some functions are actually named
5119 something starting with __ and the normal name is an alias. */
5120 #if defined __stub_remove || defined __stub___remove
5121 choke me
5122 #endif
5125 main ()
5127 return remove ();
5129 return 0;
5131 _ACEOF
5132 rm -f conftest.$ac_objext conftest$ac_exeext
5133 if { (ac_try="$ac_link"
5134 case "(($ac_try" in
5135 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5136 *) ac_try_echo=$ac_try;;
5137 esac
5138 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
5139 $as_echo "$ac_try_echo") >&5
5140 (eval "$ac_link") 2>conftest.er1
5141 ac_status=$?
5142 grep -v '^ *+' conftest.er1 >conftest.err
5143 rm -f conftest.er1
5144 cat conftest.err >&5
5145 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
5146 (exit $ac_status); } && {
5147 test -z "$ac_c_werror_flag" ||
5148 test ! -s conftest.err
5149 } && test -s conftest$ac_exeext && {
5150 test "$cross_compiling" = yes ||
5151 $as_test_x conftest$ac_exeext
5152 }; then
5153 ac_cv_func_remove=yes
5154 else
5155 $as_echo "$as_me: failed program was:" >&5
5156 sed 's/^/| /' conftest.$ac_ext >&5
5158 ac_cv_func_remove=no
5161 rm -rf conftest.dSYM
5162 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
5163 conftest$ac_exeext conftest.$ac_ext
5165 { $as_echo "$as_me:$LINENO: result: $ac_cv_func_remove" >&5
5166 $as_echo "$ac_cv_func_remove" >&6; }
5168 if test $ac_cv_func_remove = no; then
5169 { $as_echo "$as_me:$LINENO: checking for remove in -lposix" >&5
5170 $as_echo_n "checking for remove in -lposix... " >&6; }
5171 if test "${ac_cv_lib_posix_remove+set}" = set; then
5172 $as_echo_n "(cached) " >&6
5173 else
5174 ac_check_lib_save_LIBS=$LIBS
5175 LIBS="-lposix $LIBS"
5176 cat >conftest.$ac_ext <<_ACEOF
5177 /* confdefs.h. */
5178 _ACEOF
5179 cat confdefs.h >>conftest.$ac_ext
5180 cat >>conftest.$ac_ext <<_ACEOF
5181 /* end confdefs.h. */
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 ();
5191 main ()
5193 return remove ();
5195 return 0;
5197 _ACEOF
5198 rm -f conftest.$ac_objext conftest$ac_exeext
5199 if { (ac_try="$ac_link"
5200 case "(($ac_try" in
5201 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5202 *) ac_try_echo=$ac_try;;
5203 esac
5204 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
5205 $as_echo "$ac_try_echo") >&5
5206 (eval "$ac_link") 2>conftest.er1
5207 ac_status=$?
5208 grep -v '^ *+' conftest.er1 >conftest.err
5209 rm -f conftest.er1
5210 cat conftest.err >&5
5211 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
5212 (exit $ac_status); } && {
5213 test -z "$ac_c_werror_flag" ||
5214 test ! -s conftest.err
5215 } && test -s conftest$ac_exeext && {
5216 test "$cross_compiling" = yes ||
5217 $as_test_x conftest$ac_exeext
5218 }; then
5219 ac_cv_lib_posix_remove=yes
5220 else
5221 $as_echo "$as_me: failed program was:" >&5
5222 sed 's/^/| /' conftest.$ac_ext >&5
5224 ac_cv_lib_posix_remove=no
5227 rm -rf conftest.dSYM
5228 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
5229 conftest$ac_exeext conftest.$ac_ext
5230 LIBS=$ac_check_lib_save_LIBS
5232 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_posix_remove" >&5
5233 $as_echo "$ac_cv_lib_posix_remove" >&6; }
5234 if test "x$ac_cv_lib_posix_remove" = x""yes; then
5235 X_EXTRA_LIBS="$X_EXTRA_LIBS -lposix"
5240 # BSDI BSD/OS 2.1 needs -lipc for XOpenDisplay.
5241 { $as_echo "$as_me:$LINENO: checking for shmat" >&5
5242 $as_echo_n "checking for shmat... " >&6; }
5243 if test "${ac_cv_func_shmat+set}" = set; then
5244 $as_echo_n "(cached) " >&6
5245 else
5246 cat >conftest.$ac_ext <<_ACEOF
5247 /* confdefs.h. */
5248 _ACEOF
5249 cat confdefs.h >>conftest.$ac_ext
5250 cat >>conftest.$ac_ext <<_ACEOF
5251 /* end confdefs.h. */
5252 /* Define shmat to an innocuous variant, in case <limits.h> declares shmat.
5253 For example, HP-UX 11i <limits.h> declares gettimeofday. */
5254 #define shmat innocuous_shmat
5256 /* System header to define __stub macros and hopefully few prototypes,
5257 which can conflict with char shmat (); below.
5258 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
5259 <limits.h> exists even on freestanding compilers. */
5261 #ifdef __STDC__
5262 # include <limits.h>
5263 #else
5264 # include <assert.h>
5265 #endif
5267 #undef shmat
5269 /* Override any GCC internal prototype to avoid an error.
5270 Use char because int might match the return type of a GCC
5271 builtin and then its argument prototype would still apply. */
5272 #ifdef __cplusplus
5273 extern "C"
5274 #endif
5275 char shmat ();
5276 /* The GNU C library defines this for functions which it implements
5277 to always fail with ENOSYS. Some functions are actually named
5278 something starting with __ and the normal name is an alias. */
5279 #if defined __stub_shmat || defined __stub___shmat
5280 choke me
5281 #endif
5284 main ()
5286 return shmat ();
5288 return 0;
5290 _ACEOF
5291 rm -f conftest.$ac_objext conftest$ac_exeext
5292 if { (ac_try="$ac_link"
5293 case "(($ac_try" in
5294 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5295 *) ac_try_echo=$ac_try;;
5296 esac
5297 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
5298 $as_echo "$ac_try_echo") >&5
5299 (eval "$ac_link") 2>conftest.er1
5300 ac_status=$?
5301 grep -v '^ *+' conftest.er1 >conftest.err
5302 rm -f conftest.er1
5303 cat conftest.err >&5
5304 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
5305 (exit $ac_status); } && {
5306 test -z "$ac_c_werror_flag" ||
5307 test ! -s conftest.err
5308 } && test -s conftest$ac_exeext && {
5309 test "$cross_compiling" = yes ||
5310 $as_test_x conftest$ac_exeext
5311 }; then
5312 ac_cv_func_shmat=yes
5313 else
5314 $as_echo "$as_me: failed program was:" >&5
5315 sed 's/^/| /' conftest.$ac_ext >&5
5317 ac_cv_func_shmat=no
5320 rm -rf conftest.dSYM
5321 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
5322 conftest$ac_exeext conftest.$ac_ext
5324 { $as_echo "$as_me:$LINENO: result: $ac_cv_func_shmat" >&5
5325 $as_echo "$ac_cv_func_shmat" >&6; }
5327 if test $ac_cv_func_shmat = no; then
5328 { $as_echo "$as_me:$LINENO: checking for shmat in -lipc" >&5
5329 $as_echo_n "checking for shmat in -lipc... " >&6; }
5330 if test "${ac_cv_lib_ipc_shmat+set}" = set; then
5331 $as_echo_n "(cached) " >&6
5332 else
5333 ac_check_lib_save_LIBS=$LIBS
5334 LIBS="-lipc $LIBS"
5335 cat >conftest.$ac_ext <<_ACEOF
5336 /* confdefs.h. */
5337 _ACEOF
5338 cat confdefs.h >>conftest.$ac_ext
5339 cat >>conftest.$ac_ext <<_ACEOF
5340 /* end confdefs.h. */
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 ();
5350 main ()
5352 return shmat ();
5354 return 0;
5356 _ACEOF
5357 rm -f conftest.$ac_objext conftest$ac_exeext
5358 if { (ac_try="$ac_link"
5359 case "(($ac_try" in
5360 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5361 *) ac_try_echo=$ac_try;;
5362 esac
5363 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
5364 $as_echo "$ac_try_echo") >&5
5365 (eval "$ac_link") 2>conftest.er1
5366 ac_status=$?
5367 grep -v '^ *+' conftest.er1 >conftest.err
5368 rm -f conftest.er1
5369 cat conftest.err >&5
5370 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
5371 (exit $ac_status); } && {
5372 test -z "$ac_c_werror_flag" ||
5373 test ! -s conftest.err
5374 } && test -s conftest$ac_exeext && {
5375 test "$cross_compiling" = yes ||
5376 $as_test_x conftest$ac_exeext
5377 }; then
5378 ac_cv_lib_ipc_shmat=yes
5379 else
5380 $as_echo "$as_me: failed program was:" >&5
5381 sed 's/^/| /' conftest.$ac_ext >&5
5383 ac_cv_lib_ipc_shmat=no
5386 rm -rf conftest.dSYM
5387 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
5388 conftest$ac_exeext conftest.$ac_ext
5389 LIBS=$ac_check_lib_save_LIBS
5391 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_ipc_shmat" >&5
5392 $as_echo "$ac_cv_lib_ipc_shmat" >&6; }
5393 if test "x$ac_cv_lib_ipc_shmat" = x""yes; then
5394 X_EXTRA_LIBS="$X_EXTRA_LIBS -lipc"
5400 # Check for libraries that X11R6 Xt/Xaw programs need.
5401 ac_save_LDFLAGS=$LDFLAGS
5402 test -n "$x_libraries" && LDFLAGS="$LDFLAGS -L$x_libraries"
5403 # SM needs ICE to (dynamically) link under SunOS 4.x (so we have to
5404 # check for ICE first), but we must link in the order -lSM -lICE or
5405 # we get undefined symbols. So assume we have SM if we have ICE.
5406 # These have to be linked with before -lX11, unlike the other
5407 # libraries we check for below, so use a different variable.
5408 # John Interrante, Karl Berry
5409 { $as_echo "$as_me:$LINENO: checking for IceConnectionNumber in -lICE" >&5
5410 $as_echo_n "checking for IceConnectionNumber in -lICE... " >&6; }
5411 if test "${ac_cv_lib_ICE_IceConnectionNumber+set}" = set; then
5412 $as_echo_n "(cached) " >&6
5413 else
5414 ac_check_lib_save_LIBS=$LIBS
5415 LIBS="-lICE $X_EXTRA_LIBS $LIBS"
5416 cat >conftest.$ac_ext <<_ACEOF
5417 /* confdefs.h. */
5418 _ACEOF
5419 cat confdefs.h >>conftest.$ac_ext
5420 cat >>conftest.$ac_ext <<_ACEOF
5421 /* end confdefs.h. */
5423 /* Override any GCC internal prototype to avoid an error.
5424 Use char because int might match the return type of a GCC
5425 builtin and then its argument prototype would still apply. */
5426 #ifdef __cplusplus
5427 extern "C"
5428 #endif
5429 char IceConnectionNumber ();
5431 main ()
5433 return IceConnectionNumber ();
5435 return 0;
5437 _ACEOF
5438 rm -f conftest.$ac_objext conftest$ac_exeext
5439 if { (ac_try="$ac_link"
5440 case "(($ac_try" in
5441 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5442 *) ac_try_echo=$ac_try;;
5443 esac
5444 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
5445 $as_echo "$ac_try_echo") >&5
5446 (eval "$ac_link") 2>conftest.er1
5447 ac_status=$?
5448 grep -v '^ *+' conftest.er1 >conftest.err
5449 rm -f conftest.er1
5450 cat conftest.err >&5
5451 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
5452 (exit $ac_status); } && {
5453 test -z "$ac_c_werror_flag" ||
5454 test ! -s conftest.err
5455 } && test -s conftest$ac_exeext && {
5456 test "$cross_compiling" = yes ||
5457 $as_test_x conftest$ac_exeext
5458 }; then
5459 ac_cv_lib_ICE_IceConnectionNumber=yes
5460 else
5461 $as_echo "$as_me: failed program was:" >&5
5462 sed 's/^/| /' conftest.$ac_ext >&5
5464 ac_cv_lib_ICE_IceConnectionNumber=no
5467 rm -rf conftest.dSYM
5468 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
5469 conftest$ac_exeext conftest.$ac_ext
5470 LIBS=$ac_check_lib_save_LIBS
5472 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_ICE_IceConnectionNumber" >&5
5473 $as_echo "$ac_cv_lib_ICE_IceConnectionNumber" >&6; }
5474 if test "x$ac_cv_lib_ICE_IceConnectionNumber" = x""yes; then
5475 X_PRE_LIBS="$X_PRE_LIBS -lSM -lICE"
5478 LDFLAGS=$ac_save_LDFLAGS
5483 for ac_prog in flex
5485 # Extract the first word of "$ac_prog", so it can be a program name with args.
5486 set dummy $ac_prog; ac_word=$2
5487 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
5488 $as_echo_n "checking for $ac_word... " >&6; }
5489 if test "${ac_cv_prog_FLEX+set}" = set; then
5490 $as_echo_n "(cached) " >&6
5491 else
5492 if test -n "$FLEX"; then
5493 ac_cv_prog_FLEX="$FLEX" # Let the user override the test.
5494 else
5495 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5496 for as_dir in $PATH
5498 IFS=$as_save_IFS
5499 test -z "$as_dir" && as_dir=.
5500 for ac_exec_ext in '' $ac_executable_extensions; do
5501 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5502 ac_cv_prog_FLEX="$ac_prog"
5503 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5504 break 2
5506 done
5507 done
5508 IFS=$as_save_IFS
5512 FLEX=$ac_cv_prog_FLEX
5513 if test -n "$FLEX"; then
5514 { $as_echo "$as_me:$LINENO: result: $FLEX" >&5
5515 $as_echo "$FLEX" >&6; }
5516 else
5517 { $as_echo "$as_me:$LINENO: result: no" >&5
5518 $as_echo "no" >&6; }
5522 test -n "$FLEX" && break
5523 done
5524 test -n "$FLEX" || FLEX="none"
5526 if test "$FLEX" = "none"
5527 then
5528 { { $as_echo "$as_me:$LINENO: error: no suitable flex found. Please install the 'flex' package." >&5
5529 $as_echo "$as_me: error: no suitable flex found. Please install the 'flex' package." >&2;}
5530 { (exit 1); exit 1; }; }
5533 for ac_prog in bison
5535 # Extract the first word of "$ac_prog", so it can be a program name with args.
5536 set dummy $ac_prog; ac_word=$2
5537 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
5538 $as_echo_n "checking for $ac_word... " >&6; }
5539 if test "${ac_cv_prog_BISON+set}" = set; then
5540 $as_echo_n "(cached) " >&6
5541 else
5542 if test -n "$BISON"; then
5543 ac_cv_prog_BISON="$BISON" # Let the user override the test.
5544 else
5545 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5546 for as_dir in $PATH
5548 IFS=$as_save_IFS
5549 test -z "$as_dir" && as_dir=.
5550 for ac_exec_ext in '' $ac_executable_extensions; do
5551 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5552 ac_cv_prog_BISON="$ac_prog"
5553 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5554 break 2
5556 done
5557 done
5558 IFS=$as_save_IFS
5562 BISON=$ac_cv_prog_BISON
5563 if test -n "$BISON"; then
5564 { $as_echo "$as_me:$LINENO: result: $BISON" >&5
5565 $as_echo "$BISON" >&6; }
5566 else
5567 { $as_echo "$as_me:$LINENO: result: no" >&5
5568 $as_echo "no" >&6; }
5572 test -n "$BISON" && break
5573 done
5574 test -n "$BISON" || BISON="none"
5576 if test "$BISON" = "none"
5577 then
5578 { { $as_echo "$as_me:$LINENO: error: no suitable bison found. Please install the 'bison' package." >&5
5579 $as_echo "$as_me: error: no suitable bison found. Please install the 'bison' package." >&2;}
5580 { (exit 1); exit 1; }; }
5583 if test -n "$ac_tool_prefix"; then
5584 for ac_prog in gas as
5586 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
5587 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
5588 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
5589 $as_echo_n "checking for $ac_word... " >&6; }
5590 if test "${ac_cv_prog_AS+set}" = set; then
5591 $as_echo_n "(cached) " >&6
5592 else
5593 if test -n "$AS"; then
5594 ac_cv_prog_AS="$AS" # Let the user override the test.
5595 else
5596 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5597 for as_dir in $PATH
5599 IFS=$as_save_IFS
5600 test -z "$as_dir" && as_dir=.
5601 for ac_exec_ext in '' $ac_executable_extensions; do
5602 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5603 ac_cv_prog_AS="$ac_tool_prefix$ac_prog"
5604 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5605 break 2
5607 done
5608 done
5609 IFS=$as_save_IFS
5613 AS=$ac_cv_prog_AS
5614 if test -n "$AS"; then
5615 { $as_echo "$as_me:$LINENO: result: $AS" >&5
5616 $as_echo "$AS" >&6; }
5617 else
5618 { $as_echo "$as_me:$LINENO: result: no" >&5
5619 $as_echo "no" >&6; }
5623 test -n "$AS" && break
5624 done
5626 if test -z "$AS"; then
5627 ac_ct_AS=$AS
5628 for ac_prog in gas as
5630 # Extract the first word of "$ac_prog", so it can be a program name with args.
5631 set dummy $ac_prog; ac_word=$2
5632 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
5633 $as_echo_n "checking for $ac_word... " >&6; }
5634 if test "${ac_cv_prog_ac_ct_AS+set}" = set; then
5635 $as_echo_n "(cached) " >&6
5636 else
5637 if test -n "$ac_ct_AS"; then
5638 ac_cv_prog_ac_ct_AS="$ac_ct_AS" # Let the user override the test.
5639 else
5640 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5641 for as_dir in $PATH
5643 IFS=$as_save_IFS
5644 test -z "$as_dir" && as_dir=.
5645 for ac_exec_ext in '' $ac_executable_extensions; do
5646 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5647 ac_cv_prog_ac_ct_AS="$ac_prog"
5648 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5649 break 2
5651 done
5652 done
5653 IFS=$as_save_IFS
5657 ac_ct_AS=$ac_cv_prog_ac_ct_AS
5658 if test -n "$ac_ct_AS"; then
5659 { $as_echo "$as_me:$LINENO: result: $ac_ct_AS" >&5
5660 $as_echo "$ac_ct_AS" >&6; }
5661 else
5662 { $as_echo "$as_me:$LINENO: result: no" >&5
5663 $as_echo "no" >&6; }
5667 test -n "$ac_ct_AS" && break
5668 done
5670 if test "x$ac_ct_AS" = x; then
5671 AS="as"
5672 else
5673 case $cross_compiling:$ac_tool_warned in
5674 yes:)
5675 { $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5
5676 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
5677 ac_tool_warned=yes ;;
5678 esac
5679 AS=$ac_ct_AS
5683 if test -n "$ac_tool_prefix"; then
5684 for ac_prog in ld gld
5686 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
5687 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
5688 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
5689 $as_echo_n "checking for $ac_word... " >&6; }
5690 if test "${ac_cv_prog_LD+set}" = set; then
5691 $as_echo_n "(cached) " >&6
5692 else
5693 if test -n "$LD"; then
5694 ac_cv_prog_LD="$LD" # Let the user override the test.
5695 else
5696 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5697 for as_dir in $PATH
5699 IFS=$as_save_IFS
5700 test -z "$as_dir" && as_dir=.
5701 for ac_exec_ext in '' $ac_executable_extensions; do
5702 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5703 ac_cv_prog_LD="$ac_tool_prefix$ac_prog"
5704 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5705 break 2
5707 done
5708 done
5709 IFS=$as_save_IFS
5713 LD=$ac_cv_prog_LD
5714 if test -n "$LD"; then
5715 { $as_echo "$as_me:$LINENO: result: $LD" >&5
5716 $as_echo "$LD" >&6; }
5717 else
5718 { $as_echo "$as_me:$LINENO: result: no" >&5
5719 $as_echo "no" >&6; }
5723 test -n "$LD" && break
5724 done
5726 if test -z "$LD"; then
5727 ac_ct_LD=$LD
5728 for ac_prog in ld gld
5730 # Extract the first word of "$ac_prog", so it can be a program name with args.
5731 set dummy $ac_prog; ac_word=$2
5732 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
5733 $as_echo_n "checking for $ac_word... " >&6; }
5734 if test "${ac_cv_prog_ac_ct_LD+set}" = set; then
5735 $as_echo_n "(cached) " >&6
5736 else
5737 if test -n "$ac_ct_LD"; then
5738 ac_cv_prog_ac_ct_LD="$ac_ct_LD" # Let the user override the test.
5739 else
5740 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5741 for as_dir in $PATH
5743 IFS=$as_save_IFS
5744 test -z "$as_dir" && as_dir=.
5745 for ac_exec_ext in '' $ac_executable_extensions; do
5746 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5747 ac_cv_prog_ac_ct_LD="$ac_prog"
5748 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5749 break 2
5751 done
5752 done
5753 IFS=$as_save_IFS
5757 ac_ct_LD=$ac_cv_prog_ac_ct_LD
5758 if test -n "$ac_ct_LD"; then
5759 { $as_echo "$as_me:$LINENO: result: $ac_ct_LD" >&5
5760 $as_echo "$ac_ct_LD" >&6; }
5761 else
5762 { $as_echo "$as_me:$LINENO: result: no" >&5
5763 $as_echo "no" >&6; }
5767 test -n "$ac_ct_LD" && break
5768 done
5770 if test "x$ac_ct_LD" = x; then
5771 LD="ld"
5772 else
5773 case $cross_compiling:$ac_tool_warned in
5774 yes:)
5775 { $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5
5776 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
5777 ac_tool_warned=yes ;;
5778 esac
5779 LD=$ac_ct_LD
5783 if test -n "$ac_tool_prefix"; then
5784 for ac_prog in nm gnm
5786 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
5787 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
5788 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
5789 $as_echo_n "checking for $ac_word... " >&6; }
5790 if test "${ac_cv_prog_NM+set}" = set; then
5791 $as_echo_n "(cached) " >&6
5792 else
5793 if test -n "$NM"; then
5794 ac_cv_prog_NM="$NM" # Let the user override the test.
5795 else
5796 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5797 for as_dir in $PATH
5799 IFS=$as_save_IFS
5800 test -z "$as_dir" && as_dir=.
5801 for ac_exec_ext in '' $ac_executable_extensions; do
5802 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5803 ac_cv_prog_NM="$ac_tool_prefix$ac_prog"
5804 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5805 break 2
5807 done
5808 done
5809 IFS=$as_save_IFS
5813 NM=$ac_cv_prog_NM
5814 if test -n "$NM"; then
5815 { $as_echo "$as_me:$LINENO: result: $NM" >&5
5816 $as_echo "$NM" >&6; }
5817 else
5818 { $as_echo "$as_me:$LINENO: result: no" >&5
5819 $as_echo "no" >&6; }
5823 test -n "$NM" && break
5824 done
5826 if test -z "$NM"; then
5827 ac_ct_NM=$NM
5828 for ac_prog in nm gnm
5830 # Extract the first word of "$ac_prog", so it can be a program name with args.
5831 set dummy $ac_prog; ac_word=$2
5832 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
5833 $as_echo_n "checking for $ac_word... " >&6; }
5834 if test "${ac_cv_prog_ac_ct_NM+set}" = set; then
5835 $as_echo_n "(cached) " >&6
5836 else
5837 if test -n "$ac_ct_NM"; then
5838 ac_cv_prog_ac_ct_NM="$ac_ct_NM" # Let the user override the test.
5839 else
5840 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5841 for as_dir in $PATH
5843 IFS=$as_save_IFS
5844 test -z "$as_dir" && as_dir=.
5845 for ac_exec_ext in '' $ac_executable_extensions; do
5846 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5847 ac_cv_prog_ac_ct_NM="$ac_prog"
5848 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5849 break 2
5851 done
5852 done
5853 IFS=$as_save_IFS
5857 ac_ct_NM=$ac_cv_prog_ac_ct_NM
5858 if test -n "$ac_ct_NM"; then
5859 { $as_echo "$as_me:$LINENO: result: $ac_ct_NM" >&5
5860 $as_echo "$ac_ct_NM" >&6; }
5861 else
5862 { $as_echo "$as_me:$LINENO: result: no" >&5
5863 $as_echo "no" >&6; }
5867 test -n "$ac_ct_NM" && break
5868 done
5870 if test "x$ac_ct_NM" = x; then
5871 NM="nm"
5872 else
5873 case $cross_compiling:$ac_tool_warned in
5874 yes:)
5875 { $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5
5876 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
5877 ac_tool_warned=yes ;;
5878 esac
5879 NM=$ac_ct_NM
5883 if test -n "$ac_tool_prefix"; then
5884 for ac_prog in ar gar
5886 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
5887 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
5888 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
5889 $as_echo_n "checking for $ac_word... " >&6; }
5890 if test "${ac_cv_prog_AR+set}" = set; then
5891 $as_echo_n "(cached) " >&6
5892 else
5893 if test -n "$AR"; then
5894 ac_cv_prog_AR="$AR" # Let the user override the test.
5895 else
5896 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5897 for as_dir in $PATH
5899 IFS=$as_save_IFS
5900 test -z "$as_dir" && as_dir=.
5901 for ac_exec_ext in '' $ac_executable_extensions; do
5902 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5903 ac_cv_prog_AR="$ac_tool_prefix$ac_prog"
5904 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5905 break 2
5907 done
5908 done
5909 IFS=$as_save_IFS
5913 AR=$ac_cv_prog_AR
5914 if test -n "$AR"; then
5915 { $as_echo "$as_me:$LINENO: result: $AR" >&5
5916 $as_echo "$AR" >&6; }
5917 else
5918 { $as_echo "$as_me:$LINENO: result: no" >&5
5919 $as_echo "no" >&6; }
5923 test -n "$AR" && break
5924 done
5926 if test -z "$AR"; then
5927 ac_ct_AR=$AR
5928 for ac_prog in ar gar
5930 # Extract the first word of "$ac_prog", so it can be a program name with args.
5931 set dummy $ac_prog; ac_word=$2
5932 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
5933 $as_echo_n "checking for $ac_word... " >&6; }
5934 if test "${ac_cv_prog_ac_ct_AR+set}" = set; then
5935 $as_echo_n "(cached) " >&6
5936 else
5937 if test -n "$ac_ct_AR"; then
5938 ac_cv_prog_ac_ct_AR="$ac_ct_AR" # Let the user override the test.
5939 else
5940 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5941 for as_dir in $PATH
5943 IFS=$as_save_IFS
5944 test -z "$as_dir" && as_dir=.
5945 for ac_exec_ext in '' $ac_executable_extensions; do
5946 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5947 ac_cv_prog_ac_ct_AR="$ac_prog"
5948 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5949 break 2
5951 done
5952 done
5953 IFS=$as_save_IFS
5957 ac_ct_AR=$ac_cv_prog_ac_ct_AR
5958 if test -n "$ac_ct_AR"; then
5959 { $as_echo "$as_me:$LINENO: result: $ac_ct_AR" >&5
5960 $as_echo "$ac_ct_AR" >&6; }
5961 else
5962 { $as_echo "$as_me:$LINENO: result: no" >&5
5963 $as_echo "no" >&6; }
5967 test -n "$ac_ct_AR" && break
5968 done
5970 if test "x$ac_ct_AR" = x; then
5971 AR="ar"
5972 else
5973 case $cross_compiling:$ac_tool_warned in
5974 yes:)
5975 { $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5
5976 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
5977 ac_tool_warned=yes ;;
5978 esac
5979 AR=$ac_ct_AR
5983 ARFLAGS=rc
5985 if test -n "$ac_tool_prefix"; then
5986 # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
5987 set dummy ${ac_tool_prefix}ranlib; ac_word=$2
5988 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
5989 $as_echo_n "checking for $ac_word... " >&6; }
5990 if test "${ac_cv_prog_RANLIB+set}" = set; then
5991 $as_echo_n "(cached) " >&6
5992 else
5993 if test -n "$RANLIB"; then
5994 ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
5995 else
5996 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5997 for as_dir in $PATH
5999 IFS=$as_save_IFS
6000 test -z "$as_dir" && as_dir=.
6001 for ac_exec_ext in '' $ac_executable_extensions; do
6002 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6003 ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib"
6004 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
6005 break 2
6007 done
6008 done
6009 IFS=$as_save_IFS
6013 RANLIB=$ac_cv_prog_RANLIB
6014 if test -n "$RANLIB"; then
6015 { $as_echo "$as_me:$LINENO: result: $RANLIB" >&5
6016 $as_echo "$RANLIB" >&6; }
6017 else
6018 { $as_echo "$as_me:$LINENO: result: no" >&5
6019 $as_echo "no" >&6; }
6024 if test -z "$ac_cv_prog_RANLIB"; then
6025 ac_ct_RANLIB=$RANLIB
6026 # Extract the first word of "ranlib", so it can be a program name with args.
6027 set dummy ranlib; ac_word=$2
6028 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
6029 $as_echo_n "checking for $ac_word... " >&6; }
6030 if test "${ac_cv_prog_ac_ct_RANLIB+set}" = set; then
6031 $as_echo_n "(cached) " >&6
6032 else
6033 if test -n "$ac_ct_RANLIB"; then
6034 ac_cv_prog_ac_ct_RANLIB="$ac_ct_RANLIB" # Let the user override the test.
6035 else
6036 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6037 for as_dir in $PATH
6039 IFS=$as_save_IFS
6040 test -z "$as_dir" && as_dir=.
6041 for ac_exec_ext in '' $ac_executable_extensions; do
6042 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6043 ac_cv_prog_ac_ct_RANLIB="ranlib"
6044 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
6045 break 2
6047 done
6048 done
6049 IFS=$as_save_IFS
6053 ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB
6054 if test -n "$ac_ct_RANLIB"; then
6055 { $as_echo "$as_me:$LINENO: result: $ac_ct_RANLIB" >&5
6056 $as_echo "$ac_ct_RANLIB" >&6; }
6057 else
6058 { $as_echo "$as_me:$LINENO: result: no" >&5
6059 $as_echo "no" >&6; }
6062 if test "x$ac_ct_RANLIB" = x; then
6063 RANLIB=":"
6064 else
6065 case $cross_compiling:$ac_tool_warned in
6066 yes:)
6067 { $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5
6068 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6069 ac_tool_warned=yes ;;
6070 esac
6071 RANLIB=$ac_ct_RANLIB
6073 else
6074 RANLIB="$ac_cv_prog_RANLIB"
6077 if test -n "$ac_tool_prefix"; then
6078 # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
6079 set dummy ${ac_tool_prefix}strip; ac_word=$2
6080 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
6081 $as_echo_n "checking for $ac_word... " >&6; }
6082 if test "${ac_cv_prog_STRIP+set}" = set; then
6083 $as_echo_n "(cached) " >&6
6084 else
6085 if test -n "$STRIP"; then
6086 ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
6087 else
6088 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6089 for as_dir in $PATH
6091 IFS=$as_save_IFS
6092 test -z "$as_dir" && as_dir=.
6093 for ac_exec_ext in '' $ac_executable_extensions; do
6094 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6095 ac_cv_prog_STRIP="${ac_tool_prefix}strip"
6096 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
6097 break 2
6099 done
6100 done
6101 IFS=$as_save_IFS
6105 STRIP=$ac_cv_prog_STRIP
6106 if test -n "$STRIP"; then
6107 { $as_echo "$as_me:$LINENO: result: $STRIP" >&5
6108 $as_echo "$STRIP" >&6; }
6109 else
6110 { $as_echo "$as_me:$LINENO: result: no" >&5
6111 $as_echo "no" >&6; }
6116 if test -z "$ac_cv_prog_STRIP"; then
6117 ac_ct_STRIP=$STRIP
6118 # Extract the first word of "strip", so it can be a program name with args.
6119 set dummy strip; ac_word=$2
6120 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
6121 $as_echo_n "checking for $ac_word... " >&6; }
6122 if test "${ac_cv_prog_ac_ct_STRIP+set}" = set; then
6123 $as_echo_n "(cached) " >&6
6124 else
6125 if test -n "$ac_ct_STRIP"; then
6126 ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test.
6127 else
6128 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6129 for as_dir in $PATH
6131 IFS=$as_save_IFS
6132 test -z "$as_dir" && as_dir=.
6133 for ac_exec_ext in '' $ac_executable_extensions; do
6134 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6135 ac_cv_prog_ac_ct_STRIP="strip"
6136 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
6137 break 2
6139 done
6140 done
6141 IFS=$as_save_IFS
6145 ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP
6146 if test -n "$ac_ct_STRIP"; then
6147 { $as_echo "$as_me:$LINENO: result: $ac_ct_STRIP" >&5
6148 $as_echo "$ac_ct_STRIP" >&6; }
6149 else
6150 { $as_echo "$as_me:$LINENO: result: no" >&5
6151 $as_echo "no" >&6; }
6154 if test "x$ac_ct_STRIP" = x; then
6155 STRIP="strip"
6156 else
6157 case $cross_compiling:$ac_tool_warned in
6158 yes:)
6159 { $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5
6160 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6161 ac_tool_warned=yes ;;
6162 esac
6163 STRIP=$ac_ct_STRIP
6165 else
6166 STRIP="$ac_cv_prog_STRIP"
6169 if test -n "$ac_tool_prefix"; then
6170 # Extract the first word of "${ac_tool_prefix}windres", so it can be a program name with args.
6171 set dummy ${ac_tool_prefix}windres; ac_word=$2
6172 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
6173 $as_echo_n "checking for $ac_word... " >&6; }
6174 if test "${ac_cv_prog_WINDRES+set}" = set; then
6175 $as_echo_n "(cached) " >&6
6176 else
6177 if test -n "$WINDRES"; then
6178 ac_cv_prog_WINDRES="$WINDRES" # Let the user override the test.
6179 else
6180 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6181 for as_dir in $PATH
6183 IFS=$as_save_IFS
6184 test -z "$as_dir" && as_dir=.
6185 for ac_exec_ext in '' $ac_executable_extensions; do
6186 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6187 ac_cv_prog_WINDRES="${ac_tool_prefix}windres"
6188 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
6189 break 2
6191 done
6192 done
6193 IFS=$as_save_IFS
6197 WINDRES=$ac_cv_prog_WINDRES
6198 if test -n "$WINDRES"; then
6199 { $as_echo "$as_me:$LINENO: result: $WINDRES" >&5
6200 $as_echo "$WINDRES" >&6; }
6201 else
6202 { $as_echo "$as_me:$LINENO: result: no" >&5
6203 $as_echo "no" >&6; }
6208 if test -z "$ac_cv_prog_WINDRES"; then
6209 ac_ct_WINDRES=$WINDRES
6210 # Extract the first word of "windres", so it can be a program name with args.
6211 set dummy windres; ac_word=$2
6212 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
6213 $as_echo_n "checking for $ac_word... " >&6; }
6214 if test "${ac_cv_prog_ac_ct_WINDRES+set}" = set; then
6215 $as_echo_n "(cached) " >&6
6216 else
6217 if test -n "$ac_ct_WINDRES"; then
6218 ac_cv_prog_ac_ct_WINDRES="$ac_ct_WINDRES" # Let the user override the test.
6219 else
6220 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6221 for as_dir in $PATH
6223 IFS=$as_save_IFS
6224 test -z "$as_dir" && as_dir=.
6225 for ac_exec_ext in '' $ac_executable_extensions; do
6226 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6227 ac_cv_prog_ac_ct_WINDRES="windres"
6228 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
6229 break 2
6231 done
6232 done
6233 IFS=$as_save_IFS
6237 ac_ct_WINDRES=$ac_cv_prog_ac_ct_WINDRES
6238 if test -n "$ac_ct_WINDRES"; then
6239 { $as_echo "$as_me:$LINENO: result: $ac_ct_WINDRES" >&5
6240 $as_echo "$ac_ct_WINDRES" >&6; }
6241 else
6242 { $as_echo "$as_me:$LINENO: result: no" >&5
6243 $as_echo "no" >&6; }
6246 if test "x$ac_ct_WINDRES" = x; then
6247 WINDRES="false"
6248 else
6249 case $cross_compiling:$ac_tool_warned in
6250 yes:)
6251 { $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5
6252 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6253 ac_tool_warned=yes ;;
6254 esac
6255 WINDRES=$ac_ct_WINDRES
6257 else
6258 WINDRES="$ac_cv_prog_WINDRES"
6261 { $as_echo "$as_me:$LINENO: checking whether ln -s works" >&5
6262 $as_echo_n "checking whether ln -s works... " >&6; }
6263 LN_S=$as_ln_s
6264 if test "$LN_S" = "ln -s"; then
6265 { $as_echo "$as_me:$LINENO: result: yes" >&5
6266 $as_echo "yes" >&6; }
6267 else
6268 { $as_echo "$as_me:$LINENO: result: no, using $LN_S" >&5
6269 $as_echo "no, using $LN_S" >&6; }
6272 { $as_echo "$as_me:$LINENO: checking whether ln works" >&5
6273 $as_echo_n "checking whether ln works... " >&6; }
6274 rm -f conf$$ conf$$.file
6275 echo >conf$$.file
6276 if ln conf$$.file conf$$ 2>/dev/null; then
6277 LN=ln
6279 { $as_echo "$as_me:$LINENO: result: yes" >&5
6280 $as_echo "yes" >&6; }
6281 else
6282 LN="cp -p"
6284 { $as_echo "$as_me:$LINENO: result: no, using $LN" >&5
6285 $as_echo "no, using $LN" >&6; }
6287 rm -f conf$$ conf$$.file
6288 { $as_echo "$as_me:$LINENO: checking for grep that handles long lines and -e" >&5
6289 $as_echo_n "checking for grep that handles long lines and -e... " >&6; }
6290 if test "${ac_cv_path_GREP+set}" = set; then
6291 $as_echo_n "(cached) " >&6
6292 else
6293 if test -z "$GREP"; then
6294 ac_path_GREP_found=false
6295 # Loop through the user's path and test for each of PROGNAME-LIST
6296 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6297 for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
6299 IFS=$as_save_IFS
6300 test -z "$as_dir" && as_dir=.
6301 for ac_prog in grep ggrep; do
6302 for ac_exec_ext in '' $ac_executable_extensions; do
6303 ac_path_GREP="$as_dir/$ac_prog$ac_exec_ext"
6304 { test -f "$ac_path_GREP" && $as_test_x "$ac_path_GREP"; } || continue
6305 # Check for GNU ac_path_GREP and select it if it is found.
6306 # Check for GNU $ac_path_GREP
6307 case `"$ac_path_GREP" --version 2>&1` in
6308 *GNU*)
6309 ac_cv_path_GREP="$ac_path_GREP" ac_path_GREP_found=:;;
6311 ac_count=0
6312 $as_echo_n 0123456789 >"conftest.in"
6313 while :
6315 cat "conftest.in" "conftest.in" >"conftest.tmp"
6316 mv "conftest.tmp" "conftest.in"
6317 cp "conftest.in" "conftest.nl"
6318 $as_echo 'GREP' >> "conftest.nl"
6319 "$ac_path_GREP" -e 'GREP$' -e '-(cannot match)-' < "conftest.nl" >"conftest.out" 2>/dev/null || break
6320 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
6321 ac_count=`expr $ac_count + 1`
6322 if test $ac_count -gt ${ac_path_GREP_max-0}; then
6323 # Best one so far, save it but keep looking for a better one
6324 ac_cv_path_GREP="$ac_path_GREP"
6325 ac_path_GREP_max=$ac_count
6327 # 10*(2^10) chars as input seems more than enough
6328 test $ac_count -gt 10 && break
6329 done
6330 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
6331 esac
6333 $ac_path_GREP_found && break 3
6334 done
6335 done
6336 done
6337 IFS=$as_save_IFS
6338 if test -z "$ac_cv_path_GREP"; then
6339 { { $as_echo "$as_me:$LINENO: error: no acceptable grep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&5
6340 $as_echo "$as_me: error: no acceptable grep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&2;}
6341 { (exit 1); exit 1; }; }
6343 else
6344 ac_cv_path_GREP=$GREP
6348 { $as_echo "$as_me:$LINENO: result: $ac_cv_path_GREP" >&5
6349 $as_echo "$ac_cv_path_GREP" >&6; }
6350 GREP="$ac_cv_path_GREP"
6353 { $as_echo "$as_me:$LINENO: checking for egrep" >&5
6354 $as_echo_n "checking for egrep... " >&6; }
6355 if test "${ac_cv_path_EGREP+set}" = set; then
6356 $as_echo_n "(cached) " >&6
6357 else
6358 if echo a | $GREP -E '(a|b)' >/dev/null 2>&1
6359 then ac_cv_path_EGREP="$GREP -E"
6360 else
6361 if test -z "$EGREP"; then
6362 ac_path_EGREP_found=false
6363 # Loop through the user's path and test for each of PROGNAME-LIST
6364 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6365 for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
6367 IFS=$as_save_IFS
6368 test -z "$as_dir" && as_dir=.
6369 for ac_prog in egrep; do
6370 for ac_exec_ext in '' $ac_executable_extensions; do
6371 ac_path_EGREP="$as_dir/$ac_prog$ac_exec_ext"
6372 { test -f "$ac_path_EGREP" && $as_test_x "$ac_path_EGREP"; } || continue
6373 # Check for GNU ac_path_EGREP and select it if it is found.
6374 # Check for GNU $ac_path_EGREP
6375 case `"$ac_path_EGREP" --version 2>&1` in
6376 *GNU*)
6377 ac_cv_path_EGREP="$ac_path_EGREP" ac_path_EGREP_found=:;;
6379 ac_count=0
6380 $as_echo_n 0123456789 >"conftest.in"
6381 while :
6383 cat "conftest.in" "conftest.in" >"conftest.tmp"
6384 mv "conftest.tmp" "conftest.in"
6385 cp "conftest.in" "conftest.nl"
6386 $as_echo 'EGREP' >> "conftest.nl"
6387 "$ac_path_EGREP" 'EGREP$' < "conftest.nl" >"conftest.out" 2>/dev/null || break
6388 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
6389 ac_count=`expr $ac_count + 1`
6390 if test $ac_count -gt ${ac_path_EGREP_max-0}; then
6391 # Best one so far, save it but keep looking for a better one
6392 ac_cv_path_EGREP="$ac_path_EGREP"
6393 ac_path_EGREP_max=$ac_count
6395 # 10*(2^10) chars as input seems more than enough
6396 test $ac_count -gt 10 && break
6397 done
6398 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
6399 esac
6401 $ac_path_EGREP_found && break 3
6402 done
6403 done
6404 done
6405 IFS=$as_save_IFS
6406 if test -z "$ac_cv_path_EGREP"; then
6407 { { $as_echo "$as_me:$LINENO: error: no acceptable egrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&5
6408 $as_echo "$as_me: error: no acceptable egrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&2;}
6409 { (exit 1); exit 1; }; }
6411 else
6412 ac_cv_path_EGREP=$EGREP
6417 { $as_echo "$as_me:$LINENO: result: $ac_cv_path_EGREP" >&5
6418 $as_echo "$ac_cv_path_EGREP" >&6; }
6419 EGREP="$ac_cv_path_EGREP"
6422 # Extract the first word of "ldconfig", so it can be a program name with args.
6423 set dummy ldconfig; ac_word=$2
6424 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
6425 $as_echo_n "checking for $ac_word... " >&6; }
6426 if test "${ac_cv_path_LDCONFIG+set}" = set; then
6427 $as_echo_n "(cached) " >&6
6428 else
6429 case $LDCONFIG in
6430 [\\/]* | ?:[\\/]*)
6431 ac_cv_path_LDCONFIG="$LDCONFIG" # Let the user override the test with a path.
6434 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6435 for as_dir in /sbin /usr/sbin $PATH
6437 IFS=$as_save_IFS
6438 test -z "$as_dir" && as_dir=.
6439 for ac_exec_ext in '' $ac_executable_extensions; do
6440 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6441 ac_cv_path_LDCONFIG="$as_dir/$ac_word$ac_exec_ext"
6442 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
6443 break 2
6445 done
6446 done
6447 IFS=$as_save_IFS
6449 test -z "$ac_cv_path_LDCONFIG" && ac_cv_path_LDCONFIG="true"
6451 esac
6453 LDCONFIG=$ac_cv_path_LDCONFIG
6454 if test -n "$LDCONFIG"; then
6455 { $as_echo "$as_me:$LINENO: result: $LDCONFIG" >&5
6456 $as_echo "$LDCONFIG" >&6; }
6457 else
6458 { $as_echo "$as_me:$LINENO: result: no" >&5
6459 $as_echo "no" >&6; }
6463 # Find a good install program. We prefer a C program (faster),
6464 # so one script is as good as another. But avoid the broken or
6465 # incompatible versions:
6466 # SysV /etc/install, /usr/sbin/install
6467 # SunOS /usr/etc/install
6468 # IRIX /sbin/install
6469 # AIX /bin/install
6470 # AmigaOS /C/install, which installs bootblocks on floppy discs
6471 # AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
6472 # AFS /usr/afsws/bin/install, which mishandles nonexistent args
6473 # SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
6474 # OS/2's system install, which has a completely different semantic
6475 # ./install, which can be erroneously created by make from ./install.sh.
6476 # Reject install programs that cannot install multiple files.
6477 { $as_echo "$as_me:$LINENO: checking for a BSD-compatible install" >&5
6478 $as_echo_n "checking for a BSD-compatible install... " >&6; }
6479 if test -z "$INSTALL"; then
6480 if test "${ac_cv_path_install+set}" = set; then
6481 $as_echo_n "(cached) " >&6
6482 else
6483 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6484 for as_dir in $PATH
6486 IFS=$as_save_IFS
6487 test -z "$as_dir" && as_dir=.
6488 # Account for people who put trailing slashes in PATH elements.
6489 case $as_dir/ in
6490 ./ | .// | /cC/* | \
6491 /etc/* | /usr/sbin/* | /usr/etc/* | /sbin/* | /usr/afsws/bin/* | \
6492 ?:\\/os2\\/install\\/* | ?:\\/OS2\\/INSTALL\\/* | \
6493 /usr/ucb/* ) ;;
6495 # OSF1 and SCO ODT 3.0 have their own names for install.
6496 # Don't use installbsd from OSF since it installs stuff as root
6497 # by default.
6498 for ac_prog in ginstall scoinst install; do
6499 for ac_exec_ext in '' $ac_executable_extensions; do
6500 if { test -f "$as_dir/$ac_prog$ac_exec_ext" && $as_test_x "$as_dir/$ac_prog$ac_exec_ext"; }; then
6501 if test $ac_prog = install &&
6502 grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
6503 # AIX install. It has an incompatible calling convention.
6505 elif test $ac_prog = install &&
6506 grep pwplus "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
6507 # program-specific install script used by HP pwplus--don't use.
6509 else
6510 rm -rf conftest.one conftest.two conftest.dir
6511 echo one > conftest.one
6512 echo two > conftest.two
6513 mkdir conftest.dir
6514 if "$as_dir/$ac_prog$ac_exec_ext" -c conftest.one conftest.two "`pwd`/conftest.dir" &&
6515 test -s conftest.one && test -s conftest.two &&
6516 test -s conftest.dir/conftest.one &&
6517 test -s conftest.dir/conftest.two
6518 then
6519 ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c"
6520 break 3
6524 done
6525 done
6527 esac
6529 done
6530 IFS=$as_save_IFS
6532 rm -rf conftest.one conftest.two conftest.dir
6535 if test "${ac_cv_path_install+set}" = set; then
6536 INSTALL=$ac_cv_path_install
6537 else
6538 # As a last resort, use the slow shell script. Don't cache a
6539 # value for INSTALL within a source directory, because that will
6540 # break other packages using the cache if that directory is
6541 # removed, or if the value is a relative name.
6542 INSTALL=$ac_install_sh
6545 { $as_echo "$as_me:$LINENO: result: $INSTALL" >&5
6546 $as_echo "$INSTALL" >&6; }
6548 # Use test -z because SunOS4 sh mishandles braces in ${var-val}.
6549 # It thinks the first close brace ends the variable substitution.
6550 test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}'
6552 test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL}'
6554 test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
6556 case "$INSTALL" in
6557 [\\/$]* | ?:[\\/]* ) ;;
6558 *) INSTALL="\\\$(TOPSRCDIR)/$INSTALL" ;;
6559 esac
6561 for ac_prog in lclint lint
6563 # Extract the first word of "$ac_prog", so it can be a program name with args.
6564 set dummy $ac_prog; ac_word=$2
6565 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
6566 $as_echo_n "checking for $ac_word... " >&6; }
6567 if test "${ac_cv_prog_LINT+set}" = set; then
6568 $as_echo_n "(cached) " >&6
6569 else
6570 if test -n "$LINT"; then
6571 ac_cv_prog_LINT="$LINT" # Let the user override the test.
6572 else
6573 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6574 for as_dir in $PATH
6576 IFS=$as_save_IFS
6577 test -z "$as_dir" && as_dir=.
6578 for ac_exec_ext in '' $ac_executable_extensions; do
6579 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6580 ac_cv_prog_LINT="$ac_prog"
6581 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
6582 break 2
6584 done
6585 done
6586 IFS=$as_save_IFS
6590 LINT=$ac_cv_prog_LINT
6591 if test -n "$LINT"; then
6592 { $as_echo "$as_me:$LINENO: result: $LINT" >&5
6593 $as_echo "$LINT" >&6; }
6594 else
6595 { $as_echo "$as_me:$LINENO: result: no" >&5
6596 $as_echo "no" >&6; }
6600 test -n "$LINT" && break
6601 done
6603 if test "$LINT" = "lint"
6604 then
6605 LINTFLAGS="$LINTFLAGS -errchk=%all,no%longptr64 -errhdr=%user -Ncheck=macro -Nlevel=4"
6610 for ac_prog in fontforge
6612 # Extract the first word of "$ac_prog", so it can be a program name with args.
6613 set dummy $ac_prog; ac_word=$2
6614 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
6615 $as_echo_n "checking for $ac_word... " >&6; }
6616 if test "${ac_cv_prog_FONTFORGE+set}" = set; then
6617 $as_echo_n "(cached) " >&6
6618 else
6619 if test -n "$FONTFORGE"; then
6620 ac_cv_prog_FONTFORGE="$FONTFORGE" # Let the user override the test.
6621 else
6622 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6623 for as_dir in $PATH
6625 IFS=$as_save_IFS
6626 test -z "$as_dir" && as_dir=.
6627 for ac_exec_ext in '' $ac_executable_extensions; do
6628 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6629 ac_cv_prog_FONTFORGE="$ac_prog"
6630 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
6631 break 2
6633 done
6634 done
6635 IFS=$as_save_IFS
6639 FONTFORGE=$ac_cv_prog_FONTFORGE
6640 if test -n "$FONTFORGE"; then
6641 { $as_echo "$as_me:$LINENO: result: $FONTFORGE" >&5
6642 $as_echo "$FONTFORGE" >&6; }
6643 else
6644 { $as_echo "$as_me:$LINENO: result: no" >&5
6645 $as_echo "no" >&6; }
6649 test -n "$FONTFORGE" && break
6650 done
6651 test -n "$FONTFORGE" || FONTFORGE="false"
6653 for ac_prog in pkg-config
6655 # Extract the first word of "$ac_prog", so it can be a program name with args.
6656 set dummy $ac_prog; ac_word=$2
6657 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
6658 $as_echo_n "checking for $ac_word... " >&6; }
6659 if test "${ac_cv_prog_PKG_CONFIG+set}" = set; then
6660 $as_echo_n "(cached) " >&6
6661 else
6662 if test -n "$PKG_CONFIG"; then
6663 ac_cv_prog_PKG_CONFIG="$PKG_CONFIG" # Let the user override the test.
6664 else
6665 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6666 for as_dir in $PATH
6668 IFS=$as_save_IFS
6669 test -z "$as_dir" && as_dir=.
6670 for ac_exec_ext in '' $ac_executable_extensions; do
6671 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6672 ac_cv_prog_PKG_CONFIG="$ac_prog"
6673 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
6674 break 2
6676 done
6677 done
6678 IFS=$as_save_IFS
6682 PKG_CONFIG=$ac_cv_prog_PKG_CONFIG
6683 if test -n "$PKG_CONFIG"; then
6684 { $as_echo "$as_me:$LINENO: result: $PKG_CONFIG" >&5
6685 $as_echo "$PKG_CONFIG" >&6; }
6686 else
6687 { $as_echo "$as_me:$LINENO: result: no" >&5
6688 $as_echo "no" >&6; }
6692 test -n "$PKG_CONFIG" && break
6693 done
6694 test -n "$PKG_CONFIG" || PKG_CONFIG="false"
6696 for ac_prog in rsvg
6698 # Extract the first word of "$ac_prog", so it can be a program name with args.
6699 set dummy $ac_prog; ac_word=$2
6700 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
6701 $as_echo_n "checking for $ac_word... " >&6; }
6702 if test "${ac_cv_prog_RSVG+set}" = set; then
6703 $as_echo_n "(cached) " >&6
6704 else
6705 if test -n "$RSVG"; then
6706 ac_cv_prog_RSVG="$RSVG" # Let the user override the test.
6707 else
6708 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6709 for as_dir in $PATH
6711 IFS=$as_save_IFS
6712 test -z "$as_dir" && as_dir=.
6713 for ac_exec_ext in '' $ac_executable_extensions; do
6714 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6715 ac_cv_prog_RSVG="$ac_prog"
6716 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
6717 break 2
6719 done
6720 done
6721 IFS=$as_save_IFS
6725 RSVG=$ac_cv_prog_RSVG
6726 if test -n "$RSVG"; then
6727 { $as_echo "$as_me:$LINENO: result: $RSVG" >&5
6728 $as_echo "$RSVG" >&6; }
6729 else
6730 { $as_echo "$as_me:$LINENO: result: no" >&5
6731 $as_echo "no" >&6; }
6735 test -n "$RSVG" && break
6736 done
6737 test -n "$RSVG" || RSVG="false"
6739 for ac_prog in icotool
6741 # Extract the first word of "$ac_prog", so it can be a program name with args.
6742 set dummy $ac_prog; ac_word=$2
6743 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
6744 $as_echo_n "checking for $ac_word... " >&6; }
6745 if test "${ac_cv_prog_ICOTOOL+set}" = set; then
6746 $as_echo_n "(cached) " >&6
6747 else
6748 if test -n "$ICOTOOL"; then
6749 ac_cv_prog_ICOTOOL="$ICOTOOL" # Let the user override the test.
6750 else
6751 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6752 for as_dir in $PATH
6754 IFS=$as_save_IFS
6755 test -z "$as_dir" && as_dir=.
6756 for ac_exec_ext in '' $ac_executable_extensions; do
6757 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6758 ac_cv_prog_ICOTOOL="$ac_prog"
6759 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
6760 break 2
6762 done
6763 done
6764 IFS=$as_save_IFS
6768 ICOTOOL=$ac_cv_prog_ICOTOOL
6769 if test -n "$ICOTOOL"; then
6770 { $as_echo "$as_me:$LINENO: result: $ICOTOOL" >&5
6771 $as_echo "$ICOTOOL" >&6; }
6772 else
6773 { $as_echo "$as_me:$LINENO: result: no" >&5
6774 $as_echo "no" >&6; }
6778 test -n "$ICOTOOL" && break
6779 done
6780 test -n "$ICOTOOL" || ICOTOOL="false"
6783 if test "${enable_maintainer_mode+set}" = set
6784 then
6785 if test "$FONTFORGE" = "false"; then wine_warnings="$wine_warnings|fontforge is missing, fonts can't be rebuilt."; fi
6786 if test "$RSVG" = "false"; then wine_warnings="$wine_warnings|rsvg is missing, icons can't be rebuilt."; fi
6787 if test "$ICOTOOL" = "false"; then wine_warnings="$wine_warnings|icotool is missing, icons can't be rebuilt."; fi
6790 case $host_cpu in
6791 *i[3456789]86*)
6792 # Extract the first word of "prelink", so it can be a program name with args.
6793 set dummy prelink; ac_word=$2
6794 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
6795 $as_echo_n "checking for $ac_word... " >&6; }
6796 if test "${ac_cv_path_PRELINK+set}" = set; then
6797 $as_echo_n "(cached) " >&6
6798 else
6799 case $PRELINK in
6800 [\\/]* | ?:[\\/]*)
6801 ac_cv_path_PRELINK="$PRELINK" # Let the user override the test with a path.
6804 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6805 for as_dir in /sbin /usr/sbin $PATH
6807 IFS=$as_save_IFS
6808 test -z "$as_dir" && as_dir=.
6809 for ac_exec_ext in '' $ac_executable_extensions; do
6810 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6811 ac_cv_path_PRELINK="$as_dir/$ac_word$ac_exec_ext"
6812 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
6813 break 2
6815 done
6816 done
6817 IFS=$as_save_IFS
6819 test -z "$ac_cv_path_PRELINK" && ac_cv_path_PRELINK="false"
6821 esac
6823 PRELINK=$ac_cv_path_PRELINK
6824 if test -n "$PRELINK"; then
6825 { $as_echo "$as_me:$LINENO: result: $PRELINK" >&5
6826 $as_echo "$PRELINK" >&6; }
6827 else
6828 { $as_echo "$as_me:$LINENO: result: no" >&5
6829 $as_echo "no" >&6; }
6834 esac
6838 { $as_echo "$as_me:$LINENO: checking for i386_set_ldt in -li386" >&5
6839 $as_echo_n "checking for i386_set_ldt in -li386... " >&6; }
6840 if test "${ac_cv_lib_i386_i386_set_ldt+set}" = set; then
6841 $as_echo_n "(cached) " >&6
6842 else
6843 ac_check_lib_save_LIBS=$LIBS
6844 LIBS="-li386 $LIBS"
6845 cat >conftest.$ac_ext <<_ACEOF
6846 /* confdefs.h. */
6847 _ACEOF
6848 cat confdefs.h >>conftest.$ac_ext
6849 cat >>conftest.$ac_ext <<_ACEOF
6850 /* end confdefs.h. */
6852 /* Override any GCC internal prototype to avoid an error.
6853 Use char because int might match the return type of a GCC
6854 builtin and then its argument prototype would still apply. */
6855 #ifdef __cplusplus
6856 extern "C"
6857 #endif
6858 char i386_set_ldt ();
6860 main ()
6862 return i386_set_ldt ();
6864 return 0;
6866 _ACEOF
6867 rm -f conftest.$ac_objext conftest$ac_exeext
6868 if { (ac_try="$ac_link"
6869 case "(($ac_try" in
6870 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6871 *) ac_try_echo=$ac_try;;
6872 esac
6873 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
6874 $as_echo "$ac_try_echo") >&5
6875 (eval "$ac_link") 2>conftest.er1
6876 ac_status=$?
6877 grep -v '^ *+' conftest.er1 >conftest.err
6878 rm -f conftest.er1
6879 cat conftest.err >&5
6880 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
6881 (exit $ac_status); } && {
6882 test -z "$ac_c_werror_flag" ||
6883 test ! -s conftest.err
6884 } && test -s conftest$ac_exeext && {
6885 test "$cross_compiling" = yes ||
6886 $as_test_x conftest$ac_exeext
6887 }; then
6888 ac_cv_lib_i386_i386_set_ldt=yes
6889 else
6890 $as_echo "$as_me: failed program was:" >&5
6891 sed 's/^/| /' conftest.$ac_ext >&5
6893 ac_cv_lib_i386_i386_set_ldt=no
6896 rm -rf conftest.dSYM
6897 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
6898 conftest$ac_exeext conftest.$ac_ext
6899 LIBS=$ac_check_lib_save_LIBS
6901 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_i386_i386_set_ldt" >&5
6902 $as_echo "$ac_cv_lib_i386_i386_set_ldt" >&6; }
6903 if test "x$ac_cv_lib_i386_i386_set_ldt" = x""yes; then
6904 cat >>confdefs.h <<_ACEOF
6905 #define HAVE_LIBI386 1
6906 _ACEOF
6908 LIBS="-li386 $LIBS"
6913 { $as_echo "$as_me:$LINENO: checking for _oss_ioctl in -lossaudio" >&5
6914 $as_echo_n "checking for _oss_ioctl in -lossaudio... " >&6; }
6915 if test "${ac_cv_lib_ossaudio__oss_ioctl+set}" = set; then
6916 $as_echo_n "(cached) " >&6
6917 else
6918 ac_check_lib_save_LIBS=$LIBS
6919 LIBS="-lossaudio $LIBS"
6920 cat >conftest.$ac_ext <<_ACEOF
6921 /* confdefs.h. */
6922 _ACEOF
6923 cat confdefs.h >>conftest.$ac_ext
6924 cat >>conftest.$ac_ext <<_ACEOF
6925 /* end confdefs.h. */
6927 /* Override any GCC internal prototype to avoid an error.
6928 Use char because int might match the return type of a GCC
6929 builtin and then its argument prototype would still apply. */
6930 #ifdef __cplusplus
6931 extern "C"
6932 #endif
6933 char _oss_ioctl ();
6935 main ()
6937 return _oss_ioctl ();
6939 return 0;
6941 _ACEOF
6942 rm -f conftest.$ac_objext conftest$ac_exeext
6943 if { (ac_try="$ac_link"
6944 case "(($ac_try" in
6945 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6946 *) ac_try_echo=$ac_try;;
6947 esac
6948 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
6949 $as_echo "$ac_try_echo") >&5
6950 (eval "$ac_link") 2>conftest.er1
6951 ac_status=$?
6952 grep -v '^ *+' conftest.er1 >conftest.err
6953 rm -f conftest.er1
6954 cat conftest.err >&5
6955 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
6956 (exit $ac_status); } && {
6957 test -z "$ac_c_werror_flag" ||
6958 test ! -s conftest.err
6959 } && test -s conftest$ac_exeext && {
6960 test "$cross_compiling" = yes ||
6961 $as_test_x conftest$ac_exeext
6962 }; then
6963 ac_cv_lib_ossaudio__oss_ioctl=yes
6964 else
6965 $as_echo "$as_me: failed program was:" >&5
6966 sed 's/^/| /' conftest.$ac_ext >&5
6968 ac_cv_lib_ossaudio__oss_ioctl=no
6971 rm -rf conftest.dSYM
6972 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
6973 conftest$ac_exeext conftest.$ac_ext
6974 LIBS=$ac_check_lib_save_LIBS
6976 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_ossaudio__oss_ioctl" >&5
6977 $as_echo "$ac_cv_lib_ossaudio__oss_ioctl" >&6; }
6978 if test "x$ac_cv_lib_ossaudio__oss_ioctl" = x""yes; then
6979 cat >>confdefs.h <<_ACEOF
6980 #define HAVE_LIBOSSAUDIO 1
6981 _ACEOF
6983 LIBS="-lossaudio $LIBS"
6987 { $as_echo "$as_me:$LINENO: checking for pthread_create in -lpthread" >&5
6988 $as_echo_n "checking for pthread_create in -lpthread... " >&6; }
6989 if test "${ac_cv_lib_pthread_pthread_create+set}" = set; then
6990 $as_echo_n "(cached) " >&6
6991 else
6992 ac_check_lib_save_LIBS=$LIBS
6993 LIBS="-lpthread $LIBS"
6994 cat >conftest.$ac_ext <<_ACEOF
6995 /* confdefs.h. */
6996 _ACEOF
6997 cat confdefs.h >>conftest.$ac_ext
6998 cat >>conftest.$ac_ext <<_ACEOF
6999 /* end confdefs.h. */
7001 /* Override any GCC internal prototype to avoid an error.
7002 Use char because int might match the return type of a GCC
7003 builtin and then its argument prototype would still apply. */
7004 #ifdef __cplusplus
7005 extern "C"
7006 #endif
7007 char pthread_create ();
7009 main ()
7011 return pthread_create ();
7013 return 0;
7015 _ACEOF
7016 rm -f conftest.$ac_objext conftest$ac_exeext
7017 if { (ac_try="$ac_link"
7018 case "(($ac_try" in
7019 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7020 *) ac_try_echo=$ac_try;;
7021 esac
7022 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
7023 $as_echo "$ac_try_echo") >&5
7024 (eval "$ac_link") 2>conftest.er1
7025 ac_status=$?
7026 grep -v '^ *+' conftest.er1 >conftest.err
7027 rm -f conftest.er1
7028 cat conftest.err >&5
7029 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
7030 (exit $ac_status); } && {
7031 test -z "$ac_c_werror_flag" ||
7032 test ! -s conftest.err
7033 } && test -s conftest$ac_exeext && {
7034 test "$cross_compiling" = yes ||
7035 $as_test_x conftest$ac_exeext
7036 }; then
7037 ac_cv_lib_pthread_pthread_create=yes
7038 else
7039 $as_echo "$as_me: failed program was:" >&5
7040 sed 's/^/| /' conftest.$ac_ext >&5
7042 ac_cv_lib_pthread_pthread_create=no
7045 rm -rf conftest.dSYM
7046 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
7047 conftest$ac_exeext conftest.$ac_ext
7048 LIBS=$ac_check_lib_save_LIBS
7050 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_pthread_pthread_create" >&5
7051 $as_echo "$ac_cv_lib_pthread_pthread_create" >&6; }
7052 if test "x$ac_cv_lib_pthread_pthread_create" = x""yes; then
7053 LIBPTHREAD="-lpthread"
7058 XLIB=""
7060 OPENGL_LIBS=""
7064 { $as_echo "$as_me:$LINENO: checking for ANSI C header files" >&5
7065 $as_echo_n "checking for ANSI C header files... " >&6; }
7066 if test "${ac_cv_header_stdc+set}" = set; then
7067 $as_echo_n "(cached) " >&6
7068 else
7069 cat >conftest.$ac_ext <<_ACEOF
7070 /* confdefs.h. */
7071 _ACEOF
7072 cat confdefs.h >>conftest.$ac_ext
7073 cat >>conftest.$ac_ext <<_ACEOF
7074 /* end confdefs.h. */
7075 #include <stdlib.h>
7076 #include <stdarg.h>
7077 #include <string.h>
7078 #include <float.h>
7081 main ()
7085 return 0;
7087 _ACEOF
7088 rm -f conftest.$ac_objext
7089 if { (ac_try="$ac_compile"
7090 case "(($ac_try" in
7091 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7092 *) ac_try_echo=$ac_try;;
7093 esac
7094 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
7095 $as_echo "$ac_try_echo") >&5
7096 (eval "$ac_compile") 2>conftest.er1
7097 ac_status=$?
7098 grep -v '^ *+' conftest.er1 >conftest.err
7099 rm -f conftest.er1
7100 cat conftest.err >&5
7101 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
7102 (exit $ac_status); } && {
7103 test -z "$ac_c_werror_flag" ||
7104 test ! -s conftest.err
7105 } && test -s conftest.$ac_objext; then
7106 ac_cv_header_stdc=yes
7107 else
7108 $as_echo "$as_me: failed program was:" >&5
7109 sed 's/^/| /' conftest.$ac_ext >&5
7111 ac_cv_header_stdc=no
7114 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
7116 if test $ac_cv_header_stdc = yes; then
7117 # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
7118 cat >conftest.$ac_ext <<_ACEOF
7119 /* confdefs.h. */
7120 _ACEOF
7121 cat confdefs.h >>conftest.$ac_ext
7122 cat >>conftest.$ac_ext <<_ACEOF
7123 /* end confdefs.h. */
7124 #include <string.h>
7126 _ACEOF
7127 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
7128 $EGREP "memchr" >/dev/null 2>&1; then
7130 else
7131 ac_cv_header_stdc=no
7133 rm -f conftest*
7137 if test $ac_cv_header_stdc = yes; then
7138 # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
7139 cat >conftest.$ac_ext <<_ACEOF
7140 /* confdefs.h. */
7141 _ACEOF
7142 cat confdefs.h >>conftest.$ac_ext
7143 cat >>conftest.$ac_ext <<_ACEOF
7144 /* end confdefs.h. */
7145 #include <stdlib.h>
7147 _ACEOF
7148 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
7149 $EGREP "free" >/dev/null 2>&1; then
7151 else
7152 ac_cv_header_stdc=no
7154 rm -f conftest*
7158 if test $ac_cv_header_stdc = yes; then
7159 # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi.
7160 if test "$cross_compiling" = yes; then
7162 else
7163 cat >conftest.$ac_ext <<_ACEOF
7164 /* confdefs.h. */
7165 _ACEOF
7166 cat confdefs.h >>conftest.$ac_ext
7167 cat >>conftest.$ac_ext <<_ACEOF
7168 /* end confdefs.h. */
7169 #include <ctype.h>
7170 #include <stdlib.h>
7171 #if ((' ' & 0x0FF) == 0x020)
7172 # define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
7173 # define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
7174 #else
7175 # define ISLOWER(c) \
7176 (('a' <= (c) && (c) <= 'i') \
7177 || ('j' <= (c) && (c) <= 'r') \
7178 || ('s' <= (c) && (c) <= 'z'))
7179 # define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c))
7180 #endif
7182 #define XOR(e, f) (((e) && !(f)) || (!(e) && (f)))
7184 main ()
7186 int i;
7187 for (i = 0; i < 256; i++)
7188 if (XOR (islower (i), ISLOWER (i))
7189 || toupper (i) != TOUPPER (i))
7190 return 2;
7191 return 0;
7193 _ACEOF
7194 rm -f conftest$ac_exeext
7195 if { (ac_try="$ac_link"
7196 case "(($ac_try" in
7197 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7198 *) ac_try_echo=$ac_try;;
7199 esac
7200 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
7201 $as_echo "$ac_try_echo") >&5
7202 (eval "$ac_link") 2>&5
7203 ac_status=$?
7204 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
7205 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
7206 { (case "(($ac_try" in
7207 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7208 *) ac_try_echo=$ac_try;;
7209 esac
7210 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
7211 $as_echo "$ac_try_echo") >&5
7212 (eval "$ac_try") 2>&5
7213 ac_status=$?
7214 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
7215 (exit $ac_status); }; }; then
7217 else
7218 $as_echo "$as_me: program exited with status $ac_status" >&5
7219 $as_echo "$as_me: failed program was:" >&5
7220 sed 's/^/| /' conftest.$ac_ext >&5
7222 ( exit $ac_status )
7223 ac_cv_header_stdc=no
7225 rm -rf conftest.dSYM
7226 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
7232 { $as_echo "$as_me:$LINENO: result: $ac_cv_header_stdc" >&5
7233 $as_echo "$ac_cv_header_stdc" >&6; }
7234 if test $ac_cv_header_stdc = yes; then
7236 cat >>confdefs.h <<\_ACEOF
7237 #define STDC_HEADERS 1
7238 _ACEOF
7242 # On IRIX 5.3, sys/types and inttypes.h are conflicting.
7252 for ac_header in sys/types.h sys/stat.h stdlib.h string.h memory.h strings.h \
7253 inttypes.h stdint.h unistd.h
7255 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
7256 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
7257 $as_echo_n "checking for $ac_header... " >&6; }
7258 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
7259 $as_echo_n "(cached) " >&6
7260 else
7261 cat >conftest.$ac_ext <<_ACEOF
7262 /* confdefs.h. */
7263 _ACEOF
7264 cat confdefs.h >>conftest.$ac_ext
7265 cat >>conftest.$ac_ext <<_ACEOF
7266 /* end confdefs.h. */
7267 $ac_includes_default
7269 #include <$ac_header>
7270 _ACEOF
7271 rm -f conftest.$ac_objext
7272 if { (ac_try="$ac_compile"
7273 case "(($ac_try" in
7274 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7275 *) ac_try_echo=$ac_try;;
7276 esac
7277 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
7278 $as_echo "$ac_try_echo") >&5
7279 (eval "$ac_compile") 2>conftest.er1
7280 ac_status=$?
7281 grep -v '^ *+' conftest.er1 >conftest.err
7282 rm -f conftest.er1
7283 cat conftest.err >&5
7284 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
7285 (exit $ac_status); } && {
7286 test -z "$ac_c_werror_flag" ||
7287 test ! -s conftest.err
7288 } && test -s conftest.$ac_objext; then
7289 eval "$as_ac_Header=yes"
7290 else
7291 $as_echo "$as_me: failed program was:" >&5
7292 sed 's/^/| /' conftest.$ac_ext >&5
7294 eval "$as_ac_Header=no"
7297 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
7299 ac_res=`eval 'as_val=${'$as_ac_Header'}
7300 $as_echo "$as_val"'`
7301 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
7302 $as_echo "$ac_res" >&6; }
7303 as_val=`eval 'as_val=${'$as_ac_Header'}
7304 $as_echo "$as_val"'`
7305 if test "x$as_val" = x""yes; then
7306 cat >>confdefs.h <<_ACEOF
7307 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
7308 _ACEOF
7312 done
7427 for ac_header in \
7428 AudioUnit/AudioUnit.h \
7429 Carbon/Carbon.h \
7430 CoreAudio/CoreAudio.h \
7431 DiskArbitration/DiskArbitration.h \
7432 IOKit/IOKitLib.h \
7433 alias.h \
7434 alsa/asoundlib.h \
7435 arpa/inet.h \
7436 arpa/nameser.h \
7437 asm/types.h \
7438 capi20.h \
7439 curses.h \
7440 direct.h \
7441 dirent.h \
7442 dlfcn.h \
7443 elf.h \
7444 float.h \
7445 fontconfig/fontconfig.h \
7446 getopt.h \
7447 ieeefp.h \
7448 io.h \
7449 jack/jack.h \
7450 jpeglib.h \
7451 lber.h \
7452 lcms.h \
7453 lcms/lcms.h \
7454 ldap.h \
7455 libaudioio.h \
7456 link.h \
7457 linux/cdrom.h \
7458 linux/compiler.h \
7459 linux/hdreg.h \
7460 linux/input.h \
7461 linux/ioctl.h \
7462 linux/joystick.h \
7463 linux/major.h \
7464 linux/param.h \
7465 linux/serial.h \
7466 linux/ucdrom.h \
7467 mach/mach.h \
7468 mach/machine.h \
7469 machine/cpu.h \
7470 machine/limits.h \
7471 machine/soundcard.h \
7472 mntent.h \
7473 ncurses.h \
7474 netdb.h \
7475 netinet/in.h \
7476 netinet/in_systm.h \
7477 netinet/tcp.h \
7478 netinet/tcp_fsm.h \
7479 openssl/err.h \
7480 openssl/ssl.h \
7481 png.h \
7482 poll.h \
7483 process.h \
7484 pthread.h \
7485 pwd.h \
7486 regex.h \
7487 sched.h \
7488 scsi/scsi.h \
7489 scsi/scsi_ioctl.h \
7490 scsi/sg.h \
7491 soundcard.h \
7492 stdint.h \
7493 strings.h \
7494 sys/asoundlib.h \
7495 sys/cdio.h \
7496 sys/elf32.h \
7497 sys/epoll.h \
7498 sys/errno.h \
7499 sys/event.h \
7500 sys/exec_elf.h \
7501 sys/filio.h \
7502 sys/ioctl.h \
7503 sys/ipc.h \
7504 sys/limits.h \
7505 sys/link.h \
7506 sys/lwp.h \
7507 sys/mman.h \
7508 sys/modem.h \
7509 sys/msg.h \
7510 sys/mtio.h \
7511 sys/param.h \
7512 sys/poll.h \
7513 sys/prctl.h \
7514 sys/ptrace.h \
7515 sys/reg.h \
7516 sys/resource.h \
7517 sys/scsiio.h \
7518 sys/shm.h \
7519 sys/signal.h \
7520 sys/socket.h \
7521 sys/socketvar.h \
7522 sys/sockio.h \
7523 sys/soundcard.h \
7524 sys/statvfs.h \
7525 sys/strtio.h \
7526 sys/syscall.h \
7527 sys/sysctl.h \
7528 sys/time.h \
7529 sys/times.h \
7530 sys/uio.h \
7531 sys/un.h \
7532 sys/vm86.h \
7533 sys/wait.h \
7534 syscall.h \
7535 termios.h \
7536 unistd.h \
7537 utime.h \
7538 valgrind/memcheck.h \
7539 valgrind/valgrind.h
7542 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
7543 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
7544 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
7545 $as_echo_n "checking for $ac_header... " >&6; }
7546 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
7547 $as_echo_n "(cached) " >&6
7549 ac_res=`eval 'as_val=${'$as_ac_Header'}
7550 $as_echo "$as_val"'`
7551 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
7552 $as_echo "$ac_res" >&6; }
7553 else
7554 # Is the header compilable?
7555 { $as_echo "$as_me:$LINENO: checking $ac_header usability" >&5
7556 $as_echo_n "checking $ac_header usability... " >&6; }
7557 cat >conftest.$ac_ext <<_ACEOF
7558 /* confdefs.h. */
7559 _ACEOF
7560 cat confdefs.h >>conftest.$ac_ext
7561 cat >>conftest.$ac_ext <<_ACEOF
7562 /* end confdefs.h. */
7563 $ac_includes_default
7564 #include <$ac_header>
7565 _ACEOF
7566 rm -f conftest.$ac_objext
7567 if { (ac_try="$ac_compile"
7568 case "(($ac_try" in
7569 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7570 *) ac_try_echo=$ac_try;;
7571 esac
7572 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
7573 $as_echo "$ac_try_echo") >&5
7574 (eval "$ac_compile") 2>conftest.er1
7575 ac_status=$?
7576 grep -v '^ *+' conftest.er1 >conftest.err
7577 rm -f conftest.er1
7578 cat conftest.err >&5
7579 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
7580 (exit $ac_status); } && {
7581 test -z "$ac_c_werror_flag" ||
7582 test ! -s conftest.err
7583 } && test -s conftest.$ac_objext; then
7584 ac_header_compiler=yes
7585 else
7586 $as_echo "$as_me: failed program was:" >&5
7587 sed 's/^/| /' conftest.$ac_ext >&5
7589 ac_header_compiler=no
7592 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
7593 { $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
7594 $as_echo "$ac_header_compiler" >&6; }
7596 # Is the header present?
7597 { $as_echo "$as_me:$LINENO: checking $ac_header presence" >&5
7598 $as_echo_n "checking $ac_header presence... " >&6; }
7599 cat >conftest.$ac_ext <<_ACEOF
7600 /* confdefs.h. */
7601 _ACEOF
7602 cat confdefs.h >>conftest.$ac_ext
7603 cat >>conftest.$ac_ext <<_ACEOF
7604 /* end confdefs.h. */
7605 #include <$ac_header>
7606 _ACEOF
7607 if { (ac_try="$ac_cpp conftest.$ac_ext"
7608 case "(($ac_try" in
7609 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7610 *) ac_try_echo=$ac_try;;
7611 esac
7612 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
7613 $as_echo "$ac_try_echo") >&5
7614 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
7615 ac_status=$?
7616 grep -v '^ *+' conftest.er1 >conftest.err
7617 rm -f conftest.er1
7618 cat conftest.err >&5
7619 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
7620 (exit $ac_status); } >/dev/null && {
7621 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
7622 test ! -s conftest.err
7623 }; then
7624 ac_header_preproc=yes
7625 else
7626 $as_echo "$as_me: failed program was:" >&5
7627 sed 's/^/| /' conftest.$ac_ext >&5
7629 ac_header_preproc=no
7632 rm -f conftest.err conftest.$ac_ext
7633 { $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
7634 $as_echo "$ac_header_preproc" >&6; }
7636 # So? What about this header?
7637 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
7638 yes:no: )
7639 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
7640 $as_echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
7641 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
7642 $as_echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
7643 ac_header_preproc=yes
7645 no:yes:* )
7646 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
7647 $as_echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
7648 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
7649 $as_echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
7650 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
7651 $as_echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
7652 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
7653 $as_echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
7654 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
7655 $as_echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
7656 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
7657 $as_echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
7658 ( cat <<\_ASBOX
7659 ## ------------------------------------ ##
7660 ## Report this to wine-devel@winehq.org ##
7661 ## ------------------------------------ ##
7662 _ASBOX
7663 ) | sed "s/^/$as_me: WARNING: /" >&2
7665 esac
7666 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
7667 $as_echo_n "checking for $ac_header... " >&6; }
7668 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
7669 $as_echo_n "(cached) " >&6
7670 else
7671 eval "$as_ac_Header=\$ac_header_preproc"
7673 ac_res=`eval 'as_val=${'$as_ac_Header'}
7674 $as_echo "$as_val"'`
7675 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
7676 $as_echo "$ac_res" >&6; }
7679 as_val=`eval 'as_val=${'$as_ac_Header'}
7680 $as_echo "$as_val"'`
7681 if test "x$as_val" = x""yes; then
7682 cat >>confdefs.h <<_ACEOF
7683 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
7684 _ACEOF
7688 done
7690 { $as_echo "$as_me:$LINENO: checking whether stat file-mode macros are broken" >&5
7691 $as_echo_n "checking whether stat file-mode macros are broken... " >&6; }
7692 if test "${ac_cv_header_stat_broken+set}" = set; then
7693 $as_echo_n "(cached) " >&6
7694 else
7695 cat >conftest.$ac_ext <<_ACEOF
7696 /* confdefs.h. */
7697 _ACEOF
7698 cat confdefs.h >>conftest.$ac_ext
7699 cat >>conftest.$ac_ext <<_ACEOF
7700 /* end confdefs.h. */
7701 #include <sys/types.h>
7702 #include <sys/stat.h>
7704 #if defined S_ISBLK && defined S_IFDIR
7705 extern char c1[S_ISBLK (S_IFDIR) ? -1 : 1];
7706 #endif
7708 #if defined S_ISBLK && defined S_IFCHR
7709 extern char c2[S_ISBLK (S_IFCHR) ? -1 : 1];
7710 #endif
7712 #if defined S_ISLNK && defined S_IFREG
7713 extern char c3[S_ISLNK (S_IFREG) ? -1 : 1];
7714 #endif
7716 #if defined S_ISSOCK && defined S_IFREG
7717 extern char c4[S_ISSOCK (S_IFREG) ? -1 : 1];
7718 #endif
7720 _ACEOF
7721 rm -f conftest.$ac_objext
7722 if { (ac_try="$ac_compile"
7723 case "(($ac_try" in
7724 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7725 *) ac_try_echo=$ac_try;;
7726 esac
7727 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
7728 $as_echo "$ac_try_echo") >&5
7729 (eval "$ac_compile") 2>conftest.er1
7730 ac_status=$?
7731 grep -v '^ *+' conftest.er1 >conftest.err
7732 rm -f conftest.er1
7733 cat conftest.err >&5
7734 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
7735 (exit $ac_status); } && {
7736 test -z "$ac_c_werror_flag" ||
7737 test ! -s conftest.err
7738 } && test -s conftest.$ac_objext; then
7739 ac_cv_header_stat_broken=no
7740 else
7741 $as_echo "$as_me: failed program was:" >&5
7742 sed 's/^/| /' conftest.$ac_ext >&5
7744 ac_cv_header_stat_broken=yes
7747 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
7749 { $as_echo "$as_me:$LINENO: result: $ac_cv_header_stat_broken" >&5
7750 $as_echo "$ac_cv_header_stat_broken" >&6; }
7751 if test $ac_cv_header_stat_broken = yes; then
7753 cat >>confdefs.h <<\_ACEOF
7754 #define STAT_MACROS_BROKEN 1
7755 _ACEOF
7765 for ac_header in sys/mount.h sys/statfs.h sys/user.h sys/vfs.h
7767 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
7768 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
7769 $as_echo_n "checking for $ac_header... " >&6; }
7770 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
7771 $as_echo_n "(cached) " >&6
7772 else
7773 cat >conftest.$ac_ext <<_ACEOF
7774 /* confdefs.h. */
7775 _ACEOF
7776 cat confdefs.h >>conftest.$ac_ext
7777 cat >>conftest.$ac_ext <<_ACEOF
7778 /* end confdefs.h. */
7779 #include <sys/types.h>
7780 #ifdef HAVE_SYS_PARAM_H
7781 # include <sys/param.h>
7782 #endif
7784 #include <$ac_header>
7785 _ACEOF
7786 rm -f conftest.$ac_objext
7787 if { (ac_try="$ac_compile"
7788 case "(($ac_try" in
7789 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7790 *) ac_try_echo=$ac_try;;
7791 esac
7792 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
7793 $as_echo "$ac_try_echo") >&5
7794 (eval "$ac_compile") 2>conftest.er1
7795 ac_status=$?
7796 grep -v '^ *+' conftest.er1 >conftest.err
7797 rm -f conftest.er1
7798 cat conftest.err >&5
7799 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
7800 (exit $ac_status); } && {
7801 test -z "$ac_c_werror_flag" ||
7802 test ! -s conftest.err
7803 } && test -s conftest.$ac_objext; then
7804 eval "$as_ac_Header=yes"
7805 else
7806 $as_echo "$as_me: failed program was:" >&5
7807 sed 's/^/| /' conftest.$ac_ext >&5
7809 eval "$as_ac_Header=no"
7812 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
7814 ac_res=`eval 'as_val=${'$as_ac_Header'}
7815 $as_echo "$as_val"'`
7816 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
7817 $as_echo "$ac_res" >&6; }
7818 as_val=`eval 'as_val=${'$as_ac_Header'}
7819 $as_echo "$as_val"'`
7820 if test "x$as_val" = x""yes; then
7821 cat >>confdefs.h <<_ACEOF
7822 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
7823 _ACEOF
7827 done
7842 for ac_header in \
7843 netinet/ip.h \
7844 net/if.h \
7845 net/if_arp.h \
7846 net/if_dl.h \
7847 net/if_types.h \
7848 net/route.h \
7849 netinet/if_ether.h \
7850 netinet/in_pcb.h \
7851 netinet/ip_icmp.h \
7852 netinet/ip_var.h \
7853 netinet/udp.h \
7854 netipx/ipx.h \
7857 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
7858 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
7859 $as_echo_n "checking for $ac_header... " >&6; }
7860 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
7861 $as_echo_n "(cached) " >&6
7862 else
7863 cat >conftest.$ac_ext <<_ACEOF
7864 /* confdefs.h. */
7865 _ACEOF
7866 cat confdefs.h >>conftest.$ac_ext
7867 cat >>conftest.$ac_ext <<_ACEOF
7868 /* end confdefs.h. */
7869 #include <sys/types.h>
7870 #ifdef HAVE_SYS_SOCKET_H
7871 # include <sys/socket.h>
7872 #endif
7873 #ifdef HAVE_SYS_SOCKETVAR_H
7874 # include <sys/socketvar.h>
7875 #endif
7876 #ifdef HAVE_NETINET_IN_H
7877 # include <netinet/in.h>
7878 #endif
7879 #ifdef HAVE_NETINET_IP_H
7880 # include <netinet/ip.h>
7881 #endif
7883 #include <$ac_header>
7884 _ACEOF
7885 rm -f conftest.$ac_objext
7886 if { (ac_try="$ac_compile"
7887 case "(($ac_try" in
7888 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7889 *) ac_try_echo=$ac_try;;
7890 esac
7891 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
7892 $as_echo "$ac_try_echo") >&5
7893 (eval "$ac_compile") 2>conftest.er1
7894 ac_status=$?
7895 grep -v '^ *+' conftest.er1 >conftest.err
7896 rm -f conftest.er1
7897 cat conftest.err >&5
7898 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
7899 (exit $ac_status); } && {
7900 test -z "$ac_c_werror_flag" ||
7901 test ! -s conftest.err
7902 } && test -s conftest.$ac_objext; then
7903 eval "$as_ac_Header=yes"
7904 else
7905 $as_echo "$as_me: failed program was:" >&5
7906 sed 's/^/| /' conftest.$ac_ext >&5
7908 eval "$as_ac_Header=no"
7911 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
7913 ac_res=`eval 'as_val=${'$as_ac_Header'}
7914 $as_echo "$as_val"'`
7915 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
7916 $as_echo "$ac_res" >&6; }
7917 as_val=`eval 'as_val=${'$as_ac_Header'}
7918 $as_echo "$as_val"'`
7919 if test "x$as_val" = x""yes; then
7920 cat >>confdefs.h <<_ACEOF
7921 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
7922 _ACEOF
7926 done
7933 for ac_header in netinet/tcp_var.h netinet/udp_var.h netinet/icmp_var.h netinet/tcp_timer.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_ALIAS_H
7949 # include <alias.h>
7950 #endif
7951 #ifdef HAVE_SYS_SOCKET_H
7952 # include <sys/socket.h>
7953 #endif
7954 #ifdef HAVE_SYS_SOCKETVAR_H
7955 # include <sys/socketvar.h>
7956 #endif
7957 #ifdef HAVE_NETINET_IN_H
7958 # include <netinet/in.h>
7959 #endif
7960 #ifdef HAVE_NETINET_IP_H
7961 # include <netinet/ip.h>
7962 #endif
7963 #ifdef HAVE_NETINET_IP_VAR_H
7964 # include <netinet/ip_var.h>
7965 #endif
7966 #ifdef HAVE_NETINET_IP_ICMP_H
7967 # include <netinet/ip_icmp.h>
7968 #endif
7969 #ifdef HAVE_NETINET_UDP_H
7970 # include <netinet/udp.h>
7971 #endif
7972 #ifdef HAVE_NETINET_TCP_H
7973 # include <netinet/tcp.h>
7974 #endif
7976 #include <$ac_header>
7977 _ACEOF
7978 rm -f conftest.$ac_objext
7979 if { (ac_try="$ac_compile"
7980 case "(($ac_try" in
7981 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7982 *) ac_try_echo=$ac_try;;
7983 esac
7984 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
7985 $as_echo "$ac_try_echo") >&5
7986 (eval "$ac_compile") 2>conftest.er1
7987 ac_status=$?
7988 grep -v '^ *+' conftest.er1 >conftest.err
7989 rm -f conftest.er1
7990 cat conftest.err >&5
7991 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
7992 (exit $ac_status); } && {
7993 test -z "$ac_c_werror_flag" ||
7994 test ! -s conftest.err
7995 } && test -s conftest.$ac_objext; then
7996 eval "$as_ac_Header=yes"
7997 else
7998 $as_echo "$as_me: failed program was:" >&5
7999 sed 's/^/| /' conftest.$ac_ext >&5
8001 eval "$as_ac_Header=no"
8004 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
8006 ac_res=`eval 'as_val=${'$as_ac_Header'}
8007 $as_echo "$as_val"'`
8008 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
8009 $as_echo "$ac_res" >&6; }
8010 as_val=`eval 'as_val=${'$as_ac_Header'}
8011 $as_echo "$as_val"'`
8012 if test "x$as_val" = x""yes; then
8013 cat >>confdefs.h <<_ACEOF
8014 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
8015 _ACEOF
8019 done
8023 for ac_header in linux/ipx.h
8025 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
8026 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
8027 $as_echo_n "checking for $ac_header... " >&6; }
8028 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
8029 $as_echo_n "(cached) " >&6
8030 else
8031 cat >conftest.$ac_ext <<_ACEOF
8032 /* confdefs.h. */
8033 _ACEOF
8034 cat confdefs.h >>conftest.$ac_ext
8035 cat >>conftest.$ac_ext <<_ACEOF
8036 /* end confdefs.h. */
8037 #include <sys/types.h>
8038 #ifdef HAVE_ASM_TYPES_H
8039 # include <asm/types.h>
8040 #endif
8041 #ifdef HAVE_SYS_SOCKET_H
8042 # include <sys/socket.h>
8043 #endif
8045 #include <$ac_header>
8046 _ACEOF
8047 rm -f conftest.$ac_objext
8048 if { (ac_try="$ac_compile"
8049 case "(($ac_try" in
8050 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8051 *) ac_try_echo=$ac_try;;
8052 esac
8053 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
8054 $as_echo "$ac_try_echo") >&5
8055 (eval "$ac_compile") 2>conftest.er1
8056 ac_status=$?
8057 grep -v '^ *+' conftest.er1 >conftest.err
8058 rm -f conftest.er1
8059 cat conftest.err >&5
8060 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
8061 (exit $ac_status); } && {
8062 test -z "$ac_c_werror_flag" ||
8063 test ! -s conftest.err
8064 } && test -s conftest.$ac_objext; then
8065 eval "$as_ac_Header=yes"
8066 else
8067 $as_echo "$as_me: failed program was:" >&5
8068 sed 's/^/| /' conftest.$ac_ext >&5
8070 eval "$as_ac_Header=no"
8073 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
8075 ac_res=`eval 'as_val=${'$as_ac_Header'}
8076 $as_echo "$as_val"'`
8077 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
8078 $as_echo "$ac_res" >&6; }
8079 as_val=`eval 'as_val=${'$as_ac_Header'}
8080 $as_echo "$as_val"'`
8081 if test "x$as_val" = x""yes; then
8082 cat >>confdefs.h <<_ACEOF
8083 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
8084 _ACEOF
8088 done
8092 for ac_header in resolv.h
8094 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
8095 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
8096 $as_echo_n "checking for $ac_header... " >&6; }
8097 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
8098 $as_echo_n "(cached) " >&6
8099 else
8100 cat >conftest.$ac_ext <<_ACEOF
8101 /* confdefs.h. */
8102 _ACEOF
8103 cat confdefs.h >>conftest.$ac_ext
8104 cat >>conftest.$ac_ext <<_ACEOF
8105 /* end confdefs.h. */
8106 #include <sys/types.h>
8107 #ifdef HAVE_SYS_SOCKET_H
8108 # include <sys/socket.h>
8109 #endif
8110 #ifdef HAVE_NETINET_IN_H
8111 # include <netinet/in.h>
8112 #endif
8113 #ifdef HAVE_ARPA_NAMESER_H
8114 # include <arpa/nameser.h>
8115 #endif
8117 #include <$ac_header>
8118 _ACEOF
8119 rm -f conftest.$ac_objext
8120 if { (ac_try="$ac_compile"
8121 case "(($ac_try" in
8122 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8123 *) ac_try_echo=$ac_try;;
8124 esac
8125 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
8126 $as_echo "$ac_try_echo") >&5
8127 (eval "$ac_compile") 2>conftest.er1
8128 ac_status=$?
8129 grep -v '^ *+' conftest.er1 >conftest.err
8130 rm -f conftest.er1
8131 cat conftest.err >&5
8132 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
8133 (exit $ac_status); } && {
8134 test -z "$ac_c_werror_flag" ||
8135 test ! -s conftest.err
8136 } && test -s conftest.$ac_objext; then
8137 eval "$as_ac_Header=yes"
8138 else
8139 $as_echo "$as_me: failed program was:" >&5
8140 sed 's/^/| /' conftest.$ac_ext >&5
8142 eval "$as_ac_Header=no"
8145 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
8147 ac_res=`eval 'as_val=${'$as_ac_Header'}
8148 $as_echo "$as_val"'`
8149 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
8150 $as_echo "$ac_res" >&6; }
8151 as_val=`eval 'as_val=${'$as_ac_Header'}
8152 $as_echo "$as_val"'`
8153 if test "x$as_val" = x""yes; then
8154 cat >>confdefs.h <<_ACEOF
8155 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
8156 _ACEOF
8160 done
8164 for ac_header in ucontext.h
8166 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
8167 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
8168 $as_echo_n "checking for $ac_header... " >&6; }
8169 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
8170 $as_echo_n "(cached) " >&6
8171 else
8172 cat >conftest.$ac_ext <<_ACEOF
8173 /* confdefs.h. */
8174 _ACEOF
8175 cat confdefs.h >>conftest.$ac_ext
8176 cat >>conftest.$ac_ext <<_ACEOF
8177 /* end confdefs.h. */
8178 #include <signal.h>
8180 #include <$ac_header>
8181 _ACEOF
8182 rm -f conftest.$ac_objext
8183 if { (ac_try="$ac_compile"
8184 case "(($ac_try" in
8185 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8186 *) ac_try_echo=$ac_try;;
8187 esac
8188 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
8189 $as_echo "$ac_try_echo") >&5
8190 (eval "$ac_compile") 2>conftest.er1
8191 ac_status=$?
8192 grep -v '^ *+' conftest.er1 >conftest.err
8193 rm -f conftest.er1
8194 cat conftest.err >&5
8195 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
8196 (exit $ac_status); } && {
8197 test -z "$ac_c_werror_flag" ||
8198 test ! -s conftest.err
8199 } && test -s conftest.$ac_objext; then
8200 eval "$as_ac_Header=yes"
8201 else
8202 $as_echo "$as_me: failed program was:" >&5
8203 sed 's/^/| /' conftest.$ac_ext >&5
8205 eval "$as_ac_Header=no"
8208 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
8210 ac_res=`eval 'as_val=${'$as_ac_Header'}
8211 $as_echo "$as_val"'`
8212 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
8213 $as_echo "$ac_res" >&6; }
8214 as_val=`eval 'as_val=${'$as_ac_Header'}
8215 $as_echo "$as_val"'`
8216 if test "x$as_val" = x""yes; then
8217 cat >>confdefs.h <<_ACEOF
8218 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
8219 _ACEOF
8223 done
8227 for ac_header in sys/thr.h
8229 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
8230 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
8231 $as_echo_n "checking for $ac_header... " >&6; }
8232 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
8233 $as_echo_n "(cached) " >&6
8234 else
8235 cat >conftest.$ac_ext <<_ACEOF
8236 /* confdefs.h. */
8237 _ACEOF
8238 cat confdefs.h >>conftest.$ac_ext
8239 cat >>conftest.$ac_ext <<_ACEOF
8240 /* end confdefs.h. */
8241 #include <sys/types.h>
8242 #ifdef HAVE_UCONTEXT_H
8243 #include <ucontext.h>
8244 #endif
8246 #include <$ac_header>
8247 _ACEOF
8248 rm -f conftest.$ac_objext
8249 if { (ac_try="$ac_compile"
8250 case "(($ac_try" in
8251 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8252 *) ac_try_echo=$ac_try;;
8253 esac
8254 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
8255 $as_echo "$ac_try_echo") >&5
8256 (eval "$ac_compile") 2>conftest.er1
8257 ac_status=$?
8258 grep -v '^ *+' conftest.er1 >conftest.err
8259 rm -f conftest.er1
8260 cat conftest.err >&5
8261 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
8262 (exit $ac_status); } && {
8263 test -z "$ac_c_werror_flag" ||
8264 test ! -s conftest.err
8265 } && test -s conftest.$ac_objext; then
8266 eval "$as_ac_Header=yes"
8267 else
8268 $as_echo "$as_me: failed program was:" >&5
8269 sed 's/^/| /' conftest.$ac_ext >&5
8271 eval "$as_ac_Header=no"
8274 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
8276 ac_res=`eval 'as_val=${'$as_ac_Header'}
8277 $as_echo "$as_val"'`
8278 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
8279 $as_echo "$ac_res" >&6; }
8280 as_val=`eval 'as_val=${'$as_ac_Header'}
8281 $as_echo "$as_val"'`
8282 if test "x$as_val" = x""yes; then
8283 cat >>confdefs.h <<_ACEOF
8284 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
8285 _ACEOF
8289 done
8293 for ac_header in pthread_np.h
8295 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
8296 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
8297 $as_echo_n "checking for $ac_header... " >&6; }
8298 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
8299 $as_echo_n "(cached) " >&6
8300 else
8301 cat >conftest.$ac_ext <<_ACEOF
8302 /* confdefs.h. */
8303 _ACEOF
8304 cat confdefs.h >>conftest.$ac_ext
8305 cat >>conftest.$ac_ext <<_ACEOF
8306 /* end confdefs.h. */
8307 #ifdef HAVE_PTHREAD_H
8308 #include <pthread.h>
8309 #endif
8311 #include <$ac_header>
8312 _ACEOF
8313 rm -f conftest.$ac_objext
8314 if { (ac_try="$ac_compile"
8315 case "(($ac_try" in
8316 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8317 *) ac_try_echo=$ac_try;;
8318 esac
8319 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
8320 $as_echo "$ac_try_echo") >&5
8321 (eval "$ac_compile") 2>conftest.er1
8322 ac_status=$?
8323 grep -v '^ *+' conftest.er1 >conftest.err
8324 rm -f conftest.er1
8325 cat conftest.err >&5
8326 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
8327 (exit $ac_status); } && {
8328 test -z "$ac_c_werror_flag" ||
8329 test ! -s conftest.err
8330 } && test -s conftest.$ac_objext; then
8331 eval "$as_ac_Header=yes"
8332 else
8333 $as_echo "$as_me: failed program was:" >&5
8334 sed 's/^/| /' conftest.$ac_ext >&5
8336 eval "$as_ac_Header=no"
8339 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
8341 ac_res=`eval 'as_val=${'$as_ac_Header'}
8342 $as_echo "$as_val"'`
8343 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
8344 $as_echo "$ac_res" >&6; }
8345 as_val=`eval 'as_val=${'$as_ac_Header'}
8346 $as_echo "$as_val"'`
8347 if test "x$as_val" = x""yes; then
8348 cat >>confdefs.h <<_ACEOF
8349 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
8350 _ACEOF
8354 done
8358 for ac_header in linux/videodev.h
8360 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
8361 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
8362 $as_echo_n "checking for $ac_header... " >&6; }
8363 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
8364 $as_echo_n "(cached) " >&6
8365 else
8366 cat >conftest.$ac_ext <<_ACEOF
8367 /* confdefs.h. */
8368 _ACEOF
8369 cat confdefs.h >>conftest.$ac_ext
8370 cat >>conftest.$ac_ext <<_ACEOF
8371 /* end confdefs.h. */
8372 #ifdef HAVE_SYS_TIME_H
8373 #include <sys/time.h>
8374 #endif
8375 #include <sys/types.h>
8376 #ifdef HAVE_ASM_TYPES_H
8377 #include <asm/types.h>
8378 #endif
8380 #include <$ac_header>
8381 _ACEOF
8382 rm -f conftest.$ac_objext
8383 if { (ac_try="$ac_compile"
8384 case "(($ac_try" in
8385 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8386 *) ac_try_echo=$ac_try;;
8387 esac
8388 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
8389 $as_echo "$ac_try_echo") >&5
8390 (eval "$ac_compile") 2>conftest.er1
8391 ac_status=$?
8392 grep -v '^ *+' conftest.er1 >conftest.err
8393 rm -f conftest.er1
8394 cat conftest.err >&5
8395 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
8396 (exit $ac_status); } && {
8397 test -z "$ac_c_werror_flag" ||
8398 test ! -s conftest.err
8399 } && test -s conftest.$ac_objext; then
8400 eval "$as_ac_Header=yes"
8401 else
8402 $as_echo "$as_me: failed program was:" >&5
8403 sed 's/^/| /' conftest.$ac_ext >&5
8405 eval "$as_ac_Header=no"
8408 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
8410 ac_res=`eval 'as_val=${'$as_ac_Header'}
8411 $as_echo "$as_val"'`
8412 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
8413 $as_echo "$ac_res" >&6; }
8414 as_val=`eval 'as_val=${'$as_ac_Header'}
8415 $as_echo "$as_val"'`
8416 if test "x$as_val" = x""yes; then
8417 cat >>confdefs.h <<_ACEOF
8418 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
8419 _ACEOF
8423 done
8427 for ac_header in linux/capi.h
8429 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
8430 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
8431 $as_echo_n "checking for $ac_header... " >&6; }
8432 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
8433 $as_echo_n "(cached) " >&6
8434 else
8435 cat >conftest.$ac_ext <<_ACEOF
8436 /* confdefs.h. */
8437 _ACEOF
8438 cat confdefs.h >>conftest.$ac_ext
8439 cat >>conftest.$ac_ext <<_ACEOF
8440 /* end confdefs.h. */
8441 #define __user
8443 #include <$ac_header>
8444 _ACEOF
8445 rm -f conftest.$ac_objext
8446 if { (ac_try="$ac_compile"
8447 case "(($ac_try" in
8448 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8449 *) ac_try_echo=$ac_try;;
8450 esac
8451 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
8452 $as_echo "$ac_try_echo") >&5
8453 (eval "$ac_compile") 2>conftest.er1
8454 ac_status=$?
8455 grep -v '^ *+' conftest.er1 >conftest.err
8456 rm -f conftest.er1
8457 cat conftest.err >&5
8458 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
8459 (exit $ac_status); } && {
8460 test -z "$ac_c_werror_flag" ||
8461 test ! -s conftest.err
8462 } && test -s conftest.$ac_objext; then
8463 eval "$as_ac_Header=yes"
8464 else
8465 $as_echo "$as_me: failed program was:" >&5
8466 sed 's/^/| /' conftest.$ac_ext >&5
8468 eval "$as_ac_Header=no"
8471 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
8473 ac_res=`eval 'as_val=${'$as_ac_Header'}
8474 $as_echo "$as_val"'`
8475 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
8476 $as_echo "$ac_res" >&6; }
8477 as_val=`eval 'as_val=${'$as_ac_Header'}
8478 $as_echo "$as_val"'`
8479 if test "x$as_val" = x""yes; then
8480 cat >>confdefs.h <<_ACEOF
8481 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
8482 _ACEOF
8486 done
8490 DLLEXT=""
8492 DLLFLAGS="-D_REENTRANT"
8494 LDSHARED=""
8496 LDDLLFLAGS=""
8498 LIBEXT="so"
8500 IMPLIBEXT="def"
8502 LDRPATH_INSTALL=""
8504 LDRPATH_LOCAL=""
8506 # Extract the first word of "ldd", so it can be a program name with args.
8507 set dummy ldd; ac_word=$2
8508 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
8509 $as_echo_n "checking for $ac_word... " >&6; }
8510 if test "${ac_cv_path_LDD+set}" = set; then
8511 $as_echo_n "(cached) " >&6
8512 else
8513 case $LDD in
8514 [\\/]* | ?:[\\/]*)
8515 ac_cv_path_LDD="$LDD" # Let the user override the test with a path.
8518 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8519 as_dummy="/sbin:/usr/sbin:$PATH"
8520 for as_dir in $as_dummy
8522 IFS=$as_save_IFS
8523 test -z "$as_dir" && as_dir=.
8524 for ac_exec_ext in '' $ac_executable_extensions; do
8525 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8526 ac_cv_path_LDD="$as_dir/$ac_word$ac_exec_ext"
8527 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
8528 break 2
8530 done
8531 done
8532 IFS=$as_save_IFS
8534 test -z "$ac_cv_path_LDD" && ac_cv_path_LDD="true"
8536 esac
8538 LDD=$ac_cv_path_LDD
8539 if test -n "$LDD"; then
8540 { $as_echo "$as_me:$LINENO: result: $LDD" >&5
8541 $as_echo "$LDD" >&6; }
8542 else
8543 { $as_echo "$as_me:$LINENO: result: no" >&5
8544 $as_echo "no" >&6; }
8549 case $host_os in
8550 cygwin*|mingw32*)
8551 if test -n "$ac_tool_prefix"; then
8552 # Extract the first word of "${ac_tool_prefix}dlltool", so it can be a program name with args.
8553 set dummy ${ac_tool_prefix}dlltool; ac_word=$2
8554 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
8555 $as_echo_n "checking for $ac_word... " >&6; }
8556 if test "${ac_cv_prog_DLLTOOL+set}" = set; then
8557 $as_echo_n "(cached) " >&6
8558 else
8559 if test -n "$DLLTOOL"; then
8560 ac_cv_prog_DLLTOOL="$DLLTOOL" # Let the user override the test.
8561 else
8562 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8563 for as_dir in $PATH
8565 IFS=$as_save_IFS
8566 test -z "$as_dir" && as_dir=.
8567 for ac_exec_ext in '' $ac_executable_extensions; do
8568 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8569 ac_cv_prog_DLLTOOL="${ac_tool_prefix}dlltool"
8570 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
8571 break 2
8573 done
8574 done
8575 IFS=$as_save_IFS
8579 DLLTOOL=$ac_cv_prog_DLLTOOL
8580 if test -n "$DLLTOOL"; then
8581 { $as_echo "$as_me:$LINENO: result: $DLLTOOL" >&5
8582 $as_echo "$DLLTOOL" >&6; }
8583 else
8584 { $as_echo "$as_me:$LINENO: result: no" >&5
8585 $as_echo "no" >&6; }
8590 if test -z "$ac_cv_prog_DLLTOOL"; then
8591 ac_ct_DLLTOOL=$DLLTOOL
8592 # Extract the first word of "dlltool", so it can be a program name with args.
8593 set dummy dlltool; ac_word=$2
8594 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
8595 $as_echo_n "checking for $ac_word... " >&6; }
8596 if test "${ac_cv_prog_ac_ct_DLLTOOL+set}" = set; then
8597 $as_echo_n "(cached) " >&6
8598 else
8599 if test -n "$ac_ct_DLLTOOL"; then
8600 ac_cv_prog_ac_ct_DLLTOOL="$ac_ct_DLLTOOL" # Let the user override the test.
8601 else
8602 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8603 for as_dir in $PATH
8605 IFS=$as_save_IFS
8606 test -z "$as_dir" && as_dir=.
8607 for ac_exec_ext in '' $ac_executable_extensions; do
8608 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8609 ac_cv_prog_ac_ct_DLLTOOL="dlltool"
8610 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
8611 break 2
8613 done
8614 done
8615 IFS=$as_save_IFS
8619 ac_ct_DLLTOOL=$ac_cv_prog_ac_ct_DLLTOOL
8620 if test -n "$ac_ct_DLLTOOL"; then
8621 { $as_echo "$as_me:$LINENO: result: $ac_ct_DLLTOOL" >&5
8622 $as_echo "$ac_ct_DLLTOOL" >&6; }
8623 else
8624 { $as_echo "$as_me:$LINENO: result: no" >&5
8625 $as_echo "no" >&6; }
8628 if test "x$ac_ct_DLLTOOL" = x; then
8629 DLLTOOL="false"
8630 else
8631 case $cross_compiling:$ac_tool_warned in
8632 yes:)
8633 { $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5
8634 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
8635 ac_tool_warned=yes ;;
8636 esac
8637 DLLTOOL=$ac_ct_DLLTOOL
8639 else
8640 DLLTOOL="$ac_cv_prog_DLLTOOL"
8643 if test -n "$ac_tool_prefix"; then
8644 # Extract the first word of "${ac_tool_prefix}dllwrap", so it can be a program name with args.
8645 set dummy ${ac_tool_prefix}dllwrap; ac_word=$2
8646 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
8647 $as_echo_n "checking for $ac_word... " >&6; }
8648 if test "${ac_cv_prog_DLLWRAP+set}" = set; then
8649 $as_echo_n "(cached) " >&6
8650 else
8651 if test -n "$DLLWRAP"; then
8652 ac_cv_prog_DLLWRAP="$DLLWRAP" # Let the user override the test.
8653 else
8654 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8655 for as_dir in $PATH
8657 IFS=$as_save_IFS
8658 test -z "$as_dir" && as_dir=.
8659 for ac_exec_ext in '' $ac_executable_extensions; do
8660 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8661 ac_cv_prog_DLLWRAP="${ac_tool_prefix}dllwrap"
8662 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
8663 break 2
8665 done
8666 done
8667 IFS=$as_save_IFS
8671 DLLWRAP=$ac_cv_prog_DLLWRAP
8672 if test -n "$DLLWRAP"; then
8673 { $as_echo "$as_me:$LINENO: result: $DLLWRAP" >&5
8674 $as_echo "$DLLWRAP" >&6; }
8675 else
8676 { $as_echo "$as_me:$LINENO: result: no" >&5
8677 $as_echo "no" >&6; }
8682 if test -z "$ac_cv_prog_DLLWRAP"; then
8683 ac_ct_DLLWRAP=$DLLWRAP
8684 # Extract the first word of "dllwrap", so it can be a program name with args.
8685 set dummy dllwrap; ac_word=$2
8686 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
8687 $as_echo_n "checking for $ac_word... " >&6; }
8688 if test "${ac_cv_prog_ac_ct_DLLWRAP+set}" = set; then
8689 $as_echo_n "(cached) " >&6
8690 else
8691 if test -n "$ac_ct_DLLWRAP"; then
8692 ac_cv_prog_ac_ct_DLLWRAP="$ac_ct_DLLWRAP" # Let the user override the test.
8693 else
8694 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8695 for as_dir in $PATH
8697 IFS=$as_save_IFS
8698 test -z "$as_dir" && as_dir=.
8699 for ac_exec_ext in '' $ac_executable_extensions; do
8700 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8701 ac_cv_prog_ac_ct_DLLWRAP="dllwrap"
8702 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
8703 break 2
8705 done
8706 done
8707 IFS=$as_save_IFS
8711 ac_ct_DLLWRAP=$ac_cv_prog_ac_ct_DLLWRAP
8712 if test -n "$ac_ct_DLLWRAP"; then
8713 { $as_echo "$as_me:$LINENO: result: $ac_ct_DLLWRAP" >&5
8714 $as_echo "$ac_ct_DLLWRAP" >&6; }
8715 else
8716 { $as_echo "$as_me:$LINENO: result: no" >&5
8717 $as_echo "no" >&6; }
8720 if test "x$ac_ct_DLLWRAP" = x; then
8721 DLLWRAP="false"
8722 else
8723 case $cross_compiling:$ac_tool_warned in
8724 yes:)
8725 { $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5
8726 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
8727 ac_tool_warned=yes ;;
8728 esac
8729 DLLWRAP=$ac_ct_DLLWRAP
8731 else
8732 DLLWRAP="$ac_cv_prog_DLLWRAP"
8735 if test -n "$ac_tool_prefix"; then
8736 # Extract the first word of "${ac_tool_prefix}ar", so it can be a program name with args.
8737 set dummy ${ac_tool_prefix}ar; ac_word=$2
8738 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
8739 $as_echo_n "checking for $ac_word... " >&6; }
8740 if test "${ac_cv_prog_MINGWAR+set}" = set; then
8741 $as_echo_n "(cached) " >&6
8742 else
8743 if test -n "$MINGWAR"; then
8744 ac_cv_prog_MINGWAR="$MINGWAR" # Let the user override the test.
8745 else
8746 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8747 for as_dir in $PATH
8749 IFS=$as_save_IFS
8750 test -z "$as_dir" && as_dir=.
8751 for ac_exec_ext in '' $ac_executable_extensions; do
8752 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8753 ac_cv_prog_MINGWAR="${ac_tool_prefix}ar"
8754 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
8755 break 2
8757 done
8758 done
8759 IFS=$as_save_IFS
8763 MINGWAR=$ac_cv_prog_MINGWAR
8764 if test -n "$MINGWAR"; then
8765 { $as_echo "$as_me:$LINENO: result: $MINGWAR" >&5
8766 $as_echo "$MINGWAR" >&6; }
8767 else
8768 { $as_echo "$as_me:$LINENO: result: no" >&5
8769 $as_echo "no" >&6; }
8774 if test -z "$ac_cv_prog_MINGWAR"; then
8775 ac_ct_MINGWAR=$MINGWAR
8776 # Extract the first word of "ar", so it can be a program name with args.
8777 set dummy ar; ac_word=$2
8778 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
8779 $as_echo_n "checking for $ac_word... " >&6; }
8780 if test "${ac_cv_prog_ac_ct_MINGWAR+set}" = set; then
8781 $as_echo_n "(cached) " >&6
8782 else
8783 if test -n "$ac_ct_MINGWAR"; then
8784 ac_cv_prog_ac_ct_MINGWAR="$ac_ct_MINGWAR" # Let the user override the test.
8785 else
8786 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8787 for as_dir in $PATH
8789 IFS=$as_save_IFS
8790 test -z "$as_dir" && as_dir=.
8791 for ac_exec_ext in '' $ac_executable_extensions; do
8792 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8793 ac_cv_prog_ac_ct_MINGWAR="ar"
8794 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
8795 break 2
8797 done
8798 done
8799 IFS=$as_save_IFS
8803 ac_ct_MINGWAR=$ac_cv_prog_ac_ct_MINGWAR
8804 if test -n "$ac_ct_MINGWAR"; then
8805 { $as_echo "$as_me:$LINENO: result: $ac_ct_MINGWAR" >&5
8806 $as_echo "$ac_ct_MINGWAR" >&6; }
8807 else
8808 { $as_echo "$as_me:$LINENO: result: no" >&5
8809 $as_echo "no" >&6; }
8812 if test "x$ac_ct_MINGWAR" = x; then
8813 MINGWAR="false"
8814 else
8815 case $cross_compiling:$ac_tool_warned in
8816 yes:)
8817 { $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5
8818 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
8819 ac_tool_warned=yes ;;
8820 esac
8821 MINGWAR=$ac_ct_MINGWAR
8823 else
8824 MINGWAR="$ac_cv_prog_MINGWAR"
8827 if test "$DLLWRAP" = "false"; then
8828 LIBEXT="a"
8829 else
8830 LIBEXT="dll"
8832 IMPLIBEXT="a"
8833 WIN16_FILES=""
8834 WIN16_INSTALL=""
8835 enable_iphlpapi=${enable_iphlpapi:-no}
8836 enable_kernel32=${enable_kernel32:-no}
8837 enable_msvcrt=${enable_msvcrt:-no}
8838 enable_ntdll=${enable_ntdll:-no}
8839 enable_ws2_32=${enable_ws2_32:-no}
8840 enable_loader=${enable_loader:-no}
8841 enable_server=${enable_server:-no}
8843 darwin*|macosx*)
8844 DLLEXT=".so"
8845 LIBEXT="dylib"
8846 DLLFLAGS="$DLLFLAGS -fPIC"
8847 LDDLLFLAGS="-bundle -multiply_defined suppress"
8848 LIBWINE_LDFLAGS="-multiply_defined suppress"
8849 LDSHARED="\$(CC) -dynamiclib"
8850 STRIP="$STRIP -x"
8851 LDRPATH_LOCAL="&& install_name_tool -change @executable_path/\`\$(RELPATH) \$(bindir) \$(libdir)\`/libwine.1.dylib @executable_path/\$(TOPOBJDIR)/libs/wine/libwine.1.dylib \$@ || \$(RM) \$@"
8852 SECURITYLIB="-framework Security -framework CoreFoundation"
8854 COREFOUNDATIONLIB="-framework CoreFoundation"
8856 IOKITLIB="-framework IOKit -framework CoreFoundation"
8858 LDEXECFLAGS="-image_base 0x7bf00000 -Wl,-segaddr,WINE_DOS,0x00000000,-segaddr,WINE_SHARED_HEAP,0x7f000000"
8860 if test "$ac_cv_header_DiskArbitration_DiskArbitration_h" = "yes"
8861 then
8862 DISKARBITRATIONLIB="-framework DiskArbitration -framework CoreFoundation"
8865 if test "$ac_cv_header_CoreAudio_CoreAudio_h" = "yes" -a "$ac_cv_header_AudioUnit_AudioUnit_h" = "yes"
8866 then
8867 COREAUDIO="-framework CoreAudio -framework AudioUnit -framework CoreServices -framework AudioToolbox -framework CoreMIDI"
8870 case $host_cpu in
8871 *powerpc*)
8872 LDDLLFLAGS="$LDDLLFLAGS -read_only_relocs warning" ;;
8873 esac
8874 if test "$ac_cv_header_Carbon_Carbon_h" = "yes"
8875 then
8876 CARBONLIB="-framework Carbon"
8878 enable_winequartz_drv=${enable_winequartz_drv:-yes}
8882 DLLFLAGS="$DLLFLAGS -fPIC"
8883 DLLEXT=".so"
8884 { $as_echo "$as_me:$LINENO: checking whether we can build a GNU style ELF dll" >&5
8885 $as_echo_n "checking whether we can build a GNU style ELF dll... " >&6; }
8886 if test "${ac_cv_c_dll_gnuelf+set}" = set; then
8887 $as_echo_n "(cached) " >&6
8888 else
8889 ac_wine_try_cflags_saved=$CFLAGS
8890 CFLAGS="$CFLAGS -fPIC -shared -Wl,-Bsymbolic"
8891 cat >conftest.$ac_ext <<_ACEOF
8892 void myfunc() {}
8893 _ACEOF
8894 rm -f conftest.$ac_objext conftest$ac_exeext
8895 if { (ac_try="$ac_link"
8896 case "(($ac_try" in
8897 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8898 *) ac_try_echo=$ac_try;;
8899 esac
8900 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
8901 $as_echo "$ac_try_echo") >&5
8902 (eval "$ac_link") 2>conftest.er1
8903 ac_status=$?
8904 grep -v '^ *+' conftest.er1 >conftest.err
8905 rm -f conftest.er1
8906 cat conftest.err >&5
8907 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
8908 (exit $ac_status); } && {
8909 test -z "$ac_c_werror_flag" ||
8910 test ! -s conftest.err
8911 } && test -s conftest$ac_exeext && {
8912 test "$cross_compiling" = yes ||
8913 $as_test_x conftest$ac_exeext
8914 }; then
8915 ac_cv_c_dll_gnuelf="yes"
8916 else
8917 $as_echo "$as_me: failed program was:" >&5
8918 sed 's/^/| /' conftest.$ac_ext >&5
8920 ac_cv_c_dll_gnuelf="no"
8923 rm -rf conftest.dSYM
8924 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
8925 conftest$ac_exeext conftest.$ac_ext
8926 CFLAGS=$ac_wine_try_cflags_saved
8928 { $as_echo "$as_me:$LINENO: result: $ac_cv_c_dll_gnuelf" >&5
8929 $as_echo "$ac_cv_c_dll_gnuelf" >&6; }
8930 if test "$ac_cv_c_dll_gnuelf" = "yes"
8931 then
8932 LDSHARED="\$(CC) -shared"
8933 LDDLLFLAGS="-shared -Wl,-Bsymbolic"
8934 { $as_echo "$as_me:$LINENO: checking whether the compiler supports -fPIC -shared -Wl,-soname,confest.so.1" >&5
8935 $as_echo_n "checking whether the compiler supports -fPIC -shared -Wl,-soname,confest.so.1... " >&6; }
8936 if test "${ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1+set}" = set; then
8937 $as_echo_n "(cached) " >&6
8938 else
8939 ac_wine_try_cflags_saved=$CFLAGS
8940 CFLAGS="$CFLAGS -fPIC -shared -Wl,-soname,confest.so.1"
8941 cat >conftest.$ac_ext <<_ACEOF
8942 /* confdefs.h. */
8943 _ACEOF
8944 cat confdefs.h >>conftest.$ac_ext
8945 cat >>conftest.$ac_ext <<_ACEOF
8946 /* end confdefs.h. */
8949 main ()
8953 return 0;
8955 _ACEOF
8956 rm -f conftest.$ac_objext conftest$ac_exeext
8957 if { (ac_try="$ac_link"
8958 case "(($ac_try" in
8959 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8960 *) ac_try_echo=$ac_try;;
8961 esac
8962 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
8963 $as_echo "$ac_try_echo") >&5
8964 (eval "$ac_link") 2>conftest.er1
8965 ac_status=$?
8966 grep -v '^ *+' conftest.er1 >conftest.err
8967 rm -f conftest.er1
8968 cat conftest.err >&5
8969 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
8970 (exit $ac_status); } && {
8971 test -z "$ac_c_werror_flag" ||
8972 test ! -s conftest.err
8973 } && test -s conftest$ac_exeext && {
8974 test "$cross_compiling" = yes ||
8975 $as_test_x conftest$ac_exeext
8976 }; then
8977 ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1=yes
8978 else
8979 $as_echo "$as_me: failed program was:" >&5
8980 sed 's/^/| /' conftest.$ac_ext >&5
8982 ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1=no
8985 rm -rf conftest.dSYM
8986 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
8987 conftest$ac_exeext conftest.$ac_ext
8988 CFLAGS=$ac_wine_try_cflags_saved
8990 { $as_echo "$as_me:$LINENO: result: $ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1" >&5
8991 $as_echo "$ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1" >&6; }
8992 if test $ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1 = yes; then
8993 LDSHARED="\$(CC) -shared \$(SONAME:%=-Wl,-soname,%)"
8994 else
8995 { $as_echo "$as_me:$LINENO: checking whether the compiler supports -fPIC -shared -Wl,-h,confest.so.1" >&5
8996 $as_echo_n "checking whether the compiler supports -fPIC -shared -Wl,-h,confest.so.1... " >&6; }
8997 if test "${ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1+set}" = set; then
8998 $as_echo_n "(cached) " >&6
8999 else
9000 ac_wine_try_cflags_saved=$CFLAGS
9001 CFLAGS="$CFLAGS -fPIC -shared -Wl,-h,confest.so.1"
9002 cat >conftest.$ac_ext <<_ACEOF
9003 /* confdefs.h. */
9004 _ACEOF
9005 cat confdefs.h >>conftest.$ac_ext
9006 cat >>conftest.$ac_ext <<_ACEOF
9007 /* end confdefs.h. */
9010 main ()
9014 return 0;
9016 _ACEOF
9017 rm -f conftest.$ac_objext conftest$ac_exeext
9018 if { (ac_try="$ac_link"
9019 case "(($ac_try" in
9020 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9021 *) ac_try_echo=$ac_try;;
9022 esac
9023 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
9024 $as_echo "$ac_try_echo") >&5
9025 (eval "$ac_link") 2>conftest.er1
9026 ac_status=$?
9027 grep -v '^ *+' conftest.er1 >conftest.err
9028 rm -f conftest.er1
9029 cat conftest.err >&5
9030 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
9031 (exit $ac_status); } && {
9032 test -z "$ac_c_werror_flag" ||
9033 test ! -s conftest.err
9034 } && test -s conftest$ac_exeext && {
9035 test "$cross_compiling" = yes ||
9036 $as_test_x conftest$ac_exeext
9037 }; then
9038 ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1=yes
9039 else
9040 $as_echo "$as_me: failed program was:" >&5
9041 sed 's/^/| /' conftest.$ac_ext >&5
9043 ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1=no
9046 rm -rf conftest.dSYM
9047 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9048 conftest$ac_exeext conftest.$ac_ext
9049 CFLAGS=$ac_wine_try_cflags_saved
9051 { $as_echo "$as_me:$LINENO: result: $ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1" >&5
9052 $as_echo "$ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1" >&6; }
9053 if test $ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1 = yes; then
9054 LDSHARED="\$(CC) -shared \$(SONAME:%=-Wl,-h,%)"
9060 { $as_echo "$as_me:$LINENO: checking whether the compiler supports -fPIC -shared -Wl,-Bsymbolic,-z,defs" >&5
9061 $as_echo_n "checking whether the compiler supports -fPIC -shared -Wl,-Bsymbolic,-z,defs... " >&6; }
9062 if test "${ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__z_defs+set}" = set; then
9063 $as_echo_n "(cached) " >&6
9064 else
9065 ac_wine_try_cflags_saved=$CFLAGS
9066 CFLAGS="$CFLAGS -fPIC -shared -Wl,-Bsymbolic,-z,defs"
9067 cat >conftest.$ac_ext <<_ACEOF
9068 /* confdefs.h. */
9069 _ACEOF
9070 cat confdefs.h >>conftest.$ac_ext
9071 cat >>conftest.$ac_ext <<_ACEOF
9072 /* end confdefs.h. */
9075 main ()
9079 return 0;
9081 _ACEOF
9082 rm -f conftest.$ac_objext conftest$ac_exeext
9083 if { (ac_try="$ac_link"
9084 case "(($ac_try" in
9085 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9086 *) ac_try_echo=$ac_try;;
9087 esac
9088 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
9089 $as_echo "$ac_try_echo") >&5
9090 (eval "$ac_link") 2>conftest.er1
9091 ac_status=$?
9092 grep -v '^ *+' conftest.er1 >conftest.err
9093 rm -f conftest.er1
9094 cat conftest.err >&5
9095 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
9096 (exit $ac_status); } && {
9097 test -z "$ac_c_werror_flag" ||
9098 test ! -s conftest.err
9099 } && test -s conftest$ac_exeext && {
9100 test "$cross_compiling" = yes ||
9101 $as_test_x conftest$ac_exeext
9102 }; then
9103 ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__z_defs=yes
9104 else
9105 $as_echo "$as_me: failed program was:" >&5
9106 sed 's/^/| /' conftest.$ac_ext >&5
9108 ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__z_defs=no
9111 rm -rf conftest.dSYM
9112 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9113 conftest$ac_exeext conftest.$ac_ext
9114 CFLAGS=$ac_wine_try_cflags_saved
9116 { $as_echo "$as_me:$LINENO: result: $ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__z_defs" >&5
9117 $as_echo "$ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__z_defs" >&6; }
9118 if test $ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__z_defs = yes; then
9119 LDDLLFLAGS="$LDDLLFLAGS,-z,defs"
9123 { $as_echo "$as_me:$LINENO: checking whether the compiler supports -fPIC -shared -Wl,-Bsymbolic,-init,__wine_spec_init,-fini,__wine_spec_fini" >&5
9124 $as_echo_n "checking whether the compiler supports -fPIC -shared -Wl,-Bsymbolic,-init,__wine_spec_init,-fini,__wine_spec_fini... " >&6; }
9125 if test "${ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__init___wine_spec_init__fini___wine_spec_fini+set}" = set; then
9126 $as_echo_n "(cached) " >&6
9127 else
9128 ac_wine_try_cflags_saved=$CFLAGS
9129 CFLAGS="$CFLAGS -fPIC -shared -Wl,-Bsymbolic,-init,__wine_spec_init,-fini,__wine_spec_fini"
9130 cat >conftest.$ac_ext <<_ACEOF
9131 /* confdefs.h. */
9132 _ACEOF
9133 cat confdefs.h >>conftest.$ac_ext
9134 cat >>conftest.$ac_ext <<_ACEOF
9135 /* end confdefs.h. */
9138 main ()
9142 return 0;
9144 _ACEOF
9145 rm -f conftest.$ac_objext conftest$ac_exeext
9146 if { (ac_try="$ac_link"
9147 case "(($ac_try" in
9148 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9149 *) ac_try_echo=$ac_try;;
9150 esac
9151 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
9152 $as_echo "$ac_try_echo") >&5
9153 (eval "$ac_link") 2>conftest.er1
9154 ac_status=$?
9155 grep -v '^ *+' conftest.er1 >conftest.err
9156 rm -f conftest.er1
9157 cat conftest.err >&5
9158 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
9159 (exit $ac_status); } && {
9160 test -z "$ac_c_werror_flag" ||
9161 test ! -s conftest.err
9162 } && test -s conftest$ac_exeext && {
9163 test "$cross_compiling" = yes ||
9164 $as_test_x conftest$ac_exeext
9165 }; then
9166 ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__init___wine_spec_init__fini___wine_spec_fini=yes
9167 else
9168 $as_echo "$as_me: failed program was:" >&5
9169 sed 's/^/| /' conftest.$ac_ext >&5
9171 ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__init___wine_spec_init__fini___wine_spec_fini=no
9174 rm -rf conftest.dSYM
9175 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9176 conftest$ac_exeext conftest.$ac_ext
9177 CFLAGS=$ac_wine_try_cflags_saved
9179 { $as_echo "$as_me:$LINENO: result: $ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__init___wine_spec_init__fini___wine_spec_fini" >&5
9180 $as_echo "$ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__init___wine_spec_init__fini___wine_spec_fini" >&6; }
9181 if test $ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__init___wine_spec_init__fini___wine_spec_fini = yes; then
9182 LDDLLFLAGS="$LDDLLFLAGS,-init,__wine_spec_init,-fini,__wine_spec_fini"
9186 echo '{ global: *; };' >conftest.map
9187 { $as_echo "$as_me:$LINENO: checking whether the compiler supports -fPIC -shared -Wl,--version-script=conftest.map" >&5
9188 $as_echo_n "checking whether the compiler supports -fPIC -shared -Wl,--version-script=conftest.map... " >&6; }
9189 if test "${ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map+set}" = set; then
9190 $as_echo_n "(cached) " >&6
9191 else
9192 ac_wine_try_cflags_saved=$CFLAGS
9193 CFLAGS="$CFLAGS -fPIC -shared -Wl,--version-script=conftest.map"
9194 cat >conftest.$ac_ext <<_ACEOF
9195 /* confdefs.h. */
9196 _ACEOF
9197 cat confdefs.h >>conftest.$ac_ext
9198 cat >>conftest.$ac_ext <<_ACEOF
9199 /* end confdefs.h. */
9202 main ()
9206 return 0;
9208 _ACEOF
9209 rm -f conftest.$ac_objext conftest$ac_exeext
9210 if { (ac_try="$ac_link"
9211 case "(($ac_try" in
9212 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9213 *) ac_try_echo=$ac_try;;
9214 esac
9215 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
9216 $as_echo "$ac_try_echo") >&5
9217 (eval "$ac_link") 2>conftest.er1
9218 ac_status=$?
9219 grep -v '^ *+' conftest.er1 >conftest.err
9220 rm -f conftest.er1
9221 cat conftest.err >&5
9222 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
9223 (exit $ac_status); } && {
9224 test -z "$ac_c_werror_flag" ||
9225 test ! -s conftest.err
9226 } && test -s conftest$ac_exeext && {
9227 test "$cross_compiling" = yes ||
9228 $as_test_x conftest$ac_exeext
9229 }; then
9230 ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map=yes
9231 else
9232 $as_echo "$as_me: failed program was:" >&5
9233 sed 's/^/| /' conftest.$ac_ext >&5
9235 ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map=no
9238 rm -rf conftest.dSYM
9239 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9240 conftest$ac_exeext conftest.$ac_ext
9241 CFLAGS=$ac_wine_try_cflags_saved
9243 { $as_echo "$as_me:$LINENO: result: $ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map" >&5
9244 $as_echo "$ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map" >&6; }
9245 if test $ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map = yes; then
9246 LDSHARED="$LDSHARED \$(VERSCRIPT:%=-Wl,--version-script=%)"
9249 rm -f conftest.map
9251 { $as_echo "$as_me:$LINENO: checking whether the compiler supports -fPIC -Wl,--export-dynamic" >&5
9252 $as_echo_n "checking whether the compiler supports -fPIC -Wl,--export-dynamic... " >&6; }
9253 if test "${ac_cv_cflags__fPIC__Wl___export_dynamic+set}" = set; then
9254 $as_echo_n "(cached) " >&6
9255 else
9256 ac_wine_try_cflags_saved=$CFLAGS
9257 CFLAGS="$CFLAGS -fPIC -Wl,--export-dynamic"
9258 cat >conftest.$ac_ext <<_ACEOF
9259 /* confdefs.h. */
9260 _ACEOF
9261 cat confdefs.h >>conftest.$ac_ext
9262 cat >>conftest.$ac_ext <<_ACEOF
9263 /* end confdefs.h. */
9266 main ()
9270 return 0;
9272 _ACEOF
9273 rm -f conftest.$ac_objext conftest$ac_exeext
9274 if { (ac_try="$ac_link"
9275 case "(($ac_try" in
9276 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9277 *) ac_try_echo=$ac_try;;
9278 esac
9279 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
9280 $as_echo "$ac_try_echo") >&5
9281 (eval "$ac_link") 2>conftest.er1
9282 ac_status=$?
9283 grep -v '^ *+' conftest.er1 >conftest.err
9284 rm -f conftest.er1
9285 cat conftest.err >&5
9286 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
9287 (exit $ac_status); } && {
9288 test -z "$ac_c_werror_flag" ||
9289 test ! -s conftest.err
9290 } && test -s conftest$ac_exeext && {
9291 test "$cross_compiling" = yes ||
9292 $as_test_x conftest$ac_exeext
9293 }; then
9294 ac_cv_cflags__fPIC__Wl___export_dynamic=yes
9295 else
9296 $as_echo "$as_me: failed program was:" >&5
9297 sed 's/^/| /' conftest.$ac_ext >&5
9299 ac_cv_cflags__fPIC__Wl___export_dynamic=no
9302 rm -rf conftest.dSYM
9303 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9304 conftest$ac_exeext conftest.$ac_ext
9305 CFLAGS=$ac_wine_try_cflags_saved
9307 { $as_echo "$as_me:$LINENO: result: $ac_cv_cflags__fPIC__Wl___export_dynamic" >&5
9308 $as_echo "$ac_cv_cflags__fPIC__Wl___export_dynamic" >&6; }
9309 if test $ac_cv_cflags__fPIC__Wl___export_dynamic = yes; then
9310 LDEXECFLAGS="-Wl,--export-dynamic"
9315 as_ac_var=`$as_echo "ac_cv_cflags_-fPIC -Wl,--rpath,\$ORIGIN/../lib" | $as_tr_sh`
9316 { $as_echo "$as_me:$LINENO: checking whether the compiler supports -fPIC -Wl,--rpath,\$ORIGIN/../lib" >&5
9317 $as_echo_n "checking whether the compiler supports -fPIC -Wl,--rpath,\$ORIGIN/../lib... " >&6; }
9318 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
9319 $as_echo_n "(cached) " >&6
9320 else
9321 ac_wine_try_cflags_saved=$CFLAGS
9322 CFLAGS="$CFLAGS -fPIC -Wl,--rpath,\$ORIGIN/../lib"
9323 cat >conftest.$ac_ext <<_ACEOF
9324 /* confdefs.h. */
9325 _ACEOF
9326 cat confdefs.h >>conftest.$ac_ext
9327 cat >>conftest.$ac_ext <<_ACEOF
9328 /* end confdefs.h. */
9331 main ()
9335 return 0;
9337 _ACEOF
9338 rm -f conftest.$ac_objext conftest$ac_exeext
9339 if { (ac_try="$ac_link"
9340 case "(($ac_try" in
9341 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9342 *) ac_try_echo=$ac_try;;
9343 esac
9344 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
9345 $as_echo "$ac_try_echo") >&5
9346 (eval "$ac_link") 2>conftest.er1
9347 ac_status=$?
9348 grep -v '^ *+' conftest.er1 >conftest.err
9349 rm -f conftest.er1
9350 cat conftest.err >&5
9351 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
9352 (exit $ac_status); } && {
9353 test -z "$ac_c_werror_flag" ||
9354 test ! -s conftest.err
9355 } && test -s conftest$ac_exeext && {
9356 test "$cross_compiling" = yes ||
9357 $as_test_x conftest$ac_exeext
9358 }; then
9359 eval "$as_ac_var=yes"
9360 else
9361 $as_echo "$as_me: failed program was:" >&5
9362 sed 's/^/| /' conftest.$ac_ext >&5
9364 eval "$as_ac_var=no"
9367 rm -rf conftest.dSYM
9368 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9369 conftest$ac_exeext conftest.$ac_ext
9370 CFLAGS=$ac_wine_try_cflags_saved
9372 ac_res=`eval 'as_val=${'$as_ac_var'}
9373 $as_echo "$as_val"'`
9374 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
9375 $as_echo "$ac_res" >&6; }
9376 if test `eval 'as_val=${'$as_ac_var'}
9377 $as_echo "$as_val"'` = yes; then
9378 LDRPATH_INSTALL="-Wl,--rpath,\\\$\$ORIGIN/\`\$(RELPATH) \$(bindir) \$(libdir)\`"
9379 LDRPATH_LOCAL="-Wl,--rpath,\\\$\$ORIGIN/\$(TOPOBJDIR)/libs/wine"
9380 else
9381 as_ac_var=`$as_echo "ac_cv_cflags_-fPIC -Wl,-R,\$ORIGIN/../lib" | $as_tr_sh`
9382 { $as_echo "$as_me:$LINENO: checking whether the compiler supports -fPIC -Wl,-R,\$ORIGIN/../lib" >&5
9383 $as_echo_n "checking whether the compiler supports -fPIC -Wl,-R,\$ORIGIN/../lib... " >&6; }
9384 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
9385 $as_echo_n "(cached) " >&6
9386 else
9387 ac_wine_try_cflags_saved=$CFLAGS
9388 CFLAGS="$CFLAGS -fPIC -Wl,-R,\$ORIGIN/../lib"
9389 cat >conftest.$ac_ext <<_ACEOF
9390 /* confdefs.h. */
9391 _ACEOF
9392 cat confdefs.h >>conftest.$ac_ext
9393 cat >>conftest.$ac_ext <<_ACEOF
9394 /* end confdefs.h. */
9397 main ()
9401 return 0;
9403 _ACEOF
9404 rm -f conftest.$ac_objext conftest$ac_exeext
9405 if { (ac_try="$ac_link"
9406 case "(($ac_try" in
9407 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9408 *) ac_try_echo=$ac_try;;
9409 esac
9410 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
9411 $as_echo "$ac_try_echo") >&5
9412 (eval "$ac_link") 2>conftest.er1
9413 ac_status=$?
9414 grep -v '^ *+' conftest.er1 >conftest.err
9415 rm -f conftest.er1
9416 cat conftest.err >&5
9417 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
9418 (exit $ac_status); } && {
9419 test -z "$ac_c_werror_flag" ||
9420 test ! -s conftest.err
9421 } && test -s conftest$ac_exeext && {
9422 test "$cross_compiling" = yes ||
9423 $as_test_x conftest$ac_exeext
9424 }; then
9425 eval "$as_ac_var=yes"
9426 else
9427 $as_echo "$as_me: failed program was:" >&5
9428 sed 's/^/| /' conftest.$ac_ext >&5
9430 eval "$as_ac_var=no"
9433 rm -rf conftest.dSYM
9434 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9435 conftest$ac_exeext conftest.$ac_ext
9436 CFLAGS=$ac_wine_try_cflags_saved
9438 ac_res=`eval 'as_val=${'$as_ac_var'}
9439 $as_echo "$as_val"'`
9440 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
9441 $as_echo "$ac_res" >&6; }
9442 if test `eval 'as_val=${'$as_ac_var'}
9443 $as_echo "$as_val"'` = yes; then
9444 LDRPATH_INSTALL="-Wl,-R,\\\$\$ORIGIN/\`\$(RELPATH) \$(bindir) \$(libdir)\`"
9445 LDRPATH_LOCAL="-Wl,-R,\\\$\$ORIGIN/\$(TOPOBJDIR)/libs/wine"
9451 { $as_echo "$as_me:$LINENO: checking whether the compiler supports -Wl,--enable-new-dtags" >&5
9452 $as_echo_n "checking whether the compiler supports -Wl,--enable-new-dtags... " >&6; }
9453 if test "${ac_cv_cflags__Wl___enable_new_dtags+set}" = set; then
9454 $as_echo_n "(cached) " >&6
9455 else
9456 ac_wine_try_cflags_saved=$CFLAGS
9457 CFLAGS="$CFLAGS -Wl,--enable-new-dtags"
9458 cat >conftest.$ac_ext <<_ACEOF
9459 /* confdefs.h. */
9460 _ACEOF
9461 cat confdefs.h >>conftest.$ac_ext
9462 cat >>conftest.$ac_ext <<_ACEOF
9463 /* end confdefs.h. */
9466 main ()
9470 return 0;
9472 _ACEOF
9473 rm -f conftest.$ac_objext conftest$ac_exeext
9474 if { (ac_try="$ac_link"
9475 case "(($ac_try" in
9476 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9477 *) ac_try_echo=$ac_try;;
9478 esac
9479 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
9480 $as_echo "$ac_try_echo") >&5
9481 (eval "$ac_link") 2>conftest.er1
9482 ac_status=$?
9483 grep -v '^ *+' conftest.er1 >conftest.err
9484 rm -f conftest.er1
9485 cat conftest.err >&5
9486 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
9487 (exit $ac_status); } && {
9488 test -z "$ac_c_werror_flag" ||
9489 test ! -s conftest.err
9490 } && test -s conftest$ac_exeext && {
9491 test "$cross_compiling" = yes ||
9492 $as_test_x conftest$ac_exeext
9493 }; then
9494 ac_cv_cflags__Wl___enable_new_dtags=yes
9495 else
9496 $as_echo "$as_me: failed program was:" >&5
9497 sed 's/^/| /' conftest.$ac_ext >&5
9499 ac_cv_cflags__Wl___enable_new_dtags=no
9502 rm -rf conftest.dSYM
9503 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9504 conftest$ac_exeext conftest.$ac_ext
9505 CFLAGS=$ac_wine_try_cflags_saved
9507 { $as_echo "$as_me:$LINENO: result: $ac_cv_cflags__Wl___enable_new_dtags" >&5
9508 $as_echo "$ac_cv_cflags__Wl___enable_new_dtags" >&6; }
9509 if test $ac_cv_cflags__Wl___enable_new_dtags = yes; then
9510 LDRPATH_INSTALL="$LDRPATH_INSTALL -Wl,--enable-new-dtags"
9514 case $host_cpu in
9515 *i[3456789]86* | x86_64)
9516 { $as_echo "$as_me:$LINENO: checking whether the compiler supports -Wl,--section-start,.interp=0x7bf00400" >&5
9517 $as_echo_n "checking whether the compiler supports -Wl,--section-start,.interp=0x7bf00400... " >&6; }
9518 if test "${ac_cv_cflags__Wl___section_start__interp_0x7bf00400+set}" = set; then
9519 $as_echo_n "(cached) " >&6
9520 else
9521 ac_wine_try_cflags_saved=$CFLAGS
9522 CFLAGS="$CFLAGS -Wl,--section-start,.interp=0x7bf00400"
9523 cat >conftest.$ac_ext <<_ACEOF
9524 /* confdefs.h. */
9525 _ACEOF
9526 cat confdefs.h >>conftest.$ac_ext
9527 cat >>conftest.$ac_ext <<_ACEOF
9528 /* end confdefs.h. */
9531 main ()
9535 return 0;
9537 _ACEOF
9538 rm -f conftest.$ac_objext conftest$ac_exeext
9539 if { (ac_try="$ac_link"
9540 case "(($ac_try" in
9541 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9542 *) ac_try_echo=$ac_try;;
9543 esac
9544 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
9545 $as_echo "$ac_try_echo") >&5
9546 (eval "$ac_link") 2>conftest.er1
9547 ac_status=$?
9548 grep -v '^ *+' conftest.er1 >conftest.err
9549 rm -f conftest.er1
9550 cat conftest.err >&5
9551 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
9552 (exit $ac_status); } && {
9553 test -z "$ac_c_werror_flag" ||
9554 test ! -s conftest.err
9555 } && test -s conftest$ac_exeext && {
9556 test "$cross_compiling" = yes ||
9557 $as_test_x conftest$ac_exeext
9558 }; then
9559 ac_cv_cflags__Wl___section_start__interp_0x7bf00400=yes
9560 else
9561 $as_echo "$as_me: failed program was:" >&5
9562 sed 's/^/| /' conftest.$ac_ext >&5
9564 ac_cv_cflags__Wl___section_start__interp_0x7bf00400=no
9567 rm -rf conftest.dSYM
9568 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9569 conftest$ac_exeext conftest.$ac_ext
9570 CFLAGS=$ac_wine_try_cflags_saved
9572 { $as_echo "$as_me:$LINENO: result: $ac_cv_cflags__Wl___section_start__interp_0x7bf00400" >&5
9573 $as_echo "$ac_cv_cflags__Wl___section_start__interp_0x7bf00400" >&6; }
9574 if test $ac_cv_cflags__Wl___section_start__interp_0x7bf00400 = yes; then
9575 LDEXECFLAGS="$LDEXECFLAGS -Wl,--section-start,.interp=0x7bf00400"
9579 esac
9581 else
9582 { $as_echo "$as_me:$LINENO: checking whether we can build a UnixWare (Solaris) dll" >&5
9583 $as_echo_n "checking whether we can build a UnixWare (Solaris) dll... " >&6; }
9584 if test "${ac_cv_c_dll_unixware+set}" = set; then
9585 $as_echo_n "(cached) " >&6
9586 else
9587 ac_wine_try_cflags_saved=$CFLAGS
9588 CFLAGS="$CFLAGS -fPIC -Wl,-G,-h,conftest.so.1.0,-B,symbolic"
9589 cat >conftest.$ac_ext <<_ACEOF
9590 void myfunc() {}
9591 _ACEOF
9592 rm -f conftest.$ac_objext conftest$ac_exeext
9593 if { (ac_try="$ac_link"
9594 case "(($ac_try" in
9595 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9596 *) ac_try_echo=$ac_try;;
9597 esac
9598 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
9599 $as_echo "$ac_try_echo") >&5
9600 (eval "$ac_link") 2>conftest.er1
9601 ac_status=$?
9602 grep -v '^ *+' conftest.er1 >conftest.err
9603 rm -f conftest.er1
9604 cat conftest.err >&5
9605 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
9606 (exit $ac_status); } && {
9607 test -z "$ac_c_werror_flag" ||
9608 test ! -s conftest.err
9609 } && test -s conftest$ac_exeext && {
9610 test "$cross_compiling" = yes ||
9611 $as_test_x conftest$ac_exeext
9612 }; then
9613 ac_cv_c_dll_unixware="yes"
9614 else
9615 $as_echo "$as_me: failed program was:" >&5
9616 sed 's/^/| /' conftest.$ac_ext >&5
9618 ac_cv_c_dll_unixware="no"
9621 rm -rf conftest.dSYM
9622 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9623 conftest$ac_exeext conftest.$ac_ext
9624 CFLAGS=$ac_wine_try_cflags_saved
9626 { $as_echo "$as_me:$LINENO: result: $ac_cv_c_dll_unixware" >&5
9627 $as_echo "$ac_cv_c_dll_unixware" >&6; }
9628 if test "$ac_cv_c_dll_unixware" = "yes"
9629 then
9630 LDSHARED="\$(CC) -Wl,-G \$(SONAME:%=-Wl,-h,%)"
9631 LDDLLFLAGS="-Wl,-G,-B,symbolic"
9633 else
9634 { $as_echo "$as_me:$LINENO: checking whether we can build an HP-UX dll" >&5
9635 $as_echo_n "checking whether we can build an HP-UX dll... " >&6; }
9636 if test "${ac_cv_c_dll_hpux+set}" = set; then
9637 $as_echo_n "(cached) " >&6
9638 else
9639 ac_wine_try_cflags_saved=$CFLAGS
9640 CFLAGS="$CFLAGS -shared"
9641 cat >conftest.$ac_ext <<_ACEOF
9642 void myfunc() {}
9643 _ACEOF
9644 rm -f conftest.$ac_objext conftest$ac_exeext
9645 if { (ac_try="$ac_link"
9646 case "(($ac_try" in
9647 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9648 *) ac_try_echo=$ac_try;;
9649 esac
9650 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
9651 $as_echo "$ac_try_echo") >&5
9652 (eval "$ac_link") 2>conftest.er1
9653 ac_status=$?
9654 grep -v '^ *+' conftest.er1 >conftest.err
9655 rm -f conftest.er1
9656 cat conftest.err >&5
9657 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
9658 (exit $ac_status); } && {
9659 test -z "$ac_c_werror_flag" ||
9660 test ! -s conftest.err
9661 } && test -s conftest$ac_exeext && {
9662 test "$cross_compiling" = yes ||
9663 $as_test_x conftest$ac_exeext
9664 }; then
9665 ac_cv_c_dll_hpux="yes"
9666 else
9667 $as_echo "$as_me: failed program was:" >&5
9668 sed 's/^/| /' conftest.$ac_ext >&5
9670 ac_cv_c_dll_hpux="no"
9673 rm -rf conftest.dSYM
9674 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9675 conftest$ac_exeext conftest.$ac_ext
9676 CFLAGS=$ac_wine_try_cflags_saved
9678 { $as_echo "$as_me:$LINENO: result: $ac_cv_c_dll_hpux" >&5
9679 $as_echo "$ac_cv_c_dll_hpux" >&6; }
9680 if test "$ac_cv_c_dll_hpux" = "yes"
9681 then
9682 LIBEXT="sl"
9683 DLLEXT=".sl"
9684 LDDLLFLAGS="-shared -fPIC"
9685 LDSHARED="\$(CC) -shared"
9690 esac
9692 enable_winequartz_drv=${enable_winequartz_drv:-no}
9694 if test "$LIBEXT" = "a"; then
9695 { { $as_echo "$as_me:$LINENO: error: could not find a way to build shared libraries.
9696 It is currently not possible to build Wine without shared library
9697 (.so) support to allow transparent switch between .so and .dll files.
9698 If you are using Linux, you will need a newer binutils.
9699 " >&5
9700 $as_echo "$as_me: error: could not find a way to build shared libraries.
9701 It is currently not possible to build Wine without shared library
9702 (.so) support to allow transparent switch between .so and .dll files.
9703 If you are using Linux, you will need a newer binutils.
9704 " >&2;}
9705 { (exit 1); exit 1; }; }
9708 if test "$cross_compiling" = "no" -a "$LIBEXT" != "dll"
9709 then
9710 for ac_prog in i586-mingw32msvc-gcc i386-mingw32msvc-gcc i686-mingw32-gcc i586-mingw32-gcc i486-mingw32-gcc i386-mingw32-gcc mingw32-gcc mingw-gcc
9712 # Extract the first word of "$ac_prog", so it can be a program name with args.
9713 set dummy $ac_prog; ac_word=$2
9714 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
9715 $as_echo_n "checking for $ac_word... " >&6; }
9716 if test "${ac_cv_prog_CROSSCC+set}" = set; then
9717 $as_echo_n "(cached) " >&6
9718 else
9719 if test -n "$CROSSCC"; then
9720 ac_cv_prog_CROSSCC="$CROSSCC" # Let the user override the test.
9721 else
9722 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9723 for as_dir in $PATH
9725 IFS=$as_save_IFS
9726 test -z "$as_dir" && as_dir=.
9727 for ac_exec_ext in '' $ac_executable_extensions; do
9728 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9729 ac_cv_prog_CROSSCC="$ac_prog"
9730 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
9731 break 2
9733 done
9734 done
9735 IFS=$as_save_IFS
9739 CROSSCC=$ac_cv_prog_CROSSCC
9740 if test -n "$CROSSCC"; then
9741 { $as_echo "$as_me:$LINENO: result: $CROSSCC" >&5
9742 $as_echo "$CROSSCC" >&6; }
9743 else
9744 { $as_echo "$as_me:$LINENO: result: no" >&5
9745 $as_echo "no" >&6; }
9749 test -n "$CROSSCC" && break
9750 done
9751 test -n "$CROSSCC" || CROSSCC="false"
9753 for ac_prog in i586-mingw32msvc-dlltool i386-mingw32msvc-dlltool i686-mingw32-dlltool i586-mingw32-dlltool i486-mingw32-dlltool i386-mingw32-dlltool mingw32-dlltool mingw-dlltool
9755 # Extract the first word of "$ac_prog", so it can be a program name with args.
9756 set dummy $ac_prog; ac_word=$2
9757 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
9758 $as_echo_n "checking for $ac_word... " >&6; }
9759 if test "${ac_cv_prog_DLLTOOL+set}" = set; then
9760 $as_echo_n "(cached) " >&6
9761 else
9762 if test -n "$DLLTOOL"; then
9763 ac_cv_prog_DLLTOOL="$DLLTOOL" # Let the user override the test.
9764 else
9765 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9766 for as_dir in $PATH
9768 IFS=$as_save_IFS
9769 test -z "$as_dir" && as_dir=.
9770 for ac_exec_ext in '' $ac_executable_extensions; do
9771 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9772 ac_cv_prog_DLLTOOL="$ac_prog"
9773 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
9774 break 2
9776 done
9777 done
9778 IFS=$as_save_IFS
9782 DLLTOOL=$ac_cv_prog_DLLTOOL
9783 if test -n "$DLLTOOL"; then
9784 { $as_echo "$as_me:$LINENO: result: $DLLTOOL" >&5
9785 $as_echo "$DLLTOOL" >&6; }
9786 else
9787 { $as_echo "$as_me:$LINENO: result: no" >&5
9788 $as_echo "no" >&6; }
9792 test -n "$DLLTOOL" && break
9793 done
9794 test -n "$DLLTOOL" || DLLTOOL="false"
9796 for ac_prog in i586-mingw32msvc-windres i386-mingw32msvc-windres i686-mingw32-windres i586-mingw32-windres i486-mingw32-windres i386-mingw32-windres mingw32-windres mingw-windres
9798 # Extract the first word of "$ac_prog", so it can be a program name with args.
9799 set dummy $ac_prog; ac_word=$2
9800 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
9801 $as_echo_n "checking for $ac_word... " >&6; }
9802 if test "${ac_cv_prog_CROSSWINDRES+set}" = set; then
9803 $as_echo_n "(cached) " >&6
9804 else
9805 if test -n "$CROSSWINDRES"; then
9806 ac_cv_prog_CROSSWINDRES="$CROSSWINDRES" # Let the user override the test.
9807 else
9808 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9809 for as_dir in $PATH
9811 IFS=$as_save_IFS
9812 test -z "$as_dir" && as_dir=.
9813 for ac_exec_ext in '' $ac_executable_extensions; do
9814 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9815 ac_cv_prog_CROSSWINDRES="$ac_prog"
9816 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
9817 break 2
9819 done
9820 done
9821 IFS=$as_save_IFS
9825 CROSSWINDRES=$ac_cv_prog_CROSSWINDRES
9826 if test -n "$CROSSWINDRES"; then
9827 { $as_echo "$as_me:$LINENO: result: $CROSSWINDRES" >&5
9828 $as_echo "$CROSSWINDRES" >&6; }
9829 else
9830 { $as_echo "$as_me:$LINENO: result: no" >&5
9831 $as_echo "no" >&6; }
9835 test -n "$CROSSWINDRES" && break
9836 done
9837 test -n "$CROSSWINDRES" || CROSSWINDRES="false"
9839 for ac_prog in i586-mingw32msvc-ar i386-mingw32msvc-ar i686-mingw32-ar i586-mingw32-ar i486-mingw32-ar i386-mingw32-ar mingw32-ar mingw-ar
9841 # Extract the first word of "$ac_prog", so it can be a program name with args.
9842 set dummy $ac_prog; ac_word=$2
9843 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
9844 $as_echo_n "checking for $ac_word... " >&6; }
9845 if test "${ac_cv_prog_MINGWAR+set}" = set; then
9846 $as_echo_n "(cached) " >&6
9847 else
9848 if test -n "$MINGWAR"; then
9849 ac_cv_prog_MINGWAR="$MINGWAR" # Let the user override the test.
9850 else
9851 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9852 for as_dir in $PATH
9854 IFS=$as_save_IFS
9855 test -z "$as_dir" && as_dir=.
9856 for ac_exec_ext in '' $ac_executable_extensions; do
9857 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9858 ac_cv_prog_MINGWAR="$ac_prog"
9859 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
9860 break 2
9862 done
9863 done
9864 IFS=$as_save_IFS
9868 MINGWAR=$ac_cv_prog_MINGWAR
9869 if test -n "$MINGWAR"; then
9870 { $as_echo "$as_me:$LINENO: result: $MINGWAR" >&5
9871 $as_echo "$MINGWAR" >&6; }
9872 else
9873 { $as_echo "$as_me:$LINENO: result: no" >&5
9874 $as_echo "no" >&6; }
9878 test -n "$MINGWAR" && break
9879 done
9880 test -n "$MINGWAR" || MINGWAR="false"
9882 if test "$CROSSCC" != "false"
9883 then
9884 CROSSTEST="\$(CROSSTEST)"
9890 if test "$have_x" = "yes"
9891 then
9892 XLIB="-lXext -lX11"
9893 ac_save_CPPFLAGS="$CPPFLAGS"
9894 CPPFLAGS="$CPPFLAGS $X_CFLAGS"
9896 { $as_echo "$as_me:$LINENO: checking for -lX11" >&5
9897 $as_echo_n "checking for -lX11... " >&6; }
9898 if test "${ac_cv_lib_soname_X11+set}" = set; then
9899 $as_echo_n "(cached) " >&6
9900 else
9901 ac_check_soname_save_LIBS=$LIBS
9902 LIBS="-lX11 $X_LIBS $X_EXTRA_LIBS $LIBS"
9903 cat >conftest.$ac_ext <<_ACEOF
9904 /* confdefs.h. */
9905 _ACEOF
9906 cat confdefs.h >>conftest.$ac_ext
9907 cat >>conftest.$ac_ext <<_ACEOF
9908 /* end confdefs.h. */
9910 /* Override any GCC internal prototype to avoid an error.
9911 Use char because int might match the return type of a GCC
9912 builtin and then its argument prototype would still apply. */
9913 #ifdef __cplusplus
9914 extern "C"
9915 #endif
9916 char XCreateWindow ();
9918 main ()
9920 return XCreateWindow ();
9922 return 0;
9924 _ACEOF
9925 rm -f conftest.$ac_objext conftest$ac_exeext
9926 if { (ac_try="$ac_link"
9927 case "(($ac_try" in
9928 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9929 *) ac_try_echo=$ac_try;;
9930 esac
9931 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
9932 $as_echo "$ac_try_echo") >&5
9933 (eval "$ac_link") 2>conftest.er1
9934 ac_status=$?
9935 grep -v '^ *+' conftest.er1 >conftest.err
9936 rm -f conftest.er1
9937 cat conftest.err >&5
9938 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
9939 (exit $ac_status); } && {
9940 test -z "$ac_c_werror_flag" ||
9941 test ! -s conftest.err
9942 } && test -s conftest$ac_exeext && {
9943 test "$cross_compiling" = yes ||
9944 $as_test_x conftest$ac_exeext
9945 }; then
9946 case "$LIBEXT" in
9947 dll) ;;
9948 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'` ;;
9949 *) ac_cv_lib_soname_X11=`$ac_cv_path_LDD conftest$ac_exeext | grep "libX11\\.$LIBEXT" | sed -e "s/^.*\(libX11\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
9950 esac
9951 else
9952 $as_echo "$as_me: failed program was:" >&5
9953 sed 's/^/| /' conftest.$ac_ext >&5
9958 rm -rf conftest.dSYM
9959 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9960 conftest$ac_exeext conftest.$ac_ext
9961 LIBS=$ac_check_soname_save_LIBS
9963 if test "x$ac_cv_lib_soname_X11" = "x"; then
9964 { $as_echo "$as_me:$LINENO: result: not found" >&5
9965 $as_echo "not found" >&6; }
9967 else
9968 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_X11" >&5
9969 $as_echo "$ac_cv_lib_soname_X11" >&6; }
9971 cat >>confdefs.h <<_ACEOF
9972 #define SONAME_LIBX11 "$ac_cv_lib_soname_X11"
9973 _ACEOF
9978 { $as_echo "$as_me:$LINENO: checking for -lXext" >&5
9979 $as_echo_n "checking for -lXext... " >&6; }
9980 if test "${ac_cv_lib_soname_Xext+set}" = set; then
9981 $as_echo_n "(cached) " >&6
9982 else
9983 ac_check_soname_save_LIBS=$LIBS
9984 LIBS="-lXext $X_LIBS -lX11 $X_EXTRA_LIBS $LIBS"
9985 cat >conftest.$ac_ext <<_ACEOF
9986 /* confdefs.h. */
9987 _ACEOF
9988 cat confdefs.h >>conftest.$ac_ext
9989 cat >>conftest.$ac_ext <<_ACEOF
9990 /* end confdefs.h. */
9992 /* Override any GCC internal prototype to avoid an error.
9993 Use char because int might match the return type of a GCC
9994 builtin and then its argument prototype would still apply. */
9995 #ifdef __cplusplus
9996 extern "C"
9997 #endif
9998 char XextCreateExtension ();
10000 main ()
10002 return XextCreateExtension ();
10004 return 0;
10006 _ACEOF
10007 rm -f conftest.$ac_objext conftest$ac_exeext
10008 if { (ac_try="$ac_link"
10009 case "(($ac_try" in
10010 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10011 *) ac_try_echo=$ac_try;;
10012 esac
10013 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
10014 $as_echo "$ac_try_echo") >&5
10015 (eval "$ac_link") 2>conftest.er1
10016 ac_status=$?
10017 grep -v '^ *+' conftest.er1 >conftest.err
10018 rm -f conftest.er1
10019 cat conftest.err >&5
10020 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
10021 (exit $ac_status); } && {
10022 test -z "$ac_c_werror_flag" ||
10023 test ! -s conftest.err
10024 } && test -s conftest$ac_exeext && {
10025 test "$cross_compiling" = yes ||
10026 $as_test_x conftest$ac_exeext
10027 }; then
10028 case "$LIBEXT" in
10029 dll) ;;
10030 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'` ;;
10031 *) ac_cv_lib_soname_Xext=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXext\\.$LIBEXT" | sed -e "s/^.*\(libXext\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
10032 esac
10033 else
10034 $as_echo "$as_me: failed program was:" >&5
10035 sed 's/^/| /' conftest.$ac_ext >&5
10040 rm -rf conftest.dSYM
10041 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10042 conftest$ac_exeext conftest.$ac_ext
10043 LIBS=$ac_check_soname_save_LIBS
10045 if test "x$ac_cv_lib_soname_Xext" = "x"; then
10046 { $as_echo "$as_me:$LINENO: result: not found" >&5
10047 $as_echo "not found" >&6; }
10049 else
10050 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_Xext" >&5
10051 $as_echo "$ac_cv_lib_soname_Xext" >&6; }
10053 cat >>confdefs.h <<_ACEOF
10054 #define SONAME_LIBXEXT "$ac_cv_lib_soname_Xext"
10055 _ACEOF
10073 for ac_header in X11/Xlib.h \
10074 X11/XKBlib.h \
10075 X11/Xutil.h \
10076 X11/Xcursor/Xcursor.h \
10077 X11/extensions/shape.h \
10078 X11/extensions/XInput.h \
10079 X11/extensions/XShm.h \
10080 X11/extensions/Xcomposite.h \
10081 X11/extensions/Xinerama.h \
10082 X11/extensions/Xrandr.h \
10083 X11/extensions/Xrender.h \
10084 X11/extensions/xf86vmode.h
10086 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
10087 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
10088 $as_echo_n "checking for $ac_header... " >&6; }
10089 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
10090 $as_echo_n "(cached) " >&6
10091 else
10092 cat >conftest.$ac_ext <<_ACEOF
10093 /* confdefs.h. */
10094 _ACEOF
10095 cat confdefs.h >>conftest.$ac_ext
10096 cat >>conftest.$ac_ext <<_ACEOF
10097 /* end confdefs.h. */
10098 #ifdef HAVE_X11_XLIB_H
10099 # include <X11/Xlib.h>
10100 #endif
10101 #ifdef HAVE_X11_XUTIL_H
10102 # include <X11/Xutil.h>
10103 #endif
10105 #include <$ac_header>
10106 _ACEOF
10107 rm -f conftest.$ac_objext
10108 if { (ac_try="$ac_compile"
10109 case "(($ac_try" in
10110 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10111 *) ac_try_echo=$ac_try;;
10112 esac
10113 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
10114 $as_echo "$ac_try_echo") >&5
10115 (eval "$ac_compile") 2>conftest.er1
10116 ac_status=$?
10117 grep -v '^ *+' conftest.er1 >conftest.err
10118 rm -f conftest.er1
10119 cat conftest.err >&5
10120 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
10121 (exit $ac_status); } && {
10122 test -z "$ac_c_werror_flag" ||
10123 test ! -s conftest.err
10124 } && test -s conftest.$ac_objext; then
10125 eval "$as_ac_Header=yes"
10126 else
10127 $as_echo "$as_me: failed program was:" >&5
10128 sed 's/^/| /' conftest.$ac_ext >&5
10130 eval "$as_ac_Header=no"
10133 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
10135 ac_res=`eval 'as_val=${'$as_ac_Header'}
10136 $as_echo "$as_val"'`
10137 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
10138 $as_echo "$ac_res" >&6; }
10139 as_val=`eval 'as_val=${'$as_ac_Header'}
10140 $as_echo "$as_val"'`
10141 if test "x$as_val" = x""yes; then
10142 cat >>confdefs.h <<_ACEOF
10143 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
10144 _ACEOF
10148 done
10151 if test "$ac_cv_header_X11_XKBlib_h" = "yes"
10152 then
10153 { $as_echo "$as_me:$LINENO: checking for XkbQueryExtension in -lX11" >&5
10154 $as_echo_n "checking for XkbQueryExtension in -lX11... " >&6; }
10155 if test "${ac_cv_lib_X11_XkbQueryExtension+set}" = set; then
10156 $as_echo_n "(cached) " >&6
10157 else
10158 ac_check_lib_save_LIBS=$LIBS
10159 LIBS="-lX11 $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
10160 cat >conftest.$ac_ext <<_ACEOF
10161 /* confdefs.h. */
10162 _ACEOF
10163 cat confdefs.h >>conftest.$ac_ext
10164 cat >>conftest.$ac_ext <<_ACEOF
10165 /* end confdefs.h. */
10167 /* Override any GCC internal prototype to avoid an error.
10168 Use char because int might match the return type of a GCC
10169 builtin and then its argument prototype would still apply. */
10170 #ifdef __cplusplus
10171 extern "C"
10172 #endif
10173 char XkbQueryExtension ();
10175 main ()
10177 return XkbQueryExtension ();
10179 return 0;
10181 _ACEOF
10182 rm -f conftest.$ac_objext conftest$ac_exeext
10183 if { (ac_try="$ac_link"
10184 case "(($ac_try" in
10185 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10186 *) ac_try_echo=$ac_try;;
10187 esac
10188 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
10189 $as_echo "$ac_try_echo") >&5
10190 (eval "$ac_link") 2>conftest.er1
10191 ac_status=$?
10192 grep -v '^ *+' conftest.er1 >conftest.err
10193 rm -f conftest.er1
10194 cat conftest.err >&5
10195 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
10196 (exit $ac_status); } && {
10197 test -z "$ac_c_werror_flag" ||
10198 test ! -s conftest.err
10199 } && test -s conftest$ac_exeext && {
10200 test "$cross_compiling" = yes ||
10201 $as_test_x conftest$ac_exeext
10202 }; then
10203 ac_cv_lib_X11_XkbQueryExtension=yes
10204 else
10205 $as_echo "$as_me: failed program was:" >&5
10206 sed 's/^/| /' conftest.$ac_ext >&5
10208 ac_cv_lib_X11_XkbQueryExtension=no
10211 rm -rf conftest.dSYM
10212 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10213 conftest$ac_exeext conftest.$ac_ext
10214 LIBS=$ac_check_lib_save_LIBS
10216 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_X11_XkbQueryExtension" >&5
10217 $as_echo "$ac_cv_lib_X11_XkbQueryExtension" >&6; }
10218 if test "x$ac_cv_lib_X11_XkbQueryExtension" = x""yes; then
10220 cat >>confdefs.h <<\_ACEOF
10221 #define HAVE_XKB 1
10222 _ACEOF
10228 if test "$ac_cv_header_X11_Xcursor_Xcursor_h" = "yes"
10229 then
10230 { $as_echo "$as_me:$LINENO: checking for -lXcursor" >&5
10231 $as_echo_n "checking for -lXcursor... " >&6; }
10232 if test "${ac_cv_lib_soname_Xcursor+set}" = set; then
10233 $as_echo_n "(cached) " >&6
10234 else
10235 ac_check_soname_save_LIBS=$LIBS
10236 LIBS="-lXcursor $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
10237 cat >conftest.$ac_ext <<_ACEOF
10238 /* confdefs.h. */
10239 _ACEOF
10240 cat confdefs.h >>conftest.$ac_ext
10241 cat >>conftest.$ac_ext <<_ACEOF
10242 /* end confdefs.h. */
10244 /* Override any GCC internal prototype to avoid an error.
10245 Use char because int might match the return type of a GCC
10246 builtin and then its argument prototype would still apply. */
10247 #ifdef __cplusplus
10248 extern "C"
10249 #endif
10250 char XcursorImageLoadCursor ();
10252 main ()
10254 return XcursorImageLoadCursor ();
10256 return 0;
10258 _ACEOF
10259 rm -f conftest.$ac_objext conftest$ac_exeext
10260 if { (ac_try="$ac_link"
10261 case "(($ac_try" in
10262 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10263 *) ac_try_echo=$ac_try;;
10264 esac
10265 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
10266 $as_echo "$ac_try_echo") >&5
10267 (eval "$ac_link") 2>conftest.er1
10268 ac_status=$?
10269 grep -v '^ *+' conftest.er1 >conftest.err
10270 rm -f conftest.er1
10271 cat conftest.err >&5
10272 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
10273 (exit $ac_status); } && {
10274 test -z "$ac_c_werror_flag" ||
10275 test ! -s conftest.err
10276 } && test -s conftest$ac_exeext && {
10277 test "$cross_compiling" = yes ||
10278 $as_test_x conftest$ac_exeext
10279 }; then
10280 case "$LIBEXT" in
10281 dll) ;;
10282 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'` ;;
10283 *) ac_cv_lib_soname_Xcursor=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXcursor\\.$LIBEXT" | sed -e "s/^.*\(libXcursor\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
10284 esac
10285 else
10286 $as_echo "$as_me: failed program was:" >&5
10287 sed 's/^/| /' conftest.$ac_ext >&5
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_soname_save_LIBS
10297 if test "x$ac_cv_lib_soname_Xcursor" = "x"; then
10298 { $as_echo "$as_me:$LINENO: result: not found" >&5
10299 $as_echo "not found" >&6; }
10301 else
10302 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_Xcursor" >&5
10303 $as_echo "$ac_cv_lib_soname_Xcursor" >&6; }
10305 cat >>confdefs.h <<_ACEOF
10306 #define SONAME_LIBXCURSOR "$ac_cv_lib_soname_Xcursor"
10307 _ACEOF
10313 if test "x$ac_cv_lib_soname_Xcursor" = "x"; then
10314 case "x$with_xcursor" in
10315 x) wine_notices="$wine_notices|libxcursor ${notice_platform}development files not found, the Xcursor extension won't be supported." ;;
10316 xno) ;;
10317 *) { { $as_echo "$as_me:$LINENO: error: libxcursor ${notice_platform}development files not found, the Xcursor extension won't be supported.
10318 This is an error since --with-xcursor was requested." >&5
10319 $as_echo "$as_me: error: libxcursor ${notice_platform}development files not found, the Xcursor extension won't be supported.
10320 This is an error since --with-xcursor was requested." >&2;}
10321 { (exit 1); exit 1; }; } ;;
10322 esac
10326 if test "$ac_cv_header_X11_extensions_XInput_h" = "yes"
10327 then
10328 { $as_echo "$as_me:$LINENO: checking for -lXi" >&5
10329 $as_echo_n "checking for -lXi... " >&6; }
10330 if test "${ac_cv_lib_soname_Xi+set}" = set; then
10331 $as_echo_n "(cached) " >&6
10332 else
10333 ac_check_soname_save_LIBS=$LIBS
10334 LIBS="-lXi $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
10335 cat >conftest.$ac_ext <<_ACEOF
10336 /* confdefs.h. */
10337 _ACEOF
10338 cat confdefs.h >>conftest.$ac_ext
10339 cat >>conftest.$ac_ext <<_ACEOF
10340 /* end confdefs.h. */
10342 /* Override any GCC internal prototype to avoid an error.
10343 Use char because int might match the return type of a GCC
10344 builtin and then its argument prototype would still apply. */
10345 #ifdef __cplusplus
10346 extern "C"
10347 #endif
10348 char XOpenDevice ();
10350 main ()
10352 return XOpenDevice ();
10354 return 0;
10356 _ACEOF
10357 rm -f conftest.$ac_objext conftest$ac_exeext
10358 if { (ac_try="$ac_link"
10359 case "(($ac_try" in
10360 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10361 *) ac_try_echo=$ac_try;;
10362 esac
10363 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
10364 $as_echo "$ac_try_echo") >&5
10365 (eval "$ac_link") 2>conftest.er1
10366 ac_status=$?
10367 grep -v '^ *+' conftest.er1 >conftest.err
10368 rm -f conftest.er1
10369 cat conftest.err >&5
10370 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
10371 (exit $ac_status); } && {
10372 test -z "$ac_c_werror_flag" ||
10373 test ! -s conftest.err
10374 } && test -s conftest$ac_exeext && {
10375 test "$cross_compiling" = yes ||
10376 $as_test_x conftest$ac_exeext
10377 }; then
10378 case "$LIBEXT" in
10379 dll) ;;
10380 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'` ;;
10381 *) ac_cv_lib_soname_Xi=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXi\\.$LIBEXT" | sed -e "s/^.*\(libXi\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
10382 esac
10383 else
10384 $as_echo "$as_me: failed program was:" >&5
10385 sed 's/^/| /' conftest.$ac_ext >&5
10390 rm -rf conftest.dSYM
10391 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10392 conftest$ac_exeext conftest.$ac_ext
10393 LIBS=$ac_check_soname_save_LIBS
10395 if test "x$ac_cv_lib_soname_Xi" = "x"; then
10396 { $as_echo "$as_me:$LINENO: result: not found" >&5
10397 $as_echo "not found" >&6; }
10399 else
10400 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_Xi" >&5
10401 $as_echo "$ac_cv_lib_soname_Xi" >&6; }
10403 cat >>confdefs.h <<_ACEOF
10404 #define SONAME_LIBXI "$ac_cv_lib_soname_Xi"
10405 _ACEOF
10411 if test "x$ac_cv_lib_soname_Xi" = "x"; then
10412 case "x$with_xinput" in
10413 x) wine_notices="$wine_notices|libxi ${notice_platform}development files not found, the Xinput extension won't be supported." ;;
10414 xno) ;;
10415 *) { { $as_echo "$as_me:$LINENO: error: libxi ${notice_platform}development files not found, the Xinput extension won't be supported.
10416 This is an error since --with-xinput was requested." >&5
10417 $as_echo "$as_me: error: libxi ${notice_platform}development files not found, the Xinput extension won't be supported.
10418 This is an error since --with-xinput was requested." >&2;}
10419 { (exit 1); exit 1; }; } ;;
10420 esac
10424 if test "$ac_cv_header_X11_extensions_XShm_h" = "yes"
10425 then
10426 { $as_echo "$as_me:$LINENO: checking for XShmQueryExtension in -lXext" >&5
10427 $as_echo_n "checking for XShmQueryExtension in -lXext... " >&6; }
10428 if test "${ac_cv_lib_Xext_XShmQueryExtension+set}" = set; then
10429 $as_echo_n "(cached) " >&6
10430 else
10431 ac_check_lib_save_LIBS=$LIBS
10432 LIBS="-lXext $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
10433 cat >conftest.$ac_ext <<_ACEOF
10434 /* confdefs.h. */
10435 _ACEOF
10436 cat confdefs.h >>conftest.$ac_ext
10437 cat >>conftest.$ac_ext <<_ACEOF
10438 /* end confdefs.h. */
10440 /* Override any GCC internal prototype to avoid an error.
10441 Use char because int might match the return type of a GCC
10442 builtin and then its argument prototype would still apply. */
10443 #ifdef __cplusplus
10444 extern "C"
10445 #endif
10446 char XShmQueryExtension ();
10448 main ()
10450 return XShmQueryExtension ();
10452 return 0;
10454 _ACEOF
10455 rm -f conftest.$ac_objext conftest$ac_exeext
10456 if { (ac_try="$ac_link"
10457 case "(($ac_try" in
10458 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10459 *) ac_try_echo=$ac_try;;
10460 esac
10461 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
10462 $as_echo "$ac_try_echo") >&5
10463 (eval "$ac_link") 2>conftest.er1
10464 ac_status=$?
10465 grep -v '^ *+' conftest.er1 >conftest.err
10466 rm -f conftest.er1
10467 cat conftest.err >&5
10468 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
10469 (exit $ac_status); } && {
10470 test -z "$ac_c_werror_flag" ||
10471 test ! -s conftest.err
10472 } && test -s conftest$ac_exeext && {
10473 test "$cross_compiling" = yes ||
10474 $as_test_x conftest$ac_exeext
10475 }; then
10476 ac_cv_lib_Xext_XShmQueryExtension=yes
10477 else
10478 $as_echo "$as_me: failed program was:" >&5
10479 sed 's/^/| /' conftest.$ac_ext >&5
10481 ac_cv_lib_Xext_XShmQueryExtension=no
10484 rm -rf conftest.dSYM
10485 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10486 conftest$ac_exeext conftest.$ac_ext
10487 LIBS=$ac_check_lib_save_LIBS
10489 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_Xext_XShmQueryExtension" >&5
10490 $as_echo "$ac_cv_lib_Xext_XShmQueryExtension" >&6; }
10491 if test "x$ac_cv_lib_Xext_XShmQueryExtension" = x""yes; then
10493 cat >>confdefs.h <<\_ACEOF
10494 #define HAVE_LIBXXSHM 1
10495 _ACEOF
10500 if test "$ac_cv_lib_Xext_XShmQueryExtension" != "yes"; then
10501 case "x$with_xshm" in
10502 x) wine_notices="$wine_notices|XShm ${notice_platform}development files not found, X Shared Memory won't be supported." ;;
10503 xno) ;;
10504 *) { { $as_echo "$as_me:$LINENO: error: XShm ${notice_platform}development files not found, X Shared Memory won't be supported.
10505 This is an error since --with-xshm was requested." >&5
10506 $as_echo "$as_me: error: XShm ${notice_platform}development files not found, X Shared Memory won't be supported.
10507 This is an error since --with-xshm was requested." >&2;}
10508 { (exit 1); exit 1; }; } ;;
10509 esac
10513 if test "$ac_cv_header_X11_extensions_shape_h" = "yes"
10514 then
10515 { $as_echo "$as_me:$LINENO: checking for XShapeQueryExtension in -lXext" >&5
10516 $as_echo_n "checking for XShapeQueryExtension in -lXext... " >&6; }
10517 if test "${ac_cv_lib_Xext_XShapeQueryExtension+set}" = set; then
10518 $as_echo_n "(cached) " >&6
10519 else
10520 ac_check_lib_save_LIBS=$LIBS
10521 LIBS="-lXext $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
10522 cat >conftest.$ac_ext <<_ACEOF
10523 /* confdefs.h. */
10524 _ACEOF
10525 cat confdefs.h >>conftest.$ac_ext
10526 cat >>conftest.$ac_ext <<_ACEOF
10527 /* end confdefs.h. */
10529 /* Override any GCC internal prototype to avoid an error.
10530 Use char because int might match the return type of a GCC
10531 builtin and then its argument prototype would still apply. */
10532 #ifdef __cplusplus
10533 extern "C"
10534 #endif
10535 char XShapeQueryExtension ();
10537 main ()
10539 return XShapeQueryExtension ();
10541 return 0;
10543 _ACEOF
10544 rm -f conftest.$ac_objext conftest$ac_exeext
10545 if { (ac_try="$ac_link"
10546 case "(($ac_try" in
10547 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10548 *) ac_try_echo=$ac_try;;
10549 esac
10550 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
10551 $as_echo "$ac_try_echo") >&5
10552 (eval "$ac_link") 2>conftest.er1
10553 ac_status=$?
10554 grep -v '^ *+' conftest.er1 >conftest.err
10555 rm -f conftest.er1
10556 cat conftest.err >&5
10557 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
10558 (exit $ac_status); } && {
10559 test -z "$ac_c_werror_flag" ||
10560 test ! -s conftest.err
10561 } && test -s conftest$ac_exeext && {
10562 test "$cross_compiling" = yes ||
10563 $as_test_x conftest$ac_exeext
10564 }; then
10565 ac_cv_lib_Xext_XShapeQueryExtension=yes
10566 else
10567 $as_echo "$as_me: failed program was:" >&5
10568 sed 's/^/| /' conftest.$ac_ext >&5
10570 ac_cv_lib_Xext_XShapeQueryExtension=no
10573 rm -rf conftest.dSYM
10574 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10575 conftest$ac_exeext conftest.$ac_ext
10576 LIBS=$ac_check_lib_save_LIBS
10578 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_Xext_XShapeQueryExtension" >&5
10579 $as_echo "$ac_cv_lib_Xext_XShapeQueryExtension" >&6; }
10580 if test "x$ac_cv_lib_Xext_XShapeQueryExtension" = x""yes; then
10582 cat >>confdefs.h <<\_ACEOF
10583 #define HAVE_LIBXSHAPE 1
10584 _ACEOF
10589 if test "$ac_cv_lib_Xext_XShapeQueryExtension" != "yes"; then
10590 case "x$with_xshape" in
10591 x) wine_notices="$wine_notices|XShape ${notice_platform}development files not found, XShape won't be supported." ;;
10592 xno) ;;
10593 *) { { $as_echo "$as_me:$LINENO: error: XShape ${notice_platform}development files not found, XShape won't be supported.
10594 This is an error since --with-xshape was requested." >&5
10595 $as_echo "$as_me: error: XShape ${notice_platform}development files not found, XShape won't be supported.
10596 This is an error since --with-xshape was requested." >&2;}
10597 { (exit 1); exit 1; }; } ;;
10598 esac
10602 if test "$ac_cv_header_X11_extensions_xf86vmode_h" = "yes"
10603 then
10604 { $as_echo "$as_me:$LINENO: checking for -lXxf86vm" >&5
10605 $as_echo_n "checking for -lXxf86vm... " >&6; }
10606 if test "${ac_cv_lib_soname_Xxf86vm+set}" = set; then
10607 $as_echo_n "(cached) " >&6
10608 else
10609 ac_check_soname_save_LIBS=$LIBS
10610 LIBS="-lXxf86vm $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
10611 cat >conftest.$ac_ext <<_ACEOF
10612 /* confdefs.h. */
10613 _ACEOF
10614 cat confdefs.h >>conftest.$ac_ext
10615 cat >>conftest.$ac_ext <<_ACEOF
10616 /* end confdefs.h. */
10618 /* Override any GCC internal prototype to avoid an error.
10619 Use char because int might match the return type of a GCC
10620 builtin and then its argument prototype would still apply. */
10621 #ifdef __cplusplus
10622 extern "C"
10623 #endif
10624 char XF86VidModeQueryExtension ();
10626 main ()
10628 return XF86VidModeQueryExtension ();
10630 return 0;
10632 _ACEOF
10633 rm -f conftest.$ac_objext conftest$ac_exeext
10634 if { (ac_try="$ac_link"
10635 case "(($ac_try" in
10636 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10637 *) ac_try_echo=$ac_try;;
10638 esac
10639 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
10640 $as_echo "$ac_try_echo") >&5
10641 (eval "$ac_link") 2>conftest.er1
10642 ac_status=$?
10643 grep -v '^ *+' conftest.er1 >conftest.err
10644 rm -f conftest.er1
10645 cat conftest.err >&5
10646 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
10647 (exit $ac_status); } && {
10648 test -z "$ac_c_werror_flag" ||
10649 test ! -s conftest.err
10650 } && test -s conftest$ac_exeext && {
10651 test "$cross_compiling" = yes ||
10652 $as_test_x conftest$ac_exeext
10653 }; then
10654 case "$LIBEXT" in
10655 dll) ;;
10656 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'` ;;
10657 *) ac_cv_lib_soname_Xxf86vm=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXxf86vm\\.$LIBEXT" | sed -e "s/^.*\(libXxf86vm\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
10658 esac
10659 else
10660 $as_echo "$as_me: failed program was:" >&5
10661 sed 's/^/| /' conftest.$ac_ext >&5
10666 rm -rf conftest.dSYM
10667 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10668 conftest$ac_exeext conftest.$ac_ext
10669 LIBS=$ac_check_soname_save_LIBS
10671 if test "x$ac_cv_lib_soname_Xxf86vm" = "x"; then
10672 { $as_echo "$as_me:$LINENO: result: not found" >&5
10673 $as_echo "not found" >&6; }
10675 else
10676 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_Xxf86vm" >&5
10677 $as_echo "$ac_cv_lib_soname_Xxf86vm" >&6; }
10679 cat >>confdefs.h <<_ACEOF
10680 #define SONAME_LIBXXF86VM "$ac_cv_lib_soname_Xxf86vm"
10681 _ACEOF
10687 if test "x$ac_cv_lib_soname_Xxf86vm" = "x"; then
10688 case "x$with_xxf86vm" in
10689 x) wine_notices="$wine_notices|libXxf86vm ${notice_platform}development files not found, XFree86 Vidmode won't be supported." ;;
10690 xno) ;;
10691 *) { { $as_echo "$as_me:$LINENO: error: libXxf86vm ${notice_platform}development files not found, XFree86 Vidmode won't be supported.
10692 This is an error since --with-xxf86vm was requested." >&5
10693 $as_echo "$as_me: error: libXxf86vm ${notice_platform}development files not found, XFree86 Vidmode won't be supported.
10694 This is an error since --with-xxf86vm was requested." >&2;}
10695 { (exit 1); exit 1; }; } ;;
10696 esac
10700 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"
10701 then
10702 { $as_echo "$as_me:$LINENO: checking for -lXrender" >&5
10703 $as_echo_n "checking for -lXrender... " >&6; }
10704 if test "${ac_cv_lib_soname_Xrender+set}" = set; then
10705 $as_echo_n "(cached) " >&6
10706 else
10707 ac_check_soname_save_LIBS=$LIBS
10708 LIBS="-lXrender $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
10709 cat >conftest.$ac_ext <<_ACEOF
10710 /* confdefs.h. */
10711 _ACEOF
10712 cat confdefs.h >>conftest.$ac_ext
10713 cat >>conftest.$ac_ext <<_ACEOF
10714 /* end confdefs.h. */
10716 /* Override any GCC internal prototype to avoid an error.
10717 Use char because int might match the return type of a GCC
10718 builtin and then its argument prototype would still apply. */
10719 #ifdef __cplusplus
10720 extern "C"
10721 #endif
10722 char XRenderQueryExtension ();
10724 main ()
10726 return XRenderQueryExtension ();
10728 return 0;
10730 _ACEOF
10731 rm -f conftest.$ac_objext conftest$ac_exeext
10732 if { (ac_try="$ac_link"
10733 case "(($ac_try" in
10734 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10735 *) ac_try_echo=$ac_try;;
10736 esac
10737 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
10738 $as_echo "$ac_try_echo") >&5
10739 (eval "$ac_link") 2>conftest.er1
10740 ac_status=$?
10741 grep -v '^ *+' conftest.er1 >conftest.err
10742 rm -f conftest.er1
10743 cat conftest.err >&5
10744 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
10745 (exit $ac_status); } && {
10746 test -z "$ac_c_werror_flag" ||
10747 test ! -s conftest.err
10748 } && test -s conftest$ac_exeext && {
10749 test "$cross_compiling" = yes ||
10750 $as_test_x conftest$ac_exeext
10751 }; then
10752 case "$LIBEXT" in
10753 dll) ;;
10754 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'` ;;
10755 *) ac_cv_lib_soname_Xrender=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXrender\\.$LIBEXT" | sed -e "s/^.*\(libXrender\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
10756 esac
10757 else
10758 $as_echo "$as_me: failed program was:" >&5
10759 sed 's/^/| /' conftest.$ac_ext >&5
10764 rm -rf conftest.dSYM
10765 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10766 conftest$ac_exeext conftest.$ac_ext
10767 LIBS=$ac_check_soname_save_LIBS
10769 if test "x$ac_cv_lib_soname_Xrender" = "x"; then
10770 { $as_echo "$as_me:$LINENO: result: not found" >&5
10771 $as_echo "not found" >&6; }
10773 else
10774 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_Xrender" >&5
10775 $as_echo "$ac_cv_lib_soname_Xrender" >&6; }
10777 cat >>confdefs.h <<_ACEOF
10778 #define SONAME_LIBXRENDER "$ac_cv_lib_soname_Xrender"
10779 _ACEOF
10781 { $as_echo "$as_me:$LINENO: checking for XRenderSetPictureTransform in -lXrender" >&5
10782 $as_echo_n "checking for XRenderSetPictureTransform in -lXrender... " >&6; }
10783 if test "${ac_cv_lib_Xrender_XRenderSetPictureTransform+set}" = set; then
10784 $as_echo_n "(cached) " >&6
10785 else
10786 ac_check_lib_save_LIBS=$LIBS
10787 LIBS="-lXrender $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
10788 cat >conftest.$ac_ext <<_ACEOF
10789 /* confdefs.h. */
10790 _ACEOF
10791 cat confdefs.h >>conftest.$ac_ext
10792 cat >>conftest.$ac_ext <<_ACEOF
10793 /* end confdefs.h. */
10795 /* Override any GCC internal prototype to avoid an error.
10796 Use char because int might match the return type of a GCC
10797 builtin and then its argument prototype would still apply. */
10798 #ifdef __cplusplus
10799 extern "C"
10800 #endif
10801 char XRenderSetPictureTransform ();
10803 main ()
10805 return XRenderSetPictureTransform ();
10807 return 0;
10809 _ACEOF
10810 rm -f conftest.$ac_objext conftest$ac_exeext
10811 if { (ac_try="$ac_link"
10812 case "(($ac_try" in
10813 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10814 *) ac_try_echo=$ac_try;;
10815 esac
10816 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
10817 $as_echo "$ac_try_echo") >&5
10818 (eval "$ac_link") 2>conftest.er1
10819 ac_status=$?
10820 grep -v '^ *+' conftest.er1 >conftest.err
10821 rm -f conftest.er1
10822 cat conftest.err >&5
10823 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
10824 (exit $ac_status); } && {
10825 test -z "$ac_c_werror_flag" ||
10826 test ! -s conftest.err
10827 } && test -s conftest$ac_exeext && {
10828 test "$cross_compiling" = yes ||
10829 $as_test_x conftest$ac_exeext
10830 }; then
10831 ac_cv_lib_Xrender_XRenderSetPictureTransform=yes
10832 else
10833 $as_echo "$as_me: failed program was:" >&5
10834 sed 's/^/| /' conftest.$ac_ext >&5
10836 ac_cv_lib_Xrender_XRenderSetPictureTransform=no
10839 rm -rf conftest.dSYM
10840 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10841 conftest$ac_exeext conftest.$ac_ext
10842 LIBS=$ac_check_lib_save_LIBS
10844 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_Xrender_XRenderSetPictureTransform" >&5
10845 $as_echo "$ac_cv_lib_Xrender_XRenderSetPictureTransform" >&6; }
10846 if test "x$ac_cv_lib_Xrender_XRenderSetPictureTransform" = x""yes; then
10848 cat >>confdefs.h <<\_ACEOF
10849 #define HAVE_XRENDERSETPICTURETRANSFORM 1
10850 _ACEOF
10858 if test "x$ac_cv_lib_soname_Xrender" = "x"; then
10859 case "x$with_xrender" in
10860 x) wine_warnings="$wine_warnings|libxrender ${notice_platform}development files not found, XRender won't be supported." ;;
10861 xno) ;;
10862 *) { { $as_echo "$as_me:$LINENO: error: libxrender ${notice_platform}development files not found, XRender won't be supported.
10863 This is an error since --with-xrender was requested." >&5
10864 $as_echo "$as_me: error: libxrender ${notice_platform}development files not found, XRender won't be supported.
10865 This is an error since --with-xrender was requested." >&2;}
10866 { (exit 1); exit 1; }; } ;;
10867 esac
10871 if test "$ac_cv_header_X11_extensions_Xrandr_h" = "yes" -a "x$ac_cv_lib_soname_Xrender" != "x"
10872 then
10873 cat >conftest.$ac_ext <<_ACEOF
10874 /* confdefs.h. */
10875 _ACEOF
10876 cat confdefs.h >>conftest.$ac_ext
10877 cat >>conftest.$ac_ext <<_ACEOF
10878 /* end confdefs.h. */
10879 #include <X11/Xlib.h>
10880 #include <X11/extensions/Xrandr.h>
10882 main ()
10884 static typeof(XRRSetScreenConfigAndRate) * func;
10886 return 0;
10888 _ACEOF
10889 rm -f conftest.$ac_objext
10890 if { (ac_try="$ac_compile"
10891 case "(($ac_try" in
10892 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10893 *) ac_try_echo=$ac_try;;
10894 esac
10895 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
10896 $as_echo "$ac_try_echo") >&5
10897 (eval "$ac_compile") 2>conftest.er1
10898 ac_status=$?
10899 grep -v '^ *+' conftest.er1 >conftest.err
10900 rm -f conftest.er1
10901 cat conftest.err >&5
10902 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
10903 (exit $ac_status); } && {
10904 test -z "$ac_c_werror_flag" ||
10905 test ! -s conftest.err
10906 } && test -s conftest.$ac_objext; then
10907 { $as_echo "$as_me:$LINENO: checking for -lXrandr" >&5
10908 $as_echo_n "checking for -lXrandr... " >&6; }
10909 if test "${ac_cv_lib_soname_Xrandr+set}" = set; then
10910 $as_echo_n "(cached) " >&6
10911 else
10912 ac_check_soname_save_LIBS=$LIBS
10913 LIBS="-lXrandr $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
10914 cat >conftest.$ac_ext <<_ACEOF
10915 /* confdefs.h. */
10916 _ACEOF
10917 cat confdefs.h >>conftest.$ac_ext
10918 cat >>conftest.$ac_ext <<_ACEOF
10919 /* end confdefs.h. */
10921 /* Override any GCC internal prototype to avoid an error.
10922 Use char because int might match the return type of a GCC
10923 builtin and then its argument prototype would still apply. */
10924 #ifdef __cplusplus
10925 extern "C"
10926 #endif
10927 char XRRQueryExtension ();
10929 main ()
10931 return XRRQueryExtension ();
10933 return 0;
10935 _ACEOF
10936 rm -f conftest.$ac_objext conftest$ac_exeext
10937 if { (ac_try="$ac_link"
10938 case "(($ac_try" in
10939 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10940 *) ac_try_echo=$ac_try;;
10941 esac
10942 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
10943 $as_echo "$ac_try_echo") >&5
10944 (eval "$ac_link") 2>conftest.er1
10945 ac_status=$?
10946 grep -v '^ *+' conftest.er1 >conftest.err
10947 rm -f conftest.er1
10948 cat conftest.err >&5
10949 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
10950 (exit $ac_status); } && {
10951 test -z "$ac_c_werror_flag" ||
10952 test ! -s conftest.err
10953 } && test -s conftest$ac_exeext && {
10954 test "$cross_compiling" = yes ||
10955 $as_test_x conftest$ac_exeext
10956 }; then
10957 case "$LIBEXT" in
10958 dll) ;;
10959 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'` ;;
10960 *) ac_cv_lib_soname_Xrandr=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXrandr\\.$LIBEXT" | sed -e "s/^.*\(libXrandr\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
10961 esac
10962 else
10963 $as_echo "$as_me: failed program was:" >&5
10964 sed 's/^/| /' conftest.$ac_ext >&5
10969 rm -rf conftest.dSYM
10970 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10971 conftest$ac_exeext conftest.$ac_ext
10972 LIBS=$ac_check_soname_save_LIBS
10974 if test "x$ac_cv_lib_soname_Xrandr" = "x"; then
10975 { $as_echo "$as_me:$LINENO: result: not found" >&5
10976 $as_echo "not found" >&6; }
10978 else
10979 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_Xrandr" >&5
10980 $as_echo "$ac_cv_lib_soname_Xrandr" >&6; }
10982 cat >>confdefs.h <<_ACEOF
10983 #define SONAME_LIBXRANDR "$ac_cv_lib_soname_Xrandr"
10984 _ACEOF
10989 else
10990 $as_echo "$as_me: failed program was:" >&5
10991 sed 's/^/| /' conftest.$ac_ext >&5
10996 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
10998 if test "x$ac_cv_lib_soname_Xrandr" = "x"; then
10999 case "x$with_xrandr" in
11000 x) wine_notices="$wine_notices|libxrandr ${notice_platform}development files not found, XRandr won't be supported." ;;
11001 xno) ;;
11002 *) { { $as_echo "$as_me:$LINENO: error: libxrandr ${notice_platform}development files not found, XRandr won't be supported.
11003 This is an error since --with-xrandr was requested." >&5
11004 $as_echo "$as_me: error: libxrandr ${notice_platform}development files not found, XRandr won't be supported.
11005 This is an error since --with-xrandr was requested." >&2;}
11006 { (exit 1); exit 1; }; } ;;
11007 esac
11011 if test "$ac_cv_header_X11_extensions_Xinerama_h" = "yes"
11012 then
11013 cat >conftest.$ac_ext <<_ACEOF
11014 /* confdefs.h. */
11015 _ACEOF
11016 cat confdefs.h >>conftest.$ac_ext
11017 cat >>conftest.$ac_ext <<_ACEOF
11018 /* end confdefs.h. */
11019 #include <X11/Xlib.h>
11020 #include <X11/extensions/Xinerama.h>
11022 main ()
11024 static typeof(XineramaQueryScreens) * func;
11026 return 0;
11028 _ACEOF
11029 rm -f conftest.$ac_objext
11030 if { (ac_try="$ac_compile"
11031 case "(($ac_try" in
11032 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11033 *) ac_try_echo=$ac_try;;
11034 esac
11035 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
11036 $as_echo "$ac_try_echo") >&5
11037 (eval "$ac_compile") 2>conftest.er1
11038 ac_status=$?
11039 grep -v '^ *+' conftest.er1 >conftest.err
11040 rm -f conftest.er1
11041 cat conftest.err >&5
11042 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
11043 (exit $ac_status); } && {
11044 test -z "$ac_c_werror_flag" ||
11045 test ! -s conftest.err
11046 } && test -s conftest.$ac_objext; then
11047 { $as_echo "$as_me:$LINENO: checking for -lXinerama" >&5
11048 $as_echo_n "checking for -lXinerama... " >&6; }
11049 if test "${ac_cv_lib_soname_Xinerama+set}" = set; then
11050 $as_echo_n "(cached) " >&6
11051 else
11052 ac_check_soname_save_LIBS=$LIBS
11053 LIBS="-lXinerama $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
11054 cat >conftest.$ac_ext <<_ACEOF
11055 /* confdefs.h. */
11056 _ACEOF
11057 cat confdefs.h >>conftest.$ac_ext
11058 cat >>conftest.$ac_ext <<_ACEOF
11059 /* end confdefs.h. */
11061 /* Override any GCC internal prototype to avoid an error.
11062 Use char because int might match the return type of a GCC
11063 builtin and then its argument prototype would still apply. */
11064 #ifdef __cplusplus
11065 extern "C"
11066 #endif
11067 char XineramaQueryScreens ();
11069 main ()
11071 return XineramaQueryScreens ();
11073 return 0;
11075 _ACEOF
11076 rm -f conftest.$ac_objext conftest$ac_exeext
11077 if { (ac_try="$ac_link"
11078 case "(($ac_try" in
11079 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11080 *) ac_try_echo=$ac_try;;
11081 esac
11082 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
11083 $as_echo "$ac_try_echo") >&5
11084 (eval "$ac_link") 2>conftest.er1
11085 ac_status=$?
11086 grep -v '^ *+' conftest.er1 >conftest.err
11087 rm -f conftest.er1
11088 cat conftest.err >&5
11089 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
11090 (exit $ac_status); } && {
11091 test -z "$ac_c_werror_flag" ||
11092 test ! -s conftest.err
11093 } && test -s conftest$ac_exeext && {
11094 test "$cross_compiling" = yes ||
11095 $as_test_x conftest$ac_exeext
11096 }; then
11097 case "$LIBEXT" in
11098 dll) ;;
11099 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'` ;;
11100 *) ac_cv_lib_soname_Xinerama=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXinerama\\.$LIBEXT" | sed -e "s/^.*\(libXinerama\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
11101 esac
11102 else
11103 $as_echo "$as_me: failed program was:" >&5
11104 sed 's/^/| /' conftest.$ac_ext >&5
11109 rm -rf conftest.dSYM
11110 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
11111 conftest$ac_exeext conftest.$ac_ext
11112 LIBS=$ac_check_soname_save_LIBS
11114 if test "x$ac_cv_lib_soname_Xinerama" = "x"; then
11115 { $as_echo "$as_me:$LINENO: result: not found" >&5
11116 $as_echo "not found" >&6; }
11118 else
11119 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_Xinerama" >&5
11120 $as_echo "$ac_cv_lib_soname_Xinerama" >&6; }
11122 cat >>confdefs.h <<_ACEOF
11123 #define SONAME_LIBXINERAMA "$ac_cv_lib_soname_Xinerama"
11124 _ACEOF
11129 else
11130 $as_echo "$as_me: failed program was:" >&5
11131 sed 's/^/| /' conftest.$ac_ext >&5
11136 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11138 if test "x$ac_cv_lib_soname_Xinerama" = "x"; then
11139 case "x$with_xinerama" in
11140 x) wine_notices="$wine_notices|libxinerama ${notice_platform}development files not found, multi-monitor setups won't be supported." ;;
11141 xno) ;;
11142 *) { { $as_echo "$as_me:$LINENO: error: libxinerama ${notice_platform}development files not found, multi-monitor setups won't be supported.
11143 This is an error since --with-xinerama was requested." >&5
11144 $as_echo "$as_me: error: libxinerama ${notice_platform}development files not found, multi-monitor setups won't be supported.
11145 This is an error since --with-xinerama was requested." >&2;}
11146 { (exit 1); exit 1; }; } ;;
11147 esac
11151 if test "$ac_cv_header_X11_extensions_Xcomposite_h" = "yes"
11152 then
11153 { $as_echo "$as_me:$LINENO: checking for -lXcomposite" >&5
11154 $as_echo_n "checking for -lXcomposite... " >&6; }
11155 if test "${ac_cv_lib_soname_Xcomposite+set}" = set; then
11156 $as_echo_n "(cached) " >&6
11157 else
11158 ac_check_soname_save_LIBS=$LIBS
11159 LIBS="-lXcomposite $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
11160 cat >conftest.$ac_ext <<_ACEOF
11161 /* confdefs.h. */
11162 _ACEOF
11163 cat confdefs.h >>conftest.$ac_ext
11164 cat >>conftest.$ac_ext <<_ACEOF
11165 /* end confdefs.h. */
11167 /* Override any GCC internal prototype to avoid an error.
11168 Use char because int might match the return type of a GCC
11169 builtin and then its argument prototype would still apply. */
11170 #ifdef __cplusplus
11171 extern "C"
11172 #endif
11173 char XCompositeRedirectWindow ();
11175 main ()
11177 return XCompositeRedirectWindow ();
11179 return 0;
11181 _ACEOF
11182 rm -f conftest.$ac_objext conftest$ac_exeext
11183 if { (ac_try="$ac_link"
11184 case "(($ac_try" in
11185 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11186 *) ac_try_echo=$ac_try;;
11187 esac
11188 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
11189 $as_echo "$ac_try_echo") >&5
11190 (eval "$ac_link") 2>conftest.er1
11191 ac_status=$?
11192 grep -v '^ *+' conftest.er1 >conftest.err
11193 rm -f conftest.er1
11194 cat conftest.err >&5
11195 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
11196 (exit $ac_status); } && {
11197 test -z "$ac_c_werror_flag" ||
11198 test ! -s conftest.err
11199 } && test -s conftest$ac_exeext && {
11200 test "$cross_compiling" = yes ||
11201 $as_test_x conftest$ac_exeext
11202 }; then
11203 case "$LIBEXT" in
11204 dll) ;;
11205 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'` ;;
11206 *) ac_cv_lib_soname_Xcomposite=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXcomposite\\.$LIBEXT" | sed -e "s/^.*\(libXcomposite\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
11207 esac
11208 else
11209 $as_echo "$as_me: failed program was:" >&5
11210 sed 's/^/| /' conftest.$ac_ext >&5
11215 rm -rf conftest.dSYM
11216 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
11217 conftest$ac_exeext conftest.$ac_ext
11218 LIBS=$ac_check_soname_save_LIBS
11220 if test "x$ac_cv_lib_soname_Xcomposite" = "x"; then
11221 { $as_echo "$as_me:$LINENO: result: not found" >&5
11222 $as_echo "not found" >&6; }
11224 else
11225 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_Xcomposite" >&5
11226 $as_echo "$ac_cv_lib_soname_Xcomposite" >&6; }
11228 cat >>confdefs.h <<_ACEOF
11229 #define SONAME_LIBXCOMPOSITE "$ac_cv_lib_soname_Xcomposite"
11230 _ACEOF
11236 if test "x$ac_cv_lib_soname_Xcomposite" = "x"; then
11237 case "x$with_xcomposite" in
11238 x) wine_notices="$wine_notices|libxcomposite ${notice_platform}development files not found, Xcomposite won't be supported." ;;
11239 xno) ;;
11240 *) { { $as_echo "$as_me:$LINENO: error: libxcomposite ${notice_platform}development files not found, Xcomposite won't be supported.
11241 This is an error since --with-xcomposite was requested." >&5
11242 $as_echo "$as_me: error: libxcomposite ${notice_platform}development files not found, Xcomposite won't be supported.
11243 This is an error since --with-xcomposite was requested." >&2;}
11244 { (exit 1); exit 1; }; } ;;
11245 esac
11249 { $as_echo "$as_me:$LINENO: checking for XICCallback.callback" >&5
11250 $as_echo_n "checking for XICCallback.callback... " >&6; }
11251 if test "${ac_cv_member_XICCallback_callback+set}" = set; then
11252 $as_echo_n "(cached) " >&6
11253 else
11254 cat >conftest.$ac_ext <<_ACEOF
11255 /* confdefs.h. */
11256 _ACEOF
11257 cat confdefs.h >>conftest.$ac_ext
11258 cat >>conftest.$ac_ext <<_ACEOF
11259 /* end confdefs.h. */
11260 #ifdef HAVE_X11_XLIB_H
11261 #include <X11/Xlib.h>
11262 #endif
11265 main ()
11267 static XICCallback ac_aggr;
11268 if (ac_aggr.callback)
11269 return 0;
11271 return 0;
11273 _ACEOF
11274 rm -f conftest.$ac_objext
11275 if { (ac_try="$ac_compile"
11276 case "(($ac_try" in
11277 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11278 *) ac_try_echo=$ac_try;;
11279 esac
11280 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
11281 $as_echo "$ac_try_echo") >&5
11282 (eval "$ac_compile") 2>conftest.er1
11283 ac_status=$?
11284 grep -v '^ *+' conftest.er1 >conftest.err
11285 rm -f conftest.er1
11286 cat conftest.err >&5
11287 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
11288 (exit $ac_status); } && {
11289 test -z "$ac_c_werror_flag" ||
11290 test ! -s conftest.err
11291 } && test -s conftest.$ac_objext; then
11292 ac_cv_member_XICCallback_callback=yes
11293 else
11294 $as_echo "$as_me: failed program was:" >&5
11295 sed 's/^/| /' conftest.$ac_ext >&5
11297 cat >conftest.$ac_ext <<_ACEOF
11298 /* confdefs.h. */
11299 _ACEOF
11300 cat confdefs.h >>conftest.$ac_ext
11301 cat >>conftest.$ac_ext <<_ACEOF
11302 /* end confdefs.h. */
11303 #ifdef HAVE_X11_XLIB_H
11304 #include <X11/Xlib.h>
11305 #endif
11308 main ()
11310 static XICCallback ac_aggr;
11311 if (sizeof ac_aggr.callback)
11312 return 0;
11314 return 0;
11316 _ACEOF
11317 rm -f conftest.$ac_objext
11318 if { (ac_try="$ac_compile"
11319 case "(($ac_try" in
11320 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11321 *) ac_try_echo=$ac_try;;
11322 esac
11323 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
11324 $as_echo "$ac_try_echo") >&5
11325 (eval "$ac_compile") 2>conftest.er1
11326 ac_status=$?
11327 grep -v '^ *+' conftest.er1 >conftest.err
11328 rm -f conftest.er1
11329 cat conftest.err >&5
11330 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
11331 (exit $ac_status); } && {
11332 test -z "$ac_c_werror_flag" ||
11333 test ! -s conftest.err
11334 } && test -s conftest.$ac_objext; then
11335 ac_cv_member_XICCallback_callback=yes
11336 else
11337 $as_echo "$as_me: failed program was:" >&5
11338 sed 's/^/| /' conftest.$ac_ext >&5
11340 ac_cv_member_XICCallback_callback=no
11343 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11346 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11348 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_XICCallback_callback" >&5
11349 $as_echo "$ac_cv_member_XICCallback_callback" >&6; }
11350 if test "x$ac_cv_member_XICCallback_callback" = x""yes; then
11352 cat >>confdefs.h <<_ACEOF
11353 #define HAVE_XICCALLBACK_CALLBACK 1
11354 _ACEOF
11361 opengl_msg=""
11362 if test "x$with_opengl" != "xno"
11363 then
11368 for ac_header in GL/gl.h GL/glx.h GL/glext.h GL/glu.h
11370 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
11371 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
11372 $as_echo_n "checking for $ac_header... " >&6; }
11373 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
11374 $as_echo_n "(cached) " >&6
11375 else
11376 cat >conftest.$ac_ext <<_ACEOF
11377 /* confdefs.h. */
11378 _ACEOF
11379 cat confdefs.h >>conftest.$ac_ext
11380 cat >>conftest.$ac_ext <<_ACEOF
11381 /* end confdefs.h. */
11382 #ifdef HAVE_GL_GLX_H
11383 # include <GL/glx.h>
11384 #endif
11386 #include <$ac_header>
11387 _ACEOF
11388 rm -f conftest.$ac_objext
11389 if { (ac_try="$ac_compile"
11390 case "(($ac_try" in
11391 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11392 *) ac_try_echo=$ac_try;;
11393 esac
11394 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
11395 $as_echo "$ac_try_echo") >&5
11396 (eval "$ac_compile") 2>conftest.er1
11397 ac_status=$?
11398 grep -v '^ *+' conftest.er1 >conftest.err
11399 rm -f conftest.er1
11400 cat conftest.err >&5
11401 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
11402 (exit $ac_status); } && {
11403 test -z "$ac_c_werror_flag" ||
11404 test ! -s conftest.err
11405 } && test -s conftest.$ac_objext; then
11406 eval "$as_ac_Header=yes"
11407 else
11408 $as_echo "$as_me: failed program was:" >&5
11409 sed 's/^/| /' conftest.$ac_ext >&5
11411 eval "$as_ac_Header=no"
11414 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11416 ac_res=`eval 'as_val=${'$as_ac_Header'}
11417 $as_echo "$as_val"'`
11418 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
11419 $as_echo "$ac_res" >&6; }
11420 as_val=`eval 'as_val=${'$as_ac_Header'}
11421 $as_echo "$as_val"'`
11422 if test "x$as_val" = x""yes; then
11423 cat >>confdefs.h <<_ACEOF
11424 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
11425 _ACEOF
11429 done
11431 if test "$ac_cv_header_GL_gl_h" = "yes" -a "$ac_cv_header_GL_glx_h" = "yes"
11432 then
11433 { $as_echo "$as_me:$LINENO: checking for up-to-date OpenGL version" >&5
11434 $as_echo_n "checking for up-to-date OpenGL version... " >&6; }
11435 if test "${wine_cv_opengl_header_version_OK+set}" = set; then
11436 $as_echo_n "(cached) " >&6
11437 else
11438 cat >conftest.$ac_ext <<_ACEOF
11439 /* confdefs.h. */
11440 _ACEOF
11441 cat confdefs.h >>conftest.$ac_ext
11442 cat >>conftest.$ac_ext <<_ACEOF
11443 /* end confdefs.h. */
11444 #include <GL/gl.h>
11446 main ()
11448 GLenum test = GL_UNSIGNED_SHORT_5_6_5;
11450 return 0;
11452 _ACEOF
11453 rm -f conftest.$ac_objext
11454 if { (ac_try="$ac_compile"
11455 case "(($ac_try" in
11456 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11457 *) ac_try_echo=$ac_try;;
11458 esac
11459 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
11460 $as_echo "$ac_try_echo") >&5
11461 (eval "$ac_compile") 2>conftest.er1
11462 ac_status=$?
11463 grep -v '^ *+' conftest.er1 >conftest.err
11464 rm -f conftest.er1
11465 cat conftest.err >&5
11466 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
11467 (exit $ac_status); } && {
11468 test -z "$ac_c_werror_flag" ||
11469 test ! -s conftest.err
11470 } && test -s conftest.$ac_objext; then
11471 wine_cv_opengl_header_version_OK="yes"
11472 else
11473 $as_echo "$as_me: failed program was:" >&5
11474 sed 's/^/| /' conftest.$ac_ext >&5
11476 wine_cv_opengl_header_version_OK="no"
11479 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11481 { $as_echo "$as_me:$LINENO: result: $wine_cv_opengl_header_version_OK" >&5
11482 $as_echo "$wine_cv_opengl_header_version_OK" >&6; }
11484 if test "$wine_cv_opengl_header_version_OK" = "yes"
11485 then
11486 { $as_echo "$as_me:$LINENO: checking for -lGL" >&5
11487 $as_echo_n "checking for -lGL... " >&6; }
11488 if test "${ac_cv_lib_soname_GL+set}" = set; then
11489 $as_echo_n "(cached) " >&6
11490 else
11491 ac_check_soname_save_LIBS=$LIBS
11492 LIBS="-lGL $X_LIBS -lXext -lX11 -lm $X_EXTRA_LIBS $LIBS"
11493 cat >conftest.$ac_ext <<_ACEOF
11494 /* confdefs.h. */
11495 _ACEOF
11496 cat confdefs.h >>conftest.$ac_ext
11497 cat >>conftest.$ac_ext <<_ACEOF
11498 /* end confdefs.h. */
11500 /* Override any GCC internal prototype to avoid an error.
11501 Use char because int might match the return type of a GCC
11502 builtin and then its argument prototype would still apply. */
11503 #ifdef __cplusplus
11504 extern "C"
11505 #endif
11506 char glXCreateContext ();
11508 main ()
11510 return glXCreateContext ();
11512 return 0;
11514 _ACEOF
11515 rm -f conftest.$ac_objext conftest$ac_exeext
11516 if { (ac_try="$ac_link"
11517 case "(($ac_try" in
11518 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11519 *) ac_try_echo=$ac_try;;
11520 esac
11521 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
11522 $as_echo "$ac_try_echo") >&5
11523 (eval "$ac_link") 2>conftest.er1
11524 ac_status=$?
11525 grep -v '^ *+' conftest.er1 >conftest.err
11526 rm -f conftest.er1
11527 cat conftest.err >&5
11528 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
11529 (exit $ac_status); } && {
11530 test -z "$ac_c_werror_flag" ||
11531 test ! -s conftest.err
11532 } && test -s conftest$ac_exeext && {
11533 test "$cross_compiling" = yes ||
11534 $as_test_x conftest$ac_exeext
11535 }; then
11536 case "$LIBEXT" in
11537 dll) ;;
11538 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'` ;;
11539 *) ac_cv_lib_soname_GL=`$ac_cv_path_LDD conftest$ac_exeext | grep "libGL\\.$LIBEXT" | sed -e "s/^.*\(libGL\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
11540 esac
11541 else
11542 $as_echo "$as_me: failed program was:" >&5
11543 sed 's/^/| /' conftest.$ac_ext >&5
11548 rm -rf conftest.dSYM
11549 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
11550 conftest$ac_exeext conftest.$ac_ext
11551 LIBS=$ac_check_soname_save_LIBS
11553 if test "x$ac_cv_lib_soname_GL" = "x"; then
11554 { $as_echo "$as_me:$LINENO: result: not found" >&5
11555 $as_echo "not found" >&6; }
11556 { $as_echo "$as_me:$LINENO: checking for -lGL" >&5
11557 $as_echo_n "checking for -lGL... " >&6; }
11558 if test "${ac_cv_lib_soname_GL+set}" = set; then
11559 $as_echo_n "(cached) " >&6
11560 else
11561 ac_check_soname_save_LIBS=$LIBS
11562 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"
11563 cat >conftest.$ac_ext <<_ACEOF
11564 /* confdefs.h. */
11565 _ACEOF
11566 cat confdefs.h >>conftest.$ac_ext
11567 cat >>conftest.$ac_ext <<_ACEOF
11568 /* end confdefs.h. */
11570 /* Override any GCC internal prototype to avoid an error.
11571 Use char because int might match the return type of a GCC
11572 builtin and then its argument prototype would still apply. */
11573 #ifdef __cplusplus
11574 extern "C"
11575 #endif
11576 char glXCreateContext ();
11578 main ()
11580 return glXCreateContext ();
11582 return 0;
11584 _ACEOF
11585 rm -f conftest.$ac_objext conftest$ac_exeext
11586 if { (ac_try="$ac_link"
11587 case "(($ac_try" in
11588 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11589 *) ac_try_echo=$ac_try;;
11590 esac
11591 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
11592 $as_echo "$ac_try_echo") >&5
11593 (eval "$ac_link") 2>conftest.er1
11594 ac_status=$?
11595 grep -v '^ *+' conftest.er1 >conftest.err
11596 rm -f conftest.er1
11597 cat conftest.err >&5
11598 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
11599 (exit $ac_status); } && {
11600 test -z "$ac_c_werror_flag" ||
11601 test ! -s conftest.err
11602 } && test -s conftest$ac_exeext && {
11603 test "$cross_compiling" = yes ||
11604 $as_test_x conftest$ac_exeext
11605 }; then
11606 case "$LIBEXT" in
11607 dll) ;;
11608 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'` ;;
11609 *) ac_cv_lib_soname_GL=`$ac_cv_path_LDD conftest$ac_exeext | grep "libGL\\.$LIBEXT" | sed -e "s/^.*\(libGL\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
11610 esac
11611 else
11612 $as_echo "$as_me: failed program was:" >&5
11613 sed 's/^/| /' conftest.$ac_ext >&5
11618 rm -rf conftest.dSYM
11619 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
11620 conftest$ac_exeext conftest.$ac_ext
11621 LIBS=$ac_check_soname_save_LIBS
11623 if test "x$ac_cv_lib_soname_GL" = "x"; then
11624 { $as_echo "$as_me:$LINENO: result: not found" >&5
11625 $as_echo "not found" >&6; }
11626 if test -f /usr/X11R6/lib/libGL.a
11627 then
11628 opengl_msg="/usr/X11R6/lib/libGL.a is present on your system.
11629 This probably prevents linking to OpenGL. Try deleting the file and restarting configure."
11630 else
11631 opengl_msg="No OpenGL library found on this system."
11633 else
11634 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_GL" >&5
11635 $as_echo "$ac_cv_lib_soname_GL" >&6; }
11637 cat >>confdefs.h <<_ACEOF
11638 #define SONAME_LIBGL "$ac_cv_lib_soname_GL"
11639 _ACEOF
11641 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"
11643 cat >>confdefs.h <<\_ACEOF
11644 #define HAVE_OPENGL 1
11645 _ACEOF
11649 else
11650 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_GL" >&5
11651 $as_echo "$ac_cv_lib_soname_GL" >&6; }
11653 cat >>confdefs.h <<_ACEOF
11654 #define SONAME_LIBGL "$ac_cv_lib_soname_GL"
11655 _ACEOF
11657 OPENGL_LIBS="-lGL"
11659 cat >>confdefs.h <<\_ACEOF
11660 #define HAVE_OPENGL 1
11661 _ACEOF
11665 if test "$ac_cv_header_GL_glu_h" = "yes"
11666 then
11667 { $as_echo "$as_me:$LINENO: checking for -lGLU" >&5
11668 $as_echo_n "checking for -lGLU... " >&6; }
11669 if test "${ac_cv_lib_soname_GLU+set}" = set; then
11670 $as_echo_n "(cached) " >&6
11671 else
11672 ac_check_soname_save_LIBS=$LIBS
11673 LIBS="-lGLU $OPENGL_LIBS $X_LIBS $X_PRE_LIBS -lXext -lX11 -lm $X_EXTRA_LIBS $LIBS"
11674 cat >conftest.$ac_ext <<_ACEOF
11675 /* confdefs.h. */
11676 _ACEOF
11677 cat confdefs.h >>conftest.$ac_ext
11678 cat >>conftest.$ac_ext <<_ACEOF
11679 /* end confdefs.h. */
11681 /* Override any GCC internal prototype to avoid an error.
11682 Use char because int might match the return type of a GCC
11683 builtin and then its argument prototype would still apply. */
11684 #ifdef __cplusplus
11685 extern "C"
11686 #endif
11687 char gluLookAt ();
11689 main ()
11691 return gluLookAt ();
11693 return 0;
11695 _ACEOF
11696 rm -f conftest.$ac_objext conftest$ac_exeext
11697 if { (ac_try="$ac_link"
11698 case "(($ac_try" in
11699 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11700 *) ac_try_echo=$ac_try;;
11701 esac
11702 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
11703 $as_echo "$ac_try_echo") >&5
11704 (eval "$ac_link") 2>conftest.er1
11705 ac_status=$?
11706 grep -v '^ *+' conftest.er1 >conftest.err
11707 rm -f conftest.er1
11708 cat conftest.err >&5
11709 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
11710 (exit $ac_status); } && {
11711 test -z "$ac_c_werror_flag" ||
11712 test ! -s conftest.err
11713 } && test -s conftest$ac_exeext && {
11714 test "$cross_compiling" = yes ||
11715 $as_test_x conftest$ac_exeext
11716 }; then
11717 case "$LIBEXT" in
11718 dll) ;;
11719 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'` ;;
11720 *) ac_cv_lib_soname_GLU=`$ac_cv_path_LDD conftest$ac_exeext | grep "libGLU\\.$LIBEXT" | sed -e "s/^.*\(libGLU\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
11721 esac
11722 else
11723 $as_echo "$as_me: failed program was:" >&5
11724 sed 's/^/| /' conftest.$ac_ext >&5
11729 rm -rf conftest.dSYM
11730 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
11731 conftest$ac_exeext conftest.$ac_ext
11732 LIBS=$ac_check_soname_save_LIBS
11734 if test "x$ac_cv_lib_soname_GLU" = "x"; then
11735 { $as_echo "$as_me:$LINENO: result: not found" >&5
11736 $as_echo "not found" >&6; }
11738 else
11739 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_GLU" >&5
11740 $as_echo "$ac_cv_lib_soname_GLU" >&6; }
11742 cat >>confdefs.h <<_ACEOF
11743 #define SONAME_LIBGLU "$ac_cv_lib_soname_GLU"
11744 _ACEOF
11750 if test "x$ac_cv_lib_soname_GLU" = "x"; then
11751 case "x$with_glu" in
11752 x) wine_notices="$wine_notices|libGLU ${notice_platform}development files not found, GLU won't be supported." ;;
11753 xno) ;;
11754 *) { { $as_echo "$as_me:$LINENO: error: libGLU ${notice_platform}development files not found, GLU won't be supported.
11755 This is an error since --with-glu was requested." >&5
11756 $as_echo "$as_me: error: libGLU ${notice_platform}development files not found, GLU won't be supported.
11757 This is an error since --with-glu was requested." >&2;}
11758 { (exit 1); exit 1; }; } ;;
11759 esac
11762 else
11763 opengl_msg="Old Mesa headers detected. Consider upgrading your Mesa libraries."
11765 else
11766 opengl_msg="OpenGL development headers not found."
11768 test -n "$opengl_msg" && enable_opengl32=${enable_opengl32:-no}
11769 test "x$ac_cv_lib_soname_GLU" = "x" && enable_glu32=${enable_glu32:-no}
11770 else
11771 enable_opengl32=${enable_opengl32:-no}
11772 enable_glu32=${enable_glu32:-no}
11774 if test -n "$opengl_msg"; then
11775 case "x$with_opengl" in
11776 x) wine_warnings="$wine_warnings|$opengl_msg
11777 OpenGL and Direct3D won't be supported." ;;
11778 xno) ;;
11779 *) { { $as_echo "$as_me:$LINENO: error: $opengl_msg
11780 OpenGL and Direct3D won't be supported.
11781 This is an error since --with-opengl was requested." >&5
11782 $as_echo "$as_me: error: $opengl_msg
11783 OpenGL and Direct3D won't be supported.
11784 This is an error since --with-opengl was requested." >&2;}
11785 { (exit 1); exit 1; }; } ;;
11786 esac
11790 NASLIBS=""
11793 for ac_header in audio/audiolib.h
11795 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
11796 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
11797 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
11798 $as_echo_n "checking for $ac_header... " >&6; }
11799 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
11800 $as_echo_n "(cached) " >&6
11802 ac_res=`eval 'as_val=${'$as_ac_Header'}
11803 $as_echo "$as_val"'`
11804 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
11805 $as_echo "$ac_res" >&6; }
11806 else
11807 # Is the header compilable?
11808 { $as_echo "$as_me:$LINENO: checking $ac_header usability" >&5
11809 $as_echo_n "checking $ac_header usability... " >&6; }
11810 cat >conftest.$ac_ext <<_ACEOF
11811 /* confdefs.h. */
11812 _ACEOF
11813 cat confdefs.h >>conftest.$ac_ext
11814 cat >>conftest.$ac_ext <<_ACEOF
11815 /* end confdefs.h. */
11816 $ac_includes_default
11817 #include <$ac_header>
11818 _ACEOF
11819 rm -f conftest.$ac_objext
11820 if { (ac_try="$ac_compile"
11821 case "(($ac_try" in
11822 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11823 *) ac_try_echo=$ac_try;;
11824 esac
11825 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
11826 $as_echo "$ac_try_echo") >&5
11827 (eval "$ac_compile") 2>conftest.er1
11828 ac_status=$?
11829 grep -v '^ *+' conftest.er1 >conftest.err
11830 rm -f conftest.er1
11831 cat conftest.err >&5
11832 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
11833 (exit $ac_status); } && {
11834 test -z "$ac_c_werror_flag" ||
11835 test ! -s conftest.err
11836 } && test -s conftest.$ac_objext; then
11837 ac_header_compiler=yes
11838 else
11839 $as_echo "$as_me: failed program was:" >&5
11840 sed 's/^/| /' conftest.$ac_ext >&5
11842 ac_header_compiler=no
11845 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11846 { $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
11847 $as_echo "$ac_header_compiler" >&6; }
11849 # Is the header present?
11850 { $as_echo "$as_me:$LINENO: checking $ac_header presence" >&5
11851 $as_echo_n "checking $ac_header presence... " >&6; }
11852 cat >conftest.$ac_ext <<_ACEOF
11853 /* confdefs.h. */
11854 _ACEOF
11855 cat confdefs.h >>conftest.$ac_ext
11856 cat >>conftest.$ac_ext <<_ACEOF
11857 /* end confdefs.h. */
11858 #include <$ac_header>
11859 _ACEOF
11860 if { (ac_try="$ac_cpp conftest.$ac_ext"
11861 case "(($ac_try" in
11862 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11863 *) ac_try_echo=$ac_try;;
11864 esac
11865 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
11866 $as_echo "$ac_try_echo") >&5
11867 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
11868 ac_status=$?
11869 grep -v '^ *+' conftest.er1 >conftest.err
11870 rm -f conftest.er1
11871 cat conftest.err >&5
11872 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
11873 (exit $ac_status); } >/dev/null && {
11874 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
11875 test ! -s conftest.err
11876 }; then
11877 ac_header_preproc=yes
11878 else
11879 $as_echo "$as_me: failed program was:" >&5
11880 sed 's/^/| /' conftest.$ac_ext >&5
11882 ac_header_preproc=no
11885 rm -f conftest.err conftest.$ac_ext
11886 { $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
11887 $as_echo "$ac_header_preproc" >&6; }
11889 # So? What about this header?
11890 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
11891 yes:no: )
11892 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
11893 $as_echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
11894 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
11895 $as_echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
11896 ac_header_preproc=yes
11898 no:yes:* )
11899 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
11900 $as_echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
11901 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
11902 $as_echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
11903 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
11904 $as_echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
11905 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
11906 $as_echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
11907 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
11908 $as_echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
11909 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
11910 $as_echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
11911 ( cat <<\_ASBOX
11912 ## ------------------------------------ ##
11913 ## Report this to wine-devel@winehq.org ##
11914 ## ------------------------------------ ##
11915 _ASBOX
11916 ) | sed "s/^/$as_me: WARNING: /" >&2
11918 esac
11919 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
11920 $as_echo_n "checking for $ac_header... " >&6; }
11921 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
11922 $as_echo_n "(cached) " >&6
11923 else
11924 eval "$as_ac_Header=\$ac_header_preproc"
11926 ac_res=`eval 'as_val=${'$as_ac_Header'}
11927 $as_echo "$as_val"'`
11928 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
11929 $as_echo "$ac_res" >&6; }
11932 as_val=`eval 'as_val=${'$as_ac_Header'}
11933 $as_echo "$as_val"'`
11934 if test "x$as_val" = x""yes; then
11935 cat >>confdefs.h <<_ACEOF
11936 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
11937 _ACEOF
11939 for ac_header in audio/soundlib.h
11941 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
11942 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
11943 $as_echo_n "checking for $ac_header... " >&6; }
11944 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
11945 $as_echo_n "(cached) " >&6
11946 else
11947 cat >conftest.$ac_ext <<_ACEOF
11948 /* confdefs.h. */
11949 _ACEOF
11950 cat confdefs.h >>conftest.$ac_ext
11951 cat >>conftest.$ac_ext <<_ACEOF
11952 /* end confdefs.h. */
11953 #include <audio/audiolib.h>
11955 #include <$ac_header>
11956 _ACEOF
11957 rm -f conftest.$ac_objext
11958 if { (ac_try="$ac_compile"
11959 case "(($ac_try" in
11960 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11961 *) ac_try_echo=$ac_try;;
11962 esac
11963 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
11964 $as_echo "$ac_try_echo") >&5
11965 (eval "$ac_compile") 2>conftest.er1
11966 ac_status=$?
11967 grep -v '^ *+' conftest.er1 >conftest.err
11968 rm -f conftest.er1
11969 cat conftest.err >&5
11970 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
11971 (exit $ac_status); } && {
11972 test -z "$ac_c_werror_flag" ||
11973 test ! -s conftest.err
11974 } && test -s conftest.$ac_objext; then
11975 eval "$as_ac_Header=yes"
11976 else
11977 $as_echo "$as_me: failed program was:" >&5
11978 sed 's/^/| /' conftest.$ac_ext >&5
11980 eval "$as_ac_Header=no"
11983 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11985 ac_res=`eval 'as_val=${'$as_ac_Header'}
11986 $as_echo "$as_val"'`
11987 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
11988 $as_echo "$ac_res" >&6; }
11989 as_val=`eval 'as_val=${'$as_ac_Header'}
11990 $as_echo "$as_val"'`
11991 if test "x$as_val" = x""yes; then
11992 cat >>confdefs.h <<_ACEOF
11993 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
11994 _ACEOF
11998 done
12000 { $as_echo "$as_me:$LINENO: checking for AuCreateFlow in -laudio" >&5
12001 $as_echo_n "checking for AuCreateFlow in -laudio... " >&6; }
12002 if test "${ac_cv_lib_audio_AuCreateFlow+set}" = set; then
12003 $as_echo_n "(cached) " >&6
12004 else
12005 ac_check_lib_save_LIBS=$LIBS
12006 LIBS="-laudio -lXt $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
12007 cat >conftest.$ac_ext <<_ACEOF
12008 /* confdefs.h. */
12009 _ACEOF
12010 cat confdefs.h >>conftest.$ac_ext
12011 cat >>conftest.$ac_ext <<_ACEOF
12012 /* end confdefs.h. */
12014 /* Override any GCC internal prototype to avoid an error.
12015 Use char because int might match the return type of a GCC
12016 builtin and then its argument prototype would still apply. */
12017 #ifdef __cplusplus
12018 extern "C"
12019 #endif
12020 char AuCreateFlow ();
12022 main ()
12024 return AuCreateFlow ();
12026 return 0;
12028 _ACEOF
12029 rm -f conftest.$ac_objext conftest$ac_exeext
12030 if { (ac_try="$ac_link"
12031 case "(($ac_try" in
12032 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12033 *) ac_try_echo=$ac_try;;
12034 esac
12035 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
12036 $as_echo "$ac_try_echo") >&5
12037 (eval "$ac_link") 2>conftest.er1
12038 ac_status=$?
12039 grep -v '^ *+' conftest.er1 >conftest.err
12040 rm -f conftest.er1
12041 cat conftest.err >&5
12042 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
12043 (exit $ac_status); } && {
12044 test -z "$ac_c_werror_flag" ||
12045 test ! -s conftest.err
12046 } && test -s conftest$ac_exeext && {
12047 test "$cross_compiling" = yes ||
12048 $as_test_x conftest$ac_exeext
12049 }; then
12050 ac_cv_lib_audio_AuCreateFlow=yes
12051 else
12052 $as_echo "$as_me: failed program was:" >&5
12053 sed 's/^/| /' conftest.$ac_ext >&5
12055 ac_cv_lib_audio_AuCreateFlow=no
12058 rm -rf conftest.dSYM
12059 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
12060 conftest$ac_exeext conftest.$ac_ext
12061 LIBS=$ac_check_lib_save_LIBS
12063 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_audio_AuCreateFlow" >&5
12064 $as_echo "$ac_cv_lib_audio_AuCreateFlow" >&6; }
12065 if test "x$ac_cv_lib_audio_AuCreateFlow" = x""yes; then
12067 cat >>confdefs.h <<\_ACEOF
12068 #define HAVE_NAS 1
12069 _ACEOF
12071 { $as_echo "$as_me:$LINENO: checking for XauGetBestAuthByAddr in -lXau" >&5
12072 $as_echo_n "checking for XauGetBestAuthByAddr in -lXau... " >&6; }
12073 if test "${ac_cv_lib_Xau_XauGetBestAuthByAddr+set}" = set; then
12074 $as_echo_n "(cached) " >&6
12075 else
12076 ac_check_lib_save_LIBS=$LIBS
12077 LIBS="-lXau $X_LIBS $LIBS"
12078 cat >conftest.$ac_ext <<_ACEOF
12079 /* confdefs.h. */
12080 _ACEOF
12081 cat confdefs.h >>conftest.$ac_ext
12082 cat >>conftest.$ac_ext <<_ACEOF
12083 /* end confdefs.h. */
12085 /* Override any GCC internal prototype to avoid an error.
12086 Use char because int might match the return type of a GCC
12087 builtin and then its argument prototype would still apply. */
12088 #ifdef __cplusplus
12089 extern "C"
12090 #endif
12091 char XauGetBestAuthByAddr ();
12093 main ()
12095 return XauGetBestAuthByAddr ();
12097 return 0;
12099 _ACEOF
12100 rm -f conftest.$ac_objext conftest$ac_exeext
12101 if { (ac_try="$ac_link"
12102 case "(($ac_try" in
12103 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12104 *) ac_try_echo=$ac_try;;
12105 esac
12106 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
12107 $as_echo "$ac_try_echo") >&5
12108 (eval "$ac_link") 2>conftest.er1
12109 ac_status=$?
12110 grep -v '^ *+' conftest.er1 >conftest.err
12111 rm -f conftest.er1
12112 cat conftest.err >&5
12113 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
12114 (exit $ac_status); } && {
12115 test -z "$ac_c_werror_flag" ||
12116 test ! -s conftest.err
12117 } && test -s conftest$ac_exeext && {
12118 test "$cross_compiling" = yes ||
12119 $as_test_x conftest$ac_exeext
12120 }; then
12121 ac_cv_lib_Xau_XauGetBestAuthByAddr=yes
12122 else
12123 $as_echo "$as_me: failed program was:" >&5
12124 sed 's/^/| /' conftest.$ac_ext >&5
12126 ac_cv_lib_Xau_XauGetBestAuthByAddr=no
12129 rm -rf conftest.dSYM
12130 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
12131 conftest$ac_exeext conftest.$ac_ext
12132 LIBS=$ac_check_lib_save_LIBS
12134 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_Xau_XauGetBestAuthByAddr" >&5
12135 $as_echo "$ac_cv_lib_Xau_XauGetBestAuthByAddr" >&6; }
12136 if test "x$ac_cv_lib_Xau_XauGetBestAuthByAddr" = x""yes; then
12137 NASLIBS="-lXau -laudio -lXt $X_LIBS -lXext -lX11 $X_EXTRA_LIBS"
12138 else
12139 NASLIBS="-laudio -lXt $X_LIBS -lXext -lX11 $X_EXTRA_LIBS"
12147 done
12150 CPPFLAGS="$ac_save_CPPFLAGS"
12151 else
12152 XLIB=""
12153 X_CFLAGS=""
12154 X_LIBS=""
12155 enable_winex11_drv=${enable_winex11_drv:-no}
12156 enable_opengl32=${enable_opengl32:-no}
12157 enable_glu32=${enable_glu32:-no}
12159 if test "x$XLIB" = "x"; then
12160 case "x$with_x" in
12161 xno) ;;
12162 *) { { $as_echo "$as_me:$LINENO: error: X development files not found. Wine will be built
12163 without X support, which probably isn't what you want. You will need to install
12164 development packages of Xlib/Xfree86 at the very least.
12165 Use the --without-x option if you really want this." >&5
12166 $as_echo "$as_me: error: X development files not found. Wine will be built
12167 without X support, which probably isn't what you want. You will need to install
12168 development packages of Xlib/Xfree86 at the very least.
12169 Use the --without-x option if you really want this." >&2;}
12170 { (exit 1); exit 1; }; } ;;
12171 esac
12176 XML2LIBS=""
12178 XML2INCL=""
12180 XSLTINCL=""
12182 if test "x$with_xml" != "xno"
12183 then
12184 ac_save_CPPFLAGS="$CPPFLAGS"
12185 if test "$PKG_CONFIG" != "false"
12186 then
12187 ac_xml_libs="`$PKG_CONFIG --libs libxml-2.0 2>/dev/null`"
12188 ac_xml_cflags="`$PKG_CONFIG --cflags libxml-2.0 2>/dev/null`"
12189 else
12190 ac_xml_libs="`xml2-config --libs 2>/dev/null`"
12191 ac_xml_cflags="`xml2-config --cflags 2>/dev/null`"
12193 CPPFLAGS="$CPPFLAGS $ac_xml_cflags"
12195 for ac_header in libxml/parser.h
12197 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
12198 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
12199 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
12200 $as_echo_n "checking for $ac_header... " >&6; }
12201 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
12202 $as_echo_n "(cached) " >&6
12204 ac_res=`eval 'as_val=${'$as_ac_Header'}
12205 $as_echo "$as_val"'`
12206 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
12207 $as_echo "$ac_res" >&6; }
12208 else
12209 # Is the header compilable?
12210 { $as_echo "$as_me:$LINENO: checking $ac_header usability" >&5
12211 $as_echo_n "checking $ac_header usability... " >&6; }
12212 cat >conftest.$ac_ext <<_ACEOF
12213 /* confdefs.h. */
12214 _ACEOF
12215 cat confdefs.h >>conftest.$ac_ext
12216 cat >>conftest.$ac_ext <<_ACEOF
12217 /* end confdefs.h. */
12218 $ac_includes_default
12219 #include <$ac_header>
12220 _ACEOF
12221 rm -f conftest.$ac_objext
12222 if { (ac_try="$ac_compile"
12223 case "(($ac_try" in
12224 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12225 *) ac_try_echo=$ac_try;;
12226 esac
12227 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
12228 $as_echo "$ac_try_echo") >&5
12229 (eval "$ac_compile") 2>conftest.er1
12230 ac_status=$?
12231 grep -v '^ *+' conftest.er1 >conftest.err
12232 rm -f conftest.er1
12233 cat conftest.err >&5
12234 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
12235 (exit $ac_status); } && {
12236 test -z "$ac_c_werror_flag" ||
12237 test ! -s conftest.err
12238 } && test -s conftest.$ac_objext; then
12239 ac_header_compiler=yes
12240 else
12241 $as_echo "$as_me: failed program was:" >&5
12242 sed 's/^/| /' conftest.$ac_ext >&5
12244 ac_header_compiler=no
12247 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
12248 { $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
12249 $as_echo "$ac_header_compiler" >&6; }
12251 # Is the header present?
12252 { $as_echo "$as_me:$LINENO: checking $ac_header presence" >&5
12253 $as_echo_n "checking $ac_header presence... " >&6; }
12254 cat >conftest.$ac_ext <<_ACEOF
12255 /* confdefs.h. */
12256 _ACEOF
12257 cat confdefs.h >>conftest.$ac_ext
12258 cat >>conftest.$ac_ext <<_ACEOF
12259 /* end confdefs.h. */
12260 #include <$ac_header>
12261 _ACEOF
12262 if { (ac_try="$ac_cpp conftest.$ac_ext"
12263 case "(($ac_try" in
12264 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12265 *) ac_try_echo=$ac_try;;
12266 esac
12267 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
12268 $as_echo "$ac_try_echo") >&5
12269 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
12270 ac_status=$?
12271 grep -v '^ *+' conftest.er1 >conftest.err
12272 rm -f conftest.er1
12273 cat conftest.err >&5
12274 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
12275 (exit $ac_status); } >/dev/null && {
12276 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
12277 test ! -s conftest.err
12278 }; then
12279 ac_header_preproc=yes
12280 else
12281 $as_echo "$as_me: failed program was:" >&5
12282 sed 's/^/| /' conftest.$ac_ext >&5
12284 ac_header_preproc=no
12287 rm -f conftest.err conftest.$ac_ext
12288 { $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
12289 $as_echo "$ac_header_preproc" >&6; }
12291 # So? What about this header?
12292 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
12293 yes:no: )
12294 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
12295 $as_echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
12296 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
12297 $as_echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
12298 ac_header_preproc=yes
12300 no:yes:* )
12301 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
12302 $as_echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
12303 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
12304 $as_echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
12305 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
12306 $as_echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
12307 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
12308 $as_echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
12309 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
12310 $as_echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
12311 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
12312 $as_echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
12313 ( cat <<\_ASBOX
12314 ## ------------------------------------ ##
12315 ## Report this to wine-devel@winehq.org ##
12316 ## ------------------------------------ ##
12317 _ASBOX
12318 ) | sed "s/^/$as_me: WARNING: /" >&2
12320 esac
12321 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
12322 $as_echo_n "checking for $ac_header... " >&6; }
12323 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
12324 $as_echo_n "(cached) " >&6
12325 else
12326 eval "$as_ac_Header=\$ac_header_preproc"
12328 ac_res=`eval 'as_val=${'$as_ac_Header'}
12329 $as_echo "$as_val"'`
12330 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
12331 $as_echo "$ac_res" >&6; }
12334 as_val=`eval 'as_val=${'$as_ac_Header'}
12335 $as_echo "$as_val"'`
12336 if test "x$as_val" = x""yes; then
12337 cat >>confdefs.h <<_ACEOF
12338 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
12339 _ACEOF
12340 { $as_echo "$as_me:$LINENO: checking for xmlParseMemory in -lxml2" >&5
12341 $as_echo_n "checking for xmlParseMemory in -lxml2... " >&6; }
12342 if test "${ac_cv_lib_xml2_xmlParseMemory+set}" = set; then
12343 $as_echo_n "(cached) " >&6
12344 else
12345 ac_check_lib_save_LIBS=$LIBS
12346 LIBS="-lxml2 $ac_xml_libs $LIBS"
12347 cat >conftest.$ac_ext <<_ACEOF
12348 /* confdefs.h. */
12349 _ACEOF
12350 cat confdefs.h >>conftest.$ac_ext
12351 cat >>conftest.$ac_ext <<_ACEOF
12352 /* end confdefs.h. */
12354 /* Override any GCC internal prototype to avoid an error.
12355 Use char because int might match the return type of a GCC
12356 builtin and then its argument prototype would still apply. */
12357 #ifdef __cplusplus
12358 extern "C"
12359 #endif
12360 char xmlParseMemory ();
12362 main ()
12364 return xmlParseMemory ();
12366 return 0;
12368 _ACEOF
12369 rm -f conftest.$ac_objext conftest$ac_exeext
12370 if { (ac_try="$ac_link"
12371 case "(($ac_try" in
12372 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12373 *) ac_try_echo=$ac_try;;
12374 esac
12375 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
12376 $as_echo "$ac_try_echo") >&5
12377 (eval "$ac_link") 2>conftest.er1
12378 ac_status=$?
12379 grep -v '^ *+' conftest.er1 >conftest.err
12380 rm -f conftest.er1
12381 cat conftest.err >&5
12382 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
12383 (exit $ac_status); } && {
12384 test -z "$ac_c_werror_flag" ||
12385 test ! -s conftest.err
12386 } && test -s conftest$ac_exeext && {
12387 test "$cross_compiling" = yes ||
12388 $as_test_x conftest$ac_exeext
12389 }; then
12390 ac_cv_lib_xml2_xmlParseMemory=yes
12391 else
12392 $as_echo "$as_me: failed program was:" >&5
12393 sed 's/^/| /' conftest.$ac_ext >&5
12395 ac_cv_lib_xml2_xmlParseMemory=no
12398 rm -rf conftest.dSYM
12399 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
12400 conftest$ac_exeext conftest.$ac_ext
12401 LIBS=$ac_check_lib_save_LIBS
12403 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_xml2_xmlParseMemory" >&5
12404 $as_echo "$ac_cv_lib_xml2_xmlParseMemory" >&6; }
12405 if test "x$ac_cv_lib_xml2_xmlParseMemory" = x""yes; then
12407 cat >>confdefs.h <<\_ACEOF
12408 #define HAVE_LIBXML2 1
12409 _ACEOF
12411 XML2LIBS="$ac_xml_libs"
12412 XML2INCL="$ac_xml_cflags"
12415 { $as_echo "$as_me:$LINENO: checking for xmlReadMemory in -lxml2" >&5
12416 $as_echo_n "checking for xmlReadMemory in -lxml2... " >&6; }
12417 if test "${ac_cv_lib_xml2_xmlReadMemory+set}" = set; then
12418 $as_echo_n "(cached) " >&6
12419 else
12420 ac_check_lib_save_LIBS=$LIBS
12421 LIBS="-lxml2 $ac_xml_libs $LIBS"
12422 cat >conftest.$ac_ext <<_ACEOF
12423 /* confdefs.h. */
12424 _ACEOF
12425 cat confdefs.h >>conftest.$ac_ext
12426 cat >>conftest.$ac_ext <<_ACEOF
12427 /* end confdefs.h. */
12429 /* Override any GCC internal prototype to avoid an error.
12430 Use char because int might match the return type of a GCC
12431 builtin and then its argument prototype would still apply. */
12432 #ifdef __cplusplus
12433 extern "C"
12434 #endif
12435 char xmlReadMemory ();
12437 main ()
12439 return xmlReadMemory ();
12441 return 0;
12443 _ACEOF
12444 rm -f conftest.$ac_objext conftest$ac_exeext
12445 if { (ac_try="$ac_link"
12446 case "(($ac_try" in
12447 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12448 *) ac_try_echo=$ac_try;;
12449 esac
12450 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
12451 $as_echo "$ac_try_echo") >&5
12452 (eval "$ac_link") 2>conftest.er1
12453 ac_status=$?
12454 grep -v '^ *+' conftest.er1 >conftest.err
12455 rm -f conftest.er1
12456 cat conftest.err >&5
12457 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
12458 (exit $ac_status); } && {
12459 test -z "$ac_c_werror_flag" ||
12460 test ! -s conftest.err
12461 } && test -s conftest$ac_exeext && {
12462 test "$cross_compiling" = yes ||
12463 $as_test_x conftest$ac_exeext
12464 }; then
12465 ac_cv_lib_xml2_xmlReadMemory=yes
12466 else
12467 $as_echo "$as_me: failed program was:" >&5
12468 sed 's/^/| /' conftest.$ac_ext >&5
12470 ac_cv_lib_xml2_xmlReadMemory=no
12473 rm -rf conftest.dSYM
12474 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
12475 conftest$ac_exeext conftest.$ac_ext
12476 LIBS=$ac_check_lib_save_LIBS
12478 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_xml2_xmlReadMemory" >&5
12479 $as_echo "$ac_cv_lib_xml2_xmlReadMemory" >&6; }
12480 if test "x$ac_cv_lib_xml2_xmlReadMemory" = x""yes; then
12482 cat >>confdefs.h <<\_ACEOF
12483 #define HAVE_XMLREADMEMORY 1
12484 _ACEOF
12488 { $as_echo "$as_me:$LINENO: checking for xmlNewDocPI in -lxml2" >&5
12489 $as_echo_n "checking for xmlNewDocPI in -lxml2... " >&6; }
12490 if test "${ac_cv_lib_xml2_xmlNewDocPI+set}" = set; then
12491 $as_echo_n "(cached) " >&6
12492 else
12493 ac_check_lib_save_LIBS=$LIBS
12494 LIBS="-lxml2 $ac_xml_libs $LIBS"
12495 cat >conftest.$ac_ext <<_ACEOF
12496 /* confdefs.h. */
12497 _ACEOF
12498 cat confdefs.h >>conftest.$ac_ext
12499 cat >>conftest.$ac_ext <<_ACEOF
12500 /* end confdefs.h. */
12502 /* Override any GCC internal prototype to avoid an error.
12503 Use char because int might match the return type of a GCC
12504 builtin and then its argument prototype would still apply. */
12505 #ifdef __cplusplus
12506 extern "C"
12507 #endif
12508 char xmlNewDocPI ();
12510 main ()
12512 return xmlNewDocPI ();
12514 return 0;
12516 _ACEOF
12517 rm -f conftest.$ac_objext conftest$ac_exeext
12518 if { (ac_try="$ac_link"
12519 case "(($ac_try" in
12520 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12521 *) ac_try_echo=$ac_try;;
12522 esac
12523 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
12524 $as_echo "$ac_try_echo") >&5
12525 (eval "$ac_link") 2>conftest.er1
12526 ac_status=$?
12527 grep -v '^ *+' conftest.er1 >conftest.err
12528 rm -f conftest.er1
12529 cat conftest.err >&5
12530 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
12531 (exit $ac_status); } && {
12532 test -z "$ac_c_werror_flag" ||
12533 test ! -s conftest.err
12534 } && test -s conftest$ac_exeext && {
12535 test "$cross_compiling" = yes ||
12536 $as_test_x conftest$ac_exeext
12537 }; then
12538 ac_cv_lib_xml2_xmlNewDocPI=yes
12539 else
12540 $as_echo "$as_me: failed program was:" >&5
12541 sed 's/^/| /' conftest.$ac_ext >&5
12543 ac_cv_lib_xml2_xmlNewDocPI=no
12546 rm -rf conftest.dSYM
12547 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
12548 conftest$ac_exeext conftest.$ac_ext
12549 LIBS=$ac_check_lib_save_LIBS
12551 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_xml2_xmlNewDocPI" >&5
12552 $as_echo "$ac_cv_lib_xml2_xmlNewDocPI" >&6; }
12553 if test "x$ac_cv_lib_xml2_xmlNewDocPI" = x""yes; then
12555 cat >>confdefs.h <<\_ACEOF
12556 #define HAVE_XMLNEWDOCPI 1
12557 _ACEOF
12564 done
12566 CPPFLAGS="$ac_save_CPPFLAGS"
12568 if test "$ac_cv_lib_xml2_xmlParseMemory" != "yes"; then
12569 case "x$with_xml" in
12570 x) wine_warnings="$wine_warnings|libxml2 ${notice_platform}development files not found, XML won't be supported." ;;
12571 xno) ;;
12572 *) { { $as_echo "$as_me:$LINENO: error: libxml2 ${notice_platform}development files not found, XML won't be supported.
12573 This is an error since --with-xml was requested." >&5
12574 $as_echo "$as_me: error: libxml2 ${notice_platform}development files not found, XML won't be supported.
12575 This is an error since --with-xml was requested." >&2;}
12576 { (exit 1); exit 1; }; } ;;
12577 esac
12581 if test "x$with_xslt" != "xno"
12582 then
12583 if test "$PKG_CONFIG" != "false"
12584 then
12585 ac_xslt_libs="`$PKG_CONFIG --libs libxslt 2>/dev/null`"
12586 ac_xslt_cflags="`$PKG_CONFIG --cflags libxslt 2>/dev/null`"
12587 else
12588 ac_xslt_libs="`xslt-config --libs 2>/dev/null`"
12589 ac_xslt_cflags="`xslt-config --cflags 2>/dev/null`"
12591 ac_save_CPPFLAGS="$CPPFLAGS"
12592 CPPFLAGS="$CPPFLAGS $ac_xslt_cflags"
12595 for ac_header in libxslt/pattern.h libxslt/transform.h
12597 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
12598 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
12599 $as_echo_n "checking for $ac_header... " >&6; }
12600 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
12601 $as_echo_n "(cached) " >&6
12602 else
12603 cat >conftest.$ac_ext <<_ACEOF
12604 /* confdefs.h. */
12605 _ACEOF
12606 cat confdefs.h >>conftest.$ac_ext
12607 cat >>conftest.$ac_ext <<_ACEOF
12608 /* end confdefs.h. */
12609 #ifdef HAVE_LIBXSLT_PATTERN_H
12610 # include <libxslt/pattern.h>
12611 #endif
12613 #include <$ac_header>
12614 _ACEOF
12615 rm -f conftest.$ac_objext
12616 if { (ac_try="$ac_compile"
12617 case "(($ac_try" in
12618 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12619 *) ac_try_echo=$ac_try;;
12620 esac
12621 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
12622 $as_echo "$ac_try_echo") >&5
12623 (eval "$ac_compile") 2>conftest.er1
12624 ac_status=$?
12625 grep -v '^ *+' conftest.er1 >conftest.err
12626 rm -f conftest.er1
12627 cat conftest.err >&5
12628 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
12629 (exit $ac_status); } && {
12630 test -z "$ac_c_werror_flag" ||
12631 test ! -s conftest.err
12632 } && test -s conftest.$ac_objext; then
12633 eval "$as_ac_Header=yes"
12634 else
12635 $as_echo "$as_me: failed program was:" >&5
12636 sed 's/^/| /' conftest.$ac_ext >&5
12638 eval "$as_ac_Header=no"
12641 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
12643 ac_res=`eval 'as_val=${'$as_ac_Header'}
12644 $as_echo "$as_val"'`
12645 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
12646 $as_echo "$ac_res" >&6; }
12647 as_val=`eval 'as_val=${'$as_ac_Header'}
12648 $as_echo "$as_val"'`
12649 if test "x$as_val" = x""yes; then
12650 cat >>confdefs.h <<_ACEOF
12651 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
12652 _ACEOF
12656 done
12658 CPPFLAGS="$ac_save_CPPFLAGS"
12659 if test "$ac_cv_header_libxslt_transform_h" = "yes"
12660 then
12661 { $as_echo "$as_me:$LINENO: checking for -lxslt" >&5
12662 $as_echo_n "checking for -lxslt... " >&6; }
12663 if test "${ac_cv_lib_soname_xslt+set}" = set; then
12664 $as_echo_n "(cached) " >&6
12665 else
12666 ac_check_soname_save_LIBS=$LIBS
12667 LIBS="-lxslt $ac_xslt_libs $LIBS"
12668 cat >conftest.$ac_ext <<_ACEOF
12669 /* confdefs.h. */
12670 _ACEOF
12671 cat confdefs.h >>conftest.$ac_ext
12672 cat >>conftest.$ac_ext <<_ACEOF
12673 /* end confdefs.h. */
12675 /* Override any GCC internal prototype to avoid an error.
12676 Use char because int might match the return type of a GCC
12677 builtin and then its argument prototype would still apply. */
12678 #ifdef __cplusplus
12679 extern "C"
12680 #endif
12681 char xsltCompilePattern ();
12683 main ()
12685 return xsltCompilePattern ();
12687 return 0;
12689 _ACEOF
12690 rm -f conftest.$ac_objext conftest$ac_exeext
12691 if { (ac_try="$ac_link"
12692 case "(($ac_try" in
12693 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12694 *) ac_try_echo=$ac_try;;
12695 esac
12696 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
12697 $as_echo "$ac_try_echo") >&5
12698 (eval "$ac_link") 2>conftest.er1
12699 ac_status=$?
12700 grep -v '^ *+' conftest.er1 >conftest.err
12701 rm -f conftest.er1
12702 cat conftest.err >&5
12703 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
12704 (exit $ac_status); } && {
12705 test -z "$ac_c_werror_flag" ||
12706 test ! -s conftest.err
12707 } && test -s conftest$ac_exeext && {
12708 test "$cross_compiling" = yes ||
12709 $as_test_x conftest$ac_exeext
12710 }; then
12711 case "$LIBEXT" in
12712 dll) ;;
12713 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'` ;;
12714 *) ac_cv_lib_soname_xslt=`$ac_cv_path_LDD conftest$ac_exeext | grep "libxslt\\.$LIBEXT" | sed -e "s/^.*\(libxslt\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
12715 esac
12716 else
12717 $as_echo "$as_me: failed program was:" >&5
12718 sed 's/^/| /' conftest.$ac_ext >&5
12723 rm -rf conftest.dSYM
12724 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
12725 conftest$ac_exeext conftest.$ac_ext
12726 LIBS=$ac_check_soname_save_LIBS
12728 if test "x$ac_cv_lib_soname_xslt" = "x"; then
12729 { $as_echo "$as_me:$LINENO: result: not found" >&5
12730 $as_echo "not found" >&6; }
12732 else
12733 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_xslt" >&5
12734 $as_echo "$ac_cv_lib_soname_xslt" >&6; }
12736 cat >>confdefs.h <<_ACEOF
12737 #define SONAME_LIBXSLT "$ac_cv_lib_soname_xslt"
12738 _ACEOF
12740 XSLTINCL="$ac_xslt_cflags"
12745 if test "x$ac_cv_lib_soname_xslt" = "x"; then
12746 case "x$with_xslt" in
12747 x) wine_warnings="$wine_warnings|libxslt ${notice_platform}development files not found, xslt won't be supported." ;;
12748 xno) ;;
12749 *) { { $as_echo "$as_me:$LINENO: error: libxslt ${notice_platform}development files not found, xslt won't be supported.
12750 This is an error since --with-xslt was requested." >&5
12751 $as_echo "$as_me: error: libxslt ${notice_platform}development files not found, xslt won't be supported.
12752 This is an error since --with-xslt was requested." >&2;}
12753 { (exit 1); exit 1; }; } ;;
12754 esac
12758 HALINCL=""
12760 if test "x$with_hal" != "xno" -a "$PKG_CONFIG" != "false"
12761 then
12762 ac_save_CPPFLAGS="$CPPFLAGS"
12763 ac_hal_libs="`$PKG_CONFIG --libs hal 2>/dev/null`"
12764 ac_hal_cflags="`$PKG_CONFIG --cflags hal 2>/dev/null`"
12765 CPPFLAGS="$CPPFLAGS $ac_hal_cflags"
12768 for ac_header in dbus/dbus.h hal/libhal.h
12770 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
12771 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
12772 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
12773 $as_echo_n "checking for $ac_header... " >&6; }
12774 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
12775 $as_echo_n "(cached) " >&6
12777 ac_res=`eval 'as_val=${'$as_ac_Header'}
12778 $as_echo "$as_val"'`
12779 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
12780 $as_echo "$ac_res" >&6; }
12781 else
12782 # Is the header compilable?
12783 { $as_echo "$as_me:$LINENO: checking $ac_header usability" >&5
12784 $as_echo_n "checking $ac_header usability... " >&6; }
12785 cat >conftest.$ac_ext <<_ACEOF
12786 /* confdefs.h. */
12787 _ACEOF
12788 cat confdefs.h >>conftest.$ac_ext
12789 cat >>conftest.$ac_ext <<_ACEOF
12790 /* end confdefs.h. */
12791 $ac_includes_default
12792 #include <$ac_header>
12793 _ACEOF
12794 rm -f conftest.$ac_objext
12795 if { (ac_try="$ac_compile"
12796 case "(($ac_try" in
12797 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12798 *) ac_try_echo=$ac_try;;
12799 esac
12800 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
12801 $as_echo "$ac_try_echo") >&5
12802 (eval "$ac_compile") 2>conftest.er1
12803 ac_status=$?
12804 grep -v '^ *+' conftest.er1 >conftest.err
12805 rm -f conftest.er1
12806 cat conftest.err >&5
12807 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
12808 (exit $ac_status); } && {
12809 test -z "$ac_c_werror_flag" ||
12810 test ! -s conftest.err
12811 } && test -s conftest.$ac_objext; then
12812 ac_header_compiler=yes
12813 else
12814 $as_echo "$as_me: failed program was:" >&5
12815 sed 's/^/| /' conftest.$ac_ext >&5
12817 ac_header_compiler=no
12820 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
12821 { $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
12822 $as_echo "$ac_header_compiler" >&6; }
12824 # Is the header present?
12825 { $as_echo "$as_me:$LINENO: checking $ac_header presence" >&5
12826 $as_echo_n "checking $ac_header presence... " >&6; }
12827 cat >conftest.$ac_ext <<_ACEOF
12828 /* confdefs.h. */
12829 _ACEOF
12830 cat confdefs.h >>conftest.$ac_ext
12831 cat >>conftest.$ac_ext <<_ACEOF
12832 /* end confdefs.h. */
12833 #include <$ac_header>
12834 _ACEOF
12835 if { (ac_try="$ac_cpp conftest.$ac_ext"
12836 case "(($ac_try" in
12837 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12838 *) ac_try_echo=$ac_try;;
12839 esac
12840 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
12841 $as_echo "$ac_try_echo") >&5
12842 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
12843 ac_status=$?
12844 grep -v '^ *+' conftest.er1 >conftest.err
12845 rm -f conftest.er1
12846 cat conftest.err >&5
12847 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
12848 (exit $ac_status); } >/dev/null && {
12849 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
12850 test ! -s conftest.err
12851 }; then
12852 ac_header_preproc=yes
12853 else
12854 $as_echo "$as_me: failed program was:" >&5
12855 sed 's/^/| /' conftest.$ac_ext >&5
12857 ac_header_preproc=no
12860 rm -f conftest.err conftest.$ac_ext
12861 { $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
12862 $as_echo "$ac_header_preproc" >&6; }
12864 # So? What about this header?
12865 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
12866 yes:no: )
12867 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
12868 $as_echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
12869 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
12870 $as_echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
12871 ac_header_preproc=yes
12873 no:yes:* )
12874 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
12875 $as_echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
12876 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
12877 $as_echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
12878 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
12879 $as_echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
12880 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
12881 $as_echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
12882 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
12883 $as_echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
12884 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
12885 $as_echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
12886 ( cat <<\_ASBOX
12887 ## ------------------------------------ ##
12888 ## Report this to wine-devel@winehq.org ##
12889 ## ------------------------------------ ##
12890 _ASBOX
12891 ) | sed "s/^/$as_me: WARNING: /" >&2
12893 esac
12894 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
12895 $as_echo_n "checking for $ac_header... " >&6; }
12896 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
12897 $as_echo_n "(cached) " >&6
12898 else
12899 eval "$as_ac_Header=\$ac_header_preproc"
12901 ac_res=`eval 'as_val=${'$as_ac_Header'}
12902 $as_echo "$as_val"'`
12903 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
12904 $as_echo "$ac_res" >&6; }
12907 as_val=`eval 'as_val=${'$as_ac_Header'}
12908 $as_echo "$as_val"'`
12909 if test "x$as_val" = x""yes; then
12910 cat >>confdefs.h <<_ACEOF
12911 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
12912 _ACEOF
12916 done
12918 if test "$ac_cv_header_dbus_dbus_h" = "yes" -a "$ac_cv_header_hal_libhal_h" = "yes"
12919 then
12920 { $as_echo "$as_me:$LINENO: checking for dbus_connection_close in -ldbus-1" >&5
12921 $as_echo_n "checking for dbus_connection_close in -ldbus-1... " >&6; }
12922 if test "${ac_cv_lib_dbus_1_dbus_connection_close+set}" = set; then
12923 $as_echo_n "(cached) " >&6
12924 else
12925 ac_check_lib_save_LIBS=$LIBS
12926 LIBS="-ldbus-1 $ac_hal_libs $LIBS"
12927 cat >conftest.$ac_ext <<_ACEOF
12928 /* confdefs.h. */
12929 _ACEOF
12930 cat confdefs.h >>conftest.$ac_ext
12931 cat >>conftest.$ac_ext <<_ACEOF
12932 /* end confdefs.h. */
12934 /* Override any GCC internal prototype to avoid an error.
12935 Use char because int might match the return type of a GCC
12936 builtin and then its argument prototype would still apply. */
12937 #ifdef __cplusplus
12938 extern "C"
12939 #endif
12940 char dbus_connection_close ();
12942 main ()
12944 return dbus_connection_close ();
12946 return 0;
12948 _ACEOF
12949 rm -f conftest.$ac_objext conftest$ac_exeext
12950 if { (ac_try="$ac_link"
12951 case "(($ac_try" in
12952 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12953 *) ac_try_echo=$ac_try;;
12954 esac
12955 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
12956 $as_echo "$ac_try_echo") >&5
12957 (eval "$ac_link") 2>conftest.er1
12958 ac_status=$?
12959 grep -v '^ *+' conftest.er1 >conftest.err
12960 rm -f conftest.er1
12961 cat conftest.err >&5
12962 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
12963 (exit $ac_status); } && {
12964 test -z "$ac_c_werror_flag" ||
12965 test ! -s conftest.err
12966 } && test -s conftest$ac_exeext && {
12967 test "$cross_compiling" = yes ||
12968 $as_test_x conftest$ac_exeext
12969 }; then
12970 ac_cv_lib_dbus_1_dbus_connection_close=yes
12971 else
12972 $as_echo "$as_me: failed program was:" >&5
12973 sed 's/^/| /' conftest.$ac_ext >&5
12975 ac_cv_lib_dbus_1_dbus_connection_close=no
12978 rm -rf conftest.dSYM
12979 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
12980 conftest$ac_exeext conftest.$ac_ext
12981 LIBS=$ac_check_lib_save_LIBS
12983 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_dbus_1_dbus_connection_close" >&5
12984 $as_echo "$ac_cv_lib_dbus_1_dbus_connection_close" >&6; }
12985 if test "x$ac_cv_lib_dbus_1_dbus_connection_close" = x""yes; then
12986 { $as_echo "$as_me:$LINENO: checking for -lhal" >&5
12987 $as_echo_n "checking for -lhal... " >&6; }
12988 if test "${ac_cv_lib_soname_hal+set}" = set; then
12989 $as_echo_n "(cached) " >&6
12990 else
12991 ac_check_soname_save_LIBS=$LIBS
12992 LIBS="-lhal $ac_hal_libs $LIBS"
12993 cat >conftest.$ac_ext <<_ACEOF
12994 /* confdefs.h. */
12995 _ACEOF
12996 cat confdefs.h >>conftest.$ac_ext
12997 cat >>conftest.$ac_ext <<_ACEOF
12998 /* end confdefs.h. */
13000 /* Override any GCC internal prototype to avoid an error.
13001 Use char because int might match the return type of a GCC
13002 builtin and then its argument prototype would still apply. */
13003 #ifdef __cplusplus
13004 extern "C"
13005 #endif
13006 char libhal_ctx_new ();
13008 main ()
13010 return libhal_ctx_new ();
13012 return 0;
13014 _ACEOF
13015 rm -f conftest.$ac_objext conftest$ac_exeext
13016 if { (ac_try="$ac_link"
13017 case "(($ac_try" in
13018 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13019 *) ac_try_echo=$ac_try;;
13020 esac
13021 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
13022 $as_echo "$ac_try_echo") >&5
13023 (eval "$ac_link") 2>conftest.er1
13024 ac_status=$?
13025 grep -v '^ *+' conftest.er1 >conftest.err
13026 rm -f conftest.er1
13027 cat conftest.err >&5
13028 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
13029 (exit $ac_status); } && {
13030 test -z "$ac_c_werror_flag" ||
13031 test ! -s conftest.err
13032 } && test -s conftest$ac_exeext && {
13033 test "$cross_compiling" = yes ||
13034 $as_test_x conftest$ac_exeext
13035 }; then
13036 case "$LIBEXT" in
13037 dll) ;;
13038 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'` ;;
13039 *) ac_cv_lib_soname_hal=`$ac_cv_path_LDD conftest$ac_exeext | grep "libhal\\.$LIBEXT" | sed -e "s/^.*\(libhal\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
13040 esac
13041 else
13042 $as_echo "$as_me: failed program was:" >&5
13043 sed 's/^/| /' conftest.$ac_ext >&5
13048 rm -rf conftest.dSYM
13049 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
13050 conftest$ac_exeext conftest.$ac_ext
13051 LIBS=$ac_check_soname_save_LIBS
13053 if test "x$ac_cv_lib_soname_hal" = "x"; then
13054 { $as_echo "$as_me:$LINENO: result: not found" >&5
13055 $as_echo "not found" >&6; }
13057 else
13058 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_hal" >&5
13059 $as_echo "$ac_cv_lib_soname_hal" >&6; }
13061 cat >>confdefs.h <<_ACEOF
13062 #define SONAME_LIBHAL "$ac_cv_lib_soname_hal"
13063 _ACEOF
13065 HALINCL="$ac_hal_cflags"
13071 CPPFLAGS="$ac_save_CPPFLAGS"
13073 if test "x$ac_cv_lib_soname_hal" = "x"; then
13074 case "x$with_hal" in
13075 x) wine_notices="$wine_notices|libhal ${notice_platform}development files not found, no dynamic device support." ;;
13076 xno) ;;
13077 *) { { $as_echo "$as_me:$LINENO: error: libhal ${notice_platform}development files not found, no dynamic device support.
13078 This is an error since --with-hal was requested." >&5
13079 $as_echo "$as_me: error: libhal ${notice_platform}development files not found, no dynamic device support.
13080 This is an error since --with-hal was requested." >&2;}
13081 { (exit 1); exit 1; }; } ;;
13082 esac
13086 if test "x$with_gnutls" != "xno" -a "$PKG_CONFIG" != "false"
13087 then
13088 ac_save_CPPFLAGS="$CPPFLAGS"
13089 ac_gnutls_libs="`$PKG_CONFIG --libs gnutls 2>/dev/null`"
13090 ac_gnutls_cflags="`$PKG_CONFIG --cflags gnutls 2>/dev/null`"
13091 CPPFLAGS="$CPPFLAGS $ac_gnutls_cflags"
13092 if test "${ac_cv_header_gnutls_gnutls_h+set}" = set; then
13093 { $as_echo "$as_me:$LINENO: checking for gnutls/gnutls.h" >&5
13094 $as_echo_n "checking for gnutls/gnutls.h... " >&6; }
13095 if test "${ac_cv_header_gnutls_gnutls_h+set}" = set; then
13096 $as_echo_n "(cached) " >&6
13098 { $as_echo "$as_me:$LINENO: result: $ac_cv_header_gnutls_gnutls_h" >&5
13099 $as_echo "$ac_cv_header_gnutls_gnutls_h" >&6; }
13100 else
13101 # Is the header compilable?
13102 { $as_echo "$as_me:$LINENO: checking gnutls/gnutls.h usability" >&5
13103 $as_echo_n "checking gnutls/gnutls.h usability... " >&6; }
13104 cat >conftest.$ac_ext <<_ACEOF
13105 /* confdefs.h. */
13106 _ACEOF
13107 cat confdefs.h >>conftest.$ac_ext
13108 cat >>conftest.$ac_ext <<_ACEOF
13109 /* end confdefs.h. */
13110 $ac_includes_default
13111 #include <gnutls/gnutls.h>
13112 _ACEOF
13113 rm -f conftest.$ac_objext
13114 if { (ac_try="$ac_compile"
13115 case "(($ac_try" in
13116 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13117 *) ac_try_echo=$ac_try;;
13118 esac
13119 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
13120 $as_echo "$ac_try_echo") >&5
13121 (eval "$ac_compile") 2>conftest.er1
13122 ac_status=$?
13123 grep -v '^ *+' conftest.er1 >conftest.err
13124 rm -f conftest.er1
13125 cat conftest.err >&5
13126 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
13127 (exit $ac_status); } && {
13128 test -z "$ac_c_werror_flag" ||
13129 test ! -s conftest.err
13130 } && test -s conftest.$ac_objext; then
13131 ac_header_compiler=yes
13132 else
13133 $as_echo "$as_me: failed program was:" >&5
13134 sed 's/^/| /' conftest.$ac_ext >&5
13136 ac_header_compiler=no
13139 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
13140 { $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
13141 $as_echo "$ac_header_compiler" >&6; }
13143 # Is the header present?
13144 { $as_echo "$as_me:$LINENO: checking gnutls/gnutls.h presence" >&5
13145 $as_echo_n "checking gnutls/gnutls.h presence... " >&6; }
13146 cat >conftest.$ac_ext <<_ACEOF
13147 /* confdefs.h. */
13148 _ACEOF
13149 cat confdefs.h >>conftest.$ac_ext
13150 cat >>conftest.$ac_ext <<_ACEOF
13151 /* end confdefs.h. */
13152 #include <gnutls/gnutls.h>
13153 _ACEOF
13154 if { (ac_try="$ac_cpp conftest.$ac_ext"
13155 case "(($ac_try" in
13156 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13157 *) ac_try_echo=$ac_try;;
13158 esac
13159 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
13160 $as_echo "$ac_try_echo") >&5
13161 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
13162 ac_status=$?
13163 grep -v '^ *+' conftest.er1 >conftest.err
13164 rm -f conftest.er1
13165 cat conftest.err >&5
13166 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
13167 (exit $ac_status); } >/dev/null && {
13168 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
13169 test ! -s conftest.err
13170 }; then
13171 ac_header_preproc=yes
13172 else
13173 $as_echo "$as_me: failed program was:" >&5
13174 sed 's/^/| /' conftest.$ac_ext >&5
13176 ac_header_preproc=no
13179 rm -f conftest.err conftest.$ac_ext
13180 { $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
13181 $as_echo "$ac_header_preproc" >&6; }
13183 # So? What about this header?
13184 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
13185 yes:no: )
13186 { $as_echo "$as_me:$LINENO: WARNING: gnutls/gnutls.h: accepted by the compiler, rejected by the preprocessor!" >&5
13187 $as_echo "$as_me: WARNING: gnutls/gnutls.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
13188 { $as_echo "$as_me:$LINENO: WARNING: gnutls/gnutls.h: proceeding with the compiler's result" >&5
13189 $as_echo "$as_me: WARNING: gnutls/gnutls.h: proceeding with the compiler's result" >&2;}
13190 ac_header_preproc=yes
13192 no:yes:* )
13193 { $as_echo "$as_me:$LINENO: WARNING: gnutls/gnutls.h: present but cannot be compiled" >&5
13194 $as_echo "$as_me: WARNING: gnutls/gnutls.h: present but cannot be compiled" >&2;}
13195 { $as_echo "$as_me:$LINENO: WARNING: gnutls/gnutls.h: check for missing prerequisite headers?" >&5
13196 $as_echo "$as_me: WARNING: gnutls/gnutls.h: check for missing prerequisite headers?" >&2;}
13197 { $as_echo "$as_me:$LINENO: WARNING: gnutls/gnutls.h: see the Autoconf documentation" >&5
13198 $as_echo "$as_me: WARNING: gnutls/gnutls.h: see the Autoconf documentation" >&2;}
13199 { $as_echo "$as_me:$LINENO: WARNING: gnutls/gnutls.h: section \"Present But Cannot Be Compiled\"" >&5
13200 $as_echo "$as_me: WARNING: gnutls/gnutls.h: section \"Present But Cannot Be Compiled\"" >&2;}
13201 { $as_echo "$as_me:$LINENO: WARNING: gnutls/gnutls.h: proceeding with the preprocessor's result" >&5
13202 $as_echo "$as_me: WARNING: gnutls/gnutls.h: proceeding with the preprocessor's result" >&2;}
13203 { $as_echo "$as_me:$LINENO: WARNING: gnutls/gnutls.h: in the future, the compiler will take precedence" >&5
13204 $as_echo "$as_me: WARNING: gnutls/gnutls.h: in the future, the compiler will take precedence" >&2;}
13205 ( cat <<\_ASBOX
13206 ## ------------------------------------ ##
13207 ## Report this to wine-devel@winehq.org ##
13208 ## ------------------------------------ ##
13209 _ASBOX
13210 ) | sed "s/^/$as_me: WARNING: /" >&2
13212 esac
13213 { $as_echo "$as_me:$LINENO: checking for gnutls/gnutls.h" >&5
13214 $as_echo_n "checking for gnutls/gnutls.h... " >&6; }
13215 if test "${ac_cv_header_gnutls_gnutls_h+set}" = set; then
13216 $as_echo_n "(cached) " >&6
13217 else
13218 ac_cv_header_gnutls_gnutls_h=$ac_header_preproc
13220 { $as_echo "$as_me:$LINENO: result: $ac_cv_header_gnutls_gnutls_h" >&5
13221 $as_echo "$ac_cv_header_gnutls_gnutls_h" >&6; }
13224 if test "x$ac_cv_header_gnutls_gnutls_h" = x""yes; then
13225 cat >conftest.$ac_ext <<_ACEOF
13226 /* confdefs.h. */
13227 _ACEOF
13228 cat confdefs.h >>conftest.$ac_ext
13229 cat >>conftest.$ac_ext <<_ACEOF
13230 /* end confdefs.h. */
13231 #include <gnutls/gnutls.h>
13233 main ()
13235 typeof(gnutls_transport_set_errno) *pfunc;
13237 return 0;
13239 _ACEOF
13240 rm -f conftest.$ac_objext
13241 if { (ac_try="$ac_compile"
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_compile") 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); } && {
13255 test -z "$ac_c_werror_flag" ||
13256 test ! -s conftest.err
13257 } && test -s conftest.$ac_objext; then
13258 { $as_echo "$as_me:$LINENO: checking for -lgnutls" >&5
13259 $as_echo_n "checking for -lgnutls... " >&6; }
13260 if test "${ac_cv_lib_soname_gnutls+set}" = set; then
13261 $as_echo_n "(cached) " >&6
13262 else
13263 ac_check_soname_save_LIBS=$LIBS
13264 LIBS="-lgnutls $ac_gnutls_libs $LIBS"
13265 cat >conftest.$ac_ext <<_ACEOF
13266 /* confdefs.h. */
13267 _ACEOF
13268 cat confdefs.h >>conftest.$ac_ext
13269 cat >>conftest.$ac_ext <<_ACEOF
13270 /* end confdefs.h. */
13272 /* Override any GCC internal prototype to avoid an error.
13273 Use char because int might match the return type of a GCC
13274 builtin and then its argument prototype would still apply. */
13275 #ifdef __cplusplus
13276 extern "C"
13277 #endif
13278 char gnutls_global_init ();
13280 main ()
13282 return gnutls_global_init ();
13284 return 0;
13286 _ACEOF
13287 rm -f conftest.$ac_objext conftest$ac_exeext
13288 if { (ac_try="$ac_link"
13289 case "(($ac_try" in
13290 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13291 *) ac_try_echo=$ac_try;;
13292 esac
13293 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
13294 $as_echo "$ac_try_echo") >&5
13295 (eval "$ac_link") 2>conftest.er1
13296 ac_status=$?
13297 grep -v '^ *+' conftest.er1 >conftest.err
13298 rm -f conftest.er1
13299 cat conftest.err >&5
13300 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
13301 (exit $ac_status); } && {
13302 test -z "$ac_c_werror_flag" ||
13303 test ! -s conftest.err
13304 } && test -s conftest$ac_exeext && {
13305 test "$cross_compiling" = yes ||
13306 $as_test_x conftest$ac_exeext
13307 }; then
13308 case "$LIBEXT" in
13309 dll) ;;
13310 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'` ;;
13311 *) ac_cv_lib_soname_gnutls=`$ac_cv_path_LDD conftest$ac_exeext | grep "libgnutls\\.$LIBEXT" | sed -e "s/^.*\(libgnutls\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
13312 esac
13313 else
13314 $as_echo "$as_me: failed program was:" >&5
13315 sed 's/^/| /' conftest.$ac_ext >&5
13320 rm -rf conftest.dSYM
13321 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
13322 conftest$ac_exeext conftest.$ac_ext
13323 LIBS=$ac_check_soname_save_LIBS
13325 if test "x$ac_cv_lib_soname_gnutls" = "x"; then
13326 { $as_echo "$as_me:$LINENO: result: not found" >&5
13327 $as_echo "not found" >&6; }
13329 else
13330 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_gnutls" >&5
13331 $as_echo "$ac_cv_lib_soname_gnutls" >&6; }
13333 cat >>confdefs.h <<_ACEOF
13334 #define SONAME_LIBGNUTLS "$ac_cv_lib_soname_gnutls"
13335 _ACEOF
13337 GNUTLSINCL="$ac_gnutls_cflags"
13341 else
13342 $as_echo "$as_me: failed program was:" >&5
13343 sed 's/^/| /' conftest.$ac_ext >&5
13348 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
13352 CPPFLAGS="$ac_save_CPPFLAGS"
13354 if test "x$ac_cv_lib_soname_gnutls" = "x"; then
13355 case "x$with_gnutls" in
13356 x) wine_notices="$wine_notices|libgnutls ${notice_platform}development files not found, no schannel support." ;;
13357 xno) ;;
13358 *) { { $as_echo "$as_me:$LINENO: error: libgnutls ${notice_platform}development files not found, no schannel support.
13359 This is an error since --with-gnutls was requested." >&5
13360 $as_echo "$as_me: error: libgnutls ${notice_platform}development files not found, no schannel support.
13361 This is an error since --with-gnutls was requested." >&2;}
13362 { (exit 1); exit 1; }; } ;;
13363 esac
13367 CURSESLIBS=""
13368 if test "$ac_cv_header_ncurses_h" = "yes"
13369 then
13370 { $as_echo "$as_me:$LINENO: checking for -lncurses" >&5
13371 $as_echo_n "checking for -lncurses... " >&6; }
13372 if test "${ac_cv_lib_soname_ncurses+set}" = set; then
13373 $as_echo_n "(cached) " >&6
13374 else
13375 ac_check_soname_save_LIBS=$LIBS
13376 LIBS="-lncurses $LIBS"
13377 cat >conftest.$ac_ext <<_ACEOF
13378 /* confdefs.h. */
13379 _ACEOF
13380 cat confdefs.h >>conftest.$ac_ext
13381 cat >>conftest.$ac_ext <<_ACEOF
13382 /* end confdefs.h. */
13384 /* Override any GCC internal prototype to avoid an error.
13385 Use char because int might match the return type of a GCC
13386 builtin and then its argument prototype would still apply. */
13387 #ifdef __cplusplus
13388 extern "C"
13389 #endif
13390 char waddch ();
13392 main ()
13394 return waddch ();
13396 return 0;
13398 _ACEOF
13399 rm -f conftest.$ac_objext conftest$ac_exeext
13400 if { (ac_try="$ac_link"
13401 case "(($ac_try" in
13402 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13403 *) ac_try_echo=$ac_try;;
13404 esac
13405 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
13406 $as_echo "$ac_try_echo") >&5
13407 (eval "$ac_link") 2>conftest.er1
13408 ac_status=$?
13409 grep -v '^ *+' conftest.er1 >conftest.err
13410 rm -f conftest.er1
13411 cat conftest.err >&5
13412 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
13413 (exit $ac_status); } && {
13414 test -z "$ac_c_werror_flag" ||
13415 test ! -s conftest.err
13416 } && test -s conftest$ac_exeext && {
13417 test "$cross_compiling" = yes ||
13418 $as_test_x conftest$ac_exeext
13419 }; then
13420 case "$LIBEXT" in
13421 dll) ;;
13422 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'` ;;
13423 *) ac_cv_lib_soname_ncurses=`$ac_cv_path_LDD conftest$ac_exeext | grep "libncurses\\.$LIBEXT" | sed -e "s/^.*\(libncurses\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
13424 esac
13425 else
13426 $as_echo "$as_me: failed program was:" >&5
13427 sed 's/^/| /' conftest.$ac_ext >&5
13432 rm -rf conftest.dSYM
13433 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
13434 conftest$ac_exeext conftest.$ac_ext
13435 LIBS=$ac_check_soname_save_LIBS
13437 if test "x$ac_cv_lib_soname_ncurses" = "x"; then
13438 { $as_echo "$as_me:$LINENO: result: not found" >&5
13439 $as_echo "not found" >&6; }
13441 else
13442 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_ncurses" >&5
13443 $as_echo "$ac_cv_lib_soname_ncurses" >&6; }
13445 cat >>confdefs.h <<_ACEOF
13446 #define SONAME_LIBNCURSES "$ac_cv_lib_soname_ncurses"
13447 _ACEOF
13449 CURSESLIBS="-lncurses"
13452 elif test "$ac_cv_header_curses_h" = "yes"
13453 then
13454 { $as_echo "$as_me:$LINENO: checking for -lcurses" >&5
13455 $as_echo_n "checking for -lcurses... " >&6; }
13456 if test "${ac_cv_lib_soname_curses+set}" = set; then
13457 $as_echo_n "(cached) " >&6
13458 else
13459 ac_check_soname_save_LIBS=$LIBS
13460 LIBS="-lcurses $LIBS"
13461 cat >conftest.$ac_ext <<_ACEOF
13462 /* confdefs.h. */
13463 _ACEOF
13464 cat confdefs.h >>conftest.$ac_ext
13465 cat >>conftest.$ac_ext <<_ACEOF
13466 /* end confdefs.h. */
13468 /* Override any GCC internal prototype to avoid an error.
13469 Use char because int might match the return type of a GCC
13470 builtin and then its argument prototype would still apply. */
13471 #ifdef __cplusplus
13472 extern "C"
13473 #endif
13474 char waddch ();
13476 main ()
13478 return waddch ();
13480 return 0;
13482 _ACEOF
13483 rm -f conftest.$ac_objext conftest$ac_exeext
13484 if { (ac_try="$ac_link"
13485 case "(($ac_try" in
13486 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13487 *) ac_try_echo=$ac_try;;
13488 esac
13489 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
13490 $as_echo "$ac_try_echo") >&5
13491 (eval "$ac_link") 2>conftest.er1
13492 ac_status=$?
13493 grep -v '^ *+' conftest.er1 >conftest.err
13494 rm -f conftest.er1
13495 cat conftest.err >&5
13496 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
13497 (exit $ac_status); } && {
13498 test -z "$ac_c_werror_flag" ||
13499 test ! -s conftest.err
13500 } && test -s conftest$ac_exeext && {
13501 test "$cross_compiling" = yes ||
13502 $as_test_x conftest$ac_exeext
13503 }; then
13504 case "$LIBEXT" in
13505 dll) ;;
13506 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'` ;;
13507 *) ac_cv_lib_soname_curses=`$ac_cv_path_LDD conftest$ac_exeext | grep "libcurses\\.$LIBEXT" | sed -e "s/^.*\(libcurses\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
13508 esac
13509 else
13510 $as_echo "$as_me: failed program was:" >&5
13511 sed 's/^/| /' conftest.$ac_ext >&5
13516 rm -rf conftest.dSYM
13517 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
13518 conftest$ac_exeext conftest.$ac_ext
13519 LIBS=$ac_check_soname_save_LIBS
13521 if test "x$ac_cv_lib_soname_curses" = "x"; then
13522 { $as_echo "$as_me:$LINENO: result: not found" >&5
13523 $as_echo "not found" >&6; }
13525 else
13526 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_curses" >&5
13527 $as_echo "$ac_cv_lib_soname_curses" >&6; }
13529 cat >>confdefs.h <<_ACEOF
13530 #define SONAME_LIBCURSES "$ac_cv_lib_soname_curses"
13531 _ACEOF
13533 CURSESLIBS="-lcurses"
13537 ac_save_LIBS="$LIBS"
13538 LIBS="$LIBS $CURSESLIBS"
13540 for ac_func in mousemask
13542 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
13543 { $as_echo "$as_me:$LINENO: checking for $ac_func" >&5
13544 $as_echo_n "checking for $ac_func... " >&6; }
13545 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
13546 $as_echo_n "(cached) " >&6
13547 else
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. */
13554 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
13555 For example, HP-UX 11i <limits.h> declares gettimeofday. */
13556 #define $ac_func innocuous_$ac_func
13558 /* System header to define __stub macros and hopefully few prototypes,
13559 which can conflict with char $ac_func (); below.
13560 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
13561 <limits.h> exists even on freestanding compilers. */
13563 #ifdef __STDC__
13564 # include <limits.h>
13565 #else
13566 # include <assert.h>
13567 #endif
13569 #undef $ac_func
13571 /* Override any GCC internal prototype to avoid an error.
13572 Use char because int might match the return type of a GCC
13573 builtin and then its argument prototype would still apply. */
13574 #ifdef __cplusplus
13575 extern "C"
13576 #endif
13577 char $ac_func ();
13578 /* The GNU C library defines this for functions which it implements
13579 to always fail with ENOSYS. Some functions are actually named
13580 something starting with __ and the normal name is an alias. */
13581 #if defined __stub_$ac_func || defined __stub___$ac_func
13582 choke me
13583 #endif
13586 main ()
13588 return $ac_func ();
13590 return 0;
13592 _ACEOF
13593 rm -f conftest.$ac_objext conftest$ac_exeext
13594 if { (ac_try="$ac_link"
13595 case "(($ac_try" in
13596 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13597 *) ac_try_echo=$ac_try;;
13598 esac
13599 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
13600 $as_echo "$ac_try_echo") >&5
13601 (eval "$ac_link") 2>conftest.er1
13602 ac_status=$?
13603 grep -v '^ *+' conftest.er1 >conftest.err
13604 rm -f conftest.er1
13605 cat conftest.err >&5
13606 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
13607 (exit $ac_status); } && {
13608 test -z "$ac_c_werror_flag" ||
13609 test ! -s conftest.err
13610 } && test -s conftest$ac_exeext && {
13611 test "$cross_compiling" = yes ||
13612 $as_test_x conftest$ac_exeext
13613 }; then
13614 eval "$as_ac_var=yes"
13615 else
13616 $as_echo "$as_me: failed program was:" >&5
13617 sed 's/^/| /' conftest.$ac_ext >&5
13619 eval "$as_ac_var=no"
13622 rm -rf conftest.dSYM
13623 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
13624 conftest$ac_exeext conftest.$ac_ext
13626 ac_res=`eval 'as_val=${'$as_ac_var'}
13627 $as_echo "$as_val"'`
13628 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
13629 $as_echo "$ac_res" >&6; }
13630 as_val=`eval 'as_val=${'$as_ac_var'}
13631 $as_echo "$as_val"'`
13632 if test "x$as_val" = x""yes; then
13633 cat >>confdefs.h <<_ACEOF
13634 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
13635 _ACEOF
13638 done
13640 LIBS="$ac_save_LIBS"
13641 if test "x$ac_cv_lib_soname_curses$ac_cv_lib_soname_ncurses" = "x"; then
13642 case "x$with_curses" in
13643 x) wine_notices="$wine_notices|lib(n)curses ${notice_platform}development files not found, curses won't be supported." ;;
13644 xno) ;;
13645 *) { { $as_echo "$as_me:$LINENO: error: lib(n)curses ${notice_platform}development files not found, curses won't be supported.
13646 This is an error since --with-curses was requested." >&5
13647 $as_echo "$as_me: error: lib(n)curses ${notice_platform}development files not found, curses won't be supported.
13648 This is an error since --with-curses was requested." >&2;}
13649 { (exit 1); exit 1; }; } ;;
13650 esac
13654 # Extract the first word of "sane-config", so it can be a program name with args.
13655 set dummy sane-config; ac_word=$2
13656 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
13657 $as_echo_n "checking for $ac_word... " >&6; }
13658 if test "${ac_cv_prog_sane_devel+set}" = set; then
13659 $as_echo_n "(cached) " >&6
13660 else
13661 if test -n "$sane_devel"; then
13662 ac_cv_prog_sane_devel="$sane_devel" # Let the user override the test.
13663 else
13664 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
13665 for as_dir in $PATH
13667 IFS=$as_save_IFS
13668 test -z "$as_dir" && as_dir=.
13669 for ac_exec_ext in '' $ac_executable_extensions; do
13670 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
13671 ac_cv_prog_sane_devel="sane-config"
13672 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
13673 break 2
13675 done
13676 done
13677 IFS=$as_save_IFS
13679 test -z "$ac_cv_prog_sane_devel" && ac_cv_prog_sane_devel="no"
13682 sane_devel=$ac_cv_prog_sane_devel
13683 if test -n "$sane_devel"; then
13684 { $as_echo "$as_me:$LINENO: result: $sane_devel" >&5
13685 $as_echo "$sane_devel" >&6; }
13686 else
13687 { $as_echo "$as_me:$LINENO: result: no" >&5
13688 $as_echo "no" >&6; }
13692 if test "$sane_devel" != "no" -a "x$with_sane" != "xno"
13693 then
13694 ac_sane_incl="`$sane_devel --cflags`"
13695 ac_sane_libs="`$sane_devel --ldflags`"
13696 ac_save_CPPFLAGS="$CPPFLAGS"
13697 CPPFLAGS="$CPPFLAGS $ac_sane_incl"
13698 if test "${ac_cv_header_sane_sane_h+set}" = set; then
13699 { $as_echo "$as_me:$LINENO: checking for sane/sane.h" >&5
13700 $as_echo_n "checking for sane/sane.h... " >&6; }
13701 if test "${ac_cv_header_sane_sane_h+set}" = set; then
13702 $as_echo_n "(cached) " >&6
13704 { $as_echo "$as_me:$LINENO: result: $ac_cv_header_sane_sane_h" >&5
13705 $as_echo "$ac_cv_header_sane_sane_h" >&6; }
13706 else
13707 # Is the header compilable?
13708 { $as_echo "$as_me:$LINENO: checking sane/sane.h usability" >&5
13709 $as_echo_n "checking sane/sane.h usability... " >&6; }
13710 cat >conftest.$ac_ext <<_ACEOF
13711 /* confdefs.h. */
13712 _ACEOF
13713 cat confdefs.h >>conftest.$ac_ext
13714 cat >>conftest.$ac_ext <<_ACEOF
13715 /* end confdefs.h. */
13716 $ac_includes_default
13717 #include <sane/sane.h>
13718 _ACEOF
13719 rm -f conftest.$ac_objext
13720 if { (ac_try="$ac_compile"
13721 case "(($ac_try" in
13722 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13723 *) ac_try_echo=$ac_try;;
13724 esac
13725 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
13726 $as_echo "$ac_try_echo") >&5
13727 (eval "$ac_compile") 2>conftest.er1
13728 ac_status=$?
13729 grep -v '^ *+' conftest.er1 >conftest.err
13730 rm -f conftest.er1
13731 cat conftest.err >&5
13732 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
13733 (exit $ac_status); } && {
13734 test -z "$ac_c_werror_flag" ||
13735 test ! -s conftest.err
13736 } && test -s conftest.$ac_objext; then
13737 ac_header_compiler=yes
13738 else
13739 $as_echo "$as_me: failed program was:" >&5
13740 sed 's/^/| /' conftest.$ac_ext >&5
13742 ac_header_compiler=no
13745 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
13746 { $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
13747 $as_echo "$ac_header_compiler" >&6; }
13749 # Is the header present?
13750 { $as_echo "$as_me:$LINENO: checking sane/sane.h presence" >&5
13751 $as_echo_n "checking sane/sane.h presence... " >&6; }
13752 cat >conftest.$ac_ext <<_ACEOF
13753 /* confdefs.h. */
13754 _ACEOF
13755 cat confdefs.h >>conftest.$ac_ext
13756 cat >>conftest.$ac_ext <<_ACEOF
13757 /* end confdefs.h. */
13758 #include <sane/sane.h>
13759 _ACEOF
13760 if { (ac_try="$ac_cpp conftest.$ac_ext"
13761 case "(($ac_try" in
13762 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13763 *) ac_try_echo=$ac_try;;
13764 esac
13765 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
13766 $as_echo "$ac_try_echo") >&5
13767 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
13768 ac_status=$?
13769 grep -v '^ *+' conftest.er1 >conftest.err
13770 rm -f conftest.er1
13771 cat conftest.err >&5
13772 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
13773 (exit $ac_status); } >/dev/null && {
13774 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
13775 test ! -s conftest.err
13776 }; then
13777 ac_header_preproc=yes
13778 else
13779 $as_echo "$as_me: failed program was:" >&5
13780 sed 's/^/| /' conftest.$ac_ext >&5
13782 ac_header_preproc=no
13785 rm -f conftest.err conftest.$ac_ext
13786 { $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
13787 $as_echo "$ac_header_preproc" >&6; }
13789 # So? What about this header?
13790 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
13791 yes:no: )
13792 { $as_echo "$as_me:$LINENO: WARNING: sane/sane.h: accepted by the compiler, rejected by the preprocessor!" >&5
13793 $as_echo "$as_me: WARNING: sane/sane.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
13794 { $as_echo "$as_me:$LINENO: WARNING: sane/sane.h: proceeding with the compiler's result" >&5
13795 $as_echo "$as_me: WARNING: sane/sane.h: proceeding with the compiler's result" >&2;}
13796 ac_header_preproc=yes
13798 no:yes:* )
13799 { $as_echo "$as_me:$LINENO: WARNING: sane/sane.h: present but cannot be compiled" >&5
13800 $as_echo "$as_me: WARNING: sane/sane.h: present but cannot be compiled" >&2;}
13801 { $as_echo "$as_me:$LINENO: WARNING: sane/sane.h: check for missing prerequisite headers?" >&5
13802 $as_echo "$as_me: WARNING: sane/sane.h: check for missing prerequisite headers?" >&2;}
13803 { $as_echo "$as_me:$LINENO: WARNING: sane/sane.h: see the Autoconf documentation" >&5
13804 $as_echo "$as_me: WARNING: sane/sane.h: see the Autoconf documentation" >&2;}
13805 { $as_echo "$as_me:$LINENO: WARNING: sane/sane.h: section \"Present But Cannot Be Compiled\"" >&5
13806 $as_echo "$as_me: WARNING: sane/sane.h: section \"Present But Cannot Be Compiled\"" >&2;}
13807 { $as_echo "$as_me:$LINENO: WARNING: sane/sane.h: proceeding with the preprocessor's result" >&5
13808 $as_echo "$as_me: WARNING: sane/sane.h: proceeding with the preprocessor's result" >&2;}
13809 { $as_echo "$as_me:$LINENO: WARNING: sane/sane.h: in the future, the compiler will take precedence" >&5
13810 $as_echo "$as_me: WARNING: sane/sane.h: in the future, the compiler will take precedence" >&2;}
13811 ( cat <<\_ASBOX
13812 ## ------------------------------------ ##
13813 ## Report this to wine-devel@winehq.org ##
13814 ## ------------------------------------ ##
13815 _ASBOX
13816 ) | sed "s/^/$as_me: WARNING: /" >&2
13818 esac
13819 { $as_echo "$as_me:$LINENO: checking for sane/sane.h" >&5
13820 $as_echo_n "checking for sane/sane.h... " >&6; }
13821 if test "${ac_cv_header_sane_sane_h+set}" = set; then
13822 $as_echo_n "(cached) " >&6
13823 else
13824 ac_cv_header_sane_sane_h=$ac_header_preproc
13826 { $as_echo "$as_me:$LINENO: result: $ac_cv_header_sane_sane_h" >&5
13827 $as_echo "$ac_cv_header_sane_sane_h" >&6; }
13830 if test "x$ac_cv_header_sane_sane_h" = x""yes; then
13831 { $as_echo "$as_me:$LINENO: checking for -lsane" >&5
13832 $as_echo_n "checking for -lsane... " >&6; }
13833 if test "${ac_cv_lib_soname_sane+set}" = set; then
13834 $as_echo_n "(cached) " >&6
13835 else
13836 ac_check_soname_save_LIBS=$LIBS
13837 LIBS="-lsane $ac_sane_libs $LIBS"
13838 cat >conftest.$ac_ext <<_ACEOF
13839 /* confdefs.h. */
13840 _ACEOF
13841 cat confdefs.h >>conftest.$ac_ext
13842 cat >>conftest.$ac_ext <<_ACEOF
13843 /* end confdefs.h. */
13845 /* Override any GCC internal prototype to avoid an error.
13846 Use char because int might match the return type of a GCC
13847 builtin and then its argument prototype would still apply. */
13848 #ifdef __cplusplus
13849 extern "C"
13850 #endif
13851 char sane_init ();
13853 main ()
13855 return sane_init ();
13857 return 0;
13859 _ACEOF
13860 rm -f conftest.$ac_objext conftest$ac_exeext
13861 if { (ac_try="$ac_link"
13862 case "(($ac_try" in
13863 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13864 *) ac_try_echo=$ac_try;;
13865 esac
13866 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
13867 $as_echo "$ac_try_echo") >&5
13868 (eval "$ac_link") 2>conftest.er1
13869 ac_status=$?
13870 grep -v '^ *+' conftest.er1 >conftest.err
13871 rm -f conftest.er1
13872 cat conftest.err >&5
13873 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
13874 (exit $ac_status); } && {
13875 test -z "$ac_c_werror_flag" ||
13876 test ! -s conftest.err
13877 } && test -s conftest$ac_exeext && {
13878 test "$cross_compiling" = yes ||
13879 $as_test_x conftest$ac_exeext
13880 }; then
13881 case "$LIBEXT" in
13882 dll) ;;
13883 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'` ;;
13884 *) ac_cv_lib_soname_sane=`$ac_cv_path_LDD conftest$ac_exeext | grep "libsane\\.$LIBEXT" | sed -e "s/^.*\(libsane\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
13885 esac
13886 else
13887 $as_echo "$as_me: failed program was:" >&5
13888 sed 's/^/| /' conftest.$ac_ext >&5
13893 rm -rf conftest.dSYM
13894 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
13895 conftest$ac_exeext conftest.$ac_ext
13896 LIBS=$ac_check_soname_save_LIBS
13898 if test "x$ac_cv_lib_soname_sane" = "x"; then
13899 { $as_echo "$as_me:$LINENO: result: not found" >&5
13900 $as_echo "not found" >&6; }
13902 else
13903 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_sane" >&5
13904 $as_echo "$ac_cv_lib_soname_sane" >&6; }
13906 cat >>confdefs.h <<_ACEOF
13907 #define SONAME_LIBSANE "$ac_cv_lib_soname_sane"
13908 _ACEOF
13910 SANEINCL="$ac_sane_incl"
13917 CPPFLAGS="$ac_save_CPPFLAGS"
13919 if test "x$ac_cv_lib_soname_sane" = "x"; then
13920 case "x$with_sane" in
13921 x) wine_notices="$wine_notices|libsane ${notice_platform}development files not found, scanners won't be supported." ;;
13922 xno) ;;
13923 *) { { $as_echo "$as_me:$LINENO: error: libsane ${notice_platform}development files not found, scanners won't be supported.
13924 This is an error since --with-sane was requested." >&5
13925 $as_echo "$as_me: error: libsane ${notice_platform}development files not found, scanners won't be supported.
13926 This is an error since --with-sane was requested." >&2;}
13927 { (exit 1); exit 1; }; } ;;
13928 esac
13932 # Extract the first word of "gphoto2-config", so it can be a program name with args.
13933 set dummy gphoto2-config; ac_word=$2
13934 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
13935 $as_echo_n "checking for $ac_word... " >&6; }
13936 if test "${ac_cv_prog_gphoto2_devel+set}" = set; then
13937 $as_echo_n "(cached) " >&6
13938 else
13939 if test -n "$gphoto2_devel"; then
13940 ac_cv_prog_gphoto2_devel="$gphoto2_devel" # Let the user override the test.
13941 else
13942 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
13943 for as_dir in $PATH
13945 IFS=$as_save_IFS
13946 test -z "$as_dir" && as_dir=.
13947 for ac_exec_ext in '' $ac_executable_extensions; do
13948 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
13949 ac_cv_prog_gphoto2_devel="gphoto2-config"
13950 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
13951 break 2
13953 done
13954 done
13955 IFS=$as_save_IFS
13957 test -z "$ac_cv_prog_gphoto2_devel" && ac_cv_prog_gphoto2_devel="no"
13960 gphoto2_devel=$ac_cv_prog_gphoto2_devel
13961 if test -n "$gphoto2_devel"; then
13962 { $as_echo "$as_me:$LINENO: result: $gphoto2_devel" >&5
13963 $as_echo "$gphoto2_devel" >&6; }
13964 else
13965 { $as_echo "$as_me:$LINENO: result: no" >&5
13966 $as_echo "no" >&6; }
13970 # Extract the first word of "gphoto2-port-config", so it can be a program name with args.
13971 set dummy gphoto2-port-config; ac_word=$2
13972 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
13973 $as_echo_n "checking for $ac_word... " >&6; }
13974 if test "${ac_cv_prog_gphoto2port_devel+set}" = set; then
13975 $as_echo_n "(cached) " >&6
13976 else
13977 if test -n "$gphoto2port_devel"; then
13978 ac_cv_prog_gphoto2port_devel="$gphoto2port_devel" # Let the user override the test.
13979 else
13980 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
13981 for as_dir in $PATH
13983 IFS=$as_save_IFS
13984 test -z "$as_dir" && as_dir=.
13985 for ac_exec_ext in '' $ac_executable_extensions; do
13986 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
13987 ac_cv_prog_gphoto2port_devel="gphoto2-port-config"
13988 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
13989 break 2
13991 done
13992 done
13993 IFS=$as_save_IFS
13995 test -z "$ac_cv_prog_gphoto2port_devel" && ac_cv_prog_gphoto2port_devel="no"
13998 gphoto2port_devel=$ac_cv_prog_gphoto2port_devel
13999 if test -n "$gphoto2port_devel"; then
14000 { $as_echo "$as_me:$LINENO: result: $gphoto2port_devel" >&5
14001 $as_echo "$gphoto2port_devel" >&6; }
14002 else
14003 { $as_echo "$as_me:$LINENO: result: no" >&5
14004 $as_echo "no" >&6; }
14008 if test "$gphoto2_devel" != "no" -a "$gphoto2port_devel" != "no" -a "x$with_gphoto" != "xno"
14009 then
14010 ac_gphoto2_incl="`$gphoto2_devel --cflags` `$gphoto2port_devel --cflags`"
14011 ac_gphoto2_libs=""
14012 for i in `$gphoto2_devel --libs` `$gphoto2port_devel --libs`
14014 case "$i" in
14015 -L/usr/lib|-L/usr/lib64) ;;
14016 -L*|-l*) ac_gphoto2_libs="$ac_gphoto2_libs $i";;
14017 esac
14018 done
14019 ac_save_CPPFLAGS="$CPPFLAGS"
14020 CPPFLAGS="$CPPFLAGS $ac_gphoto2_incl"
14021 if test "${ac_cv_header_gphoto2_camera_h+set}" = set; then
14022 { $as_echo "$as_me:$LINENO: checking for gphoto2-camera.h" >&5
14023 $as_echo_n "checking for gphoto2-camera.h... " >&6; }
14024 if test "${ac_cv_header_gphoto2_camera_h+set}" = set; then
14025 $as_echo_n "(cached) " >&6
14027 { $as_echo "$as_me:$LINENO: result: $ac_cv_header_gphoto2_camera_h" >&5
14028 $as_echo "$ac_cv_header_gphoto2_camera_h" >&6; }
14029 else
14030 # Is the header compilable?
14031 { $as_echo "$as_me:$LINENO: checking gphoto2-camera.h usability" >&5
14032 $as_echo_n "checking gphoto2-camera.h usability... " >&6; }
14033 cat >conftest.$ac_ext <<_ACEOF
14034 /* confdefs.h. */
14035 _ACEOF
14036 cat confdefs.h >>conftest.$ac_ext
14037 cat >>conftest.$ac_ext <<_ACEOF
14038 /* end confdefs.h. */
14039 $ac_includes_default
14040 #include <gphoto2-camera.h>
14041 _ACEOF
14042 rm -f conftest.$ac_objext
14043 if { (ac_try="$ac_compile"
14044 case "(($ac_try" in
14045 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14046 *) ac_try_echo=$ac_try;;
14047 esac
14048 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
14049 $as_echo "$ac_try_echo") >&5
14050 (eval "$ac_compile") 2>conftest.er1
14051 ac_status=$?
14052 grep -v '^ *+' conftest.er1 >conftest.err
14053 rm -f conftest.er1
14054 cat conftest.err >&5
14055 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
14056 (exit $ac_status); } && {
14057 test -z "$ac_c_werror_flag" ||
14058 test ! -s conftest.err
14059 } && test -s conftest.$ac_objext; then
14060 ac_header_compiler=yes
14061 else
14062 $as_echo "$as_me: failed program was:" >&5
14063 sed 's/^/| /' conftest.$ac_ext >&5
14065 ac_header_compiler=no
14068 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14069 { $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
14070 $as_echo "$ac_header_compiler" >&6; }
14072 # Is the header present?
14073 { $as_echo "$as_me:$LINENO: checking gphoto2-camera.h presence" >&5
14074 $as_echo_n "checking gphoto2-camera.h presence... " >&6; }
14075 cat >conftest.$ac_ext <<_ACEOF
14076 /* confdefs.h. */
14077 _ACEOF
14078 cat confdefs.h >>conftest.$ac_ext
14079 cat >>conftest.$ac_ext <<_ACEOF
14080 /* end confdefs.h. */
14081 #include <gphoto2-camera.h>
14082 _ACEOF
14083 if { (ac_try="$ac_cpp conftest.$ac_ext"
14084 case "(($ac_try" in
14085 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14086 *) ac_try_echo=$ac_try;;
14087 esac
14088 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
14089 $as_echo "$ac_try_echo") >&5
14090 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
14091 ac_status=$?
14092 grep -v '^ *+' conftest.er1 >conftest.err
14093 rm -f conftest.er1
14094 cat conftest.err >&5
14095 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
14096 (exit $ac_status); } >/dev/null && {
14097 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
14098 test ! -s conftest.err
14099 }; then
14100 ac_header_preproc=yes
14101 else
14102 $as_echo "$as_me: failed program was:" >&5
14103 sed 's/^/| /' conftest.$ac_ext >&5
14105 ac_header_preproc=no
14108 rm -f conftest.err conftest.$ac_ext
14109 { $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
14110 $as_echo "$ac_header_preproc" >&6; }
14112 # So? What about this header?
14113 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
14114 yes:no: )
14115 { $as_echo "$as_me:$LINENO: WARNING: gphoto2-camera.h: accepted by the compiler, rejected by the preprocessor!" >&5
14116 $as_echo "$as_me: WARNING: gphoto2-camera.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
14117 { $as_echo "$as_me:$LINENO: WARNING: gphoto2-camera.h: proceeding with the compiler's result" >&5
14118 $as_echo "$as_me: WARNING: gphoto2-camera.h: proceeding with the compiler's result" >&2;}
14119 ac_header_preproc=yes
14121 no:yes:* )
14122 { $as_echo "$as_me:$LINENO: WARNING: gphoto2-camera.h: present but cannot be compiled" >&5
14123 $as_echo "$as_me: WARNING: gphoto2-camera.h: present but cannot be compiled" >&2;}
14124 { $as_echo "$as_me:$LINENO: WARNING: gphoto2-camera.h: check for missing prerequisite headers?" >&5
14125 $as_echo "$as_me: WARNING: gphoto2-camera.h: check for missing prerequisite headers?" >&2;}
14126 { $as_echo "$as_me:$LINENO: WARNING: gphoto2-camera.h: see the Autoconf documentation" >&5
14127 $as_echo "$as_me: WARNING: gphoto2-camera.h: see the Autoconf documentation" >&2;}
14128 { $as_echo "$as_me:$LINENO: WARNING: gphoto2-camera.h: section \"Present But Cannot Be Compiled\"" >&5
14129 $as_echo "$as_me: WARNING: gphoto2-camera.h: section \"Present But Cannot Be Compiled\"" >&2;}
14130 { $as_echo "$as_me:$LINENO: WARNING: gphoto2-camera.h: proceeding with the preprocessor's result" >&5
14131 $as_echo "$as_me: WARNING: gphoto2-camera.h: proceeding with the preprocessor's result" >&2;}
14132 { $as_echo "$as_me:$LINENO: WARNING: gphoto2-camera.h: in the future, the compiler will take precedence" >&5
14133 $as_echo "$as_me: WARNING: gphoto2-camera.h: in the future, the compiler will take precedence" >&2;}
14134 ( cat <<\_ASBOX
14135 ## ------------------------------------ ##
14136 ## Report this to wine-devel@winehq.org ##
14137 ## ------------------------------------ ##
14138 _ASBOX
14139 ) | sed "s/^/$as_me: WARNING: /" >&2
14141 esac
14142 { $as_echo "$as_me:$LINENO: checking for gphoto2-camera.h" >&5
14143 $as_echo_n "checking for gphoto2-camera.h... " >&6; }
14144 if test "${ac_cv_header_gphoto2_camera_h+set}" = set; then
14145 $as_echo_n "(cached) " >&6
14146 else
14147 ac_cv_header_gphoto2_camera_h=$ac_header_preproc
14149 { $as_echo "$as_me:$LINENO: result: $ac_cv_header_gphoto2_camera_h" >&5
14150 $as_echo "$ac_cv_header_gphoto2_camera_h" >&6; }
14153 if test "x$ac_cv_header_gphoto2_camera_h" = x""yes; then
14154 { $as_echo "$as_me:$LINENO: checking for gp_camera_new in -lgphoto2" >&5
14155 $as_echo_n "checking for gp_camera_new in -lgphoto2... " >&6; }
14156 if test "${ac_cv_lib_gphoto2_gp_camera_new+set}" = set; then
14157 $as_echo_n "(cached) " >&6
14158 else
14159 ac_check_lib_save_LIBS=$LIBS
14160 LIBS="-lgphoto2 $ac_gphoto2_libs $LIBS"
14161 cat >conftest.$ac_ext <<_ACEOF
14162 /* confdefs.h. */
14163 _ACEOF
14164 cat confdefs.h >>conftest.$ac_ext
14165 cat >>conftest.$ac_ext <<_ACEOF
14166 /* end confdefs.h. */
14168 /* Override any GCC internal prototype to avoid an error.
14169 Use char because int might match the return type of a GCC
14170 builtin and then its argument prototype would still apply. */
14171 #ifdef __cplusplus
14172 extern "C"
14173 #endif
14174 char gp_camera_new ();
14176 main ()
14178 return gp_camera_new ();
14180 return 0;
14182 _ACEOF
14183 rm -f conftest.$ac_objext conftest$ac_exeext
14184 if { (ac_try="$ac_link"
14185 case "(($ac_try" in
14186 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14187 *) ac_try_echo=$ac_try;;
14188 esac
14189 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
14190 $as_echo "$ac_try_echo") >&5
14191 (eval "$ac_link") 2>conftest.er1
14192 ac_status=$?
14193 grep -v '^ *+' conftest.er1 >conftest.err
14194 rm -f conftest.er1
14195 cat conftest.err >&5
14196 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
14197 (exit $ac_status); } && {
14198 test -z "$ac_c_werror_flag" ||
14199 test ! -s conftest.err
14200 } && test -s conftest$ac_exeext && {
14201 test "$cross_compiling" = yes ||
14202 $as_test_x conftest$ac_exeext
14203 }; then
14204 ac_cv_lib_gphoto2_gp_camera_new=yes
14205 else
14206 $as_echo "$as_me: failed program was:" >&5
14207 sed 's/^/| /' conftest.$ac_ext >&5
14209 ac_cv_lib_gphoto2_gp_camera_new=no
14212 rm -rf conftest.dSYM
14213 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
14214 conftest$ac_exeext conftest.$ac_ext
14215 LIBS=$ac_check_lib_save_LIBS
14217 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_gphoto2_gp_camera_new" >&5
14218 $as_echo "$ac_cv_lib_gphoto2_gp_camera_new" >&6; }
14219 if test "x$ac_cv_lib_gphoto2_gp_camera_new" = x""yes; then
14221 cat >>confdefs.h <<\_ACEOF
14222 #define HAVE_GPHOTO2 1
14223 _ACEOF
14225 GPHOTO2LIBS="$ac_gphoto2_libs"
14227 GPHOTO2INCL="$ac_gphoto2_incl"
14234 CPPFLAGS="$ac_save_CPPFLAGS"
14236 if test "$ac_cv_lib_gphoto2_gp_camera_new" != "yes"; then
14237 case "x$with_gphoto" in
14238 x) wine_notices="$wine_notices|libgphoto2 ${notice_platform}development files not found, digital cameras won't be supported." ;;
14239 xno) ;;
14240 *) { { $as_echo "$as_me:$LINENO: error: libgphoto2 ${notice_platform}development files not found, digital cameras won't be supported.
14241 This is an error since --with-gphoto was requested." >&5
14242 $as_echo "$as_me: error: libgphoto2 ${notice_platform}development files not found, digital cameras won't be supported.
14243 This is an error since --with-gphoto was requested." >&2;}
14244 { (exit 1); exit 1; }; } ;;
14245 esac
14250 RESOLVLIBS=""
14252 if test "$ac_cv_header_resolv_h" = "yes"
14253 then
14254 { $as_echo "$as_me:$LINENO: checking for res_query in -lresolv" >&5
14255 $as_echo_n "checking for res_query in -lresolv... " >&6; }
14256 if test "${ac_cv_lib_resolv_res_query+set}" = set; then
14257 $as_echo_n "(cached) " >&6
14258 else
14259 ac_check_lib_save_LIBS=$LIBS
14260 LIBS="-lresolv $LIBS"
14261 cat >conftest.$ac_ext <<_ACEOF
14262 /* confdefs.h. */
14263 _ACEOF
14264 cat confdefs.h >>conftest.$ac_ext
14265 cat >>conftest.$ac_ext <<_ACEOF
14266 /* end confdefs.h. */
14268 /* Override any GCC internal prototype to avoid an error.
14269 Use char because int might match the return type of a GCC
14270 builtin and then its argument prototype would still apply. */
14271 #ifdef __cplusplus
14272 extern "C"
14273 #endif
14274 char res_query ();
14276 main ()
14278 return res_query ();
14280 return 0;
14282 _ACEOF
14283 rm -f conftest.$ac_objext conftest$ac_exeext
14284 if { (ac_try="$ac_link"
14285 case "(($ac_try" in
14286 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14287 *) ac_try_echo=$ac_try;;
14288 esac
14289 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
14290 $as_echo "$ac_try_echo") >&5
14291 (eval "$ac_link") 2>conftest.er1
14292 ac_status=$?
14293 grep -v '^ *+' conftest.er1 >conftest.err
14294 rm -f conftest.er1
14295 cat conftest.err >&5
14296 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
14297 (exit $ac_status); } && {
14298 test -z "$ac_c_werror_flag" ||
14299 test ! -s conftest.err
14300 } && test -s conftest$ac_exeext && {
14301 test "$cross_compiling" = yes ||
14302 $as_test_x conftest$ac_exeext
14303 }; then
14304 ac_cv_lib_resolv_res_query=yes
14305 else
14306 $as_echo "$as_me: failed program was:" >&5
14307 sed 's/^/| /' conftest.$ac_ext >&5
14309 ac_cv_lib_resolv_res_query=no
14312 rm -rf conftest.dSYM
14313 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
14314 conftest$ac_exeext conftest.$ac_ext
14315 LIBS=$ac_check_lib_save_LIBS
14317 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_resolv_res_query" >&5
14318 $as_echo "$ac_cv_lib_resolv_res_query" >&6; }
14319 if test "x$ac_cv_lib_resolv_res_query" = x""yes; then
14321 cat >>confdefs.h <<\_ACEOF
14322 #define HAVE_RESOLV 1
14323 _ACEOF
14325 RESOLVLIBS="-lresolv"
14330 LCMSLIBS=""
14332 if test "$ac_cv_header_lcms_h" = "yes" -o "$ac_cv_header_lcms_lcms_h" = "yes"
14333 then
14334 { $as_echo "$as_me:$LINENO: checking for cmsOpenProfileFromFile in -llcms" >&5
14335 $as_echo_n "checking for cmsOpenProfileFromFile in -llcms... " >&6; }
14336 if test "${ac_cv_lib_lcms_cmsOpenProfileFromFile+set}" = set; then
14337 $as_echo_n "(cached) " >&6
14338 else
14339 ac_check_lib_save_LIBS=$LIBS
14340 LIBS="-llcms $LIBS"
14341 cat >conftest.$ac_ext <<_ACEOF
14342 /* confdefs.h. */
14343 _ACEOF
14344 cat confdefs.h >>conftest.$ac_ext
14345 cat >>conftest.$ac_ext <<_ACEOF
14346 /* end confdefs.h. */
14348 /* Override any GCC internal prototype to avoid an error.
14349 Use char because int might match the return type of a GCC
14350 builtin and then its argument prototype would still apply. */
14351 #ifdef __cplusplus
14352 extern "C"
14353 #endif
14354 char cmsOpenProfileFromFile ();
14356 main ()
14358 return cmsOpenProfileFromFile ();
14360 return 0;
14362 _ACEOF
14363 rm -f conftest.$ac_objext conftest$ac_exeext
14364 if { (ac_try="$ac_link"
14365 case "(($ac_try" in
14366 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14367 *) ac_try_echo=$ac_try;;
14368 esac
14369 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
14370 $as_echo "$ac_try_echo") >&5
14371 (eval "$ac_link") 2>conftest.er1
14372 ac_status=$?
14373 grep -v '^ *+' conftest.er1 >conftest.err
14374 rm -f conftest.er1
14375 cat conftest.err >&5
14376 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
14377 (exit $ac_status); } && {
14378 test -z "$ac_c_werror_flag" ||
14379 test ! -s conftest.err
14380 } && test -s conftest$ac_exeext && {
14381 test "$cross_compiling" = yes ||
14382 $as_test_x conftest$ac_exeext
14383 }; then
14384 ac_cv_lib_lcms_cmsOpenProfileFromFile=yes
14385 else
14386 $as_echo "$as_me: failed program was:" >&5
14387 sed 's/^/| /' conftest.$ac_ext >&5
14389 ac_cv_lib_lcms_cmsOpenProfileFromFile=no
14392 rm -rf conftest.dSYM
14393 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
14394 conftest$ac_exeext conftest.$ac_ext
14395 LIBS=$ac_check_lib_save_LIBS
14397 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_lcms_cmsOpenProfileFromFile" >&5
14398 $as_echo "$ac_cv_lib_lcms_cmsOpenProfileFromFile" >&6; }
14399 if test "x$ac_cv_lib_lcms_cmsOpenProfileFromFile" = x""yes; then
14401 cat >>confdefs.h <<\_ACEOF
14402 #define HAVE_LCMS 1
14403 _ACEOF
14405 LCMSLIBS="-llcms"
14409 if test "$ac_cv_lib_lcms_cmsOpenProfileFromFile" != "yes"; then
14410 case "x$with_cms" in
14411 x) wine_notices="$wine_notices|liblcms ${notice_platform}development files not found, Color Management won't be supported." ;;
14412 xno) ;;
14413 *) { { $as_echo "$as_me:$LINENO: error: liblcms ${notice_platform}development files not found, Color Management won't be supported.
14414 This is an error since --with-cms was requested." >&5
14415 $as_echo "$as_me: error: liblcms ${notice_platform}development files not found, Color Management won't be supported.
14416 This is an error since --with-cms was requested." >&2;}
14417 { (exit 1); exit 1; }; } ;;
14418 esac
14422 for ac_prog in freetype-config freetype2-config
14424 # Extract the first word of "$ac_prog", so it can be a program name with args.
14425 set dummy $ac_prog; ac_word=$2
14426 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
14427 $as_echo_n "checking for $ac_word... " >&6; }
14428 if test "${ac_cv_prog_ft_devel+set}" = set; then
14429 $as_echo_n "(cached) " >&6
14430 else
14431 if test -n "$ft_devel"; then
14432 ac_cv_prog_ft_devel="$ft_devel" # Let the user override the test.
14433 else
14434 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
14435 for as_dir in $PATH
14437 IFS=$as_save_IFS
14438 test -z "$as_dir" && as_dir=.
14439 for ac_exec_ext in '' $ac_executable_extensions; do
14440 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
14441 ac_cv_prog_ft_devel="$ac_prog"
14442 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
14443 break 2
14445 done
14446 done
14447 IFS=$as_save_IFS
14451 ft_devel=$ac_cv_prog_ft_devel
14452 if test -n "$ft_devel"; then
14453 { $as_echo "$as_me:$LINENO: result: $ft_devel" >&5
14454 $as_echo "$ft_devel" >&6; }
14455 else
14456 { $as_echo "$as_me:$LINENO: result: no" >&5
14457 $as_echo "no" >&6; }
14461 test -n "$ft_devel" && break
14462 done
14463 test -n "$ft_devel" || ft_devel="false"
14465 if test "$ft_devel" != "false" -a "x$with_freetype" != "xno"
14466 then
14467 ac_freetype_libs=`$ft_devel --libs`
14468 ac_freetype_incl=`$ft_devel --cflags`
14469 { $as_echo "$as_me:$LINENO: checking for -lfreetype" >&5
14470 $as_echo_n "checking for -lfreetype... " >&6; }
14471 if test "${ac_cv_lib_soname_freetype+set}" = set; then
14472 $as_echo_n "(cached) " >&6
14473 else
14474 ac_check_soname_save_LIBS=$LIBS
14475 LIBS="-lfreetype $ac_freetype_libs $LIBS"
14476 cat >conftest.$ac_ext <<_ACEOF
14477 /* confdefs.h. */
14478 _ACEOF
14479 cat confdefs.h >>conftest.$ac_ext
14480 cat >>conftest.$ac_ext <<_ACEOF
14481 /* end confdefs.h. */
14483 /* Override any GCC internal prototype to avoid an error.
14484 Use char because int might match the return type of a GCC
14485 builtin and then its argument prototype would still apply. */
14486 #ifdef __cplusplus
14487 extern "C"
14488 #endif
14489 char FT_Init_FreeType ();
14491 main ()
14493 return FT_Init_FreeType ();
14495 return 0;
14497 _ACEOF
14498 rm -f conftest.$ac_objext conftest$ac_exeext
14499 if { (ac_try="$ac_link"
14500 case "(($ac_try" in
14501 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14502 *) ac_try_echo=$ac_try;;
14503 esac
14504 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
14505 $as_echo "$ac_try_echo") >&5
14506 (eval "$ac_link") 2>conftest.er1
14507 ac_status=$?
14508 grep -v '^ *+' conftest.er1 >conftest.err
14509 rm -f conftest.er1
14510 cat conftest.err >&5
14511 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
14512 (exit $ac_status); } && {
14513 test -z "$ac_c_werror_flag" ||
14514 test ! -s conftest.err
14515 } && test -s conftest$ac_exeext && {
14516 test "$cross_compiling" = yes ||
14517 $as_test_x conftest$ac_exeext
14518 }; then
14519 case "$LIBEXT" in
14520 dll) ;;
14521 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'` ;;
14522 *) ac_cv_lib_soname_freetype=`$ac_cv_path_LDD conftest$ac_exeext | grep "libfreetype\\.$LIBEXT" | sed -e "s/^.*\(libfreetype\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
14523 esac
14524 else
14525 $as_echo "$as_me: failed program was:" >&5
14526 sed 's/^/| /' conftest.$ac_ext >&5
14531 rm -rf conftest.dSYM
14532 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
14533 conftest$ac_exeext conftest.$ac_ext
14534 LIBS=$ac_check_soname_save_LIBS
14536 if test "x$ac_cv_lib_soname_freetype" = "x"; then
14537 { $as_echo "$as_me:$LINENO: result: not found" >&5
14538 $as_echo "not found" >&6; }
14539 ft_lib=no
14540 else
14541 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_freetype" >&5
14542 $as_echo "$ac_cv_lib_soname_freetype" >&6; }
14544 cat >>confdefs.h <<_ACEOF
14545 #define SONAME_LIBFREETYPE "$ac_cv_lib_soname_freetype"
14546 _ACEOF
14548 ft_lib=yes
14551 if test "$ft_lib" = "yes"
14552 then
14553 ac_save_CPPFLAGS="$CPPFLAGS"
14554 CPPFLAGS="$ac_freetype_incl $CPPFLAGS"
14567 for ac_header in ft2build.h \
14568 freetype/freetype.h \
14569 freetype/ftglyph.h \
14570 freetype/fttypes.h \
14571 freetype/tttables.h \
14572 freetype/ftnames.h \
14573 freetype/ftsnames.h \
14574 freetype/ttnameid.h \
14575 freetype/ftoutln.h \
14576 freetype/ftwinfnt.h \
14577 freetype/ftmodapi.h \
14578 freetype/internal/sfnt.h
14580 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
14581 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
14582 $as_echo_n "checking for $ac_header... " >&6; }
14583 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
14584 $as_echo_n "(cached) " >&6
14585 else
14586 cat >conftest.$ac_ext <<_ACEOF
14587 /* confdefs.h. */
14588 _ACEOF
14589 cat confdefs.h >>conftest.$ac_ext
14590 cat >>conftest.$ac_ext <<_ACEOF
14591 /* end confdefs.h. */
14592 #ifdef HAVE_FT2BUILD_H
14593 # include <ft2build.h>
14594 #endif
14596 #include <$ac_header>
14597 _ACEOF
14598 rm -f conftest.$ac_objext
14599 if { (ac_try="$ac_compile"
14600 case "(($ac_try" in
14601 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14602 *) ac_try_echo=$ac_try;;
14603 esac
14604 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
14605 $as_echo "$ac_try_echo") >&5
14606 (eval "$ac_compile") 2>conftest.er1
14607 ac_status=$?
14608 grep -v '^ *+' conftest.er1 >conftest.err
14609 rm -f conftest.er1
14610 cat conftest.err >&5
14611 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
14612 (exit $ac_status); } && {
14613 test -z "$ac_c_werror_flag" ||
14614 test ! -s conftest.err
14615 } && test -s conftest.$ac_objext; then
14616 eval "$as_ac_Header=yes"
14617 else
14618 $as_echo "$as_me: failed program was:" >&5
14619 sed 's/^/| /' conftest.$ac_ext >&5
14621 eval "$as_ac_Header=no"
14624 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14626 ac_res=`eval 'as_val=${'$as_ac_Header'}
14627 $as_echo "$as_val"'`
14628 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
14629 $as_echo "$ac_res" >&6; }
14630 as_val=`eval 'as_val=${'$as_ac_Header'}
14631 $as_echo "$as_val"'`
14632 if test "x$as_val" = x""yes; then
14633 cat >>confdefs.h <<_ACEOF
14634 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
14635 _ACEOF
14639 done
14641 cat >conftest.$ac_ext <<_ACEOF
14642 /* confdefs.h. */
14643 _ACEOF
14644 cat confdefs.h >>conftest.$ac_ext
14645 cat >>conftest.$ac_ext <<_ACEOF
14646 /* end confdefs.h. */
14647 #include <ft2build.h>
14648 #include <freetype/fttrigon.h>
14649 _ACEOF
14650 if { (ac_try="$ac_cpp conftest.$ac_ext"
14651 case "(($ac_try" in
14652 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14653 *) ac_try_echo=$ac_try;;
14654 esac
14655 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
14656 $as_echo "$ac_try_echo") >&5
14657 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
14658 ac_status=$?
14659 grep -v '^ *+' conftest.er1 >conftest.err
14660 rm -f conftest.er1
14661 cat conftest.err >&5
14662 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
14663 (exit $ac_status); } >/dev/null && {
14664 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
14665 test ! -s conftest.err
14666 }; then
14668 cat >>confdefs.h <<\_ACEOF
14669 #define HAVE_FREETYPE_FTTRIGON_H 1
14670 _ACEOF
14672 wine_cv_fttrigon=yes
14673 else
14674 $as_echo "$as_me: failed program was:" >&5
14675 sed 's/^/| /' conftest.$ac_ext >&5
14677 wine_cv_fttrigon=no
14680 rm -f conftest.err conftest.$ac_ext
14681 { $as_echo "$as_me:$LINENO: checking for FT_TrueTypeEngineType" >&5
14682 $as_echo_n "checking for FT_TrueTypeEngineType... " >&6; }
14683 if test "${ac_cv_type_FT_TrueTypeEngineType+set}" = set; then
14684 $as_echo_n "(cached) " >&6
14685 else
14686 ac_cv_type_FT_TrueTypeEngineType=no
14687 cat >conftest.$ac_ext <<_ACEOF
14688 /* confdefs.h. */
14689 _ACEOF
14690 cat confdefs.h >>conftest.$ac_ext
14691 cat >>conftest.$ac_ext <<_ACEOF
14692 /* end confdefs.h. */
14693 #include <freetype/ftmodapi.h>
14696 main ()
14698 if (sizeof (FT_TrueTypeEngineType))
14699 return 0;
14701 return 0;
14703 _ACEOF
14704 rm -f conftest.$ac_objext
14705 if { (ac_try="$ac_compile"
14706 case "(($ac_try" in
14707 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14708 *) ac_try_echo=$ac_try;;
14709 esac
14710 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
14711 $as_echo "$ac_try_echo") >&5
14712 (eval "$ac_compile") 2>conftest.er1
14713 ac_status=$?
14714 grep -v '^ *+' conftest.er1 >conftest.err
14715 rm -f conftest.er1
14716 cat conftest.err >&5
14717 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
14718 (exit $ac_status); } && {
14719 test -z "$ac_c_werror_flag" ||
14720 test ! -s conftest.err
14721 } && test -s conftest.$ac_objext; then
14722 cat >conftest.$ac_ext <<_ACEOF
14723 /* confdefs.h. */
14724 _ACEOF
14725 cat confdefs.h >>conftest.$ac_ext
14726 cat >>conftest.$ac_ext <<_ACEOF
14727 /* end confdefs.h. */
14728 #include <freetype/ftmodapi.h>
14731 main ()
14733 if (sizeof ((FT_TrueTypeEngineType)))
14734 return 0;
14736 return 0;
14738 _ACEOF
14739 rm -f conftest.$ac_objext
14740 if { (ac_try="$ac_compile"
14741 case "(($ac_try" in
14742 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14743 *) ac_try_echo=$ac_try;;
14744 esac
14745 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
14746 $as_echo "$ac_try_echo") >&5
14747 (eval "$ac_compile") 2>conftest.er1
14748 ac_status=$?
14749 grep -v '^ *+' conftest.er1 >conftest.err
14750 rm -f conftest.er1
14751 cat conftest.err >&5
14752 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
14753 (exit $ac_status); } && {
14754 test -z "$ac_c_werror_flag" ||
14755 test ! -s conftest.err
14756 } && test -s conftest.$ac_objext; then
14758 else
14759 $as_echo "$as_me: failed program was:" >&5
14760 sed 's/^/| /' conftest.$ac_ext >&5
14762 ac_cv_type_FT_TrueTypeEngineType=yes
14765 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14766 else
14767 $as_echo "$as_me: failed program was:" >&5
14768 sed 's/^/| /' conftest.$ac_ext >&5
14773 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14775 { $as_echo "$as_me:$LINENO: result: $ac_cv_type_FT_TrueTypeEngineType" >&5
14776 $as_echo "$ac_cv_type_FT_TrueTypeEngineType" >&6; }
14777 if test "x$ac_cv_type_FT_TrueTypeEngineType" = x""yes; then
14779 cat >>confdefs.h <<_ACEOF
14780 #define HAVE_FT_TRUETYPEENGINETYPE 1
14781 _ACEOF
14786 ac_save_CFLAGS="$CFLAGS"
14787 CFLAGS="$CFLAGS $ac_freetype_libs"
14789 for ac_func in FT_Load_Sfnt_Table
14791 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
14792 { $as_echo "$as_me:$LINENO: checking for $ac_func" >&5
14793 $as_echo_n "checking for $ac_func... " >&6; }
14794 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
14795 $as_echo_n "(cached) " >&6
14796 else
14797 cat >conftest.$ac_ext <<_ACEOF
14798 /* confdefs.h. */
14799 _ACEOF
14800 cat confdefs.h >>conftest.$ac_ext
14801 cat >>conftest.$ac_ext <<_ACEOF
14802 /* end confdefs.h. */
14803 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
14804 For example, HP-UX 11i <limits.h> declares gettimeofday. */
14805 #define $ac_func innocuous_$ac_func
14807 /* System header to define __stub macros and hopefully few prototypes,
14808 which can conflict with char $ac_func (); below.
14809 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
14810 <limits.h> exists even on freestanding compilers. */
14812 #ifdef __STDC__
14813 # include <limits.h>
14814 #else
14815 # include <assert.h>
14816 #endif
14818 #undef $ac_func
14820 /* Override any GCC internal prototype to avoid an error.
14821 Use char because int might match the return type of a GCC
14822 builtin and then its argument prototype would still apply. */
14823 #ifdef __cplusplus
14824 extern "C"
14825 #endif
14826 char $ac_func ();
14827 /* The GNU C library defines this for functions which it implements
14828 to always fail with ENOSYS. Some functions are actually named
14829 something starting with __ and the normal name is an alias. */
14830 #if defined __stub_$ac_func || defined __stub___$ac_func
14831 choke me
14832 #endif
14835 main ()
14837 return $ac_func ();
14839 return 0;
14841 _ACEOF
14842 rm -f conftest.$ac_objext conftest$ac_exeext
14843 if { (ac_try="$ac_link"
14844 case "(($ac_try" in
14845 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14846 *) ac_try_echo=$ac_try;;
14847 esac
14848 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
14849 $as_echo "$ac_try_echo") >&5
14850 (eval "$ac_link") 2>conftest.er1
14851 ac_status=$?
14852 grep -v '^ *+' conftest.er1 >conftest.err
14853 rm -f conftest.er1
14854 cat conftest.err >&5
14855 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
14856 (exit $ac_status); } && {
14857 test -z "$ac_c_werror_flag" ||
14858 test ! -s conftest.err
14859 } && test -s conftest$ac_exeext && {
14860 test "$cross_compiling" = yes ||
14861 $as_test_x conftest$ac_exeext
14862 }; then
14863 eval "$as_ac_var=yes"
14864 else
14865 $as_echo "$as_me: failed program was:" >&5
14866 sed 's/^/| /' conftest.$ac_ext >&5
14868 eval "$as_ac_var=no"
14871 rm -rf conftest.dSYM
14872 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
14873 conftest$ac_exeext conftest.$ac_ext
14875 ac_res=`eval 'as_val=${'$as_ac_var'}
14876 $as_echo "$as_val"'`
14877 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
14878 $as_echo "$ac_res" >&6; }
14879 as_val=`eval 'as_val=${'$as_ac_var'}
14880 $as_echo "$as_val"'`
14881 if test "x$as_val" = x""yes; then
14882 cat >>confdefs.h <<_ACEOF
14883 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
14884 _ACEOF
14887 done
14889 CFLAGS="$ac_save_CFLAGS"
14890 CPPFLAGS="$ac_save_CPPFLAGS"
14891 if test "$ac_cv_header_freetype_freetype_h" = "yes" -a "$wine_cv_fttrigon" = "yes"
14892 then
14894 cat >>confdefs.h <<\_ACEOF
14895 #define HAVE_FREETYPE 1
14896 _ACEOF
14898 FREETYPELIBS="$ac_freetype_libs"
14900 FREETYPEINCL="$ac_freetype_incl"
14905 if test "x$FREETYPELIBS" = "x"; then
14906 case "x$with_freetype" in
14907 xno) ;;
14908 *) { { $as_echo "$as_me:$LINENO: error: FreeType development files not found.
14909 Fonts will not be built. Dialog text may be invisible or unaligned.
14910 Use the --without-freetype option if you really want this." >&5
14911 $as_echo "$as_me: error: FreeType development files not found.
14912 Fonts will not be built. Dialog text may be invisible or unaligned.
14913 Use the --without-freetype option if you really want this." >&2;}
14914 { (exit 1); exit 1; }; } ;;
14915 esac
14918 test "x$FREETYPELIBS" = "x" && enable_fonts=${enable_fonts:-no}
14920 { $as_echo "$as_me:$LINENO: checking for parport header/ppdev.h" >&5
14921 $as_echo_n "checking for parport header/ppdev.h... " >&6; }
14922 if test "${ac_cv_c_ppdev+set}" = set; then
14923 $as_echo_n "(cached) " >&6
14924 else
14925 cat >conftest.$ac_ext <<_ACEOF
14926 /* confdefs.h. */
14927 _ACEOF
14928 cat confdefs.h >>conftest.$ac_ext
14929 cat >>conftest.$ac_ext <<_ACEOF
14930 /* end confdefs.h. */
14931 #include <linux/ppdev.h>
14933 main ()
14935 ioctl (1,PPCLAIM,0)
14937 return 0;
14939 _ACEOF
14940 rm -f conftest.$ac_objext
14941 if { (ac_try="$ac_compile"
14942 case "(($ac_try" in
14943 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14944 *) ac_try_echo=$ac_try;;
14945 esac
14946 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
14947 $as_echo "$ac_try_echo") >&5
14948 (eval "$ac_compile") 2>conftest.er1
14949 ac_status=$?
14950 grep -v '^ *+' conftest.er1 >conftest.err
14951 rm -f conftest.er1
14952 cat conftest.err >&5
14953 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
14954 (exit $ac_status); } && {
14955 test -z "$ac_c_werror_flag" ||
14956 test ! -s conftest.err
14957 } && test -s conftest.$ac_objext; then
14958 ac_cv_c_ppdev="yes"
14959 else
14960 $as_echo "$as_me: failed program was:" >&5
14961 sed 's/^/| /' conftest.$ac_ext >&5
14963 ac_cv_c_ppdev="no"
14966 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14968 { $as_echo "$as_me:$LINENO: result: $ac_cv_c_ppdev" >&5
14969 $as_echo "$ac_cv_c_ppdev" >&6; }
14970 if test "$ac_cv_c_ppdev" = "yes"
14971 then
14973 cat >>confdefs.h <<\_ACEOF
14974 #define HAVE_PPDEV 1
14975 _ACEOF
14979 { $as_echo "$as_me:$LINENO: checking for va_copy" >&5
14980 $as_echo_n "checking for va_copy... " >&6; }
14981 if test "${ac_cv_c_va_copy+set}" = set; then
14982 $as_echo_n "(cached) " >&6
14983 else
14984 cat >conftest.$ac_ext <<_ACEOF
14985 /* confdefs.h. */
14986 _ACEOF
14987 cat confdefs.h >>conftest.$ac_ext
14988 cat >>conftest.$ac_ext <<_ACEOF
14989 /* end confdefs.h. */
14990 #include <stdarg.h>
14992 main ()
14994 va_list ap1, ap2; va_copy(ap1,ap2);
14996 return 0;
14998 _ACEOF
14999 rm -f conftest.$ac_objext conftest$ac_exeext
15000 if { (ac_try="$ac_link"
15001 case "(($ac_try" in
15002 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15003 *) ac_try_echo=$ac_try;;
15004 esac
15005 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
15006 $as_echo "$ac_try_echo") >&5
15007 (eval "$ac_link") 2>conftest.er1
15008 ac_status=$?
15009 grep -v '^ *+' conftest.er1 >conftest.err
15010 rm -f conftest.er1
15011 cat conftest.err >&5
15012 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
15013 (exit $ac_status); } && {
15014 test -z "$ac_c_werror_flag" ||
15015 test ! -s conftest.err
15016 } && test -s conftest$ac_exeext && {
15017 test "$cross_compiling" = yes ||
15018 $as_test_x conftest$ac_exeext
15019 }; then
15020 ac_cv_c_va_copy="yes"
15021 else
15022 $as_echo "$as_me: failed program was:" >&5
15023 sed 's/^/| /' conftest.$ac_ext >&5
15025 ac_cv_c_va_copy="no"
15028 rm -rf conftest.dSYM
15029 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
15030 conftest$ac_exeext conftest.$ac_ext
15033 { $as_echo "$as_me:$LINENO: result: $ac_cv_c_va_copy" >&5
15034 $as_echo "$ac_cv_c_va_copy" >&6; }
15035 if test "$ac_cv_c_va_copy" = "yes"
15036 then
15038 cat >>confdefs.h <<\_ACEOF
15039 #define HAVE_VA_COPY 1
15040 _ACEOF
15043 { $as_echo "$as_me:$LINENO: checking for __va_copy" >&5
15044 $as_echo_n "checking for __va_copy... " >&6; }
15045 if test "${ac_cv_c___va_copy+set}" = set; then
15046 $as_echo_n "(cached) " >&6
15047 else
15048 cat >conftest.$ac_ext <<_ACEOF
15049 /* confdefs.h. */
15050 _ACEOF
15051 cat confdefs.h >>conftest.$ac_ext
15052 cat >>conftest.$ac_ext <<_ACEOF
15053 /* end confdefs.h. */
15054 #include <stdarg.h>
15056 main ()
15058 va_list ap1, ap2; __va_copy(ap1,ap2);
15060 return 0;
15062 _ACEOF
15063 rm -f conftest.$ac_objext conftest$ac_exeext
15064 if { (ac_try="$ac_link"
15065 case "(($ac_try" in
15066 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15067 *) ac_try_echo=$ac_try;;
15068 esac
15069 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
15070 $as_echo "$ac_try_echo") >&5
15071 (eval "$ac_link") 2>conftest.er1
15072 ac_status=$?
15073 grep -v '^ *+' conftest.er1 >conftest.err
15074 rm -f conftest.er1
15075 cat conftest.err >&5
15076 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
15077 (exit $ac_status); } && {
15078 test -z "$ac_c_werror_flag" ||
15079 test ! -s conftest.err
15080 } && test -s conftest$ac_exeext && {
15081 test "$cross_compiling" = yes ||
15082 $as_test_x conftest$ac_exeext
15083 }; then
15084 ac_cv_c___va_copy="yes"
15085 else
15086 $as_echo "$as_me: failed program was:" >&5
15087 sed 's/^/| /' conftest.$ac_ext >&5
15089 ac_cv_c___va_copy="no"
15092 rm -rf conftest.dSYM
15093 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
15094 conftest$ac_exeext conftest.$ac_ext
15097 { $as_echo "$as_me:$LINENO: result: $ac_cv_c___va_copy" >&5
15098 $as_echo "$ac_cv_c___va_copy" >&6; }
15099 if test "$ac_cv_c___va_copy" = "yes"
15100 then
15102 cat >>confdefs.h <<\_ACEOF
15103 #define HAVE___VA_COPY 1
15104 _ACEOF
15108 { $as_echo "$as_me:$LINENO: checking for pthread_rwlock_t" >&5
15109 $as_echo_n "checking for pthread_rwlock_t... " >&6; }
15110 if test "${ac_cv_type_pthread_rwlock_t+set}" = set; then
15111 $as_echo_n "(cached) " >&6
15112 else
15113 ac_cv_type_pthread_rwlock_t=no
15114 cat >conftest.$ac_ext <<_ACEOF
15115 /* confdefs.h. */
15116 _ACEOF
15117 cat confdefs.h >>conftest.$ac_ext
15118 cat >>conftest.$ac_ext <<_ACEOF
15119 /* end confdefs.h. */
15120 #define _GNU_SOURCE
15121 #include <pthread.h>
15124 main ()
15126 if (sizeof (pthread_rwlock_t))
15127 return 0;
15129 return 0;
15131 _ACEOF
15132 rm -f conftest.$ac_objext
15133 if { (ac_try="$ac_compile"
15134 case "(($ac_try" in
15135 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15136 *) ac_try_echo=$ac_try;;
15137 esac
15138 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
15139 $as_echo "$ac_try_echo") >&5
15140 (eval "$ac_compile") 2>conftest.er1
15141 ac_status=$?
15142 grep -v '^ *+' conftest.er1 >conftest.err
15143 rm -f conftest.er1
15144 cat conftest.err >&5
15145 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
15146 (exit $ac_status); } && {
15147 test -z "$ac_c_werror_flag" ||
15148 test ! -s conftest.err
15149 } && test -s conftest.$ac_objext; then
15150 cat >conftest.$ac_ext <<_ACEOF
15151 /* confdefs.h. */
15152 _ACEOF
15153 cat confdefs.h >>conftest.$ac_ext
15154 cat >>conftest.$ac_ext <<_ACEOF
15155 /* end confdefs.h. */
15156 #define _GNU_SOURCE
15157 #include <pthread.h>
15160 main ()
15162 if (sizeof ((pthread_rwlock_t)))
15163 return 0;
15165 return 0;
15167 _ACEOF
15168 rm -f conftest.$ac_objext
15169 if { (ac_try="$ac_compile"
15170 case "(($ac_try" in
15171 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15172 *) ac_try_echo=$ac_try;;
15173 esac
15174 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
15175 $as_echo "$ac_try_echo") >&5
15176 (eval "$ac_compile") 2>conftest.er1
15177 ac_status=$?
15178 grep -v '^ *+' conftest.er1 >conftest.err
15179 rm -f conftest.er1
15180 cat conftest.err >&5
15181 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
15182 (exit $ac_status); } && {
15183 test -z "$ac_c_werror_flag" ||
15184 test ! -s conftest.err
15185 } && test -s conftest.$ac_objext; then
15187 else
15188 $as_echo "$as_me: failed program was:" >&5
15189 sed 's/^/| /' conftest.$ac_ext >&5
15191 ac_cv_type_pthread_rwlock_t=yes
15194 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
15195 else
15196 $as_echo "$as_me: failed program was:" >&5
15197 sed 's/^/| /' conftest.$ac_ext >&5
15202 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
15204 { $as_echo "$as_me:$LINENO: result: $ac_cv_type_pthread_rwlock_t" >&5
15205 $as_echo "$ac_cv_type_pthread_rwlock_t" >&6; }
15206 if test "x$ac_cv_type_pthread_rwlock_t" = x""yes; then
15208 cat >>confdefs.h <<_ACEOF
15209 #define HAVE_PTHREAD_RWLOCK_T 1
15210 _ACEOF
15214 { $as_echo "$as_me:$LINENO: checking for pthread_rwlockattr_t" >&5
15215 $as_echo_n "checking for pthread_rwlockattr_t... " >&6; }
15216 if test "${ac_cv_type_pthread_rwlockattr_t+set}" = set; then
15217 $as_echo_n "(cached) " >&6
15218 else
15219 ac_cv_type_pthread_rwlockattr_t=no
15220 cat >conftest.$ac_ext <<_ACEOF
15221 /* confdefs.h. */
15222 _ACEOF
15223 cat confdefs.h >>conftest.$ac_ext
15224 cat >>conftest.$ac_ext <<_ACEOF
15225 /* end confdefs.h. */
15226 #define _GNU_SOURCE
15227 #include <pthread.h>
15230 main ()
15232 if (sizeof (pthread_rwlockattr_t))
15233 return 0;
15235 return 0;
15237 _ACEOF
15238 rm -f conftest.$ac_objext
15239 if { (ac_try="$ac_compile"
15240 case "(($ac_try" in
15241 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15242 *) ac_try_echo=$ac_try;;
15243 esac
15244 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
15245 $as_echo "$ac_try_echo") >&5
15246 (eval "$ac_compile") 2>conftest.er1
15247 ac_status=$?
15248 grep -v '^ *+' conftest.er1 >conftest.err
15249 rm -f conftest.er1
15250 cat conftest.err >&5
15251 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
15252 (exit $ac_status); } && {
15253 test -z "$ac_c_werror_flag" ||
15254 test ! -s conftest.err
15255 } && test -s conftest.$ac_objext; then
15256 cat >conftest.$ac_ext <<_ACEOF
15257 /* confdefs.h. */
15258 _ACEOF
15259 cat confdefs.h >>conftest.$ac_ext
15260 cat >>conftest.$ac_ext <<_ACEOF
15261 /* end confdefs.h. */
15262 #define _GNU_SOURCE
15263 #include <pthread.h>
15266 main ()
15268 if (sizeof ((pthread_rwlockattr_t)))
15269 return 0;
15271 return 0;
15273 _ACEOF
15274 rm -f conftest.$ac_objext
15275 if { (ac_try="$ac_compile"
15276 case "(($ac_try" in
15277 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15278 *) ac_try_echo=$ac_try;;
15279 esac
15280 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
15281 $as_echo "$ac_try_echo") >&5
15282 (eval "$ac_compile") 2>conftest.er1
15283 ac_status=$?
15284 grep -v '^ *+' conftest.er1 >conftest.err
15285 rm -f conftest.er1
15286 cat conftest.err >&5
15287 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
15288 (exit $ac_status); } && {
15289 test -z "$ac_c_werror_flag" ||
15290 test ! -s conftest.err
15291 } && test -s conftest.$ac_objext; then
15293 else
15294 $as_echo "$as_me: failed program was:" >&5
15295 sed 's/^/| /' conftest.$ac_ext >&5
15297 ac_cv_type_pthread_rwlockattr_t=yes
15300 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
15301 else
15302 $as_echo "$as_me: failed program was:" >&5
15303 sed 's/^/| /' conftest.$ac_ext >&5
15308 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
15310 { $as_echo "$as_me:$LINENO: result: $ac_cv_type_pthread_rwlockattr_t" >&5
15311 $as_echo "$ac_cv_type_pthread_rwlockattr_t" >&6; }
15312 if test "x$ac_cv_type_pthread_rwlockattr_t" = x""yes; then
15314 cat >>confdefs.h <<_ACEOF
15315 #define HAVE_PTHREAD_RWLOCKATTR_T 1
15316 _ACEOF
15322 ac_wine_check_funcs_save_LIBS="$LIBS"
15323 LIBS="$LIBS $LIBPTHREAD"
15328 for ac_func in \
15329 pthread_attr_get_np \
15330 pthread_getattr_np \
15331 pthread_get_stackaddr_np \
15332 pthread_get_stacksize_np
15334 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
15335 { $as_echo "$as_me:$LINENO: checking for $ac_func" >&5
15336 $as_echo_n "checking for $ac_func... " >&6; }
15337 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
15338 $as_echo_n "(cached) " >&6
15339 else
15340 cat >conftest.$ac_ext <<_ACEOF
15341 /* confdefs.h. */
15342 _ACEOF
15343 cat confdefs.h >>conftest.$ac_ext
15344 cat >>conftest.$ac_ext <<_ACEOF
15345 /* end confdefs.h. */
15346 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
15347 For example, HP-UX 11i <limits.h> declares gettimeofday. */
15348 #define $ac_func innocuous_$ac_func
15350 /* System header to define __stub macros and hopefully few prototypes,
15351 which can conflict with char $ac_func (); below.
15352 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
15353 <limits.h> exists even on freestanding compilers. */
15355 #ifdef __STDC__
15356 # include <limits.h>
15357 #else
15358 # include <assert.h>
15359 #endif
15361 #undef $ac_func
15363 /* Override any GCC internal prototype to avoid an error.
15364 Use char because int might match the return type of a GCC
15365 builtin and then its argument prototype would still apply. */
15366 #ifdef __cplusplus
15367 extern "C"
15368 #endif
15369 char $ac_func ();
15370 /* The GNU C library defines this for functions which it implements
15371 to always fail with ENOSYS. Some functions are actually named
15372 something starting with __ and the normal name is an alias. */
15373 #if defined __stub_$ac_func || defined __stub___$ac_func
15374 choke me
15375 #endif
15378 main ()
15380 return $ac_func ();
15382 return 0;
15384 _ACEOF
15385 rm -f conftest.$ac_objext conftest$ac_exeext
15386 if { (ac_try="$ac_link"
15387 case "(($ac_try" in
15388 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15389 *) ac_try_echo=$ac_try;;
15390 esac
15391 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
15392 $as_echo "$ac_try_echo") >&5
15393 (eval "$ac_link") 2>conftest.er1
15394 ac_status=$?
15395 grep -v '^ *+' conftest.er1 >conftest.err
15396 rm -f conftest.er1
15397 cat conftest.err >&5
15398 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
15399 (exit $ac_status); } && {
15400 test -z "$ac_c_werror_flag" ||
15401 test ! -s conftest.err
15402 } && test -s conftest$ac_exeext && {
15403 test "$cross_compiling" = yes ||
15404 $as_test_x conftest$ac_exeext
15405 }; then
15406 eval "$as_ac_var=yes"
15407 else
15408 $as_echo "$as_me: failed program was:" >&5
15409 sed 's/^/| /' conftest.$ac_ext >&5
15411 eval "$as_ac_var=no"
15414 rm -rf conftest.dSYM
15415 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
15416 conftest$ac_exeext conftest.$ac_ext
15418 ac_res=`eval 'as_val=${'$as_ac_var'}
15419 $as_echo "$as_val"'`
15420 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
15421 $as_echo "$ac_res" >&6; }
15422 as_val=`eval 'as_val=${'$as_ac_var'}
15423 $as_echo "$as_val"'`
15424 if test "x$as_val" = x""yes; then
15425 cat >>confdefs.h <<_ACEOF
15426 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
15427 _ACEOF
15430 done
15432 LIBS="$ac_wine_check_funcs_save_LIBS"
15434 # Extract the first word of "esd-config", so it can be a program name with args.
15435 set dummy esd-config; ac_word=$2
15436 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
15437 $as_echo_n "checking for $ac_word... " >&6; }
15438 if test "${ac_cv_path_ESDCONFIG+set}" = set; then
15439 $as_echo_n "(cached) " >&6
15440 else
15441 case $ESDCONFIG in
15442 [\\/]* | ?:[\\/]*)
15443 ac_cv_path_ESDCONFIG="$ESDCONFIG" # Let the user override the test with a path.
15446 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
15447 for as_dir in $PATH
15449 IFS=$as_save_IFS
15450 test -z "$as_dir" && as_dir=.
15451 for ac_exec_ext in '' $ac_executable_extensions; do
15452 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
15453 ac_cv_path_ESDCONFIG="$as_dir/$ac_word$ac_exec_ext"
15454 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
15455 break 2
15457 done
15458 done
15459 IFS=$as_save_IFS
15462 esac
15464 ESDCONFIG=$ac_cv_path_ESDCONFIG
15465 if test -n "$ESDCONFIG"; then
15466 { $as_echo "$as_me:$LINENO: result: $ESDCONFIG" >&5
15467 $as_echo "$ESDCONFIG" >&6; }
15468 else
15469 { $as_echo "$as_me:$LINENO: result: no" >&5
15470 $as_echo "no" >&6; }
15474 if test "x$with_esd" != xno -a "x$ESDCONFIG" != x -a "x$ESDCONFIG" != x'"$ESDCONFIG"';
15475 then
15476 ac_esd_incl=""
15477 for i in `$ESDCONFIG --cflags`
15479 case "$i" in
15480 -I*) ac_esd_incl="$ac_esd_incl $i";;
15481 esac
15482 done
15483 ac_esd_libs=`$ESDCONFIG --libs`
15484 save_CFLAGS="$CFLAGS"
15485 CFLAGS="$CFLAGS $ac_esd_incl"
15486 { $as_echo "$as_me:$LINENO: checking for esd_open_sound in -lesd" >&5
15487 $as_echo_n "checking for esd_open_sound in -lesd... " >&6; }
15488 if test "${ac_cv_lib_esd_esd_open_sound+set}" = set; then
15489 $as_echo_n "(cached) " >&6
15490 else
15491 ac_check_lib_save_LIBS=$LIBS
15492 LIBS="-lesd $ac_esd_libs $LIBS"
15493 cat >conftest.$ac_ext <<_ACEOF
15494 /* confdefs.h. */
15495 _ACEOF
15496 cat confdefs.h >>conftest.$ac_ext
15497 cat >>conftest.$ac_ext <<_ACEOF
15498 /* end confdefs.h. */
15500 /* Override any GCC internal prototype to avoid an error.
15501 Use char because int might match the return type of a GCC
15502 builtin and then its argument prototype would still apply. */
15503 #ifdef __cplusplus
15504 extern "C"
15505 #endif
15506 char esd_open_sound ();
15508 main ()
15510 return esd_open_sound ();
15512 return 0;
15514 _ACEOF
15515 rm -f conftest.$ac_objext conftest$ac_exeext
15516 if { (ac_try="$ac_link"
15517 case "(($ac_try" in
15518 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15519 *) ac_try_echo=$ac_try;;
15520 esac
15521 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
15522 $as_echo "$ac_try_echo") >&5
15523 (eval "$ac_link") 2>conftest.er1
15524 ac_status=$?
15525 grep -v '^ *+' conftest.er1 >conftest.err
15526 rm -f conftest.er1
15527 cat conftest.err >&5
15528 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
15529 (exit $ac_status); } && {
15530 test -z "$ac_c_werror_flag" ||
15531 test ! -s conftest.err
15532 } && test -s conftest$ac_exeext && {
15533 test "$cross_compiling" = yes ||
15534 $as_test_x conftest$ac_exeext
15535 }; then
15536 ac_cv_lib_esd_esd_open_sound=yes
15537 else
15538 $as_echo "$as_me: failed program was:" >&5
15539 sed 's/^/| /' conftest.$ac_ext >&5
15541 ac_cv_lib_esd_esd_open_sound=no
15544 rm -rf conftest.dSYM
15545 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
15546 conftest$ac_exeext conftest.$ac_ext
15547 LIBS=$ac_check_lib_save_LIBS
15549 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_esd_esd_open_sound" >&5
15550 $as_echo "$ac_cv_lib_esd_esd_open_sound" >&6; }
15551 if test "x$ac_cv_lib_esd_esd_open_sound" = x""yes; then
15552 ESDINCL="$ac_esd_incl"
15554 ESDLIBS="$ac_esd_libs"
15557 cat >>confdefs.h <<\_ACEOF
15558 #define HAVE_ESD 1
15559 _ACEOF
15563 CFLAGS="$save_CFLAGS"
15566 ALSALIBS=""
15568 if test "$ac_cv_header_sys_asoundlib_h" = "yes" -o "$ac_cv_header_alsa_asoundlib_h" = "yes"
15569 then
15570 { $as_echo "$as_me:$LINENO: checking for snd_pcm_hw_params_get_access in -lasound" >&5
15571 $as_echo_n "checking for snd_pcm_hw_params_get_access in -lasound... " >&6; }
15572 if test "${ac_cv_lib_asound_snd_pcm_hw_params_get_access+set}" = set; then
15573 $as_echo_n "(cached) " >&6
15574 else
15575 ac_check_lib_save_LIBS=$LIBS
15576 LIBS="-lasound $LIBS"
15577 cat >conftest.$ac_ext <<_ACEOF
15578 /* confdefs.h. */
15579 _ACEOF
15580 cat confdefs.h >>conftest.$ac_ext
15581 cat >>conftest.$ac_ext <<_ACEOF
15582 /* end confdefs.h. */
15584 /* Override any GCC internal prototype to avoid an error.
15585 Use char because int might match the return type of a GCC
15586 builtin and then its argument prototype would still apply. */
15587 #ifdef __cplusplus
15588 extern "C"
15589 #endif
15590 char snd_pcm_hw_params_get_access ();
15592 main ()
15594 return snd_pcm_hw_params_get_access ();
15596 return 0;
15598 _ACEOF
15599 rm -f conftest.$ac_objext conftest$ac_exeext
15600 if { (ac_try="$ac_link"
15601 case "(($ac_try" in
15602 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15603 *) ac_try_echo=$ac_try;;
15604 esac
15605 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
15606 $as_echo "$ac_try_echo") >&5
15607 (eval "$ac_link") 2>conftest.er1
15608 ac_status=$?
15609 grep -v '^ *+' conftest.er1 >conftest.err
15610 rm -f conftest.er1
15611 cat conftest.err >&5
15612 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
15613 (exit $ac_status); } && {
15614 test -z "$ac_c_werror_flag" ||
15615 test ! -s conftest.err
15616 } && test -s conftest$ac_exeext && {
15617 test "$cross_compiling" = yes ||
15618 $as_test_x conftest$ac_exeext
15619 }; then
15620 ac_cv_lib_asound_snd_pcm_hw_params_get_access=yes
15621 else
15622 $as_echo "$as_me: failed program was:" >&5
15623 sed 's/^/| /' conftest.$ac_ext >&5
15625 ac_cv_lib_asound_snd_pcm_hw_params_get_access=no
15628 rm -rf conftest.dSYM
15629 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
15630 conftest$ac_exeext conftest.$ac_ext
15631 LIBS=$ac_check_lib_save_LIBS
15633 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_asound_snd_pcm_hw_params_get_access" >&5
15634 $as_echo "$ac_cv_lib_asound_snd_pcm_hw_params_get_access" >&6; }
15635 if test "x$ac_cv_lib_asound_snd_pcm_hw_params_get_access" = x""yes; then
15636 cat >conftest.$ac_ext <<_ACEOF
15637 /* confdefs.h. */
15638 _ACEOF
15639 cat confdefs.h >>conftest.$ac_ext
15640 cat >>conftest.$ac_ext <<_ACEOF
15641 /* end confdefs.h. */
15642 #ifdef HAVE_ALSA_ASOUNDLIB_H
15643 #include <alsa/asoundlib.h>
15644 #elif defined(HAVE_SYS_ASOUNDLIB_H)
15645 #include <sys/asoundlib.h>
15646 #endif
15648 main ()
15650 int ret = snd_pcm_hw_params_get_access(NULL, NULL)
15652 return 0;
15654 _ACEOF
15655 rm -f conftest.$ac_objext
15656 if { (ac_try="$ac_compile"
15657 case "(($ac_try" in
15658 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15659 *) ac_try_echo=$ac_try;;
15660 esac
15661 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
15662 $as_echo "$ac_try_echo") >&5
15663 (eval "$ac_compile") 2>conftest.er1
15664 ac_status=$?
15665 grep -v '^ *+' conftest.er1 >conftest.err
15666 rm -f conftest.er1
15667 cat conftest.err >&5
15668 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
15669 (exit $ac_status); } && {
15670 test -z "$ac_c_werror_flag" ||
15671 test ! -s conftest.err
15672 } && test -s conftest.$ac_objext; then
15674 cat >>confdefs.h <<\_ACEOF
15675 #define HAVE_ALSA 1
15676 _ACEOF
15678 ALSALIBS="-lasound"
15679 else
15680 $as_echo "$as_me: failed program was:" >&5
15681 sed 's/^/| /' conftest.$ac_ext >&5
15686 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
15691 AUDIOIOLIBS=""
15693 if test "$ac_cv_header_libaudioio_h" = "yes"
15694 then
15695 { $as_echo "$as_me:$LINENO: checking for AudioIOGetVersion in -laudioio" >&5
15696 $as_echo_n "checking for AudioIOGetVersion in -laudioio... " >&6; }
15697 if test "${ac_cv_lib_audioio_AudioIOGetVersion+set}" = set; then
15698 $as_echo_n "(cached) " >&6
15699 else
15700 ac_check_lib_save_LIBS=$LIBS
15701 LIBS="-laudioio $LIBS"
15702 cat >conftest.$ac_ext <<_ACEOF
15703 /* confdefs.h. */
15704 _ACEOF
15705 cat confdefs.h >>conftest.$ac_ext
15706 cat >>conftest.$ac_ext <<_ACEOF
15707 /* end confdefs.h. */
15709 /* Override any GCC internal prototype to avoid an error.
15710 Use char because int might match the return type of a GCC
15711 builtin and then its argument prototype would still apply. */
15712 #ifdef __cplusplus
15713 extern "C"
15714 #endif
15715 char AudioIOGetVersion ();
15717 main ()
15719 return AudioIOGetVersion ();
15721 return 0;
15723 _ACEOF
15724 rm -f conftest.$ac_objext conftest$ac_exeext
15725 if { (ac_try="$ac_link"
15726 case "(($ac_try" in
15727 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15728 *) ac_try_echo=$ac_try;;
15729 esac
15730 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
15731 $as_echo "$ac_try_echo") >&5
15732 (eval "$ac_link") 2>conftest.er1
15733 ac_status=$?
15734 grep -v '^ *+' conftest.er1 >conftest.err
15735 rm -f conftest.er1
15736 cat conftest.err >&5
15737 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
15738 (exit $ac_status); } && {
15739 test -z "$ac_c_werror_flag" ||
15740 test ! -s conftest.err
15741 } && test -s conftest$ac_exeext && {
15742 test "$cross_compiling" = yes ||
15743 $as_test_x conftest$ac_exeext
15744 }; then
15745 ac_cv_lib_audioio_AudioIOGetVersion=yes
15746 else
15747 $as_echo "$as_me: failed program was:" >&5
15748 sed 's/^/| /' conftest.$ac_ext >&5
15750 ac_cv_lib_audioio_AudioIOGetVersion=no
15753 rm -rf conftest.dSYM
15754 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
15755 conftest$ac_exeext conftest.$ac_ext
15756 LIBS=$ac_check_lib_save_LIBS
15758 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_audioio_AudioIOGetVersion" >&5
15759 $as_echo "$ac_cv_lib_audioio_AudioIOGetVersion" >&6; }
15760 if test "x$ac_cv_lib_audioio_AudioIOGetVersion" = x""yes; then
15761 AUDIOIOLIBS="-laudioio"
15763 cat >>confdefs.h <<\_ACEOF
15764 #define HAVE_LIBAUDIOIO 1
15765 _ACEOF
15772 if test "$ac_cv_header_capi20_h" = "yes" -a "$ac_cv_header_linux_capi_h" = "yes"
15773 then
15774 { $as_echo "$as_me:$LINENO: checking for -lcapi20" >&5
15775 $as_echo_n "checking for -lcapi20... " >&6; }
15776 if test "${ac_cv_lib_soname_capi20+set}" = set; then
15777 $as_echo_n "(cached) " >&6
15778 else
15779 ac_check_soname_save_LIBS=$LIBS
15780 LIBS="-lcapi20 $LIBS"
15781 cat >conftest.$ac_ext <<_ACEOF
15782 /* confdefs.h. */
15783 _ACEOF
15784 cat confdefs.h >>conftest.$ac_ext
15785 cat >>conftest.$ac_ext <<_ACEOF
15786 /* end confdefs.h. */
15788 /* Override any GCC internal prototype to avoid an error.
15789 Use char because int might match the return type of a GCC
15790 builtin and then its argument prototype would still apply. */
15791 #ifdef __cplusplus
15792 extern "C"
15793 #endif
15794 char capi20_register ();
15796 main ()
15798 return capi20_register ();
15800 return 0;
15802 _ACEOF
15803 rm -f conftest.$ac_objext conftest$ac_exeext
15804 if { (ac_try="$ac_link"
15805 case "(($ac_try" in
15806 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15807 *) ac_try_echo=$ac_try;;
15808 esac
15809 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
15810 $as_echo "$ac_try_echo") >&5
15811 (eval "$ac_link") 2>conftest.er1
15812 ac_status=$?
15813 grep -v '^ *+' conftest.er1 >conftest.err
15814 rm -f conftest.er1
15815 cat conftest.err >&5
15816 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
15817 (exit $ac_status); } && {
15818 test -z "$ac_c_werror_flag" ||
15819 test ! -s conftest.err
15820 } && test -s conftest$ac_exeext && {
15821 test "$cross_compiling" = yes ||
15822 $as_test_x conftest$ac_exeext
15823 }; then
15824 case "$LIBEXT" in
15825 dll) ;;
15826 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'` ;;
15827 *) ac_cv_lib_soname_capi20=`$ac_cv_path_LDD conftest$ac_exeext | grep "libcapi20\\.$LIBEXT" | sed -e "s/^.*\(libcapi20\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
15828 esac
15829 else
15830 $as_echo "$as_me: failed program was:" >&5
15831 sed 's/^/| /' conftest.$ac_ext >&5
15836 rm -rf conftest.dSYM
15837 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
15838 conftest$ac_exeext conftest.$ac_ext
15839 LIBS=$ac_check_soname_save_LIBS
15841 if test "x$ac_cv_lib_soname_capi20" = "x"; then
15842 { $as_echo "$as_me:$LINENO: result: not found" >&5
15843 $as_echo "not found" >&6; }
15845 else
15846 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_capi20" >&5
15847 $as_echo "$ac_cv_lib_soname_capi20" >&6; }
15849 cat >>confdefs.h <<_ACEOF
15850 #define SONAME_LIBCAPI20 "$ac_cv_lib_soname_capi20"
15851 _ACEOF
15857 if test "x$ac_cv_lib_soname_capi20" = "x"; then
15858 case "x$with_capi" in
15859 x) wine_notices="$wine_notices|libcapi20 ${notice_platform}development files not found, ISDN won't be supported." ;;
15860 xno) ;;
15861 *) { { $as_echo "$as_me:$LINENO: error: libcapi20 ${notice_platform}development files not found, ISDN won't be supported.
15862 This is an error since --with-capi was requested." >&5
15863 $as_echo "$as_me: error: libcapi20 ${notice_platform}development files not found, ISDN won't be supported.
15864 This is an error since --with-capi was requested." >&2;}
15865 { (exit 1); exit 1; }; } ;;
15866 esac
15870 CUPSINCL=""
15872 if test "x$with_cups" != "xno"
15873 then
15874 ac_save_CPPFLAGS="$CPPFLAGS"
15875 ac_cups_cflags=`cups-config --cflags 2>/dev/null`
15876 ac_cups_libs=`cups-config --ldflags 2>/dev/null`
15877 CPPFLAGS="$CPPFLAGS $ac_cups_cflags"
15879 for ac_header in cups/cups.h
15881 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
15882 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
15883 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
15884 $as_echo_n "checking for $ac_header... " >&6; }
15885 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
15886 $as_echo_n "(cached) " >&6
15888 ac_res=`eval 'as_val=${'$as_ac_Header'}
15889 $as_echo "$as_val"'`
15890 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
15891 $as_echo "$ac_res" >&6; }
15892 else
15893 # Is the header compilable?
15894 { $as_echo "$as_me:$LINENO: checking $ac_header usability" >&5
15895 $as_echo_n "checking $ac_header usability... " >&6; }
15896 cat >conftest.$ac_ext <<_ACEOF
15897 /* confdefs.h. */
15898 _ACEOF
15899 cat confdefs.h >>conftest.$ac_ext
15900 cat >>conftest.$ac_ext <<_ACEOF
15901 /* end confdefs.h. */
15902 $ac_includes_default
15903 #include <$ac_header>
15904 _ACEOF
15905 rm -f conftest.$ac_objext
15906 if { (ac_try="$ac_compile"
15907 case "(($ac_try" in
15908 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15909 *) ac_try_echo=$ac_try;;
15910 esac
15911 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
15912 $as_echo "$ac_try_echo") >&5
15913 (eval "$ac_compile") 2>conftest.er1
15914 ac_status=$?
15915 grep -v '^ *+' conftest.er1 >conftest.err
15916 rm -f conftest.er1
15917 cat conftest.err >&5
15918 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
15919 (exit $ac_status); } && {
15920 test -z "$ac_c_werror_flag" ||
15921 test ! -s conftest.err
15922 } && test -s conftest.$ac_objext; then
15923 ac_header_compiler=yes
15924 else
15925 $as_echo "$as_me: failed program was:" >&5
15926 sed 's/^/| /' conftest.$ac_ext >&5
15928 ac_header_compiler=no
15931 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
15932 { $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
15933 $as_echo "$ac_header_compiler" >&6; }
15935 # Is the header present?
15936 { $as_echo "$as_me:$LINENO: checking $ac_header presence" >&5
15937 $as_echo_n "checking $ac_header presence... " >&6; }
15938 cat >conftest.$ac_ext <<_ACEOF
15939 /* confdefs.h. */
15940 _ACEOF
15941 cat confdefs.h >>conftest.$ac_ext
15942 cat >>conftest.$ac_ext <<_ACEOF
15943 /* end confdefs.h. */
15944 #include <$ac_header>
15945 _ACEOF
15946 if { (ac_try="$ac_cpp conftest.$ac_ext"
15947 case "(($ac_try" in
15948 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15949 *) ac_try_echo=$ac_try;;
15950 esac
15951 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
15952 $as_echo "$ac_try_echo") >&5
15953 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
15954 ac_status=$?
15955 grep -v '^ *+' conftest.er1 >conftest.err
15956 rm -f conftest.er1
15957 cat conftest.err >&5
15958 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
15959 (exit $ac_status); } >/dev/null && {
15960 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
15961 test ! -s conftest.err
15962 }; then
15963 ac_header_preproc=yes
15964 else
15965 $as_echo "$as_me: failed program was:" >&5
15966 sed 's/^/| /' conftest.$ac_ext >&5
15968 ac_header_preproc=no
15971 rm -f conftest.err conftest.$ac_ext
15972 { $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
15973 $as_echo "$ac_header_preproc" >&6; }
15975 # So? What about this header?
15976 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
15977 yes:no: )
15978 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
15979 $as_echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
15980 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
15981 $as_echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
15982 ac_header_preproc=yes
15984 no:yes:* )
15985 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
15986 $as_echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
15987 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
15988 $as_echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
15989 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
15990 $as_echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
15991 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
15992 $as_echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
15993 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
15994 $as_echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
15995 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
15996 $as_echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
15997 ( cat <<\_ASBOX
15998 ## ------------------------------------ ##
15999 ## Report this to wine-devel@winehq.org ##
16000 ## ------------------------------------ ##
16001 _ASBOX
16002 ) | sed "s/^/$as_me: WARNING: /" >&2
16004 esac
16005 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
16006 $as_echo_n "checking for $ac_header... " >&6; }
16007 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
16008 $as_echo_n "(cached) " >&6
16009 else
16010 eval "$as_ac_Header=\$ac_header_preproc"
16012 ac_res=`eval 'as_val=${'$as_ac_Header'}
16013 $as_echo "$as_val"'`
16014 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
16015 $as_echo "$ac_res" >&6; }
16018 as_val=`eval 'as_val=${'$as_ac_Header'}
16019 $as_echo "$as_val"'`
16020 if test "x$as_val" = x""yes; then
16021 cat >>confdefs.h <<_ACEOF
16022 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
16023 _ACEOF
16024 { $as_echo "$as_me:$LINENO: checking for -lcups" >&5
16025 $as_echo_n "checking for -lcups... " >&6; }
16026 if test "${ac_cv_lib_soname_cups+set}" = set; then
16027 $as_echo_n "(cached) " >&6
16028 else
16029 ac_check_soname_save_LIBS=$LIBS
16030 LIBS="-lcups $ac_cups_libs $LIBS"
16031 cat >conftest.$ac_ext <<_ACEOF
16032 /* confdefs.h. */
16033 _ACEOF
16034 cat confdefs.h >>conftest.$ac_ext
16035 cat >>conftest.$ac_ext <<_ACEOF
16036 /* end confdefs.h. */
16038 /* Override any GCC internal prototype to avoid an error.
16039 Use char because int might match the return type of a GCC
16040 builtin and then its argument prototype would still apply. */
16041 #ifdef __cplusplus
16042 extern "C"
16043 #endif
16044 char cupsGetDefault ();
16046 main ()
16048 return cupsGetDefault ();
16050 return 0;
16052 _ACEOF
16053 rm -f conftest.$ac_objext conftest$ac_exeext
16054 if { (ac_try="$ac_link"
16055 case "(($ac_try" in
16056 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16057 *) ac_try_echo=$ac_try;;
16058 esac
16059 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
16060 $as_echo "$ac_try_echo") >&5
16061 (eval "$ac_link") 2>conftest.er1
16062 ac_status=$?
16063 grep -v '^ *+' conftest.er1 >conftest.err
16064 rm -f conftest.er1
16065 cat conftest.err >&5
16066 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
16067 (exit $ac_status); } && {
16068 test -z "$ac_c_werror_flag" ||
16069 test ! -s conftest.err
16070 } && test -s conftest$ac_exeext && {
16071 test "$cross_compiling" = yes ||
16072 $as_test_x conftest$ac_exeext
16073 }; then
16074 case "$LIBEXT" in
16075 dll) ;;
16076 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'` ;;
16077 *) ac_cv_lib_soname_cups=`$ac_cv_path_LDD conftest$ac_exeext | grep "libcups\\.$LIBEXT" | sed -e "s/^.*\(libcups\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
16078 esac
16079 else
16080 $as_echo "$as_me: failed program was:" >&5
16081 sed 's/^/| /' conftest.$ac_ext >&5
16086 rm -rf conftest.dSYM
16087 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16088 conftest$ac_exeext conftest.$ac_ext
16089 LIBS=$ac_check_soname_save_LIBS
16091 if test "x$ac_cv_lib_soname_cups" = "x"; then
16092 { $as_echo "$as_me:$LINENO: result: not found" >&5
16093 $as_echo "not found" >&6; }
16095 else
16096 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_cups" >&5
16097 $as_echo "$ac_cv_lib_soname_cups" >&6; }
16099 cat >>confdefs.h <<_ACEOF
16100 #define SONAME_LIBCUPS "$ac_cv_lib_soname_cups"
16101 _ACEOF
16103 CUPSINCL="$ac_cups_cflags"
16108 done
16110 CPPFLAGS="$ac_save_CPPFLAGS"
16112 if test "x$ac_cv_lib_soname_cups" = "x"; then
16113 case "x$with_cups" in
16114 x) wine_notices="$wine_notices|libcups ${notice_platform}development files not found, CUPS won't be supported." ;;
16115 xno) ;;
16116 *) { { $as_echo "$as_me:$LINENO: error: libcups ${notice_platform}development files not found, CUPS won't be supported.
16117 This is an error since --with-cups was requested." >&5
16118 $as_echo "$as_me: error: libcups ${notice_platform}development files not found, CUPS won't be supported.
16119 This is an error since --with-cups was requested." >&2;}
16120 { (exit 1); exit 1; }; } ;;
16121 esac
16125 if test "$ac_cv_header_jack_jack_h" = "yes"
16126 then
16127 { $as_echo "$as_me:$LINENO: checking for -ljack" >&5
16128 $as_echo_n "checking for -ljack... " >&6; }
16129 if test "${ac_cv_lib_soname_jack+set}" = set; then
16130 $as_echo_n "(cached) " >&6
16131 else
16132 ac_check_soname_save_LIBS=$LIBS
16133 LIBS="-ljack $LIBS"
16134 cat >conftest.$ac_ext <<_ACEOF
16135 /* confdefs.h. */
16136 _ACEOF
16137 cat confdefs.h >>conftest.$ac_ext
16138 cat >>conftest.$ac_ext <<_ACEOF
16139 /* end confdefs.h. */
16141 /* Override any GCC internal prototype to avoid an error.
16142 Use char because int might match the return type of a GCC
16143 builtin and then its argument prototype would still apply. */
16144 #ifdef __cplusplus
16145 extern "C"
16146 #endif
16147 char jack_client_new ();
16149 main ()
16151 return jack_client_new ();
16153 return 0;
16155 _ACEOF
16156 rm -f conftest.$ac_objext conftest$ac_exeext
16157 if { (ac_try="$ac_link"
16158 case "(($ac_try" in
16159 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16160 *) ac_try_echo=$ac_try;;
16161 esac
16162 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
16163 $as_echo "$ac_try_echo") >&5
16164 (eval "$ac_link") 2>conftest.er1
16165 ac_status=$?
16166 grep -v '^ *+' conftest.er1 >conftest.err
16167 rm -f conftest.er1
16168 cat conftest.err >&5
16169 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
16170 (exit $ac_status); } && {
16171 test -z "$ac_c_werror_flag" ||
16172 test ! -s conftest.err
16173 } && test -s conftest$ac_exeext && {
16174 test "$cross_compiling" = yes ||
16175 $as_test_x conftest$ac_exeext
16176 }; then
16177 case "$LIBEXT" in
16178 dll) ;;
16179 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'` ;;
16180 *) 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'` ;;
16181 esac
16182 else
16183 $as_echo "$as_me: failed program was:" >&5
16184 sed 's/^/| /' conftest.$ac_ext >&5
16189 rm -rf conftest.dSYM
16190 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16191 conftest$ac_exeext conftest.$ac_ext
16192 LIBS=$ac_check_soname_save_LIBS
16194 if test "x$ac_cv_lib_soname_jack" = "x"; then
16195 { $as_echo "$as_me:$LINENO: result: not found" >&5
16196 $as_echo "not found" >&6; }
16198 else
16199 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_jack" >&5
16200 $as_echo "$ac_cv_lib_soname_jack" >&6; }
16202 cat >>confdefs.h <<_ACEOF
16203 #define SONAME_LIBJACK "$ac_cv_lib_soname_jack"
16204 _ACEOF
16211 if test "$ac_cv_header_fontconfig_fontconfig_h" = "yes"
16212 then
16213 { $as_echo "$as_me:$LINENO: checking for -lfontconfig" >&5
16214 $as_echo_n "checking for -lfontconfig... " >&6; }
16215 if test "${ac_cv_lib_soname_fontconfig+set}" = set; then
16216 $as_echo_n "(cached) " >&6
16217 else
16218 ac_check_soname_save_LIBS=$LIBS
16219 LIBS="-lfontconfig $LIBS"
16220 cat >conftest.$ac_ext <<_ACEOF
16221 /* confdefs.h. */
16222 _ACEOF
16223 cat confdefs.h >>conftest.$ac_ext
16224 cat >>conftest.$ac_ext <<_ACEOF
16225 /* end confdefs.h. */
16227 /* Override any GCC internal prototype to avoid an error.
16228 Use char because int might match the return type of a GCC
16229 builtin and then its argument prototype would still apply. */
16230 #ifdef __cplusplus
16231 extern "C"
16232 #endif
16233 char FcInit ();
16235 main ()
16237 return FcInit ();
16239 return 0;
16241 _ACEOF
16242 rm -f conftest.$ac_objext conftest$ac_exeext
16243 if { (ac_try="$ac_link"
16244 case "(($ac_try" in
16245 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16246 *) ac_try_echo=$ac_try;;
16247 esac
16248 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
16249 $as_echo "$ac_try_echo") >&5
16250 (eval "$ac_link") 2>conftest.er1
16251 ac_status=$?
16252 grep -v '^ *+' conftest.er1 >conftest.err
16253 rm -f conftest.er1
16254 cat conftest.err >&5
16255 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
16256 (exit $ac_status); } && {
16257 test -z "$ac_c_werror_flag" ||
16258 test ! -s conftest.err
16259 } && test -s conftest$ac_exeext && {
16260 test "$cross_compiling" = yes ||
16261 $as_test_x conftest$ac_exeext
16262 }; then
16263 case "$LIBEXT" in
16264 dll) ;;
16265 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'` ;;
16266 *) ac_cv_lib_soname_fontconfig=`$ac_cv_path_LDD conftest$ac_exeext | grep "libfontconfig\\.$LIBEXT" | sed -e "s/^.*\(libfontconfig\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
16267 esac
16268 else
16269 $as_echo "$as_me: failed program was:" >&5
16270 sed 's/^/| /' conftest.$ac_ext >&5
16275 rm -rf conftest.dSYM
16276 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16277 conftest$ac_exeext conftest.$ac_ext
16278 LIBS=$ac_check_soname_save_LIBS
16280 if test "x$ac_cv_lib_soname_fontconfig" = "x"; then
16281 { $as_echo "$as_me:$LINENO: result: not found" >&5
16282 $as_echo "not found" >&6; }
16284 else
16285 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_fontconfig" >&5
16286 $as_echo "$ac_cv_lib_soname_fontconfig" >&6; }
16288 cat >>confdefs.h <<_ACEOF
16289 #define SONAME_LIBFONTCONFIG "$ac_cv_lib_soname_fontconfig"
16290 _ACEOF
16295 elif test -n "$X_CFLAGS" -a "x$with_fontconfig" != "xno"
16296 then
16297 ac_save_CPPFLAGS="$CPPFLAGS"
16298 CPPFLAGS="$CPPFLAGS $X_CFLAGS"
16299 $as_unset ac_cv_header_fontconfig_fontconfig_h
16301 for ac_header in fontconfig/fontconfig.h
16303 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
16304 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
16305 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
16306 $as_echo_n "checking for $ac_header... " >&6; }
16307 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
16308 $as_echo_n "(cached) " >&6
16310 ac_res=`eval 'as_val=${'$as_ac_Header'}
16311 $as_echo "$as_val"'`
16312 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
16313 $as_echo "$ac_res" >&6; }
16314 else
16315 # Is the header compilable?
16316 { $as_echo "$as_me:$LINENO: checking $ac_header usability" >&5
16317 $as_echo_n "checking $ac_header usability... " >&6; }
16318 cat >conftest.$ac_ext <<_ACEOF
16319 /* confdefs.h. */
16320 _ACEOF
16321 cat confdefs.h >>conftest.$ac_ext
16322 cat >>conftest.$ac_ext <<_ACEOF
16323 /* end confdefs.h. */
16324 $ac_includes_default
16325 #include <$ac_header>
16326 _ACEOF
16327 rm -f conftest.$ac_objext
16328 if { (ac_try="$ac_compile"
16329 case "(($ac_try" in
16330 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16331 *) ac_try_echo=$ac_try;;
16332 esac
16333 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
16334 $as_echo "$ac_try_echo") >&5
16335 (eval "$ac_compile") 2>conftest.er1
16336 ac_status=$?
16337 grep -v '^ *+' conftest.er1 >conftest.err
16338 rm -f conftest.er1
16339 cat conftest.err >&5
16340 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
16341 (exit $ac_status); } && {
16342 test -z "$ac_c_werror_flag" ||
16343 test ! -s conftest.err
16344 } && test -s conftest.$ac_objext; then
16345 ac_header_compiler=yes
16346 else
16347 $as_echo "$as_me: failed program was:" >&5
16348 sed 's/^/| /' conftest.$ac_ext >&5
16350 ac_header_compiler=no
16353 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
16354 { $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
16355 $as_echo "$ac_header_compiler" >&6; }
16357 # Is the header present?
16358 { $as_echo "$as_me:$LINENO: checking $ac_header presence" >&5
16359 $as_echo_n "checking $ac_header presence... " >&6; }
16360 cat >conftest.$ac_ext <<_ACEOF
16361 /* confdefs.h. */
16362 _ACEOF
16363 cat confdefs.h >>conftest.$ac_ext
16364 cat >>conftest.$ac_ext <<_ACEOF
16365 /* end confdefs.h. */
16366 #include <$ac_header>
16367 _ACEOF
16368 if { (ac_try="$ac_cpp conftest.$ac_ext"
16369 case "(($ac_try" in
16370 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16371 *) ac_try_echo=$ac_try;;
16372 esac
16373 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
16374 $as_echo "$ac_try_echo") >&5
16375 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
16376 ac_status=$?
16377 grep -v '^ *+' conftest.er1 >conftest.err
16378 rm -f conftest.er1
16379 cat conftest.err >&5
16380 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
16381 (exit $ac_status); } >/dev/null && {
16382 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
16383 test ! -s conftest.err
16384 }; then
16385 ac_header_preproc=yes
16386 else
16387 $as_echo "$as_me: failed program was:" >&5
16388 sed 's/^/| /' conftest.$ac_ext >&5
16390 ac_header_preproc=no
16393 rm -f conftest.err conftest.$ac_ext
16394 { $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
16395 $as_echo "$ac_header_preproc" >&6; }
16397 # So? What about this header?
16398 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
16399 yes:no: )
16400 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
16401 $as_echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
16402 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
16403 $as_echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
16404 ac_header_preproc=yes
16406 no:yes:* )
16407 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
16408 $as_echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
16409 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
16410 $as_echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
16411 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
16412 $as_echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
16413 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
16414 $as_echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
16415 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
16416 $as_echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
16417 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
16418 $as_echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
16419 ( cat <<\_ASBOX
16420 ## ------------------------------------ ##
16421 ## Report this to wine-devel@winehq.org ##
16422 ## ------------------------------------ ##
16423 _ASBOX
16424 ) | sed "s/^/$as_me: WARNING: /" >&2
16426 esac
16427 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
16428 $as_echo_n "checking for $ac_header... " >&6; }
16429 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
16430 $as_echo_n "(cached) " >&6
16431 else
16432 eval "$as_ac_Header=\$ac_header_preproc"
16434 ac_res=`eval 'as_val=${'$as_ac_Header'}
16435 $as_echo "$as_val"'`
16436 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
16437 $as_echo "$ac_res" >&6; }
16440 as_val=`eval 'as_val=${'$as_ac_Header'}
16441 $as_echo "$as_val"'`
16442 if test "x$as_val" = x""yes; then
16443 cat >>confdefs.h <<_ACEOF
16444 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
16445 _ACEOF
16449 done
16451 CPPFLAGS="$ac_save_CPPFLAGS"
16452 if test "$ac_cv_header_fontconfig_fontconfig_h" = "yes"
16453 then
16454 FONTCONFIGINCL="$X_CFLAGS"
16456 { $as_echo "$as_me:$LINENO: checking for -lfontconfig" >&5
16457 $as_echo_n "checking for -lfontconfig... " >&6; }
16458 if test "${ac_cv_lib_soname_fontconfig+set}" = set; then
16459 $as_echo_n "(cached) " >&6
16460 else
16461 ac_check_soname_save_LIBS=$LIBS
16462 LIBS="-lfontconfig $X_LIBS $LIBS"
16463 cat >conftest.$ac_ext <<_ACEOF
16464 /* confdefs.h. */
16465 _ACEOF
16466 cat confdefs.h >>conftest.$ac_ext
16467 cat >>conftest.$ac_ext <<_ACEOF
16468 /* end confdefs.h. */
16470 /* Override any GCC internal prototype to avoid an error.
16471 Use char because int might match the return type of a GCC
16472 builtin and then its argument prototype would still apply. */
16473 #ifdef __cplusplus
16474 extern "C"
16475 #endif
16476 char FcInit ();
16478 main ()
16480 return FcInit ();
16482 return 0;
16484 _ACEOF
16485 rm -f conftest.$ac_objext conftest$ac_exeext
16486 if { (ac_try="$ac_link"
16487 case "(($ac_try" in
16488 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16489 *) ac_try_echo=$ac_try;;
16490 esac
16491 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
16492 $as_echo "$ac_try_echo") >&5
16493 (eval "$ac_link") 2>conftest.er1
16494 ac_status=$?
16495 grep -v '^ *+' conftest.er1 >conftest.err
16496 rm -f conftest.er1
16497 cat conftest.err >&5
16498 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
16499 (exit $ac_status); } && {
16500 test -z "$ac_c_werror_flag" ||
16501 test ! -s conftest.err
16502 } && test -s conftest$ac_exeext && {
16503 test "$cross_compiling" = yes ||
16504 $as_test_x conftest$ac_exeext
16505 }; then
16506 case "$LIBEXT" in
16507 dll) ;;
16508 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'` ;;
16509 *) ac_cv_lib_soname_fontconfig=`$ac_cv_path_LDD conftest$ac_exeext | grep "libfontconfig\\.$LIBEXT" | sed -e "s/^.*\(libfontconfig\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
16510 esac
16511 else
16512 $as_echo "$as_me: failed program was:" >&5
16513 sed 's/^/| /' conftest.$ac_ext >&5
16518 rm -rf conftest.dSYM
16519 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16520 conftest$ac_exeext conftest.$ac_ext
16521 LIBS=$ac_check_soname_save_LIBS
16523 if test "x$ac_cv_lib_soname_fontconfig" = "x"; then
16524 { $as_echo "$as_me:$LINENO: result: not found" >&5
16525 $as_echo "not found" >&6; }
16527 else
16528 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_fontconfig" >&5
16529 $as_echo "$ac_cv_lib_soname_fontconfig" >&6; }
16531 cat >>confdefs.h <<_ACEOF
16532 #define SONAME_LIBFONTCONFIG "$ac_cv_lib_soname_fontconfig"
16533 _ACEOF
16540 if test "x$ac_cv_lib_soname_fontconfig" = "x"; then
16541 case "x$with_fontconfig" in
16542 x) wine_notices="$wine_notices|fontconfig ${notice_platform}development files not found, fontconfig won't be supported." ;;
16543 xno) ;;
16544 *) { { $as_echo "$as_me:$LINENO: error: fontconfig ${notice_platform}development files not found, fontconfig won't be supported.
16545 This is an error since --with-fontconfig was requested." >&5
16546 $as_echo "$as_me: error: fontconfig ${notice_platform}development files not found, fontconfig won't be supported.
16547 This is an error since --with-fontconfig was requested." >&2;}
16548 { (exit 1); exit 1; }; } ;;
16549 esac
16553 if test "$ac_cv_header_openssl_err_h" = "yes" -a "$ac_cv_header_openssl_ssl_h" = "yes"
16554 then
16555 { $as_echo "$as_me:$LINENO: checking for -lssl" >&5
16556 $as_echo_n "checking for -lssl... " >&6; }
16557 if test "${ac_cv_lib_soname_ssl+set}" = set; then
16558 $as_echo_n "(cached) " >&6
16559 else
16560 ac_check_soname_save_LIBS=$LIBS
16561 LIBS="-lssl $LIBS"
16562 cat >conftest.$ac_ext <<_ACEOF
16563 /* confdefs.h. */
16564 _ACEOF
16565 cat confdefs.h >>conftest.$ac_ext
16566 cat >>conftest.$ac_ext <<_ACEOF
16567 /* end confdefs.h. */
16569 /* Override any GCC internal prototype to avoid an error.
16570 Use char because int might match the return type of a GCC
16571 builtin and then its argument prototype would still apply. */
16572 #ifdef __cplusplus
16573 extern "C"
16574 #endif
16575 char SSL_library_init ();
16577 main ()
16579 return SSL_library_init ();
16581 return 0;
16583 _ACEOF
16584 rm -f conftest.$ac_objext conftest$ac_exeext
16585 if { (ac_try="$ac_link"
16586 case "(($ac_try" in
16587 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16588 *) ac_try_echo=$ac_try;;
16589 esac
16590 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
16591 $as_echo "$ac_try_echo") >&5
16592 (eval "$ac_link") 2>conftest.er1
16593 ac_status=$?
16594 grep -v '^ *+' conftest.er1 >conftest.err
16595 rm -f conftest.er1
16596 cat conftest.err >&5
16597 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
16598 (exit $ac_status); } && {
16599 test -z "$ac_c_werror_flag" ||
16600 test ! -s conftest.err
16601 } && test -s conftest$ac_exeext && {
16602 test "$cross_compiling" = yes ||
16603 $as_test_x conftest$ac_exeext
16604 }; then
16605 case "$LIBEXT" in
16606 dll) ;;
16607 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'` ;;
16608 *) ac_cv_lib_soname_ssl=`$ac_cv_path_LDD conftest$ac_exeext | grep "libssl\\.$LIBEXT" | sed -e "s/^.*\(libssl\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
16609 esac
16610 else
16611 $as_echo "$as_me: failed program was:" >&5
16612 sed 's/^/| /' conftest.$ac_ext >&5
16617 rm -rf conftest.dSYM
16618 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16619 conftest$ac_exeext conftest.$ac_ext
16620 LIBS=$ac_check_soname_save_LIBS
16622 if test "x$ac_cv_lib_soname_ssl" = "x"; then
16623 { $as_echo "$as_me:$LINENO: result: not found" >&5
16624 $as_echo "not found" >&6; }
16626 else
16627 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_ssl" >&5
16628 $as_echo "$ac_cv_lib_soname_ssl" >&6; }
16630 cat >>confdefs.h <<_ACEOF
16631 #define SONAME_LIBSSL "$ac_cv_lib_soname_ssl"
16632 _ACEOF
16637 { $as_echo "$as_me:$LINENO: checking for -lcrypto" >&5
16638 $as_echo_n "checking for -lcrypto... " >&6; }
16639 if test "${ac_cv_lib_soname_crypto+set}" = set; then
16640 $as_echo_n "(cached) " >&6
16641 else
16642 ac_check_soname_save_LIBS=$LIBS
16643 LIBS="-lcrypto $LIBS"
16644 cat >conftest.$ac_ext <<_ACEOF
16645 /* confdefs.h. */
16646 _ACEOF
16647 cat confdefs.h >>conftest.$ac_ext
16648 cat >>conftest.$ac_ext <<_ACEOF
16649 /* end confdefs.h. */
16651 /* Override any GCC internal prototype to avoid an error.
16652 Use char because int might match the return type of a GCC
16653 builtin and then its argument prototype would still apply. */
16654 #ifdef __cplusplus
16655 extern "C"
16656 #endif
16657 char BIO_new_socket ();
16659 main ()
16661 return BIO_new_socket ();
16663 return 0;
16665 _ACEOF
16666 rm -f conftest.$ac_objext conftest$ac_exeext
16667 if { (ac_try="$ac_link"
16668 case "(($ac_try" in
16669 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16670 *) ac_try_echo=$ac_try;;
16671 esac
16672 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
16673 $as_echo "$ac_try_echo") >&5
16674 (eval "$ac_link") 2>conftest.er1
16675 ac_status=$?
16676 grep -v '^ *+' conftest.er1 >conftest.err
16677 rm -f conftest.er1
16678 cat conftest.err >&5
16679 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
16680 (exit $ac_status); } && {
16681 test -z "$ac_c_werror_flag" ||
16682 test ! -s conftest.err
16683 } && test -s conftest$ac_exeext && {
16684 test "$cross_compiling" = yes ||
16685 $as_test_x conftest$ac_exeext
16686 }; then
16687 case "$LIBEXT" in
16688 dll) ;;
16689 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'` ;;
16690 *) ac_cv_lib_soname_crypto=`$ac_cv_path_LDD conftest$ac_exeext | grep "libcrypto\\.$LIBEXT" | sed -e "s/^.*\(libcrypto\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
16691 esac
16692 else
16693 $as_echo "$as_me: failed program was:" >&5
16694 sed 's/^/| /' conftest.$ac_ext >&5
16699 rm -rf conftest.dSYM
16700 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16701 conftest$ac_exeext conftest.$ac_ext
16702 LIBS=$ac_check_soname_save_LIBS
16704 if test "x$ac_cv_lib_soname_crypto" = "x"; then
16705 { $as_echo "$as_me:$LINENO: result: not found" >&5
16706 $as_echo "not found" >&6; }
16708 else
16709 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_crypto" >&5
16710 $as_echo "$ac_cv_lib_soname_crypto" >&6; }
16712 cat >>confdefs.h <<_ACEOF
16713 #define SONAME_LIBCRYPTO "$ac_cv_lib_soname_crypto"
16714 _ACEOF
16720 if test "x$ac_cv_lib_soname_ssl" = "x" -o "x$ac_cv_lib_soname_crypto" = "x"; then
16721 case "x$with_openssl" in
16722 x) wine_warnings="$wine_warnings|OpenSSL ${notice_platform}development files not found, SSL won't be supported." ;;
16723 xno) ;;
16724 *) { { $as_echo "$as_me:$LINENO: error: OpenSSL ${notice_platform}development files not found, SSL won't be supported.
16725 This is an error since --with-openssl was requested." >&5
16726 $as_echo "$as_me: error: OpenSSL ${notice_platform}development files not found, SSL won't be supported.
16727 This is an error since --with-openssl was requested." >&2;}
16728 { (exit 1); exit 1; }; } ;;
16729 esac
16733 if test "$ac_cv_header_jpeglib_h" = "yes"
16734 then
16735 { $as_echo "$as_me:$LINENO: checking for -ljpeg" >&5
16736 $as_echo_n "checking for -ljpeg... " >&6; }
16737 if test "${ac_cv_lib_soname_jpeg+set}" = set; then
16738 $as_echo_n "(cached) " >&6
16739 else
16740 ac_check_soname_save_LIBS=$LIBS
16741 LIBS="-ljpeg $LIBS"
16742 cat >conftest.$ac_ext <<_ACEOF
16743 /* confdefs.h. */
16744 _ACEOF
16745 cat confdefs.h >>conftest.$ac_ext
16746 cat >>conftest.$ac_ext <<_ACEOF
16747 /* end confdefs.h. */
16749 /* Override any GCC internal prototype to avoid an error.
16750 Use char because int might match the return type of a GCC
16751 builtin and then its argument prototype would still apply. */
16752 #ifdef __cplusplus
16753 extern "C"
16754 #endif
16755 char jpeg_start_decompress ();
16757 main ()
16759 return jpeg_start_decompress ();
16761 return 0;
16763 _ACEOF
16764 rm -f conftest.$ac_objext conftest$ac_exeext
16765 if { (ac_try="$ac_link"
16766 case "(($ac_try" in
16767 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16768 *) ac_try_echo=$ac_try;;
16769 esac
16770 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
16771 $as_echo "$ac_try_echo") >&5
16772 (eval "$ac_link") 2>conftest.er1
16773 ac_status=$?
16774 grep -v '^ *+' conftest.er1 >conftest.err
16775 rm -f conftest.er1
16776 cat conftest.err >&5
16777 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
16778 (exit $ac_status); } && {
16779 test -z "$ac_c_werror_flag" ||
16780 test ! -s conftest.err
16781 } && test -s conftest$ac_exeext && {
16782 test "$cross_compiling" = yes ||
16783 $as_test_x conftest$ac_exeext
16784 }; then
16785 case "$LIBEXT" in
16786 dll) ;;
16787 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'` ;;
16788 *) ac_cv_lib_soname_jpeg=`$ac_cv_path_LDD conftest$ac_exeext | grep "libjpeg\\.$LIBEXT" | sed -e "s/^.*\(libjpeg\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
16789 esac
16790 else
16791 $as_echo "$as_me: failed program was:" >&5
16792 sed 's/^/| /' conftest.$ac_ext >&5
16797 rm -rf conftest.dSYM
16798 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16799 conftest$ac_exeext conftest.$ac_ext
16800 LIBS=$ac_check_soname_save_LIBS
16802 if test "x$ac_cv_lib_soname_jpeg" = "x"; then
16803 { $as_echo "$as_me:$LINENO: result: not found" >&5
16804 $as_echo "not found" >&6; }
16806 else
16807 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_jpeg" >&5
16808 $as_echo "$ac_cv_lib_soname_jpeg" >&6; }
16810 cat >>confdefs.h <<_ACEOF
16811 #define SONAME_LIBJPEG "$ac_cv_lib_soname_jpeg"
16812 _ACEOF
16818 if test "x$ac_cv_lib_soname_jpeg" = "x"; then
16819 case "x$with_jpeg" in
16820 x) wine_warnings="$wine_warnings|libjpeg ${notice_platform}development files not found, JPEG won't be supported." ;;
16821 xno) ;;
16822 *) { { $as_echo "$as_me:$LINENO: error: libjpeg ${notice_platform}development files not found, JPEG won't be supported.
16823 This is an error since --with-jpeg was requested." >&5
16824 $as_echo "$as_me: error: libjpeg ${notice_platform}development files not found, JPEG won't be supported.
16825 This is an error since --with-jpeg was requested." >&2;}
16826 { (exit 1); exit 1; }; } ;;
16827 esac
16831 if test "$ac_cv_header_png_h" = "yes"
16832 then
16833 { $as_echo "$as_me:$LINENO: checking for -lpng" >&5
16834 $as_echo_n "checking for -lpng... " >&6; }
16835 if test "${ac_cv_lib_soname_png+set}" = set; then
16836 $as_echo_n "(cached) " >&6
16837 else
16838 ac_check_soname_save_LIBS=$LIBS
16839 LIBS="-lpng -lm $LIBS"
16840 cat >conftest.$ac_ext <<_ACEOF
16841 /* confdefs.h. */
16842 _ACEOF
16843 cat confdefs.h >>conftest.$ac_ext
16844 cat >>conftest.$ac_ext <<_ACEOF
16845 /* end confdefs.h. */
16847 /* Override any GCC internal prototype to avoid an error.
16848 Use char because int might match the return type of a GCC
16849 builtin and then its argument prototype would still apply. */
16850 #ifdef __cplusplus
16851 extern "C"
16852 #endif
16853 char png_create_read_struct ();
16855 main ()
16857 return png_create_read_struct ();
16859 return 0;
16861 _ACEOF
16862 rm -f conftest.$ac_objext conftest$ac_exeext
16863 if { (ac_try="$ac_link"
16864 case "(($ac_try" in
16865 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16866 *) ac_try_echo=$ac_try;;
16867 esac
16868 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
16869 $as_echo "$ac_try_echo") >&5
16870 (eval "$ac_link") 2>conftest.er1
16871 ac_status=$?
16872 grep -v '^ *+' conftest.er1 >conftest.err
16873 rm -f conftest.er1
16874 cat conftest.err >&5
16875 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
16876 (exit $ac_status); } && {
16877 test -z "$ac_c_werror_flag" ||
16878 test ! -s conftest.err
16879 } && test -s conftest$ac_exeext && {
16880 test "$cross_compiling" = yes ||
16881 $as_test_x conftest$ac_exeext
16882 }; then
16883 case "$LIBEXT" in
16884 dll) ;;
16885 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'` ;;
16886 *) 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'` ;;
16887 esac
16888 else
16889 $as_echo "$as_me: failed program was:" >&5
16890 sed 's/^/| /' conftest.$ac_ext >&5
16895 rm -rf conftest.dSYM
16896 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16897 conftest$ac_exeext conftest.$ac_ext
16898 LIBS=$ac_check_soname_save_LIBS
16900 if test "x$ac_cv_lib_soname_png" = "x"; then
16901 { $as_echo "$as_me:$LINENO: result: not found" >&5
16902 $as_echo "not found" >&6; }
16904 else
16905 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_png" >&5
16906 $as_echo "$ac_cv_lib_soname_png" >&6; }
16908 cat >>confdefs.h <<_ACEOF
16909 #define SONAME_LIBPNG "$ac_cv_lib_soname_png"
16910 _ACEOF
16916 if test "x$ac_cv_lib_soname_png" = "x"; then
16917 case "x$with_png" in
16918 x) wine_warnings="$wine_warnings|libpng ${notice_platform}development files not found, PNG won't be supported." ;;
16919 xno) ;;
16920 *) { { $as_echo "$as_me:$LINENO: error: libpng ${notice_platform}development files not found, PNG won't be supported.
16921 This is an error since --with-png was requested." >&5
16922 $as_echo "$as_me: error: libpng ${notice_platform}development files not found, PNG won't be supported.
16923 This is an error since --with-png was requested." >&2;}
16924 { (exit 1); exit 1; }; } ;;
16925 esac
16929 { $as_echo "$as_me:$LINENO: checking for -lodbc" >&5
16930 $as_echo_n "checking for -lodbc... " >&6; }
16931 if test "${ac_cv_lib_soname_odbc+set}" = set; then
16932 $as_echo_n "(cached) " >&6
16933 else
16934 ac_check_soname_save_LIBS=$LIBS
16935 LIBS="-lodbc $LIBS"
16936 cat >conftest.$ac_ext <<_ACEOF
16937 /* confdefs.h. */
16938 _ACEOF
16939 cat confdefs.h >>conftest.$ac_ext
16940 cat >>conftest.$ac_ext <<_ACEOF
16941 /* end confdefs.h. */
16943 /* Override any GCC internal prototype to avoid an error.
16944 Use char because int might match the return type of a GCC
16945 builtin and then its argument prototype would still apply. */
16946 #ifdef __cplusplus
16947 extern "C"
16948 #endif
16949 char SQLConnect ();
16951 main ()
16953 return SQLConnect ();
16955 return 0;
16957 _ACEOF
16958 rm -f conftest.$ac_objext conftest$ac_exeext
16959 if { (ac_try="$ac_link"
16960 case "(($ac_try" in
16961 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16962 *) ac_try_echo=$ac_try;;
16963 esac
16964 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
16965 $as_echo "$ac_try_echo") >&5
16966 (eval "$ac_link") 2>conftest.er1
16967 ac_status=$?
16968 grep -v '^ *+' conftest.er1 >conftest.err
16969 rm -f conftest.er1
16970 cat conftest.err >&5
16971 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
16972 (exit $ac_status); } && {
16973 test -z "$ac_c_werror_flag" ||
16974 test ! -s conftest.err
16975 } && test -s conftest$ac_exeext && {
16976 test "$cross_compiling" = yes ||
16977 $as_test_x conftest$ac_exeext
16978 }; then
16979 case "$LIBEXT" in
16980 dll) ;;
16981 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'` ;;
16982 *) ac_cv_lib_soname_odbc=`$ac_cv_path_LDD conftest$ac_exeext | grep "libodbc\\.$LIBEXT" | sed -e "s/^.*\(libodbc\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
16983 esac
16984 else
16985 $as_echo "$as_me: failed program was:" >&5
16986 sed 's/^/| /' conftest.$ac_ext >&5
16991 rm -rf conftest.dSYM
16992 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16993 conftest$ac_exeext conftest.$ac_ext
16994 LIBS=$ac_check_soname_save_LIBS
16996 if test "x$ac_cv_lib_soname_odbc" = "x"; then
16997 { $as_echo "$as_me:$LINENO: result: not found" >&5
16998 $as_echo "not found" >&6; }
16999 cat >>confdefs.h <<_ACEOF
17000 #define SONAME_LIBODBC "libodbc.$LIBEXT"
17001 _ACEOF
17003 else
17004 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_odbc" >&5
17005 $as_echo "$ac_cv_lib_soname_odbc" >&6; }
17007 cat >>confdefs.h <<_ACEOF
17008 #define SONAME_LIBODBC "$ac_cv_lib_soname_odbc"
17009 _ACEOF
17015 if test "x$ALSALIBS$AUDIOIOLIBS$COREAUDIO$NASLIBS$ESDLIBS$ac_cv_lib_soname_jack" = "x" -a \
17016 "$ac_cv_header_sys_soundcard_h" != "yes" -a \
17017 "$ac_cv_header_machine_soundcard_h" != "yes" -a \
17018 "$ac_cv_header_soundcard_h" != "yes" -a \
17019 "x$with_alsa$with_audioio$with_coreaudio$with_nas$with_esd$with_jack$with_oss" != xnonononononono
17020 then
17021 wine_warnings="$wine_warnings|No sound system was found. Windows applications will be silent."
17025 EXTRACFLAGS=""
17027 if test "x${GCC}" = "xyes"
17028 then
17029 EXTRACFLAGS="-Wall -pipe"
17031 { $as_echo "$as_me:$LINENO: checking for gcc strength-reduce bug" >&5
17032 $as_echo_n "checking for gcc strength-reduce bug... " >&6; }
17033 if test "${ac_cv_c_gcc_strength_bug+set}" = set; then
17034 $as_echo_n "(cached) " >&6
17035 else
17036 if test "$cross_compiling" = yes; then
17037 ac_cv_c_gcc_strength_bug="yes"
17038 else
17039 cat >conftest.$ac_ext <<_ACEOF
17040 /* confdefs.h. */
17041 _ACEOF
17042 cat confdefs.h >>conftest.$ac_ext
17043 cat >>conftest.$ac_ext <<_ACEOF
17044 /* end confdefs.h. */
17045 int L[4] = {0,1,2,3};
17047 main ()
17049 static int Array[3];
17050 unsigned int B = 3;
17051 int i;
17052 for(i=0; i<B; i++) Array[i] = i - 3;
17053 for(i=0; i<4 - 1; i++) L[i] = L[i + 1];
17054 L[i] = 4;
17055 exit( Array[1] != -2 || L[2] != 3)
17057 return 0;
17059 _ACEOF
17060 rm -f conftest$ac_exeext
17061 if { (ac_try="$ac_link"
17062 case "(($ac_try" in
17063 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17064 *) ac_try_echo=$ac_try;;
17065 esac
17066 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
17067 $as_echo "$ac_try_echo") >&5
17068 (eval "$ac_link") 2>&5
17069 ac_status=$?
17070 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
17071 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
17072 { (case "(($ac_try" in
17073 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17074 *) ac_try_echo=$ac_try;;
17075 esac
17076 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
17077 $as_echo "$ac_try_echo") >&5
17078 (eval "$ac_try") 2>&5
17079 ac_status=$?
17080 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
17081 (exit $ac_status); }; }; then
17082 ac_cv_c_gcc_strength_bug="no"
17083 else
17084 $as_echo "$as_me: program exited with status $ac_status" >&5
17085 $as_echo "$as_me: failed program was:" >&5
17086 sed 's/^/| /' conftest.$ac_ext >&5
17088 ( exit $ac_status )
17089 ac_cv_c_gcc_strength_bug="yes"
17091 rm -rf conftest.dSYM
17092 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
17097 { $as_echo "$as_me:$LINENO: result: $ac_cv_c_gcc_strength_bug" >&5
17098 $as_echo "$ac_cv_c_gcc_strength_bug" >&6; }
17099 if test "$ac_cv_c_gcc_strength_bug" = "yes"
17100 then
17101 EXTRACFLAGS="$EXTRACFLAGS -fno-strength-reduce"
17105 { $as_echo "$as_me:$LINENO: checking whether the compiler supports -fshort-wchar" >&5
17106 $as_echo_n "checking whether the compiler supports -fshort-wchar... " >&6; }
17107 if test "${ac_cv_cflags__fshort_wchar+set}" = set; then
17108 $as_echo_n "(cached) " >&6
17109 else
17110 ac_wine_try_cflags_saved=$CFLAGS
17111 CFLAGS="$CFLAGS -fshort-wchar"
17112 cat >conftest.$ac_ext <<_ACEOF
17113 /* confdefs.h. */
17114 _ACEOF
17115 cat confdefs.h >>conftest.$ac_ext
17116 cat >>conftest.$ac_ext <<_ACEOF
17117 /* end confdefs.h. */
17120 main ()
17124 return 0;
17126 _ACEOF
17127 rm -f conftest.$ac_objext conftest$ac_exeext
17128 if { (ac_try="$ac_link"
17129 case "(($ac_try" in
17130 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17131 *) ac_try_echo=$ac_try;;
17132 esac
17133 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
17134 $as_echo "$ac_try_echo") >&5
17135 (eval "$ac_link") 2>conftest.er1
17136 ac_status=$?
17137 grep -v '^ *+' conftest.er1 >conftest.err
17138 rm -f conftest.er1
17139 cat conftest.err >&5
17140 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
17141 (exit $ac_status); } && {
17142 test -z "$ac_c_werror_flag" ||
17143 test ! -s conftest.err
17144 } && test -s conftest$ac_exeext && {
17145 test "$cross_compiling" = yes ||
17146 $as_test_x conftest$ac_exeext
17147 }; then
17148 ac_cv_cflags__fshort_wchar=yes
17149 else
17150 $as_echo "$as_me: failed program was:" >&5
17151 sed 's/^/| /' conftest.$ac_ext >&5
17153 ac_cv_cflags__fshort_wchar=no
17156 rm -rf conftest.dSYM
17157 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17158 conftest$ac_exeext conftest.$ac_ext
17159 CFLAGS=$ac_wine_try_cflags_saved
17161 { $as_echo "$as_me:$LINENO: result: $ac_cv_cflags__fshort_wchar" >&5
17162 $as_echo "$ac_cv_cflags__fshort_wchar" >&6; }
17163 if test $ac_cv_cflags__fshort_wchar = yes; then
17165 cat >>confdefs.h <<\_ACEOF
17166 #define CC_FLAG_SHORT_WCHAR "-fshort-wchar"
17167 _ACEOF
17171 { $as_echo "$as_me:$LINENO: checking whether the compiler supports -fno-builtin" >&5
17172 $as_echo_n "checking whether the compiler supports -fno-builtin... " >&6; }
17173 if test "${ac_cv_cflags__fno_builtin+set}" = set; then
17174 $as_echo_n "(cached) " >&6
17175 else
17176 ac_wine_try_cflags_saved=$CFLAGS
17177 CFLAGS="$CFLAGS -fno-builtin"
17178 cat >conftest.$ac_ext <<_ACEOF
17179 /* confdefs.h. */
17180 _ACEOF
17181 cat confdefs.h >>conftest.$ac_ext
17182 cat >>conftest.$ac_ext <<_ACEOF
17183 /* end confdefs.h. */
17186 main ()
17190 return 0;
17192 _ACEOF
17193 rm -f conftest.$ac_objext conftest$ac_exeext
17194 if { (ac_try="$ac_link"
17195 case "(($ac_try" in
17196 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17197 *) ac_try_echo=$ac_try;;
17198 esac
17199 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
17200 $as_echo "$ac_try_echo") >&5
17201 (eval "$ac_link") 2>conftest.er1
17202 ac_status=$?
17203 grep -v '^ *+' conftest.er1 >conftest.err
17204 rm -f conftest.er1
17205 cat conftest.err >&5
17206 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
17207 (exit $ac_status); } && {
17208 test -z "$ac_c_werror_flag" ||
17209 test ! -s conftest.err
17210 } && test -s conftest$ac_exeext && {
17211 test "$cross_compiling" = yes ||
17212 $as_test_x conftest$ac_exeext
17213 }; then
17214 ac_cv_cflags__fno_builtin=yes
17215 else
17216 $as_echo "$as_me: failed program was:" >&5
17217 sed 's/^/| /' conftest.$ac_ext >&5
17219 ac_cv_cflags__fno_builtin=no
17222 rm -rf conftest.dSYM
17223 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17224 conftest$ac_exeext conftest.$ac_ext
17225 CFLAGS=$ac_wine_try_cflags_saved
17227 { $as_echo "$as_me:$LINENO: result: $ac_cv_cflags__fno_builtin" >&5
17228 $as_echo "$ac_cv_cflags__fno_builtin" >&6; }
17229 if test $ac_cv_cflags__fno_builtin = yes; then
17230 BUILTINFLAG="-fno-builtin"
17234 { $as_echo "$as_me:$LINENO: checking whether the compiler supports -fno-strict-aliasing" >&5
17235 $as_echo_n "checking whether the compiler supports -fno-strict-aliasing... " >&6; }
17236 if test "${ac_cv_cflags__fno_strict_aliasing+set}" = set; then
17237 $as_echo_n "(cached) " >&6
17238 else
17239 ac_wine_try_cflags_saved=$CFLAGS
17240 CFLAGS="$CFLAGS -fno-strict-aliasing"
17241 cat >conftest.$ac_ext <<_ACEOF
17242 /* confdefs.h. */
17243 _ACEOF
17244 cat confdefs.h >>conftest.$ac_ext
17245 cat >>conftest.$ac_ext <<_ACEOF
17246 /* end confdefs.h. */
17249 main ()
17253 return 0;
17255 _ACEOF
17256 rm -f conftest.$ac_objext conftest$ac_exeext
17257 if { (ac_try="$ac_link"
17258 case "(($ac_try" in
17259 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17260 *) ac_try_echo=$ac_try;;
17261 esac
17262 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
17263 $as_echo "$ac_try_echo") >&5
17264 (eval "$ac_link") 2>conftest.er1
17265 ac_status=$?
17266 grep -v '^ *+' conftest.er1 >conftest.err
17267 rm -f conftest.er1
17268 cat conftest.err >&5
17269 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
17270 (exit $ac_status); } && {
17271 test -z "$ac_c_werror_flag" ||
17272 test ! -s conftest.err
17273 } && test -s conftest$ac_exeext && {
17274 test "$cross_compiling" = yes ||
17275 $as_test_x conftest$ac_exeext
17276 }; then
17277 ac_cv_cflags__fno_strict_aliasing=yes
17278 else
17279 $as_echo "$as_me: failed program was:" >&5
17280 sed 's/^/| /' conftest.$ac_ext >&5
17282 ac_cv_cflags__fno_strict_aliasing=no
17285 rm -rf conftest.dSYM
17286 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17287 conftest$ac_exeext conftest.$ac_ext
17288 CFLAGS=$ac_wine_try_cflags_saved
17290 { $as_echo "$as_me:$LINENO: result: $ac_cv_cflags__fno_strict_aliasing" >&5
17291 $as_echo "$ac_cv_cflags__fno_strict_aliasing" >&6; }
17292 if test $ac_cv_cflags__fno_strict_aliasing = yes; then
17293 EXTRACFLAGS="$EXTRACFLAGS -fno-strict-aliasing"
17296 { $as_echo "$as_me:$LINENO: checking whether the compiler supports -Wdeclaration-after-statement" >&5
17297 $as_echo_n "checking whether the compiler supports -Wdeclaration-after-statement... " >&6; }
17298 if test "${ac_cv_cflags__Wdeclaration_after_statement+set}" = set; then
17299 $as_echo_n "(cached) " >&6
17300 else
17301 ac_wine_try_cflags_saved=$CFLAGS
17302 CFLAGS="$CFLAGS -Wdeclaration-after-statement"
17303 cat >conftest.$ac_ext <<_ACEOF
17304 /* confdefs.h. */
17305 _ACEOF
17306 cat confdefs.h >>conftest.$ac_ext
17307 cat >>conftest.$ac_ext <<_ACEOF
17308 /* end confdefs.h. */
17311 main ()
17315 return 0;
17317 _ACEOF
17318 rm -f conftest.$ac_objext conftest$ac_exeext
17319 if { (ac_try="$ac_link"
17320 case "(($ac_try" in
17321 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17322 *) ac_try_echo=$ac_try;;
17323 esac
17324 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
17325 $as_echo "$ac_try_echo") >&5
17326 (eval "$ac_link") 2>conftest.er1
17327 ac_status=$?
17328 grep -v '^ *+' conftest.er1 >conftest.err
17329 rm -f conftest.er1
17330 cat conftest.err >&5
17331 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
17332 (exit $ac_status); } && {
17333 test -z "$ac_c_werror_flag" ||
17334 test ! -s conftest.err
17335 } && test -s conftest$ac_exeext && {
17336 test "$cross_compiling" = yes ||
17337 $as_test_x conftest$ac_exeext
17338 }; then
17339 ac_cv_cflags__Wdeclaration_after_statement=yes
17340 else
17341 $as_echo "$as_me: failed program was:" >&5
17342 sed 's/^/| /' conftest.$ac_ext >&5
17344 ac_cv_cflags__Wdeclaration_after_statement=no
17347 rm -rf conftest.dSYM
17348 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17349 conftest$ac_exeext conftest.$ac_ext
17350 CFLAGS=$ac_wine_try_cflags_saved
17352 { $as_echo "$as_me:$LINENO: result: $ac_cv_cflags__Wdeclaration_after_statement" >&5
17353 $as_echo "$ac_cv_cflags__Wdeclaration_after_statement" >&6; }
17354 if test $ac_cv_cflags__Wdeclaration_after_statement = yes; then
17355 EXTRACFLAGS="$EXTRACFLAGS -Wdeclaration-after-statement"
17358 { $as_echo "$as_me:$LINENO: checking whether the compiler supports -Wwrite-strings" >&5
17359 $as_echo_n "checking whether the compiler supports -Wwrite-strings... " >&6; }
17360 if test "${ac_cv_cflags__Wwrite_strings+set}" = set; then
17361 $as_echo_n "(cached) " >&6
17362 else
17363 ac_wine_try_cflags_saved=$CFLAGS
17364 CFLAGS="$CFLAGS -Wwrite-strings"
17365 cat >conftest.$ac_ext <<_ACEOF
17366 /* confdefs.h. */
17367 _ACEOF
17368 cat confdefs.h >>conftest.$ac_ext
17369 cat >>conftest.$ac_ext <<_ACEOF
17370 /* end confdefs.h. */
17373 main ()
17377 return 0;
17379 _ACEOF
17380 rm -f conftest.$ac_objext conftest$ac_exeext
17381 if { (ac_try="$ac_link"
17382 case "(($ac_try" in
17383 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17384 *) ac_try_echo=$ac_try;;
17385 esac
17386 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
17387 $as_echo "$ac_try_echo") >&5
17388 (eval "$ac_link") 2>conftest.er1
17389 ac_status=$?
17390 grep -v '^ *+' conftest.er1 >conftest.err
17391 rm -f conftest.er1
17392 cat conftest.err >&5
17393 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
17394 (exit $ac_status); } && {
17395 test -z "$ac_c_werror_flag" ||
17396 test ! -s conftest.err
17397 } && test -s conftest$ac_exeext && {
17398 test "$cross_compiling" = yes ||
17399 $as_test_x conftest$ac_exeext
17400 }; then
17401 ac_cv_cflags__Wwrite_strings=yes
17402 else
17403 $as_echo "$as_me: failed program was:" >&5
17404 sed 's/^/| /' conftest.$ac_ext >&5
17406 ac_cv_cflags__Wwrite_strings=no
17409 rm -rf conftest.dSYM
17410 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17411 conftest$ac_exeext conftest.$ac_ext
17412 CFLAGS=$ac_wine_try_cflags_saved
17414 { $as_echo "$as_me:$LINENO: result: $ac_cv_cflags__Wwrite_strings" >&5
17415 $as_echo "$ac_cv_cflags__Wwrite_strings" >&6; }
17416 if test $ac_cv_cflags__Wwrite_strings = yes; then
17417 EXTRACFLAGS="$EXTRACFLAGS -Wwrite-strings"
17420 { $as_echo "$as_me:$LINENO: checking whether the compiler supports -Wtype-limits" >&5
17421 $as_echo_n "checking whether the compiler supports -Wtype-limits... " >&6; }
17422 if test "${ac_cv_cflags__Wtype_limits+set}" = set; then
17423 $as_echo_n "(cached) " >&6
17424 else
17425 ac_wine_try_cflags_saved=$CFLAGS
17426 CFLAGS="$CFLAGS -Wtype-limits"
17427 cat >conftest.$ac_ext <<_ACEOF
17428 /* confdefs.h. */
17429 _ACEOF
17430 cat confdefs.h >>conftest.$ac_ext
17431 cat >>conftest.$ac_ext <<_ACEOF
17432 /* end confdefs.h. */
17435 main ()
17439 return 0;
17441 _ACEOF
17442 rm -f conftest.$ac_objext conftest$ac_exeext
17443 if { (ac_try="$ac_link"
17444 case "(($ac_try" in
17445 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17446 *) ac_try_echo=$ac_try;;
17447 esac
17448 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
17449 $as_echo "$ac_try_echo") >&5
17450 (eval "$ac_link") 2>conftest.er1
17451 ac_status=$?
17452 grep -v '^ *+' conftest.er1 >conftest.err
17453 rm -f conftest.er1
17454 cat conftest.err >&5
17455 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
17456 (exit $ac_status); } && {
17457 test -z "$ac_c_werror_flag" ||
17458 test ! -s conftest.err
17459 } && test -s conftest$ac_exeext && {
17460 test "$cross_compiling" = yes ||
17461 $as_test_x conftest$ac_exeext
17462 }; then
17463 ac_cv_cflags__Wtype_limits=yes
17464 else
17465 $as_echo "$as_me: failed program was:" >&5
17466 sed 's/^/| /' conftest.$ac_ext >&5
17468 ac_cv_cflags__Wtype_limits=no
17471 rm -rf conftest.dSYM
17472 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17473 conftest$ac_exeext conftest.$ac_ext
17474 CFLAGS=$ac_wine_try_cflags_saved
17476 { $as_echo "$as_me:$LINENO: result: $ac_cv_cflags__Wtype_limits" >&5
17477 $as_echo "$ac_cv_cflags__Wtype_limits" >&6; }
17478 if test $ac_cv_cflags__Wtype_limits = yes; then
17479 EXTRACFLAGS="$EXTRACFLAGS -Wtype-limits"
17483 saved_CFLAGS="$CFLAGS"
17484 CFLAGS="$CFLAGS -Wpointer-arith -Werror"
17485 { $as_echo "$as_me:$LINENO: checking for broken string.h that generates warnings" >&5
17486 $as_echo_n "checking for broken string.h that generates warnings... " >&6; }
17487 if test "${ac_cv_c_string_h_warnings+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. */
17496 #include <string.h>
17498 main ()
17502 return 0;
17504 _ACEOF
17505 rm -f conftest.$ac_objext
17506 if { (ac_try="$ac_compile"
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_compile") 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_objext; then
17523 ac_cv_c_string_h_warnings=no
17524 else
17525 $as_echo "$as_me: failed program was:" >&5
17526 sed 's/^/| /' conftest.$ac_ext >&5
17528 ac_cv_c_string_h_warnings=yes
17531 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
17533 { $as_echo "$as_me:$LINENO: result: $ac_cv_c_string_h_warnings" >&5
17534 $as_echo "$ac_cv_c_string_h_warnings" >&6; }
17535 CFLAGS="$saved_CFLAGS"
17536 if test "$ac_cv_c_string_h_warnings" = "no"
17537 then
17538 EXTRACFLAGS="$EXTRACFLAGS -Wpointer-arith"
17543 { $as_echo "$as_me:$LINENO: checking how to define a function in assembly code" >&5
17544 $as_echo_n "checking how to define a function in assembly code... " >&6; }
17545 if test "${ac_cv_asm_func_def+set}" = set; then
17546 $as_echo_n "(cached) " >&6
17547 else
17548 cat >conftest.$ac_ext <<_ACEOF
17549 /* confdefs.h. */
17550 _ACEOF
17551 cat confdefs.h >>conftest.$ac_ext
17552 cat >>conftest.$ac_ext <<_ACEOF
17553 /* end confdefs.h. */
17556 main ()
17558 asm("\t.globl _ac_test\n\t.def _ac_test; .scl 2; .type 32; .endef\n_ac_test:\t.long 0");
17560 return 0;
17562 _ACEOF
17563 rm -f conftest.$ac_objext conftest$ac_exeext
17564 if { (ac_try="$ac_link"
17565 case "(($ac_try" in
17566 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17567 *) ac_try_echo=$ac_try;;
17568 esac
17569 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
17570 $as_echo "$ac_try_echo") >&5
17571 (eval "$ac_link") 2>conftest.er1
17572 ac_status=$?
17573 grep -v '^ *+' conftest.er1 >conftest.err
17574 rm -f conftest.er1
17575 cat conftest.err >&5
17576 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
17577 (exit $ac_status); } && {
17578 test -z "$ac_c_werror_flag" ||
17579 test ! -s conftest.err
17580 } && test -s conftest$ac_exeext && {
17581 test "$cross_compiling" = yes ||
17582 $as_test_x conftest$ac_exeext
17583 }; then
17584 ac_cv_asm_func_def=".def"
17585 else
17586 $as_echo "$as_me: failed program was:" >&5
17587 sed 's/^/| /' conftest.$ac_ext >&5
17589 cat >conftest.$ac_ext <<_ACEOF
17590 /* confdefs.h. */
17591 _ACEOF
17592 cat confdefs.h >>conftest.$ac_ext
17593 cat >>conftest.$ac_ext <<_ACEOF
17594 /* end confdefs.h. */
17597 main ()
17599 asm("\t.globl _ac_test\n\t.type _ac_test,@function\n_ac_test:\t.long 0");
17601 return 0;
17603 _ACEOF
17604 rm -f conftest.$ac_objext conftest$ac_exeext
17605 if { (ac_try="$ac_link"
17606 case "(($ac_try" in
17607 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17608 *) ac_try_echo=$ac_try;;
17609 esac
17610 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
17611 $as_echo "$ac_try_echo") >&5
17612 (eval "$ac_link") 2>conftest.er1
17613 ac_status=$?
17614 grep -v '^ *+' conftest.er1 >conftest.err
17615 rm -f conftest.er1
17616 cat conftest.err >&5
17617 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
17618 (exit $ac_status); } && {
17619 test -z "$ac_c_werror_flag" ||
17620 test ! -s conftest.err
17621 } && test -s conftest$ac_exeext && {
17622 test "$cross_compiling" = yes ||
17623 $as_test_x conftest$ac_exeext
17624 }; then
17625 ac_cv_asm_func_def=".type @function"
17626 else
17627 $as_echo "$as_me: failed program was:" >&5
17628 sed 's/^/| /' conftest.$ac_ext >&5
17630 cat >conftest.$ac_ext <<_ACEOF
17631 /* confdefs.h. */
17632 _ACEOF
17633 cat confdefs.h >>conftest.$ac_ext
17634 cat >>conftest.$ac_ext <<_ACEOF
17635 /* end confdefs.h. */
17638 main ()
17640 asm("\t.globl _ac_test\n\t.type _ac_test,2\n_ac_test:\t.long 0");
17642 return 0;
17644 _ACEOF
17645 rm -f conftest.$ac_objext conftest$ac_exeext
17646 if { (ac_try="$ac_link"
17647 case "(($ac_try" in
17648 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17649 *) ac_try_echo=$ac_try;;
17650 esac
17651 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
17652 $as_echo "$ac_try_echo") >&5
17653 (eval "$ac_link") 2>conftest.er1
17654 ac_status=$?
17655 grep -v '^ *+' conftest.er1 >conftest.err
17656 rm -f conftest.er1
17657 cat conftest.err >&5
17658 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
17659 (exit $ac_status); } && {
17660 test -z "$ac_c_werror_flag" ||
17661 test ! -s conftest.err
17662 } && test -s conftest$ac_exeext && {
17663 test "$cross_compiling" = yes ||
17664 $as_test_x conftest$ac_exeext
17665 }; then
17666 ac_cv_asm_func_def=".type 2"
17667 else
17668 $as_echo "$as_me: failed program was:" >&5
17669 sed 's/^/| /' conftest.$ac_ext >&5
17671 ac_cv_asm_func_def="unknown"
17674 rm -rf conftest.dSYM
17675 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17676 conftest$ac_exeext conftest.$ac_ext
17679 rm -rf conftest.dSYM
17680 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17681 conftest$ac_exeext conftest.$ac_ext
17684 rm -rf conftest.dSYM
17685 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17686 conftest$ac_exeext conftest.$ac_ext
17688 { $as_echo "$as_me:$LINENO: result: $ac_cv_asm_func_def" >&5
17689 $as_echo "$ac_cv_asm_func_def" >&6; }
17693 case "$ac_cv_asm_func_def" in
17694 ".def")
17695 cat >>confdefs.h <<\_ACEOF
17696 #define __ASM_FUNC(name) ".def " __ASM_NAME(name) "; .scl 2; .type 32; .endef"
17697 _ACEOF
17699 ".type @function")
17700 cat >>confdefs.h <<\_ACEOF
17701 #define __ASM_FUNC(name) ".type " __ASM_NAME(name) ",@function"
17702 _ACEOF
17704 ".type 2")
17705 cat >>confdefs.h <<\_ACEOF
17706 #define __ASM_FUNC(name) ".type " __ASM_NAME(name) ",2"
17707 _ACEOF
17710 cat >>confdefs.h <<\_ACEOF
17711 #define __ASM_FUNC(name) ""
17712 _ACEOF
17714 esac
17717 { $as_echo "$as_me:$LINENO: checking whether external symbols need an underscore prefix" >&5
17718 $as_echo_n "checking whether external symbols need an underscore prefix... " >&6; }
17719 if test "${ac_cv_c_extern_prefix+set}" = set; then
17720 $as_echo_n "(cached) " >&6
17721 else
17722 cat >conftest.$ac_ext <<_ACEOF
17723 /* confdefs.h. */
17724 _ACEOF
17725 cat confdefs.h >>conftest.$ac_ext
17726 cat >>conftest.$ac_ext <<_ACEOF
17727 /* end confdefs.h. */
17728 extern int ac_test;
17730 main ()
17732 asm(".globl _ac_test\n_ac_test:\t.long 0"); if (ac_test) return 1
17734 return 0;
17736 _ACEOF
17737 rm -f conftest.$ac_objext conftest$ac_exeext
17738 if { (ac_try="$ac_link"
17739 case "(($ac_try" in
17740 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17741 *) ac_try_echo=$ac_try;;
17742 esac
17743 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
17744 $as_echo "$ac_try_echo") >&5
17745 (eval "$ac_link") 2>conftest.er1
17746 ac_status=$?
17747 grep -v '^ *+' conftest.er1 >conftest.err
17748 rm -f conftest.er1
17749 cat conftest.err >&5
17750 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
17751 (exit $ac_status); } && {
17752 test -z "$ac_c_werror_flag" ||
17753 test ! -s conftest.err
17754 } && test -s conftest$ac_exeext && {
17755 test "$cross_compiling" = yes ||
17756 $as_test_x conftest$ac_exeext
17757 }; then
17758 ac_cv_c_extern_prefix="yes"
17759 else
17760 $as_echo "$as_me: failed program was:" >&5
17761 sed 's/^/| /' conftest.$ac_ext >&5
17763 ac_cv_c_extern_prefix="no"
17766 rm -rf conftest.dSYM
17767 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17768 conftest$ac_exeext conftest.$ac_ext
17770 { $as_echo "$as_me:$LINENO: result: $ac_cv_c_extern_prefix" >&5
17771 $as_echo "$ac_cv_c_extern_prefix" >&6; }
17775 if test "$ac_cv_c_extern_prefix" = "yes"
17776 then
17777 cat >>confdefs.h <<\_ACEOF
17778 #define __ASM_NAME(name) "_" name
17779 _ACEOF
17781 else
17782 cat >>confdefs.h <<\_ACEOF
17783 #define __ASM_NAME(name) name
17784 _ACEOF
17789 LDPATH=""
17791 case $build_os in
17792 cygwin*|mingw32*)
17793 LDPATH="PATH=\"\$(TOOLSDIR)/libs/wine:\$\$PATH\""
17795 darwin*|macosx*)
17797 linux*|solaris*) if test -z "$LDRPATH_LOCAL"
17798 then
17799 LDPATH="LD_LIBRARY_PATH=\"\$(TOOLSDIR)/libs/wine:\$\$LD_LIBRARY_PATH\""
17803 LDPATH="LD_LIBRARY_PATH=\"\$(TOOLSDIR)/libs/wine:\$\$LD_LIBRARY_PATH\""
17805 esac
17807 case $host_os in
17808 mingw32*)
17809 CRTLIBS="-lmsvcrt"
17811 SOCKETLIBS="-lws2_32"
17814 esac
17816 MAIN_BINARY="wine-pthread"
17817 case $host_cpu in
17818 *i[3456789]86*)
17819 case $host_os in
17820 linux* | k*bsd*-gnu)
17821 MAIN_BINARY="wine-glibc"
17823 EXTRA_BINARIES="wine-kthread wine-pthread wine-preloader"
17825 freebsd*)
17826 MAIN_BINARY="wine-freebsd"
17828 EXTRA_BINARIES="wine-pthread"
17830 esac
17832 esac
17905 for ac_func in \
17906 _pclose \
17907 _popen \
17908 _snprintf \
17909 _spawnvp \
17910 _strdup \
17911 _stricmp \
17912 _strnicmp \
17913 _strtoi64 \
17914 _strtoui64 \
17915 _vsnprintf \
17916 asctime_r \
17917 chsize \
17918 clone \
17919 dlopen \
17920 epoll_create \
17921 ffs \
17922 finite \
17923 fork \
17924 fpclass \
17925 fstatfs \
17926 fstatvfs \
17927 ftruncate \
17928 futimes \
17929 futimesat \
17930 getdirentries \
17931 getopt_long \
17932 getpagesize \
17933 getpwuid \
17934 gettid \
17935 gettimeofday \
17936 getuid \
17937 inet_pton \
17938 kqueue \
17939 lstat \
17940 memmove \
17941 mmap \
17942 pclose \
17943 poll \
17944 popen \
17945 prctl \
17946 pread \
17947 pwrite \
17948 readdir \
17949 readlink \
17950 rfork \
17951 sched_yield \
17952 select \
17953 setproctitle \
17954 setrlimit \
17955 settimeofday \
17956 sigaltstack \
17957 sigprocmask \
17958 snprintf \
17959 spawnvp \
17960 statfs \
17961 statvfs \
17962 strcasecmp \
17963 strdup \
17964 strerror \
17965 strncasecmp \
17966 strtold \
17967 strtoll \
17968 strtoull \
17969 tcgetattr \
17970 thr_kill2 \
17971 timegm \
17972 usleep \
17973 vsnprintf \
17974 wait4 \
17975 waitpid \
17978 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
17979 { $as_echo "$as_me:$LINENO: checking for $ac_func" >&5
17980 $as_echo_n "checking for $ac_func... " >&6; }
17981 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
17982 $as_echo_n "(cached) " >&6
17983 else
17984 cat >conftest.$ac_ext <<_ACEOF
17985 /* confdefs.h. */
17986 _ACEOF
17987 cat confdefs.h >>conftest.$ac_ext
17988 cat >>conftest.$ac_ext <<_ACEOF
17989 /* end confdefs.h. */
17990 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
17991 For example, HP-UX 11i <limits.h> declares gettimeofday. */
17992 #define $ac_func innocuous_$ac_func
17994 /* System header to define __stub macros and hopefully few prototypes,
17995 which can conflict with char $ac_func (); below.
17996 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
17997 <limits.h> exists even on freestanding compilers. */
17999 #ifdef __STDC__
18000 # include <limits.h>
18001 #else
18002 # include <assert.h>
18003 #endif
18005 #undef $ac_func
18007 /* Override any GCC internal prototype to avoid an error.
18008 Use char because int might match the return type of a GCC
18009 builtin and then its argument prototype would still apply. */
18010 #ifdef __cplusplus
18011 extern "C"
18012 #endif
18013 char $ac_func ();
18014 /* The GNU C library defines this for functions which it implements
18015 to always fail with ENOSYS. Some functions are actually named
18016 something starting with __ and the normal name is an alias. */
18017 #if defined __stub_$ac_func || defined __stub___$ac_func
18018 choke me
18019 #endif
18022 main ()
18024 return $ac_func ();
18026 return 0;
18028 _ACEOF
18029 rm -f conftest.$ac_objext conftest$ac_exeext
18030 if { (ac_try="$ac_link"
18031 case "(($ac_try" in
18032 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18033 *) ac_try_echo=$ac_try;;
18034 esac
18035 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
18036 $as_echo "$ac_try_echo") >&5
18037 (eval "$ac_link") 2>conftest.er1
18038 ac_status=$?
18039 grep -v '^ *+' conftest.er1 >conftest.err
18040 rm -f conftest.er1
18041 cat conftest.err >&5
18042 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
18043 (exit $ac_status); } && {
18044 test -z "$ac_c_werror_flag" ||
18045 test ! -s conftest.err
18046 } && test -s conftest$ac_exeext && {
18047 test "$cross_compiling" = yes ||
18048 $as_test_x conftest$ac_exeext
18049 }; then
18050 eval "$as_ac_var=yes"
18051 else
18052 $as_echo "$as_me: failed program was:" >&5
18053 sed 's/^/| /' conftest.$ac_ext >&5
18055 eval "$as_ac_var=no"
18058 rm -rf conftest.dSYM
18059 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
18060 conftest$ac_exeext conftest.$ac_ext
18062 ac_res=`eval 'as_val=${'$as_ac_var'}
18063 $as_echo "$as_val"'`
18064 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
18065 $as_echo "$ac_res" >&6; }
18066 as_val=`eval 'as_val=${'$as_ac_var'}
18067 $as_echo "$as_val"'`
18068 if test "x$as_val" = x""yes; then
18069 cat >>confdefs.h <<_ACEOF
18070 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
18071 _ACEOF
18074 done
18077 if test "$ac_cv_func_dlopen" = no
18078 then
18079 { $as_echo "$as_me:$LINENO: checking for dlopen in -ldl" >&5
18080 $as_echo_n "checking for dlopen in -ldl... " >&6; }
18081 if test "${ac_cv_lib_dl_dlopen+set}" = set; then
18082 $as_echo_n "(cached) " >&6
18083 else
18084 ac_check_lib_save_LIBS=$LIBS
18085 LIBS="-ldl $LIBS"
18086 cat >conftest.$ac_ext <<_ACEOF
18087 /* confdefs.h. */
18088 _ACEOF
18089 cat confdefs.h >>conftest.$ac_ext
18090 cat >>conftest.$ac_ext <<_ACEOF
18091 /* end confdefs.h. */
18093 /* Override any GCC internal prototype to avoid an error.
18094 Use char because int might match the return type of a GCC
18095 builtin and then its argument prototype would still apply. */
18096 #ifdef __cplusplus
18097 extern "C"
18098 #endif
18099 char dlopen ();
18101 main ()
18103 return dlopen ();
18105 return 0;
18107 _ACEOF
18108 rm -f conftest.$ac_objext conftest$ac_exeext
18109 if { (ac_try="$ac_link"
18110 case "(($ac_try" in
18111 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18112 *) ac_try_echo=$ac_try;;
18113 esac
18114 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
18115 $as_echo "$ac_try_echo") >&5
18116 (eval "$ac_link") 2>conftest.er1
18117 ac_status=$?
18118 grep -v '^ *+' conftest.er1 >conftest.err
18119 rm -f conftest.er1
18120 cat conftest.err >&5
18121 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
18122 (exit $ac_status); } && {
18123 test -z "$ac_c_werror_flag" ||
18124 test ! -s conftest.err
18125 } && test -s conftest$ac_exeext && {
18126 test "$cross_compiling" = yes ||
18127 $as_test_x conftest$ac_exeext
18128 }; then
18129 ac_cv_lib_dl_dlopen=yes
18130 else
18131 $as_echo "$as_me: failed program was:" >&5
18132 sed 's/^/| /' conftest.$ac_ext >&5
18134 ac_cv_lib_dl_dlopen=no
18137 rm -rf conftest.dSYM
18138 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
18139 conftest$ac_exeext conftest.$ac_ext
18140 LIBS=$ac_check_lib_save_LIBS
18142 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_dl_dlopen" >&5
18143 $as_echo "$ac_cv_lib_dl_dlopen" >&6; }
18144 if test "x$ac_cv_lib_dl_dlopen" = x""yes; then
18145 cat >>confdefs.h <<\_ACEOF
18146 #define HAVE_DLOPEN 1
18147 _ACEOF
18148 LIBDL="-ldl"
18153 ac_wine_check_funcs_save_LIBS="$LIBS"
18154 LIBS="$LIBS $LIBDL"
18156 for ac_func in dladdr
18158 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
18159 { $as_echo "$as_me:$LINENO: checking for $ac_func" >&5
18160 $as_echo_n "checking for $ac_func... " >&6; }
18161 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
18162 $as_echo_n "(cached) " >&6
18163 else
18164 cat >conftest.$ac_ext <<_ACEOF
18165 /* confdefs.h. */
18166 _ACEOF
18167 cat confdefs.h >>conftest.$ac_ext
18168 cat >>conftest.$ac_ext <<_ACEOF
18169 /* end confdefs.h. */
18170 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
18171 For example, HP-UX 11i <limits.h> declares gettimeofday. */
18172 #define $ac_func innocuous_$ac_func
18174 /* System header to define __stub macros and hopefully few prototypes,
18175 which can conflict with char $ac_func (); below.
18176 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
18177 <limits.h> exists even on freestanding compilers. */
18179 #ifdef __STDC__
18180 # include <limits.h>
18181 #else
18182 # include <assert.h>
18183 #endif
18185 #undef $ac_func
18187 /* Override any GCC internal prototype to avoid an error.
18188 Use char because int might match the return type of a GCC
18189 builtin and then its argument prototype would still apply. */
18190 #ifdef __cplusplus
18191 extern "C"
18192 #endif
18193 char $ac_func ();
18194 /* The GNU C library defines this for functions which it implements
18195 to always fail with ENOSYS. Some functions are actually named
18196 something starting with __ and the normal name is an alias. */
18197 #if defined __stub_$ac_func || defined __stub___$ac_func
18198 choke me
18199 #endif
18202 main ()
18204 return $ac_func ();
18206 return 0;
18208 _ACEOF
18209 rm -f conftest.$ac_objext conftest$ac_exeext
18210 if { (ac_try="$ac_link"
18211 case "(($ac_try" in
18212 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18213 *) ac_try_echo=$ac_try;;
18214 esac
18215 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
18216 $as_echo "$ac_try_echo") >&5
18217 (eval "$ac_link") 2>conftest.er1
18218 ac_status=$?
18219 grep -v '^ *+' conftest.er1 >conftest.err
18220 rm -f conftest.er1
18221 cat conftest.err >&5
18222 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
18223 (exit $ac_status); } && {
18224 test -z "$ac_c_werror_flag" ||
18225 test ! -s conftest.err
18226 } && test -s conftest$ac_exeext && {
18227 test "$cross_compiling" = yes ||
18228 $as_test_x conftest$ac_exeext
18229 }; then
18230 eval "$as_ac_var=yes"
18231 else
18232 $as_echo "$as_me: failed program was:" >&5
18233 sed 's/^/| /' conftest.$ac_ext >&5
18235 eval "$as_ac_var=no"
18238 rm -rf conftest.dSYM
18239 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
18240 conftest$ac_exeext conftest.$ac_ext
18242 ac_res=`eval 'as_val=${'$as_ac_var'}
18243 $as_echo "$as_val"'`
18244 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
18245 $as_echo "$ac_res" >&6; }
18246 as_val=`eval 'as_val=${'$as_ac_var'}
18247 $as_echo "$as_val"'`
18248 if test "x$as_val" = x""yes; then
18249 cat >>confdefs.h <<_ACEOF
18250 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
18251 _ACEOF
18254 done
18256 LIBS="$ac_wine_check_funcs_save_LIBS"
18258 if test "$ac_cv_func_poll" = no
18259 then
18260 { $as_echo "$as_me:$LINENO: checking for poll in -lpoll" >&5
18261 $as_echo_n "checking for poll in -lpoll... " >&6; }
18262 if test "${ac_cv_lib_poll_poll+set}" = set; then
18263 $as_echo_n "(cached) " >&6
18264 else
18265 ac_check_lib_save_LIBS=$LIBS
18266 LIBS="-lpoll $LIBS"
18267 cat >conftest.$ac_ext <<_ACEOF
18268 /* confdefs.h. */
18269 _ACEOF
18270 cat confdefs.h >>conftest.$ac_ext
18271 cat >>conftest.$ac_ext <<_ACEOF
18272 /* end confdefs.h. */
18274 /* Override any GCC internal prototype to avoid an error.
18275 Use char because int might match the return type of a GCC
18276 builtin and then its argument prototype would still apply. */
18277 #ifdef __cplusplus
18278 extern "C"
18279 #endif
18280 char poll ();
18282 main ()
18284 return poll ();
18286 return 0;
18288 _ACEOF
18289 rm -f conftest.$ac_objext conftest$ac_exeext
18290 if { (ac_try="$ac_link"
18291 case "(($ac_try" in
18292 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18293 *) ac_try_echo=$ac_try;;
18294 esac
18295 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
18296 $as_echo "$ac_try_echo") >&5
18297 (eval "$ac_link") 2>conftest.er1
18298 ac_status=$?
18299 grep -v '^ *+' conftest.er1 >conftest.err
18300 rm -f conftest.er1
18301 cat conftest.err >&5
18302 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
18303 (exit $ac_status); } && {
18304 test -z "$ac_c_werror_flag" ||
18305 test ! -s conftest.err
18306 } && test -s conftest$ac_exeext && {
18307 test "$cross_compiling" = yes ||
18308 $as_test_x conftest$ac_exeext
18309 }; then
18310 ac_cv_lib_poll_poll=yes
18311 else
18312 $as_echo "$as_me: failed program was:" >&5
18313 sed 's/^/| /' conftest.$ac_ext >&5
18315 ac_cv_lib_poll_poll=no
18318 rm -rf conftest.dSYM
18319 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
18320 conftest$ac_exeext conftest.$ac_ext
18321 LIBS=$ac_check_lib_save_LIBS
18323 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_poll_poll" >&5
18324 $as_echo "$ac_cv_lib_poll_poll" >&6; }
18325 if test "x$ac_cv_lib_poll_poll" = x""yes; then
18326 cat >>confdefs.h <<\_ACEOF
18327 #define HAVE_POLL 1
18328 _ACEOF
18329 LIBPOLL="-lpoll"
18335 { $as_echo "$as_me:$LINENO: checking for library containing gethostbyname" >&5
18336 $as_echo_n "checking for library containing gethostbyname... " >&6; }
18337 if test "${ac_cv_search_gethostbyname+set}" = set; then
18338 $as_echo_n "(cached) " >&6
18339 else
18340 ac_func_search_save_LIBS=$LIBS
18341 cat >conftest.$ac_ext <<_ACEOF
18342 /* confdefs.h. */
18343 _ACEOF
18344 cat confdefs.h >>conftest.$ac_ext
18345 cat >>conftest.$ac_ext <<_ACEOF
18346 /* end confdefs.h. */
18348 /* Override any GCC internal prototype to avoid an error.
18349 Use char because int might match the return type of a GCC
18350 builtin and then its argument prototype would still apply. */
18351 #ifdef __cplusplus
18352 extern "C"
18353 #endif
18354 char gethostbyname ();
18356 main ()
18358 return gethostbyname ();
18360 return 0;
18362 _ACEOF
18363 for ac_lib in '' nsl; do
18364 if test -z "$ac_lib"; then
18365 ac_res="none required"
18366 else
18367 ac_res=-l$ac_lib
18368 LIBS="-l$ac_lib $ac_func_search_save_LIBS"
18370 rm -f conftest.$ac_objext conftest$ac_exeext
18371 if { (ac_try="$ac_link"
18372 case "(($ac_try" in
18373 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18374 *) ac_try_echo=$ac_try;;
18375 esac
18376 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
18377 $as_echo "$ac_try_echo") >&5
18378 (eval "$ac_link") 2>conftest.er1
18379 ac_status=$?
18380 grep -v '^ *+' conftest.er1 >conftest.err
18381 rm -f conftest.er1
18382 cat conftest.err >&5
18383 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
18384 (exit $ac_status); } && {
18385 test -z "$ac_c_werror_flag" ||
18386 test ! -s conftest.err
18387 } && test -s conftest$ac_exeext && {
18388 test "$cross_compiling" = yes ||
18389 $as_test_x conftest$ac_exeext
18390 }; then
18391 ac_cv_search_gethostbyname=$ac_res
18392 else
18393 $as_echo "$as_me: failed program was:" >&5
18394 sed 's/^/| /' conftest.$ac_ext >&5
18399 rm -rf conftest.dSYM
18400 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
18401 conftest$ac_exeext
18402 if test "${ac_cv_search_gethostbyname+set}" = set; then
18403 break
18405 done
18406 if test "${ac_cv_search_gethostbyname+set}" = set; then
18408 else
18409 ac_cv_search_gethostbyname=no
18411 rm conftest.$ac_ext
18412 LIBS=$ac_func_search_save_LIBS
18414 { $as_echo "$as_me:$LINENO: result: $ac_cv_search_gethostbyname" >&5
18415 $as_echo "$ac_cv_search_gethostbyname" >&6; }
18416 ac_res=$ac_cv_search_gethostbyname
18417 if test "$ac_res" != no; then
18418 test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
18423 { $as_echo "$as_me:$LINENO: checking for library containing connect" >&5
18424 $as_echo_n "checking for library containing connect... " >&6; }
18425 if test "${ac_cv_search_connect+set}" = set; then
18426 $as_echo_n "(cached) " >&6
18427 else
18428 ac_func_search_save_LIBS=$LIBS
18429 cat >conftest.$ac_ext <<_ACEOF
18430 /* confdefs.h. */
18431 _ACEOF
18432 cat confdefs.h >>conftest.$ac_ext
18433 cat >>conftest.$ac_ext <<_ACEOF
18434 /* end confdefs.h. */
18436 /* Override any GCC internal prototype to avoid an error.
18437 Use char because int might match the return type of a GCC
18438 builtin and then its argument prototype would still apply. */
18439 #ifdef __cplusplus
18440 extern "C"
18441 #endif
18442 char connect ();
18444 main ()
18446 return connect ();
18448 return 0;
18450 _ACEOF
18451 for ac_lib in '' socket; do
18452 if test -z "$ac_lib"; then
18453 ac_res="none required"
18454 else
18455 ac_res=-l$ac_lib
18456 LIBS="-l$ac_lib $ac_func_search_save_LIBS"
18458 rm -f conftest.$ac_objext conftest$ac_exeext
18459 if { (ac_try="$ac_link"
18460 case "(($ac_try" in
18461 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18462 *) ac_try_echo=$ac_try;;
18463 esac
18464 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
18465 $as_echo "$ac_try_echo") >&5
18466 (eval "$ac_link") 2>conftest.er1
18467 ac_status=$?
18468 grep -v '^ *+' conftest.er1 >conftest.err
18469 rm -f conftest.er1
18470 cat conftest.err >&5
18471 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
18472 (exit $ac_status); } && {
18473 test -z "$ac_c_werror_flag" ||
18474 test ! -s conftest.err
18475 } && test -s conftest$ac_exeext && {
18476 test "$cross_compiling" = yes ||
18477 $as_test_x conftest$ac_exeext
18478 }; then
18479 ac_cv_search_connect=$ac_res
18480 else
18481 $as_echo "$as_me: failed program was:" >&5
18482 sed 's/^/| /' conftest.$ac_ext >&5
18487 rm -rf conftest.dSYM
18488 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
18489 conftest$ac_exeext
18490 if test "${ac_cv_search_connect+set}" = set; then
18491 break
18493 done
18494 if test "${ac_cv_search_connect+set}" = set; then
18496 else
18497 ac_cv_search_connect=no
18499 rm conftest.$ac_ext
18500 LIBS=$ac_func_search_save_LIBS
18502 { $as_echo "$as_me:$LINENO: result: $ac_cv_search_connect" >&5
18503 $as_echo "$ac_cv_search_connect" >&6; }
18504 ac_res=$ac_cv_search_connect
18505 if test "$ac_res" != no; then
18506 test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
18511 { $as_echo "$as_me:$LINENO: checking for library containing inet_aton" >&5
18512 $as_echo_n "checking for library containing inet_aton... " >&6; }
18513 if test "${ac_cv_search_inet_aton+set}" = set; then
18514 $as_echo_n "(cached) " >&6
18515 else
18516 ac_func_search_save_LIBS=$LIBS
18517 cat >conftest.$ac_ext <<_ACEOF
18518 /* confdefs.h. */
18519 _ACEOF
18520 cat confdefs.h >>conftest.$ac_ext
18521 cat >>conftest.$ac_ext <<_ACEOF
18522 /* end confdefs.h. */
18524 /* Override any GCC internal prototype to avoid an error.
18525 Use char because int might match the return type of a GCC
18526 builtin and then its argument prototype would still apply. */
18527 #ifdef __cplusplus
18528 extern "C"
18529 #endif
18530 char inet_aton ();
18532 main ()
18534 return inet_aton ();
18536 return 0;
18538 _ACEOF
18539 for ac_lib in '' resolv; do
18540 if test -z "$ac_lib"; then
18541 ac_res="none required"
18542 else
18543 ac_res=-l$ac_lib
18544 LIBS="-l$ac_lib $ac_func_search_save_LIBS"
18546 rm -f conftest.$ac_objext conftest$ac_exeext
18547 if { (ac_try="$ac_link"
18548 case "(($ac_try" in
18549 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18550 *) ac_try_echo=$ac_try;;
18551 esac
18552 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
18553 $as_echo "$ac_try_echo") >&5
18554 (eval "$ac_link") 2>conftest.er1
18555 ac_status=$?
18556 grep -v '^ *+' conftest.er1 >conftest.err
18557 rm -f conftest.er1
18558 cat conftest.err >&5
18559 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
18560 (exit $ac_status); } && {
18561 test -z "$ac_c_werror_flag" ||
18562 test ! -s conftest.err
18563 } && test -s conftest$ac_exeext && {
18564 test "$cross_compiling" = yes ||
18565 $as_test_x conftest$ac_exeext
18566 }; then
18567 ac_cv_search_inet_aton=$ac_res
18568 else
18569 $as_echo "$as_me: failed program was:" >&5
18570 sed 's/^/| /' conftest.$ac_ext >&5
18575 rm -rf conftest.dSYM
18576 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
18577 conftest$ac_exeext
18578 if test "${ac_cv_search_inet_aton+set}" = set; then
18579 break
18581 done
18582 if test "${ac_cv_search_inet_aton+set}" = set; then
18584 else
18585 ac_cv_search_inet_aton=no
18587 rm conftest.$ac_ext
18588 LIBS=$ac_func_search_save_LIBS
18590 { $as_echo "$as_me:$LINENO: result: $ac_cv_search_inet_aton" >&5
18591 $as_echo "$ac_cv_search_inet_aton" >&6; }
18592 ac_res=$ac_cv_search_inet_aton
18593 if test "$ac_res" != no; then
18594 test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
18607 for ac_func in \
18608 getaddrinfo \
18609 getnameinfo \
18610 getnetbyname \
18611 getprotobyname \
18612 getprotobynumber \
18613 getservbyport \
18614 inet_network \
18615 sendmsg \
18618 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
18619 { $as_echo "$as_me:$LINENO: checking for $ac_func" >&5
18620 $as_echo_n "checking for $ac_func... " >&6; }
18621 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
18622 $as_echo_n "(cached) " >&6
18623 else
18624 cat >conftest.$ac_ext <<_ACEOF
18625 /* confdefs.h. */
18626 _ACEOF
18627 cat confdefs.h >>conftest.$ac_ext
18628 cat >>conftest.$ac_ext <<_ACEOF
18629 /* end confdefs.h. */
18630 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
18631 For example, HP-UX 11i <limits.h> declares gettimeofday. */
18632 #define $ac_func innocuous_$ac_func
18634 /* System header to define __stub macros and hopefully few prototypes,
18635 which can conflict with char $ac_func (); below.
18636 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
18637 <limits.h> exists even on freestanding compilers. */
18639 #ifdef __STDC__
18640 # include <limits.h>
18641 #else
18642 # include <assert.h>
18643 #endif
18645 #undef $ac_func
18647 /* Override any GCC internal prototype to avoid an error.
18648 Use char because int might match the return type of a GCC
18649 builtin and then its argument prototype would still apply. */
18650 #ifdef __cplusplus
18651 extern "C"
18652 #endif
18653 char $ac_func ();
18654 /* The GNU C library defines this for functions which it implements
18655 to always fail with ENOSYS. Some functions are actually named
18656 something starting with __ and the normal name is an alias. */
18657 #if defined __stub_$ac_func || defined __stub___$ac_func
18658 choke me
18659 #endif
18662 main ()
18664 return $ac_func ();
18666 return 0;
18668 _ACEOF
18669 rm -f conftest.$ac_objext conftest$ac_exeext
18670 if { (ac_try="$ac_link"
18671 case "(($ac_try" in
18672 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18673 *) ac_try_echo=$ac_try;;
18674 esac
18675 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
18676 $as_echo "$ac_try_echo") >&5
18677 (eval "$ac_link") 2>conftest.er1
18678 ac_status=$?
18679 grep -v '^ *+' conftest.er1 >conftest.err
18680 rm -f conftest.er1
18681 cat conftest.err >&5
18682 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
18683 (exit $ac_status); } && {
18684 test -z "$ac_c_werror_flag" ||
18685 test ! -s conftest.err
18686 } && test -s conftest$ac_exeext && {
18687 test "$cross_compiling" = yes ||
18688 $as_test_x conftest$ac_exeext
18689 }; then
18690 eval "$as_ac_var=yes"
18691 else
18692 $as_echo "$as_me: failed program was:" >&5
18693 sed 's/^/| /' conftest.$ac_ext >&5
18695 eval "$as_ac_var=no"
18698 rm -rf conftest.dSYM
18699 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
18700 conftest$ac_exeext conftest.$ac_ext
18702 ac_res=`eval 'as_val=${'$as_ac_var'}
18703 $as_echo "$as_val"'`
18704 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
18705 $as_echo "$ac_res" >&6; }
18706 as_val=`eval 'as_val=${'$as_ac_var'}
18707 $as_echo "$as_val"'`
18708 if test "x$as_val" = x""yes; then
18709 cat >>confdefs.h <<_ACEOF
18710 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
18711 _ACEOF
18714 done
18717 LDAPLIBS=""
18719 if test "$ac_cv_header_ldap_h" = "yes" -a "$ac_cv_header_lber_h" = "yes"
18720 then
18721 { $as_echo "$as_me:$LINENO: checking for LDAPSortKey" >&5
18722 $as_echo_n "checking for LDAPSortKey... " >&6; }
18723 if test "${ac_cv_type_LDAPSortKey+set}" = set; then
18724 $as_echo_n "(cached) " >&6
18725 else
18726 ac_cv_type_LDAPSortKey=no
18727 cat >conftest.$ac_ext <<_ACEOF
18728 /* confdefs.h. */
18729 _ACEOF
18730 cat confdefs.h >>conftest.$ac_ext
18731 cat >>conftest.$ac_ext <<_ACEOF
18732 /* end confdefs.h. */
18733 #include <ldap.h>
18736 main ()
18738 if (sizeof (LDAPSortKey))
18739 return 0;
18741 return 0;
18743 _ACEOF
18744 rm -f conftest.$ac_objext
18745 if { (ac_try="$ac_compile"
18746 case "(($ac_try" in
18747 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18748 *) ac_try_echo=$ac_try;;
18749 esac
18750 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
18751 $as_echo "$ac_try_echo") >&5
18752 (eval "$ac_compile") 2>conftest.er1
18753 ac_status=$?
18754 grep -v '^ *+' conftest.er1 >conftest.err
18755 rm -f conftest.er1
18756 cat conftest.err >&5
18757 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
18758 (exit $ac_status); } && {
18759 test -z "$ac_c_werror_flag" ||
18760 test ! -s conftest.err
18761 } && test -s conftest.$ac_objext; then
18762 cat >conftest.$ac_ext <<_ACEOF
18763 /* confdefs.h. */
18764 _ACEOF
18765 cat confdefs.h >>conftest.$ac_ext
18766 cat >>conftest.$ac_ext <<_ACEOF
18767 /* end confdefs.h. */
18768 #include <ldap.h>
18771 main ()
18773 if (sizeof ((LDAPSortKey)))
18774 return 0;
18776 return 0;
18778 _ACEOF
18779 rm -f conftest.$ac_objext
18780 if { (ac_try="$ac_compile"
18781 case "(($ac_try" in
18782 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18783 *) ac_try_echo=$ac_try;;
18784 esac
18785 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
18786 $as_echo "$ac_try_echo") >&5
18787 (eval "$ac_compile") 2>conftest.er1
18788 ac_status=$?
18789 grep -v '^ *+' conftest.er1 >conftest.err
18790 rm -f conftest.er1
18791 cat conftest.err >&5
18792 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
18793 (exit $ac_status); } && {
18794 test -z "$ac_c_werror_flag" ||
18795 test ! -s conftest.err
18796 } && test -s conftest.$ac_objext; then
18798 else
18799 $as_echo "$as_me: failed program was:" >&5
18800 sed 's/^/| /' conftest.$ac_ext >&5
18802 ac_cv_type_LDAPSortKey=yes
18805 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
18806 else
18807 $as_echo "$as_me: failed program was:" >&5
18808 sed 's/^/| /' conftest.$ac_ext >&5
18813 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
18815 { $as_echo "$as_me:$LINENO: result: $ac_cv_type_LDAPSortKey" >&5
18816 $as_echo "$ac_cv_type_LDAPSortKey" >&6; }
18817 if test "x$ac_cv_type_LDAPSortKey" = x""yes; then
18818 { $as_echo "$as_me:$LINENO: checking for ldap_initialize in -lldap_r" >&5
18819 $as_echo_n "checking for ldap_initialize in -lldap_r... " >&6; }
18820 if test "${ac_cv_lib_ldap_r_ldap_initialize+set}" = set; then
18821 $as_echo_n "(cached) " >&6
18822 else
18823 ac_check_lib_save_LIBS=$LIBS
18824 LIBS="-lldap_r $LIBPTHREAD $LIBS"
18825 cat >conftest.$ac_ext <<_ACEOF
18826 /* confdefs.h. */
18827 _ACEOF
18828 cat confdefs.h >>conftest.$ac_ext
18829 cat >>conftest.$ac_ext <<_ACEOF
18830 /* end confdefs.h. */
18832 /* Override any GCC internal prototype to avoid an error.
18833 Use char because int might match the return type of a GCC
18834 builtin and then its argument prototype would still apply. */
18835 #ifdef __cplusplus
18836 extern "C"
18837 #endif
18838 char ldap_initialize ();
18840 main ()
18842 return ldap_initialize ();
18844 return 0;
18846 _ACEOF
18847 rm -f conftest.$ac_objext conftest$ac_exeext
18848 if { (ac_try="$ac_link"
18849 case "(($ac_try" in
18850 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18851 *) ac_try_echo=$ac_try;;
18852 esac
18853 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
18854 $as_echo "$ac_try_echo") >&5
18855 (eval "$ac_link") 2>conftest.er1
18856 ac_status=$?
18857 grep -v '^ *+' conftest.er1 >conftest.err
18858 rm -f conftest.er1
18859 cat conftest.err >&5
18860 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
18861 (exit $ac_status); } && {
18862 test -z "$ac_c_werror_flag" ||
18863 test ! -s conftest.err
18864 } && test -s conftest$ac_exeext && {
18865 test "$cross_compiling" = yes ||
18866 $as_test_x conftest$ac_exeext
18867 }; then
18868 ac_cv_lib_ldap_r_ldap_initialize=yes
18869 else
18870 $as_echo "$as_me: failed program was:" >&5
18871 sed 's/^/| /' conftest.$ac_ext >&5
18873 ac_cv_lib_ldap_r_ldap_initialize=no
18876 rm -rf conftest.dSYM
18877 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
18878 conftest$ac_exeext conftest.$ac_ext
18879 LIBS=$ac_check_lib_save_LIBS
18881 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_ldap_r_ldap_initialize" >&5
18882 $as_echo "$ac_cv_lib_ldap_r_ldap_initialize" >&6; }
18883 if test "x$ac_cv_lib_ldap_r_ldap_initialize" = x""yes; then
18884 { $as_echo "$as_me:$LINENO: checking for ber_init in -llber" >&5
18885 $as_echo_n "checking for ber_init in -llber... " >&6; }
18886 if test "${ac_cv_lib_lber_ber_init+set}" = set; then
18887 $as_echo_n "(cached) " >&6
18888 else
18889 ac_check_lib_save_LIBS=$LIBS
18890 LIBS="-llber $LIBPTHREAD $LIBS"
18891 cat >conftest.$ac_ext <<_ACEOF
18892 /* confdefs.h. */
18893 _ACEOF
18894 cat confdefs.h >>conftest.$ac_ext
18895 cat >>conftest.$ac_ext <<_ACEOF
18896 /* end confdefs.h. */
18898 /* Override any GCC internal prototype to avoid an error.
18899 Use char because int might match the return type of a GCC
18900 builtin and then its argument prototype would still apply. */
18901 #ifdef __cplusplus
18902 extern "C"
18903 #endif
18904 char ber_init ();
18906 main ()
18908 return ber_init ();
18910 return 0;
18912 _ACEOF
18913 rm -f conftest.$ac_objext conftest$ac_exeext
18914 if { (ac_try="$ac_link"
18915 case "(($ac_try" in
18916 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18917 *) ac_try_echo=$ac_try;;
18918 esac
18919 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
18920 $as_echo "$ac_try_echo") >&5
18921 (eval "$ac_link") 2>conftest.er1
18922 ac_status=$?
18923 grep -v '^ *+' conftest.er1 >conftest.err
18924 rm -f conftest.er1
18925 cat conftest.err >&5
18926 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
18927 (exit $ac_status); } && {
18928 test -z "$ac_c_werror_flag" ||
18929 test ! -s conftest.err
18930 } && test -s conftest$ac_exeext && {
18931 test "$cross_compiling" = yes ||
18932 $as_test_x conftest$ac_exeext
18933 }; then
18934 ac_cv_lib_lber_ber_init=yes
18935 else
18936 $as_echo "$as_me: failed program was:" >&5
18937 sed 's/^/| /' conftest.$ac_ext >&5
18939 ac_cv_lib_lber_ber_init=no
18942 rm -rf conftest.dSYM
18943 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
18944 conftest$ac_exeext conftest.$ac_ext
18945 LIBS=$ac_check_lib_save_LIBS
18947 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_lber_ber_init" >&5
18948 $as_echo "$ac_cv_lib_lber_ber_init" >&6; }
18949 if test "x$ac_cv_lib_lber_ber_init" = x""yes; then
18951 cat >>confdefs.h <<\_ACEOF
18952 #define HAVE_LDAP 1
18953 _ACEOF
18955 LDAPLIBS="-lldap_r -llber"
18962 ac_wine_check_funcs_save_LIBS="$LIBS"
18963 LIBS="$LIBS $LDAPLIBS $LIBPTHREAD"
18972 for ac_func in \
18973 ldap_count_references \
18974 ldap_first_reference \
18975 ldap_next_reference \
18976 ldap_parse_reference \
18977 ldap_parse_sort_control \
18978 ldap_parse_sortresponse_control \
18979 ldap_parse_vlv_control \
18980 ldap_parse_vlvresponse_control
18982 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
18983 { $as_echo "$as_me:$LINENO: checking for $ac_func" >&5
18984 $as_echo_n "checking for $ac_func... " >&6; }
18985 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
18986 $as_echo_n "(cached) " >&6
18987 else
18988 cat >conftest.$ac_ext <<_ACEOF
18989 /* confdefs.h. */
18990 _ACEOF
18991 cat confdefs.h >>conftest.$ac_ext
18992 cat >>conftest.$ac_ext <<_ACEOF
18993 /* end confdefs.h. */
18994 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
18995 For example, HP-UX 11i <limits.h> declares gettimeofday. */
18996 #define $ac_func innocuous_$ac_func
18998 /* System header to define __stub macros and hopefully few prototypes,
18999 which can conflict with char $ac_func (); below.
19000 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
19001 <limits.h> exists even on freestanding compilers. */
19003 #ifdef __STDC__
19004 # include <limits.h>
19005 #else
19006 # include <assert.h>
19007 #endif
19009 #undef $ac_func
19011 /* Override any GCC internal prototype to avoid an error.
19012 Use char because int might match the return type of a GCC
19013 builtin and then its argument prototype would still apply. */
19014 #ifdef __cplusplus
19015 extern "C"
19016 #endif
19017 char $ac_func ();
19018 /* The GNU C library defines this for functions which it implements
19019 to always fail with ENOSYS. Some functions are actually named
19020 something starting with __ and the normal name is an alias. */
19021 #if defined __stub_$ac_func || defined __stub___$ac_func
19022 choke me
19023 #endif
19026 main ()
19028 return $ac_func ();
19030 return 0;
19032 _ACEOF
19033 rm -f conftest.$ac_objext conftest$ac_exeext
19034 if { (ac_try="$ac_link"
19035 case "(($ac_try" in
19036 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19037 *) ac_try_echo=$ac_try;;
19038 esac
19039 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
19040 $as_echo "$ac_try_echo") >&5
19041 (eval "$ac_link") 2>conftest.er1
19042 ac_status=$?
19043 grep -v '^ *+' conftest.er1 >conftest.err
19044 rm -f conftest.er1
19045 cat conftest.err >&5
19046 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
19047 (exit $ac_status); } && {
19048 test -z "$ac_c_werror_flag" ||
19049 test ! -s conftest.err
19050 } && test -s conftest$ac_exeext && {
19051 test "$cross_compiling" = yes ||
19052 $as_test_x conftest$ac_exeext
19053 }; then
19054 eval "$as_ac_var=yes"
19055 else
19056 $as_echo "$as_me: failed program was:" >&5
19057 sed 's/^/| /' conftest.$ac_ext >&5
19059 eval "$as_ac_var=no"
19062 rm -rf conftest.dSYM
19063 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
19064 conftest$ac_exeext conftest.$ac_ext
19066 ac_res=`eval 'as_val=${'$as_ac_var'}
19067 $as_echo "$as_val"'`
19068 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
19069 $as_echo "$ac_res" >&6; }
19070 as_val=`eval 'as_val=${'$as_ac_var'}
19071 $as_echo "$as_val"'`
19072 if test "x$as_val" = x""yes; then
19073 cat >>confdefs.h <<_ACEOF
19074 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
19075 _ACEOF
19078 done
19080 LIBS="$ac_wine_check_funcs_save_LIBS"
19082 if test "x$LDAPLIBS" = "x"; then
19083 case "x$with_ldap" in
19084 x) wine_notices="$wine_notices|libldap (OpenLDAP) ${notice_platform}development files not found, LDAP won't be supported." ;;
19085 xno) ;;
19086 *) { { $as_echo "$as_me:$LINENO: error: libldap (OpenLDAP) ${notice_platform}development files not found, LDAP won't be supported.
19087 This is an error since --with-ldap was requested." >&5
19088 $as_echo "$as_me: error: libldap (OpenLDAP) ${notice_platform}development files not found, LDAP won't be supported.
19089 This is an error since --with-ldap was requested." >&2;}
19090 { (exit 1); exit 1; }; } ;;
19091 esac
19096 { $as_echo "$as_me:$LINENO: checking for an ANSI C-conforming const" >&5
19097 $as_echo_n "checking for an ANSI C-conforming const... " >&6; }
19098 if test "${ac_cv_c_const+set}" = set; then
19099 $as_echo_n "(cached) " >&6
19100 else
19101 cat >conftest.$ac_ext <<_ACEOF
19102 /* confdefs.h. */
19103 _ACEOF
19104 cat confdefs.h >>conftest.$ac_ext
19105 cat >>conftest.$ac_ext <<_ACEOF
19106 /* end confdefs.h. */
19109 main ()
19111 /* FIXME: Include the comments suggested by Paul. */
19112 #ifndef __cplusplus
19113 /* Ultrix mips cc rejects this. */
19114 typedef int charset[2];
19115 const charset cs;
19116 /* SunOS 4.1.1 cc rejects this. */
19117 char const *const *pcpcc;
19118 char **ppc;
19119 /* NEC SVR4.0.2 mips cc rejects this. */
19120 struct point {int x, y;};
19121 static struct point const zero = {0,0};
19122 /* AIX XL C 1.02.0.0 rejects this.
19123 It does not let you subtract one const X* pointer from another in
19124 an arm of an if-expression whose if-part is not a constant
19125 expression */
19126 const char *g = "string";
19127 pcpcc = &g + (g ? g-g : 0);
19128 /* HPUX 7.0 cc rejects these. */
19129 ++pcpcc;
19130 ppc = (char**) pcpcc;
19131 pcpcc = (char const *const *) ppc;
19132 { /* SCO 3.2v4 cc rejects this. */
19133 char *t;
19134 char const *s = 0 ? (char *) 0 : (char const *) 0;
19136 *t++ = 0;
19137 if (s) return 0;
19139 { /* Someone thinks the Sun supposedly-ANSI compiler will reject this. */
19140 int x[] = {25, 17};
19141 const int *foo = &x[0];
19142 ++foo;
19144 { /* Sun SC1.0 ANSI compiler rejects this -- but not the above. */
19145 typedef const int *iptr;
19146 iptr p = 0;
19147 ++p;
19149 { /* AIX XL C 1.02.0.0 rejects this saying
19150 "k.c", line 2.27: 1506-025 (S) Operand must be a modifiable lvalue. */
19151 struct s { int j; const int *ap[3]; };
19152 struct s *b; b->j = 5;
19154 { /* ULTRIX-32 V3.1 (Rev 9) vcc rejects this */
19155 const int foo = 10;
19156 if (!foo) return 0;
19158 return !cs[0] && !zero.x;
19159 #endif
19162 return 0;
19164 _ACEOF
19165 rm -f conftest.$ac_objext
19166 if { (ac_try="$ac_compile"
19167 case "(($ac_try" in
19168 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19169 *) ac_try_echo=$ac_try;;
19170 esac
19171 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
19172 $as_echo "$ac_try_echo") >&5
19173 (eval "$ac_compile") 2>conftest.er1
19174 ac_status=$?
19175 grep -v '^ *+' conftest.er1 >conftest.err
19176 rm -f conftest.er1
19177 cat conftest.err >&5
19178 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
19179 (exit $ac_status); } && {
19180 test -z "$ac_c_werror_flag" ||
19181 test ! -s conftest.err
19182 } && test -s conftest.$ac_objext; then
19183 ac_cv_c_const=yes
19184 else
19185 $as_echo "$as_me: failed program was:" >&5
19186 sed 's/^/| /' conftest.$ac_ext >&5
19188 ac_cv_c_const=no
19191 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19193 { $as_echo "$as_me:$LINENO: result: $ac_cv_c_const" >&5
19194 $as_echo "$ac_cv_c_const" >&6; }
19195 if test $ac_cv_c_const = no; then
19197 cat >>confdefs.h <<\_ACEOF
19198 #define const /**/
19199 _ACEOF
19203 { $as_echo "$as_me:$LINENO: checking for inline" >&5
19204 $as_echo_n "checking for inline... " >&6; }
19205 if test "${ac_cv_c_inline+set}" = set; then
19206 $as_echo_n "(cached) " >&6
19207 else
19208 ac_cv_c_inline=no
19209 for ac_kw in inline __inline__ __inline; do
19210 cat >conftest.$ac_ext <<_ACEOF
19211 /* confdefs.h. */
19212 _ACEOF
19213 cat confdefs.h >>conftest.$ac_ext
19214 cat >>conftest.$ac_ext <<_ACEOF
19215 /* end confdefs.h. */
19216 #ifndef __cplusplus
19217 typedef int foo_t;
19218 static $ac_kw foo_t static_foo () {return 0; }
19219 $ac_kw foo_t foo () {return 0; }
19220 #endif
19222 _ACEOF
19223 rm -f conftest.$ac_objext
19224 if { (ac_try="$ac_compile"
19225 case "(($ac_try" in
19226 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19227 *) ac_try_echo=$ac_try;;
19228 esac
19229 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
19230 $as_echo "$ac_try_echo") >&5
19231 (eval "$ac_compile") 2>conftest.er1
19232 ac_status=$?
19233 grep -v '^ *+' conftest.er1 >conftest.err
19234 rm -f conftest.er1
19235 cat conftest.err >&5
19236 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
19237 (exit $ac_status); } && {
19238 test -z "$ac_c_werror_flag" ||
19239 test ! -s conftest.err
19240 } && test -s conftest.$ac_objext; then
19241 ac_cv_c_inline=$ac_kw
19242 else
19243 $as_echo "$as_me: failed program was:" >&5
19244 sed 's/^/| /' conftest.$ac_ext >&5
19249 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19250 test "$ac_cv_c_inline" != no && break
19251 done
19254 { $as_echo "$as_me:$LINENO: result: $ac_cv_c_inline" >&5
19255 $as_echo "$ac_cv_c_inline" >&6; }
19258 case $ac_cv_c_inline in
19259 inline | yes) ;;
19261 case $ac_cv_c_inline in
19262 no) ac_val=;;
19263 *) ac_val=$ac_cv_c_inline;;
19264 esac
19265 cat >>confdefs.h <<_ACEOF
19266 #ifndef __cplusplus
19267 #define inline $ac_val
19268 #endif
19269 _ACEOF
19271 esac
19273 { $as_echo "$as_me:$LINENO: checking for mode_t" >&5
19274 $as_echo_n "checking for mode_t... " >&6; }
19275 if test "${ac_cv_type_mode_t+set}" = set; then
19276 $as_echo_n "(cached) " >&6
19277 else
19278 ac_cv_type_mode_t=no
19279 cat >conftest.$ac_ext <<_ACEOF
19280 /* confdefs.h. */
19281 _ACEOF
19282 cat confdefs.h >>conftest.$ac_ext
19283 cat >>conftest.$ac_ext <<_ACEOF
19284 /* end confdefs.h. */
19285 $ac_includes_default
19287 main ()
19289 if (sizeof (mode_t))
19290 return 0;
19292 return 0;
19294 _ACEOF
19295 rm -f conftest.$ac_objext
19296 if { (ac_try="$ac_compile"
19297 case "(($ac_try" in
19298 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19299 *) ac_try_echo=$ac_try;;
19300 esac
19301 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
19302 $as_echo "$ac_try_echo") >&5
19303 (eval "$ac_compile") 2>conftest.er1
19304 ac_status=$?
19305 grep -v '^ *+' conftest.er1 >conftest.err
19306 rm -f conftest.er1
19307 cat conftest.err >&5
19308 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
19309 (exit $ac_status); } && {
19310 test -z "$ac_c_werror_flag" ||
19311 test ! -s conftest.err
19312 } && test -s conftest.$ac_objext; then
19313 cat >conftest.$ac_ext <<_ACEOF
19314 /* confdefs.h. */
19315 _ACEOF
19316 cat confdefs.h >>conftest.$ac_ext
19317 cat >>conftest.$ac_ext <<_ACEOF
19318 /* end confdefs.h. */
19319 $ac_includes_default
19321 main ()
19323 if (sizeof ((mode_t)))
19324 return 0;
19326 return 0;
19328 _ACEOF
19329 rm -f conftest.$ac_objext
19330 if { (ac_try="$ac_compile"
19331 case "(($ac_try" in
19332 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19333 *) ac_try_echo=$ac_try;;
19334 esac
19335 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
19336 $as_echo "$ac_try_echo") >&5
19337 (eval "$ac_compile") 2>conftest.er1
19338 ac_status=$?
19339 grep -v '^ *+' conftest.er1 >conftest.err
19340 rm -f conftest.er1
19341 cat conftest.err >&5
19342 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
19343 (exit $ac_status); } && {
19344 test -z "$ac_c_werror_flag" ||
19345 test ! -s conftest.err
19346 } && test -s conftest.$ac_objext; then
19348 else
19349 $as_echo "$as_me: failed program was:" >&5
19350 sed 's/^/| /' conftest.$ac_ext >&5
19352 ac_cv_type_mode_t=yes
19355 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19356 else
19357 $as_echo "$as_me: failed program was:" >&5
19358 sed 's/^/| /' conftest.$ac_ext >&5
19363 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19365 { $as_echo "$as_me:$LINENO: result: $ac_cv_type_mode_t" >&5
19366 $as_echo "$ac_cv_type_mode_t" >&6; }
19367 if test "x$ac_cv_type_mode_t" = x""yes; then
19369 cat >>confdefs.h <<_ACEOF
19370 #define HAVE_MODE_T 1
19371 _ACEOF
19375 { $as_echo "$as_me:$LINENO: checking for off_t" >&5
19376 $as_echo_n "checking for off_t... " >&6; }
19377 if test "${ac_cv_type_off_t+set}" = set; then
19378 $as_echo_n "(cached) " >&6
19379 else
19380 ac_cv_type_off_t=no
19381 cat >conftest.$ac_ext <<_ACEOF
19382 /* confdefs.h. */
19383 _ACEOF
19384 cat confdefs.h >>conftest.$ac_ext
19385 cat >>conftest.$ac_ext <<_ACEOF
19386 /* end confdefs.h. */
19387 $ac_includes_default
19389 main ()
19391 if (sizeof (off_t))
19392 return 0;
19394 return 0;
19396 _ACEOF
19397 rm -f conftest.$ac_objext
19398 if { (ac_try="$ac_compile"
19399 case "(($ac_try" in
19400 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19401 *) ac_try_echo=$ac_try;;
19402 esac
19403 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
19404 $as_echo "$ac_try_echo") >&5
19405 (eval "$ac_compile") 2>conftest.er1
19406 ac_status=$?
19407 grep -v '^ *+' conftest.er1 >conftest.err
19408 rm -f conftest.er1
19409 cat conftest.err >&5
19410 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
19411 (exit $ac_status); } && {
19412 test -z "$ac_c_werror_flag" ||
19413 test ! -s conftest.err
19414 } && test -s conftest.$ac_objext; then
19415 cat >conftest.$ac_ext <<_ACEOF
19416 /* confdefs.h. */
19417 _ACEOF
19418 cat confdefs.h >>conftest.$ac_ext
19419 cat >>conftest.$ac_ext <<_ACEOF
19420 /* end confdefs.h. */
19421 $ac_includes_default
19423 main ()
19425 if (sizeof ((off_t)))
19426 return 0;
19428 return 0;
19430 _ACEOF
19431 rm -f conftest.$ac_objext
19432 if { (ac_try="$ac_compile"
19433 case "(($ac_try" in
19434 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19435 *) ac_try_echo=$ac_try;;
19436 esac
19437 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
19438 $as_echo "$ac_try_echo") >&5
19439 (eval "$ac_compile") 2>conftest.er1
19440 ac_status=$?
19441 grep -v '^ *+' conftest.er1 >conftest.err
19442 rm -f conftest.er1
19443 cat conftest.err >&5
19444 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
19445 (exit $ac_status); } && {
19446 test -z "$ac_c_werror_flag" ||
19447 test ! -s conftest.err
19448 } && test -s conftest.$ac_objext; then
19450 else
19451 $as_echo "$as_me: failed program was:" >&5
19452 sed 's/^/| /' conftest.$ac_ext >&5
19454 ac_cv_type_off_t=yes
19457 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19458 else
19459 $as_echo "$as_me: failed program was:" >&5
19460 sed 's/^/| /' conftest.$ac_ext >&5
19465 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19467 { $as_echo "$as_me:$LINENO: result: $ac_cv_type_off_t" >&5
19468 $as_echo "$ac_cv_type_off_t" >&6; }
19469 if test "x$ac_cv_type_off_t" = x""yes; then
19471 cat >>confdefs.h <<_ACEOF
19472 #define HAVE_OFF_T 1
19473 _ACEOF
19477 { $as_echo "$as_me:$LINENO: checking for pid_t" >&5
19478 $as_echo_n "checking for pid_t... " >&6; }
19479 if test "${ac_cv_type_pid_t+set}" = set; then
19480 $as_echo_n "(cached) " >&6
19481 else
19482 ac_cv_type_pid_t=no
19483 cat >conftest.$ac_ext <<_ACEOF
19484 /* confdefs.h. */
19485 _ACEOF
19486 cat confdefs.h >>conftest.$ac_ext
19487 cat >>conftest.$ac_ext <<_ACEOF
19488 /* end confdefs.h. */
19489 $ac_includes_default
19491 main ()
19493 if (sizeof (pid_t))
19494 return 0;
19496 return 0;
19498 _ACEOF
19499 rm -f conftest.$ac_objext
19500 if { (ac_try="$ac_compile"
19501 case "(($ac_try" in
19502 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19503 *) ac_try_echo=$ac_try;;
19504 esac
19505 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
19506 $as_echo "$ac_try_echo") >&5
19507 (eval "$ac_compile") 2>conftest.er1
19508 ac_status=$?
19509 grep -v '^ *+' conftest.er1 >conftest.err
19510 rm -f conftest.er1
19511 cat conftest.err >&5
19512 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
19513 (exit $ac_status); } && {
19514 test -z "$ac_c_werror_flag" ||
19515 test ! -s conftest.err
19516 } && test -s conftest.$ac_objext; then
19517 cat >conftest.$ac_ext <<_ACEOF
19518 /* confdefs.h. */
19519 _ACEOF
19520 cat confdefs.h >>conftest.$ac_ext
19521 cat >>conftest.$ac_ext <<_ACEOF
19522 /* end confdefs.h. */
19523 $ac_includes_default
19525 main ()
19527 if (sizeof ((pid_t)))
19528 return 0;
19530 return 0;
19532 _ACEOF
19533 rm -f conftest.$ac_objext
19534 if { (ac_try="$ac_compile"
19535 case "(($ac_try" in
19536 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19537 *) ac_try_echo=$ac_try;;
19538 esac
19539 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
19540 $as_echo "$ac_try_echo") >&5
19541 (eval "$ac_compile") 2>conftest.er1
19542 ac_status=$?
19543 grep -v '^ *+' conftest.er1 >conftest.err
19544 rm -f conftest.er1
19545 cat conftest.err >&5
19546 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
19547 (exit $ac_status); } && {
19548 test -z "$ac_c_werror_flag" ||
19549 test ! -s conftest.err
19550 } && test -s conftest.$ac_objext; then
19552 else
19553 $as_echo "$as_me: failed program was:" >&5
19554 sed 's/^/| /' conftest.$ac_ext >&5
19556 ac_cv_type_pid_t=yes
19559 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19560 else
19561 $as_echo "$as_me: failed program was:" >&5
19562 sed 's/^/| /' conftest.$ac_ext >&5
19567 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19569 { $as_echo "$as_me:$LINENO: result: $ac_cv_type_pid_t" >&5
19570 $as_echo "$ac_cv_type_pid_t" >&6; }
19571 if test "x$ac_cv_type_pid_t" = x""yes; then
19573 cat >>confdefs.h <<_ACEOF
19574 #define HAVE_PID_T 1
19575 _ACEOF
19579 { $as_echo "$as_me:$LINENO: checking for size_t" >&5
19580 $as_echo_n "checking for size_t... " >&6; }
19581 if test "${ac_cv_type_size_t+set}" = set; then
19582 $as_echo_n "(cached) " >&6
19583 else
19584 ac_cv_type_size_t=no
19585 cat >conftest.$ac_ext <<_ACEOF
19586 /* confdefs.h. */
19587 _ACEOF
19588 cat confdefs.h >>conftest.$ac_ext
19589 cat >>conftest.$ac_ext <<_ACEOF
19590 /* end confdefs.h. */
19591 $ac_includes_default
19593 main ()
19595 if (sizeof (size_t))
19596 return 0;
19598 return 0;
19600 _ACEOF
19601 rm -f conftest.$ac_objext
19602 if { (ac_try="$ac_compile"
19603 case "(($ac_try" in
19604 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19605 *) ac_try_echo=$ac_try;;
19606 esac
19607 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
19608 $as_echo "$ac_try_echo") >&5
19609 (eval "$ac_compile") 2>conftest.er1
19610 ac_status=$?
19611 grep -v '^ *+' conftest.er1 >conftest.err
19612 rm -f conftest.er1
19613 cat conftest.err >&5
19614 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
19615 (exit $ac_status); } && {
19616 test -z "$ac_c_werror_flag" ||
19617 test ! -s conftest.err
19618 } && test -s conftest.$ac_objext; then
19619 cat >conftest.$ac_ext <<_ACEOF
19620 /* confdefs.h. */
19621 _ACEOF
19622 cat confdefs.h >>conftest.$ac_ext
19623 cat >>conftest.$ac_ext <<_ACEOF
19624 /* end confdefs.h. */
19625 $ac_includes_default
19627 main ()
19629 if (sizeof ((size_t)))
19630 return 0;
19632 return 0;
19634 _ACEOF
19635 rm -f conftest.$ac_objext
19636 if { (ac_try="$ac_compile"
19637 case "(($ac_try" in
19638 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19639 *) ac_try_echo=$ac_try;;
19640 esac
19641 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
19642 $as_echo "$ac_try_echo") >&5
19643 (eval "$ac_compile") 2>conftest.er1
19644 ac_status=$?
19645 grep -v '^ *+' conftest.er1 >conftest.err
19646 rm -f conftest.er1
19647 cat conftest.err >&5
19648 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
19649 (exit $ac_status); } && {
19650 test -z "$ac_c_werror_flag" ||
19651 test ! -s conftest.err
19652 } && test -s conftest.$ac_objext; then
19654 else
19655 $as_echo "$as_me: failed program was:" >&5
19656 sed 's/^/| /' conftest.$ac_ext >&5
19658 ac_cv_type_size_t=yes
19661 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19662 else
19663 $as_echo "$as_me: failed program was:" >&5
19664 sed 's/^/| /' conftest.$ac_ext >&5
19669 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19671 { $as_echo "$as_me:$LINENO: result: $ac_cv_type_size_t" >&5
19672 $as_echo "$ac_cv_type_size_t" >&6; }
19673 if test "x$ac_cv_type_size_t" = x""yes; then
19675 cat >>confdefs.h <<_ACEOF
19676 #define HAVE_SIZE_T 1
19677 _ACEOF
19681 { $as_echo "$as_me:$LINENO: checking for ssize_t" >&5
19682 $as_echo_n "checking for ssize_t... " >&6; }
19683 if test "${ac_cv_type_ssize_t+set}" = set; then
19684 $as_echo_n "(cached) " >&6
19685 else
19686 ac_cv_type_ssize_t=no
19687 cat >conftest.$ac_ext <<_ACEOF
19688 /* confdefs.h. */
19689 _ACEOF
19690 cat confdefs.h >>conftest.$ac_ext
19691 cat >>conftest.$ac_ext <<_ACEOF
19692 /* end confdefs.h. */
19693 $ac_includes_default
19695 main ()
19697 if (sizeof (ssize_t))
19698 return 0;
19700 return 0;
19702 _ACEOF
19703 rm -f conftest.$ac_objext
19704 if { (ac_try="$ac_compile"
19705 case "(($ac_try" in
19706 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19707 *) ac_try_echo=$ac_try;;
19708 esac
19709 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
19710 $as_echo "$ac_try_echo") >&5
19711 (eval "$ac_compile") 2>conftest.er1
19712 ac_status=$?
19713 grep -v '^ *+' conftest.er1 >conftest.err
19714 rm -f conftest.er1
19715 cat conftest.err >&5
19716 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
19717 (exit $ac_status); } && {
19718 test -z "$ac_c_werror_flag" ||
19719 test ! -s conftest.err
19720 } && test -s conftest.$ac_objext; then
19721 cat >conftest.$ac_ext <<_ACEOF
19722 /* confdefs.h. */
19723 _ACEOF
19724 cat confdefs.h >>conftest.$ac_ext
19725 cat >>conftest.$ac_ext <<_ACEOF
19726 /* end confdefs.h. */
19727 $ac_includes_default
19729 main ()
19731 if (sizeof ((ssize_t)))
19732 return 0;
19734 return 0;
19736 _ACEOF
19737 rm -f conftest.$ac_objext
19738 if { (ac_try="$ac_compile"
19739 case "(($ac_try" in
19740 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19741 *) ac_try_echo=$ac_try;;
19742 esac
19743 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
19744 $as_echo "$ac_try_echo") >&5
19745 (eval "$ac_compile") 2>conftest.er1
19746 ac_status=$?
19747 grep -v '^ *+' conftest.er1 >conftest.err
19748 rm -f conftest.er1
19749 cat conftest.err >&5
19750 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
19751 (exit $ac_status); } && {
19752 test -z "$ac_c_werror_flag" ||
19753 test ! -s conftest.err
19754 } && test -s conftest.$ac_objext; then
19756 else
19757 $as_echo "$as_me: failed program was:" >&5
19758 sed 's/^/| /' conftest.$ac_ext >&5
19760 ac_cv_type_ssize_t=yes
19763 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19764 else
19765 $as_echo "$as_me: failed program was:" >&5
19766 sed 's/^/| /' conftest.$ac_ext >&5
19771 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19773 { $as_echo "$as_me:$LINENO: result: $ac_cv_type_ssize_t" >&5
19774 $as_echo "$ac_cv_type_ssize_t" >&6; }
19775 if test "x$ac_cv_type_ssize_t" = x""yes; then
19777 cat >>confdefs.h <<_ACEOF
19778 #define HAVE_SSIZE_T 1
19779 _ACEOF
19783 { $as_echo "$as_me:$LINENO: checking for long long" >&5
19784 $as_echo_n "checking for long long... " >&6; }
19785 if test "${ac_cv_type_long_long+set}" = set; then
19786 $as_echo_n "(cached) " >&6
19787 else
19788 ac_cv_type_long_long=no
19789 cat >conftest.$ac_ext <<_ACEOF
19790 /* confdefs.h. */
19791 _ACEOF
19792 cat confdefs.h >>conftest.$ac_ext
19793 cat >>conftest.$ac_ext <<_ACEOF
19794 /* end confdefs.h. */
19795 $ac_includes_default
19797 main ()
19799 if (sizeof (long long))
19800 return 0;
19802 return 0;
19804 _ACEOF
19805 rm -f conftest.$ac_objext
19806 if { (ac_try="$ac_compile"
19807 case "(($ac_try" in
19808 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19809 *) ac_try_echo=$ac_try;;
19810 esac
19811 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
19812 $as_echo "$ac_try_echo") >&5
19813 (eval "$ac_compile") 2>conftest.er1
19814 ac_status=$?
19815 grep -v '^ *+' conftest.er1 >conftest.err
19816 rm -f conftest.er1
19817 cat conftest.err >&5
19818 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
19819 (exit $ac_status); } && {
19820 test -z "$ac_c_werror_flag" ||
19821 test ! -s conftest.err
19822 } && test -s conftest.$ac_objext; then
19823 cat >conftest.$ac_ext <<_ACEOF
19824 /* confdefs.h. */
19825 _ACEOF
19826 cat confdefs.h >>conftest.$ac_ext
19827 cat >>conftest.$ac_ext <<_ACEOF
19828 /* end confdefs.h. */
19829 $ac_includes_default
19831 main ()
19833 if (sizeof ((long long)))
19834 return 0;
19836 return 0;
19838 _ACEOF
19839 rm -f conftest.$ac_objext
19840 if { (ac_try="$ac_compile"
19841 case "(($ac_try" in
19842 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19843 *) ac_try_echo=$ac_try;;
19844 esac
19845 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
19846 $as_echo "$ac_try_echo") >&5
19847 (eval "$ac_compile") 2>conftest.er1
19848 ac_status=$?
19849 grep -v '^ *+' conftest.er1 >conftest.err
19850 rm -f conftest.er1
19851 cat conftest.err >&5
19852 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
19853 (exit $ac_status); } && {
19854 test -z "$ac_c_werror_flag" ||
19855 test ! -s conftest.err
19856 } && test -s conftest.$ac_objext; then
19858 else
19859 $as_echo "$as_me: failed program was:" >&5
19860 sed 's/^/| /' conftest.$ac_ext >&5
19862 ac_cv_type_long_long=yes
19865 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19866 else
19867 $as_echo "$as_me: failed program was:" >&5
19868 sed 's/^/| /' conftest.$ac_ext >&5
19873 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19875 { $as_echo "$as_me:$LINENO: result: $ac_cv_type_long_long" >&5
19876 $as_echo "$ac_cv_type_long_long" >&6; }
19877 if test "x$ac_cv_type_long_long" = x""yes; then
19879 cat >>confdefs.h <<_ACEOF
19880 #define HAVE_LONG_LONG 1
19881 _ACEOF
19885 { $as_echo "$as_me:$LINENO: checking for fsblkcnt_t" >&5
19886 $as_echo_n "checking for fsblkcnt_t... " >&6; }
19887 if test "${ac_cv_type_fsblkcnt_t+set}" = set; then
19888 $as_echo_n "(cached) " >&6
19889 else
19890 ac_cv_type_fsblkcnt_t=no
19891 cat >conftest.$ac_ext <<_ACEOF
19892 /* confdefs.h. */
19893 _ACEOF
19894 cat confdefs.h >>conftest.$ac_ext
19895 cat >>conftest.$ac_ext <<_ACEOF
19896 /* end confdefs.h. */
19897 $ac_includes_default
19899 main ()
19901 if (sizeof (fsblkcnt_t))
19902 return 0;
19904 return 0;
19906 _ACEOF
19907 rm -f conftest.$ac_objext
19908 if { (ac_try="$ac_compile"
19909 case "(($ac_try" in
19910 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19911 *) ac_try_echo=$ac_try;;
19912 esac
19913 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
19914 $as_echo "$ac_try_echo") >&5
19915 (eval "$ac_compile") 2>conftest.er1
19916 ac_status=$?
19917 grep -v '^ *+' conftest.er1 >conftest.err
19918 rm -f conftest.er1
19919 cat conftest.err >&5
19920 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
19921 (exit $ac_status); } && {
19922 test -z "$ac_c_werror_flag" ||
19923 test ! -s conftest.err
19924 } && test -s conftest.$ac_objext; then
19925 cat >conftest.$ac_ext <<_ACEOF
19926 /* confdefs.h. */
19927 _ACEOF
19928 cat confdefs.h >>conftest.$ac_ext
19929 cat >>conftest.$ac_ext <<_ACEOF
19930 /* end confdefs.h. */
19931 $ac_includes_default
19933 main ()
19935 if (sizeof ((fsblkcnt_t)))
19936 return 0;
19938 return 0;
19940 _ACEOF
19941 rm -f conftest.$ac_objext
19942 if { (ac_try="$ac_compile"
19943 case "(($ac_try" in
19944 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19945 *) ac_try_echo=$ac_try;;
19946 esac
19947 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
19948 $as_echo "$ac_try_echo") >&5
19949 (eval "$ac_compile") 2>conftest.er1
19950 ac_status=$?
19951 grep -v '^ *+' conftest.er1 >conftest.err
19952 rm -f conftest.er1
19953 cat conftest.err >&5
19954 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
19955 (exit $ac_status); } && {
19956 test -z "$ac_c_werror_flag" ||
19957 test ! -s conftest.err
19958 } && test -s conftest.$ac_objext; then
19960 else
19961 $as_echo "$as_me: failed program was:" >&5
19962 sed 's/^/| /' conftest.$ac_ext >&5
19964 ac_cv_type_fsblkcnt_t=yes
19967 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19968 else
19969 $as_echo "$as_me: failed program was:" >&5
19970 sed 's/^/| /' conftest.$ac_ext >&5
19975 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19977 { $as_echo "$as_me:$LINENO: result: $ac_cv_type_fsblkcnt_t" >&5
19978 $as_echo "$ac_cv_type_fsblkcnt_t" >&6; }
19979 if test "x$ac_cv_type_fsblkcnt_t" = x""yes; then
19981 cat >>confdefs.h <<_ACEOF
19982 #define HAVE_FSBLKCNT_T 1
19983 _ACEOF
19987 { $as_echo "$as_me:$LINENO: checking for fsfilcnt_t" >&5
19988 $as_echo_n "checking for fsfilcnt_t... " >&6; }
19989 if test "${ac_cv_type_fsfilcnt_t+set}" = set; then
19990 $as_echo_n "(cached) " >&6
19991 else
19992 ac_cv_type_fsfilcnt_t=no
19993 cat >conftest.$ac_ext <<_ACEOF
19994 /* confdefs.h. */
19995 _ACEOF
19996 cat confdefs.h >>conftest.$ac_ext
19997 cat >>conftest.$ac_ext <<_ACEOF
19998 /* end confdefs.h. */
19999 $ac_includes_default
20001 main ()
20003 if (sizeof (fsfilcnt_t))
20004 return 0;
20006 return 0;
20008 _ACEOF
20009 rm -f conftest.$ac_objext
20010 if { (ac_try="$ac_compile"
20011 case "(($ac_try" in
20012 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20013 *) ac_try_echo=$ac_try;;
20014 esac
20015 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
20016 $as_echo "$ac_try_echo") >&5
20017 (eval "$ac_compile") 2>conftest.er1
20018 ac_status=$?
20019 grep -v '^ *+' conftest.er1 >conftest.err
20020 rm -f conftest.er1
20021 cat conftest.err >&5
20022 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
20023 (exit $ac_status); } && {
20024 test -z "$ac_c_werror_flag" ||
20025 test ! -s conftest.err
20026 } && test -s conftest.$ac_objext; then
20027 cat >conftest.$ac_ext <<_ACEOF
20028 /* confdefs.h. */
20029 _ACEOF
20030 cat confdefs.h >>conftest.$ac_ext
20031 cat >>conftest.$ac_ext <<_ACEOF
20032 /* end confdefs.h. */
20033 $ac_includes_default
20035 main ()
20037 if (sizeof ((fsfilcnt_t)))
20038 return 0;
20040 return 0;
20042 _ACEOF
20043 rm -f conftest.$ac_objext
20044 if { (ac_try="$ac_compile"
20045 case "(($ac_try" in
20046 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20047 *) ac_try_echo=$ac_try;;
20048 esac
20049 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
20050 $as_echo "$ac_try_echo") >&5
20051 (eval "$ac_compile") 2>conftest.er1
20052 ac_status=$?
20053 grep -v '^ *+' conftest.er1 >conftest.err
20054 rm -f conftest.er1
20055 cat conftest.err >&5
20056 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
20057 (exit $ac_status); } && {
20058 test -z "$ac_c_werror_flag" ||
20059 test ! -s conftest.err
20060 } && test -s conftest.$ac_objext; then
20062 else
20063 $as_echo "$as_me: failed program was:" >&5
20064 sed 's/^/| /' conftest.$ac_ext >&5
20066 ac_cv_type_fsfilcnt_t=yes
20069 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20070 else
20071 $as_echo "$as_me: failed program was:" >&5
20072 sed 's/^/| /' conftest.$ac_ext >&5
20077 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20079 { $as_echo "$as_me:$LINENO: result: $ac_cv_type_fsfilcnt_t" >&5
20080 $as_echo "$ac_cv_type_fsfilcnt_t" >&6; }
20081 if test "x$ac_cv_type_fsfilcnt_t" = x""yes; then
20083 cat >>confdefs.h <<_ACEOF
20084 #define HAVE_FSFILCNT_T 1
20085 _ACEOF
20090 { $as_echo "$as_me:$LINENO: checking for sigset_t" >&5
20091 $as_echo_n "checking for sigset_t... " >&6; }
20092 if test "${ac_cv_type_sigset_t+set}" = set; then
20093 $as_echo_n "(cached) " >&6
20094 else
20095 ac_cv_type_sigset_t=no
20096 cat >conftest.$ac_ext <<_ACEOF
20097 /* confdefs.h. */
20098 _ACEOF
20099 cat confdefs.h >>conftest.$ac_ext
20100 cat >>conftest.$ac_ext <<_ACEOF
20101 /* end confdefs.h. */
20102 #include <sys/types.h>
20103 #include <signal.h>
20106 main ()
20108 if (sizeof (sigset_t))
20109 return 0;
20111 return 0;
20113 _ACEOF
20114 rm -f conftest.$ac_objext
20115 if { (ac_try="$ac_compile"
20116 case "(($ac_try" in
20117 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20118 *) ac_try_echo=$ac_try;;
20119 esac
20120 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
20121 $as_echo "$ac_try_echo") >&5
20122 (eval "$ac_compile") 2>conftest.er1
20123 ac_status=$?
20124 grep -v '^ *+' conftest.er1 >conftest.err
20125 rm -f conftest.er1
20126 cat conftest.err >&5
20127 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
20128 (exit $ac_status); } && {
20129 test -z "$ac_c_werror_flag" ||
20130 test ! -s conftest.err
20131 } && test -s conftest.$ac_objext; then
20132 cat >conftest.$ac_ext <<_ACEOF
20133 /* confdefs.h. */
20134 _ACEOF
20135 cat confdefs.h >>conftest.$ac_ext
20136 cat >>conftest.$ac_ext <<_ACEOF
20137 /* end confdefs.h. */
20138 #include <sys/types.h>
20139 #include <signal.h>
20142 main ()
20144 if (sizeof ((sigset_t)))
20145 return 0;
20147 return 0;
20149 _ACEOF
20150 rm -f conftest.$ac_objext
20151 if { (ac_try="$ac_compile"
20152 case "(($ac_try" in
20153 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20154 *) ac_try_echo=$ac_try;;
20155 esac
20156 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
20157 $as_echo "$ac_try_echo") >&5
20158 (eval "$ac_compile") 2>conftest.er1
20159 ac_status=$?
20160 grep -v '^ *+' conftest.er1 >conftest.err
20161 rm -f conftest.er1
20162 cat conftest.err >&5
20163 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
20164 (exit $ac_status); } && {
20165 test -z "$ac_c_werror_flag" ||
20166 test ! -s conftest.err
20167 } && test -s conftest.$ac_objext; then
20169 else
20170 $as_echo "$as_me: failed program was:" >&5
20171 sed 's/^/| /' conftest.$ac_ext >&5
20173 ac_cv_type_sigset_t=yes
20176 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20177 else
20178 $as_echo "$as_me: failed program was:" >&5
20179 sed 's/^/| /' conftest.$ac_ext >&5
20184 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20186 { $as_echo "$as_me:$LINENO: result: $ac_cv_type_sigset_t" >&5
20187 $as_echo "$ac_cv_type_sigset_t" >&6; }
20188 if test "x$ac_cv_type_sigset_t" = x""yes; then
20190 cat >>confdefs.h <<_ACEOF
20191 #define HAVE_SIGSET_T 1
20192 _ACEOF
20197 { $as_echo "$as_me:$LINENO: checking for request_sense" >&5
20198 $as_echo_n "checking for request_sense... " >&6; }
20199 if test "${ac_cv_type_request_sense+set}" = set; then
20200 $as_echo_n "(cached) " >&6
20201 else
20202 ac_cv_type_request_sense=no
20203 cat >conftest.$ac_ext <<_ACEOF
20204 /* confdefs.h. */
20205 _ACEOF
20206 cat confdefs.h >>conftest.$ac_ext
20207 cat >>conftest.$ac_ext <<_ACEOF
20208 /* end confdefs.h. */
20209 #include <linux/cdrom.h>
20212 main ()
20214 if (sizeof (request_sense))
20215 return 0;
20217 return 0;
20219 _ACEOF
20220 rm -f conftest.$ac_objext
20221 if { (ac_try="$ac_compile"
20222 case "(($ac_try" in
20223 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20224 *) ac_try_echo=$ac_try;;
20225 esac
20226 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
20227 $as_echo "$ac_try_echo") >&5
20228 (eval "$ac_compile") 2>conftest.er1
20229 ac_status=$?
20230 grep -v '^ *+' conftest.er1 >conftest.err
20231 rm -f conftest.er1
20232 cat conftest.err >&5
20233 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
20234 (exit $ac_status); } && {
20235 test -z "$ac_c_werror_flag" ||
20236 test ! -s conftest.err
20237 } && test -s conftest.$ac_objext; then
20238 cat >conftest.$ac_ext <<_ACEOF
20239 /* confdefs.h. */
20240 _ACEOF
20241 cat confdefs.h >>conftest.$ac_ext
20242 cat >>conftest.$ac_ext <<_ACEOF
20243 /* end confdefs.h. */
20244 #include <linux/cdrom.h>
20247 main ()
20249 if (sizeof ((request_sense)))
20250 return 0;
20252 return 0;
20254 _ACEOF
20255 rm -f conftest.$ac_objext
20256 if { (ac_try="$ac_compile"
20257 case "(($ac_try" in
20258 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20259 *) ac_try_echo=$ac_try;;
20260 esac
20261 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
20262 $as_echo "$ac_try_echo") >&5
20263 (eval "$ac_compile") 2>conftest.er1
20264 ac_status=$?
20265 grep -v '^ *+' conftest.er1 >conftest.err
20266 rm -f conftest.er1
20267 cat conftest.err >&5
20268 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
20269 (exit $ac_status); } && {
20270 test -z "$ac_c_werror_flag" ||
20271 test ! -s conftest.err
20272 } && test -s conftest.$ac_objext; then
20274 else
20275 $as_echo "$as_me: failed program was:" >&5
20276 sed 's/^/| /' conftest.$ac_ext >&5
20278 ac_cv_type_request_sense=yes
20281 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20282 else
20283 $as_echo "$as_me: failed program was:" >&5
20284 sed 's/^/| /' conftest.$ac_ext >&5
20289 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20291 { $as_echo "$as_me:$LINENO: result: $ac_cv_type_request_sense" >&5
20292 $as_echo "$ac_cv_type_request_sense" >&6; }
20293 if test "x$ac_cv_type_request_sense" = x""yes; then
20295 cat >>confdefs.h <<_ACEOF
20296 #define HAVE_REQUEST_SENSE 1
20297 _ACEOF
20303 { $as_echo "$as_me:$LINENO: checking for struct ff_effect.direction" >&5
20304 $as_echo_n "checking for struct ff_effect.direction... " >&6; }
20305 if test "${ac_cv_member_struct_ff_effect_direction+set}" = set; then
20306 $as_echo_n "(cached) " >&6
20307 else
20308 cat >conftest.$ac_ext <<_ACEOF
20309 /* confdefs.h. */
20310 _ACEOF
20311 cat confdefs.h >>conftest.$ac_ext
20312 cat >>conftest.$ac_ext <<_ACEOF
20313 /* end confdefs.h. */
20314 #ifdef HAVE_LINUX_INPUT_H
20315 #include <linux/input.h>
20316 #endif
20319 main ()
20321 static struct ff_effect ac_aggr;
20322 if (ac_aggr.direction)
20323 return 0;
20325 return 0;
20327 _ACEOF
20328 rm -f conftest.$ac_objext
20329 if { (ac_try="$ac_compile"
20330 case "(($ac_try" in
20331 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20332 *) ac_try_echo=$ac_try;;
20333 esac
20334 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
20335 $as_echo "$ac_try_echo") >&5
20336 (eval "$ac_compile") 2>conftest.er1
20337 ac_status=$?
20338 grep -v '^ *+' conftest.er1 >conftest.err
20339 rm -f conftest.er1
20340 cat conftest.err >&5
20341 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
20342 (exit $ac_status); } && {
20343 test -z "$ac_c_werror_flag" ||
20344 test ! -s conftest.err
20345 } && test -s conftest.$ac_objext; then
20346 ac_cv_member_struct_ff_effect_direction=yes
20347 else
20348 $as_echo "$as_me: failed program was:" >&5
20349 sed 's/^/| /' conftest.$ac_ext >&5
20351 cat >conftest.$ac_ext <<_ACEOF
20352 /* confdefs.h. */
20353 _ACEOF
20354 cat confdefs.h >>conftest.$ac_ext
20355 cat >>conftest.$ac_ext <<_ACEOF
20356 /* end confdefs.h. */
20357 #ifdef HAVE_LINUX_INPUT_H
20358 #include <linux/input.h>
20359 #endif
20362 main ()
20364 static struct ff_effect ac_aggr;
20365 if (sizeof ac_aggr.direction)
20366 return 0;
20368 return 0;
20370 _ACEOF
20371 rm -f conftest.$ac_objext
20372 if { (ac_try="$ac_compile"
20373 case "(($ac_try" in
20374 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20375 *) ac_try_echo=$ac_try;;
20376 esac
20377 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
20378 $as_echo "$ac_try_echo") >&5
20379 (eval "$ac_compile") 2>conftest.er1
20380 ac_status=$?
20381 grep -v '^ *+' conftest.er1 >conftest.err
20382 rm -f conftest.er1
20383 cat conftest.err >&5
20384 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
20385 (exit $ac_status); } && {
20386 test -z "$ac_c_werror_flag" ||
20387 test ! -s conftest.err
20388 } && test -s conftest.$ac_objext; then
20389 ac_cv_member_struct_ff_effect_direction=yes
20390 else
20391 $as_echo "$as_me: failed program was:" >&5
20392 sed 's/^/| /' conftest.$ac_ext >&5
20394 ac_cv_member_struct_ff_effect_direction=no
20397 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20400 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20402 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_ff_effect_direction" >&5
20403 $as_echo "$ac_cv_member_struct_ff_effect_direction" >&6; }
20404 if test "x$ac_cv_member_struct_ff_effect_direction" = x""yes; then
20406 cat >>confdefs.h <<_ACEOF
20407 #define HAVE_STRUCT_FF_EFFECT_DIRECTION 1
20408 _ACEOF
20414 { $as_echo "$as_me:$LINENO: checking for sigaddset" >&5
20415 $as_echo_n "checking for sigaddset... " >&6; }
20416 if test "${wine_cv_have_sigaddset+set}" = set; then
20417 $as_echo_n "(cached) " >&6
20418 else
20419 cat >conftest.$ac_ext <<_ACEOF
20420 /* confdefs.h. */
20421 _ACEOF
20422 cat confdefs.h >>conftest.$ac_ext
20423 cat >>conftest.$ac_ext <<_ACEOF
20424 /* end confdefs.h. */
20425 #include <signal.h>
20427 main ()
20429 sigset_t set; sigaddset(&set,SIGTERM);
20431 return 0;
20433 _ACEOF
20434 rm -f conftest.$ac_objext conftest$ac_exeext
20435 if { (ac_try="$ac_link"
20436 case "(($ac_try" in
20437 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20438 *) ac_try_echo=$ac_try;;
20439 esac
20440 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
20441 $as_echo "$ac_try_echo") >&5
20442 (eval "$ac_link") 2>conftest.er1
20443 ac_status=$?
20444 grep -v '^ *+' conftest.er1 >conftest.err
20445 rm -f conftest.er1
20446 cat conftest.err >&5
20447 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
20448 (exit $ac_status); } && {
20449 test -z "$ac_c_werror_flag" ||
20450 test ! -s conftest.err
20451 } && test -s conftest$ac_exeext && {
20452 test "$cross_compiling" = yes ||
20453 $as_test_x conftest$ac_exeext
20454 }; then
20455 wine_cv_have_sigaddset=yes
20456 else
20457 $as_echo "$as_me: failed program was:" >&5
20458 sed 's/^/| /' conftest.$ac_ext >&5
20460 wine_cv_have_sigaddset=no
20463 rm -rf conftest.dSYM
20464 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
20465 conftest$ac_exeext conftest.$ac_ext
20467 { $as_echo "$as_me:$LINENO: result: $wine_cv_have_sigaddset" >&5
20468 $as_echo "$wine_cv_have_sigaddset" >&6; }
20469 if test "$wine_cv_have_sigaddset" = "yes"
20470 then
20472 cat >>confdefs.h <<\_ACEOF
20473 #define HAVE_SIGADDSET 1
20474 _ACEOF
20479 { $as_echo "$as_me:$LINENO: checking whether we can use re-entrant gethostbyname_r Linux style" >&5
20480 $as_echo_n "checking whether we can use re-entrant gethostbyname_r Linux style... " >&6; }
20481 if test "${wine_cv_linux_gethostbyname_r_6+set}" = set; then
20482 $as_echo_n "(cached) " >&6
20483 else
20484 cat >conftest.$ac_ext <<_ACEOF
20485 /* confdefs.h. */
20486 _ACEOF
20487 cat confdefs.h >>conftest.$ac_ext
20488 cat >>conftest.$ac_ext <<_ACEOF
20489 /* end confdefs.h. */
20490 #include <netdb.h>
20492 main ()
20495 char *name=0;
20496 struct hostent he;
20497 struct hostent *result;
20498 char *buf=0;
20499 int bufsize=0;
20500 int res,errnr;
20501 char *addr=0;
20502 int addrlen=0;
20503 int addrtype=0;
20504 res=gethostbyname_r(name,&he,buf,bufsize,&result,&errnr);
20505 res=gethostbyaddr_r(addr, addrlen, addrtype,&he,buf,bufsize,&result,&errnr);
20508 return 0;
20510 _ACEOF
20511 rm -f conftest.$ac_objext conftest$ac_exeext
20512 if { (ac_try="$ac_link"
20513 case "(($ac_try" in
20514 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20515 *) ac_try_echo=$ac_try;;
20516 esac
20517 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
20518 $as_echo "$ac_try_echo") >&5
20519 (eval "$ac_link") 2>conftest.er1
20520 ac_status=$?
20521 grep -v '^ *+' conftest.er1 >conftest.err
20522 rm -f conftest.er1
20523 cat conftest.err >&5
20524 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
20525 (exit $ac_status); } && {
20526 test -z "$ac_c_werror_flag" ||
20527 test ! -s conftest.err
20528 } && test -s conftest$ac_exeext && {
20529 test "$cross_compiling" = yes ||
20530 $as_test_x conftest$ac_exeext
20531 }; then
20532 wine_cv_linux_gethostbyname_r_6=yes
20533 else
20534 $as_echo "$as_me: failed program was:" >&5
20535 sed 's/^/| /' conftest.$ac_ext >&5
20537 wine_cv_linux_gethostbyname_r_6=no
20541 rm -rf conftest.dSYM
20542 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
20543 conftest$ac_exeext conftest.$ac_ext
20546 { $as_echo "$as_me:$LINENO: result: $wine_cv_linux_gethostbyname_r_6" >&5
20547 $as_echo "$wine_cv_linux_gethostbyname_r_6" >&6; }
20548 if test "$wine_cv_linux_gethostbyname_r_6" = "yes"
20549 then
20551 cat >>confdefs.h <<\_ACEOF
20552 #define HAVE_LINUX_GETHOSTBYNAME_R_6 1
20553 _ACEOF
20557 if test "$ac_cv_header_linux_joystick_h" = "yes"
20558 then
20559 { $as_echo "$as_me:$LINENO: checking whether linux/joystick.h uses the Linux 2.2+ API" >&5
20560 $as_echo_n "checking whether linux/joystick.h uses the Linux 2.2+ API... " >&6; }
20561 if test "${wine_cv_linux_joystick_22_api+set}" = set; then
20562 $as_echo_n "(cached) " >&6
20563 else
20564 cat >conftest.$ac_ext <<_ACEOF
20565 /* confdefs.h. */
20566 _ACEOF
20567 cat confdefs.h >>conftest.$ac_ext
20568 cat >>conftest.$ac_ext <<_ACEOF
20569 /* end confdefs.h. */
20571 #include <sys/ioctl.h>
20572 #include <sys/types.h>
20573 #include <linux/joystick.h>
20575 struct js_event blub;
20576 #if !defined(JS_EVENT_AXIS) || !defined(JS_EVENT_BUTTON)
20577 #error "no 2.2 header"
20578 #endif
20581 main ()
20583 /*empty*/
20585 return 0;
20587 _ACEOF
20588 rm -f conftest.$ac_objext
20589 if { (ac_try="$ac_compile"
20590 case "(($ac_try" in
20591 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20592 *) ac_try_echo=$ac_try;;
20593 esac
20594 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
20595 $as_echo "$ac_try_echo") >&5
20596 (eval "$ac_compile") 2>conftest.er1
20597 ac_status=$?
20598 grep -v '^ *+' conftest.er1 >conftest.err
20599 rm -f conftest.er1
20600 cat conftest.err >&5
20601 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
20602 (exit $ac_status); } && {
20603 test -z "$ac_c_werror_flag" ||
20604 test ! -s conftest.err
20605 } && test -s conftest.$ac_objext; then
20606 wine_cv_linux_joystick_22_api=yes
20607 else
20608 $as_echo "$as_me: failed program was:" >&5
20609 sed 's/^/| /' conftest.$ac_ext >&5
20611 wine_cv_linux_joystick_22_api=no
20614 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20617 { $as_echo "$as_me:$LINENO: result: $wine_cv_linux_joystick_22_api" >&5
20618 $as_echo "$wine_cv_linux_joystick_22_api" >&6; }
20619 if test "$wine_cv_linux_joystick_22_api" = "yes"
20620 then
20622 cat >>confdefs.h <<\_ACEOF
20623 #define HAVE_LINUX_22_JOYSTICK_API 1
20624 _ACEOF
20630 { $as_echo "$as_me:$LINENO: checking for struct statfs.f_bfree" >&5
20631 $as_echo_n "checking for struct statfs.f_bfree... " >&6; }
20632 if test "${ac_cv_member_struct_statfs_f_bfree+set}" = set; then
20633 $as_echo_n "(cached) " >&6
20634 else
20635 cat >conftest.$ac_ext <<_ACEOF
20636 /* confdefs.h. */
20637 _ACEOF
20638 cat confdefs.h >>conftest.$ac_ext
20639 cat >>conftest.$ac_ext <<_ACEOF
20640 /* end confdefs.h. */
20641 #include <sys/types.h>
20642 #ifdef HAVE_SYS_PARAM_H
20643 # include <sys/param.h>
20644 #endif
20645 #ifdef HAVE_SYS_MOUNT_H
20646 # include <sys/mount.h>
20647 #endif
20648 #ifdef HAVE_SYS_VFS_H
20649 # include <sys/vfs.h>
20650 #endif
20651 #ifdef HAVE_SYS_STATFS_H
20652 # include <sys/statfs.h>
20653 #endif
20656 main ()
20658 static struct statfs ac_aggr;
20659 if (ac_aggr.f_bfree)
20660 return 0;
20662 return 0;
20664 _ACEOF
20665 rm -f conftest.$ac_objext
20666 if { (ac_try="$ac_compile"
20667 case "(($ac_try" in
20668 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20669 *) ac_try_echo=$ac_try;;
20670 esac
20671 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
20672 $as_echo "$ac_try_echo") >&5
20673 (eval "$ac_compile") 2>conftest.er1
20674 ac_status=$?
20675 grep -v '^ *+' conftest.er1 >conftest.err
20676 rm -f conftest.er1
20677 cat conftest.err >&5
20678 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
20679 (exit $ac_status); } && {
20680 test -z "$ac_c_werror_flag" ||
20681 test ! -s conftest.err
20682 } && test -s conftest.$ac_objext; then
20683 ac_cv_member_struct_statfs_f_bfree=yes
20684 else
20685 $as_echo "$as_me: failed program was:" >&5
20686 sed 's/^/| /' conftest.$ac_ext >&5
20688 cat >conftest.$ac_ext <<_ACEOF
20689 /* confdefs.h. */
20690 _ACEOF
20691 cat confdefs.h >>conftest.$ac_ext
20692 cat >>conftest.$ac_ext <<_ACEOF
20693 /* end confdefs.h. */
20694 #include <sys/types.h>
20695 #ifdef HAVE_SYS_PARAM_H
20696 # include <sys/param.h>
20697 #endif
20698 #ifdef HAVE_SYS_MOUNT_H
20699 # include <sys/mount.h>
20700 #endif
20701 #ifdef HAVE_SYS_VFS_H
20702 # include <sys/vfs.h>
20703 #endif
20704 #ifdef HAVE_SYS_STATFS_H
20705 # include <sys/statfs.h>
20706 #endif
20709 main ()
20711 static struct statfs ac_aggr;
20712 if (sizeof ac_aggr.f_bfree)
20713 return 0;
20715 return 0;
20717 _ACEOF
20718 rm -f conftest.$ac_objext
20719 if { (ac_try="$ac_compile"
20720 case "(($ac_try" in
20721 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20722 *) ac_try_echo=$ac_try;;
20723 esac
20724 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
20725 $as_echo "$ac_try_echo") >&5
20726 (eval "$ac_compile") 2>conftest.er1
20727 ac_status=$?
20728 grep -v '^ *+' conftest.er1 >conftest.err
20729 rm -f conftest.er1
20730 cat conftest.err >&5
20731 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
20732 (exit $ac_status); } && {
20733 test -z "$ac_c_werror_flag" ||
20734 test ! -s conftest.err
20735 } && test -s conftest.$ac_objext; then
20736 ac_cv_member_struct_statfs_f_bfree=yes
20737 else
20738 $as_echo "$as_me: failed program was:" >&5
20739 sed 's/^/| /' conftest.$ac_ext >&5
20741 ac_cv_member_struct_statfs_f_bfree=no
20744 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20747 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20749 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_statfs_f_bfree" >&5
20750 $as_echo "$ac_cv_member_struct_statfs_f_bfree" >&6; }
20751 if test "x$ac_cv_member_struct_statfs_f_bfree" = x""yes; then
20753 cat >>confdefs.h <<_ACEOF
20754 #define HAVE_STRUCT_STATFS_F_BFREE 1
20755 _ACEOF
20759 { $as_echo "$as_me:$LINENO: checking for struct statfs.f_bavail" >&5
20760 $as_echo_n "checking for struct statfs.f_bavail... " >&6; }
20761 if test "${ac_cv_member_struct_statfs_f_bavail+set}" = set; then
20762 $as_echo_n "(cached) " >&6
20763 else
20764 cat >conftest.$ac_ext <<_ACEOF
20765 /* confdefs.h. */
20766 _ACEOF
20767 cat confdefs.h >>conftest.$ac_ext
20768 cat >>conftest.$ac_ext <<_ACEOF
20769 /* end confdefs.h. */
20770 #include <sys/types.h>
20771 #ifdef HAVE_SYS_PARAM_H
20772 # include <sys/param.h>
20773 #endif
20774 #ifdef HAVE_SYS_MOUNT_H
20775 # include <sys/mount.h>
20776 #endif
20777 #ifdef HAVE_SYS_VFS_H
20778 # include <sys/vfs.h>
20779 #endif
20780 #ifdef HAVE_SYS_STATFS_H
20781 # include <sys/statfs.h>
20782 #endif
20785 main ()
20787 static struct statfs ac_aggr;
20788 if (ac_aggr.f_bavail)
20789 return 0;
20791 return 0;
20793 _ACEOF
20794 rm -f conftest.$ac_objext
20795 if { (ac_try="$ac_compile"
20796 case "(($ac_try" in
20797 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20798 *) ac_try_echo=$ac_try;;
20799 esac
20800 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
20801 $as_echo "$ac_try_echo") >&5
20802 (eval "$ac_compile") 2>conftest.er1
20803 ac_status=$?
20804 grep -v '^ *+' conftest.er1 >conftest.err
20805 rm -f conftest.er1
20806 cat conftest.err >&5
20807 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
20808 (exit $ac_status); } && {
20809 test -z "$ac_c_werror_flag" ||
20810 test ! -s conftest.err
20811 } && test -s conftest.$ac_objext; then
20812 ac_cv_member_struct_statfs_f_bavail=yes
20813 else
20814 $as_echo "$as_me: failed program was:" >&5
20815 sed 's/^/| /' conftest.$ac_ext >&5
20817 cat >conftest.$ac_ext <<_ACEOF
20818 /* confdefs.h. */
20819 _ACEOF
20820 cat confdefs.h >>conftest.$ac_ext
20821 cat >>conftest.$ac_ext <<_ACEOF
20822 /* end confdefs.h. */
20823 #include <sys/types.h>
20824 #ifdef HAVE_SYS_PARAM_H
20825 # include <sys/param.h>
20826 #endif
20827 #ifdef HAVE_SYS_MOUNT_H
20828 # include <sys/mount.h>
20829 #endif
20830 #ifdef HAVE_SYS_VFS_H
20831 # include <sys/vfs.h>
20832 #endif
20833 #ifdef HAVE_SYS_STATFS_H
20834 # include <sys/statfs.h>
20835 #endif
20838 main ()
20840 static struct statfs ac_aggr;
20841 if (sizeof ac_aggr.f_bavail)
20842 return 0;
20844 return 0;
20846 _ACEOF
20847 rm -f conftest.$ac_objext
20848 if { (ac_try="$ac_compile"
20849 case "(($ac_try" in
20850 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20851 *) ac_try_echo=$ac_try;;
20852 esac
20853 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
20854 $as_echo "$ac_try_echo") >&5
20855 (eval "$ac_compile") 2>conftest.er1
20856 ac_status=$?
20857 grep -v '^ *+' conftest.er1 >conftest.err
20858 rm -f conftest.er1
20859 cat conftest.err >&5
20860 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
20861 (exit $ac_status); } && {
20862 test -z "$ac_c_werror_flag" ||
20863 test ! -s conftest.err
20864 } && test -s conftest.$ac_objext; then
20865 ac_cv_member_struct_statfs_f_bavail=yes
20866 else
20867 $as_echo "$as_me: failed program was:" >&5
20868 sed 's/^/| /' conftest.$ac_ext >&5
20870 ac_cv_member_struct_statfs_f_bavail=no
20873 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20876 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20878 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_statfs_f_bavail" >&5
20879 $as_echo "$ac_cv_member_struct_statfs_f_bavail" >&6; }
20880 if test "x$ac_cv_member_struct_statfs_f_bavail" = x""yes; then
20882 cat >>confdefs.h <<_ACEOF
20883 #define HAVE_STRUCT_STATFS_F_BAVAIL 1
20884 _ACEOF
20888 { $as_echo "$as_me:$LINENO: checking for struct statfs.f_frsize" >&5
20889 $as_echo_n "checking for struct statfs.f_frsize... " >&6; }
20890 if test "${ac_cv_member_struct_statfs_f_frsize+set}" = set; then
20891 $as_echo_n "(cached) " >&6
20892 else
20893 cat >conftest.$ac_ext <<_ACEOF
20894 /* confdefs.h. */
20895 _ACEOF
20896 cat confdefs.h >>conftest.$ac_ext
20897 cat >>conftest.$ac_ext <<_ACEOF
20898 /* end confdefs.h. */
20899 #include <sys/types.h>
20900 #ifdef HAVE_SYS_PARAM_H
20901 # include <sys/param.h>
20902 #endif
20903 #ifdef HAVE_SYS_MOUNT_H
20904 # include <sys/mount.h>
20905 #endif
20906 #ifdef HAVE_SYS_VFS_H
20907 # include <sys/vfs.h>
20908 #endif
20909 #ifdef HAVE_SYS_STATFS_H
20910 # include <sys/statfs.h>
20911 #endif
20914 main ()
20916 static struct statfs ac_aggr;
20917 if (ac_aggr.f_frsize)
20918 return 0;
20920 return 0;
20922 _ACEOF
20923 rm -f conftest.$ac_objext
20924 if { (ac_try="$ac_compile"
20925 case "(($ac_try" in
20926 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20927 *) ac_try_echo=$ac_try;;
20928 esac
20929 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
20930 $as_echo "$ac_try_echo") >&5
20931 (eval "$ac_compile") 2>conftest.er1
20932 ac_status=$?
20933 grep -v '^ *+' conftest.er1 >conftest.err
20934 rm -f conftest.er1
20935 cat conftest.err >&5
20936 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
20937 (exit $ac_status); } && {
20938 test -z "$ac_c_werror_flag" ||
20939 test ! -s conftest.err
20940 } && test -s conftest.$ac_objext; then
20941 ac_cv_member_struct_statfs_f_frsize=yes
20942 else
20943 $as_echo "$as_me: failed program was:" >&5
20944 sed 's/^/| /' conftest.$ac_ext >&5
20946 cat >conftest.$ac_ext <<_ACEOF
20947 /* confdefs.h. */
20948 _ACEOF
20949 cat confdefs.h >>conftest.$ac_ext
20950 cat >>conftest.$ac_ext <<_ACEOF
20951 /* end confdefs.h. */
20952 #include <sys/types.h>
20953 #ifdef HAVE_SYS_PARAM_H
20954 # include <sys/param.h>
20955 #endif
20956 #ifdef HAVE_SYS_MOUNT_H
20957 # include <sys/mount.h>
20958 #endif
20959 #ifdef HAVE_SYS_VFS_H
20960 # include <sys/vfs.h>
20961 #endif
20962 #ifdef HAVE_SYS_STATFS_H
20963 # include <sys/statfs.h>
20964 #endif
20967 main ()
20969 static struct statfs ac_aggr;
20970 if (sizeof ac_aggr.f_frsize)
20971 return 0;
20973 return 0;
20975 _ACEOF
20976 rm -f conftest.$ac_objext
20977 if { (ac_try="$ac_compile"
20978 case "(($ac_try" in
20979 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20980 *) ac_try_echo=$ac_try;;
20981 esac
20982 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
20983 $as_echo "$ac_try_echo") >&5
20984 (eval "$ac_compile") 2>conftest.er1
20985 ac_status=$?
20986 grep -v '^ *+' conftest.er1 >conftest.err
20987 rm -f conftest.er1
20988 cat conftest.err >&5
20989 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
20990 (exit $ac_status); } && {
20991 test -z "$ac_c_werror_flag" ||
20992 test ! -s conftest.err
20993 } && test -s conftest.$ac_objext; then
20994 ac_cv_member_struct_statfs_f_frsize=yes
20995 else
20996 $as_echo "$as_me: failed program was:" >&5
20997 sed 's/^/| /' conftest.$ac_ext >&5
20999 ac_cv_member_struct_statfs_f_frsize=no
21002 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21005 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21007 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_statfs_f_frsize" >&5
21008 $as_echo "$ac_cv_member_struct_statfs_f_frsize" >&6; }
21009 if test "x$ac_cv_member_struct_statfs_f_frsize" = x""yes; then
21011 cat >>confdefs.h <<_ACEOF
21012 #define HAVE_STRUCT_STATFS_F_FRSIZE 1
21013 _ACEOF
21017 { $as_echo "$as_me:$LINENO: checking for struct statfs.f_ffree" >&5
21018 $as_echo_n "checking for struct statfs.f_ffree... " >&6; }
21019 if test "${ac_cv_member_struct_statfs_f_ffree+set}" = set; then
21020 $as_echo_n "(cached) " >&6
21021 else
21022 cat >conftest.$ac_ext <<_ACEOF
21023 /* confdefs.h. */
21024 _ACEOF
21025 cat confdefs.h >>conftest.$ac_ext
21026 cat >>conftest.$ac_ext <<_ACEOF
21027 /* end confdefs.h. */
21028 #include <sys/types.h>
21029 #ifdef HAVE_SYS_PARAM_H
21030 # include <sys/param.h>
21031 #endif
21032 #ifdef HAVE_SYS_MOUNT_H
21033 # include <sys/mount.h>
21034 #endif
21035 #ifdef HAVE_SYS_VFS_H
21036 # include <sys/vfs.h>
21037 #endif
21038 #ifdef HAVE_SYS_STATFS_H
21039 # include <sys/statfs.h>
21040 #endif
21043 main ()
21045 static struct statfs ac_aggr;
21046 if (ac_aggr.f_ffree)
21047 return 0;
21049 return 0;
21051 _ACEOF
21052 rm -f conftest.$ac_objext
21053 if { (ac_try="$ac_compile"
21054 case "(($ac_try" in
21055 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21056 *) ac_try_echo=$ac_try;;
21057 esac
21058 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
21059 $as_echo "$ac_try_echo") >&5
21060 (eval "$ac_compile") 2>conftest.er1
21061 ac_status=$?
21062 grep -v '^ *+' conftest.er1 >conftest.err
21063 rm -f conftest.er1
21064 cat conftest.err >&5
21065 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
21066 (exit $ac_status); } && {
21067 test -z "$ac_c_werror_flag" ||
21068 test ! -s conftest.err
21069 } && test -s conftest.$ac_objext; then
21070 ac_cv_member_struct_statfs_f_ffree=yes
21071 else
21072 $as_echo "$as_me: failed program was:" >&5
21073 sed 's/^/| /' conftest.$ac_ext >&5
21075 cat >conftest.$ac_ext <<_ACEOF
21076 /* confdefs.h. */
21077 _ACEOF
21078 cat confdefs.h >>conftest.$ac_ext
21079 cat >>conftest.$ac_ext <<_ACEOF
21080 /* end confdefs.h. */
21081 #include <sys/types.h>
21082 #ifdef HAVE_SYS_PARAM_H
21083 # include <sys/param.h>
21084 #endif
21085 #ifdef HAVE_SYS_MOUNT_H
21086 # include <sys/mount.h>
21087 #endif
21088 #ifdef HAVE_SYS_VFS_H
21089 # include <sys/vfs.h>
21090 #endif
21091 #ifdef HAVE_SYS_STATFS_H
21092 # include <sys/statfs.h>
21093 #endif
21096 main ()
21098 static struct statfs ac_aggr;
21099 if (sizeof ac_aggr.f_ffree)
21100 return 0;
21102 return 0;
21104 _ACEOF
21105 rm -f conftest.$ac_objext
21106 if { (ac_try="$ac_compile"
21107 case "(($ac_try" in
21108 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21109 *) ac_try_echo=$ac_try;;
21110 esac
21111 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
21112 $as_echo "$ac_try_echo") >&5
21113 (eval "$ac_compile") 2>conftest.er1
21114 ac_status=$?
21115 grep -v '^ *+' conftest.er1 >conftest.err
21116 rm -f conftest.er1
21117 cat conftest.err >&5
21118 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
21119 (exit $ac_status); } && {
21120 test -z "$ac_c_werror_flag" ||
21121 test ! -s conftest.err
21122 } && test -s conftest.$ac_objext; then
21123 ac_cv_member_struct_statfs_f_ffree=yes
21124 else
21125 $as_echo "$as_me: failed program was:" >&5
21126 sed 's/^/| /' conftest.$ac_ext >&5
21128 ac_cv_member_struct_statfs_f_ffree=no
21131 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21134 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21136 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_statfs_f_ffree" >&5
21137 $as_echo "$ac_cv_member_struct_statfs_f_ffree" >&6; }
21138 if test "x$ac_cv_member_struct_statfs_f_ffree" = x""yes; then
21140 cat >>confdefs.h <<_ACEOF
21141 #define HAVE_STRUCT_STATFS_F_FFREE 1
21142 _ACEOF
21146 { $as_echo "$as_me:$LINENO: checking for struct statfs.f_favail" >&5
21147 $as_echo_n "checking for struct statfs.f_favail... " >&6; }
21148 if test "${ac_cv_member_struct_statfs_f_favail+set}" = set; then
21149 $as_echo_n "(cached) " >&6
21150 else
21151 cat >conftest.$ac_ext <<_ACEOF
21152 /* confdefs.h. */
21153 _ACEOF
21154 cat confdefs.h >>conftest.$ac_ext
21155 cat >>conftest.$ac_ext <<_ACEOF
21156 /* end confdefs.h. */
21157 #include <sys/types.h>
21158 #ifdef HAVE_SYS_PARAM_H
21159 # include <sys/param.h>
21160 #endif
21161 #ifdef HAVE_SYS_MOUNT_H
21162 # include <sys/mount.h>
21163 #endif
21164 #ifdef HAVE_SYS_VFS_H
21165 # include <sys/vfs.h>
21166 #endif
21167 #ifdef HAVE_SYS_STATFS_H
21168 # include <sys/statfs.h>
21169 #endif
21172 main ()
21174 static struct statfs ac_aggr;
21175 if (ac_aggr.f_favail)
21176 return 0;
21178 return 0;
21180 _ACEOF
21181 rm -f conftest.$ac_objext
21182 if { (ac_try="$ac_compile"
21183 case "(($ac_try" in
21184 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21185 *) ac_try_echo=$ac_try;;
21186 esac
21187 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
21188 $as_echo "$ac_try_echo") >&5
21189 (eval "$ac_compile") 2>conftest.er1
21190 ac_status=$?
21191 grep -v '^ *+' conftest.er1 >conftest.err
21192 rm -f conftest.er1
21193 cat conftest.err >&5
21194 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
21195 (exit $ac_status); } && {
21196 test -z "$ac_c_werror_flag" ||
21197 test ! -s conftest.err
21198 } && test -s conftest.$ac_objext; then
21199 ac_cv_member_struct_statfs_f_favail=yes
21200 else
21201 $as_echo "$as_me: failed program was:" >&5
21202 sed 's/^/| /' conftest.$ac_ext >&5
21204 cat >conftest.$ac_ext <<_ACEOF
21205 /* confdefs.h. */
21206 _ACEOF
21207 cat confdefs.h >>conftest.$ac_ext
21208 cat >>conftest.$ac_ext <<_ACEOF
21209 /* end confdefs.h. */
21210 #include <sys/types.h>
21211 #ifdef HAVE_SYS_PARAM_H
21212 # include <sys/param.h>
21213 #endif
21214 #ifdef HAVE_SYS_MOUNT_H
21215 # include <sys/mount.h>
21216 #endif
21217 #ifdef HAVE_SYS_VFS_H
21218 # include <sys/vfs.h>
21219 #endif
21220 #ifdef HAVE_SYS_STATFS_H
21221 # include <sys/statfs.h>
21222 #endif
21225 main ()
21227 static struct statfs ac_aggr;
21228 if (sizeof ac_aggr.f_favail)
21229 return 0;
21231 return 0;
21233 _ACEOF
21234 rm -f conftest.$ac_objext
21235 if { (ac_try="$ac_compile"
21236 case "(($ac_try" in
21237 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21238 *) ac_try_echo=$ac_try;;
21239 esac
21240 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
21241 $as_echo "$ac_try_echo") >&5
21242 (eval "$ac_compile") 2>conftest.er1
21243 ac_status=$?
21244 grep -v '^ *+' conftest.er1 >conftest.err
21245 rm -f conftest.er1
21246 cat conftest.err >&5
21247 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
21248 (exit $ac_status); } && {
21249 test -z "$ac_c_werror_flag" ||
21250 test ! -s conftest.err
21251 } && test -s conftest.$ac_objext; then
21252 ac_cv_member_struct_statfs_f_favail=yes
21253 else
21254 $as_echo "$as_me: failed program was:" >&5
21255 sed 's/^/| /' conftest.$ac_ext >&5
21257 ac_cv_member_struct_statfs_f_favail=no
21260 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21263 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21265 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_statfs_f_favail" >&5
21266 $as_echo "$ac_cv_member_struct_statfs_f_favail" >&6; }
21267 if test "x$ac_cv_member_struct_statfs_f_favail" = x""yes; then
21269 cat >>confdefs.h <<_ACEOF
21270 #define HAVE_STRUCT_STATFS_F_FAVAIL 1
21271 _ACEOF
21275 { $as_echo "$as_me:$LINENO: checking for struct statfs.f_namelen" >&5
21276 $as_echo_n "checking for struct statfs.f_namelen... " >&6; }
21277 if test "${ac_cv_member_struct_statfs_f_namelen+set}" = set; then
21278 $as_echo_n "(cached) " >&6
21279 else
21280 cat >conftest.$ac_ext <<_ACEOF
21281 /* confdefs.h. */
21282 _ACEOF
21283 cat confdefs.h >>conftest.$ac_ext
21284 cat >>conftest.$ac_ext <<_ACEOF
21285 /* end confdefs.h. */
21286 #include <sys/types.h>
21287 #ifdef HAVE_SYS_PARAM_H
21288 # include <sys/param.h>
21289 #endif
21290 #ifdef HAVE_SYS_MOUNT_H
21291 # include <sys/mount.h>
21292 #endif
21293 #ifdef HAVE_SYS_VFS_H
21294 # include <sys/vfs.h>
21295 #endif
21296 #ifdef HAVE_SYS_STATFS_H
21297 # include <sys/statfs.h>
21298 #endif
21301 main ()
21303 static struct statfs ac_aggr;
21304 if (ac_aggr.f_namelen)
21305 return 0;
21307 return 0;
21309 _ACEOF
21310 rm -f conftest.$ac_objext
21311 if { (ac_try="$ac_compile"
21312 case "(($ac_try" in
21313 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21314 *) ac_try_echo=$ac_try;;
21315 esac
21316 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
21317 $as_echo "$ac_try_echo") >&5
21318 (eval "$ac_compile") 2>conftest.er1
21319 ac_status=$?
21320 grep -v '^ *+' conftest.er1 >conftest.err
21321 rm -f conftest.er1
21322 cat conftest.err >&5
21323 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
21324 (exit $ac_status); } && {
21325 test -z "$ac_c_werror_flag" ||
21326 test ! -s conftest.err
21327 } && test -s conftest.$ac_objext; then
21328 ac_cv_member_struct_statfs_f_namelen=yes
21329 else
21330 $as_echo "$as_me: failed program was:" >&5
21331 sed 's/^/| /' conftest.$ac_ext >&5
21333 cat >conftest.$ac_ext <<_ACEOF
21334 /* confdefs.h. */
21335 _ACEOF
21336 cat confdefs.h >>conftest.$ac_ext
21337 cat >>conftest.$ac_ext <<_ACEOF
21338 /* end confdefs.h. */
21339 #include <sys/types.h>
21340 #ifdef HAVE_SYS_PARAM_H
21341 # include <sys/param.h>
21342 #endif
21343 #ifdef HAVE_SYS_MOUNT_H
21344 # include <sys/mount.h>
21345 #endif
21346 #ifdef HAVE_SYS_VFS_H
21347 # include <sys/vfs.h>
21348 #endif
21349 #ifdef HAVE_SYS_STATFS_H
21350 # include <sys/statfs.h>
21351 #endif
21354 main ()
21356 static struct statfs ac_aggr;
21357 if (sizeof ac_aggr.f_namelen)
21358 return 0;
21360 return 0;
21362 _ACEOF
21363 rm -f conftest.$ac_objext
21364 if { (ac_try="$ac_compile"
21365 case "(($ac_try" in
21366 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21367 *) ac_try_echo=$ac_try;;
21368 esac
21369 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
21370 $as_echo "$ac_try_echo") >&5
21371 (eval "$ac_compile") 2>conftest.er1
21372 ac_status=$?
21373 grep -v '^ *+' conftest.er1 >conftest.err
21374 rm -f conftest.er1
21375 cat conftest.err >&5
21376 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
21377 (exit $ac_status); } && {
21378 test -z "$ac_c_werror_flag" ||
21379 test ! -s conftest.err
21380 } && test -s conftest.$ac_objext; then
21381 ac_cv_member_struct_statfs_f_namelen=yes
21382 else
21383 $as_echo "$as_me: failed program was:" >&5
21384 sed 's/^/| /' conftest.$ac_ext >&5
21386 ac_cv_member_struct_statfs_f_namelen=no
21389 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21392 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21394 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_statfs_f_namelen" >&5
21395 $as_echo "$ac_cv_member_struct_statfs_f_namelen" >&6; }
21396 if test "x$ac_cv_member_struct_statfs_f_namelen" = x""yes; then
21398 cat >>confdefs.h <<_ACEOF
21399 #define HAVE_STRUCT_STATFS_F_NAMELEN 1
21400 _ACEOF
21406 { $as_echo "$as_me:$LINENO: checking for struct statvfs.f_blocks" >&5
21407 $as_echo_n "checking for struct statvfs.f_blocks... " >&6; }
21408 if test "${ac_cv_member_struct_statvfs_f_blocks+set}" = set; then
21409 $as_echo_n "(cached) " >&6
21410 else
21411 cat >conftest.$ac_ext <<_ACEOF
21412 /* confdefs.h. */
21413 _ACEOF
21414 cat confdefs.h >>conftest.$ac_ext
21415 cat >>conftest.$ac_ext <<_ACEOF
21416 /* end confdefs.h. */
21417 #ifdef HAVE_SYS_STATVFS_H
21418 #include <sys/statvfs.h>
21419 #endif
21422 main ()
21424 static struct statvfs ac_aggr;
21425 if (ac_aggr.f_blocks)
21426 return 0;
21428 return 0;
21430 _ACEOF
21431 rm -f conftest.$ac_objext
21432 if { (ac_try="$ac_compile"
21433 case "(($ac_try" in
21434 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21435 *) ac_try_echo=$ac_try;;
21436 esac
21437 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
21438 $as_echo "$ac_try_echo") >&5
21439 (eval "$ac_compile") 2>conftest.er1
21440 ac_status=$?
21441 grep -v '^ *+' conftest.er1 >conftest.err
21442 rm -f conftest.er1
21443 cat conftest.err >&5
21444 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
21445 (exit $ac_status); } && {
21446 test -z "$ac_c_werror_flag" ||
21447 test ! -s conftest.err
21448 } && test -s conftest.$ac_objext; then
21449 ac_cv_member_struct_statvfs_f_blocks=yes
21450 else
21451 $as_echo "$as_me: failed program was:" >&5
21452 sed 's/^/| /' conftest.$ac_ext >&5
21454 cat >conftest.$ac_ext <<_ACEOF
21455 /* confdefs.h. */
21456 _ACEOF
21457 cat confdefs.h >>conftest.$ac_ext
21458 cat >>conftest.$ac_ext <<_ACEOF
21459 /* end confdefs.h. */
21460 #ifdef HAVE_SYS_STATVFS_H
21461 #include <sys/statvfs.h>
21462 #endif
21465 main ()
21467 static struct statvfs ac_aggr;
21468 if (sizeof ac_aggr.f_blocks)
21469 return 0;
21471 return 0;
21473 _ACEOF
21474 rm -f conftest.$ac_objext
21475 if { (ac_try="$ac_compile"
21476 case "(($ac_try" in
21477 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21478 *) ac_try_echo=$ac_try;;
21479 esac
21480 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
21481 $as_echo "$ac_try_echo") >&5
21482 (eval "$ac_compile") 2>conftest.er1
21483 ac_status=$?
21484 grep -v '^ *+' conftest.er1 >conftest.err
21485 rm -f conftest.er1
21486 cat conftest.err >&5
21487 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
21488 (exit $ac_status); } && {
21489 test -z "$ac_c_werror_flag" ||
21490 test ! -s conftest.err
21491 } && test -s conftest.$ac_objext; then
21492 ac_cv_member_struct_statvfs_f_blocks=yes
21493 else
21494 $as_echo "$as_me: failed program was:" >&5
21495 sed 's/^/| /' conftest.$ac_ext >&5
21497 ac_cv_member_struct_statvfs_f_blocks=no
21500 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21503 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21505 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_statvfs_f_blocks" >&5
21506 $as_echo "$ac_cv_member_struct_statvfs_f_blocks" >&6; }
21507 if test "x$ac_cv_member_struct_statvfs_f_blocks" = x""yes; then
21509 cat >>confdefs.h <<_ACEOF
21510 #define HAVE_STRUCT_STATVFS_F_BLOCKS 1
21511 _ACEOF
21517 { $as_echo "$as_me:$LINENO: checking for struct msghdr.msg_accrights" >&5
21518 $as_echo_n "checking for struct msghdr.msg_accrights... " >&6; }
21519 if test "${ac_cv_member_struct_msghdr_msg_accrights+set}" = set; then
21520 $as_echo_n "(cached) " >&6
21521 else
21522 cat >conftest.$ac_ext <<_ACEOF
21523 /* confdefs.h. */
21524 _ACEOF
21525 cat confdefs.h >>conftest.$ac_ext
21526 cat >>conftest.$ac_ext <<_ACEOF
21527 /* end confdefs.h. */
21528 #include <sys/types.h>
21529 #ifdef HAVE_SYS_SOCKET_H
21530 # include <sys/socket.h>
21531 #endif
21532 #ifdef HAVE_SYS_UN_H
21533 # include <sys/un.h>
21534 #endif
21537 main ()
21539 static struct msghdr ac_aggr;
21540 if (ac_aggr.msg_accrights)
21541 return 0;
21543 return 0;
21545 _ACEOF
21546 rm -f conftest.$ac_objext
21547 if { (ac_try="$ac_compile"
21548 case "(($ac_try" in
21549 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21550 *) ac_try_echo=$ac_try;;
21551 esac
21552 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
21553 $as_echo "$ac_try_echo") >&5
21554 (eval "$ac_compile") 2>conftest.er1
21555 ac_status=$?
21556 grep -v '^ *+' conftest.er1 >conftest.err
21557 rm -f conftest.er1
21558 cat conftest.err >&5
21559 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
21560 (exit $ac_status); } && {
21561 test -z "$ac_c_werror_flag" ||
21562 test ! -s conftest.err
21563 } && test -s conftest.$ac_objext; then
21564 ac_cv_member_struct_msghdr_msg_accrights=yes
21565 else
21566 $as_echo "$as_me: failed program was:" >&5
21567 sed 's/^/| /' conftest.$ac_ext >&5
21569 cat >conftest.$ac_ext <<_ACEOF
21570 /* confdefs.h. */
21571 _ACEOF
21572 cat confdefs.h >>conftest.$ac_ext
21573 cat >>conftest.$ac_ext <<_ACEOF
21574 /* end confdefs.h. */
21575 #include <sys/types.h>
21576 #ifdef HAVE_SYS_SOCKET_H
21577 # include <sys/socket.h>
21578 #endif
21579 #ifdef HAVE_SYS_UN_H
21580 # include <sys/un.h>
21581 #endif
21584 main ()
21586 static struct msghdr ac_aggr;
21587 if (sizeof ac_aggr.msg_accrights)
21588 return 0;
21590 return 0;
21592 _ACEOF
21593 rm -f conftest.$ac_objext
21594 if { (ac_try="$ac_compile"
21595 case "(($ac_try" in
21596 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21597 *) ac_try_echo=$ac_try;;
21598 esac
21599 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
21600 $as_echo "$ac_try_echo") >&5
21601 (eval "$ac_compile") 2>conftest.er1
21602 ac_status=$?
21603 grep -v '^ *+' conftest.er1 >conftest.err
21604 rm -f conftest.er1
21605 cat conftest.err >&5
21606 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
21607 (exit $ac_status); } && {
21608 test -z "$ac_c_werror_flag" ||
21609 test ! -s conftest.err
21610 } && test -s conftest.$ac_objext; then
21611 ac_cv_member_struct_msghdr_msg_accrights=yes
21612 else
21613 $as_echo "$as_me: failed program was:" >&5
21614 sed 's/^/| /' conftest.$ac_ext >&5
21616 ac_cv_member_struct_msghdr_msg_accrights=no
21619 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21622 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21624 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_msghdr_msg_accrights" >&5
21625 $as_echo "$ac_cv_member_struct_msghdr_msg_accrights" >&6; }
21626 if test "x$ac_cv_member_struct_msghdr_msg_accrights" = x""yes; then
21628 cat >>confdefs.h <<_ACEOF
21629 #define HAVE_STRUCT_MSGHDR_MSG_ACCRIGHTS 1
21630 _ACEOF
21634 { $as_echo "$as_me:$LINENO: checking for struct sockaddr.sa_len" >&5
21635 $as_echo_n "checking for struct sockaddr.sa_len... " >&6; }
21636 if test "${ac_cv_member_struct_sockaddr_sa_len+set}" = set; then
21637 $as_echo_n "(cached) " >&6
21638 else
21639 cat >conftest.$ac_ext <<_ACEOF
21640 /* confdefs.h. */
21641 _ACEOF
21642 cat confdefs.h >>conftest.$ac_ext
21643 cat >>conftest.$ac_ext <<_ACEOF
21644 /* end confdefs.h. */
21645 #include <sys/types.h>
21646 #ifdef HAVE_SYS_SOCKET_H
21647 # include <sys/socket.h>
21648 #endif
21649 #ifdef HAVE_SYS_UN_H
21650 # include <sys/un.h>
21651 #endif
21654 main ()
21656 static struct sockaddr ac_aggr;
21657 if (ac_aggr.sa_len)
21658 return 0;
21660 return 0;
21662 _ACEOF
21663 rm -f conftest.$ac_objext
21664 if { (ac_try="$ac_compile"
21665 case "(($ac_try" in
21666 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21667 *) ac_try_echo=$ac_try;;
21668 esac
21669 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
21670 $as_echo "$ac_try_echo") >&5
21671 (eval "$ac_compile") 2>conftest.er1
21672 ac_status=$?
21673 grep -v '^ *+' conftest.er1 >conftest.err
21674 rm -f conftest.er1
21675 cat conftest.err >&5
21676 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
21677 (exit $ac_status); } && {
21678 test -z "$ac_c_werror_flag" ||
21679 test ! -s conftest.err
21680 } && test -s conftest.$ac_objext; then
21681 ac_cv_member_struct_sockaddr_sa_len=yes
21682 else
21683 $as_echo "$as_me: failed program was:" >&5
21684 sed 's/^/| /' conftest.$ac_ext >&5
21686 cat >conftest.$ac_ext <<_ACEOF
21687 /* confdefs.h. */
21688 _ACEOF
21689 cat confdefs.h >>conftest.$ac_ext
21690 cat >>conftest.$ac_ext <<_ACEOF
21691 /* end confdefs.h. */
21692 #include <sys/types.h>
21693 #ifdef HAVE_SYS_SOCKET_H
21694 # include <sys/socket.h>
21695 #endif
21696 #ifdef HAVE_SYS_UN_H
21697 # include <sys/un.h>
21698 #endif
21701 main ()
21703 static struct sockaddr ac_aggr;
21704 if (sizeof ac_aggr.sa_len)
21705 return 0;
21707 return 0;
21709 _ACEOF
21710 rm -f conftest.$ac_objext
21711 if { (ac_try="$ac_compile"
21712 case "(($ac_try" in
21713 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21714 *) ac_try_echo=$ac_try;;
21715 esac
21716 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
21717 $as_echo "$ac_try_echo") >&5
21718 (eval "$ac_compile") 2>conftest.er1
21719 ac_status=$?
21720 grep -v '^ *+' conftest.er1 >conftest.err
21721 rm -f conftest.er1
21722 cat conftest.err >&5
21723 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
21724 (exit $ac_status); } && {
21725 test -z "$ac_c_werror_flag" ||
21726 test ! -s conftest.err
21727 } && test -s conftest.$ac_objext; then
21728 ac_cv_member_struct_sockaddr_sa_len=yes
21729 else
21730 $as_echo "$as_me: failed program was:" >&5
21731 sed 's/^/| /' conftest.$ac_ext >&5
21733 ac_cv_member_struct_sockaddr_sa_len=no
21736 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21739 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21741 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_sockaddr_sa_len" >&5
21742 $as_echo "$ac_cv_member_struct_sockaddr_sa_len" >&6; }
21743 if test "x$ac_cv_member_struct_sockaddr_sa_len" = x""yes; then
21745 cat >>confdefs.h <<_ACEOF
21746 #define HAVE_STRUCT_SOCKADDR_SA_LEN 1
21747 _ACEOF
21751 { $as_echo "$as_me:$LINENO: checking for struct sockaddr_un.sun_len" >&5
21752 $as_echo_n "checking for struct sockaddr_un.sun_len... " >&6; }
21753 if test "${ac_cv_member_struct_sockaddr_un_sun_len+set}" = set; then
21754 $as_echo_n "(cached) " >&6
21755 else
21756 cat >conftest.$ac_ext <<_ACEOF
21757 /* confdefs.h. */
21758 _ACEOF
21759 cat confdefs.h >>conftest.$ac_ext
21760 cat >>conftest.$ac_ext <<_ACEOF
21761 /* end confdefs.h. */
21762 #include <sys/types.h>
21763 #ifdef HAVE_SYS_SOCKET_H
21764 # include <sys/socket.h>
21765 #endif
21766 #ifdef HAVE_SYS_UN_H
21767 # include <sys/un.h>
21768 #endif
21771 main ()
21773 static struct sockaddr_un ac_aggr;
21774 if (ac_aggr.sun_len)
21775 return 0;
21777 return 0;
21779 _ACEOF
21780 rm -f conftest.$ac_objext
21781 if { (ac_try="$ac_compile"
21782 case "(($ac_try" in
21783 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21784 *) ac_try_echo=$ac_try;;
21785 esac
21786 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
21787 $as_echo "$ac_try_echo") >&5
21788 (eval "$ac_compile") 2>conftest.er1
21789 ac_status=$?
21790 grep -v '^ *+' conftest.er1 >conftest.err
21791 rm -f conftest.er1
21792 cat conftest.err >&5
21793 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
21794 (exit $ac_status); } && {
21795 test -z "$ac_c_werror_flag" ||
21796 test ! -s conftest.err
21797 } && test -s conftest.$ac_objext; then
21798 ac_cv_member_struct_sockaddr_un_sun_len=yes
21799 else
21800 $as_echo "$as_me: failed program was:" >&5
21801 sed 's/^/| /' conftest.$ac_ext >&5
21803 cat >conftest.$ac_ext <<_ACEOF
21804 /* confdefs.h. */
21805 _ACEOF
21806 cat confdefs.h >>conftest.$ac_ext
21807 cat >>conftest.$ac_ext <<_ACEOF
21808 /* end confdefs.h. */
21809 #include <sys/types.h>
21810 #ifdef HAVE_SYS_SOCKET_H
21811 # include <sys/socket.h>
21812 #endif
21813 #ifdef HAVE_SYS_UN_H
21814 # include <sys/un.h>
21815 #endif
21818 main ()
21820 static struct sockaddr_un ac_aggr;
21821 if (sizeof ac_aggr.sun_len)
21822 return 0;
21824 return 0;
21826 _ACEOF
21827 rm -f conftest.$ac_objext
21828 if { (ac_try="$ac_compile"
21829 case "(($ac_try" in
21830 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21831 *) ac_try_echo=$ac_try;;
21832 esac
21833 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
21834 $as_echo "$ac_try_echo") >&5
21835 (eval "$ac_compile") 2>conftest.er1
21836 ac_status=$?
21837 grep -v '^ *+' conftest.er1 >conftest.err
21838 rm -f conftest.er1
21839 cat conftest.err >&5
21840 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
21841 (exit $ac_status); } && {
21842 test -z "$ac_c_werror_flag" ||
21843 test ! -s conftest.err
21844 } && test -s conftest.$ac_objext; then
21845 ac_cv_member_struct_sockaddr_un_sun_len=yes
21846 else
21847 $as_echo "$as_me: failed program was:" >&5
21848 sed 's/^/| /' conftest.$ac_ext >&5
21850 ac_cv_member_struct_sockaddr_un_sun_len=no
21853 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21856 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21858 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_sockaddr_un_sun_len" >&5
21859 $as_echo "$ac_cv_member_struct_sockaddr_un_sun_len" >&6; }
21860 if test "x$ac_cv_member_struct_sockaddr_un_sun_len" = x""yes; then
21862 cat >>confdefs.h <<_ACEOF
21863 #define HAVE_STRUCT_SOCKADDR_UN_SUN_LEN 1
21864 _ACEOF
21870 { $as_echo "$as_me:$LINENO: checking for scsireq_t.cmd" >&5
21871 $as_echo_n "checking for scsireq_t.cmd... " >&6; }
21872 if test "${ac_cv_member_scsireq_t_cmd+set}" = set; then
21873 $as_echo_n "(cached) " >&6
21874 else
21875 cat >conftest.$ac_ext <<_ACEOF
21876 /* confdefs.h. */
21877 _ACEOF
21878 cat confdefs.h >>conftest.$ac_ext
21879 cat >>conftest.$ac_ext <<_ACEOF
21880 /* end confdefs.h. */
21881 #include <sys/types.h>
21882 #ifdef HAVE_SCSI_SG_H
21883 #include <scsi/sg.h>
21884 #endif
21887 main ()
21889 static scsireq_t ac_aggr;
21890 if (ac_aggr.cmd)
21891 return 0;
21893 return 0;
21895 _ACEOF
21896 rm -f conftest.$ac_objext
21897 if { (ac_try="$ac_compile"
21898 case "(($ac_try" in
21899 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21900 *) ac_try_echo=$ac_try;;
21901 esac
21902 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
21903 $as_echo "$ac_try_echo") >&5
21904 (eval "$ac_compile") 2>conftest.er1
21905 ac_status=$?
21906 grep -v '^ *+' conftest.er1 >conftest.err
21907 rm -f conftest.er1
21908 cat conftest.err >&5
21909 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
21910 (exit $ac_status); } && {
21911 test -z "$ac_c_werror_flag" ||
21912 test ! -s conftest.err
21913 } && test -s conftest.$ac_objext; then
21914 ac_cv_member_scsireq_t_cmd=yes
21915 else
21916 $as_echo "$as_me: failed program was:" >&5
21917 sed 's/^/| /' conftest.$ac_ext >&5
21919 cat >conftest.$ac_ext <<_ACEOF
21920 /* confdefs.h. */
21921 _ACEOF
21922 cat confdefs.h >>conftest.$ac_ext
21923 cat >>conftest.$ac_ext <<_ACEOF
21924 /* end confdefs.h. */
21925 #include <sys/types.h>
21926 #ifdef HAVE_SCSI_SG_H
21927 #include <scsi/sg.h>
21928 #endif
21931 main ()
21933 static scsireq_t ac_aggr;
21934 if (sizeof ac_aggr.cmd)
21935 return 0;
21937 return 0;
21939 _ACEOF
21940 rm -f conftest.$ac_objext
21941 if { (ac_try="$ac_compile"
21942 case "(($ac_try" in
21943 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21944 *) ac_try_echo=$ac_try;;
21945 esac
21946 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
21947 $as_echo "$ac_try_echo") >&5
21948 (eval "$ac_compile") 2>conftest.er1
21949 ac_status=$?
21950 grep -v '^ *+' conftest.er1 >conftest.err
21951 rm -f conftest.er1
21952 cat conftest.err >&5
21953 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
21954 (exit $ac_status); } && {
21955 test -z "$ac_c_werror_flag" ||
21956 test ! -s conftest.err
21957 } && test -s conftest.$ac_objext; then
21958 ac_cv_member_scsireq_t_cmd=yes
21959 else
21960 $as_echo "$as_me: failed program was:" >&5
21961 sed 's/^/| /' conftest.$ac_ext >&5
21963 ac_cv_member_scsireq_t_cmd=no
21966 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21969 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21971 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_scsireq_t_cmd" >&5
21972 $as_echo "$ac_cv_member_scsireq_t_cmd" >&6; }
21973 if test "x$ac_cv_member_scsireq_t_cmd" = x""yes; then
21975 cat >>confdefs.h <<_ACEOF
21976 #define HAVE_SCSIREQ_T_CMD 1
21977 _ACEOF
21981 { $as_echo "$as_me:$LINENO: checking for sg_io_hdr_t.interface_id" >&5
21982 $as_echo_n "checking for sg_io_hdr_t.interface_id... " >&6; }
21983 if test "${ac_cv_member_sg_io_hdr_t_interface_id+set}" = set; then
21984 $as_echo_n "(cached) " >&6
21985 else
21986 cat >conftest.$ac_ext <<_ACEOF
21987 /* confdefs.h. */
21988 _ACEOF
21989 cat confdefs.h >>conftest.$ac_ext
21990 cat >>conftest.$ac_ext <<_ACEOF
21991 /* end confdefs.h. */
21992 #include <sys/types.h>
21993 #ifdef HAVE_SCSI_SG_H
21994 #include <scsi/sg.h>
21995 #endif
21998 main ()
22000 static sg_io_hdr_t ac_aggr;
22001 if (ac_aggr.interface_id)
22002 return 0;
22004 return 0;
22006 _ACEOF
22007 rm -f conftest.$ac_objext
22008 if { (ac_try="$ac_compile"
22009 case "(($ac_try" in
22010 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22011 *) ac_try_echo=$ac_try;;
22012 esac
22013 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
22014 $as_echo "$ac_try_echo") >&5
22015 (eval "$ac_compile") 2>conftest.er1
22016 ac_status=$?
22017 grep -v '^ *+' conftest.er1 >conftest.err
22018 rm -f conftest.er1
22019 cat conftest.err >&5
22020 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
22021 (exit $ac_status); } && {
22022 test -z "$ac_c_werror_flag" ||
22023 test ! -s conftest.err
22024 } && test -s conftest.$ac_objext; then
22025 ac_cv_member_sg_io_hdr_t_interface_id=yes
22026 else
22027 $as_echo "$as_me: failed program was:" >&5
22028 sed 's/^/| /' conftest.$ac_ext >&5
22030 cat >conftest.$ac_ext <<_ACEOF
22031 /* confdefs.h. */
22032 _ACEOF
22033 cat confdefs.h >>conftest.$ac_ext
22034 cat >>conftest.$ac_ext <<_ACEOF
22035 /* end confdefs.h. */
22036 #include <sys/types.h>
22037 #ifdef HAVE_SCSI_SG_H
22038 #include <scsi/sg.h>
22039 #endif
22042 main ()
22044 static sg_io_hdr_t ac_aggr;
22045 if (sizeof ac_aggr.interface_id)
22046 return 0;
22048 return 0;
22050 _ACEOF
22051 rm -f conftest.$ac_objext
22052 if { (ac_try="$ac_compile"
22053 case "(($ac_try" in
22054 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22055 *) ac_try_echo=$ac_try;;
22056 esac
22057 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
22058 $as_echo "$ac_try_echo") >&5
22059 (eval "$ac_compile") 2>conftest.er1
22060 ac_status=$?
22061 grep -v '^ *+' conftest.er1 >conftest.err
22062 rm -f conftest.er1
22063 cat conftest.err >&5
22064 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
22065 (exit $ac_status); } && {
22066 test -z "$ac_c_werror_flag" ||
22067 test ! -s conftest.err
22068 } && test -s conftest.$ac_objext; then
22069 ac_cv_member_sg_io_hdr_t_interface_id=yes
22070 else
22071 $as_echo "$as_me: failed program was:" >&5
22072 sed 's/^/| /' conftest.$ac_ext >&5
22074 ac_cv_member_sg_io_hdr_t_interface_id=no
22077 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22080 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22082 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_sg_io_hdr_t_interface_id" >&5
22083 $as_echo "$ac_cv_member_sg_io_hdr_t_interface_id" >&6; }
22084 if test "x$ac_cv_member_sg_io_hdr_t_interface_id" = x""yes; then
22086 cat >>confdefs.h <<_ACEOF
22087 #define HAVE_SG_IO_HDR_T_INTERFACE_ID 1
22088 _ACEOF
22094 { $as_echo "$as_me:$LINENO: checking for siginfo_t.si_fd" >&5
22095 $as_echo_n "checking for siginfo_t.si_fd... " >&6; }
22096 if test "${ac_cv_member_siginfo_t_si_fd+set}" = set; then
22097 $as_echo_n "(cached) " >&6
22098 else
22099 cat >conftest.$ac_ext <<_ACEOF
22100 /* confdefs.h. */
22101 _ACEOF
22102 cat confdefs.h >>conftest.$ac_ext
22103 cat >>conftest.$ac_ext <<_ACEOF
22104 /* end confdefs.h. */
22105 #include <signal.h>
22108 main ()
22110 static siginfo_t ac_aggr;
22111 if (ac_aggr.si_fd)
22112 return 0;
22114 return 0;
22116 _ACEOF
22117 rm -f conftest.$ac_objext
22118 if { (ac_try="$ac_compile"
22119 case "(($ac_try" in
22120 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22121 *) ac_try_echo=$ac_try;;
22122 esac
22123 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
22124 $as_echo "$ac_try_echo") >&5
22125 (eval "$ac_compile") 2>conftest.er1
22126 ac_status=$?
22127 grep -v '^ *+' conftest.er1 >conftest.err
22128 rm -f conftest.er1
22129 cat conftest.err >&5
22130 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
22131 (exit $ac_status); } && {
22132 test -z "$ac_c_werror_flag" ||
22133 test ! -s conftest.err
22134 } && test -s conftest.$ac_objext; then
22135 ac_cv_member_siginfo_t_si_fd=yes
22136 else
22137 $as_echo "$as_me: failed program was:" >&5
22138 sed 's/^/| /' conftest.$ac_ext >&5
22140 cat >conftest.$ac_ext <<_ACEOF
22141 /* confdefs.h. */
22142 _ACEOF
22143 cat confdefs.h >>conftest.$ac_ext
22144 cat >>conftest.$ac_ext <<_ACEOF
22145 /* end confdefs.h. */
22146 #include <signal.h>
22149 main ()
22151 static siginfo_t ac_aggr;
22152 if (sizeof ac_aggr.si_fd)
22153 return 0;
22155 return 0;
22157 _ACEOF
22158 rm -f conftest.$ac_objext
22159 if { (ac_try="$ac_compile"
22160 case "(($ac_try" in
22161 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22162 *) ac_try_echo=$ac_try;;
22163 esac
22164 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
22165 $as_echo "$ac_try_echo") >&5
22166 (eval "$ac_compile") 2>conftest.er1
22167 ac_status=$?
22168 grep -v '^ *+' conftest.er1 >conftest.err
22169 rm -f conftest.er1
22170 cat conftest.err >&5
22171 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
22172 (exit $ac_status); } && {
22173 test -z "$ac_c_werror_flag" ||
22174 test ! -s conftest.err
22175 } && test -s conftest.$ac_objext; then
22176 ac_cv_member_siginfo_t_si_fd=yes
22177 else
22178 $as_echo "$as_me: failed program was:" >&5
22179 sed 's/^/| /' conftest.$ac_ext >&5
22181 ac_cv_member_siginfo_t_si_fd=no
22184 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22187 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22189 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_siginfo_t_si_fd" >&5
22190 $as_echo "$ac_cv_member_siginfo_t_si_fd" >&6; }
22191 if test "x$ac_cv_member_siginfo_t_si_fd" = x""yes; then
22193 cat >>confdefs.h <<_ACEOF
22194 #define HAVE_SIGINFO_T_SI_FD 1
22195 _ACEOF
22201 { $as_echo "$as_me:$LINENO: checking for struct mtget.mt_blksiz" >&5
22202 $as_echo_n "checking for struct mtget.mt_blksiz... " >&6; }
22203 if test "${ac_cv_member_struct_mtget_mt_blksiz+set}" = set; then
22204 $as_echo_n "(cached) " >&6
22205 else
22206 cat >conftest.$ac_ext <<_ACEOF
22207 /* confdefs.h. */
22208 _ACEOF
22209 cat confdefs.h >>conftest.$ac_ext
22210 cat >>conftest.$ac_ext <<_ACEOF
22211 /* end confdefs.h. */
22212 #include <sys/types.h>
22213 #ifdef HAVE_SYS_MTIO_H
22214 #include <sys/mtio.h>
22215 #endif
22218 main ()
22220 static struct mtget ac_aggr;
22221 if (ac_aggr.mt_blksiz)
22222 return 0;
22224 return 0;
22226 _ACEOF
22227 rm -f conftest.$ac_objext
22228 if { (ac_try="$ac_compile"
22229 case "(($ac_try" in
22230 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22231 *) ac_try_echo=$ac_try;;
22232 esac
22233 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
22234 $as_echo "$ac_try_echo") >&5
22235 (eval "$ac_compile") 2>conftest.er1
22236 ac_status=$?
22237 grep -v '^ *+' conftest.er1 >conftest.err
22238 rm -f conftest.er1
22239 cat conftest.err >&5
22240 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
22241 (exit $ac_status); } && {
22242 test -z "$ac_c_werror_flag" ||
22243 test ! -s conftest.err
22244 } && test -s conftest.$ac_objext; then
22245 ac_cv_member_struct_mtget_mt_blksiz=yes
22246 else
22247 $as_echo "$as_me: failed program was:" >&5
22248 sed 's/^/| /' conftest.$ac_ext >&5
22250 cat >conftest.$ac_ext <<_ACEOF
22251 /* confdefs.h. */
22252 _ACEOF
22253 cat confdefs.h >>conftest.$ac_ext
22254 cat >>conftest.$ac_ext <<_ACEOF
22255 /* end confdefs.h. */
22256 #include <sys/types.h>
22257 #ifdef HAVE_SYS_MTIO_H
22258 #include <sys/mtio.h>
22259 #endif
22262 main ()
22264 static struct mtget ac_aggr;
22265 if (sizeof ac_aggr.mt_blksiz)
22266 return 0;
22268 return 0;
22270 _ACEOF
22271 rm -f conftest.$ac_objext
22272 if { (ac_try="$ac_compile"
22273 case "(($ac_try" in
22274 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22275 *) ac_try_echo=$ac_try;;
22276 esac
22277 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
22278 $as_echo "$ac_try_echo") >&5
22279 (eval "$ac_compile") 2>conftest.er1
22280 ac_status=$?
22281 grep -v '^ *+' conftest.er1 >conftest.err
22282 rm -f conftest.er1
22283 cat conftest.err >&5
22284 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
22285 (exit $ac_status); } && {
22286 test -z "$ac_c_werror_flag" ||
22287 test ! -s conftest.err
22288 } && test -s conftest.$ac_objext; then
22289 ac_cv_member_struct_mtget_mt_blksiz=yes
22290 else
22291 $as_echo "$as_me: failed program was:" >&5
22292 sed 's/^/| /' conftest.$ac_ext >&5
22294 ac_cv_member_struct_mtget_mt_blksiz=no
22297 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22300 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22302 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_mtget_mt_blksiz" >&5
22303 $as_echo "$ac_cv_member_struct_mtget_mt_blksiz" >&6; }
22304 if test "x$ac_cv_member_struct_mtget_mt_blksiz" = x""yes; then
22306 cat >>confdefs.h <<_ACEOF
22307 #define HAVE_STRUCT_MTGET_MT_BLKSIZ 1
22308 _ACEOF
22312 { $as_echo "$as_me:$LINENO: checking for struct mtget.mt_gstat" >&5
22313 $as_echo_n "checking for struct mtget.mt_gstat... " >&6; }
22314 if test "${ac_cv_member_struct_mtget_mt_gstat+set}" = set; then
22315 $as_echo_n "(cached) " >&6
22316 else
22317 cat >conftest.$ac_ext <<_ACEOF
22318 /* confdefs.h. */
22319 _ACEOF
22320 cat confdefs.h >>conftest.$ac_ext
22321 cat >>conftest.$ac_ext <<_ACEOF
22322 /* end confdefs.h. */
22323 #include <sys/types.h>
22324 #ifdef HAVE_SYS_MTIO_H
22325 #include <sys/mtio.h>
22326 #endif
22329 main ()
22331 static struct mtget ac_aggr;
22332 if (ac_aggr.mt_gstat)
22333 return 0;
22335 return 0;
22337 _ACEOF
22338 rm -f conftest.$ac_objext
22339 if { (ac_try="$ac_compile"
22340 case "(($ac_try" in
22341 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22342 *) ac_try_echo=$ac_try;;
22343 esac
22344 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
22345 $as_echo "$ac_try_echo") >&5
22346 (eval "$ac_compile") 2>conftest.er1
22347 ac_status=$?
22348 grep -v '^ *+' conftest.er1 >conftest.err
22349 rm -f conftest.er1
22350 cat conftest.err >&5
22351 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
22352 (exit $ac_status); } && {
22353 test -z "$ac_c_werror_flag" ||
22354 test ! -s conftest.err
22355 } && test -s conftest.$ac_objext; then
22356 ac_cv_member_struct_mtget_mt_gstat=yes
22357 else
22358 $as_echo "$as_me: failed program was:" >&5
22359 sed 's/^/| /' conftest.$ac_ext >&5
22361 cat >conftest.$ac_ext <<_ACEOF
22362 /* confdefs.h. */
22363 _ACEOF
22364 cat confdefs.h >>conftest.$ac_ext
22365 cat >>conftest.$ac_ext <<_ACEOF
22366 /* end confdefs.h. */
22367 #include <sys/types.h>
22368 #ifdef HAVE_SYS_MTIO_H
22369 #include <sys/mtio.h>
22370 #endif
22373 main ()
22375 static struct mtget ac_aggr;
22376 if (sizeof ac_aggr.mt_gstat)
22377 return 0;
22379 return 0;
22381 _ACEOF
22382 rm -f conftest.$ac_objext
22383 if { (ac_try="$ac_compile"
22384 case "(($ac_try" in
22385 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22386 *) ac_try_echo=$ac_try;;
22387 esac
22388 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
22389 $as_echo "$ac_try_echo") >&5
22390 (eval "$ac_compile") 2>conftest.er1
22391 ac_status=$?
22392 grep -v '^ *+' conftest.er1 >conftest.err
22393 rm -f conftest.er1
22394 cat conftest.err >&5
22395 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
22396 (exit $ac_status); } && {
22397 test -z "$ac_c_werror_flag" ||
22398 test ! -s conftest.err
22399 } && test -s conftest.$ac_objext; then
22400 ac_cv_member_struct_mtget_mt_gstat=yes
22401 else
22402 $as_echo "$as_me: failed program was:" >&5
22403 sed 's/^/| /' conftest.$ac_ext >&5
22405 ac_cv_member_struct_mtget_mt_gstat=no
22408 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22411 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22413 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_mtget_mt_gstat" >&5
22414 $as_echo "$ac_cv_member_struct_mtget_mt_gstat" >&6; }
22415 if test "x$ac_cv_member_struct_mtget_mt_gstat" = x""yes; then
22417 cat >>confdefs.h <<_ACEOF
22418 #define HAVE_STRUCT_MTGET_MT_GSTAT 1
22419 _ACEOF
22423 { $as_echo "$as_me:$LINENO: checking for struct mtget.mt_blkno" >&5
22424 $as_echo_n "checking for struct mtget.mt_blkno... " >&6; }
22425 if test "${ac_cv_member_struct_mtget_mt_blkno+set}" = set; then
22426 $as_echo_n "(cached) " >&6
22427 else
22428 cat >conftest.$ac_ext <<_ACEOF
22429 /* confdefs.h. */
22430 _ACEOF
22431 cat confdefs.h >>conftest.$ac_ext
22432 cat >>conftest.$ac_ext <<_ACEOF
22433 /* end confdefs.h. */
22434 #include <sys/types.h>
22435 #ifdef HAVE_SYS_MTIO_H
22436 #include <sys/mtio.h>
22437 #endif
22440 main ()
22442 static struct mtget ac_aggr;
22443 if (ac_aggr.mt_blkno)
22444 return 0;
22446 return 0;
22448 _ACEOF
22449 rm -f conftest.$ac_objext
22450 if { (ac_try="$ac_compile"
22451 case "(($ac_try" in
22452 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22453 *) ac_try_echo=$ac_try;;
22454 esac
22455 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
22456 $as_echo "$ac_try_echo") >&5
22457 (eval "$ac_compile") 2>conftest.er1
22458 ac_status=$?
22459 grep -v '^ *+' conftest.er1 >conftest.err
22460 rm -f conftest.er1
22461 cat conftest.err >&5
22462 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
22463 (exit $ac_status); } && {
22464 test -z "$ac_c_werror_flag" ||
22465 test ! -s conftest.err
22466 } && test -s conftest.$ac_objext; then
22467 ac_cv_member_struct_mtget_mt_blkno=yes
22468 else
22469 $as_echo "$as_me: failed program was:" >&5
22470 sed 's/^/| /' conftest.$ac_ext >&5
22472 cat >conftest.$ac_ext <<_ACEOF
22473 /* confdefs.h. */
22474 _ACEOF
22475 cat confdefs.h >>conftest.$ac_ext
22476 cat >>conftest.$ac_ext <<_ACEOF
22477 /* end confdefs.h. */
22478 #include <sys/types.h>
22479 #ifdef HAVE_SYS_MTIO_H
22480 #include <sys/mtio.h>
22481 #endif
22484 main ()
22486 static struct mtget ac_aggr;
22487 if (sizeof ac_aggr.mt_blkno)
22488 return 0;
22490 return 0;
22492 _ACEOF
22493 rm -f conftest.$ac_objext
22494 if { (ac_try="$ac_compile"
22495 case "(($ac_try" in
22496 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22497 *) ac_try_echo=$ac_try;;
22498 esac
22499 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
22500 $as_echo "$ac_try_echo") >&5
22501 (eval "$ac_compile") 2>conftest.er1
22502 ac_status=$?
22503 grep -v '^ *+' conftest.er1 >conftest.err
22504 rm -f conftest.er1
22505 cat conftest.err >&5
22506 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
22507 (exit $ac_status); } && {
22508 test -z "$ac_c_werror_flag" ||
22509 test ! -s conftest.err
22510 } && test -s conftest.$ac_objext; then
22511 ac_cv_member_struct_mtget_mt_blkno=yes
22512 else
22513 $as_echo "$as_me: failed program was:" >&5
22514 sed 's/^/| /' conftest.$ac_ext >&5
22516 ac_cv_member_struct_mtget_mt_blkno=no
22519 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22522 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22524 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_mtget_mt_blkno" >&5
22525 $as_echo "$ac_cv_member_struct_mtget_mt_blkno" >&6; }
22526 if test "x$ac_cv_member_struct_mtget_mt_blkno" = x""yes; then
22528 cat >>confdefs.h <<_ACEOF
22529 #define HAVE_STRUCT_MTGET_MT_BLKNO 1
22530 _ACEOF
22536 { $as_echo "$as_me:$LINENO: checking for struct option.name" >&5
22537 $as_echo_n "checking for struct option.name... " >&6; }
22538 if test "${ac_cv_member_struct_option_name+set}" = set; then
22539 $as_echo_n "(cached) " >&6
22540 else
22541 cat >conftest.$ac_ext <<_ACEOF
22542 /* confdefs.h. */
22543 _ACEOF
22544 cat confdefs.h >>conftest.$ac_ext
22545 cat >>conftest.$ac_ext <<_ACEOF
22546 /* end confdefs.h. */
22547 #ifdef HAVE_GETOPT_H
22548 #include <getopt.h>
22549 #endif
22552 main ()
22554 static struct option ac_aggr;
22555 if (ac_aggr.name)
22556 return 0;
22558 return 0;
22560 _ACEOF
22561 rm -f conftest.$ac_objext
22562 if { (ac_try="$ac_compile"
22563 case "(($ac_try" in
22564 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22565 *) ac_try_echo=$ac_try;;
22566 esac
22567 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
22568 $as_echo "$ac_try_echo") >&5
22569 (eval "$ac_compile") 2>conftest.er1
22570 ac_status=$?
22571 grep -v '^ *+' conftest.er1 >conftest.err
22572 rm -f conftest.er1
22573 cat conftest.err >&5
22574 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
22575 (exit $ac_status); } && {
22576 test -z "$ac_c_werror_flag" ||
22577 test ! -s conftest.err
22578 } && test -s conftest.$ac_objext; then
22579 ac_cv_member_struct_option_name=yes
22580 else
22581 $as_echo "$as_me: failed program was:" >&5
22582 sed 's/^/| /' conftest.$ac_ext >&5
22584 cat >conftest.$ac_ext <<_ACEOF
22585 /* confdefs.h. */
22586 _ACEOF
22587 cat confdefs.h >>conftest.$ac_ext
22588 cat >>conftest.$ac_ext <<_ACEOF
22589 /* end confdefs.h. */
22590 #ifdef HAVE_GETOPT_H
22591 #include <getopt.h>
22592 #endif
22595 main ()
22597 static struct option ac_aggr;
22598 if (sizeof ac_aggr.name)
22599 return 0;
22601 return 0;
22603 _ACEOF
22604 rm -f conftest.$ac_objext
22605 if { (ac_try="$ac_compile"
22606 case "(($ac_try" in
22607 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22608 *) ac_try_echo=$ac_try;;
22609 esac
22610 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
22611 $as_echo "$ac_try_echo") >&5
22612 (eval "$ac_compile") 2>conftest.er1
22613 ac_status=$?
22614 grep -v '^ *+' conftest.er1 >conftest.err
22615 rm -f conftest.er1
22616 cat conftest.err >&5
22617 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
22618 (exit $ac_status); } && {
22619 test -z "$ac_c_werror_flag" ||
22620 test ! -s conftest.err
22621 } && test -s conftest.$ac_objext; then
22622 ac_cv_member_struct_option_name=yes
22623 else
22624 $as_echo "$as_me: failed program was:" >&5
22625 sed 's/^/| /' conftest.$ac_ext >&5
22627 ac_cv_member_struct_option_name=no
22630 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22633 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22635 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_option_name" >&5
22636 $as_echo "$ac_cv_member_struct_option_name" >&6; }
22637 if test "x$ac_cv_member_struct_option_name" = x""yes; then
22639 cat >>confdefs.h <<_ACEOF
22640 #define HAVE_STRUCT_OPTION_NAME 1
22641 _ACEOF
22647 { $as_echo "$as_me:$LINENO: checking for struct stat.st_blocks" >&5
22648 $as_echo_n "checking for struct stat.st_blocks... " >&6; }
22649 if test "${ac_cv_member_struct_stat_st_blocks+set}" = set; then
22650 $as_echo_n "(cached) " >&6
22651 else
22652 cat >conftest.$ac_ext <<_ACEOF
22653 /* confdefs.h. */
22654 _ACEOF
22655 cat confdefs.h >>conftest.$ac_ext
22656 cat >>conftest.$ac_ext <<_ACEOF
22657 /* end confdefs.h. */
22658 $ac_includes_default
22660 main ()
22662 static struct stat ac_aggr;
22663 if (ac_aggr.st_blocks)
22664 return 0;
22666 return 0;
22668 _ACEOF
22669 rm -f conftest.$ac_objext
22670 if { (ac_try="$ac_compile"
22671 case "(($ac_try" in
22672 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22673 *) ac_try_echo=$ac_try;;
22674 esac
22675 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
22676 $as_echo "$ac_try_echo") >&5
22677 (eval "$ac_compile") 2>conftest.er1
22678 ac_status=$?
22679 grep -v '^ *+' conftest.er1 >conftest.err
22680 rm -f conftest.er1
22681 cat conftest.err >&5
22682 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
22683 (exit $ac_status); } && {
22684 test -z "$ac_c_werror_flag" ||
22685 test ! -s conftest.err
22686 } && test -s conftest.$ac_objext; then
22687 ac_cv_member_struct_stat_st_blocks=yes
22688 else
22689 $as_echo "$as_me: failed program was:" >&5
22690 sed 's/^/| /' conftest.$ac_ext >&5
22692 cat >conftest.$ac_ext <<_ACEOF
22693 /* confdefs.h. */
22694 _ACEOF
22695 cat confdefs.h >>conftest.$ac_ext
22696 cat >>conftest.$ac_ext <<_ACEOF
22697 /* end confdefs.h. */
22698 $ac_includes_default
22700 main ()
22702 static struct stat ac_aggr;
22703 if (sizeof ac_aggr.st_blocks)
22704 return 0;
22706 return 0;
22708 _ACEOF
22709 rm -f conftest.$ac_objext
22710 if { (ac_try="$ac_compile"
22711 case "(($ac_try" in
22712 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22713 *) ac_try_echo=$ac_try;;
22714 esac
22715 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
22716 $as_echo "$ac_try_echo") >&5
22717 (eval "$ac_compile") 2>conftest.er1
22718 ac_status=$?
22719 grep -v '^ *+' conftest.er1 >conftest.err
22720 rm -f conftest.er1
22721 cat conftest.err >&5
22722 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
22723 (exit $ac_status); } && {
22724 test -z "$ac_c_werror_flag" ||
22725 test ! -s conftest.err
22726 } && test -s conftest.$ac_objext; then
22727 ac_cv_member_struct_stat_st_blocks=yes
22728 else
22729 $as_echo "$as_me: failed program was:" >&5
22730 sed 's/^/| /' conftest.$ac_ext >&5
22732 ac_cv_member_struct_stat_st_blocks=no
22735 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22738 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22740 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_stat_st_blocks" >&5
22741 $as_echo "$ac_cv_member_struct_stat_st_blocks" >&6; }
22742 if test "x$ac_cv_member_struct_stat_st_blocks" = x""yes; then
22744 cat >>confdefs.h <<_ACEOF
22745 #define HAVE_STRUCT_STAT_ST_BLOCKS 1
22746 _ACEOF
22750 { $as_echo "$as_me:$LINENO: checking for struct stat.st_mtim" >&5
22751 $as_echo_n "checking for struct stat.st_mtim... " >&6; }
22752 if test "${ac_cv_member_struct_stat_st_mtim+set}" = set; then
22753 $as_echo_n "(cached) " >&6
22754 else
22755 cat >conftest.$ac_ext <<_ACEOF
22756 /* confdefs.h. */
22757 _ACEOF
22758 cat confdefs.h >>conftest.$ac_ext
22759 cat >>conftest.$ac_ext <<_ACEOF
22760 /* end confdefs.h. */
22761 $ac_includes_default
22763 main ()
22765 static struct stat ac_aggr;
22766 if (ac_aggr.st_mtim)
22767 return 0;
22769 return 0;
22771 _ACEOF
22772 rm -f conftest.$ac_objext
22773 if { (ac_try="$ac_compile"
22774 case "(($ac_try" in
22775 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22776 *) ac_try_echo=$ac_try;;
22777 esac
22778 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
22779 $as_echo "$ac_try_echo") >&5
22780 (eval "$ac_compile") 2>conftest.er1
22781 ac_status=$?
22782 grep -v '^ *+' conftest.er1 >conftest.err
22783 rm -f conftest.er1
22784 cat conftest.err >&5
22785 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
22786 (exit $ac_status); } && {
22787 test -z "$ac_c_werror_flag" ||
22788 test ! -s conftest.err
22789 } && test -s conftest.$ac_objext; then
22790 ac_cv_member_struct_stat_st_mtim=yes
22791 else
22792 $as_echo "$as_me: failed program was:" >&5
22793 sed 's/^/| /' conftest.$ac_ext >&5
22795 cat >conftest.$ac_ext <<_ACEOF
22796 /* confdefs.h. */
22797 _ACEOF
22798 cat confdefs.h >>conftest.$ac_ext
22799 cat >>conftest.$ac_ext <<_ACEOF
22800 /* end confdefs.h. */
22801 $ac_includes_default
22803 main ()
22805 static struct stat ac_aggr;
22806 if (sizeof ac_aggr.st_mtim)
22807 return 0;
22809 return 0;
22811 _ACEOF
22812 rm -f conftest.$ac_objext
22813 if { (ac_try="$ac_compile"
22814 case "(($ac_try" in
22815 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22816 *) ac_try_echo=$ac_try;;
22817 esac
22818 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
22819 $as_echo "$ac_try_echo") >&5
22820 (eval "$ac_compile") 2>conftest.er1
22821 ac_status=$?
22822 grep -v '^ *+' conftest.er1 >conftest.err
22823 rm -f conftest.er1
22824 cat conftest.err >&5
22825 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
22826 (exit $ac_status); } && {
22827 test -z "$ac_c_werror_flag" ||
22828 test ! -s conftest.err
22829 } && test -s conftest.$ac_objext; then
22830 ac_cv_member_struct_stat_st_mtim=yes
22831 else
22832 $as_echo "$as_me: failed program was:" >&5
22833 sed 's/^/| /' conftest.$ac_ext >&5
22835 ac_cv_member_struct_stat_st_mtim=no
22838 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22841 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22843 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_stat_st_mtim" >&5
22844 $as_echo "$ac_cv_member_struct_stat_st_mtim" >&6; }
22845 if test "x$ac_cv_member_struct_stat_st_mtim" = x""yes; then
22847 cat >>confdefs.h <<_ACEOF
22848 #define HAVE_STRUCT_STAT_ST_MTIM 1
22849 _ACEOF
22853 { $as_echo "$as_me:$LINENO: checking for struct stat.st_ctim" >&5
22854 $as_echo_n "checking for struct stat.st_ctim... " >&6; }
22855 if test "${ac_cv_member_struct_stat_st_ctim+set}" = set; then
22856 $as_echo_n "(cached) " >&6
22857 else
22858 cat >conftest.$ac_ext <<_ACEOF
22859 /* confdefs.h. */
22860 _ACEOF
22861 cat confdefs.h >>conftest.$ac_ext
22862 cat >>conftest.$ac_ext <<_ACEOF
22863 /* end confdefs.h. */
22864 $ac_includes_default
22866 main ()
22868 static struct stat ac_aggr;
22869 if (ac_aggr.st_ctim)
22870 return 0;
22872 return 0;
22874 _ACEOF
22875 rm -f conftest.$ac_objext
22876 if { (ac_try="$ac_compile"
22877 case "(($ac_try" in
22878 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22879 *) ac_try_echo=$ac_try;;
22880 esac
22881 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
22882 $as_echo "$ac_try_echo") >&5
22883 (eval "$ac_compile") 2>conftest.er1
22884 ac_status=$?
22885 grep -v '^ *+' conftest.er1 >conftest.err
22886 rm -f conftest.er1
22887 cat conftest.err >&5
22888 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
22889 (exit $ac_status); } && {
22890 test -z "$ac_c_werror_flag" ||
22891 test ! -s conftest.err
22892 } && test -s conftest.$ac_objext; then
22893 ac_cv_member_struct_stat_st_ctim=yes
22894 else
22895 $as_echo "$as_me: failed program was:" >&5
22896 sed 's/^/| /' conftest.$ac_ext >&5
22898 cat >conftest.$ac_ext <<_ACEOF
22899 /* confdefs.h. */
22900 _ACEOF
22901 cat confdefs.h >>conftest.$ac_ext
22902 cat >>conftest.$ac_ext <<_ACEOF
22903 /* end confdefs.h. */
22904 $ac_includes_default
22906 main ()
22908 static struct stat ac_aggr;
22909 if (sizeof ac_aggr.st_ctim)
22910 return 0;
22912 return 0;
22914 _ACEOF
22915 rm -f conftest.$ac_objext
22916 if { (ac_try="$ac_compile"
22917 case "(($ac_try" in
22918 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22919 *) ac_try_echo=$ac_try;;
22920 esac
22921 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
22922 $as_echo "$ac_try_echo") >&5
22923 (eval "$ac_compile") 2>conftest.er1
22924 ac_status=$?
22925 grep -v '^ *+' conftest.er1 >conftest.err
22926 rm -f conftest.er1
22927 cat conftest.err >&5
22928 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
22929 (exit $ac_status); } && {
22930 test -z "$ac_c_werror_flag" ||
22931 test ! -s conftest.err
22932 } && test -s conftest.$ac_objext; then
22933 ac_cv_member_struct_stat_st_ctim=yes
22934 else
22935 $as_echo "$as_me: failed program was:" >&5
22936 sed 's/^/| /' conftest.$ac_ext >&5
22938 ac_cv_member_struct_stat_st_ctim=no
22941 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22944 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22946 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_stat_st_ctim" >&5
22947 $as_echo "$ac_cv_member_struct_stat_st_ctim" >&6; }
22948 if test "x$ac_cv_member_struct_stat_st_ctim" = x""yes; then
22950 cat >>confdefs.h <<_ACEOF
22951 #define HAVE_STRUCT_STAT_ST_CTIM 1
22952 _ACEOF
22956 { $as_echo "$as_me:$LINENO: checking for struct stat.st_atim" >&5
22957 $as_echo_n "checking for struct stat.st_atim... " >&6; }
22958 if test "${ac_cv_member_struct_stat_st_atim+set}" = set; then
22959 $as_echo_n "(cached) " >&6
22960 else
22961 cat >conftest.$ac_ext <<_ACEOF
22962 /* confdefs.h. */
22963 _ACEOF
22964 cat confdefs.h >>conftest.$ac_ext
22965 cat >>conftest.$ac_ext <<_ACEOF
22966 /* end confdefs.h. */
22967 $ac_includes_default
22969 main ()
22971 static struct stat ac_aggr;
22972 if (ac_aggr.st_atim)
22973 return 0;
22975 return 0;
22977 _ACEOF
22978 rm -f conftest.$ac_objext
22979 if { (ac_try="$ac_compile"
22980 case "(($ac_try" in
22981 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22982 *) ac_try_echo=$ac_try;;
22983 esac
22984 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
22985 $as_echo "$ac_try_echo") >&5
22986 (eval "$ac_compile") 2>conftest.er1
22987 ac_status=$?
22988 grep -v '^ *+' conftest.er1 >conftest.err
22989 rm -f conftest.er1
22990 cat conftest.err >&5
22991 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
22992 (exit $ac_status); } && {
22993 test -z "$ac_c_werror_flag" ||
22994 test ! -s conftest.err
22995 } && test -s conftest.$ac_objext; then
22996 ac_cv_member_struct_stat_st_atim=yes
22997 else
22998 $as_echo "$as_me: failed program was:" >&5
22999 sed 's/^/| /' conftest.$ac_ext >&5
23001 cat >conftest.$ac_ext <<_ACEOF
23002 /* confdefs.h. */
23003 _ACEOF
23004 cat confdefs.h >>conftest.$ac_ext
23005 cat >>conftest.$ac_ext <<_ACEOF
23006 /* end confdefs.h. */
23007 $ac_includes_default
23009 main ()
23011 static struct stat ac_aggr;
23012 if (sizeof ac_aggr.st_atim)
23013 return 0;
23015 return 0;
23017 _ACEOF
23018 rm -f conftest.$ac_objext
23019 if { (ac_try="$ac_compile"
23020 case "(($ac_try" in
23021 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23022 *) ac_try_echo=$ac_try;;
23023 esac
23024 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
23025 $as_echo "$ac_try_echo") >&5
23026 (eval "$ac_compile") 2>conftest.er1
23027 ac_status=$?
23028 grep -v '^ *+' conftest.er1 >conftest.err
23029 rm -f conftest.er1
23030 cat conftest.err >&5
23031 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
23032 (exit $ac_status); } && {
23033 test -z "$ac_c_werror_flag" ||
23034 test ! -s conftest.err
23035 } && test -s conftest.$ac_objext; then
23036 ac_cv_member_struct_stat_st_atim=yes
23037 else
23038 $as_echo "$as_me: failed program was:" >&5
23039 sed 's/^/| /' conftest.$ac_ext >&5
23041 ac_cv_member_struct_stat_st_atim=no
23044 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
23047 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
23049 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_stat_st_atim" >&5
23050 $as_echo "$ac_cv_member_struct_stat_st_atim" >&6; }
23051 if test "x$ac_cv_member_struct_stat_st_atim" = x""yes; then
23053 cat >>confdefs.h <<_ACEOF
23054 #define HAVE_STRUCT_STAT_ST_ATIM 1
23055 _ACEOF
23061 { $as_echo "$as_me:$LINENO: checking for struct sockaddr_in6.sin6_scope_id" >&5
23062 $as_echo_n "checking for struct sockaddr_in6.sin6_scope_id... " >&6; }
23063 if test "${ac_cv_member_struct_sockaddr_in6_sin6_scope_id+set}" = set; then
23064 $as_echo_n "(cached) " >&6
23065 else
23066 cat >conftest.$ac_ext <<_ACEOF
23067 /* confdefs.h. */
23068 _ACEOF
23069 cat confdefs.h >>conftest.$ac_ext
23070 cat >>conftest.$ac_ext <<_ACEOF
23071 /* end confdefs.h. */
23072 #ifdef HAVE_SYS_TYPES_H
23073 #include <sys/types.h>
23074 #endif
23075 #ifdef HAVE_NETINET_IN_H
23076 #include <netinet/in.h>
23077 #endif
23080 main ()
23082 static struct sockaddr_in6 ac_aggr;
23083 if (ac_aggr.sin6_scope_id)
23084 return 0;
23086 return 0;
23088 _ACEOF
23089 rm -f conftest.$ac_objext
23090 if { (ac_try="$ac_compile"
23091 case "(($ac_try" in
23092 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23093 *) ac_try_echo=$ac_try;;
23094 esac
23095 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
23096 $as_echo "$ac_try_echo") >&5
23097 (eval "$ac_compile") 2>conftest.er1
23098 ac_status=$?
23099 grep -v '^ *+' conftest.er1 >conftest.err
23100 rm -f conftest.er1
23101 cat conftest.err >&5
23102 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
23103 (exit $ac_status); } && {
23104 test -z "$ac_c_werror_flag" ||
23105 test ! -s conftest.err
23106 } && test -s conftest.$ac_objext; then
23107 ac_cv_member_struct_sockaddr_in6_sin6_scope_id=yes
23108 else
23109 $as_echo "$as_me: failed program was:" >&5
23110 sed 's/^/| /' conftest.$ac_ext >&5
23112 cat >conftest.$ac_ext <<_ACEOF
23113 /* confdefs.h. */
23114 _ACEOF
23115 cat confdefs.h >>conftest.$ac_ext
23116 cat >>conftest.$ac_ext <<_ACEOF
23117 /* end confdefs.h. */
23118 #ifdef HAVE_SYS_TYPES_H
23119 #include <sys/types.h>
23120 #endif
23121 #ifdef HAVE_NETINET_IN_H
23122 #include <netinet/in.h>
23123 #endif
23126 main ()
23128 static struct sockaddr_in6 ac_aggr;
23129 if (sizeof ac_aggr.sin6_scope_id)
23130 return 0;
23132 return 0;
23134 _ACEOF
23135 rm -f conftest.$ac_objext
23136 if { (ac_try="$ac_compile"
23137 case "(($ac_try" in
23138 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23139 *) ac_try_echo=$ac_try;;
23140 esac
23141 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
23142 $as_echo "$ac_try_echo") >&5
23143 (eval "$ac_compile") 2>conftest.er1
23144 ac_status=$?
23145 grep -v '^ *+' conftest.er1 >conftest.err
23146 rm -f conftest.er1
23147 cat conftest.err >&5
23148 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
23149 (exit $ac_status); } && {
23150 test -z "$ac_c_werror_flag" ||
23151 test ! -s conftest.err
23152 } && test -s conftest.$ac_objext; then
23153 ac_cv_member_struct_sockaddr_in6_sin6_scope_id=yes
23154 else
23155 $as_echo "$as_me: failed program was:" >&5
23156 sed 's/^/| /' conftest.$ac_ext >&5
23158 ac_cv_member_struct_sockaddr_in6_sin6_scope_id=no
23161 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
23164 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
23166 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_sockaddr_in6_sin6_scope_id" >&5
23167 $as_echo "$ac_cv_member_struct_sockaddr_in6_sin6_scope_id" >&6; }
23168 if test "x$ac_cv_member_struct_sockaddr_in6_sin6_scope_id" = x""yes; then
23170 cat >>confdefs.h <<_ACEOF
23171 #define HAVE_STRUCT_SOCKADDR_IN6_SIN6_SCOPE_ID 1
23172 _ACEOF
23178 { $as_echo "$as_me:$LINENO: checking for ns_msg._msg_ptr" >&5
23179 $as_echo_n "checking for ns_msg._msg_ptr... " >&6; }
23180 if test "${ac_cv_member_ns_msg__msg_ptr+set}" = set; then
23181 $as_echo_n "(cached) " >&6
23182 else
23183 cat >conftest.$ac_ext <<_ACEOF
23184 /* confdefs.h. */
23185 _ACEOF
23186 cat confdefs.h >>conftest.$ac_ext
23187 cat >>conftest.$ac_ext <<_ACEOF
23188 /* end confdefs.h. */
23189 #ifdef HAVE_SYS_TYPES_H
23190 #include <sys/types.h>
23191 #endif
23192 #ifdef HAVE_NETINET_IN_H
23193 # include <netinet/in.h>
23194 #endif
23195 #ifdef HAVE_ARPA_NAMESER_H
23196 # include <arpa/nameser.h>
23197 #endif
23200 main ()
23202 static ns_msg ac_aggr;
23203 if (ac_aggr._msg_ptr)
23204 return 0;
23206 return 0;
23208 _ACEOF
23209 rm -f conftest.$ac_objext
23210 if { (ac_try="$ac_compile"
23211 case "(($ac_try" in
23212 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23213 *) ac_try_echo=$ac_try;;
23214 esac
23215 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
23216 $as_echo "$ac_try_echo") >&5
23217 (eval "$ac_compile") 2>conftest.er1
23218 ac_status=$?
23219 grep -v '^ *+' conftest.er1 >conftest.err
23220 rm -f conftest.er1
23221 cat conftest.err >&5
23222 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
23223 (exit $ac_status); } && {
23224 test -z "$ac_c_werror_flag" ||
23225 test ! -s conftest.err
23226 } && test -s conftest.$ac_objext; then
23227 ac_cv_member_ns_msg__msg_ptr=yes
23228 else
23229 $as_echo "$as_me: failed program was:" >&5
23230 sed 's/^/| /' conftest.$ac_ext >&5
23232 cat >conftest.$ac_ext <<_ACEOF
23233 /* confdefs.h. */
23234 _ACEOF
23235 cat confdefs.h >>conftest.$ac_ext
23236 cat >>conftest.$ac_ext <<_ACEOF
23237 /* end confdefs.h. */
23238 #ifdef HAVE_SYS_TYPES_H
23239 #include <sys/types.h>
23240 #endif
23241 #ifdef HAVE_NETINET_IN_H
23242 # include <netinet/in.h>
23243 #endif
23244 #ifdef HAVE_ARPA_NAMESER_H
23245 # include <arpa/nameser.h>
23246 #endif
23249 main ()
23251 static ns_msg ac_aggr;
23252 if (sizeof ac_aggr._msg_ptr)
23253 return 0;
23255 return 0;
23257 _ACEOF
23258 rm -f conftest.$ac_objext
23259 if { (ac_try="$ac_compile"
23260 case "(($ac_try" in
23261 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23262 *) ac_try_echo=$ac_try;;
23263 esac
23264 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
23265 $as_echo "$ac_try_echo") >&5
23266 (eval "$ac_compile") 2>conftest.er1
23267 ac_status=$?
23268 grep -v '^ *+' conftest.er1 >conftest.err
23269 rm -f conftest.er1
23270 cat conftest.err >&5
23271 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
23272 (exit $ac_status); } && {
23273 test -z "$ac_c_werror_flag" ||
23274 test ! -s conftest.err
23275 } && test -s conftest.$ac_objext; then
23276 ac_cv_member_ns_msg__msg_ptr=yes
23277 else
23278 $as_echo "$as_me: failed program was:" >&5
23279 sed 's/^/| /' conftest.$ac_ext >&5
23281 ac_cv_member_ns_msg__msg_ptr=no
23284 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
23287 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
23289 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_ns_msg__msg_ptr" >&5
23290 $as_echo "$ac_cv_member_ns_msg__msg_ptr" >&6; }
23291 if test "x$ac_cv_member_ns_msg__msg_ptr" = x""yes; then
23293 cat >>confdefs.h <<_ACEOF
23294 #define HAVE_NS_MSG__MSG_PTR 1
23295 _ACEOF
23301 { $as_echo "$as_me:$LINENO: checking for timezone variable" >&5
23302 $as_echo_n "checking for timezone variable... " >&6; }
23303 if test "${ac_cv_have_timezone+set}" = set; then
23304 $as_echo_n "(cached) " >&6
23305 else
23306 cat >conftest.$ac_ext <<_ACEOF
23307 /* confdefs.h. */
23308 _ACEOF
23309 cat confdefs.h >>conftest.$ac_ext
23310 cat >>conftest.$ac_ext <<_ACEOF
23311 /* end confdefs.h. */
23312 #include <time.h>
23314 main ()
23316 timezone = 1
23318 return 0;
23320 _ACEOF
23321 rm -f conftest.$ac_objext conftest$ac_exeext
23322 if { (ac_try="$ac_link"
23323 case "(($ac_try" in
23324 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23325 *) ac_try_echo=$ac_try;;
23326 esac
23327 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
23328 $as_echo "$ac_try_echo") >&5
23329 (eval "$ac_link") 2>conftest.er1
23330 ac_status=$?
23331 grep -v '^ *+' conftest.er1 >conftest.err
23332 rm -f conftest.er1
23333 cat conftest.err >&5
23334 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
23335 (exit $ac_status); } && {
23336 test -z "$ac_c_werror_flag" ||
23337 test ! -s conftest.err
23338 } && test -s conftest$ac_exeext && {
23339 test "$cross_compiling" = yes ||
23340 $as_test_x conftest$ac_exeext
23341 }; then
23342 ac_cv_have_timezone="yes"
23343 else
23344 $as_echo "$as_me: failed program was:" >&5
23345 sed 's/^/| /' conftest.$ac_ext >&5
23347 ac_cv_have_timezone="no"
23350 rm -rf conftest.dSYM
23351 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
23352 conftest$ac_exeext conftest.$ac_ext
23354 { $as_echo "$as_me:$LINENO: result: $ac_cv_have_timezone" >&5
23355 $as_echo "$ac_cv_have_timezone" >&6; }
23356 if test "$ac_cv_have_timezone" = "yes"
23357 then
23359 cat >>confdefs.h <<\_ACEOF
23360 #define HAVE_TIMEZONE 1
23361 _ACEOF
23364 { $as_echo "$as_me:$LINENO: checking for daylight variable" >&5
23365 $as_echo_n "checking for daylight variable... " >&6; }
23366 if test "${ac_cv_have_daylight+set}" = set; then
23367 $as_echo_n "(cached) " >&6
23368 else
23369 cat >conftest.$ac_ext <<_ACEOF
23370 /* confdefs.h. */
23371 _ACEOF
23372 cat confdefs.h >>conftest.$ac_ext
23373 cat >>conftest.$ac_ext <<_ACEOF
23374 /* end confdefs.h. */
23375 #include <time.h>
23377 main ()
23379 daylight = 1
23381 return 0;
23383 _ACEOF
23384 rm -f conftest.$ac_objext conftest$ac_exeext
23385 if { (ac_try="$ac_link"
23386 case "(($ac_try" in
23387 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23388 *) ac_try_echo=$ac_try;;
23389 esac
23390 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
23391 $as_echo "$ac_try_echo") >&5
23392 (eval "$ac_link") 2>conftest.er1
23393 ac_status=$?
23394 grep -v '^ *+' conftest.er1 >conftest.err
23395 rm -f conftest.er1
23396 cat conftest.err >&5
23397 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
23398 (exit $ac_status); } && {
23399 test -z "$ac_c_werror_flag" ||
23400 test ! -s conftest.err
23401 } && test -s conftest$ac_exeext && {
23402 test "$cross_compiling" = yes ||
23403 $as_test_x conftest$ac_exeext
23404 }; then
23405 ac_cv_have_daylight="yes"
23406 else
23407 $as_echo "$as_me: failed program was:" >&5
23408 sed 's/^/| /' conftest.$ac_ext >&5
23410 ac_cv_have_daylight="no"
23413 rm -rf conftest.dSYM
23414 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
23415 conftest$ac_exeext conftest.$ac_ext
23417 { $as_echo "$as_me:$LINENO: result: $ac_cv_have_daylight" >&5
23418 $as_echo "$ac_cv_have_daylight" >&6; }
23419 if test "$ac_cv_have_daylight" = "yes"
23420 then
23422 cat >>confdefs.h <<\_ACEOF
23423 #define HAVE_DAYLIGHT 1
23424 _ACEOF
23428 { $as_echo "$as_me:$LINENO: checking for isinf" >&5
23429 $as_echo_n "checking for isinf... " >&6; }
23430 if test "${ac_cv_have_isinf+set}" = set; then
23431 $as_echo_n "(cached) " >&6
23432 else
23433 cat >conftest.$ac_ext <<_ACEOF
23434 /* confdefs.h. */
23435 _ACEOF
23436 cat confdefs.h >>conftest.$ac_ext
23437 cat >>conftest.$ac_ext <<_ACEOF
23438 /* end confdefs.h. */
23439 #include <math.h>
23441 main ()
23443 float f = 0.0; int i=isinf(f)
23445 return 0;
23447 _ACEOF
23448 rm -f conftest.$ac_objext conftest$ac_exeext
23449 if { (ac_try="$ac_link"
23450 case "(($ac_try" in
23451 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23452 *) ac_try_echo=$ac_try;;
23453 esac
23454 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
23455 $as_echo "$ac_try_echo") >&5
23456 (eval "$ac_link") 2>conftest.er1
23457 ac_status=$?
23458 grep -v '^ *+' conftest.er1 >conftest.err
23459 rm -f conftest.er1
23460 cat conftest.err >&5
23461 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
23462 (exit $ac_status); } && {
23463 test -z "$ac_c_werror_flag" ||
23464 test ! -s conftest.err
23465 } && test -s conftest$ac_exeext && {
23466 test "$cross_compiling" = yes ||
23467 $as_test_x conftest$ac_exeext
23468 }; then
23469 ac_cv_have_isinf="yes"
23470 else
23471 $as_echo "$as_me: failed program was:" >&5
23472 sed 's/^/| /' conftest.$ac_ext >&5
23474 ac_cv_have_isinf="no"
23477 rm -rf conftest.dSYM
23478 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
23479 conftest$ac_exeext conftest.$ac_ext
23481 { $as_echo "$as_me:$LINENO: result: $ac_cv_have_isinf" >&5
23482 $as_echo "$ac_cv_have_isinf" >&6; }
23483 if test "$ac_cv_have_isinf" = "yes"
23484 then
23486 cat >>confdefs.h <<\_ACEOF
23487 #define HAVE_ISINF 1
23488 _ACEOF
23492 { $as_echo "$as_me:$LINENO: checking for isnan" >&5
23493 $as_echo_n "checking for isnan... " >&6; }
23494 if test "${ac_cv_have_isnan+set}" = set; then
23495 $as_echo_n "(cached) " >&6
23496 else
23497 cat >conftest.$ac_ext <<_ACEOF
23498 /* confdefs.h. */
23499 _ACEOF
23500 cat confdefs.h >>conftest.$ac_ext
23501 cat >>conftest.$ac_ext <<_ACEOF
23502 /* end confdefs.h. */
23503 #include <math.h>
23505 main ()
23507 float f = 0.0; int i=isnan(f)
23509 return 0;
23511 _ACEOF
23512 rm -f conftest.$ac_objext conftest$ac_exeext
23513 if { (ac_try="$ac_link"
23514 case "(($ac_try" in
23515 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23516 *) ac_try_echo=$ac_try;;
23517 esac
23518 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
23519 $as_echo "$ac_try_echo") >&5
23520 (eval "$ac_link") 2>conftest.er1
23521 ac_status=$?
23522 grep -v '^ *+' conftest.er1 >conftest.err
23523 rm -f conftest.er1
23524 cat conftest.err >&5
23525 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
23526 (exit $ac_status); } && {
23527 test -z "$ac_c_werror_flag" ||
23528 test ! -s conftest.err
23529 } && test -s conftest$ac_exeext && {
23530 test "$cross_compiling" = yes ||
23531 $as_test_x conftest$ac_exeext
23532 }; then
23533 ac_cv_have_isnan="yes"
23534 else
23535 $as_echo "$as_me: failed program was:" >&5
23536 sed 's/^/| /' conftest.$ac_ext >&5
23538 ac_cv_have_isnan="no"
23541 rm -rf conftest.dSYM
23542 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
23543 conftest$ac_exeext conftest.$ac_ext
23545 { $as_echo "$as_me:$LINENO: result: $ac_cv_have_isnan" >&5
23546 $as_echo "$ac_cv_have_isnan" >&6; }
23547 if test "$ac_cv_have_isnan" = "yes"
23548 then
23550 cat >>confdefs.h <<\_ACEOF
23551 #define HAVE_ISNAN 1
23552 _ACEOF
23557 case $host_cpu in
23558 *i[3456789]86*) { $as_echo "$as_me:$LINENO: checking whether we need to define __i386__" >&5
23559 $as_echo_n "checking whether we need to define __i386__... " >&6; }
23560 if test "${ac_cv_cpp_def___i386__+set}" = set; then
23561 $as_echo_n "(cached) " >&6
23562 else
23563 cat >conftest.$ac_ext <<_ACEOF
23564 /* confdefs.h. */
23565 _ACEOF
23566 cat confdefs.h >>conftest.$ac_ext
23567 cat >>conftest.$ac_ext <<_ACEOF
23568 /* end confdefs.h. */
23569 #ifndef __i386__
23571 #endif
23572 _ACEOF
23573 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
23574 $EGREP "yes" >/dev/null 2>&1; then
23575 ac_cv_cpp_def___i386__=yes
23576 else
23577 ac_cv_cpp_def___i386__=no
23579 rm -f conftest*
23582 { $as_echo "$as_me:$LINENO: result: $ac_cv_cpp_def___i386__" >&5
23583 $as_echo "$ac_cv_cpp_def___i386__" >&6; }
23584 if test $ac_cv_cpp_def___i386__ = yes; then
23585 CFLAGS="$CFLAGS -D__i386__"
23586 LINTFLAGS="$LINTFLAGS -D__i386__"
23589 *x86_64*) { $as_echo "$as_me:$LINENO: checking whether we need to define __x86_64__" >&5
23590 $as_echo_n "checking whether we need to define __x86_64__... " >&6; }
23591 if test "${ac_cv_cpp_def___x86_64__+set}" = set; then
23592 $as_echo_n "(cached) " >&6
23593 else
23594 cat >conftest.$ac_ext <<_ACEOF
23595 /* confdefs.h. */
23596 _ACEOF
23597 cat confdefs.h >>conftest.$ac_ext
23598 cat >>conftest.$ac_ext <<_ACEOF
23599 /* end confdefs.h. */
23600 #ifndef __x86_64__
23602 #endif
23603 _ACEOF
23604 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
23605 $EGREP "yes" >/dev/null 2>&1; then
23606 ac_cv_cpp_def___x86_64__=yes
23607 else
23608 ac_cv_cpp_def___x86_64__=no
23610 rm -f conftest*
23613 { $as_echo "$as_me:$LINENO: result: $ac_cv_cpp_def___x86_64__" >&5
23614 $as_echo "$ac_cv_cpp_def___x86_64__" >&6; }
23615 if test $ac_cv_cpp_def___x86_64__ = yes; then
23616 CFLAGS="$CFLAGS -D__x86_64__"
23617 LINTFLAGS="$LINTFLAGS -D__x86_64__"
23620 *alpha*) { $as_echo "$as_me:$LINENO: checking whether we need to define __ALPHA__" >&5
23621 $as_echo_n "checking whether we need to define __ALPHA__... " >&6; }
23622 if test "${ac_cv_cpp_def___ALPHA__+set}" = set; then
23623 $as_echo_n "(cached) " >&6
23624 else
23625 cat >conftest.$ac_ext <<_ACEOF
23626 /* confdefs.h. */
23627 _ACEOF
23628 cat confdefs.h >>conftest.$ac_ext
23629 cat >>conftest.$ac_ext <<_ACEOF
23630 /* end confdefs.h. */
23631 #ifndef __ALPHA__
23633 #endif
23634 _ACEOF
23635 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
23636 $EGREP "yes" >/dev/null 2>&1; then
23637 ac_cv_cpp_def___ALPHA__=yes
23638 else
23639 ac_cv_cpp_def___ALPHA__=no
23641 rm -f conftest*
23644 { $as_echo "$as_me:$LINENO: result: $ac_cv_cpp_def___ALPHA__" >&5
23645 $as_echo "$ac_cv_cpp_def___ALPHA__" >&6; }
23646 if test $ac_cv_cpp_def___ALPHA__ = yes; then
23647 CFLAGS="$CFLAGS -D__ALPHA__"
23648 LINTFLAGS="$LINTFLAGS -D__ALPHA__"
23651 *sparc*) { $as_echo "$as_me:$LINENO: checking whether we need to define __sparc__" >&5
23652 $as_echo_n "checking whether we need to define __sparc__... " >&6; }
23653 if test "${ac_cv_cpp_def___sparc__+set}" = set; then
23654 $as_echo_n "(cached) " >&6
23655 else
23656 cat >conftest.$ac_ext <<_ACEOF
23657 /* confdefs.h. */
23658 _ACEOF
23659 cat confdefs.h >>conftest.$ac_ext
23660 cat >>conftest.$ac_ext <<_ACEOF
23661 /* end confdefs.h. */
23662 #ifndef __sparc__
23664 #endif
23665 _ACEOF
23666 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
23667 $EGREP "yes" >/dev/null 2>&1; then
23668 ac_cv_cpp_def___sparc__=yes
23669 else
23670 ac_cv_cpp_def___sparc__=no
23672 rm -f conftest*
23675 { $as_echo "$as_me:$LINENO: result: $ac_cv_cpp_def___sparc__" >&5
23676 $as_echo "$ac_cv_cpp_def___sparc__" >&6; }
23677 if test $ac_cv_cpp_def___sparc__ = yes; then
23678 CFLAGS="$CFLAGS -D__sparc__"
23679 LINTFLAGS="$LINTFLAGS -D__sparc__"
23682 *powerpc*) { $as_echo "$as_me:$LINENO: checking whether we need to define __powerpc__" >&5
23683 $as_echo_n "checking whether we need to define __powerpc__... " >&6; }
23684 if test "${ac_cv_cpp_def___powerpc__+set}" = set; then
23685 $as_echo_n "(cached) " >&6
23686 else
23687 cat >conftest.$ac_ext <<_ACEOF
23688 /* confdefs.h. */
23689 _ACEOF
23690 cat confdefs.h >>conftest.$ac_ext
23691 cat >>conftest.$ac_ext <<_ACEOF
23692 /* end confdefs.h. */
23693 #ifndef __powerpc__
23695 #endif
23696 _ACEOF
23697 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
23698 $EGREP "yes" >/dev/null 2>&1; then
23699 ac_cv_cpp_def___powerpc__=yes
23700 else
23701 ac_cv_cpp_def___powerpc__=no
23703 rm -f conftest*
23706 { $as_echo "$as_me:$LINENO: result: $ac_cv_cpp_def___powerpc__" >&5
23707 $as_echo "$ac_cv_cpp_def___powerpc__" >&6; }
23708 if test $ac_cv_cpp_def___powerpc__ = yes; then
23709 CFLAGS="$CFLAGS -D__powerpc__"
23710 LINTFLAGS="$LINTFLAGS -D__powerpc__"
23713 esac
23715 case $host_vendor in
23716 *sun*) { $as_echo "$as_me:$LINENO: checking whether we need to define __sun__" >&5
23717 $as_echo_n "checking whether we need to define __sun__... " >&6; }
23718 if test "${ac_cv_cpp_def___sun__+set}" = set; then
23719 $as_echo_n "(cached) " >&6
23720 else
23721 cat >conftest.$ac_ext <<_ACEOF
23722 /* confdefs.h. */
23723 _ACEOF
23724 cat confdefs.h >>conftest.$ac_ext
23725 cat >>conftest.$ac_ext <<_ACEOF
23726 /* end confdefs.h. */
23727 #ifndef __sun__
23729 #endif
23730 _ACEOF
23731 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
23732 $EGREP "yes" >/dev/null 2>&1; then
23733 ac_cv_cpp_def___sun__=yes
23734 else
23735 ac_cv_cpp_def___sun__=no
23737 rm -f conftest*
23740 { $as_echo "$as_me:$LINENO: result: $ac_cv_cpp_def___sun__" >&5
23741 $as_echo "$ac_cv_cpp_def___sun__" >&6; }
23742 if test $ac_cv_cpp_def___sun__ = yes; then
23743 CFLAGS="$CFLAGS -D__sun__"
23744 LINTFLAGS="$LINTFLAGS -D__sun__"
23747 esac
23750 DEPENDENCIES="### Dependencies:
23752 .INIT: Makefile
23753 .BEGIN: Makefile
23754 Makefile: dummy
23755 -\$(MAKEDEP) -C\$(SRCDIR) -S\$(TOPSRCDIR) -T\$(TOPOBJDIR) \$(EXTRAINCL) \$(DEPEND_SRCS)
23757 \$(OBJS): \$(IDL_GEN_HEADERS)
23758 \$(IDL_GEN_C_SRCS:.c=.o): \$(IDL_GEN_C_SRCS)
23759 \$(RC_SRCS:.rc=.res): \$(IDL_TLB_SRCS:.idl=.tlb)
23760 \$(LEX_SRCS:.l=.yy.o): \$(LEX_SRCS:.l=.yy.c)
23761 \$(BISON_SRCS:.y=.tab.o): \$(BISON_SRCS:.y=.tab.c)"
23764 ALL_MAKERULES=""
23766 ALL_MAKEFILES=""
23768 ALL_MAKEFILE_DEPENDS="# Makefile dependencies"
23771 ALL_TOP_DIRS=""
23773 ALL_DLL_DIRS=""
23775 ALL_IMPLIB_DIRS=""
23777 ALL_TEST_DIRS=""
23779 ALL_PROGRAM_DIRS=""
23781 ALL_PROGRAM_INSTALL_DIRS=""
23783 ALL_PROGRAM_BIN_INSTALL_DIRS=""
23789 ac_config_commands="$ac_config_commands include/stamp-h"
23792 ac_config_commands="$ac_config_commands dlls/gdi32/enhmfdrv"
23794 ac_config_commands="$ac_config_commands dlls/gdi32/mfdrv"
23796 ac_config_commands="$ac_config_commands dlls/kernel32/nls"
23798 ac_config_commands="$ac_config_commands dlls/user32/resources"
23800 ac_config_commands="$ac_config_commands dlls/wineps.drv/data"
23802 ac_config_commands="$ac_config_commands include/wine"
23805 ALL_MAKERULES="$ALL_MAKERULES \\
23806 Make.rules"
23807 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23808 Make.rules: Make.rules.in"
23809 MAKE_RULES=Make.rules
23810 ac_config_files="$ac_config_files Make.rules"
23812 ALL_MAKERULES="$ALL_MAKERULES \\
23813 dlls/Makedll.rules"
23814 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23815 dlls/Makedll.rules: dlls/Makedll.rules.in Make.rules"
23816 MAKE_DLL_RULES=dlls/Makedll.rules
23817 ac_config_files="$ac_config_files dlls/Makedll.rules"
23819 ALL_MAKERULES="$ALL_MAKERULES \\
23820 dlls/Makeimplib.rules"
23821 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23822 dlls/Makeimplib.rules: dlls/Makeimplib.rules.in Make.rules"
23823 MAKE_IMPLIB_RULES=dlls/Makeimplib.rules
23824 ac_config_files="$ac_config_files dlls/Makeimplib.rules"
23826 ALL_MAKERULES="$ALL_MAKERULES \\
23827 dlls/Maketest.rules"
23828 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23829 dlls/Maketest.rules: dlls/Maketest.rules.in Make.rules"
23830 MAKE_TEST_RULES=dlls/Maketest.rules
23831 ac_config_files="$ac_config_files dlls/Maketest.rules"
23833 ALL_MAKERULES="$ALL_MAKERULES \\
23834 programs/Makeprog.rules"
23835 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23836 programs/Makeprog.rules: programs/Makeprog.rules.in Make.rules"
23837 MAKE_PROG_RULES=programs/Makeprog.rules
23838 ac_config_files="$ac_config_files programs/Makeprog.rules"
23843 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23844 Makefile: Makefile.in Make.rules"
23845 ac_config_files="$ac_config_files Makefile"
23847 ALL_MAKEFILES="$ALL_MAKEFILES \\
23848 dlls/Makefile"
23849 test "x$enable_dlls" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
23850 dlls"
23851 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23852 dlls/Makefile: dlls/Makefile.in Make.rules"
23853 ac_config_files="$ac_config_files dlls/Makefile"
23855 ALL_MAKEFILES="$ALL_MAKEFILES \\
23856 dlls/acledit/Makefile"
23857 test "x$enable_acledit" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23858 acledit"
23859 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23860 dlls/acledit/Makefile: dlls/acledit/Makefile.in dlls/Makedll.rules"
23861 ac_config_files="$ac_config_files dlls/acledit/Makefile"
23863 ALL_MAKEFILES="$ALL_MAKEFILES \\
23864 dlls/activeds/Makefile"
23865 test "x$enable_activeds" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23866 activeds"
23867 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23868 dlls/activeds/Makefile: dlls/activeds/Makefile.in dlls/Makedll.rules"
23869 ac_config_files="$ac_config_files dlls/activeds/Makefile"
23871 ALL_MAKEFILES="$ALL_MAKEFILES \\
23872 dlls/actxprxy/Makefile"
23873 test "x$enable_actxprxy" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23874 actxprxy"
23875 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23876 dlls/actxprxy/Makefile: dlls/actxprxy/Makefile.in dlls/Makedll.rules"
23877 ac_config_files="$ac_config_files dlls/actxprxy/Makefile"
23879 ALL_MAKEFILES="$ALL_MAKEFILES \\
23880 dlls/adsiid/Makefile"
23881 test "x$enable_adsiid" != xno && ALL_IMPLIB_DIRS="$ALL_IMPLIB_DIRS \\
23882 adsiid"
23883 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23884 dlls/adsiid/Makefile: dlls/adsiid/Makefile.in dlls/Makeimplib.rules"
23885 ac_config_files="$ac_config_files dlls/adsiid/Makefile"
23887 ALL_MAKEFILES="$ALL_MAKEFILES \\
23888 dlls/advapi32/Makefile"
23889 test "x$enable_advapi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23890 advapi32"
23891 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23892 dlls/advapi32/Makefile: dlls/advapi32/Makefile.in dlls/Makedll.rules"
23893 ac_config_files="$ac_config_files dlls/advapi32/Makefile"
23895 ALL_MAKEFILES="$ALL_MAKEFILES \\
23896 dlls/advapi32/tests/Makefile"
23897 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23898 advapi32/tests"
23899 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23900 dlls/advapi32/tests/Makefile: dlls/advapi32/tests/Makefile.in dlls/Maketest.rules"
23901 ac_config_files="$ac_config_files dlls/advapi32/tests/Makefile"
23903 ALL_MAKEFILES="$ALL_MAKEFILES \\
23904 dlls/advpack/Makefile"
23905 test "x$enable_advpack" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23906 advpack"
23907 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23908 dlls/advpack/Makefile: dlls/advpack/Makefile.in dlls/Makedll.rules"
23909 ac_config_files="$ac_config_files dlls/advpack/Makefile"
23911 ALL_MAKEFILES="$ALL_MAKEFILES \\
23912 dlls/advpack/tests/Makefile"
23913 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23914 advpack/tests"
23915 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23916 dlls/advpack/tests/Makefile: dlls/advpack/tests/Makefile.in dlls/Maketest.rules"
23917 ac_config_files="$ac_config_files dlls/advpack/tests/Makefile"
23919 ALL_MAKEFILES="$ALL_MAKEFILES \\
23920 dlls/amstream/Makefile"
23921 test "x$enable_amstream" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23922 amstream"
23923 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23924 dlls/amstream/Makefile: dlls/amstream/Makefile.in dlls/Makedll.rules"
23925 ac_config_files="$ac_config_files dlls/amstream/Makefile"
23927 ALL_MAKEFILES="$ALL_MAKEFILES \\
23928 dlls/appwiz.cpl/Makefile"
23929 test "x$enable_appwiz_cpl" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23930 appwiz.cpl"
23931 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23932 dlls/appwiz.cpl/Makefile: dlls/appwiz.cpl/Makefile.in dlls/Makedll.rules"
23933 ac_config_files="$ac_config_files dlls/appwiz.cpl/Makefile"
23935 ALL_MAKEFILES="$ALL_MAKEFILES \\
23936 dlls/atl/Makefile"
23937 test "x$enable_atl" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23938 atl"
23939 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23940 dlls/atl/Makefile: dlls/atl/Makefile.in dlls/Makedll.rules"
23941 ac_config_files="$ac_config_files dlls/atl/Makefile"
23943 ALL_MAKEFILES="$ALL_MAKEFILES \\
23944 dlls/avicap32/Makefile"
23945 test "x$enable_avicap32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23946 avicap32"
23947 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23948 dlls/avicap32/Makefile: dlls/avicap32/Makefile.in dlls/Makedll.rules"
23949 ac_config_files="$ac_config_files dlls/avicap32/Makefile"
23951 ALL_MAKEFILES="$ALL_MAKEFILES \\
23952 dlls/avifil32/Makefile"
23953 test "x$enable_avifil32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23954 avifil32"
23955 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23956 dlls/avifil32/Makefile: dlls/avifil32/Makefile.in dlls/Makedll.rules"
23957 ac_config_files="$ac_config_files dlls/avifil32/Makefile"
23959 ALL_MAKEFILES="$ALL_MAKEFILES \\
23960 dlls/browseui/Makefile"
23961 test "x$enable_browseui" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23962 browseui"
23963 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23964 dlls/browseui/Makefile: dlls/browseui/Makefile.in dlls/Makedll.rules"
23965 ac_config_files="$ac_config_files dlls/browseui/Makefile"
23967 ALL_MAKEFILES="$ALL_MAKEFILES \\
23968 dlls/browseui/tests/Makefile"
23969 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23970 browseui/tests"
23971 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23972 dlls/browseui/tests/Makefile: dlls/browseui/tests/Makefile.in dlls/Maketest.rules"
23973 ac_config_files="$ac_config_files dlls/browseui/tests/Makefile"
23975 ALL_MAKEFILES="$ALL_MAKEFILES \\
23976 dlls/cabinet/Makefile"
23977 test "x$enable_cabinet" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23978 cabinet"
23979 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23980 dlls/cabinet/Makefile: dlls/cabinet/Makefile.in dlls/Makedll.rules"
23981 ac_config_files="$ac_config_files dlls/cabinet/Makefile"
23983 ALL_MAKEFILES="$ALL_MAKEFILES \\
23984 dlls/cabinet/tests/Makefile"
23985 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23986 cabinet/tests"
23987 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23988 dlls/cabinet/tests/Makefile: dlls/cabinet/tests/Makefile.in dlls/Maketest.rules"
23989 ac_config_files="$ac_config_files dlls/cabinet/tests/Makefile"
23991 ALL_MAKEFILES="$ALL_MAKEFILES \\
23992 dlls/capi2032/Makefile"
23993 test "x$enable_capi2032" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23994 capi2032"
23995 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23996 dlls/capi2032/Makefile: dlls/capi2032/Makefile.in dlls/Makedll.rules"
23997 ac_config_files="$ac_config_files dlls/capi2032/Makefile"
23999 ALL_MAKEFILES="$ALL_MAKEFILES \\
24000 dlls/cards/Makefile"
24001 test "x$enable_cards" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24002 cards"
24003 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24004 dlls/cards/Makefile: dlls/cards/Makefile.in dlls/Makedll.rules"
24005 ac_config_files="$ac_config_files dlls/cards/Makefile"
24007 ALL_MAKEFILES="$ALL_MAKEFILES \\
24008 dlls/cfgmgr32/Makefile"
24009 test "x$enable_cfgmgr32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24010 cfgmgr32"
24011 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24012 dlls/cfgmgr32/Makefile: dlls/cfgmgr32/Makefile.in dlls/Makedll.rules"
24013 ac_config_files="$ac_config_files dlls/cfgmgr32/Makefile"
24015 ALL_MAKEFILES="$ALL_MAKEFILES \\
24016 dlls/clusapi/Makefile"
24017 test "x$enable_clusapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24018 clusapi"
24019 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24020 dlls/clusapi/Makefile: dlls/clusapi/Makefile.in dlls/Makedll.rules"
24021 ac_config_files="$ac_config_files dlls/clusapi/Makefile"
24023 ALL_MAKEFILES="$ALL_MAKEFILES \\
24024 dlls/comcat/Makefile"
24025 test "x$enable_comcat" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24026 comcat"
24027 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24028 dlls/comcat/Makefile: dlls/comcat/Makefile.in dlls/Makedll.rules"
24029 ac_config_files="$ac_config_files dlls/comcat/Makefile"
24031 ALL_MAKEFILES="$ALL_MAKEFILES \\
24032 dlls/comcat/tests/Makefile"
24033 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24034 comcat/tests"
24035 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24036 dlls/comcat/tests/Makefile: dlls/comcat/tests/Makefile.in dlls/Maketest.rules"
24037 ac_config_files="$ac_config_files dlls/comcat/tests/Makefile"
24039 ALL_MAKEFILES="$ALL_MAKEFILES \\
24040 dlls/comctl32/Makefile"
24041 test "x$enable_comctl32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24042 comctl32"
24043 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24044 dlls/comctl32/Makefile: dlls/comctl32/Makefile.in dlls/Makedll.rules"
24045 ac_config_files="$ac_config_files dlls/comctl32/Makefile"
24047 ALL_MAKEFILES="$ALL_MAKEFILES \\
24048 dlls/comctl32/tests/Makefile"
24049 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24050 comctl32/tests"
24051 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24052 dlls/comctl32/tests/Makefile: dlls/comctl32/tests/Makefile.in dlls/Maketest.rules"
24053 ac_config_files="$ac_config_files dlls/comctl32/tests/Makefile"
24055 ALL_MAKEFILES="$ALL_MAKEFILES \\
24056 dlls/comdlg32/Makefile"
24057 test "x$enable_comdlg32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24058 comdlg32"
24059 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24060 dlls/comdlg32/Makefile: dlls/comdlg32/Makefile.in dlls/Makedll.rules"
24061 ac_config_files="$ac_config_files dlls/comdlg32/Makefile"
24063 ALL_MAKEFILES="$ALL_MAKEFILES \\
24064 dlls/comdlg32/tests/Makefile"
24065 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24066 comdlg32/tests"
24067 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24068 dlls/comdlg32/tests/Makefile: dlls/comdlg32/tests/Makefile.in dlls/Maketest.rules"
24069 ac_config_files="$ac_config_files dlls/comdlg32/tests/Makefile"
24071 ALL_MAKEFILES="$ALL_MAKEFILES \\
24072 dlls/compstui/Makefile"
24073 test "x$enable_compstui" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24074 compstui"
24075 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24076 dlls/compstui/Makefile: dlls/compstui/Makefile.in dlls/Makedll.rules"
24077 ac_config_files="$ac_config_files dlls/compstui/Makefile"
24079 ALL_MAKEFILES="$ALL_MAKEFILES \\
24080 dlls/credui/Makefile"
24081 test "x$enable_credui" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24082 credui"
24083 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24084 dlls/credui/Makefile: dlls/credui/Makefile.in dlls/Makedll.rules"
24085 ac_config_files="$ac_config_files dlls/credui/Makefile"
24087 ALL_MAKEFILES="$ALL_MAKEFILES \\
24088 dlls/credui/tests/Makefile"
24089 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24090 credui/tests"
24091 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24092 dlls/credui/tests/Makefile: dlls/credui/tests/Makefile.in dlls/Maketest.rules"
24093 ac_config_files="$ac_config_files dlls/credui/tests/Makefile"
24095 ALL_MAKEFILES="$ALL_MAKEFILES \\
24096 dlls/crtdll/Makefile"
24097 test "x$enable_crtdll" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24098 crtdll"
24099 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24100 dlls/crtdll/Makefile: dlls/crtdll/Makefile.in dlls/Makedll.rules"
24101 ac_config_files="$ac_config_files dlls/crtdll/Makefile"
24103 ALL_MAKEFILES="$ALL_MAKEFILES \\
24104 dlls/crypt32/Makefile"
24105 test "x$enable_crypt32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24106 crypt32"
24107 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24108 dlls/crypt32/Makefile: dlls/crypt32/Makefile.in dlls/Makedll.rules"
24109 ac_config_files="$ac_config_files dlls/crypt32/Makefile"
24111 ALL_MAKEFILES="$ALL_MAKEFILES \\
24112 dlls/crypt32/tests/Makefile"
24113 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24114 crypt32/tests"
24115 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24116 dlls/crypt32/tests/Makefile: dlls/crypt32/tests/Makefile.in dlls/Maketest.rules"
24117 ac_config_files="$ac_config_files dlls/crypt32/tests/Makefile"
24119 ALL_MAKEFILES="$ALL_MAKEFILES \\
24120 dlls/cryptdlg/Makefile"
24121 test "x$enable_cryptdlg" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24122 cryptdlg"
24123 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24124 dlls/cryptdlg/Makefile: dlls/cryptdlg/Makefile.in dlls/Makedll.rules"
24125 ac_config_files="$ac_config_files dlls/cryptdlg/Makefile"
24127 ALL_MAKEFILES="$ALL_MAKEFILES \\
24128 dlls/cryptdll/Makefile"
24129 test "x$enable_cryptdll" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24130 cryptdll"
24131 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24132 dlls/cryptdll/Makefile: dlls/cryptdll/Makefile.in dlls/Makedll.rules"
24133 ac_config_files="$ac_config_files dlls/cryptdll/Makefile"
24135 ALL_MAKEFILES="$ALL_MAKEFILES \\
24136 dlls/cryptnet/Makefile"
24137 test "x$enable_cryptnet" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24138 cryptnet"
24139 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24140 dlls/cryptnet/Makefile: dlls/cryptnet/Makefile.in dlls/Makedll.rules"
24141 ac_config_files="$ac_config_files dlls/cryptnet/Makefile"
24143 ALL_MAKEFILES="$ALL_MAKEFILES \\
24144 dlls/cryptnet/tests/Makefile"
24145 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24146 cryptnet/tests"
24147 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24148 dlls/cryptnet/tests/Makefile: dlls/cryptnet/tests/Makefile.in dlls/Maketest.rules"
24149 ac_config_files="$ac_config_files dlls/cryptnet/tests/Makefile"
24151 ALL_MAKEFILES="$ALL_MAKEFILES \\
24152 dlls/cryptui/Makefile"
24153 test "x$enable_cryptui" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24154 cryptui"
24155 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24156 dlls/cryptui/Makefile: dlls/cryptui/Makefile.in dlls/Makedll.rules"
24157 ac_config_files="$ac_config_files dlls/cryptui/Makefile"
24159 ALL_MAKEFILES="$ALL_MAKEFILES \\
24160 dlls/cryptui/tests/Makefile"
24161 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24162 cryptui/tests"
24163 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24164 dlls/cryptui/tests/Makefile: dlls/cryptui/tests/Makefile.in dlls/Maketest.rules"
24165 ac_config_files="$ac_config_files dlls/cryptui/tests/Makefile"
24167 ALL_MAKEFILES="$ALL_MAKEFILES \\
24168 dlls/ctapi32/Makefile"
24169 test "x$enable_ctapi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24170 ctapi32"
24171 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24172 dlls/ctapi32/Makefile: dlls/ctapi32/Makefile.in dlls/Makedll.rules"
24173 ac_config_files="$ac_config_files dlls/ctapi32/Makefile"
24175 ALL_MAKEFILES="$ALL_MAKEFILES \\
24176 dlls/ctl3d32/Makefile"
24177 test "x$enable_ctl3d32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24178 ctl3d32"
24179 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24180 dlls/ctl3d32/Makefile: dlls/ctl3d32/Makefile.in dlls/Makedll.rules"
24181 ac_config_files="$ac_config_files dlls/ctl3d32/Makefile"
24183 ALL_MAKEFILES="$ALL_MAKEFILES \\
24184 dlls/d3d10/Makefile"
24185 test "x$enable_d3d10" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24186 d3d10"
24187 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24188 dlls/d3d10/Makefile: dlls/d3d10/Makefile.in dlls/Makedll.rules"
24189 ac_config_files="$ac_config_files dlls/d3d10/Makefile"
24191 ALL_MAKEFILES="$ALL_MAKEFILES \\
24192 dlls/d3d10/tests/Makefile"
24193 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24194 d3d10/tests"
24195 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24196 dlls/d3d10/tests/Makefile: dlls/d3d10/tests/Makefile.in dlls/Maketest.rules"
24197 ac_config_files="$ac_config_files dlls/d3d10/tests/Makefile"
24199 ALL_MAKEFILES="$ALL_MAKEFILES \\
24200 dlls/d3d10core/Makefile"
24201 test "x$enable_d3d10core" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24202 d3d10core"
24203 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24204 dlls/d3d10core/Makefile: dlls/d3d10core/Makefile.in dlls/Makedll.rules"
24205 ac_config_files="$ac_config_files dlls/d3d10core/Makefile"
24207 ALL_MAKEFILES="$ALL_MAKEFILES \\
24208 dlls/d3d10core/tests/Makefile"
24209 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24210 d3d10core/tests"
24211 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24212 dlls/d3d10core/tests/Makefile: dlls/d3d10core/tests/Makefile.in dlls/Maketest.rules"
24213 ac_config_files="$ac_config_files dlls/d3d10core/tests/Makefile"
24215 ALL_MAKEFILES="$ALL_MAKEFILES \\
24216 dlls/d3d8/Makefile"
24217 test "x$enable_d3d8" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24218 d3d8"
24219 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24220 dlls/d3d8/Makefile: dlls/d3d8/Makefile.in dlls/Makedll.rules"
24221 ac_config_files="$ac_config_files dlls/d3d8/Makefile"
24223 ALL_MAKEFILES="$ALL_MAKEFILES \\
24224 dlls/d3d8/tests/Makefile"
24225 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24226 d3d8/tests"
24227 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24228 dlls/d3d8/tests/Makefile: dlls/d3d8/tests/Makefile.in dlls/Maketest.rules"
24229 ac_config_files="$ac_config_files dlls/d3d8/tests/Makefile"
24231 ALL_MAKEFILES="$ALL_MAKEFILES \\
24232 dlls/d3d9/Makefile"
24233 test "x$enable_d3d9" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24234 d3d9"
24235 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24236 dlls/d3d9/Makefile: dlls/d3d9/Makefile.in dlls/Makedll.rules"
24237 ac_config_files="$ac_config_files dlls/d3d9/Makefile"
24239 ALL_MAKEFILES="$ALL_MAKEFILES \\
24240 dlls/d3d9/tests/Makefile"
24241 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24242 d3d9/tests"
24243 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24244 dlls/d3d9/tests/Makefile: dlls/d3d9/tests/Makefile.in dlls/Maketest.rules"
24245 ac_config_files="$ac_config_files dlls/d3d9/tests/Makefile"
24247 ALL_MAKEFILES="$ALL_MAKEFILES \\
24248 dlls/d3dim/Makefile"
24249 test "x$enable_d3dim" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24250 d3dim"
24251 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24252 dlls/d3dim/Makefile: dlls/d3dim/Makefile.in dlls/Makedll.rules"
24253 ac_config_files="$ac_config_files dlls/d3dim/Makefile"
24255 ALL_MAKEFILES="$ALL_MAKEFILES \\
24256 dlls/d3drm/Makefile"
24257 test "x$enable_d3drm" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24258 d3drm"
24259 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24260 dlls/d3drm/Makefile: dlls/d3drm/Makefile.in dlls/Makedll.rules"
24261 ac_config_files="$ac_config_files dlls/d3drm/Makefile"
24263 ALL_MAKEFILES="$ALL_MAKEFILES \\
24264 dlls/d3drm/tests/Makefile"
24265 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24266 d3drm/tests"
24267 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24268 dlls/d3drm/tests/Makefile: dlls/d3drm/tests/Makefile.in dlls/Maketest.rules"
24269 ac_config_files="$ac_config_files dlls/d3drm/tests/Makefile"
24271 ALL_MAKEFILES="$ALL_MAKEFILES \\
24272 dlls/d3dx8/Makefile"
24273 test "x$enable_d3dx8" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24274 d3dx8"
24275 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24276 dlls/d3dx8/Makefile: dlls/d3dx8/Makefile.in dlls/Makedll.rules"
24277 ac_config_files="$ac_config_files dlls/d3dx8/Makefile"
24279 ALL_MAKEFILES="$ALL_MAKEFILES \\
24280 dlls/d3dx8/tests/Makefile"
24281 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24282 d3dx8/tests"
24283 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24284 dlls/d3dx8/tests/Makefile: dlls/d3dx8/tests/Makefile.in dlls/Maketest.rules"
24285 ac_config_files="$ac_config_files dlls/d3dx8/tests/Makefile"
24287 ALL_MAKEFILES="$ALL_MAKEFILES \\
24288 dlls/d3dx9_24/Makefile"
24289 test "x$enable_d3dx9_24" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24290 d3dx9_24"
24291 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24292 dlls/d3dx9_24/Makefile: dlls/d3dx9_24/Makefile.in dlls/Makedll.rules"
24293 ac_config_files="$ac_config_files dlls/d3dx9_24/Makefile"
24295 ALL_MAKEFILES="$ALL_MAKEFILES \\
24296 dlls/d3dx9_25/Makefile"
24297 test "x$enable_d3dx9_25" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24298 d3dx9_25"
24299 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24300 dlls/d3dx9_25/Makefile: dlls/d3dx9_25/Makefile.in dlls/Makedll.rules"
24301 ac_config_files="$ac_config_files dlls/d3dx9_25/Makefile"
24303 ALL_MAKEFILES="$ALL_MAKEFILES \\
24304 dlls/d3dx9_26/Makefile"
24305 test "x$enable_d3dx9_26" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24306 d3dx9_26"
24307 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24308 dlls/d3dx9_26/Makefile: dlls/d3dx9_26/Makefile.in dlls/Makedll.rules"
24309 ac_config_files="$ac_config_files dlls/d3dx9_26/Makefile"
24311 ALL_MAKEFILES="$ALL_MAKEFILES \\
24312 dlls/d3dx9_27/Makefile"
24313 test "x$enable_d3dx9_27" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24314 d3dx9_27"
24315 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24316 dlls/d3dx9_27/Makefile: dlls/d3dx9_27/Makefile.in dlls/Makedll.rules"
24317 ac_config_files="$ac_config_files dlls/d3dx9_27/Makefile"
24319 ALL_MAKEFILES="$ALL_MAKEFILES \\
24320 dlls/d3dx9_28/Makefile"
24321 test "x$enable_d3dx9_28" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24322 d3dx9_28"
24323 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24324 dlls/d3dx9_28/Makefile: dlls/d3dx9_28/Makefile.in dlls/Makedll.rules"
24325 ac_config_files="$ac_config_files dlls/d3dx9_28/Makefile"
24327 ALL_MAKEFILES="$ALL_MAKEFILES \\
24328 dlls/d3dx9_29/Makefile"
24329 test "x$enable_d3dx9_29" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24330 d3dx9_29"
24331 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24332 dlls/d3dx9_29/Makefile: dlls/d3dx9_29/Makefile.in dlls/Makedll.rules"
24333 ac_config_files="$ac_config_files dlls/d3dx9_29/Makefile"
24335 ALL_MAKEFILES="$ALL_MAKEFILES \\
24336 dlls/d3dx9_30/Makefile"
24337 test "x$enable_d3dx9_30" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24338 d3dx9_30"
24339 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24340 dlls/d3dx9_30/Makefile: dlls/d3dx9_30/Makefile.in dlls/Makedll.rules"
24341 ac_config_files="$ac_config_files dlls/d3dx9_30/Makefile"
24343 ALL_MAKEFILES="$ALL_MAKEFILES \\
24344 dlls/d3dx9_31/Makefile"
24345 test "x$enable_d3dx9_31" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24346 d3dx9_31"
24347 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24348 dlls/d3dx9_31/Makefile: dlls/d3dx9_31/Makefile.in dlls/Makedll.rules"
24349 ac_config_files="$ac_config_files dlls/d3dx9_31/Makefile"
24351 ALL_MAKEFILES="$ALL_MAKEFILES \\
24352 dlls/d3dx9_32/Makefile"
24353 test "x$enable_d3dx9_32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24354 d3dx9_32"
24355 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24356 dlls/d3dx9_32/Makefile: dlls/d3dx9_32/Makefile.in dlls/Makedll.rules"
24357 ac_config_files="$ac_config_files dlls/d3dx9_32/Makefile"
24359 ALL_MAKEFILES="$ALL_MAKEFILES \\
24360 dlls/d3dx9_33/Makefile"
24361 test "x$enable_d3dx9_33" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24362 d3dx9_33"
24363 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24364 dlls/d3dx9_33/Makefile: dlls/d3dx9_33/Makefile.in dlls/Makedll.rules"
24365 ac_config_files="$ac_config_files dlls/d3dx9_33/Makefile"
24367 ALL_MAKEFILES="$ALL_MAKEFILES \\
24368 dlls/d3dx9_34/Makefile"
24369 test "x$enable_d3dx9_34" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24370 d3dx9_34"
24371 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24372 dlls/d3dx9_34/Makefile: dlls/d3dx9_34/Makefile.in dlls/Makedll.rules"
24373 ac_config_files="$ac_config_files dlls/d3dx9_34/Makefile"
24375 ALL_MAKEFILES="$ALL_MAKEFILES \\
24376 dlls/d3dx9_35/Makefile"
24377 test "x$enable_d3dx9_35" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24378 d3dx9_35"
24379 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24380 dlls/d3dx9_35/Makefile: dlls/d3dx9_35/Makefile.in dlls/Makedll.rules"
24381 ac_config_files="$ac_config_files dlls/d3dx9_35/Makefile"
24383 ALL_MAKEFILES="$ALL_MAKEFILES \\
24384 dlls/d3dx9_36/Makefile"
24385 test "x$enable_d3dx9_36" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24386 d3dx9_36"
24387 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24388 dlls/d3dx9_36/Makefile: dlls/d3dx9_36/Makefile.in dlls/Makedll.rules"
24389 ac_config_files="$ac_config_files dlls/d3dx9_36/Makefile"
24391 ALL_MAKEFILES="$ALL_MAKEFILES \\
24392 dlls/d3dx9_36/tests/Makefile"
24393 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24394 d3dx9_36/tests"
24395 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24396 dlls/d3dx9_36/tests/Makefile: dlls/d3dx9_36/tests/Makefile.in dlls/Maketest.rules"
24397 ac_config_files="$ac_config_files dlls/d3dx9_36/tests/Makefile"
24399 ALL_MAKEFILES="$ALL_MAKEFILES \\
24400 dlls/d3dx9_37/Makefile"
24401 test "x$enable_d3dx9_37" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24402 d3dx9_37"
24403 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24404 dlls/d3dx9_37/Makefile: dlls/d3dx9_37/Makefile.in dlls/Makedll.rules"
24405 ac_config_files="$ac_config_files dlls/d3dx9_37/Makefile"
24407 ALL_MAKEFILES="$ALL_MAKEFILES \\
24408 dlls/d3dxof/Makefile"
24409 test "x$enable_d3dxof" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24410 d3dxof"
24411 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24412 dlls/d3dxof/Makefile: dlls/d3dxof/Makefile.in dlls/Makedll.rules"
24413 ac_config_files="$ac_config_files dlls/d3dxof/Makefile"
24415 ALL_MAKEFILES="$ALL_MAKEFILES \\
24416 dlls/d3dxof/tests/Makefile"
24417 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24418 d3dxof/tests"
24419 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24420 dlls/d3dxof/tests/Makefile: dlls/d3dxof/tests/Makefile.in dlls/Maketest.rules"
24421 ac_config_files="$ac_config_files dlls/d3dxof/tests/Makefile"
24423 ALL_MAKEFILES="$ALL_MAKEFILES \\
24424 dlls/dbghelp/Makefile"
24425 test "x$enable_dbghelp" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24426 dbghelp"
24427 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24428 dlls/dbghelp/Makefile: dlls/dbghelp/Makefile.in dlls/Makedll.rules"
24429 ac_config_files="$ac_config_files dlls/dbghelp/Makefile"
24431 ALL_MAKEFILES="$ALL_MAKEFILES \\
24432 dlls/dciman32/Makefile"
24433 test "x$enable_dciman32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24434 dciman32"
24435 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24436 dlls/dciman32/Makefile: dlls/dciman32/Makefile.in dlls/Makedll.rules"
24437 ac_config_files="$ac_config_files dlls/dciman32/Makefile"
24439 ALL_MAKEFILES="$ALL_MAKEFILES \\
24440 dlls/ddraw/Makefile"
24441 test "x$enable_ddraw" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24442 ddraw"
24443 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24444 dlls/ddraw/Makefile: dlls/ddraw/Makefile.in dlls/Makedll.rules"
24445 ac_config_files="$ac_config_files dlls/ddraw/Makefile"
24447 ALL_MAKEFILES="$ALL_MAKEFILES \\
24448 dlls/ddraw/tests/Makefile"
24449 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24450 ddraw/tests"
24451 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24452 dlls/ddraw/tests/Makefile: dlls/ddraw/tests/Makefile.in dlls/Maketest.rules"
24453 ac_config_files="$ac_config_files dlls/ddraw/tests/Makefile"
24455 ALL_MAKEFILES="$ALL_MAKEFILES \\
24456 dlls/ddrawex/Makefile"
24457 test "x$enable_ddrawex" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24458 ddrawex"
24459 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24460 dlls/ddrawex/Makefile: dlls/ddrawex/Makefile.in dlls/Makedll.rules"
24461 ac_config_files="$ac_config_files dlls/ddrawex/Makefile"
24463 ALL_MAKEFILES="$ALL_MAKEFILES \\
24464 dlls/devenum/Makefile"
24465 test "x$enable_devenum" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24466 devenum"
24467 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24468 dlls/devenum/Makefile: dlls/devenum/Makefile.in dlls/Makedll.rules"
24469 ac_config_files="$ac_config_files dlls/devenum/Makefile"
24471 ALL_MAKEFILES="$ALL_MAKEFILES \\
24472 dlls/dinput/Makefile"
24473 test "x$enable_dinput" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24474 dinput"
24475 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24476 dlls/dinput/Makefile: dlls/dinput/Makefile.in dlls/Makedll.rules"
24477 ac_config_files="$ac_config_files dlls/dinput/Makefile"
24479 ALL_MAKEFILES="$ALL_MAKEFILES \\
24480 dlls/dinput/tests/Makefile"
24481 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24482 dinput/tests"
24483 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24484 dlls/dinput/tests/Makefile: dlls/dinput/tests/Makefile.in dlls/Maketest.rules"
24485 ac_config_files="$ac_config_files dlls/dinput/tests/Makefile"
24487 ALL_MAKEFILES="$ALL_MAKEFILES \\
24488 dlls/dinput8/Makefile"
24489 test "x$enable_dinput8" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24490 dinput8"
24491 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24492 dlls/dinput8/Makefile: dlls/dinput8/Makefile.in dlls/Makedll.rules"
24493 ac_config_files="$ac_config_files dlls/dinput8/Makefile"
24495 ALL_MAKEFILES="$ALL_MAKEFILES \\
24496 dlls/dmband/Makefile"
24497 test "x$enable_dmband" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24498 dmband"
24499 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24500 dlls/dmband/Makefile: dlls/dmband/Makefile.in dlls/Makedll.rules"
24501 ac_config_files="$ac_config_files dlls/dmband/Makefile"
24503 ALL_MAKEFILES="$ALL_MAKEFILES \\
24504 dlls/dmcompos/Makefile"
24505 test "x$enable_dmcompos" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24506 dmcompos"
24507 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24508 dlls/dmcompos/Makefile: dlls/dmcompos/Makefile.in dlls/Makedll.rules"
24509 ac_config_files="$ac_config_files dlls/dmcompos/Makefile"
24511 ALL_MAKEFILES="$ALL_MAKEFILES \\
24512 dlls/dmime/Makefile"
24513 test "x$enable_dmime" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24514 dmime"
24515 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24516 dlls/dmime/Makefile: dlls/dmime/Makefile.in dlls/Makedll.rules"
24517 ac_config_files="$ac_config_files dlls/dmime/Makefile"
24519 ALL_MAKEFILES="$ALL_MAKEFILES \\
24520 dlls/dmloader/Makefile"
24521 test "x$enable_dmloader" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24522 dmloader"
24523 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24524 dlls/dmloader/Makefile: dlls/dmloader/Makefile.in dlls/Makedll.rules"
24525 ac_config_files="$ac_config_files dlls/dmloader/Makefile"
24527 ALL_MAKEFILES="$ALL_MAKEFILES \\
24528 dlls/dmscript/Makefile"
24529 test "x$enable_dmscript" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24530 dmscript"
24531 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24532 dlls/dmscript/Makefile: dlls/dmscript/Makefile.in dlls/Makedll.rules"
24533 ac_config_files="$ac_config_files dlls/dmscript/Makefile"
24535 ALL_MAKEFILES="$ALL_MAKEFILES \\
24536 dlls/dmstyle/Makefile"
24537 test "x$enable_dmstyle" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24538 dmstyle"
24539 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24540 dlls/dmstyle/Makefile: dlls/dmstyle/Makefile.in dlls/Makedll.rules"
24541 ac_config_files="$ac_config_files dlls/dmstyle/Makefile"
24543 ALL_MAKEFILES="$ALL_MAKEFILES \\
24544 dlls/dmsynth/Makefile"
24545 test "x$enable_dmsynth" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24546 dmsynth"
24547 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24548 dlls/dmsynth/Makefile: dlls/dmsynth/Makefile.in dlls/Makedll.rules"
24549 ac_config_files="$ac_config_files dlls/dmsynth/Makefile"
24551 ALL_MAKEFILES="$ALL_MAKEFILES \\
24552 dlls/dmusic/Makefile"
24553 test "x$enable_dmusic" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24554 dmusic"
24555 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24556 dlls/dmusic/Makefile: dlls/dmusic/Makefile.in dlls/Makedll.rules"
24557 ac_config_files="$ac_config_files dlls/dmusic/Makefile"
24559 ALL_MAKEFILES="$ALL_MAKEFILES \\
24560 dlls/dmusic32/Makefile"
24561 test "x$enable_dmusic32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24562 dmusic32"
24563 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24564 dlls/dmusic32/Makefile: dlls/dmusic32/Makefile.in dlls/Makedll.rules"
24565 ac_config_files="$ac_config_files dlls/dmusic32/Makefile"
24567 ALL_MAKEFILES="$ALL_MAKEFILES \\
24568 dlls/dnsapi/Makefile"
24569 test "x$enable_dnsapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24570 dnsapi"
24571 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24572 dlls/dnsapi/Makefile: dlls/dnsapi/Makefile.in dlls/Makedll.rules"
24573 ac_config_files="$ac_config_files dlls/dnsapi/Makefile"
24575 ALL_MAKEFILES="$ALL_MAKEFILES \\
24576 dlls/dnsapi/tests/Makefile"
24577 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24578 dnsapi/tests"
24579 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24580 dlls/dnsapi/tests/Makefile: dlls/dnsapi/tests/Makefile.in dlls/Maketest.rules"
24581 ac_config_files="$ac_config_files dlls/dnsapi/tests/Makefile"
24583 ALL_MAKEFILES="$ALL_MAKEFILES \\
24584 dlls/dplay/Makefile"
24585 test "x$enable_dplay" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24586 dplay"
24587 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24588 dlls/dplay/Makefile: dlls/dplay/Makefile.in dlls/Makedll.rules"
24589 ac_config_files="$ac_config_files dlls/dplay/Makefile"
24591 ALL_MAKEFILES="$ALL_MAKEFILES \\
24592 dlls/dplayx/Makefile"
24593 test "x$enable_dplayx" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24594 dplayx"
24595 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24596 dlls/dplayx/Makefile: dlls/dplayx/Makefile.in dlls/Makedll.rules"
24597 ac_config_files="$ac_config_files dlls/dplayx/Makefile"
24599 ALL_MAKEFILES="$ALL_MAKEFILES \\
24600 dlls/dplayx/tests/Makefile"
24601 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24602 dplayx/tests"
24603 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24604 dlls/dplayx/tests/Makefile: dlls/dplayx/tests/Makefile.in dlls/Maketest.rules"
24605 ac_config_files="$ac_config_files dlls/dplayx/tests/Makefile"
24607 ALL_MAKEFILES="$ALL_MAKEFILES \\
24608 dlls/dpnaddr/Makefile"
24609 test "x$enable_dpnaddr" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24610 dpnaddr"
24611 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24612 dlls/dpnaddr/Makefile: dlls/dpnaddr/Makefile.in dlls/Makedll.rules"
24613 ac_config_files="$ac_config_files dlls/dpnaddr/Makefile"
24615 ALL_MAKEFILES="$ALL_MAKEFILES \\
24616 dlls/dpnet/Makefile"
24617 test "x$enable_dpnet" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24618 dpnet"
24619 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24620 dlls/dpnet/Makefile: dlls/dpnet/Makefile.in dlls/Makedll.rules"
24621 ac_config_files="$ac_config_files dlls/dpnet/Makefile"
24623 ALL_MAKEFILES="$ALL_MAKEFILES \\
24624 dlls/dpnhpast/Makefile"
24625 test "x$enable_dpnhpast" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24626 dpnhpast"
24627 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24628 dlls/dpnhpast/Makefile: dlls/dpnhpast/Makefile.in dlls/Makedll.rules"
24629 ac_config_files="$ac_config_files dlls/dpnhpast/Makefile"
24631 ALL_MAKEFILES="$ALL_MAKEFILES \\
24632 dlls/dpnlobby/Makefile"
24633 test "x$enable_dpnlobby" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24634 dpnlobby"
24635 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24636 dlls/dpnlobby/Makefile: dlls/dpnlobby/Makefile.in dlls/Makedll.rules"
24637 ac_config_files="$ac_config_files dlls/dpnlobby/Makefile"
24639 ALL_MAKEFILES="$ALL_MAKEFILES \\
24640 dlls/dpwsockx/Makefile"
24641 test "x$enable_dpwsockx" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24642 dpwsockx"
24643 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24644 dlls/dpwsockx/Makefile: dlls/dpwsockx/Makefile.in dlls/Makedll.rules"
24645 ac_config_files="$ac_config_files dlls/dpwsockx/Makefile"
24647 ALL_MAKEFILES="$ALL_MAKEFILES \\
24648 dlls/dsound/Makefile"
24649 test "x$enable_dsound" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24650 dsound"
24651 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24652 dlls/dsound/Makefile: dlls/dsound/Makefile.in dlls/Makedll.rules"
24653 ac_config_files="$ac_config_files dlls/dsound/Makefile"
24655 ALL_MAKEFILES="$ALL_MAKEFILES \\
24656 dlls/dsound/tests/Makefile"
24657 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24658 dsound/tests"
24659 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24660 dlls/dsound/tests/Makefile: dlls/dsound/tests/Makefile.in dlls/Maketest.rules"
24661 ac_config_files="$ac_config_files dlls/dsound/tests/Makefile"
24663 ALL_MAKEFILES="$ALL_MAKEFILES \\
24664 dlls/dssenh/Makefile"
24665 test "x$enable_dssenh" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24666 dssenh"
24667 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24668 dlls/dssenh/Makefile: dlls/dssenh/Makefile.in dlls/Makedll.rules"
24669 ac_config_files="$ac_config_files dlls/dssenh/Makefile"
24671 ALL_MAKEFILES="$ALL_MAKEFILES \\
24672 dlls/dswave/Makefile"
24673 test "x$enable_dswave" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24674 dswave"
24675 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24676 dlls/dswave/Makefile: dlls/dswave/Makefile.in dlls/Makedll.rules"
24677 ac_config_files="$ac_config_files dlls/dswave/Makefile"
24679 ALL_MAKEFILES="$ALL_MAKEFILES \\
24680 dlls/dwmapi/Makefile"
24681 test "x$enable_dwmapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24682 dwmapi"
24683 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24684 dlls/dwmapi/Makefile: dlls/dwmapi/Makefile.in dlls/Makedll.rules"
24685 ac_config_files="$ac_config_files dlls/dwmapi/Makefile"
24687 ALL_MAKEFILES="$ALL_MAKEFILES \\
24688 dlls/dxdiagn/Makefile"
24689 test "x$enable_dxdiagn" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24690 dxdiagn"
24691 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24692 dlls/dxdiagn/Makefile: dlls/dxdiagn/Makefile.in dlls/Makedll.rules"
24693 ac_config_files="$ac_config_files dlls/dxdiagn/Makefile"
24695 ALL_MAKEFILES="$ALL_MAKEFILES \\
24696 dlls/dxerr8/Makefile"
24697 test "x$enable_dxerr8" != xno && ALL_IMPLIB_DIRS="$ALL_IMPLIB_DIRS \\
24698 dxerr8"
24699 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24700 dlls/dxerr8/Makefile: dlls/dxerr8/Makefile.in dlls/Makeimplib.rules"
24701 ac_config_files="$ac_config_files dlls/dxerr8/Makefile"
24703 ALL_MAKEFILES="$ALL_MAKEFILES \\
24704 dlls/dxerr9/Makefile"
24705 test "x$enable_dxerr9" != xno && ALL_IMPLIB_DIRS="$ALL_IMPLIB_DIRS \\
24706 dxerr9"
24707 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24708 dlls/dxerr9/Makefile: dlls/dxerr9/Makefile.in dlls/Makeimplib.rules"
24709 ac_config_files="$ac_config_files dlls/dxerr9/Makefile"
24711 ALL_MAKEFILES="$ALL_MAKEFILES \\
24712 dlls/dxgi/Makefile"
24713 test "x$enable_dxgi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24714 dxgi"
24715 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24716 dlls/dxgi/Makefile: dlls/dxgi/Makefile.in dlls/Makedll.rules"
24717 ac_config_files="$ac_config_files dlls/dxgi/Makefile"
24719 ALL_MAKEFILES="$ALL_MAKEFILES \\
24720 dlls/dxgi/tests/Makefile"
24721 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24722 dxgi/tests"
24723 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24724 dlls/dxgi/tests/Makefile: dlls/dxgi/tests/Makefile.in dlls/Maketest.rules"
24725 ac_config_files="$ac_config_files dlls/dxgi/tests/Makefile"
24727 ALL_MAKEFILES="$ALL_MAKEFILES \\
24728 dlls/dxguid/Makefile"
24729 test "x$enable_dxguid" != xno && ALL_IMPLIB_DIRS="$ALL_IMPLIB_DIRS \\
24730 dxguid"
24731 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24732 dlls/dxguid/Makefile: dlls/dxguid/Makefile.in dlls/Makeimplib.rules"
24733 ac_config_files="$ac_config_files dlls/dxguid/Makefile"
24735 ALL_MAKEFILES="$ALL_MAKEFILES \\
24736 dlls/faultrep/Makefile"
24737 test "x$enable_faultrep" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24738 faultrep"
24739 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24740 dlls/faultrep/Makefile: dlls/faultrep/Makefile.in dlls/Makedll.rules"
24741 ac_config_files="$ac_config_files dlls/faultrep/Makefile"
24743 ALL_MAKEFILES="$ALL_MAKEFILES \\
24744 dlls/fusion/Makefile"
24745 test "x$enable_fusion" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24746 fusion"
24747 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24748 dlls/fusion/Makefile: dlls/fusion/Makefile.in dlls/Makedll.rules"
24749 ac_config_files="$ac_config_files dlls/fusion/Makefile"
24751 ALL_MAKEFILES="$ALL_MAKEFILES \\
24752 dlls/fusion/tests/Makefile"
24753 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24754 fusion/tests"
24755 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24756 dlls/fusion/tests/Makefile: dlls/fusion/tests/Makefile.in dlls/Maketest.rules"
24757 ac_config_files="$ac_config_files dlls/fusion/tests/Makefile"
24759 ALL_MAKEFILES="$ALL_MAKEFILES \\
24760 dlls/gdi32/Makefile"
24761 test "x$enable_gdi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24762 gdi32"
24763 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24764 dlls/gdi32/Makefile: dlls/gdi32/Makefile.in dlls/Makedll.rules"
24765 ac_config_files="$ac_config_files dlls/gdi32/Makefile"
24767 ALL_MAKEFILES="$ALL_MAKEFILES \\
24768 dlls/gdi32/tests/Makefile"
24769 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24770 gdi32/tests"
24771 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24772 dlls/gdi32/tests/Makefile: dlls/gdi32/tests/Makefile.in dlls/Maketest.rules"
24773 ac_config_files="$ac_config_files dlls/gdi32/tests/Makefile"
24775 ALL_MAKEFILES="$ALL_MAKEFILES \\
24776 dlls/gdiplus/Makefile"
24777 test "x$enable_gdiplus" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24778 gdiplus"
24779 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24780 dlls/gdiplus/Makefile: dlls/gdiplus/Makefile.in dlls/Makedll.rules"
24781 ac_config_files="$ac_config_files dlls/gdiplus/Makefile"
24783 ALL_MAKEFILES="$ALL_MAKEFILES \\
24784 dlls/gdiplus/tests/Makefile"
24785 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24786 gdiplus/tests"
24787 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24788 dlls/gdiplus/tests/Makefile: dlls/gdiplus/tests/Makefile.in dlls/Maketest.rules"
24789 ac_config_files="$ac_config_files dlls/gdiplus/tests/Makefile"
24791 ALL_MAKEFILES="$ALL_MAKEFILES \\
24792 dlls/glu32/Makefile"
24793 test "x$enable_glu32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24794 glu32"
24795 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24796 dlls/glu32/Makefile: dlls/glu32/Makefile.in dlls/Makedll.rules"
24797 ac_config_files="$ac_config_files dlls/glu32/Makefile"
24799 ALL_MAKEFILES="$ALL_MAKEFILES \\
24800 dlls/gphoto2.ds/Makefile"
24801 test "x$enable_gphoto2_ds" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24802 gphoto2.ds"
24803 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24804 dlls/gphoto2.ds/Makefile: dlls/gphoto2.ds/Makefile.in dlls/Makedll.rules"
24805 ac_config_files="$ac_config_files dlls/gphoto2.ds/Makefile"
24807 ALL_MAKEFILES="$ALL_MAKEFILES \\
24808 dlls/gpkcsp/Makefile"
24809 test "x$enable_gpkcsp" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24810 gpkcsp"
24811 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24812 dlls/gpkcsp/Makefile: dlls/gpkcsp/Makefile.in dlls/Makedll.rules"
24813 ac_config_files="$ac_config_files dlls/gpkcsp/Makefile"
24815 ALL_MAKEFILES="$ALL_MAKEFILES \\
24816 dlls/hal/Makefile"
24817 test "x$enable_hal" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24818 hal"
24819 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24820 dlls/hal/Makefile: dlls/hal/Makefile.in dlls/Makedll.rules"
24821 ac_config_files="$ac_config_files dlls/hal/Makefile"
24823 ALL_MAKEFILES="$ALL_MAKEFILES \\
24824 dlls/hhctrl.ocx/Makefile"
24825 test "x$enable_hhctrl_ocx" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24826 hhctrl.ocx"
24827 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24828 dlls/hhctrl.ocx/Makefile: dlls/hhctrl.ocx/Makefile.in dlls/Makedll.rules"
24829 ac_config_files="$ac_config_files dlls/hhctrl.ocx/Makefile"
24831 ALL_MAKEFILES="$ALL_MAKEFILES \\
24832 dlls/hid/Makefile"
24833 test "x$enable_hid" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24834 hid"
24835 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24836 dlls/hid/Makefile: dlls/hid/Makefile.in dlls/Makedll.rules"
24837 ac_config_files="$ac_config_files dlls/hid/Makefile"
24839 ALL_MAKEFILES="$ALL_MAKEFILES \\
24840 dlls/hlink/Makefile"
24841 test "x$enable_hlink" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24842 hlink"
24843 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24844 dlls/hlink/Makefile: dlls/hlink/Makefile.in dlls/Makedll.rules"
24845 ac_config_files="$ac_config_files dlls/hlink/Makefile"
24847 ALL_MAKEFILES="$ALL_MAKEFILES \\
24848 dlls/hlink/tests/Makefile"
24849 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24850 hlink/tests"
24851 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24852 dlls/hlink/tests/Makefile: dlls/hlink/tests/Makefile.in dlls/Maketest.rules"
24853 ac_config_files="$ac_config_files dlls/hlink/tests/Makefile"
24855 ALL_MAKEFILES="$ALL_MAKEFILES \\
24856 dlls/hnetcfg/Makefile"
24857 test "x$enable_hnetcfg" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24858 hnetcfg"
24859 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24860 dlls/hnetcfg/Makefile: dlls/hnetcfg/Makefile.in dlls/Makedll.rules"
24861 ac_config_files="$ac_config_files dlls/hnetcfg/Makefile"
24863 ALL_MAKEFILES="$ALL_MAKEFILES \\
24864 dlls/iccvid/Makefile"
24865 test "x$enable_iccvid" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24866 iccvid"
24867 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24868 dlls/iccvid/Makefile: dlls/iccvid/Makefile.in dlls/Makedll.rules"
24869 ac_config_files="$ac_config_files dlls/iccvid/Makefile"
24871 ALL_MAKEFILES="$ALL_MAKEFILES \\
24872 dlls/icmp/Makefile"
24873 test "x$enable_icmp" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24874 icmp"
24875 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24876 dlls/icmp/Makefile: dlls/icmp/Makefile.in dlls/Makedll.rules"
24877 ac_config_files="$ac_config_files dlls/icmp/Makefile"
24879 ALL_MAKEFILES="$ALL_MAKEFILES \\
24880 dlls/ifsmgr.vxd/Makefile"
24881 test "x$enable_ifsmgr_vxd" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24882 ifsmgr.vxd"
24883 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24884 dlls/ifsmgr.vxd/Makefile: dlls/ifsmgr.vxd/Makefile.in dlls/Makedll.rules"
24885 ac_config_files="$ac_config_files dlls/ifsmgr.vxd/Makefile"
24887 ALL_MAKEFILES="$ALL_MAKEFILES \\
24888 dlls/imaadp32.acm/Makefile"
24889 test "x$enable_imaadp32_acm" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24890 imaadp32.acm"
24891 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24892 dlls/imaadp32.acm/Makefile: dlls/imaadp32.acm/Makefile.in dlls/Makedll.rules"
24893 ac_config_files="$ac_config_files dlls/imaadp32.acm/Makefile"
24895 ALL_MAKEFILES="$ALL_MAKEFILES \\
24896 dlls/imagehlp/Makefile"
24897 test "x$enable_imagehlp" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24898 imagehlp"
24899 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24900 dlls/imagehlp/Makefile: dlls/imagehlp/Makefile.in dlls/Makedll.rules"
24901 ac_config_files="$ac_config_files dlls/imagehlp/Makefile"
24903 ALL_MAKEFILES="$ALL_MAKEFILES \\
24904 dlls/imm32/Makefile"
24905 test "x$enable_imm32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24906 imm32"
24907 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24908 dlls/imm32/Makefile: dlls/imm32/Makefile.in dlls/Makedll.rules"
24909 ac_config_files="$ac_config_files dlls/imm32/Makefile"
24911 ALL_MAKEFILES="$ALL_MAKEFILES \\
24912 dlls/imm32/tests/Makefile"
24913 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24914 imm32/tests"
24915 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24916 dlls/imm32/tests/Makefile: dlls/imm32/tests/Makefile.in dlls/Maketest.rules"
24917 ac_config_files="$ac_config_files dlls/imm32/tests/Makefile"
24919 ALL_MAKEFILES="$ALL_MAKEFILES \\
24920 dlls/inetcomm/Makefile"
24921 test "x$enable_inetcomm" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24922 inetcomm"
24923 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24924 dlls/inetcomm/Makefile: dlls/inetcomm/Makefile.in dlls/Makedll.rules"
24925 ac_config_files="$ac_config_files dlls/inetcomm/Makefile"
24927 ALL_MAKEFILES="$ALL_MAKEFILES \\
24928 dlls/inetcomm/tests/Makefile"
24929 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24930 inetcomm/tests"
24931 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24932 dlls/inetcomm/tests/Makefile: dlls/inetcomm/tests/Makefile.in dlls/Maketest.rules"
24933 ac_config_files="$ac_config_files dlls/inetcomm/tests/Makefile"
24935 ALL_MAKEFILES="$ALL_MAKEFILES \\
24936 dlls/inetmib1/Makefile"
24937 test "x$enable_inetmib1" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24938 inetmib1"
24939 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24940 dlls/inetmib1/Makefile: dlls/inetmib1/Makefile.in dlls/Makedll.rules"
24941 ac_config_files="$ac_config_files dlls/inetmib1/Makefile"
24943 ALL_MAKEFILES="$ALL_MAKEFILES \\
24944 dlls/inetmib1/tests/Makefile"
24945 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24946 inetmib1/tests"
24947 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24948 dlls/inetmib1/tests/Makefile: dlls/inetmib1/tests/Makefile.in dlls/Maketest.rules"
24949 ac_config_files="$ac_config_files dlls/inetmib1/tests/Makefile"
24951 ALL_MAKEFILES="$ALL_MAKEFILES \\
24952 dlls/infosoft/Makefile"
24953 test "x$enable_infosoft" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24954 infosoft"
24955 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24956 dlls/infosoft/Makefile: dlls/infosoft/Makefile.in dlls/Makedll.rules"
24957 ac_config_files="$ac_config_files dlls/infosoft/Makefile"
24959 ALL_MAKEFILES="$ALL_MAKEFILES \\
24960 dlls/infosoft/tests/Makefile"
24961 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24962 infosoft/tests"
24963 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24964 dlls/infosoft/tests/Makefile: dlls/infosoft/tests/Makefile.in dlls/Maketest.rules"
24965 ac_config_files="$ac_config_files dlls/infosoft/tests/Makefile"
24967 ALL_MAKEFILES="$ALL_MAKEFILES \\
24968 dlls/initpki/Makefile"
24969 test "x$enable_initpki" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24970 initpki"
24971 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24972 dlls/initpki/Makefile: dlls/initpki/Makefile.in dlls/Makedll.rules"
24973 ac_config_files="$ac_config_files dlls/initpki/Makefile"
24975 ALL_MAKEFILES="$ALL_MAKEFILES \\
24976 dlls/inkobj/Makefile"
24977 test "x$enable_inkobj" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24978 inkobj"
24979 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24980 dlls/inkobj/Makefile: dlls/inkobj/Makefile.in dlls/Makedll.rules"
24981 ac_config_files="$ac_config_files dlls/inkobj/Makefile"
24983 ALL_MAKEFILES="$ALL_MAKEFILES \\
24984 dlls/inseng/Makefile"
24985 test "x$enable_inseng" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24986 inseng"
24987 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24988 dlls/inseng/Makefile: dlls/inseng/Makefile.in dlls/Makedll.rules"
24989 ac_config_files="$ac_config_files dlls/inseng/Makefile"
24991 ALL_MAKEFILES="$ALL_MAKEFILES \\
24992 dlls/iphlpapi/Makefile"
24993 test "x$enable_iphlpapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24994 iphlpapi"
24995 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24996 dlls/iphlpapi/Makefile: dlls/iphlpapi/Makefile.in dlls/Makedll.rules"
24997 ac_config_files="$ac_config_files dlls/iphlpapi/Makefile"
24999 ALL_MAKEFILES="$ALL_MAKEFILES \\
25000 dlls/iphlpapi/tests/Makefile"
25001 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25002 iphlpapi/tests"
25003 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25004 dlls/iphlpapi/tests/Makefile: dlls/iphlpapi/tests/Makefile.in dlls/Maketest.rules"
25005 ac_config_files="$ac_config_files dlls/iphlpapi/tests/Makefile"
25007 ALL_MAKEFILES="$ALL_MAKEFILES \\
25008 dlls/itircl/Makefile"
25009 test "x$enable_itircl" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25010 itircl"
25011 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25012 dlls/itircl/Makefile: dlls/itircl/Makefile.in dlls/Makedll.rules"
25013 ac_config_files="$ac_config_files dlls/itircl/Makefile"
25015 ALL_MAKEFILES="$ALL_MAKEFILES \\
25016 dlls/itss/Makefile"
25017 test "x$enable_itss" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25018 itss"
25019 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25020 dlls/itss/Makefile: dlls/itss/Makefile.in dlls/Makedll.rules"
25021 ac_config_files="$ac_config_files dlls/itss/Makefile"
25023 ALL_MAKEFILES="$ALL_MAKEFILES \\
25024 dlls/itss/tests/Makefile"
25025 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25026 itss/tests"
25027 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25028 dlls/itss/tests/Makefile: dlls/itss/tests/Makefile.in dlls/Maketest.rules"
25029 ac_config_files="$ac_config_files dlls/itss/tests/Makefile"
25031 ALL_MAKEFILES="$ALL_MAKEFILES \\
25032 dlls/jscript/Makefile"
25033 test "x$enable_jscript" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25034 jscript"
25035 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25036 dlls/jscript/Makefile: dlls/jscript/Makefile.in dlls/Makedll.rules"
25037 ac_config_files="$ac_config_files dlls/jscript/Makefile"
25039 ALL_MAKEFILES="$ALL_MAKEFILES \\
25040 dlls/jscript/tests/Makefile"
25041 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25042 jscript/tests"
25043 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25044 dlls/jscript/tests/Makefile: dlls/jscript/tests/Makefile.in dlls/Maketest.rules"
25045 ac_config_files="$ac_config_files dlls/jscript/tests/Makefile"
25047 ALL_MAKEFILES="$ALL_MAKEFILES \\
25048 dlls/kernel32/Makefile"
25049 test "x$enable_kernel32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25050 kernel32"
25051 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25052 dlls/kernel32/Makefile: dlls/kernel32/Makefile.in dlls/Makedll.rules"
25053 ac_config_files="$ac_config_files dlls/kernel32/Makefile"
25055 ALL_MAKEFILES="$ALL_MAKEFILES \\
25056 dlls/kernel32/tests/Makefile"
25057 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25058 kernel32/tests"
25059 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25060 dlls/kernel32/tests/Makefile: dlls/kernel32/tests/Makefile.in dlls/Maketest.rules"
25061 ac_config_files="$ac_config_files dlls/kernel32/tests/Makefile"
25063 ALL_MAKEFILES="$ALL_MAKEFILES \\
25064 dlls/localspl/Makefile"
25065 test "x$enable_localspl" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25066 localspl"
25067 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25068 dlls/localspl/Makefile: dlls/localspl/Makefile.in dlls/Makedll.rules"
25069 ac_config_files="$ac_config_files dlls/localspl/Makefile"
25071 ALL_MAKEFILES="$ALL_MAKEFILES \\
25072 dlls/localspl/tests/Makefile"
25073 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25074 localspl/tests"
25075 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25076 dlls/localspl/tests/Makefile: dlls/localspl/tests/Makefile.in dlls/Maketest.rules"
25077 ac_config_files="$ac_config_files dlls/localspl/tests/Makefile"
25079 ALL_MAKEFILES="$ALL_MAKEFILES \\
25080 dlls/localui/Makefile"
25081 test "x$enable_localui" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25082 localui"
25083 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25084 dlls/localui/Makefile: dlls/localui/Makefile.in dlls/Makedll.rules"
25085 ac_config_files="$ac_config_files dlls/localui/Makefile"
25087 ALL_MAKEFILES="$ALL_MAKEFILES \\
25088 dlls/localui/tests/Makefile"
25089 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25090 localui/tests"
25091 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25092 dlls/localui/tests/Makefile: dlls/localui/tests/Makefile.in dlls/Maketest.rules"
25093 ac_config_files="$ac_config_files dlls/localui/tests/Makefile"
25095 ALL_MAKEFILES="$ALL_MAKEFILES \\
25096 dlls/lz32/Makefile"
25097 test "x$enable_lz32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25098 lz32"
25099 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25100 dlls/lz32/Makefile: dlls/lz32/Makefile.in dlls/Makedll.rules"
25101 ac_config_files="$ac_config_files dlls/lz32/Makefile"
25103 ALL_MAKEFILES="$ALL_MAKEFILES \\
25104 dlls/lz32/tests/Makefile"
25105 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25106 lz32/tests"
25107 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25108 dlls/lz32/tests/Makefile: dlls/lz32/tests/Makefile.in dlls/Maketest.rules"
25109 ac_config_files="$ac_config_files dlls/lz32/tests/Makefile"
25111 ALL_MAKEFILES="$ALL_MAKEFILES \\
25112 dlls/mapi32/Makefile"
25113 test "x$enable_mapi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25114 mapi32"
25115 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25116 dlls/mapi32/Makefile: dlls/mapi32/Makefile.in dlls/Makedll.rules"
25117 ac_config_files="$ac_config_files dlls/mapi32/Makefile"
25119 ALL_MAKEFILES="$ALL_MAKEFILES \\
25120 dlls/mapi32/tests/Makefile"
25121 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25122 mapi32/tests"
25123 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25124 dlls/mapi32/tests/Makefile: dlls/mapi32/tests/Makefile.in dlls/Maketest.rules"
25125 ac_config_files="$ac_config_files dlls/mapi32/tests/Makefile"
25127 ALL_MAKEFILES="$ALL_MAKEFILES \\
25128 dlls/mciavi32/Makefile"
25129 test "x$enable_mciavi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25130 mciavi32"
25131 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25132 dlls/mciavi32/Makefile: dlls/mciavi32/Makefile.in dlls/Makedll.rules"
25133 ac_config_files="$ac_config_files dlls/mciavi32/Makefile"
25135 ALL_MAKEFILES="$ALL_MAKEFILES \\
25136 dlls/mcicda/Makefile"
25137 test "x$enable_mcicda" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25138 mcicda"
25139 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25140 dlls/mcicda/Makefile: dlls/mcicda/Makefile.in dlls/Makedll.rules"
25141 ac_config_files="$ac_config_files dlls/mcicda/Makefile"
25143 ALL_MAKEFILES="$ALL_MAKEFILES \\
25144 dlls/mciseq/Makefile"
25145 test "x$enable_mciseq" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25146 mciseq"
25147 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25148 dlls/mciseq/Makefile: dlls/mciseq/Makefile.in dlls/Makedll.rules"
25149 ac_config_files="$ac_config_files dlls/mciseq/Makefile"
25151 ALL_MAKEFILES="$ALL_MAKEFILES \\
25152 dlls/mciwave/Makefile"
25153 test "x$enable_mciwave" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25154 mciwave"
25155 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25156 dlls/mciwave/Makefile: dlls/mciwave/Makefile.in dlls/Makedll.rules"
25157 ac_config_files="$ac_config_files dlls/mciwave/Makefile"
25159 ALL_MAKEFILES="$ALL_MAKEFILES \\
25160 dlls/midimap/Makefile"
25161 test "x$enable_midimap" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25162 midimap"
25163 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25164 dlls/midimap/Makefile: dlls/midimap/Makefile.in dlls/Makedll.rules"
25165 ac_config_files="$ac_config_files dlls/midimap/Makefile"
25167 ALL_MAKEFILES="$ALL_MAKEFILES \\
25168 dlls/mlang/Makefile"
25169 test "x$enable_mlang" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25170 mlang"
25171 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25172 dlls/mlang/Makefile: dlls/mlang/Makefile.in dlls/Makedll.rules"
25173 ac_config_files="$ac_config_files dlls/mlang/Makefile"
25175 ALL_MAKEFILES="$ALL_MAKEFILES \\
25176 dlls/mlang/tests/Makefile"
25177 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25178 mlang/tests"
25179 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25180 dlls/mlang/tests/Makefile: dlls/mlang/tests/Makefile.in dlls/Maketest.rules"
25181 ac_config_files="$ac_config_files dlls/mlang/tests/Makefile"
25183 ALL_MAKEFILES="$ALL_MAKEFILES \\
25184 dlls/mmdevldr.vxd/Makefile"
25185 test "x$enable_mmdevldr_vxd" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25186 mmdevldr.vxd"
25187 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25188 dlls/mmdevldr.vxd/Makefile: dlls/mmdevldr.vxd/Makefile.in dlls/Makedll.rules"
25189 ac_config_files="$ac_config_files dlls/mmdevldr.vxd/Makefile"
25191 ALL_MAKEFILES="$ALL_MAKEFILES \\
25192 dlls/monodebg.vxd/Makefile"
25193 test "x$enable_monodebg_vxd" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25194 monodebg.vxd"
25195 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25196 dlls/monodebg.vxd/Makefile: dlls/monodebg.vxd/Makefile.in dlls/Makedll.rules"
25197 ac_config_files="$ac_config_files dlls/monodebg.vxd/Makefile"
25199 ALL_MAKEFILES="$ALL_MAKEFILES \\
25200 dlls/mountmgr.sys/Makefile"
25201 test "x$enable_mountmgr_sys" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25202 mountmgr.sys"
25203 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25204 dlls/mountmgr.sys/Makefile: dlls/mountmgr.sys/Makefile.in dlls/Makedll.rules"
25205 ac_config_files="$ac_config_files dlls/mountmgr.sys/Makefile"
25207 ALL_MAKEFILES="$ALL_MAKEFILES \\
25208 dlls/mpr/Makefile"
25209 test "x$enable_mpr" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25210 mpr"
25211 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25212 dlls/mpr/Makefile: dlls/mpr/Makefile.in dlls/Makedll.rules"
25213 ac_config_files="$ac_config_files dlls/mpr/Makefile"
25215 ALL_MAKEFILES="$ALL_MAKEFILES \\
25216 dlls/mprapi/Makefile"
25217 test "x$enable_mprapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25218 mprapi"
25219 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25220 dlls/mprapi/Makefile: dlls/mprapi/Makefile.in dlls/Makedll.rules"
25221 ac_config_files="$ac_config_files dlls/mprapi/Makefile"
25223 ALL_MAKEFILES="$ALL_MAKEFILES \\
25224 dlls/msacm32.drv/Makefile"
25225 test "x$enable_msacm32_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25226 msacm32.drv"
25227 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25228 dlls/msacm32.drv/Makefile: dlls/msacm32.drv/Makefile.in dlls/Makedll.rules"
25229 ac_config_files="$ac_config_files dlls/msacm32.drv/Makefile"
25231 ALL_MAKEFILES="$ALL_MAKEFILES \\
25232 dlls/msacm32/Makefile"
25233 test "x$enable_msacm32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25234 msacm32"
25235 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25236 dlls/msacm32/Makefile: dlls/msacm32/Makefile.in dlls/Makedll.rules"
25237 ac_config_files="$ac_config_files dlls/msacm32/Makefile"
25239 ALL_MAKEFILES="$ALL_MAKEFILES \\
25240 dlls/msacm32/tests/Makefile"
25241 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25242 msacm32/tests"
25243 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25244 dlls/msacm32/tests/Makefile: dlls/msacm32/tests/Makefile.in dlls/Maketest.rules"
25245 ac_config_files="$ac_config_files dlls/msacm32/tests/Makefile"
25247 ALL_MAKEFILES="$ALL_MAKEFILES \\
25248 dlls/msadp32.acm/Makefile"
25249 test "x$enable_msadp32_acm" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25250 msadp32.acm"
25251 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25252 dlls/msadp32.acm/Makefile: dlls/msadp32.acm/Makefile.in dlls/Makedll.rules"
25253 ac_config_files="$ac_config_files dlls/msadp32.acm/Makefile"
25255 ALL_MAKEFILES="$ALL_MAKEFILES \\
25256 dlls/mscat32/Makefile"
25257 test "x$enable_mscat32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25258 mscat32"
25259 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25260 dlls/mscat32/Makefile: dlls/mscat32/Makefile.in dlls/Makedll.rules"
25261 ac_config_files="$ac_config_files dlls/mscat32/Makefile"
25263 ALL_MAKEFILES="$ALL_MAKEFILES \\
25264 dlls/mscms/Makefile"
25265 test "x$enable_mscms" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25266 mscms"
25267 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25268 dlls/mscms/Makefile: dlls/mscms/Makefile.in dlls/Makedll.rules"
25269 ac_config_files="$ac_config_files dlls/mscms/Makefile"
25271 ALL_MAKEFILES="$ALL_MAKEFILES \\
25272 dlls/mscms/tests/Makefile"
25273 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25274 mscms/tests"
25275 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25276 dlls/mscms/tests/Makefile: dlls/mscms/tests/Makefile.in dlls/Maketest.rules"
25277 ac_config_files="$ac_config_files dlls/mscms/tests/Makefile"
25279 ALL_MAKEFILES="$ALL_MAKEFILES \\
25280 dlls/mscoree/Makefile"
25281 test "x$enable_mscoree" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25282 mscoree"
25283 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25284 dlls/mscoree/Makefile: dlls/mscoree/Makefile.in dlls/Makedll.rules"
25285 ac_config_files="$ac_config_files dlls/mscoree/Makefile"
25287 ALL_MAKEFILES="$ALL_MAKEFILES \\
25288 dlls/msdmo/Makefile"
25289 test "x$enable_msdmo" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25290 msdmo"
25291 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25292 dlls/msdmo/Makefile: dlls/msdmo/Makefile.in dlls/Makedll.rules"
25293 ac_config_files="$ac_config_files dlls/msdmo/Makefile"
25295 ALL_MAKEFILES="$ALL_MAKEFILES \\
25296 dlls/msftedit/Makefile"
25297 test "x$enable_msftedit" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25298 msftedit"
25299 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25300 dlls/msftedit/Makefile: dlls/msftedit/Makefile.in dlls/Makedll.rules"
25301 ac_config_files="$ac_config_files dlls/msftedit/Makefile"
25303 ALL_MAKEFILES="$ALL_MAKEFILES \\
25304 dlls/msg711.acm/Makefile"
25305 test "x$enable_msg711_acm" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25306 msg711.acm"
25307 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25308 dlls/msg711.acm/Makefile: dlls/msg711.acm/Makefile.in dlls/Makedll.rules"
25309 ac_config_files="$ac_config_files dlls/msg711.acm/Makefile"
25311 ALL_MAKEFILES="$ALL_MAKEFILES \\
25312 dlls/mshtml.tlb/Makefile"
25313 test "x$enable_mshtml_tlb" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25314 mshtml.tlb"
25315 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25316 dlls/mshtml.tlb/Makefile: dlls/mshtml.tlb/Makefile.in dlls/Makedll.rules"
25317 ac_config_files="$ac_config_files dlls/mshtml.tlb/Makefile"
25319 ALL_MAKEFILES="$ALL_MAKEFILES \\
25320 dlls/mshtml/Makefile"
25321 test "x$enable_mshtml" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25322 mshtml"
25323 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25324 dlls/mshtml/Makefile: dlls/mshtml/Makefile.in dlls/Makedll.rules"
25325 ac_config_files="$ac_config_files dlls/mshtml/Makefile"
25327 ALL_MAKEFILES="$ALL_MAKEFILES \\
25328 dlls/mshtml/tests/Makefile"
25329 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25330 mshtml/tests"
25331 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25332 dlls/mshtml/tests/Makefile: dlls/mshtml/tests/Makefile.in dlls/Maketest.rules"
25333 ac_config_files="$ac_config_files dlls/mshtml/tests/Makefile"
25335 ALL_MAKEFILES="$ALL_MAKEFILES \\
25336 dlls/msi/Makefile"
25337 test "x$enable_msi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25338 msi"
25339 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25340 dlls/msi/Makefile: dlls/msi/Makefile.in dlls/Makedll.rules"
25341 ac_config_files="$ac_config_files dlls/msi/Makefile"
25343 ALL_MAKEFILES="$ALL_MAKEFILES \\
25344 dlls/msi/tests/Makefile"
25345 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25346 msi/tests"
25347 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25348 dlls/msi/tests/Makefile: dlls/msi/tests/Makefile.in dlls/Maketest.rules"
25349 ac_config_files="$ac_config_files dlls/msi/tests/Makefile"
25351 ALL_MAKEFILES="$ALL_MAKEFILES \\
25352 dlls/msimg32/Makefile"
25353 test "x$enable_msimg32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25354 msimg32"
25355 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25356 dlls/msimg32/Makefile: dlls/msimg32/Makefile.in dlls/Makedll.rules"
25357 ac_config_files="$ac_config_files dlls/msimg32/Makefile"
25359 ALL_MAKEFILES="$ALL_MAKEFILES \\
25360 dlls/msimtf/Makefile"
25361 test "x$enable_msimtf" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25362 msimtf"
25363 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25364 dlls/msimtf/Makefile: dlls/msimtf/Makefile.in dlls/Makedll.rules"
25365 ac_config_files="$ac_config_files dlls/msimtf/Makefile"
25367 ALL_MAKEFILES="$ALL_MAKEFILES \\
25368 dlls/msisip/Makefile"
25369 test "x$enable_msisip" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25370 msisip"
25371 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25372 dlls/msisip/Makefile: dlls/msisip/Makefile.in dlls/Makedll.rules"
25373 ac_config_files="$ac_config_files dlls/msisip/Makefile"
25375 ALL_MAKEFILES="$ALL_MAKEFILES \\
25376 dlls/msisys.ocx/Makefile"
25377 test "x$enable_msisys_ocx" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25378 msisys.ocx"
25379 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25380 dlls/msisys.ocx/Makefile: dlls/msisys.ocx/Makefile.in dlls/Makedll.rules"
25381 ac_config_files="$ac_config_files dlls/msisys.ocx/Makefile"
25383 ALL_MAKEFILES="$ALL_MAKEFILES \\
25384 dlls/msnet32/Makefile"
25385 test "x$enable_msnet32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25386 msnet32"
25387 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25388 dlls/msnet32/Makefile: dlls/msnet32/Makefile.in dlls/Makedll.rules"
25389 ac_config_files="$ac_config_files dlls/msnet32/Makefile"
25391 ALL_MAKEFILES="$ALL_MAKEFILES \\
25392 dlls/msrle32/Makefile"
25393 test "x$enable_msrle32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25394 msrle32"
25395 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25396 dlls/msrle32/Makefile: dlls/msrle32/Makefile.in dlls/Makedll.rules"
25397 ac_config_files="$ac_config_files dlls/msrle32/Makefile"
25399 ALL_MAKEFILES="$ALL_MAKEFILES \\
25400 dlls/mssip32/Makefile"
25401 test "x$enable_mssip32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25402 mssip32"
25403 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25404 dlls/mssip32/Makefile: dlls/mssip32/Makefile.in dlls/Makedll.rules"
25405 ac_config_files="$ac_config_files dlls/mssip32/Makefile"
25407 ALL_MAKEFILES="$ALL_MAKEFILES \\
25408 dlls/mstask/Makefile"
25409 test "x$enable_mstask" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25410 mstask"
25411 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25412 dlls/mstask/Makefile: dlls/mstask/Makefile.in dlls/Makedll.rules"
25413 ac_config_files="$ac_config_files dlls/mstask/Makefile"
25415 ALL_MAKEFILES="$ALL_MAKEFILES \\
25416 dlls/mstask/tests/Makefile"
25417 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25418 mstask/tests"
25419 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25420 dlls/mstask/tests/Makefile: dlls/mstask/tests/Makefile.in dlls/Maketest.rules"
25421 ac_config_files="$ac_config_files dlls/mstask/tests/Makefile"
25423 ALL_MAKEFILES="$ALL_MAKEFILES \\
25424 dlls/msvcirt/Makefile"
25425 test "x$enable_msvcirt" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25426 msvcirt"
25427 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25428 dlls/msvcirt/Makefile: dlls/msvcirt/Makefile.in dlls/Makedll.rules"
25429 ac_config_files="$ac_config_files dlls/msvcirt/Makefile"
25431 ALL_MAKEFILES="$ALL_MAKEFILES \\
25432 dlls/msvcr71/Makefile"
25433 test "x$enable_msvcr71" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25434 msvcr71"
25435 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25436 dlls/msvcr71/Makefile: dlls/msvcr71/Makefile.in dlls/Makedll.rules"
25437 ac_config_files="$ac_config_files dlls/msvcr71/Makefile"
25439 ALL_MAKEFILES="$ALL_MAKEFILES \\
25440 dlls/msvcrt/Makefile"
25441 test "x$enable_msvcrt" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25442 msvcrt"
25443 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25444 dlls/msvcrt/Makefile: dlls/msvcrt/Makefile.in dlls/Makedll.rules"
25445 ac_config_files="$ac_config_files dlls/msvcrt/Makefile"
25447 ALL_MAKEFILES="$ALL_MAKEFILES \\
25448 dlls/msvcrt/tests/Makefile"
25449 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25450 msvcrt/tests"
25451 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25452 dlls/msvcrt/tests/Makefile: dlls/msvcrt/tests/Makefile.in dlls/Maketest.rules"
25453 ac_config_files="$ac_config_files dlls/msvcrt/tests/Makefile"
25455 ALL_MAKEFILES="$ALL_MAKEFILES \\
25456 dlls/msvcrt20/Makefile"
25457 test "x$enable_msvcrt20" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25458 msvcrt20"
25459 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25460 dlls/msvcrt20/Makefile: dlls/msvcrt20/Makefile.in dlls/Makedll.rules"
25461 ac_config_files="$ac_config_files dlls/msvcrt20/Makefile"
25463 ALL_MAKEFILES="$ALL_MAKEFILES \\
25464 dlls/msvcrt40/Makefile"
25465 test "x$enable_msvcrt40" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25466 msvcrt40"
25467 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25468 dlls/msvcrt40/Makefile: dlls/msvcrt40/Makefile.in dlls/Makedll.rules"
25469 ac_config_files="$ac_config_files dlls/msvcrt40/Makefile"
25471 ALL_MAKEFILES="$ALL_MAKEFILES \\
25472 dlls/msvcrtd/Makefile"
25473 test "x$enable_msvcrtd" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25474 msvcrtd"
25475 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25476 dlls/msvcrtd/Makefile: dlls/msvcrtd/Makefile.in dlls/Makedll.rules"
25477 ac_config_files="$ac_config_files dlls/msvcrtd/Makefile"
25479 ALL_MAKEFILES="$ALL_MAKEFILES \\
25480 dlls/msvcrtd/tests/Makefile"
25481 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25482 msvcrtd/tests"
25483 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25484 dlls/msvcrtd/tests/Makefile: dlls/msvcrtd/tests/Makefile.in dlls/Maketest.rules"
25485 ac_config_files="$ac_config_files dlls/msvcrtd/tests/Makefile"
25487 ALL_MAKEFILES="$ALL_MAKEFILES \\
25488 dlls/msvfw32/Makefile"
25489 test "x$enable_msvfw32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25490 msvfw32"
25491 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25492 dlls/msvfw32/Makefile: dlls/msvfw32/Makefile.in dlls/Makedll.rules"
25493 ac_config_files="$ac_config_files dlls/msvfw32/Makefile"
25495 ALL_MAKEFILES="$ALL_MAKEFILES \\
25496 dlls/msvidc32/Makefile"
25497 test "x$enable_msvidc32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25498 msvidc32"
25499 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25500 dlls/msvidc32/Makefile: dlls/msvidc32/Makefile.in dlls/Makedll.rules"
25501 ac_config_files="$ac_config_files dlls/msvidc32/Makefile"
25503 ALL_MAKEFILES="$ALL_MAKEFILES \\
25504 dlls/mswsock/Makefile"
25505 test "x$enable_mswsock" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25506 mswsock"
25507 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25508 dlls/mswsock/Makefile: dlls/mswsock/Makefile.in dlls/Makedll.rules"
25509 ac_config_files="$ac_config_files dlls/mswsock/Makefile"
25511 ALL_MAKEFILES="$ALL_MAKEFILES \\
25512 dlls/msxml3/Makefile"
25513 test "x$enable_msxml3" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25514 msxml3"
25515 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25516 dlls/msxml3/Makefile: dlls/msxml3/Makefile.in dlls/Makedll.rules"
25517 ac_config_files="$ac_config_files dlls/msxml3/Makefile"
25519 ALL_MAKEFILES="$ALL_MAKEFILES \\
25520 dlls/msxml3/tests/Makefile"
25521 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25522 msxml3/tests"
25523 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25524 dlls/msxml3/tests/Makefile: dlls/msxml3/tests/Makefile.in dlls/Maketest.rules"
25525 ac_config_files="$ac_config_files dlls/msxml3/tests/Makefile"
25527 ALL_MAKEFILES="$ALL_MAKEFILES \\
25528 dlls/nddeapi/Makefile"
25529 test "x$enable_nddeapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25530 nddeapi"
25531 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25532 dlls/nddeapi/Makefile: dlls/nddeapi/Makefile.in dlls/Makedll.rules"
25533 ac_config_files="$ac_config_files dlls/nddeapi/Makefile"
25535 ALL_MAKEFILES="$ALL_MAKEFILES \\
25536 dlls/netapi32/Makefile"
25537 test "x$enable_netapi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25538 netapi32"
25539 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25540 dlls/netapi32/Makefile: dlls/netapi32/Makefile.in dlls/Makedll.rules"
25541 ac_config_files="$ac_config_files dlls/netapi32/Makefile"
25543 ALL_MAKEFILES="$ALL_MAKEFILES \\
25544 dlls/netapi32/tests/Makefile"
25545 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25546 netapi32/tests"
25547 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25548 dlls/netapi32/tests/Makefile: dlls/netapi32/tests/Makefile.in dlls/Maketest.rules"
25549 ac_config_files="$ac_config_files dlls/netapi32/tests/Makefile"
25551 ALL_MAKEFILES="$ALL_MAKEFILES \\
25552 dlls/newdev/Makefile"
25553 test "x$enable_newdev" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25554 newdev"
25555 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25556 dlls/newdev/Makefile: dlls/newdev/Makefile.in dlls/Makedll.rules"
25557 ac_config_files="$ac_config_files dlls/newdev/Makefile"
25559 ALL_MAKEFILES="$ALL_MAKEFILES \\
25560 dlls/ntdll/Makefile"
25561 test "x$enable_ntdll" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25562 ntdll"
25563 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25564 dlls/ntdll/Makefile: dlls/ntdll/Makefile.in dlls/Makedll.rules"
25565 ac_config_files="$ac_config_files dlls/ntdll/Makefile"
25567 ALL_MAKEFILES="$ALL_MAKEFILES \\
25568 dlls/ntdll/tests/Makefile"
25569 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25570 ntdll/tests"
25571 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25572 dlls/ntdll/tests/Makefile: dlls/ntdll/tests/Makefile.in dlls/Maketest.rules"
25573 ac_config_files="$ac_config_files dlls/ntdll/tests/Makefile"
25575 ALL_MAKEFILES="$ALL_MAKEFILES \\
25576 dlls/ntdsapi/Makefile"
25577 test "x$enable_ntdsapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25578 ntdsapi"
25579 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25580 dlls/ntdsapi/Makefile: dlls/ntdsapi/Makefile.in dlls/Makedll.rules"
25581 ac_config_files="$ac_config_files dlls/ntdsapi/Makefile"
25583 ALL_MAKEFILES="$ALL_MAKEFILES \\
25584 dlls/ntdsapi/tests/Makefile"
25585 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25586 ntdsapi/tests"
25587 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25588 dlls/ntdsapi/tests/Makefile: dlls/ntdsapi/tests/Makefile.in dlls/Maketest.rules"
25589 ac_config_files="$ac_config_files dlls/ntdsapi/tests/Makefile"
25591 ALL_MAKEFILES="$ALL_MAKEFILES \\
25592 dlls/ntoskrnl.exe/Makefile"
25593 test "x$enable_ntoskrnl_exe" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25594 ntoskrnl.exe"
25595 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25596 dlls/ntoskrnl.exe/Makefile: dlls/ntoskrnl.exe/Makefile.in dlls/Makedll.rules"
25597 ac_config_files="$ac_config_files dlls/ntoskrnl.exe/Makefile"
25599 ALL_MAKEFILES="$ALL_MAKEFILES \\
25600 dlls/ntprint/Makefile"
25601 test "x$enable_ntprint" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25602 ntprint"
25603 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25604 dlls/ntprint/Makefile: dlls/ntprint/Makefile.in dlls/Makedll.rules"
25605 ac_config_files="$ac_config_files dlls/ntprint/Makefile"
25607 ALL_MAKEFILES="$ALL_MAKEFILES \\
25608 dlls/ntprint/tests/Makefile"
25609 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25610 ntprint/tests"
25611 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25612 dlls/ntprint/tests/Makefile: dlls/ntprint/tests/Makefile.in dlls/Maketest.rules"
25613 ac_config_files="$ac_config_files dlls/ntprint/tests/Makefile"
25615 ALL_MAKEFILES="$ALL_MAKEFILES \\
25616 dlls/objsel/Makefile"
25617 test "x$enable_objsel" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25618 objsel"
25619 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25620 dlls/objsel/Makefile: dlls/objsel/Makefile.in dlls/Makedll.rules"
25621 ac_config_files="$ac_config_files dlls/objsel/Makefile"
25623 ALL_MAKEFILES="$ALL_MAKEFILES \\
25624 dlls/odbc32/Makefile"
25625 test "x$enable_odbc32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25626 odbc32"
25627 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25628 dlls/odbc32/Makefile: dlls/odbc32/Makefile.in dlls/Makedll.rules"
25629 ac_config_files="$ac_config_files dlls/odbc32/Makefile"
25631 ALL_MAKEFILES="$ALL_MAKEFILES \\
25632 dlls/odbccp32/Makefile"
25633 test "x$enable_odbccp32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25634 odbccp32"
25635 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25636 dlls/odbccp32/Makefile: dlls/odbccp32/Makefile.in dlls/Makedll.rules"
25637 ac_config_files="$ac_config_files dlls/odbccp32/Makefile"
25639 ALL_MAKEFILES="$ALL_MAKEFILES \\
25640 dlls/odbccp32/tests/Makefile"
25641 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25642 odbccp32/tests"
25643 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25644 dlls/odbccp32/tests/Makefile: dlls/odbccp32/tests/Makefile.in dlls/Maketest.rules"
25645 ac_config_files="$ac_config_files dlls/odbccp32/tests/Makefile"
25647 ALL_MAKEFILES="$ALL_MAKEFILES \\
25648 dlls/ole32/Makefile"
25649 test "x$enable_ole32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25650 ole32"
25651 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25652 dlls/ole32/Makefile: dlls/ole32/Makefile.in dlls/Makedll.rules"
25653 ac_config_files="$ac_config_files dlls/ole32/Makefile"
25655 ALL_MAKEFILES="$ALL_MAKEFILES \\
25656 dlls/ole32/tests/Makefile"
25657 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25658 ole32/tests"
25659 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25660 dlls/ole32/tests/Makefile: dlls/ole32/tests/Makefile.in dlls/Maketest.rules"
25661 ac_config_files="$ac_config_files dlls/ole32/tests/Makefile"
25663 ALL_MAKEFILES="$ALL_MAKEFILES \\
25664 dlls/oleacc/Makefile"
25665 test "x$enable_oleacc" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25666 oleacc"
25667 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25668 dlls/oleacc/Makefile: dlls/oleacc/Makefile.in dlls/Makedll.rules"
25669 ac_config_files="$ac_config_files dlls/oleacc/Makefile"
25671 ALL_MAKEFILES="$ALL_MAKEFILES \\
25672 dlls/oleacc/tests/Makefile"
25673 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25674 oleacc/tests"
25675 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25676 dlls/oleacc/tests/Makefile: dlls/oleacc/tests/Makefile.in dlls/Maketest.rules"
25677 ac_config_files="$ac_config_files dlls/oleacc/tests/Makefile"
25679 ALL_MAKEFILES="$ALL_MAKEFILES \\
25680 dlls/oleaut32/Makefile"
25681 test "x$enable_oleaut32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25682 oleaut32"
25683 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25684 dlls/oleaut32/Makefile: dlls/oleaut32/Makefile.in dlls/Makedll.rules"
25685 ac_config_files="$ac_config_files dlls/oleaut32/Makefile"
25687 ALL_MAKEFILES="$ALL_MAKEFILES \\
25688 dlls/oleaut32/tests/Makefile"
25689 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25690 oleaut32/tests"
25691 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25692 dlls/oleaut32/tests/Makefile: dlls/oleaut32/tests/Makefile.in dlls/Maketest.rules"
25693 ac_config_files="$ac_config_files dlls/oleaut32/tests/Makefile"
25695 ALL_MAKEFILES="$ALL_MAKEFILES \\
25696 dlls/olecli32/Makefile"
25697 test "x$enable_olecli32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25698 olecli32"
25699 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25700 dlls/olecli32/Makefile: dlls/olecli32/Makefile.in dlls/Makedll.rules"
25701 ac_config_files="$ac_config_files dlls/olecli32/Makefile"
25703 ALL_MAKEFILES="$ALL_MAKEFILES \\
25704 dlls/oledlg/Makefile"
25705 test "x$enable_oledlg" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25706 oledlg"
25707 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25708 dlls/oledlg/Makefile: dlls/oledlg/Makefile.in dlls/Makedll.rules"
25709 ac_config_files="$ac_config_files dlls/oledlg/Makefile"
25711 ALL_MAKEFILES="$ALL_MAKEFILES \\
25712 dlls/olepro32/Makefile"
25713 test "x$enable_olepro32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25714 olepro32"
25715 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25716 dlls/olepro32/Makefile: dlls/olepro32/Makefile.in dlls/Makedll.rules"
25717 ac_config_files="$ac_config_files dlls/olepro32/Makefile"
25719 ALL_MAKEFILES="$ALL_MAKEFILES \\
25720 dlls/olesvr32/Makefile"
25721 test "x$enable_olesvr32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25722 olesvr32"
25723 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25724 dlls/olesvr32/Makefile: dlls/olesvr32/Makefile.in dlls/Makedll.rules"
25725 ac_config_files="$ac_config_files dlls/olesvr32/Makefile"
25727 ALL_MAKEFILES="$ALL_MAKEFILES \\
25728 dlls/olethk32/Makefile"
25729 test "x$enable_olethk32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25730 olethk32"
25731 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25732 dlls/olethk32/Makefile: dlls/olethk32/Makefile.in dlls/Makedll.rules"
25733 ac_config_files="$ac_config_files dlls/olethk32/Makefile"
25735 ALL_MAKEFILES="$ALL_MAKEFILES \\
25736 dlls/opengl32/Makefile"
25737 test "x$enable_opengl32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25738 opengl32"
25739 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25740 dlls/opengl32/Makefile: dlls/opengl32/Makefile.in dlls/Makedll.rules"
25741 ac_config_files="$ac_config_files dlls/opengl32/Makefile"
25743 ALL_MAKEFILES="$ALL_MAKEFILES \\
25744 dlls/opengl32/tests/Makefile"
25745 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25746 opengl32/tests"
25747 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25748 dlls/opengl32/tests/Makefile: dlls/opengl32/tests/Makefile.in dlls/Maketest.rules"
25749 ac_config_files="$ac_config_files dlls/opengl32/tests/Makefile"
25751 ALL_MAKEFILES="$ALL_MAKEFILES \\
25752 dlls/pdh/Makefile"
25753 test "x$enable_pdh" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25754 pdh"
25755 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25756 dlls/pdh/Makefile: dlls/pdh/Makefile.in dlls/Makedll.rules"
25757 ac_config_files="$ac_config_files dlls/pdh/Makefile"
25759 ALL_MAKEFILES="$ALL_MAKEFILES \\
25760 dlls/pdh/tests/Makefile"
25761 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25762 pdh/tests"
25763 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25764 dlls/pdh/tests/Makefile: dlls/pdh/tests/Makefile.in dlls/Maketest.rules"
25765 ac_config_files="$ac_config_files dlls/pdh/tests/Makefile"
25767 ALL_MAKEFILES="$ALL_MAKEFILES \\
25768 dlls/powrprof/Makefile"
25769 test "x$enable_powrprof" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25770 powrprof"
25771 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25772 dlls/powrprof/Makefile: dlls/powrprof/Makefile.in dlls/Makedll.rules"
25773 ac_config_files="$ac_config_files dlls/powrprof/Makefile"
25775 ALL_MAKEFILES="$ALL_MAKEFILES \\
25776 dlls/printui/Makefile"
25777 test "x$enable_printui" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25778 printui"
25779 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25780 dlls/printui/Makefile: dlls/printui/Makefile.in dlls/Makedll.rules"
25781 ac_config_files="$ac_config_files dlls/printui/Makefile"
25783 ALL_MAKEFILES="$ALL_MAKEFILES \\
25784 dlls/propsys/Makefile"
25785 test "x$enable_propsys" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25786 propsys"
25787 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25788 dlls/propsys/Makefile: dlls/propsys/Makefile.in dlls/Makedll.rules"
25789 ac_config_files="$ac_config_files dlls/propsys/Makefile"
25791 ALL_MAKEFILES="$ALL_MAKEFILES \\
25792 dlls/psapi/Makefile"
25793 test "x$enable_psapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25794 psapi"
25795 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25796 dlls/psapi/Makefile: dlls/psapi/Makefile.in dlls/Makedll.rules"
25797 ac_config_files="$ac_config_files dlls/psapi/Makefile"
25799 ALL_MAKEFILES="$ALL_MAKEFILES \\
25800 dlls/psapi/tests/Makefile"
25801 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25802 psapi/tests"
25803 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25804 dlls/psapi/tests/Makefile: dlls/psapi/tests/Makefile.in dlls/Maketest.rules"
25805 ac_config_files="$ac_config_files dlls/psapi/tests/Makefile"
25807 ALL_MAKEFILES="$ALL_MAKEFILES \\
25808 dlls/pstorec/Makefile"
25809 test "x$enable_pstorec" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25810 pstorec"
25811 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25812 dlls/pstorec/Makefile: dlls/pstorec/Makefile.in dlls/Makedll.rules"
25813 ac_config_files="$ac_config_files dlls/pstorec/Makefile"
25815 ALL_MAKEFILES="$ALL_MAKEFILES \\
25816 dlls/qcap/Makefile"
25817 test "x$enable_qcap" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25818 qcap"
25819 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25820 dlls/qcap/Makefile: dlls/qcap/Makefile.in dlls/Makedll.rules"
25821 ac_config_files="$ac_config_files dlls/qcap/Makefile"
25823 ALL_MAKEFILES="$ALL_MAKEFILES \\
25824 dlls/qedit/Makefile"
25825 test "x$enable_qedit" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25826 qedit"
25827 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25828 dlls/qedit/Makefile: dlls/qedit/Makefile.in dlls/Makedll.rules"
25829 ac_config_files="$ac_config_files dlls/qedit/Makefile"
25831 ALL_MAKEFILES="$ALL_MAKEFILES \\
25832 dlls/qedit/tests/Makefile"
25833 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25834 qedit/tests"
25835 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25836 dlls/qedit/tests/Makefile: dlls/qedit/tests/Makefile.in dlls/Maketest.rules"
25837 ac_config_files="$ac_config_files dlls/qedit/tests/Makefile"
25839 ALL_MAKEFILES="$ALL_MAKEFILES \\
25840 dlls/qmgr/Makefile"
25841 test "x$enable_qmgr" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25842 qmgr"
25843 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25844 dlls/qmgr/Makefile: dlls/qmgr/Makefile.in dlls/Makedll.rules"
25845 ac_config_files="$ac_config_files dlls/qmgr/Makefile"
25847 ALL_MAKEFILES="$ALL_MAKEFILES \\
25848 dlls/qmgr/tests/Makefile"
25849 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25850 qmgr/tests"
25851 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25852 dlls/qmgr/tests/Makefile: dlls/qmgr/tests/Makefile.in dlls/Maketest.rules"
25853 ac_config_files="$ac_config_files dlls/qmgr/tests/Makefile"
25855 ALL_MAKEFILES="$ALL_MAKEFILES \\
25856 dlls/qmgrprxy/Makefile"
25857 test "x$enable_qmgrprxy" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25858 qmgrprxy"
25859 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25860 dlls/qmgrprxy/Makefile: dlls/qmgrprxy/Makefile.in dlls/Makedll.rules"
25861 ac_config_files="$ac_config_files dlls/qmgrprxy/Makefile"
25863 ALL_MAKEFILES="$ALL_MAKEFILES \\
25864 dlls/quartz/Makefile"
25865 test "x$enable_quartz" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25866 quartz"
25867 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25868 dlls/quartz/Makefile: dlls/quartz/Makefile.in dlls/Makedll.rules"
25869 ac_config_files="$ac_config_files dlls/quartz/Makefile"
25871 ALL_MAKEFILES="$ALL_MAKEFILES \\
25872 dlls/quartz/tests/Makefile"
25873 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25874 quartz/tests"
25875 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25876 dlls/quartz/tests/Makefile: dlls/quartz/tests/Makefile.in dlls/Maketest.rules"
25877 ac_config_files="$ac_config_files dlls/quartz/tests/Makefile"
25879 ALL_MAKEFILES="$ALL_MAKEFILES \\
25880 dlls/query/Makefile"
25881 test "x$enable_query" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25882 query"
25883 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25884 dlls/query/Makefile: dlls/query/Makefile.in dlls/Makedll.rules"
25885 ac_config_files="$ac_config_files dlls/query/Makefile"
25887 ALL_MAKEFILES="$ALL_MAKEFILES \\
25888 dlls/rasapi32/Makefile"
25889 test "x$enable_rasapi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25890 rasapi32"
25891 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25892 dlls/rasapi32/Makefile: dlls/rasapi32/Makefile.in dlls/Makedll.rules"
25893 ac_config_files="$ac_config_files dlls/rasapi32/Makefile"
25895 ALL_MAKEFILES="$ALL_MAKEFILES \\
25896 dlls/rasapi32/tests/Makefile"
25897 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25898 rasapi32/tests"
25899 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25900 dlls/rasapi32/tests/Makefile: dlls/rasapi32/tests/Makefile.in dlls/Maketest.rules"
25901 ac_config_files="$ac_config_files dlls/rasapi32/tests/Makefile"
25903 ALL_MAKEFILES="$ALL_MAKEFILES \\
25904 dlls/resutils/Makefile"
25905 test "x$enable_resutils" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25906 resutils"
25907 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25908 dlls/resutils/Makefile: dlls/resutils/Makefile.in dlls/Makedll.rules"
25909 ac_config_files="$ac_config_files dlls/resutils/Makefile"
25911 ALL_MAKEFILES="$ALL_MAKEFILES \\
25912 dlls/riched20/Makefile"
25913 test "x$enable_riched20" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25914 riched20"
25915 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25916 dlls/riched20/Makefile: dlls/riched20/Makefile.in dlls/Makedll.rules"
25917 ac_config_files="$ac_config_files dlls/riched20/Makefile"
25919 ALL_MAKEFILES="$ALL_MAKEFILES \\
25920 dlls/riched20/tests/Makefile"
25921 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25922 riched20/tests"
25923 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25924 dlls/riched20/tests/Makefile: dlls/riched20/tests/Makefile.in dlls/Maketest.rules"
25925 ac_config_files="$ac_config_files dlls/riched20/tests/Makefile"
25927 ALL_MAKEFILES="$ALL_MAKEFILES \\
25928 dlls/riched32/Makefile"
25929 test "x$enable_riched32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25930 riched32"
25931 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25932 dlls/riched32/Makefile: dlls/riched32/Makefile.in dlls/Makedll.rules"
25933 ac_config_files="$ac_config_files dlls/riched32/Makefile"
25935 ALL_MAKEFILES="$ALL_MAKEFILES \\
25936 dlls/riched32/tests/Makefile"
25937 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25938 riched32/tests"
25939 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25940 dlls/riched32/tests/Makefile: dlls/riched32/tests/Makefile.in dlls/Maketest.rules"
25941 ac_config_files="$ac_config_files dlls/riched32/tests/Makefile"
25943 ALL_MAKEFILES="$ALL_MAKEFILES \\
25944 dlls/rpcrt4/Makefile"
25945 test "x$enable_rpcrt4" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25946 rpcrt4"
25947 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25948 dlls/rpcrt4/Makefile: dlls/rpcrt4/Makefile.in dlls/Makedll.rules"
25949 ac_config_files="$ac_config_files dlls/rpcrt4/Makefile"
25951 ALL_MAKEFILES="$ALL_MAKEFILES \\
25952 dlls/rpcrt4/tests/Makefile"
25953 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25954 rpcrt4/tests"
25955 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25956 dlls/rpcrt4/tests/Makefile: dlls/rpcrt4/tests/Makefile.in dlls/Maketest.rules"
25957 ac_config_files="$ac_config_files dlls/rpcrt4/tests/Makefile"
25959 ALL_MAKEFILES="$ALL_MAKEFILES \\
25960 dlls/rsabase/Makefile"
25961 test "x$enable_rsabase" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25962 rsabase"
25963 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25964 dlls/rsabase/Makefile: dlls/rsabase/Makefile.in dlls/Makedll.rules"
25965 ac_config_files="$ac_config_files dlls/rsabase/Makefile"
25967 ALL_MAKEFILES="$ALL_MAKEFILES \\
25968 dlls/rsaenh/Makefile"
25969 test "x$enable_rsaenh" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25970 rsaenh"
25971 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25972 dlls/rsaenh/Makefile: dlls/rsaenh/Makefile.in dlls/Makedll.rules"
25973 ac_config_files="$ac_config_files dlls/rsaenh/Makefile"
25975 ALL_MAKEFILES="$ALL_MAKEFILES \\
25976 dlls/rsaenh/tests/Makefile"
25977 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25978 rsaenh/tests"
25979 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25980 dlls/rsaenh/tests/Makefile: dlls/rsaenh/tests/Makefile.in dlls/Maketest.rules"
25981 ac_config_files="$ac_config_files dlls/rsaenh/tests/Makefile"
25983 ALL_MAKEFILES="$ALL_MAKEFILES \\
25984 dlls/sane.ds/Makefile"
25985 test "x$enable_sane_ds" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25986 sane.ds"
25987 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25988 dlls/sane.ds/Makefile: dlls/sane.ds/Makefile.in dlls/Makedll.rules"
25989 ac_config_files="$ac_config_files dlls/sane.ds/Makefile"
25991 ALL_MAKEFILES="$ALL_MAKEFILES \\
25992 dlls/sccbase/Makefile"
25993 test "x$enable_sccbase" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25994 sccbase"
25995 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25996 dlls/sccbase/Makefile: dlls/sccbase/Makefile.in dlls/Makedll.rules"
25997 ac_config_files="$ac_config_files dlls/sccbase/Makefile"
25999 ALL_MAKEFILES="$ALL_MAKEFILES \\
26000 dlls/schannel/Makefile"
26001 test "x$enable_schannel" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26002 schannel"
26003 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26004 dlls/schannel/Makefile: dlls/schannel/Makefile.in dlls/Makedll.rules"
26005 ac_config_files="$ac_config_files dlls/schannel/Makefile"
26007 ALL_MAKEFILES="$ALL_MAKEFILES \\
26008 dlls/schannel/tests/Makefile"
26009 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26010 schannel/tests"
26011 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26012 dlls/schannel/tests/Makefile: dlls/schannel/tests/Makefile.in dlls/Maketest.rules"
26013 ac_config_files="$ac_config_files dlls/schannel/tests/Makefile"
26015 ALL_MAKEFILES="$ALL_MAKEFILES \\
26016 dlls/secur32/Makefile"
26017 test "x$enable_secur32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26018 secur32"
26019 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26020 dlls/secur32/Makefile: dlls/secur32/Makefile.in dlls/Makedll.rules"
26021 ac_config_files="$ac_config_files dlls/secur32/Makefile"
26023 ALL_MAKEFILES="$ALL_MAKEFILES \\
26024 dlls/secur32/tests/Makefile"
26025 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26026 secur32/tests"
26027 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26028 dlls/secur32/tests/Makefile: dlls/secur32/tests/Makefile.in dlls/Maketest.rules"
26029 ac_config_files="$ac_config_files dlls/secur32/tests/Makefile"
26031 ALL_MAKEFILES="$ALL_MAKEFILES \\
26032 dlls/security/Makefile"
26033 test "x$enable_security" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26034 security"
26035 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26036 dlls/security/Makefile: dlls/security/Makefile.in dlls/Makedll.rules"
26037 ac_config_files="$ac_config_files dlls/security/Makefile"
26039 ALL_MAKEFILES="$ALL_MAKEFILES \\
26040 dlls/sensapi/Makefile"
26041 test "x$enable_sensapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26042 sensapi"
26043 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26044 dlls/sensapi/Makefile: dlls/sensapi/Makefile.in dlls/Makedll.rules"
26045 ac_config_files="$ac_config_files dlls/sensapi/Makefile"
26047 ALL_MAKEFILES="$ALL_MAKEFILES \\
26048 dlls/serialui/Makefile"
26049 test "x$enable_serialui" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26050 serialui"
26051 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26052 dlls/serialui/Makefile: dlls/serialui/Makefile.in dlls/Makedll.rules"
26053 ac_config_files="$ac_config_files dlls/serialui/Makefile"
26055 ALL_MAKEFILES="$ALL_MAKEFILES \\
26056 dlls/serialui/tests/Makefile"
26057 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26058 serialui/tests"
26059 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26060 dlls/serialui/tests/Makefile: dlls/serialui/tests/Makefile.in dlls/Maketest.rules"
26061 ac_config_files="$ac_config_files dlls/serialui/tests/Makefile"
26063 ALL_MAKEFILES="$ALL_MAKEFILES \\
26064 dlls/setupapi/Makefile"
26065 test "x$enable_setupapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26066 setupapi"
26067 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26068 dlls/setupapi/Makefile: dlls/setupapi/Makefile.in dlls/Makedll.rules"
26069 ac_config_files="$ac_config_files dlls/setupapi/Makefile"
26071 ALL_MAKEFILES="$ALL_MAKEFILES \\
26072 dlls/setupapi/tests/Makefile"
26073 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26074 setupapi/tests"
26075 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26076 dlls/setupapi/tests/Makefile: dlls/setupapi/tests/Makefile.in dlls/Maketest.rules"
26077 ac_config_files="$ac_config_files dlls/setupapi/tests/Makefile"
26079 ALL_MAKEFILES="$ALL_MAKEFILES \\
26080 dlls/sfc/Makefile"
26081 test "x$enable_sfc" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26082 sfc"
26083 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26084 dlls/sfc/Makefile: dlls/sfc/Makefile.in dlls/Makedll.rules"
26085 ac_config_files="$ac_config_files dlls/sfc/Makefile"
26087 ALL_MAKEFILES="$ALL_MAKEFILES \\
26088 dlls/sfc_os/Makefile"
26089 test "x$enable_sfc_os" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26090 sfc_os"
26091 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26092 dlls/sfc_os/Makefile: dlls/sfc_os/Makefile.in dlls/Makedll.rules"
26093 ac_config_files="$ac_config_files dlls/sfc_os/Makefile"
26095 ALL_MAKEFILES="$ALL_MAKEFILES \\
26096 dlls/shdoclc/Makefile"
26097 test "x$enable_shdoclc" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26098 shdoclc"
26099 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26100 dlls/shdoclc/Makefile: dlls/shdoclc/Makefile.in dlls/Makedll.rules"
26101 ac_config_files="$ac_config_files dlls/shdoclc/Makefile"
26103 ALL_MAKEFILES="$ALL_MAKEFILES \\
26104 dlls/shdocvw/Makefile"
26105 test "x$enable_shdocvw" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26106 shdocvw"
26107 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26108 dlls/shdocvw/Makefile: dlls/shdocvw/Makefile.in dlls/Makedll.rules"
26109 ac_config_files="$ac_config_files dlls/shdocvw/Makefile"
26111 ALL_MAKEFILES="$ALL_MAKEFILES \\
26112 dlls/shdocvw/tests/Makefile"
26113 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26114 shdocvw/tests"
26115 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26116 dlls/shdocvw/tests/Makefile: dlls/shdocvw/tests/Makefile.in dlls/Maketest.rules"
26117 ac_config_files="$ac_config_files dlls/shdocvw/tests/Makefile"
26119 ALL_MAKEFILES="$ALL_MAKEFILES \\
26120 dlls/shell32/Makefile"
26121 test "x$enable_shell32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26122 shell32"
26123 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26124 dlls/shell32/Makefile: dlls/shell32/Makefile.in dlls/Makedll.rules"
26125 ac_config_files="$ac_config_files dlls/shell32/Makefile"
26127 ALL_MAKEFILES="$ALL_MAKEFILES \\
26128 dlls/shell32/tests/Makefile"
26129 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26130 shell32/tests"
26131 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26132 dlls/shell32/tests/Makefile: dlls/shell32/tests/Makefile.in dlls/Maketest.rules"
26133 ac_config_files="$ac_config_files dlls/shell32/tests/Makefile"
26135 ALL_MAKEFILES="$ALL_MAKEFILES \\
26136 dlls/shfolder/Makefile"
26137 test "x$enable_shfolder" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26138 shfolder"
26139 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26140 dlls/shfolder/Makefile: dlls/shfolder/Makefile.in dlls/Makedll.rules"
26141 ac_config_files="$ac_config_files dlls/shfolder/Makefile"
26143 ALL_MAKEFILES="$ALL_MAKEFILES \\
26144 dlls/shlwapi/Makefile"
26145 test "x$enable_shlwapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26146 shlwapi"
26147 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26148 dlls/shlwapi/Makefile: dlls/shlwapi/Makefile.in dlls/Makedll.rules"
26149 ac_config_files="$ac_config_files dlls/shlwapi/Makefile"
26151 ALL_MAKEFILES="$ALL_MAKEFILES \\
26152 dlls/shlwapi/tests/Makefile"
26153 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26154 shlwapi/tests"
26155 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26156 dlls/shlwapi/tests/Makefile: dlls/shlwapi/tests/Makefile.in dlls/Maketest.rules"
26157 ac_config_files="$ac_config_files dlls/shlwapi/tests/Makefile"
26159 ALL_MAKEFILES="$ALL_MAKEFILES \\
26160 dlls/slbcsp/Makefile"
26161 test "x$enable_slbcsp" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26162 slbcsp"
26163 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26164 dlls/slbcsp/Makefile: dlls/slbcsp/Makefile.in dlls/Makedll.rules"
26165 ac_config_files="$ac_config_files dlls/slbcsp/Makefile"
26167 ALL_MAKEFILES="$ALL_MAKEFILES \\
26168 dlls/slc/Makefile"
26169 test "x$enable_slc" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26170 slc"
26171 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26172 dlls/slc/Makefile: dlls/slc/Makefile.in dlls/Makedll.rules"
26173 ac_config_files="$ac_config_files dlls/slc/Makefile"
26175 ALL_MAKEFILES="$ALL_MAKEFILES \\
26176 dlls/snmpapi/Makefile"
26177 test "x$enable_snmpapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26178 snmpapi"
26179 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26180 dlls/snmpapi/Makefile: dlls/snmpapi/Makefile.in dlls/Makedll.rules"
26181 ac_config_files="$ac_config_files dlls/snmpapi/Makefile"
26183 ALL_MAKEFILES="$ALL_MAKEFILES \\
26184 dlls/snmpapi/tests/Makefile"
26185 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26186 snmpapi/tests"
26187 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26188 dlls/snmpapi/tests/Makefile: dlls/snmpapi/tests/Makefile.in dlls/Maketest.rules"
26189 ac_config_files="$ac_config_files dlls/snmpapi/tests/Makefile"
26191 ALL_MAKEFILES="$ALL_MAKEFILES \\
26192 dlls/softpub/Makefile"
26193 test "x$enable_softpub" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26194 softpub"
26195 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26196 dlls/softpub/Makefile: dlls/softpub/Makefile.in dlls/Makedll.rules"
26197 ac_config_files="$ac_config_files dlls/softpub/Makefile"
26199 ALL_MAKEFILES="$ALL_MAKEFILES \\
26200 dlls/spoolss/Makefile"
26201 test "x$enable_spoolss" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26202 spoolss"
26203 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26204 dlls/spoolss/Makefile: dlls/spoolss/Makefile.in dlls/Makedll.rules"
26205 ac_config_files="$ac_config_files dlls/spoolss/Makefile"
26207 ALL_MAKEFILES="$ALL_MAKEFILES \\
26208 dlls/spoolss/tests/Makefile"
26209 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26210 spoolss/tests"
26211 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26212 dlls/spoolss/tests/Makefile: dlls/spoolss/tests/Makefile.in dlls/Maketest.rules"
26213 ac_config_files="$ac_config_files dlls/spoolss/tests/Makefile"
26215 ALL_MAKEFILES="$ALL_MAKEFILES \\
26216 dlls/stdole2.tlb/Makefile"
26217 test "x$enable_stdole2_tlb" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26218 stdole2.tlb"
26219 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26220 dlls/stdole2.tlb/Makefile: dlls/stdole2.tlb/Makefile.in dlls/Makedll.rules"
26221 ac_config_files="$ac_config_files dlls/stdole2.tlb/Makefile"
26223 ALL_MAKEFILES="$ALL_MAKEFILES \\
26224 dlls/stdole32.tlb/Makefile"
26225 test "x$enable_stdole32_tlb" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26226 stdole32.tlb"
26227 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26228 dlls/stdole32.tlb/Makefile: dlls/stdole32.tlb/Makefile.in dlls/Makedll.rules"
26229 ac_config_files="$ac_config_files dlls/stdole32.tlb/Makefile"
26231 ALL_MAKEFILES="$ALL_MAKEFILES \\
26232 dlls/sti/Makefile"
26233 test "x$enable_sti" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26234 sti"
26235 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26236 dlls/sti/Makefile: dlls/sti/Makefile.in dlls/Makedll.rules"
26237 ac_config_files="$ac_config_files dlls/sti/Makefile"
26239 ALL_MAKEFILES="$ALL_MAKEFILES \\
26240 dlls/strmiids/Makefile"
26241 test "x$enable_strmiids" != xno && ALL_IMPLIB_DIRS="$ALL_IMPLIB_DIRS \\
26242 strmiids"
26243 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26244 dlls/strmiids/Makefile: dlls/strmiids/Makefile.in dlls/Makeimplib.rules"
26245 ac_config_files="$ac_config_files dlls/strmiids/Makefile"
26247 ALL_MAKEFILES="$ALL_MAKEFILES \\
26248 dlls/svrapi/Makefile"
26249 test "x$enable_svrapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26250 svrapi"
26251 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26252 dlls/svrapi/Makefile: dlls/svrapi/Makefile.in dlls/Makedll.rules"
26253 ac_config_files="$ac_config_files dlls/svrapi/Makefile"
26255 ALL_MAKEFILES="$ALL_MAKEFILES \\
26256 dlls/sxs/Makefile"
26257 test "x$enable_sxs" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26258 sxs"
26259 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26260 dlls/sxs/Makefile: dlls/sxs/Makefile.in dlls/Makedll.rules"
26261 ac_config_files="$ac_config_files dlls/sxs/Makefile"
26263 ALL_MAKEFILES="$ALL_MAKEFILES \\
26264 dlls/tapi32/Makefile"
26265 test "x$enable_tapi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26266 tapi32"
26267 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26268 dlls/tapi32/Makefile: dlls/tapi32/Makefile.in dlls/Makedll.rules"
26269 ac_config_files="$ac_config_files dlls/tapi32/Makefile"
26271 ALL_MAKEFILES="$ALL_MAKEFILES \\
26272 dlls/twain_32/Makefile"
26273 test "x$enable_twain_32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26274 twain_32"
26275 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26276 dlls/twain_32/Makefile: dlls/twain_32/Makefile.in dlls/Makedll.rules"
26277 ac_config_files="$ac_config_files dlls/twain_32/Makefile"
26279 ALL_MAKEFILES="$ALL_MAKEFILES \\
26280 dlls/unicows/Makefile"
26281 test "x$enable_unicows" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26282 unicows"
26283 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26284 dlls/unicows/Makefile: dlls/unicows/Makefile.in dlls/Makedll.rules"
26285 ac_config_files="$ac_config_files dlls/unicows/Makefile"
26287 ALL_MAKEFILES="$ALL_MAKEFILES \\
26288 dlls/url/Makefile"
26289 test "x$enable_url" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26290 url"
26291 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26292 dlls/url/Makefile: dlls/url/Makefile.in dlls/Makedll.rules"
26293 ac_config_files="$ac_config_files dlls/url/Makefile"
26295 ALL_MAKEFILES="$ALL_MAKEFILES \\
26296 dlls/urlmon/Makefile"
26297 test "x$enable_urlmon" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26298 urlmon"
26299 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26300 dlls/urlmon/Makefile: dlls/urlmon/Makefile.in dlls/Makedll.rules"
26301 ac_config_files="$ac_config_files dlls/urlmon/Makefile"
26303 ALL_MAKEFILES="$ALL_MAKEFILES \\
26304 dlls/urlmon/tests/Makefile"
26305 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26306 urlmon/tests"
26307 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26308 dlls/urlmon/tests/Makefile: dlls/urlmon/tests/Makefile.in dlls/Maketest.rules"
26309 ac_config_files="$ac_config_files dlls/urlmon/tests/Makefile"
26311 ALL_MAKEFILES="$ALL_MAKEFILES \\
26312 dlls/user32/Makefile"
26313 test "x$enable_user32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26314 user32"
26315 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26316 dlls/user32/Makefile: dlls/user32/Makefile.in dlls/Makedll.rules"
26317 ac_config_files="$ac_config_files dlls/user32/Makefile"
26319 ALL_MAKEFILES="$ALL_MAKEFILES \\
26320 dlls/user32/tests/Makefile"
26321 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26322 user32/tests"
26323 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26324 dlls/user32/tests/Makefile: dlls/user32/tests/Makefile.in dlls/Maketest.rules"
26325 ac_config_files="$ac_config_files dlls/user32/tests/Makefile"
26327 ALL_MAKEFILES="$ALL_MAKEFILES \\
26328 dlls/userenv/Makefile"
26329 test "x$enable_userenv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26330 userenv"
26331 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26332 dlls/userenv/Makefile: dlls/userenv/Makefile.in dlls/Makedll.rules"
26333 ac_config_files="$ac_config_files dlls/userenv/Makefile"
26335 ALL_MAKEFILES="$ALL_MAKEFILES \\
26336 dlls/userenv/tests/Makefile"
26337 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26338 userenv/tests"
26339 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26340 dlls/userenv/tests/Makefile: dlls/userenv/tests/Makefile.in dlls/Maketest.rules"
26341 ac_config_files="$ac_config_files dlls/userenv/tests/Makefile"
26343 ALL_MAKEFILES="$ALL_MAKEFILES \\
26344 dlls/usp10/Makefile"
26345 test "x$enable_usp10" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26346 usp10"
26347 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26348 dlls/usp10/Makefile: dlls/usp10/Makefile.in dlls/Makedll.rules"
26349 ac_config_files="$ac_config_files dlls/usp10/Makefile"
26351 ALL_MAKEFILES="$ALL_MAKEFILES \\
26352 dlls/usp10/tests/Makefile"
26353 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26354 usp10/tests"
26355 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26356 dlls/usp10/tests/Makefile: dlls/usp10/tests/Makefile.in dlls/Maketest.rules"
26357 ac_config_files="$ac_config_files dlls/usp10/tests/Makefile"
26359 ALL_MAKEFILES="$ALL_MAKEFILES \\
26360 dlls/uuid/Makefile"
26361 test "x$enable_uuid" != xno && ALL_IMPLIB_DIRS="$ALL_IMPLIB_DIRS \\
26362 uuid"
26363 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26364 dlls/uuid/Makefile: dlls/uuid/Makefile.in dlls/Makeimplib.rules"
26365 ac_config_files="$ac_config_files dlls/uuid/Makefile"
26367 ALL_MAKEFILES="$ALL_MAKEFILES \\
26368 dlls/uxtheme/Makefile"
26369 test "x$enable_uxtheme" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26370 uxtheme"
26371 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26372 dlls/uxtheme/Makefile: dlls/uxtheme/Makefile.in dlls/Makedll.rules"
26373 ac_config_files="$ac_config_files dlls/uxtheme/Makefile"
26375 ALL_MAKEFILES="$ALL_MAKEFILES \\
26376 dlls/uxtheme/tests/Makefile"
26377 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26378 uxtheme/tests"
26379 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26380 dlls/uxtheme/tests/Makefile: dlls/uxtheme/tests/Makefile.in dlls/Maketest.rules"
26381 ac_config_files="$ac_config_files dlls/uxtheme/tests/Makefile"
26383 ALL_MAKEFILES="$ALL_MAKEFILES \\
26384 dlls/vdhcp.vxd/Makefile"
26385 test "x$enable_vdhcp_vxd" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26386 vdhcp.vxd"
26387 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26388 dlls/vdhcp.vxd/Makefile: dlls/vdhcp.vxd/Makefile.in dlls/Makedll.rules"
26389 ac_config_files="$ac_config_files dlls/vdhcp.vxd/Makefile"
26391 ALL_MAKEFILES="$ALL_MAKEFILES \\
26392 dlls/vdmdbg/Makefile"
26393 test "x$enable_vdmdbg" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26394 vdmdbg"
26395 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26396 dlls/vdmdbg/Makefile: dlls/vdmdbg/Makefile.in dlls/Makedll.rules"
26397 ac_config_files="$ac_config_files dlls/vdmdbg/Makefile"
26399 ALL_MAKEFILES="$ALL_MAKEFILES \\
26400 dlls/version/Makefile"
26401 test "x$enable_version" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26402 version"
26403 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26404 dlls/version/Makefile: dlls/version/Makefile.in dlls/Makedll.rules"
26405 ac_config_files="$ac_config_files dlls/version/Makefile"
26407 ALL_MAKEFILES="$ALL_MAKEFILES \\
26408 dlls/version/tests/Makefile"
26409 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26410 version/tests"
26411 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26412 dlls/version/tests/Makefile: dlls/version/tests/Makefile.in dlls/Maketest.rules"
26413 ac_config_files="$ac_config_files dlls/version/tests/Makefile"
26415 ALL_MAKEFILES="$ALL_MAKEFILES \\
26416 dlls/vmm.vxd/Makefile"
26417 test "x$enable_vmm_vxd" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26418 vmm.vxd"
26419 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26420 dlls/vmm.vxd/Makefile: dlls/vmm.vxd/Makefile.in dlls/Makedll.rules"
26421 ac_config_files="$ac_config_files dlls/vmm.vxd/Makefile"
26423 ALL_MAKEFILES="$ALL_MAKEFILES \\
26424 dlls/vnbt.vxd/Makefile"
26425 test "x$enable_vnbt_vxd" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26426 vnbt.vxd"
26427 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26428 dlls/vnbt.vxd/Makefile: dlls/vnbt.vxd/Makefile.in dlls/Makedll.rules"
26429 ac_config_files="$ac_config_files dlls/vnbt.vxd/Makefile"
26431 ALL_MAKEFILES="$ALL_MAKEFILES \\
26432 dlls/vnetbios.vxd/Makefile"
26433 test "x$enable_vnetbios_vxd" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26434 vnetbios.vxd"
26435 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26436 dlls/vnetbios.vxd/Makefile: dlls/vnetbios.vxd/Makefile.in dlls/Makedll.rules"
26437 ac_config_files="$ac_config_files dlls/vnetbios.vxd/Makefile"
26439 ALL_MAKEFILES="$ALL_MAKEFILES \\
26440 dlls/vtdapi.vxd/Makefile"
26441 test "x$enable_vtdapi_vxd" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26442 vtdapi.vxd"
26443 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26444 dlls/vtdapi.vxd/Makefile: dlls/vtdapi.vxd/Makefile.in dlls/Makedll.rules"
26445 ac_config_files="$ac_config_files dlls/vtdapi.vxd/Makefile"
26447 ALL_MAKEFILES="$ALL_MAKEFILES \\
26448 dlls/vwin32.vxd/Makefile"
26449 test "x$enable_vwin32_vxd" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26450 vwin32.vxd"
26451 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26452 dlls/vwin32.vxd/Makefile: dlls/vwin32.vxd/Makefile.in dlls/Makedll.rules"
26453 ac_config_files="$ac_config_files dlls/vwin32.vxd/Makefile"
26455 ALL_MAKEFILES="$ALL_MAKEFILES \\
26456 dlls/w32skrnl/Makefile"
26457 test "x$enable_w32skrnl" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26458 w32skrnl"
26459 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26460 dlls/w32skrnl/Makefile: dlls/w32skrnl/Makefile.in dlls/Makedll.rules"
26461 ac_config_files="$ac_config_files dlls/w32skrnl/Makefile"
26463 ALL_MAKEFILES="$ALL_MAKEFILES \\
26464 dlls/winealsa.drv/Makefile"
26465 test "x$enable_winealsa_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26466 winealsa.drv"
26467 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26468 dlls/winealsa.drv/Makefile: dlls/winealsa.drv/Makefile.in dlls/Makedll.rules"
26469 ac_config_files="$ac_config_files dlls/winealsa.drv/Makefile"
26471 ALL_MAKEFILES="$ALL_MAKEFILES \\
26472 dlls/wineaudioio.drv/Makefile"
26473 test "x$enable_wineaudioio_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26474 wineaudioio.drv"
26475 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26476 dlls/wineaudioio.drv/Makefile: dlls/wineaudioio.drv/Makefile.in dlls/Makedll.rules"
26477 ac_config_files="$ac_config_files dlls/wineaudioio.drv/Makefile"
26479 ALL_MAKEFILES="$ALL_MAKEFILES \\
26480 dlls/winecoreaudio.drv/Makefile"
26481 test "x$enable_winecoreaudio_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26482 winecoreaudio.drv"
26483 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26484 dlls/winecoreaudio.drv/Makefile: dlls/winecoreaudio.drv/Makefile.in dlls/Makedll.rules"
26485 ac_config_files="$ac_config_files dlls/winecoreaudio.drv/Makefile"
26487 ALL_MAKEFILES="$ALL_MAKEFILES \\
26488 dlls/winecrt0/Makefile"
26489 test "x$enable_winecrt0" != xno && ALL_IMPLIB_DIRS="$ALL_IMPLIB_DIRS \\
26490 winecrt0"
26491 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26492 dlls/winecrt0/Makefile: dlls/winecrt0/Makefile.in dlls/Makeimplib.rules"
26493 ac_config_files="$ac_config_files dlls/winecrt0/Makefile"
26495 ALL_MAKEFILES="$ALL_MAKEFILES \\
26496 dlls/wined3d/Makefile"
26497 test "x$enable_wined3d" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26498 wined3d"
26499 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26500 dlls/wined3d/Makefile: dlls/wined3d/Makefile.in dlls/Makedll.rules"
26501 ac_config_files="$ac_config_files dlls/wined3d/Makefile"
26503 ALL_MAKEFILES="$ALL_MAKEFILES \\
26504 dlls/winedos/Makefile"
26505 test "x$enable_winedos" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26506 winedos"
26507 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26508 dlls/winedos/Makefile: dlls/winedos/Makefile.in dlls/Makedll.rules"
26509 ac_config_files="$ac_config_files dlls/winedos/Makefile"
26511 ALL_MAKEFILES="$ALL_MAKEFILES \\
26512 dlls/wineesd.drv/Makefile"
26513 test "x$enable_wineesd_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26514 wineesd.drv"
26515 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26516 dlls/wineesd.drv/Makefile: dlls/wineesd.drv/Makefile.in dlls/Makedll.rules"
26517 ac_config_files="$ac_config_files dlls/wineesd.drv/Makefile"
26519 ALL_MAKEFILES="$ALL_MAKEFILES \\
26520 dlls/winejack.drv/Makefile"
26521 test "x$enable_winejack_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26522 winejack.drv"
26523 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26524 dlls/winejack.drv/Makefile: dlls/winejack.drv/Makefile.in dlls/Makedll.rules"
26525 ac_config_files="$ac_config_files dlls/winejack.drv/Makefile"
26527 ALL_MAKEFILES="$ALL_MAKEFILES \\
26528 dlls/winejoystick.drv/Makefile"
26529 test "x$enable_winejoystick_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26530 winejoystick.drv"
26531 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26532 dlls/winejoystick.drv/Makefile: dlls/winejoystick.drv/Makefile.in dlls/Makedll.rules"
26533 ac_config_files="$ac_config_files dlls/winejoystick.drv/Makefile"
26535 ALL_MAKEFILES="$ALL_MAKEFILES \\
26536 dlls/winemp3.acm/Makefile"
26537 test "x$enable_winemp3_acm" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26538 winemp3.acm"
26539 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26540 dlls/winemp3.acm/Makefile: dlls/winemp3.acm/Makefile.in dlls/Makedll.rules"
26541 ac_config_files="$ac_config_files dlls/winemp3.acm/Makefile"
26543 ALL_MAKEFILES="$ALL_MAKEFILES \\
26544 dlls/winenas.drv/Makefile"
26545 test "x$enable_winenas_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26546 winenas.drv"
26547 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26548 dlls/winenas.drv/Makefile: dlls/winenas.drv/Makefile.in dlls/Makedll.rules"
26549 ac_config_files="$ac_config_files dlls/winenas.drv/Makefile"
26551 ALL_MAKEFILES="$ALL_MAKEFILES \\
26552 dlls/wineoss.drv/Makefile"
26553 test "x$enable_wineoss_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26554 wineoss.drv"
26555 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26556 dlls/wineoss.drv/Makefile: dlls/wineoss.drv/Makefile.in dlls/Makedll.rules"
26557 ac_config_files="$ac_config_files dlls/wineoss.drv/Makefile"
26559 ALL_MAKEFILES="$ALL_MAKEFILES \\
26560 dlls/wineps.drv/Makefile"
26561 test "x$enable_wineps_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26562 wineps.drv"
26563 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26564 dlls/wineps.drv/Makefile: dlls/wineps.drv/Makefile.in dlls/Makedll.rules"
26565 ac_config_files="$ac_config_files dlls/wineps.drv/Makefile"
26567 ALL_MAKEFILES="$ALL_MAKEFILES \\
26568 dlls/winequartz.drv/Makefile"
26569 test "x$enable_winequartz_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26570 winequartz.drv"
26571 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26572 dlls/winequartz.drv/Makefile: dlls/winequartz.drv/Makefile.in dlls/Makedll.rules"
26573 ac_config_files="$ac_config_files dlls/winequartz.drv/Makefile"
26575 ALL_MAKEFILES="$ALL_MAKEFILES \\
26576 dlls/winex11.drv/Makefile"
26577 test "x$enable_winex11_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26578 winex11.drv"
26579 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26580 dlls/winex11.drv/Makefile: dlls/winex11.drv/Makefile.in dlls/Makedll.rules"
26581 ac_config_files="$ac_config_files dlls/winex11.drv/Makefile"
26583 ALL_MAKEFILES="$ALL_MAKEFILES \\
26584 dlls/wing32/Makefile"
26585 test "x$enable_wing32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26586 wing32"
26587 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26588 dlls/wing32/Makefile: dlls/wing32/Makefile.in dlls/Makedll.rules"
26589 ac_config_files="$ac_config_files dlls/wing32/Makefile"
26591 ALL_MAKEFILES="$ALL_MAKEFILES \\
26592 dlls/winhttp/Makefile"
26593 test "x$enable_winhttp" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26594 winhttp"
26595 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26596 dlls/winhttp/Makefile: dlls/winhttp/Makefile.in dlls/Makedll.rules"
26597 ac_config_files="$ac_config_files dlls/winhttp/Makefile"
26599 ALL_MAKEFILES="$ALL_MAKEFILES \\
26600 dlls/winhttp/tests/Makefile"
26601 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26602 winhttp/tests"
26603 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26604 dlls/winhttp/tests/Makefile: dlls/winhttp/tests/Makefile.in dlls/Maketest.rules"
26605 ac_config_files="$ac_config_files dlls/winhttp/tests/Makefile"
26607 ALL_MAKEFILES="$ALL_MAKEFILES \\
26608 dlls/wininet/Makefile"
26609 test "x$enable_wininet" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26610 wininet"
26611 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26612 dlls/wininet/Makefile: dlls/wininet/Makefile.in dlls/Makedll.rules"
26613 ac_config_files="$ac_config_files dlls/wininet/Makefile"
26615 ALL_MAKEFILES="$ALL_MAKEFILES \\
26616 dlls/wininet/tests/Makefile"
26617 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26618 wininet/tests"
26619 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26620 dlls/wininet/tests/Makefile: dlls/wininet/tests/Makefile.in dlls/Maketest.rules"
26621 ac_config_files="$ac_config_files dlls/wininet/tests/Makefile"
26623 ALL_MAKEFILES="$ALL_MAKEFILES \\
26624 dlls/winmm/Makefile"
26625 test "x$enable_winmm" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26626 winmm"
26627 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26628 dlls/winmm/Makefile: dlls/winmm/Makefile.in dlls/Makedll.rules"
26629 ac_config_files="$ac_config_files dlls/winmm/Makefile"
26631 ALL_MAKEFILES="$ALL_MAKEFILES \\
26632 dlls/winmm/tests/Makefile"
26633 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26634 winmm/tests"
26635 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26636 dlls/winmm/tests/Makefile: dlls/winmm/tests/Makefile.in dlls/Maketest.rules"
26637 ac_config_files="$ac_config_files dlls/winmm/tests/Makefile"
26639 ALL_MAKEFILES="$ALL_MAKEFILES \\
26640 dlls/winnls32/Makefile"
26641 test "x$enable_winnls32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26642 winnls32"
26643 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26644 dlls/winnls32/Makefile: dlls/winnls32/Makefile.in dlls/Makedll.rules"
26645 ac_config_files="$ac_config_files dlls/winnls32/Makefile"
26647 ALL_MAKEFILES="$ALL_MAKEFILES \\
26648 dlls/winscard/Makefile"
26649 test "x$enable_winscard" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26650 winscard"
26651 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26652 dlls/winscard/Makefile: dlls/winscard/Makefile.in dlls/Makedll.rules"
26653 ac_config_files="$ac_config_files dlls/winscard/Makefile"
26655 ALL_MAKEFILES="$ALL_MAKEFILES \\
26656 dlls/winspool.drv/Makefile"
26657 test "x$enable_winspool_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26658 winspool.drv"
26659 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26660 dlls/winspool.drv/Makefile: dlls/winspool.drv/Makefile.in dlls/Makedll.rules"
26661 ac_config_files="$ac_config_files dlls/winspool.drv/Makefile"
26663 ALL_MAKEFILES="$ALL_MAKEFILES \\
26664 dlls/winspool.drv/tests/Makefile"
26665 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26666 winspool.drv/tests"
26667 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26668 dlls/winspool.drv/tests/Makefile: dlls/winspool.drv/tests/Makefile.in dlls/Maketest.rules"
26669 ac_config_files="$ac_config_files dlls/winspool.drv/tests/Makefile"
26671 ALL_MAKEFILES="$ALL_MAKEFILES \\
26672 dlls/wintab32/Makefile"
26673 test "x$enable_wintab32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26674 wintab32"
26675 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26676 dlls/wintab32/Makefile: dlls/wintab32/Makefile.in dlls/Makedll.rules"
26677 ac_config_files="$ac_config_files dlls/wintab32/Makefile"
26679 ALL_MAKEFILES="$ALL_MAKEFILES \\
26680 dlls/wintrust/Makefile"
26681 test "x$enable_wintrust" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26682 wintrust"
26683 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26684 dlls/wintrust/Makefile: dlls/wintrust/Makefile.in dlls/Makedll.rules"
26685 ac_config_files="$ac_config_files dlls/wintrust/Makefile"
26687 ALL_MAKEFILES="$ALL_MAKEFILES \\
26688 dlls/wintrust/tests/Makefile"
26689 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26690 wintrust/tests"
26691 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26692 dlls/wintrust/tests/Makefile: dlls/wintrust/tests/Makefile.in dlls/Maketest.rules"
26693 ac_config_files="$ac_config_files dlls/wintrust/tests/Makefile"
26695 ALL_MAKEFILES="$ALL_MAKEFILES \\
26696 dlls/wldap32/Makefile"
26697 test "x$enable_wldap32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26698 wldap32"
26699 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26700 dlls/wldap32/Makefile: dlls/wldap32/Makefile.in dlls/Makedll.rules"
26701 ac_config_files="$ac_config_files dlls/wldap32/Makefile"
26703 ALL_MAKEFILES="$ALL_MAKEFILES \\
26704 dlls/wldap32/tests/Makefile"
26705 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26706 wldap32/tests"
26707 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26708 dlls/wldap32/tests/Makefile: dlls/wldap32/tests/Makefile.in dlls/Maketest.rules"
26709 ac_config_files="$ac_config_files dlls/wldap32/tests/Makefile"
26711 ALL_MAKEFILES="$ALL_MAKEFILES \\
26712 dlls/wmi/Makefile"
26713 test "x$enable_wmi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26714 wmi"
26715 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26716 dlls/wmi/Makefile: dlls/wmi/Makefile.in dlls/Makedll.rules"
26717 ac_config_files="$ac_config_files dlls/wmi/Makefile"
26719 ALL_MAKEFILES="$ALL_MAKEFILES \\
26720 dlls/wnaspi32/Makefile"
26721 test "x$enable_wnaspi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26722 wnaspi32"
26723 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26724 dlls/wnaspi32/Makefile: dlls/wnaspi32/Makefile.in dlls/Makedll.rules"
26725 ac_config_files="$ac_config_files dlls/wnaspi32/Makefile"
26727 ALL_MAKEFILES="$ALL_MAKEFILES \\
26728 dlls/wow32/Makefile"
26729 test "x$enable_wow32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26730 wow32"
26731 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26732 dlls/wow32/Makefile: dlls/wow32/Makefile.in dlls/Makedll.rules"
26733 ac_config_files="$ac_config_files dlls/wow32/Makefile"
26735 ALL_MAKEFILES="$ALL_MAKEFILES \\
26736 dlls/ws2_32/Makefile"
26737 test "x$enable_ws2_32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26738 ws2_32"
26739 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26740 dlls/ws2_32/Makefile: dlls/ws2_32/Makefile.in dlls/Makedll.rules"
26741 ac_config_files="$ac_config_files dlls/ws2_32/Makefile"
26743 ALL_MAKEFILES="$ALL_MAKEFILES \\
26744 dlls/ws2_32/tests/Makefile"
26745 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26746 ws2_32/tests"
26747 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26748 dlls/ws2_32/tests/Makefile: dlls/ws2_32/tests/Makefile.in dlls/Maketest.rules"
26749 ac_config_files="$ac_config_files dlls/ws2_32/tests/Makefile"
26751 ALL_MAKEFILES="$ALL_MAKEFILES \\
26752 dlls/wsock32/Makefile"
26753 test "x$enable_wsock32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26754 wsock32"
26755 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26756 dlls/wsock32/Makefile: dlls/wsock32/Makefile.in dlls/Makedll.rules"
26757 ac_config_files="$ac_config_files dlls/wsock32/Makefile"
26759 ALL_MAKEFILES="$ALL_MAKEFILES \\
26760 dlls/wtsapi32/Makefile"
26761 test "x$enable_wtsapi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26762 wtsapi32"
26763 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26764 dlls/wtsapi32/Makefile: dlls/wtsapi32/Makefile.in dlls/Makedll.rules"
26765 ac_config_files="$ac_config_files dlls/wtsapi32/Makefile"
26767 ALL_MAKEFILES="$ALL_MAKEFILES \\
26768 dlls/xinput1_1/Makefile"
26769 test "x$enable_xinput1_1" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26770 xinput1_1"
26771 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26772 dlls/xinput1_1/Makefile: dlls/xinput1_1/Makefile.in dlls/Makedll.rules"
26773 ac_config_files="$ac_config_files dlls/xinput1_1/Makefile"
26775 ALL_MAKEFILES="$ALL_MAKEFILES \\
26776 dlls/xinput1_2/Makefile"
26777 test "x$enable_xinput1_2" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26778 xinput1_2"
26779 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26780 dlls/xinput1_2/Makefile: dlls/xinput1_2/Makefile.in dlls/Makedll.rules"
26781 ac_config_files="$ac_config_files dlls/xinput1_2/Makefile"
26783 ALL_MAKEFILES="$ALL_MAKEFILES \\
26784 dlls/xinput1_3/Makefile"
26785 test "x$enable_xinput1_3" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26786 xinput1_3"
26787 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26788 dlls/xinput1_3/Makefile: dlls/xinput1_3/Makefile.in dlls/Makedll.rules"
26789 ac_config_files="$ac_config_files dlls/xinput1_3/Makefile"
26791 ALL_MAKEFILES="$ALL_MAKEFILES \\
26792 dlls/xinput1_3/tests/Makefile"
26793 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26794 xinput1_3/tests"
26795 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26796 dlls/xinput1_3/tests/Makefile: dlls/xinput1_3/tests/Makefile.in dlls/Maketest.rules"
26797 ac_config_files="$ac_config_files dlls/xinput1_3/tests/Makefile"
26799 ALL_MAKEFILES="$ALL_MAKEFILES \\
26800 dlls/xinput9_1_0/Makefile"
26801 test "x$enable_xinput9_1_0" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26802 xinput9_1_0"
26803 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26804 dlls/xinput9_1_0/Makefile: dlls/xinput9_1_0/Makefile.in dlls/Makedll.rules"
26805 ac_config_files="$ac_config_files dlls/xinput9_1_0/Makefile"
26807 ALL_MAKEFILES="$ALL_MAKEFILES \\
26808 documentation/Makefile"
26809 test "x$enable_documentation" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
26810 documentation"
26811 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26812 documentation/Makefile: documentation/Makefile.in Make.rules"
26813 ac_config_files="$ac_config_files documentation/Makefile"
26815 ALL_MAKEFILES="$ALL_MAKEFILES \\
26816 fonts/Makefile"
26817 test "x$enable_fonts" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
26818 fonts"
26819 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26820 fonts/Makefile: fonts/Makefile.in Make.rules"
26821 ac_config_files="$ac_config_files fonts/Makefile"
26823 ALL_MAKEFILES="$ALL_MAKEFILES \\
26824 include/Makefile"
26825 test "x$enable_include" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
26826 include"
26827 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26828 include/Makefile: include/Makefile.in Make.rules"
26829 ac_config_files="$ac_config_files include/Makefile"
26831 ALL_MAKEFILES="$ALL_MAKEFILES \\
26832 libs/Makefile"
26833 test "x$enable_libs" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
26834 libs"
26835 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26836 libs/Makefile: libs/Makefile.in Make.rules"
26837 ac_config_files="$ac_config_files libs/Makefile"
26839 ALL_MAKEFILES="$ALL_MAKEFILES \\
26840 libs/port/Makefile"
26842 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26843 libs/port/Makefile: libs/port/Makefile.in Make.rules"
26844 ac_config_files="$ac_config_files libs/port/Makefile"
26846 ALL_MAKEFILES="$ALL_MAKEFILES \\
26847 libs/wine/Makefile"
26849 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26850 libs/wine/Makefile: libs/wine/Makefile.in Make.rules"
26851 ac_config_files="$ac_config_files libs/wine/Makefile"
26853 ALL_MAKEFILES="$ALL_MAKEFILES \\
26854 libs/wpp/Makefile"
26856 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26857 libs/wpp/Makefile: libs/wpp/Makefile.in Make.rules"
26858 ac_config_files="$ac_config_files libs/wpp/Makefile"
26860 ALL_MAKEFILES="$ALL_MAKEFILES \\
26861 loader/Makefile"
26862 test "x$enable_loader" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
26863 loader"
26864 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26865 loader/Makefile: loader/Makefile.in Make.rules"
26866 ac_config_files="$ac_config_files loader/Makefile"
26868 ALL_MAKEFILES="$ALL_MAKEFILES \\
26869 programs/Makefile"
26870 test "x$enable_programs" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
26871 programs"
26872 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26873 programs/Makefile: programs/Makefile.in Make.rules"
26874 ac_config_files="$ac_config_files programs/Makefile"
26876 ALL_MAKEFILES="$ALL_MAKEFILES \\
26877 programs/clock/Makefile"
26878 test "x$enable_clock" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
26879 clock" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
26880 clock"
26881 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26882 programs/clock/Makefile: programs/clock/Makefile.in programs/Makeprog.rules"
26883 ac_config_files="$ac_config_files programs/clock/Makefile"
26885 ALL_MAKEFILES="$ALL_MAKEFILES \\
26886 programs/cmd/Makefile"
26887 test "x$enable_cmd" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
26888 cmd" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
26889 cmd"
26890 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26891 programs/cmd/Makefile: programs/cmd/Makefile.in programs/Makeprog.rules"
26892 ac_config_files="$ac_config_files programs/cmd/Makefile"
26894 ALL_MAKEFILES="$ALL_MAKEFILES \\
26895 programs/cmdlgtst/Makefile"
26896 test "x$enable_cmdlgtst" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
26897 cmdlgtst"
26898 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26899 programs/cmdlgtst/Makefile: programs/cmdlgtst/Makefile.in programs/Makeprog.rules"
26900 ac_config_files="$ac_config_files programs/cmdlgtst/Makefile"
26902 ALL_MAKEFILES="$ALL_MAKEFILES \\
26903 programs/control/Makefile"
26904 test "x$enable_control" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
26905 control" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
26906 control"
26907 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26908 programs/control/Makefile: programs/control/Makefile.in programs/Makeprog.rules"
26909 ac_config_files="$ac_config_files programs/control/Makefile"
26911 ALL_MAKEFILES="$ALL_MAKEFILES \\
26912 programs/eject/Makefile"
26913 test "x$enable_eject" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
26914 eject" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
26915 eject"
26916 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26917 programs/eject/Makefile: programs/eject/Makefile.in programs/Makeprog.rules"
26918 ac_config_files="$ac_config_files programs/eject/Makefile"
26920 ALL_MAKEFILES="$ALL_MAKEFILES \\
26921 programs/expand/Makefile"
26922 test "x$enable_expand" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
26923 expand" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
26924 expand"
26925 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26926 programs/expand/Makefile: programs/expand/Makefile.in programs/Makeprog.rules"
26927 ac_config_files="$ac_config_files programs/expand/Makefile"
26929 ALL_MAKEFILES="$ALL_MAKEFILES \\
26930 programs/explorer/Makefile"
26931 test "x$enable_explorer" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
26932 explorer" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
26933 explorer"
26934 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26935 programs/explorer/Makefile: programs/explorer/Makefile.in programs/Makeprog.rules"
26936 ac_config_files="$ac_config_files programs/explorer/Makefile"
26938 ALL_MAKEFILES="$ALL_MAKEFILES \\
26939 programs/hh/Makefile"
26940 test "x$enable_hh" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
26941 hh" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
26943 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26944 programs/hh/Makefile: programs/hh/Makefile.in programs/Makeprog.rules"
26945 ac_config_files="$ac_config_files programs/hh/Makefile"
26947 ALL_MAKEFILES="$ALL_MAKEFILES \\
26948 programs/icinfo/Makefile"
26949 test "x$enable_icinfo" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
26950 icinfo" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
26951 icinfo"
26952 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26953 programs/icinfo/Makefile: programs/icinfo/Makefile.in programs/Makeprog.rules"
26954 ac_config_files="$ac_config_files programs/icinfo/Makefile"
26956 ALL_MAKEFILES="$ALL_MAKEFILES \\
26957 programs/iexplore/Makefile"
26958 test "x$enable_iexplore" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
26959 iexplore" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
26960 iexplore"
26961 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26962 programs/iexplore/Makefile: programs/iexplore/Makefile.in programs/Makeprog.rules"
26963 ac_config_files="$ac_config_files programs/iexplore/Makefile"
26965 ALL_MAKEFILES="$ALL_MAKEFILES \\
26966 programs/msiexec/Makefile"
26967 test "x$enable_msiexec" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
26968 msiexec" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
26969 msiexec" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
26970 msiexec"
26971 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26972 programs/msiexec/Makefile: programs/msiexec/Makefile.in programs/Makeprog.rules"
26973 ac_config_files="$ac_config_files programs/msiexec/Makefile"
26975 ALL_MAKEFILES="$ALL_MAKEFILES \\
26976 programs/net/Makefile"
26977 test "x$enable_net" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
26978 net" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
26979 net"
26980 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26981 programs/net/Makefile: programs/net/Makefile.in programs/Makeprog.rules"
26982 ac_config_files="$ac_config_files programs/net/Makefile"
26984 ALL_MAKEFILES="$ALL_MAKEFILES \\
26985 programs/notepad/Makefile"
26986 test "x$enable_notepad" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
26987 notepad" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
26988 notepad" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
26989 notepad"
26990 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26991 programs/notepad/Makefile: programs/notepad/Makefile.in programs/Makeprog.rules"
26992 ac_config_files="$ac_config_files programs/notepad/Makefile"
26994 ALL_MAKEFILES="$ALL_MAKEFILES \\
26995 programs/oleview/Makefile"
26996 test "x$enable_oleview" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
26997 oleview" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
26998 oleview"
26999 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27000 programs/oleview/Makefile: programs/oleview/Makefile.in programs/Makeprog.rules"
27001 ac_config_files="$ac_config_files programs/oleview/Makefile"
27003 ALL_MAKEFILES="$ALL_MAKEFILES \\
27004 programs/progman/Makefile"
27005 test "x$enable_progman" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27006 progman" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27007 progman" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
27008 progman"
27009 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27010 programs/progman/Makefile: programs/progman/Makefile.in programs/Makeprog.rules"
27011 ac_config_files="$ac_config_files programs/progman/Makefile"
27013 ALL_MAKEFILES="$ALL_MAKEFILES \\
27014 programs/reg/Makefile"
27015 test "x$enable_reg" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27016 reg" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27017 reg"
27018 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27019 programs/reg/Makefile: programs/reg/Makefile.in programs/Makeprog.rules"
27020 ac_config_files="$ac_config_files programs/reg/Makefile"
27022 ALL_MAKEFILES="$ALL_MAKEFILES \\
27023 programs/regedit/Makefile"
27024 test "x$enable_regedit" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27025 regedit" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27026 regedit" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
27027 regedit"
27028 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27029 programs/regedit/Makefile: programs/regedit/Makefile.in programs/Makeprog.rules"
27030 ac_config_files="$ac_config_files programs/regedit/Makefile"
27032 ALL_MAKEFILES="$ALL_MAKEFILES \\
27033 programs/regsvr32/Makefile"
27034 test "x$enable_regsvr32" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27035 regsvr32" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27036 regsvr32" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
27037 regsvr32"
27038 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27039 programs/regsvr32/Makefile: programs/regsvr32/Makefile.in programs/Makeprog.rules"
27040 ac_config_files="$ac_config_files programs/regsvr32/Makefile"
27042 ALL_MAKEFILES="$ALL_MAKEFILES \\
27043 programs/rpcss/Makefile"
27044 test "x$enable_rpcss" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27045 rpcss" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27046 rpcss"
27047 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27048 programs/rpcss/Makefile: programs/rpcss/Makefile.in programs/Makeprog.rules"
27049 ac_config_files="$ac_config_files programs/rpcss/Makefile"
27051 ALL_MAKEFILES="$ALL_MAKEFILES \\
27052 programs/rundll32/Makefile"
27053 test "x$enable_rundll32" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27054 rundll32" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27055 rundll32"
27056 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27057 programs/rundll32/Makefile: programs/rundll32/Makefile.in programs/Makeprog.rules"
27058 ac_config_files="$ac_config_files programs/rundll32/Makefile"
27060 ALL_MAKEFILES="$ALL_MAKEFILES \\
27061 programs/secedit/Makefile"
27062 test "x$enable_secedit" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27063 secedit" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27064 secedit"
27065 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27066 programs/secedit/Makefile: programs/secedit/Makefile.in programs/Makeprog.rules"
27067 ac_config_files="$ac_config_files programs/secedit/Makefile"
27069 ALL_MAKEFILES="$ALL_MAKEFILES \\
27070 programs/services/Makefile"
27071 test "x$enable_services" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27072 services" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27073 services"
27074 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27075 programs/services/Makefile: programs/services/Makefile.in programs/Makeprog.rules"
27076 ac_config_files="$ac_config_files programs/services/Makefile"
27078 ALL_MAKEFILES="$ALL_MAKEFILES \\
27079 programs/spoolsv/Makefile"
27080 test "x$enable_spoolsv" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27081 spoolsv" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27082 spoolsv"
27083 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27084 programs/spoolsv/Makefile: programs/spoolsv/Makefile.in programs/Makeprog.rules"
27085 ac_config_files="$ac_config_files programs/spoolsv/Makefile"
27087 ALL_MAKEFILES="$ALL_MAKEFILES \\
27088 programs/start/Makefile"
27089 test "x$enable_start" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27090 start" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27091 start"
27092 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27093 programs/start/Makefile: programs/start/Makefile.in programs/Makeprog.rules"
27094 ac_config_files="$ac_config_files programs/start/Makefile"
27096 ALL_MAKEFILES="$ALL_MAKEFILES \\
27097 programs/svchost/Makefile"
27098 test "x$enable_svchost" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27099 svchost" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27100 svchost"
27101 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27102 programs/svchost/Makefile: programs/svchost/Makefile.in programs/Makeprog.rules"
27103 ac_config_files="$ac_config_files programs/svchost/Makefile"
27105 ALL_MAKEFILES="$ALL_MAKEFILES \\
27106 programs/taskmgr/Makefile"
27107 test "x$enable_taskmgr" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27108 taskmgr" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27109 taskmgr"
27110 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27111 programs/taskmgr/Makefile: programs/taskmgr/Makefile.in programs/Makeprog.rules"
27112 ac_config_files="$ac_config_files programs/taskmgr/Makefile"
27114 ALL_MAKEFILES="$ALL_MAKEFILES \\
27115 programs/uninstaller/Makefile"
27116 test "x$enable_uninstaller" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27117 uninstaller" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27118 uninstaller" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
27119 uninstaller"
27120 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27121 programs/uninstaller/Makefile: programs/uninstaller/Makefile.in programs/Makeprog.rules"
27122 ac_config_files="$ac_config_files programs/uninstaller/Makefile"
27124 ALL_MAKEFILES="$ALL_MAKEFILES \\
27125 programs/view/Makefile"
27126 test "x$enable_view" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27127 view"
27128 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27129 programs/view/Makefile: programs/view/Makefile.in programs/Makeprog.rules"
27130 ac_config_files="$ac_config_files programs/view/Makefile"
27132 ALL_MAKEFILES="$ALL_MAKEFILES \\
27133 programs/wineboot/Makefile"
27134 test "x$enable_wineboot" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27135 wineboot" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27136 wineboot" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
27137 wineboot"
27138 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27139 programs/wineboot/Makefile: programs/wineboot/Makefile.in programs/Makeprog.rules"
27140 ac_config_files="$ac_config_files programs/wineboot/Makefile"
27142 ALL_MAKEFILES="$ALL_MAKEFILES \\
27143 programs/winebrowser/Makefile"
27144 test "x$enable_winebrowser" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27145 winebrowser" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27146 winebrowser" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
27147 winebrowser"
27148 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27149 programs/winebrowser/Makefile: programs/winebrowser/Makefile.in programs/Makeprog.rules"
27150 ac_config_files="$ac_config_files programs/winebrowser/Makefile"
27152 ALL_MAKEFILES="$ALL_MAKEFILES \\
27153 programs/winecfg/Makefile"
27154 test "x$enable_winecfg" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27155 winecfg" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27156 winecfg" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
27157 winecfg"
27158 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27159 programs/winecfg/Makefile: programs/winecfg/Makefile.in programs/Makeprog.rules"
27160 ac_config_files="$ac_config_files programs/winecfg/Makefile"
27162 ALL_MAKEFILES="$ALL_MAKEFILES \\
27163 programs/wineconsole/Makefile"
27164 test "x$enable_wineconsole" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27165 wineconsole" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27166 wineconsole" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
27167 wineconsole"
27168 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27169 programs/wineconsole/Makefile: programs/wineconsole/Makefile.in programs/Makeprog.rules"
27170 ac_config_files="$ac_config_files programs/wineconsole/Makefile"
27172 ALL_MAKEFILES="$ALL_MAKEFILES \\
27173 programs/winedbg/Makefile"
27174 test "x$enable_winedbg" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27175 winedbg" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27176 winedbg" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
27177 winedbg"
27178 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27179 programs/winedbg/Makefile: programs/winedbg/Makefile.in programs/Makeprog.rules"
27180 ac_config_files="$ac_config_files programs/winedbg/Makefile"
27182 ALL_MAKEFILES="$ALL_MAKEFILES \\
27183 programs/winedevice/Makefile"
27184 test "x$enable_winedevice" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27185 winedevice" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27186 winedevice"
27187 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27188 programs/winedevice/Makefile: programs/winedevice/Makefile.in programs/Makeprog.rules"
27189 ac_config_files="$ac_config_files programs/winedevice/Makefile"
27191 ALL_MAKEFILES="$ALL_MAKEFILES \\
27192 programs/winefile/Makefile"
27193 test "x$enable_winefile" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27194 winefile" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27195 winefile" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
27196 winefile"
27197 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27198 programs/winefile/Makefile: programs/winefile/Makefile.in programs/Makeprog.rules"
27199 ac_config_files="$ac_config_files programs/winefile/Makefile"
27201 ALL_MAKEFILES="$ALL_MAKEFILES \\
27202 programs/winemenubuilder/Makefile"
27203 test "x$enable_winemenubuilder" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27204 winemenubuilder" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27205 winemenubuilder"
27206 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27207 programs/winemenubuilder/Makefile: programs/winemenubuilder/Makefile.in programs/Makeprog.rules"
27208 ac_config_files="$ac_config_files programs/winemenubuilder/Makefile"
27210 ALL_MAKEFILES="$ALL_MAKEFILES \\
27211 programs/winemine/Makefile"
27212 test "x$enable_winemine" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27213 winemine" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27214 winemine" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
27215 winemine"
27216 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27217 programs/winemine/Makefile: programs/winemine/Makefile.in programs/Makeprog.rules"
27218 ac_config_files="$ac_config_files programs/winemine/Makefile"
27220 ALL_MAKEFILES="$ALL_MAKEFILES \\
27221 programs/winepath/Makefile"
27222 test "x$enable_winepath" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27223 winepath" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27224 winepath" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
27225 winepath"
27226 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27227 programs/winepath/Makefile: programs/winepath/Makefile.in programs/Makeprog.rules"
27228 ac_config_files="$ac_config_files programs/winepath/Makefile"
27230 ALL_MAKEFILES="$ALL_MAKEFILES \\
27231 programs/winetest/Makefile"
27232 test "x$enable_winetest" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27233 winetest"
27234 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27235 programs/winetest/Makefile: programs/winetest/Makefile.in programs/Makeprog.rules"
27236 ac_config_files="$ac_config_files programs/winetest/Makefile"
27238 ALL_MAKEFILES="$ALL_MAKEFILES \\
27239 programs/winevdm/Makefile"
27240 test "x$enable_winevdm" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27241 winevdm" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27242 winevdm"
27243 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27244 programs/winevdm/Makefile: programs/winevdm/Makefile.in programs/Makeprog.rules"
27245 ac_config_files="$ac_config_files programs/winevdm/Makefile"
27247 ALL_MAKEFILES="$ALL_MAKEFILES \\
27248 programs/winhlp32/Makefile"
27249 test "x$enable_winhlp32" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27250 winhlp32" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27251 winhlp32"
27252 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27253 programs/winhlp32/Makefile: programs/winhlp32/Makefile.in programs/Makeprog.rules"
27254 ac_config_files="$ac_config_files programs/winhlp32/Makefile"
27256 ALL_MAKEFILES="$ALL_MAKEFILES \\
27257 programs/winver/Makefile"
27258 test "x$enable_winver" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27259 winver" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27260 winver"
27261 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27262 programs/winver/Makefile: programs/winver/Makefile.in programs/Makeprog.rules"
27263 ac_config_files="$ac_config_files programs/winver/Makefile"
27265 ALL_MAKEFILES="$ALL_MAKEFILES \\
27266 programs/wordpad/Makefile"
27267 test "x$enable_wordpad" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27268 wordpad" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27269 wordpad"
27270 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27271 programs/wordpad/Makefile: programs/wordpad/Makefile.in programs/Makeprog.rules"
27272 ac_config_files="$ac_config_files programs/wordpad/Makefile"
27274 ALL_MAKEFILES="$ALL_MAKEFILES \\
27275 programs/write/Makefile"
27276 test "x$enable_write" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27277 write" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27278 write"
27279 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27280 programs/write/Makefile: programs/write/Makefile.in programs/Makeprog.rules"
27281 ac_config_files="$ac_config_files programs/write/Makefile"
27283 ALL_MAKEFILES="$ALL_MAKEFILES \\
27284 programs/xcopy/Makefile"
27285 test "x$enable_xcopy" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27286 xcopy" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27287 xcopy"
27288 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27289 programs/xcopy/Makefile: programs/xcopy/Makefile.in programs/Makeprog.rules"
27290 ac_config_files="$ac_config_files programs/xcopy/Makefile"
27292 ALL_MAKEFILES="$ALL_MAKEFILES \\
27293 server/Makefile"
27294 test "x$enable_server" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
27295 server"
27296 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27297 server/Makefile: server/Makefile.in Make.rules"
27298 ac_config_files="$ac_config_files server/Makefile"
27300 ALL_MAKEFILES="$ALL_MAKEFILES \\
27301 tools/Makefile"
27302 test "x$enable_tools" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
27303 tools"
27304 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27305 tools/Makefile: tools/Makefile.in Make.rules"
27306 ac_config_files="$ac_config_files tools/Makefile"
27308 ALL_MAKEFILES="$ALL_MAKEFILES \\
27309 tools/widl/Makefile"
27311 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27312 tools/widl/Makefile: tools/widl/Makefile.in Make.rules"
27313 ac_config_files="$ac_config_files tools/widl/Makefile"
27315 ALL_MAKEFILES="$ALL_MAKEFILES \\
27316 tools/winebuild/Makefile"
27318 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27319 tools/winebuild/Makefile: tools/winebuild/Makefile.in Make.rules"
27320 ac_config_files="$ac_config_files tools/winebuild/Makefile"
27322 ALL_MAKEFILES="$ALL_MAKEFILES \\
27323 tools/winedump/Makefile"
27325 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27326 tools/winedump/Makefile: tools/winedump/Makefile.in Make.rules"
27327 ac_config_files="$ac_config_files tools/winedump/Makefile"
27329 ALL_MAKEFILES="$ALL_MAKEFILES \\
27330 tools/winegcc/Makefile"
27332 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27333 tools/winegcc/Makefile: tools/winegcc/Makefile.in Make.rules"
27334 ac_config_files="$ac_config_files tools/winegcc/Makefile"
27336 ALL_MAKEFILES="$ALL_MAKEFILES \\
27337 tools/wmc/Makefile"
27339 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27340 tools/wmc/Makefile: tools/wmc/Makefile.in Make.rules"
27341 ac_config_files="$ac_config_files tools/wmc/Makefile"
27343 ALL_MAKEFILES="$ALL_MAKEFILES \\
27344 tools/wrc/Makefile"
27346 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27347 tools/wrc/Makefile: tools/wrc/Makefile.in Make.rules"
27348 ac_config_files="$ac_config_files tools/wrc/Makefile"
27352 ALL_WINETEST_DEPENDS="# Test binaries"
27354 for dir in $ALL_TEST_DIRS
27356 if test "$dir" != "\\"
27357 then
27358 testname=`expr $dir : '\(.*\)/tests'`_test.exe
27359 ALL_WINETEST_DEPENDS="$ALL_WINETEST_DEPENDS
27360 $testname: \$(DLLDIR)/$dir/$testname\$(DLLEXT)
27361 cp \$(DLLDIR)/$dir/$testname\$(DLLEXT) \$@ && \$(STRIP) \$@"
27363 done
27365 cat >confcache <<\_ACEOF
27366 # This file is a shell script that caches the results of configure
27367 # tests run on this system so they can be shared between configure
27368 # scripts and configure runs, see configure's option --config-cache.
27369 # It is not useful on other systems. If it contains results you don't
27370 # want to keep, you may remove or edit it.
27372 # config.status only pays attention to the cache file if you give it
27373 # the --recheck option to rerun configure.
27375 # `ac_cv_env_foo' variables (set or unset) will be overridden when
27376 # loading this file, other *unset* `ac_cv_foo' will be assigned the
27377 # following values.
27379 _ACEOF
27381 # The following way of writing the cache mishandles newlines in values,
27382 # but we know of no workaround that is simple, portable, and efficient.
27383 # So, we kill variables containing newlines.
27384 # Ultrix sh set writes to stderr and can't be redirected directly,
27385 # and sets the high bit in the cache file unless we assign to the vars.
27387 for ac_var in `(set) 2>&1 | sed -n 's/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'`; do
27388 eval ac_val=\$$ac_var
27389 case $ac_val in #(
27390 *${as_nl}*)
27391 case $ac_var in #(
27392 *_cv_*) { $as_echo "$as_me:$LINENO: WARNING: cache variable $ac_var contains a newline" >&5
27393 $as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
27394 esac
27395 case $ac_var in #(
27396 _ | IFS | as_nl) ;; #(
27397 BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
27398 *) $as_unset $ac_var ;;
27399 esac ;;
27400 esac
27401 done
27403 (set) 2>&1 |
27404 case $as_nl`(ac_space=' '; set) 2>&1` in #(
27405 *${as_nl}ac_space=\ *)
27406 # `set' does not quote correctly, so add quotes (double-quote
27407 # substitution turns \\\\ into \\, and sed turns \\ into \).
27408 sed -n \
27409 "s/'/'\\\\''/g;
27410 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
27411 ;; #(
27413 # `set' quotes correctly as required by POSIX, so do not add quotes.
27414 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
27416 esac |
27417 sort
27419 sed '
27420 /^ac_cv_env_/b end
27421 t clear
27422 :clear
27423 s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
27424 t end
27425 s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
27426 :end' >>confcache
27427 if diff "$cache_file" confcache >/dev/null 2>&1; then :; else
27428 if test -w "$cache_file"; then
27429 test "x$cache_file" != "x/dev/null" &&
27430 { $as_echo "$as_me:$LINENO: updating cache $cache_file" >&5
27431 $as_echo "$as_me: updating cache $cache_file" >&6;}
27432 cat confcache >$cache_file
27433 else
27434 { $as_echo "$as_me:$LINENO: not updating unwritable cache $cache_file" >&5
27435 $as_echo "$as_me: not updating unwritable cache $cache_file" >&6;}
27438 rm -f confcache
27440 test "x$prefix" = xNONE && prefix=$ac_default_prefix
27441 # Let make expand exec_prefix.
27442 test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
27444 DEFS=-DHAVE_CONFIG_H
27446 ac_libobjs=
27447 ac_ltlibobjs=
27448 for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue
27449 # 1. Remove the extension, and $U if already installed.
27450 ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
27451 ac_i=`$as_echo "$ac_i" | sed "$ac_script"`
27452 # 2. Prepend LIBOBJDIR. When used with automake>=1.10 LIBOBJDIR
27453 # will be set to the directory where LIBOBJS objects are built.
27454 ac_libobjs="$ac_libobjs \${LIBOBJDIR}$ac_i\$U.$ac_objext"
27455 ac_ltlibobjs="$ac_ltlibobjs \${LIBOBJDIR}$ac_i"'$U.lo'
27456 done
27457 LIBOBJS=$ac_libobjs
27459 LTLIBOBJS=$ac_ltlibobjs
27463 : ${CONFIG_STATUS=./config.status}
27464 ac_write_fail=0
27465 ac_clean_files_save=$ac_clean_files
27466 ac_clean_files="$ac_clean_files $CONFIG_STATUS"
27467 { $as_echo "$as_me:$LINENO: creating $CONFIG_STATUS" >&5
27468 $as_echo "$as_me: creating $CONFIG_STATUS" >&6;}
27469 cat >$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
27470 #! $SHELL
27471 # Generated by $as_me.
27472 # Run this file to recreate the current configuration.
27473 # Compiler output produced by configure, useful for debugging
27474 # configure, is in config.log if it exists.
27476 debug=false
27477 ac_cs_recheck=false
27478 ac_cs_silent=false
27479 SHELL=\${CONFIG_SHELL-$SHELL}
27480 _ACEOF
27482 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
27483 ## --------------------- ##
27484 ## M4sh Initialization. ##
27485 ## --------------------- ##
27487 # Be more Bourne compatible
27488 DUALCASE=1; export DUALCASE # for MKS sh
27489 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
27490 emulate sh
27491 NULLCMD=:
27492 # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
27493 # is contrary to our usage. Disable this feature.
27494 alias -g '${1+"$@"}'='"$@"'
27495 setopt NO_GLOB_SUBST
27496 else
27497 case `(set -o) 2>/dev/null` in
27498 *posix*) set -o posix ;;
27499 esac
27506 # PATH needs CR
27507 # Avoid depending upon Character Ranges.
27508 as_cr_letters='abcdefghijklmnopqrstuvwxyz'
27509 as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
27510 as_cr_Letters=$as_cr_letters$as_cr_LETTERS
27511 as_cr_digits='0123456789'
27512 as_cr_alnum=$as_cr_Letters$as_cr_digits
27514 as_nl='
27516 export as_nl
27517 # Printing a long string crashes Solaris 7 /usr/bin/printf.
27518 as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
27519 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo
27520 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo
27521 if (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
27522 as_echo='printf %s\n'
27523 as_echo_n='printf %s'
27524 else
27525 if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
27526 as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
27527 as_echo_n='/usr/ucb/echo -n'
27528 else
27529 as_echo_body='eval expr "X$1" : "X\\(.*\\)"'
27530 as_echo_n_body='eval
27531 arg=$1;
27532 case $arg in
27533 *"$as_nl"*)
27534 expr "X$arg" : "X\\(.*\\)$as_nl";
27535 arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
27536 esac;
27537 expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl"
27539 export as_echo_n_body
27540 as_echo_n='sh -c $as_echo_n_body as_echo'
27542 export as_echo_body
27543 as_echo='sh -c $as_echo_body as_echo'
27546 # The user is always right.
27547 if test "${PATH_SEPARATOR+set}" != set; then
27548 PATH_SEPARATOR=:
27549 (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && {
27550 (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||
27551 PATH_SEPARATOR=';'
27555 # Support unset when possible.
27556 if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then
27557 as_unset=unset
27558 else
27559 as_unset=false
27563 # IFS
27564 # We need space, tab and new line, in precisely that order. Quoting is
27565 # there to prevent editors from complaining about space-tab.
27566 # (If _AS_PATH_WALK were called with IFS unset, it would disable word
27567 # splitting by setting IFS to empty value.)
27568 IFS=" "" $as_nl"
27570 # Find who we are. Look in the path if we contain no directory separator.
27571 case $0 in
27572 *[\\/]* ) as_myself=$0 ;;
27573 *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
27574 for as_dir in $PATH
27576 IFS=$as_save_IFS
27577 test -z "$as_dir" && as_dir=.
27578 test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
27579 done
27580 IFS=$as_save_IFS
27583 esac
27584 # We did not find ourselves, most probably we were run as `sh COMMAND'
27585 # in which case we are not to be found in the path.
27586 if test "x$as_myself" = x; then
27587 as_myself=$0
27589 if test ! -f "$as_myself"; then
27590 $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
27591 { (exit 1); exit 1; }
27594 # Work around bugs in pre-3.0 UWIN ksh.
27595 for as_var in ENV MAIL MAILPATH
27596 do ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var
27597 done
27598 PS1='$ '
27599 PS2='> '
27600 PS4='+ '
27602 # NLS nuisances.
27603 LC_ALL=C
27604 export LC_ALL
27605 LANGUAGE=C
27606 export LANGUAGE
27608 # Required to use basename.
27609 if expr a : '\(a\)' >/dev/null 2>&1 &&
27610 test "X`expr 00001 : '.*\(...\)'`" = X001; then
27611 as_expr=expr
27612 else
27613 as_expr=false
27616 if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
27617 as_basename=basename
27618 else
27619 as_basename=false
27623 # Name of the executable.
27624 as_me=`$as_basename -- "$0" ||
27625 $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
27626 X"$0" : 'X\(//\)$' \| \
27627 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
27628 $as_echo X/"$0" |
27629 sed '/^.*\/\([^/][^/]*\)\/*$/{
27630 s//\1/
27633 /^X\/\(\/\/\)$/{
27634 s//\1/
27637 /^X\/\(\/\).*/{
27638 s//\1/
27641 s/.*/./; q'`
27643 # CDPATH.
27644 $as_unset CDPATH
27648 as_lineno_1=$LINENO
27649 as_lineno_2=$LINENO
27650 test "x$as_lineno_1" != "x$as_lineno_2" &&
27651 test "x`expr $as_lineno_1 + 1`" = "x$as_lineno_2" || {
27653 # Create $as_me.lineno as a copy of $as_myself, but with $LINENO
27654 # uniformly replaced by the line number. The first 'sed' inserts a
27655 # line-number line after each line using $LINENO; the second 'sed'
27656 # does the real work. The second script uses 'N' to pair each
27657 # line-number line with the line containing $LINENO, and appends
27658 # trailing '-' during substitution so that $LINENO is not a special
27659 # case at line end.
27660 # (Raja R Harinath suggested sed '=', and Paul Eggert wrote the
27661 # scripts with optimization help from Paolo Bonzini. Blame Lee
27662 # E. McMahon (1931-1989) for sed's syntax. :-)
27663 sed -n '
27665 /[$]LINENO/=
27666 ' <$as_myself |
27667 sed '
27668 s/[$]LINENO.*/&-/
27669 t lineno
27671 :lineno
27673 :loop
27674 s/[$]LINENO\([^'$as_cr_alnum'_].*\n\)\(.*\)/\2\1\2/
27675 t loop
27676 s/-\n.*//
27677 ' >$as_me.lineno &&
27678 chmod +x "$as_me.lineno" ||
27679 { $as_echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2
27680 { (exit 1); exit 1; }; }
27682 # Don't try to exec as it changes $[0], causing all sort of problems
27683 # (the dirname of $[0] is not the place where we might find the
27684 # original and so on. Autoconf is especially sensitive to this).
27685 . "./$as_me.lineno"
27686 # Exit status is that of the last command.
27687 exit
27691 if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
27692 as_dirname=dirname
27693 else
27694 as_dirname=false
27697 ECHO_C= ECHO_N= ECHO_T=
27698 case `echo -n x` in
27699 -n*)
27700 case `echo 'x\c'` in
27701 *c*) ECHO_T=' ';; # ECHO_T is single tab character.
27702 *) ECHO_C='\c';;
27703 esac;;
27705 ECHO_N='-n';;
27706 esac
27707 if expr a : '\(a\)' >/dev/null 2>&1 &&
27708 test "X`expr 00001 : '.*\(...\)'`" = X001; then
27709 as_expr=expr
27710 else
27711 as_expr=false
27714 rm -f conf$$ conf$$.exe conf$$.file
27715 if test -d conf$$.dir; then
27716 rm -f conf$$.dir/conf$$.file
27717 else
27718 rm -f conf$$.dir
27719 mkdir conf$$.dir 2>/dev/null
27721 if (echo >conf$$.file) 2>/dev/null; then
27722 if ln -s conf$$.file conf$$ 2>/dev/null; then
27723 as_ln_s='ln -s'
27724 # ... but there are two gotchas:
27725 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
27726 # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
27727 # In both cases, we have to default to `cp -p'.
27728 ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
27729 as_ln_s='cp -p'
27730 elif ln conf$$.file conf$$ 2>/dev/null; then
27731 as_ln_s=ln
27732 else
27733 as_ln_s='cp -p'
27735 else
27736 as_ln_s='cp -p'
27738 rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
27739 rmdir conf$$.dir 2>/dev/null
27741 if mkdir -p . 2>/dev/null; then
27742 as_mkdir_p=:
27743 else
27744 test -d ./-p && rmdir ./-p
27745 as_mkdir_p=false
27748 if test -x / >/dev/null 2>&1; then
27749 as_test_x='test -x'
27750 else
27751 if ls -dL / >/dev/null 2>&1; then
27752 as_ls_L_option=L
27753 else
27754 as_ls_L_option=
27756 as_test_x='
27757 eval sh -c '\''
27758 if test -d "$1"; then
27759 test -d "$1/.";
27760 else
27761 case $1 in
27762 -*)set "./$1";;
27763 esac;
27764 case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in
27765 ???[sx]*):;;*)false;;esac;fi
27766 '\'' sh
27769 as_executable_p=$as_test_x
27771 # Sed expression to map a string onto a valid CPP name.
27772 as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
27774 # Sed expression to map a string onto a valid variable name.
27775 as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
27778 exec 6>&1
27780 # Save the log message, to keep $[0] and so on meaningful, and to
27781 # report actual input values of CONFIG_FILES etc. instead of their
27782 # values after options handling.
27783 ac_log="
27784 This file was extended by Wine $as_me 1.1.9, which was
27785 generated by GNU Autoconf 2.63. Invocation command line was
27787 CONFIG_FILES = $CONFIG_FILES
27788 CONFIG_HEADERS = $CONFIG_HEADERS
27789 CONFIG_LINKS = $CONFIG_LINKS
27790 CONFIG_COMMANDS = $CONFIG_COMMANDS
27791 $ $0 $@
27793 on `(hostname || uname -n) 2>/dev/null | sed 1q`
27796 _ACEOF
27798 case $ac_config_files in *"
27799 "*) set x $ac_config_files; shift; ac_config_files=$*;;
27800 esac
27802 case $ac_config_headers in *"
27803 "*) set x $ac_config_headers; shift; ac_config_headers=$*;;
27804 esac
27807 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
27808 # Files that config.status was made for.
27809 config_files="$ac_config_files"
27810 config_headers="$ac_config_headers"
27811 config_commands="$ac_config_commands"
27813 _ACEOF
27815 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
27816 ac_cs_usage="\
27817 \`$as_me' instantiates files from templates according to the
27818 current configuration.
27820 Usage: $0 [OPTION]... [FILE]...
27822 -h, --help print this help, then exit
27823 -V, --version print version number and configuration settings, then exit
27824 -q, --quiet, --silent
27825 do not print progress messages
27826 -d, --debug don't remove temporary files
27827 --recheck update $as_me by reconfiguring in the same conditions
27828 --file=FILE[:TEMPLATE]
27829 instantiate the configuration file FILE
27830 --header=FILE[:TEMPLATE]
27831 instantiate the configuration header FILE
27833 Configuration files:
27834 $config_files
27836 Configuration headers:
27837 $config_headers
27839 Configuration commands:
27840 $config_commands
27842 Report bugs to <bug-autoconf@gnu.org>."
27844 _ACEOF
27845 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
27846 ac_cs_version="\\
27847 Wine config.status 1.1.9
27848 configured by $0, generated by GNU Autoconf 2.63,
27849 with options \\"`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\"
27851 Copyright (C) 2008 Free Software Foundation, Inc.
27852 This config.status script is free software; the Free Software Foundation
27853 gives unlimited permission to copy, distribute and modify it."
27855 ac_pwd='$ac_pwd'
27856 srcdir='$srcdir'
27857 INSTALL='$INSTALL'
27858 test -n "\$AWK" || AWK=awk
27859 _ACEOF
27861 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
27862 # The default lists apply if the user does not specify any file.
27863 ac_need_defaults=:
27864 while test $# != 0
27866 case $1 in
27867 --*=*)
27868 ac_option=`expr "X$1" : 'X\([^=]*\)='`
27869 ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
27870 ac_shift=:
27873 ac_option=$1
27874 ac_optarg=$2
27875 ac_shift=shift
27877 esac
27879 case $ac_option in
27880 # Handling of the options.
27881 -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
27882 ac_cs_recheck=: ;;
27883 --version | --versio | --versi | --vers | --ver | --ve | --v | -V )
27884 $as_echo "$ac_cs_version"; exit ;;
27885 --debug | --debu | --deb | --de | --d | -d )
27886 debug=: ;;
27887 --file | --fil | --fi | --f )
27888 $ac_shift
27889 case $ac_optarg in
27890 *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
27891 esac
27892 CONFIG_FILES="$CONFIG_FILES '$ac_optarg'"
27893 ac_need_defaults=false;;
27894 --header | --heade | --head | --hea )
27895 $ac_shift
27896 case $ac_optarg in
27897 *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
27898 esac
27899 CONFIG_HEADERS="$CONFIG_HEADERS '$ac_optarg'"
27900 ac_need_defaults=false;;
27901 --he | --h)
27902 # Conflict between --help and --header
27903 { $as_echo "$as_me: error: ambiguous option: $1
27904 Try \`$0 --help' for more information." >&2
27905 { (exit 1); exit 1; }; };;
27906 --help | --hel | -h )
27907 $as_echo "$ac_cs_usage"; exit ;;
27908 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
27909 | -silent | --silent | --silen | --sile | --sil | --si | --s)
27910 ac_cs_silent=: ;;
27912 # This is an error.
27913 -*) { $as_echo "$as_me: error: unrecognized option: $1
27914 Try \`$0 --help' for more information." >&2
27915 { (exit 1); exit 1; }; } ;;
27917 *) ac_config_targets="$ac_config_targets $1"
27918 ac_need_defaults=false ;;
27920 esac
27921 shift
27922 done
27924 ac_configure_extra_args=
27926 if $ac_cs_silent; then
27927 exec 6>/dev/null
27928 ac_configure_extra_args="$ac_configure_extra_args --silent"
27931 _ACEOF
27932 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
27933 if \$ac_cs_recheck; then
27934 set X '$SHELL' '$0' $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
27935 shift
27936 \$as_echo "running CONFIG_SHELL=$SHELL \$*" >&6
27937 CONFIG_SHELL='$SHELL'
27938 export CONFIG_SHELL
27939 exec "\$@"
27942 _ACEOF
27943 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
27944 exec 5>>config.log
27946 echo
27947 sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
27948 ## Running $as_me. ##
27949 _ASBOX
27950 $as_echo "$ac_log"
27951 } >&5
27953 _ACEOF
27954 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
27955 _ACEOF
27957 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
27959 # Handling of arguments.
27960 for ac_config_target in $ac_config_targets
27962 case $ac_config_target in
27963 "include/config.h") CONFIG_HEADERS="$CONFIG_HEADERS include/config.h" ;;
27964 "include/stamp-h") CONFIG_COMMANDS="$CONFIG_COMMANDS include/stamp-h" ;;
27965 "dlls/gdi32/enhmfdrv") CONFIG_COMMANDS="$CONFIG_COMMANDS dlls/gdi32/enhmfdrv" ;;
27966 "dlls/gdi32/mfdrv") CONFIG_COMMANDS="$CONFIG_COMMANDS dlls/gdi32/mfdrv" ;;
27967 "dlls/kernel32/nls") CONFIG_COMMANDS="$CONFIG_COMMANDS dlls/kernel32/nls" ;;
27968 "dlls/user32/resources") CONFIG_COMMANDS="$CONFIG_COMMANDS dlls/user32/resources" ;;
27969 "dlls/wineps.drv/data") CONFIG_COMMANDS="$CONFIG_COMMANDS dlls/wineps.drv/data" ;;
27970 "include/wine") CONFIG_COMMANDS="$CONFIG_COMMANDS include/wine" ;;
27971 "Make.rules") CONFIG_FILES="$CONFIG_FILES Make.rules" ;;
27972 "dlls/Makedll.rules") CONFIG_FILES="$CONFIG_FILES dlls/Makedll.rules" ;;
27973 "dlls/Makeimplib.rules") CONFIG_FILES="$CONFIG_FILES dlls/Makeimplib.rules" ;;
27974 "dlls/Maketest.rules") CONFIG_FILES="$CONFIG_FILES dlls/Maketest.rules" ;;
27975 "programs/Makeprog.rules") CONFIG_FILES="$CONFIG_FILES programs/Makeprog.rules" ;;
27976 "Makefile") CONFIG_FILES="$CONFIG_FILES Makefile" ;;
27977 "dlls/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/Makefile" ;;
27978 "dlls/acledit/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/acledit/Makefile" ;;
27979 "dlls/activeds/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/activeds/Makefile" ;;
27980 "dlls/actxprxy/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/actxprxy/Makefile" ;;
27981 "dlls/adsiid/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/adsiid/Makefile" ;;
27982 "dlls/advapi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/advapi32/Makefile" ;;
27983 "dlls/advapi32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/advapi32/tests/Makefile" ;;
27984 "dlls/advpack/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/advpack/Makefile" ;;
27985 "dlls/advpack/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/advpack/tests/Makefile" ;;
27986 "dlls/amstream/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/amstream/Makefile" ;;
27987 "dlls/appwiz.cpl/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/appwiz.cpl/Makefile" ;;
27988 "dlls/atl/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/atl/Makefile" ;;
27989 "dlls/avicap32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/avicap32/Makefile" ;;
27990 "dlls/avifil32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/avifil32/Makefile" ;;
27991 "dlls/browseui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/browseui/Makefile" ;;
27992 "dlls/browseui/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/browseui/tests/Makefile" ;;
27993 "dlls/cabinet/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cabinet/Makefile" ;;
27994 "dlls/cabinet/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cabinet/tests/Makefile" ;;
27995 "dlls/capi2032/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/capi2032/Makefile" ;;
27996 "dlls/cards/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cards/Makefile" ;;
27997 "dlls/cfgmgr32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cfgmgr32/Makefile" ;;
27998 "dlls/clusapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/clusapi/Makefile" ;;
27999 "dlls/comcat/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/comcat/Makefile" ;;
28000 "dlls/comcat/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/comcat/tests/Makefile" ;;
28001 "dlls/comctl32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/comctl32/Makefile" ;;
28002 "dlls/comctl32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/comctl32/tests/Makefile" ;;
28003 "dlls/comdlg32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/comdlg32/Makefile" ;;
28004 "dlls/comdlg32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/comdlg32/tests/Makefile" ;;
28005 "dlls/compstui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/compstui/Makefile" ;;
28006 "dlls/credui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/credui/Makefile" ;;
28007 "dlls/credui/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/credui/tests/Makefile" ;;
28008 "dlls/crtdll/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/crtdll/Makefile" ;;
28009 "dlls/crypt32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/crypt32/Makefile" ;;
28010 "dlls/crypt32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/crypt32/tests/Makefile" ;;
28011 "dlls/cryptdlg/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cryptdlg/Makefile" ;;
28012 "dlls/cryptdll/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cryptdll/Makefile" ;;
28013 "dlls/cryptnet/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cryptnet/Makefile" ;;
28014 "dlls/cryptnet/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cryptnet/tests/Makefile" ;;
28015 "dlls/cryptui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cryptui/Makefile" ;;
28016 "dlls/cryptui/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cryptui/tests/Makefile" ;;
28017 "dlls/ctapi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ctapi32/Makefile" ;;
28018 "dlls/ctl3d32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ctl3d32/Makefile" ;;
28019 "dlls/d3d10/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d10/Makefile" ;;
28020 "dlls/d3d10/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d10/tests/Makefile" ;;
28021 "dlls/d3d10core/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d10core/Makefile" ;;
28022 "dlls/d3d10core/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d10core/tests/Makefile" ;;
28023 "dlls/d3d8/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d8/Makefile" ;;
28024 "dlls/d3d8/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d8/tests/Makefile" ;;
28025 "dlls/d3d9/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d9/Makefile" ;;
28026 "dlls/d3d9/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d9/tests/Makefile" ;;
28027 "dlls/d3dim/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dim/Makefile" ;;
28028 "dlls/d3drm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3drm/Makefile" ;;
28029 "dlls/d3drm/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3drm/tests/Makefile" ;;
28030 "dlls/d3dx8/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx8/Makefile" ;;
28031 "dlls/d3dx8/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx8/tests/Makefile" ;;
28032 "dlls/d3dx9_24/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_24/Makefile" ;;
28033 "dlls/d3dx9_25/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_25/Makefile" ;;
28034 "dlls/d3dx9_26/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_26/Makefile" ;;
28035 "dlls/d3dx9_27/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_27/Makefile" ;;
28036 "dlls/d3dx9_28/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_28/Makefile" ;;
28037 "dlls/d3dx9_29/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_29/Makefile" ;;
28038 "dlls/d3dx9_30/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_30/Makefile" ;;
28039 "dlls/d3dx9_31/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_31/Makefile" ;;
28040 "dlls/d3dx9_32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_32/Makefile" ;;
28041 "dlls/d3dx9_33/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_33/Makefile" ;;
28042 "dlls/d3dx9_34/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_34/Makefile" ;;
28043 "dlls/d3dx9_35/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_35/Makefile" ;;
28044 "dlls/d3dx9_36/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_36/Makefile" ;;
28045 "dlls/d3dx9_36/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_36/tests/Makefile" ;;
28046 "dlls/d3dx9_37/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_37/Makefile" ;;
28047 "dlls/d3dxof/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dxof/Makefile" ;;
28048 "dlls/d3dxof/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dxof/tests/Makefile" ;;
28049 "dlls/dbghelp/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dbghelp/Makefile" ;;
28050 "dlls/dciman32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dciman32/Makefile" ;;
28051 "dlls/ddraw/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ddraw/Makefile" ;;
28052 "dlls/ddraw/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ddraw/tests/Makefile" ;;
28053 "dlls/ddrawex/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ddrawex/Makefile" ;;
28054 "dlls/devenum/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/devenum/Makefile" ;;
28055 "dlls/dinput/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dinput/Makefile" ;;
28056 "dlls/dinput/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dinput/tests/Makefile" ;;
28057 "dlls/dinput8/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dinput8/Makefile" ;;
28058 "dlls/dmband/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmband/Makefile" ;;
28059 "dlls/dmcompos/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmcompos/Makefile" ;;
28060 "dlls/dmime/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmime/Makefile" ;;
28061 "dlls/dmloader/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmloader/Makefile" ;;
28062 "dlls/dmscript/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmscript/Makefile" ;;
28063 "dlls/dmstyle/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmstyle/Makefile" ;;
28064 "dlls/dmsynth/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmsynth/Makefile" ;;
28065 "dlls/dmusic/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmusic/Makefile" ;;
28066 "dlls/dmusic32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmusic32/Makefile" ;;
28067 "dlls/dnsapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dnsapi/Makefile" ;;
28068 "dlls/dnsapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dnsapi/tests/Makefile" ;;
28069 "dlls/dplay/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dplay/Makefile" ;;
28070 "dlls/dplayx/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dplayx/Makefile" ;;
28071 "dlls/dplayx/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dplayx/tests/Makefile" ;;
28072 "dlls/dpnaddr/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dpnaddr/Makefile" ;;
28073 "dlls/dpnet/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dpnet/Makefile" ;;
28074 "dlls/dpnhpast/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dpnhpast/Makefile" ;;
28075 "dlls/dpnlobby/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dpnlobby/Makefile" ;;
28076 "dlls/dpwsockx/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dpwsockx/Makefile" ;;
28077 "dlls/dsound/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dsound/Makefile" ;;
28078 "dlls/dsound/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dsound/tests/Makefile" ;;
28079 "dlls/dssenh/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dssenh/Makefile" ;;
28080 "dlls/dswave/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dswave/Makefile" ;;
28081 "dlls/dwmapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dwmapi/Makefile" ;;
28082 "dlls/dxdiagn/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dxdiagn/Makefile" ;;
28083 "dlls/dxerr8/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dxerr8/Makefile" ;;
28084 "dlls/dxerr9/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dxerr9/Makefile" ;;
28085 "dlls/dxgi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dxgi/Makefile" ;;
28086 "dlls/dxgi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dxgi/tests/Makefile" ;;
28087 "dlls/dxguid/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dxguid/Makefile" ;;
28088 "dlls/faultrep/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/faultrep/Makefile" ;;
28089 "dlls/fusion/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/fusion/Makefile" ;;
28090 "dlls/fusion/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/fusion/tests/Makefile" ;;
28091 "dlls/gdi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/gdi32/Makefile" ;;
28092 "dlls/gdi32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/gdi32/tests/Makefile" ;;
28093 "dlls/gdiplus/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/gdiplus/Makefile" ;;
28094 "dlls/gdiplus/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/gdiplus/tests/Makefile" ;;
28095 "dlls/glu32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/glu32/Makefile" ;;
28096 "dlls/gphoto2.ds/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/gphoto2.ds/Makefile" ;;
28097 "dlls/gpkcsp/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/gpkcsp/Makefile" ;;
28098 "dlls/hal/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/hal/Makefile" ;;
28099 "dlls/hhctrl.ocx/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/hhctrl.ocx/Makefile" ;;
28100 "dlls/hid/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/hid/Makefile" ;;
28101 "dlls/hlink/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/hlink/Makefile" ;;
28102 "dlls/hlink/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/hlink/tests/Makefile" ;;
28103 "dlls/hnetcfg/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/hnetcfg/Makefile" ;;
28104 "dlls/iccvid/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/iccvid/Makefile" ;;
28105 "dlls/icmp/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/icmp/Makefile" ;;
28106 "dlls/ifsmgr.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ifsmgr.vxd/Makefile" ;;
28107 "dlls/imaadp32.acm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/imaadp32.acm/Makefile" ;;
28108 "dlls/imagehlp/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/imagehlp/Makefile" ;;
28109 "dlls/imm32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/imm32/Makefile" ;;
28110 "dlls/imm32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/imm32/tests/Makefile" ;;
28111 "dlls/inetcomm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/inetcomm/Makefile" ;;
28112 "dlls/inetcomm/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/inetcomm/tests/Makefile" ;;
28113 "dlls/inetmib1/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/inetmib1/Makefile" ;;
28114 "dlls/inetmib1/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/inetmib1/tests/Makefile" ;;
28115 "dlls/infosoft/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/infosoft/Makefile" ;;
28116 "dlls/infosoft/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/infosoft/tests/Makefile" ;;
28117 "dlls/initpki/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/initpki/Makefile" ;;
28118 "dlls/inkobj/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/inkobj/Makefile" ;;
28119 "dlls/inseng/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/inseng/Makefile" ;;
28120 "dlls/iphlpapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/iphlpapi/Makefile" ;;
28121 "dlls/iphlpapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/iphlpapi/tests/Makefile" ;;
28122 "dlls/itircl/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/itircl/Makefile" ;;
28123 "dlls/itss/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/itss/Makefile" ;;
28124 "dlls/itss/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/itss/tests/Makefile" ;;
28125 "dlls/jscript/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/jscript/Makefile" ;;
28126 "dlls/jscript/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/jscript/tests/Makefile" ;;
28127 "dlls/kernel32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/kernel32/Makefile" ;;
28128 "dlls/kernel32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/kernel32/tests/Makefile" ;;
28129 "dlls/localspl/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/localspl/Makefile" ;;
28130 "dlls/localspl/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/localspl/tests/Makefile" ;;
28131 "dlls/localui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/localui/Makefile" ;;
28132 "dlls/localui/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/localui/tests/Makefile" ;;
28133 "dlls/lz32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/lz32/Makefile" ;;
28134 "dlls/lz32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/lz32/tests/Makefile" ;;
28135 "dlls/mapi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mapi32/Makefile" ;;
28136 "dlls/mapi32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mapi32/tests/Makefile" ;;
28137 "dlls/mciavi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mciavi32/Makefile" ;;
28138 "dlls/mcicda/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mcicda/Makefile" ;;
28139 "dlls/mciseq/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mciseq/Makefile" ;;
28140 "dlls/mciwave/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mciwave/Makefile" ;;
28141 "dlls/midimap/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/midimap/Makefile" ;;
28142 "dlls/mlang/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mlang/Makefile" ;;
28143 "dlls/mlang/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mlang/tests/Makefile" ;;
28144 "dlls/mmdevldr.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mmdevldr.vxd/Makefile" ;;
28145 "dlls/monodebg.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/monodebg.vxd/Makefile" ;;
28146 "dlls/mountmgr.sys/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mountmgr.sys/Makefile" ;;
28147 "dlls/mpr/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mpr/Makefile" ;;
28148 "dlls/mprapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mprapi/Makefile" ;;
28149 "dlls/msacm32.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msacm32.drv/Makefile" ;;
28150 "dlls/msacm32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msacm32/Makefile" ;;
28151 "dlls/msacm32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msacm32/tests/Makefile" ;;
28152 "dlls/msadp32.acm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msadp32.acm/Makefile" ;;
28153 "dlls/mscat32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mscat32/Makefile" ;;
28154 "dlls/mscms/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mscms/Makefile" ;;
28155 "dlls/mscms/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mscms/tests/Makefile" ;;
28156 "dlls/mscoree/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mscoree/Makefile" ;;
28157 "dlls/msdmo/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msdmo/Makefile" ;;
28158 "dlls/msftedit/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msftedit/Makefile" ;;
28159 "dlls/msg711.acm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msg711.acm/Makefile" ;;
28160 "dlls/mshtml.tlb/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mshtml.tlb/Makefile" ;;
28161 "dlls/mshtml/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mshtml/Makefile" ;;
28162 "dlls/mshtml/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mshtml/tests/Makefile" ;;
28163 "dlls/msi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msi/Makefile" ;;
28164 "dlls/msi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msi/tests/Makefile" ;;
28165 "dlls/msimg32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msimg32/Makefile" ;;
28166 "dlls/msimtf/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msimtf/Makefile" ;;
28167 "dlls/msisip/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msisip/Makefile" ;;
28168 "dlls/msisys.ocx/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msisys.ocx/Makefile" ;;
28169 "dlls/msnet32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msnet32/Makefile" ;;
28170 "dlls/msrle32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msrle32/Makefile" ;;
28171 "dlls/mssip32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mssip32/Makefile" ;;
28172 "dlls/mstask/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mstask/Makefile" ;;
28173 "dlls/mstask/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mstask/tests/Makefile" ;;
28174 "dlls/msvcirt/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcirt/Makefile" ;;
28175 "dlls/msvcr71/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcr71/Makefile" ;;
28176 "dlls/msvcrt/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcrt/Makefile" ;;
28177 "dlls/msvcrt/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcrt/tests/Makefile" ;;
28178 "dlls/msvcrt20/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcrt20/Makefile" ;;
28179 "dlls/msvcrt40/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcrt40/Makefile" ;;
28180 "dlls/msvcrtd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcrtd/Makefile" ;;
28181 "dlls/msvcrtd/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcrtd/tests/Makefile" ;;
28182 "dlls/msvfw32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvfw32/Makefile" ;;
28183 "dlls/msvidc32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvidc32/Makefile" ;;
28184 "dlls/mswsock/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mswsock/Makefile" ;;
28185 "dlls/msxml3/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msxml3/Makefile" ;;
28186 "dlls/msxml3/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msxml3/tests/Makefile" ;;
28187 "dlls/nddeapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/nddeapi/Makefile" ;;
28188 "dlls/netapi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/netapi32/Makefile" ;;
28189 "dlls/netapi32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/netapi32/tests/Makefile" ;;
28190 "dlls/newdev/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/newdev/Makefile" ;;
28191 "dlls/ntdll/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ntdll/Makefile" ;;
28192 "dlls/ntdll/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ntdll/tests/Makefile" ;;
28193 "dlls/ntdsapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ntdsapi/Makefile" ;;
28194 "dlls/ntdsapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ntdsapi/tests/Makefile" ;;
28195 "dlls/ntoskrnl.exe/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ntoskrnl.exe/Makefile" ;;
28196 "dlls/ntprint/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ntprint/Makefile" ;;
28197 "dlls/ntprint/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ntprint/tests/Makefile" ;;
28198 "dlls/objsel/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/objsel/Makefile" ;;
28199 "dlls/odbc32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/odbc32/Makefile" ;;
28200 "dlls/odbccp32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/odbccp32/Makefile" ;;
28201 "dlls/odbccp32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/odbccp32/tests/Makefile" ;;
28202 "dlls/ole32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ole32/Makefile" ;;
28203 "dlls/ole32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ole32/tests/Makefile" ;;
28204 "dlls/oleacc/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/oleacc/Makefile" ;;
28205 "dlls/oleacc/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/oleacc/tests/Makefile" ;;
28206 "dlls/oleaut32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/oleaut32/Makefile" ;;
28207 "dlls/oleaut32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/oleaut32/tests/Makefile" ;;
28208 "dlls/olecli32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/olecli32/Makefile" ;;
28209 "dlls/oledlg/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/oledlg/Makefile" ;;
28210 "dlls/olepro32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/olepro32/Makefile" ;;
28211 "dlls/olesvr32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/olesvr32/Makefile" ;;
28212 "dlls/olethk32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/olethk32/Makefile" ;;
28213 "dlls/opengl32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/opengl32/Makefile" ;;
28214 "dlls/opengl32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/opengl32/tests/Makefile" ;;
28215 "dlls/pdh/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/pdh/Makefile" ;;
28216 "dlls/pdh/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/pdh/tests/Makefile" ;;
28217 "dlls/powrprof/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/powrprof/Makefile" ;;
28218 "dlls/printui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/printui/Makefile" ;;
28219 "dlls/propsys/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/propsys/Makefile" ;;
28220 "dlls/psapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/psapi/Makefile" ;;
28221 "dlls/psapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/psapi/tests/Makefile" ;;
28222 "dlls/pstorec/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/pstorec/Makefile" ;;
28223 "dlls/qcap/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/qcap/Makefile" ;;
28224 "dlls/qedit/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/qedit/Makefile" ;;
28225 "dlls/qedit/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/qedit/tests/Makefile" ;;
28226 "dlls/qmgr/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/qmgr/Makefile" ;;
28227 "dlls/qmgr/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/qmgr/tests/Makefile" ;;
28228 "dlls/qmgrprxy/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/qmgrprxy/Makefile" ;;
28229 "dlls/quartz/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/quartz/Makefile" ;;
28230 "dlls/quartz/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/quartz/tests/Makefile" ;;
28231 "dlls/query/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/query/Makefile" ;;
28232 "dlls/rasapi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rasapi32/Makefile" ;;
28233 "dlls/rasapi32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rasapi32/tests/Makefile" ;;
28234 "dlls/resutils/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/resutils/Makefile" ;;
28235 "dlls/riched20/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/riched20/Makefile" ;;
28236 "dlls/riched20/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/riched20/tests/Makefile" ;;
28237 "dlls/riched32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/riched32/Makefile" ;;
28238 "dlls/riched32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/riched32/tests/Makefile" ;;
28239 "dlls/rpcrt4/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rpcrt4/Makefile" ;;
28240 "dlls/rpcrt4/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rpcrt4/tests/Makefile" ;;
28241 "dlls/rsabase/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rsabase/Makefile" ;;
28242 "dlls/rsaenh/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rsaenh/Makefile" ;;
28243 "dlls/rsaenh/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rsaenh/tests/Makefile" ;;
28244 "dlls/sane.ds/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sane.ds/Makefile" ;;
28245 "dlls/sccbase/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sccbase/Makefile" ;;
28246 "dlls/schannel/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/schannel/Makefile" ;;
28247 "dlls/schannel/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/schannel/tests/Makefile" ;;
28248 "dlls/secur32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/secur32/Makefile" ;;
28249 "dlls/secur32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/secur32/tests/Makefile" ;;
28250 "dlls/security/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/security/Makefile" ;;
28251 "dlls/sensapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sensapi/Makefile" ;;
28252 "dlls/serialui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/serialui/Makefile" ;;
28253 "dlls/serialui/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/serialui/tests/Makefile" ;;
28254 "dlls/setupapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/setupapi/Makefile" ;;
28255 "dlls/setupapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/setupapi/tests/Makefile" ;;
28256 "dlls/sfc/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sfc/Makefile" ;;
28257 "dlls/sfc_os/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sfc_os/Makefile" ;;
28258 "dlls/shdoclc/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shdoclc/Makefile" ;;
28259 "dlls/shdocvw/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shdocvw/Makefile" ;;
28260 "dlls/shdocvw/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shdocvw/tests/Makefile" ;;
28261 "dlls/shell32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shell32/Makefile" ;;
28262 "dlls/shell32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shell32/tests/Makefile" ;;
28263 "dlls/shfolder/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shfolder/Makefile" ;;
28264 "dlls/shlwapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shlwapi/Makefile" ;;
28265 "dlls/shlwapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shlwapi/tests/Makefile" ;;
28266 "dlls/slbcsp/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/slbcsp/Makefile" ;;
28267 "dlls/slc/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/slc/Makefile" ;;
28268 "dlls/snmpapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/snmpapi/Makefile" ;;
28269 "dlls/snmpapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/snmpapi/tests/Makefile" ;;
28270 "dlls/softpub/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/softpub/Makefile" ;;
28271 "dlls/spoolss/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/spoolss/Makefile" ;;
28272 "dlls/spoolss/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/spoolss/tests/Makefile" ;;
28273 "dlls/stdole2.tlb/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/stdole2.tlb/Makefile" ;;
28274 "dlls/stdole32.tlb/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/stdole32.tlb/Makefile" ;;
28275 "dlls/sti/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sti/Makefile" ;;
28276 "dlls/strmiids/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/strmiids/Makefile" ;;
28277 "dlls/svrapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/svrapi/Makefile" ;;
28278 "dlls/sxs/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sxs/Makefile" ;;
28279 "dlls/tapi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/tapi32/Makefile" ;;
28280 "dlls/twain_32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/twain_32/Makefile" ;;
28281 "dlls/unicows/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/unicows/Makefile" ;;
28282 "dlls/url/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/url/Makefile" ;;
28283 "dlls/urlmon/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/urlmon/Makefile" ;;
28284 "dlls/urlmon/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/urlmon/tests/Makefile" ;;
28285 "dlls/user32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/user32/Makefile" ;;
28286 "dlls/user32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/user32/tests/Makefile" ;;
28287 "dlls/userenv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/userenv/Makefile" ;;
28288 "dlls/userenv/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/userenv/tests/Makefile" ;;
28289 "dlls/usp10/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/usp10/Makefile" ;;
28290 "dlls/usp10/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/usp10/tests/Makefile" ;;
28291 "dlls/uuid/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/uuid/Makefile" ;;
28292 "dlls/uxtheme/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/uxtheme/Makefile" ;;
28293 "dlls/uxtheme/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/uxtheme/tests/Makefile" ;;
28294 "dlls/vdhcp.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/vdhcp.vxd/Makefile" ;;
28295 "dlls/vdmdbg/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/vdmdbg/Makefile" ;;
28296 "dlls/version/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/version/Makefile" ;;
28297 "dlls/version/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/version/tests/Makefile" ;;
28298 "dlls/vmm.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/vmm.vxd/Makefile" ;;
28299 "dlls/vnbt.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/vnbt.vxd/Makefile" ;;
28300 "dlls/vnetbios.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/vnetbios.vxd/Makefile" ;;
28301 "dlls/vtdapi.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/vtdapi.vxd/Makefile" ;;
28302 "dlls/vwin32.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/vwin32.vxd/Makefile" ;;
28303 "dlls/w32skrnl/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/w32skrnl/Makefile" ;;
28304 "dlls/winealsa.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winealsa.drv/Makefile" ;;
28305 "dlls/wineaudioio.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wineaudioio.drv/Makefile" ;;
28306 "dlls/winecoreaudio.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winecoreaudio.drv/Makefile" ;;
28307 "dlls/winecrt0/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winecrt0/Makefile" ;;
28308 "dlls/wined3d/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wined3d/Makefile" ;;
28309 "dlls/winedos/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winedos/Makefile" ;;
28310 "dlls/wineesd.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wineesd.drv/Makefile" ;;
28311 "dlls/winejack.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winejack.drv/Makefile" ;;
28312 "dlls/winejoystick.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winejoystick.drv/Makefile" ;;
28313 "dlls/winemp3.acm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winemp3.acm/Makefile" ;;
28314 "dlls/winenas.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winenas.drv/Makefile" ;;
28315 "dlls/wineoss.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wineoss.drv/Makefile" ;;
28316 "dlls/wineps.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wineps.drv/Makefile" ;;
28317 "dlls/winequartz.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winequartz.drv/Makefile" ;;
28318 "dlls/winex11.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winex11.drv/Makefile" ;;
28319 "dlls/wing32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wing32/Makefile" ;;
28320 "dlls/winhttp/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winhttp/Makefile" ;;
28321 "dlls/winhttp/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winhttp/tests/Makefile" ;;
28322 "dlls/wininet/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wininet/Makefile" ;;
28323 "dlls/wininet/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wininet/tests/Makefile" ;;
28324 "dlls/winmm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winmm/Makefile" ;;
28325 "dlls/winmm/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winmm/tests/Makefile" ;;
28326 "dlls/winnls32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winnls32/Makefile" ;;
28327 "dlls/winscard/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winscard/Makefile" ;;
28328 "dlls/winspool.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winspool.drv/Makefile" ;;
28329 "dlls/winspool.drv/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winspool.drv/tests/Makefile" ;;
28330 "dlls/wintab32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wintab32/Makefile" ;;
28331 "dlls/wintrust/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wintrust/Makefile" ;;
28332 "dlls/wintrust/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wintrust/tests/Makefile" ;;
28333 "dlls/wldap32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wldap32/Makefile" ;;
28334 "dlls/wldap32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wldap32/tests/Makefile" ;;
28335 "dlls/wmi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wmi/Makefile" ;;
28336 "dlls/wnaspi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wnaspi32/Makefile" ;;
28337 "dlls/wow32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wow32/Makefile" ;;
28338 "dlls/ws2_32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ws2_32/Makefile" ;;
28339 "dlls/ws2_32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ws2_32/tests/Makefile" ;;
28340 "dlls/wsock32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wsock32/Makefile" ;;
28341 "dlls/wtsapi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wtsapi32/Makefile" ;;
28342 "dlls/xinput1_1/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/xinput1_1/Makefile" ;;
28343 "dlls/xinput1_2/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/xinput1_2/Makefile" ;;
28344 "dlls/xinput1_3/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/xinput1_3/Makefile" ;;
28345 "dlls/xinput1_3/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/xinput1_3/tests/Makefile" ;;
28346 "dlls/xinput9_1_0/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/xinput9_1_0/Makefile" ;;
28347 "documentation/Makefile") CONFIG_FILES="$CONFIG_FILES documentation/Makefile" ;;
28348 "fonts/Makefile") CONFIG_FILES="$CONFIG_FILES fonts/Makefile" ;;
28349 "include/Makefile") CONFIG_FILES="$CONFIG_FILES include/Makefile" ;;
28350 "libs/Makefile") CONFIG_FILES="$CONFIG_FILES libs/Makefile" ;;
28351 "libs/port/Makefile") CONFIG_FILES="$CONFIG_FILES libs/port/Makefile" ;;
28352 "libs/wine/Makefile") CONFIG_FILES="$CONFIG_FILES libs/wine/Makefile" ;;
28353 "libs/wpp/Makefile") CONFIG_FILES="$CONFIG_FILES libs/wpp/Makefile" ;;
28354 "loader/Makefile") CONFIG_FILES="$CONFIG_FILES loader/Makefile" ;;
28355 "programs/Makefile") CONFIG_FILES="$CONFIG_FILES programs/Makefile" ;;
28356 "programs/clock/Makefile") CONFIG_FILES="$CONFIG_FILES programs/clock/Makefile" ;;
28357 "programs/cmd/Makefile") CONFIG_FILES="$CONFIG_FILES programs/cmd/Makefile" ;;
28358 "programs/cmdlgtst/Makefile") CONFIG_FILES="$CONFIG_FILES programs/cmdlgtst/Makefile" ;;
28359 "programs/control/Makefile") CONFIG_FILES="$CONFIG_FILES programs/control/Makefile" ;;
28360 "programs/eject/Makefile") CONFIG_FILES="$CONFIG_FILES programs/eject/Makefile" ;;
28361 "programs/expand/Makefile") CONFIG_FILES="$CONFIG_FILES programs/expand/Makefile" ;;
28362 "programs/explorer/Makefile") CONFIG_FILES="$CONFIG_FILES programs/explorer/Makefile" ;;
28363 "programs/hh/Makefile") CONFIG_FILES="$CONFIG_FILES programs/hh/Makefile" ;;
28364 "programs/icinfo/Makefile") CONFIG_FILES="$CONFIG_FILES programs/icinfo/Makefile" ;;
28365 "programs/iexplore/Makefile") CONFIG_FILES="$CONFIG_FILES programs/iexplore/Makefile" ;;
28366 "programs/msiexec/Makefile") CONFIG_FILES="$CONFIG_FILES programs/msiexec/Makefile" ;;
28367 "programs/net/Makefile") CONFIG_FILES="$CONFIG_FILES programs/net/Makefile" ;;
28368 "programs/notepad/Makefile") CONFIG_FILES="$CONFIG_FILES programs/notepad/Makefile" ;;
28369 "programs/oleview/Makefile") CONFIG_FILES="$CONFIG_FILES programs/oleview/Makefile" ;;
28370 "programs/progman/Makefile") CONFIG_FILES="$CONFIG_FILES programs/progman/Makefile" ;;
28371 "programs/reg/Makefile") CONFIG_FILES="$CONFIG_FILES programs/reg/Makefile" ;;
28372 "programs/regedit/Makefile") CONFIG_FILES="$CONFIG_FILES programs/regedit/Makefile" ;;
28373 "programs/regsvr32/Makefile") CONFIG_FILES="$CONFIG_FILES programs/regsvr32/Makefile" ;;
28374 "programs/rpcss/Makefile") CONFIG_FILES="$CONFIG_FILES programs/rpcss/Makefile" ;;
28375 "programs/rundll32/Makefile") CONFIG_FILES="$CONFIG_FILES programs/rundll32/Makefile" ;;
28376 "programs/secedit/Makefile") CONFIG_FILES="$CONFIG_FILES programs/secedit/Makefile" ;;
28377 "programs/services/Makefile") CONFIG_FILES="$CONFIG_FILES programs/services/Makefile" ;;
28378 "programs/spoolsv/Makefile") CONFIG_FILES="$CONFIG_FILES programs/spoolsv/Makefile" ;;
28379 "programs/start/Makefile") CONFIG_FILES="$CONFIG_FILES programs/start/Makefile" ;;
28380 "programs/svchost/Makefile") CONFIG_FILES="$CONFIG_FILES programs/svchost/Makefile" ;;
28381 "programs/taskmgr/Makefile") CONFIG_FILES="$CONFIG_FILES programs/taskmgr/Makefile" ;;
28382 "programs/uninstaller/Makefile") CONFIG_FILES="$CONFIG_FILES programs/uninstaller/Makefile" ;;
28383 "programs/view/Makefile") CONFIG_FILES="$CONFIG_FILES programs/view/Makefile" ;;
28384 "programs/wineboot/Makefile") CONFIG_FILES="$CONFIG_FILES programs/wineboot/Makefile" ;;
28385 "programs/winebrowser/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winebrowser/Makefile" ;;
28386 "programs/winecfg/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winecfg/Makefile" ;;
28387 "programs/wineconsole/Makefile") CONFIG_FILES="$CONFIG_FILES programs/wineconsole/Makefile" ;;
28388 "programs/winedbg/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winedbg/Makefile" ;;
28389 "programs/winedevice/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winedevice/Makefile" ;;
28390 "programs/winefile/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winefile/Makefile" ;;
28391 "programs/winemenubuilder/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winemenubuilder/Makefile" ;;
28392 "programs/winemine/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winemine/Makefile" ;;
28393 "programs/winepath/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winepath/Makefile" ;;
28394 "programs/winetest/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winetest/Makefile" ;;
28395 "programs/winevdm/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winevdm/Makefile" ;;
28396 "programs/winhlp32/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winhlp32/Makefile" ;;
28397 "programs/winver/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winver/Makefile" ;;
28398 "programs/wordpad/Makefile") CONFIG_FILES="$CONFIG_FILES programs/wordpad/Makefile" ;;
28399 "programs/write/Makefile") CONFIG_FILES="$CONFIG_FILES programs/write/Makefile" ;;
28400 "programs/xcopy/Makefile") CONFIG_FILES="$CONFIG_FILES programs/xcopy/Makefile" ;;
28401 "server/Makefile") CONFIG_FILES="$CONFIG_FILES server/Makefile" ;;
28402 "tools/Makefile") CONFIG_FILES="$CONFIG_FILES tools/Makefile" ;;
28403 "tools/widl/Makefile") CONFIG_FILES="$CONFIG_FILES tools/widl/Makefile" ;;
28404 "tools/winebuild/Makefile") CONFIG_FILES="$CONFIG_FILES tools/winebuild/Makefile" ;;
28405 "tools/winedump/Makefile") CONFIG_FILES="$CONFIG_FILES tools/winedump/Makefile" ;;
28406 "tools/winegcc/Makefile") CONFIG_FILES="$CONFIG_FILES tools/winegcc/Makefile" ;;
28407 "tools/wmc/Makefile") CONFIG_FILES="$CONFIG_FILES tools/wmc/Makefile" ;;
28408 "tools/wrc/Makefile") CONFIG_FILES="$CONFIG_FILES tools/wrc/Makefile" ;;
28410 *) { { $as_echo "$as_me:$LINENO: error: invalid argument: $ac_config_target" >&5
28411 $as_echo "$as_me: error: invalid argument: $ac_config_target" >&2;}
28412 { (exit 1); exit 1; }; };;
28413 esac
28414 done
28417 # If the user did not use the arguments to specify the items to instantiate,
28418 # then the envvar interface is used. Set only those that are not.
28419 # We use the long form for the default assignment because of an extremely
28420 # bizarre bug on SunOS 4.1.3.
28421 if $ac_need_defaults; then
28422 test "${CONFIG_FILES+set}" = set || CONFIG_FILES=$config_files
28423 test "${CONFIG_HEADERS+set}" = set || CONFIG_HEADERS=$config_headers
28424 test "${CONFIG_COMMANDS+set}" = set || CONFIG_COMMANDS=$config_commands
28427 # Have a temporary directory for convenience. Make it in the build tree
28428 # simply because there is no reason against having it here, and in addition,
28429 # creating and moving files from /tmp can sometimes cause problems.
28430 # Hook for its removal unless debugging.
28431 # Note that there is a small window in which the directory will not be cleaned:
28432 # after its creation but before its name has been assigned to `$tmp'.
28433 $debug ||
28435 tmp=
28436 trap 'exit_status=$?
28437 { test -z "$tmp" || test ! -d "$tmp" || rm -fr "$tmp"; } && exit $exit_status
28439 trap '{ (exit 1); exit 1; }' 1 2 13 15
28441 # Create a (secure) tmp directory for tmp files.
28444 tmp=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` &&
28445 test -n "$tmp" && test -d "$tmp"
28446 } ||
28448 tmp=./conf$$-$RANDOM
28449 (umask 077 && mkdir "$tmp")
28450 } ||
28452 $as_echo "$as_me: cannot create a temporary directory in ." >&2
28453 { (exit 1); exit 1; }
28456 # Set up the scripts for CONFIG_FILES section.
28457 # No need to generate them if there are no CONFIG_FILES.
28458 # This happens for instance with `./config.status config.h'.
28459 if test -n "$CONFIG_FILES"; then
28461 if $AWK 'BEGIN { getline <"/dev/null" }' </dev/null 2>/dev/null; then
28462 ac_cs_awk_getline=:
28463 ac_cs_awk_pipe_init=
28464 ac_cs_awk_read_file='
28465 while ((getline aline < (F[key])) > 0)
28466 print(aline)
28467 close(F[key])'
28468 ac_cs_awk_pipe_fini=
28469 else
28470 ac_cs_awk_getline=false
28471 ac_cs_awk_pipe_init="print \"cat <<'|#_!!_#|' &&\""
28472 ac_cs_awk_read_file='
28473 print "|#_!!_#|"
28474 print "cat " F[key] " &&"
28475 '$ac_cs_awk_pipe_init
28476 # The final `:' finishes the AND list.
28477 ac_cs_awk_pipe_fini='END { print "|#_!!_#|"; print ":" }'
28479 ac_cr=' '
28480 ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
28481 if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
28482 ac_cs_awk_cr='\\r'
28483 else
28484 ac_cs_awk_cr=$ac_cr
28487 echo 'BEGIN {' >"$tmp/subs1.awk" &&
28488 _ACEOF
28490 # Create commands to substitute file output variables.
28492 echo "cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1" &&
28493 echo 'cat >>"\$tmp/subs1.awk" <<\\_ACAWK &&' &&
28494 echo "$ac_subst_files" | sed 's/.*/F["&"]="$&"/' &&
28495 echo "_ACAWK" &&
28496 echo "_ACEOF"
28497 } >conf$$files.sh &&
28498 . ./conf$$files.sh ||
28499 { { $as_echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5
28500 $as_echo "$as_me: error: could not make $CONFIG_STATUS" >&2;}
28501 { (exit 1); exit 1; }; }
28502 rm -f conf$$files.sh
28505 echo "cat >conf$$subs.awk <<_ACEOF" &&
28506 echo "$ac_subst_vars" | sed 's/.*/&!$&$ac_delim/' &&
28507 echo "_ACEOF"
28508 } >conf$$subs.sh ||
28509 { { $as_echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5
28510 $as_echo "$as_me: error: could not make $CONFIG_STATUS" >&2;}
28511 { (exit 1); exit 1; }; }
28512 ac_delim_num=`echo "$ac_subst_vars" | grep -c '$'`
28513 ac_delim='%!_!# '
28514 for ac_last_try in false false false false false :; do
28515 . ./conf$$subs.sh ||
28516 { { $as_echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5
28517 $as_echo "$as_me: error: could not make $CONFIG_STATUS" >&2;}
28518 { (exit 1); exit 1; }; }
28520 ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X`
28521 if test $ac_delim_n = $ac_delim_num; then
28522 break
28523 elif $ac_last_try; then
28524 { { $as_echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5
28525 $as_echo "$as_me: error: could not make $CONFIG_STATUS" >&2;}
28526 { (exit 1); exit 1; }; }
28527 else
28528 ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
28530 done
28531 rm -f conf$$subs.sh
28533 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
28534 cat >>"\$tmp/subs1.awk" <<\\_ACAWK &&
28535 _ACEOF
28536 sed -n '
28538 s/^/S["/; s/!.*/"]=/
28541 s/^[^!]*!//
28542 :repl
28543 t repl
28544 s/'"$ac_delim"'$//
28545 t delim
28548 s/\(.\{148\}\).*/\1/
28549 t more1
28550 s/["\\]/\\&/g; s/^/"/; s/$/\\n"\\/
28553 b repl
28554 :more1
28555 s/["\\]/\\&/g; s/^/"/; s/$/"\\/
28558 s/.\{148\}//
28559 t nl
28560 :delim
28562 s/\(.\{148\}\).*/\1/
28563 t more2
28564 s/["\\]/\\&/g; s/^/"/; s/$/"/
28567 :more2
28568 s/["\\]/\\&/g; s/^/"/; s/$/"\\/
28571 s/.\{148\}//
28572 t delim
28573 ' <conf$$subs.awk | sed '
28574 /^[^""]/{
28576 s/\n//
28578 ' >>$CONFIG_STATUS || ac_write_fail=1
28579 rm -f conf$$subs.awk
28580 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
28581 _ACAWK
28582 cat >>"\$tmp/subs1.awk" <<_ACAWK &&
28583 for (key in S) S_is_set[key] = 1
28584 FS = "\a"
28585 \$ac_cs_awk_pipe_init
28588 line = $ 0
28589 nfields = split(line, field, "@")
28590 substed = 0
28591 len = length(field[1])
28592 for (i = 2; i < nfields; i++) {
28593 key = field[i]
28594 keylen = length(key)
28595 if (S_is_set[key]) {
28596 value = S[key]
28597 line = substr(line, 1, len) "" value "" substr(line, len + keylen + 3)
28598 len += length(value) + length(field[++i])
28599 substed = 1
28600 } else
28601 len += 1 + keylen
28603 if (nfields == 3 && !substed) {
28604 key = field[2]
28605 if (F[key] != "" && line ~ /^[ ]*@.*@[ ]*$/) {
28606 \$ac_cs_awk_read_file
28607 next
28610 print line
28612 \$ac_cs_awk_pipe_fini
28613 _ACAWK
28614 _ACEOF
28615 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
28616 if sed "s/$ac_cr//" < /dev/null > /dev/null 2>&1; then
28617 sed "s/$ac_cr\$//; s/$ac_cr/$ac_cs_awk_cr/g"
28618 else
28620 fi < "$tmp/subs1.awk" > "$tmp/subs.awk" \
28621 || { { $as_echo "$as_me:$LINENO: error: could not setup config files machinery" >&5
28622 $as_echo "$as_me: error: could not setup config files machinery" >&2;}
28623 { (exit 1); exit 1; }; }
28624 _ACEOF
28626 # VPATH may cause trouble with some makes, so we remove $(srcdir),
28627 # ${srcdir} and @srcdir@ from VPATH if srcdir is ".", strip leading and
28628 # trailing colons and then remove the whole line if VPATH becomes empty
28629 # (actually we leave an empty line to preserve line numbers).
28630 if test "x$srcdir" = x.; then
28631 ac_vpsub='/^[ ]*VPATH[ ]*=/{
28632 s/:*\$(srcdir):*/:/
28633 s/:*\${srcdir}:*/:/
28634 s/:*@srcdir@:*/:/
28635 s/^\([^=]*=[ ]*\):*/\1/
28636 s/:*$//
28637 s/^[^=]*=[ ]*$//
28641 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
28642 fi # test -n "$CONFIG_FILES"
28644 # Set up the scripts for CONFIG_HEADERS section.
28645 # No need to generate them if there are no CONFIG_HEADERS.
28646 # This happens for instance with `./config.status Makefile'.
28647 if test -n "$CONFIG_HEADERS"; then
28648 cat >"$tmp/defines.awk" <<\_ACAWK ||
28649 BEGIN {
28650 _ACEOF
28652 # Transform confdefs.h into an awk script `defines.awk', embedded as
28653 # here-document in config.status, that substitutes the proper values into
28654 # config.h.in to produce config.h.
28656 # Create a delimiter string that does not exist in confdefs.h, to ease
28657 # handling of long lines.
28658 ac_delim='%!_!# '
28659 for ac_last_try in false false :; do
28660 ac_t=`sed -n "/$ac_delim/p" confdefs.h`
28661 if test -z "$ac_t"; then
28662 break
28663 elif $ac_last_try; then
28664 { { $as_echo "$as_me:$LINENO: error: could not make $CONFIG_HEADERS" >&5
28665 $as_echo "$as_me: error: could not make $CONFIG_HEADERS" >&2;}
28666 { (exit 1); exit 1; }; }
28667 else
28668 ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
28670 done
28672 # For the awk script, D is an array of macro values keyed by name,
28673 # likewise P contains macro parameters if any. Preserve backslash
28674 # newline sequences.
28676 ac_word_re=[_$as_cr_Letters][_$as_cr_alnum]*
28677 sed -n '
28678 s/.\{148\}/&'"$ac_delim"'/g
28679 t rset
28680 :rset
28681 s/^[ ]*#[ ]*define[ ][ ]*/ /
28682 t def
28684 :def
28685 s/\\$//
28686 t bsnl
28687 s/["\\]/\\&/g
28688 s/^ \('"$ac_word_re"'\)\(([^()]*)\)[ ]*\(.*\)/P["\1"]="\2"\
28689 D["\1"]=" \3"/p
28690 s/^ \('"$ac_word_re"'\)[ ]*\(.*\)/D["\1"]=" \2"/p
28692 :bsnl
28693 s/["\\]/\\&/g
28694 s/^ \('"$ac_word_re"'\)\(([^()]*)\)[ ]*\(.*\)/P["\1"]="\2"\
28695 D["\1"]=" \3\\\\\\n"\\/p
28696 t cont
28697 s/^ \('"$ac_word_re"'\)[ ]*\(.*\)/D["\1"]=" \2\\\\\\n"\\/p
28698 t cont
28700 :cont
28702 s/.\{148\}/&'"$ac_delim"'/g
28703 t clear
28704 :clear
28705 s/\\$//
28706 t bsnlc
28707 s/["\\]/\\&/g; s/^/"/; s/$/"/p
28709 :bsnlc
28710 s/["\\]/\\&/g; s/^/"/; s/$/\\\\\\n"\\/p
28711 b cont
28712 ' <confdefs.h | sed '
28713 s/'"$ac_delim"'/"\\\
28714 "/g' >>$CONFIG_STATUS || ac_write_fail=1
28716 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
28717 for (key in D) D_is_set[key] = 1
28718 FS = "\a"
28720 /^[\t ]*#[\t ]*(define|undef)[\t ]+$ac_word_re([\t (]|\$)/ {
28721 line = \$ 0
28722 split(line, arg, " ")
28723 if (arg[1] == "#") {
28724 defundef = arg[2]
28725 mac1 = arg[3]
28726 } else {
28727 defundef = substr(arg[1], 2)
28728 mac1 = arg[2]
28730 split(mac1, mac2, "(") #)
28731 macro = mac2[1]
28732 prefix = substr(line, 1, index(line, defundef) - 1)
28733 if (D_is_set[macro]) {
28734 # Preserve the white space surrounding the "#".
28735 print prefix "define", macro P[macro] D[macro]
28736 next
28737 } else {
28738 # Replace #undef with comments. This is necessary, for example,
28739 # in the case of _POSIX_SOURCE, which is predefined and required
28740 # on some systems where configure will not decide to define it.
28741 if (defundef == "undef") {
28742 print "/*", prefix defundef, macro, "*/"
28743 next
28747 { print }
28748 _ACAWK
28749 _ACEOF
28750 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
28751 { { $as_echo "$as_me:$LINENO: error: could not setup config headers machinery" >&5
28752 $as_echo "$as_me: error: could not setup config headers machinery" >&2;}
28753 { (exit 1); exit 1; }; }
28754 fi # test -n "$CONFIG_HEADERS"
28757 eval set X " :F $CONFIG_FILES :H $CONFIG_HEADERS :C $CONFIG_COMMANDS"
28758 shift
28759 for ac_tag
28761 case $ac_tag in
28762 :[FHLC]) ac_mode=$ac_tag; continue;;
28763 esac
28764 case $ac_mode$ac_tag in
28765 :[FHL]*:*);;
28766 :L* | :C*:*) { { $as_echo "$as_me:$LINENO: error: invalid tag $ac_tag" >&5
28767 $as_echo "$as_me: error: invalid tag $ac_tag" >&2;}
28768 { (exit 1); exit 1; }; };;
28769 :[FH]-) ac_tag=-:-;;
28770 :[FH]*) ac_tag=$ac_tag:$ac_tag.in;;
28771 esac
28772 ac_save_IFS=$IFS
28773 IFS=:
28774 set x $ac_tag
28775 IFS=$ac_save_IFS
28776 shift
28777 ac_file=$1
28778 shift
28780 case $ac_mode in
28781 :L) ac_source=$1;;
28782 :[FH])
28783 ac_file_inputs=
28784 for ac_f
28786 case $ac_f in
28787 -) ac_f="$tmp/stdin";;
28788 *) # Look for the file first in the build tree, then in the source tree
28789 # (if the path is not absolute). The absolute path cannot be DOS-style,
28790 # because $ac_f cannot contain `:'.
28791 test -f "$ac_f" ||
28792 case $ac_f in
28793 [\\/$]*) false;;
28794 *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";;
28795 esac ||
28796 { { $as_echo "$as_me:$LINENO: error: cannot find input file: $ac_f" >&5
28797 $as_echo "$as_me: error: cannot find input file: $ac_f" >&2;}
28798 { (exit 1); exit 1; }; };;
28799 esac
28800 case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
28801 ac_file_inputs="$ac_file_inputs '$ac_f'"
28802 done
28804 # Let's still pretend it is `configure' which instantiates (i.e., don't
28805 # use $as_me), people would be surprised to read:
28806 # /* config.h. Generated by config.status. */
28807 configure_input='Generated from '`
28808 $as_echo "$*" | sed 's|^[^:]*/||;s|:[^:]*/|, |g'
28809 `' by configure.'
28810 if test x"$ac_file" != x-; then
28811 configure_input="$ac_file. $configure_input"
28812 { $as_echo "$as_me:$LINENO: creating $ac_file" >&5
28813 $as_echo "$as_me: creating $ac_file" >&6;}
28815 # Neutralize special characters interpreted by sed in replacement strings.
28816 case $configure_input in #(
28817 *\&* | *\|* | *\\* )
28818 ac_sed_conf_input=`$as_echo "$configure_input" |
28819 sed 's/[\\\\&|]/\\\\&/g'`;; #(
28820 *) ac_sed_conf_input=$configure_input;;
28821 esac
28823 case $ac_tag in
28824 *:-:* | *:-) cat >"$tmp/stdin" \
28825 || { { $as_echo "$as_me:$LINENO: error: could not create $ac_file" >&5
28826 $as_echo "$as_me: error: could not create $ac_file" >&2;}
28827 { (exit 1); exit 1; }; } ;;
28828 esac
28830 esac
28832 ac_dir=`$as_dirname -- "$ac_file" ||
28833 $as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
28834 X"$ac_file" : 'X\(//\)[^/]' \| \
28835 X"$ac_file" : 'X\(//\)$' \| \
28836 X"$ac_file" : 'X\(/\)' \| . 2>/dev/null ||
28837 $as_echo X"$ac_file" |
28838 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
28839 s//\1/
28842 /^X\(\/\/\)[^/].*/{
28843 s//\1/
28846 /^X\(\/\/\)$/{
28847 s//\1/
28850 /^X\(\/\).*/{
28851 s//\1/
28854 s/.*/./; q'`
28855 { as_dir="$ac_dir"
28856 case $as_dir in #(
28857 -*) as_dir=./$as_dir;;
28858 esac
28859 test -d "$as_dir" || { $as_mkdir_p && mkdir -p "$as_dir"; } || {
28860 as_dirs=
28861 while :; do
28862 case $as_dir in #(
28863 *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
28864 *) as_qdir=$as_dir;;
28865 esac
28866 as_dirs="'$as_qdir' $as_dirs"
28867 as_dir=`$as_dirname -- "$as_dir" ||
28868 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
28869 X"$as_dir" : 'X\(//\)[^/]' \| \
28870 X"$as_dir" : 'X\(//\)$' \| \
28871 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
28872 $as_echo X"$as_dir" |
28873 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
28874 s//\1/
28877 /^X\(\/\/\)[^/].*/{
28878 s//\1/
28881 /^X\(\/\/\)$/{
28882 s//\1/
28885 /^X\(\/\).*/{
28886 s//\1/
28889 s/.*/./; q'`
28890 test -d "$as_dir" && break
28891 done
28892 test -z "$as_dirs" || eval "mkdir $as_dirs"
28893 } || test -d "$as_dir" || { { $as_echo "$as_me:$LINENO: error: cannot create directory $as_dir" >&5
28894 $as_echo "$as_me: error: cannot create directory $as_dir" >&2;}
28895 { (exit 1); exit 1; }; }; }
28896 ac_builddir=.
28898 case "$ac_dir" in
28899 .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
28901 ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
28902 # A ".." for each directory in $ac_dir_suffix.
28903 ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
28904 case $ac_top_builddir_sub in
28905 "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
28906 *) ac_top_build_prefix=$ac_top_builddir_sub/ ;;
28907 esac ;;
28908 esac
28909 ac_abs_top_builddir=$ac_pwd
28910 ac_abs_builddir=$ac_pwd$ac_dir_suffix
28911 # for backward compatibility:
28912 ac_top_builddir=$ac_top_build_prefix
28914 case $srcdir in
28915 .) # We are building in place.
28916 ac_srcdir=.
28917 ac_top_srcdir=$ac_top_builddir_sub
28918 ac_abs_top_srcdir=$ac_pwd ;;
28919 [\\/]* | ?:[\\/]* ) # Absolute name.
28920 ac_srcdir=$srcdir$ac_dir_suffix;
28921 ac_top_srcdir=$srcdir
28922 ac_abs_top_srcdir=$srcdir ;;
28923 *) # Relative name.
28924 ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
28925 ac_top_srcdir=$ac_top_build_prefix$srcdir
28926 ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
28927 esac
28928 ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
28931 case $ac_mode in
28934 # CONFIG_FILE
28937 case $INSTALL in
28938 [\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;;
28939 *) ac_INSTALL=$ac_top_build_prefix$INSTALL ;;
28940 esac
28941 _ACEOF
28943 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
28944 # If the template does not know about datarootdir, expand it.
28945 # FIXME: This hack should be removed a few years after 2.60.
28946 ac_datarootdir_hack=; ac_datarootdir_seen=
28948 ac_sed_dataroot='
28949 /datarootdir/ {
28953 /@datadir@/p
28954 /@docdir@/p
28955 /@infodir@/p
28956 /@localedir@/p
28957 /@mandir@/p
28959 case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in
28960 *datarootdir*) ac_datarootdir_seen=yes;;
28961 *@datadir@*|*@docdir@*|*@infodir@*|*@localedir@*|*@mandir@*)
28962 { $as_echo "$as_me:$LINENO: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5
28963 $as_echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;}
28964 _ACEOF
28965 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
28966 ac_datarootdir_hack='
28967 s&@datadir@&$datadir&g
28968 s&@docdir@&$docdir&g
28969 s&@infodir@&$infodir&g
28970 s&@localedir@&$localedir&g
28971 s&@mandir@&$mandir&g
28972 s&\\\${datarootdir}&$datarootdir&g' ;;
28973 esac
28974 _ACEOF
28976 # Neutralize VPATH when `$srcdir' = `.'.
28977 # Shell code in configure.ac might set extrasub.
28978 # FIXME: do we really want to maintain this feature?
28979 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
28980 ac_sed_extra="$ac_vpsub
28981 $extrasub
28982 _ACEOF
28983 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
28985 /@[a-zA-Z_][a-zA-Z_0-9]*@/!b
28986 s|@configure_input@|$ac_sed_conf_input|;t t
28987 s&@top_builddir@&$ac_top_builddir_sub&;t t
28988 s&@top_build_prefix@&$ac_top_build_prefix&;t t
28989 s&@srcdir@&$ac_srcdir&;t t
28990 s&@abs_srcdir@&$ac_abs_srcdir&;t t
28991 s&@top_srcdir@&$ac_top_srcdir&;t t
28992 s&@abs_top_srcdir@&$ac_abs_top_srcdir&;t t
28993 s&@builddir@&$ac_builddir&;t t
28994 s&@abs_builddir@&$ac_abs_builddir&;t t
28995 s&@abs_top_builddir@&$ac_abs_top_builddir&;t t
28996 s&@INSTALL@&$ac_INSTALL&;t t
28997 $ac_datarootdir_hack
28999 eval sed \"\$ac_sed_extra\" "$ac_file_inputs" |
29000 if $ac_cs_awk_getline; then
29001 $AWK -f "$tmp/subs.awk"
29002 else
29003 $AWK -f "$tmp/subs.awk" | $SHELL
29004 fi >$tmp/out \
29005 || { { $as_echo "$as_me:$LINENO: error: could not create $ac_file" >&5
29006 $as_echo "$as_me: error: could not create $ac_file" >&2;}
29007 { (exit 1); exit 1; }; }
29009 test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
29010 { ac_out=`sed -n '/\${datarootdir}/p' "$tmp/out"`; test -n "$ac_out"; } &&
29011 { ac_out=`sed -n '/^[ ]*datarootdir[ ]*:*=/p' "$tmp/out"`; test -z "$ac_out"; } &&
29012 { $as_echo "$as_me:$LINENO: WARNING: $ac_file contains a reference to the variable \`datarootdir'
29013 which seems to be undefined. Please make sure it is defined." >&5
29014 $as_echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir'
29015 which seems to be undefined. Please make sure it is defined." >&2;}
29017 rm -f "$tmp/stdin"
29018 case $ac_file in
29019 -) cat "$tmp/out" && rm -f "$tmp/out";;
29020 *) rm -f "$ac_file" && mv "$tmp/out" "$ac_file";;
29021 esac \
29022 || { { $as_echo "$as_me:$LINENO: error: could not create $ac_file" >&5
29023 $as_echo "$as_me: error: could not create $ac_file" >&2;}
29024 { (exit 1); exit 1; }; }
29028 # CONFIG_HEADER
29030 if test x"$ac_file" != x-; then
29032 $as_echo "/* $configure_input */" \
29033 && eval '$AWK -f "$tmp/defines.awk"' "$ac_file_inputs"
29034 } >"$tmp/config.h" \
29035 || { { $as_echo "$as_me:$LINENO: error: could not create $ac_file" >&5
29036 $as_echo "$as_me: error: could not create $ac_file" >&2;}
29037 { (exit 1); exit 1; }; }
29038 if diff "$ac_file" "$tmp/config.h" >/dev/null 2>&1; then
29039 { $as_echo "$as_me:$LINENO: $ac_file is unchanged" >&5
29040 $as_echo "$as_me: $ac_file is unchanged" >&6;}
29041 else
29042 rm -f "$ac_file"
29043 mv "$tmp/config.h" "$ac_file" \
29044 || { { $as_echo "$as_me:$LINENO: error: could not create $ac_file" >&5
29045 $as_echo "$as_me: error: could not create $ac_file" >&2;}
29046 { (exit 1); exit 1; }; }
29048 else
29049 $as_echo "/* $configure_input */" \
29050 && eval '$AWK -f "$tmp/defines.awk"' "$ac_file_inputs" \
29051 || { { $as_echo "$as_me:$LINENO: error: could not create -" >&5
29052 $as_echo "$as_me: error: could not create -" >&2;}
29053 { (exit 1); exit 1; }; }
29057 :C) { $as_echo "$as_me:$LINENO: executing $ac_file commands" >&5
29058 $as_echo "$as_me: executing $ac_file commands" >&6;}
29060 esac
29063 case $ac_file$ac_mode in
29064 "include/stamp-h":C) echo timestamp > include/stamp-h ;;
29065 "dlls/gdi32/enhmfdrv":C) test -d "dlls/gdi32/enhmfdrv" || ({ $as_echo "$as_me:$LINENO: creating dlls/gdi32/enhmfdrv" >&5
29066 $as_echo "$as_me: creating dlls/gdi32/enhmfdrv" >&6;} && mkdir "dlls/gdi32/enhmfdrv") ;;
29067 "dlls/gdi32/mfdrv":C) test -d "dlls/gdi32/mfdrv" || ({ $as_echo "$as_me:$LINENO: creating dlls/gdi32/mfdrv" >&5
29068 $as_echo "$as_me: creating dlls/gdi32/mfdrv" >&6;} && mkdir "dlls/gdi32/mfdrv") ;;
29069 "dlls/kernel32/nls":C) test -d "dlls/kernel32/nls" || ({ $as_echo "$as_me:$LINENO: creating dlls/kernel32/nls" >&5
29070 $as_echo "$as_me: creating dlls/kernel32/nls" >&6;} && mkdir "dlls/kernel32/nls") ;;
29071 "dlls/user32/resources":C) test -d "dlls/user32/resources" || ({ $as_echo "$as_me:$LINENO: creating dlls/user32/resources" >&5
29072 $as_echo "$as_me: creating dlls/user32/resources" >&6;} && mkdir "dlls/user32/resources") ;;
29073 "dlls/wineps.drv/data":C) test -d "dlls/wineps.drv/data" || ({ $as_echo "$as_me:$LINENO: creating dlls/wineps.drv/data" >&5
29074 $as_echo "$as_me: creating dlls/wineps.drv/data" >&6;} && mkdir "dlls/wineps.drv/data") ;;
29075 "include/wine":C) test -d "include/wine" || ({ $as_echo "$as_me:$LINENO: creating include/wine" >&5
29076 $as_echo "$as_me: creating include/wine" >&6;} && mkdir "include/wine") ;;
29078 esac
29079 done # for ac_tag
29082 { (exit 0); exit 0; }
29083 _ACEOF
29084 chmod +x $CONFIG_STATUS
29085 ac_clean_files=$ac_clean_files_save
29087 test $ac_write_fail = 0 ||
29088 { { $as_echo "$as_me:$LINENO: error: write failure creating $CONFIG_STATUS" >&5
29089 $as_echo "$as_me: error: write failure creating $CONFIG_STATUS" >&2;}
29090 { (exit 1); exit 1; }; }
29093 # configure is writing to config.log, and then calls config.status.
29094 # config.status does its own redirection, appending to config.log.
29095 # Unfortunately, on DOS this fails, as config.log is still kept open
29096 # by configure, so config.status won't be able to write to it; its
29097 # output is simply discarded. So we exec the FD to /dev/null,
29098 # effectively closing config.log, so it can be properly (re)opened and
29099 # appended to by config.status. When coming back to configure, we
29100 # need to make the FD available again.
29101 if test "$no_create" != yes; then
29102 ac_cs_success=:
29103 ac_config_status_args=
29104 test "$silent" = yes &&
29105 ac_config_status_args="$ac_config_status_args --quiet"
29106 exec 5>/dev/null
29107 $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success=false
29108 exec 5>>config.log
29109 # Use ||, not &&, to avoid exiting from the if with $? = 1, which
29110 # would make configure fail if this is the last instruction.
29111 $ac_cs_success || { (exit 1); exit 1; }
29113 if test -n "$ac_unrecognized_opts" && test "$enable_option_checking" != no; then
29114 { $as_echo "$as_me:$LINENO: WARNING: unrecognized options: $ac_unrecognized_opts" >&5
29115 $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2;}
29119 if test "$no_create" = "yes"
29120 then
29121 exit 0
29124 ac_save_IFS="$IFS"
29125 if test "x$wine_notices != "x; then
29126 echo >&6
29127 IFS="|"
29128 for msg in $wine_notices; do
29129 IFS="$ac_save_IFS"
29130 if test -n "$msg"; then
29131 { $as_echo "$as_me:$LINENO: $msg" >&5
29132 $as_echo "$as_me: $msg" >&6;}
29134 done
29136 IFS="|"
29137 for msg in $wine_warnings; do
29138 IFS="$ac_save_IFS"
29139 if test -n "$msg"; then
29140 echo >&2
29141 { $as_echo "$as_me:$LINENO: WARNING: $msg" >&5
29142 $as_echo "$as_me: WARNING: $msg" >&2;}
29144 done
29145 IFS="$ac_save_IFS"
29147 echo "
29148 $as_me: Finished. Do '${ac_make} depend && ${ac_make}' to compile Wine.
29149 " >&6