cryptui: Implement specifying the destination store in CryptUIWizImport.
[wine/wine64.git] / configure
blobab27b58bc8c60d037a85275b6af79fb750a4ece2
1 #! /bin/sh
2 # Guess values for system-dependent variables and create Makefiles.
3 # Generated by GNU Autoconf 2.63 for Wine 1.1.11.
5 # Report bugs to <wine-devel@winehq.org>.
7 # Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
8 # 2002, 2003, 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc.
9 # This configure script is free software; the Free Software Foundation
10 # gives unlimited permission to copy, distribute and modify it.
11 ## --------------------- ##
12 ## M4sh Initialization. ##
13 ## --------------------- ##
15 # Be more Bourne compatible
16 DUALCASE=1; export DUALCASE # for MKS sh
17 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
18 emulate sh
19 NULLCMD=:
20 # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
21 # is contrary to our usage. Disable this feature.
22 alias -g '${1+"$@"}'='"$@"'
23 setopt NO_GLOB_SUBST
24 else
25 case `(set -o) 2>/dev/null` in
26 *posix*) set -o posix ;;
27 esac
34 # PATH needs CR
35 # Avoid depending upon Character Ranges.
36 as_cr_letters='abcdefghijklmnopqrstuvwxyz'
37 as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
38 as_cr_Letters=$as_cr_letters$as_cr_LETTERS
39 as_cr_digits='0123456789'
40 as_cr_alnum=$as_cr_Letters$as_cr_digits
42 as_nl='
44 export as_nl
45 # Printing a long string crashes Solaris 7 /usr/bin/printf.
46 as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
47 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo
48 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo
49 if (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
50 as_echo='printf %s\n'
51 as_echo_n='printf %s'
52 else
53 if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
54 as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
55 as_echo_n='/usr/ucb/echo -n'
56 else
57 as_echo_body='eval expr "X$1" : "X\\(.*\\)"'
58 as_echo_n_body='eval
59 arg=$1;
60 case $arg in
61 *"$as_nl"*)
62 expr "X$arg" : "X\\(.*\\)$as_nl";
63 arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
64 esac;
65 expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl"
67 export as_echo_n_body
68 as_echo_n='sh -c $as_echo_n_body as_echo'
70 export as_echo_body
71 as_echo='sh -c $as_echo_body as_echo'
74 # The user is always right.
75 if test "${PATH_SEPARATOR+set}" != set; then
76 PATH_SEPARATOR=:
77 (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && {
78 (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||
79 PATH_SEPARATOR=';'
83 # Support unset when possible.
84 if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then
85 as_unset=unset
86 else
87 as_unset=false
91 # IFS
92 # We need space, tab and new line, in precisely that order. Quoting is
93 # there to prevent editors from complaining about space-tab.
94 # (If _AS_PATH_WALK were called with IFS unset, it would disable word
95 # splitting by setting IFS to empty value.)
96 IFS=" "" $as_nl"
98 # Find who we are. Look in the path if we contain no directory separator.
99 case $0 in
100 *[\\/]* ) as_myself=$0 ;;
101 *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
102 for as_dir in $PATH
104 IFS=$as_save_IFS
105 test -z "$as_dir" && as_dir=.
106 test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
107 done
108 IFS=$as_save_IFS
111 esac
112 # We did not find ourselves, most probably we were run as `sh COMMAND'
113 # in which case we are not to be found in the path.
114 if test "x$as_myself" = x; then
115 as_myself=$0
117 if test ! -f "$as_myself"; then
118 $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
119 { (exit 1); exit 1; }
122 # Work around bugs in pre-3.0 UWIN ksh.
123 for as_var in ENV MAIL MAILPATH
124 do ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var
125 done
126 PS1='$ '
127 PS2='> '
128 PS4='+ '
130 # NLS nuisances.
131 LC_ALL=C
132 export LC_ALL
133 LANGUAGE=C
134 export LANGUAGE
136 # Required to use basename.
137 if expr a : '\(a\)' >/dev/null 2>&1 &&
138 test "X`expr 00001 : '.*\(...\)'`" = X001; then
139 as_expr=expr
140 else
141 as_expr=false
144 if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
145 as_basename=basename
146 else
147 as_basename=false
151 # Name of the executable.
152 as_me=`$as_basename -- "$0" ||
153 $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
154 X"$0" : 'X\(//\)$' \| \
155 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
156 $as_echo X/"$0" |
157 sed '/^.*\/\([^/][^/]*\)\/*$/{
158 s//\1/
161 /^X\/\(\/\/\)$/{
162 s//\1/
165 /^X\/\(\/\).*/{
166 s//\1/
169 s/.*/./; q'`
171 # CDPATH.
172 $as_unset CDPATH
175 if test "x$CONFIG_SHELL" = x; then
176 if (eval ":") 2>/dev/null; then
177 as_have_required=yes
178 else
179 as_have_required=no
182 if test $as_have_required = yes && (eval ":
183 (as_func_return () {
184 (exit \$1)
186 as_func_success () {
187 as_func_return 0
189 as_func_failure () {
190 as_func_return 1
192 as_func_ret_success () {
193 return 0
195 as_func_ret_failure () {
196 return 1
199 exitcode=0
200 if as_func_success; then
202 else
203 exitcode=1
204 echo as_func_success failed.
207 if as_func_failure; then
208 exitcode=1
209 echo as_func_failure succeeded.
212 if as_func_ret_success; then
214 else
215 exitcode=1
216 echo as_func_ret_success failed.
219 if as_func_ret_failure; then
220 exitcode=1
221 echo as_func_ret_failure succeeded.
224 if ( set x; as_func_ret_success y && test x = \"\$1\" ); then
226 else
227 exitcode=1
228 echo positional parameters were not saved.
231 test \$exitcode = 0) || { (exit 1); exit 1; }
234 as_lineno_1=\$LINENO
235 as_lineno_2=\$LINENO
236 test \"x\$as_lineno_1\" != \"x\$as_lineno_2\" &&
237 test \"x\`expr \$as_lineno_1 + 1\`\" = \"x\$as_lineno_2\") || { (exit 1); exit 1; }
238 ") 2> /dev/null; then
240 else
241 as_candidate_shells=
242 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
243 for as_dir in /bin$PATH_SEPARATOR/usr/bin$PATH_SEPARATOR$PATH
245 IFS=$as_save_IFS
246 test -z "$as_dir" && as_dir=.
247 case $as_dir in
249 for as_base in sh bash ksh sh5; do
250 as_candidate_shells="$as_candidate_shells $as_dir/$as_base"
251 done;;
252 esac
253 done
254 IFS=$as_save_IFS
257 for as_shell in $as_candidate_shells $SHELL; do
258 # Try only shells that exist, to save several forks.
259 if { test -f "$as_shell" || test -f "$as_shell.exe"; } &&
260 { ("$as_shell") 2> /dev/null <<\_ASEOF
261 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
262 emulate sh
263 NULLCMD=:
264 # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
265 # is contrary to our usage. Disable this feature.
266 alias -g '${1+"$@"}'='"$@"'
267 setopt NO_GLOB_SUBST
268 else
269 case `(set -o) 2>/dev/null` in
270 *posix*) set -o posix ;;
271 esac
277 _ASEOF
278 }; then
279 CONFIG_SHELL=$as_shell
280 as_have_required=yes
281 if { "$as_shell" 2> /dev/null <<\_ASEOF
282 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
283 emulate sh
284 NULLCMD=:
285 # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
286 # is contrary to our usage. Disable this feature.
287 alias -g '${1+"$@"}'='"$@"'
288 setopt NO_GLOB_SUBST
289 else
290 case `(set -o) 2>/dev/null` in
291 *posix*) set -o posix ;;
292 esac
298 (as_func_return () {
299 (exit $1)
301 as_func_success () {
302 as_func_return 0
304 as_func_failure () {
305 as_func_return 1
307 as_func_ret_success () {
308 return 0
310 as_func_ret_failure () {
311 return 1
314 exitcode=0
315 if as_func_success; then
317 else
318 exitcode=1
319 echo as_func_success failed.
322 if as_func_failure; then
323 exitcode=1
324 echo as_func_failure succeeded.
327 if as_func_ret_success; then
329 else
330 exitcode=1
331 echo as_func_ret_success failed.
334 if as_func_ret_failure; then
335 exitcode=1
336 echo as_func_ret_failure succeeded.
339 if ( set x; as_func_ret_success y && test x = "$1" ); then
341 else
342 exitcode=1
343 echo positional parameters were not saved.
346 test $exitcode = 0) || { (exit 1); exit 1; }
349 as_lineno_1=$LINENO
350 as_lineno_2=$LINENO
351 test "x$as_lineno_1" != "x$as_lineno_2" &&
352 test "x`expr $as_lineno_1 + 1`" = "x$as_lineno_2") || { (exit 1); exit 1; }
354 _ASEOF
355 }; then
356 break
361 done
363 if test "x$CONFIG_SHELL" != x; then
364 for as_var in BASH_ENV ENV
365 do ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var
366 done
367 export CONFIG_SHELL
368 exec "$CONFIG_SHELL" "$as_myself" ${1+"$@"}
372 if test $as_have_required = no; then
373 echo This script requires a shell more modern than all the
374 echo shells that I found on your system. Please install a
375 echo modern shell, or manually run the script under such a
376 echo shell if you do have one.
377 { (exit 1); exit 1; }
387 (eval "as_func_return () {
388 (exit \$1)
390 as_func_success () {
391 as_func_return 0
393 as_func_failure () {
394 as_func_return 1
396 as_func_ret_success () {
397 return 0
399 as_func_ret_failure () {
400 return 1
403 exitcode=0
404 if as_func_success; then
406 else
407 exitcode=1
408 echo as_func_success failed.
411 if as_func_failure; then
412 exitcode=1
413 echo as_func_failure succeeded.
416 if as_func_ret_success; then
418 else
419 exitcode=1
420 echo as_func_ret_success failed.
423 if as_func_ret_failure; then
424 exitcode=1
425 echo as_func_ret_failure succeeded.
428 if ( set x; as_func_ret_success y && test x = \"\$1\" ); then
430 else
431 exitcode=1
432 echo positional parameters were not saved.
435 test \$exitcode = 0") || {
436 echo No shell found that supports shell functions.
437 echo Please tell bug-autoconf@gnu.org about your system,
438 echo including any error possibly output before this message.
439 echo This can help us improve future autoconf versions.
440 echo Configuration will now proceed without shell functions.
445 as_lineno_1=$LINENO
446 as_lineno_2=$LINENO
447 test "x$as_lineno_1" != "x$as_lineno_2" &&
448 test "x`expr $as_lineno_1 + 1`" = "x$as_lineno_2" || {
450 # Create $as_me.lineno as a copy of $as_myself, but with $LINENO
451 # uniformly replaced by the line number. The first 'sed' inserts a
452 # line-number line after each line using $LINENO; the second 'sed'
453 # does the real work. The second script uses 'N' to pair each
454 # line-number line with the line containing $LINENO, and appends
455 # trailing '-' during substitution so that $LINENO is not a special
456 # case at line end.
457 # (Raja R Harinath suggested sed '=', and Paul Eggert wrote the
458 # scripts with optimization help from Paolo Bonzini. Blame Lee
459 # E. McMahon (1931-1989) for sed's syntax. :-)
460 sed -n '
462 /[$]LINENO/=
463 ' <$as_myself |
464 sed '
465 s/[$]LINENO.*/&-/
466 t lineno
468 :lineno
470 :loop
471 s/[$]LINENO\([^'$as_cr_alnum'_].*\n\)\(.*\)/\2\1\2/
472 t loop
473 s/-\n.*//
474 ' >$as_me.lineno &&
475 chmod +x "$as_me.lineno" ||
476 { $as_echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2
477 { (exit 1); exit 1; }; }
479 # Don't try to exec as it changes $[0], causing all sort of problems
480 # (the dirname of $[0] is not the place where we might find the
481 # original and so on. Autoconf is especially sensitive to this).
482 . "./$as_me.lineno"
483 # Exit status is that of the last command.
484 exit
488 if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
489 as_dirname=dirname
490 else
491 as_dirname=false
494 ECHO_C= ECHO_N= ECHO_T=
495 case `echo -n x` in
496 -n*)
497 case `echo 'x\c'` in
498 *c*) ECHO_T=' ';; # ECHO_T is single tab character.
499 *) ECHO_C='\c';;
500 esac;;
502 ECHO_N='-n';;
503 esac
504 if expr a : '\(a\)' >/dev/null 2>&1 &&
505 test "X`expr 00001 : '.*\(...\)'`" = X001; then
506 as_expr=expr
507 else
508 as_expr=false
511 rm -f conf$$ conf$$.exe conf$$.file
512 if test -d conf$$.dir; then
513 rm -f conf$$.dir/conf$$.file
514 else
515 rm -f conf$$.dir
516 mkdir conf$$.dir 2>/dev/null
518 if (echo >conf$$.file) 2>/dev/null; then
519 if ln -s conf$$.file conf$$ 2>/dev/null; then
520 as_ln_s='ln -s'
521 # ... but there are two gotchas:
522 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
523 # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
524 # In both cases, we have to default to `cp -p'.
525 ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
526 as_ln_s='cp -p'
527 elif ln conf$$.file conf$$ 2>/dev/null; then
528 as_ln_s=ln
529 else
530 as_ln_s='cp -p'
532 else
533 as_ln_s='cp -p'
535 rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
536 rmdir conf$$.dir 2>/dev/null
538 if mkdir -p . 2>/dev/null; then
539 as_mkdir_p=:
540 else
541 test -d ./-p && rmdir ./-p
542 as_mkdir_p=false
545 if test -x / >/dev/null 2>&1; then
546 as_test_x='test -x'
547 else
548 if ls -dL / >/dev/null 2>&1; then
549 as_ls_L_option=L
550 else
551 as_ls_L_option=
553 as_test_x='
554 eval sh -c '\''
555 if test -d "$1"; then
556 test -d "$1/.";
557 else
558 case $1 in
559 -*)set "./$1";;
560 esac;
561 case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in
562 ???[sx]*):;;*)false;;esac;fi
563 '\'' sh
566 as_executable_p=$as_test_x
568 # Sed expression to map a string onto a valid CPP name.
569 as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
571 # Sed expression to map a string onto a valid variable name.
572 as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
576 exec 7<&0 </dev/null 6>&1
578 # Name of the host.
579 # hostname on some systems (SVR3.2, Linux) returns a bogus exit status,
580 # so uname gets run too.
581 ac_hostname=`(hostname || uname -n) 2>/dev/null | sed 1q`
584 # Initializations.
586 ac_default_prefix=/usr/local
587 ac_clean_files=
588 ac_config_libobj_dir=.
589 LIBOBJS=
590 cross_compiling=no
591 subdirs=
592 MFLAGS=
593 MAKEFLAGS=
594 SHELL=${CONFIG_SHELL-/bin/sh}
596 # Identity of this package.
597 PACKAGE_NAME='Wine'
598 PACKAGE_TARNAME='wine'
599 PACKAGE_VERSION='1.1.11'
600 PACKAGE_STRING='Wine 1.1.11'
601 PACKAGE_BUGREPORT='wine-devel@winehq.org'
603 ac_unique_file="server/atom.c"
604 # Factoring default headers for most tests.
605 ac_includes_default="\
606 #include <stdio.h>
607 #ifdef HAVE_SYS_TYPES_H
608 # include <sys/types.h>
609 #endif
610 #ifdef HAVE_SYS_STAT_H
611 # include <sys/stat.h>
612 #endif
613 #ifdef STDC_HEADERS
614 # include <stdlib.h>
615 # include <stddef.h>
616 #else
617 # ifdef HAVE_STDLIB_H
618 # include <stdlib.h>
619 # endif
620 #endif
621 #ifdef HAVE_STRING_H
622 # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
623 # include <memory.h>
624 # endif
625 # include <string.h>
626 #endif
627 #ifdef HAVE_STRINGS_H
628 # include <strings.h>
629 #endif
630 #ifdef HAVE_INTTYPES_H
631 # include <inttypes.h>
632 #endif
633 #ifdef HAVE_STDINT_H
634 # include <stdint.h>
635 #endif
636 #ifdef HAVE_UNISTD_H
637 # include <unistd.h>
638 #endif"
640 ac_subst_vars='LTLIBOBJS
641 LIBOBJS
642 ALL_WINETEST_DEPENDS
643 ALL_PROGRAM_BIN_INSTALL_DIRS
644 ALL_PROGRAM_INSTALL_DIRS
645 ALL_PROGRAM_DIRS
646 ALL_TEST_DIRS
647 ALL_IMPLIB_DIRS
648 ALL_DLL_DIRS
649 ALL_TOP_DIRS
650 ALL_MAKEFILE_DEPENDS
651 ALL_MAKEFILES
652 ALL_MAKERULES
653 DEPENDENCIES
654 LDAPLIBS
655 LIBPOLL
656 LIBDL
657 EXTRA_BINARIES
658 MAIN_BINARY
659 SOCKETLIBS
660 CRTLIBS
661 LDPATH
662 BUILTINFLAG
663 EXTRACFLAGS
664 FONTCONFIGINCL
665 CUPSINCL
666 AUDIOIOLIBS
667 ALSALIBS
668 ESDLIBS
669 ESDINCL
670 ESDCONFIG
671 FREETYPEINCL
672 FREETYPELIBS
673 ft_devel
674 LCMSLIBS
675 RESOLVLIBS
676 GPHOTO2INCL
677 GPHOTO2LIBS
678 gphoto2port_devel
679 gphoto2_devel
680 SANEINCL
681 sane_devel
682 GNUTLSINCL
683 HALINCL
684 XSLTINCL
685 XML2INCL
686 XML2LIBS
687 NASLIBS
688 CROSSTEST
689 CROSSWINDRES
690 CROSSCC
691 CARBONLIB
692 COREAUDIO
693 DISKARBITRATIONLIB
694 LDEXECFLAGS
695 IOKITLIB
696 COREFOUNDATIONLIB
697 SECURITYLIB
698 MINGWAR
699 DLLWRAP
700 DLLTOOL
702 LDRPATH_LOCAL
703 LDRPATH_INSTALL
704 IMPLIBEXT
705 LIBEXT
706 LDDLLFLAGS
707 LDSHARED
708 DLLFLAGS
709 DLLEXT
710 OPENGL_LIBS
711 XLIB
712 LIBPTHREAD
713 PRELINK
714 ICOTOOL
715 RSVG
716 PKG_CONFIG
717 FONTFORGE
718 LINTFLAGS
719 LINT
720 INSTALL_DATA
721 INSTALL_SCRIPT
722 INSTALL_PROGRAM
723 LDCONFIG
724 EGREP
725 GREP
727 LN_S
728 WINDRES
729 STRIP
730 RANLIB
731 ARFLAGS
732 ac_ct_AR
734 ac_ct_NM
736 ac_ct_LD
738 ac_ct_AS
740 BISON
741 FLEX
742 X_EXTRA_LIBS
743 X_LIBS
744 X_PRE_LIBS
745 X_CFLAGS
747 XMKMF
748 TOOLSDIR
749 CPPBIN
750 ac_ct_CXX
751 CXXFLAGS
753 OBJEXT
754 EXEEXT
755 ac_ct_CC
756 CPPFLAGS
757 LDFLAGS
758 CFLAGS
760 SET_MAKE
761 WIN16_INSTALL
762 WIN16_FILES
763 host_os
764 host_vendor
765 host_cpu
766 host
767 build_os
768 build_vendor
769 build_cpu
770 build
771 MAINTAINER_MODE
772 target_alias
773 host_alias
774 build_alias
775 LIBS
776 ECHO_T
777 ECHO_N
778 ECHO_C
779 DEFS
780 mandir
781 localedir
782 libdir
783 psdir
784 pdfdir
785 dvidir
786 htmldir
787 infodir
788 docdir
789 oldincludedir
790 includedir
791 localstatedir
792 sharedstatedir
793 sysconfdir
794 datadir
795 datarootdir
796 libexecdir
797 sbindir
798 bindir
799 program_transform_name
800 prefix
801 exec_prefix
802 PACKAGE_BUGREPORT
803 PACKAGE_STRING
804 PACKAGE_VERSION
805 PACKAGE_TARNAME
806 PACKAGE_NAME
807 PATH_SEPARATOR
808 SHELL'
809 ac_subst_files='MAKE_RULES
810 MAKE_DLL_RULES
811 MAKE_IMPLIB_RULES
812 MAKE_TEST_RULES
813 MAKE_PROG_RULES'
814 ac_user_opts='
815 enable_option_checking
816 enable_win16
817 enable_win64
818 enable_tests
819 enable_maintainer_mode
820 with_alsa
821 with_audioio
822 with_capi
823 with_cms
824 with_coreaudio
825 with_cups
826 with_curses
827 with_esd
828 with_fontconfig
829 with_freetype
830 with_gphoto
831 with_glu
832 with_gnutls
833 with_hal
834 with_jack
835 with_jpeg
836 with_ldap
837 with_nas
838 with_opengl
839 with_openssl
840 with_oss
841 with_png
842 with_sane
843 with_xcomposite
844 with_xcursor
845 with_xinerama
846 with_xinput
847 with_xml
848 with_xrandr
849 with_xrender
850 with_xshape
851 with_xshm
852 with_xslt
853 with_xxf86vm
854 with_wine_tools
855 with_x
857 ac_precious_vars='build_alias
858 host_alias
859 target_alias
861 CFLAGS
862 LDFLAGS
863 LIBS
864 CPPFLAGS
866 CXXFLAGS
868 XMKMF
869 CPP'
872 # Initialize some variables set by options.
873 ac_init_help=
874 ac_init_version=false
875 ac_unrecognized_opts=
876 ac_unrecognized_sep=
877 # The variables have the same names as the options, with
878 # dashes changed to underlines.
879 cache_file=/dev/null
880 exec_prefix=NONE
881 no_create=
882 no_recursion=
883 prefix=NONE
884 program_prefix=NONE
885 program_suffix=NONE
886 program_transform_name=s,x,x,
887 silent=
888 site=
889 srcdir=
890 verbose=
891 x_includes=NONE
892 x_libraries=NONE
894 # Installation directory options.
895 # These are left unexpanded so users can "make install exec_prefix=/foo"
896 # and all the variables that are supposed to be based on exec_prefix
897 # by default will actually change.
898 # Use braces instead of parens because sh, perl, etc. also accept them.
899 # (The list follows the same order as the GNU Coding Standards.)
900 bindir='${exec_prefix}/bin'
901 sbindir='${exec_prefix}/sbin'
902 libexecdir='${exec_prefix}/libexec'
903 datarootdir='${prefix}/share'
904 datadir='${datarootdir}'
905 sysconfdir='${prefix}/etc'
906 sharedstatedir='${prefix}/com'
907 localstatedir='${prefix}/var'
908 includedir='${prefix}/include'
909 oldincludedir='/usr/include'
910 docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
911 infodir='${datarootdir}/info'
912 htmldir='${docdir}'
913 dvidir='${docdir}'
914 pdfdir='${docdir}'
915 psdir='${docdir}'
916 libdir='${exec_prefix}/lib'
917 localedir='${datarootdir}/locale'
918 mandir='${datarootdir}/man'
920 ac_prev=
921 ac_dashdash=
922 for ac_option
924 # If the previous option needs an argument, assign it.
925 if test -n "$ac_prev"; then
926 eval $ac_prev=\$ac_option
927 ac_prev=
928 continue
931 case $ac_option in
932 *=*) ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
933 *) ac_optarg=yes ;;
934 esac
936 # Accept the important Cygnus configure options, so we can diagnose typos.
938 case $ac_dashdash$ac_option in
940 ac_dashdash=yes ;;
942 -bindir | --bindir | --bindi | --bind | --bin | --bi)
943 ac_prev=bindir ;;
944 -bindir=* | --bindir=* | --bindi=* | --bind=* | --bin=* | --bi=*)
945 bindir=$ac_optarg ;;
947 -build | --build | --buil | --bui | --bu)
948 ac_prev=build_alias ;;
949 -build=* | --build=* | --buil=* | --bui=* | --bu=*)
950 build_alias=$ac_optarg ;;
952 -cache-file | --cache-file | --cache-fil | --cache-fi \
953 | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c)
954 ac_prev=cache_file ;;
955 -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \
956 | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*)
957 cache_file=$ac_optarg ;;
959 --config-cache | -C)
960 cache_file=config.cache ;;
962 -datadir | --datadir | --datadi | --datad)
963 ac_prev=datadir ;;
964 -datadir=* | --datadir=* | --datadi=* | --datad=*)
965 datadir=$ac_optarg ;;
967 -datarootdir | --datarootdir | --datarootdi | --datarootd | --dataroot \
968 | --dataroo | --dataro | --datar)
969 ac_prev=datarootdir ;;
970 -datarootdir=* | --datarootdir=* | --datarootdi=* | --datarootd=* \
971 | --dataroot=* | --dataroo=* | --dataro=* | --datar=*)
972 datarootdir=$ac_optarg ;;
974 -disable-* | --disable-*)
975 ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
976 # Reject names that are not valid shell variable names.
977 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
978 { $as_echo "$as_me: error: invalid feature name: $ac_useropt" >&2
979 { (exit 1); exit 1; }; }
980 ac_useropt_orig=$ac_useropt
981 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
982 case $ac_user_opts in
984 "enable_$ac_useropt"
985 "*) ;;
986 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--disable-$ac_useropt_orig"
987 ac_unrecognized_sep=', ';;
988 esac
989 eval enable_$ac_useropt=no ;;
991 -docdir | --docdir | --docdi | --doc | --do)
992 ac_prev=docdir ;;
993 -docdir=* | --docdir=* | --docdi=* | --doc=* | --do=*)
994 docdir=$ac_optarg ;;
996 -dvidir | --dvidir | --dvidi | --dvid | --dvi | --dv)
997 ac_prev=dvidir ;;
998 -dvidir=* | --dvidir=* | --dvidi=* | --dvid=* | --dvi=* | --dv=*)
999 dvidir=$ac_optarg ;;
1001 -enable-* | --enable-*)
1002 ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
1003 # Reject names that are not valid shell variable names.
1004 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
1005 { $as_echo "$as_me: error: invalid feature name: $ac_useropt" >&2
1006 { (exit 1); exit 1; }; }
1007 ac_useropt_orig=$ac_useropt
1008 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1009 case $ac_user_opts in
1011 "enable_$ac_useropt"
1012 "*) ;;
1013 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--enable-$ac_useropt_orig"
1014 ac_unrecognized_sep=', ';;
1015 esac
1016 eval enable_$ac_useropt=\$ac_optarg ;;
1018 -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \
1019 | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \
1020 | --exec | --exe | --ex)
1021 ac_prev=exec_prefix ;;
1022 -exec-prefix=* | --exec_prefix=* | --exec-prefix=* | --exec-prefi=* \
1023 | --exec-pref=* | --exec-pre=* | --exec-pr=* | --exec-p=* | --exec-=* \
1024 | --exec=* | --exe=* | --ex=*)
1025 exec_prefix=$ac_optarg ;;
1027 -gas | --gas | --ga | --g)
1028 # Obsolete; use --with-gas.
1029 with_gas=yes ;;
1031 -help | --help | --hel | --he | -h)
1032 ac_init_help=long ;;
1033 -help=r* | --help=r* | --hel=r* | --he=r* | -hr*)
1034 ac_init_help=recursive ;;
1035 -help=s* | --help=s* | --hel=s* | --he=s* | -hs*)
1036 ac_init_help=short ;;
1038 -host | --host | --hos | --ho)
1039 ac_prev=host_alias ;;
1040 -host=* | --host=* | --hos=* | --ho=*)
1041 host_alias=$ac_optarg ;;
1043 -htmldir | --htmldir | --htmldi | --htmld | --html | --htm | --ht)
1044 ac_prev=htmldir ;;
1045 -htmldir=* | --htmldir=* | --htmldi=* | --htmld=* | --html=* | --htm=* \
1046 | --ht=*)
1047 htmldir=$ac_optarg ;;
1049 -includedir | --includedir | --includedi | --included | --include \
1050 | --includ | --inclu | --incl | --inc)
1051 ac_prev=includedir ;;
1052 -includedir=* | --includedir=* | --includedi=* | --included=* | --include=* \
1053 | --includ=* | --inclu=* | --incl=* | --inc=*)
1054 includedir=$ac_optarg ;;
1056 -infodir | --infodir | --infodi | --infod | --info | --inf)
1057 ac_prev=infodir ;;
1058 -infodir=* | --infodir=* | --infodi=* | --infod=* | --info=* | --inf=*)
1059 infodir=$ac_optarg ;;
1061 -libdir | --libdir | --libdi | --libd)
1062 ac_prev=libdir ;;
1063 -libdir=* | --libdir=* | --libdi=* | --libd=*)
1064 libdir=$ac_optarg ;;
1066 -libexecdir | --libexecdir | --libexecdi | --libexecd | --libexec \
1067 | --libexe | --libex | --libe)
1068 ac_prev=libexecdir ;;
1069 -libexecdir=* | --libexecdir=* | --libexecdi=* | --libexecd=* | --libexec=* \
1070 | --libexe=* | --libex=* | --libe=*)
1071 libexecdir=$ac_optarg ;;
1073 -localedir | --localedir | --localedi | --localed | --locale)
1074 ac_prev=localedir ;;
1075 -localedir=* | --localedir=* | --localedi=* | --localed=* | --locale=*)
1076 localedir=$ac_optarg ;;
1078 -localstatedir | --localstatedir | --localstatedi | --localstated \
1079 | --localstate | --localstat | --localsta | --localst | --locals)
1080 ac_prev=localstatedir ;;
1081 -localstatedir=* | --localstatedir=* | --localstatedi=* | --localstated=* \
1082 | --localstate=* | --localstat=* | --localsta=* | --localst=* | --locals=*)
1083 localstatedir=$ac_optarg ;;
1085 -mandir | --mandir | --mandi | --mand | --man | --ma | --m)
1086 ac_prev=mandir ;;
1087 -mandir=* | --mandir=* | --mandi=* | --mand=* | --man=* | --ma=* | --m=*)
1088 mandir=$ac_optarg ;;
1090 -nfp | --nfp | --nf)
1091 # Obsolete; use --without-fp.
1092 with_fp=no ;;
1094 -no-create | --no-create | --no-creat | --no-crea | --no-cre \
1095 | --no-cr | --no-c | -n)
1096 no_create=yes ;;
1098 -no-recursion | --no-recursion | --no-recursio | --no-recursi \
1099 | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r)
1100 no_recursion=yes ;;
1102 -oldincludedir | --oldincludedir | --oldincludedi | --oldincluded \
1103 | --oldinclude | --oldinclud | --oldinclu | --oldincl | --oldinc \
1104 | --oldin | --oldi | --old | --ol | --o)
1105 ac_prev=oldincludedir ;;
1106 -oldincludedir=* | --oldincludedir=* | --oldincludedi=* | --oldincluded=* \
1107 | --oldinclude=* | --oldinclud=* | --oldinclu=* | --oldincl=* | --oldinc=* \
1108 | --oldin=* | --oldi=* | --old=* | --ol=* | --o=*)
1109 oldincludedir=$ac_optarg ;;
1111 -prefix | --prefix | --prefi | --pref | --pre | --pr | --p)
1112 ac_prev=prefix ;;
1113 -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*)
1114 prefix=$ac_optarg ;;
1116 -program-prefix | --program-prefix | --program-prefi | --program-pref \
1117 | --program-pre | --program-pr | --program-p)
1118 ac_prev=program_prefix ;;
1119 -program-prefix=* | --program-prefix=* | --program-prefi=* \
1120 | --program-pref=* | --program-pre=* | --program-pr=* | --program-p=*)
1121 program_prefix=$ac_optarg ;;
1123 -program-suffix | --program-suffix | --program-suffi | --program-suff \
1124 | --program-suf | --program-su | --program-s)
1125 ac_prev=program_suffix ;;
1126 -program-suffix=* | --program-suffix=* | --program-suffi=* \
1127 | --program-suff=* | --program-suf=* | --program-su=* | --program-s=*)
1128 program_suffix=$ac_optarg ;;
1130 -program-transform-name | --program-transform-name \
1131 | --program-transform-nam | --program-transform-na \
1132 | --program-transform-n | --program-transform- \
1133 | --program-transform | --program-transfor \
1134 | --program-transfo | --program-transf \
1135 | --program-trans | --program-tran \
1136 | --progr-tra | --program-tr | --program-t)
1137 ac_prev=program_transform_name ;;
1138 -program-transform-name=* | --program-transform-name=* \
1139 | --program-transform-nam=* | --program-transform-na=* \
1140 | --program-transform-n=* | --program-transform-=* \
1141 | --program-transform=* | --program-transfor=* \
1142 | --program-transfo=* | --program-transf=* \
1143 | --program-trans=* | --program-tran=* \
1144 | --progr-tra=* | --program-tr=* | --program-t=*)
1145 program_transform_name=$ac_optarg ;;
1147 -pdfdir | --pdfdir | --pdfdi | --pdfd | --pdf | --pd)
1148 ac_prev=pdfdir ;;
1149 -pdfdir=* | --pdfdir=* | --pdfdi=* | --pdfd=* | --pdf=* | --pd=*)
1150 pdfdir=$ac_optarg ;;
1152 -psdir | --psdir | --psdi | --psd | --ps)
1153 ac_prev=psdir ;;
1154 -psdir=* | --psdir=* | --psdi=* | --psd=* | --ps=*)
1155 psdir=$ac_optarg ;;
1157 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
1158 | -silent | --silent | --silen | --sile | --sil)
1159 silent=yes ;;
1161 -sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb)
1162 ac_prev=sbindir ;;
1163 -sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* \
1164 | --sbi=* | --sb=*)
1165 sbindir=$ac_optarg ;;
1167 -sharedstatedir | --sharedstatedir | --sharedstatedi \
1168 | --sharedstated | --sharedstate | --sharedstat | --sharedsta \
1169 | --sharedst | --shareds | --shared | --share | --shar \
1170 | --sha | --sh)
1171 ac_prev=sharedstatedir ;;
1172 -sharedstatedir=* | --sharedstatedir=* | --sharedstatedi=* \
1173 | --sharedstated=* | --sharedstate=* | --sharedstat=* | --sharedsta=* \
1174 | --sharedst=* | --shareds=* | --shared=* | --share=* | --shar=* \
1175 | --sha=* | --sh=*)
1176 sharedstatedir=$ac_optarg ;;
1178 -site | --site | --sit)
1179 ac_prev=site ;;
1180 -site=* | --site=* | --sit=*)
1181 site=$ac_optarg ;;
1183 -srcdir | --srcdir | --srcdi | --srcd | --src | --sr)
1184 ac_prev=srcdir ;;
1185 -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*)
1186 srcdir=$ac_optarg ;;
1188 -sysconfdir | --sysconfdir | --sysconfdi | --sysconfd | --sysconf \
1189 | --syscon | --sysco | --sysc | --sys | --sy)
1190 ac_prev=sysconfdir ;;
1191 -sysconfdir=* | --sysconfdir=* | --sysconfdi=* | --sysconfd=* | --sysconf=* \
1192 | --syscon=* | --sysco=* | --sysc=* | --sys=* | --sy=*)
1193 sysconfdir=$ac_optarg ;;
1195 -target | --target | --targe | --targ | --tar | --ta | --t)
1196 ac_prev=target_alias ;;
1197 -target=* | --target=* | --targe=* | --targ=* | --tar=* | --ta=* | --t=*)
1198 target_alias=$ac_optarg ;;
1200 -v | -verbose | --verbose | --verbos | --verbo | --verb)
1201 verbose=yes ;;
1203 -version | --version | --versio | --versi | --vers | -V)
1204 ac_init_version=: ;;
1206 -with-* | --with-*)
1207 ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
1208 # Reject names that are not valid shell variable names.
1209 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
1210 { $as_echo "$as_me: error: invalid package name: $ac_useropt" >&2
1211 { (exit 1); exit 1; }; }
1212 ac_useropt_orig=$ac_useropt
1213 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1214 case $ac_user_opts in
1216 "with_$ac_useropt"
1217 "*) ;;
1218 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--with-$ac_useropt_orig"
1219 ac_unrecognized_sep=', ';;
1220 esac
1221 eval with_$ac_useropt=\$ac_optarg ;;
1223 -without-* | --without-*)
1224 ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'`
1225 # Reject names that are not valid shell variable names.
1226 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
1227 { $as_echo "$as_me: error: invalid package name: $ac_useropt" >&2
1228 { (exit 1); exit 1; }; }
1229 ac_useropt_orig=$ac_useropt
1230 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1231 case $ac_user_opts in
1233 "with_$ac_useropt"
1234 "*) ;;
1235 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--without-$ac_useropt_orig"
1236 ac_unrecognized_sep=', ';;
1237 esac
1238 eval with_$ac_useropt=no ;;
1240 --x)
1241 # Obsolete; use --with-x.
1242 with_x=yes ;;
1244 -x-includes | --x-includes | --x-include | --x-includ | --x-inclu \
1245 | --x-incl | --x-inc | --x-in | --x-i)
1246 ac_prev=x_includes ;;
1247 -x-includes=* | --x-includes=* | --x-include=* | --x-includ=* | --x-inclu=* \
1248 | --x-incl=* | --x-inc=* | --x-in=* | --x-i=*)
1249 x_includes=$ac_optarg ;;
1251 -x-libraries | --x-libraries | --x-librarie | --x-librari \
1252 | --x-librar | --x-libra | --x-libr | --x-lib | --x-li | --x-l)
1253 ac_prev=x_libraries ;;
1254 -x-libraries=* | --x-libraries=* | --x-librarie=* | --x-librari=* \
1255 | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*)
1256 x_libraries=$ac_optarg ;;
1258 -*) { $as_echo "$as_me: error: unrecognized option: $ac_option
1259 Try \`$0 --help' for more information." >&2
1260 { (exit 1); exit 1; }; }
1263 *=*)
1264 ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
1265 # Reject names that are not valid shell variable names.
1266 expr "x$ac_envvar" : ".*[^_$as_cr_alnum]" >/dev/null &&
1267 { $as_echo "$as_me: error: invalid variable name: $ac_envvar" >&2
1268 { (exit 1); exit 1; }; }
1269 eval $ac_envvar=\$ac_optarg
1270 export $ac_envvar ;;
1273 # FIXME: should be removed in autoconf 3.0.
1274 $as_echo "$as_me: WARNING: you should use --build, --host, --target" >&2
1275 expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev/null &&
1276 $as_echo "$as_me: WARNING: invalid host type: $ac_option" >&2
1277 : ${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option}
1280 esac
1281 done
1283 if test -n "$ac_prev"; then
1284 ac_option=--`echo $ac_prev | sed 's/_/-/g'`
1285 { $as_echo "$as_me: error: missing argument to $ac_option" >&2
1286 { (exit 1); exit 1; }; }
1289 if test -n "$ac_unrecognized_opts"; then
1290 case $enable_option_checking in
1291 no) ;;
1292 fatal) { $as_echo "$as_me: error: unrecognized options: $ac_unrecognized_opts" >&2
1293 { (exit 1); exit 1; }; } ;;
1294 *) $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2 ;;
1295 esac
1298 # Check all directory arguments for consistency.
1299 for ac_var in exec_prefix prefix bindir sbindir libexecdir datarootdir \
1300 datadir sysconfdir sharedstatedir localstatedir includedir \
1301 oldincludedir docdir infodir htmldir dvidir pdfdir psdir \
1302 libdir localedir mandir
1304 eval ac_val=\$$ac_var
1305 # Remove trailing slashes.
1306 case $ac_val in
1307 */ )
1308 ac_val=`expr "X$ac_val" : 'X\(.*[^/]\)' \| "X$ac_val" : 'X\(.*\)'`
1309 eval $ac_var=\$ac_val;;
1310 esac
1311 # Be sure to have absolute directory names.
1312 case $ac_val in
1313 [\\/$]* | ?:[\\/]* ) continue;;
1314 NONE | '' ) case $ac_var in *prefix ) continue;; esac;;
1315 esac
1316 { $as_echo "$as_me: error: expected an absolute directory name for --$ac_var: $ac_val" >&2
1317 { (exit 1); exit 1; }; }
1318 done
1320 # There might be people who depend on the old broken behavior: `$host'
1321 # used to hold the argument of --host etc.
1322 # FIXME: To remove some day.
1323 build=$build_alias
1324 host=$host_alias
1325 target=$target_alias
1327 # FIXME: To remove some day.
1328 if test "x$host_alias" != x; then
1329 if test "x$build_alias" = x; then
1330 cross_compiling=maybe
1331 $as_echo "$as_me: WARNING: If you wanted to set the --build type, don't use --host.
1332 If a cross compiler is detected then cross compile mode will be used." >&2
1333 elif test "x$build_alias" != "x$host_alias"; then
1334 cross_compiling=yes
1338 ac_tool_prefix=
1339 test -n "$host_alias" && ac_tool_prefix=$host_alias-
1341 test "$silent" = yes && exec 6>/dev/null
1344 ac_pwd=`pwd` && test -n "$ac_pwd" &&
1345 ac_ls_di=`ls -di .` &&
1346 ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` ||
1347 { $as_echo "$as_me: error: working directory cannot be determined" >&2
1348 { (exit 1); exit 1; }; }
1349 test "X$ac_ls_di" = "X$ac_pwd_ls_di" ||
1350 { $as_echo "$as_me: error: pwd does not report name of working directory" >&2
1351 { (exit 1); exit 1; }; }
1354 # Find the source files, if location was not specified.
1355 if test -z "$srcdir"; then
1356 ac_srcdir_defaulted=yes
1357 # Try the directory containing this script, then the parent directory.
1358 ac_confdir=`$as_dirname -- "$as_myself" ||
1359 $as_expr X"$as_myself" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
1360 X"$as_myself" : 'X\(//\)[^/]' \| \
1361 X"$as_myself" : 'X\(//\)$' \| \
1362 X"$as_myself" : 'X\(/\)' \| . 2>/dev/null ||
1363 $as_echo X"$as_myself" |
1364 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
1365 s//\1/
1368 /^X\(\/\/\)[^/].*/{
1369 s//\1/
1372 /^X\(\/\/\)$/{
1373 s//\1/
1376 /^X\(\/\).*/{
1377 s//\1/
1380 s/.*/./; q'`
1381 srcdir=$ac_confdir
1382 if test ! -r "$srcdir/$ac_unique_file"; then
1383 srcdir=..
1385 else
1386 ac_srcdir_defaulted=no
1388 if test ! -r "$srcdir/$ac_unique_file"; then
1389 test "$ac_srcdir_defaulted" = yes && srcdir="$ac_confdir or .."
1390 { $as_echo "$as_me: error: cannot find sources ($ac_unique_file) in $srcdir" >&2
1391 { (exit 1); exit 1; }; }
1393 ac_msg="sources are in $srcdir, but \`cd $srcdir' does not work"
1394 ac_abs_confdir=`(
1395 cd "$srcdir" && test -r "./$ac_unique_file" || { $as_echo "$as_me: error: $ac_msg" >&2
1396 { (exit 1); exit 1; }; }
1397 pwd)`
1398 # When building in place, set srcdir=.
1399 if test "$ac_abs_confdir" = "$ac_pwd"; then
1400 srcdir=.
1402 # Remove unnecessary trailing slashes from srcdir.
1403 # Double slashes in file names in object file debugging info
1404 # mess up M-x gdb in Emacs.
1405 case $srcdir in
1406 */) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;;
1407 esac
1408 for ac_var in $ac_precious_vars; do
1409 eval ac_env_${ac_var}_set=\${${ac_var}+set}
1410 eval ac_env_${ac_var}_value=\$${ac_var}
1411 eval ac_cv_env_${ac_var}_set=\${${ac_var}+set}
1412 eval ac_cv_env_${ac_var}_value=\$${ac_var}
1413 done
1416 # Report the --help message.
1418 if test "$ac_init_help" = "long"; then
1419 # Omit some internal or obsolete options to make the list less imposing.
1420 # This message is too long to be a string in the A/UX 3.1 sh.
1421 cat <<_ACEOF
1422 \`configure' configures Wine 1.1.11 to adapt to many kinds of systems.
1424 Usage: $0 [OPTION]... [VAR=VALUE]...
1426 To assign environment variables (e.g., CC, CFLAGS...), specify them as
1427 VAR=VALUE. See below for descriptions of some of the useful variables.
1429 Defaults for the options are specified in brackets.
1431 Configuration:
1432 -h, --help display this help and exit
1433 --help=short display options specific to this package
1434 --help=recursive display the short help of all the included packages
1435 -V, --version display version information and exit
1436 -q, --quiet, --silent do not print \`checking...' messages
1437 --cache-file=FILE cache test results in FILE [disabled]
1438 -C, --config-cache alias for \`--cache-file=config.cache'
1439 -n, --no-create do not create output files
1440 --srcdir=DIR find the sources in DIR [configure dir or \`..']
1442 Installation directories:
1443 --prefix=PREFIX install architecture-independent files in PREFIX
1444 [$ac_default_prefix]
1445 --exec-prefix=EPREFIX install architecture-dependent files in EPREFIX
1446 [PREFIX]
1448 By default, \`make install' will install all the files in
1449 \`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc. You can specify
1450 an installation prefix other than \`$ac_default_prefix' using \`--prefix',
1451 for instance \`--prefix=\$HOME'.
1453 For better control, use the options below.
1455 Fine tuning of the installation directories:
1456 --bindir=DIR user executables [EPREFIX/bin]
1457 --sbindir=DIR system admin executables [EPREFIX/sbin]
1458 --libexecdir=DIR program executables [EPREFIX/libexec]
1459 --sysconfdir=DIR read-only single-machine data [PREFIX/etc]
1460 --sharedstatedir=DIR modifiable architecture-independent data [PREFIX/com]
1461 --localstatedir=DIR modifiable single-machine data [PREFIX/var]
1462 --libdir=DIR object code libraries [EPREFIX/lib]
1463 --includedir=DIR C header files [PREFIX/include]
1464 --oldincludedir=DIR C header files for non-gcc [/usr/include]
1465 --datarootdir=DIR read-only arch.-independent data root [PREFIX/share]
1466 --datadir=DIR read-only architecture-independent data [DATAROOTDIR]
1467 --infodir=DIR info documentation [DATAROOTDIR/info]
1468 --localedir=DIR locale-dependent data [DATAROOTDIR/locale]
1469 --mandir=DIR man documentation [DATAROOTDIR/man]
1470 --docdir=DIR documentation root [DATAROOTDIR/doc/wine]
1471 --htmldir=DIR html documentation [DOCDIR]
1472 --dvidir=DIR dvi documentation [DOCDIR]
1473 --pdfdir=DIR pdf documentation [DOCDIR]
1474 --psdir=DIR ps documentation [DOCDIR]
1475 _ACEOF
1477 cat <<\_ACEOF
1479 X features:
1480 --x-includes=DIR X include files are in DIR
1481 --x-libraries=DIR X library files are in DIR
1483 System types:
1484 --build=BUILD configure for building on BUILD [guessed]
1485 --host=HOST cross-compile to build programs to run on HOST [BUILD]
1486 _ACEOF
1489 if test -n "$ac_init_help"; then
1490 case $ac_init_help in
1491 short | recursive ) echo "Configuration of Wine 1.1.11:";;
1492 esac
1493 cat <<\_ACEOF
1495 Optional Features:
1496 --disable-option-checking ignore unrecognized --enable/--with options
1497 --disable-FEATURE do not include FEATURE (same as --enable-FEATURE=no)
1498 --enable-FEATURE[=ARG] include FEATURE [ARG=yes]
1499 --disable-win16 do not include Win16 support
1500 --enable-win64 build a Win64 emulator on AMD64 (won't run Win32
1501 binaries)
1502 --disable-tests do not build the regression tests
1503 --enable-maintainer-mode
1504 enable maintainer-specific build rules
1506 Optional Packages:
1507 --with-PACKAGE[=ARG] use PACKAGE [ARG=yes]
1508 --without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no)
1509 --without-alsa do not use the Alsa sound support
1510 --without-audioio do not use the AudioIO sound support
1511 --without-capi do not use CAPI (ISDN support)
1512 --without-cms do not use CMS (color management support)
1513 --without-coreaudio do not use the CoreAudio sound support
1514 --without-cups do not use CUPS
1515 --without-curses do not use (n)curses
1516 --without-esd do not use the EsounD sound support
1517 --without-fontconfig do not use fontconfig
1518 --without-freetype do not use the FreeType library
1519 --without-gphoto do not use gphoto (Digital Camera support)
1520 --without-glu do not use the GLU library
1521 --without-gnutls do not use GnuTLS (schannel support)
1522 --without-hal do not use HAL (dynamic device support)
1523 --without-jack do not use the Jack sound support
1524 --without-jpeg do not use JPEG
1525 --without-ldap do not use LDAP
1526 --without-nas do not use the NAS sound support
1527 --without-opengl do not use OpenGL
1528 --without-openssl do not use OpenSSL
1529 --without-oss do not use the OSS sound support
1530 --without-png do not use PNG
1531 --without-sane do not use SANE (scanner support)
1532 --without-xcomposite do not use the Xcomposite extension
1533 --without-xcursor do not use the Xcursor extension
1534 --without-xinerama do not use Xinerama (multi-monitor support)
1535 --without-xinput do not use the Xinput extension
1536 --without-xml do not use XML
1537 --without-xrandr do not use Xrandr (resolution changes)
1538 --without-xrender do not use the Xrender extension
1539 --without-xshape do not use the Xshape extension
1540 --without-xshm do not use XShm (shared memory extension)
1541 --without-xslt do not use XSLT
1542 --without-xxf86vm do not use XFree video mode extension
1543 --with-wine-tools=DIR use Wine tools from directory DIR
1544 --with-x use the X Window System
1546 Some influential environment variables:
1547 CC C compiler command
1548 CFLAGS C compiler flags
1549 LDFLAGS linker flags, e.g. -L<lib dir> if you have libraries in a
1550 nonstandard directory <lib dir>
1551 LIBS libraries to pass to the linker, e.g. -l<library>
1552 CPPFLAGS C/C++/Objective C preprocessor flags, e.g. -I<include dir> if
1553 you have headers in a nonstandard directory <include dir>
1554 CXX C++ compiler command
1555 CXXFLAGS C++ compiler flags
1556 XMKMF Path to xmkmf, Makefile generator for X Window System
1557 CPP C preprocessor
1559 Use these variables to override the choices made by `configure' or to help
1560 it to find libraries and programs with nonstandard names/locations.
1562 Report bugs to <wine-devel@winehq.org>.
1563 _ACEOF
1564 ac_status=$?
1567 if test "$ac_init_help" = "recursive"; then
1568 # If there are subdirs, report their specific --help.
1569 for ac_dir in : $ac_subdirs_all; do test "x$ac_dir" = x: && continue
1570 test -d "$ac_dir" ||
1571 { cd "$srcdir" && ac_pwd=`pwd` && srcdir=. && test -d "$ac_dir"; } ||
1572 continue
1573 ac_builddir=.
1575 case "$ac_dir" in
1576 .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
1578 ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
1579 # A ".." for each directory in $ac_dir_suffix.
1580 ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
1581 case $ac_top_builddir_sub in
1582 "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
1583 *) ac_top_build_prefix=$ac_top_builddir_sub/ ;;
1584 esac ;;
1585 esac
1586 ac_abs_top_builddir=$ac_pwd
1587 ac_abs_builddir=$ac_pwd$ac_dir_suffix
1588 # for backward compatibility:
1589 ac_top_builddir=$ac_top_build_prefix
1591 case $srcdir in
1592 .) # We are building in place.
1593 ac_srcdir=.
1594 ac_top_srcdir=$ac_top_builddir_sub
1595 ac_abs_top_srcdir=$ac_pwd ;;
1596 [\\/]* | ?:[\\/]* ) # Absolute name.
1597 ac_srcdir=$srcdir$ac_dir_suffix;
1598 ac_top_srcdir=$srcdir
1599 ac_abs_top_srcdir=$srcdir ;;
1600 *) # Relative name.
1601 ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
1602 ac_top_srcdir=$ac_top_build_prefix$srcdir
1603 ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
1604 esac
1605 ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
1607 cd "$ac_dir" || { ac_status=$?; continue; }
1608 # Check for guested configure.
1609 if test -f "$ac_srcdir/configure.gnu"; then
1610 echo &&
1611 $SHELL "$ac_srcdir/configure.gnu" --help=recursive
1612 elif test -f "$ac_srcdir/configure"; then
1613 echo &&
1614 $SHELL "$ac_srcdir/configure" --help=recursive
1615 else
1616 $as_echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2
1617 fi || ac_status=$?
1618 cd "$ac_pwd" || { ac_status=$?; break; }
1619 done
1622 test -n "$ac_init_help" && exit $ac_status
1623 if $ac_init_version; then
1624 cat <<\_ACEOF
1625 Wine configure 1.1.11
1626 generated by GNU Autoconf 2.63
1628 Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
1629 2002, 2003, 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc.
1630 This configure script is free software; the Free Software Foundation
1631 gives unlimited permission to copy, distribute and modify it.
1632 _ACEOF
1633 exit
1635 cat >config.log <<_ACEOF
1636 This file contains any messages produced by compilers while
1637 running configure, to aid debugging if configure makes a mistake.
1639 It was created by Wine $as_me 1.1.11, which was
1640 generated by GNU Autoconf 2.63. Invocation command line was
1642 $ $0 $@
1644 _ACEOF
1645 exec 5>>config.log
1647 cat <<_ASUNAME
1648 ## --------- ##
1649 ## Platform. ##
1650 ## --------- ##
1652 hostname = `(hostname || uname -n) 2>/dev/null | sed 1q`
1653 uname -m = `(uname -m) 2>/dev/null || echo unknown`
1654 uname -r = `(uname -r) 2>/dev/null || echo unknown`
1655 uname -s = `(uname -s) 2>/dev/null || echo unknown`
1656 uname -v = `(uname -v) 2>/dev/null || echo unknown`
1658 /usr/bin/uname -p = `(/usr/bin/uname -p) 2>/dev/null || echo unknown`
1659 /bin/uname -X = `(/bin/uname -X) 2>/dev/null || echo unknown`
1661 /bin/arch = `(/bin/arch) 2>/dev/null || echo unknown`
1662 /usr/bin/arch -k = `(/usr/bin/arch -k) 2>/dev/null || echo unknown`
1663 /usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null || echo unknown`
1664 /usr/bin/hostinfo = `(/usr/bin/hostinfo) 2>/dev/null || echo unknown`
1665 /bin/machine = `(/bin/machine) 2>/dev/null || echo unknown`
1666 /usr/bin/oslevel = `(/usr/bin/oslevel) 2>/dev/null || echo unknown`
1667 /bin/universe = `(/bin/universe) 2>/dev/null || echo unknown`
1669 _ASUNAME
1671 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1672 for as_dir in $PATH
1674 IFS=$as_save_IFS
1675 test -z "$as_dir" && as_dir=.
1676 $as_echo "PATH: $as_dir"
1677 done
1678 IFS=$as_save_IFS
1680 } >&5
1682 cat >&5 <<_ACEOF
1685 ## ----------- ##
1686 ## Core tests. ##
1687 ## ----------- ##
1689 _ACEOF
1692 # Keep a trace of the command line.
1693 # Strip out --no-create and --no-recursion so they do not pile up.
1694 # Strip out --silent because we don't want to record it for future runs.
1695 # Also quote any args containing shell meta-characters.
1696 # Make two passes to allow for proper duplicate-argument suppression.
1697 ac_configure_args=
1698 ac_configure_args0=
1699 ac_configure_args1=
1700 ac_must_keep_next=false
1701 for ac_pass in 1 2
1703 for ac_arg
1705 case $ac_arg in
1706 -no-create | --no-c* | -n | -no-recursion | --no-r*) continue ;;
1707 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
1708 | -silent | --silent | --silen | --sile | --sil)
1709 continue ;;
1710 *\'*)
1711 ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
1712 esac
1713 case $ac_pass in
1714 1) ac_configure_args0="$ac_configure_args0 '$ac_arg'" ;;
1716 ac_configure_args1="$ac_configure_args1 '$ac_arg'"
1717 if test $ac_must_keep_next = true; then
1718 ac_must_keep_next=false # Got value, back to normal.
1719 else
1720 case $ac_arg in
1721 *=* | --config-cache | -C | -disable-* | --disable-* \
1722 | -enable-* | --enable-* | -gas | --g* | -nfp | --nf* \
1723 | -q | -quiet | --q* | -silent | --sil* | -v | -verb* \
1724 | -with-* | --with-* | -without-* | --without-* | --x)
1725 case "$ac_configure_args0 " in
1726 "$ac_configure_args1"*" '$ac_arg' "* ) continue ;;
1727 esac
1729 -* ) ac_must_keep_next=true ;;
1730 esac
1732 ac_configure_args="$ac_configure_args '$ac_arg'"
1734 esac
1735 done
1736 done
1737 $as_unset ac_configure_args0 || test "${ac_configure_args0+set}" != set || { ac_configure_args0=; export ac_configure_args0; }
1738 $as_unset ac_configure_args1 || test "${ac_configure_args1+set}" != set || { ac_configure_args1=; export ac_configure_args1; }
1740 # When interrupted or exit'd, cleanup temporary files, and complete
1741 # config.log. We remove comments because anyway the quotes in there
1742 # would cause problems or look ugly.
1743 # WARNING: Use '\'' to represent an apostrophe within the trap.
1744 # WARNING: Do not start the trap code with a newline, due to a FreeBSD 4.0 bug.
1745 trap 'exit_status=$?
1746 # Save into config.log some information that might help in debugging.
1748 echo
1750 cat <<\_ASBOX
1751 ## ---------------- ##
1752 ## Cache variables. ##
1753 ## ---------------- ##
1754 _ASBOX
1755 echo
1756 # The following way of writing the cache mishandles newlines in values,
1758 for ac_var in `(set) 2>&1 | sed -n '\''s/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'\''`; do
1759 eval ac_val=\$$ac_var
1760 case $ac_val in #(
1761 *${as_nl}*)
1762 case $ac_var in #(
1763 *_cv_*) { $as_echo "$as_me:$LINENO: WARNING: cache variable $ac_var contains a newline" >&5
1764 $as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
1765 esac
1766 case $ac_var in #(
1767 _ | IFS | as_nl) ;; #(
1768 BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
1769 *) $as_unset $ac_var ;;
1770 esac ;;
1771 esac
1772 done
1773 (set) 2>&1 |
1774 case $as_nl`(ac_space='\'' '\''; set) 2>&1` in #(
1775 *${as_nl}ac_space=\ *)
1776 sed -n \
1777 "s/'\''/'\''\\\\'\'''\''/g;
1778 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\''\\2'\''/p"
1779 ;; #(
1781 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
1783 esac |
1784 sort
1786 echo
1788 cat <<\_ASBOX
1789 ## ----------------- ##
1790 ## Output variables. ##
1791 ## ----------------- ##
1792 _ASBOX
1793 echo
1794 for ac_var in $ac_subst_vars
1796 eval ac_val=\$$ac_var
1797 case $ac_val in
1798 *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
1799 esac
1800 $as_echo "$ac_var='\''$ac_val'\''"
1801 done | sort
1802 echo
1804 if test -n "$ac_subst_files"; then
1805 cat <<\_ASBOX
1806 ## ------------------- ##
1807 ## File substitutions. ##
1808 ## ------------------- ##
1809 _ASBOX
1810 echo
1811 for ac_var in $ac_subst_files
1813 eval ac_val=\$$ac_var
1814 case $ac_val in
1815 *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
1816 esac
1817 $as_echo "$ac_var='\''$ac_val'\''"
1818 done | sort
1819 echo
1822 if test -s confdefs.h; then
1823 cat <<\_ASBOX
1824 ## ----------- ##
1825 ## confdefs.h. ##
1826 ## ----------- ##
1827 _ASBOX
1828 echo
1829 cat confdefs.h
1830 echo
1832 test "$ac_signal" != 0 &&
1833 $as_echo "$as_me: caught signal $ac_signal"
1834 $as_echo "$as_me: exit $exit_status"
1835 } >&5
1836 rm -f core *.core core.conftest.* &&
1837 rm -f -r conftest* confdefs* conf$$* $ac_clean_files &&
1838 exit $exit_status
1840 for ac_signal in 1 2 13 15; do
1841 trap 'ac_signal='$ac_signal'; { (exit 1); exit 1; }' $ac_signal
1842 done
1843 ac_signal=0
1845 # confdefs.h avoids OS command line length limits that DEFS can exceed.
1846 rm -f -r conftest* confdefs.h
1848 # Predefined preprocessor variables.
1850 cat >>confdefs.h <<_ACEOF
1851 #define PACKAGE_NAME "$PACKAGE_NAME"
1852 _ACEOF
1855 cat >>confdefs.h <<_ACEOF
1856 #define PACKAGE_TARNAME "$PACKAGE_TARNAME"
1857 _ACEOF
1860 cat >>confdefs.h <<_ACEOF
1861 #define PACKAGE_VERSION "$PACKAGE_VERSION"
1862 _ACEOF
1865 cat >>confdefs.h <<_ACEOF
1866 #define PACKAGE_STRING "$PACKAGE_STRING"
1867 _ACEOF
1870 cat >>confdefs.h <<_ACEOF
1871 #define PACKAGE_BUGREPORT "$PACKAGE_BUGREPORT"
1872 _ACEOF
1875 # Let the site file select an alternate cache file if it wants to.
1876 # Prefer an explicitly selected file to automatically selected ones.
1877 ac_site_file1=NONE
1878 ac_site_file2=NONE
1879 if test -n "$CONFIG_SITE"; then
1880 ac_site_file1=$CONFIG_SITE
1881 elif test "x$prefix" != xNONE; then
1882 ac_site_file1=$prefix/share/config.site
1883 ac_site_file2=$prefix/etc/config.site
1884 else
1885 ac_site_file1=$ac_default_prefix/share/config.site
1886 ac_site_file2=$ac_default_prefix/etc/config.site
1888 for ac_site_file in "$ac_site_file1" "$ac_site_file2"
1890 test "x$ac_site_file" = xNONE && continue
1891 if test -r "$ac_site_file"; then
1892 { $as_echo "$as_me:$LINENO: loading site script $ac_site_file" >&5
1893 $as_echo "$as_me: loading site script $ac_site_file" >&6;}
1894 sed 's/^/| /' "$ac_site_file" >&5
1895 . "$ac_site_file"
1897 done
1899 if test -r "$cache_file"; then
1900 # Some versions of bash will fail to source /dev/null (special
1901 # files actually), so we avoid doing that.
1902 if test -f "$cache_file"; then
1903 { $as_echo "$as_me:$LINENO: loading cache $cache_file" >&5
1904 $as_echo "$as_me: loading cache $cache_file" >&6;}
1905 case $cache_file in
1906 [\\/]* | ?:[\\/]* ) . "$cache_file";;
1907 *) . "./$cache_file";;
1908 esac
1910 else
1911 { $as_echo "$as_me:$LINENO: creating cache $cache_file" >&5
1912 $as_echo "$as_me: creating cache $cache_file" >&6;}
1913 >$cache_file
1916 # Check that the precious variables saved in the cache have kept the same
1917 # value.
1918 ac_cache_corrupted=false
1919 for ac_var in $ac_precious_vars; do
1920 eval ac_old_set=\$ac_cv_env_${ac_var}_set
1921 eval ac_new_set=\$ac_env_${ac_var}_set
1922 eval ac_old_val=\$ac_cv_env_${ac_var}_value
1923 eval ac_new_val=\$ac_env_${ac_var}_value
1924 case $ac_old_set,$ac_new_set in
1925 set,)
1926 { $as_echo "$as_me:$LINENO: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
1927 $as_echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
1928 ac_cache_corrupted=: ;;
1929 ,set)
1930 { $as_echo "$as_me:$LINENO: error: \`$ac_var' was not set in the previous run" >&5
1931 $as_echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;}
1932 ac_cache_corrupted=: ;;
1933 ,);;
1935 if test "x$ac_old_val" != "x$ac_new_val"; then
1936 # differences in whitespace do not lead to failure.
1937 ac_old_val_w=`echo x $ac_old_val`
1938 ac_new_val_w=`echo x $ac_new_val`
1939 if test "$ac_old_val_w" != "$ac_new_val_w"; then
1940 { $as_echo "$as_me:$LINENO: error: \`$ac_var' has changed since the previous run:" >&5
1941 $as_echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;}
1942 ac_cache_corrupted=:
1943 else
1944 { $as_echo "$as_me:$LINENO: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&5
1945 $as_echo "$as_me: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&2;}
1946 eval $ac_var=\$ac_old_val
1948 { $as_echo "$as_me:$LINENO: former value: \`$ac_old_val'" >&5
1949 $as_echo "$as_me: former value: \`$ac_old_val'" >&2;}
1950 { $as_echo "$as_me:$LINENO: current value: \`$ac_new_val'" >&5
1951 $as_echo "$as_me: current value: \`$ac_new_val'" >&2;}
1952 fi;;
1953 esac
1954 # Pass precious variables to config.status.
1955 if test "$ac_new_set" = set; then
1956 case $ac_new_val in
1957 *\'*) ac_arg=$ac_var=`$as_echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
1958 *) ac_arg=$ac_var=$ac_new_val ;;
1959 esac
1960 case " $ac_configure_args " in
1961 *" '$ac_arg' "*) ;; # Avoid dups. Use of quotes ensures accuracy.
1962 *) ac_configure_args="$ac_configure_args '$ac_arg'" ;;
1963 esac
1965 done
1966 if $ac_cache_corrupted; then
1967 { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5
1968 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
1969 { $as_echo "$as_me:$LINENO: error: changes in the environment can compromise the build" >&5
1970 $as_echo "$as_me: error: changes in the environment can compromise the build" >&2;}
1971 { { $as_echo "$as_me:$LINENO: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&5
1972 $as_echo "$as_me: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&2;}
1973 { (exit 1); exit 1; }; }
2000 ac_ext=c
2001 ac_cpp='$CPP $CPPFLAGS'
2002 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2003 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2004 ac_compiler_gnu=$ac_cv_c_compiler_gnu
2008 ac_config_headers="$ac_config_headers include/config.h"
2010 ac_aux_dir=
2011 for ac_dir in tools "$srcdir"/tools; do
2012 if test -f "$ac_dir/install-sh"; then
2013 ac_aux_dir=$ac_dir
2014 ac_install_sh="$ac_aux_dir/install-sh -c"
2015 break
2016 elif test -f "$ac_dir/install.sh"; then
2017 ac_aux_dir=$ac_dir
2018 ac_install_sh="$ac_aux_dir/install.sh -c"
2019 break
2020 elif test -f "$ac_dir/shtool"; then
2021 ac_aux_dir=$ac_dir
2022 ac_install_sh="$ac_aux_dir/shtool install -c"
2023 break
2025 done
2026 if test -z "$ac_aux_dir"; then
2027 { { $as_echo "$as_me:$LINENO: error: cannot find install-sh or install.sh in tools \"$srcdir\"/tools" >&5
2028 $as_echo "$as_me: error: cannot find install-sh or install.sh in tools \"$srcdir\"/tools" >&2;}
2029 { (exit 1); exit 1; }; }
2032 # These three variables are undocumented and unsupported,
2033 # and are intended to be withdrawn in a future Autoconf release.
2034 # They can cause serious problems if a builder's source tree is in a directory
2035 # whose full name contains unusual characters.
2036 ac_config_guess="$SHELL $ac_aux_dir/config.guess" # Please don't use this var.
2037 ac_config_sub="$SHELL $ac_aux_dir/config.sub" # Please don't use this var.
2038 ac_configure="$SHELL $ac_aux_dir/configure" # Please don't use this var.
2043 # Check whether --enable-win16 was given.
2044 if test "${enable_win16+set}" = set; then
2045 enableval=$enable_win16;
2048 # Check whether --enable-win64 was given.
2049 if test "${enable_win64+set}" = set; then
2050 enableval=$enable_win64;
2053 # Check whether --enable-tests was given.
2054 if test "${enable_tests+set}" = set; then
2055 enableval=$enable_tests;
2058 # Check whether --enable-maintainer-mode was given.
2059 if test "${enable_maintainer_mode+set}" = set; then
2060 enableval=$enable_maintainer_mode;
2061 else
2062 MAINTAINER_MODE=\#
2068 # Check whether --with-alsa was given.
2069 if test "${with_alsa+set}" = set; then
2070 withval=$with_alsa; if test "x$withval" = "xno"; then ac_cv_header_sys_asoundlib_h=no; ac_cv_header_alsa_asoundlib_h=no; fi
2074 # Check whether --with-audioio was given.
2075 if test "${with_audioio+set}" = set; then
2076 withval=$with_audioio; if test "x$withval" = "xno"; then ac_cv_header_libaudioio_h=no; fi
2080 # Check whether --with-capi was given.
2081 if test "${with_capi+set}" = set; then
2082 withval=$with_capi; if test "x$withval" = "xno"; then ac_cv_header_capi20_h=no; ac_cv_header_linux_capi_h=no; fi
2086 # Check whether --with-cms was given.
2087 if test "${with_cms+set}" = set; then
2088 withval=$with_cms; if test "x$withval" = "xno"; then ac_cv_header_lcms_h=no; ac_cv_header_lcms_lcms_h=no; fi
2092 # Check whether --with-coreaudio was given.
2093 if test "${with_coreaudio+set}" = set; then
2094 withval=$with_coreaudio; if test "x$withval" = "xno"; then ac_cv_header_CoreAudio_CoreAudio_h=no; fi
2098 # Check whether --with-cups was given.
2099 if test "${with_cups+set}" = set; then
2100 withval=$with_cups;
2104 # Check whether --with-curses was given.
2105 if test "${with_curses+set}" = set; then
2106 withval=$with_curses; if test "x$withval" = "xno"; then ac_cv_header_ncurses_h=no; ac_cv_header_curses_h=no; fi
2110 # Check whether --with-esd was given.
2111 if test "${with_esd+set}" = set; then
2112 withval=$with_esd;
2116 # Check whether --with-fontconfig was given.
2117 if test "${with_fontconfig+set}" = set; then
2118 withval=$with_fontconfig; if test "x$withval" = "xno"; then ac_cv_header_fontconfig_fontconfig_h=no; fi
2122 # Check whether --with-freetype was given.
2123 if test "${with_freetype+set}" = set; then
2124 withval=$with_freetype;
2128 # Check whether --with-gphoto was given.
2129 if test "${with_gphoto+set}" = set; then
2130 withval=$with_gphoto;
2134 # Check whether --with-glu was given.
2135 if test "${with_glu+set}" = set; then
2136 withval=$with_glu; if test "x$withval" = "xno"; then ac_cv_header_GL_glu_h=no; fi
2140 # Check whether --with-gnutls was given.
2141 if test "${with_gnutls+set}" = set; then
2142 withval=$with_gnutls;
2146 # Check whether --with-hal was given.
2147 if test "${with_hal+set}" = set; then
2148 withval=$with_hal;
2152 # Check whether --with-jack was given.
2153 if test "${with_jack+set}" = set; then
2154 withval=$with_jack; if test "x$withval" = "xno"; then ac_cv_header_jack_jack_h=no; fi
2158 # Check whether --with-jpeg was given.
2159 if test "${with_jpeg+set}" = set; then
2160 withval=$with_jpeg; if test "x$withval" = "xno"; then ac_cv_header_jpeglib_h=no; fi
2164 # Check whether --with-ldap was given.
2165 if test "${with_ldap+set}" = set; then
2166 withval=$with_ldap; if test "x$withval" = "xno"; then ac_cv_header_ldap_h=no; ac_cv_header_lber_h=no; fi
2170 # Check whether --with-nas was given.
2171 if test "${with_nas+set}" = set; then
2172 withval=$with_nas; if test "x$withval" = "xno"; then ac_cv_header_audio_audiolib_h=no; fi
2176 # Check whether --with-opengl was given.
2177 if test "${with_opengl+set}" = set; then
2178 withval=$with_opengl;
2182 # Check whether --with-openssl was given.
2183 if test "${with_openssl+set}" = set; then
2184 withval=$with_openssl; if test "x$withval" = "xno"; then ac_cv_header_openssl_err_h=no; ac_cv_header_openssl_ssl_h=no; fi
2188 # Check whether --with-oss was given.
2189 if test "${with_oss+set}" = set; then
2190 withval=$with_oss; if test "x$withval" = "xno"; then ac_cv_header_soundcard_h=no; ac_cv_header_sys_soundcard_h=no; ac_cv_header_machine_soundcard_h=no; fi
2194 # Check whether --with-png was given.
2195 if test "${with_png+set}" = set; then
2196 withval=$with_png; if test "x$withval" = "xno"; then ac_cv_header_png_h=no; fi
2200 # Check whether --with-sane was given.
2201 if test "${with_sane+set}" = set; then
2202 withval=$with_sane;
2206 # Check whether --with-xcomposite was given.
2207 if test "${with_xcomposite+set}" = set; then
2208 withval=$with_xcomposite; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_Xcomposite_h=no; fi
2212 # Check whether --with-xcursor was given.
2213 if test "${with_xcursor+set}" = set; then
2214 withval=$with_xcursor; if test "x$withval" = "xno"; then ac_cv_header_X11_Xcursor_Xcursor_h=no; fi
2218 # Check whether --with-xinerama was given.
2219 if test "${with_xinerama+set}" = set; then
2220 withval=$with_xinerama; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_Xinerama_h=no; fi
2224 # Check whether --with-xinput was given.
2225 if test "${with_xinput+set}" = set; then
2226 withval=$with_xinput; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_XInput_h=no; fi
2230 # Check whether --with-xml was given.
2231 if test "${with_xml+set}" = set; then
2232 withval=$with_xml;
2236 # Check whether --with-xrandr was given.
2237 if test "${with_xrandr+set}" = set; then
2238 withval=$with_xrandr; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_Xrandr_h=no; fi
2242 # Check whether --with-xrender was given.
2243 if test "${with_xrender+set}" = set; then
2244 withval=$with_xrender; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_Xrender_h=no; fi
2248 # Check whether --with-xshape was given.
2249 if test "${with_xshape+set}" = set; then
2250 withval=$with_xshape; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_shape_h=no; fi
2254 # Check whether --with-xshm was given.
2255 if test "${with_xshm+set}" = set; then
2256 withval=$with_xshm; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_XShm_h=no; fi
2260 # Check whether --with-xslt was given.
2261 if test "${with_xslt+set}" = set; then
2262 withval=$with_xslt;
2266 # Check whether --with-xxf86vm was given.
2267 if test "${with_xxf86vm+set}" = set; then
2268 withval=$with_xxf86vm; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_xf86vmode_h=no; fi
2273 # Check whether --with-wine-tools was given.
2274 if test "${with_wine_tools+set}" = set; then
2275 withval=$with_wine_tools;
2279 # Make sure we can run config.sub.
2280 $SHELL "$ac_aux_dir/config.sub" sun4 >/dev/null 2>&1 ||
2281 { { $as_echo "$as_me:$LINENO: error: cannot run $SHELL $ac_aux_dir/config.sub" >&5
2282 $as_echo "$as_me: error: cannot run $SHELL $ac_aux_dir/config.sub" >&2;}
2283 { (exit 1); exit 1; }; }
2285 { $as_echo "$as_me:$LINENO: checking build system type" >&5
2286 $as_echo_n "checking build system type... " >&6; }
2287 if test "${ac_cv_build+set}" = set; then
2288 $as_echo_n "(cached) " >&6
2289 else
2290 ac_build_alias=$build_alias
2291 test "x$ac_build_alias" = x &&
2292 ac_build_alias=`$SHELL "$ac_aux_dir/config.guess"`
2293 test "x$ac_build_alias" = x &&
2294 { { $as_echo "$as_me:$LINENO: error: cannot guess build type; you must specify one" >&5
2295 $as_echo "$as_me: error: cannot guess build type; you must specify one" >&2;}
2296 { (exit 1); exit 1; }; }
2297 ac_cv_build=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` ||
2298 { { $as_echo "$as_me:$LINENO: error: $SHELL $ac_aux_dir/config.sub $ac_build_alias failed" >&5
2299 $as_echo "$as_me: error: $SHELL $ac_aux_dir/config.sub $ac_build_alias failed" >&2;}
2300 { (exit 1); exit 1; }; }
2303 { $as_echo "$as_me:$LINENO: result: $ac_cv_build" >&5
2304 $as_echo "$ac_cv_build" >&6; }
2305 case $ac_cv_build in
2306 *-*-*) ;;
2307 *) { { $as_echo "$as_me:$LINENO: error: invalid value of canonical build" >&5
2308 $as_echo "$as_me: error: invalid value of canonical build" >&2;}
2309 { (exit 1); exit 1; }; };;
2310 esac
2311 build=$ac_cv_build
2312 ac_save_IFS=$IFS; IFS='-'
2313 set x $ac_cv_build
2314 shift
2315 build_cpu=$1
2316 build_vendor=$2
2317 shift; shift
2318 # Remember, the first character of IFS is used to create $*,
2319 # except with old shells:
2320 build_os=$*
2321 IFS=$ac_save_IFS
2322 case $build_os in *\ *) build_os=`echo "$build_os" | sed 's/ /-/g'`;; esac
2325 { $as_echo "$as_me:$LINENO: checking host system type" >&5
2326 $as_echo_n "checking host system type... " >&6; }
2327 if test "${ac_cv_host+set}" = set; then
2328 $as_echo_n "(cached) " >&6
2329 else
2330 if test "x$host_alias" = x; then
2331 ac_cv_host=$ac_cv_build
2332 else
2333 ac_cv_host=`$SHELL "$ac_aux_dir/config.sub" $host_alias` ||
2334 { { $as_echo "$as_me:$LINENO: error: $SHELL $ac_aux_dir/config.sub $host_alias failed" >&5
2335 $as_echo "$as_me: error: $SHELL $ac_aux_dir/config.sub $host_alias failed" >&2;}
2336 { (exit 1); exit 1; }; }
2340 { $as_echo "$as_me:$LINENO: result: $ac_cv_host" >&5
2341 $as_echo "$ac_cv_host" >&6; }
2342 case $ac_cv_host in
2343 *-*-*) ;;
2344 *) { { $as_echo "$as_me:$LINENO: error: invalid value of canonical host" >&5
2345 $as_echo "$as_me: error: invalid value of canonical host" >&2;}
2346 { (exit 1); exit 1; }; };;
2347 esac
2348 host=$ac_cv_host
2349 ac_save_IFS=$IFS; IFS='-'
2350 set x $ac_cv_host
2351 shift
2352 host_cpu=$1
2353 host_vendor=$2
2354 shift; shift
2355 # Remember, the first character of IFS is used to create $*,
2356 # except with old shells:
2357 host_os=$*
2358 IFS=$ac_save_IFS
2359 case $host_os in *\ *) host_os=`echo "$host_os" | sed 's/ /-/g'`;; esac
2362 case $host in
2363 x86_64*linux*)
2364 if test "x$enable_win64" != "xyes"
2365 then
2366 CC="${CC:-gcc} -m32"
2367 CXX="${CXX:-g++} -m32"
2368 LD="${LD:-ld} -m elf_i386"
2369 AS="${AS:-as} --32"
2370 host_cpu="i386"
2371 notice_platform="32-bit "
2374 esac
2376 case $host_cpu in
2377 *i[3456789]86*)
2378 enable_win16=${enable_win16:-yes}
2381 enable_win16=${enable_win16:-no}
2382 enable_ifsmgr_vxd=${enable_ifsmgr_vxd:-no}
2383 enable_mmdevldr_vxd=${enable_mmdevldr_vxd:-no}
2384 enable_monodebg_vxd=${enable_monodebg_vxd:-no}
2385 enable_vdhcp_vxd=${enable_vdhcp_vxd:-no}
2386 enable_vmm_vxd=${enable_vmm_vxd:-no}
2387 enable_vnbt_vxd=${enable_vnbt_vxd:-no}
2388 enable_vnetbios_vxd=${enable_vnetbios_vxd:-no}
2389 enable_vtdapi_vxd=${enable_vtdapi_vxd:-no}
2390 enable_vwin32_vxd=${enable_vwin32_vxd:-no}
2391 enable_w32skrnl=${enable_w32skrnl:-no}
2392 enable_winedos=${enable_winedos:-no}
2393 enable_winevdm=${enable_winevdm:-no}
2395 esac
2397 WIN16_FILES="\$(WIN16_FILES)"
2399 WIN16_INSTALL="\$(WIN16_INSTALL)"
2401 if test "x$enable_win16" != "xyes"
2402 then
2403 WIN16_FILES=""
2404 WIN16_INSTALL=""
2407 case "$srcdir" in
2408 .) ;;
2409 *) if test -f "$srcdir/Makefile" -o -f "$srcdir/include/config.h"; then
2410 { { $as_echo "$as_me:$LINENO: error: you are building out of the source tree, but the source tree contains object files.
2411 You need to run 'make distclean' in the source tree first." >&5
2412 $as_echo "$as_me: error: you are building out of the source tree, but the source tree contains object files.
2413 You need to run 'make distclean' in the source tree first." >&2;}
2414 { (exit 1); exit 1; }; }
2415 fi ;;
2416 esac
2419 { $as_echo "$as_me:$LINENO: checking whether ${MAKE-make} sets \$(MAKE)" >&5
2420 $as_echo_n "checking whether ${MAKE-make} sets \$(MAKE)... " >&6; }
2421 set x ${MAKE-make}
2422 ac_make=`$as_echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'`
2423 if { as_var=ac_cv_prog_make_${ac_make}_set; eval "test \"\${$as_var+set}\" = set"; }; then
2424 $as_echo_n "(cached) " >&6
2425 else
2426 cat >conftest.make <<\_ACEOF
2427 SHELL = /bin/sh
2428 all:
2429 @echo '@@@%%%=$(MAKE)=@@@%%%'
2430 _ACEOF
2431 # GNU make sometimes prints "make[1]: Entering...", which would confuse us.
2432 case `${MAKE-make} -f conftest.make 2>/dev/null` in
2433 *@@@%%%=?*=@@@%%%*)
2434 eval ac_cv_prog_make_${ac_make}_set=yes;;
2436 eval ac_cv_prog_make_${ac_make}_set=no;;
2437 esac
2438 rm -f conftest.make
2440 if eval test \$ac_cv_prog_make_${ac_make}_set = yes; then
2441 { $as_echo "$as_me:$LINENO: result: yes" >&5
2442 $as_echo "yes" >&6; }
2443 SET_MAKE=
2444 else
2445 { $as_echo "$as_me:$LINENO: result: no" >&5
2446 $as_echo "no" >&6; }
2447 SET_MAKE="MAKE=${MAKE-make}"
2450 ac_ext=c
2451 ac_cpp='$CPP $CPPFLAGS'
2452 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2453 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2454 ac_compiler_gnu=$ac_cv_c_compiler_gnu
2455 if test -n "$ac_tool_prefix"; then
2456 # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
2457 set dummy ${ac_tool_prefix}gcc; ac_word=$2
2458 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
2459 $as_echo_n "checking for $ac_word... " >&6; }
2460 if test "${ac_cv_prog_CC+set}" = set; then
2461 $as_echo_n "(cached) " >&6
2462 else
2463 if test -n "$CC"; then
2464 ac_cv_prog_CC="$CC" # Let the user override the test.
2465 else
2466 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2467 for as_dir in $PATH
2469 IFS=$as_save_IFS
2470 test -z "$as_dir" && as_dir=.
2471 for ac_exec_ext in '' $ac_executable_extensions; do
2472 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2473 ac_cv_prog_CC="${ac_tool_prefix}gcc"
2474 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2475 break 2
2477 done
2478 done
2479 IFS=$as_save_IFS
2483 CC=$ac_cv_prog_CC
2484 if test -n "$CC"; then
2485 { $as_echo "$as_me:$LINENO: result: $CC" >&5
2486 $as_echo "$CC" >&6; }
2487 else
2488 { $as_echo "$as_me:$LINENO: result: no" >&5
2489 $as_echo "no" >&6; }
2494 if test -z "$ac_cv_prog_CC"; then
2495 ac_ct_CC=$CC
2496 # Extract the first word of "gcc", so it can be a program name with args.
2497 set dummy gcc; ac_word=$2
2498 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
2499 $as_echo_n "checking for $ac_word... " >&6; }
2500 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
2501 $as_echo_n "(cached) " >&6
2502 else
2503 if test -n "$ac_ct_CC"; then
2504 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
2505 else
2506 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2507 for as_dir in $PATH
2509 IFS=$as_save_IFS
2510 test -z "$as_dir" && as_dir=.
2511 for ac_exec_ext in '' $ac_executable_extensions; do
2512 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2513 ac_cv_prog_ac_ct_CC="gcc"
2514 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2515 break 2
2517 done
2518 done
2519 IFS=$as_save_IFS
2523 ac_ct_CC=$ac_cv_prog_ac_ct_CC
2524 if test -n "$ac_ct_CC"; then
2525 { $as_echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
2526 $as_echo "$ac_ct_CC" >&6; }
2527 else
2528 { $as_echo "$as_me:$LINENO: result: no" >&5
2529 $as_echo "no" >&6; }
2532 if test "x$ac_ct_CC" = x; then
2533 CC=""
2534 else
2535 case $cross_compiling:$ac_tool_warned in
2536 yes:)
2537 { $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5
2538 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
2539 ac_tool_warned=yes ;;
2540 esac
2541 CC=$ac_ct_CC
2543 else
2544 CC="$ac_cv_prog_CC"
2547 if test -z "$CC"; then
2548 if test -n "$ac_tool_prefix"; then
2549 # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
2550 set dummy ${ac_tool_prefix}cc; ac_word=$2
2551 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
2552 $as_echo_n "checking for $ac_word... " >&6; }
2553 if test "${ac_cv_prog_CC+set}" = set; then
2554 $as_echo_n "(cached) " >&6
2555 else
2556 if test -n "$CC"; then
2557 ac_cv_prog_CC="$CC" # Let the user override the test.
2558 else
2559 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2560 for as_dir in $PATH
2562 IFS=$as_save_IFS
2563 test -z "$as_dir" && as_dir=.
2564 for ac_exec_ext in '' $ac_executable_extensions; do
2565 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2566 ac_cv_prog_CC="${ac_tool_prefix}cc"
2567 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2568 break 2
2570 done
2571 done
2572 IFS=$as_save_IFS
2576 CC=$ac_cv_prog_CC
2577 if test -n "$CC"; then
2578 { $as_echo "$as_me:$LINENO: result: $CC" >&5
2579 $as_echo "$CC" >&6; }
2580 else
2581 { $as_echo "$as_me:$LINENO: result: no" >&5
2582 $as_echo "no" >&6; }
2588 if test -z "$CC"; then
2589 # Extract the first word of "cc", so it can be a program name with args.
2590 set dummy cc; ac_word=$2
2591 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
2592 $as_echo_n "checking for $ac_word... " >&6; }
2593 if test "${ac_cv_prog_CC+set}" = set; then
2594 $as_echo_n "(cached) " >&6
2595 else
2596 if test -n "$CC"; then
2597 ac_cv_prog_CC="$CC" # Let the user override the test.
2598 else
2599 ac_prog_rejected=no
2600 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2601 for as_dir in $PATH
2603 IFS=$as_save_IFS
2604 test -z "$as_dir" && as_dir=.
2605 for ac_exec_ext in '' $ac_executable_extensions; do
2606 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2607 if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
2608 ac_prog_rejected=yes
2609 continue
2611 ac_cv_prog_CC="cc"
2612 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2613 break 2
2615 done
2616 done
2617 IFS=$as_save_IFS
2619 if test $ac_prog_rejected = yes; then
2620 # We found a bogon in the path, so make sure we never use it.
2621 set dummy $ac_cv_prog_CC
2622 shift
2623 if test $# != 0; then
2624 # We chose a different compiler from the bogus one.
2625 # However, it has the same basename, so the bogon will be chosen
2626 # first if we set CC to just the basename; use the full file name.
2627 shift
2628 ac_cv_prog_CC="$as_dir/$ac_word${1+' '}$@"
2633 CC=$ac_cv_prog_CC
2634 if test -n "$CC"; then
2635 { $as_echo "$as_me:$LINENO: result: $CC" >&5
2636 $as_echo "$CC" >&6; }
2637 else
2638 { $as_echo "$as_me:$LINENO: result: no" >&5
2639 $as_echo "no" >&6; }
2644 if test -z "$CC"; then
2645 if test -n "$ac_tool_prefix"; then
2646 for ac_prog in cl.exe
2648 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
2649 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
2650 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
2651 $as_echo_n "checking for $ac_word... " >&6; }
2652 if test "${ac_cv_prog_CC+set}" = set; then
2653 $as_echo_n "(cached) " >&6
2654 else
2655 if test -n "$CC"; then
2656 ac_cv_prog_CC="$CC" # Let the user override the test.
2657 else
2658 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2659 for as_dir in $PATH
2661 IFS=$as_save_IFS
2662 test -z "$as_dir" && as_dir=.
2663 for ac_exec_ext in '' $ac_executable_extensions; do
2664 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2665 ac_cv_prog_CC="$ac_tool_prefix$ac_prog"
2666 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2667 break 2
2669 done
2670 done
2671 IFS=$as_save_IFS
2675 CC=$ac_cv_prog_CC
2676 if test -n "$CC"; then
2677 { $as_echo "$as_me:$LINENO: result: $CC" >&5
2678 $as_echo "$CC" >&6; }
2679 else
2680 { $as_echo "$as_me:$LINENO: result: no" >&5
2681 $as_echo "no" >&6; }
2685 test -n "$CC" && break
2686 done
2688 if test -z "$CC"; then
2689 ac_ct_CC=$CC
2690 for ac_prog in cl.exe
2692 # Extract the first word of "$ac_prog", so it can be a program name with args.
2693 set dummy $ac_prog; ac_word=$2
2694 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
2695 $as_echo_n "checking for $ac_word... " >&6; }
2696 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
2697 $as_echo_n "(cached) " >&6
2698 else
2699 if test -n "$ac_ct_CC"; then
2700 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
2701 else
2702 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2703 for as_dir in $PATH
2705 IFS=$as_save_IFS
2706 test -z "$as_dir" && as_dir=.
2707 for ac_exec_ext in '' $ac_executable_extensions; do
2708 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2709 ac_cv_prog_ac_ct_CC="$ac_prog"
2710 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2711 break 2
2713 done
2714 done
2715 IFS=$as_save_IFS
2719 ac_ct_CC=$ac_cv_prog_ac_ct_CC
2720 if test -n "$ac_ct_CC"; then
2721 { $as_echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
2722 $as_echo "$ac_ct_CC" >&6; }
2723 else
2724 { $as_echo "$as_me:$LINENO: result: no" >&5
2725 $as_echo "no" >&6; }
2729 test -n "$ac_ct_CC" && break
2730 done
2732 if test "x$ac_ct_CC" = x; then
2733 CC=""
2734 else
2735 case $cross_compiling:$ac_tool_warned in
2736 yes:)
2737 { $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5
2738 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
2739 ac_tool_warned=yes ;;
2740 esac
2741 CC=$ac_ct_CC
2748 test -z "$CC" && { { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5
2749 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2750 { { $as_echo "$as_me:$LINENO: error: no acceptable C compiler found in \$PATH
2751 See \`config.log' for more details." >&5
2752 $as_echo "$as_me: error: no acceptable C compiler found in \$PATH
2753 See \`config.log' for more details." >&2;}
2754 { (exit 1); exit 1; }; }; }
2756 # Provide some information about the compiler.
2757 $as_echo "$as_me:$LINENO: checking for C compiler version" >&5
2758 set X $ac_compile
2759 ac_compiler=$2
2760 { (ac_try="$ac_compiler --version >&5"
2761 case "(($ac_try" in
2762 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2763 *) ac_try_echo=$ac_try;;
2764 esac
2765 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
2766 $as_echo "$ac_try_echo") >&5
2767 (eval "$ac_compiler --version >&5") 2>&5
2768 ac_status=$?
2769 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
2770 (exit $ac_status); }
2771 { (ac_try="$ac_compiler -v >&5"
2772 case "(($ac_try" in
2773 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2774 *) ac_try_echo=$ac_try;;
2775 esac
2776 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
2777 $as_echo "$ac_try_echo") >&5
2778 (eval "$ac_compiler -v >&5") 2>&5
2779 ac_status=$?
2780 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
2781 (exit $ac_status); }
2782 { (ac_try="$ac_compiler -V >&5"
2783 case "(($ac_try" in
2784 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2785 *) ac_try_echo=$ac_try;;
2786 esac
2787 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
2788 $as_echo "$ac_try_echo") >&5
2789 (eval "$ac_compiler -V >&5") 2>&5
2790 ac_status=$?
2791 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
2792 (exit $ac_status); }
2794 cat >conftest.$ac_ext <<_ACEOF
2795 /* confdefs.h. */
2796 _ACEOF
2797 cat confdefs.h >>conftest.$ac_ext
2798 cat >>conftest.$ac_ext <<_ACEOF
2799 /* end confdefs.h. */
2802 main ()
2806 return 0;
2808 _ACEOF
2809 ac_clean_files_save=$ac_clean_files
2810 ac_clean_files="$ac_clean_files a.out a.out.dSYM a.exe b.out"
2811 # Try to create an executable without -o first, disregard a.out.
2812 # It will help us diagnose broken compilers, and finding out an intuition
2813 # of exeext.
2814 { $as_echo "$as_me:$LINENO: checking for C compiler default output file name" >&5
2815 $as_echo_n "checking for C compiler default output file name... " >&6; }
2816 ac_link_default=`$as_echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
2818 # The possible output files:
2819 ac_files="a.out conftest.exe conftest a.exe a_out.exe b.out conftest.*"
2821 ac_rmfiles=
2822 for ac_file in $ac_files
2824 case $ac_file in
2825 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
2826 * ) ac_rmfiles="$ac_rmfiles $ac_file";;
2827 esac
2828 done
2829 rm -f $ac_rmfiles
2831 if { (ac_try="$ac_link_default"
2832 case "(($ac_try" in
2833 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2834 *) ac_try_echo=$ac_try;;
2835 esac
2836 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
2837 $as_echo "$ac_try_echo") >&5
2838 (eval "$ac_link_default") 2>&5
2839 ac_status=$?
2840 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
2841 (exit $ac_status); }; then
2842 # Autoconf-2.13 could set the ac_cv_exeext variable to `no'.
2843 # So ignore a value of `no', otherwise this would lead to `EXEEXT = no'
2844 # in a Makefile. We should not override ac_cv_exeext if it was cached,
2845 # so that the user can short-circuit this test for compilers unknown to
2846 # Autoconf.
2847 for ac_file in $ac_files ''
2849 test -f "$ac_file" || continue
2850 case $ac_file in
2851 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj )
2853 [ab].out )
2854 # We found the default executable, but exeext='' is most
2855 # certainly right.
2856 break;;
2857 *.* )
2858 if test "${ac_cv_exeext+set}" = set && test "$ac_cv_exeext" != no;
2859 then :; else
2860 ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
2862 # We set ac_cv_exeext here because the later test for it is not
2863 # safe: cross compilers may not add the suffix if given an `-o'
2864 # argument, so we may need to know it at that point already.
2865 # Even if this section looks crufty: it has the advantage of
2866 # actually working.
2867 break;;
2869 break;;
2870 esac
2871 done
2872 test "$ac_cv_exeext" = no && ac_cv_exeext=
2874 else
2875 ac_file=''
2878 { $as_echo "$as_me:$LINENO: result: $ac_file" >&5
2879 $as_echo "$ac_file" >&6; }
2880 if test -z "$ac_file"; then
2881 $as_echo "$as_me: failed program was:" >&5
2882 sed 's/^/| /' conftest.$ac_ext >&5
2884 { { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5
2885 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2886 { { $as_echo "$as_me:$LINENO: error: C compiler cannot create executables
2887 See \`config.log' for more details." >&5
2888 $as_echo "$as_me: error: C compiler cannot create executables
2889 See \`config.log' for more details." >&2;}
2890 { (exit 77); exit 77; }; }; }
2893 ac_exeext=$ac_cv_exeext
2895 # Check that the compiler produces executables we can run. If not, either
2896 # the compiler is broken, or we cross compile.
2897 { $as_echo "$as_me:$LINENO: checking whether the C compiler works" >&5
2898 $as_echo_n "checking whether the C compiler works... " >&6; }
2899 # FIXME: These cross compiler hacks should be removed for Autoconf 3.0
2900 # If not cross compiling, check that we can run a simple program.
2901 if test "$cross_compiling" != yes; then
2902 if { ac_try='./$ac_file'
2903 { (case "(($ac_try" in
2904 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2905 *) ac_try_echo=$ac_try;;
2906 esac
2907 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
2908 $as_echo "$ac_try_echo") >&5
2909 (eval "$ac_try") 2>&5
2910 ac_status=$?
2911 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
2912 (exit $ac_status); }; }; then
2913 cross_compiling=no
2914 else
2915 if test "$cross_compiling" = maybe; then
2916 cross_compiling=yes
2917 else
2918 { { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5
2919 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2920 { { $as_echo "$as_me:$LINENO: error: cannot run C compiled programs.
2921 If you meant to cross compile, use \`--host'.
2922 See \`config.log' for more details." >&5
2923 $as_echo "$as_me: error: cannot run C compiled programs.
2924 If you meant to cross compile, use \`--host'.
2925 See \`config.log' for more details." >&2;}
2926 { (exit 1); exit 1; }; }; }
2930 { $as_echo "$as_me:$LINENO: result: yes" >&5
2931 $as_echo "yes" >&6; }
2933 rm -f -r a.out a.out.dSYM a.exe conftest$ac_cv_exeext b.out
2934 ac_clean_files=$ac_clean_files_save
2935 # Check that the compiler produces executables we can run. If not, either
2936 # the compiler is broken, or we cross compile.
2937 { $as_echo "$as_me:$LINENO: checking whether we are cross compiling" >&5
2938 $as_echo_n "checking whether we are cross compiling... " >&6; }
2939 { $as_echo "$as_me:$LINENO: result: $cross_compiling" >&5
2940 $as_echo "$cross_compiling" >&6; }
2942 { $as_echo "$as_me:$LINENO: checking for suffix of executables" >&5
2943 $as_echo_n "checking for suffix of executables... " >&6; }
2944 if { (ac_try="$ac_link"
2945 case "(($ac_try" in
2946 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2947 *) ac_try_echo=$ac_try;;
2948 esac
2949 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
2950 $as_echo "$ac_try_echo") >&5
2951 (eval "$ac_link") 2>&5
2952 ac_status=$?
2953 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
2954 (exit $ac_status); }; then
2955 # If both `conftest.exe' and `conftest' are `present' (well, observable)
2956 # catch `conftest.exe'. For instance with Cygwin, `ls conftest' will
2957 # work properly (i.e., refer to `conftest.exe'), while it won't with
2958 # `rm'.
2959 for ac_file in conftest.exe conftest conftest.*; do
2960 test -f "$ac_file" || continue
2961 case $ac_file in
2962 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
2963 *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
2964 break;;
2965 * ) break;;
2966 esac
2967 done
2968 else
2969 { { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5
2970 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2971 { { $as_echo "$as_me:$LINENO: error: cannot compute suffix of executables: cannot compile and link
2972 See \`config.log' for more details." >&5
2973 $as_echo "$as_me: error: cannot compute suffix of executables: cannot compile and link
2974 See \`config.log' for more details." >&2;}
2975 { (exit 1); exit 1; }; }; }
2978 rm -f conftest$ac_cv_exeext
2979 { $as_echo "$as_me:$LINENO: result: $ac_cv_exeext" >&5
2980 $as_echo "$ac_cv_exeext" >&6; }
2982 rm -f conftest.$ac_ext
2983 EXEEXT=$ac_cv_exeext
2984 ac_exeext=$EXEEXT
2985 { $as_echo "$as_me:$LINENO: checking for suffix of object files" >&5
2986 $as_echo_n "checking for suffix of object files... " >&6; }
2987 if test "${ac_cv_objext+set}" = set; then
2988 $as_echo_n "(cached) " >&6
2989 else
2990 cat >conftest.$ac_ext <<_ACEOF
2991 /* confdefs.h. */
2992 _ACEOF
2993 cat confdefs.h >>conftest.$ac_ext
2994 cat >>conftest.$ac_ext <<_ACEOF
2995 /* end confdefs.h. */
2998 main ()
3002 return 0;
3004 _ACEOF
3005 rm -f conftest.o conftest.obj
3006 if { (ac_try="$ac_compile"
3007 case "(($ac_try" in
3008 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3009 *) ac_try_echo=$ac_try;;
3010 esac
3011 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
3012 $as_echo "$ac_try_echo") >&5
3013 (eval "$ac_compile") 2>&5
3014 ac_status=$?
3015 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
3016 (exit $ac_status); }; then
3017 for ac_file in conftest.o conftest.obj conftest.*; do
3018 test -f "$ac_file" || continue;
3019 case $ac_file in
3020 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM ) ;;
3021 *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
3022 break;;
3023 esac
3024 done
3025 else
3026 $as_echo "$as_me: failed program was:" >&5
3027 sed 's/^/| /' conftest.$ac_ext >&5
3029 { { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5
3030 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3031 { { $as_echo "$as_me:$LINENO: error: cannot compute suffix of object files: cannot compile
3032 See \`config.log' for more details." >&5
3033 $as_echo "$as_me: error: cannot compute suffix of object files: cannot compile
3034 See \`config.log' for more details." >&2;}
3035 { (exit 1); exit 1; }; }; }
3038 rm -f conftest.$ac_cv_objext conftest.$ac_ext
3040 { $as_echo "$as_me:$LINENO: result: $ac_cv_objext" >&5
3041 $as_echo "$ac_cv_objext" >&6; }
3042 OBJEXT=$ac_cv_objext
3043 ac_objext=$OBJEXT
3044 { $as_echo "$as_me:$LINENO: checking whether we are using the GNU C compiler" >&5
3045 $as_echo_n "checking whether we are using the GNU C compiler... " >&6; }
3046 if test "${ac_cv_c_compiler_gnu+set}" = set; then
3047 $as_echo_n "(cached) " >&6
3048 else
3049 cat >conftest.$ac_ext <<_ACEOF
3050 /* confdefs.h. */
3051 _ACEOF
3052 cat confdefs.h >>conftest.$ac_ext
3053 cat >>conftest.$ac_ext <<_ACEOF
3054 /* end confdefs.h. */
3057 main ()
3059 #ifndef __GNUC__
3060 choke me
3061 #endif
3064 return 0;
3066 _ACEOF
3067 rm -f conftest.$ac_objext
3068 if { (ac_try="$ac_compile"
3069 case "(($ac_try" in
3070 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3071 *) ac_try_echo=$ac_try;;
3072 esac
3073 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
3074 $as_echo "$ac_try_echo") >&5
3075 (eval "$ac_compile") 2>conftest.er1
3076 ac_status=$?
3077 grep -v '^ *+' conftest.er1 >conftest.err
3078 rm -f conftest.er1
3079 cat conftest.err >&5
3080 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
3081 (exit $ac_status); } && {
3082 test -z "$ac_c_werror_flag" ||
3083 test ! -s conftest.err
3084 } && test -s conftest.$ac_objext; then
3085 ac_compiler_gnu=yes
3086 else
3087 $as_echo "$as_me: failed program was:" >&5
3088 sed 's/^/| /' conftest.$ac_ext >&5
3090 ac_compiler_gnu=no
3093 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3094 ac_cv_c_compiler_gnu=$ac_compiler_gnu
3097 { $as_echo "$as_me:$LINENO: result: $ac_cv_c_compiler_gnu" >&5
3098 $as_echo "$ac_cv_c_compiler_gnu" >&6; }
3099 if test $ac_compiler_gnu = yes; then
3100 GCC=yes
3101 else
3102 GCC=
3104 ac_test_CFLAGS=${CFLAGS+set}
3105 ac_save_CFLAGS=$CFLAGS
3106 { $as_echo "$as_me:$LINENO: checking whether $CC accepts -g" >&5
3107 $as_echo_n "checking whether $CC accepts -g... " >&6; }
3108 if test "${ac_cv_prog_cc_g+set}" = set; then
3109 $as_echo_n "(cached) " >&6
3110 else
3111 ac_save_c_werror_flag=$ac_c_werror_flag
3112 ac_c_werror_flag=yes
3113 ac_cv_prog_cc_g=no
3114 CFLAGS="-g"
3115 cat >conftest.$ac_ext <<_ACEOF
3116 /* confdefs.h. */
3117 _ACEOF
3118 cat confdefs.h >>conftest.$ac_ext
3119 cat >>conftest.$ac_ext <<_ACEOF
3120 /* end confdefs.h. */
3123 main ()
3127 return 0;
3129 _ACEOF
3130 rm -f conftest.$ac_objext
3131 if { (ac_try="$ac_compile"
3132 case "(($ac_try" in
3133 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3134 *) ac_try_echo=$ac_try;;
3135 esac
3136 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
3137 $as_echo "$ac_try_echo") >&5
3138 (eval "$ac_compile") 2>conftest.er1
3139 ac_status=$?
3140 grep -v '^ *+' conftest.er1 >conftest.err
3141 rm -f conftest.er1
3142 cat conftest.err >&5
3143 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
3144 (exit $ac_status); } && {
3145 test -z "$ac_c_werror_flag" ||
3146 test ! -s conftest.err
3147 } && test -s conftest.$ac_objext; then
3148 ac_cv_prog_cc_g=yes
3149 else
3150 $as_echo "$as_me: failed program was:" >&5
3151 sed 's/^/| /' conftest.$ac_ext >&5
3153 CFLAGS=""
3154 cat >conftest.$ac_ext <<_ACEOF
3155 /* confdefs.h. */
3156 _ACEOF
3157 cat confdefs.h >>conftest.$ac_ext
3158 cat >>conftest.$ac_ext <<_ACEOF
3159 /* end confdefs.h. */
3162 main ()
3166 return 0;
3168 _ACEOF
3169 rm -f conftest.$ac_objext
3170 if { (ac_try="$ac_compile"
3171 case "(($ac_try" in
3172 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3173 *) ac_try_echo=$ac_try;;
3174 esac
3175 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
3176 $as_echo "$ac_try_echo") >&5
3177 (eval "$ac_compile") 2>conftest.er1
3178 ac_status=$?
3179 grep -v '^ *+' conftest.er1 >conftest.err
3180 rm -f conftest.er1
3181 cat conftest.err >&5
3182 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
3183 (exit $ac_status); } && {
3184 test -z "$ac_c_werror_flag" ||
3185 test ! -s conftest.err
3186 } && test -s conftest.$ac_objext; then
3188 else
3189 $as_echo "$as_me: failed program was:" >&5
3190 sed 's/^/| /' conftest.$ac_ext >&5
3192 ac_c_werror_flag=$ac_save_c_werror_flag
3193 CFLAGS="-g"
3194 cat >conftest.$ac_ext <<_ACEOF
3195 /* confdefs.h. */
3196 _ACEOF
3197 cat confdefs.h >>conftest.$ac_ext
3198 cat >>conftest.$ac_ext <<_ACEOF
3199 /* end confdefs.h. */
3202 main ()
3206 return 0;
3208 _ACEOF
3209 rm -f conftest.$ac_objext
3210 if { (ac_try="$ac_compile"
3211 case "(($ac_try" in
3212 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3213 *) ac_try_echo=$ac_try;;
3214 esac
3215 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
3216 $as_echo "$ac_try_echo") >&5
3217 (eval "$ac_compile") 2>conftest.er1
3218 ac_status=$?
3219 grep -v '^ *+' conftest.er1 >conftest.err
3220 rm -f conftest.er1
3221 cat conftest.err >&5
3222 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
3223 (exit $ac_status); } && {
3224 test -z "$ac_c_werror_flag" ||
3225 test ! -s conftest.err
3226 } && test -s conftest.$ac_objext; then
3227 ac_cv_prog_cc_g=yes
3228 else
3229 $as_echo "$as_me: failed program was:" >&5
3230 sed 's/^/| /' conftest.$ac_ext >&5
3235 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3238 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3241 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3242 ac_c_werror_flag=$ac_save_c_werror_flag
3244 { $as_echo "$as_me:$LINENO: result: $ac_cv_prog_cc_g" >&5
3245 $as_echo "$ac_cv_prog_cc_g" >&6; }
3246 if test "$ac_test_CFLAGS" = set; then
3247 CFLAGS=$ac_save_CFLAGS
3248 elif test $ac_cv_prog_cc_g = yes; then
3249 if test "$GCC" = yes; then
3250 CFLAGS="-g -O2"
3251 else
3252 CFLAGS="-g"
3254 else
3255 if test "$GCC" = yes; then
3256 CFLAGS="-O2"
3257 else
3258 CFLAGS=
3261 { $as_echo "$as_me:$LINENO: checking for $CC option to accept ISO C89" >&5
3262 $as_echo_n "checking for $CC option to accept ISO C89... " >&6; }
3263 if test "${ac_cv_prog_cc_c89+set}" = set; then
3264 $as_echo_n "(cached) " >&6
3265 else
3266 ac_cv_prog_cc_c89=no
3267 ac_save_CC=$CC
3268 cat >conftest.$ac_ext <<_ACEOF
3269 /* confdefs.h. */
3270 _ACEOF
3271 cat confdefs.h >>conftest.$ac_ext
3272 cat >>conftest.$ac_ext <<_ACEOF
3273 /* end confdefs.h. */
3274 #include <stdarg.h>
3275 #include <stdio.h>
3276 #include <sys/types.h>
3277 #include <sys/stat.h>
3278 /* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */
3279 struct buf { int x; };
3280 FILE * (*rcsopen) (struct buf *, struct stat *, int);
3281 static char *e (p, i)
3282 char **p;
3283 int i;
3285 return p[i];
3287 static char *f (char * (*g) (char **, int), char **p, ...)
3289 char *s;
3290 va_list v;
3291 va_start (v,p);
3292 s = g (p, va_arg (v,int));
3293 va_end (v);
3294 return s;
3297 /* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has
3298 function prototypes and stuff, but not '\xHH' hex character constants.
3299 These don't provoke an error unfortunately, instead are silently treated
3300 as 'x'. The following induces an error, until -std is added to get
3301 proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an
3302 array size at least. It's necessary to write '\x00'==0 to get something
3303 that's true only with -std. */
3304 int osf4_cc_array ['\x00' == 0 ? 1 : -1];
3306 /* IBM C 6 for AIX is almost-ANSI by default, but it replaces macro parameters
3307 inside strings and character constants. */
3308 #define FOO(x) 'x'
3309 int xlc6_cc_array[FOO(a) == 'x' ? 1 : -1];
3311 int test (int i, double x);
3312 struct s1 {int (*f) (int a);};
3313 struct s2 {int (*f) (double a);};
3314 int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
3315 int argc;
3316 char **argv;
3318 main ()
3320 return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1];
3322 return 0;
3324 _ACEOF
3325 for ac_arg in '' -qlanglvl=extc89 -qlanglvl=ansi -std \
3326 -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
3328 CC="$ac_save_CC $ac_arg"
3329 rm -f conftest.$ac_objext
3330 if { (ac_try="$ac_compile"
3331 case "(($ac_try" in
3332 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3333 *) ac_try_echo=$ac_try;;
3334 esac
3335 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
3336 $as_echo "$ac_try_echo") >&5
3337 (eval "$ac_compile") 2>conftest.er1
3338 ac_status=$?
3339 grep -v '^ *+' conftest.er1 >conftest.err
3340 rm -f conftest.er1
3341 cat conftest.err >&5
3342 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
3343 (exit $ac_status); } && {
3344 test -z "$ac_c_werror_flag" ||
3345 test ! -s conftest.err
3346 } && test -s conftest.$ac_objext; then
3347 ac_cv_prog_cc_c89=$ac_arg
3348 else
3349 $as_echo "$as_me: failed program was:" >&5
3350 sed 's/^/| /' conftest.$ac_ext >&5
3355 rm -f core conftest.err conftest.$ac_objext
3356 test "x$ac_cv_prog_cc_c89" != "xno" && break
3357 done
3358 rm -f conftest.$ac_ext
3359 CC=$ac_save_CC
3362 # AC_CACHE_VAL
3363 case "x$ac_cv_prog_cc_c89" in
3365 { $as_echo "$as_me:$LINENO: result: none needed" >&5
3366 $as_echo "none needed" >&6; } ;;
3367 xno)
3368 { $as_echo "$as_me:$LINENO: result: unsupported" >&5
3369 $as_echo "unsupported" >&6; } ;;
3371 CC="$CC $ac_cv_prog_cc_c89"
3372 { $as_echo "$as_me:$LINENO: result: $ac_cv_prog_cc_c89" >&5
3373 $as_echo "$ac_cv_prog_cc_c89" >&6; } ;;
3374 esac
3377 ac_ext=c
3378 ac_cpp='$CPP $CPPFLAGS'
3379 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3380 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3381 ac_compiler_gnu=$ac_cv_c_compiler_gnu
3383 ac_ext=cpp
3384 ac_cpp='$CXXCPP $CPPFLAGS'
3385 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3386 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3387 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
3388 if test -z "$CXX"; then
3389 if test -n "$CCC"; then
3390 CXX=$CCC
3391 else
3392 if test -n "$ac_tool_prefix"; then
3393 for ac_prog in g++ c++ gpp aCC CC cxx cc++ cl.exe FCC KCC RCC xlC_r xlC
3395 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
3396 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
3397 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
3398 $as_echo_n "checking for $ac_word... " >&6; }
3399 if test "${ac_cv_prog_CXX+set}" = set; then
3400 $as_echo_n "(cached) " >&6
3401 else
3402 if test -n "$CXX"; then
3403 ac_cv_prog_CXX="$CXX" # Let the user override the test.
3404 else
3405 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3406 for as_dir in $PATH
3408 IFS=$as_save_IFS
3409 test -z "$as_dir" && as_dir=.
3410 for ac_exec_ext in '' $ac_executable_extensions; do
3411 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3412 ac_cv_prog_CXX="$ac_tool_prefix$ac_prog"
3413 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
3414 break 2
3416 done
3417 done
3418 IFS=$as_save_IFS
3422 CXX=$ac_cv_prog_CXX
3423 if test -n "$CXX"; then
3424 { $as_echo "$as_me:$LINENO: result: $CXX" >&5
3425 $as_echo "$CXX" >&6; }
3426 else
3427 { $as_echo "$as_me:$LINENO: result: no" >&5
3428 $as_echo "no" >&6; }
3432 test -n "$CXX" && break
3433 done
3435 if test -z "$CXX"; then
3436 ac_ct_CXX=$CXX
3437 for ac_prog in g++ c++ gpp aCC CC cxx cc++ cl.exe FCC KCC RCC xlC_r xlC
3439 # Extract the first word of "$ac_prog", so it can be a program name with args.
3440 set dummy $ac_prog; ac_word=$2
3441 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
3442 $as_echo_n "checking for $ac_word... " >&6; }
3443 if test "${ac_cv_prog_ac_ct_CXX+set}" = set; then
3444 $as_echo_n "(cached) " >&6
3445 else
3446 if test -n "$ac_ct_CXX"; then
3447 ac_cv_prog_ac_ct_CXX="$ac_ct_CXX" # Let the user override the test.
3448 else
3449 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3450 for as_dir in $PATH
3452 IFS=$as_save_IFS
3453 test -z "$as_dir" && as_dir=.
3454 for ac_exec_ext in '' $ac_executable_extensions; do
3455 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3456 ac_cv_prog_ac_ct_CXX="$ac_prog"
3457 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
3458 break 2
3460 done
3461 done
3462 IFS=$as_save_IFS
3466 ac_ct_CXX=$ac_cv_prog_ac_ct_CXX
3467 if test -n "$ac_ct_CXX"; then
3468 { $as_echo "$as_me:$LINENO: result: $ac_ct_CXX" >&5
3469 $as_echo "$ac_ct_CXX" >&6; }
3470 else
3471 { $as_echo "$as_me:$LINENO: result: no" >&5
3472 $as_echo "no" >&6; }
3476 test -n "$ac_ct_CXX" && break
3477 done
3479 if test "x$ac_ct_CXX" = x; then
3480 CXX="g++"
3481 else
3482 case $cross_compiling:$ac_tool_warned in
3483 yes:)
3484 { $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5
3485 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
3486 ac_tool_warned=yes ;;
3487 esac
3488 CXX=$ac_ct_CXX
3494 # Provide some information about the compiler.
3495 $as_echo "$as_me:$LINENO: checking for C++ compiler version" >&5
3496 set X $ac_compile
3497 ac_compiler=$2
3498 { (ac_try="$ac_compiler --version >&5"
3499 case "(($ac_try" in
3500 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3501 *) ac_try_echo=$ac_try;;
3502 esac
3503 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
3504 $as_echo "$ac_try_echo") >&5
3505 (eval "$ac_compiler --version >&5") 2>&5
3506 ac_status=$?
3507 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
3508 (exit $ac_status); }
3509 { (ac_try="$ac_compiler -v >&5"
3510 case "(($ac_try" in
3511 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3512 *) ac_try_echo=$ac_try;;
3513 esac
3514 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
3515 $as_echo "$ac_try_echo") >&5
3516 (eval "$ac_compiler -v >&5") 2>&5
3517 ac_status=$?
3518 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
3519 (exit $ac_status); }
3520 { (ac_try="$ac_compiler -V >&5"
3521 case "(($ac_try" in
3522 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3523 *) ac_try_echo=$ac_try;;
3524 esac
3525 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
3526 $as_echo "$ac_try_echo") >&5
3527 (eval "$ac_compiler -V >&5") 2>&5
3528 ac_status=$?
3529 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
3530 (exit $ac_status); }
3532 { $as_echo "$as_me:$LINENO: checking whether we are using the GNU C++ compiler" >&5
3533 $as_echo_n "checking whether we are using the GNU C++ compiler... " >&6; }
3534 if test "${ac_cv_cxx_compiler_gnu+set}" = set; then
3535 $as_echo_n "(cached) " >&6
3536 else
3537 cat >conftest.$ac_ext <<_ACEOF
3538 /* confdefs.h. */
3539 _ACEOF
3540 cat confdefs.h >>conftest.$ac_ext
3541 cat >>conftest.$ac_ext <<_ACEOF
3542 /* end confdefs.h. */
3545 main ()
3547 #ifndef __GNUC__
3548 choke me
3549 #endif
3552 return 0;
3554 _ACEOF
3555 rm -f conftest.$ac_objext
3556 if { (ac_try="$ac_compile"
3557 case "(($ac_try" in
3558 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3559 *) ac_try_echo=$ac_try;;
3560 esac
3561 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
3562 $as_echo "$ac_try_echo") >&5
3563 (eval "$ac_compile") 2>conftest.er1
3564 ac_status=$?
3565 grep -v '^ *+' conftest.er1 >conftest.err
3566 rm -f conftest.er1
3567 cat conftest.err >&5
3568 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
3569 (exit $ac_status); } && {
3570 test -z "$ac_cxx_werror_flag" ||
3571 test ! -s conftest.err
3572 } && test -s conftest.$ac_objext; then
3573 ac_compiler_gnu=yes
3574 else
3575 $as_echo "$as_me: failed program was:" >&5
3576 sed 's/^/| /' conftest.$ac_ext >&5
3578 ac_compiler_gnu=no
3581 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3582 ac_cv_cxx_compiler_gnu=$ac_compiler_gnu
3585 { $as_echo "$as_me:$LINENO: result: $ac_cv_cxx_compiler_gnu" >&5
3586 $as_echo "$ac_cv_cxx_compiler_gnu" >&6; }
3587 if test $ac_compiler_gnu = yes; then
3588 GXX=yes
3589 else
3590 GXX=
3592 ac_test_CXXFLAGS=${CXXFLAGS+set}
3593 ac_save_CXXFLAGS=$CXXFLAGS
3594 { $as_echo "$as_me:$LINENO: checking whether $CXX accepts -g" >&5
3595 $as_echo_n "checking whether $CXX accepts -g... " >&6; }
3596 if test "${ac_cv_prog_cxx_g+set}" = set; then
3597 $as_echo_n "(cached) " >&6
3598 else
3599 ac_save_cxx_werror_flag=$ac_cxx_werror_flag
3600 ac_cxx_werror_flag=yes
3601 ac_cv_prog_cxx_g=no
3602 CXXFLAGS="-g"
3603 cat >conftest.$ac_ext <<_ACEOF
3604 /* confdefs.h. */
3605 _ACEOF
3606 cat confdefs.h >>conftest.$ac_ext
3607 cat >>conftest.$ac_ext <<_ACEOF
3608 /* end confdefs.h. */
3611 main ()
3615 return 0;
3617 _ACEOF
3618 rm -f conftest.$ac_objext
3619 if { (ac_try="$ac_compile"
3620 case "(($ac_try" in
3621 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3622 *) ac_try_echo=$ac_try;;
3623 esac
3624 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
3625 $as_echo "$ac_try_echo") >&5
3626 (eval "$ac_compile") 2>conftest.er1
3627 ac_status=$?
3628 grep -v '^ *+' conftest.er1 >conftest.err
3629 rm -f conftest.er1
3630 cat conftest.err >&5
3631 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
3632 (exit $ac_status); } && {
3633 test -z "$ac_cxx_werror_flag" ||
3634 test ! -s conftest.err
3635 } && test -s conftest.$ac_objext; then
3636 ac_cv_prog_cxx_g=yes
3637 else
3638 $as_echo "$as_me: failed program was:" >&5
3639 sed 's/^/| /' conftest.$ac_ext >&5
3641 CXXFLAGS=""
3642 cat >conftest.$ac_ext <<_ACEOF
3643 /* confdefs.h. */
3644 _ACEOF
3645 cat confdefs.h >>conftest.$ac_ext
3646 cat >>conftest.$ac_ext <<_ACEOF
3647 /* end confdefs.h. */
3650 main ()
3654 return 0;
3656 _ACEOF
3657 rm -f conftest.$ac_objext
3658 if { (ac_try="$ac_compile"
3659 case "(($ac_try" in
3660 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3661 *) ac_try_echo=$ac_try;;
3662 esac
3663 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
3664 $as_echo "$ac_try_echo") >&5
3665 (eval "$ac_compile") 2>conftest.er1
3666 ac_status=$?
3667 grep -v '^ *+' conftest.er1 >conftest.err
3668 rm -f conftest.er1
3669 cat conftest.err >&5
3670 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
3671 (exit $ac_status); } && {
3672 test -z "$ac_cxx_werror_flag" ||
3673 test ! -s conftest.err
3674 } && test -s conftest.$ac_objext; then
3676 else
3677 $as_echo "$as_me: failed program was:" >&5
3678 sed 's/^/| /' conftest.$ac_ext >&5
3680 ac_cxx_werror_flag=$ac_save_cxx_werror_flag
3681 CXXFLAGS="-g"
3682 cat >conftest.$ac_ext <<_ACEOF
3683 /* confdefs.h. */
3684 _ACEOF
3685 cat confdefs.h >>conftest.$ac_ext
3686 cat >>conftest.$ac_ext <<_ACEOF
3687 /* end confdefs.h. */
3690 main ()
3694 return 0;
3696 _ACEOF
3697 rm -f conftest.$ac_objext
3698 if { (ac_try="$ac_compile"
3699 case "(($ac_try" in
3700 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3701 *) ac_try_echo=$ac_try;;
3702 esac
3703 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
3704 $as_echo "$ac_try_echo") >&5
3705 (eval "$ac_compile") 2>conftest.er1
3706 ac_status=$?
3707 grep -v '^ *+' conftest.er1 >conftest.err
3708 rm -f conftest.er1
3709 cat conftest.err >&5
3710 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
3711 (exit $ac_status); } && {
3712 test -z "$ac_cxx_werror_flag" ||
3713 test ! -s conftest.err
3714 } && test -s conftest.$ac_objext; then
3715 ac_cv_prog_cxx_g=yes
3716 else
3717 $as_echo "$as_me: failed program was:" >&5
3718 sed 's/^/| /' conftest.$ac_ext >&5
3723 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3726 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3729 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3730 ac_cxx_werror_flag=$ac_save_cxx_werror_flag
3732 { $as_echo "$as_me:$LINENO: result: $ac_cv_prog_cxx_g" >&5
3733 $as_echo "$ac_cv_prog_cxx_g" >&6; }
3734 if test "$ac_test_CXXFLAGS" = set; then
3735 CXXFLAGS=$ac_save_CXXFLAGS
3736 elif test $ac_cv_prog_cxx_g = yes; then
3737 if test "$GXX" = yes; then
3738 CXXFLAGS="-g -O2"
3739 else
3740 CXXFLAGS="-g"
3742 else
3743 if test "$GXX" = yes; then
3744 CXXFLAGS="-O2"
3745 else
3746 CXXFLAGS=
3749 ac_ext=c
3750 ac_cpp='$CPP $CPPFLAGS'
3751 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3752 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3753 ac_compiler_gnu=$ac_cv_c_compiler_gnu
3755 if test -n "$ac_tool_prefix"; then
3756 # Extract the first word of "${ac_tool_prefix}cpp", so it can be a program name with args.
3757 set dummy ${ac_tool_prefix}cpp; ac_word=$2
3758 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
3759 $as_echo_n "checking for $ac_word... " >&6; }
3760 if test "${ac_cv_prog_CPPBIN+set}" = set; then
3761 $as_echo_n "(cached) " >&6
3762 else
3763 if test -n "$CPPBIN"; then
3764 ac_cv_prog_CPPBIN="$CPPBIN" # Let the user override the test.
3765 else
3766 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3767 for as_dir in $PATH
3769 IFS=$as_save_IFS
3770 test -z "$as_dir" && as_dir=.
3771 for ac_exec_ext in '' $ac_executable_extensions; do
3772 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3773 ac_cv_prog_CPPBIN="${ac_tool_prefix}cpp"
3774 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
3775 break 2
3777 done
3778 done
3779 IFS=$as_save_IFS
3783 CPPBIN=$ac_cv_prog_CPPBIN
3784 if test -n "$CPPBIN"; then
3785 { $as_echo "$as_me:$LINENO: result: $CPPBIN" >&5
3786 $as_echo "$CPPBIN" >&6; }
3787 else
3788 { $as_echo "$as_me:$LINENO: result: no" >&5
3789 $as_echo "no" >&6; }
3794 if test -z "$ac_cv_prog_CPPBIN"; then
3795 ac_ct_CPPBIN=$CPPBIN
3796 # Extract the first word of "cpp", so it can be a program name with args.
3797 set dummy cpp; ac_word=$2
3798 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
3799 $as_echo_n "checking for $ac_word... " >&6; }
3800 if test "${ac_cv_prog_ac_ct_CPPBIN+set}" = set; then
3801 $as_echo_n "(cached) " >&6
3802 else
3803 if test -n "$ac_ct_CPPBIN"; then
3804 ac_cv_prog_ac_ct_CPPBIN="$ac_ct_CPPBIN" # Let the user override the test.
3805 else
3806 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3807 for as_dir in $PATH
3809 IFS=$as_save_IFS
3810 test -z "$as_dir" && as_dir=.
3811 for ac_exec_ext in '' $ac_executable_extensions; do
3812 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3813 ac_cv_prog_ac_ct_CPPBIN="cpp"
3814 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
3815 break 2
3817 done
3818 done
3819 IFS=$as_save_IFS
3823 ac_ct_CPPBIN=$ac_cv_prog_ac_ct_CPPBIN
3824 if test -n "$ac_ct_CPPBIN"; then
3825 { $as_echo "$as_me:$LINENO: result: $ac_ct_CPPBIN" >&5
3826 $as_echo "$ac_ct_CPPBIN" >&6; }
3827 else
3828 { $as_echo "$as_me:$LINENO: result: no" >&5
3829 $as_echo "no" >&6; }
3832 if test "x$ac_ct_CPPBIN" = x; then
3833 CPPBIN="cpp"
3834 else
3835 case $cross_compiling:$ac_tool_warned in
3836 yes:)
3837 { $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5
3838 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
3839 ac_tool_warned=yes ;;
3840 esac
3841 CPPBIN=$ac_ct_CPPBIN
3843 else
3844 CPPBIN="$ac_cv_prog_CPPBIN"
3848 { $as_echo "$as_me:$LINENO: checking for the directory containing the Wine tools" >&5
3849 $as_echo_n "checking for the directory containing the Wine tools... " >&6; }
3850 if test "${wine_cv_toolsdir+set}" = set; then
3851 $as_echo_n "(cached) " >&6
3852 else
3853 if test -z "$with_wine_tools"; then
3854 if test "$cross_compiling" = "yes"; then
3855 { { $as_echo "$as_me:$LINENO: error: you must use the --with-wine-tools option when cross-compiling." >&5
3856 $as_echo "$as_me: error: you must use the --with-wine-tools option when cross-compiling." >&2;}
3857 { (exit 1); exit 1; }; }
3858 else
3859 wine_cv_toolsdir="\$(TOPOBJDIR)"
3861 elif test -d "$with_wine_tools/tools/winebuild"; then
3862 case $with_wine_tools in
3863 /*) wine_cv_toolsdir="$with_wine_tools" ;;
3864 *) wine_cv_toolsdir="\$(TOPOBJDIR)/$with_wine_tools" ;;
3865 esac
3866 else
3867 { { $as_echo "$as_me:$LINENO: error: could not find Wine tools in $with_wine_tools." >&5
3868 $as_echo "$as_me: error: could not find Wine tools in $with_wine_tools." >&2;}
3869 { (exit 1); exit 1; }; }
3872 { $as_echo "$as_me:$LINENO: result: $wine_cv_toolsdir" >&5
3873 $as_echo "$wine_cv_toolsdir" >&6; }
3874 TOOLSDIR=$wine_cv_toolsdir
3878 ac_ext=c
3879 ac_cpp='$CPP $CPPFLAGS'
3880 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3881 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3882 ac_compiler_gnu=$ac_cv_c_compiler_gnu
3883 { $as_echo "$as_me:$LINENO: checking how to run the C preprocessor" >&5
3884 $as_echo_n "checking how to run the C preprocessor... " >&6; }
3885 # On Suns, sometimes $CPP names a directory.
3886 if test -n "$CPP" && test -d "$CPP"; then
3887 CPP=
3889 if test -z "$CPP"; then
3890 if test "${ac_cv_prog_CPP+set}" = set; then
3891 $as_echo_n "(cached) " >&6
3892 else
3893 # Double quotes because CPP needs to be expanded
3894 for CPP in "$CC -E" "$CC -E -traditional-cpp" "/lib/cpp"
3896 ac_preproc_ok=false
3897 for ac_c_preproc_warn_flag in '' yes
3899 # Use a header file that comes with gcc, so configuring glibc
3900 # with a fresh cross-compiler works.
3901 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
3902 # <limits.h> exists even on freestanding compilers.
3903 # On the NeXT, cc -E runs the code through the compiler's parser,
3904 # not just through cpp. "Syntax error" is here to catch this case.
3905 cat >conftest.$ac_ext <<_ACEOF
3906 /* confdefs.h. */
3907 _ACEOF
3908 cat confdefs.h >>conftest.$ac_ext
3909 cat >>conftest.$ac_ext <<_ACEOF
3910 /* end confdefs.h. */
3911 #ifdef __STDC__
3912 # include <limits.h>
3913 #else
3914 # include <assert.h>
3915 #endif
3916 Syntax error
3917 _ACEOF
3918 if { (ac_try="$ac_cpp conftest.$ac_ext"
3919 case "(($ac_try" in
3920 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3921 *) ac_try_echo=$ac_try;;
3922 esac
3923 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
3924 $as_echo "$ac_try_echo") >&5
3925 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
3926 ac_status=$?
3927 grep -v '^ *+' conftest.er1 >conftest.err
3928 rm -f conftest.er1
3929 cat conftest.err >&5
3930 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
3931 (exit $ac_status); } >/dev/null && {
3932 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
3933 test ! -s conftest.err
3934 }; then
3936 else
3937 $as_echo "$as_me: failed program was:" >&5
3938 sed 's/^/| /' conftest.$ac_ext >&5
3940 # Broken: fails on valid input.
3941 continue
3944 rm -f conftest.err conftest.$ac_ext
3946 # OK, works on sane cases. Now check whether nonexistent headers
3947 # can be detected and how.
3948 cat >conftest.$ac_ext <<_ACEOF
3949 /* confdefs.h. */
3950 _ACEOF
3951 cat confdefs.h >>conftest.$ac_ext
3952 cat >>conftest.$ac_ext <<_ACEOF
3953 /* end confdefs.h. */
3954 #include <ac_nonexistent.h>
3955 _ACEOF
3956 if { (ac_try="$ac_cpp conftest.$ac_ext"
3957 case "(($ac_try" in
3958 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3959 *) ac_try_echo=$ac_try;;
3960 esac
3961 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
3962 $as_echo "$ac_try_echo") >&5
3963 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
3964 ac_status=$?
3965 grep -v '^ *+' conftest.er1 >conftest.err
3966 rm -f conftest.er1
3967 cat conftest.err >&5
3968 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
3969 (exit $ac_status); } >/dev/null && {
3970 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
3971 test ! -s conftest.err
3972 }; then
3973 # Broken: success on invalid input.
3974 continue
3975 else
3976 $as_echo "$as_me: failed program was:" >&5
3977 sed 's/^/| /' conftest.$ac_ext >&5
3979 # Passes both tests.
3980 ac_preproc_ok=:
3981 break
3984 rm -f conftest.err conftest.$ac_ext
3986 done
3987 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
3988 rm -f conftest.err conftest.$ac_ext
3989 if $ac_preproc_ok; then
3990 break
3993 done
3994 ac_cv_prog_CPP=$CPP
3997 CPP=$ac_cv_prog_CPP
3998 else
3999 ac_cv_prog_CPP=$CPP
4001 { $as_echo "$as_me:$LINENO: result: $CPP" >&5
4002 $as_echo "$CPP" >&6; }
4003 ac_preproc_ok=false
4004 for ac_c_preproc_warn_flag in '' yes
4006 # Use a header file that comes with gcc, so configuring glibc
4007 # with a fresh cross-compiler works.
4008 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
4009 # <limits.h> exists even on freestanding compilers.
4010 # On the NeXT, cc -E runs the code through the compiler's parser,
4011 # not just through cpp. "Syntax error" is here to catch this case.
4012 cat >conftest.$ac_ext <<_ACEOF
4013 /* confdefs.h. */
4014 _ACEOF
4015 cat confdefs.h >>conftest.$ac_ext
4016 cat >>conftest.$ac_ext <<_ACEOF
4017 /* end confdefs.h. */
4018 #ifdef __STDC__
4019 # include <limits.h>
4020 #else
4021 # include <assert.h>
4022 #endif
4023 Syntax error
4024 _ACEOF
4025 if { (ac_try="$ac_cpp conftest.$ac_ext"
4026 case "(($ac_try" in
4027 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4028 *) ac_try_echo=$ac_try;;
4029 esac
4030 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
4031 $as_echo "$ac_try_echo") >&5
4032 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
4033 ac_status=$?
4034 grep -v '^ *+' conftest.er1 >conftest.err
4035 rm -f conftest.er1
4036 cat conftest.err >&5
4037 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
4038 (exit $ac_status); } >/dev/null && {
4039 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
4040 test ! -s conftest.err
4041 }; then
4043 else
4044 $as_echo "$as_me: failed program was:" >&5
4045 sed 's/^/| /' conftest.$ac_ext >&5
4047 # Broken: fails on valid input.
4048 continue
4051 rm -f conftest.err conftest.$ac_ext
4053 # OK, works on sane cases. Now check whether nonexistent headers
4054 # can be detected and how.
4055 cat >conftest.$ac_ext <<_ACEOF
4056 /* confdefs.h. */
4057 _ACEOF
4058 cat confdefs.h >>conftest.$ac_ext
4059 cat >>conftest.$ac_ext <<_ACEOF
4060 /* end confdefs.h. */
4061 #include <ac_nonexistent.h>
4062 _ACEOF
4063 if { (ac_try="$ac_cpp conftest.$ac_ext"
4064 case "(($ac_try" in
4065 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4066 *) ac_try_echo=$ac_try;;
4067 esac
4068 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
4069 $as_echo "$ac_try_echo") >&5
4070 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
4071 ac_status=$?
4072 grep -v '^ *+' conftest.er1 >conftest.err
4073 rm -f conftest.er1
4074 cat conftest.err >&5
4075 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
4076 (exit $ac_status); } >/dev/null && {
4077 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
4078 test ! -s conftest.err
4079 }; then
4080 # Broken: success on invalid input.
4081 continue
4082 else
4083 $as_echo "$as_me: failed program was:" >&5
4084 sed 's/^/| /' conftest.$ac_ext >&5
4086 # Passes both tests.
4087 ac_preproc_ok=:
4088 break
4091 rm -f conftest.err conftest.$ac_ext
4093 done
4094 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
4095 rm -f conftest.err conftest.$ac_ext
4096 if $ac_preproc_ok; then
4098 else
4099 { { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5
4100 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
4101 { { $as_echo "$as_me:$LINENO: error: C preprocessor \"$CPP\" fails sanity check
4102 See \`config.log' for more details." >&5
4103 $as_echo "$as_me: error: C preprocessor \"$CPP\" fails sanity check
4104 See \`config.log' for more details." >&2;}
4105 { (exit 1); exit 1; }; }; }
4108 ac_ext=c
4109 ac_cpp='$CPP $CPPFLAGS'
4110 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4111 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4112 ac_compiler_gnu=$ac_cv_c_compiler_gnu
4115 { $as_echo "$as_me:$LINENO: checking for X" >&5
4116 $as_echo_n "checking for X... " >&6; }
4119 # Check whether --with-x was given.
4120 if test "${with_x+set}" = set; then
4121 withval=$with_x;
4124 # $have_x is `yes', `no', `disabled', or empty when we do not yet know.
4125 if test "x$with_x" = xno; then
4126 # The user explicitly disabled X.
4127 have_x=disabled
4128 else
4129 case $x_includes,$x_libraries in #(
4130 *\'*) { { $as_echo "$as_me:$LINENO: error: cannot use X directory names containing '" >&5
4131 $as_echo "$as_me: error: cannot use X directory names containing '" >&2;}
4132 { (exit 1); exit 1; }; };; #(
4133 *,NONE | NONE,*) if test "${ac_cv_have_x+set}" = set; then
4134 $as_echo_n "(cached) " >&6
4135 else
4136 # One or both of the vars are not set, and there is no cached value.
4137 ac_x_includes=no ac_x_libraries=no
4138 rm -f -r conftest.dir
4139 if mkdir conftest.dir; then
4140 cd conftest.dir
4141 cat >Imakefile <<'_ACEOF'
4142 incroot:
4143 @echo incroot='${INCROOT}'
4144 usrlibdir:
4145 @echo usrlibdir='${USRLIBDIR}'
4146 libdir:
4147 @echo libdir='${LIBDIR}'
4148 _ACEOF
4149 if (export CC; ${XMKMF-xmkmf}) >/dev/null 2>/dev/null && test -f Makefile; then
4150 # GNU make sometimes prints "make[1]: Entering...", which would confuse us.
4151 for ac_var in incroot usrlibdir libdir; do
4152 eval "ac_im_$ac_var=\`\${MAKE-make} $ac_var 2>/dev/null | sed -n 's/^$ac_var=//p'\`"
4153 done
4154 # Open Windows xmkmf reportedly sets LIBDIR instead of USRLIBDIR.
4155 for ac_extension in a so sl dylib la dll; do
4156 if test ! -f "$ac_im_usrlibdir/libX11.$ac_extension" &&
4157 test -f "$ac_im_libdir/libX11.$ac_extension"; then
4158 ac_im_usrlibdir=$ac_im_libdir; break
4160 done
4161 # Screen out bogus values from the imake configuration. They are
4162 # bogus both because they are the default anyway, and because
4163 # using them would break gcc on systems where it needs fixed includes.
4164 case $ac_im_incroot in
4165 /usr/include) ac_x_includes= ;;
4166 *) test -f "$ac_im_incroot/X11/Xos.h" && ac_x_includes=$ac_im_incroot;;
4167 esac
4168 case $ac_im_usrlibdir in
4169 /usr/lib | /usr/lib64 | /lib | /lib64) ;;
4170 *) test -d "$ac_im_usrlibdir" && ac_x_libraries=$ac_im_usrlibdir ;;
4171 esac
4173 cd ..
4174 rm -f -r conftest.dir
4177 # Standard set of common directories for X headers.
4178 # Check X11 before X11Rn because it is often a symlink to the current release.
4179 ac_x_header_dirs='
4180 /usr/X11/include
4181 /usr/X11R6/include
4182 /usr/X11R5/include
4183 /usr/X11R4/include
4185 /usr/include/X11
4186 /usr/include/X11R6
4187 /usr/include/X11R5
4188 /usr/include/X11R4
4190 /usr/local/X11/include
4191 /usr/local/X11R6/include
4192 /usr/local/X11R5/include
4193 /usr/local/X11R4/include
4195 /usr/local/include/X11
4196 /usr/local/include/X11R6
4197 /usr/local/include/X11R5
4198 /usr/local/include/X11R4
4200 /usr/X386/include
4201 /usr/x386/include
4202 /usr/XFree86/include/X11
4204 /usr/include
4205 /usr/local/include
4206 /usr/unsupported/include
4207 /usr/athena/include
4208 /usr/local/x11r5/include
4209 /usr/lpp/Xamples/include
4211 /usr/openwin/include
4212 /usr/openwin/share/include'
4214 if test "$ac_x_includes" = no; then
4215 # Guess where to find include files, by looking for Xlib.h.
4216 # First, try using that file with no special directory specified.
4217 cat >conftest.$ac_ext <<_ACEOF
4218 /* confdefs.h. */
4219 _ACEOF
4220 cat confdefs.h >>conftest.$ac_ext
4221 cat >>conftest.$ac_ext <<_ACEOF
4222 /* end confdefs.h. */
4223 #include <X11/Xlib.h>
4224 _ACEOF
4225 if { (ac_try="$ac_cpp conftest.$ac_ext"
4226 case "(($ac_try" in
4227 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4228 *) ac_try_echo=$ac_try;;
4229 esac
4230 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
4231 $as_echo "$ac_try_echo") >&5
4232 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
4233 ac_status=$?
4234 grep -v '^ *+' conftest.er1 >conftest.err
4235 rm -f conftest.er1
4236 cat conftest.err >&5
4237 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
4238 (exit $ac_status); } >/dev/null && {
4239 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
4240 test ! -s conftest.err
4241 }; then
4242 # We can compile using X headers with no special include directory.
4243 ac_x_includes=
4244 else
4245 $as_echo "$as_me: failed program was:" >&5
4246 sed 's/^/| /' conftest.$ac_ext >&5
4248 for ac_dir in $ac_x_header_dirs; do
4249 if test -r "$ac_dir/X11/Xlib.h"; then
4250 ac_x_includes=$ac_dir
4251 break
4253 done
4256 rm -f conftest.err conftest.$ac_ext
4257 fi # $ac_x_includes = no
4259 if test "$ac_x_libraries" = no; then
4260 # Check for the libraries.
4261 # See if we find them without any special options.
4262 # Don't add to $LIBS permanently.
4263 ac_save_LIBS=$LIBS
4264 LIBS="-lX11 $LIBS"
4265 cat >conftest.$ac_ext <<_ACEOF
4266 /* confdefs.h. */
4267 _ACEOF
4268 cat confdefs.h >>conftest.$ac_ext
4269 cat >>conftest.$ac_ext <<_ACEOF
4270 /* end confdefs.h. */
4271 #include <X11/Xlib.h>
4273 main ()
4275 XrmInitialize ()
4277 return 0;
4279 _ACEOF
4280 rm -f conftest.$ac_objext conftest$ac_exeext
4281 if { (ac_try="$ac_link"
4282 case "(($ac_try" in
4283 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4284 *) ac_try_echo=$ac_try;;
4285 esac
4286 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
4287 $as_echo "$ac_try_echo") >&5
4288 (eval "$ac_link") 2>conftest.er1
4289 ac_status=$?
4290 grep -v '^ *+' conftest.er1 >conftest.err
4291 rm -f conftest.er1
4292 cat conftest.err >&5
4293 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
4294 (exit $ac_status); } && {
4295 test -z "$ac_c_werror_flag" ||
4296 test ! -s conftest.err
4297 } && test -s conftest$ac_exeext && {
4298 test "$cross_compiling" = yes ||
4299 $as_test_x conftest$ac_exeext
4300 }; then
4301 LIBS=$ac_save_LIBS
4302 # We can link X programs with no special library path.
4303 ac_x_libraries=
4304 else
4305 $as_echo "$as_me: failed program was:" >&5
4306 sed 's/^/| /' conftest.$ac_ext >&5
4308 LIBS=$ac_save_LIBS
4309 for ac_dir in `$as_echo "$ac_x_includes $ac_x_header_dirs" | sed s/include/lib/g`
4311 # Don't even attempt the hair of trying to link an X program!
4312 for ac_extension in a so sl dylib la dll; do
4313 if test -r "$ac_dir/libX11.$ac_extension"; then
4314 ac_x_libraries=$ac_dir
4315 break 2
4317 done
4318 done
4321 rm -rf conftest.dSYM
4322 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
4323 conftest$ac_exeext conftest.$ac_ext
4324 fi # $ac_x_libraries = no
4326 case $ac_x_includes,$ac_x_libraries in #(
4327 no,* | *,no | *\'*)
4328 # Didn't find X, or a directory has "'" in its name.
4329 ac_cv_have_x="have_x=no";; #(
4331 # Record where we found X for the cache.
4332 ac_cv_have_x="have_x=yes\
4333 ac_x_includes='$ac_x_includes'\
4334 ac_x_libraries='$ac_x_libraries'"
4335 esac
4337 ;; #(
4338 *) have_x=yes;;
4339 esac
4340 eval "$ac_cv_have_x"
4341 fi # $with_x != no
4343 if test "$have_x" != yes; then
4344 { $as_echo "$as_me:$LINENO: result: $have_x" >&5
4345 $as_echo "$have_x" >&6; }
4346 no_x=yes
4347 else
4348 # If each of the values was on the command line, it overrides each guess.
4349 test "x$x_includes" = xNONE && x_includes=$ac_x_includes
4350 test "x$x_libraries" = xNONE && x_libraries=$ac_x_libraries
4351 # Update the cache value to reflect the command line values.
4352 ac_cv_have_x="have_x=yes\
4353 ac_x_includes='$x_includes'\
4354 ac_x_libraries='$x_libraries'"
4355 { $as_echo "$as_me:$LINENO: result: libraries $x_libraries, headers $x_includes" >&5
4356 $as_echo "libraries $x_libraries, headers $x_includes" >&6; }
4359 if test "$no_x" = yes; then
4360 # Not all programs may use this symbol, but it does not hurt to define it.
4362 cat >>confdefs.h <<\_ACEOF
4363 #define X_DISPLAY_MISSING 1
4364 _ACEOF
4366 X_CFLAGS= X_PRE_LIBS= X_LIBS= X_EXTRA_LIBS=
4367 else
4368 if test -n "$x_includes"; then
4369 X_CFLAGS="$X_CFLAGS -I$x_includes"
4372 # It would also be nice to do this for all -L options, not just this one.
4373 if test -n "$x_libraries"; then
4374 X_LIBS="$X_LIBS -L$x_libraries"
4375 # For Solaris; some versions of Sun CC require a space after -R and
4376 # others require no space. Words are not sufficient . . . .
4377 { $as_echo "$as_me:$LINENO: checking whether -R must be followed by a space" >&5
4378 $as_echo_n "checking whether -R must be followed by a space... " >&6; }
4379 ac_xsave_LIBS=$LIBS; LIBS="$LIBS -R$x_libraries"
4380 ac_xsave_c_werror_flag=$ac_c_werror_flag
4381 ac_c_werror_flag=yes
4382 cat >conftest.$ac_ext <<_ACEOF
4383 /* confdefs.h. */
4384 _ACEOF
4385 cat confdefs.h >>conftest.$ac_ext
4386 cat >>conftest.$ac_ext <<_ACEOF
4387 /* end confdefs.h. */
4390 main ()
4394 return 0;
4396 _ACEOF
4397 rm -f conftest.$ac_objext conftest$ac_exeext
4398 if { (ac_try="$ac_link"
4399 case "(($ac_try" in
4400 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4401 *) ac_try_echo=$ac_try;;
4402 esac
4403 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
4404 $as_echo "$ac_try_echo") >&5
4405 (eval "$ac_link") 2>conftest.er1
4406 ac_status=$?
4407 grep -v '^ *+' conftest.er1 >conftest.err
4408 rm -f conftest.er1
4409 cat conftest.err >&5
4410 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
4411 (exit $ac_status); } && {
4412 test -z "$ac_c_werror_flag" ||
4413 test ! -s conftest.err
4414 } && test -s conftest$ac_exeext && {
4415 test "$cross_compiling" = yes ||
4416 $as_test_x conftest$ac_exeext
4417 }; then
4418 { $as_echo "$as_me:$LINENO: result: no" >&5
4419 $as_echo "no" >&6; }
4420 X_LIBS="$X_LIBS -R$x_libraries"
4421 else
4422 $as_echo "$as_me: failed program was:" >&5
4423 sed 's/^/| /' conftest.$ac_ext >&5
4425 LIBS="$ac_xsave_LIBS -R $x_libraries"
4426 cat >conftest.$ac_ext <<_ACEOF
4427 /* confdefs.h. */
4428 _ACEOF
4429 cat confdefs.h >>conftest.$ac_ext
4430 cat >>conftest.$ac_ext <<_ACEOF
4431 /* end confdefs.h. */
4434 main ()
4438 return 0;
4440 _ACEOF
4441 rm -f conftest.$ac_objext conftest$ac_exeext
4442 if { (ac_try="$ac_link"
4443 case "(($ac_try" in
4444 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4445 *) ac_try_echo=$ac_try;;
4446 esac
4447 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
4448 $as_echo "$ac_try_echo") >&5
4449 (eval "$ac_link") 2>conftest.er1
4450 ac_status=$?
4451 grep -v '^ *+' conftest.er1 >conftest.err
4452 rm -f conftest.er1
4453 cat conftest.err >&5
4454 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
4455 (exit $ac_status); } && {
4456 test -z "$ac_c_werror_flag" ||
4457 test ! -s conftest.err
4458 } && test -s conftest$ac_exeext && {
4459 test "$cross_compiling" = yes ||
4460 $as_test_x conftest$ac_exeext
4461 }; then
4462 { $as_echo "$as_me:$LINENO: result: yes" >&5
4463 $as_echo "yes" >&6; }
4464 X_LIBS="$X_LIBS -R $x_libraries"
4465 else
4466 $as_echo "$as_me: failed program was:" >&5
4467 sed 's/^/| /' conftest.$ac_ext >&5
4469 { $as_echo "$as_me:$LINENO: result: neither works" >&5
4470 $as_echo "neither works" >&6; }
4473 rm -rf conftest.dSYM
4474 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
4475 conftest$ac_exeext conftest.$ac_ext
4478 rm -rf conftest.dSYM
4479 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
4480 conftest$ac_exeext conftest.$ac_ext
4481 ac_c_werror_flag=$ac_xsave_c_werror_flag
4482 LIBS=$ac_xsave_LIBS
4485 # Check for system-dependent libraries X programs must link with.
4486 # Do this before checking for the system-independent R6 libraries
4487 # (-lICE), since we may need -lsocket or whatever for X linking.
4489 if test "$ISC" = yes; then
4490 X_EXTRA_LIBS="$X_EXTRA_LIBS -lnsl_s -linet"
4491 else
4492 # Martyn Johnson says this is needed for Ultrix, if the X
4493 # libraries were built with DECnet support. And Karl Berry says
4494 # the Alpha needs dnet_stub (dnet does not exist).
4495 ac_xsave_LIBS="$LIBS"; LIBS="$LIBS $X_LIBS -lX11"
4496 cat >conftest.$ac_ext <<_ACEOF
4497 /* confdefs.h. */
4498 _ACEOF
4499 cat confdefs.h >>conftest.$ac_ext
4500 cat >>conftest.$ac_ext <<_ACEOF
4501 /* end confdefs.h. */
4503 /* Override any GCC internal prototype to avoid an error.
4504 Use char because int might match the return type of a GCC
4505 builtin and then its argument prototype would still apply. */
4506 #ifdef __cplusplus
4507 extern "C"
4508 #endif
4509 char XOpenDisplay ();
4511 main ()
4513 return XOpenDisplay ();
4515 return 0;
4517 _ACEOF
4518 rm -f conftest.$ac_objext conftest$ac_exeext
4519 if { (ac_try="$ac_link"
4520 case "(($ac_try" in
4521 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4522 *) ac_try_echo=$ac_try;;
4523 esac
4524 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
4525 $as_echo "$ac_try_echo") >&5
4526 (eval "$ac_link") 2>conftest.er1
4527 ac_status=$?
4528 grep -v '^ *+' conftest.er1 >conftest.err
4529 rm -f conftest.er1
4530 cat conftest.err >&5
4531 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
4532 (exit $ac_status); } && {
4533 test -z "$ac_c_werror_flag" ||
4534 test ! -s conftest.err
4535 } && test -s conftest$ac_exeext && {
4536 test "$cross_compiling" = yes ||
4537 $as_test_x conftest$ac_exeext
4538 }; then
4540 else
4541 $as_echo "$as_me: failed program was:" >&5
4542 sed 's/^/| /' conftest.$ac_ext >&5
4544 { $as_echo "$as_me:$LINENO: checking for dnet_ntoa in -ldnet" >&5
4545 $as_echo_n "checking for dnet_ntoa in -ldnet... " >&6; }
4546 if test "${ac_cv_lib_dnet_dnet_ntoa+set}" = set; then
4547 $as_echo_n "(cached) " >&6
4548 else
4549 ac_check_lib_save_LIBS=$LIBS
4550 LIBS="-ldnet $LIBS"
4551 cat >conftest.$ac_ext <<_ACEOF
4552 /* confdefs.h. */
4553 _ACEOF
4554 cat confdefs.h >>conftest.$ac_ext
4555 cat >>conftest.$ac_ext <<_ACEOF
4556 /* end confdefs.h. */
4558 /* Override any GCC internal prototype to avoid an error.
4559 Use char because int might match the return type of a GCC
4560 builtin and then its argument prototype would still apply. */
4561 #ifdef __cplusplus
4562 extern "C"
4563 #endif
4564 char dnet_ntoa ();
4566 main ()
4568 return dnet_ntoa ();
4570 return 0;
4572 _ACEOF
4573 rm -f conftest.$ac_objext conftest$ac_exeext
4574 if { (ac_try="$ac_link"
4575 case "(($ac_try" in
4576 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4577 *) ac_try_echo=$ac_try;;
4578 esac
4579 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
4580 $as_echo "$ac_try_echo") >&5
4581 (eval "$ac_link") 2>conftest.er1
4582 ac_status=$?
4583 grep -v '^ *+' conftest.er1 >conftest.err
4584 rm -f conftest.er1
4585 cat conftest.err >&5
4586 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
4587 (exit $ac_status); } && {
4588 test -z "$ac_c_werror_flag" ||
4589 test ! -s conftest.err
4590 } && test -s conftest$ac_exeext && {
4591 test "$cross_compiling" = yes ||
4592 $as_test_x conftest$ac_exeext
4593 }; then
4594 ac_cv_lib_dnet_dnet_ntoa=yes
4595 else
4596 $as_echo "$as_me: failed program was:" >&5
4597 sed 's/^/| /' conftest.$ac_ext >&5
4599 ac_cv_lib_dnet_dnet_ntoa=no
4602 rm -rf conftest.dSYM
4603 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
4604 conftest$ac_exeext conftest.$ac_ext
4605 LIBS=$ac_check_lib_save_LIBS
4607 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_dnet_dnet_ntoa" >&5
4608 $as_echo "$ac_cv_lib_dnet_dnet_ntoa" >&6; }
4609 if test "x$ac_cv_lib_dnet_dnet_ntoa" = x""yes; then
4610 X_EXTRA_LIBS="$X_EXTRA_LIBS -ldnet"
4613 if test $ac_cv_lib_dnet_dnet_ntoa = no; then
4614 { $as_echo "$as_me:$LINENO: checking for dnet_ntoa in -ldnet_stub" >&5
4615 $as_echo_n "checking for dnet_ntoa in -ldnet_stub... " >&6; }
4616 if test "${ac_cv_lib_dnet_stub_dnet_ntoa+set}" = set; then
4617 $as_echo_n "(cached) " >&6
4618 else
4619 ac_check_lib_save_LIBS=$LIBS
4620 LIBS="-ldnet_stub $LIBS"
4621 cat >conftest.$ac_ext <<_ACEOF
4622 /* confdefs.h. */
4623 _ACEOF
4624 cat confdefs.h >>conftest.$ac_ext
4625 cat >>conftest.$ac_ext <<_ACEOF
4626 /* end confdefs.h. */
4628 /* Override any GCC internal prototype to avoid an error.
4629 Use char because int might match the return type of a GCC
4630 builtin and then its argument prototype would still apply. */
4631 #ifdef __cplusplus
4632 extern "C"
4633 #endif
4634 char dnet_ntoa ();
4636 main ()
4638 return dnet_ntoa ();
4640 return 0;
4642 _ACEOF
4643 rm -f conftest.$ac_objext conftest$ac_exeext
4644 if { (ac_try="$ac_link"
4645 case "(($ac_try" in
4646 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4647 *) ac_try_echo=$ac_try;;
4648 esac
4649 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
4650 $as_echo "$ac_try_echo") >&5
4651 (eval "$ac_link") 2>conftest.er1
4652 ac_status=$?
4653 grep -v '^ *+' conftest.er1 >conftest.err
4654 rm -f conftest.er1
4655 cat conftest.err >&5
4656 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
4657 (exit $ac_status); } && {
4658 test -z "$ac_c_werror_flag" ||
4659 test ! -s conftest.err
4660 } && test -s conftest$ac_exeext && {
4661 test "$cross_compiling" = yes ||
4662 $as_test_x conftest$ac_exeext
4663 }; then
4664 ac_cv_lib_dnet_stub_dnet_ntoa=yes
4665 else
4666 $as_echo "$as_me: failed program was:" >&5
4667 sed 's/^/| /' conftest.$ac_ext >&5
4669 ac_cv_lib_dnet_stub_dnet_ntoa=no
4672 rm -rf conftest.dSYM
4673 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
4674 conftest$ac_exeext conftest.$ac_ext
4675 LIBS=$ac_check_lib_save_LIBS
4677 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_dnet_stub_dnet_ntoa" >&5
4678 $as_echo "$ac_cv_lib_dnet_stub_dnet_ntoa" >&6; }
4679 if test "x$ac_cv_lib_dnet_stub_dnet_ntoa" = x""yes; then
4680 X_EXTRA_LIBS="$X_EXTRA_LIBS -ldnet_stub"
4686 rm -rf conftest.dSYM
4687 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
4688 conftest$ac_exeext conftest.$ac_ext
4689 LIBS="$ac_xsave_LIBS"
4691 # msh@cis.ufl.edu says -lnsl (and -lsocket) are needed for his 386/AT,
4692 # to get the SysV transport functions.
4693 # Chad R. Larson says the Pyramis MIS-ES running DC/OSx (SVR4)
4694 # needs -lnsl.
4695 # The nsl library prevents programs from opening the X display
4696 # on Irix 5.2, according to T.E. Dickey.
4697 # The functions gethostbyname, getservbyname, and inet_addr are
4698 # in -lbsd on LynxOS 3.0.1/i386, according to Lars Hecking.
4699 { $as_echo "$as_me:$LINENO: checking for gethostbyname" >&5
4700 $as_echo_n "checking for gethostbyname... " >&6; }
4701 if test "${ac_cv_func_gethostbyname+set}" = set; then
4702 $as_echo_n "(cached) " >&6
4703 else
4704 cat >conftest.$ac_ext <<_ACEOF
4705 /* confdefs.h. */
4706 _ACEOF
4707 cat confdefs.h >>conftest.$ac_ext
4708 cat >>conftest.$ac_ext <<_ACEOF
4709 /* end confdefs.h. */
4710 /* Define gethostbyname to an innocuous variant, in case <limits.h> declares gethostbyname.
4711 For example, HP-UX 11i <limits.h> declares gettimeofday. */
4712 #define gethostbyname innocuous_gethostbyname
4714 /* System header to define __stub macros and hopefully few prototypes,
4715 which can conflict with char gethostbyname (); below.
4716 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
4717 <limits.h> exists even on freestanding compilers. */
4719 #ifdef __STDC__
4720 # include <limits.h>
4721 #else
4722 # include <assert.h>
4723 #endif
4725 #undef gethostbyname
4727 /* Override any GCC internal prototype to avoid an error.
4728 Use char because int might match the return type of a GCC
4729 builtin and then its argument prototype would still apply. */
4730 #ifdef __cplusplus
4731 extern "C"
4732 #endif
4733 char gethostbyname ();
4734 /* The GNU C library defines this for functions which it implements
4735 to always fail with ENOSYS. Some functions are actually named
4736 something starting with __ and the normal name is an alias. */
4737 #if defined __stub_gethostbyname || defined __stub___gethostbyname
4738 choke me
4739 #endif
4742 main ()
4744 return gethostbyname ();
4746 return 0;
4748 _ACEOF
4749 rm -f conftest.$ac_objext conftest$ac_exeext
4750 if { (ac_try="$ac_link"
4751 case "(($ac_try" in
4752 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4753 *) ac_try_echo=$ac_try;;
4754 esac
4755 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
4756 $as_echo "$ac_try_echo") >&5
4757 (eval "$ac_link") 2>conftest.er1
4758 ac_status=$?
4759 grep -v '^ *+' conftest.er1 >conftest.err
4760 rm -f conftest.er1
4761 cat conftest.err >&5
4762 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
4763 (exit $ac_status); } && {
4764 test -z "$ac_c_werror_flag" ||
4765 test ! -s conftest.err
4766 } && test -s conftest$ac_exeext && {
4767 test "$cross_compiling" = yes ||
4768 $as_test_x conftest$ac_exeext
4769 }; then
4770 ac_cv_func_gethostbyname=yes
4771 else
4772 $as_echo "$as_me: failed program was:" >&5
4773 sed 's/^/| /' conftest.$ac_ext >&5
4775 ac_cv_func_gethostbyname=no
4778 rm -rf conftest.dSYM
4779 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
4780 conftest$ac_exeext conftest.$ac_ext
4782 { $as_echo "$as_me:$LINENO: result: $ac_cv_func_gethostbyname" >&5
4783 $as_echo "$ac_cv_func_gethostbyname" >&6; }
4785 if test $ac_cv_func_gethostbyname = no; then
4786 { $as_echo "$as_me:$LINENO: checking for gethostbyname in -lnsl" >&5
4787 $as_echo_n "checking for gethostbyname in -lnsl... " >&6; }
4788 if test "${ac_cv_lib_nsl_gethostbyname+set}" = set; then
4789 $as_echo_n "(cached) " >&6
4790 else
4791 ac_check_lib_save_LIBS=$LIBS
4792 LIBS="-lnsl $LIBS"
4793 cat >conftest.$ac_ext <<_ACEOF
4794 /* confdefs.h. */
4795 _ACEOF
4796 cat confdefs.h >>conftest.$ac_ext
4797 cat >>conftest.$ac_ext <<_ACEOF
4798 /* end confdefs.h. */
4800 /* Override any GCC internal prototype to avoid an error.
4801 Use char because int might match the return type of a GCC
4802 builtin and then its argument prototype would still apply. */
4803 #ifdef __cplusplus
4804 extern "C"
4805 #endif
4806 char gethostbyname ();
4808 main ()
4810 return gethostbyname ();
4812 return 0;
4814 _ACEOF
4815 rm -f conftest.$ac_objext conftest$ac_exeext
4816 if { (ac_try="$ac_link"
4817 case "(($ac_try" in
4818 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4819 *) ac_try_echo=$ac_try;;
4820 esac
4821 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
4822 $as_echo "$ac_try_echo") >&5
4823 (eval "$ac_link") 2>conftest.er1
4824 ac_status=$?
4825 grep -v '^ *+' conftest.er1 >conftest.err
4826 rm -f conftest.er1
4827 cat conftest.err >&5
4828 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
4829 (exit $ac_status); } && {
4830 test -z "$ac_c_werror_flag" ||
4831 test ! -s conftest.err
4832 } && test -s conftest$ac_exeext && {
4833 test "$cross_compiling" = yes ||
4834 $as_test_x conftest$ac_exeext
4835 }; then
4836 ac_cv_lib_nsl_gethostbyname=yes
4837 else
4838 $as_echo "$as_me: failed program was:" >&5
4839 sed 's/^/| /' conftest.$ac_ext >&5
4841 ac_cv_lib_nsl_gethostbyname=no
4844 rm -rf conftest.dSYM
4845 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
4846 conftest$ac_exeext conftest.$ac_ext
4847 LIBS=$ac_check_lib_save_LIBS
4849 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_nsl_gethostbyname" >&5
4850 $as_echo "$ac_cv_lib_nsl_gethostbyname" >&6; }
4851 if test "x$ac_cv_lib_nsl_gethostbyname" = x""yes; then
4852 X_EXTRA_LIBS="$X_EXTRA_LIBS -lnsl"
4855 if test $ac_cv_lib_nsl_gethostbyname = no; then
4856 { $as_echo "$as_me:$LINENO: checking for gethostbyname in -lbsd" >&5
4857 $as_echo_n "checking for gethostbyname in -lbsd... " >&6; }
4858 if test "${ac_cv_lib_bsd_gethostbyname+set}" = set; then
4859 $as_echo_n "(cached) " >&6
4860 else
4861 ac_check_lib_save_LIBS=$LIBS
4862 LIBS="-lbsd $LIBS"
4863 cat >conftest.$ac_ext <<_ACEOF
4864 /* confdefs.h. */
4865 _ACEOF
4866 cat confdefs.h >>conftest.$ac_ext
4867 cat >>conftest.$ac_ext <<_ACEOF
4868 /* end confdefs.h. */
4870 /* Override any GCC internal prototype to avoid an error.
4871 Use char because int might match the return type of a GCC
4872 builtin and then its argument prototype would still apply. */
4873 #ifdef __cplusplus
4874 extern "C"
4875 #endif
4876 char gethostbyname ();
4878 main ()
4880 return gethostbyname ();
4882 return 0;
4884 _ACEOF
4885 rm -f conftest.$ac_objext conftest$ac_exeext
4886 if { (ac_try="$ac_link"
4887 case "(($ac_try" in
4888 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4889 *) ac_try_echo=$ac_try;;
4890 esac
4891 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
4892 $as_echo "$ac_try_echo") >&5
4893 (eval "$ac_link") 2>conftest.er1
4894 ac_status=$?
4895 grep -v '^ *+' conftest.er1 >conftest.err
4896 rm -f conftest.er1
4897 cat conftest.err >&5
4898 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
4899 (exit $ac_status); } && {
4900 test -z "$ac_c_werror_flag" ||
4901 test ! -s conftest.err
4902 } && test -s conftest$ac_exeext && {
4903 test "$cross_compiling" = yes ||
4904 $as_test_x conftest$ac_exeext
4905 }; then
4906 ac_cv_lib_bsd_gethostbyname=yes
4907 else
4908 $as_echo "$as_me: failed program was:" >&5
4909 sed 's/^/| /' conftest.$ac_ext >&5
4911 ac_cv_lib_bsd_gethostbyname=no
4914 rm -rf conftest.dSYM
4915 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
4916 conftest$ac_exeext conftest.$ac_ext
4917 LIBS=$ac_check_lib_save_LIBS
4919 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_bsd_gethostbyname" >&5
4920 $as_echo "$ac_cv_lib_bsd_gethostbyname" >&6; }
4921 if test "x$ac_cv_lib_bsd_gethostbyname" = x""yes; then
4922 X_EXTRA_LIBS="$X_EXTRA_LIBS -lbsd"
4928 # lieder@skyler.mavd.honeywell.com says without -lsocket,
4929 # socket/setsockopt and other routines are undefined under SCO ODT
4930 # 2.0. But -lsocket is broken on IRIX 5.2 (and is not necessary
4931 # on later versions), says Simon Leinen: it contains gethostby*
4932 # variants that don't use the name server (or something). -lsocket
4933 # must be given before -lnsl if both are needed. We assume that
4934 # if connect needs -lnsl, so does gethostbyname.
4935 { $as_echo "$as_me:$LINENO: checking for connect" >&5
4936 $as_echo_n "checking for connect... " >&6; }
4937 if test "${ac_cv_func_connect+set}" = set; then
4938 $as_echo_n "(cached) " >&6
4939 else
4940 cat >conftest.$ac_ext <<_ACEOF
4941 /* confdefs.h. */
4942 _ACEOF
4943 cat confdefs.h >>conftest.$ac_ext
4944 cat >>conftest.$ac_ext <<_ACEOF
4945 /* end confdefs.h. */
4946 /* Define connect to an innocuous variant, in case <limits.h> declares connect.
4947 For example, HP-UX 11i <limits.h> declares gettimeofday. */
4948 #define connect innocuous_connect
4950 /* System header to define __stub macros and hopefully few prototypes,
4951 which can conflict with char connect (); below.
4952 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
4953 <limits.h> exists even on freestanding compilers. */
4955 #ifdef __STDC__
4956 # include <limits.h>
4957 #else
4958 # include <assert.h>
4959 #endif
4961 #undef connect
4963 /* Override any GCC internal prototype to avoid an error.
4964 Use char because int might match the return type of a GCC
4965 builtin and then its argument prototype would still apply. */
4966 #ifdef __cplusplus
4967 extern "C"
4968 #endif
4969 char connect ();
4970 /* The GNU C library defines this for functions which it implements
4971 to always fail with ENOSYS. Some functions are actually named
4972 something starting with __ and the normal name is an alias. */
4973 #if defined __stub_connect || defined __stub___connect
4974 choke me
4975 #endif
4978 main ()
4980 return connect ();
4982 return 0;
4984 _ACEOF
4985 rm -f conftest.$ac_objext conftest$ac_exeext
4986 if { (ac_try="$ac_link"
4987 case "(($ac_try" in
4988 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4989 *) ac_try_echo=$ac_try;;
4990 esac
4991 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
4992 $as_echo "$ac_try_echo") >&5
4993 (eval "$ac_link") 2>conftest.er1
4994 ac_status=$?
4995 grep -v '^ *+' conftest.er1 >conftest.err
4996 rm -f conftest.er1
4997 cat conftest.err >&5
4998 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
4999 (exit $ac_status); } && {
5000 test -z "$ac_c_werror_flag" ||
5001 test ! -s conftest.err
5002 } && test -s conftest$ac_exeext && {
5003 test "$cross_compiling" = yes ||
5004 $as_test_x conftest$ac_exeext
5005 }; then
5006 ac_cv_func_connect=yes
5007 else
5008 $as_echo "$as_me: failed program was:" >&5
5009 sed 's/^/| /' conftest.$ac_ext >&5
5011 ac_cv_func_connect=no
5014 rm -rf conftest.dSYM
5015 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
5016 conftest$ac_exeext conftest.$ac_ext
5018 { $as_echo "$as_me:$LINENO: result: $ac_cv_func_connect" >&5
5019 $as_echo "$ac_cv_func_connect" >&6; }
5021 if test $ac_cv_func_connect = no; then
5022 { $as_echo "$as_me:$LINENO: checking for connect in -lsocket" >&5
5023 $as_echo_n "checking for connect in -lsocket... " >&6; }
5024 if test "${ac_cv_lib_socket_connect+set}" = set; then
5025 $as_echo_n "(cached) " >&6
5026 else
5027 ac_check_lib_save_LIBS=$LIBS
5028 LIBS="-lsocket $X_EXTRA_LIBS $LIBS"
5029 cat >conftest.$ac_ext <<_ACEOF
5030 /* confdefs.h. */
5031 _ACEOF
5032 cat confdefs.h >>conftest.$ac_ext
5033 cat >>conftest.$ac_ext <<_ACEOF
5034 /* end confdefs.h. */
5036 /* Override any GCC internal prototype to avoid an error.
5037 Use char because int might match the return type of a GCC
5038 builtin and then its argument prototype would still apply. */
5039 #ifdef __cplusplus
5040 extern "C"
5041 #endif
5042 char connect ();
5044 main ()
5046 return connect ();
5048 return 0;
5050 _ACEOF
5051 rm -f conftest.$ac_objext conftest$ac_exeext
5052 if { (ac_try="$ac_link"
5053 case "(($ac_try" in
5054 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5055 *) ac_try_echo=$ac_try;;
5056 esac
5057 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
5058 $as_echo "$ac_try_echo") >&5
5059 (eval "$ac_link") 2>conftest.er1
5060 ac_status=$?
5061 grep -v '^ *+' conftest.er1 >conftest.err
5062 rm -f conftest.er1
5063 cat conftest.err >&5
5064 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
5065 (exit $ac_status); } && {
5066 test -z "$ac_c_werror_flag" ||
5067 test ! -s conftest.err
5068 } && test -s conftest$ac_exeext && {
5069 test "$cross_compiling" = yes ||
5070 $as_test_x conftest$ac_exeext
5071 }; then
5072 ac_cv_lib_socket_connect=yes
5073 else
5074 $as_echo "$as_me: failed program was:" >&5
5075 sed 's/^/| /' conftest.$ac_ext >&5
5077 ac_cv_lib_socket_connect=no
5080 rm -rf conftest.dSYM
5081 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
5082 conftest$ac_exeext conftest.$ac_ext
5083 LIBS=$ac_check_lib_save_LIBS
5085 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_socket_connect" >&5
5086 $as_echo "$ac_cv_lib_socket_connect" >&6; }
5087 if test "x$ac_cv_lib_socket_connect" = x""yes; then
5088 X_EXTRA_LIBS="-lsocket $X_EXTRA_LIBS"
5093 # Guillermo Gomez says -lposix is necessary on A/UX.
5094 { $as_echo "$as_me:$LINENO: checking for remove" >&5
5095 $as_echo_n "checking for remove... " >&6; }
5096 if test "${ac_cv_func_remove+set}" = set; then
5097 $as_echo_n "(cached) " >&6
5098 else
5099 cat >conftest.$ac_ext <<_ACEOF
5100 /* confdefs.h. */
5101 _ACEOF
5102 cat confdefs.h >>conftest.$ac_ext
5103 cat >>conftest.$ac_ext <<_ACEOF
5104 /* end confdefs.h. */
5105 /* Define remove to an innocuous variant, in case <limits.h> declares remove.
5106 For example, HP-UX 11i <limits.h> declares gettimeofday. */
5107 #define remove innocuous_remove
5109 /* System header to define __stub macros and hopefully few prototypes,
5110 which can conflict with char remove (); below.
5111 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
5112 <limits.h> exists even on freestanding compilers. */
5114 #ifdef __STDC__
5115 # include <limits.h>
5116 #else
5117 # include <assert.h>
5118 #endif
5120 #undef remove
5122 /* Override any GCC internal prototype to avoid an error.
5123 Use char because int might match the return type of a GCC
5124 builtin and then its argument prototype would still apply. */
5125 #ifdef __cplusplus
5126 extern "C"
5127 #endif
5128 char remove ();
5129 /* The GNU C library defines this for functions which it implements
5130 to always fail with ENOSYS. Some functions are actually named
5131 something starting with __ and the normal name is an alias. */
5132 #if defined __stub_remove || defined __stub___remove
5133 choke me
5134 #endif
5137 main ()
5139 return remove ();
5141 return 0;
5143 _ACEOF
5144 rm -f conftest.$ac_objext conftest$ac_exeext
5145 if { (ac_try="$ac_link"
5146 case "(($ac_try" in
5147 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5148 *) ac_try_echo=$ac_try;;
5149 esac
5150 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
5151 $as_echo "$ac_try_echo") >&5
5152 (eval "$ac_link") 2>conftest.er1
5153 ac_status=$?
5154 grep -v '^ *+' conftest.er1 >conftest.err
5155 rm -f conftest.er1
5156 cat conftest.err >&5
5157 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
5158 (exit $ac_status); } && {
5159 test -z "$ac_c_werror_flag" ||
5160 test ! -s conftest.err
5161 } && test -s conftest$ac_exeext && {
5162 test "$cross_compiling" = yes ||
5163 $as_test_x conftest$ac_exeext
5164 }; then
5165 ac_cv_func_remove=yes
5166 else
5167 $as_echo "$as_me: failed program was:" >&5
5168 sed 's/^/| /' conftest.$ac_ext >&5
5170 ac_cv_func_remove=no
5173 rm -rf conftest.dSYM
5174 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
5175 conftest$ac_exeext conftest.$ac_ext
5177 { $as_echo "$as_me:$LINENO: result: $ac_cv_func_remove" >&5
5178 $as_echo "$ac_cv_func_remove" >&6; }
5180 if test $ac_cv_func_remove = no; then
5181 { $as_echo "$as_me:$LINENO: checking for remove in -lposix" >&5
5182 $as_echo_n "checking for remove in -lposix... " >&6; }
5183 if test "${ac_cv_lib_posix_remove+set}" = set; then
5184 $as_echo_n "(cached) " >&6
5185 else
5186 ac_check_lib_save_LIBS=$LIBS
5187 LIBS="-lposix $LIBS"
5188 cat >conftest.$ac_ext <<_ACEOF
5189 /* confdefs.h. */
5190 _ACEOF
5191 cat confdefs.h >>conftest.$ac_ext
5192 cat >>conftest.$ac_ext <<_ACEOF
5193 /* end confdefs.h. */
5195 /* Override any GCC internal prototype to avoid an error.
5196 Use char because int might match the return type of a GCC
5197 builtin and then its argument prototype would still apply. */
5198 #ifdef __cplusplus
5199 extern "C"
5200 #endif
5201 char remove ();
5203 main ()
5205 return remove ();
5207 return 0;
5209 _ACEOF
5210 rm -f conftest.$ac_objext conftest$ac_exeext
5211 if { (ac_try="$ac_link"
5212 case "(($ac_try" in
5213 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5214 *) ac_try_echo=$ac_try;;
5215 esac
5216 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
5217 $as_echo "$ac_try_echo") >&5
5218 (eval "$ac_link") 2>conftest.er1
5219 ac_status=$?
5220 grep -v '^ *+' conftest.er1 >conftest.err
5221 rm -f conftest.er1
5222 cat conftest.err >&5
5223 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
5224 (exit $ac_status); } && {
5225 test -z "$ac_c_werror_flag" ||
5226 test ! -s conftest.err
5227 } && test -s conftest$ac_exeext && {
5228 test "$cross_compiling" = yes ||
5229 $as_test_x conftest$ac_exeext
5230 }; then
5231 ac_cv_lib_posix_remove=yes
5232 else
5233 $as_echo "$as_me: failed program was:" >&5
5234 sed 's/^/| /' conftest.$ac_ext >&5
5236 ac_cv_lib_posix_remove=no
5239 rm -rf conftest.dSYM
5240 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
5241 conftest$ac_exeext conftest.$ac_ext
5242 LIBS=$ac_check_lib_save_LIBS
5244 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_posix_remove" >&5
5245 $as_echo "$ac_cv_lib_posix_remove" >&6; }
5246 if test "x$ac_cv_lib_posix_remove" = x""yes; then
5247 X_EXTRA_LIBS="$X_EXTRA_LIBS -lposix"
5252 # BSDI BSD/OS 2.1 needs -lipc for XOpenDisplay.
5253 { $as_echo "$as_me:$LINENO: checking for shmat" >&5
5254 $as_echo_n "checking for shmat... " >&6; }
5255 if test "${ac_cv_func_shmat+set}" = set; then
5256 $as_echo_n "(cached) " >&6
5257 else
5258 cat >conftest.$ac_ext <<_ACEOF
5259 /* confdefs.h. */
5260 _ACEOF
5261 cat confdefs.h >>conftest.$ac_ext
5262 cat >>conftest.$ac_ext <<_ACEOF
5263 /* end confdefs.h. */
5264 /* Define shmat to an innocuous variant, in case <limits.h> declares shmat.
5265 For example, HP-UX 11i <limits.h> declares gettimeofday. */
5266 #define shmat innocuous_shmat
5268 /* System header to define __stub macros and hopefully few prototypes,
5269 which can conflict with char shmat (); below.
5270 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
5271 <limits.h> exists even on freestanding compilers. */
5273 #ifdef __STDC__
5274 # include <limits.h>
5275 #else
5276 # include <assert.h>
5277 #endif
5279 #undef shmat
5281 /* Override any GCC internal prototype to avoid an error.
5282 Use char because int might match the return type of a GCC
5283 builtin and then its argument prototype would still apply. */
5284 #ifdef __cplusplus
5285 extern "C"
5286 #endif
5287 char shmat ();
5288 /* The GNU C library defines this for functions which it implements
5289 to always fail with ENOSYS. Some functions are actually named
5290 something starting with __ and the normal name is an alias. */
5291 #if defined __stub_shmat || defined __stub___shmat
5292 choke me
5293 #endif
5296 main ()
5298 return shmat ();
5300 return 0;
5302 _ACEOF
5303 rm -f conftest.$ac_objext conftest$ac_exeext
5304 if { (ac_try="$ac_link"
5305 case "(($ac_try" in
5306 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5307 *) ac_try_echo=$ac_try;;
5308 esac
5309 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
5310 $as_echo "$ac_try_echo") >&5
5311 (eval "$ac_link") 2>conftest.er1
5312 ac_status=$?
5313 grep -v '^ *+' conftest.er1 >conftest.err
5314 rm -f conftest.er1
5315 cat conftest.err >&5
5316 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
5317 (exit $ac_status); } && {
5318 test -z "$ac_c_werror_flag" ||
5319 test ! -s conftest.err
5320 } && test -s conftest$ac_exeext && {
5321 test "$cross_compiling" = yes ||
5322 $as_test_x conftest$ac_exeext
5323 }; then
5324 ac_cv_func_shmat=yes
5325 else
5326 $as_echo "$as_me: failed program was:" >&5
5327 sed 's/^/| /' conftest.$ac_ext >&5
5329 ac_cv_func_shmat=no
5332 rm -rf conftest.dSYM
5333 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
5334 conftest$ac_exeext conftest.$ac_ext
5336 { $as_echo "$as_me:$LINENO: result: $ac_cv_func_shmat" >&5
5337 $as_echo "$ac_cv_func_shmat" >&6; }
5339 if test $ac_cv_func_shmat = no; then
5340 { $as_echo "$as_me:$LINENO: checking for shmat in -lipc" >&5
5341 $as_echo_n "checking for shmat in -lipc... " >&6; }
5342 if test "${ac_cv_lib_ipc_shmat+set}" = set; then
5343 $as_echo_n "(cached) " >&6
5344 else
5345 ac_check_lib_save_LIBS=$LIBS
5346 LIBS="-lipc $LIBS"
5347 cat >conftest.$ac_ext <<_ACEOF
5348 /* confdefs.h. */
5349 _ACEOF
5350 cat confdefs.h >>conftest.$ac_ext
5351 cat >>conftest.$ac_ext <<_ACEOF
5352 /* end confdefs.h. */
5354 /* Override any GCC internal prototype to avoid an error.
5355 Use char because int might match the return type of a GCC
5356 builtin and then its argument prototype would still apply. */
5357 #ifdef __cplusplus
5358 extern "C"
5359 #endif
5360 char shmat ();
5362 main ()
5364 return shmat ();
5366 return 0;
5368 _ACEOF
5369 rm -f conftest.$ac_objext conftest$ac_exeext
5370 if { (ac_try="$ac_link"
5371 case "(($ac_try" in
5372 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5373 *) ac_try_echo=$ac_try;;
5374 esac
5375 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
5376 $as_echo "$ac_try_echo") >&5
5377 (eval "$ac_link") 2>conftest.er1
5378 ac_status=$?
5379 grep -v '^ *+' conftest.er1 >conftest.err
5380 rm -f conftest.er1
5381 cat conftest.err >&5
5382 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
5383 (exit $ac_status); } && {
5384 test -z "$ac_c_werror_flag" ||
5385 test ! -s conftest.err
5386 } && test -s conftest$ac_exeext && {
5387 test "$cross_compiling" = yes ||
5388 $as_test_x conftest$ac_exeext
5389 }; then
5390 ac_cv_lib_ipc_shmat=yes
5391 else
5392 $as_echo "$as_me: failed program was:" >&5
5393 sed 's/^/| /' conftest.$ac_ext >&5
5395 ac_cv_lib_ipc_shmat=no
5398 rm -rf conftest.dSYM
5399 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
5400 conftest$ac_exeext conftest.$ac_ext
5401 LIBS=$ac_check_lib_save_LIBS
5403 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_ipc_shmat" >&5
5404 $as_echo "$ac_cv_lib_ipc_shmat" >&6; }
5405 if test "x$ac_cv_lib_ipc_shmat" = x""yes; then
5406 X_EXTRA_LIBS="$X_EXTRA_LIBS -lipc"
5412 # Check for libraries that X11R6 Xt/Xaw programs need.
5413 ac_save_LDFLAGS=$LDFLAGS
5414 test -n "$x_libraries" && LDFLAGS="$LDFLAGS -L$x_libraries"
5415 # SM needs ICE to (dynamically) link under SunOS 4.x (so we have to
5416 # check for ICE first), but we must link in the order -lSM -lICE or
5417 # we get undefined symbols. So assume we have SM if we have ICE.
5418 # These have to be linked with before -lX11, unlike the other
5419 # libraries we check for below, so use a different variable.
5420 # John Interrante, Karl Berry
5421 { $as_echo "$as_me:$LINENO: checking for IceConnectionNumber in -lICE" >&5
5422 $as_echo_n "checking for IceConnectionNumber in -lICE... " >&6; }
5423 if test "${ac_cv_lib_ICE_IceConnectionNumber+set}" = set; then
5424 $as_echo_n "(cached) " >&6
5425 else
5426 ac_check_lib_save_LIBS=$LIBS
5427 LIBS="-lICE $X_EXTRA_LIBS $LIBS"
5428 cat >conftest.$ac_ext <<_ACEOF
5429 /* confdefs.h. */
5430 _ACEOF
5431 cat confdefs.h >>conftest.$ac_ext
5432 cat >>conftest.$ac_ext <<_ACEOF
5433 /* end confdefs.h. */
5435 /* Override any GCC internal prototype to avoid an error.
5436 Use char because int might match the return type of a GCC
5437 builtin and then its argument prototype would still apply. */
5438 #ifdef __cplusplus
5439 extern "C"
5440 #endif
5441 char IceConnectionNumber ();
5443 main ()
5445 return IceConnectionNumber ();
5447 return 0;
5449 _ACEOF
5450 rm -f conftest.$ac_objext conftest$ac_exeext
5451 if { (ac_try="$ac_link"
5452 case "(($ac_try" in
5453 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5454 *) ac_try_echo=$ac_try;;
5455 esac
5456 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
5457 $as_echo "$ac_try_echo") >&5
5458 (eval "$ac_link") 2>conftest.er1
5459 ac_status=$?
5460 grep -v '^ *+' conftest.er1 >conftest.err
5461 rm -f conftest.er1
5462 cat conftest.err >&5
5463 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
5464 (exit $ac_status); } && {
5465 test -z "$ac_c_werror_flag" ||
5466 test ! -s conftest.err
5467 } && test -s conftest$ac_exeext && {
5468 test "$cross_compiling" = yes ||
5469 $as_test_x conftest$ac_exeext
5470 }; then
5471 ac_cv_lib_ICE_IceConnectionNumber=yes
5472 else
5473 $as_echo "$as_me: failed program was:" >&5
5474 sed 's/^/| /' conftest.$ac_ext >&5
5476 ac_cv_lib_ICE_IceConnectionNumber=no
5479 rm -rf conftest.dSYM
5480 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
5481 conftest$ac_exeext conftest.$ac_ext
5482 LIBS=$ac_check_lib_save_LIBS
5484 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_ICE_IceConnectionNumber" >&5
5485 $as_echo "$ac_cv_lib_ICE_IceConnectionNumber" >&6; }
5486 if test "x$ac_cv_lib_ICE_IceConnectionNumber" = x""yes; then
5487 X_PRE_LIBS="$X_PRE_LIBS -lSM -lICE"
5490 LDFLAGS=$ac_save_LDFLAGS
5495 for ac_prog in flex
5497 # Extract the first word of "$ac_prog", so it can be a program name with args.
5498 set dummy $ac_prog; ac_word=$2
5499 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
5500 $as_echo_n "checking for $ac_word... " >&6; }
5501 if test "${ac_cv_prog_FLEX+set}" = set; then
5502 $as_echo_n "(cached) " >&6
5503 else
5504 if test -n "$FLEX"; then
5505 ac_cv_prog_FLEX="$FLEX" # Let the user override the test.
5506 else
5507 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5508 for as_dir in $PATH
5510 IFS=$as_save_IFS
5511 test -z "$as_dir" && as_dir=.
5512 for ac_exec_ext in '' $ac_executable_extensions; do
5513 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5514 ac_cv_prog_FLEX="$ac_prog"
5515 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5516 break 2
5518 done
5519 done
5520 IFS=$as_save_IFS
5524 FLEX=$ac_cv_prog_FLEX
5525 if test -n "$FLEX"; then
5526 { $as_echo "$as_me:$LINENO: result: $FLEX" >&5
5527 $as_echo "$FLEX" >&6; }
5528 else
5529 { $as_echo "$as_me:$LINENO: result: no" >&5
5530 $as_echo "no" >&6; }
5534 test -n "$FLEX" && break
5535 done
5536 test -n "$FLEX" || FLEX="none"
5538 if test "$FLEX" = "none"
5539 then
5540 { { $as_echo "$as_me:$LINENO: error: no suitable flex found. Please install the 'flex' package." >&5
5541 $as_echo "$as_me: error: no suitable flex found. Please install the 'flex' package." >&2;}
5542 { (exit 1); exit 1; }; }
5545 for ac_prog in bison
5547 # Extract the first word of "$ac_prog", so it can be a program name with args.
5548 set dummy $ac_prog; ac_word=$2
5549 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
5550 $as_echo_n "checking for $ac_word... " >&6; }
5551 if test "${ac_cv_prog_BISON+set}" = set; then
5552 $as_echo_n "(cached) " >&6
5553 else
5554 if test -n "$BISON"; then
5555 ac_cv_prog_BISON="$BISON" # Let the user override the test.
5556 else
5557 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5558 for as_dir in $PATH
5560 IFS=$as_save_IFS
5561 test -z "$as_dir" && as_dir=.
5562 for ac_exec_ext in '' $ac_executable_extensions; do
5563 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5564 ac_cv_prog_BISON="$ac_prog"
5565 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5566 break 2
5568 done
5569 done
5570 IFS=$as_save_IFS
5574 BISON=$ac_cv_prog_BISON
5575 if test -n "$BISON"; then
5576 { $as_echo "$as_me:$LINENO: result: $BISON" >&5
5577 $as_echo "$BISON" >&6; }
5578 else
5579 { $as_echo "$as_me:$LINENO: result: no" >&5
5580 $as_echo "no" >&6; }
5584 test -n "$BISON" && break
5585 done
5586 test -n "$BISON" || BISON="none"
5588 if test "$BISON" = "none"
5589 then
5590 { { $as_echo "$as_me:$LINENO: error: no suitable bison found. Please install the 'bison' package." >&5
5591 $as_echo "$as_me: error: no suitable bison found. Please install the 'bison' package." >&2;}
5592 { (exit 1); exit 1; }; }
5595 if test -n "$ac_tool_prefix"; then
5596 for ac_prog in gas as
5598 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
5599 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
5600 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
5601 $as_echo_n "checking for $ac_word... " >&6; }
5602 if test "${ac_cv_prog_AS+set}" = set; then
5603 $as_echo_n "(cached) " >&6
5604 else
5605 if test -n "$AS"; then
5606 ac_cv_prog_AS="$AS" # Let the user override the test.
5607 else
5608 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5609 for as_dir in $PATH
5611 IFS=$as_save_IFS
5612 test -z "$as_dir" && as_dir=.
5613 for ac_exec_ext in '' $ac_executable_extensions; do
5614 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5615 ac_cv_prog_AS="$ac_tool_prefix$ac_prog"
5616 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5617 break 2
5619 done
5620 done
5621 IFS=$as_save_IFS
5625 AS=$ac_cv_prog_AS
5626 if test -n "$AS"; then
5627 { $as_echo "$as_me:$LINENO: result: $AS" >&5
5628 $as_echo "$AS" >&6; }
5629 else
5630 { $as_echo "$as_me:$LINENO: result: no" >&5
5631 $as_echo "no" >&6; }
5635 test -n "$AS" && break
5636 done
5638 if test -z "$AS"; then
5639 ac_ct_AS=$AS
5640 for ac_prog in gas as
5642 # Extract the first word of "$ac_prog", so it can be a program name with args.
5643 set dummy $ac_prog; ac_word=$2
5644 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
5645 $as_echo_n "checking for $ac_word... " >&6; }
5646 if test "${ac_cv_prog_ac_ct_AS+set}" = set; then
5647 $as_echo_n "(cached) " >&6
5648 else
5649 if test -n "$ac_ct_AS"; then
5650 ac_cv_prog_ac_ct_AS="$ac_ct_AS" # Let the user override the test.
5651 else
5652 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5653 for as_dir in $PATH
5655 IFS=$as_save_IFS
5656 test -z "$as_dir" && as_dir=.
5657 for ac_exec_ext in '' $ac_executable_extensions; do
5658 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5659 ac_cv_prog_ac_ct_AS="$ac_prog"
5660 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5661 break 2
5663 done
5664 done
5665 IFS=$as_save_IFS
5669 ac_ct_AS=$ac_cv_prog_ac_ct_AS
5670 if test -n "$ac_ct_AS"; then
5671 { $as_echo "$as_me:$LINENO: result: $ac_ct_AS" >&5
5672 $as_echo "$ac_ct_AS" >&6; }
5673 else
5674 { $as_echo "$as_me:$LINENO: result: no" >&5
5675 $as_echo "no" >&6; }
5679 test -n "$ac_ct_AS" && break
5680 done
5682 if test "x$ac_ct_AS" = x; then
5683 AS="as"
5684 else
5685 case $cross_compiling:$ac_tool_warned in
5686 yes:)
5687 { $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5
5688 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
5689 ac_tool_warned=yes ;;
5690 esac
5691 AS=$ac_ct_AS
5695 if test -n "$ac_tool_prefix"; then
5696 for ac_prog in ld gld
5698 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
5699 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
5700 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
5701 $as_echo_n "checking for $ac_word... " >&6; }
5702 if test "${ac_cv_prog_LD+set}" = set; then
5703 $as_echo_n "(cached) " >&6
5704 else
5705 if test -n "$LD"; then
5706 ac_cv_prog_LD="$LD" # Let the user override the test.
5707 else
5708 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5709 for as_dir in $PATH
5711 IFS=$as_save_IFS
5712 test -z "$as_dir" && as_dir=.
5713 for ac_exec_ext in '' $ac_executable_extensions; do
5714 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5715 ac_cv_prog_LD="$ac_tool_prefix$ac_prog"
5716 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5717 break 2
5719 done
5720 done
5721 IFS=$as_save_IFS
5725 LD=$ac_cv_prog_LD
5726 if test -n "$LD"; then
5727 { $as_echo "$as_me:$LINENO: result: $LD" >&5
5728 $as_echo "$LD" >&6; }
5729 else
5730 { $as_echo "$as_me:$LINENO: result: no" >&5
5731 $as_echo "no" >&6; }
5735 test -n "$LD" && break
5736 done
5738 if test -z "$LD"; then
5739 ac_ct_LD=$LD
5740 for ac_prog in ld gld
5742 # Extract the first word of "$ac_prog", so it can be a program name with args.
5743 set dummy $ac_prog; ac_word=$2
5744 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
5745 $as_echo_n "checking for $ac_word... " >&6; }
5746 if test "${ac_cv_prog_ac_ct_LD+set}" = set; then
5747 $as_echo_n "(cached) " >&6
5748 else
5749 if test -n "$ac_ct_LD"; then
5750 ac_cv_prog_ac_ct_LD="$ac_ct_LD" # Let the user override the test.
5751 else
5752 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5753 for as_dir in $PATH
5755 IFS=$as_save_IFS
5756 test -z "$as_dir" && as_dir=.
5757 for ac_exec_ext in '' $ac_executable_extensions; do
5758 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5759 ac_cv_prog_ac_ct_LD="$ac_prog"
5760 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5761 break 2
5763 done
5764 done
5765 IFS=$as_save_IFS
5769 ac_ct_LD=$ac_cv_prog_ac_ct_LD
5770 if test -n "$ac_ct_LD"; then
5771 { $as_echo "$as_me:$LINENO: result: $ac_ct_LD" >&5
5772 $as_echo "$ac_ct_LD" >&6; }
5773 else
5774 { $as_echo "$as_me:$LINENO: result: no" >&5
5775 $as_echo "no" >&6; }
5779 test -n "$ac_ct_LD" && break
5780 done
5782 if test "x$ac_ct_LD" = x; then
5783 LD="ld"
5784 else
5785 case $cross_compiling:$ac_tool_warned in
5786 yes:)
5787 { $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5
5788 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
5789 ac_tool_warned=yes ;;
5790 esac
5791 LD=$ac_ct_LD
5795 if test -n "$ac_tool_prefix"; then
5796 for ac_prog in nm gnm
5798 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
5799 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
5800 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
5801 $as_echo_n "checking for $ac_word... " >&6; }
5802 if test "${ac_cv_prog_NM+set}" = set; then
5803 $as_echo_n "(cached) " >&6
5804 else
5805 if test -n "$NM"; then
5806 ac_cv_prog_NM="$NM" # Let the user override the test.
5807 else
5808 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5809 for as_dir in $PATH
5811 IFS=$as_save_IFS
5812 test -z "$as_dir" && as_dir=.
5813 for ac_exec_ext in '' $ac_executable_extensions; do
5814 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5815 ac_cv_prog_NM="$ac_tool_prefix$ac_prog"
5816 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5817 break 2
5819 done
5820 done
5821 IFS=$as_save_IFS
5825 NM=$ac_cv_prog_NM
5826 if test -n "$NM"; then
5827 { $as_echo "$as_me:$LINENO: result: $NM" >&5
5828 $as_echo "$NM" >&6; }
5829 else
5830 { $as_echo "$as_me:$LINENO: result: no" >&5
5831 $as_echo "no" >&6; }
5835 test -n "$NM" && break
5836 done
5838 if test -z "$NM"; then
5839 ac_ct_NM=$NM
5840 for ac_prog in nm gnm
5842 # Extract the first word of "$ac_prog", so it can be a program name with args.
5843 set dummy $ac_prog; ac_word=$2
5844 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
5845 $as_echo_n "checking for $ac_word... " >&6; }
5846 if test "${ac_cv_prog_ac_ct_NM+set}" = set; then
5847 $as_echo_n "(cached) " >&6
5848 else
5849 if test -n "$ac_ct_NM"; then
5850 ac_cv_prog_ac_ct_NM="$ac_ct_NM" # Let the user override the test.
5851 else
5852 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5853 for as_dir in $PATH
5855 IFS=$as_save_IFS
5856 test -z "$as_dir" && as_dir=.
5857 for ac_exec_ext in '' $ac_executable_extensions; do
5858 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5859 ac_cv_prog_ac_ct_NM="$ac_prog"
5860 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5861 break 2
5863 done
5864 done
5865 IFS=$as_save_IFS
5869 ac_ct_NM=$ac_cv_prog_ac_ct_NM
5870 if test -n "$ac_ct_NM"; then
5871 { $as_echo "$as_me:$LINENO: result: $ac_ct_NM" >&5
5872 $as_echo "$ac_ct_NM" >&6; }
5873 else
5874 { $as_echo "$as_me:$LINENO: result: no" >&5
5875 $as_echo "no" >&6; }
5879 test -n "$ac_ct_NM" && break
5880 done
5882 if test "x$ac_ct_NM" = x; then
5883 NM="nm"
5884 else
5885 case $cross_compiling:$ac_tool_warned in
5886 yes:)
5887 { $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5
5888 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
5889 ac_tool_warned=yes ;;
5890 esac
5891 NM=$ac_ct_NM
5895 if test -n "$ac_tool_prefix"; then
5896 for ac_prog in ar gar
5898 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
5899 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
5900 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
5901 $as_echo_n "checking for $ac_word... " >&6; }
5902 if test "${ac_cv_prog_AR+set}" = set; then
5903 $as_echo_n "(cached) " >&6
5904 else
5905 if test -n "$AR"; then
5906 ac_cv_prog_AR="$AR" # Let the user override the test.
5907 else
5908 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5909 for as_dir in $PATH
5911 IFS=$as_save_IFS
5912 test -z "$as_dir" && as_dir=.
5913 for ac_exec_ext in '' $ac_executable_extensions; do
5914 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5915 ac_cv_prog_AR="$ac_tool_prefix$ac_prog"
5916 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5917 break 2
5919 done
5920 done
5921 IFS=$as_save_IFS
5925 AR=$ac_cv_prog_AR
5926 if test -n "$AR"; then
5927 { $as_echo "$as_me:$LINENO: result: $AR" >&5
5928 $as_echo "$AR" >&6; }
5929 else
5930 { $as_echo "$as_me:$LINENO: result: no" >&5
5931 $as_echo "no" >&6; }
5935 test -n "$AR" && break
5936 done
5938 if test -z "$AR"; then
5939 ac_ct_AR=$AR
5940 for ac_prog in ar gar
5942 # Extract the first word of "$ac_prog", so it can be a program name with args.
5943 set dummy $ac_prog; ac_word=$2
5944 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
5945 $as_echo_n "checking for $ac_word... " >&6; }
5946 if test "${ac_cv_prog_ac_ct_AR+set}" = set; then
5947 $as_echo_n "(cached) " >&6
5948 else
5949 if test -n "$ac_ct_AR"; then
5950 ac_cv_prog_ac_ct_AR="$ac_ct_AR" # Let the user override the test.
5951 else
5952 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5953 for as_dir in $PATH
5955 IFS=$as_save_IFS
5956 test -z "$as_dir" && as_dir=.
5957 for ac_exec_ext in '' $ac_executable_extensions; do
5958 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5959 ac_cv_prog_ac_ct_AR="$ac_prog"
5960 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5961 break 2
5963 done
5964 done
5965 IFS=$as_save_IFS
5969 ac_ct_AR=$ac_cv_prog_ac_ct_AR
5970 if test -n "$ac_ct_AR"; then
5971 { $as_echo "$as_me:$LINENO: result: $ac_ct_AR" >&5
5972 $as_echo "$ac_ct_AR" >&6; }
5973 else
5974 { $as_echo "$as_me:$LINENO: result: no" >&5
5975 $as_echo "no" >&6; }
5979 test -n "$ac_ct_AR" && break
5980 done
5982 if test "x$ac_ct_AR" = x; then
5983 AR="ar"
5984 else
5985 case $cross_compiling:$ac_tool_warned in
5986 yes:)
5987 { $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5
5988 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
5989 ac_tool_warned=yes ;;
5990 esac
5991 AR=$ac_ct_AR
5995 ARFLAGS=rc
5997 if test -n "$ac_tool_prefix"; then
5998 # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
5999 set dummy ${ac_tool_prefix}ranlib; ac_word=$2
6000 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
6001 $as_echo_n "checking for $ac_word... " >&6; }
6002 if test "${ac_cv_prog_RANLIB+set}" = set; then
6003 $as_echo_n "(cached) " >&6
6004 else
6005 if test -n "$RANLIB"; then
6006 ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
6007 else
6008 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6009 for as_dir in $PATH
6011 IFS=$as_save_IFS
6012 test -z "$as_dir" && as_dir=.
6013 for ac_exec_ext in '' $ac_executable_extensions; do
6014 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6015 ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib"
6016 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
6017 break 2
6019 done
6020 done
6021 IFS=$as_save_IFS
6025 RANLIB=$ac_cv_prog_RANLIB
6026 if test -n "$RANLIB"; then
6027 { $as_echo "$as_me:$LINENO: result: $RANLIB" >&5
6028 $as_echo "$RANLIB" >&6; }
6029 else
6030 { $as_echo "$as_me:$LINENO: result: no" >&5
6031 $as_echo "no" >&6; }
6036 if test -z "$ac_cv_prog_RANLIB"; then
6037 ac_ct_RANLIB=$RANLIB
6038 # Extract the first word of "ranlib", so it can be a program name with args.
6039 set dummy ranlib; ac_word=$2
6040 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
6041 $as_echo_n "checking for $ac_word... " >&6; }
6042 if test "${ac_cv_prog_ac_ct_RANLIB+set}" = set; then
6043 $as_echo_n "(cached) " >&6
6044 else
6045 if test -n "$ac_ct_RANLIB"; then
6046 ac_cv_prog_ac_ct_RANLIB="$ac_ct_RANLIB" # Let the user override the test.
6047 else
6048 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6049 for as_dir in $PATH
6051 IFS=$as_save_IFS
6052 test -z "$as_dir" && as_dir=.
6053 for ac_exec_ext in '' $ac_executable_extensions; do
6054 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6055 ac_cv_prog_ac_ct_RANLIB="ranlib"
6056 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
6057 break 2
6059 done
6060 done
6061 IFS=$as_save_IFS
6065 ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB
6066 if test -n "$ac_ct_RANLIB"; then
6067 { $as_echo "$as_me:$LINENO: result: $ac_ct_RANLIB" >&5
6068 $as_echo "$ac_ct_RANLIB" >&6; }
6069 else
6070 { $as_echo "$as_me:$LINENO: result: no" >&5
6071 $as_echo "no" >&6; }
6074 if test "x$ac_ct_RANLIB" = x; then
6075 RANLIB=":"
6076 else
6077 case $cross_compiling:$ac_tool_warned in
6078 yes:)
6079 { $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5
6080 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6081 ac_tool_warned=yes ;;
6082 esac
6083 RANLIB=$ac_ct_RANLIB
6085 else
6086 RANLIB="$ac_cv_prog_RANLIB"
6089 if test -n "$ac_tool_prefix"; then
6090 # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
6091 set dummy ${ac_tool_prefix}strip; ac_word=$2
6092 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
6093 $as_echo_n "checking for $ac_word... " >&6; }
6094 if test "${ac_cv_prog_STRIP+set}" = set; then
6095 $as_echo_n "(cached) " >&6
6096 else
6097 if test -n "$STRIP"; then
6098 ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
6099 else
6100 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6101 for as_dir in $PATH
6103 IFS=$as_save_IFS
6104 test -z "$as_dir" && as_dir=.
6105 for ac_exec_ext in '' $ac_executable_extensions; do
6106 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6107 ac_cv_prog_STRIP="${ac_tool_prefix}strip"
6108 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
6109 break 2
6111 done
6112 done
6113 IFS=$as_save_IFS
6117 STRIP=$ac_cv_prog_STRIP
6118 if test -n "$STRIP"; then
6119 { $as_echo "$as_me:$LINENO: result: $STRIP" >&5
6120 $as_echo "$STRIP" >&6; }
6121 else
6122 { $as_echo "$as_me:$LINENO: result: no" >&5
6123 $as_echo "no" >&6; }
6128 if test -z "$ac_cv_prog_STRIP"; then
6129 ac_ct_STRIP=$STRIP
6130 # Extract the first word of "strip", so it can be a program name with args.
6131 set dummy strip; ac_word=$2
6132 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
6133 $as_echo_n "checking for $ac_word... " >&6; }
6134 if test "${ac_cv_prog_ac_ct_STRIP+set}" = set; then
6135 $as_echo_n "(cached) " >&6
6136 else
6137 if test -n "$ac_ct_STRIP"; then
6138 ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test.
6139 else
6140 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6141 for as_dir in $PATH
6143 IFS=$as_save_IFS
6144 test -z "$as_dir" && as_dir=.
6145 for ac_exec_ext in '' $ac_executable_extensions; do
6146 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6147 ac_cv_prog_ac_ct_STRIP="strip"
6148 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
6149 break 2
6151 done
6152 done
6153 IFS=$as_save_IFS
6157 ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP
6158 if test -n "$ac_ct_STRIP"; then
6159 { $as_echo "$as_me:$LINENO: result: $ac_ct_STRIP" >&5
6160 $as_echo "$ac_ct_STRIP" >&6; }
6161 else
6162 { $as_echo "$as_me:$LINENO: result: no" >&5
6163 $as_echo "no" >&6; }
6166 if test "x$ac_ct_STRIP" = x; then
6167 STRIP="strip"
6168 else
6169 case $cross_compiling:$ac_tool_warned in
6170 yes:)
6171 { $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5
6172 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6173 ac_tool_warned=yes ;;
6174 esac
6175 STRIP=$ac_ct_STRIP
6177 else
6178 STRIP="$ac_cv_prog_STRIP"
6181 if test -n "$ac_tool_prefix"; then
6182 # Extract the first word of "${ac_tool_prefix}windres", so it can be a program name with args.
6183 set dummy ${ac_tool_prefix}windres; ac_word=$2
6184 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
6185 $as_echo_n "checking for $ac_word... " >&6; }
6186 if test "${ac_cv_prog_WINDRES+set}" = set; then
6187 $as_echo_n "(cached) " >&6
6188 else
6189 if test -n "$WINDRES"; then
6190 ac_cv_prog_WINDRES="$WINDRES" # Let the user override the test.
6191 else
6192 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6193 for as_dir in $PATH
6195 IFS=$as_save_IFS
6196 test -z "$as_dir" && as_dir=.
6197 for ac_exec_ext in '' $ac_executable_extensions; do
6198 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6199 ac_cv_prog_WINDRES="${ac_tool_prefix}windres"
6200 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
6201 break 2
6203 done
6204 done
6205 IFS=$as_save_IFS
6209 WINDRES=$ac_cv_prog_WINDRES
6210 if test -n "$WINDRES"; then
6211 { $as_echo "$as_me:$LINENO: result: $WINDRES" >&5
6212 $as_echo "$WINDRES" >&6; }
6213 else
6214 { $as_echo "$as_me:$LINENO: result: no" >&5
6215 $as_echo "no" >&6; }
6220 if test -z "$ac_cv_prog_WINDRES"; then
6221 ac_ct_WINDRES=$WINDRES
6222 # Extract the first word of "windres", so it can be a program name with args.
6223 set dummy windres; ac_word=$2
6224 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
6225 $as_echo_n "checking for $ac_word... " >&6; }
6226 if test "${ac_cv_prog_ac_ct_WINDRES+set}" = set; then
6227 $as_echo_n "(cached) " >&6
6228 else
6229 if test -n "$ac_ct_WINDRES"; then
6230 ac_cv_prog_ac_ct_WINDRES="$ac_ct_WINDRES" # Let the user override the test.
6231 else
6232 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6233 for as_dir in $PATH
6235 IFS=$as_save_IFS
6236 test -z "$as_dir" && as_dir=.
6237 for ac_exec_ext in '' $ac_executable_extensions; do
6238 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6239 ac_cv_prog_ac_ct_WINDRES="windres"
6240 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
6241 break 2
6243 done
6244 done
6245 IFS=$as_save_IFS
6249 ac_ct_WINDRES=$ac_cv_prog_ac_ct_WINDRES
6250 if test -n "$ac_ct_WINDRES"; then
6251 { $as_echo "$as_me:$LINENO: result: $ac_ct_WINDRES" >&5
6252 $as_echo "$ac_ct_WINDRES" >&6; }
6253 else
6254 { $as_echo "$as_me:$LINENO: result: no" >&5
6255 $as_echo "no" >&6; }
6258 if test "x$ac_ct_WINDRES" = x; then
6259 WINDRES="false"
6260 else
6261 case $cross_compiling:$ac_tool_warned in
6262 yes:)
6263 { $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5
6264 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6265 ac_tool_warned=yes ;;
6266 esac
6267 WINDRES=$ac_ct_WINDRES
6269 else
6270 WINDRES="$ac_cv_prog_WINDRES"
6273 { $as_echo "$as_me:$LINENO: checking whether ln -s works" >&5
6274 $as_echo_n "checking whether ln -s works... " >&6; }
6275 LN_S=$as_ln_s
6276 if test "$LN_S" = "ln -s"; then
6277 { $as_echo "$as_me:$LINENO: result: yes" >&5
6278 $as_echo "yes" >&6; }
6279 else
6280 { $as_echo "$as_me:$LINENO: result: no, using $LN_S" >&5
6281 $as_echo "no, using $LN_S" >&6; }
6284 { $as_echo "$as_me:$LINENO: checking whether ln works" >&5
6285 $as_echo_n "checking whether ln works... " >&6; }
6286 rm -f conf$$ conf$$.file
6287 echo >conf$$.file
6288 if ln conf$$.file conf$$ 2>/dev/null; then
6289 LN=ln
6291 { $as_echo "$as_me:$LINENO: result: yes" >&5
6292 $as_echo "yes" >&6; }
6293 else
6294 LN="cp -p"
6296 { $as_echo "$as_me:$LINENO: result: no, using $LN" >&5
6297 $as_echo "no, using $LN" >&6; }
6299 rm -f conf$$ conf$$.file
6300 { $as_echo "$as_me:$LINENO: checking for grep that handles long lines and -e" >&5
6301 $as_echo_n "checking for grep that handles long lines and -e... " >&6; }
6302 if test "${ac_cv_path_GREP+set}" = set; then
6303 $as_echo_n "(cached) " >&6
6304 else
6305 if test -z "$GREP"; then
6306 ac_path_GREP_found=false
6307 # Loop through the user's path and test for each of PROGNAME-LIST
6308 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6309 for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
6311 IFS=$as_save_IFS
6312 test -z "$as_dir" && as_dir=.
6313 for ac_prog in grep ggrep; do
6314 for ac_exec_ext in '' $ac_executable_extensions; do
6315 ac_path_GREP="$as_dir/$ac_prog$ac_exec_ext"
6316 { test -f "$ac_path_GREP" && $as_test_x "$ac_path_GREP"; } || continue
6317 # Check for GNU ac_path_GREP and select it if it is found.
6318 # Check for GNU $ac_path_GREP
6319 case `"$ac_path_GREP" --version 2>&1` in
6320 *GNU*)
6321 ac_cv_path_GREP="$ac_path_GREP" ac_path_GREP_found=:;;
6323 ac_count=0
6324 $as_echo_n 0123456789 >"conftest.in"
6325 while :
6327 cat "conftest.in" "conftest.in" >"conftest.tmp"
6328 mv "conftest.tmp" "conftest.in"
6329 cp "conftest.in" "conftest.nl"
6330 $as_echo 'GREP' >> "conftest.nl"
6331 "$ac_path_GREP" -e 'GREP$' -e '-(cannot match)-' < "conftest.nl" >"conftest.out" 2>/dev/null || break
6332 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
6333 ac_count=`expr $ac_count + 1`
6334 if test $ac_count -gt ${ac_path_GREP_max-0}; then
6335 # Best one so far, save it but keep looking for a better one
6336 ac_cv_path_GREP="$ac_path_GREP"
6337 ac_path_GREP_max=$ac_count
6339 # 10*(2^10) chars as input seems more than enough
6340 test $ac_count -gt 10 && break
6341 done
6342 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
6343 esac
6345 $ac_path_GREP_found && break 3
6346 done
6347 done
6348 done
6349 IFS=$as_save_IFS
6350 if test -z "$ac_cv_path_GREP"; then
6351 { { $as_echo "$as_me:$LINENO: error: no acceptable grep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&5
6352 $as_echo "$as_me: error: no acceptable grep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&2;}
6353 { (exit 1); exit 1; }; }
6355 else
6356 ac_cv_path_GREP=$GREP
6360 { $as_echo "$as_me:$LINENO: result: $ac_cv_path_GREP" >&5
6361 $as_echo "$ac_cv_path_GREP" >&6; }
6362 GREP="$ac_cv_path_GREP"
6365 { $as_echo "$as_me:$LINENO: checking for egrep" >&5
6366 $as_echo_n "checking for egrep... " >&6; }
6367 if test "${ac_cv_path_EGREP+set}" = set; then
6368 $as_echo_n "(cached) " >&6
6369 else
6370 if echo a | $GREP -E '(a|b)' >/dev/null 2>&1
6371 then ac_cv_path_EGREP="$GREP -E"
6372 else
6373 if test -z "$EGREP"; then
6374 ac_path_EGREP_found=false
6375 # Loop through the user's path and test for each of PROGNAME-LIST
6376 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6377 for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
6379 IFS=$as_save_IFS
6380 test -z "$as_dir" && as_dir=.
6381 for ac_prog in egrep; do
6382 for ac_exec_ext in '' $ac_executable_extensions; do
6383 ac_path_EGREP="$as_dir/$ac_prog$ac_exec_ext"
6384 { test -f "$ac_path_EGREP" && $as_test_x "$ac_path_EGREP"; } || continue
6385 # Check for GNU ac_path_EGREP and select it if it is found.
6386 # Check for GNU $ac_path_EGREP
6387 case `"$ac_path_EGREP" --version 2>&1` in
6388 *GNU*)
6389 ac_cv_path_EGREP="$ac_path_EGREP" ac_path_EGREP_found=:;;
6391 ac_count=0
6392 $as_echo_n 0123456789 >"conftest.in"
6393 while :
6395 cat "conftest.in" "conftest.in" >"conftest.tmp"
6396 mv "conftest.tmp" "conftest.in"
6397 cp "conftest.in" "conftest.nl"
6398 $as_echo 'EGREP' >> "conftest.nl"
6399 "$ac_path_EGREP" 'EGREP$' < "conftest.nl" >"conftest.out" 2>/dev/null || break
6400 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
6401 ac_count=`expr $ac_count + 1`
6402 if test $ac_count -gt ${ac_path_EGREP_max-0}; then
6403 # Best one so far, save it but keep looking for a better one
6404 ac_cv_path_EGREP="$ac_path_EGREP"
6405 ac_path_EGREP_max=$ac_count
6407 # 10*(2^10) chars as input seems more than enough
6408 test $ac_count -gt 10 && break
6409 done
6410 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
6411 esac
6413 $ac_path_EGREP_found && break 3
6414 done
6415 done
6416 done
6417 IFS=$as_save_IFS
6418 if test -z "$ac_cv_path_EGREP"; then
6419 { { $as_echo "$as_me:$LINENO: error: no acceptable egrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&5
6420 $as_echo "$as_me: error: no acceptable egrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&2;}
6421 { (exit 1); exit 1; }; }
6423 else
6424 ac_cv_path_EGREP=$EGREP
6429 { $as_echo "$as_me:$LINENO: result: $ac_cv_path_EGREP" >&5
6430 $as_echo "$ac_cv_path_EGREP" >&6; }
6431 EGREP="$ac_cv_path_EGREP"
6434 # Extract the first word of "ldconfig", so it can be a program name with args.
6435 set dummy ldconfig; ac_word=$2
6436 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
6437 $as_echo_n "checking for $ac_word... " >&6; }
6438 if test "${ac_cv_path_LDCONFIG+set}" = set; then
6439 $as_echo_n "(cached) " >&6
6440 else
6441 case $LDCONFIG in
6442 [\\/]* | ?:[\\/]*)
6443 ac_cv_path_LDCONFIG="$LDCONFIG" # Let the user override the test with a path.
6446 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6447 for as_dir in /sbin /usr/sbin $PATH
6449 IFS=$as_save_IFS
6450 test -z "$as_dir" && as_dir=.
6451 for ac_exec_ext in '' $ac_executable_extensions; do
6452 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6453 ac_cv_path_LDCONFIG="$as_dir/$ac_word$ac_exec_ext"
6454 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
6455 break 2
6457 done
6458 done
6459 IFS=$as_save_IFS
6461 test -z "$ac_cv_path_LDCONFIG" && ac_cv_path_LDCONFIG="true"
6463 esac
6465 LDCONFIG=$ac_cv_path_LDCONFIG
6466 if test -n "$LDCONFIG"; then
6467 { $as_echo "$as_me:$LINENO: result: $LDCONFIG" >&5
6468 $as_echo "$LDCONFIG" >&6; }
6469 else
6470 { $as_echo "$as_me:$LINENO: result: no" >&5
6471 $as_echo "no" >&6; }
6475 # Find a good install program. We prefer a C program (faster),
6476 # so one script is as good as another. But avoid the broken or
6477 # incompatible versions:
6478 # SysV /etc/install, /usr/sbin/install
6479 # SunOS /usr/etc/install
6480 # IRIX /sbin/install
6481 # AIX /bin/install
6482 # AmigaOS /C/install, which installs bootblocks on floppy discs
6483 # AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
6484 # AFS /usr/afsws/bin/install, which mishandles nonexistent args
6485 # SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
6486 # OS/2's system install, which has a completely different semantic
6487 # ./install, which can be erroneously created by make from ./install.sh.
6488 # Reject install programs that cannot install multiple files.
6489 { $as_echo "$as_me:$LINENO: checking for a BSD-compatible install" >&5
6490 $as_echo_n "checking for a BSD-compatible install... " >&6; }
6491 if test -z "$INSTALL"; then
6492 if test "${ac_cv_path_install+set}" = set; then
6493 $as_echo_n "(cached) " >&6
6494 else
6495 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6496 for as_dir in $PATH
6498 IFS=$as_save_IFS
6499 test -z "$as_dir" && as_dir=.
6500 # Account for people who put trailing slashes in PATH elements.
6501 case $as_dir/ in
6502 ./ | .// | /cC/* | \
6503 /etc/* | /usr/sbin/* | /usr/etc/* | /sbin/* | /usr/afsws/bin/* | \
6504 ?:\\/os2\\/install\\/* | ?:\\/OS2\\/INSTALL\\/* | \
6505 /usr/ucb/* ) ;;
6507 # OSF1 and SCO ODT 3.0 have their own names for install.
6508 # Don't use installbsd from OSF since it installs stuff as root
6509 # by default.
6510 for ac_prog in ginstall scoinst install; do
6511 for ac_exec_ext in '' $ac_executable_extensions; do
6512 if { test -f "$as_dir/$ac_prog$ac_exec_ext" && $as_test_x "$as_dir/$ac_prog$ac_exec_ext"; }; then
6513 if test $ac_prog = install &&
6514 grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
6515 # AIX install. It has an incompatible calling convention.
6517 elif test $ac_prog = install &&
6518 grep pwplus "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
6519 # program-specific install script used by HP pwplus--don't use.
6521 else
6522 rm -rf conftest.one conftest.two conftest.dir
6523 echo one > conftest.one
6524 echo two > conftest.two
6525 mkdir conftest.dir
6526 if "$as_dir/$ac_prog$ac_exec_ext" -c conftest.one conftest.two "`pwd`/conftest.dir" &&
6527 test -s conftest.one && test -s conftest.two &&
6528 test -s conftest.dir/conftest.one &&
6529 test -s conftest.dir/conftest.two
6530 then
6531 ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c"
6532 break 3
6536 done
6537 done
6539 esac
6541 done
6542 IFS=$as_save_IFS
6544 rm -rf conftest.one conftest.two conftest.dir
6547 if test "${ac_cv_path_install+set}" = set; then
6548 INSTALL=$ac_cv_path_install
6549 else
6550 # As a last resort, use the slow shell script. Don't cache a
6551 # value for INSTALL within a source directory, because that will
6552 # break other packages using the cache if that directory is
6553 # removed, or if the value is a relative name.
6554 INSTALL=$ac_install_sh
6557 { $as_echo "$as_me:$LINENO: result: $INSTALL" >&5
6558 $as_echo "$INSTALL" >&6; }
6560 # Use test -z because SunOS4 sh mishandles braces in ${var-val}.
6561 # It thinks the first close brace ends the variable substitution.
6562 test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}'
6564 test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL}'
6566 test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
6568 case "$INSTALL" in
6569 [\\/$]* | ?:[\\/]* ) ;;
6570 *) INSTALL="\\\$(TOPSRCDIR)/$INSTALL" ;;
6571 esac
6573 for ac_prog in lclint lint
6575 # Extract the first word of "$ac_prog", so it can be a program name with args.
6576 set dummy $ac_prog; ac_word=$2
6577 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
6578 $as_echo_n "checking for $ac_word... " >&6; }
6579 if test "${ac_cv_prog_LINT+set}" = set; then
6580 $as_echo_n "(cached) " >&6
6581 else
6582 if test -n "$LINT"; then
6583 ac_cv_prog_LINT="$LINT" # Let the user override the test.
6584 else
6585 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6586 for as_dir in $PATH
6588 IFS=$as_save_IFS
6589 test -z "$as_dir" && as_dir=.
6590 for ac_exec_ext in '' $ac_executable_extensions; do
6591 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6592 ac_cv_prog_LINT="$ac_prog"
6593 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
6594 break 2
6596 done
6597 done
6598 IFS=$as_save_IFS
6602 LINT=$ac_cv_prog_LINT
6603 if test -n "$LINT"; then
6604 { $as_echo "$as_me:$LINENO: result: $LINT" >&5
6605 $as_echo "$LINT" >&6; }
6606 else
6607 { $as_echo "$as_me:$LINENO: result: no" >&5
6608 $as_echo "no" >&6; }
6612 test -n "$LINT" && break
6613 done
6615 if test "$LINT" = "lint"
6616 then
6617 LINTFLAGS="$LINTFLAGS -errchk=%all,no%longptr64 -errhdr=%user -Ncheck=macro -Nlevel=4"
6622 for ac_prog in fontforge
6624 # Extract the first word of "$ac_prog", so it can be a program name with args.
6625 set dummy $ac_prog; ac_word=$2
6626 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
6627 $as_echo_n "checking for $ac_word... " >&6; }
6628 if test "${ac_cv_prog_FONTFORGE+set}" = set; then
6629 $as_echo_n "(cached) " >&6
6630 else
6631 if test -n "$FONTFORGE"; then
6632 ac_cv_prog_FONTFORGE="$FONTFORGE" # Let the user override the test.
6633 else
6634 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6635 for as_dir in $PATH
6637 IFS=$as_save_IFS
6638 test -z "$as_dir" && as_dir=.
6639 for ac_exec_ext in '' $ac_executable_extensions; do
6640 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6641 ac_cv_prog_FONTFORGE="$ac_prog"
6642 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
6643 break 2
6645 done
6646 done
6647 IFS=$as_save_IFS
6651 FONTFORGE=$ac_cv_prog_FONTFORGE
6652 if test -n "$FONTFORGE"; then
6653 { $as_echo "$as_me:$LINENO: result: $FONTFORGE" >&5
6654 $as_echo "$FONTFORGE" >&6; }
6655 else
6656 { $as_echo "$as_me:$LINENO: result: no" >&5
6657 $as_echo "no" >&6; }
6661 test -n "$FONTFORGE" && break
6662 done
6663 test -n "$FONTFORGE" || FONTFORGE="false"
6665 for ac_prog in pkg-config
6667 # Extract the first word of "$ac_prog", so it can be a program name with args.
6668 set dummy $ac_prog; ac_word=$2
6669 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
6670 $as_echo_n "checking for $ac_word... " >&6; }
6671 if test "${ac_cv_prog_PKG_CONFIG+set}" = set; then
6672 $as_echo_n "(cached) " >&6
6673 else
6674 if test -n "$PKG_CONFIG"; then
6675 ac_cv_prog_PKG_CONFIG="$PKG_CONFIG" # Let the user override the test.
6676 else
6677 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6678 for as_dir in $PATH
6680 IFS=$as_save_IFS
6681 test -z "$as_dir" && as_dir=.
6682 for ac_exec_ext in '' $ac_executable_extensions; do
6683 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6684 ac_cv_prog_PKG_CONFIG="$ac_prog"
6685 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
6686 break 2
6688 done
6689 done
6690 IFS=$as_save_IFS
6694 PKG_CONFIG=$ac_cv_prog_PKG_CONFIG
6695 if test -n "$PKG_CONFIG"; then
6696 { $as_echo "$as_me:$LINENO: result: $PKG_CONFIG" >&5
6697 $as_echo "$PKG_CONFIG" >&6; }
6698 else
6699 { $as_echo "$as_me:$LINENO: result: no" >&5
6700 $as_echo "no" >&6; }
6704 test -n "$PKG_CONFIG" && break
6705 done
6706 test -n "$PKG_CONFIG" || PKG_CONFIG="false"
6708 for ac_prog in rsvg
6710 # Extract the first word of "$ac_prog", so it can be a program name with args.
6711 set dummy $ac_prog; ac_word=$2
6712 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
6713 $as_echo_n "checking for $ac_word... " >&6; }
6714 if test "${ac_cv_prog_RSVG+set}" = set; then
6715 $as_echo_n "(cached) " >&6
6716 else
6717 if test -n "$RSVG"; then
6718 ac_cv_prog_RSVG="$RSVG" # Let the user override the test.
6719 else
6720 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6721 for as_dir in $PATH
6723 IFS=$as_save_IFS
6724 test -z "$as_dir" && as_dir=.
6725 for ac_exec_ext in '' $ac_executable_extensions; do
6726 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6727 ac_cv_prog_RSVG="$ac_prog"
6728 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
6729 break 2
6731 done
6732 done
6733 IFS=$as_save_IFS
6737 RSVG=$ac_cv_prog_RSVG
6738 if test -n "$RSVG"; then
6739 { $as_echo "$as_me:$LINENO: result: $RSVG" >&5
6740 $as_echo "$RSVG" >&6; }
6741 else
6742 { $as_echo "$as_me:$LINENO: result: no" >&5
6743 $as_echo "no" >&6; }
6747 test -n "$RSVG" && break
6748 done
6749 test -n "$RSVG" || RSVG="false"
6751 for ac_prog in icotool
6753 # Extract the first word of "$ac_prog", so it can be a program name with args.
6754 set dummy $ac_prog; ac_word=$2
6755 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
6756 $as_echo_n "checking for $ac_word... " >&6; }
6757 if test "${ac_cv_prog_ICOTOOL+set}" = set; then
6758 $as_echo_n "(cached) " >&6
6759 else
6760 if test -n "$ICOTOOL"; then
6761 ac_cv_prog_ICOTOOL="$ICOTOOL" # Let the user override the test.
6762 else
6763 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6764 for as_dir in $PATH
6766 IFS=$as_save_IFS
6767 test -z "$as_dir" && as_dir=.
6768 for ac_exec_ext in '' $ac_executable_extensions; do
6769 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6770 ac_cv_prog_ICOTOOL="$ac_prog"
6771 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
6772 break 2
6774 done
6775 done
6776 IFS=$as_save_IFS
6780 ICOTOOL=$ac_cv_prog_ICOTOOL
6781 if test -n "$ICOTOOL"; then
6782 { $as_echo "$as_me:$LINENO: result: $ICOTOOL" >&5
6783 $as_echo "$ICOTOOL" >&6; }
6784 else
6785 { $as_echo "$as_me:$LINENO: result: no" >&5
6786 $as_echo "no" >&6; }
6790 test -n "$ICOTOOL" && break
6791 done
6792 test -n "$ICOTOOL" || ICOTOOL="false"
6795 if test "${enable_maintainer_mode+set}" = set
6796 then
6797 if test "$FONTFORGE" = "false"; then wine_warnings="$wine_warnings|fontforge is missing, fonts can't be rebuilt."; fi
6798 if test "$RSVG" = "false"; then wine_warnings="$wine_warnings|rsvg is missing, icons can't be rebuilt."; fi
6799 if test "$ICOTOOL" = "false"; then wine_warnings="$wine_warnings|icotool is missing, icons can't be rebuilt."; fi
6802 case $host_cpu in
6803 *i[3456789]86*)
6804 # Extract the first word of "prelink", so it can be a program name with args.
6805 set dummy prelink; ac_word=$2
6806 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
6807 $as_echo_n "checking for $ac_word... " >&6; }
6808 if test "${ac_cv_path_PRELINK+set}" = set; then
6809 $as_echo_n "(cached) " >&6
6810 else
6811 case $PRELINK in
6812 [\\/]* | ?:[\\/]*)
6813 ac_cv_path_PRELINK="$PRELINK" # Let the user override the test with a path.
6816 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6817 for as_dir in /sbin /usr/sbin $PATH
6819 IFS=$as_save_IFS
6820 test -z "$as_dir" && as_dir=.
6821 for ac_exec_ext in '' $ac_executable_extensions; do
6822 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6823 ac_cv_path_PRELINK="$as_dir/$ac_word$ac_exec_ext"
6824 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
6825 break 2
6827 done
6828 done
6829 IFS=$as_save_IFS
6831 test -z "$ac_cv_path_PRELINK" && ac_cv_path_PRELINK="false"
6833 esac
6835 PRELINK=$ac_cv_path_PRELINK
6836 if test -n "$PRELINK"; then
6837 { $as_echo "$as_me:$LINENO: result: $PRELINK" >&5
6838 $as_echo "$PRELINK" >&6; }
6839 else
6840 { $as_echo "$as_me:$LINENO: result: no" >&5
6841 $as_echo "no" >&6; }
6846 esac
6850 { $as_echo "$as_me:$LINENO: checking for i386_set_ldt in -li386" >&5
6851 $as_echo_n "checking for i386_set_ldt in -li386... " >&6; }
6852 if test "${ac_cv_lib_i386_i386_set_ldt+set}" = set; then
6853 $as_echo_n "(cached) " >&6
6854 else
6855 ac_check_lib_save_LIBS=$LIBS
6856 LIBS="-li386 $LIBS"
6857 cat >conftest.$ac_ext <<_ACEOF
6858 /* confdefs.h. */
6859 _ACEOF
6860 cat confdefs.h >>conftest.$ac_ext
6861 cat >>conftest.$ac_ext <<_ACEOF
6862 /* end confdefs.h. */
6864 /* Override any GCC internal prototype to avoid an error.
6865 Use char because int might match the return type of a GCC
6866 builtin and then its argument prototype would still apply. */
6867 #ifdef __cplusplus
6868 extern "C"
6869 #endif
6870 char i386_set_ldt ();
6872 main ()
6874 return i386_set_ldt ();
6876 return 0;
6878 _ACEOF
6879 rm -f conftest.$ac_objext conftest$ac_exeext
6880 if { (ac_try="$ac_link"
6881 case "(($ac_try" in
6882 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6883 *) ac_try_echo=$ac_try;;
6884 esac
6885 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
6886 $as_echo "$ac_try_echo") >&5
6887 (eval "$ac_link") 2>conftest.er1
6888 ac_status=$?
6889 grep -v '^ *+' conftest.er1 >conftest.err
6890 rm -f conftest.er1
6891 cat conftest.err >&5
6892 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
6893 (exit $ac_status); } && {
6894 test -z "$ac_c_werror_flag" ||
6895 test ! -s conftest.err
6896 } && test -s conftest$ac_exeext && {
6897 test "$cross_compiling" = yes ||
6898 $as_test_x conftest$ac_exeext
6899 }; then
6900 ac_cv_lib_i386_i386_set_ldt=yes
6901 else
6902 $as_echo "$as_me: failed program was:" >&5
6903 sed 's/^/| /' conftest.$ac_ext >&5
6905 ac_cv_lib_i386_i386_set_ldt=no
6908 rm -rf conftest.dSYM
6909 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
6910 conftest$ac_exeext conftest.$ac_ext
6911 LIBS=$ac_check_lib_save_LIBS
6913 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_i386_i386_set_ldt" >&5
6914 $as_echo "$ac_cv_lib_i386_i386_set_ldt" >&6; }
6915 if test "x$ac_cv_lib_i386_i386_set_ldt" = x""yes; then
6916 cat >>confdefs.h <<_ACEOF
6917 #define HAVE_LIBI386 1
6918 _ACEOF
6920 LIBS="-li386 $LIBS"
6925 { $as_echo "$as_me:$LINENO: checking for _oss_ioctl in -lossaudio" >&5
6926 $as_echo_n "checking for _oss_ioctl in -lossaudio... " >&6; }
6927 if test "${ac_cv_lib_ossaudio__oss_ioctl+set}" = set; then
6928 $as_echo_n "(cached) " >&6
6929 else
6930 ac_check_lib_save_LIBS=$LIBS
6931 LIBS="-lossaudio $LIBS"
6932 cat >conftest.$ac_ext <<_ACEOF
6933 /* confdefs.h. */
6934 _ACEOF
6935 cat confdefs.h >>conftest.$ac_ext
6936 cat >>conftest.$ac_ext <<_ACEOF
6937 /* end confdefs.h. */
6939 /* Override any GCC internal prototype to avoid an error.
6940 Use char because int might match the return type of a GCC
6941 builtin and then its argument prototype would still apply. */
6942 #ifdef __cplusplus
6943 extern "C"
6944 #endif
6945 char _oss_ioctl ();
6947 main ()
6949 return _oss_ioctl ();
6951 return 0;
6953 _ACEOF
6954 rm -f conftest.$ac_objext conftest$ac_exeext
6955 if { (ac_try="$ac_link"
6956 case "(($ac_try" in
6957 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6958 *) ac_try_echo=$ac_try;;
6959 esac
6960 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
6961 $as_echo "$ac_try_echo") >&5
6962 (eval "$ac_link") 2>conftest.er1
6963 ac_status=$?
6964 grep -v '^ *+' conftest.er1 >conftest.err
6965 rm -f conftest.er1
6966 cat conftest.err >&5
6967 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
6968 (exit $ac_status); } && {
6969 test -z "$ac_c_werror_flag" ||
6970 test ! -s conftest.err
6971 } && test -s conftest$ac_exeext && {
6972 test "$cross_compiling" = yes ||
6973 $as_test_x conftest$ac_exeext
6974 }; then
6975 ac_cv_lib_ossaudio__oss_ioctl=yes
6976 else
6977 $as_echo "$as_me: failed program was:" >&5
6978 sed 's/^/| /' conftest.$ac_ext >&5
6980 ac_cv_lib_ossaudio__oss_ioctl=no
6983 rm -rf conftest.dSYM
6984 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
6985 conftest$ac_exeext conftest.$ac_ext
6986 LIBS=$ac_check_lib_save_LIBS
6988 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_ossaudio__oss_ioctl" >&5
6989 $as_echo "$ac_cv_lib_ossaudio__oss_ioctl" >&6; }
6990 if test "x$ac_cv_lib_ossaudio__oss_ioctl" = x""yes; then
6991 cat >>confdefs.h <<_ACEOF
6992 #define HAVE_LIBOSSAUDIO 1
6993 _ACEOF
6995 LIBS="-lossaudio $LIBS"
6999 { $as_echo "$as_me:$LINENO: checking for pthread_create in -lpthread" >&5
7000 $as_echo_n "checking for pthread_create in -lpthread... " >&6; }
7001 if test "${ac_cv_lib_pthread_pthread_create+set}" = set; then
7002 $as_echo_n "(cached) " >&6
7003 else
7004 ac_check_lib_save_LIBS=$LIBS
7005 LIBS="-lpthread $LIBS"
7006 cat >conftest.$ac_ext <<_ACEOF
7007 /* confdefs.h. */
7008 _ACEOF
7009 cat confdefs.h >>conftest.$ac_ext
7010 cat >>conftest.$ac_ext <<_ACEOF
7011 /* end confdefs.h. */
7013 /* Override any GCC internal prototype to avoid an error.
7014 Use char because int might match the return type of a GCC
7015 builtin and then its argument prototype would still apply. */
7016 #ifdef __cplusplus
7017 extern "C"
7018 #endif
7019 char pthread_create ();
7021 main ()
7023 return pthread_create ();
7025 return 0;
7027 _ACEOF
7028 rm -f conftest.$ac_objext conftest$ac_exeext
7029 if { (ac_try="$ac_link"
7030 case "(($ac_try" in
7031 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7032 *) ac_try_echo=$ac_try;;
7033 esac
7034 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
7035 $as_echo "$ac_try_echo") >&5
7036 (eval "$ac_link") 2>conftest.er1
7037 ac_status=$?
7038 grep -v '^ *+' conftest.er1 >conftest.err
7039 rm -f conftest.er1
7040 cat conftest.err >&5
7041 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
7042 (exit $ac_status); } && {
7043 test -z "$ac_c_werror_flag" ||
7044 test ! -s conftest.err
7045 } && test -s conftest$ac_exeext && {
7046 test "$cross_compiling" = yes ||
7047 $as_test_x conftest$ac_exeext
7048 }; then
7049 ac_cv_lib_pthread_pthread_create=yes
7050 else
7051 $as_echo "$as_me: failed program was:" >&5
7052 sed 's/^/| /' conftest.$ac_ext >&5
7054 ac_cv_lib_pthread_pthread_create=no
7057 rm -rf conftest.dSYM
7058 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
7059 conftest$ac_exeext conftest.$ac_ext
7060 LIBS=$ac_check_lib_save_LIBS
7062 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_pthread_pthread_create" >&5
7063 $as_echo "$ac_cv_lib_pthread_pthread_create" >&6; }
7064 if test "x$ac_cv_lib_pthread_pthread_create" = x""yes; then
7065 LIBPTHREAD="-lpthread"
7070 XLIB=""
7072 OPENGL_LIBS=""
7076 { $as_echo "$as_me:$LINENO: checking for ANSI C header files" >&5
7077 $as_echo_n "checking for ANSI C header files... " >&6; }
7078 if test "${ac_cv_header_stdc+set}" = set; then
7079 $as_echo_n "(cached) " >&6
7080 else
7081 cat >conftest.$ac_ext <<_ACEOF
7082 /* confdefs.h. */
7083 _ACEOF
7084 cat confdefs.h >>conftest.$ac_ext
7085 cat >>conftest.$ac_ext <<_ACEOF
7086 /* end confdefs.h. */
7087 #include <stdlib.h>
7088 #include <stdarg.h>
7089 #include <string.h>
7090 #include <float.h>
7093 main ()
7097 return 0;
7099 _ACEOF
7100 rm -f conftest.$ac_objext
7101 if { (ac_try="$ac_compile"
7102 case "(($ac_try" in
7103 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7104 *) ac_try_echo=$ac_try;;
7105 esac
7106 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
7107 $as_echo "$ac_try_echo") >&5
7108 (eval "$ac_compile") 2>conftest.er1
7109 ac_status=$?
7110 grep -v '^ *+' conftest.er1 >conftest.err
7111 rm -f conftest.er1
7112 cat conftest.err >&5
7113 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
7114 (exit $ac_status); } && {
7115 test -z "$ac_c_werror_flag" ||
7116 test ! -s conftest.err
7117 } && test -s conftest.$ac_objext; then
7118 ac_cv_header_stdc=yes
7119 else
7120 $as_echo "$as_me: failed program was:" >&5
7121 sed 's/^/| /' conftest.$ac_ext >&5
7123 ac_cv_header_stdc=no
7126 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
7128 if test $ac_cv_header_stdc = yes; then
7129 # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
7130 cat >conftest.$ac_ext <<_ACEOF
7131 /* confdefs.h. */
7132 _ACEOF
7133 cat confdefs.h >>conftest.$ac_ext
7134 cat >>conftest.$ac_ext <<_ACEOF
7135 /* end confdefs.h. */
7136 #include <string.h>
7138 _ACEOF
7139 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
7140 $EGREP "memchr" >/dev/null 2>&1; then
7142 else
7143 ac_cv_header_stdc=no
7145 rm -f conftest*
7149 if test $ac_cv_header_stdc = yes; then
7150 # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
7151 cat >conftest.$ac_ext <<_ACEOF
7152 /* confdefs.h. */
7153 _ACEOF
7154 cat confdefs.h >>conftest.$ac_ext
7155 cat >>conftest.$ac_ext <<_ACEOF
7156 /* end confdefs.h. */
7157 #include <stdlib.h>
7159 _ACEOF
7160 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
7161 $EGREP "free" >/dev/null 2>&1; then
7163 else
7164 ac_cv_header_stdc=no
7166 rm -f conftest*
7170 if test $ac_cv_header_stdc = yes; then
7171 # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi.
7172 if test "$cross_compiling" = yes; then
7174 else
7175 cat >conftest.$ac_ext <<_ACEOF
7176 /* confdefs.h. */
7177 _ACEOF
7178 cat confdefs.h >>conftest.$ac_ext
7179 cat >>conftest.$ac_ext <<_ACEOF
7180 /* end confdefs.h. */
7181 #include <ctype.h>
7182 #include <stdlib.h>
7183 #if ((' ' & 0x0FF) == 0x020)
7184 # define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
7185 # define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
7186 #else
7187 # define ISLOWER(c) \
7188 (('a' <= (c) && (c) <= 'i') \
7189 || ('j' <= (c) && (c) <= 'r') \
7190 || ('s' <= (c) && (c) <= 'z'))
7191 # define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c))
7192 #endif
7194 #define XOR(e, f) (((e) && !(f)) || (!(e) && (f)))
7196 main ()
7198 int i;
7199 for (i = 0; i < 256; i++)
7200 if (XOR (islower (i), ISLOWER (i))
7201 || toupper (i) != TOUPPER (i))
7202 return 2;
7203 return 0;
7205 _ACEOF
7206 rm -f conftest$ac_exeext
7207 if { (ac_try="$ac_link"
7208 case "(($ac_try" in
7209 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7210 *) ac_try_echo=$ac_try;;
7211 esac
7212 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
7213 $as_echo "$ac_try_echo") >&5
7214 (eval "$ac_link") 2>&5
7215 ac_status=$?
7216 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
7217 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
7218 { (case "(($ac_try" in
7219 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7220 *) ac_try_echo=$ac_try;;
7221 esac
7222 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
7223 $as_echo "$ac_try_echo") >&5
7224 (eval "$ac_try") 2>&5
7225 ac_status=$?
7226 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
7227 (exit $ac_status); }; }; then
7229 else
7230 $as_echo "$as_me: program exited with status $ac_status" >&5
7231 $as_echo "$as_me: failed program was:" >&5
7232 sed 's/^/| /' conftest.$ac_ext >&5
7234 ( exit $ac_status )
7235 ac_cv_header_stdc=no
7237 rm -rf conftest.dSYM
7238 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
7244 { $as_echo "$as_me:$LINENO: result: $ac_cv_header_stdc" >&5
7245 $as_echo "$ac_cv_header_stdc" >&6; }
7246 if test $ac_cv_header_stdc = yes; then
7248 cat >>confdefs.h <<\_ACEOF
7249 #define STDC_HEADERS 1
7250 _ACEOF
7254 # On IRIX 5.3, sys/types and inttypes.h are conflicting.
7264 for ac_header in sys/types.h sys/stat.h stdlib.h string.h memory.h strings.h \
7265 inttypes.h stdint.h unistd.h
7267 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
7268 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
7269 $as_echo_n "checking for $ac_header... " >&6; }
7270 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
7271 $as_echo_n "(cached) " >&6
7272 else
7273 cat >conftest.$ac_ext <<_ACEOF
7274 /* confdefs.h. */
7275 _ACEOF
7276 cat confdefs.h >>conftest.$ac_ext
7277 cat >>conftest.$ac_ext <<_ACEOF
7278 /* end confdefs.h. */
7279 $ac_includes_default
7281 #include <$ac_header>
7282 _ACEOF
7283 rm -f conftest.$ac_objext
7284 if { (ac_try="$ac_compile"
7285 case "(($ac_try" in
7286 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7287 *) ac_try_echo=$ac_try;;
7288 esac
7289 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
7290 $as_echo "$ac_try_echo") >&5
7291 (eval "$ac_compile") 2>conftest.er1
7292 ac_status=$?
7293 grep -v '^ *+' conftest.er1 >conftest.err
7294 rm -f conftest.er1
7295 cat conftest.err >&5
7296 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
7297 (exit $ac_status); } && {
7298 test -z "$ac_c_werror_flag" ||
7299 test ! -s conftest.err
7300 } && test -s conftest.$ac_objext; then
7301 eval "$as_ac_Header=yes"
7302 else
7303 $as_echo "$as_me: failed program was:" >&5
7304 sed 's/^/| /' conftest.$ac_ext >&5
7306 eval "$as_ac_Header=no"
7309 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
7311 ac_res=`eval 'as_val=${'$as_ac_Header'}
7312 $as_echo "$as_val"'`
7313 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
7314 $as_echo "$ac_res" >&6; }
7315 as_val=`eval 'as_val=${'$as_ac_Header'}
7316 $as_echo "$as_val"'`
7317 if test "x$as_val" = x""yes; then
7318 cat >>confdefs.h <<_ACEOF
7319 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
7320 _ACEOF
7324 done
7442 for ac_header in \
7443 AudioUnit/AudioUnit.h \
7444 Carbon/Carbon.h \
7445 CoreAudio/CoreAudio.h \
7446 DiskArbitration/DiskArbitration.h \
7447 IOKit/IOKitLib.h \
7448 alias.h \
7449 alsa/asoundlib.h \
7450 arpa/inet.h \
7451 arpa/nameser.h \
7452 asm/types.h \
7453 capi20.h \
7454 curses.h \
7455 direct.h \
7456 dirent.h \
7457 dlfcn.h \
7458 elf.h \
7459 float.h \
7460 fontconfig/fontconfig.h \
7461 getopt.h \
7462 grp.h \
7463 ieeefp.h \
7464 io.h \
7465 jack/jack.h \
7466 jpeglib.h \
7467 lber.h \
7468 lcms.h \
7469 lcms/lcms.h \
7470 ldap.h \
7471 libaudioio.h \
7472 link.h \
7473 linux/cdrom.h \
7474 linux/compiler.h \
7475 linux/hdreg.h \
7476 linux/input.h \
7477 linux/ioctl.h \
7478 linux/joystick.h \
7479 linux/major.h \
7480 linux/param.h \
7481 linux/serial.h \
7482 linux/ucdrom.h \
7483 mach/mach.h \
7484 mach/machine.h \
7485 machine/cpu.h \
7486 machine/limits.h \
7487 machine/soundcard.h \
7488 mntent.h \
7489 ncurses.h \
7490 netdb.h \
7491 netinet/in.h \
7492 netinet/in_systm.h \
7493 netinet/tcp.h \
7494 netinet/tcp_fsm.h \
7495 openssl/err.h \
7496 openssl/ssl.h \
7497 png.h \
7498 poll.h \
7499 process.h \
7500 pthread.h \
7501 pwd.h \
7502 regex.h \
7503 sched.h \
7504 scsi/scsi.h \
7505 scsi/scsi_ioctl.h \
7506 scsi/sg.h \
7507 soundcard.h \
7508 stdint.h \
7509 strings.h \
7510 sys/asoundlib.h \
7511 sys/cdio.h \
7512 sys/elf32.h \
7513 sys/epoll.h \
7514 sys/errno.h \
7515 sys/event.h \
7516 sys/exec_elf.h \
7517 sys/filio.h \
7518 sys/ioctl.h \
7519 sys/ipc.h \
7520 sys/limits.h \
7521 sys/link.h \
7522 sys/lwp.h \
7523 sys/mman.h \
7524 sys/modem.h \
7525 sys/msg.h \
7526 sys/mtio.h \
7527 sys/param.h \
7528 sys/poll.h \
7529 sys/prctl.h \
7530 sys/ptrace.h \
7531 sys/reg.h \
7532 sys/resource.h \
7533 sys/scsiio.h \
7534 sys/shm.h \
7535 sys/signal.h \
7536 sys/socket.h \
7537 sys/socketvar.h \
7538 sys/sockio.h \
7539 sys/soundcard.h \
7540 sys/statvfs.h \
7541 sys/strtio.h \
7542 sys/syscall.h \
7543 sys/sysctl.h \
7544 sys/time.h \
7545 sys/times.h \
7546 sys/uio.h \
7547 sys/un.h \
7548 sys/utsname.h \
7549 sys/vm86.h \
7550 sys/wait.h \
7551 syscall.h \
7552 termios.h \
7553 unistd.h \
7554 utime.h \
7555 winsock2.h \
7556 valgrind/memcheck.h \
7557 valgrind/valgrind.h
7560 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
7561 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
7562 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
7563 $as_echo_n "checking for $ac_header... " >&6; }
7564 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
7565 $as_echo_n "(cached) " >&6
7567 ac_res=`eval 'as_val=${'$as_ac_Header'}
7568 $as_echo "$as_val"'`
7569 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
7570 $as_echo "$ac_res" >&6; }
7571 else
7572 # Is the header compilable?
7573 { $as_echo "$as_me:$LINENO: checking $ac_header usability" >&5
7574 $as_echo_n "checking $ac_header usability... " >&6; }
7575 cat >conftest.$ac_ext <<_ACEOF
7576 /* confdefs.h. */
7577 _ACEOF
7578 cat confdefs.h >>conftest.$ac_ext
7579 cat >>conftest.$ac_ext <<_ACEOF
7580 /* end confdefs.h. */
7581 $ac_includes_default
7582 #include <$ac_header>
7583 _ACEOF
7584 rm -f conftest.$ac_objext
7585 if { (ac_try="$ac_compile"
7586 case "(($ac_try" in
7587 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7588 *) ac_try_echo=$ac_try;;
7589 esac
7590 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
7591 $as_echo "$ac_try_echo") >&5
7592 (eval "$ac_compile") 2>conftest.er1
7593 ac_status=$?
7594 grep -v '^ *+' conftest.er1 >conftest.err
7595 rm -f conftest.er1
7596 cat conftest.err >&5
7597 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
7598 (exit $ac_status); } && {
7599 test -z "$ac_c_werror_flag" ||
7600 test ! -s conftest.err
7601 } && test -s conftest.$ac_objext; then
7602 ac_header_compiler=yes
7603 else
7604 $as_echo "$as_me: failed program was:" >&5
7605 sed 's/^/| /' conftest.$ac_ext >&5
7607 ac_header_compiler=no
7610 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
7611 { $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
7612 $as_echo "$ac_header_compiler" >&6; }
7614 # Is the header present?
7615 { $as_echo "$as_me:$LINENO: checking $ac_header presence" >&5
7616 $as_echo_n "checking $ac_header presence... " >&6; }
7617 cat >conftest.$ac_ext <<_ACEOF
7618 /* confdefs.h. */
7619 _ACEOF
7620 cat confdefs.h >>conftest.$ac_ext
7621 cat >>conftest.$ac_ext <<_ACEOF
7622 /* end confdefs.h. */
7623 #include <$ac_header>
7624 _ACEOF
7625 if { (ac_try="$ac_cpp conftest.$ac_ext"
7626 case "(($ac_try" in
7627 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7628 *) ac_try_echo=$ac_try;;
7629 esac
7630 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
7631 $as_echo "$ac_try_echo") >&5
7632 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
7633 ac_status=$?
7634 grep -v '^ *+' conftest.er1 >conftest.err
7635 rm -f conftest.er1
7636 cat conftest.err >&5
7637 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
7638 (exit $ac_status); } >/dev/null && {
7639 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
7640 test ! -s conftest.err
7641 }; then
7642 ac_header_preproc=yes
7643 else
7644 $as_echo "$as_me: failed program was:" >&5
7645 sed 's/^/| /' conftest.$ac_ext >&5
7647 ac_header_preproc=no
7650 rm -f conftest.err conftest.$ac_ext
7651 { $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
7652 $as_echo "$ac_header_preproc" >&6; }
7654 # So? What about this header?
7655 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
7656 yes:no: )
7657 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
7658 $as_echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
7659 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
7660 $as_echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
7661 ac_header_preproc=yes
7663 no:yes:* )
7664 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
7665 $as_echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
7666 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
7667 $as_echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
7668 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
7669 $as_echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
7670 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
7671 $as_echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
7672 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
7673 $as_echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
7674 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
7675 $as_echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
7676 ( cat <<\_ASBOX
7677 ## ------------------------------------ ##
7678 ## Report this to wine-devel@winehq.org ##
7679 ## ------------------------------------ ##
7680 _ASBOX
7681 ) | sed "s/^/$as_me: WARNING: /" >&2
7683 esac
7684 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
7685 $as_echo_n "checking for $ac_header... " >&6; }
7686 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
7687 $as_echo_n "(cached) " >&6
7688 else
7689 eval "$as_ac_Header=\$ac_header_preproc"
7691 ac_res=`eval 'as_val=${'$as_ac_Header'}
7692 $as_echo "$as_val"'`
7693 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
7694 $as_echo "$ac_res" >&6; }
7697 as_val=`eval 'as_val=${'$as_ac_Header'}
7698 $as_echo "$as_val"'`
7699 if test "x$as_val" = x""yes; then
7700 cat >>confdefs.h <<_ACEOF
7701 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
7702 _ACEOF
7706 done
7708 { $as_echo "$as_me:$LINENO: checking whether stat file-mode macros are broken" >&5
7709 $as_echo_n "checking whether stat file-mode macros are broken... " >&6; }
7710 if test "${ac_cv_header_stat_broken+set}" = set; then
7711 $as_echo_n "(cached) " >&6
7712 else
7713 cat >conftest.$ac_ext <<_ACEOF
7714 /* confdefs.h. */
7715 _ACEOF
7716 cat confdefs.h >>conftest.$ac_ext
7717 cat >>conftest.$ac_ext <<_ACEOF
7718 /* end confdefs.h. */
7719 #include <sys/types.h>
7720 #include <sys/stat.h>
7722 #if defined S_ISBLK && defined S_IFDIR
7723 extern char c1[S_ISBLK (S_IFDIR) ? -1 : 1];
7724 #endif
7726 #if defined S_ISBLK && defined S_IFCHR
7727 extern char c2[S_ISBLK (S_IFCHR) ? -1 : 1];
7728 #endif
7730 #if defined S_ISLNK && defined S_IFREG
7731 extern char c3[S_ISLNK (S_IFREG) ? -1 : 1];
7732 #endif
7734 #if defined S_ISSOCK && defined S_IFREG
7735 extern char c4[S_ISSOCK (S_IFREG) ? -1 : 1];
7736 #endif
7738 _ACEOF
7739 rm -f conftest.$ac_objext
7740 if { (ac_try="$ac_compile"
7741 case "(($ac_try" in
7742 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7743 *) ac_try_echo=$ac_try;;
7744 esac
7745 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
7746 $as_echo "$ac_try_echo") >&5
7747 (eval "$ac_compile") 2>conftest.er1
7748 ac_status=$?
7749 grep -v '^ *+' conftest.er1 >conftest.err
7750 rm -f conftest.er1
7751 cat conftest.err >&5
7752 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
7753 (exit $ac_status); } && {
7754 test -z "$ac_c_werror_flag" ||
7755 test ! -s conftest.err
7756 } && test -s conftest.$ac_objext; then
7757 ac_cv_header_stat_broken=no
7758 else
7759 $as_echo "$as_me: failed program was:" >&5
7760 sed 's/^/| /' conftest.$ac_ext >&5
7762 ac_cv_header_stat_broken=yes
7765 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
7767 { $as_echo "$as_me:$LINENO: result: $ac_cv_header_stat_broken" >&5
7768 $as_echo "$ac_cv_header_stat_broken" >&6; }
7769 if test $ac_cv_header_stat_broken = yes; then
7771 cat >>confdefs.h <<\_ACEOF
7772 #define STAT_MACROS_BROKEN 1
7773 _ACEOF
7783 for ac_header in sys/mount.h sys/statfs.h sys/user.h sys/vfs.h
7785 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
7786 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
7787 $as_echo_n "checking for $ac_header... " >&6; }
7788 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
7789 $as_echo_n "(cached) " >&6
7790 else
7791 cat >conftest.$ac_ext <<_ACEOF
7792 /* confdefs.h. */
7793 _ACEOF
7794 cat confdefs.h >>conftest.$ac_ext
7795 cat >>conftest.$ac_ext <<_ACEOF
7796 /* end confdefs.h. */
7797 #include <sys/types.h>
7798 #ifdef HAVE_SYS_PARAM_H
7799 # include <sys/param.h>
7800 #endif
7802 #include <$ac_header>
7803 _ACEOF
7804 rm -f conftest.$ac_objext
7805 if { (ac_try="$ac_compile"
7806 case "(($ac_try" in
7807 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7808 *) ac_try_echo=$ac_try;;
7809 esac
7810 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
7811 $as_echo "$ac_try_echo") >&5
7812 (eval "$ac_compile") 2>conftest.er1
7813 ac_status=$?
7814 grep -v '^ *+' conftest.er1 >conftest.err
7815 rm -f conftest.er1
7816 cat conftest.err >&5
7817 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
7818 (exit $ac_status); } && {
7819 test -z "$ac_c_werror_flag" ||
7820 test ! -s conftest.err
7821 } && test -s conftest.$ac_objext; then
7822 eval "$as_ac_Header=yes"
7823 else
7824 $as_echo "$as_me: failed program was:" >&5
7825 sed 's/^/| /' conftest.$ac_ext >&5
7827 eval "$as_ac_Header=no"
7830 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
7832 ac_res=`eval 'as_val=${'$as_ac_Header'}
7833 $as_echo "$as_val"'`
7834 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
7835 $as_echo "$ac_res" >&6; }
7836 as_val=`eval 'as_val=${'$as_ac_Header'}
7837 $as_echo "$as_val"'`
7838 if test "x$as_val" = x""yes; then
7839 cat >>confdefs.h <<_ACEOF
7840 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
7841 _ACEOF
7845 done
7860 for ac_header in \
7861 netinet/ip.h \
7862 net/if.h \
7863 net/if_arp.h \
7864 net/if_dl.h \
7865 net/if_types.h \
7866 net/route.h \
7867 netinet/if_ether.h \
7868 netinet/in_pcb.h \
7869 netinet/ip_icmp.h \
7870 netinet/ip_var.h \
7871 netinet/udp.h \
7872 netipx/ipx.h \
7875 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
7876 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
7877 $as_echo_n "checking for $ac_header... " >&6; }
7878 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
7879 $as_echo_n "(cached) " >&6
7880 else
7881 cat >conftest.$ac_ext <<_ACEOF
7882 /* confdefs.h. */
7883 _ACEOF
7884 cat confdefs.h >>conftest.$ac_ext
7885 cat >>conftest.$ac_ext <<_ACEOF
7886 /* end confdefs.h. */
7887 #include <sys/types.h>
7888 #ifdef HAVE_SYS_SOCKET_H
7889 # include <sys/socket.h>
7890 #endif
7891 #ifdef HAVE_SYS_SOCKETVAR_H
7892 # include <sys/socketvar.h>
7893 #endif
7894 #ifdef HAVE_NETINET_IN_H
7895 # include <netinet/in.h>
7896 #endif
7897 #ifdef HAVE_NETINET_IP_H
7898 # include <netinet/ip.h>
7899 #endif
7901 #include <$ac_header>
7902 _ACEOF
7903 rm -f conftest.$ac_objext
7904 if { (ac_try="$ac_compile"
7905 case "(($ac_try" in
7906 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7907 *) ac_try_echo=$ac_try;;
7908 esac
7909 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
7910 $as_echo "$ac_try_echo") >&5
7911 (eval "$ac_compile") 2>conftest.er1
7912 ac_status=$?
7913 grep -v '^ *+' conftest.er1 >conftest.err
7914 rm -f conftest.er1
7915 cat conftest.err >&5
7916 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
7917 (exit $ac_status); } && {
7918 test -z "$ac_c_werror_flag" ||
7919 test ! -s conftest.err
7920 } && test -s conftest.$ac_objext; then
7921 eval "$as_ac_Header=yes"
7922 else
7923 $as_echo "$as_me: failed program was:" >&5
7924 sed 's/^/| /' conftest.$ac_ext >&5
7926 eval "$as_ac_Header=no"
7929 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
7931 ac_res=`eval 'as_val=${'$as_ac_Header'}
7932 $as_echo "$as_val"'`
7933 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
7934 $as_echo "$ac_res" >&6; }
7935 as_val=`eval 'as_val=${'$as_ac_Header'}
7936 $as_echo "$as_val"'`
7937 if test "x$as_val" = x""yes; then
7938 cat >>confdefs.h <<_ACEOF
7939 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
7940 _ACEOF
7944 done
7951 for ac_header in netinet/tcp_var.h netinet/udp_var.h netinet/icmp_var.h netinet/tcp_timer.h
7953 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
7954 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
7955 $as_echo_n "checking for $ac_header... " >&6; }
7956 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
7957 $as_echo_n "(cached) " >&6
7958 else
7959 cat >conftest.$ac_ext <<_ACEOF
7960 /* confdefs.h. */
7961 _ACEOF
7962 cat confdefs.h >>conftest.$ac_ext
7963 cat >>conftest.$ac_ext <<_ACEOF
7964 /* end confdefs.h. */
7965 #include <sys/types.h>
7966 #ifdef HAVE_ALIAS_H
7967 # include <alias.h>
7968 #endif
7969 #ifdef HAVE_SYS_SOCKET_H
7970 # include <sys/socket.h>
7971 #endif
7972 #ifdef HAVE_SYS_SOCKETVAR_H
7973 # include <sys/socketvar.h>
7974 #endif
7975 #ifdef HAVE_NETINET_IN_H
7976 # include <netinet/in.h>
7977 #endif
7978 #ifdef HAVE_NETINET_IP_H
7979 # include <netinet/ip.h>
7980 #endif
7981 #ifdef HAVE_NETINET_IP_VAR_H
7982 # include <netinet/ip_var.h>
7983 #endif
7984 #ifdef HAVE_NETINET_IP_ICMP_H
7985 # include <netinet/ip_icmp.h>
7986 #endif
7987 #ifdef HAVE_NETINET_UDP_H
7988 # include <netinet/udp.h>
7989 #endif
7990 #ifdef HAVE_NETINET_TCP_H
7991 # include <netinet/tcp.h>
7992 #endif
7994 #include <$ac_header>
7995 _ACEOF
7996 rm -f conftest.$ac_objext
7997 if { (ac_try="$ac_compile"
7998 case "(($ac_try" in
7999 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8000 *) ac_try_echo=$ac_try;;
8001 esac
8002 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
8003 $as_echo "$ac_try_echo") >&5
8004 (eval "$ac_compile") 2>conftest.er1
8005 ac_status=$?
8006 grep -v '^ *+' conftest.er1 >conftest.err
8007 rm -f conftest.er1
8008 cat conftest.err >&5
8009 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
8010 (exit $ac_status); } && {
8011 test -z "$ac_c_werror_flag" ||
8012 test ! -s conftest.err
8013 } && test -s conftest.$ac_objext; then
8014 eval "$as_ac_Header=yes"
8015 else
8016 $as_echo "$as_me: failed program was:" >&5
8017 sed 's/^/| /' conftest.$ac_ext >&5
8019 eval "$as_ac_Header=no"
8022 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
8024 ac_res=`eval 'as_val=${'$as_ac_Header'}
8025 $as_echo "$as_val"'`
8026 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
8027 $as_echo "$ac_res" >&6; }
8028 as_val=`eval 'as_val=${'$as_ac_Header'}
8029 $as_echo "$as_val"'`
8030 if test "x$as_val" = x""yes; then
8031 cat >>confdefs.h <<_ACEOF
8032 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
8033 _ACEOF
8037 done
8041 for ac_header in linux/ipx.h
8043 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
8044 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
8045 $as_echo_n "checking for $ac_header... " >&6; }
8046 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
8047 $as_echo_n "(cached) " >&6
8048 else
8049 cat >conftest.$ac_ext <<_ACEOF
8050 /* confdefs.h. */
8051 _ACEOF
8052 cat confdefs.h >>conftest.$ac_ext
8053 cat >>conftest.$ac_ext <<_ACEOF
8054 /* end confdefs.h. */
8055 #include <sys/types.h>
8056 #ifdef HAVE_ASM_TYPES_H
8057 # include <asm/types.h>
8058 #endif
8059 #ifdef HAVE_SYS_SOCKET_H
8060 # include <sys/socket.h>
8061 #endif
8063 #include <$ac_header>
8064 _ACEOF
8065 rm -f conftest.$ac_objext
8066 if { (ac_try="$ac_compile"
8067 case "(($ac_try" in
8068 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8069 *) ac_try_echo=$ac_try;;
8070 esac
8071 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
8072 $as_echo "$ac_try_echo") >&5
8073 (eval "$ac_compile") 2>conftest.er1
8074 ac_status=$?
8075 grep -v '^ *+' conftest.er1 >conftest.err
8076 rm -f conftest.er1
8077 cat conftest.err >&5
8078 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
8079 (exit $ac_status); } && {
8080 test -z "$ac_c_werror_flag" ||
8081 test ! -s conftest.err
8082 } && test -s conftest.$ac_objext; then
8083 eval "$as_ac_Header=yes"
8084 else
8085 $as_echo "$as_me: failed program was:" >&5
8086 sed 's/^/| /' conftest.$ac_ext >&5
8088 eval "$as_ac_Header=no"
8091 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
8093 ac_res=`eval 'as_val=${'$as_ac_Header'}
8094 $as_echo "$as_val"'`
8095 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
8096 $as_echo "$ac_res" >&6; }
8097 as_val=`eval 'as_val=${'$as_ac_Header'}
8098 $as_echo "$as_val"'`
8099 if test "x$as_val" = x""yes; then
8100 cat >>confdefs.h <<_ACEOF
8101 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
8102 _ACEOF
8106 done
8110 for ac_header in resolv.h
8112 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
8113 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
8114 $as_echo_n "checking for $ac_header... " >&6; }
8115 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
8116 $as_echo_n "(cached) " >&6
8117 else
8118 cat >conftest.$ac_ext <<_ACEOF
8119 /* confdefs.h. */
8120 _ACEOF
8121 cat confdefs.h >>conftest.$ac_ext
8122 cat >>conftest.$ac_ext <<_ACEOF
8123 /* end confdefs.h. */
8124 #include <sys/types.h>
8125 #ifdef HAVE_SYS_SOCKET_H
8126 # include <sys/socket.h>
8127 #endif
8128 #ifdef HAVE_NETINET_IN_H
8129 # include <netinet/in.h>
8130 #endif
8131 #ifdef HAVE_ARPA_NAMESER_H
8132 # include <arpa/nameser.h>
8133 #endif
8135 #include <$ac_header>
8136 _ACEOF
8137 rm -f conftest.$ac_objext
8138 if { (ac_try="$ac_compile"
8139 case "(($ac_try" in
8140 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8141 *) ac_try_echo=$ac_try;;
8142 esac
8143 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
8144 $as_echo "$ac_try_echo") >&5
8145 (eval "$ac_compile") 2>conftest.er1
8146 ac_status=$?
8147 grep -v '^ *+' conftest.er1 >conftest.err
8148 rm -f conftest.er1
8149 cat conftest.err >&5
8150 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
8151 (exit $ac_status); } && {
8152 test -z "$ac_c_werror_flag" ||
8153 test ! -s conftest.err
8154 } && test -s conftest.$ac_objext; then
8155 eval "$as_ac_Header=yes"
8156 else
8157 $as_echo "$as_me: failed program was:" >&5
8158 sed 's/^/| /' conftest.$ac_ext >&5
8160 eval "$as_ac_Header=no"
8163 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
8165 ac_res=`eval 'as_val=${'$as_ac_Header'}
8166 $as_echo "$as_val"'`
8167 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
8168 $as_echo "$ac_res" >&6; }
8169 as_val=`eval 'as_val=${'$as_ac_Header'}
8170 $as_echo "$as_val"'`
8171 if test "x$as_val" = x""yes; then
8172 cat >>confdefs.h <<_ACEOF
8173 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
8174 _ACEOF
8178 done
8182 for ac_header in ucontext.h
8184 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
8185 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
8186 $as_echo_n "checking for $ac_header... " >&6; }
8187 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
8188 $as_echo_n "(cached) " >&6
8189 else
8190 cat >conftest.$ac_ext <<_ACEOF
8191 /* confdefs.h. */
8192 _ACEOF
8193 cat confdefs.h >>conftest.$ac_ext
8194 cat >>conftest.$ac_ext <<_ACEOF
8195 /* end confdefs.h. */
8196 #include <signal.h>
8198 #include <$ac_header>
8199 _ACEOF
8200 rm -f conftest.$ac_objext
8201 if { (ac_try="$ac_compile"
8202 case "(($ac_try" in
8203 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8204 *) ac_try_echo=$ac_try;;
8205 esac
8206 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
8207 $as_echo "$ac_try_echo") >&5
8208 (eval "$ac_compile") 2>conftest.er1
8209 ac_status=$?
8210 grep -v '^ *+' conftest.er1 >conftest.err
8211 rm -f conftest.er1
8212 cat conftest.err >&5
8213 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
8214 (exit $ac_status); } && {
8215 test -z "$ac_c_werror_flag" ||
8216 test ! -s conftest.err
8217 } && test -s conftest.$ac_objext; then
8218 eval "$as_ac_Header=yes"
8219 else
8220 $as_echo "$as_me: failed program was:" >&5
8221 sed 's/^/| /' conftest.$ac_ext >&5
8223 eval "$as_ac_Header=no"
8226 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
8228 ac_res=`eval 'as_val=${'$as_ac_Header'}
8229 $as_echo "$as_val"'`
8230 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
8231 $as_echo "$ac_res" >&6; }
8232 as_val=`eval 'as_val=${'$as_ac_Header'}
8233 $as_echo "$as_val"'`
8234 if test "x$as_val" = x""yes; then
8235 cat >>confdefs.h <<_ACEOF
8236 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
8237 _ACEOF
8241 done
8245 for ac_header in sys/thr.h
8247 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
8248 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
8249 $as_echo_n "checking for $ac_header... " >&6; }
8250 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
8251 $as_echo_n "(cached) " >&6
8252 else
8253 cat >conftest.$ac_ext <<_ACEOF
8254 /* confdefs.h. */
8255 _ACEOF
8256 cat confdefs.h >>conftest.$ac_ext
8257 cat >>conftest.$ac_ext <<_ACEOF
8258 /* end confdefs.h. */
8259 #include <sys/types.h>
8260 #ifdef HAVE_UCONTEXT_H
8261 #include <ucontext.h>
8262 #endif
8264 #include <$ac_header>
8265 _ACEOF
8266 rm -f conftest.$ac_objext
8267 if { (ac_try="$ac_compile"
8268 case "(($ac_try" in
8269 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8270 *) ac_try_echo=$ac_try;;
8271 esac
8272 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
8273 $as_echo "$ac_try_echo") >&5
8274 (eval "$ac_compile") 2>conftest.er1
8275 ac_status=$?
8276 grep -v '^ *+' conftest.er1 >conftest.err
8277 rm -f conftest.er1
8278 cat conftest.err >&5
8279 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
8280 (exit $ac_status); } && {
8281 test -z "$ac_c_werror_flag" ||
8282 test ! -s conftest.err
8283 } && test -s conftest.$ac_objext; then
8284 eval "$as_ac_Header=yes"
8285 else
8286 $as_echo "$as_me: failed program was:" >&5
8287 sed 's/^/| /' conftest.$ac_ext >&5
8289 eval "$as_ac_Header=no"
8292 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
8294 ac_res=`eval 'as_val=${'$as_ac_Header'}
8295 $as_echo "$as_val"'`
8296 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
8297 $as_echo "$ac_res" >&6; }
8298 as_val=`eval 'as_val=${'$as_ac_Header'}
8299 $as_echo "$as_val"'`
8300 if test "x$as_val" = x""yes; then
8301 cat >>confdefs.h <<_ACEOF
8302 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
8303 _ACEOF
8307 done
8311 for ac_header in pthread_np.h
8313 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
8314 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
8315 $as_echo_n "checking for $ac_header... " >&6; }
8316 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
8317 $as_echo_n "(cached) " >&6
8318 else
8319 cat >conftest.$ac_ext <<_ACEOF
8320 /* confdefs.h. */
8321 _ACEOF
8322 cat confdefs.h >>conftest.$ac_ext
8323 cat >>conftest.$ac_ext <<_ACEOF
8324 /* end confdefs.h. */
8325 #ifdef HAVE_PTHREAD_H
8326 #include <pthread.h>
8327 #endif
8329 #include <$ac_header>
8330 _ACEOF
8331 rm -f conftest.$ac_objext
8332 if { (ac_try="$ac_compile"
8333 case "(($ac_try" in
8334 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8335 *) ac_try_echo=$ac_try;;
8336 esac
8337 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
8338 $as_echo "$ac_try_echo") >&5
8339 (eval "$ac_compile") 2>conftest.er1
8340 ac_status=$?
8341 grep -v '^ *+' conftest.er1 >conftest.err
8342 rm -f conftest.er1
8343 cat conftest.err >&5
8344 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
8345 (exit $ac_status); } && {
8346 test -z "$ac_c_werror_flag" ||
8347 test ! -s conftest.err
8348 } && test -s conftest.$ac_objext; then
8349 eval "$as_ac_Header=yes"
8350 else
8351 $as_echo "$as_me: failed program was:" >&5
8352 sed 's/^/| /' conftest.$ac_ext >&5
8354 eval "$as_ac_Header=no"
8357 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
8359 ac_res=`eval 'as_val=${'$as_ac_Header'}
8360 $as_echo "$as_val"'`
8361 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
8362 $as_echo "$ac_res" >&6; }
8363 as_val=`eval 'as_val=${'$as_ac_Header'}
8364 $as_echo "$as_val"'`
8365 if test "x$as_val" = x""yes; then
8366 cat >>confdefs.h <<_ACEOF
8367 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
8368 _ACEOF
8372 done
8376 for ac_header in linux/videodev.h
8378 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
8379 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
8380 $as_echo_n "checking for $ac_header... " >&6; }
8381 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
8382 $as_echo_n "(cached) " >&6
8383 else
8384 cat >conftest.$ac_ext <<_ACEOF
8385 /* confdefs.h. */
8386 _ACEOF
8387 cat confdefs.h >>conftest.$ac_ext
8388 cat >>conftest.$ac_ext <<_ACEOF
8389 /* end confdefs.h. */
8390 #ifdef HAVE_SYS_TIME_H
8391 #include <sys/time.h>
8392 #endif
8393 #include <sys/types.h>
8394 #ifdef HAVE_ASM_TYPES_H
8395 #include <asm/types.h>
8396 #endif
8398 #include <$ac_header>
8399 _ACEOF
8400 rm -f conftest.$ac_objext
8401 if { (ac_try="$ac_compile"
8402 case "(($ac_try" in
8403 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8404 *) ac_try_echo=$ac_try;;
8405 esac
8406 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
8407 $as_echo "$ac_try_echo") >&5
8408 (eval "$ac_compile") 2>conftest.er1
8409 ac_status=$?
8410 grep -v '^ *+' conftest.er1 >conftest.err
8411 rm -f conftest.er1
8412 cat conftest.err >&5
8413 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
8414 (exit $ac_status); } && {
8415 test -z "$ac_c_werror_flag" ||
8416 test ! -s conftest.err
8417 } && test -s conftest.$ac_objext; then
8418 eval "$as_ac_Header=yes"
8419 else
8420 $as_echo "$as_me: failed program was:" >&5
8421 sed 's/^/| /' conftest.$ac_ext >&5
8423 eval "$as_ac_Header=no"
8426 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
8428 ac_res=`eval 'as_val=${'$as_ac_Header'}
8429 $as_echo "$as_val"'`
8430 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
8431 $as_echo "$ac_res" >&6; }
8432 as_val=`eval 'as_val=${'$as_ac_Header'}
8433 $as_echo "$as_val"'`
8434 if test "x$as_val" = x""yes; then
8435 cat >>confdefs.h <<_ACEOF
8436 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
8437 _ACEOF
8441 done
8445 for ac_header in linux/capi.h
8447 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
8448 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
8449 $as_echo_n "checking for $ac_header... " >&6; }
8450 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
8451 $as_echo_n "(cached) " >&6
8452 else
8453 cat >conftest.$ac_ext <<_ACEOF
8454 /* confdefs.h. */
8455 _ACEOF
8456 cat confdefs.h >>conftest.$ac_ext
8457 cat >>conftest.$ac_ext <<_ACEOF
8458 /* end confdefs.h. */
8459 #define __user
8461 #include <$ac_header>
8462 _ACEOF
8463 rm -f conftest.$ac_objext
8464 if { (ac_try="$ac_compile"
8465 case "(($ac_try" in
8466 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8467 *) ac_try_echo=$ac_try;;
8468 esac
8469 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
8470 $as_echo "$ac_try_echo") >&5
8471 (eval "$ac_compile") 2>conftest.er1
8472 ac_status=$?
8473 grep -v '^ *+' conftest.er1 >conftest.err
8474 rm -f conftest.er1
8475 cat conftest.err >&5
8476 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
8477 (exit $ac_status); } && {
8478 test -z "$ac_c_werror_flag" ||
8479 test ! -s conftest.err
8480 } && test -s conftest.$ac_objext; then
8481 eval "$as_ac_Header=yes"
8482 else
8483 $as_echo "$as_me: failed program was:" >&5
8484 sed 's/^/| /' conftest.$ac_ext >&5
8486 eval "$as_ac_Header=no"
8489 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
8491 ac_res=`eval 'as_val=${'$as_ac_Header'}
8492 $as_echo "$as_val"'`
8493 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
8494 $as_echo "$ac_res" >&6; }
8495 as_val=`eval 'as_val=${'$as_ac_Header'}
8496 $as_echo "$as_val"'`
8497 if test "x$as_val" = x""yes; then
8498 cat >>confdefs.h <<_ACEOF
8499 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
8500 _ACEOF
8504 done
8508 DLLEXT=""
8510 DLLFLAGS="-D_REENTRANT"
8512 LDSHARED=""
8514 LDDLLFLAGS=""
8516 LIBEXT="so"
8518 IMPLIBEXT="def"
8520 LDRPATH_INSTALL=""
8522 LDRPATH_LOCAL=""
8524 # Extract the first word of "ldd", so it can be a program name with args.
8525 set dummy ldd; ac_word=$2
8526 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
8527 $as_echo_n "checking for $ac_word... " >&6; }
8528 if test "${ac_cv_path_LDD+set}" = set; then
8529 $as_echo_n "(cached) " >&6
8530 else
8531 case $LDD in
8532 [\\/]* | ?:[\\/]*)
8533 ac_cv_path_LDD="$LDD" # Let the user override the test with a path.
8536 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8537 as_dummy="/sbin:/usr/sbin:$PATH"
8538 for as_dir in $as_dummy
8540 IFS=$as_save_IFS
8541 test -z "$as_dir" && as_dir=.
8542 for ac_exec_ext in '' $ac_executable_extensions; do
8543 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8544 ac_cv_path_LDD="$as_dir/$ac_word$ac_exec_ext"
8545 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
8546 break 2
8548 done
8549 done
8550 IFS=$as_save_IFS
8552 test -z "$ac_cv_path_LDD" && ac_cv_path_LDD="true"
8554 esac
8556 LDD=$ac_cv_path_LDD
8557 if test -n "$LDD"; then
8558 { $as_echo "$as_me:$LINENO: result: $LDD" >&5
8559 $as_echo "$LDD" >&6; }
8560 else
8561 { $as_echo "$as_me:$LINENO: result: no" >&5
8562 $as_echo "no" >&6; }
8567 case $host_os in
8568 cygwin*|mingw32*)
8569 if test -n "$ac_tool_prefix"; then
8570 # Extract the first word of "${ac_tool_prefix}dlltool", so it can be a program name with args.
8571 set dummy ${ac_tool_prefix}dlltool; ac_word=$2
8572 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
8573 $as_echo_n "checking for $ac_word... " >&6; }
8574 if test "${ac_cv_prog_DLLTOOL+set}" = set; then
8575 $as_echo_n "(cached) " >&6
8576 else
8577 if test -n "$DLLTOOL"; then
8578 ac_cv_prog_DLLTOOL="$DLLTOOL" # Let the user override the test.
8579 else
8580 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8581 for as_dir in $PATH
8583 IFS=$as_save_IFS
8584 test -z "$as_dir" && as_dir=.
8585 for ac_exec_ext in '' $ac_executable_extensions; do
8586 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8587 ac_cv_prog_DLLTOOL="${ac_tool_prefix}dlltool"
8588 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
8589 break 2
8591 done
8592 done
8593 IFS=$as_save_IFS
8597 DLLTOOL=$ac_cv_prog_DLLTOOL
8598 if test -n "$DLLTOOL"; then
8599 { $as_echo "$as_me:$LINENO: result: $DLLTOOL" >&5
8600 $as_echo "$DLLTOOL" >&6; }
8601 else
8602 { $as_echo "$as_me:$LINENO: result: no" >&5
8603 $as_echo "no" >&6; }
8608 if test -z "$ac_cv_prog_DLLTOOL"; then
8609 ac_ct_DLLTOOL=$DLLTOOL
8610 # Extract the first word of "dlltool", so it can be a program name with args.
8611 set dummy dlltool; ac_word=$2
8612 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
8613 $as_echo_n "checking for $ac_word... " >&6; }
8614 if test "${ac_cv_prog_ac_ct_DLLTOOL+set}" = set; then
8615 $as_echo_n "(cached) " >&6
8616 else
8617 if test -n "$ac_ct_DLLTOOL"; then
8618 ac_cv_prog_ac_ct_DLLTOOL="$ac_ct_DLLTOOL" # Let the user override the test.
8619 else
8620 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8621 for as_dir in $PATH
8623 IFS=$as_save_IFS
8624 test -z "$as_dir" && as_dir=.
8625 for ac_exec_ext in '' $ac_executable_extensions; do
8626 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8627 ac_cv_prog_ac_ct_DLLTOOL="dlltool"
8628 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
8629 break 2
8631 done
8632 done
8633 IFS=$as_save_IFS
8637 ac_ct_DLLTOOL=$ac_cv_prog_ac_ct_DLLTOOL
8638 if test -n "$ac_ct_DLLTOOL"; then
8639 { $as_echo "$as_me:$LINENO: result: $ac_ct_DLLTOOL" >&5
8640 $as_echo "$ac_ct_DLLTOOL" >&6; }
8641 else
8642 { $as_echo "$as_me:$LINENO: result: no" >&5
8643 $as_echo "no" >&6; }
8646 if test "x$ac_ct_DLLTOOL" = x; then
8647 DLLTOOL="false"
8648 else
8649 case $cross_compiling:$ac_tool_warned in
8650 yes:)
8651 { $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5
8652 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
8653 ac_tool_warned=yes ;;
8654 esac
8655 DLLTOOL=$ac_ct_DLLTOOL
8657 else
8658 DLLTOOL="$ac_cv_prog_DLLTOOL"
8661 if test -n "$ac_tool_prefix"; then
8662 # Extract the first word of "${ac_tool_prefix}dllwrap", so it can be a program name with args.
8663 set dummy ${ac_tool_prefix}dllwrap; ac_word=$2
8664 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
8665 $as_echo_n "checking for $ac_word... " >&6; }
8666 if test "${ac_cv_prog_DLLWRAP+set}" = set; then
8667 $as_echo_n "(cached) " >&6
8668 else
8669 if test -n "$DLLWRAP"; then
8670 ac_cv_prog_DLLWRAP="$DLLWRAP" # Let the user override the test.
8671 else
8672 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8673 for as_dir in $PATH
8675 IFS=$as_save_IFS
8676 test -z "$as_dir" && as_dir=.
8677 for ac_exec_ext in '' $ac_executable_extensions; do
8678 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8679 ac_cv_prog_DLLWRAP="${ac_tool_prefix}dllwrap"
8680 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
8681 break 2
8683 done
8684 done
8685 IFS=$as_save_IFS
8689 DLLWRAP=$ac_cv_prog_DLLWRAP
8690 if test -n "$DLLWRAP"; then
8691 { $as_echo "$as_me:$LINENO: result: $DLLWRAP" >&5
8692 $as_echo "$DLLWRAP" >&6; }
8693 else
8694 { $as_echo "$as_me:$LINENO: result: no" >&5
8695 $as_echo "no" >&6; }
8700 if test -z "$ac_cv_prog_DLLWRAP"; then
8701 ac_ct_DLLWRAP=$DLLWRAP
8702 # Extract the first word of "dllwrap", so it can be a program name with args.
8703 set dummy dllwrap; ac_word=$2
8704 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
8705 $as_echo_n "checking for $ac_word... " >&6; }
8706 if test "${ac_cv_prog_ac_ct_DLLWRAP+set}" = set; then
8707 $as_echo_n "(cached) " >&6
8708 else
8709 if test -n "$ac_ct_DLLWRAP"; then
8710 ac_cv_prog_ac_ct_DLLWRAP="$ac_ct_DLLWRAP" # Let the user override the test.
8711 else
8712 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8713 for as_dir in $PATH
8715 IFS=$as_save_IFS
8716 test -z "$as_dir" && as_dir=.
8717 for ac_exec_ext in '' $ac_executable_extensions; do
8718 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8719 ac_cv_prog_ac_ct_DLLWRAP="dllwrap"
8720 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
8721 break 2
8723 done
8724 done
8725 IFS=$as_save_IFS
8729 ac_ct_DLLWRAP=$ac_cv_prog_ac_ct_DLLWRAP
8730 if test -n "$ac_ct_DLLWRAP"; then
8731 { $as_echo "$as_me:$LINENO: result: $ac_ct_DLLWRAP" >&5
8732 $as_echo "$ac_ct_DLLWRAP" >&6; }
8733 else
8734 { $as_echo "$as_me:$LINENO: result: no" >&5
8735 $as_echo "no" >&6; }
8738 if test "x$ac_ct_DLLWRAP" = x; then
8739 DLLWRAP="false"
8740 else
8741 case $cross_compiling:$ac_tool_warned in
8742 yes:)
8743 { $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5
8744 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
8745 ac_tool_warned=yes ;;
8746 esac
8747 DLLWRAP=$ac_ct_DLLWRAP
8749 else
8750 DLLWRAP="$ac_cv_prog_DLLWRAP"
8753 if test -n "$ac_tool_prefix"; then
8754 # Extract the first word of "${ac_tool_prefix}ar", so it can be a program name with args.
8755 set dummy ${ac_tool_prefix}ar; ac_word=$2
8756 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
8757 $as_echo_n "checking for $ac_word... " >&6; }
8758 if test "${ac_cv_prog_MINGWAR+set}" = set; then
8759 $as_echo_n "(cached) " >&6
8760 else
8761 if test -n "$MINGWAR"; then
8762 ac_cv_prog_MINGWAR="$MINGWAR" # Let the user override the test.
8763 else
8764 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8765 for as_dir in $PATH
8767 IFS=$as_save_IFS
8768 test -z "$as_dir" && as_dir=.
8769 for ac_exec_ext in '' $ac_executable_extensions; do
8770 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8771 ac_cv_prog_MINGWAR="${ac_tool_prefix}ar"
8772 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
8773 break 2
8775 done
8776 done
8777 IFS=$as_save_IFS
8781 MINGWAR=$ac_cv_prog_MINGWAR
8782 if test -n "$MINGWAR"; then
8783 { $as_echo "$as_me:$LINENO: result: $MINGWAR" >&5
8784 $as_echo "$MINGWAR" >&6; }
8785 else
8786 { $as_echo "$as_me:$LINENO: result: no" >&5
8787 $as_echo "no" >&6; }
8792 if test -z "$ac_cv_prog_MINGWAR"; then
8793 ac_ct_MINGWAR=$MINGWAR
8794 # Extract the first word of "ar", so it can be a program name with args.
8795 set dummy ar; ac_word=$2
8796 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
8797 $as_echo_n "checking for $ac_word... " >&6; }
8798 if test "${ac_cv_prog_ac_ct_MINGWAR+set}" = set; then
8799 $as_echo_n "(cached) " >&6
8800 else
8801 if test -n "$ac_ct_MINGWAR"; then
8802 ac_cv_prog_ac_ct_MINGWAR="$ac_ct_MINGWAR" # Let the user override the test.
8803 else
8804 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8805 for as_dir in $PATH
8807 IFS=$as_save_IFS
8808 test -z "$as_dir" && as_dir=.
8809 for ac_exec_ext in '' $ac_executable_extensions; do
8810 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8811 ac_cv_prog_ac_ct_MINGWAR="ar"
8812 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
8813 break 2
8815 done
8816 done
8817 IFS=$as_save_IFS
8821 ac_ct_MINGWAR=$ac_cv_prog_ac_ct_MINGWAR
8822 if test -n "$ac_ct_MINGWAR"; then
8823 { $as_echo "$as_me:$LINENO: result: $ac_ct_MINGWAR" >&5
8824 $as_echo "$ac_ct_MINGWAR" >&6; }
8825 else
8826 { $as_echo "$as_me:$LINENO: result: no" >&5
8827 $as_echo "no" >&6; }
8830 if test "x$ac_ct_MINGWAR" = x; then
8831 MINGWAR="false"
8832 else
8833 case $cross_compiling:$ac_tool_warned in
8834 yes:)
8835 { $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5
8836 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
8837 ac_tool_warned=yes ;;
8838 esac
8839 MINGWAR=$ac_ct_MINGWAR
8841 else
8842 MINGWAR="$ac_cv_prog_MINGWAR"
8845 if test "$DLLWRAP" = "false"; then
8846 LIBEXT="a"
8847 else
8848 LIBEXT="dll"
8850 IMPLIBEXT="a"
8851 WIN16_FILES=""
8852 WIN16_INSTALL=""
8853 enable_iphlpapi=${enable_iphlpapi:-no}
8854 enable_kernel32=${enable_kernel32:-no}
8855 enable_msvcrt=${enable_msvcrt:-no}
8856 enable_ntdll=${enable_ntdll:-no}
8857 enable_ws2_32=${enable_ws2_32:-no}
8858 enable_loader=${enable_loader:-no}
8859 enable_server=${enable_server:-no}
8861 darwin*|macosx*)
8862 DLLEXT=".so"
8863 LIBEXT="dylib"
8864 DLLFLAGS="$DLLFLAGS -fPIC"
8865 LDDLLFLAGS="-bundle -multiply_defined suppress"
8866 LIBWINE_LDFLAGS="-multiply_defined suppress"
8867 LDSHARED="\$(CC) -dynamiclib"
8868 STRIP="$STRIP -x"
8869 LDRPATH_LOCAL="&& install_name_tool -change @executable_path/\`\$(RELPATH) \$(bindir) \$(libdir)\`/libwine.1.dylib @executable_path/\$(TOPOBJDIR)/libs/wine/libwine.1.dylib \$@ || \$(RM) \$@"
8870 SECURITYLIB="-framework Security -framework CoreFoundation"
8872 COREFOUNDATIONLIB="-framework CoreFoundation"
8874 IOKITLIB="-framework IOKit -framework CoreFoundation"
8876 LDEXECFLAGS="-image_base 0x7bf00000 -Wl,-segaddr,WINE_DOS,0x00000000,-segaddr,WINE_SHARED_HEAP,0x7f000000"
8878 if test "$ac_cv_header_DiskArbitration_DiskArbitration_h" = "yes"
8879 then
8880 DISKARBITRATIONLIB="-framework DiskArbitration -framework CoreFoundation"
8883 if test "$ac_cv_header_CoreAudio_CoreAudio_h" = "yes" -a "$ac_cv_header_AudioUnit_AudioUnit_h" = "yes"
8884 then
8885 COREAUDIO="-framework CoreAudio -framework AudioUnit -framework CoreServices -framework AudioToolbox -framework CoreMIDI"
8888 case $host_cpu in
8889 *powerpc*)
8890 LDDLLFLAGS="$LDDLLFLAGS -read_only_relocs warning" ;;
8891 esac
8892 if test "$ac_cv_header_Carbon_Carbon_h" = "yes"
8893 then
8894 CARBONLIB="-framework Carbon"
8896 enable_winequartz_drv=${enable_winequartz_drv:-yes}
8900 DLLFLAGS="$DLLFLAGS -fPIC"
8901 DLLEXT=".so"
8902 { $as_echo "$as_me:$LINENO: checking whether we can build a GNU style ELF dll" >&5
8903 $as_echo_n "checking whether we can build a GNU style ELF dll... " >&6; }
8904 if test "${ac_cv_c_dll_gnuelf+set}" = set; then
8905 $as_echo_n "(cached) " >&6
8906 else
8907 ac_wine_try_cflags_saved=$CFLAGS
8908 CFLAGS="$CFLAGS -fPIC -shared -Wl,-Bsymbolic"
8909 cat >conftest.$ac_ext <<_ACEOF
8910 void myfunc() {}
8911 _ACEOF
8912 rm -f conftest.$ac_objext conftest$ac_exeext
8913 if { (ac_try="$ac_link"
8914 case "(($ac_try" in
8915 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8916 *) ac_try_echo=$ac_try;;
8917 esac
8918 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
8919 $as_echo "$ac_try_echo") >&5
8920 (eval "$ac_link") 2>conftest.er1
8921 ac_status=$?
8922 grep -v '^ *+' conftest.er1 >conftest.err
8923 rm -f conftest.er1
8924 cat conftest.err >&5
8925 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
8926 (exit $ac_status); } && {
8927 test -z "$ac_c_werror_flag" ||
8928 test ! -s conftest.err
8929 } && test -s conftest$ac_exeext && {
8930 test "$cross_compiling" = yes ||
8931 $as_test_x conftest$ac_exeext
8932 }; then
8933 ac_cv_c_dll_gnuelf="yes"
8934 else
8935 $as_echo "$as_me: failed program was:" >&5
8936 sed 's/^/| /' conftest.$ac_ext >&5
8938 ac_cv_c_dll_gnuelf="no"
8941 rm -rf conftest.dSYM
8942 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
8943 conftest$ac_exeext conftest.$ac_ext
8944 CFLAGS=$ac_wine_try_cflags_saved
8946 { $as_echo "$as_me:$LINENO: result: $ac_cv_c_dll_gnuelf" >&5
8947 $as_echo "$ac_cv_c_dll_gnuelf" >&6; }
8948 if test "$ac_cv_c_dll_gnuelf" = "yes"
8949 then
8950 LDSHARED="\$(CC) -shared"
8951 LDDLLFLAGS="-shared -Wl,-Bsymbolic"
8952 { $as_echo "$as_me:$LINENO: checking whether the compiler supports -fPIC -shared -Wl,-soname,confest.so.1" >&5
8953 $as_echo_n "checking whether the compiler supports -fPIC -shared -Wl,-soname,confest.so.1... " >&6; }
8954 if test "${ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1+set}" = set; then
8955 $as_echo_n "(cached) " >&6
8956 else
8957 ac_wine_try_cflags_saved=$CFLAGS
8958 CFLAGS="$CFLAGS -fPIC -shared -Wl,-soname,confest.so.1"
8959 cat >conftest.$ac_ext <<_ACEOF
8960 /* confdefs.h. */
8961 _ACEOF
8962 cat confdefs.h >>conftest.$ac_ext
8963 cat >>conftest.$ac_ext <<_ACEOF
8964 /* end confdefs.h. */
8967 main ()
8971 return 0;
8973 _ACEOF
8974 rm -f conftest.$ac_objext conftest$ac_exeext
8975 if { (ac_try="$ac_link"
8976 case "(($ac_try" in
8977 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8978 *) ac_try_echo=$ac_try;;
8979 esac
8980 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
8981 $as_echo "$ac_try_echo") >&5
8982 (eval "$ac_link") 2>conftest.er1
8983 ac_status=$?
8984 grep -v '^ *+' conftest.er1 >conftest.err
8985 rm -f conftest.er1
8986 cat conftest.err >&5
8987 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
8988 (exit $ac_status); } && {
8989 test -z "$ac_c_werror_flag" ||
8990 test ! -s conftest.err
8991 } && test -s conftest$ac_exeext && {
8992 test "$cross_compiling" = yes ||
8993 $as_test_x conftest$ac_exeext
8994 }; then
8995 ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1=yes
8996 else
8997 $as_echo "$as_me: failed program was:" >&5
8998 sed 's/^/| /' conftest.$ac_ext >&5
9000 ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1=no
9003 rm -rf conftest.dSYM
9004 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9005 conftest$ac_exeext conftest.$ac_ext
9006 CFLAGS=$ac_wine_try_cflags_saved
9008 { $as_echo "$as_me:$LINENO: result: $ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1" >&5
9009 $as_echo "$ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1" >&6; }
9010 if test $ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1 = yes; then
9011 LDSHARED="\$(CC) -shared \$(SONAME:%=-Wl,-soname,%)"
9012 else
9013 { $as_echo "$as_me:$LINENO: checking whether the compiler supports -fPIC -shared -Wl,-h,confest.so.1" >&5
9014 $as_echo_n "checking whether the compiler supports -fPIC -shared -Wl,-h,confest.so.1... " >&6; }
9015 if test "${ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1+set}" = set; then
9016 $as_echo_n "(cached) " >&6
9017 else
9018 ac_wine_try_cflags_saved=$CFLAGS
9019 CFLAGS="$CFLAGS -fPIC -shared -Wl,-h,confest.so.1"
9020 cat >conftest.$ac_ext <<_ACEOF
9021 /* confdefs.h. */
9022 _ACEOF
9023 cat confdefs.h >>conftest.$ac_ext
9024 cat >>conftest.$ac_ext <<_ACEOF
9025 /* end confdefs.h. */
9028 main ()
9032 return 0;
9034 _ACEOF
9035 rm -f conftest.$ac_objext conftest$ac_exeext
9036 if { (ac_try="$ac_link"
9037 case "(($ac_try" in
9038 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9039 *) ac_try_echo=$ac_try;;
9040 esac
9041 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
9042 $as_echo "$ac_try_echo") >&5
9043 (eval "$ac_link") 2>conftest.er1
9044 ac_status=$?
9045 grep -v '^ *+' conftest.er1 >conftest.err
9046 rm -f conftest.er1
9047 cat conftest.err >&5
9048 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
9049 (exit $ac_status); } && {
9050 test -z "$ac_c_werror_flag" ||
9051 test ! -s conftest.err
9052 } && test -s conftest$ac_exeext && {
9053 test "$cross_compiling" = yes ||
9054 $as_test_x conftest$ac_exeext
9055 }; then
9056 ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1=yes
9057 else
9058 $as_echo "$as_me: failed program was:" >&5
9059 sed 's/^/| /' conftest.$ac_ext >&5
9061 ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1=no
9064 rm -rf conftest.dSYM
9065 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9066 conftest$ac_exeext conftest.$ac_ext
9067 CFLAGS=$ac_wine_try_cflags_saved
9069 { $as_echo "$as_me:$LINENO: result: $ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1" >&5
9070 $as_echo "$ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1" >&6; }
9071 if test $ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1 = yes; then
9072 LDSHARED="\$(CC) -shared \$(SONAME:%=-Wl,-h,%)"
9078 { $as_echo "$as_me:$LINENO: checking whether the compiler supports -fPIC -shared -Wl,-Bsymbolic,-z,defs" >&5
9079 $as_echo_n "checking whether the compiler supports -fPIC -shared -Wl,-Bsymbolic,-z,defs... " >&6; }
9080 if test "${ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__z_defs+set}" = set; then
9081 $as_echo_n "(cached) " >&6
9082 else
9083 ac_wine_try_cflags_saved=$CFLAGS
9084 CFLAGS="$CFLAGS -fPIC -shared -Wl,-Bsymbolic,-z,defs"
9085 cat >conftest.$ac_ext <<_ACEOF
9086 /* confdefs.h. */
9087 _ACEOF
9088 cat confdefs.h >>conftest.$ac_ext
9089 cat >>conftest.$ac_ext <<_ACEOF
9090 /* end confdefs.h. */
9093 main ()
9097 return 0;
9099 _ACEOF
9100 rm -f conftest.$ac_objext conftest$ac_exeext
9101 if { (ac_try="$ac_link"
9102 case "(($ac_try" in
9103 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9104 *) ac_try_echo=$ac_try;;
9105 esac
9106 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
9107 $as_echo "$ac_try_echo") >&5
9108 (eval "$ac_link") 2>conftest.er1
9109 ac_status=$?
9110 grep -v '^ *+' conftest.er1 >conftest.err
9111 rm -f conftest.er1
9112 cat conftest.err >&5
9113 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
9114 (exit $ac_status); } && {
9115 test -z "$ac_c_werror_flag" ||
9116 test ! -s conftest.err
9117 } && test -s conftest$ac_exeext && {
9118 test "$cross_compiling" = yes ||
9119 $as_test_x conftest$ac_exeext
9120 }; then
9121 ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__z_defs=yes
9122 else
9123 $as_echo "$as_me: failed program was:" >&5
9124 sed 's/^/| /' conftest.$ac_ext >&5
9126 ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__z_defs=no
9129 rm -rf conftest.dSYM
9130 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9131 conftest$ac_exeext conftest.$ac_ext
9132 CFLAGS=$ac_wine_try_cflags_saved
9134 { $as_echo "$as_me:$LINENO: result: $ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__z_defs" >&5
9135 $as_echo "$ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__z_defs" >&6; }
9136 if test $ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__z_defs = yes; then
9137 LDDLLFLAGS="$LDDLLFLAGS,-z,defs"
9141 { $as_echo "$as_me:$LINENO: checking whether the compiler supports -fPIC -shared -Wl,-Bsymbolic,-init,__wine_spec_init,-fini,__wine_spec_fini" >&5
9142 $as_echo_n "checking whether the compiler supports -fPIC -shared -Wl,-Bsymbolic,-init,__wine_spec_init,-fini,__wine_spec_fini... " >&6; }
9143 if test "${ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__init___wine_spec_init__fini___wine_spec_fini+set}" = set; then
9144 $as_echo_n "(cached) " >&6
9145 else
9146 ac_wine_try_cflags_saved=$CFLAGS
9147 CFLAGS="$CFLAGS -fPIC -shared -Wl,-Bsymbolic,-init,__wine_spec_init,-fini,__wine_spec_fini"
9148 cat >conftest.$ac_ext <<_ACEOF
9149 /* confdefs.h. */
9150 _ACEOF
9151 cat confdefs.h >>conftest.$ac_ext
9152 cat >>conftest.$ac_ext <<_ACEOF
9153 /* end confdefs.h. */
9156 main ()
9160 return 0;
9162 _ACEOF
9163 rm -f conftest.$ac_objext conftest$ac_exeext
9164 if { (ac_try="$ac_link"
9165 case "(($ac_try" in
9166 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9167 *) ac_try_echo=$ac_try;;
9168 esac
9169 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
9170 $as_echo "$ac_try_echo") >&5
9171 (eval "$ac_link") 2>conftest.er1
9172 ac_status=$?
9173 grep -v '^ *+' conftest.er1 >conftest.err
9174 rm -f conftest.er1
9175 cat conftest.err >&5
9176 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
9177 (exit $ac_status); } && {
9178 test -z "$ac_c_werror_flag" ||
9179 test ! -s conftest.err
9180 } && test -s conftest$ac_exeext && {
9181 test "$cross_compiling" = yes ||
9182 $as_test_x conftest$ac_exeext
9183 }; then
9184 ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__init___wine_spec_init__fini___wine_spec_fini=yes
9185 else
9186 $as_echo "$as_me: failed program was:" >&5
9187 sed 's/^/| /' conftest.$ac_ext >&5
9189 ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__init___wine_spec_init__fini___wine_spec_fini=no
9192 rm -rf conftest.dSYM
9193 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9194 conftest$ac_exeext conftest.$ac_ext
9195 CFLAGS=$ac_wine_try_cflags_saved
9197 { $as_echo "$as_me:$LINENO: result: $ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__init___wine_spec_init__fini___wine_spec_fini" >&5
9198 $as_echo "$ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__init___wine_spec_init__fini___wine_spec_fini" >&6; }
9199 if test $ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__init___wine_spec_init__fini___wine_spec_fini = yes; then
9200 LDDLLFLAGS="$LDDLLFLAGS,-init,__wine_spec_init,-fini,__wine_spec_fini"
9204 echo '{ global: *; };' >conftest.map
9205 { $as_echo "$as_me:$LINENO: checking whether the compiler supports -fPIC -shared -Wl,--version-script=conftest.map" >&5
9206 $as_echo_n "checking whether the compiler supports -fPIC -shared -Wl,--version-script=conftest.map... " >&6; }
9207 if test "${ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map+set}" = set; then
9208 $as_echo_n "(cached) " >&6
9209 else
9210 ac_wine_try_cflags_saved=$CFLAGS
9211 CFLAGS="$CFLAGS -fPIC -shared -Wl,--version-script=conftest.map"
9212 cat >conftest.$ac_ext <<_ACEOF
9213 /* confdefs.h. */
9214 _ACEOF
9215 cat confdefs.h >>conftest.$ac_ext
9216 cat >>conftest.$ac_ext <<_ACEOF
9217 /* end confdefs.h. */
9220 main ()
9224 return 0;
9226 _ACEOF
9227 rm -f conftest.$ac_objext conftest$ac_exeext
9228 if { (ac_try="$ac_link"
9229 case "(($ac_try" in
9230 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9231 *) ac_try_echo=$ac_try;;
9232 esac
9233 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
9234 $as_echo "$ac_try_echo") >&5
9235 (eval "$ac_link") 2>conftest.er1
9236 ac_status=$?
9237 grep -v '^ *+' conftest.er1 >conftest.err
9238 rm -f conftest.er1
9239 cat conftest.err >&5
9240 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
9241 (exit $ac_status); } && {
9242 test -z "$ac_c_werror_flag" ||
9243 test ! -s conftest.err
9244 } && test -s conftest$ac_exeext && {
9245 test "$cross_compiling" = yes ||
9246 $as_test_x conftest$ac_exeext
9247 }; then
9248 ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map=yes
9249 else
9250 $as_echo "$as_me: failed program was:" >&5
9251 sed 's/^/| /' conftest.$ac_ext >&5
9253 ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map=no
9256 rm -rf conftest.dSYM
9257 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9258 conftest$ac_exeext conftest.$ac_ext
9259 CFLAGS=$ac_wine_try_cflags_saved
9261 { $as_echo "$as_me:$LINENO: result: $ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map" >&5
9262 $as_echo "$ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map" >&6; }
9263 if test $ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map = yes; then
9264 LDSHARED="$LDSHARED \$(VERSCRIPT:%=-Wl,--version-script=%)"
9267 rm -f conftest.map
9269 { $as_echo "$as_me:$LINENO: checking whether the compiler supports -fPIC -Wl,--export-dynamic" >&5
9270 $as_echo_n "checking whether the compiler supports -fPIC -Wl,--export-dynamic... " >&6; }
9271 if test "${ac_cv_cflags__fPIC__Wl___export_dynamic+set}" = set; then
9272 $as_echo_n "(cached) " >&6
9273 else
9274 ac_wine_try_cflags_saved=$CFLAGS
9275 CFLAGS="$CFLAGS -fPIC -Wl,--export-dynamic"
9276 cat >conftest.$ac_ext <<_ACEOF
9277 /* confdefs.h. */
9278 _ACEOF
9279 cat confdefs.h >>conftest.$ac_ext
9280 cat >>conftest.$ac_ext <<_ACEOF
9281 /* end confdefs.h. */
9284 main ()
9288 return 0;
9290 _ACEOF
9291 rm -f conftest.$ac_objext conftest$ac_exeext
9292 if { (ac_try="$ac_link"
9293 case "(($ac_try" in
9294 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9295 *) ac_try_echo=$ac_try;;
9296 esac
9297 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
9298 $as_echo "$ac_try_echo") >&5
9299 (eval "$ac_link") 2>conftest.er1
9300 ac_status=$?
9301 grep -v '^ *+' conftest.er1 >conftest.err
9302 rm -f conftest.er1
9303 cat conftest.err >&5
9304 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
9305 (exit $ac_status); } && {
9306 test -z "$ac_c_werror_flag" ||
9307 test ! -s conftest.err
9308 } && test -s conftest$ac_exeext && {
9309 test "$cross_compiling" = yes ||
9310 $as_test_x conftest$ac_exeext
9311 }; then
9312 ac_cv_cflags__fPIC__Wl___export_dynamic=yes
9313 else
9314 $as_echo "$as_me: failed program was:" >&5
9315 sed 's/^/| /' conftest.$ac_ext >&5
9317 ac_cv_cflags__fPIC__Wl___export_dynamic=no
9320 rm -rf conftest.dSYM
9321 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9322 conftest$ac_exeext conftest.$ac_ext
9323 CFLAGS=$ac_wine_try_cflags_saved
9325 { $as_echo "$as_me:$LINENO: result: $ac_cv_cflags__fPIC__Wl___export_dynamic" >&5
9326 $as_echo "$ac_cv_cflags__fPIC__Wl___export_dynamic" >&6; }
9327 if test $ac_cv_cflags__fPIC__Wl___export_dynamic = yes; then
9328 LDEXECFLAGS="-Wl,--export-dynamic"
9333 as_ac_var=`$as_echo "ac_cv_cflags_-fPIC -Wl,--rpath,\$ORIGIN/../lib" | $as_tr_sh`
9334 { $as_echo "$as_me:$LINENO: checking whether the compiler supports -fPIC -Wl,--rpath,\$ORIGIN/../lib" >&5
9335 $as_echo_n "checking whether the compiler supports -fPIC -Wl,--rpath,\$ORIGIN/../lib... " >&6; }
9336 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
9337 $as_echo_n "(cached) " >&6
9338 else
9339 ac_wine_try_cflags_saved=$CFLAGS
9340 CFLAGS="$CFLAGS -fPIC -Wl,--rpath,\$ORIGIN/../lib"
9341 cat >conftest.$ac_ext <<_ACEOF
9342 /* confdefs.h. */
9343 _ACEOF
9344 cat confdefs.h >>conftest.$ac_ext
9345 cat >>conftest.$ac_ext <<_ACEOF
9346 /* end confdefs.h. */
9349 main ()
9353 return 0;
9355 _ACEOF
9356 rm -f conftest.$ac_objext conftest$ac_exeext
9357 if { (ac_try="$ac_link"
9358 case "(($ac_try" in
9359 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9360 *) ac_try_echo=$ac_try;;
9361 esac
9362 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
9363 $as_echo "$ac_try_echo") >&5
9364 (eval "$ac_link") 2>conftest.er1
9365 ac_status=$?
9366 grep -v '^ *+' conftest.er1 >conftest.err
9367 rm -f conftest.er1
9368 cat conftest.err >&5
9369 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
9370 (exit $ac_status); } && {
9371 test -z "$ac_c_werror_flag" ||
9372 test ! -s conftest.err
9373 } && test -s conftest$ac_exeext && {
9374 test "$cross_compiling" = yes ||
9375 $as_test_x conftest$ac_exeext
9376 }; then
9377 eval "$as_ac_var=yes"
9378 else
9379 $as_echo "$as_me: failed program was:" >&5
9380 sed 's/^/| /' conftest.$ac_ext >&5
9382 eval "$as_ac_var=no"
9385 rm -rf conftest.dSYM
9386 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9387 conftest$ac_exeext conftest.$ac_ext
9388 CFLAGS=$ac_wine_try_cflags_saved
9390 ac_res=`eval 'as_val=${'$as_ac_var'}
9391 $as_echo "$as_val"'`
9392 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
9393 $as_echo "$ac_res" >&6; }
9394 if test `eval 'as_val=${'$as_ac_var'}
9395 $as_echo "$as_val"'` = yes; then
9396 LDRPATH_INSTALL="-Wl,--rpath,\\\$\$ORIGIN/\`\$(RELPATH) \$(bindir) \$(libdir)\`"
9397 LDRPATH_LOCAL="-Wl,--rpath,\\\$\$ORIGIN/\$(TOPOBJDIR)/libs/wine"
9398 else
9399 as_ac_var=`$as_echo "ac_cv_cflags_-fPIC -Wl,-R,\$ORIGIN/../lib" | $as_tr_sh`
9400 { $as_echo "$as_me:$LINENO: checking whether the compiler supports -fPIC -Wl,-R,\$ORIGIN/../lib" >&5
9401 $as_echo_n "checking whether the compiler supports -fPIC -Wl,-R,\$ORIGIN/../lib... " >&6; }
9402 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
9403 $as_echo_n "(cached) " >&6
9404 else
9405 ac_wine_try_cflags_saved=$CFLAGS
9406 CFLAGS="$CFLAGS -fPIC -Wl,-R,\$ORIGIN/../lib"
9407 cat >conftest.$ac_ext <<_ACEOF
9408 /* confdefs.h. */
9409 _ACEOF
9410 cat confdefs.h >>conftest.$ac_ext
9411 cat >>conftest.$ac_ext <<_ACEOF
9412 /* end confdefs.h. */
9415 main ()
9419 return 0;
9421 _ACEOF
9422 rm -f conftest.$ac_objext conftest$ac_exeext
9423 if { (ac_try="$ac_link"
9424 case "(($ac_try" in
9425 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9426 *) ac_try_echo=$ac_try;;
9427 esac
9428 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
9429 $as_echo "$ac_try_echo") >&5
9430 (eval "$ac_link") 2>conftest.er1
9431 ac_status=$?
9432 grep -v '^ *+' conftest.er1 >conftest.err
9433 rm -f conftest.er1
9434 cat conftest.err >&5
9435 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
9436 (exit $ac_status); } && {
9437 test -z "$ac_c_werror_flag" ||
9438 test ! -s conftest.err
9439 } && test -s conftest$ac_exeext && {
9440 test "$cross_compiling" = yes ||
9441 $as_test_x conftest$ac_exeext
9442 }; then
9443 eval "$as_ac_var=yes"
9444 else
9445 $as_echo "$as_me: failed program was:" >&5
9446 sed 's/^/| /' conftest.$ac_ext >&5
9448 eval "$as_ac_var=no"
9451 rm -rf conftest.dSYM
9452 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9453 conftest$ac_exeext conftest.$ac_ext
9454 CFLAGS=$ac_wine_try_cflags_saved
9456 ac_res=`eval 'as_val=${'$as_ac_var'}
9457 $as_echo "$as_val"'`
9458 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
9459 $as_echo "$ac_res" >&6; }
9460 if test `eval 'as_val=${'$as_ac_var'}
9461 $as_echo "$as_val"'` = yes; then
9462 LDRPATH_INSTALL="-Wl,-R,\\\$\$ORIGIN/\`\$(RELPATH) \$(bindir) \$(libdir)\`"
9463 LDRPATH_LOCAL="-Wl,-R,\\\$\$ORIGIN/\$(TOPOBJDIR)/libs/wine"
9469 { $as_echo "$as_me:$LINENO: checking whether the compiler supports -Wl,--enable-new-dtags" >&5
9470 $as_echo_n "checking whether the compiler supports -Wl,--enable-new-dtags... " >&6; }
9471 if test "${ac_cv_cflags__Wl___enable_new_dtags+set}" = set; then
9472 $as_echo_n "(cached) " >&6
9473 else
9474 ac_wine_try_cflags_saved=$CFLAGS
9475 CFLAGS="$CFLAGS -Wl,--enable-new-dtags"
9476 cat >conftest.$ac_ext <<_ACEOF
9477 /* confdefs.h. */
9478 _ACEOF
9479 cat confdefs.h >>conftest.$ac_ext
9480 cat >>conftest.$ac_ext <<_ACEOF
9481 /* end confdefs.h. */
9484 main ()
9488 return 0;
9490 _ACEOF
9491 rm -f conftest.$ac_objext conftest$ac_exeext
9492 if { (ac_try="$ac_link"
9493 case "(($ac_try" in
9494 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9495 *) ac_try_echo=$ac_try;;
9496 esac
9497 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
9498 $as_echo "$ac_try_echo") >&5
9499 (eval "$ac_link") 2>conftest.er1
9500 ac_status=$?
9501 grep -v '^ *+' conftest.er1 >conftest.err
9502 rm -f conftest.er1
9503 cat conftest.err >&5
9504 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
9505 (exit $ac_status); } && {
9506 test -z "$ac_c_werror_flag" ||
9507 test ! -s conftest.err
9508 } && test -s conftest$ac_exeext && {
9509 test "$cross_compiling" = yes ||
9510 $as_test_x conftest$ac_exeext
9511 }; then
9512 ac_cv_cflags__Wl___enable_new_dtags=yes
9513 else
9514 $as_echo "$as_me: failed program was:" >&5
9515 sed 's/^/| /' conftest.$ac_ext >&5
9517 ac_cv_cflags__Wl___enable_new_dtags=no
9520 rm -rf conftest.dSYM
9521 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9522 conftest$ac_exeext conftest.$ac_ext
9523 CFLAGS=$ac_wine_try_cflags_saved
9525 { $as_echo "$as_me:$LINENO: result: $ac_cv_cflags__Wl___enable_new_dtags" >&5
9526 $as_echo "$ac_cv_cflags__Wl___enable_new_dtags" >&6; }
9527 if test $ac_cv_cflags__Wl___enable_new_dtags = yes; then
9528 LDRPATH_INSTALL="$LDRPATH_INSTALL -Wl,--enable-new-dtags"
9532 case $host_cpu in
9533 *i[3456789]86* | x86_64)
9534 { $as_echo "$as_me:$LINENO: checking whether the compiler supports -Wl,--section-start,.interp=0x7bf00400" >&5
9535 $as_echo_n "checking whether the compiler supports -Wl,--section-start,.interp=0x7bf00400... " >&6; }
9536 if test "${ac_cv_cflags__Wl___section_start__interp_0x7bf00400+set}" = set; then
9537 $as_echo_n "(cached) " >&6
9538 else
9539 ac_wine_try_cflags_saved=$CFLAGS
9540 CFLAGS="$CFLAGS -Wl,--section-start,.interp=0x7bf00400"
9541 cat >conftest.$ac_ext <<_ACEOF
9542 /* confdefs.h. */
9543 _ACEOF
9544 cat confdefs.h >>conftest.$ac_ext
9545 cat >>conftest.$ac_ext <<_ACEOF
9546 /* end confdefs.h. */
9549 main ()
9553 return 0;
9555 _ACEOF
9556 rm -f conftest.$ac_objext conftest$ac_exeext
9557 if { (ac_try="$ac_link"
9558 case "(($ac_try" in
9559 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9560 *) ac_try_echo=$ac_try;;
9561 esac
9562 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
9563 $as_echo "$ac_try_echo") >&5
9564 (eval "$ac_link") 2>conftest.er1
9565 ac_status=$?
9566 grep -v '^ *+' conftest.er1 >conftest.err
9567 rm -f conftest.er1
9568 cat conftest.err >&5
9569 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
9570 (exit $ac_status); } && {
9571 test -z "$ac_c_werror_flag" ||
9572 test ! -s conftest.err
9573 } && test -s conftest$ac_exeext && {
9574 test "$cross_compiling" = yes ||
9575 $as_test_x conftest$ac_exeext
9576 }; then
9577 ac_cv_cflags__Wl___section_start__interp_0x7bf00400=yes
9578 else
9579 $as_echo "$as_me: failed program was:" >&5
9580 sed 's/^/| /' conftest.$ac_ext >&5
9582 ac_cv_cflags__Wl___section_start__interp_0x7bf00400=no
9585 rm -rf conftest.dSYM
9586 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9587 conftest$ac_exeext conftest.$ac_ext
9588 CFLAGS=$ac_wine_try_cflags_saved
9590 { $as_echo "$as_me:$LINENO: result: $ac_cv_cflags__Wl___section_start__interp_0x7bf00400" >&5
9591 $as_echo "$ac_cv_cflags__Wl___section_start__interp_0x7bf00400" >&6; }
9592 if test $ac_cv_cflags__Wl___section_start__interp_0x7bf00400 = yes; then
9593 LDEXECFLAGS="$LDEXECFLAGS -Wl,--section-start,.interp=0x7bf00400"
9597 esac
9599 else
9600 { $as_echo "$as_me:$LINENO: checking whether we can build a UnixWare (Solaris) dll" >&5
9601 $as_echo_n "checking whether we can build a UnixWare (Solaris) dll... " >&6; }
9602 if test "${ac_cv_c_dll_unixware+set}" = set; then
9603 $as_echo_n "(cached) " >&6
9604 else
9605 ac_wine_try_cflags_saved=$CFLAGS
9606 CFLAGS="$CFLAGS -fPIC -Wl,-G,-h,conftest.so.1.0,-B,symbolic"
9607 cat >conftest.$ac_ext <<_ACEOF
9608 void myfunc() {}
9609 _ACEOF
9610 rm -f conftest.$ac_objext conftest$ac_exeext
9611 if { (ac_try="$ac_link"
9612 case "(($ac_try" in
9613 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9614 *) ac_try_echo=$ac_try;;
9615 esac
9616 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
9617 $as_echo "$ac_try_echo") >&5
9618 (eval "$ac_link") 2>conftest.er1
9619 ac_status=$?
9620 grep -v '^ *+' conftest.er1 >conftest.err
9621 rm -f conftest.er1
9622 cat conftest.err >&5
9623 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
9624 (exit $ac_status); } && {
9625 test -z "$ac_c_werror_flag" ||
9626 test ! -s conftest.err
9627 } && test -s conftest$ac_exeext && {
9628 test "$cross_compiling" = yes ||
9629 $as_test_x conftest$ac_exeext
9630 }; then
9631 ac_cv_c_dll_unixware="yes"
9632 else
9633 $as_echo "$as_me: failed program was:" >&5
9634 sed 's/^/| /' conftest.$ac_ext >&5
9636 ac_cv_c_dll_unixware="no"
9639 rm -rf conftest.dSYM
9640 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9641 conftest$ac_exeext conftest.$ac_ext
9642 CFLAGS=$ac_wine_try_cflags_saved
9644 { $as_echo "$as_me:$LINENO: result: $ac_cv_c_dll_unixware" >&5
9645 $as_echo "$ac_cv_c_dll_unixware" >&6; }
9646 if test "$ac_cv_c_dll_unixware" = "yes"
9647 then
9648 LDSHARED="\$(CC) -Wl,-G \$(SONAME:%=-Wl,-h,%)"
9649 LDDLLFLAGS="-Wl,-G,-B,symbolic"
9651 else
9652 { $as_echo "$as_me:$LINENO: checking whether we can build an HP-UX dll" >&5
9653 $as_echo_n "checking whether we can build an HP-UX dll... " >&6; }
9654 if test "${ac_cv_c_dll_hpux+set}" = set; then
9655 $as_echo_n "(cached) " >&6
9656 else
9657 ac_wine_try_cflags_saved=$CFLAGS
9658 CFLAGS="$CFLAGS -shared"
9659 cat >conftest.$ac_ext <<_ACEOF
9660 void myfunc() {}
9661 _ACEOF
9662 rm -f conftest.$ac_objext conftest$ac_exeext
9663 if { (ac_try="$ac_link"
9664 case "(($ac_try" in
9665 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9666 *) ac_try_echo=$ac_try;;
9667 esac
9668 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
9669 $as_echo "$ac_try_echo") >&5
9670 (eval "$ac_link") 2>conftest.er1
9671 ac_status=$?
9672 grep -v '^ *+' conftest.er1 >conftest.err
9673 rm -f conftest.er1
9674 cat conftest.err >&5
9675 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
9676 (exit $ac_status); } && {
9677 test -z "$ac_c_werror_flag" ||
9678 test ! -s conftest.err
9679 } && test -s conftest$ac_exeext && {
9680 test "$cross_compiling" = yes ||
9681 $as_test_x conftest$ac_exeext
9682 }; then
9683 ac_cv_c_dll_hpux="yes"
9684 else
9685 $as_echo "$as_me: failed program was:" >&5
9686 sed 's/^/| /' conftest.$ac_ext >&5
9688 ac_cv_c_dll_hpux="no"
9691 rm -rf conftest.dSYM
9692 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9693 conftest$ac_exeext conftest.$ac_ext
9694 CFLAGS=$ac_wine_try_cflags_saved
9696 { $as_echo "$as_me:$LINENO: result: $ac_cv_c_dll_hpux" >&5
9697 $as_echo "$ac_cv_c_dll_hpux" >&6; }
9698 if test "$ac_cv_c_dll_hpux" = "yes"
9699 then
9700 LIBEXT="sl"
9701 DLLEXT=".sl"
9702 LDDLLFLAGS="-shared -fPIC"
9703 LDSHARED="\$(CC) -shared"
9708 esac
9710 enable_winequartz_drv=${enable_winequartz_drv:-no}
9712 if test "$LIBEXT" = "a"; then
9713 { { $as_echo "$as_me:$LINENO: error: could not find a way to build shared libraries.
9714 It is currently not possible to build Wine without shared library
9715 (.so) support to allow transparent switch between .so and .dll files.
9716 If you are using Linux, you will need a newer binutils.
9717 " >&5
9718 $as_echo "$as_me: error: could not find a way to build shared libraries.
9719 It is currently not possible to build Wine without shared library
9720 (.so) support to allow transparent switch between .so and .dll files.
9721 If you are using Linux, you will need a newer binutils.
9722 " >&2;}
9723 { (exit 1); exit 1; }; }
9726 if test "$cross_compiling" = "no" -a "$LIBEXT" != "dll"
9727 then
9728 for ac_prog in $host_cpu-pc-mingw32-gcc i586-mingw32msvc-gcc i386-mingw32msvc-gcc i686-mingw32-gcc i586-mingw32-gcc i486-mingw32-gcc i386-mingw32-gcc mingw32-gcc i686-pc-mingw32-gcc mingw-gcc
9730 # Extract the first word of "$ac_prog", so it can be a program name with args.
9731 set dummy $ac_prog; ac_word=$2
9732 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
9733 $as_echo_n "checking for $ac_word... " >&6; }
9734 if test "${ac_cv_prog_CROSSCC+set}" = set; then
9735 $as_echo_n "(cached) " >&6
9736 else
9737 if test -n "$CROSSCC"; then
9738 ac_cv_prog_CROSSCC="$CROSSCC" # Let the user override the test.
9739 else
9740 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9741 for as_dir in $PATH
9743 IFS=$as_save_IFS
9744 test -z "$as_dir" && as_dir=.
9745 for ac_exec_ext in '' $ac_executable_extensions; do
9746 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9747 ac_cv_prog_CROSSCC="$ac_prog"
9748 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
9749 break 2
9751 done
9752 done
9753 IFS=$as_save_IFS
9757 CROSSCC=$ac_cv_prog_CROSSCC
9758 if test -n "$CROSSCC"; then
9759 { $as_echo "$as_me:$LINENO: result: $CROSSCC" >&5
9760 $as_echo "$CROSSCC" >&6; }
9761 else
9762 { $as_echo "$as_me:$LINENO: result: no" >&5
9763 $as_echo "no" >&6; }
9767 test -n "$CROSSCC" && break
9768 done
9769 test -n "$CROSSCC" || CROSSCC="false"
9771 for ac_prog in $host_cpu-pc-mingw32-dlltool i586-mingw32msvc-dlltool i386-mingw32msvc-dlltool i686-mingw32-dlltool i586-mingw32-dlltool i486-mingw32-dlltool i386-mingw32-dlltool mingw32-dlltool i686-pc-mingw32-dlltool mingw-dlltool
9773 # Extract the first word of "$ac_prog", so it can be a program name with args.
9774 set dummy $ac_prog; ac_word=$2
9775 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
9776 $as_echo_n "checking for $ac_word... " >&6; }
9777 if test "${ac_cv_prog_DLLTOOL+set}" = set; then
9778 $as_echo_n "(cached) " >&6
9779 else
9780 if test -n "$DLLTOOL"; then
9781 ac_cv_prog_DLLTOOL="$DLLTOOL" # Let the user override the test.
9782 else
9783 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9784 for as_dir in $PATH
9786 IFS=$as_save_IFS
9787 test -z "$as_dir" && as_dir=.
9788 for ac_exec_ext in '' $ac_executable_extensions; do
9789 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9790 ac_cv_prog_DLLTOOL="$ac_prog"
9791 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
9792 break 2
9794 done
9795 done
9796 IFS=$as_save_IFS
9800 DLLTOOL=$ac_cv_prog_DLLTOOL
9801 if test -n "$DLLTOOL"; then
9802 { $as_echo "$as_me:$LINENO: result: $DLLTOOL" >&5
9803 $as_echo "$DLLTOOL" >&6; }
9804 else
9805 { $as_echo "$as_me:$LINENO: result: no" >&5
9806 $as_echo "no" >&6; }
9810 test -n "$DLLTOOL" && break
9811 done
9812 test -n "$DLLTOOL" || DLLTOOL="false"
9814 for ac_prog in $host_cpu-pc-mingw32-windres i586-mingw32msvc-windres i386-mingw32msvc-windres i686-mingw32-windres i586-mingw32-windres i486-mingw32-windres i386-mingw32-windres mingw32-windres i686-pc-mingw32-windres mingw-windres
9816 # Extract the first word of "$ac_prog", so it can be a program name with args.
9817 set dummy $ac_prog; ac_word=$2
9818 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
9819 $as_echo_n "checking for $ac_word... " >&6; }
9820 if test "${ac_cv_prog_CROSSWINDRES+set}" = set; then
9821 $as_echo_n "(cached) " >&6
9822 else
9823 if test -n "$CROSSWINDRES"; then
9824 ac_cv_prog_CROSSWINDRES="$CROSSWINDRES" # Let the user override the test.
9825 else
9826 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9827 for as_dir in $PATH
9829 IFS=$as_save_IFS
9830 test -z "$as_dir" && as_dir=.
9831 for ac_exec_ext in '' $ac_executable_extensions; do
9832 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9833 ac_cv_prog_CROSSWINDRES="$ac_prog"
9834 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
9835 break 2
9837 done
9838 done
9839 IFS=$as_save_IFS
9843 CROSSWINDRES=$ac_cv_prog_CROSSWINDRES
9844 if test -n "$CROSSWINDRES"; then
9845 { $as_echo "$as_me:$LINENO: result: $CROSSWINDRES" >&5
9846 $as_echo "$CROSSWINDRES" >&6; }
9847 else
9848 { $as_echo "$as_me:$LINENO: result: no" >&5
9849 $as_echo "no" >&6; }
9853 test -n "$CROSSWINDRES" && break
9854 done
9855 test -n "$CROSSWINDRES" || CROSSWINDRES="false"
9857 for ac_prog in $host_cpu-pc-mingw32-ar i586-mingw32msvc-ar i386-mingw32msvc-ar i686-mingw32-ar i586-mingw32-ar i486-mingw32-ar i386-mingw32-ar mingw32-ar i686-pc-mingw32-ar mingw-ar
9859 # Extract the first word of "$ac_prog", so it can be a program name with args.
9860 set dummy $ac_prog; ac_word=$2
9861 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
9862 $as_echo_n "checking for $ac_word... " >&6; }
9863 if test "${ac_cv_prog_MINGWAR+set}" = set; then
9864 $as_echo_n "(cached) " >&6
9865 else
9866 if test -n "$MINGWAR"; then
9867 ac_cv_prog_MINGWAR="$MINGWAR" # Let the user override the test.
9868 else
9869 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9870 for as_dir in $PATH
9872 IFS=$as_save_IFS
9873 test -z "$as_dir" && as_dir=.
9874 for ac_exec_ext in '' $ac_executable_extensions; do
9875 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9876 ac_cv_prog_MINGWAR="$ac_prog"
9877 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
9878 break 2
9880 done
9881 done
9882 IFS=$as_save_IFS
9886 MINGWAR=$ac_cv_prog_MINGWAR
9887 if test -n "$MINGWAR"; then
9888 { $as_echo "$as_me:$LINENO: result: $MINGWAR" >&5
9889 $as_echo "$MINGWAR" >&6; }
9890 else
9891 { $as_echo "$as_me:$LINENO: result: no" >&5
9892 $as_echo "no" >&6; }
9896 test -n "$MINGWAR" && break
9897 done
9898 test -n "$MINGWAR" || MINGWAR="false"
9900 if test "$CROSSCC" != "false"
9901 then
9902 CROSSTEST="\$(CROSSTEST)"
9908 if test "$have_x" = "yes"
9909 then
9910 XLIB="-lXext -lX11"
9911 ac_save_CPPFLAGS="$CPPFLAGS"
9912 CPPFLAGS="$CPPFLAGS $X_CFLAGS"
9914 { $as_echo "$as_me:$LINENO: checking for -lX11" >&5
9915 $as_echo_n "checking for -lX11... " >&6; }
9916 if test "${ac_cv_lib_soname_X11+set}" = set; then
9917 $as_echo_n "(cached) " >&6
9918 else
9919 ac_check_soname_save_LIBS=$LIBS
9920 LIBS="-lX11 $X_LIBS $X_EXTRA_LIBS $LIBS"
9921 cat >conftest.$ac_ext <<_ACEOF
9922 /* confdefs.h. */
9923 _ACEOF
9924 cat confdefs.h >>conftest.$ac_ext
9925 cat >>conftest.$ac_ext <<_ACEOF
9926 /* end confdefs.h. */
9928 /* Override any GCC internal prototype to avoid an error.
9929 Use char because int might match the return type of a GCC
9930 builtin and then its argument prototype would still apply. */
9931 #ifdef __cplusplus
9932 extern "C"
9933 #endif
9934 char XCreateWindow ();
9936 main ()
9938 return XCreateWindow ();
9940 return 0;
9942 _ACEOF
9943 rm -f conftest.$ac_objext conftest$ac_exeext
9944 if { (ac_try="$ac_link"
9945 case "(($ac_try" in
9946 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9947 *) ac_try_echo=$ac_try;;
9948 esac
9949 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
9950 $as_echo "$ac_try_echo") >&5
9951 (eval "$ac_link") 2>conftest.er1
9952 ac_status=$?
9953 grep -v '^ *+' conftest.er1 >conftest.err
9954 rm -f conftest.er1
9955 cat conftest.err >&5
9956 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
9957 (exit $ac_status); } && {
9958 test -z "$ac_c_werror_flag" ||
9959 test ! -s conftest.err
9960 } && test -s conftest$ac_exeext && {
9961 test "$cross_compiling" = yes ||
9962 $as_test_x conftest$ac_exeext
9963 }; then
9964 case "$LIBEXT" in
9965 dll) ;;
9966 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'` ;;
9967 *) ac_cv_lib_soname_X11=`$ac_cv_path_LDD conftest$ac_exeext | grep "libX11\\.$LIBEXT" | sed -e "s/^.*\(libX11\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
9968 esac
9969 else
9970 $as_echo "$as_me: failed program was:" >&5
9971 sed 's/^/| /' conftest.$ac_ext >&5
9976 rm -rf conftest.dSYM
9977 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9978 conftest$ac_exeext conftest.$ac_ext
9979 LIBS=$ac_check_soname_save_LIBS
9981 if test "x$ac_cv_lib_soname_X11" = "x"; then
9982 { $as_echo "$as_me:$LINENO: result: not found" >&5
9983 $as_echo "not found" >&6; }
9985 else
9986 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_X11" >&5
9987 $as_echo "$ac_cv_lib_soname_X11" >&6; }
9989 cat >>confdefs.h <<_ACEOF
9990 #define SONAME_LIBX11 "$ac_cv_lib_soname_X11"
9991 _ACEOF
9996 { $as_echo "$as_me:$LINENO: checking for -lXext" >&5
9997 $as_echo_n "checking for -lXext... " >&6; }
9998 if test "${ac_cv_lib_soname_Xext+set}" = set; then
9999 $as_echo_n "(cached) " >&6
10000 else
10001 ac_check_soname_save_LIBS=$LIBS
10002 LIBS="-lXext $X_LIBS -lX11 $X_EXTRA_LIBS $LIBS"
10003 cat >conftest.$ac_ext <<_ACEOF
10004 /* confdefs.h. */
10005 _ACEOF
10006 cat confdefs.h >>conftest.$ac_ext
10007 cat >>conftest.$ac_ext <<_ACEOF
10008 /* end confdefs.h. */
10010 /* Override any GCC internal prototype to avoid an error.
10011 Use char because int might match the return type of a GCC
10012 builtin and then its argument prototype would still apply. */
10013 #ifdef __cplusplus
10014 extern "C"
10015 #endif
10016 char XextCreateExtension ();
10018 main ()
10020 return XextCreateExtension ();
10022 return 0;
10024 _ACEOF
10025 rm -f conftest.$ac_objext conftest$ac_exeext
10026 if { (ac_try="$ac_link"
10027 case "(($ac_try" in
10028 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10029 *) ac_try_echo=$ac_try;;
10030 esac
10031 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
10032 $as_echo "$ac_try_echo") >&5
10033 (eval "$ac_link") 2>conftest.er1
10034 ac_status=$?
10035 grep -v '^ *+' conftest.er1 >conftest.err
10036 rm -f conftest.er1
10037 cat conftest.err >&5
10038 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
10039 (exit $ac_status); } && {
10040 test -z "$ac_c_werror_flag" ||
10041 test ! -s conftest.err
10042 } && test -s conftest$ac_exeext && {
10043 test "$cross_compiling" = yes ||
10044 $as_test_x conftest$ac_exeext
10045 }; then
10046 case "$LIBEXT" in
10047 dll) ;;
10048 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'` ;;
10049 *) ac_cv_lib_soname_Xext=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXext\\.$LIBEXT" | sed -e "s/^.*\(libXext\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
10050 esac
10051 else
10052 $as_echo "$as_me: failed program was:" >&5
10053 sed 's/^/| /' conftest.$ac_ext >&5
10058 rm -rf conftest.dSYM
10059 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10060 conftest$ac_exeext conftest.$ac_ext
10061 LIBS=$ac_check_soname_save_LIBS
10063 if test "x$ac_cv_lib_soname_Xext" = "x"; then
10064 { $as_echo "$as_me:$LINENO: result: not found" >&5
10065 $as_echo "not found" >&6; }
10067 else
10068 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_Xext" >&5
10069 $as_echo "$ac_cv_lib_soname_Xext" >&6; }
10071 cat >>confdefs.h <<_ACEOF
10072 #define SONAME_LIBXEXT "$ac_cv_lib_soname_Xext"
10073 _ACEOF
10091 for ac_header in X11/Xlib.h \
10092 X11/XKBlib.h \
10093 X11/Xutil.h \
10094 X11/Xcursor/Xcursor.h \
10095 X11/extensions/shape.h \
10096 X11/extensions/XInput.h \
10097 X11/extensions/XShm.h \
10098 X11/extensions/Xcomposite.h \
10099 X11/extensions/Xinerama.h \
10100 X11/extensions/Xrandr.h \
10101 X11/extensions/Xrender.h \
10102 X11/extensions/xf86vmode.h
10104 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
10105 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
10106 $as_echo_n "checking for $ac_header... " >&6; }
10107 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
10108 $as_echo_n "(cached) " >&6
10109 else
10110 cat >conftest.$ac_ext <<_ACEOF
10111 /* confdefs.h. */
10112 _ACEOF
10113 cat confdefs.h >>conftest.$ac_ext
10114 cat >>conftest.$ac_ext <<_ACEOF
10115 /* end confdefs.h. */
10116 #ifdef HAVE_X11_XLIB_H
10117 # include <X11/Xlib.h>
10118 #endif
10119 #ifdef HAVE_X11_XUTIL_H
10120 # include <X11/Xutil.h>
10121 #endif
10123 #include <$ac_header>
10124 _ACEOF
10125 rm -f conftest.$ac_objext
10126 if { (ac_try="$ac_compile"
10127 case "(($ac_try" in
10128 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10129 *) ac_try_echo=$ac_try;;
10130 esac
10131 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
10132 $as_echo "$ac_try_echo") >&5
10133 (eval "$ac_compile") 2>conftest.er1
10134 ac_status=$?
10135 grep -v '^ *+' conftest.er1 >conftest.err
10136 rm -f conftest.er1
10137 cat conftest.err >&5
10138 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
10139 (exit $ac_status); } && {
10140 test -z "$ac_c_werror_flag" ||
10141 test ! -s conftest.err
10142 } && test -s conftest.$ac_objext; then
10143 eval "$as_ac_Header=yes"
10144 else
10145 $as_echo "$as_me: failed program was:" >&5
10146 sed 's/^/| /' conftest.$ac_ext >&5
10148 eval "$as_ac_Header=no"
10151 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
10153 ac_res=`eval 'as_val=${'$as_ac_Header'}
10154 $as_echo "$as_val"'`
10155 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
10156 $as_echo "$ac_res" >&6; }
10157 as_val=`eval 'as_val=${'$as_ac_Header'}
10158 $as_echo "$as_val"'`
10159 if test "x$as_val" = x""yes; then
10160 cat >>confdefs.h <<_ACEOF
10161 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
10162 _ACEOF
10166 done
10169 if test "$ac_cv_header_X11_XKBlib_h" = "yes"
10170 then
10171 { $as_echo "$as_me:$LINENO: checking for XkbQueryExtension in -lX11" >&5
10172 $as_echo_n "checking for XkbQueryExtension in -lX11... " >&6; }
10173 if test "${ac_cv_lib_X11_XkbQueryExtension+set}" = set; then
10174 $as_echo_n "(cached) " >&6
10175 else
10176 ac_check_lib_save_LIBS=$LIBS
10177 LIBS="-lX11 $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
10178 cat >conftest.$ac_ext <<_ACEOF
10179 /* confdefs.h. */
10180 _ACEOF
10181 cat confdefs.h >>conftest.$ac_ext
10182 cat >>conftest.$ac_ext <<_ACEOF
10183 /* end confdefs.h. */
10185 /* Override any GCC internal prototype to avoid an error.
10186 Use char because int might match the return type of a GCC
10187 builtin and then its argument prototype would still apply. */
10188 #ifdef __cplusplus
10189 extern "C"
10190 #endif
10191 char XkbQueryExtension ();
10193 main ()
10195 return XkbQueryExtension ();
10197 return 0;
10199 _ACEOF
10200 rm -f conftest.$ac_objext conftest$ac_exeext
10201 if { (ac_try="$ac_link"
10202 case "(($ac_try" in
10203 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10204 *) ac_try_echo=$ac_try;;
10205 esac
10206 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
10207 $as_echo "$ac_try_echo") >&5
10208 (eval "$ac_link") 2>conftest.er1
10209 ac_status=$?
10210 grep -v '^ *+' conftest.er1 >conftest.err
10211 rm -f conftest.er1
10212 cat conftest.err >&5
10213 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
10214 (exit $ac_status); } && {
10215 test -z "$ac_c_werror_flag" ||
10216 test ! -s conftest.err
10217 } && test -s conftest$ac_exeext && {
10218 test "$cross_compiling" = yes ||
10219 $as_test_x conftest$ac_exeext
10220 }; then
10221 ac_cv_lib_X11_XkbQueryExtension=yes
10222 else
10223 $as_echo "$as_me: failed program was:" >&5
10224 sed 's/^/| /' conftest.$ac_ext >&5
10226 ac_cv_lib_X11_XkbQueryExtension=no
10229 rm -rf conftest.dSYM
10230 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10231 conftest$ac_exeext conftest.$ac_ext
10232 LIBS=$ac_check_lib_save_LIBS
10234 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_X11_XkbQueryExtension" >&5
10235 $as_echo "$ac_cv_lib_X11_XkbQueryExtension" >&6; }
10236 if test "x$ac_cv_lib_X11_XkbQueryExtension" = x""yes; then
10238 cat >>confdefs.h <<\_ACEOF
10239 #define HAVE_XKB 1
10240 _ACEOF
10246 if test "$ac_cv_header_X11_Xcursor_Xcursor_h" = "yes"
10247 then
10248 { $as_echo "$as_me:$LINENO: checking for -lXcursor" >&5
10249 $as_echo_n "checking for -lXcursor... " >&6; }
10250 if test "${ac_cv_lib_soname_Xcursor+set}" = set; then
10251 $as_echo_n "(cached) " >&6
10252 else
10253 ac_check_soname_save_LIBS=$LIBS
10254 LIBS="-lXcursor $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
10255 cat >conftest.$ac_ext <<_ACEOF
10256 /* confdefs.h. */
10257 _ACEOF
10258 cat confdefs.h >>conftest.$ac_ext
10259 cat >>conftest.$ac_ext <<_ACEOF
10260 /* end confdefs.h. */
10262 /* Override any GCC internal prototype to avoid an error.
10263 Use char because int might match the return type of a GCC
10264 builtin and then its argument prototype would still apply. */
10265 #ifdef __cplusplus
10266 extern "C"
10267 #endif
10268 char XcursorImageLoadCursor ();
10270 main ()
10272 return XcursorImageLoadCursor ();
10274 return 0;
10276 _ACEOF
10277 rm -f conftest.$ac_objext conftest$ac_exeext
10278 if { (ac_try="$ac_link"
10279 case "(($ac_try" in
10280 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10281 *) ac_try_echo=$ac_try;;
10282 esac
10283 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
10284 $as_echo "$ac_try_echo") >&5
10285 (eval "$ac_link") 2>conftest.er1
10286 ac_status=$?
10287 grep -v '^ *+' conftest.er1 >conftest.err
10288 rm -f conftest.er1
10289 cat conftest.err >&5
10290 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
10291 (exit $ac_status); } && {
10292 test -z "$ac_c_werror_flag" ||
10293 test ! -s conftest.err
10294 } && test -s conftest$ac_exeext && {
10295 test "$cross_compiling" = yes ||
10296 $as_test_x conftest$ac_exeext
10297 }; then
10298 case "$LIBEXT" in
10299 dll) ;;
10300 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'` ;;
10301 *) ac_cv_lib_soname_Xcursor=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXcursor\\.$LIBEXT" | sed -e "s/^.*\(libXcursor\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
10302 esac
10303 else
10304 $as_echo "$as_me: failed program was:" >&5
10305 sed 's/^/| /' conftest.$ac_ext >&5
10310 rm -rf conftest.dSYM
10311 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10312 conftest$ac_exeext conftest.$ac_ext
10313 LIBS=$ac_check_soname_save_LIBS
10315 if test "x$ac_cv_lib_soname_Xcursor" = "x"; then
10316 { $as_echo "$as_me:$LINENO: result: not found" >&5
10317 $as_echo "not found" >&6; }
10319 else
10320 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_Xcursor" >&5
10321 $as_echo "$ac_cv_lib_soname_Xcursor" >&6; }
10323 cat >>confdefs.h <<_ACEOF
10324 #define SONAME_LIBXCURSOR "$ac_cv_lib_soname_Xcursor"
10325 _ACEOF
10331 if test "x$ac_cv_lib_soname_Xcursor" = "x"; then
10332 case "x$with_xcursor" in
10333 x) wine_notices="$wine_notices|libxcursor ${notice_platform}development files not found, the Xcursor extension won't be supported." ;;
10334 xno) ;;
10335 *) { { $as_echo "$as_me:$LINENO: error: libxcursor ${notice_platform}development files not found, the Xcursor extension won't be supported.
10336 This is an error since --with-xcursor was requested." >&5
10337 $as_echo "$as_me: error: libxcursor ${notice_platform}development files not found, the Xcursor extension won't be supported.
10338 This is an error since --with-xcursor was requested." >&2;}
10339 { (exit 1); exit 1; }; } ;;
10340 esac
10344 if test "$ac_cv_header_X11_extensions_XInput_h" = "yes"
10345 then
10346 { $as_echo "$as_me:$LINENO: checking for -lXi" >&5
10347 $as_echo_n "checking for -lXi... " >&6; }
10348 if test "${ac_cv_lib_soname_Xi+set}" = set; then
10349 $as_echo_n "(cached) " >&6
10350 else
10351 ac_check_soname_save_LIBS=$LIBS
10352 LIBS="-lXi $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
10353 cat >conftest.$ac_ext <<_ACEOF
10354 /* confdefs.h. */
10355 _ACEOF
10356 cat confdefs.h >>conftest.$ac_ext
10357 cat >>conftest.$ac_ext <<_ACEOF
10358 /* end confdefs.h. */
10360 /* Override any GCC internal prototype to avoid an error.
10361 Use char because int might match the return type of a GCC
10362 builtin and then its argument prototype would still apply. */
10363 #ifdef __cplusplus
10364 extern "C"
10365 #endif
10366 char XOpenDevice ();
10368 main ()
10370 return XOpenDevice ();
10372 return 0;
10374 _ACEOF
10375 rm -f conftest.$ac_objext conftest$ac_exeext
10376 if { (ac_try="$ac_link"
10377 case "(($ac_try" in
10378 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10379 *) ac_try_echo=$ac_try;;
10380 esac
10381 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
10382 $as_echo "$ac_try_echo") >&5
10383 (eval "$ac_link") 2>conftest.er1
10384 ac_status=$?
10385 grep -v '^ *+' conftest.er1 >conftest.err
10386 rm -f conftest.er1
10387 cat conftest.err >&5
10388 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
10389 (exit $ac_status); } && {
10390 test -z "$ac_c_werror_flag" ||
10391 test ! -s conftest.err
10392 } && test -s conftest$ac_exeext && {
10393 test "$cross_compiling" = yes ||
10394 $as_test_x conftest$ac_exeext
10395 }; then
10396 case "$LIBEXT" in
10397 dll) ;;
10398 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'` ;;
10399 *) ac_cv_lib_soname_Xi=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXi\\.$LIBEXT" | sed -e "s/^.*\(libXi\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
10400 esac
10401 else
10402 $as_echo "$as_me: failed program was:" >&5
10403 sed 's/^/| /' conftest.$ac_ext >&5
10408 rm -rf conftest.dSYM
10409 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10410 conftest$ac_exeext conftest.$ac_ext
10411 LIBS=$ac_check_soname_save_LIBS
10413 if test "x$ac_cv_lib_soname_Xi" = "x"; then
10414 { $as_echo "$as_me:$LINENO: result: not found" >&5
10415 $as_echo "not found" >&6; }
10417 else
10418 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_Xi" >&5
10419 $as_echo "$ac_cv_lib_soname_Xi" >&6; }
10421 cat >>confdefs.h <<_ACEOF
10422 #define SONAME_LIBXI "$ac_cv_lib_soname_Xi"
10423 _ACEOF
10429 if test "x$ac_cv_lib_soname_Xi" = "x"; then
10430 case "x$with_xinput" in
10431 x) wine_notices="$wine_notices|libxi ${notice_platform}development files not found, the Xinput extension won't be supported." ;;
10432 xno) ;;
10433 *) { { $as_echo "$as_me:$LINENO: error: libxi ${notice_platform}development files not found, the Xinput extension won't be supported.
10434 This is an error since --with-xinput was requested." >&5
10435 $as_echo "$as_me: error: libxi ${notice_platform}development files not found, the Xinput extension won't be supported.
10436 This is an error since --with-xinput was requested." >&2;}
10437 { (exit 1); exit 1; }; } ;;
10438 esac
10442 if test "$ac_cv_header_X11_extensions_XShm_h" = "yes"
10443 then
10444 { $as_echo "$as_me:$LINENO: checking for XShmQueryExtension in -lXext" >&5
10445 $as_echo_n "checking for XShmQueryExtension in -lXext... " >&6; }
10446 if test "${ac_cv_lib_Xext_XShmQueryExtension+set}" = set; then
10447 $as_echo_n "(cached) " >&6
10448 else
10449 ac_check_lib_save_LIBS=$LIBS
10450 LIBS="-lXext $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
10451 cat >conftest.$ac_ext <<_ACEOF
10452 /* confdefs.h. */
10453 _ACEOF
10454 cat confdefs.h >>conftest.$ac_ext
10455 cat >>conftest.$ac_ext <<_ACEOF
10456 /* end confdefs.h. */
10458 /* Override any GCC internal prototype to avoid an error.
10459 Use char because int might match the return type of a GCC
10460 builtin and then its argument prototype would still apply. */
10461 #ifdef __cplusplus
10462 extern "C"
10463 #endif
10464 char XShmQueryExtension ();
10466 main ()
10468 return XShmQueryExtension ();
10470 return 0;
10472 _ACEOF
10473 rm -f conftest.$ac_objext conftest$ac_exeext
10474 if { (ac_try="$ac_link"
10475 case "(($ac_try" in
10476 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10477 *) ac_try_echo=$ac_try;;
10478 esac
10479 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
10480 $as_echo "$ac_try_echo") >&5
10481 (eval "$ac_link") 2>conftest.er1
10482 ac_status=$?
10483 grep -v '^ *+' conftest.er1 >conftest.err
10484 rm -f conftest.er1
10485 cat conftest.err >&5
10486 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
10487 (exit $ac_status); } && {
10488 test -z "$ac_c_werror_flag" ||
10489 test ! -s conftest.err
10490 } && test -s conftest$ac_exeext && {
10491 test "$cross_compiling" = yes ||
10492 $as_test_x conftest$ac_exeext
10493 }; then
10494 ac_cv_lib_Xext_XShmQueryExtension=yes
10495 else
10496 $as_echo "$as_me: failed program was:" >&5
10497 sed 's/^/| /' conftest.$ac_ext >&5
10499 ac_cv_lib_Xext_XShmQueryExtension=no
10502 rm -rf conftest.dSYM
10503 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10504 conftest$ac_exeext conftest.$ac_ext
10505 LIBS=$ac_check_lib_save_LIBS
10507 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_Xext_XShmQueryExtension" >&5
10508 $as_echo "$ac_cv_lib_Xext_XShmQueryExtension" >&6; }
10509 if test "x$ac_cv_lib_Xext_XShmQueryExtension" = x""yes; then
10511 cat >>confdefs.h <<\_ACEOF
10512 #define HAVE_LIBXXSHM 1
10513 _ACEOF
10518 if test "$ac_cv_lib_Xext_XShmQueryExtension" != "yes"; then
10519 case "x$with_xshm" in
10520 x) wine_notices="$wine_notices|XShm ${notice_platform}development files not found, X Shared Memory won't be supported." ;;
10521 xno) ;;
10522 *) { { $as_echo "$as_me:$LINENO: error: XShm ${notice_platform}development files not found, X Shared Memory won't be supported.
10523 This is an error since --with-xshm was requested." >&5
10524 $as_echo "$as_me: error: XShm ${notice_platform}development files not found, X Shared Memory won't be supported.
10525 This is an error since --with-xshm was requested." >&2;}
10526 { (exit 1); exit 1; }; } ;;
10527 esac
10531 if test "$ac_cv_header_X11_extensions_shape_h" = "yes"
10532 then
10533 { $as_echo "$as_me:$LINENO: checking for XShapeQueryExtension in -lXext" >&5
10534 $as_echo_n "checking for XShapeQueryExtension in -lXext... " >&6; }
10535 if test "${ac_cv_lib_Xext_XShapeQueryExtension+set}" = set; then
10536 $as_echo_n "(cached) " >&6
10537 else
10538 ac_check_lib_save_LIBS=$LIBS
10539 LIBS="-lXext $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
10540 cat >conftest.$ac_ext <<_ACEOF
10541 /* confdefs.h. */
10542 _ACEOF
10543 cat confdefs.h >>conftest.$ac_ext
10544 cat >>conftest.$ac_ext <<_ACEOF
10545 /* end confdefs.h. */
10547 /* Override any GCC internal prototype to avoid an error.
10548 Use char because int might match the return type of a GCC
10549 builtin and then its argument prototype would still apply. */
10550 #ifdef __cplusplus
10551 extern "C"
10552 #endif
10553 char XShapeQueryExtension ();
10555 main ()
10557 return XShapeQueryExtension ();
10559 return 0;
10561 _ACEOF
10562 rm -f conftest.$ac_objext conftest$ac_exeext
10563 if { (ac_try="$ac_link"
10564 case "(($ac_try" in
10565 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10566 *) ac_try_echo=$ac_try;;
10567 esac
10568 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
10569 $as_echo "$ac_try_echo") >&5
10570 (eval "$ac_link") 2>conftest.er1
10571 ac_status=$?
10572 grep -v '^ *+' conftest.er1 >conftest.err
10573 rm -f conftest.er1
10574 cat conftest.err >&5
10575 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
10576 (exit $ac_status); } && {
10577 test -z "$ac_c_werror_flag" ||
10578 test ! -s conftest.err
10579 } && test -s conftest$ac_exeext && {
10580 test "$cross_compiling" = yes ||
10581 $as_test_x conftest$ac_exeext
10582 }; then
10583 ac_cv_lib_Xext_XShapeQueryExtension=yes
10584 else
10585 $as_echo "$as_me: failed program was:" >&5
10586 sed 's/^/| /' conftest.$ac_ext >&5
10588 ac_cv_lib_Xext_XShapeQueryExtension=no
10591 rm -rf conftest.dSYM
10592 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10593 conftest$ac_exeext conftest.$ac_ext
10594 LIBS=$ac_check_lib_save_LIBS
10596 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_Xext_XShapeQueryExtension" >&5
10597 $as_echo "$ac_cv_lib_Xext_XShapeQueryExtension" >&6; }
10598 if test "x$ac_cv_lib_Xext_XShapeQueryExtension" = x""yes; then
10600 cat >>confdefs.h <<\_ACEOF
10601 #define HAVE_LIBXSHAPE 1
10602 _ACEOF
10607 if test "$ac_cv_lib_Xext_XShapeQueryExtension" != "yes"; then
10608 case "x$with_xshape" in
10609 x) wine_notices="$wine_notices|XShape ${notice_platform}development files not found, XShape won't be supported." ;;
10610 xno) ;;
10611 *) { { $as_echo "$as_me:$LINENO: error: XShape ${notice_platform}development files not found, XShape won't be supported.
10612 This is an error since --with-xshape was requested." >&5
10613 $as_echo "$as_me: error: XShape ${notice_platform}development files not found, XShape won't be supported.
10614 This is an error since --with-xshape was requested." >&2;}
10615 { (exit 1); exit 1; }; } ;;
10616 esac
10620 if test "$ac_cv_header_X11_extensions_xf86vmode_h" = "yes"
10621 then
10622 { $as_echo "$as_me:$LINENO: checking for -lXxf86vm" >&5
10623 $as_echo_n "checking for -lXxf86vm... " >&6; }
10624 if test "${ac_cv_lib_soname_Xxf86vm+set}" = set; then
10625 $as_echo_n "(cached) " >&6
10626 else
10627 ac_check_soname_save_LIBS=$LIBS
10628 LIBS="-lXxf86vm $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
10629 cat >conftest.$ac_ext <<_ACEOF
10630 /* confdefs.h. */
10631 _ACEOF
10632 cat confdefs.h >>conftest.$ac_ext
10633 cat >>conftest.$ac_ext <<_ACEOF
10634 /* end confdefs.h. */
10636 /* Override any GCC internal prototype to avoid an error.
10637 Use char because int might match the return type of a GCC
10638 builtin and then its argument prototype would still apply. */
10639 #ifdef __cplusplus
10640 extern "C"
10641 #endif
10642 char XF86VidModeQueryExtension ();
10644 main ()
10646 return XF86VidModeQueryExtension ();
10648 return 0;
10650 _ACEOF
10651 rm -f conftest.$ac_objext conftest$ac_exeext
10652 if { (ac_try="$ac_link"
10653 case "(($ac_try" in
10654 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10655 *) ac_try_echo=$ac_try;;
10656 esac
10657 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
10658 $as_echo "$ac_try_echo") >&5
10659 (eval "$ac_link") 2>conftest.er1
10660 ac_status=$?
10661 grep -v '^ *+' conftest.er1 >conftest.err
10662 rm -f conftest.er1
10663 cat conftest.err >&5
10664 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
10665 (exit $ac_status); } && {
10666 test -z "$ac_c_werror_flag" ||
10667 test ! -s conftest.err
10668 } && test -s conftest$ac_exeext && {
10669 test "$cross_compiling" = yes ||
10670 $as_test_x conftest$ac_exeext
10671 }; then
10672 case "$LIBEXT" in
10673 dll) ;;
10674 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'` ;;
10675 *) ac_cv_lib_soname_Xxf86vm=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXxf86vm\\.$LIBEXT" | sed -e "s/^.*\(libXxf86vm\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
10676 esac
10677 else
10678 $as_echo "$as_me: failed program was:" >&5
10679 sed 's/^/| /' conftest.$ac_ext >&5
10684 rm -rf conftest.dSYM
10685 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10686 conftest$ac_exeext conftest.$ac_ext
10687 LIBS=$ac_check_soname_save_LIBS
10689 if test "x$ac_cv_lib_soname_Xxf86vm" = "x"; then
10690 { $as_echo "$as_me:$LINENO: result: not found" >&5
10691 $as_echo "not found" >&6; }
10693 else
10694 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_Xxf86vm" >&5
10695 $as_echo "$ac_cv_lib_soname_Xxf86vm" >&6; }
10697 cat >>confdefs.h <<_ACEOF
10698 #define SONAME_LIBXXF86VM "$ac_cv_lib_soname_Xxf86vm"
10699 _ACEOF
10705 if test "x$ac_cv_lib_soname_Xxf86vm" = "x"; then
10706 case "x$with_xxf86vm" in
10707 x) wine_notices="$wine_notices|libXxf86vm ${notice_platform}development files not found, XFree86 Vidmode won't be supported." ;;
10708 xno) ;;
10709 *) { { $as_echo "$as_me:$LINENO: error: libXxf86vm ${notice_platform}development files not found, XFree86 Vidmode won't be supported.
10710 This is an error since --with-xxf86vm was requested." >&5
10711 $as_echo "$as_me: error: libXxf86vm ${notice_platform}development files not found, XFree86 Vidmode won't be supported.
10712 This is an error since --with-xxf86vm was requested." >&2;}
10713 { (exit 1); exit 1; }; } ;;
10714 esac
10718 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"
10719 then
10720 { $as_echo "$as_me:$LINENO: checking for -lXrender" >&5
10721 $as_echo_n "checking for -lXrender... " >&6; }
10722 if test "${ac_cv_lib_soname_Xrender+set}" = set; then
10723 $as_echo_n "(cached) " >&6
10724 else
10725 ac_check_soname_save_LIBS=$LIBS
10726 LIBS="-lXrender $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
10727 cat >conftest.$ac_ext <<_ACEOF
10728 /* confdefs.h. */
10729 _ACEOF
10730 cat confdefs.h >>conftest.$ac_ext
10731 cat >>conftest.$ac_ext <<_ACEOF
10732 /* end confdefs.h. */
10734 /* Override any GCC internal prototype to avoid an error.
10735 Use char because int might match the return type of a GCC
10736 builtin and then its argument prototype would still apply. */
10737 #ifdef __cplusplus
10738 extern "C"
10739 #endif
10740 char XRenderQueryExtension ();
10742 main ()
10744 return XRenderQueryExtension ();
10746 return 0;
10748 _ACEOF
10749 rm -f conftest.$ac_objext conftest$ac_exeext
10750 if { (ac_try="$ac_link"
10751 case "(($ac_try" in
10752 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10753 *) ac_try_echo=$ac_try;;
10754 esac
10755 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
10756 $as_echo "$ac_try_echo") >&5
10757 (eval "$ac_link") 2>conftest.er1
10758 ac_status=$?
10759 grep -v '^ *+' conftest.er1 >conftest.err
10760 rm -f conftest.er1
10761 cat conftest.err >&5
10762 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
10763 (exit $ac_status); } && {
10764 test -z "$ac_c_werror_flag" ||
10765 test ! -s conftest.err
10766 } && test -s conftest$ac_exeext && {
10767 test "$cross_compiling" = yes ||
10768 $as_test_x conftest$ac_exeext
10769 }; then
10770 case "$LIBEXT" in
10771 dll) ;;
10772 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'` ;;
10773 *) ac_cv_lib_soname_Xrender=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXrender\\.$LIBEXT" | sed -e "s/^.*\(libXrender\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
10774 esac
10775 else
10776 $as_echo "$as_me: failed program was:" >&5
10777 sed 's/^/| /' conftest.$ac_ext >&5
10782 rm -rf conftest.dSYM
10783 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10784 conftest$ac_exeext conftest.$ac_ext
10785 LIBS=$ac_check_soname_save_LIBS
10787 if test "x$ac_cv_lib_soname_Xrender" = "x"; then
10788 { $as_echo "$as_me:$LINENO: result: not found" >&5
10789 $as_echo "not found" >&6; }
10791 else
10792 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_Xrender" >&5
10793 $as_echo "$ac_cv_lib_soname_Xrender" >&6; }
10795 cat >>confdefs.h <<_ACEOF
10796 #define SONAME_LIBXRENDER "$ac_cv_lib_soname_Xrender"
10797 _ACEOF
10799 { $as_echo "$as_me:$LINENO: checking for XRenderSetPictureTransform in -lXrender" >&5
10800 $as_echo_n "checking for XRenderSetPictureTransform in -lXrender... " >&6; }
10801 if test "${ac_cv_lib_Xrender_XRenderSetPictureTransform+set}" = set; then
10802 $as_echo_n "(cached) " >&6
10803 else
10804 ac_check_lib_save_LIBS=$LIBS
10805 LIBS="-lXrender $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
10806 cat >conftest.$ac_ext <<_ACEOF
10807 /* confdefs.h. */
10808 _ACEOF
10809 cat confdefs.h >>conftest.$ac_ext
10810 cat >>conftest.$ac_ext <<_ACEOF
10811 /* end confdefs.h. */
10813 /* Override any GCC internal prototype to avoid an error.
10814 Use char because int might match the return type of a GCC
10815 builtin and then its argument prototype would still apply. */
10816 #ifdef __cplusplus
10817 extern "C"
10818 #endif
10819 char XRenderSetPictureTransform ();
10821 main ()
10823 return XRenderSetPictureTransform ();
10825 return 0;
10827 _ACEOF
10828 rm -f conftest.$ac_objext conftest$ac_exeext
10829 if { (ac_try="$ac_link"
10830 case "(($ac_try" in
10831 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10832 *) ac_try_echo=$ac_try;;
10833 esac
10834 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
10835 $as_echo "$ac_try_echo") >&5
10836 (eval "$ac_link") 2>conftest.er1
10837 ac_status=$?
10838 grep -v '^ *+' conftest.er1 >conftest.err
10839 rm -f conftest.er1
10840 cat conftest.err >&5
10841 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
10842 (exit $ac_status); } && {
10843 test -z "$ac_c_werror_flag" ||
10844 test ! -s conftest.err
10845 } && test -s conftest$ac_exeext && {
10846 test "$cross_compiling" = yes ||
10847 $as_test_x conftest$ac_exeext
10848 }; then
10849 ac_cv_lib_Xrender_XRenderSetPictureTransform=yes
10850 else
10851 $as_echo "$as_me: failed program was:" >&5
10852 sed 's/^/| /' conftest.$ac_ext >&5
10854 ac_cv_lib_Xrender_XRenderSetPictureTransform=no
10857 rm -rf conftest.dSYM
10858 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10859 conftest$ac_exeext conftest.$ac_ext
10860 LIBS=$ac_check_lib_save_LIBS
10862 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_Xrender_XRenderSetPictureTransform" >&5
10863 $as_echo "$ac_cv_lib_Xrender_XRenderSetPictureTransform" >&6; }
10864 if test "x$ac_cv_lib_Xrender_XRenderSetPictureTransform" = x""yes; then
10866 cat >>confdefs.h <<\_ACEOF
10867 #define HAVE_XRENDERSETPICTURETRANSFORM 1
10868 _ACEOF
10876 if test "x$ac_cv_lib_soname_Xrender" = "x"; then
10877 case "x$with_xrender" in
10878 x) wine_warnings="$wine_warnings|libxrender ${notice_platform}development files not found, XRender won't be supported." ;;
10879 xno) ;;
10880 *) { { $as_echo "$as_me:$LINENO: error: libxrender ${notice_platform}development files not found, XRender won't be supported.
10881 This is an error since --with-xrender was requested." >&5
10882 $as_echo "$as_me: error: libxrender ${notice_platform}development files not found, XRender won't be supported.
10883 This is an error since --with-xrender was requested." >&2;}
10884 { (exit 1); exit 1; }; } ;;
10885 esac
10889 if test "$ac_cv_header_X11_extensions_Xrandr_h" = "yes" -a "x$ac_cv_lib_soname_Xrender" != "x"
10890 then
10891 cat >conftest.$ac_ext <<_ACEOF
10892 /* confdefs.h. */
10893 _ACEOF
10894 cat confdefs.h >>conftest.$ac_ext
10895 cat >>conftest.$ac_ext <<_ACEOF
10896 /* end confdefs.h. */
10897 #include <X11/Xlib.h>
10898 #include <X11/extensions/Xrandr.h>
10900 main ()
10902 static typeof(XRRSetScreenConfigAndRate) * func;
10904 return 0;
10906 _ACEOF
10907 rm -f conftest.$ac_objext
10908 if { (ac_try="$ac_compile"
10909 case "(($ac_try" in
10910 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10911 *) ac_try_echo=$ac_try;;
10912 esac
10913 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
10914 $as_echo "$ac_try_echo") >&5
10915 (eval "$ac_compile") 2>conftest.er1
10916 ac_status=$?
10917 grep -v '^ *+' conftest.er1 >conftest.err
10918 rm -f conftest.er1
10919 cat conftest.err >&5
10920 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
10921 (exit $ac_status); } && {
10922 test -z "$ac_c_werror_flag" ||
10923 test ! -s conftest.err
10924 } && test -s conftest.$ac_objext; then
10925 { $as_echo "$as_me:$LINENO: checking for -lXrandr" >&5
10926 $as_echo_n "checking for -lXrandr... " >&6; }
10927 if test "${ac_cv_lib_soname_Xrandr+set}" = set; then
10928 $as_echo_n "(cached) " >&6
10929 else
10930 ac_check_soname_save_LIBS=$LIBS
10931 LIBS="-lXrandr $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
10932 cat >conftest.$ac_ext <<_ACEOF
10933 /* confdefs.h. */
10934 _ACEOF
10935 cat confdefs.h >>conftest.$ac_ext
10936 cat >>conftest.$ac_ext <<_ACEOF
10937 /* end confdefs.h. */
10939 /* Override any GCC internal prototype to avoid an error.
10940 Use char because int might match the return type of a GCC
10941 builtin and then its argument prototype would still apply. */
10942 #ifdef __cplusplus
10943 extern "C"
10944 #endif
10945 char XRRQueryExtension ();
10947 main ()
10949 return XRRQueryExtension ();
10951 return 0;
10953 _ACEOF
10954 rm -f conftest.$ac_objext conftest$ac_exeext
10955 if { (ac_try="$ac_link"
10956 case "(($ac_try" in
10957 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10958 *) ac_try_echo=$ac_try;;
10959 esac
10960 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
10961 $as_echo "$ac_try_echo") >&5
10962 (eval "$ac_link") 2>conftest.er1
10963 ac_status=$?
10964 grep -v '^ *+' conftest.er1 >conftest.err
10965 rm -f conftest.er1
10966 cat conftest.err >&5
10967 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
10968 (exit $ac_status); } && {
10969 test -z "$ac_c_werror_flag" ||
10970 test ! -s conftest.err
10971 } && test -s conftest$ac_exeext && {
10972 test "$cross_compiling" = yes ||
10973 $as_test_x conftest$ac_exeext
10974 }; then
10975 case "$LIBEXT" in
10976 dll) ;;
10977 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'` ;;
10978 *) ac_cv_lib_soname_Xrandr=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXrandr\\.$LIBEXT" | sed -e "s/^.*\(libXrandr\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
10979 esac
10980 else
10981 $as_echo "$as_me: failed program was:" >&5
10982 sed 's/^/| /' conftest.$ac_ext >&5
10987 rm -rf conftest.dSYM
10988 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10989 conftest$ac_exeext conftest.$ac_ext
10990 LIBS=$ac_check_soname_save_LIBS
10992 if test "x$ac_cv_lib_soname_Xrandr" = "x"; then
10993 { $as_echo "$as_me:$LINENO: result: not found" >&5
10994 $as_echo "not found" >&6; }
10996 else
10997 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_Xrandr" >&5
10998 $as_echo "$ac_cv_lib_soname_Xrandr" >&6; }
11000 cat >>confdefs.h <<_ACEOF
11001 #define SONAME_LIBXRANDR "$ac_cv_lib_soname_Xrandr"
11002 _ACEOF
11007 else
11008 $as_echo "$as_me: failed program was:" >&5
11009 sed 's/^/| /' conftest.$ac_ext >&5
11014 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11016 if test "x$ac_cv_lib_soname_Xrandr" = "x"; then
11017 case "x$with_xrandr" in
11018 x) wine_notices="$wine_notices|libxrandr ${notice_platform}development files not found, XRandr won't be supported." ;;
11019 xno) ;;
11020 *) { { $as_echo "$as_me:$LINENO: error: libxrandr ${notice_platform}development files not found, XRandr won't be supported.
11021 This is an error since --with-xrandr was requested." >&5
11022 $as_echo "$as_me: error: libxrandr ${notice_platform}development files not found, XRandr won't be supported.
11023 This is an error since --with-xrandr was requested." >&2;}
11024 { (exit 1); exit 1; }; } ;;
11025 esac
11029 if test "$ac_cv_header_X11_extensions_Xinerama_h" = "yes"
11030 then
11031 cat >conftest.$ac_ext <<_ACEOF
11032 /* confdefs.h. */
11033 _ACEOF
11034 cat confdefs.h >>conftest.$ac_ext
11035 cat >>conftest.$ac_ext <<_ACEOF
11036 /* end confdefs.h. */
11037 #include <X11/Xlib.h>
11038 #include <X11/extensions/Xinerama.h>
11040 main ()
11042 static typeof(XineramaQueryScreens) * func;
11044 return 0;
11046 _ACEOF
11047 rm -f conftest.$ac_objext
11048 if { (ac_try="$ac_compile"
11049 case "(($ac_try" in
11050 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11051 *) ac_try_echo=$ac_try;;
11052 esac
11053 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
11054 $as_echo "$ac_try_echo") >&5
11055 (eval "$ac_compile") 2>conftest.er1
11056 ac_status=$?
11057 grep -v '^ *+' conftest.er1 >conftest.err
11058 rm -f conftest.er1
11059 cat conftest.err >&5
11060 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
11061 (exit $ac_status); } && {
11062 test -z "$ac_c_werror_flag" ||
11063 test ! -s conftest.err
11064 } && test -s conftest.$ac_objext; then
11065 { $as_echo "$as_me:$LINENO: checking for -lXinerama" >&5
11066 $as_echo_n "checking for -lXinerama... " >&6; }
11067 if test "${ac_cv_lib_soname_Xinerama+set}" = set; then
11068 $as_echo_n "(cached) " >&6
11069 else
11070 ac_check_soname_save_LIBS=$LIBS
11071 LIBS="-lXinerama $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
11072 cat >conftest.$ac_ext <<_ACEOF
11073 /* confdefs.h. */
11074 _ACEOF
11075 cat confdefs.h >>conftest.$ac_ext
11076 cat >>conftest.$ac_ext <<_ACEOF
11077 /* end confdefs.h. */
11079 /* Override any GCC internal prototype to avoid an error.
11080 Use char because int might match the return type of a GCC
11081 builtin and then its argument prototype would still apply. */
11082 #ifdef __cplusplus
11083 extern "C"
11084 #endif
11085 char XineramaQueryScreens ();
11087 main ()
11089 return XineramaQueryScreens ();
11091 return 0;
11093 _ACEOF
11094 rm -f conftest.$ac_objext conftest$ac_exeext
11095 if { (ac_try="$ac_link"
11096 case "(($ac_try" in
11097 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11098 *) ac_try_echo=$ac_try;;
11099 esac
11100 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
11101 $as_echo "$ac_try_echo") >&5
11102 (eval "$ac_link") 2>conftest.er1
11103 ac_status=$?
11104 grep -v '^ *+' conftest.er1 >conftest.err
11105 rm -f conftest.er1
11106 cat conftest.err >&5
11107 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
11108 (exit $ac_status); } && {
11109 test -z "$ac_c_werror_flag" ||
11110 test ! -s conftest.err
11111 } && test -s conftest$ac_exeext && {
11112 test "$cross_compiling" = yes ||
11113 $as_test_x conftest$ac_exeext
11114 }; then
11115 case "$LIBEXT" in
11116 dll) ;;
11117 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'` ;;
11118 *) ac_cv_lib_soname_Xinerama=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXinerama\\.$LIBEXT" | sed -e "s/^.*\(libXinerama\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
11119 esac
11120 else
11121 $as_echo "$as_me: failed program was:" >&5
11122 sed 's/^/| /' conftest.$ac_ext >&5
11127 rm -rf conftest.dSYM
11128 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
11129 conftest$ac_exeext conftest.$ac_ext
11130 LIBS=$ac_check_soname_save_LIBS
11132 if test "x$ac_cv_lib_soname_Xinerama" = "x"; then
11133 { $as_echo "$as_me:$LINENO: result: not found" >&5
11134 $as_echo "not found" >&6; }
11136 else
11137 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_Xinerama" >&5
11138 $as_echo "$ac_cv_lib_soname_Xinerama" >&6; }
11140 cat >>confdefs.h <<_ACEOF
11141 #define SONAME_LIBXINERAMA "$ac_cv_lib_soname_Xinerama"
11142 _ACEOF
11147 else
11148 $as_echo "$as_me: failed program was:" >&5
11149 sed 's/^/| /' conftest.$ac_ext >&5
11154 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11156 if test "x$ac_cv_lib_soname_Xinerama" = "x"; then
11157 case "x$with_xinerama" in
11158 x) wine_notices="$wine_notices|libxinerama ${notice_platform}development files not found, multi-monitor setups won't be supported." ;;
11159 xno) ;;
11160 *) { { $as_echo "$as_me:$LINENO: error: libxinerama ${notice_platform}development files not found, multi-monitor setups won't be supported.
11161 This is an error since --with-xinerama was requested." >&5
11162 $as_echo "$as_me: error: libxinerama ${notice_platform}development files not found, multi-monitor setups won't be supported.
11163 This is an error since --with-xinerama was requested." >&2;}
11164 { (exit 1); exit 1; }; } ;;
11165 esac
11169 if test "$ac_cv_header_X11_extensions_Xcomposite_h" = "yes"
11170 then
11171 { $as_echo "$as_me:$LINENO: checking for -lXcomposite" >&5
11172 $as_echo_n "checking for -lXcomposite... " >&6; }
11173 if test "${ac_cv_lib_soname_Xcomposite+set}" = set; then
11174 $as_echo_n "(cached) " >&6
11175 else
11176 ac_check_soname_save_LIBS=$LIBS
11177 LIBS="-lXcomposite $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
11178 cat >conftest.$ac_ext <<_ACEOF
11179 /* confdefs.h. */
11180 _ACEOF
11181 cat confdefs.h >>conftest.$ac_ext
11182 cat >>conftest.$ac_ext <<_ACEOF
11183 /* end confdefs.h. */
11185 /* Override any GCC internal prototype to avoid an error.
11186 Use char because int might match the return type of a GCC
11187 builtin and then its argument prototype would still apply. */
11188 #ifdef __cplusplus
11189 extern "C"
11190 #endif
11191 char XCompositeRedirectWindow ();
11193 main ()
11195 return XCompositeRedirectWindow ();
11197 return 0;
11199 _ACEOF
11200 rm -f conftest.$ac_objext conftest$ac_exeext
11201 if { (ac_try="$ac_link"
11202 case "(($ac_try" in
11203 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11204 *) ac_try_echo=$ac_try;;
11205 esac
11206 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
11207 $as_echo "$ac_try_echo") >&5
11208 (eval "$ac_link") 2>conftest.er1
11209 ac_status=$?
11210 grep -v '^ *+' conftest.er1 >conftest.err
11211 rm -f conftest.er1
11212 cat conftest.err >&5
11213 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
11214 (exit $ac_status); } && {
11215 test -z "$ac_c_werror_flag" ||
11216 test ! -s conftest.err
11217 } && test -s conftest$ac_exeext && {
11218 test "$cross_compiling" = yes ||
11219 $as_test_x conftest$ac_exeext
11220 }; then
11221 case "$LIBEXT" in
11222 dll) ;;
11223 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'` ;;
11224 *) ac_cv_lib_soname_Xcomposite=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXcomposite\\.$LIBEXT" | sed -e "s/^.*\(libXcomposite\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
11225 esac
11226 else
11227 $as_echo "$as_me: failed program was:" >&5
11228 sed 's/^/| /' conftest.$ac_ext >&5
11233 rm -rf conftest.dSYM
11234 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
11235 conftest$ac_exeext conftest.$ac_ext
11236 LIBS=$ac_check_soname_save_LIBS
11238 if test "x$ac_cv_lib_soname_Xcomposite" = "x"; then
11239 { $as_echo "$as_me:$LINENO: result: not found" >&5
11240 $as_echo "not found" >&6; }
11242 else
11243 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_Xcomposite" >&5
11244 $as_echo "$ac_cv_lib_soname_Xcomposite" >&6; }
11246 cat >>confdefs.h <<_ACEOF
11247 #define SONAME_LIBXCOMPOSITE "$ac_cv_lib_soname_Xcomposite"
11248 _ACEOF
11254 if test "x$ac_cv_lib_soname_Xcomposite" = "x"; then
11255 case "x$with_xcomposite" in
11256 x) wine_notices="$wine_notices|libxcomposite ${notice_platform}development files not found, Xcomposite won't be supported." ;;
11257 xno) ;;
11258 *) { { $as_echo "$as_me:$LINENO: error: libxcomposite ${notice_platform}development files not found, Xcomposite won't be supported.
11259 This is an error since --with-xcomposite was requested." >&5
11260 $as_echo "$as_me: error: libxcomposite ${notice_platform}development files not found, Xcomposite won't be supported.
11261 This is an error since --with-xcomposite was requested." >&2;}
11262 { (exit 1); exit 1; }; } ;;
11263 esac
11267 { $as_echo "$as_me:$LINENO: checking for XICCallback.callback" >&5
11268 $as_echo_n "checking for XICCallback.callback... " >&6; }
11269 if test "${ac_cv_member_XICCallback_callback+set}" = set; then
11270 $as_echo_n "(cached) " >&6
11271 else
11272 cat >conftest.$ac_ext <<_ACEOF
11273 /* confdefs.h. */
11274 _ACEOF
11275 cat confdefs.h >>conftest.$ac_ext
11276 cat >>conftest.$ac_ext <<_ACEOF
11277 /* end confdefs.h. */
11278 #ifdef HAVE_X11_XLIB_H
11279 #include <X11/Xlib.h>
11280 #endif
11283 main ()
11285 static XICCallback ac_aggr;
11286 if (ac_aggr.callback)
11287 return 0;
11289 return 0;
11291 _ACEOF
11292 rm -f conftest.$ac_objext
11293 if { (ac_try="$ac_compile"
11294 case "(($ac_try" in
11295 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11296 *) ac_try_echo=$ac_try;;
11297 esac
11298 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
11299 $as_echo "$ac_try_echo") >&5
11300 (eval "$ac_compile") 2>conftest.er1
11301 ac_status=$?
11302 grep -v '^ *+' conftest.er1 >conftest.err
11303 rm -f conftest.er1
11304 cat conftest.err >&5
11305 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
11306 (exit $ac_status); } && {
11307 test -z "$ac_c_werror_flag" ||
11308 test ! -s conftest.err
11309 } && test -s conftest.$ac_objext; then
11310 ac_cv_member_XICCallback_callback=yes
11311 else
11312 $as_echo "$as_me: failed program was:" >&5
11313 sed 's/^/| /' conftest.$ac_ext >&5
11315 cat >conftest.$ac_ext <<_ACEOF
11316 /* confdefs.h. */
11317 _ACEOF
11318 cat confdefs.h >>conftest.$ac_ext
11319 cat >>conftest.$ac_ext <<_ACEOF
11320 /* end confdefs.h. */
11321 #ifdef HAVE_X11_XLIB_H
11322 #include <X11/Xlib.h>
11323 #endif
11326 main ()
11328 static XICCallback ac_aggr;
11329 if (sizeof ac_aggr.callback)
11330 return 0;
11332 return 0;
11334 _ACEOF
11335 rm -f conftest.$ac_objext
11336 if { (ac_try="$ac_compile"
11337 case "(($ac_try" in
11338 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11339 *) ac_try_echo=$ac_try;;
11340 esac
11341 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
11342 $as_echo "$ac_try_echo") >&5
11343 (eval "$ac_compile") 2>conftest.er1
11344 ac_status=$?
11345 grep -v '^ *+' conftest.er1 >conftest.err
11346 rm -f conftest.er1
11347 cat conftest.err >&5
11348 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
11349 (exit $ac_status); } && {
11350 test -z "$ac_c_werror_flag" ||
11351 test ! -s conftest.err
11352 } && test -s conftest.$ac_objext; then
11353 ac_cv_member_XICCallback_callback=yes
11354 else
11355 $as_echo "$as_me: failed program was:" >&5
11356 sed 's/^/| /' conftest.$ac_ext >&5
11358 ac_cv_member_XICCallback_callback=no
11361 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11364 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11366 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_XICCallback_callback" >&5
11367 $as_echo "$ac_cv_member_XICCallback_callback" >&6; }
11368 if test "x$ac_cv_member_XICCallback_callback" = x""yes; then
11370 cat >>confdefs.h <<_ACEOF
11371 #define HAVE_XICCALLBACK_CALLBACK 1
11372 _ACEOF
11379 opengl_msg=""
11380 if test "x$with_opengl" != "xno"
11381 then
11386 for ac_header in GL/gl.h GL/glx.h GL/glext.h GL/glu.h
11388 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
11389 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
11390 $as_echo_n "checking for $ac_header... " >&6; }
11391 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
11392 $as_echo_n "(cached) " >&6
11393 else
11394 cat >conftest.$ac_ext <<_ACEOF
11395 /* confdefs.h. */
11396 _ACEOF
11397 cat confdefs.h >>conftest.$ac_ext
11398 cat >>conftest.$ac_ext <<_ACEOF
11399 /* end confdefs.h. */
11400 #ifdef HAVE_GL_GLX_H
11401 # include <GL/glx.h>
11402 #endif
11404 #include <$ac_header>
11405 _ACEOF
11406 rm -f conftest.$ac_objext
11407 if { (ac_try="$ac_compile"
11408 case "(($ac_try" in
11409 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11410 *) ac_try_echo=$ac_try;;
11411 esac
11412 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
11413 $as_echo "$ac_try_echo") >&5
11414 (eval "$ac_compile") 2>conftest.er1
11415 ac_status=$?
11416 grep -v '^ *+' conftest.er1 >conftest.err
11417 rm -f conftest.er1
11418 cat conftest.err >&5
11419 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
11420 (exit $ac_status); } && {
11421 test -z "$ac_c_werror_flag" ||
11422 test ! -s conftest.err
11423 } && test -s conftest.$ac_objext; then
11424 eval "$as_ac_Header=yes"
11425 else
11426 $as_echo "$as_me: failed program was:" >&5
11427 sed 's/^/| /' conftest.$ac_ext >&5
11429 eval "$as_ac_Header=no"
11432 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11434 ac_res=`eval 'as_val=${'$as_ac_Header'}
11435 $as_echo "$as_val"'`
11436 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
11437 $as_echo "$ac_res" >&6; }
11438 as_val=`eval 'as_val=${'$as_ac_Header'}
11439 $as_echo "$as_val"'`
11440 if test "x$as_val" = x""yes; then
11441 cat >>confdefs.h <<_ACEOF
11442 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
11443 _ACEOF
11447 done
11449 if test "$ac_cv_header_GL_gl_h" = "yes" -a "$ac_cv_header_GL_glx_h" = "yes"
11450 then
11451 { $as_echo "$as_me:$LINENO: checking for up-to-date OpenGL version" >&5
11452 $as_echo_n "checking for up-to-date OpenGL version... " >&6; }
11453 if test "${wine_cv_opengl_header_version_OK+set}" = set; then
11454 $as_echo_n "(cached) " >&6
11455 else
11456 cat >conftest.$ac_ext <<_ACEOF
11457 /* confdefs.h. */
11458 _ACEOF
11459 cat confdefs.h >>conftest.$ac_ext
11460 cat >>conftest.$ac_ext <<_ACEOF
11461 /* end confdefs.h. */
11462 #include <GL/gl.h>
11464 main ()
11466 GLenum test = GL_UNSIGNED_SHORT_5_6_5;
11468 return 0;
11470 _ACEOF
11471 rm -f conftest.$ac_objext
11472 if { (ac_try="$ac_compile"
11473 case "(($ac_try" in
11474 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11475 *) ac_try_echo=$ac_try;;
11476 esac
11477 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
11478 $as_echo "$ac_try_echo") >&5
11479 (eval "$ac_compile") 2>conftest.er1
11480 ac_status=$?
11481 grep -v '^ *+' conftest.er1 >conftest.err
11482 rm -f conftest.er1
11483 cat conftest.err >&5
11484 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
11485 (exit $ac_status); } && {
11486 test -z "$ac_c_werror_flag" ||
11487 test ! -s conftest.err
11488 } && test -s conftest.$ac_objext; then
11489 wine_cv_opengl_header_version_OK="yes"
11490 else
11491 $as_echo "$as_me: failed program was:" >&5
11492 sed 's/^/| /' conftest.$ac_ext >&5
11494 wine_cv_opengl_header_version_OK="no"
11497 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11499 { $as_echo "$as_me:$LINENO: result: $wine_cv_opengl_header_version_OK" >&5
11500 $as_echo "$wine_cv_opengl_header_version_OK" >&6; }
11502 if test "$wine_cv_opengl_header_version_OK" = "yes"
11503 then
11504 { $as_echo "$as_me:$LINENO: checking for -lGL" >&5
11505 $as_echo_n "checking for -lGL... " >&6; }
11506 if test "${ac_cv_lib_soname_GL+set}" = set; then
11507 $as_echo_n "(cached) " >&6
11508 else
11509 ac_check_soname_save_LIBS=$LIBS
11510 LIBS="-lGL $X_LIBS -lXext -lX11 -lm $X_EXTRA_LIBS $LIBS"
11511 cat >conftest.$ac_ext <<_ACEOF
11512 /* confdefs.h. */
11513 _ACEOF
11514 cat confdefs.h >>conftest.$ac_ext
11515 cat >>conftest.$ac_ext <<_ACEOF
11516 /* end confdefs.h. */
11518 /* Override any GCC internal prototype to avoid an error.
11519 Use char because int might match the return type of a GCC
11520 builtin and then its argument prototype would still apply. */
11521 #ifdef __cplusplus
11522 extern "C"
11523 #endif
11524 char glXCreateContext ();
11526 main ()
11528 return glXCreateContext ();
11530 return 0;
11532 _ACEOF
11533 rm -f conftest.$ac_objext conftest$ac_exeext
11534 if { (ac_try="$ac_link"
11535 case "(($ac_try" in
11536 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11537 *) ac_try_echo=$ac_try;;
11538 esac
11539 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
11540 $as_echo "$ac_try_echo") >&5
11541 (eval "$ac_link") 2>conftest.er1
11542 ac_status=$?
11543 grep -v '^ *+' conftest.er1 >conftest.err
11544 rm -f conftest.er1
11545 cat conftest.err >&5
11546 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
11547 (exit $ac_status); } && {
11548 test -z "$ac_c_werror_flag" ||
11549 test ! -s conftest.err
11550 } && test -s conftest$ac_exeext && {
11551 test "$cross_compiling" = yes ||
11552 $as_test_x conftest$ac_exeext
11553 }; then
11554 case "$LIBEXT" in
11555 dll) ;;
11556 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'` ;;
11557 *) ac_cv_lib_soname_GL=`$ac_cv_path_LDD conftest$ac_exeext | grep "libGL\\.$LIBEXT" | sed -e "s/^.*\(libGL\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
11558 esac
11559 else
11560 $as_echo "$as_me: failed program was:" >&5
11561 sed 's/^/| /' conftest.$ac_ext >&5
11566 rm -rf conftest.dSYM
11567 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
11568 conftest$ac_exeext conftest.$ac_ext
11569 LIBS=$ac_check_soname_save_LIBS
11571 if test "x$ac_cv_lib_soname_GL" = "x"; then
11572 { $as_echo "$as_me:$LINENO: result: not found" >&5
11573 $as_echo "not found" >&6; }
11574 { $as_echo "$as_me:$LINENO: checking for -lGL" >&5
11575 $as_echo_n "checking for -lGL... " >&6; }
11576 if test "${ac_cv_lib_soname_GL+set}" = set; then
11577 $as_echo_n "(cached) " >&6
11578 else
11579 ac_check_soname_save_LIBS=$LIBS
11580 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"
11581 cat >conftest.$ac_ext <<_ACEOF
11582 /* confdefs.h. */
11583 _ACEOF
11584 cat confdefs.h >>conftest.$ac_ext
11585 cat >>conftest.$ac_ext <<_ACEOF
11586 /* end confdefs.h. */
11588 /* Override any GCC internal prototype to avoid an error.
11589 Use char because int might match the return type of a GCC
11590 builtin and then its argument prototype would still apply. */
11591 #ifdef __cplusplus
11592 extern "C"
11593 #endif
11594 char glXCreateContext ();
11596 main ()
11598 return glXCreateContext ();
11600 return 0;
11602 _ACEOF
11603 rm -f conftest.$ac_objext conftest$ac_exeext
11604 if { (ac_try="$ac_link"
11605 case "(($ac_try" in
11606 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11607 *) ac_try_echo=$ac_try;;
11608 esac
11609 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
11610 $as_echo "$ac_try_echo") >&5
11611 (eval "$ac_link") 2>conftest.er1
11612 ac_status=$?
11613 grep -v '^ *+' conftest.er1 >conftest.err
11614 rm -f conftest.er1
11615 cat conftest.err >&5
11616 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
11617 (exit $ac_status); } && {
11618 test -z "$ac_c_werror_flag" ||
11619 test ! -s conftest.err
11620 } && test -s conftest$ac_exeext && {
11621 test "$cross_compiling" = yes ||
11622 $as_test_x conftest$ac_exeext
11623 }; then
11624 case "$LIBEXT" in
11625 dll) ;;
11626 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'` ;;
11627 *) ac_cv_lib_soname_GL=`$ac_cv_path_LDD conftest$ac_exeext | grep "libGL\\.$LIBEXT" | sed -e "s/^.*\(libGL\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
11628 esac
11629 else
11630 $as_echo "$as_me: failed program was:" >&5
11631 sed 's/^/| /' conftest.$ac_ext >&5
11636 rm -rf conftest.dSYM
11637 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
11638 conftest$ac_exeext conftest.$ac_ext
11639 LIBS=$ac_check_soname_save_LIBS
11641 if test "x$ac_cv_lib_soname_GL" = "x"; then
11642 { $as_echo "$as_me:$LINENO: result: not found" >&5
11643 $as_echo "not found" >&6; }
11644 if test -f /usr/X11R6/lib/libGL.a
11645 then
11646 opengl_msg="/usr/X11R6/lib/libGL.a is present on your system.
11647 This probably prevents linking to OpenGL. Try deleting the file and restarting configure."
11648 else
11649 opengl_msg="No OpenGL library found on this system."
11651 else
11652 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_GL" >&5
11653 $as_echo "$ac_cv_lib_soname_GL" >&6; }
11655 cat >>confdefs.h <<_ACEOF
11656 #define SONAME_LIBGL "$ac_cv_lib_soname_GL"
11657 _ACEOF
11659 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"
11661 cat >>confdefs.h <<\_ACEOF
11662 #define HAVE_OPENGL 1
11663 _ACEOF
11667 else
11668 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_GL" >&5
11669 $as_echo "$ac_cv_lib_soname_GL" >&6; }
11671 cat >>confdefs.h <<_ACEOF
11672 #define SONAME_LIBGL "$ac_cv_lib_soname_GL"
11673 _ACEOF
11675 OPENGL_LIBS="-lGL"
11677 cat >>confdefs.h <<\_ACEOF
11678 #define HAVE_OPENGL 1
11679 _ACEOF
11683 if test "$ac_cv_header_GL_glu_h" = "yes"
11684 then
11685 { $as_echo "$as_me:$LINENO: checking for -lGLU" >&5
11686 $as_echo_n "checking for -lGLU... " >&6; }
11687 if test "${ac_cv_lib_soname_GLU+set}" = set; then
11688 $as_echo_n "(cached) " >&6
11689 else
11690 ac_check_soname_save_LIBS=$LIBS
11691 LIBS="-lGLU $OPENGL_LIBS $X_LIBS $X_PRE_LIBS -lXext -lX11 -lm $X_EXTRA_LIBS $LIBS"
11692 cat >conftest.$ac_ext <<_ACEOF
11693 /* confdefs.h. */
11694 _ACEOF
11695 cat confdefs.h >>conftest.$ac_ext
11696 cat >>conftest.$ac_ext <<_ACEOF
11697 /* end confdefs.h. */
11699 /* Override any GCC internal prototype to avoid an error.
11700 Use char because int might match the return type of a GCC
11701 builtin and then its argument prototype would still apply. */
11702 #ifdef __cplusplus
11703 extern "C"
11704 #endif
11705 char gluLookAt ();
11707 main ()
11709 return gluLookAt ();
11711 return 0;
11713 _ACEOF
11714 rm -f conftest.$ac_objext conftest$ac_exeext
11715 if { (ac_try="$ac_link"
11716 case "(($ac_try" in
11717 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11718 *) ac_try_echo=$ac_try;;
11719 esac
11720 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
11721 $as_echo "$ac_try_echo") >&5
11722 (eval "$ac_link") 2>conftest.er1
11723 ac_status=$?
11724 grep -v '^ *+' conftest.er1 >conftest.err
11725 rm -f conftest.er1
11726 cat conftest.err >&5
11727 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
11728 (exit $ac_status); } && {
11729 test -z "$ac_c_werror_flag" ||
11730 test ! -s conftest.err
11731 } && test -s conftest$ac_exeext && {
11732 test "$cross_compiling" = yes ||
11733 $as_test_x conftest$ac_exeext
11734 }; then
11735 case "$LIBEXT" in
11736 dll) ;;
11737 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'` ;;
11738 *) ac_cv_lib_soname_GLU=`$ac_cv_path_LDD conftest$ac_exeext | grep "libGLU\\.$LIBEXT" | sed -e "s/^.*\(libGLU\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
11739 esac
11740 else
11741 $as_echo "$as_me: failed program was:" >&5
11742 sed 's/^/| /' conftest.$ac_ext >&5
11747 rm -rf conftest.dSYM
11748 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
11749 conftest$ac_exeext conftest.$ac_ext
11750 LIBS=$ac_check_soname_save_LIBS
11752 if test "x$ac_cv_lib_soname_GLU" = "x"; then
11753 { $as_echo "$as_me:$LINENO: result: not found" >&5
11754 $as_echo "not found" >&6; }
11756 else
11757 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_GLU" >&5
11758 $as_echo "$ac_cv_lib_soname_GLU" >&6; }
11760 cat >>confdefs.h <<_ACEOF
11761 #define SONAME_LIBGLU "$ac_cv_lib_soname_GLU"
11762 _ACEOF
11768 if test "x$ac_cv_lib_soname_GLU" = "x"; then
11769 case "x$with_glu" in
11770 x) wine_notices="$wine_notices|libGLU ${notice_platform}development files not found, GLU won't be supported." ;;
11771 xno) ;;
11772 *) { { $as_echo "$as_me:$LINENO: error: libGLU ${notice_platform}development files not found, GLU won't be supported.
11773 This is an error since --with-glu was requested." >&5
11774 $as_echo "$as_me: error: libGLU ${notice_platform}development files not found, GLU won't be supported.
11775 This is an error since --with-glu was requested." >&2;}
11776 { (exit 1); exit 1; }; } ;;
11777 esac
11780 else
11781 opengl_msg="Old Mesa headers detected. Consider upgrading your Mesa libraries."
11783 else
11784 opengl_msg="OpenGL development headers not found."
11786 test -n "$opengl_msg" && enable_opengl32=${enable_opengl32:-no}
11787 test "x$ac_cv_lib_soname_GLU" = "x" && enable_glu32=${enable_glu32:-no}
11788 else
11789 enable_opengl32=${enable_opengl32:-no}
11790 enable_glu32=${enable_glu32:-no}
11792 if test -n "$opengl_msg"; then
11793 case "x$with_opengl" in
11794 x) wine_warnings="$wine_warnings|$opengl_msg
11795 OpenGL and Direct3D won't be supported." ;;
11796 xno) ;;
11797 *) { { $as_echo "$as_me:$LINENO: error: $opengl_msg
11798 OpenGL and Direct3D won't be supported.
11799 This is an error since --with-opengl was requested." >&5
11800 $as_echo "$as_me: error: $opengl_msg
11801 OpenGL and Direct3D won't be supported.
11802 This is an error since --with-opengl was requested." >&2;}
11803 { (exit 1); exit 1; }; } ;;
11804 esac
11808 NASLIBS=""
11811 for ac_header in audio/audiolib.h
11813 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
11814 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
11815 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
11816 $as_echo_n "checking for $ac_header... " >&6; }
11817 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
11818 $as_echo_n "(cached) " >&6
11820 ac_res=`eval 'as_val=${'$as_ac_Header'}
11821 $as_echo "$as_val"'`
11822 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
11823 $as_echo "$ac_res" >&6; }
11824 else
11825 # Is the header compilable?
11826 { $as_echo "$as_me:$LINENO: checking $ac_header usability" >&5
11827 $as_echo_n "checking $ac_header usability... " >&6; }
11828 cat >conftest.$ac_ext <<_ACEOF
11829 /* confdefs.h. */
11830 _ACEOF
11831 cat confdefs.h >>conftest.$ac_ext
11832 cat >>conftest.$ac_ext <<_ACEOF
11833 /* end confdefs.h. */
11834 $ac_includes_default
11835 #include <$ac_header>
11836 _ACEOF
11837 rm -f conftest.$ac_objext
11838 if { (ac_try="$ac_compile"
11839 case "(($ac_try" in
11840 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11841 *) ac_try_echo=$ac_try;;
11842 esac
11843 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
11844 $as_echo "$ac_try_echo") >&5
11845 (eval "$ac_compile") 2>conftest.er1
11846 ac_status=$?
11847 grep -v '^ *+' conftest.er1 >conftest.err
11848 rm -f conftest.er1
11849 cat conftest.err >&5
11850 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
11851 (exit $ac_status); } && {
11852 test -z "$ac_c_werror_flag" ||
11853 test ! -s conftest.err
11854 } && test -s conftest.$ac_objext; then
11855 ac_header_compiler=yes
11856 else
11857 $as_echo "$as_me: failed program was:" >&5
11858 sed 's/^/| /' conftest.$ac_ext >&5
11860 ac_header_compiler=no
11863 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11864 { $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
11865 $as_echo "$ac_header_compiler" >&6; }
11867 # Is the header present?
11868 { $as_echo "$as_me:$LINENO: checking $ac_header presence" >&5
11869 $as_echo_n "checking $ac_header presence... " >&6; }
11870 cat >conftest.$ac_ext <<_ACEOF
11871 /* confdefs.h. */
11872 _ACEOF
11873 cat confdefs.h >>conftest.$ac_ext
11874 cat >>conftest.$ac_ext <<_ACEOF
11875 /* end confdefs.h. */
11876 #include <$ac_header>
11877 _ACEOF
11878 if { (ac_try="$ac_cpp conftest.$ac_ext"
11879 case "(($ac_try" in
11880 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11881 *) ac_try_echo=$ac_try;;
11882 esac
11883 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
11884 $as_echo "$ac_try_echo") >&5
11885 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
11886 ac_status=$?
11887 grep -v '^ *+' conftest.er1 >conftest.err
11888 rm -f conftest.er1
11889 cat conftest.err >&5
11890 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
11891 (exit $ac_status); } >/dev/null && {
11892 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
11893 test ! -s conftest.err
11894 }; then
11895 ac_header_preproc=yes
11896 else
11897 $as_echo "$as_me: failed program was:" >&5
11898 sed 's/^/| /' conftest.$ac_ext >&5
11900 ac_header_preproc=no
11903 rm -f conftest.err conftest.$ac_ext
11904 { $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
11905 $as_echo "$ac_header_preproc" >&6; }
11907 # So? What about this header?
11908 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
11909 yes:no: )
11910 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
11911 $as_echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
11912 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
11913 $as_echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
11914 ac_header_preproc=yes
11916 no:yes:* )
11917 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
11918 $as_echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
11919 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
11920 $as_echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
11921 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
11922 $as_echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
11923 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
11924 $as_echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
11925 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
11926 $as_echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
11927 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
11928 $as_echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
11929 ( cat <<\_ASBOX
11930 ## ------------------------------------ ##
11931 ## Report this to wine-devel@winehq.org ##
11932 ## ------------------------------------ ##
11933 _ASBOX
11934 ) | sed "s/^/$as_me: WARNING: /" >&2
11936 esac
11937 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
11938 $as_echo_n "checking for $ac_header... " >&6; }
11939 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
11940 $as_echo_n "(cached) " >&6
11941 else
11942 eval "$as_ac_Header=\$ac_header_preproc"
11944 ac_res=`eval 'as_val=${'$as_ac_Header'}
11945 $as_echo "$as_val"'`
11946 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
11947 $as_echo "$ac_res" >&6; }
11950 as_val=`eval 'as_val=${'$as_ac_Header'}
11951 $as_echo "$as_val"'`
11952 if test "x$as_val" = x""yes; then
11953 cat >>confdefs.h <<_ACEOF
11954 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
11955 _ACEOF
11957 for ac_header in audio/soundlib.h
11959 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
11960 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
11961 $as_echo_n "checking for $ac_header... " >&6; }
11962 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
11963 $as_echo_n "(cached) " >&6
11964 else
11965 cat >conftest.$ac_ext <<_ACEOF
11966 /* confdefs.h. */
11967 _ACEOF
11968 cat confdefs.h >>conftest.$ac_ext
11969 cat >>conftest.$ac_ext <<_ACEOF
11970 /* end confdefs.h. */
11971 #include <audio/audiolib.h>
11973 #include <$ac_header>
11974 _ACEOF
11975 rm -f conftest.$ac_objext
11976 if { (ac_try="$ac_compile"
11977 case "(($ac_try" in
11978 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11979 *) ac_try_echo=$ac_try;;
11980 esac
11981 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
11982 $as_echo "$ac_try_echo") >&5
11983 (eval "$ac_compile") 2>conftest.er1
11984 ac_status=$?
11985 grep -v '^ *+' conftest.er1 >conftest.err
11986 rm -f conftest.er1
11987 cat conftest.err >&5
11988 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
11989 (exit $ac_status); } && {
11990 test -z "$ac_c_werror_flag" ||
11991 test ! -s conftest.err
11992 } && test -s conftest.$ac_objext; then
11993 eval "$as_ac_Header=yes"
11994 else
11995 $as_echo "$as_me: failed program was:" >&5
11996 sed 's/^/| /' conftest.$ac_ext >&5
11998 eval "$as_ac_Header=no"
12001 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
12003 ac_res=`eval 'as_val=${'$as_ac_Header'}
12004 $as_echo "$as_val"'`
12005 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
12006 $as_echo "$ac_res" >&6; }
12007 as_val=`eval 'as_val=${'$as_ac_Header'}
12008 $as_echo "$as_val"'`
12009 if test "x$as_val" = x""yes; then
12010 cat >>confdefs.h <<_ACEOF
12011 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
12012 _ACEOF
12016 done
12018 { $as_echo "$as_me:$LINENO: checking for AuCreateFlow in -laudio" >&5
12019 $as_echo_n "checking for AuCreateFlow in -laudio... " >&6; }
12020 if test "${ac_cv_lib_audio_AuCreateFlow+set}" = set; then
12021 $as_echo_n "(cached) " >&6
12022 else
12023 ac_check_lib_save_LIBS=$LIBS
12024 LIBS="-laudio -lXt $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
12025 cat >conftest.$ac_ext <<_ACEOF
12026 /* confdefs.h. */
12027 _ACEOF
12028 cat confdefs.h >>conftest.$ac_ext
12029 cat >>conftest.$ac_ext <<_ACEOF
12030 /* end confdefs.h. */
12032 /* Override any GCC internal prototype to avoid an error.
12033 Use char because int might match the return type of a GCC
12034 builtin and then its argument prototype would still apply. */
12035 #ifdef __cplusplus
12036 extern "C"
12037 #endif
12038 char AuCreateFlow ();
12040 main ()
12042 return AuCreateFlow ();
12044 return 0;
12046 _ACEOF
12047 rm -f conftest.$ac_objext conftest$ac_exeext
12048 if { (ac_try="$ac_link"
12049 case "(($ac_try" in
12050 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12051 *) ac_try_echo=$ac_try;;
12052 esac
12053 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
12054 $as_echo "$ac_try_echo") >&5
12055 (eval "$ac_link") 2>conftest.er1
12056 ac_status=$?
12057 grep -v '^ *+' conftest.er1 >conftest.err
12058 rm -f conftest.er1
12059 cat conftest.err >&5
12060 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
12061 (exit $ac_status); } && {
12062 test -z "$ac_c_werror_flag" ||
12063 test ! -s conftest.err
12064 } && test -s conftest$ac_exeext && {
12065 test "$cross_compiling" = yes ||
12066 $as_test_x conftest$ac_exeext
12067 }; then
12068 ac_cv_lib_audio_AuCreateFlow=yes
12069 else
12070 $as_echo "$as_me: failed program was:" >&5
12071 sed 's/^/| /' conftest.$ac_ext >&5
12073 ac_cv_lib_audio_AuCreateFlow=no
12076 rm -rf conftest.dSYM
12077 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
12078 conftest$ac_exeext conftest.$ac_ext
12079 LIBS=$ac_check_lib_save_LIBS
12081 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_audio_AuCreateFlow" >&5
12082 $as_echo "$ac_cv_lib_audio_AuCreateFlow" >&6; }
12083 if test "x$ac_cv_lib_audio_AuCreateFlow" = x""yes; then
12085 cat >>confdefs.h <<\_ACEOF
12086 #define HAVE_NAS 1
12087 _ACEOF
12089 { $as_echo "$as_me:$LINENO: checking for XauGetBestAuthByAddr in -lXau" >&5
12090 $as_echo_n "checking for XauGetBestAuthByAddr in -lXau... " >&6; }
12091 if test "${ac_cv_lib_Xau_XauGetBestAuthByAddr+set}" = set; then
12092 $as_echo_n "(cached) " >&6
12093 else
12094 ac_check_lib_save_LIBS=$LIBS
12095 LIBS="-lXau $X_LIBS $LIBS"
12096 cat >conftest.$ac_ext <<_ACEOF
12097 /* confdefs.h. */
12098 _ACEOF
12099 cat confdefs.h >>conftest.$ac_ext
12100 cat >>conftest.$ac_ext <<_ACEOF
12101 /* end confdefs.h. */
12103 /* Override any GCC internal prototype to avoid an error.
12104 Use char because int might match the return type of a GCC
12105 builtin and then its argument prototype would still apply. */
12106 #ifdef __cplusplus
12107 extern "C"
12108 #endif
12109 char XauGetBestAuthByAddr ();
12111 main ()
12113 return XauGetBestAuthByAddr ();
12115 return 0;
12117 _ACEOF
12118 rm -f conftest.$ac_objext conftest$ac_exeext
12119 if { (ac_try="$ac_link"
12120 case "(($ac_try" in
12121 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12122 *) ac_try_echo=$ac_try;;
12123 esac
12124 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
12125 $as_echo "$ac_try_echo") >&5
12126 (eval "$ac_link") 2>conftest.er1
12127 ac_status=$?
12128 grep -v '^ *+' conftest.er1 >conftest.err
12129 rm -f conftest.er1
12130 cat conftest.err >&5
12131 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
12132 (exit $ac_status); } && {
12133 test -z "$ac_c_werror_flag" ||
12134 test ! -s conftest.err
12135 } && test -s conftest$ac_exeext && {
12136 test "$cross_compiling" = yes ||
12137 $as_test_x conftest$ac_exeext
12138 }; then
12139 ac_cv_lib_Xau_XauGetBestAuthByAddr=yes
12140 else
12141 $as_echo "$as_me: failed program was:" >&5
12142 sed 's/^/| /' conftest.$ac_ext >&5
12144 ac_cv_lib_Xau_XauGetBestAuthByAddr=no
12147 rm -rf conftest.dSYM
12148 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
12149 conftest$ac_exeext conftest.$ac_ext
12150 LIBS=$ac_check_lib_save_LIBS
12152 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_Xau_XauGetBestAuthByAddr" >&5
12153 $as_echo "$ac_cv_lib_Xau_XauGetBestAuthByAddr" >&6; }
12154 if test "x$ac_cv_lib_Xau_XauGetBestAuthByAddr" = x""yes; then
12155 NASLIBS="-lXau -laudio -lXt $X_LIBS -lXext -lX11 $X_EXTRA_LIBS"
12156 else
12157 NASLIBS="-laudio -lXt $X_LIBS -lXext -lX11 $X_EXTRA_LIBS"
12165 done
12168 CPPFLAGS="$ac_save_CPPFLAGS"
12169 else
12170 XLIB=""
12171 X_CFLAGS=""
12172 X_LIBS=""
12173 enable_winex11_drv=${enable_winex11_drv:-no}
12174 enable_opengl32=${enable_opengl32:-no}
12175 enable_glu32=${enable_glu32:-no}
12177 if test "x$XLIB" = "x"; then
12178 case "x$with_x" in
12179 xno) ;;
12180 *) { { $as_echo "$as_me:$LINENO: error: X ${notice_platform}development files not found. Wine will be built
12181 without X support, which probably isn't what you want. You will need to install
12182 ${notice_platform}development packages of Xlib/Xfree86 at the very least.
12183 Use the --without-x option if you really want this." >&5
12184 $as_echo "$as_me: error: X ${notice_platform}development files not found. Wine will be built
12185 without X support, which probably isn't what you want. You will need to install
12186 ${notice_platform}development packages of Xlib/Xfree86 at the very least.
12187 Use the --without-x option if you really want this." >&2;}
12188 { (exit 1); exit 1; }; } ;;
12189 esac
12194 XML2LIBS=""
12196 XML2INCL=""
12198 XSLTINCL=""
12200 if test "x$with_xml" != "xno"
12201 then
12202 ac_save_CPPFLAGS="$CPPFLAGS"
12203 if test "$PKG_CONFIG" != "false"
12204 then
12205 ac_xml_libs="`$PKG_CONFIG --libs libxml-2.0 2>/dev/null`"
12206 ac_xml_cflags="`$PKG_CONFIG --cflags libxml-2.0 2>/dev/null`"
12207 else
12208 ac_xml_libs="`xml2-config --libs 2>/dev/null`"
12209 ac_xml_cflags="`xml2-config --cflags 2>/dev/null`"
12211 CPPFLAGS="$CPPFLAGS $ac_xml_cflags"
12213 for ac_header in libxml/parser.h
12215 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
12216 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
12217 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
12218 $as_echo_n "checking for $ac_header... " >&6; }
12219 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
12220 $as_echo_n "(cached) " >&6
12222 ac_res=`eval 'as_val=${'$as_ac_Header'}
12223 $as_echo "$as_val"'`
12224 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
12225 $as_echo "$ac_res" >&6; }
12226 else
12227 # Is the header compilable?
12228 { $as_echo "$as_me:$LINENO: checking $ac_header usability" >&5
12229 $as_echo_n "checking $ac_header usability... " >&6; }
12230 cat >conftest.$ac_ext <<_ACEOF
12231 /* confdefs.h. */
12232 _ACEOF
12233 cat confdefs.h >>conftest.$ac_ext
12234 cat >>conftest.$ac_ext <<_ACEOF
12235 /* end confdefs.h. */
12236 $ac_includes_default
12237 #include <$ac_header>
12238 _ACEOF
12239 rm -f conftest.$ac_objext
12240 if { (ac_try="$ac_compile"
12241 case "(($ac_try" in
12242 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12243 *) ac_try_echo=$ac_try;;
12244 esac
12245 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
12246 $as_echo "$ac_try_echo") >&5
12247 (eval "$ac_compile") 2>conftest.er1
12248 ac_status=$?
12249 grep -v '^ *+' conftest.er1 >conftest.err
12250 rm -f conftest.er1
12251 cat conftest.err >&5
12252 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
12253 (exit $ac_status); } && {
12254 test -z "$ac_c_werror_flag" ||
12255 test ! -s conftest.err
12256 } && test -s conftest.$ac_objext; then
12257 ac_header_compiler=yes
12258 else
12259 $as_echo "$as_me: failed program was:" >&5
12260 sed 's/^/| /' conftest.$ac_ext >&5
12262 ac_header_compiler=no
12265 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
12266 { $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
12267 $as_echo "$ac_header_compiler" >&6; }
12269 # Is the header present?
12270 { $as_echo "$as_me:$LINENO: checking $ac_header presence" >&5
12271 $as_echo_n "checking $ac_header presence... " >&6; }
12272 cat >conftest.$ac_ext <<_ACEOF
12273 /* confdefs.h. */
12274 _ACEOF
12275 cat confdefs.h >>conftest.$ac_ext
12276 cat >>conftest.$ac_ext <<_ACEOF
12277 /* end confdefs.h. */
12278 #include <$ac_header>
12279 _ACEOF
12280 if { (ac_try="$ac_cpp conftest.$ac_ext"
12281 case "(($ac_try" in
12282 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12283 *) ac_try_echo=$ac_try;;
12284 esac
12285 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
12286 $as_echo "$ac_try_echo") >&5
12287 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
12288 ac_status=$?
12289 grep -v '^ *+' conftest.er1 >conftest.err
12290 rm -f conftest.er1
12291 cat conftest.err >&5
12292 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
12293 (exit $ac_status); } >/dev/null && {
12294 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
12295 test ! -s conftest.err
12296 }; then
12297 ac_header_preproc=yes
12298 else
12299 $as_echo "$as_me: failed program was:" >&5
12300 sed 's/^/| /' conftest.$ac_ext >&5
12302 ac_header_preproc=no
12305 rm -f conftest.err conftest.$ac_ext
12306 { $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
12307 $as_echo "$ac_header_preproc" >&6; }
12309 # So? What about this header?
12310 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
12311 yes:no: )
12312 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
12313 $as_echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
12314 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
12315 $as_echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
12316 ac_header_preproc=yes
12318 no:yes:* )
12319 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
12320 $as_echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
12321 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
12322 $as_echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
12323 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
12324 $as_echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
12325 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
12326 $as_echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
12327 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
12328 $as_echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
12329 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
12330 $as_echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
12331 ( cat <<\_ASBOX
12332 ## ------------------------------------ ##
12333 ## Report this to wine-devel@winehq.org ##
12334 ## ------------------------------------ ##
12335 _ASBOX
12336 ) | sed "s/^/$as_me: WARNING: /" >&2
12338 esac
12339 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
12340 $as_echo_n "checking for $ac_header... " >&6; }
12341 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
12342 $as_echo_n "(cached) " >&6
12343 else
12344 eval "$as_ac_Header=\$ac_header_preproc"
12346 ac_res=`eval 'as_val=${'$as_ac_Header'}
12347 $as_echo "$as_val"'`
12348 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
12349 $as_echo "$ac_res" >&6; }
12352 as_val=`eval 'as_val=${'$as_ac_Header'}
12353 $as_echo "$as_val"'`
12354 if test "x$as_val" = x""yes; then
12355 cat >>confdefs.h <<_ACEOF
12356 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
12357 _ACEOF
12358 { $as_echo "$as_me:$LINENO: checking for xmlParseMemory in -lxml2" >&5
12359 $as_echo_n "checking for xmlParseMemory in -lxml2... " >&6; }
12360 if test "${ac_cv_lib_xml2_xmlParseMemory+set}" = set; then
12361 $as_echo_n "(cached) " >&6
12362 else
12363 ac_check_lib_save_LIBS=$LIBS
12364 LIBS="-lxml2 $ac_xml_libs $LIBS"
12365 cat >conftest.$ac_ext <<_ACEOF
12366 /* confdefs.h. */
12367 _ACEOF
12368 cat confdefs.h >>conftest.$ac_ext
12369 cat >>conftest.$ac_ext <<_ACEOF
12370 /* end confdefs.h. */
12372 /* Override any GCC internal prototype to avoid an error.
12373 Use char because int might match the return type of a GCC
12374 builtin and then its argument prototype would still apply. */
12375 #ifdef __cplusplus
12376 extern "C"
12377 #endif
12378 char xmlParseMemory ();
12380 main ()
12382 return xmlParseMemory ();
12384 return 0;
12386 _ACEOF
12387 rm -f conftest.$ac_objext conftest$ac_exeext
12388 if { (ac_try="$ac_link"
12389 case "(($ac_try" in
12390 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12391 *) ac_try_echo=$ac_try;;
12392 esac
12393 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
12394 $as_echo "$ac_try_echo") >&5
12395 (eval "$ac_link") 2>conftest.er1
12396 ac_status=$?
12397 grep -v '^ *+' conftest.er1 >conftest.err
12398 rm -f conftest.er1
12399 cat conftest.err >&5
12400 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
12401 (exit $ac_status); } && {
12402 test -z "$ac_c_werror_flag" ||
12403 test ! -s conftest.err
12404 } && test -s conftest$ac_exeext && {
12405 test "$cross_compiling" = yes ||
12406 $as_test_x conftest$ac_exeext
12407 }; then
12408 ac_cv_lib_xml2_xmlParseMemory=yes
12409 else
12410 $as_echo "$as_me: failed program was:" >&5
12411 sed 's/^/| /' conftest.$ac_ext >&5
12413 ac_cv_lib_xml2_xmlParseMemory=no
12416 rm -rf conftest.dSYM
12417 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
12418 conftest$ac_exeext conftest.$ac_ext
12419 LIBS=$ac_check_lib_save_LIBS
12421 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_xml2_xmlParseMemory" >&5
12422 $as_echo "$ac_cv_lib_xml2_xmlParseMemory" >&6; }
12423 if test "x$ac_cv_lib_xml2_xmlParseMemory" = x""yes; then
12425 cat >>confdefs.h <<\_ACEOF
12426 #define HAVE_LIBXML2 1
12427 _ACEOF
12429 XML2LIBS="$ac_xml_libs"
12430 XML2INCL="$ac_xml_cflags"
12433 { $as_echo "$as_me:$LINENO: checking for xmlReadMemory in -lxml2" >&5
12434 $as_echo_n "checking for xmlReadMemory in -lxml2... " >&6; }
12435 if test "${ac_cv_lib_xml2_xmlReadMemory+set}" = set; then
12436 $as_echo_n "(cached) " >&6
12437 else
12438 ac_check_lib_save_LIBS=$LIBS
12439 LIBS="-lxml2 $ac_xml_libs $LIBS"
12440 cat >conftest.$ac_ext <<_ACEOF
12441 /* confdefs.h. */
12442 _ACEOF
12443 cat confdefs.h >>conftest.$ac_ext
12444 cat >>conftest.$ac_ext <<_ACEOF
12445 /* end confdefs.h. */
12447 /* Override any GCC internal prototype to avoid an error.
12448 Use char because int might match the return type of a GCC
12449 builtin and then its argument prototype would still apply. */
12450 #ifdef __cplusplus
12451 extern "C"
12452 #endif
12453 char xmlReadMemory ();
12455 main ()
12457 return xmlReadMemory ();
12459 return 0;
12461 _ACEOF
12462 rm -f conftest.$ac_objext conftest$ac_exeext
12463 if { (ac_try="$ac_link"
12464 case "(($ac_try" in
12465 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12466 *) ac_try_echo=$ac_try;;
12467 esac
12468 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
12469 $as_echo "$ac_try_echo") >&5
12470 (eval "$ac_link") 2>conftest.er1
12471 ac_status=$?
12472 grep -v '^ *+' conftest.er1 >conftest.err
12473 rm -f conftest.er1
12474 cat conftest.err >&5
12475 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
12476 (exit $ac_status); } && {
12477 test -z "$ac_c_werror_flag" ||
12478 test ! -s conftest.err
12479 } && test -s conftest$ac_exeext && {
12480 test "$cross_compiling" = yes ||
12481 $as_test_x conftest$ac_exeext
12482 }; then
12483 ac_cv_lib_xml2_xmlReadMemory=yes
12484 else
12485 $as_echo "$as_me: failed program was:" >&5
12486 sed 's/^/| /' conftest.$ac_ext >&5
12488 ac_cv_lib_xml2_xmlReadMemory=no
12491 rm -rf conftest.dSYM
12492 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
12493 conftest$ac_exeext conftest.$ac_ext
12494 LIBS=$ac_check_lib_save_LIBS
12496 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_xml2_xmlReadMemory" >&5
12497 $as_echo "$ac_cv_lib_xml2_xmlReadMemory" >&6; }
12498 if test "x$ac_cv_lib_xml2_xmlReadMemory" = x""yes; then
12500 cat >>confdefs.h <<\_ACEOF
12501 #define HAVE_XMLREADMEMORY 1
12502 _ACEOF
12506 { $as_echo "$as_me:$LINENO: checking for xmlNewDocPI in -lxml2" >&5
12507 $as_echo_n "checking for xmlNewDocPI in -lxml2... " >&6; }
12508 if test "${ac_cv_lib_xml2_xmlNewDocPI+set}" = set; then
12509 $as_echo_n "(cached) " >&6
12510 else
12511 ac_check_lib_save_LIBS=$LIBS
12512 LIBS="-lxml2 $ac_xml_libs $LIBS"
12513 cat >conftest.$ac_ext <<_ACEOF
12514 /* confdefs.h. */
12515 _ACEOF
12516 cat confdefs.h >>conftest.$ac_ext
12517 cat >>conftest.$ac_ext <<_ACEOF
12518 /* end confdefs.h. */
12520 /* Override any GCC internal prototype to avoid an error.
12521 Use char because int might match the return type of a GCC
12522 builtin and then its argument prototype would still apply. */
12523 #ifdef __cplusplus
12524 extern "C"
12525 #endif
12526 char xmlNewDocPI ();
12528 main ()
12530 return xmlNewDocPI ();
12532 return 0;
12534 _ACEOF
12535 rm -f conftest.$ac_objext conftest$ac_exeext
12536 if { (ac_try="$ac_link"
12537 case "(($ac_try" in
12538 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12539 *) ac_try_echo=$ac_try;;
12540 esac
12541 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
12542 $as_echo "$ac_try_echo") >&5
12543 (eval "$ac_link") 2>conftest.er1
12544 ac_status=$?
12545 grep -v '^ *+' conftest.er1 >conftest.err
12546 rm -f conftest.er1
12547 cat conftest.err >&5
12548 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
12549 (exit $ac_status); } && {
12550 test -z "$ac_c_werror_flag" ||
12551 test ! -s conftest.err
12552 } && test -s conftest$ac_exeext && {
12553 test "$cross_compiling" = yes ||
12554 $as_test_x conftest$ac_exeext
12555 }; then
12556 ac_cv_lib_xml2_xmlNewDocPI=yes
12557 else
12558 $as_echo "$as_me: failed program was:" >&5
12559 sed 's/^/| /' conftest.$ac_ext >&5
12561 ac_cv_lib_xml2_xmlNewDocPI=no
12564 rm -rf conftest.dSYM
12565 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
12566 conftest$ac_exeext conftest.$ac_ext
12567 LIBS=$ac_check_lib_save_LIBS
12569 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_xml2_xmlNewDocPI" >&5
12570 $as_echo "$ac_cv_lib_xml2_xmlNewDocPI" >&6; }
12571 if test "x$ac_cv_lib_xml2_xmlNewDocPI" = x""yes; then
12573 cat >>confdefs.h <<\_ACEOF
12574 #define HAVE_XMLNEWDOCPI 1
12575 _ACEOF
12582 done
12584 CPPFLAGS="$ac_save_CPPFLAGS"
12586 if test "$ac_cv_lib_xml2_xmlParseMemory" != "yes"; then
12587 case "x$with_xml" in
12588 x) wine_warnings="$wine_warnings|libxml2 ${notice_platform}development files not found, XML won't be supported." ;;
12589 xno) ;;
12590 *) { { $as_echo "$as_me:$LINENO: error: libxml2 ${notice_platform}development files not found, XML won't be supported.
12591 This is an error since --with-xml was requested." >&5
12592 $as_echo "$as_me: error: libxml2 ${notice_platform}development files not found, XML won't be supported.
12593 This is an error since --with-xml was requested." >&2;}
12594 { (exit 1); exit 1; }; } ;;
12595 esac
12599 if test "x$with_xslt" != "xno"
12600 then
12601 if test "$PKG_CONFIG" != "false"
12602 then
12603 ac_xslt_libs="`$PKG_CONFIG --libs libxslt 2>/dev/null`"
12604 ac_xslt_cflags="`$PKG_CONFIG --cflags libxslt 2>/dev/null`"
12605 else
12606 ac_xslt_libs="`xslt-config --libs 2>/dev/null`"
12607 ac_xslt_cflags="`xslt-config --cflags 2>/dev/null`"
12609 ac_save_CPPFLAGS="$CPPFLAGS"
12610 CPPFLAGS="$CPPFLAGS $ac_xslt_cflags"
12613 for ac_header in libxslt/pattern.h libxslt/transform.h
12615 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
12616 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
12617 $as_echo_n "checking for $ac_header... " >&6; }
12618 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
12619 $as_echo_n "(cached) " >&6
12620 else
12621 cat >conftest.$ac_ext <<_ACEOF
12622 /* confdefs.h. */
12623 _ACEOF
12624 cat confdefs.h >>conftest.$ac_ext
12625 cat >>conftest.$ac_ext <<_ACEOF
12626 /* end confdefs.h. */
12627 #ifdef HAVE_LIBXSLT_PATTERN_H
12628 # include <libxslt/pattern.h>
12629 #endif
12631 #include <$ac_header>
12632 _ACEOF
12633 rm -f conftest.$ac_objext
12634 if { (ac_try="$ac_compile"
12635 case "(($ac_try" in
12636 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12637 *) ac_try_echo=$ac_try;;
12638 esac
12639 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
12640 $as_echo "$ac_try_echo") >&5
12641 (eval "$ac_compile") 2>conftest.er1
12642 ac_status=$?
12643 grep -v '^ *+' conftest.er1 >conftest.err
12644 rm -f conftest.er1
12645 cat conftest.err >&5
12646 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
12647 (exit $ac_status); } && {
12648 test -z "$ac_c_werror_flag" ||
12649 test ! -s conftest.err
12650 } && test -s conftest.$ac_objext; then
12651 eval "$as_ac_Header=yes"
12652 else
12653 $as_echo "$as_me: failed program was:" >&5
12654 sed 's/^/| /' conftest.$ac_ext >&5
12656 eval "$as_ac_Header=no"
12659 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
12661 ac_res=`eval 'as_val=${'$as_ac_Header'}
12662 $as_echo "$as_val"'`
12663 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
12664 $as_echo "$ac_res" >&6; }
12665 as_val=`eval 'as_val=${'$as_ac_Header'}
12666 $as_echo "$as_val"'`
12667 if test "x$as_val" = x""yes; then
12668 cat >>confdefs.h <<_ACEOF
12669 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
12670 _ACEOF
12674 done
12676 CPPFLAGS="$ac_save_CPPFLAGS"
12677 if test "$ac_cv_header_libxslt_transform_h" = "yes"
12678 then
12679 { $as_echo "$as_me:$LINENO: checking for -lxslt" >&5
12680 $as_echo_n "checking for -lxslt... " >&6; }
12681 if test "${ac_cv_lib_soname_xslt+set}" = set; then
12682 $as_echo_n "(cached) " >&6
12683 else
12684 ac_check_soname_save_LIBS=$LIBS
12685 LIBS="-lxslt $ac_xslt_libs $LIBS"
12686 cat >conftest.$ac_ext <<_ACEOF
12687 /* confdefs.h. */
12688 _ACEOF
12689 cat confdefs.h >>conftest.$ac_ext
12690 cat >>conftest.$ac_ext <<_ACEOF
12691 /* end confdefs.h. */
12693 /* Override any GCC internal prototype to avoid an error.
12694 Use char because int might match the return type of a GCC
12695 builtin and then its argument prototype would still apply. */
12696 #ifdef __cplusplus
12697 extern "C"
12698 #endif
12699 char xsltCompilePattern ();
12701 main ()
12703 return xsltCompilePattern ();
12705 return 0;
12707 _ACEOF
12708 rm -f conftest.$ac_objext conftest$ac_exeext
12709 if { (ac_try="$ac_link"
12710 case "(($ac_try" in
12711 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12712 *) ac_try_echo=$ac_try;;
12713 esac
12714 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
12715 $as_echo "$ac_try_echo") >&5
12716 (eval "$ac_link") 2>conftest.er1
12717 ac_status=$?
12718 grep -v '^ *+' conftest.er1 >conftest.err
12719 rm -f conftest.er1
12720 cat conftest.err >&5
12721 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
12722 (exit $ac_status); } && {
12723 test -z "$ac_c_werror_flag" ||
12724 test ! -s conftest.err
12725 } && test -s conftest$ac_exeext && {
12726 test "$cross_compiling" = yes ||
12727 $as_test_x conftest$ac_exeext
12728 }; then
12729 case "$LIBEXT" in
12730 dll) ;;
12731 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'` ;;
12732 *) ac_cv_lib_soname_xslt=`$ac_cv_path_LDD conftest$ac_exeext | grep "libxslt\\.$LIBEXT" | sed -e "s/^.*\(libxslt\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
12733 esac
12734 else
12735 $as_echo "$as_me: failed program was:" >&5
12736 sed 's/^/| /' conftest.$ac_ext >&5
12741 rm -rf conftest.dSYM
12742 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
12743 conftest$ac_exeext conftest.$ac_ext
12744 LIBS=$ac_check_soname_save_LIBS
12746 if test "x$ac_cv_lib_soname_xslt" = "x"; then
12747 { $as_echo "$as_me:$LINENO: result: not found" >&5
12748 $as_echo "not found" >&6; }
12750 else
12751 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_xslt" >&5
12752 $as_echo "$ac_cv_lib_soname_xslt" >&6; }
12754 cat >>confdefs.h <<_ACEOF
12755 #define SONAME_LIBXSLT "$ac_cv_lib_soname_xslt"
12756 _ACEOF
12758 XSLTINCL="$ac_xslt_cflags"
12763 if test "x$ac_cv_lib_soname_xslt" = "x"; then
12764 case "x$with_xslt" in
12765 x) wine_warnings="$wine_warnings|libxslt ${notice_platform}development files not found, xslt won't be supported." ;;
12766 xno) ;;
12767 *) { { $as_echo "$as_me:$LINENO: error: libxslt ${notice_platform}development files not found, xslt won't be supported.
12768 This is an error since --with-xslt was requested." >&5
12769 $as_echo "$as_me: error: libxslt ${notice_platform}development files not found, xslt won't be supported.
12770 This is an error since --with-xslt was requested." >&2;}
12771 { (exit 1); exit 1; }; } ;;
12772 esac
12776 HALINCL=""
12778 if test "x$with_hal" != "xno" -a "$PKG_CONFIG" != "false"
12779 then
12780 ac_save_CPPFLAGS="$CPPFLAGS"
12781 ac_hal_libs="`$PKG_CONFIG --libs hal 2>/dev/null`"
12782 ac_hal_cflags="`$PKG_CONFIG --cflags hal 2>/dev/null`"
12783 CPPFLAGS="$CPPFLAGS $ac_hal_cflags"
12786 for ac_header in dbus/dbus.h hal/libhal.h
12788 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
12789 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
12790 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
12791 $as_echo_n "checking for $ac_header... " >&6; }
12792 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
12793 $as_echo_n "(cached) " >&6
12795 ac_res=`eval 'as_val=${'$as_ac_Header'}
12796 $as_echo "$as_val"'`
12797 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
12798 $as_echo "$ac_res" >&6; }
12799 else
12800 # Is the header compilable?
12801 { $as_echo "$as_me:$LINENO: checking $ac_header usability" >&5
12802 $as_echo_n "checking $ac_header usability... " >&6; }
12803 cat >conftest.$ac_ext <<_ACEOF
12804 /* confdefs.h. */
12805 _ACEOF
12806 cat confdefs.h >>conftest.$ac_ext
12807 cat >>conftest.$ac_ext <<_ACEOF
12808 /* end confdefs.h. */
12809 $ac_includes_default
12810 #include <$ac_header>
12811 _ACEOF
12812 rm -f conftest.$ac_objext
12813 if { (ac_try="$ac_compile"
12814 case "(($ac_try" in
12815 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12816 *) ac_try_echo=$ac_try;;
12817 esac
12818 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
12819 $as_echo "$ac_try_echo") >&5
12820 (eval "$ac_compile") 2>conftest.er1
12821 ac_status=$?
12822 grep -v '^ *+' conftest.er1 >conftest.err
12823 rm -f conftest.er1
12824 cat conftest.err >&5
12825 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
12826 (exit $ac_status); } && {
12827 test -z "$ac_c_werror_flag" ||
12828 test ! -s conftest.err
12829 } && test -s conftest.$ac_objext; then
12830 ac_header_compiler=yes
12831 else
12832 $as_echo "$as_me: failed program was:" >&5
12833 sed 's/^/| /' conftest.$ac_ext >&5
12835 ac_header_compiler=no
12838 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
12839 { $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
12840 $as_echo "$ac_header_compiler" >&6; }
12842 # Is the header present?
12843 { $as_echo "$as_me:$LINENO: checking $ac_header presence" >&5
12844 $as_echo_n "checking $ac_header presence... " >&6; }
12845 cat >conftest.$ac_ext <<_ACEOF
12846 /* confdefs.h. */
12847 _ACEOF
12848 cat confdefs.h >>conftest.$ac_ext
12849 cat >>conftest.$ac_ext <<_ACEOF
12850 /* end confdefs.h. */
12851 #include <$ac_header>
12852 _ACEOF
12853 if { (ac_try="$ac_cpp conftest.$ac_ext"
12854 case "(($ac_try" in
12855 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12856 *) ac_try_echo=$ac_try;;
12857 esac
12858 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
12859 $as_echo "$ac_try_echo") >&5
12860 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
12861 ac_status=$?
12862 grep -v '^ *+' conftest.er1 >conftest.err
12863 rm -f conftest.er1
12864 cat conftest.err >&5
12865 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
12866 (exit $ac_status); } >/dev/null && {
12867 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
12868 test ! -s conftest.err
12869 }; then
12870 ac_header_preproc=yes
12871 else
12872 $as_echo "$as_me: failed program was:" >&5
12873 sed 's/^/| /' conftest.$ac_ext >&5
12875 ac_header_preproc=no
12878 rm -f conftest.err conftest.$ac_ext
12879 { $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
12880 $as_echo "$ac_header_preproc" >&6; }
12882 # So? What about this header?
12883 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
12884 yes:no: )
12885 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
12886 $as_echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
12887 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
12888 $as_echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
12889 ac_header_preproc=yes
12891 no:yes:* )
12892 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
12893 $as_echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
12894 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
12895 $as_echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
12896 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
12897 $as_echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
12898 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
12899 $as_echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
12900 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
12901 $as_echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
12902 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
12903 $as_echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
12904 ( cat <<\_ASBOX
12905 ## ------------------------------------ ##
12906 ## Report this to wine-devel@winehq.org ##
12907 ## ------------------------------------ ##
12908 _ASBOX
12909 ) | sed "s/^/$as_me: WARNING: /" >&2
12911 esac
12912 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
12913 $as_echo_n "checking for $ac_header... " >&6; }
12914 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
12915 $as_echo_n "(cached) " >&6
12916 else
12917 eval "$as_ac_Header=\$ac_header_preproc"
12919 ac_res=`eval 'as_val=${'$as_ac_Header'}
12920 $as_echo "$as_val"'`
12921 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
12922 $as_echo "$ac_res" >&6; }
12925 as_val=`eval 'as_val=${'$as_ac_Header'}
12926 $as_echo "$as_val"'`
12927 if test "x$as_val" = x""yes; then
12928 cat >>confdefs.h <<_ACEOF
12929 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
12930 _ACEOF
12934 done
12936 if test "$ac_cv_header_dbus_dbus_h" = "yes" -a "$ac_cv_header_hal_libhal_h" = "yes"
12937 then
12938 { $as_echo "$as_me:$LINENO: checking for dbus_connection_close in -ldbus-1" >&5
12939 $as_echo_n "checking for dbus_connection_close in -ldbus-1... " >&6; }
12940 if test "${ac_cv_lib_dbus_1_dbus_connection_close+set}" = set; then
12941 $as_echo_n "(cached) " >&6
12942 else
12943 ac_check_lib_save_LIBS=$LIBS
12944 LIBS="-ldbus-1 $ac_hal_libs $LIBS"
12945 cat >conftest.$ac_ext <<_ACEOF
12946 /* confdefs.h. */
12947 _ACEOF
12948 cat confdefs.h >>conftest.$ac_ext
12949 cat >>conftest.$ac_ext <<_ACEOF
12950 /* end confdefs.h. */
12952 /* Override any GCC internal prototype to avoid an error.
12953 Use char because int might match the return type of a GCC
12954 builtin and then its argument prototype would still apply. */
12955 #ifdef __cplusplus
12956 extern "C"
12957 #endif
12958 char dbus_connection_close ();
12960 main ()
12962 return dbus_connection_close ();
12964 return 0;
12966 _ACEOF
12967 rm -f conftest.$ac_objext conftest$ac_exeext
12968 if { (ac_try="$ac_link"
12969 case "(($ac_try" in
12970 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12971 *) ac_try_echo=$ac_try;;
12972 esac
12973 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
12974 $as_echo "$ac_try_echo") >&5
12975 (eval "$ac_link") 2>conftest.er1
12976 ac_status=$?
12977 grep -v '^ *+' conftest.er1 >conftest.err
12978 rm -f conftest.er1
12979 cat conftest.err >&5
12980 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
12981 (exit $ac_status); } && {
12982 test -z "$ac_c_werror_flag" ||
12983 test ! -s conftest.err
12984 } && test -s conftest$ac_exeext && {
12985 test "$cross_compiling" = yes ||
12986 $as_test_x conftest$ac_exeext
12987 }; then
12988 ac_cv_lib_dbus_1_dbus_connection_close=yes
12989 else
12990 $as_echo "$as_me: failed program was:" >&5
12991 sed 's/^/| /' conftest.$ac_ext >&5
12993 ac_cv_lib_dbus_1_dbus_connection_close=no
12996 rm -rf conftest.dSYM
12997 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
12998 conftest$ac_exeext conftest.$ac_ext
12999 LIBS=$ac_check_lib_save_LIBS
13001 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_dbus_1_dbus_connection_close" >&5
13002 $as_echo "$ac_cv_lib_dbus_1_dbus_connection_close" >&6; }
13003 if test "x$ac_cv_lib_dbus_1_dbus_connection_close" = x""yes; then
13004 { $as_echo "$as_me:$LINENO: checking for -lhal" >&5
13005 $as_echo_n "checking for -lhal... " >&6; }
13006 if test "${ac_cv_lib_soname_hal+set}" = set; then
13007 $as_echo_n "(cached) " >&6
13008 else
13009 ac_check_soname_save_LIBS=$LIBS
13010 LIBS="-lhal $ac_hal_libs $LIBS"
13011 cat >conftest.$ac_ext <<_ACEOF
13012 /* confdefs.h. */
13013 _ACEOF
13014 cat confdefs.h >>conftest.$ac_ext
13015 cat >>conftest.$ac_ext <<_ACEOF
13016 /* end confdefs.h. */
13018 /* Override any GCC internal prototype to avoid an error.
13019 Use char because int might match the return type of a GCC
13020 builtin and then its argument prototype would still apply. */
13021 #ifdef __cplusplus
13022 extern "C"
13023 #endif
13024 char libhal_ctx_new ();
13026 main ()
13028 return libhal_ctx_new ();
13030 return 0;
13032 _ACEOF
13033 rm -f conftest.$ac_objext conftest$ac_exeext
13034 if { (ac_try="$ac_link"
13035 case "(($ac_try" in
13036 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13037 *) ac_try_echo=$ac_try;;
13038 esac
13039 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
13040 $as_echo "$ac_try_echo") >&5
13041 (eval "$ac_link") 2>conftest.er1
13042 ac_status=$?
13043 grep -v '^ *+' conftest.er1 >conftest.err
13044 rm -f conftest.er1
13045 cat conftest.err >&5
13046 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
13047 (exit $ac_status); } && {
13048 test -z "$ac_c_werror_flag" ||
13049 test ! -s conftest.err
13050 } && test -s conftest$ac_exeext && {
13051 test "$cross_compiling" = yes ||
13052 $as_test_x conftest$ac_exeext
13053 }; then
13054 case "$LIBEXT" in
13055 dll) ;;
13056 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'` ;;
13057 *) ac_cv_lib_soname_hal=`$ac_cv_path_LDD conftest$ac_exeext | grep "libhal\\.$LIBEXT" | sed -e "s/^.*\(libhal\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
13058 esac
13059 else
13060 $as_echo "$as_me: failed program was:" >&5
13061 sed 's/^/| /' conftest.$ac_ext >&5
13066 rm -rf conftest.dSYM
13067 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
13068 conftest$ac_exeext conftest.$ac_ext
13069 LIBS=$ac_check_soname_save_LIBS
13071 if test "x$ac_cv_lib_soname_hal" = "x"; then
13072 { $as_echo "$as_me:$LINENO: result: not found" >&5
13073 $as_echo "not found" >&6; }
13075 else
13076 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_hal" >&5
13077 $as_echo "$ac_cv_lib_soname_hal" >&6; }
13079 cat >>confdefs.h <<_ACEOF
13080 #define SONAME_LIBHAL "$ac_cv_lib_soname_hal"
13081 _ACEOF
13083 HALINCL="$ac_hal_cflags"
13089 CPPFLAGS="$ac_save_CPPFLAGS"
13091 if test "x$ac_cv_lib_soname_hal" = "x"; then
13092 case "x$with_hal" in
13093 x) wine_notices="$wine_notices|libhal ${notice_platform}development files not found, no dynamic device support." ;;
13094 xno) ;;
13095 *) { { $as_echo "$as_me:$LINENO: error: libhal ${notice_platform}development files not found, no dynamic device support.
13096 This is an error since --with-hal was requested." >&5
13097 $as_echo "$as_me: error: libhal ${notice_platform}development files not found, no dynamic device support.
13098 This is an error since --with-hal was requested." >&2;}
13099 { (exit 1); exit 1; }; } ;;
13100 esac
13104 if test "x$with_gnutls" != "xno" -a "$PKG_CONFIG" != "false"
13105 then
13106 ac_save_CPPFLAGS="$CPPFLAGS"
13107 ac_gnutls_libs="`$PKG_CONFIG --libs gnutls 2>/dev/null`"
13108 ac_gnutls_cflags="`$PKG_CONFIG --cflags gnutls 2>/dev/null`"
13109 CPPFLAGS="$CPPFLAGS $ac_gnutls_cflags"
13110 if test "${ac_cv_header_gnutls_gnutls_h+set}" = set; then
13111 { $as_echo "$as_me:$LINENO: checking for gnutls/gnutls.h" >&5
13112 $as_echo_n "checking for gnutls/gnutls.h... " >&6; }
13113 if test "${ac_cv_header_gnutls_gnutls_h+set}" = set; then
13114 $as_echo_n "(cached) " >&6
13116 { $as_echo "$as_me:$LINENO: result: $ac_cv_header_gnutls_gnutls_h" >&5
13117 $as_echo "$ac_cv_header_gnutls_gnutls_h" >&6; }
13118 else
13119 # Is the header compilable?
13120 { $as_echo "$as_me:$LINENO: checking gnutls/gnutls.h usability" >&5
13121 $as_echo_n "checking gnutls/gnutls.h usability... " >&6; }
13122 cat >conftest.$ac_ext <<_ACEOF
13123 /* confdefs.h. */
13124 _ACEOF
13125 cat confdefs.h >>conftest.$ac_ext
13126 cat >>conftest.$ac_ext <<_ACEOF
13127 /* end confdefs.h. */
13128 $ac_includes_default
13129 #include <gnutls/gnutls.h>
13130 _ACEOF
13131 rm -f conftest.$ac_objext
13132 if { (ac_try="$ac_compile"
13133 case "(($ac_try" in
13134 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13135 *) ac_try_echo=$ac_try;;
13136 esac
13137 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
13138 $as_echo "$ac_try_echo") >&5
13139 (eval "$ac_compile") 2>conftest.er1
13140 ac_status=$?
13141 grep -v '^ *+' conftest.er1 >conftest.err
13142 rm -f conftest.er1
13143 cat conftest.err >&5
13144 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
13145 (exit $ac_status); } && {
13146 test -z "$ac_c_werror_flag" ||
13147 test ! -s conftest.err
13148 } && test -s conftest.$ac_objext; then
13149 ac_header_compiler=yes
13150 else
13151 $as_echo "$as_me: failed program was:" >&5
13152 sed 's/^/| /' conftest.$ac_ext >&5
13154 ac_header_compiler=no
13157 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
13158 { $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
13159 $as_echo "$ac_header_compiler" >&6; }
13161 # Is the header present?
13162 { $as_echo "$as_me:$LINENO: checking gnutls/gnutls.h presence" >&5
13163 $as_echo_n "checking gnutls/gnutls.h presence... " >&6; }
13164 cat >conftest.$ac_ext <<_ACEOF
13165 /* confdefs.h. */
13166 _ACEOF
13167 cat confdefs.h >>conftest.$ac_ext
13168 cat >>conftest.$ac_ext <<_ACEOF
13169 /* end confdefs.h. */
13170 #include <gnutls/gnutls.h>
13171 _ACEOF
13172 if { (ac_try="$ac_cpp conftest.$ac_ext"
13173 case "(($ac_try" in
13174 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13175 *) ac_try_echo=$ac_try;;
13176 esac
13177 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
13178 $as_echo "$ac_try_echo") >&5
13179 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
13180 ac_status=$?
13181 grep -v '^ *+' conftest.er1 >conftest.err
13182 rm -f conftest.er1
13183 cat conftest.err >&5
13184 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
13185 (exit $ac_status); } >/dev/null && {
13186 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
13187 test ! -s conftest.err
13188 }; then
13189 ac_header_preproc=yes
13190 else
13191 $as_echo "$as_me: failed program was:" >&5
13192 sed 's/^/| /' conftest.$ac_ext >&5
13194 ac_header_preproc=no
13197 rm -f conftest.err conftest.$ac_ext
13198 { $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
13199 $as_echo "$ac_header_preproc" >&6; }
13201 # So? What about this header?
13202 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
13203 yes:no: )
13204 { $as_echo "$as_me:$LINENO: WARNING: gnutls/gnutls.h: accepted by the compiler, rejected by the preprocessor!" >&5
13205 $as_echo "$as_me: WARNING: gnutls/gnutls.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
13206 { $as_echo "$as_me:$LINENO: WARNING: gnutls/gnutls.h: proceeding with the compiler's result" >&5
13207 $as_echo "$as_me: WARNING: gnutls/gnutls.h: proceeding with the compiler's result" >&2;}
13208 ac_header_preproc=yes
13210 no:yes:* )
13211 { $as_echo "$as_me:$LINENO: WARNING: gnutls/gnutls.h: present but cannot be compiled" >&5
13212 $as_echo "$as_me: WARNING: gnutls/gnutls.h: present but cannot be compiled" >&2;}
13213 { $as_echo "$as_me:$LINENO: WARNING: gnutls/gnutls.h: check for missing prerequisite headers?" >&5
13214 $as_echo "$as_me: WARNING: gnutls/gnutls.h: check for missing prerequisite headers?" >&2;}
13215 { $as_echo "$as_me:$LINENO: WARNING: gnutls/gnutls.h: see the Autoconf documentation" >&5
13216 $as_echo "$as_me: WARNING: gnutls/gnutls.h: see the Autoconf documentation" >&2;}
13217 { $as_echo "$as_me:$LINENO: WARNING: gnutls/gnutls.h: section \"Present But Cannot Be Compiled\"" >&5
13218 $as_echo "$as_me: WARNING: gnutls/gnutls.h: section \"Present But Cannot Be Compiled\"" >&2;}
13219 { $as_echo "$as_me:$LINENO: WARNING: gnutls/gnutls.h: proceeding with the preprocessor's result" >&5
13220 $as_echo "$as_me: WARNING: gnutls/gnutls.h: proceeding with the preprocessor's result" >&2;}
13221 { $as_echo "$as_me:$LINENO: WARNING: gnutls/gnutls.h: in the future, the compiler will take precedence" >&5
13222 $as_echo "$as_me: WARNING: gnutls/gnutls.h: in the future, the compiler will take precedence" >&2;}
13223 ( cat <<\_ASBOX
13224 ## ------------------------------------ ##
13225 ## Report this to wine-devel@winehq.org ##
13226 ## ------------------------------------ ##
13227 _ASBOX
13228 ) | sed "s/^/$as_me: WARNING: /" >&2
13230 esac
13231 { $as_echo "$as_me:$LINENO: checking for gnutls/gnutls.h" >&5
13232 $as_echo_n "checking for gnutls/gnutls.h... " >&6; }
13233 if test "${ac_cv_header_gnutls_gnutls_h+set}" = set; then
13234 $as_echo_n "(cached) " >&6
13235 else
13236 ac_cv_header_gnutls_gnutls_h=$ac_header_preproc
13238 { $as_echo "$as_me:$LINENO: result: $ac_cv_header_gnutls_gnutls_h" >&5
13239 $as_echo "$ac_cv_header_gnutls_gnutls_h" >&6; }
13242 if test "x$ac_cv_header_gnutls_gnutls_h" = x""yes; then
13243 cat >conftest.$ac_ext <<_ACEOF
13244 /* confdefs.h. */
13245 _ACEOF
13246 cat confdefs.h >>conftest.$ac_ext
13247 cat >>conftest.$ac_ext <<_ACEOF
13248 /* end confdefs.h. */
13249 #include <gnutls/gnutls.h>
13251 main ()
13253 typeof(gnutls_transport_set_errno) *pfunc;
13255 return 0;
13257 _ACEOF
13258 rm -f conftest.$ac_objext
13259 if { (ac_try="$ac_compile"
13260 case "(($ac_try" in
13261 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13262 *) ac_try_echo=$ac_try;;
13263 esac
13264 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
13265 $as_echo "$ac_try_echo") >&5
13266 (eval "$ac_compile") 2>conftest.er1
13267 ac_status=$?
13268 grep -v '^ *+' conftest.er1 >conftest.err
13269 rm -f conftest.er1
13270 cat conftest.err >&5
13271 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
13272 (exit $ac_status); } && {
13273 test -z "$ac_c_werror_flag" ||
13274 test ! -s conftest.err
13275 } && test -s conftest.$ac_objext; then
13276 { $as_echo "$as_me:$LINENO: checking for -lgnutls" >&5
13277 $as_echo_n "checking for -lgnutls... " >&6; }
13278 if test "${ac_cv_lib_soname_gnutls+set}" = set; then
13279 $as_echo_n "(cached) " >&6
13280 else
13281 ac_check_soname_save_LIBS=$LIBS
13282 LIBS="-lgnutls $ac_gnutls_libs $LIBS"
13283 cat >conftest.$ac_ext <<_ACEOF
13284 /* confdefs.h. */
13285 _ACEOF
13286 cat confdefs.h >>conftest.$ac_ext
13287 cat >>conftest.$ac_ext <<_ACEOF
13288 /* end confdefs.h. */
13290 /* Override any GCC internal prototype to avoid an error.
13291 Use char because int might match the return type of a GCC
13292 builtin and then its argument prototype would still apply. */
13293 #ifdef __cplusplus
13294 extern "C"
13295 #endif
13296 char gnutls_global_init ();
13298 main ()
13300 return gnutls_global_init ();
13302 return 0;
13304 _ACEOF
13305 rm -f conftest.$ac_objext conftest$ac_exeext
13306 if { (ac_try="$ac_link"
13307 case "(($ac_try" in
13308 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13309 *) ac_try_echo=$ac_try;;
13310 esac
13311 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
13312 $as_echo "$ac_try_echo") >&5
13313 (eval "$ac_link") 2>conftest.er1
13314 ac_status=$?
13315 grep -v '^ *+' conftest.er1 >conftest.err
13316 rm -f conftest.er1
13317 cat conftest.err >&5
13318 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
13319 (exit $ac_status); } && {
13320 test -z "$ac_c_werror_flag" ||
13321 test ! -s conftest.err
13322 } && test -s conftest$ac_exeext && {
13323 test "$cross_compiling" = yes ||
13324 $as_test_x conftest$ac_exeext
13325 }; then
13326 case "$LIBEXT" in
13327 dll) ;;
13328 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'` ;;
13329 *) ac_cv_lib_soname_gnutls=`$ac_cv_path_LDD conftest$ac_exeext | grep "libgnutls\\.$LIBEXT" | sed -e "s/^.*\(libgnutls\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
13330 esac
13331 else
13332 $as_echo "$as_me: failed program was:" >&5
13333 sed 's/^/| /' conftest.$ac_ext >&5
13338 rm -rf conftest.dSYM
13339 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
13340 conftest$ac_exeext conftest.$ac_ext
13341 LIBS=$ac_check_soname_save_LIBS
13343 if test "x$ac_cv_lib_soname_gnutls" = "x"; then
13344 { $as_echo "$as_me:$LINENO: result: not found" >&5
13345 $as_echo "not found" >&6; }
13347 else
13348 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_gnutls" >&5
13349 $as_echo "$ac_cv_lib_soname_gnutls" >&6; }
13351 cat >>confdefs.h <<_ACEOF
13352 #define SONAME_LIBGNUTLS "$ac_cv_lib_soname_gnutls"
13353 _ACEOF
13355 GNUTLSINCL="$ac_gnutls_cflags"
13359 else
13360 $as_echo "$as_me: failed program was:" >&5
13361 sed 's/^/| /' conftest.$ac_ext >&5
13366 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
13370 CPPFLAGS="$ac_save_CPPFLAGS"
13372 if test "x$ac_cv_lib_soname_gnutls" = "x"; then
13373 case "x$with_gnutls" in
13374 x) wine_notices="$wine_notices|libgnutls ${notice_platform}development files not found, no schannel support." ;;
13375 xno) ;;
13376 *) { { $as_echo "$as_me:$LINENO: error: libgnutls ${notice_platform}development files not found, no schannel support.
13377 This is an error since --with-gnutls was requested." >&5
13378 $as_echo "$as_me: error: libgnutls ${notice_platform}development files not found, no schannel support.
13379 This is an error since --with-gnutls was requested." >&2;}
13380 { (exit 1); exit 1; }; } ;;
13381 esac
13385 CURSESLIBS=""
13386 if test "$ac_cv_header_ncurses_h" = "yes"
13387 then
13388 { $as_echo "$as_me:$LINENO: checking for -lncurses" >&5
13389 $as_echo_n "checking for -lncurses... " >&6; }
13390 if test "${ac_cv_lib_soname_ncurses+set}" = set; then
13391 $as_echo_n "(cached) " >&6
13392 else
13393 ac_check_soname_save_LIBS=$LIBS
13394 LIBS="-lncurses $LIBS"
13395 cat >conftest.$ac_ext <<_ACEOF
13396 /* confdefs.h. */
13397 _ACEOF
13398 cat confdefs.h >>conftest.$ac_ext
13399 cat >>conftest.$ac_ext <<_ACEOF
13400 /* end confdefs.h. */
13402 /* Override any GCC internal prototype to avoid an error.
13403 Use char because int might match the return type of a GCC
13404 builtin and then its argument prototype would still apply. */
13405 #ifdef __cplusplus
13406 extern "C"
13407 #endif
13408 char waddch ();
13410 main ()
13412 return waddch ();
13414 return 0;
13416 _ACEOF
13417 rm -f conftest.$ac_objext conftest$ac_exeext
13418 if { (ac_try="$ac_link"
13419 case "(($ac_try" in
13420 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13421 *) ac_try_echo=$ac_try;;
13422 esac
13423 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
13424 $as_echo "$ac_try_echo") >&5
13425 (eval "$ac_link") 2>conftest.er1
13426 ac_status=$?
13427 grep -v '^ *+' conftest.er1 >conftest.err
13428 rm -f conftest.er1
13429 cat conftest.err >&5
13430 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
13431 (exit $ac_status); } && {
13432 test -z "$ac_c_werror_flag" ||
13433 test ! -s conftest.err
13434 } && test -s conftest$ac_exeext && {
13435 test "$cross_compiling" = yes ||
13436 $as_test_x conftest$ac_exeext
13437 }; then
13438 case "$LIBEXT" in
13439 dll) ;;
13440 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'` ;;
13441 *) ac_cv_lib_soname_ncurses=`$ac_cv_path_LDD conftest$ac_exeext | grep "libncurses\\.$LIBEXT" | sed -e "s/^.*\(libncurses\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
13442 esac
13443 else
13444 $as_echo "$as_me: failed program was:" >&5
13445 sed 's/^/| /' conftest.$ac_ext >&5
13450 rm -rf conftest.dSYM
13451 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
13452 conftest$ac_exeext conftest.$ac_ext
13453 LIBS=$ac_check_soname_save_LIBS
13455 if test "x$ac_cv_lib_soname_ncurses" = "x"; then
13456 { $as_echo "$as_me:$LINENO: result: not found" >&5
13457 $as_echo "not found" >&6; }
13459 else
13460 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_ncurses" >&5
13461 $as_echo "$ac_cv_lib_soname_ncurses" >&6; }
13463 cat >>confdefs.h <<_ACEOF
13464 #define SONAME_LIBNCURSES "$ac_cv_lib_soname_ncurses"
13465 _ACEOF
13467 CURSESLIBS="-lncurses"
13470 elif test "$ac_cv_header_curses_h" = "yes"
13471 then
13472 { $as_echo "$as_me:$LINENO: checking for -lcurses" >&5
13473 $as_echo_n "checking for -lcurses... " >&6; }
13474 if test "${ac_cv_lib_soname_curses+set}" = set; then
13475 $as_echo_n "(cached) " >&6
13476 else
13477 ac_check_soname_save_LIBS=$LIBS
13478 LIBS="-lcurses $LIBS"
13479 cat >conftest.$ac_ext <<_ACEOF
13480 /* confdefs.h. */
13481 _ACEOF
13482 cat confdefs.h >>conftest.$ac_ext
13483 cat >>conftest.$ac_ext <<_ACEOF
13484 /* end confdefs.h. */
13486 /* Override any GCC internal prototype to avoid an error.
13487 Use char because int might match the return type of a GCC
13488 builtin and then its argument prototype would still apply. */
13489 #ifdef __cplusplus
13490 extern "C"
13491 #endif
13492 char waddch ();
13494 main ()
13496 return waddch ();
13498 return 0;
13500 _ACEOF
13501 rm -f conftest.$ac_objext conftest$ac_exeext
13502 if { (ac_try="$ac_link"
13503 case "(($ac_try" in
13504 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13505 *) ac_try_echo=$ac_try;;
13506 esac
13507 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
13508 $as_echo "$ac_try_echo") >&5
13509 (eval "$ac_link") 2>conftest.er1
13510 ac_status=$?
13511 grep -v '^ *+' conftest.er1 >conftest.err
13512 rm -f conftest.er1
13513 cat conftest.err >&5
13514 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
13515 (exit $ac_status); } && {
13516 test -z "$ac_c_werror_flag" ||
13517 test ! -s conftest.err
13518 } && test -s conftest$ac_exeext && {
13519 test "$cross_compiling" = yes ||
13520 $as_test_x conftest$ac_exeext
13521 }; then
13522 case "$LIBEXT" in
13523 dll) ;;
13524 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'` ;;
13525 *) ac_cv_lib_soname_curses=`$ac_cv_path_LDD conftest$ac_exeext | grep "libcurses\\.$LIBEXT" | sed -e "s/^.*\(libcurses\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
13526 esac
13527 else
13528 $as_echo "$as_me: failed program was:" >&5
13529 sed 's/^/| /' conftest.$ac_ext >&5
13534 rm -rf conftest.dSYM
13535 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
13536 conftest$ac_exeext conftest.$ac_ext
13537 LIBS=$ac_check_soname_save_LIBS
13539 if test "x$ac_cv_lib_soname_curses" = "x"; then
13540 { $as_echo "$as_me:$LINENO: result: not found" >&5
13541 $as_echo "not found" >&6; }
13543 else
13544 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_curses" >&5
13545 $as_echo "$ac_cv_lib_soname_curses" >&6; }
13547 cat >>confdefs.h <<_ACEOF
13548 #define SONAME_LIBCURSES "$ac_cv_lib_soname_curses"
13549 _ACEOF
13551 CURSESLIBS="-lcurses"
13555 ac_save_LIBS="$LIBS"
13556 LIBS="$LIBS $CURSESLIBS"
13558 for ac_func in mousemask
13560 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
13561 { $as_echo "$as_me:$LINENO: checking for $ac_func" >&5
13562 $as_echo_n "checking for $ac_func... " >&6; }
13563 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
13564 $as_echo_n "(cached) " >&6
13565 else
13566 cat >conftest.$ac_ext <<_ACEOF
13567 /* confdefs.h. */
13568 _ACEOF
13569 cat confdefs.h >>conftest.$ac_ext
13570 cat >>conftest.$ac_ext <<_ACEOF
13571 /* end confdefs.h. */
13572 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
13573 For example, HP-UX 11i <limits.h> declares gettimeofday. */
13574 #define $ac_func innocuous_$ac_func
13576 /* System header to define __stub macros and hopefully few prototypes,
13577 which can conflict with char $ac_func (); below.
13578 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
13579 <limits.h> exists even on freestanding compilers. */
13581 #ifdef __STDC__
13582 # include <limits.h>
13583 #else
13584 # include <assert.h>
13585 #endif
13587 #undef $ac_func
13589 /* Override any GCC internal prototype to avoid an error.
13590 Use char because int might match the return type of a GCC
13591 builtin and then its argument prototype would still apply. */
13592 #ifdef __cplusplus
13593 extern "C"
13594 #endif
13595 char $ac_func ();
13596 /* The GNU C library defines this for functions which it implements
13597 to always fail with ENOSYS. Some functions are actually named
13598 something starting with __ and the normal name is an alias. */
13599 #if defined __stub_$ac_func || defined __stub___$ac_func
13600 choke me
13601 #endif
13604 main ()
13606 return $ac_func ();
13608 return 0;
13610 _ACEOF
13611 rm -f conftest.$ac_objext conftest$ac_exeext
13612 if { (ac_try="$ac_link"
13613 case "(($ac_try" in
13614 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13615 *) ac_try_echo=$ac_try;;
13616 esac
13617 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
13618 $as_echo "$ac_try_echo") >&5
13619 (eval "$ac_link") 2>conftest.er1
13620 ac_status=$?
13621 grep -v '^ *+' conftest.er1 >conftest.err
13622 rm -f conftest.er1
13623 cat conftest.err >&5
13624 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
13625 (exit $ac_status); } && {
13626 test -z "$ac_c_werror_flag" ||
13627 test ! -s conftest.err
13628 } && test -s conftest$ac_exeext && {
13629 test "$cross_compiling" = yes ||
13630 $as_test_x conftest$ac_exeext
13631 }; then
13632 eval "$as_ac_var=yes"
13633 else
13634 $as_echo "$as_me: failed program was:" >&5
13635 sed 's/^/| /' conftest.$ac_ext >&5
13637 eval "$as_ac_var=no"
13640 rm -rf conftest.dSYM
13641 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
13642 conftest$ac_exeext conftest.$ac_ext
13644 ac_res=`eval 'as_val=${'$as_ac_var'}
13645 $as_echo "$as_val"'`
13646 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
13647 $as_echo "$ac_res" >&6; }
13648 as_val=`eval 'as_val=${'$as_ac_var'}
13649 $as_echo "$as_val"'`
13650 if test "x$as_val" = x""yes; then
13651 cat >>confdefs.h <<_ACEOF
13652 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
13653 _ACEOF
13656 done
13658 LIBS="$ac_save_LIBS"
13659 if test "x$ac_cv_lib_soname_curses$ac_cv_lib_soname_ncurses" = "x"; then
13660 case "x$with_curses" in
13661 x) wine_notices="$wine_notices|lib(n)curses ${notice_platform}development files not found, curses won't be supported." ;;
13662 xno) ;;
13663 *) { { $as_echo "$as_me:$LINENO: error: lib(n)curses ${notice_platform}development files not found, curses won't be supported.
13664 This is an error since --with-curses was requested." >&5
13665 $as_echo "$as_me: error: lib(n)curses ${notice_platform}development files not found, curses won't be supported.
13666 This is an error since --with-curses was requested." >&2;}
13667 { (exit 1); exit 1; }; } ;;
13668 esac
13672 # Extract the first word of "sane-config", so it can be a program name with args.
13673 set dummy sane-config; ac_word=$2
13674 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
13675 $as_echo_n "checking for $ac_word... " >&6; }
13676 if test "${ac_cv_prog_sane_devel+set}" = set; then
13677 $as_echo_n "(cached) " >&6
13678 else
13679 if test -n "$sane_devel"; then
13680 ac_cv_prog_sane_devel="$sane_devel" # Let the user override the test.
13681 else
13682 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
13683 for as_dir in $PATH
13685 IFS=$as_save_IFS
13686 test -z "$as_dir" && as_dir=.
13687 for ac_exec_ext in '' $ac_executable_extensions; do
13688 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
13689 ac_cv_prog_sane_devel="sane-config"
13690 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
13691 break 2
13693 done
13694 done
13695 IFS=$as_save_IFS
13697 test -z "$ac_cv_prog_sane_devel" && ac_cv_prog_sane_devel="no"
13700 sane_devel=$ac_cv_prog_sane_devel
13701 if test -n "$sane_devel"; then
13702 { $as_echo "$as_me:$LINENO: result: $sane_devel" >&5
13703 $as_echo "$sane_devel" >&6; }
13704 else
13705 { $as_echo "$as_me:$LINENO: result: no" >&5
13706 $as_echo "no" >&6; }
13710 if test "$sane_devel" != "no" -a "x$with_sane" != "xno"
13711 then
13712 ac_sane_incl="`$sane_devel --cflags`"
13713 ac_sane_libs="`$sane_devel --ldflags`"
13714 ac_save_CPPFLAGS="$CPPFLAGS"
13715 CPPFLAGS="$CPPFLAGS $ac_sane_incl"
13716 if test "${ac_cv_header_sane_sane_h+set}" = set; then
13717 { $as_echo "$as_me:$LINENO: checking for sane/sane.h" >&5
13718 $as_echo_n "checking for sane/sane.h... " >&6; }
13719 if test "${ac_cv_header_sane_sane_h+set}" = set; then
13720 $as_echo_n "(cached) " >&6
13722 { $as_echo "$as_me:$LINENO: result: $ac_cv_header_sane_sane_h" >&5
13723 $as_echo "$ac_cv_header_sane_sane_h" >&6; }
13724 else
13725 # Is the header compilable?
13726 { $as_echo "$as_me:$LINENO: checking sane/sane.h usability" >&5
13727 $as_echo_n "checking sane/sane.h usability... " >&6; }
13728 cat >conftest.$ac_ext <<_ACEOF
13729 /* confdefs.h. */
13730 _ACEOF
13731 cat confdefs.h >>conftest.$ac_ext
13732 cat >>conftest.$ac_ext <<_ACEOF
13733 /* end confdefs.h. */
13734 $ac_includes_default
13735 #include <sane/sane.h>
13736 _ACEOF
13737 rm -f conftest.$ac_objext
13738 if { (ac_try="$ac_compile"
13739 case "(($ac_try" in
13740 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13741 *) ac_try_echo=$ac_try;;
13742 esac
13743 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
13744 $as_echo "$ac_try_echo") >&5
13745 (eval "$ac_compile") 2>conftest.er1
13746 ac_status=$?
13747 grep -v '^ *+' conftest.er1 >conftest.err
13748 rm -f conftest.er1
13749 cat conftest.err >&5
13750 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
13751 (exit $ac_status); } && {
13752 test -z "$ac_c_werror_flag" ||
13753 test ! -s conftest.err
13754 } && test -s conftest.$ac_objext; then
13755 ac_header_compiler=yes
13756 else
13757 $as_echo "$as_me: failed program was:" >&5
13758 sed 's/^/| /' conftest.$ac_ext >&5
13760 ac_header_compiler=no
13763 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
13764 { $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
13765 $as_echo "$ac_header_compiler" >&6; }
13767 # Is the header present?
13768 { $as_echo "$as_me:$LINENO: checking sane/sane.h presence" >&5
13769 $as_echo_n "checking sane/sane.h presence... " >&6; }
13770 cat >conftest.$ac_ext <<_ACEOF
13771 /* confdefs.h. */
13772 _ACEOF
13773 cat confdefs.h >>conftest.$ac_ext
13774 cat >>conftest.$ac_ext <<_ACEOF
13775 /* end confdefs.h. */
13776 #include <sane/sane.h>
13777 _ACEOF
13778 if { (ac_try="$ac_cpp conftest.$ac_ext"
13779 case "(($ac_try" in
13780 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13781 *) ac_try_echo=$ac_try;;
13782 esac
13783 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
13784 $as_echo "$ac_try_echo") >&5
13785 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
13786 ac_status=$?
13787 grep -v '^ *+' conftest.er1 >conftest.err
13788 rm -f conftest.er1
13789 cat conftest.err >&5
13790 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
13791 (exit $ac_status); } >/dev/null && {
13792 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
13793 test ! -s conftest.err
13794 }; then
13795 ac_header_preproc=yes
13796 else
13797 $as_echo "$as_me: failed program was:" >&5
13798 sed 's/^/| /' conftest.$ac_ext >&5
13800 ac_header_preproc=no
13803 rm -f conftest.err conftest.$ac_ext
13804 { $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
13805 $as_echo "$ac_header_preproc" >&6; }
13807 # So? What about this header?
13808 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
13809 yes:no: )
13810 { $as_echo "$as_me:$LINENO: WARNING: sane/sane.h: accepted by the compiler, rejected by the preprocessor!" >&5
13811 $as_echo "$as_me: WARNING: sane/sane.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
13812 { $as_echo "$as_me:$LINENO: WARNING: sane/sane.h: proceeding with the compiler's result" >&5
13813 $as_echo "$as_me: WARNING: sane/sane.h: proceeding with the compiler's result" >&2;}
13814 ac_header_preproc=yes
13816 no:yes:* )
13817 { $as_echo "$as_me:$LINENO: WARNING: sane/sane.h: present but cannot be compiled" >&5
13818 $as_echo "$as_me: WARNING: sane/sane.h: present but cannot be compiled" >&2;}
13819 { $as_echo "$as_me:$LINENO: WARNING: sane/sane.h: check for missing prerequisite headers?" >&5
13820 $as_echo "$as_me: WARNING: sane/sane.h: check for missing prerequisite headers?" >&2;}
13821 { $as_echo "$as_me:$LINENO: WARNING: sane/sane.h: see the Autoconf documentation" >&5
13822 $as_echo "$as_me: WARNING: sane/sane.h: see the Autoconf documentation" >&2;}
13823 { $as_echo "$as_me:$LINENO: WARNING: sane/sane.h: section \"Present But Cannot Be Compiled\"" >&5
13824 $as_echo "$as_me: WARNING: sane/sane.h: section \"Present But Cannot Be Compiled\"" >&2;}
13825 { $as_echo "$as_me:$LINENO: WARNING: sane/sane.h: proceeding with the preprocessor's result" >&5
13826 $as_echo "$as_me: WARNING: sane/sane.h: proceeding with the preprocessor's result" >&2;}
13827 { $as_echo "$as_me:$LINENO: WARNING: sane/sane.h: in the future, the compiler will take precedence" >&5
13828 $as_echo "$as_me: WARNING: sane/sane.h: in the future, the compiler will take precedence" >&2;}
13829 ( cat <<\_ASBOX
13830 ## ------------------------------------ ##
13831 ## Report this to wine-devel@winehq.org ##
13832 ## ------------------------------------ ##
13833 _ASBOX
13834 ) | sed "s/^/$as_me: WARNING: /" >&2
13836 esac
13837 { $as_echo "$as_me:$LINENO: checking for sane/sane.h" >&5
13838 $as_echo_n "checking for sane/sane.h... " >&6; }
13839 if test "${ac_cv_header_sane_sane_h+set}" = set; then
13840 $as_echo_n "(cached) " >&6
13841 else
13842 ac_cv_header_sane_sane_h=$ac_header_preproc
13844 { $as_echo "$as_me:$LINENO: result: $ac_cv_header_sane_sane_h" >&5
13845 $as_echo "$ac_cv_header_sane_sane_h" >&6; }
13848 if test "x$ac_cv_header_sane_sane_h" = x""yes; then
13849 { $as_echo "$as_me:$LINENO: checking for -lsane" >&5
13850 $as_echo_n "checking for -lsane... " >&6; }
13851 if test "${ac_cv_lib_soname_sane+set}" = set; then
13852 $as_echo_n "(cached) " >&6
13853 else
13854 ac_check_soname_save_LIBS=$LIBS
13855 LIBS="-lsane $ac_sane_libs $LIBS"
13856 cat >conftest.$ac_ext <<_ACEOF
13857 /* confdefs.h. */
13858 _ACEOF
13859 cat confdefs.h >>conftest.$ac_ext
13860 cat >>conftest.$ac_ext <<_ACEOF
13861 /* end confdefs.h. */
13863 /* Override any GCC internal prototype to avoid an error.
13864 Use char because int might match the return type of a GCC
13865 builtin and then its argument prototype would still apply. */
13866 #ifdef __cplusplus
13867 extern "C"
13868 #endif
13869 char sane_init ();
13871 main ()
13873 return sane_init ();
13875 return 0;
13877 _ACEOF
13878 rm -f conftest.$ac_objext conftest$ac_exeext
13879 if { (ac_try="$ac_link"
13880 case "(($ac_try" in
13881 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13882 *) ac_try_echo=$ac_try;;
13883 esac
13884 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
13885 $as_echo "$ac_try_echo") >&5
13886 (eval "$ac_link") 2>conftest.er1
13887 ac_status=$?
13888 grep -v '^ *+' conftest.er1 >conftest.err
13889 rm -f conftest.er1
13890 cat conftest.err >&5
13891 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
13892 (exit $ac_status); } && {
13893 test -z "$ac_c_werror_flag" ||
13894 test ! -s conftest.err
13895 } && test -s conftest$ac_exeext && {
13896 test "$cross_compiling" = yes ||
13897 $as_test_x conftest$ac_exeext
13898 }; then
13899 case "$LIBEXT" in
13900 dll) ;;
13901 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'` ;;
13902 *) ac_cv_lib_soname_sane=`$ac_cv_path_LDD conftest$ac_exeext | grep "libsane\\.$LIBEXT" | sed -e "s/^.*\(libsane\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
13903 esac
13904 else
13905 $as_echo "$as_me: failed program was:" >&5
13906 sed 's/^/| /' conftest.$ac_ext >&5
13911 rm -rf conftest.dSYM
13912 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
13913 conftest$ac_exeext conftest.$ac_ext
13914 LIBS=$ac_check_soname_save_LIBS
13916 if test "x$ac_cv_lib_soname_sane" = "x"; then
13917 { $as_echo "$as_me:$LINENO: result: not found" >&5
13918 $as_echo "not found" >&6; }
13920 else
13921 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_sane" >&5
13922 $as_echo "$ac_cv_lib_soname_sane" >&6; }
13924 cat >>confdefs.h <<_ACEOF
13925 #define SONAME_LIBSANE "$ac_cv_lib_soname_sane"
13926 _ACEOF
13928 SANEINCL="$ac_sane_incl"
13935 CPPFLAGS="$ac_save_CPPFLAGS"
13937 if test "x$ac_cv_lib_soname_sane" = "x"; then
13938 case "x$with_sane" in
13939 x) wine_notices="$wine_notices|libsane ${notice_platform}development files not found, scanners won't be supported." ;;
13940 xno) ;;
13941 *) { { $as_echo "$as_me:$LINENO: error: libsane ${notice_platform}development files not found, scanners won't be supported.
13942 This is an error since --with-sane was requested." >&5
13943 $as_echo "$as_me: error: libsane ${notice_platform}development files not found, scanners won't be supported.
13944 This is an error since --with-sane was requested." >&2;}
13945 { (exit 1); exit 1; }; } ;;
13946 esac
13950 # Extract the first word of "gphoto2-config", so it can be a program name with args.
13951 set dummy gphoto2-config; ac_word=$2
13952 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
13953 $as_echo_n "checking for $ac_word... " >&6; }
13954 if test "${ac_cv_prog_gphoto2_devel+set}" = set; then
13955 $as_echo_n "(cached) " >&6
13956 else
13957 if test -n "$gphoto2_devel"; then
13958 ac_cv_prog_gphoto2_devel="$gphoto2_devel" # Let the user override the test.
13959 else
13960 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
13961 for as_dir in $PATH
13963 IFS=$as_save_IFS
13964 test -z "$as_dir" && as_dir=.
13965 for ac_exec_ext in '' $ac_executable_extensions; do
13966 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
13967 ac_cv_prog_gphoto2_devel="gphoto2-config"
13968 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
13969 break 2
13971 done
13972 done
13973 IFS=$as_save_IFS
13975 test -z "$ac_cv_prog_gphoto2_devel" && ac_cv_prog_gphoto2_devel="no"
13978 gphoto2_devel=$ac_cv_prog_gphoto2_devel
13979 if test -n "$gphoto2_devel"; then
13980 { $as_echo "$as_me:$LINENO: result: $gphoto2_devel" >&5
13981 $as_echo "$gphoto2_devel" >&6; }
13982 else
13983 { $as_echo "$as_me:$LINENO: result: no" >&5
13984 $as_echo "no" >&6; }
13988 # Extract the first word of "gphoto2-port-config", so it can be a program name with args.
13989 set dummy gphoto2-port-config; ac_word=$2
13990 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
13991 $as_echo_n "checking for $ac_word... " >&6; }
13992 if test "${ac_cv_prog_gphoto2port_devel+set}" = set; then
13993 $as_echo_n "(cached) " >&6
13994 else
13995 if test -n "$gphoto2port_devel"; then
13996 ac_cv_prog_gphoto2port_devel="$gphoto2port_devel" # Let the user override the test.
13997 else
13998 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
13999 for as_dir in $PATH
14001 IFS=$as_save_IFS
14002 test -z "$as_dir" && as_dir=.
14003 for ac_exec_ext in '' $ac_executable_extensions; do
14004 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
14005 ac_cv_prog_gphoto2port_devel="gphoto2-port-config"
14006 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
14007 break 2
14009 done
14010 done
14011 IFS=$as_save_IFS
14013 test -z "$ac_cv_prog_gphoto2port_devel" && ac_cv_prog_gphoto2port_devel="no"
14016 gphoto2port_devel=$ac_cv_prog_gphoto2port_devel
14017 if test -n "$gphoto2port_devel"; then
14018 { $as_echo "$as_me:$LINENO: result: $gphoto2port_devel" >&5
14019 $as_echo "$gphoto2port_devel" >&6; }
14020 else
14021 { $as_echo "$as_me:$LINENO: result: no" >&5
14022 $as_echo "no" >&6; }
14026 if test "$gphoto2_devel" != "no" -a "$gphoto2port_devel" != "no" -a "x$with_gphoto" != "xno"
14027 then
14028 ac_gphoto2_incl="`$gphoto2_devel --cflags` `$gphoto2port_devel --cflags`"
14029 ac_gphoto2_libs=""
14030 for i in `$gphoto2_devel --libs` `$gphoto2port_devel --libs`
14032 case "$i" in
14033 -L/usr/lib|-L/usr/lib64) ;;
14034 -L*|-l*) ac_gphoto2_libs="$ac_gphoto2_libs $i";;
14035 esac
14036 done
14037 ac_save_CPPFLAGS="$CPPFLAGS"
14038 CPPFLAGS="$CPPFLAGS $ac_gphoto2_incl"
14039 if test "${ac_cv_header_gphoto2_camera_h+set}" = set; then
14040 { $as_echo "$as_me:$LINENO: checking for gphoto2-camera.h" >&5
14041 $as_echo_n "checking for gphoto2-camera.h... " >&6; }
14042 if test "${ac_cv_header_gphoto2_camera_h+set}" = set; then
14043 $as_echo_n "(cached) " >&6
14045 { $as_echo "$as_me:$LINENO: result: $ac_cv_header_gphoto2_camera_h" >&5
14046 $as_echo "$ac_cv_header_gphoto2_camera_h" >&6; }
14047 else
14048 # Is the header compilable?
14049 { $as_echo "$as_me:$LINENO: checking gphoto2-camera.h usability" >&5
14050 $as_echo_n "checking gphoto2-camera.h usability... " >&6; }
14051 cat >conftest.$ac_ext <<_ACEOF
14052 /* confdefs.h. */
14053 _ACEOF
14054 cat confdefs.h >>conftest.$ac_ext
14055 cat >>conftest.$ac_ext <<_ACEOF
14056 /* end confdefs.h. */
14057 $ac_includes_default
14058 #include <gphoto2-camera.h>
14059 _ACEOF
14060 rm -f conftest.$ac_objext
14061 if { (ac_try="$ac_compile"
14062 case "(($ac_try" in
14063 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14064 *) ac_try_echo=$ac_try;;
14065 esac
14066 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
14067 $as_echo "$ac_try_echo") >&5
14068 (eval "$ac_compile") 2>conftest.er1
14069 ac_status=$?
14070 grep -v '^ *+' conftest.er1 >conftest.err
14071 rm -f conftest.er1
14072 cat conftest.err >&5
14073 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
14074 (exit $ac_status); } && {
14075 test -z "$ac_c_werror_flag" ||
14076 test ! -s conftest.err
14077 } && test -s conftest.$ac_objext; then
14078 ac_header_compiler=yes
14079 else
14080 $as_echo "$as_me: failed program was:" >&5
14081 sed 's/^/| /' conftest.$ac_ext >&5
14083 ac_header_compiler=no
14086 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14087 { $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
14088 $as_echo "$ac_header_compiler" >&6; }
14090 # Is the header present?
14091 { $as_echo "$as_me:$LINENO: checking gphoto2-camera.h presence" >&5
14092 $as_echo_n "checking gphoto2-camera.h presence... " >&6; }
14093 cat >conftest.$ac_ext <<_ACEOF
14094 /* confdefs.h. */
14095 _ACEOF
14096 cat confdefs.h >>conftest.$ac_ext
14097 cat >>conftest.$ac_ext <<_ACEOF
14098 /* end confdefs.h. */
14099 #include <gphoto2-camera.h>
14100 _ACEOF
14101 if { (ac_try="$ac_cpp conftest.$ac_ext"
14102 case "(($ac_try" in
14103 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14104 *) ac_try_echo=$ac_try;;
14105 esac
14106 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
14107 $as_echo "$ac_try_echo") >&5
14108 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
14109 ac_status=$?
14110 grep -v '^ *+' conftest.er1 >conftest.err
14111 rm -f conftest.er1
14112 cat conftest.err >&5
14113 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
14114 (exit $ac_status); } >/dev/null && {
14115 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
14116 test ! -s conftest.err
14117 }; then
14118 ac_header_preproc=yes
14119 else
14120 $as_echo "$as_me: failed program was:" >&5
14121 sed 's/^/| /' conftest.$ac_ext >&5
14123 ac_header_preproc=no
14126 rm -f conftest.err conftest.$ac_ext
14127 { $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
14128 $as_echo "$ac_header_preproc" >&6; }
14130 # So? What about this header?
14131 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
14132 yes:no: )
14133 { $as_echo "$as_me:$LINENO: WARNING: gphoto2-camera.h: accepted by the compiler, rejected by the preprocessor!" >&5
14134 $as_echo "$as_me: WARNING: gphoto2-camera.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
14135 { $as_echo "$as_me:$LINENO: WARNING: gphoto2-camera.h: proceeding with the compiler's result" >&5
14136 $as_echo "$as_me: WARNING: gphoto2-camera.h: proceeding with the compiler's result" >&2;}
14137 ac_header_preproc=yes
14139 no:yes:* )
14140 { $as_echo "$as_me:$LINENO: WARNING: gphoto2-camera.h: present but cannot be compiled" >&5
14141 $as_echo "$as_me: WARNING: gphoto2-camera.h: present but cannot be compiled" >&2;}
14142 { $as_echo "$as_me:$LINENO: WARNING: gphoto2-camera.h: check for missing prerequisite headers?" >&5
14143 $as_echo "$as_me: WARNING: gphoto2-camera.h: check for missing prerequisite headers?" >&2;}
14144 { $as_echo "$as_me:$LINENO: WARNING: gphoto2-camera.h: see the Autoconf documentation" >&5
14145 $as_echo "$as_me: WARNING: gphoto2-camera.h: see the Autoconf documentation" >&2;}
14146 { $as_echo "$as_me:$LINENO: WARNING: gphoto2-camera.h: section \"Present But Cannot Be Compiled\"" >&5
14147 $as_echo "$as_me: WARNING: gphoto2-camera.h: section \"Present But Cannot Be Compiled\"" >&2;}
14148 { $as_echo "$as_me:$LINENO: WARNING: gphoto2-camera.h: proceeding with the preprocessor's result" >&5
14149 $as_echo "$as_me: WARNING: gphoto2-camera.h: proceeding with the preprocessor's result" >&2;}
14150 { $as_echo "$as_me:$LINENO: WARNING: gphoto2-camera.h: in the future, the compiler will take precedence" >&5
14151 $as_echo "$as_me: WARNING: gphoto2-camera.h: in the future, the compiler will take precedence" >&2;}
14152 ( cat <<\_ASBOX
14153 ## ------------------------------------ ##
14154 ## Report this to wine-devel@winehq.org ##
14155 ## ------------------------------------ ##
14156 _ASBOX
14157 ) | sed "s/^/$as_me: WARNING: /" >&2
14159 esac
14160 { $as_echo "$as_me:$LINENO: checking for gphoto2-camera.h" >&5
14161 $as_echo_n "checking for gphoto2-camera.h... " >&6; }
14162 if test "${ac_cv_header_gphoto2_camera_h+set}" = set; then
14163 $as_echo_n "(cached) " >&6
14164 else
14165 ac_cv_header_gphoto2_camera_h=$ac_header_preproc
14167 { $as_echo "$as_me:$LINENO: result: $ac_cv_header_gphoto2_camera_h" >&5
14168 $as_echo "$ac_cv_header_gphoto2_camera_h" >&6; }
14171 if test "x$ac_cv_header_gphoto2_camera_h" = x""yes; then
14172 { $as_echo "$as_me:$LINENO: checking for gp_camera_new in -lgphoto2" >&5
14173 $as_echo_n "checking for gp_camera_new in -lgphoto2... " >&6; }
14174 if test "${ac_cv_lib_gphoto2_gp_camera_new+set}" = set; then
14175 $as_echo_n "(cached) " >&6
14176 else
14177 ac_check_lib_save_LIBS=$LIBS
14178 LIBS="-lgphoto2 $ac_gphoto2_libs $LIBS"
14179 cat >conftest.$ac_ext <<_ACEOF
14180 /* confdefs.h. */
14181 _ACEOF
14182 cat confdefs.h >>conftest.$ac_ext
14183 cat >>conftest.$ac_ext <<_ACEOF
14184 /* end confdefs.h. */
14186 /* Override any GCC internal prototype to avoid an error.
14187 Use char because int might match the return type of a GCC
14188 builtin and then its argument prototype would still apply. */
14189 #ifdef __cplusplus
14190 extern "C"
14191 #endif
14192 char gp_camera_new ();
14194 main ()
14196 return gp_camera_new ();
14198 return 0;
14200 _ACEOF
14201 rm -f conftest.$ac_objext conftest$ac_exeext
14202 if { (ac_try="$ac_link"
14203 case "(($ac_try" in
14204 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14205 *) ac_try_echo=$ac_try;;
14206 esac
14207 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
14208 $as_echo "$ac_try_echo") >&5
14209 (eval "$ac_link") 2>conftest.er1
14210 ac_status=$?
14211 grep -v '^ *+' conftest.er1 >conftest.err
14212 rm -f conftest.er1
14213 cat conftest.err >&5
14214 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
14215 (exit $ac_status); } && {
14216 test -z "$ac_c_werror_flag" ||
14217 test ! -s conftest.err
14218 } && test -s conftest$ac_exeext && {
14219 test "$cross_compiling" = yes ||
14220 $as_test_x conftest$ac_exeext
14221 }; then
14222 ac_cv_lib_gphoto2_gp_camera_new=yes
14223 else
14224 $as_echo "$as_me: failed program was:" >&5
14225 sed 's/^/| /' conftest.$ac_ext >&5
14227 ac_cv_lib_gphoto2_gp_camera_new=no
14230 rm -rf conftest.dSYM
14231 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
14232 conftest$ac_exeext conftest.$ac_ext
14233 LIBS=$ac_check_lib_save_LIBS
14235 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_gphoto2_gp_camera_new" >&5
14236 $as_echo "$ac_cv_lib_gphoto2_gp_camera_new" >&6; }
14237 if test "x$ac_cv_lib_gphoto2_gp_camera_new" = x""yes; then
14239 cat >>confdefs.h <<\_ACEOF
14240 #define HAVE_GPHOTO2 1
14241 _ACEOF
14243 GPHOTO2LIBS="$ac_gphoto2_libs"
14245 GPHOTO2INCL="$ac_gphoto2_incl"
14252 CPPFLAGS="$ac_save_CPPFLAGS"
14254 if test "$ac_cv_lib_gphoto2_gp_camera_new" != "yes"; then
14255 case "x$with_gphoto" in
14256 x) wine_notices="$wine_notices|libgphoto2 ${notice_platform}development files not found, digital cameras won't be supported." ;;
14257 xno) ;;
14258 *) { { $as_echo "$as_me:$LINENO: error: libgphoto2 ${notice_platform}development files not found, digital cameras won't be supported.
14259 This is an error since --with-gphoto was requested." >&5
14260 $as_echo "$as_me: error: libgphoto2 ${notice_platform}development files not found, digital cameras won't be supported.
14261 This is an error since --with-gphoto was requested." >&2;}
14262 { (exit 1); exit 1; }; } ;;
14263 esac
14268 RESOLVLIBS=""
14270 if test "$ac_cv_header_resolv_h" = "yes"
14271 then
14272 { $as_echo "$as_me:$LINENO: checking for res_query in -lresolv" >&5
14273 $as_echo_n "checking for res_query in -lresolv... " >&6; }
14274 if test "${ac_cv_lib_resolv_res_query+set}" = set; then
14275 $as_echo_n "(cached) " >&6
14276 else
14277 ac_check_lib_save_LIBS=$LIBS
14278 LIBS="-lresolv $LIBS"
14279 cat >conftest.$ac_ext <<_ACEOF
14280 /* confdefs.h. */
14281 _ACEOF
14282 cat confdefs.h >>conftest.$ac_ext
14283 cat >>conftest.$ac_ext <<_ACEOF
14284 /* end confdefs.h. */
14286 /* Override any GCC internal prototype to avoid an error.
14287 Use char because int might match the return type of a GCC
14288 builtin and then its argument prototype would still apply. */
14289 #ifdef __cplusplus
14290 extern "C"
14291 #endif
14292 char res_query ();
14294 main ()
14296 return res_query ();
14298 return 0;
14300 _ACEOF
14301 rm -f conftest.$ac_objext conftest$ac_exeext
14302 if { (ac_try="$ac_link"
14303 case "(($ac_try" in
14304 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14305 *) ac_try_echo=$ac_try;;
14306 esac
14307 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
14308 $as_echo "$ac_try_echo") >&5
14309 (eval "$ac_link") 2>conftest.er1
14310 ac_status=$?
14311 grep -v '^ *+' conftest.er1 >conftest.err
14312 rm -f conftest.er1
14313 cat conftest.err >&5
14314 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
14315 (exit $ac_status); } && {
14316 test -z "$ac_c_werror_flag" ||
14317 test ! -s conftest.err
14318 } && test -s conftest$ac_exeext && {
14319 test "$cross_compiling" = yes ||
14320 $as_test_x conftest$ac_exeext
14321 }; then
14322 ac_cv_lib_resolv_res_query=yes
14323 else
14324 $as_echo "$as_me: failed program was:" >&5
14325 sed 's/^/| /' conftest.$ac_ext >&5
14327 ac_cv_lib_resolv_res_query=no
14330 rm -rf conftest.dSYM
14331 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
14332 conftest$ac_exeext conftest.$ac_ext
14333 LIBS=$ac_check_lib_save_LIBS
14335 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_resolv_res_query" >&5
14336 $as_echo "$ac_cv_lib_resolv_res_query" >&6; }
14337 if test "x$ac_cv_lib_resolv_res_query" = x""yes; then
14339 cat >>confdefs.h <<\_ACEOF
14340 #define HAVE_RESOLV 1
14341 _ACEOF
14343 RESOLVLIBS="-lresolv"
14348 LCMSLIBS=""
14350 if test "$ac_cv_header_lcms_h" = "yes" -o "$ac_cv_header_lcms_lcms_h" = "yes"
14351 then
14352 { $as_echo "$as_me:$LINENO: checking for cmsOpenProfileFromFile in -llcms" >&5
14353 $as_echo_n "checking for cmsOpenProfileFromFile in -llcms... " >&6; }
14354 if test "${ac_cv_lib_lcms_cmsOpenProfileFromFile+set}" = set; then
14355 $as_echo_n "(cached) " >&6
14356 else
14357 ac_check_lib_save_LIBS=$LIBS
14358 LIBS="-llcms $LIBS"
14359 cat >conftest.$ac_ext <<_ACEOF
14360 /* confdefs.h. */
14361 _ACEOF
14362 cat confdefs.h >>conftest.$ac_ext
14363 cat >>conftest.$ac_ext <<_ACEOF
14364 /* end confdefs.h. */
14366 /* Override any GCC internal prototype to avoid an error.
14367 Use char because int might match the return type of a GCC
14368 builtin and then its argument prototype would still apply. */
14369 #ifdef __cplusplus
14370 extern "C"
14371 #endif
14372 char cmsOpenProfileFromFile ();
14374 main ()
14376 return cmsOpenProfileFromFile ();
14378 return 0;
14380 _ACEOF
14381 rm -f conftest.$ac_objext conftest$ac_exeext
14382 if { (ac_try="$ac_link"
14383 case "(($ac_try" in
14384 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14385 *) ac_try_echo=$ac_try;;
14386 esac
14387 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
14388 $as_echo "$ac_try_echo") >&5
14389 (eval "$ac_link") 2>conftest.er1
14390 ac_status=$?
14391 grep -v '^ *+' conftest.er1 >conftest.err
14392 rm -f conftest.er1
14393 cat conftest.err >&5
14394 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
14395 (exit $ac_status); } && {
14396 test -z "$ac_c_werror_flag" ||
14397 test ! -s conftest.err
14398 } && test -s conftest$ac_exeext && {
14399 test "$cross_compiling" = yes ||
14400 $as_test_x conftest$ac_exeext
14401 }; then
14402 ac_cv_lib_lcms_cmsOpenProfileFromFile=yes
14403 else
14404 $as_echo "$as_me: failed program was:" >&5
14405 sed 's/^/| /' conftest.$ac_ext >&5
14407 ac_cv_lib_lcms_cmsOpenProfileFromFile=no
14410 rm -rf conftest.dSYM
14411 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
14412 conftest$ac_exeext conftest.$ac_ext
14413 LIBS=$ac_check_lib_save_LIBS
14415 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_lcms_cmsOpenProfileFromFile" >&5
14416 $as_echo "$ac_cv_lib_lcms_cmsOpenProfileFromFile" >&6; }
14417 if test "x$ac_cv_lib_lcms_cmsOpenProfileFromFile" = x""yes; then
14419 cat >>confdefs.h <<\_ACEOF
14420 #define HAVE_LCMS 1
14421 _ACEOF
14423 LCMSLIBS="-llcms"
14427 if test "$ac_cv_lib_lcms_cmsOpenProfileFromFile" != "yes"; then
14428 case "x$with_cms" in
14429 x) wine_notices="$wine_notices|liblcms ${notice_platform}development files not found, Color Management won't be supported." ;;
14430 xno) ;;
14431 *) { { $as_echo "$as_me:$LINENO: error: liblcms ${notice_platform}development files not found, Color Management won't be supported.
14432 This is an error since --with-cms was requested." >&5
14433 $as_echo "$as_me: error: liblcms ${notice_platform}development files not found, Color Management won't be supported.
14434 This is an error since --with-cms was requested." >&2;}
14435 { (exit 1); exit 1; }; } ;;
14436 esac
14440 for ac_prog in freetype-config freetype2-config
14442 # Extract the first word of "$ac_prog", so it can be a program name with args.
14443 set dummy $ac_prog; ac_word=$2
14444 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
14445 $as_echo_n "checking for $ac_word... " >&6; }
14446 if test "${ac_cv_prog_ft_devel+set}" = set; then
14447 $as_echo_n "(cached) " >&6
14448 else
14449 if test -n "$ft_devel"; then
14450 ac_cv_prog_ft_devel="$ft_devel" # Let the user override the test.
14451 else
14452 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
14453 for as_dir in $PATH
14455 IFS=$as_save_IFS
14456 test -z "$as_dir" && as_dir=.
14457 for ac_exec_ext in '' $ac_executable_extensions; do
14458 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
14459 ac_cv_prog_ft_devel="$ac_prog"
14460 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
14461 break 2
14463 done
14464 done
14465 IFS=$as_save_IFS
14469 ft_devel=$ac_cv_prog_ft_devel
14470 if test -n "$ft_devel"; then
14471 { $as_echo "$as_me:$LINENO: result: $ft_devel" >&5
14472 $as_echo "$ft_devel" >&6; }
14473 else
14474 { $as_echo "$as_me:$LINENO: result: no" >&5
14475 $as_echo "no" >&6; }
14479 test -n "$ft_devel" && break
14480 done
14481 test -n "$ft_devel" || ft_devel="false"
14483 if test "$ft_devel" != "false" -a "x$with_freetype" != "xno"
14484 then
14485 ac_freetype_libs=`$ft_devel --libs`
14486 ac_freetype_incl=`$ft_devel --cflags`
14487 { $as_echo "$as_me:$LINENO: checking for -lfreetype" >&5
14488 $as_echo_n "checking for -lfreetype... " >&6; }
14489 if test "${ac_cv_lib_soname_freetype+set}" = set; then
14490 $as_echo_n "(cached) " >&6
14491 else
14492 ac_check_soname_save_LIBS=$LIBS
14493 LIBS="-lfreetype $ac_freetype_libs $LIBS"
14494 cat >conftest.$ac_ext <<_ACEOF
14495 /* confdefs.h. */
14496 _ACEOF
14497 cat confdefs.h >>conftest.$ac_ext
14498 cat >>conftest.$ac_ext <<_ACEOF
14499 /* end confdefs.h. */
14501 /* Override any GCC internal prototype to avoid an error.
14502 Use char because int might match the return type of a GCC
14503 builtin and then its argument prototype would still apply. */
14504 #ifdef __cplusplus
14505 extern "C"
14506 #endif
14507 char FT_Init_FreeType ();
14509 main ()
14511 return FT_Init_FreeType ();
14513 return 0;
14515 _ACEOF
14516 rm -f conftest.$ac_objext conftest$ac_exeext
14517 if { (ac_try="$ac_link"
14518 case "(($ac_try" in
14519 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14520 *) ac_try_echo=$ac_try;;
14521 esac
14522 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
14523 $as_echo "$ac_try_echo") >&5
14524 (eval "$ac_link") 2>conftest.er1
14525 ac_status=$?
14526 grep -v '^ *+' conftest.er1 >conftest.err
14527 rm -f conftest.er1
14528 cat conftest.err >&5
14529 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
14530 (exit $ac_status); } && {
14531 test -z "$ac_c_werror_flag" ||
14532 test ! -s conftest.err
14533 } && test -s conftest$ac_exeext && {
14534 test "$cross_compiling" = yes ||
14535 $as_test_x conftest$ac_exeext
14536 }; then
14537 case "$LIBEXT" in
14538 dll) ;;
14539 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'` ;;
14540 *) ac_cv_lib_soname_freetype=`$ac_cv_path_LDD conftest$ac_exeext | grep "libfreetype\\.$LIBEXT" | sed -e "s/^.*\(libfreetype\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
14541 esac
14542 else
14543 $as_echo "$as_me: failed program was:" >&5
14544 sed 's/^/| /' conftest.$ac_ext >&5
14549 rm -rf conftest.dSYM
14550 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
14551 conftest$ac_exeext conftest.$ac_ext
14552 LIBS=$ac_check_soname_save_LIBS
14554 if test "x$ac_cv_lib_soname_freetype" = "x"; then
14555 { $as_echo "$as_me:$LINENO: result: not found" >&5
14556 $as_echo "not found" >&6; }
14557 ft_lib=no
14558 else
14559 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_freetype" >&5
14560 $as_echo "$ac_cv_lib_soname_freetype" >&6; }
14562 cat >>confdefs.h <<_ACEOF
14563 #define SONAME_LIBFREETYPE "$ac_cv_lib_soname_freetype"
14564 _ACEOF
14566 ft_lib=yes
14569 if test "$ft_lib" = "yes"
14570 then
14571 ac_save_CPPFLAGS="$CPPFLAGS"
14572 CPPFLAGS="$ac_freetype_incl $CPPFLAGS"
14586 for ac_header in ft2build.h \
14587 freetype/freetype.h \
14588 freetype/ftglyph.h \
14589 freetype/fttypes.h \
14590 freetype/tttables.h \
14591 freetype/ftnames.h \
14592 freetype/ftsnames.h \
14593 freetype/ttnameid.h \
14594 freetype/ftoutln.h \
14595 freetype/ftwinfnt.h \
14596 freetype/ftmodapi.h \
14597 freetype/ftlcdfil.h \
14598 freetype/internal/sfnt.h
14600 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
14601 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
14602 $as_echo_n "checking for $ac_header... " >&6; }
14603 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
14604 $as_echo_n "(cached) " >&6
14605 else
14606 cat >conftest.$ac_ext <<_ACEOF
14607 /* confdefs.h. */
14608 _ACEOF
14609 cat confdefs.h >>conftest.$ac_ext
14610 cat >>conftest.$ac_ext <<_ACEOF
14611 /* end confdefs.h. */
14612 #ifdef HAVE_FT2BUILD_H
14613 # include <ft2build.h>
14614 #endif
14616 #include <$ac_header>
14617 _ACEOF
14618 rm -f conftest.$ac_objext
14619 if { (ac_try="$ac_compile"
14620 case "(($ac_try" in
14621 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14622 *) ac_try_echo=$ac_try;;
14623 esac
14624 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
14625 $as_echo "$ac_try_echo") >&5
14626 (eval "$ac_compile") 2>conftest.er1
14627 ac_status=$?
14628 grep -v '^ *+' conftest.er1 >conftest.err
14629 rm -f conftest.er1
14630 cat conftest.err >&5
14631 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
14632 (exit $ac_status); } && {
14633 test -z "$ac_c_werror_flag" ||
14634 test ! -s conftest.err
14635 } && test -s conftest.$ac_objext; then
14636 eval "$as_ac_Header=yes"
14637 else
14638 $as_echo "$as_me: failed program was:" >&5
14639 sed 's/^/| /' conftest.$ac_ext >&5
14641 eval "$as_ac_Header=no"
14644 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14646 ac_res=`eval 'as_val=${'$as_ac_Header'}
14647 $as_echo "$as_val"'`
14648 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
14649 $as_echo "$ac_res" >&6; }
14650 as_val=`eval 'as_val=${'$as_ac_Header'}
14651 $as_echo "$as_val"'`
14652 if test "x$as_val" = x""yes; then
14653 cat >>confdefs.h <<_ACEOF
14654 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
14655 _ACEOF
14659 done
14661 cat >conftest.$ac_ext <<_ACEOF
14662 /* confdefs.h. */
14663 _ACEOF
14664 cat confdefs.h >>conftest.$ac_ext
14665 cat >>conftest.$ac_ext <<_ACEOF
14666 /* end confdefs.h. */
14667 #include <ft2build.h>
14668 #include <freetype/fttrigon.h>
14669 _ACEOF
14670 if { (ac_try="$ac_cpp conftest.$ac_ext"
14671 case "(($ac_try" in
14672 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14673 *) ac_try_echo=$ac_try;;
14674 esac
14675 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
14676 $as_echo "$ac_try_echo") >&5
14677 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
14678 ac_status=$?
14679 grep -v '^ *+' conftest.er1 >conftest.err
14680 rm -f conftest.er1
14681 cat conftest.err >&5
14682 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
14683 (exit $ac_status); } >/dev/null && {
14684 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
14685 test ! -s conftest.err
14686 }; then
14688 cat >>confdefs.h <<\_ACEOF
14689 #define HAVE_FREETYPE_FTTRIGON_H 1
14690 _ACEOF
14692 wine_cv_fttrigon=yes
14693 else
14694 $as_echo "$as_me: failed program was:" >&5
14695 sed 's/^/| /' conftest.$ac_ext >&5
14697 wine_cv_fttrigon=no
14700 rm -f conftest.err conftest.$ac_ext
14701 { $as_echo "$as_me:$LINENO: checking for FT_TrueTypeEngineType" >&5
14702 $as_echo_n "checking for FT_TrueTypeEngineType... " >&6; }
14703 if test "${ac_cv_type_FT_TrueTypeEngineType+set}" = set; then
14704 $as_echo_n "(cached) " >&6
14705 else
14706 ac_cv_type_FT_TrueTypeEngineType=no
14707 cat >conftest.$ac_ext <<_ACEOF
14708 /* confdefs.h. */
14709 _ACEOF
14710 cat confdefs.h >>conftest.$ac_ext
14711 cat >>conftest.$ac_ext <<_ACEOF
14712 /* end confdefs.h. */
14713 #include <freetype/ftmodapi.h>
14716 main ()
14718 if (sizeof (FT_TrueTypeEngineType))
14719 return 0;
14721 return 0;
14723 _ACEOF
14724 rm -f conftest.$ac_objext
14725 if { (ac_try="$ac_compile"
14726 case "(($ac_try" in
14727 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14728 *) ac_try_echo=$ac_try;;
14729 esac
14730 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
14731 $as_echo "$ac_try_echo") >&5
14732 (eval "$ac_compile") 2>conftest.er1
14733 ac_status=$?
14734 grep -v '^ *+' conftest.er1 >conftest.err
14735 rm -f conftest.er1
14736 cat conftest.err >&5
14737 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
14738 (exit $ac_status); } && {
14739 test -z "$ac_c_werror_flag" ||
14740 test ! -s conftest.err
14741 } && test -s conftest.$ac_objext; then
14742 cat >conftest.$ac_ext <<_ACEOF
14743 /* confdefs.h. */
14744 _ACEOF
14745 cat confdefs.h >>conftest.$ac_ext
14746 cat >>conftest.$ac_ext <<_ACEOF
14747 /* end confdefs.h. */
14748 #include <freetype/ftmodapi.h>
14751 main ()
14753 if (sizeof ((FT_TrueTypeEngineType)))
14754 return 0;
14756 return 0;
14758 _ACEOF
14759 rm -f conftest.$ac_objext
14760 if { (ac_try="$ac_compile"
14761 case "(($ac_try" in
14762 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14763 *) ac_try_echo=$ac_try;;
14764 esac
14765 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
14766 $as_echo "$ac_try_echo") >&5
14767 (eval "$ac_compile") 2>conftest.er1
14768 ac_status=$?
14769 grep -v '^ *+' conftest.er1 >conftest.err
14770 rm -f conftest.er1
14771 cat conftest.err >&5
14772 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
14773 (exit $ac_status); } && {
14774 test -z "$ac_c_werror_flag" ||
14775 test ! -s conftest.err
14776 } && test -s conftest.$ac_objext; then
14778 else
14779 $as_echo "$as_me: failed program was:" >&5
14780 sed 's/^/| /' conftest.$ac_ext >&5
14782 ac_cv_type_FT_TrueTypeEngineType=yes
14785 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14786 else
14787 $as_echo "$as_me: failed program was:" >&5
14788 sed 's/^/| /' conftest.$ac_ext >&5
14793 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14795 { $as_echo "$as_me:$LINENO: result: $ac_cv_type_FT_TrueTypeEngineType" >&5
14796 $as_echo "$ac_cv_type_FT_TrueTypeEngineType" >&6; }
14797 if test "x$ac_cv_type_FT_TrueTypeEngineType" = x""yes; then
14799 cat >>confdefs.h <<_ACEOF
14800 #define HAVE_FT_TRUETYPEENGINETYPE 1
14801 _ACEOF
14806 ac_save_CFLAGS="$CFLAGS"
14807 CFLAGS="$CFLAGS $ac_freetype_libs"
14809 for ac_func in FT_Load_Sfnt_Table
14811 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
14812 { $as_echo "$as_me:$LINENO: checking for $ac_func" >&5
14813 $as_echo_n "checking for $ac_func... " >&6; }
14814 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
14815 $as_echo_n "(cached) " >&6
14816 else
14817 cat >conftest.$ac_ext <<_ACEOF
14818 /* confdefs.h. */
14819 _ACEOF
14820 cat confdefs.h >>conftest.$ac_ext
14821 cat >>conftest.$ac_ext <<_ACEOF
14822 /* end confdefs.h. */
14823 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
14824 For example, HP-UX 11i <limits.h> declares gettimeofday. */
14825 #define $ac_func innocuous_$ac_func
14827 /* System header to define __stub macros and hopefully few prototypes,
14828 which can conflict with char $ac_func (); below.
14829 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
14830 <limits.h> exists even on freestanding compilers. */
14832 #ifdef __STDC__
14833 # include <limits.h>
14834 #else
14835 # include <assert.h>
14836 #endif
14838 #undef $ac_func
14840 /* Override any GCC internal prototype to avoid an error.
14841 Use char because int might match the return type of a GCC
14842 builtin and then its argument prototype would still apply. */
14843 #ifdef __cplusplus
14844 extern "C"
14845 #endif
14846 char $ac_func ();
14847 /* The GNU C library defines this for functions which it implements
14848 to always fail with ENOSYS. Some functions are actually named
14849 something starting with __ and the normal name is an alias. */
14850 #if defined __stub_$ac_func || defined __stub___$ac_func
14851 choke me
14852 #endif
14855 main ()
14857 return $ac_func ();
14859 return 0;
14861 _ACEOF
14862 rm -f conftest.$ac_objext conftest$ac_exeext
14863 if { (ac_try="$ac_link"
14864 case "(($ac_try" in
14865 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14866 *) ac_try_echo=$ac_try;;
14867 esac
14868 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
14869 $as_echo "$ac_try_echo") >&5
14870 (eval "$ac_link") 2>conftest.er1
14871 ac_status=$?
14872 grep -v '^ *+' conftest.er1 >conftest.err
14873 rm -f conftest.er1
14874 cat conftest.err >&5
14875 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
14876 (exit $ac_status); } && {
14877 test -z "$ac_c_werror_flag" ||
14878 test ! -s conftest.err
14879 } && test -s conftest$ac_exeext && {
14880 test "$cross_compiling" = yes ||
14881 $as_test_x conftest$ac_exeext
14882 }; then
14883 eval "$as_ac_var=yes"
14884 else
14885 $as_echo "$as_me: failed program was:" >&5
14886 sed 's/^/| /' conftest.$ac_ext >&5
14888 eval "$as_ac_var=no"
14891 rm -rf conftest.dSYM
14892 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
14893 conftest$ac_exeext conftest.$ac_ext
14895 ac_res=`eval 'as_val=${'$as_ac_var'}
14896 $as_echo "$as_val"'`
14897 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
14898 $as_echo "$ac_res" >&6; }
14899 as_val=`eval 'as_val=${'$as_ac_var'}
14900 $as_echo "$as_val"'`
14901 if test "x$as_val" = x""yes; then
14902 cat >>confdefs.h <<_ACEOF
14903 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
14904 _ACEOF
14907 done
14909 CFLAGS="$ac_save_CFLAGS"
14910 CPPFLAGS="$ac_save_CPPFLAGS"
14911 if test "$ac_cv_header_freetype_freetype_h" = "yes" -a "$wine_cv_fttrigon" = "yes"
14912 then
14914 cat >>confdefs.h <<\_ACEOF
14915 #define HAVE_FREETYPE 1
14916 _ACEOF
14918 FREETYPELIBS="$ac_freetype_libs"
14920 FREETYPEINCL="$ac_freetype_incl"
14925 if test "x$FREETYPELIBS" = "x"; then
14926 case "x$with_freetype" in
14927 xno) ;;
14928 *) { { $as_echo "$as_me:$LINENO: error: FreeType ${notice_platform}development files not found. Fonts will not be built.
14929 Use the --without-freetype option if you really want this." >&5
14930 $as_echo "$as_me: error: FreeType ${notice_platform}development files not found. Fonts will not be built.
14931 Use the --without-freetype option if you really want this." >&2;}
14932 { (exit 1); exit 1; }; } ;;
14933 esac
14936 test "x$FREETYPELIBS" = "x" && enable_fonts=${enable_fonts:-no}
14938 { $as_echo "$as_me:$LINENO: checking for parport header/ppdev.h" >&5
14939 $as_echo_n "checking for parport header/ppdev.h... " >&6; }
14940 if test "${ac_cv_c_ppdev+set}" = set; then
14941 $as_echo_n "(cached) " >&6
14942 else
14943 cat >conftest.$ac_ext <<_ACEOF
14944 /* confdefs.h. */
14945 _ACEOF
14946 cat confdefs.h >>conftest.$ac_ext
14947 cat >>conftest.$ac_ext <<_ACEOF
14948 /* end confdefs.h. */
14949 #include <linux/ppdev.h>
14951 main ()
14953 ioctl (1,PPCLAIM,0)
14955 return 0;
14957 _ACEOF
14958 rm -f conftest.$ac_objext
14959 if { (ac_try="$ac_compile"
14960 case "(($ac_try" in
14961 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14962 *) ac_try_echo=$ac_try;;
14963 esac
14964 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
14965 $as_echo "$ac_try_echo") >&5
14966 (eval "$ac_compile") 2>conftest.er1
14967 ac_status=$?
14968 grep -v '^ *+' conftest.er1 >conftest.err
14969 rm -f conftest.er1
14970 cat conftest.err >&5
14971 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
14972 (exit $ac_status); } && {
14973 test -z "$ac_c_werror_flag" ||
14974 test ! -s conftest.err
14975 } && test -s conftest.$ac_objext; then
14976 ac_cv_c_ppdev="yes"
14977 else
14978 $as_echo "$as_me: failed program was:" >&5
14979 sed 's/^/| /' conftest.$ac_ext >&5
14981 ac_cv_c_ppdev="no"
14984 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14986 { $as_echo "$as_me:$LINENO: result: $ac_cv_c_ppdev" >&5
14987 $as_echo "$ac_cv_c_ppdev" >&6; }
14988 if test "$ac_cv_c_ppdev" = "yes"
14989 then
14991 cat >>confdefs.h <<\_ACEOF
14992 #define HAVE_PPDEV 1
14993 _ACEOF
14997 { $as_echo "$as_me:$LINENO: checking for pthread_rwlock_t" >&5
14998 $as_echo_n "checking for pthread_rwlock_t... " >&6; }
14999 if test "${ac_cv_type_pthread_rwlock_t+set}" = set; then
15000 $as_echo_n "(cached) " >&6
15001 else
15002 ac_cv_type_pthread_rwlock_t=no
15003 cat >conftest.$ac_ext <<_ACEOF
15004 /* confdefs.h. */
15005 _ACEOF
15006 cat confdefs.h >>conftest.$ac_ext
15007 cat >>conftest.$ac_ext <<_ACEOF
15008 /* end confdefs.h. */
15009 #define _GNU_SOURCE
15010 #include <pthread.h>
15013 main ()
15015 if (sizeof (pthread_rwlock_t))
15016 return 0;
15018 return 0;
15020 _ACEOF
15021 rm -f conftest.$ac_objext
15022 if { (ac_try="$ac_compile"
15023 case "(($ac_try" in
15024 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15025 *) ac_try_echo=$ac_try;;
15026 esac
15027 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
15028 $as_echo "$ac_try_echo") >&5
15029 (eval "$ac_compile") 2>conftest.er1
15030 ac_status=$?
15031 grep -v '^ *+' conftest.er1 >conftest.err
15032 rm -f conftest.er1
15033 cat conftest.err >&5
15034 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
15035 (exit $ac_status); } && {
15036 test -z "$ac_c_werror_flag" ||
15037 test ! -s conftest.err
15038 } && test -s conftest.$ac_objext; then
15039 cat >conftest.$ac_ext <<_ACEOF
15040 /* confdefs.h. */
15041 _ACEOF
15042 cat confdefs.h >>conftest.$ac_ext
15043 cat >>conftest.$ac_ext <<_ACEOF
15044 /* end confdefs.h. */
15045 #define _GNU_SOURCE
15046 #include <pthread.h>
15049 main ()
15051 if (sizeof ((pthread_rwlock_t)))
15052 return 0;
15054 return 0;
15056 _ACEOF
15057 rm -f conftest.$ac_objext
15058 if { (ac_try="$ac_compile"
15059 case "(($ac_try" in
15060 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15061 *) ac_try_echo=$ac_try;;
15062 esac
15063 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
15064 $as_echo "$ac_try_echo") >&5
15065 (eval "$ac_compile") 2>conftest.er1
15066 ac_status=$?
15067 grep -v '^ *+' conftest.er1 >conftest.err
15068 rm -f conftest.er1
15069 cat conftest.err >&5
15070 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
15071 (exit $ac_status); } && {
15072 test -z "$ac_c_werror_flag" ||
15073 test ! -s conftest.err
15074 } && test -s conftest.$ac_objext; then
15076 else
15077 $as_echo "$as_me: failed program was:" >&5
15078 sed 's/^/| /' conftest.$ac_ext >&5
15080 ac_cv_type_pthread_rwlock_t=yes
15083 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
15084 else
15085 $as_echo "$as_me: failed program was:" >&5
15086 sed 's/^/| /' conftest.$ac_ext >&5
15091 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
15093 { $as_echo "$as_me:$LINENO: result: $ac_cv_type_pthread_rwlock_t" >&5
15094 $as_echo "$ac_cv_type_pthread_rwlock_t" >&6; }
15095 if test "x$ac_cv_type_pthread_rwlock_t" = x""yes; then
15097 cat >>confdefs.h <<_ACEOF
15098 #define HAVE_PTHREAD_RWLOCK_T 1
15099 _ACEOF
15103 { $as_echo "$as_me:$LINENO: checking for pthread_rwlockattr_t" >&5
15104 $as_echo_n "checking for pthread_rwlockattr_t... " >&6; }
15105 if test "${ac_cv_type_pthread_rwlockattr_t+set}" = set; then
15106 $as_echo_n "(cached) " >&6
15107 else
15108 ac_cv_type_pthread_rwlockattr_t=no
15109 cat >conftest.$ac_ext <<_ACEOF
15110 /* confdefs.h. */
15111 _ACEOF
15112 cat confdefs.h >>conftest.$ac_ext
15113 cat >>conftest.$ac_ext <<_ACEOF
15114 /* end confdefs.h. */
15115 #define _GNU_SOURCE
15116 #include <pthread.h>
15119 main ()
15121 if (sizeof (pthread_rwlockattr_t))
15122 return 0;
15124 return 0;
15126 _ACEOF
15127 rm -f conftest.$ac_objext
15128 if { (ac_try="$ac_compile"
15129 case "(($ac_try" in
15130 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15131 *) ac_try_echo=$ac_try;;
15132 esac
15133 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
15134 $as_echo "$ac_try_echo") >&5
15135 (eval "$ac_compile") 2>conftest.er1
15136 ac_status=$?
15137 grep -v '^ *+' conftest.er1 >conftest.err
15138 rm -f conftest.er1
15139 cat conftest.err >&5
15140 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
15141 (exit $ac_status); } && {
15142 test -z "$ac_c_werror_flag" ||
15143 test ! -s conftest.err
15144 } && test -s conftest.$ac_objext; then
15145 cat >conftest.$ac_ext <<_ACEOF
15146 /* confdefs.h. */
15147 _ACEOF
15148 cat confdefs.h >>conftest.$ac_ext
15149 cat >>conftest.$ac_ext <<_ACEOF
15150 /* end confdefs.h. */
15151 #define _GNU_SOURCE
15152 #include <pthread.h>
15155 main ()
15157 if (sizeof ((pthread_rwlockattr_t)))
15158 return 0;
15160 return 0;
15162 _ACEOF
15163 rm -f conftest.$ac_objext
15164 if { (ac_try="$ac_compile"
15165 case "(($ac_try" in
15166 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15167 *) ac_try_echo=$ac_try;;
15168 esac
15169 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
15170 $as_echo "$ac_try_echo") >&5
15171 (eval "$ac_compile") 2>conftest.er1
15172 ac_status=$?
15173 grep -v '^ *+' conftest.er1 >conftest.err
15174 rm -f conftest.er1
15175 cat conftest.err >&5
15176 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
15177 (exit $ac_status); } && {
15178 test -z "$ac_c_werror_flag" ||
15179 test ! -s conftest.err
15180 } && test -s conftest.$ac_objext; then
15182 else
15183 $as_echo "$as_me: failed program was:" >&5
15184 sed 's/^/| /' conftest.$ac_ext >&5
15186 ac_cv_type_pthread_rwlockattr_t=yes
15189 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
15190 else
15191 $as_echo "$as_me: failed program was:" >&5
15192 sed 's/^/| /' conftest.$ac_ext >&5
15197 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
15199 { $as_echo "$as_me:$LINENO: result: $ac_cv_type_pthread_rwlockattr_t" >&5
15200 $as_echo "$ac_cv_type_pthread_rwlockattr_t" >&6; }
15201 if test "x$ac_cv_type_pthread_rwlockattr_t" = x""yes; then
15203 cat >>confdefs.h <<_ACEOF
15204 #define HAVE_PTHREAD_RWLOCKATTR_T 1
15205 _ACEOF
15211 ac_wine_check_funcs_save_LIBS="$LIBS"
15212 LIBS="$LIBS $LIBPTHREAD"
15217 for ac_func in \
15218 pthread_attr_get_np \
15219 pthread_getattr_np \
15220 pthread_get_stackaddr_np \
15221 pthread_get_stacksize_np
15223 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
15224 { $as_echo "$as_me:$LINENO: checking for $ac_func" >&5
15225 $as_echo_n "checking for $ac_func... " >&6; }
15226 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
15227 $as_echo_n "(cached) " >&6
15228 else
15229 cat >conftest.$ac_ext <<_ACEOF
15230 /* confdefs.h. */
15231 _ACEOF
15232 cat confdefs.h >>conftest.$ac_ext
15233 cat >>conftest.$ac_ext <<_ACEOF
15234 /* end confdefs.h. */
15235 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
15236 For example, HP-UX 11i <limits.h> declares gettimeofday. */
15237 #define $ac_func innocuous_$ac_func
15239 /* System header to define __stub macros and hopefully few prototypes,
15240 which can conflict with char $ac_func (); below.
15241 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
15242 <limits.h> exists even on freestanding compilers. */
15244 #ifdef __STDC__
15245 # include <limits.h>
15246 #else
15247 # include <assert.h>
15248 #endif
15250 #undef $ac_func
15252 /* Override any GCC internal prototype to avoid an error.
15253 Use char because int might match the return type of a GCC
15254 builtin and then its argument prototype would still apply. */
15255 #ifdef __cplusplus
15256 extern "C"
15257 #endif
15258 char $ac_func ();
15259 /* The GNU C library defines this for functions which it implements
15260 to always fail with ENOSYS. Some functions are actually named
15261 something starting with __ and the normal name is an alias. */
15262 #if defined __stub_$ac_func || defined __stub___$ac_func
15263 choke me
15264 #endif
15267 main ()
15269 return $ac_func ();
15271 return 0;
15273 _ACEOF
15274 rm -f conftest.$ac_objext conftest$ac_exeext
15275 if { (ac_try="$ac_link"
15276 case "(($ac_try" in
15277 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15278 *) ac_try_echo=$ac_try;;
15279 esac
15280 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
15281 $as_echo "$ac_try_echo") >&5
15282 (eval "$ac_link") 2>conftest.er1
15283 ac_status=$?
15284 grep -v '^ *+' conftest.er1 >conftest.err
15285 rm -f conftest.er1
15286 cat conftest.err >&5
15287 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
15288 (exit $ac_status); } && {
15289 test -z "$ac_c_werror_flag" ||
15290 test ! -s conftest.err
15291 } && test -s conftest$ac_exeext && {
15292 test "$cross_compiling" = yes ||
15293 $as_test_x conftest$ac_exeext
15294 }; then
15295 eval "$as_ac_var=yes"
15296 else
15297 $as_echo "$as_me: failed program was:" >&5
15298 sed 's/^/| /' conftest.$ac_ext >&5
15300 eval "$as_ac_var=no"
15303 rm -rf conftest.dSYM
15304 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
15305 conftest$ac_exeext conftest.$ac_ext
15307 ac_res=`eval 'as_val=${'$as_ac_var'}
15308 $as_echo "$as_val"'`
15309 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
15310 $as_echo "$ac_res" >&6; }
15311 as_val=`eval 'as_val=${'$as_ac_var'}
15312 $as_echo "$as_val"'`
15313 if test "x$as_val" = x""yes; then
15314 cat >>confdefs.h <<_ACEOF
15315 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
15316 _ACEOF
15319 done
15321 LIBS="$ac_wine_check_funcs_save_LIBS"
15323 # Extract the first word of "esd-config", so it can be a program name with args.
15324 set dummy esd-config; ac_word=$2
15325 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
15326 $as_echo_n "checking for $ac_word... " >&6; }
15327 if test "${ac_cv_path_ESDCONFIG+set}" = set; then
15328 $as_echo_n "(cached) " >&6
15329 else
15330 case $ESDCONFIG in
15331 [\\/]* | ?:[\\/]*)
15332 ac_cv_path_ESDCONFIG="$ESDCONFIG" # Let the user override the test with a path.
15335 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
15336 for as_dir in $PATH
15338 IFS=$as_save_IFS
15339 test -z "$as_dir" && as_dir=.
15340 for ac_exec_ext in '' $ac_executable_extensions; do
15341 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
15342 ac_cv_path_ESDCONFIG="$as_dir/$ac_word$ac_exec_ext"
15343 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
15344 break 2
15346 done
15347 done
15348 IFS=$as_save_IFS
15351 esac
15353 ESDCONFIG=$ac_cv_path_ESDCONFIG
15354 if test -n "$ESDCONFIG"; then
15355 { $as_echo "$as_me:$LINENO: result: $ESDCONFIG" >&5
15356 $as_echo "$ESDCONFIG" >&6; }
15357 else
15358 { $as_echo "$as_me:$LINENO: result: no" >&5
15359 $as_echo "no" >&6; }
15363 if test "x$with_esd" != xno -a "x$ESDCONFIG" != x -a "x$ESDCONFIG" != x'"$ESDCONFIG"';
15364 then
15365 ac_esd_incl=""
15366 for i in `$ESDCONFIG --cflags`
15368 case "$i" in
15369 -I*) ac_esd_incl="$ac_esd_incl $i";;
15370 esac
15371 done
15372 ac_esd_libs=`$ESDCONFIG --libs`
15373 save_CFLAGS="$CFLAGS"
15374 CFLAGS="$CFLAGS $ac_esd_incl"
15375 { $as_echo "$as_me:$LINENO: checking for esd_open_sound in -lesd" >&5
15376 $as_echo_n "checking for esd_open_sound in -lesd... " >&6; }
15377 if test "${ac_cv_lib_esd_esd_open_sound+set}" = set; then
15378 $as_echo_n "(cached) " >&6
15379 else
15380 ac_check_lib_save_LIBS=$LIBS
15381 LIBS="-lesd $ac_esd_libs $LIBS"
15382 cat >conftest.$ac_ext <<_ACEOF
15383 /* confdefs.h. */
15384 _ACEOF
15385 cat confdefs.h >>conftest.$ac_ext
15386 cat >>conftest.$ac_ext <<_ACEOF
15387 /* end confdefs.h. */
15389 /* Override any GCC internal prototype to avoid an error.
15390 Use char because int might match the return type of a GCC
15391 builtin and then its argument prototype would still apply. */
15392 #ifdef __cplusplus
15393 extern "C"
15394 #endif
15395 char esd_open_sound ();
15397 main ()
15399 return esd_open_sound ();
15401 return 0;
15403 _ACEOF
15404 rm -f conftest.$ac_objext conftest$ac_exeext
15405 if { (ac_try="$ac_link"
15406 case "(($ac_try" in
15407 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15408 *) ac_try_echo=$ac_try;;
15409 esac
15410 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
15411 $as_echo "$ac_try_echo") >&5
15412 (eval "$ac_link") 2>conftest.er1
15413 ac_status=$?
15414 grep -v '^ *+' conftest.er1 >conftest.err
15415 rm -f conftest.er1
15416 cat conftest.err >&5
15417 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
15418 (exit $ac_status); } && {
15419 test -z "$ac_c_werror_flag" ||
15420 test ! -s conftest.err
15421 } && test -s conftest$ac_exeext && {
15422 test "$cross_compiling" = yes ||
15423 $as_test_x conftest$ac_exeext
15424 }; then
15425 ac_cv_lib_esd_esd_open_sound=yes
15426 else
15427 $as_echo "$as_me: failed program was:" >&5
15428 sed 's/^/| /' conftest.$ac_ext >&5
15430 ac_cv_lib_esd_esd_open_sound=no
15433 rm -rf conftest.dSYM
15434 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
15435 conftest$ac_exeext conftest.$ac_ext
15436 LIBS=$ac_check_lib_save_LIBS
15438 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_esd_esd_open_sound" >&5
15439 $as_echo "$ac_cv_lib_esd_esd_open_sound" >&6; }
15440 if test "x$ac_cv_lib_esd_esd_open_sound" = x""yes; then
15441 ESDINCL="$ac_esd_incl"
15443 ESDLIBS="$ac_esd_libs"
15446 cat >>confdefs.h <<\_ACEOF
15447 #define HAVE_ESD 1
15448 _ACEOF
15452 CFLAGS="$save_CFLAGS"
15455 ALSALIBS=""
15457 if test "$ac_cv_header_sys_asoundlib_h" = "yes" -o "$ac_cv_header_alsa_asoundlib_h" = "yes"
15458 then
15459 { $as_echo "$as_me:$LINENO: checking for snd_pcm_hw_params_get_access in -lasound" >&5
15460 $as_echo_n "checking for snd_pcm_hw_params_get_access in -lasound... " >&6; }
15461 if test "${ac_cv_lib_asound_snd_pcm_hw_params_get_access+set}" = set; then
15462 $as_echo_n "(cached) " >&6
15463 else
15464 ac_check_lib_save_LIBS=$LIBS
15465 LIBS="-lasound $LIBS"
15466 cat >conftest.$ac_ext <<_ACEOF
15467 /* confdefs.h. */
15468 _ACEOF
15469 cat confdefs.h >>conftest.$ac_ext
15470 cat >>conftest.$ac_ext <<_ACEOF
15471 /* end confdefs.h. */
15473 /* Override any GCC internal prototype to avoid an error.
15474 Use char because int might match the return type of a GCC
15475 builtin and then its argument prototype would still apply. */
15476 #ifdef __cplusplus
15477 extern "C"
15478 #endif
15479 char snd_pcm_hw_params_get_access ();
15481 main ()
15483 return snd_pcm_hw_params_get_access ();
15485 return 0;
15487 _ACEOF
15488 rm -f conftest.$ac_objext conftest$ac_exeext
15489 if { (ac_try="$ac_link"
15490 case "(($ac_try" in
15491 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15492 *) ac_try_echo=$ac_try;;
15493 esac
15494 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
15495 $as_echo "$ac_try_echo") >&5
15496 (eval "$ac_link") 2>conftest.er1
15497 ac_status=$?
15498 grep -v '^ *+' conftest.er1 >conftest.err
15499 rm -f conftest.er1
15500 cat conftest.err >&5
15501 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
15502 (exit $ac_status); } && {
15503 test -z "$ac_c_werror_flag" ||
15504 test ! -s conftest.err
15505 } && test -s conftest$ac_exeext && {
15506 test "$cross_compiling" = yes ||
15507 $as_test_x conftest$ac_exeext
15508 }; then
15509 ac_cv_lib_asound_snd_pcm_hw_params_get_access=yes
15510 else
15511 $as_echo "$as_me: failed program was:" >&5
15512 sed 's/^/| /' conftest.$ac_ext >&5
15514 ac_cv_lib_asound_snd_pcm_hw_params_get_access=no
15517 rm -rf conftest.dSYM
15518 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
15519 conftest$ac_exeext conftest.$ac_ext
15520 LIBS=$ac_check_lib_save_LIBS
15522 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_asound_snd_pcm_hw_params_get_access" >&5
15523 $as_echo "$ac_cv_lib_asound_snd_pcm_hw_params_get_access" >&6; }
15524 if test "x$ac_cv_lib_asound_snd_pcm_hw_params_get_access" = x""yes; then
15525 cat >conftest.$ac_ext <<_ACEOF
15526 /* confdefs.h. */
15527 _ACEOF
15528 cat confdefs.h >>conftest.$ac_ext
15529 cat >>conftest.$ac_ext <<_ACEOF
15530 /* end confdefs.h. */
15531 #ifdef HAVE_ALSA_ASOUNDLIB_H
15532 #include <alsa/asoundlib.h>
15533 #elif defined(HAVE_SYS_ASOUNDLIB_H)
15534 #include <sys/asoundlib.h>
15535 #endif
15537 main ()
15539 int ret = snd_pcm_hw_params_get_access(NULL, NULL)
15541 return 0;
15543 _ACEOF
15544 rm -f conftest.$ac_objext
15545 if { (ac_try="$ac_compile"
15546 case "(($ac_try" in
15547 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15548 *) ac_try_echo=$ac_try;;
15549 esac
15550 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
15551 $as_echo "$ac_try_echo") >&5
15552 (eval "$ac_compile") 2>conftest.er1
15553 ac_status=$?
15554 grep -v '^ *+' conftest.er1 >conftest.err
15555 rm -f conftest.er1
15556 cat conftest.err >&5
15557 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
15558 (exit $ac_status); } && {
15559 test -z "$ac_c_werror_flag" ||
15560 test ! -s conftest.err
15561 } && test -s conftest.$ac_objext; then
15563 cat >>confdefs.h <<\_ACEOF
15564 #define HAVE_ALSA 1
15565 _ACEOF
15567 ALSALIBS="-lasound"
15568 else
15569 $as_echo "$as_me: failed program was:" >&5
15570 sed 's/^/| /' conftest.$ac_ext >&5
15575 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
15580 AUDIOIOLIBS=""
15582 if test "$ac_cv_header_libaudioio_h" = "yes"
15583 then
15584 { $as_echo "$as_me:$LINENO: checking for AudioIOGetVersion in -laudioio" >&5
15585 $as_echo_n "checking for AudioIOGetVersion in -laudioio... " >&6; }
15586 if test "${ac_cv_lib_audioio_AudioIOGetVersion+set}" = set; then
15587 $as_echo_n "(cached) " >&6
15588 else
15589 ac_check_lib_save_LIBS=$LIBS
15590 LIBS="-laudioio $LIBS"
15591 cat >conftest.$ac_ext <<_ACEOF
15592 /* confdefs.h. */
15593 _ACEOF
15594 cat confdefs.h >>conftest.$ac_ext
15595 cat >>conftest.$ac_ext <<_ACEOF
15596 /* end confdefs.h. */
15598 /* Override any GCC internal prototype to avoid an error.
15599 Use char because int might match the return type of a GCC
15600 builtin and then its argument prototype would still apply. */
15601 #ifdef __cplusplus
15602 extern "C"
15603 #endif
15604 char AudioIOGetVersion ();
15606 main ()
15608 return AudioIOGetVersion ();
15610 return 0;
15612 _ACEOF
15613 rm -f conftest.$ac_objext conftest$ac_exeext
15614 if { (ac_try="$ac_link"
15615 case "(($ac_try" in
15616 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15617 *) ac_try_echo=$ac_try;;
15618 esac
15619 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
15620 $as_echo "$ac_try_echo") >&5
15621 (eval "$ac_link") 2>conftest.er1
15622 ac_status=$?
15623 grep -v '^ *+' conftest.er1 >conftest.err
15624 rm -f conftest.er1
15625 cat conftest.err >&5
15626 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
15627 (exit $ac_status); } && {
15628 test -z "$ac_c_werror_flag" ||
15629 test ! -s conftest.err
15630 } && test -s conftest$ac_exeext && {
15631 test "$cross_compiling" = yes ||
15632 $as_test_x conftest$ac_exeext
15633 }; then
15634 ac_cv_lib_audioio_AudioIOGetVersion=yes
15635 else
15636 $as_echo "$as_me: failed program was:" >&5
15637 sed 's/^/| /' conftest.$ac_ext >&5
15639 ac_cv_lib_audioio_AudioIOGetVersion=no
15642 rm -rf conftest.dSYM
15643 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
15644 conftest$ac_exeext conftest.$ac_ext
15645 LIBS=$ac_check_lib_save_LIBS
15647 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_audioio_AudioIOGetVersion" >&5
15648 $as_echo "$ac_cv_lib_audioio_AudioIOGetVersion" >&6; }
15649 if test "x$ac_cv_lib_audioio_AudioIOGetVersion" = x""yes; then
15650 AUDIOIOLIBS="-laudioio"
15652 cat >>confdefs.h <<\_ACEOF
15653 #define HAVE_LIBAUDIOIO 1
15654 _ACEOF
15661 if test "$ac_cv_header_capi20_h" = "yes" -a "$ac_cv_header_linux_capi_h" = "yes"
15662 then
15663 { $as_echo "$as_me:$LINENO: checking for -lcapi20" >&5
15664 $as_echo_n "checking for -lcapi20... " >&6; }
15665 if test "${ac_cv_lib_soname_capi20+set}" = set; then
15666 $as_echo_n "(cached) " >&6
15667 else
15668 ac_check_soname_save_LIBS=$LIBS
15669 LIBS="-lcapi20 $LIBS"
15670 cat >conftest.$ac_ext <<_ACEOF
15671 /* confdefs.h. */
15672 _ACEOF
15673 cat confdefs.h >>conftest.$ac_ext
15674 cat >>conftest.$ac_ext <<_ACEOF
15675 /* end confdefs.h. */
15677 /* Override any GCC internal prototype to avoid an error.
15678 Use char because int might match the return type of a GCC
15679 builtin and then its argument prototype would still apply. */
15680 #ifdef __cplusplus
15681 extern "C"
15682 #endif
15683 char capi20_register ();
15685 main ()
15687 return capi20_register ();
15689 return 0;
15691 _ACEOF
15692 rm -f conftest.$ac_objext conftest$ac_exeext
15693 if { (ac_try="$ac_link"
15694 case "(($ac_try" in
15695 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15696 *) ac_try_echo=$ac_try;;
15697 esac
15698 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
15699 $as_echo "$ac_try_echo") >&5
15700 (eval "$ac_link") 2>conftest.er1
15701 ac_status=$?
15702 grep -v '^ *+' conftest.er1 >conftest.err
15703 rm -f conftest.er1
15704 cat conftest.err >&5
15705 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
15706 (exit $ac_status); } && {
15707 test -z "$ac_c_werror_flag" ||
15708 test ! -s conftest.err
15709 } && test -s conftest$ac_exeext && {
15710 test "$cross_compiling" = yes ||
15711 $as_test_x conftest$ac_exeext
15712 }; then
15713 case "$LIBEXT" in
15714 dll) ;;
15715 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'` ;;
15716 *) ac_cv_lib_soname_capi20=`$ac_cv_path_LDD conftest$ac_exeext | grep "libcapi20\\.$LIBEXT" | sed -e "s/^.*\(libcapi20\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
15717 esac
15718 else
15719 $as_echo "$as_me: failed program was:" >&5
15720 sed 's/^/| /' conftest.$ac_ext >&5
15725 rm -rf conftest.dSYM
15726 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
15727 conftest$ac_exeext conftest.$ac_ext
15728 LIBS=$ac_check_soname_save_LIBS
15730 if test "x$ac_cv_lib_soname_capi20" = "x"; then
15731 { $as_echo "$as_me:$LINENO: result: not found" >&5
15732 $as_echo "not found" >&6; }
15734 else
15735 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_capi20" >&5
15736 $as_echo "$ac_cv_lib_soname_capi20" >&6; }
15738 cat >>confdefs.h <<_ACEOF
15739 #define SONAME_LIBCAPI20 "$ac_cv_lib_soname_capi20"
15740 _ACEOF
15746 if test "x$ac_cv_lib_soname_capi20" = "x"; then
15747 case "x$with_capi" in
15748 x) wine_notices="$wine_notices|libcapi20 ${notice_platform}development files not found, ISDN won't be supported." ;;
15749 xno) ;;
15750 *) { { $as_echo "$as_me:$LINENO: error: libcapi20 ${notice_platform}development files not found, ISDN won't be supported.
15751 This is an error since --with-capi was requested." >&5
15752 $as_echo "$as_me: error: libcapi20 ${notice_platform}development files not found, ISDN won't be supported.
15753 This is an error since --with-capi was requested." >&2;}
15754 { (exit 1); exit 1; }; } ;;
15755 esac
15759 CUPSINCL=""
15761 if test "x$with_cups" != "xno"
15762 then
15763 ac_save_CPPFLAGS="$CPPFLAGS"
15764 ac_cups_cflags=`cups-config --cflags 2>/dev/null`
15765 ac_cups_libs=`cups-config --ldflags 2>/dev/null`
15766 CPPFLAGS="$CPPFLAGS $ac_cups_cflags"
15768 for ac_header in cups/cups.h
15770 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
15771 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
15772 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
15773 $as_echo_n "checking for $ac_header... " >&6; }
15774 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
15775 $as_echo_n "(cached) " >&6
15777 ac_res=`eval 'as_val=${'$as_ac_Header'}
15778 $as_echo "$as_val"'`
15779 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
15780 $as_echo "$ac_res" >&6; }
15781 else
15782 # Is the header compilable?
15783 { $as_echo "$as_me:$LINENO: checking $ac_header usability" >&5
15784 $as_echo_n "checking $ac_header usability... " >&6; }
15785 cat >conftest.$ac_ext <<_ACEOF
15786 /* confdefs.h. */
15787 _ACEOF
15788 cat confdefs.h >>conftest.$ac_ext
15789 cat >>conftest.$ac_ext <<_ACEOF
15790 /* end confdefs.h. */
15791 $ac_includes_default
15792 #include <$ac_header>
15793 _ACEOF
15794 rm -f conftest.$ac_objext
15795 if { (ac_try="$ac_compile"
15796 case "(($ac_try" in
15797 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15798 *) ac_try_echo=$ac_try;;
15799 esac
15800 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
15801 $as_echo "$ac_try_echo") >&5
15802 (eval "$ac_compile") 2>conftest.er1
15803 ac_status=$?
15804 grep -v '^ *+' conftest.er1 >conftest.err
15805 rm -f conftest.er1
15806 cat conftest.err >&5
15807 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
15808 (exit $ac_status); } && {
15809 test -z "$ac_c_werror_flag" ||
15810 test ! -s conftest.err
15811 } && test -s conftest.$ac_objext; then
15812 ac_header_compiler=yes
15813 else
15814 $as_echo "$as_me: failed program was:" >&5
15815 sed 's/^/| /' conftest.$ac_ext >&5
15817 ac_header_compiler=no
15820 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
15821 { $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
15822 $as_echo "$ac_header_compiler" >&6; }
15824 # Is the header present?
15825 { $as_echo "$as_me:$LINENO: checking $ac_header presence" >&5
15826 $as_echo_n "checking $ac_header presence... " >&6; }
15827 cat >conftest.$ac_ext <<_ACEOF
15828 /* confdefs.h. */
15829 _ACEOF
15830 cat confdefs.h >>conftest.$ac_ext
15831 cat >>conftest.$ac_ext <<_ACEOF
15832 /* end confdefs.h. */
15833 #include <$ac_header>
15834 _ACEOF
15835 if { (ac_try="$ac_cpp conftest.$ac_ext"
15836 case "(($ac_try" in
15837 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15838 *) ac_try_echo=$ac_try;;
15839 esac
15840 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
15841 $as_echo "$ac_try_echo") >&5
15842 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
15843 ac_status=$?
15844 grep -v '^ *+' conftest.er1 >conftest.err
15845 rm -f conftest.er1
15846 cat conftest.err >&5
15847 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
15848 (exit $ac_status); } >/dev/null && {
15849 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
15850 test ! -s conftest.err
15851 }; then
15852 ac_header_preproc=yes
15853 else
15854 $as_echo "$as_me: failed program was:" >&5
15855 sed 's/^/| /' conftest.$ac_ext >&5
15857 ac_header_preproc=no
15860 rm -f conftest.err conftest.$ac_ext
15861 { $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
15862 $as_echo "$ac_header_preproc" >&6; }
15864 # So? What about this header?
15865 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
15866 yes:no: )
15867 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
15868 $as_echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
15869 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
15870 $as_echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
15871 ac_header_preproc=yes
15873 no:yes:* )
15874 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
15875 $as_echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
15876 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
15877 $as_echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
15878 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
15879 $as_echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
15880 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
15881 $as_echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
15882 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
15883 $as_echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
15884 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
15885 $as_echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
15886 ( cat <<\_ASBOX
15887 ## ------------------------------------ ##
15888 ## Report this to wine-devel@winehq.org ##
15889 ## ------------------------------------ ##
15890 _ASBOX
15891 ) | sed "s/^/$as_me: WARNING: /" >&2
15893 esac
15894 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
15895 $as_echo_n "checking for $ac_header... " >&6; }
15896 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
15897 $as_echo_n "(cached) " >&6
15898 else
15899 eval "$as_ac_Header=\$ac_header_preproc"
15901 ac_res=`eval 'as_val=${'$as_ac_Header'}
15902 $as_echo "$as_val"'`
15903 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
15904 $as_echo "$ac_res" >&6; }
15907 as_val=`eval 'as_val=${'$as_ac_Header'}
15908 $as_echo "$as_val"'`
15909 if test "x$as_val" = x""yes; then
15910 cat >>confdefs.h <<_ACEOF
15911 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
15912 _ACEOF
15913 { $as_echo "$as_me:$LINENO: checking for -lcups" >&5
15914 $as_echo_n "checking for -lcups... " >&6; }
15915 if test "${ac_cv_lib_soname_cups+set}" = set; then
15916 $as_echo_n "(cached) " >&6
15917 else
15918 ac_check_soname_save_LIBS=$LIBS
15919 LIBS="-lcups $ac_cups_libs $LIBS"
15920 cat >conftest.$ac_ext <<_ACEOF
15921 /* confdefs.h. */
15922 _ACEOF
15923 cat confdefs.h >>conftest.$ac_ext
15924 cat >>conftest.$ac_ext <<_ACEOF
15925 /* end confdefs.h. */
15927 /* Override any GCC internal prototype to avoid an error.
15928 Use char because int might match the return type of a GCC
15929 builtin and then its argument prototype would still apply. */
15930 #ifdef __cplusplus
15931 extern "C"
15932 #endif
15933 char cupsGetDefault ();
15935 main ()
15937 return cupsGetDefault ();
15939 return 0;
15941 _ACEOF
15942 rm -f conftest.$ac_objext conftest$ac_exeext
15943 if { (ac_try="$ac_link"
15944 case "(($ac_try" in
15945 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15946 *) ac_try_echo=$ac_try;;
15947 esac
15948 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
15949 $as_echo "$ac_try_echo") >&5
15950 (eval "$ac_link") 2>conftest.er1
15951 ac_status=$?
15952 grep -v '^ *+' conftest.er1 >conftest.err
15953 rm -f conftest.er1
15954 cat conftest.err >&5
15955 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
15956 (exit $ac_status); } && {
15957 test -z "$ac_c_werror_flag" ||
15958 test ! -s conftest.err
15959 } && test -s conftest$ac_exeext && {
15960 test "$cross_compiling" = yes ||
15961 $as_test_x conftest$ac_exeext
15962 }; then
15963 case "$LIBEXT" in
15964 dll) ;;
15965 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'` ;;
15966 *) ac_cv_lib_soname_cups=`$ac_cv_path_LDD conftest$ac_exeext | grep "libcups\\.$LIBEXT" | sed -e "s/^.*\(libcups\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
15967 esac
15968 else
15969 $as_echo "$as_me: failed program was:" >&5
15970 sed 's/^/| /' conftest.$ac_ext >&5
15975 rm -rf conftest.dSYM
15976 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
15977 conftest$ac_exeext conftest.$ac_ext
15978 LIBS=$ac_check_soname_save_LIBS
15980 if test "x$ac_cv_lib_soname_cups" = "x"; then
15981 { $as_echo "$as_me:$LINENO: result: not found" >&5
15982 $as_echo "not found" >&6; }
15984 else
15985 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_cups" >&5
15986 $as_echo "$ac_cv_lib_soname_cups" >&6; }
15988 cat >>confdefs.h <<_ACEOF
15989 #define SONAME_LIBCUPS "$ac_cv_lib_soname_cups"
15990 _ACEOF
15992 CUPSINCL="$ac_cups_cflags"
15997 done
15999 CPPFLAGS="$ac_save_CPPFLAGS"
16001 if test "x$ac_cv_lib_soname_cups" = "x"; then
16002 case "x$with_cups" in
16003 x) wine_notices="$wine_notices|libcups ${notice_platform}development files not found, CUPS won't be supported." ;;
16004 xno) ;;
16005 *) { { $as_echo "$as_me:$LINENO: error: libcups ${notice_platform}development files not found, CUPS won't be supported.
16006 This is an error since --with-cups was requested." >&5
16007 $as_echo "$as_me: error: libcups ${notice_platform}development files not found, CUPS won't be supported.
16008 This is an error since --with-cups was requested." >&2;}
16009 { (exit 1); exit 1; }; } ;;
16010 esac
16014 if test "$ac_cv_header_jack_jack_h" = "yes"
16015 then
16016 { $as_echo "$as_me:$LINENO: checking for -ljack" >&5
16017 $as_echo_n "checking for -ljack... " >&6; }
16018 if test "${ac_cv_lib_soname_jack+set}" = set; then
16019 $as_echo_n "(cached) " >&6
16020 else
16021 ac_check_soname_save_LIBS=$LIBS
16022 LIBS="-ljack $LIBS"
16023 cat >conftest.$ac_ext <<_ACEOF
16024 /* confdefs.h. */
16025 _ACEOF
16026 cat confdefs.h >>conftest.$ac_ext
16027 cat >>conftest.$ac_ext <<_ACEOF
16028 /* end confdefs.h. */
16030 /* Override any GCC internal prototype to avoid an error.
16031 Use char because int might match the return type of a GCC
16032 builtin and then its argument prototype would still apply. */
16033 #ifdef __cplusplus
16034 extern "C"
16035 #endif
16036 char jack_client_new ();
16038 main ()
16040 return jack_client_new ();
16042 return 0;
16044 _ACEOF
16045 rm -f conftest.$ac_objext conftest$ac_exeext
16046 if { (ac_try="$ac_link"
16047 case "(($ac_try" in
16048 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16049 *) ac_try_echo=$ac_try;;
16050 esac
16051 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
16052 $as_echo "$ac_try_echo") >&5
16053 (eval "$ac_link") 2>conftest.er1
16054 ac_status=$?
16055 grep -v '^ *+' conftest.er1 >conftest.err
16056 rm -f conftest.er1
16057 cat conftest.err >&5
16058 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
16059 (exit $ac_status); } && {
16060 test -z "$ac_c_werror_flag" ||
16061 test ! -s conftest.err
16062 } && test -s conftest$ac_exeext && {
16063 test "$cross_compiling" = yes ||
16064 $as_test_x conftest$ac_exeext
16065 }; then
16066 case "$LIBEXT" in
16067 dll) ;;
16068 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'` ;;
16069 *) 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'` ;;
16070 esac
16071 else
16072 $as_echo "$as_me: failed program was:" >&5
16073 sed 's/^/| /' conftest.$ac_ext >&5
16078 rm -rf conftest.dSYM
16079 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16080 conftest$ac_exeext conftest.$ac_ext
16081 LIBS=$ac_check_soname_save_LIBS
16083 if test "x$ac_cv_lib_soname_jack" = "x"; then
16084 { $as_echo "$as_me:$LINENO: result: not found" >&5
16085 $as_echo "not found" >&6; }
16087 else
16088 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_jack" >&5
16089 $as_echo "$ac_cv_lib_soname_jack" >&6; }
16091 cat >>confdefs.h <<_ACEOF
16092 #define SONAME_LIBJACK "$ac_cv_lib_soname_jack"
16093 _ACEOF
16100 if test "$ac_cv_header_fontconfig_fontconfig_h" = "yes"
16101 then
16102 { $as_echo "$as_me:$LINENO: checking for -lfontconfig" >&5
16103 $as_echo_n "checking for -lfontconfig... " >&6; }
16104 if test "${ac_cv_lib_soname_fontconfig+set}" = set; then
16105 $as_echo_n "(cached) " >&6
16106 else
16107 ac_check_soname_save_LIBS=$LIBS
16108 LIBS="-lfontconfig $LIBS"
16109 cat >conftest.$ac_ext <<_ACEOF
16110 /* confdefs.h. */
16111 _ACEOF
16112 cat confdefs.h >>conftest.$ac_ext
16113 cat >>conftest.$ac_ext <<_ACEOF
16114 /* end confdefs.h. */
16116 /* Override any GCC internal prototype to avoid an error.
16117 Use char because int might match the return type of a GCC
16118 builtin and then its argument prototype would still apply. */
16119 #ifdef __cplusplus
16120 extern "C"
16121 #endif
16122 char FcInit ();
16124 main ()
16126 return FcInit ();
16128 return 0;
16130 _ACEOF
16131 rm -f conftest.$ac_objext conftest$ac_exeext
16132 if { (ac_try="$ac_link"
16133 case "(($ac_try" in
16134 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16135 *) ac_try_echo=$ac_try;;
16136 esac
16137 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
16138 $as_echo "$ac_try_echo") >&5
16139 (eval "$ac_link") 2>conftest.er1
16140 ac_status=$?
16141 grep -v '^ *+' conftest.er1 >conftest.err
16142 rm -f conftest.er1
16143 cat conftest.err >&5
16144 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
16145 (exit $ac_status); } && {
16146 test -z "$ac_c_werror_flag" ||
16147 test ! -s conftest.err
16148 } && test -s conftest$ac_exeext && {
16149 test "$cross_compiling" = yes ||
16150 $as_test_x conftest$ac_exeext
16151 }; then
16152 case "$LIBEXT" in
16153 dll) ;;
16154 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'` ;;
16155 *) ac_cv_lib_soname_fontconfig=`$ac_cv_path_LDD conftest$ac_exeext | grep "libfontconfig\\.$LIBEXT" | sed -e "s/^.*\(libfontconfig\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
16156 esac
16157 else
16158 $as_echo "$as_me: failed program was:" >&5
16159 sed 's/^/| /' conftest.$ac_ext >&5
16164 rm -rf conftest.dSYM
16165 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16166 conftest$ac_exeext conftest.$ac_ext
16167 LIBS=$ac_check_soname_save_LIBS
16169 if test "x$ac_cv_lib_soname_fontconfig" = "x"; then
16170 { $as_echo "$as_me:$LINENO: result: not found" >&5
16171 $as_echo "not found" >&6; }
16173 else
16174 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_fontconfig" >&5
16175 $as_echo "$ac_cv_lib_soname_fontconfig" >&6; }
16177 cat >>confdefs.h <<_ACEOF
16178 #define SONAME_LIBFONTCONFIG "$ac_cv_lib_soname_fontconfig"
16179 _ACEOF
16184 elif test -n "$X_CFLAGS" -a "x$with_fontconfig" != "xno"
16185 then
16186 ac_save_CPPFLAGS="$CPPFLAGS"
16187 CPPFLAGS="$CPPFLAGS $X_CFLAGS"
16188 $as_unset ac_cv_header_fontconfig_fontconfig_h
16190 for ac_header in fontconfig/fontconfig.h
16192 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
16193 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
16194 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
16195 $as_echo_n "checking for $ac_header... " >&6; }
16196 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
16197 $as_echo_n "(cached) " >&6
16199 ac_res=`eval 'as_val=${'$as_ac_Header'}
16200 $as_echo "$as_val"'`
16201 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
16202 $as_echo "$ac_res" >&6; }
16203 else
16204 # Is the header compilable?
16205 { $as_echo "$as_me:$LINENO: checking $ac_header usability" >&5
16206 $as_echo_n "checking $ac_header usability... " >&6; }
16207 cat >conftest.$ac_ext <<_ACEOF
16208 /* confdefs.h. */
16209 _ACEOF
16210 cat confdefs.h >>conftest.$ac_ext
16211 cat >>conftest.$ac_ext <<_ACEOF
16212 /* end confdefs.h. */
16213 $ac_includes_default
16214 #include <$ac_header>
16215 _ACEOF
16216 rm -f conftest.$ac_objext
16217 if { (ac_try="$ac_compile"
16218 case "(($ac_try" in
16219 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16220 *) ac_try_echo=$ac_try;;
16221 esac
16222 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
16223 $as_echo "$ac_try_echo") >&5
16224 (eval "$ac_compile") 2>conftest.er1
16225 ac_status=$?
16226 grep -v '^ *+' conftest.er1 >conftest.err
16227 rm -f conftest.er1
16228 cat conftest.err >&5
16229 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
16230 (exit $ac_status); } && {
16231 test -z "$ac_c_werror_flag" ||
16232 test ! -s conftest.err
16233 } && test -s conftest.$ac_objext; then
16234 ac_header_compiler=yes
16235 else
16236 $as_echo "$as_me: failed program was:" >&5
16237 sed 's/^/| /' conftest.$ac_ext >&5
16239 ac_header_compiler=no
16242 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
16243 { $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
16244 $as_echo "$ac_header_compiler" >&6; }
16246 # Is the header present?
16247 { $as_echo "$as_me:$LINENO: checking $ac_header presence" >&5
16248 $as_echo_n "checking $ac_header presence... " >&6; }
16249 cat >conftest.$ac_ext <<_ACEOF
16250 /* confdefs.h. */
16251 _ACEOF
16252 cat confdefs.h >>conftest.$ac_ext
16253 cat >>conftest.$ac_ext <<_ACEOF
16254 /* end confdefs.h. */
16255 #include <$ac_header>
16256 _ACEOF
16257 if { (ac_try="$ac_cpp conftest.$ac_ext"
16258 case "(($ac_try" in
16259 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16260 *) ac_try_echo=$ac_try;;
16261 esac
16262 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
16263 $as_echo "$ac_try_echo") >&5
16264 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
16265 ac_status=$?
16266 grep -v '^ *+' conftest.er1 >conftest.err
16267 rm -f conftest.er1
16268 cat conftest.err >&5
16269 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
16270 (exit $ac_status); } >/dev/null && {
16271 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
16272 test ! -s conftest.err
16273 }; then
16274 ac_header_preproc=yes
16275 else
16276 $as_echo "$as_me: failed program was:" >&5
16277 sed 's/^/| /' conftest.$ac_ext >&5
16279 ac_header_preproc=no
16282 rm -f conftest.err conftest.$ac_ext
16283 { $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
16284 $as_echo "$ac_header_preproc" >&6; }
16286 # So? What about this header?
16287 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
16288 yes:no: )
16289 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
16290 $as_echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
16291 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
16292 $as_echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
16293 ac_header_preproc=yes
16295 no:yes:* )
16296 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
16297 $as_echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
16298 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
16299 $as_echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
16300 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
16301 $as_echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
16302 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
16303 $as_echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
16304 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
16305 $as_echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
16306 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
16307 $as_echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
16308 ( cat <<\_ASBOX
16309 ## ------------------------------------ ##
16310 ## Report this to wine-devel@winehq.org ##
16311 ## ------------------------------------ ##
16312 _ASBOX
16313 ) | sed "s/^/$as_me: WARNING: /" >&2
16315 esac
16316 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
16317 $as_echo_n "checking for $ac_header... " >&6; }
16318 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
16319 $as_echo_n "(cached) " >&6
16320 else
16321 eval "$as_ac_Header=\$ac_header_preproc"
16323 ac_res=`eval 'as_val=${'$as_ac_Header'}
16324 $as_echo "$as_val"'`
16325 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
16326 $as_echo "$ac_res" >&6; }
16329 as_val=`eval 'as_val=${'$as_ac_Header'}
16330 $as_echo "$as_val"'`
16331 if test "x$as_val" = x""yes; then
16332 cat >>confdefs.h <<_ACEOF
16333 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
16334 _ACEOF
16338 done
16340 CPPFLAGS="$ac_save_CPPFLAGS"
16341 if test "$ac_cv_header_fontconfig_fontconfig_h" = "yes"
16342 then
16343 FONTCONFIGINCL="$X_CFLAGS"
16345 { $as_echo "$as_me:$LINENO: checking for -lfontconfig" >&5
16346 $as_echo_n "checking for -lfontconfig... " >&6; }
16347 if test "${ac_cv_lib_soname_fontconfig+set}" = set; then
16348 $as_echo_n "(cached) " >&6
16349 else
16350 ac_check_soname_save_LIBS=$LIBS
16351 LIBS="-lfontconfig $X_LIBS $LIBS"
16352 cat >conftest.$ac_ext <<_ACEOF
16353 /* confdefs.h. */
16354 _ACEOF
16355 cat confdefs.h >>conftest.$ac_ext
16356 cat >>conftest.$ac_ext <<_ACEOF
16357 /* end confdefs.h. */
16359 /* Override any GCC internal prototype to avoid an error.
16360 Use char because int might match the return type of a GCC
16361 builtin and then its argument prototype would still apply. */
16362 #ifdef __cplusplus
16363 extern "C"
16364 #endif
16365 char FcInit ();
16367 main ()
16369 return FcInit ();
16371 return 0;
16373 _ACEOF
16374 rm -f conftest.$ac_objext conftest$ac_exeext
16375 if { (ac_try="$ac_link"
16376 case "(($ac_try" in
16377 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16378 *) ac_try_echo=$ac_try;;
16379 esac
16380 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
16381 $as_echo "$ac_try_echo") >&5
16382 (eval "$ac_link") 2>conftest.er1
16383 ac_status=$?
16384 grep -v '^ *+' conftest.er1 >conftest.err
16385 rm -f conftest.er1
16386 cat conftest.err >&5
16387 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
16388 (exit $ac_status); } && {
16389 test -z "$ac_c_werror_flag" ||
16390 test ! -s conftest.err
16391 } && test -s conftest$ac_exeext && {
16392 test "$cross_compiling" = yes ||
16393 $as_test_x conftest$ac_exeext
16394 }; then
16395 case "$LIBEXT" in
16396 dll) ;;
16397 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'` ;;
16398 *) ac_cv_lib_soname_fontconfig=`$ac_cv_path_LDD conftest$ac_exeext | grep "libfontconfig\\.$LIBEXT" | sed -e "s/^.*\(libfontconfig\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
16399 esac
16400 else
16401 $as_echo "$as_me: failed program was:" >&5
16402 sed 's/^/| /' conftest.$ac_ext >&5
16407 rm -rf conftest.dSYM
16408 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16409 conftest$ac_exeext conftest.$ac_ext
16410 LIBS=$ac_check_soname_save_LIBS
16412 if test "x$ac_cv_lib_soname_fontconfig" = "x"; then
16413 { $as_echo "$as_me:$LINENO: result: not found" >&5
16414 $as_echo "not found" >&6; }
16416 else
16417 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_fontconfig" >&5
16418 $as_echo "$ac_cv_lib_soname_fontconfig" >&6; }
16420 cat >>confdefs.h <<_ACEOF
16421 #define SONAME_LIBFONTCONFIG "$ac_cv_lib_soname_fontconfig"
16422 _ACEOF
16429 if test "x$ac_cv_lib_soname_fontconfig" = "x"; then
16430 case "x$with_fontconfig" in
16431 x) wine_notices="$wine_notices|fontconfig ${notice_platform}development files not found, fontconfig won't be supported." ;;
16432 xno) ;;
16433 *) { { $as_echo "$as_me:$LINENO: error: fontconfig ${notice_platform}development files not found, fontconfig won't be supported.
16434 This is an error since --with-fontconfig was requested." >&5
16435 $as_echo "$as_me: error: fontconfig ${notice_platform}development files not found, fontconfig won't be supported.
16436 This is an error since --with-fontconfig was requested." >&2;}
16437 { (exit 1); exit 1; }; } ;;
16438 esac
16442 if test "$ac_cv_header_openssl_err_h" = "yes" -a "$ac_cv_header_openssl_ssl_h" = "yes"
16443 then
16444 { $as_echo "$as_me:$LINENO: checking for -lssl" >&5
16445 $as_echo_n "checking for -lssl... " >&6; }
16446 if test "${ac_cv_lib_soname_ssl+set}" = set; then
16447 $as_echo_n "(cached) " >&6
16448 else
16449 ac_check_soname_save_LIBS=$LIBS
16450 LIBS="-lssl $LIBS"
16451 cat >conftest.$ac_ext <<_ACEOF
16452 /* confdefs.h. */
16453 _ACEOF
16454 cat confdefs.h >>conftest.$ac_ext
16455 cat >>conftest.$ac_ext <<_ACEOF
16456 /* end confdefs.h. */
16458 /* Override any GCC internal prototype to avoid an error.
16459 Use char because int might match the return type of a GCC
16460 builtin and then its argument prototype would still apply. */
16461 #ifdef __cplusplus
16462 extern "C"
16463 #endif
16464 char SSL_library_init ();
16466 main ()
16468 return SSL_library_init ();
16470 return 0;
16472 _ACEOF
16473 rm -f conftest.$ac_objext conftest$ac_exeext
16474 if { (ac_try="$ac_link"
16475 case "(($ac_try" in
16476 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16477 *) ac_try_echo=$ac_try;;
16478 esac
16479 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
16480 $as_echo "$ac_try_echo") >&5
16481 (eval "$ac_link") 2>conftest.er1
16482 ac_status=$?
16483 grep -v '^ *+' conftest.er1 >conftest.err
16484 rm -f conftest.er1
16485 cat conftest.err >&5
16486 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
16487 (exit $ac_status); } && {
16488 test -z "$ac_c_werror_flag" ||
16489 test ! -s conftest.err
16490 } && test -s conftest$ac_exeext && {
16491 test "$cross_compiling" = yes ||
16492 $as_test_x conftest$ac_exeext
16493 }; then
16494 case "$LIBEXT" in
16495 dll) ;;
16496 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'` ;;
16497 *) ac_cv_lib_soname_ssl=`$ac_cv_path_LDD conftest$ac_exeext | grep "libssl\\.$LIBEXT" | sed -e "s/^.*\(libssl\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
16498 esac
16499 else
16500 $as_echo "$as_me: failed program was:" >&5
16501 sed 's/^/| /' conftest.$ac_ext >&5
16506 rm -rf conftest.dSYM
16507 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16508 conftest$ac_exeext conftest.$ac_ext
16509 LIBS=$ac_check_soname_save_LIBS
16511 if test "x$ac_cv_lib_soname_ssl" = "x"; then
16512 { $as_echo "$as_me:$LINENO: result: not found" >&5
16513 $as_echo "not found" >&6; }
16515 else
16516 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_ssl" >&5
16517 $as_echo "$ac_cv_lib_soname_ssl" >&6; }
16519 cat >>confdefs.h <<_ACEOF
16520 #define SONAME_LIBSSL "$ac_cv_lib_soname_ssl"
16521 _ACEOF
16526 { $as_echo "$as_me:$LINENO: checking for -lcrypto" >&5
16527 $as_echo_n "checking for -lcrypto... " >&6; }
16528 if test "${ac_cv_lib_soname_crypto+set}" = set; then
16529 $as_echo_n "(cached) " >&6
16530 else
16531 ac_check_soname_save_LIBS=$LIBS
16532 LIBS="-lcrypto $LIBS"
16533 cat >conftest.$ac_ext <<_ACEOF
16534 /* confdefs.h. */
16535 _ACEOF
16536 cat confdefs.h >>conftest.$ac_ext
16537 cat >>conftest.$ac_ext <<_ACEOF
16538 /* end confdefs.h. */
16540 /* Override any GCC internal prototype to avoid an error.
16541 Use char because int might match the return type of a GCC
16542 builtin and then its argument prototype would still apply. */
16543 #ifdef __cplusplus
16544 extern "C"
16545 #endif
16546 char BIO_new_socket ();
16548 main ()
16550 return BIO_new_socket ();
16552 return 0;
16554 _ACEOF
16555 rm -f conftest.$ac_objext conftest$ac_exeext
16556 if { (ac_try="$ac_link"
16557 case "(($ac_try" in
16558 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16559 *) ac_try_echo=$ac_try;;
16560 esac
16561 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
16562 $as_echo "$ac_try_echo") >&5
16563 (eval "$ac_link") 2>conftest.er1
16564 ac_status=$?
16565 grep -v '^ *+' conftest.er1 >conftest.err
16566 rm -f conftest.er1
16567 cat conftest.err >&5
16568 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
16569 (exit $ac_status); } && {
16570 test -z "$ac_c_werror_flag" ||
16571 test ! -s conftest.err
16572 } && test -s conftest$ac_exeext && {
16573 test "$cross_compiling" = yes ||
16574 $as_test_x conftest$ac_exeext
16575 }; then
16576 case "$LIBEXT" in
16577 dll) ;;
16578 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'` ;;
16579 *) ac_cv_lib_soname_crypto=`$ac_cv_path_LDD conftest$ac_exeext | grep "libcrypto\\.$LIBEXT" | sed -e "s/^.*\(libcrypto\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
16580 esac
16581 else
16582 $as_echo "$as_me: failed program was:" >&5
16583 sed 's/^/| /' conftest.$ac_ext >&5
16588 rm -rf conftest.dSYM
16589 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16590 conftest$ac_exeext conftest.$ac_ext
16591 LIBS=$ac_check_soname_save_LIBS
16593 if test "x$ac_cv_lib_soname_crypto" = "x"; then
16594 { $as_echo "$as_me:$LINENO: result: not found" >&5
16595 $as_echo "not found" >&6; }
16597 else
16598 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_crypto" >&5
16599 $as_echo "$ac_cv_lib_soname_crypto" >&6; }
16601 cat >>confdefs.h <<_ACEOF
16602 #define SONAME_LIBCRYPTO "$ac_cv_lib_soname_crypto"
16603 _ACEOF
16609 if test "x$ac_cv_lib_soname_ssl" = "x" -o "x$ac_cv_lib_soname_crypto" = "x"; then
16610 case "x$with_openssl" in
16611 x) wine_warnings="$wine_warnings|OpenSSL ${notice_platform}development files not found, SSL won't be supported." ;;
16612 xno) ;;
16613 *) { { $as_echo "$as_me:$LINENO: error: OpenSSL ${notice_platform}development files not found, SSL won't be supported.
16614 This is an error since --with-openssl was requested." >&5
16615 $as_echo "$as_me: error: OpenSSL ${notice_platform}development files not found, SSL won't be supported.
16616 This is an error since --with-openssl was requested." >&2;}
16617 { (exit 1); exit 1; }; } ;;
16618 esac
16622 if test "$ac_cv_header_jpeglib_h" = "yes"
16623 then
16624 { $as_echo "$as_me:$LINENO: checking for -ljpeg" >&5
16625 $as_echo_n "checking for -ljpeg... " >&6; }
16626 if test "${ac_cv_lib_soname_jpeg+set}" = set; then
16627 $as_echo_n "(cached) " >&6
16628 else
16629 ac_check_soname_save_LIBS=$LIBS
16630 LIBS="-ljpeg $LIBS"
16631 cat >conftest.$ac_ext <<_ACEOF
16632 /* confdefs.h. */
16633 _ACEOF
16634 cat confdefs.h >>conftest.$ac_ext
16635 cat >>conftest.$ac_ext <<_ACEOF
16636 /* end confdefs.h. */
16638 /* Override any GCC internal prototype to avoid an error.
16639 Use char because int might match the return type of a GCC
16640 builtin and then its argument prototype would still apply. */
16641 #ifdef __cplusplus
16642 extern "C"
16643 #endif
16644 char jpeg_start_decompress ();
16646 main ()
16648 return jpeg_start_decompress ();
16650 return 0;
16652 _ACEOF
16653 rm -f conftest.$ac_objext conftest$ac_exeext
16654 if { (ac_try="$ac_link"
16655 case "(($ac_try" in
16656 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16657 *) ac_try_echo=$ac_try;;
16658 esac
16659 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
16660 $as_echo "$ac_try_echo") >&5
16661 (eval "$ac_link") 2>conftest.er1
16662 ac_status=$?
16663 grep -v '^ *+' conftest.er1 >conftest.err
16664 rm -f conftest.er1
16665 cat conftest.err >&5
16666 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
16667 (exit $ac_status); } && {
16668 test -z "$ac_c_werror_flag" ||
16669 test ! -s conftest.err
16670 } && test -s conftest$ac_exeext && {
16671 test "$cross_compiling" = yes ||
16672 $as_test_x conftest$ac_exeext
16673 }; then
16674 case "$LIBEXT" in
16675 dll) ;;
16676 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'` ;;
16677 *) ac_cv_lib_soname_jpeg=`$ac_cv_path_LDD conftest$ac_exeext | grep "libjpeg\\.$LIBEXT" | sed -e "s/^.*\(libjpeg\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
16678 esac
16679 else
16680 $as_echo "$as_me: failed program was:" >&5
16681 sed 's/^/| /' conftest.$ac_ext >&5
16686 rm -rf conftest.dSYM
16687 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16688 conftest$ac_exeext conftest.$ac_ext
16689 LIBS=$ac_check_soname_save_LIBS
16691 if test "x$ac_cv_lib_soname_jpeg" = "x"; then
16692 { $as_echo "$as_me:$LINENO: result: not found" >&5
16693 $as_echo "not found" >&6; }
16695 else
16696 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_jpeg" >&5
16697 $as_echo "$ac_cv_lib_soname_jpeg" >&6; }
16699 cat >>confdefs.h <<_ACEOF
16700 #define SONAME_LIBJPEG "$ac_cv_lib_soname_jpeg"
16701 _ACEOF
16707 if test "x$ac_cv_lib_soname_jpeg" = "x"; then
16708 case "x$with_jpeg" in
16709 x) wine_warnings="$wine_warnings|libjpeg ${notice_platform}development files not found, JPEG won't be supported." ;;
16710 xno) ;;
16711 *) { { $as_echo "$as_me:$LINENO: error: libjpeg ${notice_platform}development files not found, JPEG won't be supported.
16712 This is an error since --with-jpeg was requested." >&5
16713 $as_echo "$as_me: error: libjpeg ${notice_platform}development files not found, JPEG won't be supported.
16714 This is an error since --with-jpeg was requested." >&2;}
16715 { (exit 1); exit 1; }; } ;;
16716 esac
16720 if test "$ac_cv_header_png_h" = "yes"
16721 then
16722 { $as_echo "$as_me:$LINENO: checking for -lpng" >&5
16723 $as_echo_n "checking for -lpng... " >&6; }
16724 if test "${ac_cv_lib_soname_png+set}" = set; then
16725 $as_echo_n "(cached) " >&6
16726 else
16727 ac_check_soname_save_LIBS=$LIBS
16728 LIBS="-lpng -lm $LIBS"
16729 cat >conftest.$ac_ext <<_ACEOF
16730 /* confdefs.h. */
16731 _ACEOF
16732 cat confdefs.h >>conftest.$ac_ext
16733 cat >>conftest.$ac_ext <<_ACEOF
16734 /* end confdefs.h. */
16736 /* Override any GCC internal prototype to avoid an error.
16737 Use char because int might match the return type of a GCC
16738 builtin and then its argument prototype would still apply. */
16739 #ifdef __cplusplus
16740 extern "C"
16741 #endif
16742 char png_create_read_struct ();
16744 main ()
16746 return png_create_read_struct ();
16748 return 0;
16750 _ACEOF
16751 rm -f conftest.$ac_objext conftest$ac_exeext
16752 if { (ac_try="$ac_link"
16753 case "(($ac_try" in
16754 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16755 *) ac_try_echo=$ac_try;;
16756 esac
16757 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
16758 $as_echo "$ac_try_echo") >&5
16759 (eval "$ac_link") 2>conftest.er1
16760 ac_status=$?
16761 grep -v '^ *+' conftest.er1 >conftest.err
16762 rm -f conftest.er1
16763 cat conftest.err >&5
16764 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
16765 (exit $ac_status); } && {
16766 test -z "$ac_c_werror_flag" ||
16767 test ! -s conftest.err
16768 } && test -s conftest$ac_exeext && {
16769 test "$cross_compiling" = yes ||
16770 $as_test_x conftest$ac_exeext
16771 }; then
16772 case "$LIBEXT" in
16773 dll) ;;
16774 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'` ;;
16775 *) 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'` ;;
16776 esac
16777 else
16778 $as_echo "$as_me: failed program was:" >&5
16779 sed 's/^/| /' conftest.$ac_ext >&5
16784 rm -rf conftest.dSYM
16785 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16786 conftest$ac_exeext conftest.$ac_ext
16787 LIBS=$ac_check_soname_save_LIBS
16789 if test "x$ac_cv_lib_soname_png" = "x"; then
16790 { $as_echo "$as_me:$LINENO: result: not found" >&5
16791 $as_echo "not found" >&6; }
16793 else
16794 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_png" >&5
16795 $as_echo "$ac_cv_lib_soname_png" >&6; }
16797 cat >>confdefs.h <<_ACEOF
16798 #define SONAME_LIBPNG "$ac_cv_lib_soname_png"
16799 _ACEOF
16805 if test "x$ac_cv_lib_soname_png" = "x"; then
16806 case "x$with_png" in
16807 x) wine_warnings="$wine_warnings|libpng ${notice_platform}development files not found, PNG won't be supported." ;;
16808 xno) ;;
16809 *) { { $as_echo "$as_me:$LINENO: error: libpng ${notice_platform}development files not found, PNG won't be supported.
16810 This is an error since --with-png was requested." >&5
16811 $as_echo "$as_me: error: libpng ${notice_platform}development files not found, PNG won't be supported.
16812 This is an error since --with-png was requested." >&2;}
16813 { (exit 1); exit 1; }; } ;;
16814 esac
16818 { $as_echo "$as_me:$LINENO: checking for -lodbc" >&5
16819 $as_echo_n "checking for -lodbc... " >&6; }
16820 if test "${ac_cv_lib_soname_odbc+set}" = set; then
16821 $as_echo_n "(cached) " >&6
16822 else
16823 ac_check_soname_save_LIBS=$LIBS
16824 LIBS="-lodbc $LIBS"
16825 cat >conftest.$ac_ext <<_ACEOF
16826 /* confdefs.h. */
16827 _ACEOF
16828 cat confdefs.h >>conftest.$ac_ext
16829 cat >>conftest.$ac_ext <<_ACEOF
16830 /* end confdefs.h. */
16832 /* Override any GCC internal prototype to avoid an error.
16833 Use char because int might match the return type of a GCC
16834 builtin and then its argument prototype would still apply. */
16835 #ifdef __cplusplus
16836 extern "C"
16837 #endif
16838 char SQLConnect ();
16840 main ()
16842 return SQLConnect ();
16844 return 0;
16846 _ACEOF
16847 rm -f conftest.$ac_objext conftest$ac_exeext
16848 if { (ac_try="$ac_link"
16849 case "(($ac_try" in
16850 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16851 *) ac_try_echo=$ac_try;;
16852 esac
16853 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
16854 $as_echo "$ac_try_echo") >&5
16855 (eval "$ac_link") 2>conftest.er1
16856 ac_status=$?
16857 grep -v '^ *+' conftest.er1 >conftest.err
16858 rm -f conftest.er1
16859 cat conftest.err >&5
16860 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
16861 (exit $ac_status); } && {
16862 test -z "$ac_c_werror_flag" ||
16863 test ! -s conftest.err
16864 } && test -s conftest$ac_exeext && {
16865 test "$cross_compiling" = yes ||
16866 $as_test_x conftest$ac_exeext
16867 }; then
16868 case "$LIBEXT" in
16869 dll) ;;
16870 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'` ;;
16871 *) ac_cv_lib_soname_odbc=`$ac_cv_path_LDD conftest$ac_exeext | grep "libodbc\\.$LIBEXT" | sed -e "s/^.*\(libodbc\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
16872 esac
16873 else
16874 $as_echo "$as_me: failed program was:" >&5
16875 sed 's/^/| /' conftest.$ac_ext >&5
16880 rm -rf conftest.dSYM
16881 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16882 conftest$ac_exeext conftest.$ac_ext
16883 LIBS=$ac_check_soname_save_LIBS
16885 if test "x$ac_cv_lib_soname_odbc" = "x"; then
16886 { $as_echo "$as_me:$LINENO: result: not found" >&5
16887 $as_echo "not found" >&6; }
16888 cat >>confdefs.h <<_ACEOF
16889 #define SONAME_LIBODBC "libodbc.$LIBEXT"
16890 _ACEOF
16892 else
16893 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_odbc" >&5
16894 $as_echo "$ac_cv_lib_soname_odbc" >&6; }
16896 cat >>confdefs.h <<_ACEOF
16897 #define SONAME_LIBODBC "$ac_cv_lib_soname_odbc"
16898 _ACEOF
16904 if test "x$ALSALIBS$AUDIOIOLIBS$COREAUDIO$NASLIBS$ESDLIBS$ac_cv_lib_soname_jack" = "x" -a \
16905 "$ac_cv_header_sys_soundcard_h" != "yes" -a \
16906 "$ac_cv_header_machine_soundcard_h" != "yes" -a \
16907 "$ac_cv_header_soundcard_h" != "yes" -a \
16908 "x$with_alsa$with_audioio$with_coreaudio$with_nas$with_esd$with_jack$with_oss" != xnonononononono
16909 then
16910 wine_warnings="$wine_warnings|No sound system was found. Windows applications will be silent."
16914 EXTRACFLAGS=""
16916 if test "x${GCC}" = "xyes"
16917 then
16918 EXTRACFLAGS="-Wall -pipe"
16920 { $as_echo "$as_me:$LINENO: checking for gcc strength-reduce bug" >&5
16921 $as_echo_n "checking for gcc strength-reduce bug... " >&6; }
16922 if test "${ac_cv_c_gcc_strength_bug+set}" = set; then
16923 $as_echo_n "(cached) " >&6
16924 else
16925 if test "$cross_compiling" = yes; then
16926 ac_cv_c_gcc_strength_bug="yes"
16927 else
16928 cat >conftest.$ac_ext <<_ACEOF
16929 /* confdefs.h. */
16930 _ACEOF
16931 cat confdefs.h >>conftest.$ac_ext
16932 cat >>conftest.$ac_ext <<_ACEOF
16933 /* end confdefs.h. */
16934 int L[4] = {0,1,2,3};
16936 main ()
16938 static int Array[3];
16939 unsigned int B = 3;
16940 int i;
16941 for(i=0; i<B; i++) Array[i] = i - 3;
16942 for(i=0; i<4 - 1; i++) L[i] = L[i + 1];
16943 L[i] = 4;
16944 exit( Array[1] != -2 || L[2] != 3)
16946 return 0;
16948 _ACEOF
16949 rm -f conftest$ac_exeext
16950 if { (ac_try="$ac_link"
16951 case "(($ac_try" in
16952 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16953 *) ac_try_echo=$ac_try;;
16954 esac
16955 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
16956 $as_echo "$ac_try_echo") >&5
16957 (eval "$ac_link") 2>&5
16958 ac_status=$?
16959 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
16960 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
16961 { (case "(($ac_try" in
16962 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16963 *) ac_try_echo=$ac_try;;
16964 esac
16965 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
16966 $as_echo "$ac_try_echo") >&5
16967 (eval "$ac_try") 2>&5
16968 ac_status=$?
16969 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
16970 (exit $ac_status); }; }; then
16971 ac_cv_c_gcc_strength_bug="no"
16972 else
16973 $as_echo "$as_me: program exited with status $ac_status" >&5
16974 $as_echo "$as_me: failed program was:" >&5
16975 sed 's/^/| /' conftest.$ac_ext >&5
16977 ( exit $ac_status )
16978 ac_cv_c_gcc_strength_bug="yes"
16980 rm -rf conftest.dSYM
16981 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
16986 { $as_echo "$as_me:$LINENO: result: $ac_cv_c_gcc_strength_bug" >&5
16987 $as_echo "$ac_cv_c_gcc_strength_bug" >&6; }
16988 if test "$ac_cv_c_gcc_strength_bug" = "yes"
16989 then
16990 EXTRACFLAGS="$EXTRACFLAGS -fno-strength-reduce"
16994 { $as_echo "$as_me:$LINENO: checking whether the compiler supports -fshort-wchar" >&5
16995 $as_echo_n "checking whether the compiler supports -fshort-wchar... " >&6; }
16996 if test "${ac_cv_cflags__fshort_wchar+set}" = set; then
16997 $as_echo_n "(cached) " >&6
16998 else
16999 ac_wine_try_cflags_saved=$CFLAGS
17000 CFLAGS="$CFLAGS -fshort-wchar"
17001 cat >conftest.$ac_ext <<_ACEOF
17002 /* confdefs.h. */
17003 _ACEOF
17004 cat confdefs.h >>conftest.$ac_ext
17005 cat >>conftest.$ac_ext <<_ACEOF
17006 /* end confdefs.h. */
17009 main ()
17013 return 0;
17015 _ACEOF
17016 rm -f conftest.$ac_objext conftest$ac_exeext
17017 if { (ac_try="$ac_link"
17018 case "(($ac_try" in
17019 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17020 *) ac_try_echo=$ac_try;;
17021 esac
17022 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
17023 $as_echo "$ac_try_echo") >&5
17024 (eval "$ac_link") 2>conftest.er1
17025 ac_status=$?
17026 grep -v '^ *+' conftest.er1 >conftest.err
17027 rm -f conftest.er1
17028 cat conftest.err >&5
17029 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
17030 (exit $ac_status); } && {
17031 test -z "$ac_c_werror_flag" ||
17032 test ! -s conftest.err
17033 } && test -s conftest$ac_exeext && {
17034 test "$cross_compiling" = yes ||
17035 $as_test_x conftest$ac_exeext
17036 }; then
17037 ac_cv_cflags__fshort_wchar=yes
17038 else
17039 $as_echo "$as_me: failed program was:" >&5
17040 sed 's/^/| /' conftest.$ac_ext >&5
17042 ac_cv_cflags__fshort_wchar=no
17045 rm -rf conftest.dSYM
17046 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17047 conftest$ac_exeext conftest.$ac_ext
17048 CFLAGS=$ac_wine_try_cflags_saved
17050 { $as_echo "$as_me:$LINENO: result: $ac_cv_cflags__fshort_wchar" >&5
17051 $as_echo "$ac_cv_cflags__fshort_wchar" >&6; }
17052 if test $ac_cv_cflags__fshort_wchar = yes; then
17054 cat >>confdefs.h <<\_ACEOF
17055 #define CC_FLAG_SHORT_WCHAR "-fshort-wchar"
17056 _ACEOF
17060 { $as_echo "$as_me:$LINENO: checking whether the compiler supports -fno-builtin" >&5
17061 $as_echo_n "checking whether the compiler supports -fno-builtin... " >&6; }
17062 if test "${ac_cv_cflags__fno_builtin+set}" = set; then
17063 $as_echo_n "(cached) " >&6
17064 else
17065 ac_wine_try_cflags_saved=$CFLAGS
17066 CFLAGS="$CFLAGS -fno-builtin"
17067 cat >conftest.$ac_ext <<_ACEOF
17068 /* confdefs.h. */
17069 _ACEOF
17070 cat confdefs.h >>conftest.$ac_ext
17071 cat >>conftest.$ac_ext <<_ACEOF
17072 /* end confdefs.h. */
17075 main ()
17079 return 0;
17081 _ACEOF
17082 rm -f conftest.$ac_objext conftest$ac_exeext
17083 if { (ac_try="$ac_link"
17084 case "(($ac_try" in
17085 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17086 *) ac_try_echo=$ac_try;;
17087 esac
17088 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
17089 $as_echo "$ac_try_echo") >&5
17090 (eval "$ac_link") 2>conftest.er1
17091 ac_status=$?
17092 grep -v '^ *+' conftest.er1 >conftest.err
17093 rm -f conftest.er1
17094 cat conftest.err >&5
17095 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
17096 (exit $ac_status); } && {
17097 test -z "$ac_c_werror_flag" ||
17098 test ! -s conftest.err
17099 } && test -s conftest$ac_exeext && {
17100 test "$cross_compiling" = yes ||
17101 $as_test_x conftest$ac_exeext
17102 }; then
17103 ac_cv_cflags__fno_builtin=yes
17104 else
17105 $as_echo "$as_me: failed program was:" >&5
17106 sed 's/^/| /' conftest.$ac_ext >&5
17108 ac_cv_cflags__fno_builtin=no
17111 rm -rf conftest.dSYM
17112 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17113 conftest$ac_exeext conftest.$ac_ext
17114 CFLAGS=$ac_wine_try_cflags_saved
17116 { $as_echo "$as_me:$LINENO: result: $ac_cv_cflags__fno_builtin" >&5
17117 $as_echo "$ac_cv_cflags__fno_builtin" >&6; }
17118 if test $ac_cv_cflags__fno_builtin = yes; then
17119 BUILTINFLAG="-fno-builtin"
17123 { $as_echo "$as_me:$LINENO: checking whether the compiler supports -fno-strict-aliasing" >&5
17124 $as_echo_n "checking whether the compiler supports -fno-strict-aliasing... " >&6; }
17125 if test "${ac_cv_cflags__fno_strict_aliasing+set}" = set; then
17126 $as_echo_n "(cached) " >&6
17127 else
17128 ac_wine_try_cflags_saved=$CFLAGS
17129 CFLAGS="$CFLAGS -fno-strict-aliasing"
17130 cat >conftest.$ac_ext <<_ACEOF
17131 /* confdefs.h. */
17132 _ACEOF
17133 cat confdefs.h >>conftest.$ac_ext
17134 cat >>conftest.$ac_ext <<_ACEOF
17135 /* end confdefs.h. */
17138 main ()
17142 return 0;
17144 _ACEOF
17145 rm -f conftest.$ac_objext conftest$ac_exeext
17146 if { (ac_try="$ac_link"
17147 case "(($ac_try" in
17148 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17149 *) ac_try_echo=$ac_try;;
17150 esac
17151 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
17152 $as_echo "$ac_try_echo") >&5
17153 (eval "$ac_link") 2>conftest.er1
17154 ac_status=$?
17155 grep -v '^ *+' conftest.er1 >conftest.err
17156 rm -f conftest.er1
17157 cat conftest.err >&5
17158 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
17159 (exit $ac_status); } && {
17160 test -z "$ac_c_werror_flag" ||
17161 test ! -s conftest.err
17162 } && test -s conftest$ac_exeext && {
17163 test "$cross_compiling" = yes ||
17164 $as_test_x conftest$ac_exeext
17165 }; then
17166 ac_cv_cflags__fno_strict_aliasing=yes
17167 else
17168 $as_echo "$as_me: failed program was:" >&5
17169 sed 's/^/| /' conftest.$ac_ext >&5
17171 ac_cv_cflags__fno_strict_aliasing=no
17174 rm -rf conftest.dSYM
17175 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17176 conftest$ac_exeext conftest.$ac_ext
17177 CFLAGS=$ac_wine_try_cflags_saved
17179 { $as_echo "$as_me:$LINENO: result: $ac_cv_cflags__fno_strict_aliasing" >&5
17180 $as_echo "$ac_cv_cflags__fno_strict_aliasing" >&6; }
17181 if test $ac_cv_cflags__fno_strict_aliasing = yes; then
17182 EXTRACFLAGS="$EXTRACFLAGS -fno-strict-aliasing"
17185 { $as_echo "$as_me:$LINENO: checking whether the compiler supports -Wdeclaration-after-statement" >&5
17186 $as_echo_n "checking whether the compiler supports -Wdeclaration-after-statement... " >&6; }
17187 if test "${ac_cv_cflags__Wdeclaration_after_statement+set}" = set; then
17188 $as_echo_n "(cached) " >&6
17189 else
17190 ac_wine_try_cflags_saved=$CFLAGS
17191 CFLAGS="$CFLAGS -Wdeclaration-after-statement"
17192 cat >conftest.$ac_ext <<_ACEOF
17193 /* confdefs.h. */
17194 _ACEOF
17195 cat confdefs.h >>conftest.$ac_ext
17196 cat >>conftest.$ac_ext <<_ACEOF
17197 /* end confdefs.h. */
17200 main ()
17204 return 0;
17206 _ACEOF
17207 rm -f conftest.$ac_objext conftest$ac_exeext
17208 if { (ac_try="$ac_link"
17209 case "(($ac_try" in
17210 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17211 *) ac_try_echo=$ac_try;;
17212 esac
17213 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
17214 $as_echo "$ac_try_echo") >&5
17215 (eval "$ac_link") 2>conftest.er1
17216 ac_status=$?
17217 grep -v '^ *+' conftest.er1 >conftest.err
17218 rm -f conftest.er1
17219 cat conftest.err >&5
17220 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
17221 (exit $ac_status); } && {
17222 test -z "$ac_c_werror_flag" ||
17223 test ! -s conftest.err
17224 } && test -s conftest$ac_exeext && {
17225 test "$cross_compiling" = yes ||
17226 $as_test_x conftest$ac_exeext
17227 }; then
17228 ac_cv_cflags__Wdeclaration_after_statement=yes
17229 else
17230 $as_echo "$as_me: failed program was:" >&5
17231 sed 's/^/| /' conftest.$ac_ext >&5
17233 ac_cv_cflags__Wdeclaration_after_statement=no
17236 rm -rf conftest.dSYM
17237 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17238 conftest$ac_exeext conftest.$ac_ext
17239 CFLAGS=$ac_wine_try_cflags_saved
17241 { $as_echo "$as_me:$LINENO: result: $ac_cv_cflags__Wdeclaration_after_statement" >&5
17242 $as_echo "$ac_cv_cflags__Wdeclaration_after_statement" >&6; }
17243 if test $ac_cv_cflags__Wdeclaration_after_statement = yes; then
17244 EXTRACFLAGS="$EXTRACFLAGS -Wdeclaration-after-statement"
17247 { $as_echo "$as_me:$LINENO: checking whether the compiler supports -Wwrite-strings" >&5
17248 $as_echo_n "checking whether the compiler supports -Wwrite-strings... " >&6; }
17249 if test "${ac_cv_cflags__Wwrite_strings+set}" = set; then
17250 $as_echo_n "(cached) " >&6
17251 else
17252 ac_wine_try_cflags_saved=$CFLAGS
17253 CFLAGS="$CFLAGS -Wwrite-strings"
17254 cat >conftest.$ac_ext <<_ACEOF
17255 /* confdefs.h. */
17256 _ACEOF
17257 cat confdefs.h >>conftest.$ac_ext
17258 cat >>conftest.$ac_ext <<_ACEOF
17259 /* end confdefs.h. */
17262 main ()
17266 return 0;
17268 _ACEOF
17269 rm -f conftest.$ac_objext conftest$ac_exeext
17270 if { (ac_try="$ac_link"
17271 case "(($ac_try" in
17272 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17273 *) ac_try_echo=$ac_try;;
17274 esac
17275 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
17276 $as_echo "$ac_try_echo") >&5
17277 (eval "$ac_link") 2>conftest.er1
17278 ac_status=$?
17279 grep -v '^ *+' conftest.er1 >conftest.err
17280 rm -f conftest.er1
17281 cat conftest.err >&5
17282 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
17283 (exit $ac_status); } && {
17284 test -z "$ac_c_werror_flag" ||
17285 test ! -s conftest.err
17286 } && test -s conftest$ac_exeext && {
17287 test "$cross_compiling" = yes ||
17288 $as_test_x conftest$ac_exeext
17289 }; then
17290 ac_cv_cflags__Wwrite_strings=yes
17291 else
17292 $as_echo "$as_me: failed program was:" >&5
17293 sed 's/^/| /' conftest.$ac_ext >&5
17295 ac_cv_cflags__Wwrite_strings=no
17298 rm -rf conftest.dSYM
17299 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17300 conftest$ac_exeext conftest.$ac_ext
17301 CFLAGS=$ac_wine_try_cflags_saved
17303 { $as_echo "$as_me:$LINENO: result: $ac_cv_cflags__Wwrite_strings" >&5
17304 $as_echo "$ac_cv_cflags__Wwrite_strings" >&6; }
17305 if test $ac_cv_cflags__Wwrite_strings = yes; then
17306 EXTRACFLAGS="$EXTRACFLAGS -Wwrite-strings"
17309 { $as_echo "$as_me:$LINENO: checking whether the compiler supports -Wtype-limits" >&5
17310 $as_echo_n "checking whether the compiler supports -Wtype-limits... " >&6; }
17311 if test "${ac_cv_cflags__Wtype_limits+set}" = set; then
17312 $as_echo_n "(cached) " >&6
17313 else
17314 ac_wine_try_cflags_saved=$CFLAGS
17315 CFLAGS="$CFLAGS -Wtype-limits"
17316 cat >conftest.$ac_ext <<_ACEOF
17317 /* confdefs.h. */
17318 _ACEOF
17319 cat confdefs.h >>conftest.$ac_ext
17320 cat >>conftest.$ac_ext <<_ACEOF
17321 /* end confdefs.h. */
17324 main ()
17328 return 0;
17330 _ACEOF
17331 rm -f conftest.$ac_objext conftest$ac_exeext
17332 if { (ac_try="$ac_link"
17333 case "(($ac_try" in
17334 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17335 *) ac_try_echo=$ac_try;;
17336 esac
17337 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
17338 $as_echo "$ac_try_echo") >&5
17339 (eval "$ac_link") 2>conftest.er1
17340 ac_status=$?
17341 grep -v '^ *+' conftest.er1 >conftest.err
17342 rm -f conftest.er1
17343 cat conftest.err >&5
17344 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
17345 (exit $ac_status); } && {
17346 test -z "$ac_c_werror_flag" ||
17347 test ! -s conftest.err
17348 } && test -s conftest$ac_exeext && {
17349 test "$cross_compiling" = yes ||
17350 $as_test_x conftest$ac_exeext
17351 }; then
17352 ac_cv_cflags__Wtype_limits=yes
17353 else
17354 $as_echo "$as_me: failed program was:" >&5
17355 sed 's/^/| /' conftest.$ac_ext >&5
17357 ac_cv_cflags__Wtype_limits=no
17360 rm -rf conftest.dSYM
17361 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17362 conftest$ac_exeext conftest.$ac_ext
17363 CFLAGS=$ac_wine_try_cflags_saved
17365 { $as_echo "$as_me:$LINENO: result: $ac_cv_cflags__Wtype_limits" >&5
17366 $as_echo "$ac_cv_cflags__Wtype_limits" >&6; }
17367 if test $ac_cv_cflags__Wtype_limits = yes; then
17368 EXTRACFLAGS="$EXTRACFLAGS -Wtype-limits"
17372 saved_CFLAGS="$CFLAGS"
17373 CFLAGS="$CFLAGS -Wpointer-arith -Werror"
17374 { $as_echo "$as_me:$LINENO: checking for broken string.h that generates warnings" >&5
17375 $as_echo_n "checking for broken string.h that generates warnings... " >&6; }
17376 if test "${ac_cv_c_string_h_warnings+set}" = set; then
17377 $as_echo_n "(cached) " >&6
17378 else
17379 cat >conftest.$ac_ext <<_ACEOF
17380 /* confdefs.h. */
17381 _ACEOF
17382 cat confdefs.h >>conftest.$ac_ext
17383 cat >>conftest.$ac_ext <<_ACEOF
17384 /* end confdefs.h. */
17385 #include <string.h>
17387 main ()
17391 return 0;
17393 _ACEOF
17394 rm -f conftest.$ac_objext
17395 if { (ac_try="$ac_compile"
17396 case "(($ac_try" in
17397 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17398 *) ac_try_echo=$ac_try;;
17399 esac
17400 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
17401 $as_echo "$ac_try_echo") >&5
17402 (eval "$ac_compile") 2>conftest.er1
17403 ac_status=$?
17404 grep -v '^ *+' conftest.er1 >conftest.err
17405 rm -f conftest.er1
17406 cat conftest.err >&5
17407 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
17408 (exit $ac_status); } && {
17409 test -z "$ac_c_werror_flag" ||
17410 test ! -s conftest.err
17411 } && test -s conftest.$ac_objext; then
17412 ac_cv_c_string_h_warnings=no
17413 else
17414 $as_echo "$as_me: failed program was:" >&5
17415 sed 's/^/| /' conftest.$ac_ext >&5
17417 ac_cv_c_string_h_warnings=yes
17420 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
17422 { $as_echo "$as_me:$LINENO: result: $ac_cv_c_string_h_warnings" >&5
17423 $as_echo "$ac_cv_c_string_h_warnings" >&6; }
17424 CFLAGS="$saved_CFLAGS"
17425 if test "$ac_cv_c_string_h_warnings" = "no"
17426 then
17427 EXTRACFLAGS="$EXTRACFLAGS -Wpointer-arith"
17432 { $as_echo "$as_me:$LINENO: checking how to define a function in assembly code" >&5
17433 $as_echo_n "checking how to define a function in assembly code... " >&6; }
17434 if test "${ac_cv_asm_func_def+set}" = set; then
17435 $as_echo_n "(cached) " >&6
17436 else
17437 cat >conftest.$ac_ext <<_ACEOF
17438 /* confdefs.h. */
17439 _ACEOF
17440 cat confdefs.h >>conftest.$ac_ext
17441 cat >>conftest.$ac_ext <<_ACEOF
17442 /* end confdefs.h. */
17445 main ()
17447 asm("\t.globl _ac_test\n\t.def _ac_test; .scl 2; .type 32; .endef\n_ac_test:\t.long 0");
17449 return 0;
17451 _ACEOF
17452 rm -f conftest.$ac_objext conftest$ac_exeext
17453 if { (ac_try="$ac_link"
17454 case "(($ac_try" in
17455 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17456 *) ac_try_echo=$ac_try;;
17457 esac
17458 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
17459 $as_echo "$ac_try_echo") >&5
17460 (eval "$ac_link") 2>conftest.er1
17461 ac_status=$?
17462 grep -v '^ *+' conftest.er1 >conftest.err
17463 rm -f conftest.er1
17464 cat conftest.err >&5
17465 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
17466 (exit $ac_status); } && {
17467 test -z "$ac_c_werror_flag" ||
17468 test ! -s conftest.err
17469 } && test -s conftest$ac_exeext && {
17470 test "$cross_compiling" = yes ||
17471 $as_test_x conftest$ac_exeext
17472 }; then
17473 ac_cv_asm_func_def=".def"
17474 else
17475 $as_echo "$as_me: failed program was:" >&5
17476 sed 's/^/| /' conftest.$ac_ext >&5
17478 cat >conftest.$ac_ext <<_ACEOF
17479 /* confdefs.h. */
17480 _ACEOF
17481 cat confdefs.h >>conftest.$ac_ext
17482 cat >>conftest.$ac_ext <<_ACEOF
17483 /* end confdefs.h. */
17486 main ()
17488 asm("\t.globl _ac_test\n\t.type _ac_test,@function\n_ac_test:\t.long 0");
17490 return 0;
17492 _ACEOF
17493 rm -f conftest.$ac_objext conftest$ac_exeext
17494 if { (ac_try="$ac_link"
17495 case "(($ac_try" in
17496 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17497 *) ac_try_echo=$ac_try;;
17498 esac
17499 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
17500 $as_echo "$ac_try_echo") >&5
17501 (eval "$ac_link") 2>conftest.er1
17502 ac_status=$?
17503 grep -v '^ *+' conftest.er1 >conftest.err
17504 rm -f conftest.er1
17505 cat conftest.err >&5
17506 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
17507 (exit $ac_status); } && {
17508 test -z "$ac_c_werror_flag" ||
17509 test ! -s conftest.err
17510 } && test -s conftest$ac_exeext && {
17511 test "$cross_compiling" = yes ||
17512 $as_test_x conftest$ac_exeext
17513 }; then
17514 ac_cv_asm_func_def=".type @function"
17515 else
17516 $as_echo "$as_me: failed program was:" >&5
17517 sed 's/^/| /' conftest.$ac_ext >&5
17519 cat >conftest.$ac_ext <<_ACEOF
17520 /* confdefs.h. */
17521 _ACEOF
17522 cat confdefs.h >>conftest.$ac_ext
17523 cat >>conftest.$ac_ext <<_ACEOF
17524 /* end confdefs.h. */
17527 main ()
17529 asm("\t.globl _ac_test\n\t.type _ac_test,2\n_ac_test:\t.long 0");
17531 return 0;
17533 _ACEOF
17534 rm -f conftest.$ac_objext conftest$ac_exeext
17535 if { (ac_try="$ac_link"
17536 case "(($ac_try" in
17537 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17538 *) ac_try_echo=$ac_try;;
17539 esac
17540 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
17541 $as_echo "$ac_try_echo") >&5
17542 (eval "$ac_link") 2>conftest.er1
17543 ac_status=$?
17544 grep -v '^ *+' conftest.er1 >conftest.err
17545 rm -f conftest.er1
17546 cat conftest.err >&5
17547 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
17548 (exit $ac_status); } && {
17549 test -z "$ac_c_werror_flag" ||
17550 test ! -s conftest.err
17551 } && test -s conftest$ac_exeext && {
17552 test "$cross_compiling" = yes ||
17553 $as_test_x conftest$ac_exeext
17554 }; then
17555 ac_cv_asm_func_def=".type 2"
17556 else
17557 $as_echo "$as_me: failed program was:" >&5
17558 sed 's/^/| /' conftest.$ac_ext >&5
17560 ac_cv_asm_func_def="unknown"
17563 rm -rf conftest.dSYM
17564 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17565 conftest$ac_exeext conftest.$ac_ext
17568 rm -rf conftest.dSYM
17569 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17570 conftest$ac_exeext conftest.$ac_ext
17573 rm -rf conftest.dSYM
17574 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17575 conftest$ac_exeext conftest.$ac_ext
17577 { $as_echo "$as_me:$LINENO: result: $ac_cv_asm_func_def" >&5
17578 $as_echo "$ac_cv_asm_func_def" >&6; }
17582 case "$ac_cv_asm_func_def" in
17583 ".def")
17584 cat >>confdefs.h <<\_ACEOF
17585 #define __ASM_FUNC(name) ".def " __ASM_NAME(name) "; .scl 2; .type 32; .endef"
17586 _ACEOF
17588 ".type @function")
17589 cat >>confdefs.h <<\_ACEOF
17590 #define __ASM_FUNC(name) ".type " __ASM_NAME(name) ",@function"
17591 _ACEOF
17593 ".type 2")
17594 cat >>confdefs.h <<\_ACEOF
17595 #define __ASM_FUNC(name) ".type " __ASM_NAME(name) ",2"
17596 _ACEOF
17599 cat >>confdefs.h <<\_ACEOF
17600 #define __ASM_FUNC(name) ""
17601 _ACEOF
17603 esac
17606 { $as_echo "$as_me:$LINENO: checking whether external symbols need an underscore prefix" >&5
17607 $as_echo_n "checking whether external symbols need an underscore prefix... " >&6; }
17608 if test "${ac_cv_c_extern_prefix+set}" = set; then
17609 $as_echo_n "(cached) " >&6
17610 else
17611 cat >conftest.$ac_ext <<_ACEOF
17612 /* confdefs.h. */
17613 _ACEOF
17614 cat confdefs.h >>conftest.$ac_ext
17615 cat >>conftest.$ac_ext <<_ACEOF
17616 /* end confdefs.h. */
17617 extern int ac_test;
17619 main ()
17621 asm(".globl _ac_test\n_ac_test:\t.long 0"); if (ac_test) return 1
17623 return 0;
17625 _ACEOF
17626 rm -f conftest.$ac_objext conftest$ac_exeext
17627 if { (ac_try="$ac_link"
17628 case "(($ac_try" in
17629 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17630 *) ac_try_echo=$ac_try;;
17631 esac
17632 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
17633 $as_echo "$ac_try_echo") >&5
17634 (eval "$ac_link") 2>conftest.er1
17635 ac_status=$?
17636 grep -v '^ *+' conftest.er1 >conftest.err
17637 rm -f conftest.er1
17638 cat conftest.err >&5
17639 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
17640 (exit $ac_status); } && {
17641 test -z "$ac_c_werror_flag" ||
17642 test ! -s conftest.err
17643 } && test -s conftest$ac_exeext && {
17644 test "$cross_compiling" = yes ||
17645 $as_test_x conftest$ac_exeext
17646 }; then
17647 ac_cv_c_extern_prefix="yes"
17648 else
17649 $as_echo "$as_me: failed program was:" >&5
17650 sed 's/^/| /' conftest.$ac_ext >&5
17652 ac_cv_c_extern_prefix="no"
17655 rm -rf conftest.dSYM
17656 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17657 conftest$ac_exeext conftest.$ac_ext
17659 { $as_echo "$as_me:$LINENO: result: $ac_cv_c_extern_prefix" >&5
17660 $as_echo "$ac_cv_c_extern_prefix" >&6; }
17664 if test "$ac_cv_c_extern_prefix" = "yes"
17665 then
17666 cat >>confdefs.h <<\_ACEOF
17667 #define __ASM_NAME(name) "_" name
17668 _ACEOF
17670 else
17671 cat >>confdefs.h <<\_ACEOF
17672 #define __ASM_NAME(name) name
17673 _ACEOF
17678 LDPATH=""
17680 case $build_os in
17681 cygwin*|mingw32*)
17682 LDPATH="PATH=\"\$(TOOLSDIR)/libs/wine:\$\$PATH\""
17684 darwin*|macosx*)
17686 linux*|solaris*) if test -z "$LDRPATH_LOCAL"
17687 then
17688 LDPATH="LD_LIBRARY_PATH=\"\$(TOOLSDIR)/libs/wine:\$\$LD_LIBRARY_PATH\""
17692 LDPATH="LD_LIBRARY_PATH=\"\$(TOOLSDIR)/libs/wine:\$\$LD_LIBRARY_PATH\""
17694 esac
17696 case $host_os in
17697 mingw32*)
17698 CRTLIBS="-lmsvcrt"
17700 SOCKETLIBS="-L\$(TOPOBJDIR)/dlls/ws2_32 -lws2_32"
17703 esac
17705 MAIN_BINARY="wine-pthread"
17706 case $host_cpu in
17707 *i[3456789]86*)
17708 case $host_os in
17709 linux* | k*bsd*-gnu)
17710 MAIN_BINARY="wine-glibc"
17712 EXTRA_BINARIES="wine-kthread wine-pthread wine-preloader"
17714 freebsd*)
17715 MAIN_BINARY="wine-freebsd"
17717 EXTRA_BINARIES="wine-pthread"
17719 esac
17721 esac
17797 for ac_func in \
17798 _pclose \
17799 _popen \
17800 _snprintf \
17801 _spawnvp \
17802 _strdup \
17803 _stricmp \
17804 _strnicmp \
17805 _strtoi64 \
17806 _strtoui64 \
17807 _vsnprintf \
17808 asctime_r \
17809 chsize \
17810 clone \
17811 dlopen \
17812 epoll_create \
17813 ffs \
17814 finite \
17815 fork \
17816 fpclass \
17817 fstatfs \
17818 fstatvfs \
17819 ftruncate \
17820 futimes \
17821 futimesat \
17822 getdirentries \
17823 getopt_long \
17824 getpagesize \
17825 getpwuid \
17826 gettid \
17827 gettimeofday \
17828 getuid \
17829 inet_ntop \
17830 inet_pton \
17831 kqueue \
17832 lstat \
17833 memmove \
17834 mmap \
17835 pclose \
17836 poll \
17837 popen \
17838 prctl \
17839 pread \
17840 pwrite \
17841 readdir \
17842 readlink \
17843 rfork \
17844 sched_yield \
17845 select \
17846 setproctitle \
17847 setrlimit \
17848 settimeofday \
17849 sigaltstack \
17850 sigprocmask \
17851 snprintf \
17852 socketpair \
17853 spawnvp \
17854 statfs \
17855 statvfs \
17856 strcasecmp \
17857 strdup \
17858 strerror \
17859 strncasecmp \
17860 strtold \
17861 strtoll \
17862 strtoull \
17863 symlink \
17864 tcgetattr \
17865 thr_kill2 \
17866 timegm \
17867 usleep \
17868 vsnprintf \
17869 wait4 \
17870 waitpid \
17873 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
17874 { $as_echo "$as_me:$LINENO: checking for $ac_func" >&5
17875 $as_echo_n "checking for $ac_func... " >&6; }
17876 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
17877 $as_echo_n "(cached) " >&6
17878 else
17879 cat >conftest.$ac_ext <<_ACEOF
17880 /* confdefs.h. */
17881 _ACEOF
17882 cat confdefs.h >>conftest.$ac_ext
17883 cat >>conftest.$ac_ext <<_ACEOF
17884 /* end confdefs.h. */
17885 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
17886 For example, HP-UX 11i <limits.h> declares gettimeofday. */
17887 #define $ac_func innocuous_$ac_func
17889 /* System header to define __stub macros and hopefully few prototypes,
17890 which can conflict with char $ac_func (); below.
17891 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
17892 <limits.h> exists even on freestanding compilers. */
17894 #ifdef __STDC__
17895 # include <limits.h>
17896 #else
17897 # include <assert.h>
17898 #endif
17900 #undef $ac_func
17902 /* Override any GCC internal prototype to avoid an error.
17903 Use char because int might match the return type of a GCC
17904 builtin and then its argument prototype would still apply. */
17905 #ifdef __cplusplus
17906 extern "C"
17907 #endif
17908 char $ac_func ();
17909 /* The GNU C library defines this for functions which it implements
17910 to always fail with ENOSYS. Some functions are actually named
17911 something starting with __ and the normal name is an alias. */
17912 #if defined __stub_$ac_func || defined __stub___$ac_func
17913 choke me
17914 #endif
17917 main ()
17919 return $ac_func ();
17921 return 0;
17923 _ACEOF
17924 rm -f conftest.$ac_objext conftest$ac_exeext
17925 if { (ac_try="$ac_link"
17926 case "(($ac_try" in
17927 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17928 *) ac_try_echo=$ac_try;;
17929 esac
17930 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
17931 $as_echo "$ac_try_echo") >&5
17932 (eval "$ac_link") 2>conftest.er1
17933 ac_status=$?
17934 grep -v '^ *+' conftest.er1 >conftest.err
17935 rm -f conftest.er1
17936 cat conftest.err >&5
17937 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
17938 (exit $ac_status); } && {
17939 test -z "$ac_c_werror_flag" ||
17940 test ! -s conftest.err
17941 } && test -s conftest$ac_exeext && {
17942 test "$cross_compiling" = yes ||
17943 $as_test_x conftest$ac_exeext
17944 }; then
17945 eval "$as_ac_var=yes"
17946 else
17947 $as_echo "$as_me: failed program was:" >&5
17948 sed 's/^/| /' conftest.$ac_ext >&5
17950 eval "$as_ac_var=no"
17953 rm -rf conftest.dSYM
17954 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17955 conftest$ac_exeext conftest.$ac_ext
17957 ac_res=`eval 'as_val=${'$as_ac_var'}
17958 $as_echo "$as_val"'`
17959 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
17960 $as_echo "$ac_res" >&6; }
17961 as_val=`eval 'as_val=${'$as_ac_var'}
17962 $as_echo "$as_val"'`
17963 if test "x$as_val" = x""yes; then
17964 cat >>confdefs.h <<_ACEOF
17965 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
17966 _ACEOF
17969 done
17972 if test "$ac_cv_func_dlopen" = no
17973 then
17974 { $as_echo "$as_me:$LINENO: checking for dlopen in -ldl" >&5
17975 $as_echo_n "checking for dlopen in -ldl... " >&6; }
17976 if test "${ac_cv_lib_dl_dlopen+set}" = set; then
17977 $as_echo_n "(cached) " >&6
17978 else
17979 ac_check_lib_save_LIBS=$LIBS
17980 LIBS="-ldl $LIBS"
17981 cat >conftest.$ac_ext <<_ACEOF
17982 /* confdefs.h. */
17983 _ACEOF
17984 cat confdefs.h >>conftest.$ac_ext
17985 cat >>conftest.$ac_ext <<_ACEOF
17986 /* end confdefs.h. */
17988 /* Override any GCC internal prototype to avoid an error.
17989 Use char because int might match the return type of a GCC
17990 builtin and then its argument prototype would still apply. */
17991 #ifdef __cplusplus
17992 extern "C"
17993 #endif
17994 char dlopen ();
17996 main ()
17998 return dlopen ();
18000 return 0;
18002 _ACEOF
18003 rm -f conftest.$ac_objext conftest$ac_exeext
18004 if { (ac_try="$ac_link"
18005 case "(($ac_try" in
18006 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18007 *) ac_try_echo=$ac_try;;
18008 esac
18009 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
18010 $as_echo "$ac_try_echo") >&5
18011 (eval "$ac_link") 2>conftest.er1
18012 ac_status=$?
18013 grep -v '^ *+' conftest.er1 >conftest.err
18014 rm -f conftest.er1
18015 cat conftest.err >&5
18016 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
18017 (exit $ac_status); } && {
18018 test -z "$ac_c_werror_flag" ||
18019 test ! -s conftest.err
18020 } && test -s conftest$ac_exeext && {
18021 test "$cross_compiling" = yes ||
18022 $as_test_x conftest$ac_exeext
18023 }; then
18024 ac_cv_lib_dl_dlopen=yes
18025 else
18026 $as_echo "$as_me: failed program was:" >&5
18027 sed 's/^/| /' conftest.$ac_ext >&5
18029 ac_cv_lib_dl_dlopen=no
18032 rm -rf conftest.dSYM
18033 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
18034 conftest$ac_exeext conftest.$ac_ext
18035 LIBS=$ac_check_lib_save_LIBS
18037 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_dl_dlopen" >&5
18038 $as_echo "$ac_cv_lib_dl_dlopen" >&6; }
18039 if test "x$ac_cv_lib_dl_dlopen" = x""yes; then
18040 cat >>confdefs.h <<\_ACEOF
18041 #define HAVE_DLOPEN 1
18042 _ACEOF
18043 LIBDL="-ldl"
18048 ac_wine_check_funcs_save_LIBS="$LIBS"
18049 LIBS="$LIBS $LIBDL"
18051 for ac_func in dladdr
18053 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
18054 { $as_echo "$as_me:$LINENO: checking for $ac_func" >&5
18055 $as_echo_n "checking for $ac_func... " >&6; }
18056 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
18057 $as_echo_n "(cached) " >&6
18058 else
18059 cat >conftest.$ac_ext <<_ACEOF
18060 /* confdefs.h. */
18061 _ACEOF
18062 cat confdefs.h >>conftest.$ac_ext
18063 cat >>conftest.$ac_ext <<_ACEOF
18064 /* end confdefs.h. */
18065 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
18066 For example, HP-UX 11i <limits.h> declares gettimeofday. */
18067 #define $ac_func innocuous_$ac_func
18069 /* System header to define __stub macros and hopefully few prototypes,
18070 which can conflict with char $ac_func (); below.
18071 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
18072 <limits.h> exists even on freestanding compilers. */
18074 #ifdef __STDC__
18075 # include <limits.h>
18076 #else
18077 # include <assert.h>
18078 #endif
18080 #undef $ac_func
18082 /* Override any GCC internal prototype to avoid an error.
18083 Use char because int might match the return type of a GCC
18084 builtin and then its argument prototype would still apply. */
18085 #ifdef __cplusplus
18086 extern "C"
18087 #endif
18088 char $ac_func ();
18089 /* The GNU C library defines this for functions which it implements
18090 to always fail with ENOSYS. Some functions are actually named
18091 something starting with __ and the normal name is an alias. */
18092 #if defined __stub_$ac_func || defined __stub___$ac_func
18093 choke me
18094 #endif
18097 main ()
18099 return $ac_func ();
18101 return 0;
18103 _ACEOF
18104 rm -f conftest.$ac_objext conftest$ac_exeext
18105 if { (ac_try="$ac_link"
18106 case "(($ac_try" in
18107 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18108 *) ac_try_echo=$ac_try;;
18109 esac
18110 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
18111 $as_echo "$ac_try_echo") >&5
18112 (eval "$ac_link") 2>conftest.er1
18113 ac_status=$?
18114 grep -v '^ *+' conftest.er1 >conftest.err
18115 rm -f conftest.er1
18116 cat conftest.err >&5
18117 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
18118 (exit $ac_status); } && {
18119 test -z "$ac_c_werror_flag" ||
18120 test ! -s conftest.err
18121 } && test -s conftest$ac_exeext && {
18122 test "$cross_compiling" = yes ||
18123 $as_test_x conftest$ac_exeext
18124 }; then
18125 eval "$as_ac_var=yes"
18126 else
18127 $as_echo "$as_me: failed program was:" >&5
18128 sed 's/^/| /' conftest.$ac_ext >&5
18130 eval "$as_ac_var=no"
18133 rm -rf conftest.dSYM
18134 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
18135 conftest$ac_exeext conftest.$ac_ext
18137 ac_res=`eval 'as_val=${'$as_ac_var'}
18138 $as_echo "$as_val"'`
18139 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
18140 $as_echo "$ac_res" >&6; }
18141 as_val=`eval 'as_val=${'$as_ac_var'}
18142 $as_echo "$as_val"'`
18143 if test "x$as_val" = x""yes; then
18144 cat >>confdefs.h <<_ACEOF
18145 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
18146 _ACEOF
18149 done
18151 LIBS="$ac_wine_check_funcs_save_LIBS"
18153 if test "$ac_cv_func_poll" = no
18154 then
18155 { $as_echo "$as_me:$LINENO: checking for poll in -lpoll" >&5
18156 $as_echo_n "checking for poll in -lpoll... " >&6; }
18157 if test "${ac_cv_lib_poll_poll+set}" = set; then
18158 $as_echo_n "(cached) " >&6
18159 else
18160 ac_check_lib_save_LIBS=$LIBS
18161 LIBS="-lpoll $LIBS"
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. */
18169 /* Override any GCC internal prototype to avoid an error.
18170 Use char because int might match the return type of a GCC
18171 builtin and then its argument prototype would still apply. */
18172 #ifdef __cplusplus
18173 extern "C"
18174 #endif
18175 char poll ();
18177 main ()
18179 return poll ();
18181 return 0;
18183 _ACEOF
18184 rm -f conftest.$ac_objext conftest$ac_exeext
18185 if { (ac_try="$ac_link"
18186 case "(($ac_try" in
18187 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18188 *) ac_try_echo=$ac_try;;
18189 esac
18190 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
18191 $as_echo "$ac_try_echo") >&5
18192 (eval "$ac_link") 2>conftest.er1
18193 ac_status=$?
18194 grep -v '^ *+' conftest.er1 >conftest.err
18195 rm -f conftest.er1
18196 cat conftest.err >&5
18197 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
18198 (exit $ac_status); } && {
18199 test -z "$ac_c_werror_flag" ||
18200 test ! -s conftest.err
18201 } && test -s conftest$ac_exeext && {
18202 test "$cross_compiling" = yes ||
18203 $as_test_x conftest$ac_exeext
18204 }; then
18205 ac_cv_lib_poll_poll=yes
18206 else
18207 $as_echo "$as_me: failed program was:" >&5
18208 sed 's/^/| /' conftest.$ac_ext >&5
18210 ac_cv_lib_poll_poll=no
18213 rm -rf conftest.dSYM
18214 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
18215 conftest$ac_exeext conftest.$ac_ext
18216 LIBS=$ac_check_lib_save_LIBS
18218 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_poll_poll" >&5
18219 $as_echo "$ac_cv_lib_poll_poll" >&6; }
18220 if test "x$ac_cv_lib_poll_poll" = x""yes; then
18221 cat >>confdefs.h <<\_ACEOF
18222 #define HAVE_POLL 1
18223 _ACEOF
18224 LIBPOLL="-lpoll"
18230 { $as_echo "$as_me:$LINENO: checking for library containing gethostbyname" >&5
18231 $as_echo_n "checking for library containing gethostbyname... " >&6; }
18232 if test "${ac_cv_search_gethostbyname+set}" = set; then
18233 $as_echo_n "(cached) " >&6
18234 else
18235 ac_func_search_save_LIBS=$LIBS
18236 cat >conftest.$ac_ext <<_ACEOF
18237 /* confdefs.h. */
18238 _ACEOF
18239 cat confdefs.h >>conftest.$ac_ext
18240 cat >>conftest.$ac_ext <<_ACEOF
18241 /* end confdefs.h. */
18243 /* Override any GCC internal prototype to avoid an error.
18244 Use char because int might match the return type of a GCC
18245 builtin and then its argument prototype would still apply. */
18246 #ifdef __cplusplus
18247 extern "C"
18248 #endif
18249 char gethostbyname ();
18251 main ()
18253 return gethostbyname ();
18255 return 0;
18257 _ACEOF
18258 for ac_lib in '' nsl; do
18259 if test -z "$ac_lib"; then
18260 ac_res="none required"
18261 else
18262 ac_res=-l$ac_lib
18263 LIBS="-l$ac_lib $ac_func_search_save_LIBS"
18265 rm -f conftest.$ac_objext conftest$ac_exeext
18266 if { (ac_try="$ac_link"
18267 case "(($ac_try" in
18268 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18269 *) ac_try_echo=$ac_try;;
18270 esac
18271 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
18272 $as_echo "$ac_try_echo") >&5
18273 (eval "$ac_link") 2>conftest.er1
18274 ac_status=$?
18275 grep -v '^ *+' conftest.er1 >conftest.err
18276 rm -f conftest.er1
18277 cat conftest.err >&5
18278 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
18279 (exit $ac_status); } && {
18280 test -z "$ac_c_werror_flag" ||
18281 test ! -s conftest.err
18282 } && test -s conftest$ac_exeext && {
18283 test "$cross_compiling" = yes ||
18284 $as_test_x conftest$ac_exeext
18285 }; then
18286 ac_cv_search_gethostbyname=$ac_res
18287 else
18288 $as_echo "$as_me: failed program was:" >&5
18289 sed 's/^/| /' conftest.$ac_ext >&5
18294 rm -rf conftest.dSYM
18295 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
18296 conftest$ac_exeext
18297 if test "${ac_cv_search_gethostbyname+set}" = set; then
18298 break
18300 done
18301 if test "${ac_cv_search_gethostbyname+set}" = set; then
18303 else
18304 ac_cv_search_gethostbyname=no
18306 rm conftest.$ac_ext
18307 LIBS=$ac_func_search_save_LIBS
18309 { $as_echo "$as_me:$LINENO: result: $ac_cv_search_gethostbyname" >&5
18310 $as_echo "$ac_cv_search_gethostbyname" >&6; }
18311 ac_res=$ac_cv_search_gethostbyname
18312 if test "$ac_res" != no; then
18313 test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
18318 { $as_echo "$as_me:$LINENO: checking for library containing connect" >&5
18319 $as_echo_n "checking for library containing connect... " >&6; }
18320 if test "${ac_cv_search_connect+set}" = set; then
18321 $as_echo_n "(cached) " >&6
18322 else
18323 ac_func_search_save_LIBS=$LIBS
18324 cat >conftest.$ac_ext <<_ACEOF
18325 /* confdefs.h. */
18326 _ACEOF
18327 cat confdefs.h >>conftest.$ac_ext
18328 cat >>conftest.$ac_ext <<_ACEOF
18329 /* end confdefs.h. */
18331 /* Override any GCC internal prototype to avoid an error.
18332 Use char because int might match the return type of a GCC
18333 builtin and then its argument prototype would still apply. */
18334 #ifdef __cplusplus
18335 extern "C"
18336 #endif
18337 char connect ();
18339 main ()
18341 return connect ();
18343 return 0;
18345 _ACEOF
18346 for ac_lib in '' socket; do
18347 if test -z "$ac_lib"; then
18348 ac_res="none required"
18349 else
18350 ac_res=-l$ac_lib
18351 LIBS="-l$ac_lib $ac_func_search_save_LIBS"
18353 rm -f conftest.$ac_objext conftest$ac_exeext
18354 if { (ac_try="$ac_link"
18355 case "(($ac_try" in
18356 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18357 *) ac_try_echo=$ac_try;;
18358 esac
18359 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
18360 $as_echo "$ac_try_echo") >&5
18361 (eval "$ac_link") 2>conftest.er1
18362 ac_status=$?
18363 grep -v '^ *+' conftest.er1 >conftest.err
18364 rm -f conftest.er1
18365 cat conftest.err >&5
18366 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
18367 (exit $ac_status); } && {
18368 test -z "$ac_c_werror_flag" ||
18369 test ! -s conftest.err
18370 } && test -s conftest$ac_exeext && {
18371 test "$cross_compiling" = yes ||
18372 $as_test_x conftest$ac_exeext
18373 }; then
18374 ac_cv_search_connect=$ac_res
18375 else
18376 $as_echo "$as_me: failed program was:" >&5
18377 sed 's/^/| /' conftest.$ac_ext >&5
18382 rm -rf conftest.dSYM
18383 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
18384 conftest$ac_exeext
18385 if test "${ac_cv_search_connect+set}" = set; then
18386 break
18388 done
18389 if test "${ac_cv_search_connect+set}" = set; then
18391 else
18392 ac_cv_search_connect=no
18394 rm conftest.$ac_ext
18395 LIBS=$ac_func_search_save_LIBS
18397 { $as_echo "$as_me:$LINENO: result: $ac_cv_search_connect" >&5
18398 $as_echo "$ac_cv_search_connect" >&6; }
18399 ac_res=$ac_cv_search_connect
18400 if test "$ac_res" != no; then
18401 test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
18406 { $as_echo "$as_me:$LINENO: checking for library containing inet_aton" >&5
18407 $as_echo_n "checking for library containing inet_aton... " >&6; }
18408 if test "${ac_cv_search_inet_aton+set}" = set; then
18409 $as_echo_n "(cached) " >&6
18410 else
18411 ac_func_search_save_LIBS=$LIBS
18412 cat >conftest.$ac_ext <<_ACEOF
18413 /* confdefs.h. */
18414 _ACEOF
18415 cat confdefs.h >>conftest.$ac_ext
18416 cat >>conftest.$ac_ext <<_ACEOF
18417 /* end confdefs.h. */
18419 /* Override any GCC internal prototype to avoid an error.
18420 Use char because int might match the return type of a GCC
18421 builtin and then its argument prototype would still apply. */
18422 #ifdef __cplusplus
18423 extern "C"
18424 #endif
18425 char inet_aton ();
18427 main ()
18429 return inet_aton ();
18431 return 0;
18433 _ACEOF
18434 for ac_lib in '' resolv; do
18435 if test -z "$ac_lib"; then
18436 ac_res="none required"
18437 else
18438 ac_res=-l$ac_lib
18439 LIBS="-l$ac_lib $ac_func_search_save_LIBS"
18441 rm -f conftest.$ac_objext conftest$ac_exeext
18442 if { (ac_try="$ac_link"
18443 case "(($ac_try" in
18444 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18445 *) ac_try_echo=$ac_try;;
18446 esac
18447 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
18448 $as_echo "$ac_try_echo") >&5
18449 (eval "$ac_link") 2>conftest.er1
18450 ac_status=$?
18451 grep -v '^ *+' conftest.er1 >conftest.err
18452 rm -f conftest.er1
18453 cat conftest.err >&5
18454 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
18455 (exit $ac_status); } && {
18456 test -z "$ac_c_werror_flag" ||
18457 test ! -s conftest.err
18458 } && test -s conftest$ac_exeext && {
18459 test "$cross_compiling" = yes ||
18460 $as_test_x conftest$ac_exeext
18461 }; then
18462 ac_cv_search_inet_aton=$ac_res
18463 else
18464 $as_echo "$as_me: failed program was:" >&5
18465 sed 's/^/| /' conftest.$ac_ext >&5
18470 rm -rf conftest.dSYM
18471 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
18472 conftest$ac_exeext
18473 if test "${ac_cv_search_inet_aton+set}" = set; then
18474 break
18476 done
18477 if test "${ac_cv_search_inet_aton+set}" = set; then
18479 else
18480 ac_cv_search_inet_aton=no
18482 rm conftest.$ac_ext
18483 LIBS=$ac_func_search_save_LIBS
18485 { $as_echo "$as_me:$LINENO: result: $ac_cv_search_inet_aton" >&5
18486 $as_echo "$ac_cv_search_inet_aton" >&6; }
18487 ac_res=$ac_cv_search_inet_aton
18488 if test "$ac_res" != no; then
18489 test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
18502 for ac_func in \
18503 getaddrinfo \
18504 getnameinfo \
18505 getnetbyname \
18506 getprotobyname \
18507 getprotobynumber \
18508 getservbyport \
18509 inet_network \
18510 sendmsg \
18513 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
18514 { $as_echo "$as_me:$LINENO: checking for $ac_func" >&5
18515 $as_echo_n "checking for $ac_func... " >&6; }
18516 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
18517 $as_echo_n "(cached) " >&6
18518 else
18519 cat >conftest.$ac_ext <<_ACEOF
18520 /* confdefs.h. */
18521 _ACEOF
18522 cat confdefs.h >>conftest.$ac_ext
18523 cat >>conftest.$ac_ext <<_ACEOF
18524 /* end confdefs.h. */
18525 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
18526 For example, HP-UX 11i <limits.h> declares gettimeofday. */
18527 #define $ac_func innocuous_$ac_func
18529 /* System header to define __stub macros and hopefully few prototypes,
18530 which can conflict with char $ac_func (); below.
18531 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
18532 <limits.h> exists even on freestanding compilers. */
18534 #ifdef __STDC__
18535 # include <limits.h>
18536 #else
18537 # include <assert.h>
18538 #endif
18540 #undef $ac_func
18542 /* Override any GCC internal prototype to avoid an error.
18543 Use char because int might match the return type of a GCC
18544 builtin and then its argument prototype would still apply. */
18545 #ifdef __cplusplus
18546 extern "C"
18547 #endif
18548 char $ac_func ();
18549 /* The GNU C library defines this for functions which it implements
18550 to always fail with ENOSYS. Some functions are actually named
18551 something starting with __ and the normal name is an alias. */
18552 #if defined __stub_$ac_func || defined __stub___$ac_func
18553 choke me
18554 #endif
18557 main ()
18559 return $ac_func ();
18561 return 0;
18563 _ACEOF
18564 rm -f conftest.$ac_objext conftest$ac_exeext
18565 if { (ac_try="$ac_link"
18566 case "(($ac_try" in
18567 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18568 *) ac_try_echo=$ac_try;;
18569 esac
18570 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
18571 $as_echo "$ac_try_echo") >&5
18572 (eval "$ac_link") 2>conftest.er1
18573 ac_status=$?
18574 grep -v '^ *+' conftest.er1 >conftest.err
18575 rm -f conftest.er1
18576 cat conftest.err >&5
18577 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
18578 (exit $ac_status); } && {
18579 test -z "$ac_c_werror_flag" ||
18580 test ! -s conftest.err
18581 } && test -s conftest$ac_exeext && {
18582 test "$cross_compiling" = yes ||
18583 $as_test_x conftest$ac_exeext
18584 }; then
18585 eval "$as_ac_var=yes"
18586 else
18587 $as_echo "$as_me: failed program was:" >&5
18588 sed 's/^/| /' conftest.$ac_ext >&5
18590 eval "$as_ac_var=no"
18593 rm -rf conftest.dSYM
18594 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
18595 conftest$ac_exeext conftest.$ac_ext
18597 ac_res=`eval 'as_val=${'$as_ac_var'}
18598 $as_echo "$as_val"'`
18599 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
18600 $as_echo "$ac_res" >&6; }
18601 as_val=`eval 'as_val=${'$as_ac_var'}
18602 $as_echo "$as_val"'`
18603 if test "x$as_val" = x""yes; then
18604 cat >>confdefs.h <<_ACEOF
18605 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
18606 _ACEOF
18609 done
18612 LDAPLIBS=""
18614 if test "$ac_cv_header_ldap_h" = "yes" -a "$ac_cv_header_lber_h" = "yes"
18615 then
18616 { $as_echo "$as_me:$LINENO: checking for LDAPSortKey" >&5
18617 $as_echo_n "checking for LDAPSortKey... " >&6; }
18618 if test "${ac_cv_type_LDAPSortKey+set}" = set; then
18619 $as_echo_n "(cached) " >&6
18620 else
18621 ac_cv_type_LDAPSortKey=no
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 #include <ldap.h>
18631 main ()
18633 if (sizeof (LDAPSortKey))
18634 return 0;
18636 return 0;
18638 _ACEOF
18639 rm -f conftest.$ac_objext
18640 if { (ac_try="$ac_compile"
18641 case "(($ac_try" in
18642 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18643 *) ac_try_echo=$ac_try;;
18644 esac
18645 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
18646 $as_echo "$ac_try_echo") >&5
18647 (eval "$ac_compile") 2>conftest.er1
18648 ac_status=$?
18649 grep -v '^ *+' conftest.er1 >conftest.err
18650 rm -f conftest.er1
18651 cat conftest.err >&5
18652 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
18653 (exit $ac_status); } && {
18654 test -z "$ac_c_werror_flag" ||
18655 test ! -s conftest.err
18656 } && test -s conftest.$ac_objext; then
18657 cat >conftest.$ac_ext <<_ACEOF
18658 /* confdefs.h. */
18659 _ACEOF
18660 cat confdefs.h >>conftest.$ac_ext
18661 cat >>conftest.$ac_ext <<_ACEOF
18662 /* end confdefs.h. */
18663 #include <ldap.h>
18666 main ()
18668 if (sizeof ((LDAPSortKey)))
18669 return 0;
18671 return 0;
18673 _ACEOF
18674 rm -f conftest.$ac_objext
18675 if { (ac_try="$ac_compile"
18676 case "(($ac_try" in
18677 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18678 *) ac_try_echo=$ac_try;;
18679 esac
18680 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
18681 $as_echo "$ac_try_echo") >&5
18682 (eval "$ac_compile") 2>conftest.er1
18683 ac_status=$?
18684 grep -v '^ *+' conftest.er1 >conftest.err
18685 rm -f conftest.er1
18686 cat conftest.err >&5
18687 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
18688 (exit $ac_status); } && {
18689 test -z "$ac_c_werror_flag" ||
18690 test ! -s conftest.err
18691 } && test -s conftest.$ac_objext; then
18693 else
18694 $as_echo "$as_me: failed program was:" >&5
18695 sed 's/^/| /' conftest.$ac_ext >&5
18697 ac_cv_type_LDAPSortKey=yes
18700 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
18701 else
18702 $as_echo "$as_me: failed program was:" >&5
18703 sed 's/^/| /' conftest.$ac_ext >&5
18708 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
18710 { $as_echo "$as_me:$LINENO: result: $ac_cv_type_LDAPSortKey" >&5
18711 $as_echo "$ac_cv_type_LDAPSortKey" >&6; }
18712 if test "x$ac_cv_type_LDAPSortKey" = x""yes; then
18713 { $as_echo "$as_me:$LINENO: checking for ldap_initialize in -lldap_r" >&5
18714 $as_echo_n "checking for ldap_initialize in -lldap_r... " >&6; }
18715 if test "${ac_cv_lib_ldap_r_ldap_initialize+set}" = set; then
18716 $as_echo_n "(cached) " >&6
18717 else
18718 ac_check_lib_save_LIBS=$LIBS
18719 LIBS="-lldap_r $LIBPTHREAD $LIBS"
18720 cat >conftest.$ac_ext <<_ACEOF
18721 /* confdefs.h. */
18722 _ACEOF
18723 cat confdefs.h >>conftest.$ac_ext
18724 cat >>conftest.$ac_ext <<_ACEOF
18725 /* end confdefs.h. */
18727 /* Override any GCC internal prototype to avoid an error.
18728 Use char because int might match the return type of a GCC
18729 builtin and then its argument prototype would still apply. */
18730 #ifdef __cplusplus
18731 extern "C"
18732 #endif
18733 char ldap_initialize ();
18735 main ()
18737 return ldap_initialize ();
18739 return 0;
18741 _ACEOF
18742 rm -f conftest.$ac_objext conftest$ac_exeext
18743 if { (ac_try="$ac_link"
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_link") 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_exeext && {
18760 test "$cross_compiling" = yes ||
18761 $as_test_x conftest$ac_exeext
18762 }; then
18763 ac_cv_lib_ldap_r_ldap_initialize=yes
18764 else
18765 $as_echo "$as_me: failed program was:" >&5
18766 sed 's/^/| /' conftest.$ac_ext >&5
18768 ac_cv_lib_ldap_r_ldap_initialize=no
18771 rm -rf conftest.dSYM
18772 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
18773 conftest$ac_exeext conftest.$ac_ext
18774 LIBS=$ac_check_lib_save_LIBS
18776 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_ldap_r_ldap_initialize" >&5
18777 $as_echo "$ac_cv_lib_ldap_r_ldap_initialize" >&6; }
18778 if test "x$ac_cv_lib_ldap_r_ldap_initialize" = x""yes; then
18779 { $as_echo "$as_me:$LINENO: checking for ber_init in -llber" >&5
18780 $as_echo_n "checking for ber_init in -llber... " >&6; }
18781 if test "${ac_cv_lib_lber_ber_init+set}" = set; then
18782 $as_echo_n "(cached) " >&6
18783 else
18784 ac_check_lib_save_LIBS=$LIBS
18785 LIBS="-llber $LIBPTHREAD $LIBS"
18786 cat >conftest.$ac_ext <<_ACEOF
18787 /* confdefs.h. */
18788 _ACEOF
18789 cat confdefs.h >>conftest.$ac_ext
18790 cat >>conftest.$ac_ext <<_ACEOF
18791 /* end confdefs.h. */
18793 /* Override any GCC internal prototype to avoid an error.
18794 Use char because int might match the return type of a GCC
18795 builtin and then its argument prototype would still apply. */
18796 #ifdef __cplusplus
18797 extern "C"
18798 #endif
18799 char ber_init ();
18801 main ()
18803 return ber_init ();
18805 return 0;
18807 _ACEOF
18808 rm -f conftest.$ac_objext conftest$ac_exeext
18809 if { (ac_try="$ac_link"
18810 case "(($ac_try" in
18811 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18812 *) ac_try_echo=$ac_try;;
18813 esac
18814 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
18815 $as_echo "$ac_try_echo") >&5
18816 (eval "$ac_link") 2>conftest.er1
18817 ac_status=$?
18818 grep -v '^ *+' conftest.er1 >conftest.err
18819 rm -f conftest.er1
18820 cat conftest.err >&5
18821 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
18822 (exit $ac_status); } && {
18823 test -z "$ac_c_werror_flag" ||
18824 test ! -s conftest.err
18825 } && test -s conftest$ac_exeext && {
18826 test "$cross_compiling" = yes ||
18827 $as_test_x conftest$ac_exeext
18828 }; then
18829 ac_cv_lib_lber_ber_init=yes
18830 else
18831 $as_echo "$as_me: failed program was:" >&5
18832 sed 's/^/| /' conftest.$ac_ext >&5
18834 ac_cv_lib_lber_ber_init=no
18837 rm -rf conftest.dSYM
18838 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
18839 conftest$ac_exeext conftest.$ac_ext
18840 LIBS=$ac_check_lib_save_LIBS
18842 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_lber_ber_init" >&5
18843 $as_echo "$ac_cv_lib_lber_ber_init" >&6; }
18844 if test "x$ac_cv_lib_lber_ber_init" = x""yes; then
18846 cat >>confdefs.h <<\_ACEOF
18847 #define HAVE_LDAP 1
18848 _ACEOF
18850 LDAPLIBS="-lldap_r -llber"
18857 ac_wine_check_funcs_save_LIBS="$LIBS"
18858 LIBS="$LIBS $LDAPLIBS $LIBPTHREAD"
18867 for ac_func in \
18868 ldap_count_references \
18869 ldap_first_reference \
18870 ldap_next_reference \
18871 ldap_parse_reference \
18872 ldap_parse_sort_control \
18873 ldap_parse_sortresponse_control \
18874 ldap_parse_vlv_control \
18875 ldap_parse_vlvresponse_control
18877 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
18878 { $as_echo "$as_me:$LINENO: checking for $ac_func" >&5
18879 $as_echo_n "checking for $ac_func... " >&6; }
18880 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
18881 $as_echo_n "(cached) " >&6
18882 else
18883 cat >conftest.$ac_ext <<_ACEOF
18884 /* confdefs.h. */
18885 _ACEOF
18886 cat confdefs.h >>conftest.$ac_ext
18887 cat >>conftest.$ac_ext <<_ACEOF
18888 /* end confdefs.h. */
18889 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
18890 For example, HP-UX 11i <limits.h> declares gettimeofday. */
18891 #define $ac_func innocuous_$ac_func
18893 /* System header to define __stub macros and hopefully few prototypes,
18894 which can conflict with char $ac_func (); below.
18895 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
18896 <limits.h> exists even on freestanding compilers. */
18898 #ifdef __STDC__
18899 # include <limits.h>
18900 #else
18901 # include <assert.h>
18902 #endif
18904 #undef $ac_func
18906 /* Override any GCC internal prototype to avoid an error.
18907 Use char because int might match the return type of a GCC
18908 builtin and then its argument prototype would still apply. */
18909 #ifdef __cplusplus
18910 extern "C"
18911 #endif
18912 char $ac_func ();
18913 /* The GNU C library defines this for functions which it implements
18914 to always fail with ENOSYS. Some functions are actually named
18915 something starting with __ and the normal name is an alias. */
18916 #if defined __stub_$ac_func || defined __stub___$ac_func
18917 choke me
18918 #endif
18921 main ()
18923 return $ac_func ();
18925 return 0;
18927 _ACEOF
18928 rm -f conftest.$ac_objext conftest$ac_exeext
18929 if { (ac_try="$ac_link"
18930 case "(($ac_try" in
18931 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18932 *) ac_try_echo=$ac_try;;
18933 esac
18934 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
18935 $as_echo "$ac_try_echo") >&5
18936 (eval "$ac_link") 2>conftest.er1
18937 ac_status=$?
18938 grep -v '^ *+' conftest.er1 >conftest.err
18939 rm -f conftest.er1
18940 cat conftest.err >&5
18941 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
18942 (exit $ac_status); } && {
18943 test -z "$ac_c_werror_flag" ||
18944 test ! -s conftest.err
18945 } && test -s conftest$ac_exeext && {
18946 test "$cross_compiling" = yes ||
18947 $as_test_x conftest$ac_exeext
18948 }; then
18949 eval "$as_ac_var=yes"
18950 else
18951 $as_echo "$as_me: failed program was:" >&5
18952 sed 's/^/| /' conftest.$ac_ext >&5
18954 eval "$as_ac_var=no"
18957 rm -rf conftest.dSYM
18958 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
18959 conftest$ac_exeext conftest.$ac_ext
18961 ac_res=`eval 'as_val=${'$as_ac_var'}
18962 $as_echo "$as_val"'`
18963 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
18964 $as_echo "$ac_res" >&6; }
18965 as_val=`eval 'as_val=${'$as_ac_var'}
18966 $as_echo "$as_val"'`
18967 if test "x$as_val" = x""yes; then
18968 cat >>confdefs.h <<_ACEOF
18969 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
18970 _ACEOF
18973 done
18975 LIBS="$ac_wine_check_funcs_save_LIBS"
18977 if test "x$LDAPLIBS" = "x"; then
18978 case "x$with_ldap" in
18979 x) wine_notices="$wine_notices|libldap (OpenLDAP) ${notice_platform}development files not found, LDAP won't be supported." ;;
18980 xno) ;;
18981 *) { { $as_echo "$as_me:$LINENO: error: libldap (OpenLDAP) ${notice_platform}development files not found, LDAP won't be supported.
18982 This is an error since --with-ldap was requested." >&5
18983 $as_echo "$as_me: error: libldap (OpenLDAP) ${notice_platform}development files not found, LDAP won't be supported.
18984 This is an error since --with-ldap was requested." >&2;}
18985 { (exit 1); exit 1; }; } ;;
18986 esac
18990 { $as_echo "$as_me:$LINENO: checking whether mkdir takes only one argument" >&5
18991 $as_echo_n "checking whether mkdir takes only one argument... " >&6; }
18992 if test "${wine_cv_one_arg_mkdir+set}" = set; then
18993 $as_echo_n "(cached) " >&6
18994 else
18995 cat >conftest.$ac_ext <<_ACEOF
18996 /* confdefs.h. */
18997 _ACEOF
18998 cat confdefs.h >>conftest.$ac_ext
18999 cat >>conftest.$ac_ext <<_ACEOF
19000 /* end confdefs.h. */
19001 #include <sys/stat.h>
19003 main ()
19005 mkdir("foo");
19007 return 0;
19009 _ACEOF
19010 rm -f conftest.$ac_objext
19011 if { (ac_try="$ac_compile"
19012 case "(($ac_try" in
19013 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19014 *) ac_try_echo=$ac_try;;
19015 esac
19016 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
19017 $as_echo "$ac_try_echo") >&5
19018 (eval "$ac_compile") 2>conftest.er1
19019 ac_status=$?
19020 grep -v '^ *+' conftest.er1 >conftest.err
19021 rm -f conftest.er1
19022 cat conftest.err >&5
19023 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
19024 (exit $ac_status); } && {
19025 test -z "$ac_c_werror_flag" ||
19026 test ! -s conftest.err
19027 } && test -s conftest.$ac_objext; then
19028 wine_cv_one_arg_mkdir=yes
19029 else
19030 $as_echo "$as_me: failed program was:" >&5
19031 sed 's/^/| /' conftest.$ac_ext >&5
19033 wine_cv_one_arg_mkdir=no
19036 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19038 { $as_echo "$as_me:$LINENO: result: $wine_cv_one_arg_mkdir" >&5
19039 $as_echo "$wine_cv_one_arg_mkdir" >&6; }
19040 if test "$wine_cv_one_arg_mkdir" = "yes"
19041 then
19043 cat >>confdefs.h <<\_ACEOF
19044 #define HAVE_ONE_ARG_MKDIR 1
19045 _ACEOF
19050 { $as_echo "$as_me:$LINENO: checking for an ANSI C-conforming const" >&5
19051 $as_echo_n "checking for an ANSI C-conforming const... " >&6; }
19052 if test "${ac_cv_c_const+set}" = set; then
19053 $as_echo_n "(cached) " >&6
19054 else
19055 cat >conftest.$ac_ext <<_ACEOF
19056 /* confdefs.h. */
19057 _ACEOF
19058 cat confdefs.h >>conftest.$ac_ext
19059 cat >>conftest.$ac_ext <<_ACEOF
19060 /* end confdefs.h. */
19063 main ()
19065 /* FIXME: Include the comments suggested by Paul. */
19066 #ifndef __cplusplus
19067 /* Ultrix mips cc rejects this. */
19068 typedef int charset[2];
19069 const charset cs;
19070 /* SunOS 4.1.1 cc rejects this. */
19071 char const *const *pcpcc;
19072 char **ppc;
19073 /* NEC SVR4.0.2 mips cc rejects this. */
19074 struct point {int x, y;};
19075 static struct point const zero = {0,0};
19076 /* AIX XL C 1.02.0.0 rejects this.
19077 It does not let you subtract one const X* pointer from another in
19078 an arm of an if-expression whose if-part is not a constant
19079 expression */
19080 const char *g = "string";
19081 pcpcc = &g + (g ? g-g : 0);
19082 /* HPUX 7.0 cc rejects these. */
19083 ++pcpcc;
19084 ppc = (char**) pcpcc;
19085 pcpcc = (char const *const *) ppc;
19086 { /* SCO 3.2v4 cc rejects this. */
19087 char *t;
19088 char const *s = 0 ? (char *) 0 : (char const *) 0;
19090 *t++ = 0;
19091 if (s) return 0;
19093 { /* Someone thinks the Sun supposedly-ANSI compiler will reject this. */
19094 int x[] = {25, 17};
19095 const int *foo = &x[0];
19096 ++foo;
19098 { /* Sun SC1.0 ANSI compiler rejects this -- but not the above. */
19099 typedef const int *iptr;
19100 iptr p = 0;
19101 ++p;
19103 { /* AIX XL C 1.02.0.0 rejects this saying
19104 "k.c", line 2.27: 1506-025 (S) Operand must be a modifiable lvalue. */
19105 struct s { int j; const int *ap[3]; };
19106 struct s *b; b->j = 5;
19108 { /* ULTRIX-32 V3.1 (Rev 9) vcc rejects this */
19109 const int foo = 10;
19110 if (!foo) return 0;
19112 return !cs[0] && !zero.x;
19113 #endif
19116 return 0;
19118 _ACEOF
19119 rm -f conftest.$ac_objext
19120 if { (ac_try="$ac_compile"
19121 case "(($ac_try" in
19122 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19123 *) ac_try_echo=$ac_try;;
19124 esac
19125 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
19126 $as_echo "$ac_try_echo") >&5
19127 (eval "$ac_compile") 2>conftest.er1
19128 ac_status=$?
19129 grep -v '^ *+' conftest.er1 >conftest.err
19130 rm -f conftest.er1
19131 cat conftest.err >&5
19132 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
19133 (exit $ac_status); } && {
19134 test -z "$ac_c_werror_flag" ||
19135 test ! -s conftest.err
19136 } && test -s conftest.$ac_objext; then
19137 ac_cv_c_const=yes
19138 else
19139 $as_echo "$as_me: failed program was:" >&5
19140 sed 's/^/| /' conftest.$ac_ext >&5
19142 ac_cv_c_const=no
19145 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19147 { $as_echo "$as_me:$LINENO: result: $ac_cv_c_const" >&5
19148 $as_echo "$ac_cv_c_const" >&6; }
19149 if test $ac_cv_c_const = no; then
19151 cat >>confdefs.h <<\_ACEOF
19152 #define const /**/
19153 _ACEOF
19157 { $as_echo "$as_me:$LINENO: checking for inline" >&5
19158 $as_echo_n "checking for inline... " >&6; }
19159 if test "${ac_cv_c_inline+set}" = set; then
19160 $as_echo_n "(cached) " >&6
19161 else
19162 ac_cv_c_inline=no
19163 for ac_kw in inline __inline__ __inline; do
19164 cat >conftest.$ac_ext <<_ACEOF
19165 /* confdefs.h. */
19166 _ACEOF
19167 cat confdefs.h >>conftest.$ac_ext
19168 cat >>conftest.$ac_ext <<_ACEOF
19169 /* end confdefs.h. */
19170 #ifndef __cplusplus
19171 typedef int foo_t;
19172 static $ac_kw foo_t static_foo () {return 0; }
19173 $ac_kw foo_t foo () {return 0; }
19174 #endif
19176 _ACEOF
19177 rm -f conftest.$ac_objext
19178 if { (ac_try="$ac_compile"
19179 case "(($ac_try" in
19180 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19181 *) ac_try_echo=$ac_try;;
19182 esac
19183 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
19184 $as_echo "$ac_try_echo") >&5
19185 (eval "$ac_compile") 2>conftest.er1
19186 ac_status=$?
19187 grep -v '^ *+' conftest.er1 >conftest.err
19188 rm -f conftest.er1
19189 cat conftest.err >&5
19190 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
19191 (exit $ac_status); } && {
19192 test -z "$ac_c_werror_flag" ||
19193 test ! -s conftest.err
19194 } && test -s conftest.$ac_objext; then
19195 ac_cv_c_inline=$ac_kw
19196 else
19197 $as_echo "$as_me: failed program was:" >&5
19198 sed 's/^/| /' conftest.$ac_ext >&5
19203 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19204 test "$ac_cv_c_inline" != no && break
19205 done
19208 { $as_echo "$as_me:$LINENO: result: $ac_cv_c_inline" >&5
19209 $as_echo "$ac_cv_c_inline" >&6; }
19212 case $ac_cv_c_inline in
19213 inline | yes) ;;
19215 case $ac_cv_c_inline in
19216 no) ac_val=;;
19217 *) ac_val=$ac_cv_c_inline;;
19218 esac
19219 cat >>confdefs.h <<_ACEOF
19220 #ifndef __cplusplus
19221 #define inline $ac_val
19222 #endif
19223 _ACEOF
19225 esac
19227 { $as_echo "$as_me:$LINENO: checking for mode_t" >&5
19228 $as_echo_n "checking for mode_t... " >&6; }
19229 if test "${ac_cv_type_mode_t+set}" = set; then
19230 $as_echo_n "(cached) " >&6
19231 else
19232 ac_cv_type_mode_t=no
19233 cat >conftest.$ac_ext <<_ACEOF
19234 /* confdefs.h. */
19235 _ACEOF
19236 cat confdefs.h >>conftest.$ac_ext
19237 cat >>conftest.$ac_ext <<_ACEOF
19238 /* end confdefs.h. */
19239 $ac_includes_default
19241 main ()
19243 if (sizeof (mode_t))
19244 return 0;
19246 return 0;
19248 _ACEOF
19249 rm -f conftest.$ac_objext
19250 if { (ac_try="$ac_compile"
19251 case "(($ac_try" in
19252 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19253 *) ac_try_echo=$ac_try;;
19254 esac
19255 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
19256 $as_echo "$ac_try_echo") >&5
19257 (eval "$ac_compile") 2>conftest.er1
19258 ac_status=$?
19259 grep -v '^ *+' conftest.er1 >conftest.err
19260 rm -f conftest.er1
19261 cat conftest.err >&5
19262 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
19263 (exit $ac_status); } && {
19264 test -z "$ac_c_werror_flag" ||
19265 test ! -s conftest.err
19266 } && test -s conftest.$ac_objext; then
19267 cat >conftest.$ac_ext <<_ACEOF
19268 /* confdefs.h. */
19269 _ACEOF
19270 cat confdefs.h >>conftest.$ac_ext
19271 cat >>conftest.$ac_ext <<_ACEOF
19272 /* end confdefs.h. */
19273 $ac_includes_default
19275 main ()
19277 if (sizeof ((mode_t)))
19278 return 0;
19280 return 0;
19282 _ACEOF
19283 rm -f conftest.$ac_objext
19284 if { (ac_try="$ac_compile"
19285 case "(($ac_try" in
19286 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19287 *) ac_try_echo=$ac_try;;
19288 esac
19289 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
19290 $as_echo "$ac_try_echo") >&5
19291 (eval "$ac_compile") 2>conftest.er1
19292 ac_status=$?
19293 grep -v '^ *+' conftest.er1 >conftest.err
19294 rm -f conftest.er1
19295 cat conftest.err >&5
19296 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
19297 (exit $ac_status); } && {
19298 test -z "$ac_c_werror_flag" ||
19299 test ! -s conftest.err
19300 } && test -s conftest.$ac_objext; then
19302 else
19303 $as_echo "$as_me: failed program was:" >&5
19304 sed 's/^/| /' conftest.$ac_ext >&5
19306 ac_cv_type_mode_t=yes
19309 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19310 else
19311 $as_echo "$as_me: failed program was:" >&5
19312 sed 's/^/| /' conftest.$ac_ext >&5
19317 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19319 { $as_echo "$as_me:$LINENO: result: $ac_cv_type_mode_t" >&5
19320 $as_echo "$ac_cv_type_mode_t" >&6; }
19321 if test "x$ac_cv_type_mode_t" = x""yes; then
19323 cat >>confdefs.h <<_ACEOF
19324 #define HAVE_MODE_T 1
19325 _ACEOF
19329 { $as_echo "$as_me:$LINENO: checking for off_t" >&5
19330 $as_echo_n "checking for off_t... " >&6; }
19331 if test "${ac_cv_type_off_t+set}" = set; then
19332 $as_echo_n "(cached) " >&6
19333 else
19334 ac_cv_type_off_t=no
19335 cat >conftest.$ac_ext <<_ACEOF
19336 /* confdefs.h. */
19337 _ACEOF
19338 cat confdefs.h >>conftest.$ac_ext
19339 cat >>conftest.$ac_ext <<_ACEOF
19340 /* end confdefs.h. */
19341 $ac_includes_default
19343 main ()
19345 if (sizeof (off_t))
19346 return 0;
19348 return 0;
19350 _ACEOF
19351 rm -f conftest.$ac_objext
19352 if { (ac_try="$ac_compile"
19353 case "(($ac_try" in
19354 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19355 *) ac_try_echo=$ac_try;;
19356 esac
19357 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
19358 $as_echo "$ac_try_echo") >&5
19359 (eval "$ac_compile") 2>conftest.er1
19360 ac_status=$?
19361 grep -v '^ *+' conftest.er1 >conftest.err
19362 rm -f conftest.er1
19363 cat conftest.err >&5
19364 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
19365 (exit $ac_status); } && {
19366 test -z "$ac_c_werror_flag" ||
19367 test ! -s conftest.err
19368 } && test -s conftest.$ac_objext; then
19369 cat >conftest.$ac_ext <<_ACEOF
19370 /* confdefs.h. */
19371 _ACEOF
19372 cat confdefs.h >>conftest.$ac_ext
19373 cat >>conftest.$ac_ext <<_ACEOF
19374 /* end confdefs.h. */
19375 $ac_includes_default
19377 main ()
19379 if (sizeof ((off_t)))
19380 return 0;
19382 return 0;
19384 _ACEOF
19385 rm -f conftest.$ac_objext
19386 if { (ac_try="$ac_compile"
19387 case "(($ac_try" in
19388 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19389 *) ac_try_echo=$ac_try;;
19390 esac
19391 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
19392 $as_echo "$ac_try_echo") >&5
19393 (eval "$ac_compile") 2>conftest.er1
19394 ac_status=$?
19395 grep -v '^ *+' conftest.er1 >conftest.err
19396 rm -f conftest.er1
19397 cat conftest.err >&5
19398 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
19399 (exit $ac_status); } && {
19400 test -z "$ac_c_werror_flag" ||
19401 test ! -s conftest.err
19402 } && test -s conftest.$ac_objext; then
19404 else
19405 $as_echo "$as_me: failed program was:" >&5
19406 sed 's/^/| /' conftest.$ac_ext >&5
19408 ac_cv_type_off_t=yes
19411 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19412 else
19413 $as_echo "$as_me: failed program was:" >&5
19414 sed 's/^/| /' conftest.$ac_ext >&5
19419 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19421 { $as_echo "$as_me:$LINENO: result: $ac_cv_type_off_t" >&5
19422 $as_echo "$ac_cv_type_off_t" >&6; }
19423 if test "x$ac_cv_type_off_t" = x""yes; then
19425 cat >>confdefs.h <<_ACEOF
19426 #define HAVE_OFF_T 1
19427 _ACEOF
19431 { $as_echo "$as_me:$LINENO: checking for pid_t" >&5
19432 $as_echo_n "checking for pid_t... " >&6; }
19433 if test "${ac_cv_type_pid_t+set}" = set; then
19434 $as_echo_n "(cached) " >&6
19435 else
19436 ac_cv_type_pid_t=no
19437 cat >conftest.$ac_ext <<_ACEOF
19438 /* confdefs.h. */
19439 _ACEOF
19440 cat confdefs.h >>conftest.$ac_ext
19441 cat >>conftest.$ac_ext <<_ACEOF
19442 /* end confdefs.h. */
19443 $ac_includes_default
19445 main ()
19447 if (sizeof (pid_t))
19448 return 0;
19450 return 0;
19452 _ACEOF
19453 rm -f conftest.$ac_objext
19454 if { (ac_try="$ac_compile"
19455 case "(($ac_try" in
19456 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19457 *) ac_try_echo=$ac_try;;
19458 esac
19459 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
19460 $as_echo "$ac_try_echo") >&5
19461 (eval "$ac_compile") 2>conftest.er1
19462 ac_status=$?
19463 grep -v '^ *+' conftest.er1 >conftest.err
19464 rm -f conftest.er1
19465 cat conftest.err >&5
19466 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
19467 (exit $ac_status); } && {
19468 test -z "$ac_c_werror_flag" ||
19469 test ! -s conftest.err
19470 } && test -s conftest.$ac_objext; then
19471 cat >conftest.$ac_ext <<_ACEOF
19472 /* confdefs.h. */
19473 _ACEOF
19474 cat confdefs.h >>conftest.$ac_ext
19475 cat >>conftest.$ac_ext <<_ACEOF
19476 /* end confdefs.h. */
19477 $ac_includes_default
19479 main ()
19481 if (sizeof ((pid_t)))
19482 return 0;
19484 return 0;
19486 _ACEOF
19487 rm -f conftest.$ac_objext
19488 if { (ac_try="$ac_compile"
19489 case "(($ac_try" in
19490 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19491 *) ac_try_echo=$ac_try;;
19492 esac
19493 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
19494 $as_echo "$ac_try_echo") >&5
19495 (eval "$ac_compile") 2>conftest.er1
19496 ac_status=$?
19497 grep -v '^ *+' conftest.er1 >conftest.err
19498 rm -f conftest.er1
19499 cat conftest.err >&5
19500 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
19501 (exit $ac_status); } && {
19502 test -z "$ac_c_werror_flag" ||
19503 test ! -s conftest.err
19504 } && test -s conftest.$ac_objext; then
19506 else
19507 $as_echo "$as_me: failed program was:" >&5
19508 sed 's/^/| /' conftest.$ac_ext >&5
19510 ac_cv_type_pid_t=yes
19513 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19514 else
19515 $as_echo "$as_me: failed program was:" >&5
19516 sed 's/^/| /' conftest.$ac_ext >&5
19521 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19523 { $as_echo "$as_me:$LINENO: result: $ac_cv_type_pid_t" >&5
19524 $as_echo "$ac_cv_type_pid_t" >&6; }
19525 if test "x$ac_cv_type_pid_t" = x""yes; then
19527 cat >>confdefs.h <<_ACEOF
19528 #define HAVE_PID_T 1
19529 _ACEOF
19533 { $as_echo "$as_me:$LINENO: checking for size_t" >&5
19534 $as_echo_n "checking for size_t... " >&6; }
19535 if test "${ac_cv_type_size_t+set}" = set; then
19536 $as_echo_n "(cached) " >&6
19537 else
19538 ac_cv_type_size_t=no
19539 cat >conftest.$ac_ext <<_ACEOF
19540 /* confdefs.h. */
19541 _ACEOF
19542 cat confdefs.h >>conftest.$ac_ext
19543 cat >>conftest.$ac_ext <<_ACEOF
19544 /* end confdefs.h. */
19545 $ac_includes_default
19547 main ()
19549 if (sizeof (size_t))
19550 return 0;
19552 return 0;
19554 _ACEOF
19555 rm -f conftest.$ac_objext
19556 if { (ac_try="$ac_compile"
19557 case "(($ac_try" in
19558 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19559 *) ac_try_echo=$ac_try;;
19560 esac
19561 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
19562 $as_echo "$ac_try_echo") >&5
19563 (eval "$ac_compile") 2>conftest.er1
19564 ac_status=$?
19565 grep -v '^ *+' conftest.er1 >conftest.err
19566 rm -f conftest.er1
19567 cat conftest.err >&5
19568 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
19569 (exit $ac_status); } && {
19570 test -z "$ac_c_werror_flag" ||
19571 test ! -s conftest.err
19572 } && test -s conftest.$ac_objext; then
19573 cat >conftest.$ac_ext <<_ACEOF
19574 /* confdefs.h. */
19575 _ACEOF
19576 cat confdefs.h >>conftest.$ac_ext
19577 cat >>conftest.$ac_ext <<_ACEOF
19578 /* end confdefs.h. */
19579 $ac_includes_default
19581 main ()
19583 if (sizeof ((size_t)))
19584 return 0;
19586 return 0;
19588 _ACEOF
19589 rm -f conftest.$ac_objext
19590 if { (ac_try="$ac_compile"
19591 case "(($ac_try" in
19592 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19593 *) ac_try_echo=$ac_try;;
19594 esac
19595 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
19596 $as_echo "$ac_try_echo") >&5
19597 (eval "$ac_compile") 2>conftest.er1
19598 ac_status=$?
19599 grep -v '^ *+' conftest.er1 >conftest.err
19600 rm -f conftest.er1
19601 cat conftest.err >&5
19602 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
19603 (exit $ac_status); } && {
19604 test -z "$ac_c_werror_flag" ||
19605 test ! -s conftest.err
19606 } && test -s conftest.$ac_objext; then
19608 else
19609 $as_echo "$as_me: failed program was:" >&5
19610 sed 's/^/| /' conftest.$ac_ext >&5
19612 ac_cv_type_size_t=yes
19615 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19616 else
19617 $as_echo "$as_me: failed program was:" >&5
19618 sed 's/^/| /' conftest.$ac_ext >&5
19623 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19625 { $as_echo "$as_me:$LINENO: result: $ac_cv_type_size_t" >&5
19626 $as_echo "$ac_cv_type_size_t" >&6; }
19627 if test "x$ac_cv_type_size_t" = x""yes; then
19629 cat >>confdefs.h <<_ACEOF
19630 #define HAVE_SIZE_T 1
19631 _ACEOF
19635 { $as_echo "$as_me:$LINENO: checking for ssize_t" >&5
19636 $as_echo_n "checking for ssize_t... " >&6; }
19637 if test "${ac_cv_type_ssize_t+set}" = set; then
19638 $as_echo_n "(cached) " >&6
19639 else
19640 ac_cv_type_ssize_t=no
19641 cat >conftest.$ac_ext <<_ACEOF
19642 /* confdefs.h. */
19643 _ACEOF
19644 cat confdefs.h >>conftest.$ac_ext
19645 cat >>conftest.$ac_ext <<_ACEOF
19646 /* end confdefs.h. */
19647 $ac_includes_default
19649 main ()
19651 if (sizeof (ssize_t))
19652 return 0;
19654 return 0;
19656 _ACEOF
19657 rm -f conftest.$ac_objext
19658 if { (ac_try="$ac_compile"
19659 case "(($ac_try" in
19660 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19661 *) ac_try_echo=$ac_try;;
19662 esac
19663 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
19664 $as_echo "$ac_try_echo") >&5
19665 (eval "$ac_compile") 2>conftest.er1
19666 ac_status=$?
19667 grep -v '^ *+' conftest.er1 >conftest.err
19668 rm -f conftest.er1
19669 cat conftest.err >&5
19670 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
19671 (exit $ac_status); } && {
19672 test -z "$ac_c_werror_flag" ||
19673 test ! -s conftest.err
19674 } && test -s conftest.$ac_objext; then
19675 cat >conftest.$ac_ext <<_ACEOF
19676 /* confdefs.h. */
19677 _ACEOF
19678 cat confdefs.h >>conftest.$ac_ext
19679 cat >>conftest.$ac_ext <<_ACEOF
19680 /* end confdefs.h. */
19681 $ac_includes_default
19683 main ()
19685 if (sizeof ((ssize_t)))
19686 return 0;
19688 return 0;
19690 _ACEOF
19691 rm -f conftest.$ac_objext
19692 if { (ac_try="$ac_compile"
19693 case "(($ac_try" in
19694 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19695 *) ac_try_echo=$ac_try;;
19696 esac
19697 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
19698 $as_echo "$ac_try_echo") >&5
19699 (eval "$ac_compile") 2>conftest.er1
19700 ac_status=$?
19701 grep -v '^ *+' conftest.er1 >conftest.err
19702 rm -f conftest.er1
19703 cat conftest.err >&5
19704 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
19705 (exit $ac_status); } && {
19706 test -z "$ac_c_werror_flag" ||
19707 test ! -s conftest.err
19708 } && test -s conftest.$ac_objext; then
19710 else
19711 $as_echo "$as_me: failed program was:" >&5
19712 sed 's/^/| /' conftest.$ac_ext >&5
19714 ac_cv_type_ssize_t=yes
19717 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19718 else
19719 $as_echo "$as_me: failed program was:" >&5
19720 sed 's/^/| /' conftest.$ac_ext >&5
19725 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19727 { $as_echo "$as_me:$LINENO: result: $ac_cv_type_ssize_t" >&5
19728 $as_echo "$ac_cv_type_ssize_t" >&6; }
19729 if test "x$ac_cv_type_ssize_t" = x""yes; then
19731 cat >>confdefs.h <<_ACEOF
19732 #define HAVE_SSIZE_T 1
19733 _ACEOF
19737 { $as_echo "$as_me:$LINENO: checking for long long" >&5
19738 $as_echo_n "checking for long long... " >&6; }
19739 if test "${ac_cv_type_long_long+set}" = set; then
19740 $as_echo_n "(cached) " >&6
19741 else
19742 ac_cv_type_long_long=no
19743 cat >conftest.$ac_ext <<_ACEOF
19744 /* confdefs.h. */
19745 _ACEOF
19746 cat confdefs.h >>conftest.$ac_ext
19747 cat >>conftest.$ac_ext <<_ACEOF
19748 /* end confdefs.h. */
19749 $ac_includes_default
19751 main ()
19753 if (sizeof (long long))
19754 return 0;
19756 return 0;
19758 _ACEOF
19759 rm -f conftest.$ac_objext
19760 if { (ac_try="$ac_compile"
19761 case "(($ac_try" in
19762 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19763 *) ac_try_echo=$ac_try;;
19764 esac
19765 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
19766 $as_echo "$ac_try_echo") >&5
19767 (eval "$ac_compile") 2>conftest.er1
19768 ac_status=$?
19769 grep -v '^ *+' conftest.er1 >conftest.err
19770 rm -f conftest.er1
19771 cat conftest.err >&5
19772 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
19773 (exit $ac_status); } && {
19774 test -z "$ac_c_werror_flag" ||
19775 test ! -s conftest.err
19776 } && test -s conftest.$ac_objext; then
19777 cat >conftest.$ac_ext <<_ACEOF
19778 /* confdefs.h. */
19779 _ACEOF
19780 cat confdefs.h >>conftest.$ac_ext
19781 cat >>conftest.$ac_ext <<_ACEOF
19782 /* end confdefs.h. */
19783 $ac_includes_default
19785 main ()
19787 if (sizeof ((long long)))
19788 return 0;
19790 return 0;
19792 _ACEOF
19793 rm -f conftest.$ac_objext
19794 if { (ac_try="$ac_compile"
19795 case "(($ac_try" in
19796 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19797 *) ac_try_echo=$ac_try;;
19798 esac
19799 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
19800 $as_echo "$ac_try_echo") >&5
19801 (eval "$ac_compile") 2>conftest.er1
19802 ac_status=$?
19803 grep -v '^ *+' conftest.er1 >conftest.err
19804 rm -f conftest.er1
19805 cat conftest.err >&5
19806 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
19807 (exit $ac_status); } && {
19808 test -z "$ac_c_werror_flag" ||
19809 test ! -s conftest.err
19810 } && test -s conftest.$ac_objext; then
19812 else
19813 $as_echo "$as_me: failed program was:" >&5
19814 sed 's/^/| /' conftest.$ac_ext >&5
19816 ac_cv_type_long_long=yes
19819 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19820 else
19821 $as_echo "$as_me: failed program was:" >&5
19822 sed 's/^/| /' conftest.$ac_ext >&5
19827 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19829 { $as_echo "$as_me:$LINENO: result: $ac_cv_type_long_long" >&5
19830 $as_echo "$ac_cv_type_long_long" >&6; }
19831 if test "x$ac_cv_type_long_long" = x""yes; then
19833 cat >>confdefs.h <<_ACEOF
19834 #define HAVE_LONG_LONG 1
19835 _ACEOF
19839 { $as_echo "$as_me:$LINENO: checking for fsblkcnt_t" >&5
19840 $as_echo_n "checking for fsblkcnt_t... " >&6; }
19841 if test "${ac_cv_type_fsblkcnt_t+set}" = set; then
19842 $as_echo_n "(cached) " >&6
19843 else
19844 ac_cv_type_fsblkcnt_t=no
19845 cat >conftest.$ac_ext <<_ACEOF
19846 /* confdefs.h. */
19847 _ACEOF
19848 cat confdefs.h >>conftest.$ac_ext
19849 cat >>conftest.$ac_ext <<_ACEOF
19850 /* end confdefs.h. */
19851 $ac_includes_default
19853 main ()
19855 if (sizeof (fsblkcnt_t))
19856 return 0;
19858 return 0;
19860 _ACEOF
19861 rm -f conftest.$ac_objext
19862 if { (ac_try="$ac_compile"
19863 case "(($ac_try" in
19864 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19865 *) ac_try_echo=$ac_try;;
19866 esac
19867 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
19868 $as_echo "$ac_try_echo") >&5
19869 (eval "$ac_compile") 2>conftest.er1
19870 ac_status=$?
19871 grep -v '^ *+' conftest.er1 >conftest.err
19872 rm -f conftest.er1
19873 cat conftest.err >&5
19874 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
19875 (exit $ac_status); } && {
19876 test -z "$ac_c_werror_flag" ||
19877 test ! -s conftest.err
19878 } && test -s conftest.$ac_objext; then
19879 cat >conftest.$ac_ext <<_ACEOF
19880 /* confdefs.h. */
19881 _ACEOF
19882 cat confdefs.h >>conftest.$ac_ext
19883 cat >>conftest.$ac_ext <<_ACEOF
19884 /* end confdefs.h. */
19885 $ac_includes_default
19887 main ()
19889 if (sizeof ((fsblkcnt_t)))
19890 return 0;
19892 return 0;
19894 _ACEOF
19895 rm -f conftest.$ac_objext
19896 if { (ac_try="$ac_compile"
19897 case "(($ac_try" in
19898 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19899 *) ac_try_echo=$ac_try;;
19900 esac
19901 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
19902 $as_echo "$ac_try_echo") >&5
19903 (eval "$ac_compile") 2>conftest.er1
19904 ac_status=$?
19905 grep -v '^ *+' conftest.er1 >conftest.err
19906 rm -f conftest.er1
19907 cat conftest.err >&5
19908 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
19909 (exit $ac_status); } && {
19910 test -z "$ac_c_werror_flag" ||
19911 test ! -s conftest.err
19912 } && test -s conftest.$ac_objext; then
19914 else
19915 $as_echo "$as_me: failed program was:" >&5
19916 sed 's/^/| /' conftest.$ac_ext >&5
19918 ac_cv_type_fsblkcnt_t=yes
19921 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19922 else
19923 $as_echo "$as_me: failed program was:" >&5
19924 sed 's/^/| /' conftest.$ac_ext >&5
19929 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19931 { $as_echo "$as_me:$LINENO: result: $ac_cv_type_fsblkcnt_t" >&5
19932 $as_echo "$ac_cv_type_fsblkcnt_t" >&6; }
19933 if test "x$ac_cv_type_fsblkcnt_t" = x""yes; then
19935 cat >>confdefs.h <<_ACEOF
19936 #define HAVE_FSBLKCNT_T 1
19937 _ACEOF
19941 { $as_echo "$as_me:$LINENO: checking for fsfilcnt_t" >&5
19942 $as_echo_n "checking for fsfilcnt_t... " >&6; }
19943 if test "${ac_cv_type_fsfilcnt_t+set}" = set; then
19944 $as_echo_n "(cached) " >&6
19945 else
19946 ac_cv_type_fsfilcnt_t=no
19947 cat >conftest.$ac_ext <<_ACEOF
19948 /* confdefs.h. */
19949 _ACEOF
19950 cat confdefs.h >>conftest.$ac_ext
19951 cat >>conftest.$ac_ext <<_ACEOF
19952 /* end confdefs.h. */
19953 $ac_includes_default
19955 main ()
19957 if (sizeof (fsfilcnt_t))
19958 return 0;
19960 return 0;
19962 _ACEOF
19963 rm -f conftest.$ac_objext
19964 if { (ac_try="$ac_compile"
19965 case "(($ac_try" in
19966 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19967 *) ac_try_echo=$ac_try;;
19968 esac
19969 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
19970 $as_echo "$ac_try_echo") >&5
19971 (eval "$ac_compile") 2>conftest.er1
19972 ac_status=$?
19973 grep -v '^ *+' conftest.er1 >conftest.err
19974 rm -f conftest.er1
19975 cat conftest.err >&5
19976 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
19977 (exit $ac_status); } && {
19978 test -z "$ac_c_werror_flag" ||
19979 test ! -s conftest.err
19980 } && test -s conftest.$ac_objext; then
19981 cat >conftest.$ac_ext <<_ACEOF
19982 /* confdefs.h. */
19983 _ACEOF
19984 cat confdefs.h >>conftest.$ac_ext
19985 cat >>conftest.$ac_ext <<_ACEOF
19986 /* end confdefs.h. */
19987 $ac_includes_default
19989 main ()
19991 if (sizeof ((fsfilcnt_t)))
19992 return 0;
19994 return 0;
19996 _ACEOF
19997 rm -f conftest.$ac_objext
19998 if { (ac_try="$ac_compile"
19999 case "(($ac_try" in
20000 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20001 *) ac_try_echo=$ac_try;;
20002 esac
20003 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
20004 $as_echo "$ac_try_echo") >&5
20005 (eval "$ac_compile") 2>conftest.er1
20006 ac_status=$?
20007 grep -v '^ *+' conftest.er1 >conftest.err
20008 rm -f conftest.er1
20009 cat conftest.err >&5
20010 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
20011 (exit $ac_status); } && {
20012 test -z "$ac_c_werror_flag" ||
20013 test ! -s conftest.err
20014 } && test -s conftest.$ac_objext; then
20016 else
20017 $as_echo "$as_me: failed program was:" >&5
20018 sed 's/^/| /' conftest.$ac_ext >&5
20020 ac_cv_type_fsfilcnt_t=yes
20023 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20024 else
20025 $as_echo "$as_me: failed program was:" >&5
20026 sed 's/^/| /' conftest.$ac_ext >&5
20031 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20033 { $as_echo "$as_me:$LINENO: result: $ac_cv_type_fsfilcnt_t" >&5
20034 $as_echo "$ac_cv_type_fsfilcnt_t" >&6; }
20035 if test "x$ac_cv_type_fsfilcnt_t" = x""yes; then
20037 cat >>confdefs.h <<_ACEOF
20038 #define HAVE_FSFILCNT_T 1
20039 _ACEOF
20044 { $as_echo "$as_me:$LINENO: checking for sigset_t" >&5
20045 $as_echo_n "checking for sigset_t... " >&6; }
20046 if test "${ac_cv_type_sigset_t+set}" = set; then
20047 $as_echo_n "(cached) " >&6
20048 else
20049 ac_cv_type_sigset_t=no
20050 cat >conftest.$ac_ext <<_ACEOF
20051 /* confdefs.h. */
20052 _ACEOF
20053 cat confdefs.h >>conftest.$ac_ext
20054 cat >>conftest.$ac_ext <<_ACEOF
20055 /* end confdefs.h. */
20056 #include <sys/types.h>
20057 #include <signal.h>
20060 main ()
20062 if (sizeof (sigset_t))
20063 return 0;
20065 return 0;
20067 _ACEOF
20068 rm -f conftest.$ac_objext
20069 if { (ac_try="$ac_compile"
20070 case "(($ac_try" in
20071 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20072 *) ac_try_echo=$ac_try;;
20073 esac
20074 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
20075 $as_echo "$ac_try_echo") >&5
20076 (eval "$ac_compile") 2>conftest.er1
20077 ac_status=$?
20078 grep -v '^ *+' conftest.er1 >conftest.err
20079 rm -f conftest.er1
20080 cat conftest.err >&5
20081 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
20082 (exit $ac_status); } && {
20083 test -z "$ac_c_werror_flag" ||
20084 test ! -s conftest.err
20085 } && test -s conftest.$ac_objext; then
20086 cat >conftest.$ac_ext <<_ACEOF
20087 /* confdefs.h. */
20088 _ACEOF
20089 cat confdefs.h >>conftest.$ac_ext
20090 cat >>conftest.$ac_ext <<_ACEOF
20091 /* end confdefs.h. */
20092 #include <sys/types.h>
20093 #include <signal.h>
20096 main ()
20098 if (sizeof ((sigset_t)))
20099 return 0;
20101 return 0;
20103 _ACEOF
20104 rm -f conftest.$ac_objext
20105 if { (ac_try="$ac_compile"
20106 case "(($ac_try" in
20107 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20108 *) ac_try_echo=$ac_try;;
20109 esac
20110 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
20111 $as_echo "$ac_try_echo") >&5
20112 (eval "$ac_compile") 2>conftest.er1
20113 ac_status=$?
20114 grep -v '^ *+' conftest.er1 >conftest.err
20115 rm -f conftest.er1
20116 cat conftest.err >&5
20117 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
20118 (exit $ac_status); } && {
20119 test -z "$ac_c_werror_flag" ||
20120 test ! -s conftest.err
20121 } && test -s conftest.$ac_objext; then
20123 else
20124 $as_echo "$as_me: failed program was:" >&5
20125 sed 's/^/| /' conftest.$ac_ext >&5
20127 ac_cv_type_sigset_t=yes
20130 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20131 else
20132 $as_echo "$as_me: failed program was:" >&5
20133 sed 's/^/| /' conftest.$ac_ext >&5
20138 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20140 { $as_echo "$as_me:$LINENO: result: $ac_cv_type_sigset_t" >&5
20141 $as_echo "$ac_cv_type_sigset_t" >&6; }
20142 if test "x$ac_cv_type_sigset_t" = x""yes; then
20144 cat >>confdefs.h <<_ACEOF
20145 #define HAVE_SIGSET_T 1
20146 _ACEOF
20151 { $as_echo "$as_me:$LINENO: checking for request_sense" >&5
20152 $as_echo_n "checking for request_sense... " >&6; }
20153 if test "${ac_cv_type_request_sense+set}" = set; then
20154 $as_echo_n "(cached) " >&6
20155 else
20156 ac_cv_type_request_sense=no
20157 cat >conftest.$ac_ext <<_ACEOF
20158 /* confdefs.h. */
20159 _ACEOF
20160 cat confdefs.h >>conftest.$ac_ext
20161 cat >>conftest.$ac_ext <<_ACEOF
20162 /* end confdefs.h. */
20163 #include <linux/cdrom.h>
20166 main ()
20168 if (sizeof (request_sense))
20169 return 0;
20171 return 0;
20173 _ACEOF
20174 rm -f conftest.$ac_objext
20175 if { (ac_try="$ac_compile"
20176 case "(($ac_try" in
20177 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20178 *) ac_try_echo=$ac_try;;
20179 esac
20180 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
20181 $as_echo "$ac_try_echo") >&5
20182 (eval "$ac_compile") 2>conftest.er1
20183 ac_status=$?
20184 grep -v '^ *+' conftest.er1 >conftest.err
20185 rm -f conftest.er1
20186 cat conftest.err >&5
20187 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
20188 (exit $ac_status); } && {
20189 test -z "$ac_c_werror_flag" ||
20190 test ! -s conftest.err
20191 } && test -s conftest.$ac_objext; then
20192 cat >conftest.$ac_ext <<_ACEOF
20193 /* confdefs.h. */
20194 _ACEOF
20195 cat confdefs.h >>conftest.$ac_ext
20196 cat >>conftest.$ac_ext <<_ACEOF
20197 /* end confdefs.h. */
20198 #include <linux/cdrom.h>
20201 main ()
20203 if (sizeof ((request_sense)))
20204 return 0;
20206 return 0;
20208 _ACEOF
20209 rm -f conftest.$ac_objext
20210 if { (ac_try="$ac_compile"
20211 case "(($ac_try" in
20212 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20213 *) ac_try_echo=$ac_try;;
20214 esac
20215 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
20216 $as_echo "$ac_try_echo") >&5
20217 (eval "$ac_compile") 2>conftest.er1
20218 ac_status=$?
20219 grep -v '^ *+' conftest.er1 >conftest.err
20220 rm -f conftest.er1
20221 cat conftest.err >&5
20222 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
20223 (exit $ac_status); } && {
20224 test -z "$ac_c_werror_flag" ||
20225 test ! -s conftest.err
20226 } && test -s conftest.$ac_objext; then
20228 else
20229 $as_echo "$as_me: failed program was:" >&5
20230 sed 's/^/| /' conftest.$ac_ext >&5
20232 ac_cv_type_request_sense=yes
20235 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20236 else
20237 $as_echo "$as_me: failed program was:" >&5
20238 sed 's/^/| /' conftest.$ac_ext >&5
20243 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20245 { $as_echo "$as_me:$LINENO: result: $ac_cv_type_request_sense" >&5
20246 $as_echo "$ac_cv_type_request_sense" >&6; }
20247 if test "x$ac_cv_type_request_sense" = x""yes; then
20249 cat >>confdefs.h <<_ACEOF
20250 #define HAVE_REQUEST_SENSE 1
20251 _ACEOF
20257 { $as_echo "$as_me:$LINENO: checking for struct ff_effect.direction" >&5
20258 $as_echo_n "checking for struct ff_effect.direction... " >&6; }
20259 if test "${ac_cv_member_struct_ff_effect_direction+set}" = set; then
20260 $as_echo_n "(cached) " >&6
20261 else
20262 cat >conftest.$ac_ext <<_ACEOF
20263 /* confdefs.h. */
20264 _ACEOF
20265 cat confdefs.h >>conftest.$ac_ext
20266 cat >>conftest.$ac_ext <<_ACEOF
20267 /* end confdefs.h. */
20268 #ifdef HAVE_LINUX_INPUT_H
20269 #include <linux/input.h>
20270 #endif
20273 main ()
20275 static struct ff_effect ac_aggr;
20276 if (ac_aggr.direction)
20277 return 0;
20279 return 0;
20281 _ACEOF
20282 rm -f conftest.$ac_objext
20283 if { (ac_try="$ac_compile"
20284 case "(($ac_try" in
20285 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20286 *) ac_try_echo=$ac_try;;
20287 esac
20288 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
20289 $as_echo "$ac_try_echo") >&5
20290 (eval "$ac_compile") 2>conftest.er1
20291 ac_status=$?
20292 grep -v '^ *+' conftest.er1 >conftest.err
20293 rm -f conftest.er1
20294 cat conftest.err >&5
20295 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
20296 (exit $ac_status); } && {
20297 test -z "$ac_c_werror_flag" ||
20298 test ! -s conftest.err
20299 } && test -s conftest.$ac_objext; then
20300 ac_cv_member_struct_ff_effect_direction=yes
20301 else
20302 $as_echo "$as_me: failed program was:" >&5
20303 sed 's/^/| /' conftest.$ac_ext >&5
20305 cat >conftest.$ac_ext <<_ACEOF
20306 /* confdefs.h. */
20307 _ACEOF
20308 cat confdefs.h >>conftest.$ac_ext
20309 cat >>conftest.$ac_ext <<_ACEOF
20310 /* end confdefs.h. */
20311 #ifdef HAVE_LINUX_INPUT_H
20312 #include <linux/input.h>
20313 #endif
20316 main ()
20318 static struct ff_effect ac_aggr;
20319 if (sizeof ac_aggr.direction)
20320 return 0;
20322 return 0;
20324 _ACEOF
20325 rm -f conftest.$ac_objext
20326 if { (ac_try="$ac_compile"
20327 case "(($ac_try" in
20328 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20329 *) ac_try_echo=$ac_try;;
20330 esac
20331 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
20332 $as_echo "$ac_try_echo") >&5
20333 (eval "$ac_compile") 2>conftest.er1
20334 ac_status=$?
20335 grep -v '^ *+' conftest.er1 >conftest.err
20336 rm -f conftest.er1
20337 cat conftest.err >&5
20338 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
20339 (exit $ac_status); } && {
20340 test -z "$ac_c_werror_flag" ||
20341 test ! -s conftest.err
20342 } && test -s conftest.$ac_objext; then
20343 ac_cv_member_struct_ff_effect_direction=yes
20344 else
20345 $as_echo "$as_me: failed program was:" >&5
20346 sed 's/^/| /' conftest.$ac_ext >&5
20348 ac_cv_member_struct_ff_effect_direction=no
20351 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20354 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20356 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_ff_effect_direction" >&5
20357 $as_echo "$ac_cv_member_struct_ff_effect_direction" >&6; }
20358 if test "x$ac_cv_member_struct_ff_effect_direction" = x""yes; then
20360 cat >>confdefs.h <<_ACEOF
20361 #define HAVE_STRUCT_FF_EFFECT_DIRECTION 1
20362 _ACEOF
20368 { $as_echo "$as_me:$LINENO: checking for sigaddset" >&5
20369 $as_echo_n "checking for sigaddset... " >&6; }
20370 if test "${wine_cv_have_sigaddset+set}" = set; then
20371 $as_echo_n "(cached) " >&6
20372 else
20373 cat >conftest.$ac_ext <<_ACEOF
20374 /* confdefs.h. */
20375 _ACEOF
20376 cat confdefs.h >>conftest.$ac_ext
20377 cat >>conftest.$ac_ext <<_ACEOF
20378 /* end confdefs.h. */
20379 #include <signal.h>
20381 main ()
20383 sigset_t set; sigaddset(&set,SIGTERM);
20385 return 0;
20387 _ACEOF
20388 rm -f conftest.$ac_objext conftest$ac_exeext
20389 if { (ac_try="$ac_link"
20390 case "(($ac_try" in
20391 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20392 *) ac_try_echo=$ac_try;;
20393 esac
20394 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
20395 $as_echo "$ac_try_echo") >&5
20396 (eval "$ac_link") 2>conftest.er1
20397 ac_status=$?
20398 grep -v '^ *+' conftest.er1 >conftest.err
20399 rm -f conftest.er1
20400 cat conftest.err >&5
20401 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
20402 (exit $ac_status); } && {
20403 test -z "$ac_c_werror_flag" ||
20404 test ! -s conftest.err
20405 } && test -s conftest$ac_exeext && {
20406 test "$cross_compiling" = yes ||
20407 $as_test_x conftest$ac_exeext
20408 }; then
20409 wine_cv_have_sigaddset=yes
20410 else
20411 $as_echo "$as_me: failed program was:" >&5
20412 sed 's/^/| /' conftest.$ac_ext >&5
20414 wine_cv_have_sigaddset=no
20417 rm -rf conftest.dSYM
20418 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
20419 conftest$ac_exeext conftest.$ac_ext
20421 { $as_echo "$as_me:$LINENO: result: $wine_cv_have_sigaddset" >&5
20422 $as_echo "$wine_cv_have_sigaddset" >&6; }
20423 if test "$wine_cv_have_sigaddset" = "yes"
20424 then
20426 cat >>confdefs.h <<\_ACEOF
20427 #define HAVE_SIGADDSET 1
20428 _ACEOF
20433 { $as_echo "$as_me:$LINENO: checking whether we can use re-entrant gethostbyname_r Linux style" >&5
20434 $as_echo_n "checking whether we can use re-entrant gethostbyname_r Linux style... " >&6; }
20435 if test "${wine_cv_linux_gethostbyname_r_6+set}" = set; then
20436 $as_echo_n "(cached) " >&6
20437 else
20438 cat >conftest.$ac_ext <<_ACEOF
20439 /* confdefs.h. */
20440 _ACEOF
20441 cat confdefs.h >>conftest.$ac_ext
20442 cat >>conftest.$ac_ext <<_ACEOF
20443 /* end confdefs.h. */
20444 #include <netdb.h>
20446 main ()
20449 char *name=0;
20450 struct hostent he;
20451 struct hostent *result;
20452 char *buf=0;
20453 int bufsize=0;
20454 int res,errnr;
20455 char *addr=0;
20456 int addrlen=0;
20457 int addrtype=0;
20458 res=gethostbyname_r(name,&he,buf,bufsize,&result,&errnr);
20459 res=gethostbyaddr_r(addr, addrlen, addrtype,&he,buf,bufsize,&result,&errnr);
20462 return 0;
20464 _ACEOF
20465 rm -f conftest.$ac_objext conftest$ac_exeext
20466 if { (ac_try="$ac_link"
20467 case "(($ac_try" in
20468 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20469 *) ac_try_echo=$ac_try;;
20470 esac
20471 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
20472 $as_echo "$ac_try_echo") >&5
20473 (eval "$ac_link") 2>conftest.er1
20474 ac_status=$?
20475 grep -v '^ *+' conftest.er1 >conftest.err
20476 rm -f conftest.er1
20477 cat conftest.err >&5
20478 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
20479 (exit $ac_status); } && {
20480 test -z "$ac_c_werror_flag" ||
20481 test ! -s conftest.err
20482 } && test -s conftest$ac_exeext && {
20483 test "$cross_compiling" = yes ||
20484 $as_test_x conftest$ac_exeext
20485 }; then
20486 wine_cv_linux_gethostbyname_r_6=yes
20487 else
20488 $as_echo "$as_me: failed program was:" >&5
20489 sed 's/^/| /' conftest.$ac_ext >&5
20491 wine_cv_linux_gethostbyname_r_6=no
20495 rm -rf conftest.dSYM
20496 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
20497 conftest$ac_exeext conftest.$ac_ext
20500 { $as_echo "$as_me:$LINENO: result: $wine_cv_linux_gethostbyname_r_6" >&5
20501 $as_echo "$wine_cv_linux_gethostbyname_r_6" >&6; }
20502 if test "$wine_cv_linux_gethostbyname_r_6" = "yes"
20503 then
20505 cat >>confdefs.h <<\_ACEOF
20506 #define HAVE_LINUX_GETHOSTBYNAME_R_6 1
20507 _ACEOF
20511 if test "$ac_cv_header_linux_joystick_h" = "yes"
20512 then
20513 { $as_echo "$as_me:$LINENO: checking whether linux/joystick.h uses the Linux 2.2+ API" >&5
20514 $as_echo_n "checking whether linux/joystick.h uses the Linux 2.2+ API... " >&6; }
20515 if test "${wine_cv_linux_joystick_22_api+set}" = set; then
20516 $as_echo_n "(cached) " >&6
20517 else
20518 cat >conftest.$ac_ext <<_ACEOF
20519 /* confdefs.h. */
20520 _ACEOF
20521 cat confdefs.h >>conftest.$ac_ext
20522 cat >>conftest.$ac_ext <<_ACEOF
20523 /* end confdefs.h. */
20525 #include <sys/ioctl.h>
20526 #include <sys/types.h>
20527 #include <linux/joystick.h>
20529 struct js_event blub;
20530 #if !defined(JS_EVENT_AXIS) || !defined(JS_EVENT_BUTTON)
20531 #error "no 2.2 header"
20532 #endif
20535 main ()
20537 /*empty*/
20539 return 0;
20541 _ACEOF
20542 rm -f conftest.$ac_objext
20543 if { (ac_try="$ac_compile"
20544 case "(($ac_try" in
20545 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20546 *) ac_try_echo=$ac_try;;
20547 esac
20548 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
20549 $as_echo "$ac_try_echo") >&5
20550 (eval "$ac_compile") 2>conftest.er1
20551 ac_status=$?
20552 grep -v '^ *+' conftest.er1 >conftest.err
20553 rm -f conftest.er1
20554 cat conftest.err >&5
20555 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
20556 (exit $ac_status); } && {
20557 test -z "$ac_c_werror_flag" ||
20558 test ! -s conftest.err
20559 } && test -s conftest.$ac_objext; then
20560 wine_cv_linux_joystick_22_api=yes
20561 else
20562 $as_echo "$as_me: failed program was:" >&5
20563 sed 's/^/| /' conftest.$ac_ext >&5
20565 wine_cv_linux_joystick_22_api=no
20568 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20571 { $as_echo "$as_me:$LINENO: result: $wine_cv_linux_joystick_22_api" >&5
20572 $as_echo "$wine_cv_linux_joystick_22_api" >&6; }
20573 if test "$wine_cv_linux_joystick_22_api" = "yes"
20574 then
20576 cat >>confdefs.h <<\_ACEOF
20577 #define HAVE_LINUX_22_JOYSTICK_API 1
20578 _ACEOF
20584 { $as_echo "$as_me:$LINENO: checking for struct statfs.f_bfree" >&5
20585 $as_echo_n "checking for struct statfs.f_bfree... " >&6; }
20586 if test "${ac_cv_member_struct_statfs_f_bfree+set}" = set; then
20587 $as_echo_n "(cached) " >&6
20588 else
20589 cat >conftest.$ac_ext <<_ACEOF
20590 /* confdefs.h. */
20591 _ACEOF
20592 cat confdefs.h >>conftest.$ac_ext
20593 cat >>conftest.$ac_ext <<_ACEOF
20594 /* end confdefs.h. */
20595 #include <sys/types.h>
20596 #ifdef HAVE_SYS_PARAM_H
20597 # include <sys/param.h>
20598 #endif
20599 #ifdef HAVE_SYS_MOUNT_H
20600 # include <sys/mount.h>
20601 #endif
20602 #ifdef HAVE_SYS_VFS_H
20603 # include <sys/vfs.h>
20604 #endif
20605 #ifdef HAVE_SYS_STATFS_H
20606 # include <sys/statfs.h>
20607 #endif
20610 main ()
20612 static struct statfs ac_aggr;
20613 if (ac_aggr.f_bfree)
20614 return 0;
20616 return 0;
20618 _ACEOF
20619 rm -f conftest.$ac_objext
20620 if { (ac_try="$ac_compile"
20621 case "(($ac_try" in
20622 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20623 *) ac_try_echo=$ac_try;;
20624 esac
20625 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
20626 $as_echo "$ac_try_echo") >&5
20627 (eval "$ac_compile") 2>conftest.er1
20628 ac_status=$?
20629 grep -v '^ *+' conftest.er1 >conftest.err
20630 rm -f conftest.er1
20631 cat conftest.err >&5
20632 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
20633 (exit $ac_status); } && {
20634 test -z "$ac_c_werror_flag" ||
20635 test ! -s conftest.err
20636 } && test -s conftest.$ac_objext; then
20637 ac_cv_member_struct_statfs_f_bfree=yes
20638 else
20639 $as_echo "$as_me: failed program was:" >&5
20640 sed 's/^/| /' conftest.$ac_ext >&5
20642 cat >conftest.$ac_ext <<_ACEOF
20643 /* confdefs.h. */
20644 _ACEOF
20645 cat confdefs.h >>conftest.$ac_ext
20646 cat >>conftest.$ac_ext <<_ACEOF
20647 /* end confdefs.h. */
20648 #include <sys/types.h>
20649 #ifdef HAVE_SYS_PARAM_H
20650 # include <sys/param.h>
20651 #endif
20652 #ifdef HAVE_SYS_MOUNT_H
20653 # include <sys/mount.h>
20654 #endif
20655 #ifdef HAVE_SYS_VFS_H
20656 # include <sys/vfs.h>
20657 #endif
20658 #ifdef HAVE_SYS_STATFS_H
20659 # include <sys/statfs.h>
20660 #endif
20663 main ()
20665 static struct statfs ac_aggr;
20666 if (sizeof ac_aggr.f_bfree)
20667 return 0;
20669 return 0;
20671 _ACEOF
20672 rm -f conftest.$ac_objext
20673 if { (ac_try="$ac_compile"
20674 case "(($ac_try" in
20675 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20676 *) ac_try_echo=$ac_try;;
20677 esac
20678 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
20679 $as_echo "$ac_try_echo") >&5
20680 (eval "$ac_compile") 2>conftest.er1
20681 ac_status=$?
20682 grep -v '^ *+' conftest.er1 >conftest.err
20683 rm -f conftest.er1
20684 cat conftest.err >&5
20685 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
20686 (exit $ac_status); } && {
20687 test -z "$ac_c_werror_flag" ||
20688 test ! -s conftest.err
20689 } && test -s conftest.$ac_objext; then
20690 ac_cv_member_struct_statfs_f_bfree=yes
20691 else
20692 $as_echo "$as_me: failed program was:" >&5
20693 sed 's/^/| /' conftest.$ac_ext >&5
20695 ac_cv_member_struct_statfs_f_bfree=no
20698 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20701 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20703 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_statfs_f_bfree" >&5
20704 $as_echo "$ac_cv_member_struct_statfs_f_bfree" >&6; }
20705 if test "x$ac_cv_member_struct_statfs_f_bfree" = x""yes; then
20707 cat >>confdefs.h <<_ACEOF
20708 #define HAVE_STRUCT_STATFS_F_BFREE 1
20709 _ACEOF
20713 { $as_echo "$as_me:$LINENO: checking for struct statfs.f_bavail" >&5
20714 $as_echo_n "checking for struct statfs.f_bavail... " >&6; }
20715 if test "${ac_cv_member_struct_statfs_f_bavail+set}" = set; then
20716 $as_echo_n "(cached) " >&6
20717 else
20718 cat >conftest.$ac_ext <<_ACEOF
20719 /* confdefs.h. */
20720 _ACEOF
20721 cat confdefs.h >>conftest.$ac_ext
20722 cat >>conftest.$ac_ext <<_ACEOF
20723 /* end confdefs.h. */
20724 #include <sys/types.h>
20725 #ifdef HAVE_SYS_PARAM_H
20726 # include <sys/param.h>
20727 #endif
20728 #ifdef HAVE_SYS_MOUNT_H
20729 # include <sys/mount.h>
20730 #endif
20731 #ifdef HAVE_SYS_VFS_H
20732 # include <sys/vfs.h>
20733 #endif
20734 #ifdef HAVE_SYS_STATFS_H
20735 # include <sys/statfs.h>
20736 #endif
20739 main ()
20741 static struct statfs ac_aggr;
20742 if (ac_aggr.f_bavail)
20743 return 0;
20745 return 0;
20747 _ACEOF
20748 rm -f conftest.$ac_objext
20749 if { (ac_try="$ac_compile"
20750 case "(($ac_try" in
20751 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20752 *) ac_try_echo=$ac_try;;
20753 esac
20754 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
20755 $as_echo "$ac_try_echo") >&5
20756 (eval "$ac_compile") 2>conftest.er1
20757 ac_status=$?
20758 grep -v '^ *+' conftest.er1 >conftest.err
20759 rm -f conftest.er1
20760 cat conftest.err >&5
20761 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
20762 (exit $ac_status); } && {
20763 test -z "$ac_c_werror_flag" ||
20764 test ! -s conftest.err
20765 } && test -s conftest.$ac_objext; then
20766 ac_cv_member_struct_statfs_f_bavail=yes
20767 else
20768 $as_echo "$as_me: failed program was:" >&5
20769 sed 's/^/| /' conftest.$ac_ext >&5
20771 cat >conftest.$ac_ext <<_ACEOF
20772 /* confdefs.h. */
20773 _ACEOF
20774 cat confdefs.h >>conftest.$ac_ext
20775 cat >>conftest.$ac_ext <<_ACEOF
20776 /* end confdefs.h. */
20777 #include <sys/types.h>
20778 #ifdef HAVE_SYS_PARAM_H
20779 # include <sys/param.h>
20780 #endif
20781 #ifdef HAVE_SYS_MOUNT_H
20782 # include <sys/mount.h>
20783 #endif
20784 #ifdef HAVE_SYS_VFS_H
20785 # include <sys/vfs.h>
20786 #endif
20787 #ifdef HAVE_SYS_STATFS_H
20788 # include <sys/statfs.h>
20789 #endif
20792 main ()
20794 static struct statfs ac_aggr;
20795 if (sizeof ac_aggr.f_bavail)
20796 return 0;
20798 return 0;
20800 _ACEOF
20801 rm -f conftest.$ac_objext
20802 if { (ac_try="$ac_compile"
20803 case "(($ac_try" in
20804 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20805 *) ac_try_echo=$ac_try;;
20806 esac
20807 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
20808 $as_echo "$ac_try_echo") >&5
20809 (eval "$ac_compile") 2>conftest.er1
20810 ac_status=$?
20811 grep -v '^ *+' conftest.er1 >conftest.err
20812 rm -f conftest.er1
20813 cat conftest.err >&5
20814 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
20815 (exit $ac_status); } && {
20816 test -z "$ac_c_werror_flag" ||
20817 test ! -s conftest.err
20818 } && test -s conftest.$ac_objext; then
20819 ac_cv_member_struct_statfs_f_bavail=yes
20820 else
20821 $as_echo "$as_me: failed program was:" >&5
20822 sed 's/^/| /' conftest.$ac_ext >&5
20824 ac_cv_member_struct_statfs_f_bavail=no
20827 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20830 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20832 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_statfs_f_bavail" >&5
20833 $as_echo "$ac_cv_member_struct_statfs_f_bavail" >&6; }
20834 if test "x$ac_cv_member_struct_statfs_f_bavail" = x""yes; then
20836 cat >>confdefs.h <<_ACEOF
20837 #define HAVE_STRUCT_STATFS_F_BAVAIL 1
20838 _ACEOF
20842 { $as_echo "$as_me:$LINENO: checking for struct statfs.f_frsize" >&5
20843 $as_echo_n "checking for struct statfs.f_frsize... " >&6; }
20844 if test "${ac_cv_member_struct_statfs_f_frsize+set}" = set; then
20845 $as_echo_n "(cached) " >&6
20846 else
20847 cat >conftest.$ac_ext <<_ACEOF
20848 /* confdefs.h. */
20849 _ACEOF
20850 cat confdefs.h >>conftest.$ac_ext
20851 cat >>conftest.$ac_ext <<_ACEOF
20852 /* end confdefs.h. */
20853 #include <sys/types.h>
20854 #ifdef HAVE_SYS_PARAM_H
20855 # include <sys/param.h>
20856 #endif
20857 #ifdef HAVE_SYS_MOUNT_H
20858 # include <sys/mount.h>
20859 #endif
20860 #ifdef HAVE_SYS_VFS_H
20861 # include <sys/vfs.h>
20862 #endif
20863 #ifdef HAVE_SYS_STATFS_H
20864 # include <sys/statfs.h>
20865 #endif
20868 main ()
20870 static struct statfs ac_aggr;
20871 if (ac_aggr.f_frsize)
20872 return 0;
20874 return 0;
20876 _ACEOF
20877 rm -f conftest.$ac_objext
20878 if { (ac_try="$ac_compile"
20879 case "(($ac_try" in
20880 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20881 *) ac_try_echo=$ac_try;;
20882 esac
20883 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
20884 $as_echo "$ac_try_echo") >&5
20885 (eval "$ac_compile") 2>conftest.er1
20886 ac_status=$?
20887 grep -v '^ *+' conftest.er1 >conftest.err
20888 rm -f conftest.er1
20889 cat conftest.err >&5
20890 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
20891 (exit $ac_status); } && {
20892 test -z "$ac_c_werror_flag" ||
20893 test ! -s conftest.err
20894 } && test -s conftest.$ac_objext; then
20895 ac_cv_member_struct_statfs_f_frsize=yes
20896 else
20897 $as_echo "$as_me: failed program was:" >&5
20898 sed 's/^/| /' conftest.$ac_ext >&5
20900 cat >conftest.$ac_ext <<_ACEOF
20901 /* confdefs.h. */
20902 _ACEOF
20903 cat confdefs.h >>conftest.$ac_ext
20904 cat >>conftest.$ac_ext <<_ACEOF
20905 /* end confdefs.h. */
20906 #include <sys/types.h>
20907 #ifdef HAVE_SYS_PARAM_H
20908 # include <sys/param.h>
20909 #endif
20910 #ifdef HAVE_SYS_MOUNT_H
20911 # include <sys/mount.h>
20912 #endif
20913 #ifdef HAVE_SYS_VFS_H
20914 # include <sys/vfs.h>
20915 #endif
20916 #ifdef HAVE_SYS_STATFS_H
20917 # include <sys/statfs.h>
20918 #endif
20921 main ()
20923 static struct statfs ac_aggr;
20924 if (sizeof ac_aggr.f_frsize)
20925 return 0;
20927 return 0;
20929 _ACEOF
20930 rm -f conftest.$ac_objext
20931 if { (ac_try="$ac_compile"
20932 case "(($ac_try" in
20933 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20934 *) ac_try_echo=$ac_try;;
20935 esac
20936 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
20937 $as_echo "$ac_try_echo") >&5
20938 (eval "$ac_compile") 2>conftest.er1
20939 ac_status=$?
20940 grep -v '^ *+' conftest.er1 >conftest.err
20941 rm -f conftest.er1
20942 cat conftest.err >&5
20943 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
20944 (exit $ac_status); } && {
20945 test -z "$ac_c_werror_flag" ||
20946 test ! -s conftest.err
20947 } && test -s conftest.$ac_objext; then
20948 ac_cv_member_struct_statfs_f_frsize=yes
20949 else
20950 $as_echo "$as_me: failed program was:" >&5
20951 sed 's/^/| /' conftest.$ac_ext >&5
20953 ac_cv_member_struct_statfs_f_frsize=no
20956 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20959 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20961 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_statfs_f_frsize" >&5
20962 $as_echo "$ac_cv_member_struct_statfs_f_frsize" >&6; }
20963 if test "x$ac_cv_member_struct_statfs_f_frsize" = x""yes; then
20965 cat >>confdefs.h <<_ACEOF
20966 #define HAVE_STRUCT_STATFS_F_FRSIZE 1
20967 _ACEOF
20971 { $as_echo "$as_me:$LINENO: checking for struct statfs.f_ffree" >&5
20972 $as_echo_n "checking for struct statfs.f_ffree... " >&6; }
20973 if test "${ac_cv_member_struct_statfs_f_ffree+set}" = set; then
20974 $as_echo_n "(cached) " >&6
20975 else
20976 cat >conftest.$ac_ext <<_ACEOF
20977 /* confdefs.h. */
20978 _ACEOF
20979 cat confdefs.h >>conftest.$ac_ext
20980 cat >>conftest.$ac_ext <<_ACEOF
20981 /* end confdefs.h. */
20982 #include <sys/types.h>
20983 #ifdef HAVE_SYS_PARAM_H
20984 # include <sys/param.h>
20985 #endif
20986 #ifdef HAVE_SYS_MOUNT_H
20987 # include <sys/mount.h>
20988 #endif
20989 #ifdef HAVE_SYS_VFS_H
20990 # include <sys/vfs.h>
20991 #endif
20992 #ifdef HAVE_SYS_STATFS_H
20993 # include <sys/statfs.h>
20994 #endif
20997 main ()
20999 static struct statfs ac_aggr;
21000 if (ac_aggr.f_ffree)
21001 return 0;
21003 return 0;
21005 _ACEOF
21006 rm -f conftest.$ac_objext
21007 if { (ac_try="$ac_compile"
21008 case "(($ac_try" in
21009 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21010 *) ac_try_echo=$ac_try;;
21011 esac
21012 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
21013 $as_echo "$ac_try_echo") >&5
21014 (eval "$ac_compile") 2>conftest.er1
21015 ac_status=$?
21016 grep -v '^ *+' conftest.er1 >conftest.err
21017 rm -f conftest.er1
21018 cat conftest.err >&5
21019 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
21020 (exit $ac_status); } && {
21021 test -z "$ac_c_werror_flag" ||
21022 test ! -s conftest.err
21023 } && test -s conftest.$ac_objext; then
21024 ac_cv_member_struct_statfs_f_ffree=yes
21025 else
21026 $as_echo "$as_me: failed program was:" >&5
21027 sed 's/^/| /' conftest.$ac_ext >&5
21029 cat >conftest.$ac_ext <<_ACEOF
21030 /* confdefs.h. */
21031 _ACEOF
21032 cat confdefs.h >>conftest.$ac_ext
21033 cat >>conftest.$ac_ext <<_ACEOF
21034 /* end confdefs.h. */
21035 #include <sys/types.h>
21036 #ifdef HAVE_SYS_PARAM_H
21037 # include <sys/param.h>
21038 #endif
21039 #ifdef HAVE_SYS_MOUNT_H
21040 # include <sys/mount.h>
21041 #endif
21042 #ifdef HAVE_SYS_VFS_H
21043 # include <sys/vfs.h>
21044 #endif
21045 #ifdef HAVE_SYS_STATFS_H
21046 # include <sys/statfs.h>
21047 #endif
21050 main ()
21052 static struct statfs ac_aggr;
21053 if (sizeof ac_aggr.f_ffree)
21054 return 0;
21056 return 0;
21058 _ACEOF
21059 rm -f conftest.$ac_objext
21060 if { (ac_try="$ac_compile"
21061 case "(($ac_try" in
21062 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21063 *) ac_try_echo=$ac_try;;
21064 esac
21065 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
21066 $as_echo "$ac_try_echo") >&5
21067 (eval "$ac_compile") 2>conftest.er1
21068 ac_status=$?
21069 grep -v '^ *+' conftest.er1 >conftest.err
21070 rm -f conftest.er1
21071 cat conftest.err >&5
21072 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
21073 (exit $ac_status); } && {
21074 test -z "$ac_c_werror_flag" ||
21075 test ! -s conftest.err
21076 } && test -s conftest.$ac_objext; then
21077 ac_cv_member_struct_statfs_f_ffree=yes
21078 else
21079 $as_echo "$as_me: failed program was:" >&5
21080 sed 's/^/| /' conftest.$ac_ext >&5
21082 ac_cv_member_struct_statfs_f_ffree=no
21085 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21088 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21090 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_statfs_f_ffree" >&5
21091 $as_echo "$ac_cv_member_struct_statfs_f_ffree" >&6; }
21092 if test "x$ac_cv_member_struct_statfs_f_ffree" = x""yes; then
21094 cat >>confdefs.h <<_ACEOF
21095 #define HAVE_STRUCT_STATFS_F_FFREE 1
21096 _ACEOF
21100 { $as_echo "$as_me:$LINENO: checking for struct statfs.f_favail" >&5
21101 $as_echo_n "checking for struct statfs.f_favail... " >&6; }
21102 if test "${ac_cv_member_struct_statfs_f_favail+set}" = set; then
21103 $as_echo_n "(cached) " >&6
21104 else
21105 cat >conftest.$ac_ext <<_ACEOF
21106 /* confdefs.h. */
21107 _ACEOF
21108 cat confdefs.h >>conftest.$ac_ext
21109 cat >>conftest.$ac_ext <<_ACEOF
21110 /* end confdefs.h. */
21111 #include <sys/types.h>
21112 #ifdef HAVE_SYS_PARAM_H
21113 # include <sys/param.h>
21114 #endif
21115 #ifdef HAVE_SYS_MOUNT_H
21116 # include <sys/mount.h>
21117 #endif
21118 #ifdef HAVE_SYS_VFS_H
21119 # include <sys/vfs.h>
21120 #endif
21121 #ifdef HAVE_SYS_STATFS_H
21122 # include <sys/statfs.h>
21123 #endif
21126 main ()
21128 static struct statfs ac_aggr;
21129 if (ac_aggr.f_favail)
21130 return 0;
21132 return 0;
21134 _ACEOF
21135 rm -f conftest.$ac_objext
21136 if { (ac_try="$ac_compile"
21137 case "(($ac_try" in
21138 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21139 *) ac_try_echo=$ac_try;;
21140 esac
21141 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
21142 $as_echo "$ac_try_echo") >&5
21143 (eval "$ac_compile") 2>conftest.er1
21144 ac_status=$?
21145 grep -v '^ *+' conftest.er1 >conftest.err
21146 rm -f conftest.er1
21147 cat conftest.err >&5
21148 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
21149 (exit $ac_status); } && {
21150 test -z "$ac_c_werror_flag" ||
21151 test ! -s conftest.err
21152 } && test -s conftest.$ac_objext; then
21153 ac_cv_member_struct_statfs_f_favail=yes
21154 else
21155 $as_echo "$as_me: failed program was:" >&5
21156 sed 's/^/| /' conftest.$ac_ext >&5
21158 cat >conftest.$ac_ext <<_ACEOF
21159 /* confdefs.h. */
21160 _ACEOF
21161 cat confdefs.h >>conftest.$ac_ext
21162 cat >>conftest.$ac_ext <<_ACEOF
21163 /* end confdefs.h. */
21164 #include <sys/types.h>
21165 #ifdef HAVE_SYS_PARAM_H
21166 # include <sys/param.h>
21167 #endif
21168 #ifdef HAVE_SYS_MOUNT_H
21169 # include <sys/mount.h>
21170 #endif
21171 #ifdef HAVE_SYS_VFS_H
21172 # include <sys/vfs.h>
21173 #endif
21174 #ifdef HAVE_SYS_STATFS_H
21175 # include <sys/statfs.h>
21176 #endif
21179 main ()
21181 static struct statfs ac_aggr;
21182 if (sizeof ac_aggr.f_favail)
21183 return 0;
21185 return 0;
21187 _ACEOF
21188 rm -f conftest.$ac_objext
21189 if { (ac_try="$ac_compile"
21190 case "(($ac_try" in
21191 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21192 *) ac_try_echo=$ac_try;;
21193 esac
21194 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
21195 $as_echo "$ac_try_echo") >&5
21196 (eval "$ac_compile") 2>conftest.er1
21197 ac_status=$?
21198 grep -v '^ *+' conftest.er1 >conftest.err
21199 rm -f conftest.er1
21200 cat conftest.err >&5
21201 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
21202 (exit $ac_status); } && {
21203 test -z "$ac_c_werror_flag" ||
21204 test ! -s conftest.err
21205 } && test -s conftest.$ac_objext; then
21206 ac_cv_member_struct_statfs_f_favail=yes
21207 else
21208 $as_echo "$as_me: failed program was:" >&5
21209 sed 's/^/| /' conftest.$ac_ext >&5
21211 ac_cv_member_struct_statfs_f_favail=no
21214 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21217 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21219 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_statfs_f_favail" >&5
21220 $as_echo "$ac_cv_member_struct_statfs_f_favail" >&6; }
21221 if test "x$ac_cv_member_struct_statfs_f_favail" = x""yes; then
21223 cat >>confdefs.h <<_ACEOF
21224 #define HAVE_STRUCT_STATFS_F_FAVAIL 1
21225 _ACEOF
21229 { $as_echo "$as_me:$LINENO: checking for struct statfs.f_namelen" >&5
21230 $as_echo_n "checking for struct statfs.f_namelen... " >&6; }
21231 if test "${ac_cv_member_struct_statfs_f_namelen+set}" = set; then
21232 $as_echo_n "(cached) " >&6
21233 else
21234 cat >conftest.$ac_ext <<_ACEOF
21235 /* confdefs.h. */
21236 _ACEOF
21237 cat confdefs.h >>conftest.$ac_ext
21238 cat >>conftest.$ac_ext <<_ACEOF
21239 /* end confdefs.h. */
21240 #include <sys/types.h>
21241 #ifdef HAVE_SYS_PARAM_H
21242 # include <sys/param.h>
21243 #endif
21244 #ifdef HAVE_SYS_MOUNT_H
21245 # include <sys/mount.h>
21246 #endif
21247 #ifdef HAVE_SYS_VFS_H
21248 # include <sys/vfs.h>
21249 #endif
21250 #ifdef HAVE_SYS_STATFS_H
21251 # include <sys/statfs.h>
21252 #endif
21255 main ()
21257 static struct statfs ac_aggr;
21258 if (ac_aggr.f_namelen)
21259 return 0;
21261 return 0;
21263 _ACEOF
21264 rm -f conftest.$ac_objext
21265 if { (ac_try="$ac_compile"
21266 case "(($ac_try" in
21267 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21268 *) ac_try_echo=$ac_try;;
21269 esac
21270 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
21271 $as_echo "$ac_try_echo") >&5
21272 (eval "$ac_compile") 2>conftest.er1
21273 ac_status=$?
21274 grep -v '^ *+' conftest.er1 >conftest.err
21275 rm -f conftest.er1
21276 cat conftest.err >&5
21277 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
21278 (exit $ac_status); } && {
21279 test -z "$ac_c_werror_flag" ||
21280 test ! -s conftest.err
21281 } && test -s conftest.$ac_objext; then
21282 ac_cv_member_struct_statfs_f_namelen=yes
21283 else
21284 $as_echo "$as_me: failed program was:" >&5
21285 sed 's/^/| /' conftest.$ac_ext >&5
21287 cat >conftest.$ac_ext <<_ACEOF
21288 /* confdefs.h. */
21289 _ACEOF
21290 cat confdefs.h >>conftest.$ac_ext
21291 cat >>conftest.$ac_ext <<_ACEOF
21292 /* end confdefs.h. */
21293 #include <sys/types.h>
21294 #ifdef HAVE_SYS_PARAM_H
21295 # include <sys/param.h>
21296 #endif
21297 #ifdef HAVE_SYS_MOUNT_H
21298 # include <sys/mount.h>
21299 #endif
21300 #ifdef HAVE_SYS_VFS_H
21301 # include <sys/vfs.h>
21302 #endif
21303 #ifdef HAVE_SYS_STATFS_H
21304 # include <sys/statfs.h>
21305 #endif
21308 main ()
21310 static struct statfs ac_aggr;
21311 if (sizeof ac_aggr.f_namelen)
21312 return 0;
21314 return 0;
21316 _ACEOF
21317 rm -f conftest.$ac_objext
21318 if { (ac_try="$ac_compile"
21319 case "(($ac_try" in
21320 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21321 *) ac_try_echo=$ac_try;;
21322 esac
21323 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
21324 $as_echo "$ac_try_echo") >&5
21325 (eval "$ac_compile") 2>conftest.er1
21326 ac_status=$?
21327 grep -v '^ *+' conftest.er1 >conftest.err
21328 rm -f conftest.er1
21329 cat conftest.err >&5
21330 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
21331 (exit $ac_status); } && {
21332 test -z "$ac_c_werror_flag" ||
21333 test ! -s conftest.err
21334 } && test -s conftest.$ac_objext; then
21335 ac_cv_member_struct_statfs_f_namelen=yes
21336 else
21337 $as_echo "$as_me: failed program was:" >&5
21338 sed 's/^/| /' conftest.$ac_ext >&5
21340 ac_cv_member_struct_statfs_f_namelen=no
21343 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21346 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21348 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_statfs_f_namelen" >&5
21349 $as_echo "$ac_cv_member_struct_statfs_f_namelen" >&6; }
21350 if test "x$ac_cv_member_struct_statfs_f_namelen" = x""yes; then
21352 cat >>confdefs.h <<_ACEOF
21353 #define HAVE_STRUCT_STATFS_F_NAMELEN 1
21354 _ACEOF
21360 { $as_echo "$as_me:$LINENO: checking for struct statvfs.f_blocks" >&5
21361 $as_echo_n "checking for struct statvfs.f_blocks... " >&6; }
21362 if test "${ac_cv_member_struct_statvfs_f_blocks+set}" = set; then
21363 $as_echo_n "(cached) " >&6
21364 else
21365 cat >conftest.$ac_ext <<_ACEOF
21366 /* confdefs.h. */
21367 _ACEOF
21368 cat confdefs.h >>conftest.$ac_ext
21369 cat >>conftest.$ac_ext <<_ACEOF
21370 /* end confdefs.h. */
21371 #ifdef HAVE_SYS_STATVFS_H
21372 #include <sys/statvfs.h>
21373 #endif
21376 main ()
21378 static struct statvfs ac_aggr;
21379 if (ac_aggr.f_blocks)
21380 return 0;
21382 return 0;
21384 _ACEOF
21385 rm -f conftest.$ac_objext
21386 if { (ac_try="$ac_compile"
21387 case "(($ac_try" in
21388 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21389 *) ac_try_echo=$ac_try;;
21390 esac
21391 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
21392 $as_echo "$ac_try_echo") >&5
21393 (eval "$ac_compile") 2>conftest.er1
21394 ac_status=$?
21395 grep -v '^ *+' conftest.er1 >conftest.err
21396 rm -f conftest.er1
21397 cat conftest.err >&5
21398 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
21399 (exit $ac_status); } && {
21400 test -z "$ac_c_werror_flag" ||
21401 test ! -s conftest.err
21402 } && test -s conftest.$ac_objext; then
21403 ac_cv_member_struct_statvfs_f_blocks=yes
21404 else
21405 $as_echo "$as_me: failed program was:" >&5
21406 sed 's/^/| /' conftest.$ac_ext >&5
21408 cat >conftest.$ac_ext <<_ACEOF
21409 /* confdefs.h. */
21410 _ACEOF
21411 cat confdefs.h >>conftest.$ac_ext
21412 cat >>conftest.$ac_ext <<_ACEOF
21413 /* end confdefs.h. */
21414 #ifdef HAVE_SYS_STATVFS_H
21415 #include <sys/statvfs.h>
21416 #endif
21419 main ()
21421 static struct statvfs ac_aggr;
21422 if (sizeof ac_aggr.f_blocks)
21423 return 0;
21425 return 0;
21427 _ACEOF
21428 rm -f conftest.$ac_objext
21429 if { (ac_try="$ac_compile"
21430 case "(($ac_try" in
21431 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21432 *) ac_try_echo=$ac_try;;
21433 esac
21434 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
21435 $as_echo "$ac_try_echo") >&5
21436 (eval "$ac_compile") 2>conftest.er1
21437 ac_status=$?
21438 grep -v '^ *+' conftest.er1 >conftest.err
21439 rm -f conftest.er1
21440 cat conftest.err >&5
21441 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
21442 (exit $ac_status); } && {
21443 test -z "$ac_c_werror_flag" ||
21444 test ! -s conftest.err
21445 } && test -s conftest.$ac_objext; then
21446 ac_cv_member_struct_statvfs_f_blocks=yes
21447 else
21448 $as_echo "$as_me: failed program was:" >&5
21449 sed 's/^/| /' conftest.$ac_ext >&5
21451 ac_cv_member_struct_statvfs_f_blocks=no
21454 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21457 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21459 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_statvfs_f_blocks" >&5
21460 $as_echo "$ac_cv_member_struct_statvfs_f_blocks" >&6; }
21461 if test "x$ac_cv_member_struct_statvfs_f_blocks" = x""yes; then
21463 cat >>confdefs.h <<_ACEOF
21464 #define HAVE_STRUCT_STATVFS_F_BLOCKS 1
21465 _ACEOF
21471 { $as_echo "$as_me:$LINENO: checking for struct msghdr.msg_accrights" >&5
21472 $as_echo_n "checking for struct msghdr.msg_accrights... " >&6; }
21473 if test "${ac_cv_member_struct_msghdr_msg_accrights+set}" = set; then
21474 $as_echo_n "(cached) " >&6
21475 else
21476 cat >conftest.$ac_ext <<_ACEOF
21477 /* confdefs.h. */
21478 _ACEOF
21479 cat confdefs.h >>conftest.$ac_ext
21480 cat >>conftest.$ac_ext <<_ACEOF
21481 /* end confdefs.h. */
21482 #include <sys/types.h>
21483 #ifdef HAVE_SYS_SOCKET_H
21484 # include <sys/socket.h>
21485 #endif
21486 #ifdef HAVE_SYS_UN_H
21487 # include <sys/un.h>
21488 #endif
21491 main ()
21493 static struct msghdr ac_aggr;
21494 if (ac_aggr.msg_accrights)
21495 return 0;
21497 return 0;
21499 _ACEOF
21500 rm -f conftest.$ac_objext
21501 if { (ac_try="$ac_compile"
21502 case "(($ac_try" in
21503 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21504 *) ac_try_echo=$ac_try;;
21505 esac
21506 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
21507 $as_echo "$ac_try_echo") >&5
21508 (eval "$ac_compile") 2>conftest.er1
21509 ac_status=$?
21510 grep -v '^ *+' conftest.er1 >conftest.err
21511 rm -f conftest.er1
21512 cat conftest.err >&5
21513 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
21514 (exit $ac_status); } && {
21515 test -z "$ac_c_werror_flag" ||
21516 test ! -s conftest.err
21517 } && test -s conftest.$ac_objext; then
21518 ac_cv_member_struct_msghdr_msg_accrights=yes
21519 else
21520 $as_echo "$as_me: failed program was:" >&5
21521 sed 's/^/| /' conftest.$ac_ext >&5
21523 cat >conftest.$ac_ext <<_ACEOF
21524 /* confdefs.h. */
21525 _ACEOF
21526 cat confdefs.h >>conftest.$ac_ext
21527 cat >>conftest.$ac_ext <<_ACEOF
21528 /* end confdefs.h. */
21529 #include <sys/types.h>
21530 #ifdef HAVE_SYS_SOCKET_H
21531 # include <sys/socket.h>
21532 #endif
21533 #ifdef HAVE_SYS_UN_H
21534 # include <sys/un.h>
21535 #endif
21538 main ()
21540 static struct msghdr ac_aggr;
21541 if (sizeof ac_aggr.msg_accrights)
21542 return 0;
21544 return 0;
21546 _ACEOF
21547 rm -f conftest.$ac_objext
21548 if { (ac_try="$ac_compile"
21549 case "(($ac_try" in
21550 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21551 *) ac_try_echo=$ac_try;;
21552 esac
21553 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
21554 $as_echo "$ac_try_echo") >&5
21555 (eval "$ac_compile") 2>conftest.er1
21556 ac_status=$?
21557 grep -v '^ *+' conftest.er1 >conftest.err
21558 rm -f conftest.er1
21559 cat conftest.err >&5
21560 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
21561 (exit $ac_status); } && {
21562 test -z "$ac_c_werror_flag" ||
21563 test ! -s conftest.err
21564 } && test -s conftest.$ac_objext; then
21565 ac_cv_member_struct_msghdr_msg_accrights=yes
21566 else
21567 $as_echo "$as_me: failed program was:" >&5
21568 sed 's/^/| /' conftest.$ac_ext >&5
21570 ac_cv_member_struct_msghdr_msg_accrights=no
21573 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21576 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21578 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_msghdr_msg_accrights" >&5
21579 $as_echo "$ac_cv_member_struct_msghdr_msg_accrights" >&6; }
21580 if test "x$ac_cv_member_struct_msghdr_msg_accrights" = x""yes; then
21582 cat >>confdefs.h <<_ACEOF
21583 #define HAVE_STRUCT_MSGHDR_MSG_ACCRIGHTS 1
21584 _ACEOF
21588 { $as_echo "$as_me:$LINENO: checking for struct sockaddr.sa_len" >&5
21589 $as_echo_n "checking for struct sockaddr.sa_len... " >&6; }
21590 if test "${ac_cv_member_struct_sockaddr_sa_len+set}" = set; then
21591 $as_echo_n "(cached) " >&6
21592 else
21593 cat >conftest.$ac_ext <<_ACEOF
21594 /* confdefs.h. */
21595 _ACEOF
21596 cat confdefs.h >>conftest.$ac_ext
21597 cat >>conftest.$ac_ext <<_ACEOF
21598 /* end confdefs.h. */
21599 #include <sys/types.h>
21600 #ifdef HAVE_SYS_SOCKET_H
21601 # include <sys/socket.h>
21602 #endif
21603 #ifdef HAVE_SYS_UN_H
21604 # include <sys/un.h>
21605 #endif
21608 main ()
21610 static struct sockaddr ac_aggr;
21611 if (ac_aggr.sa_len)
21612 return 0;
21614 return 0;
21616 _ACEOF
21617 rm -f conftest.$ac_objext
21618 if { (ac_try="$ac_compile"
21619 case "(($ac_try" in
21620 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21621 *) ac_try_echo=$ac_try;;
21622 esac
21623 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
21624 $as_echo "$ac_try_echo") >&5
21625 (eval "$ac_compile") 2>conftest.er1
21626 ac_status=$?
21627 grep -v '^ *+' conftest.er1 >conftest.err
21628 rm -f conftest.er1
21629 cat conftest.err >&5
21630 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
21631 (exit $ac_status); } && {
21632 test -z "$ac_c_werror_flag" ||
21633 test ! -s conftest.err
21634 } && test -s conftest.$ac_objext; then
21635 ac_cv_member_struct_sockaddr_sa_len=yes
21636 else
21637 $as_echo "$as_me: failed program was:" >&5
21638 sed 's/^/| /' conftest.$ac_ext >&5
21640 cat >conftest.$ac_ext <<_ACEOF
21641 /* confdefs.h. */
21642 _ACEOF
21643 cat confdefs.h >>conftest.$ac_ext
21644 cat >>conftest.$ac_ext <<_ACEOF
21645 /* end confdefs.h. */
21646 #include <sys/types.h>
21647 #ifdef HAVE_SYS_SOCKET_H
21648 # include <sys/socket.h>
21649 #endif
21650 #ifdef HAVE_SYS_UN_H
21651 # include <sys/un.h>
21652 #endif
21655 main ()
21657 static struct sockaddr ac_aggr;
21658 if (sizeof ac_aggr.sa_len)
21659 return 0;
21661 return 0;
21663 _ACEOF
21664 rm -f conftest.$ac_objext
21665 if { (ac_try="$ac_compile"
21666 case "(($ac_try" in
21667 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21668 *) ac_try_echo=$ac_try;;
21669 esac
21670 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
21671 $as_echo "$ac_try_echo") >&5
21672 (eval "$ac_compile") 2>conftest.er1
21673 ac_status=$?
21674 grep -v '^ *+' conftest.er1 >conftest.err
21675 rm -f conftest.er1
21676 cat conftest.err >&5
21677 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
21678 (exit $ac_status); } && {
21679 test -z "$ac_c_werror_flag" ||
21680 test ! -s conftest.err
21681 } && test -s conftest.$ac_objext; then
21682 ac_cv_member_struct_sockaddr_sa_len=yes
21683 else
21684 $as_echo "$as_me: failed program was:" >&5
21685 sed 's/^/| /' conftest.$ac_ext >&5
21687 ac_cv_member_struct_sockaddr_sa_len=no
21690 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21693 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21695 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_sockaddr_sa_len" >&5
21696 $as_echo "$ac_cv_member_struct_sockaddr_sa_len" >&6; }
21697 if test "x$ac_cv_member_struct_sockaddr_sa_len" = x""yes; then
21699 cat >>confdefs.h <<_ACEOF
21700 #define HAVE_STRUCT_SOCKADDR_SA_LEN 1
21701 _ACEOF
21705 { $as_echo "$as_me:$LINENO: checking for struct sockaddr_un.sun_len" >&5
21706 $as_echo_n "checking for struct sockaddr_un.sun_len... " >&6; }
21707 if test "${ac_cv_member_struct_sockaddr_un_sun_len+set}" = set; then
21708 $as_echo_n "(cached) " >&6
21709 else
21710 cat >conftest.$ac_ext <<_ACEOF
21711 /* confdefs.h. */
21712 _ACEOF
21713 cat confdefs.h >>conftest.$ac_ext
21714 cat >>conftest.$ac_ext <<_ACEOF
21715 /* end confdefs.h. */
21716 #include <sys/types.h>
21717 #ifdef HAVE_SYS_SOCKET_H
21718 # include <sys/socket.h>
21719 #endif
21720 #ifdef HAVE_SYS_UN_H
21721 # include <sys/un.h>
21722 #endif
21725 main ()
21727 static struct sockaddr_un ac_aggr;
21728 if (ac_aggr.sun_len)
21729 return 0;
21731 return 0;
21733 _ACEOF
21734 rm -f conftest.$ac_objext
21735 if { (ac_try="$ac_compile"
21736 case "(($ac_try" in
21737 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21738 *) ac_try_echo=$ac_try;;
21739 esac
21740 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
21741 $as_echo "$ac_try_echo") >&5
21742 (eval "$ac_compile") 2>conftest.er1
21743 ac_status=$?
21744 grep -v '^ *+' conftest.er1 >conftest.err
21745 rm -f conftest.er1
21746 cat conftest.err >&5
21747 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
21748 (exit $ac_status); } && {
21749 test -z "$ac_c_werror_flag" ||
21750 test ! -s conftest.err
21751 } && test -s conftest.$ac_objext; then
21752 ac_cv_member_struct_sockaddr_un_sun_len=yes
21753 else
21754 $as_echo "$as_me: failed program was:" >&5
21755 sed 's/^/| /' conftest.$ac_ext >&5
21757 cat >conftest.$ac_ext <<_ACEOF
21758 /* confdefs.h. */
21759 _ACEOF
21760 cat confdefs.h >>conftest.$ac_ext
21761 cat >>conftest.$ac_ext <<_ACEOF
21762 /* end confdefs.h. */
21763 #include <sys/types.h>
21764 #ifdef HAVE_SYS_SOCKET_H
21765 # include <sys/socket.h>
21766 #endif
21767 #ifdef HAVE_SYS_UN_H
21768 # include <sys/un.h>
21769 #endif
21772 main ()
21774 static struct sockaddr_un ac_aggr;
21775 if (sizeof ac_aggr.sun_len)
21776 return 0;
21778 return 0;
21780 _ACEOF
21781 rm -f conftest.$ac_objext
21782 if { (ac_try="$ac_compile"
21783 case "(($ac_try" in
21784 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21785 *) ac_try_echo=$ac_try;;
21786 esac
21787 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
21788 $as_echo "$ac_try_echo") >&5
21789 (eval "$ac_compile") 2>conftest.er1
21790 ac_status=$?
21791 grep -v '^ *+' conftest.er1 >conftest.err
21792 rm -f conftest.er1
21793 cat conftest.err >&5
21794 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
21795 (exit $ac_status); } && {
21796 test -z "$ac_c_werror_flag" ||
21797 test ! -s conftest.err
21798 } && test -s conftest.$ac_objext; then
21799 ac_cv_member_struct_sockaddr_un_sun_len=yes
21800 else
21801 $as_echo "$as_me: failed program was:" >&5
21802 sed 's/^/| /' conftest.$ac_ext >&5
21804 ac_cv_member_struct_sockaddr_un_sun_len=no
21807 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21810 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21812 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_sockaddr_un_sun_len" >&5
21813 $as_echo "$ac_cv_member_struct_sockaddr_un_sun_len" >&6; }
21814 if test "x$ac_cv_member_struct_sockaddr_un_sun_len" = x""yes; then
21816 cat >>confdefs.h <<_ACEOF
21817 #define HAVE_STRUCT_SOCKADDR_UN_SUN_LEN 1
21818 _ACEOF
21824 { $as_echo "$as_me:$LINENO: checking for scsireq_t.cmd" >&5
21825 $as_echo_n "checking for scsireq_t.cmd... " >&6; }
21826 if test "${ac_cv_member_scsireq_t_cmd+set}" = set; then
21827 $as_echo_n "(cached) " >&6
21828 else
21829 cat >conftest.$ac_ext <<_ACEOF
21830 /* confdefs.h. */
21831 _ACEOF
21832 cat confdefs.h >>conftest.$ac_ext
21833 cat >>conftest.$ac_ext <<_ACEOF
21834 /* end confdefs.h. */
21835 #include <sys/types.h>
21836 #ifdef HAVE_SCSI_SG_H
21837 #include <scsi/sg.h>
21838 #endif
21841 main ()
21843 static scsireq_t ac_aggr;
21844 if (ac_aggr.cmd)
21845 return 0;
21847 return 0;
21849 _ACEOF
21850 rm -f conftest.$ac_objext
21851 if { (ac_try="$ac_compile"
21852 case "(($ac_try" in
21853 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21854 *) ac_try_echo=$ac_try;;
21855 esac
21856 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
21857 $as_echo "$ac_try_echo") >&5
21858 (eval "$ac_compile") 2>conftest.er1
21859 ac_status=$?
21860 grep -v '^ *+' conftest.er1 >conftest.err
21861 rm -f conftest.er1
21862 cat conftest.err >&5
21863 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
21864 (exit $ac_status); } && {
21865 test -z "$ac_c_werror_flag" ||
21866 test ! -s conftest.err
21867 } && test -s conftest.$ac_objext; then
21868 ac_cv_member_scsireq_t_cmd=yes
21869 else
21870 $as_echo "$as_me: failed program was:" >&5
21871 sed 's/^/| /' conftest.$ac_ext >&5
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 (sizeof 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 ac_cv_member_scsireq_t_cmd=no
21920 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21923 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21925 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_scsireq_t_cmd" >&5
21926 $as_echo "$ac_cv_member_scsireq_t_cmd" >&6; }
21927 if test "x$ac_cv_member_scsireq_t_cmd" = x""yes; then
21929 cat >>confdefs.h <<_ACEOF
21930 #define HAVE_SCSIREQ_T_CMD 1
21931 _ACEOF
21935 { $as_echo "$as_me:$LINENO: checking for sg_io_hdr_t.interface_id" >&5
21936 $as_echo_n "checking for sg_io_hdr_t.interface_id... " >&6; }
21937 if test "${ac_cv_member_sg_io_hdr_t_interface_id+set}" = set; then
21938 $as_echo_n "(cached) " >&6
21939 else
21940 cat >conftest.$ac_ext <<_ACEOF
21941 /* confdefs.h. */
21942 _ACEOF
21943 cat confdefs.h >>conftest.$ac_ext
21944 cat >>conftest.$ac_ext <<_ACEOF
21945 /* end confdefs.h. */
21946 #include <sys/types.h>
21947 #ifdef HAVE_SCSI_SG_H
21948 #include <scsi/sg.h>
21949 #endif
21952 main ()
21954 static sg_io_hdr_t ac_aggr;
21955 if (ac_aggr.interface_id)
21956 return 0;
21958 return 0;
21960 _ACEOF
21961 rm -f conftest.$ac_objext
21962 if { (ac_try="$ac_compile"
21963 case "(($ac_try" in
21964 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21965 *) ac_try_echo=$ac_try;;
21966 esac
21967 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
21968 $as_echo "$ac_try_echo") >&5
21969 (eval "$ac_compile") 2>conftest.er1
21970 ac_status=$?
21971 grep -v '^ *+' conftest.er1 >conftest.err
21972 rm -f conftest.er1
21973 cat conftest.err >&5
21974 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
21975 (exit $ac_status); } && {
21976 test -z "$ac_c_werror_flag" ||
21977 test ! -s conftest.err
21978 } && test -s conftest.$ac_objext; then
21979 ac_cv_member_sg_io_hdr_t_interface_id=yes
21980 else
21981 $as_echo "$as_me: failed program was:" >&5
21982 sed 's/^/| /' conftest.$ac_ext >&5
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 (sizeof 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 ac_cv_member_sg_io_hdr_t_interface_id=no
22031 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22034 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22036 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_sg_io_hdr_t_interface_id" >&5
22037 $as_echo "$ac_cv_member_sg_io_hdr_t_interface_id" >&6; }
22038 if test "x$ac_cv_member_sg_io_hdr_t_interface_id" = x""yes; then
22040 cat >>confdefs.h <<_ACEOF
22041 #define HAVE_SG_IO_HDR_T_INTERFACE_ID 1
22042 _ACEOF
22048 { $as_echo "$as_me:$LINENO: checking for siginfo_t.si_fd" >&5
22049 $as_echo_n "checking for siginfo_t.si_fd... " >&6; }
22050 if test "${ac_cv_member_siginfo_t_si_fd+set}" = set; then
22051 $as_echo_n "(cached) " >&6
22052 else
22053 cat >conftest.$ac_ext <<_ACEOF
22054 /* confdefs.h. */
22055 _ACEOF
22056 cat confdefs.h >>conftest.$ac_ext
22057 cat >>conftest.$ac_ext <<_ACEOF
22058 /* end confdefs.h. */
22059 #include <signal.h>
22062 main ()
22064 static siginfo_t ac_aggr;
22065 if (ac_aggr.si_fd)
22066 return 0;
22068 return 0;
22070 _ACEOF
22071 rm -f conftest.$ac_objext
22072 if { (ac_try="$ac_compile"
22073 case "(($ac_try" in
22074 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22075 *) ac_try_echo=$ac_try;;
22076 esac
22077 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
22078 $as_echo "$ac_try_echo") >&5
22079 (eval "$ac_compile") 2>conftest.er1
22080 ac_status=$?
22081 grep -v '^ *+' conftest.er1 >conftest.err
22082 rm -f conftest.er1
22083 cat conftest.err >&5
22084 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
22085 (exit $ac_status); } && {
22086 test -z "$ac_c_werror_flag" ||
22087 test ! -s conftest.err
22088 } && test -s conftest.$ac_objext; then
22089 ac_cv_member_siginfo_t_si_fd=yes
22090 else
22091 $as_echo "$as_me: failed program was:" >&5
22092 sed 's/^/| /' conftest.$ac_ext >&5
22094 cat >conftest.$ac_ext <<_ACEOF
22095 /* confdefs.h. */
22096 _ACEOF
22097 cat confdefs.h >>conftest.$ac_ext
22098 cat >>conftest.$ac_ext <<_ACEOF
22099 /* end confdefs.h. */
22100 #include <signal.h>
22103 main ()
22105 static siginfo_t ac_aggr;
22106 if (sizeof ac_aggr.si_fd)
22107 return 0;
22109 return 0;
22111 _ACEOF
22112 rm -f conftest.$ac_objext
22113 if { (ac_try="$ac_compile"
22114 case "(($ac_try" in
22115 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22116 *) ac_try_echo=$ac_try;;
22117 esac
22118 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
22119 $as_echo "$ac_try_echo") >&5
22120 (eval "$ac_compile") 2>conftest.er1
22121 ac_status=$?
22122 grep -v '^ *+' conftest.er1 >conftest.err
22123 rm -f conftest.er1
22124 cat conftest.err >&5
22125 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
22126 (exit $ac_status); } && {
22127 test -z "$ac_c_werror_flag" ||
22128 test ! -s conftest.err
22129 } && test -s conftest.$ac_objext; then
22130 ac_cv_member_siginfo_t_si_fd=yes
22131 else
22132 $as_echo "$as_me: failed program was:" >&5
22133 sed 's/^/| /' conftest.$ac_ext >&5
22135 ac_cv_member_siginfo_t_si_fd=no
22138 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22141 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22143 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_siginfo_t_si_fd" >&5
22144 $as_echo "$ac_cv_member_siginfo_t_si_fd" >&6; }
22145 if test "x$ac_cv_member_siginfo_t_si_fd" = x""yes; then
22147 cat >>confdefs.h <<_ACEOF
22148 #define HAVE_SIGINFO_T_SI_FD 1
22149 _ACEOF
22155 { $as_echo "$as_me:$LINENO: checking for struct mtget.mt_blksiz" >&5
22156 $as_echo_n "checking for struct mtget.mt_blksiz... " >&6; }
22157 if test "${ac_cv_member_struct_mtget_mt_blksiz+set}" = set; then
22158 $as_echo_n "(cached) " >&6
22159 else
22160 cat >conftest.$ac_ext <<_ACEOF
22161 /* confdefs.h. */
22162 _ACEOF
22163 cat confdefs.h >>conftest.$ac_ext
22164 cat >>conftest.$ac_ext <<_ACEOF
22165 /* end confdefs.h. */
22166 #include <sys/types.h>
22167 #ifdef HAVE_SYS_MTIO_H
22168 #include <sys/mtio.h>
22169 #endif
22172 main ()
22174 static struct mtget ac_aggr;
22175 if (ac_aggr.mt_blksiz)
22176 return 0;
22178 return 0;
22180 _ACEOF
22181 rm -f conftest.$ac_objext
22182 if { (ac_try="$ac_compile"
22183 case "(($ac_try" in
22184 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22185 *) ac_try_echo=$ac_try;;
22186 esac
22187 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
22188 $as_echo "$ac_try_echo") >&5
22189 (eval "$ac_compile") 2>conftest.er1
22190 ac_status=$?
22191 grep -v '^ *+' conftest.er1 >conftest.err
22192 rm -f conftest.er1
22193 cat conftest.err >&5
22194 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
22195 (exit $ac_status); } && {
22196 test -z "$ac_c_werror_flag" ||
22197 test ! -s conftest.err
22198 } && test -s conftest.$ac_objext; then
22199 ac_cv_member_struct_mtget_mt_blksiz=yes
22200 else
22201 $as_echo "$as_me: failed program was:" >&5
22202 sed 's/^/| /' conftest.$ac_ext >&5
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 (sizeof 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 ac_cv_member_struct_mtget_mt_blksiz=no
22251 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22254 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22256 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_mtget_mt_blksiz" >&5
22257 $as_echo "$ac_cv_member_struct_mtget_mt_blksiz" >&6; }
22258 if test "x$ac_cv_member_struct_mtget_mt_blksiz" = x""yes; then
22260 cat >>confdefs.h <<_ACEOF
22261 #define HAVE_STRUCT_MTGET_MT_BLKSIZ 1
22262 _ACEOF
22266 { $as_echo "$as_me:$LINENO: checking for struct mtget.mt_gstat" >&5
22267 $as_echo_n "checking for struct mtget.mt_gstat... " >&6; }
22268 if test "${ac_cv_member_struct_mtget_mt_gstat+set}" = set; then
22269 $as_echo_n "(cached) " >&6
22270 else
22271 cat >conftest.$ac_ext <<_ACEOF
22272 /* confdefs.h. */
22273 _ACEOF
22274 cat confdefs.h >>conftest.$ac_ext
22275 cat >>conftest.$ac_ext <<_ACEOF
22276 /* end confdefs.h. */
22277 #include <sys/types.h>
22278 #ifdef HAVE_SYS_MTIO_H
22279 #include <sys/mtio.h>
22280 #endif
22283 main ()
22285 static struct mtget ac_aggr;
22286 if (ac_aggr.mt_gstat)
22287 return 0;
22289 return 0;
22291 _ACEOF
22292 rm -f conftest.$ac_objext
22293 if { (ac_try="$ac_compile"
22294 case "(($ac_try" in
22295 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22296 *) ac_try_echo=$ac_try;;
22297 esac
22298 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
22299 $as_echo "$ac_try_echo") >&5
22300 (eval "$ac_compile") 2>conftest.er1
22301 ac_status=$?
22302 grep -v '^ *+' conftest.er1 >conftest.err
22303 rm -f conftest.er1
22304 cat conftest.err >&5
22305 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
22306 (exit $ac_status); } && {
22307 test -z "$ac_c_werror_flag" ||
22308 test ! -s conftest.err
22309 } && test -s conftest.$ac_objext; then
22310 ac_cv_member_struct_mtget_mt_gstat=yes
22311 else
22312 $as_echo "$as_me: failed program was:" >&5
22313 sed 's/^/| /' conftest.$ac_ext >&5
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 (sizeof 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 ac_cv_member_struct_mtget_mt_gstat=no
22362 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22365 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22367 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_mtget_mt_gstat" >&5
22368 $as_echo "$ac_cv_member_struct_mtget_mt_gstat" >&6; }
22369 if test "x$ac_cv_member_struct_mtget_mt_gstat" = x""yes; then
22371 cat >>confdefs.h <<_ACEOF
22372 #define HAVE_STRUCT_MTGET_MT_GSTAT 1
22373 _ACEOF
22377 { $as_echo "$as_me:$LINENO: checking for struct mtget.mt_blkno" >&5
22378 $as_echo_n "checking for struct mtget.mt_blkno... " >&6; }
22379 if test "${ac_cv_member_struct_mtget_mt_blkno+set}" = set; then
22380 $as_echo_n "(cached) " >&6
22381 else
22382 cat >conftest.$ac_ext <<_ACEOF
22383 /* confdefs.h. */
22384 _ACEOF
22385 cat confdefs.h >>conftest.$ac_ext
22386 cat >>conftest.$ac_ext <<_ACEOF
22387 /* end confdefs.h. */
22388 #include <sys/types.h>
22389 #ifdef HAVE_SYS_MTIO_H
22390 #include <sys/mtio.h>
22391 #endif
22394 main ()
22396 static struct mtget ac_aggr;
22397 if (ac_aggr.mt_blkno)
22398 return 0;
22400 return 0;
22402 _ACEOF
22403 rm -f conftest.$ac_objext
22404 if { (ac_try="$ac_compile"
22405 case "(($ac_try" in
22406 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22407 *) ac_try_echo=$ac_try;;
22408 esac
22409 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
22410 $as_echo "$ac_try_echo") >&5
22411 (eval "$ac_compile") 2>conftest.er1
22412 ac_status=$?
22413 grep -v '^ *+' conftest.er1 >conftest.err
22414 rm -f conftest.er1
22415 cat conftest.err >&5
22416 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
22417 (exit $ac_status); } && {
22418 test -z "$ac_c_werror_flag" ||
22419 test ! -s conftest.err
22420 } && test -s conftest.$ac_objext; then
22421 ac_cv_member_struct_mtget_mt_blkno=yes
22422 else
22423 $as_echo "$as_me: failed program was:" >&5
22424 sed 's/^/| /' conftest.$ac_ext >&5
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 (sizeof 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 ac_cv_member_struct_mtget_mt_blkno=no
22473 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22476 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22478 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_mtget_mt_blkno" >&5
22479 $as_echo "$ac_cv_member_struct_mtget_mt_blkno" >&6; }
22480 if test "x$ac_cv_member_struct_mtget_mt_blkno" = x""yes; then
22482 cat >>confdefs.h <<_ACEOF
22483 #define HAVE_STRUCT_MTGET_MT_BLKNO 1
22484 _ACEOF
22490 { $as_echo "$as_me:$LINENO: checking for struct option.name" >&5
22491 $as_echo_n "checking for struct option.name... " >&6; }
22492 if test "${ac_cv_member_struct_option_name+set}" = set; then
22493 $as_echo_n "(cached) " >&6
22494 else
22495 cat >conftest.$ac_ext <<_ACEOF
22496 /* confdefs.h. */
22497 _ACEOF
22498 cat confdefs.h >>conftest.$ac_ext
22499 cat >>conftest.$ac_ext <<_ACEOF
22500 /* end confdefs.h. */
22501 #ifdef HAVE_GETOPT_H
22502 #include <getopt.h>
22503 #endif
22506 main ()
22508 static struct option ac_aggr;
22509 if (ac_aggr.name)
22510 return 0;
22512 return 0;
22514 _ACEOF
22515 rm -f conftest.$ac_objext
22516 if { (ac_try="$ac_compile"
22517 case "(($ac_try" in
22518 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22519 *) ac_try_echo=$ac_try;;
22520 esac
22521 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
22522 $as_echo "$ac_try_echo") >&5
22523 (eval "$ac_compile") 2>conftest.er1
22524 ac_status=$?
22525 grep -v '^ *+' conftest.er1 >conftest.err
22526 rm -f conftest.er1
22527 cat conftest.err >&5
22528 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
22529 (exit $ac_status); } && {
22530 test -z "$ac_c_werror_flag" ||
22531 test ! -s conftest.err
22532 } && test -s conftest.$ac_objext; then
22533 ac_cv_member_struct_option_name=yes
22534 else
22535 $as_echo "$as_me: failed program was:" >&5
22536 sed 's/^/| /' conftest.$ac_ext >&5
22538 cat >conftest.$ac_ext <<_ACEOF
22539 /* confdefs.h. */
22540 _ACEOF
22541 cat confdefs.h >>conftest.$ac_ext
22542 cat >>conftest.$ac_ext <<_ACEOF
22543 /* end confdefs.h. */
22544 #ifdef HAVE_GETOPT_H
22545 #include <getopt.h>
22546 #endif
22549 main ()
22551 static struct option ac_aggr;
22552 if (sizeof ac_aggr.name)
22553 return 0;
22555 return 0;
22557 _ACEOF
22558 rm -f conftest.$ac_objext
22559 if { (ac_try="$ac_compile"
22560 case "(($ac_try" in
22561 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22562 *) ac_try_echo=$ac_try;;
22563 esac
22564 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
22565 $as_echo "$ac_try_echo") >&5
22566 (eval "$ac_compile") 2>conftest.er1
22567 ac_status=$?
22568 grep -v '^ *+' conftest.er1 >conftest.err
22569 rm -f conftest.er1
22570 cat conftest.err >&5
22571 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
22572 (exit $ac_status); } && {
22573 test -z "$ac_c_werror_flag" ||
22574 test ! -s conftest.err
22575 } && test -s conftest.$ac_objext; then
22576 ac_cv_member_struct_option_name=yes
22577 else
22578 $as_echo "$as_me: failed program was:" >&5
22579 sed 's/^/| /' conftest.$ac_ext >&5
22581 ac_cv_member_struct_option_name=no
22584 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22587 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22589 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_option_name" >&5
22590 $as_echo "$ac_cv_member_struct_option_name" >&6; }
22591 if test "x$ac_cv_member_struct_option_name" = x""yes; then
22593 cat >>confdefs.h <<_ACEOF
22594 #define HAVE_STRUCT_OPTION_NAME 1
22595 _ACEOF
22601 { $as_echo "$as_me:$LINENO: checking for struct stat.st_blocks" >&5
22602 $as_echo_n "checking for struct stat.st_blocks... " >&6; }
22603 if test "${ac_cv_member_struct_stat_st_blocks+set}" = set; then
22604 $as_echo_n "(cached) " >&6
22605 else
22606 cat >conftest.$ac_ext <<_ACEOF
22607 /* confdefs.h. */
22608 _ACEOF
22609 cat confdefs.h >>conftest.$ac_ext
22610 cat >>conftest.$ac_ext <<_ACEOF
22611 /* end confdefs.h. */
22612 $ac_includes_default
22614 main ()
22616 static struct stat ac_aggr;
22617 if (ac_aggr.st_blocks)
22618 return 0;
22620 return 0;
22622 _ACEOF
22623 rm -f conftest.$ac_objext
22624 if { (ac_try="$ac_compile"
22625 case "(($ac_try" in
22626 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22627 *) ac_try_echo=$ac_try;;
22628 esac
22629 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
22630 $as_echo "$ac_try_echo") >&5
22631 (eval "$ac_compile") 2>conftest.er1
22632 ac_status=$?
22633 grep -v '^ *+' conftest.er1 >conftest.err
22634 rm -f conftest.er1
22635 cat conftest.err >&5
22636 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
22637 (exit $ac_status); } && {
22638 test -z "$ac_c_werror_flag" ||
22639 test ! -s conftest.err
22640 } && test -s conftest.$ac_objext; then
22641 ac_cv_member_struct_stat_st_blocks=yes
22642 else
22643 $as_echo "$as_me: failed program was:" >&5
22644 sed 's/^/| /' conftest.$ac_ext >&5
22646 cat >conftest.$ac_ext <<_ACEOF
22647 /* confdefs.h. */
22648 _ACEOF
22649 cat confdefs.h >>conftest.$ac_ext
22650 cat >>conftest.$ac_ext <<_ACEOF
22651 /* end confdefs.h. */
22652 $ac_includes_default
22654 main ()
22656 static struct stat ac_aggr;
22657 if (sizeof ac_aggr.st_blocks)
22658 return 0;
22660 return 0;
22662 _ACEOF
22663 rm -f conftest.$ac_objext
22664 if { (ac_try="$ac_compile"
22665 case "(($ac_try" in
22666 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22667 *) ac_try_echo=$ac_try;;
22668 esac
22669 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
22670 $as_echo "$ac_try_echo") >&5
22671 (eval "$ac_compile") 2>conftest.er1
22672 ac_status=$?
22673 grep -v '^ *+' conftest.er1 >conftest.err
22674 rm -f conftest.er1
22675 cat conftest.err >&5
22676 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
22677 (exit $ac_status); } && {
22678 test -z "$ac_c_werror_flag" ||
22679 test ! -s conftest.err
22680 } && test -s conftest.$ac_objext; then
22681 ac_cv_member_struct_stat_st_blocks=yes
22682 else
22683 $as_echo "$as_me: failed program was:" >&5
22684 sed 's/^/| /' conftest.$ac_ext >&5
22686 ac_cv_member_struct_stat_st_blocks=no
22689 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22692 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22694 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_stat_st_blocks" >&5
22695 $as_echo "$ac_cv_member_struct_stat_st_blocks" >&6; }
22696 if test "x$ac_cv_member_struct_stat_st_blocks" = x""yes; then
22698 cat >>confdefs.h <<_ACEOF
22699 #define HAVE_STRUCT_STAT_ST_BLOCKS 1
22700 _ACEOF
22704 { $as_echo "$as_me:$LINENO: checking for struct stat.st_mtim" >&5
22705 $as_echo_n "checking for struct stat.st_mtim... " >&6; }
22706 if test "${ac_cv_member_struct_stat_st_mtim+set}" = set; then
22707 $as_echo_n "(cached) " >&6
22708 else
22709 cat >conftest.$ac_ext <<_ACEOF
22710 /* confdefs.h. */
22711 _ACEOF
22712 cat confdefs.h >>conftest.$ac_ext
22713 cat >>conftest.$ac_ext <<_ACEOF
22714 /* end confdefs.h. */
22715 $ac_includes_default
22717 main ()
22719 static struct stat ac_aggr;
22720 if (ac_aggr.st_mtim)
22721 return 0;
22723 return 0;
22725 _ACEOF
22726 rm -f conftest.$ac_objext
22727 if { (ac_try="$ac_compile"
22728 case "(($ac_try" in
22729 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22730 *) ac_try_echo=$ac_try;;
22731 esac
22732 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
22733 $as_echo "$ac_try_echo") >&5
22734 (eval "$ac_compile") 2>conftest.er1
22735 ac_status=$?
22736 grep -v '^ *+' conftest.er1 >conftest.err
22737 rm -f conftest.er1
22738 cat conftest.err >&5
22739 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
22740 (exit $ac_status); } && {
22741 test -z "$ac_c_werror_flag" ||
22742 test ! -s conftest.err
22743 } && test -s conftest.$ac_objext; then
22744 ac_cv_member_struct_stat_st_mtim=yes
22745 else
22746 $as_echo "$as_me: failed program was:" >&5
22747 sed 's/^/| /' conftest.$ac_ext >&5
22749 cat >conftest.$ac_ext <<_ACEOF
22750 /* confdefs.h. */
22751 _ACEOF
22752 cat confdefs.h >>conftest.$ac_ext
22753 cat >>conftest.$ac_ext <<_ACEOF
22754 /* end confdefs.h. */
22755 $ac_includes_default
22757 main ()
22759 static struct stat ac_aggr;
22760 if (sizeof ac_aggr.st_mtim)
22761 return 0;
22763 return 0;
22765 _ACEOF
22766 rm -f conftest.$ac_objext
22767 if { (ac_try="$ac_compile"
22768 case "(($ac_try" in
22769 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22770 *) ac_try_echo=$ac_try;;
22771 esac
22772 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
22773 $as_echo "$ac_try_echo") >&5
22774 (eval "$ac_compile") 2>conftest.er1
22775 ac_status=$?
22776 grep -v '^ *+' conftest.er1 >conftest.err
22777 rm -f conftest.er1
22778 cat conftest.err >&5
22779 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
22780 (exit $ac_status); } && {
22781 test -z "$ac_c_werror_flag" ||
22782 test ! -s conftest.err
22783 } && test -s conftest.$ac_objext; then
22784 ac_cv_member_struct_stat_st_mtim=yes
22785 else
22786 $as_echo "$as_me: failed program was:" >&5
22787 sed 's/^/| /' conftest.$ac_ext >&5
22789 ac_cv_member_struct_stat_st_mtim=no
22792 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22795 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22797 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_stat_st_mtim" >&5
22798 $as_echo "$ac_cv_member_struct_stat_st_mtim" >&6; }
22799 if test "x$ac_cv_member_struct_stat_st_mtim" = x""yes; then
22801 cat >>confdefs.h <<_ACEOF
22802 #define HAVE_STRUCT_STAT_ST_MTIM 1
22803 _ACEOF
22807 { $as_echo "$as_me:$LINENO: checking for struct stat.st_ctim" >&5
22808 $as_echo_n "checking for struct stat.st_ctim... " >&6; }
22809 if test "${ac_cv_member_struct_stat_st_ctim+set}" = set; then
22810 $as_echo_n "(cached) " >&6
22811 else
22812 cat >conftest.$ac_ext <<_ACEOF
22813 /* confdefs.h. */
22814 _ACEOF
22815 cat confdefs.h >>conftest.$ac_ext
22816 cat >>conftest.$ac_ext <<_ACEOF
22817 /* end confdefs.h. */
22818 $ac_includes_default
22820 main ()
22822 static struct stat ac_aggr;
22823 if (ac_aggr.st_ctim)
22824 return 0;
22826 return 0;
22828 _ACEOF
22829 rm -f conftest.$ac_objext
22830 if { (ac_try="$ac_compile"
22831 case "(($ac_try" in
22832 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22833 *) ac_try_echo=$ac_try;;
22834 esac
22835 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
22836 $as_echo "$ac_try_echo") >&5
22837 (eval "$ac_compile") 2>conftest.er1
22838 ac_status=$?
22839 grep -v '^ *+' conftest.er1 >conftest.err
22840 rm -f conftest.er1
22841 cat conftest.err >&5
22842 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
22843 (exit $ac_status); } && {
22844 test -z "$ac_c_werror_flag" ||
22845 test ! -s conftest.err
22846 } && test -s conftest.$ac_objext; then
22847 ac_cv_member_struct_stat_st_ctim=yes
22848 else
22849 $as_echo "$as_me: failed program was:" >&5
22850 sed 's/^/| /' conftest.$ac_ext >&5
22852 cat >conftest.$ac_ext <<_ACEOF
22853 /* confdefs.h. */
22854 _ACEOF
22855 cat confdefs.h >>conftest.$ac_ext
22856 cat >>conftest.$ac_ext <<_ACEOF
22857 /* end confdefs.h. */
22858 $ac_includes_default
22860 main ()
22862 static struct stat ac_aggr;
22863 if (sizeof ac_aggr.st_ctim)
22864 return 0;
22866 return 0;
22868 _ACEOF
22869 rm -f conftest.$ac_objext
22870 if { (ac_try="$ac_compile"
22871 case "(($ac_try" in
22872 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22873 *) ac_try_echo=$ac_try;;
22874 esac
22875 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
22876 $as_echo "$ac_try_echo") >&5
22877 (eval "$ac_compile") 2>conftest.er1
22878 ac_status=$?
22879 grep -v '^ *+' conftest.er1 >conftest.err
22880 rm -f conftest.er1
22881 cat conftest.err >&5
22882 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
22883 (exit $ac_status); } && {
22884 test -z "$ac_c_werror_flag" ||
22885 test ! -s conftest.err
22886 } && test -s conftest.$ac_objext; then
22887 ac_cv_member_struct_stat_st_ctim=yes
22888 else
22889 $as_echo "$as_me: failed program was:" >&5
22890 sed 's/^/| /' conftest.$ac_ext >&5
22892 ac_cv_member_struct_stat_st_ctim=no
22895 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22898 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22900 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_stat_st_ctim" >&5
22901 $as_echo "$ac_cv_member_struct_stat_st_ctim" >&6; }
22902 if test "x$ac_cv_member_struct_stat_st_ctim" = x""yes; then
22904 cat >>confdefs.h <<_ACEOF
22905 #define HAVE_STRUCT_STAT_ST_CTIM 1
22906 _ACEOF
22910 { $as_echo "$as_me:$LINENO: checking for struct stat.st_atim" >&5
22911 $as_echo_n "checking for struct stat.st_atim... " >&6; }
22912 if test "${ac_cv_member_struct_stat_st_atim+set}" = set; then
22913 $as_echo_n "(cached) " >&6
22914 else
22915 cat >conftest.$ac_ext <<_ACEOF
22916 /* confdefs.h. */
22917 _ACEOF
22918 cat confdefs.h >>conftest.$ac_ext
22919 cat >>conftest.$ac_ext <<_ACEOF
22920 /* end confdefs.h. */
22921 $ac_includes_default
22923 main ()
22925 static struct stat ac_aggr;
22926 if (ac_aggr.st_atim)
22927 return 0;
22929 return 0;
22931 _ACEOF
22932 rm -f conftest.$ac_objext
22933 if { (ac_try="$ac_compile"
22934 case "(($ac_try" in
22935 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22936 *) ac_try_echo=$ac_try;;
22937 esac
22938 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
22939 $as_echo "$ac_try_echo") >&5
22940 (eval "$ac_compile") 2>conftest.er1
22941 ac_status=$?
22942 grep -v '^ *+' conftest.er1 >conftest.err
22943 rm -f conftest.er1
22944 cat conftest.err >&5
22945 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
22946 (exit $ac_status); } && {
22947 test -z "$ac_c_werror_flag" ||
22948 test ! -s conftest.err
22949 } && test -s conftest.$ac_objext; then
22950 ac_cv_member_struct_stat_st_atim=yes
22951 else
22952 $as_echo "$as_me: failed program was:" >&5
22953 sed 's/^/| /' conftest.$ac_ext >&5
22955 cat >conftest.$ac_ext <<_ACEOF
22956 /* confdefs.h. */
22957 _ACEOF
22958 cat confdefs.h >>conftest.$ac_ext
22959 cat >>conftest.$ac_ext <<_ACEOF
22960 /* end confdefs.h. */
22961 $ac_includes_default
22963 main ()
22965 static struct stat ac_aggr;
22966 if (sizeof ac_aggr.st_atim)
22967 return 0;
22969 return 0;
22971 _ACEOF
22972 rm -f conftest.$ac_objext
22973 if { (ac_try="$ac_compile"
22974 case "(($ac_try" in
22975 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22976 *) ac_try_echo=$ac_try;;
22977 esac
22978 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
22979 $as_echo "$ac_try_echo") >&5
22980 (eval "$ac_compile") 2>conftest.er1
22981 ac_status=$?
22982 grep -v '^ *+' conftest.er1 >conftest.err
22983 rm -f conftest.er1
22984 cat conftest.err >&5
22985 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
22986 (exit $ac_status); } && {
22987 test -z "$ac_c_werror_flag" ||
22988 test ! -s conftest.err
22989 } && test -s conftest.$ac_objext; then
22990 ac_cv_member_struct_stat_st_atim=yes
22991 else
22992 $as_echo "$as_me: failed program was:" >&5
22993 sed 's/^/| /' conftest.$ac_ext >&5
22995 ac_cv_member_struct_stat_st_atim=no
22998 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
23001 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
23003 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_stat_st_atim" >&5
23004 $as_echo "$ac_cv_member_struct_stat_st_atim" >&6; }
23005 if test "x$ac_cv_member_struct_stat_st_atim" = x""yes; then
23007 cat >>confdefs.h <<_ACEOF
23008 #define HAVE_STRUCT_STAT_ST_ATIM 1
23009 _ACEOF
23015 { $as_echo "$as_me:$LINENO: checking for struct sockaddr_in6.sin6_scope_id" >&5
23016 $as_echo_n "checking for struct sockaddr_in6.sin6_scope_id... " >&6; }
23017 if test "${ac_cv_member_struct_sockaddr_in6_sin6_scope_id+set}" = set; then
23018 $as_echo_n "(cached) " >&6
23019 else
23020 cat >conftest.$ac_ext <<_ACEOF
23021 /* confdefs.h. */
23022 _ACEOF
23023 cat confdefs.h >>conftest.$ac_ext
23024 cat >>conftest.$ac_ext <<_ACEOF
23025 /* end confdefs.h. */
23026 #ifdef HAVE_SYS_TYPES_H
23027 #include <sys/types.h>
23028 #endif
23029 #ifdef HAVE_NETINET_IN_H
23030 #include <netinet/in.h>
23031 #endif
23034 main ()
23036 static struct sockaddr_in6 ac_aggr;
23037 if (ac_aggr.sin6_scope_id)
23038 return 0;
23040 return 0;
23042 _ACEOF
23043 rm -f conftest.$ac_objext
23044 if { (ac_try="$ac_compile"
23045 case "(($ac_try" in
23046 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23047 *) ac_try_echo=$ac_try;;
23048 esac
23049 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
23050 $as_echo "$ac_try_echo") >&5
23051 (eval "$ac_compile") 2>conftest.er1
23052 ac_status=$?
23053 grep -v '^ *+' conftest.er1 >conftest.err
23054 rm -f conftest.er1
23055 cat conftest.err >&5
23056 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
23057 (exit $ac_status); } && {
23058 test -z "$ac_c_werror_flag" ||
23059 test ! -s conftest.err
23060 } && test -s conftest.$ac_objext; then
23061 ac_cv_member_struct_sockaddr_in6_sin6_scope_id=yes
23062 else
23063 $as_echo "$as_me: failed program was:" >&5
23064 sed 's/^/| /' conftest.$ac_ext >&5
23066 cat >conftest.$ac_ext <<_ACEOF
23067 /* confdefs.h. */
23068 _ACEOF
23069 cat confdefs.h >>conftest.$ac_ext
23070 cat >>conftest.$ac_ext <<_ACEOF
23071 /* end confdefs.h. */
23072 #ifdef HAVE_SYS_TYPES_H
23073 #include <sys/types.h>
23074 #endif
23075 #ifdef HAVE_NETINET_IN_H
23076 #include <netinet/in.h>
23077 #endif
23080 main ()
23082 static struct sockaddr_in6 ac_aggr;
23083 if (sizeof ac_aggr.sin6_scope_id)
23084 return 0;
23086 return 0;
23088 _ACEOF
23089 rm -f conftest.$ac_objext
23090 if { (ac_try="$ac_compile"
23091 case "(($ac_try" in
23092 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23093 *) ac_try_echo=$ac_try;;
23094 esac
23095 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
23096 $as_echo "$ac_try_echo") >&5
23097 (eval "$ac_compile") 2>conftest.er1
23098 ac_status=$?
23099 grep -v '^ *+' conftest.er1 >conftest.err
23100 rm -f conftest.er1
23101 cat conftest.err >&5
23102 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
23103 (exit $ac_status); } && {
23104 test -z "$ac_c_werror_flag" ||
23105 test ! -s conftest.err
23106 } && test -s conftest.$ac_objext; then
23107 ac_cv_member_struct_sockaddr_in6_sin6_scope_id=yes
23108 else
23109 $as_echo "$as_me: failed program was:" >&5
23110 sed 's/^/| /' conftest.$ac_ext >&5
23112 ac_cv_member_struct_sockaddr_in6_sin6_scope_id=no
23115 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
23118 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
23120 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_sockaddr_in6_sin6_scope_id" >&5
23121 $as_echo "$ac_cv_member_struct_sockaddr_in6_sin6_scope_id" >&6; }
23122 if test "x$ac_cv_member_struct_sockaddr_in6_sin6_scope_id" = x""yes; then
23124 cat >>confdefs.h <<_ACEOF
23125 #define HAVE_STRUCT_SOCKADDR_IN6_SIN6_SCOPE_ID 1
23126 _ACEOF
23132 { $as_echo "$as_me:$LINENO: checking for ns_msg._msg_ptr" >&5
23133 $as_echo_n "checking for ns_msg._msg_ptr... " >&6; }
23134 if test "${ac_cv_member_ns_msg__msg_ptr+set}" = set; then
23135 $as_echo_n "(cached) " >&6
23136 else
23137 cat >conftest.$ac_ext <<_ACEOF
23138 /* confdefs.h. */
23139 _ACEOF
23140 cat confdefs.h >>conftest.$ac_ext
23141 cat >>conftest.$ac_ext <<_ACEOF
23142 /* end confdefs.h. */
23143 #ifdef HAVE_SYS_TYPES_H
23144 #include <sys/types.h>
23145 #endif
23146 #ifdef HAVE_NETINET_IN_H
23147 # include <netinet/in.h>
23148 #endif
23149 #ifdef HAVE_ARPA_NAMESER_H
23150 # include <arpa/nameser.h>
23151 #endif
23154 main ()
23156 static ns_msg ac_aggr;
23157 if (ac_aggr._msg_ptr)
23158 return 0;
23160 return 0;
23162 _ACEOF
23163 rm -f conftest.$ac_objext
23164 if { (ac_try="$ac_compile"
23165 case "(($ac_try" in
23166 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23167 *) ac_try_echo=$ac_try;;
23168 esac
23169 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
23170 $as_echo "$ac_try_echo") >&5
23171 (eval "$ac_compile") 2>conftest.er1
23172 ac_status=$?
23173 grep -v '^ *+' conftest.er1 >conftest.err
23174 rm -f conftest.er1
23175 cat conftest.err >&5
23176 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
23177 (exit $ac_status); } && {
23178 test -z "$ac_c_werror_flag" ||
23179 test ! -s conftest.err
23180 } && test -s conftest.$ac_objext; then
23181 ac_cv_member_ns_msg__msg_ptr=yes
23182 else
23183 $as_echo "$as_me: failed program was:" >&5
23184 sed 's/^/| /' conftest.$ac_ext >&5
23186 cat >conftest.$ac_ext <<_ACEOF
23187 /* confdefs.h. */
23188 _ACEOF
23189 cat confdefs.h >>conftest.$ac_ext
23190 cat >>conftest.$ac_ext <<_ACEOF
23191 /* end confdefs.h. */
23192 #ifdef HAVE_SYS_TYPES_H
23193 #include <sys/types.h>
23194 #endif
23195 #ifdef HAVE_NETINET_IN_H
23196 # include <netinet/in.h>
23197 #endif
23198 #ifdef HAVE_ARPA_NAMESER_H
23199 # include <arpa/nameser.h>
23200 #endif
23203 main ()
23205 static ns_msg ac_aggr;
23206 if (sizeof ac_aggr._msg_ptr)
23207 return 0;
23209 return 0;
23211 _ACEOF
23212 rm -f conftest.$ac_objext
23213 if { (ac_try="$ac_compile"
23214 case "(($ac_try" in
23215 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23216 *) ac_try_echo=$ac_try;;
23217 esac
23218 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
23219 $as_echo "$ac_try_echo") >&5
23220 (eval "$ac_compile") 2>conftest.er1
23221 ac_status=$?
23222 grep -v '^ *+' conftest.er1 >conftest.err
23223 rm -f conftest.er1
23224 cat conftest.err >&5
23225 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
23226 (exit $ac_status); } && {
23227 test -z "$ac_c_werror_flag" ||
23228 test ! -s conftest.err
23229 } && test -s conftest.$ac_objext; then
23230 ac_cv_member_ns_msg__msg_ptr=yes
23231 else
23232 $as_echo "$as_me: failed program was:" >&5
23233 sed 's/^/| /' conftest.$ac_ext >&5
23235 ac_cv_member_ns_msg__msg_ptr=no
23238 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
23241 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
23243 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_ns_msg__msg_ptr" >&5
23244 $as_echo "$ac_cv_member_ns_msg__msg_ptr" >&6; }
23245 if test "x$ac_cv_member_ns_msg__msg_ptr" = x""yes; then
23247 cat >>confdefs.h <<_ACEOF
23248 #define HAVE_NS_MSG__MSG_PTR 1
23249 _ACEOF
23255 { $as_echo "$as_me:$LINENO: checking for timezone variable" >&5
23256 $as_echo_n "checking for timezone variable... " >&6; }
23257 if test "${ac_cv_have_timezone+set}" = set; then
23258 $as_echo_n "(cached) " >&6
23259 else
23260 cat >conftest.$ac_ext <<_ACEOF
23261 /* confdefs.h. */
23262 _ACEOF
23263 cat confdefs.h >>conftest.$ac_ext
23264 cat >>conftest.$ac_ext <<_ACEOF
23265 /* end confdefs.h. */
23266 #include <time.h>
23268 main ()
23270 timezone = 1
23272 return 0;
23274 _ACEOF
23275 rm -f conftest.$ac_objext conftest$ac_exeext
23276 if { (ac_try="$ac_link"
23277 case "(($ac_try" in
23278 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23279 *) ac_try_echo=$ac_try;;
23280 esac
23281 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
23282 $as_echo "$ac_try_echo") >&5
23283 (eval "$ac_link") 2>conftest.er1
23284 ac_status=$?
23285 grep -v '^ *+' conftest.er1 >conftest.err
23286 rm -f conftest.er1
23287 cat conftest.err >&5
23288 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
23289 (exit $ac_status); } && {
23290 test -z "$ac_c_werror_flag" ||
23291 test ! -s conftest.err
23292 } && test -s conftest$ac_exeext && {
23293 test "$cross_compiling" = yes ||
23294 $as_test_x conftest$ac_exeext
23295 }; then
23296 ac_cv_have_timezone="yes"
23297 else
23298 $as_echo "$as_me: failed program was:" >&5
23299 sed 's/^/| /' conftest.$ac_ext >&5
23301 ac_cv_have_timezone="no"
23304 rm -rf conftest.dSYM
23305 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
23306 conftest$ac_exeext conftest.$ac_ext
23308 { $as_echo "$as_me:$LINENO: result: $ac_cv_have_timezone" >&5
23309 $as_echo "$ac_cv_have_timezone" >&6; }
23310 if test "$ac_cv_have_timezone" = "yes"
23311 then
23313 cat >>confdefs.h <<\_ACEOF
23314 #define HAVE_TIMEZONE 1
23315 _ACEOF
23318 { $as_echo "$as_me:$LINENO: checking for daylight variable" >&5
23319 $as_echo_n "checking for daylight variable... " >&6; }
23320 if test "${ac_cv_have_daylight+set}" = set; then
23321 $as_echo_n "(cached) " >&6
23322 else
23323 cat >conftest.$ac_ext <<_ACEOF
23324 /* confdefs.h. */
23325 _ACEOF
23326 cat confdefs.h >>conftest.$ac_ext
23327 cat >>conftest.$ac_ext <<_ACEOF
23328 /* end confdefs.h. */
23329 #include <time.h>
23331 main ()
23333 daylight = 1
23335 return 0;
23337 _ACEOF
23338 rm -f conftest.$ac_objext conftest$ac_exeext
23339 if { (ac_try="$ac_link"
23340 case "(($ac_try" in
23341 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23342 *) ac_try_echo=$ac_try;;
23343 esac
23344 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
23345 $as_echo "$ac_try_echo") >&5
23346 (eval "$ac_link") 2>conftest.er1
23347 ac_status=$?
23348 grep -v '^ *+' conftest.er1 >conftest.err
23349 rm -f conftest.er1
23350 cat conftest.err >&5
23351 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
23352 (exit $ac_status); } && {
23353 test -z "$ac_c_werror_flag" ||
23354 test ! -s conftest.err
23355 } && test -s conftest$ac_exeext && {
23356 test "$cross_compiling" = yes ||
23357 $as_test_x conftest$ac_exeext
23358 }; then
23359 ac_cv_have_daylight="yes"
23360 else
23361 $as_echo "$as_me: failed program was:" >&5
23362 sed 's/^/| /' conftest.$ac_ext >&5
23364 ac_cv_have_daylight="no"
23367 rm -rf conftest.dSYM
23368 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
23369 conftest$ac_exeext conftest.$ac_ext
23371 { $as_echo "$as_me:$LINENO: result: $ac_cv_have_daylight" >&5
23372 $as_echo "$ac_cv_have_daylight" >&6; }
23373 if test "$ac_cv_have_daylight" = "yes"
23374 then
23376 cat >>confdefs.h <<\_ACEOF
23377 #define HAVE_DAYLIGHT 1
23378 _ACEOF
23382 { $as_echo "$as_me:$LINENO: checking for isinf" >&5
23383 $as_echo_n "checking for isinf... " >&6; }
23384 if test "${ac_cv_have_isinf+set}" = set; then
23385 $as_echo_n "(cached) " >&6
23386 else
23387 cat >conftest.$ac_ext <<_ACEOF
23388 /* confdefs.h. */
23389 _ACEOF
23390 cat confdefs.h >>conftest.$ac_ext
23391 cat >>conftest.$ac_ext <<_ACEOF
23392 /* end confdefs.h. */
23393 #include <math.h>
23395 main ()
23397 float f = 0.0; int i=isinf(f)
23399 return 0;
23401 _ACEOF
23402 rm -f conftest.$ac_objext conftest$ac_exeext
23403 if { (ac_try="$ac_link"
23404 case "(($ac_try" in
23405 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23406 *) ac_try_echo=$ac_try;;
23407 esac
23408 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
23409 $as_echo "$ac_try_echo") >&5
23410 (eval "$ac_link") 2>conftest.er1
23411 ac_status=$?
23412 grep -v '^ *+' conftest.er1 >conftest.err
23413 rm -f conftest.er1
23414 cat conftest.err >&5
23415 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
23416 (exit $ac_status); } && {
23417 test -z "$ac_c_werror_flag" ||
23418 test ! -s conftest.err
23419 } && test -s conftest$ac_exeext && {
23420 test "$cross_compiling" = yes ||
23421 $as_test_x conftest$ac_exeext
23422 }; then
23423 ac_cv_have_isinf="yes"
23424 else
23425 $as_echo "$as_me: failed program was:" >&5
23426 sed 's/^/| /' conftest.$ac_ext >&5
23428 ac_cv_have_isinf="no"
23431 rm -rf conftest.dSYM
23432 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
23433 conftest$ac_exeext conftest.$ac_ext
23435 { $as_echo "$as_me:$LINENO: result: $ac_cv_have_isinf" >&5
23436 $as_echo "$ac_cv_have_isinf" >&6; }
23437 if test "$ac_cv_have_isinf" = "yes"
23438 then
23440 cat >>confdefs.h <<\_ACEOF
23441 #define HAVE_ISINF 1
23442 _ACEOF
23446 { $as_echo "$as_me:$LINENO: checking for isnan" >&5
23447 $as_echo_n "checking for isnan... " >&6; }
23448 if test "${ac_cv_have_isnan+set}" = set; then
23449 $as_echo_n "(cached) " >&6
23450 else
23451 cat >conftest.$ac_ext <<_ACEOF
23452 /* confdefs.h. */
23453 _ACEOF
23454 cat confdefs.h >>conftest.$ac_ext
23455 cat >>conftest.$ac_ext <<_ACEOF
23456 /* end confdefs.h. */
23457 #include <math.h>
23459 main ()
23461 float f = 0.0; int i=isnan(f)
23463 return 0;
23465 _ACEOF
23466 rm -f conftest.$ac_objext conftest$ac_exeext
23467 if { (ac_try="$ac_link"
23468 case "(($ac_try" in
23469 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23470 *) ac_try_echo=$ac_try;;
23471 esac
23472 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
23473 $as_echo "$ac_try_echo") >&5
23474 (eval "$ac_link") 2>conftest.er1
23475 ac_status=$?
23476 grep -v '^ *+' conftest.er1 >conftest.err
23477 rm -f conftest.er1
23478 cat conftest.err >&5
23479 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
23480 (exit $ac_status); } && {
23481 test -z "$ac_c_werror_flag" ||
23482 test ! -s conftest.err
23483 } && test -s conftest$ac_exeext && {
23484 test "$cross_compiling" = yes ||
23485 $as_test_x conftest$ac_exeext
23486 }; then
23487 ac_cv_have_isnan="yes"
23488 else
23489 $as_echo "$as_me: failed program was:" >&5
23490 sed 's/^/| /' conftest.$ac_ext >&5
23492 ac_cv_have_isnan="no"
23495 rm -rf conftest.dSYM
23496 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
23497 conftest$ac_exeext conftest.$ac_ext
23499 { $as_echo "$as_me:$LINENO: result: $ac_cv_have_isnan" >&5
23500 $as_echo "$ac_cv_have_isnan" >&6; }
23501 if test "$ac_cv_have_isnan" = "yes"
23502 then
23504 cat >>confdefs.h <<\_ACEOF
23505 #define HAVE_ISNAN 1
23506 _ACEOF
23511 case $host_cpu in
23512 *i[3456789]86*) { $as_echo "$as_me:$LINENO: checking whether we need to define __i386__" >&5
23513 $as_echo_n "checking whether we need to define __i386__... " >&6; }
23514 if test "${ac_cv_cpp_def___i386__+set}" = set; then
23515 $as_echo_n "(cached) " >&6
23516 else
23517 cat >conftest.$ac_ext <<_ACEOF
23518 /* confdefs.h. */
23519 _ACEOF
23520 cat confdefs.h >>conftest.$ac_ext
23521 cat >>conftest.$ac_ext <<_ACEOF
23522 /* end confdefs.h. */
23523 #ifndef __i386__
23525 #endif
23526 _ACEOF
23527 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
23528 $EGREP "yes" >/dev/null 2>&1; then
23529 ac_cv_cpp_def___i386__=yes
23530 else
23531 ac_cv_cpp_def___i386__=no
23533 rm -f conftest*
23536 { $as_echo "$as_me:$LINENO: result: $ac_cv_cpp_def___i386__" >&5
23537 $as_echo "$ac_cv_cpp_def___i386__" >&6; }
23538 if test $ac_cv_cpp_def___i386__ = yes; then
23539 CFLAGS="$CFLAGS -D__i386__"
23540 LINTFLAGS="$LINTFLAGS -D__i386__"
23543 *x86_64*) { $as_echo "$as_me:$LINENO: checking whether we need to define __x86_64__" >&5
23544 $as_echo_n "checking whether we need to define __x86_64__... " >&6; }
23545 if test "${ac_cv_cpp_def___x86_64__+set}" = set; then
23546 $as_echo_n "(cached) " >&6
23547 else
23548 cat >conftest.$ac_ext <<_ACEOF
23549 /* confdefs.h. */
23550 _ACEOF
23551 cat confdefs.h >>conftest.$ac_ext
23552 cat >>conftest.$ac_ext <<_ACEOF
23553 /* end confdefs.h. */
23554 #ifndef __x86_64__
23556 #endif
23557 _ACEOF
23558 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
23559 $EGREP "yes" >/dev/null 2>&1; then
23560 ac_cv_cpp_def___x86_64__=yes
23561 else
23562 ac_cv_cpp_def___x86_64__=no
23564 rm -f conftest*
23567 { $as_echo "$as_me:$LINENO: result: $ac_cv_cpp_def___x86_64__" >&5
23568 $as_echo "$ac_cv_cpp_def___x86_64__" >&6; }
23569 if test $ac_cv_cpp_def___x86_64__ = yes; then
23570 CFLAGS="$CFLAGS -D__x86_64__"
23571 LINTFLAGS="$LINTFLAGS -D__x86_64__"
23574 *alpha*) { $as_echo "$as_me:$LINENO: checking whether we need to define __ALPHA__" >&5
23575 $as_echo_n "checking whether we need to define __ALPHA__... " >&6; }
23576 if test "${ac_cv_cpp_def___ALPHA__+set}" = set; then
23577 $as_echo_n "(cached) " >&6
23578 else
23579 cat >conftest.$ac_ext <<_ACEOF
23580 /* confdefs.h. */
23581 _ACEOF
23582 cat confdefs.h >>conftest.$ac_ext
23583 cat >>conftest.$ac_ext <<_ACEOF
23584 /* end confdefs.h. */
23585 #ifndef __ALPHA__
23587 #endif
23588 _ACEOF
23589 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
23590 $EGREP "yes" >/dev/null 2>&1; then
23591 ac_cv_cpp_def___ALPHA__=yes
23592 else
23593 ac_cv_cpp_def___ALPHA__=no
23595 rm -f conftest*
23598 { $as_echo "$as_me:$LINENO: result: $ac_cv_cpp_def___ALPHA__" >&5
23599 $as_echo "$ac_cv_cpp_def___ALPHA__" >&6; }
23600 if test $ac_cv_cpp_def___ALPHA__ = yes; then
23601 CFLAGS="$CFLAGS -D__ALPHA__"
23602 LINTFLAGS="$LINTFLAGS -D__ALPHA__"
23605 *sparc*) { $as_echo "$as_me:$LINENO: checking whether we need to define __sparc__" >&5
23606 $as_echo_n "checking whether we need to define __sparc__... " >&6; }
23607 if test "${ac_cv_cpp_def___sparc__+set}" = set; then
23608 $as_echo_n "(cached) " >&6
23609 else
23610 cat >conftest.$ac_ext <<_ACEOF
23611 /* confdefs.h. */
23612 _ACEOF
23613 cat confdefs.h >>conftest.$ac_ext
23614 cat >>conftest.$ac_ext <<_ACEOF
23615 /* end confdefs.h. */
23616 #ifndef __sparc__
23618 #endif
23619 _ACEOF
23620 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
23621 $EGREP "yes" >/dev/null 2>&1; then
23622 ac_cv_cpp_def___sparc__=yes
23623 else
23624 ac_cv_cpp_def___sparc__=no
23626 rm -f conftest*
23629 { $as_echo "$as_me:$LINENO: result: $ac_cv_cpp_def___sparc__" >&5
23630 $as_echo "$ac_cv_cpp_def___sparc__" >&6; }
23631 if test $ac_cv_cpp_def___sparc__ = yes; then
23632 CFLAGS="$CFLAGS -D__sparc__"
23633 LINTFLAGS="$LINTFLAGS -D__sparc__"
23636 *powerpc*) { $as_echo "$as_me:$LINENO: checking whether we need to define __powerpc__" >&5
23637 $as_echo_n "checking whether we need to define __powerpc__... " >&6; }
23638 if test "${ac_cv_cpp_def___powerpc__+set}" = set; then
23639 $as_echo_n "(cached) " >&6
23640 else
23641 cat >conftest.$ac_ext <<_ACEOF
23642 /* confdefs.h. */
23643 _ACEOF
23644 cat confdefs.h >>conftest.$ac_ext
23645 cat >>conftest.$ac_ext <<_ACEOF
23646 /* end confdefs.h. */
23647 #ifndef __powerpc__
23649 #endif
23650 _ACEOF
23651 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
23652 $EGREP "yes" >/dev/null 2>&1; then
23653 ac_cv_cpp_def___powerpc__=yes
23654 else
23655 ac_cv_cpp_def___powerpc__=no
23657 rm -f conftest*
23660 { $as_echo "$as_me:$LINENO: result: $ac_cv_cpp_def___powerpc__" >&5
23661 $as_echo "$ac_cv_cpp_def___powerpc__" >&6; }
23662 if test $ac_cv_cpp_def___powerpc__ = yes; then
23663 CFLAGS="$CFLAGS -D__powerpc__"
23664 LINTFLAGS="$LINTFLAGS -D__powerpc__"
23667 esac
23669 case $host_vendor in
23670 *sun*) { $as_echo "$as_me:$LINENO: checking whether we need to define __sun__" >&5
23671 $as_echo_n "checking whether we need to define __sun__... " >&6; }
23672 if test "${ac_cv_cpp_def___sun__+set}" = set; then
23673 $as_echo_n "(cached) " >&6
23674 else
23675 cat >conftest.$ac_ext <<_ACEOF
23676 /* confdefs.h. */
23677 _ACEOF
23678 cat confdefs.h >>conftest.$ac_ext
23679 cat >>conftest.$ac_ext <<_ACEOF
23680 /* end confdefs.h. */
23681 #ifndef __sun__
23683 #endif
23684 _ACEOF
23685 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
23686 $EGREP "yes" >/dev/null 2>&1; then
23687 ac_cv_cpp_def___sun__=yes
23688 else
23689 ac_cv_cpp_def___sun__=no
23691 rm -f conftest*
23694 { $as_echo "$as_me:$LINENO: result: $ac_cv_cpp_def___sun__" >&5
23695 $as_echo "$ac_cv_cpp_def___sun__" >&6; }
23696 if test $ac_cv_cpp_def___sun__ = yes; then
23697 CFLAGS="$CFLAGS -D__sun__"
23698 LINTFLAGS="$LINTFLAGS -D__sun__"
23701 esac
23704 DEPENDENCIES="### Dependencies:
23706 .INIT: Makefile
23707 .BEGIN: Makefile
23708 Makefile: dummy
23709 -\$(MAKEDEP) -C\$(SRCDIR) -S\$(TOPSRCDIR) -T\$(TOPOBJDIR) \$(EXTRAINCL) \$(DEPEND_SRCS)
23711 \$(OBJS): \$(IDL_GEN_HEADERS)
23712 \$(IDL_GEN_C_SRCS:.c=.o): \$(IDL_GEN_C_SRCS)
23713 \$(RC_SRCS:.rc=.res): \$(IDL_TLB_SRCS:.idl=.tlb)
23714 \$(LEX_SRCS:.l=.yy.o): \$(LEX_SRCS:.l=.yy.c)
23715 \$(BISON_SRCS:.y=.tab.o): \$(BISON_SRCS:.y=.tab.c)"
23718 ALL_MAKERULES=""
23720 ALL_MAKEFILES=""
23722 ALL_MAKEFILE_DEPENDS="# Makefile dependencies"
23725 ALL_TOP_DIRS=""
23727 ALL_DLL_DIRS=""
23729 ALL_IMPLIB_DIRS=""
23731 ALL_TEST_DIRS=""
23733 ALL_PROGRAM_DIRS=""
23735 ALL_PROGRAM_INSTALL_DIRS=""
23737 ALL_PROGRAM_BIN_INSTALL_DIRS=""
23743 ac_config_commands="$ac_config_commands include/stamp-h"
23746 ac_config_commands="$ac_config_commands dlls/gdi32/enhmfdrv"
23748 ac_config_commands="$ac_config_commands dlls/gdi32/mfdrv"
23750 ac_config_commands="$ac_config_commands dlls/kernel32/nls"
23752 ac_config_commands="$ac_config_commands dlls/user32/resources"
23754 ac_config_commands="$ac_config_commands dlls/wineps.drv/data"
23756 ac_config_commands="$ac_config_commands include/wine"
23759 ALL_MAKERULES="$ALL_MAKERULES \\
23760 Make.rules"
23761 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23762 Make.rules: Make.rules.in"
23763 MAKE_RULES=Make.rules
23764 ac_config_files="$ac_config_files Make.rules"
23766 ALL_MAKERULES="$ALL_MAKERULES \\
23767 dlls/Makedll.rules"
23768 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23769 dlls/Makedll.rules: dlls/Makedll.rules.in Make.rules"
23770 MAKE_DLL_RULES=dlls/Makedll.rules
23771 ac_config_files="$ac_config_files dlls/Makedll.rules"
23773 ALL_MAKERULES="$ALL_MAKERULES \\
23774 dlls/Makeimplib.rules"
23775 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23776 dlls/Makeimplib.rules: dlls/Makeimplib.rules.in Make.rules"
23777 MAKE_IMPLIB_RULES=dlls/Makeimplib.rules
23778 ac_config_files="$ac_config_files dlls/Makeimplib.rules"
23780 ALL_MAKERULES="$ALL_MAKERULES \\
23781 dlls/Maketest.rules"
23782 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23783 dlls/Maketest.rules: dlls/Maketest.rules.in Make.rules"
23784 MAKE_TEST_RULES=dlls/Maketest.rules
23785 ac_config_files="$ac_config_files dlls/Maketest.rules"
23787 ALL_MAKERULES="$ALL_MAKERULES \\
23788 programs/Makeprog.rules"
23789 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23790 programs/Makeprog.rules: programs/Makeprog.rules.in Make.rules"
23791 MAKE_PROG_RULES=programs/Makeprog.rules
23792 ac_config_files="$ac_config_files programs/Makeprog.rules"
23797 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23798 Makefile: Makefile.in Make.rules"
23799 ac_config_files="$ac_config_files Makefile"
23801 ALL_MAKEFILES="$ALL_MAKEFILES \\
23802 dlls/Makefile"
23803 test "x$enable_dlls" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
23804 dlls"
23805 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23806 dlls/Makefile: dlls/Makefile.in Make.rules"
23807 ac_config_files="$ac_config_files dlls/Makefile"
23809 ALL_MAKEFILES="$ALL_MAKEFILES \\
23810 dlls/acledit/Makefile"
23811 test "x$enable_acledit" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23812 acledit"
23813 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23814 dlls/acledit/Makefile: dlls/acledit/Makefile.in dlls/Makedll.rules"
23815 ac_config_files="$ac_config_files dlls/acledit/Makefile"
23817 ALL_MAKEFILES="$ALL_MAKEFILES \\
23818 dlls/activeds/Makefile"
23819 test "x$enable_activeds" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23820 activeds"
23821 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23822 dlls/activeds/Makefile: dlls/activeds/Makefile.in dlls/Makedll.rules"
23823 ac_config_files="$ac_config_files dlls/activeds/Makefile"
23825 ALL_MAKEFILES="$ALL_MAKEFILES \\
23826 dlls/actxprxy/Makefile"
23827 test "x$enable_actxprxy" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23828 actxprxy"
23829 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23830 dlls/actxprxy/Makefile: dlls/actxprxy/Makefile.in dlls/Makedll.rules"
23831 ac_config_files="$ac_config_files dlls/actxprxy/Makefile"
23833 ALL_MAKEFILES="$ALL_MAKEFILES \\
23834 dlls/adsiid/Makefile"
23835 test "x$enable_adsiid" != xno && ALL_IMPLIB_DIRS="$ALL_IMPLIB_DIRS \\
23836 adsiid"
23837 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23838 dlls/adsiid/Makefile: dlls/adsiid/Makefile.in dlls/Makeimplib.rules"
23839 ac_config_files="$ac_config_files dlls/adsiid/Makefile"
23841 ALL_MAKEFILES="$ALL_MAKEFILES \\
23842 dlls/advapi32/Makefile"
23843 test "x$enable_advapi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23844 advapi32"
23845 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23846 dlls/advapi32/Makefile: dlls/advapi32/Makefile.in dlls/Makedll.rules"
23847 ac_config_files="$ac_config_files dlls/advapi32/Makefile"
23849 ALL_MAKEFILES="$ALL_MAKEFILES \\
23850 dlls/advapi32/tests/Makefile"
23851 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23852 advapi32/tests"
23853 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23854 dlls/advapi32/tests/Makefile: dlls/advapi32/tests/Makefile.in dlls/Maketest.rules"
23855 ac_config_files="$ac_config_files dlls/advapi32/tests/Makefile"
23857 ALL_MAKEFILES="$ALL_MAKEFILES \\
23858 dlls/advpack/Makefile"
23859 test "x$enable_advpack" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23860 advpack"
23861 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23862 dlls/advpack/Makefile: dlls/advpack/Makefile.in dlls/Makedll.rules"
23863 ac_config_files="$ac_config_files dlls/advpack/Makefile"
23865 ALL_MAKEFILES="$ALL_MAKEFILES \\
23866 dlls/advpack/tests/Makefile"
23867 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23868 advpack/tests"
23869 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23870 dlls/advpack/tests/Makefile: dlls/advpack/tests/Makefile.in dlls/Maketest.rules"
23871 ac_config_files="$ac_config_files dlls/advpack/tests/Makefile"
23873 ALL_MAKEFILES="$ALL_MAKEFILES \\
23874 dlls/amstream/Makefile"
23875 test "x$enable_amstream" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23876 amstream"
23877 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23878 dlls/amstream/Makefile: dlls/amstream/Makefile.in dlls/Makedll.rules"
23879 ac_config_files="$ac_config_files dlls/amstream/Makefile"
23881 ALL_MAKEFILES="$ALL_MAKEFILES \\
23882 dlls/appwiz.cpl/Makefile"
23883 test "x$enable_appwiz_cpl" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23884 appwiz.cpl"
23885 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23886 dlls/appwiz.cpl/Makefile: dlls/appwiz.cpl/Makefile.in dlls/Makedll.rules"
23887 ac_config_files="$ac_config_files dlls/appwiz.cpl/Makefile"
23889 ALL_MAKEFILES="$ALL_MAKEFILES \\
23890 dlls/atl/Makefile"
23891 test "x$enable_atl" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23892 atl"
23893 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23894 dlls/atl/Makefile: dlls/atl/Makefile.in dlls/Makedll.rules"
23895 ac_config_files="$ac_config_files dlls/atl/Makefile"
23897 ALL_MAKEFILES="$ALL_MAKEFILES \\
23898 dlls/avicap32/Makefile"
23899 test "x$enable_avicap32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23900 avicap32"
23901 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23902 dlls/avicap32/Makefile: dlls/avicap32/Makefile.in dlls/Makedll.rules"
23903 ac_config_files="$ac_config_files dlls/avicap32/Makefile"
23905 ALL_MAKEFILES="$ALL_MAKEFILES \\
23906 dlls/avifil32/Makefile"
23907 test "x$enable_avifil32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23908 avifil32"
23909 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23910 dlls/avifil32/Makefile: dlls/avifil32/Makefile.in dlls/Makedll.rules"
23911 ac_config_files="$ac_config_files dlls/avifil32/Makefile"
23913 ALL_MAKEFILES="$ALL_MAKEFILES \\
23914 dlls/browseui/Makefile"
23915 test "x$enable_browseui" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23916 browseui"
23917 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23918 dlls/browseui/Makefile: dlls/browseui/Makefile.in dlls/Makedll.rules"
23919 ac_config_files="$ac_config_files dlls/browseui/Makefile"
23921 ALL_MAKEFILES="$ALL_MAKEFILES \\
23922 dlls/browseui/tests/Makefile"
23923 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23924 browseui/tests"
23925 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23926 dlls/browseui/tests/Makefile: dlls/browseui/tests/Makefile.in dlls/Maketest.rules"
23927 ac_config_files="$ac_config_files dlls/browseui/tests/Makefile"
23929 ALL_MAKEFILES="$ALL_MAKEFILES \\
23930 dlls/cabinet/Makefile"
23931 test "x$enable_cabinet" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23932 cabinet"
23933 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23934 dlls/cabinet/Makefile: dlls/cabinet/Makefile.in dlls/Makedll.rules"
23935 ac_config_files="$ac_config_files dlls/cabinet/Makefile"
23937 ALL_MAKEFILES="$ALL_MAKEFILES \\
23938 dlls/cabinet/tests/Makefile"
23939 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23940 cabinet/tests"
23941 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23942 dlls/cabinet/tests/Makefile: dlls/cabinet/tests/Makefile.in dlls/Maketest.rules"
23943 ac_config_files="$ac_config_files dlls/cabinet/tests/Makefile"
23945 ALL_MAKEFILES="$ALL_MAKEFILES \\
23946 dlls/capi2032/Makefile"
23947 test "x$enable_capi2032" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23948 capi2032"
23949 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23950 dlls/capi2032/Makefile: dlls/capi2032/Makefile.in dlls/Makedll.rules"
23951 ac_config_files="$ac_config_files dlls/capi2032/Makefile"
23953 ALL_MAKEFILES="$ALL_MAKEFILES \\
23954 dlls/cards/Makefile"
23955 test "x$enable_cards" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23956 cards"
23957 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23958 dlls/cards/Makefile: dlls/cards/Makefile.in dlls/Makedll.rules"
23959 ac_config_files="$ac_config_files dlls/cards/Makefile"
23961 ALL_MAKEFILES="$ALL_MAKEFILES \\
23962 dlls/cfgmgr32/Makefile"
23963 test "x$enable_cfgmgr32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23964 cfgmgr32"
23965 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23966 dlls/cfgmgr32/Makefile: dlls/cfgmgr32/Makefile.in dlls/Makedll.rules"
23967 ac_config_files="$ac_config_files dlls/cfgmgr32/Makefile"
23969 ALL_MAKEFILES="$ALL_MAKEFILES \\
23970 dlls/clusapi/Makefile"
23971 test "x$enable_clusapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23972 clusapi"
23973 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23974 dlls/clusapi/Makefile: dlls/clusapi/Makefile.in dlls/Makedll.rules"
23975 ac_config_files="$ac_config_files dlls/clusapi/Makefile"
23977 ALL_MAKEFILES="$ALL_MAKEFILES \\
23978 dlls/comcat/Makefile"
23979 test "x$enable_comcat" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23980 comcat"
23981 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23982 dlls/comcat/Makefile: dlls/comcat/Makefile.in dlls/Makedll.rules"
23983 ac_config_files="$ac_config_files dlls/comcat/Makefile"
23985 ALL_MAKEFILES="$ALL_MAKEFILES \\
23986 dlls/comcat/tests/Makefile"
23987 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23988 comcat/tests"
23989 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23990 dlls/comcat/tests/Makefile: dlls/comcat/tests/Makefile.in dlls/Maketest.rules"
23991 ac_config_files="$ac_config_files dlls/comcat/tests/Makefile"
23993 ALL_MAKEFILES="$ALL_MAKEFILES \\
23994 dlls/comctl32/Makefile"
23995 test "x$enable_comctl32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23996 comctl32"
23997 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23998 dlls/comctl32/Makefile: dlls/comctl32/Makefile.in dlls/Makedll.rules"
23999 ac_config_files="$ac_config_files dlls/comctl32/Makefile"
24001 ALL_MAKEFILES="$ALL_MAKEFILES \\
24002 dlls/comctl32/tests/Makefile"
24003 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24004 comctl32/tests"
24005 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24006 dlls/comctl32/tests/Makefile: dlls/comctl32/tests/Makefile.in dlls/Maketest.rules"
24007 ac_config_files="$ac_config_files dlls/comctl32/tests/Makefile"
24009 ALL_MAKEFILES="$ALL_MAKEFILES \\
24010 dlls/comdlg32/Makefile"
24011 test "x$enable_comdlg32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24012 comdlg32"
24013 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24014 dlls/comdlg32/Makefile: dlls/comdlg32/Makefile.in dlls/Makedll.rules"
24015 ac_config_files="$ac_config_files dlls/comdlg32/Makefile"
24017 ALL_MAKEFILES="$ALL_MAKEFILES \\
24018 dlls/comdlg32/tests/Makefile"
24019 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24020 comdlg32/tests"
24021 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24022 dlls/comdlg32/tests/Makefile: dlls/comdlg32/tests/Makefile.in dlls/Maketest.rules"
24023 ac_config_files="$ac_config_files dlls/comdlg32/tests/Makefile"
24025 ALL_MAKEFILES="$ALL_MAKEFILES \\
24026 dlls/compstui/Makefile"
24027 test "x$enable_compstui" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24028 compstui"
24029 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24030 dlls/compstui/Makefile: dlls/compstui/Makefile.in dlls/Makedll.rules"
24031 ac_config_files="$ac_config_files dlls/compstui/Makefile"
24033 ALL_MAKEFILES="$ALL_MAKEFILES \\
24034 dlls/credui/Makefile"
24035 test "x$enable_credui" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24036 credui"
24037 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24038 dlls/credui/Makefile: dlls/credui/Makefile.in dlls/Makedll.rules"
24039 ac_config_files="$ac_config_files dlls/credui/Makefile"
24041 ALL_MAKEFILES="$ALL_MAKEFILES \\
24042 dlls/credui/tests/Makefile"
24043 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24044 credui/tests"
24045 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24046 dlls/credui/tests/Makefile: dlls/credui/tests/Makefile.in dlls/Maketest.rules"
24047 ac_config_files="$ac_config_files dlls/credui/tests/Makefile"
24049 ALL_MAKEFILES="$ALL_MAKEFILES \\
24050 dlls/crtdll/Makefile"
24051 test "x$enable_crtdll" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24052 crtdll"
24053 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24054 dlls/crtdll/Makefile: dlls/crtdll/Makefile.in dlls/Makedll.rules"
24055 ac_config_files="$ac_config_files dlls/crtdll/Makefile"
24057 ALL_MAKEFILES="$ALL_MAKEFILES \\
24058 dlls/crypt32/Makefile"
24059 test "x$enable_crypt32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24060 crypt32"
24061 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24062 dlls/crypt32/Makefile: dlls/crypt32/Makefile.in dlls/Makedll.rules"
24063 ac_config_files="$ac_config_files dlls/crypt32/Makefile"
24065 ALL_MAKEFILES="$ALL_MAKEFILES \\
24066 dlls/crypt32/tests/Makefile"
24067 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24068 crypt32/tests"
24069 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24070 dlls/crypt32/tests/Makefile: dlls/crypt32/tests/Makefile.in dlls/Maketest.rules"
24071 ac_config_files="$ac_config_files dlls/crypt32/tests/Makefile"
24073 ALL_MAKEFILES="$ALL_MAKEFILES \\
24074 dlls/cryptdlg/Makefile"
24075 test "x$enable_cryptdlg" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24076 cryptdlg"
24077 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24078 dlls/cryptdlg/Makefile: dlls/cryptdlg/Makefile.in dlls/Makedll.rules"
24079 ac_config_files="$ac_config_files dlls/cryptdlg/Makefile"
24081 ALL_MAKEFILES="$ALL_MAKEFILES \\
24082 dlls/cryptdll/Makefile"
24083 test "x$enable_cryptdll" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24084 cryptdll"
24085 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24086 dlls/cryptdll/Makefile: dlls/cryptdll/Makefile.in dlls/Makedll.rules"
24087 ac_config_files="$ac_config_files dlls/cryptdll/Makefile"
24089 ALL_MAKEFILES="$ALL_MAKEFILES \\
24090 dlls/cryptnet/Makefile"
24091 test "x$enable_cryptnet" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24092 cryptnet"
24093 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24094 dlls/cryptnet/Makefile: dlls/cryptnet/Makefile.in dlls/Makedll.rules"
24095 ac_config_files="$ac_config_files dlls/cryptnet/Makefile"
24097 ALL_MAKEFILES="$ALL_MAKEFILES \\
24098 dlls/cryptnet/tests/Makefile"
24099 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24100 cryptnet/tests"
24101 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24102 dlls/cryptnet/tests/Makefile: dlls/cryptnet/tests/Makefile.in dlls/Maketest.rules"
24103 ac_config_files="$ac_config_files dlls/cryptnet/tests/Makefile"
24105 ALL_MAKEFILES="$ALL_MAKEFILES \\
24106 dlls/cryptui/Makefile"
24107 test "x$enable_cryptui" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24108 cryptui"
24109 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24110 dlls/cryptui/Makefile: dlls/cryptui/Makefile.in dlls/Makedll.rules"
24111 ac_config_files="$ac_config_files dlls/cryptui/Makefile"
24113 ALL_MAKEFILES="$ALL_MAKEFILES \\
24114 dlls/cryptui/tests/Makefile"
24115 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24116 cryptui/tests"
24117 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24118 dlls/cryptui/tests/Makefile: dlls/cryptui/tests/Makefile.in dlls/Maketest.rules"
24119 ac_config_files="$ac_config_files dlls/cryptui/tests/Makefile"
24121 ALL_MAKEFILES="$ALL_MAKEFILES \\
24122 dlls/ctapi32/Makefile"
24123 test "x$enable_ctapi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24124 ctapi32"
24125 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24126 dlls/ctapi32/Makefile: dlls/ctapi32/Makefile.in dlls/Makedll.rules"
24127 ac_config_files="$ac_config_files dlls/ctapi32/Makefile"
24129 ALL_MAKEFILES="$ALL_MAKEFILES \\
24130 dlls/ctl3d32/Makefile"
24131 test "x$enable_ctl3d32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24132 ctl3d32"
24133 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24134 dlls/ctl3d32/Makefile: dlls/ctl3d32/Makefile.in dlls/Makedll.rules"
24135 ac_config_files="$ac_config_files dlls/ctl3d32/Makefile"
24137 ALL_MAKEFILES="$ALL_MAKEFILES \\
24138 dlls/d3d10/Makefile"
24139 test "x$enable_d3d10" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24140 d3d10"
24141 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24142 dlls/d3d10/Makefile: dlls/d3d10/Makefile.in dlls/Makedll.rules"
24143 ac_config_files="$ac_config_files dlls/d3d10/Makefile"
24145 ALL_MAKEFILES="$ALL_MAKEFILES \\
24146 dlls/d3d10/tests/Makefile"
24147 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24148 d3d10/tests"
24149 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24150 dlls/d3d10/tests/Makefile: dlls/d3d10/tests/Makefile.in dlls/Maketest.rules"
24151 ac_config_files="$ac_config_files dlls/d3d10/tests/Makefile"
24153 ALL_MAKEFILES="$ALL_MAKEFILES \\
24154 dlls/d3d10core/Makefile"
24155 test "x$enable_d3d10core" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24156 d3d10core"
24157 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24158 dlls/d3d10core/Makefile: dlls/d3d10core/Makefile.in dlls/Makedll.rules"
24159 ac_config_files="$ac_config_files dlls/d3d10core/Makefile"
24161 ALL_MAKEFILES="$ALL_MAKEFILES \\
24162 dlls/d3d10core/tests/Makefile"
24163 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24164 d3d10core/tests"
24165 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24166 dlls/d3d10core/tests/Makefile: dlls/d3d10core/tests/Makefile.in dlls/Maketest.rules"
24167 ac_config_files="$ac_config_files dlls/d3d10core/tests/Makefile"
24169 ALL_MAKEFILES="$ALL_MAKEFILES \\
24170 dlls/d3d8/Makefile"
24171 test "x$enable_d3d8" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24172 d3d8"
24173 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24174 dlls/d3d8/Makefile: dlls/d3d8/Makefile.in dlls/Makedll.rules"
24175 ac_config_files="$ac_config_files dlls/d3d8/Makefile"
24177 ALL_MAKEFILES="$ALL_MAKEFILES \\
24178 dlls/d3d8/tests/Makefile"
24179 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24180 d3d8/tests"
24181 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24182 dlls/d3d8/tests/Makefile: dlls/d3d8/tests/Makefile.in dlls/Maketest.rules"
24183 ac_config_files="$ac_config_files dlls/d3d8/tests/Makefile"
24185 ALL_MAKEFILES="$ALL_MAKEFILES \\
24186 dlls/d3d9/Makefile"
24187 test "x$enable_d3d9" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24188 d3d9"
24189 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24190 dlls/d3d9/Makefile: dlls/d3d9/Makefile.in dlls/Makedll.rules"
24191 ac_config_files="$ac_config_files dlls/d3d9/Makefile"
24193 ALL_MAKEFILES="$ALL_MAKEFILES \\
24194 dlls/d3d9/tests/Makefile"
24195 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24196 d3d9/tests"
24197 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24198 dlls/d3d9/tests/Makefile: dlls/d3d9/tests/Makefile.in dlls/Maketest.rules"
24199 ac_config_files="$ac_config_files dlls/d3d9/tests/Makefile"
24201 ALL_MAKEFILES="$ALL_MAKEFILES \\
24202 dlls/d3dim/Makefile"
24203 test "x$enable_d3dim" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24204 d3dim"
24205 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24206 dlls/d3dim/Makefile: dlls/d3dim/Makefile.in dlls/Makedll.rules"
24207 ac_config_files="$ac_config_files dlls/d3dim/Makefile"
24209 ALL_MAKEFILES="$ALL_MAKEFILES \\
24210 dlls/d3drm/Makefile"
24211 test "x$enable_d3drm" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24212 d3drm"
24213 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24214 dlls/d3drm/Makefile: dlls/d3drm/Makefile.in dlls/Makedll.rules"
24215 ac_config_files="$ac_config_files dlls/d3drm/Makefile"
24217 ALL_MAKEFILES="$ALL_MAKEFILES \\
24218 dlls/d3drm/tests/Makefile"
24219 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24220 d3drm/tests"
24221 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24222 dlls/d3drm/tests/Makefile: dlls/d3drm/tests/Makefile.in dlls/Maketest.rules"
24223 ac_config_files="$ac_config_files dlls/d3drm/tests/Makefile"
24225 ALL_MAKEFILES="$ALL_MAKEFILES \\
24226 dlls/d3dx8/Makefile"
24227 test "x$enable_d3dx8" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24228 d3dx8"
24229 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24230 dlls/d3dx8/Makefile: dlls/d3dx8/Makefile.in dlls/Makedll.rules"
24231 ac_config_files="$ac_config_files dlls/d3dx8/Makefile"
24233 ALL_MAKEFILES="$ALL_MAKEFILES \\
24234 dlls/d3dx8/tests/Makefile"
24235 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24236 d3dx8/tests"
24237 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24238 dlls/d3dx8/tests/Makefile: dlls/d3dx8/tests/Makefile.in dlls/Maketest.rules"
24239 ac_config_files="$ac_config_files dlls/d3dx8/tests/Makefile"
24241 ALL_MAKEFILES="$ALL_MAKEFILES \\
24242 dlls/d3dx9_24/Makefile"
24243 test "x$enable_d3dx9_24" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24244 d3dx9_24"
24245 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24246 dlls/d3dx9_24/Makefile: dlls/d3dx9_24/Makefile.in dlls/Makedll.rules"
24247 ac_config_files="$ac_config_files dlls/d3dx9_24/Makefile"
24249 ALL_MAKEFILES="$ALL_MAKEFILES \\
24250 dlls/d3dx9_25/Makefile"
24251 test "x$enable_d3dx9_25" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24252 d3dx9_25"
24253 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24254 dlls/d3dx9_25/Makefile: dlls/d3dx9_25/Makefile.in dlls/Makedll.rules"
24255 ac_config_files="$ac_config_files dlls/d3dx9_25/Makefile"
24257 ALL_MAKEFILES="$ALL_MAKEFILES \\
24258 dlls/d3dx9_26/Makefile"
24259 test "x$enable_d3dx9_26" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24260 d3dx9_26"
24261 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24262 dlls/d3dx9_26/Makefile: dlls/d3dx9_26/Makefile.in dlls/Makedll.rules"
24263 ac_config_files="$ac_config_files dlls/d3dx9_26/Makefile"
24265 ALL_MAKEFILES="$ALL_MAKEFILES \\
24266 dlls/d3dx9_27/Makefile"
24267 test "x$enable_d3dx9_27" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24268 d3dx9_27"
24269 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24270 dlls/d3dx9_27/Makefile: dlls/d3dx9_27/Makefile.in dlls/Makedll.rules"
24271 ac_config_files="$ac_config_files dlls/d3dx9_27/Makefile"
24273 ALL_MAKEFILES="$ALL_MAKEFILES \\
24274 dlls/d3dx9_28/Makefile"
24275 test "x$enable_d3dx9_28" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24276 d3dx9_28"
24277 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24278 dlls/d3dx9_28/Makefile: dlls/d3dx9_28/Makefile.in dlls/Makedll.rules"
24279 ac_config_files="$ac_config_files dlls/d3dx9_28/Makefile"
24281 ALL_MAKEFILES="$ALL_MAKEFILES \\
24282 dlls/d3dx9_29/Makefile"
24283 test "x$enable_d3dx9_29" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24284 d3dx9_29"
24285 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24286 dlls/d3dx9_29/Makefile: dlls/d3dx9_29/Makefile.in dlls/Makedll.rules"
24287 ac_config_files="$ac_config_files dlls/d3dx9_29/Makefile"
24289 ALL_MAKEFILES="$ALL_MAKEFILES \\
24290 dlls/d3dx9_30/Makefile"
24291 test "x$enable_d3dx9_30" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24292 d3dx9_30"
24293 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24294 dlls/d3dx9_30/Makefile: dlls/d3dx9_30/Makefile.in dlls/Makedll.rules"
24295 ac_config_files="$ac_config_files dlls/d3dx9_30/Makefile"
24297 ALL_MAKEFILES="$ALL_MAKEFILES \\
24298 dlls/d3dx9_31/Makefile"
24299 test "x$enable_d3dx9_31" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24300 d3dx9_31"
24301 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24302 dlls/d3dx9_31/Makefile: dlls/d3dx9_31/Makefile.in dlls/Makedll.rules"
24303 ac_config_files="$ac_config_files dlls/d3dx9_31/Makefile"
24305 ALL_MAKEFILES="$ALL_MAKEFILES \\
24306 dlls/d3dx9_32/Makefile"
24307 test "x$enable_d3dx9_32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24308 d3dx9_32"
24309 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24310 dlls/d3dx9_32/Makefile: dlls/d3dx9_32/Makefile.in dlls/Makedll.rules"
24311 ac_config_files="$ac_config_files dlls/d3dx9_32/Makefile"
24313 ALL_MAKEFILES="$ALL_MAKEFILES \\
24314 dlls/d3dx9_33/Makefile"
24315 test "x$enable_d3dx9_33" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24316 d3dx9_33"
24317 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24318 dlls/d3dx9_33/Makefile: dlls/d3dx9_33/Makefile.in dlls/Makedll.rules"
24319 ac_config_files="$ac_config_files dlls/d3dx9_33/Makefile"
24321 ALL_MAKEFILES="$ALL_MAKEFILES \\
24322 dlls/d3dx9_34/Makefile"
24323 test "x$enable_d3dx9_34" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24324 d3dx9_34"
24325 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24326 dlls/d3dx9_34/Makefile: dlls/d3dx9_34/Makefile.in dlls/Makedll.rules"
24327 ac_config_files="$ac_config_files dlls/d3dx9_34/Makefile"
24329 ALL_MAKEFILES="$ALL_MAKEFILES \\
24330 dlls/d3dx9_35/Makefile"
24331 test "x$enable_d3dx9_35" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24332 d3dx9_35"
24333 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24334 dlls/d3dx9_35/Makefile: dlls/d3dx9_35/Makefile.in dlls/Makedll.rules"
24335 ac_config_files="$ac_config_files dlls/d3dx9_35/Makefile"
24337 ALL_MAKEFILES="$ALL_MAKEFILES \\
24338 dlls/d3dx9_36/Makefile"
24339 test "x$enable_d3dx9_36" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24340 d3dx9_36"
24341 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24342 dlls/d3dx9_36/Makefile: dlls/d3dx9_36/Makefile.in dlls/Makedll.rules"
24343 ac_config_files="$ac_config_files dlls/d3dx9_36/Makefile"
24345 ALL_MAKEFILES="$ALL_MAKEFILES \\
24346 dlls/d3dx9_36/tests/Makefile"
24347 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24348 d3dx9_36/tests"
24349 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24350 dlls/d3dx9_36/tests/Makefile: dlls/d3dx9_36/tests/Makefile.in dlls/Maketest.rules"
24351 ac_config_files="$ac_config_files dlls/d3dx9_36/tests/Makefile"
24353 ALL_MAKEFILES="$ALL_MAKEFILES \\
24354 dlls/d3dx9_37/Makefile"
24355 test "x$enable_d3dx9_37" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24356 d3dx9_37"
24357 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24358 dlls/d3dx9_37/Makefile: dlls/d3dx9_37/Makefile.in dlls/Makedll.rules"
24359 ac_config_files="$ac_config_files dlls/d3dx9_37/Makefile"
24361 ALL_MAKEFILES="$ALL_MAKEFILES \\
24362 dlls/d3dxof/Makefile"
24363 test "x$enable_d3dxof" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24364 d3dxof"
24365 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24366 dlls/d3dxof/Makefile: dlls/d3dxof/Makefile.in dlls/Makedll.rules"
24367 ac_config_files="$ac_config_files dlls/d3dxof/Makefile"
24369 ALL_MAKEFILES="$ALL_MAKEFILES \\
24370 dlls/d3dxof/tests/Makefile"
24371 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24372 d3dxof/tests"
24373 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24374 dlls/d3dxof/tests/Makefile: dlls/d3dxof/tests/Makefile.in dlls/Maketest.rules"
24375 ac_config_files="$ac_config_files dlls/d3dxof/tests/Makefile"
24377 ALL_MAKEFILES="$ALL_MAKEFILES \\
24378 dlls/dbghelp/Makefile"
24379 test "x$enable_dbghelp" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24380 dbghelp"
24381 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24382 dlls/dbghelp/Makefile: dlls/dbghelp/Makefile.in dlls/Makedll.rules"
24383 ac_config_files="$ac_config_files dlls/dbghelp/Makefile"
24385 ALL_MAKEFILES="$ALL_MAKEFILES \\
24386 dlls/dciman32/Makefile"
24387 test "x$enable_dciman32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24388 dciman32"
24389 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24390 dlls/dciman32/Makefile: dlls/dciman32/Makefile.in dlls/Makedll.rules"
24391 ac_config_files="$ac_config_files dlls/dciman32/Makefile"
24393 ALL_MAKEFILES="$ALL_MAKEFILES \\
24394 dlls/ddraw/Makefile"
24395 test "x$enable_ddraw" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24396 ddraw"
24397 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24398 dlls/ddraw/Makefile: dlls/ddraw/Makefile.in dlls/Makedll.rules"
24399 ac_config_files="$ac_config_files dlls/ddraw/Makefile"
24401 ALL_MAKEFILES="$ALL_MAKEFILES \\
24402 dlls/ddraw/tests/Makefile"
24403 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24404 ddraw/tests"
24405 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24406 dlls/ddraw/tests/Makefile: dlls/ddraw/tests/Makefile.in dlls/Maketest.rules"
24407 ac_config_files="$ac_config_files dlls/ddraw/tests/Makefile"
24409 ALL_MAKEFILES="$ALL_MAKEFILES \\
24410 dlls/ddrawex/Makefile"
24411 test "x$enable_ddrawex" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24412 ddrawex"
24413 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24414 dlls/ddrawex/Makefile: dlls/ddrawex/Makefile.in dlls/Makedll.rules"
24415 ac_config_files="$ac_config_files dlls/ddrawex/Makefile"
24417 ALL_MAKEFILES="$ALL_MAKEFILES \\
24418 dlls/devenum/Makefile"
24419 test "x$enable_devenum" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24420 devenum"
24421 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24422 dlls/devenum/Makefile: dlls/devenum/Makefile.in dlls/Makedll.rules"
24423 ac_config_files="$ac_config_files dlls/devenum/Makefile"
24425 ALL_MAKEFILES="$ALL_MAKEFILES \\
24426 dlls/dinput/Makefile"
24427 test "x$enable_dinput" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24428 dinput"
24429 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24430 dlls/dinput/Makefile: dlls/dinput/Makefile.in dlls/Makedll.rules"
24431 ac_config_files="$ac_config_files dlls/dinput/Makefile"
24433 ALL_MAKEFILES="$ALL_MAKEFILES \\
24434 dlls/dinput/tests/Makefile"
24435 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24436 dinput/tests"
24437 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24438 dlls/dinput/tests/Makefile: dlls/dinput/tests/Makefile.in dlls/Maketest.rules"
24439 ac_config_files="$ac_config_files dlls/dinput/tests/Makefile"
24441 ALL_MAKEFILES="$ALL_MAKEFILES \\
24442 dlls/dinput8/Makefile"
24443 test "x$enable_dinput8" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24444 dinput8"
24445 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24446 dlls/dinput8/Makefile: dlls/dinput8/Makefile.in dlls/Makedll.rules"
24447 ac_config_files="$ac_config_files dlls/dinput8/Makefile"
24449 ALL_MAKEFILES="$ALL_MAKEFILES \\
24450 dlls/dmband/Makefile"
24451 test "x$enable_dmband" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24452 dmband"
24453 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24454 dlls/dmband/Makefile: dlls/dmband/Makefile.in dlls/Makedll.rules"
24455 ac_config_files="$ac_config_files dlls/dmband/Makefile"
24457 ALL_MAKEFILES="$ALL_MAKEFILES \\
24458 dlls/dmcompos/Makefile"
24459 test "x$enable_dmcompos" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24460 dmcompos"
24461 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24462 dlls/dmcompos/Makefile: dlls/dmcompos/Makefile.in dlls/Makedll.rules"
24463 ac_config_files="$ac_config_files dlls/dmcompos/Makefile"
24465 ALL_MAKEFILES="$ALL_MAKEFILES \\
24466 dlls/dmime/Makefile"
24467 test "x$enable_dmime" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24468 dmime"
24469 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24470 dlls/dmime/Makefile: dlls/dmime/Makefile.in dlls/Makedll.rules"
24471 ac_config_files="$ac_config_files dlls/dmime/Makefile"
24473 ALL_MAKEFILES="$ALL_MAKEFILES \\
24474 dlls/dmloader/Makefile"
24475 test "x$enable_dmloader" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24476 dmloader"
24477 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24478 dlls/dmloader/Makefile: dlls/dmloader/Makefile.in dlls/Makedll.rules"
24479 ac_config_files="$ac_config_files dlls/dmloader/Makefile"
24481 ALL_MAKEFILES="$ALL_MAKEFILES \\
24482 dlls/dmscript/Makefile"
24483 test "x$enable_dmscript" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24484 dmscript"
24485 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24486 dlls/dmscript/Makefile: dlls/dmscript/Makefile.in dlls/Makedll.rules"
24487 ac_config_files="$ac_config_files dlls/dmscript/Makefile"
24489 ALL_MAKEFILES="$ALL_MAKEFILES \\
24490 dlls/dmstyle/Makefile"
24491 test "x$enable_dmstyle" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24492 dmstyle"
24493 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24494 dlls/dmstyle/Makefile: dlls/dmstyle/Makefile.in dlls/Makedll.rules"
24495 ac_config_files="$ac_config_files dlls/dmstyle/Makefile"
24497 ALL_MAKEFILES="$ALL_MAKEFILES \\
24498 dlls/dmsynth/Makefile"
24499 test "x$enable_dmsynth" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24500 dmsynth"
24501 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24502 dlls/dmsynth/Makefile: dlls/dmsynth/Makefile.in dlls/Makedll.rules"
24503 ac_config_files="$ac_config_files dlls/dmsynth/Makefile"
24505 ALL_MAKEFILES="$ALL_MAKEFILES \\
24506 dlls/dmusic/Makefile"
24507 test "x$enable_dmusic" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24508 dmusic"
24509 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24510 dlls/dmusic/Makefile: dlls/dmusic/Makefile.in dlls/Makedll.rules"
24511 ac_config_files="$ac_config_files dlls/dmusic/Makefile"
24513 ALL_MAKEFILES="$ALL_MAKEFILES \\
24514 dlls/dmusic32/Makefile"
24515 test "x$enable_dmusic32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24516 dmusic32"
24517 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24518 dlls/dmusic32/Makefile: dlls/dmusic32/Makefile.in dlls/Makedll.rules"
24519 ac_config_files="$ac_config_files dlls/dmusic32/Makefile"
24521 ALL_MAKEFILES="$ALL_MAKEFILES \\
24522 dlls/dnsapi/Makefile"
24523 test "x$enable_dnsapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24524 dnsapi"
24525 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24526 dlls/dnsapi/Makefile: dlls/dnsapi/Makefile.in dlls/Makedll.rules"
24527 ac_config_files="$ac_config_files dlls/dnsapi/Makefile"
24529 ALL_MAKEFILES="$ALL_MAKEFILES \\
24530 dlls/dnsapi/tests/Makefile"
24531 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24532 dnsapi/tests"
24533 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24534 dlls/dnsapi/tests/Makefile: dlls/dnsapi/tests/Makefile.in dlls/Maketest.rules"
24535 ac_config_files="$ac_config_files dlls/dnsapi/tests/Makefile"
24537 ALL_MAKEFILES="$ALL_MAKEFILES \\
24538 dlls/dplay/Makefile"
24539 test "x$enable_dplay" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24540 dplay"
24541 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24542 dlls/dplay/Makefile: dlls/dplay/Makefile.in dlls/Makedll.rules"
24543 ac_config_files="$ac_config_files dlls/dplay/Makefile"
24545 ALL_MAKEFILES="$ALL_MAKEFILES \\
24546 dlls/dplayx/Makefile"
24547 test "x$enable_dplayx" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24548 dplayx"
24549 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24550 dlls/dplayx/Makefile: dlls/dplayx/Makefile.in dlls/Makedll.rules"
24551 ac_config_files="$ac_config_files dlls/dplayx/Makefile"
24553 ALL_MAKEFILES="$ALL_MAKEFILES \\
24554 dlls/dplayx/tests/Makefile"
24555 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24556 dplayx/tests"
24557 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24558 dlls/dplayx/tests/Makefile: dlls/dplayx/tests/Makefile.in dlls/Maketest.rules"
24559 ac_config_files="$ac_config_files dlls/dplayx/tests/Makefile"
24561 ALL_MAKEFILES="$ALL_MAKEFILES \\
24562 dlls/dpnaddr/Makefile"
24563 test "x$enable_dpnaddr" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24564 dpnaddr"
24565 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24566 dlls/dpnaddr/Makefile: dlls/dpnaddr/Makefile.in dlls/Makedll.rules"
24567 ac_config_files="$ac_config_files dlls/dpnaddr/Makefile"
24569 ALL_MAKEFILES="$ALL_MAKEFILES \\
24570 dlls/dpnet/Makefile"
24571 test "x$enable_dpnet" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24572 dpnet"
24573 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24574 dlls/dpnet/Makefile: dlls/dpnet/Makefile.in dlls/Makedll.rules"
24575 ac_config_files="$ac_config_files dlls/dpnet/Makefile"
24577 ALL_MAKEFILES="$ALL_MAKEFILES \\
24578 dlls/dpnhpast/Makefile"
24579 test "x$enable_dpnhpast" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24580 dpnhpast"
24581 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24582 dlls/dpnhpast/Makefile: dlls/dpnhpast/Makefile.in dlls/Makedll.rules"
24583 ac_config_files="$ac_config_files dlls/dpnhpast/Makefile"
24585 ALL_MAKEFILES="$ALL_MAKEFILES \\
24586 dlls/dpnlobby/Makefile"
24587 test "x$enable_dpnlobby" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24588 dpnlobby"
24589 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24590 dlls/dpnlobby/Makefile: dlls/dpnlobby/Makefile.in dlls/Makedll.rules"
24591 ac_config_files="$ac_config_files dlls/dpnlobby/Makefile"
24593 ALL_MAKEFILES="$ALL_MAKEFILES \\
24594 dlls/dpwsockx/Makefile"
24595 test "x$enable_dpwsockx" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24596 dpwsockx"
24597 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24598 dlls/dpwsockx/Makefile: dlls/dpwsockx/Makefile.in dlls/Makedll.rules"
24599 ac_config_files="$ac_config_files dlls/dpwsockx/Makefile"
24601 ALL_MAKEFILES="$ALL_MAKEFILES \\
24602 dlls/dsound/Makefile"
24603 test "x$enable_dsound" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24604 dsound"
24605 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24606 dlls/dsound/Makefile: dlls/dsound/Makefile.in dlls/Makedll.rules"
24607 ac_config_files="$ac_config_files dlls/dsound/Makefile"
24609 ALL_MAKEFILES="$ALL_MAKEFILES \\
24610 dlls/dsound/tests/Makefile"
24611 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24612 dsound/tests"
24613 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24614 dlls/dsound/tests/Makefile: dlls/dsound/tests/Makefile.in dlls/Maketest.rules"
24615 ac_config_files="$ac_config_files dlls/dsound/tests/Makefile"
24617 ALL_MAKEFILES="$ALL_MAKEFILES \\
24618 dlls/dssenh/Makefile"
24619 test "x$enable_dssenh" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24620 dssenh"
24621 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24622 dlls/dssenh/Makefile: dlls/dssenh/Makefile.in dlls/Makedll.rules"
24623 ac_config_files="$ac_config_files dlls/dssenh/Makefile"
24625 ALL_MAKEFILES="$ALL_MAKEFILES \\
24626 dlls/dswave/Makefile"
24627 test "x$enable_dswave" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24628 dswave"
24629 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24630 dlls/dswave/Makefile: dlls/dswave/Makefile.in dlls/Makedll.rules"
24631 ac_config_files="$ac_config_files dlls/dswave/Makefile"
24633 ALL_MAKEFILES="$ALL_MAKEFILES \\
24634 dlls/dwmapi/Makefile"
24635 test "x$enable_dwmapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24636 dwmapi"
24637 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24638 dlls/dwmapi/Makefile: dlls/dwmapi/Makefile.in dlls/Makedll.rules"
24639 ac_config_files="$ac_config_files dlls/dwmapi/Makefile"
24641 ALL_MAKEFILES="$ALL_MAKEFILES \\
24642 dlls/dxdiagn/Makefile"
24643 test "x$enable_dxdiagn" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24644 dxdiagn"
24645 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24646 dlls/dxdiagn/Makefile: dlls/dxdiagn/Makefile.in dlls/Makedll.rules"
24647 ac_config_files="$ac_config_files dlls/dxdiagn/Makefile"
24649 ALL_MAKEFILES="$ALL_MAKEFILES \\
24650 dlls/dxerr8/Makefile"
24651 test "x$enable_dxerr8" != xno && ALL_IMPLIB_DIRS="$ALL_IMPLIB_DIRS \\
24652 dxerr8"
24653 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24654 dlls/dxerr8/Makefile: dlls/dxerr8/Makefile.in dlls/Makeimplib.rules"
24655 ac_config_files="$ac_config_files dlls/dxerr8/Makefile"
24657 ALL_MAKEFILES="$ALL_MAKEFILES \\
24658 dlls/dxerr9/Makefile"
24659 test "x$enable_dxerr9" != xno && ALL_IMPLIB_DIRS="$ALL_IMPLIB_DIRS \\
24660 dxerr9"
24661 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24662 dlls/dxerr9/Makefile: dlls/dxerr9/Makefile.in dlls/Makeimplib.rules"
24663 ac_config_files="$ac_config_files dlls/dxerr9/Makefile"
24665 ALL_MAKEFILES="$ALL_MAKEFILES \\
24666 dlls/dxgi/Makefile"
24667 test "x$enable_dxgi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24668 dxgi"
24669 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24670 dlls/dxgi/Makefile: dlls/dxgi/Makefile.in dlls/Makedll.rules"
24671 ac_config_files="$ac_config_files dlls/dxgi/Makefile"
24673 ALL_MAKEFILES="$ALL_MAKEFILES \\
24674 dlls/dxgi/tests/Makefile"
24675 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24676 dxgi/tests"
24677 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24678 dlls/dxgi/tests/Makefile: dlls/dxgi/tests/Makefile.in dlls/Maketest.rules"
24679 ac_config_files="$ac_config_files dlls/dxgi/tests/Makefile"
24681 ALL_MAKEFILES="$ALL_MAKEFILES \\
24682 dlls/dxguid/Makefile"
24683 test "x$enable_dxguid" != xno && ALL_IMPLIB_DIRS="$ALL_IMPLIB_DIRS \\
24684 dxguid"
24685 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24686 dlls/dxguid/Makefile: dlls/dxguid/Makefile.in dlls/Makeimplib.rules"
24687 ac_config_files="$ac_config_files dlls/dxguid/Makefile"
24689 ALL_MAKEFILES="$ALL_MAKEFILES \\
24690 dlls/faultrep/Makefile"
24691 test "x$enable_faultrep" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24692 faultrep"
24693 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24694 dlls/faultrep/Makefile: dlls/faultrep/Makefile.in dlls/Makedll.rules"
24695 ac_config_files="$ac_config_files dlls/faultrep/Makefile"
24697 ALL_MAKEFILES="$ALL_MAKEFILES \\
24698 dlls/fusion/Makefile"
24699 test "x$enable_fusion" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24700 fusion"
24701 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24702 dlls/fusion/Makefile: dlls/fusion/Makefile.in dlls/Makedll.rules"
24703 ac_config_files="$ac_config_files dlls/fusion/Makefile"
24705 ALL_MAKEFILES="$ALL_MAKEFILES \\
24706 dlls/fusion/tests/Makefile"
24707 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24708 fusion/tests"
24709 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24710 dlls/fusion/tests/Makefile: dlls/fusion/tests/Makefile.in dlls/Maketest.rules"
24711 ac_config_files="$ac_config_files dlls/fusion/tests/Makefile"
24713 ALL_MAKEFILES="$ALL_MAKEFILES \\
24714 dlls/gdi32/Makefile"
24715 test "x$enable_gdi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24716 gdi32"
24717 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24718 dlls/gdi32/Makefile: dlls/gdi32/Makefile.in dlls/Makedll.rules"
24719 ac_config_files="$ac_config_files dlls/gdi32/Makefile"
24721 ALL_MAKEFILES="$ALL_MAKEFILES \\
24722 dlls/gdi32/tests/Makefile"
24723 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24724 gdi32/tests"
24725 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24726 dlls/gdi32/tests/Makefile: dlls/gdi32/tests/Makefile.in dlls/Maketest.rules"
24727 ac_config_files="$ac_config_files dlls/gdi32/tests/Makefile"
24729 ALL_MAKEFILES="$ALL_MAKEFILES \\
24730 dlls/gdiplus/Makefile"
24731 test "x$enable_gdiplus" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24732 gdiplus"
24733 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24734 dlls/gdiplus/Makefile: dlls/gdiplus/Makefile.in dlls/Makedll.rules"
24735 ac_config_files="$ac_config_files dlls/gdiplus/Makefile"
24737 ALL_MAKEFILES="$ALL_MAKEFILES \\
24738 dlls/gdiplus/tests/Makefile"
24739 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24740 gdiplus/tests"
24741 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24742 dlls/gdiplus/tests/Makefile: dlls/gdiplus/tests/Makefile.in dlls/Maketest.rules"
24743 ac_config_files="$ac_config_files dlls/gdiplus/tests/Makefile"
24745 ALL_MAKEFILES="$ALL_MAKEFILES \\
24746 dlls/glu32/Makefile"
24747 test "x$enable_glu32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24748 glu32"
24749 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24750 dlls/glu32/Makefile: dlls/glu32/Makefile.in dlls/Makedll.rules"
24751 ac_config_files="$ac_config_files dlls/glu32/Makefile"
24753 ALL_MAKEFILES="$ALL_MAKEFILES \\
24754 dlls/gphoto2.ds/Makefile"
24755 test "x$enable_gphoto2_ds" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24756 gphoto2.ds"
24757 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24758 dlls/gphoto2.ds/Makefile: dlls/gphoto2.ds/Makefile.in dlls/Makedll.rules"
24759 ac_config_files="$ac_config_files dlls/gphoto2.ds/Makefile"
24761 ALL_MAKEFILES="$ALL_MAKEFILES \\
24762 dlls/gpkcsp/Makefile"
24763 test "x$enable_gpkcsp" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24764 gpkcsp"
24765 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24766 dlls/gpkcsp/Makefile: dlls/gpkcsp/Makefile.in dlls/Makedll.rules"
24767 ac_config_files="$ac_config_files dlls/gpkcsp/Makefile"
24769 ALL_MAKEFILES="$ALL_MAKEFILES \\
24770 dlls/hal/Makefile"
24771 test "x$enable_hal" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24772 hal"
24773 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24774 dlls/hal/Makefile: dlls/hal/Makefile.in dlls/Makedll.rules"
24775 ac_config_files="$ac_config_files dlls/hal/Makefile"
24777 ALL_MAKEFILES="$ALL_MAKEFILES \\
24778 dlls/hhctrl.ocx/Makefile"
24779 test "x$enable_hhctrl_ocx" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24780 hhctrl.ocx"
24781 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24782 dlls/hhctrl.ocx/Makefile: dlls/hhctrl.ocx/Makefile.in dlls/Makedll.rules"
24783 ac_config_files="$ac_config_files dlls/hhctrl.ocx/Makefile"
24785 ALL_MAKEFILES="$ALL_MAKEFILES \\
24786 dlls/hid/Makefile"
24787 test "x$enable_hid" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24788 hid"
24789 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24790 dlls/hid/Makefile: dlls/hid/Makefile.in dlls/Makedll.rules"
24791 ac_config_files="$ac_config_files dlls/hid/Makefile"
24793 ALL_MAKEFILES="$ALL_MAKEFILES \\
24794 dlls/hlink/Makefile"
24795 test "x$enable_hlink" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24796 hlink"
24797 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24798 dlls/hlink/Makefile: dlls/hlink/Makefile.in dlls/Makedll.rules"
24799 ac_config_files="$ac_config_files dlls/hlink/Makefile"
24801 ALL_MAKEFILES="$ALL_MAKEFILES \\
24802 dlls/hlink/tests/Makefile"
24803 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24804 hlink/tests"
24805 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24806 dlls/hlink/tests/Makefile: dlls/hlink/tests/Makefile.in dlls/Maketest.rules"
24807 ac_config_files="$ac_config_files dlls/hlink/tests/Makefile"
24809 ALL_MAKEFILES="$ALL_MAKEFILES \\
24810 dlls/hnetcfg/Makefile"
24811 test "x$enable_hnetcfg" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24812 hnetcfg"
24813 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24814 dlls/hnetcfg/Makefile: dlls/hnetcfg/Makefile.in dlls/Makedll.rules"
24815 ac_config_files="$ac_config_files dlls/hnetcfg/Makefile"
24817 ALL_MAKEFILES="$ALL_MAKEFILES \\
24818 dlls/iccvid/Makefile"
24819 test "x$enable_iccvid" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24820 iccvid"
24821 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24822 dlls/iccvid/Makefile: dlls/iccvid/Makefile.in dlls/Makedll.rules"
24823 ac_config_files="$ac_config_files dlls/iccvid/Makefile"
24825 ALL_MAKEFILES="$ALL_MAKEFILES \\
24826 dlls/icmp/Makefile"
24827 test "x$enable_icmp" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24828 icmp"
24829 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24830 dlls/icmp/Makefile: dlls/icmp/Makefile.in dlls/Makedll.rules"
24831 ac_config_files="$ac_config_files dlls/icmp/Makefile"
24833 ALL_MAKEFILES="$ALL_MAKEFILES \\
24834 dlls/ifsmgr.vxd/Makefile"
24835 test "x$enable_ifsmgr_vxd" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24836 ifsmgr.vxd"
24837 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24838 dlls/ifsmgr.vxd/Makefile: dlls/ifsmgr.vxd/Makefile.in dlls/Makedll.rules"
24839 ac_config_files="$ac_config_files dlls/ifsmgr.vxd/Makefile"
24841 ALL_MAKEFILES="$ALL_MAKEFILES \\
24842 dlls/imaadp32.acm/Makefile"
24843 test "x$enable_imaadp32_acm" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24844 imaadp32.acm"
24845 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24846 dlls/imaadp32.acm/Makefile: dlls/imaadp32.acm/Makefile.in dlls/Makedll.rules"
24847 ac_config_files="$ac_config_files dlls/imaadp32.acm/Makefile"
24849 ALL_MAKEFILES="$ALL_MAKEFILES \\
24850 dlls/imagehlp/Makefile"
24851 test "x$enable_imagehlp" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24852 imagehlp"
24853 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24854 dlls/imagehlp/Makefile: dlls/imagehlp/Makefile.in dlls/Makedll.rules"
24855 ac_config_files="$ac_config_files dlls/imagehlp/Makefile"
24857 ALL_MAKEFILES="$ALL_MAKEFILES \\
24858 dlls/imm32/Makefile"
24859 test "x$enable_imm32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24860 imm32"
24861 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24862 dlls/imm32/Makefile: dlls/imm32/Makefile.in dlls/Makedll.rules"
24863 ac_config_files="$ac_config_files dlls/imm32/Makefile"
24865 ALL_MAKEFILES="$ALL_MAKEFILES \\
24866 dlls/imm32/tests/Makefile"
24867 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24868 imm32/tests"
24869 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24870 dlls/imm32/tests/Makefile: dlls/imm32/tests/Makefile.in dlls/Maketest.rules"
24871 ac_config_files="$ac_config_files dlls/imm32/tests/Makefile"
24873 ALL_MAKEFILES="$ALL_MAKEFILES \\
24874 dlls/inetcomm/Makefile"
24875 test "x$enable_inetcomm" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24876 inetcomm"
24877 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24878 dlls/inetcomm/Makefile: dlls/inetcomm/Makefile.in dlls/Makedll.rules"
24879 ac_config_files="$ac_config_files dlls/inetcomm/Makefile"
24881 ALL_MAKEFILES="$ALL_MAKEFILES \\
24882 dlls/inetcomm/tests/Makefile"
24883 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24884 inetcomm/tests"
24885 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24886 dlls/inetcomm/tests/Makefile: dlls/inetcomm/tests/Makefile.in dlls/Maketest.rules"
24887 ac_config_files="$ac_config_files dlls/inetcomm/tests/Makefile"
24889 ALL_MAKEFILES="$ALL_MAKEFILES \\
24890 dlls/inetmib1/Makefile"
24891 test "x$enable_inetmib1" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24892 inetmib1"
24893 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24894 dlls/inetmib1/Makefile: dlls/inetmib1/Makefile.in dlls/Makedll.rules"
24895 ac_config_files="$ac_config_files dlls/inetmib1/Makefile"
24897 ALL_MAKEFILES="$ALL_MAKEFILES \\
24898 dlls/inetmib1/tests/Makefile"
24899 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24900 inetmib1/tests"
24901 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24902 dlls/inetmib1/tests/Makefile: dlls/inetmib1/tests/Makefile.in dlls/Maketest.rules"
24903 ac_config_files="$ac_config_files dlls/inetmib1/tests/Makefile"
24905 ALL_MAKEFILES="$ALL_MAKEFILES \\
24906 dlls/infosoft/Makefile"
24907 test "x$enable_infosoft" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24908 infosoft"
24909 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24910 dlls/infosoft/Makefile: dlls/infosoft/Makefile.in dlls/Makedll.rules"
24911 ac_config_files="$ac_config_files dlls/infosoft/Makefile"
24913 ALL_MAKEFILES="$ALL_MAKEFILES \\
24914 dlls/infosoft/tests/Makefile"
24915 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24916 infosoft/tests"
24917 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24918 dlls/infosoft/tests/Makefile: dlls/infosoft/tests/Makefile.in dlls/Maketest.rules"
24919 ac_config_files="$ac_config_files dlls/infosoft/tests/Makefile"
24921 ALL_MAKEFILES="$ALL_MAKEFILES \\
24922 dlls/initpki/Makefile"
24923 test "x$enable_initpki" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24924 initpki"
24925 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24926 dlls/initpki/Makefile: dlls/initpki/Makefile.in dlls/Makedll.rules"
24927 ac_config_files="$ac_config_files dlls/initpki/Makefile"
24929 ALL_MAKEFILES="$ALL_MAKEFILES \\
24930 dlls/inkobj/Makefile"
24931 test "x$enable_inkobj" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24932 inkobj"
24933 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24934 dlls/inkobj/Makefile: dlls/inkobj/Makefile.in dlls/Makedll.rules"
24935 ac_config_files="$ac_config_files dlls/inkobj/Makefile"
24937 ALL_MAKEFILES="$ALL_MAKEFILES \\
24938 dlls/inseng/Makefile"
24939 test "x$enable_inseng" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24940 inseng"
24941 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24942 dlls/inseng/Makefile: dlls/inseng/Makefile.in dlls/Makedll.rules"
24943 ac_config_files="$ac_config_files dlls/inseng/Makefile"
24945 ALL_MAKEFILES="$ALL_MAKEFILES \\
24946 dlls/iphlpapi/Makefile"
24947 test "x$enable_iphlpapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24948 iphlpapi"
24949 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24950 dlls/iphlpapi/Makefile: dlls/iphlpapi/Makefile.in dlls/Makedll.rules"
24951 ac_config_files="$ac_config_files dlls/iphlpapi/Makefile"
24953 ALL_MAKEFILES="$ALL_MAKEFILES \\
24954 dlls/iphlpapi/tests/Makefile"
24955 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24956 iphlpapi/tests"
24957 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24958 dlls/iphlpapi/tests/Makefile: dlls/iphlpapi/tests/Makefile.in dlls/Maketest.rules"
24959 ac_config_files="$ac_config_files dlls/iphlpapi/tests/Makefile"
24961 ALL_MAKEFILES="$ALL_MAKEFILES \\
24962 dlls/itircl/Makefile"
24963 test "x$enable_itircl" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24964 itircl"
24965 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24966 dlls/itircl/Makefile: dlls/itircl/Makefile.in dlls/Makedll.rules"
24967 ac_config_files="$ac_config_files dlls/itircl/Makefile"
24969 ALL_MAKEFILES="$ALL_MAKEFILES \\
24970 dlls/itss/Makefile"
24971 test "x$enable_itss" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24972 itss"
24973 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24974 dlls/itss/Makefile: dlls/itss/Makefile.in dlls/Makedll.rules"
24975 ac_config_files="$ac_config_files dlls/itss/Makefile"
24977 ALL_MAKEFILES="$ALL_MAKEFILES \\
24978 dlls/itss/tests/Makefile"
24979 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24980 itss/tests"
24981 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24982 dlls/itss/tests/Makefile: dlls/itss/tests/Makefile.in dlls/Maketest.rules"
24983 ac_config_files="$ac_config_files dlls/itss/tests/Makefile"
24985 ALL_MAKEFILES="$ALL_MAKEFILES \\
24986 dlls/jscript/Makefile"
24987 test "x$enable_jscript" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24988 jscript"
24989 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24990 dlls/jscript/Makefile: dlls/jscript/Makefile.in dlls/Makedll.rules"
24991 ac_config_files="$ac_config_files dlls/jscript/Makefile"
24993 ALL_MAKEFILES="$ALL_MAKEFILES \\
24994 dlls/jscript/tests/Makefile"
24995 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24996 jscript/tests"
24997 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24998 dlls/jscript/tests/Makefile: dlls/jscript/tests/Makefile.in dlls/Maketest.rules"
24999 ac_config_files="$ac_config_files dlls/jscript/tests/Makefile"
25001 ALL_MAKEFILES="$ALL_MAKEFILES \\
25002 dlls/kernel32/Makefile"
25003 test "x$enable_kernel32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25004 kernel32"
25005 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25006 dlls/kernel32/Makefile: dlls/kernel32/Makefile.in dlls/Makedll.rules"
25007 ac_config_files="$ac_config_files dlls/kernel32/Makefile"
25009 ALL_MAKEFILES="$ALL_MAKEFILES \\
25010 dlls/kernel32/tests/Makefile"
25011 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25012 kernel32/tests"
25013 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25014 dlls/kernel32/tests/Makefile: dlls/kernel32/tests/Makefile.in dlls/Maketest.rules"
25015 ac_config_files="$ac_config_files dlls/kernel32/tests/Makefile"
25017 ALL_MAKEFILES="$ALL_MAKEFILES \\
25018 dlls/localspl/Makefile"
25019 test "x$enable_localspl" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25020 localspl"
25021 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25022 dlls/localspl/Makefile: dlls/localspl/Makefile.in dlls/Makedll.rules"
25023 ac_config_files="$ac_config_files dlls/localspl/Makefile"
25025 ALL_MAKEFILES="$ALL_MAKEFILES \\
25026 dlls/localspl/tests/Makefile"
25027 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25028 localspl/tests"
25029 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25030 dlls/localspl/tests/Makefile: dlls/localspl/tests/Makefile.in dlls/Maketest.rules"
25031 ac_config_files="$ac_config_files dlls/localspl/tests/Makefile"
25033 ALL_MAKEFILES="$ALL_MAKEFILES \\
25034 dlls/localui/Makefile"
25035 test "x$enable_localui" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25036 localui"
25037 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25038 dlls/localui/Makefile: dlls/localui/Makefile.in dlls/Makedll.rules"
25039 ac_config_files="$ac_config_files dlls/localui/Makefile"
25041 ALL_MAKEFILES="$ALL_MAKEFILES \\
25042 dlls/localui/tests/Makefile"
25043 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25044 localui/tests"
25045 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25046 dlls/localui/tests/Makefile: dlls/localui/tests/Makefile.in dlls/Maketest.rules"
25047 ac_config_files="$ac_config_files dlls/localui/tests/Makefile"
25049 ALL_MAKEFILES="$ALL_MAKEFILES \\
25050 dlls/lz32/Makefile"
25051 test "x$enable_lz32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25052 lz32"
25053 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25054 dlls/lz32/Makefile: dlls/lz32/Makefile.in dlls/Makedll.rules"
25055 ac_config_files="$ac_config_files dlls/lz32/Makefile"
25057 ALL_MAKEFILES="$ALL_MAKEFILES \\
25058 dlls/lz32/tests/Makefile"
25059 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25060 lz32/tests"
25061 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25062 dlls/lz32/tests/Makefile: dlls/lz32/tests/Makefile.in dlls/Maketest.rules"
25063 ac_config_files="$ac_config_files dlls/lz32/tests/Makefile"
25065 ALL_MAKEFILES="$ALL_MAKEFILES \\
25066 dlls/mapi32/Makefile"
25067 test "x$enable_mapi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25068 mapi32"
25069 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25070 dlls/mapi32/Makefile: dlls/mapi32/Makefile.in dlls/Makedll.rules"
25071 ac_config_files="$ac_config_files dlls/mapi32/Makefile"
25073 ALL_MAKEFILES="$ALL_MAKEFILES \\
25074 dlls/mapi32/tests/Makefile"
25075 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25076 mapi32/tests"
25077 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25078 dlls/mapi32/tests/Makefile: dlls/mapi32/tests/Makefile.in dlls/Maketest.rules"
25079 ac_config_files="$ac_config_files dlls/mapi32/tests/Makefile"
25081 ALL_MAKEFILES="$ALL_MAKEFILES \\
25082 dlls/mciavi32/Makefile"
25083 test "x$enable_mciavi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25084 mciavi32"
25085 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25086 dlls/mciavi32/Makefile: dlls/mciavi32/Makefile.in dlls/Makedll.rules"
25087 ac_config_files="$ac_config_files dlls/mciavi32/Makefile"
25089 ALL_MAKEFILES="$ALL_MAKEFILES \\
25090 dlls/mcicda/Makefile"
25091 test "x$enable_mcicda" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25092 mcicda"
25093 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25094 dlls/mcicda/Makefile: dlls/mcicda/Makefile.in dlls/Makedll.rules"
25095 ac_config_files="$ac_config_files dlls/mcicda/Makefile"
25097 ALL_MAKEFILES="$ALL_MAKEFILES \\
25098 dlls/mciseq/Makefile"
25099 test "x$enable_mciseq" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25100 mciseq"
25101 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25102 dlls/mciseq/Makefile: dlls/mciseq/Makefile.in dlls/Makedll.rules"
25103 ac_config_files="$ac_config_files dlls/mciseq/Makefile"
25105 ALL_MAKEFILES="$ALL_MAKEFILES \\
25106 dlls/mciwave/Makefile"
25107 test "x$enable_mciwave" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25108 mciwave"
25109 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25110 dlls/mciwave/Makefile: dlls/mciwave/Makefile.in dlls/Makedll.rules"
25111 ac_config_files="$ac_config_files dlls/mciwave/Makefile"
25113 ALL_MAKEFILES="$ALL_MAKEFILES \\
25114 dlls/midimap/Makefile"
25115 test "x$enable_midimap" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25116 midimap"
25117 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25118 dlls/midimap/Makefile: dlls/midimap/Makefile.in dlls/Makedll.rules"
25119 ac_config_files="$ac_config_files dlls/midimap/Makefile"
25121 ALL_MAKEFILES="$ALL_MAKEFILES \\
25122 dlls/mlang/Makefile"
25123 test "x$enable_mlang" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25124 mlang"
25125 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25126 dlls/mlang/Makefile: dlls/mlang/Makefile.in dlls/Makedll.rules"
25127 ac_config_files="$ac_config_files dlls/mlang/Makefile"
25129 ALL_MAKEFILES="$ALL_MAKEFILES \\
25130 dlls/mlang/tests/Makefile"
25131 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25132 mlang/tests"
25133 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25134 dlls/mlang/tests/Makefile: dlls/mlang/tests/Makefile.in dlls/Maketest.rules"
25135 ac_config_files="$ac_config_files dlls/mlang/tests/Makefile"
25137 ALL_MAKEFILES="$ALL_MAKEFILES \\
25138 dlls/mmdevldr.vxd/Makefile"
25139 test "x$enable_mmdevldr_vxd" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25140 mmdevldr.vxd"
25141 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25142 dlls/mmdevldr.vxd/Makefile: dlls/mmdevldr.vxd/Makefile.in dlls/Makedll.rules"
25143 ac_config_files="$ac_config_files dlls/mmdevldr.vxd/Makefile"
25145 ALL_MAKEFILES="$ALL_MAKEFILES \\
25146 dlls/monodebg.vxd/Makefile"
25147 test "x$enable_monodebg_vxd" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25148 monodebg.vxd"
25149 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25150 dlls/monodebg.vxd/Makefile: dlls/monodebg.vxd/Makefile.in dlls/Makedll.rules"
25151 ac_config_files="$ac_config_files dlls/monodebg.vxd/Makefile"
25153 ALL_MAKEFILES="$ALL_MAKEFILES \\
25154 dlls/mountmgr.sys/Makefile"
25155 test "x$enable_mountmgr_sys" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25156 mountmgr.sys"
25157 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25158 dlls/mountmgr.sys/Makefile: dlls/mountmgr.sys/Makefile.in dlls/Makedll.rules"
25159 ac_config_files="$ac_config_files dlls/mountmgr.sys/Makefile"
25161 ALL_MAKEFILES="$ALL_MAKEFILES \\
25162 dlls/mpr/Makefile"
25163 test "x$enable_mpr" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25164 mpr"
25165 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25166 dlls/mpr/Makefile: dlls/mpr/Makefile.in dlls/Makedll.rules"
25167 ac_config_files="$ac_config_files dlls/mpr/Makefile"
25169 ALL_MAKEFILES="$ALL_MAKEFILES \\
25170 dlls/mprapi/Makefile"
25171 test "x$enable_mprapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25172 mprapi"
25173 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25174 dlls/mprapi/Makefile: dlls/mprapi/Makefile.in dlls/Makedll.rules"
25175 ac_config_files="$ac_config_files dlls/mprapi/Makefile"
25177 ALL_MAKEFILES="$ALL_MAKEFILES \\
25178 dlls/msacm32.drv/Makefile"
25179 test "x$enable_msacm32_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25180 msacm32.drv"
25181 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25182 dlls/msacm32.drv/Makefile: dlls/msacm32.drv/Makefile.in dlls/Makedll.rules"
25183 ac_config_files="$ac_config_files dlls/msacm32.drv/Makefile"
25185 ALL_MAKEFILES="$ALL_MAKEFILES \\
25186 dlls/msacm32/Makefile"
25187 test "x$enable_msacm32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25188 msacm32"
25189 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25190 dlls/msacm32/Makefile: dlls/msacm32/Makefile.in dlls/Makedll.rules"
25191 ac_config_files="$ac_config_files dlls/msacm32/Makefile"
25193 ALL_MAKEFILES="$ALL_MAKEFILES \\
25194 dlls/msacm32/tests/Makefile"
25195 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25196 msacm32/tests"
25197 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25198 dlls/msacm32/tests/Makefile: dlls/msacm32/tests/Makefile.in dlls/Maketest.rules"
25199 ac_config_files="$ac_config_files dlls/msacm32/tests/Makefile"
25201 ALL_MAKEFILES="$ALL_MAKEFILES \\
25202 dlls/msadp32.acm/Makefile"
25203 test "x$enable_msadp32_acm" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25204 msadp32.acm"
25205 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25206 dlls/msadp32.acm/Makefile: dlls/msadp32.acm/Makefile.in dlls/Makedll.rules"
25207 ac_config_files="$ac_config_files dlls/msadp32.acm/Makefile"
25209 ALL_MAKEFILES="$ALL_MAKEFILES \\
25210 dlls/mscat32/Makefile"
25211 test "x$enable_mscat32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25212 mscat32"
25213 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25214 dlls/mscat32/Makefile: dlls/mscat32/Makefile.in dlls/Makedll.rules"
25215 ac_config_files="$ac_config_files dlls/mscat32/Makefile"
25217 ALL_MAKEFILES="$ALL_MAKEFILES \\
25218 dlls/mscms/Makefile"
25219 test "x$enable_mscms" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25220 mscms"
25221 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25222 dlls/mscms/Makefile: dlls/mscms/Makefile.in dlls/Makedll.rules"
25223 ac_config_files="$ac_config_files dlls/mscms/Makefile"
25225 ALL_MAKEFILES="$ALL_MAKEFILES \\
25226 dlls/mscms/tests/Makefile"
25227 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25228 mscms/tests"
25229 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25230 dlls/mscms/tests/Makefile: dlls/mscms/tests/Makefile.in dlls/Maketest.rules"
25231 ac_config_files="$ac_config_files dlls/mscms/tests/Makefile"
25233 ALL_MAKEFILES="$ALL_MAKEFILES \\
25234 dlls/mscoree/Makefile"
25235 test "x$enable_mscoree" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25236 mscoree"
25237 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25238 dlls/mscoree/Makefile: dlls/mscoree/Makefile.in dlls/Makedll.rules"
25239 ac_config_files="$ac_config_files dlls/mscoree/Makefile"
25241 ALL_MAKEFILES="$ALL_MAKEFILES \\
25242 dlls/msdmo/Makefile"
25243 test "x$enable_msdmo" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25244 msdmo"
25245 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25246 dlls/msdmo/Makefile: dlls/msdmo/Makefile.in dlls/Makedll.rules"
25247 ac_config_files="$ac_config_files dlls/msdmo/Makefile"
25249 ALL_MAKEFILES="$ALL_MAKEFILES \\
25250 dlls/msftedit/Makefile"
25251 test "x$enable_msftedit" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25252 msftedit"
25253 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25254 dlls/msftedit/Makefile: dlls/msftedit/Makefile.in dlls/Makedll.rules"
25255 ac_config_files="$ac_config_files dlls/msftedit/Makefile"
25257 ALL_MAKEFILES="$ALL_MAKEFILES \\
25258 dlls/msg711.acm/Makefile"
25259 test "x$enable_msg711_acm" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25260 msg711.acm"
25261 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25262 dlls/msg711.acm/Makefile: dlls/msg711.acm/Makefile.in dlls/Makedll.rules"
25263 ac_config_files="$ac_config_files dlls/msg711.acm/Makefile"
25265 ALL_MAKEFILES="$ALL_MAKEFILES \\
25266 dlls/mshtml.tlb/Makefile"
25267 test "x$enable_mshtml_tlb" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25268 mshtml.tlb"
25269 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25270 dlls/mshtml.tlb/Makefile: dlls/mshtml.tlb/Makefile.in dlls/Makedll.rules"
25271 ac_config_files="$ac_config_files dlls/mshtml.tlb/Makefile"
25273 ALL_MAKEFILES="$ALL_MAKEFILES \\
25274 dlls/mshtml/Makefile"
25275 test "x$enable_mshtml" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25276 mshtml"
25277 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25278 dlls/mshtml/Makefile: dlls/mshtml/Makefile.in dlls/Makedll.rules"
25279 ac_config_files="$ac_config_files dlls/mshtml/Makefile"
25281 ALL_MAKEFILES="$ALL_MAKEFILES \\
25282 dlls/mshtml/tests/Makefile"
25283 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25284 mshtml/tests"
25285 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25286 dlls/mshtml/tests/Makefile: dlls/mshtml/tests/Makefile.in dlls/Maketest.rules"
25287 ac_config_files="$ac_config_files dlls/mshtml/tests/Makefile"
25289 ALL_MAKEFILES="$ALL_MAKEFILES \\
25290 dlls/msi/Makefile"
25291 test "x$enable_msi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25292 msi"
25293 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25294 dlls/msi/Makefile: dlls/msi/Makefile.in dlls/Makedll.rules"
25295 ac_config_files="$ac_config_files dlls/msi/Makefile"
25297 ALL_MAKEFILES="$ALL_MAKEFILES \\
25298 dlls/msi/tests/Makefile"
25299 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25300 msi/tests"
25301 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25302 dlls/msi/tests/Makefile: dlls/msi/tests/Makefile.in dlls/Maketest.rules"
25303 ac_config_files="$ac_config_files dlls/msi/tests/Makefile"
25305 ALL_MAKEFILES="$ALL_MAKEFILES \\
25306 dlls/msimg32/Makefile"
25307 test "x$enable_msimg32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25308 msimg32"
25309 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25310 dlls/msimg32/Makefile: dlls/msimg32/Makefile.in dlls/Makedll.rules"
25311 ac_config_files="$ac_config_files dlls/msimg32/Makefile"
25313 ALL_MAKEFILES="$ALL_MAKEFILES \\
25314 dlls/msimtf/Makefile"
25315 test "x$enable_msimtf" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25316 msimtf"
25317 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25318 dlls/msimtf/Makefile: dlls/msimtf/Makefile.in dlls/Makedll.rules"
25319 ac_config_files="$ac_config_files dlls/msimtf/Makefile"
25321 ALL_MAKEFILES="$ALL_MAKEFILES \\
25322 dlls/msisip/Makefile"
25323 test "x$enable_msisip" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25324 msisip"
25325 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25326 dlls/msisip/Makefile: dlls/msisip/Makefile.in dlls/Makedll.rules"
25327 ac_config_files="$ac_config_files dlls/msisip/Makefile"
25329 ALL_MAKEFILES="$ALL_MAKEFILES \\
25330 dlls/msisys.ocx/Makefile"
25331 test "x$enable_msisys_ocx" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25332 msisys.ocx"
25333 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25334 dlls/msisys.ocx/Makefile: dlls/msisys.ocx/Makefile.in dlls/Makedll.rules"
25335 ac_config_files="$ac_config_files dlls/msisys.ocx/Makefile"
25337 ALL_MAKEFILES="$ALL_MAKEFILES \\
25338 dlls/msnet32/Makefile"
25339 test "x$enable_msnet32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25340 msnet32"
25341 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25342 dlls/msnet32/Makefile: dlls/msnet32/Makefile.in dlls/Makedll.rules"
25343 ac_config_files="$ac_config_files dlls/msnet32/Makefile"
25345 ALL_MAKEFILES="$ALL_MAKEFILES \\
25346 dlls/msrle32/Makefile"
25347 test "x$enable_msrle32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25348 msrle32"
25349 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25350 dlls/msrle32/Makefile: dlls/msrle32/Makefile.in dlls/Makedll.rules"
25351 ac_config_files="$ac_config_files dlls/msrle32/Makefile"
25353 ALL_MAKEFILES="$ALL_MAKEFILES \\
25354 dlls/mssip32/Makefile"
25355 test "x$enable_mssip32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25356 mssip32"
25357 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25358 dlls/mssip32/Makefile: dlls/mssip32/Makefile.in dlls/Makedll.rules"
25359 ac_config_files="$ac_config_files dlls/mssip32/Makefile"
25361 ALL_MAKEFILES="$ALL_MAKEFILES \\
25362 dlls/mstask/Makefile"
25363 test "x$enable_mstask" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25364 mstask"
25365 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25366 dlls/mstask/Makefile: dlls/mstask/Makefile.in dlls/Makedll.rules"
25367 ac_config_files="$ac_config_files dlls/mstask/Makefile"
25369 ALL_MAKEFILES="$ALL_MAKEFILES \\
25370 dlls/mstask/tests/Makefile"
25371 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25372 mstask/tests"
25373 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25374 dlls/mstask/tests/Makefile: dlls/mstask/tests/Makefile.in dlls/Maketest.rules"
25375 ac_config_files="$ac_config_files dlls/mstask/tests/Makefile"
25377 ALL_MAKEFILES="$ALL_MAKEFILES \\
25378 dlls/msvcirt/Makefile"
25379 test "x$enable_msvcirt" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25380 msvcirt"
25381 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25382 dlls/msvcirt/Makefile: dlls/msvcirt/Makefile.in dlls/Makedll.rules"
25383 ac_config_files="$ac_config_files dlls/msvcirt/Makefile"
25385 ALL_MAKEFILES="$ALL_MAKEFILES \\
25386 dlls/msvcr71/Makefile"
25387 test "x$enable_msvcr71" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25388 msvcr71"
25389 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25390 dlls/msvcr71/Makefile: dlls/msvcr71/Makefile.in dlls/Makedll.rules"
25391 ac_config_files="$ac_config_files dlls/msvcr71/Makefile"
25393 ALL_MAKEFILES="$ALL_MAKEFILES \\
25394 dlls/msvcrt/Makefile"
25395 test "x$enable_msvcrt" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25396 msvcrt"
25397 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25398 dlls/msvcrt/Makefile: dlls/msvcrt/Makefile.in dlls/Makedll.rules"
25399 ac_config_files="$ac_config_files dlls/msvcrt/Makefile"
25401 ALL_MAKEFILES="$ALL_MAKEFILES \\
25402 dlls/msvcrt/tests/Makefile"
25403 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25404 msvcrt/tests"
25405 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25406 dlls/msvcrt/tests/Makefile: dlls/msvcrt/tests/Makefile.in dlls/Maketest.rules"
25407 ac_config_files="$ac_config_files dlls/msvcrt/tests/Makefile"
25409 ALL_MAKEFILES="$ALL_MAKEFILES \\
25410 dlls/msvcrt20/Makefile"
25411 test "x$enable_msvcrt20" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25412 msvcrt20"
25413 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25414 dlls/msvcrt20/Makefile: dlls/msvcrt20/Makefile.in dlls/Makedll.rules"
25415 ac_config_files="$ac_config_files dlls/msvcrt20/Makefile"
25417 ALL_MAKEFILES="$ALL_MAKEFILES \\
25418 dlls/msvcrt40/Makefile"
25419 test "x$enable_msvcrt40" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25420 msvcrt40"
25421 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25422 dlls/msvcrt40/Makefile: dlls/msvcrt40/Makefile.in dlls/Makedll.rules"
25423 ac_config_files="$ac_config_files dlls/msvcrt40/Makefile"
25425 ALL_MAKEFILES="$ALL_MAKEFILES \\
25426 dlls/msvcrtd/Makefile"
25427 test "x$enable_msvcrtd" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25428 msvcrtd"
25429 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25430 dlls/msvcrtd/Makefile: dlls/msvcrtd/Makefile.in dlls/Makedll.rules"
25431 ac_config_files="$ac_config_files dlls/msvcrtd/Makefile"
25433 ALL_MAKEFILES="$ALL_MAKEFILES \\
25434 dlls/msvcrtd/tests/Makefile"
25435 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25436 msvcrtd/tests"
25437 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25438 dlls/msvcrtd/tests/Makefile: dlls/msvcrtd/tests/Makefile.in dlls/Maketest.rules"
25439 ac_config_files="$ac_config_files dlls/msvcrtd/tests/Makefile"
25441 ALL_MAKEFILES="$ALL_MAKEFILES \\
25442 dlls/msvfw32/Makefile"
25443 test "x$enable_msvfw32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25444 msvfw32"
25445 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25446 dlls/msvfw32/Makefile: dlls/msvfw32/Makefile.in dlls/Makedll.rules"
25447 ac_config_files="$ac_config_files dlls/msvfw32/Makefile"
25449 ALL_MAKEFILES="$ALL_MAKEFILES \\
25450 dlls/msvfw32/tests/Makefile"
25451 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25452 msvfw32/tests"
25453 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25454 dlls/msvfw32/tests/Makefile: dlls/msvfw32/tests/Makefile.in dlls/Maketest.rules"
25455 ac_config_files="$ac_config_files dlls/msvfw32/tests/Makefile"
25457 ALL_MAKEFILES="$ALL_MAKEFILES \\
25458 dlls/msvidc32/Makefile"
25459 test "x$enable_msvidc32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25460 msvidc32"
25461 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25462 dlls/msvidc32/Makefile: dlls/msvidc32/Makefile.in dlls/Makedll.rules"
25463 ac_config_files="$ac_config_files dlls/msvidc32/Makefile"
25465 ALL_MAKEFILES="$ALL_MAKEFILES \\
25466 dlls/mswsock/Makefile"
25467 test "x$enable_mswsock" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25468 mswsock"
25469 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25470 dlls/mswsock/Makefile: dlls/mswsock/Makefile.in dlls/Makedll.rules"
25471 ac_config_files="$ac_config_files dlls/mswsock/Makefile"
25473 ALL_MAKEFILES="$ALL_MAKEFILES \\
25474 dlls/msxml3/Makefile"
25475 test "x$enable_msxml3" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25476 msxml3"
25477 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25478 dlls/msxml3/Makefile: dlls/msxml3/Makefile.in dlls/Makedll.rules"
25479 ac_config_files="$ac_config_files dlls/msxml3/Makefile"
25481 ALL_MAKEFILES="$ALL_MAKEFILES \\
25482 dlls/msxml3/tests/Makefile"
25483 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25484 msxml3/tests"
25485 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25486 dlls/msxml3/tests/Makefile: dlls/msxml3/tests/Makefile.in dlls/Maketest.rules"
25487 ac_config_files="$ac_config_files dlls/msxml3/tests/Makefile"
25489 ALL_MAKEFILES="$ALL_MAKEFILES \\
25490 dlls/nddeapi/Makefile"
25491 test "x$enable_nddeapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25492 nddeapi"
25493 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25494 dlls/nddeapi/Makefile: dlls/nddeapi/Makefile.in dlls/Makedll.rules"
25495 ac_config_files="$ac_config_files dlls/nddeapi/Makefile"
25497 ALL_MAKEFILES="$ALL_MAKEFILES \\
25498 dlls/netapi32/Makefile"
25499 test "x$enable_netapi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25500 netapi32"
25501 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25502 dlls/netapi32/Makefile: dlls/netapi32/Makefile.in dlls/Makedll.rules"
25503 ac_config_files="$ac_config_files dlls/netapi32/Makefile"
25505 ALL_MAKEFILES="$ALL_MAKEFILES \\
25506 dlls/netapi32/tests/Makefile"
25507 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25508 netapi32/tests"
25509 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25510 dlls/netapi32/tests/Makefile: dlls/netapi32/tests/Makefile.in dlls/Maketest.rules"
25511 ac_config_files="$ac_config_files dlls/netapi32/tests/Makefile"
25513 ALL_MAKEFILES="$ALL_MAKEFILES \\
25514 dlls/newdev/Makefile"
25515 test "x$enable_newdev" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25516 newdev"
25517 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25518 dlls/newdev/Makefile: dlls/newdev/Makefile.in dlls/Makedll.rules"
25519 ac_config_files="$ac_config_files dlls/newdev/Makefile"
25521 ALL_MAKEFILES="$ALL_MAKEFILES \\
25522 dlls/ntdll/Makefile"
25523 test "x$enable_ntdll" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25524 ntdll"
25525 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25526 dlls/ntdll/Makefile: dlls/ntdll/Makefile.in dlls/Makedll.rules"
25527 ac_config_files="$ac_config_files dlls/ntdll/Makefile"
25529 ALL_MAKEFILES="$ALL_MAKEFILES \\
25530 dlls/ntdll/tests/Makefile"
25531 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25532 ntdll/tests"
25533 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25534 dlls/ntdll/tests/Makefile: dlls/ntdll/tests/Makefile.in dlls/Maketest.rules"
25535 ac_config_files="$ac_config_files dlls/ntdll/tests/Makefile"
25537 ALL_MAKEFILES="$ALL_MAKEFILES \\
25538 dlls/ntdsapi/Makefile"
25539 test "x$enable_ntdsapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25540 ntdsapi"
25541 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25542 dlls/ntdsapi/Makefile: dlls/ntdsapi/Makefile.in dlls/Makedll.rules"
25543 ac_config_files="$ac_config_files dlls/ntdsapi/Makefile"
25545 ALL_MAKEFILES="$ALL_MAKEFILES \\
25546 dlls/ntdsapi/tests/Makefile"
25547 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25548 ntdsapi/tests"
25549 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25550 dlls/ntdsapi/tests/Makefile: dlls/ntdsapi/tests/Makefile.in dlls/Maketest.rules"
25551 ac_config_files="$ac_config_files dlls/ntdsapi/tests/Makefile"
25553 ALL_MAKEFILES="$ALL_MAKEFILES \\
25554 dlls/ntoskrnl.exe/Makefile"
25555 test "x$enable_ntoskrnl_exe" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25556 ntoskrnl.exe"
25557 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25558 dlls/ntoskrnl.exe/Makefile: dlls/ntoskrnl.exe/Makefile.in dlls/Makedll.rules"
25559 ac_config_files="$ac_config_files dlls/ntoskrnl.exe/Makefile"
25561 ALL_MAKEFILES="$ALL_MAKEFILES \\
25562 dlls/ntprint/Makefile"
25563 test "x$enable_ntprint" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25564 ntprint"
25565 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25566 dlls/ntprint/Makefile: dlls/ntprint/Makefile.in dlls/Makedll.rules"
25567 ac_config_files="$ac_config_files dlls/ntprint/Makefile"
25569 ALL_MAKEFILES="$ALL_MAKEFILES \\
25570 dlls/ntprint/tests/Makefile"
25571 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25572 ntprint/tests"
25573 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25574 dlls/ntprint/tests/Makefile: dlls/ntprint/tests/Makefile.in dlls/Maketest.rules"
25575 ac_config_files="$ac_config_files dlls/ntprint/tests/Makefile"
25577 ALL_MAKEFILES="$ALL_MAKEFILES \\
25578 dlls/objsel/Makefile"
25579 test "x$enable_objsel" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25580 objsel"
25581 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25582 dlls/objsel/Makefile: dlls/objsel/Makefile.in dlls/Makedll.rules"
25583 ac_config_files="$ac_config_files dlls/objsel/Makefile"
25585 ALL_MAKEFILES="$ALL_MAKEFILES \\
25586 dlls/odbc32/Makefile"
25587 test "x$enable_odbc32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25588 odbc32"
25589 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25590 dlls/odbc32/Makefile: dlls/odbc32/Makefile.in dlls/Makedll.rules"
25591 ac_config_files="$ac_config_files dlls/odbc32/Makefile"
25593 ALL_MAKEFILES="$ALL_MAKEFILES \\
25594 dlls/odbccp32/Makefile"
25595 test "x$enable_odbccp32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25596 odbccp32"
25597 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25598 dlls/odbccp32/Makefile: dlls/odbccp32/Makefile.in dlls/Makedll.rules"
25599 ac_config_files="$ac_config_files dlls/odbccp32/Makefile"
25601 ALL_MAKEFILES="$ALL_MAKEFILES \\
25602 dlls/odbccp32/tests/Makefile"
25603 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25604 odbccp32/tests"
25605 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25606 dlls/odbccp32/tests/Makefile: dlls/odbccp32/tests/Makefile.in dlls/Maketest.rules"
25607 ac_config_files="$ac_config_files dlls/odbccp32/tests/Makefile"
25609 ALL_MAKEFILES="$ALL_MAKEFILES \\
25610 dlls/ole32/Makefile"
25611 test "x$enable_ole32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25612 ole32"
25613 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25614 dlls/ole32/Makefile: dlls/ole32/Makefile.in dlls/Makedll.rules"
25615 ac_config_files="$ac_config_files dlls/ole32/Makefile"
25617 ALL_MAKEFILES="$ALL_MAKEFILES \\
25618 dlls/ole32/tests/Makefile"
25619 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25620 ole32/tests"
25621 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25622 dlls/ole32/tests/Makefile: dlls/ole32/tests/Makefile.in dlls/Maketest.rules"
25623 ac_config_files="$ac_config_files dlls/ole32/tests/Makefile"
25625 ALL_MAKEFILES="$ALL_MAKEFILES \\
25626 dlls/oleacc/Makefile"
25627 test "x$enable_oleacc" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25628 oleacc"
25629 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25630 dlls/oleacc/Makefile: dlls/oleacc/Makefile.in dlls/Makedll.rules"
25631 ac_config_files="$ac_config_files dlls/oleacc/Makefile"
25633 ALL_MAKEFILES="$ALL_MAKEFILES \\
25634 dlls/oleacc/tests/Makefile"
25635 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25636 oleacc/tests"
25637 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25638 dlls/oleacc/tests/Makefile: dlls/oleacc/tests/Makefile.in dlls/Maketest.rules"
25639 ac_config_files="$ac_config_files dlls/oleacc/tests/Makefile"
25641 ALL_MAKEFILES="$ALL_MAKEFILES \\
25642 dlls/oleaut32/Makefile"
25643 test "x$enable_oleaut32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25644 oleaut32"
25645 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25646 dlls/oleaut32/Makefile: dlls/oleaut32/Makefile.in dlls/Makedll.rules"
25647 ac_config_files="$ac_config_files dlls/oleaut32/Makefile"
25649 ALL_MAKEFILES="$ALL_MAKEFILES \\
25650 dlls/oleaut32/tests/Makefile"
25651 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25652 oleaut32/tests"
25653 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25654 dlls/oleaut32/tests/Makefile: dlls/oleaut32/tests/Makefile.in dlls/Maketest.rules"
25655 ac_config_files="$ac_config_files dlls/oleaut32/tests/Makefile"
25657 ALL_MAKEFILES="$ALL_MAKEFILES \\
25658 dlls/olecli32/Makefile"
25659 test "x$enable_olecli32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25660 olecli32"
25661 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25662 dlls/olecli32/Makefile: dlls/olecli32/Makefile.in dlls/Makedll.rules"
25663 ac_config_files="$ac_config_files dlls/olecli32/Makefile"
25665 ALL_MAKEFILES="$ALL_MAKEFILES \\
25666 dlls/oledlg/Makefile"
25667 test "x$enable_oledlg" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25668 oledlg"
25669 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25670 dlls/oledlg/Makefile: dlls/oledlg/Makefile.in dlls/Makedll.rules"
25671 ac_config_files="$ac_config_files dlls/oledlg/Makefile"
25673 ALL_MAKEFILES="$ALL_MAKEFILES \\
25674 dlls/olepro32/Makefile"
25675 test "x$enable_olepro32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25676 olepro32"
25677 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25678 dlls/olepro32/Makefile: dlls/olepro32/Makefile.in dlls/Makedll.rules"
25679 ac_config_files="$ac_config_files dlls/olepro32/Makefile"
25681 ALL_MAKEFILES="$ALL_MAKEFILES \\
25682 dlls/olesvr32/Makefile"
25683 test "x$enable_olesvr32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25684 olesvr32"
25685 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25686 dlls/olesvr32/Makefile: dlls/olesvr32/Makefile.in dlls/Makedll.rules"
25687 ac_config_files="$ac_config_files dlls/olesvr32/Makefile"
25689 ALL_MAKEFILES="$ALL_MAKEFILES \\
25690 dlls/olethk32/Makefile"
25691 test "x$enable_olethk32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25692 olethk32"
25693 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25694 dlls/olethk32/Makefile: dlls/olethk32/Makefile.in dlls/Makedll.rules"
25695 ac_config_files="$ac_config_files dlls/olethk32/Makefile"
25697 ALL_MAKEFILES="$ALL_MAKEFILES \\
25698 dlls/opengl32/Makefile"
25699 test "x$enable_opengl32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25700 opengl32"
25701 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25702 dlls/opengl32/Makefile: dlls/opengl32/Makefile.in dlls/Makedll.rules"
25703 ac_config_files="$ac_config_files dlls/opengl32/Makefile"
25705 ALL_MAKEFILES="$ALL_MAKEFILES \\
25706 dlls/opengl32/tests/Makefile"
25707 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25708 opengl32/tests"
25709 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25710 dlls/opengl32/tests/Makefile: dlls/opengl32/tests/Makefile.in dlls/Maketest.rules"
25711 ac_config_files="$ac_config_files dlls/opengl32/tests/Makefile"
25713 ALL_MAKEFILES="$ALL_MAKEFILES \\
25714 dlls/pdh/Makefile"
25715 test "x$enable_pdh" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25716 pdh"
25717 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25718 dlls/pdh/Makefile: dlls/pdh/Makefile.in dlls/Makedll.rules"
25719 ac_config_files="$ac_config_files dlls/pdh/Makefile"
25721 ALL_MAKEFILES="$ALL_MAKEFILES \\
25722 dlls/pdh/tests/Makefile"
25723 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25724 pdh/tests"
25725 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25726 dlls/pdh/tests/Makefile: dlls/pdh/tests/Makefile.in dlls/Maketest.rules"
25727 ac_config_files="$ac_config_files dlls/pdh/tests/Makefile"
25729 ALL_MAKEFILES="$ALL_MAKEFILES \\
25730 dlls/pidgen/Makefile"
25731 test "x$enable_pidgen" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25732 pidgen"
25733 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25734 dlls/pidgen/Makefile: dlls/pidgen/Makefile.in dlls/Makedll.rules"
25735 ac_config_files="$ac_config_files dlls/pidgen/Makefile"
25737 ALL_MAKEFILES="$ALL_MAKEFILES \\
25738 dlls/powrprof/Makefile"
25739 test "x$enable_powrprof" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25740 powrprof"
25741 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25742 dlls/powrprof/Makefile: dlls/powrprof/Makefile.in dlls/Makedll.rules"
25743 ac_config_files="$ac_config_files dlls/powrprof/Makefile"
25745 ALL_MAKEFILES="$ALL_MAKEFILES \\
25746 dlls/printui/Makefile"
25747 test "x$enable_printui" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25748 printui"
25749 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25750 dlls/printui/Makefile: dlls/printui/Makefile.in dlls/Makedll.rules"
25751 ac_config_files="$ac_config_files dlls/printui/Makefile"
25753 ALL_MAKEFILES="$ALL_MAKEFILES \\
25754 dlls/propsys/Makefile"
25755 test "x$enable_propsys" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25756 propsys"
25757 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25758 dlls/propsys/Makefile: dlls/propsys/Makefile.in dlls/Makedll.rules"
25759 ac_config_files="$ac_config_files dlls/propsys/Makefile"
25761 ALL_MAKEFILES="$ALL_MAKEFILES \\
25762 dlls/psapi/Makefile"
25763 test "x$enable_psapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25764 psapi"
25765 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25766 dlls/psapi/Makefile: dlls/psapi/Makefile.in dlls/Makedll.rules"
25767 ac_config_files="$ac_config_files dlls/psapi/Makefile"
25769 ALL_MAKEFILES="$ALL_MAKEFILES \\
25770 dlls/psapi/tests/Makefile"
25771 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25772 psapi/tests"
25773 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25774 dlls/psapi/tests/Makefile: dlls/psapi/tests/Makefile.in dlls/Maketest.rules"
25775 ac_config_files="$ac_config_files dlls/psapi/tests/Makefile"
25777 ALL_MAKEFILES="$ALL_MAKEFILES \\
25778 dlls/pstorec/Makefile"
25779 test "x$enable_pstorec" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25780 pstorec"
25781 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25782 dlls/pstorec/Makefile: dlls/pstorec/Makefile.in dlls/Makedll.rules"
25783 ac_config_files="$ac_config_files dlls/pstorec/Makefile"
25785 ALL_MAKEFILES="$ALL_MAKEFILES \\
25786 dlls/qcap/Makefile"
25787 test "x$enable_qcap" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25788 qcap"
25789 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25790 dlls/qcap/Makefile: dlls/qcap/Makefile.in dlls/Makedll.rules"
25791 ac_config_files="$ac_config_files dlls/qcap/Makefile"
25793 ALL_MAKEFILES="$ALL_MAKEFILES \\
25794 dlls/qedit/Makefile"
25795 test "x$enable_qedit" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25796 qedit"
25797 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25798 dlls/qedit/Makefile: dlls/qedit/Makefile.in dlls/Makedll.rules"
25799 ac_config_files="$ac_config_files dlls/qedit/Makefile"
25801 ALL_MAKEFILES="$ALL_MAKEFILES \\
25802 dlls/qedit/tests/Makefile"
25803 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25804 qedit/tests"
25805 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25806 dlls/qedit/tests/Makefile: dlls/qedit/tests/Makefile.in dlls/Maketest.rules"
25807 ac_config_files="$ac_config_files dlls/qedit/tests/Makefile"
25809 ALL_MAKEFILES="$ALL_MAKEFILES \\
25810 dlls/qmgr/Makefile"
25811 test "x$enable_qmgr" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25812 qmgr"
25813 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25814 dlls/qmgr/Makefile: dlls/qmgr/Makefile.in dlls/Makedll.rules"
25815 ac_config_files="$ac_config_files dlls/qmgr/Makefile"
25817 ALL_MAKEFILES="$ALL_MAKEFILES \\
25818 dlls/qmgr/tests/Makefile"
25819 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25820 qmgr/tests"
25821 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25822 dlls/qmgr/tests/Makefile: dlls/qmgr/tests/Makefile.in dlls/Maketest.rules"
25823 ac_config_files="$ac_config_files dlls/qmgr/tests/Makefile"
25825 ALL_MAKEFILES="$ALL_MAKEFILES \\
25826 dlls/qmgrprxy/Makefile"
25827 test "x$enable_qmgrprxy" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25828 qmgrprxy"
25829 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25830 dlls/qmgrprxy/Makefile: dlls/qmgrprxy/Makefile.in dlls/Makedll.rules"
25831 ac_config_files="$ac_config_files dlls/qmgrprxy/Makefile"
25833 ALL_MAKEFILES="$ALL_MAKEFILES \\
25834 dlls/quartz/Makefile"
25835 test "x$enable_quartz" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25836 quartz"
25837 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25838 dlls/quartz/Makefile: dlls/quartz/Makefile.in dlls/Makedll.rules"
25839 ac_config_files="$ac_config_files dlls/quartz/Makefile"
25841 ALL_MAKEFILES="$ALL_MAKEFILES \\
25842 dlls/quartz/tests/Makefile"
25843 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25844 quartz/tests"
25845 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25846 dlls/quartz/tests/Makefile: dlls/quartz/tests/Makefile.in dlls/Maketest.rules"
25847 ac_config_files="$ac_config_files dlls/quartz/tests/Makefile"
25849 ALL_MAKEFILES="$ALL_MAKEFILES \\
25850 dlls/query/Makefile"
25851 test "x$enable_query" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25852 query"
25853 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25854 dlls/query/Makefile: dlls/query/Makefile.in dlls/Makedll.rules"
25855 ac_config_files="$ac_config_files dlls/query/Makefile"
25857 ALL_MAKEFILES="$ALL_MAKEFILES \\
25858 dlls/rasapi32/Makefile"
25859 test "x$enable_rasapi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25860 rasapi32"
25861 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25862 dlls/rasapi32/Makefile: dlls/rasapi32/Makefile.in dlls/Makedll.rules"
25863 ac_config_files="$ac_config_files dlls/rasapi32/Makefile"
25865 ALL_MAKEFILES="$ALL_MAKEFILES \\
25866 dlls/rasapi32/tests/Makefile"
25867 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25868 rasapi32/tests"
25869 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25870 dlls/rasapi32/tests/Makefile: dlls/rasapi32/tests/Makefile.in dlls/Maketest.rules"
25871 ac_config_files="$ac_config_files dlls/rasapi32/tests/Makefile"
25873 ALL_MAKEFILES="$ALL_MAKEFILES \\
25874 dlls/resutils/Makefile"
25875 test "x$enable_resutils" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25876 resutils"
25877 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25878 dlls/resutils/Makefile: dlls/resutils/Makefile.in dlls/Makedll.rules"
25879 ac_config_files="$ac_config_files dlls/resutils/Makefile"
25881 ALL_MAKEFILES="$ALL_MAKEFILES \\
25882 dlls/riched20/Makefile"
25883 test "x$enable_riched20" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25884 riched20"
25885 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25886 dlls/riched20/Makefile: dlls/riched20/Makefile.in dlls/Makedll.rules"
25887 ac_config_files="$ac_config_files dlls/riched20/Makefile"
25889 ALL_MAKEFILES="$ALL_MAKEFILES \\
25890 dlls/riched20/tests/Makefile"
25891 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25892 riched20/tests"
25893 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25894 dlls/riched20/tests/Makefile: dlls/riched20/tests/Makefile.in dlls/Maketest.rules"
25895 ac_config_files="$ac_config_files dlls/riched20/tests/Makefile"
25897 ALL_MAKEFILES="$ALL_MAKEFILES \\
25898 dlls/riched32/Makefile"
25899 test "x$enable_riched32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25900 riched32"
25901 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25902 dlls/riched32/Makefile: dlls/riched32/Makefile.in dlls/Makedll.rules"
25903 ac_config_files="$ac_config_files dlls/riched32/Makefile"
25905 ALL_MAKEFILES="$ALL_MAKEFILES \\
25906 dlls/riched32/tests/Makefile"
25907 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25908 riched32/tests"
25909 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25910 dlls/riched32/tests/Makefile: dlls/riched32/tests/Makefile.in dlls/Maketest.rules"
25911 ac_config_files="$ac_config_files dlls/riched32/tests/Makefile"
25913 ALL_MAKEFILES="$ALL_MAKEFILES \\
25914 dlls/rpcrt4/Makefile"
25915 test "x$enable_rpcrt4" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25916 rpcrt4"
25917 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25918 dlls/rpcrt4/Makefile: dlls/rpcrt4/Makefile.in dlls/Makedll.rules"
25919 ac_config_files="$ac_config_files dlls/rpcrt4/Makefile"
25921 ALL_MAKEFILES="$ALL_MAKEFILES \\
25922 dlls/rpcrt4/tests/Makefile"
25923 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25924 rpcrt4/tests"
25925 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25926 dlls/rpcrt4/tests/Makefile: dlls/rpcrt4/tests/Makefile.in dlls/Maketest.rules"
25927 ac_config_files="$ac_config_files dlls/rpcrt4/tests/Makefile"
25929 ALL_MAKEFILES="$ALL_MAKEFILES \\
25930 dlls/rsabase/Makefile"
25931 test "x$enable_rsabase" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25932 rsabase"
25933 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25934 dlls/rsabase/Makefile: dlls/rsabase/Makefile.in dlls/Makedll.rules"
25935 ac_config_files="$ac_config_files dlls/rsabase/Makefile"
25937 ALL_MAKEFILES="$ALL_MAKEFILES \\
25938 dlls/rsaenh/Makefile"
25939 test "x$enable_rsaenh" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25940 rsaenh"
25941 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25942 dlls/rsaenh/Makefile: dlls/rsaenh/Makefile.in dlls/Makedll.rules"
25943 ac_config_files="$ac_config_files dlls/rsaenh/Makefile"
25945 ALL_MAKEFILES="$ALL_MAKEFILES \\
25946 dlls/rsaenh/tests/Makefile"
25947 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25948 rsaenh/tests"
25949 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25950 dlls/rsaenh/tests/Makefile: dlls/rsaenh/tests/Makefile.in dlls/Maketest.rules"
25951 ac_config_files="$ac_config_files dlls/rsaenh/tests/Makefile"
25953 ALL_MAKEFILES="$ALL_MAKEFILES \\
25954 dlls/sane.ds/Makefile"
25955 test "x$enable_sane_ds" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25956 sane.ds"
25957 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25958 dlls/sane.ds/Makefile: dlls/sane.ds/Makefile.in dlls/Makedll.rules"
25959 ac_config_files="$ac_config_files dlls/sane.ds/Makefile"
25961 ALL_MAKEFILES="$ALL_MAKEFILES \\
25962 dlls/sccbase/Makefile"
25963 test "x$enable_sccbase" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25964 sccbase"
25965 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25966 dlls/sccbase/Makefile: dlls/sccbase/Makefile.in dlls/Makedll.rules"
25967 ac_config_files="$ac_config_files dlls/sccbase/Makefile"
25969 ALL_MAKEFILES="$ALL_MAKEFILES \\
25970 dlls/schannel/Makefile"
25971 test "x$enable_schannel" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25972 schannel"
25973 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25974 dlls/schannel/Makefile: dlls/schannel/Makefile.in dlls/Makedll.rules"
25975 ac_config_files="$ac_config_files dlls/schannel/Makefile"
25977 ALL_MAKEFILES="$ALL_MAKEFILES \\
25978 dlls/schannel/tests/Makefile"
25979 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25980 schannel/tests"
25981 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25982 dlls/schannel/tests/Makefile: dlls/schannel/tests/Makefile.in dlls/Maketest.rules"
25983 ac_config_files="$ac_config_files dlls/schannel/tests/Makefile"
25985 ALL_MAKEFILES="$ALL_MAKEFILES \\
25986 dlls/secur32/Makefile"
25987 test "x$enable_secur32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25988 secur32"
25989 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25990 dlls/secur32/Makefile: dlls/secur32/Makefile.in dlls/Makedll.rules"
25991 ac_config_files="$ac_config_files dlls/secur32/Makefile"
25993 ALL_MAKEFILES="$ALL_MAKEFILES \\
25994 dlls/secur32/tests/Makefile"
25995 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25996 secur32/tests"
25997 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25998 dlls/secur32/tests/Makefile: dlls/secur32/tests/Makefile.in dlls/Maketest.rules"
25999 ac_config_files="$ac_config_files dlls/secur32/tests/Makefile"
26001 ALL_MAKEFILES="$ALL_MAKEFILES \\
26002 dlls/security/Makefile"
26003 test "x$enable_security" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26004 security"
26005 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26006 dlls/security/Makefile: dlls/security/Makefile.in dlls/Makedll.rules"
26007 ac_config_files="$ac_config_files dlls/security/Makefile"
26009 ALL_MAKEFILES="$ALL_MAKEFILES \\
26010 dlls/sensapi/Makefile"
26011 test "x$enable_sensapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26012 sensapi"
26013 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26014 dlls/sensapi/Makefile: dlls/sensapi/Makefile.in dlls/Makedll.rules"
26015 ac_config_files="$ac_config_files dlls/sensapi/Makefile"
26017 ALL_MAKEFILES="$ALL_MAKEFILES \\
26018 dlls/serialui/Makefile"
26019 test "x$enable_serialui" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26020 serialui"
26021 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26022 dlls/serialui/Makefile: dlls/serialui/Makefile.in dlls/Makedll.rules"
26023 ac_config_files="$ac_config_files dlls/serialui/Makefile"
26025 ALL_MAKEFILES="$ALL_MAKEFILES \\
26026 dlls/serialui/tests/Makefile"
26027 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26028 serialui/tests"
26029 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26030 dlls/serialui/tests/Makefile: dlls/serialui/tests/Makefile.in dlls/Maketest.rules"
26031 ac_config_files="$ac_config_files dlls/serialui/tests/Makefile"
26033 ALL_MAKEFILES="$ALL_MAKEFILES \\
26034 dlls/setupapi/Makefile"
26035 test "x$enable_setupapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26036 setupapi"
26037 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26038 dlls/setupapi/Makefile: dlls/setupapi/Makefile.in dlls/Makedll.rules"
26039 ac_config_files="$ac_config_files dlls/setupapi/Makefile"
26041 ALL_MAKEFILES="$ALL_MAKEFILES \\
26042 dlls/setupapi/tests/Makefile"
26043 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26044 setupapi/tests"
26045 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26046 dlls/setupapi/tests/Makefile: dlls/setupapi/tests/Makefile.in dlls/Maketest.rules"
26047 ac_config_files="$ac_config_files dlls/setupapi/tests/Makefile"
26049 ALL_MAKEFILES="$ALL_MAKEFILES \\
26050 dlls/sfc/Makefile"
26051 test "x$enable_sfc" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26052 sfc"
26053 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26054 dlls/sfc/Makefile: dlls/sfc/Makefile.in dlls/Makedll.rules"
26055 ac_config_files="$ac_config_files dlls/sfc/Makefile"
26057 ALL_MAKEFILES="$ALL_MAKEFILES \\
26058 dlls/sfc_os/Makefile"
26059 test "x$enable_sfc_os" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26060 sfc_os"
26061 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26062 dlls/sfc_os/Makefile: dlls/sfc_os/Makefile.in dlls/Makedll.rules"
26063 ac_config_files="$ac_config_files dlls/sfc_os/Makefile"
26065 ALL_MAKEFILES="$ALL_MAKEFILES \\
26066 dlls/shdoclc/Makefile"
26067 test "x$enable_shdoclc" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26068 shdoclc"
26069 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26070 dlls/shdoclc/Makefile: dlls/shdoclc/Makefile.in dlls/Makedll.rules"
26071 ac_config_files="$ac_config_files dlls/shdoclc/Makefile"
26073 ALL_MAKEFILES="$ALL_MAKEFILES \\
26074 dlls/shdocvw/Makefile"
26075 test "x$enable_shdocvw" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26076 shdocvw"
26077 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26078 dlls/shdocvw/Makefile: dlls/shdocvw/Makefile.in dlls/Makedll.rules"
26079 ac_config_files="$ac_config_files dlls/shdocvw/Makefile"
26081 ALL_MAKEFILES="$ALL_MAKEFILES \\
26082 dlls/shdocvw/tests/Makefile"
26083 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26084 shdocvw/tests"
26085 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26086 dlls/shdocvw/tests/Makefile: dlls/shdocvw/tests/Makefile.in dlls/Maketest.rules"
26087 ac_config_files="$ac_config_files dlls/shdocvw/tests/Makefile"
26089 ALL_MAKEFILES="$ALL_MAKEFILES \\
26090 dlls/shell32/Makefile"
26091 test "x$enable_shell32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26092 shell32"
26093 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26094 dlls/shell32/Makefile: dlls/shell32/Makefile.in dlls/Makedll.rules"
26095 ac_config_files="$ac_config_files dlls/shell32/Makefile"
26097 ALL_MAKEFILES="$ALL_MAKEFILES \\
26098 dlls/shell32/tests/Makefile"
26099 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26100 shell32/tests"
26101 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26102 dlls/shell32/tests/Makefile: dlls/shell32/tests/Makefile.in dlls/Maketest.rules"
26103 ac_config_files="$ac_config_files dlls/shell32/tests/Makefile"
26105 ALL_MAKEFILES="$ALL_MAKEFILES \\
26106 dlls/shfolder/Makefile"
26107 test "x$enable_shfolder" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26108 shfolder"
26109 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26110 dlls/shfolder/Makefile: dlls/shfolder/Makefile.in dlls/Makedll.rules"
26111 ac_config_files="$ac_config_files dlls/shfolder/Makefile"
26113 ALL_MAKEFILES="$ALL_MAKEFILES \\
26114 dlls/shlwapi/Makefile"
26115 test "x$enable_shlwapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26116 shlwapi"
26117 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26118 dlls/shlwapi/Makefile: dlls/shlwapi/Makefile.in dlls/Makedll.rules"
26119 ac_config_files="$ac_config_files dlls/shlwapi/Makefile"
26121 ALL_MAKEFILES="$ALL_MAKEFILES \\
26122 dlls/shlwapi/tests/Makefile"
26123 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26124 shlwapi/tests"
26125 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26126 dlls/shlwapi/tests/Makefile: dlls/shlwapi/tests/Makefile.in dlls/Maketest.rules"
26127 ac_config_files="$ac_config_files dlls/shlwapi/tests/Makefile"
26129 ALL_MAKEFILES="$ALL_MAKEFILES \\
26130 dlls/slbcsp/Makefile"
26131 test "x$enable_slbcsp" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26132 slbcsp"
26133 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26134 dlls/slbcsp/Makefile: dlls/slbcsp/Makefile.in dlls/Makedll.rules"
26135 ac_config_files="$ac_config_files dlls/slbcsp/Makefile"
26137 ALL_MAKEFILES="$ALL_MAKEFILES \\
26138 dlls/slc/Makefile"
26139 test "x$enable_slc" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26140 slc"
26141 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26142 dlls/slc/Makefile: dlls/slc/Makefile.in dlls/Makedll.rules"
26143 ac_config_files="$ac_config_files dlls/slc/Makefile"
26145 ALL_MAKEFILES="$ALL_MAKEFILES \\
26146 dlls/snmpapi/Makefile"
26147 test "x$enable_snmpapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26148 snmpapi"
26149 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26150 dlls/snmpapi/Makefile: dlls/snmpapi/Makefile.in dlls/Makedll.rules"
26151 ac_config_files="$ac_config_files dlls/snmpapi/Makefile"
26153 ALL_MAKEFILES="$ALL_MAKEFILES \\
26154 dlls/snmpapi/tests/Makefile"
26155 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26156 snmpapi/tests"
26157 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26158 dlls/snmpapi/tests/Makefile: dlls/snmpapi/tests/Makefile.in dlls/Maketest.rules"
26159 ac_config_files="$ac_config_files dlls/snmpapi/tests/Makefile"
26161 ALL_MAKEFILES="$ALL_MAKEFILES \\
26162 dlls/softpub/Makefile"
26163 test "x$enable_softpub" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26164 softpub"
26165 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26166 dlls/softpub/Makefile: dlls/softpub/Makefile.in dlls/Makedll.rules"
26167 ac_config_files="$ac_config_files dlls/softpub/Makefile"
26169 ALL_MAKEFILES="$ALL_MAKEFILES \\
26170 dlls/spoolss/Makefile"
26171 test "x$enable_spoolss" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26172 spoolss"
26173 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26174 dlls/spoolss/Makefile: dlls/spoolss/Makefile.in dlls/Makedll.rules"
26175 ac_config_files="$ac_config_files dlls/spoolss/Makefile"
26177 ALL_MAKEFILES="$ALL_MAKEFILES \\
26178 dlls/spoolss/tests/Makefile"
26179 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26180 spoolss/tests"
26181 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26182 dlls/spoolss/tests/Makefile: dlls/spoolss/tests/Makefile.in dlls/Maketest.rules"
26183 ac_config_files="$ac_config_files dlls/spoolss/tests/Makefile"
26185 ALL_MAKEFILES="$ALL_MAKEFILES \\
26186 dlls/stdole2.tlb/Makefile"
26187 test "x$enable_stdole2_tlb" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26188 stdole2.tlb"
26189 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26190 dlls/stdole2.tlb/Makefile: dlls/stdole2.tlb/Makefile.in dlls/Makedll.rules"
26191 ac_config_files="$ac_config_files dlls/stdole2.tlb/Makefile"
26193 ALL_MAKEFILES="$ALL_MAKEFILES \\
26194 dlls/stdole32.tlb/Makefile"
26195 test "x$enable_stdole32_tlb" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26196 stdole32.tlb"
26197 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26198 dlls/stdole32.tlb/Makefile: dlls/stdole32.tlb/Makefile.in dlls/Makedll.rules"
26199 ac_config_files="$ac_config_files dlls/stdole32.tlb/Makefile"
26201 ALL_MAKEFILES="$ALL_MAKEFILES \\
26202 dlls/sti/Makefile"
26203 test "x$enable_sti" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26204 sti"
26205 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26206 dlls/sti/Makefile: dlls/sti/Makefile.in dlls/Makedll.rules"
26207 ac_config_files="$ac_config_files dlls/sti/Makefile"
26209 ALL_MAKEFILES="$ALL_MAKEFILES \\
26210 dlls/strmiids/Makefile"
26211 test "x$enable_strmiids" != xno && ALL_IMPLIB_DIRS="$ALL_IMPLIB_DIRS \\
26212 strmiids"
26213 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26214 dlls/strmiids/Makefile: dlls/strmiids/Makefile.in dlls/Makeimplib.rules"
26215 ac_config_files="$ac_config_files dlls/strmiids/Makefile"
26217 ALL_MAKEFILES="$ALL_MAKEFILES \\
26218 dlls/svrapi/Makefile"
26219 test "x$enable_svrapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26220 svrapi"
26221 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26222 dlls/svrapi/Makefile: dlls/svrapi/Makefile.in dlls/Makedll.rules"
26223 ac_config_files="$ac_config_files dlls/svrapi/Makefile"
26225 ALL_MAKEFILES="$ALL_MAKEFILES \\
26226 dlls/sxs/Makefile"
26227 test "x$enable_sxs" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26228 sxs"
26229 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26230 dlls/sxs/Makefile: dlls/sxs/Makefile.in dlls/Makedll.rules"
26231 ac_config_files="$ac_config_files dlls/sxs/Makefile"
26233 ALL_MAKEFILES="$ALL_MAKEFILES \\
26234 dlls/tapi32/Makefile"
26235 test "x$enable_tapi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26236 tapi32"
26237 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26238 dlls/tapi32/Makefile: dlls/tapi32/Makefile.in dlls/Makedll.rules"
26239 ac_config_files="$ac_config_files dlls/tapi32/Makefile"
26241 ALL_MAKEFILES="$ALL_MAKEFILES \\
26242 dlls/twain_32/Makefile"
26243 test "x$enable_twain_32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26244 twain_32"
26245 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26246 dlls/twain_32/Makefile: dlls/twain_32/Makefile.in dlls/Makedll.rules"
26247 ac_config_files="$ac_config_files dlls/twain_32/Makefile"
26249 ALL_MAKEFILES="$ALL_MAKEFILES \\
26250 dlls/unicows/Makefile"
26251 test "x$enable_unicows" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26252 unicows"
26253 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26254 dlls/unicows/Makefile: dlls/unicows/Makefile.in dlls/Makedll.rules"
26255 ac_config_files="$ac_config_files dlls/unicows/Makefile"
26257 ALL_MAKEFILES="$ALL_MAKEFILES \\
26258 dlls/url/Makefile"
26259 test "x$enable_url" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26260 url"
26261 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26262 dlls/url/Makefile: dlls/url/Makefile.in dlls/Makedll.rules"
26263 ac_config_files="$ac_config_files dlls/url/Makefile"
26265 ALL_MAKEFILES="$ALL_MAKEFILES \\
26266 dlls/urlmon/Makefile"
26267 test "x$enable_urlmon" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26268 urlmon"
26269 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26270 dlls/urlmon/Makefile: dlls/urlmon/Makefile.in dlls/Makedll.rules"
26271 ac_config_files="$ac_config_files dlls/urlmon/Makefile"
26273 ALL_MAKEFILES="$ALL_MAKEFILES \\
26274 dlls/urlmon/tests/Makefile"
26275 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26276 urlmon/tests"
26277 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26278 dlls/urlmon/tests/Makefile: dlls/urlmon/tests/Makefile.in dlls/Maketest.rules"
26279 ac_config_files="$ac_config_files dlls/urlmon/tests/Makefile"
26281 ALL_MAKEFILES="$ALL_MAKEFILES \\
26282 dlls/user32/Makefile"
26283 test "x$enable_user32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26284 user32"
26285 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26286 dlls/user32/Makefile: dlls/user32/Makefile.in dlls/Makedll.rules"
26287 ac_config_files="$ac_config_files dlls/user32/Makefile"
26289 ALL_MAKEFILES="$ALL_MAKEFILES \\
26290 dlls/user32/tests/Makefile"
26291 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26292 user32/tests"
26293 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26294 dlls/user32/tests/Makefile: dlls/user32/tests/Makefile.in dlls/Maketest.rules"
26295 ac_config_files="$ac_config_files dlls/user32/tests/Makefile"
26297 ALL_MAKEFILES="$ALL_MAKEFILES \\
26298 dlls/userenv/Makefile"
26299 test "x$enable_userenv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26300 userenv"
26301 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26302 dlls/userenv/Makefile: dlls/userenv/Makefile.in dlls/Makedll.rules"
26303 ac_config_files="$ac_config_files dlls/userenv/Makefile"
26305 ALL_MAKEFILES="$ALL_MAKEFILES \\
26306 dlls/userenv/tests/Makefile"
26307 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26308 userenv/tests"
26309 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26310 dlls/userenv/tests/Makefile: dlls/userenv/tests/Makefile.in dlls/Maketest.rules"
26311 ac_config_files="$ac_config_files dlls/userenv/tests/Makefile"
26313 ALL_MAKEFILES="$ALL_MAKEFILES \\
26314 dlls/usp10/Makefile"
26315 test "x$enable_usp10" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26316 usp10"
26317 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26318 dlls/usp10/Makefile: dlls/usp10/Makefile.in dlls/Makedll.rules"
26319 ac_config_files="$ac_config_files dlls/usp10/Makefile"
26321 ALL_MAKEFILES="$ALL_MAKEFILES \\
26322 dlls/usp10/tests/Makefile"
26323 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26324 usp10/tests"
26325 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26326 dlls/usp10/tests/Makefile: dlls/usp10/tests/Makefile.in dlls/Maketest.rules"
26327 ac_config_files="$ac_config_files dlls/usp10/tests/Makefile"
26329 ALL_MAKEFILES="$ALL_MAKEFILES \\
26330 dlls/uuid/Makefile"
26331 test "x$enable_uuid" != xno && ALL_IMPLIB_DIRS="$ALL_IMPLIB_DIRS \\
26332 uuid"
26333 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26334 dlls/uuid/Makefile: dlls/uuid/Makefile.in dlls/Makeimplib.rules"
26335 ac_config_files="$ac_config_files dlls/uuid/Makefile"
26337 ALL_MAKEFILES="$ALL_MAKEFILES \\
26338 dlls/uxtheme/Makefile"
26339 test "x$enable_uxtheme" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26340 uxtheme"
26341 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26342 dlls/uxtheme/Makefile: dlls/uxtheme/Makefile.in dlls/Makedll.rules"
26343 ac_config_files="$ac_config_files dlls/uxtheme/Makefile"
26345 ALL_MAKEFILES="$ALL_MAKEFILES \\
26346 dlls/uxtheme/tests/Makefile"
26347 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26348 uxtheme/tests"
26349 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26350 dlls/uxtheme/tests/Makefile: dlls/uxtheme/tests/Makefile.in dlls/Maketest.rules"
26351 ac_config_files="$ac_config_files dlls/uxtheme/tests/Makefile"
26353 ALL_MAKEFILES="$ALL_MAKEFILES \\
26354 dlls/vdhcp.vxd/Makefile"
26355 test "x$enable_vdhcp_vxd" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26356 vdhcp.vxd"
26357 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26358 dlls/vdhcp.vxd/Makefile: dlls/vdhcp.vxd/Makefile.in dlls/Makedll.rules"
26359 ac_config_files="$ac_config_files dlls/vdhcp.vxd/Makefile"
26361 ALL_MAKEFILES="$ALL_MAKEFILES \\
26362 dlls/vdmdbg/Makefile"
26363 test "x$enable_vdmdbg" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26364 vdmdbg"
26365 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26366 dlls/vdmdbg/Makefile: dlls/vdmdbg/Makefile.in dlls/Makedll.rules"
26367 ac_config_files="$ac_config_files dlls/vdmdbg/Makefile"
26369 ALL_MAKEFILES="$ALL_MAKEFILES \\
26370 dlls/version/Makefile"
26371 test "x$enable_version" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26372 version"
26373 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26374 dlls/version/Makefile: dlls/version/Makefile.in dlls/Makedll.rules"
26375 ac_config_files="$ac_config_files dlls/version/Makefile"
26377 ALL_MAKEFILES="$ALL_MAKEFILES \\
26378 dlls/version/tests/Makefile"
26379 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26380 version/tests"
26381 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26382 dlls/version/tests/Makefile: dlls/version/tests/Makefile.in dlls/Maketest.rules"
26383 ac_config_files="$ac_config_files dlls/version/tests/Makefile"
26385 ALL_MAKEFILES="$ALL_MAKEFILES \\
26386 dlls/vmm.vxd/Makefile"
26387 test "x$enable_vmm_vxd" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26388 vmm.vxd"
26389 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26390 dlls/vmm.vxd/Makefile: dlls/vmm.vxd/Makefile.in dlls/Makedll.rules"
26391 ac_config_files="$ac_config_files dlls/vmm.vxd/Makefile"
26393 ALL_MAKEFILES="$ALL_MAKEFILES \\
26394 dlls/vnbt.vxd/Makefile"
26395 test "x$enable_vnbt_vxd" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26396 vnbt.vxd"
26397 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26398 dlls/vnbt.vxd/Makefile: dlls/vnbt.vxd/Makefile.in dlls/Makedll.rules"
26399 ac_config_files="$ac_config_files dlls/vnbt.vxd/Makefile"
26401 ALL_MAKEFILES="$ALL_MAKEFILES \\
26402 dlls/vnetbios.vxd/Makefile"
26403 test "x$enable_vnetbios_vxd" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26404 vnetbios.vxd"
26405 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26406 dlls/vnetbios.vxd/Makefile: dlls/vnetbios.vxd/Makefile.in dlls/Makedll.rules"
26407 ac_config_files="$ac_config_files dlls/vnetbios.vxd/Makefile"
26409 ALL_MAKEFILES="$ALL_MAKEFILES \\
26410 dlls/vtdapi.vxd/Makefile"
26411 test "x$enable_vtdapi_vxd" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26412 vtdapi.vxd"
26413 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26414 dlls/vtdapi.vxd/Makefile: dlls/vtdapi.vxd/Makefile.in dlls/Makedll.rules"
26415 ac_config_files="$ac_config_files dlls/vtdapi.vxd/Makefile"
26417 ALL_MAKEFILES="$ALL_MAKEFILES \\
26418 dlls/vwin32.vxd/Makefile"
26419 test "x$enable_vwin32_vxd" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26420 vwin32.vxd"
26421 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26422 dlls/vwin32.vxd/Makefile: dlls/vwin32.vxd/Makefile.in dlls/Makedll.rules"
26423 ac_config_files="$ac_config_files dlls/vwin32.vxd/Makefile"
26425 ALL_MAKEFILES="$ALL_MAKEFILES \\
26426 dlls/w32skrnl/Makefile"
26427 test "x$enable_w32skrnl" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26428 w32skrnl"
26429 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26430 dlls/w32skrnl/Makefile: dlls/w32skrnl/Makefile.in dlls/Makedll.rules"
26431 ac_config_files="$ac_config_files dlls/w32skrnl/Makefile"
26433 ALL_MAKEFILES="$ALL_MAKEFILES \\
26434 dlls/winealsa.drv/Makefile"
26435 test "x$enable_winealsa_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26436 winealsa.drv"
26437 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26438 dlls/winealsa.drv/Makefile: dlls/winealsa.drv/Makefile.in dlls/Makedll.rules"
26439 ac_config_files="$ac_config_files dlls/winealsa.drv/Makefile"
26441 ALL_MAKEFILES="$ALL_MAKEFILES \\
26442 dlls/wineaudioio.drv/Makefile"
26443 test "x$enable_wineaudioio_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26444 wineaudioio.drv"
26445 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26446 dlls/wineaudioio.drv/Makefile: dlls/wineaudioio.drv/Makefile.in dlls/Makedll.rules"
26447 ac_config_files="$ac_config_files dlls/wineaudioio.drv/Makefile"
26449 ALL_MAKEFILES="$ALL_MAKEFILES \\
26450 dlls/winecoreaudio.drv/Makefile"
26451 test "x$enable_winecoreaudio_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26452 winecoreaudio.drv"
26453 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26454 dlls/winecoreaudio.drv/Makefile: dlls/winecoreaudio.drv/Makefile.in dlls/Makedll.rules"
26455 ac_config_files="$ac_config_files dlls/winecoreaudio.drv/Makefile"
26457 ALL_MAKEFILES="$ALL_MAKEFILES \\
26458 dlls/winecrt0/Makefile"
26459 test "x$enable_winecrt0" != xno && ALL_IMPLIB_DIRS="$ALL_IMPLIB_DIRS \\
26460 winecrt0"
26461 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26462 dlls/winecrt0/Makefile: dlls/winecrt0/Makefile.in dlls/Makeimplib.rules"
26463 ac_config_files="$ac_config_files dlls/winecrt0/Makefile"
26465 ALL_MAKEFILES="$ALL_MAKEFILES \\
26466 dlls/wined3d/Makefile"
26467 test "x$enable_wined3d" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26468 wined3d"
26469 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26470 dlls/wined3d/Makefile: dlls/wined3d/Makefile.in dlls/Makedll.rules"
26471 ac_config_files="$ac_config_files dlls/wined3d/Makefile"
26473 ALL_MAKEFILES="$ALL_MAKEFILES \\
26474 dlls/winedos/Makefile"
26475 test "x$enable_winedos" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26476 winedos"
26477 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26478 dlls/winedos/Makefile: dlls/winedos/Makefile.in dlls/Makedll.rules"
26479 ac_config_files="$ac_config_files dlls/winedos/Makefile"
26481 ALL_MAKEFILES="$ALL_MAKEFILES \\
26482 dlls/wineesd.drv/Makefile"
26483 test "x$enable_wineesd_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26484 wineesd.drv"
26485 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26486 dlls/wineesd.drv/Makefile: dlls/wineesd.drv/Makefile.in dlls/Makedll.rules"
26487 ac_config_files="$ac_config_files dlls/wineesd.drv/Makefile"
26489 ALL_MAKEFILES="$ALL_MAKEFILES \\
26490 dlls/winejack.drv/Makefile"
26491 test "x$enable_winejack_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26492 winejack.drv"
26493 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26494 dlls/winejack.drv/Makefile: dlls/winejack.drv/Makefile.in dlls/Makedll.rules"
26495 ac_config_files="$ac_config_files dlls/winejack.drv/Makefile"
26497 ALL_MAKEFILES="$ALL_MAKEFILES \\
26498 dlls/winejoystick.drv/Makefile"
26499 test "x$enable_winejoystick_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26500 winejoystick.drv"
26501 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26502 dlls/winejoystick.drv/Makefile: dlls/winejoystick.drv/Makefile.in dlls/Makedll.rules"
26503 ac_config_files="$ac_config_files dlls/winejoystick.drv/Makefile"
26505 ALL_MAKEFILES="$ALL_MAKEFILES \\
26506 dlls/winemp3.acm/Makefile"
26507 test "x$enable_winemp3_acm" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26508 winemp3.acm"
26509 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26510 dlls/winemp3.acm/Makefile: dlls/winemp3.acm/Makefile.in dlls/Makedll.rules"
26511 ac_config_files="$ac_config_files dlls/winemp3.acm/Makefile"
26513 ALL_MAKEFILES="$ALL_MAKEFILES \\
26514 dlls/winenas.drv/Makefile"
26515 test "x$enable_winenas_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26516 winenas.drv"
26517 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26518 dlls/winenas.drv/Makefile: dlls/winenas.drv/Makefile.in dlls/Makedll.rules"
26519 ac_config_files="$ac_config_files dlls/winenas.drv/Makefile"
26521 ALL_MAKEFILES="$ALL_MAKEFILES \\
26522 dlls/wineoss.drv/Makefile"
26523 test "x$enable_wineoss_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26524 wineoss.drv"
26525 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26526 dlls/wineoss.drv/Makefile: dlls/wineoss.drv/Makefile.in dlls/Makedll.rules"
26527 ac_config_files="$ac_config_files dlls/wineoss.drv/Makefile"
26529 ALL_MAKEFILES="$ALL_MAKEFILES \\
26530 dlls/wineps.drv/Makefile"
26531 test "x$enable_wineps_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26532 wineps.drv"
26533 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26534 dlls/wineps.drv/Makefile: dlls/wineps.drv/Makefile.in dlls/Makedll.rules"
26535 ac_config_files="$ac_config_files dlls/wineps.drv/Makefile"
26537 ALL_MAKEFILES="$ALL_MAKEFILES \\
26538 dlls/winequartz.drv/Makefile"
26539 test "x$enable_winequartz_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26540 winequartz.drv"
26541 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26542 dlls/winequartz.drv/Makefile: dlls/winequartz.drv/Makefile.in dlls/Makedll.rules"
26543 ac_config_files="$ac_config_files dlls/winequartz.drv/Makefile"
26545 ALL_MAKEFILES="$ALL_MAKEFILES \\
26546 dlls/winex11.drv/Makefile"
26547 test "x$enable_winex11_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26548 winex11.drv"
26549 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26550 dlls/winex11.drv/Makefile: dlls/winex11.drv/Makefile.in dlls/Makedll.rules"
26551 ac_config_files="$ac_config_files dlls/winex11.drv/Makefile"
26553 ALL_MAKEFILES="$ALL_MAKEFILES \\
26554 dlls/wing32/Makefile"
26555 test "x$enable_wing32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26556 wing32"
26557 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26558 dlls/wing32/Makefile: dlls/wing32/Makefile.in dlls/Makedll.rules"
26559 ac_config_files="$ac_config_files dlls/wing32/Makefile"
26561 ALL_MAKEFILES="$ALL_MAKEFILES \\
26562 dlls/winhttp/Makefile"
26563 test "x$enable_winhttp" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26564 winhttp"
26565 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26566 dlls/winhttp/Makefile: dlls/winhttp/Makefile.in dlls/Makedll.rules"
26567 ac_config_files="$ac_config_files dlls/winhttp/Makefile"
26569 ALL_MAKEFILES="$ALL_MAKEFILES \\
26570 dlls/winhttp/tests/Makefile"
26571 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26572 winhttp/tests"
26573 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26574 dlls/winhttp/tests/Makefile: dlls/winhttp/tests/Makefile.in dlls/Maketest.rules"
26575 ac_config_files="$ac_config_files dlls/winhttp/tests/Makefile"
26577 ALL_MAKEFILES="$ALL_MAKEFILES \\
26578 dlls/wininet/Makefile"
26579 test "x$enable_wininet" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26580 wininet"
26581 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26582 dlls/wininet/Makefile: dlls/wininet/Makefile.in dlls/Makedll.rules"
26583 ac_config_files="$ac_config_files dlls/wininet/Makefile"
26585 ALL_MAKEFILES="$ALL_MAKEFILES \\
26586 dlls/wininet/tests/Makefile"
26587 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26588 wininet/tests"
26589 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26590 dlls/wininet/tests/Makefile: dlls/wininet/tests/Makefile.in dlls/Maketest.rules"
26591 ac_config_files="$ac_config_files dlls/wininet/tests/Makefile"
26593 ALL_MAKEFILES="$ALL_MAKEFILES \\
26594 dlls/winmm/Makefile"
26595 test "x$enable_winmm" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26596 winmm"
26597 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26598 dlls/winmm/Makefile: dlls/winmm/Makefile.in dlls/Makedll.rules"
26599 ac_config_files="$ac_config_files dlls/winmm/Makefile"
26601 ALL_MAKEFILES="$ALL_MAKEFILES \\
26602 dlls/winmm/tests/Makefile"
26603 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26604 winmm/tests"
26605 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26606 dlls/winmm/tests/Makefile: dlls/winmm/tests/Makefile.in dlls/Maketest.rules"
26607 ac_config_files="$ac_config_files dlls/winmm/tests/Makefile"
26609 ALL_MAKEFILES="$ALL_MAKEFILES \\
26610 dlls/winnls32/Makefile"
26611 test "x$enable_winnls32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26612 winnls32"
26613 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26614 dlls/winnls32/Makefile: dlls/winnls32/Makefile.in dlls/Makedll.rules"
26615 ac_config_files="$ac_config_files dlls/winnls32/Makefile"
26617 ALL_MAKEFILES="$ALL_MAKEFILES \\
26618 dlls/winscard/Makefile"
26619 test "x$enable_winscard" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26620 winscard"
26621 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26622 dlls/winscard/Makefile: dlls/winscard/Makefile.in dlls/Makedll.rules"
26623 ac_config_files="$ac_config_files dlls/winscard/Makefile"
26625 ALL_MAKEFILES="$ALL_MAKEFILES \\
26626 dlls/winspool.drv/Makefile"
26627 test "x$enable_winspool_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26628 winspool.drv"
26629 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26630 dlls/winspool.drv/Makefile: dlls/winspool.drv/Makefile.in dlls/Makedll.rules"
26631 ac_config_files="$ac_config_files dlls/winspool.drv/Makefile"
26633 ALL_MAKEFILES="$ALL_MAKEFILES \\
26634 dlls/winspool.drv/tests/Makefile"
26635 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26636 winspool.drv/tests"
26637 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26638 dlls/winspool.drv/tests/Makefile: dlls/winspool.drv/tests/Makefile.in dlls/Maketest.rules"
26639 ac_config_files="$ac_config_files dlls/winspool.drv/tests/Makefile"
26641 ALL_MAKEFILES="$ALL_MAKEFILES \\
26642 dlls/wintab32/Makefile"
26643 test "x$enable_wintab32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26644 wintab32"
26645 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26646 dlls/wintab32/Makefile: dlls/wintab32/Makefile.in dlls/Makedll.rules"
26647 ac_config_files="$ac_config_files dlls/wintab32/Makefile"
26649 ALL_MAKEFILES="$ALL_MAKEFILES \\
26650 dlls/wintrust/Makefile"
26651 test "x$enable_wintrust" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26652 wintrust"
26653 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26654 dlls/wintrust/Makefile: dlls/wintrust/Makefile.in dlls/Makedll.rules"
26655 ac_config_files="$ac_config_files dlls/wintrust/Makefile"
26657 ALL_MAKEFILES="$ALL_MAKEFILES \\
26658 dlls/wintrust/tests/Makefile"
26659 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26660 wintrust/tests"
26661 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26662 dlls/wintrust/tests/Makefile: dlls/wintrust/tests/Makefile.in dlls/Maketest.rules"
26663 ac_config_files="$ac_config_files dlls/wintrust/tests/Makefile"
26665 ALL_MAKEFILES="$ALL_MAKEFILES \\
26666 dlls/wldap32/Makefile"
26667 test "x$enable_wldap32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26668 wldap32"
26669 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26670 dlls/wldap32/Makefile: dlls/wldap32/Makefile.in dlls/Makedll.rules"
26671 ac_config_files="$ac_config_files dlls/wldap32/Makefile"
26673 ALL_MAKEFILES="$ALL_MAKEFILES \\
26674 dlls/wldap32/tests/Makefile"
26675 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26676 wldap32/tests"
26677 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26678 dlls/wldap32/tests/Makefile: dlls/wldap32/tests/Makefile.in dlls/Maketest.rules"
26679 ac_config_files="$ac_config_files dlls/wldap32/tests/Makefile"
26681 ALL_MAKEFILES="$ALL_MAKEFILES \\
26682 dlls/wmi/Makefile"
26683 test "x$enable_wmi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26684 wmi"
26685 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26686 dlls/wmi/Makefile: dlls/wmi/Makefile.in dlls/Makedll.rules"
26687 ac_config_files="$ac_config_files dlls/wmi/Makefile"
26689 ALL_MAKEFILES="$ALL_MAKEFILES \\
26690 dlls/wnaspi32/Makefile"
26691 test "x$enable_wnaspi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26692 wnaspi32"
26693 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26694 dlls/wnaspi32/Makefile: dlls/wnaspi32/Makefile.in dlls/Makedll.rules"
26695 ac_config_files="$ac_config_files dlls/wnaspi32/Makefile"
26697 ALL_MAKEFILES="$ALL_MAKEFILES \\
26698 dlls/wow32/Makefile"
26699 test "x$enable_wow32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26700 wow32"
26701 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26702 dlls/wow32/Makefile: dlls/wow32/Makefile.in dlls/Makedll.rules"
26703 ac_config_files="$ac_config_files dlls/wow32/Makefile"
26705 ALL_MAKEFILES="$ALL_MAKEFILES \\
26706 dlls/ws2_32/Makefile"
26707 test "x$enable_ws2_32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26708 ws2_32"
26709 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26710 dlls/ws2_32/Makefile: dlls/ws2_32/Makefile.in dlls/Makedll.rules"
26711 ac_config_files="$ac_config_files dlls/ws2_32/Makefile"
26713 ALL_MAKEFILES="$ALL_MAKEFILES \\
26714 dlls/ws2_32/tests/Makefile"
26715 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26716 ws2_32/tests"
26717 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26718 dlls/ws2_32/tests/Makefile: dlls/ws2_32/tests/Makefile.in dlls/Maketest.rules"
26719 ac_config_files="$ac_config_files dlls/ws2_32/tests/Makefile"
26721 ALL_MAKEFILES="$ALL_MAKEFILES \\
26722 dlls/wsock32/Makefile"
26723 test "x$enable_wsock32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26724 wsock32"
26725 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26726 dlls/wsock32/Makefile: dlls/wsock32/Makefile.in dlls/Makedll.rules"
26727 ac_config_files="$ac_config_files dlls/wsock32/Makefile"
26729 ALL_MAKEFILES="$ALL_MAKEFILES \\
26730 dlls/wtsapi32/Makefile"
26731 test "x$enable_wtsapi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26732 wtsapi32"
26733 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26734 dlls/wtsapi32/Makefile: dlls/wtsapi32/Makefile.in dlls/Makedll.rules"
26735 ac_config_files="$ac_config_files dlls/wtsapi32/Makefile"
26737 ALL_MAKEFILES="$ALL_MAKEFILES \\
26738 dlls/wuapi/Makefile"
26739 test "x$enable_wuapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26740 wuapi"
26741 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26742 dlls/wuapi/Makefile: dlls/wuapi/Makefile.in dlls/Makedll.rules"
26743 ac_config_files="$ac_config_files dlls/wuapi/Makefile"
26745 ALL_MAKEFILES="$ALL_MAKEFILES \\
26746 dlls/xinput1_1/Makefile"
26747 test "x$enable_xinput1_1" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26748 xinput1_1"
26749 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26750 dlls/xinput1_1/Makefile: dlls/xinput1_1/Makefile.in dlls/Makedll.rules"
26751 ac_config_files="$ac_config_files dlls/xinput1_1/Makefile"
26753 ALL_MAKEFILES="$ALL_MAKEFILES \\
26754 dlls/xinput1_2/Makefile"
26755 test "x$enable_xinput1_2" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26756 xinput1_2"
26757 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26758 dlls/xinput1_2/Makefile: dlls/xinput1_2/Makefile.in dlls/Makedll.rules"
26759 ac_config_files="$ac_config_files dlls/xinput1_2/Makefile"
26761 ALL_MAKEFILES="$ALL_MAKEFILES \\
26762 dlls/xinput1_3/Makefile"
26763 test "x$enable_xinput1_3" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26764 xinput1_3"
26765 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26766 dlls/xinput1_3/Makefile: dlls/xinput1_3/Makefile.in dlls/Makedll.rules"
26767 ac_config_files="$ac_config_files dlls/xinput1_3/Makefile"
26769 ALL_MAKEFILES="$ALL_MAKEFILES \\
26770 dlls/xinput1_3/tests/Makefile"
26771 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26772 xinput1_3/tests"
26773 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26774 dlls/xinput1_3/tests/Makefile: dlls/xinput1_3/tests/Makefile.in dlls/Maketest.rules"
26775 ac_config_files="$ac_config_files dlls/xinput1_3/tests/Makefile"
26777 ALL_MAKEFILES="$ALL_MAKEFILES \\
26778 dlls/xinput9_1_0/Makefile"
26779 test "x$enable_xinput9_1_0" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26780 xinput9_1_0"
26781 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26782 dlls/xinput9_1_0/Makefile: dlls/xinput9_1_0/Makefile.in dlls/Makedll.rules"
26783 ac_config_files="$ac_config_files dlls/xinput9_1_0/Makefile"
26785 ALL_MAKEFILES="$ALL_MAKEFILES \\
26786 documentation/Makefile"
26787 test "x$enable_documentation" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
26788 documentation"
26789 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26790 documentation/Makefile: documentation/Makefile.in Make.rules"
26791 ac_config_files="$ac_config_files documentation/Makefile"
26793 ALL_MAKEFILES="$ALL_MAKEFILES \\
26794 fonts/Makefile"
26795 test "x$enable_fonts" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
26796 fonts"
26797 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26798 fonts/Makefile: fonts/Makefile.in Make.rules"
26799 ac_config_files="$ac_config_files fonts/Makefile"
26801 ALL_MAKEFILES="$ALL_MAKEFILES \\
26802 include/Makefile"
26803 test "x$enable_include" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
26804 include"
26805 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26806 include/Makefile: include/Makefile.in Make.rules"
26807 ac_config_files="$ac_config_files include/Makefile"
26809 ALL_MAKEFILES="$ALL_MAKEFILES \\
26810 libs/Makefile"
26811 test "x$enable_libs" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
26812 libs"
26813 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26814 libs/Makefile: libs/Makefile.in Make.rules"
26815 ac_config_files="$ac_config_files libs/Makefile"
26817 ALL_MAKEFILES="$ALL_MAKEFILES \\
26818 libs/port/Makefile"
26820 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26821 libs/port/Makefile: libs/port/Makefile.in Make.rules"
26822 ac_config_files="$ac_config_files libs/port/Makefile"
26824 ALL_MAKEFILES="$ALL_MAKEFILES \\
26825 libs/wine/Makefile"
26827 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26828 libs/wine/Makefile: libs/wine/Makefile.in Make.rules"
26829 ac_config_files="$ac_config_files libs/wine/Makefile"
26831 ALL_MAKEFILES="$ALL_MAKEFILES \\
26832 libs/wpp/Makefile"
26834 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26835 libs/wpp/Makefile: libs/wpp/Makefile.in Make.rules"
26836 ac_config_files="$ac_config_files libs/wpp/Makefile"
26838 ALL_MAKEFILES="$ALL_MAKEFILES \\
26839 loader/Makefile"
26840 test "x$enable_loader" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
26841 loader"
26842 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26843 loader/Makefile: loader/Makefile.in Make.rules"
26844 ac_config_files="$ac_config_files loader/Makefile"
26846 ALL_MAKEFILES="$ALL_MAKEFILES \\
26847 programs/Makefile"
26848 test "x$enable_programs" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
26849 programs"
26850 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26851 programs/Makefile: programs/Makefile.in Make.rules"
26852 ac_config_files="$ac_config_files programs/Makefile"
26854 ALL_MAKEFILES="$ALL_MAKEFILES \\
26855 programs/clock/Makefile"
26856 test "x$enable_clock" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
26857 clock" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
26858 clock"
26859 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26860 programs/clock/Makefile: programs/clock/Makefile.in programs/Makeprog.rules"
26861 ac_config_files="$ac_config_files programs/clock/Makefile"
26863 ALL_MAKEFILES="$ALL_MAKEFILES \\
26864 programs/cmd/Makefile"
26865 test "x$enable_cmd" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
26866 cmd" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
26867 cmd"
26868 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26869 programs/cmd/Makefile: programs/cmd/Makefile.in programs/Makeprog.rules"
26870 ac_config_files="$ac_config_files programs/cmd/Makefile"
26872 ALL_MAKEFILES="$ALL_MAKEFILES \\
26873 programs/cmdlgtst/Makefile"
26874 test "x$enable_cmdlgtst" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
26875 cmdlgtst"
26876 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26877 programs/cmdlgtst/Makefile: programs/cmdlgtst/Makefile.in programs/Makeprog.rules"
26878 ac_config_files="$ac_config_files programs/cmdlgtst/Makefile"
26880 ALL_MAKEFILES="$ALL_MAKEFILES \\
26881 programs/control/Makefile"
26882 test "x$enable_control" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
26883 control" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
26884 control"
26885 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26886 programs/control/Makefile: programs/control/Makefile.in programs/Makeprog.rules"
26887 ac_config_files="$ac_config_files programs/control/Makefile"
26889 ALL_MAKEFILES="$ALL_MAKEFILES \\
26890 programs/eject/Makefile"
26891 test "x$enable_eject" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
26892 eject" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
26893 eject"
26894 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26895 programs/eject/Makefile: programs/eject/Makefile.in programs/Makeprog.rules"
26896 ac_config_files="$ac_config_files programs/eject/Makefile"
26898 ALL_MAKEFILES="$ALL_MAKEFILES \\
26899 programs/expand/Makefile"
26900 test "x$enable_expand" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
26901 expand" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
26902 expand"
26903 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26904 programs/expand/Makefile: programs/expand/Makefile.in programs/Makeprog.rules"
26905 ac_config_files="$ac_config_files programs/expand/Makefile"
26907 ALL_MAKEFILES="$ALL_MAKEFILES \\
26908 programs/explorer/Makefile"
26909 test "x$enable_explorer" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
26910 explorer" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
26911 explorer"
26912 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26913 programs/explorer/Makefile: programs/explorer/Makefile.in programs/Makeprog.rules"
26914 ac_config_files="$ac_config_files programs/explorer/Makefile"
26916 ALL_MAKEFILES="$ALL_MAKEFILES \\
26917 programs/hh/Makefile"
26918 test "x$enable_hh" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
26919 hh" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
26921 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26922 programs/hh/Makefile: programs/hh/Makefile.in programs/Makeprog.rules"
26923 ac_config_files="$ac_config_files programs/hh/Makefile"
26925 ALL_MAKEFILES="$ALL_MAKEFILES \\
26926 programs/icinfo/Makefile"
26927 test "x$enable_icinfo" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
26928 icinfo" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
26929 icinfo"
26930 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26931 programs/icinfo/Makefile: programs/icinfo/Makefile.in programs/Makeprog.rules"
26932 ac_config_files="$ac_config_files programs/icinfo/Makefile"
26934 ALL_MAKEFILES="$ALL_MAKEFILES \\
26935 programs/iexplore/Makefile"
26936 test "x$enable_iexplore" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
26937 iexplore" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
26938 iexplore"
26939 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26940 programs/iexplore/Makefile: programs/iexplore/Makefile.in programs/Makeprog.rules"
26941 ac_config_files="$ac_config_files programs/iexplore/Makefile"
26943 ALL_MAKEFILES="$ALL_MAKEFILES \\
26944 programs/msiexec/Makefile"
26945 test "x$enable_msiexec" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
26946 msiexec" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
26947 msiexec" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
26948 msiexec"
26949 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26950 programs/msiexec/Makefile: programs/msiexec/Makefile.in programs/Makeprog.rules"
26951 ac_config_files="$ac_config_files programs/msiexec/Makefile"
26953 ALL_MAKEFILES="$ALL_MAKEFILES \\
26954 programs/net/Makefile"
26955 test "x$enable_net" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
26956 net" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
26957 net"
26958 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26959 programs/net/Makefile: programs/net/Makefile.in programs/Makeprog.rules"
26960 ac_config_files="$ac_config_files programs/net/Makefile"
26962 ALL_MAKEFILES="$ALL_MAKEFILES \\
26963 programs/notepad/Makefile"
26964 test "x$enable_notepad" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
26965 notepad" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
26966 notepad" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
26967 notepad"
26968 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26969 programs/notepad/Makefile: programs/notepad/Makefile.in programs/Makeprog.rules"
26970 ac_config_files="$ac_config_files programs/notepad/Makefile"
26972 ALL_MAKEFILES="$ALL_MAKEFILES \\
26973 programs/oleview/Makefile"
26974 test "x$enable_oleview" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
26975 oleview" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
26976 oleview"
26977 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26978 programs/oleview/Makefile: programs/oleview/Makefile.in programs/Makeprog.rules"
26979 ac_config_files="$ac_config_files programs/oleview/Makefile"
26981 ALL_MAKEFILES="$ALL_MAKEFILES \\
26982 programs/progman/Makefile"
26983 test "x$enable_progman" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
26984 progman" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
26985 progman" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
26986 progman"
26987 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26988 programs/progman/Makefile: programs/progman/Makefile.in programs/Makeprog.rules"
26989 ac_config_files="$ac_config_files programs/progman/Makefile"
26991 ALL_MAKEFILES="$ALL_MAKEFILES \\
26992 programs/reg/Makefile"
26993 test "x$enable_reg" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
26994 reg" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
26995 reg"
26996 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26997 programs/reg/Makefile: programs/reg/Makefile.in programs/Makeprog.rules"
26998 ac_config_files="$ac_config_files programs/reg/Makefile"
27000 ALL_MAKEFILES="$ALL_MAKEFILES \\
27001 programs/regedit/Makefile"
27002 test "x$enable_regedit" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27003 regedit" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27004 regedit" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
27005 regedit"
27006 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27007 programs/regedit/Makefile: programs/regedit/Makefile.in programs/Makeprog.rules"
27008 ac_config_files="$ac_config_files programs/regedit/Makefile"
27010 ALL_MAKEFILES="$ALL_MAKEFILES \\
27011 programs/regsvr32/Makefile"
27012 test "x$enable_regsvr32" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27013 regsvr32" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27014 regsvr32" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
27015 regsvr32"
27016 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27017 programs/regsvr32/Makefile: programs/regsvr32/Makefile.in programs/Makeprog.rules"
27018 ac_config_files="$ac_config_files programs/regsvr32/Makefile"
27020 ALL_MAKEFILES="$ALL_MAKEFILES \\
27021 programs/rpcss/Makefile"
27022 test "x$enable_rpcss" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27023 rpcss" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27024 rpcss"
27025 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27026 programs/rpcss/Makefile: programs/rpcss/Makefile.in programs/Makeprog.rules"
27027 ac_config_files="$ac_config_files programs/rpcss/Makefile"
27029 ALL_MAKEFILES="$ALL_MAKEFILES \\
27030 programs/rundll32/Makefile"
27031 test "x$enable_rundll32" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27032 rundll32" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27033 rundll32"
27034 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27035 programs/rundll32/Makefile: programs/rundll32/Makefile.in programs/Makeprog.rules"
27036 ac_config_files="$ac_config_files programs/rundll32/Makefile"
27038 ALL_MAKEFILES="$ALL_MAKEFILES \\
27039 programs/secedit/Makefile"
27040 test "x$enable_secedit" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27041 secedit" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27042 secedit"
27043 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27044 programs/secedit/Makefile: programs/secedit/Makefile.in programs/Makeprog.rules"
27045 ac_config_files="$ac_config_files programs/secedit/Makefile"
27047 ALL_MAKEFILES="$ALL_MAKEFILES \\
27048 programs/services/Makefile"
27049 test "x$enable_services" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27050 services" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27051 services"
27052 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27053 programs/services/Makefile: programs/services/Makefile.in programs/Makeprog.rules"
27054 ac_config_files="$ac_config_files programs/services/Makefile"
27056 ALL_MAKEFILES="$ALL_MAKEFILES \\
27057 programs/spoolsv/Makefile"
27058 test "x$enable_spoolsv" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27059 spoolsv" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27060 spoolsv"
27061 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27062 programs/spoolsv/Makefile: programs/spoolsv/Makefile.in programs/Makeprog.rules"
27063 ac_config_files="$ac_config_files programs/spoolsv/Makefile"
27065 ALL_MAKEFILES="$ALL_MAKEFILES \\
27066 programs/start/Makefile"
27067 test "x$enable_start" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27068 start" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27069 start"
27070 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27071 programs/start/Makefile: programs/start/Makefile.in programs/Makeprog.rules"
27072 ac_config_files="$ac_config_files programs/start/Makefile"
27074 ALL_MAKEFILES="$ALL_MAKEFILES \\
27075 programs/svchost/Makefile"
27076 test "x$enable_svchost" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27077 svchost" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27078 svchost"
27079 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27080 programs/svchost/Makefile: programs/svchost/Makefile.in programs/Makeprog.rules"
27081 ac_config_files="$ac_config_files programs/svchost/Makefile"
27083 ALL_MAKEFILES="$ALL_MAKEFILES \\
27084 programs/taskmgr/Makefile"
27085 test "x$enable_taskmgr" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27086 taskmgr" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27087 taskmgr"
27088 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27089 programs/taskmgr/Makefile: programs/taskmgr/Makefile.in programs/Makeprog.rules"
27090 ac_config_files="$ac_config_files programs/taskmgr/Makefile"
27092 ALL_MAKEFILES="$ALL_MAKEFILES \\
27093 programs/uninstaller/Makefile"
27094 test "x$enable_uninstaller" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27095 uninstaller" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27096 uninstaller" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
27097 uninstaller"
27098 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27099 programs/uninstaller/Makefile: programs/uninstaller/Makefile.in programs/Makeprog.rules"
27100 ac_config_files="$ac_config_files programs/uninstaller/Makefile"
27102 ALL_MAKEFILES="$ALL_MAKEFILES \\
27103 programs/view/Makefile"
27104 test "x$enable_view" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27105 view"
27106 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27107 programs/view/Makefile: programs/view/Makefile.in programs/Makeprog.rules"
27108 ac_config_files="$ac_config_files programs/view/Makefile"
27110 ALL_MAKEFILES="$ALL_MAKEFILES \\
27111 programs/wineboot/Makefile"
27112 test "x$enable_wineboot" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27113 wineboot" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27114 wineboot" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
27115 wineboot"
27116 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27117 programs/wineboot/Makefile: programs/wineboot/Makefile.in programs/Makeprog.rules"
27118 ac_config_files="$ac_config_files programs/wineboot/Makefile"
27120 ALL_MAKEFILES="$ALL_MAKEFILES \\
27121 programs/winebrowser/Makefile"
27122 test "x$enable_winebrowser" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27123 winebrowser" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27124 winebrowser" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
27125 winebrowser"
27126 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27127 programs/winebrowser/Makefile: programs/winebrowser/Makefile.in programs/Makeprog.rules"
27128 ac_config_files="$ac_config_files programs/winebrowser/Makefile"
27130 ALL_MAKEFILES="$ALL_MAKEFILES \\
27131 programs/winecfg/Makefile"
27132 test "x$enable_winecfg" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27133 winecfg" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27134 winecfg" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
27135 winecfg"
27136 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27137 programs/winecfg/Makefile: programs/winecfg/Makefile.in programs/Makeprog.rules"
27138 ac_config_files="$ac_config_files programs/winecfg/Makefile"
27140 ALL_MAKEFILES="$ALL_MAKEFILES \\
27141 programs/wineconsole/Makefile"
27142 test "x$enable_wineconsole" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27143 wineconsole" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27144 wineconsole" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
27145 wineconsole"
27146 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27147 programs/wineconsole/Makefile: programs/wineconsole/Makefile.in programs/Makeprog.rules"
27148 ac_config_files="$ac_config_files programs/wineconsole/Makefile"
27150 ALL_MAKEFILES="$ALL_MAKEFILES \\
27151 programs/winedbg/Makefile"
27152 test "x$enable_winedbg" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27153 winedbg" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27154 winedbg" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
27155 winedbg"
27156 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27157 programs/winedbg/Makefile: programs/winedbg/Makefile.in programs/Makeprog.rules"
27158 ac_config_files="$ac_config_files programs/winedbg/Makefile"
27160 ALL_MAKEFILES="$ALL_MAKEFILES \\
27161 programs/winedevice/Makefile"
27162 test "x$enable_winedevice" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27163 winedevice" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27164 winedevice"
27165 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27166 programs/winedevice/Makefile: programs/winedevice/Makefile.in programs/Makeprog.rules"
27167 ac_config_files="$ac_config_files programs/winedevice/Makefile"
27169 ALL_MAKEFILES="$ALL_MAKEFILES \\
27170 programs/winefile/Makefile"
27171 test "x$enable_winefile" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27172 winefile" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27173 winefile" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
27174 winefile"
27175 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27176 programs/winefile/Makefile: programs/winefile/Makefile.in programs/Makeprog.rules"
27177 ac_config_files="$ac_config_files programs/winefile/Makefile"
27179 ALL_MAKEFILES="$ALL_MAKEFILES \\
27180 programs/winemenubuilder/Makefile"
27181 test "x$enable_winemenubuilder" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27182 winemenubuilder" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27183 winemenubuilder"
27184 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27185 programs/winemenubuilder/Makefile: programs/winemenubuilder/Makefile.in programs/Makeprog.rules"
27186 ac_config_files="$ac_config_files programs/winemenubuilder/Makefile"
27188 ALL_MAKEFILES="$ALL_MAKEFILES \\
27189 programs/winemine/Makefile"
27190 test "x$enable_winemine" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27191 winemine" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27192 winemine" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
27193 winemine"
27194 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27195 programs/winemine/Makefile: programs/winemine/Makefile.in programs/Makeprog.rules"
27196 ac_config_files="$ac_config_files programs/winemine/Makefile"
27198 ALL_MAKEFILES="$ALL_MAKEFILES \\
27199 programs/winepath/Makefile"
27200 test "x$enable_winepath" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27201 winepath" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27202 winepath" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
27203 winepath"
27204 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27205 programs/winepath/Makefile: programs/winepath/Makefile.in programs/Makeprog.rules"
27206 ac_config_files="$ac_config_files programs/winepath/Makefile"
27208 ALL_MAKEFILES="$ALL_MAKEFILES \\
27209 programs/winetest/Makefile"
27210 test "x$enable_winetest" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27211 winetest"
27212 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27213 programs/winetest/Makefile: programs/winetest/Makefile.in programs/Makeprog.rules"
27214 ac_config_files="$ac_config_files programs/winetest/Makefile"
27216 ALL_MAKEFILES="$ALL_MAKEFILES \\
27217 programs/winevdm/Makefile"
27218 test "x$enable_winevdm" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27219 winevdm" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27220 winevdm"
27221 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27222 programs/winevdm/Makefile: programs/winevdm/Makefile.in programs/Makeprog.rules"
27223 ac_config_files="$ac_config_files programs/winevdm/Makefile"
27225 ALL_MAKEFILES="$ALL_MAKEFILES \\
27226 programs/winhlp32/Makefile"
27227 test "x$enable_winhlp32" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27228 winhlp32" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27229 winhlp32"
27230 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27231 programs/winhlp32/Makefile: programs/winhlp32/Makefile.in programs/Makeprog.rules"
27232 ac_config_files="$ac_config_files programs/winhlp32/Makefile"
27234 ALL_MAKEFILES="$ALL_MAKEFILES \\
27235 programs/winver/Makefile"
27236 test "x$enable_winver" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27237 winver" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27238 winver"
27239 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27240 programs/winver/Makefile: programs/winver/Makefile.in programs/Makeprog.rules"
27241 ac_config_files="$ac_config_files programs/winver/Makefile"
27243 ALL_MAKEFILES="$ALL_MAKEFILES \\
27244 programs/wordpad/Makefile"
27245 test "x$enable_wordpad" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27246 wordpad" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27247 wordpad"
27248 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27249 programs/wordpad/Makefile: programs/wordpad/Makefile.in programs/Makeprog.rules"
27250 ac_config_files="$ac_config_files programs/wordpad/Makefile"
27252 ALL_MAKEFILES="$ALL_MAKEFILES \\
27253 programs/write/Makefile"
27254 test "x$enable_write" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27255 write" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27256 write"
27257 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27258 programs/write/Makefile: programs/write/Makefile.in programs/Makeprog.rules"
27259 ac_config_files="$ac_config_files programs/write/Makefile"
27261 ALL_MAKEFILES="$ALL_MAKEFILES \\
27262 programs/xcopy/Makefile"
27263 test "x$enable_xcopy" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27264 xcopy" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27265 xcopy"
27266 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27267 programs/xcopy/Makefile: programs/xcopy/Makefile.in programs/Makeprog.rules"
27268 ac_config_files="$ac_config_files programs/xcopy/Makefile"
27270 ALL_MAKEFILES="$ALL_MAKEFILES \\
27271 server/Makefile"
27272 test "x$enable_server" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
27273 server"
27274 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27275 server/Makefile: server/Makefile.in Make.rules"
27276 ac_config_files="$ac_config_files server/Makefile"
27278 ALL_MAKEFILES="$ALL_MAKEFILES \\
27279 tools/Makefile"
27280 test "x$enable_tools" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
27281 tools"
27282 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27283 tools/Makefile: tools/Makefile.in Make.rules"
27284 ac_config_files="$ac_config_files tools/Makefile"
27286 ALL_MAKEFILES="$ALL_MAKEFILES \\
27287 tools/widl/Makefile"
27289 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27290 tools/widl/Makefile: tools/widl/Makefile.in Make.rules"
27291 ac_config_files="$ac_config_files tools/widl/Makefile"
27293 ALL_MAKEFILES="$ALL_MAKEFILES \\
27294 tools/winebuild/Makefile"
27296 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27297 tools/winebuild/Makefile: tools/winebuild/Makefile.in Make.rules"
27298 ac_config_files="$ac_config_files tools/winebuild/Makefile"
27300 ALL_MAKEFILES="$ALL_MAKEFILES \\
27301 tools/winedump/Makefile"
27303 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27304 tools/winedump/Makefile: tools/winedump/Makefile.in Make.rules"
27305 ac_config_files="$ac_config_files tools/winedump/Makefile"
27307 ALL_MAKEFILES="$ALL_MAKEFILES \\
27308 tools/winegcc/Makefile"
27310 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27311 tools/winegcc/Makefile: tools/winegcc/Makefile.in Make.rules"
27312 ac_config_files="$ac_config_files tools/winegcc/Makefile"
27314 ALL_MAKEFILES="$ALL_MAKEFILES \\
27315 tools/wmc/Makefile"
27317 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27318 tools/wmc/Makefile: tools/wmc/Makefile.in Make.rules"
27319 ac_config_files="$ac_config_files tools/wmc/Makefile"
27321 ALL_MAKEFILES="$ALL_MAKEFILES \\
27322 tools/wrc/Makefile"
27324 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27325 tools/wrc/Makefile: tools/wrc/Makefile.in Make.rules"
27326 ac_config_files="$ac_config_files tools/wrc/Makefile"
27330 ALL_WINETEST_DEPENDS="# Test binaries"
27332 for dir in $ALL_TEST_DIRS
27334 if test "$dir" != "\\"
27335 then
27336 testname=`expr $dir : '\(.*\)/tests'`_test.exe
27337 ALL_WINETEST_DEPENDS="$ALL_WINETEST_DEPENDS
27338 $testname: \$(DLLDIR)/$dir/$testname\$(DLLEXT)
27339 cp \$(DLLDIR)/$dir/$testname\$(DLLEXT) \$@ && \$(STRIP) \$@"
27341 done
27343 cat >confcache <<\_ACEOF
27344 # This file is a shell script that caches the results of configure
27345 # tests run on this system so they can be shared between configure
27346 # scripts and configure runs, see configure's option --config-cache.
27347 # It is not useful on other systems. If it contains results you don't
27348 # want to keep, you may remove or edit it.
27350 # config.status only pays attention to the cache file if you give it
27351 # the --recheck option to rerun configure.
27353 # `ac_cv_env_foo' variables (set or unset) will be overridden when
27354 # loading this file, other *unset* `ac_cv_foo' will be assigned the
27355 # following values.
27357 _ACEOF
27359 # The following way of writing the cache mishandles newlines in values,
27360 # but we know of no workaround that is simple, portable, and efficient.
27361 # So, we kill variables containing newlines.
27362 # Ultrix sh set writes to stderr and can't be redirected directly,
27363 # and sets the high bit in the cache file unless we assign to the vars.
27365 for ac_var in `(set) 2>&1 | sed -n 's/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'`; do
27366 eval ac_val=\$$ac_var
27367 case $ac_val in #(
27368 *${as_nl}*)
27369 case $ac_var in #(
27370 *_cv_*) { $as_echo "$as_me:$LINENO: WARNING: cache variable $ac_var contains a newline" >&5
27371 $as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
27372 esac
27373 case $ac_var in #(
27374 _ | IFS | as_nl) ;; #(
27375 BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
27376 *) $as_unset $ac_var ;;
27377 esac ;;
27378 esac
27379 done
27381 (set) 2>&1 |
27382 case $as_nl`(ac_space=' '; set) 2>&1` in #(
27383 *${as_nl}ac_space=\ *)
27384 # `set' does not quote correctly, so add quotes (double-quote
27385 # substitution turns \\\\ into \\, and sed turns \\ into \).
27386 sed -n \
27387 "s/'/'\\\\''/g;
27388 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
27389 ;; #(
27391 # `set' quotes correctly as required by POSIX, so do not add quotes.
27392 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
27394 esac |
27395 sort
27397 sed '
27398 /^ac_cv_env_/b end
27399 t clear
27400 :clear
27401 s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
27402 t end
27403 s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
27404 :end' >>confcache
27405 if diff "$cache_file" confcache >/dev/null 2>&1; then :; else
27406 if test -w "$cache_file"; then
27407 test "x$cache_file" != "x/dev/null" &&
27408 { $as_echo "$as_me:$LINENO: updating cache $cache_file" >&5
27409 $as_echo "$as_me: updating cache $cache_file" >&6;}
27410 cat confcache >$cache_file
27411 else
27412 { $as_echo "$as_me:$LINENO: not updating unwritable cache $cache_file" >&5
27413 $as_echo "$as_me: not updating unwritable cache $cache_file" >&6;}
27416 rm -f confcache
27418 test "x$prefix" = xNONE && prefix=$ac_default_prefix
27419 # Let make expand exec_prefix.
27420 test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
27422 DEFS=-DHAVE_CONFIG_H
27424 ac_libobjs=
27425 ac_ltlibobjs=
27426 for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue
27427 # 1. Remove the extension, and $U if already installed.
27428 ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
27429 ac_i=`$as_echo "$ac_i" | sed "$ac_script"`
27430 # 2. Prepend LIBOBJDIR. When used with automake>=1.10 LIBOBJDIR
27431 # will be set to the directory where LIBOBJS objects are built.
27432 ac_libobjs="$ac_libobjs \${LIBOBJDIR}$ac_i\$U.$ac_objext"
27433 ac_ltlibobjs="$ac_ltlibobjs \${LIBOBJDIR}$ac_i"'$U.lo'
27434 done
27435 LIBOBJS=$ac_libobjs
27437 LTLIBOBJS=$ac_ltlibobjs
27441 : ${CONFIG_STATUS=./config.status}
27442 ac_write_fail=0
27443 ac_clean_files_save=$ac_clean_files
27444 ac_clean_files="$ac_clean_files $CONFIG_STATUS"
27445 { $as_echo "$as_me:$LINENO: creating $CONFIG_STATUS" >&5
27446 $as_echo "$as_me: creating $CONFIG_STATUS" >&6;}
27447 cat >$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
27448 #! $SHELL
27449 # Generated by $as_me.
27450 # Run this file to recreate the current configuration.
27451 # Compiler output produced by configure, useful for debugging
27452 # configure, is in config.log if it exists.
27454 debug=false
27455 ac_cs_recheck=false
27456 ac_cs_silent=false
27457 SHELL=\${CONFIG_SHELL-$SHELL}
27458 _ACEOF
27460 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
27461 ## --------------------- ##
27462 ## M4sh Initialization. ##
27463 ## --------------------- ##
27465 # Be more Bourne compatible
27466 DUALCASE=1; export DUALCASE # for MKS sh
27467 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
27468 emulate sh
27469 NULLCMD=:
27470 # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
27471 # is contrary to our usage. Disable this feature.
27472 alias -g '${1+"$@"}'='"$@"'
27473 setopt NO_GLOB_SUBST
27474 else
27475 case `(set -o) 2>/dev/null` in
27476 *posix*) set -o posix ;;
27477 esac
27484 # PATH needs CR
27485 # Avoid depending upon Character Ranges.
27486 as_cr_letters='abcdefghijklmnopqrstuvwxyz'
27487 as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
27488 as_cr_Letters=$as_cr_letters$as_cr_LETTERS
27489 as_cr_digits='0123456789'
27490 as_cr_alnum=$as_cr_Letters$as_cr_digits
27492 as_nl='
27494 export as_nl
27495 # Printing a long string crashes Solaris 7 /usr/bin/printf.
27496 as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
27497 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo
27498 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo
27499 if (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
27500 as_echo='printf %s\n'
27501 as_echo_n='printf %s'
27502 else
27503 if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
27504 as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
27505 as_echo_n='/usr/ucb/echo -n'
27506 else
27507 as_echo_body='eval expr "X$1" : "X\\(.*\\)"'
27508 as_echo_n_body='eval
27509 arg=$1;
27510 case $arg in
27511 *"$as_nl"*)
27512 expr "X$arg" : "X\\(.*\\)$as_nl";
27513 arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
27514 esac;
27515 expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl"
27517 export as_echo_n_body
27518 as_echo_n='sh -c $as_echo_n_body as_echo'
27520 export as_echo_body
27521 as_echo='sh -c $as_echo_body as_echo'
27524 # The user is always right.
27525 if test "${PATH_SEPARATOR+set}" != set; then
27526 PATH_SEPARATOR=:
27527 (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && {
27528 (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||
27529 PATH_SEPARATOR=';'
27533 # Support unset when possible.
27534 if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then
27535 as_unset=unset
27536 else
27537 as_unset=false
27541 # IFS
27542 # We need space, tab and new line, in precisely that order. Quoting is
27543 # there to prevent editors from complaining about space-tab.
27544 # (If _AS_PATH_WALK were called with IFS unset, it would disable word
27545 # splitting by setting IFS to empty value.)
27546 IFS=" "" $as_nl"
27548 # Find who we are. Look in the path if we contain no directory separator.
27549 case $0 in
27550 *[\\/]* ) as_myself=$0 ;;
27551 *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
27552 for as_dir in $PATH
27554 IFS=$as_save_IFS
27555 test -z "$as_dir" && as_dir=.
27556 test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
27557 done
27558 IFS=$as_save_IFS
27561 esac
27562 # We did not find ourselves, most probably we were run as `sh COMMAND'
27563 # in which case we are not to be found in the path.
27564 if test "x$as_myself" = x; then
27565 as_myself=$0
27567 if test ! -f "$as_myself"; then
27568 $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
27569 { (exit 1); exit 1; }
27572 # Work around bugs in pre-3.0 UWIN ksh.
27573 for as_var in ENV MAIL MAILPATH
27574 do ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var
27575 done
27576 PS1='$ '
27577 PS2='> '
27578 PS4='+ '
27580 # NLS nuisances.
27581 LC_ALL=C
27582 export LC_ALL
27583 LANGUAGE=C
27584 export LANGUAGE
27586 # Required to use basename.
27587 if expr a : '\(a\)' >/dev/null 2>&1 &&
27588 test "X`expr 00001 : '.*\(...\)'`" = X001; then
27589 as_expr=expr
27590 else
27591 as_expr=false
27594 if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
27595 as_basename=basename
27596 else
27597 as_basename=false
27601 # Name of the executable.
27602 as_me=`$as_basename -- "$0" ||
27603 $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
27604 X"$0" : 'X\(//\)$' \| \
27605 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
27606 $as_echo X/"$0" |
27607 sed '/^.*\/\([^/][^/]*\)\/*$/{
27608 s//\1/
27611 /^X\/\(\/\/\)$/{
27612 s//\1/
27615 /^X\/\(\/\).*/{
27616 s//\1/
27619 s/.*/./; q'`
27621 # CDPATH.
27622 $as_unset CDPATH
27626 as_lineno_1=$LINENO
27627 as_lineno_2=$LINENO
27628 test "x$as_lineno_1" != "x$as_lineno_2" &&
27629 test "x`expr $as_lineno_1 + 1`" = "x$as_lineno_2" || {
27631 # Create $as_me.lineno as a copy of $as_myself, but with $LINENO
27632 # uniformly replaced by the line number. The first 'sed' inserts a
27633 # line-number line after each line using $LINENO; the second 'sed'
27634 # does the real work. The second script uses 'N' to pair each
27635 # line-number line with the line containing $LINENO, and appends
27636 # trailing '-' during substitution so that $LINENO is not a special
27637 # case at line end.
27638 # (Raja R Harinath suggested sed '=', and Paul Eggert wrote the
27639 # scripts with optimization help from Paolo Bonzini. Blame Lee
27640 # E. McMahon (1931-1989) for sed's syntax. :-)
27641 sed -n '
27643 /[$]LINENO/=
27644 ' <$as_myself |
27645 sed '
27646 s/[$]LINENO.*/&-/
27647 t lineno
27649 :lineno
27651 :loop
27652 s/[$]LINENO\([^'$as_cr_alnum'_].*\n\)\(.*\)/\2\1\2/
27653 t loop
27654 s/-\n.*//
27655 ' >$as_me.lineno &&
27656 chmod +x "$as_me.lineno" ||
27657 { $as_echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2
27658 { (exit 1); exit 1; }; }
27660 # Don't try to exec as it changes $[0], causing all sort of problems
27661 # (the dirname of $[0] is not the place where we might find the
27662 # original and so on. Autoconf is especially sensitive to this).
27663 . "./$as_me.lineno"
27664 # Exit status is that of the last command.
27665 exit
27669 if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
27670 as_dirname=dirname
27671 else
27672 as_dirname=false
27675 ECHO_C= ECHO_N= ECHO_T=
27676 case `echo -n x` in
27677 -n*)
27678 case `echo 'x\c'` in
27679 *c*) ECHO_T=' ';; # ECHO_T is single tab character.
27680 *) ECHO_C='\c';;
27681 esac;;
27683 ECHO_N='-n';;
27684 esac
27685 if expr a : '\(a\)' >/dev/null 2>&1 &&
27686 test "X`expr 00001 : '.*\(...\)'`" = X001; then
27687 as_expr=expr
27688 else
27689 as_expr=false
27692 rm -f conf$$ conf$$.exe conf$$.file
27693 if test -d conf$$.dir; then
27694 rm -f conf$$.dir/conf$$.file
27695 else
27696 rm -f conf$$.dir
27697 mkdir conf$$.dir 2>/dev/null
27699 if (echo >conf$$.file) 2>/dev/null; then
27700 if ln -s conf$$.file conf$$ 2>/dev/null; then
27701 as_ln_s='ln -s'
27702 # ... but there are two gotchas:
27703 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
27704 # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
27705 # In both cases, we have to default to `cp -p'.
27706 ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
27707 as_ln_s='cp -p'
27708 elif ln conf$$.file conf$$ 2>/dev/null; then
27709 as_ln_s=ln
27710 else
27711 as_ln_s='cp -p'
27713 else
27714 as_ln_s='cp -p'
27716 rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
27717 rmdir conf$$.dir 2>/dev/null
27719 if mkdir -p . 2>/dev/null; then
27720 as_mkdir_p=:
27721 else
27722 test -d ./-p && rmdir ./-p
27723 as_mkdir_p=false
27726 if test -x / >/dev/null 2>&1; then
27727 as_test_x='test -x'
27728 else
27729 if ls -dL / >/dev/null 2>&1; then
27730 as_ls_L_option=L
27731 else
27732 as_ls_L_option=
27734 as_test_x='
27735 eval sh -c '\''
27736 if test -d "$1"; then
27737 test -d "$1/.";
27738 else
27739 case $1 in
27740 -*)set "./$1";;
27741 esac;
27742 case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in
27743 ???[sx]*):;;*)false;;esac;fi
27744 '\'' sh
27747 as_executable_p=$as_test_x
27749 # Sed expression to map a string onto a valid CPP name.
27750 as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
27752 # Sed expression to map a string onto a valid variable name.
27753 as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
27756 exec 6>&1
27758 # Save the log message, to keep $[0] and so on meaningful, and to
27759 # report actual input values of CONFIG_FILES etc. instead of their
27760 # values after options handling.
27761 ac_log="
27762 This file was extended by Wine $as_me 1.1.11, which was
27763 generated by GNU Autoconf 2.63. Invocation command line was
27765 CONFIG_FILES = $CONFIG_FILES
27766 CONFIG_HEADERS = $CONFIG_HEADERS
27767 CONFIG_LINKS = $CONFIG_LINKS
27768 CONFIG_COMMANDS = $CONFIG_COMMANDS
27769 $ $0 $@
27771 on `(hostname || uname -n) 2>/dev/null | sed 1q`
27774 _ACEOF
27776 case $ac_config_files in *"
27777 "*) set x $ac_config_files; shift; ac_config_files=$*;;
27778 esac
27780 case $ac_config_headers in *"
27781 "*) set x $ac_config_headers; shift; ac_config_headers=$*;;
27782 esac
27785 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
27786 # Files that config.status was made for.
27787 config_files="$ac_config_files"
27788 config_headers="$ac_config_headers"
27789 config_commands="$ac_config_commands"
27791 _ACEOF
27793 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
27794 ac_cs_usage="\
27795 \`$as_me' instantiates files from templates according to the
27796 current configuration.
27798 Usage: $0 [OPTION]... [FILE]...
27800 -h, --help print this help, then exit
27801 -V, --version print version number and configuration settings, then exit
27802 -q, --quiet, --silent
27803 do not print progress messages
27804 -d, --debug don't remove temporary files
27805 --recheck update $as_me by reconfiguring in the same conditions
27806 --file=FILE[:TEMPLATE]
27807 instantiate the configuration file FILE
27808 --header=FILE[:TEMPLATE]
27809 instantiate the configuration header FILE
27811 Configuration files:
27812 $config_files
27814 Configuration headers:
27815 $config_headers
27817 Configuration commands:
27818 $config_commands
27820 Report bugs to <bug-autoconf@gnu.org>."
27822 _ACEOF
27823 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
27824 ac_cs_version="\\
27825 Wine config.status 1.1.11
27826 configured by $0, generated by GNU Autoconf 2.63,
27827 with options \\"`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\"
27829 Copyright (C) 2008 Free Software Foundation, Inc.
27830 This config.status script is free software; the Free Software Foundation
27831 gives unlimited permission to copy, distribute and modify it."
27833 ac_pwd='$ac_pwd'
27834 srcdir='$srcdir'
27835 INSTALL='$INSTALL'
27836 test -n "\$AWK" || AWK=awk
27837 _ACEOF
27839 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
27840 # The default lists apply if the user does not specify any file.
27841 ac_need_defaults=:
27842 while test $# != 0
27844 case $1 in
27845 --*=*)
27846 ac_option=`expr "X$1" : 'X\([^=]*\)='`
27847 ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
27848 ac_shift=:
27851 ac_option=$1
27852 ac_optarg=$2
27853 ac_shift=shift
27855 esac
27857 case $ac_option in
27858 # Handling of the options.
27859 -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
27860 ac_cs_recheck=: ;;
27861 --version | --versio | --versi | --vers | --ver | --ve | --v | -V )
27862 $as_echo "$ac_cs_version"; exit ;;
27863 --debug | --debu | --deb | --de | --d | -d )
27864 debug=: ;;
27865 --file | --fil | --fi | --f )
27866 $ac_shift
27867 case $ac_optarg in
27868 *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
27869 esac
27870 CONFIG_FILES="$CONFIG_FILES '$ac_optarg'"
27871 ac_need_defaults=false;;
27872 --header | --heade | --head | --hea )
27873 $ac_shift
27874 case $ac_optarg in
27875 *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
27876 esac
27877 CONFIG_HEADERS="$CONFIG_HEADERS '$ac_optarg'"
27878 ac_need_defaults=false;;
27879 --he | --h)
27880 # Conflict between --help and --header
27881 { $as_echo "$as_me: error: ambiguous option: $1
27882 Try \`$0 --help' for more information." >&2
27883 { (exit 1); exit 1; }; };;
27884 --help | --hel | -h )
27885 $as_echo "$ac_cs_usage"; exit ;;
27886 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
27887 | -silent | --silent | --silen | --sile | --sil | --si | --s)
27888 ac_cs_silent=: ;;
27890 # This is an error.
27891 -*) { $as_echo "$as_me: error: unrecognized option: $1
27892 Try \`$0 --help' for more information." >&2
27893 { (exit 1); exit 1; }; } ;;
27895 *) ac_config_targets="$ac_config_targets $1"
27896 ac_need_defaults=false ;;
27898 esac
27899 shift
27900 done
27902 ac_configure_extra_args=
27904 if $ac_cs_silent; then
27905 exec 6>/dev/null
27906 ac_configure_extra_args="$ac_configure_extra_args --silent"
27909 _ACEOF
27910 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
27911 if \$ac_cs_recheck; then
27912 set X '$SHELL' '$0' $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
27913 shift
27914 \$as_echo "running CONFIG_SHELL=$SHELL \$*" >&6
27915 CONFIG_SHELL='$SHELL'
27916 export CONFIG_SHELL
27917 exec "\$@"
27920 _ACEOF
27921 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
27922 exec 5>>config.log
27924 echo
27925 sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
27926 ## Running $as_me. ##
27927 _ASBOX
27928 $as_echo "$ac_log"
27929 } >&5
27931 _ACEOF
27932 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
27933 _ACEOF
27935 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
27937 # Handling of arguments.
27938 for ac_config_target in $ac_config_targets
27940 case $ac_config_target in
27941 "include/config.h") CONFIG_HEADERS="$CONFIG_HEADERS include/config.h" ;;
27942 "include/stamp-h") CONFIG_COMMANDS="$CONFIG_COMMANDS include/stamp-h" ;;
27943 "dlls/gdi32/enhmfdrv") CONFIG_COMMANDS="$CONFIG_COMMANDS dlls/gdi32/enhmfdrv" ;;
27944 "dlls/gdi32/mfdrv") CONFIG_COMMANDS="$CONFIG_COMMANDS dlls/gdi32/mfdrv" ;;
27945 "dlls/kernel32/nls") CONFIG_COMMANDS="$CONFIG_COMMANDS dlls/kernel32/nls" ;;
27946 "dlls/user32/resources") CONFIG_COMMANDS="$CONFIG_COMMANDS dlls/user32/resources" ;;
27947 "dlls/wineps.drv/data") CONFIG_COMMANDS="$CONFIG_COMMANDS dlls/wineps.drv/data" ;;
27948 "include/wine") CONFIG_COMMANDS="$CONFIG_COMMANDS include/wine" ;;
27949 "Make.rules") CONFIG_FILES="$CONFIG_FILES Make.rules" ;;
27950 "dlls/Makedll.rules") CONFIG_FILES="$CONFIG_FILES dlls/Makedll.rules" ;;
27951 "dlls/Makeimplib.rules") CONFIG_FILES="$CONFIG_FILES dlls/Makeimplib.rules" ;;
27952 "dlls/Maketest.rules") CONFIG_FILES="$CONFIG_FILES dlls/Maketest.rules" ;;
27953 "programs/Makeprog.rules") CONFIG_FILES="$CONFIG_FILES programs/Makeprog.rules" ;;
27954 "Makefile") CONFIG_FILES="$CONFIG_FILES Makefile" ;;
27955 "dlls/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/Makefile" ;;
27956 "dlls/acledit/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/acledit/Makefile" ;;
27957 "dlls/activeds/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/activeds/Makefile" ;;
27958 "dlls/actxprxy/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/actxprxy/Makefile" ;;
27959 "dlls/adsiid/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/adsiid/Makefile" ;;
27960 "dlls/advapi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/advapi32/Makefile" ;;
27961 "dlls/advapi32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/advapi32/tests/Makefile" ;;
27962 "dlls/advpack/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/advpack/Makefile" ;;
27963 "dlls/advpack/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/advpack/tests/Makefile" ;;
27964 "dlls/amstream/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/amstream/Makefile" ;;
27965 "dlls/appwiz.cpl/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/appwiz.cpl/Makefile" ;;
27966 "dlls/atl/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/atl/Makefile" ;;
27967 "dlls/avicap32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/avicap32/Makefile" ;;
27968 "dlls/avifil32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/avifil32/Makefile" ;;
27969 "dlls/browseui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/browseui/Makefile" ;;
27970 "dlls/browseui/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/browseui/tests/Makefile" ;;
27971 "dlls/cabinet/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cabinet/Makefile" ;;
27972 "dlls/cabinet/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cabinet/tests/Makefile" ;;
27973 "dlls/capi2032/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/capi2032/Makefile" ;;
27974 "dlls/cards/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cards/Makefile" ;;
27975 "dlls/cfgmgr32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cfgmgr32/Makefile" ;;
27976 "dlls/clusapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/clusapi/Makefile" ;;
27977 "dlls/comcat/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/comcat/Makefile" ;;
27978 "dlls/comcat/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/comcat/tests/Makefile" ;;
27979 "dlls/comctl32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/comctl32/Makefile" ;;
27980 "dlls/comctl32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/comctl32/tests/Makefile" ;;
27981 "dlls/comdlg32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/comdlg32/Makefile" ;;
27982 "dlls/comdlg32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/comdlg32/tests/Makefile" ;;
27983 "dlls/compstui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/compstui/Makefile" ;;
27984 "dlls/credui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/credui/Makefile" ;;
27985 "dlls/credui/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/credui/tests/Makefile" ;;
27986 "dlls/crtdll/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/crtdll/Makefile" ;;
27987 "dlls/crypt32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/crypt32/Makefile" ;;
27988 "dlls/crypt32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/crypt32/tests/Makefile" ;;
27989 "dlls/cryptdlg/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cryptdlg/Makefile" ;;
27990 "dlls/cryptdll/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cryptdll/Makefile" ;;
27991 "dlls/cryptnet/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cryptnet/Makefile" ;;
27992 "dlls/cryptnet/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cryptnet/tests/Makefile" ;;
27993 "dlls/cryptui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cryptui/Makefile" ;;
27994 "dlls/cryptui/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cryptui/tests/Makefile" ;;
27995 "dlls/ctapi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ctapi32/Makefile" ;;
27996 "dlls/ctl3d32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ctl3d32/Makefile" ;;
27997 "dlls/d3d10/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d10/Makefile" ;;
27998 "dlls/d3d10/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d10/tests/Makefile" ;;
27999 "dlls/d3d10core/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d10core/Makefile" ;;
28000 "dlls/d3d10core/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d10core/tests/Makefile" ;;
28001 "dlls/d3d8/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d8/Makefile" ;;
28002 "dlls/d3d8/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d8/tests/Makefile" ;;
28003 "dlls/d3d9/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d9/Makefile" ;;
28004 "dlls/d3d9/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d9/tests/Makefile" ;;
28005 "dlls/d3dim/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dim/Makefile" ;;
28006 "dlls/d3drm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3drm/Makefile" ;;
28007 "dlls/d3drm/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3drm/tests/Makefile" ;;
28008 "dlls/d3dx8/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx8/Makefile" ;;
28009 "dlls/d3dx8/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx8/tests/Makefile" ;;
28010 "dlls/d3dx9_24/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_24/Makefile" ;;
28011 "dlls/d3dx9_25/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_25/Makefile" ;;
28012 "dlls/d3dx9_26/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_26/Makefile" ;;
28013 "dlls/d3dx9_27/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_27/Makefile" ;;
28014 "dlls/d3dx9_28/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_28/Makefile" ;;
28015 "dlls/d3dx9_29/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_29/Makefile" ;;
28016 "dlls/d3dx9_30/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_30/Makefile" ;;
28017 "dlls/d3dx9_31/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_31/Makefile" ;;
28018 "dlls/d3dx9_32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_32/Makefile" ;;
28019 "dlls/d3dx9_33/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_33/Makefile" ;;
28020 "dlls/d3dx9_34/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_34/Makefile" ;;
28021 "dlls/d3dx9_35/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_35/Makefile" ;;
28022 "dlls/d3dx9_36/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_36/Makefile" ;;
28023 "dlls/d3dx9_36/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_36/tests/Makefile" ;;
28024 "dlls/d3dx9_37/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_37/Makefile" ;;
28025 "dlls/d3dxof/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dxof/Makefile" ;;
28026 "dlls/d3dxof/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dxof/tests/Makefile" ;;
28027 "dlls/dbghelp/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dbghelp/Makefile" ;;
28028 "dlls/dciman32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dciman32/Makefile" ;;
28029 "dlls/ddraw/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ddraw/Makefile" ;;
28030 "dlls/ddraw/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ddraw/tests/Makefile" ;;
28031 "dlls/ddrawex/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ddrawex/Makefile" ;;
28032 "dlls/devenum/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/devenum/Makefile" ;;
28033 "dlls/dinput/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dinput/Makefile" ;;
28034 "dlls/dinput/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dinput/tests/Makefile" ;;
28035 "dlls/dinput8/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dinput8/Makefile" ;;
28036 "dlls/dmband/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmband/Makefile" ;;
28037 "dlls/dmcompos/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmcompos/Makefile" ;;
28038 "dlls/dmime/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmime/Makefile" ;;
28039 "dlls/dmloader/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmloader/Makefile" ;;
28040 "dlls/dmscript/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmscript/Makefile" ;;
28041 "dlls/dmstyle/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmstyle/Makefile" ;;
28042 "dlls/dmsynth/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmsynth/Makefile" ;;
28043 "dlls/dmusic/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmusic/Makefile" ;;
28044 "dlls/dmusic32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmusic32/Makefile" ;;
28045 "dlls/dnsapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dnsapi/Makefile" ;;
28046 "dlls/dnsapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dnsapi/tests/Makefile" ;;
28047 "dlls/dplay/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dplay/Makefile" ;;
28048 "dlls/dplayx/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dplayx/Makefile" ;;
28049 "dlls/dplayx/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dplayx/tests/Makefile" ;;
28050 "dlls/dpnaddr/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dpnaddr/Makefile" ;;
28051 "dlls/dpnet/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dpnet/Makefile" ;;
28052 "dlls/dpnhpast/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dpnhpast/Makefile" ;;
28053 "dlls/dpnlobby/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dpnlobby/Makefile" ;;
28054 "dlls/dpwsockx/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dpwsockx/Makefile" ;;
28055 "dlls/dsound/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dsound/Makefile" ;;
28056 "dlls/dsound/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dsound/tests/Makefile" ;;
28057 "dlls/dssenh/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dssenh/Makefile" ;;
28058 "dlls/dswave/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dswave/Makefile" ;;
28059 "dlls/dwmapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dwmapi/Makefile" ;;
28060 "dlls/dxdiagn/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dxdiagn/Makefile" ;;
28061 "dlls/dxerr8/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dxerr8/Makefile" ;;
28062 "dlls/dxerr9/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dxerr9/Makefile" ;;
28063 "dlls/dxgi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dxgi/Makefile" ;;
28064 "dlls/dxgi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dxgi/tests/Makefile" ;;
28065 "dlls/dxguid/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dxguid/Makefile" ;;
28066 "dlls/faultrep/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/faultrep/Makefile" ;;
28067 "dlls/fusion/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/fusion/Makefile" ;;
28068 "dlls/fusion/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/fusion/tests/Makefile" ;;
28069 "dlls/gdi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/gdi32/Makefile" ;;
28070 "dlls/gdi32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/gdi32/tests/Makefile" ;;
28071 "dlls/gdiplus/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/gdiplus/Makefile" ;;
28072 "dlls/gdiplus/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/gdiplus/tests/Makefile" ;;
28073 "dlls/glu32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/glu32/Makefile" ;;
28074 "dlls/gphoto2.ds/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/gphoto2.ds/Makefile" ;;
28075 "dlls/gpkcsp/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/gpkcsp/Makefile" ;;
28076 "dlls/hal/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/hal/Makefile" ;;
28077 "dlls/hhctrl.ocx/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/hhctrl.ocx/Makefile" ;;
28078 "dlls/hid/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/hid/Makefile" ;;
28079 "dlls/hlink/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/hlink/Makefile" ;;
28080 "dlls/hlink/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/hlink/tests/Makefile" ;;
28081 "dlls/hnetcfg/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/hnetcfg/Makefile" ;;
28082 "dlls/iccvid/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/iccvid/Makefile" ;;
28083 "dlls/icmp/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/icmp/Makefile" ;;
28084 "dlls/ifsmgr.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ifsmgr.vxd/Makefile" ;;
28085 "dlls/imaadp32.acm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/imaadp32.acm/Makefile" ;;
28086 "dlls/imagehlp/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/imagehlp/Makefile" ;;
28087 "dlls/imm32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/imm32/Makefile" ;;
28088 "dlls/imm32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/imm32/tests/Makefile" ;;
28089 "dlls/inetcomm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/inetcomm/Makefile" ;;
28090 "dlls/inetcomm/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/inetcomm/tests/Makefile" ;;
28091 "dlls/inetmib1/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/inetmib1/Makefile" ;;
28092 "dlls/inetmib1/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/inetmib1/tests/Makefile" ;;
28093 "dlls/infosoft/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/infosoft/Makefile" ;;
28094 "dlls/infosoft/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/infosoft/tests/Makefile" ;;
28095 "dlls/initpki/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/initpki/Makefile" ;;
28096 "dlls/inkobj/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/inkobj/Makefile" ;;
28097 "dlls/inseng/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/inseng/Makefile" ;;
28098 "dlls/iphlpapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/iphlpapi/Makefile" ;;
28099 "dlls/iphlpapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/iphlpapi/tests/Makefile" ;;
28100 "dlls/itircl/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/itircl/Makefile" ;;
28101 "dlls/itss/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/itss/Makefile" ;;
28102 "dlls/itss/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/itss/tests/Makefile" ;;
28103 "dlls/jscript/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/jscript/Makefile" ;;
28104 "dlls/jscript/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/jscript/tests/Makefile" ;;
28105 "dlls/kernel32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/kernel32/Makefile" ;;
28106 "dlls/kernel32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/kernel32/tests/Makefile" ;;
28107 "dlls/localspl/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/localspl/Makefile" ;;
28108 "dlls/localspl/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/localspl/tests/Makefile" ;;
28109 "dlls/localui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/localui/Makefile" ;;
28110 "dlls/localui/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/localui/tests/Makefile" ;;
28111 "dlls/lz32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/lz32/Makefile" ;;
28112 "dlls/lz32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/lz32/tests/Makefile" ;;
28113 "dlls/mapi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mapi32/Makefile" ;;
28114 "dlls/mapi32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mapi32/tests/Makefile" ;;
28115 "dlls/mciavi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mciavi32/Makefile" ;;
28116 "dlls/mcicda/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mcicda/Makefile" ;;
28117 "dlls/mciseq/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mciseq/Makefile" ;;
28118 "dlls/mciwave/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mciwave/Makefile" ;;
28119 "dlls/midimap/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/midimap/Makefile" ;;
28120 "dlls/mlang/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mlang/Makefile" ;;
28121 "dlls/mlang/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mlang/tests/Makefile" ;;
28122 "dlls/mmdevldr.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mmdevldr.vxd/Makefile" ;;
28123 "dlls/monodebg.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/monodebg.vxd/Makefile" ;;
28124 "dlls/mountmgr.sys/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mountmgr.sys/Makefile" ;;
28125 "dlls/mpr/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mpr/Makefile" ;;
28126 "dlls/mprapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mprapi/Makefile" ;;
28127 "dlls/msacm32.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msacm32.drv/Makefile" ;;
28128 "dlls/msacm32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msacm32/Makefile" ;;
28129 "dlls/msacm32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msacm32/tests/Makefile" ;;
28130 "dlls/msadp32.acm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msadp32.acm/Makefile" ;;
28131 "dlls/mscat32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mscat32/Makefile" ;;
28132 "dlls/mscms/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mscms/Makefile" ;;
28133 "dlls/mscms/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mscms/tests/Makefile" ;;
28134 "dlls/mscoree/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mscoree/Makefile" ;;
28135 "dlls/msdmo/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msdmo/Makefile" ;;
28136 "dlls/msftedit/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msftedit/Makefile" ;;
28137 "dlls/msg711.acm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msg711.acm/Makefile" ;;
28138 "dlls/mshtml.tlb/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mshtml.tlb/Makefile" ;;
28139 "dlls/mshtml/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mshtml/Makefile" ;;
28140 "dlls/mshtml/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mshtml/tests/Makefile" ;;
28141 "dlls/msi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msi/Makefile" ;;
28142 "dlls/msi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msi/tests/Makefile" ;;
28143 "dlls/msimg32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msimg32/Makefile" ;;
28144 "dlls/msimtf/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msimtf/Makefile" ;;
28145 "dlls/msisip/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msisip/Makefile" ;;
28146 "dlls/msisys.ocx/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msisys.ocx/Makefile" ;;
28147 "dlls/msnet32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msnet32/Makefile" ;;
28148 "dlls/msrle32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msrle32/Makefile" ;;
28149 "dlls/mssip32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mssip32/Makefile" ;;
28150 "dlls/mstask/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mstask/Makefile" ;;
28151 "dlls/mstask/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mstask/tests/Makefile" ;;
28152 "dlls/msvcirt/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcirt/Makefile" ;;
28153 "dlls/msvcr71/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcr71/Makefile" ;;
28154 "dlls/msvcrt/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcrt/Makefile" ;;
28155 "dlls/msvcrt/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcrt/tests/Makefile" ;;
28156 "dlls/msvcrt20/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcrt20/Makefile" ;;
28157 "dlls/msvcrt40/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcrt40/Makefile" ;;
28158 "dlls/msvcrtd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcrtd/Makefile" ;;
28159 "dlls/msvcrtd/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcrtd/tests/Makefile" ;;
28160 "dlls/msvfw32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvfw32/Makefile" ;;
28161 "dlls/msvfw32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvfw32/tests/Makefile" ;;
28162 "dlls/msvidc32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvidc32/Makefile" ;;
28163 "dlls/mswsock/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mswsock/Makefile" ;;
28164 "dlls/msxml3/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msxml3/Makefile" ;;
28165 "dlls/msxml3/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msxml3/tests/Makefile" ;;
28166 "dlls/nddeapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/nddeapi/Makefile" ;;
28167 "dlls/netapi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/netapi32/Makefile" ;;
28168 "dlls/netapi32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/netapi32/tests/Makefile" ;;
28169 "dlls/newdev/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/newdev/Makefile" ;;
28170 "dlls/ntdll/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ntdll/Makefile" ;;
28171 "dlls/ntdll/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ntdll/tests/Makefile" ;;
28172 "dlls/ntdsapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ntdsapi/Makefile" ;;
28173 "dlls/ntdsapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ntdsapi/tests/Makefile" ;;
28174 "dlls/ntoskrnl.exe/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ntoskrnl.exe/Makefile" ;;
28175 "dlls/ntprint/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ntprint/Makefile" ;;
28176 "dlls/ntprint/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ntprint/tests/Makefile" ;;
28177 "dlls/objsel/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/objsel/Makefile" ;;
28178 "dlls/odbc32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/odbc32/Makefile" ;;
28179 "dlls/odbccp32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/odbccp32/Makefile" ;;
28180 "dlls/odbccp32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/odbccp32/tests/Makefile" ;;
28181 "dlls/ole32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ole32/Makefile" ;;
28182 "dlls/ole32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ole32/tests/Makefile" ;;
28183 "dlls/oleacc/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/oleacc/Makefile" ;;
28184 "dlls/oleacc/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/oleacc/tests/Makefile" ;;
28185 "dlls/oleaut32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/oleaut32/Makefile" ;;
28186 "dlls/oleaut32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/oleaut32/tests/Makefile" ;;
28187 "dlls/olecli32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/olecli32/Makefile" ;;
28188 "dlls/oledlg/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/oledlg/Makefile" ;;
28189 "dlls/olepro32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/olepro32/Makefile" ;;
28190 "dlls/olesvr32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/olesvr32/Makefile" ;;
28191 "dlls/olethk32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/olethk32/Makefile" ;;
28192 "dlls/opengl32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/opengl32/Makefile" ;;
28193 "dlls/opengl32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/opengl32/tests/Makefile" ;;
28194 "dlls/pdh/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/pdh/Makefile" ;;
28195 "dlls/pdh/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/pdh/tests/Makefile" ;;
28196 "dlls/pidgen/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/pidgen/Makefile" ;;
28197 "dlls/powrprof/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/powrprof/Makefile" ;;
28198 "dlls/printui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/printui/Makefile" ;;
28199 "dlls/propsys/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/propsys/Makefile" ;;
28200 "dlls/psapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/psapi/Makefile" ;;
28201 "dlls/psapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/psapi/tests/Makefile" ;;
28202 "dlls/pstorec/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/pstorec/Makefile" ;;
28203 "dlls/qcap/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/qcap/Makefile" ;;
28204 "dlls/qedit/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/qedit/Makefile" ;;
28205 "dlls/qedit/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/qedit/tests/Makefile" ;;
28206 "dlls/qmgr/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/qmgr/Makefile" ;;
28207 "dlls/qmgr/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/qmgr/tests/Makefile" ;;
28208 "dlls/qmgrprxy/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/qmgrprxy/Makefile" ;;
28209 "dlls/quartz/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/quartz/Makefile" ;;
28210 "dlls/quartz/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/quartz/tests/Makefile" ;;
28211 "dlls/query/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/query/Makefile" ;;
28212 "dlls/rasapi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rasapi32/Makefile" ;;
28213 "dlls/rasapi32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rasapi32/tests/Makefile" ;;
28214 "dlls/resutils/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/resutils/Makefile" ;;
28215 "dlls/riched20/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/riched20/Makefile" ;;
28216 "dlls/riched20/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/riched20/tests/Makefile" ;;
28217 "dlls/riched32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/riched32/Makefile" ;;
28218 "dlls/riched32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/riched32/tests/Makefile" ;;
28219 "dlls/rpcrt4/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rpcrt4/Makefile" ;;
28220 "dlls/rpcrt4/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rpcrt4/tests/Makefile" ;;
28221 "dlls/rsabase/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rsabase/Makefile" ;;
28222 "dlls/rsaenh/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rsaenh/Makefile" ;;
28223 "dlls/rsaenh/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rsaenh/tests/Makefile" ;;
28224 "dlls/sane.ds/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sane.ds/Makefile" ;;
28225 "dlls/sccbase/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sccbase/Makefile" ;;
28226 "dlls/schannel/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/schannel/Makefile" ;;
28227 "dlls/schannel/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/schannel/tests/Makefile" ;;
28228 "dlls/secur32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/secur32/Makefile" ;;
28229 "dlls/secur32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/secur32/tests/Makefile" ;;
28230 "dlls/security/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/security/Makefile" ;;
28231 "dlls/sensapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sensapi/Makefile" ;;
28232 "dlls/serialui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/serialui/Makefile" ;;
28233 "dlls/serialui/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/serialui/tests/Makefile" ;;
28234 "dlls/setupapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/setupapi/Makefile" ;;
28235 "dlls/setupapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/setupapi/tests/Makefile" ;;
28236 "dlls/sfc/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sfc/Makefile" ;;
28237 "dlls/sfc_os/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sfc_os/Makefile" ;;
28238 "dlls/shdoclc/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shdoclc/Makefile" ;;
28239 "dlls/shdocvw/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shdocvw/Makefile" ;;
28240 "dlls/shdocvw/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shdocvw/tests/Makefile" ;;
28241 "dlls/shell32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shell32/Makefile" ;;
28242 "dlls/shell32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shell32/tests/Makefile" ;;
28243 "dlls/shfolder/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shfolder/Makefile" ;;
28244 "dlls/shlwapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shlwapi/Makefile" ;;
28245 "dlls/shlwapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shlwapi/tests/Makefile" ;;
28246 "dlls/slbcsp/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/slbcsp/Makefile" ;;
28247 "dlls/slc/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/slc/Makefile" ;;
28248 "dlls/snmpapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/snmpapi/Makefile" ;;
28249 "dlls/snmpapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/snmpapi/tests/Makefile" ;;
28250 "dlls/softpub/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/softpub/Makefile" ;;
28251 "dlls/spoolss/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/spoolss/Makefile" ;;
28252 "dlls/spoolss/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/spoolss/tests/Makefile" ;;
28253 "dlls/stdole2.tlb/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/stdole2.tlb/Makefile" ;;
28254 "dlls/stdole32.tlb/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/stdole32.tlb/Makefile" ;;
28255 "dlls/sti/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sti/Makefile" ;;
28256 "dlls/strmiids/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/strmiids/Makefile" ;;
28257 "dlls/svrapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/svrapi/Makefile" ;;
28258 "dlls/sxs/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sxs/Makefile" ;;
28259 "dlls/tapi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/tapi32/Makefile" ;;
28260 "dlls/twain_32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/twain_32/Makefile" ;;
28261 "dlls/unicows/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/unicows/Makefile" ;;
28262 "dlls/url/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/url/Makefile" ;;
28263 "dlls/urlmon/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/urlmon/Makefile" ;;
28264 "dlls/urlmon/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/urlmon/tests/Makefile" ;;
28265 "dlls/user32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/user32/Makefile" ;;
28266 "dlls/user32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/user32/tests/Makefile" ;;
28267 "dlls/userenv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/userenv/Makefile" ;;
28268 "dlls/userenv/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/userenv/tests/Makefile" ;;
28269 "dlls/usp10/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/usp10/Makefile" ;;
28270 "dlls/usp10/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/usp10/tests/Makefile" ;;
28271 "dlls/uuid/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/uuid/Makefile" ;;
28272 "dlls/uxtheme/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/uxtheme/Makefile" ;;
28273 "dlls/uxtheme/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/uxtheme/tests/Makefile" ;;
28274 "dlls/vdhcp.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/vdhcp.vxd/Makefile" ;;
28275 "dlls/vdmdbg/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/vdmdbg/Makefile" ;;
28276 "dlls/version/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/version/Makefile" ;;
28277 "dlls/version/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/version/tests/Makefile" ;;
28278 "dlls/vmm.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/vmm.vxd/Makefile" ;;
28279 "dlls/vnbt.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/vnbt.vxd/Makefile" ;;
28280 "dlls/vnetbios.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/vnetbios.vxd/Makefile" ;;
28281 "dlls/vtdapi.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/vtdapi.vxd/Makefile" ;;
28282 "dlls/vwin32.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/vwin32.vxd/Makefile" ;;
28283 "dlls/w32skrnl/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/w32skrnl/Makefile" ;;
28284 "dlls/winealsa.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winealsa.drv/Makefile" ;;
28285 "dlls/wineaudioio.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wineaudioio.drv/Makefile" ;;
28286 "dlls/winecoreaudio.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winecoreaudio.drv/Makefile" ;;
28287 "dlls/winecrt0/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winecrt0/Makefile" ;;
28288 "dlls/wined3d/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wined3d/Makefile" ;;
28289 "dlls/winedos/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winedos/Makefile" ;;
28290 "dlls/wineesd.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wineesd.drv/Makefile" ;;
28291 "dlls/winejack.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winejack.drv/Makefile" ;;
28292 "dlls/winejoystick.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winejoystick.drv/Makefile" ;;
28293 "dlls/winemp3.acm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winemp3.acm/Makefile" ;;
28294 "dlls/winenas.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winenas.drv/Makefile" ;;
28295 "dlls/wineoss.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wineoss.drv/Makefile" ;;
28296 "dlls/wineps.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wineps.drv/Makefile" ;;
28297 "dlls/winequartz.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winequartz.drv/Makefile" ;;
28298 "dlls/winex11.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winex11.drv/Makefile" ;;
28299 "dlls/wing32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wing32/Makefile" ;;
28300 "dlls/winhttp/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winhttp/Makefile" ;;
28301 "dlls/winhttp/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winhttp/tests/Makefile" ;;
28302 "dlls/wininet/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wininet/Makefile" ;;
28303 "dlls/wininet/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wininet/tests/Makefile" ;;
28304 "dlls/winmm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winmm/Makefile" ;;
28305 "dlls/winmm/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winmm/tests/Makefile" ;;
28306 "dlls/winnls32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winnls32/Makefile" ;;
28307 "dlls/winscard/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winscard/Makefile" ;;
28308 "dlls/winspool.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winspool.drv/Makefile" ;;
28309 "dlls/winspool.drv/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winspool.drv/tests/Makefile" ;;
28310 "dlls/wintab32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wintab32/Makefile" ;;
28311 "dlls/wintrust/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wintrust/Makefile" ;;
28312 "dlls/wintrust/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wintrust/tests/Makefile" ;;
28313 "dlls/wldap32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wldap32/Makefile" ;;
28314 "dlls/wldap32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wldap32/tests/Makefile" ;;
28315 "dlls/wmi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wmi/Makefile" ;;
28316 "dlls/wnaspi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wnaspi32/Makefile" ;;
28317 "dlls/wow32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wow32/Makefile" ;;
28318 "dlls/ws2_32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ws2_32/Makefile" ;;
28319 "dlls/ws2_32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ws2_32/tests/Makefile" ;;
28320 "dlls/wsock32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wsock32/Makefile" ;;
28321 "dlls/wtsapi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wtsapi32/Makefile" ;;
28322 "dlls/wuapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wuapi/Makefile" ;;
28323 "dlls/xinput1_1/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/xinput1_1/Makefile" ;;
28324 "dlls/xinput1_2/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/xinput1_2/Makefile" ;;
28325 "dlls/xinput1_3/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/xinput1_3/Makefile" ;;
28326 "dlls/xinput1_3/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/xinput1_3/tests/Makefile" ;;
28327 "dlls/xinput9_1_0/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/xinput9_1_0/Makefile" ;;
28328 "documentation/Makefile") CONFIG_FILES="$CONFIG_FILES documentation/Makefile" ;;
28329 "fonts/Makefile") CONFIG_FILES="$CONFIG_FILES fonts/Makefile" ;;
28330 "include/Makefile") CONFIG_FILES="$CONFIG_FILES include/Makefile" ;;
28331 "libs/Makefile") CONFIG_FILES="$CONFIG_FILES libs/Makefile" ;;
28332 "libs/port/Makefile") CONFIG_FILES="$CONFIG_FILES libs/port/Makefile" ;;
28333 "libs/wine/Makefile") CONFIG_FILES="$CONFIG_FILES libs/wine/Makefile" ;;
28334 "libs/wpp/Makefile") CONFIG_FILES="$CONFIG_FILES libs/wpp/Makefile" ;;
28335 "loader/Makefile") CONFIG_FILES="$CONFIG_FILES loader/Makefile" ;;
28336 "programs/Makefile") CONFIG_FILES="$CONFIG_FILES programs/Makefile" ;;
28337 "programs/clock/Makefile") CONFIG_FILES="$CONFIG_FILES programs/clock/Makefile" ;;
28338 "programs/cmd/Makefile") CONFIG_FILES="$CONFIG_FILES programs/cmd/Makefile" ;;
28339 "programs/cmdlgtst/Makefile") CONFIG_FILES="$CONFIG_FILES programs/cmdlgtst/Makefile" ;;
28340 "programs/control/Makefile") CONFIG_FILES="$CONFIG_FILES programs/control/Makefile" ;;
28341 "programs/eject/Makefile") CONFIG_FILES="$CONFIG_FILES programs/eject/Makefile" ;;
28342 "programs/expand/Makefile") CONFIG_FILES="$CONFIG_FILES programs/expand/Makefile" ;;
28343 "programs/explorer/Makefile") CONFIG_FILES="$CONFIG_FILES programs/explorer/Makefile" ;;
28344 "programs/hh/Makefile") CONFIG_FILES="$CONFIG_FILES programs/hh/Makefile" ;;
28345 "programs/icinfo/Makefile") CONFIG_FILES="$CONFIG_FILES programs/icinfo/Makefile" ;;
28346 "programs/iexplore/Makefile") CONFIG_FILES="$CONFIG_FILES programs/iexplore/Makefile" ;;
28347 "programs/msiexec/Makefile") CONFIG_FILES="$CONFIG_FILES programs/msiexec/Makefile" ;;
28348 "programs/net/Makefile") CONFIG_FILES="$CONFIG_FILES programs/net/Makefile" ;;
28349 "programs/notepad/Makefile") CONFIG_FILES="$CONFIG_FILES programs/notepad/Makefile" ;;
28350 "programs/oleview/Makefile") CONFIG_FILES="$CONFIG_FILES programs/oleview/Makefile" ;;
28351 "programs/progman/Makefile") CONFIG_FILES="$CONFIG_FILES programs/progman/Makefile" ;;
28352 "programs/reg/Makefile") CONFIG_FILES="$CONFIG_FILES programs/reg/Makefile" ;;
28353 "programs/regedit/Makefile") CONFIG_FILES="$CONFIG_FILES programs/regedit/Makefile" ;;
28354 "programs/regsvr32/Makefile") CONFIG_FILES="$CONFIG_FILES programs/regsvr32/Makefile" ;;
28355 "programs/rpcss/Makefile") CONFIG_FILES="$CONFIG_FILES programs/rpcss/Makefile" ;;
28356 "programs/rundll32/Makefile") CONFIG_FILES="$CONFIG_FILES programs/rundll32/Makefile" ;;
28357 "programs/secedit/Makefile") CONFIG_FILES="$CONFIG_FILES programs/secedit/Makefile" ;;
28358 "programs/services/Makefile") CONFIG_FILES="$CONFIG_FILES programs/services/Makefile" ;;
28359 "programs/spoolsv/Makefile") CONFIG_FILES="$CONFIG_FILES programs/spoolsv/Makefile" ;;
28360 "programs/start/Makefile") CONFIG_FILES="$CONFIG_FILES programs/start/Makefile" ;;
28361 "programs/svchost/Makefile") CONFIG_FILES="$CONFIG_FILES programs/svchost/Makefile" ;;
28362 "programs/taskmgr/Makefile") CONFIG_FILES="$CONFIG_FILES programs/taskmgr/Makefile" ;;
28363 "programs/uninstaller/Makefile") CONFIG_FILES="$CONFIG_FILES programs/uninstaller/Makefile" ;;
28364 "programs/view/Makefile") CONFIG_FILES="$CONFIG_FILES programs/view/Makefile" ;;
28365 "programs/wineboot/Makefile") CONFIG_FILES="$CONFIG_FILES programs/wineboot/Makefile" ;;
28366 "programs/winebrowser/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winebrowser/Makefile" ;;
28367 "programs/winecfg/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winecfg/Makefile" ;;
28368 "programs/wineconsole/Makefile") CONFIG_FILES="$CONFIG_FILES programs/wineconsole/Makefile" ;;
28369 "programs/winedbg/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winedbg/Makefile" ;;
28370 "programs/winedevice/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winedevice/Makefile" ;;
28371 "programs/winefile/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winefile/Makefile" ;;
28372 "programs/winemenubuilder/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winemenubuilder/Makefile" ;;
28373 "programs/winemine/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winemine/Makefile" ;;
28374 "programs/winepath/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winepath/Makefile" ;;
28375 "programs/winetest/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winetest/Makefile" ;;
28376 "programs/winevdm/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winevdm/Makefile" ;;
28377 "programs/winhlp32/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winhlp32/Makefile" ;;
28378 "programs/winver/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winver/Makefile" ;;
28379 "programs/wordpad/Makefile") CONFIG_FILES="$CONFIG_FILES programs/wordpad/Makefile" ;;
28380 "programs/write/Makefile") CONFIG_FILES="$CONFIG_FILES programs/write/Makefile" ;;
28381 "programs/xcopy/Makefile") CONFIG_FILES="$CONFIG_FILES programs/xcopy/Makefile" ;;
28382 "server/Makefile") CONFIG_FILES="$CONFIG_FILES server/Makefile" ;;
28383 "tools/Makefile") CONFIG_FILES="$CONFIG_FILES tools/Makefile" ;;
28384 "tools/widl/Makefile") CONFIG_FILES="$CONFIG_FILES tools/widl/Makefile" ;;
28385 "tools/winebuild/Makefile") CONFIG_FILES="$CONFIG_FILES tools/winebuild/Makefile" ;;
28386 "tools/winedump/Makefile") CONFIG_FILES="$CONFIG_FILES tools/winedump/Makefile" ;;
28387 "tools/winegcc/Makefile") CONFIG_FILES="$CONFIG_FILES tools/winegcc/Makefile" ;;
28388 "tools/wmc/Makefile") CONFIG_FILES="$CONFIG_FILES tools/wmc/Makefile" ;;
28389 "tools/wrc/Makefile") CONFIG_FILES="$CONFIG_FILES tools/wrc/Makefile" ;;
28391 *) { { $as_echo "$as_me:$LINENO: error: invalid argument: $ac_config_target" >&5
28392 $as_echo "$as_me: error: invalid argument: $ac_config_target" >&2;}
28393 { (exit 1); exit 1; }; };;
28394 esac
28395 done
28398 # If the user did not use the arguments to specify the items to instantiate,
28399 # then the envvar interface is used. Set only those that are not.
28400 # We use the long form for the default assignment because of an extremely
28401 # bizarre bug on SunOS 4.1.3.
28402 if $ac_need_defaults; then
28403 test "${CONFIG_FILES+set}" = set || CONFIG_FILES=$config_files
28404 test "${CONFIG_HEADERS+set}" = set || CONFIG_HEADERS=$config_headers
28405 test "${CONFIG_COMMANDS+set}" = set || CONFIG_COMMANDS=$config_commands
28408 # Have a temporary directory for convenience. Make it in the build tree
28409 # simply because there is no reason against having it here, and in addition,
28410 # creating and moving files from /tmp can sometimes cause problems.
28411 # Hook for its removal unless debugging.
28412 # Note that there is a small window in which the directory will not be cleaned:
28413 # after its creation but before its name has been assigned to `$tmp'.
28414 $debug ||
28416 tmp=
28417 trap 'exit_status=$?
28418 { test -z "$tmp" || test ! -d "$tmp" || rm -fr "$tmp"; } && exit $exit_status
28420 trap '{ (exit 1); exit 1; }' 1 2 13 15
28422 # Create a (secure) tmp directory for tmp files.
28425 tmp=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` &&
28426 test -n "$tmp" && test -d "$tmp"
28427 } ||
28429 tmp=./conf$$-$RANDOM
28430 (umask 077 && mkdir "$tmp")
28431 } ||
28433 $as_echo "$as_me: cannot create a temporary directory in ." >&2
28434 { (exit 1); exit 1; }
28437 # Set up the scripts for CONFIG_FILES section.
28438 # No need to generate them if there are no CONFIG_FILES.
28439 # This happens for instance with `./config.status config.h'.
28440 if test -n "$CONFIG_FILES"; then
28442 if $AWK 'BEGIN { getline <"/dev/null" }' </dev/null 2>/dev/null; then
28443 ac_cs_awk_getline=:
28444 ac_cs_awk_pipe_init=
28445 ac_cs_awk_read_file='
28446 while ((getline aline < (F[key])) > 0)
28447 print(aline)
28448 close(F[key])'
28449 ac_cs_awk_pipe_fini=
28450 else
28451 ac_cs_awk_getline=false
28452 ac_cs_awk_pipe_init="print \"cat <<'|#_!!_#|' &&\""
28453 ac_cs_awk_read_file='
28454 print "|#_!!_#|"
28455 print "cat " F[key] " &&"
28456 '$ac_cs_awk_pipe_init
28457 # The final `:' finishes the AND list.
28458 ac_cs_awk_pipe_fini='END { print "|#_!!_#|"; print ":" }'
28460 ac_cr=' '
28461 ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
28462 if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
28463 ac_cs_awk_cr='\\r'
28464 else
28465 ac_cs_awk_cr=$ac_cr
28468 echo 'BEGIN {' >"$tmp/subs1.awk" &&
28469 _ACEOF
28471 # Create commands to substitute file output variables.
28473 echo "cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1" &&
28474 echo 'cat >>"\$tmp/subs1.awk" <<\\_ACAWK &&' &&
28475 echo "$ac_subst_files" | sed 's/.*/F["&"]="$&"/' &&
28476 echo "_ACAWK" &&
28477 echo "_ACEOF"
28478 } >conf$$files.sh &&
28479 . ./conf$$files.sh ||
28480 { { $as_echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5
28481 $as_echo "$as_me: error: could not make $CONFIG_STATUS" >&2;}
28482 { (exit 1); exit 1; }; }
28483 rm -f conf$$files.sh
28486 echo "cat >conf$$subs.awk <<_ACEOF" &&
28487 echo "$ac_subst_vars" | sed 's/.*/&!$&$ac_delim/' &&
28488 echo "_ACEOF"
28489 } >conf$$subs.sh ||
28490 { { $as_echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5
28491 $as_echo "$as_me: error: could not make $CONFIG_STATUS" >&2;}
28492 { (exit 1); exit 1; }; }
28493 ac_delim_num=`echo "$ac_subst_vars" | grep -c '$'`
28494 ac_delim='%!_!# '
28495 for ac_last_try in false false false false false :; do
28496 . ./conf$$subs.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; }; }
28501 ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X`
28502 if test $ac_delim_n = $ac_delim_num; then
28503 break
28504 elif $ac_last_try; then
28505 { { $as_echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5
28506 $as_echo "$as_me: error: could not make $CONFIG_STATUS" >&2;}
28507 { (exit 1); exit 1; }; }
28508 else
28509 ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
28511 done
28512 rm -f conf$$subs.sh
28514 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
28515 cat >>"\$tmp/subs1.awk" <<\\_ACAWK &&
28516 _ACEOF
28517 sed -n '
28519 s/^/S["/; s/!.*/"]=/
28522 s/^[^!]*!//
28523 :repl
28524 t repl
28525 s/'"$ac_delim"'$//
28526 t delim
28529 s/\(.\{148\}\).*/\1/
28530 t more1
28531 s/["\\]/\\&/g; s/^/"/; s/$/\\n"\\/
28534 b repl
28535 :more1
28536 s/["\\]/\\&/g; s/^/"/; s/$/"\\/
28539 s/.\{148\}//
28540 t nl
28541 :delim
28543 s/\(.\{148\}\).*/\1/
28544 t more2
28545 s/["\\]/\\&/g; s/^/"/; s/$/"/
28548 :more2
28549 s/["\\]/\\&/g; s/^/"/; s/$/"\\/
28552 s/.\{148\}//
28553 t delim
28554 ' <conf$$subs.awk | sed '
28555 /^[^""]/{
28557 s/\n//
28559 ' >>$CONFIG_STATUS || ac_write_fail=1
28560 rm -f conf$$subs.awk
28561 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
28562 _ACAWK
28563 cat >>"\$tmp/subs1.awk" <<_ACAWK &&
28564 for (key in S) S_is_set[key] = 1
28565 FS = "\a"
28566 \$ac_cs_awk_pipe_init
28569 line = $ 0
28570 nfields = split(line, field, "@")
28571 substed = 0
28572 len = length(field[1])
28573 for (i = 2; i < nfields; i++) {
28574 key = field[i]
28575 keylen = length(key)
28576 if (S_is_set[key]) {
28577 value = S[key]
28578 line = substr(line, 1, len) "" value "" substr(line, len + keylen + 3)
28579 len += length(value) + length(field[++i])
28580 substed = 1
28581 } else
28582 len += 1 + keylen
28584 if (nfields == 3 && !substed) {
28585 key = field[2]
28586 if (F[key] != "" && line ~ /^[ ]*@.*@[ ]*$/) {
28587 \$ac_cs_awk_read_file
28588 next
28591 print line
28593 \$ac_cs_awk_pipe_fini
28594 _ACAWK
28595 _ACEOF
28596 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
28597 if sed "s/$ac_cr//" < /dev/null > /dev/null 2>&1; then
28598 sed "s/$ac_cr\$//; s/$ac_cr/$ac_cs_awk_cr/g"
28599 else
28601 fi < "$tmp/subs1.awk" > "$tmp/subs.awk" \
28602 || { { $as_echo "$as_me:$LINENO: error: could not setup config files machinery" >&5
28603 $as_echo "$as_me: error: could not setup config files machinery" >&2;}
28604 { (exit 1); exit 1; }; }
28605 _ACEOF
28607 # VPATH may cause trouble with some makes, so we remove $(srcdir),
28608 # ${srcdir} and @srcdir@ from VPATH if srcdir is ".", strip leading and
28609 # trailing colons and then remove the whole line if VPATH becomes empty
28610 # (actually we leave an empty line to preserve line numbers).
28611 if test "x$srcdir" = x.; then
28612 ac_vpsub='/^[ ]*VPATH[ ]*=/{
28613 s/:*\$(srcdir):*/:/
28614 s/:*\${srcdir}:*/:/
28615 s/:*@srcdir@:*/:/
28616 s/^\([^=]*=[ ]*\):*/\1/
28617 s/:*$//
28618 s/^[^=]*=[ ]*$//
28622 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
28623 fi # test -n "$CONFIG_FILES"
28625 # Set up the scripts for CONFIG_HEADERS section.
28626 # No need to generate them if there are no CONFIG_HEADERS.
28627 # This happens for instance with `./config.status Makefile'.
28628 if test -n "$CONFIG_HEADERS"; then
28629 cat >"$tmp/defines.awk" <<\_ACAWK ||
28630 BEGIN {
28631 _ACEOF
28633 # Transform confdefs.h into an awk script `defines.awk', embedded as
28634 # here-document in config.status, that substitutes the proper values into
28635 # config.h.in to produce config.h.
28637 # Create a delimiter string that does not exist in confdefs.h, to ease
28638 # handling of long lines.
28639 ac_delim='%!_!# '
28640 for ac_last_try in false false :; do
28641 ac_t=`sed -n "/$ac_delim/p" confdefs.h`
28642 if test -z "$ac_t"; then
28643 break
28644 elif $ac_last_try; then
28645 { { $as_echo "$as_me:$LINENO: error: could not make $CONFIG_HEADERS" >&5
28646 $as_echo "$as_me: error: could not make $CONFIG_HEADERS" >&2;}
28647 { (exit 1); exit 1; }; }
28648 else
28649 ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
28651 done
28653 # For the awk script, D is an array of macro values keyed by name,
28654 # likewise P contains macro parameters if any. Preserve backslash
28655 # newline sequences.
28657 ac_word_re=[_$as_cr_Letters][_$as_cr_alnum]*
28658 sed -n '
28659 s/.\{148\}/&'"$ac_delim"'/g
28660 t rset
28661 :rset
28662 s/^[ ]*#[ ]*define[ ][ ]*/ /
28663 t def
28665 :def
28666 s/\\$//
28667 t bsnl
28668 s/["\\]/\\&/g
28669 s/^ \('"$ac_word_re"'\)\(([^()]*)\)[ ]*\(.*\)/P["\1"]="\2"\
28670 D["\1"]=" \3"/p
28671 s/^ \('"$ac_word_re"'\)[ ]*\(.*\)/D["\1"]=" \2"/p
28673 :bsnl
28674 s/["\\]/\\&/g
28675 s/^ \('"$ac_word_re"'\)\(([^()]*)\)[ ]*\(.*\)/P["\1"]="\2"\
28676 D["\1"]=" \3\\\\\\n"\\/p
28677 t cont
28678 s/^ \('"$ac_word_re"'\)[ ]*\(.*\)/D["\1"]=" \2\\\\\\n"\\/p
28679 t cont
28681 :cont
28683 s/.\{148\}/&'"$ac_delim"'/g
28684 t clear
28685 :clear
28686 s/\\$//
28687 t bsnlc
28688 s/["\\]/\\&/g; s/^/"/; s/$/"/p
28690 :bsnlc
28691 s/["\\]/\\&/g; s/^/"/; s/$/\\\\\\n"\\/p
28692 b cont
28693 ' <confdefs.h | sed '
28694 s/'"$ac_delim"'/"\\\
28695 "/g' >>$CONFIG_STATUS || ac_write_fail=1
28697 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
28698 for (key in D) D_is_set[key] = 1
28699 FS = "\a"
28701 /^[\t ]*#[\t ]*(define|undef)[\t ]+$ac_word_re([\t (]|\$)/ {
28702 line = \$ 0
28703 split(line, arg, " ")
28704 if (arg[1] == "#") {
28705 defundef = arg[2]
28706 mac1 = arg[3]
28707 } else {
28708 defundef = substr(arg[1], 2)
28709 mac1 = arg[2]
28711 split(mac1, mac2, "(") #)
28712 macro = mac2[1]
28713 prefix = substr(line, 1, index(line, defundef) - 1)
28714 if (D_is_set[macro]) {
28715 # Preserve the white space surrounding the "#".
28716 print prefix "define", macro P[macro] D[macro]
28717 next
28718 } else {
28719 # Replace #undef with comments. This is necessary, for example,
28720 # in the case of _POSIX_SOURCE, which is predefined and required
28721 # on some systems where configure will not decide to define it.
28722 if (defundef == "undef") {
28723 print "/*", prefix defundef, macro, "*/"
28724 next
28728 { print }
28729 _ACAWK
28730 _ACEOF
28731 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
28732 { { $as_echo "$as_me:$LINENO: error: could not setup config headers machinery" >&5
28733 $as_echo "$as_me: error: could not setup config headers machinery" >&2;}
28734 { (exit 1); exit 1; }; }
28735 fi # test -n "$CONFIG_HEADERS"
28738 eval set X " :F $CONFIG_FILES :H $CONFIG_HEADERS :C $CONFIG_COMMANDS"
28739 shift
28740 for ac_tag
28742 case $ac_tag in
28743 :[FHLC]) ac_mode=$ac_tag; continue;;
28744 esac
28745 case $ac_mode$ac_tag in
28746 :[FHL]*:*);;
28747 :L* | :C*:*) { { $as_echo "$as_me:$LINENO: error: invalid tag $ac_tag" >&5
28748 $as_echo "$as_me: error: invalid tag $ac_tag" >&2;}
28749 { (exit 1); exit 1; }; };;
28750 :[FH]-) ac_tag=-:-;;
28751 :[FH]*) ac_tag=$ac_tag:$ac_tag.in;;
28752 esac
28753 ac_save_IFS=$IFS
28754 IFS=:
28755 set x $ac_tag
28756 IFS=$ac_save_IFS
28757 shift
28758 ac_file=$1
28759 shift
28761 case $ac_mode in
28762 :L) ac_source=$1;;
28763 :[FH])
28764 ac_file_inputs=
28765 for ac_f
28767 case $ac_f in
28768 -) ac_f="$tmp/stdin";;
28769 *) # Look for the file first in the build tree, then in the source tree
28770 # (if the path is not absolute). The absolute path cannot be DOS-style,
28771 # because $ac_f cannot contain `:'.
28772 test -f "$ac_f" ||
28773 case $ac_f in
28774 [\\/$]*) false;;
28775 *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";;
28776 esac ||
28777 { { $as_echo "$as_me:$LINENO: error: cannot find input file: $ac_f" >&5
28778 $as_echo "$as_me: error: cannot find input file: $ac_f" >&2;}
28779 { (exit 1); exit 1; }; };;
28780 esac
28781 case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
28782 ac_file_inputs="$ac_file_inputs '$ac_f'"
28783 done
28785 # Let's still pretend it is `configure' which instantiates (i.e., don't
28786 # use $as_me), people would be surprised to read:
28787 # /* config.h. Generated by config.status. */
28788 configure_input='Generated from '`
28789 $as_echo "$*" | sed 's|^[^:]*/||;s|:[^:]*/|, |g'
28790 `' by configure.'
28791 if test x"$ac_file" != x-; then
28792 configure_input="$ac_file. $configure_input"
28793 { $as_echo "$as_me:$LINENO: creating $ac_file" >&5
28794 $as_echo "$as_me: creating $ac_file" >&6;}
28796 # Neutralize special characters interpreted by sed in replacement strings.
28797 case $configure_input in #(
28798 *\&* | *\|* | *\\* )
28799 ac_sed_conf_input=`$as_echo "$configure_input" |
28800 sed 's/[\\\\&|]/\\\\&/g'`;; #(
28801 *) ac_sed_conf_input=$configure_input;;
28802 esac
28804 case $ac_tag in
28805 *:-:* | *:-) cat >"$tmp/stdin" \
28806 || { { $as_echo "$as_me:$LINENO: error: could not create $ac_file" >&5
28807 $as_echo "$as_me: error: could not create $ac_file" >&2;}
28808 { (exit 1); exit 1; }; } ;;
28809 esac
28811 esac
28813 ac_dir=`$as_dirname -- "$ac_file" ||
28814 $as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
28815 X"$ac_file" : 'X\(//\)[^/]' \| \
28816 X"$ac_file" : 'X\(//\)$' \| \
28817 X"$ac_file" : 'X\(/\)' \| . 2>/dev/null ||
28818 $as_echo X"$ac_file" |
28819 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
28820 s//\1/
28823 /^X\(\/\/\)[^/].*/{
28824 s//\1/
28827 /^X\(\/\/\)$/{
28828 s//\1/
28831 /^X\(\/\).*/{
28832 s//\1/
28835 s/.*/./; q'`
28836 { as_dir="$ac_dir"
28837 case $as_dir in #(
28838 -*) as_dir=./$as_dir;;
28839 esac
28840 test -d "$as_dir" || { $as_mkdir_p && mkdir -p "$as_dir"; } || {
28841 as_dirs=
28842 while :; do
28843 case $as_dir in #(
28844 *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
28845 *) as_qdir=$as_dir;;
28846 esac
28847 as_dirs="'$as_qdir' $as_dirs"
28848 as_dir=`$as_dirname -- "$as_dir" ||
28849 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
28850 X"$as_dir" : 'X\(//\)[^/]' \| \
28851 X"$as_dir" : 'X\(//\)$' \| \
28852 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
28853 $as_echo X"$as_dir" |
28854 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
28855 s//\1/
28858 /^X\(\/\/\)[^/].*/{
28859 s//\1/
28862 /^X\(\/\/\)$/{
28863 s//\1/
28866 /^X\(\/\).*/{
28867 s//\1/
28870 s/.*/./; q'`
28871 test -d "$as_dir" && break
28872 done
28873 test -z "$as_dirs" || eval "mkdir $as_dirs"
28874 } || test -d "$as_dir" || { { $as_echo "$as_me:$LINENO: error: cannot create directory $as_dir" >&5
28875 $as_echo "$as_me: error: cannot create directory $as_dir" >&2;}
28876 { (exit 1); exit 1; }; }; }
28877 ac_builddir=.
28879 case "$ac_dir" in
28880 .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
28882 ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
28883 # A ".." for each directory in $ac_dir_suffix.
28884 ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
28885 case $ac_top_builddir_sub in
28886 "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
28887 *) ac_top_build_prefix=$ac_top_builddir_sub/ ;;
28888 esac ;;
28889 esac
28890 ac_abs_top_builddir=$ac_pwd
28891 ac_abs_builddir=$ac_pwd$ac_dir_suffix
28892 # for backward compatibility:
28893 ac_top_builddir=$ac_top_build_prefix
28895 case $srcdir in
28896 .) # We are building in place.
28897 ac_srcdir=.
28898 ac_top_srcdir=$ac_top_builddir_sub
28899 ac_abs_top_srcdir=$ac_pwd ;;
28900 [\\/]* | ?:[\\/]* ) # Absolute name.
28901 ac_srcdir=$srcdir$ac_dir_suffix;
28902 ac_top_srcdir=$srcdir
28903 ac_abs_top_srcdir=$srcdir ;;
28904 *) # Relative name.
28905 ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
28906 ac_top_srcdir=$ac_top_build_prefix$srcdir
28907 ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
28908 esac
28909 ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
28912 case $ac_mode in
28915 # CONFIG_FILE
28918 case $INSTALL in
28919 [\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;;
28920 *) ac_INSTALL=$ac_top_build_prefix$INSTALL ;;
28921 esac
28922 _ACEOF
28924 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
28925 # If the template does not know about datarootdir, expand it.
28926 # FIXME: This hack should be removed a few years after 2.60.
28927 ac_datarootdir_hack=; ac_datarootdir_seen=
28929 ac_sed_dataroot='
28930 /datarootdir/ {
28934 /@datadir@/p
28935 /@docdir@/p
28936 /@infodir@/p
28937 /@localedir@/p
28938 /@mandir@/p
28940 case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in
28941 *datarootdir*) ac_datarootdir_seen=yes;;
28942 *@datadir@*|*@docdir@*|*@infodir@*|*@localedir@*|*@mandir@*)
28943 { $as_echo "$as_me:$LINENO: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5
28944 $as_echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;}
28945 _ACEOF
28946 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
28947 ac_datarootdir_hack='
28948 s&@datadir@&$datadir&g
28949 s&@docdir@&$docdir&g
28950 s&@infodir@&$infodir&g
28951 s&@localedir@&$localedir&g
28952 s&@mandir@&$mandir&g
28953 s&\\\${datarootdir}&$datarootdir&g' ;;
28954 esac
28955 _ACEOF
28957 # Neutralize VPATH when `$srcdir' = `.'.
28958 # Shell code in configure.ac might set extrasub.
28959 # FIXME: do we really want to maintain this feature?
28960 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
28961 ac_sed_extra="$ac_vpsub
28962 $extrasub
28963 _ACEOF
28964 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
28966 /@[a-zA-Z_][a-zA-Z_0-9]*@/!b
28967 s|@configure_input@|$ac_sed_conf_input|;t t
28968 s&@top_builddir@&$ac_top_builddir_sub&;t t
28969 s&@top_build_prefix@&$ac_top_build_prefix&;t t
28970 s&@srcdir@&$ac_srcdir&;t t
28971 s&@abs_srcdir@&$ac_abs_srcdir&;t t
28972 s&@top_srcdir@&$ac_top_srcdir&;t t
28973 s&@abs_top_srcdir@&$ac_abs_top_srcdir&;t t
28974 s&@builddir@&$ac_builddir&;t t
28975 s&@abs_builddir@&$ac_abs_builddir&;t t
28976 s&@abs_top_builddir@&$ac_abs_top_builddir&;t t
28977 s&@INSTALL@&$ac_INSTALL&;t t
28978 $ac_datarootdir_hack
28980 eval sed \"\$ac_sed_extra\" "$ac_file_inputs" |
28981 if $ac_cs_awk_getline; then
28982 $AWK -f "$tmp/subs.awk"
28983 else
28984 $AWK -f "$tmp/subs.awk" | $SHELL
28985 fi >$tmp/out \
28986 || { { $as_echo "$as_me:$LINENO: error: could not create $ac_file" >&5
28987 $as_echo "$as_me: error: could not create $ac_file" >&2;}
28988 { (exit 1); exit 1; }; }
28990 test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
28991 { ac_out=`sed -n '/\${datarootdir}/p' "$tmp/out"`; test -n "$ac_out"; } &&
28992 { ac_out=`sed -n '/^[ ]*datarootdir[ ]*:*=/p' "$tmp/out"`; test -z "$ac_out"; } &&
28993 { $as_echo "$as_me:$LINENO: WARNING: $ac_file contains a reference to the variable \`datarootdir'
28994 which seems to be undefined. Please make sure it is defined." >&5
28995 $as_echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir'
28996 which seems to be undefined. Please make sure it is defined." >&2;}
28998 rm -f "$tmp/stdin"
28999 case $ac_file in
29000 -) cat "$tmp/out" && rm -f "$tmp/out";;
29001 *) rm -f "$ac_file" && mv "$tmp/out" "$ac_file";;
29002 esac \
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; }; }
29009 # CONFIG_HEADER
29011 if test x"$ac_file" != x-; then
29013 $as_echo "/* $configure_input */" \
29014 && eval '$AWK -f "$tmp/defines.awk"' "$ac_file_inputs"
29015 } >"$tmp/config.h" \
29016 || { { $as_echo "$as_me:$LINENO: error: could not create $ac_file" >&5
29017 $as_echo "$as_me: error: could not create $ac_file" >&2;}
29018 { (exit 1); exit 1; }; }
29019 if diff "$ac_file" "$tmp/config.h" >/dev/null 2>&1; then
29020 { $as_echo "$as_me:$LINENO: $ac_file is unchanged" >&5
29021 $as_echo "$as_me: $ac_file is unchanged" >&6;}
29022 else
29023 rm -f "$ac_file"
29024 mv "$tmp/config.h" "$ac_file" \
29025 || { { $as_echo "$as_me:$LINENO: error: could not create $ac_file" >&5
29026 $as_echo "$as_me: error: could not create $ac_file" >&2;}
29027 { (exit 1); exit 1; }; }
29029 else
29030 $as_echo "/* $configure_input */" \
29031 && eval '$AWK -f "$tmp/defines.awk"' "$ac_file_inputs" \
29032 || { { $as_echo "$as_me:$LINENO: error: could not create -" >&5
29033 $as_echo "$as_me: error: could not create -" >&2;}
29034 { (exit 1); exit 1; }; }
29038 :C) { $as_echo "$as_me:$LINENO: executing $ac_file commands" >&5
29039 $as_echo "$as_me: executing $ac_file commands" >&6;}
29041 esac
29044 case $ac_file$ac_mode in
29045 "include/stamp-h":C) echo timestamp > include/stamp-h ;;
29046 "dlls/gdi32/enhmfdrv":C) test -d "dlls/gdi32/enhmfdrv" || ({ $as_echo "$as_me:$LINENO: creating dlls/gdi32/enhmfdrv" >&5
29047 $as_echo "$as_me: creating dlls/gdi32/enhmfdrv" >&6;} && mkdir "dlls/gdi32/enhmfdrv") ;;
29048 "dlls/gdi32/mfdrv":C) test -d "dlls/gdi32/mfdrv" || ({ $as_echo "$as_me:$LINENO: creating dlls/gdi32/mfdrv" >&5
29049 $as_echo "$as_me: creating dlls/gdi32/mfdrv" >&6;} && mkdir "dlls/gdi32/mfdrv") ;;
29050 "dlls/kernel32/nls":C) test -d "dlls/kernel32/nls" || ({ $as_echo "$as_me:$LINENO: creating dlls/kernel32/nls" >&5
29051 $as_echo "$as_me: creating dlls/kernel32/nls" >&6;} && mkdir "dlls/kernel32/nls") ;;
29052 "dlls/user32/resources":C) test -d "dlls/user32/resources" || ({ $as_echo "$as_me:$LINENO: creating dlls/user32/resources" >&5
29053 $as_echo "$as_me: creating dlls/user32/resources" >&6;} && mkdir "dlls/user32/resources") ;;
29054 "dlls/wineps.drv/data":C) test -d "dlls/wineps.drv/data" || ({ $as_echo "$as_me:$LINENO: creating dlls/wineps.drv/data" >&5
29055 $as_echo "$as_me: creating dlls/wineps.drv/data" >&6;} && mkdir "dlls/wineps.drv/data") ;;
29056 "include/wine":C) test -d "include/wine" || ({ $as_echo "$as_me:$LINENO: creating include/wine" >&5
29057 $as_echo "$as_me: creating include/wine" >&6;} && mkdir "include/wine") ;;
29059 esac
29060 done # for ac_tag
29063 { (exit 0); exit 0; }
29064 _ACEOF
29065 chmod +x $CONFIG_STATUS
29066 ac_clean_files=$ac_clean_files_save
29068 test $ac_write_fail = 0 ||
29069 { { $as_echo "$as_me:$LINENO: error: write failure creating $CONFIG_STATUS" >&5
29070 $as_echo "$as_me: error: write failure creating $CONFIG_STATUS" >&2;}
29071 { (exit 1); exit 1; }; }
29074 # configure is writing to config.log, and then calls config.status.
29075 # config.status does its own redirection, appending to config.log.
29076 # Unfortunately, on DOS this fails, as config.log is still kept open
29077 # by configure, so config.status won't be able to write to it; its
29078 # output is simply discarded. So we exec the FD to /dev/null,
29079 # effectively closing config.log, so it can be properly (re)opened and
29080 # appended to by config.status. When coming back to configure, we
29081 # need to make the FD available again.
29082 if test "$no_create" != yes; then
29083 ac_cs_success=:
29084 ac_config_status_args=
29085 test "$silent" = yes &&
29086 ac_config_status_args="$ac_config_status_args --quiet"
29087 exec 5>/dev/null
29088 $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success=false
29089 exec 5>>config.log
29090 # Use ||, not &&, to avoid exiting from the if with $? = 1, which
29091 # would make configure fail if this is the last instruction.
29092 $ac_cs_success || { (exit 1); exit 1; }
29094 if test -n "$ac_unrecognized_opts" && test "$enable_option_checking" != no; then
29095 { $as_echo "$as_me:$LINENO: WARNING: unrecognized options: $ac_unrecognized_opts" >&5
29096 $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2;}
29100 if test "$no_create" = "yes"
29101 then
29102 exit 0
29105 ac_save_IFS="$IFS"
29106 if test "x$wine_notices != "x; then
29107 echo >&6
29108 IFS="|"
29109 for msg in $wine_notices; do
29110 IFS="$ac_save_IFS"
29111 if test -n "$msg"; then
29112 { $as_echo "$as_me:$LINENO: $msg" >&5
29113 $as_echo "$as_me: $msg" >&6;}
29115 done
29117 IFS="|"
29118 for msg in $wine_warnings; do
29119 IFS="$ac_save_IFS"
29120 if test -n "$msg"; then
29121 echo >&2
29122 { $as_echo "$as_me:$LINENO: WARNING: $msg" >&5
29123 $as_echo "$as_me: WARNING: $msg" >&2;}
29125 done
29126 IFS="$ac_save_IFS"
29128 echo "
29129 $as_me: Finished. Do '${ac_make} depend && ${ac_make}' to compile Wine.
29130 " >&6