server: Send the version with the initial fd so that it can be checked before sending...
[wine/hacks.git] / configure
blob98115bea1456f66c3e486dd160d98b1204026c2c
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 TARGET
749 TOOLSDIR
750 CPPBIN
751 ac_ct_CXX
752 CXXFLAGS
754 OBJEXT
755 EXEEXT
756 ac_ct_CC
757 CPPFLAGS
758 LDFLAGS
759 CFLAGS
761 SET_MAKE
762 WIN16_INSTALL
763 WIN16_FILES
764 host_os
765 host_vendor
766 host_cpu
767 host
768 build_os
769 build_vendor
770 build_cpu
771 build
772 MAINTAINER_MODE
773 target_alias
774 host_alias
775 build_alias
776 LIBS
777 ECHO_T
778 ECHO_N
779 ECHO_C
780 DEFS
781 mandir
782 localedir
783 libdir
784 psdir
785 pdfdir
786 dvidir
787 htmldir
788 infodir
789 docdir
790 oldincludedir
791 includedir
792 localstatedir
793 sharedstatedir
794 sysconfdir
795 datadir
796 datarootdir
797 libexecdir
798 sbindir
799 bindir
800 program_transform_name
801 prefix
802 exec_prefix
803 PACKAGE_BUGREPORT
804 PACKAGE_STRING
805 PACKAGE_VERSION
806 PACKAGE_TARNAME
807 PACKAGE_NAME
808 PATH_SEPARATOR
809 SHELL'
810 ac_subst_files='MAKE_RULES
811 MAKE_DLL_RULES
812 MAKE_IMPLIB_RULES
813 MAKE_TEST_RULES
814 MAKE_PROG_RULES'
815 ac_user_opts='
816 enable_option_checking
817 enable_win16
818 enable_win64
819 enable_tests
820 enable_maintainer_mode
821 with_alsa
822 with_audioio
823 with_capi
824 with_cms
825 with_coreaudio
826 with_cups
827 with_curses
828 with_esd
829 with_fontconfig
830 with_freetype
831 with_gphoto
832 with_glu
833 with_gnutls
834 with_hal
835 with_jack
836 with_jpeg
837 with_ldap
838 with_nas
839 with_opengl
840 with_openssl
841 with_oss
842 with_png
843 with_sane
844 with_xcomposite
845 with_xcursor
846 with_xinerama
847 with_xinput
848 with_xml
849 with_xrandr
850 with_xrender
851 with_xshape
852 with_xshm
853 with_xslt
854 with_xxf86vm
855 with_wine_tools
856 with_x
858 ac_precious_vars='build_alias
859 host_alias
860 target_alias
862 CFLAGS
863 LDFLAGS
864 LIBS
865 CPPFLAGS
867 CXXFLAGS
869 XMKMF
870 CPP'
873 # Initialize some variables set by options.
874 ac_init_help=
875 ac_init_version=false
876 ac_unrecognized_opts=
877 ac_unrecognized_sep=
878 # The variables have the same names as the options, with
879 # dashes changed to underlines.
880 cache_file=/dev/null
881 exec_prefix=NONE
882 no_create=
883 no_recursion=
884 prefix=NONE
885 program_prefix=NONE
886 program_suffix=NONE
887 program_transform_name=s,x,x,
888 silent=
889 site=
890 srcdir=
891 verbose=
892 x_includes=NONE
893 x_libraries=NONE
895 # Installation directory options.
896 # These are left unexpanded so users can "make install exec_prefix=/foo"
897 # and all the variables that are supposed to be based on exec_prefix
898 # by default will actually change.
899 # Use braces instead of parens because sh, perl, etc. also accept them.
900 # (The list follows the same order as the GNU Coding Standards.)
901 bindir='${exec_prefix}/bin'
902 sbindir='${exec_prefix}/sbin'
903 libexecdir='${exec_prefix}/libexec'
904 datarootdir='${prefix}/share'
905 datadir='${datarootdir}'
906 sysconfdir='${prefix}/etc'
907 sharedstatedir='${prefix}/com'
908 localstatedir='${prefix}/var'
909 includedir='${prefix}/include'
910 oldincludedir='/usr/include'
911 docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
912 infodir='${datarootdir}/info'
913 htmldir='${docdir}'
914 dvidir='${docdir}'
915 pdfdir='${docdir}'
916 psdir='${docdir}'
917 libdir='${exec_prefix}/lib'
918 localedir='${datarootdir}/locale'
919 mandir='${datarootdir}/man'
921 ac_prev=
922 ac_dashdash=
923 for ac_option
925 # If the previous option needs an argument, assign it.
926 if test -n "$ac_prev"; then
927 eval $ac_prev=\$ac_option
928 ac_prev=
929 continue
932 case $ac_option in
933 *=*) ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
934 *) ac_optarg=yes ;;
935 esac
937 # Accept the important Cygnus configure options, so we can diagnose typos.
939 case $ac_dashdash$ac_option in
941 ac_dashdash=yes ;;
943 -bindir | --bindir | --bindi | --bind | --bin | --bi)
944 ac_prev=bindir ;;
945 -bindir=* | --bindir=* | --bindi=* | --bind=* | --bin=* | --bi=*)
946 bindir=$ac_optarg ;;
948 -build | --build | --buil | --bui | --bu)
949 ac_prev=build_alias ;;
950 -build=* | --build=* | --buil=* | --bui=* | --bu=*)
951 build_alias=$ac_optarg ;;
953 -cache-file | --cache-file | --cache-fil | --cache-fi \
954 | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c)
955 ac_prev=cache_file ;;
956 -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \
957 | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*)
958 cache_file=$ac_optarg ;;
960 --config-cache | -C)
961 cache_file=config.cache ;;
963 -datadir | --datadir | --datadi | --datad)
964 ac_prev=datadir ;;
965 -datadir=* | --datadir=* | --datadi=* | --datad=*)
966 datadir=$ac_optarg ;;
968 -datarootdir | --datarootdir | --datarootdi | --datarootd | --dataroot \
969 | --dataroo | --dataro | --datar)
970 ac_prev=datarootdir ;;
971 -datarootdir=* | --datarootdir=* | --datarootdi=* | --datarootd=* \
972 | --dataroot=* | --dataroo=* | --dataro=* | --datar=*)
973 datarootdir=$ac_optarg ;;
975 -disable-* | --disable-*)
976 ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
977 # Reject names that are not valid shell variable names.
978 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
979 { $as_echo "$as_me: error: invalid feature name: $ac_useropt" >&2
980 { (exit 1); exit 1; }; }
981 ac_useropt_orig=$ac_useropt
982 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
983 case $ac_user_opts in
985 "enable_$ac_useropt"
986 "*) ;;
987 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--disable-$ac_useropt_orig"
988 ac_unrecognized_sep=', ';;
989 esac
990 eval enable_$ac_useropt=no ;;
992 -docdir | --docdir | --docdi | --doc | --do)
993 ac_prev=docdir ;;
994 -docdir=* | --docdir=* | --docdi=* | --doc=* | --do=*)
995 docdir=$ac_optarg ;;
997 -dvidir | --dvidir | --dvidi | --dvid | --dvi | --dv)
998 ac_prev=dvidir ;;
999 -dvidir=* | --dvidir=* | --dvidi=* | --dvid=* | --dvi=* | --dv=*)
1000 dvidir=$ac_optarg ;;
1002 -enable-* | --enable-*)
1003 ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
1004 # Reject names that are not valid shell variable names.
1005 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
1006 { $as_echo "$as_me: error: invalid feature name: $ac_useropt" >&2
1007 { (exit 1); exit 1; }; }
1008 ac_useropt_orig=$ac_useropt
1009 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1010 case $ac_user_opts in
1012 "enable_$ac_useropt"
1013 "*) ;;
1014 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--enable-$ac_useropt_orig"
1015 ac_unrecognized_sep=', ';;
1016 esac
1017 eval enable_$ac_useropt=\$ac_optarg ;;
1019 -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \
1020 | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \
1021 | --exec | --exe | --ex)
1022 ac_prev=exec_prefix ;;
1023 -exec-prefix=* | --exec_prefix=* | --exec-prefix=* | --exec-prefi=* \
1024 | --exec-pref=* | --exec-pre=* | --exec-pr=* | --exec-p=* | --exec-=* \
1025 | --exec=* | --exe=* | --ex=*)
1026 exec_prefix=$ac_optarg ;;
1028 -gas | --gas | --ga | --g)
1029 # Obsolete; use --with-gas.
1030 with_gas=yes ;;
1032 -help | --help | --hel | --he | -h)
1033 ac_init_help=long ;;
1034 -help=r* | --help=r* | --hel=r* | --he=r* | -hr*)
1035 ac_init_help=recursive ;;
1036 -help=s* | --help=s* | --hel=s* | --he=s* | -hs*)
1037 ac_init_help=short ;;
1039 -host | --host | --hos | --ho)
1040 ac_prev=host_alias ;;
1041 -host=* | --host=* | --hos=* | --ho=*)
1042 host_alias=$ac_optarg ;;
1044 -htmldir | --htmldir | --htmldi | --htmld | --html | --htm | --ht)
1045 ac_prev=htmldir ;;
1046 -htmldir=* | --htmldir=* | --htmldi=* | --htmld=* | --html=* | --htm=* \
1047 | --ht=*)
1048 htmldir=$ac_optarg ;;
1050 -includedir | --includedir | --includedi | --included | --include \
1051 | --includ | --inclu | --incl | --inc)
1052 ac_prev=includedir ;;
1053 -includedir=* | --includedir=* | --includedi=* | --included=* | --include=* \
1054 | --includ=* | --inclu=* | --incl=* | --inc=*)
1055 includedir=$ac_optarg ;;
1057 -infodir | --infodir | --infodi | --infod | --info | --inf)
1058 ac_prev=infodir ;;
1059 -infodir=* | --infodir=* | --infodi=* | --infod=* | --info=* | --inf=*)
1060 infodir=$ac_optarg ;;
1062 -libdir | --libdir | --libdi | --libd)
1063 ac_prev=libdir ;;
1064 -libdir=* | --libdir=* | --libdi=* | --libd=*)
1065 libdir=$ac_optarg ;;
1067 -libexecdir | --libexecdir | --libexecdi | --libexecd | --libexec \
1068 | --libexe | --libex | --libe)
1069 ac_prev=libexecdir ;;
1070 -libexecdir=* | --libexecdir=* | --libexecdi=* | --libexecd=* | --libexec=* \
1071 | --libexe=* | --libex=* | --libe=*)
1072 libexecdir=$ac_optarg ;;
1074 -localedir | --localedir | --localedi | --localed | --locale)
1075 ac_prev=localedir ;;
1076 -localedir=* | --localedir=* | --localedi=* | --localed=* | --locale=*)
1077 localedir=$ac_optarg ;;
1079 -localstatedir | --localstatedir | --localstatedi | --localstated \
1080 | --localstate | --localstat | --localsta | --localst | --locals)
1081 ac_prev=localstatedir ;;
1082 -localstatedir=* | --localstatedir=* | --localstatedi=* | --localstated=* \
1083 | --localstate=* | --localstat=* | --localsta=* | --localst=* | --locals=*)
1084 localstatedir=$ac_optarg ;;
1086 -mandir | --mandir | --mandi | --mand | --man | --ma | --m)
1087 ac_prev=mandir ;;
1088 -mandir=* | --mandir=* | --mandi=* | --mand=* | --man=* | --ma=* | --m=*)
1089 mandir=$ac_optarg ;;
1091 -nfp | --nfp | --nf)
1092 # Obsolete; use --without-fp.
1093 with_fp=no ;;
1095 -no-create | --no-create | --no-creat | --no-crea | --no-cre \
1096 | --no-cr | --no-c | -n)
1097 no_create=yes ;;
1099 -no-recursion | --no-recursion | --no-recursio | --no-recursi \
1100 | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r)
1101 no_recursion=yes ;;
1103 -oldincludedir | --oldincludedir | --oldincludedi | --oldincluded \
1104 | --oldinclude | --oldinclud | --oldinclu | --oldincl | --oldinc \
1105 | --oldin | --oldi | --old | --ol | --o)
1106 ac_prev=oldincludedir ;;
1107 -oldincludedir=* | --oldincludedir=* | --oldincludedi=* | --oldincluded=* \
1108 | --oldinclude=* | --oldinclud=* | --oldinclu=* | --oldincl=* | --oldinc=* \
1109 | --oldin=* | --oldi=* | --old=* | --ol=* | --o=*)
1110 oldincludedir=$ac_optarg ;;
1112 -prefix | --prefix | --prefi | --pref | --pre | --pr | --p)
1113 ac_prev=prefix ;;
1114 -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*)
1115 prefix=$ac_optarg ;;
1117 -program-prefix | --program-prefix | --program-prefi | --program-pref \
1118 | --program-pre | --program-pr | --program-p)
1119 ac_prev=program_prefix ;;
1120 -program-prefix=* | --program-prefix=* | --program-prefi=* \
1121 | --program-pref=* | --program-pre=* | --program-pr=* | --program-p=*)
1122 program_prefix=$ac_optarg ;;
1124 -program-suffix | --program-suffix | --program-suffi | --program-suff \
1125 | --program-suf | --program-su | --program-s)
1126 ac_prev=program_suffix ;;
1127 -program-suffix=* | --program-suffix=* | --program-suffi=* \
1128 | --program-suff=* | --program-suf=* | --program-su=* | --program-s=*)
1129 program_suffix=$ac_optarg ;;
1131 -program-transform-name | --program-transform-name \
1132 | --program-transform-nam | --program-transform-na \
1133 | --program-transform-n | --program-transform- \
1134 | --program-transform | --program-transfor \
1135 | --program-transfo | --program-transf \
1136 | --program-trans | --program-tran \
1137 | --progr-tra | --program-tr | --program-t)
1138 ac_prev=program_transform_name ;;
1139 -program-transform-name=* | --program-transform-name=* \
1140 | --program-transform-nam=* | --program-transform-na=* \
1141 | --program-transform-n=* | --program-transform-=* \
1142 | --program-transform=* | --program-transfor=* \
1143 | --program-transfo=* | --program-transf=* \
1144 | --program-trans=* | --program-tran=* \
1145 | --progr-tra=* | --program-tr=* | --program-t=*)
1146 program_transform_name=$ac_optarg ;;
1148 -pdfdir | --pdfdir | --pdfdi | --pdfd | --pdf | --pd)
1149 ac_prev=pdfdir ;;
1150 -pdfdir=* | --pdfdir=* | --pdfdi=* | --pdfd=* | --pdf=* | --pd=*)
1151 pdfdir=$ac_optarg ;;
1153 -psdir | --psdir | --psdi | --psd | --ps)
1154 ac_prev=psdir ;;
1155 -psdir=* | --psdir=* | --psdi=* | --psd=* | --ps=*)
1156 psdir=$ac_optarg ;;
1158 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
1159 | -silent | --silent | --silen | --sile | --sil)
1160 silent=yes ;;
1162 -sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb)
1163 ac_prev=sbindir ;;
1164 -sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* \
1165 | --sbi=* | --sb=*)
1166 sbindir=$ac_optarg ;;
1168 -sharedstatedir | --sharedstatedir | --sharedstatedi \
1169 | --sharedstated | --sharedstate | --sharedstat | --sharedsta \
1170 | --sharedst | --shareds | --shared | --share | --shar \
1171 | --sha | --sh)
1172 ac_prev=sharedstatedir ;;
1173 -sharedstatedir=* | --sharedstatedir=* | --sharedstatedi=* \
1174 | --sharedstated=* | --sharedstate=* | --sharedstat=* | --sharedsta=* \
1175 | --sharedst=* | --shareds=* | --shared=* | --share=* | --shar=* \
1176 | --sha=* | --sh=*)
1177 sharedstatedir=$ac_optarg ;;
1179 -site | --site | --sit)
1180 ac_prev=site ;;
1181 -site=* | --site=* | --sit=*)
1182 site=$ac_optarg ;;
1184 -srcdir | --srcdir | --srcdi | --srcd | --src | --sr)
1185 ac_prev=srcdir ;;
1186 -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*)
1187 srcdir=$ac_optarg ;;
1189 -sysconfdir | --sysconfdir | --sysconfdi | --sysconfd | --sysconf \
1190 | --syscon | --sysco | --sysc | --sys | --sy)
1191 ac_prev=sysconfdir ;;
1192 -sysconfdir=* | --sysconfdir=* | --sysconfdi=* | --sysconfd=* | --sysconf=* \
1193 | --syscon=* | --sysco=* | --sysc=* | --sys=* | --sy=*)
1194 sysconfdir=$ac_optarg ;;
1196 -target | --target | --targe | --targ | --tar | --ta | --t)
1197 ac_prev=target_alias ;;
1198 -target=* | --target=* | --targe=* | --targ=* | --tar=* | --ta=* | --t=*)
1199 target_alias=$ac_optarg ;;
1201 -v | -verbose | --verbose | --verbos | --verbo | --verb)
1202 verbose=yes ;;
1204 -version | --version | --versio | --versi | --vers | -V)
1205 ac_init_version=: ;;
1207 -with-* | --with-*)
1208 ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
1209 # Reject names that are not valid shell variable names.
1210 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
1211 { $as_echo "$as_me: error: invalid package name: $ac_useropt" >&2
1212 { (exit 1); exit 1; }; }
1213 ac_useropt_orig=$ac_useropt
1214 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1215 case $ac_user_opts in
1217 "with_$ac_useropt"
1218 "*) ;;
1219 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--with-$ac_useropt_orig"
1220 ac_unrecognized_sep=', ';;
1221 esac
1222 eval with_$ac_useropt=\$ac_optarg ;;
1224 -without-* | --without-*)
1225 ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'`
1226 # Reject names that are not valid shell variable names.
1227 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
1228 { $as_echo "$as_me: error: invalid package name: $ac_useropt" >&2
1229 { (exit 1); exit 1; }; }
1230 ac_useropt_orig=$ac_useropt
1231 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1232 case $ac_user_opts in
1234 "with_$ac_useropt"
1235 "*) ;;
1236 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--without-$ac_useropt_orig"
1237 ac_unrecognized_sep=', ';;
1238 esac
1239 eval with_$ac_useropt=no ;;
1241 --x)
1242 # Obsolete; use --with-x.
1243 with_x=yes ;;
1245 -x-includes | --x-includes | --x-include | --x-includ | --x-inclu \
1246 | --x-incl | --x-inc | --x-in | --x-i)
1247 ac_prev=x_includes ;;
1248 -x-includes=* | --x-includes=* | --x-include=* | --x-includ=* | --x-inclu=* \
1249 | --x-incl=* | --x-inc=* | --x-in=* | --x-i=*)
1250 x_includes=$ac_optarg ;;
1252 -x-libraries | --x-libraries | --x-librarie | --x-librari \
1253 | --x-librar | --x-libra | --x-libr | --x-lib | --x-li | --x-l)
1254 ac_prev=x_libraries ;;
1255 -x-libraries=* | --x-libraries=* | --x-librarie=* | --x-librari=* \
1256 | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*)
1257 x_libraries=$ac_optarg ;;
1259 -*) { $as_echo "$as_me: error: unrecognized option: $ac_option
1260 Try \`$0 --help' for more information." >&2
1261 { (exit 1); exit 1; }; }
1264 *=*)
1265 ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
1266 # Reject names that are not valid shell variable names.
1267 expr "x$ac_envvar" : ".*[^_$as_cr_alnum]" >/dev/null &&
1268 { $as_echo "$as_me: error: invalid variable name: $ac_envvar" >&2
1269 { (exit 1); exit 1; }; }
1270 eval $ac_envvar=\$ac_optarg
1271 export $ac_envvar ;;
1274 # FIXME: should be removed in autoconf 3.0.
1275 $as_echo "$as_me: WARNING: you should use --build, --host, --target" >&2
1276 expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev/null &&
1277 $as_echo "$as_me: WARNING: invalid host type: $ac_option" >&2
1278 : ${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option}
1281 esac
1282 done
1284 if test -n "$ac_prev"; then
1285 ac_option=--`echo $ac_prev | sed 's/_/-/g'`
1286 { $as_echo "$as_me: error: missing argument to $ac_option" >&2
1287 { (exit 1); exit 1; }; }
1290 if test -n "$ac_unrecognized_opts"; then
1291 case $enable_option_checking in
1292 no) ;;
1293 fatal) { $as_echo "$as_me: error: unrecognized options: $ac_unrecognized_opts" >&2
1294 { (exit 1); exit 1; }; } ;;
1295 *) $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2 ;;
1296 esac
1299 # Check all directory arguments for consistency.
1300 for ac_var in exec_prefix prefix bindir sbindir libexecdir datarootdir \
1301 datadir sysconfdir sharedstatedir localstatedir includedir \
1302 oldincludedir docdir infodir htmldir dvidir pdfdir psdir \
1303 libdir localedir mandir
1305 eval ac_val=\$$ac_var
1306 # Remove trailing slashes.
1307 case $ac_val in
1308 */ )
1309 ac_val=`expr "X$ac_val" : 'X\(.*[^/]\)' \| "X$ac_val" : 'X\(.*\)'`
1310 eval $ac_var=\$ac_val;;
1311 esac
1312 # Be sure to have absolute directory names.
1313 case $ac_val in
1314 [\\/$]* | ?:[\\/]* ) continue;;
1315 NONE | '' ) case $ac_var in *prefix ) continue;; esac;;
1316 esac
1317 { $as_echo "$as_me: error: expected an absolute directory name for --$ac_var: $ac_val" >&2
1318 { (exit 1); exit 1; }; }
1319 done
1321 # There might be people who depend on the old broken behavior: `$host'
1322 # used to hold the argument of --host etc.
1323 # FIXME: To remove some day.
1324 build=$build_alias
1325 host=$host_alias
1326 target=$target_alias
1328 # FIXME: To remove some day.
1329 if test "x$host_alias" != x; then
1330 if test "x$build_alias" = x; then
1331 cross_compiling=maybe
1332 $as_echo "$as_me: WARNING: If you wanted to set the --build type, don't use --host.
1333 If a cross compiler is detected then cross compile mode will be used." >&2
1334 elif test "x$build_alias" != "x$host_alias"; then
1335 cross_compiling=yes
1339 ac_tool_prefix=
1340 test -n "$host_alias" && ac_tool_prefix=$host_alias-
1342 test "$silent" = yes && exec 6>/dev/null
1345 ac_pwd=`pwd` && test -n "$ac_pwd" &&
1346 ac_ls_di=`ls -di .` &&
1347 ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` ||
1348 { $as_echo "$as_me: error: working directory cannot be determined" >&2
1349 { (exit 1); exit 1; }; }
1350 test "X$ac_ls_di" = "X$ac_pwd_ls_di" ||
1351 { $as_echo "$as_me: error: pwd does not report name of working directory" >&2
1352 { (exit 1); exit 1; }; }
1355 # Find the source files, if location was not specified.
1356 if test -z "$srcdir"; then
1357 ac_srcdir_defaulted=yes
1358 # Try the directory containing this script, then the parent directory.
1359 ac_confdir=`$as_dirname -- "$as_myself" ||
1360 $as_expr X"$as_myself" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
1361 X"$as_myself" : 'X\(//\)[^/]' \| \
1362 X"$as_myself" : 'X\(//\)$' \| \
1363 X"$as_myself" : 'X\(/\)' \| . 2>/dev/null ||
1364 $as_echo X"$as_myself" |
1365 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
1366 s//\1/
1369 /^X\(\/\/\)[^/].*/{
1370 s//\1/
1373 /^X\(\/\/\)$/{
1374 s//\1/
1377 /^X\(\/\).*/{
1378 s//\1/
1381 s/.*/./; q'`
1382 srcdir=$ac_confdir
1383 if test ! -r "$srcdir/$ac_unique_file"; then
1384 srcdir=..
1386 else
1387 ac_srcdir_defaulted=no
1389 if test ! -r "$srcdir/$ac_unique_file"; then
1390 test "$ac_srcdir_defaulted" = yes && srcdir="$ac_confdir or .."
1391 { $as_echo "$as_me: error: cannot find sources ($ac_unique_file) in $srcdir" >&2
1392 { (exit 1); exit 1; }; }
1394 ac_msg="sources are in $srcdir, but \`cd $srcdir' does not work"
1395 ac_abs_confdir=`(
1396 cd "$srcdir" && test -r "./$ac_unique_file" || { $as_echo "$as_me: error: $ac_msg" >&2
1397 { (exit 1); exit 1; }; }
1398 pwd)`
1399 # When building in place, set srcdir=.
1400 if test "$ac_abs_confdir" = "$ac_pwd"; then
1401 srcdir=.
1403 # Remove unnecessary trailing slashes from srcdir.
1404 # Double slashes in file names in object file debugging info
1405 # mess up M-x gdb in Emacs.
1406 case $srcdir in
1407 */) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;;
1408 esac
1409 for ac_var in $ac_precious_vars; do
1410 eval ac_env_${ac_var}_set=\${${ac_var}+set}
1411 eval ac_env_${ac_var}_value=\$${ac_var}
1412 eval ac_cv_env_${ac_var}_set=\${${ac_var}+set}
1413 eval ac_cv_env_${ac_var}_value=\$${ac_var}
1414 done
1417 # Report the --help message.
1419 if test "$ac_init_help" = "long"; then
1420 # Omit some internal or obsolete options to make the list less imposing.
1421 # This message is too long to be a string in the A/UX 3.1 sh.
1422 cat <<_ACEOF
1423 \`configure' configures Wine 1.1.11 to adapt to many kinds of systems.
1425 Usage: $0 [OPTION]... [VAR=VALUE]...
1427 To assign environment variables (e.g., CC, CFLAGS...), specify them as
1428 VAR=VALUE. See below for descriptions of some of the useful variables.
1430 Defaults for the options are specified in brackets.
1432 Configuration:
1433 -h, --help display this help and exit
1434 --help=short display options specific to this package
1435 --help=recursive display the short help of all the included packages
1436 -V, --version display version information and exit
1437 -q, --quiet, --silent do not print \`checking...' messages
1438 --cache-file=FILE cache test results in FILE [disabled]
1439 -C, --config-cache alias for \`--cache-file=config.cache'
1440 -n, --no-create do not create output files
1441 --srcdir=DIR find the sources in DIR [configure dir or \`..']
1443 Installation directories:
1444 --prefix=PREFIX install architecture-independent files in PREFIX
1445 [$ac_default_prefix]
1446 --exec-prefix=EPREFIX install architecture-dependent files in EPREFIX
1447 [PREFIX]
1449 By default, \`make install' will install all the files in
1450 \`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc. You can specify
1451 an installation prefix other than \`$ac_default_prefix' using \`--prefix',
1452 for instance \`--prefix=\$HOME'.
1454 For better control, use the options below.
1456 Fine tuning of the installation directories:
1457 --bindir=DIR user executables [EPREFIX/bin]
1458 --sbindir=DIR system admin executables [EPREFIX/sbin]
1459 --libexecdir=DIR program executables [EPREFIX/libexec]
1460 --sysconfdir=DIR read-only single-machine data [PREFIX/etc]
1461 --sharedstatedir=DIR modifiable architecture-independent data [PREFIX/com]
1462 --localstatedir=DIR modifiable single-machine data [PREFIX/var]
1463 --libdir=DIR object code libraries [EPREFIX/lib]
1464 --includedir=DIR C header files [PREFIX/include]
1465 --oldincludedir=DIR C header files for non-gcc [/usr/include]
1466 --datarootdir=DIR read-only arch.-independent data root [PREFIX/share]
1467 --datadir=DIR read-only architecture-independent data [DATAROOTDIR]
1468 --infodir=DIR info documentation [DATAROOTDIR/info]
1469 --localedir=DIR locale-dependent data [DATAROOTDIR/locale]
1470 --mandir=DIR man documentation [DATAROOTDIR/man]
1471 --docdir=DIR documentation root [DATAROOTDIR/doc/wine]
1472 --htmldir=DIR html documentation [DOCDIR]
1473 --dvidir=DIR dvi documentation [DOCDIR]
1474 --pdfdir=DIR pdf documentation [DOCDIR]
1475 --psdir=DIR ps documentation [DOCDIR]
1476 _ACEOF
1478 cat <<\_ACEOF
1480 X features:
1481 --x-includes=DIR X include files are in DIR
1482 --x-libraries=DIR X library files are in DIR
1484 System types:
1485 --build=BUILD configure for building on BUILD [guessed]
1486 --host=HOST cross-compile to build programs to run on HOST [BUILD]
1487 _ACEOF
1490 if test -n "$ac_init_help"; then
1491 case $ac_init_help in
1492 short | recursive ) echo "Configuration of Wine 1.1.11:";;
1493 esac
1494 cat <<\_ACEOF
1496 Optional Features:
1497 --disable-option-checking ignore unrecognized --enable/--with options
1498 --disable-FEATURE do not include FEATURE (same as --enable-FEATURE=no)
1499 --enable-FEATURE[=ARG] include FEATURE [ARG=yes]
1500 --disable-win16 do not include Win16 support
1501 --enable-win64 build a Win64 emulator on AMD64 (won't run Win32
1502 binaries)
1503 --disable-tests do not build the regression tests
1504 --enable-maintainer-mode
1505 enable maintainer-specific build rules
1507 Optional Packages:
1508 --with-PACKAGE[=ARG] use PACKAGE [ARG=yes]
1509 --without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no)
1510 --without-alsa do not use the Alsa sound support
1511 --without-audioio do not use the AudioIO sound support
1512 --without-capi do not use CAPI (ISDN support)
1513 --without-cms do not use CMS (color management support)
1514 --without-coreaudio do not use the CoreAudio sound support
1515 --without-cups do not use CUPS
1516 --without-curses do not use (n)curses
1517 --without-esd do not use the EsounD sound support
1518 --without-fontconfig do not use fontconfig
1519 --without-freetype do not use the FreeType library
1520 --without-gphoto do not use gphoto (Digital Camera support)
1521 --without-glu do not use the GLU library
1522 --without-gnutls do not use GnuTLS (schannel support)
1523 --without-hal do not use HAL (dynamic device support)
1524 --without-jack do not use the Jack sound support
1525 --without-jpeg do not use JPEG
1526 --without-ldap do not use LDAP
1527 --without-nas do not use the NAS sound support
1528 --without-opengl do not use OpenGL
1529 --without-openssl do not use OpenSSL
1530 --without-oss do not use the OSS sound support
1531 --without-png do not use PNG
1532 --without-sane do not use SANE (scanner support)
1533 --without-xcomposite do not use the Xcomposite extension
1534 --without-xcursor do not use the Xcursor extension
1535 --without-xinerama do not use Xinerama (multi-monitor support)
1536 --without-xinput do not use the Xinput extension
1537 --without-xml do not use XML
1538 --without-xrandr do not use Xrandr (resolution changes)
1539 --without-xrender do not use the Xrender extension
1540 --without-xshape do not use the Xshape extension
1541 --without-xshm do not use XShm (shared memory extension)
1542 --without-xslt do not use XSLT
1543 --without-xxf86vm do not use XFree video mode extension
1544 --with-wine-tools=DIR use Wine tools from directory DIR
1545 --with-x use the X Window System
1547 Some influential environment variables:
1548 CC C compiler command
1549 CFLAGS C compiler flags
1550 LDFLAGS linker flags, e.g. -L<lib dir> if you have libraries in a
1551 nonstandard directory <lib dir>
1552 LIBS libraries to pass to the linker, e.g. -l<library>
1553 CPPFLAGS C/C++/Objective C preprocessor flags, e.g. -I<include dir> if
1554 you have headers in a nonstandard directory <include dir>
1555 CXX C++ compiler command
1556 CXXFLAGS C++ compiler flags
1557 XMKMF Path to xmkmf, Makefile generator for X Window System
1558 CPP C preprocessor
1560 Use these variables to override the choices made by `configure' or to help
1561 it to find libraries and programs with nonstandard names/locations.
1563 Report bugs to <wine-devel@winehq.org>.
1564 _ACEOF
1565 ac_status=$?
1568 if test "$ac_init_help" = "recursive"; then
1569 # If there are subdirs, report their specific --help.
1570 for ac_dir in : $ac_subdirs_all; do test "x$ac_dir" = x: && continue
1571 test -d "$ac_dir" ||
1572 { cd "$srcdir" && ac_pwd=`pwd` && srcdir=. && test -d "$ac_dir"; } ||
1573 continue
1574 ac_builddir=.
1576 case "$ac_dir" in
1577 .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
1579 ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
1580 # A ".." for each directory in $ac_dir_suffix.
1581 ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
1582 case $ac_top_builddir_sub in
1583 "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
1584 *) ac_top_build_prefix=$ac_top_builddir_sub/ ;;
1585 esac ;;
1586 esac
1587 ac_abs_top_builddir=$ac_pwd
1588 ac_abs_builddir=$ac_pwd$ac_dir_suffix
1589 # for backward compatibility:
1590 ac_top_builddir=$ac_top_build_prefix
1592 case $srcdir in
1593 .) # We are building in place.
1594 ac_srcdir=.
1595 ac_top_srcdir=$ac_top_builddir_sub
1596 ac_abs_top_srcdir=$ac_pwd ;;
1597 [\\/]* | ?:[\\/]* ) # Absolute name.
1598 ac_srcdir=$srcdir$ac_dir_suffix;
1599 ac_top_srcdir=$srcdir
1600 ac_abs_top_srcdir=$srcdir ;;
1601 *) # Relative name.
1602 ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
1603 ac_top_srcdir=$ac_top_build_prefix$srcdir
1604 ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
1605 esac
1606 ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
1608 cd "$ac_dir" || { ac_status=$?; continue; }
1609 # Check for guested configure.
1610 if test -f "$ac_srcdir/configure.gnu"; then
1611 echo &&
1612 $SHELL "$ac_srcdir/configure.gnu" --help=recursive
1613 elif test -f "$ac_srcdir/configure"; then
1614 echo &&
1615 $SHELL "$ac_srcdir/configure" --help=recursive
1616 else
1617 $as_echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2
1618 fi || ac_status=$?
1619 cd "$ac_pwd" || { ac_status=$?; break; }
1620 done
1623 test -n "$ac_init_help" && exit $ac_status
1624 if $ac_init_version; then
1625 cat <<\_ACEOF
1626 Wine configure 1.1.11
1627 generated by GNU Autoconf 2.63
1629 Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
1630 2002, 2003, 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc.
1631 This configure script is free software; the Free Software Foundation
1632 gives unlimited permission to copy, distribute and modify it.
1633 _ACEOF
1634 exit
1636 cat >config.log <<_ACEOF
1637 This file contains any messages produced by compilers while
1638 running configure, to aid debugging if configure makes a mistake.
1640 It was created by Wine $as_me 1.1.11, which was
1641 generated by GNU Autoconf 2.63. Invocation command line was
1643 $ $0 $@
1645 _ACEOF
1646 exec 5>>config.log
1648 cat <<_ASUNAME
1649 ## --------- ##
1650 ## Platform. ##
1651 ## --------- ##
1653 hostname = `(hostname || uname -n) 2>/dev/null | sed 1q`
1654 uname -m = `(uname -m) 2>/dev/null || echo unknown`
1655 uname -r = `(uname -r) 2>/dev/null || echo unknown`
1656 uname -s = `(uname -s) 2>/dev/null || echo unknown`
1657 uname -v = `(uname -v) 2>/dev/null || echo unknown`
1659 /usr/bin/uname -p = `(/usr/bin/uname -p) 2>/dev/null || echo unknown`
1660 /bin/uname -X = `(/bin/uname -X) 2>/dev/null || echo unknown`
1662 /bin/arch = `(/bin/arch) 2>/dev/null || echo unknown`
1663 /usr/bin/arch -k = `(/usr/bin/arch -k) 2>/dev/null || echo unknown`
1664 /usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null || echo unknown`
1665 /usr/bin/hostinfo = `(/usr/bin/hostinfo) 2>/dev/null || echo unknown`
1666 /bin/machine = `(/bin/machine) 2>/dev/null || echo unknown`
1667 /usr/bin/oslevel = `(/usr/bin/oslevel) 2>/dev/null || echo unknown`
1668 /bin/universe = `(/bin/universe) 2>/dev/null || echo unknown`
1670 _ASUNAME
1672 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1673 for as_dir in $PATH
1675 IFS=$as_save_IFS
1676 test -z "$as_dir" && as_dir=.
1677 $as_echo "PATH: $as_dir"
1678 done
1679 IFS=$as_save_IFS
1681 } >&5
1683 cat >&5 <<_ACEOF
1686 ## ----------- ##
1687 ## Core tests. ##
1688 ## ----------- ##
1690 _ACEOF
1693 # Keep a trace of the command line.
1694 # Strip out --no-create and --no-recursion so they do not pile up.
1695 # Strip out --silent because we don't want to record it for future runs.
1696 # Also quote any args containing shell meta-characters.
1697 # Make two passes to allow for proper duplicate-argument suppression.
1698 ac_configure_args=
1699 ac_configure_args0=
1700 ac_configure_args1=
1701 ac_must_keep_next=false
1702 for ac_pass in 1 2
1704 for ac_arg
1706 case $ac_arg in
1707 -no-create | --no-c* | -n | -no-recursion | --no-r*) continue ;;
1708 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
1709 | -silent | --silent | --silen | --sile | --sil)
1710 continue ;;
1711 *\'*)
1712 ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
1713 esac
1714 case $ac_pass in
1715 1) ac_configure_args0="$ac_configure_args0 '$ac_arg'" ;;
1717 ac_configure_args1="$ac_configure_args1 '$ac_arg'"
1718 if test $ac_must_keep_next = true; then
1719 ac_must_keep_next=false # Got value, back to normal.
1720 else
1721 case $ac_arg in
1722 *=* | --config-cache | -C | -disable-* | --disable-* \
1723 | -enable-* | --enable-* | -gas | --g* | -nfp | --nf* \
1724 | -q | -quiet | --q* | -silent | --sil* | -v | -verb* \
1725 | -with-* | --with-* | -without-* | --without-* | --x)
1726 case "$ac_configure_args0 " in
1727 "$ac_configure_args1"*" '$ac_arg' "* ) continue ;;
1728 esac
1730 -* ) ac_must_keep_next=true ;;
1731 esac
1733 ac_configure_args="$ac_configure_args '$ac_arg'"
1735 esac
1736 done
1737 done
1738 $as_unset ac_configure_args0 || test "${ac_configure_args0+set}" != set || { ac_configure_args0=; export ac_configure_args0; }
1739 $as_unset ac_configure_args1 || test "${ac_configure_args1+set}" != set || { ac_configure_args1=; export ac_configure_args1; }
1741 # When interrupted or exit'd, cleanup temporary files, and complete
1742 # config.log. We remove comments because anyway the quotes in there
1743 # would cause problems or look ugly.
1744 # WARNING: Use '\'' to represent an apostrophe within the trap.
1745 # WARNING: Do not start the trap code with a newline, due to a FreeBSD 4.0 bug.
1746 trap 'exit_status=$?
1747 # Save into config.log some information that might help in debugging.
1749 echo
1751 cat <<\_ASBOX
1752 ## ---------------- ##
1753 ## Cache variables. ##
1754 ## ---------------- ##
1755 _ASBOX
1756 echo
1757 # The following way of writing the cache mishandles newlines in values,
1759 for ac_var in `(set) 2>&1 | sed -n '\''s/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'\''`; do
1760 eval ac_val=\$$ac_var
1761 case $ac_val in #(
1762 *${as_nl}*)
1763 case $ac_var in #(
1764 *_cv_*) { $as_echo "$as_me:$LINENO: WARNING: cache variable $ac_var contains a newline" >&5
1765 $as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
1766 esac
1767 case $ac_var in #(
1768 _ | IFS | as_nl) ;; #(
1769 BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
1770 *) $as_unset $ac_var ;;
1771 esac ;;
1772 esac
1773 done
1774 (set) 2>&1 |
1775 case $as_nl`(ac_space='\'' '\''; set) 2>&1` in #(
1776 *${as_nl}ac_space=\ *)
1777 sed -n \
1778 "s/'\''/'\''\\\\'\'''\''/g;
1779 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\''\\2'\''/p"
1780 ;; #(
1782 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
1784 esac |
1785 sort
1787 echo
1789 cat <<\_ASBOX
1790 ## ----------------- ##
1791 ## Output variables. ##
1792 ## ----------------- ##
1793 _ASBOX
1794 echo
1795 for ac_var in $ac_subst_vars
1797 eval ac_val=\$$ac_var
1798 case $ac_val in
1799 *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
1800 esac
1801 $as_echo "$ac_var='\''$ac_val'\''"
1802 done | sort
1803 echo
1805 if test -n "$ac_subst_files"; then
1806 cat <<\_ASBOX
1807 ## ------------------- ##
1808 ## File substitutions. ##
1809 ## ------------------- ##
1810 _ASBOX
1811 echo
1812 for ac_var in $ac_subst_files
1814 eval ac_val=\$$ac_var
1815 case $ac_val in
1816 *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
1817 esac
1818 $as_echo "$ac_var='\''$ac_val'\''"
1819 done | sort
1820 echo
1823 if test -s confdefs.h; then
1824 cat <<\_ASBOX
1825 ## ----------- ##
1826 ## confdefs.h. ##
1827 ## ----------- ##
1828 _ASBOX
1829 echo
1830 cat confdefs.h
1831 echo
1833 test "$ac_signal" != 0 &&
1834 $as_echo "$as_me: caught signal $ac_signal"
1835 $as_echo "$as_me: exit $exit_status"
1836 } >&5
1837 rm -f core *.core core.conftest.* &&
1838 rm -f -r conftest* confdefs* conf$$* $ac_clean_files &&
1839 exit $exit_status
1841 for ac_signal in 1 2 13 15; do
1842 trap 'ac_signal='$ac_signal'; { (exit 1); exit 1; }' $ac_signal
1843 done
1844 ac_signal=0
1846 # confdefs.h avoids OS command line length limits that DEFS can exceed.
1847 rm -f -r conftest* confdefs.h
1849 # Predefined preprocessor variables.
1851 cat >>confdefs.h <<_ACEOF
1852 #define PACKAGE_NAME "$PACKAGE_NAME"
1853 _ACEOF
1856 cat >>confdefs.h <<_ACEOF
1857 #define PACKAGE_TARNAME "$PACKAGE_TARNAME"
1858 _ACEOF
1861 cat >>confdefs.h <<_ACEOF
1862 #define PACKAGE_VERSION "$PACKAGE_VERSION"
1863 _ACEOF
1866 cat >>confdefs.h <<_ACEOF
1867 #define PACKAGE_STRING "$PACKAGE_STRING"
1868 _ACEOF
1871 cat >>confdefs.h <<_ACEOF
1872 #define PACKAGE_BUGREPORT "$PACKAGE_BUGREPORT"
1873 _ACEOF
1876 # Let the site file select an alternate cache file if it wants to.
1877 # Prefer an explicitly selected file to automatically selected ones.
1878 ac_site_file1=NONE
1879 ac_site_file2=NONE
1880 if test -n "$CONFIG_SITE"; then
1881 ac_site_file1=$CONFIG_SITE
1882 elif test "x$prefix" != xNONE; then
1883 ac_site_file1=$prefix/share/config.site
1884 ac_site_file2=$prefix/etc/config.site
1885 else
1886 ac_site_file1=$ac_default_prefix/share/config.site
1887 ac_site_file2=$ac_default_prefix/etc/config.site
1889 for ac_site_file in "$ac_site_file1" "$ac_site_file2"
1891 test "x$ac_site_file" = xNONE && continue
1892 if test -r "$ac_site_file"; then
1893 { $as_echo "$as_me:$LINENO: loading site script $ac_site_file" >&5
1894 $as_echo "$as_me: loading site script $ac_site_file" >&6;}
1895 sed 's/^/| /' "$ac_site_file" >&5
1896 . "$ac_site_file"
1898 done
1900 if test -r "$cache_file"; then
1901 # Some versions of bash will fail to source /dev/null (special
1902 # files actually), so we avoid doing that.
1903 if test -f "$cache_file"; then
1904 { $as_echo "$as_me:$LINENO: loading cache $cache_file" >&5
1905 $as_echo "$as_me: loading cache $cache_file" >&6;}
1906 case $cache_file in
1907 [\\/]* | ?:[\\/]* ) . "$cache_file";;
1908 *) . "./$cache_file";;
1909 esac
1911 else
1912 { $as_echo "$as_me:$LINENO: creating cache $cache_file" >&5
1913 $as_echo "$as_me: creating cache $cache_file" >&6;}
1914 >$cache_file
1917 # Check that the precious variables saved in the cache have kept the same
1918 # value.
1919 ac_cache_corrupted=false
1920 for ac_var in $ac_precious_vars; do
1921 eval ac_old_set=\$ac_cv_env_${ac_var}_set
1922 eval ac_new_set=\$ac_env_${ac_var}_set
1923 eval ac_old_val=\$ac_cv_env_${ac_var}_value
1924 eval ac_new_val=\$ac_env_${ac_var}_value
1925 case $ac_old_set,$ac_new_set in
1926 set,)
1927 { $as_echo "$as_me:$LINENO: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
1928 $as_echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
1929 ac_cache_corrupted=: ;;
1930 ,set)
1931 { $as_echo "$as_me:$LINENO: error: \`$ac_var' was not set in the previous run" >&5
1932 $as_echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;}
1933 ac_cache_corrupted=: ;;
1934 ,);;
1936 if test "x$ac_old_val" != "x$ac_new_val"; then
1937 # differences in whitespace do not lead to failure.
1938 ac_old_val_w=`echo x $ac_old_val`
1939 ac_new_val_w=`echo x $ac_new_val`
1940 if test "$ac_old_val_w" != "$ac_new_val_w"; then
1941 { $as_echo "$as_me:$LINENO: error: \`$ac_var' has changed since the previous run:" >&5
1942 $as_echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;}
1943 ac_cache_corrupted=:
1944 else
1945 { $as_echo "$as_me:$LINENO: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&5
1946 $as_echo "$as_me: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&2;}
1947 eval $ac_var=\$ac_old_val
1949 { $as_echo "$as_me:$LINENO: former value: \`$ac_old_val'" >&5
1950 $as_echo "$as_me: former value: \`$ac_old_val'" >&2;}
1951 { $as_echo "$as_me:$LINENO: current value: \`$ac_new_val'" >&5
1952 $as_echo "$as_me: current value: \`$ac_new_val'" >&2;}
1953 fi;;
1954 esac
1955 # Pass precious variables to config.status.
1956 if test "$ac_new_set" = set; then
1957 case $ac_new_val in
1958 *\'*) ac_arg=$ac_var=`$as_echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
1959 *) ac_arg=$ac_var=$ac_new_val ;;
1960 esac
1961 case " $ac_configure_args " in
1962 *" '$ac_arg' "*) ;; # Avoid dups. Use of quotes ensures accuracy.
1963 *) ac_configure_args="$ac_configure_args '$ac_arg'" ;;
1964 esac
1966 done
1967 if $ac_cache_corrupted; then
1968 { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5
1969 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
1970 { $as_echo "$as_me:$LINENO: error: changes in the environment can compromise the build" >&5
1971 $as_echo "$as_me: error: changes in the environment can compromise the build" >&2;}
1972 { { $as_echo "$as_me:$LINENO: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&5
1973 $as_echo "$as_me: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&2;}
1974 { (exit 1); exit 1; }; }
2001 ac_ext=c
2002 ac_cpp='$CPP $CPPFLAGS'
2003 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2004 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2005 ac_compiler_gnu=$ac_cv_c_compiler_gnu
2009 ac_config_headers="$ac_config_headers include/config.h"
2011 ac_aux_dir=
2012 for ac_dir in tools "$srcdir"/tools; do
2013 if test -f "$ac_dir/install-sh"; then
2014 ac_aux_dir=$ac_dir
2015 ac_install_sh="$ac_aux_dir/install-sh -c"
2016 break
2017 elif test -f "$ac_dir/install.sh"; then
2018 ac_aux_dir=$ac_dir
2019 ac_install_sh="$ac_aux_dir/install.sh -c"
2020 break
2021 elif test -f "$ac_dir/shtool"; then
2022 ac_aux_dir=$ac_dir
2023 ac_install_sh="$ac_aux_dir/shtool install -c"
2024 break
2026 done
2027 if test -z "$ac_aux_dir"; then
2028 { { $as_echo "$as_me:$LINENO: error: cannot find install-sh or install.sh in tools \"$srcdir\"/tools" >&5
2029 $as_echo "$as_me: error: cannot find install-sh or install.sh in tools \"$srcdir\"/tools" >&2;}
2030 { (exit 1); exit 1; }; }
2033 # These three variables are undocumented and unsupported,
2034 # and are intended to be withdrawn in a future Autoconf release.
2035 # They can cause serious problems if a builder's source tree is in a directory
2036 # whose full name contains unusual characters.
2037 ac_config_guess="$SHELL $ac_aux_dir/config.guess" # Please don't use this var.
2038 ac_config_sub="$SHELL $ac_aux_dir/config.sub" # Please don't use this var.
2039 ac_configure="$SHELL $ac_aux_dir/configure" # Please don't use this var.
2044 # Check whether --enable-win16 was given.
2045 if test "${enable_win16+set}" = set; then
2046 enableval=$enable_win16;
2049 # Check whether --enable-win64 was given.
2050 if test "${enable_win64+set}" = set; then
2051 enableval=$enable_win64;
2054 # Check whether --enable-tests was given.
2055 if test "${enable_tests+set}" = set; then
2056 enableval=$enable_tests;
2059 # Check whether --enable-maintainer-mode was given.
2060 if test "${enable_maintainer_mode+set}" = set; then
2061 enableval=$enable_maintainer_mode;
2062 else
2063 MAINTAINER_MODE=\#
2069 # Check whether --with-alsa was given.
2070 if test "${with_alsa+set}" = set; then
2071 withval=$with_alsa; if test "x$withval" = "xno"; then ac_cv_header_sys_asoundlib_h=no; ac_cv_header_alsa_asoundlib_h=no; fi
2075 # Check whether --with-audioio was given.
2076 if test "${with_audioio+set}" = set; then
2077 withval=$with_audioio; if test "x$withval" = "xno"; then ac_cv_header_libaudioio_h=no; fi
2081 # Check whether --with-capi was given.
2082 if test "${with_capi+set}" = set; then
2083 withval=$with_capi; if test "x$withval" = "xno"; then ac_cv_header_capi20_h=no; ac_cv_header_linux_capi_h=no; fi
2087 # Check whether --with-cms was given.
2088 if test "${with_cms+set}" = set; then
2089 withval=$with_cms; if test "x$withval" = "xno"; then ac_cv_header_lcms_h=no; ac_cv_header_lcms_lcms_h=no; fi
2093 # Check whether --with-coreaudio was given.
2094 if test "${with_coreaudio+set}" = set; then
2095 withval=$with_coreaudio; if test "x$withval" = "xno"; then ac_cv_header_CoreAudio_CoreAudio_h=no; fi
2099 # Check whether --with-cups was given.
2100 if test "${with_cups+set}" = set; then
2101 withval=$with_cups;
2105 # Check whether --with-curses was given.
2106 if test "${with_curses+set}" = set; then
2107 withval=$with_curses; if test "x$withval" = "xno"; then ac_cv_header_ncurses_h=no; ac_cv_header_curses_h=no; fi
2111 # Check whether --with-esd was given.
2112 if test "${with_esd+set}" = set; then
2113 withval=$with_esd;
2117 # Check whether --with-fontconfig was given.
2118 if test "${with_fontconfig+set}" = set; then
2119 withval=$with_fontconfig; if test "x$withval" = "xno"; then ac_cv_header_fontconfig_fontconfig_h=no; fi
2123 # Check whether --with-freetype was given.
2124 if test "${with_freetype+set}" = set; then
2125 withval=$with_freetype;
2129 # Check whether --with-gphoto was given.
2130 if test "${with_gphoto+set}" = set; then
2131 withval=$with_gphoto;
2135 # Check whether --with-glu was given.
2136 if test "${with_glu+set}" = set; then
2137 withval=$with_glu; if test "x$withval" = "xno"; then ac_cv_header_GL_glu_h=no; fi
2141 # Check whether --with-gnutls was given.
2142 if test "${with_gnutls+set}" = set; then
2143 withval=$with_gnutls;
2147 # Check whether --with-hal was given.
2148 if test "${with_hal+set}" = set; then
2149 withval=$with_hal;
2153 # Check whether --with-jack was given.
2154 if test "${with_jack+set}" = set; then
2155 withval=$with_jack; if test "x$withval" = "xno"; then ac_cv_header_jack_jack_h=no; fi
2159 # Check whether --with-jpeg was given.
2160 if test "${with_jpeg+set}" = set; then
2161 withval=$with_jpeg; if test "x$withval" = "xno"; then ac_cv_header_jpeglib_h=no; fi
2165 # Check whether --with-ldap was given.
2166 if test "${with_ldap+set}" = set; then
2167 withval=$with_ldap; if test "x$withval" = "xno"; then ac_cv_header_ldap_h=no; ac_cv_header_lber_h=no; fi
2171 # Check whether --with-nas was given.
2172 if test "${with_nas+set}" = set; then
2173 withval=$with_nas; if test "x$withval" = "xno"; then ac_cv_header_audio_audiolib_h=no; fi
2177 # Check whether --with-opengl was given.
2178 if test "${with_opengl+set}" = set; then
2179 withval=$with_opengl;
2183 # Check whether --with-openssl was given.
2184 if test "${with_openssl+set}" = set; then
2185 withval=$with_openssl; if test "x$withval" = "xno"; then ac_cv_header_openssl_err_h=no; ac_cv_header_openssl_ssl_h=no; fi
2189 # Check whether --with-oss was given.
2190 if test "${with_oss+set}" = set; then
2191 withval=$with_oss; if test "x$withval" = "xno"; then ac_cv_header_soundcard_h=no; ac_cv_header_sys_soundcard_h=no; ac_cv_header_machine_soundcard_h=no; fi
2195 # Check whether --with-png was given.
2196 if test "${with_png+set}" = set; then
2197 withval=$with_png; if test "x$withval" = "xno"; then ac_cv_header_png_h=no; fi
2201 # Check whether --with-sane was given.
2202 if test "${with_sane+set}" = set; then
2203 withval=$with_sane;
2207 # Check whether --with-xcomposite was given.
2208 if test "${with_xcomposite+set}" = set; then
2209 withval=$with_xcomposite; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_Xcomposite_h=no; fi
2213 # Check whether --with-xcursor was given.
2214 if test "${with_xcursor+set}" = set; then
2215 withval=$with_xcursor; if test "x$withval" = "xno"; then ac_cv_header_X11_Xcursor_Xcursor_h=no; fi
2219 # Check whether --with-xinerama was given.
2220 if test "${with_xinerama+set}" = set; then
2221 withval=$with_xinerama; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_Xinerama_h=no; fi
2225 # Check whether --with-xinput was given.
2226 if test "${with_xinput+set}" = set; then
2227 withval=$with_xinput; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_XInput_h=no; fi
2231 # Check whether --with-xml was given.
2232 if test "${with_xml+set}" = set; then
2233 withval=$with_xml;
2237 # Check whether --with-xrandr was given.
2238 if test "${with_xrandr+set}" = set; then
2239 withval=$with_xrandr; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_Xrandr_h=no; fi
2243 # Check whether --with-xrender was given.
2244 if test "${with_xrender+set}" = set; then
2245 withval=$with_xrender; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_Xrender_h=no; fi
2249 # Check whether --with-xshape was given.
2250 if test "${with_xshape+set}" = set; then
2251 withval=$with_xshape; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_shape_h=no; fi
2255 # Check whether --with-xshm was given.
2256 if test "${with_xshm+set}" = set; then
2257 withval=$with_xshm; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_XShm_h=no; fi
2261 # Check whether --with-xslt was given.
2262 if test "${with_xslt+set}" = set; then
2263 withval=$with_xslt;
2267 # Check whether --with-xxf86vm was given.
2268 if test "${with_xxf86vm+set}" = set; then
2269 withval=$with_xxf86vm; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_xf86vmode_h=no; fi
2274 # Check whether --with-wine-tools was given.
2275 if test "${with_wine_tools+set}" = set; then
2276 withval=$with_wine_tools;
2280 # Make sure we can run config.sub.
2281 $SHELL "$ac_aux_dir/config.sub" sun4 >/dev/null 2>&1 ||
2282 { { $as_echo "$as_me:$LINENO: error: cannot run $SHELL $ac_aux_dir/config.sub" >&5
2283 $as_echo "$as_me: error: cannot run $SHELL $ac_aux_dir/config.sub" >&2;}
2284 { (exit 1); exit 1; }; }
2286 { $as_echo "$as_me:$LINENO: checking build system type" >&5
2287 $as_echo_n "checking build system type... " >&6; }
2288 if test "${ac_cv_build+set}" = set; then
2289 $as_echo_n "(cached) " >&6
2290 else
2291 ac_build_alias=$build_alias
2292 test "x$ac_build_alias" = x &&
2293 ac_build_alias=`$SHELL "$ac_aux_dir/config.guess"`
2294 test "x$ac_build_alias" = x &&
2295 { { $as_echo "$as_me:$LINENO: error: cannot guess build type; you must specify one" >&5
2296 $as_echo "$as_me: error: cannot guess build type; you must specify one" >&2;}
2297 { (exit 1); exit 1; }; }
2298 ac_cv_build=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` ||
2299 { { $as_echo "$as_me:$LINENO: error: $SHELL $ac_aux_dir/config.sub $ac_build_alias failed" >&5
2300 $as_echo "$as_me: error: $SHELL $ac_aux_dir/config.sub $ac_build_alias failed" >&2;}
2301 { (exit 1); exit 1; }; }
2304 { $as_echo "$as_me:$LINENO: result: $ac_cv_build" >&5
2305 $as_echo "$ac_cv_build" >&6; }
2306 case $ac_cv_build in
2307 *-*-*) ;;
2308 *) { { $as_echo "$as_me:$LINENO: error: invalid value of canonical build" >&5
2309 $as_echo "$as_me: error: invalid value of canonical build" >&2;}
2310 { (exit 1); exit 1; }; };;
2311 esac
2312 build=$ac_cv_build
2313 ac_save_IFS=$IFS; IFS='-'
2314 set x $ac_cv_build
2315 shift
2316 build_cpu=$1
2317 build_vendor=$2
2318 shift; shift
2319 # Remember, the first character of IFS is used to create $*,
2320 # except with old shells:
2321 build_os=$*
2322 IFS=$ac_save_IFS
2323 case $build_os in *\ *) build_os=`echo "$build_os" | sed 's/ /-/g'`;; esac
2326 { $as_echo "$as_me:$LINENO: checking host system type" >&5
2327 $as_echo_n "checking host system type... " >&6; }
2328 if test "${ac_cv_host+set}" = set; then
2329 $as_echo_n "(cached) " >&6
2330 else
2331 if test "x$host_alias" = x; then
2332 ac_cv_host=$ac_cv_build
2333 else
2334 ac_cv_host=`$SHELL "$ac_aux_dir/config.sub" $host_alias` ||
2335 { { $as_echo "$as_me:$LINENO: error: $SHELL $ac_aux_dir/config.sub $host_alias failed" >&5
2336 $as_echo "$as_me: error: $SHELL $ac_aux_dir/config.sub $host_alias failed" >&2;}
2337 { (exit 1); exit 1; }; }
2341 { $as_echo "$as_me:$LINENO: result: $ac_cv_host" >&5
2342 $as_echo "$ac_cv_host" >&6; }
2343 case $ac_cv_host in
2344 *-*-*) ;;
2345 *) { { $as_echo "$as_me:$LINENO: error: invalid value of canonical host" >&5
2346 $as_echo "$as_me: error: invalid value of canonical host" >&2;}
2347 { (exit 1); exit 1; }; };;
2348 esac
2349 host=$ac_cv_host
2350 ac_save_IFS=$IFS; IFS='-'
2351 set x $ac_cv_host
2352 shift
2353 host_cpu=$1
2354 host_vendor=$2
2355 shift; shift
2356 # Remember, the first character of IFS is used to create $*,
2357 # except with old shells:
2358 host_os=$*
2359 IFS=$ac_save_IFS
2360 case $host_os in *\ *) host_os=`echo "$host_os" | sed 's/ /-/g'`;; esac
2363 case $host in
2364 x86_64*linux*)
2365 if test "x$enable_win64" != "xyes"
2366 then
2367 CC="${CC:-gcc} -m32"
2368 CXX="${CXX:-g++} -m32"
2369 LD="${LD:-ld} -m elf_i386"
2370 AS="${AS:-as} --32"
2371 host_cpu="i386"
2372 notice_platform="32-bit "
2375 esac
2377 case $host_cpu in
2378 *i[3456789]86*)
2379 enable_win16=${enable_win16:-yes}
2382 enable_win16=${enable_win16:-no}
2383 enable_ifsmgr_vxd=${enable_ifsmgr_vxd:-no}
2384 enable_mmdevldr_vxd=${enable_mmdevldr_vxd:-no}
2385 enable_monodebg_vxd=${enable_monodebg_vxd:-no}
2386 enable_vdhcp_vxd=${enable_vdhcp_vxd:-no}
2387 enable_vmm_vxd=${enable_vmm_vxd:-no}
2388 enable_vnbt_vxd=${enable_vnbt_vxd:-no}
2389 enable_vnetbios_vxd=${enable_vnetbios_vxd:-no}
2390 enable_vtdapi_vxd=${enable_vtdapi_vxd:-no}
2391 enable_vwin32_vxd=${enable_vwin32_vxd:-no}
2392 enable_w32skrnl=${enable_w32skrnl:-no}
2393 enable_winedos=${enable_winedos:-no}
2394 enable_winevdm=${enable_winevdm:-no}
2396 esac
2398 WIN16_FILES="\$(WIN16_FILES)"
2400 WIN16_INSTALL="\$(WIN16_INSTALL)"
2402 if test "x$enable_win16" != "xyes"
2403 then
2404 WIN16_FILES=""
2405 WIN16_INSTALL=""
2408 case "$srcdir" in
2409 .) ;;
2410 *) if test -f "$srcdir/Makefile" -o -f "$srcdir/include/config.h"; then
2411 { { $as_echo "$as_me:$LINENO: error: you are building out of the source tree, but the source tree contains object files.
2412 You need to run 'make distclean' in the source tree first." >&5
2413 $as_echo "$as_me: error: you are building out of the source tree, but the source tree contains object files.
2414 You need to run 'make distclean' in the source tree first." >&2;}
2415 { (exit 1); exit 1; }; }
2416 fi ;;
2417 esac
2420 { $as_echo "$as_me:$LINENO: checking whether ${MAKE-make} sets \$(MAKE)" >&5
2421 $as_echo_n "checking whether ${MAKE-make} sets \$(MAKE)... " >&6; }
2422 set x ${MAKE-make}
2423 ac_make=`$as_echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'`
2424 if { as_var=ac_cv_prog_make_${ac_make}_set; eval "test \"\${$as_var+set}\" = set"; }; then
2425 $as_echo_n "(cached) " >&6
2426 else
2427 cat >conftest.make <<\_ACEOF
2428 SHELL = /bin/sh
2429 all:
2430 @echo '@@@%%%=$(MAKE)=@@@%%%'
2431 _ACEOF
2432 # GNU make sometimes prints "make[1]: Entering...", which would confuse us.
2433 case `${MAKE-make} -f conftest.make 2>/dev/null` in
2434 *@@@%%%=?*=@@@%%%*)
2435 eval ac_cv_prog_make_${ac_make}_set=yes;;
2437 eval ac_cv_prog_make_${ac_make}_set=no;;
2438 esac
2439 rm -f conftest.make
2441 if eval test \$ac_cv_prog_make_${ac_make}_set = yes; then
2442 { $as_echo "$as_me:$LINENO: result: yes" >&5
2443 $as_echo "yes" >&6; }
2444 SET_MAKE=
2445 else
2446 { $as_echo "$as_me:$LINENO: result: no" >&5
2447 $as_echo "no" >&6; }
2448 SET_MAKE="MAKE=${MAKE-make}"
2451 ac_ext=c
2452 ac_cpp='$CPP $CPPFLAGS'
2453 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2454 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2455 ac_compiler_gnu=$ac_cv_c_compiler_gnu
2456 if test -n "$ac_tool_prefix"; then
2457 # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
2458 set dummy ${ac_tool_prefix}gcc; ac_word=$2
2459 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
2460 $as_echo_n "checking for $ac_word... " >&6; }
2461 if test "${ac_cv_prog_CC+set}" = set; then
2462 $as_echo_n "(cached) " >&6
2463 else
2464 if test -n "$CC"; then
2465 ac_cv_prog_CC="$CC" # Let the user override the test.
2466 else
2467 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2468 for as_dir in $PATH
2470 IFS=$as_save_IFS
2471 test -z "$as_dir" && as_dir=.
2472 for ac_exec_ext in '' $ac_executable_extensions; do
2473 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2474 ac_cv_prog_CC="${ac_tool_prefix}gcc"
2475 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2476 break 2
2478 done
2479 done
2480 IFS=$as_save_IFS
2484 CC=$ac_cv_prog_CC
2485 if test -n "$CC"; then
2486 { $as_echo "$as_me:$LINENO: result: $CC" >&5
2487 $as_echo "$CC" >&6; }
2488 else
2489 { $as_echo "$as_me:$LINENO: result: no" >&5
2490 $as_echo "no" >&6; }
2495 if test -z "$ac_cv_prog_CC"; then
2496 ac_ct_CC=$CC
2497 # Extract the first word of "gcc", so it can be a program name with args.
2498 set dummy gcc; ac_word=$2
2499 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
2500 $as_echo_n "checking for $ac_word... " >&6; }
2501 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
2502 $as_echo_n "(cached) " >&6
2503 else
2504 if test -n "$ac_ct_CC"; then
2505 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
2506 else
2507 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2508 for as_dir in $PATH
2510 IFS=$as_save_IFS
2511 test -z "$as_dir" && as_dir=.
2512 for ac_exec_ext in '' $ac_executable_extensions; do
2513 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2514 ac_cv_prog_ac_ct_CC="gcc"
2515 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2516 break 2
2518 done
2519 done
2520 IFS=$as_save_IFS
2524 ac_ct_CC=$ac_cv_prog_ac_ct_CC
2525 if test -n "$ac_ct_CC"; then
2526 { $as_echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
2527 $as_echo "$ac_ct_CC" >&6; }
2528 else
2529 { $as_echo "$as_me:$LINENO: result: no" >&5
2530 $as_echo "no" >&6; }
2533 if test "x$ac_ct_CC" = x; then
2534 CC=""
2535 else
2536 case $cross_compiling:$ac_tool_warned in
2537 yes:)
2538 { $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5
2539 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
2540 ac_tool_warned=yes ;;
2541 esac
2542 CC=$ac_ct_CC
2544 else
2545 CC="$ac_cv_prog_CC"
2548 if test -z "$CC"; then
2549 if test -n "$ac_tool_prefix"; then
2550 # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
2551 set dummy ${ac_tool_prefix}cc; ac_word=$2
2552 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
2553 $as_echo_n "checking for $ac_word... " >&6; }
2554 if test "${ac_cv_prog_CC+set}" = set; then
2555 $as_echo_n "(cached) " >&6
2556 else
2557 if test -n "$CC"; then
2558 ac_cv_prog_CC="$CC" # Let the user override the test.
2559 else
2560 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2561 for as_dir in $PATH
2563 IFS=$as_save_IFS
2564 test -z "$as_dir" && as_dir=.
2565 for ac_exec_ext in '' $ac_executable_extensions; do
2566 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2567 ac_cv_prog_CC="${ac_tool_prefix}cc"
2568 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2569 break 2
2571 done
2572 done
2573 IFS=$as_save_IFS
2577 CC=$ac_cv_prog_CC
2578 if test -n "$CC"; then
2579 { $as_echo "$as_me:$LINENO: result: $CC" >&5
2580 $as_echo "$CC" >&6; }
2581 else
2582 { $as_echo "$as_me:$LINENO: result: no" >&5
2583 $as_echo "no" >&6; }
2589 if test -z "$CC"; then
2590 # Extract the first word of "cc", so it can be a program name with args.
2591 set dummy cc; ac_word=$2
2592 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
2593 $as_echo_n "checking for $ac_word... " >&6; }
2594 if test "${ac_cv_prog_CC+set}" = set; then
2595 $as_echo_n "(cached) " >&6
2596 else
2597 if test -n "$CC"; then
2598 ac_cv_prog_CC="$CC" # Let the user override the test.
2599 else
2600 ac_prog_rejected=no
2601 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2602 for as_dir in $PATH
2604 IFS=$as_save_IFS
2605 test -z "$as_dir" && as_dir=.
2606 for ac_exec_ext in '' $ac_executable_extensions; do
2607 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2608 if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
2609 ac_prog_rejected=yes
2610 continue
2612 ac_cv_prog_CC="cc"
2613 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2614 break 2
2616 done
2617 done
2618 IFS=$as_save_IFS
2620 if test $ac_prog_rejected = yes; then
2621 # We found a bogon in the path, so make sure we never use it.
2622 set dummy $ac_cv_prog_CC
2623 shift
2624 if test $# != 0; then
2625 # We chose a different compiler from the bogus one.
2626 # However, it has the same basename, so the bogon will be chosen
2627 # first if we set CC to just the basename; use the full file name.
2628 shift
2629 ac_cv_prog_CC="$as_dir/$ac_word${1+' '}$@"
2634 CC=$ac_cv_prog_CC
2635 if test -n "$CC"; then
2636 { $as_echo "$as_me:$LINENO: result: $CC" >&5
2637 $as_echo "$CC" >&6; }
2638 else
2639 { $as_echo "$as_me:$LINENO: result: no" >&5
2640 $as_echo "no" >&6; }
2645 if test -z "$CC"; then
2646 if test -n "$ac_tool_prefix"; then
2647 for ac_prog in cl.exe
2649 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
2650 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
2651 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
2652 $as_echo_n "checking for $ac_word... " >&6; }
2653 if test "${ac_cv_prog_CC+set}" = set; then
2654 $as_echo_n "(cached) " >&6
2655 else
2656 if test -n "$CC"; then
2657 ac_cv_prog_CC="$CC" # Let the user override the test.
2658 else
2659 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2660 for as_dir in $PATH
2662 IFS=$as_save_IFS
2663 test -z "$as_dir" && as_dir=.
2664 for ac_exec_ext in '' $ac_executable_extensions; do
2665 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2666 ac_cv_prog_CC="$ac_tool_prefix$ac_prog"
2667 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2668 break 2
2670 done
2671 done
2672 IFS=$as_save_IFS
2676 CC=$ac_cv_prog_CC
2677 if test -n "$CC"; then
2678 { $as_echo "$as_me:$LINENO: result: $CC" >&5
2679 $as_echo "$CC" >&6; }
2680 else
2681 { $as_echo "$as_me:$LINENO: result: no" >&5
2682 $as_echo "no" >&6; }
2686 test -n "$CC" && break
2687 done
2689 if test -z "$CC"; then
2690 ac_ct_CC=$CC
2691 for ac_prog in cl.exe
2693 # Extract the first word of "$ac_prog", so it can be a program name with args.
2694 set dummy $ac_prog; ac_word=$2
2695 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
2696 $as_echo_n "checking for $ac_word... " >&6; }
2697 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
2698 $as_echo_n "(cached) " >&6
2699 else
2700 if test -n "$ac_ct_CC"; then
2701 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
2702 else
2703 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2704 for as_dir in $PATH
2706 IFS=$as_save_IFS
2707 test -z "$as_dir" && as_dir=.
2708 for ac_exec_ext in '' $ac_executable_extensions; do
2709 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2710 ac_cv_prog_ac_ct_CC="$ac_prog"
2711 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2712 break 2
2714 done
2715 done
2716 IFS=$as_save_IFS
2720 ac_ct_CC=$ac_cv_prog_ac_ct_CC
2721 if test -n "$ac_ct_CC"; then
2722 { $as_echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
2723 $as_echo "$ac_ct_CC" >&6; }
2724 else
2725 { $as_echo "$as_me:$LINENO: result: no" >&5
2726 $as_echo "no" >&6; }
2730 test -n "$ac_ct_CC" && break
2731 done
2733 if test "x$ac_ct_CC" = x; then
2734 CC=""
2735 else
2736 case $cross_compiling:$ac_tool_warned in
2737 yes:)
2738 { $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5
2739 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
2740 ac_tool_warned=yes ;;
2741 esac
2742 CC=$ac_ct_CC
2749 test -z "$CC" && { { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5
2750 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2751 { { $as_echo "$as_me:$LINENO: error: no acceptable C compiler found in \$PATH
2752 See \`config.log' for more details." >&5
2753 $as_echo "$as_me: error: no acceptable C compiler found in \$PATH
2754 See \`config.log' for more details." >&2;}
2755 { (exit 1); exit 1; }; }; }
2757 # Provide some information about the compiler.
2758 $as_echo "$as_me:$LINENO: checking for C compiler version" >&5
2759 set X $ac_compile
2760 ac_compiler=$2
2761 { (ac_try="$ac_compiler --version >&5"
2762 case "(($ac_try" in
2763 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2764 *) ac_try_echo=$ac_try;;
2765 esac
2766 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
2767 $as_echo "$ac_try_echo") >&5
2768 (eval "$ac_compiler --version >&5") 2>&5
2769 ac_status=$?
2770 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
2771 (exit $ac_status); }
2772 { (ac_try="$ac_compiler -v >&5"
2773 case "(($ac_try" in
2774 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2775 *) ac_try_echo=$ac_try;;
2776 esac
2777 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
2778 $as_echo "$ac_try_echo") >&5
2779 (eval "$ac_compiler -v >&5") 2>&5
2780 ac_status=$?
2781 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
2782 (exit $ac_status); }
2783 { (ac_try="$ac_compiler -V >&5"
2784 case "(($ac_try" in
2785 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2786 *) ac_try_echo=$ac_try;;
2787 esac
2788 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
2789 $as_echo "$ac_try_echo") >&5
2790 (eval "$ac_compiler -V >&5") 2>&5
2791 ac_status=$?
2792 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
2793 (exit $ac_status); }
2795 cat >conftest.$ac_ext <<_ACEOF
2796 /* confdefs.h. */
2797 _ACEOF
2798 cat confdefs.h >>conftest.$ac_ext
2799 cat >>conftest.$ac_ext <<_ACEOF
2800 /* end confdefs.h. */
2803 main ()
2807 return 0;
2809 _ACEOF
2810 ac_clean_files_save=$ac_clean_files
2811 ac_clean_files="$ac_clean_files a.out a.out.dSYM a.exe b.out"
2812 # Try to create an executable without -o first, disregard a.out.
2813 # It will help us diagnose broken compilers, and finding out an intuition
2814 # of exeext.
2815 { $as_echo "$as_me:$LINENO: checking for C compiler default output file name" >&5
2816 $as_echo_n "checking for C compiler default output file name... " >&6; }
2817 ac_link_default=`$as_echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
2819 # The possible output files:
2820 ac_files="a.out conftest.exe conftest a.exe a_out.exe b.out conftest.*"
2822 ac_rmfiles=
2823 for ac_file in $ac_files
2825 case $ac_file in
2826 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
2827 * ) ac_rmfiles="$ac_rmfiles $ac_file";;
2828 esac
2829 done
2830 rm -f $ac_rmfiles
2832 if { (ac_try="$ac_link_default"
2833 case "(($ac_try" in
2834 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2835 *) ac_try_echo=$ac_try;;
2836 esac
2837 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
2838 $as_echo "$ac_try_echo") >&5
2839 (eval "$ac_link_default") 2>&5
2840 ac_status=$?
2841 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
2842 (exit $ac_status); }; then
2843 # Autoconf-2.13 could set the ac_cv_exeext variable to `no'.
2844 # So ignore a value of `no', otherwise this would lead to `EXEEXT = no'
2845 # in a Makefile. We should not override ac_cv_exeext if it was cached,
2846 # so that the user can short-circuit this test for compilers unknown to
2847 # Autoconf.
2848 for ac_file in $ac_files ''
2850 test -f "$ac_file" || continue
2851 case $ac_file in
2852 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj )
2854 [ab].out )
2855 # We found the default executable, but exeext='' is most
2856 # certainly right.
2857 break;;
2858 *.* )
2859 if test "${ac_cv_exeext+set}" = set && test "$ac_cv_exeext" != no;
2860 then :; else
2861 ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
2863 # We set ac_cv_exeext here because the later test for it is not
2864 # safe: cross compilers may not add the suffix if given an `-o'
2865 # argument, so we may need to know it at that point already.
2866 # Even if this section looks crufty: it has the advantage of
2867 # actually working.
2868 break;;
2870 break;;
2871 esac
2872 done
2873 test "$ac_cv_exeext" = no && ac_cv_exeext=
2875 else
2876 ac_file=''
2879 { $as_echo "$as_me:$LINENO: result: $ac_file" >&5
2880 $as_echo "$ac_file" >&6; }
2881 if test -z "$ac_file"; then
2882 $as_echo "$as_me: failed program was:" >&5
2883 sed 's/^/| /' conftest.$ac_ext >&5
2885 { { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5
2886 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2887 { { $as_echo "$as_me:$LINENO: error: C compiler cannot create executables
2888 See \`config.log' for more details." >&5
2889 $as_echo "$as_me: error: C compiler cannot create executables
2890 See \`config.log' for more details." >&2;}
2891 { (exit 77); exit 77; }; }; }
2894 ac_exeext=$ac_cv_exeext
2896 # Check that the compiler produces executables we can run. If not, either
2897 # the compiler is broken, or we cross compile.
2898 { $as_echo "$as_me:$LINENO: checking whether the C compiler works" >&5
2899 $as_echo_n "checking whether the C compiler works... " >&6; }
2900 # FIXME: These cross compiler hacks should be removed for Autoconf 3.0
2901 # If not cross compiling, check that we can run a simple program.
2902 if test "$cross_compiling" != yes; then
2903 if { ac_try='./$ac_file'
2904 { (case "(($ac_try" in
2905 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2906 *) ac_try_echo=$ac_try;;
2907 esac
2908 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
2909 $as_echo "$ac_try_echo") >&5
2910 (eval "$ac_try") 2>&5
2911 ac_status=$?
2912 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
2913 (exit $ac_status); }; }; then
2914 cross_compiling=no
2915 else
2916 if test "$cross_compiling" = maybe; then
2917 cross_compiling=yes
2918 else
2919 { { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5
2920 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2921 { { $as_echo "$as_me:$LINENO: error: cannot run C compiled programs.
2922 If you meant to cross compile, use \`--host'.
2923 See \`config.log' for more details." >&5
2924 $as_echo "$as_me: error: cannot run C compiled programs.
2925 If you meant to cross compile, use \`--host'.
2926 See \`config.log' for more details." >&2;}
2927 { (exit 1); exit 1; }; }; }
2931 { $as_echo "$as_me:$LINENO: result: yes" >&5
2932 $as_echo "yes" >&6; }
2934 rm -f -r a.out a.out.dSYM a.exe conftest$ac_cv_exeext b.out
2935 ac_clean_files=$ac_clean_files_save
2936 # Check that the compiler produces executables we can run. If not, either
2937 # the compiler is broken, or we cross compile.
2938 { $as_echo "$as_me:$LINENO: checking whether we are cross compiling" >&5
2939 $as_echo_n "checking whether we are cross compiling... " >&6; }
2940 { $as_echo "$as_me:$LINENO: result: $cross_compiling" >&5
2941 $as_echo "$cross_compiling" >&6; }
2943 { $as_echo "$as_me:$LINENO: checking for suffix of executables" >&5
2944 $as_echo_n "checking for suffix of executables... " >&6; }
2945 if { (ac_try="$ac_link"
2946 case "(($ac_try" in
2947 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2948 *) ac_try_echo=$ac_try;;
2949 esac
2950 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
2951 $as_echo "$ac_try_echo") >&5
2952 (eval "$ac_link") 2>&5
2953 ac_status=$?
2954 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
2955 (exit $ac_status); }; then
2956 # If both `conftest.exe' and `conftest' are `present' (well, observable)
2957 # catch `conftest.exe'. For instance with Cygwin, `ls conftest' will
2958 # work properly (i.e., refer to `conftest.exe'), while it won't with
2959 # `rm'.
2960 for ac_file in conftest.exe conftest conftest.*; do
2961 test -f "$ac_file" || continue
2962 case $ac_file in
2963 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
2964 *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
2965 break;;
2966 * ) break;;
2967 esac
2968 done
2969 else
2970 { { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5
2971 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2972 { { $as_echo "$as_me:$LINENO: error: cannot compute suffix of executables: cannot compile and link
2973 See \`config.log' for more details." >&5
2974 $as_echo "$as_me: error: cannot compute suffix of executables: cannot compile and link
2975 See \`config.log' for more details." >&2;}
2976 { (exit 1); exit 1; }; }; }
2979 rm -f conftest$ac_cv_exeext
2980 { $as_echo "$as_me:$LINENO: result: $ac_cv_exeext" >&5
2981 $as_echo "$ac_cv_exeext" >&6; }
2983 rm -f conftest.$ac_ext
2984 EXEEXT=$ac_cv_exeext
2985 ac_exeext=$EXEEXT
2986 { $as_echo "$as_me:$LINENO: checking for suffix of object files" >&5
2987 $as_echo_n "checking for suffix of object files... " >&6; }
2988 if test "${ac_cv_objext+set}" = set; then
2989 $as_echo_n "(cached) " >&6
2990 else
2991 cat >conftest.$ac_ext <<_ACEOF
2992 /* confdefs.h. */
2993 _ACEOF
2994 cat confdefs.h >>conftest.$ac_ext
2995 cat >>conftest.$ac_ext <<_ACEOF
2996 /* end confdefs.h. */
2999 main ()
3003 return 0;
3005 _ACEOF
3006 rm -f conftest.o conftest.obj
3007 if { (ac_try="$ac_compile"
3008 case "(($ac_try" in
3009 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3010 *) ac_try_echo=$ac_try;;
3011 esac
3012 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
3013 $as_echo "$ac_try_echo") >&5
3014 (eval "$ac_compile") 2>&5
3015 ac_status=$?
3016 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
3017 (exit $ac_status); }; then
3018 for ac_file in conftest.o conftest.obj conftest.*; do
3019 test -f "$ac_file" || continue;
3020 case $ac_file in
3021 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM ) ;;
3022 *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
3023 break;;
3024 esac
3025 done
3026 else
3027 $as_echo "$as_me: failed program was:" >&5
3028 sed 's/^/| /' conftest.$ac_ext >&5
3030 { { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5
3031 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3032 { { $as_echo "$as_me:$LINENO: error: cannot compute suffix of object files: cannot compile
3033 See \`config.log' for more details." >&5
3034 $as_echo "$as_me: error: cannot compute suffix of object files: cannot compile
3035 See \`config.log' for more details." >&2;}
3036 { (exit 1); exit 1; }; }; }
3039 rm -f conftest.$ac_cv_objext conftest.$ac_ext
3041 { $as_echo "$as_me:$LINENO: result: $ac_cv_objext" >&5
3042 $as_echo "$ac_cv_objext" >&6; }
3043 OBJEXT=$ac_cv_objext
3044 ac_objext=$OBJEXT
3045 { $as_echo "$as_me:$LINENO: checking whether we are using the GNU C compiler" >&5
3046 $as_echo_n "checking whether we are using the GNU C compiler... " >&6; }
3047 if test "${ac_cv_c_compiler_gnu+set}" = set; then
3048 $as_echo_n "(cached) " >&6
3049 else
3050 cat >conftest.$ac_ext <<_ACEOF
3051 /* confdefs.h. */
3052 _ACEOF
3053 cat confdefs.h >>conftest.$ac_ext
3054 cat >>conftest.$ac_ext <<_ACEOF
3055 /* end confdefs.h. */
3058 main ()
3060 #ifndef __GNUC__
3061 choke me
3062 #endif
3065 return 0;
3067 _ACEOF
3068 rm -f conftest.$ac_objext
3069 if { (ac_try="$ac_compile"
3070 case "(($ac_try" in
3071 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3072 *) ac_try_echo=$ac_try;;
3073 esac
3074 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
3075 $as_echo "$ac_try_echo") >&5
3076 (eval "$ac_compile") 2>conftest.er1
3077 ac_status=$?
3078 grep -v '^ *+' conftest.er1 >conftest.err
3079 rm -f conftest.er1
3080 cat conftest.err >&5
3081 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
3082 (exit $ac_status); } && {
3083 test -z "$ac_c_werror_flag" ||
3084 test ! -s conftest.err
3085 } && test -s conftest.$ac_objext; then
3086 ac_compiler_gnu=yes
3087 else
3088 $as_echo "$as_me: failed program was:" >&5
3089 sed 's/^/| /' conftest.$ac_ext >&5
3091 ac_compiler_gnu=no
3094 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3095 ac_cv_c_compiler_gnu=$ac_compiler_gnu
3098 { $as_echo "$as_me:$LINENO: result: $ac_cv_c_compiler_gnu" >&5
3099 $as_echo "$ac_cv_c_compiler_gnu" >&6; }
3100 if test $ac_compiler_gnu = yes; then
3101 GCC=yes
3102 else
3103 GCC=
3105 ac_test_CFLAGS=${CFLAGS+set}
3106 ac_save_CFLAGS=$CFLAGS
3107 { $as_echo "$as_me:$LINENO: checking whether $CC accepts -g" >&5
3108 $as_echo_n "checking whether $CC accepts -g... " >&6; }
3109 if test "${ac_cv_prog_cc_g+set}" = set; then
3110 $as_echo_n "(cached) " >&6
3111 else
3112 ac_save_c_werror_flag=$ac_c_werror_flag
3113 ac_c_werror_flag=yes
3114 ac_cv_prog_cc_g=no
3115 CFLAGS="-g"
3116 cat >conftest.$ac_ext <<_ACEOF
3117 /* confdefs.h. */
3118 _ACEOF
3119 cat confdefs.h >>conftest.$ac_ext
3120 cat >>conftest.$ac_ext <<_ACEOF
3121 /* end confdefs.h. */
3124 main ()
3128 return 0;
3130 _ACEOF
3131 rm -f conftest.$ac_objext
3132 if { (ac_try="$ac_compile"
3133 case "(($ac_try" in
3134 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3135 *) ac_try_echo=$ac_try;;
3136 esac
3137 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
3138 $as_echo "$ac_try_echo") >&5
3139 (eval "$ac_compile") 2>conftest.er1
3140 ac_status=$?
3141 grep -v '^ *+' conftest.er1 >conftest.err
3142 rm -f conftest.er1
3143 cat conftest.err >&5
3144 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
3145 (exit $ac_status); } && {
3146 test -z "$ac_c_werror_flag" ||
3147 test ! -s conftest.err
3148 } && test -s conftest.$ac_objext; then
3149 ac_cv_prog_cc_g=yes
3150 else
3151 $as_echo "$as_me: failed program was:" >&5
3152 sed 's/^/| /' conftest.$ac_ext >&5
3154 CFLAGS=""
3155 cat >conftest.$ac_ext <<_ACEOF
3156 /* confdefs.h. */
3157 _ACEOF
3158 cat confdefs.h >>conftest.$ac_ext
3159 cat >>conftest.$ac_ext <<_ACEOF
3160 /* end confdefs.h. */
3163 main ()
3167 return 0;
3169 _ACEOF
3170 rm -f conftest.$ac_objext
3171 if { (ac_try="$ac_compile"
3172 case "(($ac_try" in
3173 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3174 *) ac_try_echo=$ac_try;;
3175 esac
3176 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
3177 $as_echo "$ac_try_echo") >&5
3178 (eval "$ac_compile") 2>conftest.er1
3179 ac_status=$?
3180 grep -v '^ *+' conftest.er1 >conftest.err
3181 rm -f conftest.er1
3182 cat conftest.err >&5
3183 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
3184 (exit $ac_status); } && {
3185 test -z "$ac_c_werror_flag" ||
3186 test ! -s conftest.err
3187 } && test -s conftest.$ac_objext; then
3189 else
3190 $as_echo "$as_me: failed program was:" >&5
3191 sed 's/^/| /' conftest.$ac_ext >&5
3193 ac_c_werror_flag=$ac_save_c_werror_flag
3194 CFLAGS="-g"
3195 cat >conftest.$ac_ext <<_ACEOF
3196 /* confdefs.h. */
3197 _ACEOF
3198 cat confdefs.h >>conftest.$ac_ext
3199 cat >>conftest.$ac_ext <<_ACEOF
3200 /* end confdefs.h. */
3203 main ()
3207 return 0;
3209 _ACEOF
3210 rm -f conftest.$ac_objext
3211 if { (ac_try="$ac_compile"
3212 case "(($ac_try" in
3213 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3214 *) ac_try_echo=$ac_try;;
3215 esac
3216 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
3217 $as_echo "$ac_try_echo") >&5
3218 (eval "$ac_compile") 2>conftest.er1
3219 ac_status=$?
3220 grep -v '^ *+' conftest.er1 >conftest.err
3221 rm -f conftest.er1
3222 cat conftest.err >&5
3223 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
3224 (exit $ac_status); } && {
3225 test -z "$ac_c_werror_flag" ||
3226 test ! -s conftest.err
3227 } && test -s conftest.$ac_objext; then
3228 ac_cv_prog_cc_g=yes
3229 else
3230 $as_echo "$as_me: failed program was:" >&5
3231 sed 's/^/| /' conftest.$ac_ext >&5
3236 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3239 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3242 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3243 ac_c_werror_flag=$ac_save_c_werror_flag
3245 { $as_echo "$as_me:$LINENO: result: $ac_cv_prog_cc_g" >&5
3246 $as_echo "$ac_cv_prog_cc_g" >&6; }
3247 if test "$ac_test_CFLAGS" = set; then
3248 CFLAGS=$ac_save_CFLAGS
3249 elif test $ac_cv_prog_cc_g = yes; then
3250 if test "$GCC" = yes; then
3251 CFLAGS="-g -O2"
3252 else
3253 CFLAGS="-g"
3255 else
3256 if test "$GCC" = yes; then
3257 CFLAGS="-O2"
3258 else
3259 CFLAGS=
3262 { $as_echo "$as_me:$LINENO: checking for $CC option to accept ISO C89" >&5
3263 $as_echo_n "checking for $CC option to accept ISO C89... " >&6; }
3264 if test "${ac_cv_prog_cc_c89+set}" = set; then
3265 $as_echo_n "(cached) " >&6
3266 else
3267 ac_cv_prog_cc_c89=no
3268 ac_save_CC=$CC
3269 cat >conftest.$ac_ext <<_ACEOF
3270 /* confdefs.h. */
3271 _ACEOF
3272 cat confdefs.h >>conftest.$ac_ext
3273 cat >>conftest.$ac_ext <<_ACEOF
3274 /* end confdefs.h. */
3275 #include <stdarg.h>
3276 #include <stdio.h>
3277 #include <sys/types.h>
3278 #include <sys/stat.h>
3279 /* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */
3280 struct buf { int x; };
3281 FILE * (*rcsopen) (struct buf *, struct stat *, int);
3282 static char *e (p, i)
3283 char **p;
3284 int i;
3286 return p[i];
3288 static char *f (char * (*g) (char **, int), char **p, ...)
3290 char *s;
3291 va_list v;
3292 va_start (v,p);
3293 s = g (p, va_arg (v,int));
3294 va_end (v);
3295 return s;
3298 /* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has
3299 function prototypes and stuff, but not '\xHH' hex character constants.
3300 These don't provoke an error unfortunately, instead are silently treated
3301 as 'x'. The following induces an error, until -std is added to get
3302 proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an
3303 array size at least. It's necessary to write '\x00'==0 to get something
3304 that's true only with -std. */
3305 int osf4_cc_array ['\x00' == 0 ? 1 : -1];
3307 /* IBM C 6 for AIX is almost-ANSI by default, but it replaces macro parameters
3308 inside strings and character constants. */
3309 #define FOO(x) 'x'
3310 int xlc6_cc_array[FOO(a) == 'x' ? 1 : -1];
3312 int test (int i, double x);
3313 struct s1 {int (*f) (int a);};
3314 struct s2 {int (*f) (double a);};
3315 int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
3316 int argc;
3317 char **argv;
3319 main ()
3321 return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1];
3323 return 0;
3325 _ACEOF
3326 for ac_arg in '' -qlanglvl=extc89 -qlanglvl=ansi -std \
3327 -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
3329 CC="$ac_save_CC $ac_arg"
3330 rm -f conftest.$ac_objext
3331 if { (ac_try="$ac_compile"
3332 case "(($ac_try" in
3333 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3334 *) ac_try_echo=$ac_try;;
3335 esac
3336 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
3337 $as_echo "$ac_try_echo") >&5
3338 (eval "$ac_compile") 2>conftest.er1
3339 ac_status=$?
3340 grep -v '^ *+' conftest.er1 >conftest.err
3341 rm -f conftest.er1
3342 cat conftest.err >&5
3343 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
3344 (exit $ac_status); } && {
3345 test -z "$ac_c_werror_flag" ||
3346 test ! -s conftest.err
3347 } && test -s conftest.$ac_objext; then
3348 ac_cv_prog_cc_c89=$ac_arg
3349 else
3350 $as_echo "$as_me: failed program was:" >&5
3351 sed 's/^/| /' conftest.$ac_ext >&5
3356 rm -f core conftest.err conftest.$ac_objext
3357 test "x$ac_cv_prog_cc_c89" != "xno" && break
3358 done
3359 rm -f conftest.$ac_ext
3360 CC=$ac_save_CC
3363 # AC_CACHE_VAL
3364 case "x$ac_cv_prog_cc_c89" in
3366 { $as_echo "$as_me:$LINENO: result: none needed" >&5
3367 $as_echo "none needed" >&6; } ;;
3368 xno)
3369 { $as_echo "$as_me:$LINENO: result: unsupported" >&5
3370 $as_echo "unsupported" >&6; } ;;
3372 CC="$CC $ac_cv_prog_cc_c89"
3373 { $as_echo "$as_me:$LINENO: result: $ac_cv_prog_cc_c89" >&5
3374 $as_echo "$ac_cv_prog_cc_c89" >&6; } ;;
3375 esac
3378 ac_ext=c
3379 ac_cpp='$CPP $CPPFLAGS'
3380 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3381 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3382 ac_compiler_gnu=$ac_cv_c_compiler_gnu
3384 ac_ext=cpp
3385 ac_cpp='$CXXCPP $CPPFLAGS'
3386 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3387 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3388 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
3389 if test -z "$CXX"; then
3390 if test -n "$CCC"; then
3391 CXX=$CCC
3392 else
3393 if test -n "$ac_tool_prefix"; then
3394 for ac_prog in g++ c++ gpp aCC CC cxx cc++ cl.exe FCC KCC RCC xlC_r xlC
3396 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
3397 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
3398 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
3399 $as_echo_n "checking for $ac_word... " >&6; }
3400 if test "${ac_cv_prog_CXX+set}" = set; then
3401 $as_echo_n "(cached) " >&6
3402 else
3403 if test -n "$CXX"; then
3404 ac_cv_prog_CXX="$CXX" # Let the user override the test.
3405 else
3406 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3407 for as_dir in $PATH
3409 IFS=$as_save_IFS
3410 test -z "$as_dir" && as_dir=.
3411 for ac_exec_ext in '' $ac_executable_extensions; do
3412 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3413 ac_cv_prog_CXX="$ac_tool_prefix$ac_prog"
3414 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
3415 break 2
3417 done
3418 done
3419 IFS=$as_save_IFS
3423 CXX=$ac_cv_prog_CXX
3424 if test -n "$CXX"; then
3425 { $as_echo "$as_me:$LINENO: result: $CXX" >&5
3426 $as_echo "$CXX" >&6; }
3427 else
3428 { $as_echo "$as_me:$LINENO: result: no" >&5
3429 $as_echo "no" >&6; }
3433 test -n "$CXX" && break
3434 done
3436 if test -z "$CXX"; then
3437 ac_ct_CXX=$CXX
3438 for ac_prog in g++ c++ gpp aCC CC cxx cc++ cl.exe FCC KCC RCC xlC_r xlC
3440 # Extract the first word of "$ac_prog", so it can be a program name with args.
3441 set dummy $ac_prog; ac_word=$2
3442 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
3443 $as_echo_n "checking for $ac_word... " >&6; }
3444 if test "${ac_cv_prog_ac_ct_CXX+set}" = set; then
3445 $as_echo_n "(cached) " >&6
3446 else
3447 if test -n "$ac_ct_CXX"; then
3448 ac_cv_prog_ac_ct_CXX="$ac_ct_CXX" # Let the user override the test.
3449 else
3450 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3451 for as_dir in $PATH
3453 IFS=$as_save_IFS
3454 test -z "$as_dir" && as_dir=.
3455 for ac_exec_ext in '' $ac_executable_extensions; do
3456 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3457 ac_cv_prog_ac_ct_CXX="$ac_prog"
3458 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
3459 break 2
3461 done
3462 done
3463 IFS=$as_save_IFS
3467 ac_ct_CXX=$ac_cv_prog_ac_ct_CXX
3468 if test -n "$ac_ct_CXX"; then
3469 { $as_echo "$as_me:$LINENO: result: $ac_ct_CXX" >&5
3470 $as_echo "$ac_ct_CXX" >&6; }
3471 else
3472 { $as_echo "$as_me:$LINENO: result: no" >&5
3473 $as_echo "no" >&6; }
3477 test -n "$ac_ct_CXX" && break
3478 done
3480 if test "x$ac_ct_CXX" = x; then
3481 CXX="g++"
3482 else
3483 case $cross_compiling:$ac_tool_warned in
3484 yes:)
3485 { $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5
3486 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
3487 ac_tool_warned=yes ;;
3488 esac
3489 CXX=$ac_ct_CXX
3495 # Provide some information about the compiler.
3496 $as_echo "$as_me:$LINENO: checking for C++ compiler version" >&5
3497 set X $ac_compile
3498 ac_compiler=$2
3499 { (ac_try="$ac_compiler --version >&5"
3500 case "(($ac_try" in
3501 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3502 *) ac_try_echo=$ac_try;;
3503 esac
3504 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
3505 $as_echo "$ac_try_echo") >&5
3506 (eval "$ac_compiler --version >&5") 2>&5
3507 ac_status=$?
3508 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
3509 (exit $ac_status); }
3510 { (ac_try="$ac_compiler -v >&5"
3511 case "(($ac_try" in
3512 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3513 *) ac_try_echo=$ac_try;;
3514 esac
3515 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
3516 $as_echo "$ac_try_echo") >&5
3517 (eval "$ac_compiler -v >&5") 2>&5
3518 ac_status=$?
3519 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
3520 (exit $ac_status); }
3521 { (ac_try="$ac_compiler -V >&5"
3522 case "(($ac_try" in
3523 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3524 *) ac_try_echo=$ac_try;;
3525 esac
3526 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
3527 $as_echo "$ac_try_echo") >&5
3528 (eval "$ac_compiler -V >&5") 2>&5
3529 ac_status=$?
3530 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
3531 (exit $ac_status); }
3533 { $as_echo "$as_me:$LINENO: checking whether we are using the GNU C++ compiler" >&5
3534 $as_echo_n "checking whether we are using the GNU C++ compiler... " >&6; }
3535 if test "${ac_cv_cxx_compiler_gnu+set}" = set; then
3536 $as_echo_n "(cached) " >&6
3537 else
3538 cat >conftest.$ac_ext <<_ACEOF
3539 /* confdefs.h. */
3540 _ACEOF
3541 cat confdefs.h >>conftest.$ac_ext
3542 cat >>conftest.$ac_ext <<_ACEOF
3543 /* end confdefs.h. */
3546 main ()
3548 #ifndef __GNUC__
3549 choke me
3550 #endif
3553 return 0;
3555 _ACEOF
3556 rm -f conftest.$ac_objext
3557 if { (ac_try="$ac_compile"
3558 case "(($ac_try" in
3559 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3560 *) ac_try_echo=$ac_try;;
3561 esac
3562 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
3563 $as_echo "$ac_try_echo") >&5
3564 (eval "$ac_compile") 2>conftest.er1
3565 ac_status=$?
3566 grep -v '^ *+' conftest.er1 >conftest.err
3567 rm -f conftest.er1
3568 cat conftest.err >&5
3569 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
3570 (exit $ac_status); } && {
3571 test -z "$ac_cxx_werror_flag" ||
3572 test ! -s conftest.err
3573 } && test -s conftest.$ac_objext; then
3574 ac_compiler_gnu=yes
3575 else
3576 $as_echo "$as_me: failed program was:" >&5
3577 sed 's/^/| /' conftest.$ac_ext >&5
3579 ac_compiler_gnu=no
3582 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3583 ac_cv_cxx_compiler_gnu=$ac_compiler_gnu
3586 { $as_echo "$as_me:$LINENO: result: $ac_cv_cxx_compiler_gnu" >&5
3587 $as_echo "$ac_cv_cxx_compiler_gnu" >&6; }
3588 if test $ac_compiler_gnu = yes; then
3589 GXX=yes
3590 else
3591 GXX=
3593 ac_test_CXXFLAGS=${CXXFLAGS+set}
3594 ac_save_CXXFLAGS=$CXXFLAGS
3595 { $as_echo "$as_me:$LINENO: checking whether $CXX accepts -g" >&5
3596 $as_echo_n "checking whether $CXX accepts -g... " >&6; }
3597 if test "${ac_cv_prog_cxx_g+set}" = set; then
3598 $as_echo_n "(cached) " >&6
3599 else
3600 ac_save_cxx_werror_flag=$ac_cxx_werror_flag
3601 ac_cxx_werror_flag=yes
3602 ac_cv_prog_cxx_g=no
3603 CXXFLAGS="-g"
3604 cat >conftest.$ac_ext <<_ACEOF
3605 /* confdefs.h. */
3606 _ACEOF
3607 cat confdefs.h >>conftest.$ac_ext
3608 cat >>conftest.$ac_ext <<_ACEOF
3609 /* end confdefs.h. */
3612 main ()
3616 return 0;
3618 _ACEOF
3619 rm -f conftest.$ac_objext
3620 if { (ac_try="$ac_compile"
3621 case "(($ac_try" in
3622 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3623 *) ac_try_echo=$ac_try;;
3624 esac
3625 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
3626 $as_echo "$ac_try_echo") >&5
3627 (eval "$ac_compile") 2>conftest.er1
3628 ac_status=$?
3629 grep -v '^ *+' conftest.er1 >conftest.err
3630 rm -f conftest.er1
3631 cat conftest.err >&5
3632 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
3633 (exit $ac_status); } && {
3634 test -z "$ac_cxx_werror_flag" ||
3635 test ! -s conftest.err
3636 } && test -s conftest.$ac_objext; then
3637 ac_cv_prog_cxx_g=yes
3638 else
3639 $as_echo "$as_me: failed program was:" >&5
3640 sed 's/^/| /' conftest.$ac_ext >&5
3642 CXXFLAGS=""
3643 cat >conftest.$ac_ext <<_ACEOF
3644 /* confdefs.h. */
3645 _ACEOF
3646 cat confdefs.h >>conftest.$ac_ext
3647 cat >>conftest.$ac_ext <<_ACEOF
3648 /* end confdefs.h. */
3651 main ()
3655 return 0;
3657 _ACEOF
3658 rm -f conftest.$ac_objext
3659 if { (ac_try="$ac_compile"
3660 case "(($ac_try" in
3661 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3662 *) ac_try_echo=$ac_try;;
3663 esac
3664 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
3665 $as_echo "$ac_try_echo") >&5
3666 (eval "$ac_compile") 2>conftest.er1
3667 ac_status=$?
3668 grep -v '^ *+' conftest.er1 >conftest.err
3669 rm -f conftest.er1
3670 cat conftest.err >&5
3671 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
3672 (exit $ac_status); } && {
3673 test -z "$ac_cxx_werror_flag" ||
3674 test ! -s conftest.err
3675 } && test -s conftest.$ac_objext; then
3677 else
3678 $as_echo "$as_me: failed program was:" >&5
3679 sed 's/^/| /' conftest.$ac_ext >&5
3681 ac_cxx_werror_flag=$ac_save_cxx_werror_flag
3682 CXXFLAGS="-g"
3683 cat >conftest.$ac_ext <<_ACEOF
3684 /* confdefs.h. */
3685 _ACEOF
3686 cat confdefs.h >>conftest.$ac_ext
3687 cat >>conftest.$ac_ext <<_ACEOF
3688 /* end confdefs.h. */
3691 main ()
3695 return 0;
3697 _ACEOF
3698 rm -f conftest.$ac_objext
3699 if { (ac_try="$ac_compile"
3700 case "(($ac_try" in
3701 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3702 *) ac_try_echo=$ac_try;;
3703 esac
3704 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
3705 $as_echo "$ac_try_echo") >&5
3706 (eval "$ac_compile") 2>conftest.er1
3707 ac_status=$?
3708 grep -v '^ *+' conftest.er1 >conftest.err
3709 rm -f conftest.er1
3710 cat conftest.err >&5
3711 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
3712 (exit $ac_status); } && {
3713 test -z "$ac_cxx_werror_flag" ||
3714 test ! -s conftest.err
3715 } && test -s conftest.$ac_objext; then
3716 ac_cv_prog_cxx_g=yes
3717 else
3718 $as_echo "$as_me: failed program was:" >&5
3719 sed 's/^/| /' conftest.$ac_ext >&5
3724 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3727 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3730 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3731 ac_cxx_werror_flag=$ac_save_cxx_werror_flag
3733 { $as_echo "$as_me:$LINENO: result: $ac_cv_prog_cxx_g" >&5
3734 $as_echo "$ac_cv_prog_cxx_g" >&6; }
3735 if test "$ac_test_CXXFLAGS" = set; then
3736 CXXFLAGS=$ac_save_CXXFLAGS
3737 elif test $ac_cv_prog_cxx_g = yes; then
3738 if test "$GXX" = yes; then
3739 CXXFLAGS="-g -O2"
3740 else
3741 CXXFLAGS="-g"
3743 else
3744 if test "$GXX" = yes; then
3745 CXXFLAGS="-O2"
3746 else
3747 CXXFLAGS=
3750 ac_ext=c
3751 ac_cpp='$CPP $CPPFLAGS'
3752 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3753 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3754 ac_compiler_gnu=$ac_cv_c_compiler_gnu
3756 if test -n "$ac_tool_prefix"; then
3757 # Extract the first word of "${ac_tool_prefix}cpp", so it can be a program name with args.
3758 set dummy ${ac_tool_prefix}cpp; ac_word=$2
3759 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
3760 $as_echo_n "checking for $ac_word... " >&6; }
3761 if test "${ac_cv_prog_CPPBIN+set}" = set; then
3762 $as_echo_n "(cached) " >&6
3763 else
3764 if test -n "$CPPBIN"; then
3765 ac_cv_prog_CPPBIN="$CPPBIN" # Let the user override the test.
3766 else
3767 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3768 for as_dir in $PATH
3770 IFS=$as_save_IFS
3771 test -z "$as_dir" && as_dir=.
3772 for ac_exec_ext in '' $ac_executable_extensions; do
3773 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3774 ac_cv_prog_CPPBIN="${ac_tool_prefix}cpp"
3775 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
3776 break 2
3778 done
3779 done
3780 IFS=$as_save_IFS
3784 CPPBIN=$ac_cv_prog_CPPBIN
3785 if test -n "$CPPBIN"; then
3786 { $as_echo "$as_me:$LINENO: result: $CPPBIN" >&5
3787 $as_echo "$CPPBIN" >&6; }
3788 else
3789 { $as_echo "$as_me:$LINENO: result: no" >&5
3790 $as_echo "no" >&6; }
3795 if test -z "$ac_cv_prog_CPPBIN"; then
3796 ac_ct_CPPBIN=$CPPBIN
3797 # Extract the first word of "cpp", so it can be a program name with args.
3798 set dummy cpp; ac_word=$2
3799 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
3800 $as_echo_n "checking for $ac_word... " >&6; }
3801 if test "${ac_cv_prog_ac_ct_CPPBIN+set}" = set; then
3802 $as_echo_n "(cached) " >&6
3803 else
3804 if test -n "$ac_ct_CPPBIN"; then
3805 ac_cv_prog_ac_ct_CPPBIN="$ac_ct_CPPBIN" # Let the user override the test.
3806 else
3807 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3808 for as_dir in $PATH
3810 IFS=$as_save_IFS
3811 test -z "$as_dir" && as_dir=.
3812 for ac_exec_ext in '' $ac_executable_extensions; do
3813 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3814 ac_cv_prog_ac_ct_CPPBIN="cpp"
3815 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
3816 break 2
3818 done
3819 done
3820 IFS=$as_save_IFS
3824 ac_ct_CPPBIN=$ac_cv_prog_ac_ct_CPPBIN
3825 if test -n "$ac_ct_CPPBIN"; then
3826 { $as_echo "$as_me:$LINENO: result: $ac_ct_CPPBIN" >&5
3827 $as_echo "$ac_ct_CPPBIN" >&6; }
3828 else
3829 { $as_echo "$as_me:$LINENO: result: no" >&5
3830 $as_echo "no" >&6; }
3833 if test "x$ac_ct_CPPBIN" = x; then
3834 CPPBIN="cpp"
3835 else
3836 case $cross_compiling:$ac_tool_warned in
3837 yes:)
3838 { $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5
3839 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
3840 ac_tool_warned=yes ;;
3841 esac
3842 CPPBIN=$ac_ct_CPPBIN
3844 else
3845 CPPBIN="$ac_cv_prog_CPPBIN"
3849 { $as_echo "$as_me:$LINENO: checking for the directory containing the Wine tools" >&5
3850 $as_echo_n "checking for the directory containing the Wine tools... " >&6; }
3851 if test "${wine_cv_toolsdir+set}" = set; then
3852 $as_echo_n "(cached) " >&6
3853 else
3854 if test -z "$with_wine_tools"; then
3855 if test "$cross_compiling" = "yes"; then
3856 { { $as_echo "$as_me:$LINENO: error: you must use the --with-wine-tools option when cross-compiling." >&5
3857 $as_echo "$as_me: error: you must use the --with-wine-tools option when cross-compiling." >&2;}
3858 { (exit 1); exit 1; }; }
3859 else
3860 wine_cv_toolsdir="\$(TOPOBJDIR)"
3862 elif test -d "$with_wine_tools/tools/winebuild"; then
3863 case $with_wine_tools in
3864 /*) wine_cv_toolsdir="$with_wine_tools" ;;
3865 *) wine_cv_toolsdir="\$(TOPOBJDIR)/$with_wine_tools" ;;
3866 esac
3867 else
3868 { { $as_echo "$as_me:$LINENO: error: could not find Wine tools in $with_wine_tools." >&5
3869 $as_echo "$as_me: error: could not find Wine tools in $with_wine_tools." >&2;}
3870 { (exit 1); exit 1; }; }
3873 { $as_echo "$as_me:$LINENO: result: $wine_cv_toolsdir" >&5
3874 $as_echo "$wine_cv_toolsdir" >&6; }
3875 TOOLSDIR=$wine_cv_toolsdir
3877 if test "$cross_compiling" = "yes"
3878 then
3879 TARGET="$host_alias"
3884 ac_ext=c
3885 ac_cpp='$CPP $CPPFLAGS'
3886 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3887 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3888 ac_compiler_gnu=$ac_cv_c_compiler_gnu
3889 { $as_echo "$as_me:$LINENO: checking how to run the C preprocessor" >&5
3890 $as_echo_n "checking how to run the C preprocessor... " >&6; }
3891 # On Suns, sometimes $CPP names a directory.
3892 if test -n "$CPP" && test -d "$CPP"; then
3893 CPP=
3895 if test -z "$CPP"; then
3896 if test "${ac_cv_prog_CPP+set}" = set; then
3897 $as_echo_n "(cached) " >&6
3898 else
3899 # Double quotes because CPP needs to be expanded
3900 for CPP in "$CC -E" "$CC -E -traditional-cpp" "/lib/cpp"
3902 ac_preproc_ok=false
3903 for ac_c_preproc_warn_flag in '' yes
3905 # Use a header file that comes with gcc, so configuring glibc
3906 # with a fresh cross-compiler works.
3907 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
3908 # <limits.h> exists even on freestanding compilers.
3909 # On the NeXT, cc -E runs the code through the compiler's parser,
3910 # not just through cpp. "Syntax error" is here to catch this case.
3911 cat >conftest.$ac_ext <<_ACEOF
3912 /* confdefs.h. */
3913 _ACEOF
3914 cat confdefs.h >>conftest.$ac_ext
3915 cat >>conftest.$ac_ext <<_ACEOF
3916 /* end confdefs.h. */
3917 #ifdef __STDC__
3918 # include <limits.h>
3919 #else
3920 # include <assert.h>
3921 #endif
3922 Syntax error
3923 _ACEOF
3924 if { (ac_try="$ac_cpp conftest.$ac_ext"
3925 case "(($ac_try" in
3926 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3927 *) ac_try_echo=$ac_try;;
3928 esac
3929 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
3930 $as_echo "$ac_try_echo") >&5
3931 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
3932 ac_status=$?
3933 grep -v '^ *+' conftest.er1 >conftest.err
3934 rm -f conftest.er1
3935 cat conftest.err >&5
3936 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
3937 (exit $ac_status); } >/dev/null && {
3938 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
3939 test ! -s conftest.err
3940 }; then
3942 else
3943 $as_echo "$as_me: failed program was:" >&5
3944 sed 's/^/| /' conftest.$ac_ext >&5
3946 # Broken: fails on valid input.
3947 continue
3950 rm -f conftest.err conftest.$ac_ext
3952 # OK, works on sane cases. Now check whether nonexistent headers
3953 # can be detected and how.
3954 cat >conftest.$ac_ext <<_ACEOF
3955 /* confdefs.h. */
3956 _ACEOF
3957 cat confdefs.h >>conftest.$ac_ext
3958 cat >>conftest.$ac_ext <<_ACEOF
3959 /* end confdefs.h. */
3960 #include <ac_nonexistent.h>
3961 _ACEOF
3962 if { (ac_try="$ac_cpp conftest.$ac_ext"
3963 case "(($ac_try" in
3964 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3965 *) ac_try_echo=$ac_try;;
3966 esac
3967 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
3968 $as_echo "$ac_try_echo") >&5
3969 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
3970 ac_status=$?
3971 grep -v '^ *+' conftest.er1 >conftest.err
3972 rm -f conftest.er1
3973 cat conftest.err >&5
3974 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
3975 (exit $ac_status); } >/dev/null && {
3976 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
3977 test ! -s conftest.err
3978 }; then
3979 # Broken: success on invalid input.
3980 continue
3981 else
3982 $as_echo "$as_me: failed program was:" >&5
3983 sed 's/^/| /' conftest.$ac_ext >&5
3985 # Passes both tests.
3986 ac_preproc_ok=:
3987 break
3990 rm -f conftest.err conftest.$ac_ext
3992 done
3993 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
3994 rm -f conftest.err conftest.$ac_ext
3995 if $ac_preproc_ok; then
3996 break
3999 done
4000 ac_cv_prog_CPP=$CPP
4003 CPP=$ac_cv_prog_CPP
4004 else
4005 ac_cv_prog_CPP=$CPP
4007 { $as_echo "$as_me:$LINENO: result: $CPP" >&5
4008 $as_echo "$CPP" >&6; }
4009 ac_preproc_ok=false
4010 for ac_c_preproc_warn_flag in '' yes
4012 # Use a header file that comes with gcc, so configuring glibc
4013 # with a fresh cross-compiler works.
4014 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
4015 # <limits.h> exists even on freestanding compilers.
4016 # On the NeXT, cc -E runs the code through the compiler's parser,
4017 # not just through cpp. "Syntax error" is here to catch this case.
4018 cat >conftest.$ac_ext <<_ACEOF
4019 /* confdefs.h. */
4020 _ACEOF
4021 cat confdefs.h >>conftest.$ac_ext
4022 cat >>conftest.$ac_ext <<_ACEOF
4023 /* end confdefs.h. */
4024 #ifdef __STDC__
4025 # include <limits.h>
4026 #else
4027 # include <assert.h>
4028 #endif
4029 Syntax error
4030 _ACEOF
4031 if { (ac_try="$ac_cpp conftest.$ac_ext"
4032 case "(($ac_try" in
4033 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4034 *) ac_try_echo=$ac_try;;
4035 esac
4036 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
4037 $as_echo "$ac_try_echo") >&5
4038 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
4039 ac_status=$?
4040 grep -v '^ *+' conftest.er1 >conftest.err
4041 rm -f conftest.er1
4042 cat conftest.err >&5
4043 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
4044 (exit $ac_status); } >/dev/null && {
4045 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
4046 test ! -s conftest.err
4047 }; then
4049 else
4050 $as_echo "$as_me: failed program was:" >&5
4051 sed 's/^/| /' conftest.$ac_ext >&5
4053 # Broken: fails on valid input.
4054 continue
4057 rm -f conftest.err conftest.$ac_ext
4059 # OK, works on sane cases. Now check whether nonexistent headers
4060 # can be detected and how.
4061 cat >conftest.$ac_ext <<_ACEOF
4062 /* confdefs.h. */
4063 _ACEOF
4064 cat confdefs.h >>conftest.$ac_ext
4065 cat >>conftest.$ac_ext <<_ACEOF
4066 /* end confdefs.h. */
4067 #include <ac_nonexistent.h>
4068 _ACEOF
4069 if { (ac_try="$ac_cpp conftest.$ac_ext"
4070 case "(($ac_try" in
4071 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4072 *) ac_try_echo=$ac_try;;
4073 esac
4074 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
4075 $as_echo "$ac_try_echo") >&5
4076 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
4077 ac_status=$?
4078 grep -v '^ *+' conftest.er1 >conftest.err
4079 rm -f conftest.er1
4080 cat conftest.err >&5
4081 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
4082 (exit $ac_status); } >/dev/null && {
4083 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
4084 test ! -s conftest.err
4085 }; then
4086 # Broken: success on invalid input.
4087 continue
4088 else
4089 $as_echo "$as_me: failed program was:" >&5
4090 sed 's/^/| /' conftest.$ac_ext >&5
4092 # Passes both tests.
4093 ac_preproc_ok=:
4094 break
4097 rm -f conftest.err conftest.$ac_ext
4099 done
4100 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
4101 rm -f conftest.err conftest.$ac_ext
4102 if $ac_preproc_ok; then
4104 else
4105 { { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5
4106 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
4107 { { $as_echo "$as_me:$LINENO: error: C preprocessor \"$CPP\" fails sanity check
4108 See \`config.log' for more details." >&5
4109 $as_echo "$as_me: error: C preprocessor \"$CPP\" fails sanity check
4110 See \`config.log' for more details." >&2;}
4111 { (exit 1); exit 1; }; }; }
4114 ac_ext=c
4115 ac_cpp='$CPP $CPPFLAGS'
4116 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4117 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4118 ac_compiler_gnu=$ac_cv_c_compiler_gnu
4121 { $as_echo "$as_me:$LINENO: checking for X" >&5
4122 $as_echo_n "checking for X... " >&6; }
4125 # Check whether --with-x was given.
4126 if test "${with_x+set}" = set; then
4127 withval=$with_x;
4130 # $have_x is `yes', `no', `disabled', or empty when we do not yet know.
4131 if test "x$with_x" = xno; then
4132 # The user explicitly disabled X.
4133 have_x=disabled
4134 else
4135 case $x_includes,$x_libraries in #(
4136 *\'*) { { $as_echo "$as_me:$LINENO: error: cannot use X directory names containing '" >&5
4137 $as_echo "$as_me: error: cannot use X directory names containing '" >&2;}
4138 { (exit 1); exit 1; }; };; #(
4139 *,NONE | NONE,*) if test "${ac_cv_have_x+set}" = set; then
4140 $as_echo_n "(cached) " >&6
4141 else
4142 # One or both of the vars are not set, and there is no cached value.
4143 ac_x_includes=no ac_x_libraries=no
4144 rm -f -r conftest.dir
4145 if mkdir conftest.dir; then
4146 cd conftest.dir
4147 cat >Imakefile <<'_ACEOF'
4148 incroot:
4149 @echo incroot='${INCROOT}'
4150 usrlibdir:
4151 @echo usrlibdir='${USRLIBDIR}'
4152 libdir:
4153 @echo libdir='${LIBDIR}'
4154 _ACEOF
4155 if (export CC; ${XMKMF-xmkmf}) >/dev/null 2>/dev/null && test -f Makefile; then
4156 # GNU make sometimes prints "make[1]: Entering...", which would confuse us.
4157 for ac_var in incroot usrlibdir libdir; do
4158 eval "ac_im_$ac_var=\`\${MAKE-make} $ac_var 2>/dev/null | sed -n 's/^$ac_var=//p'\`"
4159 done
4160 # Open Windows xmkmf reportedly sets LIBDIR instead of USRLIBDIR.
4161 for ac_extension in a so sl dylib la dll; do
4162 if test ! -f "$ac_im_usrlibdir/libX11.$ac_extension" &&
4163 test -f "$ac_im_libdir/libX11.$ac_extension"; then
4164 ac_im_usrlibdir=$ac_im_libdir; break
4166 done
4167 # Screen out bogus values from the imake configuration. They are
4168 # bogus both because they are the default anyway, and because
4169 # using them would break gcc on systems where it needs fixed includes.
4170 case $ac_im_incroot in
4171 /usr/include) ac_x_includes= ;;
4172 *) test -f "$ac_im_incroot/X11/Xos.h" && ac_x_includes=$ac_im_incroot;;
4173 esac
4174 case $ac_im_usrlibdir in
4175 /usr/lib | /usr/lib64 | /lib | /lib64) ;;
4176 *) test -d "$ac_im_usrlibdir" && ac_x_libraries=$ac_im_usrlibdir ;;
4177 esac
4179 cd ..
4180 rm -f -r conftest.dir
4183 # Standard set of common directories for X headers.
4184 # Check X11 before X11Rn because it is often a symlink to the current release.
4185 ac_x_header_dirs='
4186 /usr/X11/include
4187 /usr/X11R6/include
4188 /usr/X11R5/include
4189 /usr/X11R4/include
4191 /usr/include/X11
4192 /usr/include/X11R6
4193 /usr/include/X11R5
4194 /usr/include/X11R4
4196 /usr/local/X11/include
4197 /usr/local/X11R6/include
4198 /usr/local/X11R5/include
4199 /usr/local/X11R4/include
4201 /usr/local/include/X11
4202 /usr/local/include/X11R6
4203 /usr/local/include/X11R5
4204 /usr/local/include/X11R4
4206 /usr/X386/include
4207 /usr/x386/include
4208 /usr/XFree86/include/X11
4210 /usr/include
4211 /usr/local/include
4212 /usr/unsupported/include
4213 /usr/athena/include
4214 /usr/local/x11r5/include
4215 /usr/lpp/Xamples/include
4217 /usr/openwin/include
4218 /usr/openwin/share/include'
4220 if test "$ac_x_includes" = no; then
4221 # Guess where to find include files, by looking for Xlib.h.
4222 # First, try using that file with no special directory specified.
4223 cat >conftest.$ac_ext <<_ACEOF
4224 /* confdefs.h. */
4225 _ACEOF
4226 cat confdefs.h >>conftest.$ac_ext
4227 cat >>conftest.$ac_ext <<_ACEOF
4228 /* end confdefs.h. */
4229 #include <X11/Xlib.h>
4230 _ACEOF
4231 if { (ac_try="$ac_cpp conftest.$ac_ext"
4232 case "(($ac_try" in
4233 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4234 *) ac_try_echo=$ac_try;;
4235 esac
4236 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
4237 $as_echo "$ac_try_echo") >&5
4238 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
4239 ac_status=$?
4240 grep -v '^ *+' conftest.er1 >conftest.err
4241 rm -f conftest.er1
4242 cat conftest.err >&5
4243 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
4244 (exit $ac_status); } >/dev/null && {
4245 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
4246 test ! -s conftest.err
4247 }; then
4248 # We can compile using X headers with no special include directory.
4249 ac_x_includes=
4250 else
4251 $as_echo "$as_me: failed program was:" >&5
4252 sed 's/^/| /' conftest.$ac_ext >&5
4254 for ac_dir in $ac_x_header_dirs; do
4255 if test -r "$ac_dir/X11/Xlib.h"; then
4256 ac_x_includes=$ac_dir
4257 break
4259 done
4262 rm -f conftest.err conftest.$ac_ext
4263 fi # $ac_x_includes = no
4265 if test "$ac_x_libraries" = no; then
4266 # Check for the libraries.
4267 # See if we find them without any special options.
4268 # Don't add to $LIBS permanently.
4269 ac_save_LIBS=$LIBS
4270 LIBS="-lX11 $LIBS"
4271 cat >conftest.$ac_ext <<_ACEOF
4272 /* confdefs.h. */
4273 _ACEOF
4274 cat confdefs.h >>conftest.$ac_ext
4275 cat >>conftest.$ac_ext <<_ACEOF
4276 /* end confdefs.h. */
4277 #include <X11/Xlib.h>
4279 main ()
4281 XrmInitialize ()
4283 return 0;
4285 _ACEOF
4286 rm -f conftest.$ac_objext conftest$ac_exeext
4287 if { (ac_try="$ac_link"
4288 case "(($ac_try" in
4289 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4290 *) ac_try_echo=$ac_try;;
4291 esac
4292 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
4293 $as_echo "$ac_try_echo") >&5
4294 (eval "$ac_link") 2>conftest.er1
4295 ac_status=$?
4296 grep -v '^ *+' conftest.er1 >conftest.err
4297 rm -f conftest.er1
4298 cat conftest.err >&5
4299 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
4300 (exit $ac_status); } && {
4301 test -z "$ac_c_werror_flag" ||
4302 test ! -s conftest.err
4303 } && test -s conftest$ac_exeext && {
4304 test "$cross_compiling" = yes ||
4305 $as_test_x conftest$ac_exeext
4306 }; then
4307 LIBS=$ac_save_LIBS
4308 # We can link X programs with no special library path.
4309 ac_x_libraries=
4310 else
4311 $as_echo "$as_me: failed program was:" >&5
4312 sed 's/^/| /' conftest.$ac_ext >&5
4314 LIBS=$ac_save_LIBS
4315 for ac_dir in `$as_echo "$ac_x_includes $ac_x_header_dirs" | sed s/include/lib/g`
4317 # Don't even attempt the hair of trying to link an X program!
4318 for ac_extension in a so sl dylib la dll; do
4319 if test -r "$ac_dir/libX11.$ac_extension"; then
4320 ac_x_libraries=$ac_dir
4321 break 2
4323 done
4324 done
4327 rm -rf conftest.dSYM
4328 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
4329 conftest$ac_exeext conftest.$ac_ext
4330 fi # $ac_x_libraries = no
4332 case $ac_x_includes,$ac_x_libraries in #(
4333 no,* | *,no | *\'*)
4334 # Didn't find X, or a directory has "'" in its name.
4335 ac_cv_have_x="have_x=no";; #(
4337 # Record where we found X for the cache.
4338 ac_cv_have_x="have_x=yes\
4339 ac_x_includes='$ac_x_includes'\
4340 ac_x_libraries='$ac_x_libraries'"
4341 esac
4343 ;; #(
4344 *) have_x=yes;;
4345 esac
4346 eval "$ac_cv_have_x"
4347 fi # $with_x != no
4349 if test "$have_x" != yes; then
4350 { $as_echo "$as_me:$LINENO: result: $have_x" >&5
4351 $as_echo "$have_x" >&6; }
4352 no_x=yes
4353 else
4354 # If each of the values was on the command line, it overrides each guess.
4355 test "x$x_includes" = xNONE && x_includes=$ac_x_includes
4356 test "x$x_libraries" = xNONE && x_libraries=$ac_x_libraries
4357 # Update the cache value to reflect the command line values.
4358 ac_cv_have_x="have_x=yes\
4359 ac_x_includes='$x_includes'\
4360 ac_x_libraries='$x_libraries'"
4361 { $as_echo "$as_me:$LINENO: result: libraries $x_libraries, headers $x_includes" >&5
4362 $as_echo "libraries $x_libraries, headers $x_includes" >&6; }
4365 if test "$no_x" = yes; then
4366 # Not all programs may use this symbol, but it does not hurt to define it.
4368 cat >>confdefs.h <<\_ACEOF
4369 #define X_DISPLAY_MISSING 1
4370 _ACEOF
4372 X_CFLAGS= X_PRE_LIBS= X_LIBS= X_EXTRA_LIBS=
4373 else
4374 if test -n "$x_includes"; then
4375 X_CFLAGS="$X_CFLAGS -I$x_includes"
4378 # It would also be nice to do this for all -L options, not just this one.
4379 if test -n "$x_libraries"; then
4380 X_LIBS="$X_LIBS -L$x_libraries"
4381 # For Solaris; some versions of Sun CC require a space after -R and
4382 # others require no space. Words are not sufficient . . . .
4383 { $as_echo "$as_me:$LINENO: checking whether -R must be followed by a space" >&5
4384 $as_echo_n "checking whether -R must be followed by a space... " >&6; }
4385 ac_xsave_LIBS=$LIBS; LIBS="$LIBS -R$x_libraries"
4386 ac_xsave_c_werror_flag=$ac_c_werror_flag
4387 ac_c_werror_flag=yes
4388 cat >conftest.$ac_ext <<_ACEOF
4389 /* confdefs.h. */
4390 _ACEOF
4391 cat confdefs.h >>conftest.$ac_ext
4392 cat >>conftest.$ac_ext <<_ACEOF
4393 /* end confdefs.h. */
4396 main ()
4400 return 0;
4402 _ACEOF
4403 rm -f conftest.$ac_objext conftest$ac_exeext
4404 if { (ac_try="$ac_link"
4405 case "(($ac_try" in
4406 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4407 *) ac_try_echo=$ac_try;;
4408 esac
4409 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
4410 $as_echo "$ac_try_echo") >&5
4411 (eval "$ac_link") 2>conftest.er1
4412 ac_status=$?
4413 grep -v '^ *+' conftest.er1 >conftest.err
4414 rm -f conftest.er1
4415 cat conftest.err >&5
4416 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
4417 (exit $ac_status); } && {
4418 test -z "$ac_c_werror_flag" ||
4419 test ! -s conftest.err
4420 } && test -s conftest$ac_exeext && {
4421 test "$cross_compiling" = yes ||
4422 $as_test_x conftest$ac_exeext
4423 }; then
4424 { $as_echo "$as_me:$LINENO: result: no" >&5
4425 $as_echo "no" >&6; }
4426 X_LIBS="$X_LIBS -R$x_libraries"
4427 else
4428 $as_echo "$as_me: failed program was:" >&5
4429 sed 's/^/| /' conftest.$ac_ext >&5
4431 LIBS="$ac_xsave_LIBS -R $x_libraries"
4432 cat >conftest.$ac_ext <<_ACEOF
4433 /* confdefs.h. */
4434 _ACEOF
4435 cat confdefs.h >>conftest.$ac_ext
4436 cat >>conftest.$ac_ext <<_ACEOF
4437 /* end confdefs.h. */
4440 main ()
4444 return 0;
4446 _ACEOF
4447 rm -f conftest.$ac_objext conftest$ac_exeext
4448 if { (ac_try="$ac_link"
4449 case "(($ac_try" in
4450 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4451 *) ac_try_echo=$ac_try;;
4452 esac
4453 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
4454 $as_echo "$ac_try_echo") >&5
4455 (eval "$ac_link") 2>conftest.er1
4456 ac_status=$?
4457 grep -v '^ *+' conftest.er1 >conftest.err
4458 rm -f conftest.er1
4459 cat conftest.err >&5
4460 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
4461 (exit $ac_status); } && {
4462 test -z "$ac_c_werror_flag" ||
4463 test ! -s conftest.err
4464 } && test -s conftest$ac_exeext && {
4465 test "$cross_compiling" = yes ||
4466 $as_test_x conftest$ac_exeext
4467 }; then
4468 { $as_echo "$as_me:$LINENO: result: yes" >&5
4469 $as_echo "yes" >&6; }
4470 X_LIBS="$X_LIBS -R $x_libraries"
4471 else
4472 $as_echo "$as_me: failed program was:" >&5
4473 sed 's/^/| /' conftest.$ac_ext >&5
4475 { $as_echo "$as_me:$LINENO: result: neither works" >&5
4476 $as_echo "neither works" >&6; }
4479 rm -rf conftest.dSYM
4480 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
4481 conftest$ac_exeext conftest.$ac_ext
4484 rm -rf conftest.dSYM
4485 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
4486 conftest$ac_exeext conftest.$ac_ext
4487 ac_c_werror_flag=$ac_xsave_c_werror_flag
4488 LIBS=$ac_xsave_LIBS
4491 # Check for system-dependent libraries X programs must link with.
4492 # Do this before checking for the system-independent R6 libraries
4493 # (-lICE), since we may need -lsocket or whatever for X linking.
4495 if test "$ISC" = yes; then
4496 X_EXTRA_LIBS="$X_EXTRA_LIBS -lnsl_s -linet"
4497 else
4498 # Martyn Johnson says this is needed for Ultrix, if the X
4499 # libraries were built with DECnet support. And Karl Berry says
4500 # the Alpha needs dnet_stub (dnet does not exist).
4501 ac_xsave_LIBS="$LIBS"; LIBS="$LIBS $X_LIBS -lX11"
4502 cat >conftest.$ac_ext <<_ACEOF
4503 /* confdefs.h. */
4504 _ACEOF
4505 cat confdefs.h >>conftest.$ac_ext
4506 cat >>conftest.$ac_ext <<_ACEOF
4507 /* end confdefs.h. */
4509 /* Override any GCC internal prototype to avoid an error.
4510 Use char because int might match the return type of a GCC
4511 builtin and then its argument prototype would still apply. */
4512 #ifdef __cplusplus
4513 extern "C"
4514 #endif
4515 char XOpenDisplay ();
4517 main ()
4519 return XOpenDisplay ();
4521 return 0;
4523 _ACEOF
4524 rm -f conftest.$ac_objext conftest$ac_exeext
4525 if { (ac_try="$ac_link"
4526 case "(($ac_try" in
4527 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4528 *) ac_try_echo=$ac_try;;
4529 esac
4530 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
4531 $as_echo "$ac_try_echo") >&5
4532 (eval "$ac_link") 2>conftest.er1
4533 ac_status=$?
4534 grep -v '^ *+' conftest.er1 >conftest.err
4535 rm -f conftest.er1
4536 cat conftest.err >&5
4537 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
4538 (exit $ac_status); } && {
4539 test -z "$ac_c_werror_flag" ||
4540 test ! -s conftest.err
4541 } && test -s conftest$ac_exeext && {
4542 test "$cross_compiling" = yes ||
4543 $as_test_x conftest$ac_exeext
4544 }; then
4546 else
4547 $as_echo "$as_me: failed program was:" >&5
4548 sed 's/^/| /' conftest.$ac_ext >&5
4550 { $as_echo "$as_me:$LINENO: checking for dnet_ntoa in -ldnet" >&5
4551 $as_echo_n "checking for dnet_ntoa in -ldnet... " >&6; }
4552 if test "${ac_cv_lib_dnet_dnet_ntoa+set}" = set; then
4553 $as_echo_n "(cached) " >&6
4554 else
4555 ac_check_lib_save_LIBS=$LIBS
4556 LIBS="-ldnet $LIBS"
4557 cat >conftest.$ac_ext <<_ACEOF
4558 /* confdefs.h. */
4559 _ACEOF
4560 cat confdefs.h >>conftest.$ac_ext
4561 cat >>conftest.$ac_ext <<_ACEOF
4562 /* end confdefs.h. */
4564 /* Override any GCC internal prototype to avoid an error.
4565 Use char because int might match the return type of a GCC
4566 builtin and then its argument prototype would still apply. */
4567 #ifdef __cplusplus
4568 extern "C"
4569 #endif
4570 char dnet_ntoa ();
4572 main ()
4574 return dnet_ntoa ();
4576 return 0;
4578 _ACEOF
4579 rm -f conftest.$ac_objext conftest$ac_exeext
4580 if { (ac_try="$ac_link"
4581 case "(($ac_try" in
4582 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4583 *) ac_try_echo=$ac_try;;
4584 esac
4585 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
4586 $as_echo "$ac_try_echo") >&5
4587 (eval "$ac_link") 2>conftest.er1
4588 ac_status=$?
4589 grep -v '^ *+' conftest.er1 >conftest.err
4590 rm -f conftest.er1
4591 cat conftest.err >&5
4592 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
4593 (exit $ac_status); } && {
4594 test -z "$ac_c_werror_flag" ||
4595 test ! -s conftest.err
4596 } && test -s conftest$ac_exeext && {
4597 test "$cross_compiling" = yes ||
4598 $as_test_x conftest$ac_exeext
4599 }; then
4600 ac_cv_lib_dnet_dnet_ntoa=yes
4601 else
4602 $as_echo "$as_me: failed program was:" >&5
4603 sed 's/^/| /' conftest.$ac_ext >&5
4605 ac_cv_lib_dnet_dnet_ntoa=no
4608 rm -rf conftest.dSYM
4609 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
4610 conftest$ac_exeext conftest.$ac_ext
4611 LIBS=$ac_check_lib_save_LIBS
4613 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_dnet_dnet_ntoa" >&5
4614 $as_echo "$ac_cv_lib_dnet_dnet_ntoa" >&6; }
4615 if test "x$ac_cv_lib_dnet_dnet_ntoa" = x""yes; then
4616 X_EXTRA_LIBS="$X_EXTRA_LIBS -ldnet"
4619 if test $ac_cv_lib_dnet_dnet_ntoa = no; then
4620 { $as_echo "$as_me:$LINENO: checking for dnet_ntoa in -ldnet_stub" >&5
4621 $as_echo_n "checking for dnet_ntoa in -ldnet_stub... " >&6; }
4622 if test "${ac_cv_lib_dnet_stub_dnet_ntoa+set}" = set; then
4623 $as_echo_n "(cached) " >&6
4624 else
4625 ac_check_lib_save_LIBS=$LIBS
4626 LIBS="-ldnet_stub $LIBS"
4627 cat >conftest.$ac_ext <<_ACEOF
4628 /* confdefs.h. */
4629 _ACEOF
4630 cat confdefs.h >>conftest.$ac_ext
4631 cat >>conftest.$ac_ext <<_ACEOF
4632 /* end confdefs.h. */
4634 /* Override any GCC internal prototype to avoid an error.
4635 Use char because int might match the return type of a GCC
4636 builtin and then its argument prototype would still apply. */
4637 #ifdef __cplusplus
4638 extern "C"
4639 #endif
4640 char dnet_ntoa ();
4642 main ()
4644 return dnet_ntoa ();
4646 return 0;
4648 _ACEOF
4649 rm -f conftest.$ac_objext conftest$ac_exeext
4650 if { (ac_try="$ac_link"
4651 case "(($ac_try" in
4652 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4653 *) ac_try_echo=$ac_try;;
4654 esac
4655 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
4656 $as_echo "$ac_try_echo") >&5
4657 (eval "$ac_link") 2>conftest.er1
4658 ac_status=$?
4659 grep -v '^ *+' conftest.er1 >conftest.err
4660 rm -f conftest.er1
4661 cat conftest.err >&5
4662 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
4663 (exit $ac_status); } && {
4664 test -z "$ac_c_werror_flag" ||
4665 test ! -s conftest.err
4666 } && test -s conftest$ac_exeext && {
4667 test "$cross_compiling" = yes ||
4668 $as_test_x conftest$ac_exeext
4669 }; then
4670 ac_cv_lib_dnet_stub_dnet_ntoa=yes
4671 else
4672 $as_echo "$as_me: failed program was:" >&5
4673 sed 's/^/| /' conftest.$ac_ext >&5
4675 ac_cv_lib_dnet_stub_dnet_ntoa=no
4678 rm -rf conftest.dSYM
4679 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
4680 conftest$ac_exeext conftest.$ac_ext
4681 LIBS=$ac_check_lib_save_LIBS
4683 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_dnet_stub_dnet_ntoa" >&5
4684 $as_echo "$ac_cv_lib_dnet_stub_dnet_ntoa" >&6; }
4685 if test "x$ac_cv_lib_dnet_stub_dnet_ntoa" = x""yes; then
4686 X_EXTRA_LIBS="$X_EXTRA_LIBS -ldnet_stub"
4692 rm -rf conftest.dSYM
4693 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
4694 conftest$ac_exeext conftest.$ac_ext
4695 LIBS="$ac_xsave_LIBS"
4697 # msh@cis.ufl.edu says -lnsl (and -lsocket) are needed for his 386/AT,
4698 # to get the SysV transport functions.
4699 # Chad R. Larson says the Pyramis MIS-ES running DC/OSx (SVR4)
4700 # needs -lnsl.
4701 # The nsl library prevents programs from opening the X display
4702 # on Irix 5.2, according to T.E. Dickey.
4703 # The functions gethostbyname, getservbyname, and inet_addr are
4704 # in -lbsd on LynxOS 3.0.1/i386, according to Lars Hecking.
4705 { $as_echo "$as_me:$LINENO: checking for gethostbyname" >&5
4706 $as_echo_n "checking for gethostbyname... " >&6; }
4707 if test "${ac_cv_func_gethostbyname+set}" = set; then
4708 $as_echo_n "(cached) " >&6
4709 else
4710 cat >conftest.$ac_ext <<_ACEOF
4711 /* confdefs.h. */
4712 _ACEOF
4713 cat confdefs.h >>conftest.$ac_ext
4714 cat >>conftest.$ac_ext <<_ACEOF
4715 /* end confdefs.h. */
4716 /* Define gethostbyname to an innocuous variant, in case <limits.h> declares gethostbyname.
4717 For example, HP-UX 11i <limits.h> declares gettimeofday. */
4718 #define gethostbyname innocuous_gethostbyname
4720 /* System header to define __stub macros and hopefully few prototypes,
4721 which can conflict with char gethostbyname (); below.
4722 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
4723 <limits.h> exists even on freestanding compilers. */
4725 #ifdef __STDC__
4726 # include <limits.h>
4727 #else
4728 # include <assert.h>
4729 #endif
4731 #undef gethostbyname
4733 /* Override any GCC internal prototype to avoid an error.
4734 Use char because int might match the return type of a GCC
4735 builtin and then its argument prototype would still apply. */
4736 #ifdef __cplusplus
4737 extern "C"
4738 #endif
4739 char gethostbyname ();
4740 /* The GNU C library defines this for functions which it implements
4741 to always fail with ENOSYS. Some functions are actually named
4742 something starting with __ and the normal name is an alias. */
4743 #if defined __stub_gethostbyname || defined __stub___gethostbyname
4744 choke me
4745 #endif
4748 main ()
4750 return gethostbyname ();
4752 return 0;
4754 _ACEOF
4755 rm -f conftest.$ac_objext conftest$ac_exeext
4756 if { (ac_try="$ac_link"
4757 case "(($ac_try" in
4758 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4759 *) ac_try_echo=$ac_try;;
4760 esac
4761 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
4762 $as_echo "$ac_try_echo") >&5
4763 (eval "$ac_link") 2>conftest.er1
4764 ac_status=$?
4765 grep -v '^ *+' conftest.er1 >conftest.err
4766 rm -f conftest.er1
4767 cat conftest.err >&5
4768 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
4769 (exit $ac_status); } && {
4770 test -z "$ac_c_werror_flag" ||
4771 test ! -s conftest.err
4772 } && test -s conftest$ac_exeext && {
4773 test "$cross_compiling" = yes ||
4774 $as_test_x conftest$ac_exeext
4775 }; then
4776 ac_cv_func_gethostbyname=yes
4777 else
4778 $as_echo "$as_me: failed program was:" >&5
4779 sed 's/^/| /' conftest.$ac_ext >&5
4781 ac_cv_func_gethostbyname=no
4784 rm -rf conftest.dSYM
4785 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
4786 conftest$ac_exeext conftest.$ac_ext
4788 { $as_echo "$as_me:$LINENO: result: $ac_cv_func_gethostbyname" >&5
4789 $as_echo "$ac_cv_func_gethostbyname" >&6; }
4791 if test $ac_cv_func_gethostbyname = no; then
4792 { $as_echo "$as_me:$LINENO: checking for gethostbyname in -lnsl" >&5
4793 $as_echo_n "checking for gethostbyname in -lnsl... " >&6; }
4794 if test "${ac_cv_lib_nsl_gethostbyname+set}" = set; then
4795 $as_echo_n "(cached) " >&6
4796 else
4797 ac_check_lib_save_LIBS=$LIBS
4798 LIBS="-lnsl $LIBS"
4799 cat >conftest.$ac_ext <<_ACEOF
4800 /* confdefs.h. */
4801 _ACEOF
4802 cat confdefs.h >>conftest.$ac_ext
4803 cat >>conftest.$ac_ext <<_ACEOF
4804 /* end confdefs.h. */
4806 /* Override any GCC internal prototype to avoid an error.
4807 Use char because int might match the return type of a GCC
4808 builtin and then its argument prototype would still apply. */
4809 #ifdef __cplusplus
4810 extern "C"
4811 #endif
4812 char gethostbyname ();
4814 main ()
4816 return gethostbyname ();
4818 return 0;
4820 _ACEOF
4821 rm -f conftest.$ac_objext conftest$ac_exeext
4822 if { (ac_try="$ac_link"
4823 case "(($ac_try" in
4824 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4825 *) ac_try_echo=$ac_try;;
4826 esac
4827 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
4828 $as_echo "$ac_try_echo") >&5
4829 (eval "$ac_link") 2>conftest.er1
4830 ac_status=$?
4831 grep -v '^ *+' conftest.er1 >conftest.err
4832 rm -f conftest.er1
4833 cat conftest.err >&5
4834 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
4835 (exit $ac_status); } && {
4836 test -z "$ac_c_werror_flag" ||
4837 test ! -s conftest.err
4838 } && test -s conftest$ac_exeext && {
4839 test "$cross_compiling" = yes ||
4840 $as_test_x conftest$ac_exeext
4841 }; then
4842 ac_cv_lib_nsl_gethostbyname=yes
4843 else
4844 $as_echo "$as_me: failed program was:" >&5
4845 sed 's/^/| /' conftest.$ac_ext >&5
4847 ac_cv_lib_nsl_gethostbyname=no
4850 rm -rf conftest.dSYM
4851 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
4852 conftest$ac_exeext conftest.$ac_ext
4853 LIBS=$ac_check_lib_save_LIBS
4855 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_nsl_gethostbyname" >&5
4856 $as_echo "$ac_cv_lib_nsl_gethostbyname" >&6; }
4857 if test "x$ac_cv_lib_nsl_gethostbyname" = x""yes; then
4858 X_EXTRA_LIBS="$X_EXTRA_LIBS -lnsl"
4861 if test $ac_cv_lib_nsl_gethostbyname = no; then
4862 { $as_echo "$as_me:$LINENO: checking for gethostbyname in -lbsd" >&5
4863 $as_echo_n "checking for gethostbyname in -lbsd... " >&6; }
4864 if test "${ac_cv_lib_bsd_gethostbyname+set}" = set; then
4865 $as_echo_n "(cached) " >&6
4866 else
4867 ac_check_lib_save_LIBS=$LIBS
4868 LIBS="-lbsd $LIBS"
4869 cat >conftest.$ac_ext <<_ACEOF
4870 /* confdefs.h. */
4871 _ACEOF
4872 cat confdefs.h >>conftest.$ac_ext
4873 cat >>conftest.$ac_ext <<_ACEOF
4874 /* end confdefs.h. */
4876 /* Override any GCC internal prototype to avoid an error.
4877 Use char because int might match the return type of a GCC
4878 builtin and then its argument prototype would still apply. */
4879 #ifdef __cplusplus
4880 extern "C"
4881 #endif
4882 char gethostbyname ();
4884 main ()
4886 return gethostbyname ();
4888 return 0;
4890 _ACEOF
4891 rm -f conftest.$ac_objext conftest$ac_exeext
4892 if { (ac_try="$ac_link"
4893 case "(($ac_try" in
4894 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4895 *) ac_try_echo=$ac_try;;
4896 esac
4897 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
4898 $as_echo "$ac_try_echo") >&5
4899 (eval "$ac_link") 2>conftest.er1
4900 ac_status=$?
4901 grep -v '^ *+' conftest.er1 >conftest.err
4902 rm -f conftest.er1
4903 cat conftest.err >&5
4904 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
4905 (exit $ac_status); } && {
4906 test -z "$ac_c_werror_flag" ||
4907 test ! -s conftest.err
4908 } && test -s conftest$ac_exeext && {
4909 test "$cross_compiling" = yes ||
4910 $as_test_x conftest$ac_exeext
4911 }; then
4912 ac_cv_lib_bsd_gethostbyname=yes
4913 else
4914 $as_echo "$as_me: failed program was:" >&5
4915 sed 's/^/| /' conftest.$ac_ext >&5
4917 ac_cv_lib_bsd_gethostbyname=no
4920 rm -rf conftest.dSYM
4921 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
4922 conftest$ac_exeext conftest.$ac_ext
4923 LIBS=$ac_check_lib_save_LIBS
4925 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_bsd_gethostbyname" >&5
4926 $as_echo "$ac_cv_lib_bsd_gethostbyname" >&6; }
4927 if test "x$ac_cv_lib_bsd_gethostbyname" = x""yes; then
4928 X_EXTRA_LIBS="$X_EXTRA_LIBS -lbsd"
4934 # lieder@skyler.mavd.honeywell.com says without -lsocket,
4935 # socket/setsockopt and other routines are undefined under SCO ODT
4936 # 2.0. But -lsocket is broken on IRIX 5.2 (and is not necessary
4937 # on later versions), says Simon Leinen: it contains gethostby*
4938 # variants that don't use the name server (or something). -lsocket
4939 # must be given before -lnsl if both are needed. We assume that
4940 # if connect needs -lnsl, so does gethostbyname.
4941 { $as_echo "$as_me:$LINENO: checking for connect" >&5
4942 $as_echo_n "checking for connect... " >&6; }
4943 if test "${ac_cv_func_connect+set}" = set; then
4944 $as_echo_n "(cached) " >&6
4945 else
4946 cat >conftest.$ac_ext <<_ACEOF
4947 /* confdefs.h. */
4948 _ACEOF
4949 cat confdefs.h >>conftest.$ac_ext
4950 cat >>conftest.$ac_ext <<_ACEOF
4951 /* end confdefs.h. */
4952 /* Define connect to an innocuous variant, in case <limits.h> declares connect.
4953 For example, HP-UX 11i <limits.h> declares gettimeofday. */
4954 #define connect innocuous_connect
4956 /* System header to define __stub macros and hopefully few prototypes,
4957 which can conflict with char connect (); below.
4958 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
4959 <limits.h> exists even on freestanding compilers. */
4961 #ifdef __STDC__
4962 # include <limits.h>
4963 #else
4964 # include <assert.h>
4965 #endif
4967 #undef connect
4969 /* Override any GCC internal prototype to avoid an error.
4970 Use char because int might match the return type of a GCC
4971 builtin and then its argument prototype would still apply. */
4972 #ifdef __cplusplus
4973 extern "C"
4974 #endif
4975 char connect ();
4976 /* The GNU C library defines this for functions which it implements
4977 to always fail with ENOSYS. Some functions are actually named
4978 something starting with __ and the normal name is an alias. */
4979 #if defined __stub_connect || defined __stub___connect
4980 choke me
4981 #endif
4984 main ()
4986 return connect ();
4988 return 0;
4990 _ACEOF
4991 rm -f conftest.$ac_objext conftest$ac_exeext
4992 if { (ac_try="$ac_link"
4993 case "(($ac_try" in
4994 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4995 *) ac_try_echo=$ac_try;;
4996 esac
4997 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
4998 $as_echo "$ac_try_echo") >&5
4999 (eval "$ac_link") 2>conftest.er1
5000 ac_status=$?
5001 grep -v '^ *+' conftest.er1 >conftest.err
5002 rm -f conftest.er1
5003 cat conftest.err >&5
5004 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
5005 (exit $ac_status); } && {
5006 test -z "$ac_c_werror_flag" ||
5007 test ! -s conftest.err
5008 } && test -s conftest$ac_exeext && {
5009 test "$cross_compiling" = yes ||
5010 $as_test_x conftest$ac_exeext
5011 }; then
5012 ac_cv_func_connect=yes
5013 else
5014 $as_echo "$as_me: failed program was:" >&5
5015 sed 's/^/| /' conftest.$ac_ext >&5
5017 ac_cv_func_connect=no
5020 rm -rf conftest.dSYM
5021 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
5022 conftest$ac_exeext conftest.$ac_ext
5024 { $as_echo "$as_me:$LINENO: result: $ac_cv_func_connect" >&5
5025 $as_echo "$ac_cv_func_connect" >&6; }
5027 if test $ac_cv_func_connect = no; then
5028 { $as_echo "$as_me:$LINENO: checking for connect in -lsocket" >&5
5029 $as_echo_n "checking for connect in -lsocket... " >&6; }
5030 if test "${ac_cv_lib_socket_connect+set}" = set; then
5031 $as_echo_n "(cached) " >&6
5032 else
5033 ac_check_lib_save_LIBS=$LIBS
5034 LIBS="-lsocket $X_EXTRA_LIBS $LIBS"
5035 cat >conftest.$ac_ext <<_ACEOF
5036 /* confdefs.h. */
5037 _ACEOF
5038 cat confdefs.h >>conftest.$ac_ext
5039 cat >>conftest.$ac_ext <<_ACEOF
5040 /* end confdefs.h. */
5042 /* Override any GCC internal prototype to avoid an error.
5043 Use char because int might match the return type of a GCC
5044 builtin and then its argument prototype would still apply. */
5045 #ifdef __cplusplus
5046 extern "C"
5047 #endif
5048 char connect ();
5050 main ()
5052 return connect ();
5054 return 0;
5056 _ACEOF
5057 rm -f conftest.$ac_objext conftest$ac_exeext
5058 if { (ac_try="$ac_link"
5059 case "(($ac_try" in
5060 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5061 *) ac_try_echo=$ac_try;;
5062 esac
5063 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
5064 $as_echo "$ac_try_echo") >&5
5065 (eval "$ac_link") 2>conftest.er1
5066 ac_status=$?
5067 grep -v '^ *+' conftest.er1 >conftest.err
5068 rm -f conftest.er1
5069 cat conftest.err >&5
5070 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
5071 (exit $ac_status); } && {
5072 test -z "$ac_c_werror_flag" ||
5073 test ! -s conftest.err
5074 } && test -s conftest$ac_exeext && {
5075 test "$cross_compiling" = yes ||
5076 $as_test_x conftest$ac_exeext
5077 }; then
5078 ac_cv_lib_socket_connect=yes
5079 else
5080 $as_echo "$as_me: failed program was:" >&5
5081 sed 's/^/| /' conftest.$ac_ext >&5
5083 ac_cv_lib_socket_connect=no
5086 rm -rf conftest.dSYM
5087 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
5088 conftest$ac_exeext conftest.$ac_ext
5089 LIBS=$ac_check_lib_save_LIBS
5091 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_socket_connect" >&5
5092 $as_echo "$ac_cv_lib_socket_connect" >&6; }
5093 if test "x$ac_cv_lib_socket_connect" = x""yes; then
5094 X_EXTRA_LIBS="-lsocket $X_EXTRA_LIBS"
5099 # Guillermo Gomez says -lposix is necessary on A/UX.
5100 { $as_echo "$as_me:$LINENO: checking for remove" >&5
5101 $as_echo_n "checking for remove... " >&6; }
5102 if test "${ac_cv_func_remove+set}" = set; then
5103 $as_echo_n "(cached) " >&6
5104 else
5105 cat >conftest.$ac_ext <<_ACEOF
5106 /* confdefs.h. */
5107 _ACEOF
5108 cat confdefs.h >>conftest.$ac_ext
5109 cat >>conftest.$ac_ext <<_ACEOF
5110 /* end confdefs.h. */
5111 /* Define remove to an innocuous variant, in case <limits.h> declares remove.
5112 For example, HP-UX 11i <limits.h> declares gettimeofday. */
5113 #define remove innocuous_remove
5115 /* System header to define __stub macros and hopefully few prototypes,
5116 which can conflict with char remove (); below.
5117 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
5118 <limits.h> exists even on freestanding compilers. */
5120 #ifdef __STDC__
5121 # include <limits.h>
5122 #else
5123 # include <assert.h>
5124 #endif
5126 #undef remove
5128 /* Override any GCC internal prototype to avoid an error.
5129 Use char because int might match the return type of a GCC
5130 builtin and then its argument prototype would still apply. */
5131 #ifdef __cplusplus
5132 extern "C"
5133 #endif
5134 char remove ();
5135 /* The GNU C library defines this for functions which it implements
5136 to always fail with ENOSYS. Some functions are actually named
5137 something starting with __ and the normal name is an alias. */
5138 #if defined __stub_remove || defined __stub___remove
5139 choke me
5140 #endif
5143 main ()
5145 return remove ();
5147 return 0;
5149 _ACEOF
5150 rm -f conftest.$ac_objext conftest$ac_exeext
5151 if { (ac_try="$ac_link"
5152 case "(($ac_try" in
5153 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5154 *) ac_try_echo=$ac_try;;
5155 esac
5156 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
5157 $as_echo "$ac_try_echo") >&5
5158 (eval "$ac_link") 2>conftest.er1
5159 ac_status=$?
5160 grep -v '^ *+' conftest.er1 >conftest.err
5161 rm -f conftest.er1
5162 cat conftest.err >&5
5163 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
5164 (exit $ac_status); } && {
5165 test -z "$ac_c_werror_flag" ||
5166 test ! -s conftest.err
5167 } && test -s conftest$ac_exeext && {
5168 test "$cross_compiling" = yes ||
5169 $as_test_x conftest$ac_exeext
5170 }; then
5171 ac_cv_func_remove=yes
5172 else
5173 $as_echo "$as_me: failed program was:" >&5
5174 sed 's/^/| /' conftest.$ac_ext >&5
5176 ac_cv_func_remove=no
5179 rm -rf conftest.dSYM
5180 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
5181 conftest$ac_exeext conftest.$ac_ext
5183 { $as_echo "$as_me:$LINENO: result: $ac_cv_func_remove" >&5
5184 $as_echo "$ac_cv_func_remove" >&6; }
5186 if test $ac_cv_func_remove = no; then
5187 { $as_echo "$as_me:$LINENO: checking for remove in -lposix" >&5
5188 $as_echo_n "checking for remove in -lposix... " >&6; }
5189 if test "${ac_cv_lib_posix_remove+set}" = set; then
5190 $as_echo_n "(cached) " >&6
5191 else
5192 ac_check_lib_save_LIBS=$LIBS
5193 LIBS="-lposix $LIBS"
5194 cat >conftest.$ac_ext <<_ACEOF
5195 /* confdefs.h. */
5196 _ACEOF
5197 cat confdefs.h >>conftest.$ac_ext
5198 cat >>conftest.$ac_ext <<_ACEOF
5199 /* end confdefs.h. */
5201 /* Override any GCC internal prototype to avoid an error.
5202 Use char because int might match the return type of a GCC
5203 builtin and then its argument prototype would still apply. */
5204 #ifdef __cplusplus
5205 extern "C"
5206 #endif
5207 char remove ();
5209 main ()
5211 return remove ();
5213 return 0;
5215 _ACEOF
5216 rm -f conftest.$ac_objext conftest$ac_exeext
5217 if { (ac_try="$ac_link"
5218 case "(($ac_try" in
5219 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5220 *) ac_try_echo=$ac_try;;
5221 esac
5222 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
5223 $as_echo "$ac_try_echo") >&5
5224 (eval "$ac_link") 2>conftest.er1
5225 ac_status=$?
5226 grep -v '^ *+' conftest.er1 >conftest.err
5227 rm -f conftest.er1
5228 cat conftest.err >&5
5229 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
5230 (exit $ac_status); } && {
5231 test -z "$ac_c_werror_flag" ||
5232 test ! -s conftest.err
5233 } && test -s conftest$ac_exeext && {
5234 test "$cross_compiling" = yes ||
5235 $as_test_x conftest$ac_exeext
5236 }; then
5237 ac_cv_lib_posix_remove=yes
5238 else
5239 $as_echo "$as_me: failed program was:" >&5
5240 sed 's/^/| /' conftest.$ac_ext >&5
5242 ac_cv_lib_posix_remove=no
5245 rm -rf conftest.dSYM
5246 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
5247 conftest$ac_exeext conftest.$ac_ext
5248 LIBS=$ac_check_lib_save_LIBS
5250 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_posix_remove" >&5
5251 $as_echo "$ac_cv_lib_posix_remove" >&6; }
5252 if test "x$ac_cv_lib_posix_remove" = x""yes; then
5253 X_EXTRA_LIBS="$X_EXTRA_LIBS -lposix"
5258 # BSDI BSD/OS 2.1 needs -lipc for XOpenDisplay.
5259 { $as_echo "$as_me:$LINENO: checking for shmat" >&5
5260 $as_echo_n "checking for shmat... " >&6; }
5261 if test "${ac_cv_func_shmat+set}" = set; then
5262 $as_echo_n "(cached) " >&6
5263 else
5264 cat >conftest.$ac_ext <<_ACEOF
5265 /* confdefs.h. */
5266 _ACEOF
5267 cat confdefs.h >>conftest.$ac_ext
5268 cat >>conftest.$ac_ext <<_ACEOF
5269 /* end confdefs.h. */
5270 /* Define shmat to an innocuous variant, in case <limits.h> declares shmat.
5271 For example, HP-UX 11i <limits.h> declares gettimeofday. */
5272 #define shmat innocuous_shmat
5274 /* System header to define __stub macros and hopefully few prototypes,
5275 which can conflict with char shmat (); below.
5276 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
5277 <limits.h> exists even on freestanding compilers. */
5279 #ifdef __STDC__
5280 # include <limits.h>
5281 #else
5282 # include <assert.h>
5283 #endif
5285 #undef shmat
5287 /* Override any GCC internal prototype to avoid an error.
5288 Use char because int might match the return type of a GCC
5289 builtin and then its argument prototype would still apply. */
5290 #ifdef __cplusplus
5291 extern "C"
5292 #endif
5293 char shmat ();
5294 /* The GNU C library defines this for functions which it implements
5295 to always fail with ENOSYS. Some functions are actually named
5296 something starting with __ and the normal name is an alias. */
5297 #if defined __stub_shmat || defined __stub___shmat
5298 choke me
5299 #endif
5302 main ()
5304 return shmat ();
5306 return 0;
5308 _ACEOF
5309 rm -f conftest.$ac_objext conftest$ac_exeext
5310 if { (ac_try="$ac_link"
5311 case "(($ac_try" in
5312 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5313 *) ac_try_echo=$ac_try;;
5314 esac
5315 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
5316 $as_echo "$ac_try_echo") >&5
5317 (eval "$ac_link") 2>conftest.er1
5318 ac_status=$?
5319 grep -v '^ *+' conftest.er1 >conftest.err
5320 rm -f conftest.er1
5321 cat conftest.err >&5
5322 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
5323 (exit $ac_status); } && {
5324 test -z "$ac_c_werror_flag" ||
5325 test ! -s conftest.err
5326 } && test -s conftest$ac_exeext && {
5327 test "$cross_compiling" = yes ||
5328 $as_test_x conftest$ac_exeext
5329 }; then
5330 ac_cv_func_shmat=yes
5331 else
5332 $as_echo "$as_me: failed program was:" >&5
5333 sed 's/^/| /' conftest.$ac_ext >&5
5335 ac_cv_func_shmat=no
5338 rm -rf conftest.dSYM
5339 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
5340 conftest$ac_exeext conftest.$ac_ext
5342 { $as_echo "$as_me:$LINENO: result: $ac_cv_func_shmat" >&5
5343 $as_echo "$ac_cv_func_shmat" >&6; }
5345 if test $ac_cv_func_shmat = no; then
5346 { $as_echo "$as_me:$LINENO: checking for shmat in -lipc" >&5
5347 $as_echo_n "checking for shmat in -lipc... " >&6; }
5348 if test "${ac_cv_lib_ipc_shmat+set}" = set; then
5349 $as_echo_n "(cached) " >&6
5350 else
5351 ac_check_lib_save_LIBS=$LIBS
5352 LIBS="-lipc $LIBS"
5353 cat >conftest.$ac_ext <<_ACEOF
5354 /* confdefs.h. */
5355 _ACEOF
5356 cat confdefs.h >>conftest.$ac_ext
5357 cat >>conftest.$ac_ext <<_ACEOF
5358 /* end confdefs.h. */
5360 /* Override any GCC internal prototype to avoid an error.
5361 Use char because int might match the return type of a GCC
5362 builtin and then its argument prototype would still apply. */
5363 #ifdef __cplusplus
5364 extern "C"
5365 #endif
5366 char shmat ();
5368 main ()
5370 return shmat ();
5372 return 0;
5374 _ACEOF
5375 rm -f conftest.$ac_objext conftest$ac_exeext
5376 if { (ac_try="$ac_link"
5377 case "(($ac_try" in
5378 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5379 *) ac_try_echo=$ac_try;;
5380 esac
5381 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
5382 $as_echo "$ac_try_echo") >&5
5383 (eval "$ac_link") 2>conftest.er1
5384 ac_status=$?
5385 grep -v '^ *+' conftest.er1 >conftest.err
5386 rm -f conftest.er1
5387 cat conftest.err >&5
5388 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
5389 (exit $ac_status); } && {
5390 test -z "$ac_c_werror_flag" ||
5391 test ! -s conftest.err
5392 } && test -s conftest$ac_exeext && {
5393 test "$cross_compiling" = yes ||
5394 $as_test_x conftest$ac_exeext
5395 }; then
5396 ac_cv_lib_ipc_shmat=yes
5397 else
5398 $as_echo "$as_me: failed program was:" >&5
5399 sed 's/^/| /' conftest.$ac_ext >&5
5401 ac_cv_lib_ipc_shmat=no
5404 rm -rf conftest.dSYM
5405 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
5406 conftest$ac_exeext conftest.$ac_ext
5407 LIBS=$ac_check_lib_save_LIBS
5409 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_ipc_shmat" >&5
5410 $as_echo "$ac_cv_lib_ipc_shmat" >&6; }
5411 if test "x$ac_cv_lib_ipc_shmat" = x""yes; then
5412 X_EXTRA_LIBS="$X_EXTRA_LIBS -lipc"
5418 # Check for libraries that X11R6 Xt/Xaw programs need.
5419 ac_save_LDFLAGS=$LDFLAGS
5420 test -n "$x_libraries" && LDFLAGS="$LDFLAGS -L$x_libraries"
5421 # SM needs ICE to (dynamically) link under SunOS 4.x (so we have to
5422 # check for ICE first), but we must link in the order -lSM -lICE or
5423 # we get undefined symbols. So assume we have SM if we have ICE.
5424 # These have to be linked with before -lX11, unlike the other
5425 # libraries we check for below, so use a different variable.
5426 # John Interrante, Karl Berry
5427 { $as_echo "$as_me:$LINENO: checking for IceConnectionNumber in -lICE" >&5
5428 $as_echo_n "checking for IceConnectionNumber in -lICE... " >&6; }
5429 if test "${ac_cv_lib_ICE_IceConnectionNumber+set}" = set; then
5430 $as_echo_n "(cached) " >&6
5431 else
5432 ac_check_lib_save_LIBS=$LIBS
5433 LIBS="-lICE $X_EXTRA_LIBS $LIBS"
5434 cat >conftest.$ac_ext <<_ACEOF
5435 /* confdefs.h. */
5436 _ACEOF
5437 cat confdefs.h >>conftest.$ac_ext
5438 cat >>conftest.$ac_ext <<_ACEOF
5439 /* end confdefs.h. */
5441 /* Override any GCC internal prototype to avoid an error.
5442 Use char because int might match the return type of a GCC
5443 builtin and then its argument prototype would still apply. */
5444 #ifdef __cplusplus
5445 extern "C"
5446 #endif
5447 char IceConnectionNumber ();
5449 main ()
5451 return IceConnectionNumber ();
5453 return 0;
5455 _ACEOF
5456 rm -f conftest.$ac_objext conftest$ac_exeext
5457 if { (ac_try="$ac_link"
5458 case "(($ac_try" in
5459 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5460 *) ac_try_echo=$ac_try;;
5461 esac
5462 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
5463 $as_echo "$ac_try_echo") >&5
5464 (eval "$ac_link") 2>conftest.er1
5465 ac_status=$?
5466 grep -v '^ *+' conftest.er1 >conftest.err
5467 rm -f conftest.er1
5468 cat conftest.err >&5
5469 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
5470 (exit $ac_status); } && {
5471 test -z "$ac_c_werror_flag" ||
5472 test ! -s conftest.err
5473 } && test -s conftest$ac_exeext && {
5474 test "$cross_compiling" = yes ||
5475 $as_test_x conftest$ac_exeext
5476 }; then
5477 ac_cv_lib_ICE_IceConnectionNumber=yes
5478 else
5479 $as_echo "$as_me: failed program was:" >&5
5480 sed 's/^/| /' conftest.$ac_ext >&5
5482 ac_cv_lib_ICE_IceConnectionNumber=no
5485 rm -rf conftest.dSYM
5486 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
5487 conftest$ac_exeext conftest.$ac_ext
5488 LIBS=$ac_check_lib_save_LIBS
5490 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_ICE_IceConnectionNumber" >&5
5491 $as_echo "$ac_cv_lib_ICE_IceConnectionNumber" >&6; }
5492 if test "x$ac_cv_lib_ICE_IceConnectionNumber" = x""yes; then
5493 X_PRE_LIBS="$X_PRE_LIBS -lSM -lICE"
5496 LDFLAGS=$ac_save_LDFLAGS
5501 for ac_prog in flex
5503 # Extract the first word of "$ac_prog", so it can be a program name with args.
5504 set dummy $ac_prog; ac_word=$2
5505 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
5506 $as_echo_n "checking for $ac_word... " >&6; }
5507 if test "${ac_cv_prog_FLEX+set}" = set; then
5508 $as_echo_n "(cached) " >&6
5509 else
5510 if test -n "$FLEX"; then
5511 ac_cv_prog_FLEX="$FLEX" # Let the user override the test.
5512 else
5513 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5514 for as_dir in $PATH
5516 IFS=$as_save_IFS
5517 test -z "$as_dir" && as_dir=.
5518 for ac_exec_ext in '' $ac_executable_extensions; do
5519 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5520 ac_cv_prog_FLEX="$ac_prog"
5521 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5522 break 2
5524 done
5525 done
5526 IFS=$as_save_IFS
5530 FLEX=$ac_cv_prog_FLEX
5531 if test -n "$FLEX"; then
5532 { $as_echo "$as_me:$LINENO: result: $FLEX" >&5
5533 $as_echo "$FLEX" >&6; }
5534 else
5535 { $as_echo "$as_me:$LINENO: result: no" >&5
5536 $as_echo "no" >&6; }
5540 test -n "$FLEX" && break
5541 done
5542 test -n "$FLEX" || FLEX="none"
5544 if test "$FLEX" = "none"
5545 then
5546 { { $as_echo "$as_me:$LINENO: error: no suitable flex found. Please install the 'flex' package." >&5
5547 $as_echo "$as_me: error: no suitable flex found. Please install the 'flex' package." >&2;}
5548 { (exit 1); exit 1; }; }
5551 for ac_prog in bison
5553 # Extract the first word of "$ac_prog", so it can be a program name with args.
5554 set dummy $ac_prog; ac_word=$2
5555 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
5556 $as_echo_n "checking for $ac_word... " >&6; }
5557 if test "${ac_cv_prog_BISON+set}" = set; then
5558 $as_echo_n "(cached) " >&6
5559 else
5560 if test -n "$BISON"; then
5561 ac_cv_prog_BISON="$BISON" # Let the user override the test.
5562 else
5563 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5564 for as_dir in $PATH
5566 IFS=$as_save_IFS
5567 test -z "$as_dir" && as_dir=.
5568 for ac_exec_ext in '' $ac_executable_extensions; do
5569 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5570 ac_cv_prog_BISON="$ac_prog"
5571 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5572 break 2
5574 done
5575 done
5576 IFS=$as_save_IFS
5580 BISON=$ac_cv_prog_BISON
5581 if test -n "$BISON"; then
5582 { $as_echo "$as_me:$LINENO: result: $BISON" >&5
5583 $as_echo "$BISON" >&6; }
5584 else
5585 { $as_echo "$as_me:$LINENO: result: no" >&5
5586 $as_echo "no" >&6; }
5590 test -n "$BISON" && break
5591 done
5592 test -n "$BISON" || BISON="none"
5594 if test "$BISON" = "none"
5595 then
5596 { { $as_echo "$as_me:$LINENO: error: no suitable bison found. Please install the 'bison' package." >&5
5597 $as_echo "$as_me: error: no suitable bison found. Please install the 'bison' package." >&2;}
5598 { (exit 1); exit 1; }; }
5601 if test -n "$ac_tool_prefix"; then
5602 for ac_prog in gas as
5604 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
5605 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
5606 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
5607 $as_echo_n "checking for $ac_word... " >&6; }
5608 if test "${ac_cv_prog_AS+set}" = set; then
5609 $as_echo_n "(cached) " >&6
5610 else
5611 if test -n "$AS"; then
5612 ac_cv_prog_AS="$AS" # Let the user override the test.
5613 else
5614 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5615 for as_dir in $PATH
5617 IFS=$as_save_IFS
5618 test -z "$as_dir" && as_dir=.
5619 for ac_exec_ext in '' $ac_executable_extensions; do
5620 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5621 ac_cv_prog_AS="$ac_tool_prefix$ac_prog"
5622 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5623 break 2
5625 done
5626 done
5627 IFS=$as_save_IFS
5631 AS=$ac_cv_prog_AS
5632 if test -n "$AS"; then
5633 { $as_echo "$as_me:$LINENO: result: $AS" >&5
5634 $as_echo "$AS" >&6; }
5635 else
5636 { $as_echo "$as_me:$LINENO: result: no" >&5
5637 $as_echo "no" >&6; }
5641 test -n "$AS" && break
5642 done
5644 if test -z "$AS"; then
5645 ac_ct_AS=$AS
5646 for ac_prog in gas as
5648 # Extract the first word of "$ac_prog", so it can be a program name with args.
5649 set dummy $ac_prog; ac_word=$2
5650 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
5651 $as_echo_n "checking for $ac_word... " >&6; }
5652 if test "${ac_cv_prog_ac_ct_AS+set}" = set; then
5653 $as_echo_n "(cached) " >&6
5654 else
5655 if test -n "$ac_ct_AS"; then
5656 ac_cv_prog_ac_ct_AS="$ac_ct_AS" # Let the user override the test.
5657 else
5658 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5659 for as_dir in $PATH
5661 IFS=$as_save_IFS
5662 test -z "$as_dir" && as_dir=.
5663 for ac_exec_ext in '' $ac_executable_extensions; do
5664 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5665 ac_cv_prog_ac_ct_AS="$ac_prog"
5666 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5667 break 2
5669 done
5670 done
5671 IFS=$as_save_IFS
5675 ac_ct_AS=$ac_cv_prog_ac_ct_AS
5676 if test -n "$ac_ct_AS"; then
5677 { $as_echo "$as_me:$LINENO: result: $ac_ct_AS" >&5
5678 $as_echo "$ac_ct_AS" >&6; }
5679 else
5680 { $as_echo "$as_me:$LINENO: result: no" >&5
5681 $as_echo "no" >&6; }
5685 test -n "$ac_ct_AS" && break
5686 done
5688 if test "x$ac_ct_AS" = x; then
5689 AS="as"
5690 else
5691 case $cross_compiling:$ac_tool_warned in
5692 yes:)
5693 { $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5
5694 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
5695 ac_tool_warned=yes ;;
5696 esac
5697 AS=$ac_ct_AS
5701 if test -n "$ac_tool_prefix"; then
5702 for ac_prog in ld gld
5704 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
5705 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
5706 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
5707 $as_echo_n "checking for $ac_word... " >&6; }
5708 if test "${ac_cv_prog_LD+set}" = set; then
5709 $as_echo_n "(cached) " >&6
5710 else
5711 if test -n "$LD"; then
5712 ac_cv_prog_LD="$LD" # Let the user override the test.
5713 else
5714 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5715 for as_dir in $PATH
5717 IFS=$as_save_IFS
5718 test -z "$as_dir" && as_dir=.
5719 for ac_exec_ext in '' $ac_executable_extensions; do
5720 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5721 ac_cv_prog_LD="$ac_tool_prefix$ac_prog"
5722 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5723 break 2
5725 done
5726 done
5727 IFS=$as_save_IFS
5731 LD=$ac_cv_prog_LD
5732 if test -n "$LD"; then
5733 { $as_echo "$as_me:$LINENO: result: $LD" >&5
5734 $as_echo "$LD" >&6; }
5735 else
5736 { $as_echo "$as_me:$LINENO: result: no" >&5
5737 $as_echo "no" >&6; }
5741 test -n "$LD" && break
5742 done
5744 if test -z "$LD"; then
5745 ac_ct_LD=$LD
5746 for ac_prog in ld gld
5748 # Extract the first word of "$ac_prog", so it can be a program name with args.
5749 set dummy $ac_prog; ac_word=$2
5750 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
5751 $as_echo_n "checking for $ac_word... " >&6; }
5752 if test "${ac_cv_prog_ac_ct_LD+set}" = set; then
5753 $as_echo_n "(cached) " >&6
5754 else
5755 if test -n "$ac_ct_LD"; then
5756 ac_cv_prog_ac_ct_LD="$ac_ct_LD" # Let the user override the test.
5757 else
5758 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5759 for as_dir in $PATH
5761 IFS=$as_save_IFS
5762 test -z "$as_dir" && as_dir=.
5763 for ac_exec_ext in '' $ac_executable_extensions; do
5764 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5765 ac_cv_prog_ac_ct_LD="$ac_prog"
5766 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5767 break 2
5769 done
5770 done
5771 IFS=$as_save_IFS
5775 ac_ct_LD=$ac_cv_prog_ac_ct_LD
5776 if test -n "$ac_ct_LD"; then
5777 { $as_echo "$as_me:$LINENO: result: $ac_ct_LD" >&5
5778 $as_echo "$ac_ct_LD" >&6; }
5779 else
5780 { $as_echo "$as_me:$LINENO: result: no" >&5
5781 $as_echo "no" >&6; }
5785 test -n "$ac_ct_LD" && break
5786 done
5788 if test "x$ac_ct_LD" = x; then
5789 LD="ld"
5790 else
5791 case $cross_compiling:$ac_tool_warned in
5792 yes:)
5793 { $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5
5794 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
5795 ac_tool_warned=yes ;;
5796 esac
5797 LD=$ac_ct_LD
5801 if test -n "$ac_tool_prefix"; then
5802 for ac_prog in nm gnm
5804 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
5805 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
5806 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
5807 $as_echo_n "checking for $ac_word... " >&6; }
5808 if test "${ac_cv_prog_NM+set}" = set; then
5809 $as_echo_n "(cached) " >&6
5810 else
5811 if test -n "$NM"; then
5812 ac_cv_prog_NM="$NM" # Let the user override the test.
5813 else
5814 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5815 for as_dir in $PATH
5817 IFS=$as_save_IFS
5818 test -z "$as_dir" && as_dir=.
5819 for ac_exec_ext in '' $ac_executable_extensions; do
5820 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5821 ac_cv_prog_NM="$ac_tool_prefix$ac_prog"
5822 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5823 break 2
5825 done
5826 done
5827 IFS=$as_save_IFS
5831 NM=$ac_cv_prog_NM
5832 if test -n "$NM"; then
5833 { $as_echo "$as_me:$LINENO: result: $NM" >&5
5834 $as_echo "$NM" >&6; }
5835 else
5836 { $as_echo "$as_me:$LINENO: result: no" >&5
5837 $as_echo "no" >&6; }
5841 test -n "$NM" && break
5842 done
5844 if test -z "$NM"; then
5845 ac_ct_NM=$NM
5846 for ac_prog in nm gnm
5848 # Extract the first word of "$ac_prog", so it can be a program name with args.
5849 set dummy $ac_prog; ac_word=$2
5850 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
5851 $as_echo_n "checking for $ac_word... " >&6; }
5852 if test "${ac_cv_prog_ac_ct_NM+set}" = set; then
5853 $as_echo_n "(cached) " >&6
5854 else
5855 if test -n "$ac_ct_NM"; then
5856 ac_cv_prog_ac_ct_NM="$ac_ct_NM" # Let the user override the test.
5857 else
5858 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5859 for as_dir in $PATH
5861 IFS=$as_save_IFS
5862 test -z "$as_dir" && as_dir=.
5863 for ac_exec_ext in '' $ac_executable_extensions; do
5864 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5865 ac_cv_prog_ac_ct_NM="$ac_prog"
5866 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5867 break 2
5869 done
5870 done
5871 IFS=$as_save_IFS
5875 ac_ct_NM=$ac_cv_prog_ac_ct_NM
5876 if test -n "$ac_ct_NM"; then
5877 { $as_echo "$as_me:$LINENO: result: $ac_ct_NM" >&5
5878 $as_echo "$ac_ct_NM" >&6; }
5879 else
5880 { $as_echo "$as_me:$LINENO: result: no" >&5
5881 $as_echo "no" >&6; }
5885 test -n "$ac_ct_NM" && break
5886 done
5888 if test "x$ac_ct_NM" = x; then
5889 NM="nm"
5890 else
5891 case $cross_compiling:$ac_tool_warned in
5892 yes:)
5893 { $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5
5894 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
5895 ac_tool_warned=yes ;;
5896 esac
5897 NM=$ac_ct_NM
5901 if test -n "$ac_tool_prefix"; then
5902 for ac_prog in ar gar
5904 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
5905 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
5906 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
5907 $as_echo_n "checking for $ac_word... " >&6; }
5908 if test "${ac_cv_prog_AR+set}" = set; then
5909 $as_echo_n "(cached) " >&6
5910 else
5911 if test -n "$AR"; then
5912 ac_cv_prog_AR="$AR" # Let the user override the test.
5913 else
5914 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5915 for as_dir in $PATH
5917 IFS=$as_save_IFS
5918 test -z "$as_dir" && as_dir=.
5919 for ac_exec_ext in '' $ac_executable_extensions; do
5920 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5921 ac_cv_prog_AR="$ac_tool_prefix$ac_prog"
5922 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5923 break 2
5925 done
5926 done
5927 IFS=$as_save_IFS
5931 AR=$ac_cv_prog_AR
5932 if test -n "$AR"; then
5933 { $as_echo "$as_me:$LINENO: result: $AR" >&5
5934 $as_echo "$AR" >&6; }
5935 else
5936 { $as_echo "$as_me:$LINENO: result: no" >&5
5937 $as_echo "no" >&6; }
5941 test -n "$AR" && break
5942 done
5944 if test -z "$AR"; then
5945 ac_ct_AR=$AR
5946 for ac_prog in ar gar
5948 # Extract the first word of "$ac_prog", so it can be a program name with args.
5949 set dummy $ac_prog; ac_word=$2
5950 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
5951 $as_echo_n "checking for $ac_word... " >&6; }
5952 if test "${ac_cv_prog_ac_ct_AR+set}" = set; then
5953 $as_echo_n "(cached) " >&6
5954 else
5955 if test -n "$ac_ct_AR"; then
5956 ac_cv_prog_ac_ct_AR="$ac_ct_AR" # Let the user override the test.
5957 else
5958 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5959 for as_dir in $PATH
5961 IFS=$as_save_IFS
5962 test -z "$as_dir" && as_dir=.
5963 for ac_exec_ext in '' $ac_executable_extensions; do
5964 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5965 ac_cv_prog_ac_ct_AR="$ac_prog"
5966 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5967 break 2
5969 done
5970 done
5971 IFS=$as_save_IFS
5975 ac_ct_AR=$ac_cv_prog_ac_ct_AR
5976 if test -n "$ac_ct_AR"; then
5977 { $as_echo "$as_me:$LINENO: result: $ac_ct_AR" >&5
5978 $as_echo "$ac_ct_AR" >&6; }
5979 else
5980 { $as_echo "$as_me:$LINENO: result: no" >&5
5981 $as_echo "no" >&6; }
5985 test -n "$ac_ct_AR" && break
5986 done
5988 if test "x$ac_ct_AR" = x; then
5989 AR="ar"
5990 else
5991 case $cross_compiling:$ac_tool_warned in
5992 yes:)
5993 { $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5
5994 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
5995 ac_tool_warned=yes ;;
5996 esac
5997 AR=$ac_ct_AR
6001 ARFLAGS=rc
6003 if test -n "$ac_tool_prefix"; then
6004 # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
6005 set dummy ${ac_tool_prefix}ranlib; ac_word=$2
6006 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
6007 $as_echo_n "checking for $ac_word... " >&6; }
6008 if test "${ac_cv_prog_RANLIB+set}" = set; then
6009 $as_echo_n "(cached) " >&6
6010 else
6011 if test -n "$RANLIB"; then
6012 ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
6013 else
6014 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6015 for as_dir in $PATH
6017 IFS=$as_save_IFS
6018 test -z "$as_dir" && as_dir=.
6019 for ac_exec_ext in '' $ac_executable_extensions; do
6020 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6021 ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib"
6022 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
6023 break 2
6025 done
6026 done
6027 IFS=$as_save_IFS
6031 RANLIB=$ac_cv_prog_RANLIB
6032 if test -n "$RANLIB"; then
6033 { $as_echo "$as_me:$LINENO: result: $RANLIB" >&5
6034 $as_echo "$RANLIB" >&6; }
6035 else
6036 { $as_echo "$as_me:$LINENO: result: no" >&5
6037 $as_echo "no" >&6; }
6042 if test -z "$ac_cv_prog_RANLIB"; then
6043 ac_ct_RANLIB=$RANLIB
6044 # Extract the first word of "ranlib", so it can be a program name with args.
6045 set dummy ranlib; ac_word=$2
6046 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
6047 $as_echo_n "checking for $ac_word... " >&6; }
6048 if test "${ac_cv_prog_ac_ct_RANLIB+set}" = set; then
6049 $as_echo_n "(cached) " >&6
6050 else
6051 if test -n "$ac_ct_RANLIB"; then
6052 ac_cv_prog_ac_ct_RANLIB="$ac_ct_RANLIB" # Let the user override the test.
6053 else
6054 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6055 for as_dir in $PATH
6057 IFS=$as_save_IFS
6058 test -z "$as_dir" && as_dir=.
6059 for ac_exec_ext in '' $ac_executable_extensions; do
6060 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6061 ac_cv_prog_ac_ct_RANLIB="ranlib"
6062 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
6063 break 2
6065 done
6066 done
6067 IFS=$as_save_IFS
6071 ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB
6072 if test -n "$ac_ct_RANLIB"; then
6073 { $as_echo "$as_me:$LINENO: result: $ac_ct_RANLIB" >&5
6074 $as_echo "$ac_ct_RANLIB" >&6; }
6075 else
6076 { $as_echo "$as_me:$LINENO: result: no" >&5
6077 $as_echo "no" >&6; }
6080 if test "x$ac_ct_RANLIB" = x; then
6081 RANLIB=":"
6082 else
6083 case $cross_compiling:$ac_tool_warned in
6084 yes:)
6085 { $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5
6086 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6087 ac_tool_warned=yes ;;
6088 esac
6089 RANLIB=$ac_ct_RANLIB
6091 else
6092 RANLIB="$ac_cv_prog_RANLIB"
6095 if test -n "$ac_tool_prefix"; then
6096 # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
6097 set dummy ${ac_tool_prefix}strip; ac_word=$2
6098 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
6099 $as_echo_n "checking for $ac_word... " >&6; }
6100 if test "${ac_cv_prog_STRIP+set}" = set; then
6101 $as_echo_n "(cached) " >&6
6102 else
6103 if test -n "$STRIP"; then
6104 ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
6105 else
6106 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6107 for as_dir in $PATH
6109 IFS=$as_save_IFS
6110 test -z "$as_dir" && as_dir=.
6111 for ac_exec_ext in '' $ac_executable_extensions; do
6112 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6113 ac_cv_prog_STRIP="${ac_tool_prefix}strip"
6114 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
6115 break 2
6117 done
6118 done
6119 IFS=$as_save_IFS
6123 STRIP=$ac_cv_prog_STRIP
6124 if test -n "$STRIP"; then
6125 { $as_echo "$as_me:$LINENO: result: $STRIP" >&5
6126 $as_echo "$STRIP" >&6; }
6127 else
6128 { $as_echo "$as_me:$LINENO: result: no" >&5
6129 $as_echo "no" >&6; }
6134 if test -z "$ac_cv_prog_STRIP"; then
6135 ac_ct_STRIP=$STRIP
6136 # Extract the first word of "strip", so it can be a program name with args.
6137 set dummy strip; ac_word=$2
6138 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
6139 $as_echo_n "checking for $ac_word... " >&6; }
6140 if test "${ac_cv_prog_ac_ct_STRIP+set}" = set; then
6141 $as_echo_n "(cached) " >&6
6142 else
6143 if test -n "$ac_ct_STRIP"; then
6144 ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test.
6145 else
6146 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6147 for as_dir in $PATH
6149 IFS=$as_save_IFS
6150 test -z "$as_dir" && as_dir=.
6151 for ac_exec_ext in '' $ac_executable_extensions; do
6152 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6153 ac_cv_prog_ac_ct_STRIP="strip"
6154 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
6155 break 2
6157 done
6158 done
6159 IFS=$as_save_IFS
6163 ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP
6164 if test -n "$ac_ct_STRIP"; then
6165 { $as_echo "$as_me:$LINENO: result: $ac_ct_STRIP" >&5
6166 $as_echo "$ac_ct_STRIP" >&6; }
6167 else
6168 { $as_echo "$as_me:$LINENO: result: no" >&5
6169 $as_echo "no" >&6; }
6172 if test "x$ac_ct_STRIP" = x; then
6173 STRIP="strip"
6174 else
6175 case $cross_compiling:$ac_tool_warned in
6176 yes:)
6177 { $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5
6178 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6179 ac_tool_warned=yes ;;
6180 esac
6181 STRIP=$ac_ct_STRIP
6183 else
6184 STRIP="$ac_cv_prog_STRIP"
6187 if test -n "$ac_tool_prefix"; then
6188 # Extract the first word of "${ac_tool_prefix}windres", so it can be a program name with args.
6189 set dummy ${ac_tool_prefix}windres; ac_word=$2
6190 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
6191 $as_echo_n "checking for $ac_word... " >&6; }
6192 if test "${ac_cv_prog_WINDRES+set}" = set; then
6193 $as_echo_n "(cached) " >&6
6194 else
6195 if test -n "$WINDRES"; then
6196 ac_cv_prog_WINDRES="$WINDRES" # Let the user override the test.
6197 else
6198 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6199 for as_dir in $PATH
6201 IFS=$as_save_IFS
6202 test -z "$as_dir" && as_dir=.
6203 for ac_exec_ext in '' $ac_executable_extensions; do
6204 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6205 ac_cv_prog_WINDRES="${ac_tool_prefix}windres"
6206 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
6207 break 2
6209 done
6210 done
6211 IFS=$as_save_IFS
6215 WINDRES=$ac_cv_prog_WINDRES
6216 if test -n "$WINDRES"; then
6217 { $as_echo "$as_me:$LINENO: result: $WINDRES" >&5
6218 $as_echo "$WINDRES" >&6; }
6219 else
6220 { $as_echo "$as_me:$LINENO: result: no" >&5
6221 $as_echo "no" >&6; }
6226 if test -z "$ac_cv_prog_WINDRES"; then
6227 ac_ct_WINDRES=$WINDRES
6228 # Extract the first word of "windres", so it can be a program name with args.
6229 set dummy windres; ac_word=$2
6230 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
6231 $as_echo_n "checking for $ac_word... " >&6; }
6232 if test "${ac_cv_prog_ac_ct_WINDRES+set}" = set; then
6233 $as_echo_n "(cached) " >&6
6234 else
6235 if test -n "$ac_ct_WINDRES"; then
6236 ac_cv_prog_ac_ct_WINDRES="$ac_ct_WINDRES" # Let the user override the test.
6237 else
6238 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6239 for as_dir in $PATH
6241 IFS=$as_save_IFS
6242 test -z "$as_dir" && as_dir=.
6243 for ac_exec_ext in '' $ac_executable_extensions; do
6244 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6245 ac_cv_prog_ac_ct_WINDRES="windres"
6246 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
6247 break 2
6249 done
6250 done
6251 IFS=$as_save_IFS
6255 ac_ct_WINDRES=$ac_cv_prog_ac_ct_WINDRES
6256 if test -n "$ac_ct_WINDRES"; then
6257 { $as_echo "$as_me:$LINENO: result: $ac_ct_WINDRES" >&5
6258 $as_echo "$ac_ct_WINDRES" >&6; }
6259 else
6260 { $as_echo "$as_me:$LINENO: result: no" >&5
6261 $as_echo "no" >&6; }
6264 if test "x$ac_ct_WINDRES" = x; then
6265 WINDRES="false"
6266 else
6267 case $cross_compiling:$ac_tool_warned in
6268 yes:)
6269 { $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5
6270 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6271 ac_tool_warned=yes ;;
6272 esac
6273 WINDRES=$ac_ct_WINDRES
6275 else
6276 WINDRES="$ac_cv_prog_WINDRES"
6279 { $as_echo "$as_me:$LINENO: checking whether ln -s works" >&5
6280 $as_echo_n "checking whether ln -s works... " >&6; }
6281 LN_S=$as_ln_s
6282 if test "$LN_S" = "ln -s"; then
6283 { $as_echo "$as_me:$LINENO: result: yes" >&5
6284 $as_echo "yes" >&6; }
6285 else
6286 { $as_echo "$as_me:$LINENO: result: no, using $LN_S" >&5
6287 $as_echo "no, using $LN_S" >&6; }
6290 { $as_echo "$as_me:$LINENO: checking whether ln works" >&5
6291 $as_echo_n "checking whether ln works... " >&6; }
6292 rm -f conf$$ conf$$.file
6293 echo >conf$$.file
6294 if ln conf$$.file conf$$ 2>/dev/null; then
6295 LN=ln
6297 { $as_echo "$as_me:$LINENO: result: yes" >&5
6298 $as_echo "yes" >&6; }
6299 else
6300 LN="cp -p"
6302 { $as_echo "$as_me:$LINENO: result: no, using $LN" >&5
6303 $as_echo "no, using $LN" >&6; }
6305 rm -f conf$$ conf$$.file
6306 { $as_echo "$as_me:$LINENO: checking for grep that handles long lines and -e" >&5
6307 $as_echo_n "checking for grep that handles long lines and -e... " >&6; }
6308 if test "${ac_cv_path_GREP+set}" = set; then
6309 $as_echo_n "(cached) " >&6
6310 else
6311 if test -z "$GREP"; then
6312 ac_path_GREP_found=false
6313 # Loop through the user's path and test for each of PROGNAME-LIST
6314 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6315 for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
6317 IFS=$as_save_IFS
6318 test -z "$as_dir" && as_dir=.
6319 for ac_prog in grep ggrep; do
6320 for ac_exec_ext in '' $ac_executable_extensions; do
6321 ac_path_GREP="$as_dir/$ac_prog$ac_exec_ext"
6322 { test -f "$ac_path_GREP" && $as_test_x "$ac_path_GREP"; } || continue
6323 # Check for GNU ac_path_GREP and select it if it is found.
6324 # Check for GNU $ac_path_GREP
6325 case `"$ac_path_GREP" --version 2>&1` in
6326 *GNU*)
6327 ac_cv_path_GREP="$ac_path_GREP" ac_path_GREP_found=:;;
6329 ac_count=0
6330 $as_echo_n 0123456789 >"conftest.in"
6331 while :
6333 cat "conftest.in" "conftest.in" >"conftest.tmp"
6334 mv "conftest.tmp" "conftest.in"
6335 cp "conftest.in" "conftest.nl"
6336 $as_echo 'GREP' >> "conftest.nl"
6337 "$ac_path_GREP" -e 'GREP$' -e '-(cannot match)-' < "conftest.nl" >"conftest.out" 2>/dev/null || break
6338 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
6339 ac_count=`expr $ac_count + 1`
6340 if test $ac_count -gt ${ac_path_GREP_max-0}; then
6341 # Best one so far, save it but keep looking for a better one
6342 ac_cv_path_GREP="$ac_path_GREP"
6343 ac_path_GREP_max=$ac_count
6345 # 10*(2^10) chars as input seems more than enough
6346 test $ac_count -gt 10 && break
6347 done
6348 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
6349 esac
6351 $ac_path_GREP_found && break 3
6352 done
6353 done
6354 done
6355 IFS=$as_save_IFS
6356 if test -z "$ac_cv_path_GREP"; then
6357 { { $as_echo "$as_me:$LINENO: error: no acceptable grep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&5
6358 $as_echo "$as_me: error: no acceptable grep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&2;}
6359 { (exit 1); exit 1; }; }
6361 else
6362 ac_cv_path_GREP=$GREP
6366 { $as_echo "$as_me:$LINENO: result: $ac_cv_path_GREP" >&5
6367 $as_echo "$ac_cv_path_GREP" >&6; }
6368 GREP="$ac_cv_path_GREP"
6371 { $as_echo "$as_me:$LINENO: checking for egrep" >&5
6372 $as_echo_n "checking for egrep... " >&6; }
6373 if test "${ac_cv_path_EGREP+set}" = set; then
6374 $as_echo_n "(cached) " >&6
6375 else
6376 if echo a | $GREP -E '(a|b)' >/dev/null 2>&1
6377 then ac_cv_path_EGREP="$GREP -E"
6378 else
6379 if test -z "$EGREP"; then
6380 ac_path_EGREP_found=false
6381 # Loop through the user's path and test for each of PROGNAME-LIST
6382 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6383 for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
6385 IFS=$as_save_IFS
6386 test -z "$as_dir" && as_dir=.
6387 for ac_prog in egrep; do
6388 for ac_exec_ext in '' $ac_executable_extensions; do
6389 ac_path_EGREP="$as_dir/$ac_prog$ac_exec_ext"
6390 { test -f "$ac_path_EGREP" && $as_test_x "$ac_path_EGREP"; } || continue
6391 # Check for GNU ac_path_EGREP and select it if it is found.
6392 # Check for GNU $ac_path_EGREP
6393 case `"$ac_path_EGREP" --version 2>&1` in
6394 *GNU*)
6395 ac_cv_path_EGREP="$ac_path_EGREP" ac_path_EGREP_found=:;;
6397 ac_count=0
6398 $as_echo_n 0123456789 >"conftest.in"
6399 while :
6401 cat "conftest.in" "conftest.in" >"conftest.tmp"
6402 mv "conftest.tmp" "conftest.in"
6403 cp "conftest.in" "conftest.nl"
6404 $as_echo 'EGREP' >> "conftest.nl"
6405 "$ac_path_EGREP" 'EGREP$' < "conftest.nl" >"conftest.out" 2>/dev/null || break
6406 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
6407 ac_count=`expr $ac_count + 1`
6408 if test $ac_count -gt ${ac_path_EGREP_max-0}; then
6409 # Best one so far, save it but keep looking for a better one
6410 ac_cv_path_EGREP="$ac_path_EGREP"
6411 ac_path_EGREP_max=$ac_count
6413 # 10*(2^10) chars as input seems more than enough
6414 test $ac_count -gt 10 && break
6415 done
6416 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
6417 esac
6419 $ac_path_EGREP_found && break 3
6420 done
6421 done
6422 done
6423 IFS=$as_save_IFS
6424 if test -z "$ac_cv_path_EGREP"; then
6425 { { $as_echo "$as_me:$LINENO: error: no acceptable egrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&5
6426 $as_echo "$as_me: error: no acceptable egrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&2;}
6427 { (exit 1); exit 1; }; }
6429 else
6430 ac_cv_path_EGREP=$EGREP
6435 { $as_echo "$as_me:$LINENO: result: $ac_cv_path_EGREP" >&5
6436 $as_echo "$ac_cv_path_EGREP" >&6; }
6437 EGREP="$ac_cv_path_EGREP"
6440 # Extract the first word of "ldconfig", so it can be a program name with args.
6441 set dummy ldconfig; ac_word=$2
6442 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
6443 $as_echo_n "checking for $ac_word... " >&6; }
6444 if test "${ac_cv_path_LDCONFIG+set}" = set; then
6445 $as_echo_n "(cached) " >&6
6446 else
6447 case $LDCONFIG in
6448 [\\/]* | ?:[\\/]*)
6449 ac_cv_path_LDCONFIG="$LDCONFIG" # Let the user override the test with a path.
6452 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6453 for as_dir in /sbin /usr/sbin $PATH
6455 IFS=$as_save_IFS
6456 test -z "$as_dir" && as_dir=.
6457 for ac_exec_ext in '' $ac_executable_extensions; do
6458 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6459 ac_cv_path_LDCONFIG="$as_dir/$ac_word$ac_exec_ext"
6460 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
6461 break 2
6463 done
6464 done
6465 IFS=$as_save_IFS
6467 test -z "$ac_cv_path_LDCONFIG" && ac_cv_path_LDCONFIG="true"
6469 esac
6471 LDCONFIG=$ac_cv_path_LDCONFIG
6472 if test -n "$LDCONFIG"; then
6473 { $as_echo "$as_me:$LINENO: result: $LDCONFIG" >&5
6474 $as_echo "$LDCONFIG" >&6; }
6475 else
6476 { $as_echo "$as_me:$LINENO: result: no" >&5
6477 $as_echo "no" >&6; }
6481 # Find a good install program. We prefer a C program (faster),
6482 # so one script is as good as another. But avoid the broken or
6483 # incompatible versions:
6484 # SysV /etc/install, /usr/sbin/install
6485 # SunOS /usr/etc/install
6486 # IRIX /sbin/install
6487 # AIX /bin/install
6488 # AmigaOS /C/install, which installs bootblocks on floppy discs
6489 # AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
6490 # AFS /usr/afsws/bin/install, which mishandles nonexistent args
6491 # SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
6492 # OS/2's system install, which has a completely different semantic
6493 # ./install, which can be erroneously created by make from ./install.sh.
6494 # Reject install programs that cannot install multiple files.
6495 { $as_echo "$as_me:$LINENO: checking for a BSD-compatible install" >&5
6496 $as_echo_n "checking for a BSD-compatible install... " >&6; }
6497 if test -z "$INSTALL"; then
6498 if test "${ac_cv_path_install+set}" = set; then
6499 $as_echo_n "(cached) " >&6
6500 else
6501 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6502 for as_dir in $PATH
6504 IFS=$as_save_IFS
6505 test -z "$as_dir" && as_dir=.
6506 # Account for people who put trailing slashes in PATH elements.
6507 case $as_dir/ in
6508 ./ | .// | /cC/* | \
6509 /etc/* | /usr/sbin/* | /usr/etc/* | /sbin/* | /usr/afsws/bin/* | \
6510 ?:\\/os2\\/install\\/* | ?:\\/OS2\\/INSTALL\\/* | \
6511 /usr/ucb/* ) ;;
6513 # OSF1 and SCO ODT 3.0 have their own names for install.
6514 # Don't use installbsd from OSF since it installs stuff as root
6515 # by default.
6516 for ac_prog in ginstall scoinst install; do
6517 for ac_exec_ext in '' $ac_executable_extensions; do
6518 if { test -f "$as_dir/$ac_prog$ac_exec_ext" && $as_test_x "$as_dir/$ac_prog$ac_exec_ext"; }; then
6519 if test $ac_prog = install &&
6520 grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
6521 # AIX install. It has an incompatible calling convention.
6523 elif test $ac_prog = install &&
6524 grep pwplus "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
6525 # program-specific install script used by HP pwplus--don't use.
6527 else
6528 rm -rf conftest.one conftest.two conftest.dir
6529 echo one > conftest.one
6530 echo two > conftest.two
6531 mkdir conftest.dir
6532 if "$as_dir/$ac_prog$ac_exec_ext" -c conftest.one conftest.two "`pwd`/conftest.dir" &&
6533 test -s conftest.one && test -s conftest.two &&
6534 test -s conftest.dir/conftest.one &&
6535 test -s conftest.dir/conftest.two
6536 then
6537 ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c"
6538 break 3
6542 done
6543 done
6545 esac
6547 done
6548 IFS=$as_save_IFS
6550 rm -rf conftest.one conftest.two conftest.dir
6553 if test "${ac_cv_path_install+set}" = set; then
6554 INSTALL=$ac_cv_path_install
6555 else
6556 # As a last resort, use the slow shell script. Don't cache a
6557 # value for INSTALL within a source directory, because that will
6558 # break other packages using the cache if that directory is
6559 # removed, or if the value is a relative name.
6560 INSTALL=$ac_install_sh
6563 { $as_echo "$as_me:$LINENO: result: $INSTALL" >&5
6564 $as_echo "$INSTALL" >&6; }
6566 # Use test -z because SunOS4 sh mishandles braces in ${var-val}.
6567 # It thinks the first close brace ends the variable substitution.
6568 test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}'
6570 test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL}'
6572 test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
6574 case "$INSTALL" in
6575 [\\/$]* | ?:[\\/]* ) ;;
6576 *) INSTALL="\\\$(TOPSRCDIR)/$INSTALL" ;;
6577 esac
6579 for ac_prog in lclint lint
6581 # Extract the first word of "$ac_prog", so it can be a program name with args.
6582 set dummy $ac_prog; ac_word=$2
6583 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
6584 $as_echo_n "checking for $ac_word... " >&6; }
6585 if test "${ac_cv_prog_LINT+set}" = set; then
6586 $as_echo_n "(cached) " >&6
6587 else
6588 if test -n "$LINT"; then
6589 ac_cv_prog_LINT="$LINT" # Let the user override the test.
6590 else
6591 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6592 for as_dir in $PATH
6594 IFS=$as_save_IFS
6595 test -z "$as_dir" && as_dir=.
6596 for ac_exec_ext in '' $ac_executable_extensions; do
6597 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6598 ac_cv_prog_LINT="$ac_prog"
6599 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
6600 break 2
6602 done
6603 done
6604 IFS=$as_save_IFS
6608 LINT=$ac_cv_prog_LINT
6609 if test -n "$LINT"; then
6610 { $as_echo "$as_me:$LINENO: result: $LINT" >&5
6611 $as_echo "$LINT" >&6; }
6612 else
6613 { $as_echo "$as_me:$LINENO: result: no" >&5
6614 $as_echo "no" >&6; }
6618 test -n "$LINT" && break
6619 done
6621 if test "$LINT" = "lint"
6622 then
6623 LINTFLAGS="$LINTFLAGS -errchk=%all,no%longptr64 -errhdr=%user -Ncheck=macro -Nlevel=4"
6628 for ac_prog in fontforge
6630 # Extract the first word of "$ac_prog", so it can be a program name with args.
6631 set dummy $ac_prog; ac_word=$2
6632 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
6633 $as_echo_n "checking for $ac_word... " >&6; }
6634 if test "${ac_cv_prog_FONTFORGE+set}" = set; then
6635 $as_echo_n "(cached) " >&6
6636 else
6637 if test -n "$FONTFORGE"; then
6638 ac_cv_prog_FONTFORGE="$FONTFORGE" # Let the user override the test.
6639 else
6640 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6641 for as_dir in $PATH
6643 IFS=$as_save_IFS
6644 test -z "$as_dir" && as_dir=.
6645 for ac_exec_ext in '' $ac_executable_extensions; do
6646 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6647 ac_cv_prog_FONTFORGE="$ac_prog"
6648 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
6649 break 2
6651 done
6652 done
6653 IFS=$as_save_IFS
6657 FONTFORGE=$ac_cv_prog_FONTFORGE
6658 if test -n "$FONTFORGE"; then
6659 { $as_echo "$as_me:$LINENO: result: $FONTFORGE" >&5
6660 $as_echo "$FONTFORGE" >&6; }
6661 else
6662 { $as_echo "$as_me:$LINENO: result: no" >&5
6663 $as_echo "no" >&6; }
6667 test -n "$FONTFORGE" && break
6668 done
6669 test -n "$FONTFORGE" || FONTFORGE="false"
6671 for ac_prog in pkg-config
6673 # Extract the first word of "$ac_prog", so it can be a program name with args.
6674 set dummy $ac_prog; ac_word=$2
6675 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
6676 $as_echo_n "checking for $ac_word... " >&6; }
6677 if test "${ac_cv_prog_PKG_CONFIG+set}" = set; then
6678 $as_echo_n "(cached) " >&6
6679 else
6680 if test -n "$PKG_CONFIG"; then
6681 ac_cv_prog_PKG_CONFIG="$PKG_CONFIG" # Let the user override the test.
6682 else
6683 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6684 for as_dir in $PATH
6686 IFS=$as_save_IFS
6687 test -z "$as_dir" && as_dir=.
6688 for ac_exec_ext in '' $ac_executable_extensions; do
6689 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6690 ac_cv_prog_PKG_CONFIG="$ac_prog"
6691 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
6692 break 2
6694 done
6695 done
6696 IFS=$as_save_IFS
6700 PKG_CONFIG=$ac_cv_prog_PKG_CONFIG
6701 if test -n "$PKG_CONFIG"; then
6702 { $as_echo "$as_me:$LINENO: result: $PKG_CONFIG" >&5
6703 $as_echo "$PKG_CONFIG" >&6; }
6704 else
6705 { $as_echo "$as_me:$LINENO: result: no" >&5
6706 $as_echo "no" >&6; }
6710 test -n "$PKG_CONFIG" && break
6711 done
6712 test -n "$PKG_CONFIG" || PKG_CONFIG="false"
6714 for ac_prog in rsvg
6716 # Extract the first word of "$ac_prog", so it can be a program name with args.
6717 set dummy $ac_prog; ac_word=$2
6718 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
6719 $as_echo_n "checking for $ac_word... " >&6; }
6720 if test "${ac_cv_prog_RSVG+set}" = set; then
6721 $as_echo_n "(cached) " >&6
6722 else
6723 if test -n "$RSVG"; then
6724 ac_cv_prog_RSVG="$RSVG" # Let the user override the test.
6725 else
6726 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6727 for as_dir in $PATH
6729 IFS=$as_save_IFS
6730 test -z "$as_dir" && as_dir=.
6731 for ac_exec_ext in '' $ac_executable_extensions; do
6732 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6733 ac_cv_prog_RSVG="$ac_prog"
6734 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
6735 break 2
6737 done
6738 done
6739 IFS=$as_save_IFS
6743 RSVG=$ac_cv_prog_RSVG
6744 if test -n "$RSVG"; then
6745 { $as_echo "$as_me:$LINENO: result: $RSVG" >&5
6746 $as_echo "$RSVG" >&6; }
6747 else
6748 { $as_echo "$as_me:$LINENO: result: no" >&5
6749 $as_echo "no" >&6; }
6753 test -n "$RSVG" && break
6754 done
6755 test -n "$RSVG" || RSVG="false"
6757 for ac_prog in icotool
6759 # Extract the first word of "$ac_prog", so it can be a program name with args.
6760 set dummy $ac_prog; ac_word=$2
6761 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
6762 $as_echo_n "checking for $ac_word... " >&6; }
6763 if test "${ac_cv_prog_ICOTOOL+set}" = set; then
6764 $as_echo_n "(cached) " >&6
6765 else
6766 if test -n "$ICOTOOL"; then
6767 ac_cv_prog_ICOTOOL="$ICOTOOL" # Let the user override the test.
6768 else
6769 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6770 for as_dir in $PATH
6772 IFS=$as_save_IFS
6773 test -z "$as_dir" && as_dir=.
6774 for ac_exec_ext in '' $ac_executable_extensions; do
6775 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6776 ac_cv_prog_ICOTOOL="$ac_prog"
6777 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
6778 break 2
6780 done
6781 done
6782 IFS=$as_save_IFS
6786 ICOTOOL=$ac_cv_prog_ICOTOOL
6787 if test -n "$ICOTOOL"; then
6788 { $as_echo "$as_me:$LINENO: result: $ICOTOOL" >&5
6789 $as_echo "$ICOTOOL" >&6; }
6790 else
6791 { $as_echo "$as_me:$LINENO: result: no" >&5
6792 $as_echo "no" >&6; }
6796 test -n "$ICOTOOL" && break
6797 done
6798 test -n "$ICOTOOL" || ICOTOOL="false"
6801 if test "${enable_maintainer_mode+set}" = set
6802 then
6803 if test "$FONTFORGE" = "false"; then wine_warnings="$wine_warnings|fontforge is missing, fonts can't be rebuilt."; fi
6804 if test "$RSVG" = "false"; then wine_warnings="$wine_warnings|rsvg is missing, icons can't be rebuilt."; fi
6805 if test "$ICOTOOL" = "false"; then wine_warnings="$wine_warnings|icotool is missing, icons can't be rebuilt."; fi
6808 case $host_cpu in
6809 *i[3456789]86*)
6810 # Extract the first word of "prelink", so it can be a program name with args.
6811 set dummy prelink; ac_word=$2
6812 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
6813 $as_echo_n "checking for $ac_word... " >&6; }
6814 if test "${ac_cv_path_PRELINK+set}" = set; then
6815 $as_echo_n "(cached) " >&6
6816 else
6817 case $PRELINK in
6818 [\\/]* | ?:[\\/]*)
6819 ac_cv_path_PRELINK="$PRELINK" # Let the user override the test with a path.
6822 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6823 for as_dir in /sbin /usr/sbin $PATH
6825 IFS=$as_save_IFS
6826 test -z "$as_dir" && as_dir=.
6827 for ac_exec_ext in '' $ac_executable_extensions; do
6828 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6829 ac_cv_path_PRELINK="$as_dir/$ac_word$ac_exec_ext"
6830 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
6831 break 2
6833 done
6834 done
6835 IFS=$as_save_IFS
6837 test -z "$ac_cv_path_PRELINK" && ac_cv_path_PRELINK="false"
6839 esac
6841 PRELINK=$ac_cv_path_PRELINK
6842 if test -n "$PRELINK"; then
6843 { $as_echo "$as_me:$LINENO: result: $PRELINK" >&5
6844 $as_echo "$PRELINK" >&6; }
6845 else
6846 { $as_echo "$as_me:$LINENO: result: no" >&5
6847 $as_echo "no" >&6; }
6852 esac
6856 { $as_echo "$as_me:$LINENO: checking for i386_set_ldt in -li386" >&5
6857 $as_echo_n "checking for i386_set_ldt in -li386... " >&6; }
6858 if test "${ac_cv_lib_i386_i386_set_ldt+set}" = set; then
6859 $as_echo_n "(cached) " >&6
6860 else
6861 ac_check_lib_save_LIBS=$LIBS
6862 LIBS="-li386 $LIBS"
6863 cat >conftest.$ac_ext <<_ACEOF
6864 /* confdefs.h. */
6865 _ACEOF
6866 cat confdefs.h >>conftest.$ac_ext
6867 cat >>conftest.$ac_ext <<_ACEOF
6868 /* end confdefs.h. */
6870 /* Override any GCC internal prototype to avoid an error.
6871 Use char because int might match the return type of a GCC
6872 builtin and then its argument prototype would still apply. */
6873 #ifdef __cplusplus
6874 extern "C"
6875 #endif
6876 char i386_set_ldt ();
6878 main ()
6880 return i386_set_ldt ();
6882 return 0;
6884 _ACEOF
6885 rm -f conftest.$ac_objext conftest$ac_exeext
6886 if { (ac_try="$ac_link"
6887 case "(($ac_try" in
6888 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6889 *) ac_try_echo=$ac_try;;
6890 esac
6891 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
6892 $as_echo "$ac_try_echo") >&5
6893 (eval "$ac_link") 2>conftest.er1
6894 ac_status=$?
6895 grep -v '^ *+' conftest.er1 >conftest.err
6896 rm -f conftest.er1
6897 cat conftest.err >&5
6898 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
6899 (exit $ac_status); } && {
6900 test -z "$ac_c_werror_flag" ||
6901 test ! -s conftest.err
6902 } && test -s conftest$ac_exeext && {
6903 test "$cross_compiling" = yes ||
6904 $as_test_x conftest$ac_exeext
6905 }; then
6906 ac_cv_lib_i386_i386_set_ldt=yes
6907 else
6908 $as_echo "$as_me: failed program was:" >&5
6909 sed 's/^/| /' conftest.$ac_ext >&5
6911 ac_cv_lib_i386_i386_set_ldt=no
6914 rm -rf conftest.dSYM
6915 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
6916 conftest$ac_exeext conftest.$ac_ext
6917 LIBS=$ac_check_lib_save_LIBS
6919 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_i386_i386_set_ldt" >&5
6920 $as_echo "$ac_cv_lib_i386_i386_set_ldt" >&6; }
6921 if test "x$ac_cv_lib_i386_i386_set_ldt" = x""yes; then
6922 cat >>confdefs.h <<_ACEOF
6923 #define HAVE_LIBI386 1
6924 _ACEOF
6926 LIBS="-li386 $LIBS"
6931 { $as_echo "$as_me:$LINENO: checking for _oss_ioctl in -lossaudio" >&5
6932 $as_echo_n "checking for _oss_ioctl in -lossaudio... " >&6; }
6933 if test "${ac_cv_lib_ossaudio__oss_ioctl+set}" = set; then
6934 $as_echo_n "(cached) " >&6
6935 else
6936 ac_check_lib_save_LIBS=$LIBS
6937 LIBS="-lossaudio $LIBS"
6938 cat >conftest.$ac_ext <<_ACEOF
6939 /* confdefs.h. */
6940 _ACEOF
6941 cat confdefs.h >>conftest.$ac_ext
6942 cat >>conftest.$ac_ext <<_ACEOF
6943 /* end confdefs.h. */
6945 /* Override any GCC internal prototype to avoid an error.
6946 Use char because int might match the return type of a GCC
6947 builtin and then its argument prototype would still apply. */
6948 #ifdef __cplusplus
6949 extern "C"
6950 #endif
6951 char _oss_ioctl ();
6953 main ()
6955 return _oss_ioctl ();
6957 return 0;
6959 _ACEOF
6960 rm -f conftest.$ac_objext conftest$ac_exeext
6961 if { (ac_try="$ac_link"
6962 case "(($ac_try" in
6963 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6964 *) ac_try_echo=$ac_try;;
6965 esac
6966 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
6967 $as_echo "$ac_try_echo") >&5
6968 (eval "$ac_link") 2>conftest.er1
6969 ac_status=$?
6970 grep -v '^ *+' conftest.er1 >conftest.err
6971 rm -f conftest.er1
6972 cat conftest.err >&5
6973 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
6974 (exit $ac_status); } && {
6975 test -z "$ac_c_werror_flag" ||
6976 test ! -s conftest.err
6977 } && test -s conftest$ac_exeext && {
6978 test "$cross_compiling" = yes ||
6979 $as_test_x conftest$ac_exeext
6980 }; then
6981 ac_cv_lib_ossaudio__oss_ioctl=yes
6982 else
6983 $as_echo "$as_me: failed program was:" >&5
6984 sed 's/^/| /' conftest.$ac_ext >&5
6986 ac_cv_lib_ossaudio__oss_ioctl=no
6989 rm -rf conftest.dSYM
6990 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
6991 conftest$ac_exeext conftest.$ac_ext
6992 LIBS=$ac_check_lib_save_LIBS
6994 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_ossaudio__oss_ioctl" >&5
6995 $as_echo "$ac_cv_lib_ossaudio__oss_ioctl" >&6; }
6996 if test "x$ac_cv_lib_ossaudio__oss_ioctl" = x""yes; then
6997 cat >>confdefs.h <<_ACEOF
6998 #define HAVE_LIBOSSAUDIO 1
6999 _ACEOF
7001 LIBS="-lossaudio $LIBS"
7005 { $as_echo "$as_me:$LINENO: checking for pthread_create in -lpthread" >&5
7006 $as_echo_n "checking for pthread_create in -lpthread... " >&6; }
7007 if test "${ac_cv_lib_pthread_pthread_create+set}" = set; then
7008 $as_echo_n "(cached) " >&6
7009 else
7010 ac_check_lib_save_LIBS=$LIBS
7011 LIBS="-lpthread $LIBS"
7012 cat >conftest.$ac_ext <<_ACEOF
7013 /* confdefs.h. */
7014 _ACEOF
7015 cat confdefs.h >>conftest.$ac_ext
7016 cat >>conftest.$ac_ext <<_ACEOF
7017 /* end confdefs.h. */
7019 /* Override any GCC internal prototype to avoid an error.
7020 Use char because int might match the return type of a GCC
7021 builtin and then its argument prototype would still apply. */
7022 #ifdef __cplusplus
7023 extern "C"
7024 #endif
7025 char pthread_create ();
7027 main ()
7029 return pthread_create ();
7031 return 0;
7033 _ACEOF
7034 rm -f conftest.$ac_objext conftest$ac_exeext
7035 if { (ac_try="$ac_link"
7036 case "(($ac_try" in
7037 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7038 *) ac_try_echo=$ac_try;;
7039 esac
7040 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
7041 $as_echo "$ac_try_echo") >&5
7042 (eval "$ac_link") 2>conftest.er1
7043 ac_status=$?
7044 grep -v '^ *+' conftest.er1 >conftest.err
7045 rm -f conftest.er1
7046 cat conftest.err >&5
7047 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
7048 (exit $ac_status); } && {
7049 test -z "$ac_c_werror_flag" ||
7050 test ! -s conftest.err
7051 } && test -s conftest$ac_exeext && {
7052 test "$cross_compiling" = yes ||
7053 $as_test_x conftest$ac_exeext
7054 }; then
7055 ac_cv_lib_pthread_pthread_create=yes
7056 else
7057 $as_echo "$as_me: failed program was:" >&5
7058 sed 's/^/| /' conftest.$ac_ext >&5
7060 ac_cv_lib_pthread_pthread_create=no
7063 rm -rf conftest.dSYM
7064 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
7065 conftest$ac_exeext conftest.$ac_ext
7066 LIBS=$ac_check_lib_save_LIBS
7068 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_pthread_pthread_create" >&5
7069 $as_echo "$ac_cv_lib_pthread_pthread_create" >&6; }
7070 if test "x$ac_cv_lib_pthread_pthread_create" = x""yes; then
7071 LIBPTHREAD="-lpthread"
7076 XLIB=""
7078 OPENGL_LIBS=""
7082 { $as_echo "$as_me:$LINENO: checking for ANSI C header files" >&5
7083 $as_echo_n "checking for ANSI C header files... " >&6; }
7084 if test "${ac_cv_header_stdc+set}" = set; then
7085 $as_echo_n "(cached) " >&6
7086 else
7087 cat >conftest.$ac_ext <<_ACEOF
7088 /* confdefs.h. */
7089 _ACEOF
7090 cat confdefs.h >>conftest.$ac_ext
7091 cat >>conftest.$ac_ext <<_ACEOF
7092 /* end confdefs.h. */
7093 #include <stdlib.h>
7094 #include <stdarg.h>
7095 #include <string.h>
7096 #include <float.h>
7099 main ()
7103 return 0;
7105 _ACEOF
7106 rm -f conftest.$ac_objext
7107 if { (ac_try="$ac_compile"
7108 case "(($ac_try" in
7109 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7110 *) ac_try_echo=$ac_try;;
7111 esac
7112 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
7113 $as_echo "$ac_try_echo") >&5
7114 (eval "$ac_compile") 2>conftest.er1
7115 ac_status=$?
7116 grep -v '^ *+' conftest.er1 >conftest.err
7117 rm -f conftest.er1
7118 cat conftest.err >&5
7119 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
7120 (exit $ac_status); } && {
7121 test -z "$ac_c_werror_flag" ||
7122 test ! -s conftest.err
7123 } && test -s conftest.$ac_objext; then
7124 ac_cv_header_stdc=yes
7125 else
7126 $as_echo "$as_me: failed program was:" >&5
7127 sed 's/^/| /' conftest.$ac_ext >&5
7129 ac_cv_header_stdc=no
7132 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
7134 if test $ac_cv_header_stdc = yes; then
7135 # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
7136 cat >conftest.$ac_ext <<_ACEOF
7137 /* confdefs.h. */
7138 _ACEOF
7139 cat confdefs.h >>conftest.$ac_ext
7140 cat >>conftest.$ac_ext <<_ACEOF
7141 /* end confdefs.h. */
7142 #include <string.h>
7144 _ACEOF
7145 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
7146 $EGREP "memchr" >/dev/null 2>&1; then
7148 else
7149 ac_cv_header_stdc=no
7151 rm -f conftest*
7155 if test $ac_cv_header_stdc = yes; then
7156 # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
7157 cat >conftest.$ac_ext <<_ACEOF
7158 /* confdefs.h. */
7159 _ACEOF
7160 cat confdefs.h >>conftest.$ac_ext
7161 cat >>conftest.$ac_ext <<_ACEOF
7162 /* end confdefs.h. */
7163 #include <stdlib.h>
7165 _ACEOF
7166 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
7167 $EGREP "free" >/dev/null 2>&1; then
7169 else
7170 ac_cv_header_stdc=no
7172 rm -f conftest*
7176 if test $ac_cv_header_stdc = yes; then
7177 # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi.
7178 if test "$cross_compiling" = yes; then
7180 else
7181 cat >conftest.$ac_ext <<_ACEOF
7182 /* confdefs.h. */
7183 _ACEOF
7184 cat confdefs.h >>conftest.$ac_ext
7185 cat >>conftest.$ac_ext <<_ACEOF
7186 /* end confdefs.h. */
7187 #include <ctype.h>
7188 #include <stdlib.h>
7189 #if ((' ' & 0x0FF) == 0x020)
7190 # define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
7191 # define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
7192 #else
7193 # define ISLOWER(c) \
7194 (('a' <= (c) && (c) <= 'i') \
7195 || ('j' <= (c) && (c) <= 'r') \
7196 || ('s' <= (c) && (c) <= 'z'))
7197 # define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c))
7198 #endif
7200 #define XOR(e, f) (((e) && !(f)) || (!(e) && (f)))
7202 main ()
7204 int i;
7205 for (i = 0; i < 256; i++)
7206 if (XOR (islower (i), ISLOWER (i))
7207 || toupper (i) != TOUPPER (i))
7208 return 2;
7209 return 0;
7211 _ACEOF
7212 rm -f conftest$ac_exeext
7213 if { (ac_try="$ac_link"
7214 case "(($ac_try" in
7215 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7216 *) ac_try_echo=$ac_try;;
7217 esac
7218 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
7219 $as_echo "$ac_try_echo") >&5
7220 (eval "$ac_link") 2>&5
7221 ac_status=$?
7222 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
7223 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
7224 { (case "(($ac_try" in
7225 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7226 *) ac_try_echo=$ac_try;;
7227 esac
7228 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
7229 $as_echo "$ac_try_echo") >&5
7230 (eval "$ac_try") 2>&5
7231 ac_status=$?
7232 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
7233 (exit $ac_status); }; }; then
7235 else
7236 $as_echo "$as_me: program exited with status $ac_status" >&5
7237 $as_echo "$as_me: failed program was:" >&5
7238 sed 's/^/| /' conftest.$ac_ext >&5
7240 ( exit $ac_status )
7241 ac_cv_header_stdc=no
7243 rm -rf conftest.dSYM
7244 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
7250 { $as_echo "$as_me:$LINENO: result: $ac_cv_header_stdc" >&5
7251 $as_echo "$ac_cv_header_stdc" >&6; }
7252 if test $ac_cv_header_stdc = yes; then
7254 cat >>confdefs.h <<\_ACEOF
7255 #define STDC_HEADERS 1
7256 _ACEOF
7260 # On IRIX 5.3, sys/types and inttypes.h are conflicting.
7270 for ac_header in sys/types.h sys/stat.h stdlib.h string.h memory.h strings.h \
7271 inttypes.h stdint.h unistd.h
7273 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
7274 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
7275 $as_echo_n "checking for $ac_header... " >&6; }
7276 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
7277 $as_echo_n "(cached) " >&6
7278 else
7279 cat >conftest.$ac_ext <<_ACEOF
7280 /* confdefs.h. */
7281 _ACEOF
7282 cat confdefs.h >>conftest.$ac_ext
7283 cat >>conftest.$ac_ext <<_ACEOF
7284 /* end confdefs.h. */
7285 $ac_includes_default
7287 #include <$ac_header>
7288 _ACEOF
7289 rm -f conftest.$ac_objext
7290 if { (ac_try="$ac_compile"
7291 case "(($ac_try" in
7292 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7293 *) ac_try_echo=$ac_try;;
7294 esac
7295 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
7296 $as_echo "$ac_try_echo") >&5
7297 (eval "$ac_compile") 2>conftest.er1
7298 ac_status=$?
7299 grep -v '^ *+' conftest.er1 >conftest.err
7300 rm -f conftest.er1
7301 cat conftest.err >&5
7302 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
7303 (exit $ac_status); } && {
7304 test -z "$ac_c_werror_flag" ||
7305 test ! -s conftest.err
7306 } && test -s conftest.$ac_objext; then
7307 eval "$as_ac_Header=yes"
7308 else
7309 $as_echo "$as_me: failed program was:" >&5
7310 sed 's/^/| /' conftest.$ac_ext >&5
7312 eval "$as_ac_Header=no"
7315 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
7317 ac_res=`eval 'as_val=${'$as_ac_Header'}
7318 $as_echo "$as_val"'`
7319 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
7320 $as_echo "$ac_res" >&6; }
7321 as_val=`eval 'as_val=${'$as_ac_Header'}
7322 $as_echo "$as_val"'`
7323 if test "x$as_val" = x""yes; then
7324 cat >>confdefs.h <<_ACEOF
7325 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
7326 _ACEOF
7330 done
7447 for ac_header in \
7448 AudioUnit/AudioUnit.h \
7449 Carbon/Carbon.h \
7450 CoreAudio/CoreAudio.h \
7451 DiskArbitration/DiskArbitration.h \
7452 IOKit/IOKitLib.h \
7453 alias.h \
7454 alsa/asoundlib.h \
7455 arpa/inet.h \
7456 arpa/nameser.h \
7457 asm/types.h \
7458 capi20.h \
7459 curses.h \
7460 direct.h \
7461 dirent.h \
7462 dlfcn.h \
7463 elf.h \
7464 float.h \
7465 fontconfig/fontconfig.h \
7466 getopt.h \
7467 grp.h \
7468 ieeefp.h \
7469 io.h \
7470 jack/jack.h \
7471 jpeglib.h \
7472 lber.h \
7473 lcms.h \
7474 lcms/lcms.h \
7475 ldap.h \
7476 libaudioio.h \
7477 link.h \
7478 linux/cdrom.h \
7479 linux/compiler.h \
7480 linux/hdreg.h \
7481 linux/input.h \
7482 linux/ioctl.h \
7483 linux/joystick.h \
7484 linux/major.h \
7485 linux/param.h \
7486 linux/serial.h \
7487 linux/types.h \
7488 linux/ucdrom.h \
7489 mach/mach.h \
7490 mach/machine.h \
7491 machine/cpu.h \
7492 machine/limits.h \
7493 machine/soundcard.h \
7494 mntent.h \
7495 ncurses.h \
7496 netdb.h \
7497 netinet/in.h \
7498 netinet/in_systm.h \
7499 netinet/tcp.h \
7500 netinet/tcp_fsm.h \
7501 openssl/err.h \
7502 openssl/ssl.h \
7503 png.h \
7504 poll.h \
7505 process.h \
7506 pthread.h \
7507 pwd.h \
7508 regex.h \
7509 sched.h \
7510 scsi/scsi.h \
7511 scsi/scsi_ioctl.h \
7512 scsi/sg.h \
7513 soundcard.h \
7514 stdint.h \
7515 strings.h \
7516 sys/asoundlib.h \
7517 sys/cdio.h \
7518 sys/elf32.h \
7519 sys/epoll.h \
7520 sys/errno.h \
7521 sys/event.h \
7522 sys/exec_elf.h \
7523 sys/filio.h \
7524 sys/ioctl.h \
7525 sys/ipc.h \
7526 sys/limits.h \
7527 sys/link.h \
7528 sys/lwp.h \
7529 sys/mman.h \
7530 sys/modem.h \
7531 sys/msg.h \
7532 sys/mtio.h \
7533 sys/param.h \
7534 sys/poll.h \
7535 sys/prctl.h \
7536 sys/ptrace.h \
7537 sys/reg.h \
7538 sys/resource.h \
7539 sys/scsiio.h \
7540 sys/shm.h \
7541 sys/signal.h \
7542 sys/socket.h \
7543 sys/socketvar.h \
7544 sys/sockio.h \
7545 sys/soundcard.h \
7546 sys/statvfs.h \
7547 sys/strtio.h \
7548 sys/syscall.h \
7549 sys/time.h \
7550 sys/times.h \
7551 sys/uio.h \
7552 sys/un.h \
7553 sys/utsname.h \
7554 sys/vm86.h \
7555 sys/wait.h \
7556 syscall.h \
7557 termios.h \
7558 unistd.h \
7559 utime.h \
7560 valgrind/memcheck.h \
7561 valgrind/valgrind.h
7564 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
7565 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
7566 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
7567 $as_echo_n "checking for $ac_header... " >&6; }
7568 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
7569 $as_echo_n "(cached) " >&6
7571 ac_res=`eval 'as_val=${'$as_ac_Header'}
7572 $as_echo "$as_val"'`
7573 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
7574 $as_echo "$ac_res" >&6; }
7575 else
7576 # Is the header compilable?
7577 { $as_echo "$as_me:$LINENO: checking $ac_header usability" >&5
7578 $as_echo_n "checking $ac_header usability... " >&6; }
7579 cat >conftest.$ac_ext <<_ACEOF
7580 /* confdefs.h. */
7581 _ACEOF
7582 cat confdefs.h >>conftest.$ac_ext
7583 cat >>conftest.$ac_ext <<_ACEOF
7584 /* end confdefs.h. */
7585 $ac_includes_default
7586 #include <$ac_header>
7587 _ACEOF
7588 rm -f conftest.$ac_objext
7589 if { (ac_try="$ac_compile"
7590 case "(($ac_try" in
7591 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7592 *) ac_try_echo=$ac_try;;
7593 esac
7594 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
7595 $as_echo "$ac_try_echo") >&5
7596 (eval "$ac_compile") 2>conftest.er1
7597 ac_status=$?
7598 grep -v '^ *+' conftest.er1 >conftest.err
7599 rm -f conftest.er1
7600 cat conftest.err >&5
7601 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
7602 (exit $ac_status); } && {
7603 test -z "$ac_c_werror_flag" ||
7604 test ! -s conftest.err
7605 } && test -s conftest.$ac_objext; then
7606 ac_header_compiler=yes
7607 else
7608 $as_echo "$as_me: failed program was:" >&5
7609 sed 's/^/| /' conftest.$ac_ext >&5
7611 ac_header_compiler=no
7614 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
7615 { $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
7616 $as_echo "$ac_header_compiler" >&6; }
7618 # Is the header present?
7619 { $as_echo "$as_me:$LINENO: checking $ac_header presence" >&5
7620 $as_echo_n "checking $ac_header presence... " >&6; }
7621 cat >conftest.$ac_ext <<_ACEOF
7622 /* confdefs.h. */
7623 _ACEOF
7624 cat confdefs.h >>conftest.$ac_ext
7625 cat >>conftest.$ac_ext <<_ACEOF
7626 /* end confdefs.h. */
7627 #include <$ac_header>
7628 _ACEOF
7629 if { (ac_try="$ac_cpp conftest.$ac_ext"
7630 case "(($ac_try" in
7631 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7632 *) ac_try_echo=$ac_try;;
7633 esac
7634 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
7635 $as_echo "$ac_try_echo") >&5
7636 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
7637 ac_status=$?
7638 grep -v '^ *+' conftest.er1 >conftest.err
7639 rm -f conftest.er1
7640 cat conftest.err >&5
7641 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
7642 (exit $ac_status); } >/dev/null && {
7643 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
7644 test ! -s conftest.err
7645 }; then
7646 ac_header_preproc=yes
7647 else
7648 $as_echo "$as_me: failed program was:" >&5
7649 sed 's/^/| /' conftest.$ac_ext >&5
7651 ac_header_preproc=no
7654 rm -f conftest.err conftest.$ac_ext
7655 { $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
7656 $as_echo "$ac_header_preproc" >&6; }
7658 # So? What about this header?
7659 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
7660 yes:no: )
7661 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
7662 $as_echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
7663 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
7664 $as_echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
7665 ac_header_preproc=yes
7667 no:yes:* )
7668 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
7669 $as_echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
7670 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
7671 $as_echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
7672 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
7673 $as_echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
7674 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
7675 $as_echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
7676 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
7677 $as_echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
7678 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
7679 $as_echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
7680 ( cat <<\_ASBOX
7681 ## ------------------------------------ ##
7682 ## Report this to wine-devel@winehq.org ##
7683 ## ------------------------------------ ##
7684 _ASBOX
7685 ) | sed "s/^/$as_me: WARNING: /" >&2
7687 esac
7688 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
7689 $as_echo_n "checking for $ac_header... " >&6; }
7690 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
7691 $as_echo_n "(cached) " >&6
7692 else
7693 eval "$as_ac_Header=\$ac_header_preproc"
7695 ac_res=`eval 'as_val=${'$as_ac_Header'}
7696 $as_echo "$as_val"'`
7697 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
7698 $as_echo "$ac_res" >&6; }
7701 as_val=`eval 'as_val=${'$as_ac_Header'}
7702 $as_echo "$as_val"'`
7703 if test "x$as_val" = x""yes; then
7704 cat >>confdefs.h <<_ACEOF
7705 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
7706 _ACEOF
7710 done
7712 { $as_echo "$as_me:$LINENO: checking whether stat file-mode macros are broken" >&5
7713 $as_echo_n "checking whether stat file-mode macros are broken... " >&6; }
7714 if test "${ac_cv_header_stat_broken+set}" = set; then
7715 $as_echo_n "(cached) " >&6
7716 else
7717 cat >conftest.$ac_ext <<_ACEOF
7718 /* confdefs.h. */
7719 _ACEOF
7720 cat confdefs.h >>conftest.$ac_ext
7721 cat >>conftest.$ac_ext <<_ACEOF
7722 /* end confdefs.h. */
7723 #include <sys/types.h>
7724 #include <sys/stat.h>
7726 #if defined S_ISBLK && defined S_IFDIR
7727 extern char c1[S_ISBLK (S_IFDIR) ? -1 : 1];
7728 #endif
7730 #if defined S_ISBLK && defined S_IFCHR
7731 extern char c2[S_ISBLK (S_IFCHR) ? -1 : 1];
7732 #endif
7734 #if defined S_ISLNK && defined S_IFREG
7735 extern char c3[S_ISLNK (S_IFREG) ? -1 : 1];
7736 #endif
7738 #if defined S_ISSOCK && defined S_IFREG
7739 extern char c4[S_ISSOCK (S_IFREG) ? -1 : 1];
7740 #endif
7742 _ACEOF
7743 rm -f conftest.$ac_objext
7744 if { (ac_try="$ac_compile"
7745 case "(($ac_try" in
7746 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7747 *) ac_try_echo=$ac_try;;
7748 esac
7749 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
7750 $as_echo "$ac_try_echo") >&5
7751 (eval "$ac_compile") 2>conftest.er1
7752 ac_status=$?
7753 grep -v '^ *+' conftest.er1 >conftest.err
7754 rm -f conftest.er1
7755 cat conftest.err >&5
7756 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
7757 (exit $ac_status); } && {
7758 test -z "$ac_c_werror_flag" ||
7759 test ! -s conftest.err
7760 } && test -s conftest.$ac_objext; then
7761 ac_cv_header_stat_broken=no
7762 else
7763 $as_echo "$as_me: failed program was:" >&5
7764 sed 's/^/| /' conftest.$ac_ext >&5
7766 ac_cv_header_stat_broken=yes
7769 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
7771 { $as_echo "$as_me:$LINENO: result: $ac_cv_header_stat_broken" >&5
7772 $as_echo "$ac_cv_header_stat_broken" >&6; }
7773 if test $ac_cv_header_stat_broken = yes; then
7775 cat >>confdefs.h <<\_ACEOF
7776 #define STAT_MACROS_BROKEN 1
7777 _ACEOF
7788 for ac_header in sys/mount.h sys/statfs.h sys/sysctl.h sys/user.h sys/vfs.h
7790 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
7791 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
7792 $as_echo_n "checking for $ac_header... " >&6; }
7793 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
7794 $as_echo_n "(cached) " >&6
7795 else
7796 cat >conftest.$ac_ext <<_ACEOF
7797 /* confdefs.h. */
7798 _ACEOF
7799 cat confdefs.h >>conftest.$ac_ext
7800 cat >>conftest.$ac_ext <<_ACEOF
7801 /* end confdefs.h. */
7802 #include <sys/types.h>
7803 #ifdef HAVE_SYS_PARAM_H
7804 # include <sys/param.h>
7805 #endif
7807 #include <$ac_header>
7808 _ACEOF
7809 rm -f conftest.$ac_objext
7810 if { (ac_try="$ac_compile"
7811 case "(($ac_try" in
7812 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7813 *) ac_try_echo=$ac_try;;
7814 esac
7815 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
7816 $as_echo "$ac_try_echo") >&5
7817 (eval "$ac_compile") 2>conftest.er1
7818 ac_status=$?
7819 grep -v '^ *+' conftest.er1 >conftest.err
7820 rm -f conftest.er1
7821 cat conftest.err >&5
7822 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
7823 (exit $ac_status); } && {
7824 test -z "$ac_c_werror_flag" ||
7825 test ! -s conftest.err
7826 } && test -s conftest.$ac_objext; then
7827 eval "$as_ac_Header=yes"
7828 else
7829 $as_echo "$as_me: failed program was:" >&5
7830 sed 's/^/| /' conftest.$ac_ext >&5
7832 eval "$as_ac_Header=no"
7835 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
7837 ac_res=`eval 'as_val=${'$as_ac_Header'}
7838 $as_echo "$as_val"'`
7839 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
7840 $as_echo "$ac_res" >&6; }
7841 as_val=`eval 'as_val=${'$as_ac_Header'}
7842 $as_echo "$as_val"'`
7843 if test "x$as_val" = x""yes; then
7844 cat >>confdefs.h <<_ACEOF
7845 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
7846 _ACEOF
7850 done
7865 for ac_header in \
7866 netinet/ip.h \
7867 net/if.h \
7868 net/if_arp.h \
7869 net/if_dl.h \
7870 net/if_types.h \
7871 net/route.h \
7872 netinet/if_ether.h \
7873 netinet/in_pcb.h \
7874 netinet/ip_icmp.h \
7875 netinet/ip_var.h \
7876 netinet/udp.h \
7877 netipx/ipx.h \
7880 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
7881 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
7882 $as_echo_n "checking for $ac_header... " >&6; }
7883 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
7884 $as_echo_n "(cached) " >&6
7885 else
7886 cat >conftest.$ac_ext <<_ACEOF
7887 /* confdefs.h. */
7888 _ACEOF
7889 cat confdefs.h >>conftest.$ac_ext
7890 cat >>conftest.$ac_ext <<_ACEOF
7891 /* end confdefs.h. */
7892 #include <sys/types.h>
7893 #ifdef HAVE_SYS_SOCKET_H
7894 # include <sys/socket.h>
7895 #endif
7896 #ifdef HAVE_SYS_SOCKETVAR_H
7897 # include <sys/socketvar.h>
7898 #endif
7899 #ifdef HAVE_NETINET_IN_H
7900 # include <netinet/in.h>
7901 #endif
7902 #ifdef HAVE_NETINET_IP_H
7903 # include <netinet/ip.h>
7904 #endif
7906 #include <$ac_header>
7907 _ACEOF
7908 rm -f conftest.$ac_objext
7909 if { (ac_try="$ac_compile"
7910 case "(($ac_try" in
7911 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7912 *) ac_try_echo=$ac_try;;
7913 esac
7914 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
7915 $as_echo "$ac_try_echo") >&5
7916 (eval "$ac_compile") 2>conftest.er1
7917 ac_status=$?
7918 grep -v '^ *+' conftest.er1 >conftest.err
7919 rm -f conftest.er1
7920 cat conftest.err >&5
7921 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
7922 (exit $ac_status); } && {
7923 test -z "$ac_c_werror_flag" ||
7924 test ! -s conftest.err
7925 } && test -s conftest.$ac_objext; then
7926 eval "$as_ac_Header=yes"
7927 else
7928 $as_echo "$as_me: failed program was:" >&5
7929 sed 's/^/| /' conftest.$ac_ext >&5
7931 eval "$as_ac_Header=no"
7934 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
7936 ac_res=`eval 'as_val=${'$as_ac_Header'}
7937 $as_echo "$as_val"'`
7938 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
7939 $as_echo "$ac_res" >&6; }
7940 as_val=`eval 'as_val=${'$as_ac_Header'}
7941 $as_echo "$as_val"'`
7942 if test "x$as_val" = x""yes; then
7943 cat >>confdefs.h <<_ACEOF
7944 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
7945 _ACEOF
7949 done
7956 for ac_header in netinet/tcp_var.h netinet/udp_var.h netinet/icmp_var.h netinet/tcp_timer.h
7958 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
7959 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
7960 $as_echo_n "checking for $ac_header... " >&6; }
7961 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
7962 $as_echo_n "(cached) " >&6
7963 else
7964 cat >conftest.$ac_ext <<_ACEOF
7965 /* confdefs.h. */
7966 _ACEOF
7967 cat confdefs.h >>conftest.$ac_ext
7968 cat >>conftest.$ac_ext <<_ACEOF
7969 /* end confdefs.h. */
7970 #include <sys/types.h>
7971 #ifdef HAVE_ALIAS_H
7972 # include <alias.h>
7973 #endif
7974 #ifdef HAVE_SYS_SOCKET_H
7975 # include <sys/socket.h>
7976 #endif
7977 #ifdef HAVE_SYS_SOCKETVAR_H
7978 # include <sys/socketvar.h>
7979 #endif
7980 #ifdef HAVE_NETINET_IN_H
7981 # include <netinet/in.h>
7982 #endif
7983 #ifdef HAVE_NETINET_IP_H
7984 # include <netinet/ip.h>
7985 #endif
7986 #ifdef HAVE_NETINET_IP_VAR_H
7987 # include <netinet/ip_var.h>
7988 #endif
7989 #ifdef HAVE_NETINET_IP_ICMP_H
7990 # include <netinet/ip_icmp.h>
7991 #endif
7992 #ifdef HAVE_NETINET_UDP_H
7993 # include <netinet/udp.h>
7994 #endif
7995 #ifdef HAVE_NETINET_TCP_H
7996 # include <netinet/tcp.h>
7997 #endif
7999 #include <$ac_header>
8000 _ACEOF
8001 rm -f conftest.$ac_objext
8002 if { (ac_try="$ac_compile"
8003 case "(($ac_try" in
8004 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8005 *) ac_try_echo=$ac_try;;
8006 esac
8007 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
8008 $as_echo "$ac_try_echo") >&5
8009 (eval "$ac_compile") 2>conftest.er1
8010 ac_status=$?
8011 grep -v '^ *+' conftest.er1 >conftest.err
8012 rm -f conftest.er1
8013 cat conftest.err >&5
8014 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
8015 (exit $ac_status); } && {
8016 test -z "$ac_c_werror_flag" ||
8017 test ! -s conftest.err
8018 } && test -s conftest.$ac_objext; then
8019 eval "$as_ac_Header=yes"
8020 else
8021 $as_echo "$as_me: failed program was:" >&5
8022 sed 's/^/| /' conftest.$ac_ext >&5
8024 eval "$as_ac_Header=no"
8027 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
8029 ac_res=`eval 'as_val=${'$as_ac_Header'}
8030 $as_echo "$as_val"'`
8031 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
8032 $as_echo "$ac_res" >&6; }
8033 as_val=`eval 'as_val=${'$as_ac_Header'}
8034 $as_echo "$as_val"'`
8035 if test "x$as_val" = x""yes; then
8036 cat >>confdefs.h <<_ACEOF
8037 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
8038 _ACEOF
8042 done
8046 for ac_header in linux/ipx.h
8048 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
8049 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
8050 $as_echo_n "checking for $ac_header... " >&6; }
8051 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
8052 $as_echo_n "(cached) " >&6
8053 else
8054 cat >conftest.$ac_ext <<_ACEOF
8055 /* confdefs.h. */
8056 _ACEOF
8057 cat confdefs.h >>conftest.$ac_ext
8058 cat >>conftest.$ac_ext <<_ACEOF
8059 /* end confdefs.h. */
8060 #include <sys/types.h>
8061 #ifdef HAVE_ASM_TYPES_H
8062 # include <asm/types.h>
8063 #endif
8064 #ifdef HAVE_SYS_SOCKET_H
8065 # include <sys/socket.h>
8066 #endif
8067 #ifdef HAVE_LINUX_TYPES_H
8068 # include <linux/types.h>
8069 #endif
8071 #include <$ac_header>
8072 _ACEOF
8073 rm -f conftest.$ac_objext
8074 if { (ac_try="$ac_compile"
8075 case "(($ac_try" in
8076 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8077 *) ac_try_echo=$ac_try;;
8078 esac
8079 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
8080 $as_echo "$ac_try_echo") >&5
8081 (eval "$ac_compile") 2>conftest.er1
8082 ac_status=$?
8083 grep -v '^ *+' conftest.er1 >conftest.err
8084 rm -f conftest.er1
8085 cat conftest.err >&5
8086 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
8087 (exit $ac_status); } && {
8088 test -z "$ac_c_werror_flag" ||
8089 test ! -s conftest.err
8090 } && test -s conftest.$ac_objext; then
8091 eval "$as_ac_Header=yes"
8092 else
8093 $as_echo "$as_me: failed program was:" >&5
8094 sed 's/^/| /' conftest.$ac_ext >&5
8096 eval "$as_ac_Header=no"
8099 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
8101 ac_res=`eval 'as_val=${'$as_ac_Header'}
8102 $as_echo "$as_val"'`
8103 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
8104 $as_echo "$ac_res" >&6; }
8105 as_val=`eval 'as_val=${'$as_ac_Header'}
8106 $as_echo "$as_val"'`
8107 if test "x$as_val" = x""yes; then
8108 cat >>confdefs.h <<_ACEOF
8109 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
8110 _ACEOF
8114 done
8118 for ac_header in resolv.h
8120 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
8121 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
8122 $as_echo_n "checking for $ac_header... " >&6; }
8123 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
8124 $as_echo_n "(cached) " >&6
8125 else
8126 cat >conftest.$ac_ext <<_ACEOF
8127 /* confdefs.h. */
8128 _ACEOF
8129 cat confdefs.h >>conftest.$ac_ext
8130 cat >>conftest.$ac_ext <<_ACEOF
8131 /* end confdefs.h. */
8132 #include <sys/types.h>
8133 #ifdef HAVE_SYS_SOCKET_H
8134 # include <sys/socket.h>
8135 #endif
8136 #ifdef HAVE_NETINET_IN_H
8137 # include <netinet/in.h>
8138 #endif
8139 #ifdef HAVE_ARPA_NAMESER_H
8140 # include <arpa/nameser.h>
8141 #endif
8143 #include <$ac_header>
8144 _ACEOF
8145 rm -f conftest.$ac_objext
8146 if { (ac_try="$ac_compile"
8147 case "(($ac_try" in
8148 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8149 *) ac_try_echo=$ac_try;;
8150 esac
8151 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
8152 $as_echo "$ac_try_echo") >&5
8153 (eval "$ac_compile") 2>conftest.er1
8154 ac_status=$?
8155 grep -v '^ *+' conftest.er1 >conftest.err
8156 rm -f conftest.er1
8157 cat conftest.err >&5
8158 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
8159 (exit $ac_status); } && {
8160 test -z "$ac_c_werror_flag" ||
8161 test ! -s conftest.err
8162 } && test -s conftest.$ac_objext; then
8163 eval "$as_ac_Header=yes"
8164 else
8165 $as_echo "$as_me: failed program was:" >&5
8166 sed 's/^/| /' conftest.$ac_ext >&5
8168 eval "$as_ac_Header=no"
8171 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
8173 ac_res=`eval 'as_val=${'$as_ac_Header'}
8174 $as_echo "$as_val"'`
8175 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
8176 $as_echo "$ac_res" >&6; }
8177 as_val=`eval 'as_val=${'$as_ac_Header'}
8178 $as_echo "$as_val"'`
8179 if test "x$as_val" = x""yes; then
8180 cat >>confdefs.h <<_ACEOF
8181 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
8182 _ACEOF
8186 done
8190 for ac_header in ucontext.h
8192 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
8193 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
8194 $as_echo_n "checking for $ac_header... " >&6; }
8195 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
8196 $as_echo_n "(cached) " >&6
8197 else
8198 cat >conftest.$ac_ext <<_ACEOF
8199 /* confdefs.h. */
8200 _ACEOF
8201 cat confdefs.h >>conftest.$ac_ext
8202 cat >>conftest.$ac_ext <<_ACEOF
8203 /* end confdefs.h. */
8204 #include <signal.h>
8206 #include <$ac_header>
8207 _ACEOF
8208 rm -f conftest.$ac_objext
8209 if { (ac_try="$ac_compile"
8210 case "(($ac_try" in
8211 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8212 *) ac_try_echo=$ac_try;;
8213 esac
8214 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
8215 $as_echo "$ac_try_echo") >&5
8216 (eval "$ac_compile") 2>conftest.er1
8217 ac_status=$?
8218 grep -v '^ *+' conftest.er1 >conftest.err
8219 rm -f conftest.er1
8220 cat conftest.err >&5
8221 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
8222 (exit $ac_status); } && {
8223 test -z "$ac_c_werror_flag" ||
8224 test ! -s conftest.err
8225 } && test -s conftest.$ac_objext; then
8226 eval "$as_ac_Header=yes"
8227 else
8228 $as_echo "$as_me: failed program was:" >&5
8229 sed 's/^/| /' conftest.$ac_ext >&5
8231 eval "$as_ac_Header=no"
8234 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
8236 ac_res=`eval 'as_val=${'$as_ac_Header'}
8237 $as_echo "$as_val"'`
8238 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
8239 $as_echo "$ac_res" >&6; }
8240 as_val=`eval 'as_val=${'$as_ac_Header'}
8241 $as_echo "$as_val"'`
8242 if test "x$as_val" = x""yes; then
8243 cat >>confdefs.h <<_ACEOF
8244 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
8245 _ACEOF
8249 done
8253 for ac_header in sys/thr.h
8255 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
8256 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
8257 $as_echo_n "checking for $ac_header... " >&6; }
8258 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
8259 $as_echo_n "(cached) " >&6
8260 else
8261 cat >conftest.$ac_ext <<_ACEOF
8262 /* confdefs.h. */
8263 _ACEOF
8264 cat confdefs.h >>conftest.$ac_ext
8265 cat >>conftest.$ac_ext <<_ACEOF
8266 /* end confdefs.h. */
8267 #include <sys/types.h>
8268 #ifdef HAVE_UCONTEXT_H
8269 #include <ucontext.h>
8270 #endif
8272 #include <$ac_header>
8273 _ACEOF
8274 rm -f conftest.$ac_objext
8275 if { (ac_try="$ac_compile"
8276 case "(($ac_try" in
8277 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8278 *) ac_try_echo=$ac_try;;
8279 esac
8280 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
8281 $as_echo "$ac_try_echo") >&5
8282 (eval "$ac_compile") 2>conftest.er1
8283 ac_status=$?
8284 grep -v '^ *+' conftest.er1 >conftest.err
8285 rm -f conftest.er1
8286 cat conftest.err >&5
8287 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
8288 (exit $ac_status); } && {
8289 test -z "$ac_c_werror_flag" ||
8290 test ! -s conftest.err
8291 } && test -s conftest.$ac_objext; then
8292 eval "$as_ac_Header=yes"
8293 else
8294 $as_echo "$as_me: failed program was:" >&5
8295 sed 's/^/| /' conftest.$ac_ext >&5
8297 eval "$as_ac_Header=no"
8300 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
8302 ac_res=`eval 'as_val=${'$as_ac_Header'}
8303 $as_echo "$as_val"'`
8304 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
8305 $as_echo "$ac_res" >&6; }
8306 as_val=`eval 'as_val=${'$as_ac_Header'}
8307 $as_echo "$as_val"'`
8308 if test "x$as_val" = x""yes; then
8309 cat >>confdefs.h <<_ACEOF
8310 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
8311 _ACEOF
8315 done
8319 for ac_header in pthread_np.h
8321 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
8322 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
8323 $as_echo_n "checking for $ac_header... " >&6; }
8324 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
8325 $as_echo_n "(cached) " >&6
8326 else
8327 cat >conftest.$ac_ext <<_ACEOF
8328 /* confdefs.h. */
8329 _ACEOF
8330 cat confdefs.h >>conftest.$ac_ext
8331 cat >>conftest.$ac_ext <<_ACEOF
8332 /* end confdefs.h. */
8333 #ifdef HAVE_PTHREAD_H
8334 #include <pthread.h>
8335 #endif
8337 #include <$ac_header>
8338 _ACEOF
8339 rm -f conftest.$ac_objext
8340 if { (ac_try="$ac_compile"
8341 case "(($ac_try" in
8342 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8343 *) ac_try_echo=$ac_try;;
8344 esac
8345 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
8346 $as_echo "$ac_try_echo") >&5
8347 (eval "$ac_compile") 2>conftest.er1
8348 ac_status=$?
8349 grep -v '^ *+' conftest.er1 >conftest.err
8350 rm -f conftest.er1
8351 cat conftest.err >&5
8352 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
8353 (exit $ac_status); } && {
8354 test -z "$ac_c_werror_flag" ||
8355 test ! -s conftest.err
8356 } && test -s conftest.$ac_objext; then
8357 eval "$as_ac_Header=yes"
8358 else
8359 $as_echo "$as_me: failed program was:" >&5
8360 sed 's/^/| /' conftest.$ac_ext >&5
8362 eval "$as_ac_Header=no"
8365 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
8367 ac_res=`eval 'as_val=${'$as_ac_Header'}
8368 $as_echo "$as_val"'`
8369 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
8370 $as_echo "$ac_res" >&6; }
8371 as_val=`eval 'as_val=${'$as_ac_Header'}
8372 $as_echo "$as_val"'`
8373 if test "x$as_val" = x""yes; then
8374 cat >>confdefs.h <<_ACEOF
8375 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
8376 _ACEOF
8380 done
8384 for ac_header in linux/videodev.h
8386 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
8387 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
8388 $as_echo_n "checking for $ac_header... " >&6; }
8389 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
8390 $as_echo_n "(cached) " >&6
8391 else
8392 cat >conftest.$ac_ext <<_ACEOF
8393 /* confdefs.h. */
8394 _ACEOF
8395 cat confdefs.h >>conftest.$ac_ext
8396 cat >>conftest.$ac_ext <<_ACEOF
8397 /* end confdefs.h. */
8398 #ifdef HAVE_SYS_TIME_H
8399 #include <sys/time.h>
8400 #endif
8401 #include <sys/types.h>
8402 #ifdef HAVE_ASM_TYPES_H
8403 #include <asm/types.h>
8404 #endif
8406 #include <$ac_header>
8407 _ACEOF
8408 rm -f conftest.$ac_objext
8409 if { (ac_try="$ac_compile"
8410 case "(($ac_try" in
8411 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8412 *) ac_try_echo=$ac_try;;
8413 esac
8414 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
8415 $as_echo "$ac_try_echo") >&5
8416 (eval "$ac_compile") 2>conftest.er1
8417 ac_status=$?
8418 grep -v '^ *+' conftest.er1 >conftest.err
8419 rm -f conftest.er1
8420 cat conftest.err >&5
8421 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
8422 (exit $ac_status); } && {
8423 test -z "$ac_c_werror_flag" ||
8424 test ! -s conftest.err
8425 } && test -s conftest.$ac_objext; then
8426 eval "$as_ac_Header=yes"
8427 else
8428 $as_echo "$as_me: failed program was:" >&5
8429 sed 's/^/| /' conftest.$ac_ext >&5
8431 eval "$as_ac_Header=no"
8434 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
8436 ac_res=`eval 'as_val=${'$as_ac_Header'}
8437 $as_echo "$as_val"'`
8438 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
8439 $as_echo "$ac_res" >&6; }
8440 as_val=`eval 'as_val=${'$as_ac_Header'}
8441 $as_echo "$as_val"'`
8442 if test "x$as_val" = x""yes; then
8443 cat >>confdefs.h <<_ACEOF
8444 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
8445 _ACEOF
8449 done
8453 for ac_header in linux/capi.h
8455 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
8456 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
8457 $as_echo_n "checking for $ac_header... " >&6; }
8458 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
8459 $as_echo_n "(cached) " >&6
8460 else
8461 cat >conftest.$ac_ext <<_ACEOF
8462 /* confdefs.h. */
8463 _ACEOF
8464 cat confdefs.h >>conftest.$ac_ext
8465 cat >>conftest.$ac_ext <<_ACEOF
8466 /* end confdefs.h. */
8467 #define __user
8469 #include <$ac_header>
8470 _ACEOF
8471 rm -f conftest.$ac_objext
8472 if { (ac_try="$ac_compile"
8473 case "(($ac_try" in
8474 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8475 *) ac_try_echo=$ac_try;;
8476 esac
8477 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
8478 $as_echo "$ac_try_echo") >&5
8479 (eval "$ac_compile") 2>conftest.er1
8480 ac_status=$?
8481 grep -v '^ *+' conftest.er1 >conftest.err
8482 rm -f conftest.er1
8483 cat conftest.err >&5
8484 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
8485 (exit $ac_status); } && {
8486 test -z "$ac_c_werror_flag" ||
8487 test ! -s conftest.err
8488 } && test -s conftest.$ac_objext; then
8489 eval "$as_ac_Header=yes"
8490 else
8491 $as_echo "$as_me: failed program was:" >&5
8492 sed 's/^/| /' conftest.$ac_ext >&5
8494 eval "$as_ac_Header=no"
8497 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
8499 ac_res=`eval 'as_val=${'$as_ac_Header'}
8500 $as_echo "$as_val"'`
8501 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
8502 $as_echo "$ac_res" >&6; }
8503 as_val=`eval 'as_val=${'$as_ac_Header'}
8504 $as_echo "$as_val"'`
8505 if test "x$as_val" = x""yes; then
8506 cat >>confdefs.h <<_ACEOF
8507 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
8508 _ACEOF
8512 done
8516 DLLEXT=""
8518 DLLFLAGS="-D_REENTRANT"
8520 LDSHARED=""
8522 LDDLLFLAGS=""
8524 LIBEXT="so"
8526 IMPLIBEXT="def"
8528 LDRPATH_INSTALL=""
8530 LDRPATH_LOCAL=""
8532 # Extract the first word of "ldd", so it can be a program name with args.
8533 set dummy ldd; ac_word=$2
8534 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
8535 $as_echo_n "checking for $ac_word... " >&6; }
8536 if test "${ac_cv_path_LDD+set}" = set; then
8537 $as_echo_n "(cached) " >&6
8538 else
8539 case $LDD in
8540 [\\/]* | ?:[\\/]*)
8541 ac_cv_path_LDD="$LDD" # Let the user override the test with a path.
8544 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8545 as_dummy="/sbin:/usr/sbin:$PATH"
8546 for as_dir in $as_dummy
8548 IFS=$as_save_IFS
8549 test -z "$as_dir" && as_dir=.
8550 for ac_exec_ext in '' $ac_executable_extensions; do
8551 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8552 ac_cv_path_LDD="$as_dir/$ac_word$ac_exec_ext"
8553 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
8554 break 2
8556 done
8557 done
8558 IFS=$as_save_IFS
8560 test -z "$ac_cv_path_LDD" && ac_cv_path_LDD="true"
8562 esac
8564 LDD=$ac_cv_path_LDD
8565 if test -n "$LDD"; then
8566 { $as_echo "$as_me:$LINENO: result: $LDD" >&5
8567 $as_echo "$LDD" >&6; }
8568 else
8569 { $as_echo "$as_me:$LINENO: result: no" >&5
8570 $as_echo "no" >&6; }
8575 case $host_os in
8576 cygwin*|mingw32*)
8577 if test -n "$ac_tool_prefix"; then
8578 # Extract the first word of "${ac_tool_prefix}dlltool", so it can be a program name with args.
8579 set dummy ${ac_tool_prefix}dlltool; ac_word=$2
8580 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
8581 $as_echo_n "checking for $ac_word... " >&6; }
8582 if test "${ac_cv_prog_DLLTOOL+set}" = set; then
8583 $as_echo_n "(cached) " >&6
8584 else
8585 if test -n "$DLLTOOL"; then
8586 ac_cv_prog_DLLTOOL="$DLLTOOL" # Let the user override the test.
8587 else
8588 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8589 for as_dir in $PATH
8591 IFS=$as_save_IFS
8592 test -z "$as_dir" && as_dir=.
8593 for ac_exec_ext in '' $ac_executable_extensions; do
8594 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8595 ac_cv_prog_DLLTOOL="${ac_tool_prefix}dlltool"
8596 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
8597 break 2
8599 done
8600 done
8601 IFS=$as_save_IFS
8605 DLLTOOL=$ac_cv_prog_DLLTOOL
8606 if test -n "$DLLTOOL"; then
8607 { $as_echo "$as_me:$LINENO: result: $DLLTOOL" >&5
8608 $as_echo "$DLLTOOL" >&6; }
8609 else
8610 { $as_echo "$as_me:$LINENO: result: no" >&5
8611 $as_echo "no" >&6; }
8616 if test -z "$ac_cv_prog_DLLTOOL"; then
8617 ac_ct_DLLTOOL=$DLLTOOL
8618 # Extract the first word of "dlltool", so it can be a program name with args.
8619 set dummy dlltool; ac_word=$2
8620 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
8621 $as_echo_n "checking for $ac_word... " >&6; }
8622 if test "${ac_cv_prog_ac_ct_DLLTOOL+set}" = set; then
8623 $as_echo_n "(cached) " >&6
8624 else
8625 if test -n "$ac_ct_DLLTOOL"; then
8626 ac_cv_prog_ac_ct_DLLTOOL="$ac_ct_DLLTOOL" # Let the user override the test.
8627 else
8628 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8629 for as_dir in $PATH
8631 IFS=$as_save_IFS
8632 test -z "$as_dir" && as_dir=.
8633 for ac_exec_ext in '' $ac_executable_extensions; do
8634 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8635 ac_cv_prog_ac_ct_DLLTOOL="dlltool"
8636 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
8637 break 2
8639 done
8640 done
8641 IFS=$as_save_IFS
8645 ac_ct_DLLTOOL=$ac_cv_prog_ac_ct_DLLTOOL
8646 if test -n "$ac_ct_DLLTOOL"; then
8647 { $as_echo "$as_me:$LINENO: result: $ac_ct_DLLTOOL" >&5
8648 $as_echo "$ac_ct_DLLTOOL" >&6; }
8649 else
8650 { $as_echo "$as_me:$LINENO: result: no" >&5
8651 $as_echo "no" >&6; }
8654 if test "x$ac_ct_DLLTOOL" = x; then
8655 DLLTOOL="false"
8656 else
8657 case $cross_compiling:$ac_tool_warned in
8658 yes:)
8659 { $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5
8660 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
8661 ac_tool_warned=yes ;;
8662 esac
8663 DLLTOOL=$ac_ct_DLLTOOL
8665 else
8666 DLLTOOL="$ac_cv_prog_DLLTOOL"
8669 if test -n "$ac_tool_prefix"; then
8670 # Extract the first word of "${ac_tool_prefix}dllwrap", so it can be a program name with args.
8671 set dummy ${ac_tool_prefix}dllwrap; ac_word=$2
8672 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
8673 $as_echo_n "checking for $ac_word... " >&6; }
8674 if test "${ac_cv_prog_DLLWRAP+set}" = set; then
8675 $as_echo_n "(cached) " >&6
8676 else
8677 if test -n "$DLLWRAP"; then
8678 ac_cv_prog_DLLWRAP="$DLLWRAP" # Let the user override the test.
8679 else
8680 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8681 for as_dir in $PATH
8683 IFS=$as_save_IFS
8684 test -z "$as_dir" && as_dir=.
8685 for ac_exec_ext in '' $ac_executable_extensions; do
8686 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8687 ac_cv_prog_DLLWRAP="${ac_tool_prefix}dllwrap"
8688 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
8689 break 2
8691 done
8692 done
8693 IFS=$as_save_IFS
8697 DLLWRAP=$ac_cv_prog_DLLWRAP
8698 if test -n "$DLLWRAP"; then
8699 { $as_echo "$as_me:$LINENO: result: $DLLWRAP" >&5
8700 $as_echo "$DLLWRAP" >&6; }
8701 else
8702 { $as_echo "$as_me:$LINENO: result: no" >&5
8703 $as_echo "no" >&6; }
8708 if test -z "$ac_cv_prog_DLLWRAP"; then
8709 ac_ct_DLLWRAP=$DLLWRAP
8710 # Extract the first word of "dllwrap", so it can be a program name with args.
8711 set dummy dllwrap; ac_word=$2
8712 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
8713 $as_echo_n "checking for $ac_word... " >&6; }
8714 if test "${ac_cv_prog_ac_ct_DLLWRAP+set}" = set; then
8715 $as_echo_n "(cached) " >&6
8716 else
8717 if test -n "$ac_ct_DLLWRAP"; then
8718 ac_cv_prog_ac_ct_DLLWRAP="$ac_ct_DLLWRAP" # Let the user override the test.
8719 else
8720 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8721 for as_dir in $PATH
8723 IFS=$as_save_IFS
8724 test -z "$as_dir" && as_dir=.
8725 for ac_exec_ext in '' $ac_executable_extensions; do
8726 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8727 ac_cv_prog_ac_ct_DLLWRAP="dllwrap"
8728 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
8729 break 2
8731 done
8732 done
8733 IFS=$as_save_IFS
8737 ac_ct_DLLWRAP=$ac_cv_prog_ac_ct_DLLWRAP
8738 if test -n "$ac_ct_DLLWRAP"; then
8739 { $as_echo "$as_me:$LINENO: result: $ac_ct_DLLWRAP" >&5
8740 $as_echo "$ac_ct_DLLWRAP" >&6; }
8741 else
8742 { $as_echo "$as_me:$LINENO: result: no" >&5
8743 $as_echo "no" >&6; }
8746 if test "x$ac_ct_DLLWRAP" = x; then
8747 DLLWRAP="false"
8748 else
8749 case $cross_compiling:$ac_tool_warned in
8750 yes:)
8751 { $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5
8752 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
8753 ac_tool_warned=yes ;;
8754 esac
8755 DLLWRAP=$ac_ct_DLLWRAP
8757 else
8758 DLLWRAP="$ac_cv_prog_DLLWRAP"
8761 if test -n "$ac_tool_prefix"; then
8762 # Extract the first word of "${ac_tool_prefix}ar", so it can be a program name with args.
8763 set dummy ${ac_tool_prefix}ar; ac_word=$2
8764 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
8765 $as_echo_n "checking for $ac_word... " >&6; }
8766 if test "${ac_cv_prog_MINGWAR+set}" = set; then
8767 $as_echo_n "(cached) " >&6
8768 else
8769 if test -n "$MINGWAR"; then
8770 ac_cv_prog_MINGWAR="$MINGWAR" # Let the user override the test.
8771 else
8772 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8773 for as_dir in $PATH
8775 IFS=$as_save_IFS
8776 test -z "$as_dir" && as_dir=.
8777 for ac_exec_ext in '' $ac_executable_extensions; do
8778 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8779 ac_cv_prog_MINGWAR="${ac_tool_prefix}ar"
8780 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
8781 break 2
8783 done
8784 done
8785 IFS=$as_save_IFS
8789 MINGWAR=$ac_cv_prog_MINGWAR
8790 if test -n "$MINGWAR"; then
8791 { $as_echo "$as_me:$LINENO: result: $MINGWAR" >&5
8792 $as_echo "$MINGWAR" >&6; }
8793 else
8794 { $as_echo "$as_me:$LINENO: result: no" >&5
8795 $as_echo "no" >&6; }
8800 if test -z "$ac_cv_prog_MINGWAR"; then
8801 ac_ct_MINGWAR=$MINGWAR
8802 # Extract the first word of "ar", so it can be a program name with args.
8803 set dummy ar; ac_word=$2
8804 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
8805 $as_echo_n "checking for $ac_word... " >&6; }
8806 if test "${ac_cv_prog_ac_ct_MINGWAR+set}" = set; then
8807 $as_echo_n "(cached) " >&6
8808 else
8809 if test -n "$ac_ct_MINGWAR"; then
8810 ac_cv_prog_ac_ct_MINGWAR="$ac_ct_MINGWAR" # Let the user override the test.
8811 else
8812 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8813 for as_dir in $PATH
8815 IFS=$as_save_IFS
8816 test -z "$as_dir" && as_dir=.
8817 for ac_exec_ext in '' $ac_executable_extensions; do
8818 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8819 ac_cv_prog_ac_ct_MINGWAR="ar"
8820 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
8821 break 2
8823 done
8824 done
8825 IFS=$as_save_IFS
8829 ac_ct_MINGWAR=$ac_cv_prog_ac_ct_MINGWAR
8830 if test -n "$ac_ct_MINGWAR"; then
8831 { $as_echo "$as_me:$LINENO: result: $ac_ct_MINGWAR" >&5
8832 $as_echo "$ac_ct_MINGWAR" >&6; }
8833 else
8834 { $as_echo "$as_me:$LINENO: result: no" >&5
8835 $as_echo "no" >&6; }
8838 if test "x$ac_ct_MINGWAR" = x; then
8839 MINGWAR="false"
8840 else
8841 case $cross_compiling:$ac_tool_warned in
8842 yes:)
8843 { $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5
8844 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
8845 ac_tool_warned=yes ;;
8846 esac
8847 MINGWAR=$ac_ct_MINGWAR
8849 else
8850 MINGWAR="$ac_cv_prog_MINGWAR"
8853 if test "$DLLWRAP" = "false"; then
8854 LIBEXT="a"
8855 else
8856 LIBEXT="dll"
8858 IMPLIBEXT="a"
8859 WIN16_FILES=""
8860 WIN16_INSTALL=""
8861 enable_iphlpapi=${enable_iphlpapi:-no}
8862 enable_kernel32=${enable_kernel32:-no}
8863 enable_msvcrt=${enable_msvcrt:-no}
8864 enable_ntdll=${enable_ntdll:-no}
8865 enable_ws2_32=${enable_ws2_32:-no}
8866 enable_loader=${enable_loader:-no}
8867 enable_server=${enable_server:-no}
8869 darwin*|macosx*)
8870 DLLEXT=".so"
8871 LIBEXT="dylib"
8872 DLLFLAGS="$DLLFLAGS -fPIC"
8873 LDDLLFLAGS="-bundle -multiply_defined suppress"
8874 LIBWINE_LDFLAGS="-multiply_defined suppress"
8875 LDSHARED="\$(CC) -dynamiclib"
8876 STRIP="$STRIP -x"
8877 LDRPATH_LOCAL="&& install_name_tool -change @executable_path/\`\$(RELPATH) \$(bindir) \$(libdir)\`/libwine.1.dylib @executable_path/\$(TOPOBJDIR)/libs/wine/libwine.1.dylib \$@ || \$(RM) \$@"
8878 SECURITYLIB="-framework Security -framework CoreFoundation"
8880 COREFOUNDATIONLIB="-framework CoreFoundation"
8882 IOKITLIB="-framework IOKit -framework CoreFoundation"
8884 LDEXECFLAGS="-image_base 0x7bf00000 -Wl,-segaddr,WINE_DOS,0x00000000,-segaddr,WINE_SHARED_HEAP,0x7f000000"
8886 if test "$ac_cv_header_DiskArbitration_DiskArbitration_h" = "yes"
8887 then
8888 DISKARBITRATIONLIB="-framework DiskArbitration -framework CoreFoundation"
8891 if test "$ac_cv_header_CoreAudio_CoreAudio_h" = "yes" -a "$ac_cv_header_AudioUnit_AudioUnit_h" = "yes"
8892 then
8893 COREAUDIO="-framework CoreAudio -framework AudioUnit -framework CoreServices -framework AudioToolbox -framework CoreMIDI"
8896 case $host_cpu in
8897 *powerpc*)
8898 LDDLLFLAGS="$LDDLLFLAGS -read_only_relocs warning" ;;
8899 esac
8900 if test "$ac_cv_header_Carbon_Carbon_h" = "yes"
8901 then
8902 CARBONLIB="-framework Carbon"
8904 enable_winequartz_drv=${enable_winequartz_drv:-yes}
8908 DLLFLAGS="$DLLFLAGS -fPIC"
8909 DLLEXT=".so"
8910 { $as_echo "$as_me:$LINENO: checking whether we can build a GNU style ELF dll" >&5
8911 $as_echo_n "checking whether we can build a GNU style ELF dll... " >&6; }
8912 if test "${ac_cv_c_dll_gnuelf+set}" = set; then
8913 $as_echo_n "(cached) " >&6
8914 else
8915 ac_wine_try_cflags_saved=$CFLAGS
8916 CFLAGS="$CFLAGS -fPIC -shared -Wl,-Bsymbolic"
8917 cat >conftest.$ac_ext <<_ACEOF
8918 void myfunc() {}
8919 _ACEOF
8920 rm -f conftest.$ac_objext conftest$ac_exeext
8921 if { (ac_try="$ac_link"
8922 case "(($ac_try" in
8923 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8924 *) ac_try_echo=$ac_try;;
8925 esac
8926 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
8927 $as_echo "$ac_try_echo") >&5
8928 (eval "$ac_link") 2>conftest.er1
8929 ac_status=$?
8930 grep -v '^ *+' conftest.er1 >conftest.err
8931 rm -f conftest.er1
8932 cat conftest.err >&5
8933 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
8934 (exit $ac_status); } && {
8935 test -z "$ac_c_werror_flag" ||
8936 test ! -s conftest.err
8937 } && test -s conftest$ac_exeext && {
8938 test "$cross_compiling" = yes ||
8939 $as_test_x conftest$ac_exeext
8940 }; then
8941 ac_cv_c_dll_gnuelf="yes"
8942 else
8943 $as_echo "$as_me: failed program was:" >&5
8944 sed 's/^/| /' conftest.$ac_ext >&5
8946 ac_cv_c_dll_gnuelf="no"
8949 rm -rf conftest.dSYM
8950 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
8951 conftest$ac_exeext conftest.$ac_ext
8952 CFLAGS=$ac_wine_try_cflags_saved
8954 { $as_echo "$as_me:$LINENO: result: $ac_cv_c_dll_gnuelf" >&5
8955 $as_echo "$ac_cv_c_dll_gnuelf" >&6; }
8956 if test "$ac_cv_c_dll_gnuelf" = "yes"
8957 then
8958 LDSHARED="\$(CC) -shared"
8959 LDDLLFLAGS="-shared -Wl,-Bsymbolic"
8960 { $as_echo "$as_me:$LINENO: checking whether the compiler supports -fPIC -shared -Wl,-soname,confest.so.1" >&5
8961 $as_echo_n "checking whether the compiler supports -fPIC -shared -Wl,-soname,confest.so.1... " >&6; }
8962 if test "${ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1+set}" = set; then
8963 $as_echo_n "(cached) " >&6
8964 else
8965 ac_wine_try_cflags_saved=$CFLAGS
8966 CFLAGS="$CFLAGS -fPIC -shared -Wl,-soname,confest.so.1"
8967 cat >conftest.$ac_ext <<_ACEOF
8968 /* confdefs.h. */
8969 _ACEOF
8970 cat confdefs.h >>conftest.$ac_ext
8971 cat >>conftest.$ac_ext <<_ACEOF
8972 /* end confdefs.h. */
8975 main ()
8979 return 0;
8981 _ACEOF
8982 rm -f conftest.$ac_objext conftest$ac_exeext
8983 if { (ac_try="$ac_link"
8984 case "(($ac_try" in
8985 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8986 *) ac_try_echo=$ac_try;;
8987 esac
8988 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
8989 $as_echo "$ac_try_echo") >&5
8990 (eval "$ac_link") 2>conftest.er1
8991 ac_status=$?
8992 grep -v '^ *+' conftest.er1 >conftest.err
8993 rm -f conftest.er1
8994 cat conftest.err >&5
8995 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
8996 (exit $ac_status); } && {
8997 test -z "$ac_c_werror_flag" ||
8998 test ! -s conftest.err
8999 } && test -s conftest$ac_exeext && {
9000 test "$cross_compiling" = yes ||
9001 $as_test_x conftest$ac_exeext
9002 }; then
9003 ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1=yes
9004 else
9005 $as_echo "$as_me: failed program was:" >&5
9006 sed 's/^/| /' conftest.$ac_ext >&5
9008 ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1=no
9011 rm -rf conftest.dSYM
9012 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9013 conftest$ac_exeext conftest.$ac_ext
9014 CFLAGS=$ac_wine_try_cflags_saved
9016 { $as_echo "$as_me:$LINENO: result: $ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1" >&5
9017 $as_echo "$ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1" >&6; }
9018 if test $ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1 = yes; then
9019 LDSHARED="\$(CC) -shared \$(SONAME:%=-Wl,-soname,%)"
9020 else
9021 { $as_echo "$as_me:$LINENO: checking whether the compiler supports -fPIC -shared -Wl,-h,confest.so.1" >&5
9022 $as_echo_n "checking whether the compiler supports -fPIC -shared -Wl,-h,confest.so.1... " >&6; }
9023 if test "${ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1+set}" = set; then
9024 $as_echo_n "(cached) " >&6
9025 else
9026 ac_wine_try_cflags_saved=$CFLAGS
9027 CFLAGS="$CFLAGS -fPIC -shared -Wl,-h,confest.so.1"
9028 cat >conftest.$ac_ext <<_ACEOF
9029 /* confdefs.h. */
9030 _ACEOF
9031 cat confdefs.h >>conftest.$ac_ext
9032 cat >>conftest.$ac_ext <<_ACEOF
9033 /* end confdefs.h. */
9036 main ()
9040 return 0;
9042 _ACEOF
9043 rm -f conftest.$ac_objext conftest$ac_exeext
9044 if { (ac_try="$ac_link"
9045 case "(($ac_try" in
9046 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9047 *) ac_try_echo=$ac_try;;
9048 esac
9049 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
9050 $as_echo "$ac_try_echo") >&5
9051 (eval "$ac_link") 2>conftest.er1
9052 ac_status=$?
9053 grep -v '^ *+' conftest.er1 >conftest.err
9054 rm -f conftest.er1
9055 cat conftest.err >&5
9056 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
9057 (exit $ac_status); } && {
9058 test -z "$ac_c_werror_flag" ||
9059 test ! -s conftest.err
9060 } && test -s conftest$ac_exeext && {
9061 test "$cross_compiling" = yes ||
9062 $as_test_x conftest$ac_exeext
9063 }; then
9064 ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1=yes
9065 else
9066 $as_echo "$as_me: failed program was:" >&5
9067 sed 's/^/| /' conftest.$ac_ext >&5
9069 ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1=no
9072 rm -rf conftest.dSYM
9073 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9074 conftest$ac_exeext conftest.$ac_ext
9075 CFLAGS=$ac_wine_try_cflags_saved
9077 { $as_echo "$as_me:$LINENO: result: $ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1" >&5
9078 $as_echo "$ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1" >&6; }
9079 if test $ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1 = yes; then
9080 LDSHARED="\$(CC) -shared \$(SONAME:%=-Wl,-h,%)"
9086 { $as_echo "$as_me:$LINENO: checking whether the compiler supports -fPIC -shared -Wl,-Bsymbolic,-z,defs" >&5
9087 $as_echo_n "checking whether the compiler supports -fPIC -shared -Wl,-Bsymbolic,-z,defs... " >&6; }
9088 if test "${ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__z_defs+set}" = set; then
9089 $as_echo_n "(cached) " >&6
9090 else
9091 ac_wine_try_cflags_saved=$CFLAGS
9092 CFLAGS="$CFLAGS -fPIC -shared -Wl,-Bsymbolic,-z,defs"
9093 cat >conftest.$ac_ext <<_ACEOF
9094 /* confdefs.h. */
9095 _ACEOF
9096 cat confdefs.h >>conftest.$ac_ext
9097 cat >>conftest.$ac_ext <<_ACEOF
9098 /* end confdefs.h. */
9101 main ()
9105 return 0;
9107 _ACEOF
9108 rm -f conftest.$ac_objext conftest$ac_exeext
9109 if { (ac_try="$ac_link"
9110 case "(($ac_try" in
9111 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9112 *) ac_try_echo=$ac_try;;
9113 esac
9114 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
9115 $as_echo "$ac_try_echo") >&5
9116 (eval "$ac_link") 2>conftest.er1
9117 ac_status=$?
9118 grep -v '^ *+' conftest.er1 >conftest.err
9119 rm -f conftest.er1
9120 cat conftest.err >&5
9121 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
9122 (exit $ac_status); } && {
9123 test -z "$ac_c_werror_flag" ||
9124 test ! -s conftest.err
9125 } && test -s conftest$ac_exeext && {
9126 test "$cross_compiling" = yes ||
9127 $as_test_x conftest$ac_exeext
9128 }; then
9129 ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__z_defs=yes
9130 else
9131 $as_echo "$as_me: failed program was:" >&5
9132 sed 's/^/| /' conftest.$ac_ext >&5
9134 ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__z_defs=no
9137 rm -rf conftest.dSYM
9138 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9139 conftest$ac_exeext conftest.$ac_ext
9140 CFLAGS=$ac_wine_try_cflags_saved
9142 { $as_echo "$as_me:$LINENO: result: $ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__z_defs" >&5
9143 $as_echo "$ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__z_defs" >&6; }
9144 if test $ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__z_defs = yes; then
9145 LDDLLFLAGS="$LDDLLFLAGS,-z,defs"
9149 { $as_echo "$as_me:$LINENO: checking whether the compiler supports -fPIC -shared -Wl,-Bsymbolic,-init,__wine_spec_init,-fini,__wine_spec_fini" >&5
9150 $as_echo_n "checking whether the compiler supports -fPIC -shared -Wl,-Bsymbolic,-init,__wine_spec_init,-fini,__wine_spec_fini... " >&6; }
9151 if test "${ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__init___wine_spec_init__fini___wine_spec_fini+set}" = set; then
9152 $as_echo_n "(cached) " >&6
9153 else
9154 ac_wine_try_cflags_saved=$CFLAGS
9155 CFLAGS="$CFLAGS -fPIC -shared -Wl,-Bsymbolic,-init,__wine_spec_init,-fini,__wine_spec_fini"
9156 cat >conftest.$ac_ext <<_ACEOF
9157 /* confdefs.h. */
9158 _ACEOF
9159 cat confdefs.h >>conftest.$ac_ext
9160 cat >>conftest.$ac_ext <<_ACEOF
9161 /* end confdefs.h. */
9164 main ()
9168 return 0;
9170 _ACEOF
9171 rm -f conftest.$ac_objext conftest$ac_exeext
9172 if { (ac_try="$ac_link"
9173 case "(($ac_try" in
9174 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9175 *) ac_try_echo=$ac_try;;
9176 esac
9177 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
9178 $as_echo "$ac_try_echo") >&5
9179 (eval "$ac_link") 2>conftest.er1
9180 ac_status=$?
9181 grep -v '^ *+' conftest.er1 >conftest.err
9182 rm -f conftest.er1
9183 cat conftest.err >&5
9184 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
9185 (exit $ac_status); } && {
9186 test -z "$ac_c_werror_flag" ||
9187 test ! -s conftest.err
9188 } && test -s conftest$ac_exeext && {
9189 test "$cross_compiling" = yes ||
9190 $as_test_x conftest$ac_exeext
9191 }; then
9192 ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__init___wine_spec_init__fini___wine_spec_fini=yes
9193 else
9194 $as_echo "$as_me: failed program was:" >&5
9195 sed 's/^/| /' conftest.$ac_ext >&5
9197 ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__init___wine_spec_init__fini___wine_spec_fini=no
9200 rm -rf conftest.dSYM
9201 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9202 conftest$ac_exeext conftest.$ac_ext
9203 CFLAGS=$ac_wine_try_cflags_saved
9205 { $as_echo "$as_me:$LINENO: result: $ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__init___wine_spec_init__fini___wine_spec_fini" >&5
9206 $as_echo "$ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__init___wine_spec_init__fini___wine_spec_fini" >&6; }
9207 if test $ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__init___wine_spec_init__fini___wine_spec_fini = yes; then
9208 LDDLLFLAGS="$LDDLLFLAGS,-init,__wine_spec_init,-fini,__wine_spec_fini"
9212 echo '{ global: *; };' >conftest.map
9213 { $as_echo "$as_me:$LINENO: checking whether the compiler supports -fPIC -shared -Wl,--version-script=conftest.map" >&5
9214 $as_echo_n "checking whether the compiler supports -fPIC -shared -Wl,--version-script=conftest.map... " >&6; }
9215 if test "${ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map+set}" = set; then
9216 $as_echo_n "(cached) " >&6
9217 else
9218 ac_wine_try_cflags_saved=$CFLAGS
9219 CFLAGS="$CFLAGS -fPIC -shared -Wl,--version-script=conftest.map"
9220 cat >conftest.$ac_ext <<_ACEOF
9221 /* confdefs.h. */
9222 _ACEOF
9223 cat confdefs.h >>conftest.$ac_ext
9224 cat >>conftest.$ac_ext <<_ACEOF
9225 /* end confdefs.h. */
9228 main ()
9232 return 0;
9234 _ACEOF
9235 rm -f conftest.$ac_objext conftest$ac_exeext
9236 if { (ac_try="$ac_link"
9237 case "(($ac_try" in
9238 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9239 *) ac_try_echo=$ac_try;;
9240 esac
9241 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
9242 $as_echo "$ac_try_echo") >&5
9243 (eval "$ac_link") 2>conftest.er1
9244 ac_status=$?
9245 grep -v '^ *+' conftest.er1 >conftest.err
9246 rm -f conftest.er1
9247 cat conftest.err >&5
9248 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
9249 (exit $ac_status); } && {
9250 test -z "$ac_c_werror_flag" ||
9251 test ! -s conftest.err
9252 } && test -s conftest$ac_exeext && {
9253 test "$cross_compiling" = yes ||
9254 $as_test_x conftest$ac_exeext
9255 }; then
9256 ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map=yes
9257 else
9258 $as_echo "$as_me: failed program was:" >&5
9259 sed 's/^/| /' conftest.$ac_ext >&5
9261 ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map=no
9264 rm -rf conftest.dSYM
9265 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9266 conftest$ac_exeext conftest.$ac_ext
9267 CFLAGS=$ac_wine_try_cflags_saved
9269 { $as_echo "$as_me:$LINENO: result: $ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map" >&5
9270 $as_echo "$ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map" >&6; }
9271 if test $ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map = yes; then
9272 LDSHARED="$LDSHARED \$(VERSCRIPT:%=-Wl,--version-script=%)"
9275 rm -f conftest.map
9277 { $as_echo "$as_me:$LINENO: checking whether the compiler supports -fPIC -Wl,--export-dynamic" >&5
9278 $as_echo_n "checking whether the compiler supports -fPIC -Wl,--export-dynamic... " >&6; }
9279 if test "${ac_cv_cflags__fPIC__Wl___export_dynamic+set}" = set; then
9280 $as_echo_n "(cached) " >&6
9281 else
9282 ac_wine_try_cflags_saved=$CFLAGS
9283 CFLAGS="$CFLAGS -fPIC -Wl,--export-dynamic"
9284 cat >conftest.$ac_ext <<_ACEOF
9285 /* confdefs.h. */
9286 _ACEOF
9287 cat confdefs.h >>conftest.$ac_ext
9288 cat >>conftest.$ac_ext <<_ACEOF
9289 /* end confdefs.h. */
9292 main ()
9296 return 0;
9298 _ACEOF
9299 rm -f conftest.$ac_objext conftest$ac_exeext
9300 if { (ac_try="$ac_link"
9301 case "(($ac_try" in
9302 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9303 *) ac_try_echo=$ac_try;;
9304 esac
9305 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
9306 $as_echo "$ac_try_echo") >&5
9307 (eval "$ac_link") 2>conftest.er1
9308 ac_status=$?
9309 grep -v '^ *+' conftest.er1 >conftest.err
9310 rm -f conftest.er1
9311 cat conftest.err >&5
9312 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
9313 (exit $ac_status); } && {
9314 test -z "$ac_c_werror_flag" ||
9315 test ! -s conftest.err
9316 } && test -s conftest$ac_exeext && {
9317 test "$cross_compiling" = yes ||
9318 $as_test_x conftest$ac_exeext
9319 }; then
9320 ac_cv_cflags__fPIC__Wl___export_dynamic=yes
9321 else
9322 $as_echo "$as_me: failed program was:" >&5
9323 sed 's/^/| /' conftest.$ac_ext >&5
9325 ac_cv_cflags__fPIC__Wl___export_dynamic=no
9328 rm -rf conftest.dSYM
9329 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9330 conftest$ac_exeext conftest.$ac_ext
9331 CFLAGS=$ac_wine_try_cflags_saved
9333 { $as_echo "$as_me:$LINENO: result: $ac_cv_cflags__fPIC__Wl___export_dynamic" >&5
9334 $as_echo "$ac_cv_cflags__fPIC__Wl___export_dynamic" >&6; }
9335 if test $ac_cv_cflags__fPIC__Wl___export_dynamic = yes; then
9336 LDEXECFLAGS="-Wl,--export-dynamic"
9341 as_ac_var=`$as_echo "ac_cv_cflags_-fPIC -Wl,--rpath,\$ORIGIN/../lib" | $as_tr_sh`
9342 { $as_echo "$as_me:$LINENO: checking whether the compiler supports -fPIC -Wl,--rpath,\$ORIGIN/../lib" >&5
9343 $as_echo_n "checking whether the compiler supports -fPIC -Wl,--rpath,\$ORIGIN/../lib... " >&6; }
9344 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
9345 $as_echo_n "(cached) " >&6
9346 else
9347 ac_wine_try_cflags_saved=$CFLAGS
9348 CFLAGS="$CFLAGS -fPIC -Wl,--rpath,\$ORIGIN/../lib"
9349 cat >conftest.$ac_ext <<_ACEOF
9350 /* confdefs.h. */
9351 _ACEOF
9352 cat confdefs.h >>conftest.$ac_ext
9353 cat >>conftest.$ac_ext <<_ACEOF
9354 /* end confdefs.h. */
9357 main ()
9361 return 0;
9363 _ACEOF
9364 rm -f conftest.$ac_objext conftest$ac_exeext
9365 if { (ac_try="$ac_link"
9366 case "(($ac_try" in
9367 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9368 *) ac_try_echo=$ac_try;;
9369 esac
9370 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
9371 $as_echo "$ac_try_echo") >&5
9372 (eval "$ac_link") 2>conftest.er1
9373 ac_status=$?
9374 grep -v '^ *+' conftest.er1 >conftest.err
9375 rm -f conftest.er1
9376 cat conftest.err >&5
9377 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
9378 (exit $ac_status); } && {
9379 test -z "$ac_c_werror_flag" ||
9380 test ! -s conftest.err
9381 } && test -s conftest$ac_exeext && {
9382 test "$cross_compiling" = yes ||
9383 $as_test_x conftest$ac_exeext
9384 }; then
9385 eval "$as_ac_var=yes"
9386 else
9387 $as_echo "$as_me: failed program was:" >&5
9388 sed 's/^/| /' conftest.$ac_ext >&5
9390 eval "$as_ac_var=no"
9393 rm -rf conftest.dSYM
9394 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9395 conftest$ac_exeext conftest.$ac_ext
9396 CFLAGS=$ac_wine_try_cflags_saved
9398 ac_res=`eval 'as_val=${'$as_ac_var'}
9399 $as_echo "$as_val"'`
9400 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
9401 $as_echo "$ac_res" >&6; }
9402 if test `eval 'as_val=${'$as_ac_var'}
9403 $as_echo "$as_val"'` = yes; then
9404 LDRPATH_INSTALL="-Wl,--rpath,\\\$\$ORIGIN/\`\$(RELPATH) \$(bindir) \$(libdir)\`"
9405 LDRPATH_LOCAL="-Wl,--rpath,\\\$\$ORIGIN/\$(TOPOBJDIR)/libs/wine"
9406 else
9407 as_ac_var=`$as_echo "ac_cv_cflags_-fPIC -Wl,-R,\$ORIGIN/../lib" | $as_tr_sh`
9408 { $as_echo "$as_me:$LINENO: checking whether the compiler supports -fPIC -Wl,-R,\$ORIGIN/../lib" >&5
9409 $as_echo_n "checking whether the compiler supports -fPIC -Wl,-R,\$ORIGIN/../lib... " >&6; }
9410 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
9411 $as_echo_n "(cached) " >&6
9412 else
9413 ac_wine_try_cflags_saved=$CFLAGS
9414 CFLAGS="$CFLAGS -fPIC -Wl,-R,\$ORIGIN/../lib"
9415 cat >conftest.$ac_ext <<_ACEOF
9416 /* confdefs.h. */
9417 _ACEOF
9418 cat confdefs.h >>conftest.$ac_ext
9419 cat >>conftest.$ac_ext <<_ACEOF
9420 /* end confdefs.h. */
9423 main ()
9427 return 0;
9429 _ACEOF
9430 rm -f conftest.$ac_objext conftest$ac_exeext
9431 if { (ac_try="$ac_link"
9432 case "(($ac_try" in
9433 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9434 *) ac_try_echo=$ac_try;;
9435 esac
9436 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
9437 $as_echo "$ac_try_echo") >&5
9438 (eval "$ac_link") 2>conftest.er1
9439 ac_status=$?
9440 grep -v '^ *+' conftest.er1 >conftest.err
9441 rm -f conftest.er1
9442 cat conftest.err >&5
9443 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
9444 (exit $ac_status); } && {
9445 test -z "$ac_c_werror_flag" ||
9446 test ! -s conftest.err
9447 } && test -s conftest$ac_exeext && {
9448 test "$cross_compiling" = yes ||
9449 $as_test_x conftest$ac_exeext
9450 }; then
9451 eval "$as_ac_var=yes"
9452 else
9453 $as_echo "$as_me: failed program was:" >&5
9454 sed 's/^/| /' conftest.$ac_ext >&5
9456 eval "$as_ac_var=no"
9459 rm -rf conftest.dSYM
9460 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9461 conftest$ac_exeext conftest.$ac_ext
9462 CFLAGS=$ac_wine_try_cflags_saved
9464 ac_res=`eval 'as_val=${'$as_ac_var'}
9465 $as_echo "$as_val"'`
9466 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
9467 $as_echo "$ac_res" >&6; }
9468 if test `eval 'as_val=${'$as_ac_var'}
9469 $as_echo "$as_val"'` = yes; then
9470 LDRPATH_INSTALL="-Wl,-R,\\\$\$ORIGIN/\`\$(RELPATH) \$(bindir) \$(libdir)\`"
9471 LDRPATH_LOCAL="-Wl,-R,\\\$\$ORIGIN/\$(TOPOBJDIR)/libs/wine"
9477 { $as_echo "$as_me:$LINENO: checking whether the compiler supports -Wl,--enable-new-dtags" >&5
9478 $as_echo_n "checking whether the compiler supports -Wl,--enable-new-dtags... " >&6; }
9479 if test "${ac_cv_cflags__Wl___enable_new_dtags+set}" = set; then
9480 $as_echo_n "(cached) " >&6
9481 else
9482 ac_wine_try_cflags_saved=$CFLAGS
9483 CFLAGS="$CFLAGS -Wl,--enable-new-dtags"
9484 cat >conftest.$ac_ext <<_ACEOF
9485 /* confdefs.h. */
9486 _ACEOF
9487 cat confdefs.h >>conftest.$ac_ext
9488 cat >>conftest.$ac_ext <<_ACEOF
9489 /* end confdefs.h. */
9492 main ()
9496 return 0;
9498 _ACEOF
9499 rm -f conftest.$ac_objext conftest$ac_exeext
9500 if { (ac_try="$ac_link"
9501 case "(($ac_try" in
9502 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9503 *) ac_try_echo=$ac_try;;
9504 esac
9505 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
9506 $as_echo "$ac_try_echo") >&5
9507 (eval "$ac_link") 2>conftest.er1
9508 ac_status=$?
9509 grep -v '^ *+' conftest.er1 >conftest.err
9510 rm -f conftest.er1
9511 cat conftest.err >&5
9512 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
9513 (exit $ac_status); } && {
9514 test -z "$ac_c_werror_flag" ||
9515 test ! -s conftest.err
9516 } && test -s conftest$ac_exeext && {
9517 test "$cross_compiling" = yes ||
9518 $as_test_x conftest$ac_exeext
9519 }; then
9520 ac_cv_cflags__Wl___enable_new_dtags=yes
9521 else
9522 $as_echo "$as_me: failed program was:" >&5
9523 sed 's/^/| /' conftest.$ac_ext >&5
9525 ac_cv_cflags__Wl___enable_new_dtags=no
9528 rm -rf conftest.dSYM
9529 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9530 conftest$ac_exeext conftest.$ac_ext
9531 CFLAGS=$ac_wine_try_cflags_saved
9533 { $as_echo "$as_me:$LINENO: result: $ac_cv_cflags__Wl___enable_new_dtags" >&5
9534 $as_echo "$ac_cv_cflags__Wl___enable_new_dtags" >&6; }
9535 if test $ac_cv_cflags__Wl___enable_new_dtags = yes; then
9536 LDRPATH_INSTALL="$LDRPATH_INSTALL -Wl,--enable-new-dtags"
9540 case $host_cpu in
9541 *i[3456789]86* | x86_64)
9542 { $as_echo "$as_me:$LINENO: checking whether the compiler supports -Wl,--section-start,.interp=0x7bf00400" >&5
9543 $as_echo_n "checking whether the compiler supports -Wl,--section-start,.interp=0x7bf00400... " >&6; }
9544 if test "${ac_cv_cflags__Wl___section_start__interp_0x7bf00400+set}" = set; then
9545 $as_echo_n "(cached) " >&6
9546 else
9547 ac_wine_try_cflags_saved=$CFLAGS
9548 CFLAGS="$CFLAGS -Wl,--section-start,.interp=0x7bf00400"
9549 cat >conftest.$ac_ext <<_ACEOF
9550 /* confdefs.h. */
9551 _ACEOF
9552 cat confdefs.h >>conftest.$ac_ext
9553 cat >>conftest.$ac_ext <<_ACEOF
9554 /* end confdefs.h. */
9557 main ()
9561 return 0;
9563 _ACEOF
9564 rm -f conftest.$ac_objext conftest$ac_exeext
9565 if { (ac_try="$ac_link"
9566 case "(($ac_try" in
9567 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9568 *) ac_try_echo=$ac_try;;
9569 esac
9570 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
9571 $as_echo "$ac_try_echo") >&5
9572 (eval "$ac_link") 2>conftest.er1
9573 ac_status=$?
9574 grep -v '^ *+' conftest.er1 >conftest.err
9575 rm -f conftest.er1
9576 cat conftest.err >&5
9577 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
9578 (exit $ac_status); } && {
9579 test -z "$ac_c_werror_flag" ||
9580 test ! -s conftest.err
9581 } && test -s conftest$ac_exeext && {
9582 test "$cross_compiling" = yes ||
9583 $as_test_x conftest$ac_exeext
9584 }; then
9585 ac_cv_cflags__Wl___section_start__interp_0x7bf00400=yes
9586 else
9587 $as_echo "$as_me: failed program was:" >&5
9588 sed 's/^/| /' conftest.$ac_ext >&5
9590 ac_cv_cflags__Wl___section_start__interp_0x7bf00400=no
9593 rm -rf conftest.dSYM
9594 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9595 conftest$ac_exeext conftest.$ac_ext
9596 CFLAGS=$ac_wine_try_cflags_saved
9598 { $as_echo "$as_me:$LINENO: result: $ac_cv_cflags__Wl___section_start__interp_0x7bf00400" >&5
9599 $as_echo "$ac_cv_cflags__Wl___section_start__interp_0x7bf00400" >&6; }
9600 if test $ac_cv_cflags__Wl___section_start__interp_0x7bf00400 = yes; then
9601 LDEXECFLAGS="$LDEXECFLAGS -Wl,--section-start,.interp=0x7bf00400"
9605 esac
9607 else
9608 { $as_echo "$as_me:$LINENO: checking whether we can build a UnixWare (Solaris) dll" >&5
9609 $as_echo_n "checking whether we can build a UnixWare (Solaris) dll... " >&6; }
9610 if test "${ac_cv_c_dll_unixware+set}" = set; then
9611 $as_echo_n "(cached) " >&6
9612 else
9613 ac_wine_try_cflags_saved=$CFLAGS
9614 CFLAGS="$CFLAGS -fPIC -Wl,-G,-h,conftest.so.1.0,-B,symbolic"
9615 cat >conftest.$ac_ext <<_ACEOF
9616 void myfunc() {}
9617 _ACEOF
9618 rm -f conftest.$ac_objext conftest$ac_exeext
9619 if { (ac_try="$ac_link"
9620 case "(($ac_try" in
9621 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9622 *) ac_try_echo=$ac_try;;
9623 esac
9624 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
9625 $as_echo "$ac_try_echo") >&5
9626 (eval "$ac_link") 2>conftest.er1
9627 ac_status=$?
9628 grep -v '^ *+' conftest.er1 >conftest.err
9629 rm -f conftest.er1
9630 cat conftest.err >&5
9631 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
9632 (exit $ac_status); } && {
9633 test -z "$ac_c_werror_flag" ||
9634 test ! -s conftest.err
9635 } && test -s conftest$ac_exeext && {
9636 test "$cross_compiling" = yes ||
9637 $as_test_x conftest$ac_exeext
9638 }; then
9639 ac_cv_c_dll_unixware="yes"
9640 else
9641 $as_echo "$as_me: failed program was:" >&5
9642 sed 's/^/| /' conftest.$ac_ext >&5
9644 ac_cv_c_dll_unixware="no"
9647 rm -rf conftest.dSYM
9648 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9649 conftest$ac_exeext conftest.$ac_ext
9650 CFLAGS=$ac_wine_try_cflags_saved
9652 { $as_echo "$as_me:$LINENO: result: $ac_cv_c_dll_unixware" >&5
9653 $as_echo "$ac_cv_c_dll_unixware" >&6; }
9654 if test "$ac_cv_c_dll_unixware" = "yes"
9655 then
9656 LDSHARED="\$(CC) -Wl,-G \$(SONAME:%=-Wl,-h,%)"
9657 LDDLLFLAGS="-Wl,-G,-B,symbolic"
9659 else
9660 { $as_echo "$as_me:$LINENO: checking whether we can build an HP-UX dll" >&5
9661 $as_echo_n "checking whether we can build an HP-UX dll... " >&6; }
9662 if test "${ac_cv_c_dll_hpux+set}" = set; then
9663 $as_echo_n "(cached) " >&6
9664 else
9665 ac_wine_try_cflags_saved=$CFLAGS
9666 CFLAGS="$CFLAGS -shared"
9667 cat >conftest.$ac_ext <<_ACEOF
9668 void myfunc() {}
9669 _ACEOF
9670 rm -f conftest.$ac_objext conftest$ac_exeext
9671 if { (ac_try="$ac_link"
9672 case "(($ac_try" in
9673 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9674 *) ac_try_echo=$ac_try;;
9675 esac
9676 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
9677 $as_echo "$ac_try_echo") >&5
9678 (eval "$ac_link") 2>conftest.er1
9679 ac_status=$?
9680 grep -v '^ *+' conftest.er1 >conftest.err
9681 rm -f conftest.er1
9682 cat conftest.err >&5
9683 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
9684 (exit $ac_status); } && {
9685 test -z "$ac_c_werror_flag" ||
9686 test ! -s conftest.err
9687 } && test -s conftest$ac_exeext && {
9688 test "$cross_compiling" = yes ||
9689 $as_test_x conftest$ac_exeext
9690 }; then
9691 ac_cv_c_dll_hpux="yes"
9692 else
9693 $as_echo "$as_me: failed program was:" >&5
9694 sed 's/^/| /' conftest.$ac_ext >&5
9696 ac_cv_c_dll_hpux="no"
9699 rm -rf conftest.dSYM
9700 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9701 conftest$ac_exeext conftest.$ac_ext
9702 CFLAGS=$ac_wine_try_cflags_saved
9704 { $as_echo "$as_me:$LINENO: result: $ac_cv_c_dll_hpux" >&5
9705 $as_echo "$ac_cv_c_dll_hpux" >&6; }
9706 if test "$ac_cv_c_dll_hpux" = "yes"
9707 then
9708 LIBEXT="sl"
9709 DLLEXT=".sl"
9710 LDDLLFLAGS="-shared -fPIC"
9711 LDSHARED="\$(CC) -shared"
9716 esac
9718 enable_winequartz_drv=${enable_winequartz_drv:-no}
9720 if test "$LIBEXT" = "a"; then
9721 { { $as_echo "$as_me:$LINENO: error: could not find a way to build shared libraries.
9722 It is currently not possible to build Wine without shared library
9723 (.so) support to allow transparent switch between .so and .dll files.
9724 If you are using Linux, you will need a newer binutils.
9725 " >&5
9726 $as_echo "$as_me: error: could not find a way to build shared libraries.
9727 It is currently not possible to build Wine without shared library
9728 (.so) support to allow transparent switch between .so and .dll files.
9729 If you are using Linux, you will need a newer binutils.
9730 " >&2;}
9731 { (exit 1); exit 1; }; }
9734 if test "$cross_compiling" = "no" -a "$LIBEXT" != "dll"
9735 then
9736 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
9738 # Extract the first word of "$ac_prog", so it can be a program name with args.
9739 set dummy $ac_prog; ac_word=$2
9740 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
9741 $as_echo_n "checking for $ac_word... " >&6; }
9742 if test "${ac_cv_prog_CROSSCC+set}" = set; then
9743 $as_echo_n "(cached) " >&6
9744 else
9745 if test -n "$CROSSCC"; then
9746 ac_cv_prog_CROSSCC="$CROSSCC" # Let the user override the test.
9747 else
9748 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9749 for as_dir in $PATH
9751 IFS=$as_save_IFS
9752 test -z "$as_dir" && as_dir=.
9753 for ac_exec_ext in '' $ac_executable_extensions; do
9754 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9755 ac_cv_prog_CROSSCC="$ac_prog"
9756 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
9757 break 2
9759 done
9760 done
9761 IFS=$as_save_IFS
9765 CROSSCC=$ac_cv_prog_CROSSCC
9766 if test -n "$CROSSCC"; then
9767 { $as_echo "$as_me:$LINENO: result: $CROSSCC" >&5
9768 $as_echo "$CROSSCC" >&6; }
9769 else
9770 { $as_echo "$as_me:$LINENO: result: no" >&5
9771 $as_echo "no" >&6; }
9775 test -n "$CROSSCC" && break
9776 done
9777 test -n "$CROSSCC" || CROSSCC="false"
9779 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
9781 # Extract the first word of "$ac_prog", so it can be a program name with args.
9782 set dummy $ac_prog; ac_word=$2
9783 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
9784 $as_echo_n "checking for $ac_word... " >&6; }
9785 if test "${ac_cv_prog_DLLTOOL+set}" = set; then
9786 $as_echo_n "(cached) " >&6
9787 else
9788 if test -n "$DLLTOOL"; then
9789 ac_cv_prog_DLLTOOL="$DLLTOOL" # Let the user override the test.
9790 else
9791 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9792 for as_dir in $PATH
9794 IFS=$as_save_IFS
9795 test -z "$as_dir" && as_dir=.
9796 for ac_exec_ext in '' $ac_executable_extensions; do
9797 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9798 ac_cv_prog_DLLTOOL="$ac_prog"
9799 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
9800 break 2
9802 done
9803 done
9804 IFS=$as_save_IFS
9808 DLLTOOL=$ac_cv_prog_DLLTOOL
9809 if test -n "$DLLTOOL"; then
9810 { $as_echo "$as_me:$LINENO: result: $DLLTOOL" >&5
9811 $as_echo "$DLLTOOL" >&6; }
9812 else
9813 { $as_echo "$as_me:$LINENO: result: no" >&5
9814 $as_echo "no" >&6; }
9818 test -n "$DLLTOOL" && break
9819 done
9820 test -n "$DLLTOOL" || DLLTOOL="false"
9822 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
9824 # Extract the first word of "$ac_prog", so it can be a program name with args.
9825 set dummy $ac_prog; ac_word=$2
9826 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
9827 $as_echo_n "checking for $ac_word... " >&6; }
9828 if test "${ac_cv_prog_CROSSWINDRES+set}" = set; then
9829 $as_echo_n "(cached) " >&6
9830 else
9831 if test -n "$CROSSWINDRES"; then
9832 ac_cv_prog_CROSSWINDRES="$CROSSWINDRES" # Let the user override the test.
9833 else
9834 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9835 for as_dir in $PATH
9837 IFS=$as_save_IFS
9838 test -z "$as_dir" && as_dir=.
9839 for ac_exec_ext in '' $ac_executable_extensions; do
9840 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9841 ac_cv_prog_CROSSWINDRES="$ac_prog"
9842 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
9843 break 2
9845 done
9846 done
9847 IFS=$as_save_IFS
9851 CROSSWINDRES=$ac_cv_prog_CROSSWINDRES
9852 if test -n "$CROSSWINDRES"; then
9853 { $as_echo "$as_me:$LINENO: result: $CROSSWINDRES" >&5
9854 $as_echo "$CROSSWINDRES" >&6; }
9855 else
9856 { $as_echo "$as_me:$LINENO: result: no" >&5
9857 $as_echo "no" >&6; }
9861 test -n "$CROSSWINDRES" && break
9862 done
9863 test -n "$CROSSWINDRES" || CROSSWINDRES="false"
9865 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
9867 # Extract the first word of "$ac_prog", so it can be a program name with args.
9868 set dummy $ac_prog; ac_word=$2
9869 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
9870 $as_echo_n "checking for $ac_word... " >&6; }
9871 if test "${ac_cv_prog_MINGWAR+set}" = set; then
9872 $as_echo_n "(cached) " >&6
9873 else
9874 if test -n "$MINGWAR"; then
9875 ac_cv_prog_MINGWAR="$MINGWAR" # Let the user override the test.
9876 else
9877 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9878 for as_dir in $PATH
9880 IFS=$as_save_IFS
9881 test -z "$as_dir" && as_dir=.
9882 for ac_exec_ext in '' $ac_executable_extensions; do
9883 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9884 ac_cv_prog_MINGWAR="$ac_prog"
9885 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
9886 break 2
9888 done
9889 done
9890 IFS=$as_save_IFS
9894 MINGWAR=$ac_cv_prog_MINGWAR
9895 if test -n "$MINGWAR"; then
9896 { $as_echo "$as_me:$LINENO: result: $MINGWAR" >&5
9897 $as_echo "$MINGWAR" >&6; }
9898 else
9899 { $as_echo "$as_me:$LINENO: result: no" >&5
9900 $as_echo "no" >&6; }
9904 test -n "$MINGWAR" && break
9905 done
9906 test -n "$MINGWAR" || MINGWAR="false"
9908 if test "$CROSSCC" != "false"
9909 then
9910 CROSSTEST="\$(CROSSTEST)"
9916 if test "$have_x" = "yes"
9917 then
9918 XLIB="-lXext -lX11"
9919 ac_save_CPPFLAGS="$CPPFLAGS"
9920 CPPFLAGS="$CPPFLAGS $X_CFLAGS"
9922 { $as_echo "$as_me:$LINENO: checking for -lX11" >&5
9923 $as_echo_n "checking for -lX11... " >&6; }
9924 if test "${ac_cv_lib_soname_X11+set}" = set; then
9925 $as_echo_n "(cached) " >&6
9926 else
9927 ac_check_soname_save_LIBS=$LIBS
9928 LIBS="-lX11 $X_LIBS $X_EXTRA_LIBS $LIBS"
9929 cat >conftest.$ac_ext <<_ACEOF
9930 /* confdefs.h. */
9931 _ACEOF
9932 cat confdefs.h >>conftest.$ac_ext
9933 cat >>conftest.$ac_ext <<_ACEOF
9934 /* end confdefs.h. */
9936 /* Override any GCC internal prototype to avoid an error.
9937 Use char because int might match the return type of a GCC
9938 builtin and then its argument prototype would still apply. */
9939 #ifdef __cplusplus
9940 extern "C"
9941 #endif
9942 char XCreateWindow ();
9944 main ()
9946 return XCreateWindow ();
9948 return 0;
9950 _ACEOF
9951 rm -f conftest.$ac_objext conftest$ac_exeext
9952 if { (ac_try="$ac_link"
9953 case "(($ac_try" in
9954 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9955 *) ac_try_echo=$ac_try;;
9956 esac
9957 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
9958 $as_echo "$ac_try_echo") >&5
9959 (eval "$ac_link") 2>conftest.er1
9960 ac_status=$?
9961 grep -v '^ *+' conftest.er1 >conftest.err
9962 rm -f conftest.er1
9963 cat conftest.err >&5
9964 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
9965 (exit $ac_status); } && {
9966 test -z "$ac_c_werror_flag" ||
9967 test ! -s conftest.err
9968 } && test -s conftest$ac_exeext && {
9969 test "$cross_compiling" = yes ||
9970 $as_test_x conftest$ac_exeext
9971 }; then
9972 case "$LIBEXT" in
9973 dll) ;;
9974 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'` ;;
9975 *) ac_cv_lib_soname_X11=`$ac_cv_path_LDD conftest$ac_exeext | grep "libX11\\.$LIBEXT" | sed -e "s/^.*\(libX11\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
9976 esac
9977 else
9978 $as_echo "$as_me: failed program was:" >&5
9979 sed 's/^/| /' conftest.$ac_ext >&5
9984 rm -rf conftest.dSYM
9985 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9986 conftest$ac_exeext conftest.$ac_ext
9987 LIBS=$ac_check_soname_save_LIBS
9989 if test "x$ac_cv_lib_soname_X11" = "x"; then
9990 { $as_echo "$as_me:$LINENO: result: not found" >&5
9991 $as_echo "not found" >&6; }
9993 else
9994 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_X11" >&5
9995 $as_echo "$ac_cv_lib_soname_X11" >&6; }
9997 cat >>confdefs.h <<_ACEOF
9998 #define SONAME_LIBX11 "$ac_cv_lib_soname_X11"
9999 _ACEOF
10004 { $as_echo "$as_me:$LINENO: checking for -lXext" >&5
10005 $as_echo_n "checking for -lXext... " >&6; }
10006 if test "${ac_cv_lib_soname_Xext+set}" = set; then
10007 $as_echo_n "(cached) " >&6
10008 else
10009 ac_check_soname_save_LIBS=$LIBS
10010 LIBS="-lXext $X_LIBS -lX11 $X_EXTRA_LIBS $LIBS"
10011 cat >conftest.$ac_ext <<_ACEOF
10012 /* confdefs.h. */
10013 _ACEOF
10014 cat confdefs.h >>conftest.$ac_ext
10015 cat >>conftest.$ac_ext <<_ACEOF
10016 /* end confdefs.h. */
10018 /* Override any GCC internal prototype to avoid an error.
10019 Use char because int might match the return type of a GCC
10020 builtin and then its argument prototype would still apply. */
10021 #ifdef __cplusplus
10022 extern "C"
10023 #endif
10024 char XextCreateExtension ();
10026 main ()
10028 return XextCreateExtension ();
10030 return 0;
10032 _ACEOF
10033 rm -f conftest.$ac_objext conftest$ac_exeext
10034 if { (ac_try="$ac_link"
10035 case "(($ac_try" in
10036 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10037 *) ac_try_echo=$ac_try;;
10038 esac
10039 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
10040 $as_echo "$ac_try_echo") >&5
10041 (eval "$ac_link") 2>conftest.er1
10042 ac_status=$?
10043 grep -v '^ *+' conftest.er1 >conftest.err
10044 rm -f conftest.er1
10045 cat conftest.err >&5
10046 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
10047 (exit $ac_status); } && {
10048 test -z "$ac_c_werror_flag" ||
10049 test ! -s conftest.err
10050 } && test -s conftest$ac_exeext && {
10051 test "$cross_compiling" = yes ||
10052 $as_test_x conftest$ac_exeext
10053 }; then
10054 case "$LIBEXT" in
10055 dll) ;;
10056 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'` ;;
10057 *) ac_cv_lib_soname_Xext=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXext\\.$LIBEXT" | sed -e "s/^.*\(libXext\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
10058 esac
10059 else
10060 $as_echo "$as_me: failed program was:" >&5
10061 sed 's/^/| /' conftest.$ac_ext >&5
10066 rm -rf conftest.dSYM
10067 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10068 conftest$ac_exeext conftest.$ac_ext
10069 LIBS=$ac_check_soname_save_LIBS
10071 if test "x$ac_cv_lib_soname_Xext" = "x"; then
10072 { $as_echo "$as_me:$LINENO: result: not found" >&5
10073 $as_echo "not found" >&6; }
10075 else
10076 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_Xext" >&5
10077 $as_echo "$ac_cv_lib_soname_Xext" >&6; }
10079 cat >>confdefs.h <<_ACEOF
10080 #define SONAME_LIBXEXT "$ac_cv_lib_soname_Xext"
10081 _ACEOF
10099 for ac_header in X11/Xlib.h \
10100 X11/XKBlib.h \
10101 X11/Xutil.h \
10102 X11/Xcursor/Xcursor.h \
10103 X11/extensions/shape.h \
10104 X11/extensions/XInput.h \
10105 X11/extensions/XShm.h \
10106 X11/extensions/Xcomposite.h \
10107 X11/extensions/Xinerama.h \
10108 X11/extensions/Xrandr.h \
10109 X11/extensions/Xrender.h \
10110 X11/extensions/xf86vmode.h
10112 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
10113 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
10114 $as_echo_n "checking for $ac_header... " >&6; }
10115 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
10116 $as_echo_n "(cached) " >&6
10117 else
10118 cat >conftest.$ac_ext <<_ACEOF
10119 /* confdefs.h. */
10120 _ACEOF
10121 cat confdefs.h >>conftest.$ac_ext
10122 cat >>conftest.$ac_ext <<_ACEOF
10123 /* end confdefs.h. */
10124 #ifdef HAVE_X11_XLIB_H
10125 # include <X11/Xlib.h>
10126 #endif
10127 #ifdef HAVE_X11_XUTIL_H
10128 # include <X11/Xutil.h>
10129 #endif
10131 #include <$ac_header>
10132 _ACEOF
10133 rm -f conftest.$ac_objext
10134 if { (ac_try="$ac_compile"
10135 case "(($ac_try" in
10136 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10137 *) ac_try_echo=$ac_try;;
10138 esac
10139 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
10140 $as_echo "$ac_try_echo") >&5
10141 (eval "$ac_compile") 2>conftest.er1
10142 ac_status=$?
10143 grep -v '^ *+' conftest.er1 >conftest.err
10144 rm -f conftest.er1
10145 cat conftest.err >&5
10146 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
10147 (exit $ac_status); } && {
10148 test -z "$ac_c_werror_flag" ||
10149 test ! -s conftest.err
10150 } && test -s conftest.$ac_objext; then
10151 eval "$as_ac_Header=yes"
10152 else
10153 $as_echo "$as_me: failed program was:" >&5
10154 sed 's/^/| /' conftest.$ac_ext >&5
10156 eval "$as_ac_Header=no"
10159 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
10161 ac_res=`eval 'as_val=${'$as_ac_Header'}
10162 $as_echo "$as_val"'`
10163 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
10164 $as_echo "$ac_res" >&6; }
10165 as_val=`eval 'as_val=${'$as_ac_Header'}
10166 $as_echo "$as_val"'`
10167 if test "x$as_val" = x""yes; then
10168 cat >>confdefs.h <<_ACEOF
10169 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
10170 _ACEOF
10174 done
10177 if test "$ac_cv_header_X11_XKBlib_h" = "yes"
10178 then
10179 { $as_echo "$as_me:$LINENO: checking for XkbQueryExtension in -lX11" >&5
10180 $as_echo_n "checking for XkbQueryExtension in -lX11... " >&6; }
10181 if test "${ac_cv_lib_X11_XkbQueryExtension+set}" = set; then
10182 $as_echo_n "(cached) " >&6
10183 else
10184 ac_check_lib_save_LIBS=$LIBS
10185 LIBS="-lX11 $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
10186 cat >conftest.$ac_ext <<_ACEOF
10187 /* confdefs.h. */
10188 _ACEOF
10189 cat confdefs.h >>conftest.$ac_ext
10190 cat >>conftest.$ac_ext <<_ACEOF
10191 /* end confdefs.h. */
10193 /* Override any GCC internal prototype to avoid an error.
10194 Use char because int might match the return type of a GCC
10195 builtin and then its argument prototype would still apply. */
10196 #ifdef __cplusplus
10197 extern "C"
10198 #endif
10199 char XkbQueryExtension ();
10201 main ()
10203 return XkbQueryExtension ();
10205 return 0;
10207 _ACEOF
10208 rm -f conftest.$ac_objext conftest$ac_exeext
10209 if { (ac_try="$ac_link"
10210 case "(($ac_try" in
10211 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10212 *) ac_try_echo=$ac_try;;
10213 esac
10214 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
10215 $as_echo "$ac_try_echo") >&5
10216 (eval "$ac_link") 2>conftest.er1
10217 ac_status=$?
10218 grep -v '^ *+' conftest.er1 >conftest.err
10219 rm -f conftest.er1
10220 cat conftest.err >&5
10221 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
10222 (exit $ac_status); } && {
10223 test -z "$ac_c_werror_flag" ||
10224 test ! -s conftest.err
10225 } && test -s conftest$ac_exeext && {
10226 test "$cross_compiling" = yes ||
10227 $as_test_x conftest$ac_exeext
10228 }; then
10229 ac_cv_lib_X11_XkbQueryExtension=yes
10230 else
10231 $as_echo "$as_me: failed program was:" >&5
10232 sed 's/^/| /' conftest.$ac_ext >&5
10234 ac_cv_lib_X11_XkbQueryExtension=no
10237 rm -rf conftest.dSYM
10238 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10239 conftest$ac_exeext conftest.$ac_ext
10240 LIBS=$ac_check_lib_save_LIBS
10242 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_X11_XkbQueryExtension" >&5
10243 $as_echo "$ac_cv_lib_X11_XkbQueryExtension" >&6; }
10244 if test "x$ac_cv_lib_X11_XkbQueryExtension" = x""yes; then
10246 cat >>confdefs.h <<\_ACEOF
10247 #define HAVE_XKB 1
10248 _ACEOF
10254 if test "$ac_cv_header_X11_Xcursor_Xcursor_h" = "yes"
10255 then
10256 { $as_echo "$as_me:$LINENO: checking for -lXcursor" >&5
10257 $as_echo_n "checking for -lXcursor... " >&6; }
10258 if test "${ac_cv_lib_soname_Xcursor+set}" = set; then
10259 $as_echo_n "(cached) " >&6
10260 else
10261 ac_check_soname_save_LIBS=$LIBS
10262 LIBS="-lXcursor $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
10263 cat >conftest.$ac_ext <<_ACEOF
10264 /* confdefs.h. */
10265 _ACEOF
10266 cat confdefs.h >>conftest.$ac_ext
10267 cat >>conftest.$ac_ext <<_ACEOF
10268 /* end confdefs.h. */
10270 /* Override any GCC internal prototype to avoid an error.
10271 Use char because int might match the return type of a GCC
10272 builtin and then its argument prototype would still apply. */
10273 #ifdef __cplusplus
10274 extern "C"
10275 #endif
10276 char XcursorImageLoadCursor ();
10278 main ()
10280 return XcursorImageLoadCursor ();
10282 return 0;
10284 _ACEOF
10285 rm -f conftest.$ac_objext conftest$ac_exeext
10286 if { (ac_try="$ac_link"
10287 case "(($ac_try" in
10288 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10289 *) ac_try_echo=$ac_try;;
10290 esac
10291 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
10292 $as_echo "$ac_try_echo") >&5
10293 (eval "$ac_link") 2>conftest.er1
10294 ac_status=$?
10295 grep -v '^ *+' conftest.er1 >conftest.err
10296 rm -f conftest.er1
10297 cat conftest.err >&5
10298 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
10299 (exit $ac_status); } && {
10300 test -z "$ac_c_werror_flag" ||
10301 test ! -s conftest.err
10302 } && test -s conftest$ac_exeext && {
10303 test "$cross_compiling" = yes ||
10304 $as_test_x conftest$ac_exeext
10305 }; then
10306 case "$LIBEXT" in
10307 dll) ;;
10308 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'` ;;
10309 *) ac_cv_lib_soname_Xcursor=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXcursor\\.$LIBEXT" | sed -e "s/^.*\(libXcursor\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
10310 esac
10311 else
10312 $as_echo "$as_me: failed program was:" >&5
10313 sed 's/^/| /' conftest.$ac_ext >&5
10318 rm -rf conftest.dSYM
10319 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10320 conftest$ac_exeext conftest.$ac_ext
10321 LIBS=$ac_check_soname_save_LIBS
10323 if test "x$ac_cv_lib_soname_Xcursor" = "x"; then
10324 { $as_echo "$as_me:$LINENO: result: not found" >&5
10325 $as_echo "not found" >&6; }
10327 else
10328 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_Xcursor" >&5
10329 $as_echo "$ac_cv_lib_soname_Xcursor" >&6; }
10331 cat >>confdefs.h <<_ACEOF
10332 #define SONAME_LIBXCURSOR "$ac_cv_lib_soname_Xcursor"
10333 _ACEOF
10339 if test "x$ac_cv_lib_soname_Xcursor" = "x"; then
10340 case "x$with_xcursor" in
10341 x) wine_notices="$wine_notices|libxcursor ${notice_platform}development files not found, the Xcursor extension won't be supported." ;;
10342 xno) ;;
10343 *) { { $as_echo "$as_me:$LINENO: error: libxcursor ${notice_platform}development files not found, the Xcursor extension won't be supported.
10344 This is an error since --with-xcursor was requested." >&5
10345 $as_echo "$as_me: error: libxcursor ${notice_platform}development files not found, the Xcursor extension won't be supported.
10346 This is an error since --with-xcursor was requested." >&2;}
10347 { (exit 1); exit 1; }; } ;;
10348 esac
10352 if test "$ac_cv_header_X11_extensions_XInput_h" = "yes"
10353 then
10354 { $as_echo "$as_me:$LINENO: checking for -lXi" >&5
10355 $as_echo_n "checking for -lXi... " >&6; }
10356 if test "${ac_cv_lib_soname_Xi+set}" = set; then
10357 $as_echo_n "(cached) " >&6
10358 else
10359 ac_check_soname_save_LIBS=$LIBS
10360 LIBS="-lXi $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
10361 cat >conftest.$ac_ext <<_ACEOF
10362 /* confdefs.h. */
10363 _ACEOF
10364 cat confdefs.h >>conftest.$ac_ext
10365 cat >>conftest.$ac_ext <<_ACEOF
10366 /* end confdefs.h. */
10368 /* Override any GCC internal prototype to avoid an error.
10369 Use char because int might match the return type of a GCC
10370 builtin and then its argument prototype would still apply. */
10371 #ifdef __cplusplus
10372 extern "C"
10373 #endif
10374 char XOpenDevice ();
10376 main ()
10378 return XOpenDevice ();
10380 return 0;
10382 _ACEOF
10383 rm -f conftest.$ac_objext conftest$ac_exeext
10384 if { (ac_try="$ac_link"
10385 case "(($ac_try" in
10386 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10387 *) ac_try_echo=$ac_try;;
10388 esac
10389 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
10390 $as_echo "$ac_try_echo") >&5
10391 (eval "$ac_link") 2>conftest.er1
10392 ac_status=$?
10393 grep -v '^ *+' conftest.er1 >conftest.err
10394 rm -f conftest.er1
10395 cat conftest.err >&5
10396 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
10397 (exit $ac_status); } && {
10398 test -z "$ac_c_werror_flag" ||
10399 test ! -s conftest.err
10400 } && test -s conftest$ac_exeext && {
10401 test "$cross_compiling" = yes ||
10402 $as_test_x conftest$ac_exeext
10403 }; then
10404 case "$LIBEXT" in
10405 dll) ;;
10406 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'` ;;
10407 *) ac_cv_lib_soname_Xi=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXi\\.$LIBEXT" | sed -e "s/^.*\(libXi\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
10408 esac
10409 else
10410 $as_echo "$as_me: failed program was:" >&5
10411 sed 's/^/| /' conftest.$ac_ext >&5
10416 rm -rf conftest.dSYM
10417 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10418 conftest$ac_exeext conftest.$ac_ext
10419 LIBS=$ac_check_soname_save_LIBS
10421 if test "x$ac_cv_lib_soname_Xi" = "x"; then
10422 { $as_echo "$as_me:$LINENO: result: not found" >&5
10423 $as_echo "not found" >&6; }
10425 else
10426 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_Xi" >&5
10427 $as_echo "$ac_cv_lib_soname_Xi" >&6; }
10429 cat >>confdefs.h <<_ACEOF
10430 #define SONAME_LIBXI "$ac_cv_lib_soname_Xi"
10431 _ACEOF
10437 if test "x$ac_cv_lib_soname_Xi" = "x"; then
10438 case "x$with_xinput" in
10439 x) wine_notices="$wine_notices|libxi ${notice_platform}development files not found, the Xinput extension won't be supported." ;;
10440 xno) ;;
10441 *) { { $as_echo "$as_me:$LINENO: error: libxi ${notice_platform}development files not found, the Xinput extension won't be supported.
10442 This is an error since --with-xinput was requested." >&5
10443 $as_echo "$as_me: error: libxi ${notice_platform}development files not found, the Xinput extension won't be supported.
10444 This is an error since --with-xinput was requested." >&2;}
10445 { (exit 1); exit 1; }; } ;;
10446 esac
10450 if test "$ac_cv_header_X11_extensions_XShm_h" = "yes"
10451 then
10452 { $as_echo "$as_me:$LINENO: checking for XShmQueryExtension in -lXext" >&5
10453 $as_echo_n "checking for XShmQueryExtension in -lXext... " >&6; }
10454 if test "${ac_cv_lib_Xext_XShmQueryExtension+set}" = set; then
10455 $as_echo_n "(cached) " >&6
10456 else
10457 ac_check_lib_save_LIBS=$LIBS
10458 LIBS="-lXext $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
10459 cat >conftest.$ac_ext <<_ACEOF
10460 /* confdefs.h. */
10461 _ACEOF
10462 cat confdefs.h >>conftest.$ac_ext
10463 cat >>conftest.$ac_ext <<_ACEOF
10464 /* end confdefs.h. */
10466 /* Override any GCC internal prototype to avoid an error.
10467 Use char because int might match the return type of a GCC
10468 builtin and then its argument prototype would still apply. */
10469 #ifdef __cplusplus
10470 extern "C"
10471 #endif
10472 char XShmQueryExtension ();
10474 main ()
10476 return XShmQueryExtension ();
10478 return 0;
10480 _ACEOF
10481 rm -f conftest.$ac_objext conftest$ac_exeext
10482 if { (ac_try="$ac_link"
10483 case "(($ac_try" in
10484 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10485 *) ac_try_echo=$ac_try;;
10486 esac
10487 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
10488 $as_echo "$ac_try_echo") >&5
10489 (eval "$ac_link") 2>conftest.er1
10490 ac_status=$?
10491 grep -v '^ *+' conftest.er1 >conftest.err
10492 rm -f conftest.er1
10493 cat conftest.err >&5
10494 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
10495 (exit $ac_status); } && {
10496 test -z "$ac_c_werror_flag" ||
10497 test ! -s conftest.err
10498 } && test -s conftest$ac_exeext && {
10499 test "$cross_compiling" = yes ||
10500 $as_test_x conftest$ac_exeext
10501 }; then
10502 ac_cv_lib_Xext_XShmQueryExtension=yes
10503 else
10504 $as_echo "$as_me: failed program was:" >&5
10505 sed 's/^/| /' conftest.$ac_ext >&5
10507 ac_cv_lib_Xext_XShmQueryExtension=no
10510 rm -rf conftest.dSYM
10511 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10512 conftest$ac_exeext conftest.$ac_ext
10513 LIBS=$ac_check_lib_save_LIBS
10515 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_Xext_XShmQueryExtension" >&5
10516 $as_echo "$ac_cv_lib_Xext_XShmQueryExtension" >&6; }
10517 if test "x$ac_cv_lib_Xext_XShmQueryExtension" = x""yes; then
10519 cat >>confdefs.h <<\_ACEOF
10520 #define HAVE_LIBXXSHM 1
10521 _ACEOF
10526 if test "$ac_cv_lib_Xext_XShmQueryExtension" != "yes"; then
10527 case "x$with_xshm" in
10528 x) wine_notices="$wine_notices|XShm ${notice_platform}development files not found, X Shared Memory won't be supported." ;;
10529 xno) ;;
10530 *) { { $as_echo "$as_me:$LINENO: error: XShm ${notice_platform}development files not found, X Shared Memory won't be supported.
10531 This is an error since --with-xshm was requested." >&5
10532 $as_echo "$as_me: error: XShm ${notice_platform}development files not found, X Shared Memory won't be supported.
10533 This is an error since --with-xshm was requested." >&2;}
10534 { (exit 1); exit 1; }; } ;;
10535 esac
10539 if test "$ac_cv_header_X11_extensions_shape_h" = "yes"
10540 then
10541 { $as_echo "$as_me:$LINENO: checking for XShapeQueryExtension in -lXext" >&5
10542 $as_echo_n "checking for XShapeQueryExtension in -lXext... " >&6; }
10543 if test "${ac_cv_lib_Xext_XShapeQueryExtension+set}" = set; then
10544 $as_echo_n "(cached) " >&6
10545 else
10546 ac_check_lib_save_LIBS=$LIBS
10547 LIBS="-lXext $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
10548 cat >conftest.$ac_ext <<_ACEOF
10549 /* confdefs.h. */
10550 _ACEOF
10551 cat confdefs.h >>conftest.$ac_ext
10552 cat >>conftest.$ac_ext <<_ACEOF
10553 /* end confdefs.h. */
10555 /* Override any GCC internal prototype to avoid an error.
10556 Use char because int might match the return type of a GCC
10557 builtin and then its argument prototype would still apply. */
10558 #ifdef __cplusplus
10559 extern "C"
10560 #endif
10561 char XShapeQueryExtension ();
10563 main ()
10565 return XShapeQueryExtension ();
10567 return 0;
10569 _ACEOF
10570 rm -f conftest.$ac_objext conftest$ac_exeext
10571 if { (ac_try="$ac_link"
10572 case "(($ac_try" in
10573 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10574 *) ac_try_echo=$ac_try;;
10575 esac
10576 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
10577 $as_echo "$ac_try_echo") >&5
10578 (eval "$ac_link") 2>conftest.er1
10579 ac_status=$?
10580 grep -v '^ *+' conftest.er1 >conftest.err
10581 rm -f conftest.er1
10582 cat conftest.err >&5
10583 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
10584 (exit $ac_status); } && {
10585 test -z "$ac_c_werror_flag" ||
10586 test ! -s conftest.err
10587 } && test -s conftest$ac_exeext && {
10588 test "$cross_compiling" = yes ||
10589 $as_test_x conftest$ac_exeext
10590 }; then
10591 ac_cv_lib_Xext_XShapeQueryExtension=yes
10592 else
10593 $as_echo "$as_me: failed program was:" >&5
10594 sed 's/^/| /' conftest.$ac_ext >&5
10596 ac_cv_lib_Xext_XShapeQueryExtension=no
10599 rm -rf conftest.dSYM
10600 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10601 conftest$ac_exeext conftest.$ac_ext
10602 LIBS=$ac_check_lib_save_LIBS
10604 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_Xext_XShapeQueryExtension" >&5
10605 $as_echo "$ac_cv_lib_Xext_XShapeQueryExtension" >&6; }
10606 if test "x$ac_cv_lib_Xext_XShapeQueryExtension" = x""yes; then
10608 cat >>confdefs.h <<\_ACEOF
10609 #define HAVE_LIBXSHAPE 1
10610 _ACEOF
10615 if test "$ac_cv_lib_Xext_XShapeQueryExtension" != "yes"; then
10616 case "x$with_xshape" in
10617 x) wine_notices="$wine_notices|XShape ${notice_platform}development files not found, XShape won't be supported." ;;
10618 xno) ;;
10619 *) { { $as_echo "$as_me:$LINENO: error: XShape ${notice_platform}development files not found, XShape won't be supported.
10620 This is an error since --with-xshape was requested." >&5
10621 $as_echo "$as_me: error: XShape ${notice_platform}development files not found, XShape won't be supported.
10622 This is an error since --with-xshape was requested." >&2;}
10623 { (exit 1); exit 1; }; } ;;
10624 esac
10628 if test "$ac_cv_header_X11_extensions_xf86vmode_h" = "yes"
10629 then
10630 { $as_echo "$as_me:$LINENO: checking for -lXxf86vm" >&5
10631 $as_echo_n "checking for -lXxf86vm... " >&6; }
10632 if test "${ac_cv_lib_soname_Xxf86vm+set}" = set; then
10633 $as_echo_n "(cached) " >&6
10634 else
10635 ac_check_soname_save_LIBS=$LIBS
10636 LIBS="-lXxf86vm $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
10637 cat >conftest.$ac_ext <<_ACEOF
10638 /* confdefs.h. */
10639 _ACEOF
10640 cat confdefs.h >>conftest.$ac_ext
10641 cat >>conftest.$ac_ext <<_ACEOF
10642 /* end confdefs.h. */
10644 /* Override any GCC internal prototype to avoid an error.
10645 Use char because int might match the return type of a GCC
10646 builtin and then its argument prototype would still apply. */
10647 #ifdef __cplusplus
10648 extern "C"
10649 #endif
10650 char XF86VidModeQueryExtension ();
10652 main ()
10654 return XF86VidModeQueryExtension ();
10656 return 0;
10658 _ACEOF
10659 rm -f conftest.$ac_objext conftest$ac_exeext
10660 if { (ac_try="$ac_link"
10661 case "(($ac_try" in
10662 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10663 *) ac_try_echo=$ac_try;;
10664 esac
10665 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
10666 $as_echo "$ac_try_echo") >&5
10667 (eval "$ac_link") 2>conftest.er1
10668 ac_status=$?
10669 grep -v '^ *+' conftest.er1 >conftest.err
10670 rm -f conftest.er1
10671 cat conftest.err >&5
10672 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
10673 (exit $ac_status); } && {
10674 test -z "$ac_c_werror_flag" ||
10675 test ! -s conftest.err
10676 } && test -s conftest$ac_exeext && {
10677 test "$cross_compiling" = yes ||
10678 $as_test_x conftest$ac_exeext
10679 }; then
10680 case "$LIBEXT" in
10681 dll) ;;
10682 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'` ;;
10683 *) ac_cv_lib_soname_Xxf86vm=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXxf86vm\\.$LIBEXT" | sed -e "s/^.*\(libXxf86vm\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
10684 esac
10685 else
10686 $as_echo "$as_me: failed program was:" >&5
10687 sed 's/^/| /' conftest.$ac_ext >&5
10692 rm -rf conftest.dSYM
10693 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10694 conftest$ac_exeext conftest.$ac_ext
10695 LIBS=$ac_check_soname_save_LIBS
10697 if test "x$ac_cv_lib_soname_Xxf86vm" = "x"; then
10698 { $as_echo "$as_me:$LINENO: result: not found" >&5
10699 $as_echo "not found" >&6; }
10701 else
10702 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_Xxf86vm" >&5
10703 $as_echo "$ac_cv_lib_soname_Xxf86vm" >&6; }
10705 cat >>confdefs.h <<_ACEOF
10706 #define SONAME_LIBXXF86VM "$ac_cv_lib_soname_Xxf86vm"
10707 _ACEOF
10713 if test "x$ac_cv_lib_soname_Xxf86vm" = "x"; then
10714 case "x$with_xxf86vm" in
10715 x) wine_notices="$wine_notices|libXxf86vm ${notice_platform}development files not found, XFree86 Vidmode won't be supported." ;;
10716 xno) ;;
10717 *) { { $as_echo "$as_me:$LINENO: error: libXxf86vm ${notice_platform}development files not found, XFree86 Vidmode won't be supported.
10718 This is an error since --with-xxf86vm was requested." >&5
10719 $as_echo "$as_me: error: libXxf86vm ${notice_platform}development files not found, XFree86 Vidmode won't be supported.
10720 This is an error since --with-xxf86vm was requested." >&2;}
10721 { (exit 1); exit 1; }; } ;;
10722 esac
10726 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"
10727 then
10728 { $as_echo "$as_me:$LINENO: checking for -lXrender" >&5
10729 $as_echo_n "checking for -lXrender... " >&6; }
10730 if test "${ac_cv_lib_soname_Xrender+set}" = set; then
10731 $as_echo_n "(cached) " >&6
10732 else
10733 ac_check_soname_save_LIBS=$LIBS
10734 LIBS="-lXrender $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
10735 cat >conftest.$ac_ext <<_ACEOF
10736 /* confdefs.h. */
10737 _ACEOF
10738 cat confdefs.h >>conftest.$ac_ext
10739 cat >>conftest.$ac_ext <<_ACEOF
10740 /* end confdefs.h. */
10742 /* Override any GCC internal prototype to avoid an error.
10743 Use char because int might match the return type of a GCC
10744 builtin and then its argument prototype would still apply. */
10745 #ifdef __cplusplus
10746 extern "C"
10747 #endif
10748 char XRenderQueryExtension ();
10750 main ()
10752 return XRenderQueryExtension ();
10754 return 0;
10756 _ACEOF
10757 rm -f conftest.$ac_objext conftest$ac_exeext
10758 if { (ac_try="$ac_link"
10759 case "(($ac_try" in
10760 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10761 *) ac_try_echo=$ac_try;;
10762 esac
10763 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
10764 $as_echo "$ac_try_echo") >&5
10765 (eval "$ac_link") 2>conftest.er1
10766 ac_status=$?
10767 grep -v '^ *+' conftest.er1 >conftest.err
10768 rm -f conftest.er1
10769 cat conftest.err >&5
10770 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
10771 (exit $ac_status); } && {
10772 test -z "$ac_c_werror_flag" ||
10773 test ! -s conftest.err
10774 } && test -s conftest$ac_exeext && {
10775 test "$cross_compiling" = yes ||
10776 $as_test_x conftest$ac_exeext
10777 }; then
10778 case "$LIBEXT" in
10779 dll) ;;
10780 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'` ;;
10781 *) ac_cv_lib_soname_Xrender=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXrender\\.$LIBEXT" | sed -e "s/^.*\(libXrender\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
10782 esac
10783 else
10784 $as_echo "$as_me: failed program was:" >&5
10785 sed 's/^/| /' conftest.$ac_ext >&5
10790 rm -rf conftest.dSYM
10791 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10792 conftest$ac_exeext conftest.$ac_ext
10793 LIBS=$ac_check_soname_save_LIBS
10795 if test "x$ac_cv_lib_soname_Xrender" = "x"; then
10796 { $as_echo "$as_me:$LINENO: result: not found" >&5
10797 $as_echo "not found" >&6; }
10799 else
10800 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_Xrender" >&5
10801 $as_echo "$ac_cv_lib_soname_Xrender" >&6; }
10803 cat >>confdefs.h <<_ACEOF
10804 #define SONAME_LIBXRENDER "$ac_cv_lib_soname_Xrender"
10805 _ACEOF
10807 { $as_echo "$as_me:$LINENO: checking for XRenderSetPictureTransform in -lXrender" >&5
10808 $as_echo_n "checking for XRenderSetPictureTransform in -lXrender... " >&6; }
10809 if test "${ac_cv_lib_Xrender_XRenderSetPictureTransform+set}" = set; then
10810 $as_echo_n "(cached) " >&6
10811 else
10812 ac_check_lib_save_LIBS=$LIBS
10813 LIBS="-lXrender $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
10814 cat >conftest.$ac_ext <<_ACEOF
10815 /* confdefs.h. */
10816 _ACEOF
10817 cat confdefs.h >>conftest.$ac_ext
10818 cat >>conftest.$ac_ext <<_ACEOF
10819 /* end confdefs.h. */
10821 /* Override any GCC internal prototype to avoid an error.
10822 Use char because int might match the return type of a GCC
10823 builtin and then its argument prototype would still apply. */
10824 #ifdef __cplusplus
10825 extern "C"
10826 #endif
10827 char XRenderSetPictureTransform ();
10829 main ()
10831 return XRenderSetPictureTransform ();
10833 return 0;
10835 _ACEOF
10836 rm -f conftest.$ac_objext conftest$ac_exeext
10837 if { (ac_try="$ac_link"
10838 case "(($ac_try" in
10839 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10840 *) ac_try_echo=$ac_try;;
10841 esac
10842 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
10843 $as_echo "$ac_try_echo") >&5
10844 (eval "$ac_link") 2>conftest.er1
10845 ac_status=$?
10846 grep -v '^ *+' conftest.er1 >conftest.err
10847 rm -f conftest.er1
10848 cat conftest.err >&5
10849 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
10850 (exit $ac_status); } && {
10851 test -z "$ac_c_werror_flag" ||
10852 test ! -s conftest.err
10853 } && test -s conftest$ac_exeext && {
10854 test "$cross_compiling" = yes ||
10855 $as_test_x conftest$ac_exeext
10856 }; then
10857 ac_cv_lib_Xrender_XRenderSetPictureTransform=yes
10858 else
10859 $as_echo "$as_me: failed program was:" >&5
10860 sed 's/^/| /' conftest.$ac_ext >&5
10862 ac_cv_lib_Xrender_XRenderSetPictureTransform=no
10865 rm -rf conftest.dSYM
10866 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10867 conftest$ac_exeext conftest.$ac_ext
10868 LIBS=$ac_check_lib_save_LIBS
10870 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_Xrender_XRenderSetPictureTransform" >&5
10871 $as_echo "$ac_cv_lib_Xrender_XRenderSetPictureTransform" >&6; }
10872 if test "x$ac_cv_lib_Xrender_XRenderSetPictureTransform" = x""yes; then
10874 cat >>confdefs.h <<\_ACEOF
10875 #define HAVE_XRENDERSETPICTURETRANSFORM 1
10876 _ACEOF
10884 if test "x$ac_cv_lib_soname_Xrender" = "x"; then
10885 case "x$with_xrender" in
10886 x) wine_warnings="$wine_warnings|libxrender ${notice_platform}development files not found, XRender won't be supported." ;;
10887 xno) ;;
10888 *) { { $as_echo "$as_me:$LINENO: error: libxrender ${notice_platform}development files not found, XRender won't be supported.
10889 This is an error since --with-xrender was requested." >&5
10890 $as_echo "$as_me: error: libxrender ${notice_platform}development files not found, XRender won't be supported.
10891 This is an error since --with-xrender was requested." >&2;}
10892 { (exit 1); exit 1; }; } ;;
10893 esac
10897 if test "$ac_cv_header_X11_extensions_Xrandr_h" = "yes" -a "x$ac_cv_lib_soname_Xrender" != "x"
10898 then
10899 cat >conftest.$ac_ext <<_ACEOF
10900 /* confdefs.h. */
10901 _ACEOF
10902 cat confdefs.h >>conftest.$ac_ext
10903 cat >>conftest.$ac_ext <<_ACEOF
10904 /* end confdefs.h. */
10905 #include <X11/Xlib.h>
10906 #include <X11/extensions/Xrandr.h>
10908 main ()
10910 static typeof(XRRSetScreenConfigAndRate) * func;
10912 return 0;
10914 _ACEOF
10915 rm -f conftest.$ac_objext
10916 if { (ac_try="$ac_compile"
10917 case "(($ac_try" in
10918 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10919 *) ac_try_echo=$ac_try;;
10920 esac
10921 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
10922 $as_echo "$ac_try_echo") >&5
10923 (eval "$ac_compile") 2>conftest.er1
10924 ac_status=$?
10925 grep -v '^ *+' conftest.er1 >conftest.err
10926 rm -f conftest.er1
10927 cat conftest.err >&5
10928 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
10929 (exit $ac_status); } && {
10930 test -z "$ac_c_werror_flag" ||
10931 test ! -s conftest.err
10932 } && test -s conftest.$ac_objext; then
10933 { $as_echo "$as_me:$LINENO: checking for -lXrandr" >&5
10934 $as_echo_n "checking for -lXrandr... " >&6; }
10935 if test "${ac_cv_lib_soname_Xrandr+set}" = set; then
10936 $as_echo_n "(cached) " >&6
10937 else
10938 ac_check_soname_save_LIBS=$LIBS
10939 LIBS="-lXrandr $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
10940 cat >conftest.$ac_ext <<_ACEOF
10941 /* confdefs.h. */
10942 _ACEOF
10943 cat confdefs.h >>conftest.$ac_ext
10944 cat >>conftest.$ac_ext <<_ACEOF
10945 /* end confdefs.h. */
10947 /* Override any GCC internal prototype to avoid an error.
10948 Use char because int might match the return type of a GCC
10949 builtin and then its argument prototype would still apply. */
10950 #ifdef __cplusplus
10951 extern "C"
10952 #endif
10953 char XRRQueryExtension ();
10955 main ()
10957 return XRRQueryExtension ();
10959 return 0;
10961 _ACEOF
10962 rm -f conftest.$ac_objext conftest$ac_exeext
10963 if { (ac_try="$ac_link"
10964 case "(($ac_try" in
10965 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10966 *) ac_try_echo=$ac_try;;
10967 esac
10968 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
10969 $as_echo "$ac_try_echo") >&5
10970 (eval "$ac_link") 2>conftest.er1
10971 ac_status=$?
10972 grep -v '^ *+' conftest.er1 >conftest.err
10973 rm -f conftest.er1
10974 cat conftest.err >&5
10975 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
10976 (exit $ac_status); } && {
10977 test -z "$ac_c_werror_flag" ||
10978 test ! -s conftest.err
10979 } && test -s conftest$ac_exeext && {
10980 test "$cross_compiling" = yes ||
10981 $as_test_x conftest$ac_exeext
10982 }; then
10983 case "$LIBEXT" in
10984 dll) ;;
10985 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'` ;;
10986 *) ac_cv_lib_soname_Xrandr=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXrandr\\.$LIBEXT" | sed -e "s/^.*\(libXrandr\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
10987 esac
10988 else
10989 $as_echo "$as_me: failed program was:" >&5
10990 sed 's/^/| /' conftest.$ac_ext >&5
10995 rm -rf conftest.dSYM
10996 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10997 conftest$ac_exeext conftest.$ac_ext
10998 LIBS=$ac_check_soname_save_LIBS
11000 if test "x$ac_cv_lib_soname_Xrandr" = "x"; then
11001 { $as_echo "$as_me:$LINENO: result: not found" >&5
11002 $as_echo "not found" >&6; }
11004 else
11005 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_Xrandr" >&5
11006 $as_echo "$ac_cv_lib_soname_Xrandr" >&6; }
11008 cat >>confdefs.h <<_ACEOF
11009 #define SONAME_LIBXRANDR "$ac_cv_lib_soname_Xrandr"
11010 _ACEOF
11015 else
11016 $as_echo "$as_me: failed program was:" >&5
11017 sed 's/^/| /' conftest.$ac_ext >&5
11022 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11024 if test "x$ac_cv_lib_soname_Xrandr" = "x"; then
11025 case "x$with_xrandr" in
11026 x) wine_notices="$wine_notices|libxrandr ${notice_platform}development files not found, XRandr won't be supported." ;;
11027 xno) ;;
11028 *) { { $as_echo "$as_me:$LINENO: error: libxrandr ${notice_platform}development files not found, XRandr won't be supported.
11029 This is an error since --with-xrandr was requested." >&5
11030 $as_echo "$as_me: error: libxrandr ${notice_platform}development files not found, XRandr won't be supported.
11031 This is an error since --with-xrandr was requested." >&2;}
11032 { (exit 1); exit 1; }; } ;;
11033 esac
11037 if test "$ac_cv_header_X11_extensions_Xinerama_h" = "yes"
11038 then
11039 cat >conftest.$ac_ext <<_ACEOF
11040 /* confdefs.h. */
11041 _ACEOF
11042 cat confdefs.h >>conftest.$ac_ext
11043 cat >>conftest.$ac_ext <<_ACEOF
11044 /* end confdefs.h. */
11045 #include <X11/Xlib.h>
11046 #include <X11/extensions/Xinerama.h>
11048 main ()
11050 static typeof(XineramaQueryScreens) * func;
11052 return 0;
11054 _ACEOF
11055 rm -f conftest.$ac_objext
11056 if { (ac_try="$ac_compile"
11057 case "(($ac_try" in
11058 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11059 *) ac_try_echo=$ac_try;;
11060 esac
11061 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
11062 $as_echo "$ac_try_echo") >&5
11063 (eval "$ac_compile") 2>conftest.er1
11064 ac_status=$?
11065 grep -v '^ *+' conftest.er1 >conftest.err
11066 rm -f conftest.er1
11067 cat conftest.err >&5
11068 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
11069 (exit $ac_status); } && {
11070 test -z "$ac_c_werror_flag" ||
11071 test ! -s conftest.err
11072 } && test -s conftest.$ac_objext; then
11073 { $as_echo "$as_me:$LINENO: checking for -lXinerama" >&5
11074 $as_echo_n "checking for -lXinerama... " >&6; }
11075 if test "${ac_cv_lib_soname_Xinerama+set}" = set; then
11076 $as_echo_n "(cached) " >&6
11077 else
11078 ac_check_soname_save_LIBS=$LIBS
11079 LIBS="-lXinerama $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
11080 cat >conftest.$ac_ext <<_ACEOF
11081 /* confdefs.h. */
11082 _ACEOF
11083 cat confdefs.h >>conftest.$ac_ext
11084 cat >>conftest.$ac_ext <<_ACEOF
11085 /* end confdefs.h. */
11087 /* Override any GCC internal prototype to avoid an error.
11088 Use char because int might match the return type of a GCC
11089 builtin and then its argument prototype would still apply. */
11090 #ifdef __cplusplus
11091 extern "C"
11092 #endif
11093 char XineramaQueryScreens ();
11095 main ()
11097 return XineramaQueryScreens ();
11099 return 0;
11101 _ACEOF
11102 rm -f conftest.$ac_objext conftest$ac_exeext
11103 if { (ac_try="$ac_link"
11104 case "(($ac_try" in
11105 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11106 *) ac_try_echo=$ac_try;;
11107 esac
11108 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
11109 $as_echo "$ac_try_echo") >&5
11110 (eval "$ac_link") 2>conftest.er1
11111 ac_status=$?
11112 grep -v '^ *+' conftest.er1 >conftest.err
11113 rm -f conftest.er1
11114 cat conftest.err >&5
11115 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
11116 (exit $ac_status); } && {
11117 test -z "$ac_c_werror_flag" ||
11118 test ! -s conftest.err
11119 } && test -s conftest$ac_exeext && {
11120 test "$cross_compiling" = yes ||
11121 $as_test_x conftest$ac_exeext
11122 }; then
11123 case "$LIBEXT" in
11124 dll) ;;
11125 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'` ;;
11126 *) ac_cv_lib_soname_Xinerama=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXinerama\\.$LIBEXT" | sed -e "s/^.*\(libXinerama\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
11127 esac
11128 else
11129 $as_echo "$as_me: failed program was:" >&5
11130 sed 's/^/| /' conftest.$ac_ext >&5
11135 rm -rf conftest.dSYM
11136 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
11137 conftest$ac_exeext conftest.$ac_ext
11138 LIBS=$ac_check_soname_save_LIBS
11140 if test "x$ac_cv_lib_soname_Xinerama" = "x"; then
11141 { $as_echo "$as_me:$LINENO: result: not found" >&5
11142 $as_echo "not found" >&6; }
11144 else
11145 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_Xinerama" >&5
11146 $as_echo "$ac_cv_lib_soname_Xinerama" >&6; }
11148 cat >>confdefs.h <<_ACEOF
11149 #define SONAME_LIBXINERAMA "$ac_cv_lib_soname_Xinerama"
11150 _ACEOF
11155 else
11156 $as_echo "$as_me: failed program was:" >&5
11157 sed 's/^/| /' conftest.$ac_ext >&5
11162 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11164 if test "x$ac_cv_lib_soname_Xinerama" = "x"; then
11165 case "x$with_xinerama" in
11166 x) wine_notices="$wine_notices|libxinerama ${notice_platform}development files not found, multi-monitor setups won't be supported." ;;
11167 xno) ;;
11168 *) { { $as_echo "$as_me:$LINENO: error: libxinerama ${notice_platform}development files not found, multi-monitor setups won't be supported.
11169 This is an error since --with-xinerama was requested." >&5
11170 $as_echo "$as_me: error: libxinerama ${notice_platform}development files not found, multi-monitor setups won't be supported.
11171 This is an error since --with-xinerama was requested." >&2;}
11172 { (exit 1); exit 1; }; } ;;
11173 esac
11177 if test "$ac_cv_header_X11_extensions_Xcomposite_h" = "yes"
11178 then
11179 { $as_echo "$as_me:$LINENO: checking for -lXcomposite" >&5
11180 $as_echo_n "checking for -lXcomposite... " >&6; }
11181 if test "${ac_cv_lib_soname_Xcomposite+set}" = set; then
11182 $as_echo_n "(cached) " >&6
11183 else
11184 ac_check_soname_save_LIBS=$LIBS
11185 LIBS="-lXcomposite $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
11186 cat >conftest.$ac_ext <<_ACEOF
11187 /* confdefs.h. */
11188 _ACEOF
11189 cat confdefs.h >>conftest.$ac_ext
11190 cat >>conftest.$ac_ext <<_ACEOF
11191 /* end confdefs.h. */
11193 /* Override any GCC internal prototype to avoid an error.
11194 Use char because int might match the return type of a GCC
11195 builtin and then its argument prototype would still apply. */
11196 #ifdef __cplusplus
11197 extern "C"
11198 #endif
11199 char XCompositeRedirectWindow ();
11201 main ()
11203 return XCompositeRedirectWindow ();
11205 return 0;
11207 _ACEOF
11208 rm -f conftest.$ac_objext conftest$ac_exeext
11209 if { (ac_try="$ac_link"
11210 case "(($ac_try" in
11211 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11212 *) ac_try_echo=$ac_try;;
11213 esac
11214 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
11215 $as_echo "$ac_try_echo") >&5
11216 (eval "$ac_link") 2>conftest.er1
11217 ac_status=$?
11218 grep -v '^ *+' conftest.er1 >conftest.err
11219 rm -f conftest.er1
11220 cat conftest.err >&5
11221 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
11222 (exit $ac_status); } && {
11223 test -z "$ac_c_werror_flag" ||
11224 test ! -s conftest.err
11225 } && test -s conftest$ac_exeext && {
11226 test "$cross_compiling" = yes ||
11227 $as_test_x conftest$ac_exeext
11228 }; then
11229 case "$LIBEXT" in
11230 dll) ;;
11231 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'` ;;
11232 *) ac_cv_lib_soname_Xcomposite=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXcomposite\\.$LIBEXT" | sed -e "s/^.*\(libXcomposite\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
11233 esac
11234 else
11235 $as_echo "$as_me: failed program was:" >&5
11236 sed 's/^/| /' conftest.$ac_ext >&5
11241 rm -rf conftest.dSYM
11242 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
11243 conftest$ac_exeext conftest.$ac_ext
11244 LIBS=$ac_check_soname_save_LIBS
11246 if test "x$ac_cv_lib_soname_Xcomposite" = "x"; then
11247 { $as_echo "$as_me:$LINENO: result: not found" >&5
11248 $as_echo "not found" >&6; }
11250 else
11251 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_Xcomposite" >&5
11252 $as_echo "$ac_cv_lib_soname_Xcomposite" >&6; }
11254 cat >>confdefs.h <<_ACEOF
11255 #define SONAME_LIBXCOMPOSITE "$ac_cv_lib_soname_Xcomposite"
11256 _ACEOF
11262 if test "x$ac_cv_lib_soname_Xcomposite" = "x"; then
11263 case "x$with_xcomposite" in
11264 x) wine_notices="$wine_notices|libxcomposite ${notice_platform}development files not found, Xcomposite won't be supported." ;;
11265 xno) ;;
11266 *) { { $as_echo "$as_me:$LINENO: error: libxcomposite ${notice_platform}development files not found, Xcomposite won't be supported.
11267 This is an error since --with-xcomposite was requested." >&5
11268 $as_echo "$as_me: error: libxcomposite ${notice_platform}development files not found, Xcomposite won't be supported.
11269 This is an error since --with-xcomposite was requested." >&2;}
11270 { (exit 1); exit 1; }; } ;;
11271 esac
11275 { $as_echo "$as_me:$LINENO: checking for XICCallback.callback" >&5
11276 $as_echo_n "checking for XICCallback.callback... " >&6; }
11277 if test "${ac_cv_member_XICCallback_callback+set}" = set; then
11278 $as_echo_n "(cached) " >&6
11279 else
11280 cat >conftest.$ac_ext <<_ACEOF
11281 /* confdefs.h. */
11282 _ACEOF
11283 cat confdefs.h >>conftest.$ac_ext
11284 cat >>conftest.$ac_ext <<_ACEOF
11285 /* end confdefs.h. */
11286 #ifdef HAVE_X11_XLIB_H
11287 #include <X11/Xlib.h>
11288 #endif
11291 main ()
11293 static XICCallback ac_aggr;
11294 if (ac_aggr.callback)
11295 return 0;
11297 return 0;
11299 _ACEOF
11300 rm -f conftest.$ac_objext
11301 if { (ac_try="$ac_compile"
11302 case "(($ac_try" in
11303 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11304 *) ac_try_echo=$ac_try;;
11305 esac
11306 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
11307 $as_echo "$ac_try_echo") >&5
11308 (eval "$ac_compile") 2>conftest.er1
11309 ac_status=$?
11310 grep -v '^ *+' conftest.er1 >conftest.err
11311 rm -f conftest.er1
11312 cat conftest.err >&5
11313 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
11314 (exit $ac_status); } && {
11315 test -z "$ac_c_werror_flag" ||
11316 test ! -s conftest.err
11317 } && test -s conftest.$ac_objext; then
11318 ac_cv_member_XICCallback_callback=yes
11319 else
11320 $as_echo "$as_me: failed program was:" >&5
11321 sed 's/^/| /' conftest.$ac_ext >&5
11323 cat >conftest.$ac_ext <<_ACEOF
11324 /* confdefs.h. */
11325 _ACEOF
11326 cat confdefs.h >>conftest.$ac_ext
11327 cat >>conftest.$ac_ext <<_ACEOF
11328 /* end confdefs.h. */
11329 #ifdef HAVE_X11_XLIB_H
11330 #include <X11/Xlib.h>
11331 #endif
11334 main ()
11336 static XICCallback ac_aggr;
11337 if (sizeof ac_aggr.callback)
11338 return 0;
11340 return 0;
11342 _ACEOF
11343 rm -f conftest.$ac_objext
11344 if { (ac_try="$ac_compile"
11345 case "(($ac_try" in
11346 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11347 *) ac_try_echo=$ac_try;;
11348 esac
11349 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
11350 $as_echo "$ac_try_echo") >&5
11351 (eval "$ac_compile") 2>conftest.er1
11352 ac_status=$?
11353 grep -v '^ *+' conftest.er1 >conftest.err
11354 rm -f conftest.er1
11355 cat conftest.err >&5
11356 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
11357 (exit $ac_status); } && {
11358 test -z "$ac_c_werror_flag" ||
11359 test ! -s conftest.err
11360 } && test -s conftest.$ac_objext; then
11361 ac_cv_member_XICCallback_callback=yes
11362 else
11363 $as_echo "$as_me: failed program was:" >&5
11364 sed 's/^/| /' conftest.$ac_ext >&5
11366 ac_cv_member_XICCallback_callback=no
11369 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11372 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11374 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_XICCallback_callback" >&5
11375 $as_echo "$ac_cv_member_XICCallback_callback" >&6; }
11376 if test "x$ac_cv_member_XICCallback_callback" = x""yes; then
11378 cat >>confdefs.h <<_ACEOF
11379 #define HAVE_XICCALLBACK_CALLBACK 1
11380 _ACEOF
11387 opengl_msg=""
11388 if test "x$with_opengl" != "xno"
11389 then
11394 for ac_header in GL/gl.h GL/glx.h GL/glext.h GL/glu.h
11396 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
11397 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
11398 $as_echo_n "checking for $ac_header... " >&6; }
11399 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
11400 $as_echo_n "(cached) " >&6
11401 else
11402 cat >conftest.$ac_ext <<_ACEOF
11403 /* confdefs.h. */
11404 _ACEOF
11405 cat confdefs.h >>conftest.$ac_ext
11406 cat >>conftest.$ac_ext <<_ACEOF
11407 /* end confdefs.h. */
11408 #ifdef HAVE_GL_GLX_H
11409 # include <GL/glx.h>
11410 #endif
11412 #include <$ac_header>
11413 _ACEOF
11414 rm -f conftest.$ac_objext
11415 if { (ac_try="$ac_compile"
11416 case "(($ac_try" in
11417 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11418 *) ac_try_echo=$ac_try;;
11419 esac
11420 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
11421 $as_echo "$ac_try_echo") >&5
11422 (eval "$ac_compile") 2>conftest.er1
11423 ac_status=$?
11424 grep -v '^ *+' conftest.er1 >conftest.err
11425 rm -f conftest.er1
11426 cat conftest.err >&5
11427 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
11428 (exit $ac_status); } && {
11429 test -z "$ac_c_werror_flag" ||
11430 test ! -s conftest.err
11431 } && test -s conftest.$ac_objext; then
11432 eval "$as_ac_Header=yes"
11433 else
11434 $as_echo "$as_me: failed program was:" >&5
11435 sed 's/^/| /' conftest.$ac_ext >&5
11437 eval "$as_ac_Header=no"
11440 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11442 ac_res=`eval 'as_val=${'$as_ac_Header'}
11443 $as_echo "$as_val"'`
11444 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
11445 $as_echo "$ac_res" >&6; }
11446 as_val=`eval 'as_val=${'$as_ac_Header'}
11447 $as_echo "$as_val"'`
11448 if test "x$as_val" = x""yes; then
11449 cat >>confdefs.h <<_ACEOF
11450 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
11451 _ACEOF
11455 done
11457 if test "$ac_cv_header_GL_gl_h" = "yes" -a "$ac_cv_header_GL_glx_h" = "yes"
11458 then
11459 { $as_echo "$as_me:$LINENO: checking for up-to-date OpenGL version" >&5
11460 $as_echo_n "checking for up-to-date OpenGL version... " >&6; }
11461 if test "${wine_cv_opengl_header_version_OK+set}" = set; then
11462 $as_echo_n "(cached) " >&6
11463 else
11464 cat >conftest.$ac_ext <<_ACEOF
11465 /* confdefs.h. */
11466 _ACEOF
11467 cat confdefs.h >>conftest.$ac_ext
11468 cat >>conftest.$ac_ext <<_ACEOF
11469 /* end confdefs.h. */
11470 #include <GL/gl.h>
11472 main ()
11474 GLenum test = GL_UNSIGNED_SHORT_5_6_5;
11476 return 0;
11478 _ACEOF
11479 rm -f conftest.$ac_objext
11480 if { (ac_try="$ac_compile"
11481 case "(($ac_try" in
11482 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11483 *) ac_try_echo=$ac_try;;
11484 esac
11485 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
11486 $as_echo "$ac_try_echo") >&5
11487 (eval "$ac_compile") 2>conftest.er1
11488 ac_status=$?
11489 grep -v '^ *+' conftest.er1 >conftest.err
11490 rm -f conftest.er1
11491 cat conftest.err >&5
11492 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
11493 (exit $ac_status); } && {
11494 test -z "$ac_c_werror_flag" ||
11495 test ! -s conftest.err
11496 } && test -s conftest.$ac_objext; then
11497 wine_cv_opengl_header_version_OK="yes"
11498 else
11499 $as_echo "$as_me: failed program was:" >&5
11500 sed 's/^/| /' conftest.$ac_ext >&5
11502 wine_cv_opengl_header_version_OK="no"
11505 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11507 { $as_echo "$as_me:$LINENO: result: $wine_cv_opengl_header_version_OK" >&5
11508 $as_echo "$wine_cv_opengl_header_version_OK" >&6; }
11510 if test "$wine_cv_opengl_header_version_OK" = "yes"
11511 then
11512 { $as_echo "$as_me:$LINENO: checking for -lGL" >&5
11513 $as_echo_n "checking for -lGL... " >&6; }
11514 if test "${ac_cv_lib_soname_GL+set}" = set; then
11515 $as_echo_n "(cached) " >&6
11516 else
11517 ac_check_soname_save_LIBS=$LIBS
11518 LIBS="-lGL $X_LIBS -lXext -lX11 -lm $X_EXTRA_LIBS $LIBS"
11519 cat >conftest.$ac_ext <<_ACEOF
11520 /* confdefs.h. */
11521 _ACEOF
11522 cat confdefs.h >>conftest.$ac_ext
11523 cat >>conftest.$ac_ext <<_ACEOF
11524 /* end confdefs.h. */
11526 /* Override any GCC internal prototype to avoid an error.
11527 Use char because int might match the return type of a GCC
11528 builtin and then its argument prototype would still apply. */
11529 #ifdef __cplusplus
11530 extern "C"
11531 #endif
11532 char glXCreateContext ();
11534 main ()
11536 return glXCreateContext ();
11538 return 0;
11540 _ACEOF
11541 rm -f conftest.$ac_objext conftest$ac_exeext
11542 if { (ac_try="$ac_link"
11543 case "(($ac_try" in
11544 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11545 *) ac_try_echo=$ac_try;;
11546 esac
11547 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
11548 $as_echo "$ac_try_echo") >&5
11549 (eval "$ac_link") 2>conftest.er1
11550 ac_status=$?
11551 grep -v '^ *+' conftest.er1 >conftest.err
11552 rm -f conftest.er1
11553 cat conftest.err >&5
11554 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
11555 (exit $ac_status); } && {
11556 test -z "$ac_c_werror_flag" ||
11557 test ! -s conftest.err
11558 } && test -s conftest$ac_exeext && {
11559 test "$cross_compiling" = yes ||
11560 $as_test_x conftest$ac_exeext
11561 }; then
11562 case "$LIBEXT" in
11563 dll) ;;
11564 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'` ;;
11565 *) ac_cv_lib_soname_GL=`$ac_cv_path_LDD conftest$ac_exeext | grep "libGL\\.$LIBEXT" | sed -e "s/^.*\(libGL\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
11566 esac
11567 else
11568 $as_echo "$as_me: failed program was:" >&5
11569 sed 's/^/| /' conftest.$ac_ext >&5
11574 rm -rf conftest.dSYM
11575 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
11576 conftest$ac_exeext conftest.$ac_ext
11577 LIBS=$ac_check_soname_save_LIBS
11579 if test "x$ac_cv_lib_soname_GL" = "x"; then
11580 { $as_echo "$as_me:$LINENO: result: not found" >&5
11581 $as_echo "not found" >&6; }
11582 { $as_echo "$as_me:$LINENO: checking for -lGL" >&5
11583 $as_echo_n "checking for -lGL... " >&6; }
11584 if test "${ac_cv_lib_soname_GL+set}" = set; then
11585 $as_echo_n "(cached) " >&6
11586 else
11587 ac_check_soname_save_LIBS=$LIBS
11588 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"
11589 cat >conftest.$ac_ext <<_ACEOF
11590 /* confdefs.h. */
11591 _ACEOF
11592 cat confdefs.h >>conftest.$ac_ext
11593 cat >>conftest.$ac_ext <<_ACEOF
11594 /* end confdefs.h. */
11596 /* Override any GCC internal prototype to avoid an error.
11597 Use char because int might match the return type of a GCC
11598 builtin and then its argument prototype would still apply. */
11599 #ifdef __cplusplus
11600 extern "C"
11601 #endif
11602 char glXCreateContext ();
11604 main ()
11606 return glXCreateContext ();
11608 return 0;
11610 _ACEOF
11611 rm -f conftest.$ac_objext conftest$ac_exeext
11612 if { (ac_try="$ac_link"
11613 case "(($ac_try" in
11614 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11615 *) ac_try_echo=$ac_try;;
11616 esac
11617 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
11618 $as_echo "$ac_try_echo") >&5
11619 (eval "$ac_link") 2>conftest.er1
11620 ac_status=$?
11621 grep -v '^ *+' conftest.er1 >conftest.err
11622 rm -f conftest.er1
11623 cat conftest.err >&5
11624 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
11625 (exit $ac_status); } && {
11626 test -z "$ac_c_werror_flag" ||
11627 test ! -s conftest.err
11628 } && test -s conftest$ac_exeext && {
11629 test "$cross_compiling" = yes ||
11630 $as_test_x conftest$ac_exeext
11631 }; then
11632 case "$LIBEXT" in
11633 dll) ;;
11634 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'` ;;
11635 *) ac_cv_lib_soname_GL=`$ac_cv_path_LDD conftest$ac_exeext | grep "libGL\\.$LIBEXT" | sed -e "s/^.*\(libGL\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
11636 esac
11637 else
11638 $as_echo "$as_me: failed program was:" >&5
11639 sed 's/^/| /' conftest.$ac_ext >&5
11644 rm -rf conftest.dSYM
11645 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
11646 conftest$ac_exeext conftest.$ac_ext
11647 LIBS=$ac_check_soname_save_LIBS
11649 if test "x$ac_cv_lib_soname_GL" = "x"; then
11650 { $as_echo "$as_me:$LINENO: result: not found" >&5
11651 $as_echo "not found" >&6; }
11652 if test -f /usr/X11R6/lib/libGL.a
11653 then
11654 opengl_msg="/usr/X11R6/lib/libGL.a is present on your system.
11655 This probably prevents linking to OpenGL. Try deleting the file and restarting configure."
11656 else
11657 opengl_msg="No OpenGL library found on this system."
11659 else
11660 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_GL" >&5
11661 $as_echo "$ac_cv_lib_soname_GL" >&6; }
11663 cat >>confdefs.h <<_ACEOF
11664 #define SONAME_LIBGL "$ac_cv_lib_soname_GL"
11665 _ACEOF
11667 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"
11669 cat >>confdefs.h <<\_ACEOF
11670 #define HAVE_OPENGL 1
11671 _ACEOF
11675 else
11676 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_GL" >&5
11677 $as_echo "$ac_cv_lib_soname_GL" >&6; }
11679 cat >>confdefs.h <<_ACEOF
11680 #define SONAME_LIBGL "$ac_cv_lib_soname_GL"
11681 _ACEOF
11683 OPENGL_LIBS="-lGL"
11685 cat >>confdefs.h <<\_ACEOF
11686 #define HAVE_OPENGL 1
11687 _ACEOF
11691 if test "$ac_cv_header_GL_glu_h" = "yes"
11692 then
11693 { $as_echo "$as_me:$LINENO: checking for -lGLU" >&5
11694 $as_echo_n "checking for -lGLU... " >&6; }
11695 if test "${ac_cv_lib_soname_GLU+set}" = set; then
11696 $as_echo_n "(cached) " >&6
11697 else
11698 ac_check_soname_save_LIBS=$LIBS
11699 LIBS="-lGLU $OPENGL_LIBS $X_LIBS $X_PRE_LIBS -lXext -lX11 -lm $X_EXTRA_LIBS $LIBS"
11700 cat >conftest.$ac_ext <<_ACEOF
11701 /* confdefs.h. */
11702 _ACEOF
11703 cat confdefs.h >>conftest.$ac_ext
11704 cat >>conftest.$ac_ext <<_ACEOF
11705 /* end confdefs.h. */
11707 /* Override any GCC internal prototype to avoid an error.
11708 Use char because int might match the return type of a GCC
11709 builtin and then its argument prototype would still apply. */
11710 #ifdef __cplusplus
11711 extern "C"
11712 #endif
11713 char gluLookAt ();
11715 main ()
11717 return gluLookAt ();
11719 return 0;
11721 _ACEOF
11722 rm -f conftest.$ac_objext conftest$ac_exeext
11723 if { (ac_try="$ac_link"
11724 case "(($ac_try" in
11725 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11726 *) ac_try_echo=$ac_try;;
11727 esac
11728 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
11729 $as_echo "$ac_try_echo") >&5
11730 (eval "$ac_link") 2>conftest.er1
11731 ac_status=$?
11732 grep -v '^ *+' conftest.er1 >conftest.err
11733 rm -f conftest.er1
11734 cat conftest.err >&5
11735 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
11736 (exit $ac_status); } && {
11737 test -z "$ac_c_werror_flag" ||
11738 test ! -s conftest.err
11739 } && test -s conftest$ac_exeext && {
11740 test "$cross_compiling" = yes ||
11741 $as_test_x conftest$ac_exeext
11742 }; then
11743 case "$LIBEXT" in
11744 dll) ;;
11745 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'` ;;
11746 *) ac_cv_lib_soname_GLU=`$ac_cv_path_LDD conftest$ac_exeext | grep "libGLU\\.$LIBEXT" | sed -e "s/^.*\(libGLU\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
11747 esac
11748 else
11749 $as_echo "$as_me: failed program was:" >&5
11750 sed 's/^/| /' conftest.$ac_ext >&5
11755 rm -rf conftest.dSYM
11756 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
11757 conftest$ac_exeext conftest.$ac_ext
11758 LIBS=$ac_check_soname_save_LIBS
11760 if test "x$ac_cv_lib_soname_GLU" = "x"; then
11761 { $as_echo "$as_me:$LINENO: result: not found" >&5
11762 $as_echo "not found" >&6; }
11764 else
11765 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_GLU" >&5
11766 $as_echo "$ac_cv_lib_soname_GLU" >&6; }
11768 cat >>confdefs.h <<_ACEOF
11769 #define SONAME_LIBGLU "$ac_cv_lib_soname_GLU"
11770 _ACEOF
11776 if test "x$ac_cv_lib_soname_GLU" = "x"; then
11777 case "x$with_glu" in
11778 x) wine_notices="$wine_notices|libGLU ${notice_platform}development files not found, GLU won't be supported." ;;
11779 xno) ;;
11780 *) { { $as_echo "$as_me:$LINENO: error: libGLU ${notice_platform}development files not found, GLU won't be supported.
11781 This is an error since --with-glu was requested." >&5
11782 $as_echo "$as_me: error: libGLU ${notice_platform}development files not found, GLU won't be supported.
11783 This is an error since --with-glu was requested." >&2;}
11784 { (exit 1); exit 1; }; } ;;
11785 esac
11788 else
11789 opengl_msg="Old Mesa headers detected. Consider upgrading your Mesa libraries."
11791 else
11792 opengl_msg="OpenGL development headers not found."
11794 test -n "$opengl_msg" && enable_opengl32=${enable_opengl32:-no}
11795 test "x$ac_cv_lib_soname_GLU" = "x" && enable_glu32=${enable_glu32:-no}
11796 else
11797 enable_opengl32=${enable_opengl32:-no}
11798 enable_glu32=${enable_glu32:-no}
11800 if test -n "$opengl_msg"; then
11801 case "x$with_opengl" in
11802 x) wine_warnings="$wine_warnings|$opengl_msg
11803 OpenGL and Direct3D won't be supported." ;;
11804 xno) ;;
11805 *) { { $as_echo "$as_me:$LINENO: error: $opengl_msg
11806 OpenGL and Direct3D won't be supported.
11807 This is an error since --with-opengl was requested." >&5
11808 $as_echo "$as_me: error: $opengl_msg
11809 OpenGL and Direct3D won't be supported.
11810 This is an error since --with-opengl was requested." >&2;}
11811 { (exit 1); exit 1; }; } ;;
11812 esac
11816 NASLIBS=""
11819 for ac_header in audio/audiolib.h
11821 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
11822 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
11823 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
11824 $as_echo_n "checking for $ac_header... " >&6; }
11825 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
11826 $as_echo_n "(cached) " >&6
11828 ac_res=`eval 'as_val=${'$as_ac_Header'}
11829 $as_echo "$as_val"'`
11830 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
11831 $as_echo "$ac_res" >&6; }
11832 else
11833 # Is the header compilable?
11834 { $as_echo "$as_me:$LINENO: checking $ac_header usability" >&5
11835 $as_echo_n "checking $ac_header usability... " >&6; }
11836 cat >conftest.$ac_ext <<_ACEOF
11837 /* confdefs.h. */
11838 _ACEOF
11839 cat confdefs.h >>conftest.$ac_ext
11840 cat >>conftest.$ac_ext <<_ACEOF
11841 /* end confdefs.h. */
11842 $ac_includes_default
11843 #include <$ac_header>
11844 _ACEOF
11845 rm -f conftest.$ac_objext
11846 if { (ac_try="$ac_compile"
11847 case "(($ac_try" in
11848 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11849 *) ac_try_echo=$ac_try;;
11850 esac
11851 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
11852 $as_echo "$ac_try_echo") >&5
11853 (eval "$ac_compile") 2>conftest.er1
11854 ac_status=$?
11855 grep -v '^ *+' conftest.er1 >conftest.err
11856 rm -f conftest.er1
11857 cat conftest.err >&5
11858 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
11859 (exit $ac_status); } && {
11860 test -z "$ac_c_werror_flag" ||
11861 test ! -s conftest.err
11862 } && test -s conftest.$ac_objext; then
11863 ac_header_compiler=yes
11864 else
11865 $as_echo "$as_me: failed program was:" >&5
11866 sed 's/^/| /' conftest.$ac_ext >&5
11868 ac_header_compiler=no
11871 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11872 { $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
11873 $as_echo "$ac_header_compiler" >&6; }
11875 # Is the header present?
11876 { $as_echo "$as_me:$LINENO: checking $ac_header presence" >&5
11877 $as_echo_n "checking $ac_header presence... " >&6; }
11878 cat >conftest.$ac_ext <<_ACEOF
11879 /* confdefs.h. */
11880 _ACEOF
11881 cat confdefs.h >>conftest.$ac_ext
11882 cat >>conftest.$ac_ext <<_ACEOF
11883 /* end confdefs.h. */
11884 #include <$ac_header>
11885 _ACEOF
11886 if { (ac_try="$ac_cpp conftest.$ac_ext"
11887 case "(($ac_try" in
11888 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11889 *) ac_try_echo=$ac_try;;
11890 esac
11891 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
11892 $as_echo "$ac_try_echo") >&5
11893 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
11894 ac_status=$?
11895 grep -v '^ *+' conftest.er1 >conftest.err
11896 rm -f conftest.er1
11897 cat conftest.err >&5
11898 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
11899 (exit $ac_status); } >/dev/null && {
11900 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
11901 test ! -s conftest.err
11902 }; then
11903 ac_header_preproc=yes
11904 else
11905 $as_echo "$as_me: failed program was:" >&5
11906 sed 's/^/| /' conftest.$ac_ext >&5
11908 ac_header_preproc=no
11911 rm -f conftest.err conftest.$ac_ext
11912 { $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
11913 $as_echo "$ac_header_preproc" >&6; }
11915 # So? What about this header?
11916 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
11917 yes:no: )
11918 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
11919 $as_echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
11920 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
11921 $as_echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
11922 ac_header_preproc=yes
11924 no:yes:* )
11925 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
11926 $as_echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
11927 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
11928 $as_echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
11929 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
11930 $as_echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
11931 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
11932 $as_echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
11933 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
11934 $as_echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
11935 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
11936 $as_echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
11937 ( cat <<\_ASBOX
11938 ## ------------------------------------ ##
11939 ## Report this to wine-devel@winehq.org ##
11940 ## ------------------------------------ ##
11941 _ASBOX
11942 ) | sed "s/^/$as_me: WARNING: /" >&2
11944 esac
11945 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
11946 $as_echo_n "checking for $ac_header... " >&6; }
11947 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
11948 $as_echo_n "(cached) " >&6
11949 else
11950 eval "$as_ac_Header=\$ac_header_preproc"
11952 ac_res=`eval 'as_val=${'$as_ac_Header'}
11953 $as_echo "$as_val"'`
11954 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
11955 $as_echo "$ac_res" >&6; }
11958 as_val=`eval 'as_val=${'$as_ac_Header'}
11959 $as_echo "$as_val"'`
11960 if test "x$as_val" = x""yes; then
11961 cat >>confdefs.h <<_ACEOF
11962 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
11963 _ACEOF
11965 for ac_header in audio/soundlib.h
11967 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
11968 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
11969 $as_echo_n "checking for $ac_header... " >&6; }
11970 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
11971 $as_echo_n "(cached) " >&6
11972 else
11973 cat >conftest.$ac_ext <<_ACEOF
11974 /* confdefs.h. */
11975 _ACEOF
11976 cat confdefs.h >>conftest.$ac_ext
11977 cat >>conftest.$ac_ext <<_ACEOF
11978 /* end confdefs.h. */
11979 #include <audio/audiolib.h>
11981 #include <$ac_header>
11982 _ACEOF
11983 rm -f conftest.$ac_objext
11984 if { (ac_try="$ac_compile"
11985 case "(($ac_try" in
11986 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11987 *) ac_try_echo=$ac_try;;
11988 esac
11989 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
11990 $as_echo "$ac_try_echo") >&5
11991 (eval "$ac_compile") 2>conftest.er1
11992 ac_status=$?
11993 grep -v '^ *+' conftest.er1 >conftest.err
11994 rm -f conftest.er1
11995 cat conftest.err >&5
11996 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
11997 (exit $ac_status); } && {
11998 test -z "$ac_c_werror_flag" ||
11999 test ! -s conftest.err
12000 } && test -s conftest.$ac_objext; then
12001 eval "$as_ac_Header=yes"
12002 else
12003 $as_echo "$as_me: failed program was:" >&5
12004 sed 's/^/| /' conftest.$ac_ext >&5
12006 eval "$as_ac_Header=no"
12009 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
12011 ac_res=`eval 'as_val=${'$as_ac_Header'}
12012 $as_echo "$as_val"'`
12013 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
12014 $as_echo "$ac_res" >&6; }
12015 as_val=`eval 'as_val=${'$as_ac_Header'}
12016 $as_echo "$as_val"'`
12017 if test "x$as_val" = x""yes; then
12018 cat >>confdefs.h <<_ACEOF
12019 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
12020 _ACEOF
12024 done
12026 { $as_echo "$as_me:$LINENO: checking for AuCreateFlow in -laudio" >&5
12027 $as_echo_n "checking for AuCreateFlow in -laudio... " >&6; }
12028 if test "${ac_cv_lib_audio_AuCreateFlow+set}" = set; then
12029 $as_echo_n "(cached) " >&6
12030 else
12031 ac_check_lib_save_LIBS=$LIBS
12032 LIBS="-laudio -lXt $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
12033 cat >conftest.$ac_ext <<_ACEOF
12034 /* confdefs.h. */
12035 _ACEOF
12036 cat confdefs.h >>conftest.$ac_ext
12037 cat >>conftest.$ac_ext <<_ACEOF
12038 /* end confdefs.h. */
12040 /* Override any GCC internal prototype to avoid an error.
12041 Use char because int might match the return type of a GCC
12042 builtin and then its argument prototype would still apply. */
12043 #ifdef __cplusplus
12044 extern "C"
12045 #endif
12046 char AuCreateFlow ();
12048 main ()
12050 return AuCreateFlow ();
12052 return 0;
12054 _ACEOF
12055 rm -f conftest.$ac_objext conftest$ac_exeext
12056 if { (ac_try="$ac_link"
12057 case "(($ac_try" in
12058 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12059 *) ac_try_echo=$ac_try;;
12060 esac
12061 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
12062 $as_echo "$ac_try_echo") >&5
12063 (eval "$ac_link") 2>conftest.er1
12064 ac_status=$?
12065 grep -v '^ *+' conftest.er1 >conftest.err
12066 rm -f conftest.er1
12067 cat conftest.err >&5
12068 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
12069 (exit $ac_status); } && {
12070 test -z "$ac_c_werror_flag" ||
12071 test ! -s conftest.err
12072 } && test -s conftest$ac_exeext && {
12073 test "$cross_compiling" = yes ||
12074 $as_test_x conftest$ac_exeext
12075 }; then
12076 ac_cv_lib_audio_AuCreateFlow=yes
12077 else
12078 $as_echo "$as_me: failed program was:" >&5
12079 sed 's/^/| /' conftest.$ac_ext >&5
12081 ac_cv_lib_audio_AuCreateFlow=no
12084 rm -rf conftest.dSYM
12085 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
12086 conftest$ac_exeext conftest.$ac_ext
12087 LIBS=$ac_check_lib_save_LIBS
12089 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_audio_AuCreateFlow" >&5
12090 $as_echo "$ac_cv_lib_audio_AuCreateFlow" >&6; }
12091 if test "x$ac_cv_lib_audio_AuCreateFlow" = x""yes; then
12093 cat >>confdefs.h <<\_ACEOF
12094 #define HAVE_NAS 1
12095 _ACEOF
12097 { $as_echo "$as_me:$LINENO: checking for XauGetBestAuthByAddr in -lXau" >&5
12098 $as_echo_n "checking for XauGetBestAuthByAddr in -lXau... " >&6; }
12099 if test "${ac_cv_lib_Xau_XauGetBestAuthByAddr+set}" = set; then
12100 $as_echo_n "(cached) " >&6
12101 else
12102 ac_check_lib_save_LIBS=$LIBS
12103 LIBS="-lXau $X_LIBS $LIBS"
12104 cat >conftest.$ac_ext <<_ACEOF
12105 /* confdefs.h. */
12106 _ACEOF
12107 cat confdefs.h >>conftest.$ac_ext
12108 cat >>conftest.$ac_ext <<_ACEOF
12109 /* end confdefs.h. */
12111 /* Override any GCC internal prototype to avoid an error.
12112 Use char because int might match the return type of a GCC
12113 builtin and then its argument prototype would still apply. */
12114 #ifdef __cplusplus
12115 extern "C"
12116 #endif
12117 char XauGetBestAuthByAddr ();
12119 main ()
12121 return XauGetBestAuthByAddr ();
12123 return 0;
12125 _ACEOF
12126 rm -f conftest.$ac_objext conftest$ac_exeext
12127 if { (ac_try="$ac_link"
12128 case "(($ac_try" in
12129 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12130 *) ac_try_echo=$ac_try;;
12131 esac
12132 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
12133 $as_echo "$ac_try_echo") >&5
12134 (eval "$ac_link") 2>conftest.er1
12135 ac_status=$?
12136 grep -v '^ *+' conftest.er1 >conftest.err
12137 rm -f conftest.er1
12138 cat conftest.err >&5
12139 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
12140 (exit $ac_status); } && {
12141 test -z "$ac_c_werror_flag" ||
12142 test ! -s conftest.err
12143 } && test -s conftest$ac_exeext && {
12144 test "$cross_compiling" = yes ||
12145 $as_test_x conftest$ac_exeext
12146 }; then
12147 ac_cv_lib_Xau_XauGetBestAuthByAddr=yes
12148 else
12149 $as_echo "$as_me: failed program was:" >&5
12150 sed 's/^/| /' conftest.$ac_ext >&5
12152 ac_cv_lib_Xau_XauGetBestAuthByAddr=no
12155 rm -rf conftest.dSYM
12156 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
12157 conftest$ac_exeext conftest.$ac_ext
12158 LIBS=$ac_check_lib_save_LIBS
12160 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_Xau_XauGetBestAuthByAddr" >&5
12161 $as_echo "$ac_cv_lib_Xau_XauGetBestAuthByAddr" >&6; }
12162 if test "x$ac_cv_lib_Xau_XauGetBestAuthByAddr" = x""yes; then
12163 NASLIBS="-lXau -laudio -lXt $X_LIBS -lXext -lX11 $X_EXTRA_LIBS"
12164 else
12165 NASLIBS="-laudio -lXt $X_LIBS -lXext -lX11 $X_EXTRA_LIBS"
12173 done
12176 CPPFLAGS="$ac_save_CPPFLAGS"
12177 else
12178 XLIB=""
12179 X_CFLAGS=""
12180 X_LIBS=""
12181 enable_winex11_drv=${enable_winex11_drv:-no}
12182 enable_opengl32=${enable_opengl32:-no}
12183 enable_glu32=${enable_glu32:-no}
12185 if test "x$XLIB" = "x"; then
12186 case "x$with_x" in
12187 xno) ;;
12188 *) { { $as_echo "$as_me:$LINENO: error: X ${notice_platform}development files not found. Wine will be built
12189 without X support, which probably isn't what you want. You will need to install
12190 ${notice_platform}development packages of Xlib/Xfree86 at the very least.
12191 Use the --without-x option if you really want this." >&5
12192 $as_echo "$as_me: error: X ${notice_platform}development files not found. Wine will be built
12193 without X support, which probably isn't what you want. You will need to install
12194 ${notice_platform}development packages of Xlib/Xfree86 at the very least.
12195 Use the --without-x option if you really want this." >&2;}
12196 { (exit 1); exit 1; }; } ;;
12197 esac
12202 XML2LIBS=""
12204 XML2INCL=""
12206 XSLTINCL=""
12208 if test "x$with_xml" != "xno"
12209 then
12210 ac_save_CPPFLAGS="$CPPFLAGS"
12211 if test "$PKG_CONFIG" != "false"
12212 then
12213 ac_xml_libs="`$PKG_CONFIG --libs libxml-2.0 2>/dev/null`"
12214 ac_xml_cflags="`$PKG_CONFIG --cflags libxml-2.0 2>/dev/null`"
12215 else
12216 ac_xml_libs="`xml2-config --libs 2>/dev/null`"
12217 ac_xml_cflags="`xml2-config --cflags 2>/dev/null`"
12219 CPPFLAGS="$CPPFLAGS $ac_xml_cflags"
12221 for ac_header in libxml/parser.h
12223 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
12224 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
12225 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
12226 $as_echo_n "checking for $ac_header... " >&6; }
12227 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
12228 $as_echo_n "(cached) " >&6
12230 ac_res=`eval 'as_val=${'$as_ac_Header'}
12231 $as_echo "$as_val"'`
12232 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
12233 $as_echo "$ac_res" >&6; }
12234 else
12235 # Is the header compilable?
12236 { $as_echo "$as_me:$LINENO: checking $ac_header usability" >&5
12237 $as_echo_n "checking $ac_header usability... " >&6; }
12238 cat >conftest.$ac_ext <<_ACEOF
12239 /* confdefs.h. */
12240 _ACEOF
12241 cat confdefs.h >>conftest.$ac_ext
12242 cat >>conftest.$ac_ext <<_ACEOF
12243 /* end confdefs.h. */
12244 $ac_includes_default
12245 #include <$ac_header>
12246 _ACEOF
12247 rm -f conftest.$ac_objext
12248 if { (ac_try="$ac_compile"
12249 case "(($ac_try" in
12250 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12251 *) ac_try_echo=$ac_try;;
12252 esac
12253 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
12254 $as_echo "$ac_try_echo") >&5
12255 (eval "$ac_compile") 2>conftest.er1
12256 ac_status=$?
12257 grep -v '^ *+' conftest.er1 >conftest.err
12258 rm -f conftest.er1
12259 cat conftest.err >&5
12260 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
12261 (exit $ac_status); } && {
12262 test -z "$ac_c_werror_flag" ||
12263 test ! -s conftest.err
12264 } && test -s conftest.$ac_objext; then
12265 ac_header_compiler=yes
12266 else
12267 $as_echo "$as_me: failed program was:" >&5
12268 sed 's/^/| /' conftest.$ac_ext >&5
12270 ac_header_compiler=no
12273 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
12274 { $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
12275 $as_echo "$ac_header_compiler" >&6; }
12277 # Is the header present?
12278 { $as_echo "$as_me:$LINENO: checking $ac_header presence" >&5
12279 $as_echo_n "checking $ac_header presence... " >&6; }
12280 cat >conftest.$ac_ext <<_ACEOF
12281 /* confdefs.h. */
12282 _ACEOF
12283 cat confdefs.h >>conftest.$ac_ext
12284 cat >>conftest.$ac_ext <<_ACEOF
12285 /* end confdefs.h. */
12286 #include <$ac_header>
12287 _ACEOF
12288 if { (ac_try="$ac_cpp conftest.$ac_ext"
12289 case "(($ac_try" in
12290 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12291 *) ac_try_echo=$ac_try;;
12292 esac
12293 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
12294 $as_echo "$ac_try_echo") >&5
12295 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
12296 ac_status=$?
12297 grep -v '^ *+' conftest.er1 >conftest.err
12298 rm -f conftest.er1
12299 cat conftest.err >&5
12300 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
12301 (exit $ac_status); } >/dev/null && {
12302 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
12303 test ! -s conftest.err
12304 }; then
12305 ac_header_preproc=yes
12306 else
12307 $as_echo "$as_me: failed program was:" >&5
12308 sed 's/^/| /' conftest.$ac_ext >&5
12310 ac_header_preproc=no
12313 rm -f conftest.err conftest.$ac_ext
12314 { $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
12315 $as_echo "$ac_header_preproc" >&6; }
12317 # So? What about this header?
12318 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
12319 yes:no: )
12320 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
12321 $as_echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
12322 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
12323 $as_echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
12324 ac_header_preproc=yes
12326 no:yes:* )
12327 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
12328 $as_echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
12329 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
12330 $as_echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
12331 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
12332 $as_echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
12333 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
12334 $as_echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
12335 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
12336 $as_echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
12337 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
12338 $as_echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
12339 ( cat <<\_ASBOX
12340 ## ------------------------------------ ##
12341 ## Report this to wine-devel@winehq.org ##
12342 ## ------------------------------------ ##
12343 _ASBOX
12344 ) | sed "s/^/$as_me: WARNING: /" >&2
12346 esac
12347 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
12348 $as_echo_n "checking for $ac_header... " >&6; }
12349 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
12350 $as_echo_n "(cached) " >&6
12351 else
12352 eval "$as_ac_Header=\$ac_header_preproc"
12354 ac_res=`eval 'as_val=${'$as_ac_Header'}
12355 $as_echo "$as_val"'`
12356 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
12357 $as_echo "$ac_res" >&6; }
12360 as_val=`eval 'as_val=${'$as_ac_Header'}
12361 $as_echo "$as_val"'`
12362 if test "x$as_val" = x""yes; then
12363 cat >>confdefs.h <<_ACEOF
12364 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
12365 _ACEOF
12366 { $as_echo "$as_me:$LINENO: checking for xmlParseMemory in -lxml2" >&5
12367 $as_echo_n "checking for xmlParseMemory in -lxml2... " >&6; }
12368 if test "${ac_cv_lib_xml2_xmlParseMemory+set}" = set; then
12369 $as_echo_n "(cached) " >&6
12370 else
12371 ac_check_lib_save_LIBS=$LIBS
12372 LIBS="-lxml2 $ac_xml_libs $LIBS"
12373 cat >conftest.$ac_ext <<_ACEOF
12374 /* confdefs.h. */
12375 _ACEOF
12376 cat confdefs.h >>conftest.$ac_ext
12377 cat >>conftest.$ac_ext <<_ACEOF
12378 /* end confdefs.h. */
12380 /* Override any GCC internal prototype to avoid an error.
12381 Use char because int might match the return type of a GCC
12382 builtin and then its argument prototype would still apply. */
12383 #ifdef __cplusplus
12384 extern "C"
12385 #endif
12386 char xmlParseMemory ();
12388 main ()
12390 return xmlParseMemory ();
12392 return 0;
12394 _ACEOF
12395 rm -f conftest.$ac_objext conftest$ac_exeext
12396 if { (ac_try="$ac_link"
12397 case "(($ac_try" in
12398 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12399 *) ac_try_echo=$ac_try;;
12400 esac
12401 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
12402 $as_echo "$ac_try_echo") >&5
12403 (eval "$ac_link") 2>conftest.er1
12404 ac_status=$?
12405 grep -v '^ *+' conftest.er1 >conftest.err
12406 rm -f conftest.er1
12407 cat conftest.err >&5
12408 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
12409 (exit $ac_status); } && {
12410 test -z "$ac_c_werror_flag" ||
12411 test ! -s conftest.err
12412 } && test -s conftest$ac_exeext && {
12413 test "$cross_compiling" = yes ||
12414 $as_test_x conftest$ac_exeext
12415 }; then
12416 ac_cv_lib_xml2_xmlParseMemory=yes
12417 else
12418 $as_echo "$as_me: failed program was:" >&5
12419 sed 's/^/| /' conftest.$ac_ext >&5
12421 ac_cv_lib_xml2_xmlParseMemory=no
12424 rm -rf conftest.dSYM
12425 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
12426 conftest$ac_exeext conftest.$ac_ext
12427 LIBS=$ac_check_lib_save_LIBS
12429 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_xml2_xmlParseMemory" >&5
12430 $as_echo "$ac_cv_lib_xml2_xmlParseMemory" >&6; }
12431 if test "x$ac_cv_lib_xml2_xmlParseMemory" = x""yes; then
12433 cat >>confdefs.h <<\_ACEOF
12434 #define HAVE_LIBXML2 1
12435 _ACEOF
12437 XML2LIBS="$ac_xml_libs"
12438 XML2INCL="$ac_xml_cflags"
12441 { $as_echo "$as_me:$LINENO: checking for xmlReadMemory in -lxml2" >&5
12442 $as_echo_n "checking for xmlReadMemory in -lxml2... " >&6; }
12443 if test "${ac_cv_lib_xml2_xmlReadMemory+set}" = set; then
12444 $as_echo_n "(cached) " >&6
12445 else
12446 ac_check_lib_save_LIBS=$LIBS
12447 LIBS="-lxml2 $ac_xml_libs $LIBS"
12448 cat >conftest.$ac_ext <<_ACEOF
12449 /* confdefs.h. */
12450 _ACEOF
12451 cat confdefs.h >>conftest.$ac_ext
12452 cat >>conftest.$ac_ext <<_ACEOF
12453 /* end confdefs.h. */
12455 /* Override any GCC internal prototype to avoid an error.
12456 Use char because int might match the return type of a GCC
12457 builtin and then its argument prototype would still apply. */
12458 #ifdef __cplusplus
12459 extern "C"
12460 #endif
12461 char xmlReadMemory ();
12463 main ()
12465 return xmlReadMemory ();
12467 return 0;
12469 _ACEOF
12470 rm -f conftest.$ac_objext conftest$ac_exeext
12471 if { (ac_try="$ac_link"
12472 case "(($ac_try" in
12473 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12474 *) ac_try_echo=$ac_try;;
12475 esac
12476 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
12477 $as_echo "$ac_try_echo") >&5
12478 (eval "$ac_link") 2>conftest.er1
12479 ac_status=$?
12480 grep -v '^ *+' conftest.er1 >conftest.err
12481 rm -f conftest.er1
12482 cat conftest.err >&5
12483 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
12484 (exit $ac_status); } && {
12485 test -z "$ac_c_werror_flag" ||
12486 test ! -s conftest.err
12487 } && test -s conftest$ac_exeext && {
12488 test "$cross_compiling" = yes ||
12489 $as_test_x conftest$ac_exeext
12490 }; then
12491 ac_cv_lib_xml2_xmlReadMemory=yes
12492 else
12493 $as_echo "$as_me: failed program was:" >&5
12494 sed 's/^/| /' conftest.$ac_ext >&5
12496 ac_cv_lib_xml2_xmlReadMemory=no
12499 rm -rf conftest.dSYM
12500 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
12501 conftest$ac_exeext conftest.$ac_ext
12502 LIBS=$ac_check_lib_save_LIBS
12504 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_xml2_xmlReadMemory" >&5
12505 $as_echo "$ac_cv_lib_xml2_xmlReadMemory" >&6; }
12506 if test "x$ac_cv_lib_xml2_xmlReadMemory" = x""yes; then
12508 cat >>confdefs.h <<\_ACEOF
12509 #define HAVE_XMLREADMEMORY 1
12510 _ACEOF
12514 { $as_echo "$as_me:$LINENO: checking for xmlNewDocPI in -lxml2" >&5
12515 $as_echo_n "checking for xmlNewDocPI in -lxml2... " >&6; }
12516 if test "${ac_cv_lib_xml2_xmlNewDocPI+set}" = set; then
12517 $as_echo_n "(cached) " >&6
12518 else
12519 ac_check_lib_save_LIBS=$LIBS
12520 LIBS="-lxml2 $ac_xml_libs $LIBS"
12521 cat >conftest.$ac_ext <<_ACEOF
12522 /* confdefs.h. */
12523 _ACEOF
12524 cat confdefs.h >>conftest.$ac_ext
12525 cat >>conftest.$ac_ext <<_ACEOF
12526 /* end confdefs.h. */
12528 /* Override any GCC internal prototype to avoid an error.
12529 Use char because int might match the return type of a GCC
12530 builtin and then its argument prototype would still apply. */
12531 #ifdef __cplusplus
12532 extern "C"
12533 #endif
12534 char xmlNewDocPI ();
12536 main ()
12538 return xmlNewDocPI ();
12540 return 0;
12542 _ACEOF
12543 rm -f conftest.$ac_objext conftest$ac_exeext
12544 if { (ac_try="$ac_link"
12545 case "(($ac_try" in
12546 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12547 *) ac_try_echo=$ac_try;;
12548 esac
12549 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
12550 $as_echo "$ac_try_echo") >&5
12551 (eval "$ac_link") 2>conftest.er1
12552 ac_status=$?
12553 grep -v '^ *+' conftest.er1 >conftest.err
12554 rm -f conftest.er1
12555 cat conftest.err >&5
12556 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
12557 (exit $ac_status); } && {
12558 test -z "$ac_c_werror_flag" ||
12559 test ! -s conftest.err
12560 } && test -s conftest$ac_exeext && {
12561 test "$cross_compiling" = yes ||
12562 $as_test_x conftest$ac_exeext
12563 }; then
12564 ac_cv_lib_xml2_xmlNewDocPI=yes
12565 else
12566 $as_echo "$as_me: failed program was:" >&5
12567 sed 's/^/| /' conftest.$ac_ext >&5
12569 ac_cv_lib_xml2_xmlNewDocPI=no
12572 rm -rf conftest.dSYM
12573 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
12574 conftest$ac_exeext conftest.$ac_ext
12575 LIBS=$ac_check_lib_save_LIBS
12577 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_xml2_xmlNewDocPI" >&5
12578 $as_echo "$ac_cv_lib_xml2_xmlNewDocPI" >&6; }
12579 if test "x$ac_cv_lib_xml2_xmlNewDocPI" = x""yes; then
12581 cat >>confdefs.h <<\_ACEOF
12582 #define HAVE_XMLNEWDOCPI 1
12583 _ACEOF
12590 done
12592 CPPFLAGS="$ac_save_CPPFLAGS"
12594 if test "$ac_cv_lib_xml2_xmlParseMemory" != "yes"; then
12595 case "x$with_xml" in
12596 x) wine_warnings="$wine_warnings|libxml2 ${notice_platform}development files not found, XML won't be supported." ;;
12597 xno) ;;
12598 *) { { $as_echo "$as_me:$LINENO: error: libxml2 ${notice_platform}development files not found, XML won't be supported.
12599 This is an error since --with-xml was requested." >&5
12600 $as_echo "$as_me: error: libxml2 ${notice_platform}development files not found, XML won't be supported.
12601 This is an error since --with-xml was requested." >&2;}
12602 { (exit 1); exit 1; }; } ;;
12603 esac
12607 if test "x$with_xslt" != "xno"
12608 then
12609 if test "$PKG_CONFIG" != "false"
12610 then
12611 ac_xslt_libs="`$PKG_CONFIG --libs libxslt 2>/dev/null`"
12612 ac_xslt_cflags="`$PKG_CONFIG --cflags libxslt 2>/dev/null`"
12613 else
12614 ac_xslt_libs="`xslt-config --libs 2>/dev/null`"
12615 ac_xslt_cflags="`xslt-config --cflags 2>/dev/null`"
12617 ac_save_CPPFLAGS="$CPPFLAGS"
12618 CPPFLAGS="$CPPFLAGS $ac_xslt_cflags"
12621 for ac_header in libxslt/pattern.h libxslt/transform.h
12623 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
12624 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
12625 $as_echo_n "checking for $ac_header... " >&6; }
12626 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
12627 $as_echo_n "(cached) " >&6
12628 else
12629 cat >conftest.$ac_ext <<_ACEOF
12630 /* confdefs.h. */
12631 _ACEOF
12632 cat confdefs.h >>conftest.$ac_ext
12633 cat >>conftest.$ac_ext <<_ACEOF
12634 /* end confdefs.h. */
12635 #ifdef HAVE_LIBXSLT_PATTERN_H
12636 # include <libxslt/pattern.h>
12637 #endif
12639 #include <$ac_header>
12640 _ACEOF
12641 rm -f conftest.$ac_objext
12642 if { (ac_try="$ac_compile"
12643 case "(($ac_try" in
12644 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12645 *) ac_try_echo=$ac_try;;
12646 esac
12647 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
12648 $as_echo "$ac_try_echo") >&5
12649 (eval "$ac_compile") 2>conftest.er1
12650 ac_status=$?
12651 grep -v '^ *+' conftest.er1 >conftest.err
12652 rm -f conftest.er1
12653 cat conftest.err >&5
12654 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
12655 (exit $ac_status); } && {
12656 test -z "$ac_c_werror_flag" ||
12657 test ! -s conftest.err
12658 } && test -s conftest.$ac_objext; then
12659 eval "$as_ac_Header=yes"
12660 else
12661 $as_echo "$as_me: failed program was:" >&5
12662 sed 's/^/| /' conftest.$ac_ext >&5
12664 eval "$as_ac_Header=no"
12667 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
12669 ac_res=`eval 'as_val=${'$as_ac_Header'}
12670 $as_echo "$as_val"'`
12671 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
12672 $as_echo "$ac_res" >&6; }
12673 as_val=`eval 'as_val=${'$as_ac_Header'}
12674 $as_echo "$as_val"'`
12675 if test "x$as_val" = x""yes; then
12676 cat >>confdefs.h <<_ACEOF
12677 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
12678 _ACEOF
12682 done
12684 CPPFLAGS="$ac_save_CPPFLAGS"
12685 if test "$ac_cv_header_libxslt_transform_h" = "yes"
12686 then
12687 { $as_echo "$as_me:$LINENO: checking for -lxslt" >&5
12688 $as_echo_n "checking for -lxslt... " >&6; }
12689 if test "${ac_cv_lib_soname_xslt+set}" = set; then
12690 $as_echo_n "(cached) " >&6
12691 else
12692 ac_check_soname_save_LIBS=$LIBS
12693 LIBS="-lxslt $ac_xslt_libs $LIBS"
12694 cat >conftest.$ac_ext <<_ACEOF
12695 /* confdefs.h. */
12696 _ACEOF
12697 cat confdefs.h >>conftest.$ac_ext
12698 cat >>conftest.$ac_ext <<_ACEOF
12699 /* end confdefs.h. */
12701 /* Override any GCC internal prototype to avoid an error.
12702 Use char because int might match the return type of a GCC
12703 builtin and then its argument prototype would still apply. */
12704 #ifdef __cplusplus
12705 extern "C"
12706 #endif
12707 char xsltCompilePattern ();
12709 main ()
12711 return xsltCompilePattern ();
12713 return 0;
12715 _ACEOF
12716 rm -f conftest.$ac_objext conftest$ac_exeext
12717 if { (ac_try="$ac_link"
12718 case "(($ac_try" in
12719 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12720 *) ac_try_echo=$ac_try;;
12721 esac
12722 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
12723 $as_echo "$ac_try_echo") >&5
12724 (eval "$ac_link") 2>conftest.er1
12725 ac_status=$?
12726 grep -v '^ *+' conftest.er1 >conftest.err
12727 rm -f conftest.er1
12728 cat conftest.err >&5
12729 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
12730 (exit $ac_status); } && {
12731 test -z "$ac_c_werror_flag" ||
12732 test ! -s conftest.err
12733 } && test -s conftest$ac_exeext && {
12734 test "$cross_compiling" = yes ||
12735 $as_test_x conftest$ac_exeext
12736 }; then
12737 case "$LIBEXT" in
12738 dll) ;;
12739 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'` ;;
12740 *) ac_cv_lib_soname_xslt=`$ac_cv_path_LDD conftest$ac_exeext | grep "libxslt\\.$LIBEXT" | sed -e "s/^.*\(libxslt\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
12741 esac
12742 else
12743 $as_echo "$as_me: failed program was:" >&5
12744 sed 's/^/| /' conftest.$ac_ext >&5
12749 rm -rf conftest.dSYM
12750 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
12751 conftest$ac_exeext conftest.$ac_ext
12752 LIBS=$ac_check_soname_save_LIBS
12754 if test "x$ac_cv_lib_soname_xslt" = "x"; then
12755 { $as_echo "$as_me:$LINENO: result: not found" >&5
12756 $as_echo "not found" >&6; }
12758 else
12759 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_xslt" >&5
12760 $as_echo "$ac_cv_lib_soname_xslt" >&6; }
12762 cat >>confdefs.h <<_ACEOF
12763 #define SONAME_LIBXSLT "$ac_cv_lib_soname_xslt"
12764 _ACEOF
12766 XSLTINCL="$ac_xslt_cflags"
12771 if test "x$ac_cv_lib_soname_xslt" = "x"; then
12772 case "x$with_xslt" in
12773 x) wine_warnings="$wine_warnings|libxslt ${notice_platform}development files not found, xslt won't be supported." ;;
12774 xno) ;;
12775 *) { { $as_echo "$as_me:$LINENO: error: libxslt ${notice_platform}development files not found, xslt won't be supported.
12776 This is an error since --with-xslt was requested." >&5
12777 $as_echo "$as_me: error: libxslt ${notice_platform}development files not found, xslt won't be supported.
12778 This is an error since --with-xslt was requested." >&2;}
12779 { (exit 1); exit 1; }; } ;;
12780 esac
12784 HALINCL=""
12786 if test "x$with_hal" != "xno" -a "$PKG_CONFIG" != "false"
12787 then
12788 ac_save_CPPFLAGS="$CPPFLAGS"
12789 ac_hal_libs="`$PKG_CONFIG --libs hal 2>/dev/null`"
12790 ac_hal_cflags="`$PKG_CONFIG --cflags hal 2>/dev/null`"
12791 CPPFLAGS="$CPPFLAGS $ac_hal_cflags"
12794 for ac_header in dbus/dbus.h hal/libhal.h
12796 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
12797 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
12798 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
12799 $as_echo_n "checking for $ac_header... " >&6; }
12800 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
12801 $as_echo_n "(cached) " >&6
12803 ac_res=`eval 'as_val=${'$as_ac_Header'}
12804 $as_echo "$as_val"'`
12805 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
12806 $as_echo "$ac_res" >&6; }
12807 else
12808 # Is the header compilable?
12809 { $as_echo "$as_me:$LINENO: checking $ac_header usability" >&5
12810 $as_echo_n "checking $ac_header usability... " >&6; }
12811 cat >conftest.$ac_ext <<_ACEOF
12812 /* confdefs.h. */
12813 _ACEOF
12814 cat confdefs.h >>conftest.$ac_ext
12815 cat >>conftest.$ac_ext <<_ACEOF
12816 /* end confdefs.h. */
12817 $ac_includes_default
12818 #include <$ac_header>
12819 _ACEOF
12820 rm -f conftest.$ac_objext
12821 if { (ac_try="$ac_compile"
12822 case "(($ac_try" in
12823 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12824 *) ac_try_echo=$ac_try;;
12825 esac
12826 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
12827 $as_echo "$ac_try_echo") >&5
12828 (eval "$ac_compile") 2>conftest.er1
12829 ac_status=$?
12830 grep -v '^ *+' conftest.er1 >conftest.err
12831 rm -f conftest.er1
12832 cat conftest.err >&5
12833 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
12834 (exit $ac_status); } && {
12835 test -z "$ac_c_werror_flag" ||
12836 test ! -s conftest.err
12837 } && test -s conftest.$ac_objext; then
12838 ac_header_compiler=yes
12839 else
12840 $as_echo "$as_me: failed program was:" >&5
12841 sed 's/^/| /' conftest.$ac_ext >&5
12843 ac_header_compiler=no
12846 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
12847 { $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
12848 $as_echo "$ac_header_compiler" >&6; }
12850 # Is the header present?
12851 { $as_echo "$as_me:$LINENO: checking $ac_header presence" >&5
12852 $as_echo_n "checking $ac_header presence... " >&6; }
12853 cat >conftest.$ac_ext <<_ACEOF
12854 /* confdefs.h. */
12855 _ACEOF
12856 cat confdefs.h >>conftest.$ac_ext
12857 cat >>conftest.$ac_ext <<_ACEOF
12858 /* end confdefs.h. */
12859 #include <$ac_header>
12860 _ACEOF
12861 if { (ac_try="$ac_cpp conftest.$ac_ext"
12862 case "(($ac_try" in
12863 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12864 *) ac_try_echo=$ac_try;;
12865 esac
12866 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
12867 $as_echo "$ac_try_echo") >&5
12868 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
12869 ac_status=$?
12870 grep -v '^ *+' conftest.er1 >conftest.err
12871 rm -f conftest.er1
12872 cat conftest.err >&5
12873 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
12874 (exit $ac_status); } >/dev/null && {
12875 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
12876 test ! -s conftest.err
12877 }; then
12878 ac_header_preproc=yes
12879 else
12880 $as_echo "$as_me: failed program was:" >&5
12881 sed 's/^/| /' conftest.$ac_ext >&5
12883 ac_header_preproc=no
12886 rm -f conftest.err conftest.$ac_ext
12887 { $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
12888 $as_echo "$ac_header_preproc" >&6; }
12890 # So? What about this header?
12891 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
12892 yes:no: )
12893 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
12894 $as_echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
12895 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
12896 $as_echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
12897 ac_header_preproc=yes
12899 no:yes:* )
12900 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
12901 $as_echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
12902 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
12903 $as_echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
12904 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
12905 $as_echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
12906 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
12907 $as_echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
12908 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
12909 $as_echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
12910 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
12911 $as_echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
12912 ( cat <<\_ASBOX
12913 ## ------------------------------------ ##
12914 ## Report this to wine-devel@winehq.org ##
12915 ## ------------------------------------ ##
12916 _ASBOX
12917 ) | sed "s/^/$as_me: WARNING: /" >&2
12919 esac
12920 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
12921 $as_echo_n "checking for $ac_header... " >&6; }
12922 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
12923 $as_echo_n "(cached) " >&6
12924 else
12925 eval "$as_ac_Header=\$ac_header_preproc"
12927 ac_res=`eval 'as_val=${'$as_ac_Header'}
12928 $as_echo "$as_val"'`
12929 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
12930 $as_echo "$ac_res" >&6; }
12933 as_val=`eval 'as_val=${'$as_ac_Header'}
12934 $as_echo "$as_val"'`
12935 if test "x$as_val" = x""yes; then
12936 cat >>confdefs.h <<_ACEOF
12937 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
12938 _ACEOF
12942 done
12944 if test "$ac_cv_header_dbus_dbus_h" = "yes" -a "$ac_cv_header_hal_libhal_h" = "yes"
12945 then
12946 { $as_echo "$as_me:$LINENO: checking for dbus_connection_close in -ldbus-1" >&5
12947 $as_echo_n "checking for dbus_connection_close in -ldbus-1... " >&6; }
12948 if test "${ac_cv_lib_dbus_1_dbus_connection_close+set}" = set; then
12949 $as_echo_n "(cached) " >&6
12950 else
12951 ac_check_lib_save_LIBS=$LIBS
12952 LIBS="-ldbus-1 $ac_hal_libs $LIBS"
12953 cat >conftest.$ac_ext <<_ACEOF
12954 /* confdefs.h. */
12955 _ACEOF
12956 cat confdefs.h >>conftest.$ac_ext
12957 cat >>conftest.$ac_ext <<_ACEOF
12958 /* end confdefs.h. */
12960 /* Override any GCC internal prototype to avoid an error.
12961 Use char because int might match the return type of a GCC
12962 builtin and then its argument prototype would still apply. */
12963 #ifdef __cplusplus
12964 extern "C"
12965 #endif
12966 char dbus_connection_close ();
12968 main ()
12970 return dbus_connection_close ();
12972 return 0;
12974 _ACEOF
12975 rm -f conftest.$ac_objext conftest$ac_exeext
12976 if { (ac_try="$ac_link"
12977 case "(($ac_try" in
12978 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12979 *) ac_try_echo=$ac_try;;
12980 esac
12981 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
12982 $as_echo "$ac_try_echo") >&5
12983 (eval "$ac_link") 2>conftest.er1
12984 ac_status=$?
12985 grep -v '^ *+' conftest.er1 >conftest.err
12986 rm -f conftest.er1
12987 cat conftest.err >&5
12988 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
12989 (exit $ac_status); } && {
12990 test -z "$ac_c_werror_flag" ||
12991 test ! -s conftest.err
12992 } && test -s conftest$ac_exeext && {
12993 test "$cross_compiling" = yes ||
12994 $as_test_x conftest$ac_exeext
12995 }; then
12996 ac_cv_lib_dbus_1_dbus_connection_close=yes
12997 else
12998 $as_echo "$as_me: failed program was:" >&5
12999 sed 's/^/| /' conftest.$ac_ext >&5
13001 ac_cv_lib_dbus_1_dbus_connection_close=no
13004 rm -rf conftest.dSYM
13005 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
13006 conftest$ac_exeext conftest.$ac_ext
13007 LIBS=$ac_check_lib_save_LIBS
13009 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_dbus_1_dbus_connection_close" >&5
13010 $as_echo "$ac_cv_lib_dbus_1_dbus_connection_close" >&6; }
13011 if test "x$ac_cv_lib_dbus_1_dbus_connection_close" = x""yes; then
13012 { $as_echo "$as_me:$LINENO: checking for -lhal" >&5
13013 $as_echo_n "checking for -lhal... " >&6; }
13014 if test "${ac_cv_lib_soname_hal+set}" = set; then
13015 $as_echo_n "(cached) " >&6
13016 else
13017 ac_check_soname_save_LIBS=$LIBS
13018 LIBS="-lhal $ac_hal_libs $LIBS"
13019 cat >conftest.$ac_ext <<_ACEOF
13020 /* confdefs.h. */
13021 _ACEOF
13022 cat confdefs.h >>conftest.$ac_ext
13023 cat >>conftest.$ac_ext <<_ACEOF
13024 /* end confdefs.h. */
13026 /* Override any GCC internal prototype to avoid an error.
13027 Use char because int might match the return type of a GCC
13028 builtin and then its argument prototype would still apply. */
13029 #ifdef __cplusplus
13030 extern "C"
13031 #endif
13032 char libhal_ctx_new ();
13034 main ()
13036 return libhal_ctx_new ();
13038 return 0;
13040 _ACEOF
13041 rm -f conftest.$ac_objext conftest$ac_exeext
13042 if { (ac_try="$ac_link"
13043 case "(($ac_try" in
13044 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13045 *) ac_try_echo=$ac_try;;
13046 esac
13047 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
13048 $as_echo "$ac_try_echo") >&5
13049 (eval "$ac_link") 2>conftest.er1
13050 ac_status=$?
13051 grep -v '^ *+' conftest.er1 >conftest.err
13052 rm -f conftest.er1
13053 cat conftest.err >&5
13054 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
13055 (exit $ac_status); } && {
13056 test -z "$ac_c_werror_flag" ||
13057 test ! -s conftest.err
13058 } && test -s conftest$ac_exeext && {
13059 test "$cross_compiling" = yes ||
13060 $as_test_x conftest$ac_exeext
13061 }; then
13062 case "$LIBEXT" in
13063 dll) ;;
13064 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'` ;;
13065 *) ac_cv_lib_soname_hal=`$ac_cv_path_LDD conftest$ac_exeext | grep "libhal\\.$LIBEXT" | sed -e "s/^.*\(libhal\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
13066 esac
13067 else
13068 $as_echo "$as_me: failed program was:" >&5
13069 sed 's/^/| /' conftest.$ac_ext >&5
13074 rm -rf conftest.dSYM
13075 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
13076 conftest$ac_exeext conftest.$ac_ext
13077 LIBS=$ac_check_soname_save_LIBS
13079 if test "x$ac_cv_lib_soname_hal" = "x"; then
13080 { $as_echo "$as_me:$LINENO: result: not found" >&5
13081 $as_echo "not found" >&6; }
13083 else
13084 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_hal" >&5
13085 $as_echo "$ac_cv_lib_soname_hal" >&6; }
13087 cat >>confdefs.h <<_ACEOF
13088 #define SONAME_LIBHAL "$ac_cv_lib_soname_hal"
13089 _ACEOF
13091 HALINCL="$ac_hal_cflags"
13097 CPPFLAGS="$ac_save_CPPFLAGS"
13099 if test "x$ac_cv_lib_soname_hal" = "x"; then
13100 case "x$with_hal" in
13101 x) wine_notices="$wine_notices|libhal ${notice_platform}development files not found, no dynamic device support." ;;
13102 xno) ;;
13103 *) { { $as_echo "$as_me:$LINENO: error: libhal ${notice_platform}development files not found, no dynamic device support.
13104 This is an error since --with-hal was requested." >&5
13105 $as_echo "$as_me: error: libhal ${notice_platform}development files not found, no dynamic device support.
13106 This is an error since --with-hal was requested." >&2;}
13107 { (exit 1); exit 1; }; } ;;
13108 esac
13112 if test "x$with_gnutls" != "xno" -a "$PKG_CONFIG" != "false"
13113 then
13114 ac_save_CPPFLAGS="$CPPFLAGS"
13115 ac_gnutls_libs="`$PKG_CONFIG --libs gnutls 2>/dev/null`"
13116 ac_gnutls_cflags="`$PKG_CONFIG --cflags gnutls 2>/dev/null`"
13117 CPPFLAGS="$CPPFLAGS $ac_gnutls_cflags"
13118 if test "${ac_cv_header_gnutls_gnutls_h+set}" = set; then
13119 { $as_echo "$as_me:$LINENO: checking for gnutls/gnutls.h" >&5
13120 $as_echo_n "checking for gnutls/gnutls.h... " >&6; }
13121 if test "${ac_cv_header_gnutls_gnutls_h+set}" = set; then
13122 $as_echo_n "(cached) " >&6
13124 { $as_echo "$as_me:$LINENO: result: $ac_cv_header_gnutls_gnutls_h" >&5
13125 $as_echo "$ac_cv_header_gnutls_gnutls_h" >&6; }
13126 else
13127 # Is the header compilable?
13128 { $as_echo "$as_me:$LINENO: checking gnutls/gnutls.h usability" >&5
13129 $as_echo_n "checking gnutls/gnutls.h usability... " >&6; }
13130 cat >conftest.$ac_ext <<_ACEOF
13131 /* confdefs.h. */
13132 _ACEOF
13133 cat confdefs.h >>conftest.$ac_ext
13134 cat >>conftest.$ac_ext <<_ACEOF
13135 /* end confdefs.h. */
13136 $ac_includes_default
13137 #include <gnutls/gnutls.h>
13138 _ACEOF
13139 rm -f conftest.$ac_objext
13140 if { (ac_try="$ac_compile"
13141 case "(($ac_try" in
13142 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13143 *) ac_try_echo=$ac_try;;
13144 esac
13145 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
13146 $as_echo "$ac_try_echo") >&5
13147 (eval "$ac_compile") 2>conftest.er1
13148 ac_status=$?
13149 grep -v '^ *+' conftest.er1 >conftest.err
13150 rm -f conftest.er1
13151 cat conftest.err >&5
13152 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
13153 (exit $ac_status); } && {
13154 test -z "$ac_c_werror_flag" ||
13155 test ! -s conftest.err
13156 } && test -s conftest.$ac_objext; then
13157 ac_header_compiler=yes
13158 else
13159 $as_echo "$as_me: failed program was:" >&5
13160 sed 's/^/| /' conftest.$ac_ext >&5
13162 ac_header_compiler=no
13165 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
13166 { $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
13167 $as_echo "$ac_header_compiler" >&6; }
13169 # Is the header present?
13170 { $as_echo "$as_me:$LINENO: checking gnutls/gnutls.h presence" >&5
13171 $as_echo_n "checking gnutls/gnutls.h presence... " >&6; }
13172 cat >conftest.$ac_ext <<_ACEOF
13173 /* confdefs.h. */
13174 _ACEOF
13175 cat confdefs.h >>conftest.$ac_ext
13176 cat >>conftest.$ac_ext <<_ACEOF
13177 /* end confdefs.h. */
13178 #include <gnutls/gnutls.h>
13179 _ACEOF
13180 if { (ac_try="$ac_cpp conftest.$ac_ext"
13181 case "(($ac_try" in
13182 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13183 *) ac_try_echo=$ac_try;;
13184 esac
13185 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
13186 $as_echo "$ac_try_echo") >&5
13187 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
13188 ac_status=$?
13189 grep -v '^ *+' conftest.er1 >conftest.err
13190 rm -f conftest.er1
13191 cat conftest.err >&5
13192 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
13193 (exit $ac_status); } >/dev/null && {
13194 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
13195 test ! -s conftest.err
13196 }; then
13197 ac_header_preproc=yes
13198 else
13199 $as_echo "$as_me: failed program was:" >&5
13200 sed 's/^/| /' conftest.$ac_ext >&5
13202 ac_header_preproc=no
13205 rm -f conftest.err conftest.$ac_ext
13206 { $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
13207 $as_echo "$ac_header_preproc" >&6; }
13209 # So? What about this header?
13210 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
13211 yes:no: )
13212 { $as_echo "$as_me:$LINENO: WARNING: gnutls/gnutls.h: accepted by the compiler, rejected by the preprocessor!" >&5
13213 $as_echo "$as_me: WARNING: gnutls/gnutls.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
13214 { $as_echo "$as_me:$LINENO: WARNING: gnutls/gnutls.h: proceeding with the compiler's result" >&5
13215 $as_echo "$as_me: WARNING: gnutls/gnutls.h: proceeding with the compiler's result" >&2;}
13216 ac_header_preproc=yes
13218 no:yes:* )
13219 { $as_echo "$as_me:$LINENO: WARNING: gnutls/gnutls.h: present but cannot be compiled" >&5
13220 $as_echo "$as_me: WARNING: gnutls/gnutls.h: present but cannot be compiled" >&2;}
13221 { $as_echo "$as_me:$LINENO: WARNING: gnutls/gnutls.h: check for missing prerequisite headers?" >&5
13222 $as_echo "$as_me: WARNING: gnutls/gnutls.h: check for missing prerequisite headers?" >&2;}
13223 { $as_echo "$as_me:$LINENO: WARNING: gnutls/gnutls.h: see the Autoconf documentation" >&5
13224 $as_echo "$as_me: WARNING: gnutls/gnutls.h: see the Autoconf documentation" >&2;}
13225 { $as_echo "$as_me:$LINENO: WARNING: gnutls/gnutls.h: section \"Present But Cannot Be Compiled\"" >&5
13226 $as_echo "$as_me: WARNING: gnutls/gnutls.h: section \"Present But Cannot Be Compiled\"" >&2;}
13227 { $as_echo "$as_me:$LINENO: WARNING: gnutls/gnutls.h: proceeding with the preprocessor's result" >&5
13228 $as_echo "$as_me: WARNING: gnutls/gnutls.h: proceeding with the preprocessor's result" >&2;}
13229 { $as_echo "$as_me:$LINENO: WARNING: gnutls/gnutls.h: in the future, the compiler will take precedence" >&5
13230 $as_echo "$as_me: WARNING: gnutls/gnutls.h: in the future, the compiler will take precedence" >&2;}
13231 ( cat <<\_ASBOX
13232 ## ------------------------------------ ##
13233 ## Report this to wine-devel@winehq.org ##
13234 ## ------------------------------------ ##
13235 _ASBOX
13236 ) | sed "s/^/$as_me: WARNING: /" >&2
13238 esac
13239 { $as_echo "$as_me:$LINENO: checking for gnutls/gnutls.h" >&5
13240 $as_echo_n "checking for gnutls/gnutls.h... " >&6; }
13241 if test "${ac_cv_header_gnutls_gnutls_h+set}" = set; then
13242 $as_echo_n "(cached) " >&6
13243 else
13244 ac_cv_header_gnutls_gnutls_h=$ac_header_preproc
13246 { $as_echo "$as_me:$LINENO: result: $ac_cv_header_gnutls_gnutls_h" >&5
13247 $as_echo "$ac_cv_header_gnutls_gnutls_h" >&6; }
13250 if test "x$ac_cv_header_gnutls_gnutls_h" = x""yes; then
13251 cat >conftest.$ac_ext <<_ACEOF
13252 /* confdefs.h. */
13253 _ACEOF
13254 cat confdefs.h >>conftest.$ac_ext
13255 cat >>conftest.$ac_ext <<_ACEOF
13256 /* end confdefs.h. */
13257 #include <gnutls/gnutls.h>
13259 main ()
13261 typeof(gnutls_mac_get_key_size) *pfunc;
13263 return 0;
13265 _ACEOF
13266 rm -f conftest.$ac_objext
13267 if { (ac_try="$ac_compile"
13268 case "(($ac_try" in
13269 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13270 *) ac_try_echo=$ac_try;;
13271 esac
13272 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
13273 $as_echo "$ac_try_echo") >&5
13274 (eval "$ac_compile") 2>conftest.er1
13275 ac_status=$?
13276 grep -v '^ *+' conftest.er1 >conftest.err
13277 rm -f conftest.er1
13278 cat conftest.err >&5
13279 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
13280 (exit $ac_status); } && {
13281 test -z "$ac_c_werror_flag" ||
13282 test ! -s conftest.err
13283 } && test -s conftest.$ac_objext; then
13284 { $as_echo "$as_me:$LINENO: checking for -lgnutls" >&5
13285 $as_echo_n "checking for -lgnutls... " >&6; }
13286 if test "${ac_cv_lib_soname_gnutls+set}" = set; then
13287 $as_echo_n "(cached) " >&6
13288 else
13289 ac_check_soname_save_LIBS=$LIBS
13290 LIBS="-lgnutls $ac_gnutls_libs $LIBS"
13291 cat >conftest.$ac_ext <<_ACEOF
13292 /* confdefs.h. */
13293 _ACEOF
13294 cat confdefs.h >>conftest.$ac_ext
13295 cat >>conftest.$ac_ext <<_ACEOF
13296 /* end confdefs.h. */
13298 /* Override any GCC internal prototype to avoid an error.
13299 Use char because int might match the return type of a GCC
13300 builtin and then its argument prototype would still apply. */
13301 #ifdef __cplusplus
13302 extern "C"
13303 #endif
13304 char gnutls_global_init ();
13306 main ()
13308 return gnutls_global_init ();
13310 return 0;
13312 _ACEOF
13313 rm -f conftest.$ac_objext conftest$ac_exeext
13314 if { (ac_try="$ac_link"
13315 case "(($ac_try" in
13316 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13317 *) ac_try_echo=$ac_try;;
13318 esac
13319 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
13320 $as_echo "$ac_try_echo") >&5
13321 (eval "$ac_link") 2>conftest.er1
13322 ac_status=$?
13323 grep -v '^ *+' conftest.er1 >conftest.err
13324 rm -f conftest.er1
13325 cat conftest.err >&5
13326 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
13327 (exit $ac_status); } && {
13328 test -z "$ac_c_werror_flag" ||
13329 test ! -s conftest.err
13330 } && test -s conftest$ac_exeext && {
13331 test "$cross_compiling" = yes ||
13332 $as_test_x conftest$ac_exeext
13333 }; then
13334 case "$LIBEXT" in
13335 dll) ;;
13336 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'` ;;
13337 *) ac_cv_lib_soname_gnutls=`$ac_cv_path_LDD conftest$ac_exeext | grep "libgnutls\\.$LIBEXT" | sed -e "s/^.*\(libgnutls\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
13338 esac
13339 else
13340 $as_echo "$as_me: failed program was:" >&5
13341 sed 's/^/| /' conftest.$ac_ext >&5
13346 rm -rf conftest.dSYM
13347 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
13348 conftest$ac_exeext conftest.$ac_ext
13349 LIBS=$ac_check_soname_save_LIBS
13351 if test "x$ac_cv_lib_soname_gnutls" = "x"; then
13352 { $as_echo "$as_me:$LINENO: result: not found" >&5
13353 $as_echo "not found" >&6; }
13355 else
13356 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_gnutls" >&5
13357 $as_echo "$ac_cv_lib_soname_gnutls" >&6; }
13359 cat >>confdefs.h <<_ACEOF
13360 #define SONAME_LIBGNUTLS "$ac_cv_lib_soname_gnutls"
13361 _ACEOF
13363 GNUTLSINCL="$ac_gnutls_cflags"
13367 else
13368 $as_echo "$as_me: failed program was:" >&5
13369 sed 's/^/| /' conftest.$ac_ext >&5
13374 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
13378 CPPFLAGS="$ac_save_CPPFLAGS"
13380 if test "x$ac_cv_lib_soname_gnutls" = "x"; then
13381 case "x$with_gnutls" in
13382 x) wine_notices="$wine_notices|libgnutls ${notice_platform}development files not found, no schannel support." ;;
13383 xno) ;;
13384 *) { { $as_echo "$as_me:$LINENO: error: libgnutls ${notice_platform}development files not found, no schannel support.
13385 This is an error since --with-gnutls was requested." >&5
13386 $as_echo "$as_me: error: libgnutls ${notice_platform}development files not found, no schannel support.
13387 This is an error since --with-gnutls was requested." >&2;}
13388 { (exit 1); exit 1; }; } ;;
13389 esac
13393 CURSESLIBS=""
13394 if test "$ac_cv_header_ncurses_h" = "yes"
13395 then
13396 { $as_echo "$as_me:$LINENO: checking for -lncurses" >&5
13397 $as_echo_n "checking for -lncurses... " >&6; }
13398 if test "${ac_cv_lib_soname_ncurses+set}" = set; then
13399 $as_echo_n "(cached) " >&6
13400 else
13401 ac_check_soname_save_LIBS=$LIBS
13402 LIBS="-lncurses $LIBS"
13403 cat >conftest.$ac_ext <<_ACEOF
13404 /* confdefs.h. */
13405 _ACEOF
13406 cat confdefs.h >>conftest.$ac_ext
13407 cat >>conftest.$ac_ext <<_ACEOF
13408 /* end confdefs.h. */
13410 /* Override any GCC internal prototype to avoid an error.
13411 Use char because int might match the return type of a GCC
13412 builtin and then its argument prototype would still apply. */
13413 #ifdef __cplusplus
13414 extern "C"
13415 #endif
13416 char waddch ();
13418 main ()
13420 return waddch ();
13422 return 0;
13424 _ACEOF
13425 rm -f conftest.$ac_objext conftest$ac_exeext
13426 if { (ac_try="$ac_link"
13427 case "(($ac_try" in
13428 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13429 *) ac_try_echo=$ac_try;;
13430 esac
13431 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
13432 $as_echo "$ac_try_echo") >&5
13433 (eval "$ac_link") 2>conftest.er1
13434 ac_status=$?
13435 grep -v '^ *+' conftest.er1 >conftest.err
13436 rm -f conftest.er1
13437 cat conftest.err >&5
13438 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
13439 (exit $ac_status); } && {
13440 test -z "$ac_c_werror_flag" ||
13441 test ! -s conftest.err
13442 } && test -s conftest$ac_exeext && {
13443 test "$cross_compiling" = yes ||
13444 $as_test_x conftest$ac_exeext
13445 }; then
13446 case "$LIBEXT" in
13447 dll) ;;
13448 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'` ;;
13449 *) ac_cv_lib_soname_ncurses=`$ac_cv_path_LDD conftest$ac_exeext | grep "libncurses\\.$LIBEXT" | sed -e "s/^.*\(libncurses\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
13450 esac
13451 else
13452 $as_echo "$as_me: failed program was:" >&5
13453 sed 's/^/| /' conftest.$ac_ext >&5
13458 rm -rf conftest.dSYM
13459 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
13460 conftest$ac_exeext conftest.$ac_ext
13461 LIBS=$ac_check_soname_save_LIBS
13463 if test "x$ac_cv_lib_soname_ncurses" = "x"; then
13464 { $as_echo "$as_me:$LINENO: result: not found" >&5
13465 $as_echo "not found" >&6; }
13467 else
13468 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_ncurses" >&5
13469 $as_echo "$ac_cv_lib_soname_ncurses" >&6; }
13471 cat >>confdefs.h <<_ACEOF
13472 #define SONAME_LIBNCURSES "$ac_cv_lib_soname_ncurses"
13473 _ACEOF
13475 CURSESLIBS="-lncurses"
13478 elif test "$ac_cv_header_curses_h" = "yes"
13479 then
13480 { $as_echo "$as_me:$LINENO: checking for -lcurses" >&5
13481 $as_echo_n "checking for -lcurses... " >&6; }
13482 if test "${ac_cv_lib_soname_curses+set}" = set; then
13483 $as_echo_n "(cached) " >&6
13484 else
13485 ac_check_soname_save_LIBS=$LIBS
13486 LIBS="-lcurses $LIBS"
13487 cat >conftest.$ac_ext <<_ACEOF
13488 /* confdefs.h. */
13489 _ACEOF
13490 cat confdefs.h >>conftest.$ac_ext
13491 cat >>conftest.$ac_ext <<_ACEOF
13492 /* end confdefs.h. */
13494 /* Override any GCC internal prototype to avoid an error.
13495 Use char because int might match the return type of a GCC
13496 builtin and then its argument prototype would still apply. */
13497 #ifdef __cplusplus
13498 extern "C"
13499 #endif
13500 char waddch ();
13502 main ()
13504 return waddch ();
13506 return 0;
13508 _ACEOF
13509 rm -f conftest.$ac_objext conftest$ac_exeext
13510 if { (ac_try="$ac_link"
13511 case "(($ac_try" in
13512 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13513 *) ac_try_echo=$ac_try;;
13514 esac
13515 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
13516 $as_echo "$ac_try_echo") >&5
13517 (eval "$ac_link") 2>conftest.er1
13518 ac_status=$?
13519 grep -v '^ *+' conftest.er1 >conftest.err
13520 rm -f conftest.er1
13521 cat conftest.err >&5
13522 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
13523 (exit $ac_status); } && {
13524 test -z "$ac_c_werror_flag" ||
13525 test ! -s conftest.err
13526 } && test -s conftest$ac_exeext && {
13527 test "$cross_compiling" = yes ||
13528 $as_test_x conftest$ac_exeext
13529 }; then
13530 case "$LIBEXT" in
13531 dll) ;;
13532 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'` ;;
13533 *) ac_cv_lib_soname_curses=`$ac_cv_path_LDD conftest$ac_exeext | grep "libcurses\\.$LIBEXT" | sed -e "s/^.*\(libcurses\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
13534 esac
13535 else
13536 $as_echo "$as_me: failed program was:" >&5
13537 sed 's/^/| /' conftest.$ac_ext >&5
13542 rm -rf conftest.dSYM
13543 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
13544 conftest$ac_exeext conftest.$ac_ext
13545 LIBS=$ac_check_soname_save_LIBS
13547 if test "x$ac_cv_lib_soname_curses" = "x"; then
13548 { $as_echo "$as_me:$LINENO: result: not found" >&5
13549 $as_echo "not found" >&6; }
13551 else
13552 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_curses" >&5
13553 $as_echo "$ac_cv_lib_soname_curses" >&6; }
13555 cat >>confdefs.h <<_ACEOF
13556 #define SONAME_LIBCURSES "$ac_cv_lib_soname_curses"
13557 _ACEOF
13559 CURSESLIBS="-lcurses"
13563 ac_save_LIBS="$LIBS"
13564 LIBS="$LIBS $CURSESLIBS"
13566 for ac_func in mousemask
13568 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
13569 { $as_echo "$as_me:$LINENO: checking for $ac_func" >&5
13570 $as_echo_n "checking for $ac_func... " >&6; }
13571 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
13572 $as_echo_n "(cached) " >&6
13573 else
13574 cat >conftest.$ac_ext <<_ACEOF
13575 /* confdefs.h. */
13576 _ACEOF
13577 cat confdefs.h >>conftest.$ac_ext
13578 cat >>conftest.$ac_ext <<_ACEOF
13579 /* end confdefs.h. */
13580 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
13581 For example, HP-UX 11i <limits.h> declares gettimeofday. */
13582 #define $ac_func innocuous_$ac_func
13584 /* System header to define __stub macros and hopefully few prototypes,
13585 which can conflict with char $ac_func (); below.
13586 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
13587 <limits.h> exists even on freestanding compilers. */
13589 #ifdef __STDC__
13590 # include <limits.h>
13591 #else
13592 # include <assert.h>
13593 #endif
13595 #undef $ac_func
13597 /* Override any GCC internal prototype to avoid an error.
13598 Use char because int might match the return type of a GCC
13599 builtin and then its argument prototype would still apply. */
13600 #ifdef __cplusplus
13601 extern "C"
13602 #endif
13603 char $ac_func ();
13604 /* The GNU C library defines this for functions which it implements
13605 to always fail with ENOSYS. Some functions are actually named
13606 something starting with __ and the normal name is an alias. */
13607 #if defined __stub_$ac_func || defined __stub___$ac_func
13608 choke me
13609 #endif
13612 main ()
13614 return $ac_func ();
13616 return 0;
13618 _ACEOF
13619 rm -f conftest.$ac_objext conftest$ac_exeext
13620 if { (ac_try="$ac_link"
13621 case "(($ac_try" in
13622 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13623 *) ac_try_echo=$ac_try;;
13624 esac
13625 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
13626 $as_echo "$ac_try_echo") >&5
13627 (eval "$ac_link") 2>conftest.er1
13628 ac_status=$?
13629 grep -v '^ *+' conftest.er1 >conftest.err
13630 rm -f conftest.er1
13631 cat conftest.err >&5
13632 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
13633 (exit $ac_status); } && {
13634 test -z "$ac_c_werror_flag" ||
13635 test ! -s conftest.err
13636 } && test -s conftest$ac_exeext && {
13637 test "$cross_compiling" = yes ||
13638 $as_test_x conftest$ac_exeext
13639 }; then
13640 eval "$as_ac_var=yes"
13641 else
13642 $as_echo "$as_me: failed program was:" >&5
13643 sed 's/^/| /' conftest.$ac_ext >&5
13645 eval "$as_ac_var=no"
13648 rm -rf conftest.dSYM
13649 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
13650 conftest$ac_exeext conftest.$ac_ext
13652 ac_res=`eval 'as_val=${'$as_ac_var'}
13653 $as_echo "$as_val"'`
13654 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
13655 $as_echo "$ac_res" >&6; }
13656 as_val=`eval 'as_val=${'$as_ac_var'}
13657 $as_echo "$as_val"'`
13658 if test "x$as_val" = x""yes; then
13659 cat >>confdefs.h <<_ACEOF
13660 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
13661 _ACEOF
13664 done
13666 LIBS="$ac_save_LIBS"
13667 if test "x$ac_cv_lib_soname_curses$ac_cv_lib_soname_ncurses" = "x"; then
13668 case "x$with_curses" in
13669 x) wine_notices="$wine_notices|lib(n)curses ${notice_platform}development files not found, curses won't be supported." ;;
13670 xno) ;;
13671 *) { { $as_echo "$as_me:$LINENO: error: lib(n)curses ${notice_platform}development files not found, curses won't be supported.
13672 This is an error since --with-curses was requested." >&5
13673 $as_echo "$as_me: error: lib(n)curses ${notice_platform}development files not found, curses won't be supported.
13674 This is an error since --with-curses was requested." >&2;}
13675 { (exit 1); exit 1; }; } ;;
13676 esac
13680 # Extract the first word of "sane-config", so it can be a program name with args.
13681 set dummy sane-config; ac_word=$2
13682 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
13683 $as_echo_n "checking for $ac_word... " >&6; }
13684 if test "${ac_cv_prog_sane_devel+set}" = set; then
13685 $as_echo_n "(cached) " >&6
13686 else
13687 if test -n "$sane_devel"; then
13688 ac_cv_prog_sane_devel="$sane_devel" # Let the user override the test.
13689 else
13690 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
13691 for as_dir in $PATH
13693 IFS=$as_save_IFS
13694 test -z "$as_dir" && as_dir=.
13695 for ac_exec_ext in '' $ac_executable_extensions; do
13696 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
13697 ac_cv_prog_sane_devel="sane-config"
13698 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
13699 break 2
13701 done
13702 done
13703 IFS=$as_save_IFS
13705 test -z "$ac_cv_prog_sane_devel" && ac_cv_prog_sane_devel="no"
13708 sane_devel=$ac_cv_prog_sane_devel
13709 if test -n "$sane_devel"; then
13710 { $as_echo "$as_me:$LINENO: result: $sane_devel" >&5
13711 $as_echo "$sane_devel" >&6; }
13712 else
13713 { $as_echo "$as_me:$LINENO: result: no" >&5
13714 $as_echo "no" >&6; }
13718 if test "$sane_devel" != "no" -a "x$with_sane" != "xno"
13719 then
13720 ac_sane_incl="`$sane_devel --cflags`"
13721 ac_sane_libs="`$sane_devel --ldflags`"
13722 ac_save_CPPFLAGS="$CPPFLAGS"
13723 CPPFLAGS="$CPPFLAGS $ac_sane_incl"
13724 if test "${ac_cv_header_sane_sane_h+set}" = set; then
13725 { $as_echo "$as_me:$LINENO: checking for sane/sane.h" >&5
13726 $as_echo_n "checking for sane/sane.h... " >&6; }
13727 if test "${ac_cv_header_sane_sane_h+set}" = set; then
13728 $as_echo_n "(cached) " >&6
13730 { $as_echo "$as_me:$LINENO: result: $ac_cv_header_sane_sane_h" >&5
13731 $as_echo "$ac_cv_header_sane_sane_h" >&6; }
13732 else
13733 # Is the header compilable?
13734 { $as_echo "$as_me:$LINENO: checking sane/sane.h usability" >&5
13735 $as_echo_n "checking sane/sane.h usability... " >&6; }
13736 cat >conftest.$ac_ext <<_ACEOF
13737 /* confdefs.h. */
13738 _ACEOF
13739 cat confdefs.h >>conftest.$ac_ext
13740 cat >>conftest.$ac_ext <<_ACEOF
13741 /* end confdefs.h. */
13742 $ac_includes_default
13743 #include <sane/sane.h>
13744 _ACEOF
13745 rm -f conftest.$ac_objext
13746 if { (ac_try="$ac_compile"
13747 case "(($ac_try" in
13748 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13749 *) ac_try_echo=$ac_try;;
13750 esac
13751 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
13752 $as_echo "$ac_try_echo") >&5
13753 (eval "$ac_compile") 2>conftest.er1
13754 ac_status=$?
13755 grep -v '^ *+' conftest.er1 >conftest.err
13756 rm -f conftest.er1
13757 cat conftest.err >&5
13758 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
13759 (exit $ac_status); } && {
13760 test -z "$ac_c_werror_flag" ||
13761 test ! -s conftest.err
13762 } && test -s conftest.$ac_objext; then
13763 ac_header_compiler=yes
13764 else
13765 $as_echo "$as_me: failed program was:" >&5
13766 sed 's/^/| /' conftest.$ac_ext >&5
13768 ac_header_compiler=no
13771 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
13772 { $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
13773 $as_echo "$ac_header_compiler" >&6; }
13775 # Is the header present?
13776 { $as_echo "$as_me:$LINENO: checking sane/sane.h presence" >&5
13777 $as_echo_n "checking sane/sane.h presence... " >&6; }
13778 cat >conftest.$ac_ext <<_ACEOF
13779 /* confdefs.h. */
13780 _ACEOF
13781 cat confdefs.h >>conftest.$ac_ext
13782 cat >>conftest.$ac_ext <<_ACEOF
13783 /* end confdefs.h. */
13784 #include <sane/sane.h>
13785 _ACEOF
13786 if { (ac_try="$ac_cpp conftest.$ac_ext"
13787 case "(($ac_try" in
13788 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13789 *) ac_try_echo=$ac_try;;
13790 esac
13791 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
13792 $as_echo "$ac_try_echo") >&5
13793 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
13794 ac_status=$?
13795 grep -v '^ *+' conftest.er1 >conftest.err
13796 rm -f conftest.er1
13797 cat conftest.err >&5
13798 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
13799 (exit $ac_status); } >/dev/null && {
13800 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
13801 test ! -s conftest.err
13802 }; then
13803 ac_header_preproc=yes
13804 else
13805 $as_echo "$as_me: failed program was:" >&5
13806 sed 's/^/| /' conftest.$ac_ext >&5
13808 ac_header_preproc=no
13811 rm -f conftest.err conftest.$ac_ext
13812 { $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
13813 $as_echo "$ac_header_preproc" >&6; }
13815 # So? What about this header?
13816 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
13817 yes:no: )
13818 { $as_echo "$as_me:$LINENO: WARNING: sane/sane.h: accepted by the compiler, rejected by the preprocessor!" >&5
13819 $as_echo "$as_me: WARNING: sane/sane.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
13820 { $as_echo "$as_me:$LINENO: WARNING: sane/sane.h: proceeding with the compiler's result" >&5
13821 $as_echo "$as_me: WARNING: sane/sane.h: proceeding with the compiler's result" >&2;}
13822 ac_header_preproc=yes
13824 no:yes:* )
13825 { $as_echo "$as_me:$LINENO: WARNING: sane/sane.h: present but cannot be compiled" >&5
13826 $as_echo "$as_me: WARNING: sane/sane.h: present but cannot be compiled" >&2;}
13827 { $as_echo "$as_me:$LINENO: WARNING: sane/sane.h: check for missing prerequisite headers?" >&5
13828 $as_echo "$as_me: WARNING: sane/sane.h: check for missing prerequisite headers?" >&2;}
13829 { $as_echo "$as_me:$LINENO: WARNING: sane/sane.h: see the Autoconf documentation" >&5
13830 $as_echo "$as_me: WARNING: sane/sane.h: see the Autoconf documentation" >&2;}
13831 { $as_echo "$as_me:$LINENO: WARNING: sane/sane.h: section \"Present But Cannot Be Compiled\"" >&5
13832 $as_echo "$as_me: WARNING: sane/sane.h: section \"Present But Cannot Be Compiled\"" >&2;}
13833 { $as_echo "$as_me:$LINENO: WARNING: sane/sane.h: proceeding with the preprocessor's result" >&5
13834 $as_echo "$as_me: WARNING: sane/sane.h: proceeding with the preprocessor's result" >&2;}
13835 { $as_echo "$as_me:$LINENO: WARNING: sane/sane.h: in the future, the compiler will take precedence" >&5
13836 $as_echo "$as_me: WARNING: sane/sane.h: in the future, the compiler will take precedence" >&2;}
13837 ( cat <<\_ASBOX
13838 ## ------------------------------------ ##
13839 ## Report this to wine-devel@winehq.org ##
13840 ## ------------------------------------ ##
13841 _ASBOX
13842 ) | sed "s/^/$as_me: WARNING: /" >&2
13844 esac
13845 { $as_echo "$as_me:$LINENO: checking for sane/sane.h" >&5
13846 $as_echo_n "checking for sane/sane.h... " >&6; }
13847 if test "${ac_cv_header_sane_sane_h+set}" = set; then
13848 $as_echo_n "(cached) " >&6
13849 else
13850 ac_cv_header_sane_sane_h=$ac_header_preproc
13852 { $as_echo "$as_me:$LINENO: result: $ac_cv_header_sane_sane_h" >&5
13853 $as_echo "$ac_cv_header_sane_sane_h" >&6; }
13856 if test "x$ac_cv_header_sane_sane_h" = x""yes; then
13857 { $as_echo "$as_me:$LINENO: checking for -lsane" >&5
13858 $as_echo_n "checking for -lsane... " >&6; }
13859 if test "${ac_cv_lib_soname_sane+set}" = set; then
13860 $as_echo_n "(cached) " >&6
13861 else
13862 ac_check_soname_save_LIBS=$LIBS
13863 LIBS="-lsane $ac_sane_libs $LIBS"
13864 cat >conftest.$ac_ext <<_ACEOF
13865 /* confdefs.h. */
13866 _ACEOF
13867 cat confdefs.h >>conftest.$ac_ext
13868 cat >>conftest.$ac_ext <<_ACEOF
13869 /* end confdefs.h. */
13871 /* Override any GCC internal prototype to avoid an error.
13872 Use char because int might match the return type of a GCC
13873 builtin and then its argument prototype would still apply. */
13874 #ifdef __cplusplus
13875 extern "C"
13876 #endif
13877 char sane_init ();
13879 main ()
13881 return sane_init ();
13883 return 0;
13885 _ACEOF
13886 rm -f conftest.$ac_objext conftest$ac_exeext
13887 if { (ac_try="$ac_link"
13888 case "(($ac_try" in
13889 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13890 *) ac_try_echo=$ac_try;;
13891 esac
13892 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
13893 $as_echo "$ac_try_echo") >&5
13894 (eval "$ac_link") 2>conftest.er1
13895 ac_status=$?
13896 grep -v '^ *+' conftest.er1 >conftest.err
13897 rm -f conftest.er1
13898 cat conftest.err >&5
13899 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
13900 (exit $ac_status); } && {
13901 test -z "$ac_c_werror_flag" ||
13902 test ! -s conftest.err
13903 } && test -s conftest$ac_exeext && {
13904 test "$cross_compiling" = yes ||
13905 $as_test_x conftest$ac_exeext
13906 }; then
13907 case "$LIBEXT" in
13908 dll) ;;
13909 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'` ;;
13910 *) ac_cv_lib_soname_sane=`$ac_cv_path_LDD conftest$ac_exeext | grep "libsane\\.$LIBEXT" | sed -e "s/^.*\(libsane\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
13911 esac
13912 else
13913 $as_echo "$as_me: failed program was:" >&5
13914 sed 's/^/| /' conftest.$ac_ext >&5
13919 rm -rf conftest.dSYM
13920 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
13921 conftest$ac_exeext conftest.$ac_ext
13922 LIBS=$ac_check_soname_save_LIBS
13924 if test "x$ac_cv_lib_soname_sane" = "x"; then
13925 { $as_echo "$as_me:$LINENO: result: not found" >&5
13926 $as_echo "not found" >&6; }
13928 else
13929 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_sane" >&5
13930 $as_echo "$ac_cv_lib_soname_sane" >&6; }
13932 cat >>confdefs.h <<_ACEOF
13933 #define SONAME_LIBSANE "$ac_cv_lib_soname_sane"
13934 _ACEOF
13936 SANEINCL="$ac_sane_incl"
13943 CPPFLAGS="$ac_save_CPPFLAGS"
13945 if test "x$ac_cv_lib_soname_sane" = "x"; then
13946 case "x$with_sane" in
13947 x) wine_notices="$wine_notices|libsane ${notice_platform}development files not found, scanners won't be supported." ;;
13948 xno) ;;
13949 *) { { $as_echo "$as_me:$LINENO: error: libsane ${notice_platform}development files not found, scanners won't be supported.
13950 This is an error since --with-sane was requested." >&5
13951 $as_echo "$as_me: error: libsane ${notice_platform}development files not found, scanners won't be supported.
13952 This is an error since --with-sane was requested." >&2;}
13953 { (exit 1); exit 1; }; } ;;
13954 esac
13958 # Extract the first word of "gphoto2-config", so it can be a program name with args.
13959 set dummy gphoto2-config; ac_word=$2
13960 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
13961 $as_echo_n "checking for $ac_word... " >&6; }
13962 if test "${ac_cv_prog_gphoto2_devel+set}" = set; then
13963 $as_echo_n "(cached) " >&6
13964 else
13965 if test -n "$gphoto2_devel"; then
13966 ac_cv_prog_gphoto2_devel="$gphoto2_devel" # Let the user override the test.
13967 else
13968 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
13969 for as_dir in $PATH
13971 IFS=$as_save_IFS
13972 test -z "$as_dir" && as_dir=.
13973 for ac_exec_ext in '' $ac_executable_extensions; do
13974 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
13975 ac_cv_prog_gphoto2_devel="gphoto2-config"
13976 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
13977 break 2
13979 done
13980 done
13981 IFS=$as_save_IFS
13983 test -z "$ac_cv_prog_gphoto2_devel" && ac_cv_prog_gphoto2_devel="no"
13986 gphoto2_devel=$ac_cv_prog_gphoto2_devel
13987 if test -n "$gphoto2_devel"; then
13988 { $as_echo "$as_me:$LINENO: result: $gphoto2_devel" >&5
13989 $as_echo "$gphoto2_devel" >&6; }
13990 else
13991 { $as_echo "$as_me:$LINENO: result: no" >&5
13992 $as_echo "no" >&6; }
13996 # Extract the first word of "gphoto2-port-config", so it can be a program name with args.
13997 set dummy gphoto2-port-config; ac_word=$2
13998 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
13999 $as_echo_n "checking for $ac_word... " >&6; }
14000 if test "${ac_cv_prog_gphoto2port_devel+set}" = set; then
14001 $as_echo_n "(cached) " >&6
14002 else
14003 if test -n "$gphoto2port_devel"; then
14004 ac_cv_prog_gphoto2port_devel="$gphoto2port_devel" # Let the user override the test.
14005 else
14006 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
14007 for as_dir in $PATH
14009 IFS=$as_save_IFS
14010 test -z "$as_dir" && as_dir=.
14011 for ac_exec_ext in '' $ac_executable_extensions; do
14012 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
14013 ac_cv_prog_gphoto2port_devel="gphoto2-port-config"
14014 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
14015 break 2
14017 done
14018 done
14019 IFS=$as_save_IFS
14021 test -z "$ac_cv_prog_gphoto2port_devel" && ac_cv_prog_gphoto2port_devel="no"
14024 gphoto2port_devel=$ac_cv_prog_gphoto2port_devel
14025 if test -n "$gphoto2port_devel"; then
14026 { $as_echo "$as_me:$LINENO: result: $gphoto2port_devel" >&5
14027 $as_echo "$gphoto2port_devel" >&6; }
14028 else
14029 { $as_echo "$as_me:$LINENO: result: no" >&5
14030 $as_echo "no" >&6; }
14034 if test "$gphoto2_devel" != "no" -a "$gphoto2port_devel" != "no" -a "x$with_gphoto" != "xno"
14035 then
14036 ac_gphoto2_incl="`$gphoto2_devel --cflags` `$gphoto2port_devel --cflags`"
14037 ac_gphoto2_libs=""
14038 for i in `$gphoto2_devel --libs` `$gphoto2port_devel --libs`
14040 case "$i" in
14041 -L/usr/lib|-L/usr/lib64) ;;
14042 -L*|-l*) ac_gphoto2_libs="$ac_gphoto2_libs $i";;
14043 esac
14044 done
14045 ac_save_CPPFLAGS="$CPPFLAGS"
14046 CPPFLAGS="$CPPFLAGS $ac_gphoto2_incl"
14047 if test "${ac_cv_header_gphoto2_camera_h+set}" = set; then
14048 { $as_echo "$as_me:$LINENO: checking for gphoto2-camera.h" >&5
14049 $as_echo_n "checking for gphoto2-camera.h... " >&6; }
14050 if test "${ac_cv_header_gphoto2_camera_h+set}" = set; then
14051 $as_echo_n "(cached) " >&6
14053 { $as_echo "$as_me:$LINENO: result: $ac_cv_header_gphoto2_camera_h" >&5
14054 $as_echo "$ac_cv_header_gphoto2_camera_h" >&6; }
14055 else
14056 # Is the header compilable?
14057 { $as_echo "$as_me:$LINENO: checking gphoto2-camera.h usability" >&5
14058 $as_echo_n "checking gphoto2-camera.h usability... " >&6; }
14059 cat >conftest.$ac_ext <<_ACEOF
14060 /* confdefs.h. */
14061 _ACEOF
14062 cat confdefs.h >>conftest.$ac_ext
14063 cat >>conftest.$ac_ext <<_ACEOF
14064 /* end confdefs.h. */
14065 $ac_includes_default
14066 #include <gphoto2-camera.h>
14067 _ACEOF
14068 rm -f conftest.$ac_objext
14069 if { (ac_try="$ac_compile"
14070 case "(($ac_try" in
14071 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14072 *) ac_try_echo=$ac_try;;
14073 esac
14074 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
14075 $as_echo "$ac_try_echo") >&5
14076 (eval "$ac_compile") 2>conftest.er1
14077 ac_status=$?
14078 grep -v '^ *+' conftest.er1 >conftest.err
14079 rm -f conftest.er1
14080 cat conftest.err >&5
14081 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
14082 (exit $ac_status); } && {
14083 test -z "$ac_c_werror_flag" ||
14084 test ! -s conftest.err
14085 } && test -s conftest.$ac_objext; then
14086 ac_header_compiler=yes
14087 else
14088 $as_echo "$as_me: failed program was:" >&5
14089 sed 's/^/| /' conftest.$ac_ext >&5
14091 ac_header_compiler=no
14094 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14095 { $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
14096 $as_echo "$ac_header_compiler" >&6; }
14098 # Is the header present?
14099 { $as_echo "$as_me:$LINENO: checking gphoto2-camera.h presence" >&5
14100 $as_echo_n "checking gphoto2-camera.h presence... " >&6; }
14101 cat >conftest.$ac_ext <<_ACEOF
14102 /* confdefs.h. */
14103 _ACEOF
14104 cat confdefs.h >>conftest.$ac_ext
14105 cat >>conftest.$ac_ext <<_ACEOF
14106 /* end confdefs.h. */
14107 #include <gphoto2-camera.h>
14108 _ACEOF
14109 if { (ac_try="$ac_cpp conftest.$ac_ext"
14110 case "(($ac_try" in
14111 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14112 *) ac_try_echo=$ac_try;;
14113 esac
14114 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
14115 $as_echo "$ac_try_echo") >&5
14116 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
14117 ac_status=$?
14118 grep -v '^ *+' conftest.er1 >conftest.err
14119 rm -f conftest.er1
14120 cat conftest.err >&5
14121 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
14122 (exit $ac_status); } >/dev/null && {
14123 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
14124 test ! -s conftest.err
14125 }; then
14126 ac_header_preproc=yes
14127 else
14128 $as_echo "$as_me: failed program was:" >&5
14129 sed 's/^/| /' conftest.$ac_ext >&5
14131 ac_header_preproc=no
14134 rm -f conftest.err conftest.$ac_ext
14135 { $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
14136 $as_echo "$ac_header_preproc" >&6; }
14138 # So? What about this header?
14139 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
14140 yes:no: )
14141 { $as_echo "$as_me:$LINENO: WARNING: gphoto2-camera.h: accepted by the compiler, rejected by the preprocessor!" >&5
14142 $as_echo "$as_me: WARNING: gphoto2-camera.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
14143 { $as_echo "$as_me:$LINENO: WARNING: gphoto2-camera.h: proceeding with the compiler's result" >&5
14144 $as_echo "$as_me: WARNING: gphoto2-camera.h: proceeding with the compiler's result" >&2;}
14145 ac_header_preproc=yes
14147 no:yes:* )
14148 { $as_echo "$as_me:$LINENO: WARNING: gphoto2-camera.h: present but cannot be compiled" >&5
14149 $as_echo "$as_me: WARNING: gphoto2-camera.h: present but cannot be compiled" >&2;}
14150 { $as_echo "$as_me:$LINENO: WARNING: gphoto2-camera.h: check for missing prerequisite headers?" >&5
14151 $as_echo "$as_me: WARNING: gphoto2-camera.h: check for missing prerequisite headers?" >&2;}
14152 { $as_echo "$as_me:$LINENO: WARNING: gphoto2-camera.h: see the Autoconf documentation" >&5
14153 $as_echo "$as_me: WARNING: gphoto2-camera.h: see the Autoconf documentation" >&2;}
14154 { $as_echo "$as_me:$LINENO: WARNING: gphoto2-camera.h: section \"Present But Cannot Be Compiled\"" >&5
14155 $as_echo "$as_me: WARNING: gphoto2-camera.h: section \"Present But Cannot Be Compiled\"" >&2;}
14156 { $as_echo "$as_me:$LINENO: WARNING: gphoto2-camera.h: proceeding with the preprocessor's result" >&5
14157 $as_echo "$as_me: WARNING: gphoto2-camera.h: proceeding with the preprocessor's result" >&2;}
14158 { $as_echo "$as_me:$LINENO: WARNING: gphoto2-camera.h: in the future, the compiler will take precedence" >&5
14159 $as_echo "$as_me: WARNING: gphoto2-camera.h: in the future, the compiler will take precedence" >&2;}
14160 ( cat <<\_ASBOX
14161 ## ------------------------------------ ##
14162 ## Report this to wine-devel@winehq.org ##
14163 ## ------------------------------------ ##
14164 _ASBOX
14165 ) | sed "s/^/$as_me: WARNING: /" >&2
14167 esac
14168 { $as_echo "$as_me:$LINENO: checking for gphoto2-camera.h" >&5
14169 $as_echo_n "checking for gphoto2-camera.h... " >&6; }
14170 if test "${ac_cv_header_gphoto2_camera_h+set}" = set; then
14171 $as_echo_n "(cached) " >&6
14172 else
14173 ac_cv_header_gphoto2_camera_h=$ac_header_preproc
14175 { $as_echo "$as_me:$LINENO: result: $ac_cv_header_gphoto2_camera_h" >&5
14176 $as_echo "$ac_cv_header_gphoto2_camera_h" >&6; }
14179 if test "x$ac_cv_header_gphoto2_camera_h" = x""yes; then
14180 { $as_echo "$as_me:$LINENO: checking for gp_camera_new in -lgphoto2" >&5
14181 $as_echo_n "checking for gp_camera_new in -lgphoto2... " >&6; }
14182 if test "${ac_cv_lib_gphoto2_gp_camera_new+set}" = set; then
14183 $as_echo_n "(cached) " >&6
14184 else
14185 ac_check_lib_save_LIBS=$LIBS
14186 LIBS="-lgphoto2 $ac_gphoto2_libs $LIBS"
14187 cat >conftest.$ac_ext <<_ACEOF
14188 /* confdefs.h. */
14189 _ACEOF
14190 cat confdefs.h >>conftest.$ac_ext
14191 cat >>conftest.$ac_ext <<_ACEOF
14192 /* end confdefs.h. */
14194 /* Override any GCC internal prototype to avoid an error.
14195 Use char because int might match the return type of a GCC
14196 builtin and then its argument prototype would still apply. */
14197 #ifdef __cplusplus
14198 extern "C"
14199 #endif
14200 char gp_camera_new ();
14202 main ()
14204 return gp_camera_new ();
14206 return 0;
14208 _ACEOF
14209 rm -f conftest.$ac_objext conftest$ac_exeext
14210 if { (ac_try="$ac_link"
14211 case "(($ac_try" in
14212 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14213 *) ac_try_echo=$ac_try;;
14214 esac
14215 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
14216 $as_echo "$ac_try_echo") >&5
14217 (eval "$ac_link") 2>conftest.er1
14218 ac_status=$?
14219 grep -v '^ *+' conftest.er1 >conftest.err
14220 rm -f conftest.er1
14221 cat conftest.err >&5
14222 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
14223 (exit $ac_status); } && {
14224 test -z "$ac_c_werror_flag" ||
14225 test ! -s conftest.err
14226 } && test -s conftest$ac_exeext && {
14227 test "$cross_compiling" = yes ||
14228 $as_test_x conftest$ac_exeext
14229 }; then
14230 ac_cv_lib_gphoto2_gp_camera_new=yes
14231 else
14232 $as_echo "$as_me: failed program was:" >&5
14233 sed 's/^/| /' conftest.$ac_ext >&5
14235 ac_cv_lib_gphoto2_gp_camera_new=no
14238 rm -rf conftest.dSYM
14239 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
14240 conftest$ac_exeext conftest.$ac_ext
14241 LIBS=$ac_check_lib_save_LIBS
14243 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_gphoto2_gp_camera_new" >&5
14244 $as_echo "$ac_cv_lib_gphoto2_gp_camera_new" >&6; }
14245 if test "x$ac_cv_lib_gphoto2_gp_camera_new" = x""yes; then
14247 cat >>confdefs.h <<\_ACEOF
14248 #define HAVE_GPHOTO2 1
14249 _ACEOF
14251 GPHOTO2LIBS="$ac_gphoto2_libs"
14253 GPHOTO2INCL="$ac_gphoto2_incl"
14260 CPPFLAGS="$ac_save_CPPFLAGS"
14262 if test "$ac_cv_lib_gphoto2_gp_camera_new" != "yes"; then
14263 case "x$with_gphoto" in
14264 x) wine_notices="$wine_notices|libgphoto2 ${notice_platform}development files not found, digital cameras won't be supported." ;;
14265 xno) ;;
14266 *) { { $as_echo "$as_me:$LINENO: error: libgphoto2 ${notice_platform}development files not found, digital cameras won't be supported.
14267 This is an error since --with-gphoto was requested." >&5
14268 $as_echo "$as_me: error: libgphoto2 ${notice_platform}development files not found, digital cameras won't be supported.
14269 This is an error since --with-gphoto was requested." >&2;}
14270 { (exit 1); exit 1; }; } ;;
14271 esac
14276 RESOLVLIBS=""
14278 if test "$ac_cv_header_resolv_h" = "yes"
14279 then
14280 ac_save_LIBS="$LIBS"
14281 LIBS="$LIBS -lresolv"
14282 cat >conftest.$ac_ext <<_ACEOF
14283 /* confdefs.h. */
14284 _ACEOF
14285 cat confdefs.h >>conftest.$ac_ext
14286 cat >>conftest.$ac_ext <<_ACEOF
14287 /* end confdefs.h. */
14288 #include <resolv.h>
14290 main ()
14292 res_init();
14294 return 0;
14296 _ACEOF
14297 rm -f conftest.$ac_objext conftest$ac_exeext
14298 if { (ac_try="$ac_link"
14299 case "(($ac_try" in
14300 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14301 *) ac_try_echo=$ac_try;;
14302 esac
14303 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
14304 $as_echo "$ac_try_echo") >&5
14305 (eval "$ac_link") 2>conftest.er1
14306 ac_status=$?
14307 grep -v '^ *+' conftest.er1 >conftest.err
14308 rm -f conftest.er1
14309 cat conftest.err >&5
14310 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
14311 (exit $ac_status); } && {
14312 test -z "$ac_c_werror_flag" ||
14313 test ! -s conftest.err
14314 } && test -s conftest$ac_exeext && {
14315 test "$cross_compiling" = yes ||
14316 $as_test_x conftest$ac_exeext
14317 }; then
14319 cat >>confdefs.h <<\_ACEOF
14320 #define HAVE_RESOLV 1
14321 _ACEOF
14323 RESOLVLIBS="-lresolv"
14324 else
14325 $as_echo "$as_me: failed program was:" >&5
14326 sed 's/^/| /' conftest.$ac_ext >&5
14331 rm -rf conftest.dSYM
14332 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
14333 conftest$ac_exeext conftest.$ac_ext
14334 LIBS="$ac_save_LIBS"
14337 LCMSLIBS=""
14339 if test "$ac_cv_header_lcms_h" = "yes" -o "$ac_cv_header_lcms_lcms_h" = "yes"
14340 then
14341 { $as_echo "$as_me:$LINENO: checking for cmsOpenProfileFromFile in -llcms" >&5
14342 $as_echo_n "checking for cmsOpenProfileFromFile in -llcms... " >&6; }
14343 if test "${ac_cv_lib_lcms_cmsOpenProfileFromFile+set}" = set; then
14344 $as_echo_n "(cached) " >&6
14345 else
14346 ac_check_lib_save_LIBS=$LIBS
14347 LIBS="-llcms $LIBS"
14348 cat >conftest.$ac_ext <<_ACEOF
14349 /* confdefs.h. */
14350 _ACEOF
14351 cat confdefs.h >>conftest.$ac_ext
14352 cat >>conftest.$ac_ext <<_ACEOF
14353 /* end confdefs.h. */
14355 /* Override any GCC internal prototype to avoid an error.
14356 Use char because int might match the return type of a GCC
14357 builtin and then its argument prototype would still apply. */
14358 #ifdef __cplusplus
14359 extern "C"
14360 #endif
14361 char cmsOpenProfileFromFile ();
14363 main ()
14365 return cmsOpenProfileFromFile ();
14367 return 0;
14369 _ACEOF
14370 rm -f conftest.$ac_objext conftest$ac_exeext
14371 if { (ac_try="$ac_link"
14372 case "(($ac_try" in
14373 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14374 *) ac_try_echo=$ac_try;;
14375 esac
14376 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
14377 $as_echo "$ac_try_echo") >&5
14378 (eval "$ac_link") 2>conftest.er1
14379 ac_status=$?
14380 grep -v '^ *+' conftest.er1 >conftest.err
14381 rm -f conftest.er1
14382 cat conftest.err >&5
14383 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
14384 (exit $ac_status); } && {
14385 test -z "$ac_c_werror_flag" ||
14386 test ! -s conftest.err
14387 } && test -s conftest$ac_exeext && {
14388 test "$cross_compiling" = yes ||
14389 $as_test_x conftest$ac_exeext
14390 }; then
14391 ac_cv_lib_lcms_cmsOpenProfileFromFile=yes
14392 else
14393 $as_echo "$as_me: failed program was:" >&5
14394 sed 's/^/| /' conftest.$ac_ext >&5
14396 ac_cv_lib_lcms_cmsOpenProfileFromFile=no
14399 rm -rf conftest.dSYM
14400 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
14401 conftest$ac_exeext conftest.$ac_ext
14402 LIBS=$ac_check_lib_save_LIBS
14404 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_lcms_cmsOpenProfileFromFile" >&5
14405 $as_echo "$ac_cv_lib_lcms_cmsOpenProfileFromFile" >&6; }
14406 if test "x$ac_cv_lib_lcms_cmsOpenProfileFromFile" = x""yes; then
14408 cat >>confdefs.h <<\_ACEOF
14409 #define HAVE_LCMS 1
14410 _ACEOF
14412 LCMSLIBS="-llcms"
14416 if test "$ac_cv_lib_lcms_cmsOpenProfileFromFile" != "yes"; then
14417 case "x$with_cms" in
14418 x) wine_notices="$wine_notices|liblcms ${notice_platform}development files not found, Color Management won't be supported." ;;
14419 xno) ;;
14420 *) { { $as_echo "$as_me:$LINENO: error: liblcms ${notice_platform}development files not found, Color Management won't be supported.
14421 This is an error since --with-cms was requested." >&5
14422 $as_echo "$as_me: error: liblcms ${notice_platform}development files not found, Color Management won't be supported.
14423 This is an error since --with-cms was requested." >&2;}
14424 { (exit 1); exit 1; }; } ;;
14425 esac
14429 for ac_prog in freetype-config freetype2-config
14431 # Extract the first word of "$ac_prog", so it can be a program name with args.
14432 set dummy $ac_prog; ac_word=$2
14433 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
14434 $as_echo_n "checking for $ac_word... " >&6; }
14435 if test "${ac_cv_prog_ft_devel+set}" = set; then
14436 $as_echo_n "(cached) " >&6
14437 else
14438 if test -n "$ft_devel"; then
14439 ac_cv_prog_ft_devel="$ft_devel" # Let the user override the test.
14440 else
14441 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
14442 for as_dir in $PATH
14444 IFS=$as_save_IFS
14445 test -z "$as_dir" && as_dir=.
14446 for ac_exec_ext in '' $ac_executable_extensions; do
14447 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
14448 ac_cv_prog_ft_devel="$ac_prog"
14449 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
14450 break 2
14452 done
14453 done
14454 IFS=$as_save_IFS
14458 ft_devel=$ac_cv_prog_ft_devel
14459 if test -n "$ft_devel"; then
14460 { $as_echo "$as_me:$LINENO: result: $ft_devel" >&5
14461 $as_echo "$ft_devel" >&6; }
14462 else
14463 { $as_echo "$as_me:$LINENO: result: no" >&5
14464 $as_echo "no" >&6; }
14468 test -n "$ft_devel" && break
14469 done
14470 test -n "$ft_devel" || ft_devel="false"
14472 if test "$ft_devel" != "false" -a "x$with_freetype" != "xno"
14473 then
14474 ac_freetype_libs=`$ft_devel --libs`
14475 ac_freetype_incl=`$ft_devel --cflags`
14476 { $as_echo "$as_me:$LINENO: checking for -lfreetype" >&5
14477 $as_echo_n "checking for -lfreetype... " >&6; }
14478 if test "${ac_cv_lib_soname_freetype+set}" = set; then
14479 $as_echo_n "(cached) " >&6
14480 else
14481 ac_check_soname_save_LIBS=$LIBS
14482 LIBS="-lfreetype $ac_freetype_libs $LIBS"
14483 cat >conftest.$ac_ext <<_ACEOF
14484 /* confdefs.h. */
14485 _ACEOF
14486 cat confdefs.h >>conftest.$ac_ext
14487 cat >>conftest.$ac_ext <<_ACEOF
14488 /* end confdefs.h. */
14490 /* Override any GCC internal prototype to avoid an error.
14491 Use char because int might match the return type of a GCC
14492 builtin and then its argument prototype would still apply. */
14493 #ifdef __cplusplus
14494 extern "C"
14495 #endif
14496 char FT_Init_FreeType ();
14498 main ()
14500 return FT_Init_FreeType ();
14502 return 0;
14504 _ACEOF
14505 rm -f conftest.$ac_objext conftest$ac_exeext
14506 if { (ac_try="$ac_link"
14507 case "(($ac_try" in
14508 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14509 *) ac_try_echo=$ac_try;;
14510 esac
14511 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
14512 $as_echo "$ac_try_echo") >&5
14513 (eval "$ac_link") 2>conftest.er1
14514 ac_status=$?
14515 grep -v '^ *+' conftest.er1 >conftest.err
14516 rm -f conftest.er1
14517 cat conftest.err >&5
14518 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
14519 (exit $ac_status); } && {
14520 test -z "$ac_c_werror_flag" ||
14521 test ! -s conftest.err
14522 } && test -s conftest$ac_exeext && {
14523 test "$cross_compiling" = yes ||
14524 $as_test_x conftest$ac_exeext
14525 }; then
14526 case "$LIBEXT" in
14527 dll) ;;
14528 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'` ;;
14529 *) ac_cv_lib_soname_freetype=`$ac_cv_path_LDD conftest$ac_exeext | grep "libfreetype\\.$LIBEXT" | sed -e "s/^.*\(libfreetype\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
14530 esac
14531 else
14532 $as_echo "$as_me: failed program was:" >&5
14533 sed 's/^/| /' conftest.$ac_ext >&5
14538 rm -rf conftest.dSYM
14539 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
14540 conftest$ac_exeext conftest.$ac_ext
14541 LIBS=$ac_check_soname_save_LIBS
14543 if test "x$ac_cv_lib_soname_freetype" = "x"; then
14544 { $as_echo "$as_me:$LINENO: result: not found" >&5
14545 $as_echo "not found" >&6; }
14546 ft_lib=no
14547 else
14548 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_freetype" >&5
14549 $as_echo "$ac_cv_lib_soname_freetype" >&6; }
14551 cat >>confdefs.h <<_ACEOF
14552 #define SONAME_LIBFREETYPE "$ac_cv_lib_soname_freetype"
14553 _ACEOF
14555 ft_lib=yes
14558 if test "$ft_lib" = "yes"
14559 then
14560 ac_save_CPPFLAGS="$CPPFLAGS"
14561 CPPFLAGS="$ac_freetype_incl $CPPFLAGS"
14575 for ac_header in ft2build.h \
14576 freetype/freetype.h \
14577 freetype/ftglyph.h \
14578 freetype/fttypes.h \
14579 freetype/tttables.h \
14580 freetype/ftnames.h \
14581 freetype/ftsnames.h \
14582 freetype/ttnameid.h \
14583 freetype/ftoutln.h \
14584 freetype/ftwinfnt.h \
14585 freetype/ftmodapi.h \
14586 freetype/ftlcdfil.h \
14587 freetype/internal/sfnt.h
14589 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
14590 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
14591 $as_echo_n "checking for $ac_header... " >&6; }
14592 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
14593 $as_echo_n "(cached) " >&6
14594 else
14595 cat >conftest.$ac_ext <<_ACEOF
14596 /* confdefs.h. */
14597 _ACEOF
14598 cat confdefs.h >>conftest.$ac_ext
14599 cat >>conftest.$ac_ext <<_ACEOF
14600 /* end confdefs.h. */
14601 #ifdef HAVE_FT2BUILD_H
14602 # include <ft2build.h>
14603 #endif
14605 #include <$ac_header>
14606 _ACEOF
14607 rm -f conftest.$ac_objext
14608 if { (ac_try="$ac_compile"
14609 case "(($ac_try" in
14610 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14611 *) ac_try_echo=$ac_try;;
14612 esac
14613 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
14614 $as_echo "$ac_try_echo") >&5
14615 (eval "$ac_compile") 2>conftest.er1
14616 ac_status=$?
14617 grep -v '^ *+' conftest.er1 >conftest.err
14618 rm -f conftest.er1
14619 cat conftest.err >&5
14620 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
14621 (exit $ac_status); } && {
14622 test -z "$ac_c_werror_flag" ||
14623 test ! -s conftest.err
14624 } && test -s conftest.$ac_objext; then
14625 eval "$as_ac_Header=yes"
14626 else
14627 $as_echo "$as_me: failed program was:" >&5
14628 sed 's/^/| /' conftest.$ac_ext >&5
14630 eval "$as_ac_Header=no"
14633 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14635 ac_res=`eval 'as_val=${'$as_ac_Header'}
14636 $as_echo "$as_val"'`
14637 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
14638 $as_echo "$ac_res" >&6; }
14639 as_val=`eval 'as_val=${'$as_ac_Header'}
14640 $as_echo "$as_val"'`
14641 if test "x$as_val" = x""yes; then
14642 cat >>confdefs.h <<_ACEOF
14643 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
14644 _ACEOF
14648 done
14650 cat >conftest.$ac_ext <<_ACEOF
14651 /* confdefs.h. */
14652 _ACEOF
14653 cat confdefs.h >>conftest.$ac_ext
14654 cat >>conftest.$ac_ext <<_ACEOF
14655 /* end confdefs.h. */
14656 #include <ft2build.h>
14657 #include <freetype/fttrigon.h>
14658 _ACEOF
14659 if { (ac_try="$ac_cpp conftest.$ac_ext"
14660 case "(($ac_try" in
14661 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14662 *) ac_try_echo=$ac_try;;
14663 esac
14664 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
14665 $as_echo "$ac_try_echo") >&5
14666 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
14667 ac_status=$?
14668 grep -v '^ *+' conftest.er1 >conftest.err
14669 rm -f conftest.er1
14670 cat conftest.err >&5
14671 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
14672 (exit $ac_status); } >/dev/null && {
14673 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
14674 test ! -s conftest.err
14675 }; then
14677 cat >>confdefs.h <<\_ACEOF
14678 #define HAVE_FREETYPE_FTTRIGON_H 1
14679 _ACEOF
14681 wine_cv_fttrigon=yes
14682 else
14683 $as_echo "$as_me: failed program was:" >&5
14684 sed 's/^/| /' conftest.$ac_ext >&5
14686 wine_cv_fttrigon=no
14689 rm -f conftest.err conftest.$ac_ext
14690 { $as_echo "$as_me:$LINENO: checking for FT_TrueTypeEngineType" >&5
14691 $as_echo_n "checking for FT_TrueTypeEngineType... " >&6; }
14692 if test "${ac_cv_type_FT_TrueTypeEngineType+set}" = set; then
14693 $as_echo_n "(cached) " >&6
14694 else
14695 ac_cv_type_FT_TrueTypeEngineType=no
14696 cat >conftest.$ac_ext <<_ACEOF
14697 /* confdefs.h. */
14698 _ACEOF
14699 cat confdefs.h >>conftest.$ac_ext
14700 cat >>conftest.$ac_ext <<_ACEOF
14701 /* end confdefs.h. */
14702 #include <freetype/ftmodapi.h>
14705 main ()
14707 if (sizeof (FT_TrueTypeEngineType))
14708 return 0;
14710 return 0;
14712 _ACEOF
14713 rm -f conftest.$ac_objext
14714 if { (ac_try="$ac_compile"
14715 case "(($ac_try" in
14716 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14717 *) ac_try_echo=$ac_try;;
14718 esac
14719 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
14720 $as_echo "$ac_try_echo") >&5
14721 (eval "$ac_compile") 2>conftest.er1
14722 ac_status=$?
14723 grep -v '^ *+' conftest.er1 >conftest.err
14724 rm -f conftest.er1
14725 cat conftest.err >&5
14726 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
14727 (exit $ac_status); } && {
14728 test -z "$ac_c_werror_flag" ||
14729 test ! -s conftest.err
14730 } && test -s conftest.$ac_objext; then
14731 cat >conftest.$ac_ext <<_ACEOF
14732 /* confdefs.h. */
14733 _ACEOF
14734 cat confdefs.h >>conftest.$ac_ext
14735 cat >>conftest.$ac_ext <<_ACEOF
14736 /* end confdefs.h. */
14737 #include <freetype/ftmodapi.h>
14740 main ()
14742 if (sizeof ((FT_TrueTypeEngineType)))
14743 return 0;
14745 return 0;
14747 _ACEOF
14748 rm -f conftest.$ac_objext
14749 if { (ac_try="$ac_compile"
14750 case "(($ac_try" in
14751 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14752 *) ac_try_echo=$ac_try;;
14753 esac
14754 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
14755 $as_echo "$ac_try_echo") >&5
14756 (eval "$ac_compile") 2>conftest.er1
14757 ac_status=$?
14758 grep -v '^ *+' conftest.er1 >conftest.err
14759 rm -f conftest.er1
14760 cat conftest.err >&5
14761 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
14762 (exit $ac_status); } && {
14763 test -z "$ac_c_werror_flag" ||
14764 test ! -s conftest.err
14765 } && test -s conftest.$ac_objext; then
14767 else
14768 $as_echo "$as_me: failed program was:" >&5
14769 sed 's/^/| /' conftest.$ac_ext >&5
14771 ac_cv_type_FT_TrueTypeEngineType=yes
14774 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14775 else
14776 $as_echo "$as_me: failed program was:" >&5
14777 sed 's/^/| /' conftest.$ac_ext >&5
14782 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14784 { $as_echo "$as_me:$LINENO: result: $ac_cv_type_FT_TrueTypeEngineType" >&5
14785 $as_echo "$ac_cv_type_FT_TrueTypeEngineType" >&6; }
14786 if test "x$ac_cv_type_FT_TrueTypeEngineType" = x""yes; then
14788 cat >>confdefs.h <<_ACEOF
14789 #define HAVE_FT_TRUETYPEENGINETYPE 1
14790 _ACEOF
14795 ac_save_CFLAGS="$CFLAGS"
14796 CFLAGS="$CFLAGS $ac_freetype_libs"
14798 for ac_func in FT_Load_Sfnt_Table
14800 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
14801 { $as_echo "$as_me:$LINENO: checking for $ac_func" >&5
14802 $as_echo_n "checking for $ac_func... " >&6; }
14803 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
14804 $as_echo_n "(cached) " >&6
14805 else
14806 cat >conftest.$ac_ext <<_ACEOF
14807 /* confdefs.h. */
14808 _ACEOF
14809 cat confdefs.h >>conftest.$ac_ext
14810 cat >>conftest.$ac_ext <<_ACEOF
14811 /* end confdefs.h. */
14812 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
14813 For example, HP-UX 11i <limits.h> declares gettimeofday. */
14814 #define $ac_func innocuous_$ac_func
14816 /* System header to define __stub macros and hopefully few prototypes,
14817 which can conflict with char $ac_func (); below.
14818 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
14819 <limits.h> exists even on freestanding compilers. */
14821 #ifdef __STDC__
14822 # include <limits.h>
14823 #else
14824 # include <assert.h>
14825 #endif
14827 #undef $ac_func
14829 /* Override any GCC internal prototype to avoid an error.
14830 Use char because int might match the return type of a GCC
14831 builtin and then its argument prototype would still apply. */
14832 #ifdef __cplusplus
14833 extern "C"
14834 #endif
14835 char $ac_func ();
14836 /* The GNU C library defines this for functions which it implements
14837 to always fail with ENOSYS. Some functions are actually named
14838 something starting with __ and the normal name is an alias. */
14839 #if defined __stub_$ac_func || defined __stub___$ac_func
14840 choke me
14841 #endif
14844 main ()
14846 return $ac_func ();
14848 return 0;
14850 _ACEOF
14851 rm -f conftest.$ac_objext conftest$ac_exeext
14852 if { (ac_try="$ac_link"
14853 case "(($ac_try" in
14854 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14855 *) ac_try_echo=$ac_try;;
14856 esac
14857 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
14858 $as_echo "$ac_try_echo") >&5
14859 (eval "$ac_link") 2>conftest.er1
14860 ac_status=$?
14861 grep -v '^ *+' conftest.er1 >conftest.err
14862 rm -f conftest.er1
14863 cat conftest.err >&5
14864 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
14865 (exit $ac_status); } && {
14866 test -z "$ac_c_werror_flag" ||
14867 test ! -s conftest.err
14868 } && test -s conftest$ac_exeext && {
14869 test "$cross_compiling" = yes ||
14870 $as_test_x conftest$ac_exeext
14871 }; then
14872 eval "$as_ac_var=yes"
14873 else
14874 $as_echo "$as_me: failed program was:" >&5
14875 sed 's/^/| /' conftest.$ac_ext >&5
14877 eval "$as_ac_var=no"
14880 rm -rf conftest.dSYM
14881 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
14882 conftest$ac_exeext conftest.$ac_ext
14884 ac_res=`eval 'as_val=${'$as_ac_var'}
14885 $as_echo "$as_val"'`
14886 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
14887 $as_echo "$ac_res" >&6; }
14888 as_val=`eval 'as_val=${'$as_ac_var'}
14889 $as_echo "$as_val"'`
14890 if test "x$as_val" = x""yes; then
14891 cat >>confdefs.h <<_ACEOF
14892 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
14893 _ACEOF
14896 done
14898 CFLAGS="$ac_save_CFLAGS"
14899 CPPFLAGS="$ac_save_CPPFLAGS"
14900 if test "$ac_cv_header_freetype_freetype_h" = "yes" -a "$wine_cv_fttrigon" = "yes"
14901 then
14903 cat >>confdefs.h <<\_ACEOF
14904 #define HAVE_FREETYPE 1
14905 _ACEOF
14907 FREETYPELIBS="$ac_freetype_libs"
14909 FREETYPEINCL="$ac_freetype_incl"
14914 if test "x$FREETYPELIBS" = "x"; then
14915 case "x$with_freetype" in
14916 xno) ;;
14917 *) { { $as_echo "$as_me:$LINENO: error: FreeType ${notice_platform}development files not found. Fonts will not be built.
14918 Use the --without-freetype option if you really want this." >&5
14919 $as_echo "$as_me: error: FreeType ${notice_platform}development files not found. Fonts will not be built.
14920 Use the --without-freetype option if you really want this." >&2;}
14921 { (exit 1); exit 1; }; } ;;
14922 esac
14925 test "x$FREETYPELIBS" = "x" && enable_fonts=${enable_fonts:-no}
14927 { $as_echo "$as_me:$LINENO: checking for parport header/ppdev.h" >&5
14928 $as_echo_n "checking for parport header/ppdev.h... " >&6; }
14929 if test "${ac_cv_c_ppdev+set}" = set; then
14930 $as_echo_n "(cached) " >&6
14931 else
14932 cat >conftest.$ac_ext <<_ACEOF
14933 /* confdefs.h. */
14934 _ACEOF
14935 cat confdefs.h >>conftest.$ac_ext
14936 cat >>conftest.$ac_ext <<_ACEOF
14937 /* end confdefs.h. */
14938 #include <linux/ppdev.h>
14940 main ()
14942 ioctl (1,PPCLAIM,0)
14944 return 0;
14946 _ACEOF
14947 rm -f conftest.$ac_objext
14948 if { (ac_try="$ac_compile"
14949 case "(($ac_try" in
14950 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14951 *) ac_try_echo=$ac_try;;
14952 esac
14953 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
14954 $as_echo "$ac_try_echo") >&5
14955 (eval "$ac_compile") 2>conftest.er1
14956 ac_status=$?
14957 grep -v '^ *+' conftest.er1 >conftest.err
14958 rm -f conftest.er1
14959 cat conftest.err >&5
14960 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
14961 (exit $ac_status); } && {
14962 test -z "$ac_c_werror_flag" ||
14963 test ! -s conftest.err
14964 } && test -s conftest.$ac_objext; then
14965 ac_cv_c_ppdev="yes"
14966 else
14967 $as_echo "$as_me: failed program was:" >&5
14968 sed 's/^/| /' conftest.$ac_ext >&5
14970 ac_cv_c_ppdev="no"
14973 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14975 { $as_echo "$as_me:$LINENO: result: $ac_cv_c_ppdev" >&5
14976 $as_echo "$ac_cv_c_ppdev" >&6; }
14977 if test "$ac_cv_c_ppdev" = "yes"
14978 then
14980 cat >>confdefs.h <<\_ACEOF
14981 #define HAVE_PPDEV 1
14982 _ACEOF
14986 { $as_echo "$as_me:$LINENO: checking for pthread_rwlock_t" >&5
14987 $as_echo_n "checking for pthread_rwlock_t... " >&6; }
14988 if test "${ac_cv_type_pthread_rwlock_t+set}" = set; then
14989 $as_echo_n "(cached) " >&6
14990 else
14991 ac_cv_type_pthread_rwlock_t=no
14992 cat >conftest.$ac_ext <<_ACEOF
14993 /* confdefs.h. */
14994 _ACEOF
14995 cat confdefs.h >>conftest.$ac_ext
14996 cat >>conftest.$ac_ext <<_ACEOF
14997 /* end confdefs.h. */
14998 #define _GNU_SOURCE
14999 #include <pthread.h>
15002 main ()
15004 if (sizeof (pthread_rwlock_t))
15005 return 0;
15007 return 0;
15009 _ACEOF
15010 rm -f conftest.$ac_objext
15011 if { (ac_try="$ac_compile"
15012 case "(($ac_try" in
15013 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15014 *) ac_try_echo=$ac_try;;
15015 esac
15016 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
15017 $as_echo "$ac_try_echo") >&5
15018 (eval "$ac_compile") 2>conftest.er1
15019 ac_status=$?
15020 grep -v '^ *+' conftest.er1 >conftest.err
15021 rm -f conftest.er1
15022 cat conftest.err >&5
15023 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
15024 (exit $ac_status); } && {
15025 test -z "$ac_c_werror_flag" ||
15026 test ! -s conftest.err
15027 } && test -s conftest.$ac_objext; then
15028 cat >conftest.$ac_ext <<_ACEOF
15029 /* confdefs.h. */
15030 _ACEOF
15031 cat confdefs.h >>conftest.$ac_ext
15032 cat >>conftest.$ac_ext <<_ACEOF
15033 /* end confdefs.h. */
15034 #define _GNU_SOURCE
15035 #include <pthread.h>
15038 main ()
15040 if (sizeof ((pthread_rwlock_t)))
15041 return 0;
15043 return 0;
15045 _ACEOF
15046 rm -f conftest.$ac_objext
15047 if { (ac_try="$ac_compile"
15048 case "(($ac_try" in
15049 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15050 *) ac_try_echo=$ac_try;;
15051 esac
15052 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
15053 $as_echo "$ac_try_echo") >&5
15054 (eval "$ac_compile") 2>conftest.er1
15055 ac_status=$?
15056 grep -v '^ *+' conftest.er1 >conftest.err
15057 rm -f conftest.er1
15058 cat conftest.err >&5
15059 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
15060 (exit $ac_status); } && {
15061 test -z "$ac_c_werror_flag" ||
15062 test ! -s conftest.err
15063 } && test -s conftest.$ac_objext; then
15065 else
15066 $as_echo "$as_me: failed program was:" >&5
15067 sed 's/^/| /' conftest.$ac_ext >&5
15069 ac_cv_type_pthread_rwlock_t=yes
15072 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
15073 else
15074 $as_echo "$as_me: failed program was:" >&5
15075 sed 's/^/| /' conftest.$ac_ext >&5
15080 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
15082 { $as_echo "$as_me:$LINENO: result: $ac_cv_type_pthread_rwlock_t" >&5
15083 $as_echo "$ac_cv_type_pthread_rwlock_t" >&6; }
15084 if test "x$ac_cv_type_pthread_rwlock_t" = x""yes; then
15086 cat >>confdefs.h <<_ACEOF
15087 #define HAVE_PTHREAD_RWLOCK_T 1
15088 _ACEOF
15092 { $as_echo "$as_me:$LINENO: checking for pthread_rwlockattr_t" >&5
15093 $as_echo_n "checking for pthread_rwlockattr_t... " >&6; }
15094 if test "${ac_cv_type_pthread_rwlockattr_t+set}" = set; then
15095 $as_echo_n "(cached) " >&6
15096 else
15097 ac_cv_type_pthread_rwlockattr_t=no
15098 cat >conftest.$ac_ext <<_ACEOF
15099 /* confdefs.h. */
15100 _ACEOF
15101 cat confdefs.h >>conftest.$ac_ext
15102 cat >>conftest.$ac_ext <<_ACEOF
15103 /* end confdefs.h. */
15104 #define _GNU_SOURCE
15105 #include <pthread.h>
15108 main ()
15110 if (sizeof (pthread_rwlockattr_t))
15111 return 0;
15113 return 0;
15115 _ACEOF
15116 rm -f conftest.$ac_objext
15117 if { (ac_try="$ac_compile"
15118 case "(($ac_try" in
15119 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15120 *) ac_try_echo=$ac_try;;
15121 esac
15122 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
15123 $as_echo "$ac_try_echo") >&5
15124 (eval "$ac_compile") 2>conftest.er1
15125 ac_status=$?
15126 grep -v '^ *+' conftest.er1 >conftest.err
15127 rm -f conftest.er1
15128 cat conftest.err >&5
15129 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
15130 (exit $ac_status); } && {
15131 test -z "$ac_c_werror_flag" ||
15132 test ! -s conftest.err
15133 } && test -s conftest.$ac_objext; then
15134 cat >conftest.$ac_ext <<_ACEOF
15135 /* confdefs.h. */
15136 _ACEOF
15137 cat confdefs.h >>conftest.$ac_ext
15138 cat >>conftest.$ac_ext <<_ACEOF
15139 /* end confdefs.h. */
15140 #define _GNU_SOURCE
15141 #include <pthread.h>
15144 main ()
15146 if (sizeof ((pthread_rwlockattr_t)))
15147 return 0;
15149 return 0;
15151 _ACEOF
15152 rm -f conftest.$ac_objext
15153 if { (ac_try="$ac_compile"
15154 case "(($ac_try" in
15155 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15156 *) ac_try_echo=$ac_try;;
15157 esac
15158 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
15159 $as_echo "$ac_try_echo") >&5
15160 (eval "$ac_compile") 2>conftest.er1
15161 ac_status=$?
15162 grep -v '^ *+' conftest.er1 >conftest.err
15163 rm -f conftest.er1
15164 cat conftest.err >&5
15165 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
15166 (exit $ac_status); } && {
15167 test -z "$ac_c_werror_flag" ||
15168 test ! -s conftest.err
15169 } && test -s conftest.$ac_objext; then
15171 else
15172 $as_echo "$as_me: failed program was:" >&5
15173 sed 's/^/| /' conftest.$ac_ext >&5
15175 ac_cv_type_pthread_rwlockattr_t=yes
15178 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
15179 else
15180 $as_echo "$as_me: failed program was:" >&5
15181 sed 's/^/| /' conftest.$ac_ext >&5
15186 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
15188 { $as_echo "$as_me:$LINENO: result: $ac_cv_type_pthread_rwlockattr_t" >&5
15189 $as_echo "$ac_cv_type_pthread_rwlockattr_t" >&6; }
15190 if test "x$ac_cv_type_pthread_rwlockattr_t" = x""yes; then
15192 cat >>confdefs.h <<_ACEOF
15193 #define HAVE_PTHREAD_RWLOCKATTR_T 1
15194 _ACEOF
15200 ac_wine_check_funcs_save_LIBS="$LIBS"
15201 LIBS="$LIBS $LIBPTHREAD"
15206 for ac_func in \
15207 pthread_attr_get_np \
15208 pthread_getattr_np \
15209 pthread_get_stackaddr_np \
15210 pthread_get_stacksize_np
15212 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
15213 { $as_echo "$as_me:$LINENO: checking for $ac_func" >&5
15214 $as_echo_n "checking for $ac_func... " >&6; }
15215 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
15216 $as_echo_n "(cached) " >&6
15217 else
15218 cat >conftest.$ac_ext <<_ACEOF
15219 /* confdefs.h. */
15220 _ACEOF
15221 cat confdefs.h >>conftest.$ac_ext
15222 cat >>conftest.$ac_ext <<_ACEOF
15223 /* end confdefs.h. */
15224 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
15225 For example, HP-UX 11i <limits.h> declares gettimeofday. */
15226 #define $ac_func innocuous_$ac_func
15228 /* System header to define __stub macros and hopefully few prototypes,
15229 which can conflict with char $ac_func (); below.
15230 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
15231 <limits.h> exists even on freestanding compilers. */
15233 #ifdef __STDC__
15234 # include <limits.h>
15235 #else
15236 # include <assert.h>
15237 #endif
15239 #undef $ac_func
15241 /* Override any GCC internal prototype to avoid an error.
15242 Use char because int might match the return type of a GCC
15243 builtin and then its argument prototype would still apply. */
15244 #ifdef __cplusplus
15245 extern "C"
15246 #endif
15247 char $ac_func ();
15248 /* The GNU C library defines this for functions which it implements
15249 to always fail with ENOSYS. Some functions are actually named
15250 something starting with __ and the normal name is an alias. */
15251 #if defined __stub_$ac_func || defined __stub___$ac_func
15252 choke me
15253 #endif
15256 main ()
15258 return $ac_func ();
15260 return 0;
15262 _ACEOF
15263 rm -f conftest.$ac_objext conftest$ac_exeext
15264 if { (ac_try="$ac_link"
15265 case "(($ac_try" in
15266 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15267 *) ac_try_echo=$ac_try;;
15268 esac
15269 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
15270 $as_echo "$ac_try_echo") >&5
15271 (eval "$ac_link") 2>conftest.er1
15272 ac_status=$?
15273 grep -v '^ *+' conftest.er1 >conftest.err
15274 rm -f conftest.er1
15275 cat conftest.err >&5
15276 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
15277 (exit $ac_status); } && {
15278 test -z "$ac_c_werror_flag" ||
15279 test ! -s conftest.err
15280 } && test -s conftest$ac_exeext && {
15281 test "$cross_compiling" = yes ||
15282 $as_test_x conftest$ac_exeext
15283 }; then
15284 eval "$as_ac_var=yes"
15285 else
15286 $as_echo "$as_me: failed program was:" >&5
15287 sed 's/^/| /' conftest.$ac_ext >&5
15289 eval "$as_ac_var=no"
15292 rm -rf conftest.dSYM
15293 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
15294 conftest$ac_exeext conftest.$ac_ext
15296 ac_res=`eval 'as_val=${'$as_ac_var'}
15297 $as_echo "$as_val"'`
15298 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
15299 $as_echo "$ac_res" >&6; }
15300 as_val=`eval 'as_val=${'$as_ac_var'}
15301 $as_echo "$as_val"'`
15302 if test "x$as_val" = x""yes; then
15303 cat >>confdefs.h <<_ACEOF
15304 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
15305 _ACEOF
15308 done
15310 LIBS="$ac_wine_check_funcs_save_LIBS"
15312 # Extract the first word of "esd-config", so it can be a program name with args.
15313 set dummy esd-config; ac_word=$2
15314 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
15315 $as_echo_n "checking for $ac_word... " >&6; }
15316 if test "${ac_cv_path_ESDCONFIG+set}" = set; then
15317 $as_echo_n "(cached) " >&6
15318 else
15319 case $ESDCONFIG in
15320 [\\/]* | ?:[\\/]*)
15321 ac_cv_path_ESDCONFIG="$ESDCONFIG" # Let the user override the test with a path.
15324 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
15325 for as_dir in $PATH
15327 IFS=$as_save_IFS
15328 test -z "$as_dir" && as_dir=.
15329 for ac_exec_ext in '' $ac_executable_extensions; do
15330 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
15331 ac_cv_path_ESDCONFIG="$as_dir/$ac_word$ac_exec_ext"
15332 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
15333 break 2
15335 done
15336 done
15337 IFS=$as_save_IFS
15340 esac
15342 ESDCONFIG=$ac_cv_path_ESDCONFIG
15343 if test -n "$ESDCONFIG"; then
15344 { $as_echo "$as_me:$LINENO: result: $ESDCONFIG" >&5
15345 $as_echo "$ESDCONFIG" >&6; }
15346 else
15347 { $as_echo "$as_me:$LINENO: result: no" >&5
15348 $as_echo "no" >&6; }
15352 if test "x$with_esd" != xno -a "x$ESDCONFIG" != x -a "x$ESDCONFIG" != x'"$ESDCONFIG"';
15353 then
15354 ac_esd_incl=""
15355 for i in `$ESDCONFIG --cflags`
15357 case "$i" in
15358 -I*) ac_esd_incl="$ac_esd_incl $i";;
15359 esac
15360 done
15361 ac_esd_libs=`$ESDCONFIG --libs`
15362 save_CFLAGS="$CFLAGS"
15363 CFLAGS="$CFLAGS $ac_esd_incl"
15364 { $as_echo "$as_me:$LINENO: checking for esd_open_sound in -lesd" >&5
15365 $as_echo_n "checking for esd_open_sound in -lesd... " >&6; }
15366 if test "${ac_cv_lib_esd_esd_open_sound+set}" = set; then
15367 $as_echo_n "(cached) " >&6
15368 else
15369 ac_check_lib_save_LIBS=$LIBS
15370 LIBS="-lesd $ac_esd_libs $LIBS"
15371 cat >conftest.$ac_ext <<_ACEOF
15372 /* confdefs.h. */
15373 _ACEOF
15374 cat confdefs.h >>conftest.$ac_ext
15375 cat >>conftest.$ac_ext <<_ACEOF
15376 /* end confdefs.h. */
15378 /* Override any GCC internal prototype to avoid an error.
15379 Use char because int might match the return type of a GCC
15380 builtin and then its argument prototype would still apply. */
15381 #ifdef __cplusplus
15382 extern "C"
15383 #endif
15384 char esd_open_sound ();
15386 main ()
15388 return esd_open_sound ();
15390 return 0;
15392 _ACEOF
15393 rm -f conftest.$ac_objext conftest$ac_exeext
15394 if { (ac_try="$ac_link"
15395 case "(($ac_try" in
15396 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15397 *) ac_try_echo=$ac_try;;
15398 esac
15399 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
15400 $as_echo "$ac_try_echo") >&5
15401 (eval "$ac_link") 2>conftest.er1
15402 ac_status=$?
15403 grep -v '^ *+' conftest.er1 >conftest.err
15404 rm -f conftest.er1
15405 cat conftest.err >&5
15406 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
15407 (exit $ac_status); } && {
15408 test -z "$ac_c_werror_flag" ||
15409 test ! -s conftest.err
15410 } && test -s conftest$ac_exeext && {
15411 test "$cross_compiling" = yes ||
15412 $as_test_x conftest$ac_exeext
15413 }; then
15414 ac_cv_lib_esd_esd_open_sound=yes
15415 else
15416 $as_echo "$as_me: failed program was:" >&5
15417 sed 's/^/| /' conftest.$ac_ext >&5
15419 ac_cv_lib_esd_esd_open_sound=no
15422 rm -rf conftest.dSYM
15423 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
15424 conftest$ac_exeext conftest.$ac_ext
15425 LIBS=$ac_check_lib_save_LIBS
15427 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_esd_esd_open_sound" >&5
15428 $as_echo "$ac_cv_lib_esd_esd_open_sound" >&6; }
15429 if test "x$ac_cv_lib_esd_esd_open_sound" = x""yes; then
15430 ESDINCL="$ac_esd_incl"
15432 ESDLIBS="$ac_esd_libs"
15435 cat >>confdefs.h <<\_ACEOF
15436 #define HAVE_ESD 1
15437 _ACEOF
15441 CFLAGS="$save_CFLAGS"
15444 ALSALIBS=""
15446 if test "$ac_cv_header_sys_asoundlib_h" = "yes" -o "$ac_cv_header_alsa_asoundlib_h" = "yes"
15447 then
15448 { $as_echo "$as_me:$LINENO: checking for snd_pcm_hw_params_get_access in -lasound" >&5
15449 $as_echo_n "checking for snd_pcm_hw_params_get_access in -lasound... " >&6; }
15450 if test "${ac_cv_lib_asound_snd_pcm_hw_params_get_access+set}" = set; then
15451 $as_echo_n "(cached) " >&6
15452 else
15453 ac_check_lib_save_LIBS=$LIBS
15454 LIBS="-lasound $LIBS"
15455 cat >conftest.$ac_ext <<_ACEOF
15456 /* confdefs.h. */
15457 _ACEOF
15458 cat confdefs.h >>conftest.$ac_ext
15459 cat >>conftest.$ac_ext <<_ACEOF
15460 /* end confdefs.h. */
15462 /* Override any GCC internal prototype to avoid an error.
15463 Use char because int might match the return type of a GCC
15464 builtin and then its argument prototype would still apply. */
15465 #ifdef __cplusplus
15466 extern "C"
15467 #endif
15468 char snd_pcm_hw_params_get_access ();
15470 main ()
15472 return snd_pcm_hw_params_get_access ();
15474 return 0;
15476 _ACEOF
15477 rm -f conftest.$ac_objext conftest$ac_exeext
15478 if { (ac_try="$ac_link"
15479 case "(($ac_try" in
15480 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15481 *) ac_try_echo=$ac_try;;
15482 esac
15483 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
15484 $as_echo "$ac_try_echo") >&5
15485 (eval "$ac_link") 2>conftest.er1
15486 ac_status=$?
15487 grep -v '^ *+' conftest.er1 >conftest.err
15488 rm -f conftest.er1
15489 cat conftest.err >&5
15490 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
15491 (exit $ac_status); } && {
15492 test -z "$ac_c_werror_flag" ||
15493 test ! -s conftest.err
15494 } && test -s conftest$ac_exeext && {
15495 test "$cross_compiling" = yes ||
15496 $as_test_x conftest$ac_exeext
15497 }; then
15498 ac_cv_lib_asound_snd_pcm_hw_params_get_access=yes
15499 else
15500 $as_echo "$as_me: failed program was:" >&5
15501 sed 's/^/| /' conftest.$ac_ext >&5
15503 ac_cv_lib_asound_snd_pcm_hw_params_get_access=no
15506 rm -rf conftest.dSYM
15507 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
15508 conftest$ac_exeext conftest.$ac_ext
15509 LIBS=$ac_check_lib_save_LIBS
15511 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_asound_snd_pcm_hw_params_get_access" >&5
15512 $as_echo "$ac_cv_lib_asound_snd_pcm_hw_params_get_access" >&6; }
15513 if test "x$ac_cv_lib_asound_snd_pcm_hw_params_get_access" = x""yes; then
15514 cat >conftest.$ac_ext <<_ACEOF
15515 /* confdefs.h. */
15516 _ACEOF
15517 cat confdefs.h >>conftest.$ac_ext
15518 cat >>conftest.$ac_ext <<_ACEOF
15519 /* end confdefs.h. */
15520 #ifdef HAVE_ALSA_ASOUNDLIB_H
15521 #include <alsa/asoundlib.h>
15522 #elif defined(HAVE_SYS_ASOUNDLIB_H)
15523 #include <sys/asoundlib.h>
15524 #endif
15526 main ()
15528 int ret = snd_pcm_hw_params_get_access(NULL, NULL)
15530 return 0;
15532 _ACEOF
15533 rm -f conftest.$ac_objext
15534 if { (ac_try="$ac_compile"
15535 case "(($ac_try" in
15536 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15537 *) ac_try_echo=$ac_try;;
15538 esac
15539 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
15540 $as_echo "$ac_try_echo") >&5
15541 (eval "$ac_compile") 2>conftest.er1
15542 ac_status=$?
15543 grep -v '^ *+' conftest.er1 >conftest.err
15544 rm -f conftest.er1
15545 cat conftest.err >&5
15546 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
15547 (exit $ac_status); } && {
15548 test -z "$ac_c_werror_flag" ||
15549 test ! -s conftest.err
15550 } && test -s conftest.$ac_objext; then
15552 cat >>confdefs.h <<\_ACEOF
15553 #define HAVE_ALSA 1
15554 _ACEOF
15556 ALSALIBS="-lasound"
15557 else
15558 $as_echo "$as_me: failed program was:" >&5
15559 sed 's/^/| /' conftest.$ac_ext >&5
15564 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
15569 AUDIOIOLIBS=""
15571 if test "$ac_cv_header_libaudioio_h" = "yes"
15572 then
15573 { $as_echo "$as_me:$LINENO: checking for AudioIOGetVersion in -laudioio" >&5
15574 $as_echo_n "checking for AudioIOGetVersion in -laudioio... " >&6; }
15575 if test "${ac_cv_lib_audioio_AudioIOGetVersion+set}" = set; then
15576 $as_echo_n "(cached) " >&6
15577 else
15578 ac_check_lib_save_LIBS=$LIBS
15579 LIBS="-laudioio $LIBS"
15580 cat >conftest.$ac_ext <<_ACEOF
15581 /* confdefs.h. */
15582 _ACEOF
15583 cat confdefs.h >>conftest.$ac_ext
15584 cat >>conftest.$ac_ext <<_ACEOF
15585 /* end confdefs.h. */
15587 /* Override any GCC internal prototype to avoid an error.
15588 Use char because int might match the return type of a GCC
15589 builtin and then its argument prototype would still apply. */
15590 #ifdef __cplusplus
15591 extern "C"
15592 #endif
15593 char AudioIOGetVersion ();
15595 main ()
15597 return AudioIOGetVersion ();
15599 return 0;
15601 _ACEOF
15602 rm -f conftest.$ac_objext conftest$ac_exeext
15603 if { (ac_try="$ac_link"
15604 case "(($ac_try" in
15605 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15606 *) ac_try_echo=$ac_try;;
15607 esac
15608 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
15609 $as_echo "$ac_try_echo") >&5
15610 (eval "$ac_link") 2>conftest.er1
15611 ac_status=$?
15612 grep -v '^ *+' conftest.er1 >conftest.err
15613 rm -f conftest.er1
15614 cat conftest.err >&5
15615 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
15616 (exit $ac_status); } && {
15617 test -z "$ac_c_werror_flag" ||
15618 test ! -s conftest.err
15619 } && test -s conftest$ac_exeext && {
15620 test "$cross_compiling" = yes ||
15621 $as_test_x conftest$ac_exeext
15622 }; then
15623 ac_cv_lib_audioio_AudioIOGetVersion=yes
15624 else
15625 $as_echo "$as_me: failed program was:" >&5
15626 sed 's/^/| /' conftest.$ac_ext >&5
15628 ac_cv_lib_audioio_AudioIOGetVersion=no
15631 rm -rf conftest.dSYM
15632 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
15633 conftest$ac_exeext conftest.$ac_ext
15634 LIBS=$ac_check_lib_save_LIBS
15636 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_audioio_AudioIOGetVersion" >&5
15637 $as_echo "$ac_cv_lib_audioio_AudioIOGetVersion" >&6; }
15638 if test "x$ac_cv_lib_audioio_AudioIOGetVersion" = x""yes; then
15639 AUDIOIOLIBS="-laudioio"
15641 cat >>confdefs.h <<\_ACEOF
15642 #define HAVE_LIBAUDIOIO 1
15643 _ACEOF
15650 if test "$ac_cv_header_capi20_h" = "yes" -a "$ac_cv_header_linux_capi_h" = "yes"
15651 then
15652 { $as_echo "$as_me:$LINENO: checking for -lcapi20" >&5
15653 $as_echo_n "checking for -lcapi20... " >&6; }
15654 if test "${ac_cv_lib_soname_capi20+set}" = set; then
15655 $as_echo_n "(cached) " >&6
15656 else
15657 ac_check_soname_save_LIBS=$LIBS
15658 LIBS="-lcapi20 $LIBS"
15659 cat >conftest.$ac_ext <<_ACEOF
15660 /* confdefs.h. */
15661 _ACEOF
15662 cat confdefs.h >>conftest.$ac_ext
15663 cat >>conftest.$ac_ext <<_ACEOF
15664 /* end confdefs.h. */
15666 /* Override any GCC internal prototype to avoid an error.
15667 Use char because int might match the return type of a GCC
15668 builtin and then its argument prototype would still apply. */
15669 #ifdef __cplusplus
15670 extern "C"
15671 #endif
15672 char capi20_register ();
15674 main ()
15676 return capi20_register ();
15678 return 0;
15680 _ACEOF
15681 rm -f conftest.$ac_objext conftest$ac_exeext
15682 if { (ac_try="$ac_link"
15683 case "(($ac_try" in
15684 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15685 *) ac_try_echo=$ac_try;;
15686 esac
15687 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
15688 $as_echo "$ac_try_echo") >&5
15689 (eval "$ac_link") 2>conftest.er1
15690 ac_status=$?
15691 grep -v '^ *+' conftest.er1 >conftest.err
15692 rm -f conftest.er1
15693 cat conftest.err >&5
15694 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
15695 (exit $ac_status); } && {
15696 test -z "$ac_c_werror_flag" ||
15697 test ! -s conftest.err
15698 } && test -s conftest$ac_exeext && {
15699 test "$cross_compiling" = yes ||
15700 $as_test_x conftest$ac_exeext
15701 }; then
15702 case "$LIBEXT" in
15703 dll) ;;
15704 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'` ;;
15705 *) ac_cv_lib_soname_capi20=`$ac_cv_path_LDD conftest$ac_exeext | grep "libcapi20\\.$LIBEXT" | sed -e "s/^.*\(libcapi20\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
15706 esac
15707 else
15708 $as_echo "$as_me: failed program was:" >&5
15709 sed 's/^/| /' conftest.$ac_ext >&5
15714 rm -rf conftest.dSYM
15715 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
15716 conftest$ac_exeext conftest.$ac_ext
15717 LIBS=$ac_check_soname_save_LIBS
15719 if test "x$ac_cv_lib_soname_capi20" = "x"; then
15720 { $as_echo "$as_me:$LINENO: result: not found" >&5
15721 $as_echo "not found" >&6; }
15723 else
15724 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_capi20" >&5
15725 $as_echo "$ac_cv_lib_soname_capi20" >&6; }
15727 cat >>confdefs.h <<_ACEOF
15728 #define SONAME_LIBCAPI20 "$ac_cv_lib_soname_capi20"
15729 _ACEOF
15735 if test "x$ac_cv_lib_soname_capi20" = "x"; then
15736 case "x$with_capi" in
15737 x) wine_notices="$wine_notices|libcapi20 ${notice_platform}development files not found, ISDN won't be supported." ;;
15738 xno) ;;
15739 *) { { $as_echo "$as_me:$LINENO: error: libcapi20 ${notice_platform}development files not found, ISDN won't be supported.
15740 This is an error since --with-capi was requested." >&5
15741 $as_echo "$as_me: error: libcapi20 ${notice_platform}development files not found, ISDN won't be supported.
15742 This is an error since --with-capi was requested." >&2;}
15743 { (exit 1); exit 1; }; } ;;
15744 esac
15748 CUPSINCL=""
15750 if test "x$with_cups" != "xno"
15751 then
15752 ac_save_CPPFLAGS="$CPPFLAGS"
15753 ac_cups_cflags=`cups-config --cflags 2>/dev/null`
15754 ac_cups_libs=`cups-config --ldflags 2>/dev/null`
15755 CPPFLAGS="$CPPFLAGS $ac_cups_cflags"
15757 for ac_header in cups/cups.h
15759 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
15760 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
15761 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
15762 $as_echo_n "checking for $ac_header... " >&6; }
15763 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
15764 $as_echo_n "(cached) " >&6
15766 ac_res=`eval 'as_val=${'$as_ac_Header'}
15767 $as_echo "$as_val"'`
15768 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
15769 $as_echo "$ac_res" >&6; }
15770 else
15771 # Is the header compilable?
15772 { $as_echo "$as_me:$LINENO: checking $ac_header usability" >&5
15773 $as_echo_n "checking $ac_header usability... " >&6; }
15774 cat >conftest.$ac_ext <<_ACEOF
15775 /* confdefs.h. */
15776 _ACEOF
15777 cat confdefs.h >>conftest.$ac_ext
15778 cat >>conftest.$ac_ext <<_ACEOF
15779 /* end confdefs.h. */
15780 $ac_includes_default
15781 #include <$ac_header>
15782 _ACEOF
15783 rm -f conftest.$ac_objext
15784 if { (ac_try="$ac_compile"
15785 case "(($ac_try" in
15786 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15787 *) ac_try_echo=$ac_try;;
15788 esac
15789 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
15790 $as_echo "$ac_try_echo") >&5
15791 (eval "$ac_compile") 2>conftest.er1
15792 ac_status=$?
15793 grep -v '^ *+' conftest.er1 >conftest.err
15794 rm -f conftest.er1
15795 cat conftest.err >&5
15796 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
15797 (exit $ac_status); } && {
15798 test -z "$ac_c_werror_flag" ||
15799 test ! -s conftest.err
15800 } && test -s conftest.$ac_objext; then
15801 ac_header_compiler=yes
15802 else
15803 $as_echo "$as_me: failed program was:" >&5
15804 sed 's/^/| /' conftest.$ac_ext >&5
15806 ac_header_compiler=no
15809 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
15810 { $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
15811 $as_echo "$ac_header_compiler" >&6; }
15813 # Is the header present?
15814 { $as_echo "$as_me:$LINENO: checking $ac_header presence" >&5
15815 $as_echo_n "checking $ac_header presence... " >&6; }
15816 cat >conftest.$ac_ext <<_ACEOF
15817 /* confdefs.h. */
15818 _ACEOF
15819 cat confdefs.h >>conftest.$ac_ext
15820 cat >>conftest.$ac_ext <<_ACEOF
15821 /* end confdefs.h. */
15822 #include <$ac_header>
15823 _ACEOF
15824 if { (ac_try="$ac_cpp conftest.$ac_ext"
15825 case "(($ac_try" in
15826 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15827 *) ac_try_echo=$ac_try;;
15828 esac
15829 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
15830 $as_echo "$ac_try_echo") >&5
15831 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
15832 ac_status=$?
15833 grep -v '^ *+' conftest.er1 >conftest.err
15834 rm -f conftest.er1
15835 cat conftest.err >&5
15836 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
15837 (exit $ac_status); } >/dev/null && {
15838 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
15839 test ! -s conftest.err
15840 }; then
15841 ac_header_preproc=yes
15842 else
15843 $as_echo "$as_me: failed program was:" >&5
15844 sed 's/^/| /' conftest.$ac_ext >&5
15846 ac_header_preproc=no
15849 rm -f conftest.err conftest.$ac_ext
15850 { $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
15851 $as_echo "$ac_header_preproc" >&6; }
15853 # So? What about this header?
15854 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
15855 yes:no: )
15856 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
15857 $as_echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
15858 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
15859 $as_echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
15860 ac_header_preproc=yes
15862 no:yes:* )
15863 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
15864 $as_echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
15865 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
15866 $as_echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
15867 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
15868 $as_echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
15869 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
15870 $as_echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
15871 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
15872 $as_echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
15873 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
15874 $as_echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
15875 ( cat <<\_ASBOX
15876 ## ------------------------------------ ##
15877 ## Report this to wine-devel@winehq.org ##
15878 ## ------------------------------------ ##
15879 _ASBOX
15880 ) | sed "s/^/$as_me: WARNING: /" >&2
15882 esac
15883 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
15884 $as_echo_n "checking for $ac_header... " >&6; }
15885 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
15886 $as_echo_n "(cached) " >&6
15887 else
15888 eval "$as_ac_Header=\$ac_header_preproc"
15890 ac_res=`eval 'as_val=${'$as_ac_Header'}
15891 $as_echo "$as_val"'`
15892 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
15893 $as_echo "$ac_res" >&6; }
15896 as_val=`eval 'as_val=${'$as_ac_Header'}
15897 $as_echo "$as_val"'`
15898 if test "x$as_val" = x""yes; then
15899 cat >>confdefs.h <<_ACEOF
15900 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
15901 _ACEOF
15902 { $as_echo "$as_me:$LINENO: checking for -lcups" >&5
15903 $as_echo_n "checking for -lcups... " >&6; }
15904 if test "${ac_cv_lib_soname_cups+set}" = set; then
15905 $as_echo_n "(cached) " >&6
15906 else
15907 ac_check_soname_save_LIBS=$LIBS
15908 LIBS="-lcups $ac_cups_libs $LIBS"
15909 cat >conftest.$ac_ext <<_ACEOF
15910 /* confdefs.h. */
15911 _ACEOF
15912 cat confdefs.h >>conftest.$ac_ext
15913 cat >>conftest.$ac_ext <<_ACEOF
15914 /* end confdefs.h. */
15916 /* Override any GCC internal prototype to avoid an error.
15917 Use char because int might match the return type of a GCC
15918 builtin and then its argument prototype would still apply. */
15919 #ifdef __cplusplus
15920 extern "C"
15921 #endif
15922 char cupsGetDefault ();
15924 main ()
15926 return cupsGetDefault ();
15928 return 0;
15930 _ACEOF
15931 rm -f conftest.$ac_objext conftest$ac_exeext
15932 if { (ac_try="$ac_link"
15933 case "(($ac_try" in
15934 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15935 *) ac_try_echo=$ac_try;;
15936 esac
15937 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
15938 $as_echo "$ac_try_echo") >&5
15939 (eval "$ac_link") 2>conftest.er1
15940 ac_status=$?
15941 grep -v '^ *+' conftest.er1 >conftest.err
15942 rm -f conftest.er1
15943 cat conftest.err >&5
15944 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
15945 (exit $ac_status); } && {
15946 test -z "$ac_c_werror_flag" ||
15947 test ! -s conftest.err
15948 } && test -s conftest$ac_exeext && {
15949 test "$cross_compiling" = yes ||
15950 $as_test_x conftest$ac_exeext
15951 }; then
15952 case "$LIBEXT" in
15953 dll) ;;
15954 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'` ;;
15955 *) ac_cv_lib_soname_cups=`$ac_cv_path_LDD conftest$ac_exeext | grep "libcups\\.$LIBEXT" | sed -e "s/^.*\(libcups\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
15956 esac
15957 else
15958 $as_echo "$as_me: failed program was:" >&5
15959 sed 's/^/| /' conftest.$ac_ext >&5
15964 rm -rf conftest.dSYM
15965 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
15966 conftest$ac_exeext conftest.$ac_ext
15967 LIBS=$ac_check_soname_save_LIBS
15969 if test "x$ac_cv_lib_soname_cups" = "x"; then
15970 { $as_echo "$as_me:$LINENO: result: not found" >&5
15971 $as_echo "not found" >&6; }
15973 else
15974 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_cups" >&5
15975 $as_echo "$ac_cv_lib_soname_cups" >&6; }
15977 cat >>confdefs.h <<_ACEOF
15978 #define SONAME_LIBCUPS "$ac_cv_lib_soname_cups"
15979 _ACEOF
15981 CUPSINCL="$ac_cups_cflags"
15986 done
15988 CPPFLAGS="$ac_save_CPPFLAGS"
15990 if test "x$ac_cv_lib_soname_cups" = "x"; then
15991 case "x$with_cups" in
15992 x) wine_notices="$wine_notices|libcups ${notice_platform}development files not found, CUPS won't be supported." ;;
15993 xno) ;;
15994 *) { { $as_echo "$as_me:$LINENO: error: libcups ${notice_platform}development files not found, CUPS won't be supported.
15995 This is an error since --with-cups was requested." >&5
15996 $as_echo "$as_me: error: libcups ${notice_platform}development files not found, CUPS won't be supported.
15997 This is an error since --with-cups was requested." >&2;}
15998 { (exit 1); exit 1; }; } ;;
15999 esac
16003 if test "$ac_cv_header_jack_jack_h" = "yes"
16004 then
16005 { $as_echo "$as_me:$LINENO: checking for -ljack" >&5
16006 $as_echo_n "checking for -ljack... " >&6; }
16007 if test "${ac_cv_lib_soname_jack+set}" = set; then
16008 $as_echo_n "(cached) " >&6
16009 else
16010 ac_check_soname_save_LIBS=$LIBS
16011 LIBS="-ljack $LIBS"
16012 cat >conftest.$ac_ext <<_ACEOF
16013 /* confdefs.h. */
16014 _ACEOF
16015 cat confdefs.h >>conftest.$ac_ext
16016 cat >>conftest.$ac_ext <<_ACEOF
16017 /* end confdefs.h. */
16019 /* Override any GCC internal prototype to avoid an error.
16020 Use char because int might match the return type of a GCC
16021 builtin and then its argument prototype would still apply. */
16022 #ifdef __cplusplus
16023 extern "C"
16024 #endif
16025 char jack_client_new ();
16027 main ()
16029 return jack_client_new ();
16031 return 0;
16033 _ACEOF
16034 rm -f conftest.$ac_objext conftest$ac_exeext
16035 if { (ac_try="$ac_link"
16036 case "(($ac_try" in
16037 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16038 *) ac_try_echo=$ac_try;;
16039 esac
16040 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
16041 $as_echo "$ac_try_echo") >&5
16042 (eval "$ac_link") 2>conftest.er1
16043 ac_status=$?
16044 grep -v '^ *+' conftest.er1 >conftest.err
16045 rm -f conftest.er1
16046 cat conftest.err >&5
16047 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
16048 (exit $ac_status); } && {
16049 test -z "$ac_c_werror_flag" ||
16050 test ! -s conftest.err
16051 } && test -s conftest$ac_exeext && {
16052 test "$cross_compiling" = yes ||
16053 $as_test_x conftest$ac_exeext
16054 }; then
16055 case "$LIBEXT" in
16056 dll) ;;
16057 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'` ;;
16058 *) 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'` ;;
16059 esac
16060 else
16061 $as_echo "$as_me: failed program was:" >&5
16062 sed 's/^/| /' conftest.$ac_ext >&5
16067 rm -rf conftest.dSYM
16068 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16069 conftest$ac_exeext conftest.$ac_ext
16070 LIBS=$ac_check_soname_save_LIBS
16072 if test "x$ac_cv_lib_soname_jack" = "x"; then
16073 { $as_echo "$as_me:$LINENO: result: not found" >&5
16074 $as_echo "not found" >&6; }
16076 else
16077 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_jack" >&5
16078 $as_echo "$ac_cv_lib_soname_jack" >&6; }
16080 cat >>confdefs.h <<_ACEOF
16081 #define SONAME_LIBJACK "$ac_cv_lib_soname_jack"
16082 _ACEOF
16089 if test "$ac_cv_header_fontconfig_fontconfig_h" = "yes"
16090 then
16091 { $as_echo "$as_me:$LINENO: checking for -lfontconfig" >&5
16092 $as_echo_n "checking for -lfontconfig... " >&6; }
16093 if test "${ac_cv_lib_soname_fontconfig+set}" = set; then
16094 $as_echo_n "(cached) " >&6
16095 else
16096 ac_check_soname_save_LIBS=$LIBS
16097 LIBS="-lfontconfig $LIBS"
16098 cat >conftest.$ac_ext <<_ACEOF
16099 /* confdefs.h. */
16100 _ACEOF
16101 cat confdefs.h >>conftest.$ac_ext
16102 cat >>conftest.$ac_ext <<_ACEOF
16103 /* end confdefs.h. */
16105 /* Override any GCC internal prototype to avoid an error.
16106 Use char because int might match the return type of a GCC
16107 builtin and then its argument prototype would still apply. */
16108 #ifdef __cplusplus
16109 extern "C"
16110 #endif
16111 char FcInit ();
16113 main ()
16115 return FcInit ();
16117 return 0;
16119 _ACEOF
16120 rm -f conftest.$ac_objext conftest$ac_exeext
16121 if { (ac_try="$ac_link"
16122 case "(($ac_try" in
16123 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16124 *) ac_try_echo=$ac_try;;
16125 esac
16126 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
16127 $as_echo "$ac_try_echo") >&5
16128 (eval "$ac_link") 2>conftest.er1
16129 ac_status=$?
16130 grep -v '^ *+' conftest.er1 >conftest.err
16131 rm -f conftest.er1
16132 cat conftest.err >&5
16133 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
16134 (exit $ac_status); } && {
16135 test -z "$ac_c_werror_flag" ||
16136 test ! -s conftest.err
16137 } && test -s conftest$ac_exeext && {
16138 test "$cross_compiling" = yes ||
16139 $as_test_x conftest$ac_exeext
16140 }; then
16141 case "$LIBEXT" in
16142 dll) ;;
16143 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'` ;;
16144 *) ac_cv_lib_soname_fontconfig=`$ac_cv_path_LDD conftest$ac_exeext | grep "libfontconfig\\.$LIBEXT" | sed -e "s/^.*\(libfontconfig\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
16145 esac
16146 else
16147 $as_echo "$as_me: failed program was:" >&5
16148 sed 's/^/| /' conftest.$ac_ext >&5
16153 rm -rf conftest.dSYM
16154 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16155 conftest$ac_exeext conftest.$ac_ext
16156 LIBS=$ac_check_soname_save_LIBS
16158 if test "x$ac_cv_lib_soname_fontconfig" = "x"; then
16159 { $as_echo "$as_me:$LINENO: result: not found" >&5
16160 $as_echo "not found" >&6; }
16162 else
16163 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_fontconfig" >&5
16164 $as_echo "$ac_cv_lib_soname_fontconfig" >&6; }
16166 cat >>confdefs.h <<_ACEOF
16167 #define SONAME_LIBFONTCONFIG "$ac_cv_lib_soname_fontconfig"
16168 _ACEOF
16173 elif test -n "$X_CFLAGS" -a "x$with_fontconfig" != "xno"
16174 then
16175 ac_save_CPPFLAGS="$CPPFLAGS"
16176 CPPFLAGS="$CPPFLAGS $X_CFLAGS"
16177 $as_unset ac_cv_header_fontconfig_fontconfig_h
16179 for ac_header in fontconfig/fontconfig.h
16181 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
16182 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
16183 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
16184 $as_echo_n "checking for $ac_header... " >&6; }
16185 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
16186 $as_echo_n "(cached) " >&6
16188 ac_res=`eval 'as_val=${'$as_ac_Header'}
16189 $as_echo "$as_val"'`
16190 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
16191 $as_echo "$ac_res" >&6; }
16192 else
16193 # Is the header compilable?
16194 { $as_echo "$as_me:$LINENO: checking $ac_header usability" >&5
16195 $as_echo_n "checking $ac_header usability... " >&6; }
16196 cat >conftest.$ac_ext <<_ACEOF
16197 /* confdefs.h. */
16198 _ACEOF
16199 cat confdefs.h >>conftest.$ac_ext
16200 cat >>conftest.$ac_ext <<_ACEOF
16201 /* end confdefs.h. */
16202 $ac_includes_default
16203 #include <$ac_header>
16204 _ACEOF
16205 rm -f conftest.$ac_objext
16206 if { (ac_try="$ac_compile"
16207 case "(($ac_try" in
16208 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16209 *) ac_try_echo=$ac_try;;
16210 esac
16211 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
16212 $as_echo "$ac_try_echo") >&5
16213 (eval "$ac_compile") 2>conftest.er1
16214 ac_status=$?
16215 grep -v '^ *+' conftest.er1 >conftest.err
16216 rm -f conftest.er1
16217 cat conftest.err >&5
16218 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
16219 (exit $ac_status); } && {
16220 test -z "$ac_c_werror_flag" ||
16221 test ! -s conftest.err
16222 } && test -s conftest.$ac_objext; then
16223 ac_header_compiler=yes
16224 else
16225 $as_echo "$as_me: failed program was:" >&5
16226 sed 's/^/| /' conftest.$ac_ext >&5
16228 ac_header_compiler=no
16231 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
16232 { $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
16233 $as_echo "$ac_header_compiler" >&6; }
16235 # Is the header present?
16236 { $as_echo "$as_me:$LINENO: checking $ac_header presence" >&5
16237 $as_echo_n "checking $ac_header presence... " >&6; }
16238 cat >conftest.$ac_ext <<_ACEOF
16239 /* confdefs.h. */
16240 _ACEOF
16241 cat confdefs.h >>conftest.$ac_ext
16242 cat >>conftest.$ac_ext <<_ACEOF
16243 /* end confdefs.h. */
16244 #include <$ac_header>
16245 _ACEOF
16246 if { (ac_try="$ac_cpp conftest.$ac_ext"
16247 case "(($ac_try" in
16248 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16249 *) ac_try_echo=$ac_try;;
16250 esac
16251 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
16252 $as_echo "$ac_try_echo") >&5
16253 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
16254 ac_status=$?
16255 grep -v '^ *+' conftest.er1 >conftest.err
16256 rm -f conftest.er1
16257 cat conftest.err >&5
16258 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
16259 (exit $ac_status); } >/dev/null && {
16260 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
16261 test ! -s conftest.err
16262 }; then
16263 ac_header_preproc=yes
16264 else
16265 $as_echo "$as_me: failed program was:" >&5
16266 sed 's/^/| /' conftest.$ac_ext >&5
16268 ac_header_preproc=no
16271 rm -f conftest.err conftest.$ac_ext
16272 { $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
16273 $as_echo "$ac_header_preproc" >&6; }
16275 # So? What about this header?
16276 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
16277 yes:no: )
16278 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
16279 $as_echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
16280 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
16281 $as_echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
16282 ac_header_preproc=yes
16284 no:yes:* )
16285 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
16286 $as_echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
16287 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
16288 $as_echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
16289 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
16290 $as_echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
16291 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
16292 $as_echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
16293 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
16294 $as_echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
16295 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
16296 $as_echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
16297 ( cat <<\_ASBOX
16298 ## ------------------------------------ ##
16299 ## Report this to wine-devel@winehq.org ##
16300 ## ------------------------------------ ##
16301 _ASBOX
16302 ) | sed "s/^/$as_me: WARNING: /" >&2
16304 esac
16305 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
16306 $as_echo_n "checking for $ac_header... " >&6; }
16307 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
16308 $as_echo_n "(cached) " >&6
16309 else
16310 eval "$as_ac_Header=\$ac_header_preproc"
16312 ac_res=`eval 'as_val=${'$as_ac_Header'}
16313 $as_echo "$as_val"'`
16314 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
16315 $as_echo "$ac_res" >&6; }
16318 as_val=`eval 'as_val=${'$as_ac_Header'}
16319 $as_echo "$as_val"'`
16320 if test "x$as_val" = x""yes; then
16321 cat >>confdefs.h <<_ACEOF
16322 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
16323 _ACEOF
16327 done
16329 CPPFLAGS="$ac_save_CPPFLAGS"
16330 if test "$ac_cv_header_fontconfig_fontconfig_h" = "yes"
16331 then
16332 FONTCONFIGINCL="$X_CFLAGS"
16334 { $as_echo "$as_me:$LINENO: checking for -lfontconfig" >&5
16335 $as_echo_n "checking for -lfontconfig... " >&6; }
16336 if test "${ac_cv_lib_soname_fontconfig+set}" = set; then
16337 $as_echo_n "(cached) " >&6
16338 else
16339 ac_check_soname_save_LIBS=$LIBS
16340 LIBS="-lfontconfig $X_LIBS $LIBS"
16341 cat >conftest.$ac_ext <<_ACEOF
16342 /* confdefs.h. */
16343 _ACEOF
16344 cat confdefs.h >>conftest.$ac_ext
16345 cat >>conftest.$ac_ext <<_ACEOF
16346 /* end confdefs.h. */
16348 /* Override any GCC internal prototype to avoid an error.
16349 Use char because int might match the return type of a GCC
16350 builtin and then its argument prototype would still apply. */
16351 #ifdef __cplusplus
16352 extern "C"
16353 #endif
16354 char FcInit ();
16356 main ()
16358 return FcInit ();
16360 return 0;
16362 _ACEOF
16363 rm -f conftest.$ac_objext conftest$ac_exeext
16364 if { (ac_try="$ac_link"
16365 case "(($ac_try" in
16366 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16367 *) ac_try_echo=$ac_try;;
16368 esac
16369 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
16370 $as_echo "$ac_try_echo") >&5
16371 (eval "$ac_link") 2>conftest.er1
16372 ac_status=$?
16373 grep -v '^ *+' conftest.er1 >conftest.err
16374 rm -f conftest.er1
16375 cat conftest.err >&5
16376 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
16377 (exit $ac_status); } && {
16378 test -z "$ac_c_werror_flag" ||
16379 test ! -s conftest.err
16380 } && test -s conftest$ac_exeext && {
16381 test "$cross_compiling" = yes ||
16382 $as_test_x conftest$ac_exeext
16383 }; then
16384 case "$LIBEXT" in
16385 dll) ;;
16386 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'` ;;
16387 *) ac_cv_lib_soname_fontconfig=`$ac_cv_path_LDD conftest$ac_exeext | grep "libfontconfig\\.$LIBEXT" | sed -e "s/^.*\(libfontconfig\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
16388 esac
16389 else
16390 $as_echo "$as_me: failed program was:" >&5
16391 sed 's/^/| /' conftest.$ac_ext >&5
16396 rm -rf conftest.dSYM
16397 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16398 conftest$ac_exeext conftest.$ac_ext
16399 LIBS=$ac_check_soname_save_LIBS
16401 if test "x$ac_cv_lib_soname_fontconfig" = "x"; then
16402 { $as_echo "$as_me:$LINENO: result: not found" >&5
16403 $as_echo "not found" >&6; }
16405 else
16406 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_fontconfig" >&5
16407 $as_echo "$ac_cv_lib_soname_fontconfig" >&6; }
16409 cat >>confdefs.h <<_ACEOF
16410 #define SONAME_LIBFONTCONFIG "$ac_cv_lib_soname_fontconfig"
16411 _ACEOF
16418 if test "x$ac_cv_lib_soname_fontconfig" = "x"; then
16419 case "x$with_fontconfig" in
16420 x) wine_notices="$wine_notices|fontconfig ${notice_platform}development files not found, fontconfig won't be supported." ;;
16421 xno) ;;
16422 *) { { $as_echo "$as_me:$LINENO: error: fontconfig ${notice_platform}development files not found, fontconfig won't be supported.
16423 This is an error since --with-fontconfig was requested." >&5
16424 $as_echo "$as_me: error: fontconfig ${notice_platform}development files not found, fontconfig won't be supported.
16425 This is an error since --with-fontconfig was requested." >&2;}
16426 { (exit 1); exit 1; }; } ;;
16427 esac
16431 if test "$ac_cv_header_openssl_err_h" = "yes" -a "$ac_cv_header_openssl_ssl_h" = "yes"
16432 then
16433 { $as_echo "$as_me:$LINENO: checking for -lssl" >&5
16434 $as_echo_n "checking for -lssl... " >&6; }
16435 if test "${ac_cv_lib_soname_ssl+set}" = set; then
16436 $as_echo_n "(cached) " >&6
16437 else
16438 ac_check_soname_save_LIBS=$LIBS
16439 LIBS="-lssl $LIBS"
16440 cat >conftest.$ac_ext <<_ACEOF
16441 /* confdefs.h. */
16442 _ACEOF
16443 cat confdefs.h >>conftest.$ac_ext
16444 cat >>conftest.$ac_ext <<_ACEOF
16445 /* end confdefs.h. */
16447 /* Override any GCC internal prototype to avoid an error.
16448 Use char because int might match the return type of a GCC
16449 builtin and then its argument prototype would still apply. */
16450 #ifdef __cplusplus
16451 extern "C"
16452 #endif
16453 char SSL_library_init ();
16455 main ()
16457 return SSL_library_init ();
16459 return 0;
16461 _ACEOF
16462 rm -f conftest.$ac_objext conftest$ac_exeext
16463 if { (ac_try="$ac_link"
16464 case "(($ac_try" in
16465 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16466 *) ac_try_echo=$ac_try;;
16467 esac
16468 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
16469 $as_echo "$ac_try_echo") >&5
16470 (eval "$ac_link") 2>conftest.er1
16471 ac_status=$?
16472 grep -v '^ *+' conftest.er1 >conftest.err
16473 rm -f conftest.er1
16474 cat conftest.err >&5
16475 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
16476 (exit $ac_status); } && {
16477 test -z "$ac_c_werror_flag" ||
16478 test ! -s conftest.err
16479 } && test -s conftest$ac_exeext && {
16480 test "$cross_compiling" = yes ||
16481 $as_test_x conftest$ac_exeext
16482 }; then
16483 case "$LIBEXT" in
16484 dll) ;;
16485 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'` ;;
16486 *) ac_cv_lib_soname_ssl=`$ac_cv_path_LDD conftest$ac_exeext | grep "libssl\\.$LIBEXT" | sed -e "s/^.*\(libssl\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
16487 esac
16488 else
16489 $as_echo "$as_me: failed program was:" >&5
16490 sed 's/^/| /' conftest.$ac_ext >&5
16495 rm -rf conftest.dSYM
16496 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16497 conftest$ac_exeext conftest.$ac_ext
16498 LIBS=$ac_check_soname_save_LIBS
16500 if test "x$ac_cv_lib_soname_ssl" = "x"; then
16501 { $as_echo "$as_me:$LINENO: result: not found" >&5
16502 $as_echo "not found" >&6; }
16504 else
16505 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_ssl" >&5
16506 $as_echo "$ac_cv_lib_soname_ssl" >&6; }
16508 cat >>confdefs.h <<_ACEOF
16509 #define SONAME_LIBSSL "$ac_cv_lib_soname_ssl"
16510 _ACEOF
16515 { $as_echo "$as_me:$LINENO: checking for -lcrypto" >&5
16516 $as_echo_n "checking for -lcrypto... " >&6; }
16517 if test "${ac_cv_lib_soname_crypto+set}" = set; then
16518 $as_echo_n "(cached) " >&6
16519 else
16520 ac_check_soname_save_LIBS=$LIBS
16521 LIBS="-lcrypto $LIBS"
16522 cat >conftest.$ac_ext <<_ACEOF
16523 /* confdefs.h. */
16524 _ACEOF
16525 cat confdefs.h >>conftest.$ac_ext
16526 cat >>conftest.$ac_ext <<_ACEOF
16527 /* end confdefs.h. */
16529 /* Override any GCC internal prototype to avoid an error.
16530 Use char because int might match the return type of a GCC
16531 builtin and then its argument prototype would still apply. */
16532 #ifdef __cplusplus
16533 extern "C"
16534 #endif
16535 char BIO_new_socket ();
16537 main ()
16539 return BIO_new_socket ();
16541 return 0;
16543 _ACEOF
16544 rm -f conftest.$ac_objext conftest$ac_exeext
16545 if { (ac_try="$ac_link"
16546 case "(($ac_try" in
16547 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16548 *) ac_try_echo=$ac_try;;
16549 esac
16550 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
16551 $as_echo "$ac_try_echo") >&5
16552 (eval "$ac_link") 2>conftest.er1
16553 ac_status=$?
16554 grep -v '^ *+' conftest.er1 >conftest.err
16555 rm -f conftest.er1
16556 cat conftest.err >&5
16557 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
16558 (exit $ac_status); } && {
16559 test -z "$ac_c_werror_flag" ||
16560 test ! -s conftest.err
16561 } && test -s conftest$ac_exeext && {
16562 test "$cross_compiling" = yes ||
16563 $as_test_x conftest$ac_exeext
16564 }; then
16565 case "$LIBEXT" in
16566 dll) ;;
16567 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'` ;;
16568 *) ac_cv_lib_soname_crypto=`$ac_cv_path_LDD conftest$ac_exeext | grep "libcrypto\\.$LIBEXT" | sed -e "s/^.*\(libcrypto\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
16569 esac
16570 else
16571 $as_echo "$as_me: failed program was:" >&5
16572 sed 's/^/| /' conftest.$ac_ext >&5
16577 rm -rf conftest.dSYM
16578 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16579 conftest$ac_exeext conftest.$ac_ext
16580 LIBS=$ac_check_soname_save_LIBS
16582 if test "x$ac_cv_lib_soname_crypto" = "x"; then
16583 { $as_echo "$as_me:$LINENO: result: not found" >&5
16584 $as_echo "not found" >&6; }
16586 else
16587 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_crypto" >&5
16588 $as_echo "$ac_cv_lib_soname_crypto" >&6; }
16590 cat >>confdefs.h <<_ACEOF
16591 #define SONAME_LIBCRYPTO "$ac_cv_lib_soname_crypto"
16592 _ACEOF
16598 if test "x$ac_cv_lib_soname_ssl" = "x" -o "x$ac_cv_lib_soname_crypto" = "x"; then
16599 case "x$with_openssl" in
16600 x) wine_warnings="$wine_warnings|OpenSSL ${notice_platform}development files not found, SSL won't be supported." ;;
16601 xno) ;;
16602 *) { { $as_echo "$as_me:$LINENO: error: OpenSSL ${notice_platform}development files not found, SSL won't be supported.
16603 This is an error since --with-openssl was requested." >&5
16604 $as_echo "$as_me: error: OpenSSL ${notice_platform}development files not found, SSL won't be supported.
16605 This is an error since --with-openssl was requested." >&2;}
16606 { (exit 1); exit 1; }; } ;;
16607 esac
16611 if test "$ac_cv_header_jpeglib_h" = "yes"
16612 then
16613 { $as_echo "$as_me:$LINENO: checking for -ljpeg" >&5
16614 $as_echo_n "checking for -ljpeg... " >&6; }
16615 if test "${ac_cv_lib_soname_jpeg+set}" = set; then
16616 $as_echo_n "(cached) " >&6
16617 else
16618 ac_check_soname_save_LIBS=$LIBS
16619 LIBS="-ljpeg $LIBS"
16620 cat >conftest.$ac_ext <<_ACEOF
16621 /* confdefs.h. */
16622 _ACEOF
16623 cat confdefs.h >>conftest.$ac_ext
16624 cat >>conftest.$ac_ext <<_ACEOF
16625 /* end confdefs.h. */
16627 /* Override any GCC internal prototype to avoid an error.
16628 Use char because int might match the return type of a GCC
16629 builtin and then its argument prototype would still apply. */
16630 #ifdef __cplusplus
16631 extern "C"
16632 #endif
16633 char jpeg_start_decompress ();
16635 main ()
16637 return jpeg_start_decompress ();
16639 return 0;
16641 _ACEOF
16642 rm -f conftest.$ac_objext conftest$ac_exeext
16643 if { (ac_try="$ac_link"
16644 case "(($ac_try" in
16645 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16646 *) ac_try_echo=$ac_try;;
16647 esac
16648 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
16649 $as_echo "$ac_try_echo") >&5
16650 (eval "$ac_link") 2>conftest.er1
16651 ac_status=$?
16652 grep -v '^ *+' conftest.er1 >conftest.err
16653 rm -f conftest.er1
16654 cat conftest.err >&5
16655 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
16656 (exit $ac_status); } && {
16657 test -z "$ac_c_werror_flag" ||
16658 test ! -s conftest.err
16659 } && test -s conftest$ac_exeext && {
16660 test "$cross_compiling" = yes ||
16661 $as_test_x conftest$ac_exeext
16662 }; then
16663 case "$LIBEXT" in
16664 dll) ;;
16665 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'` ;;
16666 *) ac_cv_lib_soname_jpeg=`$ac_cv_path_LDD conftest$ac_exeext | grep "libjpeg\\.$LIBEXT" | sed -e "s/^.*\(libjpeg\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
16667 esac
16668 else
16669 $as_echo "$as_me: failed program was:" >&5
16670 sed 's/^/| /' conftest.$ac_ext >&5
16675 rm -rf conftest.dSYM
16676 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16677 conftest$ac_exeext conftest.$ac_ext
16678 LIBS=$ac_check_soname_save_LIBS
16680 if test "x$ac_cv_lib_soname_jpeg" = "x"; then
16681 { $as_echo "$as_me:$LINENO: result: not found" >&5
16682 $as_echo "not found" >&6; }
16684 else
16685 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_jpeg" >&5
16686 $as_echo "$ac_cv_lib_soname_jpeg" >&6; }
16688 cat >>confdefs.h <<_ACEOF
16689 #define SONAME_LIBJPEG "$ac_cv_lib_soname_jpeg"
16690 _ACEOF
16696 if test "x$ac_cv_lib_soname_jpeg" = "x"; then
16697 case "x$with_jpeg" in
16698 x) wine_warnings="$wine_warnings|libjpeg ${notice_platform}development files not found, JPEG won't be supported." ;;
16699 xno) ;;
16700 *) { { $as_echo "$as_me:$LINENO: error: libjpeg ${notice_platform}development files not found, JPEG won't be supported.
16701 This is an error since --with-jpeg was requested." >&5
16702 $as_echo "$as_me: error: libjpeg ${notice_platform}development files not found, JPEG won't be supported.
16703 This is an error since --with-jpeg was requested." >&2;}
16704 { (exit 1); exit 1; }; } ;;
16705 esac
16709 if test "$ac_cv_header_png_h" = "yes"
16710 then
16711 { $as_echo "$as_me:$LINENO: checking for -lpng" >&5
16712 $as_echo_n "checking for -lpng... " >&6; }
16713 if test "${ac_cv_lib_soname_png+set}" = set; then
16714 $as_echo_n "(cached) " >&6
16715 else
16716 ac_check_soname_save_LIBS=$LIBS
16717 LIBS="-lpng -lm -lz $LIBS"
16718 cat >conftest.$ac_ext <<_ACEOF
16719 /* confdefs.h. */
16720 _ACEOF
16721 cat confdefs.h >>conftest.$ac_ext
16722 cat >>conftest.$ac_ext <<_ACEOF
16723 /* end confdefs.h. */
16725 /* Override any GCC internal prototype to avoid an error.
16726 Use char because int might match the return type of a GCC
16727 builtin and then its argument prototype would still apply. */
16728 #ifdef __cplusplus
16729 extern "C"
16730 #endif
16731 char png_create_read_struct ();
16733 main ()
16735 return png_create_read_struct ();
16737 return 0;
16739 _ACEOF
16740 rm -f conftest.$ac_objext conftest$ac_exeext
16741 if { (ac_try="$ac_link"
16742 case "(($ac_try" in
16743 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16744 *) ac_try_echo=$ac_try;;
16745 esac
16746 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
16747 $as_echo "$ac_try_echo") >&5
16748 (eval "$ac_link") 2>conftest.er1
16749 ac_status=$?
16750 grep -v '^ *+' conftest.er1 >conftest.err
16751 rm -f conftest.er1
16752 cat conftest.err >&5
16753 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
16754 (exit $ac_status); } && {
16755 test -z "$ac_c_werror_flag" ||
16756 test ! -s conftest.err
16757 } && test -s conftest$ac_exeext && {
16758 test "$cross_compiling" = yes ||
16759 $as_test_x conftest$ac_exeext
16760 }; then
16761 case "$LIBEXT" in
16762 dll) ;;
16763 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'` ;;
16764 *) 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'` ;;
16765 esac
16766 else
16767 $as_echo "$as_me: failed program was:" >&5
16768 sed 's/^/| /' conftest.$ac_ext >&5
16773 rm -rf conftest.dSYM
16774 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16775 conftest$ac_exeext conftest.$ac_ext
16776 LIBS=$ac_check_soname_save_LIBS
16778 if test "x$ac_cv_lib_soname_png" = "x"; then
16779 { $as_echo "$as_me:$LINENO: result: not found" >&5
16780 $as_echo "not found" >&6; }
16782 else
16783 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_png" >&5
16784 $as_echo "$ac_cv_lib_soname_png" >&6; }
16786 cat >>confdefs.h <<_ACEOF
16787 #define SONAME_LIBPNG "$ac_cv_lib_soname_png"
16788 _ACEOF
16794 if test "x$ac_cv_lib_soname_png" = "x"; then
16795 case "x$with_png" in
16796 x) wine_warnings="$wine_warnings|libpng ${notice_platform}development files not found, PNG won't be supported." ;;
16797 xno) ;;
16798 *) { { $as_echo "$as_me:$LINENO: error: libpng ${notice_platform}development files not found, PNG won't be supported.
16799 This is an error since --with-png was requested." >&5
16800 $as_echo "$as_me: error: libpng ${notice_platform}development files not found, PNG won't be supported.
16801 This is an error since --with-png was requested." >&2;}
16802 { (exit 1); exit 1; }; } ;;
16803 esac
16807 { $as_echo "$as_me:$LINENO: checking for -lodbc" >&5
16808 $as_echo_n "checking for -lodbc... " >&6; }
16809 if test "${ac_cv_lib_soname_odbc+set}" = set; then
16810 $as_echo_n "(cached) " >&6
16811 else
16812 ac_check_soname_save_LIBS=$LIBS
16813 LIBS="-lodbc $LIBS"
16814 cat >conftest.$ac_ext <<_ACEOF
16815 /* confdefs.h. */
16816 _ACEOF
16817 cat confdefs.h >>conftest.$ac_ext
16818 cat >>conftest.$ac_ext <<_ACEOF
16819 /* end confdefs.h. */
16821 /* Override any GCC internal prototype to avoid an error.
16822 Use char because int might match the return type of a GCC
16823 builtin and then its argument prototype would still apply. */
16824 #ifdef __cplusplus
16825 extern "C"
16826 #endif
16827 char SQLConnect ();
16829 main ()
16831 return SQLConnect ();
16833 return 0;
16835 _ACEOF
16836 rm -f conftest.$ac_objext conftest$ac_exeext
16837 if { (ac_try="$ac_link"
16838 case "(($ac_try" in
16839 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16840 *) ac_try_echo=$ac_try;;
16841 esac
16842 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
16843 $as_echo "$ac_try_echo") >&5
16844 (eval "$ac_link") 2>conftest.er1
16845 ac_status=$?
16846 grep -v '^ *+' conftest.er1 >conftest.err
16847 rm -f conftest.er1
16848 cat conftest.err >&5
16849 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
16850 (exit $ac_status); } && {
16851 test -z "$ac_c_werror_flag" ||
16852 test ! -s conftest.err
16853 } && test -s conftest$ac_exeext && {
16854 test "$cross_compiling" = yes ||
16855 $as_test_x conftest$ac_exeext
16856 }; then
16857 case "$LIBEXT" in
16858 dll) ;;
16859 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'` ;;
16860 *) ac_cv_lib_soname_odbc=`$ac_cv_path_LDD conftest$ac_exeext | grep "libodbc\\.$LIBEXT" | sed -e "s/^.*\(libodbc\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
16861 esac
16862 else
16863 $as_echo "$as_me: failed program was:" >&5
16864 sed 's/^/| /' conftest.$ac_ext >&5
16869 rm -rf conftest.dSYM
16870 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16871 conftest$ac_exeext conftest.$ac_ext
16872 LIBS=$ac_check_soname_save_LIBS
16874 if test "x$ac_cv_lib_soname_odbc" = "x"; then
16875 { $as_echo "$as_me:$LINENO: result: not found" >&5
16876 $as_echo "not found" >&6; }
16877 cat >>confdefs.h <<_ACEOF
16878 #define SONAME_LIBODBC "libodbc.$LIBEXT"
16879 _ACEOF
16881 else
16882 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_odbc" >&5
16883 $as_echo "$ac_cv_lib_soname_odbc" >&6; }
16885 cat >>confdefs.h <<_ACEOF
16886 #define SONAME_LIBODBC "$ac_cv_lib_soname_odbc"
16887 _ACEOF
16893 if test "x$ALSALIBS$AUDIOIOLIBS$COREAUDIO$NASLIBS$ESDLIBS$ac_cv_lib_soname_jack" = "x" -a \
16894 "$ac_cv_header_sys_soundcard_h" != "yes" -a \
16895 "$ac_cv_header_machine_soundcard_h" != "yes" -a \
16896 "$ac_cv_header_soundcard_h" != "yes" -a \
16897 "x$with_alsa$with_audioio$with_coreaudio$with_nas$with_esd$with_jack$with_oss" != xnonononononono
16898 then
16899 wine_warnings="$wine_warnings|No sound system was found. Windows applications will be silent."
16903 EXTRACFLAGS=""
16905 if test "x${GCC}" = "xyes"
16906 then
16907 EXTRACFLAGS="-Wall -pipe"
16909 { $as_echo "$as_me:$LINENO: checking for gcc strength-reduce bug" >&5
16910 $as_echo_n "checking for gcc strength-reduce bug... " >&6; }
16911 if test "${ac_cv_c_gcc_strength_bug+set}" = set; then
16912 $as_echo_n "(cached) " >&6
16913 else
16914 if test "$cross_compiling" = yes; then
16915 ac_cv_c_gcc_strength_bug="yes"
16916 else
16917 cat >conftest.$ac_ext <<_ACEOF
16918 /* confdefs.h. */
16919 _ACEOF
16920 cat confdefs.h >>conftest.$ac_ext
16921 cat >>conftest.$ac_ext <<_ACEOF
16922 /* end confdefs.h. */
16923 int L[4] = {0,1,2,3};
16925 main ()
16927 static int Array[3];
16928 unsigned int B = 3;
16929 int i;
16930 for(i=0; i<B; i++) Array[i] = i - 3;
16931 for(i=0; i<4 - 1; i++) L[i] = L[i + 1];
16932 L[i] = 4;
16933 exit( Array[1] != -2 || L[2] != 3)
16935 return 0;
16937 _ACEOF
16938 rm -f conftest$ac_exeext
16939 if { (ac_try="$ac_link"
16940 case "(($ac_try" in
16941 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16942 *) ac_try_echo=$ac_try;;
16943 esac
16944 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
16945 $as_echo "$ac_try_echo") >&5
16946 (eval "$ac_link") 2>&5
16947 ac_status=$?
16948 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
16949 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
16950 { (case "(($ac_try" in
16951 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16952 *) ac_try_echo=$ac_try;;
16953 esac
16954 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
16955 $as_echo "$ac_try_echo") >&5
16956 (eval "$ac_try") 2>&5
16957 ac_status=$?
16958 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
16959 (exit $ac_status); }; }; then
16960 ac_cv_c_gcc_strength_bug="no"
16961 else
16962 $as_echo "$as_me: program exited with status $ac_status" >&5
16963 $as_echo "$as_me: failed program was:" >&5
16964 sed 's/^/| /' conftest.$ac_ext >&5
16966 ( exit $ac_status )
16967 ac_cv_c_gcc_strength_bug="yes"
16969 rm -rf conftest.dSYM
16970 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
16975 { $as_echo "$as_me:$LINENO: result: $ac_cv_c_gcc_strength_bug" >&5
16976 $as_echo "$ac_cv_c_gcc_strength_bug" >&6; }
16977 if test "$ac_cv_c_gcc_strength_bug" = "yes"
16978 then
16979 EXTRACFLAGS="$EXTRACFLAGS -fno-strength-reduce"
16983 { $as_echo "$as_me:$LINENO: checking whether the compiler supports -fshort-wchar" >&5
16984 $as_echo_n "checking whether the compiler supports -fshort-wchar... " >&6; }
16985 if test "${ac_cv_cflags__fshort_wchar+set}" = set; then
16986 $as_echo_n "(cached) " >&6
16987 else
16988 ac_wine_try_cflags_saved=$CFLAGS
16989 CFLAGS="$CFLAGS -fshort-wchar"
16990 cat >conftest.$ac_ext <<_ACEOF
16991 /* confdefs.h. */
16992 _ACEOF
16993 cat confdefs.h >>conftest.$ac_ext
16994 cat >>conftest.$ac_ext <<_ACEOF
16995 /* end confdefs.h. */
16998 main ()
17002 return 0;
17004 _ACEOF
17005 rm -f conftest.$ac_objext conftest$ac_exeext
17006 if { (ac_try="$ac_link"
17007 case "(($ac_try" in
17008 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17009 *) ac_try_echo=$ac_try;;
17010 esac
17011 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
17012 $as_echo "$ac_try_echo") >&5
17013 (eval "$ac_link") 2>conftest.er1
17014 ac_status=$?
17015 grep -v '^ *+' conftest.er1 >conftest.err
17016 rm -f conftest.er1
17017 cat conftest.err >&5
17018 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
17019 (exit $ac_status); } && {
17020 test -z "$ac_c_werror_flag" ||
17021 test ! -s conftest.err
17022 } && test -s conftest$ac_exeext && {
17023 test "$cross_compiling" = yes ||
17024 $as_test_x conftest$ac_exeext
17025 }; then
17026 ac_cv_cflags__fshort_wchar=yes
17027 else
17028 $as_echo "$as_me: failed program was:" >&5
17029 sed 's/^/| /' conftest.$ac_ext >&5
17031 ac_cv_cflags__fshort_wchar=no
17034 rm -rf conftest.dSYM
17035 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17036 conftest$ac_exeext conftest.$ac_ext
17037 CFLAGS=$ac_wine_try_cflags_saved
17039 { $as_echo "$as_me:$LINENO: result: $ac_cv_cflags__fshort_wchar" >&5
17040 $as_echo "$ac_cv_cflags__fshort_wchar" >&6; }
17041 if test $ac_cv_cflags__fshort_wchar = yes; then
17043 cat >>confdefs.h <<\_ACEOF
17044 #define CC_FLAG_SHORT_WCHAR "-fshort-wchar"
17045 _ACEOF
17049 { $as_echo "$as_me:$LINENO: checking whether the compiler supports -fno-builtin" >&5
17050 $as_echo_n "checking whether the compiler supports -fno-builtin... " >&6; }
17051 if test "${ac_cv_cflags__fno_builtin+set}" = set; then
17052 $as_echo_n "(cached) " >&6
17053 else
17054 ac_wine_try_cflags_saved=$CFLAGS
17055 CFLAGS="$CFLAGS -fno-builtin"
17056 cat >conftest.$ac_ext <<_ACEOF
17057 /* confdefs.h. */
17058 _ACEOF
17059 cat confdefs.h >>conftest.$ac_ext
17060 cat >>conftest.$ac_ext <<_ACEOF
17061 /* end confdefs.h. */
17064 main ()
17068 return 0;
17070 _ACEOF
17071 rm -f conftest.$ac_objext conftest$ac_exeext
17072 if { (ac_try="$ac_link"
17073 case "(($ac_try" in
17074 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17075 *) ac_try_echo=$ac_try;;
17076 esac
17077 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
17078 $as_echo "$ac_try_echo") >&5
17079 (eval "$ac_link") 2>conftest.er1
17080 ac_status=$?
17081 grep -v '^ *+' conftest.er1 >conftest.err
17082 rm -f conftest.er1
17083 cat conftest.err >&5
17084 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
17085 (exit $ac_status); } && {
17086 test -z "$ac_c_werror_flag" ||
17087 test ! -s conftest.err
17088 } && test -s conftest$ac_exeext && {
17089 test "$cross_compiling" = yes ||
17090 $as_test_x conftest$ac_exeext
17091 }; then
17092 ac_cv_cflags__fno_builtin=yes
17093 else
17094 $as_echo "$as_me: failed program was:" >&5
17095 sed 's/^/| /' conftest.$ac_ext >&5
17097 ac_cv_cflags__fno_builtin=no
17100 rm -rf conftest.dSYM
17101 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17102 conftest$ac_exeext conftest.$ac_ext
17103 CFLAGS=$ac_wine_try_cflags_saved
17105 { $as_echo "$as_me:$LINENO: result: $ac_cv_cflags__fno_builtin" >&5
17106 $as_echo "$ac_cv_cflags__fno_builtin" >&6; }
17107 if test $ac_cv_cflags__fno_builtin = yes; then
17108 BUILTINFLAG="-fno-builtin"
17112 { $as_echo "$as_me:$LINENO: checking whether the compiler supports -fno-strict-aliasing" >&5
17113 $as_echo_n "checking whether the compiler supports -fno-strict-aliasing... " >&6; }
17114 if test "${ac_cv_cflags__fno_strict_aliasing+set}" = set; then
17115 $as_echo_n "(cached) " >&6
17116 else
17117 ac_wine_try_cflags_saved=$CFLAGS
17118 CFLAGS="$CFLAGS -fno-strict-aliasing"
17119 cat >conftest.$ac_ext <<_ACEOF
17120 /* confdefs.h. */
17121 _ACEOF
17122 cat confdefs.h >>conftest.$ac_ext
17123 cat >>conftest.$ac_ext <<_ACEOF
17124 /* end confdefs.h. */
17127 main ()
17131 return 0;
17133 _ACEOF
17134 rm -f conftest.$ac_objext conftest$ac_exeext
17135 if { (ac_try="$ac_link"
17136 case "(($ac_try" in
17137 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17138 *) ac_try_echo=$ac_try;;
17139 esac
17140 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
17141 $as_echo "$ac_try_echo") >&5
17142 (eval "$ac_link") 2>conftest.er1
17143 ac_status=$?
17144 grep -v '^ *+' conftest.er1 >conftest.err
17145 rm -f conftest.er1
17146 cat conftest.err >&5
17147 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
17148 (exit $ac_status); } && {
17149 test -z "$ac_c_werror_flag" ||
17150 test ! -s conftest.err
17151 } && test -s conftest$ac_exeext && {
17152 test "$cross_compiling" = yes ||
17153 $as_test_x conftest$ac_exeext
17154 }; then
17155 ac_cv_cflags__fno_strict_aliasing=yes
17156 else
17157 $as_echo "$as_me: failed program was:" >&5
17158 sed 's/^/| /' conftest.$ac_ext >&5
17160 ac_cv_cflags__fno_strict_aliasing=no
17163 rm -rf conftest.dSYM
17164 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17165 conftest$ac_exeext conftest.$ac_ext
17166 CFLAGS=$ac_wine_try_cflags_saved
17168 { $as_echo "$as_me:$LINENO: result: $ac_cv_cflags__fno_strict_aliasing" >&5
17169 $as_echo "$ac_cv_cflags__fno_strict_aliasing" >&6; }
17170 if test $ac_cv_cflags__fno_strict_aliasing = yes; then
17171 EXTRACFLAGS="$EXTRACFLAGS -fno-strict-aliasing"
17174 { $as_echo "$as_me:$LINENO: checking whether the compiler supports -Wdeclaration-after-statement" >&5
17175 $as_echo_n "checking whether the compiler supports -Wdeclaration-after-statement... " >&6; }
17176 if test "${ac_cv_cflags__Wdeclaration_after_statement+set}" = set; then
17177 $as_echo_n "(cached) " >&6
17178 else
17179 ac_wine_try_cflags_saved=$CFLAGS
17180 CFLAGS="$CFLAGS -Wdeclaration-after-statement"
17181 cat >conftest.$ac_ext <<_ACEOF
17182 /* confdefs.h. */
17183 _ACEOF
17184 cat confdefs.h >>conftest.$ac_ext
17185 cat >>conftest.$ac_ext <<_ACEOF
17186 /* end confdefs.h. */
17189 main ()
17193 return 0;
17195 _ACEOF
17196 rm -f conftest.$ac_objext conftest$ac_exeext
17197 if { (ac_try="$ac_link"
17198 case "(($ac_try" in
17199 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17200 *) ac_try_echo=$ac_try;;
17201 esac
17202 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
17203 $as_echo "$ac_try_echo") >&5
17204 (eval "$ac_link") 2>conftest.er1
17205 ac_status=$?
17206 grep -v '^ *+' conftest.er1 >conftest.err
17207 rm -f conftest.er1
17208 cat conftest.err >&5
17209 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
17210 (exit $ac_status); } && {
17211 test -z "$ac_c_werror_flag" ||
17212 test ! -s conftest.err
17213 } && test -s conftest$ac_exeext && {
17214 test "$cross_compiling" = yes ||
17215 $as_test_x conftest$ac_exeext
17216 }; then
17217 ac_cv_cflags__Wdeclaration_after_statement=yes
17218 else
17219 $as_echo "$as_me: failed program was:" >&5
17220 sed 's/^/| /' conftest.$ac_ext >&5
17222 ac_cv_cflags__Wdeclaration_after_statement=no
17225 rm -rf conftest.dSYM
17226 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17227 conftest$ac_exeext conftest.$ac_ext
17228 CFLAGS=$ac_wine_try_cflags_saved
17230 { $as_echo "$as_me:$LINENO: result: $ac_cv_cflags__Wdeclaration_after_statement" >&5
17231 $as_echo "$ac_cv_cflags__Wdeclaration_after_statement" >&6; }
17232 if test $ac_cv_cflags__Wdeclaration_after_statement = yes; then
17233 EXTRACFLAGS="$EXTRACFLAGS -Wdeclaration-after-statement"
17236 { $as_echo "$as_me:$LINENO: checking whether the compiler supports -Wwrite-strings" >&5
17237 $as_echo_n "checking whether the compiler supports -Wwrite-strings... " >&6; }
17238 if test "${ac_cv_cflags__Wwrite_strings+set}" = set; then
17239 $as_echo_n "(cached) " >&6
17240 else
17241 ac_wine_try_cflags_saved=$CFLAGS
17242 CFLAGS="$CFLAGS -Wwrite-strings"
17243 cat >conftest.$ac_ext <<_ACEOF
17244 /* confdefs.h. */
17245 _ACEOF
17246 cat confdefs.h >>conftest.$ac_ext
17247 cat >>conftest.$ac_ext <<_ACEOF
17248 /* end confdefs.h. */
17251 main ()
17255 return 0;
17257 _ACEOF
17258 rm -f conftest.$ac_objext conftest$ac_exeext
17259 if { (ac_try="$ac_link"
17260 case "(($ac_try" in
17261 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17262 *) ac_try_echo=$ac_try;;
17263 esac
17264 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
17265 $as_echo "$ac_try_echo") >&5
17266 (eval "$ac_link") 2>conftest.er1
17267 ac_status=$?
17268 grep -v '^ *+' conftest.er1 >conftest.err
17269 rm -f conftest.er1
17270 cat conftest.err >&5
17271 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
17272 (exit $ac_status); } && {
17273 test -z "$ac_c_werror_flag" ||
17274 test ! -s conftest.err
17275 } && test -s conftest$ac_exeext && {
17276 test "$cross_compiling" = yes ||
17277 $as_test_x conftest$ac_exeext
17278 }; then
17279 ac_cv_cflags__Wwrite_strings=yes
17280 else
17281 $as_echo "$as_me: failed program was:" >&5
17282 sed 's/^/| /' conftest.$ac_ext >&5
17284 ac_cv_cflags__Wwrite_strings=no
17287 rm -rf conftest.dSYM
17288 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17289 conftest$ac_exeext conftest.$ac_ext
17290 CFLAGS=$ac_wine_try_cflags_saved
17292 { $as_echo "$as_me:$LINENO: result: $ac_cv_cflags__Wwrite_strings" >&5
17293 $as_echo "$ac_cv_cflags__Wwrite_strings" >&6; }
17294 if test $ac_cv_cflags__Wwrite_strings = yes; then
17295 EXTRACFLAGS="$EXTRACFLAGS -Wwrite-strings"
17298 { $as_echo "$as_me:$LINENO: checking whether the compiler supports -Wtype-limits" >&5
17299 $as_echo_n "checking whether the compiler supports -Wtype-limits... " >&6; }
17300 if test "${ac_cv_cflags__Wtype_limits+set}" = set; then
17301 $as_echo_n "(cached) " >&6
17302 else
17303 ac_wine_try_cflags_saved=$CFLAGS
17304 CFLAGS="$CFLAGS -Wtype-limits"
17305 cat >conftest.$ac_ext <<_ACEOF
17306 /* confdefs.h. */
17307 _ACEOF
17308 cat confdefs.h >>conftest.$ac_ext
17309 cat >>conftest.$ac_ext <<_ACEOF
17310 /* end confdefs.h. */
17313 main ()
17317 return 0;
17319 _ACEOF
17320 rm -f conftest.$ac_objext conftest$ac_exeext
17321 if { (ac_try="$ac_link"
17322 case "(($ac_try" in
17323 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17324 *) ac_try_echo=$ac_try;;
17325 esac
17326 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
17327 $as_echo "$ac_try_echo") >&5
17328 (eval "$ac_link") 2>conftest.er1
17329 ac_status=$?
17330 grep -v '^ *+' conftest.er1 >conftest.err
17331 rm -f conftest.er1
17332 cat conftest.err >&5
17333 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
17334 (exit $ac_status); } && {
17335 test -z "$ac_c_werror_flag" ||
17336 test ! -s conftest.err
17337 } && test -s conftest$ac_exeext && {
17338 test "$cross_compiling" = yes ||
17339 $as_test_x conftest$ac_exeext
17340 }; then
17341 ac_cv_cflags__Wtype_limits=yes
17342 else
17343 $as_echo "$as_me: failed program was:" >&5
17344 sed 's/^/| /' conftest.$ac_ext >&5
17346 ac_cv_cflags__Wtype_limits=no
17349 rm -rf conftest.dSYM
17350 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17351 conftest$ac_exeext conftest.$ac_ext
17352 CFLAGS=$ac_wine_try_cflags_saved
17354 { $as_echo "$as_me:$LINENO: result: $ac_cv_cflags__Wtype_limits" >&5
17355 $as_echo "$ac_cv_cflags__Wtype_limits" >&6; }
17356 if test $ac_cv_cflags__Wtype_limits = yes; then
17357 EXTRACFLAGS="$EXTRACFLAGS -Wtype-limits"
17361 saved_CFLAGS="$CFLAGS"
17362 CFLAGS="$CFLAGS -Wpointer-arith -Werror"
17363 { $as_echo "$as_me:$LINENO: checking for broken string.h that generates warnings" >&5
17364 $as_echo_n "checking for broken string.h that generates warnings... " >&6; }
17365 if test "${ac_cv_c_string_h_warnings+set}" = set; then
17366 $as_echo_n "(cached) " >&6
17367 else
17368 cat >conftest.$ac_ext <<_ACEOF
17369 /* confdefs.h. */
17370 _ACEOF
17371 cat confdefs.h >>conftest.$ac_ext
17372 cat >>conftest.$ac_ext <<_ACEOF
17373 /* end confdefs.h. */
17374 #include <string.h>
17376 main ()
17380 return 0;
17382 _ACEOF
17383 rm -f conftest.$ac_objext
17384 if { (ac_try="$ac_compile"
17385 case "(($ac_try" in
17386 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17387 *) ac_try_echo=$ac_try;;
17388 esac
17389 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
17390 $as_echo "$ac_try_echo") >&5
17391 (eval "$ac_compile") 2>conftest.er1
17392 ac_status=$?
17393 grep -v '^ *+' conftest.er1 >conftest.err
17394 rm -f conftest.er1
17395 cat conftest.err >&5
17396 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
17397 (exit $ac_status); } && {
17398 test -z "$ac_c_werror_flag" ||
17399 test ! -s conftest.err
17400 } && test -s conftest.$ac_objext; then
17401 ac_cv_c_string_h_warnings=no
17402 else
17403 $as_echo "$as_me: failed program was:" >&5
17404 sed 's/^/| /' conftest.$ac_ext >&5
17406 ac_cv_c_string_h_warnings=yes
17409 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
17411 { $as_echo "$as_me:$LINENO: result: $ac_cv_c_string_h_warnings" >&5
17412 $as_echo "$ac_cv_c_string_h_warnings" >&6; }
17413 CFLAGS="$saved_CFLAGS"
17414 if test "$ac_cv_c_string_h_warnings" = "no"
17415 then
17416 EXTRACFLAGS="$EXTRACFLAGS -Wpointer-arith"
17421 { $as_echo "$as_me:$LINENO: checking how to define a function in assembly code" >&5
17422 $as_echo_n "checking how to define a function in assembly code... " >&6; }
17423 if test "${ac_cv_asm_func_def+set}" = set; then
17424 $as_echo_n "(cached) " >&6
17425 else
17426 cat >conftest.$ac_ext <<_ACEOF
17427 /* confdefs.h. */
17428 _ACEOF
17429 cat confdefs.h >>conftest.$ac_ext
17430 cat >>conftest.$ac_ext <<_ACEOF
17431 /* end confdefs.h. */
17434 main ()
17436 asm("\t.globl _ac_test\n\t.def _ac_test; .scl 2; .type 32; .endef\n_ac_test:\t.long 0");
17438 return 0;
17440 _ACEOF
17441 rm -f conftest.$ac_objext conftest$ac_exeext
17442 if { (ac_try="$ac_link"
17443 case "(($ac_try" in
17444 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17445 *) ac_try_echo=$ac_try;;
17446 esac
17447 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
17448 $as_echo "$ac_try_echo") >&5
17449 (eval "$ac_link") 2>conftest.er1
17450 ac_status=$?
17451 grep -v '^ *+' conftest.er1 >conftest.err
17452 rm -f conftest.er1
17453 cat conftest.err >&5
17454 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
17455 (exit $ac_status); } && {
17456 test -z "$ac_c_werror_flag" ||
17457 test ! -s conftest.err
17458 } && test -s conftest$ac_exeext && {
17459 test "$cross_compiling" = yes ||
17460 $as_test_x conftest$ac_exeext
17461 }; then
17462 ac_cv_asm_func_def=".def"
17463 else
17464 $as_echo "$as_me: failed program was:" >&5
17465 sed 's/^/| /' conftest.$ac_ext >&5
17467 cat >conftest.$ac_ext <<_ACEOF
17468 /* confdefs.h. */
17469 _ACEOF
17470 cat confdefs.h >>conftest.$ac_ext
17471 cat >>conftest.$ac_ext <<_ACEOF
17472 /* end confdefs.h. */
17475 main ()
17477 asm("\t.globl _ac_test\n\t.type _ac_test,@function\n_ac_test:\t.long 0");
17479 return 0;
17481 _ACEOF
17482 rm -f conftest.$ac_objext conftest$ac_exeext
17483 if { (ac_try="$ac_link"
17484 case "(($ac_try" in
17485 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17486 *) ac_try_echo=$ac_try;;
17487 esac
17488 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
17489 $as_echo "$ac_try_echo") >&5
17490 (eval "$ac_link") 2>conftest.er1
17491 ac_status=$?
17492 grep -v '^ *+' conftest.er1 >conftest.err
17493 rm -f conftest.er1
17494 cat conftest.err >&5
17495 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
17496 (exit $ac_status); } && {
17497 test -z "$ac_c_werror_flag" ||
17498 test ! -s conftest.err
17499 } && test -s conftest$ac_exeext && {
17500 test "$cross_compiling" = yes ||
17501 $as_test_x conftest$ac_exeext
17502 }; then
17503 ac_cv_asm_func_def=".type @function"
17504 else
17505 $as_echo "$as_me: failed program was:" >&5
17506 sed 's/^/| /' conftest.$ac_ext >&5
17508 cat >conftest.$ac_ext <<_ACEOF
17509 /* confdefs.h. */
17510 _ACEOF
17511 cat confdefs.h >>conftest.$ac_ext
17512 cat >>conftest.$ac_ext <<_ACEOF
17513 /* end confdefs.h. */
17516 main ()
17518 asm("\t.globl _ac_test\n\t.type _ac_test,2\n_ac_test:\t.long 0");
17520 return 0;
17522 _ACEOF
17523 rm -f conftest.$ac_objext conftest$ac_exeext
17524 if { (ac_try="$ac_link"
17525 case "(($ac_try" in
17526 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17527 *) ac_try_echo=$ac_try;;
17528 esac
17529 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
17530 $as_echo "$ac_try_echo") >&5
17531 (eval "$ac_link") 2>conftest.er1
17532 ac_status=$?
17533 grep -v '^ *+' conftest.er1 >conftest.err
17534 rm -f conftest.er1
17535 cat conftest.err >&5
17536 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
17537 (exit $ac_status); } && {
17538 test -z "$ac_c_werror_flag" ||
17539 test ! -s conftest.err
17540 } && test -s conftest$ac_exeext && {
17541 test "$cross_compiling" = yes ||
17542 $as_test_x conftest$ac_exeext
17543 }; then
17544 ac_cv_asm_func_def=".type 2"
17545 else
17546 $as_echo "$as_me: failed program was:" >&5
17547 sed 's/^/| /' conftest.$ac_ext >&5
17549 ac_cv_asm_func_def="unknown"
17552 rm -rf conftest.dSYM
17553 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17554 conftest$ac_exeext conftest.$ac_ext
17557 rm -rf conftest.dSYM
17558 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17559 conftest$ac_exeext conftest.$ac_ext
17562 rm -rf conftest.dSYM
17563 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17564 conftest$ac_exeext conftest.$ac_ext
17566 { $as_echo "$as_me:$LINENO: result: $ac_cv_asm_func_def" >&5
17567 $as_echo "$ac_cv_asm_func_def" >&6; }
17571 case "$ac_cv_asm_func_def" in
17572 ".def")
17573 cat >>confdefs.h <<\_ACEOF
17574 #define __ASM_FUNC(name) ".def " __ASM_NAME(name) "; .scl 2; .type 32; .endef"
17575 _ACEOF
17577 ".type @function")
17578 cat >>confdefs.h <<\_ACEOF
17579 #define __ASM_FUNC(name) ".type " __ASM_NAME(name) ",@function"
17580 _ACEOF
17582 ".type 2")
17583 cat >>confdefs.h <<\_ACEOF
17584 #define __ASM_FUNC(name) ".type " __ASM_NAME(name) ",2"
17585 _ACEOF
17588 cat >>confdefs.h <<\_ACEOF
17589 #define __ASM_FUNC(name) ""
17590 _ACEOF
17592 esac
17595 { $as_echo "$as_me:$LINENO: checking whether external symbols need an underscore prefix" >&5
17596 $as_echo_n "checking whether external symbols need an underscore prefix... " >&6; }
17597 if test "${ac_cv_c_extern_prefix+set}" = set; then
17598 $as_echo_n "(cached) " >&6
17599 else
17600 cat >conftest.$ac_ext <<_ACEOF
17601 /* confdefs.h. */
17602 _ACEOF
17603 cat confdefs.h >>conftest.$ac_ext
17604 cat >>conftest.$ac_ext <<_ACEOF
17605 /* end confdefs.h. */
17606 extern int ac_test;
17608 main ()
17610 asm(".globl _ac_test\n_ac_test:\t.long 0"); if (ac_test) return 1
17612 return 0;
17614 _ACEOF
17615 rm -f conftest.$ac_objext conftest$ac_exeext
17616 if { (ac_try="$ac_link"
17617 case "(($ac_try" in
17618 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17619 *) ac_try_echo=$ac_try;;
17620 esac
17621 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
17622 $as_echo "$ac_try_echo") >&5
17623 (eval "$ac_link") 2>conftest.er1
17624 ac_status=$?
17625 grep -v '^ *+' conftest.er1 >conftest.err
17626 rm -f conftest.er1
17627 cat conftest.err >&5
17628 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
17629 (exit $ac_status); } && {
17630 test -z "$ac_c_werror_flag" ||
17631 test ! -s conftest.err
17632 } && test -s conftest$ac_exeext && {
17633 test "$cross_compiling" = yes ||
17634 $as_test_x conftest$ac_exeext
17635 }; then
17636 ac_cv_c_extern_prefix="yes"
17637 else
17638 $as_echo "$as_me: failed program was:" >&5
17639 sed 's/^/| /' conftest.$ac_ext >&5
17641 ac_cv_c_extern_prefix="no"
17644 rm -rf conftest.dSYM
17645 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17646 conftest$ac_exeext conftest.$ac_ext
17648 { $as_echo "$as_me:$LINENO: result: $ac_cv_c_extern_prefix" >&5
17649 $as_echo "$ac_cv_c_extern_prefix" >&6; }
17653 if test "$ac_cv_c_extern_prefix" = "yes"
17654 then
17655 cat >>confdefs.h <<\_ACEOF
17656 #define __ASM_NAME(name) "_" name
17657 _ACEOF
17659 else
17660 cat >>confdefs.h <<\_ACEOF
17661 #define __ASM_NAME(name) name
17662 _ACEOF
17667 LDPATH=""
17669 case $build_os in
17670 cygwin*|mingw32*)
17671 LDPATH="PATH=\"\$(TOOLSDIR)/libs/wine:\$\$PATH\""
17673 darwin*|macosx*)
17675 linux*|solaris*) if test -z "$LDRPATH_LOCAL"
17676 then
17677 LDPATH="LD_LIBRARY_PATH=\"\$(TOOLSDIR)/libs/wine:\$\$LD_LIBRARY_PATH\""
17681 LDPATH="LD_LIBRARY_PATH=\"\$(TOOLSDIR)/libs/wine:\$\$LD_LIBRARY_PATH\""
17683 esac
17685 case $host_os in
17686 mingw32*)
17687 CRTLIBS="-lmsvcrt"
17689 SOCKETLIBS="-L\$(TOPOBJDIR)/dlls/ws2_32 -lws2_32"
17692 esac
17694 MAIN_BINARY="wine-pthread"
17695 case $host_cpu in
17696 *i[3456789]86*)
17697 case $host_os in
17698 linux* | k*bsd*-gnu)
17699 MAIN_BINARY="wine-glibc"
17701 EXTRA_BINARIES="wine-kthread wine-pthread wine-preloader"
17703 freebsd*)
17704 MAIN_BINARY="wine-freebsd"
17706 EXTRA_BINARIES="wine-pthread"
17708 esac
17710 esac
17786 for ac_func in \
17787 _pclose \
17788 _popen \
17789 _snprintf \
17790 _spawnvp \
17791 _strdup \
17792 _stricmp \
17793 _strnicmp \
17794 _strtoi64 \
17795 _strtoui64 \
17796 _vsnprintf \
17797 asctime_r \
17798 chsize \
17799 clone \
17800 dlopen \
17801 epoll_create \
17802 ffs \
17803 finite \
17804 fork \
17805 fpclass \
17806 fstatfs \
17807 fstatvfs \
17808 ftruncate \
17809 futimes \
17810 futimesat \
17811 getdirentries \
17812 getopt_long \
17813 getpagesize \
17814 getpwuid \
17815 gettid \
17816 gettimeofday \
17817 getuid \
17818 inet_ntop \
17819 inet_pton \
17820 kqueue \
17821 lstat \
17822 memmove \
17823 mmap \
17824 pclose \
17825 poll \
17826 popen \
17827 prctl \
17828 pread \
17829 pwrite \
17830 readdir \
17831 readlink \
17832 rfork \
17833 sched_yield \
17834 select \
17835 setproctitle \
17836 setrlimit \
17837 settimeofday \
17838 sigaltstack \
17839 sigprocmask \
17840 snprintf \
17841 socketpair \
17842 spawnvp \
17843 statfs \
17844 statvfs \
17845 strcasecmp \
17846 strdup \
17847 strerror \
17848 strncasecmp \
17849 strtold \
17850 strtoll \
17851 strtoull \
17852 symlink \
17853 tcgetattr \
17854 thr_kill2 \
17855 timegm \
17856 usleep \
17857 vsnprintf \
17858 wait4 \
17859 waitpid \
17862 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
17863 { $as_echo "$as_me:$LINENO: checking for $ac_func" >&5
17864 $as_echo_n "checking for $ac_func... " >&6; }
17865 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
17866 $as_echo_n "(cached) " >&6
17867 else
17868 cat >conftest.$ac_ext <<_ACEOF
17869 /* confdefs.h. */
17870 _ACEOF
17871 cat confdefs.h >>conftest.$ac_ext
17872 cat >>conftest.$ac_ext <<_ACEOF
17873 /* end confdefs.h. */
17874 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
17875 For example, HP-UX 11i <limits.h> declares gettimeofday. */
17876 #define $ac_func innocuous_$ac_func
17878 /* System header to define __stub macros and hopefully few prototypes,
17879 which can conflict with char $ac_func (); below.
17880 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
17881 <limits.h> exists even on freestanding compilers. */
17883 #ifdef __STDC__
17884 # include <limits.h>
17885 #else
17886 # include <assert.h>
17887 #endif
17889 #undef $ac_func
17891 /* Override any GCC internal prototype to avoid an error.
17892 Use char because int might match the return type of a GCC
17893 builtin and then its argument prototype would still apply. */
17894 #ifdef __cplusplus
17895 extern "C"
17896 #endif
17897 char $ac_func ();
17898 /* The GNU C library defines this for functions which it implements
17899 to always fail with ENOSYS. Some functions are actually named
17900 something starting with __ and the normal name is an alias. */
17901 #if defined __stub_$ac_func || defined __stub___$ac_func
17902 choke me
17903 #endif
17906 main ()
17908 return $ac_func ();
17910 return 0;
17912 _ACEOF
17913 rm -f conftest.$ac_objext conftest$ac_exeext
17914 if { (ac_try="$ac_link"
17915 case "(($ac_try" in
17916 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17917 *) ac_try_echo=$ac_try;;
17918 esac
17919 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
17920 $as_echo "$ac_try_echo") >&5
17921 (eval "$ac_link") 2>conftest.er1
17922 ac_status=$?
17923 grep -v '^ *+' conftest.er1 >conftest.err
17924 rm -f conftest.er1
17925 cat conftest.err >&5
17926 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
17927 (exit $ac_status); } && {
17928 test -z "$ac_c_werror_flag" ||
17929 test ! -s conftest.err
17930 } && test -s conftest$ac_exeext && {
17931 test "$cross_compiling" = yes ||
17932 $as_test_x conftest$ac_exeext
17933 }; then
17934 eval "$as_ac_var=yes"
17935 else
17936 $as_echo "$as_me: failed program was:" >&5
17937 sed 's/^/| /' conftest.$ac_ext >&5
17939 eval "$as_ac_var=no"
17942 rm -rf conftest.dSYM
17943 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17944 conftest$ac_exeext conftest.$ac_ext
17946 ac_res=`eval 'as_val=${'$as_ac_var'}
17947 $as_echo "$as_val"'`
17948 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
17949 $as_echo "$ac_res" >&6; }
17950 as_val=`eval 'as_val=${'$as_ac_var'}
17951 $as_echo "$as_val"'`
17952 if test "x$as_val" = x""yes; then
17953 cat >>confdefs.h <<_ACEOF
17954 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
17955 _ACEOF
17958 done
17961 if test "$ac_cv_func_dlopen" = no
17962 then
17963 { $as_echo "$as_me:$LINENO: checking for dlopen in -ldl" >&5
17964 $as_echo_n "checking for dlopen in -ldl... " >&6; }
17965 if test "${ac_cv_lib_dl_dlopen+set}" = set; then
17966 $as_echo_n "(cached) " >&6
17967 else
17968 ac_check_lib_save_LIBS=$LIBS
17969 LIBS="-ldl $LIBS"
17970 cat >conftest.$ac_ext <<_ACEOF
17971 /* confdefs.h. */
17972 _ACEOF
17973 cat confdefs.h >>conftest.$ac_ext
17974 cat >>conftest.$ac_ext <<_ACEOF
17975 /* end confdefs.h. */
17977 /* Override any GCC internal prototype to avoid an error.
17978 Use char because int might match the return type of a GCC
17979 builtin and then its argument prototype would still apply. */
17980 #ifdef __cplusplus
17981 extern "C"
17982 #endif
17983 char dlopen ();
17985 main ()
17987 return dlopen ();
17989 return 0;
17991 _ACEOF
17992 rm -f conftest.$ac_objext conftest$ac_exeext
17993 if { (ac_try="$ac_link"
17994 case "(($ac_try" in
17995 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17996 *) ac_try_echo=$ac_try;;
17997 esac
17998 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
17999 $as_echo "$ac_try_echo") >&5
18000 (eval "$ac_link") 2>conftest.er1
18001 ac_status=$?
18002 grep -v '^ *+' conftest.er1 >conftest.err
18003 rm -f conftest.er1
18004 cat conftest.err >&5
18005 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
18006 (exit $ac_status); } && {
18007 test -z "$ac_c_werror_flag" ||
18008 test ! -s conftest.err
18009 } && test -s conftest$ac_exeext && {
18010 test "$cross_compiling" = yes ||
18011 $as_test_x conftest$ac_exeext
18012 }; then
18013 ac_cv_lib_dl_dlopen=yes
18014 else
18015 $as_echo "$as_me: failed program was:" >&5
18016 sed 's/^/| /' conftest.$ac_ext >&5
18018 ac_cv_lib_dl_dlopen=no
18021 rm -rf conftest.dSYM
18022 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
18023 conftest$ac_exeext conftest.$ac_ext
18024 LIBS=$ac_check_lib_save_LIBS
18026 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_dl_dlopen" >&5
18027 $as_echo "$ac_cv_lib_dl_dlopen" >&6; }
18028 if test "x$ac_cv_lib_dl_dlopen" = x""yes; then
18029 cat >>confdefs.h <<\_ACEOF
18030 #define HAVE_DLOPEN 1
18031 _ACEOF
18032 LIBDL="-ldl"
18037 ac_wine_check_funcs_save_LIBS="$LIBS"
18038 LIBS="$LIBS $LIBDL"
18040 for ac_func in dladdr
18042 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
18043 { $as_echo "$as_me:$LINENO: checking for $ac_func" >&5
18044 $as_echo_n "checking for $ac_func... " >&6; }
18045 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
18046 $as_echo_n "(cached) " >&6
18047 else
18048 cat >conftest.$ac_ext <<_ACEOF
18049 /* confdefs.h. */
18050 _ACEOF
18051 cat confdefs.h >>conftest.$ac_ext
18052 cat >>conftest.$ac_ext <<_ACEOF
18053 /* end confdefs.h. */
18054 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
18055 For example, HP-UX 11i <limits.h> declares gettimeofday. */
18056 #define $ac_func innocuous_$ac_func
18058 /* System header to define __stub macros and hopefully few prototypes,
18059 which can conflict with char $ac_func (); below.
18060 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
18061 <limits.h> exists even on freestanding compilers. */
18063 #ifdef __STDC__
18064 # include <limits.h>
18065 #else
18066 # include <assert.h>
18067 #endif
18069 #undef $ac_func
18071 /* Override any GCC internal prototype to avoid an error.
18072 Use char because int might match the return type of a GCC
18073 builtin and then its argument prototype would still apply. */
18074 #ifdef __cplusplus
18075 extern "C"
18076 #endif
18077 char $ac_func ();
18078 /* The GNU C library defines this for functions which it implements
18079 to always fail with ENOSYS. Some functions are actually named
18080 something starting with __ and the normal name is an alias. */
18081 #if defined __stub_$ac_func || defined __stub___$ac_func
18082 choke me
18083 #endif
18086 main ()
18088 return $ac_func ();
18090 return 0;
18092 _ACEOF
18093 rm -f conftest.$ac_objext conftest$ac_exeext
18094 if { (ac_try="$ac_link"
18095 case "(($ac_try" in
18096 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18097 *) ac_try_echo=$ac_try;;
18098 esac
18099 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
18100 $as_echo "$ac_try_echo") >&5
18101 (eval "$ac_link") 2>conftest.er1
18102 ac_status=$?
18103 grep -v '^ *+' conftest.er1 >conftest.err
18104 rm -f conftest.er1
18105 cat conftest.err >&5
18106 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
18107 (exit $ac_status); } && {
18108 test -z "$ac_c_werror_flag" ||
18109 test ! -s conftest.err
18110 } && test -s conftest$ac_exeext && {
18111 test "$cross_compiling" = yes ||
18112 $as_test_x conftest$ac_exeext
18113 }; then
18114 eval "$as_ac_var=yes"
18115 else
18116 $as_echo "$as_me: failed program was:" >&5
18117 sed 's/^/| /' conftest.$ac_ext >&5
18119 eval "$as_ac_var=no"
18122 rm -rf conftest.dSYM
18123 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
18124 conftest$ac_exeext conftest.$ac_ext
18126 ac_res=`eval 'as_val=${'$as_ac_var'}
18127 $as_echo "$as_val"'`
18128 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
18129 $as_echo "$ac_res" >&6; }
18130 as_val=`eval 'as_val=${'$as_ac_var'}
18131 $as_echo "$as_val"'`
18132 if test "x$as_val" = x""yes; then
18133 cat >>confdefs.h <<_ACEOF
18134 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
18135 _ACEOF
18138 done
18140 LIBS="$ac_wine_check_funcs_save_LIBS"
18142 if test "$ac_cv_func_poll" = no
18143 then
18144 { $as_echo "$as_me:$LINENO: checking for poll in -lpoll" >&5
18145 $as_echo_n "checking for poll in -lpoll... " >&6; }
18146 if test "${ac_cv_lib_poll_poll+set}" = set; then
18147 $as_echo_n "(cached) " >&6
18148 else
18149 ac_check_lib_save_LIBS=$LIBS
18150 LIBS="-lpoll $LIBS"
18151 cat >conftest.$ac_ext <<_ACEOF
18152 /* confdefs.h. */
18153 _ACEOF
18154 cat confdefs.h >>conftest.$ac_ext
18155 cat >>conftest.$ac_ext <<_ACEOF
18156 /* end confdefs.h. */
18158 /* Override any GCC internal prototype to avoid an error.
18159 Use char because int might match the return type of a GCC
18160 builtin and then its argument prototype would still apply. */
18161 #ifdef __cplusplus
18162 extern "C"
18163 #endif
18164 char poll ();
18166 main ()
18168 return poll ();
18170 return 0;
18172 _ACEOF
18173 rm -f conftest.$ac_objext conftest$ac_exeext
18174 if { (ac_try="$ac_link"
18175 case "(($ac_try" in
18176 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18177 *) ac_try_echo=$ac_try;;
18178 esac
18179 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
18180 $as_echo "$ac_try_echo") >&5
18181 (eval "$ac_link") 2>conftest.er1
18182 ac_status=$?
18183 grep -v '^ *+' conftest.er1 >conftest.err
18184 rm -f conftest.er1
18185 cat conftest.err >&5
18186 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
18187 (exit $ac_status); } && {
18188 test -z "$ac_c_werror_flag" ||
18189 test ! -s conftest.err
18190 } && test -s conftest$ac_exeext && {
18191 test "$cross_compiling" = yes ||
18192 $as_test_x conftest$ac_exeext
18193 }; then
18194 ac_cv_lib_poll_poll=yes
18195 else
18196 $as_echo "$as_me: failed program was:" >&5
18197 sed 's/^/| /' conftest.$ac_ext >&5
18199 ac_cv_lib_poll_poll=no
18202 rm -rf conftest.dSYM
18203 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
18204 conftest$ac_exeext conftest.$ac_ext
18205 LIBS=$ac_check_lib_save_LIBS
18207 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_poll_poll" >&5
18208 $as_echo "$ac_cv_lib_poll_poll" >&6; }
18209 if test "x$ac_cv_lib_poll_poll" = x""yes; then
18210 cat >>confdefs.h <<\_ACEOF
18211 #define HAVE_POLL 1
18212 _ACEOF
18213 LIBPOLL="-lpoll"
18219 { $as_echo "$as_me:$LINENO: checking for library containing gethostbyname" >&5
18220 $as_echo_n "checking for library containing gethostbyname... " >&6; }
18221 if test "${ac_cv_search_gethostbyname+set}" = set; then
18222 $as_echo_n "(cached) " >&6
18223 else
18224 ac_func_search_save_LIBS=$LIBS
18225 cat >conftest.$ac_ext <<_ACEOF
18226 /* confdefs.h. */
18227 _ACEOF
18228 cat confdefs.h >>conftest.$ac_ext
18229 cat >>conftest.$ac_ext <<_ACEOF
18230 /* end confdefs.h. */
18232 /* Override any GCC internal prototype to avoid an error.
18233 Use char because int might match the return type of a GCC
18234 builtin and then its argument prototype would still apply. */
18235 #ifdef __cplusplus
18236 extern "C"
18237 #endif
18238 char gethostbyname ();
18240 main ()
18242 return gethostbyname ();
18244 return 0;
18246 _ACEOF
18247 for ac_lib in '' nsl; do
18248 if test -z "$ac_lib"; then
18249 ac_res="none required"
18250 else
18251 ac_res=-l$ac_lib
18252 LIBS="-l$ac_lib $ac_func_search_save_LIBS"
18254 rm -f conftest.$ac_objext conftest$ac_exeext
18255 if { (ac_try="$ac_link"
18256 case "(($ac_try" in
18257 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18258 *) ac_try_echo=$ac_try;;
18259 esac
18260 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
18261 $as_echo "$ac_try_echo") >&5
18262 (eval "$ac_link") 2>conftest.er1
18263 ac_status=$?
18264 grep -v '^ *+' conftest.er1 >conftest.err
18265 rm -f conftest.er1
18266 cat conftest.err >&5
18267 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
18268 (exit $ac_status); } && {
18269 test -z "$ac_c_werror_flag" ||
18270 test ! -s conftest.err
18271 } && test -s conftest$ac_exeext && {
18272 test "$cross_compiling" = yes ||
18273 $as_test_x conftest$ac_exeext
18274 }; then
18275 ac_cv_search_gethostbyname=$ac_res
18276 else
18277 $as_echo "$as_me: failed program was:" >&5
18278 sed 's/^/| /' conftest.$ac_ext >&5
18283 rm -rf conftest.dSYM
18284 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
18285 conftest$ac_exeext
18286 if test "${ac_cv_search_gethostbyname+set}" = set; then
18287 break
18289 done
18290 if test "${ac_cv_search_gethostbyname+set}" = set; then
18292 else
18293 ac_cv_search_gethostbyname=no
18295 rm conftest.$ac_ext
18296 LIBS=$ac_func_search_save_LIBS
18298 { $as_echo "$as_me:$LINENO: result: $ac_cv_search_gethostbyname" >&5
18299 $as_echo "$ac_cv_search_gethostbyname" >&6; }
18300 ac_res=$ac_cv_search_gethostbyname
18301 if test "$ac_res" != no; then
18302 test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
18307 { $as_echo "$as_me:$LINENO: checking for library containing connect" >&5
18308 $as_echo_n "checking for library containing connect... " >&6; }
18309 if test "${ac_cv_search_connect+set}" = set; then
18310 $as_echo_n "(cached) " >&6
18311 else
18312 ac_func_search_save_LIBS=$LIBS
18313 cat >conftest.$ac_ext <<_ACEOF
18314 /* confdefs.h. */
18315 _ACEOF
18316 cat confdefs.h >>conftest.$ac_ext
18317 cat >>conftest.$ac_ext <<_ACEOF
18318 /* end confdefs.h. */
18320 /* Override any GCC internal prototype to avoid an error.
18321 Use char because int might match the return type of a GCC
18322 builtin and then its argument prototype would still apply. */
18323 #ifdef __cplusplus
18324 extern "C"
18325 #endif
18326 char connect ();
18328 main ()
18330 return connect ();
18332 return 0;
18334 _ACEOF
18335 for ac_lib in '' socket; do
18336 if test -z "$ac_lib"; then
18337 ac_res="none required"
18338 else
18339 ac_res=-l$ac_lib
18340 LIBS="-l$ac_lib $ac_func_search_save_LIBS"
18342 rm -f conftest.$ac_objext conftest$ac_exeext
18343 if { (ac_try="$ac_link"
18344 case "(($ac_try" in
18345 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18346 *) ac_try_echo=$ac_try;;
18347 esac
18348 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
18349 $as_echo "$ac_try_echo") >&5
18350 (eval "$ac_link") 2>conftest.er1
18351 ac_status=$?
18352 grep -v '^ *+' conftest.er1 >conftest.err
18353 rm -f conftest.er1
18354 cat conftest.err >&5
18355 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
18356 (exit $ac_status); } && {
18357 test -z "$ac_c_werror_flag" ||
18358 test ! -s conftest.err
18359 } && test -s conftest$ac_exeext && {
18360 test "$cross_compiling" = yes ||
18361 $as_test_x conftest$ac_exeext
18362 }; then
18363 ac_cv_search_connect=$ac_res
18364 else
18365 $as_echo "$as_me: failed program was:" >&5
18366 sed 's/^/| /' conftest.$ac_ext >&5
18371 rm -rf conftest.dSYM
18372 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
18373 conftest$ac_exeext
18374 if test "${ac_cv_search_connect+set}" = set; then
18375 break
18377 done
18378 if test "${ac_cv_search_connect+set}" = set; then
18380 else
18381 ac_cv_search_connect=no
18383 rm conftest.$ac_ext
18384 LIBS=$ac_func_search_save_LIBS
18386 { $as_echo "$as_me:$LINENO: result: $ac_cv_search_connect" >&5
18387 $as_echo "$ac_cv_search_connect" >&6; }
18388 ac_res=$ac_cv_search_connect
18389 if test "$ac_res" != no; then
18390 test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
18395 { $as_echo "$as_me:$LINENO: checking for library containing inet_aton" >&5
18396 $as_echo_n "checking for library containing inet_aton... " >&6; }
18397 if test "${ac_cv_search_inet_aton+set}" = set; then
18398 $as_echo_n "(cached) " >&6
18399 else
18400 ac_func_search_save_LIBS=$LIBS
18401 cat >conftest.$ac_ext <<_ACEOF
18402 /* confdefs.h. */
18403 _ACEOF
18404 cat confdefs.h >>conftest.$ac_ext
18405 cat >>conftest.$ac_ext <<_ACEOF
18406 /* end confdefs.h. */
18408 /* Override any GCC internal prototype to avoid an error.
18409 Use char because int might match the return type of a GCC
18410 builtin and then its argument prototype would still apply. */
18411 #ifdef __cplusplus
18412 extern "C"
18413 #endif
18414 char inet_aton ();
18416 main ()
18418 return inet_aton ();
18420 return 0;
18422 _ACEOF
18423 for ac_lib in '' resolv; do
18424 if test -z "$ac_lib"; then
18425 ac_res="none required"
18426 else
18427 ac_res=-l$ac_lib
18428 LIBS="-l$ac_lib $ac_func_search_save_LIBS"
18430 rm -f conftest.$ac_objext conftest$ac_exeext
18431 if { (ac_try="$ac_link"
18432 case "(($ac_try" in
18433 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18434 *) ac_try_echo=$ac_try;;
18435 esac
18436 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
18437 $as_echo "$ac_try_echo") >&5
18438 (eval "$ac_link") 2>conftest.er1
18439 ac_status=$?
18440 grep -v '^ *+' conftest.er1 >conftest.err
18441 rm -f conftest.er1
18442 cat conftest.err >&5
18443 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
18444 (exit $ac_status); } && {
18445 test -z "$ac_c_werror_flag" ||
18446 test ! -s conftest.err
18447 } && test -s conftest$ac_exeext && {
18448 test "$cross_compiling" = yes ||
18449 $as_test_x conftest$ac_exeext
18450 }; then
18451 ac_cv_search_inet_aton=$ac_res
18452 else
18453 $as_echo "$as_me: failed program was:" >&5
18454 sed 's/^/| /' conftest.$ac_ext >&5
18459 rm -rf conftest.dSYM
18460 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
18461 conftest$ac_exeext
18462 if test "${ac_cv_search_inet_aton+set}" = set; then
18463 break
18465 done
18466 if test "${ac_cv_search_inet_aton+set}" = set; then
18468 else
18469 ac_cv_search_inet_aton=no
18471 rm conftest.$ac_ext
18472 LIBS=$ac_func_search_save_LIBS
18474 { $as_echo "$as_me:$LINENO: result: $ac_cv_search_inet_aton" >&5
18475 $as_echo "$ac_cv_search_inet_aton" >&6; }
18476 ac_res=$ac_cv_search_inet_aton
18477 if test "$ac_res" != no; then
18478 test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
18491 for ac_func in \
18492 getaddrinfo \
18493 getnameinfo \
18494 getnetbyname \
18495 getprotobyname \
18496 getprotobynumber \
18497 getservbyport \
18498 inet_network \
18499 sendmsg \
18502 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
18503 { $as_echo "$as_me:$LINENO: checking for $ac_func" >&5
18504 $as_echo_n "checking for $ac_func... " >&6; }
18505 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
18506 $as_echo_n "(cached) " >&6
18507 else
18508 cat >conftest.$ac_ext <<_ACEOF
18509 /* confdefs.h. */
18510 _ACEOF
18511 cat confdefs.h >>conftest.$ac_ext
18512 cat >>conftest.$ac_ext <<_ACEOF
18513 /* end confdefs.h. */
18514 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
18515 For example, HP-UX 11i <limits.h> declares gettimeofday. */
18516 #define $ac_func innocuous_$ac_func
18518 /* System header to define __stub macros and hopefully few prototypes,
18519 which can conflict with char $ac_func (); below.
18520 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
18521 <limits.h> exists even on freestanding compilers. */
18523 #ifdef __STDC__
18524 # include <limits.h>
18525 #else
18526 # include <assert.h>
18527 #endif
18529 #undef $ac_func
18531 /* Override any GCC internal prototype to avoid an error.
18532 Use char because int might match the return type of a GCC
18533 builtin and then its argument prototype would still apply. */
18534 #ifdef __cplusplus
18535 extern "C"
18536 #endif
18537 char $ac_func ();
18538 /* The GNU C library defines this for functions which it implements
18539 to always fail with ENOSYS. Some functions are actually named
18540 something starting with __ and the normal name is an alias. */
18541 #if defined __stub_$ac_func || defined __stub___$ac_func
18542 choke me
18543 #endif
18546 main ()
18548 return $ac_func ();
18550 return 0;
18552 _ACEOF
18553 rm -f conftest.$ac_objext conftest$ac_exeext
18554 if { (ac_try="$ac_link"
18555 case "(($ac_try" in
18556 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18557 *) ac_try_echo=$ac_try;;
18558 esac
18559 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
18560 $as_echo "$ac_try_echo") >&5
18561 (eval "$ac_link") 2>conftest.er1
18562 ac_status=$?
18563 grep -v '^ *+' conftest.er1 >conftest.err
18564 rm -f conftest.er1
18565 cat conftest.err >&5
18566 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
18567 (exit $ac_status); } && {
18568 test -z "$ac_c_werror_flag" ||
18569 test ! -s conftest.err
18570 } && test -s conftest$ac_exeext && {
18571 test "$cross_compiling" = yes ||
18572 $as_test_x conftest$ac_exeext
18573 }; then
18574 eval "$as_ac_var=yes"
18575 else
18576 $as_echo "$as_me: failed program was:" >&5
18577 sed 's/^/| /' conftest.$ac_ext >&5
18579 eval "$as_ac_var=no"
18582 rm -rf conftest.dSYM
18583 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
18584 conftest$ac_exeext conftest.$ac_ext
18586 ac_res=`eval 'as_val=${'$as_ac_var'}
18587 $as_echo "$as_val"'`
18588 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
18589 $as_echo "$ac_res" >&6; }
18590 as_val=`eval 'as_val=${'$as_ac_var'}
18591 $as_echo "$as_val"'`
18592 if test "x$as_val" = x""yes; then
18593 cat >>confdefs.h <<_ACEOF
18594 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
18595 _ACEOF
18598 done
18601 LDAPLIBS=""
18603 if test "$ac_cv_header_ldap_h" = "yes" -a "$ac_cv_header_lber_h" = "yes"
18604 then
18605 { $as_echo "$as_me:$LINENO: checking for LDAPSortKey" >&5
18606 $as_echo_n "checking for LDAPSortKey... " >&6; }
18607 if test "${ac_cv_type_LDAPSortKey+set}" = set; then
18608 $as_echo_n "(cached) " >&6
18609 else
18610 ac_cv_type_LDAPSortKey=no
18611 cat >conftest.$ac_ext <<_ACEOF
18612 /* confdefs.h. */
18613 _ACEOF
18614 cat confdefs.h >>conftest.$ac_ext
18615 cat >>conftest.$ac_ext <<_ACEOF
18616 /* end confdefs.h. */
18617 #include <ldap.h>
18620 main ()
18622 if (sizeof (LDAPSortKey))
18623 return 0;
18625 return 0;
18627 _ACEOF
18628 rm -f conftest.$ac_objext
18629 if { (ac_try="$ac_compile"
18630 case "(($ac_try" in
18631 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18632 *) ac_try_echo=$ac_try;;
18633 esac
18634 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
18635 $as_echo "$ac_try_echo") >&5
18636 (eval "$ac_compile") 2>conftest.er1
18637 ac_status=$?
18638 grep -v '^ *+' conftest.er1 >conftest.err
18639 rm -f conftest.er1
18640 cat conftest.err >&5
18641 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
18642 (exit $ac_status); } && {
18643 test -z "$ac_c_werror_flag" ||
18644 test ! -s conftest.err
18645 } && test -s conftest.$ac_objext; then
18646 cat >conftest.$ac_ext <<_ACEOF
18647 /* confdefs.h. */
18648 _ACEOF
18649 cat confdefs.h >>conftest.$ac_ext
18650 cat >>conftest.$ac_ext <<_ACEOF
18651 /* end confdefs.h. */
18652 #include <ldap.h>
18655 main ()
18657 if (sizeof ((LDAPSortKey)))
18658 return 0;
18660 return 0;
18662 _ACEOF
18663 rm -f conftest.$ac_objext
18664 if { (ac_try="$ac_compile"
18665 case "(($ac_try" in
18666 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18667 *) ac_try_echo=$ac_try;;
18668 esac
18669 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
18670 $as_echo "$ac_try_echo") >&5
18671 (eval "$ac_compile") 2>conftest.er1
18672 ac_status=$?
18673 grep -v '^ *+' conftest.er1 >conftest.err
18674 rm -f conftest.er1
18675 cat conftest.err >&5
18676 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
18677 (exit $ac_status); } && {
18678 test -z "$ac_c_werror_flag" ||
18679 test ! -s conftest.err
18680 } && test -s conftest.$ac_objext; then
18682 else
18683 $as_echo "$as_me: failed program was:" >&5
18684 sed 's/^/| /' conftest.$ac_ext >&5
18686 ac_cv_type_LDAPSortKey=yes
18689 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
18690 else
18691 $as_echo "$as_me: failed program was:" >&5
18692 sed 's/^/| /' conftest.$ac_ext >&5
18697 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
18699 { $as_echo "$as_me:$LINENO: result: $ac_cv_type_LDAPSortKey" >&5
18700 $as_echo "$ac_cv_type_LDAPSortKey" >&6; }
18701 if test "x$ac_cv_type_LDAPSortKey" = x""yes; then
18702 { $as_echo "$as_me:$LINENO: checking for ldap_initialize in -lldap_r" >&5
18703 $as_echo_n "checking for ldap_initialize in -lldap_r... " >&6; }
18704 if test "${ac_cv_lib_ldap_r_ldap_initialize+set}" = set; then
18705 $as_echo_n "(cached) " >&6
18706 else
18707 ac_check_lib_save_LIBS=$LIBS
18708 LIBS="-lldap_r $LIBPTHREAD $LIBS"
18709 cat >conftest.$ac_ext <<_ACEOF
18710 /* confdefs.h. */
18711 _ACEOF
18712 cat confdefs.h >>conftest.$ac_ext
18713 cat >>conftest.$ac_ext <<_ACEOF
18714 /* end confdefs.h. */
18716 /* Override any GCC internal prototype to avoid an error.
18717 Use char because int might match the return type of a GCC
18718 builtin and then its argument prototype would still apply. */
18719 #ifdef __cplusplus
18720 extern "C"
18721 #endif
18722 char ldap_initialize ();
18724 main ()
18726 return ldap_initialize ();
18728 return 0;
18730 _ACEOF
18731 rm -f conftest.$ac_objext conftest$ac_exeext
18732 if { (ac_try="$ac_link"
18733 case "(($ac_try" in
18734 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18735 *) ac_try_echo=$ac_try;;
18736 esac
18737 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
18738 $as_echo "$ac_try_echo") >&5
18739 (eval "$ac_link") 2>conftest.er1
18740 ac_status=$?
18741 grep -v '^ *+' conftest.er1 >conftest.err
18742 rm -f conftest.er1
18743 cat conftest.err >&5
18744 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
18745 (exit $ac_status); } && {
18746 test -z "$ac_c_werror_flag" ||
18747 test ! -s conftest.err
18748 } && test -s conftest$ac_exeext && {
18749 test "$cross_compiling" = yes ||
18750 $as_test_x conftest$ac_exeext
18751 }; then
18752 ac_cv_lib_ldap_r_ldap_initialize=yes
18753 else
18754 $as_echo "$as_me: failed program was:" >&5
18755 sed 's/^/| /' conftest.$ac_ext >&5
18757 ac_cv_lib_ldap_r_ldap_initialize=no
18760 rm -rf conftest.dSYM
18761 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
18762 conftest$ac_exeext conftest.$ac_ext
18763 LIBS=$ac_check_lib_save_LIBS
18765 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_ldap_r_ldap_initialize" >&5
18766 $as_echo "$ac_cv_lib_ldap_r_ldap_initialize" >&6; }
18767 if test "x$ac_cv_lib_ldap_r_ldap_initialize" = x""yes; then
18768 { $as_echo "$as_me:$LINENO: checking for ber_init in -llber" >&5
18769 $as_echo_n "checking for ber_init in -llber... " >&6; }
18770 if test "${ac_cv_lib_lber_ber_init+set}" = set; then
18771 $as_echo_n "(cached) " >&6
18772 else
18773 ac_check_lib_save_LIBS=$LIBS
18774 LIBS="-llber $LIBPTHREAD $LIBS"
18775 cat >conftest.$ac_ext <<_ACEOF
18776 /* confdefs.h. */
18777 _ACEOF
18778 cat confdefs.h >>conftest.$ac_ext
18779 cat >>conftest.$ac_ext <<_ACEOF
18780 /* end confdefs.h. */
18782 /* Override any GCC internal prototype to avoid an error.
18783 Use char because int might match the return type of a GCC
18784 builtin and then its argument prototype would still apply. */
18785 #ifdef __cplusplus
18786 extern "C"
18787 #endif
18788 char ber_init ();
18790 main ()
18792 return ber_init ();
18794 return 0;
18796 _ACEOF
18797 rm -f conftest.$ac_objext conftest$ac_exeext
18798 if { (ac_try="$ac_link"
18799 case "(($ac_try" in
18800 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18801 *) ac_try_echo=$ac_try;;
18802 esac
18803 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
18804 $as_echo "$ac_try_echo") >&5
18805 (eval "$ac_link") 2>conftest.er1
18806 ac_status=$?
18807 grep -v '^ *+' conftest.er1 >conftest.err
18808 rm -f conftest.er1
18809 cat conftest.err >&5
18810 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
18811 (exit $ac_status); } && {
18812 test -z "$ac_c_werror_flag" ||
18813 test ! -s conftest.err
18814 } && test -s conftest$ac_exeext && {
18815 test "$cross_compiling" = yes ||
18816 $as_test_x conftest$ac_exeext
18817 }; then
18818 ac_cv_lib_lber_ber_init=yes
18819 else
18820 $as_echo "$as_me: failed program was:" >&5
18821 sed 's/^/| /' conftest.$ac_ext >&5
18823 ac_cv_lib_lber_ber_init=no
18826 rm -rf conftest.dSYM
18827 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
18828 conftest$ac_exeext conftest.$ac_ext
18829 LIBS=$ac_check_lib_save_LIBS
18831 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_lber_ber_init" >&5
18832 $as_echo "$ac_cv_lib_lber_ber_init" >&6; }
18833 if test "x$ac_cv_lib_lber_ber_init" = x""yes; then
18835 cat >>confdefs.h <<\_ACEOF
18836 #define HAVE_LDAP 1
18837 _ACEOF
18839 LDAPLIBS="-lldap_r -llber"
18846 ac_wine_check_funcs_save_LIBS="$LIBS"
18847 LIBS="$LIBS $LDAPLIBS $LIBPTHREAD"
18856 for ac_func in \
18857 ldap_count_references \
18858 ldap_first_reference \
18859 ldap_next_reference \
18860 ldap_parse_reference \
18861 ldap_parse_sort_control \
18862 ldap_parse_sortresponse_control \
18863 ldap_parse_vlv_control \
18864 ldap_parse_vlvresponse_control
18866 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
18867 { $as_echo "$as_me:$LINENO: checking for $ac_func" >&5
18868 $as_echo_n "checking for $ac_func... " >&6; }
18869 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
18870 $as_echo_n "(cached) " >&6
18871 else
18872 cat >conftest.$ac_ext <<_ACEOF
18873 /* confdefs.h. */
18874 _ACEOF
18875 cat confdefs.h >>conftest.$ac_ext
18876 cat >>conftest.$ac_ext <<_ACEOF
18877 /* end confdefs.h. */
18878 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
18879 For example, HP-UX 11i <limits.h> declares gettimeofday. */
18880 #define $ac_func innocuous_$ac_func
18882 /* System header to define __stub macros and hopefully few prototypes,
18883 which can conflict with char $ac_func (); below.
18884 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
18885 <limits.h> exists even on freestanding compilers. */
18887 #ifdef __STDC__
18888 # include <limits.h>
18889 #else
18890 # include <assert.h>
18891 #endif
18893 #undef $ac_func
18895 /* Override any GCC internal prototype to avoid an error.
18896 Use char because int might match the return type of a GCC
18897 builtin and then its argument prototype would still apply. */
18898 #ifdef __cplusplus
18899 extern "C"
18900 #endif
18901 char $ac_func ();
18902 /* The GNU C library defines this for functions which it implements
18903 to always fail with ENOSYS. Some functions are actually named
18904 something starting with __ and the normal name is an alias. */
18905 #if defined __stub_$ac_func || defined __stub___$ac_func
18906 choke me
18907 #endif
18910 main ()
18912 return $ac_func ();
18914 return 0;
18916 _ACEOF
18917 rm -f conftest.$ac_objext conftest$ac_exeext
18918 if { (ac_try="$ac_link"
18919 case "(($ac_try" in
18920 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18921 *) ac_try_echo=$ac_try;;
18922 esac
18923 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
18924 $as_echo "$ac_try_echo") >&5
18925 (eval "$ac_link") 2>conftest.er1
18926 ac_status=$?
18927 grep -v '^ *+' conftest.er1 >conftest.err
18928 rm -f conftest.er1
18929 cat conftest.err >&5
18930 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
18931 (exit $ac_status); } && {
18932 test -z "$ac_c_werror_flag" ||
18933 test ! -s conftest.err
18934 } && test -s conftest$ac_exeext && {
18935 test "$cross_compiling" = yes ||
18936 $as_test_x conftest$ac_exeext
18937 }; then
18938 eval "$as_ac_var=yes"
18939 else
18940 $as_echo "$as_me: failed program was:" >&5
18941 sed 's/^/| /' conftest.$ac_ext >&5
18943 eval "$as_ac_var=no"
18946 rm -rf conftest.dSYM
18947 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
18948 conftest$ac_exeext conftest.$ac_ext
18950 ac_res=`eval 'as_val=${'$as_ac_var'}
18951 $as_echo "$as_val"'`
18952 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
18953 $as_echo "$ac_res" >&6; }
18954 as_val=`eval 'as_val=${'$as_ac_var'}
18955 $as_echo "$as_val"'`
18956 if test "x$as_val" = x""yes; then
18957 cat >>confdefs.h <<_ACEOF
18958 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
18959 _ACEOF
18962 done
18964 LIBS="$ac_wine_check_funcs_save_LIBS"
18966 if test "x$LDAPLIBS" = "x"; then
18967 case "x$with_ldap" in
18968 x) wine_notices="$wine_notices|libldap (OpenLDAP) ${notice_platform}development files not found, LDAP won't be supported." ;;
18969 xno) ;;
18970 *) { { $as_echo "$as_me:$LINENO: error: libldap (OpenLDAP) ${notice_platform}development files not found, LDAP won't be supported.
18971 This is an error since --with-ldap was requested." >&5
18972 $as_echo "$as_me: error: libldap (OpenLDAP) ${notice_platform}development files not found, LDAP won't be supported.
18973 This is an error since --with-ldap was requested." >&2;}
18974 { (exit 1); exit 1; }; } ;;
18975 esac
18979 { $as_echo "$as_me:$LINENO: checking whether mkdir takes only one argument" >&5
18980 $as_echo_n "checking whether mkdir takes only one argument... " >&6; }
18981 if test "${wine_cv_one_arg_mkdir+set}" = set; then
18982 $as_echo_n "(cached) " >&6
18983 else
18984 cat >conftest.$ac_ext <<_ACEOF
18985 /* confdefs.h. */
18986 _ACEOF
18987 cat confdefs.h >>conftest.$ac_ext
18988 cat >>conftest.$ac_ext <<_ACEOF
18989 /* end confdefs.h. */
18990 #include <sys/stat.h>
18992 main ()
18994 mkdir("foo");
18996 return 0;
18998 _ACEOF
18999 rm -f conftest.$ac_objext
19000 if { (ac_try="$ac_compile"
19001 case "(($ac_try" in
19002 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19003 *) ac_try_echo=$ac_try;;
19004 esac
19005 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
19006 $as_echo "$ac_try_echo") >&5
19007 (eval "$ac_compile") 2>conftest.er1
19008 ac_status=$?
19009 grep -v '^ *+' conftest.er1 >conftest.err
19010 rm -f conftest.er1
19011 cat conftest.err >&5
19012 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
19013 (exit $ac_status); } && {
19014 test -z "$ac_c_werror_flag" ||
19015 test ! -s conftest.err
19016 } && test -s conftest.$ac_objext; then
19017 wine_cv_one_arg_mkdir=yes
19018 else
19019 $as_echo "$as_me: failed program was:" >&5
19020 sed 's/^/| /' conftest.$ac_ext >&5
19022 wine_cv_one_arg_mkdir=no
19025 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19027 { $as_echo "$as_me:$LINENO: result: $wine_cv_one_arg_mkdir" >&5
19028 $as_echo "$wine_cv_one_arg_mkdir" >&6; }
19029 if test "$wine_cv_one_arg_mkdir" = "yes"
19030 then
19032 cat >>confdefs.h <<\_ACEOF
19033 #define HAVE_ONE_ARG_MKDIR 1
19034 _ACEOF
19039 { $as_echo "$as_me:$LINENO: checking for an ANSI C-conforming const" >&5
19040 $as_echo_n "checking for an ANSI C-conforming const... " >&6; }
19041 if test "${ac_cv_c_const+set}" = set; then
19042 $as_echo_n "(cached) " >&6
19043 else
19044 cat >conftest.$ac_ext <<_ACEOF
19045 /* confdefs.h. */
19046 _ACEOF
19047 cat confdefs.h >>conftest.$ac_ext
19048 cat >>conftest.$ac_ext <<_ACEOF
19049 /* end confdefs.h. */
19052 main ()
19054 /* FIXME: Include the comments suggested by Paul. */
19055 #ifndef __cplusplus
19056 /* Ultrix mips cc rejects this. */
19057 typedef int charset[2];
19058 const charset cs;
19059 /* SunOS 4.1.1 cc rejects this. */
19060 char const *const *pcpcc;
19061 char **ppc;
19062 /* NEC SVR4.0.2 mips cc rejects this. */
19063 struct point {int x, y;};
19064 static struct point const zero = {0,0};
19065 /* AIX XL C 1.02.0.0 rejects this.
19066 It does not let you subtract one const X* pointer from another in
19067 an arm of an if-expression whose if-part is not a constant
19068 expression */
19069 const char *g = "string";
19070 pcpcc = &g + (g ? g-g : 0);
19071 /* HPUX 7.0 cc rejects these. */
19072 ++pcpcc;
19073 ppc = (char**) pcpcc;
19074 pcpcc = (char const *const *) ppc;
19075 { /* SCO 3.2v4 cc rejects this. */
19076 char *t;
19077 char const *s = 0 ? (char *) 0 : (char const *) 0;
19079 *t++ = 0;
19080 if (s) return 0;
19082 { /* Someone thinks the Sun supposedly-ANSI compiler will reject this. */
19083 int x[] = {25, 17};
19084 const int *foo = &x[0];
19085 ++foo;
19087 { /* Sun SC1.0 ANSI compiler rejects this -- but not the above. */
19088 typedef const int *iptr;
19089 iptr p = 0;
19090 ++p;
19092 { /* AIX XL C 1.02.0.0 rejects this saying
19093 "k.c", line 2.27: 1506-025 (S) Operand must be a modifiable lvalue. */
19094 struct s { int j; const int *ap[3]; };
19095 struct s *b; b->j = 5;
19097 { /* ULTRIX-32 V3.1 (Rev 9) vcc rejects this */
19098 const int foo = 10;
19099 if (!foo) return 0;
19101 return !cs[0] && !zero.x;
19102 #endif
19105 return 0;
19107 _ACEOF
19108 rm -f conftest.$ac_objext
19109 if { (ac_try="$ac_compile"
19110 case "(($ac_try" in
19111 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19112 *) ac_try_echo=$ac_try;;
19113 esac
19114 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
19115 $as_echo "$ac_try_echo") >&5
19116 (eval "$ac_compile") 2>conftest.er1
19117 ac_status=$?
19118 grep -v '^ *+' conftest.er1 >conftest.err
19119 rm -f conftest.er1
19120 cat conftest.err >&5
19121 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
19122 (exit $ac_status); } && {
19123 test -z "$ac_c_werror_flag" ||
19124 test ! -s conftest.err
19125 } && test -s conftest.$ac_objext; then
19126 ac_cv_c_const=yes
19127 else
19128 $as_echo "$as_me: failed program was:" >&5
19129 sed 's/^/| /' conftest.$ac_ext >&5
19131 ac_cv_c_const=no
19134 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19136 { $as_echo "$as_me:$LINENO: result: $ac_cv_c_const" >&5
19137 $as_echo "$ac_cv_c_const" >&6; }
19138 if test $ac_cv_c_const = no; then
19140 cat >>confdefs.h <<\_ACEOF
19141 #define const /**/
19142 _ACEOF
19146 { $as_echo "$as_me:$LINENO: checking for inline" >&5
19147 $as_echo_n "checking for inline... " >&6; }
19148 if test "${ac_cv_c_inline+set}" = set; then
19149 $as_echo_n "(cached) " >&6
19150 else
19151 ac_cv_c_inline=no
19152 for ac_kw in inline __inline__ __inline; do
19153 cat >conftest.$ac_ext <<_ACEOF
19154 /* confdefs.h. */
19155 _ACEOF
19156 cat confdefs.h >>conftest.$ac_ext
19157 cat >>conftest.$ac_ext <<_ACEOF
19158 /* end confdefs.h. */
19159 #ifndef __cplusplus
19160 typedef int foo_t;
19161 static $ac_kw foo_t static_foo () {return 0; }
19162 $ac_kw foo_t foo () {return 0; }
19163 #endif
19165 _ACEOF
19166 rm -f conftest.$ac_objext
19167 if { (ac_try="$ac_compile"
19168 case "(($ac_try" in
19169 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19170 *) ac_try_echo=$ac_try;;
19171 esac
19172 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
19173 $as_echo "$ac_try_echo") >&5
19174 (eval "$ac_compile") 2>conftest.er1
19175 ac_status=$?
19176 grep -v '^ *+' conftest.er1 >conftest.err
19177 rm -f conftest.er1
19178 cat conftest.err >&5
19179 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
19180 (exit $ac_status); } && {
19181 test -z "$ac_c_werror_flag" ||
19182 test ! -s conftest.err
19183 } && test -s conftest.$ac_objext; then
19184 ac_cv_c_inline=$ac_kw
19185 else
19186 $as_echo "$as_me: failed program was:" >&5
19187 sed 's/^/| /' conftest.$ac_ext >&5
19192 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19193 test "$ac_cv_c_inline" != no && break
19194 done
19197 { $as_echo "$as_me:$LINENO: result: $ac_cv_c_inline" >&5
19198 $as_echo "$ac_cv_c_inline" >&6; }
19201 case $ac_cv_c_inline in
19202 inline | yes) ;;
19204 case $ac_cv_c_inline in
19205 no) ac_val=;;
19206 *) ac_val=$ac_cv_c_inline;;
19207 esac
19208 cat >>confdefs.h <<_ACEOF
19209 #ifndef __cplusplus
19210 #define inline $ac_val
19211 #endif
19212 _ACEOF
19214 esac
19216 { $as_echo "$as_me:$LINENO: checking for mode_t" >&5
19217 $as_echo_n "checking for mode_t... " >&6; }
19218 if test "${ac_cv_type_mode_t+set}" = set; then
19219 $as_echo_n "(cached) " >&6
19220 else
19221 ac_cv_type_mode_t=no
19222 cat >conftest.$ac_ext <<_ACEOF
19223 /* confdefs.h. */
19224 _ACEOF
19225 cat confdefs.h >>conftest.$ac_ext
19226 cat >>conftest.$ac_ext <<_ACEOF
19227 /* end confdefs.h. */
19228 $ac_includes_default
19230 main ()
19232 if (sizeof (mode_t))
19233 return 0;
19235 return 0;
19237 _ACEOF
19238 rm -f conftest.$ac_objext
19239 if { (ac_try="$ac_compile"
19240 case "(($ac_try" in
19241 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19242 *) ac_try_echo=$ac_try;;
19243 esac
19244 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
19245 $as_echo "$ac_try_echo") >&5
19246 (eval "$ac_compile") 2>conftest.er1
19247 ac_status=$?
19248 grep -v '^ *+' conftest.er1 >conftest.err
19249 rm -f conftest.er1
19250 cat conftest.err >&5
19251 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
19252 (exit $ac_status); } && {
19253 test -z "$ac_c_werror_flag" ||
19254 test ! -s conftest.err
19255 } && test -s conftest.$ac_objext; then
19256 cat >conftest.$ac_ext <<_ACEOF
19257 /* confdefs.h. */
19258 _ACEOF
19259 cat confdefs.h >>conftest.$ac_ext
19260 cat >>conftest.$ac_ext <<_ACEOF
19261 /* end confdefs.h. */
19262 $ac_includes_default
19264 main ()
19266 if (sizeof ((mode_t)))
19267 return 0;
19269 return 0;
19271 _ACEOF
19272 rm -f conftest.$ac_objext
19273 if { (ac_try="$ac_compile"
19274 case "(($ac_try" in
19275 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19276 *) ac_try_echo=$ac_try;;
19277 esac
19278 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
19279 $as_echo "$ac_try_echo") >&5
19280 (eval "$ac_compile") 2>conftest.er1
19281 ac_status=$?
19282 grep -v '^ *+' conftest.er1 >conftest.err
19283 rm -f conftest.er1
19284 cat conftest.err >&5
19285 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
19286 (exit $ac_status); } && {
19287 test -z "$ac_c_werror_flag" ||
19288 test ! -s conftest.err
19289 } && test -s conftest.$ac_objext; then
19291 else
19292 $as_echo "$as_me: failed program was:" >&5
19293 sed 's/^/| /' conftest.$ac_ext >&5
19295 ac_cv_type_mode_t=yes
19298 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19299 else
19300 $as_echo "$as_me: failed program was:" >&5
19301 sed 's/^/| /' conftest.$ac_ext >&5
19306 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19308 { $as_echo "$as_me:$LINENO: result: $ac_cv_type_mode_t" >&5
19309 $as_echo "$ac_cv_type_mode_t" >&6; }
19310 if test "x$ac_cv_type_mode_t" = x""yes; then
19312 cat >>confdefs.h <<_ACEOF
19313 #define HAVE_MODE_T 1
19314 _ACEOF
19318 { $as_echo "$as_me:$LINENO: checking for off_t" >&5
19319 $as_echo_n "checking for off_t... " >&6; }
19320 if test "${ac_cv_type_off_t+set}" = set; then
19321 $as_echo_n "(cached) " >&6
19322 else
19323 ac_cv_type_off_t=no
19324 cat >conftest.$ac_ext <<_ACEOF
19325 /* confdefs.h. */
19326 _ACEOF
19327 cat confdefs.h >>conftest.$ac_ext
19328 cat >>conftest.$ac_ext <<_ACEOF
19329 /* end confdefs.h. */
19330 $ac_includes_default
19332 main ()
19334 if (sizeof (off_t))
19335 return 0;
19337 return 0;
19339 _ACEOF
19340 rm -f conftest.$ac_objext
19341 if { (ac_try="$ac_compile"
19342 case "(($ac_try" in
19343 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19344 *) ac_try_echo=$ac_try;;
19345 esac
19346 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
19347 $as_echo "$ac_try_echo") >&5
19348 (eval "$ac_compile") 2>conftest.er1
19349 ac_status=$?
19350 grep -v '^ *+' conftest.er1 >conftest.err
19351 rm -f conftest.er1
19352 cat conftest.err >&5
19353 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
19354 (exit $ac_status); } && {
19355 test -z "$ac_c_werror_flag" ||
19356 test ! -s conftest.err
19357 } && test -s conftest.$ac_objext; then
19358 cat >conftest.$ac_ext <<_ACEOF
19359 /* confdefs.h. */
19360 _ACEOF
19361 cat confdefs.h >>conftest.$ac_ext
19362 cat >>conftest.$ac_ext <<_ACEOF
19363 /* end confdefs.h. */
19364 $ac_includes_default
19366 main ()
19368 if (sizeof ((off_t)))
19369 return 0;
19371 return 0;
19373 _ACEOF
19374 rm -f conftest.$ac_objext
19375 if { (ac_try="$ac_compile"
19376 case "(($ac_try" in
19377 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19378 *) ac_try_echo=$ac_try;;
19379 esac
19380 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
19381 $as_echo "$ac_try_echo") >&5
19382 (eval "$ac_compile") 2>conftest.er1
19383 ac_status=$?
19384 grep -v '^ *+' conftest.er1 >conftest.err
19385 rm -f conftest.er1
19386 cat conftest.err >&5
19387 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
19388 (exit $ac_status); } && {
19389 test -z "$ac_c_werror_flag" ||
19390 test ! -s conftest.err
19391 } && test -s conftest.$ac_objext; then
19393 else
19394 $as_echo "$as_me: failed program was:" >&5
19395 sed 's/^/| /' conftest.$ac_ext >&5
19397 ac_cv_type_off_t=yes
19400 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19401 else
19402 $as_echo "$as_me: failed program was:" >&5
19403 sed 's/^/| /' conftest.$ac_ext >&5
19408 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19410 { $as_echo "$as_me:$LINENO: result: $ac_cv_type_off_t" >&5
19411 $as_echo "$ac_cv_type_off_t" >&6; }
19412 if test "x$ac_cv_type_off_t" = x""yes; then
19414 cat >>confdefs.h <<_ACEOF
19415 #define HAVE_OFF_T 1
19416 _ACEOF
19420 { $as_echo "$as_me:$LINENO: checking for pid_t" >&5
19421 $as_echo_n "checking for pid_t... " >&6; }
19422 if test "${ac_cv_type_pid_t+set}" = set; then
19423 $as_echo_n "(cached) " >&6
19424 else
19425 ac_cv_type_pid_t=no
19426 cat >conftest.$ac_ext <<_ACEOF
19427 /* confdefs.h. */
19428 _ACEOF
19429 cat confdefs.h >>conftest.$ac_ext
19430 cat >>conftest.$ac_ext <<_ACEOF
19431 /* end confdefs.h. */
19432 $ac_includes_default
19434 main ()
19436 if (sizeof (pid_t))
19437 return 0;
19439 return 0;
19441 _ACEOF
19442 rm -f conftest.$ac_objext
19443 if { (ac_try="$ac_compile"
19444 case "(($ac_try" in
19445 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19446 *) ac_try_echo=$ac_try;;
19447 esac
19448 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
19449 $as_echo "$ac_try_echo") >&5
19450 (eval "$ac_compile") 2>conftest.er1
19451 ac_status=$?
19452 grep -v '^ *+' conftest.er1 >conftest.err
19453 rm -f conftest.er1
19454 cat conftest.err >&5
19455 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
19456 (exit $ac_status); } && {
19457 test -z "$ac_c_werror_flag" ||
19458 test ! -s conftest.err
19459 } && test -s conftest.$ac_objext; then
19460 cat >conftest.$ac_ext <<_ACEOF
19461 /* confdefs.h. */
19462 _ACEOF
19463 cat confdefs.h >>conftest.$ac_ext
19464 cat >>conftest.$ac_ext <<_ACEOF
19465 /* end confdefs.h. */
19466 $ac_includes_default
19468 main ()
19470 if (sizeof ((pid_t)))
19471 return 0;
19473 return 0;
19475 _ACEOF
19476 rm -f conftest.$ac_objext
19477 if { (ac_try="$ac_compile"
19478 case "(($ac_try" in
19479 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19480 *) ac_try_echo=$ac_try;;
19481 esac
19482 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
19483 $as_echo "$ac_try_echo") >&5
19484 (eval "$ac_compile") 2>conftest.er1
19485 ac_status=$?
19486 grep -v '^ *+' conftest.er1 >conftest.err
19487 rm -f conftest.er1
19488 cat conftest.err >&5
19489 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
19490 (exit $ac_status); } && {
19491 test -z "$ac_c_werror_flag" ||
19492 test ! -s conftest.err
19493 } && test -s conftest.$ac_objext; then
19495 else
19496 $as_echo "$as_me: failed program was:" >&5
19497 sed 's/^/| /' conftest.$ac_ext >&5
19499 ac_cv_type_pid_t=yes
19502 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19503 else
19504 $as_echo "$as_me: failed program was:" >&5
19505 sed 's/^/| /' conftest.$ac_ext >&5
19510 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19512 { $as_echo "$as_me:$LINENO: result: $ac_cv_type_pid_t" >&5
19513 $as_echo "$ac_cv_type_pid_t" >&6; }
19514 if test "x$ac_cv_type_pid_t" = x""yes; then
19516 cat >>confdefs.h <<_ACEOF
19517 #define HAVE_PID_T 1
19518 _ACEOF
19522 { $as_echo "$as_me:$LINENO: checking for size_t" >&5
19523 $as_echo_n "checking for size_t... " >&6; }
19524 if test "${ac_cv_type_size_t+set}" = set; then
19525 $as_echo_n "(cached) " >&6
19526 else
19527 ac_cv_type_size_t=no
19528 cat >conftest.$ac_ext <<_ACEOF
19529 /* confdefs.h. */
19530 _ACEOF
19531 cat confdefs.h >>conftest.$ac_ext
19532 cat >>conftest.$ac_ext <<_ACEOF
19533 /* end confdefs.h. */
19534 $ac_includes_default
19536 main ()
19538 if (sizeof (size_t))
19539 return 0;
19541 return 0;
19543 _ACEOF
19544 rm -f conftest.$ac_objext
19545 if { (ac_try="$ac_compile"
19546 case "(($ac_try" in
19547 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19548 *) ac_try_echo=$ac_try;;
19549 esac
19550 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
19551 $as_echo "$ac_try_echo") >&5
19552 (eval "$ac_compile") 2>conftest.er1
19553 ac_status=$?
19554 grep -v '^ *+' conftest.er1 >conftest.err
19555 rm -f conftest.er1
19556 cat conftest.err >&5
19557 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
19558 (exit $ac_status); } && {
19559 test -z "$ac_c_werror_flag" ||
19560 test ! -s conftest.err
19561 } && test -s conftest.$ac_objext; then
19562 cat >conftest.$ac_ext <<_ACEOF
19563 /* confdefs.h. */
19564 _ACEOF
19565 cat confdefs.h >>conftest.$ac_ext
19566 cat >>conftest.$ac_ext <<_ACEOF
19567 /* end confdefs.h. */
19568 $ac_includes_default
19570 main ()
19572 if (sizeof ((size_t)))
19573 return 0;
19575 return 0;
19577 _ACEOF
19578 rm -f conftest.$ac_objext
19579 if { (ac_try="$ac_compile"
19580 case "(($ac_try" in
19581 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19582 *) ac_try_echo=$ac_try;;
19583 esac
19584 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
19585 $as_echo "$ac_try_echo") >&5
19586 (eval "$ac_compile") 2>conftest.er1
19587 ac_status=$?
19588 grep -v '^ *+' conftest.er1 >conftest.err
19589 rm -f conftest.er1
19590 cat conftest.err >&5
19591 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
19592 (exit $ac_status); } && {
19593 test -z "$ac_c_werror_flag" ||
19594 test ! -s conftest.err
19595 } && test -s conftest.$ac_objext; then
19597 else
19598 $as_echo "$as_me: failed program was:" >&5
19599 sed 's/^/| /' conftest.$ac_ext >&5
19601 ac_cv_type_size_t=yes
19604 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19605 else
19606 $as_echo "$as_me: failed program was:" >&5
19607 sed 's/^/| /' conftest.$ac_ext >&5
19612 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19614 { $as_echo "$as_me:$LINENO: result: $ac_cv_type_size_t" >&5
19615 $as_echo "$ac_cv_type_size_t" >&6; }
19616 if test "x$ac_cv_type_size_t" = x""yes; then
19618 cat >>confdefs.h <<_ACEOF
19619 #define HAVE_SIZE_T 1
19620 _ACEOF
19624 { $as_echo "$as_me:$LINENO: checking for ssize_t" >&5
19625 $as_echo_n "checking for ssize_t... " >&6; }
19626 if test "${ac_cv_type_ssize_t+set}" = set; then
19627 $as_echo_n "(cached) " >&6
19628 else
19629 ac_cv_type_ssize_t=no
19630 cat >conftest.$ac_ext <<_ACEOF
19631 /* confdefs.h. */
19632 _ACEOF
19633 cat confdefs.h >>conftest.$ac_ext
19634 cat >>conftest.$ac_ext <<_ACEOF
19635 /* end confdefs.h. */
19636 $ac_includes_default
19638 main ()
19640 if (sizeof (ssize_t))
19641 return 0;
19643 return 0;
19645 _ACEOF
19646 rm -f conftest.$ac_objext
19647 if { (ac_try="$ac_compile"
19648 case "(($ac_try" in
19649 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19650 *) ac_try_echo=$ac_try;;
19651 esac
19652 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
19653 $as_echo "$ac_try_echo") >&5
19654 (eval "$ac_compile") 2>conftest.er1
19655 ac_status=$?
19656 grep -v '^ *+' conftest.er1 >conftest.err
19657 rm -f conftest.er1
19658 cat conftest.err >&5
19659 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
19660 (exit $ac_status); } && {
19661 test -z "$ac_c_werror_flag" ||
19662 test ! -s conftest.err
19663 } && test -s conftest.$ac_objext; then
19664 cat >conftest.$ac_ext <<_ACEOF
19665 /* confdefs.h. */
19666 _ACEOF
19667 cat confdefs.h >>conftest.$ac_ext
19668 cat >>conftest.$ac_ext <<_ACEOF
19669 /* end confdefs.h. */
19670 $ac_includes_default
19672 main ()
19674 if (sizeof ((ssize_t)))
19675 return 0;
19677 return 0;
19679 _ACEOF
19680 rm -f conftest.$ac_objext
19681 if { (ac_try="$ac_compile"
19682 case "(($ac_try" in
19683 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19684 *) ac_try_echo=$ac_try;;
19685 esac
19686 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
19687 $as_echo "$ac_try_echo") >&5
19688 (eval "$ac_compile") 2>conftest.er1
19689 ac_status=$?
19690 grep -v '^ *+' conftest.er1 >conftest.err
19691 rm -f conftest.er1
19692 cat conftest.err >&5
19693 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
19694 (exit $ac_status); } && {
19695 test -z "$ac_c_werror_flag" ||
19696 test ! -s conftest.err
19697 } && test -s conftest.$ac_objext; then
19699 else
19700 $as_echo "$as_me: failed program was:" >&5
19701 sed 's/^/| /' conftest.$ac_ext >&5
19703 ac_cv_type_ssize_t=yes
19706 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19707 else
19708 $as_echo "$as_me: failed program was:" >&5
19709 sed 's/^/| /' conftest.$ac_ext >&5
19714 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19716 { $as_echo "$as_me:$LINENO: result: $ac_cv_type_ssize_t" >&5
19717 $as_echo "$ac_cv_type_ssize_t" >&6; }
19718 if test "x$ac_cv_type_ssize_t" = x""yes; then
19720 cat >>confdefs.h <<_ACEOF
19721 #define HAVE_SSIZE_T 1
19722 _ACEOF
19726 { $as_echo "$as_me:$LINENO: checking for long long" >&5
19727 $as_echo_n "checking for long long... " >&6; }
19728 if test "${ac_cv_type_long_long+set}" = set; then
19729 $as_echo_n "(cached) " >&6
19730 else
19731 ac_cv_type_long_long=no
19732 cat >conftest.$ac_ext <<_ACEOF
19733 /* confdefs.h. */
19734 _ACEOF
19735 cat confdefs.h >>conftest.$ac_ext
19736 cat >>conftest.$ac_ext <<_ACEOF
19737 /* end confdefs.h. */
19738 $ac_includes_default
19740 main ()
19742 if (sizeof (long long))
19743 return 0;
19745 return 0;
19747 _ACEOF
19748 rm -f conftest.$ac_objext
19749 if { (ac_try="$ac_compile"
19750 case "(($ac_try" in
19751 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19752 *) ac_try_echo=$ac_try;;
19753 esac
19754 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
19755 $as_echo "$ac_try_echo") >&5
19756 (eval "$ac_compile") 2>conftest.er1
19757 ac_status=$?
19758 grep -v '^ *+' conftest.er1 >conftest.err
19759 rm -f conftest.er1
19760 cat conftest.err >&5
19761 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
19762 (exit $ac_status); } && {
19763 test -z "$ac_c_werror_flag" ||
19764 test ! -s conftest.err
19765 } && test -s conftest.$ac_objext; then
19766 cat >conftest.$ac_ext <<_ACEOF
19767 /* confdefs.h. */
19768 _ACEOF
19769 cat confdefs.h >>conftest.$ac_ext
19770 cat >>conftest.$ac_ext <<_ACEOF
19771 /* end confdefs.h. */
19772 $ac_includes_default
19774 main ()
19776 if (sizeof ((long long)))
19777 return 0;
19779 return 0;
19781 _ACEOF
19782 rm -f conftest.$ac_objext
19783 if { (ac_try="$ac_compile"
19784 case "(($ac_try" in
19785 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19786 *) ac_try_echo=$ac_try;;
19787 esac
19788 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
19789 $as_echo "$ac_try_echo") >&5
19790 (eval "$ac_compile") 2>conftest.er1
19791 ac_status=$?
19792 grep -v '^ *+' conftest.er1 >conftest.err
19793 rm -f conftest.er1
19794 cat conftest.err >&5
19795 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
19796 (exit $ac_status); } && {
19797 test -z "$ac_c_werror_flag" ||
19798 test ! -s conftest.err
19799 } && test -s conftest.$ac_objext; then
19801 else
19802 $as_echo "$as_me: failed program was:" >&5
19803 sed 's/^/| /' conftest.$ac_ext >&5
19805 ac_cv_type_long_long=yes
19808 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19809 else
19810 $as_echo "$as_me: failed program was:" >&5
19811 sed 's/^/| /' conftest.$ac_ext >&5
19816 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19818 { $as_echo "$as_me:$LINENO: result: $ac_cv_type_long_long" >&5
19819 $as_echo "$ac_cv_type_long_long" >&6; }
19820 if test "x$ac_cv_type_long_long" = x""yes; then
19822 cat >>confdefs.h <<_ACEOF
19823 #define HAVE_LONG_LONG 1
19824 _ACEOF
19828 { $as_echo "$as_me:$LINENO: checking for fsblkcnt_t" >&5
19829 $as_echo_n "checking for fsblkcnt_t... " >&6; }
19830 if test "${ac_cv_type_fsblkcnt_t+set}" = set; then
19831 $as_echo_n "(cached) " >&6
19832 else
19833 ac_cv_type_fsblkcnt_t=no
19834 cat >conftest.$ac_ext <<_ACEOF
19835 /* confdefs.h. */
19836 _ACEOF
19837 cat confdefs.h >>conftest.$ac_ext
19838 cat >>conftest.$ac_ext <<_ACEOF
19839 /* end confdefs.h. */
19840 $ac_includes_default
19842 main ()
19844 if (sizeof (fsblkcnt_t))
19845 return 0;
19847 return 0;
19849 _ACEOF
19850 rm -f conftest.$ac_objext
19851 if { (ac_try="$ac_compile"
19852 case "(($ac_try" in
19853 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19854 *) ac_try_echo=$ac_try;;
19855 esac
19856 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
19857 $as_echo "$ac_try_echo") >&5
19858 (eval "$ac_compile") 2>conftest.er1
19859 ac_status=$?
19860 grep -v '^ *+' conftest.er1 >conftest.err
19861 rm -f conftest.er1
19862 cat conftest.err >&5
19863 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
19864 (exit $ac_status); } && {
19865 test -z "$ac_c_werror_flag" ||
19866 test ! -s conftest.err
19867 } && test -s conftest.$ac_objext; then
19868 cat >conftest.$ac_ext <<_ACEOF
19869 /* confdefs.h. */
19870 _ACEOF
19871 cat confdefs.h >>conftest.$ac_ext
19872 cat >>conftest.$ac_ext <<_ACEOF
19873 /* end confdefs.h. */
19874 $ac_includes_default
19876 main ()
19878 if (sizeof ((fsblkcnt_t)))
19879 return 0;
19881 return 0;
19883 _ACEOF
19884 rm -f conftest.$ac_objext
19885 if { (ac_try="$ac_compile"
19886 case "(($ac_try" in
19887 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19888 *) ac_try_echo=$ac_try;;
19889 esac
19890 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
19891 $as_echo "$ac_try_echo") >&5
19892 (eval "$ac_compile") 2>conftest.er1
19893 ac_status=$?
19894 grep -v '^ *+' conftest.er1 >conftest.err
19895 rm -f conftest.er1
19896 cat conftest.err >&5
19897 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
19898 (exit $ac_status); } && {
19899 test -z "$ac_c_werror_flag" ||
19900 test ! -s conftest.err
19901 } && test -s conftest.$ac_objext; then
19903 else
19904 $as_echo "$as_me: failed program was:" >&5
19905 sed 's/^/| /' conftest.$ac_ext >&5
19907 ac_cv_type_fsblkcnt_t=yes
19910 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19911 else
19912 $as_echo "$as_me: failed program was:" >&5
19913 sed 's/^/| /' conftest.$ac_ext >&5
19918 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19920 { $as_echo "$as_me:$LINENO: result: $ac_cv_type_fsblkcnt_t" >&5
19921 $as_echo "$ac_cv_type_fsblkcnt_t" >&6; }
19922 if test "x$ac_cv_type_fsblkcnt_t" = x""yes; then
19924 cat >>confdefs.h <<_ACEOF
19925 #define HAVE_FSBLKCNT_T 1
19926 _ACEOF
19930 { $as_echo "$as_me:$LINENO: checking for fsfilcnt_t" >&5
19931 $as_echo_n "checking for fsfilcnt_t... " >&6; }
19932 if test "${ac_cv_type_fsfilcnt_t+set}" = set; then
19933 $as_echo_n "(cached) " >&6
19934 else
19935 ac_cv_type_fsfilcnt_t=no
19936 cat >conftest.$ac_ext <<_ACEOF
19937 /* confdefs.h. */
19938 _ACEOF
19939 cat confdefs.h >>conftest.$ac_ext
19940 cat >>conftest.$ac_ext <<_ACEOF
19941 /* end confdefs.h. */
19942 $ac_includes_default
19944 main ()
19946 if (sizeof (fsfilcnt_t))
19947 return 0;
19949 return 0;
19951 _ACEOF
19952 rm -f conftest.$ac_objext
19953 if { (ac_try="$ac_compile"
19954 case "(($ac_try" in
19955 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19956 *) ac_try_echo=$ac_try;;
19957 esac
19958 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
19959 $as_echo "$ac_try_echo") >&5
19960 (eval "$ac_compile") 2>conftest.er1
19961 ac_status=$?
19962 grep -v '^ *+' conftest.er1 >conftest.err
19963 rm -f conftest.er1
19964 cat conftest.err >&5
19965 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
19966 (exit $ac_status); } && {
19967 test -z "$ac_c_werror_flag" ||
19968 test ! -s conftest.err
19969 } && test -s conftest.$ac_objext; then
19970 cat >conftest.$ac_ext <<_ACEOF
19971 /* confdefs.h. */
19972 _ACEOF
19973 cat confdefs.h >>conftest.$ac_ext
19974 cat >>conftest.$ac_ext <<_ACEOF
19975 /* end confdefs.h. */
19976 $ac_includes_default
19978 main ()
19980 if (sizeof ((fsfilcnt_t)))
19981 return 0;
19983 return 0;
19985 _ACEOF
19986 rm -f conftest.$ac_objext
19987 if { (ac_try="$ac_compile"
19988 case "(($ac_try" in
19989 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19990 *) ac_try_echo=$ac_try;;
19991 esac
19992 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
19993 $as_echo "$ac_try_echo") >&5
19994 (eval "$ac_compile") 2>conftest.er1
19995 ac_status=$?
19996 grep -v '^ *+' conftest.er1 >conftest.err
19997 rm -f conftest.er1
19998 cat conftest.err >&5
19999 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
20000 (exit $ac_status); } && {
20001 test -z "$ac_c_werror_flag" ||
20002 test ! -s conftest.err
20003 } && test -s conftest.$ac_objext; then
20005 else
20006 $as_echo "$as_me: failed program was:" >&5
20007 sed 's/^/| /' conftest.$ac_ext >&5
20009 ac_cv_type_fsfilcnt_t=yes
20012 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20013 else
20014 $as_echo "$as_me: failed program was:" >&5
20015 sed 's/^/| /' conftest.$ac_ext >&5
20020 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20022 { $as_echo "$as_me:$LINENO: result: $ac_cv_type_fsfilcnt_t" >&5
20023 $as_echo "$ac_cv_type_fsfilcnt_t" >&6; }
20024 if test "x$ac_cv_type_fsfilcnt_t" = x""yes; then
20026 cat >>confdefs.h <<_ACEOF
20027 #define HAVE_FSFILCNT_T 1
20028 _ACEOF
20033 { $as_echo "$as_me:$LINENO: checking for sigset_t" >&5
20034 $as_echo_n "checking for sigset_t... " >&6; }
20035 if test "${ac_cv_type_sigset_t+set}" = set; then
20036 $as_echo_n "(cached) " >&6
20037 else
20038 ac_cv_type_sigset_t=no
20039 cat >conftest.$ac_ext <<_ACEOF
20040 /* confdefs.h. */
20041 _ACEOF
20042 cat confdefs.h >>conftest.$ac_ext
20043 cat >>conftest.$ac_ext <<_ACEOF
20044 /* end confdefs.h. */
20045 #include <sys/types.h>
20046 #include <signal.h>
20049 main ()
20051 if (sizeof (sigset_t))
20052 return 0;
20054 return 0;
20056 _ACEOF
20057 rm -f conftest.$ac_objext
20058 if { (ac_try="$ac_compile"
20059 case "(($ac_try" in
20060 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20061 *) ac_try_echo=$ac_try;;
20062 esac
20063 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
20064 $as_echo "$ac_try_echo") >&5
20065 (eval "$ac_compile") 2>conftest.er1
20066 ac_status=$?
20067 grep -v '^ *+' conftest.er1 >conftest.err
20068 rm -f conftest.er1
20069 cat conftest.err >&5
20070 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
20071 (exit $ac_status); } && {
20072 test -z "$ac_c_werror_flag" ||
20073 test ! -s conftest.err
20074 } && test -s conftest.$ac_objext; then
20075 cat >conftest.$ac_ext <<_ACEOF
20076 /* confdefs.h. */
20077 _ACEOF
20078 cat confdefs.h >>conftest.$ac_ext
20079 cat >>conftest.$ac_ext <<_ACEOF
20080 /* end confdefs.h. */
20081 #include <sys/types.h>
20082 #include <signal.h>
20085 main ()
20087 if (sizeof ((sigset_t)))
20088 return 0;
20090 return 0;
20092 _ACEOF
20093 rm -f conftest.$ac_objext
20094 if { (ac_try="$ac_compile"
20095 case "(($ac_try" in
20096 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20097 *) ac_try_echo=$ac_try;;
20098 esac
20099 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
20100 $as_echo "$ac_try_echo") >&5
20101 (eval "$ac_compile") 2>conftest.er1
20102 ac_status=$?
20103 grep -v '^ *+' conftest.er1 >conftest.err
20104 rm -f conftest.er1
20105 cat conftest.err >&5
20106 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
20107 (exit $ac_status); } && {
20108 test -z "$ac_c_werror_flag" ||
20109 test ! -s conftest.err
20110 } && test -s conftest.$ac_objext; then
20112 else
20113 $as_echo "$as_me: failed program was:" >&5
20114 sed 's/^/| /' conftest.$ac_ext >&5
20116 ac_cv_type_sigset_t=yes
20119 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20120 else
20121 $as_echo "$as_me: failed program was:" >&5
20122 sed 's/^/| /' conftest.$ac_ext >&5
20127 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20129 { $as_echo "$as_me:$LINENO: result: $ac_cv_type_sigset_t" >&5
20130 $as_echo "$ac_cv_type_sigset_t" >&6; }
20131 if test "x$ac_cv_type_sigset_t" = x""yes; then
20133 cat >>confdefs.h <<_ACEOF
20134 #define HAVE_SIGSET_T 1
20135 _ACEOF
20140 { $as_echo "$as_me:$LINENO: checking for request_sense" >&5
20141 $as_echo_n "checking for request_sense... " >&6; }
20142 if test "${ac_cv_type_request_sense+set}" = set; then
20143 $as_echo_n "(cached) " >&6
20144 else
20145 ac_cv_type_request_sense=no
20146 cat >conftest.$ac_ext <<_ACEOF
20147 /* confdefs.h. */
20148 _ACEOF
20149 cat confdefs.h >>conftest.$ac_ext
20150 cat >>conftest.$ac_ext <<_ACEOF
20151 /* end confdefs.h. */
20152 #include <linux/cdrom.h>
20155 main ()
20157 if (sizeof (request_sense))
20158 return 0;
20160 return 0;
20162 _ACEOF
20163 rm -f conftest.$ac_objext
20164 if { (ac_try="$ac_compile"
20165 case "(($ac_try" in
20166 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20167 *) ac_try_echo=$ac_try;;
20168 esac
20169 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
20170 $as_echo "$ac_try_echo") >&5
20171 (eval "$ac_compile") 2>conftest.er1
20172 ac_status=$?
20173 grep -v '^ *+' conftest.er1 >conftest.err
20174 rm -f conftest.er1
20175 cat conftest.err >&5
20176 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
20177 (exit $ac_status); } && {
20178 test -z "$ac_c_werror_flag" ||
20179 test ! -s conftest.err
20180 } && test -s conftest.$ac_objext; then
20181 cat >conftest.$ac_ext <<_ACEOF
20182 /* confdefs.h. */
20183 _ACEOF
20184 cat confdefs.h >>conftest.$ac_ext
20185 cat >>conftest.$ac_ext <<_ACEOF
20186 /* end confdefs.h. */
20187 #include <linux/cdrom.h>
20190 main ()
20192 if (sizeof ((request_sense)))
20193 return 0;
20195 return 0;
20197 _ACEOF
20198 rm -f conftest.$ac_objext
20199 if { (ac_try="$ac_compile"
20200 case "(($ac_try" in
20201 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20202 *) ac_try_echo=$ac_try;;
20203 esac
20204 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
20205 $as_echo "$ac_try_echo") >&5
20206 (eval "$ac_compile") 2>conftest.er1
20207 ac_status=$?
20208 grep -v '^ *+' conftest.er1 >conftest.err
20209 rm -f conftest.er1
20210 cat conftest.err >&5
20211 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
20212 (exit $ac_status); } && {
20213 test -z "$ac_c_werror_flag" ||
20214 test ! -s conftest.err
20215 } && test -s conftest.$ac_objext; then
20217 else
20218 $as_echo "$as_me: failed program was:" >&5
20219 sed 's/^/| /' conftest.$ac_ext >&5
20221 ac_cv_type_request_sense=yes
20224 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20225 else
20226 $as_echo "$as_me: failed program was:" >&5
20227 sed 's/^/| /' conftest.$ac_ext >&5
20232 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20234 { $as_echo "$as_me:$LINENO: result: $ac_cv_type_request_sense" >&5
20235 $as_echo "$ac_cv_type_request_sense" >&6; }
20236 if test "x$ac_cv_type_request_sense" = x""yes; then
20238 cat >>confdefs.h <<_ACEOF
20239 #define HAVE_REQUEST_SENSE 1
20240 _ACEOF
20246 { $as_echo "$as_me:$LINENO: checking for struct ff_effect.direction" >&5
20247 $as_echo_n "checking for struct ff_effect.direction... " >&6; }
20248 if test "${ac_cv_member_struct_ff_effect_direction+set}" = set; then
20249 $as_echo_n "(cached) " >&6
20250 else
20251 cat >conftest.$ac_ext <<_ACEOF
20252 /* confdefs.h. */
20253 _ACEOF
20254 cat confdefs.h >>conftest.$ac_ext
20255 cat >>conftest.$ac_ext <<_ACEOF
20256 /* end confdefs.h. */
20257 #ifdef HAVE_LINUX_INPUT_H
20258 #include <linux/input.h>
20259 #endif
20262 main ()
20264 static struct ff_effect ac_aggr;
20265 if (ac_aggr.direction)
20266 return 0;
20268 return 0;
20270 _ACEOF
20271 rm -f conftest.$ac_objext
20272 if { (ac_try="$ac_compile"
20273 case "(($ac_try" in
20274 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20275 *) ac_try_echo=$ac_try;;
20276 esac
20277 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
20278 $as_echo "$ac_try_echo") >&5
20279 (eval "$ac_compile") 2>conftest.er1
20280 ac_status=$?
20281 grep -v '^ *+' conftest.er1 >conftest.err
20282 rm -f conftest.er1
20283 cat conftest.err >&5
20284 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
20285 (exit $ac_status); } && {
20286 test -z "$ac_c_werror_flag" ||
20287 test ! -s conftest.err
20288 } && test -s conftest.$ac_objext; then
20289 ac_cv_member_struct_ff_effect_direction=yes
20290 else
20291 $as_echo "$as_me: failed program was:" >&5
20292 sed 's/^/| /' conftest.$ac_ext >&5
20294 cat >conftest.$ac_ext <<_ACEOF
20295 /* confdefs.h. */
20296 _ACEOF
20297 cat confdefs.h >>conftest.$ac_ext
20298 cat >>conftest.$ac_ext <<_ACEOF
20299 /* end confdefs.h. */
20300 #ifdef HAVE_LINUX_INPUT_H
20301 #include <linux/input.h>
20302 #endif
20305 main ()
20307 static struct ff_effect ac_aggr;
20308 if (sizeof ac_aggr.direction)
20309 return 0;
20311 return 0;
20313 _ACEOF
20314 rm -f conftest.$ac_objext
20315 if { (ac_try="$ac_compile"
20316 case "(($ac_try" in
20317 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20318 *) ac_try_echo=$ac_try;;
20319 esac
20320 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
20321 $as_echo "$ac_try_echo") >&5
20322 (eval "$ac_compile") 2>conftest.er1
20323 ac_status=$?
20324 grep -v '^ *+' conftest.er1 >conftest.err
20325 rm -f conftest.er1
20326 cat conftest.err >&5
20327 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
20328 (exit $ac_status); } && {
20329 test -z "$ac_c_werror_flag" ||
20330 test ! -s conftest.err
20331 } && test -s conftest.$ac_objext; then
20332 ac_cv_member_struct_ff_effect_direction=yes
20333 else
20334 $as_echo "$as_me: failed program was:" >&5
20335 sed 's/^/| /' conftest.$ac_ext >&5
20337 ac_cv_member_struct_ff_effect_direction=no
20340 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20343 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20345 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_ff_effect_direction" >&5
20346 $as_echo "$ac_cv_member_struct_ff_effect_direction" >&6; }
20347 if test "x$ac_cv_member_struct_ff_effect_direction" = x""yes; then
20349 cat >>confdefs.h <<_ACEOF
20350 #define HAVE_STRUCT_FF_EFFECT_DIRECTION 1
20351 _ACEOF
20357 { $as_echo "$as_me:$LINENO: checking for sigaddset" >&5
20358 $as_echo_n "checking for sigaddset... " >&6; }
20359 if test "${wine_cv_have_sigaddset+set}" = set; then
20360 $as_echo_n "(cached) " >&6
20361 else
20362 cat >conftest.$ac_ext <<_ACEOF
20363 /* confdefs.h. */
20364 _ACEOF
20365 cat confdefs.h >>conftest.$ac_ext
20366 cat >>conftest.$ac_ext <<_ACEOF
20367 /* end confdefs.h. */
20368 #include <signal.h>
20370 main ()
20372 sigset_t set; sigaddset(&set,SIGTERM);
20374 return 0;
20376 _ACEOF
20377 rm -f conftest.$ac_objext conftest$ac_exeext
20378 if { (ac_try="$ac_link"
20379 case "(($ac_try" in
20380 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20381 *) ac_try_echo=$ac_try;;
20382 esac
20383 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
20384 $as_echo "$ac_try_echo") >&5
20385 (eval "$ac_link") 2>conftest.er1
20386 ac_status=$?
20387 grep -v '^ *+' conftest.er1 >conftest.err
20388 rm -f conftest.er1
20389 cat conftest.err >&5
20390 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
20391 (exit $ac_status); } && {
20392 test -z "$ac_c_werror_flag" ||
20393 test ! -s conftest.err
20394 } && test -s conftest$ac_exeext && {
20395 test "$cross_compiling" = yes ||
20396 $as_test_x conftest$ac_exeext
20397 }; then
20398 wine_cv_have_sigaddset=yes
20399 else
20400 $as_echo "$as_me: failed program was:" >&5
20401 sed 's/^/| /' conftest.$ac_ext >&5
20403 wine_cv_have_sigaddset=no
20406 rm -rf conftest.dSYM
20407 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
20408 conftest$ac_exeext conftest.$ac_ext
20410 { $as_echo "$as_me:$LINENO: result: $wine_cv_have_sigaddset" >&5
20411 $as_echo "$wine_cv_have_sigaddset" >&6; }
20412 if test "$wine_cv_have_sigaddset" = "yes"
20413 then
20415 cat >>confdefs.h <<\_ACEOF
20416 #define HAVE_SIGADDSET 1
20417 _ACEOF
20422 { $as_echo "$as_me:$LINENO: checking whether we can use re-entrant gethostbyname_r Linux style" >&5
20423 $as_echo_n "checking whether we can use re-entrant gethostbyname_r Linux style... " >&6; }
20424 if test "${wine_cv_linux_gethostbyname_r_6+set}" = set; then
20425 $as_echo_n "(cached) " >&6
20426 else
20427 cat >conftest.$ac_ext <<_ACEOF
20428 /* confdefs.h. */
20429 _ACEOF
20430 cat confdefs.h >>conftest.$ac_ext
20431 cat >>conftest.$ac_ext <<_ACEOF
20432 /* end confdefs.h. */
20433 #include <netdb.h>
20435 main ()
20438 char *name=0;
20439 struct hostent he;
20440 struct hostent *result;
20441 char *buf=0;
20442 int bufsize=0;
20443 int res,errnr;
20444 char *addr=0;
20445 int addrlen=0;
20446 int addrtype=0;
20447 res=gethostbyname_r(name,&he,buf,bufsize,&result,&errnr);
20448 res=gethostbyaddr_r(addr, addrlen, addrtype,&he,buf,bufsize,&result,&errnr);
20451 return 0;
20453 _ACEOF
20454 rm -f conftest.$ac_objext conftest$ac_exeext
20455 if { (ac_try="$ac_link"
20456 case "(($ac_try" in
20457 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20458 *) ac_try_echo=$ac_try;;
20459 esac
20460 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
20461 $as_echo "$ac_try_echo") >&5
20462 (eval "$ac_link") 2>conftest.er1
20463 ac_status=$?
20464 grep -v '^ *+' conftest.er1 >conftest.err
20465 rm -f conftest.er1
20466 cat conftest.err >&5
20467 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
20468 (exit $ac_status); } && {
20469 test -z "$ac_c_werror_flag" ||
20470 test ! -s conftest.err
20471 } && test -s conftest$ac_exeext && {
20472 test "$cross_compiling" = yes ||
20473 $as_test_x conftest$ac_exeext
20474 }; then
20475 wine_cv_linux_gethostbyname_r_6=yes
20476 else
20477 $as_echo "$as_me: failed program was:" >&5
20478 sed 's/^/| /' conftest.$ac_ext >&5
20480 wine_cv_linux_gethostbyname_r_6=no
20484 rm -rf conftest.dSYM
20485 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
20486 conftest$ac_exeext conftest.$ac_ext
20489 { $as_echo "$as_me:$LINENO: result: $wine_cv_linux_gethostbyname_r_6" >&5
20490 $as_echo "$wine_cv_linux_gethostbyname_r_6" >&6; }
20491 if test "$wine_cv_linux_gethostbyname_r_6" = "yes"
20492 then
20494 cat >>confdefs.h <<\_ACEOF
20495 #define HAVE_LINUX_GETHOSTBYNAME_R_6 1
20496 _ACEOF
20500 if test "$ac_cv_header_linux_joystick_h" = "yes"
20501 then
20502 { $as_echo "$as_me:$LINENO: checking whether linux/joystick.h uses the Linux 2.2+ API" >&5
20503 $as_echo_n "checking whether linux/joystick.h uses the Linux 2.2+ API... " >&6; }
20504 if test "${wine_cv_linux_joystick_22_api+set}" = set; then
20505 $as_echo_n "(cached) " >&6
20506 else
20507 cat >conftest.$ac_ext <<_ACEOF
20508 /* confdefs.h. */
20509 _ACEOF
20510 cat confdefs.h >>conftest.$ac_ext
20511 cat >>conftest.$ac_ext <<_ACEOF
20512 /* end confdefs.h. */
20514 #include <sys/ioctl.h>
20515 #include <sys/types.h>
20516 #include <linux/joystick.h>
20518 struct js_event blub;
20519 #if !defined(JS_EVENT_AXIS) || !defined(JS_EVENT_BUTTON)
20520 #error "no 2.2 header"
20521 #endif
20524 main ()
20526 /*empty*/
20528 return 0;
20530 _ACEOF
20531 rm -f conftest.$ac_objext
20532 if { (ac_try="$ac_compile"
20533 case "(($ac_try" in
20534 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20535 *) ac_try_echo=$ac_try;;
20536 esac
20537 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
20538 $as_echo "$ac_try_echo") >&5
20539 (eval "$ac_compile") 2>conftest.er1
20540 ac_status=$?
20541 grep -v '^ *+' conftest.er1 >conftest.err
20542 rm -f conftest.er1
20543 cat conftest.err >&5
20544 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
20545 (exit $ac_status); } && {
20546 test -z "$ac_c_werror_flag" ||
20547 test ! -s conftest.err
20548 } && test -s conftest.$ac_objext; then
20549 wine_cv_linux_joystick_22_api=yes
20550 else
20551 $as_echo "$as_me: failed program was:" >&5
20552 sed 's/^/| /' conftest.$ac_ext >&5
20554 wine_cv_linux_joystick_22_api=no
20557 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20560 { $as_echo "$as_me:$LINENO: result: $wine_cv_linux_joystick_22_api" >&5
20561 $as_echo "$wine_cv_linux_joystick_22_api" >&6; }
20562 if test "$wine_cv_linux_joystick_22_api" = "yes"
20563 then
20565 cat >>confdefs.h <<\_ACEOF
20566 #define HAVE_LINUX_22_JOYSTICK_API 1
20567 _ACEOF
20573 { $as_echo "$as_me:$LINENO: checking for struct statfs.f_bfree" >&5
20574 $as_echo_n "checking for struct statfs.f_bfree... " >&6; }
20575 if test "${ac_cv_member_struct_statfs_f_bfree+set}" = set; then
20576 $as_echo_n "(cached) " >&6
20577 else
20578 cat >conftest.$ac_ext <<_ACEOF
20579 /* confdefs.h. */
20580 _ACEOF
20581 cat confdefs.h >>conftest.$ac_ext
20582 cat >>conftest.$ac_ext <<_ACEOF
20583 /* end confdefs.h. */
20584 #include <sys/types.h>
20585 #ifdef HAVE_SYS_PARAM_H
20586 # include <sys/param.h>
20587 #endif
20588 #ifdef HAVE_SYS_MOUNT_H
20589 # include <sys/mount.h>
20590 #endif
20591 #ifdef HAVE_SYS_VFS_H
20592 # include <sys/vfs.h>
20593 #endif
20594 #ifdef HAVE_SYS_STATFS_H
20595 # include <sys/statfs.h>
20596 #endif
20599 main ()
20601 static struct statfs ac_aggr;
20602 if (ac_aggr.f_bfree)
20603 return 0;
20605 return 0;
20607 _ACEOF
20608 rm -f conftest.$ac_objext
20609 if { (ac_try="$ac_compile"
20610 case "(($ac_try" in
20611 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20612 *) ac_try_echo=$ac_try;;
20613 esac
20614 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
20615 $as_echo "$ac_try_echo") >&5
20616 (eval "$ac_compile") 2>conftest.er1
20617 ac_status=$?
20618 grep -v '^ *+' conftest.er1 >conftest.err
20619 rm -f conftest.er1
20620 cat conftest.err >&5
20621 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
20622 (exit $ac_status); } && {
20623 test -z "$ac_c_werror_flag" ||
20624 test ! -s conftest.err
20625 } && test -s conftest.$ac_objext; then
20626 ac_cv_member_struct_statfs_f_bfree=yes
20627 else
20628 $as_echo "$as_me: failed program was:" >&5
20629 sed 's/^/| /' conftest.$ac_ext >&5
20631 cat >conftest.$ac_ext <<_ACEOF
20632 /* confdefs.h. */
20633 _ACEOF
20634 cat confdefs.h >>conftest.$ac_ext
20635 cat >>conftest.$ac_ext <<_ACEOF
20636 /* end confdefs.h. */
20637 #include <sys/types.h>
20638 #ifdef HAVE_SYS_PARAM_H
20639 # include <sys/param.h>
20640 #endif
20641 #ifdef HAVE_SYS_MOUNT_H
20642 # include <sys/mount.h>
20643 #endif
20644 #ifdef HAVE_SYS_VFS_H
20645 # include <sys/vfs.h>
20646 #endif
20647 #ifdef HAVE_SYS_STATFS_H
20648 # include <sys/statfs.h>
20649 #endif
20652 main ()
20654 static struct statfs ac_aggr;
20655 if (sizeof ac_aggr.f_bfree)
20656 return 0;
20658 return 0;
20660 _ACEOF
20661 rm -f conftest.$ac_objext
20662 if { (ac_try="$ac_compile"
20663 case "(($ac_try" in
20664 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20665 *) ac_try_echo=$ac_try;;
20666 esac
20667 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
20668 $as_echo "$ac_try_echo") >&5
20669 (eval "$ac_compile") 2>conftest.er1
20670 ac_status=$?
20671 grep -v '^ *+' conftest.er1 >conftest.err
20672 rm -f conftest.er1
20673 cat conftest.err >&5
20674 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
20675 (exit $ac_status); } && {
20676 test -z "$ac_c_werror_flag" ||
20677 test ! -s conftest.err
20678 } && test -s conftest.$ac_objext; then
20679 ac_cv_member_struct_statfs_f_bfree=yes
20680 else
20681 $as_echo "$as_me: failed program was:" >&5
20682 sed 's/^/| /' conftest.$ac_ext >&5
20684 ac_cv_member_struct_statfs_f_bfree=no
20687 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20690 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20692 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_statfs_f_bfree" >&5
20693 $as_echo "$ac_cv_member_struct_statfs_f_bfree" >&6; }
20694 if test "x$ac_cv_member_struct_statfs_f_bfree" = x""yes; then
20696 cat >>confdefs.h <<_ACEOF
20697 #define HAVE_STRUCT_STATFS_F_BFREE 1
20698 _ACEOF
20702 { $as_echo "$as_me:$LINENO: checking for struct statfs.f_bavail" >&5
20703 $as_echo_n "checking for struct statfs.f_bavail... " >&6; }
20704 if test "${ac_cv_member_struct_statfs_f_bavail+set}" = set; then
20705 $as_echo_n "(cached) " >&6
20706 else
20707 cat >conftest.$ac_ext <<_ACEOF
20708 /* confdefs.h. */
20709 _ACEOF
20710 cat confdefs.h >>conftest.$ac_ext
20711 cat >>conftest.$ac_ext <<_ACEOF
20712 /* end confdefs.h. */
20713 #include <sys/types.h>
20714 #ifdef HAVE_SYS_PARAM_H
20715 # include <sys/param.h>
20716 #endif
20717 #ifdef HAVE_SYS_MOUNT_H
20718 # include <sys/mount.h>
20719 #endif
20720 #ifdef HAVE_SYS_VFS_H
20721 # include <sys/vfs.h>
20722 #endif
20723 #ifdef HAVE_SYS_STATFS_H
20724 # include <sys/statfs.h>
20725 #endif
20728 main ()
20730 static struct statfs ac_aggr;
20731 if (ac_aggr.f_bavail)
20732 return 0;
20734 return 0;
20736 _ACEOF
20737 rm -f conftest.$ac_objext
20738 if { (ac_try="$ac_compile"
20739 case "(($ac_try" in
20740 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20741 *) ac_try_echo=$ac_try;;
20742 esac
20743 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
20744 $as_echo "$ac_try_echo") >&5
20745 (eval "$ac_compile") 2>conftest.er1
20746 ac_status=$?
20747 grep -v '^ *+' conftest.er1 >conftest.err
20748 rm -f conftest.er1
20749 cat conftest.err >&5
20750 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
20751 (exit $ac_status); } && {
20752 test -z "$ac_c_werror_flag" ||
20753 test ! -s conftest.err
20754 } && test -s conftest.$ac_objext; then
20755 ac_cv_member_struct_statfs_f_bavail=yes
20756 else
20757 $as_echo "$as_me: failed program was:" >&5
20758 sed 's/^/| /' conftest.$ac_ext >&5
20760 cat >conftest.$ac_ext <<_ACEOF
20761 /* confdefs.h. */
20762 _ACEOF
20763 cat confdefs.h >>conftest.$ac_ext
20764 cat >>conftest.$ac_ext <<_ACEOF
20765 /* end confdefs.h. */
20766 #include <sys/types.h>
20767 #ifdef HAVE_SYS_PARAM_H
20768 # include <sys/param.h>
20769 #endif
20770 #ifdef HAVE_SYS_MOUNT_H
20771 # include <sys/mount.h>
20772 #endif
20773 #ifdef HAVE_SYS_VFS_H
20774 # include <sys/vfs.h>
20775 #endif
20776 #ifdef HAVE_SYS_STATFS_H
20777 # include <sys/statfs.h>
20778 #endif
20781 main ()
20783 static struct statfs ac_aggr;
20784 if (sizeof ac_aggr.f_bavail)
20785 return 0;
20787 return 0;
20789 _ACEOF
20790 rm -f conftest.$ac_objext
20791 if { (ac_try="$ac_compile"
20792 case "(($ac_try" in
20793 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20794 *) ac_try_echo=$ac_try;;
20795 esac
20796 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
20797 $as_echo "$ac_try_echo") >&5
20798 (eval "$ac_compile") 2>conftest.er1
20799 ac_status=$?
20800 grep -v '^ *+' conftest.er1 >conftest.err
20801 rm -f conftest.er1
20802 cat conftest.err >&5
20803 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
20804 (exit $ac_status); } && {
20805 test -z "$ac_c_werror_flag" ||
20806 test ! -s conftest.err
20807 } && test -s conftest.$ac_objext; then
20808 ac_cv_member_struct_statfs_f_bavail=yes
20809 else
20810 $as_echo "$as_me: failed program was:" >&5
20811 sed 's/^/| /' conftest.$ac_ext >&5
20813 ac_cv_member_struct_statfs_f_bavail=no
20816 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20819 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20821 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_statfs_f_bavail" >&5
20822 $as_echo "$ac_cv_member_struct_statfs_f_bavail" >&6; }
20823 if test "x$ac_cv_member_struct_statfs_f_bavail" = x""yes; then
20825 cat >>confdefs.h <<_ACEOF
20826 #define HAVE_STRUCT_STATFS_F_BAVAIL 1
20827 _ACEOF
20831 { $as_echo "$as_me:$LINENO: checking for struct statfs.f_frsize" >&5
20832 $as_echo_n "checking for struct statfs.f_frsize... " >&6; }
20833 if test "${ac_cv_member_struct_statfs_f_frsize+set}" = set; then
20834 $as_echo_n "(cached) " >&6
20835 else
20836 cat >conftest.$ac_ext <<_ACEOF
20837 /* confdefs.h. */
20838 _ACEOF
20839 cat confdefs.h >>conftest.$ac_ext
20840 cat >>conftest.$ac_ext <<_ACEOF
20841 /* end confdefs.h. */
20842 #include <sys/types.h>
20843 #ifdef HAVE_SYS_PARAM_H
20844 # include <sys/param.h>
20845 #endif
20846 #ifdef HAVE_SYS_MOUNT_H
20847 # include <sys/mount.h>
20848 #endif
20849 #ifdef HAVE_SYS_VFS_H
20850 # include <sys/vfs.h>
20851 #endif
20852 #ifdef HAVE_SYS_STATFS_H
20853 # include <sys/statfs.h>
20854 #endif
20857 main ()
20859 static struct statfs ac_aggr;
20860 if (ac_aggr.f_frsize)
20861 return 0;
20863 return 0;
20865 _ACEOF
20866 rm -f conftest.$ac_objext
20867 if { (ac_try="$ac_compile"
20868 case "(($ac_try" in
20869 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20870 *) ac_try_echo=$ac_try;;
20871 esac
20872 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
20873 $as_echo "$ac_try_echo") >&5
20874 (eval "$ac_compile") 2>conftest.er1
20875 ac_status=$?
20876 grep -v '^ *+' conftest.er1 >conftest.err
20877 rm -f conftest.er1
20878 cat conftest.err >&5
20879 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
20880 (exit $ac_status); } && {
20881 test -z "$ac_c_werror_flag" ||
20882 test ! -s conftest.err
20883 } && test -s conftest.$ac_objext; then
20884 ac_cv_member_struct_statfs_f_frsize=yes
20885 else
20886 $as_echo "$as_me: failed program was:" >&5
20887 sed 's/^/| /' conftest.$ac_ext >&5
20889 cat >conftest.$ac_ext <<_ACEOF
20890 /* confdefs.h. */
20891 _ACEOF
20892 cat confdefs.h >>conftest.$ac_ext
20893 cat >>conftest.$ac_ext <<_ACEOF
20894 /* end confdefs.h. */
20895 #include <sys/types.h>
20896 #ifdef HAVE_SYS_PARAM_H
20897 # include <sys/param.h>
20898 #endif
20899 #ifdef HAVE_SYS_MOUNT_H
20900 # include <sys/mount.h>
20901 #endif
20902 #ifdef HAVE_SYS_VFS_H
20903 # include <sys/vfs.h>
20904 #endif
20905 #ifdef HAVE_SYS_STATFS_H
20906 # include <sys/statfs.h>
20907 #endif
20910 main ()
20912 static struct statfs ac_aggr;
20913 if (sizeof ac_aggr.f_frsize)
20914 return 0;
20916 return 0;
20918 _ACEOF
20919 rm -f conftest.$ac_objext
20920 if { (ac_try="$ac_compile"
20921 case "(($ac_try" in
20922 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20923 *) ac_try_echo=$ac_try;;
20924 esac
20925 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
20926 $as_echo "$ac_try_echo") >&5
20927 (eval "$ac_compile") 2>conftest.er1
20928 ac_status=$?
20929 grep -v '^ *+' conftest.er1 >conftest.err
20930 rm -f conftest.er1
20931 cat conftest.err >&5
20932 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
20933 (exit $ac_status); } && {
20934 test -z "$ac_c_werror_flag" ||
20935 test ! -s conftest.err
20936 } && test -s conftest.$ac_objext; then
20937 ac_cv_member_struct_statfs_f_frsize=yes
20938 else
20939 $as_echo "$as_me: failed program was:" >&5
20940 sed 's/^/| /' conftest.$ac_ext >&5
20942 ac_cv_member_struct_statfs_f_frsize=no
20945 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20948 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20950 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_statfs_f_frsize" >&5
20951 $as_echo "$ac_cv_member_struct_statfs_f_frsize" >&6; }
20952 if test "x$ac_cv_member_struct_statfs_f_frsize" = x""yes; then
20954 cat >>confdefs.h <<_ACEOF
20955 #define HAVE_STRUCT_STATFS_F_FRSIZE 1
20956 _ACEOF
20960 { $as_echo "$as_me:$LINENO: checking for struct statfs.f_ffree" >&5
20961 $as_echo_n "checking for struct statfs.f_ffree... " >&6; }
20962 if test "${ac_cv_member_struct_statfs_f_ffree+set}" = set; then
20963 $as_echo_n "(cached) " >&6
20964 else
20965 cat >conftest.$ac_ext <<_ACEOF
20966 /* confdefs.h. */
20967 _ACEOF
20968 cat confdefs.h >>conftest.$ac_ext
20969 cat >>conftest.$ac_ext <<_ACEOF
20970 /* end confdefs.h. */
20971 #include <sys/types.h>
20972 #ifdef HAVE_SYS_PARAM_H
20973 # include <sys/param.h>
20974 #endif
20975 #ifdef HAVE_SYS_MOUNT_H
20976 # include <sys/mount.h>
20977 #endif
20978 #ifdef HAVE_SYS_VFS_H
20979 # include <sys/vfs.h>
20980 #endif
20981 #ifdef HAVE_SYS_STATFS_H
20982 # include <sys/statfs.h>
20983 #endif
20986 main ()
20988 static struct statfs ac_aggr;
20989 if (ac_aggr.f_ffree)
20990 return 0;
20992 return 0;
20994 _ACEOF
20995 rm -f conftest.$ac_objext
20996 if { (ac_try="$ac_compile"
20997 case "(($ac_try" in
20998 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20999 *) ac_try_echo=$ac_try;;
21000 esac
21001 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
21002 $as_echo "$ac_try_echo") >&5
21003 (eval "$ac_compile") 2>conftest.er1
21004 ac_status=$?
21005 grep -v '^ *+' conftest.er1 >conftest.err
21006 rm -f conftest.er1
21007 cat conftest.err >&5
21008 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
21009 (exit $ac_status); } && {
21010 test -z "$ac_c_werror_flag" ||
21011 test ! -s conftest.err
21012 } && test -s conftest.$ac_objext; then
21013 ac_cv_member_struct_statfs_f_ffree=yes
21014 else
21015 $as_echo "$as_me: failed program was:" >&5
21016 sed 's/^/| /' conftest.$ac_ext >&5
21018 cat >conftest.$ac_ext <<_ACEOF
21019 /* confdefs.h. */
21020 _ACEOF
21021 cat confdefs.h >>conftest.$ac_ext
21022 cat >>conftest.$ac_ext <<_ACEOF
21023 /* end confdefs.h. */
21024 #include <sys/types.h>
21025 #ifdef HAVE_SYS_PARAM_H
21026 # include <sys/param.h>
21027 #endif
21028 #ifdef HAVE_SYS_MOUNT_H
21029 # include <sys/mount.h>
21030 #endif
21031 #ifdef HAVE_SYS_VFS_H
21032 # include <sys/vfs.h>
21033 #endif
21034 #ifdef HAVE_SYS_STATFS_H
21035 # include <sys/statfs.h>
21036 #endif
21039 main ()
21041 static struct statfs ac_aggr;
21042 if (sizeof ac_aggr.f_ffree)
21043 return 0;
21045 return 0;
21047 _ACEOF
21048 rm -f conftest.$ac_objext
21049 if { (ac_try="$ac_compile"
21050 case "(($ac_try" in
21051 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21052 *) ac_try_echo=$ac_try;;
21053 esac
21054 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
21055 $as_echo "$ac_try_echo") >&5
21056 (eval "$ac_compile") 2>conftest.er1
21057 ac_status=$?
21058 grep -v '^ *+' conftest.er1 >conftest.err
21059 rm -f conftest.er1
21060 cat conftest.err >&5
21061 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
21062 (exit $ac_status); } && {
21063 test -z "$ac_c_werror_flag" ||
21064 test ! -s conftest.err
21065 } && test -s conftest.$ac_objext; then
21066 ac_cv_member_struct_statfs_f_ffree=yes
21067 else
21068 $as_echo "$as_me: failed program was:" >&5
21069 sed 's/^/| /' conftest.$ac_ext >&5
21071 ac_cv_member_struct_statfs_f_ffree=no
21074 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21077 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21079 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_statfs_f_ffree" >&5
21080 $as_echo "$ac_cv_member_struct_statfs_f_ffree" >&6; }
21081 if test "x$ac_cv_member_struct_statfs_f_ffree" = x""yes; then
21083 cat >>confdefs.h <<_ACEOF
21084 #define HAVE_STRUCT_STATFS_F_FFREE 1
21085 _ACEOF
21089 { $as_echo "$as_me:$LINENO: checking for struct statfs.f_favail" >&5
21090 $as_echo_n "checking for struct statfs.f_favail... " >&6; }
21091 if test "${ac_cv_member_struct_statfs_f_favail+set}" = set; then
21092 $as_echo_n "(cached) " >&6
21093 else
21094 cat >conftest.$ac_ext <<_ACEOF
21095 /* confdefs.h. */
21096 _ACEOF
21097 cat confdefs.h >>conftest.$ac_ext
21098 cat >>conftest.$ac_ext <<_ACEOF
21099 /* end confdefs.h. */
21100 #include <sys/types.h>
21101 #ifdef HAVE_SYS_PARAM_H
21102 # include <sys/param.h>
21103 #endif
21104 #ifdef HAVE_SYS_MOUNT_H
21105 # include <sys/mount.h>
21106 #endif
21107 #ifdef HAVE_SYS_VFS_H
21108 # include <sys/vfs.h>
21109 #endif
21110 #ifdef HAVE_SYS_STATFS_H
21111 # include <sys/statfs.h>
21112 #endif
21115 main ()
21117 static struct statfs ac_aggr;
21118 if (ac_aggr.f_favail)
21119 return 0;
21121 return 0;
21123 _ACEOF
21124 rm -f conftest.$ac_objext
21125 if { (ac_try="$ac_compile"
21126 case "(($ac_try" in
21127 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21128 *) ac_try_echo=$ac_try;;
21129 esac
21130 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
21131 $as_echo "$ac_try_echo") >&5
21132 (eval "$ac_compile") 2>conftest.er1
21133 ac_status=$?
21134 grep -v '^ *+' conftest.er1 >conftest.err
21135 rm -f conftest.er1
21136 cat conftest.err >&5
21137 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
21138 (exit $ac_status); } && {
21139 test -z "$ac_c_werror_flag" ||
21140 test ! -s conftest.err
21141 } && test -s conftest.$ac_objext; then
21142 ac_cv_member_struct_statfs_f_favail=yes
21143 else
21144 $as_echo "$as_me: failed program was:" >&5
21145 sed 's/^/| /' conftest.$ac_ext >&5
21147 cat >conftest.$ac_ext <<_ACEOF
21148 /* confdefs.h. */
21149 _ACEOF
21150 cat confdefs.h >>conftest.$ac_ext
21151 cat >>conftest.$ac_ext <<_ACEOF
21152 /* end confdefs.h. */
21153 #include <sys/types.h>
21154 #ifdef HAVE_SYS_PARAM_H
21155 # include <sys/param.h>
21156 #endif
21157 #ifdef HAVE_SYS_MOUNT_H
21158 # include <sys/mount.h>
21159 #endif
21160 #ifdef HAVE_SYS_VFS_H
21161 # include <sys/vfs.h>
21162 #endif
21163 #ifdef HAVE_SYS_STATFS_H
21164 # include <sys/statfs.h>
21165 #endif
21168 main ()
21170 static struct statfs ac_aggr;
21171 if (sizeof ac_aggr.f_favail)
21172 return 0;
21174 return 0;
21176 _ACEOF
21177 rm -f conftest.$ac_objext
21178 if { (ac_try="$ac_compile"
21179 case "(($ac_try" in
21180 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21181 *) ac_try_echo=$ac_try;;
21182 esac
21183 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
21184 $as_echo "$ac_try_echo") >&5
21185 (eval "$ac_compile") 2>conftest.er1
21186 ac_status=$?
21187 grep -v '^ *+' conftest.er1 >conftest.err
21188 rm -f conftest.er1
21189 cat conftest.err >&5
21190 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
21191 (exit $ac_status); } && {
21192 test -z "$ac_c_werror_flag" ||
21193 test ! -s conftest.err
21194 } && test -s conftest.$ac_objext; then
21195 ac_cv_member_struct_statfs_f_favail=yes
21196 else
21197 $as_echo "$as_me: failed program was:" >&5
21198 sed 's/^/| /' conftest.$ac_ext >&5
21200 ac_cv_member_struct_statfs_f_favail=no
21203 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21206 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21208 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_statfs_f_favail" >&5
21209 $as_echo "$ac_cv_member_struct_statfs_f_favail" >&6; }
21210 if test "x$ac_cv_member_struct_statfs_f_favail" = x""yes; then
21212 cat >>confdefs.h <<_ACEOF
21213 #define HAVE_STRUCT_STATFS_F_FAVAIL 1
21214 _ACEOF
21218 { $as_echo "$as_me:$LINENO: checking for struct statfs.f_namelen" >&5
21219 $as_echo_n "checking for struct statfs.f_namelen... " >&6; }
21220 if test "${ac_cv_member_struct_statfs_f_namelen+set}" = set; then
21221 $as_echo_n "(cached) " >&6
21222 else
21223 cat >conftest.$ac_ext <<_ACEOF
21224 /* confdefs.h. */
21225 _ACEOF
21226 cat confdefs.h >>conftest.$ac_ext
21227 cat >>conftest.$ac_ext <<_ACEOF
21228 /* end confdefs.h. */
21229 #include <sys/types.h>
21230 #ifdef HAVE_SYS_PARAM_H
21231 # include <sys/param.h>
21232 #endif
21233 #ifdef HAVE_SYS_MOUNT_H
21234 # include <sys/mount.h>
21235 #endif
21236 #ifdef HAVE_SYS_VFS_H
21237 # include <sys/vfs.h>
21238 #endif
21239 #ifdef HAVE_SYS_STATFS_H
21240 # include <sys/statfs.h>
21241 #endif
21244 main ()
21246 static struct statfs ac_aggr;
21247 if (ac_aggr.f_namelen)
21248 return 0;
21250 return 0;
21252 _ACEOF
21253 rm -f conftest.$ac_objext
21254 if { (ac_try="$ac_compile"
21255 case "(($ac_try" in
21256 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21257 *) ac_try_echo=$ac_try;;
21258 esac
21259 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
21260 $as_echo "$ac_try_echo") >&5
21261 (eval "$ac_compile") 2>conftest.er1
21262 ac_status=$?
21263 grep -v '^ *+' conftest.er1 >conftest.err
21264 rm -f conftest.er1
21265 cat conftest.err >&5
21266 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
21267 (exit $ac_status); } && {
21268 test -z "$ac_c_werror_flag" ||
21269 test ! -s conftest.err
21270 } && test -s conftest.$ac_objext; then
21271 ac_cv_member_struct_statfs_f_namelen=yes
21272 else
21273 $as_echo "$as_me: failed program was:" >&5
21274 sed 's/^/| /' conftest.$ac_ext >&5
21276 cat >conftest.$ac_ext <<_ACEOF
21277 /* confdefs.h. */
21278 _ACEOF
21279 cat confdefs.h >>conftest.$ac_ext
21280 cat >>conftest.$ac_ext <<_ACEOF
21281 /* end confdefs.h. */
21282 #include <sys/types.h>
21283 #ifdef HAVE_SYS_PARAM_H
21284 # include <sys/param.h>
21285 #endif
21286 #ifdef HAVE_SYS_MOUNT_H
21287 # include <sys/mount.h>
21288 #endif
21289 #ifdef HAVE_SYS_VFS_H
21290 # include <sys/vfs.h>
21291 #endif
21292 #ifdef HAVE_SYS_STATFS_H
21293 # include <sys/statfs.h>
21294 #endif
21297 main ()
21299 static struct statfs ac_aggr;
21300 if (sizeof ac_aggr.f_namelen)
21301 return 0;
21303 return 0;
21305 _ACEOF
21306 rm -f conftest.$ac_objext
21307 if { (ac_try="$ac_compile"
21308 case "(($ac_try" in
21309 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21310 *) ac_try_echo=$ac_try;;
21311 esac
21312 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
21313 $as_echo "$ac_try_echo") >&5
21314 (eval "$ac_compile") 2>conftest.er1
21315 ac_status=$?
21316 grep -v '^ *+' conftest.er1 >conftest.err
21317 rm -f conftest.er1
21318 cat conftest.err >&5
21319 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
21320 (exit $ac_status); } && {
21321 test -z "$ac_c_werror_flag" ||
21322 test ! -s conftest.err
21323 } && test -s conftest.$ac_objext; then
21324 ac_cv_member_struct_statfs_f_namelen=yes
21325 else
21326 $as_echo "$as_me: failed program was:" >&5
21327 sed 's/^/| /' conftest.$ac_ext >&5
21329 ac_cv_member_struct_statfs_f_namelen=no
21332 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21335 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21337 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_statfs_f_namelen" >&5
21338 $as_echo "$ac_cv_member_struct_statfs_f_namelen" >&6; }
21339 if test "x$ac_cv_member_struct_statfs_f_namelen" = x""yes; then
21341 cat >>confdefs.h <<_ACEOF
21342 #define HAVE_STRUCT_STATFS_F_NAMELEN 1
21343 _ACEOF
21349 { $as_echo "$as_me:$LINENO: checking for struct statvfs.f_blocks" >&5
21350 $as_echo_n "checking for struct statvfs.f_blocks... " >&6; }
21351 if test "${ac_cv_member_struct_statvfs_f_blocks+set}" = set; then
21352 $as_echo_n "(cached) " >&6
21353 else
21354 cat >conftest.$ac_ext <<_ACEOF
21355 /* confdefs.h. */
21356 _ACEOF
21357 cat confdefs.h >>conftest.$ac_ext
21358 cat >>conftest.$ac_ext <<_ACEOF
21359 /* end confdefs.h. */
21360 #ifdef HAVE_SYS_STATVFS_H
21361 #include <sys/statvfs.h>
21362 #endif
21365 main ()
21367 static struct statvfs ac_aggr;
21368 if (ac_aggr.f_blocks)
21369 return 0;
21371 return 0;
21373 _ACEOF
21374 rm -f conftest.$ac_objext
21375 if { (ac_try="$ac_compile"
21376 case "(($ac_try" in
21377 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21378 *) ac_try_echo=$ac_try;;
21379 esac
21380 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
21381 $as_echo "$ac_try_echo") >&5
21382 (eval "$ac_compile") 2>conftest.er1
21383 ac_status=$?
21384 grep -v '^ *+' conftest.er1 >conftest.err
21385 rm -f conftest.er1
21386 cat conftest.err >&5
21387 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
21388 (exit $ac_status); } && {
21389 test -z "$ac_c_werror_flag" ||
21390 test ! -s conftest.err
21391 } && test -s conftest.$ac_objext; then
21392 ac_cv_member_struct_statvfs_f_blocks=yes
21393 else
21394 $as_echo "$as_me: failed program was:" >&5
21395 sed 's/^/| /' conftest.$ac_ext >&5
21397 cat >conftest.$ac_ext <<_ACEOF
21398 /* confdefs.h. */
21399 _ACEOF
21400 cat confdefs.h >>conftest.$ac_ext
21401 cat >>conftest.$ac_ext <<_ACEOF
21402 /* end confdefs.h. */
21403 #ifdef HAVE_SYS_STATVFS_H
21404 #include <sys/statvfs.h>
21405 #endif
21408 main ()
21410 static struct statvfs ac_aggr;
21411 if (sizeof ac_aggr.f_blocks)
21412 return 0;
21414 return 0;
21416 _ACEOF
21417 rm -f conftest.$ac_objext
21418 if { (ac_try="$ac_compile"
21419 case "(($ac_try" in
21420 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21421 *) ac_try_echo=$ac_try;;
21422 esac
21423 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
21424 $as_echo "$ac_try_echo") >&5
21425 (eval "$ac_compile") 2>conftest.er1
21426 ac_status=$?
21427 grep -v '^ *+' conftest.er1 >conftest.err
21428 rm -f conftest.er1
21429 cat conftest.err >&5
21430 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
21431 (exit $ac_status); } && {
21432 test -z "$ac_c_werror_flag" ||
21433 test ! -s conftest.err
21434 } && test -s conftest.$ac_objext; then
21435 ac_cv_member_struct_statvfs_f_blocks=yes
21436 else
21437 $as_echo "$as_me: failed program was:" >&5
21438 sed 's/^/| /' conftest.$ac_ext >&5
21440 ac_cv_member_struct_statvfs_f_blocks=no
21443 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21446 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21448 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_statvfs_f_blocks" >&5
21449 $as_echo "$ac_cv_member_struct_statvfs_f_blocks" >&6; }
21450 if test "x$ac_cv_member_struct_statvfs_f_blocks" = x""yes; then
21452 cat >>confdefs.h <<_ACEOF
21453 #define HAVE_STRUCT_STATVFS_F_BLOCKS 1
21454 _ACEOF
21460 { $as_echo "$as_me:$LINENO: checking for struct msghdr.msg_accrights" >&5
21461 $as_echo_n "checking for struct msghdr.msg_accrights... " >&6; }
21462 if test "${ac_cv_member_struct_msghdr_msg_accrights+set}" = set; then
21463 $as_echo_n "(cached) " >&6
21464 else
21465 cat >conftest.$ac_ext <<_ACEOF
21466 /* confdefs.h. */
21467 _ACEOF
21468 cat confdefs.h >>conftest.$ac_ext
21469 cat >>conftest.$ac_ext <<_ACEOF
21470 /* end confdefs.h. */
21471 #include <sys/types.h>
21472 #ifdef HAVE_SYS_SOCKET_H
21473 # include <sys/socket.h>
21474 #endif
21475 #ifdef HAVE_SYS_UN_H
21476 # include <sys/un.h>
21477 #endif
21480 main ()
21482 static struct msghdr ac_aggr;
21483 if (ac_aggr.msg_accrights)
21484 return 0;
21486 return 0;
21488 _ACEOF
21489 rm -f conftest.$ac_objext
21490 if { (ac_try="$ac_compile"
21491 case "(($ac_try" in
21492 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21493 *) ac_try_echo=$ac_try;;
21494 esac
21495 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
21496 $as_echo "$ac_try_echo") >&5
21497 (eval "$ac_compile") 2>conftest.er1
21498 ac_status=$?
21499 grep -v '^ *+' conftest.er1 >conftest.err
21500 rm -f conftest.er1
21501 cat conftest.err >&5
21502 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
21503 (exit $ac_status); } && {
21504 test -z "$ac_c_werror_flag" ||
21505 test ! -s conftest.err
21506 } && test -s conftest.$ac_objext; then
21507 ac_cv_member_struct_msghdr_msg_accrights=yes
21508 else
21509 $as_echo "$as_me: failed program was:" >&5
21510 sed 's/^/| /' conftest.$ac_ext >&5
21512 cat >conftest.$ac_ext <<_ACEOF
21513 /* confdefs.h. */
21514 _ACEOF
21515 cat confdefs.h >>conftest.$ac_ext
21516 cat >>conftest.$ac_ext <<_ACEOF
21517 /* end confdefs.h. */
21518 #include <sys/types.h>
21519 #ifdef HAVE_SYS_SOCKET_H
21520 # include <sys/socket.h>
21521 #endif
21522 #ifdef HAVE_SYS_UN_H
21523 # include <sys/un.h>
21524 #endif
21527 main ()
21529 static struct msghdr ac_aggr;
21530 if (sizeof ac_aggr.msg_accrights)
21531 return 0;
21533 return 0;
21535 _ACEOF
21536 rm -f conftest.$ac_objext
21537 if { (ac_try="$ac_compile"
21538 case "(($ac_try" in
21539 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21540 *) ac_try_echo=$ac_try;;
21541 esac
21542 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
21543 $as_echo "$ac_try_echo") >&5
21544 (eval "$ac_compile") 2>conftest.er1
21545 ac_status=$?
21546 grep -v '^ *+' conftest.er1 >conftest.err
21547 rm -f conftest.er1
21548 cat conftest.err >&5
21549 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
21550 (exit $ac_status); } && {
21551 test -z "$ac_c_werror_flag" ||
21552 test ! -s conftest.err
21553 } && test -s conftest.$ac_objext; then
21554 ac_cv_member_struct_msghdr_msg_accrights=yes
21555 else
21556 $as_echo "$as_me: failed program was:" >&5
21557 sed 's/^/| /' conftest.$ac_ext >&5
21559 ac_cv_member_struct_msghdr_msg_accrights=no
21562 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21565 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21567 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_msghdr_msg_accrights" >&5
21568 $as_echo "$ac_cv_member_struct_msghdr_msg_accrights" >&6; }
21569 if test "x$ac_cv_member_struct_msghdr_msg_accrights" = x""yes; then
21571 cat >>confdefs.h <<_ACEOF
21572 #define HAVE_STRUCT_MSGHDR_MSG_ACCRIGHTS 1
21573 _ACEOF
21577 { $as_echo "$as_me:$LINENO: checking for struct sockaddr.sa_len" >&5
21578 $as_echo_n "checking for struct sockaddr.sa_len... " >&6; }
21579 if test "${ac_cv_member_struct_sockaddr_sa_len+set}" = set; then
21580 $as_echo_n "(cached) " >&6
21581 else
21582 cat >conftest.$ac_ext <<_ACEOF
21583 /* confdefs.h. */
21584 _ACEOF
21585 cat confdefs.h >>conftest.$ac_ext
21586 cat >>conftest.$ac_ext <<_ACEOF
21587 /* end confdefs.h. */
21588 #include <sys/types.h>
21589 #ifdef HAVE_SYS_SOCKET_H
21590 # include <sys/socket.h>
21591 #endif
21592 #ifdef HAVE_SYS_UN_H
21593 # include <sys/un.h>
21594 #endif
21597 main ()
21599 static struct sockaddr ac_aggr;
21600 if (ac_aggr.sa_len)
21601 return 0;
21603 return 0;
21605 _ACEOF
21606 rm -f conftest.$ac_objext
21607 if { (ac_try="$ac_compile"
21608 case "(($ac_try" in
21609 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21610 *) ac_try_echo=$ac_try;;
21611 esac
21612 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
21613 $as_echo "$ac_try_echo") >&5
21614 (eval "$ac_compile") 2>conftest.er1
21615 ac_status=$?
21616 grep -v '^ *+' conftest.er1 >conftest.err
21617 rm -f conftest.er1
21618 cat conftest.err >&5
21619 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
21620 (exit $ac_status); } && {
21621 test -z "$ac_c_werror_flag" ||
21622 test ! -s conftest.err
21623 } && test -s conftest.$ac_objext; then
21624 ac_cv_member_struct_sockaddr_sa_len=yes
21625 else
21626 $as_echo "$as_me: failed program was:" >&5
21627 sed 's/^/| /' conftest.$ac_ext >&5
21629 cat >conftest.$ac_ext <<_ACEOF
21630 /* confdefs.h. */
21631 _ACEOF
21632 cat confdefs.h >>conftest.$ac_ext
21633 cat >>conftest.$ac_ext <<_ACEOF
21634 /* end confdefs.h. */
21635 #include <sys/types.h>
21636 #ifdef HAVE_SYS_SOCKET_H
21637 # include <sys/socket.h>
21638 #endif
21639 #ifdef HAVE_SYS_UN_H
21640 # include <sys/un.h>
21641 #endif
21644 main ()
21646 static struct sockaddr ac_aggr;
21647 if (sizeof ac_aggr.sa_len)
21648 return 0;
21650 return 0;
21652 _ACEOF
21653 rm -f conftest.$ac_objext
21654 if { (ac_try="$ac_compile"
21655 case "(($ac_try" in
21656 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21657 *) ac_try_echo=$ac_try;;
21658 esac
21659 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
21660 $as_echo "$ac_try_echo") >&5
21661 (eval "$ac_compile") 2>conftest.er1
21662 ac_status=$?
21663 grep -v '^ *+' conftest.er1 >conftest.err
21664 rm -f conftest.er1
21665 cat conftest.err >&5
21666 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
21667 (exit $ac_status); } && {
21668 test -z "$ac_c_werror_flag" ||
21669 test ! -s conftest.err
21670 } && test -s conftest.$ac_objext; then
21671 ac_cv_member_struct_sockaddr_sa_len=yes
21672 else
21673 $as_echo "$as_me: failed program was:" >&5
21674 sed 's/^/| /' conftest.$ac_ext >&5
21676 ac_cv_member_struct_sockaddr_sa_len=no
21679 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21682 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21684 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_sockaddr_sa_len" >&5
21685 $as_echo "$ac_cv_member_struct_sockaddr_sa_len" >&6; }
21686 if test "x$ac_cv_member_struct_sockaddr_sa_len" = x""yes; then
21688 cat >>confdefs.h <<_ACEOF
21689 #define HAVE_STRUCT_SOCKADDR_SA_LEN 1
21690 _ACEOF
21694 { $as_echo "$as_me:$LINENO: checking for struct sockaddr_un.sun_len" >&5
21695 $as_echo_n "checking for struct sockaddr_un.sun_len... " >&6; }
21696 if test "${ac_cv_member_struct_sockaddr_un_sun_len+set}" = set; then
21697 $as_echo_n "(cached) " >&6
21698 else
21699 cat >conftest.$ac_ext <<_ACEOF
21700 /* confdefs.h. */
21701 _ACEOF
21702 cat confdefs.h >>conftest.$ac_ext
21703 cat >>conftest.$ac_ext <<_ACEOF
21704 /* end confdefs.h. */
21705 #include <sys/types.h>
21706 #ifdef HAVE_SYS_SOCKET_H
21707 # include <sys/socket.h>
21708 #endif
21709 #ifdef HAVE_SYS_UN_H
21710 # include <sys/un.h>
21711 #endif
21714 main ()
21716 static struct sockaddr_un ac_aggr;
21717 if (ac_aggr.sun_len)
21718 return 0;
21720 return 0;
21722 _ACEOF
21723 rm -f conftest.$ac_objext
21724 if { (ac_try="$ac_compile"
21725 case "(($ac_try" in
21726 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21727 *) ac_try_echo=$ac_try;;
21728 esac
21729 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
21730 $as_echo "$ac_try_echo") >&5
21731 (eval "$ac_compile") 2>conftest.er1
21732 ac_status=$?
21733 grep -v '^ *+' conftest.er1 >conftest.err
21734 rm -f conftest.er1
21735 cat conftest.err >&5
21736 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
21737 (exit $ac_status); } && {
21738 test -z "$ac_c_werror_flag" ||
21739 test ! -s conftest.err
21740 } && test -s conftest.$ac_objext; then
21741 ac_cv_member_struct_sockaddr_un_sun_len=yes
21742 else
21743 $as_echo "$as_me: failed program was:" >&5
21744 sed 's/^/| /' conftest.$ac_ext >&5
21746 cat >conftest.$ac_ext <<_ACEOF
21747 /* confdefs.h. */
21748 _ACEOF
21749 cat confdefs.h >>conftest.$ac_ext
21750 cat >>conftest.$ac_ext <<_ACEOF
21751 /* end confdefs.h. */
21752 #include <sys/types.h>
21753 #ifdef HAVE_SYS_SOCKET_H
21754 # include <sys/socket.h>
21755 #endif
21756 #ifdef HAVE_SYS_UN_H
21757 # include <sys/un.h>
21758 #endif
21761 main ()
21763 static struct sockaddr_un ac_aggr;
21764 if (sizeof ac_aggr.sun_len)
21765 return 0;
21767 return 0;
21769 _ACEOF
21770 rm -f conftest.$ac_objext
21771 if { (ac_try="$ac_compile"
21772 case "(($ac_try" in
21773 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21774 *) ac_try_echo=$ac_try;;
21775 esac
21776 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
21777 $as_echo "$ac_try_echo") >&5
21778 (eval "$ac_compile") 2>conftest.er1
21779 ac_status=$?
21780 grep -v '^ *+' conftest.er1 >conftest.err
21781 rm -f conftest.er1
21782 cat conftest.err >&5
21783 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
21784 (exit $ac_status); } && {
21785 test -z "$ac_c_werror_flag" ||
21786 test ! -s conftest.err
21787 } && test -s conftest.$ac_objext; then
21788 ac_cv_member_struct_sockaddr_un_sun_len=yes
21789 else
21790 $as_echo "$as_me: failed program was:" >&5
21791 sed 's/^/| /' conftest.$ac_ext >&5
21793 ac_cv_member_struct_sockaddr_un_sun_len=no
21796 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21799 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21801 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_sockaddr_un_sun_len" >&5
21802 $as_echo "$ac_cv_member_struct_sockaddr_un_sun_len" >&6; }
21803 if test "x$ac_cv_member_struct_sockaddr_un_sun_len" = x""yes; then
21805 cat >>confdefs.h <<_ACEOF
21806 #define HAVE_STRUCT_SOCKADDR_UN_SUN_LEN 1
21807 _ACEOF
21813 { $as_echo "$as_me:$LINENO: checking for scsireq_t.cmd" >&5
21814 $as_echo_n "checking for scsireq_t.cmd... " >&6; }
21815 if test "${ac_cv_member_scsireq_t_cmd+set}" = set; then
21816 $as_echo_n "(cached) " >&6
21817 else
21818 cat >conftest.$ac_ext <<_ACEOF
21819 /* confdefs.h. */
21820 _ACEOF
21821 cat confdefs.h >>conftest.$ac_ext
21822 cat >>conftest.$ac_ext <<_ACEOF
21823 /* end confdefs.h. */
21824 #include <sys/types.h>
21825 #ifdef HAVE_SCSI_SG_H
21826 #include <scsi/sg.h>
21827 #endif
21830 main ()
21832 static scsireq_t ac_aggr;
21833 if (ac_aggr.cmd)
21834 return 0;
21836 return 0;
21838 _ACEOF
21839 rm -f conftest.$ac_objext
21840 if { (ac_try="$ac_compile"
21841 case "(($ac_try" in
21842 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21843 *) ac_try_echo=$ac_try;;
21844 esac
21845 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
21846 $as_echo "$ac_try_echo") >&5
21847 (eval "$ac_compile") 2>conftest.er1
21848 ac_status=$?
21849 grep -v '^ *+' conftest.er1 >conftest.err
21850 rm -f conftest.er1
21851 cat conftest.err >&5
21852 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
21853 (exit $ac_status); } && {
21854 test -z "$ac_c_werror_flag" ||
21855 test ! -s conftest.err
21856 } && test -s conftest.$ac_objext; then
21857 ac_cv_member_scsireq_t_cmd=yes
21858 else
21859 $as_echo "$as_me: failed program was:" >&5
21860 sed 's/^/| /' conftest.$ac_ext >&5
21862 cat >conftest.$ac_ext <<_ACEOF
21863 /* confdefs.h. */
21864 _ACEOF
21865 cat confdefs.h >>conftest.$ac_ext
21866 cat >>conftest.$ac_ext <<_ACEOF
21867 /* end confdefs.h. */
21868 #include <sys/types.h>
21869 #ifdef HAVE_SCSI_SG_H
21870 #include <scsi/sg.h>
21871 #endif
21874 main ()
21876 static scsireq_t ac_aggr;
21877 if (sizeof ac_aggr.cmd)
21878 return 0;
21880 return 0;
21882 _ACEOF
21883 rm -f conftest.$ac_objext
21884 if { (ac_try="$ac_compile"
21885 case "(($ac_try" in
21886 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21887 *) ac_try_echo=$ac_try;;
21888 esac
21889 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
21890 $as_echo "$ac_try_echo") >&5
21891 (eval "$ac_compile") 2>conftest.er1
21892 ac_status=$?
21893 grep -v '^ *+' conftest.er1 >conftest.err
21894 rm -f conftest.er1
21895 cat conftest.err >&5
21896 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
21897 (exit $ac_status); } && {
21898 test -z "$ac_c_werror_flag" ||
21899 test ! -s conftest.err
21900 } && test -s conftest.$ac_objext; then
21901 ac_cv_member_scsireq_t_cmd=yes
21902 else
21903 $as_echo "$as_me: failed program was:" >&5
21904 sed 's/^/| /' conftest.$ac_ext >&5
21906 ac_cv_member_scsireq_t_cmd=no
21909 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21912 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21914 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_scsireq_t_cmd" >&5
21915 $as_echo "$ac_cv_member_scsireq_t_cmd" >&6; }
21916 if test "x$ac_cv_member_scsireq_t_cmd" = x""yes; then
21918 cat >>confdefs.h <<_ACEOF
21919 #define HAVE_SCSIREQ_T_CMD 1
21920 _ACEOF
21924 { $as_echo "$as_me:$LINENO: checking for sg_io_hdr_t.interface_id" >&5
21925 $as_echo_n "checking for sg_io_hdr_t.interface_id... " >&6; }
21926 if test "${ac_cv_member_sg_io_hdr_t_interface_id+set}" = set; then
21927 $as_echo_n "(cached) " >&6
21928 else
21929 cat >conftest.$ac_ext <<_ACEOF
21930 /* confdefs.h. */
21931 _ACEOF
21932 cat confdefs.h >>conftest.$ac_ext
21933 cat >>conftest.$ac_ext <<_ACEOF
21934 /* end confdefs.h. */
21935 #include <sys/types.h>
21936 #ifdef HAVE_SCSI_SG_H
21937 #include <scsi/sg.h>
21938 #endif
21941 main ()
21943 static sg_io_hdr_t ac_aggr;
21944 if (ac_aggr.interface_id)
21945 return 0;
21947 return 0;
21949 _ACEOF
21950 rm -f conftest.$ac_objext
21951 if { (ac_try="$ac_compile"
21952 case "(($ac_try" in
21953 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21954 *) ac_try_echo=$ac_try;;
21955 esac
21956 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
21957 $as_echo "$ac_try_echo") >&5
21958 (eval "$ac_compile") 2>conftest.er1
21959 ac_status=$?
21960 grep -v '^ *+' conftest.er1 >conftest.err
21961 rm -f conftest.er1
21962 cat conftest.err >&5
21963 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
21964 (exit $ac_status); } && {
21965 test -z "$ac_c_werror_flag" ||
21966 test ! -s conftest.err
21967 } && test -s conftest.$ac_objext; then
21968 ac_cv_member_sg_io_hdr_t_interface_id=yes
21969 else
21970 $as_echo "$as_me: failed program was:" >&5
21971 sed 's/^/| /' conftest.$ac_ext >&5
21973 cat >conftest.$ac_ext <<_ACEOF
21974 /* confdefs.h. */
21975 _ACEOF
21976 cat confdefs.h >>conftest.$ac_ext
21977 cat >>conftest.$ac_ext <<_ACEOF
21978 /* end confdefs.h. */
21979 #include <sys/types.h>
21980 #ifdef HAVE_SCSI_SG_H
21981 #include <scsi/sg.h>
21982 #endif
21985 main ()
21987 static sg_io_hdr_t ac_aggr;
21988 if (sizeof ac_aggr.interface_id)
21989 return 0;
21991 return 0;
21993 _ACEOF
21994 rm -f conftest.$ac_objext
21995 if { (ac_try="$ac_compile"
21996 case "(($ac_try" in
21997 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21998 *) ac_try_echo=$ac_try;;
21999 esac
22000 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
22001 $as_echo "$ac_try_echo") >&5
22002 (eval "$ac_compile") 2>conftest.er1
22003 ac_status=$?
22004 grep -v '^ *+' conftest.er1 >conftest.err
22005 rm -f conftest.er1
22006 cat conftest.err >&5
22007 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
22008 (exit $ac_status); } && {
22009 test -z "$ac_c_werror_flag" ||
22010 test ! -s conftest.err
22011 } && test -s conftest.$ac_objext; then
22012 ac_cv_member_sg_io_hdr_t_interface_id=yes
22013 else
22014 $as_echo "$as_me: failed program was:" >&5
22015 sed 's/^/| /' conftest.$ac_ext >&5
22017 ac_cv_member_sg_io_hdr_t_interface_id=no
22020 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22023 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22025 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_sg_io_hdr_t_interface_id" >&5
22026 $as_echo "$ac_cv_member_sg_io_hdr_t_interface_id" >&6; }
22027 if test "x$ac_cv_member_sg_io_hdr_t_interface_id" = x""yes; then
22029 cat >>confdefs.h <<_ACEOF
22030 #define HAVE_SG_IO_HDR_T_INTERFACE_ID 1
22031 _ACEOF
22037 { $as_echo "$as_me:$LINENO: checking for siginfo_t.si_fd" >&5
22038 $as_echo_n "checking for siginfo_t.si_fd... " >&6; }
22039 if test "${ac_cv_member_siginfo_t_si_fd+set}" = set; then
22040 $as_echo_n "(cached) " >&6
22041 else
22042 cat >conftest.$ac_ext <<_ACEOF
22043 /* confdefs.h. */
22044 _ACEOF
22045 cat confdefs.h >>conftest.$ac_ext
22046 cat >>conftest.$ac_ext <<_ACEOF
22047 /* end confdefs.h. */
22048 #include <signal.h>
22051 main ()
22053 static siginfo_t ac_aggr;
22054 if (ac_aggr.si_fd)
22055 return 0;
22057 return 0;
22059 _ACEOF
22060 rm -f conftest.$ac_objext
22061 if { (ac_try="$ac_compile"
22062 case "(($ac_try" in
22063 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22064 *) ac_try_echo=$ac_try;;
22065 esac
22066 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
22067 $as_echo "$ac_try_echo") >&5
22068 (eval "$ac_compile") 2>conftest.er1
22069 ac_status=$?
22070 grep -v '^ *+' conftest.er1 >conftest.err
22071 rm -f conftest.er1
22072 cat conftest.err >&5
22073 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
22074 (exit $ac_status); } && {
22075 test -z "$ac_c_werror_flag" ||
22076 test ! -s conftest.err
22077 } && test -s conftest.$ac_objext; then
22078 ac_cv_member_siginfo_t_si_fd=yes
22079 else
22080 $as_echo "$as_me: failed program was:" >&5
22081 sed 's/^/| /' conftest.$ac_ext >&5
22083 cat >conftest.$ac_ext <<_ACEOF
22084 /* confdefs.h. */
22085 _ACEOF
22086 cat confdefs.h >>conftest.$ac_ext
22087 cat >>conftest.$ac_ext <<_ACEOF
22088 /* end confdefs.h. */
22089 #include <signal.h>
22092 main ()
22094 static siginfo_t ac_aggr;
22095 if (sizeof ac_aggr.si_fd)
22096 return 0;
22098 return 0;
22100 _ACEOF
22101 rm -f conftest.$ac_objext
22102 if { (ac_try="$ac_compile"
22103 case "(($ac_try" in
22104 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22105 *) ac_try_echo=$ac_try;;
22106 esac
22107 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
22108 $as_echo "$ac_try_echo") >&5
22109 (eval "$ac_compile") 2>conftest.er1
22110 ac_status=$?
22111 grep -v '^ *+' conftest.er1 >conftest.err
22112 rm -f conftest.er1
22113 cat conftest.err >&5
22114 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
22115 (exit $ac_status); } && {
22116 test -z "$ac_c_werror_flag" ||
22117 test ! -s conftest.err
22118 } && test -s conftest.$ac_objext; then
22119 ac_cv_member_siginfo_t_si_fd=yes
22120 else
22121 $as_echo "$as_me: failed program was:" >&5
22122 sed 's/^/| /' conftest.$ac_ext >&5
22124 ac_cv_member_siginfo_t_si_fd=no
22127 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22130 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22132 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_siginfo_t_si_fd" >&5
22133 $as_echo "$ac_cv_member_siginfo_t_si_fd" >&6; }
22134 if test "x$ac_cv_member_siginfo_t_si_fd" = x""yes; then
22136 cat >>confdefs.h <<_ACEOF
22137 #define HAVE_SIGINFO_T_SI_FD 1
22138 _ACEOF
22144 { $as_echo "$as_me:$LINENO: checking for struct mtget.mt_blksiz" >&5
22145 $as_echo_n "checking for struct mtget.mt_blksiz... " >&6; }
22146 if test "${ac_cv_member_struct_mtget_mt_blksiz+set}" = set; then
22147 $as_echo_n "(cached) " >&6
22148 else
22149 cat >conftest.$ac_ext <<_ACEOF
22150 /* confdefs.h. */
22151 _ACEOF
22152 cat confdefs.h >>conftest.$ac_ext
22153 cat >>conftest.$ac_ext <<_ACEOF
22154 /* end confdefs.h. */
22155 #include <sys/types.h>
22156 #ifdef HAVE_SYS_MTIO_H
22157 #include <sys/mtio.h>
22158 #endif
22161 main ()
22163 static struct mtget ac_aggr;
22164 if (ac_aggr.mt_blksiz)
22165 return 0;
22167 return 0;
22169 _ACEOF
22170 rm -f conftest.$ac_objext
22171 if { (ac_try="$ac_compile"
22172 case "(($ac_try" in
22173 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22174 *) ac_try_echo=$ac_try;;
22175 esac
22176 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
22177 $as_echo "$ac_try_echo") >&5
22178 (eval "$ac_compile") 2>conftest.er1
22179 ac_status=$?
22180 grep -v '^ *+' conftest.er1 >conftest.err
22181 rm -f conftest.er1
22182 cat conftest.err >&5
22183 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
22184 (exit $ac_status); } && {
22185 test -z "$ac_c_werror_flag" ||
22186 test ! -s conftest.err
22187 } && test -s conftest.$ac_objext; then
22188 ac_cv_member_struct_mtget_mt_blksiz=yes
22189 else
22190 $as_echo "$as_me: failed program was:" >&5
22191 sed 's/^/| /' conftest.$ac_ext >&5
22193 cat >conftest.$ac_ext <<_ACEOF
22194 /* confdefs.h. */
22195 _ACEOF
22196 cat confdefs.h >>conftest.$ac_ext
22197 cat >>conftest.$ac_ext <<_ACEOF
22198 /* end confdefs.h. */
22199 #include <sys/types.h>
22200 #ifdef HAVE_SYS_MTIO_H
22201 #include <sys/mtio.h>
22202 #endif
22205 main ()
22207 static struct mtget ac_aggr;
22208 if (sizeof ac_aggr.mt_blksiz)
22209 return 0;
22211 return 0;
22213 _ACEOF
22214 rm -f conftest.$ac_objext
22215 if { (ac_try="$ac_compile"
22216 case "(($ac_try" in
22217 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22218 *) ac_try_echo=$ac_try;;
22219 esac
22220 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
22221 $as_echo "$ac_try_echo") >&5
22222 (eval "$ac_compile") 2>conftest.er1
22223 ac_status=$?
22224 grep -v '^ *+' conftest.er1 >conftest.err
22225 rm -f conftest.er1
22226 cat conftest.err >&5
22227 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
22228 (exit $ac_status); } && {
22229 test -z "$ac_c_werror_flag" ||
22230 test ! -s conftest.err
22231 } && test -s conftest.$ac_objext; then
22232 ac_cv_member_struct_mtget_mt_blksiz=yes
22233 else
22234 $as_echo "$as_me: failed program was:" >&5
22235 sed 's/^/| /' conftest.$ac_ext >&5
22237 ac_cv_member_struct_mtget_mt_blksiz=no
22240 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22243 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22245 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_mtget_mt_blksiz" >&5
22246 $as_echo "$ac_cv_member_struct_mtget_mt_blksiz" >&6; }
22247 if test "x$ac_cv_member_struct_mtget_mt_blksiz" = x""yes; then
22249 cat >>confdefs.h <<_ACEOF
22250 #define HAVE_STRUCT_MTGET_MT_BLKSIZ 1
22251 _ACEOF
22255 { $as_echo "$as_me:$LINENO: checking for struct mtget.mt_gstat" >&5
22256 $as_echo_n "checking for struct mtget.mt_gstat... " >&6; }
22257 if test "${ac_cv_member_struct_mtget_mt_gstat+set}" = set; then
22258 $as_echo_n "(cached) " >&6
22259 else
22260 cat >conftest.$ac_ext <<_ACEOF
22261 /* confdefs.h. */
22262 _ACEOF
22263 cat confdefs.h >>conftest.$ac_ext
22264 cat >>conftest.$ac_ext <<_ACEOF
22265 /* end confdefs.h. */
22266 #include <sys/types.h>
22267 #ifdef HAVE_SYS_MTIO_H
22268 #include <sys/mtio.h>
22269 #endif
22272 main ()
22274 static struct mtget ac_aggr;
22275 if (ac_aggr.mt_gstat)
22276 return 0;
22278 return 0;
22280 _ACEOF
22281 rm -f conftest.$ac_objext
22282 if { (ac_try="$ac_compile"
22283 case "(($ac_try" in
22284 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22285 *) ac_try_echo=$ac_try;;
22286 esac
22287 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
22288 $as_echo "$ac_try_echo") >&5
22289 (eval "$ac_compile") 2>conftest.er1
22290 ac_status=$?
22291 grep -v '^ *+' conftest.er1 >conftest.err
22292 rm -f conftest.er1
22293 cat conftest.err >&5
22294 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
22295 (exit $ac_status); } && {
22296 test -z "$ac_c_werror_flag" ||
22297 test ! -s conftest.err
22298 } && test -s conftest.$ac_objext; then
22299 ac_cv_member_struct_mtget_mt_gstat=yes
22300 else
22301 $as_echo "$as_me: failed program was:" >&5
22302 sed 's/^/| /' conftest.$ac_ext >&5
22304 cat >conftest.$ac_ext <<_ACEOF
22305 /* confdefs.h. */
22306 _ACEOF
22307 cat confdefs.h >>conftest.$ac_ext
22308 cat >>conftest.$ac_ext <<_ACEOF
22309 /* end confdefs.h. */
22310 #include <sys/types.h>
22311 #ifdef HAVE_SYS_MTIO_H
22312 #include <sys/mtio.h>
22313 #endif
22316 main ()
22318 static struct mtget ac_aggr;
22319 if (sizeof ac_aggr.mt_gstat)
22320 return 0;
22322 return 0;
22324 _ACEOF
22325 rm -f conftest.$ac_objext
22326 if { (ac_try="$ac_compile"
22327 case "(($ac_try" in
22328 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22329 *) ac_try_echo=$ac_try;;
22330 esac
22331 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
22332 $as_echo "$ac_try_echo") >&5
22333 (eval "$ac_compile") 2>conftest.er1
22334 ac_status=$?
22335 grep -v '^ *+' conftest.er1 >conftest.err
22336 rm -f conftest.er1
22337 cat conftest.err >&5
22338 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
22339 (exit $ac_status); } && {
22340 test -z "$ac_c_werror_flag" ||
22341 test ! -s conftest.err
22342 } && test -s conftest.$ac_objext; then
22343 ac_cv_member_struct_mtget_mt_gstat=yes
22344 else
22345 $as_echo "$as_me: failed program was:" >&5
22346 sed 's/^/| /' conftest.$ac_ext >&5
22348 ac_cv_member_struct_mtget_mt_gstat=no
22351 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22354 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22356 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_mtget_mt_gstat" >&5
22357 $as_echo "$ac_cv_member_struct_mtget_mt_gstat" >&6; }
22358 if test "x$ac_cv_member_struct_mtget_mt_gstat" = x""yes; then
22360 cat >>confdefs.h <<_ACEOF
22361 #define HAVE_STRUCT_MTGET_MT_GSTAT 1
22362 _ACEOF
22366 { $as_echo "$as_me:$LINENO: checking for struct mtget.mt_blkno" >&5
22367 $as_echo_n "checking for struct mtget.mt_blkno... " >&6; }
22368 if test "${ac_cv_member_struct_mtget_mt_blkno+set}" = set; then
22369 $as_echo_n "(cached) " >&6
22370 else
22371 cat >conftest.$ac_ext <<_ACEOF
22372 /* confdefs.h. */
22373 _ACEOF
22374 cat confdefs.h >>conftest.$ac_ext
22375 cat >>conftest.$ac_ext <<_ACEOF
22376 /* end confdefs.h. */
22377 #include <sys/types.h>
22378 #ifdef HAVE_SYS_MTIO_H
22379 #include <sys/mtio.h>
22380 #endif
22383 main ()
22385 static struct mtget ac_aggr;
22386 if (ac_aggr.mt_blkno)
22387 return 0;
22389 return 0;
22391 _ACEOF
22392 rm -f conftest.$ac_objext
22393 if { (ac_try="$ac_compile"
22394 case "(($ac_try" in
22395 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22396 *) ac_try_echo=$ac_try;;
22397 esac
22398 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
22399 $as_echo "$ac_try_echo") >&5
22400 (eval "$ac_compile") 2>conftest.er1
22401 ac_status=$?
22402 grep -v '^ *+' conftest.er1 >conftest.err
22403 rm -f conftest.er1
22404 cat conftest.err >&5
22405 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
22406 (exit $ac_status); } && {
22407 test -z "$ac_c_werror_flag" ||
22408 test ! -s conftest.err
22409 } && test -s conftest.$ac_objext; then
22410 ac_cv_member_struct_mtget_mt_blkno=yes
22411 else
22412 $as_echo "$as_me: failed program was:" >&5
22413 sed 's/^/| /' conftest.$ac_ext >&5
22415 cat >conftest.$ac_ext <<_ACEOF
22416 /* confdefs.h. */
22417 _ACEOF
22418 cat confdefs.h >>conftest.$ac_ext
22419 cat >>conftest.$ac_ext <<_ACEOF
22420 /* end confdefs.h. */
22421 #include <sys/types.h>
22422 #ifdef HAVE_SYS_MTIO_H
22423 #include <sys/mtio.h>
22424 #endif
22427 main ()
22429 static struct mtget ac_aggr;
22430 if (sizeof ac_aggr.mt_blkno)
22431 return 0;
22433 return 0;
22435 _ACEOF
22436 rm -f conftest.$ac_objext
22437 if { (ac_try="$ac_compile"
22438 case "(($ac_try" in
22439 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22440 *) ac_try_echo=$ac_try;;
22441 esac
22442 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
22443 $as_echo "$ac_try_echo") >&5
22444 (eval "$ac_compile") 2>conftest.er1
22445 ac_status=$?
22446 grep -v '^ *+' conftest.er1 >conftest.err
22447 rm -f conftest.er1
22448 cat conftest.err >&5
22449 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
22450 (exit $ac_status); } && {
22451 test -z "$ac_c_werror_flag" ||
22452 test ! -s conftest.err
22453 } && test -s conftest.$ac_objext; then
22454 ac_cv_member_struct_mtget_mt_blkno=yes
22455 else
22456 $as_echo "$as_me: failed program was:" >&5
22457 sed 's/^/| /' conftest.$ac_ext >&5
22459 ac_cv_member_struct_mtget_mt_blkno=no
22462 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22465 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22467 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_mtget_mt_blkno" >&5
22468 $as_echo "$ac_cv_member_struct_mtget_mt_blkno" >&6; }
22469 if test "x$ac_cv_member_struct_mtget_mt_blkno" = x""yes; then
22471 cat >>confdefs.h <<_ACEOF
22472 #define HAVE_STRUCT_MTGET_MT_BLKNO 1
22473 _ACEOF
22479 { $as_echo "$as_me:$LINENO: checking for struct option.name" >&5
22480 $as_echo_n "checking for struct option.name... " >&6; }
22481 if test "${ac_cv_member_struct_option_name+set}" = set; then
22482 $as_echo_n "(cached) " >&6
22483 else
22484 cat >conftest.$ac_ext <<_ACEOF
22485 /* confdefs.h. */
22486 _ACEOF
22487 cat confdefs.h >>conftest.$ac_ext
22488 cat >>conftest.$ac_ext <<_ACEOF
22489 /* end confdefs.h. */
22490 #ifdef HAVE_GETOPT_H
22491 #include <getopt.h>
22492 #endif
22495 main ()
22497 static struct option ac_aggr;
22498 if (ac_aggr.name)
22499 return 0;
22501 return 0;
22503 _ACEOF
22504 rm -f conftest.$ac_objext
22505 if { (ac_try="$ac_compile"
22506 case "(($ac_try" in
22507 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22508 *) ac_try_echo=$ac_try;;
22509 esac
22510 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
22511 $as_echo "$ac_try_echo") >&5
22512 (eval "$ac_compile") 2>conftest.er1
22513 ac_status=$?
22514 grep -v '^ *+' conftest.er1 >conftest.err
22515 rm -f conftest.er1
22516 cat conftest.err >&5
22517 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
22518 (exit $ac_status); } && {
22519 test -z "$ac_c_werror_flag" ||
22520 test ! -s conftest.err
22521 } && test -s conftest.$ac_objext; then
22522 ac_cv_member_struct_option_name=yes
22523 else
22524 $as_echo "$as_me: failed program was:" >&5
22525 sed 's/^/| /' conftest.$ac_ext >&5
22527 cat >conftest.$ac_ext <<_ACEOF
22528 /* confdefs.h. */
22529 _ACEOF
22530 cat confdefs.h >>conftest.$ac_ext
22531 cat >>conftest.$ac_ext <<_ACEOF
22532 /* end confdefs.h. */
22533 #ifdef HAVE_GETOPT_H
22534 #include <getopt.h>
22535 #endif
22538 main ()
22540 static struct option ac_aggr;
22541 if (sizeof ac_aggr.name)
22542 return 0;
22544 return 0;
22546 _ACEOF
22547 rm -f conftest.$ac_objext
22548 if { (ac_try="$ac_compile"
22549 case "(($ac_try" in
22550 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22551 *) ac_try_echo=$ac_try;;
22552 esac
22553 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
22554 $as_echo "$ac_try_echo") >&5
22555 (eval "$ac_compile") 2>conftest.er1
22556 ac_status=$?
22557 grep -v '^ *+' conftest.er1 >conftest.err
22558 rm -f conftest.er1
22559 cat conftest.err >&5
22560 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
22561 (exit $ac_status); } && {
22562 test -z "$ac_c_werror_flag" ||
22563 test ! -s conftest.err
22564 } && test -s conftest.$ac_objext; then
22565 ac_cv_member_struct_option_name=yes
22566 else
22567 $as_echo "$as_me: failed program was:" >&5
22568 sed 's/^/| /' conftest.$ac_ext >&5
22570 ac_cv_member_struct_option_name=no
22573 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22576 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22578 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_option_name" >&5
22579 $as_echo "$ac_cv_member_struct_option_name" >&6; }
22580 if test "x$ac_cv_member_struct_option_name" = x""yes; then
22582 cat >>confdefs.h <<_ACEOF
22583 #define HAVE_STRUCT_OPTION_NAME 1
22584 _ACEOF
22590 { $as_echo "$as_me:$LINENO: checking for struct stat.st_blocks" >&5
22591 $as_echo_n "checking for struct stat.st_blocks... " >&6; }
22592 if test "${ac_cv_member_struct_stat_st_blocks+set}" = set; then
22593 $as_echo_n "(cached) " >&6
22594 else
22595 cat >conftest.$ac_ext <<_ACEOF
22596 /* confdefs.h. */
22597 _ACEOF
22598 cat confdefs.h >>conftest.$ac_ext
22599 cat >>conftest.$ac_ext <<_ACEOF
22600 /* end confdefs.h. */
22601 $ac_includes_default
22603 main ()
22605 static struct stat ac_aggr;
22606 if (ac_aggr.st_blocks)
22607 return 0;
22609 return 0;
22611 _ACEOF
22612 rm -f conftest.$ac_objext
22613 if { (ac_try="$ac_compile"
22614 case "(($ac_try" in
22615 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22616 *) ac_try_echo=$ac_try;;
22617 esac
22618 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
22619 $as_echo "$ac_try_echo") >&5
22620 (eval "$ac_compile") 2>conftest.er1
22621 ac_status=$?
22622 grep -v '^ *+' conftest.er1 >conftest.err
22623 rm -f conftest.er1
22624 cat conftest.err >&5
22625 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
22626 (exit $ac_status); } && {
22627 test -z "$ac_c_werror_flag" ||
22628 test ! -s conftest.err
22629 } && test -s conftest.$ac_objext; then
22630 ac_cv_member_struct_stat_st_blocks=yes
22631 else
22632 $as_echo "$as_me: failed program was:" >&5
22633 sed 's/^/| /' conftest.$ac_ext >&5
22635 cat >conftest.$ac_ext <<_ACEOF
22636 /* confdefs.h. */
22637 _ACEOF
22638 cat confdefs.h >>conftest.$ac_ext
22639 cat >>conftest.$ac_ext <<_ACEOF
22640 /* end confdefs.h. */
22641 $ac_includes_default
22643 main ()
22645 static struct stat ac_aggr;
22646 if (sizeof ac_aggr.st_blocks)
22647 return 0;
22649 return 0;
22651 _ACEOF
22652 rm -f conftest.$ac_objext
22653 if { (ac_try="$ac_compile"
22654 case "(($ac_try" in
22655 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22656 *) ac_try_echo=$ac_try;;
22657 esac
22658 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
22659 $as_echo "$ac_try_echo") >&5
22660 (eval "$ac_compile") 2>conftest.er1
22661 ac_status=$?
22662 grep -v '^ *+' conftest.er1 >conftest.err
22663 rm -f conftest.er1
22664 cat conftest.err >&5
22665 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
22666 (exit $ac_status); } && {
22667 test -z "$ac_c_werror_flag" ||
22668 test ! -s conftest.err
22669 } && test -s conftest.$ac_objext; then
22670 ac_cv_member_struct_stat_st_blocks=yes
22671 else
22672 $as_echo "$as_me: failed program was:" >&5
22673 sed 's/^/| /' conftest.$ac_ext >&5
22675 ac_cv_member_struct_stat_st_blocks=no
22678 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22681 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22683 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_stat_st_blocks" >&5
22684 $as_echo "$ac_cv_member_struct_stat_st_blocks" >&6; }
22685 if test "x$ac_cv_member_struct_stat_st_blocks" = x""yes; then
22687 cat >>confdefs.h <<_ACEOF
22688 #define HAVE_STRUCT_STAT_ST_BLOCKS 1
22689 _ACEOF
22693 { $as_echo "$as_me:$LINENO: checking for struct stat.st_mtim" >&5
22694 $as_echo_n "checking for struct stat.st_mtim... " >&6; }
22695 if test "${ac_cv_member_struct_stat_st_mtim+set}" = set; then
22696 $as_echo_n "(cached) " >&6
22697 else
22698 cat >conftest.$ac_ext <<_ACEOF
22699 /* confdefs.h. */
22700 _ACEOF
22701 cat confdefs.h >>conftest.$ac_ext
22702 cat >>conftest.$ac_ext <<_ACEOF
22703 /* end confdefs.h. */
22704 $ac_includes_default
22706 main ()
22708 static struct stat ac_aggr;
22709 if (ac_aggr.st_mtim)
22710 return 0;
22712 return 0;
22714 _ACEOF
22715 rm -f conftest.$ac_objext
22716 if { (ac_try="$ac_compile"
22717 case "(($ac_try" in
22718 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22719 *) ac_try_echo=$ac_try;;
22720 esac
22721 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
22722 $as_echo "$ac_try_echo") >&5
22723 (eval "$ac_compile") 2>conftest.er1
22724 ac_status=$?
22725 grep -v '^ *+' conftest.er1 >conftest.err
22726 rm -f conftest.er1
22727 cat conftest.err >&5
22728 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
22729 (exit $ac_status); } && {
22730 test -z "$ac_c_werror_flag" ||
22731 test ! -s conftest.err
22732 } && test -s conftest.$ac_objext; then
22733 ac_cv_member_struct_stat_st_mtim=yes
22734 else
22735 $as_echo "$as_me: failed program was:" >&5
22736 sed 's/^/| /' conftest.$ac_ext >&5
22738 cat >conftest.$ac_ext <<_ACEOF
22739 /* confdefs.h. */
22740 _ACEOF
22741 cat confdefs.h >>conftest.$ac_ext
22742 cat >>conftest.$ac_ext <<_ACEOF
22743 /* end confdefs.h. */
22744 $ac_includes_default
22746 main ()
22748 static struct stat ac_aggr;
22749 if (sizeof ac_aggr.st_mtim)
22750 return 0;
22752 return 0;
22754 _ACEOF
22755 rm -f conftest.$ac_objext
22756 if { (ac_try="$ac_compile"
22757 case "(($ac_try" in
22758 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22759 *) ac_try_echo=$ac_try;;
22760 esac
22761 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
22762 $as_echo "$ac_try_echo") >&5
22763 (eval "$ac_compile") 2>conftest.er1
22764 ac_status=$?
22765 grep -v '^ *+' conftest.er1 >conftest.err
22766 rm -f conftest.er1
22767 cat conftest.err >&5
22768 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
22769 (exit $ac_status); } && {
22770 test -z "$ac_c_werror_flag" ||
22771 test ! -s conftest.err
22772 } && test -s conftest.$ac_objext; then
22773 ac_cv_member_struct_stat_st_mtim=yes
22774 else
22775 $as_echo "$as_me: failed program was:" >&5
22776 sed 's/^/| /' conftest.$ac_ext >&5
22778 ac_cv_member_struct_stat_st_mtim=no
22781 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22784 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22786 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_stat_st_mtim" >&5
22787 $as_echo "$ac_cv_member_struct_stat_st_mtim" >&6; }
22788 if test "x$ac_cv_member_struct_stat_st_mtim" = x""yes; then
22790 cat >>confdefs.h <<_ACEOF
22791 #define HAVE_STRUCT_STAT_ST_MTIM 1
22792 _ACEOF
22796 { $as_echo "$as_me:$LINENO: checking for struct stat.st_ctim" >&5
22797 $as_echo_n "checking for struct stat.st_ctim... " >&6; }
22798 if test "${ac_cv_member_struct_stat_st_ctim+set}" = set; then
22799 $as_echo_n "(cached) " >&6
22800 else
22801 cat >conftest.$ac_ext <<_ACEOF
22802 /* confdefs.h. */
22803 _ACEOF
22804 cat confdefs.h >>conftest.$ac_ext
22805 cat >>conftest.$ac_ext <<_ACEOF
22806 /* end confdefs.h. */
22807 $ac_includes_default
22809 main ()
22811 static struct stat ac_aggr;
22812 if (ac_aggr.st_ctim)
22813 return 0;
22815 return 0;
22817 _ACEOF
22818 rm -f conftest.$ac_objext
22819 if { (ac_try="$ac_compile"
22820 case "(($ac_try" in
22821 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22822 *) ac_try_echo=$ac_try;;
22823 esac
22824 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
22825 $as_echo "$ac_try_echo") >&5
22826 (eval "$ac_compile") 2>conftest.er1
22827 ac_status=$?
22828 grep -v '^ *+' conftest.er1 >conftest.err
22829 rm -f conftest.er1
22830 cat conftest.err >&5
22831 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
22832 (exit $ac_status); } && {
22833 test -z "$ac_c_werror_flag" ||
22834 test ! -s conftest.err
22835 } && test -s conftest.$ac_objext; then
22836 ac_cv_member_struct_stat_st_ctim=yes
22837 else
22838 $as_echo "$as_me: failed program was:" >&5
22839 sed 's/^/| /' conftest.$ac_ext >&5
22841 cat >conftest.$ac_ext <<_ACEOF
22842 /* confdefs.h. */
22843 _ACEOF
22844 cat confdefs.h >>conftest.$ac_ext
22845 cat >>conftest.$ac_ext <<_ACEOF
22846 /* end confdefs.h. */
22847 $ac_includes_default
22849 main ()
22851 static struct stat ac_aggr;
22852 if (sizeof ac_aggr.st_ctim)
22853 return 0;
22855 return 0;
22857 _ACEOF
22858 rm -f conftest.$ac_objext
22859 if { (ac_try="$ac_compile"
22860 case "(($ac_try" in
22861 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22862 *) ac_try_echo=$ac_try;;
22863 esac
22864 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
22865 $as_echo "$ac_try_echo") >&5
22866 (eval "$ac_compile") 2>conftest.er1
22867 ac_status=$?
22868 grep -v '^ *+' conftest.er1 >conftest.err
22869 rm -f conftest.er1
22870 cat conftest.err >&5
22871 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
22872 (exit $ac_status); } && {
22873 test -z "$ac_c_werror_flag" ||
22874 test ! -s conftest.err
22875 } && test -s conftest.$ac_objext; then
22876 ac_cv_member_struct_stat_st_ctim=yes
22877 else
22878 $as_echo "$as_me: failed program was:" >&5
22879 sed 's/^/| /' conftest.$ac_ext >&5
22881 ac_cv_member_struct_stat_st_ctim=no
22884 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22887 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22889 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_stat_st_ctim" >&5
22890 $as_echo "$ac_cv_member_struct_stat_st_ctim" >&6; }
22891 if test "x$ac_cv_member_struct_stat_st_ctim" = x""yes; then
22893 cat >>confdefs.h <<_ACEOF
22894 #define HAVE_STRUCT_STAT_ST_CTIM 1
22895 _ACEOF
22899 { $as_echo "$as_me:$LINENO: checking for struct stat.st_atim" >&5
22900 $as_echo_n "checking for struct stat.st_atim... " >&6; }
22901 if test "${ac_cv_member_struct_stat_st_atim+set}" = set; then
22902 $as_echo_n "(cached) " >&6
22903 else
22904 cat >conftest.$ac_ext <<_ACEOF
22905 /* confdefs.h. */
22906 _ACEOF
22907 cat confdefs.h >>conftest.$ac_ext
22908 cat >>conftest.$ac_ext <<_ACEOF
22909 /* end confdefs.h. */
22910 $ac_includes_default
22912 main ()
22914 static struct stat ac_aggr;
22915 if (ac_aggr.st_atim)
22916 return 0;
22918 return 0;
22920 _ACEOF
22921 rm -f conftest.$ac_objext
22922 if { (ac_try="$ac_compile"
22923 case "(($ac_try" in
22924 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22925 *) ac_try_echo=$ac_try;;
22926 esac
22927 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
22928 $as_echo "$ac_try_echo") >&5
22929 (eval "$ac_compile") 2>conftest.er1
22930 ac_status=$?
22931 grep -v '^ *+' conftest.er1 >conftest.err
22932 rm -f conftest.er1
22933 cat conftest.err >&5
22934 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
22935 (exit $ac_status); } && {
22936 test -z "$ac_c_werror_flag" ||
22937 test ! -s conftest.err
22938 } && test -s conftest.$ac_objext; then
22939 ac_cv_member_struct_stat_st_atim=yes
22940 else
22941 $as_echo "$as_me: failed program was:" >&5
22942 sed 's/^/| /' conftest.$ac_ext >&5
22944 cat >conftest.$ac_ext <<_ACEOF
22945 /* confdefs.h. */
22946 _ACEOF
22947 cat confdefs.h >>conftest.$ac_ext
22948 cat >>conftest.$ac_ext <<_ACEOF
22949 /* end confdefs.h. */
22950 $ac_includes_default
22952 main ()
22954 static struct stat ac_aggr;
22955 if (sizeof ac_aggr.st_atim)
22956 return 0;
22958 return 0;
22960 _ACEOF
22961 rm -f conftest.$ac_objext
22962 if { (ac_try="$ac_compile"
22963 case "(($ac_try" in
22964 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22965 *) ac_try_echo=$ac_try;;
22966 esac
22967 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
22968 $as_echo "$ac_try_echo") >&5
22969 (eval "$ac_compile") 2>conftest.er1
22970 ac_status=$?
22971 grep -v '^ *+' conftest.er1 >conftest.err
22972 rm -f conftest.er1
22973 cat conftest.err >&5
22974 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
22975 (exit $ac_status); } && {
22976 test -z "$ac_c_werror_flag" ||
22977 test ! -s conftest.err
22978 } && test -s conftest.$ac_objext; then
22979 ac_cv_member_struct_stat_st_atim=yes
22980 else
22981 $as_echo "$as_me: failed program was:" >&5
22982 sed 's/^/| /' conftest.$ac_ext >&5
22984 ac_cv_member_struct_stat_st_atim=no
22987 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22990 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22992 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_stat_st_atim" >&5
22993 $as_echo "$ac_cv_member_struct_stat_st_atim" >&6; }
22994 if test "x$ac_cv_member_struct_stat_st_atim" = x""yes; then
22996 cat >>confdefs.h <<_ACEOF
22997 #define HAVE_STRUCT_STAT_ST_ATIM 1
22998 _ACEOF
23004 { $as_echo "$as_me:$LINENO: checking for struct sockaddr_in6.sin6_scope_id" >&5
23005 $as_echo_n "checking for struct sockaddr_in6.sin6_scope_id... " >&6; }
23006 if test "${ac_cv_member_struct_sockaddr_in6_sin6_scope_id+set}" = set; then
23007 $as_echo_n "(cached) " >&6
23008 else
23009 cat >conftest.$ac_ext <<_ACEOF
23010 /* confdefs.h. */
23011 _ACEOF
23012 cat confdefs.h >>conftest.$ac_ext
23013 cat >>conftest.$ac_ext <<_ACEOF
23014 /* end confdefs.h. */
23015 #ifdef HAVE_SYS_TYPES_H
23016 #include <sys/types.h>
23017 #endif
23018 #ifdef HAVE_NETINET_IN_H
23019 #include <netinet/in.h>
23020 #endif
23023 main ()
23025 static struct sockaddr_in6 ac_aggr;
23026 if (ac_aggr.sin6_scope_id)
23027 return 0;
23029 return 0;
23031 _ACEOF
23032 rm -f conftest.$ac_objext
23033 if { (ac_try="$ac_compile"
23034 case "(($ac_try" in
23035 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23036 *) ac_try_echo=$ac_try;;
23037 esac
23038 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
23039 $as_echo "$ac_try_echo") >&5
23040 (eval "$ac_compile") 2>conftest.er1
23041 ac_status=$?
23042 grep -v '^ *+' conftest.er1 >conftest.err
23043 rm -f conftest.er1
23044 cat conftest.err >&5
23045 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
23046 (exit $ac_status); } && {
23047 test -z "$ac_c_werror_flag" ||
23048 test ! -s conftest.err
23049 } && test -s conftest.$ac_objext; then
23050 ac_cv_member_struct_sockaddr_in6_sin6_scope_id=yes
23051 else
23052 $as_echo "$as_me: failed program was:" >&5
23053 sed 's/^/| /' conftest.$ac_ext >&5
23055 cat >conftest.$ac_ext <<_ACEOF
23056 /* confdefs.h. */
23057 _ACEOF
23058 cat confdefs.h >>conftest.$ac_ext
23059 cat >>conftest.$ac_ext <<_ACEOF
23060 /* end confdefs.h. */
23061 #ifdef HAVE_SYS_TYPES_H
23062 #include <sys/types.h>
23063 #endif
23064 #ifdef HAVE_NETINET_IN_H
23065 #include <netinet/in.h>
23066 #endif
23069 main ()
23071 static struct sockaddr_in6 ac_aggr;
23072 if (sizeof ac_aggr.sin6_scope_id)
23073 return 0;
23075 return 0;
23077 _ACEOF
23078 rm -f conftest.$ac_objext
23079 if { (ac_try="$ac_compile"
23080 case "(($ac_try" in
23081 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23082 *) ac_try_echo=$ac_try;;
23083 esac
23084 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
23085 $as_echo "$ac_try_echo") >&5
23086 (eval "$ac_compile") 2>conftest.er1
23087 ac_status=$?
23088 grep -v '^ *+' conftest.er1 >conftest.err
23089 rm -f conftest.er1
23090 cat conftest.err >&5
23091 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
23092 (exit $ac_status); } && {
23093 test -z "$ac_c_werror_flag" ||
23094 test ! -s conftest.err
23095 } && test -s conftest.$ac_objext; then
23096 ac_cv_member_struct_sockaddr_in6_sin6_scope_id=yes
23097 else
23098 $as_echo "$as_me: failed program was:" >&5
23099 sed 's/^/| /' conftest.$ac_ext >&5
23101 ac_cv_member_struct_sockaddr_in6_sin6_scope_id=no
23104 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
23107 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
23109 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_sockaddr_in6_sin6_scope_id" >&5
23110 $as_echo "$ac_cv_member_struct_sockaddr_in6_sin6_scope_id" >&6; }
23111 if test "x$ac_cv_member_struct_sockaddr_in6_sin6_scope_id" = x""yes; then
23113 cat >>confdefs.h <<_ACEOF
23114 #define HAVE_STRUCT_SOCKADDR_IN6_SIN6_SCOPE_ID 1
23115 _ACEOF
23121 { $as_echo "$as_me:$LINENO: checking for ns_msg._msg_ptr" >&5
23122 $as_echo_n "checking for ns_msg._msg_ptr... " >&6; }
23123 if test "${ac_cv_member_ns_msg__msg_ptr+set}" = set; then
23124 $as_echo_n "(cached) " >&6
23125 else
23126 cat >conftest.$ac_ext <<_ACEOF
23127 /* confdefs.h. */
23128 _ACEOF
23129 cat confdefs.h >>conftest.$ac_ext
23130 cat >>conftest.$ac_ext <<_ACEOF
23131 /* end confdefs.h. */
23132 #ifdef HAVE_SYS_TYPES_H
23133 #include <sys/types.h>
23134 #endif
23135 #ifdef HAVE_NETINET_IN_H
23136 # include <netinet/in.h>
23137 #endif
23138 #ifdef HAVE_ARPA_NAMESER_H
23139 # include <arpa/nameser.h>
23140 #endif
23143 main ()
23145 static ns_msg ac_aggr;
23146 if (ac_aggr._msg_ptr)
23147 return 0;
23149 return 0;
23151 _ACEOF
23152 rm -f conftest.$ac_objext
23153 if { (ac_try="$ac_compile"
23154 case "(($ac_try" in
23155 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23156 *) ac_try_echo=$ac_try;;
23157 esac
23158 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
23159 $as_echo "$ac_try_echo") >&5
23160 (eval "$ac_compile") 2>conftest.er1
23161 ac_status=$?
23162 grep -v '^ *+' conftest.er1 >conftest.err
23163 rm -f conftest.er1
23164 cat conftest.err >&5
23165 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
23166 (exit $ac_status); } && {
23167 test -z "$ac_c_werror_flag" ||
23168 test ! -s conftest.err
23169 } && test -s conftest.$ac_objext; then
23170 ac_cv_member_ns_msg__msg_ptr=yes
23171 else
23172 $as_echo "$as_me: failed program was:" >&5
23173 sed 's/^/| /' conftest.$ac_ext >&5
23175 cat >conftest.$ac_ext <<_ACEOF
23176 /* confdefs.h. */
23177 _ACEOF
23178 cat confdefs.h >>conftest.$ac_ext
23179 cat >>conftest.$ac_ext <<_ACEOF
23180 /* end confdefs.h. */
23181 #ifdef HAVE_SYS_TYPES_H
23182 #include <sys/types.h>
23183 #endif
23184 #ifdef HAVE_NETINET_IN_H
23185 # include <netinet/in.h>
23186 #endif
23187 #ifdef HAVE_ARPA_NAMESER_H
23188 # include <arpa/nameser.h>
23189 #endif
23192 main ()
23194 static ns_msg ac_aggr;
23195 if (sizeof ac_aggr._msg_ptr)
23196 return 0;
23198 return 0;
23200 _ACEOF
23201 rm -f conftest.$ac_objext
23202 if { (ac_try="$ac_compile"
23203 case "(($ac_try" in
23204 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23205 *) ac_try_echo=$ac_try;;
23206 esac
23207 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
23208 $as_echo "$ac_try_echo") >&5
23209 (eval "$ac_compile") 2>conftest.er1
23210 ac_status=$?
23211 grep -v '^ *+' conftest.er1 >conftest.err
23212 rm -f conftest.er1
23213 cat conftest.err >&5
23214 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
23215 (exit $ac_status); } && {
23216 test -z "$ac_c_werror_flag" ||
23217 test ! -s conftest.err
23218 } && test -s conftest.$ac_objext; then
23219 ac_cv_member_ns_msg__msg_ptr=yes
23220 else
23221 $as_echo "$as_me: failed program was:" >&5
23222 sed 's/^/| /' conftest.$ac_ext >&5
23224 ac_cv_member_ns_msg__msg_ptr=no
23227 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
23230 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
23232 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_ns_msg__msg_ptr" >&5
23233 $as_echo "$ac_cv_member_ns_msg__msg_ptr" >&6; }
23234 if test "x$ac_cv_member_ns_msg__msg_ptr" = x""yes; then
23236 cat >>confdefs.h <<_ACEOF
23237 #define HAVE_NS_MSG__MSG_PTR 1
23238 _ACEOF
23244 { $as_echo "$as_me:$LINENO: checking for timezone variable" >&5
23245 $as_echo_n "checking for timezone variable... " >&6; }
23246 if test "${ac_cv_have_timezone+set}" = set; then
23247 $as_echo_n "(cached) " >&6
23248 else
23249 cat >conftest.$ac_ext <<_ACEOF
23250 /* confdefs.h. */
23251 _ACEOF
23252 cat confdefs.h >>conftest.$ac_ext
23253 cat >>conftest.$ac_ext <<_ACEOF
23254 /* end confdefs.h. */
23255 #include <time.h>
23257 main ()
23259 timezone = 1
23261 return 0;
23263 _ACEOF
23264 rm -f conftest.$ac_objext conftest$ac_exeext
23265 if { (ac_try="$ac_link"
23266 case "(($ac_try" in
23267 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23268 *) ac_try_echo=$ac_try;;
23269 esac
23270 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
23271 $as_echo "$ac_try_echo") >&5
23272 (eval "$ac_link") 2>conftest.er1
23273 ac_status=$?
23274 grep -v '^ *+' conftest.er1 >conftest.err
23275 rm -f conftest.er1
23276 cat conftest.err >&5
23277 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
23278 (exit $ac_status); } && {
23279 test -z "$ac_c_werror_flag" ||
23280 test ! -s conftest.err
23281 } && test -s conftest$ac_exeext && {
23282 test "$cross_compiling" = yes ||
23283 $as_test_x conftest$ac_exeext
23284 }; then
23285 ac_cv_have_timezone="yes"
23286 else
23287 $as_echo "$as_me: failed program was:" >&5
23288 sed 's/^/| /' conftest.$ac_ext >&5
23290 ac_cv_have_timezone="no"
23293 rm -rf conftest.dSYM
23294 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
23295 conftest$ac_exeext conftest.$ac_ext
23297 { $as_echo "$as_me:$LINENO: result: $ac_cv_have_timezone" >&5
23298 $as_echo "$ac_cv_have_timezone" >&6; }
23299 if test "$ac_cv_have_timezone" = "yes"
23300 then
23302 cat >>confdefs.h <<\_ACEOF
23303 #define HAVE_TIMEZONE 1
23304 _ACEOF
23307 { $as_echo "$as_me:$LINENO: checking for daylight variable" >&5
23308 $as_echo_n "checking for daylight variable... " >&6; }
23309 if test "${ac_cv_have_daylight+set}" = set; then
23310 $as_echo_n "(cached) " >&6
23311 else
23312 cat >conftest.$ac_ext <<_ACEOF
23313 /* confdefs.h. */
23314 _ACEOF
23315 cat confdefs.h >>conftest.$ac_ext
23316 cat >>conftest.$ac_ext <<_ACEOF
23317 /* end confdefs.h. */
23318 #include <time.h>
23320 main ()
23322 daylight = 1
23324 return 0;
23326 _ACEOF
23327 rm -f conftest.$ac_objext conftest$ac_exeext
23328 if { (ac_try="$ac_link"
23329 case "(($ac_try" in
23330 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23331 *) ac_try_echo=$ac_try;;
23332 esac
23333 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
23334 $as_echo "$ac_try_echo") >&5
23335 (eval "$ac_link") 2>conftest.er1
23336 ac_status=$?
23337 grep -v '^ *+' conftest.er1 >conftest.err
23338 rm -f conftest.er1
23339 cat conftest.err >&5
23340 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
23341 (exit $ac_status); } && {
23342 test -z "$ac_c_werror_flag" ||
23343 test ! -s conftest.err
23344 } && test -s conftest$ac_exeext && {
23345 test "$cross_compiling" = yes ||
23346 $as_test_x conftest$ac_exeext
23347 }; then
23348 ac_cv_have_daylight="yes"
23349 else
23350 $as_echo "$as_me: failed program was:" >&5
23351 sed 's/^/| /' conftest.$ac_ext >&5
23353 ac_cv_have_daylight="no"
23356 rm -rf conftest.dSYM
23357 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
23358 conftest$ac_exeext conftest.$ac_ext
23360 { $as_echo "$as_me:$LINENO: result: $ac_cv_have_daylight" >&5
23361 $as_echo "$ac_cv_have_daylight" >&6; }
23362 if test "$ac_cv_have_daylight" = "yes"
23363 then
23365 cat >>confdefs.h <<\_ACEOF
23366 #define HAVE_DAYLIGHT 1
23367 _ACEOF
23371 { $as_echo "$as_me:$LINENO: checking for isinf" >&5
23372 $as_echo_n "checking for isinf... " >&6; }
23373 if test "${ac_cv_have_isinf+set}" = set; then
23374 $as_echo_n "(cached) " >&6
23375 else
23376 cat >conftest.$ac_ext <<_ACEOF
23377 /* confdefs.h. */
23378 _ACEOF
23379 cat confdefs.h >>conftest.$ac_ext
23380 cat >>conftest.$ac_ext <<_ACEOF
23381 /* end confdefs.h. */
23382 #include <math.h>
23384 main ()
23386 float f = 0.0; int i=isinf(f)
23388 return 0;
23390 _ACEOF
23391 rm -f conftest.$ac_objext conftest$ac_exeext
23392 if { (ac_try="$ac_link"
23393 case "(($ac_try" in
23394 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23395 *) ac_try_echo=$ac_try;;
23396 esac
23397 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
23398 $as_echo "$ac_try_echo") >&5
23399 (eval "$ac_link") 2>conftest.er1
23400 ac_status=$?
23401 grep -v '^ *+' conftest.er1 >conftest.err
23402 rm -f conftest.er1
23403 cat conftest.err >&5
23404 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
23405 (exit $ac_status); } && {
23406 test -z "$ac_c_werror_flag" ||
23407 test ! -s conftest.err
23408 } && test -s conftest$ac_exeext && {
23409 test "$cross_compiling" = yes ||
23410 $as_test_x conftest$ac_exeext
23411 }; then
23412 ac_cv_have_isinf="yes"
23413 else
23414 $as_echo "$as_me: failed program was:" >&5
23415 sed 's/^/| /' conftest.$ac_ext >&5
23417 ac_cv_have_isinf="no"
23420 rm -rf conftest.dSYM
23421 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
23422 conftest$ac_exeext conftest.$ac_ext
23424 { $as_echo "$as_me:$LINENO: result: $ac_cv_have_isinf" >&5
23425 $as_echo "$ac_cv_have_isinf" >&6; }
23426 if test "$ac_cv_have_isinf" = "yes"
23427 then
23429 cat >>confdefs.h <<\_ACEOF
23430 #define HAVE_ISINF 1
23431 _ACEOF
23435 { $as_echo "$as_me:$LINENO: checking for isnan" >&5
23436 $as_echo_n "checking for isnan... " >&6; }
23437 if test "${ac_cv_have_isnan+set}" = set; then
23438 $as_echo_n "(cached) " >&6
23439 else
23440 cat >conftest.$ac_ext <<_ACEOF
23441 /* confdefs.h. */
23442 _ACEOF
23443 cat confdefs.h >>conftest.$ac_ext
23444 cat >>conftest.$ac_ext <<_ACEOF
23445 /* end confdefs.h. */
23446 #include <math.h>
23448 main ()
23450 float f = 0.0; int i=isnan(f)
23452 return 0;
23454 _ACEOF
23455 rm -f conftest.$ac_objext conftest$ac_exeext
23456 if { (ac_try="$ac_link"
23457 case "(($ac_try" in
23458 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23459 *) ac_try_echo=$ac_try;;
23460 esac
23461 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
23462 $as_echo "$ac_try_echo") >&5
23463 (eval "$ac_link") 2>conftest.er1
23464 ac_status=$?
23465 grep -v '^ *+' conftest.er1 >conftest.err
23466 rm -f conftest.er1
23467 cat conftest.err >&5
23468 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
23469 (exit $ac_status); } && {
23470 test -z "$ac_c_werror_flag" ||
23471 test ! -s conftest.err
23472 } && test -s conftest$ac_exeext && {
23473 test "$cross_compiling" = yes ||
23474 $as_test_x conftest$ac_exeext
23475 }; then
23476 ac_cv_have_isnan="yes"
23477 else
23478 $as_echo "$as_me: failed program was:" >&5
23479 sed 's/^/| /' conftest.$ac_ext >&5
23481 ac_cv_have_isnan="no"
23484 rm -rf conftest.dSYM
23485 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
23486 conftest$ac_exeext conftest.$ac_ext
23488 { $as_echo "$as_me:$LINENO: result: $ac_cv_have_isnan" >&5
23489 $as_echo "$ac_cv_have_isnan" >&6; }
23490 if test "$ac_cv_have_isnan" = "yes"
23491 then
23493 cat >>confdefs.h <<\_ACEOF
23494 #define HAVE_ISNAN 1
23495 _ACEOF
23500 case $host_cpu in
23501 *i[3456789]86*) { $as_echo "$as_me:$LINENO: checking whether we need to define __i386__" >&5
23502 $as_echo_n "checking whether we need to define __i386__... " >&6; }
23503 if test "${ac_cv_cpp_def___i386__+set}" = set; then
23504 $as_echo_n "(cached) " >&6
23505 else
23506 cat >conftest.$ac_ext <<_ACEOF
23507 /* confdefs.h. */
23508 _ACEOF
23509 cat confdefs.h >>conftest.$ac_ext
23510 cat >>conftest.$ac_ext <<_ACEOF
23511 /* end confdefs.h. */
23512 #ifndef __i386__
23514 #endif
23515 _ACEOF
23516 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
23517 $EGREP "yes" >/dev/null 2>&1; then
23518 ac_cv_cpp_def___i386__=yes
23519 else
23520 ac_cv_cpp_def___i386__=no
23522 rm -f conftest*
23525 { $as_echo "$as_me:$LINENO: result: $ac_cv_cpp_def___i386__" >&5
23526 $as_echo "$ac_cv_cpp_def___i386__" >&6; }
23527 if test $ac_cv_cpp_def___i386__ = yes; then
23528 CFLAGS="$CFLAGS -D__i386__"
23529 LINTFLAGS="$LINTFLAGS -D__i386__"
23532 *x86_64*) { $as_echo "$as_me:$LINENO: checking whether we need to define __x86_64__" >&5
23533 $as_echo_n "checking whether we need to define __x86_64__... " >&6; }
23534 if test "${ac_cv_cpp_def___x86_64__+set}" = set; then
23535 $as_echo_n "(cached) " >&6
23536 else
23537 cat >conftest.$ac_ext <<_ACEOF
23538 /* confdefs.h. */
23539 _ACEOF
23540 cat confdefs.h >>conftest.$ac_ext
23541 cat >>conftest.$ac_ext <<_ACEOF
23542 /* end confdefs.h. */
23543 #ifndef __x86_64__
23545 #endif
23546 _ACEOF
23547 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
23548 $EGREP "yes" >/dev/null 2>&1; then
23549 ac_cv_cpp_def___x86_64__=yes
23550 else
23551 ac_cv_cpp_def___x86_64__=no
23553 rm -f conftest*
23556 { $as_echo "$as_me:$LINENO: result: $ac_cv_cpp_def___x86_64__" >&5
23557 $as_echo "$ac_cv_cpp_def___x86_64__" >&6; }
23558 if test $ac_cv_cpp_def___x86_64__ = yes; then
23559 CFLAGS="$CFLAGS -D__x86_64__"
23560 LINTFLAGS="$LINTFLAGS -D__x86_64__"
23563 *alpha*) { $as_echo "$as_me:$LINENO: checking whether we need to define __ALPHA__" >&5
23564 $as_echo_n "checking whether we need to define __ALPHA__... " >&6; }
23565 if test "${ac_cv_cpp_def___ALPHA__+set}" = set; then
23566 $as_echo_n "(cached) " >&6
23567 else
23568 cat >conftest.$ac_ext <<_ACEOF
23569 /* confdefs.h. */
23570 _ACEOF
23571 cat confdefs.h >>conftest.$ac_ext
23572 cat >>conftest.$ac_ext <<_ACEOF
23573 /* end confdefs.h. */
23574 #ifndef __ALPHA__
23576 #endif
23577 _ACEOF
23578 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
23579 $EGREP "yes" >/dev/null 2>&1; then
23580 ac_cv_cpp_def___ALPHA__=yes
23581 else
23582 ac_cv_cpp_def___ALPHA__=no
23584 rm -f conftest*
23587 { $as_echo "$as_me:$LINENO: result: $ac_cv_cpp_def___ALPHA__" >&5
23588 $as_echo "$ac_cv_cpp_def___ALPHA__" >&6; }
23589 if test $ac_cv_cpp_def___ALPHA__ = yes; then
23590 CFLAGS="$CFLAGS -D__ALPHA__"
23591 LINTFLAGS="$LINTFLAGS -D__ALPHA__"
23594 *sparc*) { $as_echo "$as_me:$LINENO: checking whether we need to define __sparc__" >&5
23595 $as_echo_n "checking whether we need to define __sparc__... " >&6; }
23596 if test "${ac_cv_cpp_def___sparc__+set}" = set; then
23597 $as_echo_n "(cached) " >&6
23598 else
23599 cat >conftest.$ac_ext <<_ACEOF
23600 /* confdefs.h. */
23601 _ACEOF
23602 cat confdefs.h >>conftest.$ac_ext
23603 cat >>conftest.$ac_ext <<_ACEOF
23604 /* end confdefs.h. */
23605 #ifndef __sparc__
23607 #endif
23608 _ACEOF
23609 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
23610 $EGREP "yes" >/dev/null 2>&1; then
23611 ac_cv_cpp_def___sparc__=yes
23612 else
23613 ac_cv_cpp_def___sparc__=no
23615 rm -f conftest*
23618 { $as_echo "$as_me:$LINENO: result: $ac_cv_cpp_def___sparc__" >&5
23619 $as_echo "$ac_cv_cpp_def___sparc__" >&6; }
23620 if test $ac_cv_cpp_def___sparc__ = yes; then
23621 CFLAGS="$CFLAGS -D__sparc__"
23622 LINTFLAGS="$LINTFLAGS -D__sparc__"
23625 *powerpc*) { $as_echo "$as_me:$LINENO: checking whether we need to define __powerpc__" >&5
23626 $as_echo_n "checking whether we need to define __powerpc__... " >&6; }
23627 if test "${ac_cv_cpp_def___powerpc__+set}" = set; then
23628 $as_echo_n "(cached) " >&6
23629 else
23630 cat >conftest.$ac_ext <<_ACEOF
23631 /* confdefs.h. */
23632 _ACEOF
23633 cat confdefs.h >>conftest.$ac_ext
23634 cat >>conftest.$ac_ext <<_ACEOF
23635 /* end confdefs.h. */
23636 #ifndef __powerpc__
23638 #endif
23639 _ACEOF
23640 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
23641 $EGREP "yes" >/dev/null 2>&1; then
23642 ac_cv_cpp_def___powerpc__=yes
23643 else
23644 ac_cv_cpp_def___powerpc__=no
23646 rm -f conftest*
23649 { $as_echo "$as_me:$LINENO: result: $ac_cv_cpp_def___powerpc__" >&5
23650 $as_echo "$ac_cv_cpp_def___powerpc__" >&6; }
23651 if test $ac_cv_cpp_def___powerpc__ = yes; then
23652 CFLAGS="$CFLAGS -D__powerpc__"
23653 LINTFLAGS="$LINTFLAGS -D__powerpc__"
23656 esac
23658 case $host_vendor in
23659 *sun*) { $as_echo "$as_me:$LINENO: checking whether we need to define __sun__" >&5
23660 $as_echo_n "checking whether we need to define __sun__... " >&6; }
23661 if test "${ac_cv_cpp_def___sun__+set}" = set; then
23662 $as_echo_n "(cached) " >&6
23663 else
23664 cat >conftest.$ac_ext <<_ACEOF
23665 /* confdefs.h. */
23666 _ACEOF
23667 cat confdefs.h >>conftest.$ac_ext
23668 cat >>conftest.$ac_ext <<_ACEOF
23669 /* end confdefs.h. */
23670 #ifndef __sun__
23672 #endif
23673 _ACEOF
23674 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
23675 $EGREP "yes" >/dev/null 2>&1; then
23676 ac_cv_cpp_def___sun__=yes
23677 else
23678 ac_cv_cpp_def___sun__=no
23680 rm -f conftest*
23683 { $as_echo "$as_me:$LINENO: result: $ac_cv_cpp_def___sun__" >&5
23684 $as_echo "$ac_cv_cpp_def___sun__" >&6; }
23685 if test $ac_cv_cpp_def___sun__ = yes; then
23686 CFLAGS="$CFLAGS -D__sun__"
23687 LINTFLAGS="$LINTFLAGS -D__sun__"
23690 esac
23693 DEPENDENCIES="### Dependencies:
23695 .INIT: Makefile
23696 .BEGIN: Makefile
23697 Makefile: dummy
23698 -\$(MAKEDEP) -C\$(SRCDIR) -S\$(TOPSRCDIR) -T\$(TOPOBJDIR) \$(EXTRAINCL) \$(DEPEND_SRCS)
23700 \$(OBJS): \$(IDL_GEN_HEADERS)
23701 \$(IDL_GEN_C_SRCS:.c=.o): \$(IDL_GEN_C_SRCS)
23702 \$(RC_SRCS:.rc=.res): \$(IDL_TLB_SRCS:.idl=.tlb)
23703 \$(LEX_SRCS:.l=.yy.o): \$(LEX_SRCS:.l=.yy.c)
23704 \$(BISON_SRCS:.y=.tab.o): \$(BISON_SRCS:.y=.tab.c)"
23707 ALL_MAKERULES=""
23709 ALL_MAKEFILES=""
23711 ALL_MAKEFILE_DEPENDS="# Makefile dependencies"
23714 ALL_TOP_DIRS=""
23716 ALL_DLL_DIRS=""
23718 ALL_IMPLIB_DIRS=""
23720 ALL_TEST_DIRS=""
23722 ALL_PROGRAM_DIRS=""
23724 ALL_PROGRAM_INSTALL_DIRS=""
23726 ALL_PROGRAM_BIN_INSTALL_DIRS=""
23732 ac_config_commands="$ac_config_commands include/stamp-h"
23735 ac_config_commands="$ac_config_commands dlls/gdi32/enhmfdrv"
23737 ac_config_commands="$ac_config_commands dlls/gdi32/mfdrv"
23739 ac_config_commands="$ac_config_commands dlls/kernel32/nls"
23741 ac_config_commands="$ac_config_commands dlls/user32/resources"
23743 ac_config_commands="$ac_config_commands dlls/wineps.drv/data"
23745 ac_config_commands="$ac_config_commands include/wine"
23748 ALL_MAKERULES="$ALL_MAKERULES \\
23749 Make.rules"
23750 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23751 Make.rules: Make.rules.in"
23752 MAKE_RULES=Make.rules
23753 ac_config_files="$ac_config_files Make.rules"
23755 ALL_MAKERULES="$ALL_MAKERULES \\
23756 dlls/Makedll.rules"
23757 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23758 dlls/Makedll.rules: dlls/Makedll.rules.in Make.rules"
23759 MAKE_DLL_RULES=dlls/Makedll.rules
23760 ac_config_files="$ac_config_files dlls/Makedll.rules"
23762 ALL_MAKERULES="$ALL_MAKERULES \\
23763 dlls/Makeimplib.rules"
23764 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23765 dlls/Makeimplib.rules: dlls/Makeimplib.rules.in Make.rules"
23766 MAKE_IMPLIB_RULES=dlls/Makeimplib.rules
23767 ac_config_files="$ac_config_files dlls/Makeimplib.rules"
23769 ALL_MAKERULES="$ALL_MAKERULES \\
23770 dlls/Maketest.rules"
23771 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23772 dlls/Maketest.rules: dlls/Maketest.rules.in Make.rules"
23773 MAKE_TEST_RULES=dlls/Maketest.rules
23774 ac_config_files="$ac_config_files dlls/Maketest.rules"
23776 ALL_MAKERULES="$ALL_MAKERULES \\
23777 programs/Makeprog.rules"
23778 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23779 programs/Makeprog.rules: programs/Makeprog.rules.in Make.rules"
23780 MAKE_PROG_RULES=programs/Makeprog.rules
23781 ac_config_files="$ac_config_files programs/Makeprog.rules"
23786 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23787 Makefile: Makefile.in Make.rules"
23788 ac_config_files="$ac_config_files Makefile"
23790 ALL_MAKEFILES="$ALL_MAKEFILES \\
23791 dlls/Makefile"
23792 test "x$enable_dlls" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
23793 dlls"
23794 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23795 dlls/Makefile: dlls/Makefile.in Make.rules"
23796 ac_config_files="$ac_config_files dlls/Makefile"
23798 ALL_MAKEFILES="$ALL_MAKEFILES \\
23799 dlls/acledit/Makefile"
23800 test "x$enable_acledit" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23801 acledit"
23802 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23803 dlls/acledit/Makefile: dlls/acledit/Makefile.in dlls/Makedll.rules"
23804 ac_config_files="$ac_config_files dlls/acledit/Makefile"
23806 ALL_MAKEFILES="$ALL_MAKEFILES \\
23807 dlls/activeds/Makefile"
23808 test "x$enable_activeds" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23809 activeds"
23810 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23811 dlls/activeds/Makefile: dlls/activeds/Makefile.in dlls/Makedll.rules"
23812 ac_config_files="$ac_config_files dlls/activeds/Makefile"
23814 ALL_MAKEFILES="$ALL_MAKEFILES \\
23815 dlls/actxprxy/Makefile"
23816 test "x$enable_actxprxy" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23817 actxprxy"
23818 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23819 dlls/actxprxy/Makefile: dlls/actxprxy/Makefile.in dlls/Makedll.rules"
23820 ac_config_files="$ac_config_files dlls/actxprxy/Makefile"
23822 ALL_MAKEFILES="$ALL_MAKEFILES \\
23823 dlls/adsiid/Makefile"
23824 test "x$enable_adsiid" != xno && ALL_IMPLIB_DIRS="$ALL_IMPLIB_DIRS \\
23825 adsiid"
23826 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23827 dlls/adsiid/Makefile: dlls/adsiid/Makefile.in dlls/Makeimplib.rules"
23828 ac_config_files="$ac_config_files dlls/adsiid/Makefile"
23830 ALL_MAKEFILES="$ALL_MAKEFILES \\
23831 dlls/advapi32/Makefile"
23832 test "x$enable_advapi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23833 advapi32"
23834 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23835 dlls/advapi32/Makefile: dlls/advapi32/Makefile.in dlls/Makedll.rules"
23836 ac_config_files="$ac_config_files dlls/advapi32/Makefile"
23838 ALL_MAKEFILES="$ALL_MAKEFILES \\
23839 dlls/advapi32/tests/Makefile"
23840 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23841 advapi32/tests"
23842 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23843 dlls/advapi32/tests/Makefile: dlls/advapi32/tests/Makefile.in dlls/Maketest.rules"
23844 ac_config_files="$ac_config_files dlls/advapi32/tests/Makefile"
23846 ALL_MAKEFILES="$ALL_MAKEFILES \\
23847 dlls/advpack/Makefile"
23848 test "x$enable_advpack" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23849 advpack"
23850 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23851 dlls/advpack/Makefile: dlls/advpack/Makefile.in dlls/Makedll.rules"
23852 ac_config_files="$ac_config_files dlls/advpack/Makefile"
23854 ALL_MAKEFILES="$ALL_MAKEFILES \\
23855 dlls/advpack/tests/Makefile"
23856 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23857 advpack/tests"
23858 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23859 dlls/advpack/tests/Makefile: dlls/advpack/tests/Makefile.in dlls/Maketest.rules"
23860 ac_config_files="$ac_config_files dlls/advpack/tests/Makefile"
23862 ALL_MAKEFILES="$ALL_MAKEFILES \\
23863 dlls/amstream/Makefile"
23864 test "x$enable_amstream" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23865 amstream"
23866 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23867 dlls/amstream/Makefile: dlls/amstream/Makefile.in dlls/Makedll.rules"
23868 ac_config_files="$ac_config_files dlls/amstream/Makefile"
23870 ALL_MAKEFILES="$ALL_MAKEFILES \\
23871 dlls/appwiz.cpl/Makefile"
23872 test "x$enable_appwiz_cpl" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23873 appwiz.cpl"
23874 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23875 dlls/appwiz.cpl/Makefile: dlls/appwiz.cpl/Makefile.in dlls/Makedll.rules"
23876 ac_config_files="$ac_config_files dlls/appwiz.cpl/Makefile"
23878 ALL_MAKEFILES="$ALL_MAKEFILES \\
23879 dlls/atl/Makefile"
23880 test "x$enable_atl" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23881 atl"
23882 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23883 dlls/atl/Makefile: dlls/atl/Makefile.in dlls/Makedll.rules"
23884 ac_config_files="$ac_config_files dlls/atl/Makefile"
23886 ALL_MAKEFILES="$ALL_MAKEFILES \\
23887 dlls/avicap32/Makefile"
23888 test "x$enable_avicap32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23889 avicap32"
23890 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23891 dlls/avicap32/Makefile: dlls/avicap32/Makefile.in dlls/Makedll.rules"
23892 ac_config_files="$ac_config_files dlls/avicap32/Makefile"
23894 ALL_MAKEFILES="$ALL_MAKEFILES \\
23895 dlls/avifil32/Makefile"
23896 test "x$enable_avifil32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23897 avifil32"
23898 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23899 dlls/avifil32/Makefile: dlls/avifil32/Makefile.in dlls/Makedll.rules"
23900 ac_config_files="$ac_config_files dlls/avifil32/Makefile"
23902 ALL_MAKEFILES="$ALL_MAKEFILES \\
23903 dlls/browseui/Makefile"
23904 test "x$enable_browseui" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23905 browseui"
23906 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23907 dlls/browseui/Makefile: dlls/browseui/Makefile.in dlls/Makedll.rules"
23908 ac_config_files="$ac_config_files dlls/browseui/Makefile"
23910 ALL_MAKEFILES="$ALL_MAKEFILES \\
23911 dlls/browseui/tests/Makefile"
23912 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23913 browseui/tests"
23914 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23915 dlls/browseui/tests/Makefile: dlls/browseui/tests/Makefile.in dlls/Maketest.rules"
23916 ac_config_files="$ac_config_files dlls/browseui/tests/Makefile"
23918 ALL_MAKEFILES="$ALL_MAKEFILES \\
23919 dlls/cabinet/Makefile"
23920 test "x$enable_cabinet" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23921 cabinet"
23922 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23923 dlls/cabinet/Makefile: dlls/cabinet/Makefile.in dlls/Makedll.rules"
23924 ac_config_files="$ac_config_files dlls/cabinet/Makefile"
23926 ALL_MAKEFILES="$ALL_MAKEFILES \\
23927 dlls/cabinet/tests/Makefile"
23928 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23929 cabinet/tests"
23930 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23931 dlls/cabinet/tests/Makefile: dlls/cabinet/tests/Makefile.in dlls/Maketest.rules"
23932 ac_config_files="$ac_config_files dlls/cabinet/tests/Makefile"
23934 ALL_MAKEFILES="$ALL_MAKEFILES \\
23935 dlls/capi2032/Makefile"
23936 test "x$enable_capi2032" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23937 capi2032"
23938 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23939 dlls/capi2032/Makefile: dlls/capi2032/Makefile.in dlls/Makedll.rules"
23940 ac_config_files="$ac_config_files dlls/capi2032/Makefile"
23942 ALL_MAKEFILES="$ALL_MAKEFILES \\
23943 dlls/cards/Makefile"
23944 test "x$enable_cards" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23945 cards"
23946 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23947 dlls/cards/Makefile: dlls/cards/Makefile.in dlls/Makedll.rules"
23948 ac_config_files="$ac_config_files dlls/cards/Makefile"
23950 ALL_MAKEFILES="$ALL_MAKEFILES \\
23951 dlls/cfgmgr32/Makefile"
23952 test "x$enable_cfgmgr32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23953 cfgmgr32"
23954 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23955 dlls/cfgmgr32/Makefile: dlls/cfgmgr32/Makefile.in dlls/Makedll.rules"
23956 ac_config_files="$ac_config_files dlls/cfgmgr32/Makefile"
23958 ALL_MAKEFILES="$ALL_MAKEFILES \\
23959 dlls/clusapi/Makefile"
23960 test "x$enable_clusapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23961 clusapi"
23962 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23963 dlls/clusapi/Makefile: dlls/clusapi/Makefile.in dlls/Makedll.rules"
23964 ac_config_files="$ac_config_files dlls/clusapi/Makefile"
23966 ALL_MAKEFILES="$ALL_MAKEFILES \\
23967 dlls/comcat/Makefile"
23968 test "x$enable_comcat" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23969 comcat"
23970 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23971 dlls/comcat/Makefile: dlls/comcat/Makefile.in dlls/Makedll.rules"
23972 ac_config_files="$ac_config_files dlls/comcat/Makefile"
23974 ALL_MAKEFILES="$ALL_MAKEFILES \\
23975 dlls/comcat/tests/Makefile"
23976 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23977 comcat/tests"
23978 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23979 dlls/comcat/tests/Makefile: dlls/comcat/tests/Makefile.in dlls/Maketest.rules"
23980 ac_config_files="$ac_config_files dlls/comcat/tests/Makefile"
23982 ALL_MAKEFILES="$ALL_MAKEFILES \\
23983 dlls/comctl32/Makefile"
23984 test "x$enable_comctl32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23985 comctl32"
23986 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23987 dlls/comctl32/Makefile: dlls/comctl32/Makefile.in dlls/Makedll.rules"
23988 ac_config_files="$ac_config_files dlls/comctl32/Makefile"
23990 ALL_MAKEFILES="$ALL_MAKEFILES \\
23991 dlls/comctl32/tests/Makefile"
23992 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23993 comctl32/tests"
23994 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23995 dlls/comctl32/tests/Makefile: dlls/comctl32/tests/Makefile.in dlls/Maketest.rules"
23996 ac_config_files="$ac_config_files dlls/comctl32/tests/Makefile"
23998 ALL_MAKEFILES="$ALL_MAKEFILES \\
23999 dlls/comdlg32/Makefile"
24000 test "x$enable_comdlg32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24001 comdlg32"
24002 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24003 dlls/comdlg32/Makefile: dlls/comdlg32/Makefile.in dlls/Makedll.rules"
24004 ac_config_files="$ac_config_files dlls/comdlg32/Makefile"
24006 ALL_MAKEFILES="$ALL_MAKEFILES \\
24007 dlls/comdlg32/tests/Makefile"
24008 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24009 comdlg32/tests"
24010 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24011 dlls/comdlg32/tests/Makefile: dlls/comdlg32/tests/Makefile.in dlls/Maketest.rules"
24012 ac_config_files="$ac_config_files dlls/comdlg32/tests/Makefile"
24014 ALL_MAKEFILES="$ALL_MAKEFILES \\
24015 dlls/compstui/Makefile"
24016 test "x$enable_compstui" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24017 compstui"
24018 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24019 dlls/compstui/Makefile: dlls/compstui/Makefile.in dlls/Makedll.rules"
24020 ac_config_files="$ac_config_files dlls/compstui/Makefile"
24022 ALL_MAKEFILES="$ALL_MAKEFILES \\
24023 dlls/credui/Makefile"
24024 test "x$enable_credui" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24025 credui"
24026 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24027 dlls/credui/Makefile: dlls/credui/Makefile.in dlls/Makedll.rules"
24028 ac_config_files="$ac_config_files dlls/credui/Makefile"
24030 ALL_MAKEFILES="$ALL_MAKEFILES \\
24031 dlls/credui/tests/Makefile"
24032 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24033 credui/tests"
24034 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24035 dlls/credui/tests/Makefile: dlls/credui/tests/Makefile.in dlls/Maketest.rules"
24036 ac_config_files="$ac_config_files dlls/credui/tests/Makefile"
24038 ALL_MAKEFILES="$ALL_MAKEFILES \\
24039 dlls/crtdll/Makefile"
24040 test "x$enable_crtdll" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24041 crtdll"
24042 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24043 dlls/crtdll/Makefile: dlls/crtdll/Makefile.in dlls/Makedll.rules"
24044 ac_config_files="$ac_config_files dlls/crtdll/Makefile"
24046 ALL_MAKEFILES="$ALL_MAKEFILES \\
24047 dlls/crypt32/Makefile"
24048 test "x$enable_crypt32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24049 crypt32"
24050 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24051 dlls/crypt32/Makefile: dlls/crypt32/Makefile.in dlls/Makedll.rules"
24052 ac_config_files="$ac_config_files dlls/crypt32/Makefile"
24054 ALL_MAKEFILES="$ALL_MAKEFILES \\
24055 dlls/crypt32/tests/Makefile"
24056 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24057 crypt32/tests"
24058 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24059 dlls/crypt32/tests/Makefile: dlls/crypt32/tests/Makefile.in dlls/Maketest.rules"
24060 ac_config_files="$ac_config_files dlls/crypt32/tests/Makefile"
24062 ALL_MAKEFILES="$ALL_MAKEFILES \\
24063 dlls/cryptdlg/Makefile"
24064 test "x$enable_cryptdlg" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24065 cryptdlg"
24066 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24067 dlls/cryptdlg/Makefile: dlls/cryptdlg/Makefile.in dlls/Makedll.rules"
24068 ac_config_files="$ac_config_files dlls/cryptdlg/Makefile"
24070 ALL_MAKEFILES="$ALL_MAKEFILES \\
24071 dlls/cryptdll/Makefile"
24072 test "x$enable_cryptdll" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24073 cryptdll"
24074 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24075 dlls/cryptdll/Makefile: dlls/cryptdll/Makefile.in dlls/Makedll.rules"
24076 ac_config_files="$ac_config_files dlls/cryptdll/Makefile"
24078 ALL_MAKEFILES="$ALL_MAKEFILES \\
24079 dlls/cryptnet/Makefile"
24080 test "x$enable_cryptnet" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24081 cryptnet"
24082 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24083 dlls/cryptnet/Makefile: dlls/cryptnet/Makefile.in dlls/Makedll.rules"
24084 ac_config_files="$ac_config_files dlls/cryptnet/Makefile"
24086 ALL_MAKEFILES="$ALL_MAKEFILES \\
24087 dlls/cryptnet/tests/Makefile"
24088 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24089 cryptnet/tests"
24090 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24091 dlls/cryptnet/tests/Makefile: dlls/cryptnet/tests/Makefile.in dlls/Maketest.rules"
24092 ac_config_files="$ac_config_files dlls/cryptnet/tests/Makefile"
24094 ALL_MAKEFILES="$ALL_MAKEFILES \\
24095 dlls/cryptui/Makefile"
24096 test "x$enable_cryptui" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24097 cryptui"
24098 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24099 dlls/cryptui/Makefile: dlls/cryptui/Makefile.in dlls/Makedll.rules"
24100 ac_config_files="$ac_config_files dlls/cryptui/Makefile"
24102 ALL_MAKEFILES="$ALL_MAKEFILES \\
24103 dlls/cryptui/tests/Makefile"
24104 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24105 cryptui/tests"
24106 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24107 dlls/cryptui/tests/Makefile: dlls/cryptui/tests/Makefile.in dlls/Maketest.rules"
24108 ac_config_files="$ac_config_files dlls/cryptui/tests/Makefile"
24110 ALL_MAKEFILES="$ALL_MAKEFILES \\
24111 dlls/ctapi32/Makefile"
24112 test "x$enable_ctapi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24113 ctapi32"
24114 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24115 dlls/ctapi32/Makefile: dlls/ctapi32/Makefile.in dlls/Makedll.rules"
24116 ac_config_files="$ac_config_files dlls/ctapi32/Makefile"
24118 ALL_MAKEFILES="$ALL_MAKEFILES \\
24119 dlls/ctl3d32/Makefile"
24120 test "x$enable_ctl3d32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24121 ctl3d32"
24122 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24123 dlls/ctl3d32/Makefile: dlls/ctl3d32/Makefile.in dlls/Makedll.rules"
24124 ac_config_files="$ac_config_files dlls/ctl3d32/Makefile"
24126 ALL_MAKEFILES="$ALL_MAKEFILES \\
24127 dlls/d3d10/Makefile"
24128 test "x$enable_d3d10" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24129 d3d10"
24130 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24131 dlls/d3d10/Makefile: dlls/d3d10/Makefile.in dlls/Makedll.rules"
24132 ac_config_files="$ac_config_files dlls/d3d10/Makefile"
24134 ALL_MAKEFILES="$ALL_MAKEFILES \\
24135 dlls/d3d10/tests/Makefile"
24136 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24137 d3d10/tests"
24138 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24139 dlls/d3d10/tests/Makefile: dlls/d3d10/tests/Makefile.in dlls/Maketest.rules"
24140 ac_config_files="$ac_config_files dlls/d3d10/tests/Makefile"
24142 ALL_MAKEFILES="$ALL_MAKEFILES \\
24143 dlls/d3d10core/Makefile"
24144 test "x$enable_d3d10core" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24145 d3d10core"
24146 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24147 dlls/d3d10core/Makefile: dlls/d3d10core/Makefile.in dlls/Makedll.rules"
24148 ac_config_files="$ac_config_files dlls/d3d10core/Makefile"
24150 ALL_MAKEFILES="$ALL_MAKEFILES \\
24151 dlls/d3d10core/tests/Makefile"
24152 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24153 d3d10core/tests"
24154 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24155 dlls/d3d10core/tests/Makefile: dlls/d3d10core/tests/Makefile.in dlls/Maketest.rules"
24156 ac_config_files="$ac_config_files dlls/d3d10core/tests/Makefile"
24158 ALL_MAKEFILES="$ALL_MAKEFILES \\
24159 dlls/d3d8/Makefile"
24160 test "x$enable_d3d8" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24161 d3d8"
24162 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24163 dlls/d3d8/Makefile: dlls/d3d8/Makefile.in dlls/Makedll.rules"
24164 ac_config_files="$ac_config_files dlls/d3d8/Makefile"
24166 ALL_MAKEFILES="$ALL_MAKEFILES \\
24167 dlls/d3d8/tests/Makefile"
24168 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24169 d3d8/tests"
24170 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24171 dlls/d3d8/tests/Makefile: dlls/d3d8/tests/Makefile.in dlls/Maketest.rules"
24172 ac_config_files="$ac_config_files dlls/d3d8/tests/Makefile"
24174 ALL_MAKEFILES="$ALL_MAKEFILES \\
24175 dlls/d3d9/Makefile"
24176 test "x$enable_d3d9" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24177 d3d9"
24178 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24179 dlls/d3d9/Makefile: dlls/d3d9/Makefile.in dlls/Makedll.rules"
24180 ac_config_files="$ac_config_files dlls/d3d9/Makefile"
24182 ALL_MAKEFILES="$ALL_MAKEFILES \\
24183 dlls/d3d9/tests/Makefile"
24184 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24185 d3d9/tests"
24186 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24187 dlls/d3d9/tests/Makefile: dlls/d3d9/tests/Makefile.in dlls/Maketest.rules"
24188 ac_config_files="$ac_config_files dlls/d3d9/tests/Makefile"
24190 ALL_MAKEFILES="$ALL_MAKEFILES \\
24191 dlls/d3dim/Makefile"
24192 test "x$enable_d3dim" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24193 d3dim"
24194 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24195 dlls/d3dim/Makefile: dlls/d3dim/Makefile.in dlls/Makedll.rules"
24196 ac_config_files="$ac_config_files dlls/d3dim/Makefile"
24198 ALL_MAKEFILES="$ALL_MAKEFILES \\
24199 dlls/d3drm/Makefile"
24200 test "x$enable_d3drm" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24201 d3drm"
24202 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24203 dlls/d3drm/Makefile: dlls/d3drm/Makefile.in dlls/Makedll.rules"
24204 ac_config_files="$ac_config_files dlls/d3drm/Makefile"
24206 ALL_MAKEFILES="$ALL_MAKEFILES \\
24207 dlls/d3drm/tests/Makefile"
24208 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24209 d3drm/tests"
24210 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24211 dlls/d3drm/tests/Makefile: dlls/d3drm/tests/Makefile.in dlls/Maketest.rules"
24212 ac_config_files="$ac_config_files dlls/d3drm/tests/Makefile"
24214 ALL_MAKEFILES="$ALL_MAKEFILES \\
24215 dlls/d3dx8/Makefile"
24216 test "x$enable_d3dx8" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24217 d3dx8"
24218 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24219 dlls/d3dx8/Makefile: dlls/d3dx8/Makefile.in dlls/Makedll.rules"
24220 ac_config_files="$ac_config_files dlls/d3dx8/Makefile"
24222 ALL_MAKEFILES="$ALL_MAKEFILES \\
24223 dlls/d3dx8/tests/Makefile"
24224 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24225 d3dx8/tests"
24226 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24227 dlls/d3dx8/tests/Makefile: dlls/d3dx8/tests/Makefile.in dlls/Maketest.rules"
24228 ac_config_files="$ac_config_files dlls/d3dx8/tests/Makefile"
24230 ALL_MAKEFILES="$ALL_MAKEFILES \\
24231 dlls/d3dx9_24/Makefile"
24232 test "x$enable_d3dx9_24" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24233 d3dx9_24"
24234 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24235 dlls/d3dx9_24/Makefile: dlls/d3dx9_24/Makefile.in dlls/Makedll.rules"
24236 ac_config_files="$ac_config_files dlls/d3dx9_24/Makefile"
24238 ALL_MAKEFILES="$ALL_MAKEFILES \\
24239 dlls/d3dx9_25/Makefile"
24240 test "x$enable_d3dx9_25" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24241 d3dx9_25"
24242 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24243 dlls/d3dx9_25/Makefile: dlls/d3dx9_25/Makefile.in dlls/Makedll.rules"
24244 ac_config_files="$ac_config_files dlls/d3dx9_25/Makefile"
24246 ALL_MAKEFILES="$ALL_MAKEFILES \\
24247 dlls/d3dx9_26/Makefile"
24248 test "x$enable_d3dx9_26" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24249 d3dx9_26"
24250 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24251 dlls/d3dx9_26/Makefile: dlls/d3dx9_26/Makefile.in dlls/Makedll.rules"
24252 ac_config_files="$ac_config_files dlls/d3dx9_26/Makefile"
24254 ALL_MAKEFILES="$ALL_MAKEFILES \\
24255 dlls/d3dx9_27/Makefile"
24256 test "x$enable_d3dx9_27" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24257 d3dx9_27"
24258 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24259 dlls/d3dx9_27/Makefile: dlls/d3dx9_27/Makefile.in dlls/Makedll.rules"
24260 ac_config_files="$ac_config_files dlls/d3dx9_27/Makefile"
24262 ALL_MAKEFILES="$ALL_MAKEFILES \\
24263 dlls/d3dx9_28/Makefile"
24264 test "x$enable_d3dx9_28" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24265 d3dx9_28"
24266 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24267 dlls/d3dx9_28/Makefile: dlls/d3dx9_28/Makefile.in dlls/Makedll.rules"
24268 ac_config_files="$ac_config_files dlls/d3dx9_28/Makefile"
24270 ALL_MAKEFILES="$ALL_MAKEFILES \\
24271 dlls/d3dx9_29/Makefile"
24272 test "x$enable_d3dx9_29" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24273 d3dx9_29"
24274 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24275 dlls/d3dx9_29/Makefile: dlls/d3dx9_29/Makefile.in dlls/Makedll.rules"
24276 ac_config_files="$ac_config_files dlls/d3dx9_29/Makefile"
24278 ALL_MAKEFILES="$ALL_MAKEFILES \\
24279 dlls/d3dx9_30/Makefile"
24280 test "x$enable_d3dx9_30" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24281 d3dx9_30"
24282 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24283 dlls/d3dx9_30/Makefile: dlls/d3dx9_30/Makefile.in dlls/Makedll.rules"
24284 ac_config_files="$ac_config_files dlls/d3dx9_30/Makefile"
24286 ALL_MAKEFILES="$ALL_MAKEFILES \\
24287 dlls/d3dx9_31/Makefile"
24288 test "x$enable_d3dx9_31" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24289 d3dx9_31"
24290 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24291 dlls/d3dx9_31/Makefile: dlls/d3dx9_31/Makefile.in dlls/Makedll.rules"
24292 ac_config_files="$ac_config_files dlls/d3dx9_31/Makefile"
24294 ALL_MAKEFILES="$ALL_MAKEFILES \\
24295 dlls/d3dx9_32/Makefile"
24296 test "x$enable_d3dx9_32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24297 d3dx9_32"
24298 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24299 dlls/d3dx9_32/Makefile: dlls/d3dx9_32/Makefile.in dlls/Makedll.rules"
24300 ac_config_files="$ac_config_files dlls/d3dx9_32/Makefile"
24302 ALL_MAKEFILES="$ALL_MAKEFILES \\
24303 dlls/d3dx9_33/Makefile"
24304 test "x$enable_d3dx9_33" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24305 d3dx9_33"
24306 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24307 dlls/d3dx9_33/Makefile: dlls/d3dx9_33/Makefile.in dlls/Makedll.rules"
24308 ac_config_files="$ac_config_files dlls/d3dx9_33/Makefile"
24310 ALL_MAKEFILES="$ALL_MAKEFILES \\
24311 dlls/d3dx9_34/Makefile"
24312 test "x$enable_d3dx9_34" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24313 d3dx9_34"
24314 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24315 dlls/d3dx9_34/Makefile: dlls/d3dx9_34/Makefile.in dlls/Makedll.rules"
24316 ac_config_files="$ac_config_files dlls/d3dx9_34/Makefile"
24318 ALL_MAKEFILES="$ALL_MAKEFILES \\
24319 dlls/d3dx9_35/Makefile"
24320 test "x$enable_d3dx9_35" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24321 d3dx9_35"
24322 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24323 dlls/d3dx9_35/Makefile: dlls/d3dx9_35/Makefile.in dlls/Makedll.rules"
24324 ac_config_files="$ac_config_files dlls/d3dx9_35/Makefile"
24326 ALL_MAKEFILES="$ALL_MAKEFILES \\
24327 dlls/d3dx9_36/Makefile"
24328 test "x$enable_d3dx9_36" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24329 d3dx9_36"
24330 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24331 dlls/d3dx9_36/Makefile: dlls/d3dx9_36/Makefile.in dlls/Makedll.rules"
24332 ac_config_files="$ac_config_files dlls/d3dx9_36/Makefile"
24334 ALL_MAKEFILES="$ALL_MAKEFILES \\
24335 dlls/d3dx9_36/tests/Makefile"
24336 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24337 d3dx9_36/tests"
24338 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24339 dlls/d3dx9_36/tests/Makefile: dlls/d3dx9_36/tests/Makefile.in dlls/Maketest.rules"
24340 ac_config_files="$ac_config_files dlls/d3dx9_36/tests/Makefile"
24342 ALL_MAKEFILES="$ALL_MAKEFILES \\
24343 dlls/d3dx9_37/Makefile"
24344 test "x$enable_d3dx9_37" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24345 d3dx9_37"
24346 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24347 dlls/d3dx9_37/Makefile: dlls/d3dx9_37/Makefile.in dlls/Makedll.rules"
24348 ac_config_files="$ac_config_files dlls/d3dx9_37/Makefile"
24350 ALL_MAKEFILES="$ALL_MAKEFILES \\
24351 dlls/d3dxof/Makefile"
24352 test "x$enable_d3dxof" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24353 d3dxof"
24354 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24355 dlls/d3dxof/Makefile: dlls/d3dxof/Makefile.in dlls/Makedll.rules"
24356 ac_config_files="$ac_config_files dlls/d3dxof/Makefile"
24358 ALL_MAKEFILES="$ALL_MAKEFILES \\
24359 dlls/d3dxof/tests/Makefile"
24360 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24361 d3dxof/tests"
24362 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24363 dlls/d3dxof/tests/Makefile: dlls/d3dxof/tests/Makefile.in dlls/Maketest.rules"
24364 ac_config_files="$ac_config_files dlls/d3dxof/tests/Makefile"
24366 ALL_MAKEFILES="$ALL_MAKEFILES \\
24367 dlls/dbghelp/Makefile"
24368 test "x$enable_dbghelp" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24369 dbghelp"
24370 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24371 dlls/dbghelp/Makefile: dlls/dbghelp/Makefile.in dlls/Makedll.rules"
24372 ac_config_files="$ac_config_files dlls/dbghelp/Makefile"
24374 ALL_MAKEFILES="$ALL_MAKEFILES \\
24375 dlls/dciman32/Makefile"
24376 test "x$enable_dciman32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24377 dciman32"
24378 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24379 dlls/dciman32/Makefile: dlls/dciman32/Makefile.in dlls/Makedll.rules"
24380 ac_config_files="$ac_config_files dlls/dciman32/Makefile"
24382 ALL_MAKEFILES="$ALL_MAKEFILES \\
24383 dlls/ddraw/Makefile"
24384 test "x$enable_ddraw" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24385 ddraw"
24386 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24387 dlls/ddraw/Makefile: dlls/ddraw/Makefile.in dlls/Makedll.rules"
24388 ac_config_files="$ac_config_files dlls/ddraw/Makefile"
24390 ALL_MAKEFILES="$ALL_MAKEFILES \\
24391 dlls/ddraw/tests/Makefile"
24392 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24393 ddraw/tests"
24394 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24395 dlls/ddraw/tests/Makefile: dlls/ddraw/tests/Makefile.in dlls/Maketest.rules"
24396 ac_config_files="$ac_config_files dlls/ddraw/tests/Makefile"
24398 ALL_MAKEFILES="$ALL_MAKEFILES \\
24399 dlls/ddrawex/Makefile"
24400 test "x$enable_ddrawex" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24401 ddrawex"
24402 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24403 dlls/ddrawex/Makefile: dlls/ddrawex/Makefile.in dlls/Makedll.rules"
24404 ac_config_files="$ac_config_files dlls/ddrawex/Makefile"
24406 ALL_MAKEFILES="$ALL_MAKEFILES \\
24407 dlls/devenum/Makefile"
24408 test "x$enable_devenum" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24409 devenum"
24410 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24411 dlls/devenum/Makefile: dlls/devenum/Makefile.in dlls/Makedll.rules"
24412 ac_config_files="$ac_config_files dlls/devenum/Makefile"
24414 ALL_MAKEFILES="$ALL_MAKEFILES \\
24415 dlls/dinput/Makefile"
24416 test "x$enable_dinput" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24417 dinput"
24418 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24419 dlls/dinput/Makefile: dlls/dinput/Makefile.in dlls/Makedll.rules"
24420 ac_config_files="$ac_config_files dlls/dinput/Makefile"
24422 ALL_MAKEFILES="$ALL_MAKEFILES \\
24423 dlls/dinput/tests/Makefile"
24424 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24425 dinput/tests"
24426 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24427 dlls/dinput/tests/Makefile: dlls/dinput/tests/Makefile.in dlls/Maketest.rules"
24428 ac_config_files="$ac_config_files dlls/dinput/tests/Makefile"
24430 ALL_MAKEFILES="$ALL_MAKEFILES \\
24431 dlls/dinput8/Makefile"
24432 test "x$enable_dinput8" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24433 dinput8"
24434 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24435 dlls/dinput8/Makefile: dlls/dinput8/Makefile.in dlls/Makedll.rules"
24436 ac_config_files="$ac_config_files dlls/dinput8/Makefile"
24438 ALL_MAKEFILES="$ALL_MAKEFILES \\
24439 dlls/dmband/Makefile"
24440 test "x$enable_dmband" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24441 dmband"
24442 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24443 dlls/dmband/Makefile: dlls/dmband/Makefile.in dlls/Makedll.rules"
24444 ac_config_files="$ac_config_files dlls/dmband/Makefile"
24446 ALL_MAKEFILES="$ALL_MAKEFILES \\
24447 dlls/dmcompos/Makefile"
24448 test "x$enable_dmcompos" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24449 dmcompos"
24450 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24451 dlls/dmcompos/Makefile: dlls/dmcompos/Makefile.in dlls/Makedll.rules"
24452 ac_config_files="$ac_config_files dlls/dmcompos/Makefile"
24454 ALL_MAKEFILES="$ALL_MAKEFILES \\
24455 dlls/dmime/Makefile"
24456 test "x$enable_dmime" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24457 dmime"
24458 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24459 dlls/dmime/Makefile: dlls/dmime/Makefile.in dlls/Makedll.rules"
24460 ac_config_files="$ac_config_files dlls/dmime/Makefile"
24462 ALL_MAKEFILES="$ALL_MAKEFILES \\
24463 dlls/dmloader/Makefile"
24464 test "x$enable_dmloader" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24465 dmloader"
24466 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24467 dlls/dmloader/Makefile: dlls/dmloader/Makefile.in dlls/Makedll.rules"
24468 ac_config_files="$ac_config_files dlls/dmloader/Makefile"
24470 ALL_MAKEFILES="$ALL_MAKEFILES \\
24471 dlls/dmscript/Makefile"
24472 test "x$enable_dmscript" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24473 dmscript"
24474 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24475 dlls/dmscript/Makefile: dlls/dmscript/Makefile.in dlls/Makedll.rules"
24476 ac_config_files="$ac_config_files dlls/dmscript/Makefile"
24478 ALL_MAKEFILES="$ALL_MAKEFILES \\
24479 dlls/dmstyle/Makefile"
24480 test "x$enable_dmstyle" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24481 dmstyle"
24482 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24483 dlls/dmstyle/Makefile: dlls/dmstyle/Makefile.in dlls/Makedll.rules"
24484 ac_config_files="$ac_config_files dlls/dmstyle/Makefile"
24486 ALL_MAKEFILES="$ALL_MAKEFILES \\
24487 dlls/dmsynth/Makefile"
24488 test "x$enable_dmsynth" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24489 dmsynth"
24490 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24491 dlls/dmsynth/Makefile: dlls/dmsynth/Makefile.in dlls/Makedll.rules"
24492 ac_config_files="$ac_config_files dlls/dmsynth/Makefile"
24494 ALL_MAKEFILES="$ALL_MAKEFILES \\
24495 dlls/dmusic/Makefile"
24496 test "x$enable_dmusic" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24497 dmusic"
24498 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24499 dlls/dmusic/Makefile: dlls/dmusic/Makefile.in dlls/Makedll.rules"
24500 ac_config_files="$ac_config_files dlls/dmusic/Makefile"
24502 ALL_MAKEFILES="$ALL_MAKEFILES \\
24503 dlls/dmusic32/Makefile"
24504 test "x$enable_dmusic32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24505 dmusic32"
24506 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24507 dlls/dmusic32/Makefile: dlls/dmusic32/Makefile.in dlls/Makedll.rules"
24508 ac_config_files="$ac_config_files dlls/dmusic32/Makefile"
24510 ALL_MAKEFILES="$ALL_MAKEFILES \\
24511 dlls/dnsapi/Makefile"
24512 test "x$enable_dnsapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24513 dnsapi"
24514 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24515 dlls/dnsapi/Makefile: dlls/dnsapi/Makefile.in dlls/Makedll.rules"
24516 ac_config_files="$ac_config_files dlls/dnsapi/Makefile"
24518 ALL_MAKEFILES="$ALL_MAKEFILES \\
24519 dlls/dnsapi/tests/Makefile"
24520 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24521 dnsapi/tests"
24522 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24523 dlls/dnsapi/tests/Makefile: dlls/dnsapi/tests/Makefile.in dlls/Maketest.rules"
24524 ac_config_files="$ac_config_files dlls/dnsapi/tests/Makefile"
24526 ALL_MAKEFILES="$ALL_MAKEFILES \\
24527 dlls/dplay/Makefile"
24528 test "x$enable_dplay" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24529 dplay"
24530 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24531 dlls/dplay/Makefile: dlls/dplay/Makefile.in dlls/Makedll.rules"
24532 ac_config_files="$ac_config_files dlls/dplay/Makefile"
24534 ALL_MAKEFILES="$ALL_MAKEFILES \\
24535 dlls/dplayx/Makefile"
24536 test "x$enable_dplayx" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24537 dplayx"
24538 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24539 dlls/dplayx/Makefile: dlls/dplayx/Makefile.in dlls/Makedll.rules"
24540 ac_config_files="$ac_config_files dlls/dplayx/Makefile"
24542 ALL_MAKEFILES="$ALL_MAKEFILES \\
24543 dlls/dplayx/tests/Makefile"
24544 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24545 dplayx/tests"
24546 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24547 dlls/dplayx/tests/Makefile: dlls/dplayx/tests/Makefile.in dlls/Maketest.rules"
24548 ac_config_files="$ac_config_files dlls/dplayx/tests/Makefile"
24550 ALL_MAKEFILES="$ALL_MAKEFILES \\
24551 dlls/dpnaddr/Makefile"
24552 test "x$enable_dpnaddr" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24553 dpnaddr"
24554 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24555 dlls/dpnaddr/Makefile: dlls/dpnaddr/Makefile.in dlls/Makedll.rules"
24556 ac_config_files="$ac_config_files dlls/dpnaddr/Makefile"
24558 ALL_MAKEFILES="$ALL_MAKEFILES \\
24559 dlls/dpnet/Makefile"
24560 test "x$enable_dpnet" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24561 dpnet"
24562 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24563 dlls/dpnet/Makefile: dlls/dpnet/Makefile.in dlls/Makedll.rules"
24564 ac_config_files="$ac_config_files dlls/dpnet/Makefile"
24566 ALL_MAKEFILES="$ALL_MAKEFILES \\
24567 dlls/dpnhpast/Makefile"
24568 test "x$enable_dpnhpast" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24569 dpnhpast"
24570 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24571 dlls/dpnhpast/Makefile: dlls/dpnhpast/Makefile.in dlls/Makedll.rules"
24572 ac_config_files="$ac_config_files dlls/dpnhpast/Makefile"
24574 ALL_MAKEFILES="$ALL_MAKEFILES \\
24575 dlls/dpnlobby/Makefile"
24576 test "x$enable_dpnlobby" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24577 dpnlobby"
24578 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24579 dlls/dpnlobby/Makefile: dlls/dpnlobby/Makefile.in dlls/Makedll.rules"
24580 ac_config_files="$ac_config_files dlls/dpnlobby/Makefile"
24582 ALL_MAKEFILES="$ALL_MAKEFILES \\
24583 dlls/dpwsockx/Makefile"
24584 test "x$enable_dpwsockx" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24585 dpwsockx"
24586 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24587 dlls/dpwsockx/Makefile: dlls/dpwsockx/Makefile.in dlls/Makedll.rules"
24588 ac_config_files="$ac_config_files dlls/dpwsockx/Makefile"
24590 ALL_MAKEFILES="$ALL_MAKEFILES \\
24591 dlls/dsound/Makefile"
24592 test "x$enable_dsound" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24593 dsound"
24594 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24595 dlls/dsound/Makefile: dlls/dsound/Makefile.in dlls/Makedll.rules"
24596 ac_config_files="$ac_config_files dlls/dsound/Makefile"
24598 ALL_MAKEFILES="$ALL_MAKEFILES \\
24599 dlls/dsound/tests/Makefile"
24600 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24601 dsound/tests"
24602 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24603 dlls/dsound/tests/Makefile: dlls/dsound/tests/Makefile.in dlls/Maketest.rules"
24604 ac_config_files="$ac_config_files dlls/dsound/tests/Makefile"
24606 ALL_MAKEFILES="$ALL_MAKEFILES \\
24607 dlls/dssenh/Makefile"
24608 test "x$enable_dssenh" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24609 dssenh"
24610 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24611 dlls/dssenh/Makefile: dlls/dssenh/Makefile.in dlls/Makedll.rules"
24612 ac_config_files="$ac_config_files dlls/dssenh/Makefile"
24614 ALL_MAKEFILES="$ALL_MAKEFILES \\
24615 dlls/dswave/Makefile"
24616 test "x$enable_dswave" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24617 dswave"
24618 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24619 dlls/dswave/Makefile: dlls/dswave/Makefile.in dlls/Makedll.rules"
24620 ac_config_files="$ac_config_files dlls/dswave/Makefile"
24622 ALL_MAKEFILES="$ALL_MAKEFILES \\
24623 dlls/dwmapi/Makefile"
24624 test "x$enable_dwmapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24625 dwmapi"
24626 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24627 dlls/dwmapi/Makefile: dlls/dwmapi/Makefile.in dlls/Makedll.rules"
24628 ac_config_files="$ac_config_files dlls/dwmapi/Makefile"
24630 ALL_MAKEFILES="$ALL_MAKEFILES \\
24631 dlls/dxdiagn/Makefile"
24632 test "x$enable_dxdiagn" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24633 dxdiagn"
24634 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24635 dlls/dxdiagn/Makefile: dlls/dxdiagn/Makefile.in dlls/Makedll.rules"
24636 ac_config_files="$ac_config_files dlls/dxdiagn/Makefile"
24638 ALL_MAKEFILES="$ALL_MAKEFILES \\
24639 dlls/dxerr8/Makefile"
24640 test "x$enable_dxerr8" != xno && ALL_IMPLIB_DIRS="$ALL_IMPLIB_DIRS \\
24641 dxerr8"
24642 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24643 dlls/dxerr8/Makefile: dlls/dxerr8/Makefile.in dlls/Makeimplib.rules"
24644 ac_config_files="$ac_config_files dlls/dxerr8/Makefile"
24646 ALL_MAKEFILES="$ALL_MAKEFILES \\
24647 dlls/dxerr9/Makefile"
24648 test "x$enable_dxerr9" != xno && ALL_IMPLIB_DIRS="$ALL_IMPLIB_DIRS \\
24649 dxerr9"
24650 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24651 dlls/dxerr9/Makefile: dlls/dxerr9/Makefile.in dlls/Makeimplib.rules"
24652 ac_config_files="$ac_config_files dlls/dxerr9/Makefile"
24654 ALL_MAKEFILES="$ALL_MAKEFILES \\
24655 dlls/dxgi/Makefile"
24656 test "x$enable_dxgi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24657 dxgi"
24658 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24659 dlls/dxgi/Makefile: dlls/dxgi/Makefile.in dlls/Makedll.rules"
24660 ac_config_files="$ac_config_files dlls/dxgi/Makefile"
24662 ALL_MAKEFILES="$ALL_MAKEFILES \\
24663 dlls/dxgi/tests/Makefile"
24664 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24665 dxgi/tests"
24666 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24667 dlls/dxgi/tests/Makefile: dlls/dxgi/tests/Makefile.in dlls/Maketest.rules"
24668 ac_config_files="$ac_config_files dlls/dxgi/tests/Makefile"
24670 ALL_MAKEFILES="$ALL_MAKEFILES \\
24671 dlls/dxguid/Makefile"
24672 test "x$enable_dxguid" != xno && ALL_IMPLIB_DIRS="$ALL_IMPLIB_DIRS \\
24673 dxguid"
24674 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24675 dlls/dxguid/Makefile: dlls/dxguid/Makefile.in dlls/Makeimplib.rules"
24676 ac_config_files="$ac_config_files dlls/dxguid/Makefile"
24678 ALL_MAKEFILES="$ALL_MAKEFILES \\
24679 dlls/faultrep/Makefile"
24680 test "x$enable_faultrep" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24681 faultrep"
24682 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24683 dlls/faultrep/Makefile: dlls/faultrep/Makefile.in dlls/Makedll.rules"
24684 ac_config_files="$ac_config_files dlls/faultrep/Makefile"
24686 ALL_MAKEFILES="$ALL_MAKEFILES \\
24687 dlls/fusion/Makefile"
24688 test "x$enable_fusion" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24689 fusion"
24690 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24691 dlls/fusion/Makefile: dlls/fusion/Makefile.in dlls/Makedll.rules"
24692 ac_config_files="$ac_config_files dlls/fusion/Makefile"
24694 ALL_MAKEFILES="$ALL_MAKEFILES \\
24695 dlls/fusion/tests/Makefile"
24696 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24697 fusion/tests"
24698 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24699 dlls/fusion/tests/Makefile: dlls/fusion/tests/Makefile.in dlls/Maketest.rules"
24700 ac_config_files="$ac_config_files dlls/fusion/tests/Makefile"
24702 ALL_MAKEFILES="$ALL_MAKEFILES \\
24703 dlls/gdi32/Makefile"
24704 test "x$enable_gdi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24705 gdi32"
24706 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24707 dlls/gdi32/Makefile: dlls/gdi32/Makefile.in dlls/Makedll.rules"
24708 ac_config_files="$ac_config_files dlls/gdi32/Makefile"
24710 ALL_MAKEFILES="$ALL_MAKEFILES \\
24711 dlls/gdi32/tests/Makefile"
24712 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24713 gdi32/tests"
24714 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24715 dlls/gdi32/tests/Makefile: dlls/gdi32/tests/Makefile.in dlls/Maketest.rules"
24716 ac_config_files="$ac_config_files dlls/gdi32/tests/Makefile"
24718 ALL_MAKEFILES="$ALL_MAKEFILES \\
24719 dlls/gdiplus/Makefile"
24720 test "x$enable_gdiplus" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24721 gdiplus"
24722 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24723 dlls/gdiplus/Makefile: dlls/gdiplus/Makefile.in dlls/Makedll.rules"
24724 ac_config_files="$ac_config_files dlls/gdiplus/Makefile"
24726 ALL_MAKEFILES="$ALL_MAKEFILES \\
24727 dlls/gdiplus/tests/Makefile"
24728 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24729 gdiplus/tests"
24730 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24731 dlls/gdiplus/tests/Makefile: dlls/gdiplus/tests/Makefile.in dlls/Maketest.rules"
24732 ac_config_files="$ac_config_files dlls/gdiplus/tests/Makefile"
24734 ALL_MAKEFILES="$ALL_MAKEFILES \\
24735 dlls/glu32/Makefile"
24736 test "x$enable_glu32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24737 glu32"
24738 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24739 dlls/glu32/Makefile: dlls/glu32/Makefile.in dlls/Makedll.rules"
24740 ac_config_files="$ac_config_files dlls/glu32/Makefile"
24742 ALL_MAKEFILES="$ALL_MAKEFILES \\
24743 dlls/gphoto2.ds/Makefile"
24744 test "x$enable_gphoto2_ds" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24745 gphoto2.ds"
24746 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24747 dlls/gphoto2.ds/Makefile: dlls/gphoto2.ds/Makefile.in dlls/Makedll.rules"
24748 ac_config_files="$ac_config_files dlls/gphoto2.ds/Makefile"
24750 ALL_MAKEFILES="$ALL_MAKEFILES \\
24751 dlls/gpkcsp/Makefile"
24752 test "x$enable_gpkcsp" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24753 gpkcsp"
24754 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24755 dlls/gpkcsp/Makefile: dlls/gpkcsp/Makefile.in dlls/Makedll.rules"
24756 ac_config_files="$ac_config_files dlls/gpkcsp/Makefile"
24758 ALL_MAKEFILES="$ALL_MAKEFILES \\
24759 dlls/hal/Makefile"
24760 test "x$enable_hal" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24761 hal"
24762 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24763 dlls/hal/Makefile: dlls/hal/Makefile.in dlls/Makedll.rules"
24764 ac_config_files="$ac_config_files dlls/hal/Makefile"
24766 ALL_MAKEFILES="$ALL_MAKEFILES \\
24767 dlls/hhctrl.ocx/Makefile"
24768 test "x$enable_hhctrl_ocx" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24769 hhctrl.ocx"
24770 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24771 dlls/hhctrl.ocx/Makefile: dlls/hhctrl.ocx/Makefile.in dlls/Makedll.rules"
24772 ac_config_files="$ac_config_files dlls/hhctrl.ocx/Makefile"
24774 ALL_MAKEFILES="$ALL_MAKEFILES \\
24775 dlls/hid/Makefile"
24776 test "x$enable_hid" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24777 hid"
24778 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24779 dlls/hid/Makefile: dlls/hid/Makefile.in dlls/Makedll.rules"
24780 ac_config_files="$ac_config_files dlls/hid/Makefile"
24782 ALL_MAKEFILES="$ALL_MAKEFILES \\
24783 dlls/hlink/Makefile"
24784 test "x$enable_hlink" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24785 hlink"
24786 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24787 dlls/hlink/Makefile: dlls/hlink/Makefile.in dlls/Makedll.rules"
24788 ac_config_files="$ac_config_files dlls/hlink/Makefile"
24790 ALL_MAKEFILES="$ALL_MAKEFILES \\
24791 dlls/hlink/tests/Makefile"
24792 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24793 hlink/tests"
24794 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24795 dlls/hlink/tests/Makefile: dlls/hlink/tests/Makefile.in dlls/Maketest.rules"
24796 ac_config_files="$ac_config_files dlls/hlink/tests/Makefile"
24798 ALL_MAKEFILES="$ALL_MAKEFILES \\
24799 dlls/hnetcfg/Makefile"
24800 test "x$enable_hnetcfg" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24801 hnetcfg"
24802 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24803 dlls/hnetcfg/Makefile: dlls/hnetcfg/Makefile.in dlls/Makedll.rules"
24804 ac_config_files="$ac_config_files dlls/hnetcfg/Makefile"
24806 ALL_MAKEFILES="$ALL_MAKEFILES \\
24807 dlls/iccvid/Makefile"
24808 test "x$enable_iccvid" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24809 iccvid"
24810 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24811 dlls/iccvid/Makefile: dlls/iccvid/Makefile.in dlls/Makedll.rules"
24812 ac_config_files="$ac_config_files dlls/iccvid/Makefile"
24814 ALL_MAKEFILES="$ALL_MAKEFILES \\
24815 dlls/icmp/Makefile"
24816 test "x$enable_icmp" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24817 icmp"
24818 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24819 dlls/icmp/Makefile: dlls/icmp/Makefile.in dlls/Makedll.rules"
24820 ac_config_files="$ac_config_files dlls/icmp/Makefile"
24822 ALL_MAKEFILES="$ALL_MAKEFILES \\
24823 dlls/ifsmgr.vxd/Makefile"
24824 test "x$enable_ifsmgr_vxd" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24825 ifsmgr.vxd"
24826 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24827 dlls/ifsmgr.vxd/Makefile: dlls/ifsmgr.vxd/Makefile.in dlls/Makedll.rules"
24828 ac_config_files="$ac_config_files dlls/ifsmgr.vxd/Makefile"
24830 ALL_MAKEFILES="$ALL_MAKEFILES \\
24831 dlls/imaadp32.acm/Makefile"
24832 test "x$enable_imaadp32_acm" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24833 imaadp32.acm"
24834 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24835 dlls/imaadp32.acm/Makefile: dlls/imaadp32.acm/Makefile.in dlls/Makedll.rules"
24836 ac_config_files="$ac_config_files dlls/imaadp32.acm/Makefile"
24838 ALL_MAKEFILES="$ALL_MAKEFILES \\
24839 dlls/imagehlp/Makefile"
24840 test "x$enable_imagehlp" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24841 imagehlp"
24842 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24843 dlls/imagehlp/Makefile: dlls/imagehlp/Makefile.in dlls/Makedll.rules"
24844 ac_config_files="$ac_config_files dlls/imagehlp/Makefile"
24846 ALL_MAKEFILES="$ALL_MAKEFILES \\
24847 dlls/imm32/Makefile"
24848 test "x$enable_imm32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24849 imm32"
24850 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24851 dlls/imm32/Makefile: dlls/imm32/Makefile.in dlls/Makedll.rules"
24852 ac_config_files="$ac_config_files dlls/imm32/Makefile"
24854 ALL_MAKEFILES="$ALL_MAKEFILES \\
24855 dlls/imm32/tests/Makefile"
24856 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24857 imm32/tests"
24858 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24859 dlls/imm32/tests/Makefile: dlls/imm32/tests/Makefile.in dlls/Maketest.rules"
24860 ac_config_files="$ac_config_files dlls/imm32/tests/Makefile"
24862 ALL_MAKEFILES="$ALL_MAKEFILES \\
24863 dlls/inetcomm/Makefile"
24864 test "x$enable_inetcomm" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24865 inetcomm"
24866 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24867 dlls/inetcomm/Makefile: dlls/inetcomm/Makefile.in dlls/Makedll.rules"
24868 ac_config_files="$ac_config_files dlls/inetcomm/Makefile"
24870 ALL_MAKEFILES="$ALL_MAKEFILES \\
24871 dlls/inetcomm/tests/Makefile"
24872 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24873 inetcomm/tests"
24874 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24875 dlls/inetcomm/tests/Makefile: dlls/inetcomm/tests/Makefile.in dlls/Maketest.rules"
24876 ac_config_files="$ac_config_files dlls/inetcomm/tests/Makefile"
24878 ALL_MAKEFILES="$ALL_MAKEFILES \\
24879 dlls/inetmib1/Makefile"
24880 test "x$enable_inetmib1" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24881 inetmib1"
24882 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24883 dlls/inetmib1/Makefile: dlls/inetmib1/Makefile.in dlls/Makedll.rules"
24884 ac_config_files="$ac_config_files dlls/inetmib1/Makefile"
24886 ALL_MAKEFILES="$ALL_MAKEFILES \\
24887 dlls/inetmib1/tests/Makefile"
24888 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24889 inetmib1/tests"
24890 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24891 dlls/inetmib1/tests/Makefile: dlls/inetmib1/tests/Makefile.in dlls/Maketest.rules"
24892 ac_config_files="$ac_config_files dlls/inetmib1/tests/Makefile"
24894 ALL_MAKEFILES="$ALL_MAKEFILES \\
24895 dlls/infosoft/Makefile"
24896 test "x$enable_infosoft" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24897 infosoft"
24898 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24899 dlls/infosoft/Makefile: dlls/infosoft/Makefile.in dlls/Makedll.rules"
24900 ac_config_files="$ac_config_files dlls/infosoft/Makefile"
24902 ALL_MAKEFILES="$ALL_MAKEFILES \\
24903 dlls/infosoft/tests/Makefile"
24904 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24905 infosoft/tests"
24906 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24907 dlls/infosoft/tests/Makefile: dlls/infosoft/tests/Makefile.in dlls/Maketest.rules"
24908 ac_config_files="$ac_config_files dlls/infosoft/tests/Makefile"
24910 ALL_MAKEFILES="$ALL_MAKEFILES \\
24911 dlls/initpki/Makefile"
24912 test "x$enable_initpki" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24913 initpki"
24914 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24915 dlls/initpki/Makefile: dlls/initpki/Makefile.in dlls/Makedll.rules"
24916 ac_config_files="$ac_config_files dlls/initpki/Makefile"
24918 ALL_MAKEFILES="$ALL_MAKEFILES \\
24919 dlls/inkobj/Makefile"
24920 test "x$enable_inkobj" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24921 inkobj"
24922 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24923 dlls/inkobj/Makefile: dlls/inkobj/Makefile.in dlls/Makedll.rules"
24924 ac_config_files="$ac_config_files dlls/inkobj/Makefile"
24926 ALL_MAKEFILES="$ALL_MAKEFILES \\
24927 dlls/inseng/Makefile"
24928 test "x$enable_inseng" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24929 inseng"
24930 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24931 dlls/inseng/Makefile: dlls/inseng/Makefile.in dlls/Makedll.rules"
24932 ac_config_files="$ac_config_files dlls/inseng/Makefile"
24934 ALL_MAKEFILES="$ALL_MAKEFILES \\
24935 dlls/iphlpapi/Makefile"
24936 test "x$enable_iphlpapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24937 iphlpapi"
24938 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24939 dlls/iphlpapi/Makefile: dlls/iphlpapi/Makefile.in dlls/Makedll.rules"
24940 ac_config_files="$ac_config_files dlls/iphlpapi/Makefile"
24942 ALL_MAKEFILES="$ALL_MAKEFILES \\
24943 dlls/iphlpapi/tests/Makefile"
24944 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24945 iphlpapi/tests"
24946 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24947 dlls/iphlpapi/tests/Makefile: dlls/iphlpapi/tests/Makefile.in dlls/Maketest.rules"
24948 ac_config_files="$ac_config_files dlls/iphlpapi/tests/Makefile"
24950 ALL_MAKEFILES="$ALL_MAKEFILES \\
24951 dlls/itircl/Makefile"
24952 test "x$enable_itircl" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24953 itircl"
24954 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24955 dlls/itircl/Makefile: dlls/itircl/Makefile.in dlls/Makedll.rules"
24956 ac_config_files="$ac_config_files dlls/itircl/Makefile"
24958 ALL_MAKEFILES="$ALL_MAKEFILES \\
24959 dlls/itss/Makefile"
24960 test "x$enable_itss" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24961 itss"
24962 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24963 dlls/itss/Makefile: dlls/itss/Makefile.in dlls/Makedll.rules"
24964 ac_config_files="$ac_config_files dlls/itss/Makefile"
24966 ALL_MAKEFILES="$ALL_MAKEFILES \\
24967 dlls/itss/tests/Makefile"
24968 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24969 itss/tests"
24970 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24971 dlls/itss/tests/Makefile: dlls/itss/tests/Makefile.in dlls/Maketest.rules"
24972 ac_config_files="$ac_config_files dlls/itss/tests/Makefile"
24974 ALL_MAKEFILES="$ALL_MAKEFILES \\
24975 dlls/jscript/Makefile"
24976 test "x$enable_jscript" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24977 jscript"
24978 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24979 dlls/jscript/Makefile: dlls/jscript/Makefile.in dlls/Makedll.rules"
24980 ac_config_files="$ac_config_files dlls/jscript/Makefile"
24982 ALL_MAKEFILES="$ALL_MAKEFILES \\
24983 dlls/jscript/tests/Makefile"
24984 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24985 jscript/tests"
24986 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24987 dlls/jscript/tests/Makefile: dlls/jscript/tests/Makefile.in dlls/Maketest.rules"
24988 ac_config_files="$ac_config_files dlls/jscript/tests/Makefile"
24990 ALL_MAKEFILES="$ALL_MAKEFILES \\
24991 dlls/kernel32/Makefile"
24992 test "x$enable_kernel32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24993 kernel32"
24994 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24995 dlls/kernel32/Makefile: dlls/kernel32/Makefile.in dlls/Makedll.rules"
24996 ac_config_files="$ac_config_files dlls/kernel32/Makefile"
24998 ALL_MAKEFILES="$ALL_MAKEFILES \\
24999 dlls/kernel32/tests/Makefile"
25000 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25001 kernel32/tests"
25002 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25003 dlls/kernel32/tests/Makefile: dlls/kernel32/tests/Makefile.in dlls/Maketest.rules"
25004 ac_config_files="$ac_config_files dlls/kernel32/tests/Makefile"
25006 ALL_MAKEFILES="$ALL_MAKEFILES \\
25007 dlls/localspl/Makefile"
25008 test "x$enable_localspl" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25009 localspl"
25010 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25011 dlls/localspl/Makefile: dlls/localspl/Makefile.in dlls/Makedll.rules"
25012 ac_config_files="$ac_config_files dlls/localspl/Makefile"
25014 ALL_MAKEFILES="$ALL_MAKEFILES \\
25015 dlls/localspl/tests/Makefile"
25016 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25017 localspl/tests"
25018 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25019 dlls/localspl/tests/Makefile: dlls/localspl/tests/Makefile.in dlls/Maketest.rules"
25020 ac_config_files="$ac_config_files dlls/localspl/tests/Makefile"
25022 ALL_MAKEFILES="$ALL_MAKEFILES \\
25023 dlls/localui/Makefile"
25024 test "x$enable_localui" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25025 localui"
25026 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25027 dlls/localui/Makefile: dlls/localui/Makefile.in dlls/Makedll.rules"
25028 ac_config_files="$ac_config_files dlls/localui/Makefile"
25030 ALL_MAKEFILES="$ALL_MAKEFILES \\
25031 dlls/localui/tests/Makefile"
25032 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25033 localui/tests"
25034 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25035 dlls/localui/tests/Makefile: dlls/localui/tests/Makefile.in dlls/Maketest.rules"
25036 ac_config_files="$ac_config_files dlls/localui/tests/Makefile"
25038 ALL_MAKEFILES="$ALL_MAKEFILES \\
25039 dlls/lz32/Makefile"
25040 test "x$enable_lz32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25041 lz32"
25042 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25043 dlls/lz32/Makefile: dlls/lz32/Makefile.in dlls/Makedll.rules"
25044 ac_config_files="$ac_config_files dlls/lz32/Makefile"
25046 ALL_MAKEFILES="$ALL_MAKEFILES \\
25047 dlls/lz32/tests/Makefile"
25048 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25049 lz32/tests"
25050 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25051 dlls/lz32/tests/Makefile: dlls/lz32/tests/Makefile.in dlls/Maketest.rules"
25052 ac_config_files="$ac_config_files dlls/lz32/tests/Makefile"
25054 ALL_MAKEFILES="$ALL_MAKEFILES \\
25055 dlls/mapi32/Makefile"
25056 test "x$enable_mapi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25057 mapi32"
25058 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25059 dlls/mapi32/Makefile: dlls/mapi32/Makefile.in dlls/Makedll.rules"
25060 ac_config_files="$ac_config_files dlls/mapi32/Makefile"
25062 ALL_MAKEFILES="$ALL_MAKEFILES \\
25063 dlls/mapi32/tests/Makefile"
25064 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25065 mapi32/tests"
25066 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25067 dlls/mapi32/tests/Makefile: dlls/mapi32/tests/Makefile.in dlls/Maketest.rules"
25068 ac_config_files="$ac_config_files dlls/mapi32/tests/Makefile"
25070 ALL_MAKEFILES="$ALL_MAKEFILES \\
25071 dlls/mciavi32/Makefile"
25072 test "x$enable_mciavi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25073 mciavi32"
25074 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25075 dlls/mciavi32/Makefile: dlls/mciavi32/Makefile.in dlls/Makedll.rules"
25076 ac_config_files="$ac_config_files dlls/mciavi32/Makefile"
25078 ALL_MAKEFILES="$ALL_MAKEFILES \\
25079 dlls/mcicda/Makefile"
25080 test "x$enable_mcicda" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25081 mcicda"
25082 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25083 dlls/mcicda/Makefile: dlls/mcicda/Makefile.in dlls/Makedll.rules"
25084 ac_config_files="$ac_config_files dlls/mcicda/Makefile"
25086 ALL_MAKEFILES="$ALL_MAKEFILES \\
25087 dlls/mciseq/Makefile"
25088 test "x$enable_mciseq" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25089 mciseq"
25090 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25091 dlls/mciseq/Makefile: dlls/mciseq/Makefile.in dlls/Makedll.rules"
25092 ac_config_files="$ac_config_files dlls/mciseq/Makefile"
25094 ALL_MAKEFILES="$ALL_MAKEFILES \\
25095 dlls/mciwave/Makefile"
25096 test "x$enable_mciwave" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25097 mciwave"
25098 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25099 dlls/mciwave/Makefile: dlls/mciwave/Makefile.in dlls/Makedll.rules"
25100 ac_config_files="$ac_config_files dlls/mciwave/Makefile"
25102 ALL_MAKEFILES="$ALL_MAKEFILES \\
25103 dlls/midimap/Makefile"
25104 test "x$enable_midimap" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25105 midimap"
25106 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25107 dlls/midimap/Makefile: dlls/midimap/Makefile.in dlls/Makedll.rules"
25108 ac_config_files="$ac_config_files dlls/midimap/Makefile"
25110 ALL_MAKEFILES="$ALL_MAKEFILES \\
25111 dlls/mlang/Makefile"
25112 test "x$enable_mlang" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25113 mlang"
25114 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25115 dlls/mlang/Makefile: dlls/mlang/Makefile.in dlls/Makedll.rules"
25116 ac_config_files="$ac_config_files dlls/mlang/Makefile"
25118 ALL_MAKEFILES="$ALL_MAKEFILES \\
25119 dlls/mlang/tests/Makefile"
25120 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25121 mlang/tests"
25122 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25123 dlls/mlang/tests/Makefile: dlls/mlang/tests/Makefile.in dlls/Maketest.rules"
25124 ac_config_files="$ac_config_files dlls/mlang/tests/Makefile"
25126 ALL_MAKEFILES="$ALL_MAKEFILES \\
25127 dlls/mmdevldr.vxd/Makefile"
25128 test "x$enable_mmdevldr_vxd" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25129 mmdevldr.vxd"
25130 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25131 dlls/mmdevldr.vxd/Makefile: dlls/mmdevldr.vxd/Makefile.in dlls/Makedll.rules"
25132 ac_config_files="$ac_config_files dlls/mmdevldr.vxd/Makefile"
25134 ALL_MAKEFILES="$ALL_MAKEFILES \\
25135 dlls/monodebg.vxd/Makefile"
25136 test "x$enable_monodebg_vxd" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25137 monodebg.vxd"
25138 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25139 dlls/monodebg.vxd/Makefile: dlls/monodebg.vxd/Makefile.in dlls/Makedll.rules"
25140 ac_config_files="$ac_config_files dlls/monodebg.vxd/Makefile"
25142 ALL_MAKEFILES="$ALL_MAKEFILES \\
25143 dlls/mountmgr.sys/Makefile"
25144 test "x$enable_mountmgr_sys" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25145 mountmgr.sys"
25146 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25147 dlls/mountmgr.sys/Makefile: dlls/mountmgr.sys/Makefile.in dlls/Makedll.rules"
25148 ac_config_files="$ac_config_files dlls/mountmgr.sys/Makefile"
25150 ALL_MAKEFILES="$ALL_MAKEFILES \\
25151 dlls/mpr/Makefile"
25152 test "x$enable_mpr" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25153 mpr"
25154 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25155 dlls/mpr/Makefile: dlls/mpr/Makefile.in dlls/Makedll.rules"
25156 ac_config_files="$ac_config_files dlls/mpr/Makefile"
25158 ALL_MAKEFILES="$ALL_MAKEFILES \\
25159 dlls/mprapi/Makefile"
25160 test "x$enable_mprapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25161 mprapi"
25162 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25163 dlls/mprapi/Makefile: dlls/mprapi/Makefile.in dlls/Makedll.rules"
25164 ac_config_files="$ac_config_files dlls/mprapi/Makefile"
25166 ALL_MAKEFILES="$ALL_MAKEFILES \\
25167 dlls/msacm32.drv/Makefile"
25168 test "x$enable_msacm32_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25169 msacm32.drv"
25170 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25171 dlls/msacm32.drv/Makefile: dlls/msacm32.drv/Makefile.in dlls/Makedll.rules"
25172 ac_config_files="$ac_config_files dlls/msacm32.drv/Makefile"
25174 ALL_MAKEFILES="$ALL_MAKEFILES \\
25175 dlls/msacm32/Makefile"
25176 test "x$enable_msacm32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25177 msacm32"
25178 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25179 dlls/msacm32/Makefile: dlls/msacm32/Makefile.in dlls/Makedll.rules"
25180 ac_config_files="$ac_config_files dlls/msacm32/Makefile"
25182 ALL_MAKEFILES="$ALL_MAKEFILES \\
25183 dlls/msacm32/tests/Makefile"
25184 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25185 msacm32/tests"
25186 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25187 dlls/msacm32/tests/Makefile: dlls/msacm32/tests/Makefile.in dlls/Maketest.rules"
25188 ac_config_files="$ac_config_files dlls/msacm32/tests/Makefile"
25190 ALL_MAKEFILES="$ALL_MAKEFILES \\
25191 dlls/msadp32.acm/Makefile"
25192 test "x$enable_msadp32_acm" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25193 msadp32.acm"
25194 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25195 dlls/msadp32.acm/Makefile: dlls/msadp32.acm/Makefile.in dlls/Makedll.rules"
25196 ac_config_files="$ac_config_files dlls/msadp32.acm/Makefile"
25198 ALL_MAKEFILES="$ALL_MAKEFILES \\
25199 dlls/mscat32/Makefile"
25200 test "x$enable_mscat32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25201 mscat32"
25202 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25203 dlls/mscat32/Makefile: dlls/mscat32/Makefile.in dlls/Makedll.rules"
25204 ac_config_files="$ac_config_files dlls/mscat32/Makefile"
25206 ALL_MAKEFILES="$ALL_MAKEFILES \\
25207 dlls/mscms/Makefile"
25208 test "x$enable_mscms" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25209 mscms"
25210 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25211 dlls/mscms/Makefile: dlls/mscms/Makefile.in dlls/Makedll.rules"
25212 ac_config_files="$ac_config_files dlls/mscms/Makefile"
25214 ALL_MAKEFILES="$ALL_MAKEFILES \\
25215 dlls/mscms/tests/Makefile"
25216 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25217 mscms/tests"
25218 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25219 dlls/mscms/tests/Makefile: dlls/mscms/tests/Makefile.in dlls/Maketest.rules"
25220 ac_config_files="$ac_config_files dlls/mscms/tests/Makefile"
25222 ALL_MAKEFILES="$ALL_MAKEFILES \\
25223 dlls/mscoree/Makefile"
25224 test "x$enable_mscoree" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25225 mscoree"
25226 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25227 dlls/mscoree/Makefile: dlls/mscoree/Makefile.in dlls/Makedll.rules"
25228 ac_config_files="$ac_config_files dlls/mscoree/Makefile"
25230 ALL_MAKEFILES="$ALL_MAKEFILES \\
25231 dlls/msdmo/Makefile"
25232 test "x$enable_msdmo" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25233 msdmo"
25234 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25235 dlls/msdmo/Makefile: dlls/msdmo/Makefile.in dlls/Makedll.rules"
25236 ac_config_files="$ac_config_files dlls/msdmo/Makefile"
25238 ALL_MAKEFILES="$ALL_MAKEFILES \\
25239 dlls/msftedit/Makefile"
25240 test "x$enable_msftedit" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25241 msftedit"
25242 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25243 dlls/msftedit/Makefile: dlls/msftedit/Makefile.in dlls/Makedll.rules"
25244 ac_config_files="$ac_config_files dlls/msftedit/Makefile"
25246 ALL_MAKEFILES="$ALL_MAKEFILES \\
25247 dlls/msg711.acm/Makefile"
25248 test "x$enable_msg711_acm" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25249 msg711.acm"
25250 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25251 dlls/msg711.acm/Makefile: dlls/msg711.acm/Makefile.in dlls/Makedll.rules"
25252 ac_config_files="$ac_config_files dlls/msg711.acm/Makefile"
25254 ALL_MAKEFILES="$ALL_MAKEFILES \\
25255 dlls/mshtml.tlb/Makefile"
25256 test "x$enable_mshtml_tlb" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25257 mshtml.tlb"
25258 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25259 dlls/mshtml.tlb/Makefile: dlls/mshtml.tlb/Makefile.in dlls/Makedll.rules"
25260 ac_config_files="$ac_config_files dlls/mshtml.tlb/Makefile"
25262 ALL_MAKEFILES="$ALL_MAKEFILES \\
25263 dlls/mshtml/Makefile"
25264 test "x$enable_mshtml" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25265 mshtml"
25266 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25267 dlls/mshtml/Makefile: dlls/mshtml/Makefile.in dlls/Makedll.rules"
25268 ac_config_files="$ac_config_files dlls/mshtml/Makefile"
25270 ALL_MAKEFILES="$ALL_MAKEFILES \\
25271 dlls/mshtml/tests/Makefile"
25272 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25273 mshtml/tests"
25274 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25275 dlls/mshtml/tests/Makefile: dlls/mshtml/tests/Makefile.in dlls/Maketest.rules"
25276 ac_config_files="$ac_config_files dlls/mshtml/tests/Makefile"
25278 ALL_MAKEFILES="$ALL_MAKEFILES \\
25279 dlls/msi/Makefile"
25280 test "x$enable_msi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25281 msi"
25282 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25283 dlls/msi/Makefile: dlls/msi/Makefile.in dlls/Makedll.rules"
25284 ac_config_files="$ac_config_files dlls/msi/Makefile"
25286 ALL_MAKEFILES="$ALL_MAKEFILES \\
25287 dlls/msi/tests/Makefile"
25288 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25289 msi/tests"
25290 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25291 dlls/msi/tests/Makefile: dlls/msi/tests/Makefile.in dlls/Maketest.rules"
25292 ac_config_files="$ac_config_files dlls/msi/tests/Makefile"
25294 ALL_MAKEFILES="$ALL_MAKEFILES \\
25295 dlls/msimg32/Makefile"
25296 test "x$enable_msimg32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25297 msimg32"
25298 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25299 dlls/msimg32/Makefile: dlls/msimg32/Makefile.in dlls/Makedll.rules"
25300 ac_config_files="$ac_config_files dlls/msimg32/Makefile"
25302 ALL_MAKEFILES="$ALL_MAKEFILES \\
25303 dlls/msimtf/Makefile"
25304 test "x$enable_msimtf" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25305 msimtf"
25306 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25307 dlls/msimtf/Makefile: dlls/msimtf/Makefile.in dlls/Makedll.rules"
25308 ac_config_files="$ac_config_files dlls/msimtf/Makefile"
25310 ALL_MAKEFILES="$ALL_MAKEFILES \\
25311 dlls/msisip/Makefile"
25312 test "x$enable_msisip" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25313 msisip"
25314 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25315 dlls/msisip/Makefile: dlls/msisip/Makefile.in dlls/Makedll.rules"
25316 ac_config_files="$ac_config_files dlls/msisip/Makefile"
25318 ALL_MAKEFILES="$ALL_MAKEFILES \\
25319 dlls/msisys.ocx/Makefile"
25320 test "x$enable_msisys_ocx" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25321 msisys.ocx"
25322 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25323 dlls/msisys.ocx/Makefile: dlls/msisys.ocx/Makefile.in dlls/Makedll.rules"
25324 ac_config_files="$ac_config_files dlls/msisys.ocx/Makefile"
25326 ALL_MAKEFILES="$ALL_MAKEFILES \\
25327 dlls/msnet32/Makefile"
25328 test "x$enable_msnet32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25329 msnet32"
25330 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25331 dlls/msnet32/Makefile: dlls/msnet32/Makefile.in dlls/Makedll.rules"
25332 ac_config_files="$ac_config_files dlls/msnet32/Makefile"
25334 ALL_MAKEFILES="$ALL_MAKEFILES \\
25335 dlls/msrle32/Makefile"
25336 test "x$enable_msrle32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25337 msrle32"
25338 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25339 dlls/msrle32/Makefile: dlls/msrle32/Makefile.in dlls/Makedll.rules"
25340 ac_config_files="$ac_config_files dlls/msrle32/Makefile"
25342 ALL_MAKEFILES="$ALL_MAKEFILES \\
25343 dlls/mssip32/Makefile"
25344 test "x$enable_mssip32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25345 mssip32"
25346 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25347 dlls/mssip32/Makefile: dlls/mssip32/Makefile.in dlls/Makedll.rules"
25348 ac_config_files="$ac_config_files dlls/mssip32/Makefile"
25350 ALL_MAKEFILES="$ALL_MAKEFILES \\
25351 dlls/mstask/Makefile"
25352 test "x$enable_mstask" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25353 mstask"
25354 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25355 dlls/mstask/Makefile: dlls/mstask/Makefile.in dlls/Makedll.rules"
25356 ac_config_files="$ac_config_files dlls/mstask/Makefile"
25358 ALL_MAKEFILES="$ALL_MAKEFILES \\
25359 dlls/mstask/tests/Makefile"
25360 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25361 mstask/tests"
25362 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25363 dlls/mstask/tests/Makefile: dlls/mstask/tests/Makefile.in dlls/Maketest.rules"
25364 ac_config_files="$ac_config_files dlls/mstask/tests/Makefile"
25366 ALL_MAKEFILES="$ALL_MAKEFILES \\
25367 dlls/msvcirt/Makefile"
25368 test "x$enable_msvcirt" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25369 msvcirt"
25370 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25371 dlls/msvcirt/Makefile: dlls/msvcirt/Makefile.in dlls/Makedll.rules"
25372 ac_config_files="$ac_config_files dlls/msvcirt/Makefile"
25374 ALL_MAKEFILES="$ALL_MAKEFILES \\
25375 dlls/msvcr71/Makefile"
25376 test "x$enable_msvcr71" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25377 msvcr71"
25378 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25379 dlls/msvcr71/Makefile: dlls/msvcr71/Makefile.in dlls/Makedll.rules"
25380 ac_config_files="$ac_config_files dlls/msvcr71/Makefile"
25382 ALL_MAKEFILES="$ALL_MAKEFILES \\
25383 dlls/msvcrt/Makefile"
25384 test "x$enable_msvcrt" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25385 msvcrt"
25386 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25387 dlls/msvcrt/Makefile: dlls/msvcrt/Makefile.in dlls/Makedll.rules"
25388 ac_config_files="$ac_config_files dlls/msvcrt/Makefile"
25390 ALL_MAKEFILES="$ALL_MAKEFILES \\
25391 dlls/msvcrt/tests/Makefile"
25392 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25393 msvcrt/tests"
25394 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25395 dlls/msvcrt/tests/Makefile: dlls/msvcrt/tests/Makefile.in dlls/Maketest.rules"
25396 ac_config_files="$ac_config_files dlls/msvcrt/tests/Makefile"
25398 ALL_MAKEFILES="$ALL_MAKEFILES \\
25399 dlls/msvcrt20/Makefile"
25400 test "x$enable_msvcrt20" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25401 msvcrt20"
25402 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25403 dlls/msvcrt20/Makefile: dlls/msvcrt20/Makefile.in dlls/Makedll.rules"
25404 ac_config_files="$ac_config_files dlls/msvcrt20/Makefile"
25406 ALL_MAKEFILES="$ALL_MAKEFILES \\
25407 dlls/msvcrt40/Makefile"
25408 test "x$enable_msvcrt40" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25409 msvcrt40"
25410 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25411 dlls/msvcrt40/Makefile: dlls/msvcrt40/Makefile.in dlls/Makedll.rules"
25412 ac_config_files="$ac_config_files dlls/msvcrt40/Makefile"
25414 ALL_MAKEFILES="$ALL_MAKEFILES \\
25415 dlls/msvcrtd/Makefile"
25416 test "x$enable_msvcrtd" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25417 msvcrtd"
25418 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25419 dlls/msvcrtd/Makefile: dlls/msvcrtd/Makefile.in dlls/Makedll.rules"
25420 ac_config_files="$ac_config_files dlls/msvcrtd/Makefile"
25422 ALL_MAKEFILES="$ALL_MAKEFILES \\
25423 dlls/msvcrtd/tests/Makefile"
25424 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25425 msvcrtd/tests"
25426 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25427 dlls/msvcrtd/tests/Makefile: dlls/msvcrtd/tests/Makefile.in dlls/Maketest.rules"
25428 ac_config_files="$ac_config_files dlls/msvcrtd/tests/Makefile"
25430 ALL_MAKEFILES="$ALL_MAKEFILES \\
25431 dlls/msvfw32/Makefile"
25432 test "x$enable_msvfw32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25433 msvfw32"
25434 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25435 dlls/msvfw32/Makefile: dlls/msvfw32/Makefile.in dlls/Makedll.rules"
25436 ac_config_files="$ac_config_files dlls/msvfw32/Makefile"
25438 ALL_MAKEFILES="$ALL_MAKEFILES \\
25439 dlls/msvfw32/tests/Makefile"
25440 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25441 msvfw32/tests"
25442 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25443 dlls/msvfw32/tests/Makefile: dlls/msvfw32/tests/Makefile.in dlls/Maketest.rules"
25444 ac_config_files="$ac_config_files dlls/msvfw32/tests/Makefile"
25446 ALL_MAKEFILES="$ALL_MAKEFILES \\
25447 dlls/msvidc32/Makefile"
25448 test "x$enable_msvidc32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25449 msvidc32"
25450 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25451 dlls/msvidc32/Makefile: dlls/msvidc32/Makefile.in dlls/Makedll.rules"
25452 ac_config_files="$ac_config_files dlls/msvidc32/Makefile"
25454 ALL_MAKEFILES="$ALL_MAKEFILES \\
25455 dlls/mswsock/Makefile"
25456 test "x$enable_mswsock" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25457 mswsock"
25458 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25459 dlls/mswsock/Makefile: dlls/mswsock/Makefile.in dlls/Makedll.rules"
25460 ac_config_files="$ac_config_files dlls/mswsock/Makefile"
25462 ALL_MAKEFILES="$ALL_MAKEFILES \\
25463 dlls/msxml3/Makefile"
25464 test "x$enable_msxml3" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25465 msxml3"
25466 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25467 dlls/msxml3/Makefile: dlls/msxml3/Makefile.in dlls/Makedll.rules"
25468 ac_config_files="$ac_config_files dlls/msxml3/Makefile"
25470 ALL_MAKEFILES="$ALL_MAKEFILES \\
25471 dlls/msxml3/tests/Makefile"
25472 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25473 msxml3/tests"
25474 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25475 dlls/msxml3/tests/Makefile: dlls/msxml3/tests/Makefile.in dlls/Maketest.rules"
25476 ac_config_files="$ac_config_files dlls/msxml3/tests/Makefile"
25478 ALL_MAKEFILES="$ALL_MAKEFILES \\
25479 dlls/nddeapi/Makefile"
25480 test "x$enable_nddeapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25481 nddeapi"
25482 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25483 dlls/nddeapi/Makefile: dlls/nddeapi/Makefile.in dlls/Makedll.rules"
25484 ac_config_files="$ac_config_files dlls/nddeapi/Makefile"
25486 ALL_MAKEFILES="$ALL_MAKEFILES \\
25487 dlls/netapi32/Makefile"
25488 test "x$enable_netapi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25489 netapi32"
25490 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25491 dlls/netapi32/Makefile: dlls/netapi32/Makefile.in dlls/Makedll.rules"
25492 ac_config_files="$ac_config_files dlls/netapi32/Makefile"
25494 ALL_MAKEFILES="$ALL_MAKEFILES \\
25495 dlls/netapi32/tests/Makefile"
25496 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25497 netapi32/tests"
25498 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25499 dlls/netapi32/tests/Makefile: dlls/netapi32/tests/Makefile.in dlls/Maketest.rules"
25500 ac_config_files="$ac_config_files dlls/netapi32/tests/Makefile"
25502 ALL_MAKEFILES="$ALL_MAKEFILES \\
25503 dlls/newdev/Makefile"
25504 test "x$enable_newdev" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25505 newdev"
25506 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25507 dlls/newdev/Makefile: dlls/newdev/Makefile.in dlls/Makedll.rules"
25508 ac_config_files="$ac_config_files dlls/newdev/Makefile"
25510 ALL_MAKEFILES="$ALL_MAKEFILES \\
25511 dlls/ntdll/Makefile"
25512 test "x$enable_ntdll" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25513 ntdll"
25514 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25515 dlls/ntdll/Makefile: dlls/ntdll/Makefile.in dlls/Makedll.rules"
25516 ac_config_files="$ac_config_files dlls/ntdll/Makefile"
25518 ALL_MAKEFILES="$ALL_MAKEFILES \\
25519 dlls/ntdll/tests/Makefile"
25520 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25521 ntdll/tests"
25522 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25523 dlls/ntdll/tests/Makefile: dlls/ntdll/tests/Makefile.in dlls/Maketest.rules"
25524 ac_config_files="$ac_config_files dlls/ntdll/tests/Makefile"
25526 ALL_MAKEFILES="$ALL_MAKEFILES \\
25527 dlls/ntdsapi/Makefile"
25528 test "x$enable_ntdsapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25529 ntdsapi"
25530 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25531 dlls/ntdsapi/Makefile: dlls/ntdsapi/Makefile.in dlls/Makedll.rules"
25532 ac_config_files="$ac_config_files dlls/ntdsapi/Makefile"
25534 ALL_MAKEFILES="$ALL_MAKEFILES \\
25535 dlls/ntdsapi/tests/Makefile"
25536 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25537 ntdsapi/tests"
25538 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25539 dlls/ntdsapi/tests/Makefile: dlls/ntdsapi/tests/Makefile.in dlls/Maketest.rules"
25540 ac_config_files="$ac_config_files dlls/ntdsapi/tests/Makefile"
25542 ALL_MAKEFILES="$ALL_MAKEFILES \\
25543 dlls/ntoskrnl.exe/Makefile"
25544 test "x$enable_ntoskrnl_exe" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25545 ntoskrnl.exe"
25546 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25547 dlls/ntoskrnl.exe/Makefile: dlls/ntoskrnl.exe/Makefile.in dlls/Makedll.rules"
25548 ac_config_files="$ac_config_files dlls/ntoskrnl.exe/Makefile"
25550 ALL_MAKEFILES="$ALL_MAKEFILES \\
25551 dlls/ntprint/Makefile"
25552 test "x$enable_ntprint" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25553 ntprint"
25554 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25555 dlls/ntprint/Makefile: dlls/ntprint/Makefile.in dlls/Makedll.rules"
25556 ac_config_files="$ac_config_files dlls/ntprint/Makefile"
25558 ALL_MAKEFILES="$ALL_MAKEFILES \\
25559 dlls/ntprint/tests/Makefile"
25560 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25561 ntprint/tests"
25562 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25563 dlls/ntprint/tests/Makefile: dlls/ntprint/tests/Makefile.in dlls/Maketest.rules"
25564 ac_config_files="$ac_config_files dlls/ntprint/tests/Makefile"
25566 ALL_MAKEFILES="$ALL_MAKEFILES \\
25567 dlls/objsel/Makefile"
25568 test "x$enable_objsel" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25569 objsel"
25570 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25571 dlls/objsel/Makefile: dlls/objsel/Makefile.in dlls/Makedll.rules"
25572 ac_config_files="$ac_config_files dlls/objsel/Makefile"
25574 ALL_MAKEFILES="$ALL_MAKEFILES \\
25575 dlls/odbc32/Makefile"
25576 test "x$enable_odbc32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25577 odbc32"
25578 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25579 dlls/odbc32/Makefile: dlls/odbc32/Makefile.in dlls/Makedll.rules"
25580 ac_config_files="$ac_config_files dlls/odbc32/Makefile"
25582 ALL_MAKEFILES="$ALL_MAKEFILES \\
25583 dlls/odbccp32/Makefile"
25584 test "x$enable_odbccp32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25585 odbccp32"
25586 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25587 dlls/odbccp32/Makefile: dlls/odbccp32/Makefile.in dlls/Makedll.rules"
25588 ac_config_files="$ac_config_files dlls/odbccp32/Makefile"
25590 ALL_MAKEFILES="$ALL_MAKEFILES \\
25591 dlls/odbccp32/tests/Makefile"
25592 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25593 odbccp32/tests"
25594 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25595 dlls/odbccp32/tests/Makefile: dlls/odbccp32/tests/Makefile.in dlls/Maketest.rules"
25596 ac_config_files="$ac_config_files dlls/odbccp32/tests/Makefile"
25598 ALL_MAKEFILES="$ALL_MAKEFILES \\
25599 dlls/ole32/Makefile"
25600 test "x$enable_ole32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25601 ole32"
25602 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25603 dlls/ole32/Makefile: dlls/ole32/Makefile.in dlls/Makedll.rules"
25604 ac_config_files="$ac_config_files dlls/ole32/Makefile"
25606 ALL_MAKEFILES="$ALL_MAKEFILES \\
25607 dlls/ole32/tests/Makefile"
25608 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25609 ole32/tests"
25610 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25611 dlls/ole32/tests/Makefile: dlls/ole32/tests/Makefile.in dlls/Maketest.rules"
25612 ac_config_files="$ac_config_files dlls/ole32/tests/Makefile"
25614 ALL_MAKEFILES="$ALL_MAKEFILES \\
25615 dlls/oleacc/Makefile"
25616 test "x$enable_oleacc" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25617 oleacc"
25618 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25619 dlls/oleacc/Makefile: dlls/oleacc/Makefile.in dlls/Makedll.rules"
25620 ac_config_files="$ac_config_files dlls/oleacc/Makefile"
25622 ALL_MAKEFILES="$ALL_MAKEFILES \\
25623 dlls/oleacc/tests/Makefile"
25624 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25625 oleacc/tests"
25626 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25627 dlls/oleacc/tests/Makefile: dlls/oleacc/tests/Makefile.in dlls/Maketest.rules"
25628 ac_config_files="$ac_config_files dlls/oleacc/tests/Makefile"
25630 ALL_MAKEFILES="$ALL_MAKEFILES \\
25631 dlls/oleaut32/Makefile"
25632 test "x$enable_oleaut32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25633 oleaut32"
25634 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25635 dlls/oleaut32/Makefile: dlls/oleaut32/Makefile.in dlls/Makedll.rules"
25636 ac_config_files="$ac_config_files dlls/oleaut32/Makefile"
25638 ALL_MAKEFILES="$ALL_MAKEFILES \\
25639 dlls/oleaut32/tests/Makefile"
25640 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25641 oleaut32/tests"
25642 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25643 dlls/oleaut32/tests/Makefile: dlls/oleaut32/tests/Makefile.in dlls/Maketest.rules"
25644 ac_config_files="$ac_config_files dlls/oleaut32/tests/Makefile"
25646 ALL_MAKEFILES="$ALL_MAKEFILES \\
25647 dlls/olecli32/Makefile"
25648 test "x$enable_olecli32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25649 olecli32"
25650 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25651 dlls/olecli32/Makefile: dlls/olecli32/Makefile.in dlls/Makedll.rules"
25652 ac_config_files="$ac_config_files dlls/olecli32/Makefile"
25654 ALL_MAKEFILES="$ALL_MAKEFILES \\
25655 dlls/oledlg/Makefile"
25656 test "x$enable_oledlg" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25657 oledlg"
25658 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25659 dlls/oledlg/Makefile: dlls/oledlg/Makefile.in dlls/Makedll.rules"
25660 ac_config_files="$ac_config_files dlls/oledlg/Makefile"
25662 ALL_MAKEFILES="$ALL_MAKEFILES \\
25663 dlls/olepro32/Makefile"
25664 test "x$enable_olepro32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25665 olepro32"
25666 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25667 dlls/olepro32/Makefile: dlls/olepro32/Makefile.in dlls/Makedll.rules"
25668 ac_config_files="$ac_config_files dlls/olepro32/Makefile"
25670 ALL_MAKEFILES="$ALL_MAKEFILES \\
25671 dlls/olesvr32/Makefile"
25672 test "x$enable_olesvr32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25673 olesvr32"
25674 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25675 dlls/olesvr32/Makefile: dlls/olesvr32/Makefile.in dlls/Makedll.rules"
25676 ac_config_files="$ac_config_files dlls/olesvr32/Makefile"
25678 ALL_MAKEFILES="$ALL_MAKEFILES \\
25679 dlls/olethk32/Makefile"
25680 test "x$enable_olethk32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25681 olethk32"
25682 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25683 dlls/olethk32/Makefile: dlls/olethk32/Makefile.in dlls/Makedll.rules"
25684 ac_config_files="$ac_config_files dlls/olethk32/Makefile"
25686 ALL_MAKEFILES="$ALL_MAKEFILES \\
25687 dlls/opengl32/Makefile"
25688 test "x$enable_opengl32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25689 opengl32"
25690 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25691 dlls/opengl32/Makefile: dlls/opengl32/Makefile.in dlls/Makedll.rules"
25692 ac_config_files="$ac_config_files dlls/opengl32/Makefile"
25694 ALL_MAKEFILES="$ALL_MAKEFILES \\
25695 dlls/opengl32/tests/Makefile"
25696 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25697 opengl32/tests"
25698 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25699 dlls/opengl32/tests/Makefile: dlls/opengl32/tests/Makefile.in dlls/Maketest.rules"
25700 ac_config_files="$ac_config_files dlls/opengl32/tests/Makefile"
25702 ALL_MAKEFILES="$ALL_MAKEFILES \\
25703 dlls/pdh/Makefile"
25704 test "x$enable_pdh" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25705 pdh"
25706 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25707 dlls/pdh/Makefile: dlls/pdh/Makefile.in dlls/Makedll.rules"
25708 ac_config_files="$ac_config_files dlls/pdh/Makefile"
25710 ALL_MAKEFILES="$ALL_MAKEFILES \\
25711 dlls/pdh/tests/Makefile"
25712 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25713 pdh/tests"
25714 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25715 dlls/pdh/tests/Makefile: dlls/pdh/tests/Makefile.in dlls/Maketest.rules"
25716 ac_config_files="$ac_config_files dlls/pdh/tests/Makefile"
25718 ALL_MAKEFILES="$ALL_MAKEFILES \\
25719 dlls/pidgen/Makefile"
25720 test "x$enable_pidgen" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25721 pidgen"
25722 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25723 dlls/pidgen/Makefile: dlls/pidgen/Makefile.in dlls/Makedll.rules"
25724 ac_config_files="$ac_config_files dlls/pidgen/Makefile"
25726 ALL_MAKEFILES="$ALL_MAKEFILES \\
25727 dlls/powrprof/Makefile"
25728 test "x$enable_powrprof" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25729 powrprof"
25730 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25731 dlls/powrprof/Makefile: dlls/powrprof/Makefile.in dlls/Makedll.rules"
25732 ac_config_files="$ac_config_files dlls/powrprof/Makefile"
25734 ALL_MAKEFILES="$ALL_MAKEFILES \\
25735 dlls/printui/Makefile"
25736 test "x$enable_printui" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25737 printui"
25738 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25739 dlls/printui/Makefile: dlls/printui/Makefile.in dlls/Makedll.rules"
25740 ac_config_files="$ac_config_files dlls/printui/Makefile"
25742 ALL_MAKEFILES="$ALL_MAKEFILES \\
25743 dlls/propsys/Makefile"
25744 test "x$enable_propsys" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25745 propsys"
25746 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25747 dlls/propsys/Makefile: dlls/propsys/Makefile.in dlls/Makedll.rules"
25748 ac_config_files="$ac_config_files dlls/propsys/Makefile"
25750 ALL_MAKEFILES="$ALL_MAKEFILES \\
25751 dlls/psapi/Makefile"
25752 test "x$enable_psapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25753 psapi"
25754 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25755 dlls/psapi/Makefile: dlls/psapi/Makefile.in dlls/Makedll.rules"
25756 ac_config_files="$ac_config_files dlls/psapi/Makefile"
25758 ALL_MAKEFILES="$ALL_MAKEFILES \\
25759 dlls/psapi/tests/Makefile"
25760 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25761 psapi/tests"
25762 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25763 dlls/psapi/tests/Makefile: dlls/psapi/tests/Makefile.in dlls/Maketest.rules"
25764 ac_config_files="$ac_config_files dlls/psapi/tests/Makefile"
25766 ALL_MAKEFILES="$ALL_MAKEFILES \\
25767 dlls/pstorec/Makefile"
25768 test "x$enable_pstorec" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25769 pstorec"
25770 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25771 dlls/pstorec/Makefile: dlls/pstorec/Makefile.in dlls/Makedll.rules"
25772 ac_config_files="$ac_config_files dlls/pstorec/Makefile"
25774 ALL_MAKEFILES="$ALL_MAKEFILES \\
25775 dlls/qcap/Makefile"
25776 test "x$enable_qcap" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25777 qcap"
25778 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25779 dlls/qcap/Makefile: dlls/qcap/Makefile.in dlls/Makedll.rules"
25780 ac_config_files="$ac_config_files dlls/qcap/Makefile"
25782 ALL_MAKEFILES="$ALL_MAKEFILES \\
25783 dlls/qedit/Makefile"
25784 test "x$enable_qedit" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25785 qedit"
25786 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25787 dlls/qedit/Makefile: dlls/qedit/Makefile.in dlls/Makedll.rules"
25788 ac_config_files="$ac_config_files dlls/qedit/Makefile"
25790 ALL_MAKEFILES="$ALL_MAKEFILES \\
25791 dlls/qedit/tests/Makefile"
25792 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25793 qedit/tests"
25794 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25795 dlls/qedit/tests/Makefile: dlls/qedit/tests/Makefile.in dlls/Maketest.rules"
25796 ac_config_files="$ac_config_files dlls/qedit/tests/Makefile"
25798 ALL_MAKEFILES="$ALL_MAKEFILES \\
25799 dlls/qmgr/Makefile"
25800 test "x$enable_qmgr" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25801 qmgr"
25802 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25803 dlls/qmgr/Makefile: dlls/qmgr/Makefile.in dlls/Makedll.rules"
25804 ac_config_files="$ac_config_files dlls/qmgr/Makefile"
25806 ALL_MAKEFILES="$ALL_MAKEFILES \\
25807 dlls/qmgr/tests/Makefile"
25808 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25809 qmgr/tests"
25810 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25811 dlls/qmgr/tests/Makefile: dlls/qmgr/tests/Makefile.in dlls/Maketest.rules"
25812 ac_config_files="$ac_config_files dlls/qmgr/tests/Makefile"
25814 ALL_MAKEFILES="$ALL_MAKEFILES \\
25815 dlls/qmgrprxy/Makefile"
25816 test "x$enable_qmgrprxy" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25817 qmgrprxy"
25818 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25819 dlls/qmgrprxy/Makefile: dlls/qmgrprxy/Makefile.in dlls/Makedll.rules"
25820 ac_config_files="$ac_config_files dlls/qmgrprxy/Makefile"
25822 ALL_MAKEFILES="$ALL_MAKEFILES \\
25823 dlls/quartz/Makefile"
25824 test "x$enable_quartz" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25825 quartz"
25826 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25827 dlls/quartz/Makefile: dlls/quartz/Makefile.in dlls/Makedll.rules"
25828 ac_config_files="$ac_config_files dlls/quartz/Makefile"
25830 ALL_MAKEFILES="$ALL_MAKEFILES \\
25831 dlls/quartz/tests/Makefile"
25832 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25833 quartz/tests"
25834 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25835 dlls/quartz/tests/Makefile: dlls/quartz/tests/Makefile.in dlls/Maketest.rules"
25836 ac_config_files="$ac_config_files dlls/quartz/tests/Makefile"
25838 ALL_MAKEFILES="$ALL_MAKEFILES \\
25839 dlls/query/Makefile"
25840 test "x$enable_query" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25841 query"
25842 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25843 dlls/query/Makefile: dlls/query/Makefile.in dlls/Makedll.rules"
25844 ac_config_files="$ac_config_files dlls/query/Makefile"
25846 ALL_MAKEFILES="$ALL_MAKEFILES \\
25847 dlls/rasapi32/Makefile"
25848 test "x$enable_rasapi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25849 rasapi32"
25850 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25851 dlls/rasapi32/Makefile: dlls/rasapi32/Makefile.in dlls/Makedll.rules"
25852 ac_config_files="$ac_config_files dlls/rasapi32/Makefile"
25854 ALL_MAKEFILES="$ALL_MAKEFILES \\
25855 dlls/rasapi32/tests/Makefile"
25856 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25857 rasapi32/tests"
25858 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25859 dlls/rasapi32/tests/Makefile: dlls/rasapi32/tests/Makefile.in dlls/Maketest.rules"
25860 ac_config_files="$ac_config_files dlls/rasapi32/tests/Makefile"
25862 ALL_MAKEFILES="$ALL_MAKEFILES \\
25863 dlls/resutils/Makefile"
25864 test "x$enable_resutils" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25865 resutils"
25866 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25867 dlls/resutils/Makefile: dlls/resutils/Makefile.in dlls/Makedll.rules"
25868 ac_config_files="$ac_config_files dlls/resutils/Makefile"
25870 ALL_MAKEFILES="$ALL_MAKEFILES \\
25871 dlls/riched20/Makefile"
25872 test "x$enable_riched20" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25873 riched20"
25874 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25875 dlls/riched20/Makefile: dlls/riched20/Makefile.in dlls/Makedll.rules"
25876 ac_config_files="$ac_config_files dlls/riched20/Makefile"
25878 ALL_MAKEFILES="$ALL_MAKEFILES \\
25879 dlls/riched20/tests/Makefile"
25880 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25881 riched20/tests"
25882 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25883 dlls/riched20/tests/Makefile: dlls/riched20/tests/Makefile.in dlls/Maketest.rules"
25884 ac_config_files="$ac_config_files dlls/riched20/tests/Makefile"
25886 ALL_MAKEFILES="$ALL_MAKEFILES \\
25887 dlls/riched32/Makefile"
25888 test "x$enable_riched32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25889 riched32"
25890 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25891 dlls/riched32/Makefile: dlls/riched32/Makefile.in dlls/Makedll.rules"
25892 ac_config_files="$ac_config_files dlls/riched32/Makefile"
25894 ALL_MAKEFILES="$ALL_MAKEFILES \\
25895 dlls/riched32/tests/Makefile"
25896 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25897 riched32/tests"
25898 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25899 dlls/riched32/tests/Makefile: dlls/riched32/tests/Makefile.in dlls/Maketest.rules"
25900 ac_config_files="$ac_config_files dlls/riched32/tests/Makefile"
25902 ALL_MAKEFILES="$ALL_MAKEFILES \\
25903 dlls/rpcrt4/Makefile"
25904 test "x$enable_rpcrt4" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25905 rpcrt4"
25906 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25907 dlls/rpcrt4/Makefile: dlls/rpcrt4/Makefile.in dlls/Makedll.rules"
25908 ac_config_files="$ac_config_files dlls/rpcrt4/Makefile"
25910 ALL_MAKEFILES="$ALL_MAKEFILES \\
25911 dlls/rpcrt4/tests/Makefile"
25912 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25913 rpcrt4/tests"
25914 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25915 dlls/rpcrt4/tests/Makefile: dlls/rpcrt4/tests/Makefile.in dlls/Maketest.rules"
25916 ac_config_files="$ac_config_files dlls/rpcrt4/tests/Makefile"
25918 ALL_MAKEFILES="$ALL_MAKEFILES \\
25919 dlls/rsabase/Makefile"
25920 test "x$enable_rsabase" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25921 rsabase"
25922 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25923 dlls/rsabase/Makefile: dlls/rsabase/Makefile.in dlls/Makedll.rules"
25924 ac_config_files="$ac_config_files dlls/rsabase/Makefile"
25926 ALL_MAKEFILES="$ALL_MAKEFILES \\
25927 dlls/rsaenh/Makefile"
25928 test "x$enable_rsaenh" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25929 rsaenh"
25930 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25931 dlls/rsaenh/Makefile: dlls/rsaenh/Makefile.in dlls/Makedll.rules"
25932 ac_config_files="$ac_config_files dlls/rsaenh/Makefile"
25934 ALL_MAKEFILES="$ALL_MAKEFILES \\
25935 dlls/rsaenh/tests/Makefile"
25936 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25937 rsaenh/tests"
25938 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25939 dlls/rsaenh/tests/Makefile: dlls/rsaenh/tests/Makefile.in dlls/Maketest.rules"
25940 ac_config_files="$ac_config_files dlls/rsaenh/tests/Makefile"
25942 ALL_MAKEFILES="$ALL_MAKEFILES \\
25943 dlls/sane.ds/Makefile"
25944 test "x$enable_sane_ds" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25945 sane.ds"
25946 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25947 dlls/sane.ds/Makefile: dlls/sane.ds/Makefile.in dlls/Makedll.rules"
25948 ac_config_files="$ac_config_files dlls/sane.ds/Makefile"
25950 ALL_MAKEFILES="$ALL_MAKEFILES \\
25951 dlls/sccbase/Makefile"
25952 test "x$enable_sccbase" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25953 sccbase"
25954 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25955 dlls/sccbase/Makefile: dlls/sccbase/Makefile.in dlls/Makedll.rules"
25956 ac_config_files="$ac_config_files dlls/sccbase/Makefile"
25958 ALL_MAKEFILES="$ALL_MAKEFILES \\
25959 dlls/schannel/Makefile"
25960 test "x$enable_schannel" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25961 schannel"
25962 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25963 dlls/schannel/Makefile: dlls/schannel/Makefile.in dlls/Makedll.rules"
25964 ac_config_files="$ac_config_files dlls/schannel/Makefile"
25966 ALL_MAKEFILES="$ALL_MAKEFILES \\
25967 dlls/schannel/tests/Makefile"
25968 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25969 schannel/tests"
25970 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25971 dlls/schannel/tests/Makefile: dlls/schannel/tests/Makefile.in dlls/Maketest.rules"
25972 ac_config_files="$ac_config_files dlls/schannel/tests/Makefile"
25974 ALL_MAKEFILES="$ALL_MAKEFILES \\
25975 dlls/secur32/Makefile"
25976 test "x$enable_secur32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25977 secur32"
25978 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25979 dlls/secur32/Makefile: dlls/secur32/Makefile.in dlls/Makedll.rules"
25980 ac_config_files="$ac_config_files dlls/secur32/Makefile"
25982 ALL_MAKEFILES="$ALL_MAKEFILES \\
25983 dlls/secur32/tests/Makefile"
25984 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25985 secur32/tests"
25986 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25987 dlls/secur32/tests/Makefile: dlls/secur32/tests/Makefile.in dlls/Maketest.rules"
25988 ac_config_files="$ac_config_files dlls/secur32/tests/Makefile"
25990 ALL_MAKEFILES="$ALL_MAKEFILES \\
25991 dlls/security/Makefile"
25992 test "x$enable_security" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25993 security"
25994 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25995 dlls/security/Makefile: dlls/security/Makefile.in dlls/Makedll.rules"
25996 ac_config_files="$ac_config_files dlls/security/Makefile"
25998 ALL_MAKEFILES="$ALL_MAKEFILES \\
25999 dlls/sensapi/Makefile"
26000 test "x$enable_sensapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26001 sensapi"
26002 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26003 dlls/sensapi/Makefile: dlls/sensapi/Makefile.in dlls/Makedll.rules"
26004 ac_config_files="$ac_config_files dlls/sensapi/Makefile"
26006 ALL_MAKEFILES="$ALL_MAKEFILES \\
26007 dlls/serialui/Makefile"
26008 test "x$enable_serialui" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26009 serialui"
26010 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26011 dlls/serialui/Makefile: dlls/serialui/Makefile.in dlls/Makedll.rules"
26012 ac_config_files="$ac_config_files dlls/serialui/Makefile"
26014 ALL_MAKEFILES="$ALL_MAKEFILES \\
26015 dlls/serialui/tests/Makefile"
26016 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26017 serialui/tests"
26018 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26019 dlls/serialui/tests/Makefile: dlls/serialui/tests/Makefile.in dlls/Maketest.rules"
26020 ac_config_files="$ac_config_files dlls/serialui/tests/Makefile"
26022 ALL_MAKEFILES="$ALL_MAKEFILES \\
26023 dlls/setupapi/Makefile"
26024 test "x$enable_setupapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26025 setupapi"
26026 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26027 dlls/setupapi/Makefile: dlls/setupapi/Makefile.in dlls/Makedll.rules"
26028 ac_config_files="$ac_config_files dlls/setupapi/Makefile"
26030 ALL_MAKEFILES="$ALL_MAKEFILES \\
26031 dlls/setupapi/tests/Makefile"
26032 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26033 setupapi/tests"
26034 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26035 dlls/setupapi/tests/Makefile: dlls/setupapi/tests/Makefile.in dlls/Maketest.rules"
26036 ac_config_files="$ac_config_files dlls/setupapi/tests/Makefile"
26038 ALL_MAKEFILES="$ALL_MAKEFILES \\
26039 dlls/sfc/Makefile"
26040 test "x$enable_sfc" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26041 sfc"
26042 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26043 dlls/sfc/Makefile: dlls/sfc/Makefile.in dlls/Makedll.rules"
26044 ac_config_files="$ac_config_files dlls/sfc/Makefile"
26046 ALL_MAKEFILES="$ALL_MAKEFILES \\
26047 dlls/sfc_os/Makefile"
26048 test "x$enable_sfc_os" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26049 sfc_os"
26050 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26051 dlls/sfc_os/Makefile: dlls/sfc_os/Makefile.in dlls/Makedll.rules"
26052 ac_config_files="$ac_config_files dlls/sfc_os/Makefile"
26054 ALL_MAKEFILES="$ALL_MAKEFILES \\
26055 dlls/shdoclc/Makefile"
26056 test "x$enable_shdoclc" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26057 shdoclc"
26058 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26059 dlls/shdoclc/Makefile: dlls/shdoclc/Makefile.in dlls/Makedll.rules"
26060 ac_config_files="$ac_config_files dlls/shdoclc/Makefile"
26062 ALL_MAKEFILES="$ALL_MAKEFILES \\
26063 dlls/shdocvw/Makefile"
26064 test "x$enable_shdocvw" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26065 shdocvw"
26066 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26067 dlls/shdocvw/Makefile: dlls/shdocvw/Makefile.in dlls/Makedll.rules"
26068 ac_config_files="$ac_config_files dlls/shdocvw/Makefile"
26070 ALL_MAKEFILES="$ALL_MAKEFILES \\
26071 dlls/shdocvw/tests/Makefile"
26072 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26073 shdocvw/tests"
26074 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26075 dlls/shdocvw/tests/Makefile: dlls/shdocvw/tests/Makefile.in dlls/Maketest.rules"
26076 ac_config_files="$ac_config_files dlls/shdocvw/tests/Makefile"
26078 ALL_MAKEFILES="$ALL_MAKEFILES \\
26079 dlls/shell32/Makefile"
26080 test "x$enable_shell32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26081 shell32"
26082 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26083 dlls/shell32/Makefile: dlls/shell32/Makefile.in dlls/Makedll.rules"
26084 ac_config_files="$ac_config_files dlls/shell32/Makefile"
26086 ALL_MAKEFILES="$ALL_MAKEFILES \\
26087 dlls/shell32/tests/Makefile"
26088 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26089 shell32/tests"
26090 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26091 dlls/shell32/tests/Makefile: dlls/shell32/tests/Makefile.in dlls/Maketest.rules"
26092 ac_config_files="$ac_config_files dlls/shell32/tests/Makefile"
26094 ALL_MAKEFILES="$ALL_MAKEFILES \\
26095 dlls/shfolder/Makefile"
26096 test "x$enable_shfolder" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26097 shfolder"
26098 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26099 dlls/shfolder/Makefile: dlls/shfolder/Makefile.in dlls/Makedll.rules"
26100 ac_config_files="$ac_config_files dlls/shfolder/Makefile"
26102 ALL_MAKEFILES="$ALL_MAKEFILES \\
26103 dlls/shlwapi/Makefile"
26104 test "x$enable_shlwapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26105 shlwapi"
26106 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26107 dlls/shlwapi/Makefile: dlls/shlwapi/Makefile.in dlls/Makedll.rules"
26108 ac_config_files="$ac_config_files dlls/shlwapi/Makefile"
26110 ALL_MAKEFILES="$ALL_MAKEFILES \\
26111 dlls/shlwapi/tests/Makefile"
26112 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26113 shlwapi/tests"
26114 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26115 dlls/shlwapi/tests/Makefile: dlls/shlwapi/tests/Makefile.in dlls/Maketest.rules"
26116 ac_config_files="$ac_config_files dlls/shlwapi/tests/Makefile"
26118 ALL_MAKEFILES="$ALL_MAKEFILES \\
26119 dlls/slbcsp/Makefile"
26120 test "x$enable_slbcsp" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26121 slbcsp"
26122 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26123 dlls/slbcsp/Makefile: dlls/slbcsp/Makefile.in dlls/Makedll.rules"
26124 ac_config_files="$ac_config_files dlls/slbcsp/Makefile"
26126 ALL_MAKEFILES="$ALL_MAKEFILES \\
26127 dlls/slc/Makefile"
26128 test "x$enable_slc" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26129 slc"
26130 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26131 dlls/slc/Makefile: dlls/slc/Makefile.in dlls/Makedll.rules"
26132 ac_config_files="$ac_config_files dlls/slc/Makefile"
26134 ALL_MAKEFILES="$ALL_MAKEFILES \\
26135 dlls/snmpapi/Makefile"
26136 test "x$enable_snmpapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26137 snmpapi"
26138 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26139 dlls/snmpapi/Makefile: dlls/snmpapi/Makefile.in dlls/Makedll.rules"
26140 ac_config_files="$ac_config_files dlls/snmpapi/Makefile"
26142 ALL_MAKEFILES="$ALL_MAKEFILES \\
26143 dlls/snmpapi/tests/Makefile"
26144 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26145 snmpapi/tests"
26146 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26147 dlls/snmpapi/tests/Makefile: dlls/snmpapi/tests/Makefile.in dlls/Maketest.rules"
26148 ac_config_files="$ac_config_files dlls/snmpapi/tests/Makefile"
26150 ALL_MAKEFILES="$ALL_MAKEFILES \\
26151 dlls/softpub/Makefile"
26152 test "x$enable_softpub" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26153 softpub"
26154 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26155 dlls/softpub/Makefile: dlls/softpub/Makefile.in dlls/Makedll.rules"
26156 ac_config_files="$ac_config_files dlls/softpub/Makefile"
26158 ALL_MAKEFILES="$ALL_MAKEFILES \\
26159 dlls/spoolss/Makefile"
26160 test "x$enable_spoolss" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26161 spoolss"
26162 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26163 dlls/spoolss/Makefile: dlls/spoolss/Makefile.in dlls/Makedll.rules"
26164 ac_config_files="$ac_config_files dlls/spoolss/Makefile"
26166 ALL_MAKEFILES="$ALL_MAKEFILES \\
26167 dlls/spoolss/tests/Makefile"
26168 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26169 spoolss/tests"
26170 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26171 dlls/spoolss/tests/Makefile: dlls/spoolss/tests/Makefile.in dlls/Maketest.rules"
26172 ac_config_files="$ac_config_files dlls/spoolss/tests/Makefile"
26174 ALL_MAKEFILES="$ALL_MAKEFILES \\
26175 dlls/stdole2.tlb/Makefile"
26176 test "x$enable_stdole2_tlb" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26177 stdole2.tlb"
26178 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26179 dlls/stdole2.tlb/Makefile: dlls/stdole2.tlb/Makefile.in dlls/Makedll.rules"
26180 ac_config_files="$ac_config_files dlls/stdole2.tlb/Makefile"
26182 ALL_MAKEFILES="$ALL_MAKEFILES \\
26183 dlls/stdole32.tlb/Makefile"
26184 test "x$enable_stdole32_tlb" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26185 stdole32.tlb"
26186 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26187 dlls/stdole32.tlb/Makefile: dlls/stdole32.tlb/Makefile.in dlls/Makedll.rules"
26188 ac_config_files="$ac_config_files dlls/stdole32.tlb/Makefile"
26190 ALL_MAKEFILES="$ALL_MAKEFILES \\
26191 dlls/sti/Makefile"
26192 test "x$enable_sti" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26193 sti"
26194 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26195 dlls/sti/Makefile: dlls/sti/Makefile.in dlls/Makedll.rules"
26196 ac_config_files="$ac_config_files dlls/sti/Makefile"
26198 ALL_MAKEFILES="$ALL_MAKEFILES \\
26199 dlls/strmiids/Makefile"
26200 test "x$enable_strmiids" != xno && ALL_IMPLIB_DIRS="$ALL_IMPLIB_DIRS \\
26201 strmiids"
26202 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26203 dlls/strmiids/Makefile: dlls/strmiids/Makefile.in dlls/Makeimplib.rules"
26204 ac_config_files="$ac_config_files dlls/strmiids/Makefile"
26206 ALL_MAKEFILES="$ALL_MAKEFILES \\
26207 dlls/svrapi/Makefile"
26208 test "x$enable_svrapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26209 svrapi"
26210 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26211 dlls/svrapi/Makefile: dlls/svrapi/Makefile.in dlls/Makedll.rules"
26212 ac_config_files="$ac_config_files dlls/svrapi/Makefile"
26214 ALL_MAKEFILES="$ALL_MAKEFILES \\
26215 dlls/sxs/Makefile"
26216 test "x$enable_sxs" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26217 sxs"
26218 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26219 dlls/sxs/Makefile: dlls/sxs/Makefile.in dlls/Makedll.rules"
26220 ac_config_files="$ac_config_files dlls/sxs/Makefile"
26222 ALL_MAKEFILES="$ALL_MAKEFILES \\
26223 dlls/tapi32/Makefile"
26224 test "x$enable_tapi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26225 tapi32"
26226 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26227 dlls/tapi32/Makefile: dlls/tapi32/Makefile.in dlls/Makedll.rules"
26228 ac_config_files="$ac_config_files dlls/tapi32/Makefile"
26230 ALL_MAKEFILES="$ALL_MAKEFILES \\
26231 dlls/twain_32/Makefile"
26232 test "x$enable_twain_32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26233 twain_32"
26234 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26235 dlls/twain_32/Makefile: dlls/twain_32/Makefile.in dlls/Makedll.rules"
26236 ac_config_files="$ac_config_files dlls/twain_32/Makefile"
26238 ALL_MAKEFILES="$ALL_MAKEFILES \\
26239 dlls/unicows/Makefile"
26240 test "x$enable_unicows" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26241 unicows"
26242 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26243 dlls/unicows/Makefile: dlls/unicows/Makefile.in dlls/Makedll.rules"
26244 ac_config_files="$ac_config_files dlls/unicows/Makefile"
26246 ALL_MAKEFILES="$ALL_MAKEFILES \\
26247 dlls/url/Makefile"
26248 test "x$enable_url" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26249 url"
26250 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26251 dlls/url/Makefile: dlls/url/Makefile.in dlls/Makedll.rules"
26252 ac_config_files="$ac_config_files dlls/url/Makefile"
26254 ALL_MAKEFILES="$ALL_MAKEFILES \\
26255 dlls/urlmon/Makefile"
26256 test "x$enable_urlmon" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26257 urlmon"
26258 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26259 dlls/urlmon/Makefile: dlls/urlmon/Makefile.in dlls/Makedll.rules"
26260 ac_config_files="$ac_config_files dlls/urlmon/Makefile"
26262 ALL_MAKEFILES="$ALL_MAKEFILES \\
26263 dlls/urlmon/tests/Makefile"
26264 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26265 urlmon/tests"
26266 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26267 dlls/urlmon/tests/Makefile: dlls/urlmon/tests/Makefile.in dlls/Maketest.rules"
26268 ac_config_files="$ac_config_files dlls/urlmon/tests/Makefile"
26270 ALL_MAKEFILES="$ALL_MAKEFILES \\
26271 dlls/user32/Makefile"
26272 test "x$enable_user32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26273 user32"
26274 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26275 dlls/user32/Makefile: dlls/user32/Makefile.in dlls/Makedll.rules"
26276 ac_config_files="$ac_config_files dlls/user32/Makefile"
26278 ALL_MAKEFILES="$ALL_MAKEFILES \\
26279 dlls/user32/tests/Makefile"
26280 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26281 user32/tests"
26282 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26283 dlls/user32/tests/Makefile: dlls/user32/tests/Makefile.in dlls/Maketest.rules"
26284 ac_config_files="$ac_config_files dlls/user32/tests/Makefile"
26286 ALL_MAKEFILES="$ALL_MAKEFILES \\
26287 dlls/userenv/Makefile"
26288 test "x$enable_userenv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26289 userenv"
26290 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26291 dlls/userenv/Makefile: dlls/userenv/Makefile.in dlls/Makedll.rules"
26292 ac_config_files="$ac_config_files dlls/userenv/Makefile"
26294 ALL_MAKEFILES="$ALL_MAKEFILES \\
26295 dlls/userenv/tests/Makefile"
26296 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26297 userenv/tests"
26298 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26299 dlls/userenv/tests/Makefile: dlls/userenv/tests/Makefile.in dlls/Maketest.rules"
26300 ac_config_files="$ac_config_files dlls/userenv/tests/Makefile"
26302 ALL_MAKEFILES="$ALL_MAKEFILES \\
26303 dlls/usp10/Makefile"
26304 test "x$enable_usp10" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26305 usp10"
26306 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26307 dlls/usp10/Makefile: dlls/usp10/Makefile.in dlls/Makedll.rules"
26308 ac_config_files="$ac_config_files dlls/usp10/Makefile"
26310 ALL_MAKEFILES="$ALL_MAKEFILES \\
26311 dlls/usp10/tests/Makefile"
26312 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26313 usp10/tests"
26314 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26315 dlls/usp10/tests/Makefile: dlls/usp10/tests/Makefile.in dlls/Maketest.rules"
26316 ac_config_files="$ac_config_files dlls/usp10/tests/Makefile"
26318 ALL_MAKEFILES="$ALL_MAKEFILES \\
26319 dlls/uuid/Makefile"
26320 test "x$enable_uuid" != xno && ALL_IMPLIB_DIRS="$ALL_IMPLIB_DIRS \\
26321 uuid"
26322 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26323 dlls/uuid/Makefile: dlls/uuid/Makefile.in dlls/Makeimplib.rules"
26324 ac_config_files="$ac_config_files dlls/uuid/Makefile"
26326 ALL_MAKEFILES="$ALL_MAKEFILES \\
26327 dlls/uxtheme/Makefile"
26328 test "x$enable_uxtheme" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26329 uxtheme"
26330 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26331 dlls/uxtheme/Makefile: dlls/uxtheme/Makefile.in dlls/Makedll.rules"
26332 ac_config_files="$ac_config_files dlls/uxtheme/Makefile"
26334 ALL_MAKEFILES="$ALL_MAKEFILES \\
26335 dlls/uxtheme/tests/Makefile"
26336 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26337 uxtheme/tests"
26338 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26339 dlls/uxtheme/tests/Makefile: dlls/uxtheme/tests/Makefile.in dlls/Maketest.rules"
26340 ac_config_files="$ac_config_files dlls/uxtheme/tests/Makefile"
26342 ALL_MAKEFILES="$ALL_MAKEFILES \\
26343 dlls/vdhcp.vxd/Makefile"
26344 test "x$enable_vdhcp_vxd" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26345 vdhcp.vxd"
26346 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26347 dlls/vdhcp.vxd/Makefile: dlls/vdhcp.vxd/Makefile.in dlls/Makedll.rules"
26348 ac_config_files="$ac_config_files dlls/vdhcp.vxd/Makefile"
26350 ALL_MAKEFILES="$ALL_MAKEFILES \\
26351 dlls/vdmdbg/Makefile"
26352 test "x$enable_vdmdbg" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26353 vdmdbg"
26354 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26355 dlls/vdmdbg/Makefile: dlls/vdmdbg/Makefile.in dlls/Makedll.rules"
26356 ac_config_files="$ac_config_files dlls/vdmdbg/Makefile"
26358 ALL_MAKEFILES="$ALL_MAKEFILES \\
26359 dlls/version/Makefile"
26360 test "x$enable_version" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26361 version"
26362 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26363 dlls/version/Makefile: dlls/version/Makefile.in dlls/Makedll.rules"
26364 ac_config_files="$ac_config_files dlls/version/Makefile"
26366 ALL_MAKEFILES="$ALL_MAKEFILES \\
26367 dlls/version/tests/Makefile"
26368 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26369 version/tests"
26370 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26371 dlls/version/tests/Makefile: dlls/version/tests/Makefile.in dlls/Maketest.rules"
26372 ac_config_files="$ac_config_files dlls/version/tests/Makefile"
26374 ALL_MAKEFILES="$ALL_MAKEFILES \\
26375 dlls/vmm.vxd/Makefile"
26376 test "x$enable_vmm_vxd" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26377 vmm.vxd"
26378 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26379 dlls/vmm.vxd/Makefile: dlls/vmm.vxd/Makefile.in dlls/Makedll.rules"
26380 ac_config_files="$ac_config_files dlls/vmm.vxd/Makefile"
26382 ALL_MAKEFILES="$ALL_MAKEFILES \\
26383 dlls/vnbt.vxd/Makefile"
26384 test "x$enable_vnbt_vxd" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26385 vnbt.vxd"
26386 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26387 dlls/vnbt.vxd/Makefile: dlls/vnbt.vxd/Makefile.in dlls/Makedll.rules"
26388 ac_config_files="$ac_config_files dlls/vnbt.vxd/Makefile"
26390 ALL_MAKEFILES="$ALL_MAKEFILES \\
26391 dlls/vnetbios.vxd/Makefile"
26392 test "x$enable_vnetbios_vxd" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26393 vnetbios.vxd"
26394 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26395 dlls/vnetbios.vxd/Makefile: dlls/vnetbios.vxd/Makefile.in dlls/Makedll.rules"
26396 ac_config_files="$ac_config_files dlls/vnetbios.vxd/Makefile"
26398 ALL_MAKEFILES="$ALL_MAKEFILES \\
26399 dlls/vtdapi.vxd/Makefile"
26400 test "x$enable_vtdapi_vxd" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26401 vtdapi.vxd"
26402 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26403 dlls/vtdapi.vxd/Makefile: dlls/vtdapi.vxd/Makefile.in dlls/Makedll.rules"
26404 ac_config_files="$ac_config_files dlls/vtdapi.vxd/Makefile"
26406 ALL_MAKEFILES="$ALL_MAKEFILES \\
26407 dlls/vwin32.vxd/Makefile"
26408 test "x$enable_vwin32_vxd" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26409 vwin32.vxd"
26410 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26411 dlls/vwin32.vxd/Makefile: dlls/vwin32.vxd/Makefile.in dlls/Makedll.rules"
26412 ac_config_files="$ac_config_files dlls/vwin32.vxd/Makefile"
26414 ALL_MAKEFILES="$ALL_MAKEFILES \\
26415 dlls/w32skrnl/Makefile"
26416 test "x$enable_w32skrnl" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26417 w32skrnl"
26418 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26419 dlls/w32skrnl/Makefile: dlls/w32skrnl/Makefile.in dlls/Makedll.rules"
26420 ac_config_files="$ac_config_files dlls/w32skrnl/Makefile"
26422 ALL_MAKEFILES="$ALL_MAKEFILES \\
26423 dlls/winealsa.drv/Makefile"
26424 test "x$enable_winealsa_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26425 winealsa.drv"
26426 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26427 dlls/winealsa.drv/Makefile: dlls/winealsa.drv/Makefile.in dlls/Makedll.rules"
26428 ac_config_files="$ac_config_files dlls/winealsa.drv/Makefile"
26430 ALL_MAKEFILES="$ALL_MAKEFILES \\
26431 dlls/wineaudioio.drv/Makefile"
26432 test "x$enable_wineaudioio_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26433 wineaudioio.drv"
26434 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26435 dlls/wineaudioio.drv/Makefile: dlls/wineaudioio.drv/Makefile.in dlls/Makedll.rules"
26436 ac_config_files="$ac_config_files dlls/wineaudioio.drv/Makefile"
26438 ALL_MAKEFILES="$ALL_MAKEFILES \\
26439 dlls/winecoreaudio.drv/Makefile"
26440 test "x$enable_winecoreaudio_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26441 winecoreaudio.drv"
26442 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26443 dlls/winecoreaudio.drv/Makefile: dlls/winecoreaudio.drv/Makefile.in dlls/Makedll.rules"
26444 ac_config_files="$ac_config_files dlls/winecoreaudio.drv/Makefile"
26446 ALL_MAKEFILES="$ALL_MAKEFILES \\
26447 dlls/winecrt0/Makefile"
26448 test "x$enable_winecrt0" != xno && ALL_IMPLIB_DIRS="$ALL_IMPLIB_DIRS \\
26449 winecrt0"
26450 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26451 dlls/winecrt0/Makefile: dlls/winecrt0/Makefile.in dlls/Makeimplib.rules"
26452 ac_config_files="$ac_config_files dlls/winecrt0/Makefile"
26454 ALL_MAKEFILES="$ALL_MAKEFILES \\
26455 dlls/wined3d/Makefile"
26456 test "x$enable_wined3d" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26457 wined3d"
26458 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26459 dlls/wined3d/Makefile: dlls/wined3d/Makefile.in dlls/Makedll.rules"
26460 ac_config_files="$ac_config_files dlls/wined3d/Makefile"
26462 ALL_MAKEFILES="$ALL_MAKEFILES \\
26463 dlls/winedos/Makefile"
26464 test "x$enable_winedos" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26465 winedos"
26466 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26467 dlls/winedos/Makefile: dlls/winedos/Makefile.in dlls/Makedll.rules"
26468 ac_config_files="$ac_config_files dlls/winedos/Makefile"
26470 ALL_MAKEFILES="$ALL_MAKEFILES \\
26471 dlls/wineesd.drv/Makefile"
26472 test "x$enable_wineesd_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26473 wineesd.drv"
26474 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26475 dlls/wineesd.drv/Makefile: dlls/wineesd.drv/Makefile.in dlls/Makedll.rules"
26476 ac_config_files="$ac_config_files dlls/wineesd.drv/Makefile"
26478 ALL_MAKEFILES="$ALL_MAKEFILES \\
26479 dlls/winejack.drv/Makefile"
26480 test "x$enable_winejack_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26481 winejack.drv"
26482 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26483 dlls/winejack.drv/Makefile: dlls/winejack.drv/Makefile.in dlls/Makedll.rules"
26484 ac_config_files="$ac_config_files dlls/winejack.drv/Makefile"
26486 ALL_MAKEFILES="$ALL_MAKEFILES \\
26487 dlls/winejoystick.drv/Makefile"
26488 test "x$enable_winejoystick_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26489 winejoystick.drv"
26490 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26491 dlls/winejoystick.drv/Makefile: dlls/winejoystick.drv/Makefile.in dlls/Makedll.rules"
26492 ac_config_files="$ac_config_files dlls/winejoystick.drv/Makefile"
26494 ALL_MAKEFILES="$ALL_MAKEFILES \\
26495 dlls/winemp3.acm/Makefile"
26496 test "x$enable_winemp3_acm" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26497 winemp3.acm"
26498 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26499 dlls/winemp3.acm/Makefile: dlls/winemp3.acm/Makefile.in dlls/Makedll.rules"
26500 ac_config_files="$ac_config_files dlls/winemp3.acm/Makefile"
26502 ALL_MAKEFILES="$ALL_MAKEFILES \\
26503 dlls/winenas.drv/Makefile"
26504 test "x$enable_winenas_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26505 winenas.drv"
26506 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26507 dlls/winenas.drv/Makefile: dlls/winenas.drv/Makefile.in dlls/Makedll.rules"
26508 ac_config_files="$ac_config_files dlls/winenas.drv/Makefile"
26510 ALL_MAKEFILES="$ALL_MAKEFILES \\
26511 dlls/wineoss.drv/Makefile"
26512 test "x$enable_wineoss_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26513 wineoss.drv"
26514 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26515 dlls/wineoss.drv/Makefile: dlls/wineoss.drv/Makefile.in dlls/Makedll.rules"
26516 ac_config_files="$ac_config_files dlls/wineoss.drv/Makefile"
26518 ALL_MAKEFILES="$ALL_MAKEFILES \\
26519 dlls/wineps.drv/Makefile"
26520 test "x$enable_wineps_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26521 wineps.drv"
26522 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26523 dlls/wineps.drv/Makefile: dlls/wineps.drv/Makefile.in dlls/Makedll.rules"
26524 ac_config_files="$ac_config_files dlls/wineps.drv/Makefile"
26526 ALL_MAKEFILES="$ALL_MAKEFILES \\
26527 dlls/winequartz.drv/Makefile"
26528 test "x$enable_winequartz_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26529 winequartz.drv"
26530 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26531 dlls/winequartz.drv/Makefile: dlls/winequartz.drv/Makefile.in dlls/Makedll.rules"
26532 ac_config_files="$ac_config_files dlls/winequartz.drv/Makefile"
26534 ALL_MAKEFILES="$ALL_MAKEFILES \\
26535 dlls/winex11.drv/Makefile"
26536 test "x$enable_winex11_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26537 winex11.drv"
26538 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26539 dlls/winex11.drv/Makefile: dlls/winex11.drv/Makefile.in dlls/Makedll.rules"
26540 ac_config_files="$ac_config_files dlls/winex11.drv/Makefile"
26542 ALL_MAKEFILES="$ALL_MAKEFILES \\
26543 dlls/wing32/Makefile"
26544 test "x$enable_wing32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26545 wing32"
26546 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26547 dlls/wing32/Makefile: dlls/wing32/Makefile.in dlls/Makedll.rules"
26548 ac_config_files="$ac_config_files dlls/wing32/Makefile"
26550 ALL_MAKEFILES="$ALL_MAKEFILES \\
26551 dlls/winhttp/Makefile"
26552 test "x$enable_winhttp" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26553 winhttp"
26554 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26555 dlls/winhttp/Makefile: dlls/winhttp/Makefile.in dlls/Makedll.rules"
26556 ac_config_files="$ac_config_files dlls/winhttp/Makefile"
26558 ALL_MAKEFILES="$ALL_MAKEFILES \\
26559 dlls/winhttp/tests/Makefile"
26560 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26561 winhttp/tests"
26562 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26563 dlls/winhttp/tests/Makefile: dlls/winhttp/tests/Makefile.in dlls/Maketest.rules"
26564 ac_config_files="$ac_config_files dlls/winhttp/tests/Makefile"
26566 ALL_MAKEFILES="$ALL_MAKEFILES \\
26567 dlls/wininet/Makefile"
26568 test "x$enable_wininet" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26569 wininet"
26570 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26571 dlls/wininet/Makefile: dlls/wininet/Makefile.in dlls/Makedll.rules"
26572 ac_config_files="$ac_config_files dlls/wininet/Makefile"
26574 ALL_MAKEFILES="$ALL_MAKEFILES \\
26575 dlls/wininet/tests/Makefile"
26576 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26577 wininet/tests"
26578 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26579 dlls/wininet/tests/Makefile: dlls/wininet/tests/Makefile.in dlls/Maketest.rules"
26580 ac_config_files="$ac_config_files dlls/wininet/tests/Makefile"
26582 ALL_MAKEFILES="$ALL_MAKEFILES \\
26583 dlls/winmm/Makefile"
26584 test "x$enable_winmm" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26585 winmm"
26586 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26587 dlls/winmm/Makefile: dlls/winmm/Makefile.in dlls/Makedll.rules"
26588 ac_config_files="$ac_config_files dlls/winmm/Makefile"
26590 ALL_MAKEFILES="$ALL_MAKEFILES \\
26591 dlls/winmm/tests/Makefile"
26592 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26593 winmm/tests"
26594 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26595 dlls/winmm/tests/Makefile: dlls/winmm/tests/Makefile.in dlls/Maketest.rules"
26596 ac_config_files="$ac_config_files dlls/winmm/tests/Makefile"
26598 ALL_MAKEFILES="$ALL_MAKEFILES \\
26599 dlls/winnls32/Makefile"
26600 test "x$enable_winnls32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26601 winnls32"
26602 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26603 dlls/winnls32/Makefile: dlls/winnls32/Makefile.in dlls/Makedll.rules"
26604 ac_config_files="$ac_config_files dlls/winnls32/Makefile"
26606 ALL_MAKEFILES="$ALL_MAKEFILES \\
26607 dlls/winscard/Makefile"
26608 test "x$enable_winscard" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26609 winscard"
26610 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26611 dlls/winscard/Makefile: dlls/winscard/Makefile.in dlls/Makedll.rules"
26612 ac_config_files="$ac_config_files dlls/winscard/Makefile"
26614 ALL_MAKEFILES="$ALL_MAKEFILES \\
26615 dlls/winspool.drv/Makefile"
26616 test "x$enable_winspool_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26617 winspool.drv"
26618 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26619 dlls/winspool.drv/Makefile: dlls/winspool.drv/Makefile.in dlls/Makedll.rules"
26620 ac_config_files="$ac_config_files dlls/winspool.drv/Makefile"
26622 ALL_MAKEFILES="$ALL_MAKEFILES \\
26623 dlls/winspool.drv/tests/Makefile"
26624 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26625 winspool.drv/tests"
26626 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26627 dlls/winspool.drv/tests/Makefile: dlls/winspool.drv/tests/Makefile.in dlls/Maketest.rules"
26628 ac_config_files="$ac_config_files dlls/winspool.drv/tests/Makefile"
26630 ALL_MAKEFILES="$ALL_MAKEFILES \\
26631 dlls/wintab32/Makefile"
26632 test "x$enable_wintab32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26633 wintab32"
26634 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26635 dlls/wintab32/Makefile: dlls/wintab32/Makefile.in dlls/Makedll.rules"
26636 ac_config_files="$ac_config_files dlls/wintab32/Makefile"
26638 ALL_MAKEFILES="$ALL_MAKEFILES \\
26639 dlls/wintrust/Makefile"
26640 test "x$enable_wintrust" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26641 wintrust"
26642 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26643 dlls/wintrust/Makefile: dlls/wintrust/Makefile.in dlls/Makedll.rules"
26644 ac_config_files="$ac_config_files dlls/wintrust/Makefile"
26646 ALL_MAKEFILES="$ALL_MAKEFILES \\
26647 dlls/wintrust/tests/Makefile"
26648 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26649 wintrust/tests"
26650 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26651 dlls/wintrust/tests/Makefile: dlls/wintrust/tests/Makefile.in dlls/Maketest.rules"
26652 ac_config_files="$ac_config_files dlls/wintrust/tests/Makefile"
26654 ALL_MAKEFILES="$ALL_MAKEFILES \\
26655 dlls/wldap32/Makefile"
26656 test "x$enable_wldap32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26657 wldap32"
26658 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26659 dlls/wldap32/Makefile: dlls/wldap32/Makefile.in dlls/Makedll.rules"
26660 ac_config_files="$ac_config_files dlls/wldap32/Makefile"
26662 ALL_MAKEFILES="$ALL_MAKEFILES \\
26663 dlls/wldap32/tests/Makefile"
26664 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26665 wldap32/tests"
26666 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26667 dlls/wldap32/tests/Makefile: dlls/wldap32/tests/Makefile.in dlls/Maketest.rules"
26668 ac_config_files="$ac_config_files dlls/wldap32/tests/Makefile"
26670 ALL_MAKEFILES="$ALL_MAKEFILES \\
26671 dlls/wmi/Makefile"
26672 test "x$enable_wmi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26673 wmi"
26674 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26675 dlls/wmi/Makefile: dlls/wmi/Makefile.in dlls/Makedll.rules"
26676 ac_config_files="$ac_config_files dlls/wmi/Makefile"
26678 ALL_MAKEFILES="$ALL_MAKEFILES \\
26679 dlls/wnaspi32/Makefile"
26680 test "x$enable_wnaspi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26681 wnaspi32"
26682 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26683 dlls/wnaspi32/Makefile: dlls/wnaspi32/Makefile.in dlls/Makedll.rules"
26684 ac_config_files="$ac_config_files dlls/wnaspi32/Makefile"
26686 ALL_MAKEFILES="$ALL_MAKEFILES \\
26687 dlls/wow32/Makefile"
26688 test "x$enable_wow32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26689 wow32"
26690 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26691 dlls/wow32/Makefile: dlls/wow32/Makefile.in dlls/Makedll.rules"
26692 ac_config_files="$ac_config_files dlls/wow32/Makefile"
26694 ALL_MAKEFILES="$ALL_MAKEFILES \\
26695 dlls/ws2_32/Makefile"
26696 test "x$enable_ws2_32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26697 ws2_32"
26698 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26699 dlls/ws2_32/Makefile: dlls/ws2_32/Makefile.in dlls/Makedll.rules"
26700 ac_config_files="$ac_config_files dlls/ws2_32/Makefile"
26702 ALL_MAKEFILES="$ALL_MAKEFILES \\
26703 dlls/ws2_32/tests/Makefile"
26704 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26705 ws2_32/tests"
26706 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26707 dlls/ws2_32/tests/Makefile: dlls/ws2_32/tests/Makefile.in dlls/Maketest.rules"
26708 ac_config_files="$ac_config_files dlls/ws2_32/tests/Makefile"
26710 ALL_MAKEFILES="$ALL_MAKEFILES \\
26711 dlls/wsock32/Makefile"
26712 test "x$enable_wsock32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26713 wsock32"
26714 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26715 dlls/wsock32/Makefile: dlls/wsock32/Makefile.in dlls/Makedll.rules"
26716 ac_config_files="$ac_config_files dlls/wsock32/Makefile"
26718 ALL_MAKEFILES="$ALL_MAKEFILES \\
26719 dlls/wtsapi32/Makefile"
26720 test "x$enable_wtsapi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26721 wtsapi32"
26722 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26723 dlls/wtsapi32/Makefile: dlls/wtsapi32/Makefile.in dlls/Makedll.rules"
26724 ac_config_files="$ac_config_files dlls/wtsapi32/Makefile"
26726 ALL_MAKEFILES="$ALL_MAKEFILES \\
26727 dlls/wuapi/Makefile"
26728 test "x$enable_wuapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26729 wuapi"
26730 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26731 dlls/wuapi/Makefile: dlls/wuapi/Makefile.in dlls/Makedll.rules"
26732 ac_config_files="$ac_config_files dlls/wuapi/Makefile"
26734 ALL_MAKEFILES="$ALL_MAKEFILES \\
26735 dlls/xinput1_1/Makefile"
26736 test "x$enable_xinput1_1" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26737 xinput1_1"
26738 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26739 dlls/xinput1_1/Makefile: dlls/xinput1_1/Makefile.in dlls/Makedll.rules"
26740 ac_config_files="$ac_config_files dlls/xinput1_1/Makefile"
26742 ALL_MAKEFILES="$ALL_MAKEFILES \\
26743 dlls/xinput1_2/Makefile"
26744 test "x$enable_xinput1_2" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26745 xinput1_2"
26746 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26747 dlls/xinput1_2/Makefile: dlls/xinput1_2/Makefile.in dlls/Makedll.rules"
26748 ac_config_files="$ac_config_files dlls/xinput1_2/Makefile"
26750 ALL_MAKEFILES="$ALL_MAKEFILES \\
26751 dlls/xinput1_3/Makefile"
26752 test "x$enable_xinput1_3" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26753 xinput1_3"
26754 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26755 dlls/xinput1_3/Makefile: dlls/xinput1_3/Makefile.in dlls/Makedll.rules"
26756 ac_config_files="$ac_config_files dlls/xinput1_3/Makefile"
26758 ALL_MAKEFILES="$ALL_MAKEFILES \\
26759 dlls/xinput1_3/tests/Makefile"
26760 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26761 xinput1_3/tests"
26762 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26763 dlls/xinput1_3/tests/Makefile: dlls/xinput1_3/tests/Makefile.in dlls/Maketest.rules"
26764 ac_config_files="$ac_config_files dlls/xinput1_3/tests/Makefile"
26766 ALL_MAKEFILES="$ALL_MAKEFILES \\
26767 dlls/xinput9_1_0/Makefile"
26768 test "x$enable_xinput9_1_0" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26769 xinput9_1_0"
26770 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26771 dlls/xinput9_1_0/Makefile: dlls/xinput9_1_0/Makefile.in dlls/Makedll.rules"
26772 ac_config_files="$ac_config_files dlls/xinput9_1_0/Makefile"
26774 ALL_MAKEFILES="$ALL_MAKEFILES \\
26775 documentation/Makefile"
26776 test "x$enable_documentation" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
26777 documentation"
26778 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26779 documentation/Makefile: documentation/Makefile.in Make.rules"
26780 ac_config_files="$ac_config_files documentation/Makefile"
26782 ALL_MAKEFILES="$ALL_MAKEFILES \\
26783 fonts/Makefile"
26784 test "x$enable_fonts" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
26785 fonts"
26786 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26787 fonts/Makefile: fonts/Makefile.in Make.rules"
26788 ac_config_files="$ac_config_files fonts/Makefile"
26790 ALL_MAKEFILES="$ALL_MAKEFILES \\
26791 include/Makefile"
26792 test "x$enable_include" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
26793 include"
26794 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26795 include/Makefile: include/Makefile.in Make.rules"
26796 ac_config_files="$ac_config_files include/Makefile"
26798 ALL_MAKEFILES="$ALL_MAKEFILES \\
26799 libs/Makefile"
26800 test "x$enable_libs" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
26801 libs"
26802 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26803 libs/Makefile: libs/Makefile.in Make.rules"
26804 ac_config_files="$ac_config_files libs/Makefile"
26806 ALL_MAKEFILES="$ALL_MAKEFILES \\
26807 libs/port/Makefile"
26809 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26810 libs/port/Makefile: libs/port/Makefile.in Make.rules"
26811 ac_config_files="$ac_config_files libs/port/Makefile"
26813 ALL_MAKEFILES="$ALL_MAKEFILES \\
26814 libs/wine/Makefile"
26816 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26817 libs/wine/Makefile: libs/wine/Makefile.in Make.rules"
26818 ac_config_files="$ac_config_files libs/wine/Makefile"
26820 ALL_MAKEFILES="$ALL_MAKEFILES \\
26821 libs/wpp/Makefile"
26823 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26824 libs/wpp/Makefile: libs/wpp/Makefile.in Make.rules"
26825 ac_config_files="$ac_config_files libs/wpp/Makefile"
26827 ALL_MAKEFILES="$ALL_MAKEFILES \\
26828 loader/Makefile"
26829 test "x$enable_loader" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
26830 loader"
26831 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26832 loader/Makefile: loader/Makefile.in Make.rules"
26833 ac_config_files="$ac_config_files loader/Makefile"
26835 ALL_MAKEFILES="$ALL_MAKEFILES \\
26836 programs/Makefile"
26837 test "x$enable_programs" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
26838 programs"
26839 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26840 programs/Makefile: programs/Makefile.in Make.rules"
26841 ac_config_files="$ac_config_files programs/Makefile"
26843 ALL_MAKEFILES="$ALL_MAKEFILES \\
26844 programs/clock/Makefile"
26845 test "x$enable_clock" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
26846 clock" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
26847 clock"
26848 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26849 programs/clock/Makefile: programs/clock/Makefile.in programs/Makeprog.rules"
26850 ac_config_files="$ac_config_files programs/clock/Makefile"
26852 ALL_MAKEFILES="$ALL_MAKEFILES \\
26853 programs/cmd/Makefile"
26854 test "x$enable_cmd" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
26855 cmd" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
26856 cmd"
26857 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26858 programs/cmd/Makefile: programs/cmd/Makefile.in programs/Makeprog.rules"
26859 ac_config_files="$ac_config_files programs/cmd/Makefile"
26861 ALL_MAKEFILES="$ALL_MAKEFILES \\
26862 programs/cmdlgtst/Makefile"
26863 test "x$enable_cmdlgtst" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
26864 cmdlgtst"
26865 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26866 programs/cmdlgtst/Makefile: programs/cmdlgtst/Makefile.in programs/Makeprog.rules"
26867 ac_config_files="$ac_config_files programs/cmdlgtst/Makefile"
26869 ALL_MAKEFILES="$ALL_MAKEFILES \\
26870 programs/control/Makefile"
26871 test "x$enable_control" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
26872 control" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
26873 control"
26874 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26875 programs/control/Makefile: programs/control/Makefile.in programs/Makeprog.rules"
26876 ac_config_files="$ac_config_files programs/control/Makefile"
26878 ALL_MAKEFILES="$ALL_MAKEFILES \\
26879 programs/eject/Makefile"
26880 test "x$enable_eject" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
26881 eject" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
26882 eject"
26883 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26884 programs/eject/Makefile: programs/eject/Makefile.in programs/Makeprog.rules"
26885 ac_config_files="$ac_config_files programs/eject/Makefile"
26887 ALL_MAKEFILES="$ALL_MAKEFILES \\
26888 programs/expand/Makefile"
26889 test "x$enable_expand" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
26890 expand" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
26891 expand"
26892 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26893 programs/expand/Makefile: programs/expand/Makefile.in programs/Makeprog.rules"
26894 ac_config_files="$ac_config_files programs/expand/Makefile"
26896 ALL_MAKEFILES="$ALL_MAKEFILES \\
26897 programs/explorer/Makefile"
26898 test "x$enable_explorer" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
26899 explorer" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
26900 explorer"
26901 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26902 programs/explorer/Makefile: programs/explorer/Makefile.in programs/Makeprog.rules"
26903 ac_config_files="$ac_config_files programs/explorer/Makefile"
26905 ALL_MAKEFILES="$ALL_MAKEFILES \\
26906 programs/hh/Makefile"
26907 test "x$enable_hh" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
26908 hh" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
26910 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26911 programs/hh/Makefile: programs/hh/Makefile.in programs/Makeprog.rules"
26912 ac_config_files="$ac_config_files programs/hh/Makefile"
26914 ALL_MAKEFILES="$ALL_MAKEFILES \\
26915 programs/icinfo/Makefile"
26916 test "x$enable_icinfo" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
26917 icinfo" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
26918 icinfo"
26919 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26920 programs/icinfo/Makefile: programs/icinfo/Makefile.in programs/Makeprog.rules"
26921 ac_config_files="$ac_config_files programs/icinfo/Makefile"
26923 ALL_MAKEFILES="$ALL_MAKEFILES \\
26924 programs/iexplore/Makefile"
26925 test "x$enable_iexplore" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
26926 iexplore" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
26927 iexplore"
26928 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26929 programs/iexplore/Makefile: programs/iexplore/Makefile.in programs/Makeprog.rules"
26930 ac_config_files="$ac_config_files programs/iexplore/Makefile"
26932 ALL_MAKEFILES="$ALL_MAKEFILES \\
26933 programs/msiexec/Makefile"
26934 test "x$enable_msiexec" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
26935 msiexec" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
26936 msiexec" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
26937 msiexec"
26938 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26939 programs/msiexec/Makefile: programs/msiexec/Makefile.in programs/Makeprog.rules"
26940 ac_config_files="$ac_config_files programs/msiexec/Makefile"
26942 ALL_MAKEFILES="$ALL_MAKEFILES \\
26943 programs/net/Makefile"
26944 test "x$enable_net" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
26945 net" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
26946 net"
26947 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26948 programs/net/Makefile: programs/net/Makefile.in programs/Makeprog.rules"
26949 ac_config_files="$ac_config_files programs/net/Makefile"
26951 ALL_MAKEFILES="$ALL_MAKEFILES \\
26952 programs/notepad/Makefile"
26953 test "x$enable_notepad" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
26954 notepad" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
26955 notepad" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
26956 notepad"
26957 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26958 programs/notepad/Makefile: programs/notepad/Makefile.in programs/Makeprog.rules"
26959 ac_config_files="$ac_config_files programs/notepad/Makefile"
26961 ALL_MAKEFILES="$ALL_MAKEFILES \\
26962 programs/oleview/Makefile"
26963 test "x$enable_oleview" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
26964 oleview" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
26965 oleview"
26966 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26967 programs/oleview/Makefile: programs/oleview/Makefile.in programs/Makeprog.rules"
26968 ac_config_files="$ac_config_files programs/oleview/Makefile"
26970 ALL_MAKEFILES="$ALL_MAKEFILES \\
26971 programs/progman/Makefile"
26972 test "x$enable_progman" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
26973 progman" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
26974 progman" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
26975 progman"
26976 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26977 programs/progman/Makefile: programs/progman/Makefile.in programs/Makeprog.rules"
26978 ac_config_files="$ac_config_files programs/progman/Makefile"
26980 ALL_MAKEFILES="$ALL_MAKEFILES \\
26981 programs/reg/Makefile"
26982 test "x$enable_reg" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
26983 reg" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
26984 reg"
26985 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26986 programs/reg/Makefile: programs/reg/Makefile.in programs/Makeprog.rules"
26987 ac_config_files="$ac_config_files programs/reg/Makefile"
26989 ALL_MAKEFILES="$ALL_MAKEFILES \\
26990 programs/regedit/Makefile"
26991 test "x$enable_regedit" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
26992 regedit" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
26993 regedit" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
26994 regedit"
26995 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26996 programs/regedit/Makefile: programs/regedit/Makefile.in programs/Makeprog.rules"
26997 ac_config_files="$ac_config_files programs/regedit/Makefile"
26999 ALL_MAKEFILES="$ALL_MAKEFILES \\
27000 programs/regsvr32/Makefile"
27001 test "x$enable_regsvr32" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27002 regsvr32" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27003 regsvr32" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
27004 regsvr32"
27005 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27006 programs/regsvr32/Makefile: programs/regsvr32/Makefile.in programs/Makeprog.rules"
27007 ac_config_files="$ac_config_files programs/regsvr32/Makefile"
27009 ALL_MAKEFILES="$ALL_MAKEFILES \\
27010 programs/rpcss/Makefile"
27011 test "x$enable_rpcss" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27012 rpcss" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27013 rpcss"
27014 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27015 programs/rpcss/Makefile: programs/rpcss/Makefile.in programs/Makeprog.rules"
27016 ac_config_files="$ac_config_files programs/rpcss/Makefile"
27018 ALL_MAKEFILES="$ALL_MAKEFILES \\
27019 programs/rundll32/Makefile"
27020 test "x$enable_rundll32" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27021 rundll32" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27022 rundll32"
27023 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27024 programs/rundll32/Makefile: programs/rundll32/Makefile.in programs/Makeprog.rules"
27025 ac_config_files="$ac_config_files programs/rundll32/Makefile"
27027 ALL_MAKEFILES="$ALL_MAKEFILES \\
27028 programs/secedit/Makefile"
27029 test "x$enable_secedit" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27030 secedit" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27031 secedit"
27032 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27033 programs/secedit/Makefile: programs/secedit/Makefile.in programs/Makeprog.rules"
27034 ac_config_files="$ac_config_files programs/secedit/Makefile"
27036 ALL_MAKEFILES="$ALL_MAKEFILES \\
27037 programs/services/Makefile"
27038 test "x$enable_services" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27039 services" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27040 services"
27041 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27042 programs/services/Makefile: programs/services/Makefile.in programs/Makeprog.rules"
27043 ac_config_files="$ac_config_files programs/services/Makefile"
27045 ALL_MAKEFILES="$ALL_MAKEFILES \\
27046 programs/spoolsv/Makefile"
27047 test "x$enable_spoolsv" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27048 spoolsv" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27049 spoolsv"
27050 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27051 programs/spoolsv/Makefile: programs/spoolsv/Makefile.in programs/Makeprog.rules"
27052 ac_config_files="$ac_config_files programs/spoolsv/Makefile"
27054 ALL_MAKEFILES="$ALL_MAKEFILES \\
27055 programs/start/Makefile"
27056 test "x$enable_start" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27057 start" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27058 start"
27059 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27060 programs/start/Makefile: programs/start/Makefile.in programs/Makeprog.rules"
27061 ac_config_files="$ac_config_files programs/start/Makefile"
27063 ALL_MAKEFILES="$ALL_MAKEFILES \\
27064 programs/svchost/Makefile"
27065 test "x$enable_svchost" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27066 svchost" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27067 svchost"
27068 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27069 programs/svchost/Makefile: programs/svchost/Makefile.in programs/Makeprog.rules"
27070 ac_config_files="$ac_config_files programs/svchost/Makefile"
27072 ALL_MAKEFILES="$ALL_MAKEFILES \\
27073 programs/taskmgr/Makefile"
27074 test "x$enable_taskmgr" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27075 taskmgr" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27076 taskmgr"
27077 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27078 programs/taskmgr/Makefile: programs/taskmgr/Makefile.in programs/Makeprog.rules"
27079 ac_config_files="$ac_config_files programs/taskmgr/Makefile"
27081 ALL_MAKEFILES="$ALL_MAKEFILES \\
27082 programs/uninstaller/Makefile"
27083 test "x$enable_uninstaller" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27084 uninstaller" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27085 uninstaller" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
27086 uninstaller"
27087 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27088 programs/uninstaller/Makefile: programs/uninstaller/Makefile.in programs/Makeprog.rules"
27089 ac_config_files="$ac_config_files programs/uninstaller/Makefile"
27091 ALL_MAKEFILES="$ALL_MAKEFILES \\
27092 programs/view/Makefile"
27093 test "x$enable_view" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27094 view"
27095 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27096 programs/view/Makefile: programs/view/Makefile.in programs/Makeprog.rules"
27097 ac_config_files="$ac_config_files programs/view/Makefile"
27099 ALL_MAKEFILES="$ALL_MAKEFILES \\
27100 programs/wineboot/Makefile"
27101 test "x$enable_wineboot" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27102 wineboot" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27103 wineboot" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
27104 wineboot"
27105 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27106 programs/wineboot/Makefile: programs/wineboot/Makefile.in programs/Makeprog.rules"
27107 ac_config_files="$ac_config_files programs/wineboot/Makefile"
27109 ALL_MAKEFILES="$ALL_MAKEFILES \\
27110 programs/winebrowser/Makefile"
27111 test "x$enable_winebrowser" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27112 winebrowser" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27113 winebrowser" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
27114 winebrowser"
27115 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27116 programs/winebrowser/Makefile: programs/winebrowser/Makefile.in programs/Makeprog.rules"
27117 ac_config_files="$ac_config_files programs/winebrowser/Makefile"
27119 ALL_MAKEFILES="$ALL_MAKEFILES \\
27120 programs/winecfg/Makefile"
27121 test "x$enable_winecfg" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27122 winecfg" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27123 winecfg" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
27124 winecfg"
27125 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27126 programs/winecfg/Makefile: programs/winecfg/Makefile.in programs/Makeprog.rules"
27127 ac_config_files="$ac_config_files programs/winecfg/Makefile"
27129 ALL_MAKEFILES="$ALL_MAKEFILES \\
27130 programs/wineconsole/Makefile"
27131 test "x$enable_wineconsole" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27132 wineconsole" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27133 wineconsole" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
27134 wineconsole"
27135 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27136 programs/wineconsole/Makefile: programs/wineconsole/Makefile.in programs/Makeprog.rules"
27137 ac_config_files="$ac_config_files programs/wineconsole/Makefile"
27139 ALL_MAKEFILES="$ALL_MAKEFILES \\
27140 programs/winedbg/Makefile"
27141 test "x$enable_winedbg" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27142 winedbg" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27143 winedbg" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
27144 winedbg"
27145 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27146 programs/winedbg/Makefile: programs/winedbg/Makefile.in programs/Makeprog.rules"
27147 ac_config_files="$ac_config_files programs/winedbg/Makefile"
27149 ALL_MAKEFILES="$ALL_MAKEFILES \\
27150 programs/winedevice/Makefile"
27151 test "x$enable_winedevice" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27152 winedevice" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27153 winedevice"
27154 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27155 programs/winedevice/Makefile: programs/winedevice/Makefile.in programs/Makeprog.rules"
27156 ac_config_files="$ac_config_files programs/winedevice/Makefile"
27158 ALL_MAKEFILES="$ALL_MAKEFILES \\
27159 programs/winefile/Makefile"
27160 test "x$enable_winefile" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27161 winefile" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27162 winefile" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
27163 winefile"
27164 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27165 programs/winefile/Makefile: programs/winefile/Makefile.in programs/Makeprog.rules"
27166 ac_config_files="$ac_config_files programs/winefile/Makefile"
27168 ALL_MAKEFILES="$ALL_MAKEFILES \\
27169 programs/winemenubuilder/Makefile"
27170 test "x$enable_winemenubuilder" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27171 winemenubuilder" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27172 winemenubuilder"
27173 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27174 programs/winemenubuilder/Makefile: programs/winemenubuilder/Makefile.in programs/Makeprog.rules"
27175 ac_config_files="$ac_config_files programs/winemenubuilder/Makefile"
27177 ALL_MAKEFILES="$ALL_MAKEFILES \\
27178 programs/winemine/Makefile"
27179 test "x$enable_winemine" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27180 winemine" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27181 winemine" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
27182 winemine"
27183 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27184 programs/winemine/Makefile: programs/winemine/Makefile.in programs/Makeprog.rules"
27185 ac_config_files="$ac_config_files programs/winemine/Makefile"
27187 ALL_MAKEFILES="$ALL_MAKEFILES \\
27188 programs/winepath/Makefile"
27189 test "x$enable_winepath" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27190 winepath" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27191 winepath" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
27192 winepath"
27193 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27194 programs/winepath/Makefile: programs/winepath/Makefile.in programs/Makeprog.rules"
27195 ac_config_files="$ac_config_files programs/winepath/Makefile"
27197 ALL_MAKEFILES="$ALL_MAKEFILES \\
27198 programs/winetest/Makefile"
27199 test "x$enable_winetest" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27200 winetest"
27201 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27202 programs/winetest/Makefile: programs/winetest/Makefile.in programs/Makeprog.rules"
27203 ac_config_files="$ac_config_files programs/winetest/Makefile"
27205 ALL_MAKEFILES="$ALL_MAKEFILES \\
27206 programs/winevdm/Makefile"
27207 test "x$enable_winevdm" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27208 winevdm" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27209 winevdm"
27210 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27211 programs/winevdm/Makefile: programs/winevdm/Makefile.in programs/Makeprog.rules"
27212 ac_config_files="$ac_config_files programs/winevdm/Makefile"
27214 ALL_MAKEFILES="$ALL_MAKEFILES \\
27215 programs/winhlp32/Makefile"
27216 test "x$enable_winhlp32" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27217 winhlp32" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27218 winhlp32"
27219 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27220 programs/winhlp32/Makefile: programs/winhlp32/Makefile.in programs/Makeprog.rules"
27221 ac_config_files="$ac_config_files programs/winhlp32/Makefile"
27223 ALL_MAKEFILES="$ALL_MAKEFILES \\
27224 programs/winver/Makefile"
27225 test "x$enable_winver" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27226 winver" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27227 winver"
27228 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27229 programs/winver/Makefile: programs/winver/Makefile.in programs/Makeprog.rules"
27230 ac_config_files="$ac_config_files programs/winver/Makefile"
27232 ALL_MAKEFILES="$ALL_MAKEFILES \\
27233 programs/wordpad/Makefile"
27234 test "x$enable_wordpad" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27235 wordpad" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27236 wordpad"
27237 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27238 programs/wordpad/Makefile: programs/wordpad/Makefile.in programs/Makeprog.rules"
27239 ac_config_files="$ac_config_files programs/wordpad/Makefile"
27241 ALL_MAKEFILES="$ALL_MAKEFILES \\
27242 programs/write/Makefile"
27243 test "x$enable_write" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27244 write" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27245 write"
27246 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27247 programs/write/Makefile: programs/write/Makefile.in programs/Makeprog.rules"
27248 ac_config_files="$ac_config_files programs/write/Makefile"
27250 ALL_MAKEFILES="$ALL_MAKEFILES \\
27251 programs/xcopy/Makefile"
27252 test "x$enable_xcopy" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27253 xcopy" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27254 xcopy"
27255 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27256 programs/xcopy/Makefile: programs/xcopy/Makefile.in programs/Makeprog.rules"
27257 ac_config_files="$ac_config_files programs/xcopy/Makefile"
27259 ALL_MAKEFILES="$ALL_MAKEFILES \\
27260 server/Makefile"
27261 test "x$enable_server" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
27262 server"
27263 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27264 server/Makefile: server/Makefile.in Make.rules"
27265 ac_config_files="$ac_config_files server/Makefile"
27267 ALL_MAKEFILES="$ALL_MAKEFILES \\
27268 tools/Makefile"
27269 test "x$enable_tools" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
27270 tools"
27271 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27272 tools/Makefile: tools/Makefile.in Make.rules"
27273 ac_config_files="$ac_config_files tools/Makefile"
27275 ALL_MAKEFILES="$ALL_MAKEFILES \\
27276 tools/widl/Makefile"
27278 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27279 tools/widl/Makefile: tools/widl/Makefile.in Make.rules"
27280 ac_config_files="$ac_config_files tools/widl/Makefile"
27282 ALL_MAKEFILES="$ALL_MAKEFILES \\
27283 tools/winebuild/Makefile"
27285 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27286 tools/winebuild/Makefile: tools/winebuild/Makefile.in Make.rules"
27287 ac_config_files="$ac_config_files tools/winebuild/Makefile"
27289 ALL_MAKEFILES="$ALL_MAKEFILES \\
27290 tools/winedump/Makefile"
27292 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27293 tools/winedump/Makefile: tools/winedump/Makefile.in Make.rules"
27294 ac_config_files="$ac_config_files tools/winedump/Makefile"
27296 ALL_MAKEFILES="$ALL_MAKEFILES \\
27297 tools/winegcc/Makefile"
27299 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27300 tools/winegcc/Makefile: tools/winegcc/Makefile.in Make.rules"
27301 ac_config_files="$ac_config_files tools/winegcc/Makefile"
27303 ALL_MAKEFILES="$ALL_MAKEFILES \\
27304 tools/wmc/Makefile"
27306 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27307 tools/wmc/Makefile: tools/wmc/Makefile.in Make.rules"
27308 ac_config_files="$ac_config_files tools/wmc/Makefile"
27310 ALL_MAKEFILES="$ALL_MAKEFILES \\
27311 tools/wrc/Makefile"
27313 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27314 tools/wrc/Makefile: tools/wrc/Makefile.in Make.rules"
27315 ac_config_files="$ac_config_files tools/wrc/Makefile"
27319 ALL_WINETEST_DEPENDS="# Test binaries"
27321 for dir in $ALL_TEST_DIRS
27323 if test "$dir" != "\\"
27324 then
27325 testname=`expr $dir : '\(.*\)/tests'`_test.exe
27326 ALL_WINETEST_DEPENDS="$ALL_WINETEST_DEPENDS
27327 $testname: \$(DLLDIR)/$dir/$testname\$(DLLEXT)
27328 cp \$(DLLDIR)/$dir/$testname\$(DLLEXT) \$@ && \$(STRIP) \$@"
27330 done
27332 cat >confcache <<\_ACEOF
27333 # This file is a shell script that caches the results of configure
27334 # tests run on this system so they can be shared between configure
27335 # scripts and configure runs, see configure's option --config-cache.
27336 # It is not useful on other systems. If it contains results you don't
27337 # want to keep, you may remove or edit it.
27339 # config.status only pays attention to the cache file if you give it
27340 # the --recheck option to rerun configure.
27342 # `ac_cv_env_foo' variables (set or unset) will be overridden when
27343 # loading this file, other *unset* `ac_cv_foo' will be assigned the
27344 # following values.
27346 _ACEOF
27348 # The following way of writing the cache mishandles newlines in values,
27349 # but we know of no workaround that is simple, portable, and efficient.
27350 # So, we kill variables containing newlines.
27351 # Ultrix sh set writes to stderr and can't be redirected directly,
27352 # and sets the high bit in the cache file unless we assign to the vars.
27354 for ac_var in `(set) 2>&1 | sed -n 's/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'`; do
27355 eval ac_val=\$$ac_var
27356 case $ac_val in #(
27357 *${as_nl}*)
27358 case $ac_var in #(
27359 *_cv_*) { $as_echo "$as_me:$LINENO: WARNING: cache variable $ac_var contains a newline" >&5
27360 $as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
27361 esac
27362 case $ac_var in #(
27363 _ | IFS | as_nl) ;; #(
27364 BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
27365 *) $as_unset $ac_var ;;
27366 esac ;;
27367 esac
27368 done
27370 (set) 2>&1 |
27371 case $as_nl`(ac_space=' '; set) 2>&1` in #(
27372 *${as_nl}ac_space=\ *)
27373 # `set' does not quote correctly, so add quotes (double-quote
27374 # substitution turns \\\\ into \\, and sed turns \\ into \).
27375 sed -n \
27376 "s/'/'\\\\''/g;
27377 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
27378 ;; #(
27380 # `set' quotes correctly as required by POSIX, so do not add quotes.
27381 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
27383 esac |
27384 sort
27386 sed '
27387 /^ac_cv_env_/b end
27388 t clear
27389 :clear
27390 s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
27391 t end
27392 s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
27393 :end' >>confcache
27394 if diff "$cache_file" confcache >/dev/null 2>&1; then :; else
27395 if test -w "$cache_file"; then
27396 test "x$cache_file" != "x/dev/null" &&
27397 { $as_echo "$as_me:$LINENO: updating cache $cache_file" >&5
27398 $as_echo "$as_me: updating cache $cache_file" >&6;}
27399 cat confcache >$cache_file
27400 else
27401 { $as_echo "$as_me:$LINENO: not updating unwritable cache $cache_file" >&5
27402 $as_echo "$as_me: not updating unwritable cache $cache_file" >&6;}
27405 rm -f confcache
27407 test "x$prefix" = xNONE && prefix=$ac_default_prefix
27408 # Let make expand exec_prefix.
27409 test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
27411 DEFS=-DHAVE_CONFIG_H
27413 ac_libobjs=
27414 ac_ltlibobjs=
27415 for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue
27416 # 1. Remove the extension, and $U if already installed.
27417 ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
27418 ac_i=`$as_echo "$ac_i" | sed "$ac_script"`
27419 # 2. Prepend LIBOBJDIR. When used with automake>=1.10 LIBOBJDIR
27420 # will be set to the directory where LIBOBJS objects are built.
27421 ac_libobjs="$ac_libobjs \${LIBOBJDIR}$ac_i\$U.$ac_objext"
27422 ac_ltlibobjs="$ac_ltlibobjs \${LIBOBJDIR}$ac_i"'$U.lo'
27423 done
27424 LIBOBJS=$ac_libobjs
27426 LTLIBOBJS=$ac_ltlibobjs
27430 : ${CONFIG_STATUS=./config.status}
27431 ac_write_fail=0
27432 ac_clean_files_save=$ac_clean_files
27433 ac_clean_files="$ac_clean_files $CONFIG_STATUS"
27434 { $as_echo "$as_me:$LINENO: creating $CONFIG_STATUS" >&5
27435 $as_echo "$as_me: creating $CONFIG_STATUS" >&6;}
27436 cat >$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
27437 #! $SHELL
27438 # Generated by $as_me.
27439 # Run this file to recreate the current configuration.
27440 # Compiler output produced by configure, useful for debugging
27441 # configure, is in config.log if it exists.
27443 debug=false
27444 ac_cs_recheck=false
27445 ac_cs_silent=false
27446 SHELL=\${CONFIG_SHELL-$SHELL}
27447 _ACEOF
27449 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
27450 ## --------------------- ##
27451 ## M4sh Initialization. ##
27452 ## --------------------- ##
27454 # Be more Bourne compatible
27455 DUALCASE=1; export DUALCASE # for MKS sh
27456 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
27457 emulate sh
27458 NULLCMD=:
27459 # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
27460 # is contrary to our usage. Disable this feature.
27461 alias -g '${1+"$@"}'='"$@"'
27462 setopt NO_GLOB_SUBST
27463 else
27464 case `(set -o) 2>/dev/null` in
27465 *posix*) set -o posix ;;
27466 esac
27473 # PATH needs CR
27474 # Avoid depending upon Character Ranges.
27475 as_cr_letters='abcdefghijklmnopqrstuvwxyz'
27476 as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
27477 as_cr_Letters=$as_cr_letters$as_cr_LETTERS
27478 as_cr_digits='0123456789'
27479 as_cr_alnum=$as_cr_Letters$as_cr_digits
27481 as_nl='
27483 export as_nl
27484 # Printing a long string crashes Solaris 7 /usr/bin/printf.
27485 as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
27486 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo
27487 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo
27488 if (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
27489 as_echo='printf %s\n'
27490 as_echo_n='printf %s'
27491 else
27492 if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
27493 as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
27494 as_echo_n='/usr/ucb/echo -n'
27495 else
27496 as_echo_body='eval expr "X$1" : "X\\(.*\\)"'
27497 as_echo_n_body='eval
27498 arg=$1;
27499 case $arg in
27500 *"$as_nl"*)
27501 expr "X$arg" : "X\\(.*\\)$as_nl";
27502 arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
27503 esac;
27504 expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl"
27506 export as_echo_n_body
27507 as_echo_n='sh -c $as_echo_n_body as_echo'
27509 export as_echo_body
27510 as_echo='sh -c $as_echo_body as_echo'
27513 # The user is always right.
27514 if test "${PATH_SEPARATOR+set}" != set; then
27515 PATH_SEPARATOR=:
27516 (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && {
27517 (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||
27518 PATH_SEPARATOR=';'
27522 # Support unset when possible.
27523 if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then
27524 as_unset=unset
27525 else
27526 as_unset=false
27530 # IFS
27531 # We need space, tab and new line, in precisely that order. Quoting is
27532 # there to prevent editors from complaining about space-tab.
27533 # (If _AS_PATH_WALK were called with IFS unset, it would disable word
27534 # splitting by setting IFS to empty value.)
27535 IFS=" "" $as_nl"
27537 # Find who we are. Look in the path if we contain no directory separator.
27538 case $0 in
27539 *[\\/]* ) as_myself=$0 ;;
27540 *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
27541 for as_dir in $PATH
27543 IFS=$as_save_IFS
27544 test -z "$as_dir" && as_dir=.
27545 test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
27546 done
27547 IFS=$as_save_IFS
27550 esac
27551 # We did not find ourselves, most probably we were run as `sh COMMAND'
27552 # in which case we are not to be found in the path.
27553 if test "x$as_myself" = x; then
27554 as_myself=$0
27556 if test ! -f "$as_myself"; then
27557 $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
27558 { (exit 1); exit 1; }
27561 # Work around bugs in pre-3.0 UWIN ksh.
27562 for as_var in ENV MAIL MAILPATH
27563 do ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var
27564 done
27565 PS1='$ '
27566 PS2='> '
27567 PS4='+ '
27569 # NLS nuisances.
27570 LC_ALL=C
27571 export LC_ALL
27572 LANGUAGE=C
27573 export LANGUAGE
27575 # Required to use basename.
27576 if expr a : '\(a\)' >/dev/null 2>&1 &&
27577 test "X`expr 00001 : '.*\(...\)'`" = X001; then
27578 as_expr=expr
27579 else
27580 as_expr=false
27583 if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
27584 as_basename=basename
27585 else
27586 as_basename=false
27590 # Name of the executable.
27591 as_me=`$as_basename -- "$0" ||
27592 $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
27593 X"$0" : 'X\(//\)$' \| \
27594 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
27595 $as_echo X/"$0" |
27596 sed '/^.*\/\([^/][^/]*\)\/*$/{
27597 s//\1/
27600 /^X\/\(\/\/\)$/{
27601 s//\1/
27604 /^X\/\(\/\).*/{
27605 s//\1/
27608 s/.*/./; q'`
27610 # CDPATH.
27611 $as_unset CDPATH
27615 as_lineno_1=$LINENO
27616 as_lineno_2=$LINENO
27617 test "x$as_lineno_1" != "x$as_lineno_2" &&
27618 test "x`expr $as_lineno_1 + 1`" = "x$as_lineno_2" || {
27620 # Create $as_me.lineno as a copy of $as_myself, but with $LINENO
27621 # uniformly replaced by the line number. The first 'sed' inserts a
27622 # line-number line after each line using $LINENO; the second 'sed'
27623 # does the real work. The second script uses 'N' to pair each
27624 # line-number line with the line containing $LINENO, and appends
27625 # trailing '-' during substitution so that $LINENO is not a special
27626 # case at line end.
27627 # (Raja R Harinath suggested sed '=', and Paul Eggert wrote the
27628 # scripts with optimization help from Paolo Bonzini. Blame Lee
27629 # E. McMahon (1931-1989) for sed's syntax. :-)
27630 sed -n '
27632 /[$]LINENO/=
27633 ' <$as_myself |
27634 sed '
27635 s/[$]LINENO.*/&-/
27636 t lineno
27638 :lineno
27640 :loop
27641 s/[$]LINENO\([^'$as_cr_alnum'_].*\n\)\(.*\)/\2\1\2/
27642 t loop
27643 s/-\n.*//
27644 ' >$as_me.lineno &&
27645 chmod +x "$as_me.lineno" ||
27646 { $as_echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2
27647 { (exit 1); exit 1; }; }
27649 # Don't try to exec as it changes $[0], causing all sort of problems
27650 # (the dirname of $[0] is not the place where we might find the
27651 # original and so on. Autoconf is especially sensitive to this).
27652 . "./$as_me.lineno"
27653 # Exit status is that of the last command.
27654 exit
27658 if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
27659 as_dirname=dirname
27660 else
27661 as_dirname=false
27664 ECHO_C= ECHO_N= ECHO_T=
27665 case `echo -n x` in
27666 -n*)
27667 case `echo 'x\c'` in
27668 *c*) ECHO_T=' ';; # ECHO_T is single tab character.
27669 *) ECHO_C='\c';;
27670 esac;;
27672 ECHO_N='-n';;
27673 esac
27674 if expr a : '\(a\)' >/dev/null 2>&1 &&
27675 test "X`expr 00001 : '.*\(...\)'`" = X001; then
27676 as_expr=expr
27677 else
27678 as_expr=false
27681 rm -f conf$$ conf$$.exe conf$$.file
27682 if test -d conf$$.dir; then
27683 rm -f conf$$.dir/conf$$.file
27684 else
27685 rm -f conf$$.dir
27686 mkdir conf$$.dir 2>/dev/null
27688 if (echo >conf$$.file) 2>/dev/null; then
27689 if ln -s conf$$.file conf$$ 2>/dev/null; then
27690 as_ln_s='ln -s'
27691 # ... but there are two gotchas:
27692 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
27693 # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
27694 # In both cases, we have to default to `cp -p'.
27695 ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
27696 as_ln_s='cp -p'
27697 elif ln conf$$.file conf$$ 2>/dev/null; then
27698 as_ln_s=ln
27699 else
27700 as_ln_s='cp -p'
27702 else
27703 as_ln_s='cp -p'
27705 rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
27706 rmdir conf$$.dir 2>/dev/null
27708 if mkdir -p . 2>/dev/null; then
27709 as_mkdir_p=:
27710 else
27711 test -d ./-p && rmdir ./-p
27712 as_mkdir_p=false
27715 if test -x / >/dev/null 2>&1; then
27716 as_test_x='test -x'
27717 else
27718 if ls -dL / >/dev/null 2>&1; then
27719 as_ls_L_option=L
27720 else
27721 as_ls_L_option=
27723 as_test_x='
27724 eval sh -c '\''
27725 if test -d "$1"; then
27726 test -d "$1/.";
27727 else
27728 case $1 in
27729 -*)set "./$1";;
27730 esac;
27731 case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in
27732 ???[sx]*):;;*)false;;esac;fi
27733 '\'' sh
27736 as_executable_p=$as_test_x
27738 # Sed expression to map a string onto a valid CPP name.
27739 as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
27741 # Sed expression to map a string onto a valid variable name.
27742 as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
27745 exec 6>&1
27747 # Save the log message, to keep $[0] and so on meaningful, and to
27748 # report actual input values of CONFIG_FILES etc. instead of their
27749 # values after options handling.
27750 ac_log="
27751 This file was extended by Wine $as_me 1.1.11, which was
27752 generated by GNU Autoconf 2.63. Invocation command line was
27754 CONFIG_FILES = $CONFIG_FILES
27755 CONFIG_HEADERS = $CONFIG_HEADERS
27756 CONFIG_LINKS = $CONFIG_LINKS
27757 CONFIG_COMMANDS = $CONFIG_COMMANDS
27758 $ $0 $@
27760 on `(hostname || uname -n) 2>/dev/null | sed 1q`
27763 _ACEOF
27765 case $ac_config_files in *"
27766 "*) set x $ac_config_files; shift; ac_config_files=$*;;
27767 esac
27769 case $ac_config_headers in *"
27770 "*) set x $ac_config_headers; shift; ac_config_headers=$*;;
27771 esac
27774 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
27775 # Files that config.status was made for.
27776 config_files="$ac_config_files"
27777 config_headers="$ac_config_headers"
27778 config_commands="$ac_config_commands"
27780 _ACEOF
27782 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
27783 ac_cs_usage="\
27784 \`$as_me' instantiates files from templates according to the
27785 current configuration.
27787 Usage: $0 [OPTION]... [FILE]...
27789 -h, --help print this help, then exit
27790 -V, --version print version number and configuration settings, then exit
27791 -q, --quiet, --silent
27792 do not print progress messages
27793 -d, --debug don't remove temporary files
27794 --recheck update $as_me by reconfiguring in the same conditions
27795 --file=FILE[:TEMPLATE]
27796 instantiate the configuration file FILE
27797 --header=FILE[:TEMPLATE]
27798 instantiate the configuration header FILE
27800 Configuration files:
27801 $config_files
27803 Configuration headers:
27804 $config_headers
27806 Configuration commands:
27807 $config_commands
27809 Report bugs to <bug-autoconf@gnu.org>."
27811 _ACEOF
27812 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
27813 ac_cs_version="\\
27814 Wine config.status 1.1.11
27815 configured by $0, generated by GNU Autoconf 2.63,
27816 with options \\"`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\"
27818 Copyright (C) 2008 Free Software Foundation, Inc.
27819 This config.status script is free software; the Free Software Foundation
27820 gives unlimited permission to copy, distribute and modify it."
27822 ac_pwd='$ac_pwd'
27823 srcdir='$srcdir'
27824 INSTALL='$INSTALL'
27825 test -n "\$AWK" || AWK=awk
27826 _ACEOF
27828 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
27829 # The default lists apply if the user does not specify any file.
27830 ac_need_defaults=:
27831 while test $# != 0
27833 case $1 in
27834 --*=*)
27835 ac_option=`expr "X$1" : 'X\([^=]*\)='`
27836 ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
27837 ac_shift=:
27840 ac_option=$1
27841 ac_optarg=$2
27842 ac_shift=shift
27844 esac
27846 case $ac_option in
27847 # Handling of the options.
27848 -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
27849 ac_cs_recheck=: ;;
27850 --version | --versio | --versi | --vers | --ver | --ve | --v | -V )
27851 $as_echo "$ac_cs_version"; exit ;;
27852 --debug | --debu | --deb | --de | --d | -d )
27853 debug=: ;;
27854 --file | --fil | --fi | --f )
27855 $ac_shift
27856 case $ac_optarg in
27857 *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
27858 esac
27859 CONFIG_FILES="$CONFIG_FILES '$ac_optarg'"
27860 ac_need_defaults=false;;
27861 --header | --heade | --head | --hea )
27862 $ac_shift
27863 case $ac_optarg in
27864 *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
27865 esac
27866 CONFIG_HEADERS="$CONFIG_HEADERS '$ac_optarg'"
27867 ac_need_defaults=false;;
27868 --he | --h)
27869 # Conflict between --help and --header
27870 { $as_echo "$as_me: error: ambiguous option: $1
27871 Try \`$0 --help' for more information." >&2
27872 { (exit 1); exit 1; }; };;
27873 --help | --hel | -h )
27874 $as_echo "$ac_cs_usage"; exit ;;
27875 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
27876 | -silent | --silent | --silen | --sile | --sil | --si | --s)
27877 ac_cs_silent=: ;;
27879 # This is an error.
27880 -*) { $as_echo "$as_me: error: unrecognized option: $1
27881 Try \`$0 --help' for more information." >&2
27882 { (exit 1); exit 1; }; } ;;
27884 *) ac_config_targets="$ac_config_targets $1"
27885 ac_need_defaults=false ;;
27887 esac
27888 shift
27889 done
27891 ac_configure_extra_args=
27893 if $ac_cs_silent; then
27894 exec 6>/dev/null
27895 ac_configure_extra_args="$ac_configure_extra_args --silent"
27898 _ACEOF
27899 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
27900 if \$ac_cs_recheck; then
27901 set X '$SHELL' '$0' $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
27902 shift
27903 \$as_echo "running CONFIG_SHELL=$SHELL \$*" >&6
27904 CONFIG_SHELL='$SHELL'
27905 export CONFIG_SHELL
27906 exec "\$@"
27909 _ACEOF
27910 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
27911 exec 5>>config.log
27913 echo
27914 sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
27915 ## Running $as_me. ##
27916 _ASBOX
27917 $as_echo "$ac_log"
27918 } >&5
27920 _ACEOF
27921 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
27922 _ACEOF
27924 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
27926 # Handling of arguments.
27927 for ac_config_target in $ac_config_targets
27929 case $ac_config_target in
27930 "include/config.h") CONFIG_HEADERS="$CONFIG_HEADERS include/config.h" ;;
27931 "include/stamp-h") CONFIG_COMMANDS="$CONFIG_COMMANDS include/stamp-h" ;;
27932 "dlls/gdi32/enhmfdrv") CONFIG_COMMANDS="$CONFIG_COMMANDS dlls/gdi32/enhmfdrv" ;;
27933 "dlls/gdi32/mfdrv") CONFIG_COMMANDS="$CONFIG_COMMANDS dlls/gdi32/mfdrv" ;;
27934 "dlls/kernel32/nls") CONFIG_COMMANDS="$CONFIG_COMMANDS dlls/kernel32/nls" ;;
27935 "dlls/user32/resources") CONFIG_COMMANDS="$CONFIG_COMMANDS dlls/user32/resources" ;;
27936 "dlls/wineps.drv/data") CONFIG_COMMANDS="$CONFIG_COMMANDS dlls/wineps.drv/data" ;;
27937 "include/wine") CONFIG_COMMANDS="$CONFIG_COMMANDS include/wine" ;;
27938 "Make.rules") CONFIG_FILES="$CONFIG_FILES Make.rules" ;;
27939 "dlls/Makedll.rules") CONFIG_FILES="$CONFIG_FILES dlls/Makedll.rules" ;;
27940 "dlls/Makeimplib.rules") CONFIG_FILES="$CONFIG_FILES dlls/Makeimplib.rules" ;;
27941 "dlls/Maketest.rules") CONFIG_FILES="$CONFIG_FILES dlls/Maketest.rules" ;;
27942 "programs/Makeprog.rules") CONFIG_FILES="$CONFIG_FILES programs/Makeprog.rules" ;;
27943 "Makefile") CONFIG_FILES="$CONFIG_FILES Makefile" ;;
27944 "dlls/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/Makefile" ;;
27945 "dlls/acledit/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/acledit/Makefile" ;;
27946 "dlls/activeds/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/activeds/Makefile" ;;
27947 "dlls/actxprxy/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/actxprxy/Makefile" ;;
27948 "dlls/adsiid/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/adsiid/Makefile" ;;
27949 "dlls/advapi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/advapi32/Makefile" ;;
27950 "dlls/advapi32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/advapi32/tests/Makefile" ;;
27951 "dlls/advpack/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/advpack/Makefile" ;;
27952 "dlls/advpack/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/advpack/tests/Makefile" ;;
27953 "dlls/amstream/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/amstream/Makefile" ;;
27954 "dlls/appwiz.cpl/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/appwiz.cpl/Makefile" ;;
27955 "dlls/atl/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/atl/Makefile" ;;
27956 "dlls/avicap32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/avicap32/Makefile" ;;
27957 "dlls/avifil32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/avifil32/Makefile" ;;
27958 "dlls/browseui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/browseui/Makefile" ;;
27959 "dlls/browseui/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/browseui/tests/Makefile" ;;
27960 "dlls/cabinet/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cabinet/Makefile" ;;
27961 "dlls/cabinet/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cabinet/tests/Makefile" ;;
27962 "dlls/capi2032/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/capi2032/Makefile" ;;
27963 "dlls/cards/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cards/Makefile" ;;
27964 "dlls/cfgmgr32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cfgmgr32/Makefile" ;;
27965 "dlls/clusapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/clusapi/Makefile" ;;
27966 "dlls/comcat/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/comcat/Makefile" ;;
27967 "dlls/comcat/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/comcat/tests/Makefile" ;;
27968 "dlls/comctl32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/comctl32/Makefile" ;;
27969 "dlls/comctl32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/comctl32/tests/Makefile" ;;
27970 "dlls/comdlg32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/comdlg32/Makefile" ;;
27971 "dlls/comdlg32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/comdlg32/tests/Makefile" ;;
27972 "dlls/compstui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/compstui/Makefile" ;;
27973 "dlls/credui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/credui/Makefile" ;;
27974 "dlls/credui/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/credui/tests/Makefile" ;;
27975 "dlls/crtdll/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/crtdll/Makefile" ;;
27976 "dlls/crypt32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/crypt32/Makefile" ;;
27977 "dlls/crypt32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/crypt32/tests/Makefile" ;;
27978 "dlls/cryptdlg/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cryptdlg/Makefile" ;;
27979 "dlls/cryptdll/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cryptdll/Makefile" ;;
27980 "dlls/cryptnet/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cryptnet/Makefile" ;;
27981 "dlls/cryptnet/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cryptnet/tests/Makefile" ;;
27982 "dlls/cryptui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cryptui/Makefile" ;;
27983 "dlls/cryptui/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cryptui/tests/Makefile" ;;
27984 "dlls/ctapi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ctapi32/Makefile" ;;
27985 "dlls/ctl3d32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ctl3d32/Makefile" ;;
27986 "dlls/d3d10/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d10/Makefile" ;;
27987 "dlls/d3d10/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d10/tests/Makefile" ;;
27988 "dlls/d3d10core/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d10core/Makefile" ;;
27989 "dlls/d3d10core/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d10core/tests/Makefile" ;;
27990 "dlls/d3d8/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d8/Makefile" ;;
27991 "dlls/d3d8/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d8/tests/Makefile" ;;
27992 "dlls/d3d9/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d9/Makefile" ;;
27993 "dlls/d3d9/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d9/tests/Makefile" ;;
27994 "dlls/d3dim/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dim/Makefile" ;;
27995 "dlls/d3drm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3drm/Makefile" ;;
27996 "dlls/d3drm/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3drm/tests/Makefile" ;;
27997 "dlls/d3dx8/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx8/Makefile" ;;
27998 "dlls/d3dx8/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx8/tests/Makefile" ;;
27999 "dlls/d3dx9_24/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_24/Makefile" ;;
28000 "dlls/d3dx9_25/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_25/Makefile" ;;
28001 "dlls/d3dx9_26/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_26/Makefile" ;;
28002 "dlls/d3dx9_27/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_27/Makefile" ;;
28003 "dlls/d3dx9_28/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_28/Makefile" ;;
28004 "dlls/d3dx9_29/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_29/Makefile" ;;
28005 "dlls/d3dx9_30/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_30/Makefile" ;;
28006 "dlls/d3dx9_31/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_31/Makefile" ;;
28007 "dlls/d3dx9_32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_32/Makefile" ;;
28008 "dlls/d3dx9_33/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_33/Makefile" ;;
28009 "dlls/d3dx9_34/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_34/Makefile" ;;
28010 "dlls/d3dx9_35/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_35/Makefile" ;;
28011 "dlls/d3dx9_36/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_36/Makefile" ;;
28012 "dlls/d3dx9_36/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_36/tests/Makefile" ;;
28013 "dlls/d3dx9_37/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_37/Makefile" ;;
28014 "dlls/d3dxof/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dxof/Makefile" ;;
28015 "dlls/d3dxof/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dxof/tests/Makefile" ;;
28016 "dlls/dbghelp/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dbghelp/Makefile" ;;
28017 "dlls/dciman32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dciman32/Makefile" ;;
28018 "dlls/ddraw/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ddraw/Makefile" ;;
28019 "dlls/ddraw/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ddraw/tests/Makefile" ;;
28020 "dlls/ddrawex/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ddrawex/Makefile" ;;
28021 "dlls/devenum/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/devenum/Makefile" ;;
28022 "dlls/dinput/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dinput/Makefile" ;;
28023 "dlls/dinput/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dinput/tests/Makefile" ;;
28024 "dlls/dinput8/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dinput8/Makefile" ;;
28025 "dlls/dmband/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmband/Makefile" ;;
28026 "dlls/dmcompos/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmcompos/Makefile" ;;
28027 "dlls/dmime/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmime/Makefile" ;;
28028 "dlls/dmloader/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmloader/Makefile" ;;
28029 "dlls/dmscript/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmscript/Makefile" ;;
28030 "dlls/dmstyle/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmstyle/Makefile" ;;
28031 "dlls/dmsynth/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmsynth/Makefile" ;;
28032 "dlls/dmusic/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmusic/Makefile" ;;
28033 "dlls/dmusic32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmusic32/Makefile" ;;
28034 "dlls/dnsapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dnsapi/Makefile" ;;
28035 "dlls/dnsapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dnsapi/tests/Makefile" ;;
28036 "dlls/dplay/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dplay/Makefile" ;;
28037 "dlls/dplayx/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dplayx/Makefile" ;;
28038 "dlls/dplayx/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dplayx/tests/Makefile" ;;
28039 "dlls/dpnaddr/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dpnaddr/Makefile" ;;
28040 "dlls/dpnet/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dpnet/Makefile" ;;
28041 "dlls/dpnhpast/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dpnhpast/Makefile" ;;
28042 "dlls/dpnlobby/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dpnlobby/Makefile" ;;
28043 "dlls/dpwsockx/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dpwsockx/Makefile" ;;
28044 "dlls/dsound/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dsound/Makefile" ;;
28045 "dlls/dsound/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dsound/tests/Makefile" ;;
28046 "dlls/dssenh/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dssenh/Makefile" ;;
28047 "dlls/dswave/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dswave/Makefile" ;;
28048 "dlls/dwmapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dwmapi/Makefile" ;;
28049 "dlls/dxdiagn/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dxdiagn/Makefile" ;;
28050 "dlls/dxerr8/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dxerr8/Makefile" ;;
28051 "dlls/dxerr9/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dxerr9/Makefile" ;;
28052 "dlls/dxgi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dxgi/Makefile" ;;
28053 "dlls/dxgi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dxgi/tests/Makefile" ;;
28054 "dlls/dxguid/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dxguid/Makefile" ;;
28055 "dlls/faultrep/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/faultrep/Makefile" ;;
28056 "dlls/fusion/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/fusion/Makefile" ;;
28057 "dlls/fusion/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/fusion/tests/Makefile" ;;
28058 "dlls/gdi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/gdi32/Makefile" ;;
28059 "dlls/gdi32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/gdi32/tests/Makefile" ;;
28060 "dlls/gdiplus/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/gdiplus/Makefile" ;;
28061 "dlls/gdiplus/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/gdiplus/tests/Makefile" ;;
28062 "dlls/glu32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/glu32/Makefile" ;;
28063 "dlls/gphoto2.ds/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/gphoto2.ds/Makefile" ;;
28064 "dlls/gpkcsp/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/gpkcsp/Makefile" ;;
28065 "dlls/hal/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/hal/Makefile" ;;
28066 "dlls/hhctrl.ocx/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/hhctrl.ocx/Makefile" ;;
28067 "dlls/hid/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/hid/Makefile" ;;
28068 "dlls/hlink/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/hlink/Makefile" ;;
28069 "dlls/hlink/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/hlink/tests/Makefile" ;;
28070 "dlls/hnetcfg/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/hnetcfg/Makefile" ;;
28071 "dlls/iccvid/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/iccvid/Makefile" ;;
28072 "dlls/icmp/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/icmp/Makefile" ;;
28073 "dlls/ifsmgr.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ifsmgr.vxd/Makefile" ;;
28074 "dlls/imaadp32.acm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/imaadp32.acm/Makefile" ;;
28075 "dlls/imagehlp/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/imagehlp/Makefile" ;;
28076 "dlls/imm32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/imm32/Makefile" ;;
28077 "dlls/imm32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/imm32/tests/Makefile" ;;
28078 "dlls/inetcomm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/inetcomm/Makefile" ;;
28079 "dlls/inetcomm/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/inetcomm/tests/Makefile" ;;
28080 "dlls/inetmib1/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/inetmib1/Makefile" ;;
28081 "dlls/inetmib1/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/inetmib1/tests/Makefile" ;;
28082 "dlls/infosoft/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/infosoft/Makefile" ;;
28083 "dlls/infosoft/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/infosoft/tests/Makefile" ;;
28084 "dlls/initpki/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/initpki/Makefile" ;;
28085 "dlls/inkobj/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/inkobj/Makefile" ;;
28086 "dlls/inseng/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/inseng/Makefile" ;;
28087 "dlls/iphlpapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/iphlpapi/Makefile" ;;
28088 "dlls/iphlpapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/iphlpapi/tests/Makefile" ;;
28089 "dlls/itircl/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/itircl/Makefile" ;;
28090 "dlls/itss/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/itss/Makefile" ;;
28091 "dlls/itss/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/itss/tests/Makefile" ;;
28092 "dlls/jscript/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/jscript/Makefile" ;;
28093 "dlls/jscript/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/jscript/tests/Makefile" ;;
28094 "dlls/kernel32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/kernel32/Makefile" ;;
28095 "dlls/kernel32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/kernel32/tests/Makefile" ;;
28096 "dlls/localspl/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/localspl/Makefile" ;;
28097 "dlls/localspl/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/localspl/tests/Makefile" ;;
28098 "dlls/localui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/localui/Makefile" ;;
28099 "dlls/localui/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/localui/tests/Makefile" ;;
28100 "dlls/lz32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/lz32/Makefile" ;;
28101 "dlls/lz32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/lz32/tests/Makefile" ;;
28102 "dlls/mapi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mapi32/Makefile" ;;
28103 "dlls/mapi32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mapi32/tests/Makefile" ;;
28104 "dlls/mciavi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mciavi32/Makefile" ;;
28105 "dlls/mcicda/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mcicda/Makefile" ;;
28106 "dlls/mciseq/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mciseq/Makefile" ;;
28107 "dlls/mciwave/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mciwave/Makefile" ;;
28108 "dlls/midimap/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/midimap/Makefile" ;;
28109 "dlls/mlang/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mlang/Makefile" ;;
28110 "dlls/mlang/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mlang/tests/Makefile" ;;
28111 "dlls/mmdevldr.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mmdevldr.vxd/Makefile" ;;
28112 "dlls/monodebg.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/monodebg.vxd/Makefile" ;;
28113 "dlls/mountmgr.sys/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mountmgr.sys/Makefile" ;;
28114 "dlls/mpr/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mpr/Makefile" ;;
28115 "dlls/mprapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mprapi/Makefile" ;;
28116 "dlls/msacm32.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msacm32.drv/Makefile" ;;
28117 "dlls/msacm32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msacm32/Makefile" ;;
28118 "dlls/msacm32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msacm32/tests/Makefile" ;;
28119 "dlls/msadp32.acm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msadp32.acm/Makefile" ;;
28120 "dlls/mscat32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mscat32/Makefile" ;;
28121 "dlls/mscms/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mscms/Makefile" ;;
28122 "dlls/mscms/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mscms/tests/Makefile" ;;
28123 "dlls/mscoree/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mscoree/Makefile" ;;
28124 "dlls/msdmo/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msdmo/Makefile" ;;
28125 "dlls/msftedit/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msftedit/Makefile" ;;
28126 "dlls/msg711.acm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msg711.acm/Makefile" ;;
28127 "dlls/mshtml.tlb/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mshtml.tlb/Makefile" ;;
28128 "dlls/mshtml/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mshtml/Makefile" ;;
28129 "dlls/mshtml/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mshtml/tests/Makefile" ;;
28130 "dlls/msi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msi/Makefile" ;;
28131 "dlls/msi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msi/tests/Makefile" ;;
28132 "dlls/msimg32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msimg32/Makefile" ;;
28133 "dlls/msimtf/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msimtf/Makefile" ;;
28134 "dlls/msisip/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msisip/Makefile" ;;
28135 "dlls/msisys.ocx/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msisys.ocx/Makefile" ;;
28136 "dlls/msnet32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msnet32/Makefile" ;;
28137 "dlls/msrle32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msrle32/Makefile" ;;
28138 "dlls/mssip32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mssip32/Makefile" ;;
28139 "dlls/mstask/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mstask/Makefile" ;;
28140 "dlls/mstask/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mstask/tests/Makefile" ;;
28141 "dlls/msvcirt/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcirt/Makefile" ;;
28142 "dlls/msvcr71/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcr71/Makefile" ;;
28143 "dlls/msvcrt/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcrt/Makefile" ;;
28144 "dlls/msvcrt/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcrt/tests/Makefile" ;;
28145 "dlls/msvcrt20/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcrt20/Makefile" ;;
28146 "dlls/msvcrt40/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcrt40/Makefile" ;;
28147 "dlls/msvcrtd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcrtd/Makefile" ;;
28148 "dlls/msvcrtd/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcrtd/tests/Makefile" ;;
28149 "dlls/msvfw32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvfw32/Makefile" ;;
28150 "dlls/msvfw32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvfw32/tests/Makefile" ;;
28151 "dlls/msvidc32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvidc32/Makefile" ;;
28152 "dlls/mswsock/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mswsock/Makefile" ;;
28153 "dlls/msxml3/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msxml3/Makefile" ;;
28154 "dlls/msxml3/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msxml3/tests/Makefile" ;;
28155 "dlls/nddeapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/nddeapi/Makefile" ;;
28156 "dlls/netapi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/netapi32/Makefile" ;;
28157 "dlls/netapi32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/netapi32/tests/Makefile" ;;
28158 "dlls/newdev/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/newdev/Makefile" ;;
28159 "dlls/ntdll/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ntdll/Makefile" ;;
28160 "dlls/ntdll/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ntdll/tests/Makefile" ;;
28161 "dlls/ntdsapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ntdsapi/Makefile" ;;
28162 "dlls/ntdsapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ntdsapi/tests/Makefile" ;;
28163 "dlls/ntoskrnl.exe/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ntoskrnl.exe/Makefile" ;;
28164 "dlls/ntprint/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ntprint/Makefile" ;;
28165 "dlls/ntprint/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ntprint/tests/Makefile" ;;
28166 "dlls/objsel/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/objsel/Makefile" ;;
28167 "dlls/odbc32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/odbc32/Makefile" ;;
28168 "dlls/odbccp32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/odbccp32/Makefile" ;;
28169 "dlls/odbccp32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/odbccp32/tests/Makefile" ;;
28170 "dlls/ole32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ole32/Makefile" ;;
28171 "dlls/ole32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ole32/tests/Makefile" ;;
28172 "dlls/oleacc/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/oleacc/Makefile" ;;
28173 "dlls/oleacc/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/oleacc/tests/Makefile" ;;
28174 "dlls/oleaut32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/oleaut32/Makefile" ;;
28175 "dlls/oleaut32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/oleaut32/tests/Makefile" ;;
28176 "dlls/olecli32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/olecli32/Makefile" ;;
28177 "dlls/oledlg/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/oledlg/Makefile" ;;
28178 "dlls/olepro32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/olepro32/Makefile" ;;
28179 "dlls/olesvr32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/olesvr32/Makefile" ;;
28180 "dlls/olethk32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/olethk32/Makefile" ;;
28181 "dlls/opengl32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/opengl32/Makefile" ;;
28182 "dlls/opengl32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/opengl32/tests/Makefile" ;;
28183 "dlls/pdh/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/pdh/Makefile" ;;
28184 "dlls/pdh/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/pdh/tests/Makefile" ;;
28185 "dlls/pidgen/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/pidgen/Makefile" ;;
28186 "dlls/powrprof/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/powrprof/Makefile" ;;
28187 "dlls/printui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/printui/Makefile" ;;
28188 "dlls/propsys/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/propsys/Makefile" ;;
28189 "dlls/psapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/psapi/Makefile" ;;
28190 "dlls/psapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/psapi/tests/Makefile" ;;
28191 "dlls/pstorec/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/pstorec/Makefile" ;;
28192 "dlls/qcap/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/qcap/Makefile" ;;
28193 "dlls/qedit/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/qedit/Makefile" ;;
28194 "dlls/qedit/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/qedit/tests/Makefile" ;;
28195 "dlls/qmgr/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/qmgr/Makefile" ;;
28196 "dlls/qmgr/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/qmgr/tests/Makefile" ;;
28197 "dlls/qmgrprxy/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/qmgrprxy/Makefile" ;;
28198 "dlls/quartz/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/quartz/Makefile" ;;
28199 "dlls/quartz/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/quartz/tests/Makefile" ;;
28200 "dlls/query/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/query/Makefile" ;;
28201 "dlls/rasapi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rasapi32/Makefile" ;;
28202 "dlls/rasapi32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rasapi32/tests/Makefile" ;;
28203 "dlls/resutils/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/resutils/Makefile" ;;
28204 "dlls/riched20/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/riched20/Makefile" ;;
28205 "dlls/riched20/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/riched20/tests/Makefile" ;;
28206 "dlls/riched32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/riched32/Makefile" ;;
28207 "dlls/riched32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/riched32/tests/Makefile" ;;
28208 "dlls/rpcrt4/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rpcrt4/Makefile" ;;
28209 "dlls/rpcrt4/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rpcrt4/tests/Makefile" ;;
28210 "dlls/rsabase/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rsabase/Makefile" ;;
28211 "dlls/rsaenh/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rsaenh/Makefile" ;;
28212 "dlls/rsaenh/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rsaenh/tests/Makefile" ;;
28213 "dlls/sane.ds/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sane.ds/Makefile" ;;
28214 "dlls/sccbase/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sccbase/Makefile" ;;
28215 "dlls/schannel/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/schannel/Makefile" ;;
28216 "dlls/schannel/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/schannel/tests/Makefile" ;;
28217 "dlls/secur32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/secur32/Makefile" ;;
28218 "dlls/secur32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/secur32/tests/Makefile" ;;
28219 "dlls/security/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/security/Makefile" ;;
28220 "dlls/sensapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sensapi/Makefile" ;;
28221 "dlls/serialui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/serialui/Makefile" ;;
28222 "dlls/serialui/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/serialui/tests/Makefile" ;;
28223 "dlls/setupapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/setupapi/Makefile" ;;
28224 "dlls/setupapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/setupapi/tests/Makefile" ;;
28225 "dlls/sfc/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sfc/Makefile" ;;
28226 "dlls/sfc_os/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sfc_os/Makefile" ;;
28227 "dlls/shdoclc/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shdoclc/Makefile" ;;
28228 "dlls/shdocvw/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shdocvw/Makefile" ;;
28229 "dlls/shdocvw/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shdocvw/tests/Makefile" ;;
28230 "dlls/shell32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shell32/Makefile" ;;
28231 "dlls/shell32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shell32/tests/Makefile" ;;
28232 "dlls/shfolder/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shfolder/Makefile" ;;
28233 "dlls/shlwapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shlwapi/Makefile" ;;
28234 "dlls/shlwapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shlwapi/tests/Makefile" ;;
28235 "dlls/slbcsp/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/slbcsp/Makefile" ;;
28236 "dlls/slc/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/slc/Makefile" ;;
28237 "dlls/snmpapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/snmpapi/Makefile" ;;
28238 "dlls/snmpapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/snmpapi/tests/Makefile" ;;
28239 "dlls/softpub/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/softpub/Makefile" ;;
28240 "dlls/spoolss/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/spoolss/Makefile" ;;
28241 "dlls/spoolss/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/spoolss/tests/Makefile" ;;
28242 "dlls/stdole2.tlb/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/stdole2.tlb/Makefile" ;;
28243 "dlls/stdole32.tlb/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/stdole32.tlb/Makefile" ;;
28244 "dlls/sti/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sti/Makefile" ;;
28245 "dlls/strmiids/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/strmiids/Makefile" ;;
28246 "dlls/svrapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/svrapi/Makefile" ;;
28247 "dlls/sxs/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sxs/Makefile" ;;
28248 "dlls/tapi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/tapi32/Makefile" ;;
28249 "dlls/twain_32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/twain_32/Makefile" ;;
28250 "dlls/unicows/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/unicows/Makefile" ;;
28251 "dlls/url/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/url/Makefile" ;;
28252 "dlls/urlmon/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/urlmon/Makefile" ;;
28253 "dlls/urlmon/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/urlmon/tests/Makefile" ;;
28254 "dlls/user32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/user32/Makefile" ;;
28255 "dlls/user32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/user32/tests/Makefile" ;;
28256 "dlls/userenv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/userenv/Makefile" ;;
28257 "dlls/userenv/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/userenv/tests/Makefile" ;;
28258 "dlls/usp10/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/usp10/Makefile" ;;
28259 "dlls/usp10/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/usp10/tests/Makefile" ;;
28260 "dlls/uuid/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/uuid/Makefile" ;;
28261 "dlls/uxtheme/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/uxtheme/Makefile" ;;
28262 "dlls/uxtheme/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/uxtheme/tests/Makefile" ;;
28263 "dlls/vdhcp.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/vdhcp.vxd/Makefile" ;;
28264 "dlls/vdmdbg/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/vdmdbg/Makefile" ;;
28265 "dlls/version/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/version/Makefile" ;;
28266 "dlls/version/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/version/tests/Makefile" ;;
28267 "dlls/vmm.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/vmm.vxd/Makefile" ;;
28268 "dlls/vnbt.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/vnbt.vxd/Makefile" ;;
28269 "dlls/vnetbios.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/vnetbios.vxd/Makefile" ;;
28270 "dlls/vtdapi.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/vtdapi.vxd/Makefile" ;;
28271 "dlls/vwin32.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/vwin32.vxd/Makefile" ;;
28272 "dlls/w32skrnl/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/w32skrnl/Makefile" ;;
28273 "dlls/winealsa.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winealsa.drv/Makefile" ;;
28274 "dlls/wineaudioio.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wineaudioio.drv/Makefile" ;;
28275 "dlls/winecoreaudio.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winecoreaudio.drv/Makefile" ;;
28276 "dlls/winecrt0/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winecrt0/Makefile" ;;
28277 "dlls/wined3d/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wined3d/Makefile" ;;
28278 "dlls/winedos/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winedos/Makefile" ;;
28279 "dlls/wineesd.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wineesd.drv/Makefile" ;;
28280 "dlls/winejack.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winejack.drv/Makefile" ;;
28281 "dlls/winejoystick.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winejoystick.drv/Makefile" ;;
28282 "dlls/winemp3.acm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winemp3.acm/Makefile" ;;
28283 "dlls/winenas.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winenas.drv/Makefile" ;;
28284 "dlls/wineoss.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wineoss.drv/Makefile" ;;
28285 "dlls/wineps.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wineps.drv/Makefile" ;;
28286 "dlls/winequartz.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winequartz.drv/Makefile" ;;
28287 "dlls/winex11.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winex11.drv/Makefile" ;;
28288 "dlls/wing32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wing32/Makefile" ;;
28289 "dlls/winhttp/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winhttp/Makefile" ;;
28290 "dlls/winhttp/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winhttp/tests/Makefile" ;;
28291 "dlls/wininet/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wininet/Makefile" ;;
28292 "dlls/wininet/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wininet/tests/Makefile" ;;
28293 "dlls/winmm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winmm/Makefile" ;;
28294 "dlls/winmm/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winmm/tests/Makefile" ;;
28295 "dlls/winnls32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winnls32/Makefile" ;;
28296 "dlls/winscard/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winscard/Makefile" ;;
28297 "dlls/winspool.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winspool.drv/Makefile" ;;
28298 "dlls/winspool.drv/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winspool.drv/tests/Makefile" ;;
28299 "dlls/wintab32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wintab32/Makefile" ;;
28300 "dlls/wintrust/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wintrust/Makefile" ;;
28301 "dlls/wintrust/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wintrust/tests/Makefile" ;;
28302 "dlls/wldap32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wldap32/Makefile" ;;
28303 "dlls/wldap32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wldap32/tests/Makefile" ;;
28304 "dlls/wmi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wmi/Makefile" ;;
28305 "dlls/wnaspi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wnaspi32/Makefile" ;;
28306 "dlls/wow32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wow32/Makefile" ;;
28307 "dlls/ws2_32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ws2_32/Makefile" ;;
28308 "dlls/ws2_32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ws2_32/tests/Makefile" ;;
28309 "dlls/wsock32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wsock32/Makefile" ;;
28310 "dlls/wtsapi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wtsapi32/Makefile" ;;
28311 "dlls/wuapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wuapi/Makefile" ;;
28312 "dlls/xinput1_1/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/xinput1_1/Makefile" ;;
28313 "dlls/xinput1_2/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/xinput1_2/Makefile" ;;
28314 "dlls/xinput1_3/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/xinput1_3/Makefile" ;;
28315 "dlls/xinput1_3/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/xinput1_3/tests/Makefile" ;;
28316 "dlls/xinput9_1_0/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/xinput9_1_0/Makefile" ;;
28317 "documentation/Makefile") CONFIG_FILES="$CONFIG_FILES documentation/Makefile" ;;
28318 "fonts/Makefile") CONFIG_FILES="$CONFIG_FILES fonts/Makefile" ;;
28319 "include/Makefile") CONFIG_FILES="$CONFIG_FILES include/Makefile" ;;
28320 "libs/Makefile") CONFIG_FILES="$CONFIG_FILES libs/Makefile" ;;
28321 "libs/port/Makefile") CONFIG_FILES="$CONFIG_FILES libs/port/Makefile" ;;
28322 "libs/wine/Makefile") CONFIG_FILES="$CONFIG_FILES libs/wine/Makefile" ;;
28323 "libs/wpp/Makefile") CONFIG_FILES="$CONFIG_FILES libs/wpp/Makefile" ;;
28324 "loader/Makefile") CONFIG_FILES="$CONFIG_FILES loader/Makefile" ;;
28325 "programs/Makefile") CONFIG_FILES="$CONFIG_FILES programs/Makefile" ;;
28326 "programs/clock/Makefile") CONFIG_FILES="$CONFIG_FILES programs/clock/Makefile" ;;
28327 "programs/cmd/Makefile") CONFIG_FILES="$CONFIG_FILES programs/cmd/Makefile" ;;
28328 "programs/cmdlgtst/Makefile") CONFIG_FILES="$CONFIG_FILES programs/cmdlgtst/Makefile" ;;
28329 "programs/control/Makefile") CONFIG_FILES="$CONFIG_FILES programs/control/Makefile" ;;
28330 "programs/eject/Makefile") CONFIG_FILES="$CONFIG_FILES programs/eject/Makefile" ;;
28331 "programs/expand/Makefile") CONFIG_FILES="$CONFIG_FILES programs/expand/Makefile" ;;
28332 "programs/explorer/Makefile") CONFIG_FILES="$CONFIG_FILES programs/explorer/Makefile" ;;
28333 "programs/hh/Makefile") CONFIG_FILES="$CONFIG_FILES programs/hh/Makefile" ;;
28334 "programs/icinfo/Makefile") CONFIG_FILES="$CONFIG_FILES programs/icinfo/Makefile" ;;
28335 "programs/iexplore/Makefile") CONFIG_FILES="$CONFIG_FILES programs/iexplore/Makefile" ;;
28336 "programs/msiexec/Makefile") CONFIG_FILES="$CONFIG_FILES programs/msiexec/Makefile" ;;
28337 "programs/net/Makefile") CONFIG_FILES="$CONFIG_FILES programs/net/Makefile" ;;
28338 "programs/notepad/Makefile") CONFIG_FILES="$CONFIG_FILES programs/notepad/Makefile" ;;
28339 "programs/oleview/Makefile") CONFIG_FILES="$CONFIG_FILES programs/oleview/Makefile" ;;
28340 "programs/progman/Makefile") CONFIG_FILES="$CONFIG_FILES programs/progman/Makefile" ;;
28341 "programs/reg/Makefile") CONFIG_FILES="$CONFIG_FILES programs/reg/Makefile" ;;
28342 "programs/regedit/Makefile") CONFIG_FILES="$CONFIG_FILES programs/regedit/Makefile" ;;
28343 "programs/regsvr32/Makefile") CONFIG_FILES="$CONFIG_FILES programs/regsvr32/Makefile" ;;
28344 "programs/rpcss/Makefile") CONFIG_FILES="$CONFIG_FILES programs/rpcss/Makefile" ;;
28345 "programs/rundll32/Makefile") CONFIG_FILES="$CONFIG_FILES programs/rundll32/Makefile" ;;
28346 "programs/secedit/Makefile") CONFIG_FILES="$CONFIG_FILES programs/secedit/Makefile" ;;
28347 "programs/services/Makefile") CONFIG_FILES="$CONFIG_FILES programs/services/Makefile" ;;
28348 "programs/spoolsv/Makefile") CONFIG_FILES="$CONFIG_FILES programs/spoolsv/Makefile" ;;
28349 "programs/start/Makefile") CONFIG_FILES="$CONFIG_FILES programs/start/Makefile" ;;
28350 "programs/svchost/Makefile") CONFIG_FILES="$CONFIG_FILES programs/svchost/Makefile" ;;
28351 "programs/taskmgr/Makefile") CONFIG_FILES="$CONFIG_FILES programs/taskmgr/Makefile" ;;
28352 "programs/uninstaller/Makefile") CONFIG_FILES="$CONFIG_FILES programs/uninstaller/Makefile" ;;
28353 "programs/view/Makefile") CONFIG_FILES="$CONFIG_FILES programs/view/Makefile" ;;
28354 "programs/wineboot/Makefile") CONFIG_FILES="$CONFIG_FILES programs/wineboot/Makefile" ;;
28355 "programs/winebrowser/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winebrowser/Makefile" ;;
28356 "programs/winecfg/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winecfg/Makefile" ;;
28357 "programs/wineconsole/Makefile") CONFIG_FILES="$CONFIG_FILES programs/wineconsole/Makefile" ;;
28358 "programs/winedbg/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winedbg/Makefile" ;;
28359 "programs/winedevice/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winedevice/Makefile" ;;
28360 "programs/winefile/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winefile/Makefile" ;;
28361 "programs/winemenubuilder/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winemenubuilder/Makefile" ;;
28362 "programs/winemine/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winemine/Makefile" ;;
28363 "programs/winepath/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winepath/Makefile" ;;
28364 "programs/winetest/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winetest/Makefile" ;;
28365 "programs/winevdm/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winevdm/Makefile" ;;
28366 "programs/winhlp32/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winhlp32/Makefile" ;;
28367 "programs/winver/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winver/Makefile" ;;
28368 "programs/wordpad/Makefile") CONFIG_FILES="$CONFIG_FILES programs/wordpad/Makefile" ;;
28369 "programs/write/Makefile") CONFIG_FILES="$CONFIG_FILES programs/write/Makefile" ;;
28370 "programs/xcopy/Makefile") CONFIG_FILES="$CONFIG_FILES programs/xcopy/Makefile" ;;
28371 "server/Makefile") CONFIG_FILES="$CONFIG_FILES server/Makefile" ;;
28372 "tools/Makefile") CONFIG_FILES="$CONFIG_FILES tools/Makefile" ;;
28373 "tools/widl/Makefile") CONFIG_FILES="$CONFIG_FILES tools/widl/Makefile" ;;
28374 "tools/winebuild/Makefile") CONFIG_FILES="$CONFIG_FILES tools/winebuild/Makefile" ;;
28375 "tools/winedump/Makefile") CONFIG_FILES="$CONFIG_FILES tools/winedump/Makefile" ;;
28376 "tools/winegcc/Makefile") CONFIG_FILES="$CONFIG_FILES tools/winegcc/Makefile" ;;
28377 "tools/wmc/Makefile") CONFIG_FILES="$CONFIG_FILES tools/wmc/Makefile" ;;
28378 "tools/wrc/Makefile") CONFIG_FILES="$CONFIG_FILES tools/wrc/Makefile" ;;
28380 *) { { $as_echo "$as_me:$LINENO: error: invalid argument: $ac_config_target" >&5
28381 $as_echo "$as_me: error: invalid argument: $ac_config_target" >&2;}
28382 { (exit 1); exit 1; }; };;
28383 esac
28384 done
28387 # If the user did not use the arguments to specify the items to instantiate,
28388 # then the envvar interface is used. Set only those that are not.
28389 # We use the long form for the default assignment because of an extremely
28390 # bizarre bug on SunOS 4.1.3.
28391 if $ac_need_defaults; then
28392 test "${CONFIG_FILES+set}" = set || CONFIG_FILES=$config_files
28393 test "${CONFIG_HEADERS+set}" = set || CONFIG_HEADERS=$config_headers
28394 test "${CONFIG_COMMANDS+set}" = set || CONFIG_COMMANDS=$config_commands
28397 # Have a temporary directory for convenience. Make it in the build tree
28398 # simply because there is no reason against having it here, and in addition,
28399 # creating and moving files from /tmp can sometimes cause problems.
28400 # Hook for its removal unless debugging.
28401 # Note that there is a small window in which the directory will not be cleaned:
28402 # after its creation but before its name has been assigned to `$tmp'.
28403 $debug ||
28405 tmp=
28406 trap 'exit_status=$?
28407 { test -z "$tmp" || test ! -d "$tmp" || rm -fr "$tmp"; } && exit $exit_status
28409 trap '{ (exit 1); exit 1; }' 1 2 13 15
28411 # Create a (secure) tmp directory for tmp files.
28414 tmp=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` &&
28415 test -n "$tmp" && test -d "$tmp"
28416 } ||
28418 tmp=./conf$$-$RANDOM
28419 (umask 077 && mkdir "$tmp")
28420 } ||
28422 $as_echo "$as_me: cannot create a temporary directory in ." >&2
28423 { (exit 1); exit 1; }
28426 # Set up the scripts for CONFIG_FILES section.
28427 # No need to generate them if there are no CONFIG_FILES.
28428 # This happens for instance with `./config.status config.h'.
28429 if test -n "$CONFIG_FILES"; then
28431 if $AWK 'BEGIN { getline <"/dev/null" }' </dev/null 2>/dev/null; then
28432 ac_cs_awk_getline=:
28433 ac_cs_awk_pipe_init=
28434 ac_cs_awk_read_file='
28435 while ((getline aline < (F[key])) > 0)
28436 print(aline)
28437 close(F[key])'
28438 ac_cs_awk_pipe_fini=
28439 else
28440 ac_cs_awk_getline=false
28441 ac_cs_awk_pipe_init="print \"cat <<'|#_!!_#|' &&\""
28442 ac_cs_awk_read_file='
28443 print "|#_!!_#|"
28444 print "cat " F[key] " &&"
28445 '$ac_cs_awk_pipe_init
28446 # The final `:' finishes the AND list.
28447 ac_cs_awk_pipe_fini='END { print "|#_!!_#|"; print ":" }'
28449 ac_cr=' '
28450 ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
28451 if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
28452 ac_cs_awk_cr='\\r'
28453 else
28454 ac_cs_awk_cr=$ac_cr
28457 echo 'BEGIN {' >"$tmp/subs1.awk" &&
28458 _ACEOF
28460 # Create commands to substitute file output variables.
28462 echo "cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1" &&
28463 echo 'cat >>"\$tmp/subs1.awk" <<\\_ACAWK &&' &&
28464 echo "$ac_subst_files" | sed 's/.*/F["&"]="$&"/' &&
28465 echo "_ACAWK" &&
28466 echo "_ACEOF"
28467 } >conf$$files.sh &&
28468 . ./conf$$files.sh ||
28469 { { $as_echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5
28470 $as_echo "$as_me: error: could not make $CONFIG_STATUS" >&2;}
28471 { (exit 1); exit 1; }; }
28472 rm -f conf$$files.sh
28475 echo "cat >conf$$subs.awk <<_ACEOF" &&
28476 echo "$ac_subst_vars" | sed 's/.*/&!$&$ac_delim/' &&
28477 echo "_ACEOF"
28478 } >conf$$subs.sh ||
28479 { { $as_echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5
28480 $as_echo "$as_me: error: could not make $CONFIG_STATUS" >&2;}
28481 { (exit 1); exit 1; }; }
28482 ac_delim_num=`echo "$ac_subst_vars" | grep -c '$'`
28483 ac_delim='%!_!# '
28484 for ac_last_try in false false false false false :; do
28485 . ./conf$$subs.sh ||
28486 { { $as_echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5
28487 $as_echo "$as_me: error: could not make $CONFIG_STATUS" >&2;}
28488 { (exit 1); exit 1; }; }
28490 ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X`
28491 if test $ac_delim_n = $ac_delim_num; then
28492 break
28493 elif $ac_last_try; then
28494 { { $as_echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5
28495 $as_echo "$as_me: error: could not make $CONFIG_STATUS" >&2;}
28496 { (exit 1); exit 1; }; }
28497 else
28498 ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
28500 done
28501 rm -f conf$$subs.sh
28503 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
28504 cat >>"\$tmp/subs1.awk" <<\\_ACAWK &&
28505 _ACEOF
28506 sed -n '
28508 s/^/S["/; s/!.*/"]=/
28511 s/^[^!]*!//
28512 :repl
28513 t repl
28514 s/'"$ac_delim"'$//
28515 t delim
28518 s/\(.\{148\}\).*/\1/
28519 t more1
28520 s/["\\]/\\&/g; s/^/"/; s/$/\\n"\\/
28523 b repl
28524 :more1
28525 s/["\\]/\\&/g; s/^/"/; s/$/"\\/
28528 s/.\{148\}//
28529 t nl
28530 :delim
28532 s/\(.\{148\}\).*/\1/
28533 t more2
28534 s/["\\]/\\&/g; s/^/"/; s/$/"/
28537 :more2
28538 s/["\\]/\\&/g; s/^/"/; s/$/"\\/
28541 s/.\{148\}//
28542 t delim
28543 ' <conf$$subs.awk | sed '
28544 /^[^""]/{
28546 s/\n//
28548 ' >>$CONFIG_STATUS || ac_write_fail=1
28549 rm -f conf$$subs.awk
28550 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
28551 _ACAWK
28552 cat >>"\$tmp/subs1.awk" <<_ACAWK &&
28553 for (key in S) S_is_set[key] = 1
28554 FS = "\a"
28555 \$ac_cs_awk_pipe_init
28558 line = $ 0
28559 nfields = split(line, field, "@")
28560 substed = 0
28561 len = length(field[1])
28562 for (i = 2; i < nfields; i++) {
28563 key = field[i]
28564 keylen = length(key)
28565 if (S_is_set[key]) {
28566 value = S[key]
28567 line = substr(line, 1, len) "" value "" substr(line, len + keylen + 3)
28568 len += length(value) + length(field[++i])
28569 substed = 1
28570 } else
28571 len += 1 + keylen
28573 if (nfields == 3 && !substed) {
28574 key = field[2]
28575 if (F[key] != "" && line ~ /^[ ]*@.*@[ ]*$/) {
28576 \$ac_cs_awk_read_file
28577 next
28580 print line
28582 \$ac_cs_awk_pipe_fini
28583 _ACAWK
28584 _ACEOF
28585 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
28586 if sed "s/$ac_cr//" < /dev/null > /dev/null 2>&1; then
28587 sed "s/$ac_cr\$//; s/$ac_cr/$ac_cs_awk_cr/g"
28588 else
28590 fi < "$tmp/subs1.awk" > "$tmp/subs.awk" \
28591 || { { $as_echo "$as_me:$LINENO: error: could not setup config files machinery" >&5
28592 $as_echo "$as_me: error: could not setup config files machinery" >&2;}
28593 { (exit 1); exit 1; }; }
28594 _ACEOF
28596 # VPATH may cause trouble with some makes, so we remove $(srcdir),
28597 # ${srcdir} and @srcdir@ from VPATH if srcdir is ".", strip leading and
28598 # trailing colons and then remove the whole line if VPATH becomes empty
28599 # (actually we leave an empty line to preserve line numbers).
28600 if test "x$srcdir" = x.; then
28601 ac_vpsub='/^[ ]*VPATH[ ]*=/{
28602 s/:*\$(srcdir):*/:/
28603 s/:*\${srcdir}:*/:/
28604 s/:*@srcdir@:*/:/
28605 s/^\([^=]*=[ ]*\):*/\1/
28606 s/:*$//
28607 s/^[^=]*=[ ]*$//
28611 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
28612 fi # test -n "$CONFIG_FILES"
28614 # Set up the scripts for CONFIG_HEADERS section.
28615 # No need to generate them if there are no CONFIG_HEADERS.
28616 # This happens for instance with `./config.status Makefile'.
28617 if test -n "$CONFIG_HEADERS"; then
28618 cat >"$tmp/defines.awk" <<\_ACAWK ||
28619 BEGIN {
28620 _ACEOF
28622 # Transform confdefs.h into an awk script `defines.awk', embedded as
28623 # here-document in config.status, that substitutes the proper values into
28624 # config.h.in to produce config.h.
28626 # Create a delimiter string that does not exist in confdefs.h, to ease
28627 # handling of long lines.
28628 ac_delim='%!_!# '
28629 for ac_last_try in false false :; do
28630 ac_t=`sed -n "/$ac_delim/p" confdefs.h`
28631 if test -z "$ac_t"; then
28632 break
28633 elif $ac_last_try; then
28634 { { $as_echo "$as_me:$LINENO: error: could not make $CONFIG_HEADERS" >&5
28635 $as_echo "$as_me: error: could not make $CONFIG_HEADERS" >&2;}
28636 { (exit 1); exit 1; }; }
28637 else
28638 ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
28640 done
28642 # For the awk script, D is an array of macro values keyed by name,
28643 # likewise P contains macro parameters if any. Preserve backslash
28644 # newline sequences.
28646 ac_word_re=[_$as_cr_Letters][_$as_cr_alnum]*
28647 sed -n '
28648 s/.\{148\}/&'"$ac_delim"'/g
28649 t rset
28650 :rset
28651 s/^[ ]*#[ ]*define[ ][ ]*/ /
28652 t def
28654 :def
28655 s/\\$//
28656 t bsnl
28657 s/["\\]/\\&/g
28658 s/^ \('"$ac_word_re"'\)\(([^()]*)\)[ ]*\(.*\)/P["\1"]="\2"\
28659 D["\1"]=" \3"/p
28660 s/^ \('"$ac_word_re"'\)[ ]*\(.*\)/D["\1"]=" \2"/p
28662 :bsnl
28663 s/["\\]/\\&/g
28664 s/^ \('"$ac_word_re"'\)\(([^()]*)\)[ ]*\(.*\)/P["\1"]="\2"\
28665 D["\1"]=" \3\\\\\\n"\\/p
28666 t cont
28667 s/^ \('"$ac_word_re"'\)[ ]*\(.*\)/D["\1"]=" \2\\\\\\n"\\/p
28668 t cont
28670 :cont
28672 s/.\{148\}/&'"$ac_delim"'/g
28673 t clear
28674 :clear
28675 s/\\$//
28676 t bsnlc
28677 s/["\\]/\\&/g; s/^/"/; s/$/"/p
28679 :bsnlc
28680 s/["\\]/\\&/g; s/^/"/; s/$/\\\\\\n"\\/p
28681 b cont
28682 ' <confdefs.h | sed '
28683 s/'"$ac_delim"'/"\\\
28684 "/g' >>$CONFIG_STATUS || ac_write_fail=1
28686 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
28687 for (key in D) D_is_set[key] = 1
28688 FS = "\a"
28690 /^[\t ]*#[\t ]*(define|undef)[\t ]+$ac_word_re([\t (]|\$)/ {
28691 line = \$ 0
28692 split(line, arg, " ")
28693 if (arg[1] == "#") {
28694 defundef = arg[2]
28695 mac1 = arg[3]
28696 } else {
28697 defundef = substr(arg[1], 2)
28698 mac1 = arg[2]
28700 split(mac1, mac2, "(") #)
28701 macro = mac2[1]
28702 prefix = substr(line, 1, index(line, defundef) - 1)
28703 if (D_is_set[macro]) {
28704 # Preserve the white space surrounding the "#".
28705 print prefix "define", macro P[macro] D[macro]
28706 next
28707 } else {
28708 # Replace #undef with comments. This is necessary, for example,
28709 # in the case of _POSIX_SOURCE, which is predefined and required
28710 # on some systems where configure will not decide to define it.
28711 if (defundef == "undef") {
28712 print "/*", prefix defundef, macro, "*/"
28713 next
28717 { print }
28718 _ACAWK
28719 _ACEOF
28720 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
28721 { { $as_echo "$as_me:$LINENO: error: could not setup config headers machinery" >&5
28722 $as_echo "$as_me: error: could not setup config headers machinery" >&2;}
28723 { (exit 1); exit 1; }; }
28724 fi # test -n "$CONFIG_HEADERS"
28727 eval set X " :F $CONFIG_FILES :H $CONFIG_HEADERS :C $CONFIG_COMMANDS"
28728 shift
28729 for ac_tag
28731 case $ac_tag in
28732 :[FHLC]) ac_mode=$ac_tag; continue;;
28733 esac
28734 case $ac_mode$ac_tag in
28735 :[FHL]*:*);;
28736 :L* | :C*:*) { { $as_echo "$as_me:$LINENO: error: invalid tag $ac_tag" >&5
28737 $as_echo "$as_me: error: invalid tag $ac_tag" >&2;}
28738 { (exit 1); exit 1; }; };;
28739 :[FH]-) ac_tag=-:-;;
28740 :[FH]*) ac_tag=$ac_tag:$ac_tag.in;;
28741 esac
28742 ac_save_IFS=$IFS
28743 IFS=:
28744 set x $ac_tag
28745 IFS=$ac_save_IFS
28746 shift
28747 ac_file=$1
28748 shift
28750 case $ac_mode in
28751 :L) ac_source=$1;;
28752 :[FH])
28753 ac_file_inputs=
28754 for ac_f
28756 case $ac_f in
28757 -) ac_f="$tmp/stdin";;
28758 *) # Look for the file first in the build tree, then in the source tree
28759 # (if the path is not absolute). The absolute path cannot be DOS-style,
28760 # because $ac_f cannot contain `:'.
28761 test -f "$ac_f" ||
28762 case $ac_f in
28763 [\\/$]*) false;;
28764 *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";;
28765 esac ||
28766 { { $as_echo "$as_me:$LINENO: error: cannot find input file: $ac_f" >&5
28767 $as_echo "$as_me: error: cannot find input file: $ac_f" >&2;}
28768 { (exit 1); exit 1; }; };;
28769 esac
28770 case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
28771 ac_file_inputs="$ac_file_inputs '$ac_f'"
28772 done
28774 # Let's still pretend it is `configure' which instantiates (i.e., don't
28775 # use $as_me), people would be surprised to read:
28776 # /* config.h. Generated by config.status. */
28777 configure_input='Generated from '`
28778 $as_echo "$*" | sed 's|^[^:]*/||;s|:[^:]*/|, |g'
28779 `' by configure.'
28780 if test x"$ac_file" != x-; then
28781 configure_input="$ac_file. $configure_input"
28782 { $as_echo "$as_me:$LINENO: creating $ac_file" >&5
28783 $as_echo "$as_me: creating $ac_file" >&6;}
28785 # Neutralize special characters interpreted by sed in replacement strings.
28786 case $configure_input in #(
28787 *\&* | *\|* | *\\* )
28788 ac_sed_conf_input=`$as_echo "$configure_input" |
28789 sed 's/[\\\\&|]/\\\\&/g'`;; #(
28790 *) ac_sed_conf_input=$configure_input;;
28791 esac
28793 case $ac_tag in
28794 *:-:* | *:-) cat >"$tmp/stdin" \
28795 || { { $as_echo "$as_me:$LINENO: error: could not create $ac_file" >&5
28796 $as_echo "$as_me: error: could not create $ac_file" >&2;}
28797 { (exit 1); exit 1; }; } ;;
28798 esac
28800 esac
28802 ac_dir=`$as_dirname -- "$ac_file" ||
28803 $as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
28804 X"$ac_file" : 'X\(//\)[^/]' \| \
28805 X"$ac_file" : 'X\(//\)$' \| \
28806 X"$ac_file" : 'X\(/\)' \| . 2>/dev/null ||
28807 $as_echo X"$ac_file" |
28808 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
28809 s//\1/
28812 /^X\(\/\/\)[^/].*/{
28813 s//\1/
28816 /^X\(\/\/\)$/{
28817 s//\1/
28820 /^X\(\/\).*/{
28821 s//\1/
28824 s/.*/./; q'`
28825 { as_dir="$ac_dir"
28826 case $as_dir in #(
28827 -*) as_dir=./$as_dir;;
28828 esac
28829 test -d "$as_dir" || { $as_mkdir_p && mkdir -p "$as_dir"; } || {
28830 as_dirs=
28831 while :; do
28832 case $as_dir in #(
28833 *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
28834 *) as_qdir=$as_dir;;
28835 esac
28836 as_dirs="'$as_qdir' $as_dirs"
28837 as_dir=`$as_dirname -- "$as_dir" ||
28838 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
28839 X"$as_dir" : 'X\(//\)[^/]' \| \
28840 X"$as_dir" : 'X\(//\)$' \| \
28841 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
28842 $as_echo X"$as_dir" |
28843 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
28844 s//\1/
28847 /^X\(\/\/\)[^/].*/{
28848 s//\1/
28851 /^X\(\/\/\)$/{
28852 s//\1/
28855 /^X\(\/\).*/{
28856 s//\1/
28859 s/.*/./; q'`
28860 test -d "$as_dir" && break
28861 done
28862 test -z "$as_dirs" || eval "mkdir $as_dirs"
28863 } || test -d "$as_dir" || { { $as_echo "$as_me:$LINENO: error: cannot create directory $as_dir" >&5
28864 $as_echo "$as_me: error: cannot create directory $as_dir" >&2;}
28865 { (exit 1); exit 1; }; }; }
28866 ac_builddir=.
28868 case "$ac_dir" in
28869 .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
28871 ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
28872 # A ".." for each directory in $ac_dir_suffix.
28873 ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
28874 case $ac_top_builddir_sub in
28875 "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
28876 *) ac_top_build_prefix=$ac_top_builddir_sub/ ;;
28877 esac ;;
28878 esac
28879 ac_abs_top_builddir=$ac_pwd
28880 ac_abs_builddir=$ac_pwd$ac_dir_suffix
28881 # for backward compatibility:
28882 ac_top_builddir=$ac_top_build_prefix
28884 case $srcdir in
28885 .) # We are building in place.
28886 ac_srcdir=.
28887 ac_top_srcdir=$ac_top_builddir_sub
28888 ac_abs_top_srcdir=$ac_pwd ;;
28889 [\\/]* | ?:[\\/]* ) # Absolute name.
28890 ac_srcdir=$srcdir$ac_dir_suffix;
28891 ac_top_srcdir=$srcdir
28892 ac_abs_top_srcdir=$srcdir ;;
28893 *) # Relative name.
28894 ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
28895 ac_top_srcdir=$ac_top_build_prefix$srcdir
28896 ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
28897 esac
28898 ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
28901 case $ac_mode in
28904 # CONFIG_FILE
28907 case $INSTALL in
28908 [\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;;
28909 *) ac_INSTALL=$ac_top_build_prefix$INSTALL ;;
28910 esac
28911 _ACEOF
28913 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
28914 # If the template does not know about datarootdir, expand it.
28915 # FIXME: This hack should be removed a few years after 2.60.
28916 ac_datarootdir_hack=; ac_datarootdir_seen=
28918 ac_sed_dataroot='
28919 /datarootdir/ {
28923 /@datadir@/p
28924 /@docdir@/p
28925 /@infodir@/p
28926 /@localedir@/p
28927 /@mandir@/p
28929 case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in
28930 *datarootdir*) ac_datarootdir_seen=yes;;
28931 *@datadir@*|*@docdir@*|*@infodir@*|*@localedir@*|*@mandir@*)
28932 { $as_echo "$as_me:$LINENO: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5
28933 $as_echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;}
28934 _ACEOF
28935 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
28936 ac_datarootdir_hack='
28937 s&@datadir@&$datadir&g
28938 s&@docdir@&$docdir&g
28939 s&@infodir@&$infodir&g
28940 s&@localedir@&$localedir&g
28941 s&@mandir@&$mandir&g
28942 s&\\\${datarootdir}&$datarootdir&g' ;;
28943 esac
28944 _ACEOF
28946 # Neutralize VPATH when `$srcdir' = `.'.
28947 # Shell code in configure.ac might set extrasub.
28948 # FIXME: do we really want to maintain this feature?
28949 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
28950 ac_sed_extra="$ac_vpsub
28951 $extrasub
28952 _ACEOF
28953 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
28955 /@[a-zA-Z_][a-zA-Z_0-9]*@/!b
28956 s|@configure_input@|$ac_sed_conf_input|;t t
28957 s&@top_builddir@&$ac_top_builddir_sub&;t t
28958 s&@top_build_prefix@&$ac_top_build_prefix&;t t
28959 s&@srcdir@&$ac_srcdir&;t t
28960 s&@abs_srcdir@&$ac_abs_srcdir&;t t
28961 s&@top_srcdir@&$ac_top_srcdir&;t t
28962 s&@abs_top_srcdir@&$ac_abs_top_srcdir&;t t
28963 s&@builddir@&$ac_builddir&;t t
28964 s&@abs_builddir@&$ac_abs_builddir&;t t
28965 s&@abs_top_builddir@&$ac_abs_top_builddir&;t t
28966 s&@INSTALL@&$ac_INSTALL&;t t
28967 $ac_datarootdir_hack
28969 eval sed \"\$ac_sed_extra\" "$ac_file_inputs" |
28970 if $ac_cs_awk_getline; then
28971 $AWK -f "$tmp/subs.awk"
28972 else
28973 $AWK -f "$tmp/subs.awk" | $SHELL
28974 fi >$tmp/out \
28975 || { { $as_echo "$as_me:$LINENO: error: could not create $ac_file" >&5
28976 $as_echo "$as_me: error: could not create $ac_file" >&2;}
28977 { (exit 1); exit 1; }; }
28979 test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
28980 { ac_out=`sed -n '/\${datarootdir}/p' "$tmp/out"`; test -n "$ac_out"; } &&
28981 { ac_out=`sed -n '/^[ ]*datarootdir[ ]*:*=/p' "$tmp/out"`; test -z "$ac_out"; } &&
28982 { $as_echo "$as_me:$LINENO: WARNING: $ac_file contains a reference to the variable \`datarootdir'
28983 which seems to be undefined. Please make sure it is defined." >&5
28984 $as_echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir'
28985 which seems to be undefined. Please make sure it is defined." >&2;}
28987 rm -f "$tmp/stdin"
28988 case $ac_file in
28989 -) cat "$tmp/out" && rm -f "$tmp/out";;
28990 *) rm -f "$ac_file" && mv "$tmp/out" "$ac_file";;
28991 esac \
28992 || { { $as_echo "$as_me:$LINENO: error: could not create $ac_file" >&5
28993 $as_echo "$as_me: error: could not create $ac_file" >&2;}
28994 { (exit 1); exit 1; }; }
28998 # CONFIG_HEADER
29000 if test x"$ac_file" != x-; then
29002 $as_echo "/* $configure_input */" \
29003 && eval '$AWK -f "$tmp/defines.awk"' "$ac_file_inputs"
29004 } >"$tmp/config.h" \
29005 || { { $as_echo "$as_me:$LINENO: error: could not create $ac_file" >&5
29006 $as_echo "$as_me: error: could not create $ac_file" >&2;}
29007 { (exit 1); exit 1; }; }
29008 if diff "$ac_file" "$tmp/config.h" >/dev/null 2>&1; then
29009 { $as_echo "$as_me:$LINENO: $ac_file is unchanged" >&5
29010 $as_echo "$as_me: $ac_file is unchanged" >&6;}
29011 else
29012 rm -f "$ac_file"
29013 mv "$tmp/config.h" "$ac_file" \
29014 || { { $as_echo "$as_me:$LINENO: error: could not create $ac_file" >&5
29015 $as_echo "$as_me: error: could not create $ac_file" >&2;}
29016 { (exit 1); exit 1; }; }
29018 else
29019 $as_echo "/* $configure_input */" \
29020 && eval '$AWK -f "$tmp/defines.awk"' "$ac_file_inputs" \
29021 || { { $as_echo "$as_me:$LINENO: error: could not create -" >&5
29022 $as_echo "$as_me: error: could not create -" >&2;}
29023 { (exit 1); exit 1; }; }
29027 :C) { $as_echo "$as_me:$LINENO: executing $ac_file commands" >&5
29028 $as_echo "$as_me: executing $ac_file commands" >&6;}
29030 esac
29033 case $ac_file$ac_mode in
29034 "include/stamp-h":C) echo timestamp > include/stamp-h ;;
29035 "dlls/gdi32/enhmfdrv":C) test -d "dlls/gdi32/enhmfdrv" || ({ $as_echo "$as_me:$LINENO: creating dlls/gdi32/enhmfdrv" >&5
29036 $as_echo "$as_me: creating dlls/gdi32/enhmfdrv" >&6;} && mkdir "dlls/gdi32/enhmfdrv") ;;
29037 "dlls/gdi32/mfdrv":C) test -d "dlls/gdi32/mfdrv" || ({ $as_echo "$as_me:$LINENO: creating dlls/gdi32/mfdrv" >&5
29038 $as_echo "$as_me: creating dlls/gdi32/mfdrv" >&6;} && mkdir "dlls/gdi32/mfdrv") ;;
29039 "dlls/kernel32/nls":C) test -d "dlls/kernel32/nls" || ({ $as_echo "$as_me:$LINENO: creating dlls/kernel32/nls" >&5
29040 $as_echo "$as_me: creating dlls/kernel32/nls" >&6;} && mkdir "dlls/kernel32/nls") ;;
29041 "dlls/user32/resources":C) test -d "dlls/user32/resources" || ({ $as_echo "$as_me:$LINENO: creating dlls/user32/resources" >&5
29042 $as_echo "$as_me: creating dlls/user32/resources" >&6;} && mkdir "dlls/user32/resources") ;;
29043 "dlls/wineps.drv/data":C) test -d "dlls/wineps.drv/data" || ({ $as_echo "$as_me:$LINENO: creating dlls/wineps.drv/data" >&5
29044 $as_echo "$as_me: creating dlls/wineps.drv/data" >&6;} && mkdir "dlls/wineps.drv/data") ;;
29045 "include/wine":C) test -d "include/wine" || ({ $as_echo "$as_me:$LINENO: creating include/wine" >&5
29046 $as_echo "$as_me: creating include/wine" >&6;} && mkdir "include/wine") ;;
29048 esac
29049 done # for ac_tag
29052 { (exit 0); exit 0; }
29053 _ACEOF
29054 chmod +x $CONFIG_STATUS
29055 ac_clean_files=$ac_clean_files_save
29057 test $ac_write_fail = 0 ||
29058 { { $as_echo "$as_me:$LINENO: error: write failure creating $CONFIG_STATUS" >&5
29059 $as_echo "$as_me: error: write failure creating $CONFIG_STATUS" >&2;}
29060 { (exit 1); exit 1; }; }
29063 # configure is writing to config.log, and then calls config.status.
29064 # config.status does its own redirection, appending to config.log.
29065 # Unfortunately, on DOS this fails, as config.log is still kept open
29066 # by configure, so config.status won't be able to write to it; its
29067 # output is simply discarded. So we exec the FD to /dev/null,
29068 # effectively closing config.log, so it can be properly (re)opened and
29069 # appended to by config.status. When coming back to configure, we
29070 # need to make the FD available again.
29071 if test "$no_create" != yes; then
29072 ac_cs_success=:
29073 ac_config_status_args=
29074 test "$silent" = yes &&
29075 ac_config_status_args="$ac_config_status_args --quiet"
29076 exec 5>/dev/null
29077 $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success=false
29078 exec 5>>config.log
29079 # Use ||, not &&, to avoid exiting from the if with $? = 1, which
29080 # would make configure fail if this is the last instruction.
29081 $ac_cs_success || { (exit 1); exit 1; }
29083 if test -n "$ac_unrecognized_opts" && test "$enable_option_checking" != no; then
29084 { $as_echo "$as_me:$LINENO: WARNING: unrecognized options: $ac_unrecognized_opts" >&5
29085 $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2;}
29089 if test "$no_create" = "yes"
29090 then
29091 exit 0
29094 ac_save_IFS="$IFS"
29095 if test "x$wine_notices != "x; then
29096 echo >&6
29097 IFS="|"
29098 for msg in $wine_notices; do
29099 IFS="$ac_save_IFS"
29100 if test -n "$msg"; then
29101 { $as_echo "$as_me:$LINENO: $msg" >&5
29102 $as_echo "$as_me: $msg" >&6;}
29104 done
29106 IFS="|"
29107 for msg in $wine_warnings; do
29108 IFS="$ac_save_IFS"
29109 if test -n "$msg"; then
29110 echo >&2
29111 { $as_echo "$as_me:$LINENO: WARNING: $msg" >&5
29112 $as_echo "$as_me: WARNING: $msg" >&2;}
29114 done
29115 IFS="$ac_save_IFS"
29117 echo "
29118 $as_me: Finished. Do '${ac_make} depend && ${ac_make}' to compile Wine.
29119 " >&6