fnt2bdf: Get rid of useless string constants.
[wine/wine64.git] / configure
blobde919649a310592bdc903422af3c9ae73903d457
1 #! /bin/sh
2 # Guess values for system-dependent variables and create Makefiles.
3 # Generated by GNU Autoconf 2.63 for Wine 1.1.9.
5 # Report bugs to <wine-devel@winehq.org>.
7 # Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
8 # 2002, 2003, 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc.
9 # This configure script is free software; the Free Software Foundation
10 # gives unlimited permission to copy, distribute and modify it.
11 ## --------------------- ##
12 ## M4sh Initialization. ##
13 ## --------------------- ##
15 # Be more Bourne compatible
16 DUALCASE=1; export DUALCASE # for MKS sh
17 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
18 emulate sh
19 NULLCMD=:
20 # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
21 # is contrary to our usage. Disable this feature.
22 alias -g '${1+"$@"}'='"$@"'
23 setopt NO_GLOB_SUBST
24 else
25 case `(set -o) 2>/dev/null` in
26 *posix*) set -o posix ;;
27 esac
34 # PATH needs CR
35 # Avoid depending upon Character Ranges.
36 as_cr_letters='abcdefghijklmnopqrstuvwxyz'
37 as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
38 as_cr_Letters=$as_cr_letters$as_cr_LETTERS
39 as_cr_digits='0123456789'
40 as_cr_alnum=$as_cr_Letters$as_cr_digits
42 as_nl='
44 export as_nl
45 # Printing a long string crashes Solaris 7 /usr/bin/printf.
46 as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
47 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo
48 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo
49 if (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
50 as_echo='printf %s\n'
51 as_echo_n='printf %s'
52 else
53 if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
54 as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
55 as_echo_n='/usr/ucb/echo -n'
56 else
57 as_echo_body='eval expr "X$1" : "X\\(.*\\)"'
58 as_echo_n_body='eval
59 arg=$1;
60 case $arg in
61 *"$as_nl"*)
62 expr "X$arg" : "X\\(.*\\)$as_nl";
63 arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
64 esac;
65 expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl"
67 export as_echo_n_body
68 as_echo_n='sh -c $as_echo_n_body as_echo'
70 export as_echo_body
71 as_echo='sh -c $as_echo_body as_echo'
74 # The user is always right.
75 if test "${PATH_SEPARATOR+set}" != set; then
76 PATH_SEPARATOR=:
77 (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && {
78 (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||
79 PATH_SEPARATOR=';'
83 # Support unset when possible.
84 if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then
85 as_unset=unset
86 else
87 as_unset=false
91 # IFS
92 # We need space, tab and new line, in precisely that order. Quoting is
93 # there to prevent editors from complaining about space-tab.
94 # (If _AS_PATH_WALK were called with IFS unset, it would disable word
95 # splitting by setting IFS to empty value.)
96 IFS=" "" $as_nl"
98 # Find who we are. Look in the path if we contain no directory separator.
99 case $0 in
100 *[\\/]* ) as_myself=$0 ;;
101 *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
102 for as_dir in $PATH
104 IFS=$as_save_IFS
105 test -z "$as_dir" && as_dir=.
106 test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
107 done
108 IFS=$as_save_IFS
111 esac
112 # We did not find ourselves, most probably we were run as `sh COMMAND'
113 # in which case we are not to be found in the path.
114 if test "x$as_myself" = x; then
115 as_myself=$0
117 if test ! -f "$as_myself"; then
118 $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
119 { (exit 1); exit 1; }
122 # Work around bugs in pre-3.0 UWIN ksh.
123 for as_var in ENV MAIL MAILPATH
124 do ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var
125 done
126 PS1='$ '
127 PS2='> '
128 PS4='+ '
130 # NLS nuisances.
131 LC_ALL=C
132 export LC_ALL
133 LANGUAGE=C
134 export LANGUAGE
136 # Required to use basename.
137 if expr a : '\(a\)' >/dev/null 2>&1 &&
138 test "X`expr 00001 : '.*\(...\)'`" = X001; then
139 as_expr=expr
140 else
141 as_expr=false
144 if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
145 as_basename=basename
146 else
147 as_basename=false
151 # Name of the executable.
152 as_me=`$as_basename -- "$0" ||
153 $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
154 X"$0" : 'X\(//\)$' \| \
155 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
156 $as_echo X/"$0" |
157 sed '/^.*\/\([^/][^/]*\)\/*$/{
158 s//\1/
161 /^X\/\(\/\/\)$/{
162 s//\1/
165 /^X\/\(\/\).*/{
166 s//\1/
169 s/.*/./; q'`
171 # CDPATH.
172 $as_unset CDPATH
175 if test "x$CONFIG_SHELL" = x; then
176 if (eval ":") 2>/dev/null; then
177 as_have_required=yes
178 else
179 as_have_required=no
182 if test $as_have_required = yes && (eval ":
183 (as_func_return () {
184 (exit \$1)
186 as_func_success () {
187 as_func_return 0
189 as_func_failure () {
190 as_func_return 1
192 as_func_ret_success () {
193 return 0
195 as_func_ret_failure () {
196 return 1
199 exitcode=0
200 if as_func_success; then
202 else
203 exitcode=1
204 echo as_func_success failed.
207 if as_func_failure; then
208 exitcode=1
209 echo as_func_failure succeeded.
212 if as_func_ret_success; then
214 else
215 exitcode=1
216 echo as_func_ret_success failed.
219 if as_func_ret_failure; then
220 exitcode=1
221 echo as_func_ret_failure succeeded.
224 if ( set x; as_func_ret_success y && test x = \"\$1\" ); then
226 else
227 exitcode=1
228 echo positional parameters were not saved.
231 test \$exitcode = 0) || { (exit 1); exit 1; }
234 as_lineno_1=\$LINENO
235 as_lineno_2=\$LINENO
236 test \"x\$as_lineno_1\" != \"x\$as_lineno_2\" &&
237 test \"x\`expr \$as_lineno_1 + 1\`\" = \"x\$as_lineno_2\") || { (exit 1); exit 1; }
238 ") 2> /dev/null; then
240 else
241 as_candidate_shells=
242 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
243 for as_dir in /bin$PATH_SEPARATOR/usr/bin$PATH_SEPARATOR$PATH
245 IFS=$as_save_IFS
246 test -z "$as_dir" && as_dir=.
247 case $as_dir in
249 for as_base in sh bash ksh sh5; do
250 as_candidate_shells="$as_candidate_shells $as_dir/$as_base"
251 done;;
252 esac
253 done
254 IFS=$as_save_IFS
257 for as_shell in $as_candidate_shells $SHELL; do
258 # Try only shells that exist, to save several forks.
259 if { test -f "$as_shell" || test -f "$as_shell.exe"; } &&
260 { ("$as_shell") 2> /dev/null <<\_ASEOF
261 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
262 emulate sh
263 NULLCMD=:
264 # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
265 # is contrary to our usage. Disable this feature.
266 alias -g '${1+"$@"}'='"$@"'
267 setopt NO_GLOB_SUBST
268 else
269 case `(set -o) 2>/dev/null` in
270 *posix*) set -o posix ;;
271 esac
277 _ASEOF
278 }; then
279 CONFIG_SHELL=$as_shell
280 as_have_required=yes
281 if { "$as_shell" 2> /dev/null <<\_ASEOF
282 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
283 emulate sh
284 NULLCMD=:
285 # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
286 # is contrary to our usage. Disable this feature.
287 alias -g '${1+"$@"}'='"$@"'
288 setopt NO_GLOB_SUBST
289 else
290 case `(set -o) 2>/dev/null` in
291 *posix*) set -o posix ;;
292 esac
298 (as_func_return () {
299 (exit $1)
301 as_func_success () {
302 as_func_return 0
304 as_func_failure () {
305 as_func_return 1
307 as_func_ret_success () {
308 return 0
310 as_func_ret_failure () {
311 return 1
314 exitcode=0
315 if as_func_success; then
317 else
318 exitcode=1
319 echo as_func_success failed.
322 if as_func_failure; then
323 exitcode=1
324 echo as_func_failure succeeded.
327 if as_func_ret_success; then
329 else
330 exitcode=1
331 echo as_func_ret_success failed.
334 if as_func_ret_failure; then
335 exitcode=1
336 echo as_func_ret_failure succeeded.
339 if ( set x; as_func_ret_success y && test x = "$1" ); then
341 else
342 exitcode=1
343 echo positional parameters were not saved.
346 test $exitcode = 0) || { (exit 1); exit 1; }
349 as_lineno_1=$LINENO
350 as_lineno_2=$LINENO
351 test "x$as_lineno_1" != "x$as_lineno_2" &&
352 test "x`expr $as_lineno_1 + 1`" = "x$as_lineno_2") || { (exit 1); exit 1; }
354 _ASEOF
355 }; then
356 break
361 done
363 if test "x$CONFIG_SHELL" != x; then
364 for as_var in BASH_ENV ENV
365 do ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var
366 done
367 export CONFIG_SHELL
368 exec "$CONFIG_SHELL" "$as_myself" ${1+"$@"}
372 if test $as_have_required = no; then
373 echo This script requires a shell more modern than all the
374 echo shells that I found on your system. Please install a
375 echo modern shell, or manually run the script under such a
376 echo shell if you do have one.
377 { (exit 1); exit 1; }
387 (eval "as_func_return () {
388 (exit \$1)
390 as_func_success () {
391 as_func_return 0
393 as_func_failure () {
394 as_func_return 1
396 as_func_ret_success () {
397 return 0
399 as_func_ret_failure () {
400 return 1
403 exitcode=0
404 if as_func_success; then
406 else
407 exitcode=1
408 echo as_func_success failed.
411 if as_func_failure; then
412 exitcode=1
413 echo as_func_failure succeeded.
416 if as_func_ret_success; then
418 else
419 exitcode=1
420 echo as_func_ret_success failed.
423 if as_func_ret_failure; then
424 exitcode=1
425 echo as_func_ret_failure succeeded.
428 if ( set x; as_func_ret_success y && test x = \"\$1\" ); then
430 else
431 exitcode=1
432 echo positional parameters were not saved.
435 test \$exitcode = 0") || {
436 echo No shell found that supports shell functions.
437 echo Please tell bug-autoconf@gnu.org about your system,
438 echo including any error possibly output before this message.
439 echo This can help us improve future autoconf versions.
440 echo Configuration will now proceed without shell functions.
445 as_lineno_1=$LINENO
446 as_lineno_2=$LINENO
447 test "x$as_lineno_1" != "x$as_lineno_2" &&
448 test "x`expr $as_lineno_1 + 1`" = "x$as_lineno_2" || {
450 # Create $as_me.lineno as a copy of $as_myself, but with $LINENO
451 # uniformly replaced by the line number. The first 'sed' inserts a
452 # line-number line after each line using $LINENO; the second 'sed'
453 # does the real work. The second script uses 'N' to pair each
454 # line-number line with the line containing $LINENO, and appends
455 # trailing '-' during substitution so that $LINENO is not a special
456 # case at line end.
457 # (Raja R Harinath suggested sed '=', and Paul Eggert wrote the
458 # scripts with optimization help from Paolo Bonzini. Blame Lee
459 # E. McMahon (1931-1989) for sed's syntax. :-)
460 sed -n '
462 /[$]LINENO/=
463 ' <$as_myself |
464 sed '
465 s/[$]LINENO.*/&-/
466 t lineno
468 :lineno
470 :loop
471 s/[$]LINENO\([^'$as_cr_alnum'_].*\n\)\(.*\)/\2\1\2/
472 t loop
473 s/-\n.*//
474 ' >$as_me.lineno &&
475 chmod +x "$as_me.lineno" ||
476 { $as_echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2
477 { (exit 1); exit 1; }; }
479 # Don't try to exec as it changes $[0], causing all sort of problems
480 # (the dirname of $[0] is not the place where we might find the
481 # original and so on. Autoconf is especially sensitive to this).
482 . "./$as_me.lineno"
483 # Exit status is that of the last command.
484 exit
488 if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
489 as_dirname=dirname
490 else
491 as_dirname=false
494 ECHO_C= ECHO_N= ECHO_T=
495 case `echo -n x` in
496 -n*)
497 case `echo 'x\c'` in
498 *c*) ECHO_T=' ';; # ECHO_T is single tab character.
499 *) ECHO_C='\c';;
500 esac;;
502 ECHO_N='-n';;
503 esac
504 if expr a : '\(a\)' >/dev/null 2>&1 &&
505 test "X`expr 00001 : '.*\(...\)'`" = X001; then
506 as_expr=expr
507 else
508 as_expr=false
511 rm -f conf$$ conf$$.exe conf$$.file
512 if test -d conf$$.dir; then
513 rm -f conf$$.dir/conf$$.file
514 else
515 rm -f conf$$.dir
516 mkdir conf$$.dir 2>/dev/null
518 if (echo >conf$$.file) 2>/dev/null; then
519 if ln -s conf$$.file conf$$ 2>/dev/null; then
520 as_ln_s='ln -s'
521 # ... but there are two gotchas:
522 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
523 # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
524 # In both cases, we have to default to `cp -p'.
525 ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
526 as_ln_s='cp -p'
527 elif ln conf$$.file conf$$ 2>/dev/null; then
528 as_ln_s=ln
529 else
530 as_ln_s='cp -p'
532 else
533 as_ln_s='cp -p'
535 rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
536 rmdir conf$$.dir 2>/dev/null
538 if mkdir -p . 2>/dev/null; then
539 as_mkdir_p=:
540 else
541 test -d ./-p && rmdir ./-p
542 as_mkdir_p=false
545 if test -x / >/dev/null 2>&1; then
546 as_test_x='test -x'
547 else
548 if ls -dL / >/dev/null 2>&1; then
549 as_ls_L_option=L
550 else
551 as_ls_L_option=
553 as_test_x='
554 eval sh -c '\''
555 if test -d "$1"; then
556 test -d "$1/.";
557 else
558 case $1 in
559 -*)set "./$1";;
560 esac;
561 case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in
562 ???[sx]*):;;*)false;;esac;fi
563 '\'' sh
566 as_executable_p=$as_test_x
568 # Sed expression to map a string onto a valid CPP name.
569 as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
571 # Sed expression to map a string onto a valid variable name.
572 as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
576 exec 7<&0 </dev/null 6>&1
578 # Name of the host.
579 # hostname on some systems (SVR3.2, Linux) returns a bogus exit status,
580 # so uname gets run too.
581 ac_hostname=`(hostname || uname -n) 2>/dev/null | sed 1q`
584 # Initializations.
586 ac_default_prefix=/usr/local
587 ac_clean_files=
588 ac_config_libobj_dir=.
589 LIBOBJS=
590 cross_compiling=no
591 subdirs=
592 MFLAGS=
593 MAKEFLAGS=
594 SHELL=${CONFIG_SHELL-/bin/sh}
596 # Identity of this package.
597 PACKAGE_NAME='Wine'
598 PACKAGE_TARNAME='wine'
599 PACKAGE_VERSION='1.1.9'
600 PACKAGE_STRING='Wine 1.1.9'
601 PACKAGE_BUGREPORT='wine-devel@winehq.org'
603 ac_unique_file="server/atom.c"
604 # Factoring default headers for most tests.
605 ac_includes_default="\
606 #include <stdio.h>
607 #ifdef HAVE_SYS_TYPES_H
608 # include <sys/types.h>
609 #endif
610 #ifdef HAVE_SYS_STAT_H
611 # include <sys/stat.h>
612 #endif
613 #ifdef STDC_HEADERS
614 # include <stdlib.h>
615 # include <stddef.h>
616 #else
617 # ifdef HAVE_STDLIB_H
618 # include <stdlib.h>
619 # endif
620 #endif
621 #ifdef HAVE_STRING_H
622 # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
623 # include <memory.h>
624 # endif
625 # include <string.h>
626 #endif
627 #ifdef HAVE_STRINGS_H
628 # include <strings.h>
629 #endif
630 #ifdef HAVE_INTTYPES_H
631 # include <inttypes.h>
632 #endif
633 #ifdef HAVE_STDINT_H
634 # include <stdint.h>
635 #endif
636 #ifdef HAVE_UNISTD_H
637 # include <unistd.h>
638 #endif"
640 ac_subst_vars='LTLIBOBJS
641 LIBOBJS
642 ALL_WINETEST_DEPENDS
643 ALL_PROGRAM_BIN_INSTALL_DIRS
644 ALL_PROGRAM_INSTALL_DIRS
645 ALL_PROGRAM_DIRS
646 ALL_TEST_DIRS
647 ALL_IMPLIB_DIRS
648 ALL_DLL_DIRS
649 ALL_TOP_DIRS
650 ALL_MAKEFILE_DEPENDS
651 ALL_MAKEFILES
652 ALL_MAKERULES
653 DEPENDENCIES
654 LDAPLIBS
655 LIBPOLL
656 LIBDL
657 EXTRA_BINARIES
658 MAIN_BINARY
659 SOCKETLIBS
660 CRTLIBS
661 LDPATH
662 BUILTINFLAG
663 EXTRACFLAGS
664 FONTCONFIGINCL
665 CUPSINCL
666 AUDIOIOLIBS
667 ALSALIBS
668 ESDLIBS
669 ESDINCL
670 ESDCONFIG
671 FREETYPEINCL
672 FREETYPELIBS
673 ft_devel
674 LCMSLIBS
675 RESOLVLIBS
676 GPHOTO2INCL
677 GPHOTO2LIBS
678 gphoto2port_devel
679 gphoto2_devel
680 SANEINCL
681 sane_devel
682 GNUTLSINCL
683 HALINCL
684 XSLTINCL
685 XML2INCL
686 XML2LIBS
687 NASLIBS
688 CROSSTEST
689 CROSSWINDRES
690 CROSSCC
691 CARBONLIB
692 COREAUDIO
693 DISKARBITRATIONLIB
694 LDEXECFLAGS
695 IOKITLIB
696 COREFOUNDATIONLIB
697 SECURITYLIB
698 MINGWAR
699 DLLWRAP
700 DLLTOOL
702 LDRPATH_LOCAL
703 LDRPATH_INSTALL
704 IMPLIBEXT
705 LIBEXT
706 LDDLLFLAGS
707 LDSHARED
708 DLLFLAGS
709 DLLEXT
710 OPENGL_LIBS
711 XLIB
712 LIBPTHREAD
713 PRELINK
714 ICOTOOL
715 RSVG
716 PKG_CONFIG
717 FONTFORGE
718 LINTFLAGS
719 LINT
720 INSTALL_DATA
721 INSTALL_SCRIPT
722 INSTALL_PROGRAM
723 LDCONFIG
724 EGREP
725 GREP
727 LN_S
728 WINDRES
729 STRIP
730 RANLIB
731 ARFLAGS
732 ac_ct_AR
734 ac_ct_NM
736 ac_ct_LD
738 ac_ct_AS
740 BISON
741 FLEX
742 X_EXTRA_LIBS
743 X_LIBS
744 X_PRE_LIBS
745 X_CFLAGS
747 XMKMF
748 TOOLSDIR
749 CPPBIN
750 ac_ct_CXX
751 CXXFLAGS
753 OBJEXT
754 EXEEXT
755 ac_ct_CC
756 CPPFLAGS
757 LDFLAGS
758 CFLAGS
760 SET_MAKE
761 WIN16_INSTALL
762 WIN16_FILES
763 host_os
764 host_vendor
765 host_cpu
766 host
767 build_os
768 build_vendor
769 build_cpu
770 build
771 MAINTAINER_MODE
772 target_alias
773 host_alias
774 build_alias
775 LIBS
776 ECHO_T
777 ECHO_N
778 ECHO_C
779 DEFS
780 mandir
781 localedir
782 libdir
783 psdir
784 pdfdir
785 dvidir
786 htmldir
787 infodir
788 docdir
789 oldincludedir
790 includedir
791 localstatedir
792 sharedstatedir
793 sysconfdir
794 datadir
795 datarootdir
796 libexecdir
797 sbindir
798 bindir
799 program_transform_name
800 prefix
801 exec_prefix
802 PACKAGE_BUGREPORT
803 PACKAGE_STRING
804 PACKAGE_VERSION
805 PACKAGE_TARNAME
806 PACKAGE_NAME
807 PATH_SEPARATOR
808 SHELL'
809 ac_subst_files='MAKE_RULES
810 MAKE_DLL_RULES
811 MAKE_IMPLIB_RULES
812 MAKE_TEST_RULES
813 MAKE_PROG_RULES'
814 ac_user_opts='
815 enable_option_checking
816 enable_win16
817 enable_win64
818 enable_tests
819 enable_maintainer_mode
820 with_alsa
821 with_audioio
822 with_capi
823 with_cms
824 with_coreaudio
825 with_cups
826 with_curses
827 with_esd
828 with_fontconfig
829 with_freetype
830 with_gphoto
831 with_glu
832 with_gnutls
833 with_hal
834 with_jack
835 with_jpeg
836 with_ldap
837 with_nas
838 with_opengl
839 with_openssl
840 with_oss
841 with_png
842 with_sane
843 with_xcomposite
844 with_xcursor
845 with_xinerama
846 with_xinput
847 with_xml
848 with_xrandr
849 with_xrender
850 with_xshape
851 with_xshm
852 with_xslt
853 with_xxf86vm
854 with_wine_tools
855 with_x
857 ac_precious_vars='build_alias
858 host_alias
859 target_alias
861 CFLAGS
862 LDFLAGS
863 LIBS
864 CPPFLAGS
866 CXXFLAGS
868 XMKMF
869 CPP'
872 # Initialize some variables set by options.
873 ac_init_help=
874 ac_init_version=false
875 ac_unrecognized_opts=
876 ac_unrecognized_sep=
877 # The variables have the same names as the options, with
878 # dashes changed to underlines.
879 cache_file=/dev/null
880 exec_prefix=NONE
881 no_create=
882 no_recursion=
883 prefix=NONE
884 program_prefix=NONE
885 program_suffix=NONE
886 program_transform_name=s,x,x,
887 silent=
888 site=
889 srcdir=
890 verbose=
891 x_includes=NONE
892 x_libraries=NONE
894 # Installation directory options.
895 # These are left unexpanded so users can "make install exec_prefix=/foo"
896 # and all the variables that are supposed to be based on exec_prefix
897 # by default will actually change.
898 # Use braces instead of parens because sh, perl, etc. also accept them.
899 # (The list follows the same order as the GNU Coding Standards.)
900 bindir='${exec_prefix}/bin'
901 sbindir='${exec_prefix}/sbin'
902 libexecdir='${exec_prefix}/libexec'
903 datarootdir='${prefix}/share'
904 datadir='${datarootdir}'
905 sysconfdir='${prefix}/etc'
906 sharedstatedir='${prefix}/com'
907 localstatedir='${prefix}/var'
908 includedir='${prefix}/include'
909 oldincludedir='/usr/include'
910 docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
911 infodir='${datarootdir}/info'
912 htmldir='${docdir}'
913 dvidir='${docdir}'
914 pdfdir='${docdir}'
915 psdir='${docdir}'
916 libdir='${exec_prefix}/lib'
917 localedir='${datarootdir}/locale'
918 mandir='${datarootdir}/man'
920 ac_prev=
921 ac_dashdash=
922 for ac_option
924 # If the previous option needs an argument, assign it.
925 if test -n "$ac_prev"; then
926 eval $ac_prev=\$ac_option
927 ac_prev=
928 continue
931 case $ac_option in
932 *=*) ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
933 *) ac_optarg=yes ;;
934 esac
936 # Accept the important Cygnus configure options, so we can diagnose typos.
938 case $ac_dashdash$ac_option in
940 ac_dashdash=yes ;;
942 -bindir | --bindir | --bindi | --bind | --bin | --bi)
943 ac_prev=bindir ;;
944 -bindir=* | --bindir=* | --bindi=* | --bind=* | --bin=* | --bi=*)
945 bindir=$ac_optarg ;;
947 -build | --build | --buil | --bui | --bu)
948 ac_prev=build_alias ;;
949 -build=* | --build=* | --buil=* | --bui=* | --bu=*)
950 build_alias=$ac_optarg ;;
952 -cache-file | --cache-file | --cache-fil | --cache-fi \
953 | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c)
954 ac_prev=cache_file ;;
955 -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \
956 | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*)
957 cache_file=$ac_optarg ;;
959 --config-cache | -C)
960 cache_file=config.cache ;;
962 -datadir | --datadir | --datadi | --datad)
963 ac_prev=datadir ;;
964 -datadir=* | --datadir=* | --datadi=* | --datad=*)
965 datadir=$ac_optarg ;;
967 -datarootdir | --datarootdir | --datarootdi | --datarootd | --dataroot \
968 | --dataroo | --dataro | --datar)
969 ac_prev=datarootdir ;;
970 -datarootdir=* | --datarootdir=* | --datarootdi=* | --datarootd=* \
971 | --dataroot=* | --dataroo=* | --dataro=* | --datar=*)
972 datarootdir=$ac_optarg ;;
974 -disable-* | --disable-*)
975 ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
976 # Reject names that are not valid shell variable names.
977 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
978 { $as_echo "$as_me: error: invalid feature name: $ac_useropt" >&2
979 { (exit 1); exit 1; }; }
980 ac_useropt_orig=$ac_useropt
981 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
982 case $ac_user_opts in
984 "enable_$ac_useropt"
985 "*) ;;
986 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--disable-$ac_useropt_orig"
987 ac_unrecognized_sep=', ';;
988 esac
989 eval enable_$ac_useropt=no ;;
991 -docdir | --docdir | --docdi | --doc | --do)
992 ac_prev=docdir ;;
993 -docdir=* | --docdir=* | --docdi=* | --doc=* | --do=*)
994 docdir=$ac_optarg ;;
996 -dvidir | --dvidir | --dvidi | --dvid | --dvi | --dv)
997 ac_prev=dvidir ;;
998 -dvidir=* | --dvidir=* | --dvidi=* | --dvid=* | --dvi=* | --dv=*)
999 dvidir=$ac_optarg ;;
1001 -enable-* | --enable-*)
1002 ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
1003 # Reject names that are not valid shell variable names.
1004 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
1005 { $as_echo "$as_me: error: invalid feature name: $ac_useropt" >&2
1006 { (exit 1); exit 1; }; }
1007 ac_useropt_orig=$ac_useropt
1008 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1009 case $ac_user_opts in
1011 "enable_$ac_useropt"
1012 "*) ;;
1013 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--enable-$ac_useropt_orig"
1014 ac_unrecognized_sep=', ';;
1015 esac
1016 eval enable_$ac_useropt=\$ac_optarg ;;
1018 -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \
1019 | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \
1020 | --exec | --exe | --ex)
1021 ac_prev=exec_prefix ;;
1022 -exec-prefix=* | --exec_prefix=* | --exec-prefix=* | --exec-prefi=* \
1023 | --exec-pref=* | --exec-pre=* | --exec-pr=* | --exec-p=* | --exec-=* \
1024 | --exec=* | --exe=* | --ex=*)
1025 exec_prefix=$ac_optarg ;;
1027 -gas | --gas | --ga | --g)
1028 # Obsolete; use --with-gas.
1029 with_gas=yes ;;
1031 -help | --help | --hel | --he | -h)
1032 ac_init_help=long ;;
1033 -help=r* | --help=r* | --hel=r* | --he=r* | -hr*)
1034 ac_init_help=recursive ;;
1035 -help=s* | --help=s* | --hel=s* | --he=s* | -hs*)
1036 ac_init_help=short ;;
1038 -host | --host | --hos | --ho)
1039 ac_prev=host_alias ;;
1040 -host=* | --host=* | --hos=* | --ho=*)
1041 host_alias=$ac_optarg ;;
1043 -htmldir | --htmldir | --htmldi | --htmld | --html | --htm | --ht)
1044 ac_prev=htmldir ;;
1045 -htmldir=* | --htmldir=* | --htmldi=* | --htmld=* | --html=* | --htm=* \
1046 | --ht=*)
1047 htmldir=$ac_optarg ;;
1049 -includedir | --includedir | --includedi | --included | --include \
1050 | --includ | --inclu | --incl | --inc)
1051 ac_prev=includedir ;;
1052 -includedir=* | --includedir=* | --includedi=* | --included=* | --include=* \
1053 | --includ=* | --inclu=* | --incl=* | --inc=*)
1054 includedir=$ac_optarg ;;
1056 -infodir | --infodir | --infodi | --infod | --info | --inf)
1057 ac_prev=infodir ;;
1058 -infodir=* | --infodir=* | --infodi=* | --infod=* | --info=* | --inf=*)
1059 infodir=$ac_optarg ;;
1061 -libdir | --libdir | --libdi | --libd)
1062 ac_prev=libdir ;;
1063 -libdir=* | --libdir=* | --libdi=* | --libd=*)
1064 libdir=$ac_optarg ;;
1066 -libexecdir | --libexecdir | --libexecdi | --libexecd | --libexec \
1067 | --libexe | --libex | --libe)
1068 ac_prev=libexecdir ;;
1069 -libexecdir=* | --libexecdir=* | --libexecdi=* | --libexecd=* | --libexec=* \
1070 | --libexe=* | --libex=* | --libe=*)
1071 libexecdir=$ac_optarg ;;
1073 -localedir | --localedir | --localedi | --localed | --locale)
1074 ac_prev=localedir ;;
1075 -localedir=* | --localedir=* | --localedi=* | --localed=* | --locale=*)
1076 localedir=$ac_optarg ;;
1078 -localstatedir | --localstatedir | --localstatedi | --localstated \
1079 | --localstate | --localstat | --localsta | --localst | --locals)
1080 ac_prev=localstatedir ;;
1081 -localstatedir=* | --localstatedir=* | --localstatedi=* | --localstated=* \
1082 | --localstate=* | --localstat=* | --localsta=* | --localst=* | --locals=*)
1083 localstatedir=$ac_optarg ;;
1085 -mandir | --mandir | --mandi | --mand | --man | --ma | --m)
1086 ac_prev=mandir ;;
1087 -mandir=* | --mandir=* | --mandi=* | --mand=* | --man=* | --ma=* | --m=*)
1088 mandir=$ac_optarg ;;
1090 -nfp | --nfp | --nf)
1091 # Obsolete; use --without-fp.
1092 with_fp=no ;;
1094 -no-create | --no-create | --no-creat | --no-crea | --no-cre \
1095 | --no-cr | --no-c | -n)
1096 no_create=yes ;;
1098 -no-recursion | --no-recursion | --no-recursio | --no-recursi \
1099 | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r)
1100 no_recursion=yes ;;
1102 -oldincludedir | --oldincludedir | --oldincludedi | --oldincluded \
1103 | --oldinclude | --oldinclud | --oldinclu | --oldincl | --oldinc \
1104 | --oldin | --oldi | --old | --ol | --o)
1105 ac_prev=oldincludedir ;;
1106 -oldincludedir=* | --oldincludedir=* | --oldincludedi=* | --oldincluded=* \
1107 | --oldinclude=* | --oldinclud=* | --oldinclu=* | --oldincl=* | --oldinc=* \
1108 | --oldin=* | --oldi=* | --old=* | --ol=* | --o=*)
1109 oldincludedir=$ac_optarg ;;
1111 -prefix | --prefix | --prefi | --pref | --pre | --pr | --p)
1112 ac_prev=prefix ;;
1113 -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*)
1114 prefix=$ac_optarg ;;
1116 -program-prefix | --program-prefix | --program-prefi | --program-pref \
1117 | --program-pre | --program-pr | --program-p)
1118 ac_prev=program_prefix ;;
1119 -program-prefix=* | --program-prefix=* | --program-prefi=* \
1120 | --program-pref=* | --program-pre=* | --program-pr=* | --program-p=*)
1121 program_prefix=$ac_optarg ;;
1123 -program-suffix | --program-suffix | --program-suffi | --program-suff \
1124 | --program-suf | --program-su | --program-s)
1125 ac_prev=program_suffix ;;
1126 -program-suffix=* | --program-suffix=* | --program-suffi=* \
1127 | --program-suff=* | --program-suf=* | --program-su=* | --program-s=*)
1128 program_suffix=$ac_optarg ;;
1130 -program-transform-name | --program-transform-name \
1131 | --program-transform-nam | --program-transform-na \
1132 | --program-transform-n | --program-transform- \
1133 | --program-transform | --program-transfor \
1134 | --program-transfo | --program-transf \
1135 | --program-trans | --program-tran \
1136 | --progr-tra | --program-tr | --program-t)
1137 ac_prev=program_transform_name ;;
1138 -program-transform-name=* | --program-transform-name=* \
1139 | --program-transform-nam=* | --program-transform-na=* \
1140 | --program-transform-n=* | --program-transform-=* \
1141 | --program-transform=* | --program-transfor=* \
1142 | --program-transfo=* | --program-transf=* \
1143 | --program-trans=* | --program-tran=* \
1144 | --progr-tra=* | --program-tr=* | --program-t=*)
1145 program_transform_name=$ac_optarg ;;
1147 -pdfdir | --pdfdir | --pdfdi | --pdfd | --pdf | --pd)
1148 ac_prev=pdfdir ;;
1149 -pdfdir=* | --pdfdir=* | --pdfdi=* | --pdfd=* | --pdf=* | --pd=*)
1150 pdfdir=$ac_optarg ;;
1152 -psdir | --psdir | --psdi | --psd | --ps)
1153 ac_prev=psdir ;;
1154 -psdir=* | --psdir=* | --psdi=* | --psd=* | --ps=*)
1155 psdir=$ac_optarg ;;
1157 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
1158 | -silent | --silent | --silen | --sile | --sil)
1159 silent=yes ;;
1161 -sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb)
1162 ac_prev=sbindir ;;
1163 -sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* \
1164 | --sbi=* | --sb=*)
1165 sbindir=$ac_optarg ;;
1167 -sharedstatedir | --sharedstatedir | --sharedstatedi \
1168 | --sharedstated | --sharedstate | --sharedstat | --sharedsta \
1169 | --sharedst | --shareds | --shared | --share | --shar \
1170 | --sha | --sh)
1171 ac_prev=sharedstatedir ;;
1172 -sharedstatedir=* | --sharedstatedir=* | --sharedstatedi=* \
1173 | --sharedstated=* | --sharedstate=* | --sharedstat=* | --sharedsta=* \
1174 | --sharedst=* | --shareds=* | --shared=* | --share=* | --shar=* \
1175 | --sha=* | --sh=*)
1176 sharedstatedir=$ac_optarg ;;
1178 -site | --site | --sit)
1179 ac_prev=site ;;
1180 -site=* | --site=* | --sit=*)
1181 site=$ac_optarg ;;
1183 -srcdir | --srcdir | --srcdi | --srcd | --src | --sr)
1184 ac_prev=srcdir ;;
1185 -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*)
1186 srcdir=$ac_optarg ;;
1188 -sysconfdir | --sysconfdir | --sysconfdi | --sysconfd | --sysconf \
1189 | --syscon | --sysco | --sysc | --sys | --sy)
1190 ac_prev=sysconfdir ;;
1191 -sysconfdir=* | --sysconfdir=* | --sysconfdi=* | --sysconfd=* | --sysconf=* \
1192 | --syscon=* | --sysco=* | --sysc=* | --sys=* | --sy=*)
1193 sysconfdir=$ac_optarg ;;
1195 -target | --target | --targe | --targ | --tar | --ta | --t)
1196 ac_prev=target_alias ;;
1197 -target=* | --target=* | --targe=* | --targ=* | --tar=* | --ta=* | --t=*)
1198 target_alias=$ac_optarg ;;
1200 -v | -verbose | --verbose | --verbos | --verbo | --verb)
1201 verbose=yes ;;
1203 -version | --version | --versio | --versi | --vers | -V)
1204 ac_init_version=: ;;
1206 -with-* | --with-*)
1207 ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
1208 # Reject names that are not valid shell variable names.
1209 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
1210 { $as_echo "$as_me: error: invalid package name: $ac_useropt" >&2
1211 { (exit 1); exit 1; }; }
1212 ac_useropt_orig=$ac_useropt
1213 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1214 case $ac_user_opts in
1216 "with_$ac_useropt"
1217 "*) ;;
1218 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--with-$ac_useropt_orig"
1219 ac_unrecognized_sep=', ';;
1220 esac
1221 eval with_$ac_useropt=\$ac_optarg ;;
1223 -without-* | --without-*)
1224 ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'`
1225 # Reject names that are not valid shell variable names.
1226 expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
1227 { $as_echo "$as_me: error: invalid package name: $ac_useropt" >&2
1228 { (exit 1); exit 1; }; }
1229 ac_useropt_orig=$ac_useropt
1230 ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
1231 case $ac_user_opts in
1233 "with_$ac_useropt"
1234 "*) ;;
1235 *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--without-$ac_useropt_orig"
1236 ac_unrecognized_sep=', ';;
1237 esac
1238 eval with_$ac_useropt=no ;;
1240 --x)
1241 # Obsolete; use --with-x.
1242 with_x=yes ;;
1244 -x-includes | --x-includes | --x-include | --x-includ | --x-inclu \
1245 | --x-incl | --x-inc | --x-in | --x-i)
1246 ac_prev=x_includes ;;
1247 -x-includes=* | --x-includes=* | --x-include=* | --x-includ=* | --x-inclu=* \
1248 | --x-incl=* | --x-inc=* | --x-in=* | --x-i=*)
1249 x_includes=$ac_optarg ;;
1251 -x-libraries | --x-libraries | --x-librarie | --x-librari \
1252 | --x-librar | --x-libra | --x-libr | --x-lib | --x-li | --x-l)
1253 ac_prev=x_libraries ;;
1254 -x-libraries=* | --x-libraries=* | --x-librarie=* | --x-librari=* \
1255 | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*)
1256 x_libraries=$ac_optarg ;;
1258 -*) { $as_echo "$as_me: error: unrecognized option: $ac_option
1259 Try \`$0 --help' for more information." >&2
1260 { (exit 1); exit 1; }; }
1263 *=*)
1264 ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
1265 # Reject names that are not valid shell variable names.
1266 expr "x$ac_envvar" : ".*[^_$as_cr_alnum]" >/dev/null &&
1267 { $as_echo "$as_me: error: invalid variable name: $ac_envvar" >&2
1268 { (exit 1); exit 1; }; }
1269 eval $ac_envvar=\$ac_optarg
1270 export $ac_envvar ;;
1273 # FIXME: should be removed in autoconf 3.0.
1274 $as_echo "$as_me: WARNING: you should use --build, --host, --target" >&2
1275 expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev/null &&
1276 $as_echo "$as_me: WARNING: invalid host type: $ac_option" >&2
1277 : ${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option}
1280 esac
1281 done
1283 if test -n "$ac_prev"; then
1284 ac_option=--`echo $ac_prev | sed 's/_/-/g'`
1285 { $as_echo "$as_me: error: missing argument to $ac_option" >&2
1286 { (exit 1); exit 1; }; }
1289 if test -n "$ac_unrecognized_opts"; then
1290 case $enable_option_checking in
1291 no) ;;
1292 fatal) { $as_echo "$as_me: error: unrecognized options: $ac_unrecognized_opts" >&2
1293 { (exit 1); exit 1; }; } ;;
1294 *) $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2 ;;
1295 esac
1298 # Check all directory arguments for consistency.
1299 for ac_var in exec_prefix prefix bindir sbindir libexecdir datarootdir \
1300 datadir sysconfdir sharedstatedir localstatedir includedir \
1301 oldincludedir docdir infodir htmldir dvidir pdfdir psdir \
1302 libdir localedir mandir
1304 eval ac_val=\$$ac_var
1305 # Remove trailing slashes.
1306 case $ac_val in
1307 */ )
1308 ac_val=`expr "X$ac_val" : 'X\(.*[^/]\)' \| "X$ac_val" : 'X\(.*\)'`
1309 eval $ac_var=\$ac_val;;
1310 esac
1311 # Be sure to have absolute directory names.
1312 case $ac_val in
1313 [\\/$]* | ?:[\\/]* ) continue;;
1314 NONE | '' ) case $ac_var in *prefix ) continue;; esac;;
1315 esac
1316 { $as_echo "$as_me: error: expected an absolute directory name for --$ac_var: $ac_val" >&2
1317 { (exit 1); exit 1; }; }
1318 done
1320 # There might be people who depend on the old broken behavior: `$host'
1321 # used to hold the argument of --host etc.
1322 # FIXME: To remove some day.
1323 build=$build_alias
1324 host=$host_alias
1325 target=$target_alias
1327 # FIXME: To remove some day.
1328 if test "x$host_alias" != x; then
1329 if test "x$build_alias" = x; then
1330 cross_compiling=maybe
1331 $as_echo "$as_me: WARNING: If you wanted to set the --build type, don't use --host.
1332 If a cross compiler is detected then cross compile mode will be used." >&2
1333 elif test "x$build_alias" != "x$host_alias"; then
1334 cross_compiling=yes
1338 ac_tool_prefix=
1339 test -n "$host_alias" && ac_tool_prefix=$host_alias-
1341 test "$silent" = yes && exec 6>/dev/null
1344 ac_pwd=`pwd` && test -n "$ac_pwd" &&
1345 ac_ls_di=`ls -di .` &&
1346 ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` ||
1347 { $as_echo "$as_me: error: working directory cannot be determined" >&2
1348 { (exit 1); exit 1; }; }
1349 test "X$ac_ls_di" = "X$ac_pwd_ls_di" ||
1350 { $as_echo "$as_me: error: pwd does not report name of working directory" >&2
1351 { (exit 1); exit 1; }; }
1354 # Find the source files, if location was not specified.
1355 if test -z "$srcdir"; then
1356 ac_srcdir_defaulted=yes
1357 # Try the directory containing this script, then the parent directory.
1358 ac_confdir=`$as_dirname -- "$as_myself" ||
1359 $as_expr X"$as_myself" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
1360 X"$as_myself" : 'X\(//\)[^/]' \| \
1361 X"$as_myself" : 'X\(//\)$' \| \
1362 X"$as_myself" : 'X\(/\)' \| . 2>/dev/null ||
1363 $as_echo X"$as_myself" |
1364 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
1365 s//\1/
1368 /^X\(\/\/\)[^/].*/{
1369 s//\1/
1372 /^X\(\/\/\)$/{
1373 s//\1/
1376 /^X\(\/\).*/{
1377 s//\1/
1380 s/.*/./; q'`
1381 srcdir=$ac_confdir
1382 if test ! -r "$srcdir/$ac_unique_file"; then
1383 srcdir=..
1385 else
1386 ac_srcdir_defaulted=no
1388 if test ! -r "$srcdir/$ac_unique_file"; then
1389 test "$ac_srcdir_defaulted" = yes && srcdir="$ac_confdir or .."
1390 { $as_echo "$as_me: error: cannot find sources ($ac_unique_file) in $srcdir" >&2
1391 { (exit 1); exit 1; }; }
1393 ac_msg="sources are in $srcdir, but \`cd $srcdir' does not work"
1394 ac_abs_confdir=`(
1395 cd "$srcdir" && test -r "./$ac_unique_file" || { $as_echo "$as_me: error: $ac_msg" >&2
1396 { (exit 1); exit 1; }; }
1397 pwd)`
1398 # When building in place, set srcdir=.
1399 if test "$ac_abs_confdir" = "$ac_pwd"; then
1400 srcdir=.
1402 # Remove unnecessary trailing slashes from srcdir.
1403 # Double slashes in file names in object file debugging info
1404 # mess up M-x gdb in Emacs.
1405 case $srcdir in
1406 */) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;;
1407 esac
1408 for ac_var in $ac_precious_vars; do
1409 eval ac_env_${ac_var}_set=\${${ac_var}+set}
1410 eval ac_env_${ac_var}_value=\$${ac_var}
1411 eval ac_cv_env_${ac_var}_set=\${${ac_var}+set}
1412 eval ac_cv_env_${ac_var}_value=\$${ac_var}
1413 done
1416 # Report the --help message.
1418 if test "$ac_init_help" = "long"; then
1419 # Omit some internal or obsolete options to make the list less imposing.
1420 # This message is too long to be a string in the A/UX 3.1 sh.
1421 cat <<_ACEOF
1422 \`configure' configures Wine 1.1.9 to adapt to many kinds of systems.
1424 Usage: $0 [OPTION]... [VAR=VALUE]...
1426 To assign environment variables (e.g., CC, CFLAGS...), specify them as
1427 VAR=VALUE. See below for descriptions of some of the useful variables.
1429 Defaults for the options are specified in brackets.
1431 Configuration:
1432 -h, --help display this help and exit
1433 --help=short display options specific to this package
1434 --help=recursive display the short help of all the included packages
1435 -V, --version display version information and exit
1436 -q, --quiet, --silent do not print \`checking...' messages
1437 --cache-file=FILE cache test results in FILE [disabled]
1438 -C, --config-cache alias for \`--cache-file=config.cache'
1439 -n, --no-create do not create output files
1440 --srcdir=DIR find the sources in DIR [configure dir or \`..']
1442 Installation directories:
1443 --prefix=PREFIX install architecture-independent files in PREFIX
1444 [$ac_default_prefix]
1445 --exec-prefix=EPREFIX install architecture-dependent files in EPREFIX
1446 [PREFIX]
1448 By default, \`make install' will install all the files in
1449 \`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc. You can specify
1450 an installation prefix other than \`$ac_default_prefix' using \`--prefix',
1451 for instance \`--prefix=\$HOME'.
1453 For better control, use the options below.
1455 Fine tuning of the installation directories:
1456 --bindir=DIR user executables [EPREFIX/bin]
1457 --sbindir=DIR system admin executables [EPREFIX/sbin]
1458 --libexecdir=DIR program executables [EPREFIX/libexec]
1459 --sysconfdir=DIR read-only single-machine data [PREFIX/etc]
1460 --sharedstatedir=DIR modifiable architecture-independent data [PREFIX/com]
1461 --localstatedir=DIR modifiable single-machine data [PREFIX/var]
1462 --libdir=DIR object code libraries [EPREFIX/lib]
1463 --includedir=DIR C header files [PREFIX/include]
1464 --oldincludedir=DIR C header files for non-gcc [/usr/include]
1465 --datarootdir=DIR read-only arch.-independent data root [PREFIX/share]
1466 --datadir=DIR read-only architecture-independent data [DATAROOTDIR]
1467 --infodir=DIR info documentation [DATAROOTDIR/info]
1468 --localedir=DIR locale-dependent data [DATAROOTDIR/locale]
1469 --mandir=DIR man documentation [DATAROOTDIR/man]
1470 --docdir=DIR documentation root [DATAROOTDIR/doc/wine]
1471 --htmldir=DIR html documentation [DOCDIR]
1472 --dvidir=DIR dvi documentation [DOCDIR]
1473 --pdfdir=DIR pdf documentation [DOCDIR]
1474 --psdir=DIR ps documentation [DOCDIR]
1475 _ACEOF
1477 cat <<\_ACEOF
1479 X features:
1480 --x-includes=DIR X include files are in DIR
1481 --x-libraries=DIR X library files are in DIR
1483 System types:
1484 --build=BUILD configure for building on BUILD [guessed]
1485 --host=HOST cross-compile to build programs to run on HOST [BUILD]
1486 _ACEOF
1489 if test -n "$ac_init_help"; then
1490 case $ac_init_help in
1491 short | recursive ) echo "Configuration of Wine 1.1.9:";;
1492 esac
1493 cat <<\_ACEOF
1495 Optional Features:
1496 --disable-option-checking ignore unrecognized --enable/--with options
1497 --disable-FEATURE do not include FEATURE (same as --enable-FEATURE=no)
1498 --enable-FEATURE[=ARG] include FEATURE [ARG=yes]
1499 --disable-win16 do not include Win16 support
1500 --enable-win64 build a Win64 emulator on AMD64 (won't run Win32
1501 binaries)
1502 --disable-tests do not build the regression tests
1503 --enable-maintainer-mode
1504 enable maintainer-specific build rules
1506 Optional Packages:
1507 --with-PACKAGE[=ARG] use PACKAGE [ARG=yes]
1508 --without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no)
1509 --without-alsa do not use the Alsa sound support
1510 --without-audioio do not use the AudioIO sound support
1511 --without-capi do not use CAPI (ISDN support)
1512 --without-cms do not use CMS (color management support)
1513 --without-coreaudio do not use the CoreAudio sound support
1514 --without-cups do not use CUPS
1515 --without-curses do not use (n)curses
1516 --without-esd do not use the EsounD sound support
1517 --without-fontconfig do not use fontconfig
1518 --without-freetype do not use the FreeType library
1519 --without-gphoto do not use gphoto (Digital Camera support)
1520 --without-glu do not use the GLU library
1521 --without-gnutls do not use GnuTLS (schannel support)
1522 --without-hal do not use HAL (dynamic device support)
1523 --without-jack do not use the Jack sound support
1524 --without-jpeg do not use JPEG
1525 --without-ldap do not use LDAP
1526 --without-nas do not use the NAS sound support
1527 --without-opengl do not use OpenGL
1528 --without-openssl do not use OpenSSL
1529 --without-oss do not use the OSS sound support
1530 --without-png do not use PNG
1531 --without-sane do not use SANE (scanner support)
1532 --without-xcomposite do not use the Xcomposite extension
1533 --without-xcursor do not use the Xcursor extension
1534 --without-xinerama do not use Xinerama (multi-monitor support)
1535 --without-xinput do not use the Xinput extension
1536 --without-xml do not use XML
1537 --without-xrandr do not use Xrandr (resolution changes)
1538 --without-xrender do not use the Xrender extension
1539 --without-xshape do not use the Xshape extension
1540 --without-xshm do not use XShm (shared memory extension)
1541 --without-xslt do not use XSLT
1542 --without-xxf86vm do not use XFree video mode extension
1543 --with-wine-tools=DIR use Wine tools from directory DIR
1544 --with-x use the X Window System
1546 Some influential environment variables:
1547 CC C compiler command
1548 CFLAGS C compiler flags
1549 LDFLAGS linker flags, e.g. -L<lib dir> if you have libraries in a
1550 nonstandard directory <lib dir>
1551 LIBS libraries to pass to the linker, e.g. -l<library>
1552 CPPFLAGS C/C++/Objective C preprocessor flags, e.g. -I<include dir> if
1553 you have headers in a nonstandard directory <include dir>
1554 CXX C++ compiler command
1555 CXXFLAGS C++ compiler flags
1556 XMKMF Path to xmkmf, Makefile generator for X Window System
1557 CPP C preprocessor
1559 Use these variables to override the choices made by `configure' or to help
1560 it to find libraries and programs with nonstandard names/locations.
1562 Report bugs to <wine-devel@winehq.org>.
1563 _ACEOF
1564 ac_status=$?
1567 if test "$ac_init_help" = "recursive"; then
1568 # If there are subdirs, report their specific --help.
1569 for ac_dir in : $ac_subdirs_all; do test "x$ac_dir" = x: && continue
1570 test -d "$ac_dir" ||
1571 { cd "$srcdir" && ac_pwd=`pwd` && srcdir=. && test -d "$ac_dir"; } ||
1572 continue
1573 ac_builddir=.
1575 case "$ac_dir" in
1576 .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
1578 ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
1579 # A ".." for each directory in $ac_dir_suffix.
1580 ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
1581 case $ac_top_builddir_sub in
1582 "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
1583 *) ac_top_build_prefix=$ac_top_builddir_sub/ ;;
1584 esac ;;
1585 esac
1586 ac_abs_top_builddir=$ac_pwd
1587 ac_abs_builddir=$ac_pwd$ac_dir_suffix
1588 # for backward compatibility:
1589 ac_top_builddir=$ac_top_build_prefix
1591 case $srcdir in
1592 .) # We are building in place.
1593 ac_srcdir=.
1594 ac_top_srcdir=$ac_top_builddir_sub
1595 ac_abs_top_srcdir=$ac_pwd ;;
1596 [\\/]* | ?:[\\/]* ) # Absolute name.
1597 ac_srcdir=$srcdir$ac_dir_suffix;
1598 ac_top_srcdir=$srcdir
1599 ac_abs_top_srcdir=$srcdir ;;
1600 *) # Relative name.
1601 ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
1602 ac_top_srcdir=$ac_top_build_prefix$srcdir
1603 ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
1604 esac
1605 ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
1607 cd "$ac_dir" || { ac_status=$?; continue; }
1608 # Check for guested configure.
1609 if test -f "$ac_srcdir/configure.gnu"; then
1610 echo &&
1611 $SHELL "$ac_srcdir/configure.gnu" --help=recursive
1612 elif test -f "$ac_srcdir/configure"; then
1613 echo &&
1614 $SHELL "$ac_srcdir/configure" --help=recursive
1615 else
1616 $as_echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2
1617 fi || ac_status=$?
1618 cd "$ac_pwd" || { ac_status=$?; break; }
1619 done
1622 test -n "$ac_init_help" && exit $ac_status
1623 if $ac_init_version; then
1624 cat <<\_ACEOF
1625 Wine configure 1.1.9
1626 generated by GNU Autoconf 2.63
1628 Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
1629 2002, 2003, 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc.
1630 This configure script is free software; the Free Software Foundation
1631 gives unlimited permission to copy, distribute and modify it.
1632 _ACEOF
1633 exit
1635 cat >config.log <<_ACEOF
1636 This file contains any messages produced by compilers while
1637 running configure, to aid debugging if configure makes a mistake.
1639 It was created by Wine $as_me 1.1.9, which was
1640 generated by GNU Autoconf 2.63. Invocation command line was
1642 $ $0 $@
1644 _ACEOF
1645 exec 5>>config.log
1647 cat <<_ASUNAME
1648 ## --------- ##
1649 ## Platform. ##
1650 ## --------- ##
1652 hostname = `(hostname || uname -n) 2>/dev/null | sed 1q`
1653 uname -m = `(uname -m) 2>/dev/null || echo unknown`
1654 uname -r = `(uname -r) 2>/dev/null || echo unknown`
1655 uname -s = `(uname -s) 2>/dev/null || echo unknown`
1656 uname -v = `(uname -v) 2>/dev/null || echo unknown`
1658 /usr/bin/uname -p = `(/usr/bin/uname -p) 2>/dev/null || echo unknown`
1659 /bin/uname -X = `(/bin/uname -X) 2>/dev/null || echo unknown`
1661 /bin/arch = `(/bin/arch) 2>/dev/null || echo unknown`
1662 /usr/bin/arch -k = `(/usr/bin/arch -k) 2>/dev/null || echo unknown`
1663 /usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null || echo unknown`
1664 /usr/bin/hostinfo = `(/usr/bin/hostinfo) 2>/dev/null || echo unknown`
1665 /bin/machine = `(/bin/machine) 2>/dev/null || echo unknown`
1666 /usr/bin/oslevel = `(/usr/bin/oslevel) 2>/dev/null || echo unknown`
1667 /bin/universe = `(/bin/universe) 2>/dev/null || echo unknown`
1669 _ASUNAME
1671 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1672 for as_dir in $PATH
1674 IFS=$as_save_IFS
1675 test -z "$as_dir" && as_dir=.
1676 $as_echo "PATH: $as_dir"
1677 done
1678 IFS=$as_save_IFS
1680 } >&5
1682 cat >&5 <<_ACEOF
1685 ## ----------- ##
1686 ## Core tests. ##
1687 ## ----------- ##
1689 _ACEOF
1692 # Keep a trace of the command line.
1693 # Strip out --no-create and --no-recursion so they do not pile up.
1694 # Strip out --silent because we don't want to record it for future runs.
1695 # Also quote any args containing shell meta-characters.
1696 # Make two passes to allow for proper duplicate-argument suppression.
1697 ac_configure_args=
1698 ac_configure_args0=
1699 ac_configure_args1=
1700 ac_must_keep_next=false
1701 for ac_pass in 1 2
1703 for ac_arg
1705 case $ac_arg in
1706 -no-create | --no-c* | -n | -no-recursion | --no-r*) continue ;;
1707 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
1708 | -silent | --silent | --silen | --sile | --sil)
1709 continue ;;
1710 *\'*)
1711 ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
1712 esac
1713 case $ac_pass in
1714 1) ac_configure_args0="$ac_configure_args0 '$ac_arg'" ;;
1716 ac_configure_args1="$ac_configure_args1 '$ac_arg'"
1717 if test $ac_must_keep_next = true; then
1718 ac_must_keep_next=false # Got value, back to normal.
1719 else
1720 case $ac_arg in
1721 *=* | --config-cache | -C | -disable-* | --disable-* \
1722 | -enable-* | --enable-* | -gas | --g* | -nfp | --nf* \
1723 | -q | -quiet | --q* | -silent | --sil* | -v | -verb* \
1724 | -with-* | --with-* | -without-* | --without-* | --x)
1725 case "$ac_configure_args0 " in
1726 "$ac_configure_args1"*" '$ac_arg' "* ) continue ;;
1727 esac
1729 -* ) ac_must_keep_next=true ;;
1730 esac
1732 ac_configure_args="$ac_configure_args '$ac_arg'"
1734 esac
1735 done
1736 done
1737 $as_unset ac_configure_args0 || test "${ac_configure_args0+set}" != set || { ac_configure_args0=; export ac_configure_args0; }
1738 $as_unset ac_configure_args1 || test "${ac_configure_args1+set}" != set || { ac_configure_args1=; export ac_configure_args1; }
1740 # When interrupted or exit'd, cleanup temporary files, and complete
1741 # config.log. We remove comments because anyway the quotes in there
1742 # would cause problems or look ugly.
1743 # WARNING: Use '\'' to represent an apostrophe within the trap.
1744 # WARNING: Do not start the trap code with a newline, due to a FreeBSD 4.0 bug.
1745 trap 'exit_status=$?
1746 # Save into config.log some information that might help in debugging.
1748 echo
1750 cat <<\_ASBOX
1751 ## ---------------- ##
1752 ## Cache variables. ##
1753 ## ---------------- ##
1754 _ASBOX
1755 echo
1756 # The following way of writing the cache mishandles newlines in values,
1758 for ac_var in `(set) 2>&1 | sed -n '\''s/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'\''`; do
1759 eval ac_val=\$$ac_var
1760 case $ac_val in #(
1761 *${as_nl}*)
1762 case $ac_var in #(
1763 *_cv_*) { $as_echo "$as_me:$LINENO: WARNING: cache variable $ac_var contains a newline" >&5
1764 $as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
1765 esac
1766 case $ac_var in #(
1767 _ | IFS | as_nl) ;; #(
1768 BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
1769 *) $as_unset $ac_var ;;
1770 esac ;;
1771 esac
1772 done
1773 (set) 2>&1 |
1774 case $as_nl`(ac_space='\'' '\''; set) 2>&1` in #(
1775 *${as_nl}ac_space=\ *)
1776 sed -n \
1777 "s/'\''/'\''\\\\'\'''\''/g;
1778 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\''\\2'\''/p"
1779 ;; #(
1781 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
1783 esac |
1784 sort
1786 echo
1788 cat <<\_ASBOX
1789 ## ----------------- ##
1790 ## Output variables. ##
1791 ## ----------------- ##
1792 _ASBOX
1793 echo
1794 for ac_var in $ac_subst_vars
1796 eval ac_val=\$$ac_var
1797 case $ac_val in
1798 *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
1799 esac
1800 $as_echo "$ac_var='\''$ac_val'\''"
1801 done | sort
1802 echo
1804 if test -n "$ac_subst_files"; then
1805 cat <<\_ASBOX
1806 ## ------------------- ##
1807 ## File substitutions. ##
1808 ## ------------------- ##
1809 _ASBOX
1810 echo
1811 for ac_var in $ac_subst_files
1813 eval ac_val=\$$ac_var
1814 case $ac_val in
1815 *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
1816 esac
1817 $as_echo "$ac_var='\''$ac_val'\''"
1818 done | sort
1819 echo
1822 if test -s confdefs.h; then
1823 cat <<\_ASBOX
1824 ## ----------- ##
1825 ## confdefs.h. ##
1826 ## ----------- ##
1827 _ASBOX
1828 echo
1829 cat confdefs.h
1830 echo
1832 test "$ac_signal" != 0 &&
1833 $as_echo "$as_me: caught signal $ac_signal"
1834 $as_echo "$as_me: exit $exit_status"
1835 } >&5
1836 rm -f core *.core core.conftest.* &&
1837 rm -f -r conftest* confdefs* conf$$* $ac_clean_files &&
1838 exit $exit_status
1840 for ac_signal in 1 2 13 15; do
1841 trap 'ac_signal='$ac_signal'; { (exit 1); exit 1; }' $ac_signal
1842 done
1843 ac_signal=0
1845 # confdefs.h avoids OS command line length limits that DEFS can exceed.
1846 rm -f -r conftest* confdefs.h
1848 # Predefined preprocessor variables.
1850 cat >>confdefs.h <<_ACEOF
1851 #define PACKAGE_NAME "$PACKAGE_NAME"
1852 _ACEOF
1855 cat >>confdefs.h <<_ACEOF
1856 #define PACKAGE_TARNAME "$PACKAGE_TARNAME"
1857 _ACEOF
1860 cat >>confdefs.h <<_ACEOF
1861 #define PACKAGE_VERSION "$PACKAGE_VERSION"
1862 _ACEOF
1865 cat >>confdefs.h <<_ACEOF
1866 #define PACKAGE_STRING "$PACKAGE_STRING"
1867 _ACEOF
1870 cat >>confdefs.h <<_ACEOF
1871 #define PACKAGE_BUGREPORT "$PACKAGE_BUGREPORT"
1872 _ACEOF
1875 # Let the site file select an alternate cache file if it wants to.
1876 # Prefer an explicitly selected file to automatically selected ones.
1877 ac_site_file1=NONE
1878 ac_site_file2=NONE
1879 if test -n "$CONFIG_SITE"; then
1880 ac_site_file1=$CONFIG_SITE
1881 elif test "x$prefix" != xNONE; then
1882 ac_site_file1=$prefix/share/config.site
1883 ac_site_file2=$prefix/etc/config.site
1884 else
1885 ac_site_file1=$ac_default_prefix/share/config.site
1886 ac_site_file2=$ac_default_prefix/etc/config.site
1888 for ac_site_file in "$ac_site_file1" "$ac_site_file2"
1890 test "x$ac_site_file" = xNONE && continue
1891 if test -r "$ac_site_file"; then
1892 { $as_echo "$as_me:$LINENO: loading site script $ac_site_file" >&5
1893 $as_echo "$as_me: loading site script $ac_site_file" >&6;}
1894 sed 's/^/| /' "$ac_site_file" >&5
1895 . "$ac_site_file"
1897 done
1899 if test -r "$cache_file"; then
1900 # Some versions of bash will fail to source /dev/null (special
1901 # files actually), so we avoid doing that.
1902 if test -f "$cache_file"; then
1903 { $as_echo "$as_me:$LINENO: loading cache $cache_file" >&5
1904 $as_echo "$as_me: loading cache $cache_file" >&6;}
1905 case $cache_file in
1906 [\\/]* | ?:[\\/]* ) . "$cache_file";;
1907 *) . "./$cache_file";;
1908 esac
1910 else
1911 { $as_echo "$as_me:$LINENO: creating cache $cache_file" >&5
1912 $as_echo "$as_me: creating cache $cache_file" >&6;}
1913 >$cache_file
1916 # Check that the precious variables saved in the cache have kept the same
1917 # value.
1918 ac_cache_corrupted=false
1919 for ac_var in $ac_precious_vars; do
1920 eval ac_old_set=\$ac_cv_env_${ac_var}_set
1921 eval ac_new_set=\$ac_env_${ac_var}_set
1922 eval ac_old_val=\$ac_cv_env_${ac_var}_value
1923 eval ac_new_val=\$ac_env_${ac_var}_value
1924 case $ac_old_set,$ac_new_set in
1925 set,)
1926 { $as_echo "$as_me:$LINENO: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
1927 $as_echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
1928 ac_cache_corrupted=: ;;
1929 ,set)
1930 { $as_echo "$as_me:$LINENO: error: \`$ac_var' was not set in the previous run" >&5
1931 $as_echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;}
1932 ac_cache_corrupted=: ;;
1933 ,);;
1935 if test "x$ac_old_val" != "x$ac_new_val"; then
1936 # differences in whitespace do not lead to failure.
1937 ac_old_val_w=`echo x $ac_old_val`
1938 ac_new_val_w=`echo x $ac_new_val`
1939 if test "$ac_old_val_w" != "$ac_new_val_w"; then
1940 { $as_echo "$as_me:$LINENO: error: \`$ac_var' has changed since the previous run:" >&5
1941 $as_echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;}
1942 ac_cache_corrupted=:
1943 else
1944 { $as_echo "$as_me:$LINENO: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&5
1945 $as_echo "$as_me: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&2;}
1946 eval $ac_var=\$ac_old_val
1948 { $as_echo "$as_me:$LINENO: former value: \`$ac_old_val'" >&5
1949 $as_echo "$as_me: former value: \`$ac_old_val'" >&2;}
1950 { $as_echo "$as_me:$LINENO: current value: \`$ac_new_val'" >&5
1951 $as_echo "$as_me: current value: \`$ac_new_val'" >&2;}
1952 fi;;
1953 esac
1954 # Pass precious variables to config.status.
1955 if test "$ac_new_set" = set; then
1956 case $ac_new_val in
1957 *\'*) ac_arg=$ac_var=`$as_echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
1958 *) ac_arg=$ac_var=$ac_new_val ;;
1959 esac
1960 case " $ac_configure_args " in
1961 *" '$ac_arg' "*) ;; # Avoid dups. Use of quotes ensures accuracy.
1962 *) ac_configure_args="$ac_configure_args '$ac_arg'" ;;
1963 esac
1965 done
1966 if $ac_cache_corrupted; then
1967 { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5
1968 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
1969 { $as_echo "$as_me:$LINENO: error: changes in the environment can compromise the build" >&5
1970 $as_echo "$as_me: error: changes in the environment can compromise the build" >&2;}
1971 { { $as_echo "$as_me:$LINENO: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&5
1972 $as_echo "$as_me: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&2;}
1973 { (exit 1); exit 1; }; }
2000 ac_ext=c
2001 ac_cpp='$CPP $CPPFLAGS'
2002 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2003 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2004 ac_compiler_gnu=$ac_cv_c_compiler_gnu
2008 ac_config_headers="$ac_config_headers include/config.h"
2010 ac_aux_dir=
2011 for ac_dir in tools "$srcdir"/tools; do
2012 if test -f "$ac_dir/install-sh"; then
2013 ac_aux_dir=$ac_dir
2014 ac_install_sh="$ac_aux_dir/install-sh -c"
2015 break
2016 elif test -f "$ac_dir/install.sh"; then
2017 ac_aux_dir=$ac_dir
2018 ac_install_sh="$ac_aux_dir/install.sh -c"
2019 break
2020 elif test -f "$ac_dir/shtool"; then
2021 ac_aux_dir=$ac_dir
2022 ac_install_sh="$ac_aux_dir/shtool install -c"
2023 break
2025 done
2026 if test -z "$ac_aux_dir"; then
2027 { { $as_echo "$as_me:$LINENO: error: cannot find install-sh or install.sh in tools \"$srcdir\"/tools" >&5
2028 $as_echo "$as_me: error: cannot find install-sh or install.sh in tools \"$srcdir\"/tools" >&2;}
2029 { (exit 1); exit 1; }; }
2032 # These three variables are undocumented and unsupported,
2033 # and are intended to be withdrawn in a future Autoconf release.
2034 # They can cause serious problems if a builder's source tree is in a directory
2035 # whose full name contains unusual characters.
2036 ac_config_guess="$SHELL $ac_aux_dir/config.guess" # Please don't use this var.
2037 ac_config_sub="$SHELL $ac_aux_dir/config.sub" # Please don't use this var.
2038 ac_configure="$SHELL $ac_aux_dir/configure" # Please don't use this var.
2043 # Check whether --enable-win16 was given.
2044 if test "${enable_win16+set}" = set; then
2045 enableval=$enable_win16;
2048 # Check whether --enable-win64 was given.
2049 if test "${enable_win64+set}" = set; then
2050 enableval=$enable_win64;
2053 # Check whether --enable-tests was given.
2054 if test "${enable_tests+set}" = set; then
2055 enableval=$enable_tests;
2058 # Check whether --enable-maintainer-mode was given.
2059 if test "${enable_maintainer_mode+set}" = set; then
2060 enableval=$enable_maintainer_mode;
2061 else
2062 MAINTAINER_MODE=\#
2068 # Check whether --with-alsa was given.
2069 if test "${with_alsa+set}" = set; then
2070 withval=$with_alsa; if test "x$withval" = "xno"; then ac_cv_header_sys_asoundlib_h=no; ac_cv_header_alsa_asoundlib_h=no; fi
2074 # Check whether --with-audioio was given.
2075 if test "${with_audioio+set}" = set; then
2076 withval=$with_audioio; if test "x$withval" = "xno"; then ac_cv_header_libaudioio_h=no; fi
2080 # Check whether --with-capi was given.
2081 if test "${with_capi+set}" = set; then
2082 withval=$with_capi; if test "x$withval" = "xno"; then ac_cv_header_capi20_h=no; ac_cv_header_linux_capi_h=no; fi
2086 # Check whether --with-cms was given.
2087 if test "${with_cms+set}" = set; then
2088 withval=$with_cms; if test "x$withval" = "xno"; then ac_cv_header_lcms_h=no; ac_cv_header_lcms_lcms_h=no; fi
2092 # Check whether --with-coreaudio was given.
2093 if test "${with_coreaudio+set}" = set; then
2094 withval=$with_coreaudio; if test "x$withval" = "xno"; then ac_cv_header_CoreAudio_CoreAudio_h=no; fi
2098 # Check whether --with-cups was given.
2099 if test "${with_cups+set}" = set; then
2100 withval=$with_cups;
2104 # Check whether --with-curses was given.
2105 if test "${with_curses+set}" = set; then
2106 withval=$with_curses; if test "x$withval" = "xno"; then ac_cv_header_ncurses_h=no; ac_cv_header_curses_h=no; fi
2110 # Check whether --with-esd was given.
2111 if test "${with_esd+set}" = set; then
2112 withval=$with_esd;
2116 # Check whether --with-fontconfig was given.
2117 if test "${with_fontconfig+set}" = set; then
2118 withval=$with_fontconfig; if test "x$withval" = "xno"; then ac_cv_header_fontconfig_fontconfig_h=no; fi
2122 # Check whether --with-freetype was given.
2123 if test "${with_freetype+set}" = set; then
2124 withval=$with_freetype;
2128 # Check whether --with-gphoto was given.
2129 if test "${with_gphoto+set}" = set; then
2130 withval=$with_gphoto;
2134 # Check whether --with-glu was given.
2135 if test "${with_glu+set}" = set; then
2136 withval=$with_glu; if test "x$withval" = "xno"; then ac_cv_header_GL_glu_h=no; fi
2140 # Check whether --with-gnutls was given.
2141 if test "${with_gnutls+set}" = set; then
2142 withval=$with_gnutls;
2146 # Check whether --with-hal was given.
2147 if test "${with_hal+set}" = set; then
2148 withval=$with_hal;
2152 # Check whether --with-jack was given.
2153 if test "${with_jack+set}" = set; then
2154 withval=$with_jack; if test "x$withval" = "xno"; then ac_cv_header_jack_jack_h=no; fi
2158 # Check whether --with-jpeg was given.
2159 if test "${with_jpeg+set}" = set; then
2160 withval=$with_jpeg; if test "x$withval" = "xno"; then ac_cv_header_jpeglib_h=no; fi
2164 # Check whether --with-ldap was given.
2165 if test "${with_ldap+set}" = set; then
2166 withval=$with_ldap; if test "x$withval" = "xno"; then ac_cv_header_ldap_h=no; ac_cv_header_lber_h=no; fi
2170 # Check whether --with-nas was given.
2171 if test "${with_nas+set}" = set; then
2172 withval=$with_nas; if test "x$withval" = "xno"; then ac_cv_header_audio_audiolib_h=no; fi
2176 # Check whether --with-opengl was given.
2177 if test "${with_opengl+set}" = set; then
2178 withval=$with_opengl;
2182 # Check whether --with-openssl was given.
2183 if test "${with_openssl+set}" = set; then
2184 withval=$with_openssl; if test "x$withval" = "xno"; then ac_cv_header_openssl_err_h=no; ac_cv_header_openssl_ssl_h=no; fi
2188 # Check whether --with-oss was given.
2189 if test "${with_oss+set}" = set; then
2190 withval=$with_oss; if test "x$withval" = "xno"; then ac_cv_header_soundcard_h=no; ac_cv_header_sys_soundcard_h=no; ac_cv_header_machine_soundcard_h=no; fi
2194 # Check whether --with-png was given.
2195 if test "${with_png+set}" = set; then
2196 withval=$with_png; if test "x$withval" = "xno"; then ac_cv_header_png_h=no; fi
2200 # Check whether --with-sane was given.
2201 if test "${with_sane+set}" = set; then
2202 withval=$with_sane;
2206 # Check whether --with-xcomposite was given.
2207 if test "${with_xcomposite+set}" = set; then
2208 withval=$with_xcomposite; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_Xcomposite_h=no; fi
2212 # Check whether --with-xcursor was given.
2213 if test "${with_xcursor+set}" = set; then
2214 withval=$with_xcursor; if test "x$withval" = "xno"; then ac_cv_header_X11_Xcursor_Xcursor_h=no; fi
2218 # Check whether --with-xinerama was given.
2219 if test "${with_xinerama+set}" = set; then
2220 withval=$with_xinerama; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_Xinerama_h=no; fi
2224 # Check whether --with-xinput was given.
2225 if test "${with_xinput+set}" = set; then
2226 withval=$with_xinput; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_XInput_h=no; fi
2230 # Check whether --with-xml was given.
2231 if test "${with_xml+set}" = set; then
2232 withval=$with_xml;
2236 # Check whether --with-xrandr was given.
2237 if test "${with_xrandr+set}" = set; then
2238 withval=$with_xrandr; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_Xrandr_h=no; fi
2242 # Check whether --with-xrender was given.
2243 if test "${with_xrender+set}" = set; then
2244 withval=$with_xrender; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_Xrender_h=no; fi
2248 # Check whether --with-xshape was given.
2249 if test "${with_xshape+set}" = set; then
2250 withval=$with_xshape; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_shape_h=no; fi
2254 # Check whether --with-xshm was given.
2255 if test "${with_xshm+set}" = set; then
2256 withval=$with_xshm; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_XShm_h=no; fi
2260 # Check whether --with-xslt was given.
2261 if test "${with_xslt+set}" = set; then
2262 withval=$with_xslt;
2266 # Check whether --with-xxf86vm was given.
2267 if test "${with_xxf86vm+set}" = set; then
2268 withval=$with_xxf86vm; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_xf86vmode_h=no; fi
2273 # Check whether --with-wine-tools was given.
2274 if test "${with_wine_tools+set}" = set; then
2275 withval=$with_wine_tools;
2279 # Make sure we can run config.sub.
2280 $SHELL "$ac_aux_dir/config.sub" sun4 >/dev/null 2>&1 ||
2281 { { $as_echo "$as_me:$LINENO: error: cannot run $SHELL $ac_aux_dir/config.sub" >&5
2282 $as_echo "$as_me: error: cannot run $SHELL $ac_aux_dir/config.sub" >&2;}
2283 { (exit 1); exit 1; }; }
2285 { $as_echo "$as_me:$LINENO: checking build system type" >&5
2286 $as_echo_n "checking build system type... " >&6; }
2287 if test "${ac_cv_build+set}" = set; then
2288 $as_echo_n "(cached) " >&6
2289 else
2290 ac_build_alias=$build_alias
2291 test "x$ac_build_alias" = x &&
2292 ac_build_alias=`$SHELL "$ac_aux_dir/config.guess"`
2293 test "x$ac_build_alias" = x &&
2294 { { $as_echo "$as_me:$LINENO: error: cannot guess build type; you must specify one" >&5
2295 $as_echo "$as_me: error: cannot guess build type; you must specify one" >&2;}
2296 { (exit 1); exit 1; }; }
2297 ac_cv_build=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` ||
2298 { { $as_echo "$as_me:$LINENO: error: $SHELL $ac_aux_dir/config.sub $ac_build_alias failed" >&5
2299 $as_echo "$as_me: error: $SHELL $ac_aux_dir/config.sub $ac_build_alias failed" >&2;}
2300 { (exit 1); exit 1; }; }
2303 { $as_echo "$as_me:$LINENO: result: $ac_cv_build" >&5
2304 $as_echo "$ac_cv_build" >&6; }
2305 case $ac_cv_build in
2306 *-*-*) ;;
2307 *) { { $as_echo "$as_me:$LINENO: error: invalid value of canonical build" >&5
2308 $as_echo "$as_me: error: invalid value of canonical build" >&2;}
2309 { (exit 1); exit 1; }; };;
2310 esac
2311 build=$ac_cv_build
2312 ac_save_IFS=$IFS; IFS='-'
2313 set x $ac_cv_build
2314 shift
2315 build_cpu=$1
2316 build_vendor=$2
2317 shift; shift
2318 # Remember, the first character of IFS is used to create $*,
2319 # except with old shells:
2320 build_os=$*
2321 IFS=$ac_save_IFS
2322 case $build_os in *\ *) build_os=`echo "$build_os" | sed 's/ /-/g'`;; esac
2325 { $as_echo "$as_me:$LINENO: checking host system type" >&5
2326 $as_echo_n "checking host system type... " >&6; }
2327 if test "${ac_cv_host+set}" = set; then
2328 $as_echo_n "(cached) " >&6
2329 else
2330 if test "x$host_alias" = x; then
2331 ac_cv_host=$ac_cv_build
2332 else
2333 ac_cv_host=`$SHELL "$ac_aux_dir/config.sub" $host_alias` ||
2334 { { $as_echo "$as_me:$LINENO: error: $SHELL $ac_aux_dir/config.sub $host_alias failed" >&5
2335 $as_echo "$as_me: error: $SHELL $ac_aux_dir/config.sub $host_alias failed" >&2;}
2336 { (exit 1); exit 1; }; }
2340 { $as_echo "$as_me:$LINENO: result: $ac_cv_host" >&5
2341 $as_echo "$ac_cv_host" >&6; }
2342 case $ac_cv_host in
2343 *-*-*) ;;
2344 *) { { $as_echo "$as_me:$LINENO: error: invalid value of canonical host" >&5
2345 $as_echo "$as_me: error: invalid value of canonical host" >&2;}
2346 { (exit 1); exit 1; }; };;
2347 esac
2348 host=$ac_cv_host
2349 ac_save_IFS=$IFS; IFS='-'
2350 set x $ac_cv_host
2351 shift
2352 host_cpu=$1
2353 host_vendor=$2
2354 shift; shift
2355 # Remember, the first character of IFS is used to create $*,
2356 # except with old shells:
2357 host_os=$*
2358 IFS=$ac_save_IFS
2359 case $host_os in *\ *) host_os=`echo "$host_os" | sed 's/ /-/g'`;; esac
2362 case $host in
2363 x86_64*linux*)
2364 if test "x$enable_win64" != "xyes"
2365 then
2366 CC="${CC:-gcc} -m32"
2367 CXX="${CXX:-g++} -m32"
2368 LD="${LD:-ld} -m elf_i386"
2369 AS="${AS:-as} --32"
2370 host_cpu="i386"
2371 notice_platform="32-bit "
2374 esac
2376 case $host_cpu in
2377 *i[3456789]86*)
2378 enable_win16=${enable_win16:-yes}
2381 enable_win16=${enable_win16:-no}
2382 enable_ifsmgr_vxd=${enable_ifsmgr_vxd:-no}
2383 enable_mmdevldr_vxd=${enable_mmdevldr_vxd:-no}
2384 enable_monodebg_vxd=${enable_monodebg_vxd:-no}
2385 enable_vdhcp_vxd=${enable_vdhcp_vxd:-no}
2386 enable_vmm_vxd=${enable_vmm_vxd:-no}
2387 enable_vnbt_vxd=${enable_vnbt_vxd:-no}
2388 enable_vnetbios_vxd=${enable_vnetbios_vxd:-no}
2389 enable_vtdapi_vxd=${enable_vtdapi_vxd:-no}
2390 enable_vwin32_vxd=${enable_vwin32_vxd:-no}
2391 enable_w32skrnl=${enable_w32skrnl:-no}
2392 enable_winedos=${enable_winedos:-no}
2393 enable_winevdm=${enable_winevdm:-no}
2395 esac
2397 WIN16_FILES="\$(WIN16_FILES)"
2399 WIN16_INSTALL="\$(WIN16_INSTALL)"
2401 if test "x$enable_win16" != "xyes"
2402 then
2403 WIN16_FILES=""
2404 WIN16_INSTALL=""
2407 case "$srcdir" in
2408 .) ;;
2409 *) if test -f "$srcdir/Makefile" -o -f "$srcdir/include/config.h"; then
2410 { { $as_echo "$as_me:$LINENO: error: you are building out of the source tree, but the source tree contains object files.
2411 You need to run 'make distclean' in the source tree first." >&5
2412 $as_echo "$as_me: error: you are building out of the source tree, but the source tree contains object files.
2413 You need to run 'make distclean' in the source tree first." >&2;}
2414 { (exit 1); exit 1; }; }
2415 fi ;;
2416 esac
2419 { $as_echo "$as_me:$LINENO: checking whether ${MAKE-make} sets \$(MAKE)" >&5
2420 $as_echo_n "checking whether ${MAKE-make} sets \$(MAKE)... " >&6; }
2421 set x ${MAKE-make}
2422 ac_make=`$as_echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'`
2423 if { as_var=ac_cv_prog_make_${ac_make}_set; eval "test \"\${$as_var+set}\" = set"; }; then
2424 $as_echo_n "(cached) " >&6
2425 else
2426 cat >conftest.make <<\_ACEOF
2427 SHELL = /bin/sh
2428 all:
2429 @echo '@@@%%%=$(MAKE)=@@@%%%'
2430 _ACEOF
2431 # GNU make sometimes prints "make[1]: Entering...", which would confuse us.
2432 case `${MAKE-make} -f conftest.make 2>/dev/null` in
2433 *@@@%%%=?*=@@@%%%*)
2434 eval ac_cv_prog_make_${ac_make}_set=yes;;
2436 eval ac_cv_prog_make_${ac_make}_set=no;;
2437 esac
2438 rm -f conftest.make
2440 if eval test \$ac_cv_prog_make_${ac_make}_set = yes; then
2441 { $as_echo "$as_me:$LINENO: result: yes" >&5
2442 $as_echo "yes" >&6; }
2443 SET_MAKE=
2444 else
2445 { $as_echo "$as_me:$LINENO: result: no" >&5
2446 $as_echo "no" >&6; }
2447 SET_MAKE="MAKE=${MAKE-make}"
2450 ac_ext=c
2451 ac_cpp='$CPP $CPPFLAGS'
2452 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2453 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2454 ac_compiler_gnu=$ac_cv_c_compiler_gnu
2455 if test -n "$ac_tool_prefix"; then
2456 # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
2457 set dummy ${ac_tool_prefix}gcc; ac_word=$2
2458 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
2459 $as_echo_n "checking for $ac_word... " >&6; }
2460 if test "${ac_cv_prog_CC+set}" = set; then
2461 $as_echo_n "(cached) " >&6
2462 else
2463 if test -n "$CC"; then
2464 ac_cv_prog_CC="$CC" # Let the user override the test.
2465 else
2466 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2467 for as_dir in $PATH
2469 IFS=$as_save_IFS
2470 test -z "$as_dir" && as_dir=.
2471 for ac_exec_ext in '' $ac_executable_extensions; do
2472 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2473 ac_cv_prog_CC="${ac_tool_prefix}gcc"
2474 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2475 break 2
2477 done
2478 done
2479 IFS=$as_save_IFS
2483 CC=$ac_cv_prog_CC
2484 if test -n "$CC"; then
2485 { $as_echo "$as_me:$LINENO: result: $CC" >&5
2486 $as_echo "$CC" >&6; }
2487 else
2488 { $as_echo "$as_me:$LINENO: result: no" >&5
2489 $as_echo "no" >&6; }
2494 if test -z "$ac_cv_prog_CC"; then
2495 ac_ct_CC=$CC
2496 # Extract the first word of "gcc", so it can be a program name with args.
2497 set dummy gcc; ac_word=$2
2498 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
2499 $as_echo_n "checking for $ac_word... " >&6; }
2500 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
2501 $as_echo_n "(cached) " >&6
2502 else
2503 if test -n "$ac_ct_CC"; then
2504 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
2505 else
2506 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2507 for as_dir in $PATH
2509 IFS=$as_save_IFS
2510 test -z "$as_dir" && as_dir=.
2511 for ac_exec_ext in '' $ac_executable_extensions; do
2512 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2513 ac_cv_prog_ac_ct_CC="gcc"
2514 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2515 break 2
2517 done
2518 done
2519 IFS=$as_save_IFS
2523 ac_ct_CC=$ac_cv_prog_ac_ct_CC
2524 if test -n "$ac_ct_CC"; then
2525 { $as_echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
2526 $as_echo "$ac_ct_CC" >&6; }
2527 else
2528 { $as_echo "$as_me:$LINENO: result: no" >&5
2529 $as_echo "no" >&6; }
2532 if test "x$ac_ct_CC" = x; then
2533 CC=""
2534 else
2535 case $cross_compiling:$ac_tool_warned in
2536 yes:)
2537 { $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5
2538 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
2539 ac_tool_warned=yes ;;
2540 esac
2541 CC=$ac_ct_CC
2543 else
2544 CC="$ac_cv_prog_CC"
2547 if test -z "$CC"; then
2548 if test -n "$ac_tool_prefix"; then
2549 # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
2550 set dummy ${ac_tool_prefix}cc; ac_word=$2
2551 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
2552 $as_echo_n "checking for $ac_word... " >&6; }
2553 if test "${ac_cv_prog_CC+set}" = set; then
2554 $as_echo_n "(cached) " >&6
2555 else
2556 if test -n "$CC"; then
2557 ac_cv_prog_CC="$CC" # Let the user override the test.
2558 else
2559 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2560 for as_dir in $PATH
2562 IFS=$as_save_IFS
2563 test -z "$as_dir" && as_dir=.
2564 for ac_exec_ext in '' $ac_executable_extensions; do
2565 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2566 ac_cv_prog_CC="${ac_tool_prefix}cc"
2567 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2568 break 2
2570 done
2571 done
2572 IFS=$as_save_IFS
2576 CC=$ac_cv_prog_CC
2577 if test -n "$CC"; then
2578 { $as_echo "$as_me:$LINENO: result: $CC" >&5
2579 $as_echo "$CC" >&6; }
2580 else
2581 { $as_echo "$as_me:$LINENO: result: no" >&5
2582 $as_echo "no" >&6; }
2588 if test -z "$CC"; then
2589 # Extract the first word of "cc", so it can be a program name with args.
2590 set dummy cc; ac_word=$2
2591 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
2592 $as_echo_n "checking for $ac_word... " >&6; }
2593 if test "${ac_cv_prog_CC+set}" = set; then
2594 $as_echo_n "(cached) " >&6
2595 else
2596 if test -n "$CC"; then
2597 ac_cv_prog_CC="$CC" # Let the user override the test.
2598 else
2599 ac_prog_rejected=no
2600 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2601 for as_dir in $PATH
2603 IFS=$as_save_IFS
2604 test -z "$as_dir" && as_dir=.
2605 for ac_exec_ext in '' $ac_executable_extensions; do
2606 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2607 if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
2608 ac_prog_rejected=yes
2609 continue
2611 ac_cv_prog_CC="cc"
2612 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2613 break 2
2615 done
2616 done
2617 IFS=$as_save_IFS
2619 if test $ac_prog_rejected = yes; then
2620 # We found a bogon in the path, so make sure we never use it.
2621 set dummy $ac_cv_prog_CC
2622 shift
2623 if test $# != 0; then
2624 # We chose a different compiler from the bogus one.
2625 # However, it has the same basename, so the bogon will be chosen
2626 # first if we set CC to just the basename; use the full file name.
2627 shift
2628 ac_cv_prog_CC="$as_dir/$ac_word${1+' '}$@"
2633 CC=$ac_cv_prog_CC
2634 if test -n "$CC"; then
2635 { $as_echo "$as_me:$LINENO: result: $CC" >&5
2636 $as_echo "$CC" >&6; }
2637 else
2638 { $as_echo "$as_me:$LINENO: result: no" >&5
2639 $as_echo "no" >&6; }
2644 if test -z "$CC"; then
2645 if test -n "$ac_tool_prefix"; then
2646 for ac_prog in cl.exe
2648 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
2649 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
2650 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
2651 $as_echo_n "checking for $ac_word... " >&6; }
2652 if test "${ac_cv_prog_CC+set}" = set; then
2653 $as_echo_n "(cached) " >&6
2654 else
2655 if test -n "$CC"; then
2656 ac_cv_prog_CC="$CC" # Let the user override the test.
2657 else
2658 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2659 for as_dir in $PATH
2661 IFS=$as_save_IFS
2662 test -z "$as_dir" && as_dir=.
2663 for ac_exec_ext in '' $ac_executable_extensions; do
2664 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2665 ac_cv_prog_CC="$ac_tool_prefix$ac_prog"
2666 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2667 break 2
2669 done
2670 done
2671 IFS=$as_save_IFS
2675 CC=$ac_cv_prog_CC
2676 if test -n "$CC"; then
2677 { $as_echo "$as_me:$LINENO: result: $CC" >&5
2678 $as_echo "$CC" >&6; }
2679 else
2680 { $as_echo "$as_me:$LINENO: result: no" >&5
2681 $as_echo "no" >&6; }
2685 test -n "$CC" && break
2686 done
2688 if test -z "$CC"; then
2689 ac_ct_CC=$CC
2690 for ac_prog in cl.exe
2692 # Extract the first word of "$ac_prog", so it can be a program name with args.
2693 set dummy $ac_prog; ac_word=$2
2694 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
2695 $as_echo_n "checking for $ac_word... " >&6; }
2696 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
2697 $as_echo_n "(cached) " >&6
2698 else
2699 if test -n "$ac_ct_CC"; then
2700 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
2701 else
2702 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2703 for as_dir in $PATH
2705 IFS=$as_save_IFS
2706 test -z "$as_dir" && as_dir=.
2707 for ac_exec_ext in '' $ac_executable_extensions; do
2708 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2709 ac_cv_prog_ac_ct_CC="$ac_prog"
2710 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2711 break 2
2713 done
2714 done
2715 IFS=$as_save_IFS
2719 ac_ct_CC=$ac_cv_prog_ac_ct_CC
2720 if test -n "$ac_ct_CC"; then
2721 { $as_echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
2722 $as_echo "$ac_ct_CC" >&6; }
2723 else
2724 { $as_echo "$as_me:$LINENO: result: no" >&5
2725 $as_echo "no" >&6; }
2729 test -n "$ac_ct_CC" && break
2730 done
2732 if test "x$ac_ct_CC" = x; then
2733 CC=""
2734 else
2735 case $cross_compiling:$ac_tool_warned in
2736 yes:)
2737 { $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5
2738 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
2739 ac_tool_warned=yes ;;
2740 esac
2741 CC=$ac_ct_CC
2748 test -z "$CC" && { { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5
2749 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2750 { { $as_echo "$as_me:$LINENO: error: no acceptable C compiler found in \$PATH
2751 See \`config.log' for more details." >&5
2752 $as_echo "$as_me: error: no acceptable C compiler found in \$PATH
2753 See \`config.log' for more details." >&2;}
2754 { (exit 1); exit 1; }; }; }
2756 # Provide some information about the compiler.
2757 $as_echo "$as_me:$LINENO: checking for C compiler version" >&5
2758 set X $ac_compile
2759 ac_compiler=$2
2760 { (ac_try="$ac_compiler --version >&5"
2761 case "(($ac_try" in
2762 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2763 *) ac_try_echo=$ac_try;;
2764 esac
2765 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
2766 $as_echo "$ac_try_echo") >&5
2767 (eval "$ac_compiler --version >&5") 2>&5
2768 ac_status=$?
2769 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
2770 (exit $ac_status); }
2771 { (ac_try="$ac_compiler -v >&5"
2772 case "(($ac_try" in
2773 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2774 *) ac_try_echo=$ac_try;;
2775 esac
2776 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
2777 $as_echo "$ac_try_echo") >&5
2778 (eval "$ac_compiler -v >&5") 2>&5
2779 ac_status=$?
2780 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
2781 (exit $ac_status); }
2782 { (ac_try="$ac_compiler -V >&5"
2783 case "(($ac_try" in
2784 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2785 *) ac_try_echo=$ac_try;;
2786 esac
2787 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
2788 $as_echo "$ac_try_echo") >&5
2789 (eval "$ac_compiler -V >&5") 2>&5
2790 ac_status=$?
2791 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
2792 (exit $ac_status); }
2794 cat >conftest.$ac_ext <<_ACEOF
2795 /* confdefs.h. */
2796 _ACEOF
2797 cat confdefs.h >>conftest.$ac_ext
2798 cat >>conftest.$ac_ext <<_ACEOF
2799 /* end confdefs.h. */
2802 main ()
2806 return 0;
2808 _ACEOF
2809 ac_clean_files_save=$ac_clean_files
2810 ac_clean_files="$ac_clean_files a.out a.out.dSYM a.exe b.out"
2811 # Try to create an executable without -o first, disregard a.out.
2812 # It will help us diagnose broken compilers, and finding out an intuition
2813 # of exeext.
2814 { $as_echo "$as_me:$LINENO: checking for C compiler default output file name" >&5
2815 $as_echo_n "checking for C compiler default output file name... " >&6; }
2816 ac_link_default=`$as_echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
2818 # The possible output files:
2819 ac_files="a.out conftest.exe conftest a.exe a_out.exe b.out conftest.*"
2821 ac_rmfiles=
2822 for ac_file in $ac_files
2824 case $ac_file in
2825 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
2826 * ) ac_rmfiles="$ac_rmfiles $ac_file";;
2827 esac
2828 done
2829 rm -f $ac_rmfiles
2831 if { (ac_try="$ac_link_default"
2832 case "(($ac_try" in
2833 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2834 *) ac_try_echo=$ac_try;;
2835 esac
2836 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
2837 $as_echo "$ac_try_echo") >&5
2838 (eval "$ac_link_default") 2>&5
2839 ac_status=$?
2840 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
2841 (exit $ac_status); }; then
2842 # Autoconf-2.13 could set the ac_cv_exeext variable to `no'.
2843 # So ignore a value of `no', otherwise this would lead to `EXEEXT = no'
2844 # in a Makefile. We should not override ac_cv_exeext if it was cached,
2845 # so that the user can short-circuit this test for compilers unknown to
2846 # Autoconf.
2847 for ac_file in $ac_files ''
2849 test -f "$ac_file" || continue
2850 case $ac_file in
2851 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj )
2853 [ab].out )
2854 # We found the default executable, but exeext='' is most
2855 # certainly right.
2856 break;;
2857 *.* )
2858 if test "${ac_cv_exeext+set}" = set && test "$ac_cv_exeext" != no;
2859 then :; else
2860 ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
2862 # We set ac_cv_exeext here because the later test for it is not
2863 # safe: cross compilers may not add the suffix if given an `-o'
2864 # argument, so we may need to know it at that point already.
2865 # Even if this section looks crufty: it has the advantage of
2866 # actually working.
2867 break;;
2869 break;;
2870 esac
2871 done
2872 test "$ac_cv_exeext" = no && ac_cv_exeext=
2874 else
2875 ac_file=''
2878 { $as_echo "$as_me:$LINENO: result: $ac_file" >&5
2879 $as_echo "$ac_file" >&6; }
2880 if test -z "$ac_file"; then
2881 $as_echo "$as_me: failed program was:" >&5
2882 sed 's/^/| /' conftest.$ac_ext >&5
2884 { { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5
2885 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2886 { { $as_echo "$as_me:$LINENO: error: C compiler cannot create executables
2887 See \`config.log' for more details." >&5
2888 $as_echo "$as_me: error: C compiler cannot create executables
2889 See \`config.log' for more details." >&2;}
2890 { (exit 77); exit 77; }; }; }
2893 ac_exeext=$ac_cv_exeext
2895 # Check that the compiler produces executables we can run. If not, either
2896 # the compiler is broken, or we cross compile.
2897 { $as_echo "$as_me:$LINENO: checking whether the C compiler works" >&5
2898 $as_echo_n "checking whether the C compiler works... " >&6; }
2899 # FIXME: These cross compiler hacks should be removed for Autoconf 3.0
2900 # If not cross compiling, check that we can run a simple program.
2901 if test "$cross_compiling" != yes; then
2902 if { ac_try='./$ac_file'
2903 { (case "(($ac_try" in
2904 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2905 *) ac_try_echo=$ac_try;;
2906 esac
2907 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
2908 $as_echo "$ac_try_echo") >&5
2909 (eval "$ac_try") 2>&5
2910 ac_status=$?
2911 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
2912 (exit $ac_status); }; }; then
2913 cross_compiling=no
2914 else
2915 if test "$cross_compiling" = maybe; then
2916 cross_compiling=yes
2917 else
2918 { { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5
2919 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2920 { { $as_echo "$as_me:$LINENO: error: cannot run C compiled programs.
2921 If you meant to cross compile, use \`--host'.
2922 See \`config.log' for more details." >&5
2923 $as_echo "$as_me: error: cannot run C compiled programs.
2924 If you meant to cross compile, use \`--host'.
2925 See \`config.log' for more details." >&2;}
2926 { (exit 1); exit 1; }; }; }
2930 { $as_echo "$as_me:$LINENO: result: yes" >&5
2931 $as_echo "yes" >&6; }
2933 rm -f -r a.out a.out.dSYM a.exe conftest$ac_cv_exeext b.out
2934 ac_clean_files=$ac_clean_files_save
2935 # Check that the compiler produces executables we can run. If not, either
2936 # the compiler is broken, or we cross compile.
2937 { $as_echo "$as_me:$LINENO: checking whether we are cross compiling" >&5
2938 $as_echo_n "checking whether we are cross compiling... " >&6; }
2939 { $as_echo "$as_me:$LINENO: result: $cross_compiling" >&5
2940 $as_echo "$cross_compiling" >&6; }
2942 { $as_echo "$as_me:$LINENO: checking for suffix of executables" >&5
2943 $as_echo_n "checking for suffix of executables... " >&6; }
2944 if { (ac_try="$ac_link"
2945 case "(($ac_try" in
2946 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2947 *) ac_try_echo=$ac_try;;
2948 esac
2949 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
2950 $as_echo "$ac_try_echo") >&5
2951 (eval "$ac_link") 2>&5
2952 ac_status=$?
2953 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
2954 (exit $ac_status); }; then
2955 # If both `conftest.exe' and `conftest' are `present' (well, observable)
2956 # catch `conftest.exe'. For instance with Cygwin, `ls conftest' will
2957 # work properly (i.e., refer to `conftest.exe'), while it won't with
2958 # `rm'.
2959 for ac_file in conftest.exe conftest conftest.*; do
2960 test -f "$ac_file" || continue
2961 case $ac_file in
2962 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;;
2963 *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
2964 break;;
2965 * ) break;;
2966 esac
2967 done
2968 else
2969 { { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5
2970 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
2971 { { $as_echo "$as_me:$LINENO: error: cannot compute suffix of executables: cannot compile and link
2972 See \`config.log' for more details." >&5
2973 $as_echo "$as_me: error: cannot compute suffix of executables: cannot compile and link
2974 See \`config.log' for more details." >&2;}
2975 { (exit 1); exit 1; }; }; }
2978 rm -f conftest$ac_cv_exeext
2979 { $as_echo "$as_me:$LINENO: result: $ac_cv_exeext" >&5
2980 $as_echo "$ac_cv_exeext" >&6; }
2982 rm -f conftest.$ac_ext
2983 EXEEXT=$ac_cv_exeext
2984 ac_exeext=$EXEEXT
2985 { $as_echo "$as_me:$LINENO: checking for suffix of object files" >&5
2986 $as_echo_n "checking for suffix of object files... " >&6; }
2987 if test "${ac_cv_objext+set}" = set; then
2988 $as_echo_n "(cached) " >&6
2989 else
2990 cat >conftest.$ac_ext <<_ACEOF
2991 /* confdefs.h. */
2992 _ACEOF
2993 cat confdefs.h >>conftest.$ac_ext
2994 cat >>conftest.$ac_ext <<_ACEOF
2995 /* end confdefs.h. */
2998 main ()
3002 return 0;
3004 _ACEOF
3005 rm -f conftest.o conftest.obj
3006 if { (ac_try="$ac_compile"
3007 case "(($ac_try" in
3008 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3009 *) ac_try_echo=$ac_try;;
3010 esac
3011 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
3012 $as_echo "$ac_try_echo") >&5
3013 (eval "$ac_compile") 2>&5
3014 ac_status=$?
3015 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
3016 (exit $ac_status); }; then
3017 for ac_file in conftest.o conftest.obj conftest.*; do
3018 test -f "$ac_file" || continue;
3019 case $ac_file in
3020 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM ) ;;
3021 *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
3022 break;;
3023 esac
3024 done
3025 else
3026 $as_echo "$as_me: failed program was:" >&5
3027 sed 's/^/| /' conftest.$ac_ext >&5
3029 { { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5
3030 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3031 { { $as_echo "$as_me:$LINENO: error: cannot compute suffix of object files: cannot compile
3032 See \`config.log' for more details." >&5
3033 $as_echo "$as_me: error: cannot compute suffix of object files: cannot compile
3034 See \`config.log' for more details." >&2;}
3035 { (exit 1); exit 1; }; }; }
3038 rm -f conftest.$ac_cv_objext conftest.$ac_ext
3040 { $as_echo "$as_me:$LINENO: result: $ac_cv_objext" >&5
3041 $as_echo "$ac_cv_objext" >&6; }
3042 OBJEXT=$ac_cv_objext
3043 ac_objext=$OBJEXT
3044 { $as_echo "$as_me:$LINENO: checking whether we are using the GNU C compiler" >&5
3045 $as_echo_n "checking whether we are using the GNU C compiler... " >&6; }
3046 if test "${ac_cv_c_compiler_gnu+set}" = set; then
3047 $as_echo_n "(cached) " >&6
3048 else
3049 cat >conftest.$ac_ext <<_ACEOF
3050 /* confdefs.h. */
3051 _ACEOF
3052 cat confdefs.h >>conftest.$ac_ext
3053 cat >>conftest.$ac_ext <<_ACEOF
3054 /* end confdefs.h. */
3057 main ()
3059 #ifndef __GNUC__
3060 choke me
3061 #endif
3064 return 0;
3066 _ACEOF
3067 rm -f conftest.$ac_objext
3068 if { (ac_try="$ac_compile"
3069 case "(($ac_try" in
3070 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3071 *) ac_try_echo=$ac_try;;
3072 esac
3073 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
3074 $as_echo "$ac_try_echo") >&5
3075 (eval "$ac_compile") 2>conftest.er1
3076 ac_status=$?
3077 grep -v '^ *+' conftest.er1 >conftest.err
3078 rm -f conftest.er1
3079 cat conftest.err >&5
3080 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
3081 (exit $ac_status); } && {
3082 test -z "$ac_c_werror_flag" ||
3083 test ! -s conftest.err
3084 } && test -s conftest.$ac_objext; then
3085 ac_compiler_gnu=yes
3086 else
3087 $as_echo "$as_me: failed program was:" >&5
3088 sed 's/^/| /' conftest.$ac_ext >&5
3090 ac_compiler_gnu=no
3093 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3094 ac_cv_c_compiler_gnu=$ac_compiler_gnu
3097 { $as_echo "$as_me:$LINENO: result: $ac_cv_c_compiler_gnu" >&5
3098 $as_echo "$ac_cv_c_compiler_gnu" >&6; }
3099 if test $ac_compiler_gnu = yes; then
3100 GCC=yes
3101 else
3102 GCC=
3104 ac_test_CFLAGS=${CFLAGS+set}
3105 ac_save_CFLAGS=$CFLAGS
3106 { $as_echo "$as_me:$LINENO: checking whether $CC accepts -g" >&5
3107 $as_echo_n "checking whether $CC accepts -g... " >&6; }
3108 if test "${ac_cv_prog_cc_g+set}" = set; then
3109 $as_echo_n "(cached) " >&6
3110 else
3111 ac_save_c_werror_flag=$ac_c_werror_flag
3112 ac_c_werror_flag=yes
3113 ac_cv_prog_cc_g=no
3114 CFLAGS="-g"
3115 cat >conftest.$ac_ext <<_ACEOF
3116 /* confdefs.h. */
3117 _ACEOF
3118 cat confdefs.h >>conftest.$ac_ext
3119 cat >>conftest.$ac_ext <<_ACEOF
3120 /* end confdefs.h. */
3123 main ()
3127 return 0;
3129 _ACEOF
3130 rm -f conftest.$ac_objext
3131 if { (ac_try="$ac_compile"
3132 case "(($ac_try" in
3133 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3134 *) ac_try_echo=$ac_try;;
3135 esac
3136 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
3137 $as_echo "$ac_try_echo") >&5
3138 (eval "$ac_compile") 2>conftest.er1
3139 ac_status=$?
3140 grep -v '^ *+' conftest.er1 >conftest.err
3141 rm -f conftest.er1
3142 cat conftest.err >&5
3143 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
3144 (exit $ac_status); } && {
3145 test -z "$ac_c_werror_flag" ||
3146 test ! -s conftest.err
3147 } && test -s conftest.$ac_objext; then
3148 ac_cv_prog_cc_g=yes
3149 else
3150 $as_echo "$as_me: failed program was:" >&5
3151 sed 's/^/| /' conftest.$ac_ext >&5
3153 CFLAGS=""
3154 cat >conftest.$ac_ext <<_ACEOF
3155 /* confdefs.h. */
3156 _ACEOF
3157 cat confdefs.h >>conftest.$ac_ext
3158 cat >>conftest.$ac_ext <<_ACEOF
3159 /* end confdefs.h. */
3162 main ()
3166 return 0;
3168 _ACEOF
3169 rm -f conftest.$ac_objext
3170 if { (ac_try="$ac_compile"
3171 case "(($ac_try" in
3172 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3173 *) ac_try_echo=$ac_try;;
3174 esac
3175 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
3176 $as_echo "$ac_try_echo") >&5
3177 (eval "$ac_compile") 2>conftest.er1
3178 ac_status=$?
3179 grep -v '^ *+' conftest.er1 >conftest.err
3180 rm -f conftest.er1
3181 cat conftest.err >&5
3182 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
3183 (exit $ac_status); } && {
3184 test -z "$ac_c_werror_flag" ||
3185 test ! -s conftest.err
3186 } && test -s conftest.$ac_objext; then
3188 else
3189 $as_echo "$as_me: failed program was:" >&5
3190 sed 's/^/| /' conftest.$ac_ext >&5
3192 ac_c_werror_flag=$ac_save_c_werror_flag
3193 CFLAGS="-g"
3194 cat >conftest.$ac_ext <<_ACEOF
3195 /* confdefs.h. */
3196 _ACEOF
3197 cat confdefs.h >>conftest.$ac_ext
3198 cat >>conftest.$ac_ext <<_ACEOF
3199 /* end confdefs.h. */
3202 main ()
3206 return 0;
3208 _ACEOF
3209 rm -f conftest.$ac_objext
3210 if { (ac_try="$ac_compile"
3211 case "(($ac_try" in
3212 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3213 *) ac_try_echo=$ac_try;;
3214 esac
3215 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
3216 $as_echo "$ac_try_echo") >&5
3217 (eval "$ac_compile") 2>conftest.er1
3218 ac_status=$?
3219 grep -v '^ *+' conftest.er1 >conftest.err
3220 rm -f conftest.er1
3221 cat conftest.err >&5
3222 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
3223 (exit $ac_status); } && {
3224 test -z "$ac_c_werror_flag" ||
3225 test ! -s conftest.err
3226 } && test -s conftest.$ac_objext; then
3227 ac_cv_prog_cc_g=yes
3228 else
3229 $as_echo "$as_me: failed program was:" >&5
3230 sed 's/^/| /' conftest.$ac_ext >&5
3235 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3238 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3241 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3242 ac_c_werror_flag=$ac_save_c_werror_flag
3244 { $as_echo "$as_me:$LINENO: result: $ac_cv_prog_cc_g" >&5
3245 $as_echo "$ac_cv_prog_cc_g" >&6; }
3246 if test "$ac_test_CFLAGS" = set; then
3247 CFLAGS=$ac_save_CFLAGS
3248 elif test $ac_cv_prog_cc_g = yes; then
3249 if test "$GCC" = yes; then
3250 CFLAGS="-g -O2"
3251 else
3252 CFLAGS="-g"
3254 else
3255 if test "$GCC" = yes; then
3256 CFLAGS="-O2"
3257 else
3258 CFLAGS=
3261 { $as_echo "$as_me:$LINENO: checking for $CC option to accept ISO C89" >&5
3262 $as_echo_n "checking for $CC option to accept ISO C89... " >&6; }
3263 if test "${ac_cv_prog_cc_c89+set}" = set; then
3264 $as_echo_n "(cached) " >&6
3265 else
3266 ac_cv_prog_cc_c89=no
3267 ac_save_CC=$CC
3268 cat >conftest.$ac_ext <<_ACEOF
3269 /* confdefs.h. */
3270 _ACEOF
3271 cat confdefs.h >>conftest.$ac_ext
3272 cat >>conftest.$ac_ext <<_ACEOF
3273 /* end confdefs.h. */
3274 #include <stdarg.h>
3275 #include <stdio.h>
3276 #include <sys/types.h>
3277 #include <sys/stat.h>
3278 /* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */
3279 struct buf { int x; };
3280 FILE * (*rcsopen) (struct buf *, struct stat *, int);
3281 static char *e (p, i)
3282 char **p;
3283 int i;
3285 return p[i];
3287 static char *f (char * (*g) (char **, int), char **p, ...)
3289 char *s;
3290 va_list v;
3291 va_start (v,p);
3292 s = g (p, va_arg (v,int));
3293 va_end (v);
3294 return s;
3297 /* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has
3298 function prototypes and stuff, but not '\xHH' hex character constants.
3299 These don't provoke an error unfortunately, instead are silently treated
3300 as 'x'. The following induces an error, until -std is added to get
3301 proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an
3302 array size at least. It's necessary to write '\x00'==0 to get something
3303 that's true only with -std. */
3304 int osf4_cc_array ['\x00' == 0 ? 1 : -1];
3306 /* IBM C 6 for AIX is almost-ANSI by default, but it replaces macro parameters
3307 inside strings and character constants. */
3308 #define FOO(x) 'x'
3309 int xlc6_cc_array[FOO(a) == 'x' ? 1 : -1];
3311 int test (int i, double x);
3312 struct s1 {int (*f) (int a);};
3313 struct s2 {int (*f) (double a);};
3314 int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
3315 int argc;
3316 char **argv;
3318 main ()
3320 return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1];
3322 return 0;
3324 _ACEOF
3325 for ac_arg in '' -qlanglvl=extc89 -qlanglvl=ansi -std \
3326 -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
3328 CC="$ac_save_CC $ac_arg"
3329 rm -f conftest.$ac_objext
3330 if { (ac_try="$ac_compile"
3331 case "(($ac_try" in
3332 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3333 *) ac_try_echo=$ac_try;;
3334 esac
3335 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
3336 $as_echo "$ac_try_echo") >&5
3337 (eval "$ac_compile") 2>conftest.er1
3338 ac_status=$?
3339 grep -v '^ *+' conftest.er1 >conftest.err
3340 rm -f conftest.er1
3341 cat conftest.err >&5
3342 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
3343 (exit $ac_status); } && {
3344 test -z "$ac_c_werror_flag" ||
3345 test ! -s conftest.err
3346 } && test -s conftest.$ac_objext; then
3347 ac_cv_prog_cc_c89=$ac_arg
3348 else
3349 $as_echo "$as_me: failed program was:" >&5
3350 sed 's/^/| /' conftest.$ac_ext >&5
3355 rm -f core conftest.err conftest.$ac_objext
3356 test "x$ac_cv_prog_cc_c89" != "xno" && break
3357 done
3358 rm -f conftest.$ac_ext
3359 CC=$ac_save_CC
3362 # AC_CACHE_VAL
3363 case "x$ac_cv_prog_cc_c89" in
3365 { $as_echo "$as_me:$LINENO: result: none needed" >&5
3366 $as_echo "none needed" >&6; } ;;
3367 xno)
3368 { $as_echo "$as_me:$LINENO: result: unsupported" >&5
3369 $as_echo "unsupported" >&6; } ;;
3371 CC="$CC $ac_cv_prog_cc_c89"
3372 { $as_echo "$as_me:$LINENO: result: $ac_cv_prog_cc_c89" >&5
3373 $as_echo "$ac_cv_prog_cc_c89" >&6; } ;;
3374 esac
3377 ac_ext=c
3378 ac_cpp='$CPP $CPPFLAGS'
3379 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3380 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3381 ac_compiler_gnu=$ac_cv_c_compiler_gnu
3383 ac_ext=cpp
3384 ac_cpp='$CXXCPP $CPPFLAGS'
3385 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3386 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3387 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
3388 if test -z "$CXX"; then
3389 if test -n "$CCC"; then
3390 CXX=$CCC
3391 else
3392 if test -n "$ac_tool_prefix"; then
3393 for ac_prog in g++ c++ gpp aCC CC cxx cc++ cl.exe FCC KCC RCC xlC_r xlC
3395 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
3396 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
3397 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
3398 $as_echo_n "checking for $ac_word... " >&6; }
3399 if test "${ac_cv_prog_CXX+set}" = set; then
3400 $as_echo_n "(cached) " >&6
3401 else
3402 if test -n "$CXX"; then
3403 ac_cv_prog_CXX="$CXX" # Let the user override the test.
3404 else
3405 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3406 for as_dir in $PATH
3408 IFS=$as_save_IFS
3409 test -z "$as_dir" && as_dir=.
3410 for ac_exec_ext in '' $ac_executable_extensions; do
3411 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3412 ac_cv_prog_CXX="$ac_tool_prefix$ac_prog"
3413 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
3414 break 2
3416 done
3417 done
3418 IFS=$as_save_IFS
3422 CXX=$ac_cv_prog_CXX
3423 if test -n "$CXX"; then
3424 { $as_echo "$as_me:$LINENO: result: $CXX" >&5
3425 $as_echo "$CXX" >&6; }
3426 else
3427 { $as_echo "$as_me:$LINENO: result: no" >&5
3428 $as_echo "no" >&6; }
3432 test -n "$CXX" && break
3433 done
3435 if test -z "$CXX"; then
3436 ac_ct_CXX=$CXX
3437 for ac_prog in g++ c++ gpp aCC CC cxx cc++ cl.exe FCC KCC RCC xlC_r xlC
3439 # Extract the first word of "$ac_prog", so it can be a program name with args.
3440 set dummy $ac_prog; ac_word=$2
3441 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
3442 $as_echo_n "checking for $ac_word... " >&6; }
3443 if test "${ac_cv_prog_ac_ct_CXX+set}" = set; then
3444 $as_echo_n "(cached) " >&6
3445 else
3446 if test -n "$ac_ct_CXX"; then
3447 ac_cv_prog_ac_ct_CXX="$ac_ct_CXX" # Let the user override the test.
3448 else
3449 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3450 for as_dir in $PATH
3452 IFS=$as_save_IFS
3453 test -z "$as_dir" && as_dir=.
3454 for ac_exec_ext in '' $ac_executable_extensions; do
3455 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3456 ac_cv_prog_ac_ct_CXX="$ac_prog"
3457 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
3458 break 2
3460 done
3461 done
3462 IFS=$as_save_IFS
3466 ac_ct_CXX=$ac_cv_prog_ac_ct_CXX
3467 if test -n "$ac_ct_CXX"; then
3468 { $as_echo "$as_me:$LINENO: result: $ac_ct_CXX" >&5
3469 $as_echo "$ac_ct_CXX" >&6; }
3470 else
3471 { $as_echo "$as_me:$LINENO: result: no" >&5
3472 $as_echo "no" >&6; }
3476 test -n "$ac_ct_CXX" && break
3477 done
3479 if test "x$ac_ct_CXX" = x; then
3480 CXX="g++"
3481 else
3482 case $cross_compiling:$ac_tool_warned in
3483 yes:)
3484 { $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5
3485 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
3486 ac_tool_warned=yes ;;
3487 esac
3488 CXX=$ac_ct_CXX
3494 # Provide some information about the compiler.
3495 $as_echo "$as_me:$LINENO: checking for C++ compiler version" >&5
3496 set X $ac_compile
3497 ac_compiler=$2
3498 { (ac_try="$ac_compiler --version >&5"
3499 case "(($ac_try" in
3500 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3501 *) ac_try_echo=$ac_try;;
3502 esac
3503 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
3504 $as_echo "$ac_try_echo") >&5
3505 (eval "$ac_compiler --version >&5") 2>&5
3506 ac_status=$?
3507 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
3508 (exit $ac_status); }
3509 { (ac_try="$ac_compiler -v >&5"
3510 case "(($ac_try" in
3511 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3512 *) ac_try_echo=$ac_try;;
3513 esac
3514 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
3515 $as_echo "$ac_try_echo") >&5
3516 (eval "$ac_compiler -v >&5") 2>&5
3517 ac_status=$?
3518 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
3519 (exit $ac_status); }
3520 { (ac_try="$ac_compiler -V >&5"
3521 case "(($ac_try" in
3522 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3523 *) ac_try_echo=$ac_try;;
3524 esac
3525 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
3526 $as_echo "$ac_try_echo") >&5
3527 (eval "$ac_compiler -V >&5") 2>&5
3528 ac_status=$?
3529 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
3530 (exit $ac_status); }
3532 { $as_echo "$as_me:$LINENO: checking whether we are using the GNU C++ compiler" >&5
3533 $as_echo_n "checking whether we are using the GNU C++ compiler... " >&6; }
3534 if test "${ac_cv_cxx_compiler_gnu+set}" = set; then
3535 $as_echo_n "(cached) " >&6
3536 else
3537 cat >conftest.$ac_ext <<_ACEOF
3538 /* confdefs.h. */
3539 _ACEOF
3540 cat confdefs.h >>conftest.$ac_ext
3541 cat >>conftest.$ac_ext <<_ACEOF
3542 /* end confdefs.h. */
3545 main ()
3547 #ifndef __GNUC__
3548 choke me
3549 #endif
3552 return 0;
3554 _ACEOF
3555 rm -f conftest.$ac_objext
3556 if { (ac_try="$ac_compile"
3557 case "(($ac_try" in
3558 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3559 *) ac_try_echo=$ac_try;;
3560 esac
3561 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
3562 $as_echo "$ac_try_echo") >&5
3563 (eval "$ac_compile") 2>conftest.er1
3564 ac_status=$?
3565 grep -v '^ *+' conftest.er1 >conftest.err
3566 rm -f conftest.er1
3567 cat conftest.err >&5
3568 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
3569 (exit $ac_status); } && {
3570 test -z "$ac_cxx_werror_flag" ||
3571 test ! -s conftest.err
3572 } && test -s conftest.$ac_objext; then
3573 ac_compiler_gnu=yes
3574 else
3575 $as_echo "$as_me: failed program was:" >&5
3576 sed 's/^/| /' conftest.$ac_ext >&5
3578 ac_compiler_gnu=no
3581 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3582 ac_cv_cxx_compiler_gnu=$ac_compiler_gnu
3585 { $as_echo "$as_me:$LINENO: result: $ac_cv_cxx_compiler_gnu" >&5
3586 $as_echo "$ac_cv_cxx_compiler_gnu" >&6; }
3587 if test $ac_compiler_gnu = yes; then
3588 GXX=yes
3589 else
3590 GXX=
3592 ac_test_CXXFLAGS=${CXXFLAGS+set}
3593 ac_save_CXXFLAGS=$CXXFLAGS
3594 { $as_echo "$as_me:$LINENO: checking whether $CXX accepts -g" >&5
3595 $as_echo_n "checking whether $CXX accepts -g... " >&6; }
3596 if test "${ac_cv_prog_cxx_g+set}" = set; then
3597 $as_echo_n "(cached) " >&6
3598 else
3599 ac_save_cxx_werror_flag=$ac_cxx_werror_flag
3600 ac_cxx_werror_flag=yes
3601 ac_cv_prog_cxx_g=no
3602 CXXFLAGS="-g"
3603 cat >conftest.$ac_ext <<_ACEOF
3604 /* confdefs.h. */
3605 _ACEOF
3606 cat confdefs.h >>conftest.$ac_ext
3607 cat >>conftest.$ac_ext <<_ACEOF
3608 /* end confdefs.h. */
3611 main ()
3615 return 0;
3617 _ACEOF
3618 rm -f conftest.$ac_objext
3619 if { (ac_try="$ac_compile"
3620 case "(($ac_try" in
3621 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3622 *) ac_try_echo=$ac_try;;
3623 esac
3624 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
3625 $as_echo "$ac_try_echo") >&5
3626 (eval "$ac_compile") 2>conftest.er1
3627 ac_status=$?
3628 grep -v '^ *+' conftest.er1 >conftest.err
3629 rm -f conftest.er1
3630 cat conftest.err >&5
3631 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
3632 (exit $ac_status); } && {
3633 test -z "$ac_cxx_werror_flag" ||
3634 test ! -s conftest.err
3635 } && test -s conftest.$ac_objext; then
3636 ac_cv_prog_cxx_g=yes
3637 else
3638 $as_echo "$as_me: failed program was:" >&5
3639 sed 's/^/| /' conftest.$ac_ext >&5
3641 CXXFLAGS=""
3642 cat >conftest.$ac_ext <<_ACEOF
3643 /* confdefs.h. */
3644 _ACEOF
3645 cat confdefs.h >>conftest.$ac_ext
3646 cat >>conftest.$ac_ext <<_ACEOF
3647 /* end confdefs.h. */
3650 main ()
3654 return 0;
3656 _ACEOF
3657 rm -f conftest.$ac_objext
3658 if { (ac_try="$ac_compile"
3659 case "(($ac_try" in
3660 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3661 *) ac_try_echo=$ac_try;;
3662 esac
3663 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
3664 $as_echo "$ac_try_echo") >&5
3665 (eval "$ac_compile") 2>conftest.er1
3666 ac_status=$?
3667 grep -v '^ *+' conftest.er1 >conftest.err
3668 rm -f conftest.er1
3669 cat conftest.err >&5
3670 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
3671 (exit $ac_status); } && {
3672 test -z "$ac_cxx_werror_flag" ||
3673 test ! -s conftest.err
3674 } && test -s conftest.$ac_objext; then
3676 else
3677 $as_echo "$as_me: failed program was:" >&5
3678 sed 's/^/| /' conftest.$ac_ext >&5
3680 ac_cxx_werror_flag=$ac_save_cxx_werror_flag
3681 CXXFLAGS="-g"
3682 cat >conftest.$ac_ext <<_ACEOF
3683 /* confdefs.h. */
3684 _ACEOF
3685 cat confdefs.h >>conftest.$ac_ext
3686 cat >>conftest.$ac_ext <<_ACEOF
3687 /* end confdefs.h. */
3690 main ()
3694 return 0;
3696 _ACEOF
3697 rm -f conftest.$ac_objext
3698 if { (ac_try="$ac_compile"
3699 case "(($ac_try" in
3700 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3701 *) ac_try_echo=$ac_try;;
3702 esac
3703 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
3704 $as_echo "$ac_try_echo") >&5
3705 (eval "$ac_compile") 2>conftest.er1
3706 ac_status=$?
3707 grep -v '^ *+' conftest.er1 >conftest.err
3708 rm -f conftest.er1
3709 cat conftest.err >&5
3710 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
3711 (exit $ac_status); } && {
3712 test -z "$ac_cxx_werror_flag" ||
3713 test ! -s conftest.err
3714 } && test -s conftest.$ac_objext; then
3715 ac_cv_prog_cxx_g=yes
3716 else
3717 $as_echo "$as_me: failed program was:" >&5
3718 sed 's/^/| /' conftest.$ac_ext >&5
3723 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3726 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3729 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3730 ac_cxx_werror_flag=$ac_save_cxx_werror_flag
3732 { $as_echo "$as_me:$LINENO: result: $ac_cv_prog_cxx_g" >&5
3733 $as_echo "$ac_cv_prog_cxx_g" >&6; }
3734 if test "$ac_test_CXXFLAGS" = set; then
3735 CXXFLAGS=$ac_save_CXXFLAGS
3736 elif test $ac_cv_prog_cxx_g = yes; then
3737 if test "$GXX" = yes; then
3738 CXXFLAGS="-g -O2"
3739 else
3740 CXXFLAGS="-g"
3742 else
3743 if test "$GXX" = yes; then
3744 CXXFLAGS="-O2"
3745 else
3746 CXXFLAGS=
3749 ac_ext=c
3750 ac_cpp='$CPP $CPPFLAGS'
3751 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3752 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3753 ac_compiler_gnu=$ac_cv_c_compiler_gnu
3755 if test -n "$ac_tool_prefix"; then
3756 # Extract the first word of "${ac_tool_prefix}cpp", so it can be a program name with args.
3757 set dummy ${ac_tool_prefix}cpp; ac_word=$2
3758 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
3759 $as_echo_n "checking for $ac_word... " >&6; }
3760 if test "${ac_cv_prog_CPPBIN+set}" = set; then
3761 $as_echo_n "(cached) " >&6
3762 else
3763 if test -n "$CPPBIN"; then
3764 ac_cv_prog_CPPBIN="$CPPBIN" # Let the user override the test.
3765 else
3766 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3767 for as_dir in $PATH
3769 IFS=$as_save_IFS
3770 test -z "$as_dir" && as_dir=.
3771 for ac_exec_ext in '' $ac_executable_extensions; do
3772 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3773 ac_cv_prog_CPPBIN="${ac_tool_prefix}cpp"
3774 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
3775 break 2
3777 done
3778 done
3779 IFS=$as_save_IFS
3783 CPPBIN=$ac_cv_prog_CPPBIN
3784 if test -n "$CPPBIN"; then
3785 { $as_echo "$as_me:$LINENO: result: $CPPBIN" >&5
3786 $as_echo "$CPPBIN" >&6; }
3787 else
3788 { $as_echo "$as_me:$LINENO: result: no" >&5
3789 $as_echo "no" >&6; }
3794 if test -z "$ac_cv_prog_CPPBIN"; then
3795 ac_ct_CPPBIN=$CPPBIN
3796 # Extract the first word of "cpp", so it can be a program name with args.
3797 set dummy cpp; ac_word=$2
3798 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
3799 $as_echo_n "checking for $ac_word... " >&6; }
3800 if test "${ac_cv_prog_ac_ct_CPPBIN+set}" = set; then
3801 $as_echo_n "(cached) " >&6
3802 else
3803 if test -n "$ac_ct_CPPBIN"; then
3804 ac_cv_prog_ac_ct_CPPBIN="$ac_ct_CPPBIN" # Let the user override the test.
3805 else
3806 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3807 for as_dir in $PATH
3809 IFS=$as_save_IFS
3810 test -z "$as_dir" && as_dir=.
3811 for ac_exec_ext in '' $ac_executable_extensions; do
3812 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3813 ac_cv_prog_ac_ct_CPPBIN="cpp"
3814 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
3815 break 2
3817 done
3818 done
3819 IFS=$as_save_IFS
3823 ac_ct_CPPBIN=$ac_cv_prog_ac_ct_CPPBIN
3824 if test -n "$ac_ct_CPPBIN"; then
3825 { $as_echo "$as_me:$LINENO: result: $ac_ct_CPPBIN" >&5
3826 $as_echo "$ac_ct_CPPBIN" >&6; }
3827 else
3828 { $as_echo "$as_me:$LINENO: result: no" >&5
3829 $as_echo "no" >&6; }
3832 if test "x$ac_ct_CPPBIN" = x; then
3833 CPPBIN="cpp"
3834 else
3835 case $cross_compiling:$ac_tool_warned in
3836 yes:)
3837 { $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5
3838 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
3839 ac_tool_warned=yes ;;
3840 esac
3841 CPPBIN=$ac_ct_CPPBIN
3843 else
3844 CPPBIN="$ac_cv_prog_CPPBIN"
3848 { $as_echo "$as_me:$LINENO: checking for the directory containing the Wine tools" >&5
3849 $as_echo_n "checking for the directory containing the Wine tools... " >&6; }
3850 if test "${wine_cv_toolsdir+set}" = set; then
3851 $as_echo_n "(cached) " >&6
3852 else
3853 if test -z "$with_wine_tools"; then
3854 if test "$cross_compiling" = "yes"; then
3855 { { $as_echo "$as_me:$LINENO: error: you must use the --with-wine-tools option when cross-compiling." >&5
3856 $as_echo "$as_me: error: you must use the --with-wine-tools option when cross-compiling." >&2;}
3857 { (exit 1); exit 1; }; }
3858 else
3859 wine_cv_toolsdir="\$(TOPOBJDIR)"
3861 elif test -d "$with_wine_tools/tools/winebuild"; then
3862 case $with_wine_tools in
3863 /*) wine_cv_toolsdir="$with_wine_tools" ;;
3864 *) wine_cv_toolsdir="\$(TOPOBJDIR)/$with_wine_tools" ;;
3865 esac
3866 else
3867 { { $as_echo "$as_me:$LINENO: error: could not find Wine tools in $with_wine_tools." >&5
3868 $as_echo "$as_me: error: could not find Wine tools in $with_wine_tools." >&2;}
3869 { (exit 1); exit 1; }; }
3872 { $as_echo "$as_me:$LINENO: result: $wine_cv_toolsdir" >&5
3873 $as_echo "$wine_cv_toolsdir" >&6; }
3874 TOOLSDIR=$wine_cv_toolsdir
3878 ac_ext=c
3879 ac_cpp='$CPP $CPPFLAGS'
3880 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3881 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3882 ac_compiler_gnu=$ac_cv_c_compiler_gnu
3883 { $as_echo "$as_me:$LINENO: checking how to run the C preprocessor" >&5
3884 $as_echo_n "checking how to run the C preprocessor... " >&6; }
3885 # On Suns, sometimes $CPP names a directory.
3886 if test -n "$CPP" && test -d "$CPP"; then
3887 CPP=
3889 if test -z "$CPP"; then
3890 if test "${ac_cv_prog_CPP+set}" = set; then
3891 $as_echo_n "(cached) " >&6
3892 else
3893 # Double quotes because CPP needs to be expanded
3894 for CPP in "$CC -E" "$CC -E -traditional-cpp" "/lib/cpp"
3896 ac_preproc_ok=false
3897 for ac_c_preproc_warn_flag in '' yes
3899 # Use a header file that comes with gcc, so configuring glibc
3900 # with a fresh cross-compiler works.
3901 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
3902 # <limits.h> exists even on freestanding compilers.
3903 # On the NeXT, cc -E runs the code through the compiler's parser,
3904 # not just through cpp. "Syntax error" is here to catch this case.
3905 cat >conftest.$ac_ext <<_ACEOF
3906 /* confdefs.h. */
3907 _ACEOF
3908 cat confdefs.h >>conftest.$ac_ext
3909 cat >>conftest.$ac_ext <<_ACEOF
3910 /* end confdefs.h. */
3911 #ifdef __STDC__
3912 # include <limits.h>
3913 #else
3914 # include <assert.h>
3915 #endif
3916 Syntax error
3917 _ACEOF
3918 if { (ac_try="$ac_cpp conftest.$ac_ext"
3919 case "(($ac_try" in
3920 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3921 *) ac_try_echo=$ac_try;;
3922 esac
3923 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
3924 $as_echo "$ac_try_echo") >&5
3925 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
3926 ac_status=$?
3927 grep -v '^ *+' conftest.er1 >conftest.err
3928 rm -f conftest.er1
3929 cat conftest.err >&5
3930 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
3931 (exit $ac_status); } >/dev/null && {
3932 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
3933 test ! -s conftest.err
3934 }; then
3936 else
3937 $as_echo "$as_me: failed program was:" >&5
3938 sed 's/^/| /' conftest.$ac_ext >&5
3940 # Broken: fails on valid input.
3941 continue
3944 rm -f conftest.err conftest.$ac_ext
3946 # OK, works on sane cases. Now check whether nonexistent headers
3947 # can be detected and how.
3948 cat >conftest.$ac_ext <<_ACEOF
3949 /* confdefs.h. */
3950 _ACEOF
3951 cat confdefs.h >>conftest.$ac_ext
3952 cat >>conftest.$ac_ext <<_ACEOF
3953 /* end confdefs.h. */
3954 #include <ac_nonexistent.h>
3955 _ACEOF
3956 if { (ac_try="$ac_cpp conftest.$ac_ext"
3957 case "(($ac_try" in
3958 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3959 *) ac_try_echo=$ac_try;;
3960 esac
3961 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
3962 $as_echo "$ac_try_echo") >&5
3963 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
3964 ac_status=$?
3965 grep -v '^ *+' conftest.er1 >conftest.err
3966 rm -f conftest.er1
3967 cat conftest.err >&5
3968 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
3969 (exit $ac_status); } >/dev/null && {
3970 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
3971 test ! -s conftest.err
3972 }; then
3973 # Broken: success on invalid input.
3974 continue
3975 else
3976 $as_echo "$as_me: failed program was:" >&5
3977 sed 's/^/| /' conftest.$ac_ext >&5
3979 # Passes both tests.
3980 ac_preproc_ok=:
3981 break
3984 rm -f conftest.err conftest.$ac_ext
3986 done
3987 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
3988 rm -f conftest.err conftest.$ac_ext
3989 if $ac_preproc_ok; then
3990 break
3993 done
3994 ac_cv_prog_CPP=$CPP
3997 CPP=$ac_cv_prog_CPP
3998 else
3999 ac_cv_prog_CPP=$CPP
4001 { $as_echo "$as_me:$LINENO: result: $CPP" >&5
4002 $as_echo "$CPP" >&6; }
4003 ac_preproc_ok=false
4004 for ac_c_preproc_warn_flag in '' yes
4006 # Use a header file that comes with gcc, so configuring glibc
4007 # with a fresh cross-compiler works.
4008 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
4009 # <limits.h> exists even on freestanding compilers.
4010 # On the NeXT, cc -E runs the code through the compiler's parser,
4011 # not just through cpp. "Syntax error" is here to catch this case.
4012 cat >conftest.$ac_ext <<_ACEOF
4013 /* confdefs.h. */
4014 _ACEOF
4015 cat confdefs.h >>conftest.$ac_ext
4016 cat >>conftest.$ac_ext <<_ACEOF
4017 /* end confdefs.h. */
4018 #ifdef __STDC__
4019 # include <limits.h>
4020 #else
4021 # include <assert.h>
4022 #endif
4023 Syntax error
4024 _ACEOF
4025 if { (ac_try="$ac_cpp conftest.$ac_ext"
4026 case "(($ac_try" in
4027 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4028 *) ac_try_echo=$ac_try;;
4029 esac
4030 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
4031 $as_echo "$ac_try_echo") >&5
4032 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
4033 ac_status=$?
4034 grep -v '^ *+' conftest.er1 >conftest.err
4035 rm -f conftest.er1
4036 cat conftest.err >&5
4037 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
4038 (exit $ac_status); } >/dev/null && {
4039 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
4040 test ! -s conftest.err
4041 }; then
4043 else
4044 $as_echo "$as_me: failed program was:" >&5
4045 sed 's/^/| /' conftest.$ac_ext >&5
4047 # Broken: fails on valid input.
4048 continue
4051 rm -f conftest.err conftest.$ac_ext
4053 # OK, works on sane cases. Now check whether nonexistent headers
4054 # can be detected and how.
4055 cat >conftest.$ac_ext <<_ACEOF
4056 /* confdefs.h. */
4057 _ACEOF
4058 cat confdefs.h >>conftest.$ac_ext
4059 cat >>conftest.$ac_ext <<_ACEOF
4060 /* end confdefs.h. */
4061 #include <ac_nonexistent.h>
4062 _ACEOF
4063 if { (ac_try="$ac_cpp conftest.$ac_ext"
4064 case "(($ac_try" in
4065 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4066 *) ac_try_echo=$ac_try;;
4067 esac
4068 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
4069 $as_echo "$ac_try_echo") >&5
4070 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
4071 ac_status=$?
4072 grep -v '^ *+' conftest.er1 >conftest.err
4073 rm -f conftest.er1
4074 cat conftest.err >&5
4075 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
4076 (exit $ac_status); } >/dev/null && {
4077 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
4078 test ! -s conftest.err
4079 }; then
4080 # Broken: success on invalid input.
4081 continue
4082 else
4083 $as_echo "$as_me: failed program was:" >&5
4084 sed 's/^/| /' conftest.$ac_ext >&5
4086 # Passes both tests.
4087 ac_preproc_ok=:
4088 break
4091 rm -f conftest.err conftest.$ac_ext
4093 done
4094 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
4095 rm -f conftest.err conftest.$ac_ext
4096 if $ac_preproc_ok; then
4098 else
4099 { { $as_echo "$as_me:$LINENO: error: in \`$ac_pwd':" >&5
4100 $as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
4101 { { $as_echo "$as_me:$LINENO: error: C preprocessor \"$CPP\" fails sanity check
4102 See \`config.log' for more details." >&5
4103 $as_echo "$as_me: error: C preprocessor \"$CPP\" fails sanity check
4104 See \`config.log' for more details." >&2;}
4105 { (exit 1); exit 1; }; }; }
4108 ac_ext=c
4109 ac_cpp='$CPP $CPPFLAGS'
4110 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
4111 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
4112 ac_compiler_gnu=$ac_cv_c_compiler_gnu
4115 { $as_echo "$as_me:$LINENO: checking for X" >&5
4116 $as_echo_n "checking for X... " >&6; }
4119 # Check whether --with-x was given.
4120 if test "${with_x+set}" = set; then
4121 withval=$with_x;
4124 # $have_x is `yes', `no', `disabled', or empty when we do not yet know.
4125 if test "x$with_x" = xno; then
4126 # The user explicitly disabled X.
4127 have_x=disabled
4128 else
4129 case $x_includes,$x_libraries in #(
4130 *\'*) { { $as_echo "$as_me:$LINENO: error: cannot use X directory names containing '" >&5
4131 $as_echo "$as_me: error: cannot use X directory names containing '" >&2;}
4132 { (exit 1); exit 1; }; };; #(
4133 *,NONE | NONE,*) if test "${ac_cv_have_x+set}" = set; then
4134 $as_echo_n "(cached) " >&6
4135 else
4136 # One or both of the vars are not set, and there is no cached value.
4137 ac_x_includes=no ac_x_libraries=no
4138 rm -f -r conftest.dir
4139 if mkdir conftest.dir; then
4140 cd conftest.dir
4141 cat >Imakefile <<'_ACEOF'
4142 incroot:
4143 @echo incroot='${INCROOT}'
4144 usrlibdir:
4145 @echo usrlibdir='${USRLIBDIR}'
4146 libdir:
4147 @echo libdir='${LIBDIR}'
4148 _ACEOF
4149 if (export CC; ${XMKMF-xmkmf}) >/dev/null 2>/dev/null && test -f Makefile; then
4150 # GNU make sometimes prints "make[1]: Entering...", which would confuse us.
4151 for ac_var in incroot usrlibdir libdir; do
4152 eval "ac_im_$ac_var=\`\${MAKE-make} $ac_var 2>/dev/null | sed -n 's/^$ac_var=//p'\`"
4153 done
4154 # Open Windows xmkmf reportedly sets LIBDIR instead of USRLIBDIR.
4155 for ac_extension in a so sl dylib la dll; do
4156 if test ! -f "$ac_im_usrlibdir/libX11.$ac_extension" &&
4157 test -f "$ac_im_libdir/libX11.$ac_extension"; then
4158 ac_im_usrlibdir=$ac_im_libdir; break
4160 done
4161 # Screen out bogus values from the imake configuration. They are
4162 # bogus both because they are the default anyway, and because
4163 # using them would break gcc on systems where it needs fixed includes.
4164 case $ac_im_incroot in
4165 /usr/include) ac_x_includes= ;;
4166 *) test -f "$ac_im_incroot/X11/Xos.h" && ac_x_includes=$ac_im_incroot;;
4167 esac
4168 case $ac_im_usrlibdir in
4169 /usr/lib | /usr/lib64 | /lib | /lib64) ;;
4170 *) test -d "$ac_im_usrlibdir" && ac_x_libraries=$ac_im_usrlibdir ;;
4171 esac
4173 cd ..
4174 rm -f -r conftest.dir
4177 # Standard set of common directories for X headers.
4178 # Check X11 before X11Rn because it is often a symlink to the current release.
4179 ac_x_header_dirs='
4180 /usr/X11/include
4181 /usr/X11R6/include
4182 /usr/X11R5/include
4183 /usr/X11R4/include
4185 /usr/include/X11
4186 /usr/include/X11R6
4187 /usr/include/X11R5
4188 /usr/include/X11R4
4190 /usr/local/X11/include
4191 /usr/local/X11R6/include
4192 /usr/local/X11R5/include
4193 /usr/local/X11R4/include
4195 /usr/local/include/X11
4196 /usr/local/include/X11R6
4197 /usr/local/include/X11R5
4198 /usr/local/include/X11R4
4200 /usr/X386/include
4201 /usr/x386/include
4202 /usr/XFree86/include/X11
4204 /usr/include
4205 /usr/local/include
4206 /usr/unsupported/include
4207 /usr/athena/include
4208 /usr/local/x11r5/include
4209 /usr/lpp/Xamples/include
4211 /usr/openwin/include
4212 /usr/openwin/share/include'
4214 if test "$ac_x_includes" = no; then
4215 # Guess where to find include files, by looking for Xlib.h.
4216 # First, try using that file with no special directory specified.
4217 cat >conftest.$ac_ext <<_ACEOF
4218 /* confdefs.h. */
4219 _ACEOF
4220 cat confdefs.h >>conftest.$ac_ext
4221 cat >>conftest.$ac_ext <<_ACEOF
4222 /* end confdefs.h. */
4223 #include <X11/Xlib.h>
4224 _ACEOF
4225 if { (ac_try="$ac_cpp conftest.$ac_ext"
4226 case "(($ac_try" in
4227 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4228 *) ac_try_echo=$ac_try;;
4229 esac
4230 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
4231 $as_echo "$ac_try_echo") >&5
4232 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
4233 ac_status=$?
4234 grep -v '^ *+' conftest.er1 >conftest.err
4235 rm -f conftest.er1
4236 cat conftest.err >&5
4237 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
4238 (exit $ac_status); } >/dev/null && {
4239 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
4240 test ! -s conftest.err
4241 }; then
4242 # We can compile using X headers with no special include directory.
4243 ac_x_includes=
4244 else
4245 $as_echo "$as_me: failed program was:" >&5
4246 sed 's/^/| /' conftest.$ac_ext >&5
4248 for ac_dir in $ac_x_header_dirs; do
4249 if test -r "$ac_dir/X11/Xlib.h"; then
4250 ac_x_includes=$ac_dir
4251 break
4253 done
4256 rm -f conftest.err conftest.$ac_ext
4257 fi # $ac_x_includes = no
4259 if test "$ac_x_libraries" = no; then
4260 # Check for the libraries.
4261 # See if we find them without any special options.
4262 # Don't add to $LIBS permanently.
4263 ac_save_LIBS=$LIBS
4264 LIBS="-lX11 $LIBS"
4265 cat >conftest.$ac_ext <<_ACEOF
4266 /* confdefs.h. */
4267 _ACEOF
4268 cat confdefs.h >>conftest.$ac_ext
4269 cat >>conftest.$ac_ext <<_ACEOF
4270 /* end confdefs.h. */
4271 #include <X11/Xlib.h>
4273 main ()
4275 XrmInitialize ()
4277 return 0;
4279 _ACEOF
4280 rm -f conftest.$ac_objext conftest$ac_exeext
4281 if { (ac_try="$ac_link"
4282 case "(($ac_try" in
4283 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4284 *) ac_try_echo=$ac_try;;
4285 esac
4286 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
4287 $as_echo "$ac_try_echo") >&5
4288 (eval "$ac_link") 2>conftest.er1
4289 ac_status=$?
4290 grep -v '^ *+' conftest.er1 >conftest.err
4291 rm -f conftest.er1
4292 cat conftest.err >&5
4293 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
4294 (exit $ac_status); } && {
4295 test -z "$ac_c_werror_flag" ||
4296 test ! -s conftest.err
4297 } && test -s conftest$ac_exeext && {
4298 test "$cross_compiling" = yes ||
4299 $as_test_x conftest$ac_exeext
4300 }; then
4301 LIBS=$ac_save_LIBS
4302 # We can link X programs with no special library path.
4303 ac_x_libraries=
4304 else
4305 $as_echo "$as_me: failed program was:" >&5
4306 sed 's/^/| /' conftest.$ac_ext >&5
4308 LIBS=$ac_save_LIBS
4309 for ac_dir in `$as_echo "$ac_x_includes $ac_x_header_dirs" | sed s/include/lib/g`
4311 # Don't even attempt the hair of trying to link an X program!
4312 for ac_extension in a so sl dylib la dll; do
4313 if test -r "$ac_dir/libX11.$ac_extension"; then
4314 ac_x_libraries=$ac_dir
4315 break 2
4317 done
4318 done
4321 rm -rf conftest.dSYM
4322 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
4323 conftest$ac_exeext conftest.$ac_ext
4324 fi # $ac_x_libraries = no
4326 case $ac_x_includes,$ac_x_libraries in #(
4327 no,* | *,no | *\'*)
4328 # Didn't find X, or a directory has "'" in its name.
4329 ac_cv_have_x="have_x=no";; #(
4331 # Record where we found X for the cache.
4332 ac_cv_have_x="have_x=yes\
4333 ac_x_includes='$ac_x_includes'\
4334 ac_x_libraries='$ac_x_libraries'"
4335 esac
4337 ;; #(
4338 *) have_x=yes;;
4339 esac
4340 eval "$ac_cv_have_x"
4341 fi # $with_x != no
4343 if test "$have_x" != yes; then
4344 { $as_echo "$as_me:$LINENO: result: $have_x" >&5
4345 $as_echo "$have_x" >&6; }
4346 no_x=yes
4347 else
4348 # If each of the values was on the command line, it overrides each guess.
4349 test "x$x_includes" = xNONE && x_includes=$ac_x_includes
4350 test "x$x_libraries" = xNONE && x_libraries=$ac_x_libraries
4351 # Update the cache value to reflect the command line values.
4352 ac_cv_have_x="have_x=yes\
4353 ac_x_includes='$x_includes'\
4354 ac_x_libraries='$x_libraries'"
4355 { $as_echo "$as_me:$LINENO: result: libraries $x_libraries, headers $x_includes" >&5
4356 $as_echo "libraries $x_libraries, headers $x_includes" >&6; }
4359 if test "$no_x" = yes; then
4360 # Not all programs may use this symbol, but it does not hurt to define it.
4362 cat >>confdefs.h <<\_ACEOF
4363 #define X_DISPLAY_MISSING 1
4364 _ACEOF
4366 X_CFLAGS= X_PRE_LIBS= X_LIBS= X_EXTRA_LIBS=
4367 else
4368 if test -n "$x_includes"; then
4369 X_CFLAGS="$X_CFLAGS -I$x_includes"
4372 # It would also be nice to do this for all -L options, not just this one.
4373 if test -n "$x_libraries"; then
4374 X_LIBS="$X_LIBS -L$x_libraries"
4375 # For Solaris; some versions of Sun CC require a space after -R and
4376 # others require no space. Words are not sufficient . . . .
4377 { $as_echo "$as_me:$LINENO: checking whether -R must be followed by a space" >&5
4378 $as_echo_n "checking whether -R must be followed by a space... " >&6; }
4379 ac_xsave_LIBS=$LIBS; LIBS="$LIBS -R$x_libraries"
4380 ac_xsave_c_werror_flag=$ac_c_werror_flag
4381 ac_c_werror_flag=yes
4382 cat >conftest.$ac_ext <<_ACEOF
4383 /* confdefs.h. */
4384 _ACEOF
4385 cat confdefs.h >>conftest.$ac_ext
4386 cat >>conftest.$ac_ext <<_ACEOF
4387 /* end confdefs.h. */
4390 main ()
4394 return 0;
4396 _ACEOF
4397 rm -f conftest.$ac_objext conftest$ac_exeext
4398 if { (ac_try="$ac_link"
4399 case "(($ac_try" in
4400 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4401 *) ac_try_echo=$ac_try;;
4402 esac
4403 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
4404 $as_echo "$ac_try_echo") >&5
4405 (eval "$ac_link") 2>conftest.er1
4406 ac_status=$?
4407 grep -v '^ *+' conftest.er1 >conftest.err
4408 rm -f conftest.er1
4409 cat conftest.err >&5
4410 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
4411 (exit $ac_status); } && {
4412 test -z "$ac_c_werror_flag" ||
4413 test ! -s conftest.err
4414 } && test -s conftest$ac_exeext && {
4415 test "$cross_compiling" = yes ||
4416 $as_test_x conftest$ac_exeext
4417 }; then
4418 { $as_echo "$as_me:$LINENO: result: no" >&5
4419 $as_echo "no" >&6; }
4420 X_LIBS="$X_LIBS -R$x_libraries"
4421 else
4422 $as_echo "$as_me: failed program was:" >&5
4423 sed 's/^/| /' conftest.$ac_ext >&5
4425 LIBS="$ac_xsave_LIBS -R $x_libraries"
4426 cat >conftest.$ac_ext <<_ACEOF
4427 /* confdefs.h. */
4428 _ACEOF
4429 cat confdefs.h >>conftest.$ac_ext
4430 cat >>conftest.$ac_ext <<_ACEOF
4431 /* end confdefs.h. */
4434 main ()
4438 return 0;
4440 _ACEOF
4441 rm -f conftest.$ac_objext conftest$ac_exeext
4442 if { (ac_try="$ac_link"
4443 case "(($ac_try" in
4444 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4445 *) ac_try_echo=$ac_try;;
4446 esac
4447 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
4448 $as_echo "$ac_try_echo") >&5
4449 (eval "$ac_link") 2>conftest.er1
4450 ac_status=$?
4451 grep -v '^ *+' conftest.er1 >conftest.err
4452 rm -f conftest.er1
4453 cat conftest.err >&5
4454 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
4455 (exit $ac_status); } && {
4456 test -z "$ac_c_werror_flag" ||
4457 test ! -s conftest.err
4458 } && test -s conftest$ac_exeext && {
4459 test "$cross_compiling" = yes ||
4460 $as_test_x conftest$ac_exeext
4461 }; then
4462 { $as_echo "$as_me:$LINENO: result: yes" >&5
4463 $as_echo "yes" >&6; }
4464 X_LIBS="$X_LIBS -R $x_libraries"
4465 else
4466 $as_echo "$as_me: failed program was:" >&5
4467 sed 's/^/| /' conftest.$ac_ext >&5
4469 { $as_echo "$as_me:$LINENO: result: neither works" >&5
4470 $as_echo "neither works" >&6; }
4473 rm -rf conftest.dSYM
4474 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
4475 conftest$ac_exeext conftest.$ac_ext
4478 rm -rf conftest.dSYM
4479 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
4480 conftest$ac_exeext conftest.$ac_ext
4481 ac_c_werror_flag=$ac_xsave_c_werror_flag
4482 LIBS=$ac_xsave_LIBS
4485 # Check for system-dependent libraries X programs must link with.
4486 # Do this before checking for the system-independent R6 libraries
4487 # (-lICE), since we may need -lsocket or whatever for X linking.
4489 if test "$ISC" = yes; then
4490 X_EXTRA_LIBS="$X_EXTRA_LIBS -lnsl_s -linet"
4491 else
4492 # Martyn Johnson says this is needed for Ultrix, if the X
4493 # libraries were built with DECnet support. And Karl Berry says
4494 # the Alpha needs dnet_stub (dnet does not exist).
4495 ac_xsave_LIBS="$LIBS"; LIBS="$LIBS $X_LIBS -lX11"
4496 cat >conftest.$ac_ext <<_ACEOF
4497 /* confdefs.h. */
4498 _ACEOF
4499 cat confdefs.h >>conftest.$ac_ext
4500 cat >>conftest.$ac_ext <<_ACEOF
4501 /* end confdefs.h. */
4503 /* Override any GCC internal prototype to avoid an error.
4504 Use char because int might match the return type of a GCC
4505 builtin and then its argument prototype would still apply. */
4506 #ifdef __cplusplus
4507 extern "C"
4508 #endif
4509 char XOpenDisplay ();
4511 main ()
4513 return XOpenDisplay ();
4515 return 0;
4517 _ACEOF
4518 rm -f conftest.$ac_objext conftest$ac_exeext
4519 if { (ac_try="$ac_link"
4520 case "(($ac_try" in
4521 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4522 *) ac_try_echo=$ac_try;;
4523 esac
4524 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
4525 $as_echo "$ac_try_echo") >&5
4526 (eval "$ac_link") 2>conftest.er1
4527 ac_status=$?
4528 grep -v '^ *+' conftest.er1 >conftest.err
4529 rm -f conftest.er1
4530 cat conftest.err >&5
4531 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
4532 (exit $ac_status); } && {
4533 test -z "$ac_c_werror_flag" ||
4534 test ! -s conftest.err
4535 } && test -s conftest$ac_exeext && {
4536 test "$cross_compiling" = yes ||
4537 $as_test_x conftest$ac_exeext
4538 }; then
4540 else
4541 $as_echo "$as_me: failed program was:" >&5
4542 sed 's/^/| /' conftest.$ac_ext >&5
4544 { $as_echo "$as_me:$LINENO: checking for dnet_ntoa in -ldnet" >&5
4545 $as_echo_n "checking for dnet_ntoa in -ldnet... " >&6; }
4546 if test "${ac_cv_lib_dnet_dnet_ntoa+set}" = set; then
4547 $as_echo_n "(cached) " >&6
4548 else
4549 ac_check_lib_save_LIBS=$LIBS
4550 LIBS="-ldnet $LIBS"
4551 cat >conftest.$ac_ext <<_ACEOF
4552 /* confdefs.h. */
4553 _ACEOF
4554 cat confdefs.h >>conftest.$ac_ext
4555 cat >>conftest.$ac_ext <<_ACEOF
4556 /* end confdefs.h. */
4558 /* Override any GCC internal prototype to avoid an error.
4559 Use char because int might match the return type of a GCC
4560 builtin and then its argument prototype would still apply. */
4561 #ifdef __cplusplus
4562 extern "C"
4563 #endif
4564 char dnet_ntoa ();
4566 main ()
4568 return dnet_ntoa ();
4570 return 0;
4572 _ACEOF
4573 rm -f conftest.$ac_objext conftest$ac_exeext
4574 if { (ac_try="$ac_link"
4575 case "(($ac_try" in
4576 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4577 *) ac_try_echo=$ac_try;;
4578 esac
4579 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
4580 $as_echo "$ac_try_echo") >&5
4581 (eval "$ac_link") 2>conftest.er1
4582 ac_status=$?
4583 grep -v '^ *+' conftest.er1 >conftest.err
4584 rm -f conftest.er1
4585 cat conftest.err >&5
4586 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
4587 (exit $ac_status); } && {
4588 test -z "$ac_c_werror_flag" ||
4589 test ! -s conftest.err
4590 } && test -s conftest$ac_exeext && {
4591 test "$cross_compiling" = yes ||
4592 $as_test_x conftest$ac_exeext
4593 }; then
4594 ac_cv_lib_dnet_dnet_ntoa=yes
4595 else
4596 $as_echo "$as_me: failed program was:" >&5
4597 sed 's/^/| /' conftest.$ac_ext >&5
4599 ac_cv_lib_dnet_dnet_ntoa=no
4602 rm -rf conftest.dSYM
4603 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
4604 conftest$ac_exeext conftest.$ac_ext
4605 LIBS=$ac_check_lib_save_LIBS
4607 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_dnet_dnet_ntoa" >&5
4608 $as_echo "$ac_cv_lib_dnet_dnet_ntoa" >&6; }
4609 if test "x$ac_cv_lib_dnet_dnet_ntoa" = x""yes; then
4610 X_EXTRA_LIBS="$X_EXTRA_LIBS -ldnet"
4613 if test $ac_cv_lib_dnet_dnet_ntoa = no; then
4614 { $as_echo "$as_me:$LINENO: checking for dnet_ntoa in -ldnet_stub" >&5
4615 $as_echo_n "checking for dnet_ntoa in -ldnet_stub... " >&6; }
4616 if test "${ac_cv_lib_dnet_stub_dnet_ntoa+set}" = set; then
4617 $as_echo_n "(cached) " >&6
4618 else
4619 ac_check_lib_save_LIBS=$LIBS
4620 LIBS="-ldnet_stub $LIBS"
4621 cat >conftest.$ac_ext <<_ACEOF
4622 /* confdefs.h. */
4623 _ACEOF
4624 cat confdefs.h >>conftest.$ac_ext
4625 cat >>conftest.$ac_ext <<_ACEOF
4626 /* end confdefs.h. */
4628 /* Override any GCC internal prototype to avoid an error.
4629 Use char because int might match the return type of a GCC
4630 builtin and then its argument prototype would still apply. */
4631 #ifdef __cplusplus
4632 extern "C"
4633 #endif
4634 char dnet_ntoa ();
4636 main ()
4638 return dnet_ntoa ();
4640 return 0;
4642 _ACEOF
4643 rm -f conftest.$ac_objext conftest$ac_exeext
4644 if { (ac_try="$ac_link"
4645 case "(($ac_try" in
4646 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4647 *) ac_try_echo=$ac_try;;
4648 esac
4649 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
4650 $as_echo "$ac_try_echo") >&5
4651 (eval "$ac_link") 2>conftest.er1
4652 ac_status=$?
4653 grep -v '^ *+' conftest.er1 >conftest.err
4654 rm -f conftest.er1
4655 cat conftest.err >&5
4656 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
4657 (exit $ac_status); } && {
4658 test -z "$ac_c_werror_flag" ||
4659 test ! -s conftest.err
4660 } && test -s conftest$ac_exeext && {
4661 test "$cross_compiling" = yes ||
4662 $as_test_x conftest$ac_exeext
4663 }; then
4664 ac_cv_lib_dnet_stub_dnet_ntoa=yes
4665 else
4666 $as_echo "$as_me: failed program was:" >&5
4667 sed 's/^/| /' conftest.$ac_ext >&5
4669 ac_cv_lib_dnet_stub_dnet_ntoa=no
4672 rm -rf conftest.dSYM
4673 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
4674 conftest$ac_exeext conftest.$ac_ext
4675 LIBS=$ac_check_lib_save_LIBS
4677 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_dnet_stub_dnet_ntoa" >&5
4678 $as_echo "$ac_cv_lib_dnet_stub_dnet_ntoa" >&6; }
4679 if test "x$ac_cv_lib_dnet_stub_dnet_ntoa" = x""yes; then
4680 X_EXTRA_LIBS="$X_EXTRA_LIBS -ldnet_stub"
4686 rm -rf conftest.dSYM
4687 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
4688 conftest$ac_exeext conftest.$ac_ext
4689 LIBS="$ac_xsave_LIBS"
4691 # msh@cis.ufl.edu says -lnsl (and -lsocket) are needed for his 386/AT,
4692 # to get the SysV transport functions.
4693 # Chad R. Larson says the Pyramis MIS-ES running DC/OSx (SVR4)
4694 # needs -lnsl.
4695 # The nsl library prevents programs from opening the X display
4696 # on Irix 5.2, according to T.E. Dickey.
4697 # The functions gethostbyname, getservbyname, and inet_addr are
4698 # in -lbsd on LynxOS 3.0.1/i386, according to Lars Hecking.
4699 { $as_echo "$as_me:$LINENO: checking for gethostbyname" >&5
4700 $as_echo_n "checking for gethostbyname... " >&6; }
4701 if test "${ac_cv_func_gethostbyname+set}" = set; then
4702 $as_echo_n "(cached) " >&6
4703 else
4704 cat >conftest.$ac_ext <<_ACEOF
4705 /* confdefs.h. */
4706 _ACEOF
4707 cat confdefs.h >>conftest.$ac_ext
4708 cat >>conftest.$ac_ext <<_ACEOF
4709 /* end confdefs.h. */
4710 /* Define gethostbyname to an innocuous variant, in case <limits.h> declares gethostbyname.
4711 For example, HP-UX 11i <limits.h> declares gettimeofday. */
4712 #define gethostbyname innocuous_gethostbyname
4714 /* System header to define __stub macros and hopefully few prototypes,
4715 which can conflict with char gethostbyname (); below.
4716 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
4717 <limits.h> exists even on freestanding compilers. */
4719 #ifdef __STDC__
4720 # include <limits.h>
4721 #else
4722 # include <assert.h>
4723 #endif
4725 #undef gethostbyname
4727 /* Override any GCC internal prototype to avoid an error.
4728 Use char because int might match the return type of a GCC
4729 builtin and then its argument prototype would still apply. */
4730 #ifdef __cplusplus
4731 extern "C"
4732 #endif
4733 char gethostbyname ();
4734 /* The GNU C library defines this for functions which it implements
4735 to always fail with ENOSYS. Some functions are actually named
4736 something starting with __ and the normal name is an alias. */
4737 #if defined __stub_gethostbyname || defined __stub___gethostbyname
4738 choke me
4739 #endif
4742 main ()
4744 return gethostbyname ();
4746 return 0;
4748 _ACEOF
4749 rm -f conftest.$ac_objext conftest$ac_exeext
4750 if { (ac_try="$ac_link"
4751 case "(($ac_try" in
4752 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4753 *) ac_try_echo=$ac_try;;
4754 esac
4755 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
4756 $as_echo "$ac_try_echo") >&5
4757 (eval "$ac_link") 2>conftest.er1
4758 ac_status=$?
4759 grep -v '^ *+' conftest.er1 >conftest.err
4760 rm -f conftest.er1
4761 cat conftest.err >&5
4762 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
4763 (exit $ac_status); } && {
4764 test -z "$ac_c_werror_flag" ||
4765 test ! -s conftest.err
4766 } && test -s conftest$ac_exeext && {
4767 test "$cross_compiling" = yes ||
4768 $as_test_x conftest$ac_exeext
4769 }; then
4770 ac_cv_func_gethostbyname=yes
4771 else
4772 $as_echo "$as_me: failed program was:" >&5
4773 sed 's/^/| /' conftest.$ac_ext >&5
4775 ac_cv_func_gethostbyname=no
4778 rm -rf conftest.dSYM
4779 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
4780 conftest$ac_exeext conftest.$ac_ext
4782 { $as_echo "$as_me:$LINENO: result: $ac_cv_func_gethostbyname" >&5
4783 $as_echo "$ac_cv_func_gethostbyname" >&6; }
4785 if test $ac_cv_func_gethostbyname = no; then
4786 { $as_echo "$as_me:$LINENO: checking for gethostbyname in -lnsl" >&5
4787 $as_echo_n "checking for gethostbyname in -lnsl... " >&6; }
4788 if test "${ac_cv_lib_nsl_gethostbyname+set}" = set; then
4789 $as_echo_n "(cached) " >&6
4790 else
4791 ac_check_lib_save_LIBS=$LIBS
4792 LIBS="-lnsl $LIBS"
4793 cat >conftest.$ac_ext <<_ACEOF
4794 /* confdefs.h. */
4795 _ACEOF
4796 cat confdefs.h >>conftest.$ac_ext
4797 cat >>conftest.$ac_ext <<_ACEOF
4798 /* end confdefs.h. */
4800 /* Override any GCC internal prototype to avoid an error.
4801 Use char because int might match the return type of a GCC
4802 builtin and then its argument prototype would still apply. */
4803 #ifdef __cplusplus
4804 extern "C"
4805 #endif
4806 char gethostbyname ();
4808 main ()
4810 return gethostbyname ();
4812 return 0;
4814 _ACEOF
4815 rm -f conftest.$ac_objext conftest$ac_exeext
4816 if { (ac_try="$ac_link"
4817 case "(($ac_try" in
4818 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4819 *) ac_try_echo=$ac_try;;
4820 esac
4821 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
4822 $as_echo "$ac_try_echo") >&5
4823 (eval "$ac_link") 2>conftest.er1
4824 ac_status=$?
4825 grep -v '^ *+' conftest.er1 >conftest.err
4826 rm -f conftest.er1
4827 cat conftest.err >&5
4828 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
4829 (exit $ac_status); } && {
4830 test -z "$ac_c_werror_flag" ||
4831 test ! -s conftest.err
4832 } && test -s conftest$ac_exeext && {
4833 test "$cross_compiling" = yes ||
4834 $as_test_x conftest$ac_exeext
4835 }; then
4836 ac_cv_lib_nsl_gethostbyname=yes
4837 else
4838 $as_echo "$as_me: failed program was:" >&5
4839 sed 's/^/| /' conftest.$ac_ext >&5
4841 ac_cv_lib_nsl_gethostbyname=no
4844 rm -rf conftest.dSYM
4845 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
4846 conftest$ac_exeext conftest.$ac_ext
4847 LIBS=$ac_check_lib_save_LIBS
4849 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_nsl_gethostbyname" >&5
4850 $as_echo "$ac_cv_lib_nsl_gethostbyname" >&6; }
4851 if test "x$ac_cv_lib_nsl_gethostbyname" = x""yes; then
4852 X_EXTRA_LIBS="$X_EXTRA_LIBS -lnsl"
4855 if test $ac_cv_lib_nsl_gethostbyname = no; then
4856 { $as_echo "$as_me:$LINENO: checking for gethostbyname in -lbsd" >&5
4857 $as_echo_n "checking for gethostbyname in -lbsd... " >&6; }
4858 if test "${ac_cv_lib_bsd_gethostbyname+set}" = set; then
4859 $as_echo_n "(cached) " >&6
4860 else
4861 ac_check_lib_save_LIBS=$LIBS
4862 LIBS="-lbsd $LIBS"
4863 cat >conftest.$ac_ext <<_ACEOF
4864 /* confdefs.h. */
4865 _ACEOF
4866 cat confdefs.h >>conftest.$ac_ext
4867 cat >>conftest.$ac_ext <<_ACEOF
4868 /* end confdefs.h. */
4870 /* Override any GCC internal prototype to avoid an error.
4871 Use char because int might match the return type of a GCC
4872 builtin and then its argument prototype would still apply. */
4873 #ifdef __cplusplus
4874 extern "C"
4875 #endif
4876 char gethostbyname ();
4878 main ()
4880 return gethostbyname ();
4882 return 0;
4884 _ACEOF
4885 rm -f conftest.$ac_objext conftest$ac_exeext
4886 if { (ac_try="$ac_link"
4887 case "(($ac_try" in
4888 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4889 *) ac_try_echo=$ac_try;;
4890 esac
4891 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
4892 $as_echo "$ac_try_echo") >&5
4893 (eval "$ac_link") 2>conftest.er1
4894 ac_status=$?
4895 grep -v '^ *+' conftest.er1 >conftest.err
4896 rm -f conftest.er1
4897 cat conftest.err >&5
4898 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
4899 (exit $ac_status); } && {
4900 test -z "$ac_c_werror_flag" ||
4901 test ! -s conftest.err
4902 } && test -s conftest$ac_exeext && {
4903 test "$cross_compiling" = yes ||
4904 $as_test_x conftest$ac_exeext
4905 }; then
4906 ac_cv_lib_bsd_gethostbyname=yes
4907 else
4908 $as_echo "$as_me: failed program was:" >&5
4909 sed 's/^/| /' conftest.$ac_ext >&5
4911 ac_cv_lib_bsd_gethostbyname=no
4914 rm -rf conftest.dSYM
4915 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
4916 conftest$ac_exeext conftest.$ac_ext
4917 LIBS=$ac_check_lib_save_LIBS
4919 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_bsd_gethostbyname" >&5
4920 $as_echo "$ac_cv_lib_bsd_gethostbyname" >&6; }
4921 if test "x$ac_cv_lib_bsd_gethostbyname" = x""yes; then
4922 X_EXTRA_LIBS="$X_EXTRA_LIBS -lbsd"
4928 # lieder@skyler.mavd.honeywell.com says without -lsocket,
4929 # socket/setsockopt and other routines are undefined under SCO ODT
4930 # 2.0. But -lsocket is broken on IRIX 5.2 (and is not necessary
4931 # on later versions), says Simon Leinen: it contains gethostby*
4932 # variants that don't use the name server (or something). -lsocket
4933 # must be given before -lnsl if both are needed. We assume that
4934 # if connect needs -lnsl, so does gethostbyname.
4935 { $as_echo "$as_me:$LINENO: checking for connect" >&5
4936 $as_echo_n "checking for connect... " >&6; }
4937 if test "${ac_cv_func_connect+set}" = set; then
4938 $as_echo_n "(cached) " >&6
4939 else
4940 cat >conftest.$ac_ext <<_ACEOF
4941 /* confdefs.h. */
4942 _ACEOF
4943 cat confdefs.h >>conftest.$ac_ext
4944 cat >>conftest.$ac_ext <<_ACEOF
4945 /* end confdefs.h. */
4946 /* Define connect to an innocuous variant, in case <limits.h> declares connect.
4947 For example, HP-UX 11i <limits.h> declares gettimeofday. */
4948 #define connect innocuous_connect
4950 /* System header to define __stub macros and hopefully few prototypes,
4951 which can conflict with char connect (); below.
4952 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
4953 <limits.h> exists even on freestanding compilers. */
4955 #ifdef __STDC__
4956 # include <limits.h>
4957 #else
4958 # include <assert.h>
4959 #endif
4961 #undef connect
4963 /* Override any GCC internal prototype to avoid an error.
4964 Use char because int might match the return type of a GCC
4965 builtin and then its argument prototype would still apply. */
4966 #ifdef __cplusplus
4967 extern "C"
4968 #endif
4969 char connect ();
4970 /* The GNU C library defines this for functions which it implements
4971 to always fail with ENOSYS. Some functions are actually named
4972 something starting with __ and the normal name is an alias. */
4973 #if defined __stub_connect || defined __stub___connect
4974 choke me
4975 #endif
4978 main ()
4980 return connect ();
4982 return 0;
4984 _ACEOF
4985 rm -f conftest.$ac_objext conftest$ac_exeext
4986 if { (ac_try="$ac_link"
4987 case "(($ac_try" in
4988 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4989 *) ac_try_echo=$ac_try;;
4990 esac
4991 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
4992 $as_echo "$ac_try_echo") >&5
4993 (eval "$ac_link") 2>conftest.er1
4994 ac_status=$?
4995 grep -v '^ *+' conftest.er1 >conftest.err
4996 rm -f conftest.er1
4997 cat conftest.err >&5
4998 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
4999 (exit $ac_status); } && {
5000 test -z "$ac_c_werror_flag" ||
5001 test ! -s conftest.err
5002 } && test -s conftest$ac_exeext && {
5003 test "$cross_compiling" = yes ||
5004 $as_test_x conftest$ac_exeext
5005 }; then
5006 ac_cv_func_connect=yes
5007 else
5008 $as_echo "$as_me: failed program was:" >&5
5009 sed 's/^/| /' conftest.$ac_ext >&5
5011 ac_cv_func_connect=no
5014 rm -rf conftest.dSYM
5015 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
5016 conftest$ac_exeext conftest.$ac_ext
5018 { $as_echo "$as_me:$LINENO: result: $ac_cv_func_connect" >&5
5019 $as_echo "$ac_cv_func_connect" >&6; }
5021 if test $ac_cv_func_connect = no; then
5022 { $as_echo "$as_me:$LINENO: checking for connect in -lsocket" >&5
5023 $as_echo_n "checking for connect in -lsocket... " >&6; }
5024 if test "${ac_cv_lib_socket_connect+set}" = set; then
5025 $as_echo_n "(cached) " >&6
5026 else
5027 ac_check_lib_save_LIBS=$LIBS
5028 LIBS="-lsocket $X_EXTRA_LIBS $LIBS"
5029 cat >conftest.$ac_ext <<_ACEOF
5030 /* confdefs.h. */
5031 _ACEOF
5032 cat confdefs.h >>conftest.$ac_ext
5033 cat >>conftest.$ac_ext <<_ACEOF
5034 /* end confdefs.h. */
5036 /* Override any GCC internal prototype to avoid an error.
5037 Use char because int might match the return type of a GCC
5038 builtin and then its argument prototype would still apply. */
5039 #ifdef __cplusplus
5040 extern "C"
5041 #endif
5042 char connect ();
5044 main ()
5046 return connect ();
5048 return 0;
5050 _ACEOF
5051 rm -f conftest.$ac_objext conftest$ac_exeext
5052 if { (ac_try="$ac_link"
5053 case "(($ac_try" in
5054 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5055 *) ac_try_echo=$ac_try;;
5056 esac
5057 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
5058 $as_echo "$ac_try_echo") >&5
5059 (eval "$ac_link") 2>conftest.er1
5060 ac_status=$?
5061 grep -v '^ *+' conftest.er1 >conftest.err
5062 rm -f conftest.er1
5063 cat conftest.err >&5
5064 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
5065 (exit $ac_status); } && {
5066 test -z "$ac_c_werror_flag" ||
5067 test ! -s conftest.err
5068 } && test -s conftest$ac_exeext && {
5069 test "$cross_compiling" = yes ||
5070 $as_test_x conftest$ac_exeext
5071 }; then
5072 ac_cv_lib_socket_connect=yes
5073 else
5074 $as_echo "$as_me: failed program was:" >&5
5075 sed 's/^/| /' conftest.$ac_ext >&5
5077 ac_cv_lib_socket_connect=no
5080 rm -rf conftest.dSYM
5081 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
5082 conftest$ac_exeext conftest.$ac_ext
5083 LIBS=$ac_check_lib_save_LIBS
5085 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_socket_connect" >&5
5086 $as_echo "$ac_cv_lib_socket_connect" >&6; }
5087 if test "x$ac_cv_lib_socket_connect" = x""yes; then
5088 X_EXTRA_LIBS="-lsocket $X_EXTRA_LIBS"
5093 # Guillermo Gomez says -lposix is necessary on A/UX.
5094 { $as_echo "$as_me:$LINENO: checking for remove" >&5
5095 $as_echo_n "checking for remove... " >&6; }
5096 if test "${ac_cv_func_remove+set}" = set; then
5097 $as_echo_n "(cached) " >&6
5098 else
5099 cat >conftest.$ac_ext <<_ACEOF
5100 /* confdefs.h. */
5101 _ACEOF
5102 cat confdefs.h >>conftest.$ac_ext
5103 cat >>conftest.$ac_ext <<_ACEOF
5104 /* end confdefs.h. */
5105 /* Define remove to an innocuous variant, in case <limits.h> declares remove.
5106 For example, HP-UX 11i <limits.h> declares gettimeofday. */
5107 #define remove innocuous_remove
5109 /* System header to define __stub macros and hopefully few prototypes,
5110 which can conflict with char remove (); below.
5111 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
5112 <limits.h> exists even on freestanding compilers. */
5114 #ifdef __STDC__
5115 # include <limits.h>
5116 #else
5117 # include <assert.h>
5118 #endif
5120 #undef remove
5122 /* Override any GCC internal prototype to avoid an error.
5123 Use char because int might match the return type of a GCC
5124 builtin and then its argument prototype would still apply. */
5125 #ifdef __cplusplus
5126 extern "C"
5127 #endif
5128 char remove ();
5129 /* The GNU C library defines this for functions which it implements
5130 to always fail with ENOSYS. Some functions are actually named
5131 something starting with __ and the normal name is an alias. */
5132 #if defined __stub_remove || defined __stub___remove
5133 choke me
5134 #endif
5137 main ()
5139 return remove ();
5141 return 0;
5143 _ACEOF
5144 rm -f conftest.$ac_objext conftest$ac_exeext
5145 if { (ac_try="$ac_link"
5146 case "(($ac_try" in
5147 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5148 *) ac_try_echo=$ac_try;;
5149 esac
5150 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
5151 $as_echo "$ac_try_echo") >&5
5152 (eval "$ac_link") 2>conftest.er1
5153 ac_status=$?
5154 grep -v '^ *+' conftest.er1 >conftest.err
5155 rm -f conftest.er1
5156 cat conftest.err >&5
5157 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
5158 (exit $ac_status); } && {
5159 test -z "$ac_c_werror_flag" ||
5160 test ! -s conftest.err
5161 } && test -s conftest$ac_exeext && {
5162 test "$cross_compiling" = yes ||
5163 $as_test_x conftest$ac_exeext
5164 }; then
5165 ac_cv_func_remove=yes
5166 else
5167 $as_echo "$as_me: failed program was:" >&5
5168 sed 's/^/| /' conftest.$ac_ext >&5
5170 ac_cv_func_remove=no
5173 rm -rf conftest.dSYM
5174 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
5175 conftest$ac_exeext conftest.$ac_ext
5177 { $as_echo "$as_me:$LINENO: result: $ac_cv_func_remove" >&5
5178 $as_echo "$ac_cv_func_remove" >&6; }
5180 if test $ac_cv_func_remove = no; then
5181 { $as_echo "$as_me:$LINENO: checking for remove in -lposix" >&5
5182 $as_echo_n "checking for remove in -lposix... " >&6; }
5183 if test "${ac_cv_lib_posix_remove+set}" = set; then
5184 $as_echo_n "(cached) " >&6
5185 else
5186 ac_check_lib_save_LIBS=$LIBS
5187 LIBS="-lposix $LIBS"
5188 cat >conftest.$ac_ext <<_ACEOF
5189 /* confdefs.h. */
5190 _ACEOF
5191 cat confdefs.h >>conftest.$ac_ext
5192 cat >>conftest.$ac_ext <<_ACEOF
5193 /* end confdefs.h. */
5195 /* Override any GCC internal prototype to avoid an error.
5196 Use char because int might match the return type of a GCC
5197 builtin and then its argument prototype would still apply. */
5198 #ifdef __cplusplus
5199 extern "C"
5200 #endif
5201 char remove ();
5203 main ()
5205 return remove ();
5207 return 0;
5209 _ACEOF
5210 rm -f conftest.$ac_objext conftest$ac_exeext
5211 if { (ac_try="$ac_link"
5212 case "(($ac_try" in
5213 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5214 *) ac_try_echo=$ac_try;;
5215 esac
5216 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
5217 $as_echo "$ac_try_echo") >&5
5218 (eval "$ac_link") 2>conftest.er1
5219 ac_status=$?
5220 grep -v '^ *+' conftest.er1 >conftest.err
5221 rm -f conftest.er1
5222 cat conftest.err >&5
5223 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
5224 (exit $ac_status); } && {
5225 test -z "$ac_c_werror_flag" ||
5226 test ! -s conftest.err
5227 } && test -s conftest$ac_exeext && {
5228 test "$cross_compiling" = yes ||
5229 $as_test_x conftest$ac_exeext
5230 }; then
5231 ac_cv_lib_posix_remove=yes
5232 else
5233 $as_echo "$as_me: failed program was:" >&5
5234 sed 's/^/| /' conftest.$ac_ext >&5
5236 ac_cv_lib_posix_remove=no
5239 rm -rf conftest.dSYM
5240 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
5241 conftest$ac_exeext conftest.$ac_ext
5242 LIBS=$ac_check_lib_save_LIBS
5244 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_posix_remove" >&5
5245 $as_echo "$ac_cv_lib_posix_remove" >&6; }
5246 if test "x$ac_cv_lib_posix_remove" = x""yes; then
5247 X_EXTRA_LIBS="$X_EXTRA_LIBS -lposix"
5252 # BSDI BSD/OS 2.1 needs -lipc for XOpenDisplay.
5253 { $as_echo "$as_me:$LINENO: checking for shmat" >&5
5254 $as_echo_n "checking for shmat... " >&6; }
5255 if test "${ac_cv_func_shmat+set}" = set; then
5256 $as_echo_n "(cached) " >&6
5257 else
5258 cat >conftest.$ac_ext <<_ACEOF
5259 /* confdefs.h. */
5260 _ACEOF
5261 cat confdefs.h >>conftest.$ac_ext
5262 cat >>conftest.$ac_ext <<_ACEOF
5263 /* end confdefs.h. */
5264 /* Define shmat to an innocuous variant, in case <limits.h> declares shmat.
5265 For example, HP-UX 11i <limits.h> declares gettimeofday. */
5266 #define shmat innocuous_shmat
5268 /* System header to define __stub macros and hopefully few prototypes,
5269 which can conflict with char shmat (); below.
5270 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
5271 <limits.h> exists even on freestanding compilers. */
5273 #ifdef __STDC__
5274 # include <limits.h>
5275 #else
5276 # include <assert.h>
5277 #endif
5279 #undef shmat
5281 /* Override any GCC internal prototype to avoid an error.
5282 Use char because int might match the return type of a GCC
5283 builtin and then its argument prototype would still apply. */
5284 #ifdef __cplusplus
5285 extern "C"
5286 #endif
5287 char shmat ();
5288 /* The GNU C library defines this for functions which it implements
5289 to always fail with ENOSYS. Some functions are actually named
5290 something starting with __ and the normal name is an alias. */
5291 #if defined __stub_shmat || defined __stub___shmat
5292 choke me
5293 #endif
5296 main ()
5298 return shmat ();
5300 return 0;
5302 _ACEOF
5303 rm -f conftest.$ac_objext conftest$ac_exeext
5304 if { (ac_try="$ac_link"
5305 case "(($ac_try" in
5306 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5307 *) ac_try_echo=$ac_try;;
5308 esac
5309 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
5310 $as_echo "$ac_try_echo") >&5
5311 (eval "$ac_link") 2>conftest.er1
5312 ac_status=$?
5313 grep -v '^ *+' conftest.er1 >conftest.err
5314 rm -f conftest.er1
5315 cat conftest.err >&5
5316 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
5317 (exit $ac_status); } && {
5318 test -z "$ac_c_werror_flag" ||
5319 test ! -s conftest.err
5320 } && test -s conftest$ac_exeext && {
5321 test "$cross_compiling" = yes ||
5322 $as_test_x conftest$ac_exeext
5323 }; then
5324 ac_cv_func_shmat=yes
5325 else
5326 $as_echo "$as_me: failed program was:" >&5
5327 sed 's/^/| /' conftest.$ac_ext >&5
5329 ac_cv_func_shmat=no
5332 rm -rf conftest.dSYM
5333 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
5334 conftest$ac_exeext conftest.$ac_ext
5336 { $as_echo "$as_me:$LINENO: result: $ac_cv_func_shmat" >&5
5337 $as_echo "$ac_cv_func_shmat" >&6; }
5339 if test $ac_cv_func_shmat = no; then
5340 { $as_echo "$as_me:$LINENO: checking for shmat in -lipc" >&5
5341 $as_echo_n "checking for shmat in -lipc... " >&6; }
5342 if test "${ac_cv_lib_ipc_shmat+set}" = set; then
5343 $as_echo_n "(cached) " >&6
5344 else
5345 ac_check_lib_save_LIBS=$LIBS
5346 LIBS="-lipc $LIBS"
5347 cat >conftest.$ac_ext <<_ACEOF
5348 /* confdefs.h. */
5349 _ACEOF
5350 cat confdefs.h >>conftest.$ac_ext
5351 cat >>conftest.$ac_ext <<_ACEOF
5352 /* end confdefs.h. */
5354 /* Override any GCC internal prototype to avoid an error.
5355 Use char because int might match the return type of a GCC
5356 builtin and then its argument prototype would still apply. */
5357 #ifdef __cplusplus
5358 extern "C"
5359 #endif
5360 char shmat ();
5362 main ()
5364 return shmat ();
5366 return 0;
5368 _ACEOF
5369 rm -f conftest.$ac_objext conftest$ac_exeext
5370 if { (ac_try="$ac_link"
5371 case "(($ac_try" in
5372 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5373 *) ac_try_echo=$ac_try;;
5374 esac
5375 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
5376 $as_echo "$ac_try_echo") >&5
5377 (eval "$ac_link") 2>conftest.er1
5378 ac_status=$?
5379 grep -v '^ *+' conftest.er1 >conftest.err
5380 rm -f conftest.er1
5381 cat conftest.err >&5
5382 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
5383 (exit $ac_status); } && {
5384 test -z "$ac_c_werror_flag" ||
5385 test ! -s conftest.err
5386 } && test -s conftest$ac_exeext && {
5387 test "$cross_compiling" = yes ||
5388 $as_test_x conftest$ac_exeext
5389 }; then
5390 ac_cv_lib_ipc_shmat=yes
5391 else
5392 $as_echo "$as_me: failed program was:" >&5
5393 sed 's/^/| /' conftest.$ac_ext >&5
5395 ac_cv_lib_ipc_shmat=no
5398 rm -rf conftest.dSYM
5399 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
5400 conftest$ac_exeext conftest.$ac_ext
5401 LIBS=$ac_check_lib_save_LIBS
5403 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_ipc_shmat" >&5
5404 $as_echo "$ac_cv_lib_ipc_shmat" >&6; }
5405 if test "x$ac_cv_lib_ipc_shmat" = x""yes; then
5406 X_EXTRA_LIBS="$X_EXTRA_LIBS -lipc"
5412 # Check for libraries that X11R6 Xt/Xaw programs need.
5413 ac_save_LDFLAGS=$LDFLAGS
5414 test -n "$x_libraries" && LDFLAGS="$LDFLAGS -L$x_libraries"
5415 # SM needs ICE to (dynamically) link under SunOS 4.x (so we have to
5416 # check for ICE first), but we must link in the order -lSM -lICE or
5417 # we get undefined symbols. So assume we have SM if we have ICE.
5418 # These have to be linked with before -lX11, unlike the other
5419 # libraries we check for below, so use a different variable.
5420 # John Interrante, Karl Berry
5421 { $as_echo "$as_me:$LINENO: checking for IceConnectionNumber in -lICE" >&5
5422 $as_echo_n "checking for IceConnectionNumber in -lICE... " >&6; }
5423 if test "${ac_cv_lib_ICE_IceConnectionNumber+set}" = set; then
5424 $as_echo_n "(cached) " >&6
5425 else
5426 ac_check_lib_save_LIBS=$LIBS
5427 LIBS="-lICE $X_EXTRA_LIBS $LIBS"
5428 cat >conftest.$ac_ext <<_ACEOF
5429 /* confdefs.h. */
5430 _ACEOF
5431 cat confdefs.h >>conftest.$ac_ext
5432 cat >>conftest.$ac_ext <<_ACEOF
5433 /* end confdefs.h. */
5435 /* Override any GCC internal prototype to avoid an error.
5436 Use char because int might match the return type of a GCC
5437 builtin and then its argument prototype would still apply. */
5438 #ifdef __cplusplus
5439 extern "C"
5440 #endif
5441 char IceConnectionNumber ();
5443 main ()
5445 return IceConnectionNumber ();
5447 return 0;
5449 _ACEOF
5450 rm -f conftest.$ac_objext conftest$ac_exeext
5451 if { (ac_try="$ac_link"
5452 case "(($ac_try" in
5453 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5454 *) ac_try_echo=$ac_try;;
5455 esac
5456 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
5457 $as_echo "$ac_try_echo") >&5
5458 (eval "$ac_link") 2>conftest.er1
5459 ac_status=$?
5460 grep -v '^ *+' conftest.er1 >conftest.err
5461 rm -f conftest.er1
5462 cat conftest.err >&5
5463 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
5464 (exit $ac_status); } && {
5465 test -z "$ac_c_werror_flag" ||
5466 test ! -s conftest.err
5467 } && test -s conftest$ac_exeext && {
5468 test "$cross_compiling" = yes ||
5469 $as_test_x conftest$ac_exeext
5470 }; then
5471 ac_cv_lib_ICE_IceConnectionNumber=yes
5472 else
5473 $as_echo "$as_me: failed program was:" >&5
5474 sed 's/^/| /' conftest.$ac_ext >&5
5476 ac_cv_lib_ICE_IceConnectionNumber=no
5479 rm -rf conftest.dSYM
5480 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
5481 conftest$ac_exeext conftest.$ac_ext
5482 LIBS=$ac_check_lib_save_LIBS
5484 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_ICE_IceConnectionNumber" >&5
5485 $as_echo "$ac_cv_lib_ICE_IceConnectionNumber" >&6; }
5486 if test "x$ac_cv_lib_ICE_IceConnectionNumber" = x""yes; then
5487 X_PRE_LIBS="$X_PRE_LIBS -lSM -lICE"
5490 LDFLAGS=$ac_save_LDFLAGS
5495 for ac_prog in flex
5497 # Extract the first word of "$ac_prog", so it can be a program name with args.
5498 set dummy $ac_prog; ac_word=$2
5499 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
5500 $as_echo_n "checking for $ac_word... " >&6; }
5501 if test "${ac_cv_prog_FLEX+set}" = set; then
5502 $as_echo_n "(cached) " >&6
5503 else
5504 if test -n "$FLEX"; then
5505 ac_cv_prog_FLEX="$FLEX" # Let the user override the test.
5506 else
5507 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5508 for as_dir in $PATH
5510 IFS=$as_save_IFS
5511 test -z "$as_dir" && as_dir=.
5512 for ac_exec_ext in '' $ac_executable_extensions; do
5513 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5514 ac_cv_prog_FLEX="$ac_prog"
5515 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5516 break 2
5518 done
5519 done
5520 IFS=$as_save_IFS
5524 FLEX=$ac_cv_prog_FLEX
5525 if test -n "$FLEX"; then
5526 { $as_echo "$as_me:$LINENO: result: $FLEX" >&5
5527 $as_echo "$FLEX" >&6; }
5528 else
5529 { $as_echo "$as_me:$LINENO: result: no" >&5
5530 $as_echo "no" >&6; }
5534 test -n "$FLEX" && break
5535 done
5536 test -n "$FLEX" || FLEX="none"
5538 if test "$FLEX" = "none"
5539 then
5540 { { $as_echo "$as_me:$LINENO: error: no suitable flex found. Please install the 'flex' package." >&5
5541 $as_echo "$as_me: error: no suitable flex found. Please install the 'flex' package." >&2;}
5542 { (exit 1); exit 1; }; }
5545 for ac_prog in bison
5547 # Extract the first word of "$ac_prog", so it can be a program name with args.
5548 set dummy $ac_prog; ac_word=$2
5549 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
5550 $as_echo_n "checking for $ac_word... " >&6; }
5551 if test "${ac_cv_prog_BISON+set}" = set; then
5552 $as_echo_n "(cached) " >&6
5553 else
5554 if test -n "$BISON"; then
5555 ac_cv_prog_BISON="$BISON" # Let the user override the test.
5556 else
5557 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5558 for as_dir in $PATH
5560 IFS=$as_save_IFS
5561 test -z "$as_dir" && as_dir=.
5562 for ac_exec_ext in '' $ac_executable_extensions; do
5563 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5564 ac_cv_prog_BISON="$ac_prog"
5565 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5566 break 2
5568 done
5569 done
5570 IFS=$as_save_IFS
5574 BISON=$ac_cv_prog_BISON
5575 if test -n "$BISON"; then
5576 { $as_echo "$as_me:$LINENO: result: $BISON" >&5
5577 $as_echo "$BISON" >&6; }
5578 else
5579 { $as_echo "$as_me:$LINENO: result: no" >&5
5580 $as_echo "no" >&6; }
5584 test -n "$BISON" && break
5585 done
5586 test -n "$BISON" || BISON="none"
5588 if test "$BISON" = "none"
5589 then
5590 { { $as_echo "$as_me:$LINENO: error: no suitable bison found. Please install the 'bison' package." >&5
5591 $as_echo "$as_me: error: no suitable bison found. Please install the 'bison' package." >&2;}
5592 { (exit 1); exit 1; }; }
5595 if test -n "$ac_tool_prefix"; then
5596 for ac_prog in gas as
5598 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
5599 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
5600 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
5601 $as_echo_n "checking for $ac_word... " >&6; }
5602 if test "${ac_cv_prog_AS+set}" = set; then
5603 $as_echo_n "(cached) " >&6
5604 else
5605 if test -n "$AS"; then
5606 ac_cv_prog_AS="$AS" # Let the user override the test.
5607 else
5608 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5609 for as_dir in $PATH
5611 IFS=$as_save_IFS
5612 test -z "$as_dir" && as_dir=.
5613 for ac_exec_ext in '' $ac_executable_extensions; do
5614 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5615 ac_cv_prog_AS="$ac_tool_prefix$ac_prog"
5616 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5617 break 2
5619 done
5620 done
5621 IFS=$as_save_IFS
5625 AS=$ac_cv_prog_AS
5626 if test -n "$AS"; then
5627 { $as_echo "$as_me:$LINENO: result: $AS" >&5
5628 $as_echo "$AS" >&6; }
5629 else
5630 { $as_echo "$as_me:$LINENO: result: no" >&5
5631 $as_echo "no" >&6; }
5635 test -n "$AS" && break
5636 done
5638 if test -z "$AS"; then
5639 ac_ct_AS=$AS
5640 for ac_prog in gas as
5642 # Extract the first word of "$ac_prog", so it can be a program name with args.
5643 set dummy $ac_prog; ac_word=$2
5644 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
5645 $as_echo_n "checking for $ac_word... " >&6; }
5646 if test "${ac_cv_prog_ac_ct_AS+set}" = set; then
5647 $as_echo_n "(cached) " >&6
5648 else
5649 if test -n "$ac_ct_AS"; then
5650 ac_cv_prog_ac_ct_AS="$ac_ct_AS" # Let the user override the test.
5651 else
5652 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5653 for as_dir in $PATH
5655 IFS=$as_save_IFS
5656 test -z "$as_dir" && as_dir=.
5657 for ac_exec_ext in '' $ac_executable_extensions; do
5658 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5659 ac_cv_prog_ac_ct_AS="$ac_prog"
5660 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5661 break 2
5663 done
5664 done
5665 IFS=$as_save_IFS
5669 ac_ct_AS=$ac_cv_prog_ac_ct_AS
5670 if test -n "$ac_ct_AS"; then
5671 { $as_echo "$as_me:$LINENO: result: $ac_ct_AS" >&5
5672 $as_echo "$ac_ct_AS" >&6; }
5673 else
5674 { $as_echo "$as_me:$LINENO: result: no" >&5
5675 $as_echo "no" >&6; }
5679 test -n "$ac_ct_AS" && break
5680 done
5682 if test "x$ac_ct_AS" = x; then
5683 AS="as"
5684 else
5685 case $cross_compiling:$ac_tool_warned in
5686 yes:)
5687 { $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5
5688 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
5689 ac_tool_warned=yes ;;
5690 esac
5691 AS=$ac_ct_AS
5695 if test -n "$ac_tool_prefix"; then
5696 for ac_prog in ld gld
5698 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
5699 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
5700 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
5701 $as_echo_n "checking for $ac_word... " >&6; }
5702 if test "${ac_cv_prog_LD+set}" = set; then
5703 $as_echo_n "(cached) " >&6
5704 else
5705 if test -n "$LD"; then
5706 ac_cv_prog_LD="$LD" # Let the user override the test.
5707 else
5708 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5709 for as_dir in $PATH
5711 IFS=$as_save_IFS
5712 test -z "$as_dir" && as_dir=.
5713 for ac_exec_ext in '' $ac_executable_extensions; do
5714 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5715 ac_cv_prog_LD="$ac_tool_prefix$ac_prog"
5716 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5717 break 2
5719 done
5720 done
5721 IFS=$as_save_IFS
5725 LD=$ac_cv_prog_LD
5726 if test -n "$LD"; then
5727 { $as_echo "$as_me:$LINENO: result: $LD" >&5
5728 $as_echo "$LD" >&6; }
5729 else
5730 { $as_echo "$as_me:$LINENO: result: no" >&5
5731 $as_echo "no" >&6; }
5735 test -n "$LD" && break
5736 done
5738 if test -z "$LD"; then
5739 ac_ct_LD=$LD
5740 for ac_prog in ld gld
5742 # Extract the first word of "$ac_prog", so it can be a program name with args.
5743 set dummy $ac_prog; ac_word=$2
5744 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
5745 $as_echo_n "checking for $ac_word... " >&6; }
5746 if test "${ac_cv_prog_ac_ct_LD+set}" = set; then
5747 $as_echo_n "(cached) " >&6
5748 else
5749 if test -n "$ac_ct_LD"; then
5750 ac_cv_prog_ac_ct_LD="$ac_ct_LD" # Let the user override the test.
5751 else
5752 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5753 for as_dir in $PATH
5755 IFS=$as_save_IFS
5756 test -z "$as_dir" && as_dir=.
5757 for ac_exec_ext in '' $ac_executable_extensions; do
5758 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5759 ac_cv_prog_ac_ct_LD="$ac_prog"
5760 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5761 break 2
5763 done
5764 done
5765 IFS=$as_save_IFS
5769 ac_ct_LD=$ac_cv_prog_ac_ct_LD
5770 if test -n "$ac_ct_LD"; then
5771 { $as_echo "$as_me:$LINENO: result: $ac_ct_LD" >&5
5772 $as_echo "$ac_ct_LD" >&6; }
5773 else
5774 { $as_echo "$as_me:$LINENO: result: no" >&5
5775 $as_echo "no" >&6; }
5779 test -n "$ac_ct_LD" && break
5780 done
5782 if test "x$ac_ct_LD" = x; then
5783 LD="ld"
5784 else
5785 case $cross_compiling:$ac_tool_warned in
5786 yes:)
5787 { $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5
5788 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
5789 ac_tool_warned=yes ;;
5790 esac
5791 LD=$ac_ct_LD
5795 if test -n "$ac_tool_prefix"; then
5796 for ac_prog in nm gnm
5798 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
5799 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
5800 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
5801 $as_echo_n "checking for $ac_word... " >&6; }
5802 if test "${ac_cv_prog_NM+set}" = set; then
5803 $as_echo_n "(cached) " >&6
5804 else
5805 if test -n "$NM"; then
5806 ac_cv_prog_NM="$NM" # Let the user override the test.
5807 else
5808 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5809 for as_dir in $PATH
5811 IFS=$as_save_IFS
5812 test -z "$as_dir" && as_dir=.
5813 for ac_exec_ext in '' $ac_executable_extensions; do
5814 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5815 ac_cv_prog_NM="$ac_tool_prefix$ac_prog"
5816 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5817 break 2
5819 done
5820 done
5821 IFS=$as_save_IFS
5825 NM=$ac_cv_prog_NM
5826 if test -n "$NM"; then
5827 { $as_echo "$as_me:$LINENO: result: $NM" >&5
5828 $as_echo "$NM" >&6; }
5829 else
5830 { $as_echo "$as_me:$LINENO: result: no" >&5
5831 $as_echo "no" >&6; }
5835 test -n "$NM" && break
5836 done
5838 if test -z "$NM"; then
5839 ac_ct_NM=$NM
5840 for ac_prog in nm gnm
5842 # Extract the first word of "$ac_prog", so it can be a program name with args.
5843 set dummy $ac_prog; ac_word=$2
5844 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
5845 $as_echo_n "checking for $ac_word... " >&6; }
5846 if test "${ac_cv_prog_ac_ct_NM+set}" = set; then
5847 $as_echo_n "(cached) " >&6
5848 else
5849 if test -n "$ac_ct_NM"; then
5850 ac_cv_prog_ac_ct_NM="$ac_ct_NM" # Let the user override the test.
5851 else
5852 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5853 for as_dir in $PATH
5855 IFS=$as_save_IFS
5856 test -z "$as_dir" && as_dir=.
5857 for ac_exec_ext in '' $ac_executable_extensions; do
5858 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5859 ac_cv_prog_ac_ct_NM="$ac_prog"
5860 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5861 break 2
5863 done
5864 done
5865 IFS=$as_save_IFS
5869 ac_ct_NM=$ac_cv_prog_ac_ct_NM
5870 if test -n "$ac_ct_NM"; then
5871 { $as_echo "$as_me:$LINENO: result: $ac_ct_NM" >&5
5872 $as_echo "$ac_ct_NM" >&6; }
5873 else
5874 { $as_echo "$as_me:$LINENO: result: no" >&5
5875 $as_echo "no" >&6; }
5879 test -n "$ac_ct_NM" && break
5880 done
5882 if test "x$ac_ct_NM" = x; then
5883 NM="nm"
5884 else
5885 case $cross_compiling:$ac_tool_warned in
5886 yes:)
5887 { $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5
5888 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
5889 ac_tool_warned=yes ;;
5890 esac
5891 NM=$ac_ct_NM
5895 if test -n "$ac_tool_prefix"; then
5896 for ac_prog in ar gar
5898 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
5899 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
5900 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
5901 $as_echo_n "checking for $ac_word... " >&6; }
5902 if test "${ac_cv_prog_AR+set}" = set; then
5903 $as_echo_n "(cached) " >&6
5904 else
5905 if test -n "$AR"; then
5906 ac_cv_prog_AR="$AR" # Let the user override the test.
5907 else
5908 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5909 for as_dir in $PATH
5911 IFS=$as_save_IFS
5912 test -z "$as_dir" && as_dir=.
5913 for ac_exec_ext in '' $ac_executable_extensions; do
5914 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5915 ac_cv_prog_AR="$ac_tool_prefix$ac_prog"
5916 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5917 break 2
5919 done
5920 done
5921 IFS=$as_save_IFS
5925 AR=$ac_cv_prog_AR
5926 if test -n "$AR"; then
5927 { $as_echo "$as_me:$LINENO: result: $AR" >&5
5928 $as_echo "$AR" >&6; }
5929 else
5930 { $as_echo "$as_me:$LINENO: result: no" >&5
5931 $as_echo "no" >&6; }
5935 test -n "$AR" && break
5936 done
5938 if test -z "$AR"; then
5939 ac_ct_AR=$AR
5940 for ac_prog in ar gar
5942 # Extract the first word of "$ac_prog", so it can be a program name with args.
5943 set dummy $ac_prog; ac_word=$2
5944 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
5945 $as_echo_n "checking for $ac_word... " >&6; }
5946 if test "${ac_cv_prog_ac_ct_AR+set}" = set; then
5947 $as_echo_n "(cached) " >&6
5948 else
5949 if test -n "$ac_ct_AR"; then
5950 ac_cv_prog_ac_ct_AR="$ac_ct_AR" # Let the user override the test.
5951 else
5952 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5953 for as_dir in $PATH
5955 IFS=$as_save_IFS
5956 test -z "$as_dir" && as_dir=.
5957 for ac_exec_ext in '' $ac_executable_extensions; do
5958 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5959 ac_cv_prog_ac_ct_AR="$ac_prog"
5960 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5961 break 2
5963 done
5964 done
5965 IFS=$as_save_IFS
5969 ac_ct_AR=$ac_cv_prog_ac_ct_AR
5970 if test -n "$ac_ct_AR"; then
5971 { $as_echo "$as_me:$LINENO: result: $ac_ct_AR" >&5
5972 $as_echo "$ac_ct_AR" >&6; }
5973 else
5974 { $as_echo "$as_me:$LINENO: result: no" >&5
5975 $as_echo "no" >&6; }
5979 test -n "$ac_ct_AR" && break
5980 done
5982 if test "x$ac_ct_AR" = x; then
5983 AR="ar"
5984 else
5985 case $cross_compiling:$ac_tool_warned in
5986 yes:)
5987 { $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5
5988 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
5989 ac_tool_warned=yes ;;
5990 esac
5991 AR=$ac_ct_AR
5995 ARFLAGS=rc
5997 if test -n "$ac_tool_prefix"; then
5998 # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
5999 set dummy ${ac_tool_prefix}ranlib; ac_word=$2
6000 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
6001 $as_echo_n "checking for $ac_word... " >&6; }
6002 if test "${ac_cv_prog_RANLIB+set}" = set; then
6003 $as_echo_n "(cached) " >&6
6004 else
6005 if test -n "$RANLIB"; then
6006 ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
6007 else
6008 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6009 for as_dir in $PATH
6011 IFS=$as_save_IFS
6012 test -z "$as_dir" && as_dir=.
6013 for ac_exec_ext in '' $ac_executable_extensions; do
6014 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6015 ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib"
6016 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
6017 break 2
6019 done
6020 done
6021 IFS=$as_save_IFS
6025 RANLIB=$ac_cv_prog_RANLIB
6026 if test -n "$RANLIB"; then
6027 { $as_echo "$as_me:$LINENO: result: $RANLIB" >&5
6028 $as_echo "$RANLIB" >&6; }
6029 else
6030 { $as_echo "$as_me:$LINENO: result: no" >&5
6031 $as_echo "no" >&6; }
6036 if test -z "$ac_cv_prog_RANLIB"; then
6037 ac_ct_RANLIB=$RANLIB
6038 # Extract the first word of "ranlib", so it can be a program name with args.
6039 set dummy ranlib; ac_word=$2
6040 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
6041 $as_echo_n "checking for $ac_word... " >&6; }
6042 if test "${ac_cv_prog_ac_ct_RANLIB+set}" = set; then
6043 $as_echo_n "(cached) " >&6
6044 else
6045 if test -n "$ac_ct_RANLIB"; then
6046 ac_cv_prog_ac_ct_RANLIB="$ac_ct_RANLIB" # Let the user override the test.
6047 else
6048 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6049 for as_dir in $PATH
6051 IFS=$as_save_IFS
6052 test -z "$as_dir" && as_dir=.
6053 for ac_exec_ext in '' $ac_executable_extensions; do
6054 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6055 ac_cv_prog_ac_ct_RANLIB="ranlib"
6056 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
6057 break 2
6059 done
6060 done
6061 IFS=$as_save_IFS
6065 ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB
6066 if test -n "$ac_ct_RANLIB"; then
6067 { $as_echo "$as_me:$LINENO: result: $ac_ct_RANLIB" >&5
6068 $as_echo "$ac_ct_RANLIB" >&6; }
6069 else
6070 { $as_echo "$as_me:$LINENO: result: no" >&5
6071 $as_echo "no" >&6; }
6074 if test "x$ac_ct_RANLIB" = x; then
6075 RANLIB=":"
6076 else
6077 case $cross_compiling:$ac_tool_warned in
6078 yes:)
6079 { $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5
6080 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6081 ac_tool_warned=yes ;;
6082 esac
6083 RANLIB=$ac_ct_RANLIB
6085 else
6086 RANLIB="$ac_cv_prog_RANLIB"
6089 if test -n "$ac_tool_prefix"; then
6090 # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
6091 set dummy ${ac_tool_prefix}strip; ac_word=$2
6092 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
6093 $as_echo_n "checking for $ac_word... " >&6; }
6094 if test "${ac_cv_prog_STRIP+set}" = set; then
6095 $as_echo_n "(cached) " >&6
6096 else
6097 if test -n "$STRIP"; then
6098 ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
6099 else
6100 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6101 for as_dir in $PATH
6103 IFS=$as_save_IFS
6104 test -z "$as_dir" && as_dir=.
6105 for ac_exec_ext in '' $ac_executable_extensions; do
6106 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6107 ac_cv_prog_STRIP="${ac_tool_prefix}strip"
6108 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
6109 break 2
6111 done
6112 done
6113 IFS=$as_save_IFS
6117 STRIP=$ac_cv_prog_STRIP
6118 if test -n "$STRIP"; then
6119 { $as_echo "$as_me:$LINENO: result: $STRIP" >&5
6120 $as_echo "$STRIP" >&6; }
6121 else
6122 { $as_echo "$as_me:$LINENO: result: no" >&5
6123 $as_echo "no" >&6; }
6128 if test -z "$ac_cv_prog_STRIP"; then
6129 ac_ct_STRIP=$STRIP
6130 # Extract the first word of "strip", so it can be a program name with args.
6131 set dummy strip; ac_word=$2
6132 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
6133 $as_echo_n "checking for $ac_word... " >&6; }
6134 if test "${ac_cv_prog_ac_ct_STRIP+set}" = set; then
6135 $as_echo_n "(cached) " >&6
6136 else
6137 if test -n "$ac_ct_STRIP"; then
6138 ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test.
6139 else
6140 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6141 for as_dir in $PATH
6143 IFS=$as_save_IFS
6144 test -z "$as_dir" && as_dir=.
6145 for ac_exec_ext in '' $ac_executable_extensions; do
6146 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6147 ac_cv_prog_ac_ct_STRIP="strip"
6148 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
6149 break 2
6151 done
6152 done
6153 IFS=$as_save_IFS
6157 ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP
6158 if test -n "$ac_ct_STRIP"; then
6159 { $as_echo "$as_me:$LINENO: result: $ac_ct_STRIP" >&5
6160 $as_echo "$ac_ct_STRIP" >&6; }
6161 else
6162 { $as_echo "$as_me:$LINENO: result: no" >&5
6163 $as_echo "no" >&6; }
6166 if test "x$ac_ct_STRIP" = x; then
6167 STRIP="strip"
6168 else
6169 case $cross_compiling:$ac_tool_warned in
6170 yes:)
6171 { $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5
6172 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6173 ac_tool_warned=yes ;;
6174 esac
6175 STRIP=$ac_ct_STRIP
6177 else
6178 STRIP="$ac_cv_prog_STRIP"
6181 if test -n "$ac_tool_prefix"; then
6182 # Extract the first word of "${ac_tool_prefix}windres", so it can be a program name with args.
6183 set dummy ${ac_tool_prefix}windres; ac_word=$2
6184 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
6185 $as_echo_n "checking for $ac_word... " >&6; }
6186 if test "${ac_cv_prog_WINDRES+set}" = set; then
6187 $as_echo_n "(cached) " >&6
6188 else
6189 if test -n "$WINDRES"; then
6190 ac_cv_prog_WINDRES="$WINDRES" # Let the user override the test.
6191 else
6192 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6193 for as_dir in $PATH
6195 IFS=$as_save_IFS
6196 test -z "$as_dir" && as_dir=.
6197 for ac_exec_ext in '' $ac_executable_extensions; do
6198 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6199 ac_cv_prog_WINDRES="${ac_tool_prefix}windres"
6200 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
6201 break 2
6203 done
6204 done
6205 IFS=$as_save_IFS
6209 WINDRES=$ac_cv_prog_WINDRES
6210 if test -n "$WINDRES"; then
6211 { $as_echo "$as_me:$LINENO: result: $WINDRES" >&5
6212 $as_echo "$WINDRES" >&6; }
6213 else
6214 { $as_echo "$as_me:$LINENO: result: no" >&5
6215 $as_echo "no" >&6; }
6220 if test -z "$ac_cv_prog_WINDRES"; then
6221 ac_ct_WINDRES=$WINDRES
6222 # Extract the first word of "windres", so it can be a program name with args.
6223 set dummy windres; ac_word=$2
6224 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
6225 $as_echo_n "checking for $ac_word... " >&6; }
6226 if test "${ac_cv_prog_ac_ct_WINDRES+set}" = set; then
6227 $as_echo_n "(cached) " >&6
6228 else
6229 if test -n "$ac_ct_WINDRES"; then
6230 ac_cv_prog_ac_ct_WINDRES="$ac_ct_WINDRES" # Let the user override the test.
6231 else
6232 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6233 for as_dir in $PATH
6235 IFS=$as_save_IFS
6236 test -z "$as_dir" && as_dir=.
6237 for ac_exec_ext in '' $ac_executable_extensions; do
6238 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6239 ac_cv_prog_ac_ct_WINDRES="windres"
6240 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
6241 break 2
6243 done
6244 done
6245 IFS=$as_save_IFS
6249 ac_ct_WINDRES=$ac_cv_prog_ac_ct_WINDRES
6250 if test -n "$ac_ct_WINDRES"; then
6251 { $as_echo "$as_me:$LINENO: result: $ac_ct_WINDRES" >&5
6252 $as_echo "$ac_ct_WINDRES" >&6; }
6253 else
6254 { $as_echo "$as_me:$LINENO: result: no" >&5
6255 $as_echo "no" >&6; }
6258 if test "x$ac_ct_WINDRES" = x; then
6259 WINDRES="false"
6260 else
6261 case $cross_compiling:$ac_tool_warned in
6262 yes:)
6263 { $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5
6264 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
6265 ac_tool_warned=yes ;;
6266 esac
6267 WINDRES=$ac_ct_WINDRES
6269 else
6270 WINDRES="$ac_cv_prog_WINDRES"
6273 { $as_echo "$as_me:$LINENO: checking whether ln -s works" >&5
6274 $as_echo_n "checking whether ln -s works... " >&6; }
6275 LN_S=$as_ln_s
6276 if test "$LN_S" = "ln -s"; then
6277 { $as_echo "$as_me:$LINENO: result: yes" >&5
6278 $as_echo "yes" >&6; }
6279 else
6280 { $as_echo "$as_me:$LINENO: result: no, using $LN_S" >&5
6281 $as_echo "no, using $LN_S" >&6; }
6284 { $as_echo "$as_me:$LINENO: checking whether ln works" >&5
6285 $as_echo_n "checking whether ln works... " >&6; }
6286 rm -f conf$$ conf$$.file
6287 echo >conf$$.file
6288 if ln conf$$.file conf$$ 2>/dev/null; then
6289 LN=ln
6291 { $as_echo "$as_me:$LINENO: result: yes" >&5
6292 $as_echo "yes" >&6; }
6293 else
6294 LN="cp -p"
6296 { $as_echo "$as_me:$LINENO: result: no, using $LN" >&5
6297 $as_echo "no, using $LN" >&6; }
6299 rm -f conf$$ conf$$.file
6300 { $as_echo "$as_me:$LINENO: checking for grep that handles long lines and -e" >&5
6301 $as_echo_n "checking for grep that handles long lines and -e... " >&6; }
6302 if test "${ac_cv_path_GREP+set}" = set; then
6303 $as_echo_n "(cached) " >&6
6304 else
6305 if test -z "$GREP"; then
6306 ac_path_GREP_found=false
6307 # Loop through the user's path and test for each of PROGNAME-LIST
6308 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6309 for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
6311 IFS=$as_save_IFS
6312 test -z "$as_dir" && as_dir=.
6313 for ac_prog in grep ggrep; do
6314 for ac_exec_ext in '' $ac_executable_extensions; do
6315 ac_path_GREP="$as_dir/$ac_prog$ac_exec_ext"
6316 { test -f "$ac_path_GREP" && $as_test_x "$ac_path_GREP"; } || continue
6317 # Check for GNU ac_path_GREP and select it if it is found.
6318 # Check for GNU $ac_path_GREP
6319 case `"$ac_path_GREP" --version 2>&1` in
6320 *GNU*)
6321 ac_cv_path_GREP="$ac_path_GREP" ac_path_GREP_found=:;;
6323 ac_count=0
6324 $as_echo_n 0123456789 >"conftest.in"
6325 while :
6327 cat "conftest.in" "conftest.in" >"conftest.tmp"
6328 mv "conftest.tmp" "conftest.in"
6329 cp "conftest.in" "conftest.nl"
6330 $as_echo 'GREP' >> "conftest.nl"
6331 "$ac_path_GREP" -e 'GREP$' -e '-(cannot match)-' < "conftest.nl" >"conftest.out" 2>/dev/null || break
6332 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
6333 ac_count=`expr $ac_count + 1`
6334 if test $ac_count -gt ${ac_path_GREP_max-0}; then
6335 # Best one so far, save it but keep looking for a better one
6336 ac_cv_path_GREP="$ac_path_GREP"
6337 ac_path_GREP_max=$ac_count
6339 # 10*(2^10) chars as input seems more than enough
6340 test $ac_count -gt 10 && break
6341 done
6342 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
6343 esac
6345 $ac_path_GREP_found && break 3
6346 done
6347 done
6348 done
6349 IFS=$as_save_IFS
6350 if test -z "$ac_cv_path_GREP"; then
6351 { { $as_echo "$as_me:$LINENO: error: no acceptable grep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&5
6352 $as_echo "$as_me: error: no acceptable grep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&2;}
6353 { (exit 1); exit 1; }; }
6355 else
6356 ac_cv_path_GREP=$GREP
6360 { $as_echo "$as_me:$LINENO: result: $ac_cv_path_GREP" >&5
6361 $as_echo "$ac_cv_path_GREP" >&6; }
6362 GREP="$ac_cv_path_GREP"
6365 { $as_echo "$as_me:$LINENO: checking for egrep" >&5
6366 $as_echo_n "checking for egrep... " >&6; }
6367 if test "${ac_cv_path_EGREP+set}" = set; then
6368 $as_echo_n "(cached) " >&6
6369 else
6370 if echo a | $GREP -E '(a|b)' >/dev/null 2>&1
6371 then ac_cv_path_EGREP="$GREP -E"
6372 else
6373 if test -z "$EGREP"; then
6374 ac_path_EGREP_found=false
6375 # Loop through the user's path and test for each of PROGNAME-LIST
6376 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6377 for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
6379 IFS=$as_save_IFS
6380 test -z "$as_dir" && as_dir=.
6381 for ac_prog in egrep; do
6382 for ac_exec_ext in '' $ac_executable_extensions; do
6383 ac_path_EGREP="$as_dir/$ac_prog$ac_exec_ext"
6384 { test -f "$ac_path_EGREP" && $as_test_x "$ac_path_EGREP"; } || continue
6385 # Check for GNU ac_path_EGREP and select it if it is found.
6386 # Check for GNU $ac_path_EGREP
6387 case `"$ac_path_EGREP" --version 2>&1` in
6388 *GNU*)
6389 ac_cv_path_EGREP="$ac_path_EGREP" ac_path_EGREP_found=:;;
6391 ac_count=0
6392 $as_echo_n 0123456789 >"conftest.in"
6393 while :
6395 cat "conftest.in" "conftest.in" >"conftest.tmp"
6396 mv "conftest.tmp" "conftest.in"
6397 cp "conftest.in" "conftest.nl"
6398 $as_echo 'EGREP' >> "conftest.nl"
6399 "$ac_path_EGREP" 'EGREP$' < "conftest.nl" >"conftest.out" 2>/dev/null || break
6400 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
6401 ac_count=`expr $ac_count + 1`
6402 if test $ac_count -gt ${ac_path_EGREP_max-0}; then
6403 # Best one so far, save it but keep looking for a better one
6404 ac_cv_path_EGREP="$ac_path_EGREP"
6405 ac_path_EGREP_max=$ac_count
6407 # 10*(2^10) chars as input seems more than enough
6408 test $ac_count -gt 10 && break
6409 done
6410 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
6411 esac
6413 $ac_path_EGREP_found && break 3
6414 done
6415 done
6416 done
6417 IFS=$as_save_IFS
6418 if test -z "$ac_cv_path_EGREP"; then
6419 { { $as_echo "$as_me:$LINENO: error: no acceptable egrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&5
6420 $as_echo "$as_me: error: no acceptable egrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&2;}
6421 { (exit 1); exit 1; }; }
6423 else
6424 ac_cv_path_EGREP=$EGREP
6429 { $as_echo "$as_me:$LINENO: result: $ac_cv_path_EGREP" >&5
6430 $as_echo "$ac_cv_path_EGREP" >&6; }
6431 EGREP="$ac_cv_path_EGREP"
6434 # Extract the first word of "ldconfig", so it can be a program name with args.
6435 set dummy ldconfig; ac_word=$2
6436 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
6437 $as_echo_n "checking for $ac_word... " >&6; }
6438 if test "${ac_cv_path_LDCONFIG+set}" = set; then
6439 $as_echo_n "(cached) " >&6
6440 else
6441 case $LDCONFIG in
6442 [\\/]* | ?:[\\/]*)
6443 ac_cv_path_LDCONFIG="$LDCONFIG" # Let the user override the test with a path.
6446 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6447 for as_dir in /sbin /usr/sbin $PATH
6449 IFS=$as_save_IFS
6450 test -z "$as_dir" && as_dir=.
6451 for ac_exec_ext in '' $ac_executable_extensions; do
6452 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6453 ac_cv_path_LDCONFIG="$as_dir/$ac_word$ac_exec_ext"
6454 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
6455 break 2
6457 done
6458 done
6459 IFS=$as_save_IFS
6461 test -z "$ac_cv_path_LDCONFIG" && ac_cv_path_LDCONFIG="true"
6463 esac
6465 LDCONFIG=$ac_cv_path_LDCONFIG
6466 if test -n "$LDCONFIG"; then
6467 { $as_echo "$as_me:$LINENO: result: $LDCONFIG" >&5
6468 $as_echo "$LDCONFIG" >&6; }
6469 else
6470 { $as_echo "$as_me:$LINENO: result: no" >&5
6471 $as_echo "no" >&6; }
6475 # Find a good install program. We prefer a C program (faster),
6476 # so one script is as good as another. But avoid the broken or
6477 # incompatible versions:
6478 # SysV /etc/install, /usr/sbin/install
6479 # SunOS /usr/etc/install
6480 # IRIX /sbin/install
6481 # AIX /bin/install
6482 # AmigaOS /C/install, which installs bootblocks on floppy discs
6483 # AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
6484 # AFS /usr/afsws/bin/install, which mishandles nonexistent args
6485 # SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
6486 # OS/2's system install, which has a completely different semantic
6487 # ./install, which can be erroneously created by make from ./install.sh.
6488 # Reject install programs that cannot install multiple files.
6489 { $as_echo "$as_me:$LINENO: checking for a BSD-compatible install" >&5
6490 $as_echo_n "checking for a BSD-compatible install... " >&6; }
6491 if test -z "$INSTALL"; then
6492 if test "${ac_cv_path_install+set}" = set; then
6493 $as_echo_n "(cached) " >&6
6494 else
6495 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6496 for as_dir in $PATH
6498 IFS=$as_save_IFS
6499 test -z "$as_dir" && as_dir=.
6500 # Account for people who put trailing slashes in PATH elements.
6501 case $as_dir/ in
6502 ./ | .// | /cC/* | \
6503 /etc/* | /usr/sbin/* | /usr/etc/* | /sbin/* | /usr/afsws/bin/* | \
6504 ?:\\/os2\\/install\\/* | ?:\\/OS2\\/INSTALL\\/* | \
6505 /usr/ucb/* ) ;;
6507 # OSF1 and SCO ODT 3.0 have their own names for install.
6508 # Don't use installbsd from OSF since it installs stuff as root
6509 # by default.
6510 for ac_prog in ginstall scoinst install; do
6511 for ac_exec_ext in '' $ac_executable_extensions; do
6512 if { test -f "$as_dir/$ac_prog$ac_exec_ext" && $as_test_x "$as_dir/$ac_prog$ac_exec_ext"; }; then
6513 if test $ac_prog = install &&
6514 grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
6515 # AIX install. It has an incompatible calling convention.
6517 elif test $ac_prog = install &&
6518 grep pwplus "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
6519 # program-specific install script used by HP pwplus--don't use.
6521 else
6522 rm -rf conftest.one conftest.two conftest.dir
6523 echo one > conftest.one
6524 echo two > conftest.two
6525 mkdir conftest.dir
6526 if "$as_dir/$ac_prog$ac_exec_ext" -c conftest.one conftest.two "`pwd`/conftest.dir" &&
6527 test -s conftest.one && test -s conftest.two &&
6528 test -s conftest.dir/conftest.one &&
6529 test -s conftest.dir/conftest.two
6530 then
6531 ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c"
6532 break 3
6536 done
6537 done
6539 esac
6541 done
6542 IFS=$as_save_IFS
6544 rm -rf conftest.one conftest.two conftest.dir
6547 if test "${ac_cv_path_install+set}" = set; then
6548 INSTALL=$ac_cv_path_install
6549 else
6550 # As a last resort, use the slow shell script. Don't cache a
6551 # value for INSTALL within a source directory, because that will
6552 # break other packages using the cache if that directory is
6553 # removed, or if the value is a relative name.
6554 INSTALL=$ac_install_sh
6557 { $as_echo "$as_me:$LINENO: result: $INSTALL" >&5
6558 $as_echo "$INSTALL" >&6; }
6560 # Use test -z because SunOS4 sh mishandles braces in ${var-val}.
6561 # It thinks the first close brace ends the variable substitution.
6562 test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}'
6564 test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL}'
6566 test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
6568 case "$INSTALL" in
6569 [\\/$]* | ?:[\\/]* ) ;;
6570 *) INSTALL="\\\$(TOPSRCDIR)/$INSTALL" ;;
6571 esac
6573 for ac_prog in lclint lint
6575 # Extract the first word of "$ac_prog", so it can be a program name with args.
6576 set dummy $ac_prog; ac_word=$2
6577 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
6578 $as_echo_n "checking for $ac_word... " >&6; }
6579 if test "${ac_cv_prog_LINT+set}" = set; then
6580 $as_echo_n "(cached) " >&6
6581 else
6582 if test -n "$LINT"; then
6583 ac_cv_prog_LINT="$LINT" # Let the user override the test.
6584 else
6585 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6586 for as_dir in $PATH
6588 IFS=$as_save_IFS
6589 test -z "$as_dir" && as_dir=.
6590 for ac_exec_ext in '' $ac_executable_extensions; do
6591 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6592 ac_cv_prog_LINT="$ac_prog"
6593 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
6594 break 2
6596 done
6597 done
6598 IFS=$as_save_IFS
6602 LINT=$ac_cv_prog_LINT
6603 if test -n "$LINT"; then
6604 { $as_echo "$as_me:$LINENO: result: $LINT" >&5
6605 $as_echo "$LINT" >&6; }
6606 else
6607 { $as_echo "$as_me:$LINENO: result: no" >&5
6608 $as_echo "no" >&6; }
6612 test -n "$LINT" && break
6613 done
6615 if test "$LINT" = "lint"
6616 then
6617 LINTFLAGS="$LINTFLAGS -errchk=%all,no%longptr64 -errhdr=%user -Ncheck=macro -Nlevel=4"
6622 for ac_prog in fontforge
6624 # Extract the first word of "$ac_prog", so it can be a program name with args.
6625 set dummy $ac_prog; ac_word=$2
6626 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
6627 $as_echo_n "checking for $ac_word... " >&6; }
6628 if test "${ac_cv_prog_FONTFORGE+set}" = set; then
6629 $as_echo_n "(cached) " >&6
6630 else
6631 if test -n "$FONTFORGE"; then
6632 ac_cv_prog_FONTFORGE="$FONTFORGE" # Let the user override the test.
6633 else
6634 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6635 for as_dir in $PATH
6637 IFS=$as_save_IFS
6638 test -z "$as_dir" && as_dir=.
6639 for ac_exec_ext in '' $ac_executable_extensions; do
6640 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6641 ac_cv_prog_FONTFORGE="$ac_prog"
6642 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
6643 break 2
6645 done
6646 done
6647 IFS=$as_save_IFS
6651 FONTFORGE=$ac_cv_prog_FONTFORGE
6652 if test -n "$FONTFORGE"; then
6653 { $as_echo "$as_me:$LINENO: result: $FONTFORGE" >&5
6654 $as_echo "$FONTFORGE" >&6; }
6655 else
6656 { $as_echo "$as_me:$LINENO: result: no" >&5
6657 $as_echo "no" >&6; }
6661 test -n "$FONTFORGE" && break
6662 done
6663 test -n "$FONTFORGE" || FONTFORGE="false"
6665 for ac_prog in pkg-config
6667 # Extract the first word of "$ac_prog", so it can be a program name with args.
6668 set dummy $ac_prog; ac_word=$2
6669 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
6670 $as_echo_n "checking for $ac_word... " >&6; }
6671 if test "${ac_cv_prog_PKG_CONFIG+set}" = set; then
6672 $as_echo_n "(cached) " >&6
6673 else
6674 if test -n "$PKG_CONFIG"; then
6675 ac_cv_prog_PKG_CONFIG="$PKG_CONFIG" # Let the user override the test.
6676 else
6677 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6678 for as_dir in $PATH
6680 IFS=$as_save_IFS
6681 test -z "$as_dir" && as_dir=.
6682 for ac_exec_ext in '' $ac_executable_extensions; do
6683 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6684 ac_cv_prog_PKG_CONFIG="$ac_prog"
6685 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
6686 break 2
6688 done
6689 done
6690 IFS=$as_save_IFS
6694 PKG_CONFIG=$ac_cv_prog_PKG_CONFIG
6695 if test -n "$PKG_CONFIG"; then
6696 { $as_echo "$as_me:$LINENO: result: $PKG_CONFIG" >&5
6697 $as_echo "$PKG_CONFIG" >&6; }
6698 else
6699 { $as_echo "$as_me:$LINENO: result: no" >&5
6700 $as_echo "no" >&6; }
6704 test -n "$PKG_CONFIG" && break
6705 done
6706 test -n "$PKG_CONFIG" || PKG_CONFIG="false"
6708 for ac_prog in rsvg
6710 # Extract the first word of "$ac_prog", so it can be a program name with args.
6711 set dummy $ac_prog; ac_word=$2
6712 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
6713 $as_echo_n "checking for $ac_word... " >&6; }
6714 if test "${ac_cv_prog_RSVG+set}" = set; then
6715 $as_echo_n "(cached) " >&6
6716 else
6717 if test -n "$RSVG"; then
6718 ac_cv_prog_RSVG="$RSVG" # Let the user override the test.
6719 else
6720 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6721 for as_dir in $PATH
6723 IFS=$as_save_IFS
6724 test -z "$as_dir" && as_dir=.
6725 for ac_exec_ext in '' $ac_executable_extensions; do
6726 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6727 ac_cv_prog_RSVG="$ac_prog"
6728 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
6729 break 2
6731 done
6732 done
6733 IFS=$as_save_IFS
6737 RSVG=$ac_cv_prog_RSVG
6738 if test -n "$RSVG"; then
6739 { $as_echo "$as_me:$LINENO: result: $RSVG" >&5
6740 $as_echo "$RSVG" >&6; }
6741 else
6742 { $as_echo "$as_me:$LINENO: result: no" >&5
6743 $as_echo "no" >&6; }
6747 test -n "$RSVG" && break
6748 done
6749 test -n "$RSVG" || RSVG="false"
6751 for ac_prog in icotool
6753 # Extract the first word of "$ac_prog", so it can be a program name with args.
6754 set dummy $ac_prog; ac_word=$2
6755 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
6756 $as_echo_n "checking for $ac_word... " >&6; }
6757 if test "${ac_cv_prog_ICOTOOL+set}" = set; then
6758 $as_echo_n "(cached) " >&6
6759 else
6760 if test -n "$ICOTOOL"; then
6761 ac_cv_prog_ICOTOOL="$ICOTOOL" # Let the user override the test.
6762 else
6763 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6764 for as_dir in $PATH
6766 IFS=$as_save_IFS
6767 test -z "$as_dir" && as_dir=.
6768 for ac_exec_ext in '' $ac_executable_extensions; do
6769 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6770 ac_cv_prog_ICOTOOL="$ac_prog"
6771 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
6772 break 2
6774 done
6775 done
6776 IFS=$as_save_IFS
6780 ICOTOOL=$ac_cv_prog_ICOTOOL
6781 if test -n "$ICOTOOL"; then
6782 { $as_echo "$as_me:$LINENO: result: $ICOTOOL" >&5
6783 $as_echo "$ICOTOOL" >&6; }
6784 else
6785 { $as_echo "$as_me:$LINENO: result: no" >&5
6786 $as_echo "no" >&6; }
6790 test -n "$ICOTOOL" && break
6791 done
6792 test -n "$ICOTOOL" || ICOTOOL="false"
6795 if test "${enable_maintainer_mode+set}" = set
6796 then
6797 if test "$FONTFORGE" = "false"; then wine_warnings="$wine_warnings|fontforge is missing, fonts can't be rebuilt."; fi
6798 if test "$RSVG" = "false"; then wine_warnings="$wine_warnings|rsvg is missing, icons can't be rebuilt."; fi
6799 if test "$ICOTOOL" = "false"; then wine_warnings="$wine_warnings|icotool is missing, icons can't be rebuilt."; fi
6802 case $host_cpu in
6803 *i[3456789]86*)
6804 # Extract the first word of "prelink", so it can be a program name with args.
6805 set dummy prelink; ac_word=$2
6806 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
6807 $as_echo_n "checking for $ac_word... " >&6; }
6808 if test "${ac_cv_path_PRELINK+set}" = set; then
6809 $as_echo_n "(cached) " >&6
6810 else
6811 case $PRELINK in
6812 [\\/]* | ?:[\\/]*)
6813 ac_cv_path_PRELINK="$PRELINK" # Let the user override the test with a path.
6816 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6817 for as_dir in /sbin /usr/sbin $PATH
6819 IFS=$as_save_IFS
6820 test -z "$as_dir" && as_dir=.
6821 for ac_exec_ext in '' $ac_executable_extensions; do
6822 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6823 ac_cv_path_PRELINK="$as_dir/$ac_word$ac_exec_ext"
6824 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
6825 break 2
6827 done
6828 done
6829 IFS=$as_save_IFS
6831 test -z "$ac_cv_path_PRELINK" && ac_cv_path_PRELINK="false"
6833 esac
6835 PRELINK=$ac_cv_path_PRELINK
6836 if test -n "$PRELINK"; then
6837 { $as_echo "$as_me:$LINENO: result: $PRELINK" >&5
6838 $as_echo "$PRELINK" >&6; }
6839 else
6840 { $as_echo "$as_me:$LINENO: result: no" >&5
6841 $as_echo "no" >&6; }
6846 esac
6850 { $as_echo "$as_me:$LINENO: checking for i386_set_ldt in -li386" >&5
6851 $as_echo_n "checking for i386_set_ldt in -li386... " >&6; }
6852 if test "${ac_cv_lib_i386_i386_set_ldt+set}" = set; then
6853 $as_echo_n "(cached) " >&6
6854 else
6855 ac_check_lib_save_LIBS=$LIBS
6856 LIBS="-li386 $LIBS"
6857 cat >conftest.$ac_ext <<_ACEOF
6858 /* confdefs.h. */
6859 _ACEOF
6860 cat confdefs.h >>conftest.$ac_ext
6861 cat >>conftest.$ac_ext <<_ACEOF
6862 /* end confdefs.h. */
6864 /* Override any GCC internal prototype to avoid an error.
6865 Use char because int might match the return type of a GCC
6866 builtin and then its argument prototype would still apply. */
6867 #ifdef __cplusplus
6868 extern "C"
6869 #endif
6870 char i386_set_ldt ();
6872 main ()
6874 return i386_set_ldt ();
6876 return 0;
6878 _ACEOF
6879 rm -f conftest.$ac_objext conftest$ac_exeext
6880 if { (ac_try="$ac_link"
6881 case "(($ac_try" in
6882 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6883 *) ac_try_echo=$ac_try;;
6884 esac
6885 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
6886 $as_echo "$ac_try_echo") >&5
6887 (eval "$ac_link") 2>conftest.er1
6888 ac_status=$?
6889 grep -v '^ *+' conftest.er1 >conftest.err
6890 rm -f conftest.er1
6891 cat conftest.err >&5
6892 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
6893 (exit $ac_status); } && {
6894 test -z "$ac_c_werror_flag" ||
6895 test ! -s conftest.err
6896 } && test -s conftest$ac_exeext && {
6897 test "$cross_compiling" = yes ||
6898 $as_test_x conftest$ac_exeext
6899 }; then
6900 ac_cv_lib_i386_i386_set_ldt=yes
6901 else
6902 $as_echo "$as_me: failed program was:" >&5
6903 sed 's/^/| /' conftest.$ac_ext >&5
6905 ac_cv_lib_i386_i386_set_ldt=no
6908 rm -rf conftest.dSYM
6909 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
6910 conftest$ac_exeext conftest.$ac_ext
6911 LIBS=$ac_check_lib_save_LIBS
6913 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_i386_i386_set_ldt" >&5
6914 $as_echo "$ac_cv_lib_i386_i386_set_ldt" >&6; }
6915 if test "x$ac_cv_lib_i386_i386_set_ldt" = x""yes; then
6916 cat >>confdefs.h <<_ACEOF
6917 #define HAVE_LIBI386 1
6918 _ACEOF
6920 LIBS="-li386 $LIBS"
6925 { $as_echo "$as_me:$LINENO: checking for _oss_ioctl in -lossaudio" >&5
6926 $as_echo_n "checking for _oss_ioctl in -lossaudio... " >&6; }
6927 if test "${ac_cv_lib_ossaudio__oss_ioctl+set}" = set; then
6928 $as_echo_n "(cached) " >&6
6929 else
6930 ac_check_lib_save_LIBS=$LIBS
6931 LIBS="-lossaudio $LIBS"
6932 cat >conftest.$ac_ext <<_ACEOF
6933 /* confdefs.h. */
6934 _ACEOF
6935 cat confdefs.h >>conftest.$ac_ext
6936 cat >>conftest.$ac_ext <<_ACEOF
6937 /* end confdefs.h. */
6939 /* Override any GCC internal prototype to avoid an error.
6940 Use char because int might match the return type of a GCC
6941 builtin and then its argument prototype would still apply. */
6942 #ifdef __cplusplus
6943 extern "C"
6944 #endif
6945 char _oss_ioctl ();
6947 main ()
6949 return _oss_ioctl ();
6951 return 0;
6953 _ACEOF
6954 rm -f conftest.$ac_objext conftest$ac_exeext
6955 if { (ac_try="$ac_link"
6956 case "(($ac_try" in
6957 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6958 *) ac_try_echo=$ac_try;;
6959 esac
6960 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
6961 $as_echo "$ac_try_echo") >&5
6962 (eval "$ac_link") 2>conftest.er1
6963 ac_status=$?
6964 grep -v '^ *+' conftest.er1 >conftest.err
6965 rm -f conftest.er1
6966 cat conftest.err >&5
6967 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
6968 (exit $ac_status); } && {
6969 test -z "$ac_c_werror_flag" ||
6970 test ! -s conftest.err
6971 } && test -s conftest$ac_exeext && {
6972 test "$cross_compiling" = yes ||
6973 $as_test_x conftest$ac_exeext
6974 }; then
6975 ac_cv_lib_ossaudio__oss_ioctl=yes
6976 else
6977 $as_echo "$as_me: failed program was:" >&5
6978 sed 's/^/| /' conftest.$ac_ext >&5
6980 ac_cv_lib_ossaudio__oss_ioctl=no
6983 rm -rf conftest.dSYM
6984 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
6985 conftest$ac_exeext conftest.$ac_ext
6986 LIBS=$ac_check_lib_save_LIBS
6988 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_ossaudio__oss_ioctl" >&5
6989 $as_echo "$ac_cv_lib_ossaudio__oss_ioctl" >&6; }
6990 if test "x$ac_cv_lib_ossaudio__oss_ioctl" = x""yes; then
6991 cat >>confdefs.h <<_ACEOF
6992 #define HAVE_LIBOSSAUDIO 1
6993 _ACEOF
6995 LIBS="-lossaudio $LIBS"
6999 { $as_echo "$as_me:$LINENO: checking for pthread_create in -lpthread" >&5
7000 $as_echo_n "checking for pthread_create in -lpthread... " >&6; }
7001 if test "${ac_cv_lib_pthread_pthread_create+set}" = set; then
7002 $as_echo_n "(cached) " >&6
7003 else
7004 ac_check_lib_save_LIBS=$LIBS
7005 LIBS="-lpthread $LIBS"
7006 cat >conftest.$ac_ext <<_ACEOF
7007 /* confdefs.h. */
7008 _ACEOF
7009 cat confdefs.h >>conftest.$ac_ext
7010 cat >>conftest.$ac_ext <<_ACEOF
7011 /* end confdefs.h. */
7013 /* Override any GCC internal prototype to avoid an error.
7014 Use char because int might match the return type of a GCC
7015 builtin and then its argument prototype would still apply. */
7016 #ifdef __cplusplus
7017 extern "C"
7018 #endif
7019 char pthread_create ();
7021 main ()
7023 return pthread_create ();
7025 return 0;
7027 _ACEOF
7028 rm -f conftest.$ac_objext conftest$ac_exeext
7029 if { (ac_try="$ac_link"
7030 case "(($ac_try" in
7031 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7032 *) ac_try_echo=$ac_try;;
7033 esac
7034 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
7035 $as_echo "$ac_try_echo") >&5
7036 (eval "$ac_link") 2>conftest.er1
7037 ac_status=$?
7038 grep -v '^ *+' conftest.er1 >conftest.err
7039 rm -f conftest.er1
7040 cat conftest.err >&5
7041 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
7042 (exit $ac_status); } && {
7043 test -z "$ac_c_werror_flag" ||
7044 test ! -s conftest.err
7045 } && test -s conftest$ac_exeext && {
7046 test "$cross_compiling" = yes ||
7047 $as_test_x conftest$ac_exeext
7048 }; then
7049 ac_cv_lib_pthread_pthread_create=yes
7050 else
7051 $as_echo "$as_me: failed program was:" >&5
7052 sed 's/^/| /' conftest.$ac_ext >&5
7054 ac_cv_lib_pthread_pthread_create=no
7057 rm -rf conftest.dSYM
7058 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
7059 conftest$ac_exeext conftest.$ac_ext
7060 LIBS=$ac_check_lib_save_LIBS
7062 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_pthread_pthread_create" >&5
7063 $as_echo "$ac_cv_lib_pthread_pthread_create" >&6; }
7064 if test "x$ac_cv_lib_pthread_pthread_create" = x""yes; then
7065 LIBPTHREAD="-lpthread"
7070 XLIB=""
7072 OPENGL_LIBS=""
7076 { $as_echo "$as_me:$LINENO: checking for ANSI C header files" >&5
7077 $as_echo_n "checking for ANSI C header files... " >&6; }
7078 if test "${ac_cv_header_stdc+set}" = set; then
7079 $as_echo_n "(cached) " >&6
7080 else
7081 cat >conftest.$ac_ext <<_ACEOF
7082 /* confdefs.h. */
7083 _ACEOF
7084 cat confdefs.h >>conftest.$ac_ext
7085 cat >>conftest.$ac_ext <<_ACEOF
7086 /* end confdefs.h. */
7087 #include <stdlib.h>
7088 #include <stdarg.h>
7089 #include <string.h>
7090 #include <float.h>
7093 main ()
7097 return 0;
7099 _ACEOF
7100 rm -f conftest.$ac_objext
7101 if { (ac_try="$ac_compile"
7102 case "(($ac_try" in
7103 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7104 *) ac_try_echo=$ac_try;;
7105 esac
7106 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
7107 $as_echo "$ac_try_echo") >&5
7108 (eval "$ac_compile") 2>conftest.er1
7109 ac_status=$?
7110 grep -v '^ *+' conftest.er1 >conftest.err
7111 rm -f conftest.er1
7112 cat conftest.err >&5
7113 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
7114 (exit $ac_status); } && {
7115 test -z "$ac_c_werror_flag" ||
7116 test ! -s conftest.err
7117 } && test -s conftest.$ac_objext; then
7118 ac_cv_header_stdc=yes
7119 else
7120 $as_echo "$as_me: failed program was:" >&5
7121 sed 's/^/| /' conftest.$ac_ext >&5
7123 ac_cv_header_stdc=no
7126 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
7128 if test $ac_cv_header_stdc = yes; then
7129 # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
7130 cat >conftest.$ac_ext <<_ACEOF
7131 /* confdefs.h. */
7132 _ACEOF
7133 cat confdefs.h >>conftest.$ac_ext
7134 cat >>conftest.$ac_ext <<_ACEOF
7135 /* end confdefs.h. */
7136 #include <string.h>
7138 _ACEOF
7139 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
7140 $EGREP "memchr" >/dev/null 2>&1; then
7142 else
7143 ac_cv_header_stdc=no
7145 rm -f conftest*
7149 if test $ac_cv_header_stdc = yes; then
7150 # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
7151 cat >conftest.$ac_ext <<_ACEOF
7152 /* confdefs.h. */
7153 _ACEOF
7154 cat confdefs.h >>conftest.$ac_ext
7155 cat >>conftest.$ac_ext <<_ACEOF
7156 /* end confdefs.h. */
7157 #include <stdlib.h>
7159 _ACEOF
7160 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
7161 $EGREP "free" >/dev/null 2>&1; then
7163 else
7164 ac_cv_header_stdc=no
7166 rm -f conftest*
7170 if test $ac_cv_header_stdc = yes; then
7171 # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi.
7172 if test "$cross_compiling" = yes; then
7174 else
7175 cat >conftest.$ac_ext <<_ACEOF
7176 /* confdefs.h. */
7177 _ACEOF
7178 cat confdefs.h >>conftest.$ac_ext
7179 cat >>conftest.$ac_ext <<_ACEOF
7180 /* end confdefs.h. */
7181 #include <ctype.h>
7182 #include <stdlib.h>
7183 #if ((' ' & 0x0FF) == 0x020)
7184 # define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
7185 # define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
7186 #else
7187 # define ISLOWER(c) \
7188 (('a' <= (c) && (c) <= 'i') \
7189 || ('j' <= (c) && (c) <= 'r') \
7190 || ('s' <= (c) && (c) <= 'z'))
7191 # define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c))
7192 #endif
7194 #define XOR(e, f) (((e) && !(f)) || (!(e) && (f)))
7196 main ()
7198 int i;
7199 for (i = 0; i < 256; i++)
7200 if (XOR (islower (i), ISLOWER (i))
7201 || toupper (i) != TOUPPER (i))
7202 return 2;
7203 return 0;
7205 _ACEOF
7206 rm -f conftest$ac_exeext
7207 if { (ac_try="$ac_link"
7208 case "(($ac_try" in
7209 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7210 *) ac_try_echo=$ac_try;;
7211 esac
7212 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
7213 $as_echo "$ac_try_echo") >&5
7214 (eval "$ac_link") 2>&5
7215 ac_status=$?
7216 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
7217 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
7218 { (case "(($ac_try" in
7219 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7220 *) ac_try_echo=$ac_try;;
7221 esac
7222 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
7223 $as_echo "$ac_try_echo") >&5
7224 (eval "$ac_try") 2>&5
7225 ac_status=$?
7226 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
7227 (exit $ac_status); }; }; then
7229 else
7230 $as_echo "$as_me: program exited with status $ac_status" >&5
7231 $as_echo "$as_me: failed program was:" >&5
7232 sed 's/^/| /' conftest.$ac_ext >&5
7234 ( exit $ac_status )
7235 ac_cv_header_stdc=no
7237 rm -rf conftest.dSYM
7238 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
7244 { $as_echo "$as_me:$LINENO: result: $ac_cv_header_stdc" >&5
7245 $as_echo "$ac_cv_header_stdc" >&6; }
7246 if test $ac_cv_header_stdc = yes; then
7248 cat >>confdefs.h <<\_ACEOF
7249 #define STDC_HEADERS 1
7250 _ACEOF
7254 # On IRIX 5.3, sys/types and inttypes.h are conflicting.
7264 for ac_header in sys/types.h sys/stat.h stdlib.h string.h memory.h strings.h \
7265 inttypes.h stdint.h unistd.h
7267 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
7268 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
7269 $as_echo_n "checking for $ac_header... " >&6; }
7270 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
7271 $as_echo_n "(cached) " >&6
7272 else
7273 cat >conftest.$ac_ext <<_ACEOF
7274 /* confdefs.h. */
7275 _ACEOF
7276 cat confdefs.h >>conftest.$ac_ext
7277 cat >>conftest.$ac_ext <<_ACEOF
7278 /* end confdefs.h. */
7279 $ac_includes_default
7281 #include <$ac_header>
7282 _ACEOF
7283 rm -f conftest.$ac_objext
7284 if { (ac_try="$ac_compile"
7285 case "(($ac_try" in
7286 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7287 *) ac_try_echo=$ac_try;;
7288 esac
7289 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
7290 $as_echo "$ac_try_echo") >&5
7291 (eval "$ac_compile") 2>conftest.er1
7292 ac_status=$?
7293 grep -v '^ *+' conftest.er1 >conftest.err
7294 rm -f conftest.er1
7295 cat conftest.err >&5
7296 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
7297 (exit $ac_status); } && {
7298 test -z "$ac_c_werror_flag" ||
7299 test ! -s conftest.err
7300 } && test -s conftest.$ac_objext; then
7301 eval "$as_ac_Header=yes"
7302 else
7303 $as_echo "$as_me: failed program was:" >&5
7304 sed 's/^/| /' conftest.$ac_ext >&5
7306 eval "$as_ac_Header=no"
7309 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
7311 ac_res=`eval 'as_val=${'$as_ac_Header'}
7312 $as_echo "$as_val"'`
7313 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
7314 $as_echo "$ac_res" >&6; }
7315 as_val=`eval 'as_val=${'$as_ac_Header'}
7316 $as_echo "$as_val"'`
7317 if test "x$as_val" = x""yes; then
7318 cat >>confdefs.h <<_ACEOF
7319 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
7320 _ACEOF
7324 done
7439 for ac_header in \
7440 AudioUnit/AudioUnit.h \
7441 Carbon/Carbon.h \
7442 CoreAudio/CoreAudio.h \
7443 DiskArbitration/DiskArbitration.h \
7444 IOKit/IOKitLib.h \
7445 alias.h \
7446 alsa/asoundlib.h \
7447 arpa/inet.h \
7448 arpa/nameser.h \
7449 asm/types.h \
7450 capi20.h \
7451 curses.h \
7452 direct.h \
7453 dirent.h \
7454 dlfcn.h \
7455 elf.h \
7456 float.h \
7457 fontconfig/fontconfig.h \
7458 getopt.h \
7459 ieeefp.h \
7460 io.h \
7461 jack/jack.h \
7462 jpeglib.h \
7463 lber.h \
7464 lcms.h \
7465 lcms/lcms.h \
7466 ldap.h \
7467 libaudioio.h \
7468 link.h \
7469 linux/cdrom.h \
7470 linux/compiler.h \
7471 linux/hdreg.h \
7472 linux/input.h \
7473 linux/ioctl.h \
7474 linux/joystick.h \
7475 linux/major.h \
7476 linux/param.h \
7477 linux/serial.h \
7478 linux/ucdrom.h \
7479 mach/mach.h \
7480 mach/machine.h \
7481 machine/cpu.h \
7482 machine/limits.h \
7483 machine/soundcard.h \
7484 mntent.h \
7485 ncurses.h \
7486 netdb.h \
7487 netinet/in.h \
7488 netinet/in_systm.h \
7489 netinet/tcp.h \
7490 netinet/tcp_fsm.h \
7491 openssl/err.h \
7492 openssl/ssl.h \
7493 png.h \
7494 poll.h \
7495 process.h \
7496 pthread.h \
7497 pwd.h \
7498 regex.h \
7499 sched.h \
7500 scsi/scsi.h \
7501 scsi/scsi_ioctl.h \
7502 scsi/sg.h \
7503 soundcard.h \
7504 stdint.h \
7505 strings.h \
7506 sys/asoundlib.h \
7507 sys/cdio.h \
7508 sys/elf32.h \
7509 sys/epoll.h \
7510 sys/errno.h \
7511 sys/event.h \
7512 sys/exec_elf.h \
7513 sys/filio.h \
7514 sys/ioctl.h \
7515 sys/ipc.h \
7516 sys/limits.h \
7517 sys/link.h \
7518 sys/lwp.h \
7519 sys/mman.h \
7520 sys/modem.h \
7521 sys/msg.h \
7522 sys/mtio.h \
7523 sys/param.h \
7524 sys/poll.h \
7525 sys/prctl.h \
7526 sys/ptrace.h \
7527 sys/reg.h \
7528 sys/resource.h \
7529 sys/scsiio.h \
7530 sys/shm.h \
7531 sys/signal.h \
7532 sys/socket.h \
7533 sys/socketvar.h \
7534 sys/sockio.h \
7535 sys/soundcard.h \
7536 sys/statvfs.h \
7537 sys/strtio.h \
7538 sys/syscall.h \
7539 sys/sysctl.h \
7540 sys/time.h \
7541 sys/times.h \
7542 sys/uio.h \
7543 sys/un.h \
7544 sys/vm86.h \
7545 sys/wait.h \
7546 syscall.h \
7547 termios.h \
7548 unistd.h \
7549 utime.h \
7550 valgrind/memcheck.h \
7551 valgrind/valgrind.h
7554 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
7555 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
7556 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
7557 $as_echo_n "checking for $ac_header... " >&6; }
7558 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
7559 $as_echo_n "(cached) " >&6
7561 ac_res=`eval 'as_val=${'$as_ac_Header'}
7562 $as_echo "$as_val"'`
7563 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
7564 $as_echo "$ac_res" >&6; }
7565 else
7566 # Is the header compilable?
7567 { $as_echo "$as_me:$LINENO: checking $ac_header usability" >&5
7568 $as_echo_n "checking $ac_header usability... " >&6; }
7569 cat >conftest.$ac_ext <<_ACEOF
7570 /* confdefs.h. */
7571 _ACEOF
7572 cat confdefs.h >>conftest.$ac_ext
7573 cat >>conftest.$ac_ext <<_ACEOF
7574 /* end confdefs.h. */
7575 $ac_includes_default
7576 #include <$ac_header>
7577 _ACEOF
7578 rm -f conftest.$ac_objext
7579 if { (ac_try="$ac_compile"
7580 case "(($ac_try" in
7581 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7582 *) ac_try_echo=$ac_try;;
7583 esac
7584 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
7585 $as_echo "$ac_try_echo") >&5
7586 (eval "$ac_compile") 2>conftest.er1
7587 ac_status=$?
7588 grep -v '^ *+' conftest.er1 >conftest.err
7589 rm -f conftest.er1
7590 cat conftest.err >&5
7591 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
7592 (exit $ac_status); } && {
7593 test -z "$ac_c_werror_flag" ||
7594 test ! -s conftest.err
7595 } && test -s conftest.$ac_objext; then
7596 ac_header_compiler=yes
7597 else
7598 $as_echo "$as_me: failed program was:" >&5
7599 sed 's/^/| /' conftest.$ac_ext >&5
7601 ac_header_compiler=no
7604 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
7605 { $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
7606 $as_echo "$ac_header_compiler" >&6; }
7608 # Is the header present?
7609 { $as_echo "$as_me:$LINENO: checking $ac_header presence" >&5
7610 $as_echo_n "checking $ac_header presence... " >&6; }
7611 cat >conftest.$ac_ext <<_ACEOF
7612 /* confdefs.h. */
7613 _ACEOF
7614 cat confdefs.h >>conftest.$ac_ext
7615 cat >>conftest.$ac_ext <<_ACEOF
7616 /* end confdefs.h. */
7617 #include <$ac_header>
7618 _ACEOF
7619 if { (ac_try="$ac_cpp conftest.$ac_ext"
7620 case "(($ac_try" in
7621 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7622 *) ac_try_echo=$ac_try;;
7623 esac
7624 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
7625 $as_echo "$ac_try_echo") >&5
7626 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
7627 ac_status=$?
7628 grep -v '^ *+' conftest.er1 >conftest.err
7629 rm -f conftest.er1
7630 cat conftest.err >&5
7631 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
7632 (exit $ac_status); } >/dev/null && {
7633 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
7634 test ! -s conftest.err
7635 }; then
7636 ac_header_preproc=yes
7637 else
7638 $as_echo "$as_me: failed program was:" >&5
7639 sed 's/^/| /' conftest.$ac_ext >&5
7641 ac_header_preproc=no
7644 rm -f conftest.err conftest.$ac_ext
7645 { $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
7646 $as_echo "$ac_header_preproc" >&6; }
7648 # So? What about this header?
7649 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
7650 yes:no: )
7651 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
7652 $as_echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
7653 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
7654 $as_echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
7655 ac_header_preproc=yes
7657 no:yes:* )
7658 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
7659 $as_echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
7660 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
7661 $as_echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
7662 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
7663 $as_echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
7664 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
7665 $as_echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
7666 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
7667 $as_echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
7668 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
7669 $as_echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
7670 ( cat <<\_ASBOX
7671 ## ------------------------------------ ##
7672 ## Report this to wine-devel@winehq.org ##
7673 ## ------------------------------------ ##
7674 _ASBOX
7675 ) | sed "s/^/$as_me: WARNING: /" >&2
7677 esac
7678 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
7679 $as_echo_n "checking for $ac_header... " >&6; }
7680 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
7681 $as_echo_n "(cached) " >&6
7682 else
7683 eval "$as_ac_Header=\$ac_header_preproc"
7685 ac_res=`eval 'as_val=${'$as_ac_Header'}
7686 $as_echo "$as_val"'`
7687 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
7688 $as_echo "$ac_res" >&6; }
7691 as_val=`eval 'as_val=${'$as_ac_Header'}
7692 $as_echo "$as_val"'`
7693 if test "x$as_val" = x""yes; then
7694 cat >>confdefs.h <<_ACEOF
7695 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
7696 _ACEOF
7700 done
7702 { $as_echo "$as_me:$LINENO: checking whether stat file-mode macros are broken" >&5
7703 $as_echo_n "checking whether stat file-mode macros are broken... " >&6; }
7704 if test "${ac_cv_header_stat_broken+set}" = set; then
7705 $as_echo_n "(cached) " >&6
7706 else
7707 cat >conftest.$ac_ext <<_ACEOF
7708 /* confdefs.h. */
7709 _ACEOF
7710 cat confdefs.h >>conftest.$ac_ext
7711 cat >>conftest.$ac_ext <<_ACEOF
7712 /* end confdefs.h. */
7713 #include <sys/types.h>
7714 #include <sys/stat.h>
7716 #if defined S_ISBLK && defined S_IFDIR
7717 extern char c1[S_ISBLK (S_IFDIR) ? -1 : 1];
7718 #endif
7720 #if defined S_ISBLK && defined S_IFCHR
7721 extern char c2[S_ISBLK (S_IFCHR) ? -1 : 1];
7722 #endif
7724 #if defined S_ISLNK && defined S_IFREG
7725 extern char c3[S_ISLNK (S_IFREG) ? -1 : 1];
7726 #endif
7728 #if defined S_ISSOCK && defined S_IFREG
7729 extern char c4[S_ISSOCK (S_IFREG) ? -1 : 1];
7730 #endif
7732 _ACEOF
7733 rm -f conftest.$ac_objext
7734 if { (ac_try="$ac_compile"
7735 case "(($ac_try" in
7736 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7737 *) ac_try_echo=$ac_try;;
7738 esac
7739 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
7740 $as_echo "$ac_try_echo") >&5
7741 (eval "$ac_compile") 2>conftest.er1
7742 ac_status=$?
7743 grep -v '^ *+' conftest.er1 >conftest.err
7744 rm -f conftest.er1
7745 cat conftest.err >&5
7746 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
7747 (exit $ac_status); } && {
7748 test -z "$ac_c_werror_flag" ||
7749 test ! -s conftest.err
7750 } && test -s conftest.$ac_objext; then
7751 ac_cv_header_stat_broken=no
7752 else
7753 $as_echo "$as_me: failed program was:" >&5
7754 sed 's/^/| /' conftest.$ac_ext >&5
7756 ac_cv_header_stat_broken=yes
7759 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
7761 { $as_echo "$as_me:$LINENO: result: $ac_cv_header_stat_broken" >&5
7762 $as_echo "$ac_cv_header_stat_broken" >&6; }
7763 if test $ac_cv_header_stat_broken = yes; then
7765 cat >>confdefs.h <<\_ACEOF
7766 #define STAT_MACROS_BROKEN 1
7767 _ACEOF
7777 for ac_header in sys/mount.h sys/statfs.h sys/user.h sys/vfs.h
7779 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
7780 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
7781 $as_echo_n "checking for $ac_header... " >&6; }
7782 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
7783 $as_echo_n "(cached) " >&6
7784 else
7785 cat >conftest.$ac_ext <<_ACEOF
7786 /* confdefs.h. */
7787 _ACEOF
7788 cat confdefs.h >>conftest.$ac_ext
7789 cat >>conftest.$ac_ext <<_ACEOF
7790 /* end confdefs.h. */
7791 #include <sys/types.h>
7792 #ifdef HAVE_SYS_PARAM_H
7793 # include <sys/param.h>
7794 #endif
7796 #include <$ac_header>
7797 _ACEOF
7798 rm -f conftest.$ac_objext
7799 if { (ac_try="$ac_compile"
7800 case "(($ac_try" in
7801 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7802 *) ac_try_echo=$ac_try;;
7803 esac
7804 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
7805 $as_echo "$ac_try_echo") >&5
7806 (eval "$ac_compile") 2>conftest.er1
7807 ac_status=$?
7808 grep -v '^ *+' conftest.er1 >conftest.err
7809 rm -f conftest.er1
7810 cat conftest.err >&5
7811 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
7812 (exit $ac_status); } && {
7813 test -z "$ac_c_werror_flag" ||
7814 test ! -s conftest.err
7815 } && test -s conftest.$ac_objext; then
7816 eval "$as_ac_Header=yes"
7817 else
7818 $as_echo "$as_me: failed program was:" >&5
7819 sed 's/^/| /' conftest.$ac_ext >&5
7821 eval "$as_ac_Header=no"
7824 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
7826 ac_res=`eval 'as_val=${'$as_ac_Header'}
7827 $as_echo "$as_val"'`
7828 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
7829 $as_echo "$ac_res" >&6; }
7830 as_val=`eval 'as_val=${'$as_ac_Header'}
7831 $as_echo "$as_val"'`
7832 if test "x$as_val" = x""yes; then
7833 cat >>confdefs.h <<_ACEOF
7834 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
7835 _ACEOF
7839 done
7854 for ac_header in \
7855 netinet/ip.h \
7856 net/if.h \
7857 net/if_arp.h \
7858 net/if_dl.h \
7859 net/if_types.h \
7860 net/route.h \
7861 netinet/if_ether.h \
7862 netinet/in_pcb.h \
7863 netinet/ip_icmp.h \
7864 netinet/ip_var.h \
7865 netinet/udp.h \
7866 netipx/ipx.h \
7869 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
7870 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
7871 $as_echo_n "checking for $ac_header... " >&6; }
7872 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
7873 $as_echo_n "(cached) " >&6
7874 else
7875 cat >conftest.$ac_ext <<_ACEOF
7876 /* confdefs.h. */
7877 _ACEOF
7878 cat confdefs.h >>conftest.$ac_ext
7879 cat >>conftest.$ac_ext <<_ACEOF
7880 /* end confdefs.h. */
7881 #include <sys/types.h>
7882 #ifdef HAVE_SYS_SOCKET_H
7883 # include <sys/socket.h>
7884 #endif
7885 #ifdef HAVE_SYS_SOCKETVAR_H
7886 # include <sys/socketvar.h>
7887 #endif
7888 #ifdef HAVE_NETINET_IN_H
7889 # include <netinet/in.h>
7890 #endif
7891 #ifdef HAVE_NETINET_IP_H
7892 # include <netinet/ip.h>
7893 #endif
7895 #include <$ac_header>
7896 _ACEOF
7897 rm -f conftest.$ac_objext
7898 if { (ac_try="$ac_compile"
7899 case "(($ac_try" in
7900 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7901 *) ac_try_echo=$ac_try;;
7902 esac
7903 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
7904 $as_echo "$ac_try_echo") >&5
7905 (eval "$ac_compile") 2>conftest.er1
7906 ac_status=$?
7907 grep -v '^ *+' conftest.er1 >conftest.err
7908 rm -f conftest.er1
7909 cat conftest.err >&5
7910 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
7911 (exit $ac_status); } && {
7912 test -z "$ac_c_werror_flag" ||
7913 test ! -s conftest.err
7914 } && test -s conftest.$ac_objext; then
7915 eval "$as_ac_Header=yes"
7916 else
7917 $as_echo "$as_me: failed program was:" >&5
7918 sed 's/^/| /' conftest.$ac_ext >&5
7920 eval "$as_ac_Header=no"
7923 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
7925 ac_res=`eval 'as_val=${'$as_ac_Header'}
7926 $as_echo "$as_val"'`
7927 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
7928 $as_echo "$ac_res" >&6; }
7929 as_val=`eval 'as_val=${'$as_ac_Header'}
7930 $as_echo "$as_val"'`
7931 if test "x$as_val" = x""yes; then
7932 cat >>confdefs.h <<_ACEOF
7933 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
7934 _ACEOF
7938 done
7945 for ac_header in netinet/tcp_var.h netinet/udp_var.h netinet/icmp_var.h netinet/tcp_timer.h
7947 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
7948 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
7949 $as_echo_n "checking for $ac_header... " >&6; }
7950 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
7951 $as_echo_n "(cached) " >&6
7952 else
7953 cat >conftest.$ac_ext <<_ACEOF
7954 /* confdefs.h. */
7955 _ACEOF
7956 cat confdefs.h >>conftest.$ac_ext
7957 cat >>conftest.$ac_ext <<_ACEOF
7958 /* end confdefs.h. */
7959 #include <sys/types.h>
7960 #ifdef HAVE_ALIAS_H
7961 # include <alias.h>
7962 #endif
7963 #ifdef HAVE_SYS_SOCKET_H
7964 # include <sys/socket.h>
7965 #endif
7966 #ifdef HAVE_SYS_SOCKETVAR_H
7967 # include <sys/socketvar.h>
7968 #endif
7969 #ifdef HAVE_NETINET_IN_H
7970 # include <netinet/in.h>
7971 #endif
7972 #ifdef HAVE_NETINET_IP_H
7973 # include <netinet/ip.h>
7974 #endif
7975 #ifdef HAVE_NETINET_IP_VAR_H
7976 # include <netinet/ip_var.h>
7977 #endif
7978 #ifdef HAVE_NETINET_IP_ICMP_H
7979 # include <netinet/ip_icmp.h>
7980 #endif
7981 #ifdef HAVE_NETINET_UDP_H
7982 # include <netinet/udp.h>
7983 #endif
7984 #ifdef HAVE_NETINET_TCP_H
7985 # include <netinet/tcp.h>
7986 #endif
7988 #include <$ac_header>
7989 _ACEOF
7990 rm -f conftest.$ac_objext
7991 if { (ac_try="$ac_compile"
7992 case "(($ac_try" in
7993 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7994 *) ac_try_echo=$ac_try;;
7995 esac
7996 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
7997 $as_echo "$ac_try_echo") >&5
7998 (eval "$ac_compile") 2>conftest.er1
7999 ac_status=$?
8000 grep -v '^ *+' conftest.er1 >conftest.err
8001 rm -f conftest.er1
8002 cat conftest.err >&5
8003 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
8004 (exit $ac_status); } && {
8005 test -z "$ac_c_werror_flag" ||
8006 test ! -s conftest.err
8007 } && test -s conftest.$ac_objext; then
8008 eval "$as_ac_Header=yes"
8009 else
8010 $as_echo "$as_me: failed program was:" >&5
8011 sed 's/^/| /' conftest.$ac_ext >&5
8013 eval "$as_ac_Header=no"
8016 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
8018 ac_res=`eval 'as_val=${'$as_ac_Header'}
8019 $as_echo "$as_val"'`
8020 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
8021 $as_echo "$ac_res" >&6; }
8022 as_val=`eval 'as_val=${'$as_ac_Header'}
8023 $as_echo "$as_val"'`
8024 if test "x$as_val" = x""yes; then
8025 cat >>confdefs.h <<_ACEOF
8026 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
8027 _ACEOF
8031 done
8035 for ac_header in linux/ipx.h
8037 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
8038 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
8039 $as_echo_n "checking for $ac_header... " >&6; }
8040 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
8041 $as_echo_n "(cached) " >&6
8042 else
8043 cat >conftest.$ac_ext <<_ACEOF
8044 /* confdefs.h. */
8045 _ACEOF
8046 cat confdefs.h >>conftest.$ac_ext
8047 cat >>conftest.$ac_ext <<_ACEOF
8048 /* end confdefs.h. */
8049 #include <sys/types.h>
8050 #ifdef HAVE_ASM_TYPES_H
8051 # include <asm/types.h>
8052 #endif
8053 #ifdef HAVE_SYS_SOCKET_H
8054 # include <sys/socket.h>
8055 #endif
8057 #include <$ac_header>
8058 _ACEOF
8059 rm -f conftest.$ac_objext
8060 if { (ac_try="$ac_compile"
8061 case "(($ac_try" in
8062 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8063 *) ac_try_echo=$ac_try;;
8064 esac
8065 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
8066 $as_echo "$ac_try_echo") >&5
8067 (eval "$ac_compile") 2>conftest.er1
8068 ac_status=$?
8069 grep -v '^ *+' conftest.er1 >conftest.err
8070 rm -f conftest.er1
8071 cat conftest.err >&5
8072 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
8073 (exit $ac_status); } && {
8074 test -z "$ac_c_werror_flag" ||
8075 test ! -s conftest.err
8076 } && test -s conftest.$ac_objext; then
8077 eval "$as_ac_Header=yes"
8078 else
8079 $as_echo "$as_me: failed program was:" >&5
8080 sed 's/^/| /' conftest.$ac_ext >&5
8082 eval "$as_ac_Header=no"
8085 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
8087 ac_res=`eval 'as_val=${'$as_ac_Header'}
8088 $as_echo "$as_val"'`
8089 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
8090 $as_echo "$ac_res" >&6; }
8091 as_val=`eval 'as_val=${'$as_ac_Header'}
8092 $as_echo "$as_val"'`
8093 if test "x$as_val" = x""yes; then
8094 cat >>confdefs.h <<_ACEOF
8095 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
8096 _ACEOF
8100 done
8104 for ac_header in resolv.h
8106 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
8107 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
8108 $as_echo_n "checking for $ac_header... " >&6; }
8109 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
8110 $as_echo_n "(cached) " >&6
8111 else
8112 cat >conftest.$ac_ext <<_ACEOF
8113 /* confdefs.h. */
8114 _ACEOF
8115 cat confdefs.h >>conftest.$ac_ext
8116 cat >>conftest.$ac_ext <<_ACEOF
8117 /* end confdefs.h. */
8118 #include <sys/types.h>
8119 #ifdef HAVE_SYS_SOCKET_H
8120 # include <sys/socket.h>
8121 #endif
8122 #ifdef HAVE_NETINET_IN_H
8123 # include <netinet/in.h>
8124 #endif
8125 #ifdef HAVE_ARPA_NAMESER_H
8126 # include <arpa/nameser.h>
8127 #endif
8129 #include <$ac_header>
8130 _ACEOF
8131 rm -f conftest.$ac_objext
8132 if { (ac_try="$ac_compile"
8133 case "(($ac_try" in
8134 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8135 *) ac_try_echo=$ac_try;;
8136 esac
8137 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
8138 $as_echo "$ac_try_echo") >&5
8139 (eval "$ac_compile") 2>conftest.er1
8140 ac_status=$?
8141 grep -v '^ *+' conftest.er1 >conftest.err
8142 rm -f conftest.er1
8143 cat conftest.err >&5
8144 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
8145 (exit $ac_status); } && {
8146 test -z "$ac_c_werror_flag" ||
8147 test ! -s conftest.err
8148 } && test -s conftest.$ac_objext; then
8149 eval "$as_ac_Header=yes"
8150 else
8151 $as_echo "$as_me: failed program was:" >&5
8152 sed 's/^/| /' conftest.$ac_ext >&5
8154 eval "$as_ac_Header=no"
8157 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
8159 ac_res=`eval 'as_val=${'$as_ac_Header'}
8160 $as_echo "$as_val"'`
8161 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
8162 $as_echo "$ac_res" >&6; }
8163 as_val=`eval 'as_val=${'$as_ac_Header'}
8164 $as_echo "$as_val"'`
8165 if test "x$as_val" = x""yes; then
8166 cat >>confdefs.h <<_ACEOF
8167 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
8168 _ACEOF
8172 done
8176 for ac_header in ucontext.h
8178 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
8179 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
8180 $as_echo_n "checking for $ac_header... " >&6; }
8181 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
8182 $as_echo_n "(cached) " >&6
8183 else
8184 cat >conftest.$ac_ext <<_ACEOF
8185 /* confdefs.h. */
8186 _ACEOF
8187 cat confdefs.h >>conftest.$ac_ext
8188 cat >>conftest.$ac_ext <<_ACEOF
8189 /* end confdefs.h. */
8190 #include <signal.h>
8192 #include <$ac_header>
8193 _ACEOF
8194 rm -f conftest.$ac_objext
8195 if { (ac_try="$ac_compile"
8196 case "(($ac_try" in
8197 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8198 *) ac_try_echo=$ac_try;;
8199 esac
8200 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
8201 $as_echo "$ac_try_echo") >&5
8202 (eval "$ac_compile") 2>conftest.er1
8203 ac_status=$?
8204 grep -v '^ *+' conftest.er1 >conftest.err
8205 rm -f conftest.er1
8206 cat conftest.err >&5
8207 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
8208 (exit $ac_status); } && {
8209 test -z "$ac_c_werror_flag" ||
8210 test ! -s conftest.err
8211 } && test -s conftest.$ac_objext; then
8212 eval "$as_ac_Header=yes"
8213 else
8214 $as_echo "$as_me: failed program was:" >&5
8215 sed 's/^/| /' conftest.$ac_ext >&5
8217 eval "$as_ac_Header=no"
8220 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
8222 ac_res=`eval 'as_val=${'$as_ac_Header'}
8223 $as_echo "$as_val"'`
8224 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
8225 $as_echo "$ac_res" >&6; }
8226 as_val=`eval 'as_val=${'$as_ac_Header'}
8227 $as_echo "$as_val"'`
8228 if test "x$as_val" = x""yes; then
8229 cat >>confdefs.h <<_ACEOF
8230 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
8231 _ACEOF
8235 done
8239 for ac_header in sys/thr.h
8241 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
8242 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
8243 $as_echo_n "checking for $ac_header... " >&6; }
8244 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
8245 $as_echo_n "(cached) " >&6
8246 else
8247 cat >conftest.$ac_ext <<_ACEOF
8248 /* confdefs.h. */
8249 _ACEOF
8250 cat confdefs.h >>conftest.$ac_ext
8251 cat >>conftest.$ac_ext <<_ACEOF
8252 /* end confdefs.h. */
8253 #include <sys/types.h>
8254 #ifdef HAVE_UCONTEXT_H
8255 #include <ucontext.h>
8256 #endif
8258 #include <$ac_header>
8259 _ACEOF
8260 rm -f conftest.$ac_objext
8261 if { (ac_try="$ac_compile"
8262 case "(($ac_try" in
8263 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8264 *) ac_try_echo=$ac_try;;
8265 esac
8266 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
8267 $as_echo "$ac_try_echo") >&5
8268 (eval "$ac_compile") 2>conftest.er1
8269 ac_status=$?
8270 grep -v '^ *+' conftest.er1 >conftest.err
8271 rm -f conftest.er1
8272 cat conftest.err >&5
8273 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
8274 (exit $ac_status); } && {
8275 test -z "$ac_c_werror_flag" ||
8276 test ! -s conftest.err
8277 } && test -s conftest.$ac_objext; then
8278 eval "$as_ac_Header=yes"
8279 else
8280 $as_echo "$as_me: failed program was:" >&5
8281 sed 's/^/| /' conftest.$ac_ext >&5
8283 eval "$as_ac_Header=no"
8286 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
8288 ac_res=`eval 'as_val=${'$as_ac_Header'}
8289 $as_echo "$as_val"'`
8290 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
8291 $as_echo "$ac_res" >&6; }
8292 as_val=`eval 'as_val=${'$as_ac_Header'}
8293 $as_echo "$as_val"'`
8294 if test "x$as_val" = x""yes; then
8295 cat >>confdefs.h <<_ACEOF
8296 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
8297 _ACEOF
8301 done
8305 for ac_header in pthread_np.h
8307 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
8308 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
8309 $as_echo_n "checking for $ac_header... " >&6; }
8310 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
8311 $as_echo_n "(cached) " >&6
8312 else
8313 cat >conftest.$ac_ext <<_ACEOF
8314 /* confdefs.h. */
8315 _ACEOF
8316 cat confdefs.h >>conftest.$ac_ext
8317 cat >>conftest.$ac_ext <<_ACEOF
8318 /* end confdefs.h. */
8319 #ifdef HAVE_PTHREAD_H
8320 #include <pthread.h>
8321 #endif
8323 #include <$ac_header>
8324 _ACEOF
8325 rm -f conftest.$ac_objext
8326 if { (ac_try="$ac_compile"
8327 case "(($ac_try" in
8328 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8329 *) ac_try_echo=$ac_try;;
8330 esac
8331 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
8332 $as_echo "$ac_try_echo") >&5
8333 (eval "$ac_compile") 2>conftest.er1
8334 ac_status=$?
8335 grep -v '^ *+' conftest.er1 >conftest.err
8336 rm -f conftest.er1
8337 cat conftest.err >&5
8338 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
8339 (exit $ac_status); } && {
8340 test -z "$ac_c_werror_flag" ||
8341 test ! -s conftest.err
8342 } && test -s conftest.$ac_objext; then
8343 eval "$as_ac_Header=yes"
8344 else
8345 $as_echo "$as_me: failed program was:" >&5
8346 sed 's/^/| /' conftest.$ac_ext >&5
8348 eval "$as_ac_Header=no"
8351 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
8353 ac_res=`eval 'as_val=${'$as_ac_Header'}
8354 $as_echo "$as_val"'`
8355 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
8356 $as_echo "$ac_res" >&6; }
8357 as_val=`eval 'as_val=${'$as_ac_Header'}
8358 $as_echo "$as_val"'`
8359 if test "x$as_val" = x""yes; then
8360 cat >>confdefs.h <<_ACEOF
8361 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
8362 _ACEOF
8366 done
8370 for ac_header in linux/videodev.h
8372 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
8373 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
8374 $as_echo_n "checking for $ac_header... " >&6; }
8375 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
8376 $as_echo_n "(cached) " >&6
8377 else
8378 cat >conftest.$ac_ext <<_ACEOF
8379 /* confdefs.h. */
8380 _ACEOF
8381 cat confdefs.h >>conftest.$ac_ext
8382 cat >>conftest.$ac_ext <<_ACEOF
8383 /* end confdefs.h. */
8384 #ifdef HAVE_SYS_TIME_H
8385 #include <sys/time.h>
8386 #endif
8387 #include <sys/types.h>
8388 #ifdef HAVE_ASM_TYPES_H
8389 #include <asm/types.h>
8390 #endif
8392 #include <$ac_header>
8393 _ACEOF
8394 rm -f conftest.$ac_objext
8395 if { (ac_try="$ac_compile"
8396 case "(($ac_try" in
8397 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8398 *) ac_try_echo=$ac_try;;
8399 esac
8400 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
8401 $as_echo "$ac_try_echo") >&5
8402 (eval "$ac_compile") 2>conftest.er1
8403 ac_status=$?
8404 grep -v '^ *+' conftest.er1 >conftest.err
8405 rm -f conftest.er1
8406 cat conftest.err >&5
8407 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
8408 (exit $ac_status); } && {
8409 test -z "$ac_c_werror_flag" ||
8410 test ! -s conftest.err
8411 } && test -s conftest.$ac_objext; then
8412 eval "$as_ac_Header=yes"
8413 else
8414 $as_echo "$as_me: failed program was:" >&5
8415 sed 's/^/| /' conftest.$ac_ext >&5
8417 eval "$as_ac_Header=no"
8420 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
8422 ac_res=`eval 'as_val=${'$as_ac_Header'}
8423 $as_echo "$as_val"'`
8424 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
8425 $as_echo "$ac_res" >&6; }
8426 as_val=`eval 'as_val=${'$as_ac_Header'}
8427 $as_echo "$as_val"'`
8428 if test "x$as_val" = x""yes; then
8429 cat >>confdefs.h <<_ACEOF
8430 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
8431 _ACEOF
8435 done
8439 for ac_header in linux/capi.h
8441 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
8442 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
8443 $as_echo_n "checking for $ac_header... " >&6; }
8444 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
8445 $as_echo_n "(cached) " >&6
8446 else
8447 cat >conftest.$ac_ext <<_ACEOF
8448 /* confdefs.h. */
8449 _ACEOF
8450 cat confdefs.h >>conftest.$ac_ext
8451 cat >>conftest.$ac_ext <<_ACEOF
8452 /* end confdefs.h. */
8453 #define __user
8455 #include <$ac_header>
8456 _ACEOF
8457 rm -f conftest.$ac_objext
8458 if { (ac_try="$ac_compile"
8459 case "(($ac_try" in
8460 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8461 *) ac_try_echo=$ac_try;;
8462 esac
8463 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
8464 $as_echo "$ac_try_echo") >&5
8465 (eval "$ac_compile") 2>conftest.er1
8466 ac_status=$?
8467 grep -v '^ *+' conftest.er1 >conftest.err
8468 rm -f conftest.er1
8469 cat conftest.err >&5
8470 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
8471 (exit $ac_status); } && {
8472 test -z "$ac_c_werror_flag" ||
8473 test ! -s conftest.err
8474 } && test -s conftest.$ac_objext; then
8475 eval "$as_ac_Header=yes"
8476 else
8477 $as_echo "$as_me: failed program was:" >&5
8478 sed 's/^/| /' conftest.$ac_ext >&5
8480 eval "$as_ac_Header=no"
8483 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
8485 ac_res=`eval 'as_val=${'$as_ac_Header'}
8486 $as_echo "$as_val"'`
8487 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
8488 $as_echo "$ac_res" >&6; }
8489 as_val=`eval 'as_val=${'$as_ac_Header'}
8490 $as_echo "$as_val"'`
8491 if test "x$as_val" = x""yes; then
8492 cat >>confdefs.h <<_ACEOF
8493 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
8494 _ACEOF
8498 done
8502 DLLEXT=""
8504 DLLFLAGS="-D_REENTRANT"
8506 LDSHARED=""
8508 LDDLLFLAGS=""
8510 LIBEXT="so"
8512 IMPLIBEXT="def"
8514 LDRPATH_INSTALL=""
8516 LDRPATH_LOCAL=""
8518 # Extract the first word of "ldd", so it can be a program name with args.
8519 set dummy ldd; ac_word=$2
8520 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
8521 $as_echo_n "checking for $ac_word... " >&6; }
8522 if test "${ac_cv_path_LDD+set}" = set; then
8523 $as_echo_n "(cached) " >&6
8524 else
8525 case $LDD in
8526 [\\/]* | ?:[\\/]*)
8527 ac_cv_path_LDD="$LDD" # Let the user override the test with a path.
8530 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8531 as_dummy="/sbin:/usr/sbin:$PATH"
8532 for as_dir in $as_dummy
8534 IFS=$as_save_IFS
8535 test -z "$as_dir" && as_dir=.
8536 for ac_exec_ext in '' $ac_executable_extensions; do
8537 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8538 ac_cv_path_LDD="$as_dir/$ac_word$ac_exec_ext"
8539 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
8540 break 2
8542 done
8543 done
8544 IFS=$as_save_IFS
8546 test -z "$ac_cv_path_LDD" && ac_cv_path_LDD="true"
8548 esac
8550 LDD=$ac_cv_path_LDD
8551 if test -n "$LDD"; then
8552 { $as_echo "$as_me:$LINENO: result: $LDD" >&5
8553 $as_echo "$LDD" >&6; }
8554 else
8555 { $as_echo "$as_me:$LINENO: result: no" >&5
8556 $as_echo "no" >&6; }
8561 case $host_os in
8562 cygwin*|mingw32*)
8563 if test -n "$ac_tool_prefix"; then
8564 # Extract the first word of "${ac_tool_prefix}dlltool", so it can be a program name with args.
8565 set dummy ${ac_tool_prefix}dlltool; ac_word=$2
8566 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
8567 $as_echo_n "checking for $ac_word... " >&6; }
8568 if test "${ac_cv_prog_DLLTOOL+set}" = set; then
8569 $as_echo_n "(cached) " >&6
8570 else
8571 if test -n "$DLLTOOL"; then
8572 ac_cv_prog_DLLTOOL="$DLLTOOL" # Let the user override the test.
8573 else
8574 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8575 for as_dir in $PATH
8577 IFS=$as_save_IFS
8578 test -z "$as_dir" && as_dir=.
8579 for ac_exec_ext in '' $ac_executable_extensions; do
8580 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8581 ac_cv_prog_DLLTOOL="${ac_tool_prefix}dlltool"
8582 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
8583 break 2
8585 done
8586 done
8587 IFS=$as_save_IFS
8591 DLLTOOL=$ac_cv_prog_DLLTOOL
8592 if test -n "$DLLTOOL"; then
8593 { $as_echo "$as_me:$LINENO: result: $DLLTOOL" >&5
8594 $as_echo "$DLLTOOL" >&6; }
8595 else
8596 { $as_echo "$as_me:$LINENO: result: no" >&5
8597 $as_echo "no" >&6; }
8602 if test -z "$ac_cv_prog_DLLTOOL"; then
8603 ac_ct_DLLTOOL=$DLLTOOL
8604 # Extract the first word of "dlltool", so it can be a program name with args.
8605 set dummy dlltool; ac_word=$2
8606 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
8607 $as_echo_n "checking for $ac_word... " >&6; }
8608 if test "${ac_cv_prog_ac_ct_DLLTOOL+set}" = set; then
8609 $as_echo_n "(cached) " >&6
8610 else
8611 if test -n "$ac_ct_DLLTOOL"; then
8612 ac_cv_prog_ac_ct_DLLTOOL="$ac_ct_DLLTOOL" # Let the user override the test.
8613 else
8614 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8615 for as_dir in $PATH
8617 IFS=$as_save_IFS
8618 test -z "$as_dir" && as_dir=.
8619 for ac_exec_ext in '' $ac_executable_extensions; do
8620 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8621 ac_cv_prog_ac_ct_DLLTOOL="dlltool"
8622 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
8623 break 2
8625 done
8626 done
8627 IFS=$as_save_IFS
8631 ac_ct_DLLTOOL=$ac_cv_prog_ac_ct_DLLTOOL
8632 if test -n "$ac_ct_DLLTOOL"; then
8633 { $as_echo "$as_me:$LINENO: result: $ac_ct_DLLTOOL" >&5
8634 $as_echo "$ac_ct_DLLTOOL" >&6; }
8635 else
8636 { $as_echo "$as_me:$LINENO: result: no" >&5
8637 $as_echo "no" >&6; }
8640 if test "x$ac_ct_DLLTOOL" = x; then
8641 DLLTOOL="false"
8642 else
8643 case $cross_compiling:$ac_tool_warned in
8644 yes:)
8645 { $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5
8646 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
8647 ac_tool_warned=yes ;;
8648 esac
8649 DLLTOOL=$ac_ct_DLLTOOL
8651 else
8652 DLLTOOL="$ac_cv_prog_DLLTOOL"
8655 if test -n "$ac_tool_prefix"; then
8656 # Extract the first word of "${ac_tool_prefix}dllwrap", so it can be a program name with args.
8657 set dummy ${ac_tool_prefix}dllwrap; ac_word=$2
8658 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
8659 $as_echo_n "checking for $ac_word... " >&6; }
8660 if test "${ac_cv_prog_DLLWRAP+set}" = set; then
8661 $as_echo_n "(cached) " >&6
8662 else
8663 if test -n "$DLLWRAP"; then
8664 ac_cv_prog_DLLWRAP="$DLLWRAP" # Let the user override the test.
8665 else
8666 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8667 for as_dir in $PATH
8669 IFS=$as_save_IFS
8670 test -z "$as_dir" && as_dir=.
8671 for ac_exec_ext in '' $ac_executable_extensions; do
8672 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8673 ac_cv_prog_DLLWRAP="${ac_tool_prefix}dllwrap"
8674 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
8675 break 2
8677 done
8678 done
8679 IFS=$as_save_IFS
8683 DLLWRAP=$ac_cv_prog_DLLWRAP
8684 if test -n "$DLLWRAP"; then
8685 { $as_echo "$as_me:$LINENO: result: $DLLWRAP" >&5
8686 $as_echo "$DLLWRAP" >&6; }
8687 else
8688 { $as_echo "$as_me:$LINENO: result: no" >&5
8689 $as_echo "no" >&6; }
8694 if test -z "$ac_cv_prog_DLLWRAP"; then
8695 ac_ct_DLLWRAP=$DLLWRAP
8696 # Extract the first word of "dllwrap", so it can be a program name with args.
8697 set dummy dllwrap; ac_word=$2
8698 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
8699 $as_echo_n "checking for $ac_word... " >&6; }
8700 if test "${ac_cv_prog_ac_ct_DLLWRAP+set}" = set; then
8701 $as_echo_n "(cached) " >&6
8702 else
8703 if test -n "$ac_ct_DLLWRAP"; then
8704 ac_cv_prog_ac_ct_DLLWRAP="$ac_ct_DLLWRAP" # Let the user override the test.
8705 else
8706 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8707 for as_dir in $PATH
8709 IFS=$as_save_IFS
8710 test -z "$as_dir" && as_dir=.
8711 for ac_exec_ext in '' $ac_executable_extensions; do
8712 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8713 ac_cv_prog_ac_ct_DLLWRAP="dllwrap"
8714 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
8715 break 2
8717 done
8718 done
8719 IFS=$as_save_IFS
8723 ac_ct_DLLWRAP=$ac_cv_prog_ac_ct_DLLWRAP
8724 if test -n "$ac_ct_DLLWRAP"; then
8725 { $as_echo "$as_me:$LINENO: result: $ac_ct_DLLWRAP" >&5
8726 $as_echo "$ac_ct_DLLWRAP" >&6; }
8727 else
8728 { $as_echo "$as_me:$LINENO: result: no" >&5
8729 $as_echo "no" >&6; }
8732 if test "x$ac_ct_DLLWRAP" = x; then
8733 DLLWRAP="false"
8734 else
8735 case $cross_compiling:$ac_tool_warned in
8736 yes:)
8737 { $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5
8738 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
8739 ac_tool_warned=yes ;;
8740 esac
8741 DLLWRAP=$ac_ct_DLLWRAP
8743 else
8744 DLLWRAP="$ac_cv_prog_DLLWRAP"
8747 if test -n "$ac_tool_prefix"; then
8748 # Extract the first word of "${ac_tool_prefix}ar", so it can be a program name with args.
8749 set dummy ${ac_tool_prefix}ar; ac_word=$2
8750 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
8751 $as_echo_n "checking for $ac_word... " >&6; }
8752 if test "${ac_cv_prog_MINGWAR+set}" = set; then
8753 $as_echo_n "(cached) " >&6
8754 else
8755 if test -n "$MINGWAR"; then
8756 ac_cv_prog_MINGWAR="$MINGWAR" # Let the user override the test.
8757 else
8758 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8759 for as_dir in $PATH
8761 IFS=$as_save_IFS
8762 test -z "$as_dir" && as_dir=.
8763 for ac_exec_ext in '' $ac_executable_extensions; do
8764 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8765 ac_cv_prog_MINGWAR="${ac_tool_prefix}ar"
8766 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
8767 break 2
8769 done
8770 done
8771 IFS=$as_save_IFS
8775 MINGWAR=$ac_cv_prog_MINGWAR
8776 if test -n "$MINGWAR"; then
8777 { $as_echo "$as_me:$LINENO: result: $MINGWAR" >&5
8778 $as_echo "$MINGWAR" >&6; }
8779 else
8780 { $as_echo "$as_me:$LINENO: result: no" >&5
8781 $as_echo "no" >&6; }
8786 if test -z "$ac_cv_prog_MINGWAR"; then
8787 ac_ct_MINGWAR=$MINGWAR
8788 # Extract the first word of "ar", so it can be a program name with args.
8789 set dummy ar; ac_word=$2
8790 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
8791 $as_echo_n "checking for $ac_word... " >&6; }
8792 if test "${ac_cv_prog_ac_ct_MINGWAR+set}" = set; then
8793 $as_echo_n "(cached) " >&6
8794 else
8795 if test -n "$ac_ct_MINGWAR"; then
8796 ac_cv_prog_ac_ct_MINGWAR="$ac_ct_MINGWAR" # Let the user override the test.
8797 else
8798 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8799 for as_dir in $PATH
8801 IFS=$as_save_IFS
8802 test -z "$as_dir" && as_dir=.
8803 for ac_exec_ext in '' $ac_executable_extensions; do
8804 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8805 ac_cv_prog_ac_ct_MINGWAR="ar"
8806 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
8807 break 2
8809 done
8810 done
8811 IFS=$as_save_IFS
8815 ac_ct_MINGWAR=$ac_cv_prog_ac_ct_MINGWAR
8816 if test -n "$ac_ct_MINGWAR"; then
8817 { $as_echo "$as_me:$LINENO: result: $ac_ct_MINGWAR" >&5
8818 $as_echo "$ac_ct_MINGWAR" >&6; }
8819 else
8820 { $as_echo "$as_me:$LINENO: result: no" >&5
8821 $as_echo "no" >&6; }
8824 if test "x$ac_ct_MINGWAR" = x; then
8825 MINGWAR="false"
8826 else
8827 case $cross_compiling:$ac_tool_warned in
8828 yes:)
8829 { $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5
8830 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
8831 ac_tool_warned=yes ;;
8832 esac
8833 MINGWAR=$ac_ct_MINGWAR
8835 else
8836 MINGWAR="$ac_cv_prog_MINGWAR"
8839 if test "$DLLWRAP" = "false"; then
8840 LIBEXT="a"
8841 else
8842 LIBEXT="dll"
8844 IMPLIBEXT="a"
8845 WIN16_FILES=""
8846 WIN16_INSTALL=""
8847 enable_iphlpapi=${enable_iphlpapi:-no}
8848 enable_kernel32=${enable_kernel32:-no}
8849 enable_msvcrt=${enable_msvcrt:-no}
8850 enable_ntdll=${enable_ntdll:-no}
8851 enable_ws2_32=${enable_ws2_32:-no}
8852 enable_loader=${enable_loader:-no}
8853 enable_server=${enable_server:-no}
8855 darwin*|macosx*)
8856 DLLEXT=".so"
8857 LIBEXT="dylib"
8858 DLLFLAGS="$DLLFLAGS -fPIC"
8859 LDDLLFLAGS="-bundle -multiply_defined suppress"
8860 LIBWINE_LDFLAGS="-multiply_defined suppress"
8861 LDSHARED="\$(CC) -dynamiclib"
8862 STRIP="$STRIP -x"
8863 LDRPATH_LOCAL="&& install_name_tool -change @executable_path/\`\$(RELPATH) \$(bindir) \$(libdir)\`/libwine.1.dylib @executable_path/\$(TOPOBJDIR)/libs/wine/libwine.1.dylib \$@ || \$(RM) \$@"
8864 SECURITYLIB="-framework Security -framework CoreFoundation"
8866 COREFOUNDATIONLIB="-framework CoreFoundation"
8868 IOKITLIB="-framework IOKit -framework CoreFoundation"
8870 LDEXECFLAGS="-image_base 0x7bf00000 -Wl,-segaddr,WINE_DOS,0x00000000,-segaddr,WINE_SHARED_HEAP,0x7f000000"
8872 if test "$ac_cv_header_DiskArbitration_DiskArbitration_h" = "yes"
8873 then
8874 DISKARBITRATIONLIB="-framework DiskArbitration -framework CoreFoundation"
8877 if test "$ac_cv_header_CoreAudio_CoreAudio_h" = "yes" -a "$ac_cv_header_AudioUnit_AudioUnit_h" = "yes"
8878 then
8879 COREAUDIO="-framework CoreAudio -framework AudioUnit -framework CoreServices -framework AudioToolbox -framework CoreMIDI"
8882 case $host_cpu in
8883 *powerpc*)
8884 LDDLLFLAGS="$LDDLLFLAGS -read_only_relocs warning" ;;
8885 esac
8886 if test "$ac_cv_header_Carbon_Carbon_h" = "yes"
8887 then
8888 CARBONLIB="-framework Carbon"
8890 enable_winequartz_drv=${enable_winequartz_drv:-yes}
8894 DLLFLAGS="$DLLFLAGS -fPIC"
8895 DLLEXT=".so"
8896 { $as_echo "$as_me:$LINENO: checking whether we can build a GNU style ELF dll" >&5
8897 $as_echo_n "checking whether we can build a GNU style ELF dll... " >&6; }
8898 if test "${ac_cv_c_dll_gnuelf+set}" = set; then
8899 $as_echo_n "(cached) " >&6
8900 else
8901 ac_wine_try_cflags_saved=$CFLAGS
8902 CFLAGS="$CFLAGS -fPIC -shared -Wl,-Bsymbolic"
8903 cat >conftest.$ac_ext <<_ACEOF
8904 void myfunc() {}
8905 _ACEOF
8906 rm -f conftest.$ac_objext conftest$ac_exeext
8907 if { (ac_try="$ac_link"
8908 case "(($ac_try" in
8909 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8910 *) ac_try_echo=$ac_try;;
8911 esac
8912 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
8913 $as_echo "$ac_try_echo") >&5
8914 (eval "$ac_link") 2>conftest.er1
8915 ac_status=$?
8916 grep -v '^ *+' conftest.er1 >conftest.err
8917 rm -f conftest.er1
8918 cat conftest.err >&5
8919 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
8920 (exit $ac_status); } && {
8921 test -z "$ac_c_werror_flag" ||
8922 test ! -s conftest.err
8923 } && test -s conftest$ac_exeext && {
8924 test "$cross_compiling" = yes ||
8925 $as_test_x conftest$ac_exeext
8926 }; then
8927 ac_cv_c_dll_gnuelf="yes"
8928 else
8929 $as_echo "$as_me: failed program was:" >&5
8930 sed 's/^/| /' conftest.$ac_ext >&5
8932 ac_cv_c_dll_gnuelf="no"
8935 rm -rf conftest.dSYM
8936 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
8937 conftest$ac_exeext conftest.$ac_ext
8938 CFLAGS=$ac_wine_try_cflags_saved
8940 { $as_echo "$as_me:$LINENO: result: $ac_cv_c_dll_gnuelf" >&5
8941 $as_echo "$ac_cv_c_dll_gnuelf" >&6; }
8942 if test "$ac_cv_c_dll_gnuelf" = "yes"
8943 then
8944 LDSHARED="\$(CC) -shared"
8945 LDDLLFLAGS="-shared -Wl,-Bsymbolic"
8946 { $as_echo "$as_me:$LINENO: checking whether the compiler supports -fPIC -shared -Wl,-soname,confest.so.1" >&5
8947 $as_echo_n "checking whether the compiler supports -fPIC -shared -Wl,-soname,confest.so.1... " >&6; }
8948 if test "${ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1+set}" = set; then
8949 $as_echo_n "(cached) " >&6
8950 else
8951 ac_wine_try_cflags_saved=$CFLAGS
8952 CFLAGS="$CFLAGS -fPIC -shared -Wl,-soname,confest.so.1"
8953 cat >conftest.$ac_ext <<_ACEOF
8954 /* confdefs.h. */
8955 _ACEOF
8956 cat confdefs.h >>conftest.$ac_ext
8957 cat >>conftest.$ac_ext <<_ACEOF
8958 /* end confdefs.h. */
8961 main ()
8965 return 0;
8967 _ACEOF
8968 rm -f conftest.$ac_objext conftest$ac_exeext
8969 if { (ac_try="$ac_link"
8970 case "(($ac_try" in
8971 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8972 *) ac_try_echo=$ac_try;;
8973 esac
8974 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
8975 $as_echo "$ac_try_echo") >&5
8976 (eval "$ac_link") 2>conftest.er1
8977 ac_status=$?
8978 grep -v '^ *+' conftest.er1 >conftest.err
8979 rm -f conftest.er1
8980 cat conftest.err >&5
8981 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
8982 (exit $ac_status); } && {
8983 test -z "$ac_c_werror_flag" ||
8984 test ! -s conftest.err
8985 } && test -s conftest$ac_exeext && {
8986 test "$cross_compiling" = yes ||
8987 $as_test_x conftest$ac_exeext
8988 }; then
8989 ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1=yes
8990 else
8991 $as_echo "$as_me: failed program was:" >&5
8992 sed 's/^/| /' conftest.$ac_ext >&5
8994 ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1=no
8997 rm -rf conftest.dSYM
8998 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
8999 conftest$ac_exeext conftest.$ac_ext
9000 CFLAGS=$ac_wine_try_cflags_saved
9002 { $as_echo "$as_me:$LINENO: result: $ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1" >&5
9003 $as_echo "$ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1" >&6; }
9004 if test $ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1 = yes; then
9005 LDSHARED="\$(CC) -shared \$(SONAME:%=-Wl,-soname,%)"
9006 else
9007 { $as_echo "$as_me:$LINENO: checking whether the compiler supports -fPIC -shared -Wl,-h,confest.so.1" >&5
9008 $as_echo_n "checking whether the compiler supports -fPIC -shared -Wl,-h,confest.so.1... " >&6; }
9009 if test "${ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1+set}" = set; then
9010 $as_echo_n "(cached) " >&6
9011 else
9012 ac_wine_try_cflags_saved=$CFLAGS
9013 CFLAGS="$CFLAGS -fPIC -shared -Wl,-h,confest.so.1"
9014 cat >conftest.$ac_ext <<_ACEOF
9015 /* confdefs.h. */
9016 _ACEOF
9017 cat confdefs.h >>conftest.$ac_ext
9018 cat >>conftest.$ac_ext <<_ACEOF
9019 /* end confdefs.h. */
9022 main ()
9026 return 0;
9028 _ACEOF
9029 rm -f conftest.$ac_objext conftest$ac_exeext
9030 if { (ac_try="$ac_link"
9031 case "(($ac_try" in
9032 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9033 *) ac_try_echo=$ac_try;;
9034 esac
9035 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
9036 $as_echo "$ac_try_echo") >&5
9037 (eval "$ac_link") 2>conftest.er1
9038 ac_status=$?
9039 grep -v '^ *+' conftest.er1 >conftest.err
9040 rm -f conftest.er1
9041 cat conftest.err >&5
9042 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
9043 (exit $ac_status); } && {
9044 test -z "$ac_c_werror_flag" ||
9045 test ! -s conftest.err
9046 } && test -s conftest$ac_exeext && {
9047 test "$cross_compiling" = yes ||
9048 $as_test_x conftest$ac_exeext
9049 }; then
9050 ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1=yes
9051 else
9052 $as_echo "$as_me: failed program was:" >&5
9053 sed 's/^/| /' conftest.$ac_ext >&5
9055 ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1=no
9058 rm -rf conftest.dSYM
9059 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9060 conftest$ac_exeext conftest.$ac_ext
9061 CFLAGS=$ac_wine_try_cflags_saved
9063 { $as_echo "$as_me:$LINENO: result: $ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1" >&5
9064 $as_echo "$ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1" >&6; }
9065 if test $ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1 = yes; then
9066 LDSHARED="\$(CC) -shared \$(SONAME:%=-Wl,-h,%)"
9072 { $as_echo "$as_me:$LINENO: checking whether the compiler supports -fPIC -shared -Wl,-Bsymbolic,-z,defs" >&5
9073 $as_echo_n "checking whether the compiler supports -fPIC -shared -Wl,-Bsymbolic,-z,defs... " >&6; }
9074 if test "${ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__z_defs+set}" = set; then
9075 $as_echo_n "(cached) " >&6
9076 else
9077 ac_wine_try_cflags_saved=$CFLAGS
9078 CFLAGS="$CFLAGS -fPIC -shared -Wl,-Bsymbolic,-z,defs"
9079 cat >conftest.$ac_ext <<_ACEOF
9080 /* confdefs.h. */
9081 _ACEOF
9082 cat confdefs.h >>conftest.$ac_ext
9083 cat >>conftest.$ac_ext <<_ACEOF
9084 /* end confdefs.h. */
9087 main ()
9091 return 0;
9093 _ACEOF
9094 rm -f conftest.$ac_objext conftest$ac_exeext
9095 if { (ac_try="$ac_link"
9096 case "(($ac_try" in
9097 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9098 *) ac_try_echo=$ac_try;;
9099 esac
9100 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
9101 $as_echo "$ac_try_echo") >&5
9102 (eval "$ac_link") 2>conftest.er1
9103 ac_status=$?
9104 grep -v '^ *+' conftest.er1 >conftest.err
9105 rm -f conftest.er1
9106 cat conftest.err >&5
9107 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
9108 (exit $ac_status); } && {
9109 test -z "$ac_c_werror_flag" ||
9110 test ! -s conftest.err
9111 } && test -s conftest$ac_exeext && {
9112 test "$cross_compiling" = yes ||
9113 $as_test_x conftest$ac_exeext
9114 }; then
9115 ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__z_defs=yes
9116 else
9117 $as_echo "$as_me: failed program was:" >&5
9118 sed 's/^/| /' conftest.$ac_ext >&5
9120 ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__z_defs=no
9123 rm -rf conftest.dSYM
9124 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9125 conftest$ac_exeext conftest.$ac_ext
9126 CFLAGS=$ac_wine_try_cflags_saved
9128 { $as_echo "$as_me:$LINENO: result: $ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__z_defs" >&5
9129 $as_echo "$ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__z_defs" >&6; }
9130 if test $ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__z_defs = yes; then
9131 LDDLLFLAGS="$LDDLLFLAGS,-z,defs"
9135 { $as_echo "$as_me:$LINENO: checking whether the compiler supports -fPIC -shared -Wl,-Bsymbolic,-init,__wine_spec_init,-fini,__wine_spec_fini" >&5
9136 $as_echo_n "checking whether the compiler supports -fPIC -shared -Wl,-Bsymbolic,-init,__wine_spec_init,-fini,__wine_spec_fini... " >&6; }
9137 if test "${ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__init___wine_spec_init__fini___wine_spec_fini+set}" = set; then
9138 $as_echo_n "(cached) " >&6
9139 else
9140 ac_wine_try_cflags_saved=$CFLAGS
9141 CFLAGS="$CFLAGS -fPIC -shared -Wl,-Bsymbolic,-init,__wine_spec_init,-fini,__wine_spec_fini"
9142 cat >conftest.$ac_ext <<_ACEOF
9143 /* confdefs.h. */
9144 _ACEOF
9145 cat confdefs.h >>conftest.$ac_ext
9146 cat >>conftest.$ac_ext <<_ACEOF
9147 /* end confdefs.h. */
9150 main ()
9154 return 0;
9156 _ACEOF
9157 rm -f conftest.$ac_objext conftest$ac_exeext
9158 if { (ac_try="$ac_link"
9159 case "(($ac_try" in
9160 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9161 *) ac_try_echo=$ac_try;;
9162 esac
9163 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
9164 $as_echo "$ac_try_echo") >&5
9165 (eval "$ac_link") 2>conftest.er1
9166 ac_status=$?
9167 grep -v '^ *+' conftest.er1 >conftest.err
9168 rm -f conftest.er1
9169 cat conftest.err >&5
9170 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
9171 (exit $ac_status); } && {
9172 test -z "$ac_c_werror_flag" ||
9173 test ! -s conftest.err
9174 } && test -s conftest$ac_exeext && {
9175 test "$cross_compiling" = yes ||
9176 $as_test_x conftest$ac_exeext
9177 }; then
9178 ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__init___wine_spec_init__fini___wine_spec_fini=yes
9179 else
9180 $as_echo "$as_me: failed program was:" >&5
9181 sed 's/^/| /' conftest.$ac_ext >&5
9183 ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__init___wine_spec_init__fini___wine_spec_fini=no
9186 rm -rf conftest.dSYM
9187 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9188 conftest$ac_exeext conftest.$ac_ext
9189 CFLAGS=$ac_wine_try_cflags_saved
9191 { $as_echo "$as_me:$LINENO: result: $ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__init___wine_spec_init__fini___wine_spec_fini" >&5
9192 $as_echo "$ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__init___wine_spec_init__fini___wine_spec_fini" >&6; }
9193 if test $ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__init___wine_spec_init__fini___wine_spec_fini = yes; then
9194 LDDLLFLAGS="$LDDLLFLAGS,-init,__wine_spec_init,-fini,__wine_spec_fini"
9198 echo '{ global: *; };' >conftest.map
9199 { $as_echo "$as_me:$LINENO: checking whether the compiler supports -fPIC -shared -Wl,--version-script=conftest.map" >&5
9200 $as_echo_n "checking whether the compiler supports -fPIC -shared -Wl,--version-script=conftest.map... " >&6; }
9201 if test "${ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map+set}" = set; then
9202 $as_echo_n "(cached) " >&6
9203 else
9204 ac_wine_try_cflags_saved=$CFLAGS
9205 CFLAGS="$CFLAGS -fPIC -shared -Wl,--version-script=conftest.map"
9206 cat >conftest.$ac_ext <<_ACEOF
9207 /* confdefs.h. */
9208 _ACEOF
9209 cat confdefs.h >>conftest.$ac_ext
9210 cat >>conftest.$ac_ext <<_ACEOF
9211 /* end confdefs.h. */
9214 main ()
9218 return 0;
9220 _ACEOF
9221 rm -f conftest.$ac_objext conftest$ac_exeext
9222 if { (ac_try="$ac_link"
9223 case "(($ac_try" in
9224 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9225 *) ac_try_echo=$ac_try;;
9226 esac
9227 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
9228 $as_echo "$ac_try_echo") >&5
9229 (eval "$ac_link") 2>conftest.er1
9230 ac_status=$?
9231 grep -v '^ *+' conftest.er1 >conftest.err
9232 rm -f conftest.er1
9233 cat conftest.err >&5
9234 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
9235 (exit $ac_status); } && {
9236 test -z "$ac_c_werror_flag" ||
9237 test ! -s conftest.err
9238 } && test -s conftest$ac_exeext && {
9239 test "$cross_compiling" = yes ||
9240 $as_test_x conftest$ac_exeext
9241 }; then
9242 ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map=yes
9243 else
9244 $as_echo "$as_me: failed program was:" >&5
9245 sed 's/^/| /' conftest.$ac_ext >&5
9247 ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map=no
9250 rm -rf conftest.dSYM
9251 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9252 conftest$ac_exeext conftest.$ac_ext
9253 CFLAGS=$ac_wine_try_cflags_saved
9255 { $as_echo "$as_me:$LINENO: result: $ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map" >&5
9256 $as_echo "$ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map" >&6; }
9257 if test $ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map = yes; then
9258 LDSHARED="$LDSHARED \$(VERSCRIPT:%=-Wl,--version-script=%)"
9261 rm -f conftest.map
9263 { $as_echo "$as_me:$LINENO: checking whether the compiler supports -fPIC -Wl,--export-dynamic" >&5
9264 $as_echo_n "checking whether the compiler supports -fPIC -Wl,--export-dynamic... " >&6; }
9265 if test "${ac_cv_cflags__fPIC__Wl___export_dynamic+set}" = set; then
9266 $as_echo_n "(cached) " >&6
9267 else
9268 ac_wine_try_cflags_saved=$CFLAGS
9269 CFLAGS="$CFLAGS -fPIC -Wl,--export-dynamic"
9270 cat >conftest.$ac_ext <<_ACEOF
9271 /* confdefs.h. */
9272 _ACEOF
9273 cat confdefs.h >>conftest.$ac_ext
9274 cat >>conftest.$ac_ext <<_ACEOF
9275 /* end confdefs.h. */
9278 main ()
9282 return 0;
9284 _ACEOF
9285 rm -f conftest.$ac_objext conftest$ac_exeext
9286 if { (ac_try="$ac_link"
9287 case "(($ac_try" in
9288 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9289 *) ac_try_echo=$ac_try;;
9290 esac
9291 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
9292 $as_echo "$ac_try_echo") >&5
9293 (eval "$ac_link") 2>conftest.er1
9294 ac_status=$?
9295 grep -v '^ *+' conftest.er1 >conftest.err
9296 rm -f conftest.er1
9297 cat conftest.err >&5
9298 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
9299 (exit $ac_status); } && {
9300 test -z "$ac_c_werror_flag" ||
9301 test ! -s conftest.err
9302 } && test -s conftest$ac_exeext && {
9303 test "$cross_compiling" = yes ||
9304 $as_test_x conftest$ac_exeext
9305 }; then
9306 ac_cv_cflags__fPIC__Wl___export_dynamic=yes
9307 else
9308 $as_echo "$as_me: failed program was:" >&5
9309 sed 's/^/| /' conftest.$ac_ext >&5
9311 ac_cv_cflags__fPIC__Wl___export_dynamic=no
9314 rm -rf conftest.dSYM
9315 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9316 conftest$ac_exeext conftest.$ac_ext
9317 CFLAGS=$ac_wine_try_cflags_saved
9319 { $as_echo "$as_me:$LINENO: result: $ac_cv_cflags__fPIC__Wl___export_dynamic" >&5
9320 $as_echo "$ac_cv_cflags__fPIC__Wl___export_dynamic" >&6; }
9321 if test $ac_cv_cflags__fPIC__Wl___export_dynamic = yes; then
9322 LDEXECFLAGS="-Wl,--export-dynamic"
9327 as_ac_var=`$as_echo "ac_cv_cflags_-fPIC -Wl,--rpath,\$ORIGIN/../lib" | $as_tr_sh`
9328 { $as_echo "$as_me:$LINENO: checking whether the compiler supports -fPIC -Wl,--rpath,\$ORIGIN/../lib" >&5
9329 $as_echo_n "checking whether the compiler supports -fPIC -Wl,--rpath,\$ORIGIN/../lib... " >&6; }
9330 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
9331 $as_echo_n "(cached) " >&6
9332 else
9333 ac_wine_try_cflags_saved=$CFLAGS
9334 CFLAGS="$CFLAGS -fPIC -Wl,--rpath,\$ORIGIN/../lib"
9335 cat >conftest.$ac_ext <<_ACEOF
9336 /* confdefs.h. */
9337 _ACEOF
9338 cat confdefs.h >>conftest.$ac_ext
9339 cat >>conftest.$ac_ext <<_ACEOF
9340 /* end confdefs.h. */
9343 main ()
9347 return 0;
9349 _ACEOF
9350 rm -f conftest.$ac_objext conftest$ac_exeext
9351 if { (ac_try="$ac_link"
9352 case "(($ac_try" in
9353 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9354 *) ac_try_echo=$ac_try;;
9355 esac
9356 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
9357 $as_echo "$ac_try_echo") >&5
9358 (eval "$ac_link") 2>conftest.er1
9359 ac_status=$?
9360 grep -v '^ *+' conftest.er1 >conftest.err
9361 rm -f conftest.er1
9362 cat conftest.err >&5
9363 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
9364 (exit $ac_status); } && {
9365 test -z "$ac_c_werror_flag" ||
9366 test ! -s conftest.err
9367 } && test -s conftest$ac_exeext && {
9368 test "$cross_compiling" = yes ||
9369 $as_test_x conftest$ac_exeext
9370 }; then
9371 eval "$as_ac_var=yes"
9372 else
9373 $as_echo "$as_me: failed program was:" >&5
9374 sed 's/^/| /' conftest.$ac_ext >&5
9376 eval "$as_ac_var=no"
9379 rm -rf conftest.dSYM
9380 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9381 conftest$ac_exeext conftest.$ac_ext
9382 CFLAGS=$ac_wine_try_cflags_saved
9384 ac_res=`eval 'as_val=${'$as_ac_var'}
9385 $as_echo "$as_val"'`
9386 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
9387 $as_echo "$ac_res" >&6; }
9388 if test `eval 'as_val=${'$as_ac_var'}
9389 $as_echo "$as_val"'` = yes; then
9390 LDRPATH_INSTALL="-Wl,--rpath,\\\$\$ORIGIN/\`\$(RELPATH) \$(bindir) \$(libdir)\`"
9391 LDRPATH_LOCAL="-Wl,--rpath,\\\$\$ORIGIN/\$(TOPOBJDIR)/libs/wine"
9392 else
9393 as_ac_var=`$as_echo "ac_cv_cflags_-fPIC -Wl,-R,\$ORIGIN/../lib" | $as_tr_sh`
9394 { $as_echo "$as_me:$LINENO: checking whether the compiler supports -fPIC -Wl,-R,\$ORIGIN/../lib" >&5
9395 $as_echo_n "checking whether the compiler supports -fPIC -Wl,-R,\$ORIGIN/../lib... " >&6; }
9396 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
9397 $as_echo_n "(cached) " >&6
9398 else
9399 ac_wine_try_cflags_saved=$CFLAGS
9400 CFLAGS="$CFLAGS -fPIC -Wl,-R,\$ORIGIN/../lib"
9401 cat >conftest.$ac_ext <<_ACEOF
9402 /* confdefs.h. */
9403 _ACEOF
9404 cat confdefs.h >>conftest.$ac_ext
9405 cat >>conftest.$ac_ext <<_ACEOF
9406 /* end confdefs.h. */
9409 main ()
9413 return 0;
9415 _ACEOF
9416 rm -f conftest.$ac_objext conftest$ac_exeext
9417 if { (ac_try="$ac_link"
9418 case "(($ac_try" in
9419 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9420 *) ac_try_echo=$ac_try;;
9421 esac
9422 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
9423 $as_echo "$ac_try_echo") >&5
9424 (eval "$ac_link") 2>conftest.er1
9425 ac_status=$?
9426 grep -v '^ *+' conftest.er1 >conftest.err
9427 rm -f conftest.er1
9428 cat conftest.err >&5
9429 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
9430 (exit $ac_status); } && {
9431 test -z "$ac_c_werror_flag" ||
9432 test ! -s conftest.err
9433 } && test -s conftest$ac_exeext && {
9434 test "$cross_compiling" = yes ||
9435 $as_test_x conftest$ac_exeext
9436 }; then
9437 eval "$as_ac_var=yes"
9438 else
9439 $as_echo "$as_me: failed program was:" >&5
9440 sed 's/^/| /' conftest.$ac_ext >&5
9442 eval "$as_ac_var=no"
9445 rm -rf conftest.dSYM
9446 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9447 conftest$ac_exeext conftest.$ac_ext
9448 CFLAGS=$ac_wine_try_cflags_saved
9450 ac_res=`eval 'as_val=${'$as_ac_var'}
9451 $as_echo "$as_val"'`
9452 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
9453 $as_echo "$ac_res" >&6; }
9454 if test `eval 'as_val=${'$as_ac_var'}
9455 $as_echo "$as_val"'` = yes; then
9456 LDRPATH_INSTALL="-Wl,-R,\\\$\$ORIGIN/\`\$(RELPATH) \$(bindir) \$(libdir)\`"
9457 LDRPATH_LOCAL="-Wl,-R,\\\$\$ORIGIN/\$(TOPOBJDIR)/libs/wine"
9463 { $as_echo "$as_me:$LINENO: checking whether the compiler supports -Wl,--enable-new-dtags" >&5
9464 $as_echo_n "checking whether the compiler supports -Wl,--enable-new-dtags... " >&6; }
9465 if test "${ac_cv_cflags__Wl___enable_new_dtags+set}" = set; then
9466 $as_echo_n "(cached) " >&6
9467 else
9468 ac_wine_try_cflags_saved=$CFLAGS
9469 CFLAGS="$CFLAGS -Wl,--enable-new-dtags"
9470 cat >conftest.$ac_ext <<_ACEOF
9471 /* confdefs.h. */
9472 _ACEOF
9473 cat confdefs.h >>conftest.$ac_ext
9474 cat >>conftest.$ac_ext <<_ACEOF
9475 /* end confdefs.h. */
9478 main ()
9482 return 0;
9484 _ACEOF
9485 rm -f conftest.$ac_objext conftest$ac_exeext
9486 if { (ac_try="$ac_link"
9487 case "(($ac_try" in
9488 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9489 *) ac_try_echo=$ac_try;;
9490 esac
9491 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
9492 $as_echo "$ac_try_echo") >&5
9493 (eval "$ac_link") 2>conftest.er1
9494 ac_status=$?
9495 grep -v '^ *+' conftest.er1 >conftest.err
9496 rm -f conftest.er1
9497 cat conftest.err >&5
9498 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
9499 (exit $ac_status); } && {
9500 test -z "$ac_c_werror_flag" ||
9501 test ! -s conftest.err
9502 } && test -s conftest$ac_exeext && {
9503 test "$cross_compiling" = yes ||
9504 $as_test_x conftest$ac_exeext
9505 }; then
9506 ac_cv_cflags__Wl___enable_new_dtags=yes
9507 else
9508 $as_echo "$as_me: failed program was:" >&5
9509 sed 's/^/| /' conftest.$ac_ext >&5
9511 ac_cv_cflags__Wl___enable_new_dtags=no
9514 rm -rf conftest.dSYM
9515 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9516 conftest$ac_exeext conftest.$ac_ext
9517 CFLAGS=$ac_wine_try_cflags_saved
9519 { $as_echo "$as_me:$LINENO: result: $ac_cv_cflags__Wl___enable_new_dtags" >&5
9520 $as_echo "$ac_cv_cflags__Wl___enable_new_dtags" >&6; }
9521 if test $ac_cv_cflags__Wl___enable_new_dtags = yes; then
9522 LDRPATH_INSTALL="$LDRPATH_INSTALL -Wl,--enable-new-dtags"
9526 case $host_cpu in
9527 *i[3456789]86* | x86_64)
9528 { $as_echo "$as_me:$LINENO: checking whether the compiler supports -Wl,--section-start,.interp=0x7bf00400" >&5
9529 $as_echo_n "checking whether the compiler supports -Wl,--section-start,.interp=0x7bf00400... " >&6; }
9530 if test "${ac_cv_cflags__Wl___section_start__interp_0x7bf00400+set}" = set; then
9531 $as_echo_n "(cached) " >&6
9532 else
9533 ac_wine_try_cflags_saved=$CFLAGS
9534 CFLAGS="$CFLAGS -Wl,--section-start,.interp=0x7bf00400"
9535 cat >conftest.$ac_ext <<_ACEOF
9536 /* confdefs.h. */
9537 _ACEOF
9538 cat confdefs.h >>conftest.$ac_ext
9539 cat >>conftest.$ac_ext <<_ACEOF
9540 /* end confdefs.h. */
9543 main ()
9547 return 0;
9549 _ACEOF
9550 rm -f conftest.$ac_objext conftest$ac_exeext
9551 if { (ac_try="$ac_link"
9552 case "(($ac_try" in
9553 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9554 *) ac_try_echo=$ac_try;;
9555 esac
9556 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
9557 $as_echo "$ac_try_echo") >&5
9558 (eval "$ac_link") 2>conftest.er1
9559 ac_status=$?
9560 grep -v '^ *+' conftest.er1 >conftest.err
9561 rm -f conftest.er1
9562 cat conftest.err >&5
9563 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
9564 (exit $ac_status); } && {
9565 test -z "$ac_c_werror_flag" ||
9566 test ! -s conftest.err
9567 } && test -s conftest$ac_exeext && {
9568 test "$cross_compiling" = yes ||
9569 $as_test_x conftest$ac_exeext
9570 }; then
9571 ac_cv_cflags__Wl___section_start__interp_0x7bf00400=yes
9572 else
9573 $as_echo "$as_me: failed program was:" >&5
9574 sed 's/^/| /' conftest.$ac_ext >&5
9576 ac_cv_cflags__Wl___section_start__interp_0x7bf00400=no
9579 rm -rf conftest.dSYM
9580 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9581 conftest$ac_exeext conftest.$ac_ext
9582 CFLAGS=$ac_wine_try_cflags_saved
9584 { $as_echo "$as_me:$LINENO: result: $ac_cv_cflags__Wl___section_start__interp_0x7bf00400" >&5
9585 $as_echo "$ac_cv_cflags__Wl___section_start__interp_0x7bf00400" >&6; }
9586 if test $ac_cv_cflags__Wl___section_start__interp_0x7bf00400 = yes; then
9587 LDEXECFLAGS="$LDEXECFLAGS -Wl,--section-start,.interp=0x7bf00400"
9591 esac
9593 else
9594 { $as_echo "$as_me:$LINENO: checking whether we can build a UnixWare (Solaris) dll" >&5
9595 $as_echo_n "checking whether we can build a UnixWare (Solaris) dll... " >&6; }
9596 if test "${ac_cv_c_dll_unixware+set}" = set; then
9597 $as_echo_n "(cached) " >&6
9598 else
9599 ac_wine_try_cflags_saved=$CFLAGS
9600 CFLAGS="$CFLAGS -fPIC -Wl,-G,-h,conftest.so.1.0,-B,symbolic"
9601 cat >conftest.$ac_ext <<_ACEOF
9602 void myfunc() {}
9603 _ACEOF
9604 rm -f conftest.$ac_objext conftest$ac_exeext
9605 if { (ac_try="$ac_link"
9606 case "(($ac_try" in
9607 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9608 *) ac_try_echo=$ac_try;;
9609 esac
9610 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
9611 $as_echo "$ac_try_echo") >&5
9612 (eval "$ac_link") 2>conftest.er1
9613 ac_status=$?
9614 grep -v '^ *+' conftest.er1 >conftest.err
9615 rm -f conftest.er1
9616 cat conftest.err >&5
9617 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
9618 (exit $ac_status); } && {
9619 test -z "$ac_c_werror_flag" ||
9620 test ! -s conftest.err
9621 } && test -s conftest$ac_exeext && {
9622 test "$cross_compiling" = yes ||
9623 $as_test_x conftest$ac_exeext
9624 }; then
9625 ac_cv_c_dll_unixware="yes"
9626 else
9627 $as_echo "$as_me: failed program was:" >&5
9628 sed 's/^/| /' conftest.$ac_ext >&5
9630 ac_cv_c_dll_unixware="no"
9633 rm -rf conftest.dSYM
9634 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9635 conftest$ac_exeext conftest.$ac_ext
9636 CFLAGS=$ac_wine_try_cflags_saved
9638 { $as_echo "$as_me:$LINENO: result: $ac_cv_c_dll_unixware" >&5
9639 $as_echo "$ac_cv_c_dll_unixware" >&6; }
9640 if test "$ac_cv_c_dll_unixware" = "yes"
9641 then
9642 LDSHARED="\$(CC) -Wl,-G \$(SONAME:%=-Wl,-h,%)"
9643 LDDLLFLAGS="-Wl,-G,-B,symbolic"
9645 else
9646 { $as_echo "$as_me:$LINENO: checking whether we can build an HP-UX dll" >&5
9647 $as_echo_n "checking whether we can build an HP-UX dll... " >&6; }
9648 if test "${ac_cv_c_dll_hpux+set}" = set; then
9649 $as_echo_n "(cached) " >&6
9650 else
9651 ac_wine_try_cflags_saved=$CFLAGS
9652 CFLAGS="$CFLAGS -shared"
9653 cat >conftest.$ac_ext <<_ACEOF
9654 void myfunc() {}
9655 _ACEOF
9656 rm -f conftest.$ac_objext conftest$ac_exeext
9657 if { (ac_try="$ac_link"
9658 case "(($ac_try" in
9659 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9660 *) ac_try_echo=$ac_try;;
9661 esac
9662 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
9663 $as_echo "$ac_try_echo") >&5
9664 (eval "$ac_link") 2>conftest.er1
9665 ac_status=$?
9666 grep -v '^ *+' conftest.er1 >conftest.err
9667 rm -f conftest.er1
9668 cat conftest.err >&5
9669 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
9670 (exit $ac_status); } && {
9671 test -z "$ac_c_werror_flag" ||
9672 test ! -s conftest.err
9673 } && test -s conftest$ac_exeext && {
9674 test "$cross_compiling" = yes ||
9675 $as_test_x conftest$ac_exeext
9676 }; then
9677 ac_cv_c_dll_hpux="yes"
9678 else
9679 $as_echo "$as_me: failed program was:" >&5
9680 sed 's/^/| /' conftest.$ac_ext >&5
9682 ac_cv_c_dll_hpux="no"
9685 rm -rf conftest.dSYM
9686 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9687 conftest$ac_exeext conftest.$ac_ext
9688 CFLAGS=$ac_wine_try_cflags_saved
9690 { $as_echo "$as_me:$LINENO: result: $ac_cv_c_dll_hpux" >&5
9691 $as_echo "$ac_cv_c_dll_hpux" >&6; }
9692 if test "$ac_cv_c_dll_hpux" = "yes"
9693 then
9694 LIBEXT="sl"
9695 DLLEXT=".sl"
9696 LDDLLFLAGS="-shared -fPIC"
9697 LDSHARED="\$(CC) -shared"
9702 esac
9704 enable_winequartz_drv=${enable_winequartz_drv:-no}
9706 if test "$LIBEXT" = "a"; then
9707 { { $as_echo "$as_me:$LINENO: error: could not find a way to build shared libraries.
9708 It is currently not possible to build Wine without shared library
9709 (.so) support to allow transparent switch between .so and .dll files.
9710 If you are using Linux, you will need a newer binutils.
9711 " >&5
9712 $as_echo "$as_me: error: could not find a way to build shared libraries.
9713 It is currently not possible to build Wine without shared library
9714 (.so) support to allow transparent switch between .so and .dll files.
9715 If you are using Linux, you will need a newer binutils.
9716 " >&2;}
9717 { (exit 1); exit 1; }; }
9720 if test "$cross_compiling" = "no" -a "$LIBEXT" != "dll"
9721 then
9722 for ac_prog in 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
9724 # Extract the first word of "$ac_prog", so it can be a program name with args.
9725 set dummy $ac_prog; ac_word=$2
9726 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
9727 $as_echo_n "checking for $ac_word... " >&6; }
9728 if test "${ac_cv_prog_CROSSCC+set}" = set; then
9729 $as_echo_n "(cached) " >&6
9730 else
9731 if test -n "$CROSSCC"; then
9732 ac_cv_prog_CROSSCC="$CROSSCC" # Let the user override the test.
9733 else
9734 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9735 for as_dir in $PATH
9737 IFS=$as_save_IFS
9738 test -z "$as_dir" && as_dir=.
9739 for ac_exec_ext in '' $ac_executable_extensions; do
9740 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9741 ac_cv_prog_CROSSCC="$ac_prog"
9742 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
9743 break 2
9745 done
9746 done
9747 IFS=$as_save_IFS
9751 CROSSCC=$ac_cv_prog_CROSSCC
9752 if test -n "$CROSSCC"; then
9753 { $as_echo "$as_me:$LINENO: result: $CROSSCC" >&5
9754 $as_echo "$CROSSCC" >&6; }
9755 else
9756 { $as_echo "$as_me:$LINENO: result: no" >&5
9757 $as_echo "no" >&6; }
9761 test -n "$CROSSCC" && break
9762 done
9763 test -n "$CROSSCC" || CROSSCC="false"
9765 for ac_prog in 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
9767 # Extract the first word of "$ac_prog", so it can be a program name with args.
9768 set dummy $ac_prog; ac_word=$2
9769 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
9770 $as_echo_n "checking for $ac_word... " >&6; }
9771 if test "${ac_cv_prog_DLLTOOL+set}" = set; then
9772 $as_echo_n "(cached) " >&6
9773 else
9774 if test -n "$DLLTOOL"; then
9775 ac_cv_prog_DLLTOOL="$DLLTOOL" # Let the user override the test.
9776 else
9777 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9778 for as_dir in $PATH
9780 IFS=$as_save_IFS
9781 test -z "$as_dir" && as_dir=.
9782 for ac_exec_ext in '' $ac_executable_extensions; do
9783 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9784 ac_cv_prog_DLLTOOL="$ac_prog"
9785 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
9786 break 2
9788 done
9789 done
9790 IFS=$as_save_IFS
9794 DLLTOOL=$ac_cv_prog_DLLTOOL
9795 if test -n "$DLLTOOL"; then
9796 { $as_echo "$as_me:$LINENO: result: $DLLTOOL" >&5
9797 $as_echo "$DLLTOOL" >&6; }
9798 else
9799 { $as_echo "$as_me:$LINENO: result: no" >&5
9800 $as_echo "no" >&6; }
9804 test -n "$DLLTOOL" && break
9805 done
9806 test -n "$DLLTOOL" || DLLTOOL="false"
9808 for ac_prog in 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
9810 # Extract the first word of "$ac_prog", so it can be a program name with args.
9811 set dummy $ac_prog; ac_word=$2
9812 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
9813 $as_echo_n "checking for $ac_word... " >&6; }
9814 if test "${ac_cv_prog_CROSSWINDRES+set}" = set; then
9815 $as_echo_n "(cached) " >&6
9816 else
9817 if test -n "$CROSSWINDRES"; then
9818 ac_cv_prog_CROSSWINDRES="$CROSSWINDRES" # Let the user override the test.
9819 else
9820 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9821 for as_dir in $PATH
9823 IFS=$as_save_IFS
9824 test -z "$as_dir" && as_dir=.
9825 for ac_exec_ext in '' $ac_executable_extensions; do
9826 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9827 ac_cv_prog_CROSSWINDRES="$ac_prog"
9828 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
9829 break 2
9831 done
9832 done
9833 IFS=$as_save_IFS
9837 CROSSWINDRES=$ac_cv_prog_CROSSWINDRES
9838 if test -n "$CROSSWINDRES"; then
9839 { $as_echo "$as_me:$LINENO: result: $CROSSWINDRES" >&5
9840 $as_echo "$CROSSWINDRES" >&6; }
9841 else
9842 { $as_echo "$as_me:$LINENO: result: no" >&5
9843 $as_echo "no" >&6; }
9847 test -n "$CROSSWINDRES" && break
9848 done
9849 test -n "$CROSSWINDRES" || CROSSWINDRES="false"
9851 for ac_prog in 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
9853 # Extract the first word of "$ac_prog", so it can be a program name with args.
9854 set dummy $ac_prog; ac_word=$2
9855 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
9856 $as_echo_n "checking for $ac_word... " >&6; }
9857 if test "${ac_cv_prog_MINGWAR+set}" = set; then
9858 $as_echo_n "(cached) " >&6
9859 else
9860 if test -n "$MINGWAR"; then
9861 ac_cv_prog_MINGWAR="$MINGWAR" # Let the user override the test.
9862 else
9863 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9864 for as_dir in $PATH
9866 IFS=$as_save_IFS
9867 test -z "$as_dir" && as_dir=.
9868 for ac_exec_ext in '' $ac_executable_extensions; do
9869 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9870 ac_cv_prog_MINGWAR="$ac_prog"
9871 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
9872 break 2
9874 done
9875 done
9876 IFS=$as_save_IFS
9880 MINGWAR=$ac_cv_prog_MINGWAR
9881 if test -n "$MINGWAR"; then
9882 { $as_echo "$as_me:$LINENO: result: $MINGWAR" >&5
9883 $as_echo "$MINGWAR" >&6; }
9884 else
9885 { $as_echo "$as_me:$LINENO: result: no" >&5
9886 $as_echo "no" >&6; }
9890 test -n "$MINGWAR" && break
9891 done
9892 test -n "$MINGWAR" || MINGWAR="false"
9894 if test "$CROSSCC" != "false"
9895 then
9896 CROSSTEST="\$(CROSSTEST)"
9902 if test "$have_x" = "yes"
9903 then
9904 XLIB="-lXext -lX11"
9905 ac_save_CPPFLAGS="$CPPFLAGS"
9906 CPPFLAGS="$CPPFLAGS $X_CFLAGS"
9908 { $as_echo "$as_me:$LINENO: checking for -lX11" >&5
9909 $as_echo_n "checking for -lX11... " >&6; }
9910 if test "${ac_cv_lib_soname_X11+set}" = set; then
9911 $as_echo_n "(cached) " >&6
9912 else
9913 ac_check_soname_save_LIBS=$LIBS
9914 LIBS="-lX11 $X_LIBS $X_EXTRA_LIBS $LIBS"
9915 cat >conftest.$ac_ext <<_ACEOF
9916 /* confdefs.h. */
9917 _ACEOF
9918 cat confdefs.h >>conftest.$ac_ext
9919 cat >>conftest.$ac_ext <<_ACEOF
9920 /* end confdefs.h. */
9922 /* Override any GCC internal prototype to avoid an error.
9923 Use char because int might match the return type of a GCC
9924 builtin and then its argument prototype would still apply. */
9925 #ifdef __cplusplus
9926 extern "C"
9927 #endif
9928 char XCreateWindow ();
9930 main ()
9932 return XCreateWindow ();
9934 return 0;
9936 _ACEOF
9937 rm -f conftest.$ac_objext conftest$ac_exeext
9938 if { (ac_try="$ac_link"
9939 case "(($ac_try" in
9940 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9941 *) ac_try_echo=$ac_try;;
9942 esac
9943 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
9944 $as_echo "$ac_try_echo") >&5
9945 (eval "$ac_link") 2>conftest.er1
9946 ac_status=$?
9947 grep -v '^ *+' conftest.er1 >conftest.err
9948 rm -f conftest.er1
9949 cat conftest.err >&5
9950 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
9951 (exit $ac_status); } && {
9952 test -z "$ac_c_werror_flag" ||
9953 test ! -s conftest.err
9954 } && test -s conftest$ac_exeext && {
9955 test "$cross_compiling" = yes ||
9956 $as_test_x conftest$ac_exeext
9957 }; then
9958 case "$LIBEXT" in
9959 dll) ;;
9960 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'` ;;
9961 *) ac_cv_lib_soname_X11=`$ac_cv_path_LDD conftest$ac_exeext | grep "libX11\\.$LIBEXT" | sed -e "s/^.*\(libX11\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
9962 esac
9963 else
9964 $as_echo "$as_me: failed program was:" >&5
9965 sed 's/^/| /' conftest.$ac_ext >&5
9970 rm -rf conftest.dSYM
9971 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9972 conftest$ac_exeext conftest.$ac_ext
9973 LIBS=$ac_check_soname_save_LIBS
9975 if test "x$ac_cv_lib_soname_X11" = "x"; then
9976 { $as_echo "$as_me:$LINENO: result: not found" >&5
9977 $as_echo "not found" >&6; }
9979 else
9980 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_X11" >&5
9981 $as_echo "$ac_cv_lib_soname_X11" >&6; }
9983 cat >>confdefs.h <<_ACEOF
9984 #define SONAME_LIBX11 "$ac_cv_lib_soname_X11"
9985 _ACEOF
9990 { $as_echo "$as_me:$LINENO: checking for -lXext" >&5
9991 $as_echo_n "checking for -lXext... " >&6; }
9992 if test "${ac_cv_lib_soname_Xext+set}" = set; then
9993 $as_echo_n "(cached) " >&6
9994 else
9995 ac_check_soname_save_LIBS=$LIBS
9996 LIBS="-lXext $X_LIBS -lX11 $X_EXTRA_LIBS $LIBS"
9997 cat >conftest.$ac_ext <<_ACEOF
9998 /* confdefs.h. */
9999 _ACEOF
10000 cat confdefs.h >>conftest.$ac_ext
10001 cat >>conftest.$ac_ext <<_ACEOF
10002 /* end confdefs.h. */
10004 /* Override any GCC internal prototype to avoid an error.
10005 Use char because int might match the return type of a GCC
10006 builtin and then its argument prototype would still apply. */
10007 #ifdef __cplusplus
10008 extern "C"
10009 #endif
10010 char XextCreateExtension ();
10012 main ()
10014 return XextCreateExtension ();
10016 return 0;
10018 _ACEOF
10019 rm -f conftest.$ac_objext conftest$ac_exeext
10020 if { (ac_try="$ac_link"
10021 case "(($ac_try" in
10022 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10023 *) ac_try_echo=$ac_try;;
10024 esac
10025 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
10026 $as_echo "$ac_try_echo") >&5
10027 (eval "$ac_link") 2>conftest.er1
10028 ac_status=$?
10029 grep -v '^ *+' conftest.er1 >conftest.err
10030 rm -f conftest.er1
10031 cat conftest.err >&5
10032 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
10033 (exit $ac_status); } && {
10034 test -z "$ac_c_werror_flag" ||
10035 test ! -s conftest.err
10036 } && test -s conftest$ac_exeext && {
10037 test "$cross_compiling" = yes ||
10038 $as_test_x conftest$ac_exeext
10039 }; then
10040 case "$LIBEXT" in
10041 dll) ;;
10042 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'` ;;
10043 *) ac_cv_lib_soname_Xext=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXext\\.$LIBEXT" | sed -e "s/^.*\(libXext\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
10044 esac
10045 else
10046 $as_echo "$as_me: failed program was:" >&5
10047 sed 's/^/| /' conftest.$ac_ext >&5
10052 rm -rf conftest.dSYM
10053 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10054 conftest$ac_exeext conftest.$ac_ext
10055 LIBS=$ac_check_soname_save_LIBS
10057 if test "x$ac_cv_lib_soname_Xext" = "x"; then
10058 { $as_echo "$as_me:$LINENO: result: not found" >&5
10059 $as_echo "not found" >&6; }
10061 else
10062 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_Xext" >&5
10063 $as_echo "$ac_cv_lib_soname_Xext" >&6; }
10065 cat >>confdefs.h <<_ACEOF
10066 #define SONAME_LIBXEXT "$ac_cv_lib_soname_Xext"
10067 _ACEOF
10085 for ac_header in X11/Xlib.h \
10086 X11/XKBlib.h \
10087 X11/Xutil.h \
10088 X11/Xcursor/Xcursor.h \
10089 X11/extensions/shape.h \
10090 X11/extensions/XInput.h \
10091 X11/extensions/XShm.h \
10092 X11/extensions/Xcomposite.h \
10093 X11/extensions/Xinerama.h \
10094 X11/extensions/Xrandr.h \
10095 X11/extensions/Xrender.h \
10096 X11/extensions/xf86vmode.h
10098 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
10099 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
10100 $as_echo_n "checking for $ac_header... " >&6; }
10101 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
10102 $as_echo_n "(cached) " >&6
10103 else
10104 cat >conftest.$ac_ext <<_ACEOF
10105 /* confdefs.h. */
10106 _ACEOF
10107 cat confdefs.h >>conftest.$ac_ext
10108 cat >>conftest.$ac_ext <<_ACEOF
10109 /* end confdefs.h. */
10110 #ifdef HAVE_X11_XLIB_H
10111 # include <X11/Xlib.h>
10112 #endif
10113 #ifdef HAVE_X11_XUTIL_H
10114 # include <X11/Xutil.h>
10115 #endif
10117 #include <$ac_header>
10118 _ACEOF
10119 rm -f conftest.$ac_objext
10120 if { (ac_try="$ac_compile"
10121 case "(($ac_try" in
10122 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10123 *) ac_try_echo=$ac_try;;
10124 esac
10125 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
10126 $as_echo "$ac_try_echo") >&5
10127 (eval "$ac_compile") 2>conftest.er1
10128 ac_status=$?
10129 grep -v '^ *+' conftest.er1 >conftest.err
10130 rm -f conftest.er1
10131 cat conftest.err >&5
10132 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
10133 (exit $ac_status); } && {
10134 test -z "$ac_c_werror_flag" ||
10135 test ! -s conftest.err
10136 } && test -s conftest.$ac_objext; then
10137 eval "$as_ac_Header=yes"
10138 else
10139 $as_echo "$as_me: failed program was:" >&5
10140 sed 's/^/| /' conftest.$ac_ext >&5
10142 eval "$as_ac_Header=no"
10145 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
10147 ac_res=`eval 'as_val=${'$as_ac_Header'}
10148 $as_echo "$as_val"'`
10149 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
10150 $as_echo "$ac_res" >&6; }
10151 as_val=`eval 'as_val=${'$as_ac_Header'}
10152 $as_echo "$as_val"'`
10153 if test "x$as_val" = x""yes; then
10154 cat >>confdefs.h <<_ACEOF
10155 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
10156 _ACEOF
10160 done
10163 if test "$ac_cv_header_X11_XKBlib_h" = "yes"
10164 then
10165 { $as_echo "$as_me:$LINENO: checking for XkbQueryExtension in -lX11" >&5
10166 $as_echo_n "checking for XkbQueryExtension in -lX11... " >&6; }
10167 if test "${ac_cv_lib_X11_XkbQueryExtension+set}" = set; then
10168 $as_echo_n "(cached) " >&6
10169 else
10170 ac_check_lib_save_LIBS=$LIBS
10171 LIBS="-lX11 $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
10172 cat >conftest.$ac_ext <<_ACEOF
10173 /* confdefs.h. */
10174 _ACEOF
10175 cat confdefs.h >>conftest.$ac_ext
10176 cat >>conftest.$ac_ext <<_ACEOF
10177 /* end confdefs.h. */
10179 /* Override any GCC internal prototype to avoid an error.
10180 Use char because int might match the return type of a GCC
10181 builtin and then its argument prototype would still apply. */
10182 #ifdef __cplusplus
10183 extern "C"
10184 #endif
10185 char XkbQueryExtension ();
10187 main ()
10189 return XkbQueryExtension ();
10191 return 0;
10193 _ACEOF
10194 rm -f conftest.$ac_objext conftest$ac_exeext
10195 if { (ac_try="$ac_link"
10196 case "(($ac_try" in
10197 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10198 *) ac_try_echo=$ac_try;;
10199 esac
10200 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
10201 $as_echo "$ac_try_echo") >&5
10202 (eval "$ac_link") 2>conftest.er1
10203 ac_status=$?
10204 grep -v '^ *+' conftest.er1 >conftest.err
10205 rm -f conftest.er1
10206 cat conftest.err >&5
10207 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
10208 (exit $ac_status); } && {
10209 test -z "$ac_c_werror_flag" ||
10210 test ! -s conftest.err
10211 } && test -s conftest$ac_exeext && {
10212 test "$cross_compiling" = yes ||
10213 $as_test_x conftest$ac_exeext
10214 }; then
10215 ac_cv_lib_X11_XkbQueryExtension=yes
10216 else
10217 $as_echo "$as_me: failed program was:" >&5
10218 sed 's/^/| /' conftest.$ac_ext >&5
10220 ac_cv_lib_X11_XkbQueryExtension=no
10223 rm -rf conftest.dSYM
10224 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10225 conftest$ac_exeext conftest.$ac_ext
10226 LIBS=$ac_check_lib_save_LIBS
10228 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_X11_XkbQueryExtension" >&5
10229 $as_echo "$ac_cv_lib_X11_XkbQueryExtension" >&6; }
10230 if test "x$ac_cv_lib_X11_XkbQueryExtension" = x""yes; then
10232 cat >>confdefs.h <<\_ACEOF
10233 #define HAVE_XKB 1
10234 _ACEOF
10240 if test "$ac_cv_header_X11_Xcursor_Xcursor_h" = "yes"
10241 then
10242 { $as_echo "$as_me:$LINENO: checking for -lXcursor" >&5
10243 $as_echo_n "checking for -lXcursor... " >&6; }
10244 if test "${ac_cv_lib_soname_Xcursor+set}" = set; then
10245 $as_echo_n "(cached) " >&6
10246 else
10247 ac_check_soname_save_LIBS=$LIBS
10248 LIBS="-lXcursor $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
10249 cat >conftest.$ac_ext <<_ACEOF
10250 /* confdefs.h. */
10251 _ACEOF
10252 cat confdefs.h >>conftest.$ac_ext
10253 cat >>conftest.$ac_ext <<_ACEOF
10254 /* end confdefs.h. */
10256 /* Override any GCC internal prototype to avoid an error.
10257 Use char because int might match the return type of a GCC
10258 builtin and then its argument prototype would still apply. */
10259 #ifdef __cplusplus
10260 extern "C"
10261 #endif
10262 char XcursorImageLoadCursor ();
10264 main ()
10266 return XcursorImageLoadCursor ();
10268 return 0;
10270 _ACEOF
10271 rm -f conftest.$ac_objext conftest$ac_exeext
10272 if { (ac_try="$ac_link"
10273 case "(($ac_try" in
10274 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10275 *) ac_try_echo=$ac_try;;
10276 esac
10277 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
10278 $as_echo "$ac_try_echo") >&5
10279 (eval "$ac_link") 2>conftest.er1
10280 ac_status=$?
10281 grep -v '^ *+' conftest.er1 >conftest.err
10282 rm -f conftest.er1
10283 cat conftest.err >&5
10284 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
10285 (exit $ac_status); } && {
10286 test -z "$ac_c_werror_flag" ||
10287 test ! -s conftest.err
10288 } && test -s conftest$ac_exeext && {
10289 test "$cross_compiling" = yes ||
10290 $as_test_x conftest$ac_exeext
10291 }; then
10292 case "$LIBEXT" in
10293 dll) ;;
10294 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'` ;;
10295 *) ac_cv_lib_soname_Xcursor=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXcursor\\.$LIBEXT" | sed -e "s/^.*\(libXcursor\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
10296 esac
10297 else
10298 $as_echo "$as_me: failed program was:" >&5
10299 sed 's/^/| /' conftest.$ac_ext >&5
10304 rm -rf conftest.dSYM
10305 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10306 conftest$ac_exeext conftest.$ac_ext
10307 LIBS=$ac_check_soname_save_LIBS
10309 if test "x$ac_cv_lib_soname_Xcursor" = "x"; then
10310 { $as_echo "$as_me:$LINENO: result: not found" >&5
10311 $as_echo "not found" >&6; }
10313 else
10314 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_Xcursor" >&5
10315 $as_echo "$ac_cv_lib_soname_Xcursor" >&6; }
10317 cat >>confdefs.h <<_ACEOF
10318 #define SONAME_LIBXCURSOR "$ac_cv_lib_soname_Xcursor"
10319 _ACEOF
10325 if test "x$ac_cv_lib_soname_Xcursor" = "x"; then
10326 case "x$with_xcursor" in
10327 x) wine_notices="$wine_notices|libxcursor ${notice_platform}development files not found, the Xcursor extension won't be supported." ;;
10328 xno) ;;
10329 *) { { $as_echo "$as_me:$LINENO: error: libxcursor ${notice_platform}development files not found, the Xcursor extension won't be supported.
10330 This is an error since --with-xcursor was requested." >&5
10331 $as_echo "$as_me: error: libxcursor ${notice_platform}development files not found, the Xcursor extension won't be supported.
10332 This is an error since --with-xcursor was requested." >&2;}
10333 { (exit 1); exit 1; }; } ;;
10334 esac
10338 if test "$ac_cv_header_X11_extensions_XInput_h" = "yes"
10339 then
10340 { $as_echo "$as_me:$LINENO: checking for -lXi" >&5
10341 $as_echo_n "checking for -lXi... " >&6; }
10342 if test "${ac_cv_lib_soname_Xi+set}" = set; then
10343 $as_echo_n "(cached) " >&6
10344 else
10345 ac_check_soname_save_LIBS=$LIBS
10346 LIBS="-lXi $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
10347 cat >conftest.$ac_ext <<_ACEOF
10348 /* confdefs.h. */
10349 _ACEOF
10350 cat confdefs.h >>conftest.$ac_ext
10351 cat >>conftest.$ac_ext <<_ACEOF
10352 /* end confdefs.h. */
10354 /* Override any GCC internal prototype to avoid an error.
10355 Use char because int might match the return type of a GCC
10356 builtin and then its argument prototype would still apply. */
10357 #ifdef __cplusplus
10358 extern "C"
10359 #endif
10360 char XOpenDevice ();
10362 main ()
10364 return XOpenDevice ();
10366 return 0;
10368 _ACEOF
10369 rm -f conftest.$ac_objext conftest$ac_exeext
10370 if { (ac_try="$ac_link"
10371 case "(($ac_try" in
10372 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10373 *) ac_try_echo=$ac_try;;
10374 esac
10375 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
10376 $as_echo "$ac_try_echo") >&5
10377 (eval "$ac_link") 2>conftest.er1
10378 ac_status=$?
10379 grep -v '^ *+' conftest.er1 >conftest.err
10380 rm -f conftest.er1
10381 cat conftest.err >&5
10382 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
10383 (exit $ac_status); } && {
10384 test -z "$ac_c_werror_flag" ||
10385 test ! -s conftest.err
10386 } && test -s conftest$ac_exeext && {
10387 test "$cross_compiling" = yes ||
10388 $as_test_x conftest$ac_exeext
10389 }; then
10390 case "$LIBEXT" in
10391 dll) ;;
10392 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'` ;;
10393 *) ac_cv_lib_soname_Xi=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXi\\.$LIBEXT" | sed -e "s/^.*\(libXi\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
10394 esac
10395 else
10396 $as_echo "$as_me: failed program was:" >&5
10397 sed 's/^/| /' conftest.$ac_ext >&5
10402 rm -rf conftest.dSYM
10403 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10404 conftest$ac_exeext conftest.$ac_ext
10405 LIBS=$ac_check_soname_save_LIBS
10407 if test "x$ac_cv_lib_soname_Xi" = "x"; then
10408 { $as_echo "$as_me:$LINENO: result: not found" >&5
10409 $as_echo "not found" >&6; }
10411 else
10412 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_Xi" >&5
10413 $as_echo "$ac_cv_lib_soname_Xi" >&6; }
10415 cat >>confdefs.h <<_ACEOF
10416 #define SONAME_LIBXI "$ac_cv_lib_soname_Xi"
10417 _ACEOF
10423 if test "x$ac_cv_lib_soname_Xi" = "x"; then
10424 case "x$with_xinput" in
10425 x) wine_notices="$wine_notices|libxi ${notice_platform}development files not found, the Xinput extension won't be supported." ;;
10426 xno) ;;
10427 *) { { $as_echo "$as_me:$LINENO: error: libxi ${notice_platform}development files not found, the Xinput extension won't be supported.
10428 This is an error since --with-xinput was requested." >&5
10429 $as_echo "$as_me: error: libxi ${notice_platform}development files not found, the Xinput extension won't be supported.
10430 This is an error since --with-xinput was requested." >&2;}
10431 { (exit 1); exit 1; }; } ;;
10432 esac
10436 if test "$ac_cv_header_X11_extensions_XShm_h" = "yes"
10437 then
10438 { $as_echo "$as_me:$LINENO: checking for XShmQueryExtension in -lXext" >&5
10439 $as_echo_n "checking for XShmQueryExtension in -lXext... " >&6; }
10440 if test "${ac_cv_lib_Xext_XShmQueryExtension+set}" = set; then
10441 $as_echo_n "(cached) " >&6
10442 else
10443 ac_check_lib_save_LIBS=$LIBS
10444 LIBS="-lXext $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
10445 cat >conftest.$ac_ext <<_ACEOF
10446 /* confdefs.h. */
10447 _ACEOF
10448 cat confdefs.h >>conftest.$ac_ext
10449 cat >>conftest.$ac_ext <<_ACEOF
10450 /* end confdefs.h. */
10452 /* Override any GCC internal prototype to avoid an error.
10453 Use char because int might match the return type of a GCC
10454 builtin and then its argument prototype would still apply. */
10455 #ifdef __cplusplus
10456 extern "C"
10457 #endif
10458 char XShmQueryExtension ();
10460 main ()
10462 return XShmQueryExtension ();
10464 return 0;
10466 _ACEOF
10467 rm -f conftest.$ac_objext conftest$ac_exeext
10468 if { (ac_try="$ac_link"
10469 case "(($ac_try" in
10470 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10471 *) ac_try_echo=$ac_try;;
10472 esac
10473 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
10474 $as_echo "$ac_try_echo") >&5
10475 (eval "$ac_link") 2>conftest.er1
10476 ac_status=$?
10477 grep -v '^ *+' conftest.er1 >conftest.err
10478 rm -f conftest.er1
10479 cat conftest.err >&5
10480 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
10481 (exit $ac_status); } && {
10482 test -z "$ac_c_werror_flag" ||
10483 test ! -s conftest.err
10484 } && test -s conftest$ac_exeext && {
10485 test "$cross_compiling" = yes ||
10486 $as_test_x conftest$ac_exeext
10487 }; then
10488 ac_cv_lib_Xext_XShmQueryExtension=yes
10489 else
10490 $as_echo "$as_me: failed program was:" >&5
10491 sed 's/^/| /' conftest.$ac_ext >&5
10493 ac_cv_lib_Xext_XShmQueryExtension=no
10496 rm -rf conftest.dSYM
10497 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10498 conftest$ac_exeext conftest.$ac_ext
10499 LIBS=$ac_check_lib_save_LIBS
10501 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_Xext_XShmQueryExtension" >&5
10502 $as_echo "$ac_cv_lib_Xext_XShmQueryExtension" >&6; }
10503 if test "x$ac_cv_lib_Xext_XShmQueryExtension" = x""yes; then
10505 cat >>confdefs.h <<\_ACEOF
10506 #define HAVE_LIBXXSHM 1
10507 _ACEOF
10512 if test "$ac_cv_lib_Xext_XShmQueryExtension" != "yes"; then
10513 case "x$with_xshm" in
10514 x) wine_notices="$wine_notices|XShm ${notice_platform}development files not found, X Shared Memory won't be supported." ;;
10515 xno) ;;
10516 *) { { $as_echo "$as_me:$LINENO: error: XShm ${notice_platform}development files not found, X Shared Memory won't be supported.
10517 This is an error since --with-xshm was requested." >&5
10518 $as_echo "$as_me: error: XShm ${notice_platform}development files not found, X Shared Memory won't be supported.
10519 This is an error since --with-xshm was requested." >&2;}
10520 { (exit 1); exit 1; }; } ;;
10521 esac
10525 if test "$ac_cv_header_X11_extensions_shape_h" = "yes"
10526 then
10527 { $as_echo "$as_me:$LINENO: checking for XShapeQueryExtension in -lXext" >&5
10528 $as_echo_n "checking for XShapeQueryExtension in -lXext... " >&6; }
10529 if test "${ac_cv_lib_Xext_XShapeQueryExtension+set}" = set; then
10530 $as_echo_n "(cached) " >&6
10531 else
10532 ac_check_lib_save_LIBS=$LIBS
10533 LIBS="-lXext $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
10534 cat >conftest.$ac_ext <<_ACEOF
10535 /* confdefs.h. */
10536 _ACEOF
10537 cat confdefs.h >>conftest.$ac_ext
10538 cat >>conftest.$ac_ext <<_ACEOF
10539 /* end confdefs.h. */
10541 /* Override any GCC internal prototype to avoid an error.
10542 Use char because int might match the return type of a GCC
10543 builtin and then its argument prototype would still apply. */
10544 #ifdef __cplusplus
10545 extern "C"
10546 #endif
10547 char XShapeQueryExtension ();
10549 main ()
10551 return XShapeQueryExtension ();
10553 return 0;
10555 _ACEOF
10556 rm -f conftest.$ac_objext conftest$ac_exeext
10557 if { (ac_try="$ac_link"
10558 case "(($ac_try" in
10559 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10560 *) ac_try_echo=$ac_try;;
10561 esac
10562 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
10563 $as_echo "$ac_try_echo") >&5
10564 (eval "$ac_link") 2>conftest.er1
10565 ac_status=$?
10566 grep -v '^ *+' conftest.er1 >conftest.err
10567 rm -f conftest.er1
10568 cat conftest.err >&5
10569 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
10570 (exit $ac_status); } && {
10571 test -z "$ac_c_werror_flag" ||
10572 test ! -s conftest.err
10573 } && test -s conftest$ac_exeext && {
10574 test "$cross_compiling" = yes ||
10575 $as_test_x conftest$ac_exeext
10576 }; then
10577 ac_cv_lib_Xext_XShapeQueryExtension=yes
10578 else
10579 $as_echo "$as_me: failed program was:" >&5
10580 sed 's/^/| /' conftest.$ac_ext >&5
10582 ac_cv_lib_Xext_XShapeQueryExtension=no
10585 rm -rf conftest.dSYM
10586 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10587 conftest$ac_exeext conftest.$ac_ext
10588 LIBS=$ac_check_lib_save_LIBS
10590 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_Xext_XShapeQueryExtension" >&5
10591 $as_echo "$ac_cv_lib_Xext_XShapeQueryExtension" >&6; }
10592 if test "x$ac_cv_lib_Xext_XShapeQueryExtension" = x""yes; then
10594 cat >>confdefs.h <<\_ACEOF
10595 #define HAVE_LIBXSHAPE 1
10596 _ACEOF
10601 if test "$ac_cv_lib_Xext_XShapeQueryExtension" != "yes"; then
10602 case "x$with_xshape" in
10603 x) wine_notices="$wine_notices|XShape ${notice_platform}development files not found, XShape won't be supported." ;;
10604 xno) ;;
10605 *) { { $as_echo "$as_me:$LINENO: error: XShape ${notice_platform}development files not found, XShape won't be supported.
10606 This is an error since --with-xshape was requested." >&5
10607 $as_echo "$as_me: error: XShape ${notice_platform}development files not found, XShape won't be supported.
10608 This is an error since --with-xshape was requested." >&2;}
10609 { (exit 1); exit 1; }; } ;;
10610 esac
10614 if test "$ac_cv_header_X11_extensions_xf86vmode_h" = "yes"
10615 then
10616 { $as_echo "$as_me:$LINENO: checking for -lXxf86vm" >&5
10617 $as_echo_n "checking for -lXxf86vm... " >&6; }
10618 if test "${ac_cv_lib_soname_Xxf86vm+set}" = set; then
10619 $as_echo_n "(cached) " >&6
10620 else
10621 ac_check_soname_save_LIBS=$LIBS
10622 LIBS="-lXxf86vm $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
10623 cat >conftest.$ac_ext <<_ACEOF
10624 /* confdefs.h. */
10625 _ACEOF
10626 cat confdefs.h >>conftest.$ac_ext
10627 cat >>conftest.$ac_ext <<_ACEOF
10628 /* end confdefs.h. */
10630 /* Override any GCC internal prototype to avoid an error.
10631 Use char because int might match the return type of a GCC
10632 builtin and then its argument prototype would still apply. */
10633 #ifdef __cplusplus
10634 extern "C"
10635 #endif
10636 char XF86VidModeQueryExtension ();
10638 main ()
10640 return XF86VidModeQueryExtension ();
10642 return 0;
10644 _ACEOF
10645 rm -f conftest.$ac_objext conftest$ac_exeext
10646 if { (ac_try="$ac_link"
10647 case "(($ac_try" in
10648 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10649 *) ac_try_echo=$ac_try;;
10650 esac
10651 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
10652 $as_echo "$ac_try_echo") >&5
10653 (eval "$ac_link") 2>conftest.er1
10654 ac_status=$?
10655 grep -v '^ *+' conftest.er1 >conftest.err
10656 rm -f conftest.er1
10657 cat conftest.err >&5
10658 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
10659 (exit $ac_status); } && {
10660 test -z "$ac_c_werror_flag" ||
10661 test ! -s conftest.err
10662 } && test -s conftest$ac_exeext && {
10663 test "$cross_compiling" = yes ||
10664 $as_test_x conftest$ac_exeext
10665 }; then
10666 case "$LIBEXT" in
10667 dll) ;;
10668 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'` ;;
10669 *) ac_cv_lib_soname_Xxf86vm=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXxf86vm\\.$LIBEXT" | sed -e "s/^.*\(libXxf86vm\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
10670 esac
10671 else
10672 $as_echo "$as_me: failed program was:" >&5
10673 sed 's/^/| /' conftest.$ac_ext >&5
10678 rm -rf conftest.dSYM
10679 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10680 conftest$ac_exeext conftest.$ac_ext
10681 LIBS=$ac_check_soname_save_LIBS
10683 if test "x$ac_cv_lib_soname_Xxf86vm" = "x"; then
10684 { $as_echo "$as_me:$LINENO: result: not found" >&5
10685 $as_echo "not found" >&6; }
10687 else
10688 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_Xxf86vm" >&5
10689 $as_echo "$ac_cv_lib_soname_Xxf86vm" >&6; }
10691 cat >>confdefs.h <<_ACEOF
10692 #define SONAME_LIBXXF86VM "$ac_cv_lib_soname_Xxf86vm"
10693 _ACEOF
10699 if test "x$ac_cv_lib_soname_Xxf86vm" = "x"; then
10700 case "x$with_xxf86vm" in
10701 x) wine_notices="$wine_notices|libXxf86vm ${notice_platform}development files not found, XFree86 Vidmode won't be supported." ;;
10702 xno) ;;
10703 *) { { $as_echo "$as_me:$LINENO: error: libXxf86vm ${notice_platform}development files not found, XFree86 Vidmode won't be supported.
10704 This is an error since --with-xxf86vm was requested." >&5
10705 $as_echo "$as_me: error: libXxf86vm ${notice_platform}development files not found, XFree86 Vidmode won't be supported.
10706 This is an error since --with-xxf86vm was requested." >&2;}
10707 { (exit 1); exit 1; }; } ;;
10708 esac
10712 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"
10713 then
10714 { $as_echo "$as_me:$LINENO: checking for -lXrender" >&5
10715 $as_echo_n "checking for -lXrender... " >&6; }
10716 if test "${ac_cv_lib_soname_Xrender+set}" = set; then
10717 $as_echo_n "(cached) " >&6
10718 else
10719 ac_check_soname_save_LIBS=$LIBS
10720 LIBS="-lXrender $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
10721 cat >conftest.$ac_ext <<_ACEOF
10722 /* confdefs.h. */
10723 _ACEOF
10724 cat confdefs.h >>conftest.$ac_ext
10725 cat >>conftest.$ac_ext <<_ACEOF
10726 /* end confdefs.h. */
10728 /* Override any GCC internal prototype to avoid an error.
10729 Use char because int might match the return type of a GCC
10730 builtin and then its argument prototype would still apply. */
10731 #ifdef __cplusplus
10732 extern "C"
10733 #endif
10734 char XRenderQueryExtension ();
10736 main ()
10738 return XRenderQueryExtension ();
10740 return 0;
10742 _ACEOF
10743 rm -f conftest.$ac_objext conftest$ac_exeext
10744 if { (ac_try="$ac_link"
10745 case "(($ac_try" in
10746 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10747 *) ac_try_echo=$ac_try;;
10748 esac
10749 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
10750 $as_echo "$ac_try_echo") >&5
10751 (eval "$ac_link") 2>conftest.er1
10752 ac_status=$?
10753 grep -v '^ *+' conftest.er1 >conftest.err
10754 rm -f conftest.er1
10755 cat conftest.err >&5
10756 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
10757 (exit $ac_status); } && {
10758 test -z "$ac_c_werror_flag" ||
10759 test ! -s conftest.err
10760 } && test -s conftest$ac_exeext && {
10761 test "$cross_compiling" = yes ||
10762 $as_test_x conftest$ac_exeext
10763 }; then
10764 case "$LIBEXT" in
10765 dll) ;;
10766 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'` ;;
10767 *) ac_cv_lib_soname_Xrender=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXrender\\.$LIBEXT" | sed -e "s/^.*\(libXrender\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
10768 esac
10769 else
10770 $as_echo "$as_me: failed program was:" >&5
10771 sed 's/^/| /' conftest.$ac_ext >&5
10776 rm -rf conftest.dSYM
10777 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10778 conftest$ac_exeext conftest.$ac_ext
10779 LIBS=$ac_check_soname_save_LIBS
10781 if test "x$ac_cv_lib_soname_Xrender" = "x"; then
10782 { $as_echo "$as_me:$LINENO: result: not found" >&5
10783 $as_echo "not found" >&6; }
10785 else
10786 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_Xrender" >&5
10787 $as_echo "$ac_cv_lib_soname_Xrender" >&6; }
10789 cat >>confdefs.h <<_ACEOF
10790 #define SONAME_LIBXRENDER "$ac_cv_lib_soname_Xrender"
10791 _ACEOF
10793 { $as_echo "$as_me:$LINENO: checking for XRenderSetPictureTransform in -lXrender" >&5
10794 $as_echo_n "checking for XRenderSetPictureTransform in -lXrender... " >&6; }
10795 if test "${ac_cv_lib_Xrender_XRenderSetPictureTransform+set}" = set; then
10796 $as_echo_n "(cached) " >&6
10797 else
10798 ac_check_lib_save_LIBS=$LIBS
10799 LIBS="-lXrender $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
10800 cat >conftest.$ac_ext <<_ACEOF
10801 /* confdefs.h. */
10802 _ACEOF
10803 cat confdefs.h >>conftest.$ac_ext
10804 cat >>conftest.$ac_ext <<_ACEOF
10805 /* end confdefs.h. */
10807 /* Override any GCC internal prototype to avoid an error.
10808 Use char because int might match the return type of a GCC
10809 builtin and then its argument prototype would still apply. */
10810 #ifdef __cplusplus
10811 extern "C"
10812 #endif
10813 char XRenderSetPictureTransform ();
10815 main ()
10817 return XRenderSetPictureTransform ();
10819 return 0;
10821 _ACEOF
10822 rm -f conftest.$ac_objext conftest$ac_exeext
10823 if { (ac_try="$ac_link"
10824 case "(($ac_try" in
10825 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10826 *) ac_try_echo=$ac_try;;
10827 esac
10828 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
10829 $as_echo "$ac_try_echo") >&5
10830 (eval "$ac_link") 2>conftest.er1
10831 ac_status=$?
10832 grep -v '^ *+' conftest.er1 >conftest.err
10833 rm -f conftest.er1
10834 cat conftest.err >&5
10835 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
10836 (exit $ac_status); } && {
10837 test -z "$ac_c_werror_flag" ||
10838 test ! -s conftest.err
10839 } && test -s conftest$ac_exeext && {
10840 test "$cross_compiling" = yes ||
10841 $as_test_x conftest$ac_exeext
10842 }; then
10843 ac_cv_lib_Xrender_XRenderSetPictureTransform=yes
10844 else
10845 $as_echo "$as_me: failed program was:" >&5
10846 sed 's/^/| /' conftest.$ac_ext >&5
10848 ac_cv_lib_Xrender_XRenderSetPictureTransform=no
10851 rm -rf conftest.dSYM
10852 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10853 conftest$ac_exeext conftest.$ac_ext
10854 LIBS=$ac_check_lib_save_LIBS
10856 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_Xrender_XRenderSetPictureTransform" >&5
10857 $as_echo "$ac_cv_lib_Xrender_XRenderSetPictureTransform" >&6; }
10858 if test "x$ac_cv_lib_Xrender_XRenderSetPictureTransform" = x""yes; then
10860 cat >>confdefs.h <<\_ACEOF
10861 #define HAVE_XRENDERSETPICTURETRANSFORM 1
10862 _ACEOF
10870 if test "x$ac_cv_lib_soname_Xrender" = "x"; then
10871 case "x$with_xrender" in
10872 x) wine_warnings="$wine_warnings|libxrender ${notice_platform}development files not found, XRender won't be supported." ;;
10873 xno) ;;
10874 *) { { $as_echo "$as_me:$LINENO: error: libxrender ${notice_platform}development files not found, XRender won't be supported.
10875 This is an error since --with-xrender was requested." >&5
10876 $as_echo "$as_me: error: libxrender ${notice_platform}development files not found, XRender won't be supported.
10877 This is an error since --with-xrender was requested." >&2;}
10878 { (exit 1); exit 1; }; } ;;
10879 esac
10883 if test "$ac_cv_header_X11_extensions_Xrandr_h" = "yes" -a "x$ac_cv_lib_soname_Xrender" != "x"
10884 then
10885 cat >conftest.$ac_ext <<_ACEOF
10886 /* confdefs.h. */
10887 _ACEOF
10888 cat confdefs.h >>conftest.$ac_ext
10889 cat >>conftest.$ac_ext <<_ACEOF
10890 /* end confdefs.h. */
10891 #include <X11/Xlib.h>
10892 #include <X11/extensions/Xrandr.h>
10894 main ()
10896 static typeof(XRRSetScreenConfigAndRate) * func;
10898 return 0;
10900 _ACEOF
10901 rm -f conftest.$ac_objext
10902 if { (ac_try="$ac_compile"
10903 case "(($ac_try" in
10904 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10905 *) ac_try_echo=$ac_try;;
10906 esac
10907 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
10908 $as_echo "$ac_try_echo") >&5
10909 (eval "$ac_compile") 2>conftest.er1
10910 ac_status=$?
10911 grep -v '^ *+' conftest.er1 >conftest.err
10912 rm -f conftest.er1
10913 cat conftest.err >&5
10914 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
10915 (exit $ac_status); } && {
10916 test -z "$ac_c_werror_flag" ||
10917 test ! -s conftest.err
10918 } && test -s conftest.$ac_objext; then
10919 { $as_echo "$as_me:$LINENO: checking for -lXrandr" >&5
10920 $as_echo_n "checking for -lXrandr... " >&6; }
10921 if test "${ac_cv_lib_soname_Xrandr+set}" = set; then
10922 $as_echo_n "(cached) " >&6
10923 else
10924 ac_check_soname_save_LIBS=$LIBS
10925 LIBS="-lXrandr $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
10926 cat >conftest.$ac_ext <<_ACEOF
10927 /* confdefs.h. */
10928 _ACEOF
10929 cat confdefs.h >>conftest.$ac_ext
10930 cat >>conftest.$ac_ext <<_ACEOF
10931 /* end confdefs.h. */
10933 /* Override any GCC internal prototype to avoid an error.
10934 Use char because int might match the return type of a GCC
10935 builtin and then its argument prototype would still apply. */
10936 #ifdef __cplusplus
10937 extern "C"
10938 #endif
10939 char XRRQueryExtension ();
10941 main ()
10943 return XRRQueryExtension ();
10945 return 0;
10947 _ACEOF
10948 rm -f conftest.$ac_objext conftest$ac_exeext
10949 if { (ac_try="$ac_link"
10950 case "(($ac_try" in
10951 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10952 *) ac_try_echo=$ac_try;;
10953 esac
10954 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
10955 $as_echo "$ac_try_echo") >&5
10956 (eval "$ac_link") 2>conftest.er1
10957 ac_status=$?
10958 grep -v '^ *+' conftest.er1 >conftest.err
10959 rm -f conftest.er1
10960 cat conftest.err >&5
10961 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
10962 (exit $ac_status); } && {
10963 test -z "$ac_c_werror_flag" ||
10964 test ! -s conftest.err
10965 } && test -s conftest$ac_exeext && {
10966 test "$cross_compiling" = yes ||
10967 $as_test_x conftest$ac_exeext
10968 }; then
10969 case "$LIBEXT" in
10970 dll) ;;
10971 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'` ;;
10972 *) ac_cv_lib_soname_Xrandr=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXrandr\\.$LIBEXT" | sed -e "s/^.*\(libXrandr\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
10973 esac
10974 else
10975 $as_echo "$as_me: failed program was:" >&5
10976 sed 's/^/| /' conftest.$ac_ext >&5
10981 rm -rf conftest.dSYM
10982 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10983 conftest$ac_exeext conftest.$ac_ext
10984 LIBS=$ac_check_soname_save_LIBS
10986 if test "x$ac_cv_lib_soname_Xrandr" = "x"; then
10987 { $as_echo "$as_me:$LINENO: result: not found" >&5
10988 $as_echo "not found" >&6; }
10990 else
10991 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_Xrandr" >&5
10992 $as_echo "$ac_cv_lib_soname_Xrandr" >&6; }
10994 cat >>confdefs.h <<_ACEOF
10995 #define SONAME_LIBXRANDR "$ac_cv_lib_soname_Xrandr"
10996 _ACEOF
11001 else
11002 $as_echo "$as_me: failed program was:" >&5
11003 sed 's/^/| /' conftest.$ac_ext >&5
11008 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11010 if test "x$ac_cv_lib_soname_Xrandr" = "x"; then
11011 case "x$with_xrandr" in
11012 x) wine_notices="$wine_notices|libxrandr ${notice_platform}development files not found, XRandr won't be supported." ;;
11013 xno) ;;
11014 *) { { $as_echo "$as_me:$LINENO: error: libxrandr ${notice_platform}development files not found, XRandr won't be supported.
11015 This is an error since --with-xrandr was requested." >&5
11016 $as_echo "$as_me: error: libxrandr ${notice_platform}development files not found, XRandr won't be supported.
11017 This is an error since --with-xrandr was requested." >&2;}
11018 { (exit 1); exit 1; }; } ;;
11019 esac
11023 if test "$ac_cv_header_X11_extensions_Xinerama_h" = "yes"
11024 then
11025 cat >conftest.$ac_ext <<_ACEOF
11026 /* confdefs.h. */
11027 _ACEOF
11028 cat confdefs.h >>conftest.$ac_ext
11029 cat >>conftest.$ac_ext <<_ACEOF
11030 /* end confdefs.h. */
11031 #include <X11/Xlib.h>
11032 #include <X11/extensions/Xinerama.h>
11034 main ()
11036 static typeof(XineramaQueryScreens) * func;
11038 return 0;
11040 _ACEOF
11041 rm -f conftest.$ac_objext
11042 if { (ac_try="$ac_compile"
11043 case "(($ac_try" in
11044 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11045 *) ac_try_echo=$ac_try;;
11046 esac
11047 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
11048 $as_echo "$ac_try_echo") >&5
11049 (eval "$ac_compile") 2>conftest.er1
11050 ac_status=$?
11051 grep -v '^ *+' conftest.er1 >conftest.err
11052 rm -f conftest.er1
11053 cat conftest.err >&5
11054 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
11055 (exit $ac_status); } && {
11056 test -z "$ac_c_werror_flag" ||
11057 test ! -s conftest.err
11058 } && test -s conftest.$ac_objext; then
11059 { $as_echo "$as_me:$LINENO: checking for -lXinerama" >&5
11060 $as_echo_n "checking for -lXinerama... " >&6; }
11061 if test "${ac_cv_lib_soname_Xinerama+set}" = set; then
11062 $as_echo_n "(cached) " >&6
11063 else
11064 ac_check_soname_save_LIBS=$LIBS
11065 LIBS="-lXinerama $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
11066 cat >conftest.$ac_ext <<_ACEOF
11067 /* confdefs.h. */
11068 _ACEOF
11069 cat confdefs.h >>conftest.$ac_ext
11070 cat >>conftest.$ac_ext <<_ACEOF
11071 /* end confdefs.h. */
11073 /* Override any GCC internal prototype to avoid an error.
11074 Use char because int might match the return type of a GCC
11075 builtin and then its argument prototype would still apply. */
11076 #ifdef __cplusplus
11077 extern "C"
11078 #endif
11079 char XineramaQueryScreens ();
11081 main ()
11083 return XineramaQueryScreens ();
11085 return 0;
11087 _ACEOF
11088 rm -f conftest.$ac_objext conftest$ac_exeext
11089 if { (ac_try="$ac_link"
11090 case "(($ac_try" in
11091 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11092 *) ac_try_echo=$ac_try;;
11093 esac
11094 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
11095 $as_echo "$ac_try_echo") >&5
11096 (eval "$ac_link") 2>conftest.er1
11097 ac_status=$?
11098 grep -v '^ *+' conftest.er1 >conftest.err
11099 rm -f conftest.er1
11100 cat conftest.err >&5
11101 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
11102 (exit $ac_status); } && {
11103 test -z "$ac_c_werror_flag" ||
11104 test ! -s conftest.err
11105 } && test -s conftest$ac_exeext && {
11106 test "$cross_compiling" = yes ||
11107 $as_test_x conftest$ac_exeext
11108 }; then
11109 case "$LIBEXT" in
11110 dll) ;;
11111 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'` ;;
11112 *) ac_cv_lib_soname_Xinerama=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXinerama\\.$LIBEXT" | sed -e "s/^.*\(libXinerama\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
11113 esac
11114 else
11115 $as_echo "$as_me: failed program was:" >&5
11116 sed 's/^/| /' conftest.$ac_ext >&5
11121 rm -rf conftest.dSYM
11122 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
11123 conftest$ac_exeext conftest.$ac_ext
11124 LIBS=$ac_check_soname_save_LIBS
11126 if test "x$ac_cv_lib_soname_Xinerama" = "x"; then
11127 { $as_echo "$as_me:$LINENO: result: not found" >&5
11128 $as_echo "not found" >&6; }
11130 else
11131 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_Xinerama" >&5
11132 $as_echo "$ac_cv_lib_soname_Xinerama" >&6; }
11134 cat >>confdefs.h <<_ACEOF
11135 #define SONAME_LIBXINERAMA "$ac_cv_lib_soname_Xinerama"
11136 _ACEOF
11141 else
11142 $as_echo "$as_me: failed program was:" >&5
11143 sed 's/^/| /' conftest.$ac_ext >&5
11148 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11150 if test "x$ac_cv_lib_soname_Xinerama" = "x"; then
11151 case "x$with_xinerama" in
11152 x) wine_notices="$wine_notices|libxinerama ${notice_platform}development files not found, multi-monitor setups won't be supported." ;;
11153 xno) ;;
11154 *) { { $as_echo "$as_me:$LINENO: error: libxinerama ${notice_platform}development files not found, multi-monitor setups won't be supported.
11155 This is an error since --with-xinerama was requested." >&5
11156 $as_echo "$as_me: error: libxinerama ${notice_platform}development files not found, multi-monitor setups won't be supported.
11157 This is an error since --with-xinerama was requested." >&2;}
11158 { (exit 1); exit 1; }; } ;;
11159 esac
11163 if test "$ac_cv_header_X11_extensions_Xcomposite_h" = "yes"
11164 then
11165 { $as_echo "$as_me:$LINENO: checking for -lXcomposite" >&5
11166 $as_echo_n "checking for -lXcomposite... " >&6; }
11167 if test "${ac_cv_lib_soname_Xcomposite+set}" = set; then
11168 $as_echo_n "(cached) " >&6
11169 else
11170 ac_check_soname_save_LIBS=$LIBS
11171 LIBS="-lXcomposite $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
11172 cat >conftest.$ac_ext <<_ACEOF
11173 /* confdefs.h. */
11174 _ACEOF
11175 cat confdefs.h >>conftest.$ac_ext
11176 cat >>conftest.$ac_ext <<_ACEOF
11177 /* end confdefs.h. */
11179 /* Override any GCC internal prototype to avoid an error.
11180 Use char because int might match the return type of a GCC
11181 builtin and then its argument prototype would still apply. */
11182 #ifdef __cplusplus
11183 extern "C"
11184 #endif
11185 char XCompositeRedirectWindow ();
11187 main ()
11189 return XCompositeRedirectWindow ();
11191 return 0;
11193 _ACEOF
11194 rm -f conftest.$ac_objext conftest$ac_exeext
11195 if { (ac_try="$ac_link"
11196 case "(($ac_try" in
11197 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11198 *) ac_try_echo=$ac_try;;
11199 esac
11200 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
11201 $as_echo "$ac_try_echo") >&5
11202 (eval "$ac_link") 2>conftest.er1
11203 ac_status=$?
11204 grep -v '^ *+' conftest.er1 >conftest.err
11205 rm -f conftest.er1
11206 cat conftest.err >&5
11207 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
11208 (exit $ac_status); } && {
11209 test -z "$ac_c_werror_flag" ||
11210 test ! -s conftest.err
11211 } && test -s conftest$ac_exeext && {
11212 test "$cross_compiling" = yes ||
11213 $as_test_x conftest$ac_exeext
11214 }; then
11215 case "$LIBEXT" in
11216 dll) ;;
11217 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'` ;;
11218 *) ac_cv_lib_soname_Xcomposite=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXcomposite\\.$LIBEXT" | sed -e "s/^.*\(libXcomposite\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
11219 esac
11220 else
11221 $as_echo "$as_me: failed program was:" >&5
11222 sed 's/^/| /' conftest.$ac_ext >&5
11227 rm -rf conftest.dSYM
11228 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
11229 conftest$ac_exeext conftest.$ac_ext
11230 LIBS=$ac_check_soname_save_LIBS
11232 if test "x$ac_cv_lib_soname_Xcomposite" = "x"; then
11233 { $as_echo "$as_me:$LINENO: result: not found" >&5
11234 $as_echo "not found" >&6; }
11236 else
11237 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_Xcomposite" >&5
11238 $as_echo "$ac_cv_lib_soname_Xcomposite" >&6; }
11240 cat >>confdefs.h <<_ACEOF
11241 #define SONAME_LIBXCOMPOSITE "$ac_cv_lib_soname_Xcomposite"
11242 _ACEOF
11248 if test "x$ac_cv_lib_soname_Xcomposite" = "x"; then
11249 case "x$with_xcomposite" in
11250 x) wine_notices="$wine_notices|libxcomposite ${notice_platform}development files not found, Xcomposite won't be supported." ;;
11251 xno) ;;
11252 *) { { $as_echo "$as_me:$LINENO: error: libxcomposite ${notice_platform}development files not found, Xcomposite won't be supported.
11253 This is an error since --with-xcomposite was requested." >&5
11254 $as_echo "$as_me: error: libxcomposite ${notice_platform}development files not found, Xcomposite won't be supported.
11255 This is an error since --with-xcomposite was requested." >&2;}
11256 { (exit 1); exit 1; }; } ;;
11257 esac
11261 { $as_echo "$as_me:$LINENO: checking for XICCallback.callback" >&5
11262 $as_echo_n "checking for XICCallback.callback... " >&6; }
11263 if test "${ac_cv_member_XICCallback_callback+set}" = set; then
11264 $as_echo_n "(cached) " >&6
11265 else
11266 cat >conftest.$ac_ext <<_ACEOF
11267 /* confdefs.h. */
11268 _ACEOF
11269 cat confdefs.h >>conftest.$ac_ext
11270 cat >>conftest.$ac_ext <<_ACEOF
11271 /* end confdefs.h. */
11272 #ifdef HAVE_X11_XLIB_H
11273 #include <X11/Xlib.h>
11274 #endif
11277 main ()
11279 static XICCallback ac_aggr;
11280 if (ac_aggr.callback)
11281 return 0;
11283 return 0;
11285 _ACEOF
11286 rm -f conftest.$ac_objext
11287 if { (ac_try="$ac_compile"
11288 case "(($ac_try" in
11289 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11290 *) ac_try_echo=$ac_try;;
11291 esac
11292 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
11293 $as_echo "$ac_try_echo") >&5
11294 (eval "$ac_compile") 2>conftest.er1
11295 ac_status=$?
11296 grep -v '^ *+' conftest.er1 >conftest.err
11297 rm -f conftest.er1
11298 cat conftest.err >&5
11299 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
11300 (exit $ac_status); } && {
11301 test -z "$ac_c_werror_flag" ||
11302 test ! -s conftest.err
11303 } && test -s conftest.$ac_objext; then
11304 ac_cv_member_XICCallback_callback=yes
11305 else
11306 $as_echo "$as_me: failed program was:" >&5
11307 sed 's/^/| /' conftest.$ac_ext >&5
11309 cat >conftest.$ac_ext <<_ACEOF
11310 /* confdefs.h. */
11311 _ACEOF
11312 cat confdefs.h >>conftest.$ac_ext
11313 cat >>conftest.$ac_ext <<_ACEOF
11314 /* end confdefs.h. */
11315 #ifdef HAVE_X11_XLIB_H
11316 #include <X11/Xlib.h>
11317 #endif
11320 main ()
11322 static XICCallback ac_aggr;
11323 if (sizeof ac_aggr.callback)
11324 return 0;
11326 return 0;
11328 _ACEOF
11329 rm -f conftest.$ac_objext
11330 if { (ac_try="$ac_compile"
11331 case "(($ac_try" in
11332 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11333 *) ac_try_echo=$ac_try;;
11334 esac
11335 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
11336 $as_echo "$ac_try_echo") >&5
11337 (eval "$ac_compile") 2>conftest.er1
11338 ac_status=$?
11339 grep -v '^ *+' conftest.er1 >conftest.err
11340 rm -f conftest.er1
11341 cat conftest.err >&5
11342 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
11343 (exit $ac_status); } && {
11344 test -z "$ac_c_werror_flag" ||
11345 test ! -s conftest.err
11346 } && test -s conftest.$ac_objext; then
11347 ac_cv_member_XICCallback_callback=yes
11348 else
11349 $as_echo "$as_me: failed program was:" >&5
11350 sed 's/^/| /' conftest.$ac_ext >&5
11352 ac_cv_member_XICCallback_callback=no
11355 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11358 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11360 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_XICCallback_callback" >&5
11361 $as_echo "$ac_cv_member_XICCallback_callback" >&6; }
11362 if test "x$ac_cv_member_XICCallback_callback" = x""yes; then
11364 cat >>confdefs.h <<_ACEOF
11365 #define HAVE_XICCALLBACK_CALLBACK 1
11366 _ACEOF
11373 opengl_msg=""
11374 if test "x$with_opengl" != "xno"
11375 then
11380 for ac_header in GL/gl.h GL/glx.h GL/glext.h GL/glu.h
11382 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
11383 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
11384 $as_echo_n "checking for $ac_header... " >&6; }
11385 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
11386 $as_echo_n "(cached) " >&6
11387 else
11388 cat >conftest.$ac_ext <<_ACEOF
11389 /* confdefs.h. */
11390 _ACEOF
11391 cat confdefs.h >>conftest.$ac_ext
11392 cat >>conftest.$ac_ext <<_ACEOF
11393 /* end confdefs.h. */
11394 #ifdef HAVE_GL_GLX_H
11395 # include <GL/glx.h>
11396 #endif
11398 #include <$ac_header>
11399 _ACEOF
11400 rm -f conftest.$ac_objext
11401 if { (ac_try="$ac_compile"
11402 case "(($ac_try" in
11403 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11404 *) ac_try_echo=$ac_try;;
11405 esac
11406 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
11407 $as_echo "$ac_try_echo") >&5
11408 (eval "$ac_compile") 2>conftest.er1
11409 ac_status=$?
11410 grep -v '^ *+' conftest.er1 >conftest.err
11411 rm -f conftest.er1
11412 cat conftest.err >&5
11413 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
11414 (exit $ac_status); } && {
11415 test -z "$ac_c_werror_flag" ||
11416 test ! -s conftest.err
11417 } && test -s conftest.$ac_objext; then
11418 eval "$as_ac_Header=yes"
11419 else
11420 $as_echo "$as_me: failed program was:" >&5
11421 sed 's/^/| /' conftest.$ac_ext >&5
11423 eval "$as_ac_Header=no"
11426 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11428 ac_res=`eval 'as_val=${'$as_ac_Header'}
11429 $as_echo "$as_val"'`
11430 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
11431 $as_echo "$ac_res" >&6; }
11432 as_val=`eval 'as_val=${'$as_ac_Header'}
11433 $as_echo "$as_val"'`
11434 if test "x$as_val" = x""yes; then
11435 cat >>confdefs.h <<_ACEOF
11436 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
11437 _ACEOF
11441 done
11443 if test "$ac_cv_header_GL_gl_h" = "yes" -a "$ac_cv_header_GL_glx_h" = "yes"
11444 then
11445 { $as_echo "$as_me:$LINENO: checking for up-to-date OpenGL version" >&5
11446 $as_echo_n "checking for up-to-date OpenGL version... " >&6; }
11447 if test "${wine_cv_opengl_header_version_OK+set}" = set; then
11448 $as_echo_n "(cached) " >&6
11449 else
11450 cat >conftest.$ac_ext <<_ACEOF
11451 /* confdefs.h. */
11452 _ACEOF
11453 cat confdefs.h >>conftest.$ac_ext
11454 cat >>conftest.$ac_ext <<_ACEOF
11455 /* end confdefs.h. */
11456 #include <GL/gl.h>
11458 main ()
11460 GLenum test = GL_UNSIGNED_SHORT_5_6_5;
11462 return 0;
11464 _ACEOF
11465 rm -f conftest.$ac_objext
11466 if { (ac_try="$ac_compile"
11467 case "(($ac_try" in
11468 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11469 *) ac_try_echo=$ac_try;;
11470 esac
11471 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
11472 $as_echo "$ac_try_echo") >&5
11473 (eval "$ac_compile") 2>conftest.er1
11474 ac_status=$?
11475 grep -v '^ *+' conftest.er1 >conftest.err
11476 rm -f conftest.er1
11477 cat conftest.err >&5
11478 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
11479 (exit $ac_status); } && {
11480 test -z "$ac_c_werror_flag" ||
11481 test ! -s conftest.err
11482 } && test -s conftest.$ac_objext; then
11483 wine_cv_opengl_header_version_OK="yes"
11484 else
11485 $as_echo "$as_me: failed program was:" >&5
11486 sed 's/^/| /' conftest.$ac_ext >&5
11488 wine_cv_opengl_header_version_OK="no"
11491 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11493 { $as_echo "$as_me:$LINENO: result: $wine_cv_opengl_header_version_OK" >&5
11494 $as_echo "$wine_cv_opengl_header_version_OK" >&6; }
11496 if test "$wine_cv_opengl_header_version_OK" = "yes"
11497 then
11498 { $as_echo "$as_me:$LINENO: checking for -lGL" >&5
11499 $as_echo_n "checking for -lGL... " >&6; }
11500 if test "${ac_cv_lib_soname_GL+set}" = set; then
11501 $as_echo_n "(cached) " >&6
11502 else
11503 ac_check_soname_save_LIBS=$LIBS
11504 LIBS="-lGL $X_LIBS -lXext -lX11 -lm $X_EXTRA_LIBS $LIBS"
11505 cat >conftest.$ac_ext <<_ACEOF
11506 /* confdefs.h. */
11507 _ACEOF
11508 cat confdefs.h >>conftest.$ac_ext
11509 cat >>conftest.$ac_ext <<_ACEOF
11510 /* end confdefs.h. */
11512 /* Override any GCC internal prototype to avoid an error.
11513 Use char because int might match the return type of a GCC
11514 builtin and then its argument prototype would still apply. */
11515 #ifdef __cplusplus
11516 extern "C"
11517 #endif
11518 char glXCreateContext ();
11520 main ()
11522 return glXCreateContext ();
11524 return 0;
11526 _ACEOF
11527 rm -f conftest.$ac_objext conftest$ac_exeext
11528 if { (ac_try="$ac_link"
11529 case "(($ac_try" in
11530 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11531 *) ac_try_echo=$ac_try;;
11532 esac
11533 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
11534 $as_echo "$ac_try_echo") >&5
11535 (eval "$ac_link") 2>conftest.er1
11536 ac_status=$?
11537 grep -v '^ *+' conftest.er1 >conftest.err
11538 rm -f conftest.er1
11539 cat conftest.err >&5
11540 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
11541 (exit $ac_status); } && {
11542 test -z "$ac_c_werror_flag" ||
11543 test ! -s conftest.err
11544 } && test -s conftest$ac_exeext && {
11545 test "$cross_compiling" = yes ||
11546 $as_test_x conftest$ac_exeext
11547 }; then
11548 case "$LIBEXT" in
11549 dll) ;;
11550 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'` ;;
11551 *) ac_cv_lib_soname_GL=`$ac_cv_path_LDD conftest$ac_exeext | grep "libGL\\.$LIBEXT" | sed -e "s/^.*\(libGL\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
11552 esac
11553 else
11554 $as_echo "$as_me: failed program was:" >&5
11555 sed 's/^/| /' conftest.$ac_ext >&5
11560 rm -rf conftest.dSYM
11561 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
11562 conftest$ac_exeext conftest.$ac_ext
11563 LIBS=$ac_check_soname_save_LIBS
11565 if test "x$ac_cv_lib_soname_GL" = "x"; then
11566 { $as_echo "$as_me:$LINENO: result: not found" >&5
11567 $as_echo "not found" >&6; }
11568 { $as_echo "$as_me:$LINENO: checking for -lGL" >&5
11569 $as_echo_n "checking for -lGL... " >&6; }
11570 if test "${ac_cv_lib_soname_GL+set}" = set; then
11571 $as_echo_n "(cached) " >&6
11572 else
11573 ac_check_soname_save_LIBS=$LIBS
11574 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"
11575 cat >conftest.$ac_ext <<_ACEOF
11576 /* confdefs.h. */
11577 _ACEOF
11578 cat confdefs.h >>conftest.$ac_ext
11579 cat >>conftest.$ac_ext <<_ACEOF
11580 /* end confdefs.h. */
11582 /* Override any GCC internal prototype to avoid an error.
11583 Use char because int might match the return type of a GCC
11584 builtin and then its argument prototype would still apply. */
11585 #ifdef __cplusplus
11586 extern "C"
11587 #endif
11588 char glXCreateContext ();
11590 main ()
11592 return glXCreateContext ();
11594 return 0;
11596 _ACEOF
11597 rm -f conftest.$ac_objext conftest$ac_exeext
11598 if { (ac_try="$ac_link"
11599 case "(($ac_try" in
11600 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11601 *) ac_try_echo=$ac_try;;
11602 esac
11603 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
11604 $as_echo "$ac_try_echo") >&5
11605 (eval "$ac_link") 2>conftest.er1
11606 ac_status=$?
11607 grep -v '^ *+' conftest.er1 >conftest.err
11608 rm -f conftest.er1
11609 cat conftest.err >&5
11610 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
11611 (exit $ac_status); } && {
11612 test -z "$ac_c_werror_flag" ||
11613 test ! -s conftest.err
11614 } && test -s conftest$ac_exeext && {
11615 test "$cross_compiling" = yes ||
11616 $as_test_x conftest$ac_exeext
11617 }; then
11618 case "$LIBEXT" in
11619 dll) ;;
11620 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'` ;;
11621 *) ac_cv_lib_soname_GL=`$ac_cv_path_LDD conftest$ac_exeext | grep "libGL\\.$LIBEXT" | sed -e "s/^.*\(libGL\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
11622 esac
11623 else
11624 $as_echo "$as_me: failed program was:" >&5
11625 sed 's/^/| /' conftest.$ac_ext >&5
11630 rm -rf conftest.dSYM
11631 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
11632 conftest$ac_exeext conftest.$ac_ext
11633 LIBS=$ac_check_soname_save_LIBS
11635 if test "x$ac_cv_lib_soname_GL" = "x"; then
11636 { $as_echo "$as_me:$LINENO: result: not found" >&5
11637 $as_echo "not found" >&6; }
11638 if test -f /usr/X11R6/lib/libGL.a
11639 then
11640 opengl_msg="/usr/X11R6/lib/libGL.a is present on your system.
11641 This probably prevents linking to OpenGL. Try deleting the file and restarting configure."
11642 else
11643 opengl_msg="No OpenGL library found on this system."
11645 else
11646 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_GL" >&5
11647 $as_echo "$ac_cv_lib_soname_GL" >&6; }
11649 cat >>confdefs.h <<_ACEOF
11650 #define SONAME_LIBGL "$ac_cv_lib_soname_GL"
11651 _ACEOF
11653 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"
11655 cat >>confdefs.h <<\_ACEOF
11656 #define HAVE_OPENGL 1
11657 _ACEOF
11661 else
11662 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_GL" >&5
11663 $as_echo "$ac_cv_lib_soname_GL" >&6; }
11665 cat >>confdefs.h <<_ACEOF
11666 #define SONAME_LIBGL "$ac_cv_lib_soname_GL"
11667 _ACEOF
11669 OPENGL_LIBS="-lGL"
11671 cat >>confdefs.h <<\_ACEOF
11672 #define HAVE_OPENGL 1
11673 _ACEOF
11677 if test "$ac_cv_header_GL_glu_h" = "yes"
11678 then
11679 { $as_echo "$as_me:$LINENO: checking for -lGLU" >&5
11680 $as_echo_n "checking for -lGLU... " >&6; }
11681 if test "${ac_cv_lib_soname_GLU+set}" = set; then
11682 $as_echo_n "(cached) " >&6
11683 else
11684 ac_check_soname_save_LIBS=$LIBS
11685 LIBS="-lGLU $OPENGL_LIBS $X_LIBS $X_PRE_LIBS -lXext -lX11 -lm $X_EXTRA_LIBS $LIBS"
11686 cat >conftest.$ac_ext <<_ACEOF
11687 /* confdefs.h. */
11688 _ACEOF
11689 cat confdefs.h >>conftest.$ac_ext
11690 cat >>conftest.$ac_ext <<_ACEOF
11691 /* end confdefs.h. */
11693 /* Override any GCC internal prototype to avoid an error.
11694 Use char because int might match the return type of a GCC
11695 builtin and then its argument prototype would still apply. */
11696 #ifdef __cplusplus
11697 extern "C"
11698 #endif
11699 char gluLookAt ();
11701 main ()
11703 return gluLookAt ();
11705 return 0;
11707 _ACEOF
11708 rm -f conftest.$ac_objext conftest$ac_exeext
11709 if { (ac_try="$ac_link"
11710 case "(($ac_try" in
11711 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11712 *) ac_try_echo=$ac_try;;
11713 esac
11714 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
11715 $as_echo "$ac_try_echo") >&5
11716 (eval "$ac_link") 2>conftest.er1
11717 ac_status=$?
11718 grep -v '^ *+' conftest.er1 >conftest.err
11719 rm -f conftest.er1
11720 cat conftest.err >&5
11721 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
11722 (exit $ac_status); } && {
11723 test -z "$ac_c_werror_flag" ||
11724 test ! -s conftest.err
11725 } && test -s conftest$ac_exeext && {
11726 test "$cross_compiling" = yes ||
11727 $as_test_x conftest$ac_exeext
11728 }; then
11729 case "$LIBEXT" in
11730 dll) ;;
11731 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'` ;;
11732 *) ac_cv_lib_soname_GLU=`$ac_cv_path_LDD conftest$ac_exeext | grep "libGLU\\.$LIBEXT" | sed -e "s/^.*\(libGLU\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
11733 esac
11734 else
11735 $as_echo "$as_me: failed program was:" >&5
11736 sed 's/^/| /' conftest.$ac_ext >&5
11741 rm -rf conftest.dSYM
11742 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
11743 conftest$ac_exeext conftest.$ac_ext
11744 LIBS=$ac_check_soname_save_LIBS
11746 if test "x$ac_cv_lib_soname_GLU" = "x"; then
11747 { $as_echo "$as_me:$LINENO: result: not found" >&5
11748 $as_echo "not found" >&6; }
11750 else
11751 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_GLU" >&5
11752 $as_echo "$ac_cv_lib_soname_GLU" >&6; }
11754 cat >>confdefs.h <<_ACEOF
11755 #define SONAME_LIBGLU "$ac_cv_lib_soname_GLU"
11756 _ACEOF
11762 if test "x$ac_cv_lib_soname_GLU" = "x"; then
11763 case "x$with_glu" in
11764 x) wine_notices="$wine_notices|libGLU ${notice_platform}development files not found, GLU won't be supported." ;;
11765 xno) ;;
11766 *) { { $as_echo "$as_me:$LINENO: error: libGLU ${notice_platform}development files not found, GLU won't be supported.
11767 This is an error since --with-glu was requested." >&5
11768 $as_echo "$as_me: error: libGLU ${notice_platform}development files not found, GLU won't be supported.
11769 This is an error since --with-glu was requested." >&2;}
11770 { (exit 1); exit 1; }; } ;;
11771 esac
11774 else
11775 opengl_msg="Old Mesa headers detected. Consider upgrading your Mesa libraries."
11777 else
11778 opengl_msg="OpenGL development headers not found."
11780 test -n "$opengl_msg" && enable_opengl32=${enable_opengl32:-no}
11781 test "x$ac_cv_lib_soname_GLU" = "x" && enable_glu32=${enable_glu32:-no}
11782 else
11783 enable_opengl32=${enable_opengl32:-no}
11784 enable_glu32=${enable_glu32:-no}
11786 if test -n "$opengl_msg"; then
11787 case "x$with_opengl" in
11788 x) wine_warnings="$wine_warnings|$opengl_msg
11789 OpenGL and Direct3D won't be supported." ;;
11790 xno) ;;
11791 *) { { $as_echo "$as_me:$LINENO: error: $opengl_msg
11792 OpenGL and Direct3D won't be supported.
11793 This is an error since --with-opengl was requested." >&5
11794 $as_echo "$as_me: error: $opengl_msg
11795 OpenGL and Direct3D won't be supported.
11796 This is an error since --with-opengl was requested." >&2;}
11797 { (exit 1); exit 1; }; } ;;
11798 esac
11802 NASLIBS=""
11805 for ac_header in audio/audiolib.h
11807 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
11808 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
11809 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
11810 $as_echo_n "checking for $ac_header... " >&6; }
11811 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
11812 $as_echo_n "(cached) " >&6
11814 ac_res=`eval 'as_val=${'$as_ac_Header'}
11815 $as_echo "$as_val"'`
11816 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
11817 $as_echo "$ac_res" >&6; }
11818 else
11819 # Is the header compilable?
11820 { $as_echo "$as_me:$LINENO: checking $ac_header usability" >&5
11821 $as_echo_n "checking $ac_header usability... " >&6; }
11822 cat >conftest.$ac_ext <<_ACEOF
11823 /* confdefs.h. */
11824 _ACEOF
11825 cat confdefs.h >>conftest.$ac_ext
11826 cat >>conftest.$ac_ext <<_ACEOF
11827 /* end confdefs.h. */
11828 $ac_includes_default
11829 #include <$ac_header>
11830 _ACEOF
11831 rm -f conftest.$ac_objext
11832 if { (ac_try="$ac_compile"
11833 case "(($ac_try" in
11834 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11835 *) ac_try_echo=$ac_try;;
11836 esac
11837 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
11838 $as_echo "$ac_try_echo") >&5
11839 (eval "$ac_compile") 2>conftest.er1
11840 ac_status=$?
11841 grep -v '^ *+' conftest.er1 >conftest.err
11842 rm -f conftest.er1
11843 cat conftest.err >&5
11844 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
11845 (exit $ac_status); } && {
11846 test -z "$ac_c_werror_flag" ||
11847 test ! -s conftest.err
11848 } && test -s conftest.$ac_objext; then
11849 ac_header_compiler=yes
11850 else
11851 $as_echo "$as_me: failed program was:" >&5
11852 sed 's/^/| /' conftest.$ac_ext >&5
11854 ac_header_compiler=no
11857 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11858 { $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
11859 $as_echo "$ac_header_compiler" >&6; }
11861 # Is the header present?
11862 { $as_echo "$as_me:$LINENO: checking $ac_header presence" >&5
11863 $as_echo_n "checking $ac_header presence... " >&6; }
11864 cat >conftest.$ac_ext <<_ACEOF
11865 /* confdefs.h. */
11866 _ACEOF
11867 cat confdefs.h >>conftest.$ac_ext
11868 cat >>conftest.$ac_ext <<_ACEOF
11869 /* end confdefs.h. */
11870 #include <$ac_header>
11871 _ACEOF
11872 if { (ac_try="$ac_cpp conftest.$ac_ext"
11873 case "(($ac_try" in
11874 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11875 *) ac_try_echo=$ac_try;;
11876 esac
11877 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
11878 $as_echo "$ac_try_echo") >&5
11879 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
11880 ac_status=$?
11881 grep -v '^ *+' conftest.er1 >conftest.err
11882 rm -f conftest.er1
11883 cat conftest.err >&5
11884 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
11885 (exit $ac_status); } >/dev/null && {
11886 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
11887 test ! -s conftest.err
11888 }; then
11889 ac_header_preproc=yes
11890 else
11891 $as_echo "$as_me: failed program was:" >&5
11892 sed 's/^/| /' conftest.$ac_ext >&5
11894 ac_header_preproc=no
11897 rm -f conftest.err conftest.$ac_ext
11898 { $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
11899 $as_echo "$ac_header_preproc" >&6; }
11901 # So? What about this header?
11902 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
11903 yes:no: )
11904 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
11905 $as_echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
11906 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
11907 $as_echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
11908 ac_header_preproc=yes
11910 no:yes:* )
11911 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
11912 $as_echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
11913 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
11914 $as_echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
11915 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
11916 $as_echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
11917 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
11918 $as_echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
11919 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
11920 $as_echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
11921 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
11922 $as_echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
11923 ( cat <<\_ASBOX
11924 ## ------------------------------------ ##
11925 ## Report this to wine-devel@winehq.org ##
11926 ## ------------------------------------ ##
11927 _ASBOX
11928 ) | sed "s/^/$as_me: WARNING: /" >&2
11930 esac
11931 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
11932 $as_echo_n "checking for $ac_header... " >&6; }
11933 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
11934 $as_echo_n "(cached) " >&6
11935 else
11936 eval "$as_ac_Header=\$ac_header_preproc"
11938 ac_res=`eval 'as_val=${'$as_ac_Header'}
11939 $as_echo "$as_val"'`
11940 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
11941 $as_echo "$ac_res" >&6; }
11944 as_val=`eval 'as_val=${'$as_ac_Header'}
11945 $as_echo "$as_val"'`
11946 if test "x$as_val" = x""yes; then
11947 cat >>confdefs.h <<_ACEOF
11948 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
11949 _ACEOF
11951 for ac_header in audio/soundlib.h
11953 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
11954 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
11955 $as_echo_n "checking for $ac_header... " >&6; }
11956 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
11957 $as_echo_n "(cached) " >&6
11958 else
11959 cat >conftest.$ac_ext <<_ACEOF
11960 /* confdefs.h. */
11961 _ACEOF
11962 cat confdefs.h >>conftest.$ac_ext
11963 cat >>conftest.$ac_ext <<_ACEOF
11964 /* end confdefs.h. */
11965 #include <audio/audiolib.h>
11967 #include <$ac_header>
11968 _ACEOF
11969 rm -f conftest.$ac_objext
11970 if { (ac_try="$ac_compile"
11971 case "(($ac_try" in
11972 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11973 *) ac_try_echo=$ac_try;;
11974 esac
11975 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
11976 $as_echo "$ac_try_echo") >&5
11977 (eval "$ac_compile") 2>conftest.er1
11978 ac_status=$?
11979 grep -v '^ *+' conftest.er1 >conftest.err
11980 rm -f conftest.er1
11981 cat conftest.err >&5
11982 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
11983 (exit $ac_status); } && {
11984 test -z "$ac_c_werror_flag" ||
11985 test ! -s conftest.err
11986 } && test -s conftest.$ac_objext; then
11987 eval "$as_ac_Header=yes"
11988 else
11989 $as_echo "$as_me: failed program was:" >&5
11990 sed 's/^/| /' conftest.$ac_ext >&5
11992 eval "$as_ac_Header=no"
11995 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11997 ac_res=`eval 'as_val=${'$as_ac_Header'}
11998 $as_echo "$as_val"'`
11999 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
12000 $as_echo "$ac_res" >&6; }
12001 as_val=`eval 'as_val=${'$as_ac_Header'}
12002 $as_echo "$as_val"'`
12003 if test "x$as_val" = x""yes; then
12004 cat >>confdefs.h <<_ACEOF
12005 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
12006 _ACEOF
12010 done
12012 { $as_echo "$as_me:$LINENO: checking for AuCreateFlow in -laudio" >&5
12013 $as_echo_n "checking for AuCreateFlow in -laudio... " >&6; }
12014 if test "${ac_cv_lib_audio_AuCreateFlow+set}" = set; then
12015 $as_echo_n "(cached) " >&6
12016 else
12017 ac_check_lib_save_LIBS=$LIBS
12018 LIBS="-laudio -lXt $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
12019 cat >conftest.$ac_ext <<_ACEOF
12020 /* confdefs.h. */
12021 _ACEOF
12022 cat confdefs.h >>conftest.$ac_ext
12023 cat >>conftest.$ac_ext <<_ACEOF
12024 /* end confdefs.h. */
12026 /* Override any GCC internal prototype to avoid an error.
12027 Use char because int might match the return type of a GCC
12028 builtin and then its argument prototype would still apply. */
12029 #ifdef __cplusplus
12030 extern "C"
12031 #endif
12032 char AuCreateFlow ();
12034 main ()
12036 return AuCreateFlow ();
12038 return 0;
12040 _ACEOF
12041 rm -f conftest.$ac_objext conftest$ac_exeext
12042 if { (ac_try="$ac_link"
12043 case "(($ac_try" in
12044 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12045 *) ac_try_echo=$ac_try;;
12046 esac
12047 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
12048 $as_echo "$ac_try_echo") >&5
12049 (eval "$ac_link") 2>conftest.er1
12050 ac_status=$?
12051 grep -v '^ *+' conftest.er1 >conftest.err
12052 rm -f conftest.er1
12053 cat conftest.err >&5
12054 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
12055 (exit $ac_status); } && {
12056 test -z "$ac_c_werror_flag" ||
12057 test ! -s conftest.err
12058 } && test -s conftest$ac_exeext && {
12059 test "$cross_compiling" = yes ||
12060 $as_test_x conftest$ac_exeext
12061 }; then
12062 ac_cv_lib_audio_AuCreateFlow=yes
12063 else
12064 $as_echo "$as_me: failed program was:" >&5
12065 sed 's/^/| /' conftest.$ac_ext >&5
12067 ac_cv_lib_audio_AuCreateFlow=no
12070 rm -rf conftest.dSYM
12071 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
12072 conftest$ac_exeext conftest.$ac_ext
12073 LIBS=$ac_check_lib_save_LIBS
12075 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_audio_AuCreateFlow" >&5
12076 $as_echo "$ac_cv_lib_audio_AuCreateFlow" >&6; }
12077 if test "x$ac_cv_lib_audio_AuCreateFlow" = x""yes; then
12079 cat >>confdefs.h <<\_ACEOF
12080 #define HAVE_NAS 1
12081 _ACEOF
12083 { $as_echo "$as_me:$LINENO: checking for XauGetBestAuthByAddr in -lXau" >&5
12084 $as_echo_n "checking for XauGetBestAuthByAddr in -lXau... " >&6; }
12085 if test "${ac_cv_lib_Xau_XauGetBestAuthByAddr+set}" = set; then
12086 $as_echo_n "(cached) " >&6
12087 else
12088 ac_check_lib_save_LIBS=$LIBS
12089 LIBS="-lXau $X_LIBS $LIBS"
12090 cat >conftest.$ac_ext <<_ACEOF
12091 /* confdefs.h. */
12092 _ACEOF
12093 cat confdefs.h >>conftest.$ac_ext
12094 cat >>conftest.$ac_ext <<_ACEOF
12095 /* end confdefs.h. */
12097 /* Override any GCC internal prototype to avoid an error.
12098 Use char because int might match the return type of a GCC
12099 builtin and then its argument prototype would still apply. */
12100 #ifdef __cplusplus
12101 extern "C"
12102 #endif
12103 char XauGetBestAuthByAddr ();
12105 main ()
12107 return XauGetBestAuthByAddr ();
12109 return 0;
12111 _ACEOF
12112 rm -f conftest.$ac_objext conftest$ac_exeext
12113 if { (ac_try="$ac_link"
12114 case "(($ac_try" in
12115 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12116 *) ac_try_echo=$ac_try;;
12117 esac
12118 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
12119 $as_echo "$ac_try_echo") >&5
12120 (eval "$ac_link") 2>conftest.er1
12121 ac_status=$?
12122 grep -v '^ *+' conftest.er1 >conftest.err
12123 rm -f conftest.er1
12124 cat conftest.err >&5
12125 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
12126 (exit $ac_status); } && {
12127 test -z "$ac_c_werror_flag" ||
12128 test ! -s conftest.err
12129 } && test -s conftest$ac_exeext && {
12130 test "$cross_compiling" = yes ||
12131 $as_test_x conftest$ac_exeext
12132 }; then
12133 ac_cv_lib_Xau_XauGetBestAuthByAddr=yes
12134 else
12135 $as_echo "$as_me: failed program was:" >&5
12136 sed 's/^/| /' conftest.$ac_ext >&5
12138 ac_cv_lib_Xau_XauGetBestAuthByAddr=no
12141 rm -rf conftest.dSYM
12142 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
12143 conftest$ac_exeext conftest.$ac_ext
12144 LIBS=$ac_check_lib_save_LIBS
12146 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_Xau_XauGetBestAuthByAddr" >&5
12147 $as_echo "$ac_cv_lib_Xau_XauGetBestAuthByAddr" >&6; }
12148 if test "x$ac_cv_lib_Xau_XauGetBestAuthByAddr" = x""yes; then
12149 NASLIBS="-lXau -laudio -lXt $X_LIBS -lXext -lX11 $X_EXTRA_LIBS"
12150 else
12151 NASLIBS="-laudio -lXt $X_LIBS -lXext -lX11 $X_EXTRA_LIBS"
12159 done
12162 CPPFLAGS="$ac_save_CPPFLAGS"
12163 else
12164 XLIB=""
12165 X_CFLAGS=""
12166 X_LIBS=""
12167 enable_winex11_drv=${enable_winex11_drv:-no}
12168 enable_opengl32=${enable_opengl32:-no}
12169 enable_glu32=${enable_glu32:-no}
12171 if test "x$XLIB" = "x"; then
12172 case "x$with_x" in
12173 xno) ;;
12174 *) { { $as_echo "$as_me:$LINENO: error: X ${notice_platform}development files not found. Wine will be built
12175 without X support, which probably isn't what you want. You will need to install
12176 ${notice_platform}development packages of Xlib/Xfree86 at the very least.
12177 Use the --without-x option if you really want this." >&5
12178 $as_echo "$as_me: error: X ${notice_platform}development files not found. Wine will be built
12179 without X support, which probably isn't what you want. You will need to install
12180 ${notice_platform}development packages of Xlib/Xfree86 at the very least.
12181 Use the --without-x option if you really want this." >&2;}
12182 { (exit 1); exit 1; }; } ;;
12183 esac
12188 XML2LIBS=""
12190 XML2INCL=""
12192 XSLTINCL=""
12194 if test "x$with_xml" != "xno"
12195 then
12196 ac_save_CPPFLAGS="$CPPFLAGS"
12197 if test "$PKG_CONFIG" != "false"
12198 then
12199 ac_xml_libs="`$PKG_CONFIG --libs libxml-2.0 2>/dev/null`"
12200 ac_xml_cflags="`$PKG_CONFIG --cflags libxml-2.0 2>/dev/null`"
12201 else
12202 ac_xml_libs="`xml2-config --libs 2>/dev/null`"
12203 ac_xml_cflags="`xml2-config --cflags 2>/dev/null`"
12205 CPPFLAGS="$CPPFLAGS $ac_xml_cflags"
12207 for ac_header in libxml/parser.h
12209 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
12210 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
12211 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
12212 $as_echo_n "checking for $ac_header... " >&6; }
12213 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
12214 $as_echo_n "(cached) " >&6
12216 ac_res=`eval 'as_val=${'$as_ac_Header'}
12217 $as_echo "$as_val"'`
12218 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
12219 $as_echo "$ac_res" >&6; }
12220 else
12221 # Is the header compilable?
12222 { $as_echo "$as_me:$LINENO: checking $ac_header usability" >&5
12223 $as_echo_n "checking $ac_header usability... " >&6; }
12224 cat >conftest.$ac_ext <<_ACEOF
12225 /* confdefs.h. */
12226 _ACEOF
12227 cat confdefs.h >>conftest.$ac_ext
12228 cat >>conftest.$ac_ext <<_ACEOF
12229 /* end confdefs.h. */
12230 $ac_includes_default
12231 #include <$ac_header>
12232 _ACEOF
12233 rm -f conftest.$ac_objext
12234 if { (ac_try="$ac_compile"
12235 case "(($ac_try" in
12236 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12237 *) ac_try_echo=$ac_try;;
12238 esac
12239 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
12240 $as_echo "$ac_try_echo") >&5
12241 (eval "$ac_compile") 2>conftest.er1
12242 ac_status=$?
12243 grep -v '^ *+' conftest.er1 >conftest.err
12244 rm -f conftest.er1
12245 cat conftest.err >&5
12246 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
12247 (exit $ac_status); } && {
12248 test -z "$ac_c_werror_flag" ||
12249 test ! -s conftest.err
12250 } && test -s conftest.$ac_objext; then
12251 ac_header_compiler=yes
12252 else
12253 $as_echo "$as_me: failed program was:" >&5
12254 sed 's/^/| /' conftest.$ac_ext >&5
12256 ac_header_compiler=no
12259 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
12260 { $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
12261 $as_echo "$ac_header_compiler" >&6; }
12263 # Is the header present?
12264 { $as_echo "$as_me:$LINENO: checking $ac_header presence" >&5
12265 $as_echo_n "checking $ac_header presence... " >&6; }
12266 cat >conftest.$ac_ext <<_ACEOF
12267 /* confdefs.h. */
12268 _ACEOF
12269 cat confdefs.h >>conftest.$ac_ext
12270 cat >>conftest.$ac_ext <<_ACEOF
12271 /* end confdefs.h. */
12272 #include <$ac_header>
12273 _ACEOF
12274 if { (ac_try="$ac_cpp conftest.$ac_ext"
12275 case "(($ac_try" in
12276 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12277 *) ac_try_echo=$ac_try;;
12278 esac
12279 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
12280 $as_echo "$ac_try_echo") >&5
12281 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
12282 ac_status=$?
12283 grep -v '^ *+' conftest.er1 >conftest.err
12284 rm -f conftest.er1
12285 cat conftest.err >&5
12286 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
12287 (exit $ac_status); } >/dev/null && {
12288 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
12289 test ! -s conftest.err
12290 }; then
12291 ac_header_preproc=yes
12292 else
12293 $as_echo "$as_me: failed program was:" >&5
12294 sed 's/^/| /' conftest.$ac_ext >&5
12296 ac_header_preproc=no
12299 rm -f conftest.err conftest.$ac_ext
12300 { $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
12301 $as_echo "$ac_header_preproc" >&6; }
12303 # So? What about this header?
12304 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
12305 yes:no: )
12306 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
12307 $as_echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
12308 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
12309 $as_echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
12310 ac_header_preproc=yes
12312 no:yes:* )
12313 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
12314 $as_echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
12315 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
12316 $as_echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
12317 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
12318 $as_echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
12319 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
12320 $as_echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
12321 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
12322 $as_echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
12323 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
12324 $as_echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
12325 ( cat <<\_ASBOX
12326 ## ------------------------------------ ##
12327 ## Report this to wine-devel@winehq.org ##
12328 ## ------------------------------------ ##
12329 _ASBOX
12330 ) | sed "s/^/$as_me: WARNING: /" >&2
12332 esac
12333 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
12334 $as_echo_n "checking for $ac_header... " >&6; }
12335 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
12336 $as_echo_n "(cached) " >&6
12337 else
12338 eval "$as_ac_Header=\$ac_header_preproc"
12340 ac_res=`eval 'as_val=${'$as_ac_Header'}
12341 $as_echo "$as_val"'`
12342 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
12343 $as_echo "$ac_res" >&6; }
12346 as_val=`eval 'as_val=${'$as_ac_Header'}
12347 $as_echo "$as_val"'`
12348 if test "x$as_val" = x""yes; then
12349 cat >>confdefs.h <<_ACEOF
12350 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
12351 _ACEOF
12352 { $as_echo "$as_me:$LINENO: checking for xmlParseMemory in -lxml2" >&5
12353 $as_echo_n "checking for xmlParseMemory in -lxml2... " >&6; }
12354 if test "${ac_cv_lib_xml2_xmlParseMemory+set}" = set; then
12355 $as_echo_n "(cached) " >&6
12356 else
12357 ac_check_lib_save_LIBS=$LIBS
12358 LIBS="-lxml2 $ac_xml_libs $LIBS"
12359 cat >conftest.$ac_ext <<_ACEOF
12360 /* confdefs.h. */
12361 _ACEOF
12362 cat confdefs.h >>conftest.$ac_ext
12363 cat >>conftest.$ac_ext <<_ACEOF
12364 /* end confdefs.h. */
12366 /* Override any GCC internal prototype to avoid an error.
12367 Use char because int might match the return type of a GCC
12368 builtin and then its argument prototype would still apply. */
12369 #ifdef __cplusplus
12370 extern "C"
12371 #endif
12372 char xmlParseMemory ();
12374 main ()
12376 return xmlParseMemory ();
12378 return 0;
12380 _ACEOF
12381 rm -f conftest.$ac_objext conftest$ac_exeext
12382 if { (ac_try="$ac_link"
12383 case "(($ac_try" in
12384 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12385 *) ac_try_echo=$ac_try;;
12386 esac
12387 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
12388 $as_echo "$ac_try_echo") >&5
12389 (eval "$ac_link") 2>conftest.er1
12390 ac_status=$?
12391 grep -v '^ *+' conftest.er1 >conftest.err
12392 rm -f conftest.er1
12393 cat conftest.err >&5
12394 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
12395 (exit $ac_status); } && {
12396 test -z "$ac_c_werror_flag" ||
12397 test ! -s conftest.err
12398 } && test -s conftest$ac_exeext && {
12399 test "$cross_compiling" = yes ||
12400 $as_test_x conftest$ac_exeext
12401 }; then
12402 ac_cv_lib_xml2_xmlParseMemory=yes
12403 else
12404 $as_echo "$as_me: failed program was:" >&5
12405 sed 's/^/| /' conftest.$ac_ext >&5
12407 ac_cv_lib_xml2_xmlParseMemory=no
12410 rm -rf conftest.dSYM
12411 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
12412 conftest$ac_exeext conftest.$ac_ext
12413 LIBS=$ac_check_lib_save_LIBS
12415 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_xml2_xmlParseMemory" >&5
12416 $as_echo "$ac_cv_lib_xml2_xmlParseMemory" >&6; }
12417 if test "x$ac_cv_lib_xml2_xmlParseMemory" = x""yes; then
12419 cat >>confdefs.h <<\_ACEOF
12420 #define HAVE_LIBXML2 1
12421 _ACEOF
12423 XML2LIBS="$ac_xml_libs"
12424 XML2INCL="$ac_xml_cflags"
12427 { $as_echo "$as_me:$LINENO: checking for xmlReadMemory in -lxml2" >&5
12428 $as_echo_n "checking for xmlReadMemory in -lxml2... " >&6; }
12429 if test "${ac_cv_lib_xml2_xmlReadMemory+set}" = set; then
12430 $as_echo_n "(cached) " >&6
12431 else
12432 ac_check_lib_save_LIBS=$LIBS
12433 LIBS="-lxml2 $ac_xml_libs $LIBS"
12434 cat >conftest.$ac_ext <<_ACEOF
12435 /* confdefs.h. */
12436 _ACEOF
12437 cat confdefs.h >>conftest.$ac_ext
12438 cat >>conftest.$ac_ext <<_ACEOF
12439 /* end confdefs.h. */
12441 /* Override any GCC internal prototype to avoid an error.
12442 Use char because int might match the return type of a GCC
12443 builtin and then its argument prototype would still apply. */
12444 #ifdef __cplusplus
12445 extern "C"
12446 #endif
12447 char xmlReadMemory ();
12449 main ()
12451 return xmlReadMemory ();
12453 return 0;
12455 _ACEOF
12456 rm -f conftest.$ac_objext conftest$ac_exeext
12457 if { (ac_try="$ac_link"
12458 case "(($ac_try" in
12459 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12460 *) ac_try_echo=$ac_try;;
12461 esac
12462 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
12463 $as_echo "$ac_try_echo") >&5
12464 (eval "$ac_link") 2>conftest.er1
12465 ac_status=$?
12466 grep -v '^ *+' conftest.er1 >conftest.err
12467 rm -f conftest.er1
12468 cat conftest.err >&5
12469 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
12470 (exit $ac_status); } && {
12471 test -z "$ac_c_werror_flag" ||
12472 test ! -s conftest.err
12473 } && test -s conftest$ac_exeext && {
12474 test "$cross_compiling" = yes ||
12475 $as_test_x conftest$ac_exeext
12476 }; then
12477 ac_cv_lib_xml2_xmlReadMemory=yes
12478 else
12479 $as_echo "$as_me: failed program was:" >&5
12480 sed 's/^/| /' conftest.$ac_ext >&5
12482 ac_cv_lib_xml2_xmlReadMemory=no
12485 rm -rf conftest.dSYM
12486 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
12487 conftest$ac_exeext conftest.$ac_ext
12488 LIBS=$ac_check_lib_save_LIBS
12490 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_xml2_xmlReadMemory" >&5
12491 $as_echo "$ac_cv_lib_xml2_xmlReadMemory" >&6; }
12492 if test "x$ac_cv_lib_xml2_xmlReadMemory" = x""yes; then
12494 cat >>confdefs.h <<\_ACEOF
12495 #define HAVE_XMLREADMEMORY 1
12496 _ACEOF
12500 { $as_echo "$as_me:$LINENO: checking for xmlNewDocPI in -lxml2" >&5
12501 $as_echo_n "checking for xmlNewDocPI in -lxml2... " >&6; }
12502 if test "${ac_cv_lib_xml2_xmlNewDocPI+set}" = set; then
12503 $as_echo_n "(cached) " >&6
12504 else
12505 ac_check_lib_save_LIBS=$LIBS
12506 LIBS="-lxml2 $ac_xml_libs $LIBS"
12507 cat >conftest.$ac_ext <<_ACEOF
12508 /* confdefs.h. */
12509 _ACEOF
12510 cat confdefs.h >>conftest.$ac_ext
12511 cat >>conftest.$ac_ext <<_ACEOF
12512 /* end confdefs.h. */
12514 /* Override any GCC internal prototype to avoid an error.
12515 Use char because int might match the return type of a GCC
12516 builtin and then its argument prototype would still apply. */
12517 #ifdef __cplusplus
12518 extern "C"
12519 #endif
12520 char xmlNewDocPI ();
12522 main ()
12524 return xmlNewDocPI ();
12526 return 0;
12528 _ACEOF
12529 rm -f conftest.$ac_objext conftest$ac_exeext
12530 if { (ac_try="$ac_link"
12531 case "(($ac_try" in
12532 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12533 *) ac_try_echo=$ac_try;;
12534 esac
12535 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
12536 $as_echo "$ac_try_echo") >&5
12537 (eval "$ac_link") 2>conftest.er1
12538 ac_status=$?
12539 grep -v '^ *+' conftest.er1 >conftest.err
12540 rm -f conftest.er1
12541 cat conftest.err >&5
12542 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
12543 (exit $ac_status); } && {
12544 test -z "$ac_c_werror_flag" ||
12545 test ! -s conftest.err
12546 } && test -s conftest$ac_exeext && {
12547 test "$cross_compiling" = yes ||
12548 $as_test_x conftest$ac_exeext
12549 }; then
12550 ac_cv_lib_xml2_xmlNewDocPI=yes
12551 else
12552 $as_echo "$as_me: failed program was:" >&5
12553 sed 's/^/| /' conftest.$ac_ext >&5
12555 ac_cv_lib_xml2_xmlNewDocPI=no
12558 rm -rf conftest.dSYM
12559 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
12560 conftest$ac_exeext conftest.$ac_ext
12561 LIBS=$ac_check_lib_save_LIBS
12563 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_xml2_xmlNewDocPI" >&5
12564 $as_echo "$ac_cv_lib_xml2_xmlNewDocPI" >&6; }
12565 if test "x$ac_cv_lib_xml2_xmlNewDocPI" = x""yes; then
12567 cat >>confdefs.h <<\_ACEOF
12568 #define HAVE_XMLNEWDOCPI 1
12569 _ACEOF
12576 done
12578 CPPFLAGS="$ac_save_CPPFLAGS"
12580 if test "$ac_cv_lib_xml2_xmlParseMemory" != "yes"; then
12581 case "x$with_xml" in
12582 x) wine_warnings="$wine_warnings|libxml2 ${notice_platform}development files not found, XML won't be supported." ;;
12583 xno) ;;
12584 *) { { $as_echo "$as_me:$LINENO: error: libxml2 ${notice_platform}development files not found, XML won't be supported.
12585 This is an error since --with-xml was requested." >&5
12586 $as_echo "$as_me: error: libxml2 ${notice_platform}development files not found, XML won't be supported.
12587 This is an error since --with-xml was requested." >&2;}
12588 { (exit 1); exit 1; }; } ;;
12589 esac
12593 if test "x$with_xslt" != "xno"
12594 then
12595 if test "$PKG_CONFIG" != "false"
12596 then
12597 ac_xslt_libs="`$PKG_CONFIG --libs libxslt 2>/dev/null`"
12598 ac_xslt_cflags="`$PKG_CONFIG --cflags libxslt 2>/dev/null`"
12599 else
12600 ac_xslt_libs="`xslt-config --libs 2>/dev/null`"
12601 ac_xslt_cflags="`xslt-config --cflags 2>/dev/null`"
12603 ac_save_CPPFLAGS="$CPPFLAGS"
12604 CPPFLAGS="$CPPFLAGS $ac_xslt_cflags"
12607 for ac_header in libxslt/pattern.h libxslt/transform.h
12609 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
12610 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
12611 $as_echo_n "checking for $ac_header... " >&6; }
12612 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
12613 $as_echo_n "(cached) " >&6
12614 else
12615 cat >conftest.$ac_ext <<_ACEOF
12616 /* confdefs.h. */
12617 _ACEOF
12618 cat confdefs.h >>conftest.$ac_ext
12619 cat >>conftest.$ac_ext <<_ACEOF
12620 /* end confdefs.h. */
12621 #ifdef HAVE_LIBXSLT_PATTERN_H
12622 # include <libxslt/pattern.h>
12623 #endif
12625 #include <$ac_header>
12626 _ACEOF
12627 rm -f conftest.$ac_objext
12628 if { (ac_try="$ac_compile"
12629 case "(($ac_try" in
12630 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12631 *) ac_try_echo=$ac_try;;
12632 esac
12633 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
12634 $as_echo "$ac_try_echo") >&5
12635 (eval "$ac_compile") 2>conftest.er1
12636 ac_status=$?
12637 grep -v '^ *+' conftest.er1 >conftest.err
12638 rm -f conftest.er1
12639 cat conftest.err >&5
12640 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
12641 (exit $ac_status); } && {
12642 test -z "$ac_c_werror_flag" ||
12643 test ! -s conftest.err
12644 } && test -s conftest.$ac_objext; then
12645 eval "$as_ac_Header=yes"
12646 else
12647 $as_echo "$as_me: failed program was:" >&5
12648 sed 's/^/| /' conftest.$ac_ext >&5
12650 eval "$as_ac_Header=no"
12653 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
12655 ac_res=`eval 'as_val=${'$as_ac_Header'}
12656 $as_echo "$as_val"'`
12657 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
12658 $as_echo "$ac_res" >&6; }
12659 as_val=`eval 'as_val=${'$as_ac_Header'}
12660 $as_echo "$as_val"'`
12661 if test "x$as_val" = x""yes; then
12662 cat >>confdefs.h <<_ACEOF
12663 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
12664 _ACEOF
12668 done
12670 CPPFLAGS="$ac_save_CPPFLAGS"
12671 if test "$ac_cv_header_libxslt_transform_h" = "yes"
12672 then
12673 { $as_echo "$as_me:$LINENO: checking for -lxslt" >&5
12674 $as_echo_n "checking for -lxslt... " >&6; }
12675 if test "${ac_cv_lib_soname_xslt+set}" = set; then
12676 $as_echo_n "(cached) " >&6
12677 else
12678 ac_check_soname_save_LIBS=$LIBS
12679 LIBS="-lxslt $ac_xslt_libs $LIBS"
12680 cat >conftest.$ac_ext <<_ACEOF
12681 /* confdefs.h. */
12682 _ACEOF
12683 cat confdefs.h >>conftest.$ac_ext
12684 cat >>conftest.$ac_ext <<_ACEOF
12685 /* end confdefs.h. */
12687 /* Override any GCC internal prototype to avoid an error.
12688 Use char because int might match the return type of a GCC
12689 builtin and then its argument prototype would still apply. */
12690 #ifdef __cplusplus
12691 extern "C"
12692 #endif
12693 char xsltCompilePattern ();
12695 main ()
12697 return xsltCompilePattern ();
12699 return 0;
12701 _ACEOF
12702 rm -f conftest.$ac_objext conftest$ac_exeext
12703 if { (ac_try="$ac_link"
12704 case "(($ac_try" in
12705 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12706 *) ac_try_echo=$ac_try;;
12707 esac
12708 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
12709 $as_echo "$ac_try_echo") >&5
12710 (eval "$ac_link") 2>conftest.er1
12711 ac_status=$?
12712 grep -v '^ *+' conftest.er1 >conftest.err
12713 rm -f conftest.er1
12714 cat conftest.err >&5
12715 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
12716 (exit $ac_status); } && {
12717 test -z "$ac_c_werror_flag" ||
12718 test ! -s conftest.err
12719 } && test -s conftest$ac_exeext && {
12720 test "$cross_compiling" = yes ||
12721 $as_test_x conftest$ac_exeext
12722 }; then
12723 case "$LIBEXT" in
12724 dll) ;;
12725 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'` ;;
12726 *) ac_cv_lib_soname_xslt=`$ac_cv_path_LDD conftest$ac_exeext | grep "libxslt\\.$LIBEXT" | sed -e "s/^.*\(libxslt\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
12727 esac
12728 else
12729 $as_echo "$as_me: failed program was:" >&5
12730 sed 's/^/| /' conftest.$ac_ext >&5
12735 rm -rf conftest.dSYM
12736 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
12737 conftest$ac_exeext conftest.$ac_ext
12738 LIBS=$ac_check_soname_save_LIBS
12740 if test "x$ac_cv_lib_soname_xslt" = "x"; then
12741 { $as_echo "$as_me:$LINENO: result: not found" >&5
12742 $as_echo "not found" >&6; }
12744 else
12745 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_xslt" >&5
12746 $as_echo "$ac_cv_lib_soname_xslt" >&6; }
12748 cat >>confdefs.h <<_ACEOF
12749 #define SONAME_LIBXSLT "$ac_cv_lib_soname_xslt"
12750 _ACEOF
12752 XSLTINCL="$ac_xslt_cflags"
12757 if test "x$ac_cv_lib_soname_xslt" = "x"; then
12758 case "x$with_xslt" in
12759 x) wine_warnings="$wine_warnings|libxslt ${notice_platform}development files not found, xslt won't be supported." ;;
12760 xno) ;;
12761 *) { { $as_echo "$as_me:$LINENO: error: libxslt ${notice_platform}development files not found, xslt won't be supported.
12762 This is an error since --with-xslt was requested." >&5
12763 $as_echo "$as_me: error: libxslt ${notice_platform}development files not found, xslt won't be supported.
12764 This is an error since --with-xslt was requested." >&2;}
12765 { (exit 1); exit 1; }; } ;;
12766 esac
12770 HALINCL=""
12772 if test "x$with_hal" != "xno" -a "$PKG_CONFIG" != "false"
12773 then
12774 ac_save_CPPFLAGS="$CPPFLAGS"
12775 ac_hal_libs="`$PKG_CONFIG --libs hal 2>/dev/null`"
12776 ac_hal_cflags="`$PKG_CONFIG --cflags hal 2>/dev/null`"
12777 CPPFLAGS="$CPPFLAGS $ac_hal_cflags"
12780 for ac_header in dbus/dbus.h hal/libhal.h
12782 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
12783 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
12784 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
12785 $as_echo_n "checking for $ac_header... " >&6; }
12786 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
12787 $as_echo_n "(cached) " >&6
12789 ac_res=`eval 'as_val=${'$as_ac_Header'}
12790 $as_echo "$as_val"'`
12791 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
12792 $as_echo "$ac_res" >&6; }
12793 else
12794 # Is the header compilable?
12795 { $as_echo "$as_me:$LINENO: checking $ac_header usability" >&5
12796 $as_echo_n "checking $ac_header usability... " >&6; }
12797 cat >conftest.$ac_ext <<_ACEOF
12798 /* confdefs.h. */
12799 _ACEOF
12800 cat confdefs.h >>conftest.$ac_ext
12801 cat >>conftest.$ac_ext <<_ACEOF
12802 /* end confdefs.h. */
12803 $ac_includes_default
12804 #include <$ac_header>
12805 _ACEOF
12806 rm -f conftest.$ac_objext
12807 if { (ac_try="$ac_compile"
12808 case "(($ac_try" in
12809 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12810 *) ac_try_echo=$ac_try;;
12811 esac
12812 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
12813 $as_echo "$ac_try_echo") >&5
12814 (eval "$ac_compile") 2>conftest.er1
12815 ac_status=$?
12816 grep -v '^ *+' conftest.er1 >conftest.err
12817 rm -f conftest.er1
12818 cat conftest.err >&5
12819 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
12820 (exit $ac_status); } && {
12821 test -z "$ac_c_werror_flag" ||
12822 test ! -s conftest.err
12823 } && test -s conftest.$ac_objext; then
12824 ac_header_compiler=yes
12825 else
12826 $as_echo "$as_me: failed program was:" >&5
12827 sed 's/^/| /' conftest.$ac_ext >&5
12829 ac_header_compiler=no
12832 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
12833 { $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
12834 $as_echo "$ac_header_compiler" >&6; }
12836 # Is the header present?
12837 { $as_echo "$as_me:$LINENO: checking $ac_header presence" >&5
12838 $as_echo_n "checking $ac_header presence... " >&6; }
12839 cat >conftest.$ac_ext <<_ACEOF
12840 /* confdefs.h. */
12841 _ACEOF
12842 cat confdefs.h >>conftest.$ac_ext
12843 cat >>conftest.$ac_ext <<_ACEOF
12844 /* end confdefs.h. */
12845 #include <$ac_header>
12846 _ACEOF
12847 if { (ac_try="$ac_cpp conftest.$ac_ext"
12848 case "(($ac_try" in
12849 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12850 *) ac_try_echo=$ac_try;;
12851 esac
12852 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
12853 $as_echo "$ac_try_echo") >&5
12854 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
12855 ac_status=$?
12856 grep -v '^ *+' conftest.er1 >conftest.err
12857 rm -f conftest.er1
12858 cat conftest.err >&5
12859 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
12860 (exit $ac_status); } >/dev/null && {
12861 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
12862 test ! -s conftest.err
12863 }; then
12864 ac_header_preproc=yes
12865 else
12866 $as_echo "$as_me: failed program was:" >&5
12867 sed 's/^/| /' conftest.$ac_ext >&5
12869 ac_header_preproc=no
12872 rm -f conftest.err conftest.$ac_ext
12873 { $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
12874 $as_echo "$ac_header_preproc" >&6; }
12876 # So? What about this header?
12877 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
12878 yes:no: )
12879 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
12880 $as_echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
12881 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
12882 $as_echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
12883 ac_header_preproc=yes
12885 no:yes:* )
12886 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
12887 $as_echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
12888 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
12889 $as_echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
12890 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
12891 $as_echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
12892 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
12893 $as_echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
12894 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
12895 $as_echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
12896 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
12897 $as_echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
12898 ( cat <<\_ASBOX
12899 ## ------------------------------------ ##
12900 ## Report this to wine-devel@winehq.org ##
12901 ## ------------------------------------ ##
12902 _ASBOX
12903 ) | sed "s/^/$as_me: WARNING: /" >&2
12905 esac
12906 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
12907 $as_echo_n "checking for $ac_header... " >&6; }
12908 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
12909 $as_echo_n "(cached) " >&6
12910 else
12911 eval "$as_ac_Header=\$ac_header_preproc"
12913 ac_res=`eval 'as_val=${'$as_ac_Header'}
12914 $as_echo "$as_val"'`
12915 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
12916 $as_echo "$ac_res" >&6; }
12919 as_val=`eval 'as_val=${'$as_ac_Header'}
12920 $as_echo "$as_val"'`
12921 if test "x$as_val" = x""yes; then
12922 cat >>confdefs.h <<_ACEOF
12923 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
12924 _ACEOF
12928 done
12930 if test "$ac_cv_header_dbus_dbus_h" = "yes" -a "$ac_cv_header_hal_libhal_h" = "yes"
12931 then
12932 { $as_echo "$as_me:$LINENO: checking for dbus_connection_close in -ldbus-1" >&5
12933 $as_echo_n "checking for dbus_connection_close in -ldbus-1... " >&6; }
12934 if test "${ac_cv_lib_dbus_1_dbus_connection_close+set}" = set; then
12935 $as_echo_n "(cached) " >&6
12936 else
12937 ac_check_lib_save_LIBS=$LIBS
12938 LIBS="-ldbus-1 $ac_hal_libs $LIBS"
12939 cat >conftest.$ac_ext <<_ACEOF
12940 /* confdefs.h. */
12941 _ACEOF
12942 cat confdefs.h >>conftest.$ac_ext
12943 cat >>conftest.$ac_ext <<_ACEOF
12944 /* end confdefs.h. */
12946 /* Override any GCC internal prototype to avoid an error.
12947 Use char because int might match the return type of a GCC
12948 builtin and then its argument prototype would still apply. */
12949 #ifdef __cplusplus
12950 extern "C"
12951 #endif
12952 char dbus_connection_close ();
12954 main ()
12956 return dbus_connection_close ();
12958 return 0;
12960 _ACEOF
12961 rm -f conftest.$ac_objext conftest$ac_exeext
12962 if { (ac_try="$ac_link"
12963 case "(($ac_try" in
12964 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12965 *) ac_try_echo=$ac_try;;
12966 esac
12967 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
12968 $as_echo "$ac_try_echo") >&5
12969 (eval "$ac_link") 2>conftest.er1
12970 ac_status=$?
12971 grep -v '^ *+' conftest.er1 >conftest.err
12972 rm -f conftest.er1
12973 cat conftest.err >&5
12974 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
12975 (exit $ac_status); } && {
12976 test -z "$ac_c_werror_flag" ||
12977 test ! -s conftest.err
12978 } && test -s conftest$ac_exeext && {
12979 test "$cross_compiling" = yes ||
12980 $as_test_x conftest$ac_exeext
12981 }; then
12982 ac_cv_lib_dbus_1_dbus_connection_close=yes
12983 else
12984 $as_echo "$as_me: failed program was:" >&5
12985 sed 's/^/| /' conftest.$ac_ext >&5
12987 ac_cv_lib_dbus_1_dbus_connection_close=no
12990 rm -rf conftest.dSYM
12991 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
12992 conftest$ac_exeext conftest.$ac_ext
12993 LIBS=$ac_check_lib_save_LIBS
12995 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_dbus_1_dbus_connection_close" >&5
12996 $as_echo "$ac_cv_lib_dbus_1_dbus_connection_close" >&6; }
12997 if test "x$ac_cv_lib_dbus_1_dbus_connection_close" = x""yes; then
12998 { $as_echo "$as_me:$LINENO: checking for -lhal" >&5
12999 $as_echo_n "checking for -lhal... " >&6; }
13000 if test "${ac_cv_lib_soname_hal+set}" = set; then
13001 $as_echo_n "(cached) " >&6
13002 else
13003 ac_check_soname_save_LIBS=$LIBS
13004 LIBS="-lhal $ac_hal_libs $LIBS"
13005 cat >conftest.$ac_ext <<_ACEOF
13006 /* confdefs.h. */
13007 _ACEOF
13008 cat confdefs.h >>conftest.$ac_ext
13009 cat >>conftest.$ac_ext <<_ACEOF
13010 /* end confdefs.h. */
13012 /* Override any GCC internal prototype to avoid an error.
13013 Use char because int might match the return type of a GCC
13014 builtin and then its argument prototype would still apply. */
13015 #ifdef __cplusplus
13016 extern "C"
13017 #endif
13018 char libhal_ctx_new ();
13020 main ()
13022 return libhal_ctx_new ();
13024 return 0;
13026 _ACEOF
13027 rm -f conftest.$ac_objext conftest$ac_exeext
13028 if { (ac_try="$ac_link"
13029 case "(($ac_try" in
13030 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13031 *) ac_try_echo=$ac_try;;
13032 esac
13033 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
13034 $as_echo "$ac_try_echo") >&5
13035 (eval "$ac_link") 2>conftest.er1
13036 ac_status=$?
13037 grep -v '^ *+' conftest.er1 >conftest.err
13038 rm -f conftest.er1
13039 cat conftest.err >&5
13040 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
13041 (exit $ac_status); } && {
13042 test -z "$ac_c_werror_flag" ||
13043 test ! -s conftest.err
13044 } && test -s conftest$ac_exeext && {
13045 test "$cross_compiling" = yes ||
13046 $as_test_x conftest$ac_exeext
13047 }; then
13048 case "$LIBEXT" in
13049 dll) ;;
13050 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'` ;;
13051 *) ac_cv_lib_soname_hal=`$ac_cv_path_LDD conftest$ac_exeext | grep "libhal\\.$LIBEXT" | sed -e "s/^.*\(libhal\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
13052 esac
13053 else
13054 $as_echo "$as_me: failed program was:" >&5
13055 sed 's/^/| /' conftest.$ac_ext >&5
13060 rm -rf conftest.dSYM
13061 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
13062 conftest$ac_exeext conftest.$ac_ext
13063 LIBS=$ac_check_soname_save_LIBS
13065 if test "x$ac_cv_lib_soname_hal" = "x"; then
13066 { $as_echo "$as_me:$LINENO: result: not found" >&5
13067 $as_echo "not found" >&6; }
13069 else
13070 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_hal" >&5
13071 $as_echo "$ac_cv_lib_soname_hal" >&6; }
13073 cat >>confdefs.h <<_ACEOF
13074 #define SONAME_LIBHAL "$ac_cv_lib_soname_hal"
13075 _ACEOF
13077 HALINCL="$ac_hal_cflags"
13083 CPPFLAGS="$ac_save_CPPFLAGS"
13085 if test "x$ac_cv_lib_soname_hal" = "x"; then
13086 case "x$with_hal" in
13087 x) wine_notices="$wine_notices|libhal ${notice_platform}development files not found, no dynamic device support." ;;
13088 xno) ;;
13089 *) { { $as_echo "$as_me:$LINENO: error: libhal ${notice_platform}development files not found, no dynamic device support.
13090 This is an error since --with-hal was requested." >&5
13091 $as_echo "$as_me: error: libhal ${notice_platform}development files not found, no dynamic device support.
13092 This is an error since --with-hal was requested." >&2;}
13093 { (exit 1); exit 1; }; } ;;
13094 esac
13098 if test "x$with_gnutls" != "xno" -a "$PKG_CONFIG" != "false"
13099 then
13100 ac_save_CPPFLAGS="$CPPFLAGS"
13101 ac_gnutls_libs="`$PKG_CONFIG --libs gnutls 2>/dev/null`"
13102 ac_gnutls_cflags="`$PKG_CONFIG --cflags gnutls 2>/dev/null`"
13103 CPPFLAGS="$CPPFLAGS $ac_gnutls_cflags"
13104 if test "${ac_cv_header_gnutls_gnutls_h+set}" = set; then
13105 { $as_echo "$as_me:$LINENO: checking for gnutls/gnutls.h" >&5
13106 $as_echo_n "checking for gnutls/gnutls.h... " >&6; }
13107 if test "${ac_cv_header_gnutls_gnutls_h+set}" = set; then
13108 $as_echo_n "(cached) " >&6
13110 { $as_echo "$as_me:$LINENO: result: $ac_cv_header_gnutls_gnutls_h" >&5
13111 $as_echo "$ac_cv_header_gnutls_gnutls_h" >&6; }
13112 else
13113 # Is the header compilable?
13114 { $as_echo "$as_me:$LINENO: checking gnutls/gnutls.h usability" >&5
13115 $as_echo_n "checking gnutls/gnutls.h usability... " >&6; }
13116 cat >conftest.$ac_ext <<_ACEOF
13117 /* confdefs.h. */
13118 _ACEOF
13119 cat confdefs.h >>conftest.$ac_ext
13120 cat >>conftest.$ac_ext <<_ACEOF
13121 /* end confdefs.h. */
13122 $ac_includes_default
13123 #include <gnutls/gnutls.h>
13124 _ACEOF
13125 rm -f conftest.$ac_objext
13126 if { (ac_try="$ac_compile"
13127 case "(($ac_try" in
13128 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13129 *) ac_try_echo=$ac_try;;
13130 esac
13131 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
13132 $as_echo "$ac_try_echo") >&5
13133 (eval "$ac_compile") 2>conftest.er1
13134 ac_status=$?
13135 grep -v '^ *+' conftest.er1 >conftest.err
13136 rm -f conftest.er1
13137 cat conftest.err >&5
13138 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
13139 (exit $ac_status); } && {
13140 test -z "$ac_c_werror_flag" ||
13141 test ! -s conftest.err
13142 } && test -s conftest.$ac_objext; then
13143 ac_header_compiler=yes
13144 else
13145 $as_echo "$as_me: failed program was:" >&5
13146 sed 's/^/| /' conftest.$ac_ext >&5
13148 ac_header_compiler=no
13151 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
13152 { $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
13153 $as_echo "$ac_header_compiler" >&6; }
13155 # Is the header present?
13156 { $as_echo "$as_me:$LINENO: checking gnutls/gnutls.h presence" >&5
13157 $as_echo_n "checking gnutls/gnutls.h presence... " >&6; }
13158 cat >conftest.$ac_ext <<_ACEOF
13159 /* confdefs.h. */
13160 _ACEOF
13161 cat confdefs.h >>conftest.$ac_ext
13162 cat >>conftest.$ac_ext <<_ACEOF
13163 /* end confdefs.h. */
13164 #include <gnutls/gnutls.h>
13165 _ACEOF
13166 if { (ac_try="$ac_cpp conftest.$ac_ext"
13167 case "(($ac_try" in
13168 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13169 *) ac_try_echo=$ac_try;;
13170 esac
13171 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
13172 $as_echo "$ac_try_echo") >&5
13173 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
13174 ac_status=$?
13175 grep -v '^ *+' conftest.er1 >conftest.err
13176 rm -f conftest.er1
13177 cat conftest.err >&5
13178 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
13179 (exit $ac_status); } >/dev/null && {
13180 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
13181 test ! -s conftest.err
13182 }; then
13183 ac_header_preproc=yes
13184 else
13185 $as_echo "$as_me: failed program was:" >&5
13186 sed 's/^/| /' conftest.$ac_ext >&5
13188 ac_header_preproc=no
13191 rm -f conftest.err conftest.$ac_ext
13192 { $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
13193 $as_echo "$ac_header_preproc" >&6; }
13195 # So? What about this header?
13196 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
13197 yes:no: )
13198 { $as_echo "$as_me:$LINENO: WARNING: gnutls/gnutls.h: accepted by the compiler, rejected by the preprocessor!" >&5
13199 $as_echo "$as_me: WARNING: gnutls/gnutls.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
13200 { $as_echo "$as_me:$LINENO: WARNING: gnutls/gnutls.h: proceeding with the compiler's result" >&5
13201 $as_echo "$as_me: WARNING: gnutls/gnutls.h: proceeding with the compiler's result" >&2;}
13202 ac_header_preproc=yes
13204 no:yes:* )
13205 { $as_echo "$as_me:$LINENO: WARNING: gnutls/gnutls.h: present but cannot be compiled" >&5
13206 $as_echo "$as_me: WARNING: gnutls/gnutls.h: present but cannot be compiled" >&2;}
13207 { $as_echo "$as_me:$LINENO: WARNING: gnutls/gnutls.h: check for missing prerequisite headers?" >&5
13208 $as_echo "$as_me: WARNING: gnutls/gnutls.h: check for missing prerequisite headers?" >&2;}
13209 { $as_echo "$as_me:$LINENO: WARNING: gnutls/gnutls.h: see the Autoconf documentation" >&5
13210 $as_echo "$as_me: WARNING: gnutls/gnutls.h: see the Autoconf documentation" >&2;}
13211 { $as_echo "$as_me:$LINENO: WARNING: gnutls/gnutls.h: section \"Present But Cannot Be Compiled\"" >&5
13212 $as_echo "$as_me: WARNING: gnutls/gnutls.h: section \"Present But Cannot Be Compiled\"" >&2;}
13213 { $as_echo "$as_me:$LINENO: WARNING: gnutls/gnutls.h: proceeding with the preprocessor's result" >&5
13214 $as_echo "$as_me: WARNING: gnutls/gnutls.h: proceeding with the preprocessor's result" >&2;}
13215 { $as_echo "$as_me:$LINENO: WARNING: gnutls/gnutls.h: in the future, the compiler will take precedence" >&5
13216 $as_echo "$as_me: WARNING: gnutls/gnutls.h: in the future, the compiler will take precedence" >&2;}
13217 ( cat <<\_ASBOX
13218 ## ------------------------------------ ##
13219 ## Report this to wine-devel@winehq.org ##
13220 ## ------------------------------------ ##
13221 _ASBOX
13222 ) | sed "s/^/$as_me: WARNING: /" >&2
13224 esac
13225 { $as_echo "$as_me:$LINENO: checking for gnutls/gnutls.h" >&5
13226 $as_echo_n "checking for gnutls/gnutls.h... " >&6; }
13227 if test "${ac_cv_header_gnutls_gnutls_h+set}" = set; then
13228 $as_echo_n "(cached) " >&6
13229 else
13230 ac_cv_header_gnutls_gnutls_h=$ac_header_preproc
13232 { $as_echo "$as_me:$LINENO: result: $ac_cv_header_gnutls_gnutls_h" >&5
13233 $as_echo "$ac_cv_header_gnutls_gnutls_h" >&6; }
13236 if test "x$ac_cv_header_gnutls_gnutls_h" = x""yes; then
13237 cat >conftest.$ac_ext <<_ACEOF
13238 /* confdefs.h. */
13239 _ACEOF
13240 cat confdefs.h >>conftest.$ac_ext
13241 cat >>conftest.$ac_ext <<_ACEOF
13242 /* end confdefs.h. */
13243 #include <gnutls/gnutls.h>
13245 main ()
13247 typeof(gnutls_transport_set_errno) *pfunc;
13249 return 0;
13251 _ACEOF
13252 rm -f conftest.$ac_objext
13253 if { (ac_try="$ac_compile"
13254 case "(($ac_try" in
13255 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13256 *) ac_try_echo=$ac_try;;
13257 esac
13258 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
13259 $as_echo "$ac_try_echo") >&5
13260 (eval "$ac_compile") 2>conftest.er1
13261 ac_status=$?
13262 grep -v '^ *+' conftest.er1 >conftest.err
13263 rm -f conftest.er1
13264 cat conftest.err >&5
13265 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
13266 (exit $ac_status); } && {
13267 test -z "$ac_c_werror_flag" ||
13268 test ! -s conftest.err
13269 } && test -s conftest.$ac_objext; then
13270 { $as_echo "$as_me:$LINENO: checking for -lgnutls" >&5
13271 $as_echo_n "checking for -lgnutls... " >&6; }
13272 if test "${ac_cv_lib_soname_gnutls+set}" = set; then
13273 $as_echo_n "(cached) " >&6
13274 else
13275 ac_check_soname_save_LIBS=$LIBS
13276 LIBS="-lgnutls $ac_gnutls_libs $LIBS"
13277 cat >conftest.$ac_ext <<_ACEOF
13278 /* confdefs.h. */
13279 _ACEOF
13280 cat confdefs.h >>conftest.$ac_ext
13281 cat >>conftest.$ac_ext <<_ACEOF
13282 /* end confdefs.h. */
13284 /* Override any GCC internal prototype to avoid an error.
13285 Use char because int might match the return type of a GCC
13286 builtin and then its argument prototype would still apply. */
13287 #ifdef __cplusplus
13288 extern "C"
13289 #endif
13290 char gnutls_global_init ();
13292 main ()
13294 return gnutls_global_init ();
13296 return 0;
13298 _ACEOF
13299 rm -f conftest.$ac_objext conftest$ac_exeext
13300 if { (ac_try="$ac_link"
13301 case "(($ac_try" in
13302 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13303 *) ac_try_echo=$ac_try;;
13304 esac
13305 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
13306 $as_echo "$ac_try_echo") >&5
13307 (eval "$ac_link") 2>conftest.er1
13308 ac_status=$?
13309 grep -v '^ *+' conftest.er1 >conftest.err
13310 rm -f conftest.er1
13311 cat conftest.err >&5
13312 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
13313 (exit $ac_status); } && {
13314 test -z "$ac_c_werror_flag" ||
13315 test ! -s conftest.err
13316 } && test -s conftest$ac_exeext && {
13317 test "$cross_compiling" = yes ||
13318 $as_test_x conftest$ac_exeext
13319 }; then
13320 case "$LIBEXT" in
13321 dll) ;;
13322 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'` ;;
13323 *) ac_cv_lib_soname_gnutls=`$ac_cv_path_LDD conftest$ac_exeext | grep "libgnutls\\.$LIBEXT" | sed -e "s/^.*\(libgnutls\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
13324 esac
13325 else
13326 $as_echo "$as_me: failed program was:" >&5
13327 sed 's/^/| /' conftest.$ac_ext >&5
13332 rm -rf conftest.dSYM
13333 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
13334 conftest$ac_exeext conftest.$ac_ext
13335 LIBS=$ac_check_soname_save_LIBS
13337 if test "x$ac_cv_lib_soname_gnutls" = "x"; then
13338 { $as_echo "$as_me:$LINENO: result: not found" >&5
13339 $as_echo "not found" >&6; }
13341 else
13342 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_gnutls" >&5
13343 $as_echo "$ac_cv_lib_soname_gnutls" >&6; }
13345 cat >>confdefs.h <<_ACEOF
13346 #define SONAME_LIBGNUTLS "$ac_cv_lib_soname_gnutls"
13347 _ACEOF
13349 GNUTLSINCL="$ac_gnutls_cflags"
13353 else
13354 $as_echo "$as_me: failed program was:" >&5
13355 sed 's/^/| /' conftest.$ac_ext >&5
13360 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
13364 CPPFLAGS="$ac_save_CPPFLAGS"
13366 if test "x$ac_cv_lib_soname_gnutls" = "x"; then
13367 case "x$with_gnutls" in
13368 x) wine_notices="$wine_notices|libgnutls ${notice_platform}development files not found, no schannel support." ;;
13369 xno) ;;
13370 *) { { $as_echo "$as_me:$LINENO: error: libgnutls ${notice_platform}development files not found, no schannel support.
13371 This is an error since --with-gnutls was requested." >&5
13372 $as_echo "$as_me: error: libgnutls ${notice_platform}development files not found, no schannel support.
13373 This is an error since --with-gnutls was requested." >&2;}
13374 { (exit 1); exit 1; }; } ;;
13375 esac
13379 CURSESLIBS=""
13380 if test "$ac_cv_header_ncurses_h" = "yes"
13381 then
13382 { $as_echo "$as_me:$LINENO: checking for -lncurses" >&5
13383 $as_echo_n "checking for -lncurses... " >&6; }
13384 if test "${ac_cv_lib_soname_ncurses+set}" = set; then
13385 $as_echo_n "(cached) " >&6
13386 else
13387 ac_check_soname_save_LIBS=$LIBS
13388 LIBS="-lncurses $LIBS"
13389 cat >conftest.$ac_ext <<_ACEOF
13390 /* confdefs.h. */
13391 _ACEOF
13392 cat confdefs.h >>conftest.$ac_ext
13393 cat >>conftest.$ac_ext <<_ACEOF
13394 /* end confdefs.h. */
13396 /* Override any GCC internal prototype to avoid an error.
13397 Use char because int might match the return type of a GCC
13398 builtin and then its argument prototype would still apply. */
13399 #ifdef __cplusplus
13400 extern "C"
13401 #endif
13402 char waddch ();
13404 main ()
13406 return waddch ();
13408 return 0;
13410 _ACEOF
13411 rm -f conftest.$ac_objext conftest$ac_exeext
13412 if { (ac_try="$ac_link"
13413 case "(($ac_try" in
13414 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13415 *) ac_try_echo=$ac_try;;
13416 esac
13417 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
13418 $as_echo "$ac_try_echo") >&5
13419 (eval "$ac_link") 2>conftest.er1
13420 ac_status=$?
13421 grep -v '^ *+' conftest.er1 >conftest.err
13422 rm -f conftest.er1
13423 cat conftest.err >&5
13424 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
13425 (exit $ac_status); } && {
13426 test -z "$ac_c_werror_flag" ||
13427 test ! -s conftest.err
13428 } && test -s conftest$ac_exeext && {
13429 test "$cross_compiling" = yes ||
13430 $as_test_x conftest$ac_exeext
13431 }; then
13432 case "$LIBEXT" in
13433 dll) ;;
13434 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'` ;;
13435 *) ac_cv_lib_soname_ncurses=`$ac_cv_path_LDD conftest$ac_exeext | grep "libncurses\\.$LIBEXT" | sed -e "s/^.*\(libncurses\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
13436 esac
13437 else
13438 $as_echo "$as_me: failed program was:" >&5
13439 sed 's/^/| /' conftest.$ac_ext >&5
13444 rm -rf conftest.dSYM
13445 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
13446 conftest$ac_exeext conftest.$ac_ext
13447 LIBS=$ac_check_soname_save_LIBS
13449 if test "x$ac_cv_lib_soname_ncurses" = "x"; then
13450 { $as_echo "$as_me:$LINENO: result: not found" >&5
13451 $as_echo "not found" >&6; }
13453 else
13454 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_ncurses" >&5
13455 $as_echo "$ac_cv_lib_soname_ncurses" >&6; }
13457 cat >>confdefs.h <<_ACEOF
13458 #define SONAME_LIBNCURSES "$ac_cv_lib_soname_ncurses"
13459 _ACEOF
13461 CURSESLIBS="-lncurses"
13464 elif test "$ac_cv_header_curses_h" = "yes"
13465 then
13466 { $as_echo "$as_me:$LINENO: checking for -lcurses" >&5
13467 $as_echo_n "checking for -lcurses... " >&6; }
13468 if test "${ac_cv_lib_soname_curses+set}" = set; then
13469 $as_echo_n "(cached) " >&6
13470 else
13471 ac_check_soname_save_LIBS=$LIBS
13472 LIBS="-lcurses $LIBS"
13473 cat >conftest.$ac_ext <<_ACEOF
13474 /* confdefs.h. */
13475 _ACEOF
13476 cat confdefs.h >>conftest.$ac_ext
13477 cat >>conftest.$ac_ext <<_ACEOF
13478 /* end confdefs.h. */
13480 /* Override any GCC internal prototype to avoid an error.
13481 Use char because int might match the return type of a GCC
13482 builtin and then its argument prototype would still apply. */
13483 #ifdef __cplusplus
13484 extern "C"
13485 #endif
13486 char waddch ();
13488 main ()
13490 return waddch ();
13492 return 0;
13494 _ACEOF
13495 rm -f conftest.$ac_objext conftest$ac_exeext
13496 if { (ac_try="$ac_link"
13497 case "(($ac_try" in
13498 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13499 *) ac_try_echo=$ac_try;;
13500 esac
13501 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
13502 $as_echo "$ac_try_echo") >&5
13503 (eval "$ac_link") 2>conftest.er1
13504 ac_status=$?
13505 grep -v '^ *+' conftest.er1 >conftest.err
13506 rm -f conftest.er1
13507 cat conftest.err >&5
13508 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
13509 (exit $ac_status); } && {
13510 test -z "$ac_c_werror_flag" ||
13511 test ! -s conftest.err
13512 } && test -s conftest$ac_exeext && {
13513 test "$cross_compiling" = yes ||
13514 $as_test_x conftest$ac_exeext
13515 }; then
13516 case "$LIBEXT" in
13517 dll) ;;
13518 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'` ;;
13519 *) ac_cv_lib_soname_curses=`$ac_cv_path_LDD conftest$ac_exeext | grep "libcurses\\.$LIBEXT" | sed -e "s/^.*\(libcurses\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
13520 esac
13521 else
13522 $as_echo "$as_me: failed program was:" >&5
13523 sed 's/^/| /' conftest.$ac_ext >&5
13528 rm -rf conftest.dSYM
13529 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
13530 conftest$ac_exeext conftest.$ac_ext
13531 LIBS=$ac_check_soname_save_LIBS
13533 if test "x$ac_cv_lib_soname_curses" = "x"; then
13534 { $as_echo "$as_me:$LINENO: result: not found" >&5
13535 $as_echo "not found" >&6; }
13537 else
13538 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_curses" >&5
13539 $as_echo "$ac_cv_lib_soname_curses" >&6; }
13541 cat >>confdefs.h <<_ACEOF
13542 #define SONAME_LIBCURSES "$ac_cv_lib_soname_curses"
13543 _ACEOF
13545 CURSESLIBS="-lcurses"
13549 ac_save_LIBS="$LIBS"
13550 LIBS="$LIBS $CURSESLIBS"
13552 for ac_func in mousemask
13554 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
13555 { $as_echo "$as_me:$LINENO: checking for $ac_func" >&5
13556 $as_echo_n "checking for $ac_func... " >&6; }
13557 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
13558 $as_echo_n "(cached) " >&6
13559 else
13560 cat >conftest.$ac_ext <<_ACEOF
13561 /* confdefs.h. */
13562 _ACEOF
13563 cat confdefs.h >>conftest.$ac_ext
13564 cat >>conftest.$ac_ext <<_ACEOF
13565 /* end confdefs.h. */
13566 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
13567 For example, HP-UX 11i <limits.h> declares gettimeofday. */
13568 #define $ac_func innocuous_$ac_func
13570 /* System header to define __stub macros and hopefully few prototypes,
13571 which can conflict with char $ac_func (); below.
13572 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
13573 <limits.h> exists even on freestanding compilers. */
13575 #ifdef __STDC__
13576 # include <limits.h>
13577 #else
13578 # include <assert.h>
13579 #endif
13581 #undef $ac_func
13583 /* Override any GCC internal prototype to avoid an error.
13584 Use char because int might match the return type of a GCC
13585 builtin and then its argument prototype would still apply. */
13586 #ifdef __cplusplus
13587 extern "C"
13588 #endif
13589 char $ac_func ();
13590 /* The GNU C library defines this for functions which it implements
13591 to always fail with ENOSYS. Some functions are actually named
13592 something starting with __ and the normal name is an alias. */
13593 #if defined __stub_$ac_func || defined __stub___$ac_func
13594 choke me
13595 #endif
13598 main ()
13600 return $ac_func ();
13602 return 0;
13604 _ACEOF
13605 rm -f conftest.$ac_objext conftest$ac_exeext
13606 if { (ac_try="$ac_link"
13607 case "(($ac_try" in
13608 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13609 *) ac_try_echo=$ac_try;;
13610 esac
13611 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
13612 $as_echo "$ac_try_echo") >&5
13613 (eval "$ac_link") 2>conftest.er1
13614 ac_status=$?
13615 grep -v '^ *+' conftest.er1 >conftest.err
13616 rm -f conftest.er1
13617 cat conftest.err >&5
13618 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
13619 (exit $ac_status); } && {
13620 test -z "$ac_c_werror_flag" ||
13621 test ! -s conftest.err
13622 } && test -s conftest$ac_exeext && {
13623 test "$cross_compiling" = yes ||
13624 $as_test_x conftest$ac_exeext
13625 }; then
13626 eval "$as_ac_var=yes"
13627 else
13628 $as_echo "$as_me: failed program was:" >&5
13629 sed 's/^/| /' conftest.$ac_ext >&5
13631 eval "$as_ac_var=no"
13634 rm -rf conftest.dSYM
13635 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
13636 conftest$ac_exeext conftest.$ac_ext
13638 ac_res=`eval 'as_val=${'$as_ac_var'}
13639 $as_echo "$as_val"'`
13640 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
13641 $as_echo "$ac_res" >&6; }
13642 as_val=`eval 'as_val=${'$as_ac_var'}
13643 $as_echo "$as_val"'`
13644 if test "x$as_val" = x""yes; then
13645 cat >>confdefs.h <<_ACEOF
13646 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
13647 _ACEOF
13650 done
13652 LIBS="$ac_save_LIBS"
13653 if test "x$ac_cv_lib_soname_curses$ac_cv_lib_soname_ncurses" = "x"; then
13654 case "x$with_curses" in
13655 x) wine_notices="$wine_notices|lib(n)curses ${notice_platform}development files not found, curses won't be supported." ;;
13656 xno) ;;
13657 *) { { $as_echo "$as_me:$LINENO: error: lib(n)curses ${notice_platform}development files not found, curses won't be supported.
13658 This is an error since --with-curses was requested." >&5
13659 $as_echo "$as_me: error: lib(n)curses ${notice_platform}development files not found, curses won't be supported.
13660 This is an error since --with-curses was requested." >&2;}
13661 { (exit 1); exit 1; }; } ;;
13662 esac
13666 # Extract the first word of "sane-config", so it can be a program name with args.
13667 set dummy sane-config; ac_word=$2
13668 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
13669 $as_echo_n "checking for $ac_word... " >&6; }
13670 if test "${ac_cv_prog_sane_devel+set}" = set; then
13671 $as_echo_n "(cached) " >&6
13672 else
13673 if test -n "$sane_devel"; then
13674 ac_cv_prog_sane_devel="$sane_devel" # Let the user override the test.
13675 else
13676 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
13677 for as_dir in $PATH
13679 IFS=$as_save_IFS
13680 test -z "$as_dir" && as_dir=.
13681 for ac_exec_ext in '' $ac_executable_extensions; do
13682 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
13683 ac_cv_prog_sane_devel="sane-config"
13684 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
13685 break 2
13687 done
13688 done
13689 IFS=$as_save_IFS
13691 test -z "$ac_cv_prog_sane_devel" && ac_cv_prog_sane_devel="no"
13694 sane_devel=$ac_cv_prog_sane_devel
13695 if test -n "$sane_devel"; then
13696 { $as_echo "$as_me:$LINENO: result: $sane_devel" >&5
13697 $as_echo "$sane_devel" >&6; }
13698 else
13699 { $as_echo "$as_me:$LINENO: result: no" >&5
13700 $as_echo "no" >&6; }
13704 if test "$sane_devel" != "no" -a "x$with_sane" != "xno"
13705 then
13706 ac_sane_incl="`$sane_devel --cflags`"
13707 ac_sane_libs="`$sane_devel --ldflags`"
13708 ac_save_CPPFLAGS="$CPPFLAGS"
13709 CPPFLAGS="$CPPFLAGS $ac_sane_incl"
13710 if test "${ac_cv_header_sane_sane_h+set}" = set; then
13711 { $as_echo "$as_me:$LINENO: checking for sane/sane.h" >&5
13712 $as_echo_n "checking for sane/sane.h... " >&6; }
13713 if test "${ac_cv_header_sane_sane_h+set}" = set; then
13714 $as_echo_n "(cached) " >&6
13716 { $as_echo "$as_me:$LINENO: result: $ac_cv_header_sane_sane_h" >&5
13717 $as_echo "$ac_cv_header_sane_sane_h" >&6; }
13718 else
13719 # Is the header compilable?
13720 { $as_echo "$as_me:$LINENO: checking sane/sane.h usability" >&5
13721 $as_echo_n "checking sane/sane.h usability... " >&6; }
13722 cat >conftest.$ac_ext <<_ACEOF
13723 /* confdefs.h. */
13724 _ACEOF
13725 cat confdefs.h >>conftest.$ac_ext
13726 cat >>conftest.$ac_ext <<_ACEOF
13727 /* end confdefs.h. */
13728 $ac_includes_default
13729 #include <sane/sane.h>
13730 _ACEOF
13731 rm -f conftest.$ac_objext
13732 if { (ac_try="$ac_compile"
13733 case "(($ac_try" in
13734 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13735 *) ac_try_echo=$ac_try;;
13736 esac
13737 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
13738 $as_echo "$ac_try_echo") >&5
13739 (eval "$ac_compile") 2>conftest.er1
13740 ac_status=$?
13741 grep -v '^ *+' conftest.er1 >conftest.err
13742 rm -f conftest.er1
13743 cat conftest.err >&5
13744 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
13745 (exit $ac_status); } && {
13746 test -z "$ac_c_werror_flag" ||
13747 test ! -s conftest.err
13748 } && test -s conftest.$ac_objext; then
13749 ac_header_compiler=yes
13750 else
13751 $as_echo "$as_me: failed program was:" >&5
13752 sed 's/^/| /' conftest.$ac_ext >&5
13754 ac_header_compiler=no
13757 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
13758 { $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
13759 $as_echo "$ac_header_compiler" >&6; }
13761 # Is the header present?
13762 { $as_echo "$as_me:$LINENO: checking sane/sane.h presence" >&5
13763 $as_echo_n "checking sane/sane.h presence... " >&6; }
13764 cat >conftest.$ac_ext <<_ACEOF
13765 /* confdefs.h. */
13766 _ACEOF
13767 cat confdefs.h >>conftest.$ac_ext
13768 cat >>conftest.$ac_ext <<_ACEOF
13769 /* end confdefs.h. */
13770 #include <sane/sane.h>
13771 _ACEOF
13772 if { (ac_try="$ac_cpp conftest.$ac_ext"
13773 case "(($ac_try" in
13774 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13775 *) ac_try_echo=$ac_try;;
13776 esac
13777 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
13778 $as_echo "$ac_try_echo") >&5
13779 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
13780 ac_status=$?
13781 grep -v '^ *+' conftest.er1 >conftest.err
13782 rm -f conftest.er1
13783 cat conftest.err >&5
13784 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
13785 (exit $ac_status); } >/dev/null && {
13786 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
13787 test ! -s conftest.err
13788 }; then
13789 ac_header_preproc=yes
13790 else
13791 $as_echo "$as_me: failed program was:" >&5
13792 sed 's/^/| /' conftest.$ac_ext >&5
13794 ac_header_preproc=no
13797 rm -f conftest.err conftest.$ac_ext
13798 { $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
13799 $as_echo "$ac_header_preproc" >&6; }
13801 # So? What about this header?
13802 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
13803 yes:no: )
13804 { $as_echo "$as_me:$LINENO: WARNING: sane/sane.h: accepted by the compiler, rejected by the preprocessor!" >&5
13805 $as_echo "$as_me: WARNING: sane/sane.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
13806 { $as_echo "$as_me:$LINENO: WARNING: sane/sane.h: proceeding with the compiler's result" >&5
13807 $as_echo "$as_me: WARNING: sane/sane.h: proceeding with the compiler's result" >&2;}
13808 ac_header_preproc=yes
13810 no:yes:* )
13811 { $as_echo "$as_me:$LINENO: WARNING: sane/sane.h: present but cannot be compiled" >&5
13812 $as_echo "$as_me: WARNING: sane/sane.h: present but cannot be compiled" >&2;}
13813 { $as_echo "$as_me:$LINENO: WARNING: sane/sane.h: check for missing prerequisite headers?" >&5
13814 $as_echo "$as_me: WARNING: sane/sane.h: check for missing prerequisite headers?" >&2;}
13815 { $as_echo "$as_me:$LINENO: WARNING: sane/sane.h: see the Autoconf documentation" >&5
13816 $as_echo "$as_me: WARNING: sane/sane.h: see the Autoconf documentation" >&2;}
13817 { $as_echo "$as_me:$LINENO: WARNING: sane/sane.h: section \"Present But Cannot Be Compiled\"" >&5
13818 $as_echo "$as_me: WARNING: sane/sane.h: section \"Present But Cannot Be Compiled\"" >&2;}
13819 { $as_echo "$as_me:$LINENO: WARNING: sane/sane.h: proceeding with the preprocessor's result" >&5
13820 $as_echo "$as_me: WARNING: sane/sane.h: proceeding with the preprocessor's result" >&2;}
13821 { $as_echo "$as_me:$LINENO: WARNING: sane/sane.h: in the future, the compiler will take precedence" >&5
13822 $as_echo "$as_me: WARNING: sane/sane.h: in the future, the compiler will take precedence" >&2;}
13823 ( cat <<\_ASBOX
13824 ## ------------------------------------ ##
13825 ## Report this to wine-devel@winehq.org ##
13826 ## ------------------------------------ ##
13827 _ASBOX
13828 ) | sed "s/^/$as_me: WARNING: /" >&2
13830 esac
13831 { $as_echo "$as_me:$LINENO: checking for sane/sane.h" >&5
13832 $as_echo_n "checking for sane/sane.h... " >&6; }
13833 if test "${ac_cv_header_sane_sane_h+set}" = set; then
13834 $as_echo_n "(cached) " >&6
13835 else
13836 ac_cv_header_sane_sane_h=$ac_header_preproc
13838 { $as_echo "$as_me:$LINENO: result: $ac_cv_header_sane_sane_h" >&5
13839 $as_echo "$ac_cv_header_sane_sane_h" >&6; }
13842 if test "x$ac_cv_header_sane_sane_h" = x""yes; then
13843 { $as_echo "$as_me:$LINENO: checking for -lsane" >&5
13844 $as_echo_n "checking for -lsane... " >&6; }
13845 if test "${ac_cv_lib_soname_sane+set}" = set; then
13846 $as_echo_n "(cached) " >&6
13847 else
13848 ac_check_soname_save_LIBS=$LIBS
13849 LIBS="-lsane $ac_sane_libs $LIBS"
13850 cat >conftest.$ac_ext <<_ACEOF
13851 /* confdefs.h. */
13852 _ACEOF
13853 cat confdefs.h >>conftest.$ac_ext
13854 cat >>conftest.$ac_ext <<_ACEOF
13855 /* end confdefs.h. */
13857 /* Override any GCC internal prototype to avoid an error.
13858 Use char because int might match the return type of a GCC
13859 builtin and then its argument prototype would still apply. */
13860 #ifdef __cplusplus
13861 extern "C"
13862 #endif
13863 char sane_init ();
13865 main ()
13867 return sane_init ();
13869 return 0;
13871 _ACEOF
13872 rm -f conftest.$ac_objext conftest$ac_exeext
13873 if { (ac_try="$ac_link"
13874 case "(($ac_try" in
13875 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13876 *) ac_try_echo=$ac_try;;
13877 esac
13878 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
13879 $as_echo "$ac_try_echo") >&5
13880 (eval "$ac_link") 2>conftest.er1
13881 ac_status=$?
13882 grep -v '^ *+' conftest.er1 >conftest.err
13883 rm -f conftest.er1
13884 cat conftest.err >&5
13885 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
13886 (exit $ac_status); } && {
13887 test -z "$ac_c_werror_flag" ||
13888 test ! -s conftest.err
13889 } && test -s conftest$ac_exeext && {
13890 test "$cross_compiling" = yes ||
13891 $as_test_x conftest$ac_exeext
13892 }; then
13893 case "$LIBEXT" in
13894 dll) ;;
13895 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'` ;;
13896 *) ac_cv_lib_soname_sane=`$ac_cv_path_LDD conftest$ac_exeext | grep "libsane\\.$LIBEXT" | sed -e "s/^.*\(libsane\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
13897 esac
13898 else
13899 $as_echo "$as_me: failed program was:" >&5
13900 sed 's/^/| /' conftest.$ac_ext >&5
13905 rm -rf conftest.dSYM
13906 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
13907 conftest$ac_exeext conftest.$ac_ext
13908 LIBS=$ac_check_soname_save_LIBS
13910 if test "x$ac_cv_lib_soname_sane" = "x"; then
13911 { $as_echo "$as_me:$LINENO: result: not found" >&5
13912 $as_echo "not found" >&6; }
13914 else
13915 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_sane" >&5
13916 $as_echo "$ac_cv_lib_soname_sane" >&6; }
13918 cat >>confdefs.h <<_ACEOF
13919 #define SONAME_LIBSANE "$ac_cv_lib_soname_sane"
13920 _ACEOF
13922 SANEINCL="$ac_sane_incl"
13929 CPPFLAGS="$ac_save_CPPFLAGS"
13931 if test "x$ac_cv_lib_soname_sane" = "x"; then
13932 case "x$with_sane" in
13933 x) wine_notices="$wine_notices|libsane ${notice_platform}development files not found, scanners won't be supported." ;;
13934 xno) ;;
13935 *) { { $as_echo "$as_me:$LINENO: error: libsane ${notice_platform}development files not found, scanners won't be supported.
13936 This is an error since --with-sane was requested." >&5
13937 $as_echo "$as_me: error: libsane ${notice_platform}development files not found, scanners won't be supported.
13938 This is an error since --with-sane was requested." >&2;}
13939 { (exit 1); exit 1; }; } ;;
13940 esac
13944 # Extract the first word of "gphoto2-config", so it can be a program name with args.
13945 set dummy gphoto2-config; ac_word=$2
13946 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
13947 $as_echo_n "checking for $ac_word... " >&6; }
13948 if test "${ac_cv_prog_gphoto2_devel+set}" = set; then
13949 $as_echo_n "(cached) " >&6
13950 else
13951 if test -n "$gphoto2_devel"; then
13952 ac_cv_prog_gphoto2_devel="$gphoto2_devel" # Let the user override the test.
13953 else
13954 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
13955 for as_dir in $PATH
13957 IFS=$as_save_IFS
13958 test -z "$as_dir" && as_dir=.
13959 for ac_exec_ext in '' $ac_executable_extensions; do
13960 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
13961 ac_cv_prog_gphoto2_devel="gphoto2-config"
13962 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
13963 break 2
13965 done
13966 done
13967 IFS=$as_save_IFS
13969 test -z "$ac_cv_prog_gphoto2_devel" && ac_cv_prog_gphoto2_devel="no"
13972 gphoto2_devel=$ac_cv_prog_gphoto2_devel
13973 if test -n "$gphoto2_devel"; then
13974 { $as_echo "$as_me:$LINENO: result: $gphoto2_devel" >&5
13975 $as_echo "$gphoto2_devel" >&6; }
13976 else
13977 { $as_echo "$as_me:$LINENO: result: no" >&5
13978 $as_echo "no" >&6; }
13982 # Extract the first word of "gphoto2-port-config", so it can be a program name with args.
13983 set dummy gphoto2-port-config; ac_word=$2
13984 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
13985 $as_echo_n "checking for $ac_word... " >&6; }
13986 if test "${ac_cv_prog_gphoto2port_devel+set}" = set; then
13987 $as_echo_n "(cached) " >&6
13988 else
13989 if test -n "$gphoto2port_devel"; then
13990 ac_cv_prog_gphoto2port_devel="$gphoto2port_devel" # Let the user override the test.
13991 else
13992 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
13993 for as_dir in $PATH
13995 IFS=$as_save_IFS
13996 test -z "$as_dir" && as_dir=.
13997 for ac_exec_ext in '' $ac_executable_extensions; do
13998 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
13999 ac_cv_prog_gphoto2port_devel="gphoto2-port-config"
14000 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
14001 break 2
14003 done
14004 done
14005 IFS=$as_save_IFS
14007 test -z "$ac_cv_prog_gphoto2port_devel" && ac_cv_prog_gphoto2port_devel="no"
14010 gphoto2port_devel=$ac_cv_prog_gphoto2port_devel
14011 if test -n "$gphoto2port_devel"; then
14012 { $as_echo "$as_me:$LINENO: result: $gphoto2port_devel" >&5
14013 $as_echo "$gphoto2port_devel" >&6; }
14014 else
14015 { $as_echo "$as_me:$LINENO: result: no" >&5
14016 $as_echo "no" >&6; }
14020 if test "$gphoto2_devel" != "no" -a "$gphoto2port_devel" != "no" -a "x$with_gphoto" != "xno"
14021 then
14022 ac_gphoto2_incl="`$gphoto2_devel --cflags` `$gphoto2port_devel --cflags`"
14023 ac_gphoto2_libs=""
14024 for i in `$gphoto2_devel --libs` `$gphoto2port_devel --libs`
14026 case "$i" in
14027 -L/usr/lib|-L/usr/lib64) ;;
14028 -L*|-l*) ac_gphoto2_libs="$ac_gphoto2_libs $i";;
14029 esac
14030 done
14031 ac_save_CPPFLAGS="$CPPFLAGS"
14032 CPPFLAGS="$CPPFLAGS $ac_gphoto2_incl"
14033 if test "${ac_cv_header_gphoto2_camera_h+set}" = set; then
14034 { $as_echo "$as_me:$LINENO: checking for gphoto2-camera.h" >&5
14035 $as_echo_n "checking for gphoto2-camera.h... " >&6; }
14036 if test "${ac_cv_header_gphoto2_camera_h+set}" = set; then
14037 $as_echo_n "(cached) " >&6
14039 { $as_echo "$as_me:$LINENO: result: $ac_cv_header_gphoto2_camera_h" >&5
14040 $as_echo "$ac_cv_header_gphoto2_camera_h" >&6; }
14041 else
14042 # Is the header compilable?
14043 { $as_echo "$as_me:$LINENO: checking gphoto2-camera.h usability" >&5
14044 $as_echo_n "checking gphoto2-camera.h usability... " >&6; }
14045 cat >conftest.$ac_ext <<_ACEOF
14046 /* confdefs.h. */
14047 _ACEOF
14048 cat confdefs.h >>conftest.$ac_ext
14049 cat >>conftest.$ac_ext <<_ACEOF
14050 /* end confdefs.h. */
14051 $ac_includes_default
14052 #include <gphoto2-camera.h>
14053 _ACEOF
14054 rm -f conftest.$ac_objext
14055 if { (ac_try="$ac_compile"
14056 case "(($ac_try" in
14057 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14058 *) ac_try_echo=$ac_try;;
14059 esac
14060 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
14061 $as_echo "$ac_try_echo") >&5
14062 (eval "$ac_compile") 2>conftest.er1
14063 ac_status=$?
14064 grep -v '^ *+' conftest.er1 >conftest.err
14065 rm -f conftest.er1
14066 cat conftest.err >&5
14067 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
14068 (exit $ac_status); } && {
14069 test -z "$ac_c_werror_flag" ||
14070 test ! -s conftest.err
14071 } && test -s conftest.$ac_objext; then
14072 ac_header_compiler=yes
14073 else
14074 $as_echo "$as_me: failed program was:" >&5
14075 sed 's/^/| /' conftest.$ac_ext >&5
14077 ac_header_compiler=no
14080 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14081 { $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
14082 $as_echo "$ac_header_compiler" >&6; }
14084 # Is the header present?
14085 { $as_echo "$as_me:$LINENO: checking gphoto2-camera.h presence" >&5
14086 $as_echo_n "checking gphoto2-camera.h presence... " >&6; }
14087 cat >conftest.$ac_ext <<_ACEOF
14088 /* confdefs.h. */
14089 _ACEOF
14090 cat confdefs.h >>conftest.$ac_ext
14091 cat >>conftest.$ac_ext <<_ACEOF
14092 /* end confdefs.h. */
14093 #include <gphoto2-camera.h>
14094 _ACEOF
14095 if { (ac_try="$ac_cpp conftest.$ac_ext"
14096 case "(($ac_try" in
14097 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14098 *) ac_try_echo=$ac_try;;
14099 esac
14100 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
14101 $as_echo "$ac_try_echo") >&5
14102 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
14103 ac_status=$?
14104 grep -v '^ *+' conftest.er1 >conftest.err
14105 rm -f conftest.er1
14106 cat conftest.err >&5
14107 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
14108 (exit $ac_status); } >/dev/null && {
14109 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
14110 test ! -s conftest.err
14111 }; then
14112 ac_header_preproc=yes
14113 else
14114 $as_echo "$as_me: failed program was:" >&5
14115 sed 's/^/| /' conftest.$ac_ext >&5
14117 ac_header_preproc=no
14120 rm -f conftest.err conftest.$ac_ext
14121 { $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
14122 $as_echo "$ac_header_preproc" >&6; }
14124 # So? What about this header?
14125 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
14126 yes:no: )
14127 { $as_echo "$as_me:$LINENO: WARNING: gphoto2-camera.h: accepted by the compiler, rejected by the preprocessor!" >&5
14128 $as_echo "$as_me: WARNING: gphoto2-camera.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
14129 { $as_echo "$as_me:$LINENO: WARNING: gphoto2-camera.h: proceeding with the compiler's result" >&5
14130 $as_echo "$as_me: WARNING: gphoto2-camera.h: proceeding with the compiler's result" >&2;}
14131 ac_header_preproc=yes
14133 no:yes:* )
14134 { $as_echo "$as_me:$LINENO: WARNING: gphoto2-camera.h: present but cannot be compiled" >&5
14135 $as_echo "$as_me: WARNING: gphoto2-camera.h: present but cannot be compiled" >&2;}
14136 { $as_echo "$as_me:$LINENO: WARNING: gphoto2-camera.h: check for missing prerequisite headers?" >&5
14137 $as_echo "$as_me: WARNING: gphoto2-camera.h: check for missing prerequisite headers?" >&2;}
14138 { $as_echo "$as_me:$LINENO: WARNING: gphoto2-camera.h: see the Autoconf documentation" >&5
14139 $as_echo "$as_me: WARNING: gphoto2-camera.h: see the Autoconf documentation" >&2;}
14140 { $as_echo "$as_me:$LINENO: WARNING: gphoto2-camera.h: section \"Present But Cannot Be Compiled\"" >&5
14141 $as_echo "$as_me: WARNING: gphoto2-camera.h: section \"Present But Cannot Be Compiled\"" >&2;}
14142 { $as_echo "$as_me:$LINENO: WARNING: gphoto2-camera.h: proceeding with the preprocessor's result" >&5
14143 $as_echo "$as_me: WARNING: gphoto2-camera.h: proceeding with the preprocessor's result" >&2;}
14144 { $as_echo "$as_me:$LINENO: WARNING: gphoto2-camera.h: in the future, the compiler will take precedence" >&5
14145 $as_echo "$as_me: WARNING: gphoto2-camera.h: in the future, the compiler will take precedence" >&2;}
14146 ( cat <<\_ASBOX
14147 ## ------------------------------------ ##
14148 ## Report this to wine-devel@winehq.org ##
14149 ## ------------------------------------ ##
14150 _ASBOX
14151 ) | sed "s/^/$as_me: WARNING: /" >&2
14153 esac
14154 { $as_echo "$as_me:$LINENO: checking for gphoto2-camera.h" >&5
14155 $as_echo_n "checking for gphoto2-camera.h... " >&6; }
14156 if test "${ac_cv_header_gphoto2_camera_h+set}" = set; then
14157 $as_echo_n "(cached) " >&6
14158 else
14159 ac_cv_header_gphoto2_camera_h=$ac_header_preproc
14161 { $as_echo "$as_me:$LINENO: result: $ac_cv_header_gphoto2_camera_h" >&5
14162 $as_echo "$ac_cv_header_gphoto2_camera_h" >&6; }
14165 if test "x$ac_cv_header_gphoto2_camera_h" = x""yes; then
14166 { $as_echo "$as_me:$LINENO: checking for gp_camera_new in -lgphoto2" >&5
14167 $as_echo_n "checking for gp_camera_new in -lgphoto2... " >&6; }
14168 if test "${ac_cv_lib_gphoto2_gp_camera_new+set}" = set; then
14169 $as_echo_n "(cached) " >&6
14170 else
14171 ac_check_lib_save_LIBS=$LIBS
14172 LIBS="-lgphoto2 $ac_gphoto2_libs $LIBS"
14173 cat >conftest.$ac_ext <<_ACEOF
14174 /* confdefs.h. */
14175 _ACEOF
14176 cat confdefs.h >>conftest.$ac_ext
14177 cat >>conftest.$ac_ext <<_ACEOF
14178 /* end confdefs.h. */
14180 /* Override any GCC internal prototype to avoid an error.
14181 Use char because int might match the return type of a GCC
14182 builtin and then its argument prototype would still apply. */
14183 #ifdef __cplusplus
14184 extern "C"
14185 #endif
14186 char gp_camera_new ();
14188 main ()
14190 return gp_camera_new ();
14192 return 0;
14194 _ACEOF
14195 rm -f conftest.$ac_objext conftest$ac_exeext
14196 if { (ac_try="$ac_link"
14197 case "(($ac_try" in
14198 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14199 *) ac_try_echo=$ac_try;;
14200 esac
14201 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
14202 $as_echo "$ac_try_echo") >&5
14203 (eval "$ac_link") 2>conftest.er1
14204 ac_status=$?
14205 grep -v '^ *+' conftest.er1 >conftest.err
14206 rm -f conftest.er1
14207 cat conftest.err >&5
14208 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
14209 (exit $ac_status); } && {
14210 test -z "$ac_c_werror_flag" ||
14211 test ! -s conftest.err
14212 } && test -s conftest$ac_exeext && {
14213 test "$cross_compiling" = yes ||
14214 $as_test_x conftest$ac_exeext
14215 }; then
14216 ac_cv_lib_gphoto2_gp_camera_new=yes
14217 else
14218 $as_echo "$as_me: failed program was:" >&5
14219 sed 's/^/| /' conftest.$ac_ext >&5
14221 ac_cv_lib_gphoto2_gp_camera_new=no
14224 rm -rf conftest.dSYM
14225 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
14226 conftest$ac_exeext conftest.$ac_ext
14227 LIBS=$ac_check_lib_save_LIBS
14229 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_gphoto2_gp_camera_new" >&5
14230 $as_echo "$ac_cv_lib_gphoto2_gp_camera_new" >&6; }
14231 if test "x$ac_cv_lib_gphoto2_gp_camera_new" = x""yes; then
14233 cat >>confdefs.h <<\_ACEOF
14234 #define HAVE_GPHOTO2 1
14235 _ACEOF
14237 GPHOTO2LIBS="$ac_gphoto2_libs"
14239 GPHOTO2INCL="$ac_gphoto2_incl"
14246 CPPFLAGS="$ac_save_CPPFLAGS"
14248 if test "$ac_cv_lib_gphoto2_gp_camera_new" != "yes"; then
14249 case "x$with_gphoto" in
14250 x) wine_notices="$wine_notices|libgphoto2 ${notice_platform}development files not found, digital cameras won't be supported." ;;
14251 xno) ;;
14252 *) { { $as_echo "$as_me:$LINENO: error: libgphoto2 ${notice_platform}development files not found, digital cameras won't be supported.
14253 This is an error since --with-gphoto was requested." >&5
14254 $as_echo "$as_me: error: libgphoto2 ${notice_platform}development files not found, digital cameras won't be supported.
14255 This is an error since --with-gphoto was requested." >&2;}
14256 { (exit 1); exit 1; }; } ;;
14257 esac
14262 RESOLVLIBS=""
14264 if test "$ac_cv_header_resolv_h" = "yes"
14265 then
14266 { $as_echo "$as_me:$LINENO: checking for res_query in -lresolv" >&5
14267 $as_echo_n "checking for res_query in -lresolv... " >&6; }
14268 if test "${ac_cv_lib_resolv_res_query+set}" = set; then
14269 $as_echo_n "(cached) " >&6
14270 else
14271 ac_check_lib_save_LIBS=$LIBS
14272 LIBS="-lresolv $LIBS"
14273 cat >conftest.$ac_ext <<_ACEOF
14274 /* confdefs.h. */
14275 _ACEOF
14276 cat confdefs.h >>conftest.$ac_ext
14277 cat >>conftest.$ac_ext <<_ACEOF
14278 /* end confdefs.h. */
14280 /* Override any GCC internal prototype to avoid an error.
14281 Use char because int might match the return type of a GCC
14282 builtin and then its argument prototype would still apply. */
14283 #ifdef __cplusplus
14284 extern "C"
14285 #endif
14286 char res_query ();
14288 main ()
14290 return res_query ();
14292 return 0;
14294 _ACEOF
14295 rm -f conftest.$ac_objext conftest$ac_exeext
14296 if { (ac_try="$ac_link"
14297 case "(($ac_try" in
14298 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14299 *) ac_try_echo=$ac_try;;
14300 esac
14301 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
14302 $as_echo "$ac_try_echo") >&5
14303 (eval "$ac_link") 2>conftest.er1
14304 ac_status=$?
14305 grep -v '^ *+' conftest.er1 >conftest.err
14306 rm -f conftest.er1
14307 cat conftest.err >&5
14308 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
14309 (exit $ac_status); } && {
14310 test -z "$ac_c_werror_flag" ||
14311 test ! -s conftest.err
14312 } && test -s conftest$ac_exeext && {
14313 test "$cross_compiling" = yes ||
14314 $as_test_x conftest$ac_exeext
14315 }; then
14316 ac_cv_lib_resolv_res_query=yes
14317 else
14318 $as_echo "$as_me: failed program was:" >&5
14319 sed 's/^/| /' conftest.$ac_ext >&5
14321 ac_cv_lib_resolv_res_query=no
14324 rm -rf conftest.dSYM
14325 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
14326 conftest$ac_exeext conftest.$ac_ext
14327 LIBS=$ac_check_lib_save_LIBS
14329 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_resolv_res_query" >&5
14330 $as_echo "$ac_cv_lib_resolv_res_query" >&6; }
14331 if test "x$ac_cv_lib_resolv_res_query" = x""yes; then
14333 cat >>confdefs.h <<\_ACEOF
14334 #define HAVE_RESOLV 1
14335 _ACEOF
14337 RESOLVLIBS="-lresolv"
14342 LCMSLIBS=""
14344 if test "$ac_cv_header_lcms_h" = "yes" -o "$ac_cv_header_lcms_lcms_h" = "yes"
14345 then
14346 { $as_echo "$as_me:$LINENO: checking for cmsOpenProfileFromFile in -llcms" >&5
14347 $as_echo_n "checking for cmsOpenProfileFromFile in -llcms... " >&6; }
14348 if test "${ac_cv_lib_lcms_cmsOpenProfileFromFile+set}" = set; then
14349 $as_echo_n "(cached) " >&6
14350 else
14351 ac_check_lib_save_LIBS=$LIBS
14352 LIBS="-llcms $LIBS"
14353 cat >conftest.$ac_ext <<_ACEOF
14354 /* confdefs.h. */
14355 _ACEOF
14356 cat confdefs.h >>conftest.$ac_ext
14357 cat >>conftest.$ac_ext <<_ACEOF
14358 /* end confdefs.h. */
14360 /* Override any GCC internal prototype to avoid an error.
14361 Use char because int might match the return type of a GCC
14362 builtin and then its argument prototype would still apply. */
14363 #ifdef __cplusplus
14364 extern "C"
14365 #endif
14366 char cmsOpenProfileFromFile ();
14368 main ()
14370 return cmsOpenProfileFromFile ();
14372 return 0;
14374 _ACEOF
14375 rm -f conftest.$ac_objext conftest$ac_exeext
14376 if { (ac_try="$ac_link"
14377 case "(($ac_try" in
14378 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14379 *) ac_try_echo=$ac_try;;
14380 esac
14381 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
14382 $as_echo "$ac_try_echo") >&5
14383 (eval "$ac_link") 2>conftest.er1
14384 ac_status=$?
14385 grep -v '^ *+' conftest.er1 >conftest.err
14386 rm -f conftest.er1
14387 cat conftest.err >&5
14388 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
14389 (exit $ac_status); } && {
14390 test -z "$ac_c_werror_flag" ||
14391 test ! -s conftest.err
14392 } && test -s conftest$ac_exeext && {
14393 test "$cross_compiling" = yes ||
14394 $as_test_x conftest$ac_exeext
14395 }; then
14396 ac_cv_lib_lcms_cmsOpenProfileFromFile=yes
14397 else
14398 $as_echo "$as_me: failed program was:" >&5
14399 sed 's/^/| /' conftest.$ac_ext >&5
14401 ac_cv_lib_lcms_cmsOpenProfileFromFile=no
14404 rm -rf conftest.dSYM
14405 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
14406 conftest$ac_exeext conftest.$ac_ext
14407 LIBS=$ac_check_lib_save_LIBS
14409 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_lcms_cmsOpenProfileFromFile" >&5
14410 $as_echo "$ac_cv_lib_lcms_cmsOpenProfileFromFile" >&6; }
14411 if test "x$ac_cv_lib_lcms_cmsOpenProfileFromFile" = x""yes; then
14413 cat >>confdefs.h <<\_ACEOF
14414 #define HAVE_LCMS 1
14415 _ACEOF
14417 LCMSLIBS="-llcms"
14421 if test "$ac_cv_lib_lcms_cmsOpenProfileFromFile" != "yes"; then
14422 case "x$with_cms" in
14423 x) wine_notices="$wine_notices|liblcms ${notice_platform}development files not found, Color Management won't be supported." ;;
14424 xno) ;;
14425 *) { { $as_echo "$as_me:$LINENO: error: liblcms ${notice_platform}development files not found, Color Management won't be supported.
14426 This is an error since --with-cms was requested." >&5
14427 $as_echo "$as_me: error: liblcms ${notice_platform}development files not found, Color Management won't be supported.
14428 This is an error since --with-cms was requested." >&2;}
14429 { (exit 1); exit 1; }; } ;;
14430 esac
14434 for ac_prog in freetype-config freetype2-config
14436 # Extract the first word of "$ac_prog", so it can be a program name with args.
14437 set dummy $ac_prog; ac_word=$2
14438 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
14439 $as_echo_n "checking for $ac_word... " >&6; }
14440 if test "${ac_cv_prog_ft_devel+set}" = set; then
14441 $as_echo_n "(cached) " >&6
14442 else
14443 if test -n "$ft_devel"; then
14444 ac_cv_prog_ft_devel="$ft_devel" # Let the user override the test.
14445 else
14446 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
14447 for as_dir in $PATH
14449 IFS=$as_save_IFS
14450 test -z "$as_dir" && as_dir=.
14451 for ac_exec_ext in '' $ac_executable_extensions; do
14452 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
14453 ac_cv_prog_ft_devel="$ac_prog"
14454 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
14455 break 2
14457 done
14458 done
14459 IFS=$as_save_IFS
14463 ft_devel=$ac_cv_prog_ft_devel
14464 if test -n "$ft_devel"; then
14465 { $as_echo "$as_me:$LINENO: result: $ft_devel" >&5
14466 $as_echo "$ft_devel" >&6; }
14467 else
14468 { $as_echo "$as_me:$LINENO: result: no" >&5
14469 $as_echo "no" >&6; }
14473 test -n "$ft_devel" && break
14474 done
14475 test -n "$ft_devel" || ft_devel="false"
14477 if test "$ft_devel" != "false" -a "x$with_freetype" != "xno"
14478 then
14479 ac_freetype_libs=`$ft_devel --libs`
14480 ac_freetype_incl=`$ft_devel --cflags`
14481 { $as_echo "$as_me:$LINENO: checking for -lfreetype" >&5
14482 $as_echo_n "checking for -lfreetype... " >&6; }
14483 if test "${ac_cv_lib_soname_freetype+set}" = set; then
14484 $as_echo_n "(cached) " >&6
14485 else
14486 ac_check_soname_save_LIBS=$LIBS
14487 LIBS="-lfreetype $ac_freetype_libs $LIBS"
14488 cat >conftest.$ac_ext <<_ACEOF
14489 /* confdefs.h. */
14490 _ACEOF
14491 cat confdefs.h >>conftest.$ac_ext
14492 cat >>conftest.$ac_ext <<_ACEOF
14493 /* end confdefs.h. */
14495 /* Override any GCC internal prototype to avoid an error.
14496 Use char because int might match the return type of a GCC
14497 builtin and then its argument prototype would still apply. */
14498 #ifdef __cplusplus
14499 extern "C"
14500 #endif
14501 char FT_Init_FreeType ();
14503 main ()
14505 return FT_Init_FreeType ();
14507 return 0;
14509 _ACEOF
14510 rm -f conftest.$ac_objext conftest$ac_exeext
14511 if { (ac_try="$ac_link"
14512 case "(($ac_try" in
14513 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14514 *) ac_try_echo=$ac_try;;
14515 esac
14516 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
14517 $as_echo "$ac_try_echo") >&5
14518 (eval "$ac_link") 2>conftest.er1
14519 ac_status=$?
14520 grep -v '^ *+' conftest.er1 >conftest.err
14521 rm -f conftest.er1
14522 cat conftest.err >&5
14523 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
14524 (exit $ac_status); } && {
14525 test -z "$ac_c_werror_flag" ||
14526 test ! -s conftest.err
14527 } && test -s conftest$ac_exeext && {
14528 test "$cross_compiling" = yes ||
14529 $as_test_x conftest$ac_exeext
14530 }; then
14531 case "$LIBEXT" in
14532 dll) ;;
14533 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'` ;;
14534 *) ac_cv_lib_soname_freetype=`$ac_cv_path_LDD conftest$ac_exeext | grep "libfreetype\\.$LIBEXT" | sed -e "s/^.*\(libfreetype\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
14535 esac
14536 else
14537 $as_echo "$as_me: failed program was:" >&5
14538 sed 's/^/| /' conftest.$ac_ext >&5
14543 rm -rf conftest.dSYM
14544 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
14545 conftest$ac_exeext conftest.$ac_ext
14546 LIBS=$ac_check_soname_save_LIBS
14548 if test "x$ac_cv_lib_soname_freetype" = "x"; then
14549 { $as_echo "$as_me:$LINENO: result: not found" >&5
14550 $as_echo "not found" >&6; }
14551 ft_lib=no
14552 else
14553 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_freetype" >&5
14554 $as_echo "$ac_cv_lib_soname_freetype" >&6; }
14556 cat >>confdefs.h <<_ACEOF
14557 #define SONAME_LIBFREETYPE "$ac_cv_lib_soname_freetype"
14558 _ACEOF
14560 ft_lib=yes
14563 if test "$ft_lib" = "yes"
14564 then
14565 ac_save_CPPFLAGS="$CPPFLAGS"
14566 CPPFLAGS="$ac_freetype_incl $CPPFLAGS"
14579 for ac_header in ft2build.h \
14580 freetype/freetype.h \
14581 freetype/ftglyph.h \
14582 freetype/fttypes.h \
14583 freetype/tttables.h \
14584 freetype/ftnames.h \
14585 freetype/ftsnames.h \
14586 freetype/ttnameid.h \
14587 freetype/ftoutln.h \
14588 freetype/ftwinfnt.h \
14589 freetype/ftmodapi.h \
14590 freetype/internal/sfnt.h
14592 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
14593 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
14594 $as_echo_n "checking for $ac_header... " >&6; }
14595 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
14596 $as_echo_n "(cached) " >&6
14597 else
14598 cat >conftest.$ac_ext <<_ACEOF
14599 /* confdefs.h. */
14600 _ACEOF
14601 cat confdefs.h >>conftest.$ac_ext
14602 cat >>conftest.$ac_ext <<_ACEOF
14603 /* end confdefs.h. */
14604 #ifdef HAVE_FT2BUILD_H
14605 # include <ft2build.h>
14606 #endif
14608 #include <$ac_header>
14609 _ACEOF
14610 rm -f conftest.$ac_objext
14611 if { (ac_try="$ac_compile"
14612 case "(($ac_try" in
14613 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14614 *) ac_try_echo=$ac_try;;
14615 esac
14616 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
14617 $as_echo "$ac_try_echo") >&5
14618 (eval "$ac_compile") 2>conftest.er1
14619 ac_status=$?
14620 grep -v '^ *+' conftest.er1 >conftest.err
14621 rm -f conftest.er1
14622 cat conftest.err >&5
14623 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
14624 (exit $ac_status); } && {
14625 test -z "$ac_c_werror_flag" ||
14626 test ! -s conftest.err
14627 } && test -s conftest.$ac_objext; then
14628 eval "$as_ac_Header=yes"
14629 else
14630 $as_echo "$as_me: failed program was:" >&5
14631 sed 's/^/| /' conftest.$ac_ext >&5
14633 eval "$as_ac_Header=no"
14636 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14638 ac_res=`eval 'as_val=${'$as_ac_Header'}
14639 $as_echo "$as_val"'`
14640 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
14641 $as_echo "$ac_res" >&6; }
14642 as_val=`eval 'as_val=${'$as_ac_Header'}
14643 $as_echo "$as_val"'`
14644 if test "x$as_val" = x""yes; then
14645 cat >>confdefs.h <<_ACEOF
14646 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
14647 _ACEOF
14651 done
14653 cat >conftest.$ac_ext <<_ACEOF
14654 /* confdefs.h. */
14655 _ACEOF
14656 cat confdefs.h >>conftest.$ac_ext
14657 cat >>conftest.$ac_ext <<_ACEOF
14658 /* end confdefs.h. */
14659 #include <ft2build.h>
14660 #include <freetype/fttrigon.h>
14661 _ACEOF
14662 if { (ac_try="$ac_cpp conftest.$ac_ext"
14663 case "(($ac_try" in
14664 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14665 *) ac_try_echo=$ac_try;;
14666 esac
14667 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
14668 $as_echo "$ac_try_echo") >&5
14669 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
14670 ac_status=$?
14671 grep -v '^ *+' conftest.er1 >conftest.err
14672 rm -f conftest.er1
14673 cat conftest.err >&5
14674 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
14675 (exit $ac_status); } >/dev/null && {
14676 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
14677 test ! -s conftest.err
14678 }; then
14680 cat >>confdefs.h <<\_ACEOF
14681 #define HAVE_FREETYPE_FTTRIGON_H 1
14682 _ACEOF
14684 wine_cv_fttrigon=yes
14685 else
14686 $as_echo "$as_me: failed program was:" >&5
14687 sed 's/^/| /' conftest.$ac_ext >&5
14689 wine_cv_fttrigon=no
14692 rm -f conftest.err conftest.$ac_ext
14693 { $as_echo "$as_me:$LINENO: checking for FT_TrueTypeEngineType" >&5
14694 $as_echo_n "checking for FT_TrueTypeEngineType... " >&6; }
14695 if test "${ac_cv_type_FT_TrueTypeEngineType+set}" = set; then
14696 $as_echo_n "(cached) " >&6
14697 else
14698 ac_cv_type_FT_TrueTypeEngineType=no
14699 cat >conftest.$ac_ext <<_ACEOF
14700 /* confdefs.h. */
14701 _ACEOF
14702 cat confdefs.h >>conftest.$ac_ext
14703 cat >>conftest.$ac_ext <<_ACEOF
14704 /* end confdefs.h. */
14705 #include <freetype/ftmodapi.h>
14708 main ()
14710 if (sizeof (FT_TrueTypeEngineType))
14711 return 0;
14713 return 0;
14715 _ACEOF
14716 rm -f conftest.$ac_objext
14717 if { (ac_try="$ac_compile"
14718 case "(($ac_try" in
14719 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14720 *) ac_try_echo=$ac_try;;
14721 esac
14722 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
14723 $as_echo "$ac_try_echo") >&5
14724 (eval "$ac_compile") 2>conftest.er1
14725 ac_status=$?
14726 grep -v '^ *+' conftest.er1 >conftest.err
14727 rm -f conftest.er1
14728 cat conftest.err >&5
14729 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
14730 (exit $ac_status); } && {
14731 test -z "$ac_c_werror_flag" ||
14732 test ! -s conftest.err
14733 } && test -s conftest.$ac_objext; then
14734 cat >conftest.$ac_ext <<_ACEOF
14735 /* confdefs.h. */
14736 _ACEOF
14737 cat confdefs.h >>conftest.$ac_ext
14738 cat >>conftest.$ac_ext <<_ACEOF
14739 /* end confdefs.h. */
14740 #include <freetype/ftmodapi.h>
14743 main ()
14745 if (sizeof ((FT_TrueTypeEngineType)))
14746 return 0;
14748 return 0;
14750 _ACEOF
14751 rm -f conftest.$ac_objext
14752 if { (ac_try="$ac_compile"
14753 case "(($ac_try" in
14754 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14755 *) ac_try_echo=$ac_try;;
14756 esac
14757 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
14758 $as_echo "$ac_try_echo") >&5
14759 (eval "$ac_compile") 2>conftest.er1
14760 ac_status=$?
14761 grep -v '^ *+' conftest.er1 >conftest.err
14762 rm -f conftest.er1
14763 cat conftest.err >&5
14764 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
14765 (exit $ac_status); } && {
14766 test -z "$ac_c_werror_flag" ||
14767 test ! -s conftest.err
14768 } && test -s conftest.$ac_objext; then
14770 else
14771 $as_echo "$as_me: failed program was:" >&5
14772 sed 's/^/| /' conftest.$ac_ext >&5
14774 ac_cv_type_FT_TrueTypeEngineType=yes
14777 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14778 else
14779 $as_echo "$as_me: failed program was:" >&5
14780 sed 's/^/| /' conftest.$ac_ext >&5
14785 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14787 { $as_echo "$as_me:$LINENO: result: $ac_cv_type_FT_TrueTypeEngineType" >&5
14788 $as_echo "$ac_cv_type_FT_TrueTypeEngineType" >&6; }
14789 if test "x$ac_cv_type_FT_TrueTypeEngineType" = x""yes; then
14791 cat >>confdefs.h <<_ACEOF
14792 #define HAVE_FT_TRUETYPEENGINETYPE 1
14793 _ACEOF
14798 ac_save_CFLAGS="$CFLAGS"
14799 CFLAGS="$CFLAGS $ac_freetype_libs"
14801 for ac_func in FT_Load_Sfnt_Table
14803 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
14804 { $as_echo "$as_me:$LINENO: checking for $ac_func" >&5
14805 $as_echo_n "checking for $ac_func... " >&6; }
14806 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
14807 $as_echo_n "(cached) " >&6
14808 else
14809 cat >conftest.$ac_ext <<_ACEOF
14810 /* confdefs.h. */
14811 _ACEOF
14812 cat confdefs.h >>conftest.$ac_ext
14813 cat >>conftest.$ac_ext <<_ACEOF
14814 /* end confdefs.h. */
14815 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
14816 For example, HP-UX 11i <limits.h> declares gettimeofday. */
14817 #define $ac_func innocuous_$ac_func
14819 /* System header to define __stub macros and hopefully few prototypes,
14820 which can conflict with char $ac_func (); below.
14821 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
14822 <limits.h> exists even on freestanding compilers. */
14824 #ifdef __STDC__
14825 # include <limits.h>
14826 #else
14827 # include <assert.h>
14828 #endif
14830 #undef $ac_func
14832 /* Override any GCC internal prototype to avoid an error.
14833 Use char because int might match the return type of a GCC
14834 builtin and then its argument prototype would still apply. */
14835 #ifdef __cplusplus
14836 extern "C"
14837 #endif
14838 char $ac_func ();
14839 /* The GNU C library defines this for functions which it implements
14840 to always fail with ENOSYS. Some functions are actually named
14841 something starting with __ and the normal name is an alias. */
14842 #if defined __stub_$ac_func || defined __stub___$ac_func
14843 choke me
14844 #endif
14847 main ()
14849 return $ac_func ();
14851 return 0;
14853 _ACEOF
14854 rm -f conftest.$ac_objext conftest$ac_exeext
14855 if { (ac_try="$ac_link"
14856 case "(($ac_try" in
14857 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14858 *) ac_try_echo=$ac_try;;
14859 esac
14860 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
14861 $as_echo "$ac_try_echo") >&5
14862 (eval "$ac_link") 2>conftest.er1
14863 ac_status=$?
14864 grep -v '^ *+' conftest.er1 >conftest.err
14865 rm -f conftest.er1
14866 cat conftest.err >&5
14867 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
14868 (exit $ac_status); } && {
14869 test -z "$ac_c_werror_flag" ||
14870 test ! -s conftest.err
14871 } && test -s conftest$ac_exeext && {
14872 test "$cross_compiling" = yes ||
14873 $as_test_x conftest$ac_exeext
14874 }; then
14875 eval "$as_ac_var=yes"
14876 else
14877 $as_echo "$as_me: failed program was:" >&5
14878 sed 's/^/| /' conftest.$ac_ext >&5
14880 eval "$as_ac_var=no"
14883 rm -rf conftest.dSYM
14884 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
14885 conftest$ac_exeext conftest.$ac_ext
14887 ac_res=`eval 'as_val=${'$as_ac_var'}
14888 $as_echo "$as_val"'`
14889 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
14890 $as_echo "$ac_res" >&6; }
14891 as_val=`eval 'as_val=${'$as_ac_var'}
14892 $as_echo "$as_val"'`
14893 if test "x$as_val" = x""yes; then
14894 cat >>confdefs.h <<_ACEOF
14895 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
14896 _ACEOF
14899 done
14901 CFLAGS="$ac_save_CFLAGS"
14902 CPPFLAGS="$ac_save_CPPFLAGS"
14903 if test "$ac_cv_header_freetype_freetype_h" = "yes" -a "$wine_cv_fttrigon" = "yes"
14904 then
14906 cat >>confdefs.h <<\_ACEOF
14907 #define HAVE_FREETYPE 1
14908 _ACEOF
14910 FREETYPELIBS="$ac_freetype_libs"
14912 FREETYPEINCL="$ac_freetype_incl"
14917 if test "x$FREETYPELIBS" = "x"; then
14918 case "x$with_freetype" in
14919 xno) ;;
14920 *) { { $as_echo "$as_me:$LINENO: error: FreeType ${notice_platform}development files not found. Fonts will not be built.
14921 Use the --without-freetype option if you really want this." >&5
14922 $as_echo "$as_me: error: FreeType ${notice_platform}development files not found. Fonts will not be built.
14923 Use the --without-freetype option if you really want this." >&2;}
14924 { (exit 1); exit 1; }; } ;;
14925 esac
14928 test "x$FREETYPELIBS" = "x" && enable_fonts=${enable_fonts:-no}
14930 { $as_echo "$as_me:$LINENO: checking for parport header/ppdev.h" >&5
14931 $as_echo_n "checking for parport header/ppdev.h... " >&6; }
14932 if test "${ac_cv_c_ppdev+set}" = set; then
14933 $as_echo_n "(cached) " >&6
14934 else
14935 cat >conftest.$ac_ext <<_ACEOF
14936 /* confdefs.h. */
14937 _ACEOF
14938 cat confdefs.h >>conftest.$ac_ext
14939 cat >>conftest.$ac_ext <<_ACEOF
14940 /* end confdefs.h. */
14941 #include <linux/ppdev.h>
14943 main ()
14945 ioctl (1,PPCLAIM,0)
14947 return 0;
14949 _ACEOF
14950 rm -f conftest.$ac_objext
14951 if { (ac_try="$ac_compile"
14952 case "(($ac_try" in
14953 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14954 *) ac_try_echo=$ac_try;;
14955 esac
14956 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
14957 $as_echo "$ac_try_echo") >&5
14958 (eval "$ac_compile") 2>conftest.er1
14959 ac_status=$?
14960 grep -v '^ *+' conftest.er1 >conftest.err
14961 rm -f conftest.er1
14962 cat conftest.err >&5
14963 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
14964 (exit $ac_status); } && {
14965 test -z "$ac_c_werror_flag" ||
14966 test ! -s conftest.err
14967 } && test -s conftest.$ac_objext; then
14968 ac_cv_c_ppdev="yes"
14969 else
14970 $as_echo "$as_me: failed program was:" >&5
14971 sed 's/^/| /' conftest.$ac_ext >&5
14973 ac_cv_c_ppdev="no"
14976 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14978 { $as_echo "$as_me:$LINENO: result: $ac_cv_c_ppdev" >&5
14979 $as_echo "$ac_cv_c_ppdev" >&6; }
14980 if test "$ac_cv_c_ppdev" = "yes"
14981 then
14983 cat >>confdefs.h <<\_ACEOF
14984 #define HAVE_PPDEV 1
14985 _ACEOF
14989 { $as_echo "$as_me:$LINENO: checking for va_copy" >&5
14990 $as_echo_n "checking for va_copy... " >&6; }
14991 if test "${ac_cv_c_va_copy+set}" = set; then
14992 $as_echo_n "(cached) " >&6
14993 else
14994 cat >conftest.$ac_ext <<_ACEOF
14995 /* confdefs.h. */
14996 _ACEOF
14997 cat confdefs.h >>conftest.$ac_ext
14998 cat >>conftest.$ac_ext <<_ACEOF
14999 /* end confdefs.h. */
15000 #include <stdarg.h>
15002 main ()
15004 va_list ap1, ap2; va_copy(ap1,ap2);
15006 return 0;
15008 _ACEOF
15009 rm -f conftest.$ac_objext conftest$ac_exeext
15010 if { (ac_try="$ac_link"
15011 case "(($ac_try" in
15012 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15013 *) ac_try_echo=$ac_try;;
15014 esac
15015 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
15016 $as_echo "$ac_try_echo") >&5
15017 (eval "$ac_link") 2>conftest.er1
15018 ac_status=$?
15019 grep -v '^ *+' conftest.er1 >conftest.err
15020 rm -f conftest.er1
15021 cat conftest.err >&5
15022 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
15023 (exit $ac_status); } && {
15024 test -z "$ac_c_werror_flag" ||
15025 test ! -s conftest.err
15026 } && test -s conftest$ac_exeext && {
15027 test "$cross_compiling" = yes ||
15028 $as_test_x conftest$ac_exeext
15029 }; then
15030 ac_cv_c_va_copy="yes"
15031 else
15032 $as_echo "$as_me: failed program was:" >&5
15033 sed 's/^/| /' conftest.$ac_ext >&5
15035 ac_cv_c_va_copy="no"
15038 rm -rf conftest.dSYM
15039 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
15040 conftest$ac_exeext conftest.$ac_ext
15043 { $as_echo "$as_me:$LINENO: result: $ac_cv_c_va_copy" >&5
15044 $as_echo "$ac_cv_c_va_copy" >&6; }
15045 if test "$ac_cv_c_va_copy" = "yes"
15046 then
15048 cat >>confdefs.h <<\_ACEOF
15049 #define HAVE_VA_COPY 1
15050 _ACEOF
15053 { $as_echo "$as_me:$LINENO: checking for __va_copy" >&5
15054 $as_echo_n "checking for __va_copy... " >&6; }
15055 if test "${ac_cv_c___va_copy+set}" = set; then
15056 $as_echo_n "(cached) " >&6
15057 else
15058 cat >conftest.$ac_ext <<_ACEOF
15059 /* confdefs.h. */
15060 _ACEOF
15061 cat confdefs.h >>conftest.$ac_ext
15062 cat >>conftest.$ac_ext <<_ACEOF
15063 /* end confdefs.h. */
15064 #include <stdarg.h>
15066 main ()
15068 va_list ap1, ap2; __va_copy(ap1,ap2);
15070 return 0;
15072 _ACEOF
15073 rm -f conftest.$ac_objext conftest$ac_exeext
15074 if { (ac_try="$ac_link"
15075 case "(($ac_try" in
15076 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15077 *) ac_try_echo=$ac_try;;
15078 esac
15079 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
15080 $as_echo "$ac_try_echo") >&5
15081 (eval "$ac_link") 2>conftest.er1
15082 ac_status=$?
15083 grep -v '^ *+' conftest.er1 >conftest.err
15084 rm -f conftest.er1
15085 cat conftest.err >&5
15086 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
15087 (exit $ac_status); } && {
15088 test -z "$ac_c_werror_flag" ||
15089 test ! -s conftest.err
15090 } && test -s conftest$ac_exeext && {
15091 test "$cross_compiling" = yes ||
15092 $as_test_x conftest$ac_exeext
15093 }; then
15094 ac_cv_c___va_copy="yes"
15095 else
15096 $as_echo "$as_me: failed program was:" >&5
15097 sed 's/^/| /' conftest.$ac_ext >&5
15099 ac_cv_c___va_copy="no"
15102 rm -rf conftest.dSYM
15103 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
15104 conftest$ac_exeext conftest.$ac_ext
15107 { $as_echo "$as_me:$LINENO: result: $ac_cv_c___va_copy" >&5
15108 $as_echo "$ac_cv_c___va_copy" >&6; }
15109 if test "$ac_cv_c___va_copy" = "yes"
15110 then
15112 cat >>confdefs.h <<\_ACEOF
15113 #define HAVE___VA_COPY 1
15114 _ACEOF
15118 { $as_echo "$as_me:$LINENO: checking for pthread_rwlock_t" >&5
15119 $as_echo_n "checking for pthread_rwlock_t... " >&6; }
15120 if test "${ac_cv_type_pthread_rwlock_t+set}" = set; then
15121 $as_echo_n "(cached) " >&6
15122 else
15123 ac_cv_type_pthread_rwlock_t=no
15124 cat >conftest.$ac_ext <<_ACEOF
15125 /* confdefs.h. */
15126 _ACEOF
15127 cat confdefs.h >>conftest.$ac_ext
15128 cat >>conftest.$ac_ext <<_ACEOF
15129 /* end confdefs.h. */
15130 #define _GNU_SOURCE
15131 #include <pthread.h>
15134 main ()
15136 if (sizeof (pthread_rwlock_t))
15137 return 0;
15139 return 0;
15141 _ACEOF
15142 rm -f conftest.$ac_objext
15143 if { (ac_try="$ac_compile"
15144 case "(($ac_try" in
15145 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15146 *) ac_try_echo=$ac_try;;
15147 esac
15148 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
15149 $as_echo "$ac_try_echo") >&5
15150 (eval "$ac_compile") 2>conftest.er1
15151 ac_status=$?
15152 grep -v '^ *+' conftest.er1 >conftest.err
15153 rm -f conftest.er1
15154 cat conftest.err >&5
15155 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
15156 (exit $ac_status); } && {
15157 test -z "$ac_c_werror_flag" ||
15158 test ! -s conftest.err
15159 } && test -s conftest.$ac_objext; then
15160 cat >conftest.$ac_ext <<_ACEOF
15161 /* confdefs.h. */
15162 _ACEOF
15163 cat confdefs.h >>conftest.$ac_ext
15164 cat >>conftest.$ac_ext <<_ACEOF
15165 /* end confdefs.h. */
15166 #define _GNU_SOURCE
15167 #include <pthread.h>
15170 main ()
15172 if (sizeof ((pthread_rwlock_t)))
15173 return 0;
15175 return 0;
15177 _ACEOF
15178 rm -f conftest.$ac_objext
15179 if { (ac_try="$ac_compile"
15180 case "(($ac_try" in
15181 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15182 *) ac_try_echo=$ac_try;;
15183 esac
15184 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
15185 $as_echo "$ac_try_echo") >&5
15186 (eval "$ac_compile") 2>conftest.er1
15187 ac_status=$?
15188 grep -v '^ *+' conftest.er1 >conftest.err
15189 rm -f conftest.er1
15190 cat conftest.err >&5
15191 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
15192 (exit $ac_status); } && {
15193 test -z "$ac_c_werror_flag" ||
15194 test ! -s conftest.err
15195 } && test -s conftest.$ac_objext; then
15197 else
15198 $as_echo "$as_me: failed program was:" >&5
15199 sed 's/^/| /' conftest.$ac_ext >&5
15201 ac_cv_type_pthread_rwlock_t=yes
15204 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
15205 else
15206 $as_echo "$as_me: failed program was:" >&5
15207 sed 's/^/| /' conftest.$ac_ext >&5
15212 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
15214 { $as_echo "$as_me:$LINENO: result: $ac_cv_type_pthread_rwlock_t" >&5
15215 $as_echo "$ac_cv_type_pthread_rwlock_t" >&6; }
15216 if test "x$ac_cv_type_pthread_rwlock_t" = x""yes; then
15218 cat >>confdefs.h <<_ACEOF
15219 #define HAVE_PTHREAD_RWLOCK_T 1
15220 _ACEOF
15224 { $as_echo "$as_me:$LINENO: checking for pthread_rwlockattr_t" >&5
15225 $as_echo_n "checking for pthread_rwlockattr_t... " >&6; }
15226 if test "${ac_cv_type_pthread_rwlockattr_t+set}" = set; then
15227 $as_echo_n "(cached) " >&6
15228 else
15229 ac_cv_type_pthread_rwlockattr_t=no
15230 cat >conftest.$ac_ext <<_ACEOF
15231 /* confdefs.h. */
15232 _ACEOF
15233 cat confdefs.h >>conftest.$ac_ext
15234 cat >>conftest.$ac_ext <<_ACEOF
15235 /* end confdefs.h. */
15236 #define _GNU_SOURCE
15237 #include <pthread.h>
15240 main ()
15242 if (sizeof (pthread_rwlockattr_t))
15243 return 0;
15245 return 0;
15247 _ACEOF
15248 rm -f conftest.$ac_objext
15249 if { (ac_try="$ac_compile"
15250 case "(($ac_try" in
15251 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15252 *) ac_try_echo=$ac_try;;
15253 esac
15254 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
15255 $as_echo "$ac_try_echo") >&5
15256 (eval "$ac_compile") 2>conftest.er1
15257 ac_status=$?
15258 grep -v '^ *+' conftest.er1 >conftest.err
15259 rm -f conftest.er1
15260 cat conftest.err >&5
15261 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
15262 (exit $ac_status); } && {
15263 test -z "$ac_c_werror_flag" ||
15264 test ! -s conftest.err
15265 } && test -s conftest.$ac_objext; then
15266 cat >conftest.$ac_ext <<_ACEOF
15267 /* confdefs.h. */
15268 _ACEOF
15269 cat confdefs.h >>conftest.$ac_ext
15270 cat >>conftest.$ac_ext <<_ACEOF
15271 /* end confdefs.h. */
15272 #define _GNU_SOURCE
15273 #include <pthread.h>
15276 main ()
15278 if (sizeof ((pthread_rwlockattr_t)))
15279 return 0;
15281 return 0;
15283 _ACEOF
15284 rm -f conftest.$ac_objext
15285 if { (ac_try="$ac_compile"
15286 case "(($ac_try" in
15287 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15288 *) ac_try_echo=$ac_try;;
15289 esac
15290 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
15291 $as_echo "$ac_try_echo") >&5
15292 (eval "$ac_compile") 2>conftest.er1
15293 ac_status=$?
15294 grep -v '^ *+' conftest.er1 >conftest.err
15295 rm -f conftest.er1
15296 cat conftest.err >&5
15297 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
15298 (exit $ac_status); } && {
15299 test -z "$ac_c_werror_flag" ||
15300 test ! -s conftest.err
15301 } && test -s conftest.$ac_objext; then
15303 else
15304 $as_echo "$as_me: failed program was:" >&5
15305 sed 's/^/| /' conftest.$ac_ext >&5
15307 ac_cv_type_pthread_rwlockattr_t=yes
15310 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
15311 else
15312 $as_echo "$as_me: failed program was:" >&5
15313 sed 's/^/| /' conftest.$ac_ext >&5
15318 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
15320 { $as_echo "$as_me:$LINENO: result: $ac_cv_type_pthread_rwlockattr_t" >&5
15321 $as_echo "$ac_cv_type_pthread_rwlockattr_t" >&6; }
15322 if test "x$ac_cv_type_pthread_rwlockattr_t" = x""yes; then
15324 cat >>confdefs.h <<_ACEOF
15325 #define HAVE_PTHREAD_RWLOCKATTR_T 1
15326 _ACEOF
15332 ac_wine_check_funcs_save_LIBS="$LIBS"
15333 LIBS="$LIBS $LIBPTHREAD"
15338 for ac_func in \
15339 pthread_attr_get_np \
15340 pthread_getattr_np \
15341 pthread_get_stackaddr_np \
15342 pthread_get_stacksize_np
15344 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
15345 { $as_echo "$as_me:$LINENO: checking for $ac_func" >&5
15346 $as_echo_n "checking for $ac_func... " >&6; }
15347 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
15348 $as_echo_n "(cached) " >&6
15349 else
15350 cat >conftest.$ac_ext <<_ACEOF
15351 /* confdefs.h. */
15352 _ACEOF
15353 cat confdefs.h >>conftest.$ac_ext
15354 cat >>conftest.$ac_ext <<_ACEOF
15355 /* end confdefs.h. */
15356 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
15357 For example, HP-UX 11i <limits.h> declares gettimeofday. */
15358 #define $ac_func innocuous_$ac_func
15360 /* System header to define __stub macros and hopefully few prototypes,
15361 which can conflict with char $ac_func (); below.
15362 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
15363 <limits.h> exists even on freestanding compilers. */
15365 #ifdef __STDC__
15366 # include <limits.h>
15367 #else
15368 # include <assert.h>
15369 #endif
15371 #undef $ac_func
15373 /* Override any GCC internal prototype to avoid an error.
15374 Use char because int might match the return type of a GCC
15375 builtin and then its argument prototype would still apply. */
15376 #ifdef __cplusplus
15377 extern "C"
15378 #endif
15379 char $ac_func ();
15380 /* The GNU C library defines this for functions which it implements
15381 to always fail with ENOSYS. Some functions are actually named
15382 something starting with __ and the normal name is an alias. */
15383 #if defined __stub_$ac_func || defined __stub___$ac_func
15384 choke me
15385 #endif
15388 main ()
15390 return $ac_func ();
15392 return 0;
15394 _ACEOF
15395 rm -f conftest.$ac_objext conftest$ac_exeext
15396 if { (ac_try="$ac_link"
15397 case "(($ac_try" in
15398 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15399 *) ac_try_echo=$ac_try;;
15400 esac
15401 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
15402 $as_echo "$ac_try_echo") >&5
15403 (eval "$ac_link") 2>conftest.er1
15404 ac_status=$?
15405 grep -v '^ *+' conftest.er1 >conftest.err
15406 rm -f conftest.er1
15407 cat conftest.err >&5
15408 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
15409 (exit $ac_status); } && {
15410 test -z "$ac_c_werror_flag" ||
15411 test ! -s conftest.err
15412 } && test -s conftest$ac_exeext && {
15413 test "$cross_compiling" = yes ||
15414 $as_test_x conftest$ac_exeext
15415 }; then
15416 eval "$as_ac_var=yes"
15417 else
15418 $as_echo "$as_me: failed program was:" >&5
15419 sed 's/^/| /' conftest.$ac_ext >&5
15421 eval "$as_ac_var=no"
15424 rm -rf conftest.dSYM
15425 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
15426 conftest$ac_exeext conftest.$ac_ext
15428 ac_res=`eval 'as_val=${'$as_ac_var'}
15429 $as_echo "$as_val"'`
15430 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
15431 $as_echo "$ac_res" >&6; }
15432 as_val=`eval 'as_val=${'$as_ac_var'}
15433 $as_echo "$as_val"'`
15434 if test "x$as_val" = x""yes; then
15435 cat >>confdefs.h <<_ACEOF
15436 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
15437 _ACEOF
15440 done
15442 LIBS="$ac_wine_check_funcs_save_LIBS"
15444 # Extract the first word of "esd-config", so it can be a program name with args.
15445 set dummy esd-config; ac_word=$2
15446 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
15447 $as_echo_n "checking for $ac_word... " >&6; }
15448 if test "${ac_cv_path_ESDCONFIG+set}" = set; then
15449 $as_echo_n "(cached) " >&6
15450 else
15451 case $ESDCONFIG in
15452 [\\/]* | ?:[\\/]*)
15453 ac_cv_path_ESDCONFIG="$ESDCONFIG" # Let the user override the test with a path.
15456 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
15457 for as_dir in $PATH
15459 IFS=$as_save_IFS
15460 test -z "$as_dir" && as_dir=.
15461 for ac_exec_ext in '' $ac_executable_extensions; do
15462 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
15463 ac_cv_path_ESDCONFIG="$as_dir/$ac_word$ac_exec_ext"
15464 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
15465 break 2
15467 done
15468 done
15469 IFS=$as_save_IFS
15472 esac
15474 ESDCONFIG=$ac_cv_path_ESDCONFIG
15475 if test -n "$ESDCONFIG"; then
15476 { $as_echo "$as_me:$LINENO: result: $ESDCONFIG" >&5
15477 $as_echo "$ESDCONFIG" >&6; }
15478 else
15479 { $as_echo "$as_me:$LINENO: result: no" >&5
15480 $as_echo "no" >&6; }
15484 if test "x$with_esd" != xno -a "x$ESDCONFIG" != x -a "x$ESDCONFIG" != x'"$ESDCONFIG"';
15485 then
15486 ac_esd_incl=""
15487 for i in `$ESDCONFIG --cflags`
15489 case "$i" in
15490 -I*) ac_esd_incl="$ac_esd_incl $i";;
15491 esac
15492 done
15493 ac_esd_libs=`$ESDCONFIG --libs`
15494 save_CFLAGS="$CFLAGS"
15495 CFLAGS="$CFLAGS $ac_esd_incl"
15496 { $as_echo "$as_me:$LINENO: checking for esd_open_sound in -lesd" >&5
15497 $as_echo_n "checking for esd_open_sound in -lesd... " >&6; }
15498 if test "${ac_cv_lib_esd_esd_open_sound+set}" = set; then
15499 $as_echo_n "(cached) " >&6
15500 else
15501 ac_check_lib_save_LIBS=$LIBS
15502 LIBS="-lesd $ac_esd_libs $LIBS"
15503 cat >conftest.$ac_ext <<_ACEOF
15504 /* confdefs.h. */
15505 _ACEOF
15506 cat confdefs.h >>conftest.$ac_ext
15507 cat >>conftest.$ac_ext <<_ACEOF
15508 /* end confdefs.h. */
15510 /* Override any GCC internal prototype to avoid an error.
15511 Use char because int might match the return type of a GCC
15512 builtin and then its argument prototype would still apply. */
15513 #ifdef __cplusplus
15514 extern "C"
15515 #endif
15516 char esd_open_sound ();
15518 main ()
15520 return esd_open_sound ();
15522 return 0;
15524 _ACEOF
15525 rm -f conftest.$ac_objext conftest$ac_exeext
15526 if { (ac_try="$ac_link"
15527 case "(($ac_try" in
15528 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15529 *) ac_try_echo=$ac_try;;
15530 esac
15531 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
15532 $as_echo "$ac_try_echo") >&5
15533 (eval "$ac_link") 2>conftest.er1
15534 ac_status=$?
15535 grep -v '^ *+' conftest.er1 >conftest.err
15536 rm -f conftest.er1
15537 cat conftest.err >&5
15538 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
15539 (exit $ac_status); } && {
15540 test -z "$ac_c_werror_flag" ||
15541 test ! -s conftest.err
15542 } && test -s conftest$ac_exeext && {
15543 test "$cross_compiling" = yes ||
15544 $as_test_x conftest$ac_exeext
15545 }; then
15546 ac_cv_lib_esd_esd_open_sound=yes
15547 else
15548 $as_echo "$as_me: failed program was:" >&5
15549 sed 's/^/| /' conftest.$ac_ext >&5
15551 ac_cv_lib_esd_esd_open_sound=no
15554 rm -rf conftest.dSYM
15555 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
15556 conftest$ac_exeext conftest.$ac_ext
15557 LIBS=$ac_check_lib_save_LIBS
15559 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_esd_esd_open_sound" >&5
15560 $as_echo "$ac_cv_lib_esd_esd_open_sound" >&6; }
15561 if test "x$ac_cv_lib_esd_esd_open_sound" = x""yes; then
15562 ESDINCL="$ac_esd_incl"
15564 ESDLIBS="$ac_esd_libs"
15567 cat >>confdefs.h <<\_ACEOF
15568 #define HAVE_ESD 1
15569 _ACEOF
15573 CFLAGS="$save_CFLAGS"
15576 ALSALIBS=""
15578 if test "$ac_cv_header_sys_asoundlib_h" = "yes" -o "$ac_cv_header_alsa_asoundlib_h" = "yes"
15579 then
15580 { $as_echo "$as_me:$LINENO: checking for snd_pcm_hw_params_get_access in -lasound" >&5
15581 $as_echo_n "checking for snd_pcm_hw_params_get_access in -lasound... " >&6; }
15582 if test "${ac_cv_lib_asound_snd_pcm_hw_params_get_access+set}" = set; then
15583 $as_echo_n "(cached) " >&6
15584 else
15585 ac_check_lib_save_LIBS=$LIBS
15586 LIBS="-lasound $LIBS"
15587 cat >conftest.$ac_ext <<_ACEOF
15588 /* confdefs.h. */
15589 _ACEOF
15590 cat confdefs.h >>conftest.$ac_ext
15591 cat >>conftest.$ac_ext <<_ACEOF
15592 /* end confdefs.h. */
15594 /* Override any GCC internal prototype to avoid an error.
15595 Use char because int might match the return type of a GCC
15596 builtin and then its argument prototype would still apply. */
15597 #ifdef __cplusplus
15598 extern "C"
15599 #endif
15600 char snd_pcm_hw_params_get_access ();
15602 main ()
15604 return snd_pcm_hw_params_get_access ();
15606 return 0;
15608 _ACEOF
15609 rm -f conftest.$ac_objext conftest$ac_exeext
15610 if { (ac_try="$ac_link"
15611 case "(($ac_try" in
15612 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15613 *) ac_try_echo=$ac_try;;
15614 esac
15615 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
15616 $as_echo "$ac_try_echo") >&5
15617 (eval "$ac_link") 2>conftest.er1
15618 ac_status=$?
15619 grep -v '^ *+' conftest.er1 >conftest.err
15620 rm -f conftest.er1
15621 cat conftest.err >&5
15622 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
15623 (exit $ac_status); } && {
15624 test -z "$ac_c_werror_flag" ||
15625 test ! -s conftest.err
15626 } && test -s conftest$ac_exeext && {
15627 test "$cross_compiling" = yes ||
15628 $as_test_x conftest$ac_exeext
15629 }; then
15630 ac_cv_lib_asound_snd_pcm_hw_params_get_access=yes
15631 else
15632 $as_echo "$as_me: failed program was:" >&5
15633 sed 's/^/| /' conftest.$ac_ext >&5
15635 ac_cv_lib_asound_snd_pcm_hw_params_get_access=no
15638 rm -rf conftest.dSYM
15639 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
15640 conftest$ac_exeext conftest.$ac_ext
15641 LIBS=$ac_check_lib_save_LIBS
15643 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_asound_snd_pcm_hw_params_get_access" >&5
15644 $as_echo "$ac_cv_lib_asound_snd_pcm_hw_params_get_access" >&6; }
15645 if test "x$ac_cv_lib_asound_snd_pcm_hw_params_get_access" = x""yes; then
15646 cat >conftest.$ac_ext <<_ACEOF
15647 /* confdefs.h. */
15648 _ACEOF
15649 cat confdefs.h >>conftest.$ac_ext
15650 cat >>conftest.$ac_ext <<_ACEOF
15651 /* end confdefs.h. */
15652 #ifdef HAVE_ALSA_ASOUNDLIB_H
15653 #include <alsa/asoundlib.h>
15654 #elif defined(HAVE_SYS_ASOUNDLIB_H)
15655 #include <sys/asoundlib.h>
15656 #endif
15658 main ()
15660 int ret = snd_pcm_hw_params_get_access(NULL, NULL)
15662 return 0;
15664 _ACEOF
15665 rm -f conftest.$ac_objext
15666 if { (ac_try="$ac_compile"
15667 case "(($ac_try" in
15668 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15669 *) ac_try_echo=$ac_try;;
15670 esac
15671 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
15672 $as_echo "$ac_try_echo") >&5
15673 (eval "$ac_compile") 2>conftest.er1
15674 ac_status=$?
15675 grep -v '^ *+' conftest.er1 >conftest.err
15676 rm -f conftest.er1
15677 cat conftest.err >&5
15678 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
15679 (exit $ac_status); } && {
15680 test -z "$ac_c_werror_flag" ||
15681 test ! -s conftest.err
15682 } && test -s conftest.$ac_objext; then
15684 cat >>confdefs.h <<\_ACEOF
15685 #define HAVE_ALSA 1
15686 _ACEOF
15688 ALSALIBS="-lasound"
15689 else
15690 $as_echo "$as_me: failed program was:" >&5
15691 sed 's/^/| /' conftest.$ac_ext >&5
15696 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
15701 AUDIOIOLIBS=""
15703 if test "$ac_cv_header_libaudioio_h" = "yes"
15704 then
15705 { $as_echo "$as_me:$LINENO: checking for AudioIOGetVersion in -laudioio" >&5
15706 $as_echo_n "checking for AudioIOGetVersion in -laudioio... " >&6; }
15707 if test "${ac_cv_lib_audioio_AudioIOGetVersion+set}" = set; then
15708 $as_echo_n "(cached) " >&6
15709 else
15710 ac_check_lib_save_LIBS=$LIBS
15711 LIBS="-laudioio $LIBS"
15712 cat >conftest.$ac_ext <<_ACEOF
15713 /* confdefs.h. */
15714 _ACEOF
15715 cat confdefs.h >>conftest.$ac_ext
15716 cat >>conftest.$ac_ext <<_ACEOF
15717 /* end confdefs.h. */
15719 /* Override any GCC internal prototype to avoid an error.
15720 Use char because int might match the return type of a GCC
15721 builtin and then its argument prototype would still apply. */
15722 #ifdef __cplusplus
15723 extern "C"
15724 #endif
15725 char AudioIOGetVersion ();
15727 main ()
15729 return AudioIOGetVersion ();
15731 return 0;
15733 _ACEOF
15734 rm -f conftest.$ac_objext conftest$ac_exeext
15735 if { (ac_try="$ac_link"
15736 case "(($ac_try" in
15737 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15738 *) ac_try_echo=$ac_try;;
15739 esac
15740 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
15741 $as_echo "$ac_try_echo") >&5
15742 (eval "$ac_link") 2>conftest.er1
15743 ac_status=$?
15744 grep -v '^ *+' conftest.er1 >conftest.err
15745 rm -f conftest.er1
15746 cat conftest.err >&5
15747 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
15748 (exit $ac_status); } && {
15749 test -z "$ac_c_werror_flag" ||
15750 test ! -s conftest.err
15751 } && test -s conftest$ac_exeext && {
15752 test "$cross_compiling" = yes ||
15753 $as_test_x conftest$ac_exeext
15754 }; then
15755 ac_cv_lib_audioio_AudioIOGetVersion=yes
15756 else
15757 $as_echo "$as_me: failed program was:" >&5
15758 sed 's/^/| /' conftest.$ac_ext >&5
15760 ac_cv_lib_audioio_AudioIOGetVersion=no
15763 rm -rf conftest.dSYM
15764 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
15765 conftest$ac_exeext conftest.$ac_ext
15766 LIBS=$ac_check_lib_save_LIBS
15768 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_audioio_AudioIOGetVersion" >&5
15769 $as_echo "$ac_cv_lib_audioio_AudioIOGetVersion" >&6; }
15770 if test "x$ac_cv_lib_audioio_AudioIOGetVersion" = x""yes; then
15771 AUDIOIOLIBS="-laudioio"
15773 cat >>confdefs.h <<\_ACEOF
15774 #define HAVE_LIBAUDIOIO 1
15775 _ACEOF
15782 if test "$ac_cv_header_capi20_h" = "yes" -a "$ac_cv_header_linux_capi_h" = "yes"
15783 then
15784 { $as_echo "$as_me:$LINENO: checking for -lcapi20" >&5
15785 $as_echo_n "checking for -lcapi20... " >&6; }
15786 if test "${ac_cv_lib_soname_capi20+set}" = set; then
15787 $as_echo_n "(cached) " >&6
15788 else
15789 ac_check_soname_save_LIBS=$LIBS
15790 LIBS="-lcapi20 $LIBS"
15791 cat >conftest.$ac_ext <<_ACEOF
15792 /* confdefs.h. */
15793 _ACEOF
15794 cat confdefs.h >>conftest.$ac_ext
15795 cat >>conftest.$ac_ext <<_ACEOF
15796 /* end confdefs.h. */
15798 /* Override any GCC internal prototype to avoid an error.
15799 Use char because int might match the return type of a GCC
15800 builtin and then its argument prototype would still apply. */
15801 #ifdef __cplusplus
15802 extern "C"
15803 #endif
15804 char capi20_register ();
15806 main ()
15808 return capi20_register ();
15810 return 0;
15812 _ACEOF
15813 rm -f conftest.$ac_objext conftest$ac_exeext
15814 if { (ac_try="$ac_link"
15815 case "(($ac_try" in
15816 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15817 *) ac_try_echo=$ac_try;;
15818 esac
15819 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
15820 $as_echo "$ac_try_echo") >&5
15821 (eval "$ac_link") 2>conftest.er1
15822 ac_status=$?
15823 grep -v '^ *+' conftest.er1 >conftest.err
15824 rm -f conftest.er1
15825 cat conftest.err >&5
15826 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
15827 (exit $ac_status); } && {
15828 test -z "$ac_c_werror_flag" ||
15829 test ! -s conftest.err
15830 } && test -s conftest$ac_exeext && {
15831 test "$cross_compiling" = yes ||
15832 $as_test_x conftest$ac_exeext
15833 }; then
15834 case "$LIBEXT" in
15835 dll) ;;
15836 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'` ;;
15837 *) ac_cv_lib_soname_capi20=`$ac_cv_path_LDD conftest$ac_exeext | grep "libcapi20\\.$LIBEXT" | sed -e "s/^.*\(libcapi20\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
15838 esac
15839 else
15840 $as_echo "$as_me: failed program was:" >&5
15841 sed 's/^/| /' conftest.$ac_ext >&5
15846 rm -rf conftest.dSYM
15847 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
15848 conftest$ac_exeext conftest.$ac_ext
15849 LIBS=$ac_check_soname_save_LIBS
15851 if test "x$ac_cv_lib_soname_capi20" = "x"; then
15852 { $as_echo "$as_me:$LINENO: result: not found" >&5
15853 $as_echo "not found" >&6; }
15855 else
15856 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_capi20" >&5
15857 $as_echo "$ac_cv_lib_soname_capi20" >&6; }
15859 cat >>confdefs.h <<_ACEOF
15860 #define SONAME_LIBCAPI20 "$ac_cv_lib_soname_capi20"
15861 _ACEOF
15867 if test "x$ac_cv_lib_soname_capi20" = "x"; then
15868 case "x$with_capi" in
15869 x) wine_notices="$wine_notices|libcapi20 ${notice_platform}development files not found, ISDN won't be supported." ;;
15870 xno) ;;
15871 *) { { $as_echo "$as_me:$LINENO: error: libcapi20 ${notice_platform}development files not found, ISDN won't be supported.
15872 This is an error since --with-capi was requested." >&5
15873 $as_echo "$as_me: error: libcapi20 ${notice_platform}development files not found, ISDN won't be supported.
15874 This is an error since --with-capi was requested." >&2;}
15875 { (exit 1); exit 1; }; } ;;
15876 esac
15880 CUPSINCL=""
15882 if test "x$with_cups" != "xno"
15883 then
15884 ac_save_CPPFLAGS="$CPPFLAGS"
15885 ac_cups_cflags=`cups-config --cflags 2>/dev/null`
15886 ac_cups_libs=`cups-config --ldflags 2>/dev/null`
15887 CPPFLAGS="$CPPFLAGS $ac_cups_cflags"
15889 for ac_header in cups/cups.h
15891 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
15892 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
15893 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
15894 $as_echo_n "checking for $ac_header... " >&6; }
15895 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
15896 $as_echo_n "(cached) " >&6
15898 ac_res=`eval 'as_val=${'$as_ac_Header'}
15899 $as_echo "$as_val"'`
15900 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
15901 $as_echo "$ac_res" >&6; }
15902 else
15903 # Is the header compilable?
15904 { $as_echo "$as_me:$LINENO: checking $ac_header usability" >&5
15905 $as_echo_n "checking $ac_header usability... " >&6; }
15906 cat >conftest.$ac_ext <<_ACEOF
15907 /* confdefs.h. */
15908 _ACEOF
15909 cat confdefs.h >>conftest.$ac_ext
15910 cat >>conftest.$ac_ext <<_ACEOF
15911 /* end confdefs.h. */
15912 $ac_includes_default
15913 #include <$ac_header>
15914 _ACEOF
15915 rm -f conftest.$ac_objext
15916 if { (ac_try="$ac_compile"
15917 case "(($ac_try" in
15918 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15919 *) ac_try_echo=$ac_try;;
15920 esac
15921 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
15922 $as_echo "$ac_try_echo") >&5
15923 (eval "$ac_compile") 2>conftest.er1
15924 ac_status=$?
15925 grep -v '^ *+' conftest.er1 >conftest.err
15926 rm -f conftest.er1
15927 cat conftest.err >&5
15928 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
15929 (exit $ac_status); } && {
15930 test -z "$ac_c_werror_flag" ||
15931 test ! -s conftest.err
15932 } && test -s conftest.$ac_objext; then
15933 ac_header_compiler=yes
15934 else
15935 $as_echo "$as_me: failed program was:" >&5
15936 sed 's/^/| /' conftest.$ac_ext >&5
15938 ac_header_compiler=no
15941 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
15942 { $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
15943 $as_echo "$ac_header_compiler" >&6; }
15945 # Is the header present?
15946 { $as_echo "$as_me:$LINENO: checking $ac_header presence" >&5
15947 $as_echo_n "checking $ac_header presence... " >&6; }
15948 cat >conftest.$ac_ext <<_ACEOF
15949 /* confdefs.h. */
15950 _ACEOF
15951 cat confdefs.h >>conftest.$ac_ext
15952 cat >>conftest.$ac_ext <<_ACEOF
15953 /* end confdefs.h. */
15954 #include <$ac_header>
15955 _ACEOF
15956 if { (ac_try="$ac_cpp conftest.$ac_ext"
15957 case "(($ac_try" in
15958 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15959 *) ac_try_echo=$ac_try;;
15960 esac
15961 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
15962 $as_echo "$ac_try_echo") >&5
15963 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
15964 ac_status=$?
15965 grep -v '^ *+' conftest.er1 >conftest.err
15966 rm -f conftest.er1
15967 cat conftest.err >&5
15968 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
15969 (exit $ac_status); } >/dev/null && {
15970 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
15971 test ! -s conftest.err
15972 }; then
15973 ac_header_preproc=yes
15974 else
15975 $as_echo "$as_me: failed program was:" >&5
15976 sed 's/^/| /' conftest.$ac_ext >&5
15978 ac_header_preproc=no
15981 rm -f conftest.err conftest.$ac_ext
15982 { $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
15983 $as_echo "$ac_header_preproc" >&6; }
15985 # So? What about this header?
15986 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
15987 yes:no: )
15988 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
15989 $as_echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
15990 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
15991 $as_echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
15992 ac_header_preproc=yes
15994 no:yes:* )
15995 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
15996 $as_echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
15997 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
15998 $as_echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
15999 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
16000 $as_echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
16001 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
16002 $as_echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
16003 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
16004 $as_echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
16005 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
16006 $as_echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
16007 ( cat <<\_ASBOX
16008 ## ------------------------------------ ##
16009 ## Report this to wine-devel@winehq.org ##
16010 ## ------------------------------------ ##
16011 _ASBOX
16012 ) | sed "s/^/$as_me: WARNING: /" >&2
16014 esac
16015 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
16016 $as_echo_n "checking for $ac_header... " >&6; }
16017 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
16018 $as_echo_n "(cached) " >&6
16019 else
16020 eval "$as_ac_Header=\$ac_header_preproc"
16022 ac_res=`eval 'as_val=${'$as_ac_Header'}
16023 $as_echo "$as_val"'`
16024 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
16025 $as_echo "$ac_res" >&6; }
16028 as_val=`eval 'as_val=${'$as_ac_Header'}
16029 $as_echo "$as_val"'`
16030 if test "x$as_val" = x""yes; then
16031 cat >>confdefs.h <<_ACEOF
16032 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
16033 _ACEOF
16034 { $as_echo "$as_me:$LINENO: checking for -lcups" >&5
16035 $as_echo_n "checking for -lcups... " >&6; }
16036 if test "${ac_cv_lib_soname_cups+set}" = set; then
16037 $as_echo_n "(cached) " >&6
16038 else
16039 ac_check_soname_save_LIBS=$LIBS
16040 LIBS="-lcups $ac_cups_libs $LIBS"
16041 cat >conftest.$ac_ext <<_ACEOF
16042 /* confdefs.h. */
16043 _ACEOF
16044 cat confdefs.h >>conftest.$ac_ext
16045 cat >>conftest.$ac_ext <<_ACEOF
16046 /* end confdefs.h. */
16048 /* Override any GCC internal prototype to avoid an error.
16049 Use char because int might match the return type of a GCC
16050 builtin and then its argument prototype would still apply. */
16051 #ifdef __cplusplus
16052 extern "C"
16053 #endif
16054 char cupsGetDefault ();
16056 main ()
16058 return cupsGetDefault ();
16060 return 0;
16062 _ACEOF
16063 rm -f conftest.$ac_objext conftest$ac_exeext
16064 if { (ac_try="$ac_link"
16065 case "(($ac_try" in
16066 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16067 *) ac_try_echo=$ac_try;;
16068 esac
16069 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
16070 $as_echo "$ac_try_echo") >&5
16071 (eval "$ac_link") 2>conftest.er1
16072 ac_status=$?
16073 grep -v '^ *+' conftest.er1 >conftest.err
16074 rm -f conftest.er1
16075 cat conftest.err >&5
16076 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
16077 (exit $ac_status); } && {
16078 test -z "$ac_c_werror_flag" ||
16079 test ! -s conftest.err
16080 } && test -s conftest$ac_exeext && {
16081 test "$cross_compiling" = yes ||
16082 $as_test_x conftest$ac_exeext
16083 }; then
16084 case "$LIBEXT" in
16085 dll) ;;
16086 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'` ;;
16087 *) ac_cv_lib_soname_cups=`$ac_cv_path_LDD conftest$ac_exeext | grep "libcups\\.$LIBEXT" | sed -e "s/^.*\(libcups\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
16088 esac
16089 else
16090 $as_echo "$as_me: failed program was:" >&5
16091 sed 's/^/| /' conftest.$ac_ext >&5
16096 rm -rf conftest.dSYM
16097 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16098 conftest$ac_exeext conftest.$ac_ext
16099 LIBS=$ac_check_soname_save_LIBS
16101 if test "x$ac_cv_lib_soname_cups" = "x"; then
16102 { $as_echo "$as_me:$LINENO: result: not found" >&5
16103 $as_echo "not found" >&6; }
16105 else
16106 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_cups" >&5
16107 $as_echo "$ac_cv_lib_soname_cups" >&6; }
16109 cat >>confdefs.h <<_ACEOF
16110 #define SONAME_LIBCUPS "$ac_cv_lib_soname_cups"
16111 _ACEOF
16113 CUPSINCL="$ac_cups_cflags"
16118 done
16120 CPPFLAGS="$ac_save_CPPFLAGS"
16122 if test "x$ac_cv_lib_soname_cups" = "x"; then
16123 case "x$with_cups" in
16124 x) wine_notices="$wine_notices|libcups ${notice_platform}development files not found, CUPS won't be supported." ;;
16125 xno) ;;
16126 *) { { $as_echo "$as_me:$LINENO: error: libcups ${notice_platform}development files not found, CUPS won't be supported.
16127 This is an error since --with-cups was requested." >&5
16128 $as_echo "$as_me: error: libcups ${notice_platform}development files not found, CUPS won't be supported.
16129 This is an error since --with-cups was requested." >&2;}
16130 { (exit 1); exit 1; }; } ;;
16131 esac
16135 if test "$ac_cv_header_jack_jack_h" = "yes"
16136 then
16137 { $as_echo "$as_me:$LINENO: checking for -ljack" >&5
16138 $as_echo_n "checking for -ljack... " >&6; }
16139 if test "${ac_cv_lib_soname_jack+set}" = set; then
16140 $as_echo_n "(cached) " >&6
16141 else
16142 ac_check_soname_save_LIBS=$LIBS
16143 LIBS="-ljack $LIBS"
16144 cat >conftest.$ac_ext <<_ACEOF
16145 /* confdefs.h. */
16146 _ACEOF
16147 cat confdefs.h >>conftest.$ac_ext
16148 cat >>conftest.$ac_ext <<_ACEOF
16149 /* end confdefs.h. */
16151 /* Override any GCC internal prototype to avoid an error.
16152 Use char because int might match the return type of a GCC
16153 builtin and then its argument prototype would still apply. */
16154 #ifdef __cplusplus
16155 extern "C"
16156 #endif
16157 char jack_client_new ();
16159 main ()
16161 return jack_client_new ();
16163 return 0;
16165 _ACEOF
16166 rm -f conftest.$ac_objext conftest$ac_exeext
16167 if { (ac_try="$ac_link"
16168 case "(($ac_try" in
16169 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16170 *) ac_try_echo=$ac_try;;
16171 esac
16172 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
16173 $as_echo "$ac_try_echo") >&5
16174 (eval "$ac_link") 2>conftest.er1
16175 ac_status=$?
16176 grep -v '^ *+' conftest.er1 >conftest.err
16177 rm -f conftest.er1
16178 cat conftest.err >&5
16179 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
16180 (exit $ac_status); } && {
16181 test -z "$ac_c_werror_flag" ||
16182 test ! -s conftest.err
16183 } && test -s conftest$ac_exeext && {
16184 test "$cross_compiling" = yes ||
16185 $as_test_x conftest$ac_exeext
16186 }; then
16187 case "$LIBEXT" in
16188 dll) ;;
16189 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'` ;;
16190 *) 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'` ;;
16191 esac
16192 else
16193 $as_echo "$as_me: failed program was:" >&5
16194 sed 's/^/| /' conftest.$ac_ext >&5
16199 rm -rf conftest.dSYM
16200 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16201 conftest$ac_exeext conftest.$ac_ext
16202 LIBS=$ac_check_soname_save_LIBS
16204 if test "x$ac_cv_lib_soname_jack" = "x"; then
16205 { $as_echo "$as_me:$LINENO: result: not found" >&5
16206 $as_echo "not found" >&6; }
16208 else
16209 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_jack" >&5
16210 $as_echo "$ac_cv_lib_soname_jack" >&6; }
16212 cat >>confdefs.h <<_ACEOF
16213 #define SONAME_LIBJACK "$ac_cv_lib_soname_jack"
16214 _ACEOF
16221 if test "$ac_cv_header_fontconfig_fontconfig_h" = "yes"
16222 then
16223 { $as_echo "$as_me:$LINENO: checking for -lfontconfig" >&5
16224 $as_echo_n "checking for -lfontconfig... " >&6; }
16225 if test "${ac_cv_lib_soname_fontconfig+set}" = set; then
16226 $as_echo_n "(cached) " >&6
16227 else
16228 ac_check_soname_save_LIBS=$LIBS
16229 LIBS="-lfontconfig $LIBS"
16230 cat >conftest.$ac_ext <<_ACEOF
16231 /* confdefs.h. */
16232 _ACEOF
16233 cat confdefs.h >>conftest.$ac_ext
16234 cat >>conftest.$ac_ext <<_ACEOF
16235 /* end confdefs.h. */
16237 /* Override any GCC internal prototype to avoid an error.
16238 Use char because int might match the return type of a GCC
16239 builtin and then its argument prototype would still apply. */
16240 #ifdef __cplusplus
16241 extern "C"
16242 #endif
16243 char FcInit ();
16245 main ()
16247 return FcInit ();
16249 return 0;
16251 _ACEOF
16252 rm -f conftest.$ac_objext conftest$ac_exeext
16253 if { (ac_try="$ac_link"
16254 case "(($ac_try" in
16255 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16256 *) ac_try_echo=$ac_try;;
16257 esac
16258 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
16259 $as_echo "$ac_try_echo") >&5
16260 (eval "$ac_link") 2>conftest.er1
16261 ac_status=$?
16262 grep -v '^ *+' conftest.er1 >conftest.err
16263 rm -f conftest.er1
16264 cat conftest.err >&5
16265 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
16266 (exit $ac_status); } && {
16267 test -z "$ac_c_werror_flag" ||
16268 test ! -s conftest.err
16269 } && test -s conftest$ac_exeext && {
16270 test "$cross_compiling" = yes ||
16271 $as_test_x conftest$ac_exeext
16272 }; then
16273 case "$LIBEXT" in
16274 dll) ;;
16275 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'` ;;
16276 *) ac_cv_lib_soname_fontconfig=`$ac_cv_path_LDD conftest$ac_exeext | grep "libfontconfig\\.$LIBEXT" | sed -e "s/^.*\(libfontconfig\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
16277 esac
16278 else
16279 $as_echo "$as_me: failed program was:" >&5
16280 sed 's/^/| /' conftest.$ac_ext >&5
16285 rm -rf conftest.dSYM
16286 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16287 conftest$ac_exeext conftest.$ac_ext
16288 LIBS=$ac_check_soname_save_LIBS
16290 if test "x$ac_cv_lib_soname_fontconfig" = "x"; then
16291 { $as_echo "$as_me:$LINENO: result: not found" >&5
16292 $as_echo "not found" >&6; }
16294 else
16295 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_fontconfig" >&5
16296 $as_echo "$ac_cv_lib_soname_fontconfig" >&6; }
16298 cat >>confdefs.h <<_ACEOF
16299 #define SONAME_LIBFONTCONFIG "$ac_cv_lib_soname_fontconfig"
16300 _ACEOF
16305 elif test -n "$X_CFLAGS" -a "x$with_fontconfig" != "xno"
16306 then
16307 ac_save_CPPFLAGS="$CPPFLAGS"
16308 CPPFLAGS="$CPPFLAGS $X_CFLAGS"
16309 $as_unset ac_cv_header_fontconfig_fontconfig_h
16311 for ac_header in fontconfig/fontconfig.h
16313 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
16314 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
16315 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
16316 $as_echo_n "checking for $ac_header... " >&6; }
16317 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
16318 $as_echo_n "(cached) " >&6
16320 ac_res=`eval 'as_val=${'$as_ac_Header'}
16321 $as_echo "$as_val"'`
16322 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
16323 $as_echo "$ac_res" >&6; }
16324 else
16325 # Is the header compilable?
16326 { $as_echo "$as_me:$LINENO: checking $ac_header usability" >&5
16327 $as_echo_n "checking $ac_header usability... " >&6; }
16328 cat >conftest.$ac_ext <<_ACEOF
16329 /* confdefs.h. */
16330 _ACEOF
16331 cat confdefs.h >>conftest.$ac_ext
16332 cat >>conftest.$ac_ext <<_ACEOF
16333 /* end confdefs.h. */
16334 $ac_includes_default
16335 #include <$ac_header>
16336 _ACEOF
16337 rm -f conftest.$ac_objext
16338 if { (ac_try="$ac_compile"
16339 case "(($ac_try" in
16340 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16341 *) ac_try_echo=$ac_try;;
16342 esac
16343 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
16344 $as_echo "$ac_try_echo") >&5
16345 (eval "$ac_compile") 2>conftest.er1
16346 ac_status=$?
16347 grep -v '^ *+' conftest.er1 >conftest.err
16348 rm -f conftest.er1
16349 cat conftest.err >&5
16350 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
16351 (exit $ac_status); } && {
16352 test -z "$ac_c_werror_flag" ||
16353 test ! -s conftest.err
16354 } && test -s conftest.$ac_objext; then
16355 ac_header_compiler=yes
16356 else
16357 $as_echo "$as_me: failed program was:" >&5
16358 sed 's/^/| /' conftest.$ac_ext >&5
16360 ac_header_compiler=no
16363 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
16364 { $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
16365 $as_echo "$ac_header_compiler" >&6; }
16367 # Is the header present?
16368 { $as_echo "$as_me:$LINENO: checking $ac_header presence" >&5
16369 $as_echo_n "checking $ac_header presence... " >&6; }
16370 cat >conftest.$ac_ext <<_ACEOF
16371 /* confdefs.h. */
16372 _ACEOF
16373 cat confdefs.h >>conftest.$ac_ext
16374 cat >>conftest.$ac_ext <<_ACEOF
16375 /* end confdefs.h. */
16376 #include <$ac_header>
16377 _ACEOF
16378 if { (ac_try="$ac_cpp conftest.$ac_ext"
16379 case "(($ac_try" in
16380 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16381 *) ac_try_echo=$ac_try;;
16382 esac
16383 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
16384 $as_echo "$ac_try_echo") >&5
16385 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
16386 ac_status=$?
16387 grep -v '^ *+' conftest.er1 >conftest.err
16388 rm -f conftest.er1
16389 cat conftest.err >&5
16390 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
16391 (exit $ac_status); } >/dev/null && {
16392 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
16393 test ! -s conftest.err
16394 }; then
16395 ac_header_preproc=yes
16396 else
16397 $as_echo "$as_me: failed program was:" >&5
16398 sed 's/^/| /' conftest.$ac_ext >&5
16400 ac_header_preproc=no
16403 rm -f conftest.err conftest.$ac_ext
16404 { $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
16405 $as_echo "$ac_header_preproc" >&6; }
16407 # So? What about this header?
16408 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
16409 yes:no: )
16410 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
16411 $as_echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
16412 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
16413 $as_echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
16414 ac_header_preproc=yes
16416 no:yes:* )
16417 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
16418 $as_echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
16419 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
16420 $as_echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
16421 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
16422 $as_echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
16423 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
16424 $as_echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
16425 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
16426 $as_echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
16427 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
16428 $as_echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
16429 ( cat <<\_ASBOX
16430 ## ------------------------------------ ##
16431 ## Report this to wine-devel@winehq.org ##
16432 ## ------------------------------------ ##
16433 _ASBOX
16434 ) | sed "s/^/$as_me: WARNING: /" >&2
16436 esac
16437 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
16438 $as_echo_n "checking for $ac_header... " >&6; }
16439 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
16440 $as_echo_n "(cached) " >&6
16441 else
16442 eval "$as_ac_Header=\$ac_header_preproc"
16444 ac_res=`eval 'as_val=${'$as_ac_Header'}
16445 $as_echo "$as_val"'`
16446 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
16447 $as_echo "$ac_res" >&6; }
16450 as_val=`eval 'as_val=${'$as_ac_Header'}
16451 $as_echo "$as_val"'`
16452 if test "x$as_val" = x""yes; then
16453 cat >>confdefs.h <<_ACEOF
16454 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
16455 _ACEOF
16459 done
16461 CPPFLAGS="$ac_save_CPPFLAGS"
16462 if test "$ac_cv_header_fontconfig_fontconfig_h" = "yes"
16463 then
16464 FONTCONFIGINCL="$X_CFLAGS"
16466 { $as_echo "$as_me:$LINENO: checking for -lfontconfig" >&5
16467 $as_echo_n "checking for -lfontconfig... " >&6; }
16468 if test "${ac_cv_lib_soname_fontconfig+set}" = set; then
16469 $as_echo_n "(cached) " >&6
16470 else
16471 ac_check_soname_save_LIBS=$LIBS
16472 LIBS="-lfontconfig $X_LIBS $LIBS"
16473 cat >conftest.$ac_ext <<_ACEOF
16474 /* confdefs.h. */
16475 _ACEOF
16476 cat confdefs.h >>conftest.$ac_ext
16477 cat >>conftest.$ac_ext <<_ACEOF
16478 /* end confdefs.h. */
16480 /* Override any GCC internal prototype to avoid an error.
16481 Use char because int might match the return type of a GCC
16482 builtin and then its argument prototype would still apply. */
16483 #ifdef __cplusplus
16484 extern "C"
16485 #endif
16486 char FcInit ();
16488 main ()
16490 return FcInit ();
16492 return 0;
16494 _ACEOF
16495 rm -f conftest.$ac_objext conftest$ac_exeext
16496 if { (ac_try="$ac_link"
16497 case "(($ac_try" in
16498 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16499 *) ac_try_echo=$ac_try;;
16500 esac
16501 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
16502 $as_echo "$ac_try_echo") >&5
16503 (eval "$ac_link") 2>conftest.er1
16504 ac_status=$?
16505 grep -v '^ *+' conftest.er1 >conftest.err
16506 rm -f conftest.er1
16507 cat conftest.err >&5
16508 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
16509 (exit $ac_status); } && {
16510 test -z "$ac_c_werror_flag" ||
16511 test ! -s conftest.err
16512 } && test -s conftest$ac_exeext && {
16513 test "$cross_compiling" = yes ||
16514 $as_test_x conftest$ac_exeext
16515 }; then
16516 case "$LIBEXT" in
16517 dll) ;;
16518 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'` ;;
16519 *) ac_cv_lib_soname_fontconfig=`$ac_cv_path_LDD conftest$ac_exeext | grep "libfontconfig\\.$LIBEXT" | sed -e "s/^.*\(libfontconfig\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
16520 esac
16521 else
16522 $as_echo "$as_me: failed program was:" >&5
16523 sed 's/^/| /' conftest.$ac_ext >&5
16528 rm -rf conftest.dSYM
16529 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16530 conftest$ac_exeext conftest.$ac_ext
16531 LIBS=$ac_check_soname_save_LIBS
16533 if test "x$ac_cv_lib_soname_fontconfig" = "x"; then
16534 { $as_echo "$as_me:$LINENO: result: not found" >&5
16535 $as_echo "not found" >&6; }
16537 else
16538 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_fontconfig" >&5
16539 $as_echo "$ac_cv_lib_soname_fontconfig" >&6; }
16541 cat >>confdefs.h <<_ACEOF
16542 #define SONAME_LIBFONTCONFIG "$ac_cv_lib_soname_fontconfig"
16543 _ACEOF
16550 if test "x$ac_cv_lib_soname_fontconfig" = "x"; then
16551 case "x$with_fontconfig" in
16552 x) wine_notices="$wine_notices|fontconfig ${notice_platform}development files not found, fontconfig won't be supported." ;;
16553 xno) ;;
16554 *) { { $as_echo "$as_me:$LINENO: error: fontconfig ${notice_platform}development files not found, fontconfig won't be supported.
16555 This is an error since --with-fontconfig was requested." >&5
16556 $as_echo "$as_me: error: fontconfig ${notice_platform}development files not found, fontconfig won't be supported.
16557 This is an error since --with-fontconfig was requested." >&2;}
16558 { (exit 1); exit 1; }; } ;;
16559 esac
16563 if test "$ac_cv_header_openssl_err_h" = "yes" -a "$ac_cv_header_openssl_ssl_h" = "yes"
16564 then
16565 { $as_echo "$as_me:$LINENO: checking for -lssl" >&5
16566 $as_echo_n "checking for -lssl... " >&6; }
16567 if test "${ac_cv_lib_soname_ssl+set}" = set; then
16568 $as_echo_n "(cached) " >&6
16569 else
16570 ac_check_soname_save_LIBS=$LIBS
16571 LIBS="-lssl $LIBS"
16572 cat >conftest.$ac_ext <<_ACEOF
16573 /* confdefs.h. */
16574 _ACEOF
16575 cat confdefs.h >>conftest.$ac_ext
16576 cat >>conftest.$ac_ext <<_ACEOF
16577 /* end confdefs.h. */
16579 /* Override any GCC internal prototype to avoid an error.
16580 Use char because int might match the return type of a GCC
16581 builtin and then its argument prototype would still apply. */
16582 #ifdef __cplusplus
16583 extern "C"
16584 #endif
16585 char SSL_library_init ();
16587 main ()
16589 return SSL_library_init ();
16591 return 0;
16593 _ACEOF
16594 rm -f conftest.$ac_objext conftest$ac_exeext
16595 if { (ac_try="$ac_link"
16596 case "(($ac_try" in
16597 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16598 *) ac_try_echo=$ac_try;;
16599 esac
16600 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
16601 $as_echo "$ac_try_echo") >&5
16602 (eval "$ac_link") 2>conftest.er1
16603 ac_status=$?
16604 grep -v '^ *+' conftest.er1 >conftest.err
16605 rm -f conftest.er1
16606 cat conftest.err >&5
16607 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
16608 (exit $ac_status); } && {
16609 test -z "$ac_c_werror_flag" ||
16610 test ! -s conftest.err
16611 } && test -s conftest$ac_exeext && {
16612 test "$cross_compiling" = yes ||
16613 $as_test_x conftest$ac_exeext
16614 }; then
16615 case "$LIBEXT" in
16616 dll) ;;
16617 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'` ;;
16618 *) ac_cv_lib_soname_ssl=`$ac_cv_path_LDD conftest$ac_exeext | grep "libssl\\.$LIBEXT" | sed -e "s/^.*\(libssl\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
16619 esac
16620 else
16621 $as_echo "$as_me: failed program was:" >&5
16622 sed 's/^/| /' conftest.$ac_ext >&5
16627 rm -rf conftest.dSYM
16628 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16629 conftest$ac_exeext conftest.$ac_ext
16630 LIBS=$ac_check_soname_save_LIBS
16632 if test "x$ac_cv_lib_soname_ssl" = "x"; then
16633 { $as_echo "$as_me:$LINENO: result: not found" >&5
16634 $as_echo "not found" >&6; }
16636 else
16637 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_ssl" >&5
16638 $as_echo "$ac_cv_lib_soname_ssl" >&6; }
16640 cat >>confdefs.h <<_ACEOF
16641 #define SONAME_LIBSSL "$ac_cv_lib_soname_ssl"
16642 _ACEOF
16647 { $as_echo "$as_me:$LINENO: checking for -lcrypto" >&5
16648 $as_echo_n "checking for -lcrypto... " >&6; }
16649 if test "${ac_cv_lib_soname_crypto+set}" = set; then
16650 $as_echo_n "(cached) " >&6
16651 else
16652 ac_check_soname_save_LIBS=$LIBS
16653 LIBS="-lcrypto $LIBS"
16654 cat >conftest.$ac_ext <<_ACEOF
16655 /* confdefs.h. */
16656 _ACEOF
16657 cat confdefs.h >>conftest.$ac_ext
16658 cat >>conftest.$ac_ext <<_ACEOF
16659 /* end confdefs.h. */
16661 /* Override any GCC internal prototype to avoid an error.
16662 Use char because int might match the return type of a GCC
16663 builtin and then its argument prototype would still apply. */
16664 #ifdef __cplusplus
16665 extern "C"
16666 #endif
16667 char BIO_new_socket ();
16669 main ()
16671 return BIO_new_socket ();
16673 return 0;
16675 _ACEOF
16676 rm -f conftest.$ac_objext conftest$ac_exeext
16677 if { (ac_try="$ac_link"
16678 case "(($ac_try" in
16679 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16680 *) ac_try_echo=$ac_try;;
16681 esac
16682 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
16683 $as_echo "$ac_try_echo") >&5
16684 (eval "$ac_link") 2>conftest.er1
16685 ac_status=$?
16686 grep -v '^ *+' conftest.er1 >conftest.err
16687 rm -f conftest.er1
16688 cat conftest.err >&5
16689 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
16690 (exit $ac_status); } && {
16691 test -z "$ac_c_werror_flag" ||
16692 test ! -s conftest.err
16693 } && test -s conftest$ac_exeext && {
16694 test "$cross_compiling" = yes ||
16695 $as_test_x conftest$ac_exeext
16696 }; then
16697 case "$LIBEXT" in
16698 dll) ;;
16699 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'` ;;
16700 *) ac_cv_lib_soname_crypto=`$ac_cv_path_LDD conftest$ac_exeext | grep "libcrypto\\.$LIBEXT" | sed -e "s/^.*\(libcrypto\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
16701 esac
16702 else
16703 $as_echo "$as_me: failed program was:" >&5
16704 sed 's/^/| /' conftest.$ac_ext >&5
16709 rm -rf conftest.dSYM
16710 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16711 conftest$ac_exeext conftest.$ac_ext
16712 LIBS=$ac_check_soname_save_LIBS
16714 if test "x$ac_cv_lib_soname_crypto" = "x"; then
16715 { $as_echo "$as_me:$LINENO: result: not found" >&5
16716 $as_echo "not found" >&6; }
16718 else
16719 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_crypto" >&5
16720 $as_echo "$ac_cv_lib_soname_crypto" >&6; }
16722 cat >>confdefs.h <<_ACEOF
16723 #define SONAME_LIBCRYPTO "$ac_cv_lib_soname_crypto"
16724 _ACEOF
16730 if test "x$ac_cv_lib_soname_ssl" = "x" -o "x$ac_cv_lib_soname_crypto" = "x"; then
16731 case "x$with_openssl" in
16732 x) wine_warnings="$wine_warnings|OpenSSL ${notice_platform}development files not found, SSL won't be supported." ;;
16733 xno) ;;
16734 *) { { $as_echo "$as_me:$LINENO: error: OpenSSL ${notice_platform}development files not found, SSL won't be supported.
16735 This is an error since --with-openssl was requested." >&5
16736 $as_echo "$as_me: error: OpenSSL ${notice_platform}development files not found, SSL won't be supported.
16737 This is an error since --with-openssl was requested." >&2;}
16738 { (exit 1); exit 1; }; } ;;
16739 esac
16743 if test "$ac_cv_header_jpeglib_h" = "yes"
16744 then
16745 { $as_echo "$as_me:$LINENO: checking for -ljpeg" >&5
16746 $as_echo_n "checking for -ljpeg... " >&6; }
16747 if test "${ac_cv_lib_soname_jpeg+set}" = set; then
16748 $as_echo_n "(cached) " >&6
16749 else
16750 ac_check_soname_save_LIBS=$LIBS
16751 LIBS="-ljpeg $LIBS"
16752 cat >conftest.$ac_ext <<_ACEOF
16753 /* confdefs.h. */
16754 _ACEOF
16755 cat confdefs.h >>conftest.$ac_ext
16756 cat >>conftest.$ac_ext <<_ACEOF
16757 /* end confdefs.h. */
16759 /* Override any GCC internal prototype to avoid an error.
16760 Use char because int might match the return type of a GCC
16761 builtin and then its argument prototype would still apply. */
16762 #ifdef __cplusplus
16763 extern "C"
16764 #endif
16765 char jpeg_start_decompress ();
16767 main ()
16769 return jpeg_start_decompress ();
16771 return 0;
16773 _ACEOF
16774 rm -f conftest.$ac_objext conftest$ac_exeext
16775 if { (ac_try="$ac_link"
16776 case "(($ac_try" in
16777 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16778 *) ac_try_echo=$ac_try;;
16779 esac
16780 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
16781 $as_echo "$ac_try_echo") >&5
16782 (eval "$ac_link") 2>conftest.er1
16783 ac_status=$?
16784 grep -v '^ *+' conftest.er1 >conftest.err
16785 rm -f conftest.er1
16786 cat conftest.err >&5
16787 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
16788 (exit $ac_status); } && {
16789 test -z "$ac_c_werror_flag" ||
16790 test ! -s conftest.err
16791 } && test -s conftest$ac_exeext && {
16792 test "$cross_compiling" = yes ||
16793 $as_test_x conftest$ac_exeext
16794 }; then
16795 case "$LIBEXT" in
16796 dll) ;;
16797 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'` ;;
16798 *) ac_cv_lib_soname_jpeg=`$ac_cv_path_LDD conftest$ac_exeext | grep "libjpeg\\.$LIBEXT" | sed -e "s/^.*\(libjpeg\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
16799 esac
16800 else
16801 $as_echo "$as_me: failed program was:" >&5
16802 sed 's/^/| /' conftest.$ac_ext >&5
16807 rm -rf conftest.dSYM
16808 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16809 conftest$ac_exeext conftest.$ac_ext
16810 LIBS=$ac_check_soname_save_LIBS
16812 if test "x$ac_cv_lib_soname_jpeg" = "x"; then
16813 { $as_echo "$as_me:$LINENO: result: not found" >&5
16814 $as_echo "not found" >&6; }
16816 else
16817 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_jpeg" >&5
16818 $as_echo "$ac_cv_lib_soname_jpeg" >&6; }
16820 cat >>confdefs.h <<_ACEOF
16821 #define SONAME_LIBJPEG "$ac_cv_lib_soname_jpeg"
16822 _ACEOF
16828 if test "x$ac_cv_lib_soname_jpeg" = "x"; then
16829 case "x$with_jpeg" in
16830 x) wine_warnings="$wine_warnings|libjpeg ${notice_platform}development files not found, JPEG won't be supported." ;;
16831 xno) ;;
16832 *) { { $as_echo "$as_me:$LINENO: error: libjpeg ${notice_platform}development files not found, JPEG won't be supported.
16833 This is an error since --with-jpeg was requested." >&5
16834 $as_echo "$as_me: error: libjpeg ${notice_platform}development files not found, JPEG won't be supported.
16835 This is an error since --with-jpeg was requested." >&2;}
16836 { (exit 1); exit 1; }; } ;;
16837 esac
16841 if test "$ac_cv_header_png_h" = "yes"
16842 then
16843 { $as_echo "$as_me:$LINENO: checking for -lpng" >&5
16844 $as_echo_n "checking for -lpng... " >&6; }
16845 if test "${ac_cv_lib_soname_png+set}" = set; then
16846 $as_echo_n "(cached) " >&6
16847 else
16848 ac_check_soname_save_LIBS=$LIBS
16849 LIBS="-lpng -lm $LIBS"
16850 cat >conftest.$ac_ext <<_ACEOF
16851 /* confdefs.h. */
16852 _ACEOF
16853 cat confdefs.h >>conftest.$ac_ext
16854 cat >>conftest.$ac_ext <<_ACEOF
16855 /* end confdefs.h. */
16857 /* Override any GCC internal prototype to avoid an error.
16858 Use char because int might match the return type of a GCC
16859 builtin and then its argument prototype would still apply. */
16860 #ifdef __cplusplus
16861 extern "C"
16862 #endif
16863 char png_create_read_struct ();
16865 main ()
16867 return png_create_read_struct ();
16869 return 0;
16871 _ACEOF
16872 rm -f conftest.$ac_objext conftest$ac_exeext
16873 if { (ac_try="$ac_link"
16874 case "(($ac_try" in
16875 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16876 *) ac_try_echo=$ac_try;;
16877 esac
16878 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
16879 $as_echo "$ac_try_echo") >&5
16880 (eval "$ac_link") 2>conftest.er1
16881 ac_status=$?
16882 grep -v '^ *+' conftest.er1 >conftest.err
16883 rm -f conftest.er1
16884 cat conftest.err >&5
16885 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
16886 (exit $ac_status); } && {
16887 test -z "$ac_c_werror_flag" ||
16888 test ! -s conftest.err
16889 } && test -s conftest$ac_exeext && {
16890 test "$cross_compiling" = yes ||
16891 $as_test_x conftest$ac_exeext
16892 }; then
16893 case "$LIBEXT" in
16894 dll) ;;
16895 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'` ;;
16896 *) 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'` ;;
16897 esac
16898 else
16899 $as_echo "$as_me: failed program was:" >&5
16900 sed 's/^/| /' conftest.$ac_ext >&5
16905 rm -rf conftest.dSYM
16906 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16907 conftest$ac_exeext conftest.$ac_ext
16908 LIBS=$ac_check_soname_save_LIBS
16910 if test "x$ac_cv_lib_soname_png" = "x"; then
16911 { $as_echo "$as_me:$LINENO: result: not found" >&5
16912 $as_echo "not found" >&6; }
16914 else
16915 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_png" >&5
16916 $as_echo "$ac_cv_lib_soname_png" >&6; }
16918 cat >>confdefs.h <<_ACEOF
16919 #define SONAME_LIBPNG "$ac_cv_lib_soname_png"
16920 _ACEOF
16926 if test "x$ac_cv_lib_soname_png" = "x"; then
16927 case "x$with_png" in
16928 x) wine_warnings="$wine_warnings|libpng ${notice_platform}development files not found, PNG won't be supported." ;;
16929 xno) ;;
16930 *) { { $as_echo "$as_me:$LINENO: error: libpng ${notice_platform}development files not found, PNG won't be supported.
16931 This is an error since --with-png was requested." >&5
16932 $as_echo "$as_me: error: libpng ${notice_platform}development files not found, PNG won't be supported.
16933 This is an error since --with-png was requested." >&2;}
16934 { (exit 1); exit 1; }; } ;;
16935 esac
16939 { $as_echo "$as_me:$LINENO: checking for -lodbc" >&5
16940 $as_echo_n "checking for -lodbc... " >&6; }
16941 if test "${ac_cv_lib_soname_odbc+set}" = set; then
16942 $as_echo_n "(cached) " >&6
16943 else
16944 ac_check_soname_save_LIBS=$LIBS
16945 LIBS="-lodbc $LIBS"
16946 cat >conftest.$ac_ext <<_ACEOF
16947 /* confdefs.h. */
16948 _ACEOF
16949 cat confdefs.h >>conftest.$ac_ext
16950 cat >>conftest.$ac_ext <<_ACEOF
16951 /* end confdefs.h. */
16953 /* Override any GCC internal prototype to avoid an error.
16954 Use char because int might match the return type of a GCC
16955 builtin and then its argument prototype would still apply. */
16956 #ifdef __cplusplus
16957 extern "C"
16958 #endif
16959 char SQLConnect ();
16961 main ()
16963 return SQLConnect ();
16965 return 0;
16967 _ACEOF
16968 rm -f conftest.$ac_objext conftest$ac_exeext
16969 if { (ac_try="$ac_link"
16970 case "(($ac_try" in
16971 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16972 *) ac_try_echo=$ac_try;;
16973 esac
16974 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
16975 $as_echo "$ac_try_echo") >&5
16976 (eval "$ac_link") 2>conftest.er1
16977 ac_status=$?
16978 grep -v '^ *+' conftest.er1 >conftest.err
16979 rm -f conftest.er1
16980 cat conftest.err >&5
16981 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
16982 (exit $ac_status); } && {
16983 test -z "$ac_c_werror_flag" ||
16984 test ! -s conftest.err
16985 } && test -s conftest$ac_exeext && {
16986 test "$cross_compiling" = yes ||
16987 $as_test_x conftest$ac_exeext
16988 }; then
16989 case "$LIBEXT" in
16990 dll) ;;
16991 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'` ;;
16992 *) ac_cv_lib_soname_odbc=`$ac_cv_path_LDD conftest$ac_exeext | grep "libodbc\\.$LIBEXT" | sed -e "s/^.*\(libodbc\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
16993 esac
16994 else
16995 $as_echo "$as_me: failed program was:" >&5
16996 sed 's/^/| /' conftest.$ac_ext >&5
17001 rm -rf conftest.dSYM
17002 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17003 conftest$ac_exeext conftest.$ac_ext
17004 LIBS=$ac_check_soname_save_LIBS
17006 if test "x$ac_cv_lib_soname_odbc" = "x"; then
17007 { $as_echo "$as_me:$LINENO: result: not found" >&5
17008 $as_echo "not found" >&6; }
17009 cat >>confdefs.h <<_ACEOF
17010 #define SONAME_LIBODBC "libodbc.$LIBEXT"
17011 _ACEOF
17013 else
17014 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_odbc" >&5
17015 $as_echo "$ac_cv_lib_soname_odbc" >&6; }
17017 cat >>confdefs.h <<_ACEOF
17018 #define SONAME_LIBODBC "$ac_cv_lib_soname_odbc"
17019 _ACEOF
17025 if test "x$ALSALIBS$AUDIOIOLIBS$COREAUDIO$NASLIBS$ESDLIBS$ac_cv_lib_soname_jack" = "x" -a \
17026 "$ac_cv_header_sys_soundcard_h" != "yes" -a \
17027 "$ac_cv_header_machine_soundcard_h" != "yes" -a \
17028 "$ac_cv_header_soundcard_h" != "yes" -a \
17029 "x$with_alsa$with_audioio$with_coreaudio$with_nas$with_esd$with_jack$with_oss" != xnonononononono
17030 then
17031 wine_warnings="$wine_warnings|No sound system was found. Windows applications will be silent."
17035 EXTRACFLAGS=""
17037 if test "x${GCC}" = "xyes"
17038 then
17039 EXTRACFLAGS="-Wall -pipe"
17041 { $as_echo "$as_me:$LINENO: checking for gcc strength-reduce bug" >&5
17042 $as_echo_n "checking for gcc strength-reduce bug... " >&6; }
17043 if test "${ac_cv_c_gcc_strength_bug+set}" = set; then
17044 $as_echo_n "(cached) " >&6
17045 else
17046 if test "$cross_compiling" = yes; then
17047 ac_cv_c_gcc_strength_bug="yes"
17048 else
17049 cat >conftest.$ac_ext <<_ACEOF
17050 /* confdefs.h. */
17051 _ACEOF
17052 cat confdefs.h >>conftest.$ac_ext
17053 cat >>conftest.$ac_ext <<_ACEOF
17054 /* end confdefs.h. */
17055 int L[4] = {0,1,2,3};
17057 main ()
17059 static int Array[3];
17060 unsigned int B = 3;
17061 int i;
17062 for(i=0; i<B; i++) Array[i] = i - 3;
17063 for(i=0; i<4 - 1; i++) L[i] = L[i + 1];
17064 L[i] = 4;
17065 exit( Array[1] != -2 || L[2] != 3)
17067 return 0;
17069 _ACEOF
17070 rm -f conftest$ac_exeext
17071 if { (ac_try="$ac_link"
17072 case "(($ac_try" in
17073 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17074 *) ac_try_echo=$ac_try;;
17075 esac
17076 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
17077 $as_echo "$ac_try_echo") >&5
17078 (eval "$ac_link") 2>&5
17079 ac_status=$?
17080 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
17081 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
17082 { (case "(($ac_try" in
17083 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17084 *) ac_try_echo=$ac_try;;
17085 esac
17086 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
17087 $as_echo "$ac_try_echo") >&5
17088 (eval "$ac_try") 2>&5
17089 ac_status=$?
17090 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
17091 (exit $ac_status); }; }; then
17092 ac_cv_c_gcc_strength_bug="no"
17093 else
17094 $as_echo "$as_me: program exited with status $ac_status" >&5
17095 $as_echo "$as_me: failed program was:" >&5
17096 sed 's/^/| /' conftest.$ac_ext >&5
17098 ( exit $ac_status )
17099 ac_cv_c_gcc_strength_bug="yes"
17101 rm -rf conftest.dSYM
17102 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
17107 { $as_echo "$as_me:$LINENO: result: $ac_cv_c_gcc_strength_bug" >&5
17108 $as_echo "$ac_cv_c_gcc_strength_bug" >&6; }
17109 if test "$ac_cv_c_gcc_strength_bug" = "yes"
17110 then
17111 EXTRACFLAGS="$EXTRACFLAGS -fno-strength-reduce"
17115 { $as_echo "$as_me:$LINENO: checking whether the compiler supports -fshort-wchar" >&5
17116 $as_echo_n "checking whether the compiler supports -fshort-wchar... " >&6; }
17117 if test "${ac_cv_cflags__fshort_wchar+set}" = set; then
17118 $as_echo_n "(cached) " >&6
17119 else
17120 ac_wine_try_cflags_saved=$CFLAGS
17121 CFLAGS="$CFLAGS -fshort-wchar"
17122 cat >conftest.$ac_ext <<_ACEOF
17123 /* confdefs.h. */
17124 _ACEOF
17125 cat confdefs.h >>conftest.$ac_ext
17126 cat >>conftest.$ac_ext <<_ACEOF
17127 /* end confdefs.h. */
17130 main ()
17134 return 0;
17136 _ACEOF
17137 rm -f conftest.$ac_objext conftest$ac_exeext
17138 if { (ac_try="$ac_link"
17139 case "(($ac_try" in
17140 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17141 *) ac_try_echo=$ac_try;;
17142 esac
17143 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
17144 $as_echo "$ac_try_echo") >&5
17145 (eval "$ac_link") 2>conftest.er1
17146 ac_status=$?
17147 grep -v '^ *+' conftest.er1 >conftest.err
17148 rm -f conftest.er1
17149 cat conftest.err >&5
17150 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
17151 (exit $ac_status); } && {
17152 test -z "$ac_c_werror_flag" ||
17153 test ! -s conftest.err
17154 } && test -s conftest$ac_exeext && {
17155 test "$cross_compiling" = yes ||
17156 $as_test_x conftest$ac_exeext
17157 }; then
17158 ac_cv_cflags__fshort_wchar=yes
17159 else
17160 $as_echo "$as_me: failed program was:" >&5
17161 sed 's/^/| /' conftest.$ac_ext >&5
17163 ac_cv_cflags__fshort_wchar=no
17166 rm -rf conftest.dSYM
17167 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17168 conftest$ac_exeext conftest.$ac_ext
17169 CFLAGS=$ac_wine_try_cflags_saved
17171 { $as_echo "$as_me:$LINENO: result: $ac_cv_cflags__fshort_wchar" >&5
17172 $as_echo "$ac_cv_cflags__fshort_wchar" >&6; }
17173 if test $ac_cv_cflags__fshort_wchar = yes; then
17175 cat >>confdefs.h <<\_ACEOF
17176 #define CC_FLAG_SHORT_WCHAR "-fshort-wchar"
17177 _ACEOF
17181 { $as_echo "$as_me:$LINENO: checking whether the compiler supports -fno-builtin" >&5
17182 $as_echo_n "checking whether the compiler supports -fno-builtin... " >&6; }
17183 if test "${ac_cv_cflags__fno_builtin+set}" = set; then
17184 $as_echo_n "(cached) " >&6
17185 else
17186 ac_wine_try_cflags_saved=$CFLAGS
17187 CFLAGS="$CFLAGS -fno-builtin"
17188 cat >conftest.$ac_ext <<_ACEOF
17189 /* confdefs.h. */
17190 _ACEOF
17191 cat confdefs.h >>conftest.$ac_ext
17192 cat >>conftest.$ac_ext <<_ACEOF
17193 /* end confdefs.h. */
17196 main ()
17200 return 0;
17202 _ACEOF
17203 rm -f conftest.$ac_objext conftest$ac_exeext
17204 if { (ac_try="$ac_link"
17205 case "(($ac_try" in
17206 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17207 *) ac_try_echo=$ac_try;;
17208 esac
17209 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
17210 $as_echo "$ac_try_echo") >&5
17211 (eval "$ac_link") 2>conftest.er1
17212 ac_status=$?
17213 grep -v '^ *+' conftest.er1 >conftest.err
17214 rm -f conftest.er1
17215 cat conftest.err >&5
17216 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
17217 (exit $ac_status); } && {
17218 test -z "$ac_c_werror_flag" ||
17219 test ! -s conftest.err
17220 } && test -s conftest$ac_exeext && {
17221 test "$cross_compiling" = yes ||
17222 $as_test_x conftest$ac_exeext
17223 }; then
17224 ac_cv_cflags__fno_builtin=yes
17225 else
17226 $as_echo "$as_me: failed program was:" >&5
17227 sed 's/^/| /' conftest.$ac_ext >&5
17229 ac_cv_cflags__fno_builtin=no
17232 rm -rf conftest.dSYM
17233 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17234 conftest$ac_exeext conftest.$ac_ext
17235 CFLAGS=$ac_wine_try_cflags_saved
17237 { $as_echo "$as_me:$LINENO: result: $ac_cv_cflags__fno_builtin" >&5
17238 $as_echo "$ac_cv_cflags__fno_builtin" >&6; }
17239 if test $ac_cv_cflags__fno_builtin = yes; then
17240 BUILTINFLAG="-fno-builtin"
17244 { $as_echo "$as_me:$LINENO: checking whether the compiler supports -fno-strict-aliasing" >&5
17245 $as_echo_n "checking whether the compiler supports -fno-strict-aliasing... " >&6; }
17246 if test "${ac_cv_cflags__fno_strict_aliasing+set}" = set; then
17247 $as_echo_n "(cached) " >&6
17248 else
17249 ac_wine_try_cflags_saved=$CFLAGS
17250 CFLAGS="$CFLAGS -fno-strict-aliasing"
17251 cat >conftest.$ac_ext <<_ACEOF
17252 /* confdefs.h. */
17253 _ACEOF
17254 cat confdefs.h >>conftest.$ac_ext
17255 cat >>conftest.$ac_ext <<_ACEOF
17256 /* end confdefs.h. */
17259 main ()
17263 return 0;
17265 _ACEOF
17266 rm -f conftest.$ac_objext conftest$ac_exeext
17267 if { (ac_try="$ac_link"
17268 case "(($ac_try" in
17269 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17270 *) ac_try_echo=$ac_try;;
17271 esac
17272 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
17273 $as_echo "$ac_try_echo") >&5
17274 (eval "$ac_link") 2>conftest.er1
17275 ac_status=$?
17276 grep -v '^ *+' conftest.er1 >conftest.err
17277 rm -f conftest.er1
17278 cat conftest.err >&5
17279 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
17280 (exit $ac_status); } && {
17281 test -z "$ac_c_werror_flag" ||
17282 test ! -s conftest.err
17283 } && test -s conftest$ac_exeext && {
17284 test "$cross_compiling" = yes ||
17285 $as_test_x conftest$ac_exeext
17286 }; then
17287 ac_cv_cflags__fno_strict_aliasing=yes
17288 else
17289 $as_echo "$as_me: failed program was:" >&5
17290 sed 's/^/| /' conftest.$ac_ext >&5
17292 ac_cv_cflags__fno_strict_aliasing=no
17295 rm -rf conftest.dSYM
17296 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17297 conftest$ac_exeext conftest.$ac_ext
17298 CFLAGS=$ac_wine_try_cflags_saved
17300 { $as_echo "$as_me:$LINENO: result: $ac_cv_cflags__fno_strict_aliasing" >&5
17301 $as_echo "$ac_cv_cflags__fno_strict_aliasing" >&6; }
17302 if test $ac_cv_cflags__fno_strict_aliasing = yes; then
17303 EXTRACFLAGS="$EXTRACFLAGS -fno-strict-aliasing"
17306 { $as_echo "$as_me:$LINENO: checking whether the compiler supports -Wdeclaration-after-statement" >&5
17307 $as_echo_n "checking whether the compiler supports -Wdeclaration-after-statement... " >&6; }
17308 if test "${ac_cv_cflags__Wdeclaration_after_statement+set}" = set; then
17309 $as_echo_n "(cached) " >&6
17310 else
17311 ac_wine_try_cflags_saved=$CFLAGS
17312 CFLAGS="$CFLAGS -Wdeclaration-after-statement"
17313 cat >conftest.$ac_ext <<_ACEOF
17314 /* confdefs.h. */
17315 _ACEOF
17316 cat confdefs.h >>conftest.$ac_ext
17317 cat >>conftest.$ac_ext <<_ACEOF
17318 /* end confdefs.h. */
17321 main ()
17325 return 0;
17327 _ACEOF
17328 rm -f conftest.$ac_objext conftest$ac_exeext
17329 if { (ac_try="$ac_link"
17330 case "(($ac_try" in
17331 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17332 *) ac_try_echo=$ac_try;;
17333 esac
17334 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
17335 $as_echo "$ac_try_echo") >&5
17336 (eval "$ac_link") 2>conftest.er1
17337 ac_status=$?
17338 grep -v '^ *+' conftest.er1 >conftest.err
17339 rm -f conftest.er1
17340 cat conftest.err >&5
17341 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
17342 (exit $ac_status); } && {
17343 test -z "$ac_c_werror_flag" ||
17344 test ! -s conftest.err
17345 } && test -s conftest$ac_exeext && {
17346 test "$cross_compiling" = yes ||
17347 $as_test_x conftest$ac_exeext
17348 }; then
17349 ac_cv_cflags__Wdeclaration_after_statement=yes
17350 else
17351 $as_echo "$as_me: failed program was:" >&5
17352 sed 's/^/| /' conftest.$ac_ext >&5
17354 ac_cv_cflags__Wdeclaration_after_statement=no
17357 rm -rf conftest.dSYM
17358 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17359 conftest$ac_exeext conftest.$ac_ext
17360 CFLAGS=$ac_wine_try_cflags_saved
17362 { $as_echo "$as_me:$LINENO: result: $ac_cv_cflags__Wdeclaration_after_statement" >&5
17363 $as_echo "$ac_cv_cflags__Wdeclaration_after_statement" >&6; }
17364 if test $ac_cv_cflags__Wdeclaration_after_statement = yes; then
17365 EXTRACFLAGS="$EXTRACFLAGS -Wdeclaration-after-statement"
17368 { $as_echo "$as_me:$LINENO: checking whether the compiler supports -Wwrite-strings" >&5
17369 $as_echo_n "checking whether the compiler supports -Wwrite-strings... " >&6; }
17370 if test "${ac_cv_cflags__Wwrite_strings+set}" = set; then
17371 $as_echo_n "(cached) " >&6
17372 else
17373 ac_wine_try_cflags_saved=$CFLAGS
17374 CFLAGS="$CFLAGS -Wwrite-strings"
17375 cat >conftest.$ac_ext <<_ACEOF
17376 /* confdefs.h. */
17377 _ACEOF
17378 cat confdefs.h >>conftest.$ac_ext
17379 cat >>conftest.$ac_ext <<_ACEOF
17380 /* end confdefs.h. */
17383 main ()
17387 return 0;
17389 _ACEOF
17390 rm -f conftest.$ac_objext conftest$ac_exeext
17391 if { (ac_try="$ac_link"
17392 case "(($ac_try" in
17393 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17394 *) ac_try_echo=$ac_try;;
17395 esac
17396 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
17397 $as_echo "$ac_try_echo") >&5
17398 (eval "$ac_link") 2>conftest.er1
17399 ac_status=$?
17400 grep -v '^ *+' conftest.er1 >conftest.err
17401 rm -f conftest.er1
17402 cat conftest.err >&5
17403 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
17404 (exit $ac_status); } && {
17405 test -z "$ac_c_werror_flag" ||
17406 test ! -s conftest.err
17407 } && test -s conftest$ac_exeext && {
17408 test "$cross_compiling" = yes ||
17409 $as_test_x conftest$ac_exeext
17410 }; then
17411 ac_cv_cflags__Wwrite_strings=yes
17412 else
17413 $as_echo "$as_me: failed program was:" >&5
17414 sed 's/^/| /' conftest.$ac_ext >&5
17416 ac_cv_cflags__Wwrite_strings=no
17419 rm -rf conftest.dSYM
17420 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17421 conftest$ac_exeext conftest.$ac_ext
17422 CFLAGS=$ac_wine_try_cflags_saved
17424 { $as_echo "$as_me:$LINENO: result: $ac_cv_cflags__Wwrite_strings" >&5
17425 $as_echo "$ac_cv_cflags__Wwrite_strings" >&6; }
17426 if test $ac_cv_cflags__Wwrite_strings = yes; then
17427 EXTRACFLAGS="$EXTRACFLAGS -Wwrite-strings"
17430 { $as_echo "$as_me:$LINENO: checking whether the compiler supports -Wtype-limits" >&5
17431 $as_echo_n "checking whether the compiler supports -Wtype-limits... " >&6; }
17432 if test "${ac_cv_cflags__Wtype_limits+set}" = set; then
17433 $as_echo_n "(cached) " >&6
17434 else
17435 ac_wine_try_cflags_saved=$CFLAGS
17436 CFLAGS="$CFLAGS -Wtype-limits"
17437 cat >conftest.$ac_ext <<_ACEOF
17438 /* confdefs.h. */
17439 _ACEOF
17440 cat confdefs.h >>conftest.$ac_ext
17441 cat >>conftest.$ac_ext <<_ACEOF
17442 /* end confdefs.h. */
17445 main ()
17449 return 0;
17451 _ACEOF
17452 rm -f conftest.$ac_objext conftest$ac_exeext
17453 if { (ac_try="$ac_link"
17454 case "(($ac_try" in
17455 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17456 *) ac_try_echo=$ac_try;;
17457 esac
17458 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
17459 $as_echo "$ac_try_echo") >&5
17460 (eval "$ac_link") 2>conftest.er1
17461 ac_status=$?
17462 grep -v '^ *+' conftest.er1 >conftest.err
17463 rm -f conftest.er1
17464 cat conftest.err >&5
17465 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
17466 (exit $ac_status); } && {
17467 test -z "$ac_c_werror_flag" ||
17468 test ! -s conftest.err
17469 } && test -s conftest$ac_exeext && {
17470 test "$cross_compiling" = yes ||
17471 $as_test_x conftest$ac_exeext
17472 }; then
17473 ac_cv_cflags__Wtype_limits=yes
17474 else
17475 $as_echo "$as_me: failed program was:" >&5
17476 sed 's/^/| /' conftest.$ac_ext >&5
17478 ac_cv_cflags__Wtype_limits=no
17481 rm -rf conftest.dSYM
17482 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17483 conftest$ac_exeext conftest.$ac_ext
17484 CFLAGS=$ac_wine_try_cflags_saved
17486 { $as_echo "$as_me:$LINENO: result: $ac_cv_cflags__Wtype_limits" >&5
17487 $as_echo "$ac_cv_cflags__Wtype_limits" >&6; }
17488 if test $ac_cv_cflags__Wtype_limits = yes; then
17489 EXTRACFLAGS="$EXTRACFLAGS -Wtype-limits"
17493 saved_CFLAGS="$CFLAGS"
17494 CFLAGS="$CFLAGS -Wpointer-arith -Werror"
17495 { $as_echo "$as_me:$LINENO: checking for broken string.h that generates warnings" >&5
17496 $as_echo_n "checking for broken string.h that generates warnings... " >&6; }
17497 if test "${ac_cv_c_string_h_warnings+set}" = set; then
17498 $as_echo_n "(cached) " >&6
17499 else
17500 cat >conftest.$ac_ext <<_ACEOF
17501 /* confdefs.h. */
17502 _ACEOF
17503 cat confdefs.h >>conftest.$ac_ext
17504 cat >>conftest.$ac_ext <<_ACEOF
17505 /* end confdefs.h. */
17506 #include <string.h>
17508 main ()
17512 return 0;
17514 _ACEOF
17515 rm -f conftest.$ac_objext
17516 if { (ac_try="$ac_compile"
17517 case "(($ac_try" in
17518 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17519 *) ac_try_echo=$ac_try;;
17520 esac
17521 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
17522 $as_echo "$ac_try_echo") >&5
17523 (eval "$ac_compile") 2>conftest.er1
17524 ac_status=$?
17525 grep -v '^ *+' conftest.er1 >conftest.err
17526 rm -f conftest.er1
17527 cat conftest.err >&5
17528 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
17529 (exit $ac_status); } && {
17530 test -z "$ac_c_werror_flag" ||
17531 test ! -s conftest.err
17532 } && test -s conftest.$ac_objext; then
17533 ac_cv_c_string_h_warnings=no
17534 else
17535 $as_echo "$as_me: failed program was:" >&5
17536 sed 's/^/| /' conftest.$ac_ext >&5
17538 ac_cv_c_string_h_warnings=yes
17541 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
17543 { $as_echo "$as_me:$LINENO: result: $ac_cv_c_string_h_warnings" >&5
17544 $as_echo "$ac_cv_c_string_h_warnings" >&6; }
17545 CFLAGS="$saved_CFLAGS"
17546 if test "$ac_cv_c_string_h_warnings" = "no"
17547 then
17548 EXTRACFLAGS="$EXTRACFLAGS -Wpointer-arith"
17553 { $as_echo "$as_me:$LINENO: checking how to define a function in assembly code" >&5
17554 $as_echo_n "checking how to define a function in assembly code... " >&6; }
17555 if test "${ac_cv_asm_func_def+set}" = set; then
17556 $as_echo_n "(cached) " >&6
17557 else
17558 cat >conftest.$ac_ext <<_ACEOF
17559 /* confdefs.h. */
17560 _ACEOF
17561 cat confdefs.h >>conftest.$ac_ext
17562 cat >>conftest.$ac_ext <<_ACEOF
17563 /* end confdefs.h. */
17566 main ()
17568 asm("\t.globl _ac_test\n\t.def _ac_test; .scl 2; .type 32; .endef\n_ac_test:\t.long 0");
17570 return 0;
17572 _ACEOF
17573 rm -f conftest.$ac_objext conftest$ac_exeext
17574 if { (ac_try="$ac_link"
17575 case "(($ac_try" in
17576 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17577 *) ac_try_echo=$ac_try;;
17578 esac
17579 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
17580 $as_echo "$ac_try_echo") >&5
17581 (eval "$ac_link") 2>conftest.er1
17582 ac_status=$?
17583 grep -v '^ *+' conftest.er1 >conftest.err
17584 rm -f conftest.er1
17585 cat conftest.err >&5
17586 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
17587 (exit $ac_status); } && {
17588 test -z "$ac_c_werror_flag" ||
17589 test ! -s conftest.err
17590 } && test -s conftest$ac_exeext && {
17591 test "$cross_compiling" = yes ||
17592 $as_test_x conftest$ac_exeext
17593 }; then
17594 ac_cv_asm_func_def=".def"
17595 else
17596 $as_echo "$as_me: failed program was:" >&5
17597 sed 's/^/| /' conftest.$ac_ext >&5
17599 cat >conftest.$ac_ext <<_ACEOF
17600 /* confdefs.h. */
17601 _ACEOF
17602 cat confdefs.h >>conftest.$ac_ext
17603 cat >>conftest.$ac_ext <<_ACEOF
17604 /* end confdefs.h. */
17607 main ()
17609 asm("\t.globl _ac_test\n\t.type _ac_test,@function\n_ac_test:\t.long 0");
17611 return 0;
17613 _ACEOF
17614 rm -f conftest.$ac_objext conftest$ac_exeext
17615 if { (ac_try="$ac_link"
17616 case "(($ac_try" in
17617 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17618 *) ac_try_echo=$ac_try;;
17619 esac
17620 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
17621 $as_echo "$ac_try_echo") >&5
17622 (eval "$ac_link") 2>conftest.er1
17623 ac_status=$?
17624 grep -v '^ *+' conftest.er1 >conftest.err
17625 rm -f conftest.er1
17626 cat conftest.err >&5
17627 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
17628 (exit $ac_status); } && {
17629 test -z "$ac_c_werror_flag" ||
17630 test ! -s conftest.err
17631 } && test -s conftest$ac_exeext && {
17632 test "$cross_compiling" = yes ||
17633 $as_test_x conftest$ac_exeext
17634 }; then
17635 ac_cv_asm_func_def=".type @function"
17636 else
17637 $as_echo "$as_me: failed program was:" >&5
17638 sed 's/^/| /' conftest.$ac_ext >&5
17640 cat >conftest.$ac_ext <<_ACEOF
17641 /* confdefs.h. */
17642 _ACEOF
17643 cat confdefs.h >>conftest.$ac_ext
17644 cat >>conftest.$ac_ext <<_ACEOF
17645 /* end confdefs.h. */
17648 main ()
17650 asm("\t.globl _ac_test\n\t.type _ac_test,2\n_ac_test:\t.long 0");
17652 return 0;
17654 _ACEOF
17655 rm -f conftest.$ac_objext conftest$ac_exeext
17656 if { (ac_try="$ac_link"
17657 case "(($ac_try" in
17658 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17659 *) ac_try_echo=$ac_try;;
17660 esac
17661 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
17662 $as_echo "$ac_try_echo") >&5
17663 (eval "$ac_link") 2>conftest.er1
17664 ac_status=$?
17665 grep -v '^ *+' conftest.er1 >conftest.err
17666 rm -f conftest.er1
17667 cat conftest.err >&5
17668 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
17669 (exit $ac_status); } && {
17670 test -z "$ac_c_werror_flag" ||
17671 test ! -s conftest.err
17672 } && test -s conftest$ac_exeext && {
17673 test "$cross_compiling" = yes ||
17674 $as_test_x conftest$ac_exeext
17675 }; then
17676 ac_cv_asm_func_def=".type 2"
17677 else
17678 $as_echo "$as_me: failed program was:" >&5
17679 sed 's/^/| /' conftest.$ac_ext >&5
17681 ac_cv_asm_func_def="unknown"
17684 rm -rf conftest.dSYM
17685 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17686 conftest$ac_exeext conftest.$ac_ext
17689 rm -rf conftest.dSYM
17690 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17691 conftest$ac_exeext conftest.$ac_ext
17694 rm -rf conftest.dSYM
17695 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17696 conftest$ac_exeext conftest.$ac_ext
17698 { $as_echo "$as_me:$LINENO: result: $ac_cv_asm_func_def" >&5
17699 $as_echo "$ac_cv_asm_func_def" >&6; }
17703 case "$ac_cv_asm_func_def" in
17704 ".def")
17705 cat >>confdefs.h <<\_ACEOF
17706 #define __ASM_FUNC(name) ".def " __ASM_NAME(name) "; .scl 2; .type 32; .endef"
17707 _ACEOF
17709 ".type @function")
17710 cat >>confdefs.h <<\_ACEOF
17711 #define __ASM_FUNC(name) ".type " __ASM_NAME(name) ",@function"
17712 _ACEOF
17714 ".type 2")
17715 cat >>confdefs.h <<\_ACEOF
17716 #define __ASM_FUNC(name) ".type " __ASM_NAME(name) ",2"
17717 _ACEOF
17720 cat >>confdefs.h <<\_ACEOF
17721 #define __ASM_FUNC(name) ""
17722 _ACEOF
17724 esac
17727 { $as_echo "$as_me:$LINENO: checking whether external symbols need an underscore prefix" >&5
17728 $as_echo_n "checking whether external symbols need an underscore prefix... " >&6; }
17729 if test "${ac_cv_c_extern_prefix+set}" = set; then
17730 $as_echo_n "(cached) " >&6
17731 else
17732 cat >conftest.$ac_ext <<_ACEOF
17733 /* confdefs.h. */
17734 _ACEOF
17735 cat confdefs.h >>conftest.$ac_ext
17736 cat >>conftest.$ac_ext <<_ACEOF
17737 /* end confdefs.h. */
17738 extern int ac_test;
17740 main ()
17742 asm(".globl _ac_test\n_ac_test:\t.long 0"); if (ac_test) return 1
17744 return 0;
17746 _ACEOF
17747 rm -f conftest.$ac_objext conftest$ac_exeext
17748 if { (ac_try="$ac_link"
17749 case "(($ac_try" in
17750 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17751 *) ac_try_echo=$ac_try;;
17752 esac
17753 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
17754 $as_echo "$ac_try_echo") >&5
17755 (eval "$ac_link") 2>conftest.er1
17756 ac_status=$?
17757 grep -v '^ *+' conftest.er1 >conftest.err
17758 rm -f conftest.er1
17759 cat conftest.err >&5
17760 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
17761 (exit $ac_status); } && {
17762 test -z "$ac_c_werror_flag" ||
17763 test ! -s conftest.err
17764 } && test -s conftest$ac_exeext && {
17765 test "$cross_compiling" = yes ||
17766 $as_test_x conftest$ac_exeext
17767 }; then
17768 ac_cv_c_extern_prefix="yes"
17769 else
17770 $as_echo "$as_me: failed program was:" >&5
17771 sed 's/^/| /' conftest.$ac_ext >&5
17773 ac_cv_c_extern_prefix="no"
17776 rm -rf conftest.dSYM
17777 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17778 conftest$ac_exeext conftest.$ac_ext
17780 { $as_echo "$as_me:$LINENO: result: $ac_cv_c_extern_prefix" >&5
17781 $as_echo "$ac_cv_c_extern_prefix" >&6; }
17785 if test "$ac_cv_c_extern_prefix" = "yes"
17786 then
17787 cat >>confdefs.h <<\_ACEOF
17788 #define __ASM_NAME(name) "_" name
17789 _ACEOF
17791 else
17792 cat >>confdefs.h <<\_ACEOF
17793 #define __ASM_NAME(name) name
17794 _ACEOF
17799 LDPATH=""
17801 case $build_os in
17802 cygwin*|mingw32*)
17803 LDPATH="PATH=\"\$(TOOLSDIR)/libs/wine:\$\$PATH\""
17805 darwin*|macosx*)
17807 linux*|solaris*) if test -z "$LDRPATH_LOCAL"
17808 then
17809 LDPATH="LD_LIBRARY_PATH=\"\$(TOOLSDIR)/libs/wine:\$\$LD_LIBRARY_PATH\""
17813 LDPATH="LD_LIBRARY_PATH=\"\$(TOOLSDIR)/libs/wine:\$\$LD_LIBRARY_PATH\""
17815 esac
17817 case $host_os in
17818 mingw32*)
17819 CRTLIBS="-lmsvcrt"
17821 SOCKETLIBS="-lws2_32"
17824 esac
17826 MAIN_BINARY="wine-pthread"
17827 case $host_cpu in
17828 *i[3456789]86*)
17829 case $host_os in
17830 linux* | k*bsd*-gnu)
17831 MAIN_BINARY="wine-glibc"
17833 EXTRA_BINARIES="wine-kthread wine-pthread wine-preloader"
17835 freebsd*)
17836 MAIN_BINARY="wine-freebsd"
17838 EXTRA_BINARIES="wine-pthread"
17840 esac
17842 esac
17915 for ac_func in \
17916 _pclose \
17917 _popen \
17918 _snprintf \
17919 _spawnvp \
17920 _strdup \
17921 _stricmp \
17922 _strnicmp \
17923 _strtoi64 \
17924 _strtoui64 \
17925 _vsnprintf \
17926 asctime_r \
17927 chsize \
17928 clone \
17929 dlopen \
17930 epoll_create \
17931 ffs \
17932 finite \
17933 fork \
17934 fpclass \
17935 fstatfs \
17936 fstatvfs \
17937 ftruncate \
17938 futimes \
17939 futimesat \
17940 getdirentries \
17941 getopt_long \
17942 getpagesize \
17943 getpwuid \
17944 gettid \
17945 gettimeofday \
17946 getuid \
17947 inet_pton \
17948 kqueue \
17949 lstat \
17950 memmove \
17951 mmap \
17952 pclose \
17953 poll \
17954 popen \
17955 prctl \
17956 pread \
17957 pwrite \
17958 readdir \
17959 readlink \
17960 rfork \
17961 sched_yield \
17962 select \
17963 setproctitle \
17964 setrlimit \
17965 settimeofday \
17966 sigaltstack \
17967 sigprocmask \
17968 snprintf \
17969 spawnvp \
17970 statfs \
17971 statvfs \
17972 strcasecmp \
17973 strdup \
17974 strerror \
17975 strncasecmp \
17976 strtold \
17977 strtoll \
17978 strtoull \
17979 tcgetattr \
17980 thr_kill2 \
17981 timegm \
17982 usleep \
17983 vsnprintf \
17984 wait4 \
17985 waitpid \
17988 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
17989 { $as_echo "$as_me:$LINENO: checking for $ac_func" >&5
17990 $as_echo_n "checking for $ac_func... " >&6; }
17991 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
17992 $as_echo_n "(cached) " >&6
17993 else
17994 cat >conftest.$ac_ext <<_ACEOF
17995 /* confdefs.h. */
17996 _ACEOF
17997 cat confdefs.h >>conftest.$ac_ext
17998 cat >>conftest.$ac_ext <<_ACEOF
17999 /* end confdefs.h. */
18000 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
18001 For example, HP-UX 11i <limits.h> declares gettimeofday. */
18002 #define $ac_func innocuous_$ac_func
18004 /* System header to define __stub macros and hopefully few prototypes,
18005 which can conflict with char $ac_func (); below.
18006 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
18007 <limits.h> exists even on freestanding compilers. */
18009 #ifdef __STDC__
18010 # include <limits.h>
18011 #else
18012 # include <assert.h>
18013 #endif
18015 #undef $ac_func
18017 /* Override any GCC internal prototype to avoid an error.
18018 Use char because int might match the return type of a GCC
18019 builtin and then its argument prototype would still apply. */
18020 #ifdef __cplusplus
18021 extern "C"
18022 #endif
18023 char $ac_func ();
18024 /* The GNU C library defines this for functions which it implements
18025 to always fail with ENOSYS. Some functions are actually named
18026 something starting with __ and the normal name is an alias. */
18027 #if defined __stub_$ac_func || defined __stub___$ac_func
18028 choke me
18029 #endif
18032 main ()
18034 return $ac_func ();
18036 return 0;
18038 _ACEOF
18039 rm -f conftest.$ac_objext conftest$ac_exeext
18040 if { (ac_try="$ac_link"
18041 case "(($ac_try" in
18042 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18043 *) ac_try_echo=$ac_try;;
18044 esac
18045 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
18046 $as_echo "$ac_try_echo") >&5
18047 (eval "$ac_link") 2>conftest.er1
18048 ac_status=$?
18049 grep -v '^ *+' conftest.er1 >conftest.err
18050 rm -f conftest.er1
18051 cat conftest.err >&5
18052 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
18053 (exit $ac_status); } && {
18054 test -z "$ac_c_werror_flag" ||
18055 test ! -s conftest.err
18056 } && test -s conftest$ac_exeext && {
18057 test "$cross_compiling" = yes ||
18058 $as_test_x conftest$ac_exeext
18059 }; then
18060 eval "$as_ac_var=yes"
18061 else
18062 $as_echo "$as_me: failed program was:" >&5
18063 sed 's/^/| /' conftest.$ac_ext >&5
18065 eval "$as_ac_var=no"
18068 rm -rf conftest.dSYM
18069 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
18070 conftest$ac_exeext conftest.$ac_ext
18072 ac_res=`eval 'as_val=${'$as_ac_var'}
18073 $as_echo "$as_val"'`
18074 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
18075 $as_echo "$ac_res" >&6; }
18076 as_val=`eval 'as_val=${'$as_ac_var'}
18077 $as_echo "$as_val"'`
18078 if test "x$as_val" = x""yes; then
18079 cat >>confdefs.h <<_ACEOF
18080 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
18081 _ACEOF
18084 done
18087 if test "$ac_cv_func_dlopen" = no
18088 then
18089 { $as_echo "$as_me:$LINENO: checking for dlopen in -ldl" >&5
18090 $as_echo_n "checking for dlopen in -ldl... " >&6; }
18091 if test "${ac_cv_lib_dl_dlopen+set}" = set; then
18092 $as_echo_n "(cached) " >&6
18093 else
18094 ac_check_lib_save_LIBS=$LIBS
18095 LIBS="-ldl $LIBS"
18096 cat >conftest.$ac_ext <<_ACEOF
18097 /* confdefs.h. */
18098 _ACEOF
18099 cat confdefs.h >>conftest.$ac_ext
18100 cat >>conftest.$ac_ext <<_ACEOF
18101 /* end confdefs.h. */
18103 /* Override any GCC internal prototype to avoid an error.
18104 Use char because int might match the return type of a GCC
18105 builtin and then its argument prototype would still apply. */
18106 #ifdef __cplusplus
18107 extern "C"
18108 #endif
18109 char dlopen ();
18111 main ()
18113 return dlopen ();
18115 return 0;
18117 _ACEOF
18118 rm -f conftest.$ac_objext conftest$ac_exeext
18119 if { (ac_try="$ac_link"
18120 case "(($ac_try" in
18121 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18122 *) ac_try_echo=$ac_try;;
18123 esac
18124 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
18125 $as_echo "$ac_try_echo") >&5
18126 (eval "$ac_link") 2>conftest.er1
18127 ac_status=$?
18128 grep -v '^ *+' conftest.er1 >conftest.err
18129 rm -f conftest.er1
18130 cat conftest.err >&5
18131 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
18132 (exit $ac_status); } && {
18133 test -z "$ac_c_werror_flag" ||
18134 test ! -s conftest.err
18135 } && test -s conftest$ac_exeext && {
18136 test "$cross_compiling" = yes ||
18137 $as_test_x conftest$ac_exeext
18138 }; then
18139 ac_cv_lib_dl_dlopen=yes
18140 else
18141 $as_echo "$as_me: failed program was:" >&5
18142 sed 's/^/| /' conftest.$ac_ext >&5
18144 ac_cv_lib_dl_dlopen=no
18147 rm -rf conftest.dSYM
18148 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
18149 conftest$ac_exeext conftest.$ac_ext
18150 LIBS=$ac_check_lib_save_LIBS
18152 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_dl_dlopen" >&5
18153 $as_echo "$ac_cv_lib_dl_dlopen" >&6; }
18154 if test "x$ac_cv_lib_dl_dlopen" = x""yes; then
18155 cat >>confdefs.h <<\_ACEOF
18156 #define HAVE_DLOPEN 1
18157 _ACEOF
18158 LIBDL="-ldl"
18163 ac_wine_check_funcs_save_LIBS="$LIBS"
18164 LIBS="$LIBS $LIBDL"
18166 for ac_func in dladdr
18168 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
18169 { $as_echo "$as_me:$LINENO: checking for $ac_func" >&5
18170 $as_echo_n "checking for $ac_func... " >&6; }
18171 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
18172 $as_echo_n "(cached) " >&6
18173 else
18174 cat >conftest.$ac_ext <<_ACEOF
18175 /* confdefs.h. */
18176 _ACEOF
18177 cat confdefs.h >>conftest.$ac_ext
18178 cat >>conftest.$ac_ext <<_ACEOF
18179 /* end confdefs.h. */
18180 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
18181 For example, HP-UX 11i <limits.h> declares gettimeofday. */
18182 #define $ac_func innocuous_$ac_func
18184 /* System header to define __stub macros and hopefully few prototypes,
18185 which can conflict with char $ac_func (); below.
18186 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
18187 <limits.h> exists even on freestanding compilers. */
18189 #ifdef __STDC__
18190 # include <limits.h>
18191 #else
18192 # include <assert.h>
18193 #endif
18195 #undef $ac_func
18197 /* Override any GCC internal prototype to avoid an error.
18198 Use char because int might match the return type of a GCC
18199 builtin and then its argument prototype would still apply. */
18200 #ifdef __cplusplus
18201 extern "C"
18202 #endif
18203 char $ac_func ();
18204 /* The GNU C library defines this for functions which it implements
18205 to always fail with ENOSYS. Some functions are actually named
18206 something starting with __ and the normal name is an alias. */
18207 #if defined __stub_$ac_func || defined __stub___$ac_func
18208 choke me
18209 #endif
18212 main ()
18214 return $ac_func ();
18216 return 0;
18218 _ACEOF
18219 rm -f conftest.$ac_objext conftest$ac_exeext
18220 if { (ac_try="$ac_link"
18221 case "(($ac_try" in
18222 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18223 *) ac_try_echo=$ac_try;;
18224 esac
18225 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
18226 $as_echo "$ac_try_echo") >&5
18227 (eval "$ac_link") 2>conftest.er1
18228 ac_status=$?
18229 grep -v '^ *+' conftest.er1 >conftest.err
18230 rm -f conftest.er1
18231 cat conftest.err >&5
18232 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
18233 (exit $ac_status); } && {
18234 test -z "$ac_c_werror_flag" ||
18235 test ! -s conftest.err
18236 } && test -s conftest$ac_exeext && {
18237 test "$cross_compiling" = yes ||
18238 $as_test_x conftest$ac_exeext
18239 }; then
18240 eval "$as_ac_var=yes"
18241 else
18242 $as_echo "$as_me: failed program was:" >&5
18243 sed 's/^/| /' conftest.$ac_ext >&5
18245 eval "$as_ac_var=no"
18248 rm -rf conftest.dSYM
18249 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
18250 conftest$ac_exeext conftest.$ac_ext
18252 ac_res=`eval 'as_val=${'$as_ac_var'}
18253 $as_echo "$as_val"'`
18254 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
18255 $as_echo "$ac_res" >&6; }
18256 as_val=`eval 'as_val=${'$as_ac_var'}
18257 $as_echo "$as_val"'`
18258 if test "x$as_val" = x""yes; then
18259 cat >>confdefs.h <<_ACEOF
18260 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
18261 _ACEOF
18264 done
18266 LIBS="$ac_wine_check_funcs_save_LIBS"
18268 if test "$ac_cv_func_poll" = no
18269 then
18270 { $as_echo "$as_me:$LINENO: checking for poll in -lpoll" >&5
18271 $as_echo_n "checking for poll in -lpoll... " >&6; }
18272 if test "${ac_cv_lib_poll_poll+set}" = set; then
18273 $as_echo_n "(cached) " >&6
18274 else
18275 ac_check_lib_save_LIBS=$LIBS
18276 LIBS="-lpoll $LIBS"
18277 cat >conftest.$ac_ext <<_ACEOF
18278 /* confdefs.h. */
18279 _ACEOF
18280 cat confdefs.h >>conftest.$ac_ext
18281 cat >>conftest.$ac_ext <<_ACEOF
18282 /* end confdefs.h. */
18284 /* Override any GCC internal prototype to avoid an error.
18285 Use char because int might match the return type of a GCC
18286 builtin and then its argument prototype would still apply. */
18287 #ifdef __cplusplus
18288 extern "C"
18289 #endif
18290 char poll ();
18292 main ()
18294 return poll ();
18296 return 0;
18298 _ACEOF
18299 rm -f conftest.$ac_objext conftest$ac_exeext
18300 if { (ac_try="$ac_link"
18301 case "(($ac_try" in
18302 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18303 *) ac_try_echo=$ac_try;;
18304 esac
18305 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
18306 $as_echo "$ac_try_echo") >&5
18307 (eval "$ac_link") 2>conftest.er1
18308 ac_status=$?
18309 grep -v '^ *+' conftest.er1 >conftest.err
18310 rm -f conftest.er1
18311 cat conftest.err >&5
18312 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
18313 (exit $ac_status); } && {
18314 test -z "$ac_c_werror_flag" ||
18315 test ! -s conftest.err
18316 } && test -s conftest$ac_exeext && {
18317 test "$cross_compiling" = yes ||
18318 $as_test_x conftest$ac_exeext
18319 }; then
18320 ac_cv_lib_poll_poll=yes
18321 else
18322 $as_echo "$as_me: failed program was:" >&5
18323 sed 's/^/| /' conftest.$ac_ext >&5
18325 ac_cv_lib_poll_poll=no
18328 rm -rf conftest.dSYM
18329 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
18330 conftest$ac_exeext conftest.$ac_ext
18331 LIBS=$ac_check_lib_save_LIBS
18333 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_poll_poll" >&5
18334 $as_echo "$ac_cv_lib_poll_poll" >&6; }
18335 if test "x$ac_cv_lib_poll_poll" = x""yes; then
18336 cat >>confdefs.h <<\_ACEOF
18337 #define HAVE_POLL 1
18338 _ACEOF
18339 LIBPOLL="-lpoll"
18345 { $as_echo "$as_me:$LINENO: checking for library containing gethostbyname" >&5
18346 $as_echo_n "checking for library containing gethostbyname... " >&6; }
18347 if test "${ac_cv_search_gethostbyname+set}" = set; then
18348 $as_echo_n "(cached) " >&6
18349 else
18350 ac_func_search_save_LIBS=$LIBS
18351 cat >conftest.$ac_ext <<_ACEOF
18352 /* confdefs.h. */
18353 _ACEOF
18354 cat confdefs.h >>conftest.$ac_ext
18355 cat >>conftest.$ac_ext <<_ACEOF
18356 /* end confdefs.h. */
18358 /* Override any GCC internal prototype to avoid an error.
18359 Use char because int might match the return type of a GCC
18360 builtin and then its argument prototype would still apply. */
18361 #ifdef __cplusplus
18362 extern "C"
18363 #endif
18364 char gethostbyname ();
18366 main ()
18368 return gethostbyname ();
18370 return 0;
18372 _ACEOF
18373 for ac_lib in '' nsl; do
18374 if test -z "$ac_lib"; then
18375 ac_res="none required"
18376 else
18377 ac_res=-l$ac_lib
18378 LIBS="-l$ac_lib $ac_func_search_save_LIBS"
18380 rm -f conftest.$ac_objext conftest$ac_exeext
18381 if { (ac_try="$ac_link"
18382 case "(($ac_try" in
18383 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18384 *) ac_try_echo=$ac_try;;
18385 esac
18386 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
18387 $as_echo "$ac_try_echo") >&5
18388 (eval "$ac_link") 2>conftest.er1
18389 ac_status=$?
18390 grep -v '^ *+' conftest.er1 >conftest.err
18391 rm -f conftest.er1
18392 cat conftest.err >&5
18393 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
18394 (exit $ac_status); } && {
18395 test -z "$ac_c_werror_flag" ||
18396 test ! -s conftest.err
18397 } && test -s conftest$ac_exeext && {
18398 test "$cross_compiling" = yes ||
18399 $as_test_x conftest$ac_exeext
18400 }; then
18401 ac_cv_search_gethostbyname=$ac_res
18402 else
18403 $as_echo "$as_me: failed program was:" >&5
18404 sed 's/^/| /' conftest.$ac_ext >&5
18409 rm -rf conftest.dSYM
18410 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
18411 conftest$ac_exeext
18412 if test "${ac_cv_search_gethostbyname+set}" = set; then
18413 break
18415 done
18416 if test "${ac_cv_search_gethostbyname+set}" = set; then
18418 else
18419 ac_cv_search_gethostbyname=no
18421 rm conftest.$ac_ext
18422 LIBS=$ac_func_search_save_LIBS
18424 { $as_echo "$as_me:$LINENO: result: $ac_cv_search_gethostbyname" >&5
18425 $as_echo "$ac_cv_search_gethostbyname" >&6; }
18426 ac_res=$ac_cv_search_gethostbyname
18427 if test "$ac_res" != no; then
18428 test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
18433 { $as_echo "$as_me:$LINENO: checking for library containing connect" >&5
18434 $as_echo_n "checking for library containing connect... " >&6; }
18435 if test "${ac_cv_search_connect+set}" = set; then
18436 $as_echo_n "(cached) " >&6
18437 else
18438 ac_func_search_save_LIBS=$LIBS
18439 cat >conftest.$ac_ext <<_ACEOF
18440 /* confdefs.h. */
18441 _ACEOF
18442 cat confdefs.h >>conftest.$ac_ext
18443 cat >>conftest.$ac_ext <<_ACEOF
18444 /* end confdefs.h. */
18446 /* Override any GCC internal prototype to avoid an error.
18447 Use char because int might match the return type of a GCC
18448 builtin and then its argument prototype would still apply. */
18449 #ifdef __cplusplus
18450 extern "C"
18451 #endif
18452 char connect ();
18454 main ()
18456 return connect ();
18458 return 0;
18460 _ACEOF
18461 for ac_lib in '' socket; do
18462 if test -z "$ac_lib"; then
18463 ac_res="none required"
18464 else
18465 ac_res=-l$ac_lib
18466 LIBS="-l$ac_lib $ac_func_search_save_LIBS"
18468 rm -f conftest.$ac_objext conftest$ac_exeext
18469 if { (ac_try="$ac_link"
18470 case "(($ac_try" in
18471 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18472 *) ac_try_echo=$ac_try;;
18473 esac
18474 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
18475 $as_echo "$ac_try_echo") >&5
18476 (eval "$ac_link") 2>conftest.er1
18477 ac_status=$?
18478 grep -v '^ *+' conftest.er1 >conftest.err
18479 rm -f conftest.er1
18480 cat conftest.err >&5
18481 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
18482 (exit $ac_status); } && {
18483 test -z "$ac_c_werror_flag" ||
18484 test ! -s conftest.err
18485 } && test -s conftest$ac_exeext && {
18486 test "$cross_compiling" = yes ||
18487 $as_test_x conftest$ac_exeext
18488 }; then
18489 ac_cv_search_connect=$ac_res
18490 else
18491 $as_echo "$as_me: failed program was:" >&5
18492 sed 's/^/| /' conftest.$ac_ext >&5
18497 rm -rf conftest.dSYM
18498 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
18499 conftest$ac_exeext
18500 if test "${ac_cv_search_connect+set}" = set; then
18501 break
18503 done
18504 if test "${ac_cv_search_connect+set}" = set; then
18506 else
18507 ac_cv_search_connect=no
18509 rm conftest.$ac_ext
18510 LIBS=$ac_func_search_save_LIBS
18512 { $as_echo "$as_me:$LINENO: result: $ac_cv_search_connect" >&5
18513 $as_echo "$ac_cv_search_connect" >&6; }
18514 ac_res=$ac_cv_search_connect
18515 if test "$ac_res" != no; then
18516 test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
18521 { $as_echo "$as_me:$LINENO: checking for library containing inet_aton" >&5
18522 $as_echo_n "checking for library containing inet_aton... " >&6; }
18523 if test "${ac_cv_search_inet_aton+set}" = set; then
18524 $as_echo_n "(cached) " >&6
18525 else
18526 ac_func_search_save_LIBS=$LIBS
18527 cat >conftest.$ac_ext <<_ACEOF
18528 /* confdefs.h. */
18529 _ACEOF
18530 cat confdefs.h >>conftest.$ac_ext
18531 cat >>conftest.$ac_ext <<_ACEOF
18532 /* end confdefs.h. */
18534 /* Override any GCC internal prototype to avoid an error.
18535 Use char because int might match the return type of a GCC
18536 builtin and then its argument prototype would still apply. */
18537 #ifdef __cplusplus
18538 extern "C"
18539 #endif
18540 char inet_aton ();
18542 main ()
18544 return inet_aton ();
18546 return 0;
18548 _ACEOF
18549 for ac_lib in '' resolv; do
18550 if test -z "$ac_lib"; then
18551 ac_res="none required"
18552 else
18553 ac_res=-l$ac_lib
18554 LIBS="-l$ac_lib $ac_func_search_save_LIBS"
18556 rm -f conftest.$ac_objext conftest$ac_exeext
18557 if { (ac_try="$ac_link"
18558 case "(($ac_try" in
18559 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18560 *) ac_try_echo=$ac_try;;
18561 esac
18562 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
18563 $as_echo "$ac_try_echo") >&5
18564 (eval "$ac_link") 2>conftest.er1
18565 ac_status=$?
18566 grep -v '^ *+' conftest.er1 >conftest.err
18567 rm -f conftest.er1
18568 cat conftest.err >&5
18569 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
18570 (exit $ac_status); } && {
18571 test -z "$ac_c_werror_flag" ||
18572 test ! -s conftest.err
18573 } && test -s conftest$ac_exeext && {
18574 test "$cross_compiling" = yes ||
18575 $as_test_x conftest$ac_exeext
18576 }; then
18577 ac_cv_search_inet_aton=$ac_res
18578 else
18579 $as_echo "$as_me: failed program was:" >&5
18580 sed 's/^/| /' conftest.$ac_ext >&5
18585 rm -rf conftest.dSYM
18586 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
18587 conftest$ac_exeext
18588 if test "${ac_cv_search_inet_aton+set}" = set; then
18589 break
18591 done
18592 if test "${ac_cv_search_inet_aton+set}" = set; then
18594 else
18595 ac_cv_search_inet_aton=no
18597 rm conftest.$ac_ext
18598 LIBS=$ac_func_search_save_LIBS
18600 { $as_echo "$as_me:$LINENO: result: $ac_cv_search_inet_aton" >&5
18601 $as_echo "$ac_cv_search_inet_aton" >&6; }
18602 ac_res=$ac_cv_search_inet_aton
18603 if test "$ac_res" != no; then
18604 test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
18617 for ac_func in \
18618 getaddrinfo \
18619 getnameinfo \
18620 getnetbyname \
18621 getprotobyname \
18622 getprotobynumber \
18623 getservbyport \
18624 inet_network \
18625 sendmsg \
18628 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
18629 { $as_echo "$as_me:$LINENO: checking for $ac_func" >&5
18630 $as_echo_n "checking for $ac_func... " >&6; }
18631 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
18632 $as_echo_n "(cached) " >&6
18633 else
18634 cat >conftest.$ac_ext <<_ACEOF
18635 /* confdefs.h. */
18636 _ACEOF
18637 cat confdefs.h >>conftest.$ac_ext
18638 cat >>conftest.$ac_ext <<_ACEOF
18639 /* end confdefs.h. */
18640 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
18641 For example, HP-UX 11i <limits.h> declares gettimeofday. */
18642 #define $ac_func innocuous_$ac_func
18644 /* System header to define __stub macros and hopefully few prototypes,
18645 which can conflict with char $ac_func (); below.
18646 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
18647 <limits.h> exists even on freestanding compilers. */
18649 #ifdef __STDC__
18650 # include <limits.h>
18651 #else
18652 # include <assert.h>
18653 #endif
18655 #undef $ac_func
18657 /* Override any GCC internal prototype to avoid an error.
18658 Use char because int might match the return type of a GCC
18659 builtin and then its argument prototype would still apply. */
18660 #ifdef __cplusplus
18661 extern "C"
18662 #endif
18663 char $ac_func ();
18664 /* The GNU C library defines this for functions which it implements
18665 to always fail with ENOSYS. Some functions are actually named
18666 something starting with __ and the normal name is an alias. */
18667 #if defined __stub_$ac_func || defined __stub___$ac_func
18668 choke me
18669 #endif
18672 main ()
18674 return $ac_func ();
18676 return 0;
18678 _ACEOF
18679 rm -f conftest.$ac_objext conftest$ac_exeext
18680 if { (ac_try="$ac_link"
18681 case "(($ac_try" in
18682 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18683 *) ac_try_echo=$ac_try;;
18684 esac
18685 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
18686 $as_echo "$ac_try_echo") >&5
18687 (eval "$ac_link") 2>conftest.er1
18688 ac_status=$?
18689 grep -v '^ *+' conftest.er1 >conftest.err
18690 rm -f conftest.er1
18691 cat conftest.err >&5
18692 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
18693 (exit $ac_status); } && {
18694 test -z "$ac_c_werror_flag" ||
18695 test ! -s conftest.err
18696 } && test -s conftest$ac_exeext && {
18697 test "$cross_compiling" = yes ||
18698 $as_test_x conftest$ac_exeext
18699 }; then
18700 eval "$as_ac_var=yes"
18701 else
18702 $as_echo "$as_me: failed program was:" >&5
18703 sed 's/^/| /' conftest.$ac_ext >&5
18705 eval "$as_ac_var=no"
18708 rm -rf conftest.dSYM
18709 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
18710 conftest$ac_exeext conftest.$ac_ext
18712 ac_res=`eval 'as_val=${'$as_ac_var'}
18713 $as_echo "$as_val"'`
18714 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
18715 $as_echo "$ac_res" >&6; }
18716 as_val=`eval 'as_val=${'$as_ac_var'}
18717 $as_echo "$as_val"'`
18718 if test "x$as_val" = x""yes; then
18719 cat >>confdefs.h <<_ACEOF
18720 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
18721 _ACEOF
18724 done
18727 LDAPLIBS=""
18729 if test "$ac_cv_header_ldap_h" = "yes" -a "$ac_cv_header_lber_h" = "yes"
18730 then
18731 { $as_echo "$as_me:$LINENO: checking for LDAPSortKey" >&5
18732 $as_echo_n "checking for LDAPSortKey... " >&6; }
18733 if test "${ac_cv_type_LDAPSortKey+set}" = set; then
18734 $as_echo_n "(cached) " >&6
18735 else
18736 ac_cv_type_LDAPSortKey=no
18737 cat >conftest.$ac_ext <<_ACEOF
18738 /* confdefs.h. */
18739 _ACEOF
18740 cat confdefs.h >>conftest.$ac_ext
18741 cat >>conftest.$ac_ext <<_ACEOF
18742 /* end confdefs.h. */
18743 #include <ldap.h>
18746 main ()
18748 if (sizeof (LDAPSortKey))
18749 return 0;
18751 return 0;
18753 _ACEOF
18754 rm -f conftest.$ac_objext
18755 if { (ac_try="$ac_compile"
18756 case "(($ac_try" in
18757 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18758 *) ac_try_echo=$ac_try;;
18759 esac
18760 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
18761 $as_echo "$ac_try_echo") >&5
18762 (eval "$ac_compile") 2>conftest.er1
18763 ac_status=$?
18764 grep -v '^ *+' conftest.er1 >conftest.err
18765 rm -f conftest.er1
18766 cat conftest.err >&5
18767 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
18768 (exit $ac_status); } && {
18769 test -z "$ac_c_werror_flag" ||
18770 test ! -s conftest.err
18771 } && test -s conftest.$ac_objext; then
18772 cat >conftest.$ac_ext <<_ACEOF
18773 /* confdefs.h. */
18774 _ACEOF
18775 cat confdefs.h >>conftest.$ac_ext
18776 cat >>conftest.$ac_ext <<_ACEOF
18777 /* end confdefs.h. */
18778 #include <ldap.h>
18781 main ()
18783 if (sizeof ((LDAPSortKey)))
18784 return 0;
18786 return 0;
18788 _ACEOF
18789 rm -f conftest.$ac_objext
18790 if { (ac_try="$ac_compile"
18791 case "(($ac_try" in
18792 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18793 *) ac_try_echo=$ac_try;;
18794 esac
18795 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
18796 $as_echo "$ac_try_echo") >&5
18797 (eval "$ac_compile") 2>conftest.er1
18798 ac_status=$?
18799 grep -v '^ *+' conftest.er1 >conftest.err
18800 rm -f conftest.er1
18801 cat conftest.err >&5
18802 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
18803 (exit $ac_status); } && {
18804 test -z "$ac_c_werror_flag" ||
18805 test ! -s conftest.err
18806 } && test -s conftest.$ac_objext; then
18808 else
18809 $as_echo "$as_me: failed program was:" >&5
18810 sed 's/^/| /' conftest.$ac_ext >&5
18812 ac_cv_type_LDAPSortKey=yes
18815 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
18816 else
18817 $as_echo "$as_me: failed program was:" >&5
18818 sed 's/^/| /' conftest.$ac_ext >&5
18823 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
18825 { $as_echo "$as_me:$LINENO: result: $ac_cv_type_LDAPSortKey" >&5
18826 $as_echo "$ac_cv_type_LDAPSortKey" >&6; }
18827 if test "x$ac_cv_type_LDAPSortKey" = x""yes; then
18828 { $as_echo "$as_me:$LINENO: checking for ldap_initialize in -lldap_r" >&5
18829 $as_echo_n "checking for ldap_initialize in -lldap_r... " >&6; }
18830 if test "${ac_cv_lib_ldap_r_ldap_initialize+set}" = set; then
18831 $as_echo_n "(cached) " >&6
18832 else
18833 ac_check_lib_save_LIBS=$LIBS
18834 LIBS="-lldap_r $LIBPTHREAD $LIBS"
18835 cat >conftest.$ac_ext <<_ACEOF
18836 /* confdefs.h. */
18837 _ACEOF
18838 cat confdefs.h >>conftest.$ac_ext
18839 cat >>conftest.$ac_ext <<_ACEOF
18840 /* end confdefs.h. */
18842 /* Override any GCC internal prototype to avoid an error.
18843 Use char because int might match the return type of a GCC
18844 builtin and then its argument prototype would still apply. */
18845 #ifdef __cplusplus
18846 extern "C"
18847 #endif
18848 char ldap_initialize ();
18850 main ()
18852 return ldap_initialize ();
18854 return 0;
18856 _ACEOF
18857 rm -f conftest.$ac_objext conftest$ac_exeext
18858 if { (ac_try="$ac_link"
18859 case "(($ac_try" in
18860 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18861 *) ac_try_echo=$ac_try;;
18862 esac
18863 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
18864 $as_echo "$ac_try_echo") >&5
18865 (eval "$ac_link") 2>conftest.er1
18866 ac_status=$?
18867 grep -v '^ *+' conftest.er1 >conftest.err
18868 rm -f conftest.er1
18869 cat conftest.err >&5
18870 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
18871 (exit $ac_status); } && {
18872 test -z "$ac_c_werror_flag" ||
18873 test ! -s conftest.err
18874 } && test -s conftest$ac_exeext && {
18875 test "$cross_compiling" = yes ||
18876 $as_test_x conftest$ac_exeext
18877 }; then
18878 ac_cv_lib_ldap_r_ldap_initialize=yes
18879 else
18880 $as_echo "$as_me: failed program was:" >&5
18881 sed 's/^/| /' conftest.$ac_ext >&5
18883 ac_cv_lib_ldap_r_ldap_initialize=no
18886 rm -rf conftest.dSYM
18887 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
18888 conftest$ac_exeext conftest.$ac_ext
18889 LIBS=$ac_check_lib_save_LIBS
18891 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_ldap_r_ldap_initialize" >&5
18892 $as_echo "$ac_cv_lib_ldap_r_ldap_initialize" >&6; }
18893 if test "x$ac_cv_lib_ldap_r_ldap_initialize" = x""yes; then
18894 { $as_echo "$as_me:$LINENO: checking for ber_init in -llber" >&5
18895 $as_echo_n "checking for ber_init in -llber... " >&6; }
18896 if test "${ac_cv_lib_lber_ber_init+set}" = set; then
18897 $as_echo_n "(cached) " >&6
18898 else
18899 ac_check_lib_save_LIBS=$LIBS
18900 LIBS="-llber $LIBPTHREAD $LIBS"
18901 cat >conftest.$ac_ext <<_ACEOF
18902 /* confdefs.h. */
18903 _ACEOF
18904 cat confdefs.h >>conftest.$ac_ext
18905 cat >>conftest.$ac_ext <<_ACEOF
18906 /* end confdefs.h. */
18908 /* Override any GCC internal prototype to avoid an error.
18909 Use char because int might match the return type of a GCC
18910 builtin and then its argument prototype would still apply. */
18911 #ifdef __cplusplus
18912 extern "C"
18913 #endif
18914 char ber_init ();
18916 main ()
18918 return ber_init ();
18920 return 0;
18922 _ACEOF
18923 rm -f conftest.$ac_objext conftest$ac_exeext
18924 if { (ac_try="$ac_link"
18925 case "(($ac_try" in
18926 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18927 *) ac_try_echo=$ac_try;;
18928 esac
18929 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
18930 $as_echo "$ac_try_echo") >&5
18931 (eval "$ac_link") 2>conftest.er1
18932 ac_status=$?
18933 grep -v '^ *+' conftest.er1 >conftest.err
18934 rm -f conftest.er1
18935 cat conftest.err >&5
18936 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
18937 (exit $ac_status); } && {
18938 test -z "$ac_c_werror_flag" ||
18939 test ! -s conftest.err
18940 } && test -s conftest$ac_exeext && {
18941 test "$cross_compiling" = yes ||
18942 $as_test_x conftest$ac_exeext
18943 }; then
18944 ac_cv_lib_lber_ber_init=yes
18945 else
18946 $as_echo "$as_me: failed program was:" >&5
18947 sed 's/^/| /' conftest.$ac_ext >&5
18949 ac_cv_lib_lber_ber_init=no
18952 rm -rf conftest.dSYM
18953 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
18954 conftest$ac_exeext conftest.$ac_ext
18955 LIBS=$ac_check_lib_save_LIBS
18957 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_lber_ber_init" >&5
18958 $as_echo "$ac_cv_lib_lber_ber_init" >&6; }
18959 if test "x$ac_cv_lib_lber_ber_init" = x""yes; then
18961 cat >>confdefs.h <<\_ACEOF
18962 #define HAVE_LDAP 1
18963 _ACEOF
18965 LDAPLIBS="-lldap_r -llber"
18972 ac_wine_check_funcs_save_LIBS="$LIBS"
18973 LIBS="$LIBS $LDAPLIBS $LIBPTHREAD"
18982 for ac_func in \
18983 ldap_count_references \
18984 ldap_first_reference \
18985 ldap_next_reference \
18986 ldap_parse_reference \
18987 ldap_parse_sort_control \
18988 ldap_parse_sortresponse_control \
18989 ldap_parse_vlv_control \
18990 ldap_parse_vlvresponse_control
18992 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
18993 { $as_echo "$as_me:$LINENO: checking for $ac_func" >&5
18994 $as_echo_n "checking for $ac_func... " >&6; }
18995 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
18996 $as_echo_n "(cached) " >&6
18997 else
18998 cat >conftest.$ac_ext <<_ACEOF
18999 /* confdefs.h. */
19000 _ACEOF
19001 cat confdefs.h >>conftest.$ac_ext
19002 cat >>conftest.$ac_ext <<_ACEOF
19003 /* end confdefs.h. */
19004 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
19005 For example, HP-UX 11i <limits.h> declares gettimeofday. */
19006 #define $ac_func innocuous_$ac_func
19008 /* System header to define __stub macros and hopefully few prototypes,
19009 which can conflict with char $ac_func (); below.
19010 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
19011 <limits.h> exists even on freestanding compilers. */
19013 #ifdef __STDC__
19014 # include <limits.h>
19015 #else
19016 # include <assert.h>
19017 #endif
19019 #undef $ac_func
19021 /* Override any GCC internal prototype to avoid an error.
19022 Use char because int might match the return type of a GCC
19023 builtin and then its argument prototype would still apply. */
19024 #ifdef __cplusplus
19025 extern "C"
19026 #endif
19027 char $ac_func ();
19028 /* The GNU C library defines this for functions which it implements
19029 to always fail with ENOSYS. Some functions are actually named
19030 something starting with __ and the normal name is an alias. */
19031 #if defined __stub_$ac_func || defined __stub___$ac_func
19032 choke me
19033 #endif
19036 main ()
19038 return $ac_func ();
19040 return 0;
19042 _ACEOF
19043 rm -f conftest.$ac_objext conftest$ac_exeext
19044 if { (ac_try="$ac_link"
19045 case "(($ac_try" in
19046 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19047 *) ac_try_echo=$ac_try;;
19048 esac
19049 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
19050 $as_echo "$ac_try_echo") >&5
19051 (eval "$ac_link") 2>conftest.er1
19052 ac_status=$?
19053 grep -v '^ *+' conftest.er1 >conftest.err
19054 rm -f conftest.er1
19055 cat conftest.err >&5
19056 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
19057 (exit $ac_status); } && {
19058 test -z "$ac_c_werror_flag" ||
19059 test ! -s conftest.err
19060 } && test -s conftest$ac_exeext && {
19061 test "$cross_compiling" = yes ||
19062 $as_test_x conftest$ac_exeext
19063 }; then
19064 eval "$as_ac_var=yes"
19065 else
19066 $as_echo "$as_me: failed program was:" >&5
19067 sed 's/^/| /' conftest.$ac_ext >&5
19069 eval "$as_ac_var=no"
19072 rm -rf conftest.dSYM
19073 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
19074 conftest$ac_exeext conftest.$ac_ext
19076 ac_res=`eval 'as_val=${'$as_ac_var'}
19077 $as_echo "$as_val"'`
19078 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
19079 $as_echo "$ac_res" >&6; }
19080 as_val=`eval 'as_val=${'$as_ac_var'}
19081 $as_echo "$as_val"'`
19082 if test "x$as_val" = x""yes; then
19083 cat >>confdefs.h <<_ACEOF
19084 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
19085 _ACEOF
19088 done
19090 LIBS="$ac_wine_check_funcs_save_LIBS"
19092 if test "x$LDAPLIBS" = "x"; then
19093 case "x$with_ldap" in
19094 x) wine_notices="$wine_notices|libldap (OpenLDAP) ${notice_platform}development files not found, LDAP won't be supported." ;;
19095 xno) ;;
19096 *) { { $as_echo "$as_me:$LINENO: error: libldap (OpenLDAP) ${notice_platform}development files not found, LDAP won't be supported.
19097 This is an error since --with-ldap was requested." >&5
19098 $as_echo "$as_me: error: libldap (OpenLDAP) ${notice_platform}development files not found, LDAP won't be supported.
19099 This is an error since --with-ldap was requested." >&2;}
19100 { (exit 1); exit 1; }; } ;;
19101 esac
19106 { $as_echo "$as_me:$LINENO: checking for an ANSI C-conforming const" >&5
19107 $as_echo_n "checking for an ANSI C-conforming const... " >&6; }
19108 if test "${ac_cv_c_const+set}" = set; then
19109 $as_echo_n "(cached) " >&6
19110 else
19111 cat >conftest.$ac_ext <<_ACEOF
19112 /* confdefs.h. */
19113 _ACEOF
19114 cat confdefs.h >>conftest.$ac_ext
19115 cat >>conftest.$ac_ext <<_ACEOF
19116 /* end confdefs.h. */
19119 main ()
19121 /* FIXME: Include the comments suggested by Paul. */
19122 #ifndef __cplusplus
19123 /* Ultrix mips cc rejects this. */
19124 typedef int charset[2];
19125 const charset cs;
19126 /* SunOS 4.1.1 cc rejects this. */
19127 char const *const *pcpcc;
19128 char **ppc;
19129 /* NEC SVR4.0.2 mips cc rejects this. */
19130 struct point {int x, y;};
19131 static struct point const zero = {0,0};
19132 /* AIX XL C 1.02.0.0 rejects this.
19133 It does not let you subtract one const X* pointer from another in
19134 an arm of an if-expression whose if-part is not a constant
19135 expression */
19136 const char *g = "string";
19137 pcpcc = &g + (g ? g-g : 0);
19138 /* HPUX 7.0 cc rejects these. */
19139 ++pcpcc;
19140 ppc = (char**) pcpcc;
19141 pcpcc = (char const *const *) ppc;
19142 { /* SCO 3.2v4 cc rejects this. */
19143 char *t;
19144 char const *s = 0 ? (char *) 0 : (char const *) 0;
19146 *t++ = 0;
19147 if (s) return 0;
19149 { /* Someone thinks the Sun supposedly-ANSI compiler will reject this. */
19150 int x[] = {25, 17};
19151 const int *foo = &x[0];
19152 ++foo;
19154 { /* Sun SC1.0 ANSI compiler rejects this -- but not the above. */
19155 typedef const int *iptr;
19156 iptr p = 0;
19157 ++p;
19159 { /* AIX XL C 1.02.0.0 rejects this saying
19160 "k.c", line 2.27: 1506-025 (S) Operand must be a modifiable lvalue. */
19161 struct s { int j; const int *ap[3]; };
19162 struct s *b; b->j = 5;
19164 { /* ULTRIX-32 V3.1 (Rev 9) vcc rejects this */
19165 const int foo = 10;
19166 if (!foo) return 0;
19168 return !cs[0] && !zero.x;
19169 #endif
19172 return 0;
19174 _ACEOF
19175 rm -f conftest.$ac_objext
19176 if { (ac_try="$ac_compile"
19177 case "(($ac_try" in
19178 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19179 *) ac_try_echo=$ac_try;;
19180 esac
19181 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
19182 $as_echo "$ac_try_echo") >&5
19183 (eval "$ac_compile") 2>conftest.er1
19184 ac_status=$?
19185 grep -v '^ *+' conftest.er1 >conftest.err
19186 rm -f conftest.er1
19187 cat conftest.err >&5
19188 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
19189 (exit $ac_status); } && {
19190 test -z "$ac_c_werror_flag" ||
19191 test ! -s conftest.err
19192 } && test -s conftest.$ac_objext; then
19193 ac_cv_c_const=yes
19194 else
19195 $as_echo "$as_me: failed program was:" >&5
19196 sed 's/^/| /' conftest.$ac_ext >&5
19198 ac_cv_c_const=no
19201 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19203 { $as_echo "$as_me:$LINENO: result: $ac_cv_c_const" >&5
19204 $as_echo "$ac_cv_c_const" >&6; }
19205 if test $ac_cv_c_const = no; then
19207 cat >>confdefs.h <<\_ACEOF
19208 #define const /**/
19209 _ACEOF
19213 { $as_echo "$as_me:$LINENO: checking for inline" >&5
19214 $as_echo_n "checking for inline... " >&6; }
19215 if test "${ac_cv_c_inline+set}" = set; then
19216 $as_echo_n "(cached) " >&6
19217 else
19218 ac_cv_c_inline=no
19219 for ac_kw in inline __inline__ __inline; do
19220 cat >conftest.$ac_ext <<_ACEOF
19221 /* confdefs.h. */
19222 _ACEOF
19223 cat confdefs.h >>conftest.$ac_ext
19224 cat >>conftest.$ac_ext <<_ACEOF
19225 /* end confdefs.h. */
19226 #ifndef __cplusplus
19227 typedef int foo_t;
19228 static $ac_kw foo_t static_foo () {return 0; }
19229 $ac_kw foo_t foo () {return 0; }
19230 #endif
19232 _ACEOF
19233 rm -f conftest.$ac_objext
19234 if { (ac_try="$ac_compile"
19235 case "(($ac_try" in
19236 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19237 *) ac_try_echo=$ac_try;;
19238 esac
19239 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
19240 $as_echo "$ac_try_echo") >&5
19241 (eval "$ac_compile") 2>conftest.er1
19242 ac_status=$?
19243 grep -v '^ *+' conftest.er1 >conftest.err
19244 rm -f conftest.er1
19245 cat conftest.err >&5
19246 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
19247 (exit $ac_status); } && {
19248 test -z "$ac_c_werror_flag" ||
19249 test ! -s conftest.err
19250 } && test -s conftest.$ac_objext; then
19251 ac_cv_c_inline=$ac_kw
19252 else
19253 $as_echo "$as_me: failed program was:" >&5
19254 sed 's/^/| /' conftest.$ac_ext >&5
19259 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19260 test "$ac_cv_c_inline" != no && break
19261 done
19264 { $as_echo "$as_me:$LINENO: result: $ac_cv_c_inline" >&5
19265 $as_echo "$ac_cv_c_inline" >&6; }
19268 case $ac_cv_c_inline in
19269 inline | yes) ;;
19271 case $ac_cv_c_inline in
19272 no) ac_val=;;
19273 *) ac_val=$ac_cv_c_inline;;
19274 esac
19275 cat >>confdefs.h <<_ACEOF
19276 #ifndef __cplusplus
19277 #define inline $ac_val
19278 #endif
19279 _ACEOF
19281 esac
19283 { $as_echo "$as_me:$LINENO: checking for mode_t" >&5
19284 $as_echo_n "checking for mode_t... " >&6; }
19285 if test "${ac_cv_type_mode_t+set}" = set; then
19286 $as_echo_n "(cached) " >&6
19287 else
19288 ac_cv_type_mode_t=no
19289 cat >conftest.$ac_ext <<_ACEOF
19290 /* confdefs.h. */
19291 _ACEOF
19292 cat confdefs.h >>conftest.$ac_ext
19293 cat >>conftest.$ac_ext <<_ACEOF
19294 /* end confdefs.h. */
19295 $ac_includes_default
19297 main ()
19299 if (sizeof (mode_t))
19300 return 0;
19302 return 0;
19304 _ACEOF
19305 rm -f conftest.$ac_objext
19306 if { (ac_try="$ac_compile"
19307 case "(($ac_try" in
19308 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19309 *) ac_try_echo=$ac_try;;
19310 esac
19311 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
19312 $as_echo "$ac_try_echo") >&5
19313 (eval "$ac_compile") 2>conftest.er1
19314 ac_status=$?
19315 grep -v '^ *+' conftest.er1 >conftest.err
19316 rm -f conftest.er1
19317 cat conftest.err >&5
19318 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
19319 (exit $ac_status); } && {
19320 test -z "$ac_c_werror_flag" ||
19321 test ! -s conftest.err
19322 } && test -s conftest.$ac_objext; then
19323 cat >conftest.$ac_ext <<_ACEOF
19324 /* confdefs.h. */
19325 _ACEOF
19326 cat confdefs.h >>conftest.$ac_ext
19327 cat >>conftest.$ac_ext <<_ACEOF
19328 /* end confdefs.h. */
19329 $ac_includes_default
19331 main ()
19333 if (sizeof ((mode_t)))
19334 return 0;
19336 return 0;
19338 _ACEOF
19339 rm -f conftest.$ac_objext
19340 if { (ac_try="$ac_compile"
19341 case "(($ac_try" in
19342 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19343 *) ac_try_echo=$ac_try;;
19344 esac
19345 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
19346 $as_echo "$ac_try_echo") >&5
19347 (eval "$ac_compile") 2>conftest.er1
19348 ac_status=$?
19349 grep -v '^ *+' conftest.er1 >conftest.err
19350 rm -f conftest.er1
19351 cat conftest.err >&5
19352 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
19353 (exit $ac_status); } && {
19354 test -z "$ac_c_werror_flag" ||
19355 test ! -s conftest.err
19356 } && test -s conftest.$ac_objext; then
19358 else
19359 $as_echo "$as_me: failed program was:" >&5
19360 sed 's/^/| /' conftest.$ac_ext >&5
19362 ac_cv_type_mode_t=yes
19365 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19366 else
19367 $as_echo "$as_me: failed program was:" >&5
19368 sed 's/^/| /' conftest.$ac_ext >&5
19373 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19375 { $as_echo "$as_me:$LINENO: result: $ac_cv_type_mode_t" >&5
19376 $as_echo "$ac_cv_type_mode_t" >&6; }
19377 if test "x$ac_cv_type_mode_t" = x""yes; then
19379 cat >>confdefs.h <<_ACEOF
19380 #define HAVE_MODE_T 1
19381 _ACEOF
19385 { $as_echo "$as_me:$LINENO: checking for off_t" >&5
19386 $as_echo_n "checking for off_t... " >&6; }
19387 if test "${ac_cv_type_off_t+set}" = set; then
19388 $as_echo_n "(cached) " >&6
19389 else
19390 ac_cv_type_off_t=no
19391 cat >conftest.$ac_ext <<_ACEOF
19392 /* confdefs.h. */
19393 _ACEOF
19394 cat confdefs.h >>conftest.$ac_ext
19395 cat >>conftest.$ac_ext <<_ACEOF
19396 /* end confdefs.h. */
19397 $ac_includes_default
19399 main ()
19401 if (sizeof (off_t))
19402 return 0;
19404 return 0;
19406 _ACEOF
19407 rm -f conftest.$ac_objext
19408 if { (ac_try="$ac_compile"
19409 case "(($ac_try" in
19410 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19411 *) ac_try_echo=$ac_try;;
19412 esac
19413 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
19414 $as_echo "$ac_try_echo") >&5
19415 (eval "$ac_compile") 2>conftest.er1
19416 ac_status=$?
19417 grep -v '^ *+' conftest.er1 >conftest.err
19418 rm -f conftest.er1
19419 cat conftest.err >&5
19420 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
19421 (exit $ac_status); } && {
19422 test -z "$ac_c_werror_flag" ||
19423 test ! -s conftest.err
19424 } && test -s conftest.$ac_objext; then
19425 cat >conftest.$ac_ext <<_ACEOF
19426 /* confdefs.h. */
19427 _ACEOF
19428 cat confdefs.h >>conftest.$ac_ext
19429 cat >>conftest.$ac_ext <<_ACEOF
19430 /* end confdefs.h. */
19431 $ac_includes_default
19433 main ()
19435 if (sizeof ((off_t)))
19436 return 0;
19438 return 0;
19440 _ACEOF
19441 rm -f conftest.$ac_objext
19442 if { (ac_try="$ac_compile"
19443 case "(($ac_try" in
19444 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19445 *) ac_try_echo=$ac_try;;
19446 esac
19447 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
19448 $as_echo "$ac_try_echo") >&5
19449 (eval "$ac_compile") 2>conftest.er1
19450 ac_status=$?
19451 grep -v '^ *+' conftest.er1 >conftest.err
19452 rm -f conftest.er1
19453 cat conftest.err >&5
19454 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
19455 (exit $ac_status); } && {
19456 test -z "$ac_c_werror_flag" ||
19457 test ! -s conftest.err
19458 } && test -s conftest.$ac_objext; then
19460 else
19461 $as_echo "$as_me: failed program was:" >&5
19462 sed 's/^/| /' conftest.$ac_ext >&5
19464 ac_cv_type_off_t=yes
19467 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19468 else
19469 $as_echo "$as_me: failed program was:" >&5
19470 sed 's/^/| /' conftest.$ac_ext >&5
19475 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19477 { $as_echo "$as_me:$LINENO: result: $ac_cv_type_off_t" >&5
19478 $as_echo "$ac_cv_type_off_t" >&6; }
19479 if test "x$ac_cv_type_off_t" = x""yes; then
19481 cat >>confdefs.h <<_ACEOF
19482 #define HAVE_OFF_T 1
19483 _ACEOF
19487 { $as_echo "$as_me:$LINENO: checking for pid_t" >&5
19488 $as_echo_n "checking for pid_t... " >&6; }
19489 if test "${ac_cv_type_pid_t+set}" = set; then
19490 $as_echo_n "(cached) " >&6
19491 else
19492 ac_cv_type_pid_t=no
19493 cat >conftest.$ac_ext <<_ACEOF
19494 /* confdefs.h. */
19495 _ACEOF
19496 cat confdefs.h >>conftest.$ac_ext
19497 cat >>conftest.$ac_ext <<_ACEOF
19498 /* end confdefs.h. */
19499 $ac_includes_default
19501 main ()
19503 if (sizeof (pid_t))
19504 return 0;
19506 return 0;
19508 _ACEOF
19509 rm -f conftest.$ac_objext
19510 if { (ac_try="$ac_compile"
19511 case "(($ac_try" in
19512 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19513 *) ac_try_echo=$ac_try;;
19514 esac
19515 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
19516 $as_echo "$ac_try_echo") >&5
19517 (eval "$ac_compile") 2>conftest.er1
19518 ac_status=$?
19519 grep -v '^ *+' conftest.er1 >conftest.err
19520 rm -f conftest.er1
19521 cat conftest.err >&5
19522 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
19523 (exit $ac_status); } && {
19524 test -z "$ac_c_werror_flag" ||
19525 test ! -s conftest.err
19526 } && test -s conftest.$ac_objext; then
19527 cat >conftest.$ac_ext <<_ACEOF
19528 /* confdefs.h. */
19529 _ACEOF
19530 cat confdefs.h >>conftest.$ac_ext
19531 cat >>conftest.$ac_ext <<_ACEOF
19532 /* end confdefs.h. */
19533 $ac_includes_default
19535 main ()
19537 if (sizeof ((pid_t)))
19538 return 0;
19540 return 0;
19542 _ACEOF
19543 rm -f conftest.$ac_objext
19544 if { (ac_try="$ac_compile"
19545 case "(($ac_try" in
19546 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19547 *) ac_try_echo=$ac_try;;
19548 esac
19549 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
19550 $as_echo "$ac_try_echo") >&5
19551 (eval "$ac_compile") 2>conftest.er1
19552 ac_status=$?
19553 grep -v '^ *+' conftest.er1 >conftest.err
19554 rm -f conftest.er1
19555 cat conftest.err >&5
19556 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
19557 (exit $ac_status); } && {
19558 test -z "$ac_c_werror_flag" ||
19559 test ! -s conftest.err
19560 } && test -s conftest.$ac_objext; then
19562 else
19563 $as_echo "$as_me: failed program was:" >&5
19564 sed 's/^/| /' conftest.$ac_ext >&5
19566 ac_cv_type_pid_t=yes
19569 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19570 else
19571 $as_echo "$as_me: failed program was:" >&5
19572 sed 's/^/| /' conftest.$ac_ext >&5
19577 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19579 { $as_echo "$as_me:$LINENO: result: $ac_cv_type_pid_t" >&5
19580 $as_echo "$ac_cv_type_pid_t" >&6; }
19581 if test "x$ac_cv_type_pid_t" = x""yes; then
19583 cat >>confdefs.h <<_ACEOF
19584 #define HAVE_PID_T 1
19585 _ACEOF
19589 { $as_echo "$as_me:$LINENO: checking for size_t" >&5
19590 $as_echo_n "checking for size_t... " >&6; }
19591 if test "${ac_cv_type_size_t+set}" = set; then
19592 $as_echo_n "(cached) " >&6
19593 else
19594 ac_cv_type_size_t=no
19595 cat >conftest.$ac_ext <<_ACEOF
19596 /* confdefs.h. */
19597 _ACEOF
19598 cat confdefs.h >>conftest.$ac_ext
19599 cat >>conftest.$ac_ext <<_ACEOF
19600 /* end confdefs.h. */
19601 $ac_includes_default
19603 main ()
19605 if (sizeof (size_t))
19606 return 0;
19608 return 0;
19610 _ACEOF
19611 rm -f conftest.$ac_objext
19612 if { (ac_try="$ac_compile"
19613 case "(($ac_try" in
19614 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19615 *) ac_try_echo=$ac_try;;
19616 esac
19617 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
19618 $as_echo "$ac_try_echo") >&5
19619 (eval "$ac_compile") 2>conftest.er1
19620 ac_status=$?
19621 grep -v '^ *+' conftest.er1 >conftest.err
19622 rm -f conftest.er1
19623 cat conftest.err >&5
19624 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
19625 (exit $ac_status); } && {
19626 test -z "$ac_c_werror_flag" ||
19627 test ! -s conftest.err
19628 } && test -s conftest.$ac_objext; then
19629 cat >conftest.$ac_ext <<_ACEOF
19630 /* confdefs.h. */
19631 _ACEOF
19632 cat confdefs.h >>conftest.$ac_ext
19633 cat >>conftest.$ac_ext <<_ACEOF
19634 /* end confdefs.h. */
19635 $ac_includes_default
19637 main ()
19639 if (sizeof ((size_t)))
19640 return 0;
19642 return 0;
19644 _ACEOF
19645 rm -f conftest.$ac_objext
19646 if { (ac_try="$ac_compile"
19647 case "(($ac_try" in
19648 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19649 *) ac_try_echo=$ac_try;;
19650 esac
19651 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
19652 $as_echo "$ac_try_echo") >&5
19653 (eval "$ac_compile") 2>conftest.er1
19654 ac_status=$?
19655 grep -v '^ *+' conftest.er1 >conftest.err
19656 rm -f conftest.er1
19657 cat conftest.err >&5
19658 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
19659 (exit $ac_status); } && {
19660 test -z "$ac_c_werror_flag" ||
19661 test ! -s conftest.err
19662 } && test -s conftest.$ac_objext; then
19664 else
19665 $as_echo "$as_me: failed program was:" >&5
19666 sed 's/^/| /' conftest.$ac_ext >&5
19668 ac_cv_type_size_t=yes
19671 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19672 else
19673 $as_echo "$as_me: failed program was:" >&5
19674 sed 's/^/| /' conftest.$ac_ext >&5
19679 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19681 { $as_echo "$as_me:$LINENO: result: $ac_cv_type_size_t" >&5
19682 $as_echo "$ac_cv_type_size_t" >&6; }
19683 if test "x$ac_cv_type_size_t" = x""yes; then
19685 cat >>confdefs.h <<_ACEOF
19686 #define HAVE_SIZE_T 1
19687 _ACEOF
19691 { $as_echo "$as_me:$LINENO: checking for ssize_t" >&5
19692 $as_echo_n "checking for ssize_t... " >&6; }
19693 if test "${ac_cv_type_ssize_t+set}" = set; then
19694 $as_echo_n "(cached) " >&6
19695 else
19696 ac_cv_type_ssize_t=no
19697 cat >conftest.$ac_ext <<_ACEOF
19698 /* confdefs.h. */
19699 _ACEOF
19700 cat confdefs.h >>conftest.$ac_ext
19701 cat >>conftest.$ac_ext <<_ACEOF
19702 /* end confdefs.h. */
19703 $ac_includes_default
19705 main ()
19707 if (sizeof (ssize_t))
19708 return 0;
19710 return 0;
19712 _ACEOF
19713 rm -f conftest.$ac_objext
19714 if { (ac_try="$ac_compile"
19715 case "(($ac_try" in
19716 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19717 *) ac_try_echo=$ac_try;;
19718 esac
19719 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
19720 $as_echo "$ac_try_echo") >&5
19721 (eval "$ac_compile") 2>conftest.er1
19722 ac_status=$?
19723 grep -v '^ *+' conftest.er1 >conftest.err
19724 rm -f conftest.er1
19725 cat conftest.err >&5
19726 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
19727 (exit $ac_status); } && {
19728 test -z "$ac_c_werror_flag" ||
19729 test ! -s conftest.err
19730 } && test -s conftest.$ac_objext; then
19731 cat >conftest.$ac_ext <<_ACEOF
19732 /* confdefs.h. */
19733 _ACEOF
19734 cat confdefs.h >>conftest.$ac_ext
19735 cat >>conftest.$ac_ext <<_ACEOF
19736 /* end confdefs.h. */
19737 $ac_includes_default
19739 main ()
19741 if (sizeof ((ssize_t)))
19742 return 0;
19744 return 0;
19746 _ACEOF
19747 rm -f conftest.$ac_objext
19748 if { (ac_try="$ac_compile"
19749 case "(($ac_try" in
19750 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19751 *) ac_try_echo=$ac_try;;
19752 esac
19753 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
19754 $as_echo "$ac_try_echo") >&5
19755 (eval "$ac_compile") 2>conftest.er1
19756 ac_status=$?
19757 grep -v '^ *+' conftest.er1 >conftest.err
19758 rm -f conftest.er1
19759 cat conftest.err >&5
19760 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
19761 (exit $ac_status); } && {
19762 test -z "$ac_c_werror_flag" ||
19763 test ! -s conftest.err
19764 } && test -s conftest.$ac_objext; then
19766 else
19767 $as_echo "$as_me: failed program was:" >&5
19768 sed 's/^/| /' conftest.$ac_ext >&5
19770 ac_cv_type_ssize_t=yes
19773 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19774 else
19775 $as_echo "$as_me: failed program was:" >&5
19776 sed 's/^/| /' conftest.$ac_ext >&5
19781 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19783 { $as_echo "$as_me:$LINENO: result: $ac_cv_type_ssize_t" >&5
19784 $as_echo "$ac_cv_type_ssize_t" >&6; }
19785 if test "x$ac_cv_type_ssize_t" = x""yes; then
19787 cat >>confdefs.h <<_ACEOF
19788 #define HAVE_SSIZE_T 1
19789 _ACEOF
19793 { $as_echo "$as_me:$LINENO: checking for long long" >&5
19794 $as_echo_n "checking for long long... " >&6; }
19795 if test "${ac_cv_type_long_long+set}" = set; then
19796 $as_echo_n "(cached) " >&6
19797 else
19798 ac_cv_type_long_long=no
19799 cat >conftest.$ac_ext <<_ACEOF
19800 /* confdefs.h. */
19801 _ACEOF
19802 cat confdefs.h >>conftest.$ac_ext
19803 cat >>conftest.$ac_ext <<_ACEOF
19804 /* end confdefs.h. */
19805 $ac_includes_default
19807 main ()
19809 if (sizeof (long long))
19810 return 0;
19812 return 0;
19814 _ACEOF
19815 rm -f conftest.$ac_objext
19816 if { (ac_try="$ac_compile"
19817 case "(($ac_try" in
19818 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19819 *) ac_try_echo=$ac_try;;
19820 esac
19821 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
19822 $as_echo "$ac_try_echo") >&5
19823 (eval "$ac_compile") 2>conftest.er1
19824 ac_status=$?
19825 grep -v '^ *+' conftest.er1 >conftest.err
19826 rm -f conftest.er1
19827 cat conftest.err >&5
19828 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
19829 (exit $ac_status); } && {
19830 test -z "$ac_c_werror_flag" ||
19831 test ! -s conftest.err
19832 } && test -s conftest.$ac_objext; then
19833 cat >conftest.$ac_ext <<_ACEOF
19834 /* confdefs.h. */
19835 _ACEOF
19836 cat confdefs.h >>conftest.$ac_ext
19837 cat >>conftest.$ac_ext <<_ACEOF
19838 /* end confdefs.h. */
19839 $ac_includes_default
19841 main ()
19843 if (sizeof ((long long)))
19844 return 0;
19846 return 0;
19848 _ACEOF
19849 rm -f conftest.$ac_objext
19850 if { (ac_try="$ac_compile"
19851 case "(($ac_try" in
19852 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19853 *) ac_try_echo=$ac_try;;
19854 esac
19855 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
19856 $as_echo "$ac_try_echo") >&5
19857 (eval "$ac_compile") 2>conftest.er1
19858 ac_status=$?
19859 grep -v '^ *+' conftest.er1 >conftest.err
19860 rm -f conftest.er1
19861 cat conftest.err >&5
19862 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
19863 (exit $ac_status); } && {
19864 test -z "$ac_c_werror_flag" ||
19865 test ! -s conftest.err
19866 } && test -s conftest.$ac_objext; then
19868 else
19869 $as_echo "$as_me: failed program was:" >&5
19870 sed 's/^/| /' conftest.$ac_ext >&5
19872 ac_cv_type_long_long=yes
19875 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19876 else
19877 $as_echo "$as_me: failed program was:" >&5
19878 sed 's/^/| /' conftest.$ac_ext >&5
19883 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19885 { $as_echo "$as_me:$LINENO: result: $ac_cv_type_long_long" >&5
19886 $as_echo "$ac_cv_type_long_long" >&6; }
19887 if test "x$ac_cv_type_long_long" = x""yes; then
19889 cat >>confdefs.h <<_ACEOF
19890 #define HAVE_LONG_LONG 1
19891 _ACEOF
19895 { $as_echo "$as_me:$LINENO: checking for fsblkcnt_t" >&5
19896 $as_echo_n "checking for fsblkcnt_t... " >&6; }
19897 if test "${ac_cv_type_fsblkcnt_t+set}" = set; then
19898 $as_echo_n "(cached) " >&6
19899 else
19900 ac_cv_type_fsblkcnt_t=no
19901 cat >conftest.$ac_ext <<_ACEOF
19902 /* confdefs.h. */
19903 _ACEOF
19904 cat confdefs.h >>conftest.$ac_ext
19905 cat >>conftest.$ac_ext <<_ACEOF
19906 /* end confdefs.h. */
19907 $ac_includes_default
19909 main ()
19911 if (sizeof (fsblkcnt_t))
19912 return 0;
19914 return 0;
19916 _ACEOF
19917 rm -f conftest.$ac_objext
19918 if { (ac_try="$ac_compile"
19919 case "(($ac_try" in
19920 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19921 *) ac_try_echo=$ac_try;;
19922 esac
19923 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
19924 $as_echo "$ac_try_echo") >&5
19925 (eval "$ac_compile") 2>conftest.er1
19926 ac_status=$?
19927 grep -v '^ *+' conftest.er1 >conftest.err
19928 rm -f conftest.er1
19929 cat conftest.err >&5
19930 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
19931 (exit $ac_status); } && {
19932 test -z "$ac_c_werror_flag" ||
19933 test ! -s conftest.err
19934 } && test -s conftest.$ac_objext; then
19935 cat >conftest.$ac_ext <<_ACEOF
19936 /* confdefs.h. */
19937 _ACEOF
19938 cat confdefs.h >>conftest.$ac_ext
19939 cat >>conftest.$ac_ext <<_ACEOF
19940 /* end confdefs.h. */
19941 $ac_includes_default
19943 main ()
19945 if (sizeof ((fsblkcnt_t)))
19946 return 0;
19948 return 0;
19950 _ACEOF
19951 rm -f conftest.$ac_objext
19952 if { (ac_try="$ac_compile"
19953 case "(($ac_try" in
19954 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19955 *) ac_try_echo=$ac_try;;
19956 esac
19957 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
19958 $as_echo "$ac_try_echo") >&5
19959 (eval "$ac_compile") 2>conftest.er1
19960 ac_status=$?
19961 grep -v '^ *+' conftest.er1 >conftest.err
19962 rm -f conftest.er1
19963 cat conftest.err >&5
19964 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
19965 (exit $ac_status); } && {
19966 test -z "$ac_c_werror_flag" ||
19967 test ! -s conftest.err
19968 } && test -s conftest.$ac_objext; then
19970 else
19971 $as_echo "$as_me: failed program was:" >&5
19972 sed 's/^/| /' conftest.$ac_ext >&5
19974 ac_cv_type_fsblkcnt_t=yes
19977 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19978 else
19979 $as_echo "$as_me: failed program was:" >&5
19980 sed 's/^/| /' conftest.$ac_ext >&5
19985 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19987 { $as_echo "$as_me:$LINENO: result: $ac_cv_type_fsblkcnt_t" >&5
19988 $as_echo "$ac_cv_type_fsblkcnt_t" >&6; }
19989 if test "x$ac_cv_type_fsblkcnt_t" = x""yes; then
19991 cat >>confdefs.h <<_ACEOF
19992 #define HAVE_FSBLKCNT_T 1
19993 _ACEOF
19997 { $as_echo "$as_me:$LINENO: checking for fsfilcnt_t" >&5
19998 $as_echo_n "checking for fsfilcnt_t... " >&6; }
19999 if test "${ac_cv_type_fsfilcnt_t+set}" = set; then
20000 $as_echo_n "(cached) " >&6
20001 else
20002 ac_cv_type_fsfilcnt_t=no
20003 cat >conftest.$ac_ext <<_ACEOF
20004 /* confdefs.h. */
20005 _ACEOF
20006 cat confdefs.h >>conftest.$ac_ext
20007 cat >>conftest.$ac_ext <<_ACEOF
20008 /* end confdefs.h. */
20009 $ac_includes_default
20011 main ()
20013 if (sizeof (fsfilcnt_t))
20014 return 0;
20016 return 0;
20018 _ACEOF
20019 rm -f conftest.$ac_objext
20020 if { (ac_try="$ac_compile"
20021 case "(($ac_try" in
20022 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20023 *) ac_try_echo=$ac_try;;
20024 esac
20025 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
20026 $as_echo "$ac_try_echo") >&5
20027 (eval "$ac_compile") 2>conftest.er1
20028 ac_status=$?
20029 grep -v '^ *+' conftest.er1 >conftest.err
20030 rm -f conftest.er1
20031 cat conftest.err >&5
20032 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
20033 (exit $ac_status); } && {
20034 test -z "$ac_c_werror_flag" ||
20035 test ! -s conftest.err
20036 } && test -s conftest.$ac_objext; then
20037 cat >conftest.$ac_ext <<_ACEOF
20038 /* confdefs.h. */
20039 _ACEOF
20040 cat confdefs.h >>conftest.$ac_ext
20041 cat >>conftest.$ac_ext <<_ACEOF
20042 /* end confdefs.h. */
20043 $ac_includes_default
20045 main ()
20047 if (sizeof ((fsfilcnt_t)))
20048 return 0;
20050 return 0;
20052 _ACEOF
20053 rm -f conftest.$ac_objext
20054 if { (ac_try="$ac_compile"
20055 case "(($ac_try" in
20056 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20057 *) ac_try_echo=$ac_try;;
20058 esac
20059 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
20060 $as_echo "$ac_try_echo") >&5
20061 (eval "$ac_compile") 2>conftest.er1
20062 ac_status=$?
20063 grep -v '^ *+' conftest.er1 >conftest.err
20064 rm -f conftest.er1
20065 cat conftest.err >&5
20066 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
20067 (exit $ac_status); } && {
20068 test -z "$ac_c_werror_flag" ||
20069 test ! -s conftest.err
20070 } && test -s conftest.$ac_objext; then
20072 else
20073 $as_echo "$as_me: failed program was:" >&5
20074 sed 's/^/| /' conftest.$ac_ext >&5
20076 ac_cv_type_fsfilcnt_t=yes
20079 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20080 else
20081 $as_echo "$as_me: failed program was:" >&5
20082 sed 's/^/| /' conftest.$ac_ext >&5
20087 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20089 { $as_echo "$as_me:$LINENO: result: $ac_cv_type_fsfilcnt_t" >&5
20090 $as_echo "$ac_cv_type_fsfilcnt_t" >&6; }
20091 if test "x$ac_cv_type_fsfilcnt_t" = x""yes; then
20093 cat >>confdefs.h <<_ACEOF
20094 #define HAVE_FSFILCNT_T 1
20095 _ACEOF
20100 { $as_echo "$as_me:$LINENO: checking for sigset_t" >&5
20101 $as_echo_n "checking for sigset_t... " >&6; }
20102 if test "${ac_cv_type_sigset_t+set}" = set; then
20103 $as_echo_n "(cached) " >&6
20104 else
20105 ac_cv_type_sigset_t=no
20106 cat >conftest.$ac_ext <<_ACEOF
20107 /* confdefs.h. */
20108 _ACEOF
20109 cat confdefs.h >>conftest.$ac_ext
20110 cat >>conftest.$ac_ext <<_ACEOF
20111 /* end confdefs.h. */
20112 #include <sys/types.h>
20113 #include <signal.h>
20116 main ()
20118 if (sizeof (sigset_t))
20119 return 0;
20121 return 0;
20123 _ACEOF
20124 rm -f conftest.$ac_objext
20125 if { (ac_try="$ac_compile"
20126 case "(($ac_try" in
20127 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20128 *) ac_try_echo=$ac_try;;
20129 esac
20130 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
20131 $as_echo "$ac_try_echo") >&5
20132 (eval "$ac_compile") 2>conftest.er1
20133 ac_status=$?
20134 grep -v '^ *+' conftest.er1 >conftest.err
20135 rm -f conftest.er1
20136 cat conftest.err >&5
20137 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
20138 (exit $ac_status); } && {
20139 test -z "$ac_c_werror_flag" ||
20140 test ! -s conftest.err
20141 } && test -s conftest.$ac_objext; then
20142 cat >conftest.$ac_ext <<_ACEOF
20143 /* confdefs.h. */
20144 _ACEOF
20145 cat confdefs.h >>conftest.$ac_ext
20146 cat >>conftest.$ac_ext <<_ACEOF
20147 /* end confdefs.h. */
20148 #include <sys/types.h>
20149 #include <signal.h>
20152 main ()
20154 if (sizeof ((sigset_t)))
20155 return 0;
20157 return 0;
20159 _ACEOF
20160 rm -f conftest.$ac_objext
20161 if { (ac_try="$ac_compile"
20162 case "(($ac_try" in
20163 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20164 *) ac_try_echo=$ac_try;;
20165 esac
20166 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
20167 $as_echo "$ac_try_echo") >&5
20168 (eval "$ac_compile") 2>conftest.er1
20169 ac_status=$?
20170 grep -v '^ *+' conftest.er1 >conftest.err
20171 rm -f conftest.er1
20172 cat conftest.err >&5
20173 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
20174 (exit $ac_status); } && {
20175 test -z "$ac_c_werror_flag" ||
20176 test ! -s conftest.err
20177 } && test -s conftest.$ac_objext; then
20179 else
20180 $as_echo "$as_me: failed program was:" >&5
20181 sed 's/^/| /' conftest.$ac_ext >&5
20183 ac_cv_type_sigset_t=yes
20186 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20187 else
20188 $as_echo "$as_me: failed program was:" >&5
20189 sed 's/^/| /' conftest.$ac_ext >&5
20194 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20196 { $as_echo "$as_me:$LINENO: result: $ac_cv_type_sigset_t" >&5
20197 $as_echo "$ac_cv_type_sigset_t" >&6; }
20198 if test "x$ac_cv_type_sigset_t" = x""yes; then
20200 cat >>confdefs.h <<_ACEOF
20201 #define HAVE_SIGSET_T 1
20202 _ACEOF
20207 { $as_echo "$as_me:$LINENO: checking for request_sense" >&5
20208 $as_echo_n "checking for request_sense... " >&6; }
20209 if test "${ac_cv_type_request_sense+set}" = set; then
20210 $as_echo_n "(cached) " >&6
20211 else
20212 ac_cv_type_request_sense=no
20213 cat >conftest.$ac_ext <<_ACEOF
20214 /* confdefs.h. */
20215 _ACEOF
20216 cat confdefs.h >>conftest.$ac_ext
20217 cat >>conftest.$ac_ext <<_ACEOF
20218 /* end confdefs.h. */
20219 #include <linux/cdrom.h>
20222 main ()
20224 if (sizeof (request_sense))
20225 return 0;
20227 return 0;
20229 _ACEOF
20230 rm -f conftest.$ac_objext
20231 if { (ac_try="$ac_compile"
20232 case "(($ac_try" in
20233 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20234 *) ac_try_echo=$ac_try;;
20235 esac
20236 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
20237 $as_echo "$ac_try_echo") >&5
20238 (eval "$ac_compile") 2>conftest.er1
20239 ac_status=$?
20240 grep -v '^ *+' conftest.er1 >conftest.err
20241 rm -f conftest.er1
20242 cat conftest.err >&5
20243 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
20244 (exit $ac_status); } && {
20245 test -z "$ac_c_werror_flag" ||
20246 test ! -s conftest.err
20247 } && test -s conftest.$ac_objext; then
20248 cat >conftest.$ac_ext <<_ACEOF
20249 /* confdefs.h. */
20250 _ACEOF
20251 cat confdefs.h >>conftest.$ac_ext
20252 cat >>conftest.$ac_ext <<_ACEOF
20253 /* end confdefs.h. */
20254 #include <linux/cdrom.h>
20257 main ()
20259 if (sizeof ((request_sense)))
20260 return 0;
20262 return 0;
20264 _ACEOF
20265 rm -f conftest.$ac_objext
20266 if { (ac_try="$ac_compile"
20267 case "(($ac_try" in
20268 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20269 *) ac_try_echo=$ac_try;;
20270 esac
20271 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
20272 $as_echo "$ac_try_echo") >&5
20273 (eval "$ac_compile") 2>conftest.er1
20274 ac_status=$?
20275 grep -v '^ *+' conftest.er1 >conftest.err
20276 rm -f conftest.er1
20277 cat conftest.err >&5
20278 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
20279 (exit $ac_status); } && {
20280 test -z "$ac_c_werror_flag" ||
20281 test ! -s conftest.err
20282 } && test -s conftest.$ac_objext; then
20284 else
20285 $as_echo "$as_me: failed program was:" >&5
20286 sed 's/^/| /' conftest.$ac_ext >&5
20288 ac_cv_type_request_sense=yes
20291 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20292 else
20293 $as_echo "$as_me: failed program was:" >&5
20294 sed 's/^/| /' conftest.$ac_ext >&5
20299 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20301 { $as_echo "$as_me:$LINENO: result: $ac_cv_type_request_sense" >&5
20302 $as_echo "$ac_cv_type_request_sense" >&6; }
20303 if test "x$ac_cv_type_request_sense" = x""yes; then
20305 cat >>confdefs.h <<_ACEOF
20306 #define HAVE_REQUEST_SENSE 1
20307 _ACEOF
20313 { $as_echo "$as_me:$LINENO: checking for struct ff_effect.direction" >&5
20314 $as_echo_n "checking for struct ff_effect.direction... " >&6; }
20315 if test "${ac_cv_member_struct_ff_effect_direction+set}" = set; then
20316 $as_echo_n "(cached) " >&6
20317 else
20318 cat >conftest.$ac_ext <<_ACEOF
20319 /* confdefs.h. */
20320 _ACEOF
20321 cat confdefs.h >>conftest.$ac_ext
20322 cat >>conftest.$ac_ext <<_ACEOF
20323 /* end confdefs.h. */
20324 #ifdef HAVE_LINUX_INPUT_H
20325 #include <linux/input.h>
20326 #endif
20329 main ()
20331 static struct ff_effect ac_aggr;
20332 if (ac_aggr.direction)
20333 return 0;
20335 return 0;
20337 _ACEOF
20338 rm -f conftest.$ac_objext
20339 if { (ac_try="$ac_compile"
20340 case "(($ac_try" in
20341 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20342 *) ac_try_echo=$ac_try;;
20343 esac
20344 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
20345 $as_echo "$ac_try_echo") >&5
20346 (eval "$ac_compile") 2>conftest.er1
20347 ac_status=$?
20348 grep -v '^ *+' conftest.er1 >conftest.err
20349 rm -f conftest.er1
20350 cat conftest.err >&5
20351 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
20352 (exit $ac_status); } && {
20353 test -z "$ac_c_werror_flag" ||
20354 test ! -s conftest.err
20355 } && test -s conftest.$ac_objext; then
20356 ac_cv_member_struct_ff_effect_direction=yes
20357 else
20358 $as_echo "$as_me: failed program was:" >&5
20359 sed 's/^/| /' conftest.$ac_ext >&5
20361 cat >conftest.$ac_ext <<_ACEOF
20362 /* confdefs.h. */
20363 _ACEOF
20364 cat confdefs.h >>conftest.$ac_ext
20365 cat >>conftest.$ac_ext <<_ACEOF
20366 /* end confdefs.h. */
20367 #ifdef HAVE_LINUX_INPUT_H
20368 #include <linux/input.h>
20369 #endif
20372 main ()
20374 static struct ff_effect ac_aggr;
20375 if (sizeof ac_aggr.direction)
20376 return 0;
20378 return 0;
20380 _ACEOF
20381 rm -f conftest.$ac_objext
20382 if { (ac_try="$ac_compile"
20383 case "(($ac_try" in
20384 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20385 *) ac_try_echo=$ac_try;;
20386 esac
20387 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
20388 $as_echo "$ac_try_echo") >&5
20389 (eval "$ac_compile") 2>conftest.er1
20390 ac_status=$?
20391 grep -v '^ *+' conftest.er1 >conftest.err
20392 rm -f conftest.er1
20393 cat conftest.err >&5
20394 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
20395 (exit $ac_status); } && {
20396 test -z "$ac_c_werror_flag" ||
20397 test ! -s conftest.err
20398 } && test -s conftest.$ac_objext; then
20399 ac_cv_member_struct_ff_effect_direction=yes
20400 else
20401 $as_echo "$as_me: failed program was:" >&5
20402 sed 's/^/| /' conftest.$ac_ext >&5
20404 ac_cv_member_struct_ff_effect_direction=no
20407 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20410 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20412 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_ff_effect_direction" >&5
20413 $as_echo "$ac_cv_member_struct_ff_effect_direction" >&6; }
20414 if test "x$ac_cv_member_struct_ff_effect_direction" = x""yes; then
20416 cat >>confdefs.h <<_ACEOF
20417 #define HAVE_STRUCT_FF_EFFECT_DIRECTION 1
20418 _ACEOF
20424 { $as_echo "$as_me:$LINENO: checking for sigaddset" >&5
20425 $as_echo_n "checking for sigaddset... " >&6; }
20426 if test "${wine_cv_have_sigaddset+set}" = set; then
20427 $as_echo_n "(cached) " >&6
20428 else
20429 cat >conftest.$ac_ext <<_ACEOF
20430 /* confdefs.h. */
20431 _ACEOF
20432 cat confdefs.h >>conftest.$ac_ext
20433 cat >>conftest.$ac_ext <<_ACEOF
20434 /* end confdefs.h. */
20435 #include <signal.h>
20437 main ()
20439 sigset_t set; sigaddset(&set,SIGTERM);
20441 return 0;
20443 _ACEOF
20444 rm -f conftest.$ac_objext conftest$ac_exeext
20445 if { (ac_try="$ac_link"
20446 case "(($ac_try" in
20447 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20448 *) ac_try_echo=$ac_try;;
20449 esac
20450 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
20451 $as_echo "$ac_try_echo") >&5
20452 (eval "$ac_link") 2>conftest.er1
20453 ac_status=$?
20454 grep -v '^ *+' conftest.er1 >conftest.err
20455 rm -f conftest.er1
20456 cat conftest.err >&5
20457 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
20458 (exit $ac_status); } && {
20459 test -z "$ac_c_werror_flag" ||
20460 test ! -s conftest.err
20461 } && test -s conftest$ac_exeext && {
20462 test "$cross_compiling" = yes ||
20463 $as_test_x conftest$ac_exeext
20464 }; then
20465 wine_cv_have_sigaddset=yes
20466 else
20467 $as_echo "$as_me: failed program was:" >&5
20468 sed 's/^/| /' conftest.$ac_ext >&5
20470 wine_cv_have_sigaddset=no
20473 rm -rf conftest.dSYM
20474 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
20475 conftest$ac_exeext conftest.$ac_ext
20477 { $as_echo "$as_me:$LINENO: result: $wine_cv_have_sigaddset" >&5
20478 $as_echo "$wine_cv_have_sigaddset" >&6; }
20479 if test "$wine_cv_have_sigaddset" = "yes"
20480 then
20482 cat >>confdefs.h <<\_ACEOF
20483 #define HAVE_SIGADDSET 1
20484 _ACEOF
20489 { $as_echo "$as_me:$LINENO: checking whether we can use re-entrant gethostbyname_r Linux style" >&5
20490 $as_echo_n "checking whether we can use re-entrant gethostbyname_r Linux style... " >&6; }
20491 if test "${wine_cv_linux_gethostbyname_r_6+set}" = set; then
20492 $as_echo_n "(cached) " >&6
20493 else
20494 cat >conftest.$ac_ext <<_ACEOF
20495 /* confdefs.h. */
20496 _ACEOF
20497 cat confdefs.h >>conftest.$ac_ext
20498 cat >>conftest.$ac_ext <<_ACEOF
20499 /* end confdefs.h. */
20500 #include <netdb.h>
20502 main ()
20505 char *name=0;
20506 struct hostent he;
20507 struct hostent *result;
20508 char *buf=0;
20509 int bufsize=0;
20510 int res,errnr;
20511 char *addr=0;
20512 int addrlen=0;
20513 int addrtype=0;
20514 res=gethostbyname_r(name,&he,buf,bufsize,&result,&errnr);
20515 res=gethostbyaddr_r(addr, addrlen, addrtype,&he,buf,bufsize,&result,&errnr);
20518 return 0;
20520 _ACEOF
20521 rm -f conftest.$ac_objext conftest$ac_exeext
20522 if { (ac_try="$ac_link"
20523 case "(($ac_try" in
20524 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20525 *) ac_try_echo=$ac_try;;
20526 esac
20527 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
20528 $as_echo "$ac_try_echo") >&5
20529 (eval "$ac_link") 2>conftest.er1
20530 ac_status=$?
20531 grep -v '^ *+' conftest.er1 >conftest.err
20532 rm -f conftest.er1
20533 cat conftest.err >&5
20534 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
20535 (exit $ac_status); } && {
20536 test -z "$ac_c_werror_flag" ||
20537 test ! -s conftest.err
20538 } && test -s conftest$ac_exeext && {
20539 test "$cross_compiling" = yes ||
20540 $as_test_x conftest$ac_exeext
20541 }; then
20542 wine_cv_linux_gethostbyname_r_6=yes
20543 else
20544 $as_echo "$as_me: failed program was:" >&5
20545 sed 's/^/| /' conftest.$ac_ext >&5
20547 wine_cv_linux_gethostbyname_r_6=no
20551 rm -rf conftest.dSYM
20552 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
20553 conftest$ac_exeext conftest.$ac_ext
20556 { $as_echo "$as_me:$LINENO: result: $wine_cv_linux_gethostbyname_r_6" >&5
20557 $as_echo "$wine_cv_linux_gethostbyname_r_6" >&6; }
20558 if test "$wine_cv_linux_gethostbyname_r_6" = "yes"
20559 then
20561 cat >>confdefs.h <<\_ACEOF
20562 #define HAVE_LINUX_GETHOSTBYNAME_R_6 1
20563 _ACEOF
20567 if test "$ac_cv_header_linux_joystick_h" = "yes"
20568 then
20569 { $as_echo "$as_me:$LINENO: checking whether linux/joystick.h uses the Linux 2.2+ API" >&5
20570 $as_echo_n "checking whether linux/joystick.h uses the Linux 2.2+ API... " >&6; }
20571 if test "${wine_cv_linux_joystick_22_api+set}" = set; then
20572 $as_echo_n "(cached) " >&6
20573 else
20574 cat >conftest.$ac_ext <<_ACEOF
20575 /* confdefs.h. */
20576 _ACEOF
20577 cat confdefs.h >>conftest.$ac_ext
20578 cat >>conftest.$ac_ext <<_ACEOF
20579 /* end confdefs.h. */
20581 #include <sys/ioctl.h>
20582 #include <sys/types.h>
20583 #include <linux/joystick.h>
20585 struct js_event blub;
20586 #if !defined(JS_EVENT_AXIS) || !defined(JS_EVENT_BUTTON)
20587 #error "no 2.2 header"
20588 #endif
20591 main ()
20593 /*empty*/
20595 return 0;
20597 _ACEOF
20598 rm -f conftest.$ac_objext
20599 if { (ac_try="$ac_compile"
20600 case "(($ac_try" in
20601 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20602 *) ac_try_echo=$ac_try;;
20603 esac
20604 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
20605 $as_echo "$ac_try_echo") >&5
20606 (eval "$ac_compile") 2>conftest.er1
20607 ac_status=$?
20608 grep -v '^ *+' conftest.er1 >conftest.err
20609 rm -f conftest.er1
20610 cat conftest.err >&5
20611 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
20612 (exit $ac_status); } && {
20613 test -z "$ac_c_werror_flag" ||
20614 test ! -s conftest.err
20615 } && test -s conftest.$ac_objext; then
20616 wine_cv_linux_joystick_22_api=yes
20617 else
20618 $as_echo "$as_me: failed program was:" >&5
20619 sed 's/^/| /' conftest.$ac_ext >&5
20621 wine_cv_linux_joystick_22_api=no
20624 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20627 { $as_echo "$as_me:$LINENO: result: $wine_cv_linux_joystick_22_api" >&5
20628 $as_echo "$wine_cv_linux_joystick_22_api" >&6; }
20629 if test "$wine_cv_linux_joystick_22_api" = "yes"
20630 then
20632 cat >>confdefs.h <<\_ACEOF
20633 #define HAVE_LINUX_22_JOYSTICK_API 1
20634 _ACEOF
20640 { $as_echo "$as_me:$LINENO: checking for struct statfs.f_bfree" >&5
20641 $as_echo_n "checking for struct statfs.f_bfree... " >&6; }
20642 if test "${ac_cv_member_struct_statfs_f_bfree+set}" = set; then
20643 $as_echo_n "(cached) " >&6
20644 else
20645 cat >conftest.$ac_ext <<_ACEOF
20646 /* confdefs.h. */
20647 _ACEOF
20648 cat confdefs.h >>conftest.$ac_ext
20649 cat >>conftest.$ac_ext <<_ACEOF
20650 /* end confdefs.h. */
20651 #include <sys/types.h>
20652 #ifdef HAVE_SYS_PARAM_H
20653 # include <sys/param.h>
20654 #endif
20655 #ifdef HAVE_SYS_MOUNT_H
20656 # include <sys/mount.h>
20657 #endif
20658 #ifdef HAVE_SYS_VFS_H
20659 # include <sys/vfs.h>
20660 #endif
20661 #ifdef HAVE_SYS_STATFS_H
20662 # include <sys/statfs.h>
20663 #endif
20666 main ()
20668 static struct statfs ac_aggr;
20669 if (ac_aggr.f_bfree)
20670 return 0;
20672 return 0;
20674 _ACEOF
20675 rm -f conftest.$ac_objext
20676 if { (ac_try="$ac_compile"
20677 case "(($ac_try" in
20678 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20679 *) ac_try_echo=$ac_try;;
20680 esac
20681 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
20682 $as_echo "$ac_try_echo") >&5
20683 (eval "$ac_compile") 2>conftest.er1
20684 ac_status=$?
20685 grep -v '^ *+' conftest.er1 >conftest.err
20686 rm -f conftest.er1
20687 cat conftest.err >&5
20688 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
20689 (exit $ac_status); } && {
20690 test -z "$ac_c_werror_flag" ||
20691 test ! -s conftest.err
20692 } && test -s conftest.$ac_objext; then
20693 ac_cv_member_struct_statfs_f_bfree=yes
20694 else
20695 $as_echo "$as_me: failed program was:" >&5
20696 sed 's/^/| /' conftest.$ac_ext >&5
20698 cat >conftest.$ac_ext <<_ACEOF
20699 /* confdefs.h. */
20700 _ACEOF
20701 cat confdefs.h >>conftest.$ac_ext
20702 cat >>conftest.$ac_ext <<_ACEOF
20703 /* end confdefs.h. */
20704 #include <sys/types.h>
20705 #ifdef HAVE_SYS_PARAM_H
20706 # include <sys/param.h>
20707 #endif
20708 #ifdef HAVE_SYS_MOUNT_H
20709 # include <sys/mount.h>
20710 #endif
20711 #ifdef HAVE_SYS_VFS_H
20712 # include <sys/vfs.h>
20713 #endif
20714 #ifdef HAVE_SYS_STATFS_H
20715 # include <sys/statfs.h>
20716 #endif
20719 main ()
20721 static struct statfs ac_aggr;
20722 if (sizeof ac_aggr.f_bfree)
20723 return 0;
20725 return 0;
20727 _ACEOF
20728 rm -f conftest.$ac_objext
20729 if { (ac_try="$ac_compile"
20730 case "(($ac_try" in
20731 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20732 *) ac_try_echo=$ac_try;;
20733 esac
20734 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
20735 $as_echo "$ac_try_echo") >&5
20736 (eval "$ac_compile") 2>conftest.er1
20737 ac_status=$?
20738 grep -v '^ *+' conftest.er1 >conftest.err
20739 rm -f conftest.er1
20740 cat conftest.err >&5
20741 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
20742 (exit $ac_status); } && {
20743 test -z "$ac_c_werror_flag" ||
20744 test ! -s conftest.err
20745 } && test -s conftest.$ac_objext; then
20746 ac_cv_member_struct_statfs_f_bfree=yes
20747 else
20748 $as_echo "$as_me: failed program was:" >&5
20749 sed 's/^/| /' conftest.$ac_ext >&5
20751 ac_cv_member_struct_statfs_f_bfree=no
20754 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20757 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20759 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_statfs_f_bfree" >&5
20760 $as_echo "$ac_cv_member_struct_statfs_f_bfree" >&6; }
20761 if test "x$ac_cv_member_struct_statfs_f_bfree" = x""yes; then
20763 cat >>confdefs.h <<_ACEOF
20764 #define HAVE_STRUCT_STATFS_F_BFREE 1
20765 _ACEOF
20769 { $as_echo "$as_me:$LINENO: checking for struct statfs.f_bavail" >&5
20770 $as_echo_n "checking for struct statfs.f_bavail... " >&6; }
20771 if test "${ac_cv_member_struct_statfs_f_bavail+set}" = set; then
20772 $as_echo_n "(cached) " >&6
20773 else
20774 cat >conftest.$ac_ext <<_ACEOF
20775 /* confdefs.h. */
20776 _ACEOF
20777 cat confdefs.h >>conftest.$ac_ext
20778 cat >>conftest.$ac_ext <<_ACEOF
20779 /* end confdefs.h. */
20780 #include <sys/types.h>
20781 #ifdef HAVE_SYS_PARAM_H
20782 # include <sys/param.h>
20783 #endif
20784 #ifdef HAVE_SYS_MOUNT_H
20785 # include <sys/mount.h>
20786 #endif
20787 #ifdef HAVE_SYS_VFS_H
20788 # include <sys/vfs.h>
20789 #endif
20790 #ifdef HAVE_SYS_STATFS_H
20791 # include <sys/statfs.h>
20792 #endif
20795 main ()
20797 static struct statfs ac_aggr;
20798 if (ac_aggr.f_bavail)
20799 return 0;
20801 return 0;
20803 _ACEOF
20804 rm -f conftest.$ac_objext
20805 if { (ac_try="$ac_compile"
20806 case "(($ac_try" in
20807 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20808 *) ac_try_echo=$ac_try;;
20809 esac
20810 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
20811 $as_echo "$ac_try_echo") >&5
20812 (eval "$ac_compile") 2>conftest.er1
20813 ac_status=$?
20814 grep -v '^ *+' conftest.er1 >conftest.err
20815 rm -f conftest.er1
20816 cat conftest.err >&5
20817 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
20818 (exit $ac_status); } && {
20819 test -z "$ac_c_werror_flag" ||
20820 test ! -s conftest.err
20821 } && test -s conftest.$ac_objext; then
20822 ac_cv_member_struct_statfs_f_bavail=yes
20823 else
20824 $as_echo "$as_me: failed program was:" >&5
20825 sed 's/^/| /' conftest.$ac_ext >&5
20827 cat >conftest.$ac_ext <<_ACEOF
20828 /* confdefs.h. */
20829 _ACEOF
20830 cat confdefs.h >>conftest.$ac_ext
20831 cat >>conftest.$ac_ext <<_ACEOF
20832 /* end confdefs.h. */
20833 #include <sys/types.h>
20834 #ifdef HAVE_SYS_PARAM_H
20835 # include <sys/param.h>
20836 #endif
20837 #ifdef HAVE_SYS_MOUNT_H
20838 # include <sys/mount.h>
20839 #endif
20840 #ifdef HAVE_SYS_VFS_H
20841 # include <sys/vfs.h>
20842 #endif
20843 #ifdef HAVE_SYS_STATFS_H
20844 # include <sys/statfs.h>
20845 #endif
20848 main ()
20850 static struct statfs ac_aggr;
20851 if (sizeof ac_aggr.f_bavail)
20852 return 0;
20854 return 0;
20856 _ACEOF
20857 rm -f conftest.$ac_objext
20858 if { (ac_try="$ac_compile"
20859 case "(($ac_try" in
20860 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20861 *) ac_try_echo=$ac_try;;
20862 esac
20863 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
20864 $as_echo "$ac_try_echo") >&5
20865 (eval "$ac_compile") 2>conftest.er1
20866 ac_status=$?
20867 grep -v '^ *+' conftest.er1 >conftest.err
20868 rm -f conftest.er1
20869 cat conftest.err >&5
20870 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
20871 (exit $ac_status); } && {
20872 test -z "$ac_c_werror_flag" ||
20873 test ! -s conftest.err
20874 } && test -s conftest.$ac_objext; then
20875 ac_cv_member_struct_statfs_f_bavail=yes
20876 else
20877 $as_echo "$as_me: failed program was:" >&5
20878 sed 's/^/| /' conftest.$ac_ext >&5
20880 ac_cv_member_struct_statfs_f_bavail=no
20883 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20886 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20888 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_statfs_f_bavail" >&5
20889 $as_echo "$ac_cv_member_struct_statfs_f_bavail" >&6; }
20890 if test "x$ac_cv_member_struct_statfs_f_bavail" = x""yes; then
20892 cat >>confdefs.h <<_ACEOF
20893 #define HAVE_STRUCT_STATFS_F_BAVAIL 1
20894 _ACEOF
20898 { $as_echo "$as_me:$LINENO: checking for struct statfs.f_frsize" >&5
20899 $as_echo_n "checking for struct statfs.f_frsize... " >&6; }
20900 if test "${ac_cv_member_struct_statfs_f_frsize+set}" = set; then
20901 $as_echo_n "(cached) " >&6
20902 else
20903 cat >conftest.$ac_ext <<_ACEOF
20904 /* confdefs.h. */
20905 _ACEOF
20906 cat confdefs.h >>conftest.$ac_ext
20907 cat >>conftest.$ac_ext <<_ACEOF
20908 /* end confdefs.h. */
20909 #include <sys/types.h>
20910 #ifdef HAVE_SYS_PARAM_H
20911 # include <sys/param.h>
20912 #endif
20913 #ifdef HAVE_SYS_MOUNT_H
20914 # include <sys/mount.h>
20915 #endif
20916 #ifdef HAVE_SYS_VFS_H
20917 # include <sys/vfs.h>
20918 #endif
20919 #ifdef HAVE_SYS_STATFS_H
20920 # include <sys/statfs.h>
20921 #endif
20924 main ()
20926 static struct statfs ac_aggr;
20927 if (ac_aggr.f_frsize)
20928 return 0;
20930 return 0;
20932 _ACEOF
20933 rm -f conftest.$ac_objext
20934 if { (ac_try="$ac_compile"
20935 case "(($ac_try" in
20936 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20937 *) ac_try_echo=$ac_try;;
20938 esac
20939 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
20940 $as_echo "$ac_try_echo") >&5
20941 (eval "$ac_compile") 2>conftest.er1
20942 ac_status=$?
20943 grep -v '^ *+' conftest.er1 >conftest.err
20944 rm -f conftest.er1
20945 cat conftest.err >&5
20946 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
20947 (exit $ac_status); } && {
20948 test -z "$ac_c_werror_flag" ||
20949 test ! -s conftest.err
20950 } && test -s conftest.$ac_objext; then
20951 ac_cv_member_struct_statfs_f_frsize=yes
20952 else
20953 $as_echo "$as_me: failed program was:" >&5
20954 sed 's/^/| /' conftest.$ac_ext >&5
20956 cat >conftest.$ac_ext <<_ACEOF
20957 /* confdefs.h. */
20958 _ACEOF
20959 cat confdefs.h >>conftest.$ac_ext
20960 cat >>conftest.$ac_ext <<_ACEOF
20961 /* end confdefs.h. */
20962 #include <sys/types.h>
20963 #ifdef HAVE_SYS_PARAM_H
20964 # include <sys/param.h>
20965 #endif
20966 #ifdef HAVE_SYS_MOUNT_H
20967 # include <sys/mount.h>
20968 #endif
20969 #ifdef HAVE_SYS_VFS_H
20970 # include <sys/vfs.h>
20971 #endif
20972 #ifdef HAVE_SYS_STATFS_H
20973 # include <sys/statfs.h>
20974 #endif
20977 main ()
20979 static struct statfs ac_aggr;
20980 if (sizeof ac_aggr.f_frsize)
20981 return 0;
20983 return 0;
20985 _ACEOF
20986 rm -f conftest.$ac_objext
20987 if { (ac_try="$ac_compile"
20988 case "(($ac_try" in
20989 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20990 *) ac_try_echo=$ac_try;;
20991 esac
20992 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
20993 $as_echo "$ac_try_echo") >&5
20994 (eval "$ac_compile") 2>conftest.er1
20995 ac_status=$?
20996 grep -v '^ *+' conftest.er1 >conftest.err
20997 rm -f conftest.er1
20998 cat conftest.err >&5
20999 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
21000 (exit $ac_status); } && {
21001 test -z "$ac_c_werror_flag" ||
21002 test ! -s conftest.err
21003 } && test -s conftest.$ac_objext; then
21004 ac_cv_member_struct_statfs_f_frsize=yes
21005 else
21006 $as_echo "$as_me: failed program was:" >&5
21007 sed 's/^/| /' conftest.$ac_ext >&5
21009 ac_cv_member_struct_statfs_f_frsize=no
21012 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21015 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21017 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_statfs_f_frsize" >&5
21018 $as_echo "$ac_cv_member_struct_statfs_f_frsize" >&6; }
21019 if test "x$ac_cv_member_struct_statfs_f_frsize" = x""yes; then
21021 cat >>confdefs.h <<_ACEOF
21022 #define HAVE_STRUCT_STATFS_F_FRSIZE 1
21023 _ACEOF
21027 { $as_echo "$as_me:$LINENO: checking for struct statfs.f_ffree" >&5
21028 $as_echo_n "checking for struct statfs.f_ffree... " >&6; }
21029 if test "${ac_cv_member_struct_statfs_f_ffree+set}" = set; then
21030 $as_echo_n "(cached) " >&6
21031 else
21032 cat >conftest.$ac_ext <<_ACEOF
21033 /* confdefs.h. */
21034 _ACEOF
21035 cat confdefs.h >>conftest.$ac_ext
21036 cat >>conftest.$ac_ext <<_ACEOF
21037 /* end confdefs.h. */
21038 #include <sys/types.h>
21039 #ifdef HAVE_SYS_PARAM_H
21040 # include <sys/param.h>
21041 #endif
21042 #ifdef HAVE_SYS_MOUNT_H
21043 # include <sys/mount.h>
21044 #endif
21045 #ifdef HAVE_SYS_VFS_H
21046 # include <sys/vfs.h>
21047 #endif
21048 #ifdef HAVE_SYS_STATFS_H
21049 # include <sys/statfs.h>
21050 #endif
21053 main ()
21055 static struct statfs ac_aggr;
21056 if (ac_aggr.f_ffree)
21057 return 0;
21059 return 0;
21061 _ACEOF
21062 rm -f conftest.$ac_objext
21063 if { (ac_try="$ac_compile"
21064 case "(($ac_try" in
21065 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21066 *) ac_try_echo=$ac_try;;
21067 esac
21068 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
21069 $as_echo "$ac_try_echo") >&5
21070 (eval "$ac_compile") 2>conftest.er1
21071 ac_status=$?
21072 grep -v '^ *+' conftest.er1 >conftest.err
21073 rm -f conftest.er1
21074 cat conftest.err >&5
21075 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
21076 (exit $ac_status); } && {
21077 test -z "$ac_c_werror_flag" ||
21078 test ! -s conftest.err
21079 } && test -s conftest.$ac_objext; then
21080 ac_cv_member_struct_statfs_f_ffree=yes
21081 else
21082 $as_echo "$as_me: failed program was:" >&5
21083 sed 's/^/| /' conftest.$ac_ext >&5
21085 cat >conftest.$ac_ext <<_ACEOF
21086 /* confdefs.h. */
21087 _ACEOF
21088 cat confdefs.h >>conftest.$ac_ext
21089 cat >>conftest.$ac_ext <<_ACEOF
21090 /* end confdefs.h. */
21091 #include <sys/types.h>
21092 #ifdef HAVE_SYS_PARAM_H
21093 # include <sys/param.h>
21094 #endif
21095 #ifdef HAVE_SYS_MOUNT_H
21096 # include <sys/mount.h>
21097 #endif
21098 #ifdef HAVE_SYS_VFS_H
21099 # include <sys/vfs.h>
21100 #endif
21101 #ifdef HAVE_SYS_STATFS_H
21102 # include <sys/statfs.h>
21103 #endif
21106 main ()
21108 static struct statfs ac_aggr;
21109 if (sizeof ac_aggr.f_ffree)
21110 return 0;
21112 return 0;
21114 _ACEOF
21115 rm -f conftest.$ac_objext
21116 if { (ac_try="$ac_compile"
21117 case "(($ac_try" in
21118 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21119 *) ac_try_echo=$ac_try;;
21120 esac
21121 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
21122 $as_echo "$ac_try_echo") >&5
21123 (eval "$ac_compile") 2>conftest.er1
21124 ac_status=$?
21125 grep -v '^ *+' conftest.er1 >conftest.err
21126 rm -f conftest.er1
21127 cat conftest.err >&5
21128 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
21129 (exit $ac_status); } && {
21130 test -z "$ac_c_werror_flag" ||
21131 test ! -s conftest.err
21132 } && test -s conftest.$ac_objext; then
21133 ac_cv_member_struct_statfs_f_ffree=yes
21134 else
21135 $as_echo "$as_me: failed program was:" >&5
21136 sed 's/^/| /' conftest.$ac_ext >&5
21138 ac_cv_member_struct_statfs_f_ffree=no
21141 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21144 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21146 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_statfs_f_ffree" >&5
21147 $as_echo "$ac_cv_member_struct_statfs_f_ffree" >&6; }
21148 if test "x$ac_cv_member_struct_statfs_f_ffree" = x""yes; then
21150 cat >>confdefs.h <<_ACEOF
21151 #define HAVE_STRUCT_STATFS_F_FFREE 1
21152 _ACEOF
21156 { $as_echo "$as_me:$LINENO: checking for struct statfs.f_favail" >&5
21157 $as_echo_n "checking for struct statfs.f_favail... " >&6; }
21158 if test "${ac_cv_member_struct_statfs_f_favail+set}" = set; then
21159 $as_echo_n "(cached) " >&6
21160 else
21161 cat >conftest.$ac_ext <<_ACEOF
21162 /* confdefs.h. */
21163 _ACEOF
21164 cat confdefs.h >>conftest.$ac_ext
21165 cat >>conftest.$ac_ext <<_ACEOF
21166 /* end confdefs.h. */
21167 #include <sys/types.h>
21168 #ifdef HAVE_SYS_PARAM_H
21169 # include <sys/param.h>
21170 #endif
21171 #ifdef HAVE_SYS_MOUNT_H
21172 # include <sys/mount.h>
21173 #endif
21174 #ifdef HAVE_SYS_VFS_H
21175 # include <sys/vfs.h>
21176 #endif
21177 #ifdef HAVE_SYS_STATFS_H
21178 # include <sys/statfs.h>
21179 #endif
21182 main ()
21184 static struct statfs ac_aggr;
21185 if (ac_aggr.f_favail)
21186 return 0;
21188 return 0;
21190 _ACEOF
21191 rm -f conftest.$ac_objext
21192 if { (ac_try="$ac_compile"
21193 case "(($ac_try" in
21194 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21195 *) ac_try_echo=$ac_try;;
21196 esac
21197 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
21198 $as_echo "$ac_try_echo") >&5
21199 (eval "$ac_compile") 2>conftest.er1
21200 ac_status=$?
21201 grep -v '^ *+' conftest.er1 >conftest.err
21202 rm -f conftest.er1
21203 cat conftest.err >&5
21204 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
21205 (exit $ac_status); } && {
21206 test -z "$ac_c_werror_flag" ||
21207 test ! -s conftest.err
21208 } && test -s conftest.$ac_objext; then
21209 ac_cv_member_struct_statfs_f_favail=yes
21210 else
21211 $as_echo "$as_me: failed program was:" >&5
21212 sed 's/^/| /' conftest.$ac_ext >&5
21214 cat >conftest.$ac_ext <<_ACEOF
21215 /* confdefs.h. */
21216 _ACEOF
21217 cat confdefs.h >>conftest.$ac_ext
21218 cat >>conftest.$ac_ext <<_ACEOF
21219 /* end confdefs.h. */
21220 #include <sys/types.h>
21221 #ifdef HAVE_SYS_PARAM_H
21222 # include <sys/param.h>
21223 #endif
21224 #ifdef HAVE_SYS_MOUNT_H
21225 # include <sys/mount.h>
21226 #endif
21227 #ifdef HAVE_SYS_VFS_H
21228 # include <sys/vfs.h>
21229 #endif
21230 #ifdef HAVE_SYS_STATFS_H
21231 # include <sys/statfs.h>
21232 #endif
21235 main ()
21237 static struct statfs ac_aggr;
21238 if (sizeof ac_aggr.f_favail)
21239 return 0;
21241 return 0;
21243 _ACEOF
21244 rm -f conftest.$ac_objext
21245 if { (ac_try="$ac_compile"
21246 case "(($ac_try" in
21247 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21248 *) ac_try_echo=$ac_try;;
21249 esac
21250 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
21251 $as_echo "$ac_try_echo") >&5
21252 (eval "$ac_compile") 2>conftest.er1
21253 ac_status=$?
21254 grep -v '^ *+' conftest.er1 >conftest.err
21255 rm -f conftest.er1
21256 cat conftest.err >&5
21257 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
21258 (exit $ac_status); } && {
21259 test -z "$ac_c_werror_flag" ||
21260 test ! -s conftest.err
21261 } && test -s conftest.$ac_objext; then
21262 ac_cv_member_struct_statfs_f_favail=yes
21263 else
21264 $as_echo "$as_me: failed program was:" >&5
21265 sed 's/^/| /' conftest.$ac_ext >&5
21267 ac_cv_member_struct_statfs_f_favail=no
21270 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21273 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21275 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_statfs_f_favail" >&5
21276 $as_echo "$ac_cv_member_struct_statfs_f_favail" >&6; }
21277 if test "x$ac_cv_member_struct_statfs_f_favail" = x""yes; then
21279 cat >>confdefs.h <<_ACEOF
21280 #define HAVE_STRUCT_STATFS_F_FAVAIL 1
21281 _ACEOF
21285 { $as_echo "$as_me:$LINENO: checking for struct statfs.f_namelen" >&5
21286 $as_echo_n "checking for struct statfs.f_namelen... " >&6; }
21287 if test "${ac_cv_member_struct_statfs_f_namelen+set}" = set; then
21288 $as_echo_n "(cached) " >&6
21289 else
21290 cat >conftest.$ac_ext <<_ACEOF
21291 /* confdefs.h. */
21292 _ACEOF
21293 cat confdefs.h >>conftest.$ac_ext
21294 cat >>conftest.$ac_ext <<_ACEOF
21295 /* end confdefs.h. */
21296 #include <sys/types.h>
21297 #ifdef HAVE_SYS_PARAM_H
21298 # include <sys/param.h>
21299 #endif
21300 #ifdef HAVE_SYS_MOUNT_H
21301 # include <sys/mount.h>
21302 #endif
21303 #ifdef HAVE_SYS_VFS_H
21304 # include <sys/vfs.h>
21305 #endif
21306 #ifdef HAVE_SYS_STATFS_H
21307 # include <sys/statfs.h>
21308 #endif
21311 main ()
21313 static struct statfs ac_aggr;
21314 if (ac_aggr.f_namelen)
21315 return 0;
21317 return 0;
21319 _ACEOF
21320 rm -f conftest.$ac_objext
21321 if { (ac_try="$ac_compile"
21322 case "(($ac_try" in
21323 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21324 *) ac_try_echo=$ac_try;;
21325 esac
21326 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
21327 $as_echo "$ac_try_echo") >&5
21328 (eval "$ac_compile") 2>conftest.er1
21329 ac_status=$?
21330 grep -v '^ *+' conftest.er1 >conftest.err
21331 rm -f conftest.er1
21332 cat conftest.err >&5
21333 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
21334 (exit $ac_status); } && {
21335 test -z "$ac_c_werror_flag" ||
21336 test ! -s conftest.err
21337 } && test -s conftest.$ac_objext; then
21338 ac_cv_member_struct_statfs_f_namelen=yes
21339 else
21340 $as_echo "$as_me: failed program was:" >&5
21341 sed 's/^/| /' conftest.$ac_ext >&5
21343 cat >conftest.$ac_ext <<_ACEOF
21344 /* confdefs.h. */
21345 _ACEOF
21346 cat confdefs.h >>conftest.$ac_ext
21347 cat >>conftest.$ac_ext <<_ACEOF
21348 /* end confdefs.h. */
21349 #include <sys/types.h>
21350 #ifdef HAVE_SYS_PARAM_H
21351 # include <sys/param.h>
21352 #endif
21353 #ifdef HAVE_SYS_MOUNT_H
21354 # include <sys/mount.h>
21355 #endif
21356 #ifdef HAVE_SYS_VFS_H
21357 # include <sys/vfs.h>
21358 #endif
21359 #ifdef HAVE_SYS_STATFS_H
21360 # include <sys/statfs.h>
21361 #endif
21364 main ()
21366 static struct statfs ac_aggr;
21367 if (sizeof ac_aggr.f_namelen)
21368 return 0;
21370 return 0;
21372 _ACEOF
21373 rm -f conftest.$ac_objext
21374 if { (ac_try="$ac_compile"
21375 case "(($ac_try" in
21376 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21377 *) ac_try_echo=$ac_try;;
21378 esac
21379 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
21380 $as_echo "$ac_try_echo") >&5
21381 (eval "$ac_compile") 2>conftest.er1
21382 ac_status=$?
21383 grep -v '^ *+' conftest.er1 >conftest.err
21384 rm -f conftest.er1
21385 cat conftest.err >&5
21386 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
21387 (exit $ac_status); } && {
21388 test -z "$ac_c_werror_flag" ||
21389 test ! -s conftest.err
21390 } && test -s conftest.$ac_objext; then
21391 ac_cv_member_struct_statfs_f_namelen=yes
21392 else
21393 $as_echo "$as_me: failed program was:" >&5
21394 sed 's/^/| /' conftest.$ac_ext >&5
21396 ac_cv_member_struct_statfs_f_namelen=no
21399 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21402 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21404 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_statfs_f_namelen" >&5
21405 $as_echo "$ac_cv_member_struct_statfs_f_namelen" >&6; }
21406 if test "x$ac_cv_member_struct_statfs_f_namelen" = x""yes; then
21408 cat >>confdefs.h <<_ACEOF
21409 #define HAVE_STRUCT_STATFS_F_NAMELEN 1
21410 _ACEOF
21416 { $as_echo "$as_me:$LINENO: checking for struct statvfs.f_blocks" >&5
21417 $as_echo_n "checking for struct statvfs.f_blocks... " >&6; }
21418 if test "${ac_cv_member_struct_statvfs_f_blocks+set}" = set; then
21419 $as_echo_n "(cached) " >&6
21420 else
21421 cat >conftest.$ac_ext <<_ACEOF
21422 /* confdefs.h. */
21423 _ACEOF
21424 cat confdefs.h >>conftest.$ac_ext
21425 cat >>conftest.$ac_ext <<_ACEOF
21426 /* end confdefs.h. */
21427 #ifdef HAVE_SYS_STATVFS_H
21428 #include <sys/statvfs.h>
21429 #endif
21432 main ()
21434 static struct statvfs ac_aggr;
21435 if (ac_aggr.f_blocks)
21436 return 0;
21438 return 0;
21440 _ACEOF
21441 rm -f conftest.$ac_objext
21442 if { (ac_try="$ac_compile"
21443 case "(($ac_try" in
21444 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21445 *) ac_try_echo=$ac_try;;
21446 esac
21447 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
21448 $as_echo "$ac_try_echo") >&5
21449 (eval "$ac_compile") 2>conftest.er1
21450 ac_status=$?
21451 grep -v '^ *+' conftest.er1 >conftest.err
21452 rm -f conftest.er1
21453 cat conftest.err >&5
21454 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
21455 (exit $ac_status); } && {
21456 test -z "$ac_c_werror_flag" ||
21457 test ! -s conftest.err
21458 } && test -s conftest.$ac_objext; then
21459 ac_cv_member_struct_statvfs_f_blocks=yes
21460 else
21461 $as_echo "$as_me: failed program was:" >&5
21462 sed 's/^/| /' conftest.$ac_ext >&5
21464 cat >conftest.$ac_ext <<_ACEOF
21465 /* confdefs.h. */
21466 _ACEOF
21467 cat confdefs.h >>conftest.$ac_ext
21468 cat >>conftest.$ac_ext <<_ACEOF
21469 /* end confdefs.h. */
21470 #ifdef HAVE_SYS_STATVFS_H
21471 #include <sys/statvfs.h>
21472 #endif
21475 main ()
21477 static struct statvfs ac_aggr;
21478 if (sizeof ac_aggr.f_blocks)
21479 return 0;
21481 return 0;
21483 _ACEOF
21484 rm -f conftest.$ac_objext
21485 if { (ac_try="$ac_compile"
21486 case "(($ac_try" in
21487 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21488 *) ac_try_echo=$ac_try;;
21489 esac
21490 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
21491 $as_echo "$ac_try_echo") >&5
21492 (eval "$ac_compile") 2>conftest.er1
21493 ac_status=$?
21494 grep -v '^ *+' conftest.er1 >conftest.err
21495 rm -f conftest.er1
21496 cat conftest.err >&5
21497 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
21498 (exit $ac_status); } && {
21499 test -z "$ac_c_werror_flag" ||
21500 test ! -s conftest.err
21501 } && test -s conftest.$ac_objext; then
21502 ac_cv_member_struct_statvfs_f_blocks=yes
21503 else
21504 $as_echo "$as_me: failed program was:" >&5
21505 sed 's/^/| /' conftest.$ac_ext >&5
21507 ac_cv_member_struct_statvfs_f_blocks=no
21510 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21513 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21515 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_statvfs_f_blocks" >&5
21516 $as_echo "$ac_cv_member_struct_statvfs_f_blocks" >&6; }
21517 if test "x$ac_cv_member_struct_statvfs_f_blocks" = x""yes; then
21519 cat >>confdefs.h <<_ACEOF
21520 #define HAVE_STRUCT_STATVFS_F_BLOCKS 1
21521 _ACEOF
21527 { $as_echo "$as_me:$LINENO: checking for struct msghdr.msg_accrights" >&5
21528 $as_echo_n "checking for struct msghdr.msg_accrights... " >&6; }
21529 if test "${ac_cv_member_struct_msghdr_msg_accrights+set}" = set; then
21530 $as_echo_n "(cached) " >&6
21531 else
21532 cat >conftest.$ac_ext <<_ACEOF
21533 /* confdefs.h. */
21534 _ACEOF
21535 cat confdefs.h >>conftest.$ac_ext
21536 cat >>conftest.$ac_ext <<_ACEOF
21537 /* end confdefs.h. */
21538 #include <sys/types.h>
21539 #ifdef HAVE_SYS_SOCKET_H
21540 # include <sys/socket.h>
21541 #endif
21542 #ifdef HAVE_SYS_UN_H
21543 # include <sys/un.h>
21544 #endif
21547 main ()
21549 static struct msghdr ac_aggr;
21550 if (ac_aggr.msg_accrights)
21551 return 0;
21553 return 0;
21555 _ACEOF
21556 rm -f conftest.$ac_objext
21557 if { (ac_try="$ac_compile"
21558 case "(($ac_try" in
21559 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21560 *) ac_try_echo=$ac_try;;
21561 esac
21562 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
21563 $as_echo "$ac_try_echo") >&5
21564 (eval "$ac_compile") 2>conftest.er1
21565 ac_status=$?
21566 grep -v '^ *+' conftest.er1 >conftest.err
21567 rm -f conftest.er1
21568 cat conftest.err >&5
21569 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
21570 (exit $ac_status); } && {
21571 test -z "$ac_c_werror_flag" ||
21572 test ! -s conftest.err
21573 } && test -s conftest.$ac_objext; then
21574 ac_cv_member_struct_msghdr_msg_accrights=yes
21575 else
21576 $as_echo "$as_me: failed program was:" >&5
21577 sed 's/^/| /' conftest.$ac_ext >&5
21579 cat >conftest.$ac_ext <<_ACEOF
21580 /* confdefs.h. */
21581 _ACEOF
21582 cat confdefs.h >>conftest.$ac_ext
21583 cat >>conftest.$ac_ext <<_ACEOF
21584 /* end confdefs.h. */
21585 #include <sys/types.h>
21586 #ifdef HAVE_SYS_SOCKET_H
21587 # include <sys/socket.h>
21588 #endif
21589 #ifdef HAVE_SYS_UN_H
21590 # include <sys/un.h>
21591 #endif
21594 main ()
21596 static struct msghdr ac_aggr;
21597 if (sizeof ac_aggr.msg_accrights)
21598 return 0;
21600 return 0;
21602 _ACEOF
21603 rm -f conftest.$ac_objext
21604 if { (ac_try="$ac_compile"
21605 case "(($ac_try" in
21606 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21607 *) ac_try_echo=$ac_try;;
21608 esac
21609 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
21610 $as_echo "$ac_try_echo") >&5
21611 (eval "$ac_compile") 2>conftest.er1
21612 ac_status=$?
21613 grep -v '^ *+' conftest.er1 >conftest.err
21614 rm -f conftest.er1
21615 cat conftest.err >&5
21616 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
21617 (exit $ac_status); } && {
21618 test -z "$ac_c_werror_flag" ||
21619 test ! -s conftest.err
21620 } && test -s conftest.$ac_objext; then
21621 ac_cv_member_struct_msghdr_msg_accrights=yes
21622 else
21623 $as_echo "$as_me: failed program was:" >&5
21624 sed 's/^/| /' conftest.$ac_ext >&5
21626 ac_cv_member_struct_msghdr_msg_accrights=no
21629 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21632 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21634 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_msghdr_msg_accrights" >&5
21635 $as_echo "$ac_cv_member_struct_msghdr_msg_accrights" >&6; }
21636 if test "x$ac_cv_member_struct_msghdr_msg_accrights" = x""yes; then
21638 cat >>confdefs.h <<_ACEOF
21639 #define HAVE_STRUCT_MSGHDR_MSG_ACCRIGHTS 1
21640 _ACEOF
21644 { $as_echo "$as_me:$LINENO: checking for struct sockaddr.sa_len" >&5
21645 $as_echo_n "checking for struct sockaddr.sa_len... " >&6; }
21646 if test "${ac_cv_member_struct_sockaddr_sa_len+set}" = set; then
21647 $as_echo_n "(cached) " >&6
21648 else
21649 cat >conftest.$ac_ext <<_ACEOF
21650 /* confdefs.h. */
21651 _ACEOF
21652 cat confdefs.h >>conftest.$ac_ext
21653 cat >>conftest.$ac_ext <<_ACEOF
21654 /* end confdefs.h. */
21655 #include <sys/types.h>
21656 #ifdef HAVE_SYS_SOCKET_H
21657 # include <sys/socket.h>
21658 #endif
21659 #ifdef HAVE_SYS_UN_H
21660 # include <sys/un.h>
21661 #endif
21664 main ()
21666 static struct sockaddr ac_aggr;
21667 if (ac_aggr.sa_len)
21668 return 0;
21670 return 0;
21672 _ACEOF
21673 rm -f conftest.$ac_objext
21674 if { (ac_try="$ac_compile"
21675 case "(($ac_try" in
21676 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21677 *) ac_try_echo=$ac_try;;
21678 esac
21679 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
21680 $as_echo "$ac_try_echo") >&5
21681 (eval "$ac_compile") 2>conftest.er1
21682 ac_status=$?
21683 grep -v '^ *+' conftest.er1 >conftest.err
21684 rm -f conftest.er1
21685 cat conftest.err >&5
21686 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
21687 (exit $ac_status); } && {
21688 test -z "$ac_c_werror_flag" ||
21689 test ! -s conftest.err
21690 } && test -s conftest.$ac_objext; then
21691 ac_cv_member_struct_sockaddr_sa_len=yes
21692 else
21693 $as_echo "$as_me: failed program was:" >&5
21694 sed 's/^/| /' conftest.$ac_ext >&5
21696 cat >conftest.$ac_ext <<_ACEOF
21697 /* confdefs.h. */
21698 _ACEOF
21699 cat confdefs.h >>conftest.$ac_ext
21700 cat >>conftest.$ac_ext <<_ACEOF
21701 /* end confdefs.h. */
21702 #include <sys/types.h>
21703 #ifdef HAVE_SYS_SOCKET_H
21704 # include <sys/socket.h>
21705 #endif
21706 #ifdef HAVE_SYS_UN_H
21707 # include <sys/un.h>
21708 #endif
21711 main ()
21713 static struct sockaddr ac_aggr;
21714 if (sizeof ac_aggr.sa_len)
21715 return 0;
21717 return 0;
21719 _ACEOF
21720 rm -f conftest.$ac_objext
21721 if { (ac_try="$ac_compile"
21722 case "(($ac_try" in
21723 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21724 *) ac_try_echo=$ac_try;;
21725 esac
21726 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
21727 $as_echo "$ac_try_echo") >&5
21728 (eval "$ac_compile") 2>conftest.er1
21729 ac_status=$?
21730 grep -v '^ *+' conftest.er1 >conftest.err
21731 rm -f conftest.er1
21732 cat conftest.err >&5
21733 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
21734 (exit $ac_status); } && {
21735 test -z "$ac_c_werror_flag" ||
21736 test ! -s conftest.err
21737 } && test -s conftest.$ac_objext; then
21738 ac_cv_member_struct_sockaddr_sa_len=yes
21739 else
21740 $as_echo "$as_me: failed program was:" >&5
21741 sed 's/^/| /' conftest.$ac_ext >&5
21743 ac_cv_member_struct_sockaddr_sa_len=no
21746 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21749 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21751 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_sockaddr_sa_len" >&5
21752 $as_echo "$ac_cv_member_struct_sockaddr_sa_len" >&6; }
21753 if test "x$ac_cv_member_struct_sockaddr_sa_len" = x""yes; then
21755 cat >>confdefs.h <<_ACEOF
21756 #define HAVE_STRUCT_SOCKADDR_SA_LEN 1
21757 _ACEOF
21761 { $as_echo "$as_me:$LINENO: checking for struct sockaddr_un.sun_len" >&5
21762 $as_echo_n "checking for struct sockaddr_un.sun_len... " >&6; }
21763 if test "${ac_cv_member_struct_sockaddr_un_sun_len+set}" = set; then
21764 $as_echo_n "(cached) " >&6
21765 else
21766 cat >conftest.$ac_ext <<_ACEOF
21767 /* confdefs.h. */
21768 _ACEOF
21769 cat confdefs.h >>conftest.$ac_ext
21770 cat >>conftest.$ac_ext <<_ACEOF
21771 /* end confdefs.h. */
21772 #include <sys/types.h>
21773 #ifdef HAVE_SYS_SOCKET_H
21774 # include <sys/socket.h>
21775 #endif
21776 #ifdef HAVE_SYS_UN_H
21777 # include <sys/un.h>
21778 #endif
21781 main ()
21783 static struct sockaddr_un ac_aggr;
21784 if (ac_aggr.sun_len)
21785 return 0;
21787 return 0;
21789 _ACEOF
21790 rm -f conftest.$ac_objext
21791 if { (ac_try="$ac_compile"
21792 case "(($ac_try" in
21793 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21794 *) ac_try_echo=$ac_try;;
21795 esac
21796 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
21797 $as_echo "$ac_try_echo") >&5
21798 (eval "$ac_compile") 2>conftest.er1
21799 ac_status=$?
21800 grep -v '^ *+' conftest.er1 >conftest.err
21801 rm -f conftest.er1
21802 cat conftest.err >&5
21803 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
21804 (exit $ac_status); } && {
21805 test -z "$ac_c_werror_flag" ||
21806 test ! -s conftest.err
21807 } && test -s conftest.$ac_objext; then
21808 ac_cv_member_struct_sockaddr_un_sun_len=yes
21809 else
21810 $as_echo "$as_me: failed program was:" >&5
21811 sed 's/^/| /' conftest.$ac_ext >&5
21813 cat >conftest.$ac_ext <<_ACEOF
21814 /* confdefs.h. */
21815 _ACEOF
21816 cat confdefs.h >>conftest.$ac_ext
21817 cat >>conftest.$ac_ext <<_ACEOF
21818 /* end confdefs.h. */
21819 #include <sys/types.h>
21820 #ifdef HAVE_SYS_SOCKET_H
21821 # include <sys/socket.h>
21822 #endif
21823 #ifdef HAVE_SYS_UN_H
21824 # include <sys/un.h>
21825 #endif
21828 main ()
21830 static struct sockaddr_un ac_aggr;
21831 if (sizeof ac_aggr.sun_len)
21832 return 0;
21834 return 0;
21836 _ACEOF
21837 rm -f conftest.$ac_objext
21838 if { (ac_try="$ac_compile"
21839 case "(($ac_try" in
21840 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21841 *) ac_try_echo=$ac_try;;
21842 esac
21843 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
21844 $as_echo "$ac_try_echo") >&5
21845 (eval "$ac_compile") 2>conftest.er1
21846 ac_status=$?
21847 grep -v '^ *+' conftest.er1 >conftest.err
21848 rm -f conftest.er1
21849 cat conftest.err >&5
21850 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
21851 (exit $ac_status); } && {
21852 test -z "$ac_c_werror_flag" ||
21853 test ! -s conftest.err
21854 } && test -s conftest.$ac_objext; then
21855 ac_cv_member_struct_sockaddr_un_sun_len=yes
21856 else
21857 $as_echo "$as_me: failed program was:" >&5
21858 sed 's/^/| /' conftest.$ac_ext >&5
21860 ac_cv_member_struct_sockaddr_un_sun_len=no
21863 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21866 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21868 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_sockaddr_un_sun_len" >&5
21869 $as_echo "$ac_cv_member_struct_sockaddr_un_sun_len" >&6; }
21870 if test "x$ac_cv_member_struct_sockaddr_un_sun_len" = x""yes; then
21872 cat >>confdefs.h <<_ACEOF
21873 #define HAVE_STRUCT_SOCKADDR_UN_SUN_LEN 1
21874 _ACEOF
21880 { $as_echo "$as_me:$LINENO: checking for scsireq_t.cmd" >&5
21881 $as_echo_n "checking for scsireq_t.cmd... " >&6; }
21882 if test "${ac_cv_member_scsireq_t_cmd+set}" = set; then
21883 $as_echo_n "(cached) " >&6
21884 else
21885 cat >conftest.$ac_ext <<_ACEOF
21886 /* confdefs.h. */
21887 _ACEOF
21888 cat confdefs.h >>conftest.$ac_ext
21889 cat >>conftest.$ac_ext <<_ACEOF
21890 /* end confdefs.h. */
21891 #include <sys/types.h>
21892 #ifdef HAVE_SCSI_SG_H
21893 #include <scsi/sg.h>
21894 #endif
21897 main ()
21899 static scsireq_t ac_aggr;
21900 if (ac_aggr.cmd)
21901 return 0;
21903 return 0;
21905 _ACEOF
21906 rm -f conftest.$ac_objext
21907 if { (ac_try="$ac_compile"
21908 case "(($ac_try" in
21909 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21910 *) ac_try_echo=$ac_try;;
21911 esac
21912 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
21913 $as_echo "$ac_try_echo") >&5
21914 (eval "$ac_compile") 2>conftest.er1
21915 ac_status=$?
21916 grep -v '^ *+' conftest.er1 >conftest.err
21917 rm -f conftest.er1
21918 cat conftest.err >&5
21919 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
21920 (exit $ac_status); } && {
21921 test -z "$ac_c_werror_flag" ||
21922 test ! -s conftest.err
21923 } && test -s conftest.$ac_objext; then
21924 ac_cv_member_scsireq_t_cmd=yes
21925 else
21926 $as_echo "$as_me: failed program was:" >&5
21927 sed 's/^/| /' conftest.$ac_ext >&5
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 scsireq_t ac_aggr;
21944 if (sizeof ac_aggr.cmd)
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_scsireq_t_cmd=yes
21969 else
21970 $as_echo "$as_me: failed program was:" >&5
21971 sed 's/^/| /' conftest.$ac_ext >&5
21973 ac_cv_member_scsireq_t_cmd=no
21976 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21979 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21981 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_scsireq_t_cmd" >&5
21982 $as_echo "$ac_cv_member_scsireq_t_cmd" >&6; }
21983 if test "x$ac_cv_member_scsireq_t_cmd" = x""yes; then
21985 cat >>confdefs.h <<_ACEOF
21986 #define HAVE_SCSIREQ_T_CMD 1
21987 _ACEOF
21991 { $as_echo "$as_me:$LINENO: checking for sg_io_hdr_t.interface_id" >&5
21992 $as_echo_n "checking for sg_io_hdr_t.interface_id... " >&6; }
21993 if test "${ac_cv_member_sg_io_hdr_t_interface_id+set}" = set; then
21994 $as_echo_n "(cached) " >&6
21995 else
21996 cat >conftest.$ac_ext <<_ACEOF
21997 /* confdefs.h. */
21998 _ACEOF
21999 cat confdefs.h >>conftest.$ac_ext
22000 cat >>conftest.$ac_ext <<_ACEOF
22001 /* end confdefs.h. */
22002 #include <sys/types.h>
22003 #ifdef HAVE_SCSI_SG_H
22004 #include <scsi/sg.h>
22005 #endif
22008 main ()
22010 static sg_io_hdr_t ac_aggr;
22011 if (ac_aggr.interface_id)
22012 return 0;
22014 return 0;
22016 _ACEOF
22017 rm -f conftest.$ac_objext
22018 if { (ac_try="$ac_compile"
22019 case "(($ac_try" in
22020 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22021 *) ac_try_echo=$ac_try;;
22022 esac
22023 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
22024 $as_echo "$ac_try_echo") >&5
22025 (eval "$ac_compile") 2>conftest.er1
22026 ac_status=$?
22027 grep -v '^ *+' conftest.er1 >conftest.err
22028 rm -f conftest.er1
22029 cat conftest.err >&5
22030 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
22031 (exit $ac_status); } && {
22032 test -z "$ac_c_werror_flag" ||
22033 test ! -s conftest.err
22034 } && test -s conftest.$ac_objext; then
22035 ac_cv_member_sg_io_hdr_t_interface_id=yes
22036 else
22037 $as_echo "$as_me: failed program was:" >&5
22038 sed 's/^/| /' conftest.$ac_ext >&5
22040 cat >conftest.$ac_ext <<_ACEOF
22041 /* confdefs.h. */
22042 _ACEOF
22043 cat confdefs.h >>conftest.$ac_ext
22044 cat >>conftest.$ac_ext <<_ACEOF
22045 /* end confdefs.h. */
22046 #include <sys/types.h>
22047 #ifdef HAVE_SCSI_SG_H
22048 #include <scsi/sg.h>
22049 #endif
22052 main ()
22054 static sg_io_hdr_t ac_aggr;
22055 if (sizeof ac_aggr.interface_id)
22056 return 0;
22058 return 0;
22060 _ACEOF
22061 rm -f conftest.$ac_objext
22062 if { (ac_try="$ac_compile"
22063 case "(($ac_try" in
22064 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22065 *) ac_try_echo=$ac_try;;
22066 esac
22067 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
22068 $as_echo "$ac_try_echo") >&5
22069 (eval "$ac_compile") 2>conftest.er1
22070 ac_status=$?
22071 grep -v '^ *+' conftest.er1 >conftest.err
22072 rm -f conftest.er1
22073 cat conftest.err >&5
22074 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
22075 (exit $ac_status); } && {
22076 test -z "$ac_c_werror_flag" ||
22077 test ! -s conftest.err
22078 } && test -s conftest.$ac_objext; then
22079 ac_cv_member_sg_io_hdr_t_interface_id=yes
22080 else
22081 $as_echo "$as_me: failed program was:" >&5
22082 sed 's/^/| /' conftest.$ac_ext >&5
22084 ac_cv_member_sg_io_hdr_t_interface_id=no
22087 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22090 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22092 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_sg_io_hdr_t_interface_id" >&5
22093 $as_echo "$ac_cv_member_sg_io_hdr_t_interface_id" >&6; }
22094 if test "x$ac_cv_member_sg_io_hdr_t_interface_id" = x""yes; then
22096 cat >>confdefs.h <<_ACEOF
22097 #define HAVE_SG_IO_HDR_T_INTERFACE_ID 1
22098 _ACEOF
22104 { $as_echo "$as_me:$LINENO: checking for siginfo_t.si_fd" >&5
22105 $as_echo_n "checking for siginfo_t.si_fd... " >&6; }
22106 if test "${ac_cv_member_siginfo_t_si_fd+set}" = set; then
22107 $as_echo_n "(cached) " >&6
22108 else
22109 cat >conftest.$ac_ext <<_ACEOF
22110 /* confdefs.h. */
22111 _ACEOF
22112 cat confdefs.h >>conftest.$ac_ext
22113 cat >>conftest.$ac_ext <<_ACEOF
22114 /* end confdefs.h. */
22115 #include <signal.h>
22118 main ()
22120 static siginfo_t ac_aggr;
22121 if (ac_aggr.si_fd)
22122 return 0;
22124 return 0;
22126 _ACEOF
22127 rm -f conftest.$ac_objext
22128 if { (ac_try="$ac_compile"
22129 case "(($ac_try" in
22130 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22131 *) ac_try_echo=$ac_try;;
22132 esac
22133 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
22134 $as_echo "$ac_try_echo") >&5
22135 (eval "$ac_compile") 2>conftest.er1
22136 ac_status=$?
22137 grep -v '^ *+' conftest.er1 >conftest.err
22138 rm -f conftest.er1
22139 cat conftest.err >&5
22140 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
22141 (exit $ac_status); } && {
22142 test -z "$ac_c_werror_flag" ||
22143 test ! -s conftest.err
22144 } && test -s conftest.$ac_objext; then
22145 ac_cv_member_siginfo_t_si_fd=yes
22146 else
22147 $as_echo "$as_me: failed program was:" >&5
22148 sed 's/^/| /' conftest.$ac_ext >&5
22150 cat >conftest.$ac_ext <<_ACEOF
22151 /* confdefs.h. */
22152 _ACEOF
22153 cat confdefs.h >>conftest.$ac_ext
22154 cat >>conftest.$ac_ext <<_ACEOF
22155 /* end confdefs.h. */
22156 #include <signal.h>
22159 main ()
22161 static siginfo_t ac_aggr;
22162 if (sizeof ac_aggr.si_fd)
22163 return 0;
22165 return 0;
22167 _ACEOF
22168 rm -f conftest.$ac_objext
22169 if { (ac_try="$ac_compile"
22170 case "(($ac_try" in
22171 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22172 *) ac_try_echo=$ac_try;;
22173 esac
22174 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
22175 $as_echo "$ac_try_echo") >&5
22176 (eval "$ac_compile") 2>conftest.er1
22177 ac_status=$?
22178 grep -v '^ *+' conftest.er1 >conftest.err
22179 rm -f conftest.er1
22180 cat conftest.err >&5
22181 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
22182 (exit $ac_status); } && {
22183 test -z "$ac_c_werror_flag" ||
22184 test ! -s conftest.err
22185 } && test -s conftest.$ac_objext; then
22186 ac_cv_member_siginfo_t_si_fd=yes
22187 else
22188 $as_echo "$as_me: failed program was:" >&5
22189 sed 's/^/| /' conftest.$ac_ext >&5
22191 ac_cv_member_siginfo_t_si_fd=no
22194 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22197 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22199 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_siginfo_t_si_fd" >&5
22200 $as_echo "$ac_cv_member_siginfo_t_si_fd" >&6; }
22201 if test "x$ac_cv_member_siginfo_t_si_fd" = x""yes; then
22203 cat >>confdefs.h <<_ACEOF
22204 #define HAVE_SIGINFO_T_SI_FD 1
22205 _ACEOF
22211 { $as_echo "$as_me:$LINENO: checking for struct mtget.mt_blksiz" >&5
22212 $as_echo_n "checking for struct mtget.mt_blksiz... " >&6; }
22213 if test "${ac_cv_member_struct_mtget_mt_blksiz+set}" = set; then
22214 $as_echo_n "(cached) " >&6
22215 else
22216 cat >conftest.$ac_ext <<_ACEOF
22217 /* confdefs.h. */
22218 _ACEOF
22219 cat confdefs.h >>conftest.$ac_ext
22220 cat >>conftest.$ac_ext <<_ACEOF
22221 /* end confdefs.h. */
22222 #include <sys/types.h>
22223 #ifdef HAVE_SYS_MTIO_H
22224 #include <sys/mtio.h>
22225 #endif
22228 main ()
22230 static struct mtget ac_aggr;
22231 if (ac_aggr.mt_blksiz)
22232 return 0;
22234 return 0;
22236 _ACEOF
22237 rm -f conftest.$ac_objext
22238 if { (ac_try="$ac_compile"
22239 case "(($ac_try" in
22240 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22241 *) ac_try_echo=$ac_try;;
22242 esac
22243 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
22244 $as_echo "$ac_try_echo") >&5
22245 (eval "$ac_compile") 2>conftest.er1
22246 ac_status=$?
22247 grep -v '^ *+' conftest.er1 >conftest.err
22248 rm -f conftest.er1
22249 cat conftest.err >&5
22250 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
22251 (exit $ac_status); } && {
22252 test -z "$ac_c_werror_flag" ||
22253 test ! -s conftest.err
22254 } && test -s conftest.$ac_objext; then
22255 ac_cv_member_struct_mtget_mt_blksiz=yes
22256 else
22257 $as_echo "$as_me: failed program was:" >&5
22258 sed 's/^/| /' conftest.$ac_ext >&5
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 (sizeof ac_aggr.mt_blksiz)
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_blksiz=yes
22300 else
22301 $as_echo "$as_me: failed program was:" >&5
22302 sed 's/^/| /' conftest.$ac_ext >&5
22304 ac_cv_member_struct_mtget_mt_blksiz=no
22307 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22310 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22312 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_mtget_mt_blksiz" >&5
22313 $as_echo "$ac_cv_member_struct_mtget_mt_blksiz" >&6; }
22314 if test "x$ac_cv_member_struct_mtget_mt_blksiz" = x""yes; then
22316 cat >>confdefs.h <<_ACEOF
22317 #define HAVE_STRUCT_MTGET_MT_BLKSIZ 1
22318 _ACEOF
22322 { $as_echo "$as_me:$LINENO: checking for struct mtget.mt_gstat" >&5
22323 $as_echo_n "checking for struct mtget.mt_gstat... " >&6; }
22324 if test "${ac_cv_member_struct_mtget_mt_gstat+set}" = set; then
22325 $as_echo_n "(cached) " >&6
22326 else
22327 cat >conftest.$ac_ext <<_ACEOF
22328 /* confdefs.h. */
22329 _ACEOF
22330 cat confdefs.h >>conftest.$ac_ext
22331 cat >>conftest.$ac_ext <<_ACEOF
22332 /* end confdefs.h. */
22333 #include <sys/types.h>
22334 #ifdef HAVE_SYS_MTIO_H
22335 #include <sys/mtio.h>
22336 #endif
22339 main ()
22341 static struct mtget ac_aggr;
22342 if (ac_aggr.mt_gstat)
22343 return 0;
22345 return 0;
22347 _ACEOF
22348 rm -f conftest.$ac_objext
22349 if { (ac_try="$ac_compile"
22350 case "(($ac_try" in
22351 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22352 *) ac_try_echo=$ac_try;;
22353 esac
22354 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
22355 $as_echo "$ac_try_echo") >&5
22356 (eval "$ac_compile") 2>conftest.er1
22357 ac_status=$?
22358 grep -v '^ *+' conftest.er1 >conftest.err
22359 rm -f conftest.er1
22360 cat conftest.err >&5
22361 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
22362 (exit $ac_status); } && {
22363 test -z "$ac_c_werror_flag" ||
22364 test ! -s conftest.err
22365 } && test -s conftest.$ac_objext; then
22366 ac_cv_member_struct_mtget_mt_gstat=yes
22367 else
22368 $as_echo "$as_me: failed program was:" >&5
22369 sed 's/^/| /' conftest.$ac_ext >&5
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 (sizeof ac_aggr.mt_gstat)
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_gstat=yes
22411 else
22412 $as_echo "$as_me: failed program was:" >&5
22413 sed 's/^/| /' conftest.$ac_ext >&5
22415 ac_cv_member_struct_mtget_mt_gstat=no
22418 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22421 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22423 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_mtget_mt_gstat" >&5
22424 $as_echo "$ac_cv_member_struct_mtget_mt_gstat" >&6; }
22425 if test "x$ac_cv_member_struct_mtget_mt_gstat" = x""yes; then
22427 cat >>confdefs.h <<_ACEOF
22428 #define HAVE_STRUCT_MTGET_MT_GSTAT 1
22429 _ACEOF
22433 { $as_echo "$as_me:$LINENO: checking for struct mtget.mt_blkno" >&5
22434 $as_echo_n "checking for struct mtget.mt_blkno... " >&6; }
22435 if test "${ac_cv_member_struct_mtget_mt_blkno+set}" = set; then
22436 $as_echo_n "(cached) " >&6
22437 else
22438 cat >conftest.$ac_ext <<_ACEOF
22439 /* confdefs.h. */
22440 _ACEOF
22441 cat confdefs.h >>conftest.$ac_ext
22442 cat >>conftest.$ac_ext <<_ACEOF
22443 /* end confdefs.h. */
22444 #include <sys/types.h>
22445 #ifdef HAVE_SYS_MTIO_H
22446 #include <sys/mtio.h>
22447 #endif
22450 main ()
22452 static struct mtget ac_aggr;
22453 if (ac_aggr.mt_blkno)
22454 return 0;
22456 return 0;
22458 _ACEOF
22459 rm -f conftest.$ac_objext
22460 if { (ac_try="$ac_compile"
22461 case "(($ac_try" in
22462 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22463 *) ac_try_echo=$ac_try;;
22464 esac
22465 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
22466 $as_echo "$ac_try_echo") >&5
22467 (eval "$ac_compile") 2>conftest.er1
22468 ac_status=$?
22469 grep -v '^ *+' conftest.er1 >conftest.err
22470 rm -f conftest.er1
22471 cat conftest.err >&5
22472 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
22473 (exit $ac_status); } && {
22474 test -z "$ac_c_werror_flag" ||
22475 test ! -s conftest.err
22476 } && test -s conftest.$ac_objext; then
22477 ac_cv_member_struct_mtget_mt_blkno=yes
22478 else
22479 $as_echo "$as_me: failed program was:" >&5
22480 sed 's/^/| /' conftest.$ac_ext >&5
22482 cat >conftest.$ac_ext <<_ACEOF
22483 /* confdefs.h. */
22484 _ACEOF
22485 cat confdefs.h >>conftest.$ac_ext
22486 cat >>conftest.$ac_ext <<_ACEOF
22487 /* end confdefs.h. */
22488 #include <sys/types.h>
22489 #ifdef HAVE_SYS_MTIO_H
22490 #include <sys/mtio.h>
22491 #endif
22494 main ()
22496 static struct mtget ac_aggr;
22497 if (sizeof ac_aggr.mt_blkno)
22498 return 0;
22500 return 0;
22502 _ACEOF
22503 rm -f conftest.$ac_objext
22504 if { (ac_try="$ac_compile"
22505 case "(($ac_try" in
22506 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22507 *) ac_try_echo=$ac_try;;
22508 esac
22509 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
22510 $as_echo "$ac_try_echo") >&5
22511 (eval "$ac_compile") 2>conftest.er1
22512 ac_status=$?
22513 grep -v '^ *+' conftest.er1 >conftest.err
22514 rm -f conftest.er1
22515 cat conftest.err >&5
22516 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
22517 (exit $ac_status); } && {
22518 test -z "$ac_c_werror_flag" ||
22519 test ! -s conftest.err
22520 } && test -s conftest.$ac_objext; then
22521 ac_cv_member_struct_mtget_mt_blkno=yes
22522 else
22523 $as_echo "$as_me: failed program was:" >&5
22524 sed 's/^/| /' conftest.$ac_ext >&5
22526 ac_cv_member_struct_mtget_mt_blkno=no
22529 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22532 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22534 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_mtget_mt_blkno" >&5
22535 $as_echo "$ac_cv_member_struct_mtget_mt_blkno" >&6; }
22536 if test "x$ac_cv_member_struct_mtget_mt_blkno" = x""yes; then
22538 cat >>confdefs.h <<_ACEOF
22539 #define HAVE_STRUCT_MTGET_MT_BLKNO 1
22540 _ACEOF
22546 { $as_echo "$as_me:$LINENO: checking for struct option.name" >&5
22547 $as_echo_n "checking for struct option.name... " >&6; }
22548 if test "${ac_cv_member_struct_option_name+set}" = set; then
22549 $as_echo_n "(cached) " >&6
22550 else
22551 cat >conftest.$ac_ext <<_ACEOF
22552 /* confdefs.h. */
22553 _ACEOF
22554 cat confdefs.h >>conftest.$ac_ext
22555 cat >>conftest.$ac_ext <<_ACEOF
22556 /* end confdefs.h. */
22557 #ifdef HAVE_GETOPT_H
22558 #include <getopt.h>
22559 #endif
22562 main ()
22564 static struct option ac_aggr;
22565 if (ac_aggr.name)
22566 return 0;
22568 return 0;
22570 _ACEOF
22571 rm -f conftest.$ac_objext
22572 if { (ac_try="$ac_compile"
22573 case "(($ac_try" in
22574 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22575 *) ac_try_echo=$ac_try;;
22576 esac
22577 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
22578 $as_echo "$ac_try_echo") >&5
22579 (eval "$ac_compile") 2>conftest.er1
22580 ac_status=$?
22581 grep -v '^ *+' conftest.er1 >conftest.err
22582 rm -f conftest.er1
22583 cat conftest.err >&5
22584 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
22585 (exit $ac_status); } && {
22586 test -z "$ac_c_werror_flag" ||
22587 test ! -s conftest.err
22588 } && test -s conftest.$ac_objext; then
22589 ac_cv_member_struct_option_name=yes
22590 else
22591 $as_echo "$as_me: failed program was:" >&5
22592 sed 's/^/| /' conftest.$ac_ext >&5
22594 cat >conftest.$ac_ext <<_ACEOF
22595 /* confdefs.h. */
22596 _ACEOF
22597 cat confdefs.h >>conftest.$ac_ext
22598 cat >>conftest.$ac_ext <<_ACEOF
22599 /* end confdefs.h. */
22600 #ifdef HAVE_GETOPT_H
22601 #include <getopt.h>
22602 #endif
22605 main ()
22607 static struct option ac_aggr;
22608 if (sizeof ac_aggr.name)
22609 return 0;
22611 return 0;
22613 _ACEOF
22614 rm -f conftest.$ac_objext
22615 if { (ac_try="$ac_compile"
22616 case "(($ac_try" in
22617 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22618 *) ac_try_echo=$ac_try;;
22619 esac
22620 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
22621 $as_echo "$ac_try_echo") >&5
22622 (eval "$ac_compile") 2>conftest.er1
22623 ac_status=$?
22624 grep -v '^ *+' conftest.er1 >conftest.err
22625 rm -f conftest.er1
22626 cat conftest.err >&5
22627 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
22628 (exit $ac_status); } && {
22629 test -z "$ac_c_werror_flag" ||
22630 test ! -s conftest.err
22631 } && test -s conftest.$ac_objext; then
22632 ac_cv_member_struct_option_name=yes
22633 else
22634 $as_echo "$as_me: failed program was:" >&5
22635 sed 's/^/| /' conftest.$ac_ext >&5
22637 ac_cv_member_struct_option_name=no
22640 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22643 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22645 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_option_name" >&5
22646 $as_echo "$ac_cv_member_struct_option_name" >&6; }
22647 if test "x$ac_cv_member_struct_option_name" = x""yes; then
22649 cat >>confdefs.h <<_ACEOF
22650 #define HAVE_STRUCT_OPTION_NAME 1
22651 _ACEOF
22657 { $as_echo "$as_me:$LINENO: checking for struct stat.st_blocks" >&5
22658 $as_echo_n "checking for struct stat.st_blocks... " >&6; }
22659 if test "${ac_cv_member_struct_stat_st_blocks+set}" = set; then
22660 $as_echo_n "(cached) " >&6
22661 else
22662 cat >conftest.$ac_ext <<_ACEOF
22663 /* confdefs.h. */
22664 _ACEOF
22665 cat confdefs.h >>conftest.$ac_ext
22666 cat >>conftest.$ac_ext <<_ACEOF
22667 /* end confdefs.h. */
22668 $ac_includes_default
22670 main ()
22672 static struct stat ac_aggr;
22673 if (ac_aggr.st_blocks)
22674 return 0;
22676 return 0;
22678 _ACEOF
22679 rm -f conftest.$ac_objext
22680 if { (ac_try="$ac_compile"
22681 case "(($ac_try" in
22682 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22683 *) ac_try_echo=$ac_try;;
22684 esac
22685 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
22686 $as_echo "$ac_try_echo") >&5
22687 (eval "$ac_compile") 2>conftest.er1
22688 ac_status=$?
22689 grep -v '^ *+' conftest.er1 >conftest.err
22690 rm -f conftest.er1
22691 cat conftest.err >&5
22692 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
22693 (exit $ac_status); } && {
22694 test -z "$ac_c_werror_flag" ||
22695 test ! -s conftest.err
22696 } && test -s conftest.$ac_objext; then
22697 ac_cv_member_struct_stat_st_blocks=yes
22698 else
22699 $as_echo "$as_me: failed program was:" >&5
22700 sed 's/^/| /' conftest.$ac_ext >&5
22702 cat >conftest.$ac_ext <<_ACEOF
22703 /* confdefs.h. */
22704 _ACEOF
22705 cat confdefs.h >>conftest.$ac_ext
22706 cat >>conftest.$ac_ext <<_ACEOF
22707 /* end confdefs.h. */
22708 $ac_includes_default
22710 main ()
22712 static struct stat ac_aggr;
22713 if (sizeof ac_aggr.st_blocks)
22714 return 0;
22716 return 0;
22718 _ACEOF
22719 rm -f conftest.$ac_objext
22720 if { (ac_try="$ac_compile"
22721 case "(($ac_try" in
22722 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22723 *) ac_try_echo=$ac_try;;
22724 esac
22725 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
22726 $as_echo "$ac_try_echo") >&5
22727 (eval "$ac_compile") 2>conftest.er1
22728 ac_status=$?
22729 grep -v '^ *+' conftest.er1 >conftest.err
22730 rm -f conftest.er1
22731 cat conftest.err >&5
22732 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
22733 (exit $ac_status); } && {
22734 test -z "$ac_c_werror_flag" ||
22735 test ! -s conftest.err
22736 } && test -s conftest.$ac_objext; then
22737 ac_cv_member_struct_stat_st_blocks=yes
22738 else
22739 $as_echo "$as_me: failed program was:" >&5
22740 sed 's/^/| /' conftest.$ac_ext >&5
22742 ac_cv_member_struct_stat_st_blocks=no
22745 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22748 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22750 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_stat_st_blocks" >&5
22751 $as_echo "$ac_cv_member_struct_stat_st_blocks" >&6; }
22752 if test "x$ac_cv_member_struct_stat_st_blocks" = x""yes; then
22754 cat >>confdefs.h <<_ACEOF
22755 #define HAVE_STRUCT_STAT_ST_BLOCKS 1
22756 _ACEOF
22760 { $as_echo "$as_me:$LINENO: checking for struct stat.st_mtim" >&5
22761 $as_echo_n "checking for struct stat.st_mtim... " >&6; }
22762 if test "${ac_cv_member_struct_stat_st_mtim+set}" = set; then
22763 $as_echo_n "(cached) " >&6
22764 else
22765 cat >conftest.$ac_ext <<_ACEOF
22766 /* confdefs.h. */
22767 _ACEOF
22768 cat confdefs.h >>conftest.$ac_ext
22769 cat >>conftest.$ac_ext <<_ACEOF
22770 /* end confdefs.h. */
22771 $ac_includes_default
22773 main ()
22775 static struct stat ac_aggr;
22776 if (ac_aggr.st_mtim)
22777 return 0;
22779 return 0;
22781 _ACEOF
22782 rm -f conftest.$ac_objext
22783 if { (ac_try="$ac_compile"
22784 case "(($ac_try" in
22785 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22786 *) ac_try_echo=$ac_try;;
22787 esac
22788 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
22789 $as_echo "$ac_try_echo") >&5
22790 (eval "$ac_compile") 2>conftest.er1
22791 ac_status=$?
22792 grep -v '^ *+' conftest.er1 >conftest.err
22793 rm -f conftest.er1
22794 cat conftest.err >&5
22795 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
22796 (exit $ac_status); } && {
22797 test -z "$ac_c_werror_flag" ||
22798 test ! -s conftest.err
22799 } && test -s conftest.$ac_objext; then
22800 ac_cv_member_struct_stat_st_mtim=yes
22801 else
22802 $as_echo "$as_me: failed program was:" >&5
22803 sed 's/^/| /' conftest.$ac_ext >&5
22805 cat >conftest.$ac_ext <<_ACEOF
22806 /* confdefs.h. */
22807 _ACEOF
22808 cat confdefs.h >>conftest.$ac_ext
22809 cat >>conftest.$ac_ext <<_ACEOF
22810 /* end confdefs.h. */
22811 $ac_includes_default
22813 main ()
22815 static struct stat ac_aggr;
22816 if (sizeof ac_aggr.st_mtim)
22817 return 0;
22819 return 0;
22821 _ACEOF
22822 rm -f conftest.$ac_objext
22823 if { (ac_try="$ac_compile"
22824 case "(($ac_try" in
22825 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22826 *) ac_try_echo=$ac_try;;
22827 esac
22828 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
22829 $as_echo "$ac_try_echo") >&5
22830 (eval "$ac_compile") 2>conftest.er1
22831 ac_status=$?
22832 grep -v '^ *+' conftest.er1 >conftest.err
22833 rm -f conftest.er1
22834 cat conftest.err >&5
22835 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
22836 (exit $ac_status); } && {
22837 test -z "$ac_c_werror_flag" ||
22838 test ! -s conftest.err
22839 } && test -s conftest.$ac_objext; then
22840 ac_cv_member_struct_stat_st_mtim=yes
22841 else
22842 $as_echo "$as_me: failed program was:" >&5
22843 sed 's/^/| /' conftest.$ac_ext >&5
22845 ac_cv_member_struct_stat_st_mtim=no
22848 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22851 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22853 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_stat_st_mtim" >&5
22854 $as_echo "$ac_cv_member_struct_stat_st_mtim" >&6; }
22855 if test "x$ac_cv_member_struct_stat_st_mtim" = x""yes; then
22857 cat >>confdefs.h <<_ACEOF
22858 #define HAVE_STRUCT_STAT_ST_MTIM 1
22859 _ACEOF
22863 { $as_echo "$as_me:$LINENO: checking for struct stat.st_ctim" >&5
22864 $as_echo_n "checking for struct stat.st_ctim... " >&6; }
22865 if test "${ac_cv_member_struct_stat_st_ctim+set}" = set; then
22866 $as_echo_n "(cached) " >&6
22867 else
22868 cat >conftest.$ac_ext <<_ACEOF
22869 /* confdefs.h. */
22870 _ACEOF
22871 cat confdefs.h >>conftest.$ac_ext
22872 cat >>conftest.$ac_ext <<_ACEOF
22873 /* end confdefs.h. */
22874 $ac_includes_default
22876 main ()
22878 static struct stat ac_aggr;
22879 if (ac_aggr.st_ctim)
22880 return 0;
22882 return 0;
22884 _ACEOF
22885 rm -f conftest.$ac_objext
22886 if { (ac_try="$ac_compile"
22887 case "(($ac_try" in
22888 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22889 *) ac_try_echo=$ac_try;;
22890 esac
22891 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
22892 $as_echo "$ac_try_echo") >&5
22893 (eval "$ac_compile") 2>conftest.er1
22894 ac_status=$?
22895 grep -v '^ *+' conftest.er1 >conftest.err
22896 rm -f conftest.er1
22897 cat conftest.err >&5
22898 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
22899 (exit $ac_status); } && {
22900 test -z "$ac_c_werror_flag" ||
22901 test ! -s conftest.err
22902 } && test -s conftest.$ac_objext; then
22903 ac_cv_member_struct_stat_st_ctim=yes
22904 else
22905 $as_echo "$as_me: failed program was:" >&5
22906 sed 's/^/| /' conftest.$ac_ext >&5
22908 cat >conftest.$ac_ext <<_ACEOF
22909 /* confdefs.h. */
22910 _ACEOF
22911 cat confdefs.h >>conftest.$ac_ext
22912 cat >>conftest.$ac_ext <<_ACEOF
22913 /* end confdefs.h. */
22914 $ac_includes_default
22916 main ()
22918 static struct stat ac_aggr;
22919 if (sizeof ac_aggr.st_ctim)
22920 return 0;
22922 return 0;
22924 _ACEOF
22925 rm -f conftest.$ac_objext
22926 if { (ac_try="$ac_compile"
22927 case "(($ac_try" in
22928 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22929 *) ac_try_echo=$ac_try;;
22930 esac
22931 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
22932 $as_echo "$ac_try_echo") >&5
22933 (eval "$ac_compile") 2>conftest.er1
22934 ac_status=$?
22935 grep -v '^ *+' conftest.er1 >conftest.err
22936 rm -f conftest.er1
22937 cat conftest.err >&5
22938 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
22939 (exit $ac_status); } && {
22940 test -z "$ac_c_werror_flag" ||
22941 test ! -s conftest.err
22942 } && test -s conftest.$ac_objext; then
22943 ac_cv_member_struct_stat_st_ctim=yes
22944 else
22945 $as_echo "$as_me: failed program was:" >&5
22946 sed 's/^/| /' conftest.$ac_ext >&5
22948 ac_cv_member_struct_stat_st_ctim=no
22951 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22954 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22956 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_stat_st_ctim" >&5
22957 $as_echo "$ac_cv_member_struct_stat_st_ctim" >&6; }
22958 if test "x$ac_cv_member_struct_stat_st_ctim" = x""yes; then
22960 cat >>confdefs.h <<_ACEOF
22961 #define HAVE_STRUCT_STAT_ST_CTIM 1
22962 _ACEOF
22966 { $as_echo "$as_me:$LINENO: checking for struct stat.st_atim" >&5
22967 $as_echo_n "checking for struct stat.st_atim... " >&6; }
22968 if test "${ac_cv_member_struct_stat_st_atim+set}" = set; then
22969 $as_echo_n "(cached) " >&6
22970 else
22971 cat >conftest.$ac_ext <<_ACEOF
22972 /* confdefs.h. */
22973 _ACEOF
22974 cat confdefs.h >>conftest.$ac_ext
22975 cat >>conftest.$ac_ext <<_ACEOF
22976 /* end confdefs.h. */
22977 $ac_includes_default
22979 main ()
22981 static struct stat ac_aggr;
22982 if (ac_aggr.st_atim)
22983 return 0;
22985 return 0;
22987 _ACEOF
22988 rm -f conftest.$ac_objext
22989 if { (ac_try="$ac_compile"
22990 case "(($ac_try" in
22991 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22992 *) ac_try_echo=$ac_try;;
22993 esac
22994 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
22995 $as_echo "$ac_try_echo") >&5
22996 (eval "$ac_compile") 2>conftest.er1
22997 ac_status=$?
22998 grep -v '^ *+' conftest.er1 >conftest.err
22999 rm -f conftest.er1
23000 cat conftest.err >&5
23001 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
23002 (exit $ac_status); } && {
23003 test -z "$ac_c_werror_flag" ||
23004 test ! -s conftest.err
23005 } && test -s conftest.$ac_objext; then
23006 ac_cv_member_struct_stat_st_atim=yes
23007 else
23008 $as_echo "$as_me: failed program was:" >&5
23009 sed 's/^/| /' conftest.$ac_ext >&5
23011 cat >conftest.$ac_ext <<_ACEOF
23012 /* confdefs.h. */
23013 _ACEOF
23014 cat confdefs.h >>conftest.$ac_ext
23015 cat >>conftest.$ac_ext <<_ACEOF
23016 /* end confdefs.h. */
23017 $ac_includes_default
23019 main ()
23021 static struct stat ac_aggr;
23022 if (sizeof ac_aggr.st_atim)
23023 return 0;
23025 return 0;
23027 _ACEOF
23028 rm -f conftest.$ac_objext
23029 if { (ac_try="$ac_compile"
23030 case "(($ac_try" in
23031 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23032 *) ac_try_echo=$ac_try;;
23033 esac
23034 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
23035 $as_echo "$ac_try_echo") >&5
23036 (eval "$ac_compile") 2>conftest.er1
23037 ac_status=$?
23038 grep -v '^ *+' conftest.er1 >conftest.err
23039 rm -f conftest.er1
23040 cat conftest.err >&5
23041 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
23042 (exit $ac_status); } && {
23043 test -z "$ac_c_werror_flag" ||
23044 test ! -s conftest.err
23045 } && test -s conftest.$ac_objext; then
23046 ac_cv_member_struct_stat_st_atim=yes
23047 else
23048 $as_echo "$as_me: failed program was:" >&5
23049 sed 's/^/| /' conftest.$ac_ext >&5
23051 ac_cv_member_struct_stat_st_atim=no
23054 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
23057 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
23059 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_stat_st_atim" >&5
23060 $as_echo "$ac_cv_member_struct_stat_st_atim" >&6; }
23061 if test "x$ac_cv_member_struct_stat_st_atim" = x""yes; then
23063 cat >>confdefs.h <<_ACEOF
23064 #define HAVE_STRUCT_STAT_ST_ATIM 1
23065 _ACEOF
23071 { $as_echo "$as_me:$LINENO: checking for struct sockaddr_in6.sin6_scope_id" >&5
23072 $as_echo_n "checking for struct sockaddr_in6.sin6_scope_id... " >&6; }
23073 if test "${ac_cv_member_struct_sockaddr_in6_sin6_scope_id+set}" = set; then
23074 $as_echo_n "(cached) " >&6
23075 else
23076 cat >conftest.$ac_ext <<_ACEOF
23077 /* confdefs.h. */
23078 _ACEOF
23079 cat confdefs.h >>conftest.$ac_ext
23080 cat >>conftest.$ac_ext <<_ACEOF
23081 /* end confdefs.h. */
23082 #ifdef HAVE_SYS_TYPES_H
23083 #include <sys/types.h>
23084 #endif
23085 #ifdef HAVE_NETINET_IN_H
23086 #include <netinet/in.h>
23087 #endif
23090 main ()
23092 static struct sockaddr_in6 ac_aggr;
23093 if (ac_aggr.sin6_scope_id)
23094 return 0;
23096 return 0;
23098 _ACEOF
23099 rm -f conftest.$ac_objext
23100 if { (ac_try="$ac_compile"
23101 case "(($ac_try" in
23102 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23103 *) ac_try_echo=$ac_try;;
23104 esac
23105 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
23106 $as_echo "$ac_try_echo") >&5
23107 (eval "$ac_compile") 2>conftest.er1
23108 ac_status=$?
23109 grep -v '^ *+' conftest.er1 >conftest.err
23110 rm -f conftest.er1
23111 cat conftest.err >&5
23112 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
23113 (exit $ac_status); } && {
23114 test -z "$ac_c_werror_flag" ||
23115 test ! -s conftest.err
23116 } && test -s conftest.$ac_objext; then
23117 ac_cv_member_struct_sockaddr_in6_sin6_scope_id=yes
23118 else
23119 $as_echo "$as_me: failed program was:" >&5
23120 sed 's/^/| /' conftest.$ac_ext >&5
23122 cat >conftest.$ac_ext <<_ACEOF
23123 /* confdefs.h. */
23124 _ACEOF
23125 cat confdefs.h >>conftest.$ac_ext
23126 cat >>conftest.$ac_ext <<_ACEOF
23127 /* end confdefs.h. */
23128 #ifdef HAVE_SYS_TYPES_H
23129 #include <sys/types.h>
23130 #endif
23131 #ifdef HAVE_NETINET_IN_H
23132 #include <netinet/in.h>
23133 #endif
23136 main ()
23138 static struct sockaddr_in6 ac_aggr;
23139 if (sizeof ac_aggr.sin6_scope_id)
23140 return 0;
23142 return 0;
23144 _ACEOF
23145 rm -f conftest.$ac_objext
23146 if { (ac_try="$ac_compile"
23147 case "(($ac_try" in
23148 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23149 *) ac_try_echo=$ac_try;;
23150 esac
23151 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
23152 $as_echo "$ac_try_echo") >&5
23153 (eval "$ac_compile") 2>conftest.er1
23154 ac_status=$?
23155 grep -v '^ *+' conftest.er1 >conftest.err
23156 rm -f conftest.er1
23157 cat conftest.err >&5
23158 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
23159 (exit $ac_status); } && {
23160 test -z "$ac_c_werror_flag" ||
23161 test ! -s conftest.err
23162 } && test -s conftest.$ac_objext; then
23163 ac_cv_member_struct_sockaddr_in6_sin6_scope_id=yes
23164 else
23165 $as_echo "$as_me: failed program was:" >&5
23166 sed 's/^/| /' conftest.$ac_ext >&5
23168 ac_cv_member_struct_sockaddr_in6_sin6_scope_id=no
23171 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
23174 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
23176 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_sockaddr_in6_sin6_scope_id" >&5
23177 $as_echo "$ac_cv_member_struct_sockaddr_in6_sin6_scope_id" >&6; }
23178 if test "x$ac_cv_member_struct_sockaddr_in6_sin6_scope_id" = x""yes; then
23180 cat >>confdefs.h <<_ACEOF
23181 #define HAVE_STRUCT_SOCKADDR_IN6_SIN6_SCOPE_ID 1
23182 _ACEOF
23188 { $as_echo "$as_me:$LINENO: checking for ns_msg._msg_ptr" >&5
23189 $as_echo_n "checking for ns_msg._msg_ptr... " >&6; }
23190 if test "${ac_cv_member_ns_msg__msg_ptr+set}" = set; then
23191 $as_echo_n "(cached) " >&6
23192 else
23193 cat >conftest.$ac_ext <<_ACEOF
23194 /* confdefs.h. */
23195 _ACEOF
23196 cat confdefs.h >>conftest.$ac_ext
23197 cat >>conftest.$ac_ext <<_ACEOF
23198 /* end confdefs.h. */
23199 #ifdef HAVE_SYS_TYPES_H
23200 #include <sys/types.h>
23201 #endif
23202 #ifdef HAVE_NETINET_IN_H
23203 # include <netinet/in.h>
23204 #endif
23205 #ifdef HAVE_ARPA_NAMESER_H
23206 # include <arpa/nameser.h>
23207 #endif
23210 main ()
23212 static ns_msg ac_aggr;
23213 if (ac_aggr._msg_ptr)
23214 return 0;
23216 return 0;
23218 _ACEOF
23219 rm -f conftest.$ac_objext
23220 if { (ac_try="$ac_compile"
23221 case "(($ac_try" in
23222 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23223 *) ac_try_echo=$ac_try;;
23224 esac
23225 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
23226 $as_echo "$ac_try_echo") >&5
23227 (eval "$ac_compile") 2>conftest.er1
23228 ac_status=$?
23229 grep -v '^ *+' conftest.er1 >conftest.err
23230 rm -f conftest.er1
23231 cat conftest.err >&5
23232 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
23233 (exit $ac_status); } && {
23234 test -z "$ac_c_werror_flag" ||
23235 test ! -s conftest.err
23236 } && test -s conftest.$ac_objext; then
23237 ac_cv_member_ns_msg__msg_ptr=yes
23238 else
23239 $as_echo "$as_me: failed program was:" >&5
23240 sed 's/^/| /' conftest.$ac_ext >&5
23242 cat >conftest.$ac_ext <<_ACEOF
23243 /* confdefs.h. */
23244 _ACEOF
23245 cat confdefs.h >>conftest.$ac_ext
23246 cat >>conftest.$ac_ext <<_ACEOF
23247 /* end confdefs.h. */
23248 #ifdef HAVE_SYS_TYPES_H
23249 #include <sys/types.h>
23250 #endif
23251 #ifdef HAVE_NETINET_IN_H
23252 # include <netinet/in.h>
23253 #endif
23254 #ifdef HAVE_ARPA_NAMESER_H
23255 # include <arpa/nameser.h>
23256 #endif
23259 main ()
23261 static ns_msg ac_aggr;
23262 if (sizeof ac_aggr._msg_ptr)
23263 return 0;
23265 return 0;
23267 _ACEOF
23268 rm -f conftest.$ac_objext
23269 if { (ac_try="$ac_compile"
23270 case "(($ac_try" in
23271 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23272 *) ac_try_echo=$ac_try;;
23273 esac
23274 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
23275 $as_echo "$ac_try_echo") >&5
23276 (eval "$ac_compile") 2>conftest.er1
23277 ac_status=$?
23278 grep -v '^ *+' conftest.er1 >conftest.err
23279 rm -f conftest.er1
23280 cat conftest.err >&5
23281 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
23282 (exit $ac_status); } && {
23283 test -z "$ac_c_werror_flag" ||
23284 test ! -s conftest.err
23285 } && test -s conftest.$ac_objext; then
23286 ac_cv_member_ns_msg__msg_ptr=yes
23287 else
23288 $as_echo "$as_me: failed program was:" >&5
23289 sed 's/^/| /' conftest.$ac_ext >&5
23291 ac_cv_member_ns_msg__msg_ptr=no
23294 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
23297 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
23299 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_ns_msg__msg_ptr" >&5
23300 $as_echo "$ac_cv_member_ns_msg__msg_ptr" >&6; }
23301 if test "x$ac_cv_member_ns_msg__msg_ptr" = x""yes; then
23303 cat >>confdefs.h <<_ACEOF
23304 #define HAVE_NS_MSG__MSG_PTR 1
23305 _ACEOF
23311 { $as_echo "$as_me:$LINENO: checking for timezone variable" >&5
23312 $as_echo_n "checking for timezone variable... " >&6; }
23313 if test "${ac_cv_have_timezone+set}" = set; then
23314 $as_echo_n "(cached) " >&6
23315 else
23316 cat >conftest.$ac_ext <<_ACEOF
23317 /* confdefs.h. */
23318 _ACEOF
23319 cat confdefs.h >>conftest.$ac_ext
23320 cat >>conftest.$ac_ext <<_ACEOF
23321 /* end confdefs.h. */
23322 #include <time.h>
23324 main ()
23326 timezone = 1
23328 return 0;
23330 _ACEOF
23331 rm -f conftest.$ac_objext conftest$ac_exeext
23332 if { (ac_try="$ac_link"
23333 case "(($ac_try" in
23334 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23335 *) ac_try_echo=$ac_try;;
23336 esac
23337 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
23338 $as_echo "$ac_try_echo") >&5
23339 (eval "$ac_link") 2>conftest.er1
23340 ac_status=$?
23341 grep -v '^ *+' conftest.er1 >conftest.err
23342 rm -f conftest.er1
23343 cat conftest.err >&5
23344 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
23345 (exit $ac_status); } && {
23346 test -z "$ac_c_werror_flag" ||
23347 test ! -s conftest.err
23348 } && test -s conftest$ac_exeext && {
23349 test "$cross_compiling" = yes ||
23350 $as_test_x conftest$ac_exeext
23351 }; then
23352 ac_cv_have_timezone="yes"
23353 else
23354 $as_echo "$as_me: failed program was:" >&5
23355 sed 's/^/| /' conftest.$ac_ext >&5
23357 ac_cv_have_timezone="no"
23360 rm -rf conftest.dSYM
23361 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
23362 conftest$ac_exeext conftest.$ac_ext
23364 { $as_echo "$as_me:$LINENO: result: $ac_cv_have_timezone" >&5
23365 $as_echo "$ac_cv_have_timezone" >&6; }
23366 if test "$ac_cv_have_timezone" = "yes"
23367 then
23369 cat >>confdefs.h <<\_ACEOF
23370 #define HAVE_TIMEZONE 1
23371 _ACEOF
23374 { $as_echo "$as_me:$LINENO: checking for daylight variable" >&5
23375 $as_echo_n "checking for daylight variable... " >&6; }
23376 if test "${ac_cv_have_daylight+set}" = set; then
23377 $as_echo_n "(cached) " >&6
23378 else
23379 cat >conftest.$ac_ext <<_ACEOF
23380 /* confdefs.h. */
23381 _ACEOF
23382 cat confdefs.h >>conftest.$ac_ext
23383 cat >>conftest.$ac_ext <<_ACEOF
23384 /* end confdefs.h. */
23385 #include <time.h>
23387 main ()
23389 daylight = 1
23391 return 0;
23393 _ACEOF
23394 rm -f conftest.$ac_objext conftest$ac_exeext
23395 if { (ac_try="$ac_link"
23396 case "(($ac_try" in
23397 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23398 *) ac_try_echo=$ac_try;;
23399 esac
23400 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
23401 $as_echo "$ac_try_echo") >&5
23402 (eval "$ac_link") 2>conftest.er1
23403 ac_status=$?
23404 grep -v '^ *+' conftest.er1 >conftest.err
23405 rm -f conftest.er1
23406 cat conftest.err >&5
23407 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
23408 (exit $ac_status); } && {
23409 test -z "$ac_c_werror_flag" ||
23410 test ! -s conftest.err
23411 } && test -s conftest$ac_exeext && {
23412 test "$cross_compiling" = yes ||
23413 $as_test_x conftest$ac_exeext
23414 }; then
23415 ac_cv_have_daylight="yes"
23416 else
23417 $as_echo "$as_me: failed program was:" >&5
23418 sed 's/^/| /' conftest.$ac_ext >&5
23420 ac_cv_have_daylight="no"
23423 rm -rf conftest.dSYM
23424 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
23425 conftest$ac_exeext conftest.$ac_ext
23427 { $as_echo "$as_me:$LINENO: result: $ac_cv_have_daylight" >&5
23428 $as_echo "$ac_cv_have_daylight" >&6; }
23429 if test "$ac_cv_have_daylight" = "yes"
23430 then
23432 cat >>confdefs.h <<\_ACEOF
23433 #define HAVE_DAYLIGHT 1
23434 _ACEOF
23438 { $as_echo "$as_me:$LINENO: checking for isinf" >&5
23439 $as_echo_n "checking for isinf... " >&6; }
23440 if test "${ac_cv_have_isinf+set}" = set; then
23441 $as_echo_n "(cached) " >&6
23442 else
23443 cat >conftest.$ac_ext <<_ACEOF
23444 /* confdefs.h. */
23445 _ACEOF
23446 cat confdefs.h >>conftest.$ac_ext
23447 cat >>conftest.$ac_ext <<_ACEOF
23448 /* end confdefs.h. */
23449 #include <math.h>
23451 main ()
23453 float f = 0.0; int i=isinf(f)
23455 return 0;
23457 _ACEOF
23458 rm -f conftest.$ac_objext conftest$ac_exeext
23459 if { (ac_try="$ac_link"
23460 case "(($ac_try" in
23461 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23462 *) ac_try_echo=$ac_try;;
23463 esac
23464 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
23465 $as_echo "$ac_try_echo") >&5
23466 (eval "$ac_link") 2>conftest.er1
23467 ac_status=$?
23468 grep -v '^ *+' conftest.er1 >conftest.err
23469 rm -f conftest.er1
23470 cat conftest.err >&5
23471 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
23472 (exit $ac_status); } && {
23473 test -z "$ac_c_werror_flag" ||
23474 test ! -s conftest.err
23475 } && test -s conftest$ac_exeext && {
23476 test "$cross_compiling" = yes ||
23477 $as_test_x conftest$ac_exeext
23478 }; then
23479 ac_cv_have_isinf="yes"
23480 else
23481 $as_echo "$as_me: failed program was:" >&5
23482 sed 's/^/| /' conftest.$ac_ext >&5
23484 ac_cv_have_isinf="no"
23487 rm -rf conftest.dSYM
23488 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
23489 conftest$ac_exeext conftest.$ac_ext
23491 { $as_echo "$as_me:$LINENO: result: $ac_cv_have_isinf" >&5
23492 $as_echo "$ac_cv_have_isinf" >&6; }
23493 if test "$ac_cv_have_isinf" = "yes"
23494 then
23496 cat >>confdefs.h <<\_ACEOF
23497 #define HAVE_ISINF 1
23498 _ACEOF
23502 { $as_echo "$as_me:$LINENO: checking for isnan" >&5
23503 $as_echo_n "checking for isnan... " >&6; }
23504 if test "${ac_cv_have_isnan+set}" = set; then
23505 $as_echo_n "(cached) " >&6
23506 else
23507 cat >conftest.$ac_ext <<_ACEOF
23508 /* confdefs.h. */
23509 _ACEOF
23510 cat confdefs.h >>conftest.$ac_ext
23511 cat >>conftest.$ac_ext <<_ACEOF
23512 /* end confdefs.h. */
23513 #include <math.h>
23515 main ()
23517 float f = 0.0; int i=isnan(f)
23519 return 0;
23521 _ACEOF
23522 rm -f conftest.$ac_objext conftest$ac_exeext
23523 if { (ac_try="$ac_link"
23524 case "(($ac_try" in
23525 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23526 *) ac_try_echo=$ac_try;;
23527 esac
23528 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
23529 $as_echo "$ac_try_echo") >&5
23530 (eval "$ac_link") 2>conftest.er1
23531 ac_status=$?
23532 grep -v '^ *+' conftest.er1 >conftest.err
23533 rm -f conftest.er1
23534 cat conftest.err >&5
23535 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
23536 (exit $ac_status); } && {
23537 test -z "$ac_c_werror_flag" ||
23538 test ! -s conftest.err
23539 } && test -s conftest$ac_exeext && {
23540 test "$cross_compiling" = yes ||
23541 $as_test_x conftest$ac_exeext
23542 }; then
23543 ac_cv_have_isnan="yes"
23544 else
23545 $as_echo "$as_me: failed program was:" >&5
23546 sed 's/^/| /' conftest.$ac_ext >&5
23548 ac_cv_have_isnan="no"
23551 rm -rf conftest.dSYM
23552 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
23553 conftest$ac_exeext conftest.$ac_ext
23555 { $as_echo "$as_me:$LINENO: result: $ac_cv_have_isnan" >&5
23556 $as_echo "$ac_cv_have_isnan" >&6; }
23557 if test "$ac_cv_have_isnan" = "yes"
23558 then
23560 cat >>confdefs.h <<\_ACEOF
23561 #define HAVE_ISNAN 1
23562 _ACEOF
23567 case $host_cpu in
23568 *i[3456789]86*) { $as_echo "$as_me:$LINENO: checking whether we need to define __i386__" >&5
23569 $as_echo_n "checking whether we need to define __i386__... " >&6; }
23570 if test "${ac_cv_cpp_def___i386__+set}" = set; then
23571 $as_echo_n "(cached) " >&6
23572 else
23573 cat >conftest.$ac_ext <<_ACEOF
23574 /* confdefs.h. */
23575 _ACEOF
23576 cat confdefs.h >>conftest.$ac_ext
23577 cat >>conftest.$ac_ext <<_ACEOF
23578 /* end confdefs.h. */
23579 #ifndef __i386__
23581 #endif
23582 _ACEOF
23583 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
23584 $EGREP "yes" >/dev/null 2>&1; then
23585 ac_cv_cpp_def___i386__=yes
23586 else
23587 ac_cv_cpp_def___i386__=no
23589 rm -f conftest*
23592 { $as_echo "$as_me:$LINENO: result: $ac_cv_cpp_def___i386__" >&5
23593 $as_echo "$ac_cv_cpp_def___i386__" >&6; }
23594 if test $ac_cv_cpp_def___i386__ = yes; then
23595 CFLAGS="$CFLAGS -D__i386__"
23596 LINTFLAGS="$LINTFLAGS -D__i386__"
23599 *x86_64*) { $as_echo "$as_me:$LINENO: checking whether we need to define __x86_64__" >&5
23600 $as_echo_n "checking whether we need to define __x86_64__... " >&6; }
23601 if test "${ac_cv_cpp_def___x86_64__+set}" = set; then
23602 $as_echo_n "(cached) " >&6
23603 else
23604 cat >conftest.$ac_ext <<_ACEOF
23605 /* confdefs.h. */
23606 _ACEOF
23607 cat confdefs.h >>conftest.$ac_ext
23608 cat >>conftest.$ac_ext <<_ACEOF
23609 /* end confdefs.h. */
23610 #ifndef __x86_64__
23612 #endif
23613 _ACEOF
23614 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
23615 $EGREP "yes" >/dev/null 2>&1; then
23616 ac_cv_cpp_def___x86_64__=yes
23617 else
23618 ac_cv_cpp_def___x86_64__=no
23620 rm -f conftest*
23623 { $as_echo "$as_me:$LINENO: result: $ac_cv_cpp_def___x86_64__" >&5
23624 $as_echo "$ac_cv_cpp_def___x86_64__" >&6; }
23625 if test $ac_cv_cpp_def___x86_64__ = yes; then
23626 CFLAGS="$CFLAGS -D__x86_64__"
23627 LINTFLAGS="$LINTFLAGS -D__x86_64__"
23630 *alpha*) { $as_echo "$as_me:$LINENO: checking whether we need to define __ALPHA__" >&5
23631 $as_echo_n "checking whether we need to define __ALPHA__... " >&6; }
23632 if test "${ac_cv_cpp_def___ALPHA__+set}" = set; then
23633 $as_echo_n "(cached) " >&6
23634 else
23635 cat >conftest.$ac_ext <<_ACEOF
23636 /* confdefs.h. */
23637 _ACEOF
23638 cat confdefs.h >>conftest.$ac_ext
23639 cat >>conftest.$ac_ext <<_ACEOF
23640 /* end confdefs.h. */
23641 #ifndef __ALPHA__
23643 #endif
23644 _ACEOF
23645 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
23646 $EGREP "yes" >/dev/null 2>&1; then
23647 ac_cv_cpp_def___ALPHA__=yes
23648 else
23649 ac_cv_cpp_def___ALPHA__=no
23651 rm -f conftest*
23654 { $as_echo "$as_me:$LINENO: result: $ac_cv_cpp_def___ALPHA__" >&5
23655 $as_echo "$ac_cv_cpp_def___ALPHA__" >&6; }
23656 if test $ac_cv_cpp_def___ALPHA__ = yes; then
23657 CFLAGS="$CFLAGS -D__ALPHA__"
23658 LINTFLAGS="$LINTFLAGS -D__ALPHA__"
23661 *sparc*) { $as_echo "$as_me:$LINENO: checking whether we need to define __sparc__" >&5
23662 $as_echo_n "checking whether we need to define __sparc__... " >&6; }
23663 if test "${ac_cv_cpp_def___sparc__+set}" = set; then
23664 $as_echo_n "(cached) " >&6
23665 else
23666 cat >conftest.$ac_ext <<_ACEOF
23667 /* confdefs.h. */
23668 _ACEOF
23669 cat confdefs.h >>conftest.$ac_ext
23670 cat >>conftest.$ac_ext <<_ACEOF
23671 /* end confdefs.h. */
23672 #ifndef __sparc__
23674 #endif
23675 _ACEOF
23676 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
23677 $EGREP "yes" >/dev/null 2>&1; then
23678 ac_cv_cpp_def___sparc__=yes
23679 else
23680 ac_cv_cpp_def___sparc__=no
23682 rm -f conftest*
23685 { $as_echo "$as_me:$LINENO: result: $ac_cv_cpp_def___sparc__" >&5
23686 $as_echo "$ac_cv_cpp_def___sparc__" >&6; }
23687 if test $ac_cv_cpp_def___sparc__ = yes; then
23688 CFLAGS="$CFLAGS -D__sparc__"
23689 LINTFLAGS="$LINTFLAGS -D__sparc__"
23692 *powerpc*) { $as_echo "$as_me:$LINENO: checking whether we need to define __powerpc__" >&5
23693 $as_echo_n "checking whether we need to define __powerpc__... " >&6; }
23694 if test "${ac_cv_cpp_def___powerpc__+set}" = set; then
23695 $as_echo_n "(cached) " >&6
23696 else
23697 cat >conftest.$ac_ext <<_ACEOF
23698 /* confdefs.h. */
23699 _ACEOF
23700 cat confdefs.h >>conftest.$ac_ext
23701 cat >>conftest.$ac_ext <<_ACEOF
23702 /* end confdefs.h. */
23703 #ifndef __powerpc__
23705 #endif
23706 _ACEOF
23707 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
23708 $EGREP "yes" >/dev/null 2>&1; then
23709 ac_cv_cpp_def___powerpc__=yes
23710 else
23711 ac_cv_cpp_def___powerpc__=no
23713 rm -f conftest*
23716 { $as_echo "$as_me:$LINENO: result: $ac_cv_cpp_def___powerpc__" >&5
23717 $as_echo "$ac_cv_cpp_def___powerpc__" >&6; }
23718 if test $ac_cv_cpp_def___powerpc__ = yes; then
23719 CFLAGS="$CFLAGS -D__powerpc__"
23720 LINTFLAGS="$LINTFLAGS -D__powerpc__"
23723 esac
23725 case $host_vendor in
23726 *sun*) { $as_echo "$as_me:$LINENO: checking whether we need to define __sun__" >&5
23727 $as_echo_n "checking whether we need to define __sun__... " >&6; }
23728 if test "${ac_cv_cpp_def___sun__+set}" = set; then
23729 $as_echo_n "(cached) " >&6
23730 else
23731 cat >conftest.$ac_ext <<_ACEOF
23732 /* confdefs.h. */
23733 _ACEOF
23734 cat confdefs.h >>conftest.$ac_ext
23735 cat >>conftest.$ac_ext <<_ACEOF
23736 /* end confdefs.h. */
23737 #ifndef __sun__
23739 #endif
23740 _ACEOF
23741 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
23742 $EGREP "yes" >/dev/null 2>&1; then
23743 ac_cv_cpp_def___sun__=yes
23744 else
23745 ac_cv_cpp_def___sun__=no
23747 rm -f conftest*
23750 { $as_echo "$as_me:$LINENO: result: $ac_cv_cpp_def___sun__" >&5
23751 $as_echo "$ac_cv_cpp_def___sun__" >&6; }
23752 if test $ac_cv_cpp_def___sun__ = yes; then
23753 CFLAGS="$CFLAGS -D__sun__"
23754 LINTFLAGS="$LINTFLAGS -D__sun__"
23757 esac
23760 DEPENDENCIES="### Dependencies:
23762 .INIT: Makefile
23763 .BEGIN: Makefile
23764 Makefile: dummy
23765 -\$(MAKEDEP) -C\$(SRCDIR) -S\$(TOPSRCDIR) -T\$(TOPOBJDIR) \$(EXTRAINCL) \$(DEPEND_SRCS)
23767 \$(OBJS): \$(IDL_GEN_HEADERS)
23768 \$(IDL_GEN_C_SRCS:.c=.o): \$(IDL_GEN_C_SRCS)
23769 \$(RC_SRCS:.rc=.res): \$(IDL_TLB_SRCS:.idl=.tlb)
23770 \$(LEX_SRCS:.l=.yy.o): \$(LEX_SRCS:.l=.yy.c)
23771 \$(BISON_SRCS:.y=.tab.o): \$(BISON_SRCS:.y=.tab.c)"
23774 ALL_MAKERULES=""
23776 ALL_MAKEFILES=""
23778 ALL_MAKEFILE_DEPENDS="# Makefile dependencies"
23781 ALL_TOP_DIRS=""
23783 ALL_DLL_DIRS=""
23785 ALL_IMPLIB_DIRS=""
23787 ALL_TEST_DIRS=""
23789 ALL_PROGRAM_DIRS=""
23791 ALL_PROGRAM_INSTALL_DIRS=""
23793 ALL_PROGRAM_BIN_INSTALL_DIRS=""
23799 ac_config_commands="$ac_config_commands include/stamp-h"
23802 ac_config_commands="$ac_config_commands dlls/gdi32/enhmfdrv"
23804 ac_config_commands="$ac_config_commands dlls/gdi32/mfdrv"
23806 ac_config_commands="$ac_config_commands dlls/kernel32/nls"
23808 ac_config_commands="$ac_config_commands dlls/user32/resources"
23810 ac_config_commands="$ac_config_commands dlls/wineps.drv/data"
23812 ac_config_commands="$ac_config_commands include/wine"
23815 ALL_MAKERULES="$ALL_MAKERULES \\
23816 Make.rules"
23817 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23818 Make.rules: Make.rules.in"
23819 MAKE_RULES=Make.rules
23820 ac_config_files="$ac_config_files Make.rules"
23822 ALL_MAKERULES="$ALL_MAKERULES \\
23823 dlls/Makedll.rules"
23824 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23825 dlls/Makedll.rules: dlls/Makedll.rules.in Make.rules"
23826 MAKE_DLL_RULES=dlls/Makedll.rules
23827 ac_config_files="$ac_config_files dlls/Makedll.rules"
23829 ALL_MAKERULES="$ALL_MAKERULES \\
23830 dlls/Makeimplib.rules"
23831 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23832 dlls/Makeimplib.rules: dlls/Makeimplib.rules.in Make.rules"
23833 MAKE_IMPLIB_RULES=dlls/Makeimplib.rules
23834 ac_config_files="$ac_config_files dlls/Makeimplib.rules"
23836 ALL_MAKERULES="$ALL_MAKERULES \\
23837 dlls/Maketest.rules"
23838 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23839 dlls/Maketest.rules: dlls/Maketest.rules.in Make.rules"
23840 MAKE_TEST_RULES=dlls/Maketest.rules
23841 ac_config_files="$ac_config_files dlls/Maketest.rules"
23843 ALL_MAKERULES="$ALL_MAKERULES \\
23844 programs/Makeprog.rules"
23845 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23846 programs/Makeprog.rules: programs/Makeprog.rules.in Make.rules"
23847 MAKE_PROG_RULES=programs/Makeprog.rules
23848 ac_config_files="$ac_config_files programs/Makeprog.rules"
23853 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23854 Makefile: Makefile.in Make.rules"
23855 ac_config_files="$ac_config_files Makefile"
23857 ALL_MAKEFILES="$ALL_MAKEFILES \\
23858 dlls/Makefile"
23859 test "x$enable_dlls" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
23860 dlls"
23861 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23862 dlls/Makefile: dlls/Makefile.in Make.rules"
23863 ac_config_files="$ac_config_files dlls/Makefile"
23865 ALL_MAKEFILES="$ALL_MAKEFILES \\
23866 dlls/acledit/Makefile"
23867 test "x$enable_acledit" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23868 acledit"
23869 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23870 dlls/acledit/Makefile: dlls/acledit/Makefile.in dlls/Makedll.rules"
23871 ac_config_files="$ac_config_files dlls/acledit/Makefile"
23873 ALL_MAKEFILES="$ALL_MAKEFILES \\
23874 dlls/activeds/Makefile"
23875 test "x$enable_activeds" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23876 activeds"
23877 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23878 dlls/activeds/Makefile: dlls/activeds/Makefile.in dlls/Makedll.rules"
23879 ac_config_files="$ac_config_files dlls/activeds/Makefile"
23881 ALL_MAKEFILES="$ALL_MAKEFILES \\
23882 dlls/actxprxy/Makefile"
23883 test "x$enable_actxprxy" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23884 actxprxy"
23885 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23886 dlls/actxprxy/Makefile: dlls/actxprxy/Makefile.in dlls/Makedll.rules"
23887 ac_config_files="$ac_config_files dlls/actxprxy/Makefile"
23889 ALL_MAKEFILES="$ALL_MAKEFILES \\
23890 dlls/adsiid/Makefile"
23891 test "x$enable_adsiid" != xno && ALL_IMPLIB_DIRS="$ALL_IMPLIB_DIRS \\
23892 adsiid"
23893 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23894 dlls/adsiid/Makefile: dlls/adsiid/Makefile.in dlls/Makeimplib.rules"
23895 ac_config_files="$ac_config_files dlls/adsiid/Makefile"
23897 ALL_MAKEFILES="$ALL_MAKEFILES \\
23898 dlls/advapi32/Makefile"
23899 test "x$enable_advapi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23900 advapi32"
23901 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23902 dlls/advapi32/Makefile: dlls/advapi32/Makefile.in dlls/Makedll.rules"
23903 ac_config_files="$ac_config_files dlls/advapi32/Makefile"
23905 ALL_MAKEFILES="$ALL_MAKEFILES \\
23906 dlls/advapi32/tests/Makefile"
23907 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23908 advapi32/tests"
23909 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23910 dlls/advapi32/tests/Makefile: dlls/advapi32/tests/Makefile.in dlls/Maketest.rules"
23911 ac_config_files="$ac_config_files dlls/advapi32/tests/Makefile"
23913 ALL_MAKEFILES="$ALL_MAKEFILES \\
23914 dlls/advpack/Makefile"
23915 test "x$enable_advpack" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23916 advpack"
23917 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23918 dlls/advpack/Makefile: dlls/advpack/Makefile.in dlls/Makedll.rules"
23919 ac_config_files="$ac_config_files dlls/advpack/Makefile"
23921 ALL_MAKEFILES="$ALL_MAKEFILES \\
23922 dlls/advpack/tests/Makefile"
23923 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23924 advpack/tests"
23925 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23926 dlls/advpack/tests/Makefile: dlls/advpack/tests/Makefile.in dlls/Maketest.rules"
23927 ac_config_files="$ac_config_files dlls/advpack/tests/Makefile"
23929 ALL_MAKEFILES="$ALL_MAKEFILES \\
23930 dlls/amstream/Makefile"
23931 test "x$enable_amstream" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23932 amstream"
23933 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23934 dlls/amstream/Makefile: dlls/amstream/Makefile.in dlls/Makedll.rules"
23935 ac_config_files="$ac_config_files dlls/amstream/Makefile"
23937 ALL_MAKEFILES="$ALL_MAKEFILES \\
23938 dlls/appwiz.cpl/Makefile"
23939 test "x$enable_appwiz_cpl" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23940 appwiz.cpl"
23941 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23942 dlls/appwiz.cpl/Makefile: dlls/appwiz.cpl/Makefile.in dlls/Makedll.rules"
23943 ac_config_files="$ac_config_files dlls/appwiz.cpl/Makefile"
23945 ALL_MAKEFILES="$ALL_MAKEFILES \\
23946 dlls/atl/Makefile"
23947 test "x$enable_atl" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23948 atl"
23949 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23950 dlls/atl/Makefile: dlls/atl/Makefile.in dlls/Makedll.rules"
23951 ac_config_files="$ac_config_files dlls/atl/Makefile"
23953 ALL_MAKEFILES="$ALL_MAKEFILES \\
23954 dlls/avicap32/Makefile"
23955 test "x$enable_avicap32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23956 avicap32"
23957 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23958 dlls/avicap32/Makefile: dlls/avicap32/Makefile.in dlls/Makedll.rules"
23959 ac_config_files="$ac_config_files dlls/avicap32/Makefile"
23961 ALL_MAKEFILES="$ALL_MAKEFILES \\
23962 dlls/avifil32/Makefile"
23963 test "x$enable_avifil32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23964 avifil32"
23965 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23966 dlls/avifil32/Makefile: dlls/avifil32/Makefile.in dlls/Makedll.rules"
23967 ac_config_files="$ac_config_files dlls/avifil32/Makefile"
23969 ALL_MAKEFILES="$ALL_MAKEFILES \\
23970 dlls/browseui/Makefile"
23971 test "x$enable_browseui" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23972 browseui"
23973 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23974 dlls/browseui/Makefile: dlls/browseui/Makefile.in dlls/Makedll.rules"
23975 ac_config_files="$ac_config_files dlls/browseui/Makefile"
23977 ALL_MAKEFILES="$ALL_MAKEFILES \\
23978 dlls/browseui/tests/Makefile"
23979 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23980 browseui/tests"
23981 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23982 dlls/browseui/tests/Makefile: dlls/browseui/tests/Makefile.in dlls/Maketest.rules"
23983 ac_config_files="$ac_config_files dlls/browseui/tests/Makefile"
23985 ALL_MAKEFILES="$ALL_MAKEFILES \\
23986 dlls/cabinet/Makefile"
23987 test "x$enable_cabinet" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23988 cabinet"
23989 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23990 dlls/cabinet/Makefile: dlls/cabinet/Makefile.in dlls/Makedll.rules"
23991 ac_config_files="$ac_config_files dlls/cabinet/Makefile"
23993 ALL_MAKEFILES="$ALL_MAKEFILES \\
23994 dlls/cabinet/tests/Makefile"
23995 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23996 cabinet/tests"
23997 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23998 dlls/cabinet/tests/Makefile: dlls/cabinet/tests/Makefile.in dlls/Maketest.rules"
23999 ac_config_files="$ac_config_files dlls/cabinet/tests/Makefile"
24001 ALL_MAKEFILES="$ALL_MAKEFILES \\
24002 dlls/capi2032/Makefile"
24003 test "x$enable_capi2032" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24004 capi2032"
24005 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24006 dlls/capi2032/Makefile: dlls/capi2032/Makefile.in dlls/Makedll.rules"
24007 ac_config_files="$ac_config_files dlls/capi2032/Makefile"
24009 ALL_MAKEFILES="$ALL_MAKEFILES \\
24010 dlls/cards/Makefile"
24011 test "x$enable_cards" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24012 cards"
24013 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24014 dlls/cards/Makefile: dlls/cards/Makefile.in dlls/Makedll.rules"
24015 ac_config_files="$ac_config_files dlls/cards/Makefile"
24017 ALL_MAKEFILES="$ALL_MAKEFILES \\
24018 dlls/cfgmgr32/Makefile"
24019 test "x$enable_cfgmgr32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24020 cfgmgr32"
24021 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24022 dlls/cfgmgr32/Makefile: dlls/cfgmgr32/Makefile.in dlls/Makedll.rules"
24023 ac_config_files="$ac_config_files dlls/cfgmgr32/Makefile"
24025 ALL_MAKEFILES="$ALL_MAKEFILES \\
24026 dlls/clusapi/Makefile"
24027 test "x$enable_clusapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24028 clusapi"
24029 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24030 dlls/clusapi/Makefile: dlls/clusapi/Makefile.in dlls/Makedll.rules"
24031 ac_config_files="$ac_config_files dlls/clusapi/Makefile"
24033 ALL_MAKEFILES="$ALL_MAKEFILES \\
24034 dlls/comcat/Makefile"
24035 test "x$enable_comcat" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24036 comcat"
24037 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24038 dlls/comcat/Makefile: dlls/comcat/Makefile.in dlls/Makedll.rules"
24039 ac_config_files="$ac_config_files dlls/comcat/Makefile"
24041 ALL_MAKEFILES="$ALL_MAKEFILES \\
24042 dlls/comcat/tests/Makefile"
24043 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24044 comcat/tests"
24045 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24046 dlls/comcat/tests/Makefile: dlls/comcat/tests/Makefile.in dlls/Maketest.rules"
24047 ac_config_files="$ac_config_files dlls/comcat/tests/Makefile"
24049 ALL_MAKEFILES="$ALL_MAKEFILES \\
24050 dlls/comctl32/Makefile"
24051 test "x$enable_comctl32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24052 comctl32"
24053 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24054 dlls/comctl32/Makefile: dlls/comctl32/Makefile.in dlls/Makedll.rules"
24055 ac_config_files="$ac_config_files dlls/comctl32/Makefile"
24057 ALL_MAKEFILES="$ALL_MAKEFILES \\
24058 dlls/comctl32/tests/Makefile"
24059 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24060 comctl32/tests"
24061 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24062 dlls/comctl32/tests/Makefile: dlls/comctl32/tests/Makefile.in dlls/Maketest.rules"
24063 ac_config_files="$ac_config_files dlls/comctl32/tests/Makefile"
24065 ALL_MAKEFILES="$ALL_MAKEFILES \\
24066 dlls/comdlg32/Makefile"
24067 test "x$enable_comdlg32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24068 comdlg32"
24069 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24070 dlls/comdlg32/Makefile: dlls/comdlg32/Makefile.in dlls/Makedll.rules"
24071 ac_config_files="$ac_config_files dlls/comdlg32/Makefile"
24073 ALL_MAKEFILES="$ALL_MAKEFILES \\
24074 dlls/comdlg32/tests/Makefile"
24075 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24076 comdlg32/tests"
24077 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24078 dlls/comdlg32/tests/Makefile: dlls/comdlg32/tests/Makefile.in dlls/Maketest.rules"
24079 ac_config_files="$ac_config_files dlls/comdlg32/tests/Makefile"
24081 ALL_MAKEFILES="$ALL_MAKEFILES \\
24082 dlls/compstui/Makefile"
24083 test "x$enable_compstui" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24084 compstui"
24085 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24086 dlls/compstui/Makefile: dlls/compstui/Makefile.in dlls/Makedll.rules"
24087 ac_config_files="$ac_config_files dlls/compstui/Makefile"
24089 ALL_MAKEFILES="$ALL_MAKEFILES \\
24090 dlls/credui/Makefile"
24091 test "x$enable_credui" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24092 credui"
24093 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24094 dlls/credui/Makefile: dlls/credui/Makefile.in dlls/Makedll.rules"
24095 ac_config_files="$ac_config_files dlls/credui/Makefile"
24097 ALL_MAKEFILES="$ALL_MAKEFILES \\
24098 dlls/credui/tests/Makefile"
24099 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24100 credui/tests"
24101 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24102 dlls/credui/tests/Makefile: dlls/credui/tests/Makefile.in dlls/Maketest.rules"
24103 ac_config_files="$ac_config_files dlls/credui/tests/Makefile"
24105 ALL_MAKEFILES="$ALL_MAKEFILES \\
24106 dlls/crtdll/Makefile"
24107 test "x$enable_crtdll" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24108 crtdll"
24109 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24110 dlls/crtdll/Makefile: dlls/crtdll/Makefile.in dlls/Makedll.rules"
24111 ac_config_files="$ac_config_files dlls/crtdll/Makefile"
24113 ALL_MAKEFILES="$ALL_MAKEFILES \\
24114 dlls/crypt32/Makefile"
24115 test "x$enable_crypt32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24116 crypt32"
24117 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24118 dlls/crypt32/Makefile: dlls/crypt32/Makefile.in dlls/Makedll.rules"
24119 ac_config_files="$ac_config_files dlls/crypt32/Makefile"
24121 ALL_MAKEFILES="$ALL_MAKEFILES \\
24122 dlls/crypt32/tests/Makefile"
24123 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24124 crypt32/tests"
24125 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24126 dlls/crypt32/tests/Makefile: dlls/crypt32/tests/Makefile.in dlls/Maketest.rules"
24127 ac_config_files="$ac_config_files dlls/crypt32/tests/Makefile"
24129 ALL_MAKEFILES="$ALL_MAKEFILES \\
24130 dlls/cryptdlg/Makefile"
24131 test "x$enable_cryptdlg" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24132 cryptdlg"
24133 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24134 dlls/cryptdlg/Makefile: dlls/cryptdlg/Makefile.in dlls/Makedll.rules"
24135 ac_config_files="$ac_config_files dlls/cryptdlg/Makefile"
24137 ALL_MAKEFILES="$ALL_MAKEFILES \\
24138 dlls/cryptdll/Makefile"
24139 test "x$enable_cryptdll" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24140 cryptdll"
24141 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24142 dlls/cryptdll/Makefile: dlls/cryptdll/Makefile.in dlls/Makedll.rules"
24143 ac_config_files="$ac_config_files dlls/cryptdll/Makefile"
24145 ALL_MAKEFILES="$ALL_MAKEFILES \\
24146 dlls/cryptnet/Makefile"
24147 test "x$enable_cryptnet" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24148 cryptnet"
24149 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24150 dlls/cryptnet/Makefile: dlls/cryptnet/Makefile.in dlls/Makedll.rules"
24151 ac_config_files="$ac_config_files dlls/cryptnet/Makefile"
24153 ALL_MAKEFILES="$ALL_MAKEFILES \\
24154 dlls/cryptnet/tests/Makefile"
24155 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24156 cryptnet/tests"
24157 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24158 dlls/cryptnet/tests/Makefile: dlls/cryptnet/tests/Makefile.in dlls/Maketest.rules"
24159 ac_config_files="$ac_config_files dlls/cryptnet/tests/Makefile"
24161 ALL_MAKEFILES="$ALL_MAKEFILES \\
24162 dlls/cryptui/Makefile"
24163 test "x$enable_cryptui" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24164 cryptui"
24165 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24166 dlls/cryptui/Makefile: dlls/cryptui/Makefile.in dlls/Makedll.rules"
24167 ac_config_files="$ac_config_files dlls/cryptui/Makefile"
24169 ALL_MAKEFILES="$ALL_MAKEFILES \\
24170 dlls/cryptui/tests/Makefile"
24171 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24172 cryptui/tests"
24173 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24174 dlls/cryptui/tests/Makefile: dlls/cryptui/tests/Makefile.in dlls/Maketest.rules"
24175 ac_config_files="$ac_config_files dlls/cryptui/tests/Makefile"
24177 ALL_MAKEFILES="$ALL_MAKEFILES \\
24178 dlls/ctapi32/Makefile"
24179 test "x$enable_ctapi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24180 ctapi32"
24181 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24182 dlls/ctapi32/Makefile: dlls/ctapi32/Makefile.in dlls/Makedll.rules"
24183 ac_config_files="$ac_config_files dlls/ctapi32/Makefile"
24185 ALL_MAKEFILES="$ALL_MAKEFILES \\
24186 dlls/ctl3d32/Makefile"
24187 test "x$enable_ctl3d32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24188 ctl3d32"
24189 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24190 dlls/ctl3d32/Makefile: dlls/ctl3d32/Makefile.in dlls/Makedll.rules"
24191 ac_config_files="$ac_config_files dlls/ctl3d32/Makefile"
24193 ALL_MAKEFILES="$ALL_MAKEFILES \\
24194 dlls/d3d10/Makefile"
24195 test "x$enable_d3d10" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24196 d3d10"
24197 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24198 dlls/d3d10/Makefile: dlls/d3d10/Makefile.in dlls/Makedll.rules"
24199 ac_config_files="$ac_config_files dlls/d3d10/Makefile"
24201 ALL_MAKEFILES="$ALL_MAKEFILES \\
24202 dlls/d3d10/tests/Makefile"
24203 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24204 d3d10/tests"
24205 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24206 dlls/d3d10/tests/Makefile: dlls/d3d10/tests/Makefile.in dlls/Maketest.rules"
24207 ac_config_files="$ac_config_files dlls/d3d10/tests/Makefile"
24209 ALL_MAKEFILES="$ALL_MAKEFILES \\
24210 dlls/d3d10core/Makefile"
24211 test "x$enable_d3d10core" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24212 d3d10core"
24213 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24214 dlls/d3d10core/Makefile: dlls/d3d10core/Makefile.in dlls/Makedll.rules"
24215 ac_config_files="$ac_config_files dlls/d3d10core/Makefile"
24217 ALL_MAKEFILES="$ALL_MAKEFILES \\
24218 dlls/d3d10core/tests/Makefile"
24219 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24220 d3d10core/tests"
24221 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24222 dlls/d3d10core/tests/Makefile: dlls/d3d10core/tests/Makefile.in dlls/Maketest.rules"
24223 ac_config_files="$ac_config_files dlls/d3d10core/tests/Makefile"
24225 ALL_MAKEFILES="$ALL_MAKEFILES \\
24226 dlls/d3d8/Makefile"
24227 test "x$enable_d3d8" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24228 d3d8"
24229 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24230 dlls/d3d8/Makefile: dlls/d3d8/Makefile.in dlls/Makedll.rules"
24231 ac_config_files="$ac_config_files dlls/d3d8/Makefile"
24233 ALL_MAKEFILES="$ALL_MAKEFILES \\
24234 dlls/d3d8/tests/Makefile"
24235 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24236 d3d8/tests"
24237 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24238 dlls/d3d8/tests/Makefile: dlls/d3d8/tests/Makefile.in dlls/Maketest.rules"
24239 ac_config_files="$ac_config_files dlls/d3d8/tests/Makefile"
24241 ALL_MAKEFILES="$ALL_MAKEFILES \\
24242 dlls/d3d9/Makefile"
24243 test "x$enable_d3d9" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24244 d3d9"
24245 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24246 dlls/d3d9/Makefile: dlls/d3d9/Makefile.in dlls/Makedll.rules"
24247 ac_config_files="$ac_config_files dlls/d3d9/Makefile"
24249 ALL_MAKEFILES="$ALL_MAKEFILES \\
24250 dlls/d3d9/tests/Makefile"
24251 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24252 d3d9/tests"
24253 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24254 dlls/d3d9/tests/Makefile: dlls/d3d9/tests/Makefile.in dlls/Maketest.rules"
24255 ac_config_files="$ac_config_files dlls/d3d9/tests/Makefile"
24257 ALL_MAKEFILES="$ALL_MAKEFILES \\
24258 dlls/d3dim/Makefile"
24259 test "x$enable_d3dim" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24260 d3dim"
24261 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24262 dlls/d3dim/Makefile: dlls/d3dim/Makefile.in dlls/Makedll.rules"
24263 ac_config_files="$ac_config_files dlls/d3dim/Makefile"
24265 ALL_MAKEFILES="$ALL_MAKEFILES \\
24266 dlls/d3drm/Makefile"
24267 test "x$enable_d3drm" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24268 d3drm"
24269 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24270 dlls/d3drm/Makefile: dlls/d3drm/Makefile.in dlls/Makedll.rules"
24271 ac_config_files="$ac_config_files dlls/d3drm/Makefile"
24273 ALL_MAKEFILES="$ALL_MAKEFILES \\
24274 dlls/d3drm/tests/Makefile"
24275 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24276 d3drm/tests"
24277 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24278 dlls/d3drm/tests/Makefile: dlls/d3drm/tests/Makefile.in dlls/Maketest.rules"
24279 ac_config_files="$ac_config_files dlls/d3drm/tests/Makefile"
24281 ALL_MAKEFILES="$ALL_MAKEFILES \\
24282 dlls/d3dx8/Makefile"
24283 test "x$enable_d3dx8" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24284 d3dx8"
24285 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24286 dlls/d3dx8/Makefile: dlls/d3dx8/Makefile.in dlls/Makedll.rules"
24287 ac_config_files="$ac_config_files dlls/d3dx8/Makefile"
24289 ALL_MAKEFILES="$ALL_MAKEFILES \\
24290 dlls/d3dx8/tests/Makefile"
24291 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24292 d3dx8/tests"
24293 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24294 dlls/d3dx8/tests/Makefile: dlls/d3dx8/tests/Makefile.in dlls/Maketest.rules"
24295 ac_config_files="$ac_config_files dlls/d3dx8/tests/Makefile"
24297 ALL_MAKEFILES="$ALL_MAKEFILES \\
24298 dlls/d3dx9_24/Makefile"
24299 test "x$enable_d3dx9_24" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24300 d3dx9_24"
24301 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24302 dlls/d3dx9_24/Makefile: dlls/d3dx9_24/Makefile.in dlls/Makedll.rules"
24303 ac_config_files="$ac_config_files dlls/d3dx9_24/Makefile"
24305 ALL_MAKEFILES="$ALL_MAKEFILES \\
24306 dlls/d3dx9_25/Makefile"
24307 test "x$enable_d3dx9_25" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24308 d3dx9_25"
24309 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24310 dlls/d3dx9_25/Makefile: dlls/d3dx9_25/Makefile.in dlls/Makedll.rules"
24311 ac_config_files="$ac_config_files dlls/d3dx9_25/Makefile"
24313 ALL_MAKEFILES="$ALL_MAKEFILES \\
24314 dlls/d3dx9_26/Makefile"
24315 test "x$enable_d3dx9_26" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24316 d3dx9_26"
24317 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24318 dlls/d3dx9_26/Makefile: dlls/d3dx9_26/Makefile.in dlls/Makedll.rules"
24319 ac_config_files="$ac_config_files dlls/d3dx9_26/Makefile"
24321 ALL_MAKEFILES="$ALL_MAKEFILES \\
24322 dlls/d3dx9_27/Makefile"
24323 test "x$enable_d3dx9_27" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24324 d3dx9_27"
24325 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24326 dlls/d3dx9_27/Makefile: dlls/d3dx9_27/Makefile.in dlls/Makedll.rules"
24327 ac_config_files="$ac_config_files dlls/d3dx9_27/Makefile"
24329 ALL_MAKEFILES="$ALL_MAKEFILES \\
24330 dlls/d3dx9_28/Makefile"
24331 test "x$enable_d3dx9_28" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24332 d3dx9_28"
24333 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24334 dlls/d3dx9_28/Makefile: dlls/d3dx9_28/Makefile.in dlls/Makedll.rules"
24335 ac_config_files="$ac_config_files dlls/d3dx9_28/Makefile"
24337 ALL_MAKEFILES="$ALL_MAKEFILES \\
24338 dlls/d3dx9_29/Makefile"
24339 test "x$enable_d3dx9_29" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24340 d3dx9_29"
24341 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24342 dlls/d3dx9_29/Makefile: dlls/d3dx9_29/Makefile.in dlls/Makedll.rules"
24343 ac_config_files="$ac_config_files dlls/d3dx9_29/Makefile"
24345 ALL_MAKEFILES="$ALL_MAKEFILES \\
24346 dlls/d3dx9_30/Makefile"
24347 test "x$enable_d3dx9_30" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24348 d3dx9_30"
24349 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24350 dlls/d3dx9_30/Makefile: dlls/d3dx9_30/Makefile.in dlls/Makedll.rules"
24351 ac_config_files="$ac_config_files dlls/d3dx9_30/Makefile"
24353 ALL_MAKEFILES="$ALL_MAKEFILES \\
24354 dlls/d3dx9_31/Makefile"
24355 test "x$enable_d3dx9_31" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24356 d3dx9_31"
24357 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24358 dlls/d3dx9_31/Makefile: dlls/d3dx9_31/Makefile.in dlls/Makedll.rules"
24359 ac_config_files="$ac_config_files dlls/d3dx9_31/Makefile"
24361 ALL_MAKEFILES="$ALL_MAKEFILES \\
24362 dlls/d3dx9_32/Makefile"
24363 test "x$enable_d3dx9_32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24364 d3dx9_32"
24365 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24366 dlls/d3dx9_32/Makefile: dlls/d3dx9_32/Makefile.in dlls/Makedll.rules"
24367 ac_config_files="$ac_config_files dlls/d3dx9_32/Makefile"
24369 ALL_MAKEFILES="$ALL_MAKEFILES \\
24370 dlls/d3dx9_33/Makefile"
24371 test "x$enable_d3dx9_33" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24372 d3dx9_33"
24373 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24374 dlls/d3dx9_33/Makefile: dlls/d3dx9_33/Makefile.in dlls/Makedll.rules"
24375 ac_config_files="$ac_config_files dlls/d3dx9_33/Makefile"
24377 ALL_MAKEFILES="$ALL_MAKEFILES \\
24378 dlls/d3dx9_34/Makefile"
24379 test "x$enable_d3dx9_34" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24380 d3dx9_34"
24381 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24382 dlls/d3dx9_34/Makefile: dlls/d3dx9_34/Makefile.in dlls/Makedll.rules"
24383 ac_config_files="$ac_config_files dlls/d3dx9_34/Makefile"
24385 ALL_MAKEFILES="$ALL_MAKEFILES \\
24386 dlls/d3dx9_35/Makefile"
24387 test "x$enable_d3dx9_35" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24388 d3dx9_35"
24389 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24390 dlls/d3dx9_35/Makefile: dlls/d3dx9_35/Makefile.in dlls/Makedll.rules"
24391 ac_config_files="$ac_config_files dlls/d3dx9_35/Makefile"
24393 ALL_MAKEFILES="$ALL_MAKEFILES \\
24394 dlls/d3dx9_36/Makefile"
24395 test "x$enable_d3dx9_36" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24396 d3dx9_36"
24397 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24398 dlls/d3dx9_36/Makefile: dlls/d3dx9_36/Makefile.in dlls/Makedll.rules"
24399 ac_config_files="$ac_config_files dlls/d3dx9_36/Makefile"
24401 ALL_MAKEFILES="$ALL_MAKEFILES \\
24402 dlls/d3dx9_36/tests/Makefile"
24403 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24404 d3dx9_36/tests"
24405 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24406 dlls/d3dx9_36/tests/Makefile: dlls/d3dx9_36/tests/Makefile.in dlls/Maketest.rules"
24407 ac_config_files="$ac_config_files dlls/d3dx9_36/tests/Makefile"
24409 ALL_MAKEFILES="$ALL_MAKEFILES \\
24410 dlls/d3dx9_37/Makefile"
24411 test "x$enable_d3dx9_37" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24412 d3dx9_37"
24413 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24414 dlls/d3dx9_37/Makefile: dlls/d3dx9_37/Makefile.in dlls/Makedll.rules"
24415 ac_config_files="$ac_config_files dlls/d3dx9_37/Makefile"
24417 ALL_MAKEFILES="$ALL_MAKEFILES \\
24418 dlls/d3dxof/Makefile"
24419 test "x$enable_d3dxof" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24420 d3dxof"
24421 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24422 dlls/d3dxof/Makefile: dlls/d3dxof/Makefile.in dlls/Makedll.rules"
24423 ac_config_files="$ac_config_files dlls/d3dxof/Makefile"
24425 ALL_MAKEFILES="$ALL_MAKEFILES \\
24426 dlls/d3dxof/tests/Makefile"
24427 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24428 d3dxof/tests"
24429 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24430 dlls/d3dxof/tests/Makefile: dlls/d3dxof/tests/Makefile.in dlls/Maketest.rules"
24431 ac_config_files="$ac_config_files dlls/d3dxof/tests/Makefile"
24433 ALL_MAKEFILES="$ALL_MAKEFILES \\
24434 dlls/dbghelp/Makefile"
24435 test "x$enable_dbghelp" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24436 dbghelp"
24437 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24438 dlls/dbghelp/Makefile: dlls/dbghelp/Makefile.in dlls/Makedll.rules"
24439 ac_config_files="$ac_config_files dlls/dbghelp/Makefile"
24441 ALL_MAKEFILES="$ALL_MAKEFILES \\
24442 dlls/dciman32/Makefile"
24443 test "x$enable_dciman32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24444 dciman32"
24445 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24446 dlls/dciman32/Makefile: dlls/dciman32/Makefile.in dlls/Makedll.rules"
24447 ac_config_files="$ac_config_files dlls/dciman32/Makefile"
24449 ALL_MAKEFILES="$ALL_MAKEFILES \\
24450 dlls/ddraw/Makefile"
24451 test "x$enable_ddraw" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24452 ddraw"
24453 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24454 dlls/ddraw/Makefile: dlls/ddraw/Makefile.in dlls/Makedll.rules"
24455 ac_config_files="$ac_config_files dlls/ddraw/Makefile"
24457 ALL_MAKEFILES="$ALL_MAKEFILES \\
24458 dlls/ddraw/tests/Makefile"
24459 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24460 ddraw/tests"
24461 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24462 dlls/ddraw/tests/Makefile: dlls/ddraw/tests/Makefile.in dlls/Maketest.rules"
24463 ac_config_files="$ac_config_files dlls/ddraw/tests/Makefile"
24465 ALL_MAKEFILES="$ALL_MAKEFILES \\
24466 dlls/ddrawex/Makefile"
24467 test "x$enable_ddrawex" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24468 ddrawex"
24469 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24470 dlls/ddrawex/Makefile: dlls/ddrawex/Makefile.in dlls/Makedll.rules"
24471 ac_config_files="$ac_config_files dlls/ddrawex/Makefile"
24473 ALL_MAKEFILES="$ALL_MAKEFILES \\
24474 dlls/devenum/Makefile"
24475 test "x$enable_devenum" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24476 devenum"
24477 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24478 dlls/devenum/Makefile: dlls/devenum/Makefile.in dlls/Makedll.rules"
24479 ac_config_files="$ac_config_files dlls/devenum/Makefile"
24481 ALL_MAKEFILES="$ALL_MAKEFILES \\
24482 dlls/dinput/Makefile"
24483 test "x$enable_dinput" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24484 dinput"
24485 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24486 dlls/dinput/Makefile: dlls/dinput/Makefile.in dlls/Makedll.rules"
24487 ac_config_files="$ac_config_files dlls/dinput/Makefile"
24489 ALL_MAKEFILES="$ALL_MAKEFILES \\
24490 dlls/dinput/tests/Makefile"
24491 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24492 dinput/tests"
24493 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24494 dlls/dinput/tests/Makefile: dlls/dinput/tests/Makefile.in dlls/Maketest.rules"
24495 ac_config_files="$ac_config_files dlls/dinput/tests/Makefile"
24497 ALL_MAKEFILES="$ALL_MAKEFILES \\
24498 dlls/dinput8/Makefile"
24499 test "x$enable_dinput8" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24500 dinput8"
24501 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24502 dlls/dinput8/Makefile: dlls/dinput8/Makefile.in dlls/Makedll.rules"
24503 ac_config_files="$ac_config_files dlls/dinput8/Makefile"
24505 ALL_MAKEFILES="$ALL_MAKEFILES \\
24506 dlls/dmband/Makefile"
24507 test "x$enable_dmband" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24508 dmband"
24509 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24510 dlls/dmband/Makefile: dlls/dmband/Makefile.in dlls/Makedll.rules"
24511 ac_config_files="$ac_config_files dlls/dmband/Makefile"
24513 ALL_MAKEFILES="$ALL_MAKEFILES \\
24514 dlls/dmcompos/Makefile"
24515 test "x$enable_dmcompos" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24516 dmcompos"
24517 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24518 dlls/dmcompos/Makefile: dlls/dmcompos/Makefile.in dlls/Makedll.rules"
24519 ac_config_files="$ac_config_files dlls/dmcompos/Makefile"
24521 ALL_MAKEFILES="$ALL_MAKEFILES \\
24522 dlls/dmime/Makefile"
24523 test "x$enable_dmime" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24524 dmime"
24525 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24526 dlls/dmime/Makefile: dlls/dmime/Makefile.in dlls/Makedll.rules"
24527 ac_config_files="$ac_config_files dlls/dmime/Makefile"
24529 ALL_MAKEFILES="$ALL_MAKEFILES \\
24530 dlls/dmloader/Makefile"
24531 test "x$enable_dmloader" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24532 dmloader"
24533 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24534 dlls/dmloader/Makefile: dlls/dmloader/Makefile.in dlls/Makedll.rules"
24535 ac_config_files="$ac_config_files dlls/dmloader/Makefile"
24537 ALL_MAKEFILES="$ALL_MAKEFILES \\
24538 dlls/dmscript/Makefile"
24539 test "x$enable_dmscript" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24540 dmscript"
24541 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24542 dlls/dmscript/Makefile: dlls/dmscript/Makefile.in dlls/Makedll.rules"
24543 ac_config_files="$ac_config_files dlls/dmscript/Makefile"
24545 ALL_MAKEFILES="$ALL_MAKEFILES \\
24546 dlls/dmstyle/Makefile"
24547 test "x$enable_dmstyle" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24548 dmstyle"
24549 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24550 dlls/dmstyle/Makefile: dlls/dmstyle/Makefile.in dlls/Makedll.rules"
24551 ac_config_files="$ac_config_files dlls/dmstyle/Makefile"
24553 ALL_MAKEFILES="$ALL_MAKEFILES \\
24554 dlls/dmsynth/Makefile"
24555 test "x$enable_dmsynth" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24556 dmsynth"
24557 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24558 dlls/dmsynth/Makefile: dlls/dmsynth/Makefile.in dlls/Makedll.rules"
24559 ac_config_files="$ac_config_files dlls/dmsynth/Makefile"
24561 ALL_MAKEFILES="$ALL_MAKEFILES \\
24562 dlls/dmusic/Makefile"
24563 test "x$enable_dmusic" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24564 dmusic"
24565 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24566 dlls/dmusic/Makefile: dlls/dmusic/Makefile.in dlls/Makedll.rules"
24567 ac_config_files="$ac_config_files dlls/dmusic/Makefile"
24569 ALL_MAKEFILES="$ALL_MAKEFILES \\
24570 dlls/dmusic32/Makefile"
24571 test "x$enable_dmusic32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24572 dmusic32"
24573 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24574 dlls/dmusic32/Makefile: dlls/dmusic32/Makefile.in dlls/Makedll.rules"
24575 ac_config_files="$ac_config_files dlls/dmusic32/Makefile"
24577 ALL_MAKEFILES="$ALL_MAKEFILES \\
24578 dlls/dnsapi/Makefile"
24579 test "x$enable_dnsapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24580 dnsapi"
24581 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24582 dlls/dnsapi/Makefile: dlls/dnsapi/Makefile.in dlls/Makedll.rules"
24583 ac_config_files="$ac_config_files dlls/dnsapi/Makefile"
24585 ALL_MAKEFILES="$ALL_MAKEFILES \\
24586 dlls/dnsapi/tests/Makefile"
24587 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24588 dnsapi/tests"
24589 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24590 dlls/dnsapi/tests/Makefile: dlls/dnsapi/tests/Makefile.in dlls/Maketest.rules"
24591 ac_config_files="$ac_config_files dlls/dnsapi/tests/Makefile"
24593 ALL_MAKEFILES="$ALL_MAKEFILES \\
24594 dlls/dplay/Makefile"
24595 test "x$enable_dplay" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24596 dplay"
24597 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24598 dlls/dplay/Makefile: dlls/dplay/Makefile.in dlls/Makedll.rules"
24599 ac_config_files="$ac_config_files dlls/dplay/Makefile"
24601 ALL_MAKEFILES="$ALL_MAKEFILES \\
24602 dlls/dplayx/Makefile"
24603 test "x$enable_dplayx" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24604 dplayx"
24605 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24606 dlls/dplayx/Makefile: dlls/dplayx/Makefile.in dlls/Makedll.rules"
24607 ac_config_files="$ac_config_files dlls/dplayx/Makefile"
24609 ALL_MAKEFILES="$ALL_MAKEFILES \\
24610 dlls/dplayx/tests/Makefile"
24611 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24612 dplayx/tests"
24613 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24614 dlls/dplayx/tests/Makefile: dlls/dplayx/tests/Makefile.in dlls/Maketest.rules"
24615 ac_config_files="$ac_config_files dlls/dplayx/tests/Makefile"
24617 ALL_MAKEFILES="$ALL_MAKEFILES \\
24618 dlls/dpnaddr/Makefile"
24619 test "x$enable_dpnaddr" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24620 dpnaddr"
24621 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24622 dlls/dpnaddr/Makefile: dlls/dpnaddr/Makefile.in dlls/Makedll.rules"
24623 ac_config_files="$ac_config_files dlls/dpnaddr/Makefile"
24625 ALL_MAKEFILES="$ALL_MAKEFILES \\
24626 dlls/dpnet/Makefile"
24627 test "x$enable_dpnet" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24628 dpnet"
24629 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24630 dlls/dpnet/Makefile: dlls/dpnet/Makefile.in dlls/Makedll.rules"
24631 ac_config_files="$ac_config_files dlls/dpnet/Makefile"
24633 ALL_MAKEFILES="$ALL_MAKEFILES \\
24634 dlls/dpnhpast/Makefile"
24635 test "x$enable_dpnhpast" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24636 dpnhpast"
24637 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24638 dlls/dpnhpast/Makefile: dlls/dpnhpast/Makefile.in dlls/Makedll.rules"
24639 ac_config_files="$ac_config_files dlls/dpnhpast/Makefile"
24641 ALL_MAKEFILES="$ALL_MAKEFILES \\
24642 dlls/dpnlobby/Makefile"
24643 test "x$enable_dpnlobby" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24644 dpnlobby"
24645 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24646 dlls/dpnlobby/Makefile: dlls/dpnlobby/Makefile.in dlls/Makedll.rules"
24647 ac_config_files="$ac_config_files dlls/dpnlobby/Makefile"
24649 ALL_MAKEFILES="$ALL_MAKEFILES \\
24650 dlls/dpwsockx/Makefile"
24651 test "x$enable_dpwsockx" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24652 dpwsockx"
24653 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24654 dlls/dpwsockx/Makefile: dlls/dpwsockx/Makefile.in dlls/Makedll.rules"
24655 ac_config_files="$ac_config_files dlls/dpwsockx/Makefile"
24657 ALL_MAKEFILES="$ALL_MAKEFILES \\
24658 dlls/dsound/Makefile"
24659 test "x$enable_dsound" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24660 dsound"
24661 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24662 dlls/dsound/Makefile: dlls/dsound/Makefile.in dlls/Makedll.rules"
24663 ac_config_files="$ac_config_files dlls/dsound/Makefile"
24665 ALL_MAKEFILES="$ALL_MAKEFILES \\
24666 dlls/dsound/tests/Makefile"
24667 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24668 dsound/tests"
24669 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24670 dlls/dsound/tests/Makefile: dlls/dsound/tests/Makefile.in dlls/Maketest.rules"
24671 ac_config_files="$ac_config_files dlls/dsound/tests/Makefile"
24673 ALL_MAKEFILES="$ALL_MAKEFILES \\
24674 dlls/dssenh/Makefile"
24675 test "x$enable_dssenh" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24676 dssenh"
24677 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24678 dlls/dssenh/Makefile: dlls/dssenh/Makefile.in dlls/Makedll.rules"
24679 ac_config_files="$ac_config_files dlls/dssenh/Makefile"
24681 ALL_MAKEFILES="$ALL_MAKEFILES \\
24682 dlls/dswave/Makefile"
24683 test "x$enable_dswave" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24684 dswave"
24685 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24686 dlls/dswave/Makefile: dlls/dswave/Makefile.in dlls/Makedll.rules"
24687 ac_config_files="$ac_config_files dlls/dswave/Makefile"
24689 ALL_MAKEFILES="$ALL_MAKEFILES \\
24690 dlls/dwmapi/Makefile"
24691 test "x$enable_dwmapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24692 dwmapi"
24693 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24694 dlls/dwmapi/Makefile: dlls/dwmapi/Makefile.in dlls/Makedll.rules"
24695 ac_config_files="$ac_config_files dlls/dwmapi/Makefile"
24697 ALL_MAKEFILES="$ALL_MAKEFILES \\
24698 dlls/dxdiagn/Makefile"
24699 test "x$enable_dxdiagn" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24700 dxdiagn"
24701 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24702 dlls/dxdiagn/Makefile: dlls/dxdiagn/Makefile.in dlls/Makedll.rules"
24703 ac_config_files="$ac_config_files dlls/dxdiagn/Makefile"
24705 ALL_MAKEFILES="$ALL_MAKEFILES \\
24706 dlls/dxerr8/Makefile"
24707 test "x$enable_dxerr8" != xno && ALL_IMPLIB_DIRS="$ALL_IMPLIB_DIRS \\
24708 dxerr8"
24709 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24710 dlls/dxerr8/Makefile: dlls/dxerr8/Makefile.in dlls/Makeimplib.rules"
24711 ac_config_files="$ac_config_files dlls/dxerr8/Makefile"
24713 ALL_MAKEFILES="$ALL_MAKEFILES \\
24714 dlls/dxerr9/Makefile"
24715 test "x$enable_dxerr9" != xno && ALL_IMPLIB_DIRS="$ALL_IMPLIB_DIRS \\
24716 dxerr9"
24717 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24718 dlls/dxerr9/Makefile: dlls/dxerr9/Makefile.in dlls/Makeimplib.rules"
24719 ac_config_files="$ac_config_files dlls/dxerr9/Makefile"
24721 ALL_MAKEFILES="$ALL_MAKEFILES \\
24722 dlls/dxgi/Makefile"
24723 test "x$enable_dxgi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24724 dxgi"
24725 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24726 dlls/dxgi/Makefile: dlls/dxgi/Makefile.in dlls/Makedll.rules"
24727 ac_config_files="$ac_config_files dlls/dxgi/Makefile"
24729 ALL_MAKEFILES="$ALL_MAKEFILES \\
24730 dlls/dxgi/tests/Makefile"
24731 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24732 dxgi/tests"
24733 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24734 dlls/dxgi/tests/Makefile: dlls/dxgi/tests/Makefile.in dlls/Maketest.rules"
24735 ac_config_files="$ac_config_files dlls/dxgi/tests/Makefile"
24737 ALL_MAKEFILES="$ALL_MAKEFILES \\
24738 dlls/dxguid/Makefile"
24739 test "x$enable_dxguid" != xno && ALL_IMPLIB_DIRS="$ALL_IMPLIB_DIRS \\
24740 dxguid"
24741 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24742 dlls/dxguid/Makefile: dlls/dxguid/Makefile.in dlls/Makeimplib.rules"
24743 ac_config_files="$ac_config_files dlls/dxguid/Makefile"
24745 ALL_MAKEFILES="$ALL_MAKEFILES \\
24746 dlls/faultrep/Makefile"
24747 test "x$enable_faultrep" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24748 faultrep"
24749 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24750 dlls/faultrep/Makefile: dlls/faultrep/Makefile.in dlls/Makedll.rules"
24751 ac_config_files="$ac_config_files dlls/faultrep/Makefile"
24753 ALL_MAKEFILES="$ALL_MAKEFILES \\
24754 dlls/fusion/Makefile"
24755 test "x$enable_fusion" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24756 fusion"
24757 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24758 dlls/fusion/Makefile: dlls/fusion/Makefile.in dlls/Makedll.rules"
24759 ac_config_files="$ac_config_files dlls/fusion/Makefile"
24761 ALL_MAKEFILES="$ALL_MAKEFILES \\
24762 dlls/fusion/tests/Makefile"
24763 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24764 fusion/tests"
24765 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24766 dlls/fusion/tests/Makefile: dlls/fusion/tests/Makefile.in dlls/Maketest.rules"
24767 ac_config_files="$ac_config_files dlls/fusion/tests/Makefile"
24769 ALL_MAKEFILES="$ALL_MAKEFILES \\
24770 dlls/gdi32/Makefile"
24771 test "x$enable_gdi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24772 gdi32"
24773 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24774 dlls/gdi32/Makefile: dlls/gdi32/Makefile.in dlls/Makedll.rules"
24775 ac_config_files="$ac_config_files dlls/gdi32/Makefile"
24777 ALL_MAKEFILES="$ALL_MAKEFILES \\
24778 dlls/gdi32/tests/Makefile"
24779 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24780 gdi32/tests"
24781 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24782 dlls/gdi32/tests/Makefile: dlls/gdi32/tests/Makefile.in dlls/Maketest.rules"
24783 ac_config_files="$ac_config_files dlls/gdi32/tests/Makefile"
24785 ALL_MAKEFILES="$ALL_MAKEFILES \\
24786 dlls/gdiplus/Makefile"
24787 test "x$enable_gdiplus" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24788 gdiplus"
24789 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24790 dlls/gdiplus/Makefile: dlls/gdiplus/Makefile.in dlls/Makedll.rules"
24791 ac_config_files="$ac_config_files dlls/gdiplus/Makefile"
24793 ALL_MAKEFILES="$ALL_MAKEFILES \\
24794 dlls/gdiplus/tests/Makefile"
24795 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24796 gdiplus/tests"
24797 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24798 dlls/gdiplus/tests/Makefile: dlls/gdiplus/tests/Makefile.in dlls/Maketest.rules"
24799 ac_config_files="$ac_config_files dlls/gdiplus/tests/Makefile"
24801 ALL_MAKEFILES="$ALL_MAKEFILES \\
24802 dlls/glu32/Makefile"
24803 test "x$enable_glu32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24804 glu32"
24805 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24806 dlls/glu32/Makefile: dlls/glu32/Makefile.in dlls/Makedll.rules"
24807 ac_config_files="$ac_config_files dlls/glu32/Makefile"
24809 ALL_MAKEFILES="$ALL_MAKEFILES \\
24810 dlls/gphoto2.ds/Makefile"
24811 test "x$enable_gphoto2_ds" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24812 gphoto2.ds"
24813 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24814 dlls/gphoto2.ds/Makefile: dlls/gphoto2.ds/Makefile.in dlls/Makedll.rules"
24815 ac_config_files="$ac_config_files dlls/gphoto2.ds/Makefile"
24817 ALL_MAKEFILES="$ALL_MAKEFILES \\
24818 dlls/gpkcsp/Makefile"
24819 test "x$enable_gpkcsp" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24820 gpkcsp"
24821 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24822 dlls/gpkcsp/Makefile: dlls/gpkcsp/Makefile.in dlls/Makedll.rules"
24823 ac_config_files="$ac_config_files dlls/gpkcsp/Makefile"
24825 ALL_MAKEFILES="$ALL_MAKEFILES \\
24826 dlls/hal/Makefile"
24827 test "x$enable_hal" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24828 hal"
24829 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24830 dlls/hal/Makefile: dlls/hal/Makefile.in dlls/Makedll.rules"
24831 ac_config_files="$ac_config_files dlls/hal/Makefile"
24833 ALL_MAKEFILES="$ALL_MAKEFILES \\
24834 dlls/hhctrl.ocx/Makefile"
24835 test "x$enable_hhctrl_ocx" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24836 hhctrl.ocx"
24837 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24838 dlls/hhctrl.ocx/Makefile: dlls/hhctrl.ocx/Makefile.in dlls/Makedll.rules"
24839 ac_config_files="$ac_config_files dlls/hhctrl.ocx/Makefile"
24841 ALL_MAKEFILES="$ALL_MAKEFILES \\
24842 dlls/hid/Makefile"
24843 test "x$enable_hid" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24844 hid"
24845 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24846 dlls/hid/Makefile: dlls/hid/Makefile.in dlls/Makedll.rules"
24847 ac_config_files="$ac_config_files dlls/hid/Makefile"
24849 ALL_MAKEFILES="$ALL_MAKEFILES \\
24850 dlls/hlink/Makefile"
24851 test "x$enable_hlink" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24852 hlink"
24853 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24854 dlls/hlink/Makefile: dlls/hlink/Makefile.in dlls/Makedll.rules"
24855 ac_config_files="$ac_config_files dlls/hlink/Makefile"
24857 ALL_MAKEFILES="$ALL_MAKEFILES \\
24858 dlls/hlink/tests/Makefile"
24859 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24860 hlink/tests"
24861 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24862 dlls/hlink/tests/Makefile: dlls/hlink/tests/Makefile.in dlls/Maketest.rules"
24863 ac_config_files="$ac_config_files dlls/hlink/tests/Makefile"
24865 ALL_MAKEFILES="$ALL_MAKEFILES \\
24866 dlls/hnetcfg/Makefile"
24867 test "x$enable_hnetcfg" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24868 hnetcfg"
24869 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24870 dlls/hnetcfg/Makefile: dlls/hnetcfg/Makefile.in dlls/Makedll.rules"
24871 ac_config_files="$ac_config_files dlls/hnetcfg/Makefile"
24873 ALL_MAKEFILES="$ALL_MAKEFILES \\
24874 dlls/iccvid/Makefile"
24875 test "x$enable_iccvid" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24876 iccvid"
24877 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24878 dlls/iccvid/Makefile: dlls/iccvid/Makefile.in dlls/Makedll.rules"
24879 ac_config_files="$ac_config_files dlls/iccvid/Makefile"
24881 ALL_MAKEFILES="$ALL_MAKEFILES \\
24882 dlls/icmp/Makefile"
24883 test "x$enable_icmp" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24884 icmp"
24885 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24886 dlls/icmp/Makefile: dlls/icmp/Makefile.in dlls/Makedll.rules"
24887 ac_config_files="$ac_config_files dlls/icmp/Makefile"
24889 ALL_MAKEFILES="$ALL_MAKEFILES \\
24890 dlls/ifsmgr.vxd/Makefile"
24891 test "x$enable_ifsmgr_vxd" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24892 ifsmgr.vxd"
24893 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24894 dlls/ifsmgr.vxd/Makefile: dlls/ifsmgr.vxd/Makefile.in dlls/Makedll.rules"
24895 ac_config_files="$ac_config_files dlls/ifsmgr.vxd/Makefile"
24897 ALL_MAKEFILES="$ALL_MAKEFILES \\
24898 dlls/imaadp32.acm/Makefile"
24899 test "x$enable_imaadp32_acm" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24900 imaadp32.acm"
24901 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24902 dlls/imaadp32.acm/Makefile: dlls/imaadp32.acm/Makefile.in dlls/Makedll.rules"
24903 ac_config_files="$ac_config_files dlls/imaadp32.acm/Makefile"
24905 ALL_MAKEFILES="$ALL_MAKEFILES \\
24906 dlls/imagehlp/Makefile"
24907 test "x$enable_imagehlp" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24908 imagehlp"
24909 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24910 dlls/imagehlp/Makefile: dlls/imagehlp/Makefile.in dlls/Makedll.rules"
24911 ac_config_files="$ac_config_files dlls/imagehlp/Makefile"
24913 ALL_MAKEFILES="$ALL_MAKEFILES \\
24914 dlls/imm32/Makefile"
24915 test "x$enable_imm32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24916 imm32"
24917 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24918 dlls/imm32/Makefile: dlls/imm32/Makefile.in dlls/Makedll.rules"
24919 ac_config_files="$ac_config_files dlls/imm32/Makefile"
24921 ALL_MAKEFILES="$ALL_MAKEFILES \\
24922 dlls/imm32/tests/Makefile"
24923 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24924 imm32/tests"
24925 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24926 dlls/imm32/tests/Makefile: dlls/imm32/tests/Makefile.in dlls/Maketest.rules"
24927 ac_config_files="$ac_config_files dlls/imm32/tests/Makefile"
24929 ALL_MAKEFILES="$ALL_MAKEFILES \\
24930 dlls/inetcomm/Makefile"
24931 test "x$enable_inetcomm" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24932 inetcomm"
24933 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24934 dlls/inetcomm/Makefile: dlls/inetcomm/Makefile.in dlls/Makedll.rules"
24935 ac_config_files="$ac_config_files dlls/inetcomm/Makefile"
24937 ALL_MAKEFILES="$ALL_MAKEFILES \\
24938 dlls/inetcomm/tests/Makefile"
24939 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24940 inetcomm/tests"
24941 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24942 dlls/inetcomm/tests/Makefile: dlls/inetcomm/tests/Makefile.in dlls/Maketest.rules"
24943 ac_config_files="$ac_config_files dlls/inetcomm/tests/Makefile"
24945 ALL_MAKEFILES="$ALL_MAKEFILES \\
24946 dlls/inetmib1/Makefile"
24947 test "x$enable_inetmib1" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24948 inetmib1"
24949 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24950 dlls/inetmib1/Makefile: dlls/inetmib1/Makefile.in dlls/Makedll.rules"
24951 ac_config_files="$ac_config_files dlls/inetmib1/Makefile"
24953 ALL_MAKEFILES="$ALL_MAKEFILES \\
24954 dlls/inetmib1/tests/Makefile"
24955 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24956 inetmib1/tests"
24957 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24958 dlls/inetmib1/tests/Makefile: dlls/inetmib1/tests/Makefile.in dlls/Maketest.rules"
24959 ac_config_files="$ac_config_files dlls/inetmib1/tests/Makefile"
24961 ALL_MAKEFILES="$ALL_MAKEFILES \\
24962 dlls/infosoft/Makefile"
24963 test "x$enable_infosoft" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24964 infosoft"
24965 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24966 dlls/infosoft/Makefile: dlls/infosoft/Makefile.in dlls/Makedll.rules"
24967 ac_config_files="$ac_config_files dlls/infosoft/Makefile"
24969 ALL_MAKEFILES="$ALL_MAKEFILES \\
24970 dlls/infosoft/tests/Makefile"
24971 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24972 infosoft/tests"
24973 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24974 dlls/infosoft/tests/Makefile: dlls/infosoft/tests/Makefile.in dlls/Maketest.rules"
24975 ac_config_files="$ac_config_files dlls/infosoft/tests/Makefile"
24977 ALL_MAKEFILES="$ALL_MAKEFILES \\
24978 dlls/initpki/Makefile"
24979 test "x$enable_initpki" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24980 initpki"
24981 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24982 dlls/initpki/Makefile: dlls/initpki/Makefile.in dlls/Makedll.rules"
24983 ac_config_files="$ac_config_files dlls/initpki/Makefile"
24985 ALL_MAKEFILES="$ALL_MAKEFILES \\
24986 dlls/inkobj/Makefile"
24987 test "x$enable_inkobj" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24988 inkobj"
24989 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24990 dlls/inkobj/Makefile: dlls/inkobj/Makefile.in dlls/Makedll.rules"
24991 ac_config_files="$ac_config_files dlls/inkobj/Makefile"
24993 ALL_MAKEFILES="$ALL_MAKEFILES \\
24994 dlls/inseng/Makefile"
24995 test "x$enable_inseng" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24996 inseng"
24997 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24998 dlls/inseng/Makefile: dlls/inseng/Makefile.in dlls/Makedll.rules"
24999 ac_config_files="$ac_config_files dlls/inseng/Makefile"
25001 ALL_MAKEFILES="$ALL_MAKEFILES \\
25002 dlls/iphlpapi/Makefile"
25003 test "x$enable_iphlpapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25004 iphlpapi"
25005 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25006 dlls/iphlpapi/Makefile: dlls/iphlpapi/Makefile.in dlls/Makedll.rules"
25007 ac_config_files="$ac_config_files dlls/iphlpapi/Makefile"
25009 ALL_MAKEFILES="$ALL_MAKEFILES \\
25010 dlls/iphlpapi/tests/Makefile"
25011 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25012 iphlpapi/tests"
25013 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25014 dlls/iphlpapi/tests/Makefile: dlls/iphlpapi/tests/Makefile.in dlls/Maketest.rules"
25015 ac_config_files="$ac_config_files dlls/iphlpapi/tests/Makefile"
25017 ALL_MAKEFILES="$ALL_MAKEFILES \\
25018 dlls/itircl/Makefile"
25019 test "x$enable_itircl" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25020 itircl"
25021 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25022 dlls/itircl/Makefile: dlls/itircl/Makefile.in dlls/Makedll.rules"
25023 ac_config_files="$ac_config_files dlls/itircl/Makefile"
25025 ALL_MAKEFILES="$ALL_MAKEFILES \\
25026 dlls/itss/Makefile"
25027 test "x$enable_itss" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25028 itss"
25029 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25030 dlls/itss/Makefile: dlls/itss/Makefile.in dlls/Makedll.rules"
25031 ac_config_files="$ac_config_files dlls/itss/Makefile"
25033 ALL_MAKEFILES="$ALL_MAKEFILES \\
25034 dlls/itss/tests/Makefile"
25035 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25036 itss/tests"
25037 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25038 dlls/itss/tests/Makefile: dlls/itss/tests/Makefile.in dlls/Maketest.rules"
25039 ac_config_files="$ac_config_files dlls/itss/tests/Makefile"
25041 ALL_MAKEFILES="$ALL_MAKEFILES \\
25042 dlls/jscript/Makefile"
25043 test "x$enable_jscript" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25044 jscript"
25045 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25046 dlls/jscript/Makefile: dlls/jscript/Makefile.in dlls/Makedll.rules"
25047 ac_config_files="$ac_config_files dlls/jscript/Makefile"
25049 ALL_MAKEFILES="$ALL_MAKEFILES \\
25050 dlls/jscript/tests/Makefile"
25051 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25052 jscript/tests"
25053 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25054 dlls/jscript/tests/Makefile: dlls/jscript/tests/Makefile.in dlls/Maketest.rules"
25055 ac_config_files="$ac_config_files dlls/jscript/tests/Makefile"
25057 ALL_MAKEFILES="$ALL_MAKEFILES \\
25058 dlls/kernel32/Makefile"
25059 test "x$enable_kernel32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25060 kernel32"
25061 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25062 dlls/kernel32/Makefile: dlls/kernel32/Makefile.in dlls/Makedll.rules"
25063 ac_config_files="$ac_config_files dlls/kernel32/Makefile"
25065 ALL_MAKEFILES="$ALL_MAKEFILES \\
25066 dlls/kernel32/tests/Makefile"
25067 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25068 kernel32/tests"
25069 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25070 dlls/kernel32/tests/Makefile: dlls/kernel32/tests/Makefile.in dlls/Maketest.rules"
25071 ac_config_files="$ac_config_files dlls/kernel32/tests/Makefile"
25073 ALL_MAKEFILES="$ALL_MAKEFILES \\
25074 dlls/localspl/Makefile"
25075 test "x$enable_localspl" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25076 localspl"
25077 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25078 dlls/localspl/Makefile: dlls/localspl/Makefile.in dlls/Makedll.rules"
25079 ac_config_files="$ac_config_files dlls/localspl/Makefile"
25081 ALL_MAKEFILES="$ALL_MAKEFILES \\
25082 dlls/localspl/tests/Makefile"
25083 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25084 localspl/tests"
25085 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25086 dlls/localspl/tests/Makefile: dlls/localspl/tests/Makefile.in dlls/Maketest.rules"
25087 ac_config_files="$ac_config_files dlls/localspl/tests/Makefile"
25089 ALL_MAKEFILES="$ALL_MAKEFILES \\
25090 dlls/localui/Makefile"
25091 test "x$enable_localui" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25092 localui"
25093 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25094 dlls/localui/Makefile: dlls/localui/Makefile.in dlls/Makedll.rules"
25095 ac_config_files="$ac_config_files dlls/localui/Makefile"
25097 ALL_MAKEFILES="$ALL_MAKEFILES \\
25098 dlls/localui/tests/Makefile"
25099 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25100 localui/tests"
25101 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25102 dlls/localui/tests/Makefile: dlls/localui/tests/Makefile.in dlls/Maketest.rules"
25103 ac_config_files="$ac_config_files dlls/localui/tests/Makefile"
25105 ALL_MAKEFILES="$ALL_MAKEFILES \\
25106 dlls/lz32/Makefile"
25107 test "x$enable_lz32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25108 lz32"
25109 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25110 dlls/lz32/Makefile: dlls/lz32/Makefile.in dlls/Makedll.rules"
25111 ac_config_files="$ac_config_files dlls/lz32/Makefile"
25113 ALL_MAKEFILES="$ALL_MAKEFILES \\
25114 dlls/lz32/tests/Makefile"
25115 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25116 lz32/tests"
25117 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25118 dlls/lz32/tests/Makefile: dlls/lz32/tests/Makefile.in dlls/Maketest.rules"
25119 ac_config_files="$ac_config_files dlls/lz32/tests/Makefile"
25121 ALL_MAKEFILES="$ALL_MAKEFILES \\
25122 dlls/mapi32/Makefile"
25123 test "x$enable_mapi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25124 mapi32"
25125 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25126 dlls/mapi32/Makefile: dlls/mapi32/Makefile.in dlls/Makedll.rules"
25127 ac_config_files="$ac_config_files dlls/mapi32/Makefile"
25129 ALL_MAKEFILES="$ALL_MAKEFILES \\
25130 dlls/mapi32/tests/Makefile"
25131 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25132 mapi32/tests"
25133 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25134 dlls/mapi32/tests/Makefile: dlls/mapi32/tests/Makefile.in dlls/Maketest.rules"
25135 ac_config_files="$ac_config_files dlls/mapi32/tests/Makefile"
25137 ALL_MAKEFILES="$ALL_MAKEFILES \\
25138 dlls/mciavi32/Makefile"
25139 test "x$enable_mciavi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25140 mciavi32"
25141 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25142 dlls/mciavi32/Makefile: dlls/mciavi32/Makefile.in dlls/Makedll.rules"
25143 ac_config_files="$ac_config_files dlls/mciavi32/Makefile"
25145 ALL_MAKEFILES="$ALL_MAKEFILES \\
25146 dlls/mcicda/Makefile"
25147 test "x$enable_mcicda" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25148 mcicda"
25149 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25150 dlls/mcicda/Makefile: dlls/mcicda/Makefile.in dlls/Makedll.rules"
25151 ac_config_files="$ac_config_files dlls/mcicda/Makefile"
25153 ALL_MAKEFILES="$ALL_MAKEFILES \\
25154 dlls/mciseq/Makefile"
25155 test "x$enable_mciseq" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25156 mciseq"
25157 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25158 dlls/mciseq/Makefile: dlls/mciseq/Makefile.in dlls/Makedll.rules"
25159 ac_config_files="$ac_config_files dlls/mciseq/Makefile"
25161 ALL_MAKEFILES="$ALL_MAKEFILES \\
25162 dlls/mciwave/Makefile"
25163 test "x$enable_mciwave" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25164 mciwave"
25165 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25166 dlls/mciwave/Makefile: dlls/mciwave/Makefile.in dlls/Makedll.rules"
25167 ac_config_files="$ac_config_files dlls/mciwave/Makefile"
25169 ALL_MAKEFILES="$ALL_MAKEFILES \\
25170 dlls/midimap/Makefile"
25171 test "x$enable_midimap" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25172 midimap"
25173 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25174 dlls/midimap/Makefile: dlls/midimap/Makefile.in dlls/Makedll.rules"
25175 ac_config_files="$ac_config_files dlls/midimap/Makefile"
25177 ALL_MAKEFILES="$ALL_MAKEFILES \\
25178 dlls/mlang/Makefile"
25179 test "x$enable_mlang" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25180 mlang"
25181 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25182 dlls/mlang/Makefile: dlls/mlang/Makefile.in dlls/Makedll.rules"
25183 ac_config_files="$ac_config_files dlls/mlang/Makefile"
25185 ALL_MAKEFILES="$ALL_MAKEFILES \\
25186 dlls/mlang/tests/Makefile"
25187 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25188 mlang/tests"
25189 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25190 dlls/mlang/tests/Makefile: dlls/mlang/tests/Makefile.in dlls/Maketest.rules"
25191 ac_config_files="$ac_config_files dlls/mlang/tests/Makefile"
25193 ALL_MAKEFILES="$ALL_MAKEFILES \\
25194 dlls/mmdevldr.vxd/Makefile"
25195 test "x$enable_mmdevldr_vxd" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25196 mmdevldr.vxd"
25197 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25198 dlls/mmdevldr.vxd/Makefile: dlls/mmdevldr.vxd/Makefile.in dlls/Makedll.rules"
25199 ac_config_files="$ac_config_files dlls/mmdevldr.vxd/Makefile"
25201 ALL_MAKEFILES="$ALL_MAKEFILES \\
25202 dlls/monodebg.vxd/Makefile"
25203 test "x$enable_monodebg_vxd" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25204 monodebg.vxd"
25205 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25206 dlls/monodebg.vxd/Makefile: dlls/monodebg.vxd/Makefile.in dlls/Makedll.rules"
25207 ac_config_files="$ac_config_files dlls/monodebg.vxd/Makefile"
25209 ALL_MAKEFILES="$ALL_MAKEFILES \\
25210 dlls/mountmgr.sys/Makefile"
25211 test "x$enable_mountmgr_sys" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25212 mountmgr.sys"
25213 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25214 dlls/mountmgr.sys/Makefile: dlls/mountmgr.sys/Makefile.in dlls/Makedll.rules"
25215 ac_config_files="$ac_config_files dlls/mountmgr.sys/Makefile"
25217 ALL_MAKEFILES="$ALL_MAKEFILES \\
25218 dlls/mpr/Makefile"
25219 test "x$enable_mpr" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25220 mpr"
25221 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25222 dlls/mpr/Makefile: dlls/mpr/Makefile.in dlls/Makedll.rules"
25223 ac_config_files="$ac_config_files dlls/mpr/Makefile"
25225 ALL_MAKEFILES="$ALL_MAKEFILES \\
25226 dlls/mprapi/Makefile"
25227 test "x$enable_mprapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25228 mprapi"
25229 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25230 dlls/mprapi/Makefile: dlls/mprapi/Makefile.in dlls/Makedll.rules"
25231 ac_config_files="$ac_config_files dlls/mprapi/Makefile"
25233 ALL_MAKEFILES="$ALL_MAKEFILES \\
25234 dlls/msacm32.drv/Makefile"
25235 test "x$enable_msacm32_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25236 msacm32.drv"
25237 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25238 dlls/msacm32.drv/Makefile: dlls/msacm32.drv/Makefile.in dlls/Makedll.rules"
25239 ac_config_files="$ac_config_files dlls/msacm32.drv/Makefile"
25241 ALL_MAKEFILES="$ALL_MAKEFILES \\
25242 dlls/msacm32/Makefile"
25243 test "x$enable_msacm32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25244 msacm32"
25245 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25246 dlls/msacm32/Makefile: dlls/msacm32/Makefile.in dlls/Makedll.rules"
25247 ac_config_files="$ac_config_files dlls/msacm32/Makefile"
25249 ALL_MAKEFILES="$ALL_MAKEFILES \\
25250 dlls/msacm32/tests/Makefile"
25251 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25252 msacm32/tests"
25253 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25254 dlls/msacm32/tests/Makefile: dlls/msacm32/tests/Makefile.in dlls/Maketest.rules"
25255 ac_config_files="$ac_config_files dlls/msacm32/tests/Makefile"
25257 ALL_MAKEFILES="$ALL_MAKEFILES \\
25258 dlls/msadp32.acm/Makefile"
25259 test "x$enable_msadp32_acm" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25260 msadp32.acm"
25261 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25262 dlls/msadp32.acm/Makefile: dlls/msadp32.acm/Makefile.in dlls/Makedll.rules"
25263 ac_config_files="$ac_config_files dlls/msadp32.acm/Makefile"
25265 ALL_MAKEFILES="$ALL_MAKEFILES \\
25266 dlls/mscat32/Makefile"
25267 test "x$enable_mscat32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25268 mscat32"
25269 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25270 dlls/mscat32/Makefile: dlls/mscat32/Makefile.in dlls/Makedll.rules"
25271 ac_config_files="$ac_config_files dlls/mscat32/Makefile"
25273 ALL_MAKEFILES="$ALL_MAKEFILES \\
25274 dlls/mscms/Makefile"
25275 test "x$enable_mscms" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25276 mscms"
25277 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25278 dlls/mscms/Makefile: dlls/mscms/Makefile.in dlls/Makedll.rules"
25279 ac_config_files="$ac_config_files dlls/mscms/Makefile"
25281 ALL_MAKEFILES="$ALL_MAKEFILES \\
25282 dlls/mscms/tests/Makefile"
25283 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25284 mscms/tests"
25285 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25286 dlls/mscms/tests/Makefile: dlls/mscms/tests/Makefile.in dlls/Maketest.rules"
25287 ac_config_files="$ac_config_files dlls/mscms/tests/Makefile"
25289 ALL_MAKEFILES="$ALL_MAKEFILES \\
25290 dlls/mscoree/Makefile"
25291 test "x$enable_mscoree" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25292 mscoree"
25293 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25294 dlls/mscoree/Makefile: dlls/mscoree/Makefile.in dlls/Makedll.rules"
25295 ac_config_files="$ac_config_files dlls/mscoree/Makefile"
25297 ALL_MAKEFILES="$ALL_MAKEFILES \\
25298 dlls/msdmo/Makefile"
25299 test "x$enable_msdmo" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25300 msdmo"
25301 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25302 dlls/msdmo/Makefile: dlls/msdmo/Makefile.in dlls/Makedll.rules"
25303 ac_config_files="$ac_config_files dlls/msdmo/Makefile"
25305 ALL_MAKEFILES="$ALL_MAKEFILES \\
25306 dlls/msftedit/Makefile"
25307 test "x$enable_msftedit" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25308 msftedit"
25309 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25310 dlls/msftedit/Makefile: dlls/msftedit/Makefile.in dlls/Makedll.rules"
25311 ac_config_files="$ac_config_files dlls/msftedit/Makefile"
25313 ALL_MAKEFILES="$ALL_MAKEFILES \\
25314 dlls/msg711.acm/Makefile"
25315 test "x$enable_msg711_acm" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25316 msg711.acm"
25317 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25318 dlls/msg711.acm/Makefile: dlls/msg711.acm/Makefile.in dlls/Makedll.rules"
25319 ac_config_files="$ac_config_files dlls/msg711.acm/Makefile"
25321 ALL_MAKEFILES="$ALL_MAKEFILES \\
25322 dlls/mshtml.tlb/Makefile"
25323 test "x$enable_mshtml_tlb" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25324 mshtml.tlb"
25325 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25326 dlls/mshtml.tlb/Makefile: dlls/mshtml.tlb/Makefile.in dlls/Makedll.rules"
25327 ac_config_files="$ac_config_files dlls/mshtml.tlb/Makefile"
25329 ALL_MAKEFILES="$ALL_MAKEFILES \\
25330 dlls/mshtml/Makefile"
25331 test "x$enable_mshtml" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25332 mshtml"
25333 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25334 dlls/mshtml/Makefile: dlls/mshtml/Makefile.in dlls/Makedll.rules"
25335 ac_config_files="$ac_config_files dlls/mshtml/Makefile"
25337 ALL_MAKEFILES="$ALL_MAKEFILES \\
25338 dlls/mshtml/tests/Makefile"
25339 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25340 mshtml/tests"
25341 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25342 dlls/mshtml/tests/Makefile: dlls/mshtml/tests/Makefile.in dlls/Maketest.rules"
25343 ac_config_files="$ac_config_files dlls/mshtml/tests/Makefile"
25345 ALL_MAKEFILES="$ALL_MAKEFILES \\
25346 dlls/msi/Makefile"
25347 test "x$enable_msi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25348 msi"
25349 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25350 dlls/msi/Makefile: dlls/msi/Makefile.in dlls/Makedll.rules"
25351 ac_config_files="$ac_config_files dlls/msi/Makefile"
25353 ALL_MAKEFILES="$ALL_MAKEFILES \\
25354 dlls/msi/tests/Makefile"
25355 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25356 msi/tests"
25357 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25358 dlls/msi/tests/Makefile: dlls/msi/tests/Makefile.in dlls/Maketest.rules"
25359 ac_config_files="$ac_config_files dlls/msi/tests/Makefile"
25361 ALL_MAKEFILES="$ALL_MAKEFILES \\
25362 dlls/msimg32/Makefile"
25363 test "x$enable_msimg32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25364 msimg32"
25365 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25366 dlls/msimg32/Makefile: dlls/msimg32/Makefile.in dlls/Makedll.rules"
25367 ac_config_files="$ac_config_files dlls/msimg32/Makefile"
25369 ALL_MAKEFILES="$ALL_MAKEFILES \\
25370 dlls/msimtf/Makefile"
25371 test "x$enable_msimtf" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25372 msimtf"
25373 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25374 dlls/msimtf/Makefile: dlls/msimtf/Makefile.in dlls/Makedll.rules"
25375 ac_config_files="$ac_config_files dlls/msimtf/Makefile"
25377 ALL_MAKEFILES="$ALL_MAKEFILES \\
25378 dlls/msisip/Makefile"
25379 test "x$enable_msisip" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25380 msisip"
25381 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25382 dlls/msisip/Makefile: dlls/msisip/Makefile.in dlls/Makedll.rules"
25383 ac_config_files="$ac_config_files dlls/msisip/Makefile"
25385 ALL_MAKEFILES="$ALL_MAKEFILES \\
25386 dlls/msisys.ocx/Makefile"
25387 test "x$enable_msisys_ocx" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25388 msisys.ocx"
25389 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25390 dlls/msisys.ocx/Makefile: dlls/msisys.ocx/Makefile.in dlls/Makedll.rules"
25391 ac_config_files="$ac_config_files dlls/msisys.ocx/Makefile"
25393 ALL_MAKEFILES="$ALL_MAKEFILES \\
25394 dlls/msnet32/Makefile"
25395 test "x$enable_msnet32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25396 msnet32"
25397 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25398 dlls/msnet32/Makefile: dlls/msnet32/Makefile.in dlls/Makedll.rules"
25399 ac_config_files="$ac_config_files dlls/msnet32/Makefile"
25401 ALL_MAKEFILES="$ALL_MAKEFILES \\
25402 dlls/msrle32/Makefile"
25403 test "x$enable_msrle32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25404 msrle32"
25405 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25406 dlls/msrle32/Makefile: dlls/msrle32/Makefile.in dlls/Makedll.rules"
25407 ac_config_files="$ac_config_files dlls/msrle32/Makefile"
25409 ALL_MAKEFILES="$ALL_MAKEFILES \\
25410 dlls/mssip32/Makefile"
25411 test "x$enable_mssip32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25412 mssip32"
25413 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25414 dlls/mssip32/Makefile: dlls/mssip32/Makefile.in dlls/Makedll.rules"
25415 ac_config_files="$ac_config_files dlls/mssip32/Makefile"
25417 ALL_MAKEFILES="$ALL_MAKEFILES \\
25418 dlls/mstask/Makefile"
25419 test "x$enable_mstask" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25420 mstask"
25421 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25422 dlls/mstask/Makefile: dlls/mstask/Makefile.in dlls/Makedll.rules"
25423 ac_config_files="$ac_config_files dlls/mstask/Makefile"
25425 ALL_MAKEFILES="$ALL_MAKEFILES \\
25426 dlls/mstask/tests/Makefile"
25427 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25428 mstask/tests"
25429 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25430 dlls/mstask/tests/Makefile: dlls/mstask/tests/Makefile.in dlls/Maketest.rules"
25431 ac_config_files="$ac_config_files dlls/mstask/tests/Makefile"
25433 ALL_MAKEFILES="$ALL_MAKEFILES \\
25434 dlls/msvcirt/Makefile"
25435 test "x$enable_msvcirt" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25436 msvcirt"
25437 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25438 dlls/msvcirt/Makefile: dlls/msvcirt/Makefile.in dlls/Makedll.rules"
25439 ac_config_files="$ac_config_files dlls/msvcirt/Makefile"
25441 ALL_MAKEFILES="$ALL_MAKEFILES \\
25442 dlls/msvcr71/Makefile"
25443 test "x$enable_msvcr71" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25444 msvcr71"
25445 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25446 dlls/msvcr71/Makefile: dlls/msvcr71/Makefile.in dlls/Makedll.rules"
25447 ac_config_files="$ac_config_files dlls/msvcr71/Makefile"
25449 ALL_MAKEFILES="$ALL_MAKEFILES \\
25450 dlls/msvcrt/Makefile"
25451 test "x$enable_msvcrt" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25452 msvcrt"
25453 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25454 dlls/msvcrt/Makefile: dlls/msvcrt/Makefile.in dlls/Makedll.rules"
25455 ac_config_files="$ac_config_files dlls/msvcrt/Makefile"
25457 ALL_MAKEFILES="$ALL_MAKEFILES \\
25458 dlls/msvcrt/tests/Makefile"
25459 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25460 msvcrt/tests"
25461 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25462 dlls/msvcrt/tests/Makefile: dlls/msvcrt/tests/Makefile.in dlls/Maketest.rules"
25463 ac_config_files="$ac_config_files dlls/msvcrt/tests/Makefile"
25465 ALL_MAKEFILES="$ALL_MAKEFILES \\
25466 dlls/msvcrt20/Makefile"
25467 test "x$enable_msvcrt20" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25468 msvcrt20"
25469 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25470 dlls/msvcrt20/Makefile: dlls/msvcrt20/Makefile.in dlls/Makedll.rules"
25471 ac_config_files="$ac_config_files dlls/msvcrt20/Makefile"
25473 ALL_MAKEFILES="$ALL_MAKEFILES \\
25474 dlls/msvcrt40/Makefile"
25475 test "x$enable_msvcrt40" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25476 msvcrt40"
25477 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25478 dlls/msvcrt40/Makefile: dlls/msvcrt40/Makefile.in dlls/Makedll.rules"
25479 ac_config_files="$ac_config_files dlls/msvcrt40/Makefile"
25481 ALL_MAKEFILES="$ALL_MAKEFILES \\
25482 dlls/msvcrtd/Makefile"
25483 test "x$enable_msvcrtd" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25484 msvcrtd"
25485 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25486 dlls/msvcrtd/Makefile: dlls/msvcrtd/Makefile.in dlls/Makedll.rules"
25487 ac_config_files="$ac_config_files dlls/msvcrtd/Makefile"
25489 ALL_MAKEFILES="$ALL_MAKEFILES \\
25490 dlls/msvcrtd/tests/Makefile"
25491 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25492 msvcrtd/tests"
25493 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25494 dlls/msvcrtd/tests/Makefile: dlls/msvcrtd/tests/Makefile.in dlls/Maketest.rules"
25495 ac_config_files="$ac_config_files dlls/msvcrtd/tests/Makefile"
25497 ALL_MAKEFILES="$ALL_MAKEFILES \\
25498 dlls/msvfw32/Makefile"
25499 test "x$enable_msvfw32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25500 msvfw32"
25501 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25502 dlls/msvfw32/Makefile: dlls/msvfw32/Makefile.in dlls/Makedll.rules"
25503 ac_config_files="$ac_config_files dlls/msvfw32/Makefile"
25505 ALL_MAKEFILES="$ALL_MAKEFILES \\
25506 dlls/msvidc32/Makefile"
25507 test "x$enable_msvidc32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25508 msvidc32"
25509 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25510 dlls/msvidc32/Makefile: dlls/msvidc32/Makefile.in dlls/Makedll.rules"
25511 ac_config_files="$ac_config_files dlls/msvidc32/Makefile"
25513 ALL_MAKEFILES="$ALL_MAKEFILES \\
25514 dlls/mswsock/Makefile"
25515 test "x$enable_mswsock" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25516 mswsock"
25517 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25518 dlls/mswsock/Makefile: dlls/mswsock/Makefile.in dlls/Makedll.rules"
25519 ac_config_files="$ac_config_files dlls/mswsock/Makefile"
25521 ALL_MAKEFILES="$ALL_MAKEFILES \\
25522 dlls/msxml3/Makefile"
25523 test "x$enable_msxml3" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25524 msxml3"
25525 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25526 dlls/msxml3/Makefile: dlls/msxml3/Makefile.in dlls/Makedll.rules"
25527 ac_config_files="$ac_config_files dlls/msxml3/Makefile"
25529 ALL_MAKEFILES="$ALL_MAKEFILES \\
25530 dlls/msxml3/tests/Makefile"
25531 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25532 msxml3/tests"
25533 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25534 dlls/msxml3/tests/Makefile: dlls/msxml3/tests/Makefile.in dlls/Maketest.rules"
25535 ac_config_files="$ac_config_files dlls/msxml3/tests/Makefile"
25537 ALL_MAKEFILES="$ALL_MAKEFILES \\
25538 dlls/nddeapi/Makefile"
25539 test "x$enable_nddeapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25540 nddeapi"
25541 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25542 dlls/nddeapi/Makefile: dlls/nddeapi/Makefile.in dlls/Makedll.rules"
25543 ac_config_files="$ac_config_files dlls/nddeapi/Makefile"
25545 ALL_MAKEFILES="$ALL_MAKEFILES \\
25546 dlls/netapi32/Makefile"
25547 test "x$enable_netapi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25548 netapi32"
25549 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25550 dlls/netapi32/Makefile: dlls/netapi32/Makefile.in dlls/Makedll.rules"
25551 ac_config_files="$ac_config_files dlls/netapi32/Makefile"
25553 ALL_MAKEFILES="$ALL_MAKEFILES \\
25554 dlls/netapi32/tests/Makefile"
25555 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25556 netapi32/tests"
25557 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25558 dlls/netapi32/tests/Makefile: dlls/netapi32/tests/Makefile.in dlls/Maketest.rules"
25559 ac_config_files="$ac_config_files dlls/netapi32/tests/Makefile"
25561 ALL_MAKEFILES="$ALL_MAKEFILES \\
25562 dlls/newdev/Makefile"
25563 test "x$enable_newdev" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25564 newdev"
25565 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25566 dlls/newdev/Makefile: dlls/newdev/Makefile.in dlls/Makedll.rules"
25567 ac_config_files="$ac_config_files dlls/newdev/Makefile"
25569 ALL_MAKEFILES="$ALL_MAKEFILES \\
25570 dlls/ntdll/Makefile"
25571 test "x$enable_ntdll" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25572 ntdll"
25573 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25574 dlls/ntdll/Makefile: dlls/ntdll/Makefile.in dlls/Makedll.rules"
25575 ac_config_files="$ac_config_files dlls/ntdll/Makefile"
25577 ALL_MAKEFILES="$ALL_MAKEFILES \\
25578 dlls/ntdll/tests/Makefile"
25579 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25580 ntdll/tests"
25581 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25582 dlls/ntdll/tests/Makefile: dlls/ntdll/tests/Makefile.in dlls/Maketest.rules"
25583 ac_config_files="$ac_config_files dlls/ntdll/tests/Makefile"
25585 ALL_MAKEFILES="$ALL_MAKEFILES \\
25586 dlls/ntdsapi/Makefile"
25587 test "x$enable_ntdsapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25588 ntdsapi"
25589 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25590 dlls/ntdsapi/Makefile: dlls/ntdsapi/Makefile.in dlls/Makedll.rules"
25591 ac_config_files="$ac_config_files dlls/ntdsapi/Makefile"
25593 ALL_MAKEFILES="$ALL_MAKEFILES \\
25594 dlls/ntdsapi/tests/Makefile"
25595 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25596 ntdsapi/tests"
25597 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25598 dlls/ntdsapi/tests/Makefile: dlls/ntdsapi/tests/Makefile.in dlls/Maketest.rules"
25599 ac_config_files="$ac_config_files dlls/ntdsapi/tests/Makefile"
25601 ALL_MAKEFILES="$ALL_MAKEFILES \\
25602 dlls/ntoskrnl.exe/Makefile"
25603 test "x$enable_ntoskrnl_exe" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25604 ntoskrnl.exe"
25605 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25606 dlls/ntoskrnl.exe/Makefile: dlls/ntoskrnl.exe/Makefile.in dlls/Makedll.rules"
25607 ac_config_files="$ac_config_files dlls/ntoskrnl.exe/Makefile"
25609 ALL_MAKEFILES="$ALL_MAKEFILES \\
25610 dlls/ntprint/Makefile"
25611 test "x$enable_ntprint" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25612 ntprint"
25613 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25614 dlls/ntprint/Makefile: dlls/ntprint/Makefile.in dlls/Makedll.rules"
25615 ac_config_files="$ac_config_files dlls/ntprint/Makefile"
25617 ALL_MAKEFILES="$ALL_MAKEFILES \\
25618 dlls/ntprint/tests/Makefile"
25619 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25620 ntprint/tests"
25621 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25622 dlls/ntprint/tests/Makefile: dlls/ntprint/tests/Makefile.in dlls/Maketest.rules"
25623 ac_config_files="$ac_config_files dlls/ntprint/tests/Makefile"
25625 ALL_MAKEFILES="$ALL_MAKEFILES \\
25626 dlls/objsel/Makefile"
25627 test "x$enable_objsel" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25628 objsel"
25629 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25630 dlls/objsel/Makefile: dlls/objsel/Makefile.in dlls/Makedll.rules"
25631 ac_config_files="$ac_config_files dlls/objsel/Makefile"
25633 ALL_MAKEFILES="$ALL_MAKEFILES \\
25634 dlls/odbc32/Makefile"
25635 test "x$enable_odbc32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25636 odbc32"
25637 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25638 dlls/odbc32/Makefile: dlls/odbc32/Makefile.in dlls/Makedll.rules"
25639 ac_config_files="$ac_config_files dlls/odbc32/Makefile"
25641 ALL_MAKEFILES="$ALL_MAKEFILES \\
25642 dlls/odbccp32/Makefile"
25643 test "x$enable_odbccp32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25644 odbccp32"
25645 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25646 dlls/odbccp32/Makefile: dlls/odbccp32/Makefile.in dlls/Makedll.rules"
25647 ac_config_files="$ac_config_files dlls/odbccp32/Makefile"
25649 ALL_MAKEFILES="$ALL_MAKEFILES \\
25650 dlls/odbccp32/tests/Makefile"
25651 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25652 odbccp32/tests"
25653 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25654 dlls/odbccp32/tests/Makefile: dlls/odbccp32/tests/Makefile.in dlls/Maketest.rules"
25655 ac_config_files="$ac_config_files dlls/odbccp32/tests/Makefile"
25657 ALL_MAKEFILES="$ALL_MAKEFILES \\
25658 dlls/ole32/Makefile"
25659 test "x$enable_ole32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25660 ole32"
25661 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25662 dlls/ole32/Makefile: dlls/ole32/Makefile.in dlls/Makedll.rules"
25663 ac_config_files="$ac_config_files dlls/ole32/Makefile"
25665 ALL_MAKEFILES="$ALL_MAKEFILES \\
25666 dlls/ole32/tests/Makefile"
25667 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25668 ole32/tests"
25669 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25670 dlls/ole32/tests/Makefile: dlls/ole32/tests/Makefile.in dlls/Maketest.rules"
25671 ac_config_files="$ac_config_files dlls/ole32/tests/Makefile"
25673 ALL_MAKEFILES="$ALL_MAKEFILES \\
25674 dlls/oleacc/Makefile"
25675 test "x$enable_oleacc" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25676 oleacc"
25677 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25678 dlls/oleacc/Makefile: dlls/oleacc/Makefile.in dlls/Makedll.rules"
25679 ac_config_files="$ac_config_files dlls/oleacc/Makefile"
25681 ALL_MAKEFILES="$ALL_MAKEFILES \\
25682 dlls/oleacc/tests/Makefile"
25683 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25684 oleacc/tests"
25685 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25686 dlls/oleacc/tests/Makefile: dlls/oleacc/tests/Makefile.in dlls/Maketest.rules"
25687 ac_config_files="$ac_config_files dlls/oleacc/tests/Makefile"
25689 ALL_MAKEFILES="$ALL_MAKEFILES \\
25690 dlls/oleaut32/Makefile"
25691 test "x$enable_oleaut32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25692 oleaut32"
25693 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25694 dlls/oleaut32/Makefile: dlls/oleaut32/Makefile.in dlls/Makedll.rules"
25695 ac_config_files="$ac_config_files dlls/oleaut32/Makefile"
25697 ALL_MAKEFILES="$ALL_MAKEFILES \\
25698 dlls/oleaut32/tests/Makefile"
25699 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25700 oleaut32/tests"
25701 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25702 dlls/oleaut32/tests/Makefile: dlls/oleaut32/tests/Makefile.in dlls/Maketest.rules"
25703 ac_config_files="$ac_config_files dlls/oleaut32/tests/Makefile"
25705 ALL_MAKEFILES="$ALL_MAKEFILES \\
25706 dlls/olecli32/Makefile"
25707 test "x$enable_olecli32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25708 olecli32"
25709 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25710 dlls/olecli32/Makefile: dlls/olecli32/Makefile.in dlls/Makedll.rules"
25711 ac_config_files="$ac_config_files dlls/olecli32/Makefile"
25713 ALL_MAKEFILES="$ALL_MAKEFILES \\
25714 dlls/oledlg/Makefile"
25715 test "x$enable_oledlg" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25716 oledlg"
25717 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25718 dlls/oledlg/Makefile: dlls/oledlg/Makefile.in dlls/Makedll.rules"
25719 ac_config_files="$ac_config_files dlls/oledlg/Makefile"
25721 ALL_MAKEFILES="$ALL_MAKEFILES \\
25722 dlls/olepro32/Makefile"
25723 test "x$enable_olepro32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25724 olepro32"
25725 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25726 dlls/olepro32/Makefile: dlls/olepro32/Makefile.in dlls/Makedll.rules"
25727 ac_config_files="$ac_config_files dlls/olepro32/Makefile"
25729 ALL_MAKEFILES="$ALL_MAKEFILES \\
25730 dlls/olesvr32/Makefile"
25731 test "x$enable_olesvr32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25732 olesvr32"
25733 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25734 dlls/olesvr32/Makefile: dlls/olesvr32/Makefile.in dlls/Makedll.rules"
25735 ac_config_files="$ac_config_files dlls/olesvr32/Makefile"
25737 ALL_MAKEFILES="$ALL_MAKEFILES \\
25738 dlls/olethk32/Makefile"
25739 test "x$enable_olethk32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25740 olethk32"
25741 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25742 dlls/olethk32/Makefile: dlls/olethk32/Makefile.in dlls/Makedll.rules"
25743 ac_config_files="$ac_config_files dlls/olethk32/Makefile"
25745 ALL_MAKEFILES="$ALL_MAKEFILES \\
25746 dlls/opengl32/Makefile"
25747 test "x$enable_opengl32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25748 opengl32"
25749 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25750 dlls/opengl32/Makefile: dlls/opengl32/Makefile.in dlls/Makedll.rules"
25751 ac_config_files="$ac_config_files dlls/opengl32/Makefile"
25753 ALL_MAKEFILES="$ALL_MAKEFILES \\
25754 dlls/opengl32/tests/Makefile"
25755 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25756 opengl32/tests"
25757 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25758 dlls/opengl32/tests/Makefile: dlls/opengl32/tests/Makefile.in dlls/Maketest.rules"
25759 ac_config_files="$ac_config_files dlls/opengl32/tests/Makefile"
25761 ALL_MAKEFILES="$ALL_MAKEFILES \\
25762 dlls/pdh/Makefile"
25763 test "x$enable_pdh" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25764 pdh"
25765 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25766 dlls/pdh/Makefile: dlls/pdh/Makefile.in dlls/Makedll.rules"
25767 ac_config_files="$ac_config_files dlls/pdh/Makefile"
25769 ALL_MAKEFILES="$ALL_MAKEFILES \\
25770 dlls/pdh/tests/Makefile"
25771 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25772 pdh/tests"
25773 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25774 dlls/pdh/tests/Makefile: dlls/pdh/tests/Makefile.in dlls/Maketest.rules"
25775 ac_config_files="$ac_config_files dlls/pdh/tests/Makefile"
25777 ALL_MAKEFILES="$ALL_MAKEFILES \\
25778 dlls/powrprof/Makefile"
25779 test "x$enable_powrprof" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25780 powrprof"
25781 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25782 dlls/powrprof/Makefile: dlls/powrprof/Makefile.in dlls/Makedll.rules"
25783 ac_config_files="$ac_config_files dlls/powrprof/Makefile"
25785 ALL_MAKEFILES="$ALL_MAKEFILES \\
25786 dlls/printui/Makefile"
25787 test "x$enable_printui" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25788 printui"
25789 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25790 dlls/printui/Makefile: dlls/printui/Makefile.in dlls/Makedll.rules"
25791 ac_config_files="$ac_config_files dlls/printui/Makefile"
25793 ALL_MAKEFILES="$ALL_MAKEFILES \\
25794 dlls/propsys/Makefile"
25795 test "x$enable_propsys" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25796 propsys"
25797 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25798 dlls/propsys/Makefile: dlls/propsys/Makefile.in dlls/Makedll.rules"
25799 ac_config_files="$ac_config_files dlls/propsys/Makefile"
25801 ALL_MAKEFILES="$ALL_MAKEFILES \\
25802 dlls/psapi/Makefile"
25803 test "x$enable_psapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25804 psapi"
25805 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25806 dlls/psapi/Makefile: dlls/psapi/Makefile.in dlls/Makedll.rules"
25807 ac_config_files="$ac_config_files dlls/psapi/Makefile"
25809 ALL_MAKEFILES="$ALL_MAKEFILES \\
25810 dlls/psapi/tests/Makefile"
25811 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25812 psapi/tests"
25813 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25814 dlls/psapi/tests/Makefile: dlls/psapi/tests/Makefile.in dlls/Maketest.rules"
25815 ac_config_files="$ac_config_files dlls/psapi/tests/Makefile"
25817 ALL_MAKEFILES="$ALL_MAKEFILES \\
25818 dlls/pstorec/Makefile"
25819 test "x$enable_pstorec" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25820 pstorec"
25821 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25822 dlls/pstorec/Makefile: dlls/pstorec/Makefile.in dlls/Makedll.rules"
25823 ac_config_files="$ac_config_files dlls/pstorec/Makefile"
25825 ALL_MAKEFILES="$ALL_MAKEFILES \\
25826 dlls/qcap/Makefile"
25827 test "x$enable_qcap" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25828 qcap"
25829 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25830 dlls/qcap/Makefile: dlls/qcap/Makefile.in dlls/Makedll.rules"
25831 ac_config_files="$ac_config_files dlls/qcap/Makefile"
25833 ALL_MAKEFILES="$ALL_MAKEFILES \\
25834 dlls/qedit/Makefile"
25835 test "x$enable_qedit" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25836 qedit"
25837 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25838 dlls/qedit/Makefile: dlls/qedit/Makefile.in dlls/Makedll.rules"
25839 ac_config_files="$ac_config_files dlls/qedit/Makefile"
25841 ALL_MAKEFILES="$ALL_MAKEFILES \\
25842 dlls/qedit/tests/Makefile"
25843 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25844 qedit/tests"
25845 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25846 dlls/qedit/tests/Makefile: dlls/qedit/tests/Makefile.in dlls/Maketest.rules"
25847 ac_config_files="$ac_config_files dlls/qedit/tests/Makefile"
25849 ALL_MAKEFILES="$ALL_MAKEFILES \\
25850 dlls/qmgr/Makefile"
25851 test "x$enable_qmgr" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25852 qmgr"
25853 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25854 dlls/qmgr/Makefile: dlls/qmgr/Makefile.in dlls/Makedll.rules"
25855 ac_config_files="$ac_config_files dlls/qmgr/Makefile"
25857 ALL_MAKEFILES="$ALL_MAKEFILES \\
25858 dlls/qmgr/tests/Makefile"
25859 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25860 qmgr/tests"
25861 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25862 dlls/qmgr/tests/Makefile: dlls/qmgr/tests/Makefile.in dlls/Maketest.rules"
25863 ac_config_files="$ac_config_files dlls/qmgr/tests/Makefile"
25865 ALL_MAKEFILES="$ALL_MAKEFILES \\
25866 dlls/qmgrprxy/Makefile"
25867 test "x$enable_qmgrprxy" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25868 qmgrprxy"
25869 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25870 dlls/qmgrprxy/Makefile: dlls/qmgrprxy/Makefile.in dlls/Makedll.rules"
25871 ac_config_files="$ac_config_files dlls/qmgrprxy/Makefile"
25873 ALL_MAKEFILES="$ALL_MAKEFILES \\
25874 dlls/quartz/Makefile"
25875 test "x$enable_quartz" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25876 quartz"
25877 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25878 dlls/quartz/Makefile: dlls/quartz/Makefile.in dlls/Makedll.rules"
25879 ac_config_files="$ac_config_files dlls/quartz/Makefile"
25881 ALL_MAKEFILES="$ALL_MAKEFILES \\
25882 dlls/quartz/tests/Makefile"
25883 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25884 quartz/tests"
25885 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25886 dlls/quartz/tests/Makefile: dlls/quartz/tests/Makefile.in dlls/Maketest.rules"
25887 ac_config_files="$ac_config_files dlls/quartz/tests/Makefile"
25889 ALL_MAKEFILES="$ALL_MAKEFILES \\
25890 dlls/query/Makefile"
25891 test "x$enable_query" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25892 query"
25893 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25894 dlls/query/Makefile: dlls/query/Makefile.in dlls/Makedll.rules"
25895 ac_config_files="$ac_config_files dlls/query/Makefile"
25897 ALL_MAKEFILES="$ALL_MAKEFILES \\
25898 dlls/rasapi32/Makefile"
25899 test "x$enable_rasapi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25900 rasapi32"
25901 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25902 dlls/rasapi32/Makefile: dlls/rasapi32/Makefile.in dlls/Makedll.rules"
25903 ac_config_files="$ac_config_files dlls/rasapi32/Makefile"
25905 ALL_MAKEFILES="$ALL_MAKEFILES \\
25906 dlls/rasapi32/tests/Makefile"
25907 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25908 rasapi32/tests"
25909 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25910 dlls/rasapi32/tests/Makefile: dlls/rasapi32/tests/Makefile.in dlls/Maketest.rules"
25911 ac_config_files="$ac_config_files dlls/rasapi32/tests/Makefile"
25913 ALL_MAKEFILES="$ALL_MAKEFILES \\
25914 dlls/resutils/Makefile"
25915 test "x$enable_resutils" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25916 resutils"
25917 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25918 dlls/resutils/Makefile: dlls/resutils/Makefile.in dlls/Makedll.rules"
25919 ac_config_files="$ac_config_files dlls/resutils/Makefile"
25921 ALL_MAKEFILES="$ALL_MAKEFILES \\
25922 dlls/riched20/Makefile"
25923 test "x$enable_riched20" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25924 riched20"
25925 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25926 dlls/riched20/Makefile: dlls/riched20/Makefile.in dlls/Makedll.rules"
25927 ac_config_files="$ac_config_files dlls/riched20/Makefile"
25929 ALL_MAKEFILES="$ALL_MAKEFILES \\
25930 dlls/riched20/tests/Makefile"
25931 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25932 riched20/tests"
25933 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25934 dlls/riched20/tests/Makefile: dlls/riched20/tests/Makefile.in dlls/Maketest.rules"
25935 ac_config_files="$ac_config_files dlls/riched20/tests/Makefile"
25937 ALL_MAKEFILES="$ALL_MAKEFILES \\
25938 dlls/riched32/Makefile"
25939 test "x$enable_riched32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25940 riched32"
25941 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25942 dlls/riched32/Makefile: dlls/riched32/Makefile.in dlls/Makedll.rules"
25943 ac_config_files="$ac_config_files dlls/riched32/Makefile"
25945 ALL_MAKEFILES="$ALL_MAKEFILES \\
25946 dlls/riched32/tests/Makefile"
25947 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25948 riched32/tests"
25949 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25950 dlls/riched32/tests/Makefile: dlls/riched32/tests/Makefile.in dlls/Maketest.rules"
25951 ac_config_files="$ac_config_files dlls/riched32/tests/Makefile"
25953 ALL_MAKEFILES="$ALL_MAKEFILES \\
25954 dlls/rpcrt4/Makefile"
25955 test "x$enable_rpcrt4" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25956 rpcrt4"
25957 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25958 dlls/rpcrt4/Makefile: dlls/rpcrt4/Makefile.in dlls/Makedll.rules"
25959 ac_config_files="$ac_config_files dlls/rpcrt4/Makefile"
25961 ALL_MAKEFILES="$ALL_MAKEFILES \\
25962 dlls/rpcrt4/tests/Makefile"
25963 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25964 rpcrt4/tests"
25965 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25966 dlls/rpcrt4/tests/Makefile: dlls/rpcrt4/tests/Makefile.in dlls/Maketest.rules"
25967 ac_config_files="$ac_config_files dlls/rpcrt4/tests/Makefile"
25969 ALL_MAKEFILES="$ALL_MAKEFILES \\
25970 dlls/rsabase/Makefile"
25971 test "x$enable_rsabase" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25972 rsabase"
25973 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25974 dlls/rsabase/Makefile: dlls/rsabase/Makefile.in dlls/Makedll.rules"
25975 ac_config_files="$ac_config_files dlls/rsabase/Makefile"
25977 ALL_MAKEFILES="$ALL_MAKEFILES \\
25978 dlls/rsaenh/Makefile"
25979 test "x$enable_rsaenh" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25980 rsaenh"
25981 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25982 dlls/rsaenh/Makefile: dlls/rsaenh/Makefile.in dlls/Makedll.rules"
25983 ac_config_files="$ac_config_files dlls/rsaenh/Makefile"
25985 ALL_MAKEFILES="$ALL_MAKEFILES \\
25986 dlls/rsaenh/tests/Makefile"
25987 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25988 rsaenh/tests"
25989 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25990 dlls/rsaenh/tests/Makefile: dlls/rsaenh/tests/Makefile.in dlls/Maketest.rules"
25991 ac_config_files="$ac_config_files dlls/rsaenh/tests/Makefile"
25993 ALL_MAKEFILES="$ALL_MAKEFILES \\
25994 dlls/sane.ds/Makefile"
25995 test "x$enable_sane_ds" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25996 sane.ds"
25997 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25998 dlls/sane.ds/Makefile: dlls/sane.ds/Makefile.in dlls/Makedll.rules"
25999 ac_config_files="$ac_config_files dlls/sane.ds/Makefile"
26001 ALL_MAKEFILES="$ALL_MAKEFILES \\
26002 dlls/sccbase/Makefile"
26003 test "x$enable_sccbase" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26004 sccbase"
26005 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26006 dlls/sccbase/Makefile: dlls/sccbase/Makefile.in dlls/Makedll.rules"
26007 ac_config_files="$ac_config_files dlls/sccbase/Makefile"
26009 ALL_MAKEFILES="$ALL_MAKEFILES \\
26010 dlls/schannel/Makefile"
26011 test "x$enable_schannel" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26012 schannel"
26013 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26014 dlls/schannel/Makefile: dlls/schannel/Makefile.in dlls/Makedll.rules"
26015 ac_config_files="$ac_config_files dlls/schannel/Makefile"
26017 ALL_MAKEFILES="$ALL_MAKEFILES \\
26018 dlls/schannel/tests/Makefile"
26019 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26020 schannel/tests"
26021 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26022 dlls/schannel/tests/Makefile: dlls/schannel/tests/Makefile.in dlls/Maketest.rules"
26023 ac_config_files="$ac_config_files dlls/schannel/tests/Makefile"
26025 ALL_MAKEFILES="$ALL_MAKEFILES \\
26026 dlls/secur32/Makefile"
26027 test "x$enable_secur32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26028 secur32"
26029 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26030 dlls/secur32/Makefile: dlls/secur32/Makefile.in dlls/Makedll.rules"
26031 ac_config_files="$ac_config_files dlls/secur32/Makefile"
26033 ALL_MAKEFILES="$ALL_MAKEFILES \\
26034 dlls/secur32/tests/Makefile"
26035 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26036 secur32/tests"
26037 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26038 dlls/secur32/tests/Makefile: dlls/secur32/tests/Makefile.in dlls/Maketest.rules"
26039 ac_config_files="$ac_config_files dlls/secur32/tests/Makefile"
26041 ALL_MAKEFILES="$ALL_MAKEFILES \\
26042 dlls/security/Makefile"
26043 test "x$enable_security" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26044 security"
26045 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26046 dlls/security/Makefile: dlls/security/Makefile.in dlls/Makedll.rules"
26047 ac_config_files="$ac_config_files dlls/security/Makefile"
26049 ALL_MAKEFILES="$ALL_MAKEFILES \\
26050 dlls/sensapi/Makefile"
26051 test "x$enable_sensapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26052 sensapi"
26053 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26054 dlls/sensapi/Makefile: dlls/sensapi/Makefile.in dlls/Makedll.rules"
26055 ac_config_files="$ac_config_files dlls/sensapi/Makefile"
26057 ALL_MAKEFILES="$ALL_MAKEFILES \\
26058 dlls/serialui/Makefile"
26059 test "x$enable_serialui" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26060 serialui"
26061 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26062 dlls/serialui/Makefile: dlls/serialui/Makefile.in dlls/Makedll.rules"
26063 ac_config_files="$ac_config_files dlls/serialui/Makefile"
26065 ALL_MAKEFILES="$ALL_MAKEFILES \\
26066 dlls/serialui/tests/Makefile"
26067 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26068 serialui/tests"
26069 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26070 dlls/serialui/tests/Makefile: dlls/serialui/tests/Makefile.in dlls/Maketest.rules"
26071 ac_config_files="$ac_config_files dlls/serialui/tests/Makefile"
26073 ALL_MAKEFILES="$ALL_MAKEFILES \\
26074 dlls/setupapi/Makefile"
26075 test "x$enable_setupapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26076 setupapi"
26077 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26078 dlls/setupapi/Makefile: dlls/setupapi/Makefile.in dlls/Makedll.rules"
26079 ac_config_files="$ac_config_files dlls/setupapi/Makefile"
26081 ALL_MAKEFILES="$ALL_MAKEFILES \\
26082 dlls/setupapi/tests/Makefile"
26083 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26084 setupapi/tests"
26085 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26086 dlls/setupapi/tests/Makefile: dlls/setupapi/tests/Makefile.in dlls/Maketest.rules"
26087 ac_config_files="$ac_config_files dlls/setupapi/tests/Makefile"
26089 ALL_MAKEFILES="$ALL_MAKEFILES \\
26090 dlls/sfc/Makefile"
26091 test "x$enable_sfc" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26092 sfc"
26093 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26094 dlls/sfc/Makefile: dlls/sfc/Makefile.in dlls/Makedll.rules"
26095 ac_config_files="$ac_config_files dlls/sfc/Makefile"
26097 ALL_MAKEFILES="$ALL_MAKEFILES \\
26098 dlls/sfc_os/Makefile"
26099 test "x$enable_sfc_os" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26100 sfc_os"
26101 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26102 dlls/sfc_os/Makefile: dlls/sfc_os/Makefile.in dlls/Makedll.rules"
26103 ac_config_files="$ac_config_files dlls/sfc_os/Makefile"
26105 ALL_MAKEFILES="$ALL_MAKEFILES \\
26106 dlls/shdoclc/Makefile"
26107 test "x$enable_shdoclc" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26108 shdoclc"
26109 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26110 dlls/shdoclc/Makefile: dlls/shdoclc/Makefile.in dlls/Makedll.rules"
26111 ac_config_files="$ac_config_files dlls/shdoclc/Makefile"
26113 ALL_MAKEFILES="$ALL_MAKEFILES \\
26114 dlls/shdocvw/Makefile"
26115 test "x$enable_shdocvw" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26116 shdocvw"
26117 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26118 dlls/shdocvw/Makefile: dlls/shdocvw/Makefile.in dlls/Makedll.rules"
26119 ac_config_files="$ac_config_files dlls/shdocvw/Makefile"
26121 ALL_MAKEFILES="$ALL_MAKEFILES \\
26122 dlls/shdocvw/tests/Makefile"
26123 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26124 shdocvw/tests"
26125 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26126 dlls/shdocvw/tests/Makefile: dlls/shdocvw/tests/Makefile.in dlls/Maketest.rules"
26127 ac_config_files="$ac_config_files dlls/shdocvw/tests/Makefile"
26129 ALL_MAKEFILES="$ALL_MAKEFILES \\
26130 dlls/shell32/Makefile"
26131 test "x$enable_shell32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26132 shell32"
26133 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26134 dlls/shell32/Makefile: dlls/shell32/Makefile.in dlls/Makedll.rules"
26135 ac_config_files="$ac_config_files dlls/shell32/Makefile"
26137 ALL_MAKEFILES="$ALL_MAKEFILES \\
26138 dlls/shell32/tests/Makefile"
26139 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26140 shell32/tests"
26141 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26142 dlls/shell32/tests/Makefile: dlls/shell32/tests/Makefile.in dlls/Maketest.rules"
26143 ac_config_files="$ac_config_files dlls/shell32/tests/Makefile"
26145 ALL_MAKEFILES="$ALL_MAKEFILES \\
26146 dlls/shfolder/Makefile"
26147 test "x$enable_shfolder" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26148 shfolder"
26149 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26150 dlls/shfolder/Makefile: dlls/shfolder/Makefile.in dlls/Makedll.rules"
26151 ac_config_files="$ac_config_files dlls/shfolder/Makefile"
26153 ALL_MAKEFILES="$ALL_MAKEFILES \\
26154 dlls/shlwapi/Makefile"
26155 test "x$enable_shlwapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26156 shlwapi"
26157 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26158 dlls/shlwapi/Makefile: dlls/shlwapi/Makefile.in dlls/Makedll.rules"
26159 ac_config_files="$ac_config_files dlls/shlwapi/Makefile"
26161 ALL_MAKEFILES="$ALL_MAKEFILES \\
26162 dlls/shlwapi/tests/Makefile"
26163 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26164 shlwapi/tests"
26165 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26166 dlls/shlwapi/tests/Makefile: dlls/shlwapi/tests/Makefile.in dlls/Maketest.rules"
26167 ac_config_files="$ac_config_files dlls/shlwapi/tests/Makefile"
26169 ALL_MAKEFILES="$ALL_MAKEFILES \\
26170 dlls/slbcsp/Makefile"
26171 test "x$enable_slbcsp" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26172 slbcsp"
26173 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26174 dlls/slbcsp/Makefile: dlls/slbcsp/Makefile.in dlls/Makedll.rules"
26175 ac_config_files="$ac_config_files dlls/slbcsp/Makefile"
26177 ALL_MAKEFILES="$ALL_MAKEFILES \\
26178 dlls/slc/Makefile"
26179 test "x$enable_slc" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26180 slc"
26181 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26182 dlls/slc/Makefile: dlls/slc/Makefile.in dlls/Makedll.rules"
26183 ac_config_files="$ac_config_files dlls/slc/Makefile"
26185 ALL_MAKEFILES="$ALL_MAKEFILES \\
26186 dlls/snmpapi/Makefile"
26187 test "x$enable_snmpapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26188 snmpapi"
26189 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26190 dlls/snmpapi/Makefile: dlls/snmpapi/Makefile.in dlls/Makedll.rules"
26191 ac_config_files="$ac_config_files dlls/snmpapi/Makefile"
26193 ALL_MAKEFILES="$ALL_MAKEFILES \\
26194 dlls/snmpapi/tests/Makefile"
26195 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26196 snmpapi/tests"
26197 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26198 dlls/snmpapi/tests/Makefile: dlls/snmpapi/tests/Makefile.in dlls/Maketest.rules"
26199 ac_config_files="$ac_config_files dlls/snmpapi/tests/Makefile"
26201 ALL_MAKEFILES="$ALL_MAKEFILES \\
26202 dlls/softpub/Makefile"
26203 test "x$enable_softpub" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26204 softpub"
26205 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26206 dlls/softpub/Makefile: dlls/softpub/Makefile.in dlls/Makedll.rules"
26207 ac_config_files="$ac_config_files dlls/softpub/Makefile"
26209 ALL_MAKEFILES="$ALL_MAKEFILES \\
26210 dlls/spoolss/Makefile"
26211 test "x$enable_spoolss" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26212 spoolss"
26213 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26214 dlls/spoolss/Makefile: dlls/spoolss/Makefile.in dlls/Makedll.rules"
26215 ac_config_files="$ac_config_files dlls/spoolss/Makefile"
26217 ALL_MAKEFILES="$ALL_MAKEFILES \\
26218 dlls/spoolss/tests/Makefile"
26219 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26220 spoolss/tests"
26221 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26222 dlls/spoolss/tests/Makefile: dlls/spoolss/tests/Makefile.in dlls/Maketest.rules"
26223 ac_config_files="$ac_config_files dlls/spoolss/tests/Makefile"
26225 ALL_MAKEFILES="$ALL_MAKEFILES \\
26226 dlls/stdole2.tlb/Makefile"
26227 test "x$enable_stdole2_tlb" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26228 stdole2.tlb"
26229 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26230 dlls/stdole2.tlb/Makefile: dlls/stdole2.tlb/Makefile.in dlls/Makedll.rules"
26231 ac_config_files="$ac_config_files dlls/stdole2.tlb/Makefile"
26233 ALL_MAKEFILES="$ALL_MAKEFILES \\
26234 dlls/stdole32.tlb/Makefile"
26235 test "x$enable_stdole32_tlb" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26236 stdole32.tlb"
26237 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26238 dlls/stdole32.tlb/Makefile: dlls/stdole32.tlb/Makefile.in dlls/Makedll.rules"
26239 ac_config_files="$ac_config_files dlls/stdole32.tlb/Makefile"
26241 ALL_MAKEFILES="$ALL_MAKEFILES \\
26242 dlls/sti/Makefile"
26243 test "x$enable_sti" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26244 sti"
26245 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26246 dlls/sti/Makefile: dlls/sti/Makefile.in dlls/Makedll.rules"
26247 ac_config_files="$ac_config_files dlls/sti/Makefile"
26249 ALL_MAKEFILES="$ALL_MAKEFILES \\
26250 dlls/strmiids/Makefile"
26251 test "x$enable_strmiids" != xno && ALL_IMPLIB_DIRS="$ALL_IMPLIB_DIRS \\
26252 strmiids"
26253 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26254 dlls/strmiids/Makefile: dlls/strmiids/Makefile.in dlls/Makeimplib.rules"
26255 ac_config_files="$ac_config_files dlls/strmiids/Makefile"
26257 ALL_MAKEFILES="$ALL_MAKEFILES \\
26258 dlls/svrapi/Makefile"
26259 test "x$enable_svrapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26260 svrapi"
26261 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26262 dlls/svrapi/Makefile: dlls/svrapi/Makefile.in dlls/Makedll.rules"
26263 ac_config_files="$ac_config_files dlls/svrapi/Makefile"
26265 ALL_MAKEFILES="$ALL_MAKEFILES \\
26266 dlls/sxs/Makefile"
26267 test "x$enable_sxs" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26268 sxs"
26269 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26270 dlls/sxs/Makefile: dlls/sxs/Makefile.in dlls/Makedll.rules"
26271 ac_config_files="$ac_config_files dlls/sxs/Makefile"
26273 ALL_MAKEFILES="$ALL_MAKEFILES \\
26274 dlls/tapi32/Makefile"
26275 test "x$enable_tapi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26276 tapi32"
26277 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26278 dlls/tapi32/Makefile: dlls/tapi32/Makefile.in dlls/Makedll.rules"
26279 ac_config_files="$ac_config_files dlls/tapi32/Makefile"
26281 ALL_MAKEFILES="$ALL_MAKEFILES \\
26282 dlls/twain_32/Makefile"
26283 test "x$enable_twain_32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26284 twain_32"
26285 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26286 dlls/twain_32/Makefile: dlls/twain_32/Makefile.in dlls/Makedll.rules"
26287 ac_config_files="$ac_config_files dlls/twain_32/Makefile"
26289 ALL_MAKEFILES="$ALL_MAKEFILES \\
26290 dlls/unicows/Makefile"
26291 test "x$enable_unicows" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26292 unicows"
26293 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26294 dlls/unicows/Makefile: dlls/unicows/Makefile.in dlls/Makedll.rules"
26295 ac_config_files="$ac_config_files dlls/unicows/Makefile"
26297 ALL_MAKEFILES="$ALL_MAKEFILES \\
26298 dlls/url/Makefile"
26299 test "x$enable_url" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26300 url"
26301 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26302 dlls/url/Makefile: dlls/url/Makefile.in dlls/Makedll.rules"
26303 ac_config_files="$ac_config_files dlls/url/Makefile"
26305 ALL_MAKEFILES="$ALL_MAKEFILES \\
26306 dlls/urlmon/Makefile"
26307 test "x$enable_urlmon" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26308 urlmon"
26309 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26310 dlls/urlmon/Makefile: dlls/urlmon/Makefile.in dlls/Makedll.rules"
26311 ac_config_files="$ac_config_files dlls/urlmon/Makefile"
26313 ALL_MAKEFILES="$ALL_MAKEFILES \\
26314 dlls/urlmon/tests/Makefile"
26315 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26316 urlmon/tests"
26317 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26318 dlls/urlmon/tests/Makefile: dlls/urlmon/tests/Makefile.in dlls/Maketest.rules"
26319 ac_config_files="$ac_config_files dlls/urlmon/tests/Makefile"
26321 ALL_MAKEFILES="$ALL_MAKEFILES \\
26322 dlls/user32/Makefile"
26323 test "x$enable_user32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26324 user32"
26325 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26326 dlls/user32/Makefile: dlls/user32/Makefile.in dlls/Makedll.rules"
26327 ac_config_files="$ac_config_files dlls/user32/Makefile"
26329 ALL_MAKEFILES="$ALL_MAKEFILES \\
26330 dlls/user32/tests/Makefile"
26331 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26332 user32/tests"
26333 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26334 dlls/user32/tests/Makefile: dlls/user32/tests/Makefile.in dlls/Maketest.rules"
26335 ac_config_files="$ac_config_files dlls/user32/tests/Makefile"
26337 ALL_MAKEFILES="$ALL_MAKEFILES \\
26338 dlls/userenv/Makefile"
26339 test "x$enable_userenv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26340 userenv"
26341 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26342 dlls/userenv/Makefile: dlls/userenv/Makefile.in dlls/Makedll.rules"
26343 ac_config_files="$ac_config_files dlls/userenv/Makefile"
26345 ALL_MAKEFILES="$ALL_MAKEFILES \\
26346 dlls/userenv/tests/Makefile"
26347 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26348 userenv/tests"
26349 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26350 dlls/userenv/tests/Makefile: dlls/userenv/tests/Makefile.in dlls/Maketest.rules"
26351 ac_config_files="$ac_config_files dlls/userenv/tests/Makefile"
26353 ALL_MAKEFILES="$ALL_MAKEFILES \\
26354 dlls/usp10/Makefile"
26355 test "x$enable_usp10" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26356 usp10"
26357 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26358 dlls/usp10/Makefile: dlls/usp10/Makefile.in dlls/Makedll.rules"
26359 ac_config_files="$ac_config_files dlls/usp10/Makefile"
26361 ALL_MAKEFILES="$ALL_MAKEFILES \\
26362 dlls/usp10/tests/Makefile"
26363 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26364 usp10/tests"
26365 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26366 dlls/usp10/tests/Makefile: dlls/usp10/tests/Makefile.in dlls/Maketest.rules"
26367 ac_config_files="$ac_config_files dlls/usp10/tests/Makefile"
26369 ALL_MAKEFILES="$ALL_MAKEFILES \\
26370 dlls/uuid/Makefile"
26371 test "x$enable_uuid" != xno && ALL_IMPLIB_DIRS="$ALL_IMPLIB_DIRS \\
26372 uuid"
26373 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26374 dlls/uuid/Makefile: dlls/uuid/Makefile.in dlls/Makeimplib.rules"
26375 ac_config_files="$ac_config_files dlls/uuid/Makefile"
26377 ALL_MAKEFILES="$ALL_MAKEFILES \\
26378 dlls/uxtheme/Makefile"
26379 test "x$enable_uxtheme" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26380 uxtheme"
26381 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26382 dlls/uxtheme/Makefile: dlls/uxtheme/Makefile.in dlls/Makedll.rules"
26383 ac_config_files="$ac_config_files dlls/uxtheme/Makefile"
26385 ALL_MAKEFILES="$ALL_MAKEFILES \\
26386 dlls/uxtheme/tests/Makefile"
26387 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26388 uxtheme/tests"
26389 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26390 dlls/uxtheme/tests/Makefile: dlls/uxtheme/tests/Makefile.in dlls/Maketest.rules"
26391 ac_config_files="$ac_config_files dlls/uxtheme/tests/Makefile"
26393 ALL_MAKEFILES="$ALL_MAKEFILES \\
26394 dlls/vdhcp.vxd/Makefile"
26395 test "x$enable_vdhcp_vxd" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26396 vdhcp.vxd"
26397 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26398 dlls/vdhcp.vxd/Makefile: dlls/vdhcp.vxd/Makefile.in dlls/Makedll.rules"
26399 ac_config_files="$ac_config_files dlls/vdhcp.vxd/Makefile"
26401 ALL_MAKEFILES="$ALL_MAKEFILES \\
26402 dlls/vdmdbg/Makefile"
26403 test "x$enable_vdmdbg" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26404 vdmdbg"
26405 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26406 dlls/vdmdbg/Makefile: dlls/vdmdbg/Makefile.in dlls/Makedll.rules"
26407 ac_config_files="$ac_config_files dlls/vdmdbg/Makefile"
26409 ALL_MAKEFILES="$ALL_MAKEFILES \\
26410 dlls/version/Makefile"
26411 test "x$enable_version" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26412 version"
26413 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26414 dlls/version/Makefile: dlls/version/Makefile.in dlls/Makedll.rules"
26415 ac_config_files="$ac_config_files dlls/version/Makefile"
26417 ALL_MAKEFILES="$ALL_MAKEFILES \\
26418 dlls/version/tests/Makefile"
26419 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26420 version/tests"
26421 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26422 dlls/version/tests/Makefile: dlls/version/tests/Makefile.in dlls/Maketest.rules"
26423 ac_config_files="$ac_config_files dlls/version/tests/Makefile"
26425 ALL_MAKEFILES="$ALL_MAKEFILES \\
26426 dlls/vmm.vxd/Makefile"
26427 test "x$enable_vmm_vxd" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26428 vmm.vxd"
26429 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26430 dlls/vmm.vxd/Makefile: dlls/vmm.vxd/Makefile.in dlls/Makedll.rules"
26431 ac_config_files="$ac_config_files dlls/vmm.vxd/Makefile"
26433 ALL_MAKEFILES="$ALL_MAKEFILES \\
26434 dlls/vnbt.vxd/Makefile"
26435 test "x$enable_vnbt_vxd" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26436 vnbt.vxd"
26437 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26438 dlls/vnbt.vxd/Makefile: dlls/vnbt.vxd/Makefile.in dlls/Makedll.rules"
26439 ac_config_files="$ac_config_files dlls/vnbt.vxd/Makefile"
26441 ALL_MAKEFILES="$ALL_MAKEFILES \\
26442 dlls/vnetbios.vxd/Makefile"
26443 test "x$enable_vnetbios_vxd" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26444 vnetbios.vxd"
26445 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26446 dlls/vnetbios.vxd/Makefile: dlls/vnetbios.vxd/Makefile.in dlls/Makedll.rules"
26447 ac_config_files="$ac_config_files dlls/vnetbios.vxd/Makefile"
26449 ALL_MAKEFILES="$ALL_MAKEFILES \\
26450 dlls/vtdapi.vxd/Makefile"
26451 test "x$enable_vtdapi_vxd" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26452 vtdapi.vxd"
26453 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26454 dlls/vtdapi.vxd/Makefile: dlls/vtdapi.vxd/Makefile.in dlls/Makedll.rules"
26455 ac_config_files="$ac_config_files dlls/vtdapi.vxd/Makefile"
26457 ALL_MAKEFILES="$ALL_MAKEFILES \\
26458 dlls/vwin32.vxd/Makefile"
26459 test "x$enable_vwin32_vxd" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26460 vwin32.vxd"
26461 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26462 dlls/vwin32.vxd/Makefile: dlls/vwin32.vxd/Makefile.in dlls/Makedll.rules"
26463 ac_config_files="$ac_config_files dlls/vwin32.vxd/Makefile"
26465 ALL_MAKEFILES="$ALL_MAKEFILES \\
26466 dlls/w32skrnl/Makefile"
26467 test "x$enable_w32skrnl" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26468 w32skrnl"
26469 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26470 dlls/w32skrnl/Makefile: dlls/w32skrnl/Makefile.in dlls/Makedll.rules"
26471 ac_config_files="$ac_config_files dlls/w32skrnl/Makefile"
26473 ALL_MAKEFILES="$ALL_MAKEFILES \\
26474 dlls/winealsa.drv/Makefile"
26475 test "x$enable_winealsa_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26476 winealsa.drv"
26477 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26478 dlls/winealsa.drv/Makefile: dlls/winealsa.drv/Makefile.in dlls/Makedll.rules"
26479 ac_config_files="$ac_config_files dlls/winealsa.drv/Makefile"
26481 ALL_MAKEFILES="$ALL_MAKEFILES \\
26482 dlls/wineaudioio.drv/Makefile"
26483 test "x$enable_wineaudioio_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26484 wineaudioio.drv"
26485 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26486 dlls/wineaudioio.drv/Makefile: dlls/wineaudioio.drv/Makefile.in dlls/Makedll.rules"
26487 ac_config_files="$ac_config_files dlls/wineaudioio.drv/Makefile"
26489 ALL_MAKEFILES="$ALL_MAKEFILES \\
26490 dlls/winecoreaudio.drv/Makefile"
26491 test "x$enable_winecoreaudio_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26492 winecoreaudio.drv"
26493 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26494 dlls/winecoreaudio.drv/Makefile: dlls/winecoreaudio.drv/Makefile.in dlls/Makedll.rules"
26495 ac_config_files="$ac_config_files dlls/winecoreaudio.drv/Makefile"
26497 ALL_MAKEFILES="$ALL_MAKEFILES \\
26498 dlls/winecrt0/Makefile"
26499 test "x$enable_winecrt0" != xno && ALL_IMPLIB_DIRS="$ALL_IMPLIB_DIRS \\
26500 winecrt0"
26501 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26502 dlls/winecrt0/Makefile: dlls/winecrt0/Makefile.in dlls/Makeimplib.rules"
26503 ac_config_files="$ac_config_files dlls/winecrt0/Makefile"
26505 ALL_MAKEFILES="$ALL_MAKEFILES \\
26506 dlls/wined3d/Makefile"
26507 test "x$enable_wined3d" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26508 wined3d"
26509 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26510 dlls/wined3d/Makefile: dlls/wined3d/Makefile.in dlls/Makedll.rules"
26511 ac_config_files="$ac_config_files dlls/wined3d/Makefile"
26513 ALL_MAKEFILES="$ALL_MAKEFILES \\
26514 dlls/winedos/Makefile"
26515 test "x$enable_winedos" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26516 winedos"
26517 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26518 dlls/winedos/Makefile: dlls/winedos/Makefile.in dlls/Makedll.rules"
26519 ac_config_files="$ac_config_files dlls/winedos/Makefile"
26521 ALL_MAKEFILES="$ALL_MAKEFILES \\
26522 dlls/wineesd.drv/Makefile"
26523 test "x$enable_wineesd_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26524 wineesd.drv"
26525 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26526 dlls/wineesd.drv/Makefile: dlls/wineesd.drv/Makefile.in dlls/Makedll.rules"
26527 ac_config_files="$ac_config_files dlls/wineesd.drv/Makefile"
26529 ALL_MAKEFILES="$ALL_MAKEFILES \\
26530 dlls/winejack.drv/Makefile"
26531 test "x$enable_winejack_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26532 winejack.drv"
26533 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26534 dlls/winejack.drv/Makefile: dlls/winejack.drv/Makefile.in dlls/Makedll.rules"
26535 ac_config_files="$ac_config_files dlls/winejack.drv/Makefile"
26537 ALL_MAKEFILES="$ALL_MAKEFILES \\
26538 dlls/winejoystick.drv/Makefile"
26539 test "x$enable_winejoystick_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26540 winejoystick.drv"
26541 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26542 dlls/winejoystick.drv/Makefile: dlls/winejoystick.drv/Makefile.in dlls/Makedll.rules"
26543 ac_config_files="$ac_config_files dlls/winejoystick.drv/Makefile"
26545 ALL_MAKEFILES="$ALL_MAKEFILES \\
26546 dlls/winemp3.acm/Makefile"
26547 test "x$enable_winemp3_acm" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26548 winemp3.acm"
26549 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26550 dlls/winemp3.acm/Makefile: dlls/winemp3.acm/Makefile.in dlls/Makedll.rules"
26551 ac_config_files="$ac_config_files dlls/winemp3.acm/Makefile"
26553 ALL_MAKEFILES="$ALL_MAKEFILES \\
26554 dlls/winenas.drv/Makefile"
26555 test "x$enable_winenas_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26556 winenas.drv"
26557 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26558 dlls/winenas.drv/Makefile: dlls/winenas.drv/Makefile.in dlls/Makedll.rules"
26559 ac_config_files="$ac_config_files dlls/winenas.drv/Makefile"
26561 ALL_MAKEFILES="$ALL_MAKEFILES \\
26562 dlls/wineoss.drv/Makefile"
26563 test "x$enable_wineoss_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26564 wineoss.drv"
26565 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26566 dlls/wineoss.drv/Makefile: dlls/wineoss.drv/Makefile.in dlls/Makedll.rules"
26567 ac_config_files="$ac_config_files dlls/wineoss.drv/Makefile"
26569 ALL_MAKEFILES="$ALL_MAKEFILES \\
26570 dlls/wineps.drv/Makefile"
26571 test "x$enable_wineps_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26572 wineps.drv"
26573 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26574 dlls/wineps.drv/Makefile: dlls/wineps.drv/Makefile.in dlls/Makedll.rules"
26575 ac_config_files="$ac_config_files dlls/wineps.drv/Makefile"
26577 ALL_MAKEFILES="$ALL_MAKEFILES \\
26578 dlls/winequartz.drv/Makefile"
26579 test "x$enable_winequartz_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26580 winequartz.drv"
26581 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26582 dlls/winequartz.drv/Makefile: dlls/winequartz.drv/Makefile.in dlls/Makedll.rules"
26583 ac_config_files="$ac_config_files dlls/winequartz.drv/Makefile"
26585 ALL_MAKEFILES="$ALL_MAKEFILES \\
26586 dlls/winex11.drv/Makefile"
26587 test "x$enable_winex11_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26588 winex11.drv"
26589 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26590 dlls/winex11.drv/Makefile: dlls/winex11.drv/Makefile.in dlls/Makedll.rules"
26591 ac_config_files="$ac_config_files dlls/winex11.drv/Makefile"
26593 ALL_MAKEFILES="$ALL_MAKEFILES \\
26594 dlls/wing32/Makefile"
26595 test "x$enable_wing32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26596 wing32"
26597 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26598 dlls/wing32/Makefile: dlls/wing32/Makefile.in dlls/Makedll.rules"
26599 ac_config_files="$ac_config_files dlls/wing32/Makefile"
26601 ALL_MAKEFILES="$ALL_MAKEFILES \\
26602 dlls/winhttp/Makefile"
26603 test "x$enable_winhttp" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26604 winhttp"
26605 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26606 dlls/winhttp/Makefile: dlls/winhttp/Makefile.in dlls/Makedll.rules"
26607 ac_config_files="$ac_config_files dlls/winhttp/Makefile"
26609 ALL_MAKEFILES="$ALL_MAKEFILES \\
26610 dlls/winhttp/tests/Makefile"
26611 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26612 winhttp/tests"
26613 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26614 dlls/winhttp/tests/Makefile: dlls/winhttp/tests/Makefile.in dlls/Maketest.rules"
26615 ac_config_files="$ac_config_files dlls/winhttp/tests/Makefile"
26617 ALL_MAKEFILES="$ALL_MAKEFILES \\
26618 dlls/wininet/Makefile"
26619 test "x$enable_wininet" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26620 wininet"
26621 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26622 dlls/wininet/Makefile: dlls/wininet/Makefile.in dlls/Makedll.rules"
26623 ac_config_files="$ac_config_files dlls/wininet/Makefile"
26625 ALL_MAKEFILES="$ALL_MAKEFILES \\
26626 dlls/wininet/tests/Makefile"
26627 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26628 wininet/tests"
26629 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26630 dlls/wininet/tests/Makefile: dlls/wininet/tests/Makefile.in dlls/Maketest.rules"
26631 ac_config_files="$ac_config_files dlls/wininet/tests/Makefile"
26633 ALL_MAKEFILES="$ALL_MAKEFILES \\
26634 dlls/winmm/Makefile"
26635 test "x$enable_winmm" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26636 winmm"
26637 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26638 dlls/winmm/Makefile: dlls/winmm/Makefile.in dlls/Makedll.rules"
26639 ac_config_files="$ac_config_files dlls/winmm/Makefile"
26641 ALL_MAKEFILES="$ALL_MAKEFILES \\
26642 dlls/winmm/tests/Makefile"
26643 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26644 winmm/tests"
26645 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26646 dlls/winmm/tests/Makefile: dlls/winmm/tests/Makefile.in dlls/Maketest.rules"
26647 ac_config_files="$ac_config_files dlls/winmm/tests/Makefile"
26649 ALL_MAKEFILES="$ALL_MAKEFILES \\
26650 dlls/winnls32/Makefile"
26651 test "x$enable_winnls32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26652 winnls32"
26653 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26654 dlls/winnls32/Makefile: dlls/winnls32/Makefile.in dlls/Makedll.rules"
26655 ac_config_files="$ac_config_files dlls/winnls32/Makefile"
26657 ALL_MAKEFILES="$ALL_MAKEFILES \\
26658 dlls/winscard/Makefile"
26659 test "x$enable_winscard" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26660 winscard"
26661 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26662 dlls/winscard/Makefile: dlls/winscard/Makefile.in dlls/Makedll.rules"
26663 ac_config_files="$ac_config_files dlls/winscard/Makefile"
26665 ALL_MAKEFILES="$ALL_MAKEFILES \\
26666 dlls/winspool.drv/Makefile"
26667 test "x$enable_winspool_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26668 winspool.drv"
26669 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26670 dlls/winspool.drv/Makefile: dlls/winspool.drv/Makefile.in dlls/Makedll.rules"
26671 ac_config_files="$ac_config_files dlls/winspool.drv/Makefile"
26673 ALL_MAKEFILES="$ALL_MAKEFILES \\
26674 dlls/winspool.drv/tests/Makefile"
26675 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26676 winspool.drv/tests"
26677 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26678 dlls/winspool.drv/tests/Makefile: dlls/winspool.drv/tests/Makefile.in dlls/Maketest.rules"
26679 ac_config_files="$ac_config_files dlls/winspool.drv/tests/Makefile"
26681 ALL_MAKEFILES="$ALL_MAKEFILES \\
26682 dlls/wintab32/Makefile"
26683 test "x$enable_wintab32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26684 wintab32"
26685 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26686 dlls/wintab32/Makefile: dlls/wintab32/Makefile.in dlls/Makedll.rules"
26687 ac_config_files="$ac_config_files dlls/wintab32/Makefile"
26689 ALL_MAKEFILES="$ALL_MAKEFILES \\
26690 dlls/wintrust/Makefile"
26691 test "x$enable_wintrust" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26692 wintrust"
26693 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26694 dlls/wintrust/Makefile: dlls/wintrust/Makefile.in dlls/Makedll.rules"
26695 ac_config_files="$ac_config_files dlls/wintrust/Makefile"
26697 ALL_MAKEFILES="$ALL_MAKEFILES \\
26698 dlls/wintrust/tests/Makefile"
26699 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26700 wintrust/tests"
26701 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26702 dlls/wintrust/tests/Makefile: dlls/wintrust/tests/Makefile.in dlls/Maketest.rules"
26703 ac_config_files="$ac_config_files dlls/wintrust/tests/Makefile"
26705 ALL_MAKEFILES="$ALL_MAKEFILES \\
26706 dlls/wldap32/Makefile"
26707 test "x$enable_wldap32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26708 wldap32"
26709 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26710 dlls/wldap32/Makefile: dlls/wldap32/Makefile.in dlls/Makedll.rules"
26711 ac_config_files="$ac_config_files dlls/wldap32/Makefile"
26713 ALL_MAKEFILES="$ALL_MAKEFILES \\
26714 dlls/wldap32/tests/Makefile"
26715 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26716 wldap32/tests"
26717 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26718 dlls/wldap32/tests/Makefile: dlls/wldap32/tests/Makefile.in dlls/Maketest.rules"
26719 ac_config_files="$ac_config_files dlls/wldap32/tests/Makefile"
26721 ALL_MAKEFILES="$ALL_MAKEFILES \\
26722 dlls/wmi/Makefile"
26723 test "x$enable_wmi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26724 wmi"
26725 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26726 dlls/wmi/Makefile: dlls/wmi/Makefile.in dlls/Makedll.rules"
26727 ac_config_files="$ac_config_files dlls/wmi/Makefile"
26729 ALL_MAKEFILES="$ALL_MAKEFILES \\
26730 dlls/wnaspi32/Makefile"
26731 test "x$enable_wnaspi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26732 wnaspi32"
26733 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26734 dlls/wnaspi32/Makefile: dlls/wnaspi32/Makefile.in dlls/Makedll.rules"
26735 ac_config_files="$ac_config_files dlls/wnaspi32/Makefile"
26737 ALL_MAKEFILES="$ALL_MAKEFILES \\
26738 dlls/wow32/Makefile"
26739 test "x$enable_wow32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26740 wow32"
26741 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26742 dlls/wow32/Makefile: dlls/wow32/Makefile.in dlls/Makedll.rules"
26743 ac_config_files="$ac_config_files dlls/wow32/Makefile"
26745 ALL_MAKEFILES="$ALL_MAKEFILES \\
26746 dlls/ws2_32/Makefile"
26747 test "x$enable_ws2_32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26748 ws2_32"
26749 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26750 dlls/ws2_32/Makefile: dlls/ws2_32/Makefile.in dlls/Makedll.rules"
26751 ac_config_files="$ac_config_files dlls/ws2_32/Makefile"
26753 ALL_MAKEFILES="$ALL_MAKEFILES \\
26754 dlls/ws2_32/tests/Makefile"
26755 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26756 ws2_32/tests"
26757 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26758 dlls/ws2_32/tests/Makefile: dlls/ws2_32/tests/Makefile.in dlls/Maketest.rules"
26759 ac_config_files="$ac_config_files dlls/ws2_32/tests/Makefile"
26761 ALL_MAKEFILES="$ALL_MAKEFILES \\
26762 dlls/wsock32/Makefile"
26763 test "x$enable_wsock32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26764 wsock32"
26765 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26766 dlls/wsock32/Makefile: dlls/wsock32/Makefile.in dlls/Makedll.rules"
26767 ac_config_files="$ac_config_files dlls/wsock32/Makefile"
26769 ALL_MAKEFILES="$ALL_MAKEFILES \\
26770 dlls/wtsapi32/Makefile"
26771 test "x$enable_wtsapi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26772 wtsapi32"
26773 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26774 dlls/wtsapi32/Makefile: dlls/wtsapi32/Makefile.in dlls/Makedll.rules"
26775 ac_config_files="$ac_config_files dlls/wtsapi32/Makefile"
26777 ALL_MAKEFILES="$ALL_MAKEFILES \\
26778 dlls/xinput1_1/Makefile"
26779 test "x$enable_xinput1_1" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26780 xinput1_1"
26781 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26782 dlls/xinput1_1/Makefile: dlls/xinput1_1/Makefile.in dlls/Makedll.rules"
26783 ac_config_files="$ac_config_files dlls/xinput1_1/Makefile"
26785 ALL_MAKEFILES="$ALL_MAKEFILES \\
26786 dlls/xinput1_2/Makefile"
26787 test "x$enable_xinput1_2" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26788 xinput1_2"
26789 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26790 dlls/xinput1_2/Makefile: dlls/xinput1_2/Makefile.in dlls/Makedll.rules"
26791 ac_config_files="$ac_config_files dlls/xinput1_2/Makefile"
26793 ALL_MAKEFILES="$ALL_MAKEFILES \\
26794 dlls/xinput1_3/Makefile"
26795 test "x$enable_xinput1_3" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26796 xinput1_3"
26797 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26798 dlls/xinput1_3/Makefile: dlls/xinput1_3/Makefile.in dlls/Makedll.rules"
26799 ac_config_files="$ac_config_files dlls/xinput1_3/Makefile"
26801 ALL_MAKEFILES="$ALL_MAKEFILES \\
26802 dlls/xinput1_3/tests/Makefile"
26803 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26804 xinput1_3/tests"
26805 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26806 dlls/xinput1_3/tests/Makefile: dlls/xinput1_3/tests/Makefile.in dlls/Maketest.rules"
26807 ac_config_files="$ac_config_files dlls/xinput1_3/tests/Makefile"
26809 ALL_MAKEFILES="$ALL_MAKEFILES \\
26810 dlls/xinput9_1_0/Makefile"
26811 test "x$enable_xinput9_1_0" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26812 xinput9_1_0"
26813 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26814 dlls/xinput9_1_0/Makefile: dlls/xinput9_1_0/Makefile.in dlls/Makedll.rules"
26815 ac_config_files="$ac_config_files dlls/xinput9_1_0/Makefile"
26817 ALL_MAKEFILES="$ALL_MAKEFILES \\
26818 documentation/Makefile"
26819 test "x$enable_documentation" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
26820 documentation"
26821 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26822 documentation/Makefile: documentation/Makefile.in Make.rules"
26823 ac_config_files="$ac_config_files documentation/Makefile"
26825 ALL_MAKEFILES="$ALL_MAKEFILES \\
26826 fonts/Makefile"
26827 test "x$enable_fonts" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
26828 fonts"
26829 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26830 fonts/Makefile: fonts/Makefile.in Make.rules"
26831 ac_config_files="$ac_config_files fonts/Makefile"
26833 ALL_MAKEFILES="$ALL_MAKEFILES \\
26834 include/Makefile"
26835 test "x$enable_include" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
26836 include"
26837 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26838 include/Makefile: include/Makefile.in Make.rules"
26839 ac_config_files="$ac_config_files include/Makefile"
26841 ALL_MAKEFILES="$ALL_MAKEFILES \\
26842 libs/Makefile"
26843 test "x$enable_libs" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
26844 libs"
26845 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26846 libs/Makefile: libs/Makefile.in Make.rules"
26847 ac_config_files="$ac_config_files libs/Makefile"
26849 ALL_MAKEFILES="$ALL_MAKEFILES \\
26850 libs/port/Makefile"
26852 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26853 libs/port/Makefile: libs/port/Makefile.in Make.rules"
26854 ac_config_files="$ac_config_files libs/port/Makefile"
26856 ALL_MAKEFILES="$ALL_MAKEFILES \\
26857 libs/wine/Makefile"
26859 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26860 libs/wine/Makefile: libs/wine/Makefile.in Make.rules"
26861 ac_config_files="$ac_config_files libs/wine/Makefile"
26863 ALL_MAKEFILES="$ALL_MAKEFILES \\
26864 libs/wpp/Makefile"
26866 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26867 libs/wpp/Makefile: libs/wpp/Makefile.in Make.rules"
26868 ac_config_files="$ac_config_files libs/wpp/Makefile"
26870 ALL_MAKEFILES="$ALL_MAKEFILES \\
26871 loader/Makefile"
26872 test "x$enable_loader" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
26873 loader"
26874 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26875 loader/Makefile: loader/Makefile.in Make.rules"
26876 ac_config_files="$ac_config_files loader/Makefile"
26878 ALL_MAKEFILES="$ALL_MAKEFILES \\
26879 programs/Makefile"
26880 test "x$enable_programs" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
26881 programs"
26882 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26883 programs/Makefile: programs/Makefile.in Make.rules"
26884 ac_config_files="$ac_config_files programs/Makefile"
26886 ALL_MAKEFILES="$ALL_MAKEFILES \\
26887 programs/clock/Makefile"
26888 test "x$enable_clock" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
26889 clock" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
26890 clock"
26891 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26892 programs/clock/Makefile: programs/clock/Makefile.in programs/Makeprog.rules"
26893 ac_config_files="$ac_config_files programs/clock/Makefile"
26895 ALL_MAKEFILES="$ALL_MAKEFILES \\
26896 programs/cmd/Makefile"
26897 test "x$enable_cmd" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
26898 cmd" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
26899 cmd"
26900 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26901 programs/cmd/Makefile: programs/cmd/Makefile.in programs/Makeprog.rules"
26902 ac_config_files="$ac_config_files programs/cmd/Makefile"
26904 ALL_MAKEFILES="$ALL_MAKEFILES \\
26905 programs/cmdlgtst/Makefile"
26906 test "x$enable_cmdlgtst" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
26907 cmdlgtst"
26908 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26909 programs/cmdlgtst/Makefile: programs/cmdlgtst/Makefile.in programs/Makeprog.rules"
26910 ac_config_files="$ac_config_files programs/cmdlgtst/Makefile"
26912 ALL_MAKEFILES="$ALL_MAKEFILES \\
26913 programs/control/Makefile"
26914 test "x$enable_control" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
26915 control" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
26916 control"
26917 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26918 programs/control/Makefile: programs/control/Makefile.in programs/Makeprog.rules"
26919 ac_config_files="$ac_config_files programs/control/Makefile"
26921 ALL_MAKEFILES="$ALL_MAKEFILES \\
26922 programs/eject/Makefile"
26923 test "x$enable_eject" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
26924 eject" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
26925 eject"
26926 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26927 programs/eject/Makefile: programs/eject/Makefile.in programs/Makeprog.rules"
26928 ac_config_files="$ac_config_files programs/eject/Makefile"
26930 ALL_MAKEFILES="$ALL_MAKEFILES \\
26931 programs/expand/Makefile"
26932 test "x$enable_expand" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
26933 expand" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
26934 expand"
26935 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26936 programs/expand/Makefile: programs/expand/Makefile.in programs/Makeprog.rules"
26937 ac_config_files="$ac_config_files programs/expand/Makefile"
26939 ALL_MAKEFILES="$ALL_MAKEFILES \\
26940 programs/explorer/Makefile"
26941 test "x$enable_explorer" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
26942 explorer" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
26943 explorer"
26944 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26945 programs/explorer/Makefile: programs/explorer/Makefile.in programs/Makeprog.rules"
26946 ac_config_files="$ac_config_files programs/explorer/Makefile"
26948 ALL_MAKEFILES="$ALL_MAKEFILES \\
26949 programs/hh/Makefile"
26950 test "x$enable_hh" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
26951 hh" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
26953 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26954 programs/hh/Makefile: programs/hh/Makefile.in programs/Makeprog.rules"
26955 ac_config_files="$ac_config_files programs/hh/Makefile"
26957 ALL_MAKEFILES="$ALL_MAKEFILES \\
26958 programs/icinfo/Makefile"
26959 test "x$enable_icinfo" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
26960 icinfo" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
26961 icinfo"
26962 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26963 programs/icinfo/Makefile: programs/icinfo/Makefile.in programs/Makeprog.rules"
26964 ac_config_files="$ac_config_files programs/icinfo/Makefile"
26966 ALL_MAKEFILES="$ALL_MAKEFILES \\
26967 programs/iexplore/Makefile"
26968 test "x$enable_iexplore" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
26969 iexplore" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
26970 iexplore"
26971 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26972 programs/iexplore/Makefile: programs/iexplore/Makefile.in programs/Makeprog.rules"
26973 ac_config_files="$ac_config_files programs/iexplore/Makefile"
26975 ALL_MAKEFILES="$ALL_MAKEFILES \\
26976 programs/msiexec/Makefile"
26977 test "x$enable_msiexec" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
26978 msiexec" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
26979 msiexec" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
26980 msiexec"
26981 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26982 programs/msiexec/Makefile: programs/msiexec/Makefile.in programs/Makeprog.rules"
26983 ac_config_files="$ac_config_files programs/msiexec/Makefile"
26985 ALL_MAKEFILES="$ALL_MAKEFILES \\
26986 programs/net/Makefile"
26987 test "x$enable_net" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
26988 net" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
26989 net"
26990 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26991 programs/net/Makefile: programs/net/Makefile.in programs/Makeprog.rules"
26992 ac_config_files="$ac_config_files programs/net/Makefile"
26994 ALL_MAKEFILES="$ALL_MAKEFILES \\
26995 programs/notepad/Makefile"
26996 test "x$enable_notepad" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
26997 notepad" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
26998 notepad" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
26999 notepad"
27000 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27001 programs/notepad/Makefile: programs/notepad/Makefile.in programs/Makeprog.rules"
27002 ac_config_files="$ac_config_files programs/notepad/Makefile"
27004 ALL_MAKEFILES="$ALL_MAKEFILES \\
27005 programs/oleview/Makefile"
27006 test "x$enable_oleview" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27007 oleview" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27008 oleview"
27009 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27010 programs/oleview/Makefile: programs/oleview/Makefile.in programs/Makeprog.rules"
27011 ac_config_files="$ac_config_files programs/oleview/Makefile"
27013 ALL_MAKEFILES="$ALL_MAKEFILES \\
27014 programs/progman/Makefile"
27015 test "x$enable_progman" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27016 progman" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27017 progman" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
27018 progman"
27019 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27020 programs/progman/Makefile: programs/progman/Makefile.in programs/Makeprog.rules"
27021 ac_config_files="$ac_config_files programs/progman/Makefile"
27023 ALL_MAKEFILES="$ALL_MAKEFILES \\
27024 programs/reg/Makefile"
27025 test "x$enable_reg" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27026 reg" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27027 reg"
27028 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27029 programs/reg/Makefile: programs/reg/Makefile.in programs/Makeprog.rules"
27030 ac_config_files="$ac_config_files programs/reg/Makefile"
27032 ALL_MAKEFILES="$ALL_MAKEFILES \\
27033 programs/regedit/Makefile"
27034 test "x$enable_regedit" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27035 regedit" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27036 regedit" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
27037 regedit"
27038 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27039 programs/regedit/Makefile: programs/regedit/Makefile.in programs/Makeprog.rules"
27040 ac_config_files="$ac_config_files programs/regedit/Makefile"
27042 ALL_MAKEFILES="$ALL_MAKEFILES \\
27043 programs/regsvr32/Makefile"
27044 test "x$enable_regsvr32" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27045 regsvr32" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27046 regsvr32" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
27047 regsvr32"
27048 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27049 programs/regsvr32/Makefile: programs/regsvr32/Makefile.in programs/Makeprog.rules"
27050 ac_config_files="$ac_config_files programs/regsvr32/Makefile"
27052 ALL_MAKEFILES="$ALL_MAKEFILES \\
27053 programs/rpcss/Makefile"
27054 test "x$enable_rpcss" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27055 rpcss" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27056 rpcss"
27057 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27058 programs/rpcss/Makefile: programs/rpcss/Makefile.in programs/Makeprog.rules"
27059 ac_config_files="$ac_config_files programs/rpcss/Makefile"
27061 ALL_MAKEFILES="$ALL_MAKEFILES \\
27062 programs/rundll32/Makefile"
27063 test "x$enable_rundll32" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27064 rundll32" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27065 rundll32"
27066 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27067 programs/rundll32/Makefile: programs/rundll32/Makefile.in programs/Makeprog.rules"
27068 ac_config_files="$ac_config_files programs/rundll32/Makefile"
27070 ALL_MAKEFILES="$ALL_MAKEFILES \\
27071 programs/secedit/Makefile"
27072 test "x$enable_secedit" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27073 secedit" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27074 secedit"
27075 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27076 programs/secedit/Makefile: programs/secedit/Makefile.in programs/Makeprog.rules"
27077 ac_config_files="$ac_config_files programs/secedit/Makefile"
27079 ALL_MAKEFILES="$ALL_MAKEFILES \\
27080 programs/services/Makefile"
27081 test "x$enable_services" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27082 services" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27083 services"
27084 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27085 programs/services/Makefile: programs/services/Makefile.in programs/Makeprog.rules"
27086 ac_config_files="$ac_config_files programs/services/Makefile"
27088 ALL_MAKEFILES="$ALL_MAKEFILES \\
27089 programs/spoolsv/Makefile"
27090 test "x$enable_spoolsv" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27091 spoolsv" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27092 spoolsv"
27093 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27094 programs/spoolsv/Makefile: programs/spoolsv/Makefile.in programs/Makeprog.rules"
27095 ac_config_files="$ac_config_files programs/spoolsv/Makefile"
27097 ALL_MAKEFILES="$ALL_MAKEFILES \\
27098 programs/start/Makefile"
27099 test "x$enable_start" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27100 start" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27101 start"
27102 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27103 programs/start/Makefile: programs/start/Makefile.in programs/Makeprog.rules"
27104 ac_config_files="$ac_config_files programs/start/Makefile"
27106 ALL_MAKEFILES="$ALL_MAKEFILES \\
27107 programs/svchost/Makefile"
27108 test "x$enable_svchost" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27109 svchost" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27110 svchost"
27111 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27112 programs/svchost/Makefile: programs/svchost/Makefile.in programs/Makeprog.rules"
27113 ac_config_files="$ac_config_files programs/svchost/Makefile"
27115 ALL_MAKEFILES="$ALL_MAKEFILES \\
27116 programs/taskmgr/Makefile"
27117 test "x$enable_taskmgr" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27118 taskmgr" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27119 taskmgr"
27120 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27121 programs/taskmgr/Makefile: programs/taskmgr/Makefile.in programs/Makeprog.rules"
27122 ac_config_files="$ac_config_files programs/taskmgr/Makefile"
27124 ALL_MAKEFILES="$ALL_MAKEFILES \\
27125 programs/uninstaller/Makefile"
27126 test "x$enable_uninstaller" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27127 uninstaller" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27128 uninstaller" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
27129 uninstaller"
27130 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27131 programs/uninstaller/Makefile: programs/uninstaller/Makefile.in programs/Makeprog.rules"
27132 ac_config_files="$ac_config_files programs/uninstaller/Makefile"
27134 ALL_MAKEFILES="$ALL_MAKEFILES \\
27135 programs/view/Makefile"
27136 test "x$enable_view" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27137 view"
27138 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27139 programs/view/Makefile: programs/view/Makefile.in programs/Makeprog.rules"
27140 ac_config_files="$ac_config_files programs/view/Makefile"
27142 ALL_MAKEFILES="$ALL_MAKEFILES \\
27143 programs/wineboot/Makefile"
27144 test "x$enable_wineboot" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27145 wineboot" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27146 wineboot" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
27147 wineboot"
27148 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27149 programs/wineboot/Makefile: programs/wineboot/Makefile.in programs/Makeprog.rules"
27150 ac_config_files="$ac_config_files programs/wineboot/Makefile"
27152 ALL_MAKEFILES="$ALL_MAKEFILES \\
27153 programs/winebrowser/Makefile"
27154 test "x$enable_winebrowser" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27155 winebrowser" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27156 winebrowser" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
27157 winebrowser"
27158 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27159 programs/winebrowser/Makefile: programs/winebrowser/Makefile.in programs/Makeprog.rules"
27160 ac_config_files="$ac_config_files programs/winebrowser/Makefile"
27162 ALL_MAKEFILES="$ALL_MAKEFILES \\
27163 programs/winecfg/Makefile"
27164 test "x$enable_winecfg" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27165 winecfg" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27166 winecfg" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
27167 winecfg"
27168 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27169 programs/winecfg/Makefile: programs/winecfg/Makefile.in programs/Makeprog.rules"
27170 ac_config_files="$ac_config_files programs/winecfg/Makefile"
27172 ALL_MAKEFILES="$ALL_MAKEFILES \\
27173 programs/wineconsole/Makefile"
27174 test "x$enable_wineconsole" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27175 wineconsole" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27176 wineconsole" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
27177 wineconsole"
27178 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27179 programs/wineconsole/Makefile: programs/wineconsole/Makefile.in programs/Makeprog.rules"
27180 ac_config_files="$ac_config_files programs/wineconsole/Makefile"
27182 ALL_MAKEFILES="$ALL_MAKEFILES \\
27183 programs/winedbg/Makefile"
27184 test "x$enable_winedbg" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27185 winedbg" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27186 winedbg" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
27187 winedbg"
27188 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27189 programs/winedbg/Makefile: programs/winedbg/Makefile.in programs/Makeprog.rules"
27190 ac_config_files="$ac_config_files programs/winedbg/Makefile"
27192 ALL_MAKEFILES="$ALL_MAKEFILES \\
27193 programs/winedevice/Makefile"
27194 test "x$enable_winedevice" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27195 winedevice" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27196 winedevice"
27197 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27198 programs/winedevice/Makefile: programs/winedevice/Makefile.in programs/Makeprog.rules"
27199 ac_config_files="$ac_config_files programs/winedevice/Makefile"
27201 ALL_MAKEFILES="$ALL_MAKEFILES \\
27202 programs/winefile/Makefile"
27203 test "x$enable_winefile" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27204 winefile" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27205 winefile" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
27206 winefile"
27207 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27208 programs/winefile/Makefile: programs/winefile/Makefile.in programs/Makeprog.rules"
27209 ac_config_files="$ac_config_files programs/winefile/Makefile"
27211 ALL_MAKEFILES="$ALL_MAKEFILES \\
27212 programs/winemenubuilder/Makefile"
27213 test "x$enable_winemenubuilder" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27214 winemenubuilder" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27215 winemenubuilder"
27216 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27217 programs/winemenubuilder/Makefile: programs/winemenubuilder/Makefile.in programs/Makeprog.rules"
27218 ac_config_files="$ac_config_files programs/winemenubuilder/Makefile"
27220 ALL_MAKEFILES="$ALL_MAKEFILES \\
27221 programs/winemine/Makefile"
27222 test "x$enable_winemine" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27223 winemine" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27224 winemine" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
27225 winemine"
27226 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27227 programs/winemine/Makefile: programs/winemine/Makefile.in programs/Makeprog.rules"
27228 ac_config_files="$ac_config_files programs/winemine/Makefile"
27230 ALL_MAKEFILES="$ALL_MAKEFILES \\
27231 programs/winepath/Makefile"
27232 test "x$enable_winepath" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27233 winepath" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27234 winepath" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
27235 winepath"
27236 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27237 programs/winepath/Makefile: programs/winepath/Makefile.in programs/Makeprog.rules"
27238 ac_config_files="$ac_config_files programs/winepath/Makefile"
27240 ALL_MAKEFILES="$ALL_MAKEFILES \\
27241 programs/winetest/Makefile"
27242 test "x$enable_winetest" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27243 winetest"
27244 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27245 programs/winetest/Makefile: programs/winetest/Makefile.in programs/Makeprog.rules"
27246 ac_config_files="$ac_config_files programs/winetest/Makefile"
27248 ALL_MAKEFILES="$ALL_MAKEFILES \\
27249 programs/winevdm/Makefile"
27250 test "x$enable_winevdm" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27251 winevdm" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27252 winevdm"
27253 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27254 programs/winevdm/Makefile: programs/winevdm/Makefile.in programs/Makeprog.rules"
27255 ac_config_files="$ac_config_files programs/winevdm/Makefile"
27257 ALL_MAKEFILES="$ALL_MAKEFILES \\
27258 programs/winhlp32/Makefile"
27259 test "x$enable_winhlp32" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27260 winhlp32" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27261 winhlp32"
27262 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27263 programs/winhlp32/Makefile: programs/winhlp32/Makefile.in programs/Makeprog.rules"
27264 ac_config_files="$ac_config_files programs/winhlp32/Makefile"
27266 ALL_MAKEFILES="$ALL_MAKEFILES \\
27267 programs/winver/Makefile"
27268 test "x$enable_winver" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27269 winver" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27270 winver"
27271 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27272 programs/winver/Makefile: programs/winver/Makefile.in programs/Makeprog.rules"
27273 ac_config_files="$ac_config_files programs/winver/Makefile"
27275 ALL_MAKEFILES="$ALL_MAKEFILES \\
27276 programs/wordpad/Makefile"
27277 test "x$enable_wordpad" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27278 wordpad" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27279 wordpad"
27280 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27281 programs/wordpad/Makefile: programs/wordpad/Makefile.in programs/Makeprog.rules"
27282 ac_config_files="$ac_config_files programs/wordpad/Makefile"
27284 ALL_MAKEFILES="$ALL_MAKEFILES \\
27285 programs/write/Makefile"
27286 test "x$enable_write" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27287 write" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27288 write"
27289 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27290 programs/write/Makefile: programs/write/Makefile.in programs/Makeprog.rules"
27291 ac_config_files="$ac_config_files programs/write/Makefile"
27293 ALL_MAKEFILES="$ALL_MAKEFILES \\
27294 programs/xcopy/Makefile"
27295 test "x$enable_xcopy" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27296 xcopy" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27297 xcopy"
27298 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27299 programs/xcopy/Makefile: programs/xcopy/Makefile.in programs/Makeprog.rules"
27300 ac_config_files="$ac_config_files programs/xcopy/Makefile"
27302 ALL_MAKEFILES="$ALL_MAKEFILES \\
27303 server/Makefile"
27304 test "x$enable_server" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
27305 server"
27306 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27307 server/Makefile: server/Makefile.in Make.rules"
27308 ac_config_files="$ac_config_files server/Makefile"
27310 ALL_MAKEFILES="$ALL_MAKEFILES \\
27311 tools/Makefile"
27312 test "x$enable_tools" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
27313 tools"
27314 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27315 tools/Makefile: tools/Makefile.in Make.rules"
27316 ac_config_files="$ac_config_files tools/Makefile"
27318 ALL_MAKEFILES="$ALL_MAKEFILES \\
27319 tools/widl/Makefile"
27321 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27322 tools/widl/Makefile: tools/widl/Makefile.in Make.rules"
27323 ac_config_files="$ac_config_files tools/widl/Makefile"
27325 ALL_MAKEFILES="$ALL_MAKEFILES \\
27326 tools/winebuild/Makefile"
27328 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27329 tools/winebuild/Makefile: tools/winebuild/Makefile.in Make.rules"
27330 ac_config_files="$ac_config_files tools/winebuild/Makefile"
27332 ALL_MAKEFILES="$ALL_MAKEFILES \\
27333 tools/winedump/Makefile"
27335 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27336 tools/winedump/Makefile: tools/winedump/Makefile.in Make.rules"
27337 ac_config_files="$ac_config_files tools/winedump/Makefile"
27339 ALL_MAKEFILES="$ALL_MAKEFILES \\
27340 tools/winegcc/Makefile"
27342 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27343 tools/winegcc/Makefile: tools/winegcc/Makefile.in Make.rules"
27344 ac_config_files="$ac_config_files tools/winegcc/Makefile"
27346 ALL_MAKEFILES="$ALL_MAKEFILES \\
27347 tools/wmc/Makefile"
27349 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27350 tools/wmc/Makefile: tools/wmc/Makefile.in Make.rules"
27351 ac_config_files="$ac_config_files tools/wmc/Makefile"
27353 ALL_MAKEFILES="$ALL_MAKEFILES \\
27354 tools/wrc/Makefile"
27356 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27357 tools/wrc/Makefile: tools/wrc/Makefile.in Make.rules"
27358 ac_config_files="$ac_config_files tools/wrc/Makefile"
27362 ALL_WINETEST_DEPENDS="# Test binaries"
27364 for dir in $ALL_TEST_DIRS
27366 if test "$dir" != "\\"
27367 then
27368 testname=`expr $dir : '\(.*\)/tests'`_test.exe
27369 ALL_WINETEST_DEPENDS="$ALL_WINETEST_DEPENDS
27370 $testname: \$(DLLDIR)/$dir/$testname\$(DLLEXT)
27371 cp \$(DLLDIR)/$dir/$testname\$(DLLEXT) \$@ && \$(STRIP) \$@"
27373 done
27375 cat >confcache <<\_ACEOF
27376 # This file is a shell script that caches the results of configure
27377 # tests run on this system so they can be shared between configure
27378 # scripts and configure runs, see configure's option --config-cache.
27379 # It is not useful on other systems. If it contains results you don't
27380 # want to keep, you may remove or edit it.
27382 # config.status only pays attention to the cache file if you give it
27383 # the --recheck option to rerun configure.
27385 # `ac_cv_env_foo' variables (set or unset) will be overridden when
27386 # loading this file, other *unset* `ac_cv_foo' will be assigned the
27387 # following values.
27389 _ACEOF
27391 # The following way of writing the cache mishandles newlines in values,
27392 # but we know of no workaround that is simple, portable, and efficient.
27393 # So, we kill variables containing newlines.
27394 # Ultrix sh set writes to stderr and can't be redirected directly,
27395 # and sets the high bit in the cache file unless we assign to the vars.
27397 for ac_var in `(set) 2>&1 | sed -n 's/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'`; do
27398 eval ac_val=\$$ac_var
27399 case $ac_val in #(
27400 *${as_nl}*)
27401 case $ac_var in #(
27402 *_cv_*) { $as_echo "$as_me:$LINENO: WARNING: cache variable $ac_var contains a newline" >&5
27403 $as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
27404 esac
27405 case $ac_var in #(
27406 _ | IFS | as_nl) ;; #(
27407 BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
27408 *) $as_unset $ac_var ;;
27409 esac ;;
27410 esac
27411 done
27413 (set) 2>&1 |
27414 case $as_nl`(ac_space=' '; set) 2>&1` in #(
27415 *${as_nl}ac_space=\ *)
27416 # `set' does not quote correctly, so add quotes (double-quote
27417 # substitution turns \\\\ into \\, and sed turns \\ into \).
27418 sed -n \
27419 "s/'/'\\\\''/g;
27420 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
27421 ;; #(
27423 # `set' quotes correctly as required by POSIX, so do not add quotes.
27424 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
27426 esac |
27427 sort
27429 sed '
27430 /^ac_cv_env_/b end
27431 t clear
27432 :clear
27433 s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
27434 t end
27435 s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
27436 :end' >>confcache
27437 if diff "$cache_file" confcache >/dev/null 2>&1; then :; else
27438 if test -w "$cache_file"; then
27439 test "x$cache_file" != "x/dev/null" &&
27440 { $as_echo "$as_me:$LINENO: updating cache $cache_file" >&5
27441 $as_echo "$as_me: updating cache $cache_file" >&6;}
27442 cat confcache >$cache_file
27443 else
27444 { $as_echo "$as_me:$LINENO: not updating unwritable cache $cache_file" >&5
27445 $as_echo "$as_me: not updating unwritable cache $cache_file" >&6;}
27448 rm -f confcache
27450 test "x$prefix" = xNONE && prefix=$ac_default_prefix
27451 # Let make expand exec_prefix.
27452 test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
27454 DEFS=-DHAVE_CONFIG_H
27456 ac_libobjs=
27457 ac_ltlibobjs=
27458 for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue
27459 # 1. Remove the extension, and $U if already installed.
27460 ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
27461 ac_i=`$as_echo "$ac_i" | sed "$ac_script"`
27462 # 2. Prepend LIBOBJDIR. When used with automake>=1.10 LIBOBJDIR
27463 # will be set to the directory where LIBOBJS objects are built.
27464 ac_libobjs="$ac_libobjs \${LIBOBJDIR}$ac_i\$U.$ac_objext"
27465 ac_ltlibobjs="$ac_ltlibobjs \${LIBOBJDIR}$ac_i"'$U.lo'
27466 done
27467 LIBOBJS=$ac_libobjs
27469 LTLIBOBJS=$ac_ltlibobjs
27473 : ${CONFIG_STATUS=./config.status}
27474 ac_write_fail=0
27475 ac_clean_files_save=$ac_clean_files
27476 ac_clean_files="$ac_clean_files $CONFIG_STATUS"
27477 { $as_echo "$as_me:$LINENO: creating $CONFIG_STATUS" >&5
27478 $as_echo "$as_me: creating $CONFIG_STATUS" >&6;}
27479 cat >$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
27480 #! $SHELL
27481 # Generated by $as_me.
27482 # Run this file to recreate the current configuration.
27483 # Compiler output produced by configure, useful for debugging
27484 # configure, is in config.log if it exists.
27486 debug=false
27487 ac_cs_recheck=false
27488 ac_cs_silent=false
27489 SHELL=\${CONFIG_SHELL-$SHELL}
27490 _ACEOF
27492 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
27493 ## --------------------- ##
27494 ## M4sh Initialization. ##
27495 ## --------------------- ##
27497 # Be more Bourne compatible
27498 DUALCASE=1; export DUALCASE # for MKS sh
27499 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
27500 emulate sh
27501 NULLCMD=:
27502 # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
27503 # is contrary to our usage. Disable this feature.
27504 alias -g '${1+"$@"}'='"$@"'
27505 setopt NO_GLOB_SUBST
27506 else
27507 case `(set -o) 2>/dev/null` in
27508 *posix*) set -o posix ;;
27509 esac
27516 # PATH needs CR
27517 # Avoid depending upon Character Ranges.
27518 as_cr_letters='abcdefghijklmnopqrstuvwxyz'
27519 as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
27520 as_cr_Letters=$as_cr_letters$as_cr_LETTERS
27521 as_cr_digits='0123456789'
27522 as_cr_alnum=$as_cr_Letters$as_cr_digits
27524 as_nl='
27526 export as_nl
27527 # Printing a long string crashes Solaris 7 /usr/bin/printf.
27528 as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
27529 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo
27530 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo
27531 if (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
27532 as_echo='printf %s\n'
27533 as_echo_n='printf %s'
27534 else
27535 if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
27536 as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
27537 as_echo_n='/usr/ucb/echo -n'
27538 else
27539 as_echo_body='eval expr "X$1" : "X\\(.*\\)"'
27540 as_echo_n_body='eval
27541 arg=$1;
27542 case $arg in
27543 *"$as_nl"*)
27544 expr "X$arg" : "X\\(.*\\)$as_nl";
27545 arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
27546 esac;
27547 expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl"
27549 export as_echo_n_body
27550 as_echo_n='sh -c $as_echo_n_body as_echo'
27552 export as_echo_body
27553 as_echo='sh -c $as_echo_body as_echo'
27556 # The user is always right.
27557 if test "${PATH_SEPARATOR+set}" != set; then
27558 PATH_SEPARATOR=:
27559 (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && {
27560 (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||
27561 PATH_SEPARATOR=';'
27565 # Support unset when possible.
27566 if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then
27567 as_unset=unset
27568 else
27569 as_unset=false
27573 # IFS
27574 # We need space, tab and new line, in precisely that order. Quoting is
27575 # there to prevent editors from complaining about space-tab.
27576 # (If _AS_PATH_WALK were called with IFS unset, it would disable word
27577 # splitting by setting IFS to empty value.)
27578 IFS=" "" $as_nl"
27580 # Find who we are. Look in the path if we contain no directory separator.
27581 case $0 in
27582 *[\\/]* ) as_myself=$0 ;;
27583 *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
27584 for as_dir in $PATH
27586 IFS=$as_save_IFS
27587 test -z "$as_dir" && as_dir=.
27588 test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
27589 done
27590 IFS=$as_save_IFS
27593 esac
27594 # We did not find ourselves, most probably we were run as `sh COMMAND'
27595 # in which case we are not to be found in the path.
27596 if test "x$as_myself" = x; then
27597 as_myself=$0
27599 if test ! -f "$as_myself"; then
27600 $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
27601 { (exit 1); exit 1; }
27604 # Work around bugs in pre-3.0 UWIN ksh.
27605 for as_var in ENV MAIL MAILPATH
27606 do ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var
27607 done
27608 PS1='$ '
27609 PS2='> '
27610 PS4='+ '
27612 # NLS nuisances.
27613 LC_ALL=C
27614 export LC_ALL
27615 LANGUAGE=C
27616 export LANGUAGE
27618 # Required to use basename.
27619 if expr a : '\(a\)' >/dev/null 2>&1 &&
27620 test "X`expr 00001 : '.*\(...\)'`" = X001; then
27621 as_expr=expr
27622 else
27623 as_expr=false
27626 if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
27627 as_basename=basename
27628 else
27629 as_basename=false
27633 # Name of the executable.
27634 as_me=`$as_basename -- "$0" ||
27635 $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
27636 X"$0" : 'X\(//\)$' \| \
27637 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
27638 $as_echo X/"$0" |
27639 sed '/^.*\/\([^/][^/]*\)\/*$/{
27640 s//\1/
27643 /^X\/\(\/\/\)$/{
27644 s//\1/
27647 /^X\/\(\/\).*/{
27648 s//\1/
27651 s/.*/./; q'`
27653 # CDPATH.
27654 $as_unset CDPATH
27658 as_lineno_1=$LINENO
27659 as_lineno_2=$LINENO
27660 test "x$as_lineno_1" != "x$as_lineno_2" &&
27661 test "x`expr $as_lineno_1 + 1`" = "x$as_lineno_2" || {
27663 # Create $as_me.lineno as a copy of $as_myself, but with $LINENO
27664 # uniformly replaced by the line number. The first 'sed' inserts a
27665 # line-number line after each line using $LINENO; the second 'sed'
27666 # does the real work. The second script uses 'N' to pair each
27667 # line-number line with the line containing $LINENO, and appends
27668 # trailing '-' during substitution so that $LINENO is not a special
27669 # case at line end.
27670 # (Raja R Harinath suggested sed '=', and Paul Eggert wrote the
27671 # scripts with optimization help from Paolo Bonzini. Blame Lee
27672 # E. McMahon (1931-1989) for sed's syntax. :-)
27673 sed -n '
27675 /[$]LINENO/=
27676 ' <$as_myself |
27677 sed '
27678 s/[$]LINENO.*/&-/
27679 t lineno
27681 :lineno
27683 :loop
27684 s/[$]LINENO\([^'$as_cr_alnum'_].*\n\)\(.*\)/\2\1\2/
27685 t loop
27686 s/-\n.*//
27687 ' >$as_me.lineno &&
27688 chmod +x "$as_me.lineno" ||
27689 { $as_echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2
27690 { (exit 1); exit 1; }; }
27692 # Don't try to exec as it changes $[0], causing all sort of problems
27693 # (the dirname of $[0] is not the place where we might find the
27694 # original and so on. Autoconf is especially sensitive to this).
27695 . "./$as_me.lineno"
27696 # Exit status is that of the last command.
27697 exit
27701 if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
27702 as_dirname=dirname
27703 else
27704 as_dirname=false
27707 ECHO_C= ECHO_N= ECHO_T=
27708 case `echo -n x` in
27709 -n*)
27710 case `echo 'x\c'` in
27711 *c*) ECHO_T=' ';; # ECHO_T is single tab character.
27712 *) ECHO_C='\c';;
27713 esac;;
27715 ECHO_N='-n';;
27716 esac
27717 if expr a : '\(a\)' >/dev/null 2>&1 &&
27718 test "X`expr 00001 : '.*\(...\)'`" = X001; then
27719 as_expr=expr
27720 else
27721 as_expr=false
27724 rm -f conf$$ conf$$.exe conf$$.file
27725 if test -d conf$$.dir; then
27726 rm -f conf$$.dir/conf$$.file
27727 else
27728 rm -f conf$$.dir
27729 mkdir conf$$.dir 2>/dev/null
27731 if (echo >conf$$.file) 2>/dev/null; then
27732 if ln -s conf$$.file conf$$ 2>/dev/null; then
27733 as_ln_s='ln -s'
27734 # ... but there are two gotchas:
27735 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
27736 # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
27737 # In both cases, we have to default to `cp -p'.
27738 ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
27739 as_ln_s='cp -p'
27740 elif ln conf$$.file conf$$ 2>/dev/null; then
27741 as_ln_s=ln
27742 else
27743 as_ln_s='cp -p'
27745 else
27746 as_ln_s='cp -p'
27748 rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
27749 rmdir conf$$.dir 2>/dev/null
27751 if mkdir -p . 2>/dev/null; then
27752 as_mkdir_p=:
27753 else
27754 test -d ./-p && rmdir ./-p
27755 as_mkdir_p=false
27758 if test -x / >/dev/null 2>&1; then
27759 as_test_x='test -x'
27760 else
27761 if ls -dL / >/dev/null 2>&1; then
27762 as_ls_L_option=L
27763 else
27764 as_ls_L_option=
27766 as_test_x='
27767 eval sh -c '\''
27768 if test -d "$1"; then
27769 test -d "$1/.";
27770 else
27771 case $1 in
27772 -*)set "./$1";;
27773 esac;
27774 case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in
27775 ???[sx]*):;;*)false;;esac;fi
27776 '\'' sh
27779 as_executable_p=$as_test_x
27781 # Sed expression to map a string onto a valid CPP name.
27782 as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
27784 # Sed expression to map a string onto a valid variable name.
27785 as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
27788 exec 6>&1
27790 # Save the log message, to keep $[0] and so on meaningful, and to
27791 # report actual input values of CONFIG_FILES etc. instead of their
27792 # values after options handling.
27793 ac_log="
27794 This file was extended by Wine $as_me 1.1.9, which was
27795 generated by GNU Autoconf 2.63. Invocation command line was
27797 CONFIG_FILES = $CONFIG_FILES
27798 CONFIG_HEADERS = $CONFIG_HEADERS
27799 CONFIG_LINKS = $CONFIG_LINKS
27800 CONFIG_COMMANDS = $CONFIG_COMMANDS
27801 $ $0 $@
27803 on `(hostname || uname -n) 2>/dev/null | sed 1q`
27806 _ACEOF
27808 case $ac_config_files in *"
27809 "*) set x $ac_config_files; shift; ac_config_files=$*;;
27810 esac
27812 case $ac_config_headers in *"
27813 "*) set x $ac_config_headers; shift; ac_config_headers=$*;;
27814 esac
27817 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
27818 # Files that config.status was made for.
27819 config_files="$ac_config_files"
27820 config_headers="$ac_config_headers"
27821 config_commands="$ac_config_commands"
27823 _ACEOF
27825 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
27826 ac_cs_usage="\
27827 \`$as_me' instantiates files from templates according to the
27828 current configuration.
27830 Usage: $0 [OPTION]... [FILE]...
27832 -h, --help print this help, then exit
27833 -V, --version print version number and configuration settings, then exit
27834 -q, --quiet, --silent
27835 do not print progress messages
27836 -d, --debug don't remove temporary files
27837 --recheck update $as_me by reconfiguring in the same conditions
27838 --file=FILE[:TEMPLATE]
27839 instantiate the configuration file FILE
27840 --header=FILE[:TEMPLATE]
27841 instantiate the configuration header FILE
27843 Configuration files:
27844 $config_files
27846 Configuration headers:
27847 $config_headers
27849 Configuration commands:
27850 $config_commands
27852 Report bugs to <bug-autoconf@gnu.org>."
27854 _ACEOF
27855 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
27856 ac_cs_version="\\
27857 Wine config.status 1.1.9
27858 configured by $0, generated by GNU Autoconf 2.63,
27859 with options \\"`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\"
27861 Copyright (C) 2008 Free Software Foundation, Inc.
27862 This config.status script is free software; the Free Software Foundation
27863 gives unlimited permission to copy, distribute and modify it."
27865 ac_pwd='$ac_pwd'
27866 srcdir='$srcdir'
27867 INSTALL='$INSTALL'
27868 test -n "\$AWK" || AWK=awk
27869 _ACEOF
27871 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
27872 # The default lists apply if the user does not specify any file.
27873 ac_need_defaults=:
27874 while test $# != 0
27876 case $1 in
27877 --*=*)
27878 ac_option=`expr "X$1" : 'X\([^=]*\)='`
27879 ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
27880 ac_shift=:
27883 ac_option=$1
27884 ac_optarg=$2
27885 ac_shift=shift
27887 esac
27889 case $ac_option in
27890 # Handling of the options.
27891 -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
27892 ac_cs_recheck=: ;;
27893 --version | --versio | --versi | --vers | --ver | --ve | --v | -V )
27894 $as_echo "$ac_cs_version"; exit ;;
27895 --debug | --debu | --deb | --de | --d | -d )
27896 debug=: ;;
27897 --file | --fil | --fi | --f )
27898 $ac_shift
27899 case $ac_optarg in
27900 *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
27901 esac
27902 CONFIG_FILES="$CONFIG_FILES '$ac_optarg'"
27903 ac_need_defaults=false;;
27904 --header | --heade | --head | --hea )
27905 $ac_shift
27906 case $ac_optarg in
27907 *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
27908 esac
27909 CONFIG_HEADERS="$CONFIG_HEADERS '$ac_optarg'"
27910 ac_need_defaults=false;;
27911 --he | --h)
27912 # Conflict between --help and --header
27913 { $as_echo "$as_me: error: ambiguous option: $1
27914 Try \`$0 --help' for more information." >&2
27915 { (exit 1); exit 1; }; };;
27916 --help | --hel | -h )
27917 $as_echo "$ac_cs_usage"; exit ;;
27918 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
27919 | -silent | --silent | --silen | --sile | --sil | --si | --s)
27920 ac_cs_silent=: ;;
27922 # This is an error.
27923 -*) { $as_echo "$as_me: error: unrecognized option: $1
27924 Try \`$0 --help' for more information." >&2
27925 { (exit 1); exit 1; }; } ;;
27927 *) ac_config_targets="$ac_config_targets $1"
27928 ac_need_defaults=false ;;
27930 esac
27931 shift
27932 done
27934 ac_configure_extra_args=
27936 if $ac_cs_silent; then
27937 exec 6>/dev/null
27938 ac_configure_extra_args="$ac_configure_extra_args --silent"
27941 _ACEOF
27942 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
27943 if \$ac_cs_recheck; then
27944 set X '$SHELL' '$0' $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
27945 shift
27946 \$as_echo "running CONFIG_SHELL=$SHELL \$*" >&6
27947 CONFIG_SHELL='$SHELL'
27948 export CONFIG_SHELL
27949 exec "\$@"
27952 _ACEOF
27953 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
27954 exec 5>>config.log
27956 echo
27957 sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
27958 ## Running $as_me. ##
27959 _ASBOX
27960 $as_echo "$ac_log"
27961 } >&5
27963 _ACEOF
27964 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
27965 _ACEOF
27967 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
27969 # Handling of arguments.
27970 for ac_config_target in $ac_config_targets
27972 case $ac_config_target in
27973 "include/config.h") CONFIG_HEADERS="$CONFIG_HEADERS include/config.h" ;;
27974 "include/stamp-h") CONFIG_COMMANDS="$CONFIG_COMMANDS include/stamp-h" ;;
27975 "dlls/gdi32/enhmfdrv") CONFIG_COMMANDS="$CONFIG_COMMANDS dlls/gdi32/enhmfdrv" ;;
27976 "dlls/gdi32/mfdrv") CONFIG_COMMANDS="$CONFIG_COMMANDS dlls/gdi32/mfdrv" ;;
27977 "dlls/kernel32/nls") CONFIG_COMMANDS="$CONFIG_COMMANDS dlls/kernel32/nls" ;;
27978 "dlls/user32/resources") CONFIG_COMMANDS="$CONFIG_COMMANDS dlls/user32/resources" ;;
27979 "dlls/wineps.drv/data") CONFIG_COMMANDS="$CONFIG_COMMANDS dlls/wineps.drv/data" ;;
27980 "include/wine") CONFIG_COMMANDS="$CONFIG_COMMANDS include/wine" ;;
27981 "Make.rules") CONFIG_FILES="$CONFIG_FILES Make.rules" ;;
27982 "dlls/Makedll.rules") CONFIG_FILES="$CONFIG_FILES dlls/Makedll.rules" ;;
27983 "dlls/Makeimplib.rules") CONFIG_FILES="$CONFIG_FILES dlls/Makeimplib.rules" ;;
27984 "dlls/Maketest.rules") CONFIG_FILES="$CONFIG_FILES dlls/Maketest.rules" ;;
27985 "programs/Makeprog.rules") CONFIG_FILES="$CONFIG_FILES programs/Makeprog.rules" ;;
27986 "Makefile") CONFIG_FILES="$CONFIG_FILES Makefile" ;;
27987 "dlls/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/Makefile" ;;
27988 "dlls/acledit/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/acledit/Makefile" ;;
27989 "dlls/activeds/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/activeds/Makefile" ;;
27990 "dlls/actxprxy/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/actxprxy/Makefile" ;;
27991 "dlls/adsiid/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/adsiid/Makefile" ;;
27992 "dlls/advapi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/advapi32/Makefile" ;;
27993 "dlls/advapi32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/advapi32/tests/Makefile" ;;
27994 "dlls/advpack/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/advpack/Makefile" ;;
27995 "dlls/advpack/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/advpack/tests/Makefile" ;;
27996 "dlls/amstream/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/amstream/Makefile" ;;
27997 "dlls/appwiz.cpl/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/appwiz.cpl/Makefile" ;;
27998 "dlls/atl/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/atl/Makefile" ;;
27999 "dlls/avicap32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/avicap32/Makefile" ;;
28000 "dlls/avifil32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/avifil32/Makefile" ;;
28001 "dlls/browseui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/browseui/Makefile" ;;
28002 "dlls/browseui/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/browseui/tests/Makefile" ;;
28003 "dlls/cabinet/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cabinet/Makefile" ;;
28004 "dlls/cabinet/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cabinet/tests/Makefile" ;;
28005 "dlls/capi2032/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/capi2032/Makefile" ;;
28006 "dlls/cards/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cards/Makefile" ;;
28007 "dlls/cfgmgr32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cfgmgr32/Makefile" ;;
28008 "dlls/clusapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/clusapi/Makefile" ;;
28009 "dlls/comcat/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/comcat/Makefile" ;;
28010 "dlls/comcat/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/comcat/tests/Makefile" ;;
28011 "dlls/comctl32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/comctl32/Makefile" ;;
28012 "dlls/comctl32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/comctl32/tests/Makefile" ;;
28013 "dlls/comdlg32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/comdlg32/Makefile" ;;
28014 "dlls/comdlg32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/comdlg32/tests/Makefile" ;;
28015 "dlls/compstui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/compstui/Makefile" ;;
28016 "dlls/credui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/credui/Makefile" ;;
28017 "dlls/credui/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/credui/tests/Makefile" ;;
28018 "dlls/crtdll/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/crtdll/Makefile" ;;
28019 "dlls/crypt32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/crypt32/Makefile" ;;
28020 "dlls/crypt32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/crypt32/tests/Makefile" ;;
28021 "dlls/cryptdlg/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cryptdlg/Makefile" ;;
28022 "dlls/cryptdll/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cryptdll/Makefile" ;;
28023 "dlls/cryptnet/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cryptnet/Makefile" ;;
28024 "dlls/cryptnet/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cryptnet/tests/Makefile" ;;
28025 "dlls/cryptui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cryptui/Makefile" ;;
28026 "dlls/cryptui/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cryptui/tests/Makefile" ;;
28027 "dlls/ctapi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ctapi32/Makefile" ;;
28028 "dlls/ctl3d32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ctl3d32/Makefile" ;;
28029 "dlls/d3d10/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d10/Makefile" ;;
28030 "dlls/d3d10/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d10/tests/Makefile" ;;
28031 "dlls/d3d10core/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d10core/Makefile" ;;
28032 "dlls/d3d10core/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d10core/tests/Makefile" ;;
28033 "dlls/d3d8/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d8/Makefile" ;;
28034 "dlls/d3d8/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d8/tests/Makefile" ;;
28035 "dlls/d3d9/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d9/Makefile" ;;
28036 "dlls/d3d9/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d9/tests/Makefile" ;;
28037 "dlls/d3dim/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dim/Makefile" ;;
28038 "dlls/d3drm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3drm/Makefile" ;;
28039 "dlls/d3drm/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3drm/tests/Makefile" ;;
28040 "dlls/d3dx8/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx8/Makefile" ;;
28041 "dlls/d3dx8/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx8/tests/Makefile" ;;
28042 "dlls/d3dx9_24/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_24/Makefile" ;;
28043 "dlls/d3dx9_25/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_25/Makefile" ;;
28044 "dlls/d3dx9_26/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_26/Makefile" ;;
28045 "dlls/d3dx9_27/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_27/Makefile" ;;
28046 "dlls/d3dx9_28/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_28/Makefile" ;;
28047 "dlls/d3dx9_29/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_29/Makefile" ;;
28048 "dlls/d3dx9_30/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_30/Makefile" ;;
28049 "dlls/d3dx9_31/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_31/Makefile" ;;
28050 "dlls/d3dx9_32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_32/Makefile" ;;
28051 "dlls/d3dx9_33/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_33/Makefile" ;;
28052 "dlls/d3dx9_34/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_34/Makefile" ;;
28053 "dlls/d3dx9_35/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_35/Makefile" ;;
28054 "dlls/d3dx9_36/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_36/Makefile" ;;
28055 "dlls/d3dx9_36/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_36/tests/Makefile" ;;
28056 "dlls/d3dx9_37/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_37/Makefile" ;;
28057 "dlls/d3dxof/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dxof/Makefile" ;;
28058 "dlls/d3dxof/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dxof/tests/Makefile" ;;
28059 "dlls/dbghelp/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dbghelp/Makefile" ;;
28060 "dlls/dciman32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dciman32/Makefile" ;;
28061 "dlls/ddraw/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ddraw/Makefile" ;;
28062 "dlls/ddraw/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ddraw/tests/Makefile" ;;
28063 "dlls/ddrawex/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ddrawex/Makefile" ;;
28064 "dlls/devenum/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/devenum/Makefile" ;;
28065 "dlls/dinput/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dinput/Makefile" ;;
28066 "dlls/dinput/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dinput/tests/Makefile" ;;
28067 "dlls/dinput8/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dinput8/Makefile" ;;
28068 "dlls/dmband/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmband/Makefile" ;;
28069 "dlls/dmcompos/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmcompos/Makefile" ;;
28070 "dlls/dmime/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmime/Makefile" ;;
28071 "dlls/dmloader/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmloader/Makefile" ;;
28072 "dlls/dmscript/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmscript/Makefile" ;;
28073 "dlls/dmstyle/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmstyle/Makefile" ;;
28074 "dlls/dmsynth/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmsynth/Makefile" ;;
28075 "dlls/dmusic/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmusic/Makefile" ;;
28076 "dlls/dmusic32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmusic32/Makefile" ;;
28077 "dlls/dnsapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dnsapi/Makefile" ;;
28078 "dlls/dnsapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dnsapi/tests/Makefile" ;;
28079 "dlls/dplay/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dplay/Makefile" ;;
28080 "dlls/dplayx/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dplayx/Makefile" ;;
28081 "dlls/dplayx/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dplayx/tests/Makefile" ;;
28082 "dlls/dpnaddr/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dpnaddr/Makefile" ;;
28083 "dlls/dpnet/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dpnet/Makefile" ;;
28084 "dlls/dpnhpast/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dpnhpast/Makefile" ;;
28085 "dlls/dpnlobby/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dpnlobby/Makefile" ;;
28086 "dlls/dpwsockx/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dpwsockx/Makefile" ;;
28087 "dlls/dsound/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dsound/Makefile" ;;
28088 "dlls/dsound/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dsound/tests/Makefile" ;;
28089 "dlls/dssenh/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dssenh/Makefile" ;;
28090 "dlls/dswave/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dswave/Makefile" ;;
28091 "dlls/dwmapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dwmapi/Makefile" ;;
28092 "dlls/dxdiagn/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dxdiagn/Makefile" ;;
28093 "dlls/dxerr8/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dxerr8/Makefile" ;;
28094 "dlls/dxerr9/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dxerr9/Makefile" ;;
28095 "dlls/dxgi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dxgi/Makefile" ;;
28096 "dlls/dxgi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dxgi/tests/Makefile" ;;
28097 "dlls/dxguid/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dxguid/Makefile" ;;
28098 "dlls/faultrep/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/faultrep/Makefile" ;;
28099 "dlls/fusion/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/fusion/Makefile" ;;
28100 "dlls/fusion/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/fusion/tests/Makefile" ;;
28101 "dlls/gdi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/gdi32/Makefile" ;;
28102 "dlls/gdi32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/gdi32/tests/Makefile" ;;
28103 "dlls/gdiplus/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/gdiplus/Makefile" ;;
28104 "dlls/gdiplus/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/gdiplus/tests/Makefile" ;;
28105 "dlls/glu32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/glu32/Makefile" ;;
28106 "dlls/gphoto2.ds/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/gphoto2.ds/Makefile" ;;
28107 "dlls/gpkcsp/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/gpkcsp/Makefile" ;;
28108 "dlls/hal/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/hal/Makefile" ;;
28109 "dlls/hhctrl.ocx/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/hhctrl.ocx/Makefile" ;;
28110 "dlls/hid/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/hid/Makefile" ;;
28111 "dlls/hlink/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/hlink/Makefile" ;;
28112 "dlls/hlink/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/hlink/tests/Makefile" ;;
28113 "dlls/hnetcfg/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/hnetcfg/Makefile" ;;
28114 "dlls/iccvid/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/iccvid/Makefile" ;;
28115 "dlls/icmp/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/icmp/Makefile" ;;
28116 "dlls/ifsmgr.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ifsmgr.vxd/Makefile" ;;
28117 "dlls/imaadp32.acm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/imaadp32.acm/Makefile" ;;
28118 "dlls/imagehlp/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/imagehlp/Makefile" ;;
28119 "dlls/imm32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/imm32/Makefile" ;;
28120 "dlls/imm32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/imm32/tests/Makefile" ;;
28121 "dlls/inetcomm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/inetcomm/Makefile" ;;
28122 "dlls/inetcomm/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/inetcomm/tests/Makefile" ;;
28123 "dlls/inetmib1/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/inetmib1/Makefile" ;;
28124 "dlls/inetmib1/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/inetmib1/tests/Makefile" ;;
28125 "dlls/infosoft/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/infosoft/Makefile" ;;
28126 "dlls/infosoft/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/infosoft/tests/Makefile" ;;
28127 "dlls/initpki/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/initpki/Makefile" ;;
28128 "dlls/inkobj/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/inkobj/Makefile" ;;
28129 "dlls/inseng/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/inseng/Makefile" ;;
28130 "dlls/iphlpapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/iphlpapi/Makefile" ;;
28131 "dlls/iphlpapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/iphlpapi/tests/Makefile" ;;
28132 "dlls/itircl/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/itircl/Makefile" ;;
28133 "dlls/itss/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/itss/Makefile" ;;
28134 "dlls/itss/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/itss/tests/Makefile" ;;
28135 "dlls/jscript/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/jscript/Makefile" ;;
28136 "dlls/jscript/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/jscript/tests/Makefile" ;;
28137 "dlls/kernel32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/kernel32/Makefile" ;;
28138 "dlls/kernel32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/kernel32/tests/Makefile" ;;
28139 "dlls/localspl/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/localspl/Makefile" ;;
28140 "dlls/localspl/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/localspl/tests/Makefile" ;;
28141 "dlls/localui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/localui/Makefile" ;;
28142 "dlls/localui/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/localui/tests/Makefile" ;;
28143 "dlls/lz32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/lz32/Makefile" ;;
28144 "dlls/lz32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/lz32/tests/Makefile" ;;
28145 "dlls/mapi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mapi32/Makefile" ;;
28146 "dlls/mapi32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mapi32/tests/Makefile" ;;
28147 "dlls/mciavi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mciavi32/Makefile" ;;
28148 "dlls/mcicda/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mcicda/Makefile" ;;
28149 "dlls/mciseq/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mciseq/Makefile" ;;
28150 "dlls/mciwave/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mciwave/Makefile" ;;
28151 "dlls/midimap/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/midimap/Makefile" ;;
28152 "dlls/mlang/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mlang/Makefile" ;;
28153 "dlls/mlang/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mlang/tests/Makefile" ;;
28154 "dlls/mmdevldr.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mmdevldr.vxd/Makefile" ;;
28155 "dlls/monodebg.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/monodebg.vxd/Makefile" ;;
28156 "dlls/mountmgr.sys/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mountmgr.sys/Makefile" ;;
28157 "dlls/mpr/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mpr/Makefile" ;;
28158 "dlls/mprapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mprapi/Makefile" ;;
28159 "dlls/msacm32.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msacm32.drv/Makefile" ;;
28160 "dlls/msacm32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msacm32/Makefile" ;;
28161 "dlls/msacm32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msacm32/tests/Makefile" ;;
28162 "dlls/msadp32.acm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msadp32.acm/Makefile" ;;
28163 "dlls/mscat32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mscat32/Makefile" ;;
28164 "dlls/mscms/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mscms/Makefile" ;;
28165 "dlls/mscms/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mscms/tests/Makefile" ;;
28166 "dlls/mscoree/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mscoree/Makefile" ;;
28167 "dlls/msdmo/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msdmo/Makefile" ;;
28168 "dlls/msftedit/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msftedit/Makefile" ;;
28169 "dlls/msg711.acm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msg711.acm/Makefile" ;;
28170 "dlls/mshtml.tlb/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mshtml.tlb/Makefile" ;;
28171 "dlls/mshtml/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mshtml/Makefile" ;;
28172 "dlls/mshtml/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mshtml/tests/Makefile" ;;
28173 "dlls/msi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msi/Makefile" ;;
28174 "dlls/msi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msi/tests/Makefile" ;;
28175 "dlls/msimg32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msimg32/Makefile" ;;
28176 "dlls/msimtf/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msimtf/Makefile" ;;
28177 "dlls/msisip/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msisip/Makefile" ;;
28178 "dlls/msisys.ocx/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msisys.ocx/Makefile" ;;
28179 "dlls/msnet32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msnet32/Makefile" ;;
28180 "dlls/msrle32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msrle32/Makefile" ;;
28181 "dlls/mssip32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mssip32/Makefile" ;;
28182 "dlls/mstask/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mstask/Makefile" ;;
28183 "dlls/mstask/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mstask/tests/Makefile" ;;
28184 "dlls/msvcirt/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcirt/Makefile" ;;
28185 "dlls/msvcr71/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcr71/Makefile" ;;
28186 "dlls/msvcrt/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcrt/Makefile" ;;
28187 "dlls/msvcrt/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcrt/tests/Makefile" ;;
28188 "dlls/msvcrt20/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcrt20/Makefile" ;;
28189 "dlls/msvcrt40/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcrt40/Makefile" ;;
28190 "dlls/msvcrtd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcrtd/Makefile" ;;
28191 "dlls/msvcrtd/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcrtd/tests/Makefile" ;;
28192 "dlls/msvfw32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvfw32/Makefile" ;;
28193 "dlls/msvidc32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvidc32/Makefile" ;;
28194 "dlls/mswsock/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mswsock/Makefile" ;;
28195 "dlls/msxml3/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msxml3/Makefile" ;;
28196 "dlls/msxml3/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msxml3/tests/Makefile" ;;
28197 "dlls/nddeapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/nddeapi/Makefile" ;;
28198 "dlls/netapi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/netapi32/Makefile" ;;
28199 "dlls/netapi32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/netapi32/tests/Makefile" ;;
28200 "dlls/newdev/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/newdev/Makefile" ;;
28201 "dlls/ntdll/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ntdll/Makefile" ;;
28202 "dlls/ntdll/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ntdll/tests/Makefile" ;;
28203 "dlls/ntdsapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ntdsapi/Makefile" ;;
28204 "dlls/ntdsapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ntdsapi/tests/Makefile" ;;
28205 "dlls/ntoskrnl.exe/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ntoskrnl.exe/Makefile" ;;
28206 "dlls/ntprint/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ntprint/Makefile" ;;
28207 "dlls/ntprint/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ntprint/tests/Makefile" ;;
28208 "dlls/objsel/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/objsel/Makefile" ;;
28209 "dlls/odbc32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/odbc32/Makefile" ;;
28210 "dlls/odbccp32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/odbccp32/Makefile" ;;
28211 "dlls/odbccp32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/odbccp32/tests/Makefile" ;;
28212 "dlls/ole32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ole32/Makefile" ;;
28213 "dlls/ole32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ole32/tests/Makefile" ;;
28214 "dlls/oleacc/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/oleacc/Makefile" ;;
28215 "dlls/oleacc/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/oleacc/tests/Makefile" ;;
28216 "dlls/oleaut32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/oleaut32/Makefile" ;;
28217 "dlls/oleaut32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/oleaut32/tests/Makefile" ;;
28218 "dlls/olecli32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/olecli32/Makefile" ;;
28219 "dlls/oledlg/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/oledlg/Makefile" ;;
28220 "dlls/olepro32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/olepro32/Makefile" ;;
28221 "dlls/olesvr32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/olesvr32/Makefile" ;;
28222 "dlls/olethk32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/olethk32/Makefile" ;;
28223 "dlls/opengl32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/opengl32/Makefile" ;;
28224 "dlls/opengl32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/opengl32/tests/Makefile" ;;
28225 "dlls/pdh/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/pdh/Makefile" ;;
28226 "dlls/pdh/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/pdh/tests/Makefile" ;;
28227 "dlls/powrprof/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/powrprof/Makefile" ;;
28228 "dlls/printui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/printui/Makefile" ;;
28229 "dlls/propsys/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/propsys/Makefile" ;;
28230 "dlls/psapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/psapi/Makefile" ;;
28231 "dlls/psapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/psapi/tests/Makefile" ;;
28232 "dlls/pstorec/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/pstorec/Makefile" ;;
28233 "dlls/qcap/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/qcap/Makefile" ;;
28234 "dlls/qedit/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/qedit/Makefile" ;;
28235 "dlls/qedit/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/qedit/tests/Makefile" ;;
28236 "dlls/qmgr/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/qmgr/Makefile" ;;
28237 "dlls/qmgr/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/qmgr/tests/Makefile" ;;
28238 "dlls/qmgrprxy/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/qmgrprxy/Makefile" ;;
28239 "dlls/quartz/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/quartz/Makefile" ;;
28240 "dlls/quartz/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/quartz/tests/Makefile" ;;
28241 "dlls/query/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/query/Makefile" ;;
28242 "dlls/rasapi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rasapi32/Makefile" ;;
28243 "dlls/rasapi32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rasapi32/tests/Makefile" ;;
28244 "dlls/resutils/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/resutils/Makefile" ;;
28245 "dlls/riched20/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/riched20/Makefile" ;;
28246 "dlls/riched20/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/riched20/tests/Makefile" ;;
28247 "dlls/riched32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/riched32/Makefile" ;;
28248 "dlls/riched32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/riched32/tests/Makefile" ;;
28249 "dlls/rpcrt4/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rpcrt4/Makefile" ;;
28250 "dlls/rpcrt4/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rpcrt4/tests/Makefile" ;;
28251 "dlls/rsabase/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rsabase/Makefile" ;;
28252 "dlls/rsaenh/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rsaenh/Makefile" ;;
28253 "dlls/rsaenh/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rsaenh/tests/Makefile" ;;
28254 "dlls/sane.ds/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sane.ds/Makefile" ;;
28255 "dlls/sccbase/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sccbase/Makefile" ;;
28256 "dlls/schannel/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/schannel/Makefile" ;;
28257 "dlls/schannel/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/schannel/tests/Makefile" ;;
28258 "dlls/secur32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/secur32/Makefile" ;;
28259 "dlls/secur32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/secur32/tests/Makefile" ;;
28260 "dlls/security/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/security/Makefile" ;;
28261 "dlls/sensapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sensapi/Makefile" ;;
28262 "dlls/serialui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/serialui/Makefile" ;;
28263 "dlls/serialui/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/serialui/tests/Makefile" ;;
28264 "dlls/setupapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/setupapi/Makefile" ;;
28265 "dlls/setupapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/setupapi/tests/Makefile" ;;
28266 "dlls/sfc/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sfc/Makefile" ;;
28267 "dlls/sfc_os/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sfc_os/Makefile" ;;
28268 "dlls/shdoclc/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shdoclc/Makefile" ;;
28269 "dlls/shdocvw/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shdocvw/Makefile" ;;
28270 "dlls/shdocvw/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shdocvw/tests/Makefile" ;;
28271 "dlls/shell32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shell32/Makefile" ;;
28272 "dlls/shell32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shell32/tests/Makefile" ;;
28273 "dlls/shfolder/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shfolder/Makefile" ;;
28274 "dlls/shlwapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shlwapi/Makefile" ;;
28275 "dlls/shlwapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shlwapi/tests/Makefile" ;;
28276 "dlls/slbcsp/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/slbcsp/Makefile" ;;
28277 "dlls/slc/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/slc/Makefile" ;;
28278 "dlls/snmpapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/snmpapi/Makefile" ;;
28279 "dlls/snmpapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/snmpapi/tests/Makefile" ;;
28280 "dlls/softpub/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/softpub/Makefile" ;;
28281 "dlls/spoolss/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/spoolss/Makefile" ;;
28282 "dlls/spoolss/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/spoolss/tests/Makefile" ;;
28283 "dlls/stdole2.tlb/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/stdole2.tlb/Makefile" ;;
28284 "dlls/stdole32.tlb/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/stdole32.tlb/Makefile" ;;
28285 "dlls/sti/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sti/Makefile" ;;
28286 "dlls/strmiids/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/strmiids/Makefile" ;;
28287 "dlls/svrapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/svrapi/Makefile" ;;
28288 "dlls/sxs/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sxs/Makefile" ;;
28289 "dlls/tapi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/tapi32/Makefile" ;;
28290 "dlls/twain_32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/twain_32/Makefile" ;;
28291 "dlls/unicows/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/unicows/Makefile" ;;
28292 "dlls/url/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/url/Makefile" ;;
28293 "dlls/urlmon/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/urlmon/Makefile" ;;
28294 "dlls/urlmon/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/urlmon/tests/Makefile" ;;
28295 "dlls/user32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/user32/Makefile" ;;
28296 "dlls/user32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/user32/tests/Makefile" ;;
28297 "dlls/userenv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/userenv/Makefile" ;;
28298 "dlls/userenv/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/userenv/tests/Makefile" ;;
28299 "dlls/usp10/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/usp10/Makefile" ;;
28300 "dlls/usp10/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/usp10/tests/Makefile" ;;
28301 "dlls/uuid/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/uuid/Makefile" ;;
28302 "dlls/uxtheme/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/uxtheme/Makefile" ;;
28303 "dlls/uxtheme/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/uxtheme/tests/Makefile" ;;
28304 "dlls/vdhcp.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/vdhcp.vxd/Makefile" ;;
28305 "dlls/vdmdbg/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/vdmdbg/Makefile" ;;
28306 "dlls/version/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/version/Makefile" ;;
28307 "dlls/version/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/version/tests/Makefile" ;;
28308 "dlls/vmm.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/vmm.vxd/Makefile" ;;
28309 "dlls/vnbt.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/vnbt.vxd/Makefile" ;;
28310 "dlls/vnetbios.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/vnetbios.vxd/Makefile" ;;
28311 "dlls/vtdapi.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/vtdapi.vxd/Makefile" ;;
28312 "dlls/vwin32.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/vwin32.vxd/Makefile" ;;
28313 "dlls/w32skrnl/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/w32skrnl/Makefile" ;;
28314 "dlls/winealsa.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winealsa.drv/Makefile" ;;
28315 "dlls/wineaudioio.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wineaudioio.drv/Makefile" ;;
28316 "dlls/winecoreaudio.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winecoreaudio.drv/Makefile" ;;
28317 "dlls/winecrt0/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winecrt0/Makefile" ;;
28318 "dlls/wined3d/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wined3d/Makefile" ;;
28319 "dlls/winedos/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winedos/Makefile" ;;
28320 "dlls/wineesd.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wineesd.drv/Makefile" ;;
28321 "dlls/winejack.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winejack.drv/Makefile" ;;
28322 "dlls/winejoystick.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winejoystick.drv/Makefile" ;;
28323 "dlls/winemp3.acm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winemp3.acm/Makefile" ;;
28324 "dlls/winenas.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winenas.drv/Makefile" ;;
28325 "dlls/wineoss.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wineoss.drv/Makefile" ;;
28326 "dlls/wineps.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wineps.drv/Makefile" ;;
28327 "dlls/winequartz.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winequartz.drv/Makefile" ;;
28328 "dlls/winex11.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winex11.drv/Makefile" ;;
28329 "dlls/wing32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wing32/Makefile" ;;
28330 "dlls/winhttp/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winhttp/Makefile" ;;
28331 "dlls/winhttp/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winhttp/tests/Makefile" ;;
28332 "dlls/wininet/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wininet/Makefile" ;;
28333 "dlls/wininet/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wininet/tests/Makefile" ;;
28334 "dlls/winmm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winmm/Makefile" ;;
28335 "dlls/winmm/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winmm/tests/Makefile" ;;
28336 "dlls/winnls32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winnls32/Makefile" ;;
28337 "dlls/winscard/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winscard/Makefile" ;;
28338 "dlls/winspool.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winspool.drv/Makefile" ;;
28339 "dlls/winspool.drv/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winspool.drv/tests/Makefile" ;;
28340 "dlls/wintab32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wintab32/Makefile" ;;
28341 "dlls/wintrust/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wintrust/Makefile" ;;
28342 "dlls/wintrust/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wintrust/tests/Makefile" ;;
28343 "dlls/wldap32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wldap32/Makefile" ;;
28344 "dlls/wldap32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wldap32/tests/Makefile" ;;
28345 "dlls/wmi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wmi/Makefile" ;;
28346 "dlls/wnaspi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wnaspi32/Makefile" ;;
28347 "dlls/wow32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wow32/Makefile" ;;
28348 "dlls/ws2_32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ws2_32/Makefile" ;;
28349 "dlls/ws2_32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ws2_32/tests/Makefile" ;;
28350 "dlls/wsock32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wsock32/Makefile" ;;
28351 "dlls/wtsapi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wtsapi32/Makefile" ;;
28352 "dlls/xinput1_1/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/xinput1_1/Makefile" ;;
28353 "dlls/xinput1_2/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/xinput1_2/Makefile" ;;
28354 "dlls/xinput1_3/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/xinput1_3/Makefile" ;;
28355 "dlls/xinput1_3/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/xinput1_3/tests/Makefile" ;;
28356 "dlls/xinput9_1_0/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/xinput9_1_0/Makefile" ;;
28357 "documentation/Makefile") CONFIG_FILES="$CONFIG_FILES documentation/Makefile" ;;
28358 "fonts/Makefile") CONFIG_FILES="$CONFIG_FILES fonts/Makefile" ;;
28359 "include/Makefile") CONFIG_FILES="$CONFIG_FILES include/Makefile" ;;
28360 "libs/Makefile") CONFIG_FILES="$CONFIG_FILES libs/Makefile" ;;
28361 "libs/port/Makefile") CONFIG_FILES="$CONFIG_FILES libs/port/Makefile" ;;
28362 "libs/wine/Makefile") CONFIG_FILES="$CONFIG_FILES libs/wine/Makefile" ;;
28363 "libs/wpp/Makefile") CONFIG_FILES="$CONFIG_FILES libs/wpp/Makefile" ;;
28364 "loader/Makefile") CONFIG_FILES="$CONFIG_FILES loader/Makefile" ;;
28365 "programs/Makefile") CONFIG_FILES="$CONFIG_FILES programs/Makefile" ;;
28366 "programs/clock/Makefile") CONFIG_FILES="$CONFIG_FILES programs/clock/Makefile" ;;
28367 "programs/cmd/Makefile") CONFIG_FILES="$CONFIG_FILES programs/cmd/Makefile" ;;
28368 "programs/cmdlgtst/Makefile") CONFIG_FILES="$CONFIG_FILES programs/cmdlgtst/Makefile" ;;
28369 "programs/control/Makefile") CONFIG_FILES="$CONFIG_FILES programs/control/Makefile" ;;
28370 "programs/eject/Makefile") CONFIG_FILES="$CONFIG_FILES programs/eject/Makefile" ;;
28371 "programs/expand/Makefile") CONFIG_FILES="$CONFIG_FILES programs/expand/Makefile" ;;
28372 "programs/explorer/Makefile") CONFIG_FILES="$CONFIG_FILES programs/explorer/Makefile" ;;
28373 "programs/hh/Makefile") CONFIG_FILES="$CONFIG_FILES programs/hh/Makefile" ;;
28374 "programs/icinfo/Makefile") CONFIG_FILES="$CONFIG_FILES programs/icinfo/Makefile" ;;
28375 "programs/iexplore/Makefile") CONFIG_FILES="$CONFIG_FILES programs/iexplore/Makefile" ;;
28376 "programs/msiexec/Makefile") CONFIG_FILES="$CONFIG_FILES programs/msiexec/Makefile" ;;
28377 "programs/net/Makefile") CONFIG_FILES="$CONFIG_FILES programs/net/Makefile" ;;
28378 "programs/notepad/Makefile") CONFIG_FILES="$CONFIG_FILES programs/notepad/Makefile" ;;
28379 "programs/oleview/Makefile") CONFIG_FILES="$CONFIG_FILES programs/oleview/Makefile" ;;
28380 "programs/progman/Makefile") CONFIG_FILES="$CONFIG_FILES programs/progman/Makefile" ;;
28381 "programs/reg/Makefile") CONFIG_FILES="$CONFIG_FILES programs/reg/Makefile" ;;
28382 "programs/regedit/Makefile") CONFIG_FILES="$CONFIG_FILES programs/regedit/Makefile" ;;
28383 "programs/regsvr32/Makefile") CONFIG_FILES="$CONFIG_FILES programs/regsvr32/Makefile" ;;
28384 "programs/rpcss/Makefile") CONFIG_FILES="$CONFIG_FILES programs/rpcss/Makefile" ;;
28385 "programs/rundll32/Makefile") CONFIG_FILES="$CONFIG_FILES programs/rundll32/Makefile" ;;
28386 "programs/secedit/Makefile") CONFIG_FILES="$CONFIG_FILES programs/secedit/Makefile" ;;
28387 "programs/services/Makefile") CONFIG_FILES="$CONFIG_FILES programs/services/Makefile" ;;
28388 "programs/spoolsv/Makefile") CONFIG_FILES="$CONFIG_FILES programs/spoolsv/Makefile" ;;
28389 "programs/start/Makefile") CONFIG_FILES="$CONFIG_FILES programs/start/Makefile" ;;
28390 "programs/svchost/Makefile") CONFIG_FILES="$CONFIG_FILES programs/svchost/Makefile" ;;
28391 "programs/taskmgr/Makefile") CONFIG_FILES="$CONFIG_FILES programs/taskmgr/Makefile" ;;
28392 "programs/uninstaller/Makefile") CONFIG_FILES="$CONFIG_FILES programs/uninstaller/Makefile" ;;
28393 "programs/view/Makefile") CONFIG_FILES="$CONFIG_FILES programs/view/Makefile" ;;
28394 "programs/wineboot/Makefile") CONFIG_FILES="$CONFIG_FILES programs/wineboot/Makefile" ;;
28395 "programs/winebrowser/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winebrowser/Makefile" ;;
28396 "programs/winecfg/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winecfg/Makefile" ;;
28397 "programs/wineconsole/Makefile") CONFIG_FILES="$CONFIG_FILES programs/wineconsole/Makefile" ;;
28398 "programs/winedbg/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winedbg/Makefile" ;;
28399 "programs/winedevice/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winedevice/Makefile" ;;
28400 "programs/winefile/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winefile/Makefile" ;;
28401 "programs/winemenubuilder/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winemenubuilder/Makefile" ;;
28402 "programs/winemine/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winemine/Makefile" ;;
28403 "programs/winepath/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winepath/Makefile" ;;
28404 "programs/winetest/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winetest/Makefile" ;;
28405 "programs/winevdm/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winevdm/Makefile" ;;
28406 "programs/winhlp32/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winhlp32/Makefile" ;;
28407 "programs/winver/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winver/Makefile" ;;
28408 "programs/wordpad/Makefile") CONFIG_FILES="$CONFIG_FILES programs/wordpad/Makefile" ;;
28409 "programs/write/Makefile") CONFIG_FILES="$CONFIG_FILES programs/write/Makefile" ;;
28410 "programs/xcopy/Makefile") CONFIG_FILES="$CONFIG_FILES programs/xcopy/Makefile" ;;
28411 "server/Makefile") CONFIG_FILES="$CONFIG_FILES server/Makefile" ;;
28412 "tools/Makefile") CONFIG_FILES="$CONFIG_FILES tools/Makefile" ;;
28413 "tools/widl/Makefile") CONFIG_FILES="$CONFIG_FILES tools/widl/Makefile" ;;
28414 "tools/winebuild/Makefile") CONFIG_FILES="$CONFIG_FILES tools/winebuild/Makefile" ;;
28415 "tools/winedump/Makefile") CONFIG_FILES="$CONFIG_FILES tools/winedump/Makefile" ;;
28416 "tools/winegcc/Makefile") CONFIG_FILES="$CONFIG_FILES tools/winegcc/Makefile" ;;
28417 "tools/wmc/Makefile") CONFIG_FILES="$CONFIG_FILES tools/wmc/Makefile" ;;
28418 "tools/wrc/Makefile") CONFIG_FILES="$CONFIG_FILES tools/wrc/Makefile" ;;
28420 *) { { $as_echo "$as_me:$LINENO: error: invalid argument: $ac_config_target" >&5
28421 $as_echo "$as_me: error: invalid argument: $ac_config_target" >&2;}
28422 { (exit 1); exit 1; }; };;
28423 esac
28424 done
28427 # If the user did not use the arguments to specify the items to instantiate,
28428 # then the envvar interface is used. Set only those that are not.
28429 # We use the long form for the default assignment because of an extremely
28430 # bizarre bug on SunOS 4.1.3.
28431 if $ac_need_defaults; then
28432 test "${CONFIG_FILES+set}" = set || CONFIG_FILES=$config_files
28433 test "${CONFIG_HEADERS+set}" = set || CONFIG_HEADERS=$config_headers
28434 test "${CONFIG_COMMANDS+set}" = set || CONFIG_COMMANDS=$config_commands
28437 # Have a temporary directory for convenience. Make it in the build tree
28438 # simply because there is no reason against having it here, and in addition,
28439 # creating and moving files from /tmp can sometimes cause problems.
28440 # Hook for its removal unless debugging.
28441 # Note that there is a small window in which the directory will not be cleaned:
28442 # after its creation but before its name has been assigned to `$tmp'.
28443 $debug ||
28445 tmp=
28446 trap 'exit_status=$?
28447 { test -z "$tmp" || test ! -d "$tmp" || rm -fr "$tmp"; } && exit $exit_status
28449 trap '{ (exit 1); exit 1; }' 1 2 13 15
28451 # Create a (secure) tmp directory for tmp files.
28454 tmp=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` &&
28455 test -n "$tmp" && test -d "$tmp"
28456 } ||
28458 tmp=./conf$$-$RANDOM
28459 (umask 077 && mkdir "$tmp")
28460 } ||
28462 $as_echo "$as_me: cannot create a temporary directory in ." >&2
28463 { (exit 1); exit 1; }
28466 # Set up the scripts for CONFIG_FILES section.
28467 # No need to generate them if there are no CONFIG_FILES.
28468 # This happens for instance with `./config.status config.h'.
28469 if test -n "$CONFIG_FILES"; then
28471 if $AWK 'BEGIN { getline <"/dev/null" }' </dev/null 2>/dev/null; then
28472 ac_cs_awk_getline=:
28473 ac_cs_awk_pipe_init=
28474 ac_cs_awk_read_file='
28475 while ((getline aline < (F[key])) > 0)
28476 print(aline)
28477 close(F[key])'
28478 ac_cs_awk_pipe_fini=
28479 else
28480 ac_cs_awk_getline=false
28481 ac_cs_awk_pipe_init="print \"cat <<'|#_!!_#|' &&\""
28482 ac_cs_awk_read_file='
28483 print "|#_!!_#|"
28484 print "cat " F[key] " &&"
28485 '$ac_cs_awk_pipe_init
28486 # The final `:' finishes the AND list.
28487 ac_cs_awk_pipe_fini='END { print "|#_!!_#|"; print ":" }'
28489 ac_cr=' '
28490 ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
28491 if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
28492 ac_cs_awk_cr='\\r'
28493 else
28494 ac_cs_awk_cr=$ac_cr
28497 echo 'BEGIN {' >"$tmp/subs1.awk" &&
28498 _ACEOF
28500 # Create commands to substitute file output variables.
28502 echo "cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1" &&
28503 echo 'cat >>"\$tmp/subs1.awk" <<\\_ACAWK &&' &&
28504 echo "$ac_subst_files" | sed 's/.*/F["&"]="$&"/' &&
28505 echo "_ACAWK" &&
28506 echo "_ACEOF"
28507 } >conf$$files.sh &&
28508 . ./conf$$files.sh ||
28509 { { $as_echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5
28510 $as_echo "$as_me: error: could not make $CONFIG_STATUS" >&2;}
28511 { (exit 1); exit 1; }; }
28512 rm -f conf$$files.sh
28515 echo "cat >conf$$subs.awk <<_ACEOF" &&
28516 echo "$ac_subst_vars" | sed 's/.*/&!$&$ac_delim/' &&
28517 echo "_ACEOF"
28518 } >conf$$subs.sh ||
28519 { { $as_echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5
28520 $as_echo "$as_me: error: could not make $CONFIG_STATUS" >&2;}
28521 { (exit 1); exit 1; }; }
28522 ac_delim_num=`echo "$ac_subst_vars" | grep -c '$'`
28523 ac_delim='%!_!# '
28524 for ac_last_try in false false false false false :; do
28525 . ./conf$$subs.sh ||
28526 { { $as_echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5
28527 $as_echo "$as_me: error: could not make $CONFIG_STATUS" >&2;}
28528 { (exit 1); exit 1; }; }
28530 ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X`
28531 if test $ac_delim_n = $ac_delim_num; then
28532 break
28533 elif $ac_last_try; then
28534 { { $as_echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5
28535 $as_echo "$as_me: error: could not make $CONFIG_STATUS" >&2;}
28536 { (exit 1); exit 1; }; }
28537 else
28538 ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
28540 done
28541 rm -f conf$$subs.sh
28543 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
28544 cat >>"\$tmp/subs1.awk" <<\\_ACAWK &&
28545 _ACEOF
28546 sed -n '
28548 s/^/S["/; s/!.*/"]=/
28551 s/^[^!]*!//
28552 :repl
28553 t repl
28554 s/'"$ac_delim"'$//
28555 t delim
28558 s/\(.\{148\}\).*/\1/
28559 t more1
28560 s/["\\]/\\&/g; s/^/"/; s/$/\\n"\\/
28563 b repl
28564 :more1
28565 s/["\\]/\\&/g; s/^/"/; s/$/"\\/
28568 s/.\{148\}//
28569 t nl
28570 :delim
28572 s/\(.\{148\}\).*/\1/
28573 t more2
28574 s/["\\]/\\&/g; s/^/"/; s/$/"/
28577 :more2
28578 s/["\\]/\\&/g; s/^/"/; s/$/"\\/
28581 s/.\{148\}//
28582 t delim
28583 ' <conf$$subs.awk | sed '
28584 /^[^""]/{
28586 s/\n//
28588 ' >>$CONFIG_STATUS || ac_write_fail=1
28589 rm -f conf$$subs.awk
28590 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
28591 _ACAWK
28592 cat >>"\$tmp/subs1.awk" <<_ACAWK &&
28593 for (key in S) S_is_set[key] = 1
28594 FS = "\a"
28595 \$ac_cs_awk_pipe_init
28598 line = $ 0
28599 nfields = split(line, field, "@")
28600 substed = 0
28601 len = length(field[1])
28602 for (i = 2; i < nfields; i++) {
28603 key = field[i]
28604 keylen = length(key)
28605 if (S_is_set[key]) {
28606 value = S[key]
28607 line = substr(line, 1, len) "" value "" substr(line, len + keylen + 3)
28608 len += length(value) + length(field[++i])
28609 substed = 1
28610 } else
28611 len += 1 + keylen
28613 if (nfields == 3 && !substed) {
28614 key = field[2]
28615 if (F[key] != "" && line ~ /^[ ]*@.*@[ ]*$/) {
28616 \$ac_cs_awk_read_file
28617 next
28620 print line
28622 \$ac_cs_awk_pipe_fini
28623 _ACAWK
28624 _ACEOF
28625 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
28626 if sed "s/$ac_cr//" < /dev/null > /dev/null 2>&1; then
28627 sed "s/$ac_cr\$//; s/$ac_cr/$ac_cs_awk_cr/g"
28628 else
28630 fi < "$tmp/subs1.awk" > "$tmp/subs.awk" \
28631 || { { $as_echo "$as_me:$LINENO: error: could not setup config files machinery" >&5
28632 $as_echo "$as_me: error: could not setup config files machinery" >&2;}
28633 { (exit 1); exit 1; }; }
28634 _ACEOF
28636 # VPATH may cause trouble with some makes, so we remove $(srcdir),
28637 # ${srcdir} and @srcdir@ from VPATH if srcdir is ".", strip leading and
28638 # trailing colons and then remove the whole line if VPATH becomes empty
28639 # (actually we leave an empty line to preserve line numbers).
28640 if test "x$srcdir" = x.; then
28641 ac_vpsub='/^[ ]*VPATH[ ]*=/{
28642 s/:*\$(srcdir):*/:/
28643 s/:*\${srcdir}:*/:/
28644 s/:*@srcdir@:*/:/
28645 s/^\([^=]*=[ ]*\):*/\1/
28646 s/:*$//
28647 s/^[^=]*=[ ]*$//
28651 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
28652 fi # test -n "$CONFIG_FILES"
28654 # Set up the scripts for CONFIG_HEADERS section.
28655 # No need to generate them if there are no CONFIG_HEADERS.
28656 # This happens for instance with `./config.status Makefile'.
28657 if test -n "$CONFIG_HEADERS"; then
28658 cat >"$tmp/defines.awk" <<\_ACAWK ||
28659 BEGIN {
28660 _ACEOF
28662 # Transform confdefs.h into an awk script `defines.awk', embedded as
28663 # here-document in config.status, that substitutes the proper values into
28664 # config.h.in to produce config.h.
28666 # Create a delimiter string that does not exist in confdefs.h, to ease
28667 # handling of long lines.
28668 ac_delim='%!_!# '
28669 for ac_last_try in false false :; do
28670 ac_t=`sed -n "/$ac_delim/p" confdefs.h`
28671 if test -z "$ac_t"; then
28672 break
28673 elif $ac_last_try; then
28674 { { $as_echo "$as_me:$LINENO: error: could not make $CONFIG_HEADERS" >&5
28675 $as_echo "$as_me: error: could not make $CONFIG_HEADERS" >&2;}
28676 { (exit 1); exit 1; }; }
28677 else
28678 ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
28680 done
28682 # For the awk script, D is an array of macro values keyed by name,
28683 # likewise P contains macro parameters if any. Preserve backslash
28684 # newline sequences.
28686 ac_word_re=[_$as_cr_Letters][_$as_cr_alnum]*
28687 sed -n '
28688 s/.\{148\}/&'"$ac_delim"'/g
28689 t rset
28690 :rset
28691 s/^[ ]*#[ ]*define[ ][ ]*/ /
28692 t def
28694 :def
28695 s/\\$//
28696 t bsnl
28697 s/["\\]/\\&/g
28698 s/^ \('"$ac_word_re"'\)\(([^()]*)\)[ ]*\(.*\)/P["\1"]="\2"\
28699 D["\1"]=" \3"/p
28700 s/^ \('"$ac_word_re"'\)[ ]*\(.*\)/D["\1"]=" \2"/p
28702 :bsnl
28703 s/["\\]/\\&/g
28704 s/^ \('"$ac_word_re"'\)\(([^()]*)\)[ ]*\(.*\)/P["\1"]="\2"\
28705 D["\1"]=" \3\\\\\\n"\\/p
28706 t cont
28707 s/^ \('"$ac_word_re"'\)[ ]*\(.*\)/D["\1"]=" \2\\\\\\n"\\/p
28708 t cont
28710 :cont
28712 s/.\{148\}/&'"$ac_delim"'/g
28713 t clear
28714 :clear
28715 s/\\$//
28716 t bsnlc
28717 s/["\\]/\\&/g; s/^/"/; s/$/"/p
28719 :bsnlc
28720 s/["\\]/\\&/g; s/^/"/; s/$/\\\\\\n"\\/p
28721 b cont
28722 ' <confdefs.h | sed '
28723 s/'"$ac_delim"'/"\\\
28724 "/g' >>$CONFIG_STATUS || ac_write_fail=1
28726 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
28727 for (key in D) D_is_set[key] = 1
28728 FS = "\a"
28730 /^[\t ]*#[\t ]*(define|undef)[\t ]+$ac_word_re([\t (]|\$)/ {
28731 line = \$ 0
28732 split(line, arg, " ")
28733 if (arg[1] == "#") {
28734 defundef = arg[2]
28735 mac1 = arg[3]
28736 } else {
28737 defundef = substr(arg[1], 2)
28738 mac1 = arg[2]
28740 split(mac1, mac2, "(") #)
28741 macro = mac2[1]
28742 prefix = substr(line, 1, index(line, defundef) - 1)
28743 if (D_is_set[macro]) {
28744 # Preserve the white space surrounding the "#".
28745 print prefix "define", macro P[macro] D[macro]
28746 next
28747 } else {
28748 # Replace #undef with comments. This is necessary, for example,
28749 # in the case of _POSIX_SOURCE, which is predefined and required
28750 # on some systems where configure will not decide to define it.
28751 if (defundef == "undef") {
28752 print "/*", prefix defundef, macro, "*/"
28753 next
28757 { print }
28758 _ACAWK
28759 _ACEOF
28760 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
28761 { { $as_echo "$as_me:$LINENO: error: could not setup config headers machinery" >&5
28762 $as_echo "$as_me: error: could not setup config headers machinery" >&2;}
28763 { (exit 1); exit 1; }; }
28764 fi # test -n "$CONFIG_HEADERS"
28767 eval set X " :F $CONFIG_FILES :H $CONFIG_HEADERS :C $CONFIG_COMMANDS"
28768 shift
28769 for ac_tag
28771 case $ac_tag in
28772 :[FHLC]) ac_mode=$ac_tag; continue;;
28773 esac
28774 case $ac_mode$ac_tag in
28775 :[FHL]*:*);;
28776 :L* | :C*:*) { { $as_echo "$as_me:$LINENO: error: invalid tag $ac_tag" >&5
28777 $as_echo "$as_me: error: invalid tag $ac_tag" >&2;}
28778 { (exit 1); exit 1; }; };;
28779 :[FH]-) ac_tag=-:-;;
28780 :[FH]*) ac_tag=$ac_tag:$ac_tag.in;;
28781 esac
28782 ac_save_IFS=$IFS
28783 IFS=:
28784 set x $ac_tag
28785 IFS=$ac_save_IFS
28786 shift
28787 ac_file=$1
28788 shift
28790 case $ac_mode in
28791 :L) ac_source=$1;;
28792 :[FH])
28793 ac_file_inputs=
28794 for ac_f
28796 case $ac_f in
28797 -) ac_f="$tmp/stdin";;
28798 *) # Look for the file first in the build tree, then in the source tree
28799 # (if the path is not absolute). The absolute path cannot be DOS-style,
28800 # because $ac_f cannot contain `:'.
28801 test -f "$ac_f" ||
28802 case $ac_f in
28803 [\\/$]*) false;;
28804 *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";;
28805 esac ||
28806 { { $as_echo "$as_me:$LINENO: error: cannot find input file: $ac_f" >&5
28807 $as_echo "$as_me: error: cannot find input file: $ac_f" >&2;}
28808 { (exit 1); exit 1; }; };;
28809 esac
28810 case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
28811 ac_file_inputs="$ac_file_inputs '$ac_f'"
28812 done
28814 # Let's still pretend it is `configure' which instantiates (i.e., don't
28815 # use $as_me), people would be surprised to read:
28816 # /* config.h. Generated by config.status. */
28817 configure_input='Generated from '`
28818 $as_echo "$*" | sed 's|^[^:]*/||;s|:[^:]*/|, |g'
28819 `' by configure.'
28820 if test x"$ac_file" != x-; then
28821 configure_input="$ac_file. $configure_input"
28822 { $as_echo "$as_me:$LINENO: creating $ac_file" >&5
28823 $as_echo "$as_me: creating $ac_file" >&6;}
28825 # Neutralize special characters interpreted by sed in replacement strings.
28826 case $configure_input in #(
28827 *\&* | *\|* | *\\* )
28828 ac_sed_conf_input=`$as_echo "$configure_input" |
28829 sed 's/[\\\\&|]/\\\\&/g'`;; #(
28830 *) ac_sed_conf_input=$configure_input;;
28831 esac
28833 case $ac_tag in
28834 *:-:* | *:-) cat >"$tmp/stdin" \
28835 || { { $as_echo "$as_me:$LINENO: error: could not create $ac_file" >&5
28836 $as_echo "$as_me: error: could not create $ac_file" >&2;}
28837 { (exit 1); exit 1; }; } ;;
28838 esac
28840 esac
28842 ac_dir=`$as_dirname -- "$ac_file" ||
28843 $as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
28844 X"$ac_file" : 'X\(//\)[^/]' \| \
28845 X"$ac_file" : 'X\(//\)$' \| \
28846 X"$ac_file" : 'X\(/\)' \| . 2>/dev/null ||
28847 $as_echo X"$ac_file" |
28848 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
28849 s//\1/
28852 /^X\(\/\/\)[^/].*/{
28853 s//\1/
28856 /^X\(\/\/\)$/{
28857 s//\1/
28860 /^X\(\/\).*/{
28861 s//\1/
28864 s/.*/./; q'`
28865 { as_dir="$ac_dir"
28866 case $as_dir in #(
28867 -*) as_dir=./$as_dir;;
28868 esac
28869 test -d "$as_dir" || { $as_mkdir_p && mkdir -p "$as_dir"; } || {
28870 as_dirs=
28871 while :; do
28872 case $as_dir in #(
28873 *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
28874 *) as_qdir=$as_dir;;
28875 esac
28876 as_dirs="'$as_qdir' $as_dirs"
28877 as_dir=`$as_dirname -- "$as_dir" ||
28878 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
28879 X"$as_dir" : 'X\(//\)[^/]' \| \
28880 X"$as_dir" : 'X\(//\)$' \| \
28881 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
28882 $as_echo X"$as_dir" |
28883 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
28884 s//\1/
28887 /^X\(\/\/\)[^/].*/{
28888 s//\1/
28891 /^X\(\/\/\)$/{
28892 s//\1/
28895 /^X\(\/\).*/{
28896 s//\1/
28899 s/.*/./; q'`
28900 test -d "$as_dir" && break
28901 done
28902 test -z "$as_dirs" || eval "mkdir $as_dirs"
28903 } || test -d "$as_dir" || { { $as_echo "$as_me:$LINENO: error: cannot create directory $as_dir" >&5
28904 $as_echo "$as_me: error: cannot create directory $as_dir" >&2;}
28905 { (exit 1); exit 1; }; }; }
28906 ac_builddir=.
28908 case "$ac_dir" in
28909 .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
28911 ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
28912 # A ".." for each directory in $ac_dir_suffix.
28913 ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
28914 case $ac_top_builddir_sub in
28915 "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
28916 *) ac_top_build_prefix=$ac_top_builddir_sub/ ;;
28917 esac ;;
28918 esac
28919 ac_abs_top_builddir=$ac_pwd
28920 ac_abs_builddir=$ac_pwd$ac_dir_suffix
28921 # for backward compatibility:
28922 ac_top_builddir=$ac_top_build_prefix
28924 case $srcdir in
28925 .) # We are building in place.
28926 ac_srcdir=.
28927 ac_top_srcdir=$ac_top_builddir_sub
28928 ac_abs_top_srcdir=$ac_pwd ;;
28929 [\\/]* | ?:[\\/]* ) # Absolute name.
28930 ac_srcdir=$srcdir$ac_dir_suffix;
28931 ac_top_srcdir=$srcdir
28932 ac_abs_top_srcdir=$srcdir ;;
28933 *) # Relative name.
28934 ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
28935 ac_top_srcdir=$ac_top_build_prefix$srcdir
28936 ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
28937 esac
28938 ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
28941 case $ac_mode in
28944 # CONFIG_FILE
28947 case $INSTALL in
28948 [\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;;
28949 *) ac_INSTALL=$ac_top_build_prefix$INSTALL ;;
28950 esac
28951 _ACEOF
28953 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
28954 # If the template does not know about datarootdir, expand it.
28955 # FIXME: This hack should be removed a few years after 2.60.
28956 ac_datarootdir_hack=; ac_datarootdir_seen=
28958 ac_sed_dataroot='
28959 /datarootdir/ {
28963 /@datadir@/p
28964 /@docdir@/p
28965 /@infodir@/p
28966 /@localedir@/p
28967 /@mandir@/p
28969 case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in
28970 *datarootdir*) ac_datarootdir_seen=yes;;
28971 *@datadir@*|*@docdir@*|*@infodir@*|*@localedir@*|*@mandir@*)
28972 { $as_echo "$as_me:$LINENO: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5
28973 $as_echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;}
28974 _ACEOF
28975 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
28976 ac_datarootdir_hack='
28977 s&@datadir@&$datadir&g
28978 s&@docdir@&$docdir&g
28979 s&@infodir@&$infodir&g
28980 s&@localedir@&$localedir&g
28981 s&@mandir@&$mandir&g
28982 s&\\\${datarootdir}&$datarootdir&g' ;;
28983 esac
28984 _ACEOF
28986 # Neutralize VPATH when `$srcdir' = `.'.
28987 # Shell code in configure.ac might set extrasub.
28988 # FIXME: do we really want to maintain this feature?
28989 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
28990 ac_sed_extra="$ac_vpsub
28991 $extrasub
28992 _ACEOF
28993 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
28995 /@[a-zA-Z_][a-zA-Z_0-9]*@/!b
28996 s|@configure_input@|$ac_sed_conf_input|;t t
28997 s&@top_builddir@&$ac_top_builddir_sub&;t t
28998 s&@top_build_prefix@&$ac_top_build_prefix&;t t
28999 s&@srcdir@&$ac_srcdir&;t t
29000 s&@abs_srcdir@&$ac_abs_srcdir&;t t
29001 s&@top_srcdir@&$ac_top_srcdir&;t t
29002 s&@abs_top_srcdir@&$ac_abs_top_srcdir&;t t
29003 s&@builddir@&$ac_builddir&;t t
29004 s&@abs_builddir@&$ac_abs_builddir&;t t
29005 s&@abs_top_builddir@&$ac_abs_top_builddir&;t t
29006 s&@INSTALL@&$ac_INSTALL&;t t
29007 $ac_datarootdir_hack
29009 eval sed \"\$ac_sed_extra\" "$ac_file_inputs" |
29010 if $ac_cs_awk_getline; then
29011 $AWK -f "$tmp/subs.awk"
29012 else
29013 $AWK -f "$tmp/subs.awk" | $SHELL
29014 fi >$tmp/out \
29015 || { { $as_echo "$as_me:$LINENO: error: could not create $ac_file" >&5
29016 $as_echo "$as_me: error: could not create $ac_file" >&2;}
29017 { (exit 1); exit 1; }; }
29019 test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
29020 { ac_out=`sed -n '/\${datarootdir}/p' "$tmp/out"`; test -n "$ac_out"; } &&
29021 { ac_out=`sed -n '/^[ ]*datarootdir[ ]*:*=/p' "$tmp/out"`; test -z "$ac_out"; } &&
29022 { $as_echo "$as_me:$LINENO: WARNING: $ac_file contains a reference to the variable \`datarootdir'
29023 which seems to be undefined. Please make sure it is defined." >&5
29024 $as_echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir'
29025 which seems to be undefined. Please make sure it is defined." >&2;}
29027 rm -f "$tmp/stdin"
29028 case $ac_file in
29029 -) cat "$tmp/out" && rm -f "$tmp/out";;
29030 *) rm -f "$ac_file" && mv "$tmp/out" "$ac_file";;
29031 esac \
29032 || { { $as_echo "$as_me:$LINENO: error: could not create $ac_file" >&5
29033 $as_echo "$as_me: error: could not create $ac_file" >&2;}
29034 { (exit 1); exit 1; }; }
29038 # CONFIG_HEADER
29040 if test x"$ac_file" != x-; then
29042 $as_echo "/* $configure_input */" \
29043 && eval '$AWK -f "$tmp/defines.awk"' "$ac_file_inputs"
29044 } >"$tmp/config.h" \
29045 || { { $as_echo "$as_me:$LINENO: error: could not create $ac_file" >&5
29046 $as_echo "$as_me: error: could not create $ac_file" >&2;}
29047 { (exit 1); exit 1; }; }
29048 if diff "$ac_file" "$tmp/config.h" >/dev/null 2>&1; then
29049 { $as_echo "$as_me:$LINENO: $ac_file is unchanged" >&5
29050 $as_echo "$as_me: $ac_file is unchanged" >&6;}
29051 else
29052 rm -f "$ac_file"
29053 mv "$tmp/config.h" "$ac_file" \
29054 || { { $as_echo "$as_me:$LINENO: error: could not create $ac_file" >&5
29055 $as_echo "$as_me: error: could not create $ac_file" >&2;}
29056 { (exit 1); exit 1; }; }
29058 else
29059 $as_echo "/* $configure_input */" \
29060 && eval '$AWK -f "$tmp/defines.awk"' "$ac_file_inputs" \
29061 || { { $as_echo "$as_me:$LINENO: error: could not create -" >&5
29062 $as_echo "$as_me: error: could not create -" >&2;}
29063 { (exit 1); exit 1; }; }
29067 :C) { $as_echo "$as_me:$LINENO: executing $ac_file commands" >&5
29068 $as_echo "$as_me: executing $ac_file commands" >&6;}
29070 esac
29073 case $ac_file$ac_mode in
29074 "include/stamp-h":C) echo timestamp > include/stamp-h ;;
29075 "dlls/gdi32/enhmfdrv":C) test -d "dlls/gdi32/enhmfdrv" || ({ $as_echo "$as_me:$LINENO: creating dlls/gdi32/enhmfdrv" >&5
29076 $as_echo "$as_me: creating dlls/gdi32/enhmfdrv" >&6;} && mkdir "dlls/gdi32/enhmfdrv") ;;
29077 "dlls/gdi32/mfdrv":C) test -d "dlls/gdi32/mfdrv" || ({ $as_echo "$as_me:$LINENO: creating dlls/gdi32/mfdrv" >&5
29078 $as_echo "$as_me: creating dlls/gdi32/mfdrv" >&6;} && mkdir "dlls/gdi32/mfdrv") ;;
29079 "dlls/kernel32/nls":C) test -d "dlls/kernel32/nls" || ({ $as_echo "$as_me:$LINENO: creating dlls/kernel32/nls" >&5
29080 $as_echo "$as_me: creating dlls/kernel32/nls" >&6;} && mkdir "dlls/kernel32/nls") ;;
29081 "dlls/user32/resources":C) test -d "dlls/user32/resources" || ({ $as_echo "$as_me:$LINENO: creating dlls/user32/resources" >&5
29082 $as_echo "$as_me: creating dlls/user32/resources" >&6;} && mkdir "dlls/user32/resources") ;;
29083 "dlls/wineps.drv/data":C) test -d "dlls/wineps.drv/data" || ({ $as_echo "$as_me:$LINENO: creating dlls/wineps.drv/data" >&5
29084 $as_echo "$as_me: creating dlls/wineps.drv/data" >&6;} && mkdir "dlls/wineps.drv/data") ;;
29085 "include/wine":C) test -d "include/wine" || ({ $as_echo "$as_me:$LINENO: creating include/wine" >&5
29086 $as_echo "$as_me: creating include/wine" >&6;} && mkdir "include/wine") ;;
29088 esac
29089 done # for ac_tag
29092 { (exit 0); exit 0; }
29093 _ACEOF
29094 chmod +x $CONFIG_STATUS
29095 ac_clean_files=$ac_clean_files_save
29097 test $ac_write_fail = 0 ||
29098 { { $as_echo "$as_me:$LINENO: error: write failure creating $CONFIG_STATUS" >&5
29099 $as_echo "$as_me: error: write failure creating $CONFIG_STATUS" >&2;}
29100 { (exit 1); exit 1; }; }
29103 # configure is writing to config.log, and then calls config.status.
29104 # config.status does its own redirection, appending to config.log.
29105 # Unfortunately, on DOS this fails, as config.log is still kept open
29106 # by configure, so config.status won't be able to write to it; its
29107 # output is simply discarded. So we exec the FD to /dev/null,
29108 # effectively closing config.log, so it can be properly (re)opened and
29109 # appended to by config.status. When coming back to configure, we
29110 # need to make the FD available again.
29111 if test "$no_create" != yes; then
29112 ac_cs_success=:
29113 ac_config_status_args=
29114 test "$silent" = yes &&
29115 ac_config_status_args="$ac_config_status_args --quiet"
29116 exec 5>/dev/null
29117 $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success=false
29118 exec 5>>config.log
29119 # Use ||, not &&, to avoid exiting from the if with $? = 1, which
29120 # would make configure fail if this is the last instruction.
29121 $ac_cs_success || { (exit 1); exit 1; }
29123 if test -n "$ac_unrecognized_opts" && test "$enable_option_checking" != no; then
29124 { $as_echo "$as_me:$LINENO: WARNING: unrecognized options: $ac_unrecognized_opts" >&5
29125 $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2;}
29129 if test "$no_create" = "yes"
29130 then
29131 exit 0
29134 ac_save_IFS="$IFS"
29135 if test "x$wine_notices != "x; then
29136 echo >&6
29137 IFS="|"
29138 for msg in $wine_notices; do
29139 IFS="$ac_save_IFS"
29140 if test -n "$msg"; then
29141 { $as_echo "$as_me:$LINENO: $msg" >&5
29142 $as_echo "$as_me: $msg" >&6;}
29144 done
29146 IFS="|"
29147 for msg in $wine_warnings; do
29148 IFS="$ac_save_IFS"
29149 if test -n "$msg"; then
29150 echo >&2
29151 { $as_echo "$as_me:$LINENO: WARNING: $msg" >&5
29152 $as_echo "$as_me: WARNING: $msg" >&2;}
29154 done
29155 IFS="$ac_save_IFS"
29157 echo "
29158 $as_me: Finished. Do '${ac_make} depend && ${ac_make}' to compile Wine.
29159 " >&6