wldap32: Fix winldap_private header compatibility with 64-bit.
[wine/wine64.git] / configure
blob5b4c30cff21cadd52927793358107c84671f293a
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 ${notice_platform}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 ${notice_platform}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 ${notice_platform}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 ${notice_platform}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 ${notice_platform}development files not found. Fonts will not be built.
14909 Use the --without-freetype option if you really want this." >&5
14910 $as_echo "$as_me: error: FreeType ${notice_platform}development files not found. Fonts will not be built.
14911 Use the --without-freetype option if you really want this." >&2;}
14912 { (exit 1); exit 1; }; } ;;
14913 esac
14916 test "x$FREETYPELIBS" = "x" && enable_fonts=${enable_fonts:-no}
14918 { $as_echo "$as_me:$LINENO: checking for parport header/ppdev.h" >&5
14919 $as_echo_n "checking for parport header/ppdev.h... " >&6; }
14920 if test "${ac_cv_c_ppdev+set}" = set; then
14921 $as_echo_n "(cached) " >&6
14922 else
14923 cat >conftest.$ac_ext <<_ACEOF
14924 /* confdefs.h. */
14925 _ACEOF
14926 cat confdefs.h >>conftest.$ac_ext
14927 cat >>conftest.$ac_ext <<_ACEOF
14928 /* end confdefs.h. */
14929 #include <linux/ppdev.h>
14931 main ()
14933 ioctl (1,PPCLAIM,0)
14935 return 0;
14937 _ACEOF
14938 rm -f conftest.$ac_objext
14939 if { (ac_try="$ac_compile"
14940 case "(($ac_try" in
14941 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14942 *) ac_try_echo=$ac_try;;
14943 esac
14944 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
14945 $as_echo "$ac_try_echo") >&5
14946 (eval "$ac_compile") 2>conftest.er1
14947 ac_status=$?
14948 grep -v '^ *+' conftest.er1 >conftest.err
14949 rm -f conftest.er1
14950 cat conftest.err >&5
14951 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
14952 (exit $ac_status); } && {
14953 test -z "$ac_c_werror_flag" ||
14954 test ! -s conftest.err
14955 } && test -s conftest.$ac_objext; then
14956 ac_cv_c_ppdev="yes"
14957 else
14958 $as_echo "$as_me: failed program was:" >&5
14959 sed 's/^/| /' conftest.$ac_ext >&5
14961 ac_cv_c_ppdev="no"
14964 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14966 { $as_echo "$as_me:$LINENO: result: $ac_cv_c_ppdev" >&5
14967 $as_echo "$ac_cv_c_ppdev" >&6; }
14968 if test "$ac_cv_c_ppdev" = "yes"
14969 then
14971 cat >>confdefs.h <<\_ACEOF
14972 #define HAVE_PPDEV 1
14973 _ACEOF
14977 { $as_echo "$as_me:$LINENO: checking for va_copy" >&5
14978 $as_echo_n "checking for va_copy... " >&6; }
14979 if test "${ac_cv_c_va_copy+set}" = set; then
14980 $as_echo_n "(cached) " >&6
14981 else
14982 cat >conftest.$ac_ext <<_ACEOF
14983 /* confdefs.h. */
14984 _ACEOF
14985 cat confdefs.h >>conftest.$ac_ext
14986 cat >>conftest.$ac_ext <<_ACEOF
14987 /* end confdefs.h. */
14988 #include <stdarg.h>
14990 main ()
14992 va_list ap1, ap2; va_copy(ap1,ap2);
14994 return 0;
14996 _ACEOF
14997 rm -f conftest.$ac_objext conftest$ac_exeext
14998 if { (ac_try="$ac_link"
14999 case "(($ac_try" in
15000 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15001 *) ac_try_echo=$ac_try;;
15002 esac
15003 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
15004 $as_echo "$ac_try_echo") >&5
15005 (eval "$ac_link") 2>conftest.er1
15006 ac_status=$?
15007 grep -v '^ *+' conftest.er1 >conftest.err
15008 rm -f conftest.er1
15009 cat conftest.err >&5
15010 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
15011 (exit $ac_status); } && {
15012 test -z "$ac_c_werror_flag" ||
15013 test ! -s conftest.err
15014 } && test -s conftest$ac_exeext && {
15015 test "$cross_compiling" = yes ||
15016 $as_test_x conftest$ac_exeext
15017 }; then
15018 ac_cv_c_va_copy="yes"
15019 else
15020 $as_echo "$as_me: failed program was:" >&5
15021 sed 's/^/| /' conftest.$ac_ext >&5
15023 ac_cv_c_va_copy="no"
15026 rm -rf conftest.dSYM
15027 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
15028 conftest$ac_exeext conftest.$ac_ext
15031 { $as_echo "$as_me:$LINENO: result: $ac_cv_c_va_copy" >&5
15032 $as_echo "$ac_cv_c_va_copy" >&6; }
15033 if test "$ac_cv_c_va_copy" = "yes"
15034 then
15036 cat >>confdefs.h <<\_ACEOF
15037 #define HAVE_VA_COPY 1
15038 _ACEOF
15041 { $as_echo "$as_me:$LINENO: checking for __va_copy" >&5
15042 $as_echo_n "checking for __va_copy... " >&6; }
15043 if test "${ac_cv_c___va_copy+set}" = set; then
15044 $as_echo_n "(cached) " >&6
15045 else
15046 cat >conftest.$ac_ext <<_ACEOF
15047 /* confdefs.h. */
15048 _ACEOF
15049 cat confdefs.h >>conftest.$ac_ext
15050 cat >>conftest.$ac_ext <<_ACEOF
15051 /* end confdefs.h. */
15052 #include <stdarg.h>
15054 main ()
15056 va_list ap1, ap2; __va_copy(ap1,ap2);
15058 return 0;
15060 _ACEOF
15061 rm -f conftest.$ac_objext conftest$ac_exeext
15062 if { (ac_try="$ac_link"
15063 case "(($ac_try" in
15064 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15065 *) ac_try_echo=$ac_try;;
15066 esac
15067 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
15068 $as_echo "$ac_try_echo") >&5
15069 (eval "$ac_link") 2>conftest.er1
15070 ac_status=$?
15071 grep -v '^ *+' conftest.er1 >conftest.err
15072 rm -f conftest.er1
15073 cat conftest.err >&5
15074 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
15075 (exit $ac_status); } && {
15076 test -z "$ac_c_werror_flag" ||
15077 test ! -s conftest.err
15078 } && test -s conftest$ac_exeext && {
15079 test "$cross_compiling" = yes ||
15080 $as_test_x conftest$ac_exeext
15081 }; then
15082 ac_cv_c___va_copy="yes"
15083 else
15084 $as_echo "$as_me: failed program was:" >&5
15085 sed 's/^/| /' conftest.$ac_ext >&5
15087 ac_cv_c___va_copy="no"
15090 rm -rf conftest.dSYM
15091 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
15092 conftest$ac_exeext conftest.$ac_ext
15095 { $as_echo "$as_me:$LINENO: result: $ac_cv_c___va_copy" >&5
15096 $as_echo "$ac_cv_c___va_copy" >&6; }
15097 if test "$ac_cv_c___va_copy" = "yes"
15098 then
15100 cat >>confdefs.h <<\_ACEOF
15101 #define HAVE___VA_COPY 1
15102 _ACEOF
15106 { $as_echo "$as_me:$LINENO: checking for pthread_rwlock_t" >&5
15107 $as_echo_n "checking for pthread_rwlock_t... " >&6; }
15108 if test "${ac_cv_type_pthread_rwlock_t+set}" = set; then
15109 $as_echo_n "(cached) " >&6
15110 else
15111 ac_cv_type_pthread_rwlock_t=no
15112 cat >conftest.$ac_ext <<_ACEOF
15113 /* confdefs.h. */
15114 _ACEOF
15115 cat confdefs.h >>conftest.$ac_ext
15116 cat >>conftest.$ac_ext <<_ACEOF
15117 /* end confdefs.h. */
15118 #define _GNU_SOURCE
15119 #include <pthread.h>
15122 main ()
15124 if (sizeof (pthread_rwlock_t))
15125 return 0;
15127 return 0;
15129 _ACEOF
15130 rm -f conftest.$ac_objext
15131 if { (ac_try="$ac_compile"
15132 case "(($ac_try" in
15133 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15134 *) ac_try_echo=$ac_try;;
15135 esac
15136 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
15137 $as_echo "$ac_try_echo") >&5
15138 (eval "$ac_compile") 2>conftest.er1
15139 ac_status=$?
15140 grep -v '^ *+' conftest.er1 >conftest.err
15141 rm -f conftest.er1
15142 cat conftest.err >&5
15143 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
15144 (exit $ac_status); } && {
15145 test -z "$ac_c_werror_flag" ||
15146 test ! -s conftest.err
15147 } && test -s conftest.$ac_objext; then
15148 cat >conftest.$ac_ext <<_ACEOF
15149 /* confdefs.h. */
15150 _ACEOF
15151 cat confdefs.h >>conftest.$ac_ext
15152 cat >>conftest.$ac_ext <<_ACEOF
15153 /* end confdefs.h. */
15154 #define _GNU_SOURCE
15155 #include <pthread.h>
15158 main ()
15160 if (sizeof ((pthread_rwlock_t)))
15161 return 0;
15163 return 0;
15165 _ACEOF
15166 rm -f conftest.$ac_objext
15167 if { (ac_try="$ac_compile"
15168 case "(($ac_try" in
15169 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15170 *) ac_try_echo=$ac_try;;
15171 esac
15172 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
15173 $as_echo "$ac_try_echo") >&5
15174 (eval "$ac_compile") 2>conftest.er1
15175 ac_status=$?
15176 grep -v '^ *+' conftest.er1 >conftest.err
15177 rm -f conftest.er1
15178 cat conftest.err >&5
15179 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
15180 (exit $ac_status); } && {
15181 test -z "$ac_c_werror_flag" ||
15182 test ! -s conftest.err
15183 } && test -s conftest.$ac_objext; then
15185 else
15186 $as_echo "$as_me: failed program was:" >&5
15187 sed 's/^/| /' conftest.$ac_ext >&5
15189 ac_cv_type_pthread_rwlock_t=yes
15192 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
15193 else
15194 $as_echo "$as_me: failed program was:" >&5
15195 sed 's/^/| /' conftest.$ac_ext >&5
15200 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
15202 { $as_echo "$as_me:$LINENO: result: $ac_cv_type_pthread_rwlock_t" >&5
15203 $as_echo "$ac_cv_type_pthread_rwlock_t" >&6; }
15204 if test "x$ac_cv_type_pthread_rwlock_t" = x""yes; then
15206 cat >>confdefs.h <<_ACEOF
15207 #define HAVE_PTHREAD_RWLOCK_T 1
15208 _ACEOF
15212 { $as_echo "$as_me:$LINENO: checking for pthread_rwlockattr_t" >&5
15213 $as_echo_n "checking for pthread_rwlockattr_t... " >&6; }
15214 if test "${ac_cv_type_pthread_rwlockattr_t+set}" = set; then
15215 $as_echo_n "(cached) " >&6
15216 else
15217 ac_cv_type_pthread_rwlockattr_t=no
15218 cat >conftest.$ac_ext <<_ACEOF
15219 /* confdefs.h. */
15220 _ACEOF
15221 cat confdefs.h >>conftest.$ac_ext
15222 cat >>conftest.$ac_ext <<_ACEOF
15223 /* end confdefs.h. */
15224 #define _GNU_SOURCE
15225 #include <pthread.h>
15228 main ()
15230 if (sizeof (pthread_rwlockattr_t))
15231 return 0;
15233 return 0;
15235 _ACEOF
15236 rm -f conftest.$ac_objext
15237 if { (ac_try="$ac_compile"
15238 case "(($ac_try" in
15239 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15240 *) ac_try_echo=$ac_try;;
15241 esac
15242 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
15243 $as_echo "$ac_try_echo") >&5
15244 (eval "$ac_compile") 2>conftest.er1
15245 ac_status=$?
15246 grep -v '^ *+' conftest.er1 >conftest.err
15247 rm -f conftest.er1
15248 cat conftest.err >&5
15249 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
15250 (exit $ac_status); } && {
15251 test -z "$ac_c_werror_flag" ||
15252 test ! -s conftest.err
15253 } && test -s conftest.$ac_objext; then
15254 cat >conftest.$ac_ext <<_ACEOF
15255 /* confdefs.h. */
15256 _ACEOF
15257 cat confdefs.h >>conftest.$ac_ext
15258 cat >>conftest.$ac_ext <<_ACEOF
15259 /* end confdefs.h. */
15260 #define _GNU_SOURCE
15261 #include <pthread.h>
15264 main ()
15266 if (sizeof ((pthread_rwlockattr_t)))
15267 return 0;
15269 return 0;
15271 _ACEOF
15272 rm -f conftest.$ac_objext
15273 if { (ac_try="$ac_compile"
15274 case "(($ac_try" in
15275 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15276 *) ac_try_echo=$ac_try;;
15277 esac
15278 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
15279 $as_echo "$ac_try_echo") >&5
15280 (eval "$ac_compile") 2>conftest.er1
15281 ac_status=$?
15282 grep -v '^ *+' conftest.er1 >conftest.err
15283 rm -f conftest.er1
15284 cat conftest.err >&5
15285 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
15286 (exit $ac_status); } && {
15287 test -z "$ac_c_werror_flag" ||
15288 test ! -s conftest.err
15289 } && test -s conftest.$ac_objext; then
15291 else
15292 $as_echo "$as_me: failed program was:" >&5
15293 sed 's/^/| /' conftest.$ac_ext >&5
15295 ac_cv_type_pthread_rwlockattr_t=yes
15298 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
15299 else
15300 $as_echo "$as_me: failed program was:" >&5
15301 sed 's/^/| /' conftest.$ac_ext >&5
15306 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
15308 { $as_echo "$as_me:$LINENO: result: $ac_cv_type_pthread_rwlockattr_t" >&5
15309 $as_echo "$ac_cv_type_pthread_rwlockattr_t" >&6; }
15310 if test "x$ac_cv_type_pthread_rwlockattr_t" = x""yes; then
15312 cat >>confdefs.h <<_ACEOF
15313 #define HAVE_PTHREAD_RWLOCKATTR_T 1
15314 _ACEOF
15320 ac_wine_check_funcs_save_LIBS="$LIBS"
15321 LIBS="$LIBS $LIBPTHREAD"
15326 for ac_func in \
15327 pthread_attr_get_np \
15328 pthread_getattr_np \
15329 pthread_get_stackaddr_np \
15330 pthread_get_stacksize_np
15332 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
15333 { $as_echo "$as_me:$LINENO: checking for $ac_func" >&5
15334 $as_echo_n "checking for $ac_func... " >&6; }
15335 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
15336 $as_echo_n "(cached) " >&6
15337 else
15338 cat >conftest.$ac_ext <<_ACEOF
15339 /* confdefs.h. */
15340 _ACEOF
15341 cat confdefs.h >>conftest.$ac_ext
15342 cat >>conftest.$ac_ext <<_ACEOF
15343 /* end confdefs.h. */
15344 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
15345 For example, HP-UX 11i <limits.h> declares gettimeofday. */
15346 #define $ac_func innocuous_$ac_func
15348 /* System header to define __stub macros and hopefully few prototypes,
15349 which can conflict with char $ac_func (); below.
15350 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
15351 <limits.h> exists even on freestanding compilers. */
15353 #ifdef __STDC__
15354 # include <limits.h>
15355 #else
15356 # include <assert.h>
15357 #endif
15359 #undef $ac_func
15361 /* Override any GCC internal prototype to avoid an error.
15362 Use char because int might match the return type of a GCC
15363 builtin and then its argument prototype would still apply. */
15364 #ifdef __cplusplus
15365 extern "C"
15366 #endif
15367 char $ac_func ();
15368 /* The GNU C library defines this for functions which it implements
15369 to always fail with ENOSYS. Some functions are actually named
15370 something starting with __ and the normal name is an alias. */
15371 #if defined __stub_$ac_func || defined __stub___$ac_func
15372 choke me
15373 #endif
15376 main ()
15378 return $ac_func ();
15380 return 0;
15382 _ACEOF
15383 rm -f conftest.$ac_objext conftest$ac_exeext
15384 if { (ac_try="$ac_link"
15385 case "(($ac_try" in
15386 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15387 *) ac_try_echo=$ac_try;;
15388 esac
15389 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
15390 $as_echo "$ac_try_echo") >&5
15391 (eval "$ac_link") 2>conftest.er1
15392 ac_status=$?
15393 grep -v '^ *+' conftest.er1 >conftest.err
15394 rm -f conftest.er1
15395 cat conftest.err >&5
15396 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
15397 (exit $ac_status); } && {
15398 test -z "$ac_c_werror_flag" ||
15399 test ! -s conftest.err
15400 } && test -s conftest$ac_exeext && {
15401 test "$cross_compiling" = yes ||
15402 $as_test_x conftest$ac_exeext
15403 }; then
15404 eval "$as_ac_var=yes"
15405 else
15406 $as_echo "$as_me: failed program was:" >&5
15407 sed 's/^/| /' conftest.$ac_ext >&5
15409 eval "$as_ac_var=no"
15412 rm -rf conftest.dSYM
15413 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
15414 conftest$ac_exeext conftest.$ac_ext
15416 ac_res=`eval 'as_val=${'$as_ac_var'}
15417 $as_echo "$as_val"'`
15418 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
15419 $as_echo "$ac_res" >&6; }
15420 as_val=`eval 'as_val=${'$as_ac_var'}
15421 $as_echo "$as_val"'`
15422 if test "x$as_val" = x""yes; then
15423 cat >>confdefs.h <<_ACEOF
15424 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
15425 _ACEOF
15428 done
15430 LIBS="$ac_wine_check_funcs_save_LIBS"
15432 # Extract the first word of "esd-config", so it can be a program name with args.
15433 set dummy esd-config; ac_word=$2
15434 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
15435 $as_echo_n "checking for $ac_word... " >&6; }
15436 if test "${ac_cv_path_ESDCONFIG+set}" = set; then
15437 $as_echo_n "(cached) " >&6
15438 else
15439 case $ESDCONFIG in
15440 [\\/]* | ?:[\\/]*)
15441 ac_cv_path_ESDCONFIG="$ESDCONFIG" # Let the user override the test with a path.
15444 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
15445 for as_dir in $PATH
15447 IFS=$as_save_IFS
15448 test -z "$as_dir" && as_dir=.
15449 for ac_exec_ext in '' $ac_executable_extensions; do
15450 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
15451 ac_cv_path_ESDCONFIG="$as_dir/$ac_word$ac_exec_ext"
15452 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
15453 break 2
15455 done
15456 done
15457 IFS=$as_save_IFS
15460 esac
15462 ESDCONFIG=$ac_cv_path_ESDCONFIG
15463 if test -n "$ESDCONFIG"; then
15464 { $as_echo "$as_me:$LINENO: result: $ESDCONFIG" >&5
15465 $as_echo "$ESDCONFIG" >&6; }
15466 else
15467 { $as_echo "$as_me:$LINENO: result: no" >&5
15468 $as_echo "no" >&6; }
15472 if test "x$with_esd" != xno -a "x$ESDCONFIG" != x -a "x$ESDCONFIG" != x'"$ESDCONFIG"';
15473 then
15474 ac_esd_incl=""
15475 for i in `$ESDCONFIG --cflags`
15477 case "$i" in
15478 -I*) ac_esd_incl="$ac_esd_incl $i";;
15479 esac
15480 done
15481 ac_esd_libs=`$ESDCONFIG --libs`
15482 save_CFLAGS="$CFLAGS"
15483 CFLAGS="$CFLAGS $ac_esd_incl"
15484 { $as_echo "$as_me:$LINENO: checking for esd_open_sound in -lesd" >&5
15485 $as_echo_n "checking for esd_open_sound in -lesd... " >&6; }
15486 if test "${ac_cv_lib_esd_esd_open_sound+set}" = set; then
15487 $as_echo_n "(cached) " >&6
15488 else
15489 ac_check_lib_save_LIBS=$LIBS
15490 LIBS="-lesd $ac_esd_libs $LIBS"
15491 cat >conftest.$ac_ext <<_ACEOF
15492 /* confdefs.h. */
15493 _ACEOF
15494 cat confdefs.h >>conftest.$ac_ext
15495 cat >>conftest.$ac_ext <<_ACEOF
15496 /* end confdefs.h. */
15498 /* Override any GCC internal prototype to avoid an error.
15499 Use char because int might match the return type of a GCC
15500 builtin and then its argument prototype would still apply. */
15501 #ifdef __cplusplus
15502 extern "C"
15503 #endif
15504 char esd_open_sound ();
15506 main ()
15508 return esd_open_sound ();
15510 return 0;
15512 _ACEOF
15513 rm -f conftest.$ac_objext conftest$ac_exeext
15514 if { (ac_try="$ac_link"
15515 case "(($ac_try" in
15516 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15517 *) ac_try_echo=$ac_try;;
15518 esac
15519 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
15520 $as_echo "$ac_try_echo") >&5
15521 (eval "$ac_link") 2>conftest.er1
15522 ac_status=$?
15523 grep -v '^ *+' conftest.er1 >conftest.err
15524 rm -f conftest.er1
15525 cat conftest.err >&5
15526 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
15527 (exit $ac_status); } && {
15528 test -z "$ac_c_werror_flag" ||
15529 test ! -s conftest.err
15530 } && test -s conftest$ac_exeext && {
15531 test "$cross_compiling" = yes ||
15532 $as_test_x conftest$ac_exeext
15533 }; then
15534 ac_cv_lib_esd_esd_open_sound=yes
15535 else
15536 $as_echo "$as_me: failed program was:" >&5
15537 sed 's/^/| /' conftest.$ac_ext >&5
15539 ac_cv_lib_esd_esd_open_sound=no
15542 rm -rf conftest.dSYM
15543 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
15544 conftest$ac_exeext conftest.$ac_ext
15545 LIBS=$ac_check_lib_save_LIBS
15547 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_esd_esd_open_sound" >&5
15548 $as_echo "$ac_cv_lib_esd_esd_open_sound" >&6; }
15549 if test "x$ac_cv_lib_esd_esd_open_sound" = x""yes; then
15550 ESDINCL="$ac_esd_incl"
15552 ESDLIBS="$ac_esd_libs"
15555 cat >>confdefs.h <<\_ACEOF
15556 #define HAVE_ESD 1
15557 _ACEOF
15561 CFLAGS="$save_CFLAGS"
15564 ALSALIBS=""
15566 if test "$ac_cv_header_sys_asoundlib_h" = "yes" -o "$ac_cv_header_alsa_asoundlib_h" = "yes"
15567 then
15568 { $as_echo "$as_me:$LINENO: checking for snd_pcm_hw_params_get_access in -lasound" >&5
15569 $as_echo_n "checking for snd_pcm_hw_params_get_access in -lasound... " >&6; }
15570 if test "${ac_cv_lib_asound_snd_pcm_hw_params_get_access+set}" = set; then
15571 $as_echo_n "(cached) " >&6
15572 else
15573 ac_check_lib_save_LIBS=$LIBS
15574 LIBS="-lasound $LIBS"
15575 cat >conftest.$ac_ext <<_ACEOF
15576 /* confdefs.h. */
15577 _ACEOF
15578 cat confdefs.h >>conftest.$ac_ext
15579 cat >>conftest.$ac_ext <<_ACEOF
15580 /* end confdefs.h. */
15582 /* Override any GCC internal prototype to avoid an error.
15583 Use char because int might match the return type of a GCC
15584 builtin and then its argument prototype would still apply. */
15585 #ifdef __cplusplus
15586 extern "C"
15587 #endif
15588 char snd_pcm_hw_params_get_access ();
15590 main ()
15592 return snd_pcm_hw_params_get_access ();
15594 return 0;
15596 _ACEOF
15597 rm -f conftest.$ac_objext conftest$ac_exeext
15598 if { (ac_try="$ac_link"
15599 case "(($ac_try" in
15600 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15601 *) ac_try_echo=$ac_try;;
15602 esac
15603 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
15604 $as_echo "$ac_try_echo") >&5
15605 (eval "$ac_link") 2>conftest.er1
15606 ac_status=$?
15607 grep -v '^ *+' conftest.er1 >conftest.err
15608 rm -f conftest.er1
15609 cat conftest.err >&5
15610 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
15611 (exit $ac_status); } && {
15612 test -z "$ac_c_werror_flag" ||
15613 test ! -s conftest.err
15614 } && test -s conftest$ac_exeext && {
15615 test "$cross_compiling" = yes ||
15616 $as_test_x conftest$ac_exeext
15617 }; then
15618 ac_cv_lib_asound_snd_pcm_hw_params_get_access=yes
15619 else
15620 $as_echo "$as_me: failed program was:" >&5
15621 sed 's/^/| /' conftest.$ac_ext >&5
15623 ac_cv_lib_asound_snd_pcm_hw_params_get_access=no
15626 rm -rf conftest.dSYM
15627 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
15628 conftest$ac_exeext conftest.$ac_ext
15629 LIBS=$ac_check_lib_save_LIBS
15631 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_asound_snd_pcm_hw_params_get_access" >&5
15632 $as_echo "$ac_cv_lib_asound_snd_pcm_hw_params_get_access" >&6; }
15633 if test "x$ac_cv_lib_asound_snd_pcm_hw_params_get_access" = x""yes; then
15634 cat >conftest.$ac_ext <<_ACEOF
15635 /* confdefs.h. */
15636 _ACEOF
15637 cat confdefs.h >>conftest.$ac_ext
15638 cat >>conftest.$ac_ext <<_ACEOF
15639 /* end confdefs.h. */
15640 #ifdef HAVE_ALSA_ASOUNDLIB_H
15641 #include <alsa/asoundlib.h>
15642 #elif defined(HAVE_SYS_ASOUNDLIB_H)
15643 #include <sys/asoundlib.h>
15644 #endif
15646 main ()
15648 int ret = snd_pcm_hw_params_get_access(NULL, NULL)
15650 return 0;
15652 _ACEOF
15653 rm -f conftest.$ac_objext
15654 if { (ac_try="$ac_compile"
15655 case "(($ac_try" in
15656 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15657 *) ac_try_echo=$ac_try;;
15658 esac
15659 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
15660 $as_echo "$ac_try_echo") >&5
15661 (eval "$ac_compile") 2>conftest.er1
15662 ac_status=$?
15663 grep -v '^ *+' conftest.er1 >conftest.err
15664 rm -f conftest.er1
15665 cat conftest.err >&5
15666 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
15667 (exit $ac_status); } && {
15668 test -z "$ac_c_werror_flag" ||
15669 test ! -s conftest.err
15670 } && test -s conftest.$ac_objext; then
15672 cat >>confdefs.h <<\_ACEOF
15673 #define HAVE_ALSA 1
15674 _ACEOF
15676 ALSALIBS="-lasound"
15677 else
15678 $as_echo "$as_me: failed program was:" >&5
15679 sed 's/^/| /' conftest.$ac_ext >&5
15684 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
15689 AUDIOIOLIBS=""
15691 if test "$ac_cv_header_libaudioio_h" = "yes"
15692 then
15693 { $as_echo "$as_me:$LINENO: checking for AudioIOGetVersion in -laudioio" >&5
15694 $as_echo_n "checking for AudioIOGetVersion in -laudioio... " >&6; }
15695 if test "${ac_cv_lib_audioio_AudioIOGetVersion+set}" = set; then
15696 $as_echo_n "(cached) " >&6
15697 else
15698 ac_check_lib_save_LIBS=$LIBS
15699 LIBS="-laudioio $LIBS"
15700 cat >conftest.$ac_ext <<_ACEOF
15701 /* confdefs.h. */
15702 _ACEOF
15703 cat confdefs.h >>conftest.$ac_ext
15704 cat >>conftest.$ac_ext <<_ACEOF
15705 /* end confdefs.h. */
15707 /* Override any GCC internal prototype to avoid an error.
15708 Use char because int might match the return type of a GCC
15709 builtin and then its argument prototype would still apply. */
15710 #ifdef __cplusplus
15711 extern "C"
15712 #endif
15713 char AudioIOGetVersion ();
15715 main ()
15717 return AudioIOGetVersion ();
15719 return 0;
15721 _ACEOF
15722 rm -f conftest.$ac_objext conftest$ac_exeext
15723 if { (ac_try="$ac_link"
15724 case "(($ac_try" in
15725 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15726 *) ac_try_echo=$ac_try;;
15727 esac
15728 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
15729 $as_echo "$ac_try_echo") >&5
15730 (eval "$ac_link") 2>conftest.er1
15731 ac_status=$?
15732 grep -v '^ *+' conftest.er1 >conftest.err
15733 rm -f conftest.er1
15734 cat conftest.err >&5
15735 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
15736 (exit $ac_status); } && {
15737 test -z "$ac_c_werror_flag" ||
15738 test ! -s conftest.err
15739 } && test -s conftest$ac_exeext && {
15740 test "$cross_compiling" = yes ||
15741 $as_test_x conftest$ac_exeext
15742 }; then
15743 ac_cv_lib_audioio_AudioIOGetVersion=yes
15744 else
15745 $as_echo "$as_me: failed program was:" >&5
15746 sed 's/^/| /' conftest.$ac_ext >&5
15748 ac_cv_lib_audioio_AudioIOGetVersion=no
15751 rm -rf conftest.dSYM
15752 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
15753 conftest$ac_exeext conftest.$ac_ext
15754 LIBS=$ac_check_lib_save_LIBS
15756 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_audioio_AudioIOGetVersion" >&5
15757 $as_echo "$ac_cv_lib_audioio_AudioIOGetVersion" >&6; }
15758 if test "x$ac_cv_lib_audioio_AudioIOGetVersion" = x""yes; then
15759 AUDIOIOLIBS="-laudioio"
15761 cat >>confdefs.h <<\_ACEOF
15762 #define HAVE_LIBAUDIOIO 1
15763 _ACEOF
15770 if test "$ac_cv_header_capi20_h" = "yes" -a "$ac_cv_header_linux_capi_h" = "yes"
15771 then
15772 { $as_echo "$as_me:$LINENO: checking for -lcapi20" >&5
15773 $as_echo_n "checking for -lcapi20... " >&6; }
15774 if test "${ac_cv_lib_soname_capi20+set}" = set; then
15775 $as_echo_n "(cached) " >&6
15776 else
15777 ac_check_soname_save_LIBS=$LIBS
15778 LIBS="-lcapi20 $LIBS"
15779 cat >conftest.$ac_ext <<_ACEOF
15780 /* confdefs.h. */
15781 _ACEOF
15782 cat confdefs.h >>conftest.$ac_ext
15783 cat >>conftest.$ac_ext <<_ACEOF
15784 /* end confdefs.h. */
15786 /* Override any GCC internal prototype to avoid an error.
15787 Use char because int might match the return type of a GCC
15788 builtin and then its argument prototype would still apply. */
15789 #ifdef __cplusplus
15790 extern "C"
15791 #endif
15792 char capi20_register ();
15794 main ()
15796 return capi20_register ();
15798 return 0;
15800 _ACEOF
15801 rm -f conftest.$ac_objext conftest$ac_exeext
15802 if { (ac_try="$ac_link"
15803 case "(($ac_try" in
15804 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15805 *) ac_try_echo=$ac_try;;
15806 esac
15807 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
15808 $as_echo "$ac_try_echo") >&5
15809 (eval "$ac_link") 2>conftest.er1
15810 ac_status=$?
15811 grep -v '^ *+' conftest.er1 >conftest.err
15812 rm -f conftest.er1
15813 cat conftest.err >&5
15814 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
15815 (exit $ac_status); } && {
15816 test -z "$ac_c_werror_flag" ||
15817 test ! -s conftest.err
15818 } && test -s conftest$ac_exeext && {
15819 test "$cross_compiling" = yes ||
15820 $as_test_x conftest$ac_exeext
15821 }; then
15822 case "$LIBEXT" in
15823 dll) ;;
15824 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'` ;;
15825 *) ac_cv_lib_soname_capi20=`$ac_cv_path_LDD conftest$ac_exeext | grep "libcapi20\\.$LIBEXT" | sed -e "s/^.*\(libcapi20\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
15826 esac
15827 else
15828 $as_echo "$as_me: failed program was:" >&5
15829 sed 's/^/| /' conftest.$ac_ext >&5
15834 rm -rf conftest.dSYM
15835 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
15836 conftest$ac_exeext conftest.$ac_ext
15837 LIBS=$ac_check_soname_save_LIBS
15839 if test "x$ac_cv_lib_soname_capi20" = "x"; then
15840 { $as_echo "$as_me:$LINENO: result: not found" >&5
15841 $as_echo "not found" >&6; }
15843 else
15844 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_capi20" >&5
15845 $as_echo "$ac_cv_lib_soname_capi20" >&6; }
15847 cat >>confdefs.h <<_ACEOF
15848 #define SONAME_LIBCAPI20 "$ac_cv_lib_soname_capi20"
15849 _ACEOF
15855 if test "x$ac_cv_lib_soname_capi20" = "x"; then
15856 case "x$with_capi" in
15857 x) wine_notices="$wine_notices|libcapi20 ${notice_platform}development files not found, ISDN won't be supported." ;;
15858 xno) ;;
15859 *) { { $as_echo "$as_me:$LINENO: error: libcapi20 ${notice_platform}development files not found, ISDN won't be supported.
15860 This is an error since --with-capi was requested." >&5
15861 $as_echo "$as_me: error: libcapi20 ${notice_platform}development files not found, ISDN won't be supported.
15862 This is an error since --with-capi was requested." >&2;}
15863 { (exit 1); exit 1; }; } ;;
15864 esac
15868 CUPSINCL=""
15870 if test "x$with_cups" != "xno"
15871 then
15872 ac_save_CPPFLAGS="$CPPFLAGS"
15873 ac_cups_cflags=`cups-config --cflags 2>/dev/null`
15874 ac_cups_libs=`cups-config --ldflags 2>/dev/null`
15875 CPPFLAGS="$CPPFLAGS $ac_cups_cflags"
15877 for ac_header in cups/cups.h
15879 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
15880 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
15881 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
15882 $as_echo_n "checking for $ac_header... " >&6; }
15883 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
15884 $as_echo_n "(cached) " >&6
15886 ac_res=`eval 'as_val=${'$as_ac_Header'}
15887 $as_echo "$as_val"'`
15888 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
15889 $as_echo "$ac_res" >&6; }
15890 else
15891 # Is the header compilable?
15892 { $as_echo "$as_me:$LINENO: checking $ac_header usability" >&5
15893 $as_echo_n "checking $ac_header usability... " >&6; }
15894 cat >conftest.$ac_ext <<_ACEOF
15895 /* confdefs.h. */
15896 _ACEOF
15897 cat confdefs.h >>conftest.$ac_ext
15898 cat >>conftest.$ac_ext <<_ACEOF
15899 /* end confdefs.h. */
15900 $ac_includes_default
15901 #include <$ac_header>
15902 _ACEOF
15903 rm -f conftest.$ac_objext
15904 if { (ac_try="$ac_compile"
15905 case "(($ac_try" in
15906 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15907 *) ac_try_echo=$ac_try;;
15908 esac
15909 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
15910 $as_echo "$ac_try_echo") >&5
15911 (eval "$ac_compile") 2>conftest.er1
15912 ac_status=$?
15913 grep -v '^ *+' conftest.er1 >conftest.err
15914 rm -f conftest.er1
15915 cat conftest.err >&5
15916 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
15917 (exit $ac_status); } && {
15918 test -z "$ac_c_werror_flag" ||
15919 test ! -s conftest.err
15920 } && test -s conftest.$ac_objext; then
15921 ac_header_compiler=yes
15922 else
15923 $as_echo "$as_me: failed program was:" >&5
15924 sed 's/^/| /' conftest.$ac_ext >&5
15926 ac_header_compiler=no
15929 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
15930 { $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
15931 $as_echo "$ac_header_compiler" >&6; }
15933 # Is the header present?
15934 { $as_echo "$as_me:$LINENO: checking $ac_header presence" >&5
15935 $as_echo_n "checking $ac_header presence... " >&6; }
15936 cat >conftest.$ac_ext <<_ACEOF
15937 /* confdefs.h. */
15938 _ACEOF
15939 cat confdefs.h >>conftest.$ac_ext
15940 cat >>conftest.$ac_ext <<_ACEOF
15941 /* end confdefs.h. */
15942 #include <$ac_header>
15943 _ACEOF
15944 if { (ac_try="$ac_cpp conftest.$ac_ext"
15945 case "(($ac_try" in
15946 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15947 *) ac_try_echo=$ac_try;;
15948 esac
15949 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
15950 $as_echo "$ac_try_echo") >&5
15951 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
15952 ac_status=$?
15953 grep -v '^ *+' conftest.er1 >conftest.err
15954 rm -f conftest.er1
15955 cat conftest.err >&5
15956 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
15957 (exit $ac_status); } >/dev/null && {
15958 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
15959 test ! -s conftest.err
15960 }; then
15961 ac_header_preproc=yes
15962 else
15963 $as_echo "$as_me: failed program was:" >&5
15964 sed 's/^/| /' conftest.$ac_ext >&5
15966 ac_header_preproc=no
15969 rm -f conftest.err conftest.$ac_ext
15970 { $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
15971 $as_echo "$ac_header_preproc" >&6; }
15973 # So? What about this header?
15974 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
15975 yes:no: )
15976 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
15977 $as_echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
15978 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
15979 $as_echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
15980 ac_header_preproc=yes
15982 no:yes:* )
15983 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
15984 $as_echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
15985 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
15986 $as_echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
15987 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
15988 $as_echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
15989 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
15990 $as_echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
15991 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
15992 $as_echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
15993 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
15994 $as_echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
15995 ( cat <<\_ASBOX
15996 ## ------------------------------------ ##
15997 ## Report this to wine-devel@winehq.org ##
15998 ## ------------------------------------ ##
15999 _ASBOX
16000 ) | sed "s/^/$as_me: WARNING: /" >&2
16002 esac
16003 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
16004 $as_echo_n "checking for $ac_header... " >&6; }
16005 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
16006 $as_echo_n "(cached) " >&6
16007 else
16008 eval "$as_ac_Header=\$ac_header_preproc"
16010 ac_res=`eval 'as_val=${'$as_ac_Header'}
16011 $as_echo "$as_val"'`
16012 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
16013 $as_echo "$ac_res" >&6; }
16016 as_val=`eval 'as_val=${'$as_ac_Header'}
16017 $as_echo "$as_val"'`
16018 if test "x$as_val" = x""yes; then
16019 cat >>confdefs.h <<_ACEOF
16020 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
16021 _ACEOF
16022 { $as_echo "$as_me:$LINENO: checking for -lcups" >&5
16023 $as_echo_n "checking for -lcups... " >&6; }
16024 if test "${ac_cv_lib_soname_cups+set}" = set; then
16025 $as_echo_n "(cached) " >&6
16026 else
16027 ac_check_soname_save_LIBS=$LIBS
16028 LIBS="-lcups $ac_cups_libs $LIBS"
16029 cat >conftest.$ac_ext <<_ACEOF
16030 /* confdefs.h. */
16031 _ACEOF
16032 cat confdefs.h >>conftest.$ac_ext
16033 cat >>conftest.$ac_ext <<_ACEOF
16034 /* end confdefs.h. */
16036 /* Override any GCC internal prototype to avoid an error.
16037 Use char because int might match the return type of a GCC
16038 builtin and then its argument prototype would still apply. */
16039 #ifdef __cplusplus
16040 extern "C"
16041 #endif
16042 char cupsGetDefault ();
16044 main ()
16046 return cupsGetDefault ();
16048 return 0;
16050 _ACEOF
16051 rm -f conftest.$ac_objext conftest$ac_exeext
16052 if { (ac_try="$ac_link"
16053 case "(($ac_try" in
16054 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16055 *) ac_try_echo=$ac_try;;
16056 esac
16057 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
16058 $as_echo "$ac_try_echo") >&5
16059 (eval "$ac_link") 2>conftest.er1
16060 ac_status=$?
16061 grep -v '^ *+' conftest.er1 >conftest.err
16062 rm -f conftest.er1
16063 cat conftest.err >&5
16064 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
16065 (exit $ac_status); } && {
16066 test -z "$ac_c_werror_flag" ||
16067 test ! -s conftest.err
16068 } && test -s conftest$ac_exeext && {
16069 test "$cross_compiling" = yes ||
16070 $as_test_x conftest$ac_exeext
16071 }; then
16072 case "$LIBEXT" in
16073 dll) ;;
16074 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'` ;;
16075 *) ac_cv_lib_soname_cups=`$ac_cv_path_LDD conftest$ac_exeext | grep "libcups\\.$LIBEXT" | sed -e "s/^.*\(libcups\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
16076 esac
16077 else
16078 $as_echo "$as_me: failed program was:" >&5
16079 sed 's/^/| /' conftest.$ac_ext >&5
16084 rm -rf conftest.dSYM
16085 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16086 conftest$ac_exeext conftest.$ac_ext
16087 LIBS=$ac_check_soname_save_LIBS
16089 if test "x$ac_cv_lib_soname_cups" = "x"; then
16090 { $as_echo "$as_me:$LINENO: result: not found" >&5
16091 $as_echo "not found" >&6; }
16093 else
16094 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_cups" >&5
16095 $as_echo "$ac_cv_lib_soname_cups" >&6; }
16097 cat >>confdefs.h <<_ACEOF
16098 #define SONAME_LIBCUPS "$ac_cv_lib_soname_cups"
16099 _ACEOF
16101 CUPSINCL="$ac_cups_cflags"
16106 done
16108 CPPFLAGS="$ac_save_CPPFLAGS"
16110 if test "x$ac_cv_lib_soname_cups" = "x"; then
16111 case "x$with_cups" in
16112 x) wine_notices="$wine_notices|libcups ${notice_platform}development files not found, CUPS won't be supported." ;;
16113 xno) ;;
16114 *) { { $as_echo "$as_me:$LINENO: error: libcups ${notice_platform}development files not found, CUPS won't be supported.
16115 This is an error since --with-cups was requested." >&5
16116 $as_echo "$as_me: error: libcups ${notice_platform}development files not found, CUPS won't be supported.
16117 This is an error since --with-cups was requested." >&2;}
16118 { (exit 1); exit 1; }; } ;;
16119 esac
16123 if test "$ac_cv_header_jack_jack_h" = "yes"
16124 then
16125 { $as_echo "$as_me:$LINENO: checking for -ljack" >&5
16126 $as_echo_n "checking for -ljack... " >&6; }
16127 if test "${ac_cv_lib_soname_jack+set}" = set; then
16128 $as_echo_n "(cached) " >&6
16129 else
16130 ac_check_soname_save_LIBS=$LIBS
16131 LIBS="-ljack $LIBS"
16132 cat >conftest.$ac_ext <<_ACEOF
16133 /* confdefs.h. */
16134 _ACEOF
16135 cat confdefs.h >>conftest.$ac_ext
16136 cat >>conftest.$ac_ext <<_ACEOF
16137 /* end confdefs.h. */
16139 /* Override any GCC internal prototype to avoid an error.
16140 Use char because int might match the return type of a GCC
16141 builtin and then its argument prototype would still apply. */
16142 #ifdef __cplusplus
16143 extern "C"
16144 #endif
16145 char jack_client_new ();
16147 main ()
16149 return jack_client_new ();
16151 return 0;
16153 _ACEOF
16154 rm -f conftest.$ac_objext conftest$ac_exeext
16155 if { (ac_try="$ac_link"
16156 case "(($ac_try" in
16157 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16158 *) ac_try_echo=$ac_try;;
16159 esac
16160 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
16161 $as_echo "$ac_try_echo") >&5
16162 (eval "$ac_link") 2>conftest.er1
16163 ac_status=$?
16164 grep -v '^ *+' conftest.er1 >conftest.err
16165 rm -f conftest.er1
16166 cat conftest.err >&5
16167 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
16168 (exit $ac_status); } && {
16169 test -z "$ac_c_werror_flag" ||
16170 test ! -s conftest.err
16171 } && test -s conftest$ac_exeext && {
16172 test "$cross_compiling" = yes ||
16173 $as_test_x conftest$ac_exeext
16174 }; then
16175 case "$LIBEXT" in
16176 dll) ;;
16177 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'` ;;
16178 *) 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'` ;;
16179 esac
16180 else
16181 $as_echo "$as_me: failed program was:" >&5
16182 sed 's/^/| /' conftest.$ac_ext >&5
16187 rm -rf conftest.dSYM
16188 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16189 conftest$ac_exeext conftest.$ac_ext
16190 LIBS=$ac_check_soname_save_LIBS
16192 if test "x$ac_cv_lib_soname_jack" = "x"; then
16193 { $as_echo "$as_me:$LINENO: result: not found" >&5
16194 $as_echo "not found" >&6; }
16196 else
16197 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_jack" >&5
16198 $as_echo "$ac_cv_lib_soname_jack" >&6; }
16200 cat >>confdefs.h <<_ACEOF
16201 #define SONAME_LIBJACK "$ac_cv_lib_soname_jack"
16202 _ACEOF
16209 if test "$ac_cv_header_fontconfig_fontconfig_h" = "yes"
16210 then
16211 { $as_echo "$as_me:$LINENO: checking for -lfontconfig" >&5
16212 $as_echo_n "checking for -lfontconfig... " >&6; }
16213 if test "${ac_cv_lib_soname_fontconfig+set}" = set; then
16214 $as_echo_n "(cached) " >&6
16215 else
16216 ac_check_soname_save_LIBS=$LIBS
16217 LIBS="-lfontconfig $LIBS"
16218 cat >conftest.$ac_ext <<_ACEOF
16219 /* confdefs.h. */
16220 _ACEOF
16221 cat confdefs.h >>conftest.$ac_ext
16222 cat >>conftest.$ac_ext <<_ACEOF
16223 /* end confdefs.h. */
16225 /* Override any GCC internal prototype to avoid an error.
16226 Use char because int might match the return type of a GCC
16227 builtin and then its argument prototype would still apply. */
16228 #ifdef __cplusplus
16229 extern "C"
16230 #endif
16231 char FcInit ();
16233 main ()
16235 return FcInit ();
16237 return 0;
16239 _ACEOF
16240 rm -f conftest.$ac_objext conftest$ac_exeext
16241 if { (ac_try="$ac_link"
16242 case "(($ac_try" in
16243 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16244 *) ac_try_echo=$ac_try;;
16245 esac
16246 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
16247 $as_echo "$ac_try_echo") >&5
16248 (eval "$ac_link") 2>conftest.er1
16249 ac_status=$?
16250 grep -v '^ *+' conftest.er1 >conftest.err
16251 rm -f conftest.er1
16252 cat conftest.err >&5
16253 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
16254 (exit $ac_status); } && {
16255 test -z "$ac_c_werror_flag" ||
16256 test ! -s conftest.err
16257 } && test -s conftest$ac_exeext && {
16258 test "$cross_compiling" = yes ||
16259 $as_test_x conftest$ac_exeext
16260 }; then
16261 case "$LIBEXT" in
16262 dll) ;;
16263 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'` ;;
16264 *) ac_cv_lib_soname_fontconfig=`$ac_cv_path_LDD conftest$ac_exeext | grep "libfontconfig\\.$LIBEXT" | sed -e "s/^.*\(libfontconfig\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
16265 esac
16266 else
16267 $as_echo "$as_me: failed program was:" >&5
16268 sed 's/^/| /' conftest.$ac_ext >&5
16273 rm -rf conftest.dSYM
16274 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16275 conftest$ac_exeext conftest.$ac_ext
16276 LIBS=$ac_check_soname_save_LIBS
16278 if test "x$ac_cv_lib_soname_fontconfig" = "x"; then
16279 { $as_echo "$as_me:$LINENO: result: not found" >&5
16280 $as_echo "not found" >&6; }
16282 else
16283 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_fontconfig" >&5
16284 $as_echo "$ac_cv_lib_soname_fontconfig" >&6; }
16286 cat >>confdefs.h <<_ACEOF
16287 #define SONAME_LIBFONTCONFIG "$ac_cv_lib_soname_fontconfig"
16288 _ACEOF
16293 elif test -n "$X_CFLAGS" -a "x$with_fontconfig" != "xno"
16294 then
16295 ac_save_CPPFLAGS="$CPPFLAGS"
16296 CPPFLAGS="$CPPFLAGS $X_CFLAGS"
16297 $as_unset ac_cv_header_fontconfig_fontconfig_h
16299 for ac_header in fontconfig/fontconfig.h
16301 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
16302 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
16303 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
16304 $as_echo_n "checking for $ac_header... " >&6; }
16305 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
16306 $as_echo_n "(cached) " >&6
16308 ac_res=`eval 'as_val=${'$as_ac_Header'}
16309 $as_echo "$as_val"'`
16310 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
16311 $as_echo "$ac_res" >&6; }
16312 else
16313 # Is the header compilable?
16314 { $as_echo "$as_me:$LINENO: checking $ac_header usability" >&5
16315 $as_echo_n "checking $ac_header usability... " >&6; }
16316 cat >conftest.$ac_ext <<_ACEOF
16317 /* confdefs.h. */
16318 _ACEOF
16319 cat confdefs.h >>conftest.$ac_ext
16320 cat >>conftest.$ac_ext <<_ACEOF
16321 /* end confdefs.h. */
16322 $ac_includes_default
16323 #include <$ac_header>
16324 _ACEOF
16325 rm -f conftest.$ac_objext
16326 if { (ac_try="$ac_compile"
16327 case "(($ac_try" in
16328 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16329 *) ac_try_echo=$ac_try;;
16330 esac
16331 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
16332 $as_echo "$ac_try_echo") >&5
16333 (eval "$ac_compile") 2>conftest.er1
16334 ac_status=$?
16335 grep -v '^ *+' conftest.er1 >conftest.err
16336 rm -f conftest.er1
16337 cat conftest.err >&5
16338 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
16339 (exit $ac_status); } && {
16340 test -z "$ac_c_werror_flag" ||
16341 test ! -s conftest.err
16342 } && test -s conftest.$ac_objext; then
16343 ac_header_compiler=yes
16344 else
16345 $as_echo "$as_me: failed program was:" >&5
16346 sed 's/^/| /' conftest.$ac_ext >&5
16348 ac_header_compiler=no
16351 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
16352 { $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
16353 $as_echo "$ac_header_compiler" >&6; }
16355 # Is the header present?
16356 { $as_echo "$as_me:$LINENO: checking $ac_header presence" >&5
16357 $as_echo_n "checking $ac_header presence... " >&6; }
16358 cat >conftest.$ac_ext <<_ACEOF
16359 /* confdefs.h. */
16360 _ACEOF
16361 cat confdefs.h >>conftest.$ac_ext
16362 cat >>conftest.$ac_ext <<_ACEOF
16363 /* end confdefs.h. */
16364 #include <$ac_header>
16365 _ACEOF
16366 if { (ac_try="$ac_cpp conftest.$ac_ext"
16367 case "(($ac_try" in
16368 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16369 *) ac_try_echo=$ac_try;;
16370 esac
16371 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
16372 $as_echo "$ac_try_echo") >&5
16373 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
16374 ac_status=$?
16375 grep -v '^ *+' conftest.er1 >conftest.err
16376 rm -f conftest.er1
16377 cat conftest.err >&5
16378 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
16379 (exit $ac_status); } >/dev/null && {
16380 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
16381 test ! -s conftest.err
16382 }; then
16383 ac_header_preproc=yes
16384 else
16385 $as_echo "$as_me: failed program was:" >&5
16386 sed 's/^/| /' conftest.$ac_ext >&5
16388 ac_header_preproc=no
16391 rm -f conftest.err conftest.$ac_ext
16392 { $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
16393 $as_echo "$ac_header_preproc" >&6; }
16395 # So? What about this header?
16396 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
16397 yes:no: )
16398 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
16399 $as_echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
16400 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
16401 $as_echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
16402 ac_header_preproc=yes
16404 no:yes:* )
16405 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
16406 $as_echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
16407 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
16408 $as_echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
16409 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
16410 $as_echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
16411 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
16412 $as_echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
16413 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
16414 $as_echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
16415 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
16416 $as_echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
16417 ( cat <<\_ASBOX
16418 ## ------------------------------------ ##
16419 ## Report this to wine-devel@winehq.org ##
16420 ## ------------------------------------ ##
16421 _ASBOX
16422 ) | sed "s/^/$as_me: WARNING: /" >&2
16424 esac
16425 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
16426 $as_echo_n "checking for $ac_header... " >&6; }
16427 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
16428 $as_echo_n "(cached) " >&6
16429 else
16430 eval "$as_ac_Header=\$ac_header_preproc"
16432 ac_res=`eval 'as_val=${'$as_ac_Header'}
16433 $as_echo "$as_val"'`
16434 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
16435 $as_echo "$ac_res" >&6; }
16438 as_val=`eval 'as_val=${'$as_ac_Header'}
16439 $as_echo "$as_val"'`
16440 if test "x$as_val" = x""yes; then
16441 cat >>confdefs.h <<_ACEOF
16442 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
16443 _ACEOF
16447 done
16449 CPPFLAGS="$ac_save_CPPFLAGS"
16450 if test "$ac_cv_header_fontconfig_fontconfig_h" = "yes"
16451 then
16452 FONTCONFIGINCL="$X_CFLAGS"
16454 { $as_echo "$as_me:$LINENO: checking for -lfontconfig" >&5
16455 $as_echo_n "checking for -lfontconfig... " >&6; }
16456 if test "${ac_cv_lib_soname_fontconfig+set}" = set; then
16457 $as_echo_n "(cached) " >&6
16458 else
16459 ac_check_soname_save_LIBS=$LIBS
16460 LIBS="-lfontconfig $X_LIBS $LIBS"
16461 cat >conftest.$ac_ext <<_ACEOF
16462 /* confdefs.h. */
16463 _ACEOF
16464 cat confdefs.h >>conftest.$ac_ext
16465 cat >>conftest.$ac_ext <<_ACEOF
16466 /* end confdefs.h. */
16468 /* Override any GCC internal prototype to avoid an error.
16469 Use char because int might match the return type of a GCC
16470 builtin and then its argument prototype would still apply. */
16471 #ifdef __cplusplus
16472 extern "C"
16473 #endif
16474 char FcInit ();
16476 main ()
16478 return FcInit ();
16480 return 0;
16482 _ACEOF
16483 rm -f conftest.$ac_objext conftest$ac_exeext
16484 if { (ac_try="$ac_link"
16485 case "(($ac_try" in
16486 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16487 *) ac_try_echo=$ac_try;;
16488 esac
16489 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
16490 $as_echo "$ac_try_echo") >&5
16491 (eval "$ac_link") 2>conftest.er1
16492 ac_status=$?
16493 grep -v '^ *+' conftest.er1 >conftest.err
16494 rm -f conftest.er1
16495 cat conftest.err >&5
16496 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
16497 (exit $ac_status); } && {
16498 test -z "$ac_c_werror_flag" ||
16499 test ! -s conftest.err
16500 } && test -s conftest$ac_exeext && {
16501 test "$cross_compiling" = yes ||
16502 $as_test_x conftest$ac_exeext
16503 }; then
16504 case "$LIBEXT" in
16505 dll) ;;
16506 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'` ;;
16507 *) ac_cv_lib_soname_fontconfig=`$ac_cv_path_LDD conftest$ac_exeext | grep "libfontconfig\\.$LIBEXT" | sed -e "s/^.*\(libfontconfig\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
16508 esac
16509 else
16510 $as_echo "$as_me: failed program was:" >&5
16511 sed 's/^/| /' conftest.$ac_ext >&5
16516 rm -rf conftest.dSYM
16517 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16518 conftest$ac_exeext conftest.$ac_ext
16519 LIBS=$ac_check_soname_save_LIBS
16521 if test "x$ac_cv_lib_soname_fontconfig" = "x"; then
16522 { $as_echo "$as_me:$LINENO: result: not found" >&5
16523 $as_echo "not found" >&6; }
16525 else
16526 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_fontconfig" >&5
16527 $as_echo "$ac_cv_lib_soname_fontconfig" >&6; }
16529 cat >>confdefs.h <<_ACEOF
16530 #define SONAME_LIBFONTCONFIG "$ac_cv_lib_soname_fontconfig"
16531 _ACEOF
16538 if test "x$ac_cv_lib_soname_fontconfig" = "x"; then
16539 case "x$with_fontconfig" in
16540 x) wine_notices="$wine_notices|fontconfig ${notice_platform}development files not found, fontconfig won't be supported." ;;
16541 xno) ;;
16542 *) { { $as_echo "$as_me:$LINENO: error: fontconfig ${notice_platform}development files not found, fontconfig won't be supported.
16543 This is an error since --with-fontconfig was requested." >&5
16544 $as_echo "$as_me: error: fontconfig ${notice_platform}development files not found, fontconfig won't be supported.
16545 This is an error since --with-fontconfig was requested." >&2;}
16546 { (exit 1); exit 1; }; } ;;
16547 esac
16551 if test "$ac_cv_header_openssl_err_h" = "yes" -a "$ac_cv_header_openssl_ssl_h" = "yes"
16552 then
16553 { $as_echo "$as_me:$LINENO: checking for -lssl" >&5
16554 $as_echo_n "checking for -lssl... " >&6; }
16555 if test "${ac_cv_lib_soname_ssl+set}" = set; then
16556 $as_echo_n "(cached) " >&6
16557 else
16558 ac_check_soname_save_LIBS=$LIBS
16559 LIBS="-lssl $LIBS"
16560 cat >conftest.$ac_ext <<_ACEOF
16561 /* confdefs.h. */
16562 _ACEOF
16563 cat confdefs.h >>conftest.$ac_ext
16564 cat >>conftest.$ac_ext <<_ACEOF
16565 /* end confdefs.h. */
16567 /* Override any GCC internal prototype to avoid an error.
16568 Use char because int might match the return type of a GCC
16569 builtin and then its argument prototype would still apply. */
16570 #ifdef __cplusplus
16571 extern "C"
16572 #endif
16573 char SSL_library_init ();
16575 main ()
16577 return SSL_library_init ();
16579 return 0;
16581 _ACEOF
16582 rm -f conftest.$ac_objext conftest$ac_exeext
16583 if { (ac_try="$ac_link"
16584 case "(($ac_try" in
16585 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16586 *) ac_try_echo=$ac_try;;
16587 esac
16588 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
16589 $as_echo "$ac_try_echo") >&5
16590 (eval "$ac_link") 2>conftest.er1
16591 ac_status=$?
16592 grep -v '^ *+' conftest.er1 >conftest.err
16593 rm -f conftest.er1
16594 cat conftest.err >&5
16595 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
16596 (exit $ac_status); } && {
16597 test -z "$ac_c_werror_flag" ||
16598 test ! -s conftest.err
16599 } && test -s conftest$ac_exeext && {
16600 test "$cross_compiling" = yes ||
16601 $as_test_x conftest$ac_exeext
16602 }; then
16603 case "$LIBEXT" in
16604 dll) ;;
16605 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'` ;;
16606 *) ac_cv_lib_soname_ssl=`$ac_cv_path_LDD conftest$ac_exeext | grep "libssl\\.$LIBEXT" | sed -e "s/^.*\(libssl\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
16607 esac
16608 else
16609 $as_echo "$as_me: failed program was:" >&5
16610 sed 's/^/| /' conftest.$ac_ext >&5
16615 rm -rf conftest.dSYM
16616 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16617 conftest$ac_exeext conftest.$ac_ext
16618 LIBS=$ac_check_soname_save_LIBS
16620 if test "x$ac_cv_lib_soname_ssl" = "x"; then
16621 { $as_echo "$as_me:$LINENO: result: not found" >&5
16622 $as_echo "not found" >&6; }
16624 else
16625 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_ssl" >&5
16626 $as_echo "$ac_cv_lib_soname_ssl" >&6; }
16628 cat >>confdefs.h <<_ACEOF
16629 #define SONAME_LIBSSL "$ac_cv_lib_soname_ssl"
16630 _ACEOF
16635 { $as_echo "$as_me:$LINENO: checking for -lcrypto" >&5
16636 $as_echo_n "checking for -lcrypto... " >&6; }
16637 if test "${ac_cv_lib_soname_crypto+set}" = set; then
16638 $as_echo_n "(cached) " >&6
16639 else
16640 ac_check_soname_save_LIBS=$LIBS
16641 LIBS="-lcrypto $LIBS"
16642 cat >conftest.$ac_ext <<_ACEOF
16643 /* confdefs.h. */
16644 _ACEOF
16645 cat confdefs.h >>conftest.$ac_ext
16646 cat >>conftest.$ac_ext <<_ACEOF
16647 /* end confdefs.h. */
16649 /* Override any GCC internal prototype to avoid an error.
16650 Use char because int might match the return type of a GCC
16651 builtin and then its argument prototype would still apply. */
16652 #ifdef __cplusplus
16653 extern "C"
16654 #endif
16655 char BIO_new_socket ();
16657 main ()
16659 return BIO_new_socket ();
16661 return 0;
16663 _ACEOF
16664 rm -f conftest.$ac_objext conftest$ac_exeext
16665 if { (ac_try="$ac_link"
16666 case "(($ac_try" in
16667 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16668 *) ac_try_echo=$ac_try;;
16669 esac
16670 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
16671 $as_echo "$ac_try_echo") >&5
16672 (eval "$ac_link") 2>conftest.er1
16673 ac_status=$?
16674 grep -v '^ *+' conftest.er1 >conftest.err
16675 rm -f conftest.er1
16676 cat conftest.err >&5
16677 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
16678 (exit $ac_status); } && {
16679 test -z "$ac_c_werror_flag" ||
16680 test ! -s conftest.err
16681 } && test -s conftest$ac_exeext && {
16682 test "$cross_compiling" = yes ||
16683 $as_test_x conftest$ac_exeext
16684 }; then
16685 case "$LIBEXT" in
16686 dll) ;;
16687 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'` ;;
16688 *) ac_cv_lib_soname_crypto=`$ac_cv_path_LDD conftest$ac_exeext | grep "libcrypto\\.$LIBEXT" | sed -e "s/^.*\(libcrypto\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
16689 esac
16690 else
16691 $as_echo "$as_me: failed program was:" >&5
16692 sed 's/^/| /' conftest.$ac_ext >&5
16697 rm -rf conftest.dSYM
16698 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16699 conftest$ac_exeext conftest.$ac_ext
16700 LIBS=$ac_check_soname_save_LIBS
16702 if test "x$ac_cv_lib_soname_crypto" = "x"; then
16703 { $as_echo "$as_me:$LINENO: result: not found" >&5
16704 $as_echo "not found" >&6; }
16706 else
16707 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_crypto" >&5
16708 $as_echo "$ac_cv_lib_soname_crypto" >&6; }
16710 cat >>confdefs.h <<_ACEOF
16711 #define SONAME_LIBCRYPTO "$ac_cv_lib_soname_crypto"
16712 _ACEOF
16718 if test "x$ac_cv_lib_soname_ssl" = "x" -o "x$ac_cv_lib_soname_crypto" = "x"; then
16719 case "x$with_openssl" in
16720 x) wine_warnings="$wine_warnings|OpenSSL ${notice_platform}development files not found, SSL won't be supported." ;;
16721 xno) ;;
16722 *) { { $as_echo "$as_me:$LINENO: error: OpenSSL ${notice_platform}development files not found, SSL won't be supported.
16723 This is an error since --with-openssl was requested." >&5
16724 $as_echo "$as_me: error: OpenSSL ${notice_platform}development files not found, SSL won't be supported.
16725 This is an error since --with-openssl was requested." >&2;}
16726 { (exit 1); exit 1; }; } ;;
16727 esac
16731 if test "$ac_cv_header_jpeglib_h" = "yes"
16732 then
16733 { $as_echo "$as_me:$LINENO: checking for -ljpeg" >&5
16734 $as_echo_n "checking for -ljpeg... " >&6; }
16735 if test "${ac_cv_lib_soname_jpeg+set}" = set; then
16736 $as_echo_n "(cached) " >&6
16737 else
16738 ac_check_soname_save_LIBS=$LIBS
16739 LIBS="-ljpeg $LIBS"
16740 cat >conftest.$ac_ext <<_ACEOF
16741 /* confdefs.h. */
16742 _ACEOF
16743 cat confdefs.h >>conftest.$ac_ext
16744 cat >>conftest.$ac_ext <<_ACEOF
16745 /* end confdefs.h. */
16747 /* Override any GCC internal prototype to avoid an error.
16748 Use char because int might match the return type of a GCC
16749 builtin and then its argument prototype would still apply. */
16750 #ifdef __cplusplus
16751 extern "C"
16752 #endif
16753 char jpeg_start_decompress ();
16755 main ()
16757 return jpeg_start_decompress ();
16759 return 0;
16761 _ACEOF
16762 rm -f conftest.$ac_objext conftest$ac_exeext
16763 if { (ac_try="$ac_link"
16764 case "(($ac_try" in
16765 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16766 *) ac_try_echo=$ac_try;;
16767 esac
16768 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
16769 $as_echo "$ac_try_echo") >&5
16770 (eval "$ac_link") 2>conftest.er1
16771 ac_status=$?
16772 grep -v '^ *+' conftest.er1 >conftest.err
16773 rm -f conftest.er1
16774 cat conftest.err >&5
16775 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
16776 (exit $ac_status); } && {
16777 test -z "$ac_c_werror_flag" ||
16778 test ! -s conftest.err
16779 } && test -s conftest$ac_exeext && {
16780 test "$cross_compiling" = yes ||
16781 $as_test_x conftest$ac_exeext
16782 }; then
16783 case "$LIBEXT" in
16784 dll) ;;
16785 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'` ;;
16786 *) ac_cv_lib_soname_jpeg=`$ac_cv_path_LDD conftest$ac_exeext | grep "libjpeg\\.$LIBEXT" | sed -e "s/^.*\(libjpeg\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
16787 esac
16788 else
16789 $as_echo "$as_me: failed program was:" >&5
16790 sed 's/^/| /' conftest.$ac_ext >&5
16795 rm -rf conftest.dSYM
16796 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16797 conftest$ac_exeext conftest.$ac_ext
16798 LIBS=$ac_check_soname_save_LIBS
16800 if test "x$ac_cv_lib_soname_jpeg" = "x"; then
16801 { $as_echo "$as_me:$LINENO: result: not found" >&5
16802 $as_echo "not found" >&6; }
16804 else
16805 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_jpeg" >&5
16806 $as_echo "$ac_cv_lib_soname_jpeg" >&6; }
16808 cat >>confdefs.h <<_ACEOF
16809 #define SONAME_LIBJPEG "$ac_cv_lib_soname_jpeg"
16810 _ACEOF
16816 if test "x$ac_cv_lib_soname_jpeg" = "x"; then
16817 case "x$with_jpeg" in
16818 x) wine_warnings="$wine_warnings|libjpeg ${notice_platform}development files not found, JPEG won't be supported." ;;
16819 xno) ;;
16820 *) { { $as_echo "$as_me:$LINENO: error: libjpeg ${notice_platform}development files not found, JPEG won't be supported.
16821 This is an error since --with-jpeg was requested." >&5
16822 $as_echo "$as_me: error: libjpeg ${notice_platform}development files not found, JPEG won't be supported.
16823 This is an error since --with-jpeg was requested." >&2;}
16824 { (exit 1); exit 1; }; } ;;
16825 esac
16829 if test "$ac_cv_header_png_h" = "yes"
16830 then
16831 { $as_echo "$as_me:$LINENO: checking for -lpng" >&5
16832 $as_echo_n "checking for -lpng... " >&6; }
16833 if test "${ac_cv_lib_soname_png+set}" = set; then
16834 $as_echo_n "(cached) " >&6
16835 else
16836 ac_check_soname_save_LIBS=$LIBS
16837 LIBS="-lpng -lm $LIBS"
16838 cat >conftest.$ac_ext <<_ACEOF
16839 /* confdefs.h. */
16840 _ACEOF
16841 cat confdefs.h >>conftest.$ac_ext
16842 cat >>conftest.$ac_ext <<_ACEOF
16843 /* end confdefs.h. */
16845 /* Override any GCC internal prototype to avoid an error.
16846 Use char because int might match the return type of a GCC
16847 builtin and then its argument prototype would still apply. */
16848 #ifdef __cplusplus
16849 extern "C"
16850 #endif
16851 char png_create_read_struct ();
16853 main ()
16855 return png_create_read_struct ();
16857 return 0;
16859 _ACEOF
16860 rm -f conftest.$ac_objext conftest$ac_exeext
16861 if { (ac_try="$ac_link"
16862 case "(($ac_try" in
16863 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16864 *) ac_try_echo=$ac_try;;
16865 esac
16866 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
16867 $as_echo "$ac_try_echo") >&5
16868 (eval "$ac_link") 2>conftest.er1
16869 ac_status=$?
16870 grep -v '^ *+' conftest.er1 >conftest.err
16871 rm -f conftest.er1
16872 cat conftest.err >&5
16873 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
16874 (exit $ac_status); } && {
16875 test -z "$ac_c_werror_flag" ||
16876 test ! -s conftest.err
16877 } && test -s conftest$ac_exeext && {
16878 test "$cross_compiling" = yes ||
16879 $as_test_x conftest$ac_exeext
16880 }; then
16881 case "$LIBEXT" in
16882 dll) ;;
16883 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'` ;;
16884 *) 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'` ;;
16885 esac
16886 else
16887 $as_echo "$as_me: failed program was:" >&5
16888 sed 's/^/| /' conftest.$ac_ext >&5
16893 rm -rf conftest.dSYM
16894 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16895 conftest$ac_exeext conftest.$ac_ext
16896 LIBS=$ac_check_soname_save_LIBS
16898 if test "x$ac_cv_lib_soname_png" = "x"; then
16899 { $as_echo "$as_me:$LINENO: result: not found" >&5
16900 $as_echo "not found" >&6; }
16902 else
16903 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_png" >&5
16904 $as_echo "$ac_cv_lib_soname_png" >&6; }
16906 cat >>confdefs.h <<_ACEOF
16907 #define SONAME_LIBPNG "$ac_cv_lib_soname_png"
16908 _ACEOF
16914 if test "x$ac_cv_lib_soname_png" = "x"; then
16915 case "x$with_png" in
16916 x) wine_warnings="$wine_warnings|libpng ${notice_platform}development files not found, PNG won't be supported." ;;
16917 xno) ;;
16918 *) { { $as_echo "$as_me:$LINENO: error: libpng ${notice_platform}development files not found, PNG won't be supported.
16919 This is an error since --with-png was requested." >&5
16920 $as_echo "$as_me: error: libpng ${notice_platform}development files not found, PNG won't be supported.
16921 This is an error since --with-png was requested." >&2;}
16922 { (exit 1); exit 1; }; } ;;
16923 esac
16927 { $as_echo "$as_me:$LINENO: checking for -lodbc" >&5
16928 $as_echo_n "checking for -lodbc... " >&6; }
16929 if test "${ac_cv_lib_soname_odbc+set}" = set; then
16930 $as_echo_n "(cached) " >&6
16931 else
16932 ac_check_soname_save_LIBS=$LIBS
16933 LIBS="-lodbc $LIBS"
16934 cat >conftest.$ac_ext <<_ACEOF
16935 /* confdefs.h. */
16936 _ACEOF
16937 cat confdefs.h >>conftest.$ac_ext
16938 cat >>conftest.$ac_ext <<_ACEOF
16939 /* end confdefs.h. */
16941 /* Override any GCC internal prototype to avoid an error.
16942 Use char because int might match the return type of a GCC
16943 builtin and then its argument prototype would still apply. */
16944 #ifdef __cplusplus
16945 extern "C"
16946 #endif
16947 char SQLConnect ();
16949 main ()
16951 return SQLConnect ();
16953 return 0;
16955 _ACEOF
16956 rm -f conftest.$ac_objext conftest$ac_exeext
16957 if { (ac_try="$ac_link"
16958 case "(($ac_try" in
16959 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16960 *) ac_try_echo=$ac_try;;
16961 esac
16962 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
16963 $as_echo "$ac_try_echo") >&5
16964 (eval "$ac_link") 2>conftest.er1
16965 ac_status=$?
16966 grep -v '^ *+' conftest.er1 >conftest.err
16967 rm -f conftest.er1
16968 cat conftest.err >&5
16969 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
16970 (exit $ac_status); } && {
16971 test -z "$ac_c_werror_flag" ||
16972 test ! -s conftest.err
16973 } && test -s conftest$ac_exeext && {
16974 test "$cross_compiling" = yes ||
16975 $as_test_x conftest$ac_exeext
16976 }; then
16977 case "$LIBEXT" in
16978 dll) ;;
16979 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'` ;;
16980 *) ac_cv_lib_soname_odbc=`$ac_cv_path_LDD conftest$ac_exeext | grep "libodbc\\.$LIBEXT" | sed -e "s/^.*\(libodbc\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
16981 esac
16982 else
16983 $as_echo "$as_me: failed program was:" >&5
16984 sed 's/^/| /' conftest.$ac_ext >&5
16989 rm -rf conftest.dSYM
16990 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16991 conftest$ac_exeext conftest.$ac_ext
16992 LIBS=$ac_check_soname_save_LIBS
16994 if test "x$ac_cv_lib_soname_odbc" = "x"; then
16995 { $as_echo "$as_me:$LINENO: result: not found" >&5
16996 $as_echo "not found" >&6; }
16997 cat >>confdefs.h <<_ACEOF
16998 #define SONAME_LIBODBC "libodbc.$LIBEXT"
16999 _ACEOF
17001 else
17002 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_odbc" >&5
17003 $as_echo "$ac_cv_lib_soname_odbc" >&6; }
17005 cat >>confdefs.h <<_ACEOF
17006 #define SONAME_LIBODBC "$ac_cv_lib_soname_odbc"
17007 _ACEOF
17013 if test "x$ALSALIBS$AUDIOIOLIBS$COREAUDIO$NASLIBS$ESDLIBS$ac_cv_lib_soname_jack" = "x" -a \
17014 "$ac_cv_header_sys_soundcard_h" != "yes" -a \
17015 "$ac_cv_header_machine_soundcard_h" != "yes" -a \
17016 "$ac_cv_header_soundcard_h" != "yes" -a \
17017 "x$with_alsa$with_audioio$with_coreaudio$with_nas$with_esd$with_jack$with_oss" != xnonononononono
17018 then
17019 wine_warnings="$wine_warnings|No sound system was found. Windows applications will be silent."
17023 EXTRACFLAGS=""
17025 if test "x${GCC}" = "xyes"
17026 then
17027 EXTRACFLAGS="-Wall -pipe"
17029 { $as_echo "$as_me:$LINENO: checking for gcc strength-reduce bug" >&5
17030 $as_echo_n "checking for gcc strength-reduce bug... " >&6; }
17031 if test "${ac_cv_c_gcc_strength_bug+set}" = set; then
17032 $as_echo_n "(cached) " >&6
17033 else
17034 if test "$cross_compiling" = yes; then
17035 ac_cv_c_gcc_strength_bug="yes"
17036 else
17037 cat >conftest.$ac_ext <<_ACEOF
17038 /* confdefs.h. */
17039 _ACEOF
17040 cat confdefs.h >>conftest.$ac_ext
17041 cat >>conftest.$ac_ext <<_ACEOF
17042 /* end confdefs.h. */
17043 int L[4] = {0,1,2,3};
17045 main ()
17047 static int Array[3];
17048 unsigned int B = 3;
17049 int i;
17050 for(i=0; i<B; i++) Array[i] = i - 3;
17051 for(i=0; i<4 - 1; i++) L[i] = L[i + 1];
17052 L[i] = 4;
17053 exit( Array[1] != -2 || L[2] != 3)
17055 return 0;
17057 _ACEOF
17058 rm -f conftest$ac_exeext
17059 if { (ac_try="$ac_link"
17060 case "(($ac_try" in
17061 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17062 *) ac_try_echo=$ac_try;;
17063 esac
17064 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
17065 $as_echo "$ac_try_echo") >&5
17066 (eval "$ac_link") 2>&5
17067 ac_status=$?
17068 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
17069 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
17070 { (case "(($ac_try" in
17071 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17072 *) ac_try_echo=$ac_try;;
17073 esac
17074 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
17075 $as_echo "$ac_try_echo") >&5
17076 (eval "$ac_try") 2>&5
17077 ac_status=$?
17078 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
17079 (exit $ac_status); }; }; then
17080 ac_cv_c_gcc_strength_bug="no"
17081 else
17082 $as_echo "$as_me: program exited with status $ac_status" >&5
17083 $as_echo "$as_me: failed program was:" >&5
17084 sed 's/^/| /' conftest.$ac_ext >&5
17086 ( exit $ac_status )
17087 ac_cv_c_gcc_strength_bug="yes"
17089 rm -rf conftest.dSYM
17090 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
17095 { $as_echo "$as_me:$LINENO: result: $ac_cv_c_gcc_strength_bug" >&5
17096 $as_echo "$ac_cv_c_gcc_strength_bug" >&6; }
17097 if test "$ac_cv_c_gcc_strength_bug" = "yes"
17098 then
17099 EXTRACFLAGS="$EXTRACFLAGS -fno-strength-reduce"
17103 { $as_echo "$as_me:$LINENO: checking whether the compiler supports -fshort-wchar" >&5
17104 $as_echo_n "checking whether the compiler supports -fshort-wchar... " >&6; }
17105 if test "${ac_cv_cflags__fshort_wchar+set}" = set; then
17106 $as_echo_n "(cached) " >&6
17107 else
17108 ac_wine_try_cflags_saved=$CFLAGS
17109 CFLAGS="$CFLAGS -fshort-wchar"
17110 cat >conftest.$ac_ext <<_ACEOF
17111 /* confdefs.h. */
17112 _ACEOF
17113 cat confdefs.h >>conftest.$ac_ext
17114 cat >>conftest.$ac_ext <<_ACEOF
17115 /* end confdefs.h. */
17118 main ()
17122 return 0;
17124 _ACEOF
17125 rm -f conftest.$ac_objext conftest$ac_exeext
17126 if { (ac_try="$ac_link"
17127 case "(($ac_try" in
17128 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17129 *) ac_try_echo=$ac_try;;
17130 esac
17131 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
17132 $as_echo "$ac_try_echo") >&5
17133 (eval "$ac_link") 2>conftest.er1
17134 ac_status=$?
17135 grep -v '^ *+' conftest.er1 >conftest.err
17136 rm -f conftest.er1
17137 cat conftest.err >&5
17138 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
17139 (exit $ac_status); } && {
17140 test -z "$ac_c_werror_flag" ||
17141 test ! -s conftest.err
17142 } && test -s conftest$ac_exeext && {
17143 test "$cross_compiling" = yes ||
17144 $as_test_x conftest$ac_exeext
17145 }; then
17146 ac_cv_cflags__fshort_wchar=yes
17147 else
17148 $as_echo "$as_me: failed program was:" >&5
17149 sed 's/^/| /' conftest.$ac_ext >&5
17151 ac_cv_cflags__fshort_wchar=no
17154 rm -rf conftest.dSYM
17155 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17156 conftest$ac_exeext conftest.$ac_ext
17157 CFLAGS=$ac_wine_try_cflags_saved
17159 { $as_echo "$as_me:$LINENO: result: $ac_cv_cflags__fshort_wchar" >&5
17160 $as_echo "$ac_cv_cflags__fshort_wchar" >&6; }
17161 if test $ac_cv_cflags__fshort_wchar = yes; then
17163 cat >>confdefs.h <<\_ACEOF
17164 #define CC_FLAG_SHORT_WCHAR "-fshort-wchar"
17165 _ACEOF
17169 { $as_echo "$as_me:$LINENO: checking whether the compiler supports -fno-builtin" >&5
17170 $as_echo_n "checking whether the compiler supports -fno-builtin... " >&6; }
17171 if test "${ac_cv_cflags__fno_builtin+set}" = set; then
17172 $as_echo_n "(cached) " >&6
17173 else
17174 ac_wine_try_cflags_saved=$CFLAGS
17175 CFLAGS="$CFLAGS -fno-builtin"
17176 cat >conftest.$ac_ext <<_ACEOF
17177 /* confdefs.h. */
17178 _ACEOF
17179 cat confdefs.h >>conftest.$ac_ext
17180 cat >>conftest.$ac_ext <<_ACEOF
17181 /* end confdefs.h. */
17184 main ()
17188 return 0;
17190 _ACEOF
17191 rm -f conftest.$ac_objext conftest$ac_exeext
17192 if { (ac_try="$ac_link"
17193 case "(($ac_try" in
17194 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17195 *) ac_try_echo=$ac_try;;
17196 esac
17197 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
17198 $as_echo "$ac_try_echo") >&5
17199 (eval "$ac_link") 2>conftest.er1
17200 ac_status=$?
17201 grep -v '^ *+' conftest.er1 >conftest.err
17202 rm -f conftest.er1
17203 cat conftest.err >&5
17204 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
17205 (exit $ac_status); } && {
17206 test -z "$ac_c_werror_flag" ||
17207 test ! -s conftest.err
17208 } && test -s conftest$ac_exeext && {
17209 test "$cross_compiling" = yes ||
17210 $as_test_x conftest$ac_exeext
17211 }; then
17212 ac_cv_cflags__fno_builtin=yes
17213 else
17214 $as_echo "$as_me: failed program was:" >&5
17215 sed 's/^/| /' conftest.$ac_ext >&5
17217 ac_cv_cflags__fno_builtin=no
17220 rm -rf conftest.dSYM
17221 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17222 conftest$ac_exeext conftest.$ac_ext
17223 CFLAGS=$ac_wine_try_cflags_saved
17225 { $as_echo "$as_me:$LINENO: result: $ac_cv_cflags__fno_builtin" >&5
17226 $as_echo "$ac_cv_cflags__fno_builtin" >&6; }
17227 if test $ac_cv_cflags__fno_builtin = yes; then
17228 BUILTINFLAG="-fno-builtin"
17232 { $as_echo "$as_me:$LINENO: checking whether the compiler supports -fno-strict-aliasing" >&5
17233 $as_echo_n "checking whether the compiler supports -fno-strict-aliasing... " >&6; }
17234 if test "${ac_cv_cflags__fno_strict_aliasing+set}" = set; then
17235 $as_echo_n "(cached) " >&6
17236 else
17237 ac_wine_try_cflags_saved=$CFLAGS
17238 CFLAGS="$CFLAGS -fno-strict-aliasing"
17239 cat >conftest.$ac_ext <<_ACEOF
17240 /* confdefs.h. */
17241 _ACEOF
17242 cat confdefs.h >>conftest.$ac_ext
17243 cat >>conftest.$ac_ext <<_ACEOF
17244 /* end confdefs.h. */
17247 main ()
17251 return 0;
17253 _ACEOF
17254 rm -f conftest.$ac_objext conftest$ac_exeext
17255 if { (ac_try="$ac_link"
17256 case "(($ac_try" in
17257 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17258 *) ac_try_echo=$ac_try;;
17259 esac
17260 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
17261 $as_echo "$ac_try_echo") >&5
17262 (eval "$ac_link") 2>conftest.er1
17263 ac_status=$?
17264 grep -v '^ *+' conftest.er1 >conftest.err
17265 rm -f conftest.er1
17266 cat conftest.err >&5
17267 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
17268 (exit $ac_status); } && {
17269 test -z "$ac_c_werror_flag" ||
17270 test ! -s conftest.err
17271 } && test -s conftest$ac_exeext && {
17272 test "$cross_compiling" = yes ||
17273 $as_test_x conftest$ac_exeext
17274 }; then
17275 ac_cv_cflags__fno_strict_aliasing=yes
17276 else
17277 $as_echo "$as_me: failed program was:" >&5
17278 sed 's/^/| /' conftest.$ac_ext >&5
17280 ac_cv_cflags__fno_strict_aliasing=no
17283 rm -rf conftest.dSYM
17284 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17285 conftest$ac_exeext conftest.$ac_ext
17286 CFLAGS=$ac_wine_try_cflags_saved
17288 { $as_echo "$as_me:$LINENO: result: $ac_cv_cflags__fno_strict_aliasing" >&5
17289 $as_echo "$ac_cv_cflags__fno_strict_aliasing" >&6; }
17290 if test $ac_cv_cflags__fno_strict_aliasing = yes; then
17291 EXTRACFLAGS="$EXTRACFLAGS -fno-strict-aliasing"
17294 { $as_echo "$as_me:$LINENO: checking whether the compiler supports -Wdeclaration-after-statement" >&5
17295 $as_echo_n "checking whether the compiler supports -Wdeclaration-after-statement... " >&6; }
17296 if test "${ac_cv_cflags__Wdeclaration_after_statement+set}" = set; then
17297 $as_echo_n "(cached) " >&6
17298 else
17299 ac_wine_try_cflags_saved=$CFLAGS
17300 CFLAGS="$CFLAGS -Wdeclaration-after-statement"
17301 cat >conftest.$ac_ext <<_ACEOF
17302 /* confdefs.h. */
17303 _ACEOF
17304 cat confdefs.h >>conftest.$ac_ext
17305 cat >>conftest.$ac_ext <<_ACEOF
17306 /* end confdefs.h. */
17309 main ()
17313 return 0;
17315 _ACEOF
17316 rm -f conftest.$ac_objext conftest$ac_exeext
17317 if { (ac_try="$ac_link"
17318 case "(($ac_try" in
17319 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17320 *) ac_try_echo=$ac_try;;
17321 esac
17322 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
17323 $as_echo "$ac_try_echo") >&5
17324 (eval "$ac_link") 2>conftest.er1
17325 ac_status=$?
17326 grep -v '^ *+' conftest.er1 >conftest.err
17327 rm -f conftest.er1
17328 cat conftest.err >&5
17329 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
17330 (exit $ac_status); } && {
17331 test -z "$ac_c_werror_flag" ||
17332 test ! -s conftest.err
17333 } && test -s conftest$ac_exeext && {
17334 test "$cross_compiling" = yes ||
17335 $as_test_x conftest$ac_exeext
17336 }; then
17337 ac_cv_cflags__Wdeclaration_after_statement=yes
17338 else
17339 $as_echo "$as_me: failed program was:" >&5
17340 sed 's/^/| /' conftest.$ac_ext >&5
17342 ac_cv_cflags__Wdeclaration_after_statement=no
17345 rm -rf conftest.dSYM
17346 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17347 conftest$ac_exeext conftest.$ac_ext
17348 CFLAGS=$ac_wine_try_cflags_saved
17350 { $as_echo "$as_me:$LINENO: result: $ac_cv_cflags__Wdeclaration_after_statement" >&5
17351 $as_echo "$ac_cv_cflags__Wdeclaration_after_statement" >&6; }
17352 if test $ac_cv_cflags__Wdeclaration_after_statement = yes; then
17353 EXTRACFLAGS="$EXTRACFLAGS -Wdeclaration-after-statement"
17356 { $as_echo "$as_me:$LINENO: checking whether the compiler supports -Wwrite-strings" >&5
17357 $as_echo_n "checking whether the compiler supports -Wwrite-strings... " >&6; }
17358 if test "${ac_cv_cflags__Wwrite_strings+set}" = set; then
17359 $as_echo_n "(cached) " >&6
17360 else
17361 ac_wine_try_cflags_saved=$CFLAGS
17362 CFLAGS="$CFLAGS -Wwrite-strings"
17363 cat >conftest.$ac_ext <<_ACEOF
17364 /* confdefs.h. */
17365 _ACEOF
17366 cat confdefs.h >>conftest.$ac_ext
17367 cat >>conftest.$ac_ext <<_ACEOF
17368 /* end confdefs.h. */
17371 main ()
17375 return 0;
17377 _ACEOF
17378 rm -f conftest.$ac_objext conftest$ac_exeext
17379 if { (ac_try="$ac_link"
17380 case "(($ac_try" in
17381 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17382 *) ac_try_echo=$ac_try;;
17383 esac
17384 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
17385 $as_echo "$ac_try_echo") >&5
17386 (eval "$ac_link") 2>conftest.er1
17387 ac_status=$?
17388 grep -v '^ *+' conftest.er1 >conftest.err
17389 rm -f conftest.er1
17390 cat conftest.err >&5
17391 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
17392 (exit $ac_status); } && {
17393 test -z "$ac_c_werror_flag" ||
17394 test ! -s conftest.err
17395 } && test -s conftest$ac_exeext && {
17396 test "$cross_compiling" = yes ||
17397 $as_test_x conftest$ac_exeext
17398 }; then
17399 ac_cv_cflags__Wwrite_strings=yes
17400 else
17401 $as_echo "$as_me: failed program was:" >&5
17402 sed 's/^/| /' conftest.$ac_ext >&5
17404 ac_cv_cflags__Wwrite_strings=no
17407 rm -rf conftest.dSYM
17408 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17409 conftest$ac_exeext conftest.$ac_ext
17410 CFLAGS=$ac_wine_try_cflags_saved
17412 { $as_echo "$as_me:$LINENO: result: $ac_cv_cflags__Wwrite_strings" >&5
17413 $as_echo "$ac_cv_cflags__Wwrite_strings" >&6; }
17414 if test $ac_cv_cflags__Wwrite_strings = yes; then
17415 EXTRACFLAGS="$EXTRACFLAGS -Wwrite-strings"
17418 { $as_echo "$as_me:$LINENO: checking whether the compiler supports -Wtype-limits" >&5
17419 $as_echo_n "checking whether the compiler supports -Wtype-limits... " >&6; }
17420 if test "${ac_cv_cflags__Wtype_limits+set}" = set; then
17421 $as_echo_n "(cached) " >&6
17422 else
17423 ac_wine_try_cflags_saved=$CFLAGS
17424 CFLAGS="$CFLAGS -Wtype-limits"
17425 cat >conftest.$ac_ext <<_ACEOF
17426 /* confdefs.h. */
17427 _ACEOF
17428 cat confdefs.h >>conftest.$ac_ext
17429 cat >>conftest.$ac_ext <<_ACEOF
17430 /* end confdefs.h. */
17433 main ()
17437 return 0;
17439 _ACEOF
17440 rm -f conftest.$ac_objext conftest$ac_exeext
17441 if { (ac_try="$ac_link"
17442 case "(($ac_try" in
17443 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17444 *) ac_try_echo=$ac_try;;
17445 esac
17446 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
17447 $as_echo "$ac_try_echo") >&5
17448 (eval "$ac_link") 2>conftest.er1
17449 ac_status=$?
17450 grep -v '^ *+' conftest.er1 >conftest.err
17451 rm -f conftest.er1
17452 cat conftest.err >&5
17453 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
17454 (exit $ac_status); } && {
17455 test -z "$ac_c_werror_flag" ||
17456 test ! -s conftest.err
17457 } && test -s conftest$ac_exeext && {
17458 test "$cross_compiling" = yes ||
17459 $as_test_x conftest$ac_exeext
17460 }; then
17461 ac_cv_cflags__Wtype_limits=yes
17462 else
17463 $as_echo "$as_me: failed program was:" >&5
17464 sed 's/^/| /' conftest.$ac_ext >&5
17466 ac_cv_cflags__Wtype_limits=no
17469 rm -rf conftest.dSYM
17470 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17471 conftest$ac_exeext conftest.$ac_ext
17472 CFLAGS=$ac_wine_try_cflags_saved
17474 { $as_echo "$as_me:$LINENO: result: $ac_cv_cflags__Wtype_limits" >&5
17475 $as_echo "$ac_cv_cflags__Wtype_limits" >&6; }
17476 if test $ac_cv_cflags__Wtype_limits = yes; then
17477 EXTRACFLAGS="$EXTRACFLAGS -Wtype-limits"
17481 saved_CFLAGS="$CFLAGS"
17482 CFLAGS="$CFLAGS -Wpointer-arith -Werror"
17483 { $as_echo "$as_me:$LINENO: checking for broken string.h that generates warnings" >&5
17484 $as_echo_n "checking for broken string.h that generates warnings... " >&6; }
17485 if test "${ac_cv_c_string_h_warnings+set}" = set; then
17486 $as_echo_n "(cached) " >&6
17487 else
17488 cat >conftest.$ac_ext <<_ACEOF
17489 /* confdefs.h. */
17490 _ACEOF
17491 cat confdefs.h >>conftest.$ac_ext
17492 cat >>conftest.$ac_ext <<_ACEOF
17493 /* end confdefs.h. */
17494 #include <string.h>
17496 main ()
17500 return 0;
17502 _ACEOF
17503 rm -f conftest.$ac_objext
17504 if { (ac_try="$ac_compile"
17505 case "(($ac_try" in
17506 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17507 *) ac_try_echo=$ac_try;;
17508 esac
17509 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
17510 $as_echo "$ac_try_echo") >&5
17511 (eval "$ac_compile") 2>conftest.er1
17512 ac_status=$?
17513 grep -v '^ *+' conftest.er1 >conftest.err
17514 rm -f conftest.er1
17515 cat conftest.err >&5
17516 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
17517 (exit $ac_status); } && {
17518 test -z "$ac_c_werror_flag" ||
17519 test ! -s conftest.err
17520 } && test -s conftest.$ac_objext; then
17521 ac_cv_c_string_h_warnings=no
17522 else
17523 $as_echo "$as_me: failed program was:" >&5
17524 sed 's/^/| /' conftest.$ac_ext >&5
17526 ac_cv_c_string_h_warnings=yes
17529 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
17531 { $as_echo "$as_me:$LINENO: result: $ac_cv_c_string_h_warnings" >&5
17532 $as_echo "$ac_cv_c_string_h_warnings" >&6; }
17533 CFLAGS="$saved_CFLAGS"
17534 if test "$ac_cv_c_string_h_warnings" = "no"
17535 then
17536 EXTRACFLAGS="$EXTRACFLAGS -Wpointer-arith"
17541 { $as_echo "$as_me:$LINENO: checking how to define a function in assembly code" >&5
17542 $as_echo_n "checking how to define a function in assembly code... " >&6; }
17543 if test "${ac_cv_asm_func_def+set}" = set; then
17544 $as_echo_n "(cached) " >&6
17545 else
17546 cat >conftest.$ac_ext <<_ACEOF
17547 /* confdefs.h. */
17548 _ACEOF
17549 cat confdefs.h >>conftest.$ac_ext
17550 cat >>conftest.$ac_ext <<_ACEOF
17551 /* end confdefs.h. */
17554 main ()
17556 asm("\t.globl _ac_test\n\t.def _ac_test; .scl 2; .type 32; .endef\n_ac_test:\t.long 0");
17558 return 0;
17560 _ACEOF
17561 rm -f conftest.$ac_objext conftest$ac_exeext
17562 if { (ac_try="$ac_link"
17563 case "(($ac_try" in
17564 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17565 *) ac_try_echo=$ac_try;;
17566 esac
17567 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
17568 $as_echo "$ac_try_echo") >&5
17569 (eval "$ac_link") 2>conftest.er1
17570 ac_status=$?
17571 grep -v '^ *+' conftest.er1 >conftest.err
17572 rm -f conftest.er1
17573 cat conftest.err >&5
17574 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
17575 (exit $ac_status); } && {
17576 test -z "$ac_c_werror_flag" ||
17577 test ! -s conftest.err
17578 } && test -s conftest$ac_exeext && {
17579 test "$cross_compiling" = yes ||
17580 $as_test_x conftest$ac_exeext
17581 }; then
17582 ac_cv_asm_func_def=".def"
17583 else
17584 $as_echo "$as_me: failed program was:" >&5
17585 sed 's/^/| /' conftest.$ac_ext >&5
17587 cat >conftest.$ac_ext <<_ACEOF
17588 /* confdefs.h. */
17589 _ACEOF
17590 cat confdefs.h >>conftest.$ac_ext
17591 cat >>conftest.$ac_ext <<_ACEOF
17592 /* end confdefs.h. */
17595 main ()
17597 asm("\t.globl _ac_test\n\t.type _ac_test,@function\n_ac_test:\t.long 0");
17599 return 0;
17601 _ACEOF
17602 rm -f conftest.$ac_objext conftest$ac_exeext
17603 if { (ac_try="$ac_link"
17604 case "(($ac_try" in
17605 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17606 *) ac_try_echo=$ac_try;;
17607 esac
17608 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
17609 $as_echo "$ac_try_echo") >&5
17610 (eval "$ac_link") 2>conftest.er1
17611 ac_status=$?
17612 grep -v '^ *+' conftest.er1 >conftest.err
17613 rm -f conftest.er1
17614 cat conftest.err >&5
17615 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
17616 (exit $ac_status); } && {
17617 test -z "$ac_c_werror_flag" ||
17618 test ! -s conftest.err
17619 } && test -s conftest$ac_exeext && {
17620 test "$cross_compiling" = yes ||
17621 $as_test_x conftest$ac_exeext
17622 }; then
17623 ac_cv_asm_func_def=".type @function"
17624 else
17625 $as_echo "$as_me: failed program was:" >&5
17626 sed 's/^/| /' conftest.$ac_ext >&5
17628 cat >conftest.$ac_ext <<_ACEOF
17629 /* confdefs.h. */
17630 _ACEOF
17631 cat confdefs.h >>conftest.$ac_ext
17632 cat >>conftest.$ac_ext <<_ACEOF
17633 /* end confdefs.h. */
17636 main ()
17638 asm("\t.globl _ac_test\n\t.type _ac_test,2\n_ac_test:\t.long 0");
17640 return 0;
17642 _ACEOF
17643 rm -f conftest.$ac_objext conftest$ac_exeext
17644 if { (ac_try="$ac_link"
17645 case "(($ac_try" in
17646 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17647 *) ac_try_echo=$ac_try;;
17648 esac
17649 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
17650 $as_echo "$ac_try_echo") >&5
17651 (eval "$ac_link") 2>conftest.er1
17652 ac_status=$?
17653 grep -v '^ *+' conftest.er1 >conftest.err
17654 rm -f conftest.er1
17655 cat conftest.err >&5
17656 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
17657 (exit $ac_status); } && {
17658 test -z "$ac_c_werror_flag" ||
17659 test ! -s conftest.err
17660 } && test -s conftest$ac_exeext && {
17661 test "$cross_compiling" = yes ||
17662 $as_test_x conftest$ac_exeext
17663 }; then
17664 ac_cv_asm_func_def=".type 2"
17665 else
17666 $as_echo "$as_me: failed program was:" >&5
17667 sed 's/^/| /' conftest.$ac_ext >&5
17669 ac_cv_asm_func_def="unknown"
17672 rm -rf conftest.dSYM
17673 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17674 conftest$ac_exeext conftest.$ac_ext
17677 rm -rf conftest.dSYM
17678 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17679 conftest$ac_exeext conftest.$ac_ext
17682 rm -rf conftest.dSYM
17683 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17684 conftest$ac_exeext conftest.$ac_ext
17686 { $as_echo "$as_me:$LINENO: result: $ac_cv_asm_func_def" >&5
17687 $as_echo "$ac_cv_asm_func_def" >&6; }
17691 case "$ac_cv_asm_func_def" in
17692 ".def")
17693 cat >>confdefs.h <<\_ACEOF
17694 #define __ASM_FUNC(name) ".def " __ASM_NAME(name) "; .scl 2; .type 32; .endef"
17695 _ACEOF
17697 ".type @function")
17698 cat >>confdefs.h <<\_ACEOF
17699 #define __ASM_FUNC(name) ".type " __ASM_NAME(name) ",@function"
17700 _ACEOF
17702 ".type 2")
17703 cat >>confdefs.h <<\_ACEOF
17704 #define __ASM_FUNC(name) ".type " __ASM_NAME(name) ",2"
17705 _ACEOF
17708 cat >>confdefs.h <<\_ACEOF
17709 #define __ASM_FUNC(name) ""
17710 _ACEOF
17712 esac
17715 { $as_echo "$as_me:$LINENO: checking whether external symbols need an underscore prefix" >&5
17716 $as_echo_n "checking whether external symbols need an underscore prefix... " >&6; }
17717 if test "${ac_cv_c_extern_prefix+set}" = set; then
17718 $as_echo_n "(cached) " >&6
17719 else
17720 cat >conftest.$ac_ext <<_ACEOF
17721 /* confdefs.h. */
17722 _ACEOF
17723 cat confdefs.h >>conftest.$ac_ext
17724 cat >>conftest.$ac_ext <<_ACEOF
17725 /* end confdefs.h. */
17726 extern int ac_test;
17728 main ()
17730 asm(".globl _ac_test\n_ac_test:\t.long 0"); if (ac_test) return 1
17732 return 0;
17734 _ACEOF
17735 rm -f conftest.$ac_objext conftest$ac_exeext
17736 if { (ac_try="$ac_link"
17737 case "(($ac_try" in
17738 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17739 *) ac_try_echo=$ac_try;;
17740 esac
17741 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
17742 $as_echo "$ac_try_echo") >&5
17743 (eval "$ac_link") 2>conftest.er1
17744 ac_status=$?
17745 grep -v '^ *+' conftest.er1 >conftest.err
17746 rm -f conftest.er1
17747 cat conftest.err >&5
17748 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
17749 (exit $ac_status); } && {
17750 test -z "$ac_c_werror_flag" ||
17751 test ! -s conftest.err
17752 } && test -s conftest$ac_exeext && {
17753 test "$cross_compiling" = yes ||
17754 $as_test_x conftest$ac_exeext
17755 }; then
17756 ac_cv_c_extern_prefix="yes"
17757 else
17758 $as_echo "$as_me: failed program was:" >&5
17759 sed 's/^/| /' conftest.$ac_ext >&5
17761 ac_cv_c_extern_prefix="no"
17764 rm -rf conftest.dSYM
17765 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17766 conftest$ac_exeext conftest.$ac_ext
17768 { $as_echo "$as_me:$LINENO: result: $ac_cv_c_extern_prefix" >&5
17769 $as_echo "$ac_cv_c_extern_prefix" >&6; }
17773 if test "$ac_cv_c_extern_prefix" = "yes"
17774 then
17775 cat >>confdefs.h <<\_ACEOF
17776 #define __ASM_NAME(name) "_" name
17777 _ACEOF
17779 else
17780 cat >>confdefs.h <<\_ACEOF
17781 #define __ASM_NAME(name) name
17782 _ACEOF
17787 LDPATH=""
17789 case $build_os in
17790 cygwin*|mingw32*)
17791 LDPATH="PATH=\"\$(TOOLSDIR)/libs/wine:\$\$PATH\""
17793 darwin*|macosx*)
17795 linux*|solaris*) if test -z "$LDRPATH_LOCAL"
17796 then
17797 LDPATH="LD_LIBRARY_PATH=\"\$(TOOLSDIR)/libs/wine:\$\$LD_LIBRARY_PATH\""
17801 LDPATH="LD_LIBRARY_PATH=\"\$(TOOLSDIR)/libs/wine:\$\$LD_LIBRARY_PATH\""
17803 esac
17805 case $host_os in
17806 mingw32*)
17807 CRTLIBS="-lmsvcrt"
17809 SOCKETLIBS="-lws2_32"
17812 esac
17814 MAIN_BINARY="wine-pthread"
17815 case $host_cpu in
17816 *i[3456789]86*)
17817 case $host_os in
17818 linux* | k*bsd*-gnu)
17819 MAIN_BINARY="wine-glibc"
17821 EXTRA_BINARIES="wine-kthread wine-pthread wine-preloader"
17823 freebsd*)
17824 MAIN_BINARY="wine-freebsd"
17826 EXTRA_BINARIES="wine-pthread"
17828 esac
17830 esac
17903 for ac_func in \
17904 _pclose \
17905 _popen \
17906 _snprintf \
17907 _spawnvp \
17908 _strdup \
17909 _stricmp \
17910 _strnicmp \
17911 _strtoi64 \
17912 _strtoui64 \
17913 _vsnprintf \
17914 asctime_r \
17915 chsize \
17916 clone \
17917 dlopen \
17918 epoll_create \
17919 ffs \
17920 finite \
17921 fork \
17922 fpclass \
17923 fstatfs \
17924 fstatvfs \
17925 ftruncate \
17926 futimes \
17927 futimesat \
17928 getdirentries \
17929 getopt_long \
17930 getpagesize \
17931 getpwuid \
17932 gettid \
17933 gettimeofday \
17934 getuid \
17935 inet_pton \
17936 kqueue \
17937 lstat \
17938 memmove \
17939 mmap \
17940 pclose \
17941 poll \
17942 popen \
17943 prctl \
17944 pread \
17945 pwrite \
17946 readdir \
17947 readlink \
17948 rfork \
17949 sched_yield \
17950 select \
17951 setproctitle \
17952 setrlimit \
17953 settimeofday \
17954 sigaltstack \
17955 sigprocmask \
17956 snprintf \
17957 spawnvp \
17958 statfs \
17959 statvfs \
17960 strcasecmp \
17961 strdup \
17962 strerror \
17963 strncasecmp \
17964 strtold \
17965 strtoll \
17966 strtoull \
17967 tcgetattr \
17968 thr_kill2 \
17969 timegm \
17970 usleep \
17971 vsnprintf \
17972 wait4 \
17973 waitpid \
17976 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
17977 { $as_echo "$as_me:$LINENO: checking for $ac_func" >&5
17978 $as_echo_n "checking for $ac_func... " >&6; }
17979 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
17980 $as_echo_n "(cached) " >&6
17981 else
17982 cat >conftest.$ac_ext <<_ACEOF
17983 /* confdefs.h. */
17984 _ACEOF
17985 cat confdefs.h >>conftest.$ac_ext
17986 cat >>conftest.$ac_ext <<_ACEOF
17987 /* end confdefs.h. */
17988 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
17989 For example, HP-UX 11i <limits.h> declares gettimeofday. */
17990 #define $ac_func innocuous_$ac_func
17992 /* System header to define __stub macros and hopefully few prototypes,
17993 which can conflict with char $ac_func (); below.
17994 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
17995 <limits.h> exists even on freestanding compilers. */
17997 #ifdef __STDC__
17998 # include <limits.h>
17999 #else
18000 # include <assert.h>
18001 #endif
18003 #undef $ac_func
18005 /* Override any GCC internal prototype to avoid an error.
18006 Use char because int might match the return type of a GCC
18007 builtin and then its argument prototype would still apply. */
18008 #ifdef __cplusplus
18009 extern "C"
18010 #endif
18011 char $ac_func ();
18012 /* The GNU C library defines this for functions which it implements
18013 to always fail with ENOSYS. Some functions are actually named
18014 something starting with __ and the normal name is an alias. */
18015 #if defined __stub_$ac_func || defined __stub___$ac_func
18016 choke me
18017 #endif
18020 main ()
18022 return $ac_func ();
18024 return 0;
18026 _ACEOF
18027 rm -f conftest.$ac_objext conftest$ac_exeext
18028 if { (ac_try="$ac_link"
18029 case "(($ac_try" in
18030 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18031 *) ac_try_echo=$ac_try;;
18032 esac
18033 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
18034 $as_echo "$ac_try_echo") >&5
18035 (eval "$ac_link") 2>conftest.er1
18036 ac_status=$?
18037 grep -v '^ *+' conftest.er1 >conftest.err
18038 rm -f conftest.er1
18039 cat conftest.err >&5
18040 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
18041 (exit $ac_status); } && {
18042 test -z "$ac_c_werror_flag" ||
18043 test ! -s conftest.err
18044 } && test -s conftest$ac_exeext && {
18045 test "$cross_compiling" = yes ||
18046 $as_test_x conftest$ac_exeext
18047 }; then
18048 eval "$as_ac_var=yes"
18049 else
18050 $as_echo "$as_me: failed program was:" >&5
18051 sed 's/^/| /' conftest.$ac_ext >&5
18053 eval "$as_ac_var=no"
18056 rm -rf conftest.dSYM
18057 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
18058 conftest$ac_exeext conftest.$ac_ext
18060 ac_res=`eval 'as_val=${'$as_ac_var'}
18061 $as_echo "$as_val"'`
18062 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
18063 $as_echo "$ac_res" >&6; }
18064 as_val=`eval 'as_val=${'$as_ac_var'}
18065 $as_echo "$as_val"'`
18066 if test "x$as_val" = x""yes; then
18067 cat >>confdefs.h <<_ACEOF
18068 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
18069 _ACEOF
18072 done
18075 if test "$ac_cv_func_dlopen" = no
18076 then
18077 { $as_echo "$as_me:$LINENO: checking for dlopen in -ldl" >&5
18078 $as_echo_n "checking for dlopen in -ldl... " >&6; }
18079 if test "${ac_cv_lib_dl_dlopen+set}" = set; then
18080 $as_echo_n "(cached) " >&6
18081 else
18082 ac_check_lib_save_LIBS=$LIBS
18083 LIBS="-ldl $LIBS"
18084 cat >conftest.$ac_ext <<_ACEOF
18085 /* confdefs.h. */
18086 _ACEOF
18087 cat confdefs.h >>conftest.$ac_ext
18088 cat >>conftest.$ac_ext <<_ACEOF
18089 /* end confdefs.h. */
18091 /* Override any GCC internal prototype to avoid an error.
18092 Use char because int might match the return type of a GCC
18093 builtin and then its argument prototype would still apply. */
18094 #ifdef __cplusplus
18095 extern "C"
18096 #endif
18097 char dlopen ();
18099 main ()
18101 return dlopen ();
18103 return 0;
18105 _ACEOF
18106 rm -f conftest.$ac_objext conftest$ac_exeext
18107 if { (ac_try="$ac_link"
18108 case "(($ac_try" in
18109 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18110 *) ac_try_echo=$ac_try;;
18111 esac
18112 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
18113 $as_echo "$ac_try_echo") >&5
18114 (eval "$ac_link") 2>conftest.er1
18115 ac_status=$?
18116 grep -v '^ *+' conftest.er1 >conftest.err
18117 rm -f conftest.er1
18118 cat conftest.err >&5
18119 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
18120 (exit $ac_status); } && {
18121 test -z "$ac_c_werror_flag" ||
18122 test ! -s conftest.err
18123 } && test -s conftest$ac_exeext && {
18124 test "$cross_compiling" = yes ||
18125 $as_test_x conftest$ac_exeext
18126 }; then
18127 ac_cv_lib_dl_dlopen=yes
18128 else
18129 $as_echo "$as_me: failed program was:" >&5
18130 sed 's/^/| /' conftest.$ac_ext >&5
18132 ac_cv_lib_dl_dlopen=no
18135 rm -rf conftest.dSYM
18136 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
18137 conftest$ac_exeext conftest.$ac_ext
18138 LIBS=$ac_check_lib_save_LIBS
18140 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_dl_dlopen" >&5
18141 $as_echo "$ac_cv_lib_dl_dlopen" >&6; }
18142 if test "x$ac_cv_lib_dl_dlopen" = x""yes; then
18143 cat >>confdefs.h <<\_ACEOF
18144 #define HAVE_DLOPEN 1
18145 _ACEOF
18146 LIBDL="-ldl"
18151 ac_wine_check_funcs_save_LIBS="$LIBS"
18152 LIBS="$LIBS $LIBDL"
18154 for ac_func in dladdr
18156 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
18157 { $as_echo "$as_me:$LINENO: checking for $ac_func" >&5
18158 $as_echo_n "checking for $ac_func... " >&6; }
18159 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
18160 $as_echo_n "(cached) " >&6
18161 else
18162 cat >conftest.$ac_ext <<_ACEOF
18163 /* confdefs.h. */
18164 _ACEOF
18165 cat confdefs.h >>conftest.$ac_ext
18166 cat >>conftest.$ac_ext <<_ACEOF
18167 /* end confdefs.h. */
18168 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
18169 For example, HP-UX 11i <limits.h> declares gettimeofday. */
18170 #define $ac_func innocuous_$ac_func
18172 /* System header to define __stub macros and hopefully few prototypes,
18173 which can conflict with char $ac_func (); below.
18174 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
18175 <limits.h> exists even on freestanding compilers. */
18177 #ifdef __STDC__
18178 # include <limits.h>
18179 #else
18180 # include <assert.h>
18181 #endif
18183 #undef $ac_func
18185 /* Override any GCC internal prototype to avoid an error.
18186 Use char because int might match the return type of a GCC
18187 builtin and then its argument prototype would still apply. */
18188 #ifdef __cplusplus
18189 extern "C"
18190 #endif
18191 char $ac_func ();
18192 /* The GNU C library defines this for functions which it implements
18193 to always fail with ENOSYS. Some functions are actually named
18194 something starting with __ and the normal name is an alias. */
18195 #if defined __stub_$ac_func || defined __stub___$ac_func
18196 choke me
18197 #endif
18200 main ()
18202 return $ac_func ();
18204 return 0;
18206 _ACEOF
18207 rm -f conftest.$ac_objext conftest$ac_exeext
18208 if { (ac_try="$ac_link"
18209 case "(($ac_try" in
18210 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18211 *) ac_try_echo=$ac_try;;
18212 esac
18213 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
18214 $as_echo "$ac_try_echo") >&5
18215 (eval "$ac_link") 2>conftest.er1
18216 ac_status=$?
18217 grep -v '^ *+' conftest.er1 >conftest.err
18218 rm -f conftest.er1
18219 cat conftest.err >&5
18220 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
18221 (exit $ac_status); } && {
18222 test -z "$ac_c_werror_flag" ||
18223 test ! -s conftest.err
18224 } && test -s conftest$ac_exeext && {
18225 test "$cross_compiling" = yes ||
18226 $as_test_x conftest$ac_exeext
18227 }; then
18228 eval "$as_ac_var=yes"
18229 else
18230 $as_echo "$as_me: failed program was:" >&5
18231 sed 's/^/| /' conftest.$ac_ext >&5
18233 eval "$as_ac_var=no"
18236 rm -rf conftest.dSYM
18237 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
18238 conftest$ac_exeext conftest.$ac_ext
18240 ac_res=`eval 'as_val=${'$as_ac_var'}
18241 $as_echo "$as_val"'`
18242 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
18243 $as_echo "$ac_res" >&6; }
18244 as_val=`eval 'as_val=${'$as_ac_var'}
18245 $as_echo "$as_val"'`
18246 if test "x$as_val" = x""yes; then
18247 cat >>confdefs.h <<_ACEOF
18248 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
18249 _ACEOF
18252 done
18254 LIBS="$ac_wine_check_funcs_save_LIBS"
18256 if test "$ac_cv_func_poll" = no
18257 then
18258 { $as_echo "$as_me:$LINENO: checking for poll in -lpoll" >&5
18259 $as_echo_n "checking for poll in -lpoll... " >&6; }
18260 if test "${ac_cv_lib_poll_poll+set}" = set; then
18261 $as_echo_n "(cached) " >&6
18262 else
18263 ac_check_lib_save_LIBS=$LIBS
18264 LIBS="-lpoll $LIBS"
18265 cat >conftest.$ac_ext <<_ACEOF
18266 /* confdefs.h. */
18267 _ACEOF
18268 cat confdefs.h >>conftest.$ac_ext
18269 cat >>conftest.$ac_ext <<_ACEOF
18270 /* end confdefs.h. */
18272 /* Override any GCC internal prototype to avoid an error.
18273 Use char because int might match the return type of a GCC
18274 builtin and then its argument prototype would still apply. */
18275 #ifdef __cplusplus
18276 extern "C"
18277 #endif
18278 char poll ();
18280 main ()
18282 return poll ();
18284 return 0;
18286 _ACEOF
18287 rm -f conftest.$ac_objext conftest$ac_exeext
18288 if { (ac_try="$ac_link"
18289 case "(($ac_try" in
18290 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18291 *) ac_try_echo=$ac_try;;
18292 esac
18293 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
18294 $as_echo "$ac_try_echo") >&5
18295 (eval "$ac_link") 2>conftest.er1
18296 ac_status=$?
18297 grep -v '^ *+' conftest.er1 >conftest.err
18298 rm -f conftest.er1
18299 cat conftest.err >&5
18300 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
18301 (exit $ac_status); } && {
18302 test -z "$ac_c_werror_flag" ||
18303 test ! -s conftest.err
18304 } && test -s conftest$ac_exeext && {
18305 test "$cross_compiling" = yes ||
18306 $as_test_x conftest$ac_exeext
18307 }; then
18308 ac_cv_lib_poll_poll=yes
18309 else
18310 $as_echo "$as_me: failed program was:" >&5
18311 sed 's/^/| /' conftest.$ac_ext >&5
18313 ac_cv_lib_poll_poll=no
18316 rm -rf conftest.dSYM
18317 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
18318 conftest$ac_exeext conftest.$ac_ext
18319 LIBS=$ac_check_lib_save_LIBS
18321 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_poll_poll" >&5
18322 $as_echo "$ac_cv_lib_poll_poll" >&6; }
18323 if test "x$ac_cv_lib_poll_poll" = x""yes; then
18324 cat >>confdefs.h <<\_ACEOF
18325 #define HAVE_POLL 1
18326 _ACEOF
18327 LIBPOLL="-lpoll"
18333 { $as_echo "$as_me:$LINENO: checking for library containing gethostbyname" >&5
18334 $as_echo_n "checking for library containing gethostbyname... " >&6; }
18335 if test "${ac_cv_search_gethostbyname+set}" = set; then
18336 $as_echo_n "(cached) " >&6
18337 else
18338 ac_func_search_save_LIBS=$LIBS
18339 cat >conftest.$ac_ext <<_ACEOF
18340 /* confdefs.h. */
18341 _ACEOF
18342 cat confdefs.h >>conftest.$ac_ext
18343 cat >>conftest.$ac_ext <<_ACEOF
18344 /* end confdefs.h. */
18346 /* Override any GCC internal prototype to avoid an error.
18347 Use char because int might match the return type of a GCC
18348 builtin and then its argument prototype would still apply. */
18349 #ifdef __cplusplus
18350 extern "C"
18351 #endif
18352 char gethostbyname ();
18354 main ()
18356 return gethostbyname ();
18358 return 0;
18360 _ACEOF
18361 for ac_lib in '' nsl; do
18362 if test -z "$ac_lib"; then
18363 ac_res="none required"
18364 else
18365 ac_res=-l$ac_lib
18366 LIBS="-l$ac_lib $ac_func_search_save_LIBS"
18368 rm -f conftest.$ac_objext conftest$ac_exeext
18369 if { (ac_try="$ac_link"
18370 case "(($ac_try" in
18371 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18372 *) ac_try_echo=$ac_try;;
18373 esac
18374 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
18375 $as_echo "$ac_try_echo") >&5
18376 (eval "$ac_link") 2>conftest.er1
18377 ac_status=$?
18378 grep -v '^ *+' conftest.er1 >conftest.err
18379 rm -f conftest.er1
18380 cat conftest.err >&5
18381 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
18382 (exit $ac_status); } && {
18383 test -z "$ac_c_werror_flag" ||
18384 test ! -s conftest.err
18385 } && test -s conftest$ac_exeext && {
18386 test "$cross_compiling" = yes ||
18387 $as_test_x conftest$ac_exeext
18388 }; then
18389 ac_cv_search_gethostbyname=$ac_res
18390 else
18391 $as_echo "$as_me: failed program was:" >&5
18392 sed 's/^/| /' conftest.$ac_ext >&5
18397 rm -rf conftest.dSYM
18398 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
18399 conftest$ac_exeext
18400 if test "${ac_cv_search_gethostbyname+set}" = set; then
18401 break
18403 done
18404 if test "${ac_cv_search_gethostbyname+set}" = set; then
18406 else
18407 ac_cv_search_gethostbyname=no
18409 rm conftest.$ac_ext
18410 LIBS=$ac_func_search_save_LIBS
18412 { $as_echo "$as_me:$LINENO: result: $ac_cv_search_gethostbyname" >&5
18413 $as_echo "$ac_cv_search_gethostbyname" >&6; }
18414 ac_res=$ac_cv_search_gethostbyname
18415 if test "$ac_res" != no; then
18416 test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
18421 { $as_echo "$as_me:$LINENO: checking for library containing connect" >&5
18422 $as_echo_n "checking for library containing connect... " >&6; }
18423 if test "${ac_cv_search_connect+set}" = set; then
18424 $as_echo_n "(cached) " >&6
18425 else
18426 ac_func_search_save_LIBS=$LIBS
18427 cat >conftest.$ac_ext <<_ACEOF
18428 /* confdefs.h. */
18429 _ACEOF
18430 cat confdefs.h >>conftest.$ac_ext
18431 cat >>conftest.$ac_ext <<_ACEOF
18432 /* end confdefs.h. */
18434 /* Override any GCC internal prototype to avoid an error.
18435 Use char because int might match the return type of a GCC
18436 builtin and then its argument prototype would still apply. */
18437 #ifdef __cplusplus
18438 extern "C"
18439 #endif
18440 char connect ();
18442 main ()
18444 return connect ();
18446 return 0;
18448 _ACEOF
18449 for ac_lib in '' socket; do
18450 if test -z "$ac_lib"; then
18451 ac_res="none required"
18452 else
18453 ac_res=-l$ac_lib
18454 LIBS="-l$ac_lib $ac_func_search_save_LIBS"
18456 rm -f conftest.$ac_objext conftest$ac_exeext
18457 if { (ac_try="$ac_link"
18458 case "(($ac_try" in
18459 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18460 *) ac_try_echo=$ac_try;;
18461 esac
18462 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
18463 $as_echo "$ac_try_echo") >&5
18464 (eval "$ac_link") 2>conftest.er1
18465 ac_status=$?
18466 grep -v '^ *+' conftest.er1 >conftest.err
18467 rm -f conftest.er1
18468 cat conftest.err >&5
18469 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
18470 (exit $ac_status); } && {
18471 test -z "$ac_c_werror_flag" ||
18472 test ! -s conftest.err
18473 } && test -s conftest$ac_exeext && {
18474 test "$cross_compiling" = yes ||
18475 $as_test_x conftest$ac_exeext
18476 }; then
18477 ac_cv_search_connect=$ac_res
18478 else
18479 $as_echo "$as_me: failed program was:" >&5
18480 sed 's/^/| /' conftest.$ac_ext >&5
18485 rm -rf conftest.dSYM
18486 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
18487 conftest$ac_exeext
18488 if test "${ac_cv_search_connect+set}" = set; then
18489 break
18491 done
18492 if test "${ac_cv_search_connect+set}" = set; then
18494 else
18495 ac_cv_search_connect=no
18497 rm conftest.$ac_ext
18498 LIBS=$ac_func_search_save_LIBS
18500 { $as_echo "$as_me:$LINENO: result: $ac_cv_search_connect" >&5
18501 $as_echo "$ac_cv_search_connect" >&6; }
18502 ac_res=$ac_cv_search_connect
18503 if test "$ac_res" != no; then
18504 test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
18509 { $as_echo "$as_me:$LINENO: checking for library containing inet_aton" >&5
18510 $as_echo_n "checking for library containing inet_aton... " >&6; }
18511 if test "${ac_cv_search_inet_aton+set}" = set; then
18512 $as_echo_n "(cached) " >&6
18513 else
18514 ac_func_search_save_LIBS=$LIBS
18515 cat >conftest.$ac_ext <<_ACEOF
18516 /* confdefs.h. */
18517 _ACEOF
18518 cat confdefs.h >>conftest.$ac_ext
18519 cat >>conftest.$ac_ext <<_ACEOF
18520 /* end confdefs.h. */
18522 /* Override any GCC internal prototype to avoid an error.
18523 Use char because int might match the return type of a GCC
18524 builtin and then its argument prototype would still apply. */
18525 #ifdef __cplusplus
18526 extern "C"
18527 #endif
18528 char inet_aton ();
18530 main ()
18532 return inet_aton ();
18534 return 0;
18536 _ACEOF
18537 for ac_lib in '' resolv; do
18538 if test -z "$ac_lib"; then
18539 ac_res="none required"
18540 else
18541 ac_res=-l$ac_lib
18542 LIBS="-l$ac_lib $ac_func_search_save_LIBS"
18544 rm -f conftest.$ac_objext conftest$ac_exeext
18545 if { (ac_try="$ac_link"
18546 case "(($ac_try" in
18547 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18548 *) ac_try_echo=$ac_try;;
18549 esac
18550 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
18551 $as_echo "$ac_try_echo") >&5
18552 (eval "$ac_link") 2>conftest.er1
18553 ac_status=$?
18554 grep -v '^ *+' conftest.er1 >conftest.err
18555 rm -f conftest.er1
18556 cat conftest.err >&5
18557 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
18558 (exit $ac_status); } && {
18559 test -z "$ac_c_werror_flag" ||
18560 test ! -s conftest.err
18561 } && test -s conftest$ac_exeext && {
18562 test "$cross_compiling" = yes ||
18563 $as_test_x conftest$ac_exeext
18564 }; then
18565 ac_cv_search_inet_aton=$ac_res
18566 else
18567 $as_echo "$as_me: failed program was:" >&5
18568 sed 's/^/| /' conftest.$ac_ext >&5
18573 rm -rf conftest.dSYM
18574 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
18575 conftest$ac_exeext
18576 if test "${ac_cv_search_inet_aton+set}" = set; then
18577 break
18579 done
18580 if test "${ac_cv_search_inet_aton+set}" = set; then
18582 else
18583 ac_cv_search_inet_aton=no
18585 rm conftest.$ac_ext
18586 LIBS=$ac_func_search_save_LIBS
18588 { $as_echo "$as_me:$LINENO: result: $ac_cv_search_inet_aton" >&5
18589 $as_echo "$ac_cv_search_inet_aton" >&6; }
18590 ac_res=$ac_cv_search_inet_aton
18591 if test "$ac_res" != no; then
18592 test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
18605 for ac_func in \
18606 getaddrinfo \
18607 getnameinfo \
18608 getnetbyname \
18609 getprotobyname \
18610 getprotobynumber \
18611 getservbyport \
18612 inet_network \
18613 sendmsg \
18616 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
18617 { $as_echo "$as_me:$LINENO: checking for $ac_func" >&5
18618 $as_echo_n "checking for $ac_func... " >&6; }
18619 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
18620 $as_echo_n "(cached) " >&6
18621 else
18622 cat >conftest.$ac_ext <<_ACEOF
18623 /* confdefs.h. */
18624 _ACEOF
18625 cat confdefs.h >>conftest.$ac_ext
18626 cat >>conftest.$ac_ext <<_ACEOF
18627 /* end confdefs.h. */
18628 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
18629 For example, HP-UX 11i <limits.h> declares gettimeofday. */
18630 #define $ac_func innocuous_$ac_func
18632 /* System header to define __stub macros and hopefully few prototypes,
18633 which can conflict with char $ac_func (); below.
18634 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
18635 <limits.h> exists even on freestanding compilers. */
18637 #ifdef __STDC__
18638 # include <limits.h>
18639 #else
18640 # include <assert.h>
18641 #endif
18643 #undef $ac_func
18645 /* Override any GCC internal prototype to avoid an error.
18646 Use char because int might match the return type of a GCC
18647 builtin and then its argument prototype would still apply. */
18648 #ifdef __cplusplus
18649 extern "C"
18650 #endif
18651 char $ac_func ();
18652 /* The GNU C library defines this for functions which it implements
18653 to always fail with ENOSYS. Some functions are actually named
18654 something starting with __ and the normal name is an alias. */
18655 #if defined __stub_$ac_func || defined __stub___$ac_func
18656 choke me
18657 #endif
18660 main ()
18662 return $ac_func ();
18664 return 0;
18666 _ACEOF
18667 rm -f conftest.$ac_objext conftest$ac_exeext
18668 if { (ac_try="$ac_link"
18669 case "(($ac_try" in
18670 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18671 *) ac_try_echo=$ac_try;;
18672 esac
18673 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
18674 $as_echo "$ac_try_echo") >&5
18675 (eval "$ac_link") 2>conftest.er1
18676 ac_status=$?
18677 grep -v '^ *+' conftest.er1 >conftest.err
18678 rm -f conftest.er1
18679 cat conftest.err >&5
18680 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
18681 (exit $ac_status); } && {
18682 test -z "$ac_c_werror_flag" ||
18683 test ! -s conftest.err
18684 } && test -s conftest$ac_exeext && {
18685 test "$cross_compiling" = yes ||
18686 $as_test_x conftest$ac_exeext
18687 }; then
18688 eval "$as_ac_var=yes"
18689 else
18690 $as_echo "$as_me: failed program was:" >&5
18691 sed 's/^/| /' conftest.$ac_ext >&5
18693 eval "$as_ac_var=no"
18696 rm -rf conftest.dSYM
18697 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
18698 conftest$ac_exeext conftest.$ac_ext
18700 ac_res=`eval 'as_val=${'$as_ac_var'}
18701 $as_echo "$as_val"'`
18702 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
18703 $as_echo "$ac_res" >&6; }
18704 as_val=`eval 'as_val=${'$as_ac_var'}
18705 $as_echo "$as_val"'`
18706 if test "x$as_val" = x""yes; then
18707 cat >>confdefs.h <<_ACEOF
18708 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
18709 _ACEOF
18712 done
18715 LDAPLIBS=""
18717 if test "$ac_cv_header_ldap_h" = "yes" -a "$ac_cv_header_lber_h" = "yes"
18718 then
18719 { $as_echo "$as_me:$LINENO: checking for LDAPSortKey" >&5
18720 $as_echo_n "checking for LDAPSortKey... " >&6; }
18721 if test "${ac_cv_type_LDAPSortKey+set}" = set; then
18722 $as_echo_n "(cached) " >&6
18723 else
18724 ac_cv_type_LDAPSortKey=no
18725 cat >conftest.$ac_ext <<_ACEOF
18726 /* confdefs.h. */
18727 _ACEOF
18728 cat confdefs.h >>conftest.$ac_ext
18729 cat >>conftest.$ac_ext <<_ACEOF
18730 /* end confdefs.h. */
18731 #include <ldap.h>
18734 main ()
18736 if (sizeof (LDAPSortKey))
18737 return 0;
18739 return 0;
18741 _ACEOF
18742 rm -f conftest.$ac_objext
18743 if { (ac_try="$ac_compile"
18744 case "(($ac_try" in
18745 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18746 *) ac_try_echo=$ac_try;;
18747 esac
18748 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
18749 $as_echo "$ac_try_echo") >&5
18750 (eval "$ac_compile") 2>conftest.er1
18751 ac_status=$?
18752 grep -v '^ *+' conftest.er1 >conftest.err
18753 rm -f conftest.er1
18754 cat conftest.err >&5
18755 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
18756 (exit $ac_status); } && {
18757 test -z "$ac_c_werror_flag" ||
18758 test ! -s conftest.err
18759 } && test -s conftest.$ac_objext; then
18760 cat >conftest.$ac_ext <<_ACEOF
18761 /* confdefs.h. */
18762 _ACEOF
18763 cat confdefs.h >>conftest.$ac_ext
18764 cat >>conftest.$ac_ext <<_ACEOF
18765 /* end confdefs.h. */
18766 #include <ldap.h>
18769 main ()
18771 if (sizeof ((LDAPSortKey)))
18772 return 0;
18774 return 0;
18776 _ACEOF
18777 rm -f conftest.$ac_objext
18778 if { (ac_try="$ac_compile"
18779 case "(($ac_try" in
18780 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18781 *) ac_try_echo=$ac_try;;
18782 esac
18783 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
18784 $as_echo "$ac_try_echo") >&5
18785 (eval "$ac_compile") 2>conftest.er1
18786 ac_status=$?
18787 grep -v '^ *+' conftest.er1 >conftest.err
18788 rm -f conftest.er1
18789 cat conftest.err >&5
18790 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
18791 (exit $ac_status); } && {
18792 test -z "$ac_c_werror_flag" ||
18793 test ! -s conftest.err
18794 } && test -s conftest.$ac_objext; then
18796 else
18797 $as_echo "$as_me: failed program was:" >&5
18798 sed 's/^/| /' conftest.$ac_ext >&5
18800 ac_cv_type_LDAPSortKey=yes
18803 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
18804 else
18805 $as_echo "$as_me: failed program was:" >&5
18806 sed 's/^/| /' conftest.$ac_ext >&5
18811 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
18813 { $as_echo "$as_me:$LINENO: result: $ac_cv_type_LDAPSortKey" >&5
18814 $as_echo "$ac_cv_type_LDAPSortKey" >&6; }
18815 if test "x$ac_cv_type_LDAPSortKey" = x""yes; then
18816 { $as_echo "$as_me:$LINENO: checking for ldap_initialize in -lldap_r" >&5
18817 $as_echo_n "checking for ldap_initialize in -lldap_r... " >&6; }
18818 if test "${ac_cv_lib_ldap_r_ldap_initialize+set}" = set; then
18819 $as_echo_n "(cached) " >&6
18820 else
18821 ac_check_lib_save_LIBS=$LIBS
18822 LIBS="-lldap_r $LIBPTHREAD $LIBS"
18823 cat >conftest.$ac_ext <<_ACEOF
18824 /* confdefs.h. */
18825 _ACEOF
18826 cat confdefs.h >>conftest.$ac_ext
18827 cat >>conftest.$ac_ext <<_ACEOF
18828 /* end confdefs.h. */
18830 /* Override any GCC internal prototype to avoid an error.
18831 Use char because int might match the return type of a GCC
18832 builtin and then its argument prototype would still apply. */
18833 #ifdef __cplusplus
18834 extern "C"
18835 #endif
18836 char ldap_initialize ();
18838 main ()
18840 return ldap_initialize ();
18842 return 0;
18844 _ACEOF
18845 rm -f conftest.$ac_objext conftest$ac_exeext
18846 if { (ac_try="$ac_link"
18847 case "(($ac_try" in
18848 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18849 *) ac_try_echo=$ac_try;;
18850 esac
18851 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
18852 $as_echo "$ac_try_echo") >&5
18853 (eval "$ac_link") 2>conftest.er1
18854 ac_status=$?
18855 grep -v '^ *+' conftest.er1 >conftest.err
18856 rm -f conftest.er1
18857 cat conftest.err >&5
18858 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
18859 (exit $ac_status); } && {
18860 test -z "$ac_c_werror_flag" ||
18861 test ! -s conftest.err
18862 } && test -s conftest$ac_exeext && {
18863 test "$cross_compiling" = yes ||
18864 $as_test_x conftest$ac_exeext
18865 }; then
18866 ac_cv_lib_ldap_r_ldap_initialize=yes
18867 else
18868 $as_echo "$as_me: failed program was:" >&5
18869 sed 's/^/| /' conftest.$ac_ext >&5
18871 ac_cv_lib_ldap_r_ldap_initialize=no
18874 rm -rf conftest.dSYM
18875 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
18876 conftest$ac_exeext conftest.$ac_ext
18877 LIBS=$ac_check_lib_save_LIBS
18879 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_ldap_r_ldap_initialize" >&5
18880 $as_echo "$ac_cv_lib_ldap_r_ldap_initialize" >&6; }
18881 if test "x$ac_cv_lib_ldap_r_ldap_initialize" = x""yes; then
18882 { $as_echo "$as_me:$LINENO: checking for ber_init in -llber" >&5
18883 $as_echo_n "checking for ber_init in -llber... " >&6; }
18884 if test "${ac_cv_lib_lber_ber_init+set}" = set; then
18885 $as_echo_n "(cached) " >&6
18886 else
18887 ac_check_lib_save_LIBS=$LIBS
18888 LIBS="-llber $LIBPTHREAD $LIBS"
18889 cat >conftest.$ac_ext <<_ACEOF
18890 /* confdefs.h. */
18891 _ACEOF
18892 cat confdefs.h >>conftest.$ac_ext
18893 cat >>conftest.$ac_ext <<_ACEOF
18894 /* end confdefs.h. */
18896 /* Override any GCC internal prototype to avoid an error.
18897 Use char because int might match the return type of a GCC
18898 builtin and then its argument prototype would still apply. */
18899 #ifdef __cplusplus
18900 extern "C"
18901 #endif
18902 char ber_init ();
18904 main ()
18906 return ber_init ();
18908 return 0;
18910 _ACEOF
18911 rm -f conftest.$ac_objext conftest$ac_exeext
18912 if { (ac_try="$ac_link"
18913 case "(($ac_try" in
18914 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18915 *) ac_try_echo=$ac_try;;
18916 esac
18917 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
18918 $as_echo "$ac_try_echo") >&5
18919 (eval "$ac_link") 2>conftest.er1
18920 ac_status=$?
18921 grep -v '^ *+' conftest.er1 >conftest.err
18922 rm -f conftest.er1
18923 cat conftest.err >&5
18924 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
18925 (exit $ac_status); } && {
18926 test -z "$ac_c_werror_flag" ||
18927 test ! -s conftest.err
18928 } && test -s conftest$ac_exeext && {
18929 test "$cross_compiling" = yes ||
18930 $as_test_x conftest$ac_exeext
18931 }; then
18932 ac_cv_lib_lber_ber_init=yes
18933 else
18934 $as_echo "$as_me: failed program was:" >&5
18935 sed 's/^/| /' conftest.$ac_ext >&5
18937 ac_cv_lib_lber_ber_init=no
18940 rm -rf conftest.dSYM
18941 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
18942 conftest$ac_exeext conftest.$ac_ext
18943 LIBS=$ac_check_lib_save_LIBS
18945 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_lber_ber_init" >&5
18946 $as_echo "$ac_cv_lib_lber_ber_init" >&6; }
18947 if test "x$ac_cv_lib_lber_ber_init" = x""yes; then
18949 cat >>confdefs.h <<\_ACEOF
18950 #define HAVE_LDAP 1
18951 _ACEOF
18953 LDAPLIBS="-lldap_r -llber"
18960 ac_wine_check_funcs_save_LIBS="$LIBS"
18961 LIBS="$LIBS $LDAPLIBS $LIBPTHREAD"
18970 for ac_func in \
18971 ldap_count_references \
18972 ldap_first_reference \
18973 ldap_next_reference \
18974 ldap_parse_reference \
18975 ldap_parse_sort_control \
18976 ldap_parse_sortresponse_control \
18977 ldap_parse_vlv_control \
18978 ldap_parse_vlvresponse_control
18980 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
18981 { $as_echo "$as_me:$LINENO: checking for $ac_func" >&5
18982 $as_echo_n "checking for $ac_func... " >&6; }
18983 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
18984 $as_echo_n "(cached) " >&6
18985 else
18986 cat >conftest.$ac_ext <<_ACEOF
18987 /* confdefs.h. */
18988 _ACEOF
18989 cat confdefs.h >>conftest.$ac_ext
18990 cat >>conftest.$ac_ext <<_ACEOF
18991 /* end confdefs.h. */
18992 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
18993 For example, HP-UX 11i <limits.h> declares gettimeofday. */
18994 #define $ac_func innocuous_$ac_func
18996 /* System header to define __stub macros and hopefully few prototypes,
18997 which can conflict with char $ac_func (); below.
18998 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
18999 <limits.h> exists even on freestanding compilers. */
19001 #ifdef __STDC__
19002 # include <limits.h>
19003 #else
19004 # include <assert.h>
19005 #endif
19007 #undef $ac_func
19009 /* Override any GCC internal prototype to avoid an error.
19010 Use char because int might match the return type of a GCC
19011 builtin and then its argument prototype would still apply. */
19012 #ifdef __cplusplus
19013 extern "C"
19014 #endif
19015 char $ac_func ();
19016 /* The GNU C library defines this for functions which it implements
19017 to always fail with ENOSYS. Some functions are actually named
19018 something starting with __ and the normal name is an alias. */
19019 #if defined __stub_$ac_func || defined __stub___$ac_func
19020 choke me
19021 #endif
19024 main ()
19026 return $ac_func ();
19028 return 0;
19030 _ACEOF
19031 rm -f conftest.$ac_objext conftest$ac_exeext
19032 if { (ac_try="$ac_link"
19033 case "(($ac_try" in
19034 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19035 *) ac_try_echo=$ac_try;;
19036 esac
19037 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
19038 $as_echo "$ac_try_echo") >&5
19039 (eval "$ac_link") 2>conftest.er1
19040 ac_status=$?
19041 grep -v '^ *+' conftest.er1 >conftest.err
19042 rm -f conftest.er1
19043 cat conftest.err >&5
19044 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
19045 (exit $ac_status); } && {
19046 test -z "$ac_c_werror_flag" ||
19047 test ! -s conftest.err
19048 } && test -s conftest$ac_exeext && {
19049 test "$cross_compiling" = yes ||
19050 $as_test_x conftest$ac_exeext
19051 }; then
19052 eval "$as_ac_var=yes"
19053 else
19054 $as_echo "$as_me: failed program was:" >&5
19055 sed 's/^/| /' conftest.$ac_ext >&5
19057 eval "$as_ac_var=no"
19060 rm -rf conftest.dSYM
19061 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
19062 conftest$ac_exeext conftest.$ac_ext
19064 ac_res=`eval 'as_val=${'$as_ac_var'}
19065 $as_echo "$as_val"'`
19066 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
19067 $as_echo "$ac_res" >&6; }
19068 as_val=`eval 'as_val=${'$as_ac_var'}
19069 $as_echo "$as_val"'`
19070 if test "x$as_val" = x""yes; then
19071 cat >>confdefs.h <<_ACEOF
19072 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
19073 _ACEOF
19076 done
19078 LIBS="$ac_wine_check_funcs_save_LIBS"
19080 if test "x$LDAPLIBS" = "x"; then
19081 case "x$with_ldap" in
19082 x) wine_notices="$wine_notices|libldap (OpenLDAP) ${notice_platform}development files not found, LDAP won't be supported." ;;
19083 xno) ;;
19084 *) { { $as_echo "$as_me:$LINENO: error: libldap (OpenLDAP) ${notice_platform}development files not found, LDAP won't be supported.
19085 This is an error since --with-ldap was requested." >&5
19086 $as_echo "$as_me: error: libldap (OpenLDAP) ${notice_platform}development files not found, LDAP won't be supported.
19087 This is an error since --with-ldap was requested." >&2;}
19088 { (exit 1); exit 1; }; } ;;
19089 esac
19094 { $as_echo "$as_me:$LINENO: checking for an ANSI C-conforming const" >&5
19095 $as_echo_n "checking for an ANSI C-conforming const... " >&6; }
19096 if test "${ac_cv_c_const+set}" = set; then
19097 $as_echo_n "(cached) " >&6
19098 else
19099 cat >conftest.$ac_ext <<_ACEOF
19100 /* confdefs.h. */
19101 _ACEOF
19102 cat confdefs.h >>conftest.$ac_ext
19103 cat >>conftest.$ac_ext <<_ACEOF
19104 /* end confdefs.h. */
19107 main ()
19109 /* FIXME: Include the comments suggested by Paul. */
19110 #ifndef __cplusplus
19111 /* Ultrix mips cc rejects this. */
19112 typedef int charset[2];
19113 const charset cs;
19114 /* SunOS 4.1.1 cc rejects this. */
19115 char const *const *pcpcc;
19116 char **ppc;
19117 /* NEC SVR4.0.2 mips cc rejects this. */
19118 struct point {int x, y;};
19119 static struct point const zero = {0,0};
19120 /* AIX XL C 1.02.0.0 rejects this.
19121 It does not let you subtract one const X* pointer from another in
19122 an arm of an if-expression whose if-part is not a constant
19123 expression */
19124 const char *g = "string";
19125 pcpcc = &g + (g ? g-g : 0);
19126 /* HPUX 7.0 cc rejects these. */
19127 ++pcpcc;
19128 ppc = (char**) pcpcc;
19129 pcpcc = (char const *const *) ppc;
19130 { /* SCO 3.2v4 cc rejects this. */
19131 char *t;
19132 char const *s = 0 ? (char *) 0 : (char const *) 0;
19134 *t++ = 0;
19135 if (s) return 0;
19137 { /* Someone thinks the Sun supposedly-ANSI compiler will reject this. */
19138 int x[] = {25, 17};
19139 const int *foo = &x[0];
19140 ++foo;
19142 { /* Sun SC1.0 ANSI compiler rejects this -- but not the above. */
19143 typedef const int *iptr;
19144 iptr p = 0;
19145 ++p;
19147 { /* AIX XL C 1.02.0.0 rejects this saying
19148 "k.c", line 2.27: 1506-025 (S) Operand must be a modifiable lvalue. */
19149 struct s { int j; const int *ap[3]; };
19150 struct s *b; b->j = 5;
19152 { /* ULTRIX-32 V3.1 (Rev 9) vcc rejects this */
19153 const int foo = 10;
19154 if (!foo) return 0;
19156 return !cs[0] && !zero.x;
19157 #endif
19160 return 0;
19162 _ACEOF
19163 rm -f conftest.$ac_objext
19164 if { (ac_try="$ac_compile"
19165 case "(($ac_try" in
19166 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19167 *) ac_try_echo=$ac_try;;
19168 esac
19169 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
19170 $as_echo "$ac_try_echo") >&5
19171 (eval "$ac_compile") 2>conftest.er1
19172 ac_status=$?
19173 grep -v '^ *+' conftest.er1 >conftest.err
19174 rm -f conftest.er1
19175 cat conftest.err >&5
19176 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
19177 (exit $ac_status); } && {
19178 test -z "$ac_c_werror_flag" ||
19179 test ! -s conftest.err
19180 } && test -s conftest.$ac_objext; then
19181 ac_cv_c_const=yes
19182 else
19183 $as_echo "$as_me: failed program was:" >&5
19184 sed 's/^/| /' conftest.$ac_ext >&5
19186 ac_cv_c_const=no
19189 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19191 { $as_echo "$as_me:$LINENO: result: $ac_cv_c_const" >&5
19192 $as_echo "$ac_cv_c_const" >&6; }
19193 if test $ac_cv_c_const = no; then
19195 cat >>confdefs.h <<\_ACEOF
19196 #define const /**/
19197 _ACEOF
19201 { $as_echo "$as_me:$LINENO: checking for inline" >&5
19202 $as_echo_n "checking for inline... " >&6; }
19203 if test "${ac_cv_c_inline+set}" = set; then
19204 $as_echo_n "(cached) " >&6
19205 else
19206 ac_cv_c_inline=no
19207 for ac_kw in inline __inline__ __inline; do
19208 cat >conftest.$ac_ext <<_ACEOF
19209 /* confdefs.h. */
19210 _ACEOF
19211 cat confdefs.h >>conftest.$ac_ext
19212 cat >>conftest.$ac_ext <<_ACEOF
19213 /* end confdefs.h. */
19214 #ifndef __cplusplus
19215 typedef int foo_t;
19216 static $ac_kw foo_t static_foo () {return 0; }
19217 $ac_kw foo_t foo () {return 0; }
19218 #endif
19220 _ACEOF
19221 rm -f conftest.$ac_objext
19222 if { (ac_try="$ac_compile"
19223 case "(($ac_try" in
19224 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19225 *) ac_try_echo=$ac_try;;
19226 esac
19227 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
19228 $as_echo "$ac_try_echo") >&5
19229 (eval "$ac_compile") 2>conftest.er1
19230 ac_status=$?
19231 grep -v '^ *+' conftest.er1 >conftest.err
19232 rm -f conftest.er1
19233 cat conftest.err >&5
19234 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
19235 (exit $ac_status); } && {
19236 test -z "$ac_c_werror_flag" ||
19237 test ! -s conftest.err
19238 } && test -s conftest.$ac_objext; then
19239 ac_cv_c_inline=$ac_kw
19240 else
19241 $as_echo "$as_me: failed program was:" >&5
19242 sed 's/^/| /' conftest.$ac_ext >&5
19247 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19248 test "$ac_cv_c_inline" != no && break
19249 done
19252 { $as_echo "$as_me:$LINENO: result: $ac_cv_c_inline" >&5
19253 $as_echo "$ac_cv_c_inline" >&6; }
19256 case $ac_cv_c_inline in
19257 inline | yes) ;;
19259 case $ac_cv_c_inline in
19260 no) ac_val=;;
19261 *) ac_val=$ac_cv_c_inline;;
19262 esac
19263 cat >>confdefs.h <<_ACEOF
19264 #ifndef __cplusplus
19265 #define inline $ac_val
19266 #endif
19267 _ACEOF
19269 esac
19271 { $as_echo "$as_me:$LINENO: checking for mode_t" >&5
19272 $as_echo_n "checking for mode_t... " >&6; }
19273 if test "${ac_cv_type_mode_t+set}" = set; then
19274 $as_echo_n "(cached) " >&6
19275 else
19276 ac_cv_type_mode_t=no
19277 cat >conftest.$ac_ext <<_ACEOF
19278 /* confdefs.h. */
19279 _ACEOF
19280 cat confdefs.h >>conftest.$ac_ext
19281 cat >>conftest.$ac_ext <<_ACEOF
19282 /* end confdefs.h. */
19283 $ac_includes_default
19285 main ()
19287 if (sizeof (mode_t))
19288 return 0;
19290 return 0;
19292 _ACEOF
19293 rm -f conftest.$ac_objext
19294 if { (ac_try="$ac_compile"
19295 case "(($ac_try" in
19296 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19297 *) ac_try_echo=$ac_try;;
19298 esac
19299 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
19300 $as_echo "$ac_try_echo") >&5
19301 (eval "$ac_compile") 2>conftest.er1
19302 ac_status=$?
19303 grep -v '^ *+' conftest.er1 >conftest.err
19304 rm -f conftest.er1
19305 cat conftest.err >&5
19306 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
19307 (exit $ac_status); } && {
19308 test -z "$ac_c_werror_flag" ||
19309 test ! -s conftest.err
19310 } && test -s conftest.$ac_objext; then
19311 cat >conftest.$ac_ext <<_ACEOF
19312 /* confdefs.h. */
19313 _ACEOF
19314 cat confdefs.h >>conftest.$ac_ext
19315 cat >>conftest.$ac_ext <<_ACEOF
19316 /* end confdefs.h. */
19317 $ac_includes_default
19319 main ()
19321 if (sizeof ((mode_t)))
19322 return 0;
19324 return 0;
19326 _ACEOF
19327 rm -f conftest.$ac_objext
19328 if { (ac_try="$ac_compile"
19329 case "(($ac_try" in
19330 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19331 *) ac_try_echo=$ac_try;;
19332 esac
19333 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
19334 $as_echo "$ac_try_echo") >&5
19335 (eval "$ac_compile") 2>conftest.er1
19336 ac_status=$?
19337 grep -v '^ *+' conftest.er1 >conftest.err
19338 rm -f conftest.er1
19339 cat conftest.err >&5
19340 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
19341 (exit $ac_status); } && {
19342 test -z "$ac_c_werror_flag" ||
19343 test ! -s conftest.err
19344 } && test -s conftest.$ac_objext; then
19346 else
19347 $as_echo "$as_me: failed program was:" >&5
19348 sed 's/^/| /' conftest.$ac_ext >&5
19350 ac_cv_type_mode_t=yes
19353 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19354 else
19355 $as_echo "$as_me: failed program was:" >&5
19356 sed 's/^/| /' conftest.$ac_ext >&5
19361 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19363 { $as_echo "$as_me:$LINENO: result: $ac_cv_type_mode_t" >&5
19364 $as_echo "$ac_cv_type_mode_t" >&6; }
19365 if test "x$ac_cv_type_mode_t" = x""yes; then
19367 cat >>confdefs.h <<_ACEOF
19368 #define HAVE_MODE_T 1
19369 _ACEOF
19373 { $as_echo "$as_me:$LINENO: checking for off_t" >&5
19374 $as_echo_n "checking for off_t... " >&6; }
19375 if test "${ac_cv_type_off_t+set}" = set; then
19376 $as_echo_n "(cached) " >&6
19377 else
19378 ac_cv_type_off_t=no
19379 cat >conftest.$ac_ext <<_ACEOF
19380 /* confdefs.h. */
19381 _ACEOF
19382 cat confdefs.h >>conftest.$ac_ext
19383 cat >>conftest.$ac_ext <<_ACEOF
19384 /* end confdefs.h. */
19385 $ac_includes_default
19387 main ()
19389 if (sizeof (off_t))
19390 return 0;
19392 return 0;
19394 _ACEOF
19395 rm -f conftest.$ac_objext
19396 if { (ac_try="$ac_compile"
19397 case "(($ac_try" in
19398 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19399 *) ac_try_echo=$ac_try;;
19400 esac
19401 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
19402 $as_echo "$ac_try_echo") >&5
19403 (eval "$ac_compile") 2>conftest.er1
19404 ac_status=$?
19405 grep -v '^ *+' conftest.er1 >conftest.err
19406 rm -f conftest.er1
19407 cat conftest.err >&5
19408 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
19409 (exit $ac_status); } && {
19410 test -z "$ac_c_werror_flag" ||
19411 test ! -s conftest.err
19412 } && test -s conftest.$ac_objext; then
19413 cat >conftest.$ac_ext <<_ACEOF
19414 /* confdefs.h. */
19415 _ACEOF
19416 cat confdefs.h >>conftest.$ac_ext
19417 cat >>conftest.$ac_ext <<_ACEOF
19418 /* end confdefs.h. */
19419 $ac_includes_default
19421 main ()
19423 if (sizeof ((off_t)))
19424 return 0;
19426 return 0;
19428 _ACEOF
19429 rm -f conftest.$ac_objext
19430 if { (ac_try="$ac_compile"
19431 case "(($ac_try" in
19432 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19433 *) ac_try_echo=$ac_try;;
19434 esac
19435 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
19436 $as_echo "$ac_try_echo") >&5
19437 (eval "$ac_compile") 2>conftest.er1
19438 ac_status=$?
19439 grep -v '^ *+' conftest.er1 >conftest.err
19440 rm -f conftest.er1
19441 cat conftest.err >&5
19442 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
19443 (exit $ac_status); } && {
19444 test -z "$ac_c_werror_flag" ||
19445 test ! -s conftest.err
19446 } && test -s conftest.$ac_objext; then
19448 else
19449 $as_echo "$as_me: failed program was:" >&5
19450 sed 's/^/| /' conftest.$ac_ext >&5
19452 ac_cv_type_off_t=yes
19455 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19456 else
19457 $as_echo "$as_me: failed program was:" >&5
19458 sed 's/^/| /' conftest.$ac_ext >&5
19463 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19465 { $as_echo "$as_me:$LINENO: result: $ac_cv_type_off_t" >&5
19466 $as_echo "$ac_cv_type_off_t" >&6; }
19467 if test "x$ac_cv_type_off_t" = x""yes; then
19469 cat >>confdefs.h <<_ACEOF
19470 #define HAVE_OFF_T 1
19471 _ACEOF
19475 { $as_echo "$as_me:$LINENO: checking for pid_t" >&5
19476 $as_echo_n "checking for pid_t... " >&6; }
19477 if test "${ac_cv_type_pid_t+set}" = set; then
19478 $as_echo_n "(cached) " >&6
19479 else
19480 ac_cv_type_pid_t=no
19481 cat >conftest.$ac_ext <<_ACEOF
19482 /* confdefs.h. */
19483 _ACEOF
19484 cat confdefs.h >>conftest.$ac_ext
19485 cat >>conftest.$ac_ext <<_ACEOF
19486 /* end confdefs.h. */
19487 $ac_includes_default
19489 main ()
19491 if (sizeof (pid_t))
19492 return 0;
19494 return 0;
19496 _ACEOF
19497 rm -f conftest.$ac_objext
19498 if { (ac_try="$ac_compile"
19499 case "(($ac_try" in
19500 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19501 *) ac_try_echo=$ac_try;;
19502 esac
19503 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
19504 $as_echo "$ac_try_echo") >&5
19505 (eval "$ac_compile") 2>conftest.er1
19506 ac_status=$?
19507 grep -v '^ *+' conftest.er1 >conftest.err
19508 rm -f conftest.er1
19509 cat conftest.err >&5
19510 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
19511 (exit $ac_status); } && {
19512 test -z "$ac_c_werror_flag" ||
19513 test ! -s conftest.err
19514 } && test -s conftest.$ac_objext; then
19515 cat >conftest.$ac_ext <<_ACEOF
19516 /* confdefs.h. */
19517 _ACEOF
19518 cat confdefs.h >>conftest.$ac_ext
19519 cat >>conftest.$ac_ext <<_ACEOF
19520 /* end confdefs.h. */
19521 $ac_includes_default
19523 main ()
19525 if (sizeof ((pid_t)))
19526 return 0;
19528 return 0;
19530 _ACEOF
19531 rm -f conftest.$ac_objext
19532 if { (ac_try="$ac_compile"
19533 case "(($ac_try" in
19534 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19535 *) ac_try_echo=$ac_try;;
19536 esac
19537 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
19538 $as_echo "$ac_try_echo") >&5
19539 (eval "$ac_compile") 2>conftest.er1
19540 ac_status=$?
19541 grep -v '^ *+' conftest.er1 >conftest.err
19542 rm -f conftest.er1
19543 cat conftest.err >&5
19544 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
19545 (exit $ac_status); } && {
19546 test -z "$ac_c_werror_flag" ||
19547 test ! -s conftest.err
19548 } && test -s conftest.$ac_objext; then
19550 else
19551 $as_echo "$as_me: failed program was:" >&5
19552 sed 's/^/| /' conftest.$ac_ext >&5
19554 ac_cv_type_pid_t=yes
19557 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19558 else
19559 $as_echo "$as_me: failed program was:" >&5
19560 sed 's/^/| /' conftest.$ac_ext >&5
19565 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19567 { $as_echo "$as_me:$LINENO: result: $ac_cv_type_pid_t" >&5
19568 $as_echo "$ac_cv_type_pid_t" >&6; }
19569 if test "x$ac_cv_type_pid_t" = x""yes; then
19571 cat >>confdefs.h <<_ACEOF
19572 #define HAVE_PID_T 1
19573 _ACEOF
19577 { $as_echo "$as_me:$LINENO: checking for size_t" >&5
19578 $as_echo_n "checking for size_t... " >&6; }
19579 if test "${ac_cv_type_size_t+set}" = set; then
19580 $as_echo_n "(cached) " >&6
19581 else
19582 ac_cv_type_size_t=no
19583 cat >conftest.$ac_ext <<_ACEOF
19584 /* confdefs.h. */
19585 _ACEOF
19586 cat confdefs.h >>conftest.$ac_ext
19587 cat >>conftest.$ac_ext <<_ACEOF
19588 /* end confdefs.h. */
19589 $ac_includes_default
19591 main ()
19593 if (sizeof (size_t))
19594 return 0;
19596 return 0;
19598 _ACEOF
19599 rm -f conftest.$ac_objext
19600 if { (ac_try="$ac_compile"
19601 case "(($ac_try" in
19602 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19603 *) ac_try_echo=$ac_try;;
19604 esac
19605 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
19606 $as_echo "$ac_try_echo") >&5
19607 (eval "$ac_compile") 2>conftest.er1
19608 ac_status=$?
19609 grep -v '^ *+' conftest.er1 >conftest.err
19610 rm -f conftest.er1
19611 cat conftest.err >&5
19612 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
19613 (exit $ac_status); } && {
19614 test -z "$ac_c_werror_flag" ||
19615 test ! -s conftest.err
19616 } && test -s conftest.$ac_objext; then
19617 cat >conftest.$ac_ext <<_ACEOF
19618 /* confdefs.h. */
19619 _ACEOF
19620 cat confdefs.h >>conftest.$ac_ext
19621 cat >>conftest.$ac_ext <<_ACEOF
19622 /* end confdefs.h. */
19623 $ac_includes_default
19625 main ()
19627 if (sizeof ((size_t)))
19628 return 0;
19630 return 0;
19632 _ACEOF
19633 rm -f conftest.$ac_objext
19634 if { (ac_try="$ac_compile"
19635 case "(($ac_try" in
19636 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19637 *) ac_try_echo=$ac_try;;
19638 esac
19639 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
19640 $as_echo "$ac_try_echo") >&5
19641 (eval "$ac_compile") 2>conftest.er1
19642 ac_status=$?
19643 grep -v '^ *+' conftest.er1 >conftest.err
19644 rm -f conftest.er1
19645 cat conftest.err >&5
19646 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
19647 (exit $ac_status); } && {
19648 test -z "$ac_c_werror_flag" ||
19649 test ! -s conftest.err
19650 } && test -s conftest.$ac_objext; then
19652 else
19653 $as_echo "$as_me: failed program was:" >&5
19654 sed 's/^/| /' conftest.$ac_ext >&5
19656 ac_cv_type_size_t=yes
19659 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19660 else
19661 $as_echo "$as_me: failed program was:" >&5
19662 sed 's/^/| /' conftest.$ac_ext >&5
19667 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19669 { $as_echo "$as_me:$LINENO: result: $ac_cv_type_size_t" >&5
19670 $as_echo "$ac_cv_type_size_t" >&6; }
19671 if test "x$ac_cv_type_size_t" = x""yes; then
19673 cat >>confdefs.h <<_ACEOF
19674 #define HAVE_SIZE_T 1
19675 _ACEOF
19679 { $as_echo "$as_me:$LINENO: checking for ssize_t" >&5
19680 $as_echo_n "checking for ssize_t... " >&6; }
19681 if test "${ac_cv_type_ssize_t+set}" = set; then
19682 $as_echo_n "(cached) " >&6
19683 else
19684 ac_cv_type_ssize_t=no
19685 cat >conftest.$ac_ext <<_ACEOF
19686 /* confdefs.h. */
19687 _ACEOF
19688 cat confdefs.h >>conftest.$ac_ext
19689 cat >>conftest.$ac_ext <<_ACEOF
19690 /* end confdefs.h. */
19691 $ac_includes_default
19693 main ()
19695 if (sizeof (ssize_t))
19696 return 0;
19698 return 0;
19700 _ACEOF
19701 rm -f conftest.$ac_objext
19702 if { (ac_try="$ac_compile"
19703 case "(($ac_try" in
19704 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19705 *) ac_try_echo=$ac_try;;
19706 esac
19707 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
19708 $as_echo "$ac_try_echo") >&5
19709 (eval "$ac_compile") 2>conftest.er1
19710 ac_status=$?
19711 grep -v '^ *+' conftest.er1 >conftest.err
19712 rm -f conftest.er1
19713 cat conftest.err >&5
19714 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
19715 (exit $ac_status); } && {
19716 test -z "$ac_c_werror_flag" ||
19717 test ! -s conftest.err
19718 } && test -s conftest.$ac_objext; then
19719 cat >conftest.$ac_ext <<_ACEOF
19720 /* confdefs.h. */
19721 _ACEOF
19722 cat confdefs.h >>conftest.$ac_ext
19723 cat >>conftest.$ac_ext <<_ACEOF
19724 /* end confdefs.h. */
19725 $ac_includes_default
19727 main ()
19729 if (sizeof ((ssize_t)))
19730 return 0;
19732 return 0;
19734 _ACEOF
19735 rm -f conftest.$ac_objext
19736 if { (ac_try="$ac_compile"
19737 case "(($ac_try" in
19738 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19739 *) ac_try_echo=$ac_try;;
19740 esac
19741 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
19742 $as_echo "$ac_try_echo") >&5
19743 (eval "$ac_compile") 2>conftest.er1
19744 ac_status=$?
19745 grep -v '^ *+' conftest.er1 >conftest.err
19746 rm -f conftest.er1
19747 cat conftest.err >&5
19748 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
19749 (exit $ac_status); } && {
19750 test -z "$ac_c_werror_flag" ||
19751 test ! -s conftest.err
19752 } && test -s conftest.$ac_objext; then
19754 else
19755 $as_echo "$as_me: failed program was:" >&5
19756 sed 's/^/| /' conftest.$ac_ext >&5
19758 ac_cv_type_ssize_t=yes
19761 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19762 else
19763 $as_echo "$as_me: failed program was:" >&5
19764 sed 's/^/| /' conftest.$ac_ext >&5
19769 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19771 { $as_echo "$as_me:$LINENO: result: $ac_cv_type_ssize_t" >&5
19772 $as_echo "$ac_cv_type_ssize_t" >&6; }
19773 if test "x$ac_cv_type_ssize_t" = x""yes; then
19775 cat >>confdefs.h <<_ACEOF
19776 #define HAVE_SSIZE_T 1
19777 _ACEOF
19781 { $as_echo "$as_me:$LINENO: checking for long long" >&5
19782 $as_echo_n "checking for long long... " >&6; }
19783 if test "${ac_cv_type_long_long+set}" = set; then
19784 $as_echo_n "(cached) " >&6
19785 else
19786 ac_cv_type_long_long=no
19787 cat >conftest.$ac_ext <<_ACEOF
19788 /* confdefs.h. */
19789 _ACEOF
19790 cat confdefs.h >>conftest.$ac_ext
19791 cat >>conftest.$ac_ext <<_ACEOF
19792 /* end confdefs.h. */
19793 $ac_includes_default
19795 main ()
19797 if (sizeof (long long))
19798 return 0;
19800 return 0;
19802 _ACEOF
19803 rm -f conftest.$ac_objext
19804 if { (ac_try="$ac_compile"
19805 case "(($ac_try" in
19806 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19807 *) ac_try_echo=$ac_try;;
19808 esac
19809 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
19810 $as_echo "$ac_try_echo") >&5
19811 (eval "$ac_compile") 2>conftest.er1
19812 ac_status=$?
19813 grep -v '^ *+' conftest.er1 >conftest.err
19814 rm -f conftest.er1
19815 cat conftest.err >&5
19816 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
19817 (exit $ac_status); } && {
19818 test -z "$ac_c_werror_flag" ||
19819 test ! -s conftest.err
19820 } && test -s conftest.$ac_objext; then
19821 cat >conftest.$ac_ext <<_ACEOF
19822 /* confdefs.h. */
19823 _ACEOF
19824 cat confdefs.h >>conftest.$ac_ext
19825 cat >>conftest.$ac_ext <<_ACEOF
19826 /* end confdefs.h. */
19827 $ac_includes_default
19829 main ()
19831 if (sizeof ((long long)))
19832 return 0;
19834 return 0;
19836 _ACEOF
19837 rm -f conftest.$ac_objext
19838 if { (ac_try="$ac_compile"
19839 case "(($ac_try" in
19840 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19841 *) ac_try_echo=$ac_try;;
19842 esac
19843 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
19844 $as_echo "$ac_try_echo") >&5
19845 (eval "$ac_compile") 2>conftest.er1
19846 ac_status=$?
19847 grep -v '^ *+' conftest.er1 >conftest.err
19848 rm -f conftest.er1
19849 cat conftest.err >&5
19850 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
19851 (exit $ac_status); } && {
19852 test -z "$ac_c_werror_flag" ||
19853 test ! -s conftest.err
19854 } && test -s conftest.$ac_objext; then
19856 else
19857 $as_echo "$as_me: failed program was:" >&5
19858 sed 's/^/| /' conftest.$ac_ext >&5
19860 ac_cv_type_long_long=yes
19863 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19864 else
19865 $as_echo "$as_me: failed program was:" >&5
19866 sed 's/^/| /' conftest.$ac_ext >&5
19871 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19873 { $as_echo "$as_me:$LINENO: result: $ac_cv_type_long_long" >&5
19874 $as_echo "$ac_cv_type_long_long" >&6; }
19875 if test "x$ac_cv_type_long_long" = x""yes; then
19877 cat >>confdefs.h <<_ACEOF
19878 #define HAVE_LONG_LONG 1
19879 _ACEOF
19883 { $as_echo "$as_me:$LINENO: checking for fsblkcnt_t" >&5
19884 $as_echo_n "checking for fsblkcnt_t... " >&6; }
19885 if test "${ac_cv_type_fsblkcnt_t+set}" = set; then
19886 $as_echo_n "(cached) " >&6
19887 else
19888 ac_cv_type_fsblkcnt_t=no
19889 cat >conftest.$ac_ext <<_ACEOF
19890 /* confdefs.h. */
19891 _ACEOF
19892 cat confdefs.h >>conftest.$ac_ext
19893 cat >>conftest.$ac_ext <<_ACEOF
19894 /* end confdefs.h. */
19895 $ac_includes_default
19897 main ()
19899 if (sizeof (fsblkcnt_t))
19900 return 0;
19902 return 0;
19904 _ACEOF
19905 rm -f conftest.$ac_objext
19906 if { (ac_try="$ac_compile"
19907 case "(($ac_try" in
19908 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19909 *) ac_try_echo=$ac_try;;
19910 esac
19911 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
19912 $as_echo "$ac_try_echo") >&5
19913 (eval "$ac_compile") 2>conftest.er1
19914 ac_status=$?
19915 grep -v '^ *+' conftest.er1 >conftest.err
19916 rm -f conftest.er1
19917 cat conftest.err >&5
19918 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
19919 (exit $ac_status); } && {
19920 test -z "$ac_c_werror_flag" ||
19921 test ! -s conftest.err
19922 } && test -s conftest.$ac_objext; then
19923 cat >conftest.$ac_ext <<_ACEOF
19924 /* confdefs.h. */
19925 _ACEOF
19926 cat confdefs.h >>conftest.$ac_ext
19927 cat >>conftest.$ac_ext <<_ACEOF
19928 /* end confdefs.h. */
19929 $ac_includes_default
19931 main ()
19933 if (sizeof ((fsblkcnt_t)))
19934 return 0;
19936 return 0;
19938 _ACEOF
19939 rm -f conftest.$ac_objext
19940 if { (ac_try="$ac_compile"
19941 case "(($ac_try" in
19942 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19943 *) ac_try_echo=$ac_try;;
19944 esac
19945 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
19946 $as_echo "$ac_try_echo") >&5
19947 (eval "$ac_compile") 2>conftest.er1
19948 ac_status=$?
19949 grep -v '^ *+' conftest.er1 >conftest.err
19950 rm -f conftest.er1
19951 cat conftest.err >&5
19952 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
19953 (exit $ac_status); } && {
19954 test -z "$ac_c_werror_flag" ||
19955 test ! -s conftest.err
19956 } && test -s conftest.$ac_objext; then
19958 else
19959 $as_echo "$as_me: failed program was:" >&5
19960 sed 's/^/| /' conftest.$ac_ext >&5
19962 ac_cv_type_fsblkcnt_t=yes
19965 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19966 else
19967 $as_echo "$as_me: failed program was:" >&5
19968 sed 's/^/| /' conftest.$ac_ext >&5
19973 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19975 { $as_echo "$as_me:$LINENO: result: $ac_cv_type_fsblkcnt_t" >&5
19976 $as_echo "$ac_cv_type_fsblkcnt_t" >&6; }
19977 if test "x$ac_cv_type_fsblkcnt_t" = x""yes; then
19979 cat >>confdefs.h <<_ACEOF
19980 #define HAVE_FSBLKCNT_T 1
19981 _ACEOF
19985 { $as_echo "$as_me:$LINENO: checking for fsfilcnt_t" >&5
19986 $as_echo_n "checking for fsfilcnt_t... " >&6; }
19987 if test "${ac_cv_type_fsfilcnt_t+set}" = set; then
19988 $as_echo_n "(cached) " >&6
19989 else
19990 ac_cv_type_fsfilcnt_t=no
19991 cat >conftest.$ac_ext <<_ACEOF
19992 /* confdefs.h. */
19993 _ACEOF
19994 cat confdefs.h >>conftest.$ac_ext
19995 cat >>conftest.$ac_ext <<_ACEOF
19996 /* end confdefs.h. */
19997 $ac_includes_default
19999 main ()
20001 if (sizeof (fsfilcnt_t))
20002 return 0;
20004 return 0;
20006 _ACEOF
20007 rm -f conftest.$ac_objext
20008 if { (ac_try="$ac_compile"
20009 case "(($ac_try" in
20010 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20011 *) ac_try_echo=$ac_try;;
20012 esac
20013 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
20014 $as_echo "$ac_try_echo") >&5
20015 (eval "$ac_compile") 2>conftest.er1
20016 ac_status=$?
20017 grep -v '^ *+' conftest.er1 >conftest.err
20018 rm -f conftest.er1
20019 cat conftest.err >&5
20020 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
20021 (exit $ac_status); } && {
20022 test -z "$ac_c_werror_flag" ||
20023 test ! -s conftest.err
20024 } && test -s conftest.$ac_objext; then
20025 cat >conftest.$ac_ext <<_ACEOF
20026 /* confdefs.h. */
20027 _ACEOF
20028 cat confdefs.h >>conftest.$ac_ext
20029 cat >>conftest.$ac_ext <<_ACEOF
20030 /* end confdefs.h. */
20031 $ac_includes_default
20033 main ()
20035 if (sizeof ((fsfilcnt_t)))
20036 return 0;
20038 return 0;
20040 _ACEOF
20041 rm -f conftest.$ac_objext
20042 if { (ac_try="$ac_compile"
20043 case "(($ac_try" in
20044 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20045 *) ac_try_echo=$ac_try;;
20046 esac
20047 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
20048 $as_echo "$ac_try_echo") >&5
20049 (eval "$ac_compile") 2>conftest.er1
20050 ac_status=$?
20051 grep -v '^ *+' conftest.er1 >conftest.err
20052 rm -f conftest.er1
20053 cat conftest.err >&5
20054 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
20055 (exit $ac_status); } && {
20056 test -z "$ac_c_werror_flag" ||
20057 test ! -s conftest.err
20058 } && test -s conftest.$ac_objext; then
20060 else
20061 $as_echo "$as_me: failed program was:" >&5
20062 sed 's/^/| /' conftest.$ac_ext >&5
20064 ac_cv_type_fsfilcnt_t=yes
20067 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20068 else
20069 $as_echo "$as_me: failed program was:" >&5
20070 sed 's/^/| /' conftest.$ac_ext >&5
20075 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20077 { $as_echo "$as_me:$LINENO: result: $ac_cv_type_fsfilcnt_t" >&5
20078 $as_echo "$ac_cv_type_fsfilcnt_t" >&6; }
20079 if test "x$ac_cv_type_fsfilcnt_t" = x""yes; then
20081 cat >>confdefs.h <<_ACEOF
20082 #define HAVE_FSFILCNT_T 1
20083 _ACEOF
20088 { $as_echo "$as_me:$LINENO: checking for sigset_t" >&5
20089 $as_echo_n "checking for sigset_t... " >&6; }
20090 if test "${ac_cv_type_sigset_t+set}" = set; then
20091 $as_echo_n "(cached) " >&6
20092 else
20093 ac_cv_type_sigset_t=no
20094 cat >conftest.$ac_ext <<_ACEOF
20095 /* confdefs.h. */
20096 _ACEOF
20097 cat confdefs.h >>conftest.$ac_ext
20098 cat >>conftest.$ac_ext <<_ACEOF
20099 /* end confdefs.h. */
20100 #include <sys/types.h>
20101 #include <signal.h>
20104 main ()
20106 if (sizeof (sigset_t))
20107 return 0;
20109 return 0;
20111 _ACEOF
20112 rm -f conftest.$ac_objext
20113 if { (ac_try="$ac_compile"
20114 case "(($ac_try" in
20115 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20116 *) ac_try_echo=$ac_try;;
20117 esac
20118 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
20119 $as_echo "$ac_try_echo") >&5
20120 (eval "$ac_compile") 2>conftest.er1
20121 ac_status=$?
20122 grep -v '^ *+' conftest.er1 >conftest.err
20123 rm -f conftest.er1
20124 cat conftest.err >&5
20125 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
20126 (exit $ac_status); } && {
20127 test -z "$ac_c_werror_flag" ||
20128 test ! -s conftest.err
20129 } && test -s conftest.$ac_objext; then
20130 cat >conftest.$ac_ext <<_ACEOF
20131 /* confdefs.h. */
20132 _ACEOF
20133 cat confdefs.h >>conftest.$ac_ext
20134 cat >>conftest.$ac_ext <<_ACEOF
20135 /* end confdefs.h. */
20136 #include <sys/types.h>
20137 #include <signal.h>
20140 main ()
20142 if (sizeof ((sigset_t)))
20143 return 0;
20145 return 0;
20147 _ACEOF
20148 rm -f conftest.$ac_objext
20149 if { (ac_try="$ac_compile"
20150 case "(($ac_try" in
20151 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20152 *) ac_try_echo=$ac_try;;
20153 esac
20154 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
20155 $as_echo "$ac_try_echo") >&5
20156 (eval "$ac_compile") 2>conftest.er1
20157 ac_status=$?
20158 grep -v '^ *+' conftest.er1 >conftest.err
20159 rm -f conftest.er1
20160 cat conftest.err >&5
20161 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
20162 (exit $ac_status); } && {
20163 test -z "$ac_c_werror_flag" ||
20164 test ! -s conftest.err
20165 } && test -s conftest.$ac_objext; then
20167 else
20168 $as_echo "$as_me: failed program was:" >&5
20169 sed 's/^/| /' conftest.$ac_ext >&5
20171 ac_cv_type_sigset_t=yes
20174 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20175 else
20176 $as_echo "$as_me: failed program was:" >&5
20177 sed 's/^/| /' conftest.$ac_ext >&5
20182 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20184 { $as_echo "$as_me:$LINENO: result: $ac_cv_type_sigset_t" >&5
20185 $as_echo "$ac_cv_type_sigset_t" >&6; }
20186 if test "x$ac_cv_type_sigset_t" = x""yes; then
20188 cat >>confdefs.h <<_ACEOF
20189 #define HAVE_SIGSET_T 1
20190 _ACEOF
20195 { $as_echo "$as_me:$LINENO: checking for request_sense" >&5
20196 $as_echo_n "checking for request_sense... " >&6; }
20197 if test "${ac_cv_type_request_sense+set}" = set; then
20198 $as_echo_n "(cached) " >&6
20199 else
20200 ac_cv_type_request_sense=no
20201 cat >conftest.$ac_ext <<_ACEOF
20202 /* confdefs.h. */
20203 _ACEOF
20204 cat confdefs.h >>conftest.$ac_ext
20205 cat >>conftest.$ac_ext <<_ACEOF
20206 /* end confdefs.h. */
20207 #include <linux/cdrom.h>
20210 main ()
20212 if (sizeof (request_sense))
20213 return 0;
20215 return 0;
20217 _ACEOF
20218 rm -f conftest.$ac_objext
20219 if { (ac_try="$ac_compile"
20220 case "(($ac_try" in
20221 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20222 *) ac_try_echo=$ac_try;;
20223 esac
20224 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
20225 $as_echo "$ac_try_echo") >&5
20226 (eval "$ac_compile") 2>conftest.er1
20227 ac_status=$?
20228 grep -v '^ *+' conftest.er1 >conftest.err
20229 rm -f conftest.er1
20230 cat conftest.err >&5
20231 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
20232 (exit $ac_status); } && {
20233 test -z "$ac_c_werror_flag" ||
20234 test ! -s conftest.err
20235 } && test -s conftest.$ac_objext; then
20236 cat >conftest.$ac_ext <<_ACEOF
20237 /* confdefs.h. */
20238 _ACEOF
20239 cat confdefs.h >>conftest.$ac_ext
20240 cat >>conftest.$ac_ext <<_ACEOF
20241 /* end confdefs.h. */
20242 #include <linux/cdrom.h>
20245 main ()
20247 if (sizeof ((request_sense)))
20248 return 0;
20250 return 0;
20252 _ACEOF
20253 rm -f conftest.$ac_objext
20254 if { (ac_try="$ac_compile"
20255 case "(($ac_try" in
20256 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20257 *) ac_try_echo=$ac_try;;
20258 esac
20259 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
20260 $as_echo "$ac_try_echo") >&5
20261 (eval "$ac_compile") 2>conftest.er1
20262 ac_status=$?
20263 grep -v '^ *+' conftest.er1 >conftest.err
20264 rm -f conftest.er1
20265 cat conftest.err >&5
20266 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
20267 (exit $ac_status); } && {
20268 test -z "$ac_c_werror_flag" ||
20269 test ! -s conftest.err
20270 } && test -s conftest.$ac_objext; then
20272 else
20273 $as_echo "$as_me: failed program was:" >&5
20274 sed 's/^/| /' conftest.$ac_ext >&5
20276 ac_cv_type_request_sense=yes
20279 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20280 else
20281 $as_echo "$as_me: failed program was:" >&5
20282 sed 's/^/| /' conftest.$ac_ext >&5
20287 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20289 { $as_echo "$as_me:$LINENO: result: $ac_cv_type_request_sense" >&5
20290 $as_echo "$ac_cv_type_request_sense" >&6; }
20291 if test "x$ac_cv_type_request_sense" = x""yes; then
20293 cat >>confdefs.h <<_ACEOF
20294 #define HAVE_REQUEST_SENSE 1
20295 _ACEOF
20301 { $as_echo "$as_me:$LINENO: checking for struct ff_effect.direction" >&5
20302 $as_echo_n "checking for struct ff_effect.direction... " >&6; }
20303 if test "${ac_cv_member_struct_ff_effect_direction+set}" = set; then
20304 $as_echo_n "(cached) " >&6
20305 else
20306 cat >conftest.$ac_ext <<_ACEOF
20307 /* confdefs.h. */
20308 _ACEOF
20309 cat confdefs.h >>conftest.$ac_ext
20310 cat >>conftest.$ac_ext <<_ACEOF
20311 /* end confdefs.h. */
20312 #ifdef HAVE_LINUX_INPUT_H
20313 #include <linux/input.h>
20314 #endif
20317 main ()
20319 static struct ff_effect ac_aggr;
20320 if (ac_aggr.direction)
20321 return 0;
20323 return 0;
20325 _ACEOF
20326 rm -f conftest.$ac_objext
20327 if { (ac_try="$ac_compile"
20328 case "(($ac_try" in
20329 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20330 *) ac_try_echo=$ac_try;;
20331 esac
20332 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
20333 $as_echo "$ac_try_echo") >&5
20334 (eval "$ac_compile") 2>conftest.er1
20335 ac_status=$?
20336 grep -v '^ *+' conftest.er1 >conftest.err
20337 rm -f conftest.er1
20338 cat conftest.err >&5
20339 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
20340 (exit $ac_status); } && {
20341 test -z "$ac_c_werror_flag" ||
20342 test ! -s conftest.err
20343 } && test -s conftest.$ac_objext; then
20344 ac_cv_member_struct_ff_effect_direction=yes
20345 else
20346 $as_echo "$as_me: failed program was:" >&5
20347 sed 's/^/| /' conftest.$ac_ext >&5
20349 cat >conftest.$ac_ext <<_ACEOF
20350 /* confdefs.h. */
20351 _ACEOF
20352 cat confdefs.h >>conftest.$ac_ext
20353 cat >>conftest.$ac_ext <<_ACEOF
20354 /* end confdefs.h. */
20355 #ifdef HAVE_LINUX_INPUT_H
20356 #include <linux/input.h>
20357 #endif
20360 main ()
20362 static struct ff_effect ac_aggr;
20363 if (sizeof ac_aggr.direction)
20364 return 0;
20366 return 0;
20368 _ACEOF
20369 rm -f conftest.$ac_objext
20370 if { (ac_try="$ac_compile"
20371 case "(($ac_try" in
20372 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20373 *) ac_try_echo=$ac_try;;
20374 esac
20375 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
20376 $as_echo "$ac_try_echo") >&5
20377 (eval "$ac_compile") 2>conftest.er1
20378 ac_status=$?
20379 grep -v '^ *+' conftest.er1 >conftest.err
20380 rm -f conftest.er1
20381 cat conftest.err >&5
20382 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
20383 (exit $ac_status); } && {
20384 test -z "$ac_c_werror_flag" ||
20385 test ! -s conftest.err
20386 } && test -s conftest.$ac_objext; then
20387 ac_cv_member_struct_ff_effect_direction=yes
20388 else
20389 $as_echo "$as_me: failed program was:" >&5
20390 sed 's/^/| /' conftest.$ac_ext >&5
20392 ac_cv_member_struct_ff_effect_direction=no
20395 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20398 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20400 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_ff_effect_direction" >&5
20401 $as_echo "$ac_cv_member_struct_ff_effect_direction" >&6; }
20402 if test "x$ac_cv_member_struct_ff_effect_direction" = x""yes; then
20404 cat >>confdefs.h <<_ACEOF
20405 #define HAVE_STRUCT_FF_EFFECT_DIRECTION 1
20406 _ACEOF
20412 { $as_echo "$as_me:$LINENO: checking for sigaddset" >&5
20413 $as_echo_n "checking for sigaddset... " >&6; }
20414 if test "${wine_cv_have_sigaddset+set}" = set; then
20415 $as_echo_n "(cached) " >&6
20416 else
20417 cat >conftest.$ac_ext <<_ACEOF
20418 /* confdefs.h. */
20419 _ACEOF
20420 cat confdefs.h >>conftest.$ac_ext
20421 cat >>conftest.$ac_ext <<_ACEOF
20422 /* end confdefs.h. */
20423 #include <signal.h>
20425 main ()
20427 sigset_t set; sigaddset(&set,SIGTERM);
20429 return 0;
20431 _ACEOF
20432 rm -f conftest.$ac_objext conftest$ac_exeext
20433 if { (ac_try="$ac_link"
20434 case "(($ac_try" in
20435 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20436 *) ac_try_echo=$ac_try;;
20437 esac
20438 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
20439 $as_echo "$ac_try_echo") >&5
20440 (eval "$ac_link") 2>conftest.er1
20441 ac_status=$?
20442 grep -v '^ *+' conftest.er1 >conftest.err
20443 rm -f conftest.er1
20444 cat conftest.err >&5
20445 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
20446 (exit $ac_status); } && {
20447 test -z "$ac_c_werror_flag" ||
20448 test ! -s conftest.err
20449 } && test -s conftest$ac_exeext && {
20450 test "$cross_compiling" = yes ||
20451 $as_test_x conftest$ac_exeext
20452 }; then
20453 wine_cv_have_sigaddset=yes
20454 else
20455 $as_echo "$as_me: failed program was:" >&5
20456 sed 's/^/| /' conftest.$ac_ext >&5
20458 wine_cv_have_sigaddset=no
20461 rm -rf conftest.dSYM
20462 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
20463 conftest$ac_exeext conftest.$ac_ext
20465 { $as_echo "$as_me:$LINENO: result: $wine_cv_have_sigaddset" >&5
20466 $as_echo "$wine_cv_have_sigaddset" >&6; }
20467 if test "$wine_cv_have_sigaddset" = "yes"
20468 then
20470 cat >>confdefs.h <<\_ACEOF
20471 #define HAVE_SIGADDSET 1
20472 _ACEOF
20477 { $as_echo "$as_me:$LINENO: checking whether we can use re-entrant gethostbyname_r Linux style" >&5
20478 $as_echo_n "checking whether we can use re-entrant gethostbyname_r Linux style... " >&6; }
20479 if test "${wine_cv_linux_gethostbyname_r_6+set}" = set; then
20480 $as_echo_n "(cached) " >&6
20481 else
20482 cat >conftest.$ac_ext <<_ACEOF
20483 /* confdefs.h. */
20484 _ACEOF
20485 cat confdefs.h >>conftest.$ac_ext
20486 cat >>conftest.$ac_ext <<_ACEOF
20487 /* end confdefs.h. */
20488 #include <netdb.h>
20490 main ()
20493 char *name=0;
20494 struct hostent he;
20495 struct hostent *result;
20496 char *buf=0;
20497 int bufsize=0;
20498 int res,errnr;
20499 char *addr=0;
20500 int addrlen=0;
20501 int addrtype=0;
20502 res=gethostbyname_r(name,&he,buf,bufsize,&result,&errnr);
20503 res=gethostbyaddr_r(addr, addrlen, addrtype,&he,buf,bufsize,&result,&errnr);
20506 return 0;
20508 _ACEOF
20509 rm -f conftest.$ac_objext conftest$ac_exeext
20510 if { (ac_try="$ac_link"
20511 case "(($ac_try" in
20512 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20513 *) ac_try_echo=$ac_try;;
20514 esac
20515 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
20516 $as_echo "$ac_try_echo") >&5
20517 (eval "$ac_link") 2>conftest.er1
20518 ac_status=$?
20519 grep -v '^ *+' conftest.er1 >conftest.err
20520 rm -f conftest.er1
20521 cat conftest.err >&5
20522 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
20523 (exit $ac_status); } && {
20524 test -z "$ac_c_werror_flag" ||
20525 test ! -s conftest.err
20526 } && test -s conftest$ac_exeext && {
20527 test "$cross_compiling" = yes ||
20528 $as_test_x conftest$ac_exeext
20529 }; then
20530 wine_cv_linux_gethostbyname_r_6=yes
20531 else
20532 $as_echo "$as_me: failed program was:" >&5
20533 sed 's/^/| /' conftest.$ac_ext >&5
20535 wine_cv_linux_gethostbyname_r_6=no
20539 rm -rf conftest.dSYM
20540 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
20541 conftest$ac_exeext conftest.$ac_ext
20544 { $as_echo "$as_me:$LINENO: result: $wine_cv_linux_gethostbyname_r_6" >&5
20545 $as_echo "$wine_cv_linux_gethostbyname_r_6" >&6; }
20546 if test "$wine_cv_linux_gethostbyname_r_6" = "yes"
20547 then
20549 cat >>confdefs.h <<\_ACEOF
20550 #define HAVE_LINUX_GETHOSTBYNAME_R_6 1
20551 _ACEOF
20555 if test "$ac_cv_header_linux_joystick_h" = "yes"
20556 then
20557 { $as_echo "$as_me:$LINENO: checking whether linux/joystick.h uses the Linux 2.2+ API" >&5
20558 $as_echo_n "checking whether linux/joystick.h uses the Linux 2.2+ API... " >&6; }
20559 if test "${wine_cv_linux_joystick_22_api+set}" = set; then
20560 $as_echo_n "(cached) " >&6
20561 else
20562 cat >conftest.$ac_ext <<_ACEOF
20563 /* confdefs.h. */
20564 _ACEOF
20565 cat confdefs.h >>conftest.$ac_ext
20566 cat >>conftest.$ac_ext <<_ACEOF
20567 /* end confdefs.h. */
20569 #include <sys/ioctl.h>
20570 #include <sys/types.h>
20571 #include <linux/joystick.h>
20573 struct js_event blub;
20574 #if !defined(JS_EVENT_AXIS) || !defined(JS_EVENT_BUTTON)
20575 #error "no 2.2 header"
20576 #endif
20579 main ()
20581 /*empty*/
20583 return 0;
20585 _ACEOF
20586 rm -f conftest.$ac_objext
20587 if { (ac_try="$ac_compile"
20588 case "(($ac_try" in
20589 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20590 *) ac_try_echo=$ac_try;;
20591 esac
20592 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
20593 $as_echo "$ac_try_echo") >&5
20594 (eval "$ac_compile") 2>conftest.er1
20595 ac_status=$?
20596 grep -v '^ *+' conftest.er1 >conftest.err
20597 rm -f conftest.er1
20598 cat conftest.err >&5
20599 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
20600 (exit $ac_status); } && {
20601 test -z "$ac_c_werror_flag" ||
20602 test ! -s conftest.err
20603 } && test -s conftest.$ac_objext; then
20604 wine_cv_linux_joystick_22_api=yes
20605 else
20606 $as_echo "$as_me: failed program was:" >&5
20607 sed 's/^/| /' conftest.$ac_ext >&5
20609 wine_cv_linux_joystick_22_api=no
20612 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20615 { $as_echo "$as_me:$LINENO: result: $wine_cv_linux_joystick_22_api" >&5
20616 $as_echo "$wine_cv_linux_joystick_22_api" >&6; }
20617 if test "$wine_cv_linux_joystick_22_api" = "yes"
20618 then
20620 cat >>confdefs.h <<\_ACEOF
20621 #define HAVE_LINUX_22_JOYSTICK_API 1
20622 _ACEOF
20628 { $as_echo "$as_me:$LINENO: checking for struct statfs.f_bfree" >&5
20629 $as_echo_n "checking for struct statfs.f_bfree... " >&6; }
20630 if test "${ac_cv_member_struct_statfs_f_bfree+set}" = set; then
20631 $as_echo_n "(cached) " >&6
20632 else
20633 cat >conftest.$ac_ext <<_ACEOF
20634 /* confdefs.h. */
20635 _ACEOF
20636 cat confdefs.h >>conftest.$ac_ext
20637 cat >>conftest.$ac_ext <<_ACEOF
20638 /* end confdefs.h. */
20639 #include <sys/types.h>
20640 #ifdef HAVE_SYS_PARAM_H
20641 # include <sys/param.h>
20642 #endif
20643 #ifdef HAVE_SYS_MOUNT_H
20644 # include <sys/mount.h>
20645 #endif
20646 #ifdef HAVE_SYS_VFS_H
20647 # include <sys/vfs.h>
20648 #endif
20649 #ifdef HAVE_SYS_STATFS_H
20650 # include <sys/statfs.h>
20651 #endif
20654 main ()
20656 static struct statfs ac_aggr;
20657 if (ac_aggr.f_bfree)
20658 return 0;
20660 return 0;
20662 _ACEOF
20663 rm -f conftest.$ac_objext
20664 if { (ac_try="$ac_compile"
20665 case "(($ac_try" in
20666 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20667 *) ac_try_echo=$ac_try;;
20668 esac
20669 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
20670 $as_echo "$ac_try_echo") >&5
20671 (eval "$ac_compile") 2>conftest.er1
20672 ac_status=$?
20673 grep -v '^ *+' conftest.er1 >conftest.err
20674 rm -f conftest.er1
20675 cat conftest.err >&5
20676 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
20677 (exit $ac_status); } && {
20678 test -z "$ac_c_werror_flag" ||
20679 test ! -s conftest.err
20680 } && test -s conftest.$ac_objext; then
20681 ac_cv_member_struct_statfs_f_bfree=yes
20682 else
20683 $as_echo "$as_me: failed program was:" >&5
20684 sed 's/^/| /' conftest.$ac_ext >&5
20686 cat >conftest.$ac_ext <<_ACEOF
20687 /* confdefs.h. */
20688 _ACEOF
20689 cat confdefs.h >>conftest.$ac_ext
20690 cat >>conftest.$ac_ext <<_ACEOF
20691 /* end confdefs.h. */
20692 #include <sys/types.h>
20693 #ifdef HAVE_SYS_PARAM_H
20694 # include <sys/param.h>
20695 #endif
20696 #ifdef HAVE_SYS_MOUNT_H
20697 # include <sys/mount.h>
20698 #endif
20699 #ifdef HAVE_SYS_VFS_H
20700 # include <sys/vfs.h>
20701 #endif
20702 #ifdef HAVE_SYS_STATFS_H
20703 # include <sys/statfs.h>
20704 #endif
20707 main ()
20709 static struct statfs ac_aggr;
20710 if (sizeof ac_aggr.f_bfree)
20711 return 0;
20713 return 0;
20715 _ACEOF
20716 rm -f conftest.$ac_objext
20717 if { (ac_try="$ac_compile"
20718 case "(($ac_try" in
20719 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20720 *) ac_try_echo=$ac_try;;
20721 esac
20722 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
20723 $as_echo "$ac_try_echo") >&5
20724 (eval "$ac_compile") 2>conftest.er1
20725 ac_status=$?
20726 grep -v '^ *+' conftest.er1 >conftest.err
20727 rm -f conftest.er1
20728 cat conftest.err >&5
20729 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
20730 (exit $ac_status); } && {
20731 test -z "$ac_c_werror_flag" ||
20732 test ! -s conftest.err
20733 } && test -s conftest.$ac_objext; then
20734 ac_cv_member_struct_statfs_f_bfree=yes
20735 else
20736 $as_echo "$as_me: failed program was:" >&5
20737 sed 's/^/| /' conftest.$ac_ext >&5
20739 ac_cv_member_struct_statfs_f_bfree=no
20742 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20745 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20747 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_statfs_f_bfree" >&5
20748 $as_echo "$ac_cv_member_struct_statfs_f_bfree" >&6; }
20749 if test "x$ac_cv_member_struct_statfs_f_bfree" = x""yes; then
20751 cat >>confdefs.h <<_ACEOF
20752 #define HAVE_STRUCT_STATFS_F_BFREE 1
20753 _ACEOF
20757 { $as_echo "$as_me:$LINENO: checking for struct statfs.f_bavail" >&5
20758 $as_echo_n "checking for struct statfs.f_bavail... " >&6; }
20759 if test "${ac_cv_member_struct_statfs_f_bavail+set}" = set; then
20760 $as_echo_n "(cached) " >&6
20761 else
20762 cat >conftest.$ac_ext <<_ACEOF
20763 /* confdefs.h. */
20764 _ACEOF
20765 cat confdefs.h >>conftest.$ac_ext
20766 cat >>conftest.$ac_ext <<_ACEOF
20767 /* end confdefs.h. */
20768 #include <sys/types.h>
20769 #ifdef HAVE_SYS_PARAM_H
20770 # include <sys/param.h>
20771 #endif
20772 #ifdef HAVE_SYS_MOUNT_H
20773 # include <sys/mount.h>
20774 #endif
20775 #ifdef HAVE_SYS_VFS_H
20776 # include <sys/vfs.h>
20777 #endif
20778 #ifdef HAVE_SYS_STATFS_H
20779 # include <sys/statfs.h>
20780 #endif
20783 main ()
20785 static struct statfs ac_aggr;
20786 if (ac_aggr.f_bavail)
20787 return 0;
20789 return 0;
20791 _ACEOF
20792 rm -f conftest.$ac_objext
20793 if { (ac_try="$ac_compile"
20794 case "(($ac_try" in
20795 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20796 *) ac_try_echo=$ac_try;;
20797 esac
20798 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
20799 $as_echo "$ac_try_echo") >&5
20800 (eval "$ac_compile") 2>conftest.er1
20801 ac_status=$?
20802 grep -v '^ *+' conftest.er1 >conftest.err
20803 rm -f conftest.er1
20804 cat conftest.err >&5
20805 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
20806 (exit $ac_status); } && {
20807 test -z "$ac_c_werror_flag" ||
20808 test ! -s conftest.err
20809 } && test -s conftest.$ac_objext; then
20810 ac_cv_member_struct_statfs_f_bavail=yes
20811 else
20812 $as_echo "$as_me: failed program was:" >&5
20813 sed 's/^/| /' conftest.$ac_ext >&5
20815 cat >conftest.$ac_ext <<_ACEOF
20816 /* confdefs.h. */
20817 _ACEOF
20818 cat confdefs.h >>conftest.$ac_ext
20819 cat >>conftest.$ac_ext <<_ACEOF
20820 /* end confdefs.h. */
20821 #include <sys/types.h>
20822 #ifdef HAVE_SYS_PARAM_H
20823 # include <sys/param.h>
20824 #endif
20825 #ifdef HAVE_SYS_MOUNT_H
20826 # include <sys/mount.h>
20827 #endif
20828 #ifdef HAVE_SYS_VFS_H
20829 # include <sys/vfs.h>
20830 #endif
20831 #ifdef HAVE_SYS_STATFS_H
20832 # include <sys/statfs.h>
20833 #endif
20836 main ()
20838 static struct statfs ac_aggr;
20839 if (sizeof ac_aggr.f_bavail)
20840 return 0;
20842 return 0;
20844 _ACEOF
20845 rm -f conftest.$ac_objext
20846 if { (ac_try="$ac_compile"
20847 case "(($ac_try" in
20848 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20849 *) ac_try_echo=$ac_try;;
20850 esac
20851 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
20852 $as_echo "$ac_try_echo") >&5
20853 (eval "$ac_compile") 2>conftest.er1
20854 ac_status=$?
20855 grep -v '^ *+' conftest.er1 >conftest.err
20856 rm -f conftest.er1
20857 cat conftest.err >&5
20858 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
20859 (exit $ac_status); } && {
20860 test -z "$ac_c_werror_flag" ||
20861 test ! -s conftest.err
20862 } && test -s conftest.$ac_objext; then
20863 ac_cv_member_struct_statfs_f_bavail=yes
20864 else
20865 $as_echo "$as_me: failed program was:" >&5
20866 sed 's/^/| /' conftest.$ac_ext >&5
20868 ac_cv_member_struct_statfs_f_bavail=no
20871 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20874 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20876 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_statfs_f_bavail" >&5
20877 $as_echo "$ac_cv_member_struct_statfs_f_bavail" >&6; }
20878 if test "x$ac_cv_member_struct_statfs_f_bavail" = x""yes; then
20880 cat >>confdefs.h <<_ACEOF
20881 #define HAVE_STRUCT_STATFS_F_BAVAIL 1
20882 _ACEOF
20886 { $as_echo "$as_me:$LINENO: checking for struct statfs.f_frsize" >&5
20887 $as_echo_n "checking for struct statfs.f_frsize... " >&6; }
20888 if test "${ac_cv_member_struct_statfs_f_frsize+set}" = set; then
20889 $as_echo_n "(cached) " >&6
20890 else
20891 cat >conftest.$ac_ext <<_ACEOF
20892 /* confdefs.h. */
20893 _ACEOF
20894 cat confdefs.h >>conftest.$ac_ext
20895 cat >>conftest.$ac_ext <<_ACEOF
20896 /* end confdefs.h. */
20897 #include <sys/types.h>
20898 #ifdef HAVE_SYS_PARAM_H
20899 # include <sys/param.h>
20900 #endif
20901 #ifdef HAVE_SYS_MOUNT_H
20902 # include <sys/mount.h>
20903 #endif
20904 #ifdef HAVE_SYS_VFS_H
20905 # include <sys/vfs.h>
20906 #endif
20907 #ifdef HAVE_SYS_STATFS_H
20908 # include <sys/statfs.h>
20909 #endif
20912 main ()
20914 static struct statfs ac_aggr;
20915 if (ac_aggr.f_frsize)
20916 return 0;
20918 return 0;
20920 _ACEOF
20921 rm -f conftest.$ac_objext
20922 if { (ac_try="$ac_compile"
20923 case "(($ac_try" in
20924 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20925 *) ac_try_echo=$ac_try;;
20926 esac
20927 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
20928 $as_echo "$ac_try_echo") >&5
20929 (eval "$ac_compile") 2>conftest.er1
20930 ac_status=$?
20931 grep -v '^ *+' conftest.er1 >conftest.err
20932 rm -f conftest.er1
20933 cat conftest.err >&5
20934 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
20935 (exit $ac_status); } && {
20936 test -z "$ac_c_werror_flag" ||
20937 test ! -s conftest.err
20938 } && test -s conftest.$ac_objext; then
20939 ac_cv_member_struct_statfs_f_frsize=yes
20940 else
20941 $as_echo "$as_me: failed program was:" >&5
20942 sed 's/^/| /' conftest.$ac_ext >&5
20944 cat >conftest.$ac_ext <<_ACEOF
20945 /* confdefs.h. */
20946 _ACEOF
20947 cat confdefs.h >>conftest.$ac_ext
20948 cat >>conftest.$ac_ext <<_ACEOF
20949 /* end confdefs.h. */
20950 #include <sys/types.h>
20951 #ifdef HAVE_SYS_PARAM_H
20952 # include <sys/param.h>
20953 #endif
20954 #ifdef HAVE_SYS_MOUNT_H
20955 # include <sys/mount.h>
20956 #endif
20957 #ifdef HAVE_SYS_VFS_H
20958 # include <sys/vfs.h>
20959 #endif
20960 #ifdef HAVE_SYS_STATFS_H
20961 # include <sys/statfs.h>
20962 #endif
20965 main ()
20967 static struct statfs ac_aggr;
20968 if (sizeof ac_aggr.f_frsize)
20969 return 0;
20971 return 0;
20973 _ACEOF
20974 rm -f conftest.$ac_objext
20975 if { (ac_try="$ac_compile"
20976 case "(($ac_try" in
20977 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20978 *) ac_try_echo=$ac_try;;
20979 esac
20980 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
20981 $as_echo "$ac_try_echo") >&5
20982 (eval "$ac_compile") 2>conftest.er1
20983 ac_status=$?
20984 grep -v '^ *+' conftest.er1 >conftest.err
20985 rm -f conftest.er1
20986 cat conftest.err >&5
20987 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
20988 (exit $ac_status); } && {
20989 test -z "$ac_c_werror_flag" ||
20990 test ! -s conftest.err
20991 } && test -s conftest.$ac_objext; then
20992 ac_cv_member_struct_statfs_f_frsize=yes
20993 else
20994 $as_echo "$as_me: failed program was:" >&5
20995 sed 's/^/| /' conftest.$ac_ext >&5
20997 ac_cv_member_struct_statfs_f_frsize=no
21000 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21003 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21005 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_statfs_f_frsize" >&5
21006 $as_echo "$ac_cv_member_struct_statfs_f_frsize" >&6; }
21007 if test "x$ac_cv_member_struct_statfs_f_frsize" = x""yes; then
21009 cat >>confdefs.h <<_ACEOF
21010 #define HAVE_STRUCT_STATFS_F_FRSIZE 1
21011 _ACEOF
21015 { $as_echo "$as_me:$LINENO: checking for struct statfs.f_ffree" >&5
21016 $as_echo_n "checking for struct statfs.f_ffree... " >&6; }
21017 if test "${ac_cv_member_struct_statfs_f_ffree+set}" = set; then
21018 $as_echo_n "(cached) " >&6
21019 else
21020 cat >conftest.$ac_ext <<_ACEOF
21021 /* confdefs.h. */
21022 _ACEOF
21023 cat confdefs.h >>conftest.$ac_ext
21024 cat >>conftest.$ac_ext <<_ACEOF
21025 /* end confdefs.h. */
21026 #include <sys/types.h>
21027 #ifdef HAVE_SYS_PARAM_H
21028 # include <sys/param.h>
21029 #endif
21030 #ifdef HAVE_SYS_MOUNT_H
21031 # include <sys/mount.h>
21032 #endif
21033 #ifdef HAVE_SYS_VFS_H
21034 # include <sys/vfs.h>
21035 #endif
21036 #ifdef HAVE_SYS_STATFS_H
21037 # include <sys/statfs.h>
21038 #endif
21041 main ()
21043 static struct statfs ac_aggr;
21044 if (ac_aggr.f_ffree)
21045 return 0;
21047 return 0;
21049 _ACEOF
21050 rm -f conftest.$ac_objext
21051 if { (ac_try="$ac_compile"
21052 case "(($ac_try" in
21053 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21054 *) ac_try_echo=$ac_try;;
21055 esac
21056 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
21057 $as_echo "$ac_try_echo") >&5
21058 (eval "$ac_compile") 2>conftest.er1
21059 ac_status=$?
21060 grep -v '^ *+' conftest.er1 >conftest.err
21061 rm -f conftest.er1
21062 cat conftest.err >&5
21063 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
21064 (exit $ac_status); } && {
21065 test -z "$ac_c_werror_flag" ||
21066 test ! -s conftest.err
21067 } && test -s conftest.$ac_objext; then
21068 ac_cv_member_struct_statfs_f_ffree=yes
21069 else
21070 $as_echo "$as_me: failed program was:" >&5
21071 sed 's/^/| /' conftest.$ac_ext >&5
21073 cat >conftest.$ac_ext <<_ACEOF
21074 /* confdefs.h. */
21075 _ACEOF
21076 cat confdefs.h >>conftest.$ac_ext
21077 cat >>conftest.$ac_ext <<_ACEOF
21078 /* end confdefs.h. */
21079 #include <sys/types.h>
21080 #ifdef HAVE_SYS_PARAM_H
21081 # include <sys/param.h>
21082 #endif
21083 #ifdef HAVE_SYS_MOUNT_H
21084 # include <sys/mount.h>
21085 #endif
21086 #ifdef HAVE_SYS_VFS_H
21087 # include <sys/vfs.h>
21088 #endif
21089 #ifdef HAVE_SYS_STATFS_H
21090 # include <sys/statfs.h>
21091 #endif
21094 main ()
21096 static struct statfs ac_aggr;
21097 if (sizeof ac_aggr.f_ffree)
21098 return 0;
21100 return 0;
21102 _ACEOF
21103 rm -f conftest.$ac_objext
21104 if { (ac_try="$ac_compile"
21105 case "(($ac_try" in
21106 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21107 *) ac_try_echo=$ac_try;;
21108 esac
21109 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
21110 $as_echo "$ac_try_echo") >&5
21111 (eval "$ac_compile") 2>conftest.er1
21112 ac_status=$?
21113 grep -v '^ *+' conftest.er1 >conftest.err
21114 rm -f conftest.er1
21115 cat conftest.err >&5
21116 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
21117 (exit $ac_status); } && {
21118 test -z "$ac_c_werror_flag" ||
21119 test ! -s conftest.err
21120 } && test -s conftest.$ac_objext; then
21121 ac_cv_member_struct_statfs_f_ffree=yes
21122 else
21123 $as_echo "$as_me: failed program was:" >&5
21124 sed 's/^/| /' conftest.$ac_ext >&5
21126 ac_cv_member_struct_statfs_f_ffree=no
21129 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21132 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21134 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_statfs_f_ffree" >&5
21135 $as_echo "$ac_cv_member_struct_statfs_f_ffree" >&6; }
21136 if test "x$ac_cv_member_struct_statfs_f_ffree" = x""yes; then
21138 cat >>confdefs.h <<_ACEOF
21139 #define HAVE_STRUCT_STATFS_F_FFREE 1
21140 _ACEOF
21144 { $as_echo "$as_me:$LINENO: checking for struct statfs.f_favail" >&5
21145 $as_echo_n "checking for struct statfs.f_favail... " >&6; }
21146 if test "${ac_cv_member_struct_statfs_f_favail+set}" = set; then
21147 $as_echo_n "(cached) " >&6
21148 else
21149 cat >conftest.$ac_ext <<_ACEOF
21150 /* confdefs.h. */
21151 _ACEOF
21152 cat confdefs.h >>conftest.$ac_ext
21153 cat >>conftest.$ac_ext <<_ACEOF
21154 /* end confdefs.h. */
21155 #include <sys/types.h>
21156 #ifdef HAVE_SYS_PARAM_H
21157 # include <sys/param.h>
21158 #endif
21159 #ifdef HAVE_SYS_MOUNT_H
21160 # include <sys/mount.h>
21161 #endif
21162 #ifdef HAVE_SYS_VFS_H
21163 # include <sys/vfs.h>
21164 #endif
21165 #ifdef HAVE_SYS_STATFS_H
21166 # include <sys/statfs.h>
21167 #endif
21170 main ()
21172 static struct statfs ac_aggr;
21173 if (ac_aggr.f_favail)
21174 return 0;
21176 return 0;
21178 _ACEOF
21179 rm -f conftest.$ac_objext
21180 if { (ac_try="$ac_compile"
21181 case "(($ac_try" in
21182 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21183 *) ac_try_echo=$ac_try;;
21184 esac
21185 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
21186 $as_echo "$ac_try_echo") >&5
21187 (eval "$ac_compile") 2>conftest.er1
21188 ac_status=$?
21189 grep -v '^ *+' conftest.er1 >conftest.err
21190 rm -f conftest.er1
21191 cat conftest.err >&5
21192 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
21193 (exit $ac_status); } && {
21194 test -z "$ac_c_werror_flag" ||
21195 test ! -s conftest.err
21196 } && test -s conftest.$ac_objext; then
21197 ac_cv_member_struct_statfs_f_favail=yes
21198 else
21199 $as_echo "$as_me: failed program was:" >&5
21200 sed 's/^/| /' conftest.$ac_ext >&5
21202 cat >conftest.$ac_ext <<_ACEOF
21203 /* confdefs.h. */
21204 _ACEOF
21205 cat confdefs.h >>conftest.$ac_ext
21206 cat >>conftest.$ac_ext <<_ACEOF
21207 /* end confdefs.h. */
21208 #include <sys/types.h>
21209 #ifdef HAVE_SYS_PARAM_H
21210 # include <sys/param.h>
21211 #endif
21212 #ifdef HAVE_SYS_MOUNT_H
21213 # include <sys/mount.h>
21214 #endif
21215 #ifdef HAVE_SYS_VFS_H
21216 # include <sys/vfs.h>
21217 #endif
21218 #ifdef HAVE_SYS_STATFS_H
21219 # include <sys/statfs.h>
21220 #endif
21223 main ()
21225 static struct statfs ac_aggr;
21226 if (sizeof ac_aggr.f_favail)
21227 return 0;
21229 return 0;
21231 _ACEOF
21232 rm -f conftest.$ac_objext
21233 if { (ac_try="$ac_compile"
21234 case "(($ac_try" in
21235 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21236 *) ac_try_echo=$ac_try;;
21237 esac
21238 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
21239 $as_echo "$ac_try_echo") >&5
21240 (eval "$ac_compile") 2>conftest.er1
21241 ac_status=$?
21242 grep -v '^ *+' conftest.er1 >conftest.err
21243 rm -f conftest.er1
21244 cat conftest.err >&5
21245 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
21246 (exit $ac_status); } && {
21247 test -z "$ac_c_werror_flag" ||
21248 test ! -s conftest.err
21249 } && test -s conftest.$ac_objext; then
21250 ac_cv_member_struct_statfs_f_favail=yes
21251 else
21252 $as_echo "$as_me: failed program was:" >&5
21253 sed 's/^/| /' conftest.$ac_ext >&5
21255 ac_cv_member_struct_statfs_f_favail=no
21258 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21261 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21263 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_statfs_f_favail" >&5
21264 $as_echo "$ac_cv_member_struct_statfs_f_favail" >&6; }
21265 if test "x$ac_cv_member_struct_statfs_f_favail" = x""yes; then
21267 cat >>confdefs.h <<_ACEOF
21268 #define HAVE_STRUCT_STATFS_F_FAVAIL 1
21269 _ACEOF
21273 { $as_echo "$as_me:$LINENO: checking for struct statfs.f_namelen" >&5
21274 $as_echo_n "checking for struct statfs.f_namelen... " >&6; }
21275 if test "${ac_cv_member_struct_statfs_f_namelen+set}" = set; then
21276 $as_echo_n "(cached) " >&6
21277 else
21278 cat >conftest.$ac_ext <<_ACEOF
21279 /* confdefs.h. */
21280 _ACEOF
21281 cat confdefs.h >>conftest.$ac_ext
21282 cat >>conftest.$ac_ext <<_ACEOF
21283 /* end confdefs.h. */
21284 #include <sys/types.h>
21285 #ifdef HAVE_SYS_PARAM_H
21286 # include <sys/param.h>
21287 #endif
21288 #ifdef HAVE_SYS_MOUNT_H
21289 # include <sys/mount.h>
21290 #endif
21291 #ifdef HAVE_SYS_VFS_H
21292 # include <sys/vfs.h>
21293 #endif
21294 #ifdef HAVE_SYS_STATFS_H
21295 # include <sys/statfs.h>
21296 #endif
21299 main ()
21301 static struct statfs ac_aggr;
21302 if (ac_aggr.f_namelen)
21303 return 0;
21305 return 0;
21307 _ACEOF
21308 rm -f conftest.$ac_objext
21309 if { (ac_try="$ac_compile"
21310 case "(($ac_try" in
21311 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21312 *) ac_try_echo=$ac_try;;
21313 esac
21314 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
21315 $as_echo "$ac_try_echo") >&5
21316 (eval "$ac_compile") 2>conftest.er1
21317 ac_status=$?
21318 grep -v '^ *+' conftest.er1 >conftest.err
21319 rm -f conftest.er1
21320 cat conftest.err >&5
21321 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
21322 (exit $ac_status); } && {
21323 test -z "$ac_c_werror_flag" ||
21324 test ! -s conftest.err
21325 } && test -s conftest.$ac_objext; then
21326 ac_cv_member_struct_statfs_f_namelen=yes
21327 else
21328 $as_echo "$as_me: failed program was:" >&5
21329 sed 's/^/| /' conftest.$ac_ext >&5
21331 cat >conftest.$ac_ext <<_ACEOF
21332 /* confdefs.h. */
21333 _ACEOF
21334 cat confdefs.h >>conftest.$ac_ext
21335 cat >>conftest.$ac_ext <<_ACEOF
21336 /* end confdefs.h. */
21337 #include <sys/types.h>
21338 #ifdef HAVE_SYS_PARAM_H
21339 # include <sys/param.h>
21340 #endif
21341 #ifdef HAVE_SYS_MOUNT_H
21342 # include <sys/mount.h>
21343 #endif
21344 #ifdef HAVE_SYS_VFS_H
21345 # include <sys/vfs.h>
21346 #endif
21347 #ifdef HAVE_SYS_STATFS_H
21348 # include <sys/statfs.h>
21349 #endif
21352 main ()
21354 static struct statfs ac_aggr;
21355 if (sizeof ac_aggr.f_namelen)
21356 return 0;
21358 return 0;
21360 _ACEOF
21361 rm -f conftest.$ac_objext
21362 if { (ac_try="$ac_compile"
21363 case "(($ac_try" in
21364 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21365 *) ac_try_echo=$ac_try;;
21366 esac
21367 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
21368 $as_echo "$ac_try_echo") >&5
21369 (eval "$ac_compile") 2>conftest.er1
21370 ac_status=$?
21371 grep -v '^ *+' conftest.er1 >conftest.err
21372 rm -f conftest.er1
21373 cat conftest.err >&5
21374 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
21375 (exit $ac_status); } && {
21376 test -z "$ac_c_werror_flag" ||
21377 test ! -s conftest.err
21378 } && test -s conftest.$ac_objext; then
21379 ac_cv_member_struct_statfs_f_namelen=yes
21380 else
21381 $as_echo "$as_me: failed program was:" >&5
21382 sed 's/^/| /' conftest.$ac_ext >&5
21384 ac_cv_member_struct_statfs_f_namelen=no
21387 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21390 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21392 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_statfs_f_namelen" >&5
21393 $as_echo "$ac_cv_member_struct_statfs_f_namelen" >&6; }
21394 if test "x$ac_cv_member_struct_statfs_f_namelen" = x""yes; then
21396 cat >>confdefs.h <<_ACEOF
21397 #define HAVE_STRUCT_STATFS_F_NAMELEN 1
21398 _ACEOF
21404 { $as_echo "$as_me:$LINENO: checking for struct statvfs.f_blocks" >&5
21405 $as_echo_n "checking for struct statvfs.f_blocks... " >&6; }
21406 if test "${ac_cv_member_struct_statvfs_f_blocks+set}" = set; then
21407 $as_echo_n "(cached) " >&6
21408 else
21409 cat >conftest.$ac_ext <<_ACEOF
21410 /* confdefs.h. */
21411 _ACEOF
21412 cat confdefs.h >>conftest.$ac_ext
21413 cat >>conftest.$ac_ext <<_ACEOF
21414 /* end confdefs.h. */
21415 #ifdef HAVE_SYS_STATVFS_H
21416 #include <sys/statvfs.h>
21417 #endif
21420 main ()
21422 static struct statvfs ac_aggr;
21423 if (ac_aggr.f_blocks)
21424 return 0;
21426 return 0;
21428 _ACEOF
21429 rm -f conftest.$ac_objext
21430 if { (ac_try="$ac_compile"
21431 case "(($ac_try" in
21432 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21433 *) ac_try_echo=$ac_try;;
21434 esac
21435 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
21436 $as_echo "$ac_try_echo") >&5
21437 (eval "$ac_compile") 2>conftest.er1
21438 ac_status=$?
21439 grep -v '^ *+' conftest.er1 >conftest.err
21440 rm -f conftest.er1
21441 cat conftest.err >&5
21442 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
21443 (exit $ac_status); } && {
21444 test -z "$ac_c_werror_flag" ||
21445 test ! -s conftest.err
21446 } && test -s conftest.$ac_objext; then
21447 ac_cv_member_struct_statvfs_f_blocks=yes
21448 else
21449 $as_echo "$as_me: failed program was:" >&5
21450 sed 's/^/| /' conftest.$ac_ext >&5
21452 cat >conftest.$ac_ext <<_ACEOF
21453 /* confdefs.h. */
21454 _ACEOF
21455 cat confdefs.h >>conftest.$ac_ext
21456 cat >>conftest.$ac_ext <<_ACEOF
21457 /* end confdefs.h. */
21458 #ifdef HAVE_SYS_STATVFS_H
21459 #include <sys/statvfs.h>
21460 #endif
21463 main ()
21465 static struct statvfs ac_aggr;
21466 if (sizeof ac_aggr.f_blocks)
21467 return 0;
21469 return 0;
21471 _ACEOF
21472 rm -f conftest.$ac_objext
21473 if { (ac_try="$ac_compile"
21474 case "(($ac_try" in
21475 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21476 *) ac_try_echo=$ac_try;;
21477 esac
21478 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
21479 $as_echo "$ac_try_echo") >&5
21480 (eval "$ac_compile") 2>conftest.er1
21481 ac_status=$?
21482 grep -v '^ *+' conftest.er1 >conftest.err
21483 rm -f conftest.er1
21484 cat conftest.err >&5
21485 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
21486 (exit $ac_status); } && {
21487 test -z "$ac_c_werror_flag" ||
21488 test ! -s conftest.err
21489 } && test -s conftest.$ac_objext; then
21490 ac_cv_member_struct_statvfs_f_blocks=yes
21491 else
21492 $as_echo "$as_me: failed program was:" >&5
21493 sed 's/^/| /' conftest.$ac_ext >&5
21495 ac_cv_member_struct_statvfs_f_blocks=no
21498 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21501 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21503 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_statvfs_f_blocks" >&5
21504 $as_echo "$ac_cv_member_struct_statvfs_f_blocks" >&6; }
21505 if test "x$ac_cv_member_struct_statvfs_f_blocks" = x""yes; then
21507 cat >>confdefs.h <<_ACEOF
21508 #define HAVE_STRUCT_STATVFS_F_BLOCKS 1
21509 _ACEOF
21515 { $as_echo "$as_me:$LINENO: checking for struct msghdr.msg_accrights" >&5
21516 $as_echo_n "checking for struct msghdr.msg_accrights... " >&6; }
21517 if test "${ac_cv_member_struct_msghdr_msg_accrights+set}" = set; then
21518 $as_echo_n "(cached) " >&6
21519 else
21520 cat >conftest.$ac_ext <<_ACEOF
21521 /* confdefs.h. */
21522 _ACEOF
21523 cat confdefs.h >>conftest.$ac_ext
21524 cat >>conftest.$ac_ext <<_ACEOF
21525 /* end confdefs.h. */
21526 #include <sys/types.h>
21527 #ifdef HAVE_SYS_SOCKET_H
21528 # include <sys/socket.h>
21529 #endif
21530 #ifdef HAVE_SYS_UN_H
21531 # include <sys/un.h>
21532 #endif
21535 main ()
21537 static struct msghdr ac_aggr;
21538 if (ac_aggr.msg_accrights)
21539 return 0;
21541 return 0;
21543 _ACEOF
21544 rm -f conftest.$ac_objext
21545 if { (ac_try="$ac_compile"
21546 case "(($ac_try" in
21547 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21548 *) ac_try_echo=$ac_try;;
21549 esac
21550 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
21551 $as_echo "$ac_try_echo") >&5
21552 (eval "$ac_compile") 2>conftest.er1
21553 ac_status=$?
21554 grep -v '^ *+' conftest.er1 >conftest.err
21555 rm -f conftest.er1
21556 cat conftest.err >&5
21557 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
21558 (exit $ac_status); } && {
21559 test -z "$ac_c_werror_flag" ||
21560 test ! -s conftest.err
21561 } && test -s conftest.$ac_objext; then
21562 ac_cv_member_struct_msghdr_msg_accrights=yes
21563 else
21564 $as_echo "$as_me: failed program was:" >&5
21565 sed 's/^/| /' conftest.$ac_ext >&5
21567 cat >conftest.$ac_ext <<_ACEOF
21568 /* confdefs.h. */
21569 _ACEOF
21570 cat confdefs.h >>conftest.$ac_ext
21571 cat >>conftest.$ac_ext <<_ACEOF
21572 /* end confdefs.h. */
21573 #include <sys/types.h>
21574 #ifdef HAVE_SYS_SOCKET_H
21575 # include <sys/socket.h>
21576 #endif
21577 #ifdef HAVE_SYS_UN_H
21578 # include <sys/un.h>
21579 #endif
21582 main ()
21584 static struct msghdr ac_aggr;
21585 if (sizeof ac_aggr.msg_accrights)
21586 return 0;
21588 return 0;
21590 _ACEOF
21591 rm -f conftest.$ac_objext
21592 if { (ac_try="$ac_compile"
21593 case "(($ac_try" in
21594 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21595 *) ac_try_echo=$ac_try;;
21596 esac
21597 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
21598 $as_echo "$ac_try_echo") >&5
21599 (eval "$ac_compile") 2>conftest.er1
21600 ac_status=$?
21601 grep -v '^ *+' conftest.er1 >conftest.err
21602 rm -f conftest.er1
21603 cat conftest.err >&5
21604 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
21605 (exit $ac_status); } && {
21606 test -z "$ac_c_werror_flag" ||
21607 test ! -s conftest.err
21608 } && test -s conftest.$ac_objext; then
21609 ac_cv_member_struct_msghdr_msg_accrights=yes
21610 else
21611 $as_echo "$as_me: failed program was:" >&5
21612 sed 's/^/| /' conftest.$ac_ext >&5
21614 ac_cv_member_struct_msghdr_msg_accrights=no
21617 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21620 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21622 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_msghdr_msg_accrights" >&5
21623 $as_echo "$ac_cv_member_struct_msghdr_msg_accrights" >&6; }
21624 if test "x$ac_cv_member_struct_msghdr_msg_accrights" = x""yes; then
21626 cat >>confdefs.h <<_ACEOF
21627 #define HAVE_STRUCT_MSGHDR_MSG_ACCRIGHTS 1
21628 _ACEOF
21632 { $as_echo "$as_me:$LINENO: checking for struct sockaddr.sa_len" >&5
21633 $as_echo_n "checking for struct sockaddr.sa_len... " >&6; }
21634 if test "${ac_cv_member_struct_sockaddr_sa_len+set}" = set; then
21635 $as_echo_n "(cached) " >&6
21636 else
21637 cat >conftest.$ac_ext <<_ACEOF
21638 /* confdefs.h. */
21639 _ACEOF
21640 cat confdefs.h >>conftest.$ac_ext
21641 cat >>conftest.$ac_ext <<_ACEOF
21642 /* end confdefs.h. */
21643 #include <sys/types.h>
21644 #ifdef HAVE_SYS_SOCKET_H
21645 # include <sys/socket.h>
21646 #endif
21647 #ifdef HAVE_SYS_UN_H
21648 # include <sys/un.h>
21649 #endif
21652 main ()
21654 static struct sockaddr ac_aggr;
21655 if (ac_aggr.sa_len)
21656 return 0;
21658 return 0;
21660 _ACEOF
21661 rm -f conftest.$ac_objext
21662 if { (ac_try="$ac_compile"
21663 case "(($ac_try" in
21664 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21665 *) ac_try_echo=$ac_try;;
21666 esac
21667 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
21668 $as_echo "$ac_try_echo") >&5
21669 (eval "$ac_compile") 2>conftest.er1
21670 ac_status=$?
21671 grep -v '^ *+' conftest.er1 >conftest.err
21672 rm -f conftest.er1
21673 cat conftest.err >&5
21674 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
21675 (exit $ac_status); } && {
21676 test -z "$ac_c_werror_flag" ||
21677 test ! -s conftest.err
21678 } && test -s conftest.$ac_objext; then
21679 ac_cv_member_struct_sockaddr_sa_len=yes
21680 else
21681 $as_echo "$as_me: failed program was:" >&5
21682 sed 's/^/| /' conftest.$ac_ext >&5
21684 cat >conftest.$ac_ext <<_ACEOF
21685 /* confdefs.h. */
21686 _ACEOF
21687 cat confdefs.h >>conftest.$ac_ext
21688 cat >>conftest.$ac_ext <<_ACEOF
21689 /* end confdefs.h. */
21690 #include <sys/types.h>
21691 #ifdef HAVE_SYS_SOCKET_H
21692 # include <sys/socket.h>
21693 #endif
21694 #ifdef HAVE_SYS_UN_H
21695 # include <sys/un.h>
21696 #endif
21699 main ()
21701 static struct sockaddr ac_aggr;
21702 if (sizeof ac_aggr.sa_len)
21703 return 0;
21705 return 0;
21707 _ACEOF
21708 rm -f conftest.$ac_objext
21709 if { (ac_try="$ac_compile"
21710 case "(($ac_try" in
21711 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21712 *) ac_try_echo=$ac_try;;
21713 esac
21714 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
21715 $as_echo "$ac_try_echo") >&5
21716 (eval "$ac_compile") 2>conftest.er1
21717 ac_status=$?
21718 grep -v '^ *+' conftest.er1 >conftest.err
21719 rm -f conftest.er1
21720 cat conftest.err >&5
21721 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
21722 (exit $ac_status); } && {
21723 test -z "$ac_c_werror_flag" ||
21724 test ! -s conftest.err
21725 } && test -s conftest.$ac_objext; then
21726 ac_cv_member_struct_sockaddr_sa_len=yes
21727 else
21728 $as_echo "$as_me: failed program was:" >&5
21729 sed 's/^/| /' conftest.$ac_ext >&5
21731 ac_cv_member_struct_sockaddr_sa_len=no
21734 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21737 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21739 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_sockaddr_sa_len" >&5
21740 $as_echo "$ac_cv_member_struct_sockaddr_sa_len" >&6; }
21741 if test "x$ac_cv_member_struct_sockaddr_sa_len" = x""yes; then
21743 cat >>confdefs.h <<_ACEOF
21744 #define HAVE_STRUCT_SOCKADDR_SA_LEN 1
21745 _ACEOF
21749 { $as_echo "$as_me:$LINENO: checking for struct sockaddr_un.sun_len" >&5
21750 $as_echo_n "checking for struct sockaddr_un.sun_len... " >&6; }
21751 if test "${ac_cv_member_struct_sockaddr_un_sun_len+set}" = set; then
21752 $as_echo_n "(cached) " >&6
21753 else
21754 cat >conftest.$ac_ext <<_ACEOF
21755 /* confdefs.h. */
21756 _ACEOF
21757 cat confdefs.h >>conftest.$ac_ext
21758 cat >>conftest.$ac_ext <<_ACEOF
21759 /* end confdefs.h. */
21760 #include <sys/types.h>
21761 #ifdef HAVE_SYS_SOCKET_H
21762 # include <sys/socket.h>
21763 #endif
21764 #ifdef HAVE_SYS_UN_H
21765 # include <sys/un.h>
21766 #endif
21769 main ()
21771 static struct sockaddr_un ac_aggr;
21772 if (ac_aggr.sun_len)
21773 return 0;
21775 return 0;
21777 _ACEOF
21778 rm -f conftest.$ac_objext
21779 if { (ac_try="$ac_compile"
21780 case "(($ac_try" in
21781 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21782 *) ac_try_echo=$ac_try;;
21783 esac
21784 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
21785 $as_echo "$ac_try_echo") >&5
21786 (eval "$ac_compile") 2>conftest.er1
21787 ac_status=$?
21788 grep -v '^ *+' conftest.er1 >conftest.err
21789 rm -f conftest.er1
21790 cat conftest.err >&5
21791 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
21792 (exit $ac_status); } && {
21793 test -z "$ac_c_werror_flag" ||
21794 test ! -s conftest.err
21795 } && test -s conftest.$ac_objext; then
21796 ac_cv_member_struct_sockaddr_un_sun_len=yes
21797 else
21798 $as_echo "$as_me: failed program was:" >&5
21799 sed 's/^/| /' conftest.$ac_ext >&5
21801 cat >conftest.$ac_ext <<_ACEOF
21802 /* confdefs.h. */
21803 _ACEOF
21804 cat confdefs.h >>conftest.$ac_ext
21805 cat >>conftest.$ac_ext <<_ACEOF
21806 /* end confdefs.h. */
21807 #include <sys/types.h>
21808 #ifdef HAVE_SYS_SOCKET_H
21809 # include <sys/socket.h>
21810 #endif
21811 #ifdef HAVE_SYS_UN_H
21812 # include <sys/un.h>
21813 #endif
21816 main ()
21818 static struct sockaddr_un ac_aggr;
21819 if (sizeof ac_aggr.sun_len)
21820 return 0;
21822 return 0;
21824 _ACEOF
21825 rm -f conftest.$ac_objext
21826 if { (ac_try="$ac_compile"
21827 case "(($ac_try" in
21828 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21829 *) ac_try_echo=$ac_try;;
21830 esac
21831 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
21832 $as_echo "$ac_try_echo") >&5
21833 (eval "$ac_compile") 2>conftest.er1
21834 ac_status=$?
21835 grep -v '^ *+' conftest.er1 >conftest.err
21836 rm -f conftest.er1
21837 cat conftest.err >&5
21838 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
21839 (exit $ac_status); } && {
21840 test -z "$ac_c_werror_flag" ||
21841 test ! -s conftest.err
21842 } && test -s conftest.$ac_objext; then
21843 ac_cv_member_struct_sockaddr_un_sun_len=yes
21844 else
21845 $as_echo "$as_me: failed program was:" >&5
21846 sed 's/^/| /' conftest.$ac_ext >&5
21848 ac_cv_member_struct_sockaddr_un_sun_len=no
21851 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21854 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21856 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_sockaddr_un_sun_len" >&5
21857 $as_echo "$ac_cv_member_struct_sockaddr_un_sun_len" >&6; }
21858 if test "x$ac_cv_member_struct_sockaddr_un_sun_len" = x""yes; then
21860 cat >>confdefs.h <<_ACEOF
21861 #define HAVE_STRUCT_SOCKADDR_UN_SUN_LEN 1
21862 _ACEOF
21868 { $as_echo "$as_me:$LINENO: checking for scsireq_t.cmd" >&5
21869 $as_echo_n "checking for scsireq_t.cmd... " >&6; }
21870 if test "${ac_cv_member_scsireq_t_cmd+set}" = set; then
21871 $as_echo_n "(cached) " >&6
21872 else
21873 cat >conftest.$ac_ext <<_ACEOF
21874 /* confdefs.h. */
21875 _ACEOF
21876 cat confdefs.h >>conftest.$ac_ext
21877 cat >>conftest.$ac_ext <<_ACEOF
21878 /* end confdefs.h. */
21879 #include <sys/types.h>
21880 #ifdef HAVE_SCSI_SG_H
21881 #include <scsi/sg.h>
21882 #endif
21885 main ()
21887 static scsireq_t ac_aggr;
21888 if (ac_aggr.cmd)
21889 return 0;
21891 return 0;
21893 _ACEOF
21894 rm -f conftest.$ac_objext
21895 if { (ac_try="$ac_compile"
21896 case "(($ac_try" in
21897 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21898 *) ac_try_echo=$ac_try;;
21899 esac
21900 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
21901 $as_echo "$ac_try_echo") >&5
21902 (eval "$ac_compile") 2>conftest.er1
21903 ac_status=$?
21904 grep -v '^ *+' conftest.er1 >conftest.err
21905 rm -f conftest.er1
21906 cat conftest.err >&5
21907 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
21908 (exit $ac_status); } && {
21909 test -z "$ac_c_werror_flag" ||
21910 test ! -s conftest.err
21911 } && test -s conftest.$ac_objext; then
21912 ac_cv_member_scsireq_t_cmd=yes
21913 else
21914 $as_echo "$as_me: failed program was:" >&5
21915 sed 's/^/| /' conftest.$ac_ext >&5
21917 cat >conftest.$ac_ext <<_ACEOF
21918 /* confdefs.h. */
21919 _ACEOF
21920 cat confdefs.h >>conftest.$ac_ext
21921 cat >>conftest.$ac_ext <<_ACEOF
21922 /* end confdefs.h. */
21923 #include <sys/types.h>
21924 #ifdef HAVE_SCSI_SG_H
21925 #include <scsi/sg.h>
21926 #endif
21929 main ()
21931 static scsireq_t ac_aggr;
21932 if (sizeof ac_aggr.cmd)
21933 return 0;
21935 return 0;
21937 _ACEOF
21938 rm -f conftest.$ac_objext
21939 if { (ac_try="$ac_compile"
21940 case "(($ac_try" in
21941 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21942 *) ac_try_echo=$ac_try;;
21943 esac
21944 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
21945 $as_echo "$ac_try_echo") >&5
21946 (eval "$ac_compile") 2>conftest.er1
21947 ac_status=$?
21948 grep -v '^ *+' conftest.er1 >conftest.err
21949 rm -f conftest.er1
21950 cat conftest.err >&5
21951 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
21952 (exit $ac_status); } && {
21953 test -z "$ac_c_werror_flag" ||
21954 test ! -s conftest.err
21955 } && test -s conftest.$ac_objext; then
21956 ac_cv_member_scsireq_t_cmd=yes
21957 else
21958 $as_echo "$as_me: failed program was:" >&5
21959 sed 's/^/| /' conftest.$ac_ext >&5
21961 ac_cv_member_scsireq_t_cmd=no
21964 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21967 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21969 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_scsireq_t_cmd" >&5
21970 $as_echo "$ac_cv_member_scsireq_t_cmd" >&6; }
21971 if test "x$ac_cv_member_scsireq_t_cmd" = x""yes; then
21973 cat >>confdefs.h <<_ACEOF
21974 #define HAVE_SCSIREQ_T_CMD 1
21975 _ACEOF
21979 { $as_echo "$as_me:$LINENO: checking for sg_io_hdr_t.interface_id" >&5
21980 $as_echo_n "checking for sg_io_hdr_t.interface_id... " >&6; }
21981 if test "${ac_cv_member_sg_io_hdr_t_interface_id+set}" = set; then
21982 $as_echo_n "(cached) " >&6
21983 else
21984 cat >conftest.$ac_ext <<_ACEOF
21985 /* confdefs.h. */
21986 _ACEOF
21987 cat confdefs.h >>conftest.$ac_ext
21988 cat >>conftest.$ac_ext <<_ACEOF
21989 /* end confdefs.h. */
21990 #include <sys/types.h>
21991 #ifdef HAVE_SCSI_SG_H
21992 #include <scsi/sg.h>
21993 #endif
21996 main ()
21998 static sg_io_hdr_t ac_aggr;
21999 if (ac_aggr.interface_id)
22000 return 0;
22002 return 0;
22004 _ACEOF
22005 rm -f conftest.$ac_objext
22006 if { (ac_try="$ac_compile"
22007 case "(($ac_try" in
22008 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22009 *) ac_try_echo=$ac_try;;
22010 esac
22011 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
22012 $as_echo "$ac_try_echo") >&5
22013 (eval "$ac_compile") 2>conftest.er1
22014 ac_status=$?
22015 grep -v '^ *+' conftest.er1 >conftest.err
22016 rm -f conftest.er1
22017 cat conftest.err >&5
22018 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
22019 (exit $ac_status); } && {
22020 test -z "$ac_c_werror_flag" ||
22021 test ! -s conftest.err
22022 } && test -s conftest.$ac_objext; then
22023 ac_cv_member_sg_io_hdr_t_interface_id=yes
22024 else
22025 $as_echo "$as_me: failed program was:" >&5
22026 sed 's/^/| /' conftest.$ac_ext >&5
22028 cat >conftest.$ac_ext <<_ACEOF
22029 /* confdefs.h. */
22030 _ACEOF
22031 cat confdefs.h >>conftest.$ac_ext
22032 cat >>conftest.$ac_ext <<_ACEOF
22033 /* end confdefs.h. */
22034 #include <sys/types.h>
22035 #ifdef HAVE_SCSI_SG_H
22036 #include <scsi/sg.h>
22037 #endif
22040 main ()
22042 static sg_io_hdr_t ac_aggr;
22043 if (sizeof ac_aggr.interface_id)
22044 return 0;
22046 return 0;
22048 _ACEOF
22049 rm -f conftest.$ac_objext
22050 if { (ac_try="$ac_compile"
22051 case "(($ac_try" in
22052 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22053 *) ac_try_echo=$ac_try;;
22054 esac
22055 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
22056 $as_echo "$ac_try_echo") >&5
22057 (eval "$ac_compile") 2>conftest.er1
22058 ac_status=$?
22059 grep -v '^ *+' conftest.er1 >conftest.err
22060 rm -f conftest.er1
22061 cat conftest.err >&5
22062 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
22063 (exit $ac_status); } && {
22064 test -z "$ac_c_werror_flag" ||
22065 test ! -s conftest.err
22066 } && test -s conftest.$ac_objext; then
22067 ac_cv_member_sg_io_hdr_t_interface_id=yes
22068 else
22069 $as_echo "$as_me: failed program was:" >&5
22070 sed 's/^/| /' conftest.$ac_ext >&5
22072 ac_cv_member_sg_io_hdr_t_interface_id=no
22075 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22078 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22080 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_sg_io_hdr_t_interface_id" >&5
22081 $as_echo "$ac_cv_member_sg_io_hdr_t_interface_id" >&6; }
22082 if test "x$ac_cv_member_sg_io_hdr_t_interface_id" = x""yes; then
22084 cat >>confdefs.h <<_ACEOF
22085 #define HAVE_SG_IO_HDR_T_INTERFACE_ID 1
22086 _ACEOF
22092 { $as_echo "$as_me:$LINENO: checking for siginfo_t.si_fd" >&5
22093 $as_echo_n "checking for siginfo_t.si_fd... " >&6; }
22094 if test "${ac_cv_member_siginfo_t_si_fd+set}" = set; then
22095 $as_echo_n "(cached) " >&6
22096 else
22097 cat >conftest.$ac_ext <<_ACEOF
22098 /* confdefs.h. */
22099 _ACEOF
22100 cat confdefs.h >>conftest.$ac_ext
22101 cat >>conftest.$ac_ext <<_ACEOF
22102 /* end confdefs.h. */
22103 #include <signal.h>
22106 main ()
22108 static siginfo_t ac_aggr;
22109 if (ac_aggr.si_fd)
22110 return 0;
22112 return 0;
22114 _ACEOF
22115 rm -f conftest.$ac_objext
22116 if { (ac_try="$ac_compile"
22117 case "(($ac_try" in
22118 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22119 *) ac_try_echo=$ac_try;;
22120 esac
22121 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
22122 $as_echo "$ac_try_echo") >&5
22123 (eval "$ac_compile") 2>conftest.er1
22124 ac_status=$?
22125 grep -v '^ *+' conftest.er1 >conftest.err
22126 rm -f conftest.er1
22127 cat conftest.err >&5
22128 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
22129 (exit $ac_status); } && {
22130 test -z "$ac_c_werror_flag" ||
22131 test ! -s conftest.err
22132 } && test -s conftest.$ac_objext; then
22133 ac_cv_member_siginfo_t_si_fd=yes
22134 else
22135 $as_echo "$as_me: failed program was:" >&5
22136 sed 's/^/| /' conftest.$ac_ext >&5
22138 cat >conftest.$ac_ext <<_ACEOF
22139 /* confdefs.h. */
22140 _ACEOF
22141 cat confdefs.h >>conftest.$ac_ext
22142 cat >>conftest.$ac_ext <<_ACEOF
22143 /* end confdefs.h. */
22144 #include <signal.h>
22147 main ()
22149 static siginfo_t ac_aggr;
22150 if (sizeof ac_aggr.si_fd)
22151 return 0;
22153 return 0;
22155 _ACEOF
22156 rm -f conftest.$ac_objext
22157 if { (ac_try="$ac_compile"
22158 case "(($ac_try" in
22159 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22160 *) ac_try_echo=$ac_try;;
22161 esac
22162 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
22163 $as_echo "$ac_try_echo") >&5
22164 (eval "$ac_compile") 2>conftest.er1
22165 ac_status=$?
22166 grep -v '^ *+' conftest.er1 >conftest.err
22167 rm -f conftest.er1
22168 cat conftest.err >&5
22169 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
22170 (exit $ac_status); } && {
22171 test -z "$ac_c_werror_flag" ||
22172 test ! -s conftest.err
22173 } && test -s conftest.$ac_objext; then
22174 ac_cv_member_siginfo_t_si_fd=yes
22175 else
22176 $as_echo "$as_me: failed program was:" >&5
22177 sed 's/^/| /' conftest.$ac_ext >&5
22179 ac_cv_member_siginfo_t_si_fd=no
22182 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22185 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22187 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_siginfo_t_si_fd" >&5
22188 $as_echo "$ac_cv_member_siginfo_t_si_fd" >&6; }
22189 if test "x$ac_cv_member_siginfo_t_si_fd" = x""yes; then
22191 cat >>confdefs.h <<_ACEOF
22192 #define HAVE_SIGINFO_T_SI_FD 1
22193 _ACEOF
22199 { $as_echo "$as_me:$LINENO: checking for struct mtget.mt_blksiz" >&5
22200 $as_echo_n "checking for struct mtget.mt_blksiz... " >&6; }
22201 if test "${ac_cv_member_struct_mtget_mt_blksiz+set}" = set; then
22202 $as_echo_n "(cached) " >&6
22203 else
22204 cat >conftest.$ac_ext <<_ACEOF
22205 /* confdefs.h. */
22206 _ACEOF
22207 cat confdefs.h >>conftest.$ac_ext
22208 cat >>conftest.$ac_ext <<_ACEOF
22209 /* end confdefs.h. */
22210 #include <sys/types.h>
22211 #ifdef HAVE_SYS_MTIO_H
22212 #include <sys/mtio.h>
22213 #endif
22216 main ()
22218 static struct mtget ac_aggr;
22219 if (ac_aggr.mt_blksiz)
22220 return 0;
22222 return 0;
22224 _ACEOF
22225 rm -f conftest.$ac_objext
22226 if { (ac_try="$ac_compile"
22227 case "(($ac_try" in
22228 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22229 *) ac_try_echo=$ac_try;;
22230 esac
22231 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
22232 $as_echo "$ac_try_echo") >&5
22233 (eval "$ac_compile") 2>conftest.er1
22234 ac_status=$?
22235 grep -v '^ *+' conftest.er1 >conftest.err
22236 rm -f conftest.er1
22237 cat conftest.err >&5
22238 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
22239 (exit $ac_status); } && {
22240 test -z "$ac_c_werror_flag" ||
22241 test ! -s conftest.err
22242 } && test -s conftest.$ac_objext; then
22243 ac_cv_member_struct_mtget_mt_blksiz=yes
22244 else
22245 $as_echo "$as_me: failed program was:" >&5
22246 sed 's/^/| /' conftest.$ac_ext >&5
22248 cat >conftest.$ac_ext <<_ACEOF
22249 /* confdefs.h. */
22250 _ACEOF
22251 cat confdefs.h >>conftest.$ac_ext
22252 cat >>conftest.$ac_ext <<_ACEOF
22253 /* end confdefs.h. */
22254 #include <sys/types.h>
22255 #ifdef HAVE_SYS_MTIO_H
22256 #include <sys/mtio.h>
22257 #endif
22260 main ()
22262 static struct mtget ac_aggr;
22263 if (sizeof ac_aggr.mt_blksiz)
22264 return 0;
22266 return 0;
22268 _ACEOF
22269 rm -f conftest.$ac_objext
22270 if { (ac_try="$ac_compile"
22271 case "(($ac_try" in
22272 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22273 *) ac_try_echo=$ac_try;;
22274 esac
22275 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
22276 $as_echo "$ac_try_echo") >&5
22277 (eval "$ac_compile") 2>conftest.er1
22278 ac_status=$?
22279 grep -v '^ *+' conftest.er1 >conftest.err
22280 rm -f conftest.er1
22281 cat conftest.err >&5
22282 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
22283 (exit $ac_status); } && {
22284 test -z "$ac_c_werror_flag" ||
22285 test ! -s conftest.err
22286 } && test -s conftest.$ac_objext; then
22287 ac_cv_member_struct_mtget_mt_blksiz=yes
22288 else
22289 $as_echo "$as_me: failed program was:" >&5
22290 sed 's/^/| /' conftest.$ac_ext >&5
22292 ac_cv_member_struct_mtget_mt_blksiz=no
22295 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22298 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22300 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_mtget_mt_blksiz" >&5
22301 $as_echo "$ac_cv_member_struct_mtget_mt_blksiz" >&6; }
22302 if test "x$ac_cv_member_struct_mtget_mt_blksiz" = x""yes; then
22304 cat >>confdefs.h <<_ACEOF
22305 #define HAVE_STRUCT_MTGET_MT_BLKSIZ 1
22306 _ACEOF
22310 { $as_echo "$as_me:$LINENO: checking for struct mtget.mt_gstat" >&5
22311 $as_echo_n "checking for struct mtget.mt_gstat... " >&6; }
22312 if test "${ac_cv_member_struct_mtget_mt_gstat+set}" = set; then
22313 $as_echo_n "(cached) " >&6
22314 else
22315 cat >conftest.$ac_ext <<_ACEOF
22316 /* confdefs.h. */
22317 _ACEOF
22318 cat confdefs.h >>conftest.$ac_ext
22319 cat >>conftest.$ac_ext <<_ACEOF
22320 /* end confdefs.h. */
22321 #include <sys/types.h>
22322 #ifdef HAVE_SYS_MTIO_H
22323 #include <sys/mtio.h>
22324 #endif
22327 main ()
22329 static struct mtget ac_aggr;
22330 if (ac_aggr.mt_gstat)
22331 return 0;
22333 return 0;
22335 _ACEOF
22336 rm -f conftest.$ac_objext
22337 if { (ac_try="$ac_compile"
22338 case "(($ac_try" in
22339 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22340 *) ac_try_echo=$ac_try;;
22341 esac
22342 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
22343 $as_echo "$ac_try_echo") >&5
22344 (eval "$ac_compile") 2>conftest.er1
22345 ac_status=$?
22346 grep -v '^ *+' conftest.er1 >conftest.err
22347 rm -f conftest.er1
22348 cat conftest.err >&5
22349 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
22350 (exit $ac_status); } && {
22351 test -z "$ac_c_werror_flag" ||
22352 test ! -s conftest.err
22353 } && test -s conftest.$ac_objext; then
22354 ac_cv_member_struct_mtget_mt_gstat=yes
22355 else
22356 $as_echo "$as_me: failed program was:" >&5
22357 sed 's/^/| /' conftest.$ac_ext >&5
22359 cat >conftest.$ac_ext <<_ACEOF
22360 /* confdefs.h. */
22361 _ACEOF
22362 cat confdefs.h >>conftest.$ac_ext
22363 cat >>conftest.$ac_ext <<_ACEOF
22364 /* end confdefs.h. */
22365 #include <sys/types.h>
22366 #ifdef HAVE_SYS_MTIO_H
22367 #include <sys/mtio.h>
22368 #endif
22371 main ()
22373 static struct mtget ac_aggr;
22374 if (sizeof ac_aggr.mt_gstat)
22375 return 0;
22377 return 0;
22379 _ACEOF
22380 rm -f conftest.$ac_objext
22381 if { (ac_try="$ac_compile"
22382 case "(($ac_try" in
22383 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22384 *) ac_try_echo=$ac_try;;
22385 esac
22386 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
22387 $as_echo "$ac_try_echo") >&5
22388 (eval "$ac_compile") 2>conftest.er1
22389 ac_status=$?
22390 grep -v '^ *+' conftest.er1 >conftest.err
22391 rm -f conftest.er1
22392 cat conftest.err >&5
22393 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
22394 (exit $ac_status); } && {
22395 test -z "$ac_c_werror_flag" ||
22396 test ! -s conftest.err
22397 } && test -s conftest.$ac_objext; then
22398 ac_cv_member_struct_mtget_mt_gstat=yes
22399 else
22400 $as_echo "$as_me: failed program was:" >&5
22401 sed 's/^/| /' conftest.$ac_ext >&5
22403 ac_cv_member_struct_mtget_mt_gstat=no
22406 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22409 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22411 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_mtget_mt_gstat" >&5
22412 $as_echo "$ac_cv_member_struct_mtget_mt_gstat" >&6; }
22413 if test "x$ac_cv_member_struct_mtget_mt_gstat" = x""yes; then
22415 cat >>confdefs.h <<_ACEOF
22416 #define HAVE_STRUCT_MTGET_MT_GSTAT 1
22417 _ACEOF
22421 { $as_echo "$as_me:$LINENO: checking for struct mtget.mt_blkno" >&5
22422 $as_echo_n "checking for struct mtget.mt_blkno... " >&6; }
22423 if test "${ac_cv_member_struct_mtget_mt_blkno+set}" = set; then
22424 $as_echo_n "(cached) " >&6
22425 else
22426 cat >conftest.$ac_ext <<_ACEOF
22427 /* confdefs.h. */
22428 _ACEOF
22429 cat confdefs.h >>conftest.$ac_ext
22430 cat >>conftest.$ac_ext <<_ACEOF
22431 /* end confdefs.h. */
22432 #include <sys/types.h>
22433 #ifdef HAVE_SYS_MTIO_H
22434 #include <sys/mtio.h>
22435 #endif
22438 main ()
22440 static struct mtget ac_aggr;
22441 if (ac_aggr.mt_blkno)
22442 return 0;
22444 return 0;
22446 _ACEOF
22447 rm -f conftest.$ac_objext
22448 if { (ac_try="$ac_compile"
22449 case "(($ac_try" in
22450 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22451 *) ac_try_echo=$ac_try;;
22452 esac
22453 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
22454 $as_echo "$ac_try_echo") >&5
22455 (eval "$ac_compile") 2>conftest.er1
22456 ac_status=$?
22457 grep -v '^ *+' conftest.er1 >conftest.err
22458 rm -f conftest.er1
22459 cat conftest.err >&5
22460 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
22461 (exit $ac_status); } && {
22462 test -z "$ac_c_werror_flag" ||
22463 test ! -s conftest.err
22464 } && test -s conftest.$ac_objext; then
22465 ac_cv_member_struct_mtget_mt_blkno=yes
22466 else
22467 $as_echo "$as_me: failed program was:" >&5
22468 sed 's/^/| /' conftest.$ac_ext >&5
22470 cat >conftest.$ac_ext <<_ACEOF
22471 /* confdefs.h. */
22472 _ACEOF
22473 cat confdefs.h >>conftest.$ac_ext
22474 cat >>conftest.$ac_ext <<_ACEOF
22475 /* end confdefs.h. */
22476 #include <sys/types.h>
22477 #ifdef HAVE_SYS_MTIO_H
22478 #include <sys/mtio.h>
22479 #endif
22482 main ()
22484 static struct mtget ac_aggr;
22485 if (sizeof ac_aggr.mt_blkno)
22486 return 0;
22488 return 0;
22490 _ACEOF
22491 rm -f conftest.$ac_objext
22492 if { (ac_try="$ac_compile"
22493 case "(($ac_try" in
22494 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22495 *) ac_try_echo=$ac_try;;
22496 esac
22497 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
22498 $as_echo "$ac_try_echo") >&5
22499 (eval "$ac_compile") 2>conftest.er1
22500 ac_status=$?
22501 grep -v '^ *+' conftest.er1 >conftest.err
22502 rm -f conftest.er1
22503 cat conftest.err >&5
22504 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
22505 (exit $ac_status); } && {
22506 test -z "$ac_c_werror_flag" ||
22507 test ! -s conftest.err
22508 } && test -s conftest.$ac_objext; then
22509 ac_cv_member_struct_mtget_mt_blkno=yes
22510 else
22511 $as_echo "$as_me: failed program was:" >&5
22512 sed 's/^/| /' conftest.$ac_ext >&5
22514 ac_cv_member_struct_mtget_mt_blkno=no
22517 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22520 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22522 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_mtget_mt_blkno" >&5
22523 $as_echo "$ac_cv_member_struct_mtget_mt_blkno" >&6; }
22524 if test "x$ac_cv_member_struct_mtget_mt_blkno" = x""yes; then
22526 cat >>confdefs.h <<_ACEOF
22527 #define HAVE_STRUCT_MTGET_MT_BLKNO 1
22528 _ACEOF
22534 { $as_echo "$as_me:$LINENO: checking for struct option.name" >&5
22535 $as_echo_n "checking for struct option.name... " >&6; }
22536 if test "${ac_cv_member_struct_option_name+set}" = set; then
22537 $as_echo_n "(cached) " >&6
22538 else
22539 cat >conftest.$ac_ext <<_ACEOF
22540 /* confdefs.h. */
22541 _ACEOF
22542 cat confdefs.h >>conftest.$ac_ext
22543 cat >>conftest.$ac_ext <<_ACEOF
22544 /* end confdefs.h. */
22545 #ifdef HAVE_GETOPT_H
22546 #include <getopt.h>
22547 #endif
22550 main ()
22552 static struct option ac_aggr;
22553 if (ac_aggr.name)
22554 return 0;
22556 return 0;
22558 _ACEOF
22559 rm -f conftest.$ac_objext
22560 if { (ac_try="$ac_compile"
22561 case "(($ac_try" in
22562 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22563 *) ac_try_echo=$ac_try;;
22564 esac
22565 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
22566 $as_echo "$ac_try_echo") >&5
22567 (eval "$ac_compile") 2>conftest.er1
22568 ac_status=$?
22569 grep -v '^ *+' conftest.er1 >conftest.err
22570 rm -f conftest.er1
22571 cat conftest.err >&5
22572 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
22573 (exit $ac_status); } && {
22574 test -z "$ac_c_werror_flag" ||
22575 test ! -s conftest.err
22576 } && test -s conftest.$ac_objext; then
22577 ac_cv_member_struct_option_name=yes
22578 else
22579 $as_echo "$as_me: failed program was:" >&5
22580 sed 's/^/| /' conftest.$ac_ext >&5
22582 cat >conftest.$ac_ext <<_ACEOF
22583 /* confdefs.h. */
22584 _ACEOF
22585 cat confdefs.h >>conftest.$ac_ext
22586 cat >>conftest.$ac_ext <<_ACEOF
22587 /* end confdefs.h. */
22588 #ifdef HAVE_GETOPT_H
22589 #include <getopt.h>
22590 #endif
22593 main ()
22595 static struct option ac_aggr;
22596 if (sizeof ac_aggr.name)
22597 return 0;
22599 return 0;
22601 _ACEOF
22602 rm -f conftest.$ac_objext
22603 if { (ac_try="$ac_compile"
22604 case "(($ac_try" in
22605 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22606 *) ac_try_echo=$ac_try;;
22607 esac
22608 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
22609 $as_echo "$ac_try_echo") >&5
22610 (eval "$ac_compile") 2>conftest.er1
22611 ac_status=$?
22612 grep -v '^ *+' conftest.er1 >conftest.err
22613 rm -f conftest.er1
22614 cat conftest.err >&5
22615 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
22616 (exit $ac_status); } && {
22617 test -z "$ac_c_werror_flag" ||
22618 test ! -s conftest.err
22619 } && test -s conftest.$ac_objext; then
22620 ac_cv_member_struct_option_name=yes
22621 else
22622 $as_echo "$as_me: failed program was:" >&5
22623 sed 's/^/| /' conftest.$ac_ext >&5
22625 ac_cv_member_struct_option_name=no
22628 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22631 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22633 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_option_name" >&5
22634 $as_echo "$ac_cv_member_struct_option_name" >&6; }
22635 if test "x$ac_cv_member_struct_option_name" = x""yes; then
22637 cat >>confdefs.h <<_ACEOF
22638 #define HAVE_STRUCT_OPTION_NAME 1
22639 _ACEOF
22645 { $as_echo "$as_me:$LINENO: checking for struct stat.st_blocks" >&5
22646 $as_echo_n "checking for struct stat.st_blocks... " >&6; }
22647 if test "${ac_cv_member_struct_stat_st_blocks+set}" = set; then
22648 $as_echo_n "(cached) " >&6
22649 else
22650 cat >conftest.$ac_ext <<_ACEOF
22651 /* confdefs.h. */
22652 _ACEOF
22653 cat confdefs.h >>conftest.$ac_ext
22654 cat >>conftest.$ac_ext <<_ACEOF
22655 /* end confdefs.h. */
22656 $ac_includes_default
22658 main ()
22660 static struct stat ac_aggr;
22661 if (ac_aggr.st_blocks)
22662 return 0;
22664 return 0;
22666 _ACEOF
22667 rm -f conftest.$ac_objext
22668 if { (ac_try="$ac_compile"
22669 case "(($ac_try" in
22670 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22671 *) ac_try_echo=$ac_try;;
22672 esac
22673 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
22674 $as_echo "$ac_try_echo") >&5
22675 (eval "$ac_compile") 2>conftest.er1
22676 ac_status=$?
22677 grep -v '^ *+' conftest.er1 >conftest.err
22678 rm -f conftest.er1
22679 cat conftest.err >&5
22680 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
22681 (exit $ac_status); } && {
22682 test -z "$ac_c_werror_flag" ||
22683 test ! -s conftest.err
22684 } && test -s conftest.$ac_objext; then
22685 ac_cv_member_struct_stat_st_blocks=yes
22686 else
22687 $as_echo "$as_me: failed program was:" >&5
22688 sed 's/^/| /' conftest.$ac_ext >&5
22690 cat >conftest.$ac_ext <<_ACEOF
22691 /* confdefs.h. */
22692 _ACEOF
22693 cat confdefs.h >>conftest.$ac_ext
22694 cat >>conftest.$ac_ext <<_ACEOF
22695 /* end confdefs.h. */
22696 $ac_includes_default
22698 main ()
22700 static struct stat ac_aggr;
22701 if (sizeof ac_aggr.st_blocks)
22702 return 0;
22704 return 0;
22706 _ACEOF
22707 rm -f conftest.$ac_objext
22708 if { (ac_try="$ac_compile"
22709 case "(($ac_try" in
22710 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22711 *) ac_try_echo=$ac_try;;
22712 esac
22713 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
22714 $as_echo "$ac_try_echo") >&5
22715 (eval "$ac_compile") 2>conftest.er1
22716 ac_status=$?
22717 grep -v '^ *+' conftest.er1 >conftest.err
22718 rm -f conftest.er1
22719 cat conftest.err >&5
22720 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
22721 (exit $ac_status); } && {
22722 test -z "$ac_c_werror_flag" ||
22723 test ! -s conftest.err
22724 } && test -s conftest.$ac_objext; then
22725 ac_cv_member_struct_stat_st_blocks=yes
22726 else
22727 $as_echo "$as_me: failed program was:" >&5
22728 sed 's/^/| /' conftest.$ac_ext >&5
22730 ac_cv_member_struct_stat_st_blocks=no
22733 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22736 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22738 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_stat_st_blocks" >&5
22739 $as_echo "$ac_cv_member_struct_stat_st_blocks" >&6; }
22740 if test "x$ac_cv_member_struct_stat_st_blocks" = x""yes; then
22742 cat >>confdefs.h <<_ACEOF
22743 #define HAVE_STRUCT_STAT_ST_BLOCKS 1
22744 _ACEOF
22748 { $as_echo "$as_me:$LINENO: checking for struct stat.st_mtim" >&5
22749 $as_echo_n "checking for struct stat.st_mtim... " >&6; }
22750 if test "${ac_cv_member_struct_stat_st_mtim+set}" = set; then
22751 $as_echo_n "(cached) " >&6
22752 else
22753 cat >conftest.$ac_ext <<_ACEOF
22754 /* confdefs.h. */
22755 _ACEOF
22756 cat confdefs.h >>conftest.$ac_ext
22757 cat >>conftest.$ac_ext <<_ACEOF
22758 /* end confdefs.h. */
22759 $ac_includes_default
22761 main ()
22763 static struct stat ac_aggr;
22764 if (ac_aggr.st_mtim)
22765 return 0;
22767 return 0;
22769 _ACEOF
22770 rm -f conftest.$ac_objext
22771 if { (ac_try="$ac_compile"
22772 case "(($ac_try" in
22773 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22774 *) ac_try_echo=$ac_try;;
22775 esac
22776 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
22777 $as_echo "$ac_try_echo") >&5
22778 (eval "$ac_compile") 2>conftest.er1
22779 ac_status=$?
22780 grep -v '^ *+' conftest.er1 >conftest.err
22781 rm -f conftest.er1
22782 cat conftest.err >&5
22783 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
22784 (exit $ac_status); } && {
22785 test -z "$ac_c_werror_flag" ||
22786 test ! -s conftest.err
22787 } && test -s conftest.$ac_objext; then
22788 ac_cv_member_struct_stat_st_mtim=yes
22789 else
22790 $as_echo "$as_me: failed program was:" >&5
22791 sed 's/^/| /' conftest.$ac_ext >&5
22793 cat >conftest.$ac_ext <<_ACEOF
22794 /* confdefs.h. */
22795 _ACEOF
22796 cat confdefs.h >>conftest.$ac_ext
22797 cat >>conftest.$ac_ext <<_ACEOF
22798 /* end confdefs.h. */
22799 $ac_includes_default
22801 main ()
22803 static struct stat ac_aggr;
22804 if (sizeof ac_aggr.st_mtim)
22805 return 0;
22807 return 0;
22809 _ACEOF
22810 rm -f conftest.$ac_objext
22811 if { (ac_try="$ac_compile"
22812 case "(($ac_try" in
22813 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22814 *) ac_try_echo=$ac_try;;
22815 esac
22816 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
22817 $as_echo "$ac_try_echo") >&5
22818 (eval "$ac_compile") 2>conftest.er1
22819 ac_status=$?
22820 grep -v '^ *+' conftest.er1 >conftest.err
22821 rm -f conftest.er1
22822 cat conftest.err >&5
22823 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
22824 (exit $ac_status); } && {
22825 test -z "$ac_c_werror_flag" ||
22826 test ! -s conftest.err
22827 } && test -s conftest.$ac_objext; then
22828 ac_cv_member_struct_stat_st_mtim=yes
22829 else
22830 $as_echo "$as_me: failed program was:" >&5
22831 sed 's/^/| /' conftest.$ac_ext >&5
22833 ac_cv_member_struct_stat_st_mtim=no
22836 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22839 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22841 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_stat_st_mtim" >&5
22842 $as_echo "$ac_cv_member_struct_stat_st_mtim" >&6; }
22843 if test "x$ac_cv_member_struct_stat_st_mtim" = x""yes; then
22845 cat >>confdefs.h <<_ACEOF
22846 #define HAVE_STRUCT_STAT_ST_MTIM 1
22847 _ACEOF
22851 { $as_echo "$as_me:$LINENO: checking for struct stat.st_ctim" >&5
22852 $as_echo_n "checking for struct stat.st_ctim... " >&6; }
22853 if test "${ac_cv_member_struct_stat_st_ctim+set}" = set; then
22854 $as_echo_n "(cached) " >&6
22855 else
22856 cat >conftest.$ac_ext <<_ACEOF
22857 /* confdefs.h. */
22858 _ACEOF
22859 cat confdefs.h >>conftest.$ac_ext
22860 cat >>conftest.$ac_ext <<_ACEOF
22861 /* end confdefs.h. */
22862 $ac_includes_default
22864 main ()
22866 static struct stat ac_aggr;
22867 if (ac_aggr.st_ctim)
22868 return 0;
22870 return 0;
22872 _ACEOF
22873 rm -f conftest.$ac_objext
22874 if { (ac_try="$ac_compile"
22875 case "(($ac_try" in
22876 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22877 *) ac_try_echo=$ac_try;;
22878 esac
22879 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
22880 $as_echo "$ac_try_echo") >&5
22881 (eval "$ac_compile") 2>conftest.er1
22882 ac_status=$?
22883 grep -v '^ *+' conftest.er1 >conftest.err
22884 rm -f conftest.er1
22885 cat conftest.err >&5
22886 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
22887 (exit $ac_status); } && {
22888 test -z "$ac_c_werror_flag" ||
22889 test ! -s conftest.err
22890 } && test -s conftest.$ac_objext; then
22891 ac_cv_member_struct_stat_st_ctim=yes
22892 else
22893 $as_echo "$as_me: failed program was:" >&5
22894 sed 's/^/| /' conftest.$ac_ext >&5
22896 cat >conftest.$ac_ext <<_ACEOF
22897 /* confdefs.h. */
22898 _ACEOF
22899 cat confdefs.h >>conftest.$ac_ext
22900 cat >>conftest.$ac_ext <<_ACEOF
22901 /* end confdefs.h. */
22902 $ac_includes_default
22904 main ()
22906 static struct stat ac_aggr;
22907 if (sizeof ac_aggr.st_ctim)
22908 return 0;
22910 return 0;
22912 _ACEOF
22913 rm -f conftest.$ac_objext
22914 if { (ac_try="$ac_compile"
22915 case "(($ac_try" in
22916 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22917 *) ac_try_echo=$ac_try;;
22918 esac
22919 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
22920 $as_echo "$ac_try_echo") >&5
22921 (eval "$ac_compile") 2>conftest.er1
22922 ac_status=$?
22923 grep -v '^ *+' conftest.er1 >conftest.err
22924 rm -f conftest.er1
22925 cat conftest.err >&5
22926 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
22927 (exit $ac_status); } && {
22928 test -z "$ac_c_werror_flag" ||
22929 test ! -s conftest.err
22930 } && test -s conftest.$ac_objext; then
22931 ac_cv_member_struct_stat_st_ctim=yes
22932 else
22933 $as_echo "$as_me: failed program was:" >&5
22934 sed 's/^/| /' conftest.$ac_ext >&5
22936 ac_cv_member_struct_stat_st_ctim=no
22939 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22942 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22944 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_stat_st_ctim" >&5
22945 $as_echo "$ac_cv_member_struct_stat_st_ctim" >&6; }
22946 if test "x$ac_cv_member_struct_stat_st_ctim" = x""yes; then
22948 cat >>confdefs.h <<_ACEOF
22949 #define HAVE_STRUCT_STAT_ST_CTIM 1
22950 _ACEOF
22954 { $as_echo "$as_me:$LINENO: checking for struct stat.st_atim" >&5
22955 $as_echo_n "checking for struct stat.st_atim... " >&6; }
22956 if test "${ac_cv_member_struct_stat_st_atim+set}" = set; then
22957 $as_echo_n "(cached) " >&6
22958 else
22959 cat >conftest.$ac_ext <<_ACEOF
22960 /* confdefs.h. */
22961 _ACEOF
22962 cat confdefs.h >>conftest.$ac_ext
22963 cat >>conftest.$ac_ext <<_ACEOF
22964 /* end confdefs.h. */
22965 $ac_includes_default
22967 main ()
22969 static struct stat ac_aggr;
22970 if (ac_aggr.st_atim)
22971 return 0;
22973 return 0;
22975 _ACEOF
22976 rm -f conftest.$ac_objext
22977 if { (ac_try="$ac_compile"
22978 case "(($ac_try" in
22979 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22980 *) ac_try_echo=$ac_try;;
22981 esac
22982 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
22983 $as_echo "$ac_try_echo") >&5
22984 (eval "$ac_compile") 2>conftest.er1
22985 ac_status=$?
22986 grep -v '^ *+' conftest.er1 >conftest.err
22987 rm -f conftest.er1
22988 cat conftest.err >&5
22989 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
22990 (exit $ac_status); } && {
22991 test -z "$ac_c_werror_flag" ||
22992 test ! -s conftest.err
22993 } && test -s conftest.$ac_objext; then
22994 ac_cv_member_struct_stat_st_atim=yes
22995 else
22996 $as_echo "$as_me: failed program was:" >&5
22997 sed 's/^/| /' conftest.$ac_ext >&5
22999 cat >conftest.$ac_ext <<_ACEOF
23000 /* confdefs.h. */
23001 _ACEOF
23002 cat confdefs.h >>conftest.$ac_ext
23003 cat >>conftest.$ac_ext <<_ACEOF
23004 /* end confdefs.h. */
23005 $ac_includes_default
23007 main ()
23009 static struct stat ac_aggr;
23010 if (sizeof ac_aggr.st_atim)
23011 return 0;
23013 return 0;
23015 _ACEOF
23016 rm -f conftest.$ac_objext
23017 if { (ac_try="$ac_compile"
23018 case "(($ac_try" in
23019 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23020 *) ac_try_echo=$ac_try;;
23021 esac
23022 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
23023 $as_echo "$ac_try_echo") >&5
23024 (eval "$ac_compile") 2>conftest.er1
23025 ac_status=$?
23026 grep -v '^ *+' conftest.er1 >conftest.err
23027 rm -f conftest.er1
23028 cat conftest.err >&5
23029 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
23030 (exit $ac_status); } && {
23031 test -z "$ac_c_werror_flag" ||
23032 test ! -s conftest.err
23033 } && test -s conftest.$ac_objext; then
23034 ac_cv_member_struct_stat_st_atim=yes
23035 else
23036 $as_echo "$as_me: failed program was:" >&5
23037 sed 's/^/| /' conftest.$ac_ext >&5
23039 ac_cv_member_struct_stat_st_atim=no
23042 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
23045 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
23047 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_stat_st_atim" >&5
23048 $as_echo "$ac_cv_member_struct_stat_st_atim" >&6; }
23049 if test "x$ac_cv_member_struct_stat_st_atim" = x""yes; then
23051 cat >>confdefs.h <<_ACEOF
23052 #define HAVE_STRUCT_STAT_ST_ATIM 1
23053 _ACEOF
23059 { $as_echo "$as_me:$LINENO: checking for struct sockaddr_in6.sin6_scope_id" >&5
23060 $as_echo_n "checking for struct sockaddr_in6.sin6_scope_id... " >&6; }
23061 if test "${ac_cv_member_struct_sockaddr_in6_sin6_scope_id+set}" = set; then
23062 $as_echo_n "(cached) " >&6
23063 else
23064 cat >conftest.$ac_ext <<_ACEOF
23065 /* confdefs.h. */
23066 _ACEOF
23067 cat confdefs.h >>conftest.$ac_ext
23068 cat >>conftest.$ac_ext <<_ACEOF
23069 /* end confdefs.h. */
23070 #ifdef HAVE_SYS_TYPES_H
23071 #include <sys/types.h>
23072 #endif
23073 #ifdef HAVE_NETINET_IN_H
23074 #include <netinet/in.h>
23075 #endif
23078 main ()
23080 static struct sockaddr_in6 ac_aggr;
23081 if (ac_aggr.sin6_scope_id)
23082 return 0;
23084 return 0;
23086 _ACEOF
23087 rm -f conftest.$ac_objext
23088 if { (ac_try="$ac_compile"
23089 case "(($ac_try" in
23090 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23091 *) ac_try_echo=$ac_try;;
23092 esac
23093 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
23094 $as_echo "$ac_try_echo") >&5
23095 (eval "$ac_compile") 2>conftest.er1
23096 ac_status=$?
23097 grep -v '^ *+' conftest.er1 >conftest.err
23098 rm -f conftest.er1
23099 cat conftest.err >&5
23100 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
23101 (exit $ac_status); } && {
23102 test -z "$ac_c_werror_flag" ||
23103 test ! -s conftest.err
23104 } && test -s conftest.$ac_objext; then
23105 ac_cv_member_struct_sockaddr_in6_sin6_scope_id=yes
23106 else
23107 $as_echo "$as_me: failed program was:" >&5
23108 sed 's/^/| /' conftest.$ac_ext >&5
23110 cat >conftest.$ac_ext <<_ACEOF
23111 /* confdefs.h. */
23112 _ACEOF
23113 cat confdefs.h >>conftest.$ac_ext
23114 cat >>conftest.$ac_ext <<_ACEOF
23115 /* end confdefs.h. */
23116 #ifdef HAVE_SYS_TYPES_H
23117 #include <sys/types.h>
23118 #endif
23119 #ifdef HAVE_NETINET_IN_H
23120 #include <netinet/in.h>
23121 #endif
23124 main ()
23126 static struct sockaddr_in6 ac_aggr;
23127 if (sizeof ac_aggr.sin6_scope_id)
23128 return 0;
23130 return 0;
23132 _ACEOF
23133 rm -f conftest.$ac_objext
23134 if { (ac_try="$ac_compile"
23135 case "(($ac_try" in
23136 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23137 *) ac_try_echo=$ac_try;;
23138 esac
23139 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
23140 $as_echo "$ac_try_echo") >&5
23141 (eval "$ac_compile") 2>conftest.er1
23142 ac_status=$?
23143 grep -v '^ *+' conftest.er1 >conftest.err
23144 rm -f conftest.er1
23145 cat conftest.err >&5
23146 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
23147 (exit $ac_status); } && {
23148 test -z "$ac_c_werror_flag" ||
23149 test ! -s conftest.err
23150 } && test -s conftest.$ac_objext; then
23151 ac_cv_member_struct_sockaddr_in6_sin6_scope_id=yes
23152 else
23153 $as_echo "$as_me: failed program was:" >&5
23154 sed 's/^/| /' conftest.$ac_ext >&5
23156 ac_cv_member_struct_sockaddr_in6_sin6_scope_id=no
23159 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
23162 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
23164 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_sockaddr_in6_sin6_scope_id" >&5
23165 $as_echo "$ac_cv_member_struct_sockaddr_in6_sin6_scope_id" >&6; }
23166 if test "x$ac_cv_member_struct_sockaddr_in6_sin6_scope_id" = x""yes; then
23168 cat >>confdefs.h <<_ACEOF
23169 #define HAVE_STRUCT_SOCKADDR_IN6_SIN6_SCOPE_ID 1
23170 _ACEOF
23176 { $as_echo "$as_me:$LINENO: checking for ns_msg._msg_ptr" >&5
23177 $as_echo_n "checking for ns_msg._msg_ptr... " >&6; }
23178 if test "${ac_cv_member_ns_msg__msg_ptr+set}" = set; then
23179 $as_echo_n "(cached) " >&6
23180 else
23181 cat >conftest.$ac_ext <<_ACEOF
23182 /* confdefs.h. */
23183 _ACEOF
23184 cat confdefs.h >>conftest.$ac_ext
23185 cat >>conftest.$ac_ext <<_ACEOF
23186 /* end confdefs.h. */
23187 #ifdef HAVE_SYS_TYPES_H
23188 #include <sys/types.h>
23189 #endif
23190 #ifdef HAVE_NETINET_IN_H
23191 # include <netinet/in.h>
23192 #endif
23193 #ifdef HAVE_ARPA_NAMESER_H
23194 # include <arpa/nameser.h>
23195 #endif
23198 main ()
23200 static ns_msg ac_aggr;
23201 if (ac_aggr._msg_ptr)
23202 return 0;
23204 return 0;
23206 _ACEOF
23207 rm -f conftest.$ac_objext
23208 if { (ac_try="$ac_compile"
23209 case "(($ac_try" in
23210 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23211 *) ac_try_echo=$ac_try;;
23212 esac
23213 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
23214 $as_echo "$ac_try_echo") >&5
23215 (eval "$ac_compile") 2>conftest.er1
23216 ac_status=$?
23217 grep -v '^ *+' conftest.er1 >conftest.err
23218 rm -f conftest.er1
23219 cat conftest.err >&5
23220 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
23221 (exit $ac_status); } && {
23222 test -z "$ac_c_werror_flag" ||
23223 test ! -s conftest.err
23224 } && test -s conftest.$ac_objext; then
23225 ac_cv_member_ns_msg__msg_ptr=yes
23226 else
23227 $as_echo "$as_me: failed program was:" >&5
23228 sed 's/^/| /' conftest.$ac_ext >&5
23230 cat >conftest.$ac_ext <<_ACEOF
23231 /* confdefs.h. */
23232 _ACEOF
23233 cat confdefs.h >>conftest.$ac_ext
23234 cat >>conftest.$ac_ext <<_ACEOF
23235 /* end confdefs.h. */
23236 #ifdef HAVE_SYS_TYPES_H
23237 #include <sys/types.h>
23238 #endif
23239 #ifdef HAVE_NETINET_IN_H
23240 # include <netinet/in.h>
23241 #endif
23242 #ifdef HAVE_ARPA_NAMESER_H
23243 # include <arpa/nameser.h>
23244 #endif
23247 main ()
23249 static ns_msg ac_aggr;
23250 if (sizeof ac_aggr._msg_ptr)
23251 return 0;
23253 return 0;
23255 _ACEOF
23256 rm -f conftest.$ac_objext
23257 if { (ac_try="$ac_compile"
23258 case "(($ac_try" in
23259 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23260 *) ac_try_echo=$ac_try;;
23261 esac
23262 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
23263 $as_echo "$ac_try_echo") >&5
23264 (eval "$ac_compile") 2>conftest.er1
23265 ac_status=$?
23266 grep -v '^ *+' conftest.er1 >conftest.err
23267 rm -f conftest.er1
23268 cat conftest.err >&5
23269 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
23270 (exit $ac_status); } && {
23271 test -z "$ac_c_werror_flag" ||
23272 test ! -s conftest.err
23273 } && test -s conftest.$ac_objext; then
23274 ac_cv_member_ns_msg__msg_ptr=yes
23275 else
23276 $as_echo "$as_me: failed program was:" >&5
23277 sed 's/^/| /' conftest.$ac_ext >&5
23279 ac_cv_member_ns_msg__msg_ptr=no
23282 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
23285 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
23287 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_ns_msg__msg_ptr" >&5
23288 $as_echo "$ac_cv_member_ns_msg__msg_ptr" >&6; }
23289 if test "x$ac_cv_member_ns_msg__msg_ptr" = x""yes; then
23291 cat >>confdefs.h <<_ACEOF
23292 #define HAVE_NS_MSG__MSG_PTR 1
23293 _ACEOF
23299 { $as_echo "$as_me:$LINENO: checking for timezone variable" >&5
23300 $as_echo_n "checking for timezone variable... " >&6; }
23301 if test "${ac_cv_have_timezone+set}" = set; then
23302 $as_echo_n "(cached) " >&6
23303 else
23304 cat >conftest.$ac_ext <<_ACEOF
23305 /* confdefs.h. */
23306 _ACEOF
23307 cat confdefs.h >>conftest.$ac_ext
23308 cat >>conftest.$ac_ext <<_ACEOF
23309 /* end confdefs.h. */
23310 #include <time.h>
23312 main ()
23314 timezone = 1
23316 return 0;
23318 _ACEOF
23319 rm -f conftest.$ac_objext conftest$ac_exeext
23320 if { (ac_try="$ac_link"
23321 case "(($ac_try" in
23322 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23323 *) ac_try_echo=$ac_try;;
23324 esac
23325 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
23326 $as_echo "$ac_try_echo") >&5
23327 (eval "$ac_link") 2>conftest.er1
23328 ac_status=$?
23329 grep -v '^ *+' conftest.er1 >conftest.err
23330 rm -f conftest.er1
23331 cat conftest.err >&5
23332 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
23333 (exit $ac_status); } && {
23334 test -z "$ac_c_werror_flag" ||
23335 test ! -s conftest.err
23336 } && test -s conftest$ac_exeext && {
23337 test "$cross_compiling" = yes ||
23338 $as_test_x conftest$ac_exeext
23339 }; then
23340 ac_cv_have_timezone="yes"
23341 else
23342 $as_echo "$as_me: failed program was:" >&5
23343 sed 's/^/| /' conftest.$ac_ext >&5
23345 ac_cv_have_timezone="no"
23348 rm -rf conftest.dSYM
23349 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
23350 conftest$ac_exeext conftest.$ac_ext
23352 { $as_echo "$as_me:$LINENO: result: $ac_cv_have_timezone" >&5
23353 $as_echo "$ac_cv_have_timezone" >&6; }
23354 if test "$ac_cv_have_timezone" = "yes"
23355 then
23357 cat >>confdefs.h <<\_ACEOF
23358 #define HAVE_TIMEZONE 1
23359 _ACEOF
23362 { $as_echo "$as_me:$LINENO: checking for daylight variable" >&5
23363 $as_echo_n "checking for daylight variable... " >&6; }
23364 if test "${ac_cv_have_daylight+set}" = set; then
23365 $as_echo_n "(cached) " >&6
23366 else
23367 cat >conftest.$ac_ext <<_ACEOF
23368 /* confdefs.h. */
23369 _ACEOF
23370 cat confdefs.h >>conftest.$ac_ext
23371 cat >>conftest.$ac_ext <<_ACEOF
23372 /* end confdefs.h. */
23373 #include <time.h>
23375 main ()
23377 daylight = 1
23379 return 0;
23381 _ACEOF
23382 rm -f conftest.$ac_objext conftest$ac_exeext
23383 if { (ac_try="$ac_link"
23384 case "(($ac_try" in
23385 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23386 *) ac_try_echo=$ac_try;;
23387 esac
23388 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
23389 $as_echo "$ac_try_echo") >&5
23390 (eval "$ac_link") 2>conftest.er1
23391 ac_status=$?
23392 grep -v '^ *+' conftest.er1 >conftest.err
23393 rm -f conftest.er1
23394 cat conftest.err >&5
23395 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
23396 (exit $ac_status); } && {
23397 test -z "$ac_c_werror_flag" ||
23398 test ! -s conftest.err
23399 } && test -s conftest$ac_exeext && {
23400 test "$cross_compiling" = yes ||
23401 $as_test_x conftest$ac_exeext
23402 }; then
23403 ac_cv_have_daylight="yes"
23404 else
23405 $as_echo "$as_me: failed program was:" >&5
23406 sed 's/^/| /' conftest.$ac_ext >&5
23408 ac_cv_have_daylight="no"
23411 rm -rf conftest.dSYM
23412 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
23413 conftest$ac_exeext conftest.$ac_ext
23415 { $as_echo "$as_me:$LINENO: result: $ac_cv_have_daylight" >&5
23416 $as_echo "$ac_cv_have_daylight" >&6; }
23417 if test "$ac_cv_have_daylight" = "yes"
23418 then
23420 cat >>confdefs.h <<\_ACEOF
23421 #define HAVE_DAYLIGHT 1
23422 _ACEOF
23426 { $as_echo "$as_me:$LINENO: checking for isinf" >&5
23427 $as_echo_n "checking for isinf... " >&6; }
23428 if test "${ac_cv_have_isinf+set}" = set; then
23429 $as_echo_n "(cached) " >&6
23430 else
23431 cat >conftest.$ac_ext <<_ACEOF
23432 /* confdefs.h. */
23433 _ACEOF
23434 cat confdefs.h >>conftest.$ac_ext
23435 cat >>conftest.$ac_ext <<_ACEOF
23436 /* end confdefs.h. */
23437 #include <math.h>
23439 main ()
23441 float f = 0.0; int i=isinf(f)
23443 return 0;
23445 _ACEOF
23446 rm -f conftest.$ac_objext conftest$ac_exeext
23447 if { (ac_try="$ac_link"
23448 case "(($ac_try" in
23449 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23450 *) ac_try_echo=$ac_try;;
23451 esac
23452 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
23453 $as_echo "$ac_try_echo") >&5
23454 (eval "$ac_link") 2>conftest.er1
23455 ac_status=$?
23456 grep -v '^ *+' conftest.er1 >conftest.err
23457 rm -f conftest.er1
23458 cat conftest.err >&5
23459 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
23460 (exit $ac_status); } && {
23461 test -z "$ac_c_werror_flag" ||
23462 test ! -s conftest.err
23463 } && test -s conftest$ac_exeext && {
23464 test "$cross_compiling" = yes ||
23465 $as_test_x conftest$ac_exeext
23466 }; then
23467 ac_cv_have_isinf="yes"
23468 else
23469 $as_echo "$as_me: failed program was:" >&5
23470 sed 's/^/| /' conftest.$ac_ext >&5
23472 ac_cv_have_isinf="no"
23475 rm -rf conftest.dSYM
23476 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
23477 conftest$ac_exeext conftest.$ac_ext
23479 { $as_echo "$as_me:$LINENO: result: $ac_cv_have_isinf" >&5
23480 $as_echo "$ac_cv_have_isinf" >&6; }
23481 if test "$ac_cv_have_isinf" = "yes"
23482 then
23484 cat >>confdefs.h <<\_ACEOF
23485 #define HAVE_ISINF 1
23486 _ACEOF
23490 { $as_echo "$as_me:$LINENO: checking for isnan" >&5
23491 $as_echo_n "checking for isnan... " >&6; }
23492 if test "${ac_cv_have_isnan+set}" = set; then
23493 $as_echo_n "(cached) " >&6
23494 else
23495 cat >conftest.$ac_ext <<_ACEOF
23496 /* confdefs.h. */
23497 _ACEOF
23498 cat confdefs.h >>conftest.$ac_ext
23499 cat >>conftest.$ac_ext <<_ACEOF
23500 /* end confdefs.h. */
23501 #include <math.h>
23503 main ()
23505 float f = 0.0; int i=isnan(f)
23507 return 0;
23509 _ACEOF
23510 rm -f conftest.$ac_objext conftest$ac_exeext
23511 if { (ac_try="$ac_link"
23512 case "(($ac_try" in
23513 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23514 *) ac_try_echo=$ac_try;;
23515 esac
23516 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
23517 $as_echo "$ac_try_echo") >&5
23518 (eval "$ac_link") 2>conftest.er1
23519 ac_status=$?
23520 grep -v '^ *+' conftest.er1 >conftest.err
23521 rm -f conftest.er1
23522 cat conftest.err >&5
23523 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
23524 (exit $ac_status); } && {
23525 test -z "$ac_c_werror_flag" ||
23526 test ! -s conftest.err
23527 } && test -s conftest$ac_exeext && {
23528 test "$cross_compiling" = yes ||
23529 $as_test_x conftest$ac_exeext
23530 }; then
23531 ac_cv_have_isnan="yes"
23532 else
23533 $as_echo "$as_me: failed program was:" >&5
23534 sed 's/^/| /' conftest.$ac_ext >&5
23536 ac_cv_have_isnan="no"
23539 rm -rf conftest.dSYM
23540 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
23541 conftest$ac_exeext conftest.$ac_ext
23543 { $as_echo "$as_me:$LINENO: result: $ac_cv_have_isnan" >&5
23544 $as_echo "$ac_cv_have_isnan" >&6; }
23545 if test "$ac_cv_have_isnan" = "yes"
23546 then
23548 cat >>confdefs.h <<\_ACEOF
23549 #define HAVE_ISNAN 1
23550 _ACEOF
23555 case $host_cpu in
23556 *i[3456789]86*) { $as_echo "$as_me:$LINENO: checking whether we need to define __i386__" >&5
23557 $as_echo_n "checking whether we need to define __i386__... " >&6; }
23558 if test "${ac_cv_cpp_def___i386__+set}" = set; then
23559 $as_echo_n "(cached) " >&6
23560 else
23561 cat >conftest.$ac_ext <<_ACEOF
23562 /* confdefs.h. */
23563 _ACEOF
23564 cat confdefs.h >>conftest.$ac_ext
23565 cat >>conftest.$ac_ext <<_ACEOF
23566 /* end confdefs.h. */
23567 #ifndef __i386__
23569 #endif
23570 _ACEOF
23571 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
23572 $EGREP "yes" >/dev/null 2>&1; then
23573 ac_cv_cpp_def___i386__=yes
23574 else
23575 ac_cv_cpp_def___i386__=no
23577 rm -f conftest*
23580 { $as_echo "$as_me:$LINENO: result: $ac_cv_cpp_def___i386__" >&5
23581 $as_echo "$ac_cv_cpp_def___i386__" >&6; }
23582 if test $ac_cv_cpp_def___i386__ = yes; then
23583 CFLAGS="$CFLAGS -D__i386__"
23584 LINTFLAGS="$LINTFLAGS -D__i386__"
23587 *x86_64*) { $as_echo "$as_me:$LINENO: checking whether we need to define __x86_64__" >&5
23588 $as_echo_n "checking whether we need to define __x86_64__... " >&6; }
23589 if test "${ac_cv_cpp_def___x86_64__+set}" = set; then
23590 $as_echo_n "(cached) " >&6
23591 else
23592 cat >conftest.$ac_ext <<_ACEOF
23593 /* confdefs.h. */
23594 _ACEOF
23595 cat confdefs.h >>conftest.$ac_ext
23596 cat >>conftest.$ac_ext <<_ACEOF
23597 /* end confdefs.h. */
23598 #ifndef __x86_64__
23600 #endif
23601 _ACEOF
23602 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
23603 $EGREP "yes" >/dev/null 2>&1; then
23604 ac_cv_cpp_def___x86_64__=yes
23605 else
23606 ac_cv_cpp_def___x86_64__=no
23608 rm -f conftest*
23611 { $as_echo "$as_me:$LINENO: result: $ac_cv_cpp_def___x86_64__" >&5
23612 $as_echo "$ac_cv_cpp_def___x86_64__" >&6; }
23613 if test $ac_cv_cpp_def___x86_64__ = yes; then
23614 CFLAGS="$CFLAGS -D__x86_64__"
23615 LINTFLAGS="$LINTFLAGS -D__x86_64__"
23618 *alpha*) { $as_echo "$as_me:$LINENO: checking whether we need to define __ALPHA__" >&5
23619 $as_echo_n "checking whether we need to define __ALPHA__... " >&6; }
23620 if test "${ac_cv_cpp_def___ALPHA__+set}" = set; then
23621 $as_echo_n "(cached) " >&6
23622 else
23623 cat >conftest.$ac_ext <<_ACEOF
23624 /* confdefs.h. */
23625 _ACEOF
23626 cat confdefs.h >>conftest.$ac_ext
23627 cat >>conftest.$ac_ext <<_ACEOF
23628 /* end confdefs.h. */
23629 #ifndef __ALPHA__
23631 #endif
23632 _ACEOF
23633 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
23634 $EGREP "yes" >/dev/null 2>&1; then
23635 ac_cv_cpp_def___ALPHA__=yes
23636 else
23637 ac_cv_cpp_def___ALPHA__=no
23639 rm -f conftest*
23642 { $as_echo "$as_me:$LINENO: result: $ac_cv_cpp_def___ALPHA__" >&5
23643 $as_echo "$ac_cv_cpp_def___ALPHA__" >&6; }
23644 if test $ac_cv_cpp_def___ALPHA__ = yes; then
23645 CFLAGS="$CFLAGS -D__ALPHA__"
23646 LINTFLAGS="$LINTFLAGS -D__ALPHA__"
23649 *sparc*) { $as_echo "$as_me:$LINENO: checking whether we need to define __sparc__" >&5
23650 $as_echo_n "checking whether we need to define __sparc__... " >&6; }
23651 if test "${ac_cv_cpp_def___sparc__+set}" = set; then
23652 $as_echo_n "(cached) " >&6
23653 else
23654 cat >conftest.$ac_ext <<_ACEOF
23655 /* confdefs.h. */
23656 _ACEOF
23657 cat confdefs.h >>conftest.$ac_ext
23658 cat >>conftest.$ac_ext <<_ACEOF
23659 /* end confdefs.h. */
23660 #ifndef __sparc__
23662 #endif
23663 _ACEOF
23664 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
23665 $EGREP "yes" >/dev/null 2>&1; then
23666 ac_cv_cpp_def___sparc__=yes
23667 else
23668 ac_cv_cpp_def___sparc__=no
23670 rm -f conftest*
23673 { $as_echo "$as_me:$LINENO: result: $ac_cv_cpp_def___sparc__" >&5
23674 $as_echo "$ac_cv_cpp_def___sparc__" >&6; }
23675 if test $ac_cv_cpp_def___sparc__ = yes; then
23676 CFLAGS="$CFLAGS -D__sparc__"
23677 LINTFLAGS="$LINTFLAGS -D__sparc__"
23680 *powerpc*) { $as_echo "$as_me:$LINENO: checking whether we need to define __powerpc__" >&5
23681 $as_echo_n "checking whether we need to define __powerpc__... " >&6; }
23682 if test "${ac_cv_cpp_def___powerpc__+set}" = set; then
23683 $as_echo_n "(cached) " >&6
23684 else
23685 cat >conftest.$ac_ext <<_ACEOF
23686 /* confdefs.h. */
23687 _ACEOF
23688 cat confdefs.h >>conftest.$ac_ext
23689 cat >>conftest.$ac_ext <<_ACEOF
23690 /* end confdefs.h. */
23691 #ifndef __powerpc__
23693 #endif
23694 _ACEOF
23695 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
23696 $EGREP "yes" >/dev/null 2>&1; then
23697 ac_cv_cpp_def___powerpc__=yes
23698 else
23699 ac_cv_cpp_def___powerpc__=no
23701 rm -f conftest*
23704 { $as_echo "$as_me:$LINENO: result: $ac_cv_cpp_def___powerpc__" >&5
23705 $as_echo "$ac_cv_cpp_def___powerpc__" >&6; }
23706 if test $ac_cv_cpp_def___powerpc__ = yes; then
23707 CFLAGS="$CFLAGS -D__powerpc__"
23708 LINTFLAGS="$LINTFLAGS -D__powerpc__"
23711 esac
23713 case $host_vendor in
23714 *sun*) { $as_echo "$as_me:$LINENO: checking whether we need to define __sun__" >&5
23715 $as_echo_n "checking whether we need to define __sun__... " >&6; }
23716 if test "${ac_cv_cpp_def___sun__+set}" = set; then
23717 $as_echo_n "(cached) " >&6
23718 else
23719 cat >conftest.$ac_ext <<_ACEOF
23720 /* confdefs.h. */
23721 _ACEOF
23722 cat confdefs.h >>conftest.$ac_ext
23723 cat >>conftest.$ac_ext <<_ACEOF
23724 /* end confdefs.h. */
23725 #ifndef __sun__
23727 #endif
23728 _ACEOF
23729 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
23730 $EGREP "yes" >/dev/null 2>&1; then
23731 ac_cv_cpp_def___sun__=yes
23732 else
23733 ac_cv_cpp_def___sun__=no
23735 rm -f conftest*
23738 { $as_echo "$as_me:$LINENO: result: $ac_cv_cpp_def___sun__" >&5
23739 $as_echo "$ac_cv_cpp_def___sun__" >&6; }
23740 if test $ac_cv_cpp_def___sun__ = yes; then
23741 CFLAGS="$CFLAGS -D__sun__"
23742 LINTFLAGS="$LINTFLAGS -D__sun__"
23745 esac
23748 DEPENDENCIES="### Dependencies:
23750 .INIT: Makefile
23751 .BEGIN: Makefile
23752 Makefile: dummy
23753 -\$(MAKEDEP) -C\$(SRCDIR) -S\$(TOPSRCDIR) -T\$(TOPOBJDIR) \$(EXTRAINCL) \$(DEPEND_SRCS)
23755 \$(OBJS): \$(IDL_GEN_HEADERS)
23756 \$(IDL_GEN_C_SRCS:.c=.o): \$(IDL_GEN_C_SRCS)
23757 \$(RC_SRCS:.rc=.res): \$(IDL_TLB_SRCS:.idl=.tlb)
23758 \$(LEX_SRCS:.l=.yy.o): \$(LEX_SRCS:.l=.yy.c)
23759 \$(BISON_SRCS:.y=.tab.o): \$(BISON_SRCS:.y=.tab.c)"
23762 ALL_MAKERULES=""
23764 ALL_MAKEFILES=""
23766 ALL_MAKEFILE_DEPENDS="# Makefile dependencies"
23769 ALL_TOP_DIRS=""
23771 ALL_DLL_DIRS=""
23773 ALL_IMPLIB_DIRS=""
23775 ALL_TEST_DIRS=""
23777 ALL_PROGRAM_DIRS=""
23779 ALL_PROGRAM_INSTALL_DIRS=""
23781 ALL_PROGRAM_BIN_INSTALL_DIRS=""
23787 ac_config_commands="$ac_config_commands include/stamp-h"
23790 ac_config_commands="$ac_config_commands dlls/gdi32/enhmfdrv"
23792 ac_config_commands="$ac_config_commands dlls/gdi32/mfdrv"
23794 ac_config_commands="$ac_config_commands dlls/kernel32/nls"
23796 ac_config_commands="$ac_config_commands dlls/user32/resources"
23798 ac_config_commands="$ac_config_commands dlls/wineps.drv/data"
23800 ac_config_commands="$ac_config_commands include/wine"
23803 ALL_MAKERULES="$ALL_MAKERULES \\
23804 Make.rules"
23805 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23806 Make.rules: Make.rules.in"
23807 MAKE_RULES=Make.rules
23808 ac_config_files="$ac_config_files Make.rules"
23810 ALL_MAKERULES="$ALL_MAKERULES \\
23811 dlls/Makedll.rules"
23812 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23813 dlls/Makedll.rules: dlls/Makedll.rules.in Make.rules"
23814 MAKE_DLL_RULES=dlls/Makedll.rules
23815 ac_config_files="$ac_config_files dlls/Makedll.rules"
23817 ALL_MAKERULES="$ALL_MAKERULES \\
23818 dlls/Makeimplib.rules"
23819 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23820 dlls/Makeimplib.rules: dlls/Makeimplib.rules.in Make.rules"
23821 MAKE_IMPLIB_RULES=dlls/Makeimplib.rules
23822 ac_config_files="$ac_config_files dlls/Makeimplib.rules"
23824 ALL_MAKERULES="$ALL_MAKERULES \\
23825 dlls/Maketest.rules"
23826 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23827 dlls/Maketest.rules: dlls/Maketest.rules.in Make.rules"
23828 MAKE_TEST_RULES=dlls/Maketest.rules
23829 ac_config_files="$ac_config_files dlls/Maketest.rules"
23831 ALL_MAKERULES="$ALL_MAKERULES \\
23832 programs/Makeprog.rules"
23833 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23834 programs/Makeprog.rules: programs/Makeprog.rules.in Make.rules"
23835 MAKE_PROG_RULES=programs/Makeprog.rules
23836 ac_config_files="$ac_config_files programs/Makeprog.rules"
23841 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23842 Makefile: Makefile.in Make.rules"
23843 ac_config_files="$ac_config_files Makefile"
23845 ALL_MAKEFILES="$ALL_MAKEFILES \\
23846 dlls/Makefile"
23847 test "x$enable_dlls" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
23848 dlls"
23849 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23850 dlls/Makefile: dlls/Makefile.in Make.rules"
23851 ac_config_files="$ac_config_files dlls/Makefile"
23853 ALL_MAKEFILES="$ALL_MAKEFILES \\
23854 dlls/acledit/Makefile"
23855 test "x$enable_acledit" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23856 acledit"
23857 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23858 dlls/acledit/Makefile: dlls/acledit/Makefile.in dlls/Makedll.rules"
23859 ac_config_files="$ac_config_files dlls/acledit/Makefile"
23861 ALL_MAKEFILES="$ALL_MAKEFILES \\
23862 dlls/activeds/Makefile"
23863 test "x$enable_activeds" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23864 activeds"
23865 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23866 dlls/activeds/Makefile: dlls/activeds/Makefile.in dlls/Makedll.rules"
23867 ac_config_files="$ac_config_files dlls/activeds/Makefile"
23869 ALL_MAKEFILES="$ALL_MAKEFILES \\
23870 dlls/actxprxy/Makefile"
23871 test "x$enable_actxprxy" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23872 actxprxy"
23873 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23874 dlls/actxprxy/Makefile: dlls/actxprxy/Makefile.in dlls/Makedll.rules"
23875 ac_config_files="$ac_config_files dlls/actxprxy/Makefile"
23877 ALL_MAKEFILES="$ALL_MAKEFILES \\
23878 dlls/adsiid/Makefile"
23879 test "x$enable_adsiid" != xno && ALL_IMPLIB_DIRS="$ALL_IMPLIB_DIRS \\
23880 adsiid"
23881 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23882 dlls/adsiid/Makefile: dlls/adsiid/Makefile.in dlls/Makeimplib.rules"
23883 ac_config_files="$ac_config_files dlls/adsiid/Makefile"
23885 ALL_MAKEFILES="$ALL_MAKEFILES \\
23886 dlls/advapi32/Makefile"
23887 test "x$enable_advapi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23888 advapi32"
23889 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23890 dlls/advapi32/Makefile: dlls/advapi32/Makefile.in dlls/Makedll.rules"
23891 ac_config_files="$ac_config_files dlls/advapi32/Makefile"
23893 ALL_MAKEFILES="$ALL_MAKEFILES \\
23894 dlls/advapi32/tests/Makefile"
23895 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23896 advapi32/tests"
23897 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23898 dlls/advapi32/tests/Makefile: dlls/advapi32/tests/Makefile.in dlls/Maketest.rules"
23899 ac_config_files="$ac_config_files dlls/advapi32/tests/Makefile"
23901 ALL_MAKEFILES="$ALL_MAKEFILES \\
23902 dlls/advpack/Makefile"
23903 test "x$enable_advpack" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23904 advpack"
23905 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23906 dlls/advpack/Makefile: dlls/advpack/Makefile.in dlls/Makedll.rules"
23907 ac_config_files="$ac_config_files dlls/advpack/Makefile"
23909 ALL_MAKEFILES="$ALL_MAKEFILES \\
23910 dlls/advpack/tests/Makefile"
23911 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23912 advpack/tests"
23913 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23914 dlls/advpack/tests/Makefile: dlls/advpack/tests/Makefile.in dlls/Maketest.rules"
23915 ac_config_files="$ac_config_files dlls/advpack/tests/Makefile"
23917 ALL_MAKEFILES="$ALL_MAKEFILES \\
23918 dlls/amstream/Makefile"
23919 test "x$enable_amstream" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23920 amstream"
23921 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23922 dlls/amstream/Makefile: dlls/amstream/Makefile.in dlls/Makedll.rules"
23923 ac_config_files="$ac_config_files dlls/amstream/Makefile"
23925 ALL_MAKEFILES="$ALL_MAKEFILES \\
23926 dlls/appwiz.cpl/Makefile"
23927 test "x$enable_appwiz_cpl" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23928 appwiz.cpl"
23929 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23930 dlls/appwiz.cpl/Makefile: dlls/appwiz.cpl/Makefile.in dlls/Makedll.rules"
23931 ac_config_files="$ac_config_files dlls/appwiz.cpl/Makefile"
23933 ALL_MAKEFILES="$ALL_MAKEFILES \\
23934 dlls/atl/Makefile"
23935 test "x$enable_atl" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23936 atl"
23937 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23938 dlls/atl/Makefile: dlls/atl/Makefile.in dlls/Makedll.rules"
23939 ac_config_files="$ac_config_files dlls/atl/Makefile"
23941 ALL_MAKEFILES="$ALL_MAKEFILES \\
23942 dlls/avicap32/Makefile"
23943 test "x$enable_avicap32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23944 avicap32"
23945 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23946 dlls/avicap32/Makefile: dlls/avicap32/Makefile.in dlls/Makedll.rules"
23947 ac_config_files="$ac_config_files dlls/avicap32/Makefile"
23949 ALL_MAKEFILES="$ALL_MAKEFILES \\
23950 dlls/avifil32/Makefile"
23951 test "x$enable_avifil32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23952 avifil32"
23953 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23954 dlls/avifil32/Makefile: dlls/avifil32/Makefile.in dlls/Makedll.rules"
23955 ac_config_files="$ac_config_files dlls/avifil32/Makefile"
23957 ALL_MAKEFILES="$ALL_MAKEFILES \\
23958 dlls/browseui/Makefile"
23959 test "x$enable_browseui" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23960 browseui"
23961 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23962 dlls/browseui/Makefile: dlls/browseui/Makefile.in dlls/Makedll.rules"
23963 ac_config_files="$ac_config_files dlls/browseui/Makefile"
23965 ALL_MAKEFILES="$ALL_MAKEFILES \\
23966 dlls/browseui/tests/Makefile"
23967 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23968 browseui/tests"
23969 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23970 dlls/browseui/tests/Makefile: dlls/browseui/tests/Makefile.in dlls/Maketest.rules"
23971 ac_config_files="$ac_config_files dlls/browseui/tests/Makefile"
23973 ALL_MAKEFILES="$ALL_MAKEFILES \\
23974 dlls/cabinet/Makefile"
23975 test "x$enable_cabinet" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23976 cabinet"
23977 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23978 dlls/cabinet/Makefile: dlls/cabinet/Makefile.in dlls/Makedll.rules"
23979 ac_config_files="$ac_config_files dlls/cabinet/Makefile"
23981 ALL_MAKEFILES="$ALL_MAKEFILES \\
23982 dlls/cabinet/tests/Makefile"
23983 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23984 cabinet/tests"
23985 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23986 dlls/cabinet/tests/Makefile: dlls/cabinet/tests/Makefile.in dlls/Maketest.rules"
23987 ac_config_files="$ac_config_files dlls/cabinet/tests/Makefile"
23989 ALL_MAKEFILES="$ALL_MAKEFILES \\
23990 dlls/capi2032/Makefile"
23991 test "x$enable_capi2032" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23992 capi2032"
23993 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23994 dlls/capi2032/Makefile: dlls/capi2032/Makefile.in dlls/Makedll.rules"
23995 ac_config_files="$ac_config_files dlls/capi2032/Makefile"
23997 ALL_MAKEFILES="$ALL_MAKEFILES \\
23998 dlls/cards/Makefile"
23999 test "x$enable_cards" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24000 cards"
24001 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24002 dlls/cards/Makefile: dlls/cards/Makefile.in dlls/Makedll.rules"
24003 ac_config_files="$ac_config_files dlls/cards/Makefile"
24005 ALL_MAKEFILES="$ALL_MAKEFILES \\
24006 dlls/cfgmgr32/Makefile"
24007 test "x$enable_cfgmgr32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24008 cfgmgr32"
24009 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24010 dlls/cfgmgr32/Makefile: dlls/cfgmgr32/Makefile.in dlls/Makedll.rules"
24011 ac_config_files="$ac_config_files dlls/cfgmgr32/Makefile"
24013 ALL_MAKEFILES="$ALL_MAKEFILES \\
24014 dlls/clusapi/Makefile"
24015 test "x$enable_clusapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24016 clusapi"
24017 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24018 dlls/clusapi/Makefile: dlls/clusapi/Makefile.in dlls/Makedll.rules"
24019 ac_config_files="$ac_config_files dlls/clusapi/Makefile"
24021 ALL_MAKEFILES="$ALL_MAKEFILES \\
24022 dlls/comcat/Makefile"
24023 test "x$enable_comcat" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24024 comcat"
24025 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24026 dlls/comcat/Makefile: dlls/comcat/Makefile.in dlls/Makedll.rules"
24027 ac_config_files="$ac_config_files dlls/comcat/Makefile"
24029 ALL_MAKEFILES="$ALL_MAKEFILES \\
24030 dlls/comcat/tests/Makefile"
24031 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24032 comcat/tests"
24033 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24034 dlls/comcat/tests/Makefile: dlls/comcat/tests/Makefile.in dlls/Maketest.rules"
24035 ac_config_files="$ac_config_files dlls/comcat/tests/Makefile"
24037 ALL_MAKEFILES="$ALL_MAKEFILES \\
24038 dlls/comctl32/Makefile"
24039 test "x$enable_comctl32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24040 comctl32"
24041 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24042 dlls/comctl32/Makefile: dlls/comctl32/Makefile.in dlls/Makedll.rules"
24043 ac_config_files="$ac_config_files dlls/comctl32/Makefile"
24045 ALL_MAKEFILES="$ALL_MAKEFILES \\
24046 dlls/comctl32/tests/Makefile"
24047 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24048 comctl32/tests"
24049 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24050 dlls/comctl32/tests/Makefile: dlls/comctl32/tests/Makefile.in dlls/Maketest.rules"
24051 ac_config_files="$ac_config_files dlls/comctl32/tests/Makefile"
24053 ALL_MAKEFILES="$ALL_MAKEFILES \\
24054 dlls/comdlg32/Makefile"
24055 test "x$enable_comdlg32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24056 comdlg32"
24057 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24058 dlls/comdlg32/Makefile: dlls/comdlg32/Makefile.in dlls/Makedll.rules"
24059 ac_config_files="$ac_config_files dlls/comdlg32/Makefile"
24061 ALL_MAKEFILES="$ALL_MAKEFILES \\
24062 dlls/comdlg32/tests/Makefile"
24063 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24064 comdlg32/tests"
24065 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24066 dlls/comdlg32/tests/Makefile: dlls/comdlg32/tests/Makefile.in dlls/Maketest.rules"
24067 ac_config_files="$ac_config_files dlls/comdlg32/tests/Makefile"
24069 ALL_MAKEFILES="$ALL_MAKEFILES \\
24070 dlls/compstui/Makefile"
24071 test "x$enable_compstui" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24072 compstui"
24073 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24074 dlls/compstui/Makefile: dlls/compstui/Makefile.in dlls/Makedll.rules"
24075 ac_config_files="$ac_config_files dlls/compstui/Makefile"
24077 ALL_MAKEFILES="$ALL_MAKEFILES \\
24078 dlls/credui/Makefile"
24079 test "x$enable_credui" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24080 credui"
24081 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24082 dlls/credui/Makefile: dlls/credui/Makefile.in dlls/Makedll.rules"
24083 ac_config_files="$ac_config_files dlls/credui/Makefile"
24085 ALL_MAKEFILES="$ALL_MAKEFILES \\
24086 dlls/credui/tests/Makefile"
24087 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24088 credui/tests"
24089 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24090 dlls/credui/tests/Makefile: dlls/credui/tests/Makefile.in dlls/Maketest.rules"
24091 ac_config_files="$ac_config_files dlls/credui/tests/Makefile"
24093 ALL_MAKEFILES="$ALL_MAKEFILES \\
24094 dlls/crtdll/Makefile"
24095 test "x$enable_crtdll" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24096 crtdll"
24097 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24098 dlls/crtdll/Makefile: dlls/crtdll/Makefile.in dlls/Makedll.rules"
24099 ac_config_files="$ac_config_files dlls/crtdll/Makefile"
24101 ALL_MAKEFILES="$ALL_MAKEFILES \\
24102 dlls/crypt32/Makefile"
24103 test "x$enable_crypt32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24104 crypt32"
24105 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24106 dlls/crypt32/Makefile: dlls/crypt32/Makefile.in dlls/Makedll.rules"
24107 ac_config_files="$ac_config_files dlls/crypt32/Makefile"
24109 ALL_MAKEFILES="$ALL_MAKEFILES \\
24110 dlls/crypt32/tests/Makefile"
24111 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24112 crypt32/tests"
24113 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24114 dlls/crypt32/tests/Makefile: dlls/crypt32/tests/Makefile.in dlls/Maketest.rules"
24115 ac_config_files="$ac_config_files dlls/crypt32/tests/Makefile"
24117 ALL_MAKEFILES="$ALL_MAKEFILES \\
24118 dlls/cryptdlg/Makefile"
24119 test "x$enable_cryptdlg" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24120 cryptdlg"
24121 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24122 dlls/cryptdlg/Makefile: dlls/cryptdlg/Makefile.in dlls/Makedll.rules"
24123 ac_config_files="$ac_config_files dlls/cryptdlg/Makefile"
24125 ALL_MAKEFILES="$ALL_MAKEFILES \\
24126 dlls/cryptdll/Makefile"
24127 test "x$enable_cryptdll" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24128 cryptdll"
24129 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24130 dlls/cryptdll/Makefile: dlls/cryptdll/Makefile.in dlls/Makedll.rules"
24131 ac_config_files="$ac_config_files dlls/cryptdll/Makefile"
24133 ALL_MAKEFILES="$ALL_MAKEFILES \\
24134 dlls/cryptnet/Makefile"
24135 test "x$enable_cryptnet" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24136 cryptnet"
24137 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24138 dlls/cryptnet/Makefile: dlls/cryptnet/Makefile.in dlls/Makedll.rules"
24139 ac_config_files="$ac_config_files dlls/cryptnet/Makefile"
24141 ALL_MAKEFILES="$ALL_MAKEFILES \\
24142 dlls/cryptnet/tests/Makefile"
24143 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24144 cryptnet/tests"
24145 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24146 dlls/cryptnet/tests/Makefile: dlls/cryptnet/tests/Makefile.in dlls/Maketest.rules"
24147 ac_config_files="$ac_config_files dlls/cryptnet/tests/Makefile"
24149 ALL_MAKEFILES="$ALL_MAKEFILES \\
24150 dlls/cryptui/Makefile"
24151 test "x$enable_cryptui" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24152 cryptui"
24153 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24154 dlls/cryptui/Makefile: dlls/cryptui/Makefile.in dlls/Makedll.rules"
24155 ac_config_files="$ac_config_files dlls/cryptui/Makefile"
24157 ALL_MAKEFILES="$ALL_MAKEFILES \\
24158 dlls/cryptui/tests/Makefile"
24159 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24160 cryptui/tests"
24161 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24162 dlls/cryptui/tests/Makefile: dlls/cryptui/tests/Makefile.in dlls/Maketest.rules"
24163 ac_config_files="$ac_config_files dlls/cryptui/tests/Makefile"
24165 ALL_MAKEFILES="$ALL_MAKEFILES \\
24166 dlls/ctapi32/Makefile"
24167 test "x$enable_ctapi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24168 ctapi32"
24169 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24170 dlls/ctapi32/Makefile: dlls/ctapi32/Makefile.in dlls/Makedll.rules"
24171 ac_config_files="$ac_config_files dlls/ctapi32/Makefile"
24173 ALL_MAKEFILES="$ALL_MAKEFILES \\
24174 dlls/ctl3d32/Makefile"
24175 test "x$enable_ctl3d32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24176 ctl3d32"
24177 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24178 dlls/ctl3d32/Makefile: dlls/ctl3d32/Makefile.in dlls/Makedll.rules"
24179 ac_config_files="$ac_config_files dlls/ctl3d32/Makefile"
24181 ALL_MAKEFILES="$ALL_MAKEFILES \\
24182 dlls/d3d10/Makefile"
24183 test "x$enable_d3d10" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24184 d3d10"
24185 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24186 dlls/d3d10/Makefile: dlls/d3d10/Makefile.in dlls/Makedll.rules"
24187 ac_config_files="$ac_config_files dlls/d3d10/Makefile"
24189 ALL_MAKEFILES="$ALL_MAKEFILES \\
24190 dlls/d3d10/tests/Makefile"
24191 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24192 d3d10/tests"
24193 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24194 dlls/d3d10/tests/Makefile: dlls/d3d10/tests/Makefile.in dlls/Maketest.rules"
24195 ac_config_files="$ac_config_files dlls/d3d10/tests/Makefile"
24197 ALL_MAKEFILES="$ALL_MAKEFILES \\
24198 dlls/d3d10core/Makefile"
24199 test "x$enable_d3d10core" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24200 d3d10core"
24201 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24202 dlls/d3d10core/Makefile: dlls/d3d10core/Makefile.in dlls/Makedll.rules"
24203 ac_config_files="$ac_config_files dlls/d3d10core/Makefile"
24205 ALL_MAKEFILES="$ALL_MAKEFILES \\
24206 dlls/d3d10core/tests/Makefile"
24207 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24208 d3d10core/tests"
24209 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24210 dlls/d3d10core/tests/Makefile: dlls/d3d10core/tests/Makefile.in dlls/Maketest.rules"
24211 ac_config_files="$ac_config_files dlls/d3d10core/tests/Makefile"
24213 ALL_MAKEFILES="$ALL_MAKEFILES \\
24214 dlls/d3d8/Makefile"
24215 test "x$enable_d3d8" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24216 d3d8"
24217 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24218 dlls/d3d8/Makefile: dlls/d3d8/Makefile.in dlls/Makedll.rules"
24219 ac_config_files="$ac_config_files dlls/d3d8/Makefile"
24221 ALL_MAKEFILES="$ALL_MAKEFILES \\
24222 dlls/d3d8/tests/Makefile"
24223 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24224 d3d8/tests"
24225 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24226 dlls/d3d8/tests/Makefile: dlls/d3d8/tests/Makefile.in dlls/Maketest.rules"
24227 ac_config_files="$ac_config_files dlls/d3d8/tests/Makefile"
24229 ALL_MAKEFILES="$ALL_MAKEFILES \\
24230 dlls/d3d9/Makefile"
24231 test "x$enable_d3d9" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24232 d3d9"
24233 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24234 dlls/d3d9/Makefile: dlls/d3d9/Makefile.in dlls/Makedll.rules"
24235 ac_config_files="$ac_config_files dlls/d3d9/Makefile"
24237 ALL_MAKEFILES="$ALL_MAKEFILES \\
24238 dlls/d3d9/tests/Makefile"
24239 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24240 d3d9/tests"
24241 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24242 dlls/d3d9/tests/Makefile: dlls/d3d9/tests/Makefile.in dlls/Maketest.rules"
24243 ac_config_files="$ac_config_files dlls/d3d9/tests/Makefile"
24245 ALL_MAKEFILES="$ALL_MAKEFILES \\
24246 dlls/d3dim/Makefile"
24247 test "x$enable_d3dim" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24248 d3dim"
24249 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24250 dlls/d3dim/Makefile: dlls/d3dim/Makefile.in dlls/Makedll.rules"
24251 ac_config_files="$ac_config_files dlls/d3dim/Makefile"
24253 ALL_MAKEFILES="$ALL_MAKEFILES \\
24254 dlls/d3drm/Makefile"
24255 test "x$enable_d3drm" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24256 d3drm"
24257 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24258 dlls/d3drm/Makefile: dlls/d3drm/Makefile.in dlls/Makedll.rules"
24259 ac_config_files="$ac_config_files dlls/d3drm/Makefile"
24261 ALL_MAKEFILES="$ALL_MAKEFILES \\
24262 dlls/d3drm/tests/Makefile"
24263 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24264 d3drm/tests"
24265 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24266 dlls/d3drm/tests/Makefile: dlls/d3drm/tests/Makefile.in dlls/Maketest.rules"
24267 ac_config_files="$ac_config_files dlls/d3drm/tests/Makefile"
24269 ALL_MAKEFILES="$ALL_MAKEFILES \\
24270 dlls/d3dx8/Makefile"
24271 test "x$enable_d3dx8" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24272 d3dx8"
24273 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24274 dlls/d3dx8/Makefile: dlls/d3dx8/Makefile.in dlls/Makedll.rules"
24275 ac_config_files="$ac_config_files dlls/d3dx8/Makefile"
24277 ALL_MAKEFILES="$ALL_MAKEFILES \\
24278 dlls/d3dx8/tests/Makefile"
24279 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24280 d3dx8/tests"
24281 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24282 dlls/d3dx8/tests/Makefile: dlls/d3dx8/tests/Makefile.in dlls/Maketest.rules"
24283 ac_config_files="$ac_config_files dlls/d3dx8/tests/Makefile"
24285 ALL_MAKEFILES="$ALL_MAKEFILES \\
24286 dlls/d3dx9_24/Makefile"
24287 test "x$enable_d3dx9_24" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24288 d3dx9_24"
24289 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24290 dlls/d3dx9_24/Makefile: dlls/d3dx9_24/Makefile.in dlls/Makedll.rules"
24291 ac_config_files="$ac_config_files dlls/d3dx9_24/Makefile"
24293 ALL_MAKEFILES="$ALL_MAKEFILES \\
24294 dlls/d3dx9_25/Makefile"
24295 test "x$enable_d3dx9_25" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24296 d3dx9_25"
24297 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24298 dlls/d3dx9_25/Makefile: dlls/d3dx9_25/Makefile.in dlls/Makedll.rules"
24299 ac_config_files="$ac_config_files dlls/d3dx9_25/Makefile"
24301 ALL_MAKEFILES="$ALL_MAKEFILES \\
24302 dlls/d3dx9_26/Makefile"
24303 test "x$enable_d3dx9_26" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24304 d3dx9_26"
24305 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24306 dlls/d3dx9_26/Makefile: dlls/d3dx9_26/Makefile.in dlls/Makedll.rules"
24307 ac_config_files="$ac_config_files dlls/d3dx9_26/Makefile"
24309 ALL_MAKEFILES="$ALL_MAKEFILES \\
24310 dlls/d3dx9_27/Makefile"
24311 test "x$enable_d3dx9_27" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24312 d3dx9_27"
24313 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24314 dlls/d3dx9_27/Makefile: dlls/d3dx9_27/Makefile.in dlls/Makedll.rules"
24315 ac_config_files="$ac_config_files dlls/d3dx9_27/Makefile"
24317 ALL_MAKEFILES="$ALL_MAKEFILES \\
24318 dlls/d3dx9_28/Makefile"
24319 test "x$enable_d3dx9_28" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24320 d3dx9_28"
24321 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24322 dlls/d3dx9_28/Makefile: dlls/d3dx9_28/Makefile.in dlls/Makedll.rules"
24323 ac_config_files="$ac_config_files dlls/d3dx9_28/Makefile"
24325 ALL_MAKEFILES="$ALL_MAKEFILES \\
24326 dlls/d3dx9_29/Makefile"
24327 test "x$enable_d3dx9_29" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24328 d3dx9_29"
24329 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24330 dlls/d3dx9_29/Makefile: dlls/d3dx9_29/Makefile.in dlls/Makedll.rules"
24331 ac_config_files="$ac_config_files dlls/d3dx9_29/Makefile"
24333 ALL_MAKEFILES="$ALL_MAKEFILES \\
24334 dlls/d3dx9_30/Makefile"
24335 test "x$enable_d3dx9_30" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24336 d3dx9_30"
24337 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24338 dlls/d3dx9_30/Makefile: dlls/d3dx9_30/Makefile.in dlls/Makedll.rules"
24339 ac_config_files="$ac_config_files dlls/d3dx9_30/Makefile"
24341 ALL_MAKEFILES="$ALL_MAKEFILES \\
24342 dlls/d3dx9_31/Makefile"
24343 test "x$enable_d3dx9_31" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24344 d3dx9_31"
24345 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24346 dlls/d3dx9_31/Makefile: dlls/d3dx9_31/Makefile.in dlls/Makedll.rules"
24347 ac_config_files="$ac_config_files dlls/d3dx9_31/Makefile"
24349 ALL_MAKEFILES="$ALL_MAKEFILES \\
24350 dlls/d3dx9_32/Makefile"
24351 test "x$enable_d3dx9_32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24352 d3dx9_32"
24353 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24354 dlls/d3dx9_32/Makefile: dlls/d3dx9_32/Makefile.in dlls/Makedll.rules"
24355 ac_config_files="$ac_config_files dlls/d3dx9_32/Makefile"
24357 ALL_MAKEFILES="$ALL_MAKEFILES \\
24358 dlls/d3dx9_33/Makefile"
24359 test "x$enable_d3dx9_33" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24360 d3dx9_33"
24361 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24362 dlls/d3dx9_33/Makefile: dlls/d3dx9_33/Makefile.in dlls/Makedll.rules"
24363 ac_config_files="$ac_config_files dlls/d3dx9_33/Makefile"
24365 ALL_MAKEFILES="$ALL_MAKEFILES \\
24366 dlls/d3dx9_34/Makefile"
24367 test "x$enable_d3dx9_34" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24368 d3dx9_34"
24369 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24370 dlls/d3dx9_34/Makefile: dlls/d3dx9_34/Makefile.in dlls/Makedll.rules"
24371 ac_config_files="$ac_config_files dlls/d3dx9_34/Makefile"
24373 ALL_MAKEFILES="$ALL_MAKEFILES \\
24374 dlls/d3dx9_35/Makefile"
24375 test "x$enable_d3dx9_35" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24376 d3dx9_35"
24377 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24378 dlls/d3dx9_35/Makefile: dlls/d3dx9_35/Makefile.in dlls/Makedll.rules"
24379 ac_config_files="$ac_config_files dlls/d3dx9_35/Makefile"
24381 ALL_MAKEFILES="$ALL_MAKEFILES \\
24382 dlls/d3dx9_36/Makefile"
24383 test "x$enable_d3dx9_36" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24384 d3dx9_36"
24385 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24386 dlls/d3dx9_36/Makefile: dlls/d3dx9_36/Makefile.in dlls/Makedll.rules"
24387 ac_config_files="$ac_config_files dlls/d3dx9_36/Makefile"
24389 ALL_MAKEFILES="$ALL_MAKEFILES \\
24390 dlls/d3dx9_36/tests/Makefile"
24391 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24392 d3dx9_36/tests"
24393 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24394 dlls/d3dx9_36/tests/Makefile: dlls/d3dx9_36/tests/Makefile.in dlls/Maketest.rules"
24395 ac_config_files="$ac_config_files dlls/d3dx9_36/tests/Makefile"
24397 ALL_MAKEFILES="$ALL_MAKEFILES \\
24398 dlls/d3dx9_37/Makefile"
24399 test "x$enable_d3dx9_37" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24400 d3dx9_37"
24401 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24402 dlls/d3dx9_37/Makefile: dlls/d3dx9_37/Makefile.in dlls/Makedll.rules"
24403 ac_config_files="$ac_config_files dlls/d3dx9_37/Makefile"
24405 ALL_MAKEFILES="$ALL_MAKEFILES \\
24406 dlls/d3dxof/Makefile"
24407 test "x$enable_d3dxof" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24408 d3dxof"
24409 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24410 dlls/d3dxof/Makefile: dlls/d3dxof/Makefile.in dlls/Makedll.rules"
24411 ac_config_files="$ac_config_files dlls/d3dxof/Makefile"
24413 ALL_MAKEFILES="$ALL_MAKEFILES \\
24414 dlls/d3dxof/tests/Makefile"
24415 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24416 d3dxof/tests"
24417 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24418 dlls/d3dxof/tests/Makefile: dlls/d3dxof/tests/Makefile.in dlls/Maketest.rules"
24419 ac_config_files="$ac_config_files dlls/d3dxof/tests/Makefile"
24421 ALL_MAKEFILES="$ALL_MAKEFILES \\
24422 dlls/dbghelp/Makefile"
24423 test "x$enable_dbghelp" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24424 dbghelp"
24425 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24426 dlls/dbghelp/Makefile: dlls/dbghelp/Makefile.in dlls/Makedll.rules"
24427 ac_config_files="$ac_config_files dlls/dbghelp/Makefile"
24429 ALL_MAKEFILES="$ALL_MAKEFILES \\
24430 dlls/dciman32/Makefile"
24431 test "x$enable_dciman32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24432 dciman32"
24433 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24434 dlls/dciman32/Makefile: dlls/dciman32/Makefile.in dlls/Makedll.rules"
24435 ac_config_files="$ac_config_files dlls/dciman32/Makefile"
24437 ALL_MAKEFILES="$ALL_MAKEFILES \\
24438 dlls/ddraw/Makefile"
24439 test "x$enable_ddraw" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24440 ddraw"
24441 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24442 dlls/ddraw/Makefile: dlls/ddraw/Makefile.in dlls/Makedll.rules"
24443 ac_config_files="$ac_config_files dlls/ddraw/Makefile"
24445 ALL_MAKEFILES="$ALL_MAKEFILES \\
24446 dlls/ddraw/tests/Makefile"
24447 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24448 ddraw/tests"
24449 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24450 dlls/ddraw/tests/Makefile: dlls/ddraw/tests/Makefile.in dlls/Maketest.rules"
24451 ac_config_files="$ac_config_files dlls/ddraw/tests/Makefile"
24453 ALL_MAKEFILES="$ALL_MAKEFILES \\
24454 dlls/ddrawex/Makefile"
24455 test "x$enable_ddrawex" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24456 ddrawex"
24457 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24458 dlls/ddrawex/Makefile: dlls/ddrawex/Makefile.in dlls/Makedll.rules"
24459 ac_config_files="$ac_config_files dlls/ddrawex/Makefile"
24461 ALL_MAKEFILES="$ALL_MAKEFILES \\
24462 dlls/devenum/Makefile"
24463 test "x$enable_devenum" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24464 devenum"
24465 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24466 dlls/devenum/Makefile: dlls/devenum/Makefile.in dlls/Makedll.rules"
24467 ac_config_files="$ac_config_files dlls/devenum/Makefile"
24469 ALL_MAKEFILES="$ALL_MAKEFILES \\
24470 dlls/dinput/Makefile"
24471 test "x$enable_dinput" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24472 dinput"
24473 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24474 dlls/dinput/Makefile: dlls/dinput/Makefile.in dlls/Makedll.rules"
24475 ac_config_files="$ac_config_files dlls/dinput/Makefile"
24477 ALL_MAKEFILES="$ALL_MAKEFILES \\
24478 dlls/dinput/tests/Makefile"
24479 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24480 dinput/tests"
24481 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24482 dlls/dinput/tests/Makefile: dlls/dinput/tests/Makefile.in dlls/Maketest.rules"
24483 ac_config_files="$ac_config_files dlls/dinput/tests/Makefile"
24485 ALL_MAKEFILES="$ALL_MAKEFILES \\
24486 dlls/dinput8/Makefile"
24487 test "x$enable_dinput8" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24488 dinput8"
24489 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24490 dlls/dinput8/Makefile: dlls/dinput8/Makefile.in dlls/Makedll.rules"
24491 ac_config_files="$ac_config_files dlls/dinput8/Makefile"
24493 ALL_MAKEFILES="$ALL_MAKEFILES \\
24494 dlls/dmband/Makefile"
24495 test "x$enable_dmband" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24496 dmband"
24497 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24498 dlls/dmband/Makefile: dlls/dmband/Makefile.in dlls/Makedll.rules"
24499 ac_config_files="$ac_config_files dlls/dmband/Makefile"
24501 ALL_MAKEFILES="$ALL_MAKEFILES \\
24502 dlls/dmcompos/Makefile"
24503 test "x$enable_dmcompos" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24504 dmcompos"
24505 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24506 dlls/dmcompos/Makefile: dlls/dmcompos/Makefile.in dlls/Makedll.rules"
24507 ac_config_files="$ac_config_files dlls/dmcompos/Makefile"
24509 ALL_MAKEFILES="$ALL_MAKEFILES \\
24510 dlls/dmime/Makefile"
24511 test "x$enable_dmime" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24512 dmime"
24513 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24514 dlls/dmime/Makefile: dlls/dmime/Makefile.in dlls/Makedll.rules"
24515 ac_config_files="$ac_config_files dlls/dmime/Makefile"
24517 ALL_MAKEFILES="$ALL_MAKEFILES \\
24518 dlls/dmloader/Makefile"
24519 test "x$enable_dmloader" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24520 dmloader"
24521 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24522 dlls/dmloader/Makefile: dlls/dmloader/Makefile.in dlls/Makedll.rules"
24523 ac_config_files="$ac_config_files dlls/dmloader/Makefile"
24525 ALL_MAKEFILES="$ALL_MAKEFILES \\
24526 dlls/dmscript/Makefile"
24527 test "x$enable_dmscript" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24528 dmscript"
24529 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24530 dlls/dmscript/Makefile: dlls/dmscript/Makefile.in dlls/Makedll.rules"
24531 ac_config_files="$ac_config_files dlls/dmscript/Makefile"
24533 ALL_MAKEFILES="$ALL_MAKEFILES \\
24534 dlls/dmstyle/Makefile"
24535 test "x$enable_dmstyle" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24536 dmstyle"
24537 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24538 dlls/dmstyle/Makefile: dlls/dmstyle/Makefile.in dlls/Makedll.rules"
24539 ac_config_files="$ac_config_files dlls/dmstyle/Makefile"
24541 ALL_MAKEFILES="$ALL_MAKEFILES \\
24542 dlls/dmsynth/Makefile"
24543 test "x$enable_dmsynth" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24544 dmsynth"
24545 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24546 dlls/dmsynth/Makefile: dlls/dmsynth/Makefile.in dlls/Makedll.rules"
24547 ac_config_files="$ac_config_files dlls/dmsynth/Makefile"
24549 ALL_MAKEFILES="$ALL_MAKEFILES \\
24550 dlls/dmusic/Makefile"
24551 test "x$enable_dmusic" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24552 dmusic"
24553 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24554 dlls/dmusic/Makefile: dlls/dmusic/Makefile.in dlls/Makedll.rules"
24555 ac_config_files="$ac_config_files dlls/dmusic/Makefile"
24557 ALL_MAKEFILES="$ALL_MAKEFILES \\
24558 dlls/dmusic32/Makefile"
24559 test "x$enable_dmusic32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24560 dmusic32"
24561 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24562 dlls/dmusic32/Makefile: dlls/dmusic32/Makefile.in dlls/Makedll.rules"
24563 ac_config_files="$ac_config_files dlls/dmusic32/Makefile"
24565 ALL_MAKEFILES="$ALL_MAKEFILES \\
24566 dlls/dnsapi/Makefile"
24567 test "x$enable_dnsapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24568 dnsapi"
24569 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24570 dlls/dnsapi/Makefile: dlls/dnsapi/Makefile.in dlls/Makedll.rules"
24571 ac_config_files="$ac_config_files dlls/dnsapi/Makefile"
24573 ALL_MAKEFILES="$ALL_MAKEFILES \\
24574 dlls/dnsapi/tests/Makefile"
24575 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24576 dnsapi/tests"
24577 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24578 dlls/dnsapi/tests/Makefile: dlls/dnsapi/tests/Makefile.in dlls/Maketest.rules"
24579 ac_config_files="$ac_config_files dlls/dnsapi/tests/Makefile"
24581 ALL_MAKEFILES="$ALL_MAKEFILES \\
24582 dlls/dplay/Makefile"
24583 test "x$enable_dplay" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24584 dplay"
24585 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24586 dlls/dplay/Makefile: dlls/dplay/Makefile.in dlls/Makedll.rules"
24587 ac_config_files="$ac_config_files dlls/dplay/Makefile"
24589 ALL_MAKEFILES="$ALL_MAKEFILES \\
24590 dlls/dplayx/Makefile"
24591 test "x$enable_dplayx" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24592 dplayx"
24593 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24594 dlls/dplayx/Makefile: dlls/dplayx/Makefile.in dlls/Makedll.rules"
24595 ac_config_files="$ac_config_files dlls/dplayx/Makefile"
24597 ALL_MAKEFILES="$ALL_MAKEFILES \\
24598 dlls/dplayx/tests/Makefile"
24599 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24600 dplayx/tests"
24601 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24602 dlls/dplayx/tests/Makefile: dlls/dplayx/tests/Makefile.in dlls/Maketest.rules"
24603 ac_config_files="$ac_config_files dlls/dplayx/tests/Makefile"
24605 ALL_MAKEFILES="$ALL_MAKEFILES \\
24606 dlls/dpnaddr/Makefile"
24607 test "x$enable_dpnaddr" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24608 dpnaddr"
24609 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24610 dlls/dpnaddr/Makefile: dlls/dpnaddr/Makefile.in dlls/Makedll.rules"
24611 ac_config_files="$ac_config_files dlls/dpnaddr/Makefile"
24613 ALL_MAKEFILES="$ALL_MAKEFILES \\
24614 dlls/dpnet/Makefile"
24615 test "x$enable_dpnet" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24616 dpnet"
24617 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24618 dlls/dpnet/Makefile: dlls/dpnet/Makefile.in dlls/Makedll.rules"
24619 ac_config_files="$ac_config_files dlls/dpnet/Makefile"
24621 ALL_MAKEFILES="$ALL_MAKEFILES \\
24622 dlls/dpnhpast/Makefile"
24623 test "x$enable_dpnhpast" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24624 dpnhpast"
24625 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24626 dlls/dpnhpast/Makefile: dlls/dpnhpast/Makefile.in dlls/Makedll.rules"
24627 ac_config_files="$ac_config_files dlls/dpnhpast/Makefile"
24629 ALL_MAKEFILES="$ALL_MAKEFILES \\
24630 dlls/dpnlobby/Makefile"
24631 test "x$enable_dpnlobby" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24632 dpnlobby"
24633 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24634 dlls/dpnlobby/Makefile: dlls/dpnlobby/Makefile.in dlls/Makedll.rules"
24635 ac_config_files="$ac_config_files dlls/dpnlobby/Makefile"
24637 ALL_MAKEFILES="$ALL_MAKEFILES \\
24638 dlls/dpwsockx/Makefile"
24639 test "x$enable_dpwsockx" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24640 dpwsockx"
24641 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24642 dlls/dpwsockx/Makefile: dlls/dpwsockx/Makefile.in dlls/Makedll.rules"
24643 ac_config_files="$ac_config_files dlls/dpwsockx/Makefile"
24645 ALL_MAKEFILES="$ALL_MAKEFILES \\
24646 dlls/dsound/Makefile"
24647 test "x$enable_dsound" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24648 dsound"
24649 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24650 dlls/dsound/Makefile: dlls/dsound/Makefile.in dlls/Makedll.rules"
24651 ac_config_files="$ac_config_files dlls/dsound/Makefile"
24653 ALL_MAKEFILES="$ALL_MAKEFILES \\
24654 dlls/dsound/tests/Makefile"
24655 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24656 dsound/tests"
24657 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24658 dlls/dsound/tests/Makefile: dlls/dsound/tests/Makefile.in dlls/Maketest.rules"
24659 ac_config_files="$ac_config_files dlls/dsound/tests/Makefile"
24661 ALL_MAKEFILES="$ALL_MAKEFILES \\
24662 dlls/dssenh/Makefile"
24663 test "x$enable_dssenh" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24664 dssenh"
24665 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24666 dlls/dssenh/Makefile: dlls/dssenh/Makefile.in dlls/Makedll.rules"
24667 ac_config_files="$ac_config_files dlls/dssenh/Makefile"
24669 ALL_MAKEFILES="$ALL_MAKEFILES \\
24670 dlls/dswave/Makefile"
24671 test "x$enable_dswave" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24672 dswave"
24673 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24674 dlls/dswave/Makefile: dlls/dswave/Makefile.in dlls/Makedll.rules"
24675 ac_config_files="$ac_config_files dlls/dswave/Makefile"
24677 ALL_MAKEFILES="$ALL_MAKEFILES \\
24678 dlls/dwmapi/Makefile"
24679 test "x$enable_dwmapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24680 dwmapi"
24681 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24682 dlls/dwmapi/Makefile: dlls/dwmapi/Makefile.in dlls/Makedll.rules"
24683 ac_config_files="$ac_config_files dlls/dwmapi/Makefile"
24685 ALL_MAKEFILES="$ALL_MAKEFILES \\
24686 dlls/dxdiagn/Makefile"
24687 test "x$enable_dxdiagn" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24688 dxdiagn"
24689 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24690 dlls/dxdiagn/Makefile: dlls/dxdiagn/Makefile.in dlls/Makedll.rules"
24691 ac_config_files="$ac_config_files dlls/dxdiagn/Makefile"
24693 ALL_MAKEFILES="$ALL_MAKEFILES \\
24694 dlls/dxerr8/Makefile"
24695 test "x$enable_dxerr8" != xno && ALL_IMPLIB_DIRS="$ALL_IMPLIB_DIRS \\
24696 dxerr8"
24697 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24698 dlls/dxerr8/Makefile: dlls/dxerr8/Makefile.in dlls/Makeimplib.rules"
24699 ac_config_files="$ac_config_files dlls/dxerr8/Makefile"
24701 ALL_MAKEFILES="$ALL_MAKEFILES \\
24702 dlls/dxerr9/Makefile"
24703 test "x$enable_dxerr9" != xno && ALL_IMPLIB_DIRS="$ALL_IMPLIB_DIRS \\
24704 dxerr9"
24705 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24706 dlls/dxerr9/Makefile: dlls/dxerr9/Makefile.in dlls/Makeimplib.rules"
24707 ac_config_files="$ac_config_files dlls/dxerr9/Makefile"
24709 ALL_MAKEFILES="$ALL_MAKEFILES \\
24710 dlls/dxgi/Makefile"
24711 test "x$enable_dxgi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24712 dxgi"
24713 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24714 dlls/dxgi/Makefile: dlls/dxgi/Makefile.in dlls/Makedll.rules"
24715 ac_config_files="$ac_config_files dlls/dxgi/Makefile"
24717 ALL_MAKEFILES="$ALL_MAKEFILES \\
24718 dlls/dxgi/tests/Makefile"
24719 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24720 dxgi/tests"
24721 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24722 dlls/dxgi/tests/Makefile: dlls/dxgi/tests/Makefile.in dlls/Maketest.rules"
24723 ac_config_files="$ac_config_files dlls/dxgi/tests/Makefile"
24725 ALL_MAKEFILES="$ALL_MAKEFILES \\
24726 dlls/dxguid/Makefile"
24727 test "x$enable_dxguid" != xno && ALL_IMPLIB_DIRS="$ALL_IMPLIB_DIRS \\
24728 dxguid"
24729 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24730 dlls/dxguid/Makefile: dlls/dxguid/Makefile.in dlls/Makeimplib.rules"
24731 ac_config_files="$ac_config_files dlls/dxguid/Makefile"
24733 ALL_MAKEFILES="$ALL_MAKEFILES \\
24734 dlls/faultrep/Makefile"
24735 test "x$enable_faultrep" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24736 faultrep"
24737 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24738 dlls/faultrep/Makefile: dlls/faultrep/Makefile.in dlls/Makedll.rules"
24739 ac_config_files="$ac_config_files dlls/faultrep/Makefile"
24741 ALL_MAKEFILES="$ALL_MAKEFILES \\
24742 dlls/fusion/Makefile"
24743 test "x$enable_fusion" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24744 fusion"
24745 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24746 dlls/fusion/Makefile: dlls/fusion/Makefile.in dlls/Makedll.rules"
24747 ac_config_files="$ac_config_files dlls/fusion/Makefile"
24749 ALL_MAKEFILES="$ALL_MAKEFILES \\
24750 dlls/fusion/tests/Makefile"
24751 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24752 fusion/tests"
24753 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24754 dlls/fusion/tests/Makefile: dlls/fusion/tests/Makefile.in dlls/Maketest.rules"
24755 ac_config_files="$ac_config_files dlls/fusion/tests/Makefile"
24757 ALL_MAKEFILES="$ALL_MAKEFILES \\
24758 dlls/gdi32/Makefile"
24759 test "x$enable_gdi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24760 gdi32"
24761 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24762 dlls/gdi32/Makefile: dlls/gdi32/Makefile.in dlls/Makedll.rules"
24763 ac_config_files="$ac_config_files dlls/gdi32/Makefile"
24765 ALL_MAKEFILES="$ALL_MAKEFILES \\
24766 dlls/gdi32/tests/Makefile"
24767 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24768 gdi32/tests"
24769 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24770 dlls/gdi32/tests/Makefile: dlls/gdi32/tests/Makefile.in dlls/Maketest.rules"
24771 ac_config_files="$ac_config_files dlls/gdi32/tests/Makefile"
24773 ALL_MAKEFILES="$ALL_MAKEFILES \\
24774 dlls/gdiplus/Makefile"
24775 test "x$enable_gdiplus" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24776 gdiplus"
24777 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24778 dlls/gdiplus/Makefile: dlls/gdiplus/Makefile.in dlls/Makedll.rules"
24779 ac_config_files="$ac_config_files dlls/gdiplus/Makefile"
24781 ALL_MAKEFILES="$ALL_MAKEFILES \\
24782 dlls/gdiplus/tests/Makefile"
24783 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24784 gdiplus/tests"
24785 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24786 dlls/gdiplus/tests/Makefile: dlls/gdiplus/tests/Makefile.in dlls/Maketest.rules"
24787 ac_config_files="$ac_config_files dlls/gdiplus/tests/Makefile"
24789 ALL_MAKEFILES="$ALL_MAKEFILES \\
24790 dlls/glu32/Makefile"
24791 test "x$enable_glu32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24792 glu32"
24793 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24794 dlls/glu32/Makefile: dlls/glu32/Makefile.in dlls/Makedll.rules"
24795 ac_config_files="$ac_config_files dlls/glu32/Makefile"
24797 ALL_MAKEFILES="$ALL_MAKEFILES \\
24798 dlls/gphoto2.ds/Makefile"
24799 test "x$enable_gphoto2_ds" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24800 gphoto2.ds"
24801 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24802 dlls/gphoto2.ds/Makefile: dlls/gphoto2.ds/Makefile.in dlls/Makedll.rules"
24803 ac_config_files="$ac_config_files dlls/gphoto2.ds/Makefile"
24805 ALL_MAKEFILES="$ALL_MAKEFILES \\
24806 dlls/gpkcsp/Makefile"
24807 test "x$enable_gpkcsp" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24808 gpkcsp"
24809 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24810 dlls/gpkcsp/Makefile: dlls/gpkcsp/Makefile.in dlls/Makedll.rules"
24811 ac_config_files="$ac_config_files dlls/gpkcsp/Makefile"
24813 ALL_MAKEFILES="$ALL_MAKEFILES \\
24814 dlls/hal/Makefile"
24815 test "x$enable_hal" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24816 hal"
24817 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24818 dlls/hal/Makefile: dlls/hal/Makefile.in dlls/Makedll.rules"
24819 ac_config_files="$ac_config_files dlls/hal/Makefile"
24821 ALL_MAKEFILES="$ALL_MAKEFILES \\
24822 dlls/hhctrl.ocx/Makefile"
24823 test "x$enable_hhctrl_ocx" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24824 hhctrl.ocx"
24825 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24826 dlls/hhctrl.ocx/Makefile: dlls/hhctrl.ocx/Makefile.in dlls/Makedll.rules"
24827 ac_config_files="$ac_config_files dlls/hhctrl.ocx/Makefile"
24829 ALL_MAKEFILES="$ALL_MAKEFILES \\
24830 dlls/hid/Makefile"
24831 test "x$enable_hid" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24832 hid"
24833 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24834 dlls/hid/Makefile: dlls/hid/Makefile.in dlls/Makedll.rules"
24835 ac_config_files="$ac_config_files dlls/hid/Makefile"
24837 ALL_MAKEFILES="$ALL_MAKEFILES \\
24838 dlls/hlink/Makefile"
24839 test "x$enable_hlink" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24840 hlink"
24841 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24842 dlls/hlink/Makefile: dlls/hlink/Makefile.in dlls/Makedll.rules"
24843 ac_config_files="$ac_config_files dlls/hlink/Makefile"
24845 ALL_MAKEFILES="$ALL_MAKEFILES \\
24846 dlls/hlink/tests/Makefile"
24847 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24848 hlink/tests"
24849 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24850 dlls/hlink/tests/Makefile: dlls/hlink/tests/Makefile.in dlls/Maketest.rules"
24851 ac_config_files="$ac_config_files dlls/hlink/tests/Makefile"
24853 ALL_MAKEFILES="$ALL_MAKEFILES \\
24854 dlls/hnetcfg/Makefile"
24855 test "x$enable_hnetcfg" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24856 hnetcfg"
24857 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24858 dlls/hnetcfg/Makefile: dlls/hnetcfg/Makefile.in dlls/Makedll.rules"
24859 ac_config_files="$ac_config_files dlls/hnetcfg/Makefile"
24861 ALL_MAKEFILES="$ALL_MAKEFILES \\
24862 dlls/iccvid/Makefile"
24863 test "x$enable_iccvid" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24864 iccvid"
24865 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24866 dlls/iccvid/Makefile: dlls/iccvid/Makefile.in dlls/Makedll.rules"
24867 ac_config_files="$ac_config_files dlls/iccvid/Makefile"
24869 ALL_MAKEFILES="$ALL_MAKEFILES \\
24870 dlls/icmp/Makefile"
24871 test "x$enable_icmp" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24872 icmp"
24873 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24874 dlls/icmp/Makefile: dlls/icmp/Makefile.in dlls/Makedll.rules"
24875 ac_config_files="$ac_config_files dlls/icmp/Makefile"
24877 ALL_MAKEFILES="$ALL_MAKEFILES \\
24878 dlls/ifsmgr.vxd/Makefile"
24879 test "x$enable_ifsmgr_vxd" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24880 ifsmgr.vxd"
24881 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24882 dlls/ifsmgr.vxd/Makefile: dlls/ifsmgr.vxd/Makefile.in dlls/Makedll.rules"
24883 ac_config_files="$ac_config_files dlls/ifsmgr.vxd/Makefile"
24885 ALL_MAKEFILES="$ALL_MAKEFILES \\
24886 dlls/imaadp32.acm/Makefile"
24887 test "x$enable_imaadp32_acm" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24888 imaadp32.acm"
24889 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24890 dlls/imaadp32.acm/Makefile: dlls/imaadp32.acm/Makefile.in dlls/Makedll.rules"
24891 ac_config_files="$ac_config_files dlls/imaadp32.acm/Makefile"
24893 ALL_MAKEFILES="$ALL_MAKEFILES \\
24894 dlls/imagehlp/Makefile"
24895 test "x$enable_imagehlp" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24896 imagehlp"
24897 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24898 dlls/imagehlp/Makefile: dlls/imagehlp/Makefile.in dlls/Makedll.rules"
24899 ac_config_files="$ac_config_files dlls/imagehlp/Makefile"
24901 ALL_MAKEFILES="$ALL_MAKEFILES \\
24902 dlls/imm32/Makefile"
24903 test "x$enable_imm32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24904 imm32"
24905 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24906 dlls/imm32/Makefile: dlls/imm32/Makefile.in dlls/Makedll.rules"
24907 ac_config_files="$ac_config_files dlls/imm32/Makefile"
24909 ALL_MAKEFILES="$ALL_MAKEFILES \\
24910 dlls/imm32/tests/Makefile"
24911 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24912 imm32/tests"
24913 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24914 dlls/imm32/tests/Makefile: dlls/imm32/tests/Makefile.in dlls/Maketest.rules"
24915 ac_config_files="$ac_config_files dlls/imm32/tests/Makefile"
24917 ALL_MAKEFILES="$ALL_MAKEFILES \\
24918 dlls/inetcomm/Makefile"
24919 test "x$enable_inetcomm" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24920 inetcomm"
24921 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24922 dlls/inetcomm/Makefile: dlls/inetcomm/Makefile.in dlls/Makedll.rules"
24923 ac_config_files="$ac_config_files dlls/inetcomm/Makefile"
24925 ALL_MAKEFILES="$ALL_MAKEFILES \\
24926 dlls/inetcomm/tests/Makefile"
24927 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24928 inetcomm/tests"
24929 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24930 dlls/inetcomm/tests/Makefile: dlls/inetcomm/tests/Makefile.in dlls/Maketest.rules"
24931 ac_config_files="$ac_config_files dlls/inetcomm/tests/Makefile"
24933 ALL_MAKEFILES="$ALL_MAKEFILES \\
24934 dlls/inetmib1/Makefile"
24935 test "x$enable_inetmib1" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24936 inetmib1"
24937 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24938 dlls/inetmib1/Makefile: dlls/inetmib1/Makefile.in dlls/Makedll.rules"
24939 ac_config_files="$ac_config_files dlls/inetmib1/Makefile"
24941 ALL_MAKEFILES="$ALL_MAKEFILES \\
24942 dlls/inetmib1/tests/Makefile"
24943 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24944 inetmib1/tests"
24945 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24946 dlls/inetmib1/tests/Makefile: dlls/inetmib1/tests/Makefile.in dlls/Maketest.rules"
24947 ac_config_files="$ac_config_files dlls/inetmib1/tests/Makefile"
24949 ALL_MAKEFILES="$ALL_MAKEFILES \\
24950 dlls/infosoft/Makefile"
24951 test "x$enable_infosoft" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24952 infosoft"
24953 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24954 dlls/infosoft/Makefile: dlls/infosoft/Makefile.in dlls/Makedll.rules"
24955 ac_config_files="$ac_config_files dlls/infosoft/Makefile"
24957 ALL_MAKEFILES="$ALL_MAKEFILES \\
24958 dlls/infosoft/tests/Makefile"
24959 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24960 infosoft/tests"
24961 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24962 dlls/infosoft/tests/Makefile: dlls/infosoft/tests/Makefile.in dlls/Maketest.rules"
24963 ac_config_files="$ac_config_files dlls/infosoft/tests/Makefile"
24965 ALL_MAKEFILES="$ALL_MAKEFILES \\
24966 dlls/initpki/Makefile"
24967 test "x$enable_initpki" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24968 initpki"
24969 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24970 dlls/initpki/Makefile: dlls/initpki/Makefile.in dlls/Makedll.rules"
24971 ac_config_files="$ac_config_files dlls/initpki/Makefile"
24973 ALL_MAKEFILES="$ALL_MAKEFILES \\
24974 dlls/inkobj/Makefile"
24975 test "x$enable_inkobj" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24976 inkobj"
24977 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24978 dlls/inkobj/Makefile: dlls/inkobj/Makefile.in dlls/Makedll.rules"
24979 ac_config_files="$ac_config_files dlls/inkobj/Makefile"
24981 ALL_MAKEFILES="$ALL_MAKEFILES \\
24982 dlls/inseng/Makefile"
24983 test "x$enable_inseng" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24984 inseng"
24985 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24986 dlls/inseng/Makefile: dlls/inseng/Makefile.in dlls/Makedll.rules"
24987 ac_config_files="$ac_config_files dlls/inseng/Makefile"
24989 ALL_MAKEFILES="$ALL_MAKEFILES \\
24990 dlls/iphlpapi/Makefile"
24991 test "x$enable_iphlpapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24992 iphlpapi"
24993 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24994 dlls/iphlpapi/Makefile: dlls/iphlpapi/Makefile.in dlls/Makedll.rules"
24995 ac_config_files="$ac_config_files dlls/iphlpapi/Makefile"
24997 ALL_MAKEFILES="$ALL_MAKEFILES \\
24998 dlls/iphlpapi/tests/Makefile"
24999 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25000 iphlpapi/tests"
25001 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25002 dlls/iphlpapi/tests/Makefile: dlls/iphlpapi/tests/Makefile.in dlls/Maketest.rules"
25003 ac_config_files="$ac_config_files dlls/iphlpapi/tests/Makefile"
25005 ALL_MAKEFILES="$ALL_MAKEFILES \\
25006 dlls/itircl/Makefile"
25007 test "x$enable_itircl" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25008 itircl"
25009 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25010 dlls/itircl/Makefile: dlls/itircl/Makefile.in dlls/Makedll.rules"
25011 ac_config_files="$ac_config_files dlls/itircl/Makefile"
25013 ALL_MAKEFILES="$ALL_MAKEFILES \\
25014 dlls/itss/Makefile"
25015 test "x$enable_itss" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25016 itss"
25017 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25018 dlls/itss/Makefile: dlls/itss/Makefile.in dlls/Makedll.rules"
25019 ac_config_files="$ac_config_files dlls/itss/Makefile"
25021 ALL_MAKEFILES="$ALL_MAKEFILES \\
25022 dlls/itss/tests/Makefile"
25023 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25024 itss/tests"
25025 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25026 dlls/itss/tests/Makefile: dlls/itss/tests/Makefile.in dlls/Maketest.rules"
25027 ac_config_files="$ac_config_files dlls/itss/tests/Makefile"
25029 ALL_MAKEFILES="$ALL_MAKEFILES \\
25030 dlls/jscript/Makefile"
25031 test "x$enable_jscript" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25032 jscript"
25033 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25034 dlls/jscript/Makefile: dlls/jscript/Makefile.in dlls/Makedll.rules"
25035 ac_config_files="$ac_config_files dlls/jscript/Makefile"
25037 ALL_MAKEFILES="$ALL_MAKEFILES \\
25038 dlls/jscript/tests/Makefile"
25039 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25040 jscript/tests"
25041 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25042 dlls/jscript/tests/Makefile: dlls/jscript/tests/Makefile.in dlls/Maketest.rules"
25043 ac_config_files="$ac_config_files dlls/jscript/tests/Makefile"
25045 ALL_MAKEFILES="$ALL_MAKEFILES \\
25046 dlls/kernel32/Makefile"
25047 test "x$enable_kernel32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25048 kernel32"
25049 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25050 dlls/kernel32/Makefile: dlls/kernel32/Makefile.in dlls/Makedll.rules"
25051 ac_config_files="$ac_config_files dlls/kernel32/Makefile"
25053 ALL_MAKEFILES="$ALL_MAKEFILES \\
25054 dlls/kernel32/tests/Makefile"
25055 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25056 kernel32/tests"
25057 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25058 dlls/kernel32/tests/Makefile: dlls/kernel32/tests/Makefile.in dlls/Maketest.rules"
25059 ac_config_files="$ac_config_files dlls/kernel32/tests/Makefile"
25061 ALL_MAKEFILES="$ALL_MAKEFILES \\
25062 dlls/localspl/Makefile"
25063 test "x$enable_localspl" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25064 localspl"
25065 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25066 dlls/localspl/Makefile: dlls/localspl/Makefile.in dlls/Makedll.rules"
25067 ac_config_files="$ac_config_files dlls/localspl/Makefile"
25069 ALL_MAKEFILES="$ALL_MAKEFILES \\
25070 dlls/localspl/tests/Makefile"
25071 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25072 localspl/tests"
25073 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25074 dlls/localspl/tests/Makefile: dlls/localspl/tests/Makefile.in dlls/Maketest.rules"
25075 ac_config_files="$ac_config_files dlls/localspl/tests/Makefile"
25077 ALL_MAKEFILES="$ALL_MAKEFILES \\
25078 dlls/localui/Makefile"
25079 test "x$enable_localui" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25080 localui"
25081 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25082 dlls/localui/Makefile: dlls/localui/Makefile.in dlls/Makedll.rules"
25083 ac_config_files="$ac_config_files dlls/localui/Makefile"
25085 ALL_MAKEFILES="$ALL_MAKEFILES \\
25086 dlls/localui/tests/Makefile"
25087 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25088 localui/tests"
25089 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25090 dlls/localui/tests/Makefile: dlls/localui/tests/Makefile.in dlls/Maketest.rules"
25091 ac_config_files="$ac_config_files dlls/localui/tests/Makefile"
25093 ALL_MAKEFILES="$ALL_MAKEFILES \\
25094 dlls/lz32/Makefile"
25095 test "x$enable_lz32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25096 lz32"
25097 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25098 dlls/lz32/Makefile: dlls/lz32/Makefile.in dlls/Makedll.rules"
25099 ac_config_files="$ac_config_files dlls/lz32/Makefile"
25101 ALL_MAKEFILES="$ALL_MAKEFILES \\
25102 dlls/lz32/tests/Makefile"
25103 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25104 lz32/tests"
25105 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25106 dlls/lz32/tests/Makefile: dlls/lz32/tests/Makefile.in dlls/Maketest.rules"
25107 ac_config_files="$ac_config_files dlls/lz32/tests/Makefile"
25109 ALL_MAKEFILES="$ALL_MAKEFILES \\
25110 dlls/mapi32/Makefile"
25111 test "x$enable_mapi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25112 mapi32"
25113 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25114 dlls/mapi32/Makefile: dlls/mapi32/Makefile.in dlls/Makedll.rules"
25115 ac_config_files="$ac_config_files dlls/mapi32/Makefile"
25117 ALL_MAKEFILES="$ALL_MAKEFILES \\
25118 dlls/mapi32/tests/Makefile"
25119 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25120 mapi32/tests"
25121 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25122 dlls/mapi32/tests/Makefile: dlls/mapi32/tests/Makefile.in dlls/Maketest.rules"
25123 ac_config_files="$ac_config_files dlls/mapi32/tests/Makefile"
25125 ALL_MAKEFILES="$ALL_MAKEFILES \\
25126 dlls/mciavi32/Makefile"
25127 test "x$enable_mciavi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25128 mciavi32"
25129 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25130 dlls/mciavi32/Makefile: dlls/mciavi32/Makefile.in dlls/Makedll.rules"
25131 ac_config_files="$ac_config_files dlls/mciavi32/Makefile"
25133 ALL_MAKEFILES="$ALL_MAKEFILES \\
25134 dlls/mcicda/Makefile"
25135 test "x$enable_mcicda" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25136 mcicda"
25137 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25138 dlls/mcicda/Makefile: dlls/mcicda/Makefile.in dlls/Makedll.rules"
25139 ac_config_files="$ac_config_files dlls/mcicda/Makefile"
25141 ALL_MAKEFILES="$ALL_MAKEFILES \\
25142 dlls/mciseq/Makefile"
25143 test "x$enable_mciseq" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25144 mciseq"
25145 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25146 dlls/mciseq/Makefile: dlls/mciseq/Makefile.in dlls/Makedll.rules"
25147 ac_config_files="$ac_config_files dlls/mciseq/Makefile"
25149 ALL_MAKEFILES="$ALL_MAKEFILES \\
25150 dlls/mciwave/Makefile"
25151 test "x$enable_mciwave" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25152 mciwave"
25153 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25154 dlls/mciwave/Makefile: dlls/mciwave/Makefile.in dlls/Makedll.rules"
25155 ac_config_files="$ac_config_files dlls/mciwave/Makefile"
25157 ALL_MAKEFILES="$ALL_MAKEFILES \\
25158 dlls/midimap/Makefile"
25159 test "x$enable_midimap" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25160 midimap"
25161 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25162 dlls/midimap/Makefile: dlls/midimap/Makefile.in dlls/Makedll.rules"
25163 ac_config_files="$ac_config_files dlls/midimap/Makefile"
25165 ALL_MAKEFILES="$ALL_MAKEFILES \\
25166 dlls/mlang/Makefile"
25167 test "x$enable_mlang" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25168 mlang"
25169 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25170 dlls/mlang/Makefile: dlls/mlang/Makefile.in dlls/Makedll.rules"
25171 ac_config_files="$ac_config_files dlls/mlang/Makefile"
25173 ALL_MAKEFILES="$ALL_MAKEFILES \\
25174 dlls/mlang/tests/Makefile"
25175 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25176 mlang/tests"
25177 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25178 dlls/mlang/tests/Makefile: dlls/mlang/tests/Makefile.in dlls/Maketest.rules"
25179 ac_config_files="$ac_config_files dlls/mlang/tests/Makefile"
25181 ALL_MAKEFILES="$ALL_MAKEFILES \\
25182 dlls/mmdevldr.vxd/Makefile"
25183 test "x$enable_mmdevldr_vxd" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25184 mmdevldr.vxd"
25185 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25186 dlls/mmdevldr.vxd/Makefile: dlls/mmdevldr.vxd/Makefile.in dlls/Makedll.rules"
25187 ac_config_files="$ac_config_files dlls/mmdevldr.vxd/Makefile"
25189 ALL_MAKEFILES="$ALL_MAKEFILES \\
25190 dlls/monodebg.vxd/Makefile"
25191 test "x$enable_monodebg_vxd" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25192 monodebg.vxd"
25193 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25194 dlls/monodebg.vxd/Makefile: dlls/monodebg.vxd/Makefile.in dlls/Makedll.rules"
25195 ac_config_files="$ac_config_files dlls/monodebg.vxd/Makefile"
25197 ALL_MAKEFILES="$ALL_MAKEFILES \\
25198 dlls/mountmgr.sys/Makefile"
25199 test "x$enable_mountmgr_sys" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25200 mountmgr.sys"
25201 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25202 dlls/mountmgr.sys/Makefile: dlls/mountmgr.sys/Makefile.in dlls/Makedll.rules"
25203 ac_config_files="$ac_config_files dlls/mountmgr.sys/Makefile"
25205 ALL_MAKEFILES="$ALL_MAKEFILES \\
25206 dlls/mpr/Makefile"
25207 test "x$enable_mpr" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25208 mpr"
25209 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25210 dlls/mpr/Makefile: dlls/mpr/Makefile.in dlls/Makedll.rules"
25211 ac_config_files="$ac_config_files dlls/mpr/Makefile"
25213 ALL_MAKEFILES="$ALL_MAKEFILES \\
25214 dlls/mprapi/Makefile"
25215 test "x$enable_mprapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25216 mprapi"
25217 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25218 dlls/mprapi/Makefile: dlls/mprapi/Makefile.in dlls/Makedll.rules"
25219 ac_config_files="$ac_config_files dlls/mprapi/Makefile"
25221 ALL_MAKEFILES="$ALL_MAKEFILES \\
25222 dlls/msacm32.drv/Makefile"
25223 test "x$enable_msacm32_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25224 msacm32.drv"
25225 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25226 dlls/msacm32.drv/Makefile: dlls/msacm32.drv/Makefile.in dlls/Makedll.rules"
25227 ac_config_files="$ac_config_files dlls/msacm32.drv/Makefile"
25229 ALL_MAKEFILES="$ALL_MAKEFILES \\
25230 dlls/msacm32/Makefile"
25231 test "x$enable_msacm32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25232 msacm32"
25233 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25234 dlls/msacm32/Makefile: dlls/msacm32/Makefile.in dlls/Makedll.rules"
25235 ac_config_files="$ac_config_files dlls/msacm32/Makefile"
25237 ALL_MAKEFILES="$ALL_MAKEFILES \\
25238 dlls/msacm32/tests/Makefile"
25239 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25240 msacm32/tests"
25241 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25242 dlls/msacm32/tests/Makefile: dlls/msacm32/tests/Makefile.in dlls/Maketest.rules"
25243 ac_config_files="$ac_config_files dlls/msacm32/tests/Makefile"
25245 ALL_MAKEFILES="$ALL_MAKEFILES \\
25246 dlls/msadp32.acm/Makefile"
25247 test "x$enable_msadp32_acm" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25248 msadp32.acm"
25249 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25250 dlls/msadp32.acm/Makefile: dlls/msadp32.acm/Makefile.in dlls/Makedll.rules"
25251 ac_config_files="$ac_config_files dlls/msadp32.acm/Makefile"
25253 ALL_MAKEFILES="$ALL_MAKEFILES \\
25254 dlls/mscat32/Makefile"
25255 test "x$enable_mscat32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25256 mscat32"
25257 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25258 dlls/mscat32/Makefile: dlls/mscat32/Makefile.in dlls/Makedll.rules"
25259 ac_config_files="$ac_config_files dlls/mscat32/Makefile"
25261 ALL_MAKEFILES="$ALL_MAKEFILES \\
25262 dlls/mscms/Makefile"
25263 test "x$enable_mscms" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25264 mscms"
25265 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25266 dlls/mscms/Makefile: dlls/mscms/Makefile.in dlls/Makedll.rules"
25267 ac_config_files="$ac_config_files dlls/mscms/Makefile"
25269 ALL_MAKEFILES="$ALL_MAKEFILES \\
25270 dlls/mscms/tests/Makefile"
25271 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25272 mscms/tests"
25273 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25274 dlls/mscms/tests/Makefile: dlls/mscms/tests/Makefile.in dlls/Maketest.rules"
25275 ac_config_files="$ac_config_files dlls/mscms/tests/Makefile"
25277 ALL_MAKEFILES="$ALL_MAKEFILES \\
25278 dlls/mscoree/Makefile"
25279 test "x$enable_mscoree" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25280 mscoree"
25281 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25282 dlls/mscoree/Makefile: dlls/mscoree/Makefile.in dlls/Makedll.rules"
25283 ac_config_files="$ac_config_files dlls/mscoree/Makefile"
25285 ALL_MAKEFILES="$ALL_MAKEFILES \\
25286 dlls/msdmo/Makefile"
25287 test "x$enable_msdmo" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25288 msdmo"
25289 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25290 dlls/msdmo/Makefile: dlls/msdmo/Makefile.in dlls/Makedll.rules"
25291 ac_config_files="$ac_config_files dlls/msdmo/Makefile"
25293 ALL_MAKEFILES="$ALL_MAKEFILES \\
25294 dlls/msftedit/Makefile"
25295 test "x$enable_msftedit" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25296 msftedit"
25297 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25298 dlls/msftedit/Makefile: dlls/msftedit/Makefile.in dlls/Makedll.rules"
25299 ac_config_files="$ac_config_files dlls/msftedit/Makefile"
25301 ALL_MAKEFILES="$ALL_MAKEFILES \\
25302 dlls/msg711.acm/Makefile"
25303 test "x$enable_msg711_acm" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25304 msg711.acm"
25305 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25306 dlls/msg711.acm/Makefile: dlls/msg711.acm/Makefile.in dlls/Makedll.rules"
25307 ac_config_files="$ac_config_files dlls/msg711.acm/Makefile"
25309 ALL_MAKEFILES="$ALL_MAKEFILES \\
25310 dlls/mshtml.tlb/Makefile"
25311 test "x$enable_mshtml_tlb" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25312 mshtml.tlb"
25313 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25314 dlls/mshtml.tlb/Makefile: dlls/mshtml.tlb/Makefile.in dlls/Makedll.rules"
25315 ac_config_files="$ac_config_files dlls/mshtml.tlb/Makefile"
25317 ALL_MAKEFILES="$ALL_MAKEFILES \\
25318 dlls/mshtml/Makefile"
25319 test "x$enable_mshtml" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25320 mshtml"
25321 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25322 dlls/mshtml/Makefile: dlls/mshtml/Makefile.in dlls/Makedll.rules"
25323 ac_config_files="$ac_config_files dlls/mshtml/Makefile"
25325 ALL_MAKEFILES="$ALL_MAKEFILES \\
25326 dlls/mshtml/tests/Makefile"
25327 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25328 mshtml/tests"
25329 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25330 dlls/mshtml/tests/Makefile: dlls/mshtml/tests/Makefile.in dlls/Maketest.rules"
25331 ac_config_files="$ac_config_files dlls/mshtml/tests/Makefile"
25333 ALL_MAKEFILES="$ALL_MAKEFILES \\
25334 dlls/msi/Makefile"
25335 test "x$enable_msi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25336 msi"
25337 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25338 dlls/msi/Makefile: dlls/msi/Makefile.in dlls/Makedll.rules"
25339 ac_config_files="$ac_config_files dlls/msi/Makefile"
25341 ALL_MAKEFILES="$ALL_MAKEFILES \\
25342 dlls/msi/tests/Makefile"
25343 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25344 msi/tests"
25345 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25346 dlls/msi/tests/Makefile: dlls/msi/tests/Makefile.in dlls/Maketest.rules"
25347 ac_config_files="$ac_config_files dlls/msi/tests/Makefile"
25349 ALL_MAKEFILES="$ALL_MAKEFILES \\
25350 dlls/msimg32/Makefile"
25351 test "x$enable_msimg32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25352 msimg32"
25353 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25354 dlls/msimg32/Makefile: dlls/msimg32/Makefile.in dlls/Makedll.rules"
25355 ac_config_files="$ac_config_files dlls/msimg32/Makefile"
25357 ALL_MAKEFILES="$ALL_MAKEFILES \\
25358 dlls/msimtf/Makefile"
25359 test "x$enable_msimtf" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25360 msimtf"
25361 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25362 dlls/msimtf/Makefile: dlls/msimtf/Makefile.in dlls/Makedll.rules"
25363 ac_config_files="$ac_config_files dlls/msimtf/Makefile"
25365 ALL_MAKEFILES="$ALL_MAKEFILES \\
25366 dlls/msisip/Makefile"
25367 test "x$enable_msisip" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25368 msisip"
25369 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25370 dlls/msisip/Makefile: dlls/msisip/Makefile.in dlls/Makedll.rules"
25371 ac_config_files="$ac_config_files dlls/msisip/Makefile"
25373 ALL_MAKEFILES="$ALL_MAKEFILES \\
25374 dlls/msisys.ocx/Makefile"
25375 test "x$enable_msisys_ocx" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25376 msisys.ocx"
25377 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25378 dlls/msisys.ocx/Makefile: dlls/msisys.ocx/Makefile.in dlls/Makedll.rules"
25379 ac_config_files="$ac_config_files dlls/msisys.ocx/Makefile"
25381 ALL_MAKEFILES="$ALL_MAKEFILES \\
25382 dlls/msnet32/Makefile"
25383 test "x$enable_msnet32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25384 msnet32"
25385 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25386 dlls/msnet32/Makefile: dlls/msnet32/Makefile.in dlls/Makedll.rules"
25387 ac_config_files="$ac_config_files dlls/msnet32/Makefile"
25389 ALL_MAKEFILES="$ALL_MAKEFILES \\
25390 dlls/msrle32/Makefile"
25391 test "x$enable_msrle32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25392 msrle32"
25393 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25394 dlls/msrle32/Makefile: dlls/msrle32/Makefile.in dlls/Makedll.rules"
25395 ac_config_files="$ac_config_files dlls/msrle32/Makefile"
25397 ALL_MAKEFILES="$ALL_MAKEFILES \\
25398 dlls/mssip32/Makefile"
25399 test "x$enable_mssip32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25400 mssip32"
25401 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25402 dlls/mssip32/Makefile: dlls/mssip32/Makefile.in dlls/Makedll.rules"
25403 ac_config_files="$ac_config_files dlls/mssip32/Makefile"
25405 ALL_MAKEFILES="$ALL_MAKEFILES \\
25406 dlls/mstask/Makefile"
25407 test "x$enable_mstask" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25408 mstask"
25409 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25410 dlls/mstask/Makefile: dlls/mstask/Makefile.in dlls/Makedll.rules"
25411 ac_config_files="$ac_config_files dlls/mstask/Makefile"
25413 ALL_MAKEFILES="$ALL_MAKEFILES \\
25414 dlls/mstask/tests/Makefile"
25415 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25416 mstask/tests"
25417 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25418 dlls/mstask/tests/Makefile: dlls/mstask/tests/Makefile.in dlls/Maketest.rules"
25419 ac_config_files="$ac_config_files dlls/mstask/tests/Makefile"
25421 ALL_MAKEFILES="$ALL_MAKEFILES \\
25422 dlls/msvcirt/Makefile"
25423 test "x$enable_msvcirt" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25424 msvcirt"
25425 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25426 dlls/msvcirt/Makefile: dlls/msvcirt/Makefile.in dlls/Makedll.rules"
25427 ac_config_files="$ac_config_files dlls/msvcirt/Makefile"
25429 ALL_MAKEFILES="$ALL_MAKEFILES \\
25430 dlls/msvcr71/Makefile"
25431 test "x$enable_msvcr71" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25432 msvcr71"
25433 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25434 dlls/msvcr71/Makefile: dlls/msvcr71/Makefile.in dlls/Makedll.rules"
25435 ac_config_files="$ac_config_files dlls/msvcr71/Makefile"
25437 ALL_MAKEFILES="$ALL_MAKEFILES \\
25438 dlls/msvcrt/Makefile"
25439 test "x$enable_msvcrt" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25440 msvcrt"
25441 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25442 dlls/msvcrt/Makefile: dlls/msvcrt/Makefile.in dlls/Makedll.rules"
25443 ac_config_files="$ac_config_files dlls/msvcrt/Makefile"
25445 ALL_MAKEFILES="$ALL_MAKEFILES \\
25446 dlls/msvcrt/tests/Makefile"
25447 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25448 msvcrt/tests"
25449 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25450 dlls/msvcrt/tests/Makefile: dlls/msvcrt/tests/Makefile.in dlls/Maketest.rules"
25451 ac_config_files="$ac_config_files dlls/msvcrt/tests/Makefile"
25453 ALL_MAKEFILES="$ALL_MAKEFILES \\
25454 dlls/msvcrt20/Makefile"
25455 test "x$enable_msvcrt20" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25456 msvcrt20"
25457 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25458 dlls/msvcrt20/Makefile: dlls/msvcrt20/Makefile.in dlls/Makedll.rules"
25459 ac_config_files="$ac_config_files dlls/msvcrt20/Makefile"
25461 ALL_MAKEFILES="$ALL_MAKEFILES \\
25462 dlls/msvcrt40/Makefile"
25463 test "x$enable_msvcrt40" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25464 msvcrt40"
25465 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25466 dlls/msvcrt40/Makefile: dlls/msvcrt40/Makefile.in dlls/Makedll.rules"
25467 ac_config_files="$ac_config_files dlls/msvcrt40/Makefile"
25469 ALL_MAKEFILES="$ALL_MAKEFILES \\
25470 dlls/msvcrtd/Makefile"
25471 test "x$enable_msvcrtd" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25472 msvcrtd"
25473 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25474 dlls/msvcrtd/Makefile: dlls/msvcrtd/Makefile.in dlls/Makedll.rules"
25475 ac_config_files="$ac_config_files dlls/msvcrtd/Makefile"
25477 ALL_MAKEFILES="$ALL_MAKEFILES \\
25478 dlls/msvcrtd/tests/Makefile"
25479 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25480 msvcrtd/tests"
25481 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25482 dlls/msvcrtd/tests/Makefile: dlls/msvcrtd/tests/Makefile.in dlls/Maketest.rules"
25483 ac_config_files="$ac_config_files dlls/msvcrtd/tests/Makefile"
25485 ALL_MAKEFILES="$ALL_MAKEFILES \\
25486 dlls/msvfw32/Makefile"
25487 test "x$enable_msvfw32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25488 msvfw32"
25489 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25490 dlls/msvfw32/Makefile: dlls/msvfw32/Makefile.in dlls/Makedll.rules"
25491 ac_config_files="$ac_config_files dlls/msvfw32/Makefile"
25493 ALL_MAKEFILES="$ALL_MAKEFILES \\
25494 dlls/msvidc32/Makefile"
25495 test "x$enable_msvidc32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25496 msvidc32"
25497 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25498 dlls/msvidc32/Makefile: dlls/msvidc32/Makefile.in dlls/Makedll.rules"
25499 ac_config_files="$ac_config_files dlls/msvidc32/Makefile"
25501 ALL_MAKEFILES="$ALL_MAKEFILES \\
25502 dlls/mswsock/Makefile"
25503 test "x$enable_mswsock" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25504 mswsock"
25505 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25506 dlls/mswsock/Makefile: dlls/mswsock/Makefile.in dlls/Makedll.rules"
25507 ac_config_files="$ac_config_files dlls/mswsock/Makefile"
25509 ALL_MAKEFILES="$ALL_MAKEFILES \\
25510 dlls/msxml3/Makefile"
25511 test "x$enable_msxml3" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25512 msxml3"
25513 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25514 dlls/msxml3/Makefile: dlls/msxml3/Makefile.in dlls/Makedll.rules"
25515 ac_config_files="$ac_config_files dlls/msxml3/Makefile"
25517 ALL_MAKEFILES="$ALL_MAKEFILES \\
25518 dlls/msxml3/tests/Makefile"
25519 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25520 msxml3/tests"
25521 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25522 dlls/msxml3/tests/Makefile: dlls/msxml3/tests/Makefile.in dlls/Maketest.rules"
25523 ac_config_files="$ac_config_files dlls/msxml3/tests/Makefile"
25525 ALL_MAKEFILES="$ALL_MAKEFILES \\
25526 dlls/nddeapi/Makefile"
25527 test "x$enable_nddeapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25528 nddeapi"
25529 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25530 dlls/nddeapi/Makefile: dlls/nddeapi/Makefile.in dlls/Makedll.rules"
25531 ac_config_files="$ac_config_files dlls/nddeapi/Makefile"
25533 ALL_MAKEFILES="$ALL_MAKEFILES \\
25534 dlls/netapi32/Makefile"
25535 test "x$enable_netapi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25536 netapi32"
25537 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25538 dlls/netapi32/Makefile: dlls/netapi32/Makefile.in dlls/Makedll.rules"
25539 ac_config_files="$ac_config_files dlls/netapi32/Makefile"
25541 ALL_MAKEFILES="$ALL_MAKEFILES \\
25542 dlls/netapi32/tests/Makefile"
25543 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25544 netapi32/tests"
25545 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25546 dlls/netapi32/tests/Makefile: dlls/netapi32/tests/Makefile.in dlls/Maketest.rules"
25547 ac_config_files="$ac_config_files dlls/netapi32/tests/Makefile"
25549 ALL_MAKEFILES="$ALL_MAKEFILES \\
25550 dlls/newdev/Makefile"
25551 test "x$enable_newdev" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25552 newdev"
25553 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25554 dlls/newdev/Makefile: dlls/newdev/Makefile.in dlls/Makedll.rules"
25555 ac_config_files="$ac_config_files dlls/newdev/Makefile"
25557 ALL_MAKEFILES="$ALL_MAKEFILES \\
25558 dlls/ntdll/Makefile"
25559 test "x$enable_ntdll" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25560 ntdll"
25561 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25562 dlls/ntdll/Makefile: dlls/ntdll/Makefile.in dlls/Makedll.rules"
25563 ac_config_files="$ac_config_files dlls/ntdll/Makefile"
25565 ALL_MAKEFILES="$ALL_MAKEFILES \\
25566 dlls/ntdll/tests/Makefile"
25567 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25568 ntdll/tests"
25569 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25570 dlls/ntdll/tests/Makefile: dlls/ntdll/tests/Makefile.in dlls/Maketest.rules"
25571 ac_config_files="$ac_config_files dlls/ntdll/tests/Makefile"
25573 ALL_MAKEFILES="$ALL_MAKEFILES \\
25574 dlls/ntdsapi/Makefile"
25575 test "x$enable_ntdsapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25576 ntdsapi"
25577 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25578 dlls/ntdsapi/Makefile: dlls/ntdsapi/Makefile.in dlls/Makedll.rules"
25579 ac_config_files="$ac_config_files dlls/ntdsapi/Makefile"
25581 ALL_MAKEFILES="$ALL_MAKEFILES \\
25582 dlls/ntdsapi/tests/Makefile"
25583 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25584 ntdsapi/tests"
25585 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25586 dlls/ntdsapi/tests/Makefile: dlls/ntdsapi/tests/Makefile.in dlls/Maketest.rules"
25587 ac_config_files="$ac_config_files dlls/ntdsapi/tests/Makefile"
25589 ALL_MAKEFILES="$ALL_MAKEFILES \\
25590 dlls/ntoskrnl.exe/Makefile"
25591 test "x$enable_ntoskrnl_exe" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25592 ntoskrnl.exe"
25593 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25594 dlls/ntoskrnl.exe/Makefile: dlls/ntoskrnl.exe/Makefile.in dlls/Makedll.rules"
25595 ac_config_files="$ac_config_files dlls/ntoskrnl.exe/Makefile"
25597 ALL_MAKEFILES="$ALL_MAKEFILES \\
25598 dlls/ntprint/Makefile"
25599 test "x$enable_ntprint" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25600 ntprint"
25601 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25602 dlls/ntprint/Makefile: dlls/ntprint/Makefile.in dlls/Makedll.rules"
25603 ac_config_files="$ac_config_files dlls/ntprint/Makefile"
25605 ALL_MAKEFILES="$ALL_MAKEFILES \\
25606 dlls/ntprint/tests/Makefile"
25607 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25608 ntprint/tests"
25609 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25610 dlls/ntprint/tests/Makefile: dlls/ntprint/tests/Makefile.in dlls/Maketest.rules"
25611 ac_config_files="$ac_config_files dlls/ntprint/tests/Makefile"
25613 ALL_MAKEFILES="$ALL_MAKEFILES \\
25614 dlls/objsel/Makefile"
25615 test "x$enable_objsel" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25616 objsel"
25617 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25618 dlls/objsel/Makefile: dlls/objsel/Makefile.in dlls/Makedll.rules"
25619 ac_config_files="$ac_config_files dlls/objsel/Makefile"
25621 ALL_MAKEFILES="$ALL_MAKEFILES \\
25622 dlls/odbc32/Makefile"
25623 test "x$enable_odbc32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25624 odbc32"
25625 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25626 dlls/odbc32/Makefile: dlls/odbc32/Makefile.in dlls/Makedll.rules"
25627 ac_config_files="$ac_config_files dlls/odbc32/Makefile"
25629 ALL_MAKEFILES="$ALL_MAKEFILES \\
25630 dlls/odbccp32/Makefile"
25631 test "x$enable_odbccp32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25632 odbccp32"
25633 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25634 dlls/odbccp32/Makefile: dlls/odbccp32/Makefile.in dlls/Makedll.rules"
25635 ac_config_files="$ac_config_files dlls/odbccp32/Makefile"
25637 ALL_MAKEFILES="$ALL_MAKEFILES \\
25638 dlls/odbccp32/tests/Makefile"
25639 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25640 odbccp32/tests"
25641 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25642 dlls/odbccp32/tests/Makefile: dlls/odbccp32/tests/Makefile.in dlls/Maketest.rules"
25643 ac_config_files="$ac_config_files dlls/odbccp32/tests/Makefile"
25645 ALL_MAKEFILES="$ALL_MAKEFILES \\
25646 dlls/ole32/Makefile"
25647 test "x$enable_ole32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25648 ole32"
25649 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25650 dlls/ole32/Makefile: dlls/ole32/Makefile.in dlls/Makedll.rules"
25651 ac_config_files="$ac_config_files dlls/ole32/Makefile"
25653 ALL_MAKEFILES="$ALL_MAKEFILES \\
25654 dlls/ole32/tests/Makefile"
25655 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25656 ole32/tests"
25657 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25658 dlls/ole32/tests/Makefile: dlls/ole32/tests/Makefile.in dlls/Maketest.rules"
25659 ac_config_files="$ac_config_files dlls/ole32/tests/Makefile"
25661 ALL_MAKEFILES="$ALL_MAKEFILES \\
25662 dlls/oleacc/Makefile"
25663 test "x$enable_oleacc" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25664 oleacc"
25665 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25666 dlls/oleacc/Makefile: dlls/oleacc/Makefile.in dlls/Makedll.rules"
25667 ac_config_files="$ac_config_files dlls/oleacc/Makefile"
25669 ALL_MAKEFILES="$ALL_MAKEFILES \\
25670 dlls/oleacc/tests/Makefile"
25671 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25672 oleacc/tests"
25673 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25674 dlls/oleacc/tests/Makefile: dlls/oleacc/tests/Makefile.in dlls/Maketest.rules"
25675 ac_config_files="$ac_config_files dlls/oleacc/tests/Makefile"
25677 ALL_MAKEFILES="$ALL_MAKEFILES \\
25678 dlls/oleaut32/Makefile"
25679 test "x$enable_oleaut32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25680 oleaut32"
25681 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25682 dlls/oleaut32/Makefile: dlls/oleaut32/Makefile.in dlls/Makedll.rules"
25683 ac_config_files="$ac_config_files dlls/oleaut32/Makefile"
25685 ALL_MAKEFILES="$ALL_MAKEFILES \\
25686 dlls/oleaut32/tests/Makefile"
25687 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25688 oleaut32/tests"
25689 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25690 dlls/oleaut32/tests/Makefile: dlls/oleaut32/tests/Makefile.in dlls/Maketest.rules"
25691 ac_config_files="$ac_config_files dlls/oleaut32/tests/Makefile"
25693 ALL_MAKEFILES="$ALL_MAKEFILES \\
25694 dlls/olecli32/Makefile"
25695 test "x$enable_olecli32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25696 olecli32"
25697 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25698 dlls/olecli32/Makefile: dlls/olecli32/Makefile.in dlls/Makedll.rules"
25699 ac_config_files="$ac_config_files dlls/olecli32/Makefile"
25701 ALL_MAKEFILES="$ALL_MAKEFILES \\
25702 dlls/oledlg/Makefile"
25703 test "x$enable_oledlg" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25704 oledlg"
25705 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25706 dlls/oledlg/Makefile: dlls/oledlg/Makefile.in dlls/Makedll.rules"
25707 ac_config_files="$ac_config_files dlls/oledlg/Makefile"
25709 ALL_MAKEFILES="$ALL_MAKEFILES \\
25710 dlls/olepro32/Makefile"
25711 test "x$enable_olepro32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25712 olepro32"
25713 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25714 dlls/olepro32/Makefile: dlls/olepro32/Makefile.in dlls/Makedll.rules"
25715 ac_config_files="$ac_config_files dlls/olepro32/Makefile"
25717 ALL_MAKEFILES="$ALL_MAKEFILES \\
25718 dlls/olesvr32/Makefile"
25719 test "x$enable_olesvr32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25720 olesvr32"
25721 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25722 dlls/olesvr32/Makefile: dlls/olesvr32/Makefile.in dlls/Makedll.rules"
25723 ac_config_files="$ac_config_files dlls/olesvr32/Makefile"
25725 ALL_MAKEFILES="$ALL_MAKEFILES \\
25726 dlls/olethk32/Makefile"
25727 test "x$enable_olethk32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25728 olethk32"
25729 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25730 dlls/olethk32/Makefile: dlls/olethk32/Makefile.in dlls/Makedll.rules"
25731 ac_config_files="$ac_config_files dlls/olethk32/Makefile"
25733 ALL_MAKEFILES="$ALL_MAKEFILES \\
25734 dlls/opengl32/Makefile"
25735 test "x$enable_opengl32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25736 opengl32"
25737 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25738 dlls/opengl32/Makefile: dlls/opengl32/Makefile.in dlls/Makedll.rules"
25739 ac_config_files="$ac_config_files dlls/opengl32/Makefile"
25741 ALL_MAKEFILES="$ALL_MAKEFILES \\
25742 dlls/opengl32/tests/Makefile"
25743 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25744 opengl32/tests"
25745 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25746 dlls/opengl32/tests/Makefile: dlls/opengl32/tests/Makefile.in dlls/Maketest.rules"
25747 ac_config_files="$ac_config_files dlls/opengl32/tests/Makefile"
25749 ALL_MAKEFILES="$ALL_MAKEFILES \\
25750 dlls/pdh/Makefile"
25751 test "x$enable_pdh" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25752 pdh"
25753 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25754 dlls/pdh/Makefile: dlls/pdh/Makefile.in dlls/Makedll.rules"
25755 ac_config_files="$ac_config_files dlls/pdh/Makefile"
25757 ALL_MAKEFILES="$ALL_MAKEFILES \\
25758 dlls/pdh/tests/Makefile"
25759 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25760 pdh/tests"
25761 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25762 dlls/pdh/tests/Makefile: dlls/pdh/tests/Makefile.in dlls/Maketest.rules"
25763 ac_config_files="$ac_config_files dlls/pdh/tests/Makefile"
25765 ALL_MAKEFILES="$ALL_MAKEFILES \\
25766 dlls/powrprof/Makefile"
25767 test "x$enable_powrprof" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25768 powrprof"
25769 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25770 dlls/powrprof/Makefile: dlls/powrprof/Makefile.in dlls/Makedll.rules"
25771 ac_config_files="$ac_config_files dlls/powrprof/Makefile"
25773 ALL_MAKEFILES="$ALL_MAKEFILES \\
25774 dlls/printui/Makefile"
25775 test "x$enable_printui" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25776 printui"
25777 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25778 dlls/printui/Makefile: dlls/printui/Makefile.in dlls/Makedll.rules"
25779 ac_config_files="$ac_config_files dlls/printui/Makefile"
25781 ALL_MAKEFILES="$ALL_MAKEFILES \\
25782 dlls/propsys/Makefile"
25783 test "x$enable_propsys" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25784 propsys"
25785 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25786 dlls/propsys/Makefile: dlls/propsys/Makefile.in dlls/Makedll.rules"
25787 ac_config_files="$ac_config_files dlls/propsys/Makefile"
25789 ALL_MAKEFILES="$ALL_MAKEFILES \\
25790 dlls/psapi/Makefile"
25791 test "x$enable_psapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25792 psapi"
25793 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25794 dlls/psapi/Makefile: dlls/psapi/Makefile.in dlls/Makedll.rules"
25795 ac_config_files="$ac_config_files dlls/psapi/Makefile"
25797 ALL_MAKEFILES="$ALL_MAKEFILES \\
25798 dlls/psapi/tests/Makefile"
25799 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25800 psapi/tests"
25801 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25802 dlls/psapi/tests/Makefile: dlls/psapi/tests/Makefile.in dlls/Maketest.rules"
25803 ac_config_files="$ac_config_files dlls/psapi/tests/Makefile"
25805 ALL_MAKEFILES="$ALL_MAKEFILES \\
25806 dlls/pstorec/Makefile"
25807 test "x$enable_pstorec" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25808 pstorec"
25809 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25810 dlls/pstorec/Makefile: dlls/pstorec/Makefile.in dlls/Makedll.rules"
25811 ac_config_files="$ac_config_files dlls/pstorec/Makefile"
25813 ALL_MAKEFILES="$ALL_MAKEFILES \\
25814 dlls/qcap/Makefile"
25815 test "x$enable_qcap" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25816 qcap"
25817 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25818 dlls/qcap/Makefile: dlls/qcap/Makefile.in dlls/Makedll.rules"
25819 ac_config_files="$ac_config_files dlls/qcap/Makefile"
25821 ALL_MAKEFILES="$ALL_MAKEFILES \\
25822 dlls/qedit/Makefile"
25823 test "x$enable_qedit" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25824 qedit"
25825 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25826 dlls/qedit/Makefile: dlls/qedit/Makefile.in dlls/Makedll.rules"
25827 ac_config_files="$ac_config_files dlls/qedit/Makefile"
25829 ALL_MAKEFILES="$ALL_MAKEFILES \\
25830 dlls/qedit/tests/Makefile"
25831 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25832 qedit/tests"
25833 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25834 dlls/qedit/tests/Makefile: dlls/qedit/tests/Makefile.in dlls/Maketest.rules"
25835 ac_config_files="$ac_config_files dlls/qedit/tests/Makefile"
25837 ALL_MAKEFILES="$ALL_MAKEFILES \\
25838 dlls/qmgr/Makefile"
25839 test "x$enable_qmgr" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25840 qmgr"
25841 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25842 dlls/qmgr/Makefile: dlls/qmgr/Makefile.in dlls/Makedll.rules"
25843 ac_config_files="$ac_config_files dlls/qmgr/Makefile"
25845 ALL_MAKEFILES="$ALL_MAKEFILES \\
25846 dlls/qmgr/tests/Makefile"
25847 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25848 qmgr/tests"
25849 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25850 dlls/qmgr/tests/Makefile: dlls/qmgr/tests/Makefile.in dlls/Maketest.rules"
25851 ac_config_files="$ac_config_files dlls/qmgr/tests/Makefile"
25853 ALL_MAKEFILES="$ALL_MAKEFILES \\
25854 dlls/qmgrprxy/Makefile"
25855 test "x$enable_qmgrprxy" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25856 qmgrprxy"
25857 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25858 dlls/qmgrprxy/Makefile: dlls/qmgrprxy/Makefile.in dlls/Makedll.rules"
25859 ac_config_files="$ac_config_files dlls/qmgrprxy/Makefile"
25861 ALL_MAKEFILES="$ALL_MAKEFILES \\
25862 dlls/quartz/Makefile"
25863 test "x$enable_quartz" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25864 quartz"
25865 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25866 dlls/quartz/Makefile: dlls/quartz/Makefile.in dlls/Makedll.rules"
25867 ac_config_files="$ac_config_files dlls/quartz/Makefile"
25869 ALL_MAKEFILES="$ALL_MAKEFILES \\
25870 dlls/quartz/tests/Makefile"
25871 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25872 quartz/tests"
25873 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25874 dlls/quartz/tests/Makefile: dlls/quartz/tests/Makefile.in dlls/Maketest.rules"
25875 ac_config_files="$ac_config_files dlls/quartz/tests/Makefile"
25877 ALL_MAKEFILES="$ALL_MAKEFILES \\
25878 dlls/query/Makefile"
25879 test "x$enable_query" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25880 query"
25881 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25882 dlls/query/Makefile: dlls/query/Makefile.in dlls/Makedll.rules"
25883 ac_config_files="$ac_config_files dlls/query/Makefile"
25885 ALL_MAKEFILES="$ALL_MAKEFILES \\
25886 dlls/rasapi32/Makefile"
25887 test "x$enable_rasapi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25888 rasapi32"
25889 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25890 dlls/rasapi32/Makefile: dlls/rasapi32/Makefile.in dlls/Makedll.rules"
25891 ac_config_files="$ac_config_files dlls/rasapi32/Makefile"
25893 ALL_MAKEFILES="$ALL_MAKEFILES \\
25894 dlls/rasapi32/tests/Makefile"
25895 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25896 rasapi32/tests"
25897 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25898 dlls/rasapi32/tests/Makefile: dlls/rasapi32/tests/Makefile.in dlls/Maketest.rules"
25899 ac_config_files="$ac_config_files dlls/rasapi32/tests/Makefile"
25901 ALL_MAKEFILES="$ALL_MAKEFILES \\
25902 dlls/resutils/Makefile"
25903 test "x$enable_resutils" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25904 resutils"
25905 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25906 dlls/resutils/Makefile: dlls/resutils/Makefile.in dlls/Makedll.rules"
25907 ac_config_files="$ac_config_files dlls/resutils/Makefile"
25909 ALL_MAKEFILES="$ALL_MAKEFILES \\
25910 dlls/riched20/Makefile"
25911 test "x$enable_riched20" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25912 riched20"
25913 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25914 dlls/riched20/Makefile: dlls/riched20/Makefile.in dlls/Makedll.rules"
25915 ac_config_files="$ac_config_files dlls/riched20/Makefile"
25917 ALL_MAKEFILES="$ALL_MAKEFILES \\
25918 dlls/riched20/tests/Makefile"
25919 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25920 riched20/tests"
25921 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25922 dlls/riched20/tests/Makefile: dlls/riched20/tests/Makefile.in dlls/Maketest.rules"
25923 ac_config_files="$ac_config_files dlls/riched20/tests/Makefile"
25925 ALL_MAKEFILES="$ALL_MAKEFILES \\
25926 dlls/riched32/Makefile"
25927 test "x$enable_riched32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25928 riched32"
25929 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25930 dlls/riched32/Makefile: dlls/riched32/Makefile.in dlls/Makedll.rules"
25931 ac_config_files="$ac_config_files dlls/riched32/Makefile"
25933 ALL_MAKEFILES="$ALL_MAKEFILES \\
25934 dlls/riched32/tests/Makefile"
25935 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25936 riched32/tests"
25937 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25938 dlls/riched32/tests/Makefile: dlls/riched32/tests/Makefile.in dlls/Maketest.rules"
25939 ac_config_files="$ac_config_files dlls/riched32/tests/Makefile"
25941 ALL_MAKEFILES="$ALL_MAKEFILES \\
25942 dlls/rpcrt4/Makefile"
25943 test "x$enable_rpcrt4" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25944 rpcrt4"
25945 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25946 dlls/rpcrt4/Makefile: dlls/rpcrt4/Makefile.in dlls/Makedll.rules"
25947 ac_config_files="$ac_config_files dlls/rpcrt4/Makefile"
25949 ALL_MAKEFILES="$ALL_MAKEFILES \\
25950 dlls/rpcrt4/tests/Makefile"
25951 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25952 rpcrt4/tests"
25953 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25954 dlls/rpcrt4/tests/Makefile: dlls/rpcrt4/tests/Makefile.in dlls/Maketest.rules"
25955 ac_config_files="$ac_config_files dlls/rpcrt4/tests/Makefile"
25957 ALL_MAKEFILES="$ALL_MAKEFILES \\
25958 dlls/rsabase/Makefile"
25959 test "x$enable_rsabase" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25960 rsabase"
25961 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25962 dlls/rsabase/Makefile: dlls/rsabase/Makefile.in dlls/Makedll.rules"
25963 ac_config_files="$ac_config_files dlls/rsabase/Makefile"
25965 ALL_MAKEFILES="$ALL_MAKEFILES \\
25966 dlls/rsaenh/Makefile"
25967 test "x$enable_rsaenh" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25968 rsaenh"
25969 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25970 dlls/rsaenh/Makefile: dlls/rsaenh/Makefile.in dlls/Makedll.rules"
25971 ac_config_files="$ac_config_files dlls/rsaenh/Makefile"
25973 ALL_MAKEFILES="$ALL_MAKEFILES \\
25974 dlls/rsaenh/tests/Makefile"
25975 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25976 rsaenh/tests"
25977 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25978 dlls/rsaenh/tests/Makefile: dlls/rsaenh/tests/Makefile.in dlls/Maketest.rules"
25979 ac_config_files="$ac_config_files dlls/rsaenh/tests/Makefile"
25981 ALL_MAKEFILES="$ALL_MAKEFILES \\
25982 dlls/sane.ds/Makefile"
25983 test "x$enable_sane_ds" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25984 sane.ds"
25985 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25986 dlls/sane.ds/Makefile: dlls/sane.ds/Makefile.in dlls/Makedll.rules"
25987 ac_config_files="$ac_config_files dlls/sane.ds/Makefile"
25989 ALL_MAKEFILES="$ALL_MAKEFILES \\
25990 dlls/sccbase/Makefile"
25991 test "x$enable_sccbase" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25992 sccbase"
25993 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25994 dlls/sccbase/Makefile: dlls/sccbase/Makefile.in dlls/Makedll.rules"
25995 ac_config_files="$ac_config_files dlls/sccbase/Makefile"
25997 ALL_MAKEFILES="$ALL_MAKEFILES \\
25998 dlls/schannel/Makefile"
25999 test "x$enable_schannel" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26000 schannel"
26001 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26002 dlls/schannel/Makefile: dlls/schannel/Makefile.in dlls/Makedll.rules"
26003 ac_config_files="$ac_config_files dlls/schannel/Makefile"
26005 ALL_MAKEFILES="$ALL_MAKEFILES \\
26006 dlls/schannel/tests/Makefile"
26007 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26008 schannel/tests"
26009 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26010 dlls/schannel/tests/Makefile: dlls/schannel/tests/Makefile.in dlls/Maketest.rules"
26011 ac_config_files="$ac_config_files dlls/schannel/tests/Makefile"
26013 ALL_MAKEFILES="$ALL_MAKEFILES \\
26014 dlls/secur32/Makefile"
26015 test "x$enable_secur32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26016 secur32"
26017 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26018 dlls/secur32/Makefile: dlls/secur32/Makefile.in dlls/Makedll.rules"
26019 ac_config_files="$ac_config_files dlls/secur32/Makefile"
26021 ALL_MAKEFILES="$ALL_MAKEFILES \\
26022 dlls/secur32/tests/Makefile"
26023 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26024 secur32/tests"
26025 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26026 dlls/secur32/tests/Makefile: dlls/secur32/tests/Makefile.in dlls/Maketest.rules"
26027 ac_config_files="$ac_config_files dlls/secur32/tests/Makefile"
26029 ALL_MAKEFILES="$ALL_MAKEFILES \\
26030 dlls/security/Makefile"
26031 test "x$enable_security" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26032 security"
26033 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26034 dlls/security/Makefile: dlls/security/Makefile.in dlls/Makedll.rules"
26035 ac_config_files="$ac_config_files dlls/security/Makefile"
26037 ALL_MAKEFILES="$ALL_MAKEFILES \\
26038 dlls/sensapi/Makefile"
26039 test "x$enable_sensapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26040 sensapi"
26041 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26042 dlls/sensapi/Makefile: dlls/sensapi/Makefile.in dlls/Makedll.rules"
26043 ac_config_files="$ac_config_files dlls/sensapi/Makefile"
26045 ALL_MAKEFILES="$ALL_MAKEFILES \\
26046 dlls/serialui/Makefile"
26047 test "x$enable_serialui" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26048 serialui"
26049 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26050 dlls/serialui/Makefile: dlls/serialui/Makefile.in dlls/Makedll.rules"
26051 ac_config_files="$ac_config_files dlls/serialui/Makefile"
26053 ALL_MAKEFILES="$ALL_MAKEFILES \\
26054 dlls/serialui/tests/Makefile"
26055 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26056 serialui/tests"
26057 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26058 dlls/serialui/tests/Makefile: dlls/serialui/tests/Makefile.in dlls/Maketest.rules"
26059 ac_config_files="$ac_config_files dlls/serialui/tests/Makefile"
26061 ALL_MAKEFILES="$ALL_MAKEFILES \\
26062 dlls/setupapi/Makefile"
26063 test "x$enable_setupapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26064 setupapi"
26065 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26066 dlls/setupapi/Makefile: dlls/setupapi/Makefile.in dlls/Makedll.rules"
26067 ac_config_files="$ac_config_files dlls/setupapi/Makefile"
26069 ALL_MAKEFILES="$ALL_MAKEFILES \\
26070 dlls/setupapi/tests/Makefile"
26071 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26072 setupapi/tests"
26073 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26074 dlls/setupapi/tests/Makefile: dlls/setupapi/tests/Makefile.in dlls/Maketest.rules"
26075 ac_config_files="$ac_config_files dlls/setupapi/tests/Makefile"
26077 ALL_MAKEFILES="$ALL_MAKEFILES \\
26078 dlls/sfc/Makefile"
26079 test "x$enable_sfc" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26080 sfc"
26081 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26082 dlls/sfc/Makefile: dlls/sfc/Makefile.in dlls/Makedll.rules"
26083 ac_config_files="$ac_config_files dlls/sfc/Makefile"
26085 ALL_MAKEFILES="$ALL_MAKEFILES \\
26086 dlls/sfc_os/Makefile"
26087 test "x$enable_sfc_os" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26088 sfc_os"
26089 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26090 dlls/sfc_os/Makefile: dlls/sfc_os/Makefile.in dlls/Makedll.rules"
26091 ac_config_files="$ac_config_files dlls/sfc_os/Makefile"
26093 ALL_MAKEFILES="$ALL_MAKEFILES \\
26094 dlls/shdoclc/Makefile"
26095 test "x$enable_shdoclc" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26096 shdoclc"
26097 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26098 dlls/shdoclc/Makefile: dlls/shdoclc/Makefile.in dlls/Makedll.rules"
26099 ac_config_files="$ac_config_files dlls/shdoclc/Makefile"
26101 ALL_MAKEFILES="$ALL_MAKEFILES \\
26102 dlls/shdocvw/Makefile"
26103 test "x$enable_shdocvw" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26104 shdocvw"
26105 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26106 dlls/shdocvw/Makefile: dlls/shdocvw/Makefile.in dlls/Makedll.rules"
26107 ac_config_files="$ac_config_files dlls/shdocvw/Makefile"
26109 ALL_MAKEFILES="$ALL_MAKEFILES \\
26110 dlls/shdocvw/tests/Makefile"
26111 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26112 shdocvw/tests"
26113 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26114 dlls/shdocvw/tests/Makefile: dlls/shdocvw/tests/Makefile.in dlls/Maketest.rules"
26115 ac_config_files="$ac_config_files dlls/shdocvw/tests/Makefile"
26117 ALL_MAKEFILES="$ALL_MAKEFILES \\
26118 dlls/shell32/Makefile"
26119 test "x$enable_shell32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26120 shell32"
26121 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26122 dlls/shell32/Makefile: dlls/shell32/Makefile.in dlls/Makedll.rules"
26123 ac_config_files="$ac_config_files dlls/shell32/Makefile"
26125 ALL_MAKEFILES="$ALL_MAKEFILES \\
26126 dlls/shell32/tests/Makefile"
26127 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26128 shell32/tests"
26129 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26130 dlls/shell32/tests/Makefile: dlls/shell32/tests/Makefile.in dlls/Maketest.rules"
26131 ac_config_files="$ac_config_files dlls/shell32/tests/Makefile"
26133 ALL_MAKEFILES="$ALL_MAKEFILES \\
26134 dlls/shfolder/Makefile"
26135 test "x$enable_shfolder" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26136 shfolder"
26137 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26138 dlls/shfolder/Makefile: dlls/shfolder/Makefile.in dlls/Makedll.rules"
26139 ac_config_files="$ac_config_files dlls/shfolder/Makefile"
26141 ALL_MAKEFILES="$ALL_MAKEFILES \\
26142 dlls/shlwapi/Makefile"
26143 test "x$enable_shlwapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26144 shlwapi"
26145 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26146 dlls/shlwapi/Makefile: dlls/shlwapi/Makefile.in dlls/Makedll.rules"
26147 ac_config_files="$ac_config_files dlls/shlwapi/Makefile"
26149 ALL_MAKEFILES="$ALL_MAKEFILES \\
26150 dlls/shlwapi/tests/Makefile"
26151 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26152 shlwapi/tests"
26153 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26154 dlls/shlwapi/tests/Makefile: dlls/shlwapi/tests/Makefile.in dlls/Maketest.rules"
26155 ac_config_files="$ac_config_files dlls/shlwapi/tests/Makefile"
26157 ALL_MAKEFILES="$ALL_MAKEFILES \\
26158 dlls/slbcsp/Makefile"
26159 test "x$enable_slbcsp" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26160 slbcsp"
26161 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26162 dlls/slbcsp/Makefile: dlls/slbcsp/Makefile.in dlls/Makedll.rules"
26163 ac_config_files="$ac_config_files dlls/slbcsp/Makefile"
26165 ALL_MAKEFILES="$ALL_MAKEFILES \\
26166 dlls/slc/Makefile"
26167 test "x$enable_slc" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26168 slc"
26169 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26170 dlls/slc/Makefile: dlls/slc/Makefile.in dlls/Makedll.rules"
26171 ac_config_files="$ac_config_files dlls/slc/Makefile"
26173 ALL_MAKEFILES="$ALL_MAKEFILES \\
26174 dlls/snmpapi/Makefile"
26175 test "x$enable_snmpapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26176 snmpapi"
26177 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26178 dlls/snmpapi/Makefile: dlls/snmpapi/Makefile.in dlls/Makedll.rules"
26179 ac_config_files="$ac_config_files dlls/snmpapi/Makefile"
26181 ALL_MAKEFILES="$ALL_MAKEFILES \\
26182 dlls/snmpapi/tests/Makefile"
26183 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26184 snmpapi/tests"
26185 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26186 dlls/snmpapi/tests/Makefile: dlls/snmpapi/tests/Makefile.in dlls/Maketest.rules"
26187 ac_config_files="$ac_config_files dlls/snmpapi/tests/Makefile"
26189 ALL_MAKEFILES="$ALL_MAKEFILES \\
26190 dlls/softpub/Makefile"
26191 test "x$enable_softpub" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26192 softpub"
26193 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26194 dlls/softpub/Makefile: dlls/softpub/Makefile.in dlls/Makedll.rules"
26195 ac_config_files="$ac_config_files dlls/softpub/Makefile"
26197 ALL_MAKEFILES="$ALL_MAKEFILES \\
26198 dlls/spoolss/Makefile"
26199 test "x$enable_spoolss" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26200 spoolss"
26201 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26202 dlls/spoolss/Makefile: dlls/spoolss/Makefile.in dlls/Makedll.rules"
26203 ac_config_files="$ac_config_files dlls/spoolss/Makefile"
26205 ALL_MAKEFILES="$ALL_MAKEFILES \\
26206 dlls/spoolss/tests/Makefile"
26207 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26208 spoolss/tests"
26209 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26210 dlls/spoolss/tests/Makefile: dlls/spoolss/tests/Makefile.in dlls/Maketest.rules"
26211 ac_config_files="$ac_config_files dlls/spoolss/tests/Makefile"
26213 ALL_MAKEFILES="$ALL_MAKEFILES \\
26214 dlls/stdole2.tlb/Makefile"
26215 test "x$enable_stdole2_tlb" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26216 stdole2.tlb"
26217 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26218 dlls/stdole2.tlb/Makefile: dlls/stdole2.tlb/Makefile.in dlls/Makedll.rules"
26219 ac_config_files="$ac_config_files dlls/stdole2.tlb/Makefile"
26221 ALL_MAKEFILES="$ALL_MAKEFILES \\
26222 dlls/stdole32.tlb/Makefile"
26223 test "x$enable_stdole32_tlb" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26224 stdole32.tlb"
26225 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26226 dlls/stdole32.tlb/Makefile: dlls/stdole32.tlb/Makefile.in dlls/Makedll.rules"
26227 ac_config_files="$ac_config_files dlls/stdole32.tlb/Makefile"
26229 ALL_MAKEFILES="$ALL_MAKEFILES \\
26230 dlls/sti/Makefile"
26231 test "x$enable_sti" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26232 sti"
26233 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26234 dlls/sti/Makefile: dlls/sti/Makefile.in dlls/Makedll.rules"
26235 ac_config_files="$ac_config_files dlls/sti/Makefile"
26237 ALL_MAKEFILES="$ALL_MAKEFILES \\
26238 dlls/strmiids/Makefile"
26239 test "x$enable_strmiids" != xno && ALL_IMPLIB_DIRS="$ALL_IMPLIB_DIRS \\
26240 strmiids"
26241 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26242 dlls/strmiids/Makefile: dlls/strmiids/Makefile.in dlls/Makeimplib.rules"
26243 ac_config_files="$ac_config_files dlls/strmiids/Makefile"
26245 ALL_MAKEFILES="$ALL_MAKEFILES \\
26246 dlls/svrapi/Makefile"
26247 test "x$enable_svrapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26248 svrapi"
26249 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26250 dlls/svrapi/Makefile: dlls/svrapi/Makefile.in dlls/Makedll.rules"
26251 ac_config_files="$ac_config_files dlls/svrapi/Makefile"
26253 ALL_MAKEFILES="$ALL_MAKEFILES \\
26254 dlls/sxs/Makefile"
26255 test "x$enable_sxs" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26256 sxs"
26257 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26258 dlls/sxs/Makefile: dlls/sxs/Makefile.in dlls/Makedll.rules"
26259 ac_config_files="$ac_config_files dlls/sxs/Makefile"
26261 ALL_MAKEFILES="$ALL_MAKEFILES \\
26262 dlls/tapi32/Makefile"
26263 test "x$enable_tapi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26264 tapi32"
26265 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26266 dlls/tapi32/Makefile: dlls/tapi32/Makefile.in dlls/Makedll.rules"
26267 ac_config_files="$ac_config_files dlls/tapi32/Makefile"
26269 ALL_MAKEFILES="$ALL_MAKEFILES \\
26270 dlls/twain_32/Makefile"
26271 test "x$enable_twain_32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26272 twain_32"
26273 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26274 dlls/twain_32/Makefile: dlls/twain_32/Makefile.in dlls/Makedll.rules"
26275 ac_config_files="$ac_config_files dlls/twain_32/Makefile"
26277 ALL_MAKEFILES="$ALL_MAKEFILES \\
26278 dlls/unicows/Makefile"
26279 test "x$enable_unicows" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26280 unicows"
26281 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26282 dlls/unicows/Makefile: dlls/unicows/Makefile.in dlls/Makedll.rules"
26283 ac_config_files="$ac_config_files dlls/unicows/Makefile"
26285 ALL_MAKEFILES="$ALL_MAKEFILES \\
26286 dlls/url/Makefile"
26287 test "x$enable_url" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26288 url"
26289 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26290 dlls/url/Makefile: dlls/url/Makefile.in dlls/Makedll.rules"
26291 ac_config_files="$ac_config_files dlls/url/Makefile"
26293 ALL_MAKEFILES="$ALL_MAKEFILES \\
26294 dlls/urlmon/Makefile"
26295 test "x$enable_urlmon" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26296 urlmon"
26297 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26298 dlls/urlmon/Makefile: dlls/urlmon/Makefile.in dlls/Makedll.rules"
26299 ac_config_files="$ac_config_files dlls/urlmon/Makefile"
26301 ALL_MAKEFILES="$ALL_MAKEFILES \\
26302 dlls/urlmon/tests/Makefile"
26303 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26304 urlmon/tests"
26305 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26306 dlls/urlmon/tests/Makefile: dlls/urlmon/tests/Makefile.in dlls/Maketest.rules"
26307 ac_config_files="$ac_config_files dlls/urlmon/tests/Makefile"
26309 ALL_MAKEFILES="$ALL_MAKEFILES \\
26310 dlls/user32/Makefile"
26311 test "x$enable_user32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26312 user32"
26313 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26314 dlls/user32/Makefile: dlls/user32/Makefile.in dlls/Makedll.rules"
26315 ac_config_files="$ac_config_files dlls/user32/Makefile"
26317 ALL_MAKEFILES="$ALL_MAKEFILES \\
26318 dlls/user32/tests/Makefile"
26319 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26320 user32/tests"
26321 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26322 dlls/user32/tests/Makefile: dlls/user32/tests/Makefile.in dlls/Maketest.rules"
26323 ac_config_files="$ac_config_files dlls/user32/tests/Makefile"
26325 ALL_MAKEFILES="$ALL_MAKEFILES \\
26326 dlls/userenv/Makefile"
26327 test "x$enable_userenv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26328 userenv"
26329 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26330 dlls/userenv/Makefile: dlls/userenv/Makefile.in dlls/Makedll.rules"
26331 ac_config_files="$ac_config_files dlls/userenv/Makefile"
26333 ALL_MAKEFILES="$ALL_MAKEFILES \\
26334 dlls/userenv/tests/Makefile"
26335 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26336 userenv/tests"
26337 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26338 dlls/userenv/tests/Makefile: dlls/userenv/tests/Makefile.in dlls/Maketest.rules"
26339 ac_config_files="$ac_config_files dlls/userenv/tests/Makefile"
26341 ALL_MAKEFILES="$ALL_MAKEFILES \\
26342 dlls/usp10/Makefile"
26343 test "x$enable_usp10" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26344 usp10"
26345 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26346 dlls/usp10/Makefile: dlls/usp10/Makefile.in dlls/Makedll.rules"
26347 ac_config_files="$ac_config_files dlls/usp10/Makefile"
26349 ALL_MAKEFILES="$ALL_MAKEFILES \\
26350 dlls/usp10/tests/Makefile"
26351 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26352 usp10/tests"
26353 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26354 dlls/usp10/tests/Makefile: dlls/usp10/tests/Makefile.in dlls/Maketest.rules"
26355 ac_config_files="$ac_config_files dlls/usp10/tests/Makefile"
26357 ALL_MAKEFILES="$ALL_MAKEFILES \\
26358 dlls/uuid/Makefile"
26359 test "x$enable_uuid" != xno && ALL_IMPLIB_DIRS="$ALL_IMPLIB_DIRS \\
26360 uuid"
26361 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26362 dlls/uuid/Makefile: dlls/uuid/Makefile.in dlls/Makeimplib.rules"
26363 ac_config_files="$ac_config_files dlls/uuid/Makefile"
26365 ALL_MAKEFILES="$ALL_MAKEFILES \\
26366 dlls/uxtheme/Makefile"
26367 test "x$enable_uxtheme" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26368 uxtheme"
26369 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26370 dlls/uxtheme/Makefile: dlls/uxtheme/Makefile.in dlls/Makedll.rules"
26371 ac_config_files="$ac_config_files dlls/uxtheme/Makefile"
26373 ALL_MAKEFILES="$ALL_MAKEFILES \\
26374 dlls/uxtheme/tests/Makefile"
26375 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26376 uxtheme/tests"
26377 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26378 dlls/uxtheme/tests/Makefile: dlls/uxtheme/tests/Makefile.in dlls/Maketest.rules"
26379 ac_config_files="$ac_config_files dlls/uxtheme/tests/Makefile"
26381 ALL_MAKEFILES="$ALL_MAKEFILES \\
26382 dlls/vdhcp.vxd/Makefile"
26383 test "x$enable_vdhcp_vxd" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26384 vdhcp.vxd"
26385 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26386 dlls/vdhcp.vxd/Makefile: dlls/vdhcp.vxd/Makefile.in dlls/Makedll.rules"
26387 ac_config_files="$ac_config_files dlls/vdhcp.vxd/Makefile"
26389 ALL_MAKEFILES="$ALL_MAKEFILES \\
26390 dlls/vdmdbg/Makefile"
26391 test "x$enable_vdmdbg" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26392 vdmdbg"
26393 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26394 dlls/vdmdbg/Makefile: dlls/vdmdbg/Makefile.in dlls/Makedll.rules"
26395 ac_config_files="$ac_config_files dlls/vdmdbg/Makefile"
26397 ALL_MAKEFILES="$ALL_MAKEFILES \\
26398 dlls/version/Makefile"
26399 test "x$enable_version" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26400 version"
26401 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26402 dlls/version/Makefile: dlls/version/Makefile.in dlls/Makedll.rules"
26403 ac_config_files="$ac_config_files dlls/version/Makefile"
26405 ALL_MAKEFILES="$ALL_MAKEFILES \\
26406 dlls/version/tests/Makefile"
26407 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26408 version/tests"
26409 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26410 dlls/version/tests/Makefile: dlls/version/tests/Makefile.in dlls/Maketest.rules"
26411 ac_config_files="$ac_config_files dlls/version/tests/Makefile"
26413 ALL_MAKEFILES="$ALL_MAKEFILES \\
26414 dlls/vmm.vxd/Makefile"
26415 test "x$enable_vmm_vxd" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26416 vmm.vxd"
26417 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26418 dlls/vmm.vxd/Makefile: dlls/vmm.vxd/Makefile.in dlls/Makedll.rules"
26419 ac_config_files="$ac_config_files dlls/vmm.vxd/Makefile"
26421 ALL_MAKEFILES="$ALL_MAKEFILES \\
26422 dlls/vnbt.vxd/Makefile"
26423 test "x$enable_vnbt_vxd" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26424 vnbt.vxd"
26425 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26426 dlls/vnbt.vxd/Makefile: dlls/vnbt.vxd/Makefile.in dlls/Makedll.rules"
26427 ac_config_files="$ac_config_files dlls/vnbt.vxd/Makefile"
26429 ALL_MAKEFILES="$ALL_MAKEFILES \\
26430 dlls/vnetbios.vxd/Makefile"
26431 test "x$enable_vnetbios_vxd" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26432 vnetbios.vxd"
26433 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26434 dlls/vnetbios.vxd/Makefile: dlls/vnetbios.vxd/Makefile.in dlls/Makedll.rules"
26435 ac_config_files="$ac_config_files dlls/vnetbios.vxd/Makefile"
26437 ALL_MAKEFILES="$ALL_MAKEFILES \\
26438 dlls/vtdapi.vxd/Makefile"
26439 test "x$enable_vtdapi_vxd" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26440 vtdapi.vxd"
26441 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26442 dlls/vtdapi.vxd/Makefile: dlls/vtdapi.vxd/Makefile.in dlls/Makedll.rules"
26443 ac_config_files="$ac_config_files dlls/vtdapi.vxd/Makefile"
26445 ALL_MAKEFILES="$ALL_MAKEFILES \\
26446 dlls/vwin32.vxd/Makefile"
26447 test "x$enable_vwin32_vxd" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26448 vwin32.vxd"
26449 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26450 dlls/vwin32.vxd/Makefile: dlls/vwin32.vxd/Makefile.in dlls/Makedll.rules"
26451 ac_config_files="$ac_config_files dlls/vwin32.vxd/Makefile"
26453 ALL_MAKEFILES="$ALL_MAKEFILES \\
26454 dlls/w32skrnl/Makefile"
26455 test "x$enable_w32skrnl" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26456 w32skrnl"
26457 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26458 dlls/w32skrnl/Makefile: dlls/w32skrnl/Makefile.in dlls/Makedll.rules"
26459 ac_config_files="$ac_config_files dlls/w32skrnl/Makefile"
26461 ALL_MAKEFILES="$ALL_MAKEFILES \\
26462 dlls/winealsa.drv/Makefile"
26463 test "x$enable_winealsa_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26464 winealsa.drv"
26465 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26466 dlls/winealsa.drv/Makefile: dlls/winealsa.drv/Makefile.in dlls/Makedll.rules"
26467 ac_config_files="$ac_config_files dlls/winealsa.drv/Makefile"
26469 ALL_MAKEFILES="$ALL_MAKEFILES \\
26470 dlls/wineaudioio.drv/Makefile"
26471 test "x$enable_wineaudioio_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26472 wineaudioio.drv"
26473 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26474 dlls/wineaudioio.drv/Makefile: dlls/wineaudioio.drv/Makefile.in dlls/Makedll.rules"
26475 ac_config_files="$ac_config_files dlls/wineaudioio.drv/Makefile"
26477 ALL_MAKEFILES="$ALL_MAKEFILES \\
26478 dlls/winecoreaudio.drv/Makefile"
26479 test "x$enable_winecoreaudio_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26480 winecoreaudio.drv"
26481 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26482 dlls/winecoreaudio.drv/Makefile: dlls/winecoreaudio.drv/Makefile.in dlls/Makedll.rules"
26483 ac_config_files="$ac_config_files dlls/winecoreaudio.drv/Makefile"
26485 ALL_MAKEFILES="$ALL_MAKEFILES \\
26486 dlls/winecrt0/Makefile"
26487 test "x$enable_winecrt0" != xno && ALL_IMPLIB_DIRS="$ALL_IMPLIB_DIRS \\
26488 winecrt0"
26489 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26490 dlls/winecrt0/Makefile: dlls/winecrt0/Makefile.in dlls/Makeimplib.rules"
26491 ac_config_files="$ac_config_files dlls/winecrt0/Makefile"
26493 ALL_MAKEFILES="$ALL_MAKEFILES \\
26494 dlls/wined3d/Makefile"
26495 test "x$enable_wined3d" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26496 wined3d"
26497 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26498 dlls/wined3d/Makefile: dlls/wined3d/Makefile.in dlls/Makedll.rules"
26499 ac_config_files="$ac_config_files dlls/wined3d/Makefile"
26501 ALL_MAKEFILES="$ALL_MAKEFILES \\
26502 dlls/winedos/Makefile"
26503 test "x$enable_winedos" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26504 winedos"
26505 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26506 dlls/winedos/Makefile: dlls/winedos/Makefile.in dlls/Makedll.rules"
26507 ac_config_files="$ac_config_files dlls/winedos/Makefile"
26509 ALL_MAKEFILES="$ALL_MAKEFILES \\
26510 dlls/wineesd.drv/Makefile"
26511 test "x$enable_wineesd_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26512 wineesd.drv"
26513 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26514 dlls/wineesd.drv/Makefile: dlls/wineesd.drv/Makefile.in dlls/Makedll.rules"
26515 ac_config_files="$ac_config_files dlls/wineesd.drv/Makefile"
26517 ALL_MAKEFILES="$ALL_MAKEFILES \\
26518 dlls/winejack.drv/Makefile"
26519 test "x$enable_winejack_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26520 winejack.drv"
26521 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26522 dlls/winejack.drv/Makefile: dlls/winejack.drv/Makefile.in dlls/Makedll.rules"
26523 ac_config_files="$ac_config_files dlls/winejack.drv/Makefile"
26525 ALL_MAKEFILES="$ALL_MAKEFILES \\
26526 dlls/winejoystick.drv/Makefile"
26527 test "x$enable_winejoystick_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26528 winejoystick.drv"
26529 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26530 dlls/winejoystick.drv/Makefile: dlls/winejoystick.drv/Makefile.in dlls/Makedll.rules"
26531 ac_config_files="$ac_config_files dlls/winejoystick.drv/Makefile"
26533 ALL_MAKEFILES="$ALL_MAKEFILES \\
26534 dlls/winemp3.acm/Makefile"
26535 test "x$enable_winemp3_acm" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26536 winemp3.acm"
26537 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26538 dlls/winemp3.acm/Makefile: dlls/winemp3.acm/Makefile.in dlls/Makedll.rules"
26539 ac_config_files="$ac_config_files dlls/winemp3.acm/Makefile"
26541 ALL_MAKEFILES="$ALL_MAKEFILES \\
26542 dlls/winenas.drv/Makefile"
26543 test "x$enable_winenas_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26544 winenas.drv"
26545 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26546 dlls/winenas.drv/Makefile: dlls/winenas.drv/Makefile.in dlls/Makedll.rules"
26547 ac_config_files="$ac_config_files dlls/winenas.drv/Makefile"
26549 ALL_MAKEFILES="$ALL_MAKEFILES \\
26550 dlls/wineoss.drv/Makefile"
26551 test "x$enable_wineoss_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26552 wineoss.drv"
26553 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26554 dlls/wineoss.drv/Makefile: dlls/wineoss.drv/Makefile.in dlls/Makedll.rules"
26555 ac_config_files="$ac_config_files dlls/wineoss.drv/Makefile"
26557 ALL_MAKEFILES="$ALL_MAKEFILES \\
26558 dlls/wineps.drv/Makefile"
26559 test "x$enable_wineps_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26560 wineps.drv"
26561 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26562 dlls/wineps.drv/Makefile: dlls/wineps.drv/Makefile.in dlls/Makedll.rules"
26563 ac_config_files="$ac_config_files dlls/wineps.drv/Makefile"
26565 ALL_MAKEFILES="$ALL_MAKEFILES \\
26566 dlls/winequartz.drv/Makefile"
26567 test "x$enable_winequartz_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26568 winequartz.drv"
26569 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26570 dlls/winequartz.drv/Makefile: dlls/winequartz.drv/Makefile.in dlls/Makedll.rules"
26571 ac_config_files="$ac_config_files dlls/winequartz.drv/Makefile"
26573 ALL_MAKEFILES="$ALL_MAKEFILES \\
26574 dlls/winex11.drv/Makefile"
26575 test "x$enable_winex11_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26576 winex11.drv"
26577 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26578 dlls/winex11.drv/Makefile: dlls/winex11.drv/Makefile.in dlls/Makedll.rules"
26579 ac_config_files="$ac_config_files dlls/winex11.drv/Makefile"
26581 ALL_MAKEFILES="$ALL_MAKEFILES \\
26582 dlls/wing32/Makefile"
26583 test "x$enable_wing32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26584 wing32"
26585 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26586 dlls/wing32/Makefile: dlls/wing32/Makefile.in dlls/Makedll.rules"
26587 ac_config_files="$ac_config_files dlls/wing32/Makefile"
26589 ALL_MAKEFILES="$ALL_MAKEFILES \\
26590 dlls/winhttp/Makefile"
26591 test "x$enable_winhttp" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26592 winhttp"
26593 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26594 dlls/winhttp/Makefile: dlls/winhttp/Makefile.in dlls/Makedll.rules"
26595 ac_config_files="$ac_config_files dlls/winhttp/Makefile"
26597 ALL_MAKEFILES="$ALL_MAKEFILES \\
26598 dlls/winhttp/tests/Makefile"
26599 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26600 winhttp/tests"
26601 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26602 dlls/winhttp/tests/Makefile: dlls/winhttp/tests/Makefile.in dlls/Maketest.rules"
26603 ac_config_files="$ac_config_files dlls/winhttp/tests/Makefile"
26605 ALL_MAKEFILES="$ALL_MAKEFILES \\
26606 dlls/wininet/Makefile"
26607 test "x$enable_wininet" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26608 wininet"
26609 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26610 dlls/wininet/Makefile: dlls/wininet/Makefile.in dlls/Makedll.rules"
26611 ac_config_files="$ac_config_files dlls/wininet/Makefile"
26613 ALL_MAKEFILES="$ALL_MAKEFILES \\
26614 dlls/wininet/tests/Makefile"
26615 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26616 wininet/tests"
26617 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26618 dlls/wininet/tests/Makefile: dlls/wininet/tests/Makefile.in dlls/Maketest.rules"
26619 ac_config_files="$ac_config_files dlls/wininet/tests/Makefile"
26621 ALL_MAKEFILES="$ALL_MAKEFILES \\
26622 dlls/winmm/Makefile"
26623 test "x$enable_winmm" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26624 winmm"
26625 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26626 dlls/winmm/Makefile: dlls/winmm/Makefile.in dlls/Makedll.rules"
26627 ac_config_files="$ac_config_files dlls/winmm/Makefile"
26629 ALL_MAKEFILES="$ALL_MAKEFILES \\
26630 dlls/winmm/tests/Makefile"
26631 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26632 winmm/tests"
26633 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26634 dlls/winmm/tests/Makefile: dlls/winmm/tests/Makefile.in dlls/Maketest.rules"
26635 ac_config_files="$ac_config_files dlls/winmm/tests/Makefile"
26637 ALL_MAKEFILES="$ALL_MAKEFILES \\
26638 dlls/winnls32/Makefile"
26639 test "x$enable_winnls32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26640 winnls32"
26641 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26642 dlls/winnls32/Makefile: dlls/winnls32/Makefile.in dlls/Makedll.rules"
26643 ac_config_files="$ac_config_files dlls/winnls32/Makefile"
26645 ALL_MAKEFILES="$ALL_MAKEFILES \\
26646 dlls/winscard/Makefile"
26647 test "x$enable_winscard" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26648 winscard"
26649 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26650 dlls/winscard/Makefile: dlls/winscard/Makefile.in dlls/Makedll.rules"
26651 ac_config_files="$ac_config_files dlls/winscard/Makefile"
26653 ALL_MAKEFILES="$ALL_MAKEFILES \\
26654 dlls/winspool.drv/Makefile"
26655 test "x$enable_winspool_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26656 winspool.drv"
26657 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26658 dlls/winspool.drv/Makefile: dlls/winspool.drv/Makefile.in dlls/Makedll.rules"
26659 ac_config_files="$ac_config_files dlls/winspool.drv/Makefile"
26661 ALL_MAKEFILES="$ALL_MAKEFILES \\
26662 dlls/winspool.drv/tests/Makefile"
26663 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26664 winspool.drv/tests"
26665 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26666 dlls/winspool.drv/tests/Makefile: dlls/winspool.drv/tests/Makefile.in dlls/Maketest.rules"
26667 ac_config_files="$ac_config_files dlls/winspool.drv/tests/Makefile"
26669 ALL_MAKEFILES="$ALL_MAKEFILES \\
26670 dlls/wintab32/Makefile"
26671 test "x$enable_wintab32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26672 wintab32"
26673 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26674 dlls/wintab32/Makefile: dlls/wintab32/Makefile.in dlls/Makedll.rules"
26675 ac_config_files="$ac_config_files dlls/wintab32/Makefile"
26677 ALL_MAKEFILES="$ALL_MAKEFILES \\
26678 dlls/wintrust/Makefile"
26679 test "x$enable_wintrust" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26680 wintrust"
26681 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26682 dlls/wintrust/Makefile: dlls/wintrust/Makefile.in dlls/Makedll.rules"
26683 ac_config_files="$ac_config_files dlls/wintrust/Makefile"
26685 ALL_MAKEFILES="$ALL_MAKEFILES \\
26686 dlls/wintrust/tests/Makefile"
26687 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26688 wintrust/tests"
26689 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26690 dlls/wintrust/tests/Makefile: dlls/wintrust/tests/Makefile.in dlls/Maketest.rules"
26691 ac_config_files="$ac_config_files dlls/wintrust/tests/Makefile"
26693 ALL_MAKEFILES="$ALL_MAKEFILES \\
26694 dlls/wldap32/Makefile"
26695 test "x$enable_wldap32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26696 wldap32"
26697 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26698 dlls/wldap32/Makefile: dlls/wldap32/Makefile.in dlls/Makedll.rules"
26699 ac_config_files="$ac_config_files dlls/wldap32/Makefile"
26701 ALL_MAKEFILES="$ALL_MAKEFILES \\
26702 dlls/wldap32/tests/Makefile"
26703 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26704 wldap32/tests"
26705 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26706 dlls/wldap32/tests/Makefile: dlls/wldap32/tests/Makefile.in dlls/Maketest.rules"
26707 ac_config_files="$ac_config_files dlls/wldap32/tests/Makefile"
26709 ALL_MAKEFILES="$ALL_MAKEFILES \\
26710 dlls/wmi/Makefile"
26711 test "x$enable_wmi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26712 wmi"
26713 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26714 dlls/wmi/Makefile: dlls/wmi/Makefile.in dlls/Makedll.rules"
26715 ac_config_files="$ac_config_files dlls/wmi/Makefile"
26717 ALL_MAKEFILES="$ALL_MAKEFILES \\
26718 dlls/wnaspi32/Makefile"
26719 test "x$enable_wnaspi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26720 wnaspi32"
26721 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26722 dlls/wnaspi32/Makefile: dlls/wnaspi32/Makefile.in dlls/Makedll.rules"
26723 ac_config_files="$ac_config_files dlls/wnaspi32/Makefile"
26725 ALL_MAKEFILES="$ALL_MAKEFILES \\
26726 dlls/wow32/Makefile"
26727 test "x$enable_wow32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26728 wow32"
26729 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26730 dlls/wow32/Makefile: dlls/wow32/Makefile.in dlls/Makedll.rules"
26731 ac_config_files="$ac_config_files dlls/wow32/Makefile"
26733 ALL_MAKEFILES="$ALL_MAKEFILES \\
26734 dlls/ws2_32/Makefile"
26735 test "x$enable_ws2_32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26736 ws2_32"
26737 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26738 dlls/ws2_32/Makefile: dlls/ws2_32/Makefile.in dlls/Makedll.rules"
26739 ac_config_files="$ac_config_files dlls/ws2_32/Makefile"
26741 ALL_MAKEFILES="$ALL_MAKEFILES \\
26742 dlls/ws2_32/tests/Makefile"
26743 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26744 ws2_32/tests"
26745 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26746 dlls/ws2_32/tests/Makefile: dlls/ws2_32/tests/Makefile.in dlls/Maketest.rules"
26747 ac_config_files="$ac_config_files dlls/ws2_32/tests/Makefile"
26749 ALL_MAKEFILES="$ALL_MAKEFILES \\
26750 dlls/wsock32/Makefile"
26751 test "x$enable_wsock32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26752 wsock32"
26753 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26754 dlls/wsock32/Makefile: dlls/wsock32/Makefile.in dlls/Makedll.rules"
26755 ac_config_files="$ac_config_files dlls/wsock32/Makefile"
26757 ALL_MAKEFILES="$ALL_MAKEFILES \\
26758 dlls/wtsapi32/Makefile"
26759 test "x$enable_wtsapi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26760 wtsapi32"
26761 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26762 dlls/wtsapi32/Makefile: dlls/wtsapi32/Makefile.in dlls/Makedll.rules"
26763 ac_config_files="$ac_config_files dlls/wtsapi32/Makefile"
26765 ALL_MAKEFILES="$ALL_MAKEFILES \\
26766 dlls/xinput1_1/Makefile"
26767 test "x$enable_xinput1_1" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26768 xinput1_1"
26769 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26770 dlls/xinput1_1/Makefile: dlls/xinput1_1/Makefile.in dlls/Makedll.rules"
26771 ac_config_files="$ac_config_files dlls/xinput1_1/Makefile"
26773 ALL_MAKEFILES="$ALL_MAKEFILES \\
26774 dlls/xinput1_2/Makefile"
26775 test "x$enable_xinput1_2" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26776 xinput1_2"
26777 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26778 dlls/xinput1_2/Makefile: dlls/xinput1_2/Makefile.in dlls/Makedll.rules"
26779 ac_config_files="$ac_config_files dlls/xinput1_2/Makefile"
26781 ALL_MAKEFILES="$ALL_MAKEFILES \\
26782 dlls/xinput1_3/Makefile"
26783 test "x$enable_xinput1_3" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26784 xinput1_3"
26785 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26786 dlls/xinput1_3/Makefile: dlls/xinput1_3/Makefile.in dlls/Makedll.rules"
26787 ac_config_files="$ac_config_files dlls/xinput1_3/Makefile"
26789 ALL_MAKEFILES="$ALL_MAKEFILES \\
26790 dlls/xinput1_3/tests/Makefile"
26791 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26792 xinput1_3/tests"
26793 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26794 dlls/xinput1_3/tests/Makefile: dlls/xinput1_3/tests/Makefile.in dlls/Maketest.rules"
26795 ac_config_files="$ac_config_files dlls/xinput1_3/tests/Makefile"
26797 ALL_MAKEFILES="$ALL_MAKEFILES \\
26798 dlls/xinput9_1_0/Makefile"
26799 test "x$enable_xinput9_1_0" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26800 xinput9_1_0"
26801 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26802 dlls/xinput9_1_0/Makefile: dlls/xinput9_1_0/Makefile.in dlls/Makedll.rules"
26803 ac_config_files="$ac_config_files dlls/xinput9_1_0/Makefile"
26805 ALL_MAKEFILES="$ALL_MAKEFILES \\
26806 documentation/Makefile"
26807 test "x$enable_documentation" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
26808 documentation"
26809 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26810 documentation/Makefile: documentation/Makefile.in Make.rules"
26811 ac_config_files="$ac_config_files documentation/Makefile"
26813 ALL_MAKEFILES="$ALL_MAKEFILES \\
26814 fonts/Makefile"
26815 test "x$enable_fonts" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
26816 fonts"
26817 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26818 fonts/Makefile: fonts/Makefile.in Make.rules"
26819 ac_config_files="$ac_config_files fonts/Makefile"
26821 ALL_MAKEFILES="$ALL_MAKEFILES \\
26822 include/Makefile"
26823 test "x$enable_include" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
26824 include"
26825 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26826 include/Makefile: include/Makefile.in Make.rules"
26827 ac_config_files="$ac_config_files include/Makefile"
26829 ALL_MAKEFILES="$ALL_MAKEFILES \\
26830 libs/Makefile"
26831 test "x$enable_libs" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
26832 libs"
26833 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26834 libs/Makefile: libs/Makefile.in Make.rules"
26835 ac_config_files="$ac_config_files libs/Makefile"
26837 ALL_MAKEFILES="$ALL_MAKEFILES \\
26838 libs/port/Makefile"
26840 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26841 libs/port/Makefile: libs/port/Makefile.in Make.rules"
26842 ac_config_files="$ac_config_files libs/port/Makefile"
26844 ALL_MAKEFILES="$ALL_MAKEFILES \\
26845 libs/wine/Makefile"
26847 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26848 libs/wine/Makefile: libs/wine/Makefile.in Make.rules"
26849 ac_config_files="$ac_config_files libs/wine/Makefile"
26851 ALL_MAKEFILES="$ALL_MAKEFILES \\
26852 libs/wpp/Makefile"
26854 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26855 libs/wpp/Makefile: libs/wpp/Makefile.in Make.rules"
26856 ac_config_files="$ac_config_files libs/wpp/Makefile"
26858 ALL_MAKEFILES="$ALL_MAKEFILES \\
26859 loader/Makefile"
26860 test "x$enable_loader" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
26861 loader"
26862 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26863 loader/Makefile: loader/Makefile.in Make.rules"
26864 ac_config_files="$ac_config_files loader/Makefile"
26866 ALL_MAKEFILES="$ALL_MAKEFILES \\
26867 programs/Makefile"
26868 test "x$enable_programs" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
26869 programs"
26870 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26871 programs/Makefile: programs/Makefile.in Make.rules"
26872 ac_config_files="$ac_config_files programs/Makefile"
26874 ALL_MAKEFILES="$ALL_MAKEFILES \\
26875 programs/clock/Makefile"
26876 test "x$enable_clock" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
26877 clock" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
26878 clock"
26879 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26880 programs/clock/Makefile: programs/clock/Makefile.in programs/Makeprog.rules"
26881 ac_config_files="$ac_config_files programs/clock/Makefile"
26883 ALL_MAKEFILES="$ALL_MAKEFILES \\
26884 programs/cmd/Makefile"
26885 test "x$enable_cmd" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
26886 cmd" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
26887 cmd"
26888 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26889 programs/cmd/Makefile: programs/cmd/Makefile.in programs/Makeprog.rules"
26890 ac_config_files="$ac_config_files programs/cmd/Makefile"
26892 ALL_MAKEFILES="$ALL_MAKEFILES \\
26893 programs/cmdlgtst/Makefile"
26894 test "x$enable_cmdlgtst" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
26895 cmdlgtst"
26896 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26897 programs/cmdlgtst/Makefile: programs/cmdlgtst/Makefile.in programs/Makeprog.rules"
26898 ac_config_files="$ac_config_files programs/cmdlgtst/Makefile"
26900 ALL_MAKEFILES="$ALL_MAKEFILES \\
26901 programs/control/Makefile"
26902 test "x$enable_control" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
26903 control" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
26904 control"
26905 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26906 programs/control/Makefile: programs/control/Makefile.in programs/Makeprog.rules"
26907 ac_config_files="$ac_config_files programs/control/Makefile"
26909 ALL_MAKEFILES="$ALL_MAKEFILES \\
26910 programs/eject/Makefile"
26911 test "x$enable_eject" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
26912 eject" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
26913 eject"
26914 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26915 programs/eject/Makefile: programs/eject/Makefile.in programs/Makeprog.rules"
26916 ac_config_files="$ac_config_files programs/eject/Makefile"
26918 ALL_MAKEFILES="$ALL_MAKEFILES \\
26919 programs/expand/Makefile"
26920 test "x$enable_expand" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
26921 expand" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
26922 expand"
26923 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26924 programs/expand/Makefile: programs/expand/Makefile.in programs/Makeprog.rules"
26925 ac_config_files="$ac_config_files programs/expand/Makefile"
26927 ALL_MAKEFILES="$ALL_MAKEFILES \\
26928 programs/explorer/Makefile"
26929 test "x$enable_explorer" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
26930 explorer" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
26931 explorer"
26932 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26933 programs/explorer/Makefile: programs/explorer/Makefile.in programs/Makeprog.rules"
26934 ac_config_files="$ac_config_files programs/explorer/Makefile"
26936 ALL_MAKEFILES="$ALL_MAKEFILES \\
26937 programs/hh/Makefile"
26938 test "x$enable_hh" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
26939 hh" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
26941 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26942 programs/hh/Makefile: programs/hh/Makefile.in programs/Makeprog.rules"
26943 ac_config_files="$ac_config_files programs/hh/Makefile"
26945 ALL_MAKEFILES="$ALL_MAKEFILES \\
26946 programs/icinfo/Makefile"
26947 test "x$enable_icinfo" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
26948 icinfo" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
26949 icinfo"
26950 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26951 programs/icinfo/Makefile: programs/icinfo/Makefile.in programs/Makeprog.rules"
26952 ac_config_files="$ac_config_files programs/icinfo/Makefile"
26954 ALL_MAKEFILES="$ALL_MAKEFILES \\
26955 programs/iexplore/Makefile"
26956 test "x$enable_iexplore" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
26957 iexplore" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
26958 iexplore"
26959 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26960 programs/iexplore/Makefile: programs/iexplore/Makefile.in programs/Makeprog.rules"
26961 ac_config_files="$ac_config_files programs/iexplore/Makefile"
26963 ALL_MAKEFILES="$ALL_MAKEFILES \\
26964 programs/msiexec/Makefile"
26965 test "x$enable_msiexec" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
26966 msiexec" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
26967 msiexec" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
26968 msiexec"
26969 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26970 programs/msiexec/Makefile: programs/msiexec/Makefile.in programs/Makeprog.rules"
26971 ac_config_files="$ac_config_files programs/msiexec/Makefile"
26973 ALL_MAKEFILES="$ALL_MAKEFILES \\
26974 programs/net/Makefile"
26975 test "x$enable_net" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
26976 net" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
26977 net"
26978 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26979 programs/net/Makefile: programs/net/Makefile.in programs/Makeprog.rules"
26980 ac_config_files="$ac_config_files programs/net/Makefile"
26982 ALL_MAKEFILES="$ALL_MAKEFILES \\
26983 programs/notepad/Makefile"
26984 test "x$enable_notepad" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
26985 notepad" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
26986 notepad" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
26987 notepad"
26988 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26989 programs/notepad/Makefile: programs/notepad/Makefile.in programs/Makeprog.rules"
26990 ac_config_files="$ac_config_files programs/notepad/Makefile"
26992 ALL_MAKEFILES="$ALL_MAKEFILES \\
26993 programs/oleview/Makefile"
26994 test "x$enable_oleview" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
26995 oleview" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
26996 oleview"
26997 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26998 programs/oleview/Makefile: programs/oleview/Makefile.in programs/Makeprog.rules"
26999 ac_config_files="$ac_config_files programs/oleview/Makefile"
27001 ALL_MAKEFILES="$ALL_MAKEFILES \\
27002 programs/progman/Makefile"
27003 test "x$enable_progman" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27004 progman" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27005 progman" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
27006 progman"
27007 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27008 programs/progman/Makefile: programs/progman/Makefile.in programs/Makeprog.rules"
27009 ac_config_files="$ac_config_files programs/progman/Makefile"
27011 ALL_MAKEFILES="$ALL_MAKEFILES \\
27012 programs/reg/Makefile"
27013 test "x$enable_reg" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27014 reg" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27015 reg"
27016 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27017 programs/reg/Makefile: programs/reg/Makefile.in programs/Makeprog.rules"
27018 ac_config_files="$ac_config_files programs/reg/Makefile"
27020 ALL_MAKEFILES="$ALL_MAKEFILES \\
27021 programs/regedit/Makefile"
27022 test "x$enable_regedit" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27023 regedit" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27024 regedit" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
27025 regedit"
27026 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27027 programs/regedit/Makefile: programs/regedit/Makefile.in programs/Makeprog.rules"
27028 ac_config_files="$ac_config_files programs/regedit/Makefile"
27030 ALL_MAKEFILES="$ALL_MAKEFILES \\
27031 programs/regsvr32/Makefile"
27032 test "x$enable_regsvr32" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27033 regsvr32" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27034 regsvr32" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
27035 regsvr32"
27036 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27037 programs/regsvr32/Makefile: programs/regsvr32/Makefile.in programs/Makeprog.rules"
27038 ac_config_files="$ac_config_files programs/regsvr32/Makefile"
27040 ALL_MAKEFILES="$ALL_MAKEFILES \\
27041 programs/rpcss/Makefile"
27042 test "x$enable_rpcss" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27043 rpcss" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27044 rpcss"
27045 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27046 programs/rpcss/Makefile: programs/rpcss/Makefile.in programs/Makeprog.rules"
27047 ac_config_files="$ac_config_files programs/rpcss/Makefile"
27049 ALL_MAKEFILES="$ALL_MAKEFILES \\
27050 programs/rundll32/Makefile"
27051 test "x$enable_rundll32" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27052 rundll32" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27053 rundll32"
27054 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27055 programs/rundll32/Makefile: programs/rundll32/Makefile.in programs/Makeprog.rules"
27056 ac_config_files="$ac_config_files programs/rundll32/Makefile"
27058 ALL_MAKEFILES="$ALL_MAKEFILES \\
27059 programs/secedit/Makefile"
27060 test "x$enable_secedit" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27061 secedit" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27062 secedit"
27063 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27064 programs/secedit/Makefile: programs/secedit/Makefile.in programs/Makeprog.rules"
27065 ac_config_files="$ac_config_files programs/secedit/Makefile"
27067 ALL_MAKEFILES="$ALL_MAKEFILES \\
27068 programs/services/Makefile"
27069 test "x$enable_services" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27070 services" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27071 services"
27072 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27073 programs/services/Makefile: programs/services/Makefile.in programs/Makeprog.rules"
27074 ac_config_files="$ac_config_files programs/services/Makefile"
27076 ALL_MAKEFILES="$ALL_MAKEFILES \\
27077 programs/spoolsv/Makefile"
27078 test "x$enable_spoolsv" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27079 spoolsv" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27080 spoolsv"
27081 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27082 programs/spoolsv/Makefile: programs/spoolsv/Makefile.in programs/Makeprog.rules"
27083 ac_config_files="$ac_config_files programs/spoolsv/Makefile"
27085 ALL_MAKEFILES="$ALL_MAKEFILES \\
27086 programs/start/Makefile"
27087 test "x$enable_start" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27088 start" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27089 start"
27090 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27091 programs/start/Makefile: programs/start/Makefile.in programs/Makeprog.rules"
27092 ac_config_files="$ac_config_files programs/start/Makefile"
27094 ALL_MAKEFILES="$ALL_MAKEFILES \\
27095 programs/svchost/Makefile"
27096 test "x$enable_svchost" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27097 svchost" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27098 svchost"
27099 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27100 programs/svchost/Makefile: programs/svchost/Makefile.in programs/Makeprog.rules"
27101 ac_config_files="$ac_config_files programs/svchost/Makefile"
27103 ALL_MAKEFILES="$ALL_MAKEFILES \\
27104 programs/taskmgr/Makefile"
27105 test "x$enable_taskmgr" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27106 taskmgr" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27107 taskmgr"
27108 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27109 programs/taskmgr/Makefile: programs/taskmgr/Makefile.in programs/Makeprog.rules"
27110 ac_config_files="$ac_config_files programs/taskmgr/Makefile"
27112 ALL_MAKEFILES="$ALL_MAKEFILES \\
27113 programs/uninstaller/Makefile"
27114 test "x$enable_uninstaller" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27115 uninstaller" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27116 uninstaller" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
27117 uninstaller"
27118 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27119 programs/uninstaller/Makefile: programs/uninstaller/Makefile.in programs/Makeprog.rules"
27120 ac_config_files="$ac_config_files programs/uninstaller/Makefile"
27122 ALL_MAKEFILES="$ALL_MAKEFILES \\
27123 programs/view/Makefile"
27124 test "x$enable_view" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27125 view"
27126 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27127 programs/view/Makefile: programs/view/Makefile.in programs/Makeprog.rules"
27128 ac_config_files="$ac_config_files programs/view/Makefile"
27130 ALL_MAKEFILES="$ALL_MAKEFILES \\
27131 programs/wineboot/Makefile"
27132 test "x$enable_wineboot" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27133 wineboot" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27134 wineboot" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
27135 wineboot"
27136 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27137 programs/wineboot/Makefile: programs/wineboot/Makefile.in programs/Makeprog.rules"
27138 ac_config_files="$ac_config_files programs/wineboot/Makefile"
27140 ALL_MAKEFILES="$ALL_MAKEFILES \\
27141 programs/winebrowser/Makefile"
27142 test "x$enable_winebrowser" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27143 winebrowser" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27144 winebrowser" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
27145 winebrowser"
27146 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27147 programs/winebrowser/Makefile: programs/winebrowser/Makefile.in programs/Makeprog.rules"
27148 ac_config_files="$ac_config_files programs/winebrowser/Makefile"
27150 ALL_MAKEFILES="$ALL_MAKEFILES \\
27151 programs/winecfg/Makefile"
27152 test "x$enable_winecfg" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27153 winecfg" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27154 winecfg" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
27155 winecfg"
27156 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27157 programs/winecfg/Makefile: programs/winecfg/Makefile.in programs/Makeprog.rules"
27158 ac_config_files="$ac_config_files programs/winecfg/Makefile"
27160 ALL_MAKEFILES="$ALL_MAKEFILES \\
27161 programs/wineconsole/Makefile"
27162 test "x$enable_wineconsole" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27163 wineconsole" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27164 wineconsole" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
27165 wineconsole"
27166 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27167 programs/wineconsole/Makefile: programs/wineconsole/Makefile.in programs/Makeprog.rules"
27168 ac_config_files="$ac_config_files programs/wineconsole/Makefile"
27170 ALL_MAKEFILES="$ALL_MAKEFILES \\
27171 programs/winedbg/Makefile"
27172 test "x$enable_winedbg" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27173 winedbg" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27174 winedbg" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
27175 winedbg"
27176 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27177 programs/winedbg/Makefile: programs/winedbg/Makefile.in programs/Makeprog.rules"
27178 ac_config_files="$ac_config_files programs/winedbg/Makefile"
27180 ALL_MAKEFILES="$ALL_MAKEFILES \\
27181 programs/winedevice/Makefile"
27182 test "x$enable_winedevice" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27183 winedevice" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27184 winedevice"
27185 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27186 programs/winedevice/Makefile: programs/winedevice/Makefile.in programs/Makeprog.rules"
27187 ac_config_files="$ac_config_files programs/winedevice/Makefile"
27189 ALL_MAKEFILES="$ALL_MAKEFILES \\
27190 programs/winefile/Makefile"
27191 test "x$enable_winefile" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27192 winefile" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27193 winefile" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
27194 winefile"
27195 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27196 programs/winefile/Makefile: programs/winefile/Makefile.in programs/Makeprog.rules"
27197 ac_config_files="$ac_config_files programs/winefile/Makefile"
27199 ALL_MAKEFILES="$ALL_MAKEFILES \\
27200 programs/winemenubuilder/Makefile"
27201 test "x$enable_winemenubuilder" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27202 winemenubuilder" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27203 winemenubuilder"
27204 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27205 programs/winemenubuilder/Makefile: programs/winemenubuilder/Makefile.in programs/Makeprog.rules"
27206 ac_config_files="$ac_config_files programs/winemenubuilder/Makefile"
27208 ALL_MAKEFILES="$ALL_MAKEFILES \\
27209 programs/winemine/Makefile"
27210 test "x$enable_winemine" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27211 winemine" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27212 winemine" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
27213 winemine"
27214 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27215 programs/winemine/Makefile: programs/winemine/Makefile.in programs/Makeprog.rules"
27216 ac_config_files="$ac_config_files programs/winemine/Makefile"
27218 ALL_MAKEFILES="$ALL_MAKEFILES \\
27219 programs/winepath/Makefile"
27220 test "x$enable_winepath" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27221 winepath" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27222 winepath" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
27223 winepath"
27224 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27225 programs/winepath/Makefile: programs/winepath/Makefile.in programs/Makeprog.rules"
27226 ac_config_files="$ac_config_files programs/winepath/Makefile"
27228 ALL_MAKEFILES="$ALL_MAKEFILES \\
27229 programs/winetest/Makefile"
27230 test "x$enable_winetest" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27231 winetest"
27232 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27233 programs/winetest/Makefile: programs/winetest/Makefile.in programs/Makeprog.rules"
27234 ac_config_files="$ac_config_files programs/winetest/Makefile"
27236 ALL_MAKEFILES="$ALL_MAKEFILES \\
27237 programs/winevdm/Makefile"
27238 test "x$enable_winevdm" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27239 winevdm" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27240 winevdm"
27241 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27242 programs/winevdm/Makefile: programs/winevdm/Makefile.in programs/Makeprog.rules"
27243 ac_config_files="$ac_config_files programs/winevdm/Makefile"
27245 ALL_MAKEFILES="$ALL_MAKEFILES \\
27246 programs/winhlp32/Makefile"
27247 test "x$enable_winhlp32" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27248 winhlp32" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27249 winhlp32"
27250 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27251 programs/winhlp32/Makefile: programs/winhlp32/Makefile.in programs/Makeprog.rules"
27252 ac_config_files="$ac_config_files programs/winhlp32/Makefile"
27254 ALL_MAKEFILES="$ALL_MAKEFILES \\
27255 programs/winver/Makefile"
27256 test "x$enable_winver" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27257 winver" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27258 winver"
27259 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27260 programs/winver/Makefile: programs/winver/Makefile.in programs/Makeprog.rules"
27261 ac_config_files="$ac_config_files programs/winver/Makefile"
27263 ALL_MAKEFILES="$ALL_MAKEFILES \\
27264 programs/wordpad/Makefile"
27265 test "x$enable_wordpad" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27266 wordpad" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27267 wordpad"
27268 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27269 programs/wordpad/Makefile: programs/wordpad/Makefile.in programs/Makeprog.rules"
27270 ac_config_files="$ac_config_files programs/wordpad/Makefile"
27272 ALL_MAKEFILES="$ALL_MAKEFILES \\
27273 programs/write/Makefile"
27274 test "x$enable_write" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27275 write" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27276 write"
27277 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27278 programs/write/Makefile: programs/write/Makefile.in programs/Makeprog.rules"
27279 ac_config_files="$ac_config_files programs/write/Makefile"
27281 ALL_MAKEFILES="$ALL_MAKEFILES \\
27282 programs/xcopy/Makefile"
27283 test "x$enable_xcopy" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27284 xcopy" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27285 xcopy"
27286 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27287 programs/xcopy/Makefile: programs/xcopy/Makefile.in programs/Makeprog.rules"
27288 ac_config_files="$ac_config_files programs/xcopy/Makefile"
27290 ALL_MAKEFILES="$ALL_MAKEFILES \\
27291 server/Makefile"
27292 test "x$enable_server" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
27293 server"
27294 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27295 server/Makefile: server/Makefile.in Make.rules"
27296 ac_config_files="$ac_config_files server/Makefile"
27298 ALL_MAKEFILES="$ALL_MAKEFILES \\
27299 tools/Makefile"
27300 test "x$enable_tools" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
27301 tools"
27302 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27303 tools/Makefile: tools/Makefile.in Make.rules"
27304 ac_config_files="$ac_config_files tools/Makefile"
27306 ALL_MAKEFILES="$ALL_MAKEFILES \\
27307 tools/widl/Makefile"
27309 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27310 tools/widl/Makefile: tools/widl/Makefile.in Make.rules"
27311 ac_config_files="$ac_config_files tools/widl/Makefile"
27313 ALL_MAKEFILES="$ALL_MAKEFILES \\
27314 tools/winebuild/Makefile"
27316 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27317 tools/winebuild/Makefile: tools/winebuild/Makefile.in Make.rules"
27318 ac_config_files="$ac_config_files tools/winebuild/Makefile"
27320 ALL_MAKEFILES="$ALL_MAKEFILES \\
27321 tools/winedump/Makefile"
27323 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27324 tools/winedump/Makefile: tools/winedump/Makefile.in Make.rules"
27325 ac_config_files="$ac_config_files tools/winedump/Makefile"
27327 ALL_MAKEFILES="$ALL_MAKEFILES \\
27328 tools/winegcc/Makefile"
27330 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27331 tools/winegcc/Makefile: tools/winegcc/Makefile.in Make.rules"
27332 ac_config_files="$ac_config_files tools/winegcc/Makefile"
27334 ALL_MAKEFILES="$ALL_MAKEFILES \\
27335 tools/wmc/Makefile"
27337 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27338 tools/wmc/Makefile: tools/wmc/Makefile.in Make.rules"
27339 ac_config_files="$ac_config_files tools/wmc/Makefile"
27341 ALL_MAKEFILES="$ALL_MAKEFILES \\
27342 tools/wrc/Makefile"
27344 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27345 tools/wrc/Makefile: tools/wrc/Makefile.in Make.rules"
27346 ac_config_files="$ac_config_files tools/wrc/Makefile"
27350 ALL_WINETEST_DEPENDS="# Test binaries"
27352 for dir in $ALL_TEST_DIRS
27354 if test "$dir" != "\\"
27355 then
27356 testname=`expr $dir : '\(.*\)/tests'`_test.exe
27357 ALL_WINETEST_DEPENDS="$ALL_WINETEST_DEPENDS
27358 $testname: \$(DLLDIR)/$dir/$testname\$(DLLEXT)
27359 cp \$(DLLDIR)/$dir/$testname\$(DLLEXT) \$@ && \$(STRIP) \$@"
27361 done
27363 cat >confcache <<\_ACEOF
27364 # This file is a shell script that caches the results of configure
27365 # tests run on this system so they can be shared between configure
27366 # scripts and configure runs, see configure's option --config-cache.
27367 # It is not useful on other systems. If it contains results you don't
27368 # want to keep, you may remove or edit it.
27370 # config.status only pays attention to the cache file if you give it
27371 # the --recheck option to rerun configure.
27373 # `ac_cv_env_foo' variables (set or unset) will be overridden when
27374 # loading this file, other *unset* `ac_cv_foo' will be assigned the
27375 # following values.
27377 _ACEOF
27379 # The following way of writing the cache mishandles newlines in values,
27380 # but we know of no workaround that is simple, portable, and efficient.
27381 # So, we kill variables containing newlines.
27382 # Ultrix sh set writes to stderr and can't be redirected directly,
27383 # and sets the high bit in the cache file unless we assign to the vars.
27385 for ac_var in `(set) 2>&1 | sed -n 's/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'`; do
27386 eval ac_val=\$$ac_var
27387 case $ac_val in #(
27388 *${as_nl}*)
27389 case $ac_var in #(
27390 *_cv_*) { $as_echo "$as_me:$LINENO: WARNING: cache variable $ac_var contains a newline" >&5
27391 $as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
27392 esac
27393 case $ac_var in #(
27394 _ | IFS | as_nl) ;; #(
27395 BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
27396 *) $as_unset $ac_var ;;
27397 esac ;;
27398 esac
27399 done
27401 (set) 2>&1 |
27402 case $as_nl`(ac_space=' '; set) 2>&1` in #(
27403 *${as_nl}ac_space=\ *)
27404 # `set' does not quote correctly, so add quotes (double-quote
27405 # substitution turns \\\\ into \\, and sed turns \\ into \).
27406 sed -n \
27407 "s/'/'\\\\''/g;
27408 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
27409 ;; #(
27411 # `set' quotes correctly as required by POSIX, so do not add quotes.
27412 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
27414 esac |
27415 sort
27417 sed '
27418 /^ac_cv_env_/b end
27419 t clear
27420 :clear
27421 s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
27422 t end
27423 s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
27424 :end' >>confcache
27425 if diff "$cache_file" confcache >/dev/null 2>&1; then :; else
27426 if test -w "$cache_file"; then
27427 test "x$cache_file" != "x/dev/null" &&
27428 { $as_echo "$as_me:$LINENO: updating cache $cache_file" >&5
27429 $as_echo "$as_me: updating cache $cache_file" >&6;}
27430 cat confcache >$cache_file
27431 else
27432 { $as_echo "$as_me:$LINENO: not updating unwritable cache $cache_file" >&5
27433 $as_echo "$as_me: not updating unwritable cache $cache_file" >&6;}
27436 rm -f confcache
27438 test "x$prefix" = xNONE && prefix=$ac_default_prefix
27439 # Let make expand exec_prefix.
27440 test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
27442 DEFS=-DHAVE_CONFIG_H
27444 ac_libobjs=
27445 ac_ltlibobjs=
27446 for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue
27447 # 1. Remove the extension, and $U if already installed.
27448 ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
27449 ac_i=`$as_echo "$ac_i" | sed "$ac_script"`
27450 # 2. Prepend LIBOBJDIR. When used with automake>=1.10 LIBOBJDIR
27451 # will be set to the directory where LIBOBJS objects are built.
27452 ac_libobjs="$ac_libobjs \${LIBOBJDIR}$ac_i\$U.$ac_objext"
27453 ac_ltlibobjs="$ac_ltlibobjs \${LIBOBJDIR}$ac_i"'$U.lo'
27454 done
27455 LIBOBJS=$ac_libobjs
27457 LTLIBOBJS=$ac_ltlibobjs
27461 : ${CONFIG_STATUS=./config.status}
27462 ac_write_fail=0
27463 ac_clean_files_save=$ac_clean_files
27464 ac_clean_files="$ac_clean_files $CONFIG_STATUS"
27465 { $as_echo "$as_me:$LINENO: creating $CONFIG_STATUS" >&5
27466 $as_echo "$as_me: creating $CONFIG_STATUS" >&6;}
27467 cat >$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
27468 #! $SHELL
27469 # Generated by $as_me.
27470 # Run this file to recreate the current configuration.
27471 # Compiler output produced by configure, useful for debugging
27472 # configure, is in config.log if it exists.
27474 debug=false
27475 ac_cs_recheck=false
27476 ac_cs_silent=false
27477 SHELL=\${CONFIG_SHELL-$SHELL}
27478 _ACEOF
27480 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
27481 ## --------------------- ##
27482 ## M4sh Initialization. ##
27483 ## --------------------- ##
27485 # Be more Bourne compatible
27486 DUALCASE=1; export DUALCASE # for MKS sh
27487 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
27488 emulate sh
27489 NULLCMD=:
27490 # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
27491 # is contrary to our usage. Disable this feature.
27492 alias -g '${1+"$@"}'='"$@"'
27493 setopt NO_GLOB_SUBST
27494 else
27495 case `(set -o) 2>/dev/null` in
27496 *posix*) set -o posix ;;
27497 esac
27504 # PATH needs CR
27505 # Avoid depending upon Character Ranges.
27506 as_cr_letters='abcdefghijklmnopqrstuvwxyz'
27507 as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
27508 as_cr_Letters=$as_cr_letters$as_cr_LETTERS
27509 as_cr_digits='0123456789'
27510 as_cr_alnum=$as_cr_Letters$as_cr_digits
27512 as_nl='
27514 export as_nl
27515 # Printing a long string crashes Solaris 7 /usr/bin/printf.
27516 as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
27517 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo
27518 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo
27519 if (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
27520 as_echo='printf %s\n'
27521 as_echo_n='printf %s'
27522 else
27523 if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
27524 as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
27525 as_echo_n='/usr/ucb/echo -n'
27526 else
27527 as_echo_body='eval expr "X$1" : "X\\(.*\\)"'
27528 as_echo_n_body='eval
27529 arg=$1;
27530 case $arg in
27531 *"$as_nl"*)
27532 expr "X$arg" : "X\\(.*\\)$as_nl";
27533 arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
27534 esac;
27535 expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl"
27537 export as_echo_n_body
27538 as_echo_n='sh -c $as_echo_n_body as_echo'
27540 export as_echo_body
27541 as_echo='sh -c $as_echo_body as_echo'
27544 # The user is always right.
27545 if test "${PATH_SEPARATOR+set}" != set; then
27546 PATH_SEPARATOR=:
27547 (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && {
27548 (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||
27549 PATH_SEPARATOR=';'
27553 # Support unset when possible.
27554 if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then
27555 as_unset=unset
27556 else
27557 as_unset=false
27561 # IFS
27562 # We need space, tab and new line, in precisely that order. Quoting is
27563 # there to prevent editors from complaining about space-tab.
27564 # (If _AS_PATH_WALK were called with IFS unset, it would disable word
27565 # splitting by setting IFS to empty value.)
27566 IFS=" "" $as_nl"
27568 # Find who we are. Look in the path if we contain no directory separator.
27569 case $0 in
27570 *[\\/]* ) as_myself=$0 ;;
27571 *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
27572 for as_dir in $PATH
27574 IFS=$as_save_IFS
27575 test -z "$as_dir" && as_dir=.
27576 test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
27577 done
27578 IFS=$as_save_IFS
27581 esac
27582 # We did not find ourselves, most probably we were run as `sh COMMAND'
27583 # in which case we are not to be found in the path.
27584 if test "x$as_myself" = x; then
27585 as_myself=$0
27587 if test ! -f "$as_myself"; then
27588 $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
27589 { (exit 1); exit 1; }
27592 # Work around bugs in pre-3.0 UWIN ksh.
27593 for as_var in ENV MAIL MAILPATH
27594 do ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var
27595 done
27596 PS1='$ '
27597 PS2='> '
27598 PS4='+ '
27600 # NLS nuisances.
27601 LC_ALL=C
27602 export LC_ALL
27603 LANGUAGE=C
27604 export LANGUAGE
27606 # Required to use basename.
27607 if expr a : '\(a\)' >/dev/null 2>&1 &&
27608 test "X`expr 00001 : '.*\(...\)'`" = X001; then
27609 as_expr=expr
27610 else
27611 as_expr=false
27614 if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
27615 as_basename=basename
27616 else
27617 as_basename=false
27621 # Name of the executable.
27622 as_me=`$as_basename -- "$0" ||
27623 $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
27624 X"$0" : 'X\(//\)$' \| \
27625 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
27626 $as_echo X/"$0" |
27627 sed '/^.*\/\([^/][^/]*\)\/*$/{
27628 s//\1/
27631 /^X\/\(\/\/\)$/{
27632 s//\1/
27635 /^X\/\(\/\).*/{
27636 s//\1/
27639 s/.*/./; q'`
27641 # CDPATH.
27642 $as_unset CDPATH
27646 as_lineno_1=$LINENO
27647 as_lineno_2=$LINENO
27648 test "x$as_lineno_1" != "x$as_lineno_2" &&
27649 test "x`expr $as_lineno_1 + 1`" = "x$as_lineno_2" || {
27651 # Create $as_me.lineno as a copy of $as_myself, but with $LINENO
27652 # uniformly replaced by the line number. The first 'sed' inserts a
27653 # line-number line after each line using $LINENO; the second 'sed'
27654 # does the real work. The second script uses 'N' to pair each
27655 # line-number line with the line containing $LINENO, and appends
27656 # trailing '-' during substitution so that $LINENO is not a special
27657 # case at line end.
27658 # (Raja R Harinath suggested sed '=', and Paul Eggert wrote the
27659 # scripts with optimization help from Paolo Bonzini. Blame Lee
27660 # E. McMahon (1931-1989) for sed's syntax. :-)
27661 sed -n '
27663 /[$]LINENO/=
27664 ' <$as_myself |
27665 sed '
27666 s/[$]LINENO.*/&-/
27667 t lineno
27669 :lineno
27671 :loop
27672 s/[$]LINENO\([^'$as_cr_alnum'_].*\n\)\(.*\)/\2\1\2/
27673 t loop
27674 s/-\n.*//
27675 ' >$as_me.lineno &&
27676 chmod +x "$as_me.lineno" ||
27677 { $as_echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2
27678 { (exit 1); exit 1; }; }
27680 # Don't try to exec as it changes $[0], causing all sort of problems
27681 # (the dirname of $[0] is not the place where we might find the
27682 # original and so on. Autoconf is especially sensitive to this).
27683 . "./$as_me.lineno"
27684 # Exit status is that of the last command.
27685 exit
27689 if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
27690 as_dirname=dirname
27691 else
27692 as_dirname=false
27695 ECHO_C= ECHO_N= ECHO_T=
27696 case `echo -n x` in
27697 -n*)
27698 case `echo 'x\c'` in
27699 *c*) ECHO_T=' ';; # ECHO_T is single tab character.
27700 *) ECHO_C='\c';;
27701 esac;;
27703 ECHO_N='-n';;
27704 esac
27705 if expr a : '\(a\)' >/dev/null 2>&1 &&
27706 test "X`expr 00001 : '.*\(...\)'`" = X001; then
27707 as_expr=expr
27708 else
27709 as_expr=false
27712 rm -f conf$$ conf$$.exe conf$$.file
27713 if test -d conf$$.dir; then
27714 rm -f conf$$.dir/conf$$.file
27715 else
27716 rm -f conf$$.dir
27717 mkdir conf$$.dir 2>/dev/null
27719 if (echo >conf$$.file) 2>/dev/null; then
27720 if ln -s conf$$.file conf$$ 2>/dev/null; then
27721 as_ln_s='ln -s'
27722 # ... but there are two gotchas:
27723 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
27724 # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
27725 # In both cases, we have to default to `cp -p'.
27726 ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
27727 as_ln_s='cp -p'
27728 elif ln conf$$.file conf$$ 2>/dev/null; then
27729 as_ln_s=ln
27730 else
27731 as_ln_s='cp -p'
27733 else
27734 as_ln_s='cp -p'
27736 rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
27737 rmdir conf$$.dir 2>/dev/null
27739 if mkdir -p . 2>/dev/null; then
27740 as_mkdir_p=:
27741 else
27742 test -d ./-p && rmdir ./-p
27743 as_mkdir_p=false
27746 if test -x / >/dev/null 2>&1; then
27747 as_test_x='test -x'
27748 else
27749 if ls -dL / >/dev/null 2>&1; then
27750 as_ls_L_option=L
27751 else
27752 as_ls_L_option=
27754 as_test_x='
27755 eval sh -c '\''
27756 if test -d "$1"; then
27757 test -d "$1/.";
27758 else
27759 case $1 in
27760 -*)set "./$1";;
27761 esac;
27762 case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in
27763 ???[sx]*):;;*)false;;esac;fi
27764 '\'' sh
27767 as_executable_p=$as_test_x
27769 # Sed expression to map a string onto a valid CPP name.
27770 as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
27772 # Sed expression to map a string onto a valid variable name.
27773 as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
27776 exec 6>&1
27778 # Save the log message, to keep $[0] and so on meaningful, and to
27779 # report actual input values of CONFIG_FILES etc. instead of their
27780 # values after options handling.
27781 ac_log="
27782 This file was extended by Wine $as_me 1.1.9, which was
27783 generated by GNU Autoconf 2.63. Invocation command line was
27785 CONFIG_FILES = $CONFIG_FILES
27786 CONFIG_HEADERS = $CONFIG_HEADERS
27787 CONFIG_LINKS = $CONFIG_LINKS
27788 CONFIG_COMMANDS = $CONFIG_COMMANDS
27789 $ $0 $@
27791 on `(hostname || uname -n) 2>/dev/null | sed 1q`
27794 _ACEOF
27796 case $ac_config_files in *"
27797 "*) set x $ac_config_files; shift; ac_config_files=$*;;
27798 esac
27800 case $ac_config_headers in *"
27801 "*) set x $ac_config_headers; shift; ac_config_headers=$*;;
27802 esac
27805 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
27806 # Files that config.status was made for.
27807 config_files="$ac_config_files"
27808 config_headers="$ac_config_headers"
27809 config_commands="$ac_config_commands"
27811 _ACEOF
27813 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
27814 ac_cs_usage="\
27815 \`$as_me' instantiates files from templates according to the
27816 current configuration.
27818 Usage: $0 [OPTION]... [FILE]...
27820 -h, --help print this help, then exit
27821 -V, --version print version number and configuration settings, then exit
27822 -q, --quiet, --silent
27823 do not print progress messages
27824 -d, --debug don't remove temporary files
27825 --recheck update $as_me by reconfiguring in the same conditions
27826 --file=FILE[:TEMPLATE]
27827 instantiate the configuration file FILE
27828 --header=FILE[:TEMPLATE]
27829 instantiate the configuration header FILE
27831 Configuration files:
27832 $config_files
27834 Configuration headers:
27835 $config_headers
27837 Configuration commands:
27838 $config_commands
27840 Report bugs to <bug-autoconf@gnu.org>."
27842 _ACEOF
27843 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
27844 ac_cs_version="\\
27845 Wine config.status 1.1.9
27846 configured by $0, generated by GNU Autoconf 2.63,
27847 with options \\"`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\"
27849 Copyright (C) 2008 Free Software Foundation, Inc.
27850 This config.status script is free software; the Free Software Foundation
27851 gives unlimited permission to copy, distribute and modify it."
27853 ac_pwd='$ac_pwd'
27854 srcdir='$srcdir'
27855 INSTALL='$INSTALL'
27856 test -n "\$AWK" || AWK=awk
27857 _ACEOF
27859 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
27860 # The default lists apply if the user does not specify any file.
27861 ac_need_defaults=:
27862 while test $# != 0
27864 case $1 in
27865 --*=*)
27866 ac_option=`expr "X$1" : 'X\([^=]*\)='`
27867 ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
27868 ac_shift=:
27871 ac_option=$1
27872 ac_optarg=$2
27873 ac_shift=shift
27875 esac
27877 case $ac_option in
27878 # Handling of the options.
27879 -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
27880 ac_cs_recheck=: ;;
27881 --version | --versio | --versi | --vers | --ver | --ve | --v | -V )
27882 $as_echo "$ac_cs_version"; exit ;;
27883 --debug | --debu | --deb | --de | --d | -d )
27884 debug=: ;;
27885 --file | --fil | --fi | --f )
27886 $ac_shift
27887 case $ac_optarg in
27888 *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
27889 esac
27890 CONFIG_FILES="$CONFIG_FILES '$ac_optarg'"
27891 ac_need_defaults=false;;
27892 --header | --heade | --head | --hea )
27893 $ac_shift
27894 case $ac_optarg in
27895 *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
27896 esac
27897 CONFIG_HEADERS="$CONFIG_HEADERS '$ac_optarg'"
27898 ac_need_defaults=false;;
27899 --he | --h)
27900 # Conflict between --help and --header
27901 { $as_echo "$as_me: error: ambiguous option: $1
27902 Try \`$0 --help' for more information." >&2
27903 { (exit 1); exit 1; }; };;
27904 --help | --hel | -h )
27905 $as_echo "$ac_cs_usage"; exit ;;
27906 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
27907 | -silent | --silent | --silen | --sile | --sil | --si | --s)
27908 ac_cs_silent=: ;;
27910 # This is an error.
27911 -*) { $as_echo "$as_me: error: unrecognized option: $1
27912 Try \`$0 --help' for more information." >&2
27913 { (exit 1); exit 1; }; } ;;
27915 *) ac_config_targets="$ac_config_targets $1"
27916 ac_need_defaults=false ;;
27918 esac
27919 shift
27920 done
27922 ac_configure_extra_args=
27924 if $ac_cs_silent; then
27925 exec 6>/dev/null
27926 ac_configure_extra_args="$ac_configure_extra_args --silent"
27929 _ACEOF
27930 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
27931 if \$ac_cs_recheck; then
27932 set X '$SHELL' '$0' $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
27933 shift
27934 \$as_echo "running CONFIG_SHELL=$SHELL \$*" >&6
27935 CONFIG_SHELL='$SHELL'
27936 export CONFIG_SHELL
27937 exec "\$@"
27940 _ACEOF
27941 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
27942 exec 5>>config.log
27944 echo
27945 sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
27946 ## Running $as_me. ##
27947 _ASBOX
27948 $as_echo "$ac_log"
27949 } >&5
27951 _ACEOF
27952 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
27953 _ACEOF
27955 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
27957 # Handling of arguments.
27958 for ac_config_target in $ac_config_targets
27960 case $ac_config_target in
27961 "include/config.h") CONFIG_HEADERS="$CONFIG_HEADERS include/config.h" ;;
27962 "include/stamp-h") CONFIG_COMMANDS="$CONFIG_COMMANDS include/stamp-h" ;;
27963 "dlls/gdi32/enhmfdrv") CONFIG_COMMANDS="$CONFIG_COMMANDS dlls/gdi32/enhmfdrv" ;;
27964 "dlls/gdi32/mfdrv") CONFIG_COMMANDS="$CONFIG_COMMANDS dlls/gdi32/mfdrv" ;;
27965 "dlls/kernel32/nls") CONFIG_COMMANDS="$CONFIG_COMMANDS dlls/kernel32/nls" ;;
27966 "dlls/user32/resources") CONFIG_COMMANDS="$CONFIG_COMMANDS dlls/user32/resources" ;;
27967 "dlls/wineps.drv/data") CONFIG_COMMANDS="$CONFIG_COMMANDS dlls/wineps.drv/data" ;;
27968 "include/wine") CONFIG_COMMANDS="$CONFIG_COMMANDS include/wine" ;;
27969 "Make.rules") CONFIG_FILES="$CONFIG_FILES Make.rules" ;;
27970 "dlls/Makedll.rules") CONFIG_FILES="$CONFIG_FILES dlls/Makedll.rules" ;;
27971 "dlls/Makeimplib.rules") CONFIG_FILES="$CONFIG_FILES dlls/Makeimplib.rules" ;;
27972 "dlls/Maketest.rules") CONFIG_FILES="$CONFIG_FILES dlls/Maketest.rules" ;;
27973 "programs/Makeprog.rules") CONFIG_FILES="$CONFIG_FILES programs/Makeprog.rules" ;;
27974 "Makefile") CONFIG_FILES="$CONFIG_FILES Makefile" ;;
27975 "dlls/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/Makefile" ;;
27976 "dlls/acledit/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/acledit/Makefile" ;;
27977 "dlls/activeds/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/activeds/Makefile" ;;
27978 "dlls/actxprxy/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/actxprxy/Makefile" ;;
27979 "dlls/adsiid/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/adsiid/Makefile" ;;
27980 "dlls/advapi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/advapi32/Makefile" ;;
27981 "dlls/advapi32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/advapi32/tests/Makefile" ;;
27982 "dlls/advpack/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/advpack/Makefile" ;;
27983 "dlls/advpack/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/advpack/tests/Makefile" ;;
27984 "dlls/amstream/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/amstream/Makefile" ;;
27985 "dlls/appwiz.cpl/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/appwiz.cpl/Makefile" ;;
27986 "dlls/atl/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/atl/Makefile" ;;
27987 "dlls/avicap32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/avicap32/Makefile" ;;
27988 "dlls/avifil32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/avifil32/Makefile" ;;
27989 "dlls/browseui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/browseui/Makefile" ;;
27990 "dlls/browseui/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/browseui/tests/Makefile" ;;
27991 "dlls/cabinet/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cabinet/Makefile" ;;
27992 "dlls/cabinet/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cabinet/tests/Makefile" ;;
27993 "dlls/capi2032/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/capi2032/Makefile" ;;
27994 "dlls/cards/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cards/Makefile" ;;
27995 "dlls/cfgmgr32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cfgmgr32/Makefile" ;;
27996 "dlls/clusapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/clusapi/Makefile" ;;
27997 "dlls/comcat/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/comcat/Makefile" ;;
27998 "dlls/comcat/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/comcat/tests/Makefile" ;;
27999 "dlls/comctl32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/comctl32/Makefile" ;;
28000 "dlls/comctl32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/comctl32/tests/Makefile" ;;
28001 "dlls/comdlg32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/comdlg32/Makefile" ;;
28002 "dlls/comdlg32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/comdlg32/tests/Makefile" ;;
28003 "dlls/compstui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/compstui/Makefile" ;;
28004 "dlls/credui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/credui/Makefile" ;;
28005 "dlls/credui/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/credui/tests/Makefile" ;;
28006 "dlls/crtdll/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/crtdll/Makefile" ;;
28007 "dlls/crypt32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/crypt32/Makefile" ;;
28008 "dlls/crypt32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/crypt32/tests/Makefile" ;;
28009 "dlls/cryptdlg/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cryptdlg/Makefile" ;;
28010 "dlls/cryptdll/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cryptdll/Makefile" ;;
28011 "dlls/cryptnet/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cryptnet/Makefile" ;;
28012 "dlls/cryptnet/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cryptnet/tests/Makefile" ;;
28013 "dlls/cryptui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cryptui/Makefile" ;;
28014 "dlls/cryptui/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cryptui/tests/Makefile" ;;
28015 "dlls/ctapi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ctapi32/Makefile" ;;
28016 "dlls/ctl3d32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ctl3d32/Makefile" ;;
28017 "dlls/d3d10/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d10/Makefile" ;;
28018 "dlls/d3d10/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d10/tests/Makefile" ;;
28019 "dlls/d3d10core/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d10core/Makefile" ;;
28020 "dlls/d3d10core/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d10core/tests/Makefile" ;;
28021 "dlls/d3d8/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d8/Makefile" ;;
28022 "dlls/d3d8/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d8/tests/Makefile" ;;
28023 "dlls/d3d9/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d9/Makefile" ;;
28024 "dlls/d3d9/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d9/tests/Makefile" ;;
28025 "dlls/d3dim/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dim/Makefile" ;;
28026 "dlls/d3drm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3drm/Makefile" ;;
28027 "dlls/d3drm/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3drm/tests/Makefile" ;;
28028 "dlls/d3dx8/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx8/Makefile" ;;
28029 "dlls/d3dx8/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx8/tests/Makefile" ;;
28030 "dlls/d3dx9_24/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_24/Makefile" ;;
28031 "dlls/d3dx9_25/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_25/Makefile" ;;
28032 "dlls/d3dx9_26/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_26/Makefile" ;;
28033 "dlls/d3dx9_27/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_27/Makefile" ;;
28034 "dlls/d3dx9_28/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_28/Makefile" ;;
28035 "dlls/d3dx9_29/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_29/Makefile" ;;
28036 "dlls/d3dx9_30/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_30/Makefile" ;;
28037 "dlls/d3dx9_31/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_31/Makefile" ;;
28038 "dlls/d3dx9_32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_32/Makefile" ;;
28039 "dlls/d3dx9_33/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_33/Makefile" ;;
28040 "dlls/d3dx9_34/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_34/Makefile" ;;
28041 "dlls/d3dx9_35/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_35/Makefile" ;;
28042 "dlls/d3dx9_36/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_36/Makefile" ;;
28043 "dlls/d3dx9_36/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_36/tests/Makefile" ;;
28044 "dlls/d3dx9_37/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_37/Makefile" ;;
28045 "dlls/d3dxof/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dxof/Makefile" ;;
28046 "dlls/d3dxof/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dxof/tests/Makefile" ;;
28047 "dlls/dbghelp/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dbghelp/Makefile" ;;
28048 "dlls/dciman32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dciman32/Makefile" ;;
28049 "dlls/ddraw/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ddraw/Makefile" ;;
28050 "dlls/ddraw/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ddraw/tests/Makefile" ;;
28051 "dlls/ddrawex/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ddrawex/Makefile" ;;
28052 "dlls/devenum/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/devenum/Makefile" ;;
28053 "dlls/dinput/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dinput/Makefile" ;;
28054 "dlls/dinput/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dinput/tests/Makefile" ;;
28055 "dlls/dinput8/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dinput8/Makefile" ;;
28056 "dlls/dmband/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmband/Makefile" ;;
28057 "dlls/dmcompos/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmcompos/Makefile" ;;
28058 "dlls/dmime/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmime/Makefile" ;;
28059 "dlls/dmloader/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmloader/Makefile" ;;
28060 "dlls/dmscript/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmscript/Makefile" ;;
28061 "dlls/dmstyle/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmstyle/Makefile" ;;
28062 "dlls/dmsynth/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmsynth/Makefile" ;;
28063 "dlls/dmusic/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmusic/Makefile" ;;
28064 "dlls/dmusic32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmusic32/Makefile" ;;
28065 "dlls/dnsapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dnsapi/Makefile" ;;
28066 "dlls/dnsapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dnsapi/tests/Makefile" ;;
28067 "dlls/dplay/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dplay/Makefile" ;;
28068 "dlls/dplayx/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dplayx/Makefile" ;;
28069 "dlls/dplayx/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dplayx/tests/Makefile" ;;
28070 "dlls/dpnaddr/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dpnaddr/Makefile" ;;
28071 "dlls/dpnet/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dpnet/Makefile" ;;
28072 "dlls/dpnhpast/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dpnhpast/Makefile" ;;
28073 "dlls/dpnlobby/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dpnlobby/Makefile" ;;
28074 "dlls/dpwsockx/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dpwsockx/Makefile" ;;
28075 "dlls/dsound/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dsound/Makefile" ;;
28076 "dlls/dsound/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dsound/tests/Makefile" ;;
28077 "dlls/dssenh/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dssenh/Makefile" ;;
28078 "dlls/dswave/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dswave/Makefile" ;;
28079 "dlls/dwmapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dwmapi/Makefile" ;;
28080 "dlls/dxdiagn/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dxdiagn/Makefile" ;;
28081 "dlls/dxerr8/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dxerr8/Makefile" ;;
28082 "dlls/dxerr9/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dxerr9/Makefile" ;;
28083 "dlls/dxgi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dxgi/Makefile" ;;
28084 "dlls/dxgi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dxgi/tests/Makefile" ;;
28085 "dlls/dxguid/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dxguid/Makefile" ;;
28086 "dlls/faultrep/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/faultrep/Makefile" ;;
28087 "dlls/fusion/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/fusion/Makefile" ;;
28088 "dlls/fusion/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/fusion/tests/Makefile" ;;
28089 "dlls/gdi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/gdi32/Makefile" ;;
28090 "dlls/gdi32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/gdi32/tests/Makefile" ;;
28091 "dlls/gdiplus/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/gdiplus/Makefile" ;;
28092 "dlls/gdiplus/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/gdiplus/tests/Makefile" ;;
28093 "dlls/glu32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/glu32/Makefile" ;;
28094 "dlls/gphoto2.ds/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/gphoto2.ds/Makefile" ;;
28095 "dlls/gpkcsp/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/gpkcsp/Makefile" ;;
28096 "dlls/hal/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/hal/Makefile" ;;
28097 "dlls/hhctrl.ocx/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/hhctrl.ocx/Makefile" ;;
28098 "dlls/hid/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/hid/Makefile" ;;
28099 "dlls/hlink/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/hlink/Makefile" ;;
28100 "dlls/hlink/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/hlink/tests/Makefile" ;;
28101 "dlls/hnetcfg/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/hnetcfg/Makefile" ;;
28102 "dlls/iccvid/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/iccvid/Makefile" ;;
28103 "dlls/icmp/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/icmp/Makefile" ;;
28104 "dlls/ifsmgr.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ifsmgr.vxd/Makefile" ;;
28105 "dlls/imaadp32.acm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/imaadp32.acm/Makefile" ;;
28106 "dlls/imagehlp/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/imagehlp/Makefile" ;;
28107 "dlls/imm32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/imm32/Makefile" ;;
28108 "dlls/imm32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/imm32/tests/Makefile" ;;
28109 "dlls/inetcomm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/inetcomm/Makefile" ;;
28110 "dlls/inetcomm/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/inetcomm/tests/Makefile" ;;
28111 "dlls/inetmib1/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/inetmib1/Makefile" ;;
28112 "dlls/inetmib1/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/inetmib1/tests/Makefile" ;;
28113 "dlls/infosoft/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/infosoft/Makefile" ;;
28114 "dlls/infosoft/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/infosoft/tests/Makefile" ;;
28115 "dlls/initpki/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/initpki/Makefile" ;;
28116 "dlls/inkobj/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/inkobj/Makefile" ;;
28117 "dlls/inseng/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/inseng/Makefile" ;;
28118 "dlls/iphlpapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/iphlpapi/Makefile" ;;
28119 "dlls/iphlpapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/iphlpapi/tests/Makefile" ;;
28120 "dlls/itircl/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/itircl/Makefile" ;;
28121 "dlls/itss/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/itss/Makefile" ;;
28122 "dlls/itss/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/itss/tests/Makefile" ;;
28123 "dlls/jscript/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/jscript/Makefile" ;;
28124 "dlls/jscript/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/jscript/tests/Makefile" ;;
28125 "dlls/kernel32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/kernel32/Makefile" ;;
28126 "dlls/kernel32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/kernel32/tests/Makefile" ;;
28127 "dlls/localspl/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/localspl/Makefile" ;;
28128 "dlls/localspl/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/localspl/tests/Makefile" ;;
28129 "dlls/localui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/localui/Makefile" ;;
28130 "dlls/localui/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/localui/tests/Makefile" ;;
28131 "dlls/lz32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/lz32/Makefile" ;;
28132 "dlls/lz32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/lz32/tests/Makefile" ;;
28133 "dlls/mapi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mapi32/Makefile" ;;
28134 "dlls/mapi32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mapi32/tests/Makefile" ;;
28135 "dlls/mciavi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mciavi32/Makefile" ;;
28136 "dlls/mcicda/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mcicda/Makefile" ;;
28137 "dlls/mciseq/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mciseq/Makefile" ;;
28138 "dlls/mciwave/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mciwave/Makefile" ;;
28139 "dlls/midimap/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/midimap/Makefile" ;;
28140 "dlls/mlang/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mlang/Makefile" ;;
28141 "dlls/mlang/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mlang/tests/Makefile" ;;
28142 "dlls/mmdevldr.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mmdevldr.vxd/Makefile" ;;
28143 "dlls/monodebg.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/monodebg.vxd/Makefile" ;;
28144 "dlls/mountmgr.sys/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mountmgr.sys/Makefile" ;;
28145 "dlls/mpr/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mpr/Makefile" ;;
28146 "dlls/mprapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mprapi/Makefile" ;;
28147 "dlls/msacm32.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msacm32.drv/Makefile" ;;
28148 "dlls/msacm32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msacm32/Makefile" ;;
28149 "dlls/msacm32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msacm32/tests/Makefile" ;;
28150 "dlls/msadp32.acm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msadp32.acm/Makefile" ;;
28151 "dlls/mscat32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mscat32/Makefile" ;;
28152 "dlls/mscms/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mscms/Makefile" ;;
28153 "dlls/mscms/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mscms/tests/Makefile" ;;
28154 "dlls/mscoree/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mscoree/Makefile" ;;
28155 "dlls/msdmo/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msdmo/Makefile" ;;
28156 "dlls/msftedit/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msftedit/Makefile" ;;
28157 "dlls/msg711.acm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msg711.acm/Makefile" ;;
28158 "dlls/mshtml.tlb/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mshtml.tlb/Makefile" ;;
28159 "dlls/mshtml/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mshtml/Makefile" ;;
28160 "dlls/mshtml/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mshtml/tests/Makefile" ;;
28161 "dlls/msi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msi/Makefile" ;;
28162 "dlls/msi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msi/tests/Makefile" ;;
28163 "dlls/msimg32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msimg32/Makefile" ;;
28164 "dlls/msimtf/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msimtf/Makefile" ;;
28165 "dlls/msisip/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msisip/Makefile" ;;
28166 "dlls/msisys.ocx/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msisys.ocx/Makefile" ;;
28167 "dlls/msnet32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msnet32/Makefile" ;;
28168 "dlls/msrle32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msrle32/Makefile" ;;
28169 "dlls/mssip32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mssip32/Makefile" ;;
28170 "dlls/mstask/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mstask/Makefile" ;;
28171 "dlls/mstask/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mstask/tests/Makefile" ;;
28172 "dlls/msvcirt/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcirt/Makefile" ;;
28173 "dlls/msvcr71/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcr71/Makefile" ;;
28174 "dlls/msvcrt/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcrt/Makefile" ;;
28175 "dlls/msvcrt/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcrt/tests/Makefile" ;;
28176 "dlls/msvcrt20/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcrt20/Makefile" ;;
28177 "dlls/msvcrt40/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcrt40/Makefile" ;;
28178 "dlls/msvcrtd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcrtd/Makefile" ;;
28179 "dlls/msvcrtd/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcrtd/tests/Makefile" ;;
28180 "dlls/msvfw32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvfw32/Makefile" ;;
28181 "dlls/msvidc32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvidc32/Makefile" ;;
28182 "dlls/mswsock/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mswsock/Makefile" ;;
28183 "dlls/msxml3/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msxml3/Makefile" ;;
28184 "dlls/msxml3/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msxml3/tests/Makefile" ;;
28185 "dlls/nddeapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/nddeapi/Makefile" ;;
28186 "dlls/netapi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/netapi32/Makefile" ;;
28187 "dlls/netapi32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/netapi32/tests/Makefile" ;;
28188 "dlls/newdev/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/newdev/Makefile" ;;
28189 "dlls/ntdll/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ntdll/Makefile" ;;
28190 "dlls/ntdll/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ntdll/tests/Makefile" ;;
28191 "dlls/ntdsapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ntdsapi/Makefile" ;;
28192 "dlls/ntdsapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ntdsapi/tests/Makefile" ;;
28193 "dlls/ntoskrnl.exe/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ntoskrnl.exe/Makefile" ;;
28194 "dlls/ntprint/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ntprint/Makefile" ;;
28195 "dlls/ntprint/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ntprint/tests/Makefile" ;;
28196 "dlls/objsel/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/objsel/Makefile" ;;
28197 "dlls/odbc32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/odbc32/Makefile" ;;
28198 "dlls/odbccp32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/odbccp32/Makefile" ;;
28199 "dlls/odbccp32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/odbccp32/tests/Makefile" ;;
28200 "dlls/ole32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ole32/Makefile" ;;
28201 "dlls/ole32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ole32/tests/Makefile" ;;
28202 "dlls/oleacc/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/oleacc/Makefile" ;;
28203 "dlls/oleacc/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/oleacc/tests/Makefile" ;;
28204 "dlls/oleaut32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/oleaut32/Makefile" ;;
28205 "dlls/oleaut32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/oleaut32/tests/Makefile" ;;
28206 "dlls/olecli32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/olecli32/Makefile" ;;
28207 "dlls/oledlg/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/oledlg/Makefile" ;;
28208 "dlls/olepro32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/olepro32/Makefile" ;;
28209 "dlls/olesvr32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/olesvr32/Makefile" ;;
28210 "dlls/olethk32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/olethk32/Makefile" ;;
28211 "dlls/opengl32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/opengl32/Makefile" ;;
28212 "dlls/opengl32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/opengl32/tests/Makefile" ;;
28213 "dlls/pdh/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/pdh/Makefile" ;;
28214 "dlls/pdh/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/pdh/tests/Makefile" ;;
28215 "dlls/powrprof/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/powrprof/Makefile" ;;
28216 "dlls/printui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/printui/Makefile" ;;
28217 "dlls/propsys/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/propsys/Makefile" ;;
28218 "dlls/psapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/psapi/Makefile" ;;
28219 "dlls/psapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/psapi/tests/Makefile" ;;
28220 "dlls/pstorec/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/pstorec/Makefile" ;;
28221 "dlls/qcap/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/qcap/Makefile" ;;
28222 "dlls/qedit/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/qedit/Makefile" ;;
28223 "dlls/qedit/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/qedit/tests/Makefile" ;;
28224 "dlls/qmgr/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/qmgr/Makefile" ;;
28225 "dlls/qmgr/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/qmgr/tests/Makefile" ;;
28226 "dlls/qmgrprxy/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/qmgrprxy/Makefile" ;;
28227 "dlls/quartz/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/quartz/Makefile" ;;
28228 "dlls/quartz/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/quartz/tests/Makefile" ;;
28229 "dlls/query/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/query/Makefile" ;;
28230 "dlls/rasapi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rasapi32/Makefile" ;;
28231 "dlls/rasapi32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rasapi32/tests/Makefile" ;;
28232 "dlls/resutils/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/resutils/Makefile" ;;
28233 "dlls/riched20/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/riched20/Makefile" ;;
28234 "dlls/riched20/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/riched20/tests/Makefile" ;;
28235 "dlls/riched32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/riched32/Makefile" ;;
28236 "dlls/riched32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/riched32/tests/Makefile" ;;
28237 "dlls/rpcrt4/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rpcrt4/Makefile" ;;
28238 "dlls/rpcrt4/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rpcrt4/tests/Makefile" ;;
28239 "dlls/rsabase/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rsabase/Makefile" ;;
28240 "dlls/rsaenh/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rsaenh/Makefile" ;;
28241 "dlls/rsaenh/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rsaenh/tests/Makefile" ;;
28242 "dlls/sane.ds/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sane.ds/Makefile" ;;
28243 "dlls/sccbase/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sccbase/Makefile" ;;
28244 "dlls/schannel/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/schannel/Makefile" ;;
28245 "dlls/schannel/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/schannel/tests/Makefile" ;;
28246 "dlls/secur32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/secur32/Makefile" ;;
28247 "dlls/secur32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/secur32/tests/Makefile" ;;
28248 "dlls/security/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/security/Makefile" ;;
28249 "dlls/sensapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sensapi/Makefile" ;;
28250 "dlls/serialui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/serialui/Makefile" ;;
28251 "dlls/serialui/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/serialui/tests/Makefile" ;;
28252 "dlls/setupapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/setupapi/Makefile" ;;
28253 "dlls/setupapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/setupapi/tests/Makefile" ;;
28254 "dlls/sfc/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sfc/Makefile" ;;
28255 "dlls/sfc_os/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sfc_os/Makefile" ;;
28256 "dlls/shdoclc/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shdoclc/Makefile" ;;
28257 "dlls/shdocvw/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shdocvw/Makefile" ;;
28258 "dlls/shdocvw/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shdocvw/tests/Makefile" ;;
28259 "dlls/shell32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shell32/Makefile" ;;
28260 "dlls/shell32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shell32/tests/Makefile" ;;
28261 "dlls/shfolder/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shfolder/Makefile" ;;
28262 "dlls/shlwapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shlwapi/Makefile" ;;
28263 "dlls/shlwapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shlwapi/tests/Makefile" ;;
28264 "dlls/slbcsp/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/slbcsp/Makefile" ;;
28265 "dlls/slc/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/slc/Makefile" ;;
28266 "dlls/snmpapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/snmpapi/Makefile" ;;
28267 "dlls/snmpapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/snmpapi/tests/Makefile" ;;
28268 "dlls/softpub/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/softpub/Makefile" ;;
28269 "dlls/spoolss/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/spoolss/Makefile" ;;
28270 "dlls/spoolss/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/spoolss/tests/Makefile" ;;
28271 "dlls/stdole2.tlb/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/stdole2.tlb/Makefile" ;;
28272 "dlls/stdole32.tlb/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/stdole32.tlb/Makefile" ;;
28273 "dlls/sti/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sti/Makefile" ;;
28274 "dlls/strmiids/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/strmiids/Makefile" ;;
28275 "dlls/svrapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/svrapi/Makefile" ;;
28276 "dlls/sxs/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sxs/Makefile" ;;
28277 "dlls/tapi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/tapi32/Makefile" ;;
28278 "dlls/twain_32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/twain_32/Makefile" ;;
28279 "dlls/unicows/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/unicows/Makefile" ;;
28280 "dlls/url/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/url/Makefile" ;;
28281 "dlls/urlmon/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/urlmon/Makefile" ;;
28282 "dlls/urlmon/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/urlmon/tests/Makefile" ;;
28283 "dlls/user32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/user32/Makefile" ;;
28284 "dlls/user32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/user32/tests/Makefile" ;;
28285 "dlls/userenv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/userenv/Makefile" ;;
28286 "dlls/userenv/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/userenv/tests/Makefile" ;;
28287 "dlls/usp10/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/usp10/Makefile" ;;
28288 "dlls/usp10/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/usp10/tests/Makefile" ;;
28289 "dlls/uuid/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/uuid/Makefile" ;;
28290 "dlls/uxtheme/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/uxtheme/Makefile" ;;
28291 "dlls/uxtheme/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/uxtheme/tests/Makefile" ;;
28292 "dlls/vdhcp.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/vdhcp.vxd/Makefile" ;;
28293 "dlls/vdmdbg/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/vdmdbg/Makefile" ;;
28294 "dlls/version/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/version/Makefile" ;;
28295 "dlls/version/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/version/tests/Makefile" ;;
28296 "dlls/vmm.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/vmm.vxd/Makefile" ;;
28297 "dlls/vnbt.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/vnbt.vxd/Makefile" ;;
28298 "dlls/vnetbios.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/vnetbios.vxd/Makefile" ;;
28299 "dlls/vtdapi.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/vtdapi.vxd/Makefile" ;;
28300 "dlls/vwin32.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/vwin32.vxd/Makefile" ;;
28301 "dlls/w32skrnl/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/w32skrnl/Makefile" ;;
28302 "dlls/winealsa.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winealsa.drv/Makefile" ;;
28303 "dlls/wineaudioio.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wineaudioio.drv/Makefile" ;;
28304 "dlls/winecoreaudio.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winecoreaudio.drv/Makefile" ;;
28305 "dlls/winecrt0/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winecrt0/Makefile" ;;
28306 "dlls/wined3d/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wined3d/Makefile" ;;
28307 "dlls/winedos/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winedos/Makefile" ;;
28308 "dlls/wineesd.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wineesd.drv/Makefile" ;;
28309 "dlls/winejack.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winejack.drv/Makefile" ;;
28310 "dlls/winejoystick.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winejoystick.drv/Makefile" ;;
28311 "dlls/winemp3.acm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winemp3.acm/Makefile" ;;
28312 "dlls/winenas.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winenas.drv/Makefile" ;;
28313 "dlls/wineoss.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wineoss.drv/Makefile" ;;
28314 "dlls/wineps.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wineps.drv/Makefile" ;;
28315 "dlls/winequartz.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winequartz.drv/Makefile" ;;
28316 "dlls/winex11.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winex11.drv/Makefile" ;;
28317 "dlls/wing32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wing32/Makefile" ;;
28318 "dlls/winhttp/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winhttp/Makefile" ;;
28319 "dlls/winhttp/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winhttp/tests/Makefile" ;;
28320 "dlls/wininet/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wininet/Makefile" ;;
28321 "dlls/wininet/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wininet/tests/Makefile" ;;
28322 "dlls/winmm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winmm/Makefile" ;;
28323 "dlls/winmm/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winmm/tests/Makefile" ;;
28324 "dlls/winnls32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winnls32/Makefile" ;;
28325 "dlls/winscard/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winscard/Makefile" ;;
28326 "dlls/winspool.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winspool.drv/Makefile" ;;
28327 "dlls/winspool.drv/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winspool.drv/tests/Makefile" ;;
28328 "dlls/wintab32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wintab32/Makefile" ;;
28329 "dlls/wintrust/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wintrust/Makefile" ;;
28330 "dlls/wintrust/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wintrust/tests/Makefile" ;;
28331 "dlls/wldap32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wldap32/Makefile" ;;
28332 "dlls/wldap32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wldap32/tests/Makefile" ;;
28333 "dlls/wmi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wmi/Makefile" ;;
28334 "dlls/wnaspi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wnaspi32/Makefile" ;;
28335 "dlls/wow32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wow32/Makefile" ;;
28336 "dlls/ws2_32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ws2_32/Makefile" ;;
28337 "dlls/ws2_32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ws2_32/tests/Makefile" ;;
28338 "dlls/wsock32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wsock32/Makefile" ;;
28339 "dlls/wtsapi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wtsapi32/Makefile" ;;
28340 "dlls/xinput1_1/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/xinput1_1/Makefile" ;;
28341 "dlls/xinput1_2/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/xinput1_2/Makefile" ;;
28342 "dlls/xinput1_3/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/xinput1_3/Makefile" ;;
28343 "dlls/xinput1_3/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/xinput1_3/tests/Makefile" ;;
28344 "dlls/xinput9_1_0/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/xinput9_1_0/Makefile" ;;
28345 "documentation/Makefile") CONFIG_FILES="$CONFIG_FILES documentation/Makefile" ;;
28346 "fonts/Makefile") CONFIG_FILES="$CONFIG_FILES fonts/Makefile" ;;
28347 "include/Makefile") CONFIG_FILES="$CONFIG_FILES include/Makefile" ;;
28348 "libs/Makefile") CONFIG_FILES="$CONFIG_FILES libs/Makefile" ;;
28349 "libs/port/Makefile") CONFIG_FILES="$CONFIG_FILES libs/port/Makefile" ;;
28350 "libs/wine/Makefile") CONFIG_FILES="$CONFIG_FILES libs/wine/Makefile" ;;
28351 "libs/wpp/Makefile") CONFIG_FILES="$CONFIG_FILES libs/wpp/Makefile" ;;
28352 "loader/Makefile") CONFIG_FILES="$CONFIG_FILES loader/Makefile" ;;
28353 "programs/Makefile") CONFIG_FILES="$CONFIG_FILES programs/Makefile" ;;
28354 "programs/clock/Makefile") CONFIG_FILES="$CONFIG_FILES programs/clock/Makefile" ;;
28355 "programs/cmd/Makefile") CONFIG_FILES="$CONFIG_FILES programs/cmd/Makefile" ;;
28356 "programs/cmdlgtst/Makefile") CONFIG_FILES="$CONFIG_FILES programs/cmdlgtst/Makefile" ;;
28357 "programs/control/Makefile") CONFIG_FILES="$CONFIG_FILES programs/control/Makefile" ;;
28358 "programs/eject/Makefile") CONFIG_FILES="$CONFIG_FILES programs/eject/Makefile" ;;
28359 "programs/expand/Makefile") CONFIG_FILES="$CONFIG_FILES programs/expand/Makefile" ;;
28360 "programs/explorer/Makefile") CONFIG_FILES="$CONFIG_FILES programs/explorer/Makefile" ;;
28361 "programs/hh/Makefile") CONFIG_FILES="$CONFIG_FILES programs/hh/Makefile" ;;
28362 "programs/icinfo/Makefile") CONFIG_FILES="$CONFIG_FILES programs/icinfo/Makefile" ;;
28363 "programs/iexplore/Makefile") CONFIG_FILES="$CONFIG_FILES programs/iexplore/Makefile" ;;
28364 "programs/msiexec/Makefile") CONFIG_FILES="$CONFIG_FILES programs/msiexec/Makefile" ;;
28365 "programs/net/Makefile") CONFIG_FILES="$CONFIG_FILES programs/net/Makefile" ;;
28366 "programs/notepad/Makefile") CONFIG_FILES="$CONFIG_FILES programs/notepad/Makefile" ;;
28367 "programs/oleview/Makefile") CONFIG_FILES="$CONFIG_FILES programs/oleview/Makefile" ;;
28368 "programs/progman/Makefile") CONFIG_FILES="$CONFIG_FILES programs/progman/Makefile" ;;
28369 "programs/reg/Makefile") CONFIG_FILES="$CONFIG_FILES programs/reg/Makefile" ;;
28370 "programs/regedit/Makefile") CONFIG_FILES="$CONFIG_FILES programs/regedit/Makefile" ;;
28371 "programs/regsvr32/Makefile") CONFIG_FILES="$CONFIG_FILES programs/regsvr32/Makefile" ;;
28372 "programs/rpcss/Makefile") CONFIG_FILES="$CONFIG_FILES programs/rpcss/Makefile" ;;
28373 "programs/rundll32/Makefile") CONFIG_FILES="$CONFIG_FILES programs/rundll32/Makefile" ;;
28374 "programs/secedit/Makefile") CONFIG_FILES="$CONFIG_FILES programs/secedit/Makefile" ;;
28375 "programs/services/Makefile") CONFIG_FILES="$CONFIG_FILES programs/services/Makefile" ;;
28376 "programs/spoolsv/Makefile") CONFIG_FILES="$CONFIG_FILES programs/spoolsv/Makefile" ;;
28377 "programs/start/Makefile") CONFIG_FILES="$CONFIG_FILES programs/start/Makefile" ;;
28378 "programs/svchost/Makefile") CONFIG_FILES="$CONFIG_FILES programs/svchost/Makefile" ;;
28379 "programs/taskmgr/Makefile") CONFIG_FILES="$CONFIG_FILES programs/taskmgr/Makefile" ;;
28380 "programs/uninstaller/Makefile") CONFIG_FILES="$CONFIG_FILES programs/uninstaller/Makefile" ;;
28381 "programs/view/Makefile") CONFIG_FILES="$CONFIG_FILES programs/view/Makefile" ;;
28382 "programs/wineboot/Makefile") CONFIG_FILES="$CONFIG_FILES programs/wineboot/Makefile" ;;
28383 "programs/winebrowser/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winebrowser/Makefile" ;;
28384 "programs/winecfg/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winecfg/Makefile" ;;
28385 "programs/wineconsole/Makefile") CONFIG_FILES="$CONFIG_FILES programs/wineconsole/Makefile" ;;
28386 "programs/winedbg/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winedbg/Makefile" ;;
28387 "programs/winedevice/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winedevice/Makefile" ;;
28388 "programs/winefile/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winefile/Makefile" ;;
28389 "programs/winemenubuilder/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winemenubuilder/Makefile" ;;
28390 "programs/winemine/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winemine/Makefile" ;;
28391 "programs/winepath/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winepath/Makefile" ;;
28392 "programs/winetest/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winetest/Makefile" ;;
28393 "programs/winevdm/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winevdm/Makefile" ;;
28394 "programs/winhlp32/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winhlp32/Makefile" ;;
28395 "programs/winver/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winver/Makefile" ;;
28396 "programs/wordpad/Makefile") CONFIG_FILES="$CONFIG_FILES programs/wordpad/Makefile" ;;
28397 "programs/write/Makefile") CONFIG_FILES="$CONFIG_FILES programs/write/Makefile" ;;
28398 "programs/xcopy/Makefile") CONFIG_FILES="$CONFIG_FILES programs/xcopy/Makefile" ;;
28399 "server/Makefile") CONFIG_FILES="$CONFIG_FILES server/Makefile" ;;
28400 "tools/Makefile") CONFIG_FILES="$CONFIG_FILES tools/Makefile" ;;
28401 "tools/widl/Makefile") CONFIG_FILES="$CONFIG_FILES tools/widl/Makefile" ;;
28402 "tools/winebuild/Makefile") CONFIG_FILES="$CONFIG_FILES tools/winebuild/Makefile" ;;
28403 "tools/winedump/Makefile") CONFIG_FILES="$CONFIG_FILES tools/winedump/Makefile" ;;
28404 "tools/winegcc/Makefile") CONFIG_FILES="$CONFIG_FILES tools/winegcc/Makefile" ;;
28405 "tools/wmc/Makefile") CONFIG_FILES="$CONFIG_FILES tools/wmc/Makefile" ;;
28406 "tools/wrc/Makefile") CONFIG_FILES="$CONFIG_FILES tools/wrc/Makefile" ;;
28408 *) { { $as_echo "$as_me:$LINENO: error: invalid argument: $ac_config_target" >&5
28409 $as_echo "$as_me: error: invalid argument: $ac_config_target" >&2;}
28410 { (exit 1); exit 1; }; };;
28411 esac
28412 done
28415 # If the user did not use the arguments to specify the items to instantiate,
28416 # then the envvar interface is used. Set only those that are not.
28417 # We use the long form for the default assignment because of an extremely
28418 # bizarre bug on SunOS 4.1.3.
28419 if $ac_need_defaults; then
28420 test "${CONFIG_FILES+set}" = set || CONFIG_FILES=$config_files
28421 test "${CONFIG_HEADERS+set}" = set || CONFIG_HEADERS=$config_headers
28422 test "${CONFIG_COMMANDS+set}" = set || CONFIG_COMMANDS=$config_commands
28425 # Have a temporary directory for convenience. Make it in the build tree
28426 # simply because there is no reason against having it here, and in addition,
28427 # creating and moving files from /tmp can sometimes cause problems.
28428 # Hook for its removal unless debugging.
28429 # Note that there is a small window in which the directory will not be cleaned:
28430 # after its creation but before its name has been assigned to `$tmp'.
28431 $debug ||
28433 tmp=
28434 trap 'exit_status=$?
28435 { test -z "$tmp" || test ! -d "$tmp" || rm -fr "$tmp"; } && exit $exit_status
28437 trap '{ (exit 1); exit 1; }' 1 2 13 15
28439 # Create a (secure) tmp directory for tmp files.
28442 tmp=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` &&
28443 test -n "$tmp" && test -d "$tmp"
28444 } ||
28446 tmp=./conf$$-$RANDOM
28447 (umask 077 && mkdir "$tmp")
28448 } ||
28450 $as_echo "$as_me: cannot create a temporary directory in ." >&2
28451 { (exit 1); exit 1; }
28454 # Set up the scripts for CONFIG_FILES section.
28455 # No need to generate them if there are no CONFIG_FILES.
28456 # This happens for instance with `./config.status config.h'.
28457 if test -n "$CONFIG_FILES"; then
28459 if $AWK 'BEGIN { getline <"/dev/null" }' </dev/null 2>/dev/null; then
28460 ac_cs_awk_getline=:
28461 ac_cs_awk_pipe_init=
28462 ac_cs_awk_read_file='
28463 while ((getline aline < (F[key])) > 0)
28464 print(aline)
28465 close(F[key])'
28466 ac_cs_awk_pipe_fini=
28467 else
28468 ac_cs_awk_getline=false
28469 ac_cs_awk_pipe_init="print \"cat <<'|#_!!_#|' &&\""
28470 ac_cs_awk_read_file='
28471 print "|#_!!_#|"
28472 print "cat " F[key] " &&"
28473 '$ac_cs_awk_pipe_init
28474 # The final `:' finishes the AND list.
28475 ac_cs_awk_pipe_fini='END { print "|#_!!_#|"; print ":" }'
28477 ac_cr=' '
28478 ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
28479 if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
28480 ac_cs_awk_cr='\\r'
28481 else
28482 ac_cs_awk_cr=$ac_cr
28485 echo 'BEGIN {' >"$tmp/subs1.awk" &&
28486 _ACEOF
28488 # Create commands to substitute file output variables.
28490 echo "cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1" &&
28491 echo 'cat >>"\$tmp/subs1.awk" <<\\_ACAWK &&' &&
28492 echo "$ac_subst_files" | sed 's/.*/F["&"]="$&"/' &&
28493 echo "_ACAWK" &&
28494 echo "_ACEOF"
28495 } >conf$$files.sh &&
28496 . ./conf$$files.sh ||
28497 { { $as_echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5
28498 $as_echo "$as_me: error: could not make $CONFIG_STATUS" >&2;}
28499 { (exit 1); exit 1; }; }
28500 rm -f conf$$files.sh
28503 echo "cat >conf$$subs.awk <<_ACEOF" &&
28504 echo "$ac_subst_vars" | sed 's/.*/&!$&$ac_delim/' &&
28505 echo "_ACEOF"
28506 } >conf$$subs.sh ||
28507 { { $as_echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5
28508 $as_echo "$as_me: error: could not make $CONFIG_STATUS" >&2;}
28509 { (exit 1); exit 1; }; }
28510 ac_delim_num=`echo "$ac_subst_vars" | grep -c '$'`
28511 ac_delim='%!_!# '
28512 for ac_last_try in false false false false false :; do
28513 . ./conf$$subs.sh ||
28514 { { $as_echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5
28515 $as_echo "$as_me: error: could not make $CONFIG_STATUS" >&2;}
28516 { (exit 1); exit 1; }; }
28518 ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X`
28519 if test $ac_delim_n = $ac_delim_num; then
28520 break
28521 elif $ac_last_try; then
28522 { { $as_echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5
28523 $as_echo "$as_me: error: could not make $CONFIG_STATUS" >&2;}
28524 { (exit 1); exit 1; }; }
28525 else
28526 ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
28528 done
28529 rm -f conf$$subs.sh
28531 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
28532 cat >>"\$tmp/subs1.awk" <<\\_ACAWK &&
28533 _ACEOF
28534 sed -n '
28536 s/^/S["/; s/!.*/"]=/
28539 s/^[^!]*!//
28540 :repl
28541 t repl
28542 s/'"$ac_delim"'$//
28543 t delim
28546 s/\(.\{148\}\).*/\1/
28547 t more1
28548 s/["\\]/\\&/g; s/^/"/; s/$/\\n"\\/
28551 b repl
28552 :more1
28553 s/["\\]/\\&/g; s/^/"/; s/$/"\\/
28556 s/.\{148\}//
28557 t nl
28558 :delim
28560 s/\(.\{148\}\).*/\1/
28561 t more2
28562 s/["\\]/\\&/g; s/^/"/; s/$/"/
28565 :more2
28566 s/["\\]/\\&/g; s/^/"/; s/$/"\\/
28569 s/.\{148\}//
28570 t delim
28571 ' <conf$$subs.awk | sed '
28572 /^[^""]/{
28574 s/\n//
28576 ' >>$CONFIG_STATUS || ac_write_fail=1
28577 rm -f conf$$subs.awk
28578 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
28579 _ACAWK
28580 cat >>"\$tmp/subs1.awk" <<_ACAWK &&
28581 for (key in S) S_is_set[key] = 1
28582 FS = "\a"
28583 \$ac_cs_awk_pipe_init
28586 line = $ 0
28587 nfields = split(line, field, "@")
28588 substed = 0
28589 len = length(field[1])
28590 for (i = 2; i < nfields; i++) {
28591 key = field[i]
28592 keylen = length(key)
28593 if (S_is_set[key]) {
28594 value = S[key]
28595 line = substr(line, 1, len) "" value "" substr(line, len + keylen + 3)
28596 len += length(value) + length(field[++i])
28597 substed = 1
28598 } else
28599 len += 1 + keylen
28601 if (nfields == 3 && !substed) {
28602 key = field[2]
28603 if (F[key] != "" && line ~ /^[ ]*@.*@[ ]*$/) {
28604 \$ac_cs_awk_read_file
28605 next
28608 print line
28610 \$ac_cs_awk_pipe_fini
28611 _ACAWK
28612 _ACEOF
28613 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
28614 if sed "s/$ac_cr//" < /dev/null > /dev/null 2>&1; then
28615 sed "s/$ac_cr\$//; s/$ac_cr/$ac_cs_awk_cr/g"
28616 else
28618 fi < "$tmp/subs1.awk" > "$tmp/subs.awk" \
28619 || { { $as_echo "$as_me:$LINENO: error: could not setup config files machinery" >&5
28620 $as_echo "$as_me: error: could not setup config files machinery" >&2;}
28621 { (exit 1); exit 1; }; }
28622 _ACEOF
28624 # VPATH may cause trouble with some makes, so we remove $(srcdir),
28625 # ${srcdir} and @srcdir@ from VPATH if srcdir is ".", strip leading and
28626 # trailing colons and then remove the whole line if VPATH becomes empty
28627 # (actually we leave an empty line to preserve line numbers).
28628 if test "x$srcdir" = x.; then
28629 ac_vpsub='/^[ ]*VPATH[ ]*=/{
28630 s/:*\$(srcdir):*/:/
28631 s/:*\${srcdir}:*/:/
28632 s/:*@srcdir@:*/:/
28633 s/^\([^=]*=[ ]*\):*/\1/
28634 s/:*$//
28635 s/^[^=]*=[ ]*$//
28639 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
28640 fi # test -n "$CONFIG_FILES"
28642 # Set up the scripts for CONFIG_HEADERS section.
28643 # No need to generate them if there are no CONFIG_HEADERS.
28644 # This happens for instance with `./config.status Makefile'.
28645 if test -n "$CONFIG_HEADERS"; then
28646 cat >"$tmp/defines.awk" <<\_ACAWK ||
28647 BEGIN {
28648 _ACEOF
28650 # Transform confdefs.h into an awk script `defines.awk', embedded as
28651 # here-document in config.status, that substitutes the proper values into
28652 # config.h.in to produce config.h.
28654 # Create a delimiter string that does not exist in confdefs.h, to ease
28655 # handling of long lines.
28656 ac_delim='%!_!# '
28657 for ac_last_try in false false :; do
28658 ac_t=`sed -n "/$ac_delim/p" confdefs.h`
28659 if test -z "$ac_t"; then
28660 break
28661 elif $ac_last_try; then
28662 { { $as_echo "$as_me:$LINENO: error: could not make $CONFIG_HEADERS" >&5
28663 $as_echo "$as_me: error: could not make $CONFIG_HEADERS" >&2;}
28664 { (exit 1); exit 1; }; }
28665 else
28666 ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
28668 done
28670 # For the awk script, D is an array of macro values keyed by name,
28671 # likewise P contains macro parameters if any. Preserve backslash
28672 # newline sequences.
28674 ac_word_re=[_$as_cr_Letters][_$as_cr_alnum]*
28675 sed -n '
28676 s/.\{148\}/&'"$ac_delim"'/g
28677 t rset
28678 :rset
28679 s/^[ ]*#[ ]*define[ ][ ]*/ /
28680 t def
28682 :def
28683 s/\\$//
28684 t bsnl
28685 s/["\\]/\\&/g
28686 s/^ \('"$ac_word_re"'\)\(([^()]*)\)[ ]*\(.*\)/P["\1"]="\2"\
28687 D["\1"]=" \3"/p
28688 s/^ \('"$ac_word_re"'\)[ ]*\(.*\)/D["\1"]=" \2"/p
28690 :bsnl
28691 s/["\\]/\\&/g
28692 s/^ \('"$ac_word_re"'\)\(([^()]*)\)[ ]*\(.*\)/P["\1"]="\2"\
28693 D["\1"]=" \3\\\\\\n"\\/p
28694 t cont
28695 s/^ \('"$ac_word_re"'\)[ ]*\(.*\)/D["\1"]=" \2\\\\\\n"\\/p
28696 t cont
28698 :cont
28700 s/.\{148\}/&'"$ac_delim"'/g
28701 t clear
28702 :clear
28703 s/\\$//
28704 t bsnlc
28705 s/["\\]/\\&/g; s/^/"/; s/$/"/p
28707 :bsnlc
28708 s/["\\]/\\&/g; s/^/"/; s/$/\\\\\\n"\\/p
28709 b cont
28710 ' <confdefs.h | sed '
28711 s/'"$ac_delim"'/"\\\
28712 "/g' >>$CONFIG_STATUS || ac_write_fail=1
28714 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
28715 for (key in D) D_is_set[key] = 1
28716 FS = "\a"
28718 /^[\t ]*#[\t ]*(define|undef)[\t ]+$ac_word_re([\t (]|\$)/ {
28719 line = \$ 0
28720 split(line, arg, " ")
28721 if (arg[1] == "#") {
28722 defundef = arg[2]
28723 mac1 = arg[3]
28724 } else {
28725 defundef = substr(arg[1], 2)
28726 mac1 = arg[2]
28728 split(mac1, mac2, "(") #)
28729 macro = mac2[1]
28730 prefix = substr(line, 1, index(line, defundef) - 1)
28731 if (D_is_set[macro]) {
28732 # Preserve the white space surrounding the "#".
28733 print prefix "define", macro P[macro] D[macro]
28734 next
28735 } else {
28736 # Replace #undef with comments. This is necessary, for example,
28737 # in the case of _POSIX_SOURCE, which is predefined and required
28738 # on some systems where configure will not decide to define it.
28739 if (defundef == "undef") {
28740 print "/*", prefix defundef, macro, "*/"
28741 next
28745 { print }
28746 _ACAWK
28747 _ACEOF
28748 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
28749 { { $as_echo "$as_me:$LINENO: error: could not setup config headers machinery" >&5
28750 $as_echo "$as_me: error: could not setup config headers machinery" >&2;}
28751 { (exit 1); exit 1; }; }
28752 fi # test -n "$CONFIG_HEADERS"
28755 eval set X " :F $CONFIG_FILES :H $CONFIG_HEADERS :C $CONFIG_COMMANDS"
28756 shift
28757 for ac_tag
28759 case $ac_tag in
28760 :[FHLC]) ac_mode=$ac_tag; continue;;
28761 esac
28762 case $ac_mode$ac_tag in
28763 :[FHL]*:*);;
28764 :L* | :C*:*) { { $as_echo "$as_me:$LINENO: error: invalid tag $ac_tag" >&5
28765 $as_echo "$as_me: error: invalid tag $ac_tag" >&2;}
28766 { (exit 1); exit 1; }; };;
28767 :[FH]-) ac_tag=-:-;;
28768 :[FH]*) ac_tag=$ac_tag:$ac_tag.in;;
28769 esac
28770 ac_save_IFS=$IFS
28771 IFS=:
28772 set x $ac_tag
28773 IFS=$ac_save_IFS
28774 shift
28775 ac_file=$1
28776 shift
28778 case $ac_mode in
28779 :L) ac_source=$1;;
28780 :[FH])
28781 ac_file_inputs=
28782 for ac_f
28784 case $ac_f in
28785 -) ac_f="$tmp/stdin";;
28786 *) # Look for the file first in the build tree, then in the source tree
28787 # (if the path is not absolute). The absolute path cannot be DOS-style,
28788 # because $ac_f cannot contain `:'.
28789 test -f "$ac_f" ||
28790 case $ac_f in
28791 [\\/$]*) false;;
28792 *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";;
28793 esac ||
28794 { { $as_echo "$as_me:$LINENO: error: cannot find input file: $ac_f" >&5
28795 $as_echo "$as_me: error: cannot find input file: $ac_f" >&2;}
28796 { (exit 1); exit 1; }; };;
28797 esac
28798 case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
28799 ac_file_inputs="$ac_file_inputs '$ac_f'"
28800 done
28802 # Let's still pretend it is `configure' which instantiates (i.e., don't
28803 # use $as_me), people would be surprised to read:
28804 # /* config.h. Generated by config.status. */
28805 configure_input='Generated from '`
28806 $as_echo "$*" | sed 's|^[^:]*/||;s|:[^:]*/|, |g'
28807 `' by configure.'
28808 if test x"$ac_file" != x-; then
28809 configure_input="$ac_file. $configure_input"
28810 { $as_echo "$as_me:$LINENO: creating $ac_file" >&5
28811 $as_echo "$as_me: creating $ac_file" >&6;}
28813 # Neutralize special characters interpreted by sed in replacement strings.
28814 case $configure_input in #(
28815 *\&* | *\|* | *\\* )
28816 ac_sed_conf_input=`$as_echo "$configure_input" |
28817 sed 's/[\\\\&|]/\\\\&/g'`;; #(
28818 *) ac_sed_conf_input=$configure_input;;
28819 esac
28821 case $ac_tag in
28822 *:-:* | *:-) cat >"$tmp/stdin" \
28823 || { { $as_echo "$as_me:$LINENO: error: could not create $ac_file" >&5
28824 $as_echo "$as_me: error: could not create $ac_file" >&2;}
28825 { (exit 1); exit 1; }; } ;;
28826 esac
28828 esac
28830 ac_dir=`$as_dirname -- "$ac_file" ||
28831 $as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
28832 X"$ac_file" : 'X\(//\)[^/]' \| \
28833 X"$ac_file" : 'X\(//\)$' \| \
28834 X"$ac_file" : 'X\(/\)' \| . 2>/dev/null ||
28835 $as_echo X"$ac_file" |
28836 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
28837 s//\1/
28840 /^X\(\/\/\)[^/].*/{
28841 s//\1/
28844 /^X\(\/\/\)$/{
28845 s//\1/
28848 /^X\(\/\).*/{
28849 s//\1/
28852 s/.*/./; q'`
28853 { as_dir="$ac_dir"
28854 case $as_dir in #(
28855 -*) as_dir=./$as_dir;;
28856 esac
28857 test -d "$as_dir" || { $as_mkdir_p && mkdir -p "$as_dir"; } || {
28858 as_dirs=
28859 while :; do
28860 case $as_dir in #(
28861 *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
28862 *) as_qdir=$as_dir;;
28863 esac
28864 as_dirs="'$as_qdir' $as_dirs"
28865 as_dir=`$as_dirname -- "$as_dir" ||
28866 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
28867 X"$as_dir" : 'X\(//\)[^/]' \| \
28868 X"$as_dir" : 'X\(//\)$' \| \
28869 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
28870 $as_echo X"$as_dir" |
28871 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
28872 s//\1/
28875 /^X\(\/\/\)[^/].*/{
28876 s//\1/
28879 /^X\(\/\/\)$/{
28880 s//\1/
28883 /^X\(\/\).*/{
28884 s//\1/
28887 s/.*/./; q'`
28888 test -d "$as_dir" && break
28889 done
28890 test -z "$as_dirs" || eval "mkdir $as_dirs"
28891 } || test -d "$as_dir" || { { $as_echo "$as_me:$LINENO: error: cannot create directory $as_dir" >&5
28892 $as_echo "$as_me: error: cannot create directory $as_dir" >&2;}
28893 { (exit 1); exit 1; }; }; }
28894 ac_builddir=.
28896 case "$ac_dir" in
28897 .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
28899 ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
28900 # A ".." for each directory in $ac_dir_suffix.
28901 ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
28902 case $ac_top_builddir_sub in
28903 "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
28904 *) ac_top_build_prefix=$ac_top_builddir_sub/ ;;
28905 esac ;;
28906 esac
28907 ac_abs_top_builddir=$ac_pwd
28908 ac_abs_builddir=$ac_pwd$ac_dir_suffix
28909 # for backward compatibility:
28910 ac_top_builddir=$ac_top_build_prefix
28912 case $srcdir in
28913 .) # We are building in place.
28914 ac_srcdir=.
28915 ac_top_srcdir=$ac_top_builddir_sub
28916 ac_abs_top_srcdir=$ac_pwd ;;
28917 [\\/]* | ?:[\\/]* ) # Absolute name.
28918 ac_srcdir=$srcdir$ac_dir_suffix;
28919 ac_top_srcdir=$srcdir
28920 ac_abs_top_srcdir=$srcdir ;;
28921 *) # Relative name.
28922 ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
28923 ac_top_srcdir=$ac_top_build_prefix$srcdir
28924 ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
28925 esac
28926 ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
28929 case $ac_mode in
28932 # CONFIG_FILE
28935 case $INSTALL in
28936 [\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;;
28937 *) ac_INSTALL=$ac_top_build_prefix$INSTALL ;;
28938 esac
28939 _ACEOF
28941 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
28942 # If the template does not know about datarootdir, expand it.
28943 # FIXME: This hack should be removed a few years after 2.60.
28944 ac_datarootdir_hack=; ac_datarootdir_seen=
28946 ac_sed_dataroot='
28947 /datarootdir/ {
28951 /@datadir@/p
28952 /@docdir@/p
28953 /@infodir@/p
28954 /@localedir@/p
28955 /@mandir@/p
28957 case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in
28958 *datarootdir*) ac_datarootdir_seen=yes;;
28959 *@datadir@*|*@docdir@*|*@infodir@*|*@localedir@*|*@mandir@*)
28960 { $as_echo "$as_me:$LINENO: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5
28961 $as_echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;}
28962 _ACEOF
28963 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
28964 ac_datarootdir_hack='
28965 s&@datadir@&$datadir&g
28966 s&@docdir@&$docdir&g
28967 s&@infodir@&$infodir&g
28968 s&@localedir@&$localedir&g
28969 s&@mandir@&$mandir&g
28970 s&\\\${datarootdir}&$datarootdir&g' ;;
28971 esac
28972 _ACEOF
28974 # Neutralize VPATH when `$srcdir' = `.'.
28975 # Shell code in configure.ac might set extrasub.
28976 # FIXME: do we really want to maintain this feature?
28977 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
28978 ac_sed_extra="$ac_vpsub
28979 $extrasub
28980 _ACEOF
28981 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
28983 /@[a-zA-Z_][a-zA-Z_0-9]*@/!b
28984 s|@configure_input@|$ac_sed_conf_input|;t t
28985 s&@top_builddir@&$ac_top_builddir_sub&;t t
28986 s&@top_build_prefix@&$ac_top_build_prefix&;t t
28987 s&@srcdir@&$ac_srcdir&;t t
28988 s&@abs_srcdir@&$ac_abs_srcdir&;t t
28989 s&@top_srcdir@&$ac_top_srcdir&;t t
28990 s&@abs_top_srcdir@&$ac_abs_top_srcdir&;t t
28991 s&@builddir@&$ac_builddir&;t t
28992 s&@abs_builddir@&$ac_abs_builddir&;t t
28993 s&@abs_top_builddir@&$ac_abs_top_builddir&;t t
28994 s&@INSTALL@&$ac_INSTALL&;t t
28995 $ac_datarootdir_hack
28997 eval sed \"\$ac_sed_extra\" "$ac_file_inputs" |
28998 if $ac_cs_awk_getline; then
28999 $AWK -f "$tmp/subs.awk"
29000 else
29001 $AWK -f "$tmp/subs.awk" | $SHELL
29002 fi >$tmp/out \
29003 || { { $as_echo "$as_me:$LINENO: error: could not create $ac_file" >&5
29004 $as_echo "$as_me: error: could not create $ac_file" >&2;}
29005 { (exit 1); exit 1; }; }
29007 test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
29008 { ac_out=`sed -n '/\${datarootdir}/p' "$tmp/out"`; test -n "$ac_out"; } &&
29009 { ac_out=`sed -n '/^[ ]*datarootdir[ ]*:*=/p' "$tmp/out"`; test -z "$ac_out"; } &&
29010 { $as_echo "$as_me:$LINENO: WARNING: $ac_file contains a reference to the variable \`datarootdir'
29011 which seems to be undefined. Please make sure it is defined." >&5
29012 $as_echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir'
29013 which seems to be undefined. Please make sure it is defined." >&2;}
29015 rm -f "$tmp/stdin"
29016 case $ac_file in
29017 -) cat "$tmp/out" && rm -f "$tmp/out";;
29018 *) rm -f "$ac_file" && mv "$tmp/out" "$ac_file";;
29019 esac \
29020 || { { $as_echo "$as_me:$LINENO: error: could not create $ac_file" >&5
29021 $as_echo "$as_me: error: could not create $ac_file" >&2;}
29022 { (exit 1); exit 1; }; }
29026 # CONFIG_HEADER
29028 if test x"$ac_file" != x-; then
29030 $as_echo "/* $configure_input */" \
29031 && eval '$AWK -f "$tmp/defines.awk"' "$ac_file_inputs"
29032 } >"$tmp/config.h" \
29033 || { { $as_echo "$as_me:$LINENO: error: could not create $ac_file" >&5
29034 $as_echo "$as_me: error: could not create $ac_file" >&2;}
29035 { (exit 1); exit 1; }; }
29036 if diff "$ac_file" "$tmp/config.h" >/dev/null 2>&1; then
29037 { $as_echo "$as_me:$LINENO: $ac_file is unchanged" >&5
29038 $as_echo "$as_me: $ac_file is unchanged" >&6;}
29039 else
29040 rm -f "$ac_file"
29041 mv "$tmp/config.h" "$ac_file" \
29042 || { { $as_echo "$as_me:$LINENO: error: could not create $ac_file" >&5
29043 $as_echo "$as_me: error: could not create $ac_file" >&2;}
29044 { (exit 1); exit 1; }; }
29046 else
29047 $as_echo "/* $configure_input */" \
29048 && eval '$AWK -f "$tmp/defines.awk"' "$ac_file_inputs" \
29049 || { { $as_echo "$as_me:$LINENO: error: could not create -" >&5
29050 $as_echo "$as_me: error: could not create -" >&2;}
29051 { (exit 1); exit 1; }; }
29055 :C) { $as_echo "$as_me:$LINENO: executing $ac_file commands" >&5
29056 $as_echo "$as_me: executing $ac_file commands" >&6;}
29058 esac
29061 case $ac_file$ac_mode in
29062 "include/stamp-h":C) echo timestamp > include/stamp-h ;;
29063 "dlls/gdi32/enhmfdrv":C) test -d "dlls/gdi32/enhmfdrv" || ({ $as_echo "$as_me:$LINENO: creating dlls/gdi32/enhmfdrv" >&5
29064 $as_echo "$as_me: creating dlls/gdi32/enhmfdrv" >&6;} && mkdir "dlls/gdi32/enhmfdrv") ;;
29065 "dlls/gdi32/mfdrv":C) test -d "dlls/gdi32/mfdrv" || ({ $as_echo "$as_me:$LINENO: creating dlls/gdi32/mfdrv" >&5
29066 $as_echo "$as_me: creating dlls/gdi32/mfdrv" >&6;} && mkdir "dlls/gdi32/mfdrv") ;;
29067 "dlls/kernel32/nls":C) test -d "dlls/kernel32/nls" || ({ $as_echo "$as_me:$LINENO: creating dlls/kernel32/nls" >&5
29068 $as_echo "$as_me: creating dlls/kernel32/nls" >&6;} && mkdir "dlls/kernel32/nls") ;;
29069 "dlls/user32/resources":C) test -d "dlls/user32/resources" || ({ $as_echo "$as_me:$LINENO: creating dlls/user32/resources" >&5
29070 $as_echo "$as_me: creating dlls/user32/resources" >&6;} && mkdir "dlls/user32/resources") ;;
29071 "dlls/wineps.drv/data":C) test -d "dlls/wineps.drv/data" || ({ $as_echo "$as_me:$LINENO: creating dlls/wineps.drv/data" >&5
29072 $as_echo "$as_me: creating dlls/wineps.drv/data" >&6;} && mkdir "dlls/wineps.drv/data") ;;
29073 "include/wine":C) test -d "include/wine" || ({ $as_echo "$as_me:$LINENO: creating include/wine" >&5
29074 $as_echo "$as_me: creating include/wine" >&6;} && mkdir "include/wine") ;;
29076 esac
29077 done # for ac_tag
29080 { (exit 0); exit 0; }
29081 _ACEOF
29082 chmod +x $CONFIG_STATUS
29083 ac_clean_files=$ac_clean_files_save
29085 test $ac_write_fail = 0 ||
29086 { { $as_echo "$as_me:$LINENO: error: write failure creating $CONFIG_STATUS" >&5
29087 $as_echo "$as_me: error: write failure creating $CONFIG_STATUS" >&2;}
29088 { (exit 1); exit 1; }; }
29091 # configure is writing to config.log, and then calls config.status.
29092 # config.status does its own redirection, appending to config.log.
29093 # Unfortunately, on DOS this fails, as config.log is still kept open
29094 # by configure, so config.status won't be able to write to it; its
29095 # output is simply discarded. So we exec the FD to /dev/null,
29096 # effectively closing config.log, so it can be properly (re)opened and
29097 # appended to by config.status. When coming back to configure, we
29098 # need to make the FD available again.
29099 if test "$no_create" != yes; then
29100 ac_cs_success=:
29101 ac_config_status_args=
29102 test "$silent" = yes &&
29103 ac_config_status_args="$ac_config_status_args --quiet"
29104 exec 5>/dev/null
29105 $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success=false
29106 exec 5>>config.log
29107 # Use ||, not &&, to avoid exiting from the if with $? = 1, which
29108 # would make configure fail if this is the last instruction.
29109 $ac_cs_success || { (exit 1); exit 1; }
29111 if test -n "$ac_unrecognized_opts" && test "$enable_option_checking" != no; then
29112 { $as_echo "$as_me:$LINENO: WARNING: unrecognized options: $ac_unrecognized_opts" >&5
29113 $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2;}
29117 if test "$no_create" = "yes"
29118 then
29119 exit 0
29122 ac_save_IFS="$IFS"
29123 if test "x$wine_notices != "x; then
29124 echo >&6
29125 IFS="|"
29126 for msg in $wine_notices; do
29127 IFS="$ac_save_IFS"
29128 if test -n "$msg"; then
29129 { $as_echo "$as_me:$LINENO: $msg" >&5
29130 $as_echo "$as_me: $msg" >&6;}
29132 done
29134 IFS="|"
29135 for msg in $wine_warnings; do
29136 IFS="$ac_save_IFS"
29137 if test -n "$msg"; then
29138 echo >&2
29139 { $as_echo "$as_me:$LINENO: WARNING: $msg" >&5
29140 $as_echo "$as_me: WARNING: $msg" >&2;}
29142 done
29143 IFS="$ac_save_IFS"
29145 echo "
29146 $as_me: Finished. Do '${ac_make} depend && ${ac_make}' to compile Wine.
29147 " >&6