shell32: Disable the Unix folder for the Windows build.
[wine/multimedia.git] / configure
blob1a1da47bb71d7c2ac8c6aaa2b58d318c1f1f1461
1 #! /bin/sh
2 # Guess values for system-dependent variables and create Makefiles.
3 # Generated by GNU Autoconf 2.63 for Wine 1.1.10.
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.10'
600 PACKAGE_STRING='Wine 1.1.10'
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.10 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.10:";;
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.10
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.10, 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
7440 for ac_header in \
7441 AudioUnit/AudioUnit.h \
7442 Carbon/Carbon.h \
7443 CoreAudio/CoreAudio.h \
7444 DiskArbitration/DiskArbitration.h \
7445 IOKit/IOKitLib.h \
7446 alias.h \
7447 alsa/asoundlib.h \
7448 arpa/inet.h \
7449 arpa/nameser.h \
7450 asm/types.h \
7451 capi20.h \
7452 curses.h \
7453 direct.h \
7454 dirent.h \
7455 dlfcn.h \
7456 elf.h \
7457 float.h \
7458 fontconfig/fontconfig.h \
7459 getopt.h \
7460 grp.h \
7461 ieeefp.h \
7462 io.h \
7463 jack/jack.h \
7464 jpeglib.h \
7465 lber.h \
7466 lcms.h \
7467 lcms/lcms.h \
7468 ldap.h \
7469 libaudioio.h \
7470 link.h \
7471 linux/cdrom.h \
7472 linux/compiler.h \
7473 linux/hdreg.h \
7474 linux/input.h \
7475 linux/ioctl.h \
7476 linux/joystick.h \
7477 linux/major.h \
7478 linux/param.h \
7479 linux/serial.h \
7480 linux/ucdrom.h \
7481 mach/mach.h \
7482 mach/machine.h \
7483 machine/cpu.h \
7484 machine/limits.h \
7485 machine/soundcard.h \
7486 mntent.h \
7487 ncurses.h \
7488 netdb.h \
7489 netinet/in.h \
7490 netinet/in_systm.h \
7491 netinet/tcp.h \
7492 netinet/tcp_fsm.h \
7493 openssl/err.h \
7494 openssl/ssl.h \
7495 png.h \
7496 poll.h \
7497 process.h \
7498 pthread.h \
7499 pwd.h \
7500 regex.h \
7501 sched.h \
7502 scsi/scsi.h \
7503 scsi/scsi_ioctl.h \
7504 scsi/sg.h \
7505 soundcard.h \
7506 stdint.h \
7507 strings.h \
7508 sys/asoundlib.h \
7509 sys/cdio.h \
7510 sys/elf32.h \
7511 sys/epoll.h \
7512 sys/errno.h \
7513 sys/event.h \
7514 sys/exec_elf.h \
7515 sys/filio.h \
7516 sys/ioctl.h \
7517 sys/ipc.h \
7518 sys/limits.h \
7519 sys/link.h \
7520 sys/lwp.h \
7521 sys/mman.h \
7522 sys/modem.h \
7523 sys/msg.h \
7524 sys/mtio.h \
7525 sys/param.h \
7526 sys/poll.h \
7527 sys/prctl.h \
7528 sys/ptrace.h \
7529 sys/reg.h \
7530 sys/resource.h \
7531 sys/scsiio.h \
7532 sys/shm.h \
7533 sys/signal.h \
7534 sys/socket.h \
7535 sys/socketvar.h \
7536 sys/sockio.h \
7537 sys/soundcard.h \
7538 sys/statvfs.h \
7539 sys/strtio.h \
7540 sys/syscall.h \
7541 sys/sysctl.h \
7542 sys/time.h \
7543 sys/times.h \
7544 sys/uio.h \
7545 sys/un.h \
7546 sys/vm86.h \
7547 sys/wait.h \
7548 syscall.h \
7549 termios.h \
7550 unistd.h \
7551 utime.h \
7552 valgrind/memcheck.h \
7553 valgrind/valgrind.h
7556 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
7557 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
7558 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
7559 $as_echo_n "checking for $ac_header... " >&6; }
7560 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
7561 $as_echo_n "(cached) " >&6
7563 ac_res=`eval 'as_val=${'$as_ac_Header'}
7564 $as_echo "$as_val"'`
7565 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
7566 $as_echo "$ac_res" >&6; }
7567 else
7568 # Is the header compilable?
7569 { $as_echo "$as_me:$LINENO: checking $ac_header usability" >&5
7570 $as_echo_n "checking $ac_header usability... " >&6; }
7571 cat >conftest.$ac_ext <<_ACEOF
7572 /* confdefs.h. */
7573 _ACEOF
7574 cat confdefs.h >>conftest.$ac_ext
7575 cat >>conftest.$ac_ext <<_ACEOF
7576 /* end confdefs.h. */
7577 $ac_includes_default
7578 #include <$ac_header>
7579 _ACEOF
7580 rm -f conftest.$ac_objext
7581 if { (ac_try="$ac_compile"
7582 case "(($ac_try" in
7583 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7584 *) ac_try_echo=$ac_try;;
7585 esac
7586 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
7587 $as_echo "$ac_try_echo") >&5
7588 (eval "$ac_compile") 2>conftest.er1
7589 ac_status=$?
7590 grep -v '^ *+' conftest.er1 >conftest.err
7591 rm -f conftest.er1
7592 cat conftest.err >&5
7593 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
7594 (exit $ac_status); } && {
7595 test -z "$ac_c_werror_flag" ||
7596 test ! -s conftest.err
7597 } && test -s conftest.$ac_objext; then
7598 ac_header_compiler=yes
7599 else
7600 $as_echo "$as_me: failed program was:" >&5
7601 sed 's/^/| /' conftest.$ac_ext >&5
7603 ac_header_compiler=no
7606 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
7607 { $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
7608 $as_echo "$ac_header_compiler" >&6; }
7610 # Is the header present?
7611 { $as_echo "$as_me:$LINENO: checking $ac_header presence" >&5
7612 $as_echo_n "checking $ac_header presence... " >&6; }
7613 cat >conftest.$ac_ext <<_ACEOF
7614 /* confdefs.h. */
7615 _ACEOF
7616 cat confdefs.h >>conftest.$ac_ext
7617 cat >>conftest.$ac_ext <<_ACEOF
7618 /* end confdefs.h. */
7619 #include <$ac_header>
7620 _ACEOF
7621 if { (ac_try="$ac_cpp conftest.$ac_ext"
7622 case "(($ac_try" in
7623 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7624 *) ac_try_echo=$ac_try;;
7625 esac
7626 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
7627 $as_echo "$ac_try_echo") >&5
7628 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
7629 ac_status=$?
7630 grep -v '^ *+' conftest.er1 >conftest.err
7631 rm -f conftest.er1
7632 cat conftest.err >&5
7633 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
7634 (exit $ac_status); } >/dev/null && {
7635 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
7636 test ! -s conftest.err
7637 }; then
7638 ac_header_preproc=yes
7639 else
7640 $as_echo "$as_me: failed program was:" >&5
7641 sed 's/^/| /' conftest.$ac_ext >&5
7643 ac_header_preproc=no
7646 rm -f conftest.err conftest.$ac_ext
7647 { $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
7648 $as_echo "$ac_header_preproc" >&6; }
7650 # So? What about this header?
7651 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
7652 yes:no: )
7653 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
7654 $as_echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
7655 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
7656 $as_echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
7657 ac_header_preproc=yes
7659 no:yes:* )
7660 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
7661 $as_echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
7662 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
7663 $as_echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
7664 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
7665 $as_echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
7666 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
7667 $as_echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
7668 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
7669 $as_echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
7670 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
7671 $as_echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
7672 ( cat <<\_ASBOX
7673 ## ------------------------------------ ##
7674 ## Report this to wine-devel@winehq.org ##
7675 ## ------------------------------------ ##
7676 _ASBOX
7677 ) | sed "s/^/$as_me: WARNING: /" >&2
7679 esac
7680 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
7681 $as_echo_n "checking for $ac_header... " >&6; }
7682 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
7683 $as_echo_n "(cached) " >&6
7684 else
7685 eval "$as_ac_Header=\$ac_header_preproc"
7687 ac_res=`eval 'as_val=${'$as_ac_Header'}
7688 $as_echo "$as_val"'`
7689 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
7690 $as_echo "$ac_res" >&6; }
7693 as_val=`eval 'as_val=${'$as_ac_Header'}
7694 $as_echo "$as_val"'`
7695 if test "x$as_val" = x""yes; then
7696 cat >>confdefs.h <<_ACEOF
7697 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
7698 _ACEOF
7702 done
7704 { $as_echo "$as_me:$LINENO: checking whether stat file-mode macros are broken" >&5
7705 $as_echo_n "checking whether stat file-mode macros are broken... " >&6; }
7706 if test "${ac_cv_header_stat_broken+set}" = set; then
7707 $as_echo_n "(cached) " >&6
7708 else
7709 cat >conftest.$ac_ext <<_ACEOF
7710 /* confdefs.h. */
7711 _ACEOF
7712 cat confdefs.h >>conftest.$ac_ext
7713 cat >>conftest.$ac_ext <<_ACEOF
7714 /* end confdefs.h. */
7715 #include <sys/types.h>
7716 #include <sys/stat.h>
7718 #if defined S_ISBLK && defined S_IFDIR
7719 extern char c1[S_ISBLK (S_IFDIR) ? -1 : 1];
7720 #endif
7722 #if defined S_ISBLK && defined S_IFCHR
7723 extern char c2[S_ISBLK (S_IFCHR) ? -1 : 1];
7724 #endif
7726 #if defined S_ISLNK && defined S_IFREG
7727 extern char c3[S_ISLNK (S_IFREG) ? -1 : 1];
7728 #endif
7730 #if defined S_ISSOCK && defined S_IFREG
7731 extern char c4[S_ISSOCK (S_IFREG) ? -1 : 1];
7732 #endif
7734 _ACEOF
7735 rm -f conftest.$ac_objext
7736 if { (ac_try="$ac_compile"
7737 case "(($ac_try" in
7738 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7739 *) ac_try_echo=$ac_try;;
7740 esac
7741 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
7742 $as_echo "$ac_try_echo") >&5
7743 (eval "$ac_compile") 2>conftest.er1
7744 ac_status=$?
7745 grep -v '^ *+' conftest.er1 >conftest.err
7746 rm -f conftest.er1
7747 cat conftest.err >&5
7748 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
7749 (exit $ac_status); } && {
7750 test -z "$ac_c_werror_flag" ||
7751 test ! -s conftest.err
7752 } && test -s conftest.$ac_objext; then
7753 ac_cv_header_stat_broken=no
7754 else
7755 $as_echo "$as_me: failed program was:" >&5
7756 sed 's/^/| /' conftest.$ac_ext >&5
7758 ac_cv_header_stat_broken=yes
7761 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
7763 { $as_echo "$as_me:$LINENO: result: $ac_cv_header_stat_broken" >&5
7764 $as_echo "$ac_cv_header_stat_broken" >&6; }
7765 if test $ac_cv_header_stat_broken = yes; then
7767 cat >>confdefs.h <<\_ACEOF
7768 #define STAT_MACROS_BROKEN 1
7769 _ACEOF
7779 for ac_header in sys/mount.h sys/statfs.h sys/user.h sys/vfs.h
7781 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
7782 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
7783 $as_echo_n "checking for $ac_header... " >&6; }
7784 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
7785 $as_echo_n "(cached) " >&6
7786 else
7787 cat >conftest.$ac_ext <<_ACEOF
7788 /* confdefs.h. */
7789 _ACEOF
7790 cat confdefs.h >>conftest.$ac_ext
7791 cat >>conftest.$ac_ext <<_ACEOF
7792 /* end confdefs.h. */
7793 #include <sys/types.h>
7794 #ifdef HAVE_SYS_PARAM_H
7795 # include <sys/param.h>
7796 #endif
7798 #include <$ac_header>
7799 _ACEOF
7800 rm -f conftest.$ac_objext
7801 if { (ac_try="$ac_compile"
7802 case "(($ac_try" in
7803 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7804 *) ac_try_echo=$ac_try;;
7805 esac
7806 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
7807 $as_echo "$ac_try_echo") >&5
7808 (eval "$ac_compile") 2>conftest.er1
7809 ac_status=$?
7810 grep -v '^ *+' conftest.er1 >conftest.err
7811 rm -f conftest.er1
7812 cat conftest.err >&5
7813 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
7814 (exit $ac_status); } && {
7815 test -z "$ac_c_werror_flag" ||
7816 test ! -s conftest.err
7817 } && test -s conftest.$ac_objext; then
7818 eval "$as_ac_Header=yes"
7819 else
7820 $as_echo "$as_me: failed program was:" >&5
7821 sed 's/^/| /' conftest.$ac_ext >&5
7823 eval "$as_ac_Header=no"
7826 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
7828 ac_res=`eval 'as_val=${'$as_ac_Header'}
7829 $as_echo "$as_val"'`
7830 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
7831 $as_echo "$ac_res" >&6; }
7832 as_val=`eval 'as_val=${'$as_ac_Header'}
7833 $as_echo "$as_val"'`
7834 if test "x$as_val" = x""yes; then
7835 cat >>confdefs.h <<_ACEOF
7836 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
7837 _ACEOF
7841 done
7856 for ac_header in \
7857 netinet/ip.h \
7858 net/if.h \
7859 net/if_arp.h \
7860 net/if_dl.h \
7861 net/if_types.h \
7862 net/route.h \
7863 netinet/if_ether.h \
7864 netinet/in_pcb.h \
7865 netinet/ip_icmp.h \
7866 netinet/ip_var.h \
7867 netinet/udp.h \
7868 netipx/ipx.h \
7871 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
7872 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
7873 $as_echo_n "checking for $ac_header... " >&6; }
7874 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
7875 $as_echo_n "(cached) " >&6
7876 else
7877 cat >conftest.$ac_ext <<_ACEOF
7878 /* confdefs.h. */
7879 _ACEOF
7880 cat confdefs.h >>conftest.$ac_ext
7881 cat >>conftest.$ac_ext <<_ACEOF
7882 /* end confdefs.h. */
7883 #include <sys/types.h>
7884 #ifdef HAVE_SYS_SOCKET_H
7885 # include <sys/socket.h>
7886 #endif
7887 #ifdef HAVE_SYS_SOCKETVAR_H
7888 # include <sys/socketvar.h>
7889 #endif
7890 #ifdef HAVE_NETINET_IN_H
7891 # include <netinet/in.h>
7892 #endif
7893 #ifdef HAVE_NETINET_IP_H
7894 # include <netinet/ip.h>
7895 #endif
7897 #include <$ac_header>
7898 _ACEOF
7899 rm -f conftest.$ac_objext
7900 if { (ac_try="$ac_compile"
7901 case "(($ac_try" in
7902 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7903 *) ac_try_echo=$ac_try;;
7904 esac
7905 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
7906 $as_echo "$ac_try_echo") >&5
7907 (eval "$ac_compile") 2>conftest.er1
7908 ac_status=$?
7909 grep -v '^ *+' conftest.er1 >conftest.err
7910 rm -f conftest.er1
7911 cat conftest.err >&5
7912 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
7913 (exit $ac_status); } && {
7914 test -z "$ac_c_werror_flag" ||
7915 test ! -s conftest.err
7916 } && test -s conftest.$ac_objext; then
7917 eval "$as_ac_Header=yes"
7918 else
7919 $as_echo "$as_me: failed program was:" >&5
7920 sed 's/^/| /' conftest.$ac_ext >&5
7922 eval "$as_ac_Header=no"
7925 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
7927 ac_res=`eval 'as_val=${'$as_ac_Header'}
7928 $as_echo "$as_val"'`
7929 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
7930 $as_echo "$ac_res" >&6; }
7931 as_val=`eval 'as_val=${'$as_ac_Header'}
7932 $as_echo "$as_val"'`
7933 if test "x$as_val" = x""yes; then
7934 cat >>confdefs.h <<_ACEOF
7935 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
7936 _ACEOF
7940 done
7947 for ac_header in netinet/tcp_var.h netinet/udp_var.h netinet/icmp_var.h netinet/tcp_timer.h
7949 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
7950 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
7951 $as_echo_n "checking for $ac_header... " >&6; }
7952 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
7953 $as_echo_n "(cached) " >&6
7954 else
7955 cat >conftest.$ac_ext <<_ACEOF
7956 /* confdefs.h. */
7957 _ACEOF
7958 cat confdefs.h >>conftest.$ac_ext
7959 cat >>conftest.$ac_ext <<_ACEOF
7960 /* end confdefs.h. */
7961 #include <sys/types.h>
7962 #ifdef HAVE_ALIAS_H
7963 # include <alias.h>
7964 #endif
7965 #ifdef HAVE_SYS_SOCKET_H
7966 # include <sys/socket.h>
7967 #endif
7968 #ifdef HAVE_SYS_SOCKETVAR_H
7969 # include <sys/socketvar.h>
7970 #endif
7971 #ifdef HAVE_NETINET_IN_H
7972 # include <netinet/in.h>
7973 #endif
7974 #ifdef HAVE_NETINET_IP_H
7975 # include <netinet/ip.h>
7976 #endif
7977 #ifdef HAVE_NETINET_IP_VAR_H
7978 # include <netinet/ip_var.h>
7979 #endif
7980 #ifdef HAVE_NETINET_IP_ICMP_H
7981 # include <netinet/ip_icmp.h>
7982 #endif
7983 #ifdef HAVE_NETINET_UDP_H
7984 # include <netinet/udp.h>
7985 #endif
7986 #ifdef HAVE_NETINET_TCP_H
7987 # include <netinet/tcp.h>
7988 #endif
7990 #include <$ac_header>
7991 _ACEOF
7992 rm -f conftest.$ac_objext
7993 if { (ac_try="$ac_compile"
7994 case "(($ac_try" in
7995 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7996 *) ac_try_echo=$ac_try;;
7997 esac
7998 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
7999 $as_echo "$ac_try_echo") >&5
8000 (eval "$ac_compile") 2>conftest.er1
8001 ac_status=$?
8002 grep -v '^ *+' conftest.er1 >conftest.err
8003 rm -f conftest.er1
8004 cat conftest.err >&5
8005 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
8006 (exit $ac_status); } && {
8007 test -z "$ac_c_werror_flag" ||
8008 test ! -s conftest.err
8009 } && test -s conftest.$ac_objext; then
8010 eval "$as_ac_Header=yes"
8011 else
8012 $as_echo "$as_me: failed program was:" >&5
8013 sed 's/^/| /' conftest.$ac_ext >&5
8015 eval "$as_ac_Header=no"
8018 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
8020 ac_res=`eval 'as_val=${'$as_ac_Header'}
8021 $as_echo "$as_val"'`
8022 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
8023 $as_echo "$ac_res" >&6; }
8024 as_val=`eval 'as_val=${'$as_ac_Header'}
8025 $as_echo "$as_val"'`
8026 if test "x$as_val" = x""yes; then
8027 cat >>confdefs.h <<_ACEOF
8028 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
8029 _ACEOF
8033 done
8037 for ac_header in linux/ipx.h
8039 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
8040 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
8041 $as_echo_n "checking for $ac_header... " >&6; }
8042 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
8043 $as_echo_n "(cached) " >&6
8044 else
8045 cat >conftest.$ac_ext <<_ACEOF
8046 /* confdefs.h. */
8047 _ACEOF
8048 cat confdefs.h >>conftest.$ac_ext
8049 cat >>conftest.$ac_ext <<_ACEOF
8050 /* end confdefs.h. */
8051 #include <sys/types.h>
8052 #ifdef HAVE_ASM_TYPES_H
8053 # include <asm/types.h>
8054 #endif
8055 #ifdef HAVE_SYS_SOCKET_H
8056 # include <sys/socket.h>
8057 #endif
8059 #include <$ac_header>
8060 _ACEOF
8061 rm -f conftest.$ac_objext
8062 if { (ac_try="$ac_compile"
8063 case "(($ac_try" in
8064 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8065 *) ac_try_echo=$ac_try;;
8066 esac
8067 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
8068 $as_echo "$ac_try_echo") >&5
8069 (eval "$ac_compile") 2>conftest.er1
8070 ac_status=$?
8071 grep -v '^ *+' conftest.er1 >conftest.err
8072 rm -f conftest.er1
8073 cat conftest.err >&5
8074 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
8075 (exit $ac_status); } && {
8076 test -z "$ac_c_werror_flag" ||
8077 test ! -s conftest.err
8078 } && test -s conftest.$ac_objext; then
8079 eval "$as_ac_Header=yes"
8080 else
8081 $as_echo "$as_me: failed program was:" >&5
8082 sed 's/^/| /' conftest.$ac_ext >&5
8084 eval "$as_ac_Header=no"
8087 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
8089 ac_res=`eval 'as_val=${'$as_ac_Header'}
8090 $as_echo "$as_val"'`
8091 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
8092 $as_echo "$ac_res" >&6; }
8093 as_val=`eval 'as_val=${'$as_ac_Header'}
8094 $as_echo "$as_val"'`
8095 if test "x$as_val" = x""yes; then
8096 cat >>confdefs.h <<_ACEOF
8097 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
8098 _ACEOF
8102 done
8106 for ac_header in resolv.h
8108 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
8109 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
8110 $as_echo_n "checking for $ac_header... " >&6; }
8111 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
8112 $as_echo_n "(cached) " >&6
8113 else
8114 cat >conftest.$ac_ext <<_ACEOF
8115 /* confdefs.h. */
8116 _ACEOF
8117 cat confdefs.h >>conftest.$ac_ext
8118 cat >>conftest.$ac_ext <<_ACEOF
8119 /* end confdefs.h. */
8120 #include <sys/types.h>
8121 #ifdef HAVE_SYS_SOCKET_H
8122 # include <sys/socket.h>
8123 #endif
8124 #ifdef HAVE_NETINET_IN_H
8125 # include <netinet/in.h>
8126 #endif
8127 #ifdef HAVE_ARPA_NAMESER_H
8128 # include <arpa/nameser.h>
8129 #endif
8131 #include <$ac_header>
8132 _ACEOF
8133 rm -f conftest.$ac_objext
8134 if { (ac_try="$ac_compile"
8135 case "(($ac_try" in
8136 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8137 *) ac_try_echo=$ac_try;;
8138 esac
8139 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
8140 $as_echo "$ac_try_echo") >&5
8141 (eval "$ac_compile") 2>conftest.er1
8142 ac_status=$?
8143 grep -v '^ *+' conftest.er1 >conftest.err
8144 rm -f conftest.er1
8145 cat conftest.err >&5
8146 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
8147 (exit $ac_status); } && {
8148 test -z "$ac_c_werror_flag" ||
8149 test ! -s conftest.err
8150 } && test -s conftest.$ac_objext; then
8151 eval "$as_ac_Header=yes"
8152 else
8153 $as_echo "$as_me: failed program was:" >&5
8154 sed 's/^/| /' conftest.$ac_ext >&5
8156 eval "$as_ac_Header=no"
8159 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
8161 ac_res=`eval 'as_val=${'$as_ac_Header'}
8162 $as_echo "$as_val"'`
8163 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
8164 $as_echo "$ac_res" >&6; }
8165 as_val=`eval 'as_val=${'$as_ac_Header'}
8166 $as_echo "$as_val"'`
8167 if test "x$as_val" = x""yes; then
8168 cat >>confdefs.h <<_ACEOF
8169 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
8170 _ACEOF
8174 done
8178 for ac_header in ucontext.h
8180 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
8181 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
8182 $as_echo_n "checking for $ac_header... " >&6; }
8183 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
8184 $as_echo_n "(cached) " >&6
8185 else
8186 cat >conftest.$ac_ext <<_ACEOF
8187 /* confdefs.h. */
8188 _ACEOF
8189 cat confdefs.h >>conftest.$ac_ext
8190 cat >>conftest.$ac_ext <<_ACEOF
8191 /* end confdefs.h. */
8192 #include <signal.h>
8194 #include <$ac_header>
8195 _ACEOF
8196 rm -f conftest.$ac_objext
8197 if { (ac_try="$ac_compile"
8198 case "(($ac_try" in
8199 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8200 *) ac_try_echo=$ac_try;;
8201 esac
8202 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
8203 $as_echo "$ac_try_echo") >&5
8204 (eval "$ac_compile") 2>conftest.er1
8205 ac_status=$?
8206 grep -v '^ *+' conftest.er1 >conftest.err
8207 rm -f conftest.er1
8208 cat conftest.err >&5
8209 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
8210 (exit $ac_status); } && {
8211 test -z "$ac_c_werror_flag" ||
8212 test ! -s conftest.err
8213 } && test -s conftest.$ac_objext; then
8214 eval "$as_ac_Header=yes"
8215 else
8216 $as_echo "$as_me: failed program was:" >&5
8217 sed 's/^/| /' conftest.$ac_ext >&5
8219 eval "$as_ac_Header=no"
8222 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
8224 ac_res=`eval 'as_val=${'$as_ac_Header'}
8225 $as_echo "$as_val"'`
8226 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
8227 $as_echo "$ac_res" >&6; }
8228 as_val=`eval 'as_val=${'$as_ac_Header'}
8229 $as_echo "$as_val"'`
8230 if test "x$as_val" = x""yes; then
8231 cat >>confdefs.h <<_ACEOF
8232 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
8233 _ACEOF
8237 done
8241 for ac_header in sys/thr.h
8243 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
8244 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
8245 $as_echo_n "checking for $ac_header... " >&6; }
8246 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
8247 $as_echo_n "(cached) " >&6
8248 else
8249 cat >conftest.$ac_ext <<_ACEOF
8250 /* confdefs.h. */
8251 _ACEOF
8252 cat confdefs.h >>conftest.$ac_ext
8253 cat >>conftest.$ac_ext <<_ACEOF
8254 /* end confdefs.h. */
8255 #include <sys/types.h>
8256 #ifdef HAVE_UCONTEXT_H
8257 #include <ucontext.h>
8258 #endif
8260 #include <$ac_header>
8261 _ACEOF
8262 rm -f conftest.$ac_objext
8263 if { (ac_try="$ac_compile"
8264 case "(($ac_try" in
8265 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8266 *) ac_try_echo=$ac_try;;
8267 esac
8268 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
8269 $as_echo "$ac_try_echo") >&5
8270 (eval "$ac_compile") 2>conftest.er1
8271 ac_status=$?
8272 grep -v '^ *+' conftest.er1 >conftest.err
8273 rm -f conftest.er1
8274 cat conftest.err >&5
8275 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
8276 (exit $ac_status); } && {
8277 test -z "$ac_c_werror_flag" ||
8278 test ! -s conftest.err
8279 } && test -s conftest.$ac_objext; then
8280 eval "$as_ac_Header=yes"
8281 else
8282 $as_echo "$as_me: failed program was:" >&5
8283 sed 's/^/| /' conftest.$ac_ext >&5
8285 eval "$as_ac_Header=no"
8288 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
8290 ac_res=`eval 'as_val=${'$as_ac_Header'}
8291 $as_echo "$as_val"'`
8292 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
8293 $as_echo "$ac_res" >&6; }
8294 as_val=`eval 'as_val=${'$as_ac_Header'}
8295 $as_echo "$as_val"'`
8296 if test "x$as_val" = x""yes; then
8297 cat >>confdefs.h <<_ACEOF
8298 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
8299 _ACEOF
8303 done
8307 for ac_header in pthread_np.h
8309 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
8310 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
8311 $as_echo_n "checking for $ac_header... " >&6; }
8312 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
8313 $as_echo_n "(cached) " >&6
8314 else
8315 cat >conftest.$ac_ext <<_ACEOF
8316 /* confdefs.h. */
8317 _ACEOF
8318 cat confdefs.h >>conftest.$ac_ext
8319 cat >>conftest.$ac_ext <<_ACEOF
8320 /* end confdefs.h. */
8321 #ifdef HAVE_PTHREAD_H
8322 #include <pthread.h>
8323 #endif
8325 #include <$ac_header>
8326 _ACEOF
8327 rm -f conftest.$ac_objext
8328 if { (ac_try="$ac_compile"
8329 case "(($ac_try" in
8330 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8331 *) ac_try_echo=$ac_try;;
8332 esac
8333 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
8334 $as_echo "$ac_try_echo") >&5
8335 (eval "$ac_compile") 2>conftest.er1
8336 ac_status=$?
8337 grep -v '^ *+' conftest.er1 >conftest.err
8338 rm -f conftest.er1
8339 cat conftest.err >&5
8340 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
8341 (exit $ac_status); } && {
8342 test -z "$ac_c_werror_flag" ||
8343 test ! -s conftest.err
8344 } && test -s conftest.$ac_objext; then
8345 eval "$as_ac_Header=yes"
8346 else
8347 $as_echo "$as_me: failed program was:" >&5
8348 sed 's/^/| /' conftest.$ac_ext >&5
8350 eval "$as_ac_Header=no"
8353 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
8355 ac_res=`eval 'as_val=${'$as_ac_Header'}
8356 $as_echo "$as_val"'`
8357 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
8358 $as_echo "$ac_res" >&6; }
8359 as_val=`eval 'as_val=${'$as_ac_Header'}
8360 $as_echo "$as_val"'`
8361 if test "x$as_val" = x""yes; then
8362 cat >>confdefs.h <<_ACEOF
8363 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
8364 _ACEOF
8368 done
8372 for ac_header in linux/videodev.h
8374 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
8375 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
8376 $as_echo_n "checking for $ac_header... " >&6; }
8377 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
8378 $as_echo_n "(cached) " >&6
8379 else
8380 cat >conftest.$ac_ext <<_ACEOF
8381 /* confdefs.h. */
8382 _ACEOF
8383 cat confdefs.h >>conftest.$ac_ext
8384 cat >>conftest.$ac_ext <<_ACEOF
8385 /* end confdefs.h. */
8386 #ifdef HAVE_SYS_TIME_H
8387 #include <sys/time.h>
8388 #endif
8389 #include <sys/types.h>
8390 #ifdef HAVE_ASM_TYPES_H
8391 #include <asm/types.h>
8392 #endif
8394 #include <$ac_header>
8395 _ACEOF
8396 rm -f conftest.$ac_objext
8397 if { (ac_try="$ac_compile"
8398 case "(($ac_try" in
8399 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8400 *) ac_try_echo=$ac_try;;
8401 esac
8402 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
8403 $as_echo "$ac_try_echo") >&5
8404 (eval "$ac_compile") 2>conftest.er1
8405 ac_status=$?
8406 grep -v '^ *+' conftest.er1 >conftest.err
8407 rm -f conftest.er1
8408 cat conftest.err >&5
8409 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
8410 (exit $ac_status); } && {
8411 test -z "$ac_c_werror_flag" ||
8412 test ! -s conftest.err
8413 } && test -s conftest.$ac_objext; then
8414 eval "$as_ac_Header=yes"
8415 else
8416 $as_echo "$as_me: failed program was:" >&5
8417 sed 's/^/| /' conftest.$ac_ext >&5
8419 eval "$as_ac_Header=no"
8422 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
8424 ac_res=`eval 'as_val=${'$as_ac_Header'}
8425 $as_echo "$as_val"'`
8426 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
8427 $as_echo "$ac_res" >&6; }
8428 as_val=`eval 'as_val=${'$as_ac_Header'}
8429 $as_echo "$as_val"'`
8430 if test "x$as_val" = x""yes; then
8431 cat >>confdefs.h <<_ACEOF
8432 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
8433 _ACEOF
8437 done
8441 for ac_header in linux/capi.h
8443 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
8444 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
8445 $as_echo_n "checking for $ac_header... " >&6; }
8446 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
8447 $as_echo_n "(cached) " >&6
8448 else
8449 cat >conftest.$ac_ext <<_ACEOF
8450 /* confdefs.h. */
8451 _ACEOF
8452 cat confdefs.h >>conftest.$ac_ext
8453 cat >>conftest.$ac_ext <<_ACEOF
8454 /* end confdefs.h. */
8455 #define __user
8457 #include <$ac_header>
8458 _ACEOF
8459 rm -f conftest.$ac_objext
8460 if { (ac_try="$ac_compile"
8461 case "(($ac_try" in
8462 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8463 *) ac_try_echo=$ac_try;;
8464 esac
8465 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
8466 $as_echo "$ac_try_echo") >&5
8467 (eval "$ac_compile") 2>conftest.er1
8468 ac_status=$?
8469 grep -v '^ *+' conftest.er1 >conftest.err
8470 rm -f conftest.er1
8471 cat conftest.err >&5
8472 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
8473 (exit $ac_status); } && {
8474 test -z "$ac_c_werror_flag" ||
8475 test ! -s conftest.err
8476 } && test -s conftest.$ac_objext; then
8477 eval "$as_ac_Header=yes"
8478 else
8479 $as_echo "$as_me: failed program was:" >&5
8480 sed 's/^/| /' conftest.$ac_ext >&5
8482 eval "$as_ac_Header=no"
8485 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
8487 ac_res=`eval 'as_val=${'$as_ac_Header'}
8488 $as_echo "$as_val"'`
8489 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
8490 $as_echo "$ac_res" >&6; }
8491 as_val=`eval 'as_val=${'$as_ac_Header'}
8492 $as_echo "$as_val"'`
8493 if test "x$as_val" = x""yes; then
8494 cat >>confdefs.h <<_ACEOF
8495 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
8496 _ACEOF
8500 done
8504 DLLEXT=""
8506 DLLFLAGS="-D_REENTRANT"
8508 LDSHARED=""
8510 LDDLLFLAGS=""
8512 LIBEXT="so"
8514 IMPLIBEXT="def"
8516 LDRPATH_INSTALL=""
8518 LDRPATH_LOCAL=""
8520 # Extract the first word of "ldd", so it can be a program name with args.
8521 set dummy ldd; ac_word=$2
8522 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
8523 $as_echo_n "checking for $ac_word... " >&6; }
8524 if test "${ac_cv_path_LDD+set}" = set; then
8525 $as_echo_n "(cached) " >&6
8526 else
8527 case $LDD in
8528 [\\/]* | ?:[\\/]*)
8529 ac_cv_path_LDD="$LDD" # Let the user override the test with a path.
8532 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8533 as_dummy="/sbin:/usr/sbin:$PATH"
8534 for as_dir in $as_dummy
8536 IFS=$as_save_IFS
8537 test -z "$as_dir" && as_dir=.
8538 for ac_exec_ext in '' $ac_executable_extensions; do
8539 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8540 ac_cv_path_LDD="$as_dir/$ac_word$ac_exec_ext"
8541 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
8542 break 2
8544 done
8545 done
8546 IFS=$as_save_IFS
8548 test -z "$ac_cv_path_LDD" && ac_cv_path_LDD="true"
8550 esac
8552 LDD=$ac_cv_path_LDD
8553 if test -n "$LDD"; then
8554 { $as_echo "$as_me:$LINENO: result: $LDD" >&5
8555 $as_echo "$LDD" >&6; }
8556 else
8557 { $as_echo "$as_me:$LINENO: result: no" >&5
8558 $as_echo "no" >&6; }
8563 case $host_os in
8564 cygwin*|mingw32*)
8565 if test -n "$ac_tool_prefix"; then
8566 # Extract the first word of "${ac_tool_prefix}dlltool", so it can be a program name with args.
8567 set dummy ${ac_tool_prefix}dlltool; ac_word=$2
8568 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
8569 $as_echo_n "checking for $ac_word... " >&6; }
8570 if test "${ac_cv_prog_DLLTOOL+set}" = set; then
8571 $as_echo_n "(cached) " >&6
8572 else
8573 if test -n "$DLLTOOL"; then
8574 ac_cv_prog_DLLTOOL="$DLLTOOL" # Let the user override the test.
8575 else
8576 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8577 for as_dir in $PATH
8579 IFS=$as_save_IFS
8580 test -z "$as_dir" && as_dir=.
8581 for ac_exec_ext in '' $ac_executable_extensions; do
8582 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8583 ac_cv_prog_DLLTOOL="${ac_tool_prefix}dlltool"
8584 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
8585 break 2
8587 done
8588 done
8589 IFS=$as_save_IFS
8593 DLLTOOL=$ac_cv_prog_DLLTOOL
8594 if test -n "$DLLTOOL"; then
8595 { $as_echo "$as_me:$LINENO: result: $DLLTOOL" >&5
8596 $as_echo "$DLLTOOL" >&6; }
8597 else
8598 { $as_echo "$as_me:$LINENO: result: no" >&5
8599 $as_echo "no" >&6; }
8604 if test -z "$ac_cv_prog_DLLTOOL"; then
8605 ac_ct_DLLTOOL=$DLLTOOL
8606 # Extract the first word of "dlltool", so it can be a program name with args.
8607 set dummy dlltool; ac_word=$2
8608 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
8609 $as_echo_n "checking for $ac_word... " >&6; }
8610 if test "${ac_cv_prog_ac_ct_DLLTOOL+set}" = set; then
8611 $as_echo_n "(cached) " >&6
8612 else
8613 if test -n "$ac_ct_DLLTOOL"; then
8614 ac_cv_prog_ac_ct_DLLTOOL="$ac_ct_DLLTOOL" # Let the user override the test.
8615 else
8616 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8617 for as_dir in $PATH
8619 IFS=$as_save_IFS
8620 test -z "$as_dir" && as_dir=.
8621 for ac_exec_ext in '' $ac_executable_extensions; do
8622 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8623 ac_cv_prog_ac_ct_DLLTOOL="dlltool"
8624 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
8625 break 2
8627 done
8628 done
8629 IFS=$as_save_IFS
8633 ac_ct_DLLTOOL=$ac_cv_prog_ac_ct_DLLTOOL
8634 if test -n "$ac_ct_DLLTOOL"; then
8635 { $as_echo "$as_me:$LINENO: result: $ac_ct_DLLTOOL" >&5
8636 $as_echo "$ac_ct_DLLTOOL" >&6; }
8637 else
8638 { $as_echo "$as_me:$LINENO: result: no" >&5
8639 $as_echo "no" >&6; }
8642 if test "x$ac_ct_DLLTOOL" = x; then
8643 DLLTOOL="false"
8644 else
8645 case $cross_compiling:$ac_tool_warned in
8646 yes:)
8647 { $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5
8648 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
8649 ac_tool_warned=yes ;;
8650 esac
8651 DLLTOOL=$ac_ct_DLLTOOL
8653 else
8654 DLLTOOL="$ac_cv_prog_DLLTOOL"
8657 if test -n "$ac_tool_prefix"; then
8658 # Extract the first word of "${ac_tool_prefix}dllwrap", so it can be a program name with args.
8659 set dummy ${ac_tool_prefix}dllwrap; ac_word=$2
8660 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
8661 $as_echo_n "checking for $ac_word... " >&6; }
8662 if test "${ac_cv_prog_DLLWRAP+set}" = set; then
8663 $as_echo_n "(cached) " >&6
8664 else
8665 if test -n "$DLLWRAP"; then
8666 ac_cv_prog_DLLWRAP="$DLLWRAP" # Let the user override the test.
8667 else
8668 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8669 for as_dir in $PATH
8671 IFS=$as_save_IFS
8672 test -z "$as_dir" && as_dir=.
8673 for ac_exec_ext in '' $ac_executable_extensions; do
8674 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8675 ac_cv_prog_DLLWRAP="${ac_tool_prefix}dllwrap"
8676 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
8677 break 2
8679 done
8680 done
8681 IFS=$as_save_IFS
8685 DLLWRAP=$ac_cv_prog_DLLWRAP
8686 if test -n "$DLLWRAP"; then
8687 { $as_echo "$as_me:$LINENO: result: $DLLWRAP" >&5
8688 $as_echo "$DLLWRAP" >&6; }
8689 else
8690 { $as_echo "$as_me:$LINENO: result: no" >&5
8691 $as_echo "no" >&6; }
8696 if test -z "$ac_cv_prog_DLLWRAP"; then
8697 ac_ct_DLLWRAP=$DLLWRAP
8698 # Extract the first word of "dllwrap", so it can be a program name with args.
8699 set dummy dllwrap; ac_word=$2
8700 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
8701 $as_echo_n "checking for $ac_word... " >&6; }
8702 if test "${ac_cv_prog_ac_ct_DLLWRAP+set}" = set; then
8703 $as_echo_n "(cached) " >&6
8704 else
8705 if test -n "$ac_ct_DLLWRAP"; then
8706 ac_cv_prog_ac_ct_DLLWRAP="$ac_ct_DLLWRAP" # Let the user override the test.
8707 else
8708 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8709 for as_dir in $PATH
8711 IFS=$as_save_IFS
8712 test -z "$as_dir" && as_dir=.
8713 for ac_exec_ext in '' $ac_executable_extensions; do
8714 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8715 ac_cv_prog_ac_ct_DLLWRAP="dllwrap"
8716 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
8717 break 2
8719 done
8720 done
8721 IFS=$as_save_IFS
8725 ac_ct_DLLWRAP=$ac_cv_prog_ac_ct_DLLWRAP
8726 if test -n "$ac_ct_DLLWRAP"; then
8727 { $as_echo "$as_me:$LINENO: result: $ac_ct_DLLWRAP" >&5
8728 $as_echo "$ac_ct_DLLWRAP" >&6; }
8729 else
8730 { $as_echo "$as_me:$LINENO: result: no" >&5
8731 $as_echo "no" >&6; }
8734 if test "x$ac_ct_DLLWRAP" = x; then
8735 DLLWRAP="false"
8736 else
8737 case $cross_compiling:$ac_tool_warned in
8738 yes:)
8739 { $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5
8740 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
8741 ac_tool_warned=yes ;;
8742 esac
8743 DLLWRAP=$ac_ct_DLLWRAP
8745 else
8746 DLLWRAP="$ac_cv_prog_DLLWRAP"
8749 if test -n "$ac_tool_prefix"; then
8750 # Extract the first word of "${ac_tool_prefix}ar", so it can be a program name with args.
8751 set dummy ${ac_tool_prefix}ar; ac_word=$2
8752 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
8753 $as_echo_n "checking for $ac_word... " >&6; }
8754 if test "${ac_cv_prog_MINGWAR+set}" = set; then
8755 $as_echo_n "(cached) " >&6
8756 else
8757 if test -n "$MINGWAR"; then
8758 ac_cv_prog_MINGWAR="$MINGWAR" # Let the user override the test.
8759 else
8760 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8761 for as_dir in $PATH
8763 IFS=$as_save_IFS
8764 test -z "$as_dir" && as_dir=.
8765 for ac_exec_ext in '' $ac_executable_extensions; do
8766 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8767 ac_cv_prog_MINGWAR="${ac_tool_prefix}ar"
8768 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
8769 break 2
8771 done
8772 done
8773 IFS=$as_save_IFS
8777 MINGWAR=$ac_cv_prog_MINGWAR
8778 if test -n "$MINGWAR"; then
8779 { $as_echo "$as_me:$LINENO: result: $MINGWAR" >&5
8780 $as_echo "$MINGWAR" >&6; }
8781 else
8782 { $as_echo "$as_me:$LINENO: result: no" >&5
8783 $as_echo "no" >&6; }
8788 if test -z "$ac_cv_prog_MINGWAR"; then
8789 ac_ct_MINGWAR=$MINGWAR
8790 # Extract the first word of "ar", so it can be a program name with args.
8791 set dummy ar; ac_word=$2
8792 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
8793 $as_echo_n "checking for $ac_word... " >&6; }
8794 if test "${ac_cv_prog_ac_ct_MINGWAR+set}" = set; then
8795 $as_echo_n "(cached) " >&6
8796 else
8797 if test -n "$ac_ct_MINGWAR"; then
8798 ac_cv_prog_ac_ct_MINGWAR="$ac_ct_MINGWAR" # Let the user override the test.
8799 else
8800 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8801 for as_dir in $PATH
8803 IFS=$as_save_IFS
8804 test -z "$as_dir" && as_dir=.
8805 for ac_exec_ext in '' $ac_executable_extensions; do
8806 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8807 ac_cv_prog_ac_ct_MINGWAR="ar"
8808 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
8809 break 2
8811 done
8812 done
8813 IFS=$as_save_IFS
8817 ac_ct_MINGWAR=$ac_cv_prog_ac_ct_MINGWAR
8818 if test -n "$ac_ct_MINGWAR"; then
8819 { $as_echo "$as_me:$LINENO: result: $ac_ct_MINGWAR" >&5
8820 $as_echo "$ac_ct_MINGWAR" >&6; }
8821 else
8822 { $as_echo "$as_me:$LINENO: result: no" >&5
8823 $as_echo "no" >&6; }
8826 if test "x$ac_ct_MINGWAR" = x; then
8827 MINGWAR="false"
8828 else
8829 case $cross_compiling:$ac_tool_warned in
8830 yes:)
8831 { $as_echo "$as_me:$LINENO: WARNING: using cross tools not prefixed with host triplet" >&5
8832 $as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
8833 ac_tool_warned=yes ;;
8834 esac
8835 MINGWAR=$ac_ct_MINGWAR
8837 else
8838 MINGWAR="$ac_cv_prog_MINGWAR"
8841 if test "$DLLWRAP" = "false"; then
8842 LIBEXT="a"
8843 else
8844 LIBEXT="dll"
8846 IMPLIBEXT="a"
8847 WIN16_FILES=""
8848 WIN16_INSTALL=""
8849 enable_iphlpapi=${enable_iphlpapi:-no}
8850 enable_kernel32=${enable_kernel32:-no}
8851 enable_msvcrt=${enable_msvcrt:-no}
8852 enable_ntdll=${enable_ntdll:-no}
8853 enable_ws2_32=${enable_ws2_32:-no}
8854 enable_loader=${enable_loader:-no}
8855 enable_server=${enable_server:-no}
8857 darwin*|macosx*)
8858 DLLEXT=".so"
8859 LIBEXT="dylib"
8860 DLLFLAGS="$DLLFLAGS -fPIC"
8861 LDDLLFLAGS="-bundle -multiply_defined suppress"
8862 LIBWINE_LDFLAGS="-multiply_defined suppress"
8863 LDSHARED="\$(CC) -dynamiclib"
8864 STRIP="$STRIP -x"
8865 LDRPATH_LOCAL="&& install_name_tool -change @executable_path/\`\$(RELPATH) \$(bindir) \$(libdir)\`/libwine.1.dylib @executable_path/\$(TOPOBJDIR)/libs/wine/libwine.1.dylib \$@ || \$(RM) \$@"
8866 SECURITYLIB="-framework Security -framework CoreFoundation"
8868 COREFOUNDATIONLIB="-framework CoreFoundation"
8870 IOKITLIB="-framework IOKit -framework CoreFoundation"
8872 LDEXECFLAGS="-image_base 0x7bf00000 -Wl,-segaddr,WINE_DOS,0x00000000,-segaddr,WINE_SHARED_HEAP,0x7f000000"
8874 if test "$ac_cv_header_DiskArbitration_DiskArbitration_h" = "yes"
8875 then
8876 DISKARBITRATIONLIB="-framework DiskArbitration -framework CoreFoundation"
8879 if test "$ac_cv_header_CoreAudio_CoreAudio_h" = "yes" -a "$ac_cv_header_AudioUnit_AudioUnit_h" = "yes"
8880 then
8881 COREAUDIO="-framework CoreAudio -framework AudioUnit -framework CoreServices -framework AudioToolbox -framework CoreMIDI"
8884 case $host_cpu in
8885 *powerpc*)
8886 LDDLLFLAGS="$LDDLLFLAGS -read_only_relocs warning" ;;
8887 esac
8888 if test "$ac_cv_header_Carbon_Carbon_h" = "yes"
8889 then
8890 CARBONLIB="-framework Carbon"
8892 enable_winequartz_drv=${enable_winequartz_drv:-yes}
8896 DLLFLAGS="$DLLFLAGS -fPIC"
8897 DLLEXT=".so"
8898 { $as_echo "$as_me:$LINENO: checking whether we can build a GNU style ELF dll" >&5
8899 $as_echo_n "checking whether we can build a GNU style ELF dll... " >&6; }
8900 if test "${ac_cv_c_dll_gnuelf+set}" = set; then
8901 $as_echo_n "(cached) " >&6
8902 else
8903 ac_wine_try_cflags_saved=$CFLAGS
8904 CFLAGS="$CFLAGS -fPIC -shared -Wl,-Bsymbolic"
8905 cat >conftest.$ac_ext <<_ACEOF
8906 void myfunc() {}
8907 _ACEOF
8908 rm -f conftest.$ac_objext conftest$ac_exeext
8909 if { (ac_try="$ac_link"
8910 case "(($ac_try" in
8911 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8912 *) ac_try_echo=$ac_try;;
8913 esac
8914 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
8915 $as_echo "$ac_try_echo") >&5
8916 (eval "$ac_link") 2>conftest.er1
8917 ac_status=$?
8918 grep -v '^ *+' conftest.er1 >conftest.err
8919 rm -f conftest.er1
8920 cat conftest.err >&5
8921 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
8922 (exit $ac_status); } && {
8923 test -z "$ac_c_werror_flag" ||
8924 test ! -s conftest.err
8925 } && test -s conftest$ac_exeext && {
8926 test "$cross_compiling" = yes ||
8927 $as_test_x conftest$ac_exeext
8928 }; then
8929 ac_cv_c_dll_gnuelf="yes"
8930 else
8931 $as_echo "$as_me: failed program was:" >&5
8932 sed 's/^/| /' conftest.$ac_ext >&5
8934 ac_cv_c_dll_gnuelf="no"
8937 rm -rf conftest.dSYM
8938 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
8939 conftest$ac_exeext conftest.$ac_ext
8940 CFLAGS=$ac_wine_try_cflags_saved
8942 { $as_echo "$as_me:$LINENO: result: $ac_cv_c_dll_gnuelf" >&5
8943 $as_echo "$ac_cv_c_dll_gnuelf" >&6; }
8944 if test "$ac_cv_c_dll_gnuelf" = "yes"
8945 then
8946 LDSHARED="\$(CC) -shared"
8947 LDDLLFLAGS="-shared -Wl,-Bsymbolic"
8948 { $as_echo "$as_me:$LINENO: checking whether the compiler supports -fPIC -shared -Wl,-soname,confest.so.1" >&5
8949 $as_echo_n "checking whether the compiler supports -fPIC -shared -Wl,-soname,confest.so.1... " >&6; }
8950 if test "${ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1+set}" = set; then
8951 $as_echo_n "(cached) " >&6
8952 else
8953 ac_wine_try_cflags_saved=$CFLAGS
8954 CFLAGS="$CFLAGS -fPIC -shared -Wl,-soname,confest.so.1"
8955 cat >conftest.$ac_ext <<_ACEOF
8956 /* confdefs.h. */
8957 _ACEOF
8958 cat confdefs.h >>conftest.$ac_ext
8959 cat >>conftest.$ac_ext <<_ACEOF
8960 /* end confdefs.h. */
8963 main ()
8967 return 0;
8969 _ACEOF
8970 rm -f conftest.$ac_objext conftest$ac_exeext
8971 if { (ac_try="$ac_link"
8972 case "(($ac_try" in
8973 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8974 *) ac_try_echo=$ac_try;;
8975 esac
8976 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
8977 $as_echo "$ac_try_echo") >&5
8978 (eval "$ac_link") 2>conftest.er1
8979 ac_status=$?
8980 grep -v '^ *+' conftest.er1 >conftest.err
8981 rm -f conftest.er1
8982 cat conftest.err >&5
8983 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
8984 (exit $ac_status); } && {
8985 test -z "$ac_c_werror_flag" ||
8986 test ! -s conftest.err
8987 } && test -s conftest$ac_exeext && {
8988 test "$cross_compiling" = yes ||
8989 $as_test_x conftest$ac_exeext
8990 }; then
8991 ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1=yes
8992 else
8993 $as_echo "$as_me: failed program was:" >&5
8994 sed 's/^/| /' conftest.$ac_ext >&5
8996 ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1=no
8999 rm -rf conftest.dSYM
9000 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9001 conftest$ac_exeext conftest.$ac_ext
9002 CFLAGS=$ac_wine_try_cflags_saved
9004 { $as_echo "$as_me:$LINENO: result: $ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1" >&5
9005 $as_echo "$ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1" >&6; }
9006 if test $ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1 = yes; then
9007 LDSHARED="\$(CC) -shared \$(SONAME:%=-Wl,-soname,%)"
9008 else
9009 { $as_echo "$as_me:$LINENO: checking whether the compiler supports -fPIC -shared -Wl,-h,confest.so.1" >&5
9010 $as_echo_n "checking whether the compiler supports -fPIC -shared -Wl,-h,confest.so.1... " >&6; }
9011 if test "${ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1+set}" = set; then
9012 $as_echo_n "(cached) " >&6
9013 else
9014 ac_wine_try_cflags_saved=$CFLAGS
9015 CFLAGS="$CFLAGS -fPIC -shared -Wl,-h,confest.so.1"
9016 cat >conftest.$ac_ext <<_ACEOF
9017 /* confdefs.h. */
9018 _ACEOF
9019 cat confdefs.h >>conftest.$ac_ext
9020 cat >>conftest.$ac_ext <<_ACEOF
9021 /* end confdefs.h. */
9024 main ()
9028 return 0;
9030 _ACEOF
9031 rm -f conftest.$ac_objext conftest$ac_exeext
9032 if { (ac_try="$ac_link"
9033 case "(($ac_try" in
9034 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9035 *) ac_try_echo=$ac_try;;
9036 esac
9037 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
9038 $as_echo "$ac_try_echo") >&5
9039 (eval "$ac_link") 2>conftest.er1
9040 ac_status=$?
9041 grep -v '^ *+' conftest.er1 >conftest.err
9042 rm -f conftest.er1
9043 cat conftest.err >&5
9044 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
9045 (exit $ac_status); } && {
9046 test -z "$ac_c_werror_flag" ||
9047 test ! -s conftest.err
9048 } && test -s conftest$ac_exeext && {
9049 test "$cross_compiling" = yes ||
9050 $as_test_x conftest$ac_exeext
9051 }; then
9052 ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1=yes
9053 else
9054 $as_echo "$as_me: failed program was:" >&5
9055 sed 's/^/| /' conftest.$ac_ext >&5
9057 ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1=no
9060 rm -rf conftest.dSYM
9061 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9062 conftest$ac_exeext conftest.$ac_ext
9063 CFLAGS=$ac_wine_try_cflags_saved
9065 { $as_echo "$as_me:$LINENO: result: $ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1" >&5
9066 $as_echo "$ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1" >&6; }
9067 if test $ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1 = yes; then
9068 LDSHARED="\$(CC) -shared \$(SONAME:%=-Wl,-h,%)"
9074 { $as_echo "$as_me:$LINENO: checking whether the compiler supports -fPIC -shared -Wl,-Bsymbolic,-z,defs" >&5
9075 $as_echo_n "checking whether the compiler supports -fPIC -shared -Wl,-Bsymbolic,-z,defs... " >&6; }
9076 if test "${ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__z_defs+set}" = set; then
9077 $as_echo_n "(cached) " >&6
9078 else
9079 ac_wine_try_cflags_saved=$CFLAGS
9080 CFLAGS="$CFLAGS -fPIC -shared -Wl,-Bsymbolic,-z,defs"
9081 cat >conftest.$ac_ext <<_ACEOF
9082 /* confdefs.h. */
9083 _ACEOF
9084 cat confdefs.h >>conftest.$ac_ext
9085 cat >>conftest.$ac_ext <<_ACEOF
9086 /* end confdefs.h. */
9089 main ()
9093 return 0;
9095 _ACEOF
9096 rm -f conftest.$ac_objext conftest$ac_exeext
9097 if { (ac_try="$ac_link"
9098 case "(($ac_try" in
9099 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9100 *) ac_try_echo=$ac_try;;
9101 esac
9102 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
9103 $as_echo "$ac_try_echo") >&5
9104 (eval "$ac_link") 2>conftest.er1
9105 ac_status=$?
9106 grep -v '^ *+' conftest.er1 >conftest.err
9107 rm -f conftest.er1
9108 cat conftest.err >&5
9109 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
9110 (exit $ac_status); } && {
9111 test -z "$ac_c_werror_flag" ||
9112 test ! -s conftest.err
9113 } && test -s conftest$ac_exeext && {
9114 test "$cross_compiling" = yes ||
9115 $as_test_x conftest$ac_exeext
9116 }; then
9117 ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__z_defs=yes
9118 else
9119 $as_echo "$as_me: failed program was:" >&5
9120 sed 's/^/| /' conftest.$ac_ext >&5
9122 ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__z_defs=no
9125 rm -rf conftest.dSYM
9126 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9127 conftest$ac_exeext conftest.$ac_ext
9128 CFLAGS=$ac_wine_try_cflags_saved
9130 { $as_echo "$as_me:$LINENO: result: $ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__z_defs" >&5
9131 $as_echo "$ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__z_defs" >&6; }
9132 if test $ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__z_defs = yes; then
9133 LDDLLFLAGS="$LDDLLFLAGS,-z,defs"
9137 { $as_echo "$as_me:$LINENO: checking whether the compiler supports -fPIC -shared -Wl,-Bsymbolic,-init,__wine_spec_init,-fini,__wine_spec_fini" >&5
9138 $as_echo_n "checking whether the compiler supports -fPIC -shared -Wl,-Bsymbolic,-init,__wine_spec_init,-fini,__wine_spec_fini... " >&6; }
9139 if test "${ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__init___wine_spec_init__fini___wine_spec_fini+set}" = set; then
9140 $as_echo_n "(cached) " >&6
9141 else
9142 ac_wine_try_cflags_saved=$CFLAGS
9143 CFLAGS="$CFLAGS -fPIC -shared -Wl,-Bsymbolic,-init,__wine_spec_init,-fini,__wine_spec_fini"
9144 cat >conftest.$ac_ext <<_ACEOF
9145 /* confdefs.h. */
9146 _ACEOF
9147 cat confdefs.h >>conftest.$ac_ext
9148 cat >>conftest.$ac_ext <<_ACEOF
9149 /* end confdefs.h. */
9152 main ()
9156 return 0;
9158 _ACEOF
9159 rm -f conftest.$ac_objext conftest$ac_exeext
9160 if { (ac_try="$ac_link"
9161 case "(($ac_try" in
9162 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9163 *) ac_try_echo=$ac_try;;
9164 esac
9165 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
9166 $as_echo "$ac_try_echo") >&5
9167 (eval "$ac_link") 2>conftest.er1
9168 ac_status=$?
9169 grep -v '^ *+' conftest.er1 >conftest.err
9170 rm -f conftest.er1
9171 cat conftest.err >&5
9172 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
9173 (exit $ac_status); } && {
9174 test -z "$ac_c_werror_flag" ||
9175 test ! -s conftest.err
9176 } && test -s conftest$ac_exeext && {
9177 test "$cross_compiling" = yes ||
9178 $as_test_x conftest$ac_exeext
9179 }; then
9180 ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__init___wine_spec_init__fini___wine_spec_fini=yes
9181 else
9182 $as_echo "$as_me: failed program was:" >&5
9183 sed 's/^/| /' conftest.$ac_ext >&5
9185 ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__init___wine_spec_init__fini___wine_spec_fini=no
9188 rm -rf conftest.dSYM
9189 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9190 conftest$ac_exeext conftest.$ac_ext
9191 CFLAGS=$ac_wine_try_cflags_saved
9193 { $as_echo "$as_me:$LINENO: result: $ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__init___wine_spec_init__fini___wine_spec_fini" >&5
9194 $as_echo "$ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__init___wine_spec_init__fini___wine_spec_fini" >&6; }
9195 if test $ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__init___wine_spec_init__fini___wine_spec_fini = yes; then
9196 LDDLLFLAGS="$LDDLLFLAGS,-init,__wine_spec_init,-fini,__wine_spec_fini"
9200 echo '{ global: *; };' >conftest.map
9201 { $as_echo "$as_me:$LINENO: checking whether the compiler supports -fPIC -shared -Wl,--version-script=conftest.map" >&5
9202 $as_echo_n "checking whether the compiler supports -fPIC -shared -Wl,--version-script=conftest.map... " >&6; }
9203 if test "${ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map+set}" = set; then
9204 $as_echo_n "(cached) " >&6
9205 else
9206 ac_wine_try_cflags_saved=$CFLAGS
9207 CFLAGS="$CFLAGS -fPIC -shared -Wl,--version-script=conftest.map"
9208 cat >conftest.$ac_ext <<_ACEOF
9209 /* confdefs.h. */
9210 _ACEOF
9211 cat confdefs.h >>conftest.$ac_ext
9212 cat >>conftest.$ac_ext <<_ACEOF
9213 /* end confdefs.h. */
9216 main ()
9220 return 0;
9222 _ACEOF
9223 rm -f conftest.$ac_objext conftest$ac_exeext
9224 if { (ac_try="$ac_link"
9225 case "(($ac_try" in
9226 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9227 *) ac_try_echo=$ac_try;;
9228 esac
9229 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
9230 $as_echo "$ac_try_echo") >&5
9231 (eval "$ac_link") 2>conftest.er1
9232 ac_status=$?
9233 grep -v '^ *+' conftest.er1 >conftest.err
9234 rm -f conftest.er1
9235 cat conftest.err >&5
9236 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
9237 (exit $ac_status); } && {
9238 test -z "$ac_c_werror_flag" ||
9239 test ! -s conftest.err
9240 } && test -s conftest$ac_exeext && {
9241 test "$cross_compiling" = yes ||
9242 $as_test_x conftest$ac_exeext
9243 }; then
9244 ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map=yes
9245 else
9246 $as_echo "$as_me: failed program was:" >&5
9247 sed 's/^/| /' conftest.$ac_ext >&5
9249 ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map=no
9252 rm -rf conftest.dSYM
9253 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9254 conftest$ac_exeext conftest.$ac_ext
9255 CFLAGS=$ac_wine_try_cflags_saved
9257 { $as_echo "$as_me:$LINENO: result: $ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map" >&5
9258 $as_echo "$ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map" >&6; }
9259 if test $ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map = yes; then
9260 LDSHARED="$LDSHARED \$(VERSCRIPT:%=-Wl,--version-script=%)"
9263 rm -f conftest.map
9265 { $as_echo "$as_me:$LINENO: checking whether the compiler supports -fPIC -Wl,--export-dynamic" >&5
9266 $as_echo_n "checking whether the compiler supports -fPIC -Wl,--export-dynamic... " >&6; }
9267 if test "${ac_cv_cflags__fPIC__Wl___export_dynamic+set}" = set; then
9268 $as_echo_n "(cached) " >&6
9269 else
9270 ac_wine_try_cflags_saved=$CFLAGS
9271 CFLAGS="$CFLAGS -fPIC -Wl,--export-dynamic"
9272 cat >conftest.$ac_ext <<_ACEOF
9273 /* confdefs.h. */
9274 _ACEOF
9275 cat confdefs.h >>conftest.$ac_ext
9276 cat >>conftest.$ac_ext <<_ACEOF
9277 /* end confdefs.h. */
9280 main ()
9284 return 0;
9286 _ACEOF
9287 rm -f conftest.$ac_objext conftest$ac_exeext
9288 if { (ac_try="$ac_link"
9289 case "(($ac_try" in
9290 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9291 *) ac_try_echo=$ac_try;;
9292 esac
9293 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
9294 $as_echo "$ac_try_echo") >&5
9295 (eval "$ac_link") 2>conftest.er1
9296 ac_status=$?
9297 grep -v '^ *+' conftest.er1 >conftest.err
9298 rm -f conftest.er1
9299 cat conftest.err >&5
9300 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
9301 (exit $ac_status); } && {
9302 test -z "$ac_c_werror_flag" ||
9303 test ! -s conftest.err
9304 } && test -s conftest$ac_exeext && {
9305 test "$cross_compiling" = yes ||
9306 $as_test_x conftest$ac_exeext
9307 }; then
9308 ac_cv_cflags__fPIC__Wl___export_dynamic=yes
9309 else
9310 $as_echo "$as_me: failed program was:" >&5
9311 sed 's/^/| /' conftest.$ac_ext >&5
9313 ac_cv_cflags__fPIC__Wl___export_dynamic=no
9316 rm -rf conftest.dSYM
9317 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9318 conftest$ac_exeext conftest.$ac_ext
9319 CFLAGS=$ac_wine_try_cflags_saved
9321 { $as_echo "$as_me:$LINENO: result: $ac_cv_cflags__fPIC__Wl___export_dynamic" >&5
9322 $as_echo "$ac_cv_cflags__fPIC__Wl___export_dynamic" >&6; }
9323 if test $ac_cv_cflags__fPIC__Wl___export_dynamic = yes; then
9324 LDEXECFLAGS="-Wl,--export-dynamic"
9329 as_ac_var=`$as_echo "ac_cv_cflags_-fPIC -Wl,--rpath,\$ORIGIN/../lib" | $as_tr_sh`
9330 { $as_echo "$as_me:$LINENO: checking whether the compiler supports -fPIC -Wl,--rpath,\$ORIGIN/../lib" >&5
9331 $as_echo_n "checking whether the compiler supports -fPIC -Wl,--rpath,\$ORIGIN/../lib... " >&6; }
9332 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
9333 $as_echo_n "(cached) " >&6
9334 else
9335 ac_wine_try_cflags_saved=$CFLAGS
9336 CFLAGS="$CFLAGS -fPIC -Wl,--rpath,\$ORIGIN/../lib"
9337 cat >conftest.$ac_ext <<_ACEOF
9338 /* confdefs.h. */
9339 _ACEOF
9340 cat confdefs.h >>conftest.$ac_ext
9341 cat >>conftest.$ac_ext <<_ACEOF
9342 /* end confdefs.h. */
9345 main ()
9349 return 0;
9351 _ACEOF
9352 rm -f conftest.$ac_objext conftest$ac_exeext
9353 if { (ac_try="$ac_link"
9354 case "(($ac_try" in
9355 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9356 *) ac_try_echo=$ac_try;;
9357 esac
9358 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
9359 $as_echo "$ac_try_echo") >&5
9360 (eval "$ac_link") 2>conftest.er1
9361 ac_status=$?
9362 grep -v '^ *+' conftest.er1 >conftest.err
9363 rm -f conftest.er1
9364 cat conftest.err >&5
9365 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
9366 (exit $ac_status); } && {
9367 test -z "$ac_c_werror_flag" ||
9368 test ! -s conftest.err
9369 } && test -s conftest$ac_exeext && {
9370 test "$cross_compiling" = yes ||
9371 $as_test_x conftest$ac_exeext
9372 }; then
9373 eval "$as_ac_var=yes"
9374 else
9375 $as_echo "$as_me: failed program was:" >&5
9376 sed 's/^/| /' conftest.$ac_ext >&5
9378 eval "$as_ac_var=no"
9381 rm -rf conftest.dSYM
9382 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9383 conftest$ac_exeext conftest.$ac_ext
9384 CFLAGS=$ac_wine_try_cflags_saved
9386 ac_res=`eval 'as_val=${'$as_ac_var'}
9387 $as_echo "$as_val"'`
9388 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
9389 $as_echo "$ac_res" >&6; }
9390 if test `eval 'as_val=${'$as_ac_var'}
9391 $as_echo "$as_val"'` = yes; then
9392 LDRPATH_INSTALL="-Wl,--rpath,\\\$\$ORIGIN/\`\$(RELPATH) \$(bindir) \$(libdir)\`"
9393 LDRPATH_LOCAL="-Wl,--rpath,\\\$\$ORIGIN/\$(TOPOBJDIR)/libs/wine"
9394 else
9395 as_ac_var=`$as_echo "ac_cv_cflags_-fPIC -Wl,-R,\$ORIGIN/../lib" | $as_tr_sh`
9396 { $as_echo "$as_me:$LINENO: checking whether the compiler supports -fPIC -Wl,-R,\$ORIGIN/../lib" >&5
9397 $as_echo_n "checking whether the compiler supports -fPIC -Wl,-R,\$ORIGIN/../lib... " >&6; }
9398 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
9399 $as_echo_n "(cached) " >&6
9400 else
9401 ac_wine_try_cflags_saved=$CFLAGS
9402 CFLAGS="$CFLAGS -fPIC -Wl,-R,\$ORIGIN/../lib"
9403 cat >conftest.$ac_ext <<_ACEOF
9404 /* confdefs.h. */
9405 _ACEOF
9406 cat confdefs.h >>conftest.$ac_ext
9407 cat >>conftest.$ac_ext <<_ACEOF
9408 /* end confdefs.h. */
9411 main ()
9415 return 0;
9417 _ACEOF
9418 rm -f conftest.$ac_objext conftest$ac_exeext
9419 if { (ac_try="$ac_link"
9420 case "(($ac_try" in
9421 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9422 *) ac_try_echo=$ac_try;;
9423 esac
9424 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
9425 $as_echo "$ac_try_echo") >&5
9426 (eval "$ac_link") 2>conftest.er1
9427 ac_status=$?
9428 grep -v '^ *+' conftest.er1 >conftest.err
9429 rm -f conftest.er1
9430 cat conftest.err >&5
9431 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
9432 (exit $ac_status); } && {
9433 test -z "$ac_c_werror_flag" ||
9434 test ! -s conftest.err
9435 } && test -s conftest$ac_exeext && {
9436 test "$cross_compiling" = yes ||
9437 $as_test_x conftest$ac_exeext
9438 }; then
9439 eval "$as_ac_var=yes"
9440 else
9441 $as_echo "$as_me: failed program was:" >&5
9442 sed 's/^/| /' conftest.$ac_ext >&5
9444 eval "$as_ac_var=no"
9447 rm -rf conftest.dSYM
9448 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9449 conftest$ac_exeext conftest.$ac_ext
9450 CFLAGS=$ac_wine_try_cflags_saved
9452 ac_res=`eval 'as_val=${'$as_ac_var'}
9453 $as_echo "$as_val"'`
9454 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
9455 $as_echo "$ac_res" >&6; }
9456 if test `eval 'as_val=${'$as_ac_var'}
9457 $as_echo "$as_val"'` = yes; then
9458 LDRPATH_INSTALL="-Wl,-R,\\\$\$ORIGIN/\`\$(RELPATH) \$(bindir) \$(libdir)\`"
9459 LDRPATH_LOCAL="-Wl,-R,\\\$\$ORIGIN/\$(TOPOBJDIR)/libs/wine"
9465 { $as_echo "$as_me:$LINENO: checking whether the compiler supports -Wl,--enable-new-dtags" >&5
9466 $as_echo_n "checking whether the compiler supports -Wl,--enable-new-dtags... " >&6; }
9467 if test "${ac_cv_cflags__Wl___enable_new_dtags+set}" = set; then
9468 $as_echo_n "(cached) " >&6
9469 else
9470 ac_wine_try_cflags_saved=$CFLAGS
9471 CFLAGS="$CFLAGS -Wl,--enable-new-dtags"
9472 cat >conftest.$ac_ext <<_ACEOF
9473 /* confdefs.h. */
9474 _ACEOF
9475 cat confdefs.h >>conftest.$ac_ext
9476 cat >>conftest.$ac_ext <<_ACEOF
9477 /* end confdefs.h. */
9480 main ()
9484 return 0;
9486 _ACEOF
9487 rm -f conftest.$ac_objext conftest$ac_exeext
9488 if { (ac_try="$ac_link"
9489 case "(($ac_try" in
9490 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9491 *) ac_try_echo=$ac_try;;
9492 esac
9493 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
9494 $as_echo "$ac_try_echo") >&5
9495 (eval "$ac_link") 2>conftest.er1
9496 ac_status=$?
9497 grep -v '^ *+' conftest.er1 >conftest.err
9498 rm -f conftest.er1
9499 cat conftest.err >&5
9500 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
9501 (exit $ac_status); } && {
9502 test -z "$ac_c_werror_flag" ||
9503 test ! -s conftest.err
9504 } && test -s conftest$ac_exeext && {
9505 test "$cross_compiling" = yes ||
9506 $as_test_x conftest$ac_exeext
9507 }; then
9508 ac_cv_cflags__Wl___enable_new_dtags=yes
9509 else
9510 $as_echo "$as_me: failed program was:" >&5
9511 sed 's/^/| /' conftest.$ac_ext >&5
9513 ac_cv_cflags__Wl___enable_new_dtags=no
9516 rm -rf conftest.dSYM
9517 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9518 conftest$ac_exeext conftest.$ac_ext
9519 CFLAGS=$ac_wine_try_cflags_saved
9521 { $as_echo "$as_me:$LINENO: result: $ac_cv_cflags__Wl___enable_new_dtags" >&5
9522 $as_echo "$ac_cv_cflags__Wl___enable_new_dtags" >&6; }
9523 if test $ac_cv_cflags__Wl___enable_new_dtags = yes; then
9524 LDRPATH_INSTALL="$LDRPATH_INSTALL -Wl,--enable-new-dtags"
9528 case $host_cpu in
9529 *i[3456789]86* | x86_64)
9530 { $as_echo "$as_me:$LINENO: checking whether the compiler supports -Wl,--section-start,.interp=0x7bf00400" >&5
9531 $as_echo_n "checking whether the compiler supports -Wl,--section-start,.interp=0x7bf00400... " >&6; }
9532 if test "${ac_cv_cflags__Wl___section_start__interp_0x7bf00400+set}" = set; then
9533 $as_echo_n "(cached) " >&6
9534 else
9535 ac_wine_try_cflags_saved=$CFLAGS
9536 CFLAGS="$CFLAGS -Wl,--section-start,.interp=0x7bf00400"
9537 cat >conftest.$ac_ext <<_ACEOF
9538 /* confdefs.h. */
9539 _ACEOF
9540 cat confdefs.h >>conftest.$ac_ext
9541 cat >>conftest.$ac_ext <<_ACEOF
9542 /* end confdefs.h. */
9545 main ()
9549 return 0;
9551 _ACEOF
9552 rm -f conftest.$ac_objext conftest$ac_exeext
9553 if { (ac_try="$ac_link"
9554 case "(($ac_try" in
9555 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9556 *) ac_try_echo=$ac_try;;
9557 esac
9558 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
9559 $as_echo "$ac_try_echo") >&5
9560 (eval "$ac_link") 2>conftest.er1
9561 ac_status=$?
9562 grep -v '^ *+' conftest.er1 >conftest.err
9563 rm -f conftest.er1
9564 cat conftest.err >&5
9565 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
9566 (exit $ac_status); } && {
9567 test -z "$ac_c_werror_flag" ||
9568 test ! -s conftest.err
9569 } && test -s conftest$ac_exeext && {
9570 test "$cross_compiling" = yes ||
9571 $as_test_x conftest$ac_exeext
9572 }; then
9573 ac_cv_cflags__Wl___section_start__interp_0x7bf00400=yes
9574 else
9575 $as_echo "$as_me: failed program was:" >&5
9576 sed 's/^/| /' conftest.$ac_ext >&5
9578 ac_cv_cflags__Wl___section_start__interp_0x7bf00400=no
9581 rm -rf conftest.dSYM
9582 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9583 conftest$ac_exeext conftest.$ac_ext
9584 CFLAGS=$ac_wine_try_cflags_saved
9586 { $as_echo "$as_me:$LINENO: result: $ac_cv_cflags__Wl___section_start__interp_0x7bf00400" >&5
9587 $as_echo "$ac_cv_cflags__Wl___section_start__interp_0x7bf00400" >&6; }
9588 if test $ac_cv_cflags__Wl___section_start__interp_0x7bf00400 = yes; then
9589 LDEXECFLAGS="$LDEXECFLAGS -Wl,--section-start,.interp=0x7bf00400"
9593 esac
9595 else
9596 { $as_echo "$as_me:$LINENO: checking whether we can build a UnixWare (Solaris) dll" >&5
9597 $as_echo_n "checking whether we can build a UnixWare (Solaris) dll... " >&6; }
9598 if test "${ac_cv_c_dll_unixware+set}" = set; then
9599 $as_echo_n "(cached) " >&6
9600 else
9601 ac_wine_try_cflags_saved=$CFLAGS
9602 CFLAGS="$CFLAGS -fPIC -Wl,-G,-h,conftest.so.1.0,-B,symbolic"
9603 cat >conftest.$ac_ext <<_ACEOF
9604 void myfunc() {}
9605 _ACEOF
9606 rm -f conftest.$ac_objext conftest$ac_exeext
9607 if { (ac_try="$ac_link"
9608 case "(($ac_try" in
9609 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9610 *) ac_try_echo=$ac_try;;
9611 esac
9612 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
9613 $as_echo "$ac_try_echo") >&5
9614 (eval "$ac_link") 2>conftest.er1
9615 ac_status=$?
9616 grep -v '^ *+' conftest.er1 >conftest.err
9617 rm -f conftest.er1
9618 cat conftest.err >&5
9619 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
9620 (exit $ac_status); } && {
9621 test -z "$ac_c_werror_flag" ||
9622 test ! -s conftest.err
9623 } && test -s conftest$ac_exeext && {
9624 test "$cross_compiling" = yes ||
9625 $as_test_x conftest$ac_exeext
9626 }; then
9627 ac_cv_c_dll_unixware="yes"
9628 else
9629 $as_echo "$as_me: failed program was:" >&5
9630 sed 's/^/| /' conftest.$ac_ext >&5
9632 ac_cv_c_dll_unixware="no"
9635 rm -rf conftest.dSYM
9636 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9637 conftest$ac_exeext conftest.$ac_ext
9638 CFLAGS=$ac_wine_try_cflags_saved
9640 { $as_echo "$as_me:$LINENO: result: $ac_cv_c_dll_unixware" >&5
9641 $as_echo "$ac_cv_c_dll_unixware" >&6; }
9642 if test "$ac_cv_c_dll_unixware" = "yes"
9643 then
9644 LDSHARED="\$(CC) -Wl,-G \$(SONAME:%=-Wl,-h,%)"
9645 LDDLLFLAGS="-Wl,-G,-B,symbolic"
9647 else
9648 { $as_echo "$as_me:$LINENO: checking whether we can build an HP-UX dll" >&5
9649 $as_echo_n "checking whether we can build an HP-UX dll... " >&6; }
9650 if test "${ac_cv_c_dll_hpux+set}" = set; then
9651 $as_echo_n "(cached) " >&6
9652 else
9653 ac_wine_try_cflags_saved=$CFLAGS
9654 CFLAGS="$CFLAGS -shared"
9655 cat >conftest.$ac_ext <<_ACEOF
9656 void myfunc() {}
9657 _ACEOF
9658 rm -f conftest.$ac_objext conftest$ac_exeext
9659 if { (ac_try="$ac_link"
9660 case "(($ac_try" in
9661 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9662 *) ac_try_echo=$ac_try;;
9663 esac
9664 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
9665 $as_echo "$ac_try_echo") >&5
9666 (eval "$ac_link") 2>conftest.er1
9667 ac_status=$?
9668 grep -v '^ *+' conftest.er1 >conftest.err
9669 rm -f conftest.er1
9670 cat conftest.err >&5
9671 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
9672 (exit $ac_status); } && {
9673 test -z "$ac_c_werror_flag" ||
9674 test ! -s conftest.err
9675 } && test -s conftest$ac_exeext && {
9676 test "$cross_compiling" = yes ||
9677 $as_test_x conftest$ac_exeext
9678 }; then
9679 ac_cv_c_dll_hpux="yes"
9680 else
9681 $as_echo "$as_me: failed program was:" >&5
9682 sed 's/^/| /' conftest.$ac_ext >&5
9684 ac_cv_c_dll_hpux="no"
9687 rm -rf conftest.dSYM
9688 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9689 conftest$ac_exeext conftest.$ac_ext
9690 CFLAGS=$ac_wine_try_cflags_saved
9692 { $as_echo "$as_me:$LINENO: result: $ac_cv_c_dll_hpux" >&5
9693 $as_echo "$ac_cv_c_dll_hpux" >&6; }
9694 if test "$ac_cv_c_dll_hpux" = "yes"
9695 then
9696 LIBEXT="sl"
9697 DLLEXT=".sl"
9698 LDDLLFLAGS="-shared -fPIC"
9699 LDSHARED="\$(CC) -shared"
9704 esac
9706 enable_winequartz_drv=${enable_winequartz_drv:-no}
9708 if test "$LIBEXT" = "a"; then
9709 { { $as_echo "$as_me:$LINENO: error: could not find a way to build shared libraries.
9710 It is currently not possible to build Wine without shared library
9711 (.so) support to allow transparent switch between .so and .dll files.
9712 If you are using Linux, you will need a newer binutils.
9713 " >&5
9714 $as_echo "$as_me: error: could not find a way to build shared libraries.
9715 It is currently not possible to build Wine without shared library
9716 (.so) support to allow transparent switch between .so and .dll files.
9717 If you are using Linux, you will need a newer binutils.
9718 " >&2;}
9719 { (exit 1); exit 1; }; }
9722 if test "$cross_compiling" = "no" -a "$LIBEXT" != "dll"
9723 then
9724 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
9726 # Extract the first word of "$ac_prog", so it can be a program name with args.
9727 set dummy $ac_prog; ac_word=$2
9728 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
9729 $as_echo_n "checking for $ac_word... " >&6; }
9730 if test "${ac_cv_prog_CROSSCC+set}" = set; then
9731 $as_echo_n "(cached) " >&6
9732 else
9733 if test -n "$CROSSCC"; then
9734 ac_cv_prog_CROSSCC="$CROSSCC" # Let the user override the test.
9735 else
9736 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9737 for as_dir in $PATH
9739 IFS=$as_save_IFS
9740 test -z "$as_dir" && as_dir=.
9741 for ac_exec_ext in '' $ac_executable_extensions; do
9742 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9743 ac_cv_prog_CROSSCC="$ac_prog"
9744 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
9745 break 2
9747 done
9748 done
9749 IFS=$as_save_IFS
9753 CROSSCC=$ac_cv_prog_CROSSCC
9754 if test -n "$CROSSCC"; then
9755 { $as_echo "$as_me:$LINENO: result: $CROSSCC" >&5
9756 $as_echo "$CROSSCC" >&6; }
9757 else
9758 { $as_echo "$as_me:$LINENO: result: no" >&5
9759 $as_echo "no" >&6; }
9763 test -n "$CROSSCC" && break
9764 done
9765 test -n "$CROSSCC" || CROSSCC="false"
9767 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
9769 # Extract the first word of "$ac_prog", so it can be a program name with args.
9770 set dummy $ac_prog; ac_word=$2
9771 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
9772 $as_echo_n "checking for $ac_word... " >&6; }
9773 if test "${ac_cv_prog_DLLTOOL+set}" = set; then
9774 $as_echo_n "(cached) " >&6
9775 else
9776 if test -n "$DLLTOOL"; then
9777 ac_cv_prog_DLLTOOL="$DLLTOOL" # Let the user override the test.
9778 else
9779 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9780 for as_dir in $PATH
9782 IFS=$as_save_IFS
9783 test -z "$as_dir" && as_dir=.
9784 for ac_exec_ext in '' $ac_executable_extensions; do
9785 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9786 ac_cv_prog_DLLTOOL="$ac_prog"
9787 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
9788 break 2
9790 done
9791 done
9792 IFS=$as_save_IFS
9796 DLLTOOL=$ac_cv_prog_DLLTOOL
9797 if test -n "$DLLTOOL"; then
9798 { $as_echo "$as_me:$LINENO: result: $DLLTOOL" >&5
9799 $as_echo "$DLLTOOL" >&6; }
9800 else
9801 { $as_echo "$as_me:$LINENO: result: no" >&5
9802 $as_echo "no" >&6; }
9806 test -n "$DLLTOOL" && break
9807 done
9808 test -n "$DLLTOOL" || DLLTOOL="false"
9810 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
9812 # Extract the first word of "$ac_prog", so it can be a program name with args.
9813 set dummy $ac_prog; ac_word=$2
9814 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
9815 $as_echo_n "checking for $ac_word... " >&6; }
9816 if test "${ac_cv_prog_CROSSWINDRES+set}" = set; then
9817 $as_echo_n "(cached) " >&6
9818 else
9819 if test -n "$CROSSWINDRES"; then
9820 ac_cv_prog_CROSSWINDRES="$CROSSWINDRES" # Let the user override the test.
9821 else
9822 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9823 for as_dir in $PATH
9825 IFS=$as_save_IFS
9826 test -z "$as_dir" && as_dir=.
9827 for ac_exec_ext in '' $ac_executable_extensions; do
9828 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9829 ac_cv_prog_CROSSWINDRES="$ac_prog"
9830 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
9831 break 2
9833 done
9834 done
9835 IFS=$as_save_IFS
9839 CROSSWINDRES=$ac_cv_prog_CROSSWINDRES
9840 if test -n "$CROSSWINDRES"; then
9841 { $as_echo "$as_me:$LINENO: result: $CROSSWINDRES" >&5
9842 $as_echo "$CROSSWINDRES" >&6; }
9843 else
9844 { $as_echo "$as_me:$LINENO: result: no" >&5
9845 $as_echo "no" >&6; }
9849 test -n "$CROSSWINDRES" && break
9850 done
9851 test -n "$CROSSWINDRES" || CROSSWINDRES="false"
9853 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
9855 # Extract the first word of "$ac_prog", so it can be a program name with args.
9856 set dummy $ac_prog; ac_word=$2
9857 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
9858 $as_echo_n "checking for $ac_word... " >&6; }
9859 if test "${ac_cv_prog_MINGWAR+set}" = set; then
9860 $as_echo_n "(cached) " >&6
9861 else
9862 if test -n "$MINGWAR"; then
9863 ac_cv_prog_MINGWAR="$MINGWAR" # Let the user override the test.
9864 else
9865 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9866 for as_dir in $PATH
9868 IFS=$as_save_IFS
9869 test -z "$as_dir" && as_dir=.
9870 for ac_exec_ext in '' $ac_executable_extensions; do
9871 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9872 ac_cv_prog_MINGWAR="$ac_prog"
9873 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
9874 break 2
9876 done
9877 done
9878 IFS=$as_save_IFS
9882 MINGWAR=$ac_cv_prog_MINGWAR
9883 if test -n "$MINGWAR"; then
9884 { $as_echo "$as_me:$LINENO: result: $MINGWAR" >&5
9885 $as_echo "$MINGWAR" >&6; }
9886 else
9887 { $as_echo "$as_me:$LINENO: result: no" >&5
9888 $as_echo "no" >&6; }
9892 test -n "$MINGWAR" && break
9893 done
9894 test -n "$MINGWAR" || MINGWAR="false"
9896 if test "$CROSSCC" != "false"
9897 then
9898 CROSSTEST="\$(CROSSTEST)"
9904 if test "$have_x" = "yes"
9905 then
9906 XLIB="-lXext -lX11"
9907 ac_save_CPPFLAGS="$CPPFLAGS"
9908 CPPFLAGS="$CPPFLAGS $X_CFLAGS"
9910 { $as_echo "$as_me:$LINENO: checking for -lX11" >&5
9911 $as_echo_n "checking for -lX11... " >&6; }
9912 if test "${ac_cv_lib_soname_X11+set}" = set; then
9913 $as_echo_n "(cached) " >&6
9914 else
9915 ac_check_soname_save_LIBS=$LIBS
9916 LIBS="-lX11 $X_LIBS $X_EXTRA_LIBS $LIBS"
9917 cat >conftest.$ac_ext <<_ACEOF
9918 /* confdefs.h. */
9919 _ACEOF
9920 cat confdefs.h >>conftest.$ac_ext
9921 cat >>conftest.$ac_ext <<_ACEOF
9922 /* end confdefs.h. */
9924 /* Override any GCC internal prototype to avoid an error.
9925 Use char because int might match the return type of a GCC
9926 builtin and then its argument prototype would still apply. */
9927 #ifdef __cplusplus
9928 extern "C"
9929 #endif
9930 char XCreateWindow ();
9932 main ()
9934 return XCreateWindow ();
9936 return 0;
9938 _ACEOF
9939 rm -f conftest.$ac_objext conftest$ac_exeext
9940 if { (ac_try="$ac_link"
9941 case "(($ac_try" in
9942 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9943 *) ac_try_echo=$ac_try;;
9944 esac
9945 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
9946 $as_echo "$ac_try_echo") >&5
9947 (eval "$ac_link") 2>conftest.er1
9948 ac_status=$?
9949 grep -v '^ *+' conftest.er1 >conftest.err
9950 rm -f conftest.er1
9951 cat conftest.err >&5
9952 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
9953 (exit $ac_status); } && {
9954 test -z "$ac_c_werror_flag" ||
9955 test ! -s conftest.err
9956 } && test -s conftest$ac_exeext && {
9957 test "$cross_compiling" = yes ||
9958 $as_test_x conftest$ac_exeext
9959 }; then
9960 case "$LIBEXT" in
9961 dll) ;;
9962 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'` ;;
9963 *) ac_cv_lib_soname_X11=`$ac_cv_path_LDD conftest$ac_exeext | grep "libX11\\.$LIBEXT" | sed -e "s/^.*\(libX11\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
9964 esac
9965 else
9966 $as_echo "$as_me: failed program was:" >&5
9967 sed 's/^/| /' conftest.$ac_ext >&5
9972 rm -rf conftest.dSYM
9973 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9974 conftest$ac_exeext conftest.$ac_ext
9975 LIBS=$ac_check_soname_save_LIBS
9977 if test "x$ac_cv_lib_soname_X11" = "x"; then
9978 { $as_echo "$as_me:$LINENO: result: not found" >&5
9979 $as_echo "not found" >&6; }
9981 else
9982 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_X11" >&5
9983 $as_echo "$ac_cv_lib_soname_X11" >&6; }
9985 cat >>confdefs.h <<_ACEOF
9986 #define SONAME_LIBX11 "$ac_cv_lib_soname_X11"
9987 _ACEOF
9992 { $as_echo "$as_me:$LINENO: checking for -lXext" >&5
9993 $as_echo_n "checking for -lXext... " >&6; }
9994 if test "${ac_cv_lib_soname_Xext+set}" = set; then
9995 $as_echo_n "(cached) " >&6
9996 else
9997 ac_check_soname_save_LIBS=$LIBS
9998 LIBS="-lXext $X_LIBS -lX11 $X_EXTRA_LIBS $LIBS"
9999 cat >conftest.$ac_ext <<_ACEOF
10000 /* confdefs.h. */
10001 _ACEOF
10002 cat confdefs.h >>conftest.$ac_ext
10003 cat >>conftest.$ac_ext <<_ACEOF
10004 /* end confdefs.h. */
10006 /* Override any GCC internal prototype to avoid an error.
10007 Use char because int might match the return type of a GCC
10008 builtin and then its argument prototype would still apply. */
10009 #ifdef __cplusplus
10010 extern "C"
10011 #endif
10012 char XextCreateExtension ();
10014 main ()
10016 return XextCreateExtension ();
10018 return 0;
10020 _ACEOF
10021 rm -f conftest.$ac_objext conftest$ac_exeext
10022 if { (ac_try="$ac_link"
10023 case "(($ac_try" in
10024 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10025 *) ac_try_echo=$ac_try;;
10026 esac
10027 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
10028 $as_echo "$ac_try_echo") >&5
10029 (eval "$ac_link") 2>conftest.er1
10030 ac_status=$?
10031 grep -v '^ *+' conftest.er1 >conftest.err
10032 rm -f conftest.er1
10033 cat conftest.err >&5
10034 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
10035 (exit $ac_status); } && {
10036 test -z "$ac_c_werror_flag" ||
10037 test ! -s conftest.err
10038 } && test -s conftest$ac_exeext && {
10039 test "$cross_compiling" = yes ||
10040 $as_test_x conftest$ac_exeext
10041 }; then
10042 case "$LIBEXT" in
10043 dll) ;;
10044 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'` ;;
10045 *) ac_cv_lib_soname_Xext=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXext\\.$LIBEXT" | sed -e "s/^.*\(libXext\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
10046 esac
10047 else
10048 $as_echo "$as_me: failed program was:" >&5
10049 sed 's/^/| /' conftest.$ac_ext >&5
10054 rm -rf conftest.dSYM
10055 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10056 conftest$ac_exeext conftest.$ac_ext
10057 LIBS=$ac_check_soname_save_LIBS
10059 if test "x$ac_cv_lib_soname_Xext" = "x"; then
10060 { $as_echo "$as_me:$LINENO: result: not found" >&5
10061 $as_echo "not found" >&6; }
10063 else
10064 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_Xext" >&5
10065 $as_echo "$ac_cv_lib_soname_Xext" >&6; }
10067 cat >>confdefs.h <<_ACEOF
10068 #define SONAME_LIBXEXT "$ac_cv_lib_soname_Xext"
10069 _ACEOF
10087 for ac_header in X11/Xlib.h \
10088 X11/XKBlib.h \
10089 X11/Xutil.h \
10090 X11/Xcursor/Xcursor.h \
10091 X11/extensions/shape.h \
10092 X11/extensions/XInput.h \
10093 X11/extensions/XShm.h \
10094 X11/extensions/Xcomposite.h \
10095 X11/extensions/Xinerama.h \
10096 X11/extensions/Xrandr.h \
10097 X11/extensions/Xrender.h \
10098 X11/extensions/xf86vmode.h
10100 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
10101 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
10102 $as_echo_n "checking for $ac_header... " >&6; }
10103 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
10104 $as_echo_n "(cached) " >&6
10105 else
10106 cat >conftest.$ac_ext <<_ACEOF
10107 /* confdefs.h. */
10108 _ACEOF
10109 cat confdefs.h >>conftest.$ac_ext
10110 cat >>conftest.$ac_ext <<_ACEOF
10111 /* end confdefs.h. */
10112 #ifdef HAVE_X11_XLIB_H
10113 # include <X11/Xlib.h>
10114 #endif
10115 #ifdef HAVE_X11_XUTIL_H
10116 # include <X11/Xutil.h>
10117 #endif
10119 #include <$ac_header>
10120 _ACEOF
10121 rm -f conftest.$ac_objext
10122 if { (ac_try="$ac_compile"
10123 case "(($ac_try" in
10124 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10125 *) ac_try_echo=$ac_try;;
10126 esac
10127 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
10128 $as_echo "$ac_try_echo") >&5
10129 (eval "$ac_compile") 2>conftest.er1
10130 ac_status=$?
10131 grep -v '^ *+' conftest.er1 >conftest.err
10132 rm -f conftest.er1
10133 cat conftest.err >&5
10134 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
10135 (exit $ac_status); } && {
10136 test -z "$ac_c_werror_flag" ||
10137 test ! -s conftest.err
10138 } && test -s conftest.$ac_objext; then
10139 eval "$as_ac_Header=yes"
10140 else
10141 $as_echo "$as_me: failed program was:" >&5
10142 sed 's/^/| /' conftest.$ac_ext >&5
10144 eval "$as_ac_Header=no"
10147 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
10149 ac_res=`eval 'as_val=${'$as_ac_Header'}
10150 $as_echo "$as_val"'`
10151 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
10152 $as_echo "$ac_res" >&6; }
10153 as_val=`eval 'as_val=${'$as_ac_Header'}
10154 $as_echo "$as_val"'`
10155 if test "x$as_val" = x""yes; then
10156 cat >>confdefs.h <<_ACEOF
10157 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
10158 _ACEOF
10162 done
10165 if test "$ac_cv_header_X11_XKBlib_h" = "yes"
10166 then
10167 { $as_echo "$as_me:$LINENO: checking for XkbQueryExtension in -lX11" >&5
10168 $as_echo_n "checking for XkbQueryExtension in -lX11... " >&6; }
10169 if test "${ac_cv_lib_X11_XkbQueryExtension+set}" = set; then
10170 $as_echo_n "(cached) " >&6
10171 else
10172 ac_check_lib_save_LIBS=$LIBS
10173 LIBS="-lX11 $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
10174 cat >conftest.$ac_ext <<_ACEOF
10175 /* confdefs.h. */
10176 _ACEOF
10177 cat confdefs.h >>conftest.$ac_ext
10178 cat >>conftest.$ac_ext <<_ACEOF
10179 /* end confdefs.h. */
10181 /* Override any GCC internal prototype to avoid an error.
10182 Use char because int might match the return type of a GCC
10183 builtin and then its argument prototype would still apply. */
10184 #ifdef __cplusplus
10185 extern "C"
10186 #endif
10187 char XkbQueryExtension ();
10189 main ()
10191 return XkbQueryExtension ();
10193 return 0;
10195 _ACEOF
10196 rm -f conftest.$ac_objext conftest$ac_exeext
10197 if { (ac_try="$ac_link"
10198 case "(($ac_try" in
10199 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10200 *) ac_try_echo=$ac_try;;
10201 esac
10202 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
10203 $as_echo "$ac_try_echo") >&5
10204 (eval "$ac_link") 2>conftest.er1
10205 ac_status=$?
10206 grep -v '^ *+' conftest.er1 >conftest.err
10207 rm -f conftest.er1
10208 cat conftest.err >&5
10209 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
10210 (exit $ac_status); } && {
10211 test -z "$ac_c_werror_flag" ||
10212 test ! -s conftest.err
10213 } && test -s conftest$ac_exeext && {
10214 test "$cross_compiling" = yes ||
10215 $as_test_x conftest$ac_exeext
10216 }; then
10217 ac_cv_lib_X11_XkbQueryExtension=yes
10218 else
10219 $as_echo "$as_me: failed program was:" >&5
10220 sed 's/^/| /' conftest.$ac_ext >&5
10222 ac_cv_lib_X11_XkbQueryExtension=no
10225 rm -rf conftest.dSYM
10226 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10227 conftest$ac_exeext conftest.$ac_ext
10228 LIBS=$ac_check_lib_save_LIBS
10230 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_X11_XkbQueryExtension" >&5
10231 $as_echo "$ac_cv_lib_X11_XkbQueryExtension" >&6; }
10232 if test "x$ac_cv_lib_X11_XkbQueryExtension" = x""yes; then
10234 cat >>confdefs.h <<\_ACEOF
10235 #define HAVE_XKB 1
10236 _ACEOF
10242 if test "$ac_cv_header_X11_Xcursor_Xcursor_h" = "yes"
10243 then
10244 { $as_echo "$as_me:$LINENO: checking for -lXcursor" >&5
10245 $as_echo_n "checking for -lXcursor... " >&6; }
10246 if test "${ac_cv_lib_soname_Xcursor+set}" = set; then
10247 $as_echo_n "(cached) " >&6
10248 else
10249 ac_check_soname_save_LIBS=$LIBS
10250 LIBS="-lXcursor $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
10251 cat >conftest.$ac_ext <<_ACEOF
10252 /* confdefs.h. */
10253 _ACEOF
10254 cat confdefs.h >>conftest.$ac_ext
10255 cat >>conftest.$ac_ext <<_ACEOF
10256 /* end confdefs.h. */
10258 /* Override any GCC internal prototype to avoid an error.
10259 Use char because int might match the return type of a GCC
10260 builtin and then its argument prototype would still apply. */
10261 #ifdef __cplusplus
10262 extern "C"
10263 #endif
10264 char XcursorImageLoadCursor ();
10266 main ()
10268 return XcursorImageLoadCursor ();
10270 return 0;
10272 _ACEOF
10273 rm -f conftest.$ac_objext conftest$ac_exeext
10274 if { (ac_try="$ac_link"
10275 case "(($ac_try" in
10276 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10277 *) ac_try_echo=$ac_try;;
10278 esac
10279 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
10280 $as_echo "$ac_try_echo") >&5
10281 (eval "$ac_link") 2>conftest.er1
10282 ac_status=$?
10283 grep -v '^ *+' conftest.er1 >conftest.err
10284 rm -f conftest.er1
10285 cat conftest.err >&5
10286 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
10287 (exit $ac_status); } && {
10288 test -z "$ac_c_werror_flag" ||
10289 test ! -s conftest.err
10290 } && test -s conftest$ac_exeext && {
10291 test "$cross_compiling" = yes ||
10292 $as_test_x conftest$ac_exeext
10293 }; then
10294 case "$LIBEXT" in
10295 dll) ;;
10296 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'` ;;
10297 *) ac_cv_lib_soname_Xcursor=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXcursor\\.$LIBEXT" | sed -e "s/^.*\(libXcursor\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
10298 esac
10299 else
10300 $as_echo "$as_me: failed program was:" >&5
10301 sed 's/^/| /' conftest.$ac_ext >&5
10306 rm -rf conftest.dSYM
10307 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10308 conftest$ac_exeext conftest.$ac_ext
10309 LIBS=$ac_check_soname_save_LIBS
10311 if test "x$ac_cv_lib_soname_Xcursor" = "x"; then
10312 { $as_echo "$as_me:$LINENO: result: not found" >&5
10313 $as_echo "not found" >&6; }
10315 else
10316 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_Xcursor" >&5
10317 $as_echo "$ac_cv_lib_soname_Xcursor" >&6; }
10319 cat >>confdefs.h <<_ACEOF
10320 #define SONAME_LIBXCURSOR "$ac_cv_lib_soname_Xcursor"
10321 _ACEOF
10327 if test "x$ac_cv_lib_soname_Xcursor" = "x"; then
10328 case "x$with_xcursor" in
10329 x) wine_notices="$wine_notices|libxcursor ${notice_platform}development files not found, the Xcursor extension won't be supported." ;;
10330 xno) ;;
10331 *) { { $as_echo "$as_me:$LINENO: 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." >&5
10333 $as_echo "$as_me: error: libxcursor ${notice_platform}development files not found, the Xcursor extension won't be supported.
10334 This is an error since --with-xcursor was requested." >&2;}
10335 { (exit 1); exit 1; }; } ;;
10336 esac
10340 if test "$ac_cv_header_X11_extensions_XInput_h" = "yes"
10341 then
10342 { $as_echo "$as_me:$LINENO: checking for -lXi" >&5
10343 $as_echo_n "checking for -lXi... " >&6; }
10344 if test "${ac_cv_lib_soname_Xi+set}" = set; then
10345 $as_echo_n "(cached) " >&6
10346 else
10347 ac_check_soname_save_LIBS=$LIBS
10348 LIBS="-lXi $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
10349 cat >conftest.$ac_ext <<_ACEOF
10350 /* confdefs.h. */
10351 _ACEOF
10352 cat confdefs.h >>conftest.$ac_ext
10353 cat >>conftest.$ac_ext <<_ACEOF
10354 /* end confdefs.h. */
10356 /* Override any GCC internal prototype to avoid an error.
10357 Use char because int might match the return type of a GCC
10358 builtin and then its argument prototype would still apply. */
10359 #ifdef __cplusplus
10360 extern "C"
10361 #endif
10362 char XOpenDevice ();
10364 main ()
10366 return XOpenDevice ();
10368 return 0;
10370 _ACEOF
10371 rm -f conftest.$ac_objext conftest$ac_exeext
10372 if { (ac_try="$ac_link"
10373 case "(($ac_try" in
10374 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10375 *) ac_try_echo=$ac_try;;
10376 esac
10377 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
10378 $as_echo "$ac_try_echo") >&5
10379 (eval "$ac_link") 2>conftest.er1
10380 ac_status=$?
10381 grep -v '^ *+' conftest.er1 >conftest.err
10382 rm -f conftest.er1
10383 cat conftest.err >&5
10384 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
10385 (exit $ac_status); } && {
10386 test -z "$ac_c_werror_flag" ||
10387 test ! -s conftest.err
10388 } && test -s conftest$ac_exeext && {
10389 test "$cross_compiling" = yes ||
10390 $as_test_x conftest$ac_exeext
10391 }; then
10392 case "$LIBEXT" in
10393 dll) ;;
10394 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'` ;;
10395 *) ac_cv_lib_soname_Xi=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXi\\.$LIBEXT" | sed -e "s/^.*\(libXi\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
10396 esac
10397 else
10398 $as_echo "$as_me: failed program was:" >&5
10399 sed 's/^/| /' conftest.$ac_ext >&5
10404 rm -rf conftest.dSYM
10405 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10406 conftest$ac_exeext conftest.$ac_ext
10407 LIBS=$ac_check_soname_save_LIBS
10409 if test "x$ac_cv_lib_soname_Xi" = "x"; then
10410 { $as_echo "$as_me:$LINENO: result: not found" >&5
10411 $as_echo "not found" >&6; }
10413 else
10414 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_Xi" >&5
10415 $as_echo "$ac_cv_lib_soname_Xi" >&6; }
10417 cat >>confdefs.h <<_ACEOF
10418 #define SONAME_LIBXI "$ac_cv_lib_soname_Xi"
10419 _ACEOF
10425 if test "x$ac_cv_lib_soname_Xi" = "x"; then
10426 case "x$with_xinput" in
10427 x) wine_notices="$wine_notices|libxi ${notice_platform}development files not found, the Xinput extension won't be supported." ;;
10428 xno) ;;
10429 *) { { $as_echo "$as_me:$LINENO: 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." >&5
10431 $as_echo "$as_me: error: libxi ${notice_platform}development files not found, the Xinput extension won't be supported.
10432 This is an error since --with-xinput was requested." >&2;}
10433 { (exit 1); exit 1; }; } ;;
10434 esac
10438 if test "$ac_cv_header_X11_extensions_XShm_h" = "yes"
10439 then
10440 { $as_echo "$as_me:$LINENO: checking for XShmQueryExtension in -lXext" >&5
10441 $as_echo_n "checking for XShmQueryExtension in -lXext... " >&6; }
10442 if test "${ac_cv_lib_Xext_XShmQueryExtension+set}" = set; then
10443 $as_echo_n "(cached) " >&6
10444 else
10445 ac_check_lib_save_LIBS=$LIBS
10446 LIBS="-lXext $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
10447 cat >conftest.$ac_ext <<_ACEOF
10448 /* confdefs.h. */
10449 _ACEOF
10450 cat confdefs.h >>conftest.$ac_ext
10451 cat >>conftest.$ac_ext <<_ACEOF
10452 /* end confdefs.h. */
10454 /* Override any GCC internal prototype to avoid an error.
10455 Use char because int might match the return type of a GCC
10456 builtin and then its argument prototype would still apply. */
10457 #ifdef __cplusplus
10458 extern "C"
10459 #endif
10460 char XShmQueryExtension ();
10462 main ()
10464 return XShmQueryExtension ();
10466 return 0;
10468 _ACEOF
10469 rm -f conftest.$ac_objext conftest$ac_exeext
10470 if { (ac_try="$ac_link"
10471 case "(($ac_try" in
10472 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10473 *) ac_try_echo=$ac_try;;
10474 esac
10475 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
10476 $as_echo "$ac_try_echo") >&5
10477 (eval "$ac_link") 2>conftest.er1
10478 ac_status=$?
10479 grep -v '^ *+' conftest.er1 >conftest.err
10480 rm -f conftest.er1
10481 cat conftest.err >&5
10482 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
10483 (exit $ac_status); } && {
10484 test -z "$ac_c_werror_flag" ||
10485 test ! -s conftest.err
10486 } && test -s conftest$ac_exeext && {
10487 test "$cross_compiling" = yes ||
10488 $as_test_x conftest$ac_exeext
10489 }; then
10490 ac_cv_lib_Xext_XShmQueryExtension=yes
10491 else
10492 $as_echo "$as_me: failed program was:" >&5
10493 sed 's/^/| /' conftest.$ac_ext >&5
10495 ac_cv_lib_Xext_XShmQueryExtension=no
10498 rm -rf conftest.dSYM
10499 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10500 conftest$ac_exeext conftest.$ac_ext
10501 LIBS=$ac_check_lib_save_LIBS
10503 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_Xext_XShmQueryExtension" >&5
10504 $as_echo "$ac_cv_lib_Xext_XShmQueryExtension" >&6; }
10505 if test "x$ac_cv_lib_Xext_XShmQueryExtension" = x""yes; then
10507 cat >>confdefs.h <<\_ACEOF
10508 #define HAVE_LIBXXSHM 1
10509 _ACEOF
10514 if test "$ac_cv_lib_Xext_XShmQueryExtension" != "yes"; then
10515 case "x$with_xshm" in
10516 x) wine_notices="$wine_notices|XShm ${notice_platform}development files not found, X Shared Memory won't be supported." ;;
10517 xno) ;;
10518 *) { { $as_echo "$as_me:$LINENO: 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." >&5
10520 $as_echo "$as_me: error: XShm ${notice_platform}development files not found, X Shared Memory won't be supported.
10521 This is an error since --with-xshm was requested." >&2;}
10522 { (exit 1); exit 1; }; } ;;
10523 esac
10527 if test "$ac_cv_header_X11_extensions_shape_h" = "yes"
10528 then
10529 { $as_echo "$as_me:$LINENO: checking for XShapeQueryExtension in -lXext" >&5
10530 $as_echo_n "checking for XShapeQueryExtension in -lXext... " >&6; }
10531 if test "${ac_cv_lib_Xext_XShapeQueryExtension+set}" = set; then
10532 $as_echo_n "(cached) " >&6
10533 else
10534 ac_check_lib_save_LIBS=$LIBS
10535 LIBS="-lXext $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
10536 cat >conftest.$ac_ext <<_ACEOF
10537 /* confdefs.h. */
10538 _ACEOF
10539 cat confdefs.h >>conftest.$ac_ext
10540 cat >>conftest.$ac_ext <<_ACEOF
10541 /* end confdefs.h. */
10543 /* Override any GCC internal prototype to avoid an error.
10544 Use char because int might match the return type of a GCC
10545 builtin and then its argument prototype would still apply. */
10546 #ifdef __cplusplus
10547 extern "C"
10548 #endif
10549 char XShapeQueryExtension ();
10551 main ()
10553 return XShapeQueryExtension ();
10555 return 0;
10557 _ACEOF
10558 rm -f conftest.$ac_objext conftest$ac_exeext
10559 if { (ac_try="$ac_link"
10560 case "(($ac_try" in
10561 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10562 *) ac_try_echo=$ac_try;;
10563 esac
10564 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
10565 $as_echo "$ac_try_echo") >&5
10566 (eval "$ac_link") 2>conftest.er1
10567 ac_status=$?
10568 grep -v '^ *+' conftest.er1 >conftest.err
10569 rm -f conftest.er1
10570 cat conftest.err >&5
10571 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
10572 (exit $ac_status); } && {
10573 test -z "$ac_c_werror_flag" ||
10574 test ! -s conftest.err
10575 } && test -s conftest$ac_exeext && {
10576 test "$cross_compiling" = yes ||
10577 $as_test_x conftest$ac_exeext
10578 }; then
10579 ac_cv_lib_Xext_XShapeQueryExtension=yes
10580 else
10581 $as_echo "$as_me: failed program was:" >&5
10582 sed 's/^/| /' conftest.$ac_ext >&5
10584 ac_cv_lib_Xext_XShapeQueryExtension=no
10587 rm -rf conftest.dSYM
10588 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10589 conftest$ac_exeext conftest.$ac_ext
10590 LIBS=$ac_check_lib_save_LIBS
10592 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_Xext_XShapeQueryExtension" >&5
10593 $as_echo "$ac_cv_lib_Xext_XShapeQueryExtension" >&6; }
10594 if test "x$ac_cv_lib_Xext_XShapeQueryExtension" = x""yes; then
10596 cat >>confdefs.h <<\_ACEOF
10597 #define HAVE_LIBXSHAPE 1
10598 _ACEOF
10603 if test "$ac_cv_lib_Xext_XShapeQueryExtension" != "yes"; then
10604 case "x$with_xshape" in
10605 x) wine_notices="$wine_notices|XShape ${notice_platform}development files not found, XShape won't be supported." ;;
10606 xno) ;;
10607 *) { { $as_echo "$as_me:$LINENO: error: XShape ${notice_platform}development files not found, XShape won't be supported.
10608 This is an error since --with-xshape was requested." >&5
10609 $as_echo "$as_me: error: XShape ${notice_platform}development files not found, XShape won't be supported.
10610 This is an error since --with-xshape was requested." >&2;}
10611 { (exit 1); exit 1; }; } ;;
10612 esac
10616 if test "$ac_cv_header_X11_extensions_xf86vmode_h" = "yes"
10617 then
10618 { $as_echo "$as_me:$LINENO: checking for -lXxf86vm" >&5
10619 $as_echo_n "checking for -lXxf86vm... " >&6; }
10620 if test "${ac_cv_lib_soname_Xxf86vm+set}" = set; then
10621 $as_echo_n "(cached) " >&6
10622 else
10623 ac_check_soname_save_LIBS=$LIBS
10624 LIBS="-lXxf86vm $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
10625 cat >conftest.$ac_ext <<_ACEOF
10626 /* confdefs.h. */
10627 _ACEOF
10628 cat confdefs.h >>conftest.$ac_ext
10629 cat >>conftest.$ac_ext <<_ACEOF
10630 /* end confdefs.h. */
10632 /* Override any GCC internal prototype to avoid an error.
10633 Use char because int might match the return type of a GCC
10634 builtin and then its argument prototype would still apply. */
10635 #ifdef __cplusplus
10636 extern "C"
10637 #endif
10638 char XF86VidModeQueryExtension ();
10640 main ()
10642 return XF86VidModeQueryExtension ();
10644 return 0;
10646 _ACEOF
10647 rm -f conftest.$ac_objext conftest$ac_exeext
10648 if { (ac_try="$ac_link"
10649 case "(($ac_try" in
10650 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10651 *) ac_try_echo=$ac_try;;
10652 esac
10653 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
10654 $as_echo "$ac_try_echo") >&5
10655 (eval "$ac_link") 2>conftest.er1
10656 ac_status=$?
10657 grep -v '^ *+' conftest.er1 >conftest.err
10658 rm -f conftest.er1
10659 cat conftest.err >&5
10660 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
10661 (exit $ac_status); } && {
10662 test -z "$ac_c_werror_flag" ||
10663 test ! -s conftest.err
10664 } && test -s conftest$ac_exeext && {
10665 test "$cross_compiling" = yes ||
10666 $as_test_x conftest$ac_exeext
10667 }; then
10668 case "$LIBEXT" in
10669 dll) ;;
10670 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'` ;;
10671 *) ac_cv_lib_soname_Xxf86vm=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXxf86vm\\.$LIBEXT" | sed -e "s/^.*\(libXxf86vm\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
10672 esac
10673 else
10674 $as_echo "$as_me: failed program was:" >&5
10675 sed 's/^/| /' conftest.$ac_ext >&5
10680 rm -rf conftest.dSYM
10681 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10682 conftest$ac_exeext conftest.$ac_ext
10683 LIBS=$ac_check_soname_save_LIBS
10685 if test "x$ac_cv_lib_soname_Xxf86vm" = "x"; then
10686 { $as_echo "$as_me:$LINENO: result: not found" >&5
10687 $as_echo "not found" >&6; }
10689 else
10690 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_Xxf86vm" >&5
10691 $as_echo "$ac_cv_lib_soname_Xxf86vm" >&6; }
10693 cat >>confdefs.h <<_ACEOF
10694 #define SONAME_LIBXXF86VM "$ac_cv_lib_soname_Xxf86vm"
10695 _ACEOF
10701 if test "x$ac_cv_lib_soname_Xxf86vm" = "x"; then
10702 case "x$with_xxf86vm" in
10703 x) wine_notices="$wine_notices|libXxf86vm ${notice_platform}development files not found, XFree86 Vidmode won't be supported." ;;
10704 xno) ;;
10705 *) { { $as_echo "$as_me:$LINENO: error: libXxf86vm ${notice_platform}development files not found, XFree86 Vidmode won't be supported.
10706 This is an error since --with-xxf86vm was requested." >&5
10707 $as_echo "$as_me: error: libXxf86vm ${notice_platform}development files not found, XFree86 Vidmode won't be supported.
10708 This is an error since --with-xxf86vm was requested." >&2;}
10709 { (exit 1); exit 1; }; } ;;
10710 esac
10714 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"
10715 then
10716 { $as_echo "$as_me:$LINENO: checking for -lXrender" >&5
10717 $as_echo_n "checking for -lXrender... " >&6; }
10718 if test "${ac_cv_lib_soname_Xrender+set}" = set; then
10719 $as_echo_n "(cached) " >&6
10720 else
10721 ac_check_soname_save_LIBS=$LIBS
10722 LIBS="-lXrender $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
10723 cat >conftest.$ac_ext <<_ACEOF
10724 /* confdefs.h. */
10725 _ACEOF
10726 cat confdefs.h >>conftest.$ac_ext
10727 cat >>conftest.$ac_ext <<_ACEOF
10728 /* end confdefs.h. */
10730 /* Override any GCC internal prototype to avoid an error.
10731 Use char because int might match the return type of a GCC
10732 builtin and then its argument prototype would still apply. */
10733 #ifdef __cplusplus
10734 extern "C"
10735 #endif
10736 char XRenderQueryExtension ();
10738 main ()
10740 return XRenderQueryExtension ();
10742 return 0;
10744 _ACEOF
10745 rm -f conftest.$ac_objext conftest$ac_exeext
10746 if { (ac_try="$ac_link"
10747 case "(($ac_try" in
10748 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10749 *) ac_try_echo=$ac_try;;
10750 esac
10751 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
10752 $as_echo "$ac_try_echo") >&5
10753 (eval "$ac_link") 2>conftest.er1
10754 ac_status=$?
10755 grep -v '^ *+' conftest.er1 >conftest.err
10756 rm -f conftest.er1
10757 cat conftest.err >&5
10758 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
10759 (exit $ac_status); } && {
10760 test -z "$ac_c_werror_flag" ||
10761 test ! -s conftest.err
10762 } && test -s conftest$ac_exeext && {
10763 test "$cross_compiling" = yes ||
10764 $as_test_x conftest$ac_exeext
10765 }; then
10766 case "$LIBEXT" in
10767 dll) ;;
10768 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'` ;;
10769 *) ac_cv_lib_soname_Xrender=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXrender\\.$LIBEXT" | sed -e "s/^.*\(libXrender\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
10770 esac
10771 else
10772 $as_echo "$as_me: failed program was:" >&5
10773 sed 's/^/| /' conftest.$ac_ext >&5
10778 rm -rf conftest.dSYM
10779 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10780 conftest$ac_exeext conftest.$ac_ext
10781 LIBS=$ac_check_soname_save_LIBS
10783 if test "x$ac_cv_lib_soname_Xrender" = "x"; then
10784 { $as_echo "$as_me:$LINENO: result: not found" >&5
10785 $as_echo "not found" >&6; }
10787 else
10788 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_Xrender" >&5
10789 $as_echo "$ac_cv_lib_soname_Xrender" >&6; }
10791 cat >>confdefs.h <<_ACEOF
10792 #define SONAME_LIBXRENDER "$ac_cv_lib_soname_Xrender"
10793 _ACEOF
10795 { $as_echo "$as_me:$LINENO: checking for XRenderSetPictureTransform in -lXrender" >&5
10796 $as_echo_n "checking for XRenderSetPictureTransform in -lXrender... " >&6; }
10797 if test "${ac_cv_lib_Xrender_XRenderSetPictureTransform+set}" = set; then
10798 $as_echo_n "(cached) " >&6
10799 else
10800 ac_check_lib_save_LIBS=$LIBS
10801 LIBS="-lXrender $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
10802 cat >conftest.$ac_ext <<_ACEOF
10803 /* confdefs.h. */
10804 _ACEOF
10805 cat confdefs.h >>conftest.$ac_ext
10806 cat >>conftest.$ac_ext <<_ACEOF
10807 /* end confdefs.h. */
10809 /* Override any GCC internal prototype to avoid an error.
10810 Use char because int might match the return type of a GCC
10811 builtin and then its argument prototype would still apply. */
10812 #ifdef __cplusplus
10813 extern "C"
10814 #endif
10815 char XRenderSetPictureTransform ();
10817 main ()
10819 return XRenderSetPictureTransform ();
10821 return 0;
10823 _ACEOF
10824 rm -f conftest.$ac_objext conftest$ac_exeext
10825 if { (ac_try="$ac_link"
10826 case "(($ac_try" in
10827 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10828 *) ac_try_echo=$ac_try;;
10829 esac
10830 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
10831 $as_echo "$ac_try_echo") >&5
10832 (eval "$ac_link") 2>conftest.er1
10833 ac_status=$?
10834 grep -v '^ *+' conftest.er1 >conftest.err
10835 rm -f conftest.er1
10836 cat conftest.err >&5
10837 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
10838 (exit $ac_status); } && {
10839 test -z "$ac_c_werror_flag" ||
10840 test ! -s conftest.err
10841 } && test -s conftest$ac_exeext && {
10842 test "$cross_compiling" = yes ||
10843 $as_test_x conftest$ac_exeext
10844 }; then
10845 ac_cv_lib_Xrender_XRenderSetPictureTransform=yes
10846 else
10847 $as_echo "$as_me: failed program was:" >&5
10848 sed 's/^/| /' conftest.$ac_ext >&5
10850 ac_cv_lib_Xrender_XRenderSetPictureTransform=no
10853 rm -rf conftest.dSYM
10854 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10855 conftest$ac_exeext conftest.$ac_ext
10856 LIBS=$ac_check_lib_save_LIBS
10858 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_Xrender_XRenderSetPictureTransform" >&5
10859 $as_echo "$ac_cv_lib_Xrender_XRenderSetPictureTransform" >&6; }
10860 if test "x$ac_cv_lib_Xrender_XRenderSetPictureTransform" = x""yes; then
10862 cat >>confdefs.h <<\_ACEOF
10863 #define HAVE_XRENDERSETPICTURETRANSFORM 1
10864 _ACEOF
10872 if test "x$ac_cv_lib_soname_Xrender" = "x"; then
10873 case "x$with_xrender" in
10874 x) wine_warnings="$wine_warnings|libxrender ${notice_platform}development files not found, XRender won't be supported." ;;
10875 xno) ;;
10876 *) { { $as_echo "$as_me:$LINENO: error: libxrender ${notice_platform}development files not found, XRender won't be supported.
10877 This is an error since --with-xrender was requested." >&5
10878 $as_echo "$as_me: error: libxrender ${notice_platform}development files not found, XRender won't be supported.
10879 This is an error since --with-xrender was requested." >&2;}
10880 { (exit 1); exit 1; }; } ;;
10881 esac
10885 if test "$ac_cv_header_X11_extensions_Xrandr_h" = "yes" -a "x$ac_cv_lib_soname_Xrender" != "x"
10886 then
10887 cat >conftest.$ac_ext <<_ACEOF
10888 /* confdefs.h. */
10889 _ACEOF
10890 cat confdefs.h >>conftest.$ac_ext
10891 cat >>conftest.$ac_ext <<_ACEOF
10892 /* end confdefs.h. */
10893 #include <X11/Xlib.h>
10894 #include <X11/extensions/Xrandr.h>
10896 main ()
10898 static typeof(XRRSetScreenConfigAndRate) * func;
10900 return 0;
10902 _ACEOF
10903 rm -f conftest.$ac_objext
10904 if { (ac_try="$ac_compile"
10905 case "(($ac_try" in
10906 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10907 *) ac_try_echo=$ac_try;;
10908 esac
10909 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
10910 $as_echo "$ac_try_echo") >&5
10911 (eval "$ac_compile") 2>conftest.er1
10912 ac_status=$?
10913 grep -v '^ *+' conftest.er1 >conftest.err
10914 rm -f conftest.er1
10915 cat conftest.err >&5
10916 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
10917 (exit $ac_status); } && {
10918 test -z "$ac_c_werror_flag" ||
10919 test ! -s conftest.err
10920 } && test -s conftest.$ac_objext; then
10921 { $as_echo "$as_me:$LINENO: checking for -lXrandr" >&5
10922 $as_echo_n "checking for -lXrandr... " >&6; }
10923 if test "${ac_cv_lib_soname_Xrandr+set}" = set; then
10924 $as_echo_n "(cached) " >&6
10925 else
10926 ac_check_soname_save_LIBS=$LIBS
10927 LIBS="-lXrandr $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
10928 cat >conftest.$ac_ext <<_ACEOF
10929 /* confdefs.h. */
10930 _ACEOF
10931 cat confdefs.h >>conftest.$ac_ext
10932 cat >>conftest.$ac_ext <<_ACEOF
10933 /* end confdefs.h. */
10935 /* Override any GCC internal prototype to avoid an error.
10936 Use char because int might match the return type of a GCC
10937 builtin and then its argument prototype would still apply. */
10938 #ifdef __cplusplus
10939 extern "C"
10940 #endif
10941 char XRRQueryExtension ();
10943 main ()
10945 return XRRQueryExtension ();
10947 return 0;
10949 _ACEOF
10950 rm -f conftest.$ac_objext conftest$ac_exeext
10951 if { (ac_try="$ac_link"
10952 case "(($ac_try" in
10953 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10954 *) ac_try_echo=$ac_try;;
10955 esac
10956 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
10957 $as_echo "$ac_try_echo") >&5
10958 (eval "$ac_link") 2>conftest.er1
10959 ac_status=$?
10960 grep -v '^ *+' conftest.er1 >conftest.err
10961 rm -f conftest.er1
10962 cat conftest.err >&5
10963 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
10964 (exit $ac_status); } && {
10965 test -z "$ac_c_werror_flag" ||
10966 test ! -s conftest.err
10967 } && test -s conftest$ac_exeext && {
10968 test "$cross_compiling" = yes ||
10969 $as_test_x conftest$ac_exeext
10970 }; then
10971 case "$LIBEXT" in
10972 dll) ;;
10973 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'` ;;
10974 *) ac_cv_lib_soname_Xrandr=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXrandr\\.$LIBEXT" | sed -e "s/^.*\(libXrandr\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
10975 esac
10976 else
10977 $as_echo "$as_me: failed program was:" >&5
10978 sed 's/^/| /' conftest.$ac_ext >&5
10983 rm -rf conftest.dSYM
10984 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10985 conftest$ac_exeext conftest.$ac_ext
10986 LIBS=$ac_check_soname_save_LIBS
10988 if test "x$ac_cv_lib_soname_Xrandr" = "x"; then
10989 { $as_echo "$as_me:$LINENO: result: not found" >&5
10990 $as_echo "not found" >&6; }
10992 else
10993 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_Xrandr" >&5
10994 $as_echo "$ac_cv_lib_soname_Xrandr" >&6; }
10996 cat >>confdefs.h <<_ACEOF
10997 #define SONAME_LIBXRANDR "$ac_cv_lib_soname_Xrandr"
10998 _ACEOF
11003 else
11004 $as_echo "$as_me: failed program was:" >&5
11005 sed 's/^/| /' conftest.$ac_ext >&5
11010 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11012 if test "x$ac_cv_lib_soname_Xrandr" = "x"; then
11013 case "x$with_xrandr" in
11014 x) wine_notices="$wine_notices|libxrandr ${notice_platform}development files not found, XRandr won't be supported." ;;
11015 xno) ;;
11016 *) { { $as_echo "$as_me:$LINENO: error: libxrandr ${notice_platform}development files not found, XRandr won't be supported.
11017 This is an error since --with-xrandr was requested." >&5
11018 $as_echo "$as_me: error: libxrandr ${notice_platform}development files not found, XRandr won't be supported.
11019 This is an error since --with-xrandr was requested." >&2;}
11020 { (exit 1); exit 1; }; } ;;
11021 esac
11025 if test "$ac_cv_header_X11_extensions_Xinerama_h" = "yes"
11026 then
11027 cat >conftest.$ac_ext <<_ACEOF
11028 /* confdefs.h. */
11029 _ACEOF
11030 cat confdefs.h >>conftest.$ac_ext
11031 cat >>conftest.$ac_ext <<_ACEOF
11032 /* end confdefs.h. */
11033 #include <X11/Xlib.h>
11034 #include <X11/extensions/Xinerama.h>
11036 main ()
11038 static typeof(XineramaQueryScreens) * func;
11040 return 0;
11042 _ACEOF
11043 rm -f conftest.$ac_objext
11044 if { (ac_try="$ac_compile"
11045 case "(($ac_try" in
11046 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11047 *) ac_try_echo=$ac_try;;
11048 esac
11049 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
11050 $as_echo "$ac_try_echo") >&5
11051 (eval "$ac_compile") 2>conftest.er1
11052 ac_status=$?
11053 grep -v '^ *+' conftest.er1 >conftest.err
11054 rm -f conftest.er1
11055 cat conftest.err >&5
11056 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
11057 (exit $ac_status); } && {
11058 test -z "$ac_c_werror_flag" ||
11059 test ! -s conftest.err
11060 } && test -s conftest.$ac_objext; then
11061 { $as_echo "$as_me:$LINENO: checking for -lXinerama" >&5
11062 $as_echo_n "checking for -lXinerama... " >&6; }
11063 if test "${ac_cv_lib_soname_Xinerama+set}" = set; then
11064 $as_echo_n "(cached) " >&6
11065 else
11066 ac_check_soname_save_LIBS=$LIBS
11067 LIBS="-lXinerama $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
11068 cat >conftest.$ac_ext <<_ACEOF
11069 /* confdefs.h. */
11070 _ACEOF
11071 cat confdefs.h >>conftest.$ac_ext
11072 cat >>conftest.$ac_ext <<_ACEOF
11073 /* end confdefs.h. */
11075 /* Override any GCC internal prototype to avoid an error.
11076 Use char because int might match the return type of a GCC
11077 builtin and then its argument prototype would still apply. */
11078 #ifdef __cplusplus
11079 extern "C"
11080 #endif
11081 char XineramaQueryScreens ();
11083 main ()
11085 return XineramaQueryScreens ();
11087 return 0;
11089 _ACEOF
11090 rm -f conftest.$ac_objext conftest$ac_exeext
11091 if { (ac_try="$ac_link"
11092 case "(($ac_try" in
11093 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11094 *) ac_try_echo=$ac_try;;
11095 esac
11096 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
11097 $as_echo "$ac_try_echo") >&5
11098 (eval "$ac_link") 2>conftest.er1
11099 ac_status=$?
11100 grep -v '^ *+' conftest.er1 >conftest.err
11101 rm -f conftest.er1
11102 cat conftest.err >&5
11103 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
11104 (exit $ac_status); } && {
11105 test -z "$ac_c_werror_flag" ||
11106 test ! -s conftest.err
11107 } && test -s conftest$ac_exeext && {
11108 test "$cross_compiling" = yes ||
11109 $as_test_x conftest$ac_exeext
11110 }; then
11111 case "$LIBEXT" in
11112 dll) ;;
11113 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'` ;;
11114 *) ac_cv_lib_soname_Xinerama=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXinerama\\.$LIBEXT" | sed -e "s/^.*\(libXinerama\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
11115 esac
11116 else
11117 $as_echo "$as_me: failed program was:" >&5
11118 sed 's/^/| /' conftest.$ac_ext >&5
11123 rm -rf conftest.dSYM
11124 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
11125 conftest$ac_exeext conftest.$ac_ext
11126 LIBS=$ac_check_soname_save_LIBS
11128 if test "x$ac_cv_lib_soname_Xinerama" = "x"; then
11129 { $as_echo "$as_me:$LINENO: result: not found" >&5
11130 $as_echo "not found" >&6; }
11132 else
11133 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_Xinerama" >&5
11134 $as_echo "$ac_cv_lib_soname_Xinerama" >&6; }
11136 cat >>confdefs.h <<_ACEOF
11137 #define SONAME_LIBXINERAMA "$ac_cv_lib_soname_Xinerama"
11138 _ACEOF
11143 else
11144 $as_echo "$as_me: failed program was:" >&5
11145 sed 's/^/| /' conftest.$ac_ext >&5
11150 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11152 if test "x$ac_cv_lib_soname_Xinerama" = "x"; then
11153 case "x$with_xinerama" in
11154 x) wine_notices="$wine_notices|libxinerama ${notice_platform}development files not found, multi-monitor setups won't be supported." ;;
11155 xno) ;;
11156 *) { { $as_echo "$as_me:$LINENO: 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." >&5
11158 $as_echo "$as_me: error: libxinerama ${notice_platform}development files not found, multi-monitor setups won't be supported.
11159 This is an error since --with-xinerama was requested." >&2;}
11160 { (exit 1); exit 1; }; } ;;
11161 esac
11165 if test "$ac_cv_header_X11_extensions_Xcomposite_h" = "yes"
11166 then
11167 { $as_echo "$as_me:$LINENO: checking for -lXcomposite" >&5
11168 $as_echo_n "checking for -lXcomposite... " >&6; }
11169 if test "${ac_cv_lib_soname_Xcomposite+set}" = set; then
11170 $as_echo_n "(cached) " >&6
11171 else
11172 ac_check_soname_save_LIBS=$LIBS
11173 LIBS="-lXcomposite $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
11174 cat >conftest.$ac_ext <<_ACEOF
11175 /* confdefs.h. */
11176 _ACEOF
11177 cat confdefs.h >>conftest.$ac_ext
11178 cat >>conftest.$ac_ext <<_ACEOF
11179 /* end confdefs.h. */
11181 /* Override any GCC internal prototype to avoid an error.
11182 Use char because int might match the return type of a GCC
11183 builtin and then its argument prototype would still apply. */
11184 #ifdef __cplusplus
11185 extern "C"
11186 #endif
11187 char XCompositeRedirectWindow ();
11189 main ()
11191 return XCompositeRedirectWindow ();
11193 return 0;
11195 _ACEOF
11196 rm -f conftest.$ac_objext conftest$ac_exeext
11197 if { (ac_try="$ac_link"
11198 case "(($ac_try" in
11199 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11200 *) ac_try_echo=$ac_try;;
11201 esac
11202 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
11203 $as_echo "$ac_try_echo") >&5
11204 (eval "$ac_link") 2>conftest.er1
11205 ac_status=$?
11206 grep -v '^ *+' conftest.er1 >conftest.err
11207 rm -f conftest.er1
11208 cat conftest.err >&5
11209 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
11210 (exit $ac_status); } && {
11211 test -z "$ac_c_werror_flag" ||
11212 test ! -s conftest.err
11213 } && test -s conftest$ac_exeext && {
11214 test "$cross_compiling" = yes ||
11215 $as_test_x conftest$ac_exeext
11216 }; then
11217 case "$LIBEXT" in
11218 dll) ;;
11219 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'` ;;
11220 *) ac_cv_lib_soname_Xcomposite=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXcomposite\\.$LIBEXT" | sed -e "s/^.*\(libXcomposite\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
11221 esac
11222 else
11223 $as_echo "$as_me: failed program was:" >&5
11224 sed 's/^/| /' conftest.$ac_ext >&5
11229 rm -rf conftest.dSYM
11230 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
11231 conftest$ac_exeext conftest.$ac_ext
11232 LIBS=$ac_check_soname_save_LIBS
11234 if test "x$ac_cv_lib_soname_Xcomposite" = "x"; then
11235 { $as_echo "$as_me:$LINENO: result: not found" >&5
11236 $as_echo "not found" >&6; }
11238 else
11239 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_Xcomposite" >&5
11240 $as_echo "$ac_cv_lib_soname_Xcomposite" >&6; }
11242 cat >>confdefs.h <<_ACEOF
11243 #define SONAME_LIBXCOMPOSITE "$ac_cv_lib_soname_Xcomposite"
11244 _ACEOF
11250 if test "x$ac_cv_lib_soname_Xcomposite" = "x"; then
11251 case "x$with_xcomposite" in
11252 x) wine_notices="$wine_notices|libxcomposite ${notice_platform}development files not found, Xcomposite won't be supported." ;;
11253 xno) ;;
11254 *) { { $as_echo "$as_me:$LINENO: error: libxcomposite ${notice_platform}development files not found, Xcomposite won't be supported.
11255 This is an error since --with-xcomposite was requested." >&5
11256 $as_echo "$as_me: error: libxcomposite ${notice_platform}development files not found, Xcomposite won't be supported.
11257 This is an error since --with-xcomposite was requested." >&2;}
11258 { (exit 1); exit 1; }; } ;;
11259 esac
11263 { $as_echo "$as_me:$LINENO: checking for XICCallback.callback" >&5
11264 $as_echo_n "checking for XICCallback.callback... " >&6; }
11265 if test "${ac_cv_member_XICCallback_callback+set}" = set; then
11266 $as_echo_n "(cached) " >&6
11267 else
11268 cat >conftest.$ac_ext <<_ACEOF
11269 /* confdefs.h. */
11270 _ACEOF
11271 cat confdefs.h >>conftest.$ac_ext
11272 cat >>conftest.$ac_ext <<_ACEOF
11273 /* end confdefs.h. */
11274 #ifdef HAVE_X11_XLIB_H
11275 #include <X11/Xlib.h>
11276 #endif
11279 main ()
11281 static XICCallback ac_aggr;
11282 if (ac_aggr.callback)
11283 return 0;
11285 return 0;
11287 _ACEOF
11288 rm -f conftest.$ac_objext
11289 if { (ac_try="$ac_compile"
11290 case "(($ac_try" in
11291 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11292 *) ac_try_echo=$ac_try;;
11293 esac
11294 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
11295 $as_echo "$ac_try_echo") >&5
11296 (eval "$ac_compile") 2>conftest.er1
11297 ac_status=$?
11298 grep -v '^ *+' conftest.er1 >conftest.err
11299 rm -f conftest.er1
11300 cat conftest.err >&5
11301 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
11302 (exit $ac_status); } && {
11303 test -z "$ac_c_werror_flag" ||
11304 test ! -s conftest.err
11305 } && test -s conftest.$ac_objext; then
11306 ac_cv_member_XICCallback_callback=yes
11307 else
11308 $as_echo "$as_me: failed program was:" >&5
11309 sed 's/^/| /' conftest.$ac_ext >&5
11311 cat >conftest.$ac_ext <<_ACEOF
11312 /* confdefs.h. */
11313 _ACEOF
11314 cat confdefs.h >>conftest.$ac_ext
11315 cat >>conftest.$ac_ext <<_ACEOF
11316 /* end confdefs.h. */
11317 #ifdef HAVE_X11_XLIB_H
11318 #include <X11/Xlib.h>
11319 #endif
11322 main ()
11324 static XICCallback ac_aggr;
11325 if (sizeof ac_aggr.callback)
11326 return 0;
11328 return 0;
11330 _ACEOF
11331 rm -f conftest.$ac_objext
11332 if { (ac_try="$ac_compile"
11333 case "(($ac_try" in
11334 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11335 *) ac_try_echo=$ac_try;;
11336 esac
11337 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
11338 $as_echo "$ac_try_echo") >&5
11339 (eval "$ac_compile") 2>conftest.er1
11340 ac_status=$?
11341 grep -v '^ *+' conftest.er1 >conftest.err
11342 rm -f conftest.er1
11343 cat conftest.err >&5
11344 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
11345 (exit $ac_status); } && {
11346 test -z "$ac_c_werror_flag" ||
11347 test ! -s conftest.err
11348 } && test -s conftest.$ac_objext; then
11349 ac_cv_member_XICCallback_callback=yes
11350 else
11351 $as_echo "$as_me: failed program was:" >&5
11352 sed 's/^/| /' conftest.$ac_ext >&5
11354 ac_cv_member_XICCallback_callback=no
11357 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11360 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11362 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_XICCallback_callback" >&5
11363 $as_echo "$ac_cv_member_XICCallback_callback" >&6; }
11364 if test "x$ac_cv_member_XICCallback_callback" = x""yes; then
11366 cat >>confdefs.h <<_ACEOF
11367 #define HAVE_XICCALLBACK_CALLBACK 1
11368 _ACEOF
11375 opengl_msg=""
11376 if test "x$with_opengl" != "xno"
11377 then
11382 for ac_header in GL/gl.h GL/glx.h GL/glext.h GL/glu.h
11384 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
11385 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
11386 $as_echo_n "checking for $ac_header... " >&6; }
11387 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
11388 $as_echo_n "(cached) " >&6
11389 else
11390 cat >conftest.$ac_ext <<_ACEOF
11391 /* confdefs.h. */
11392 _ACEOF
11393 cat confdefs.h >>conftest.$ac_ext
11394 cat >>conftest.$ac_ext <<_ACEOF
11395 /* end confdefs.h. */
11396 #ifdef HAVE_GL_GLX_H
11397 # include <GL/glx.h>
11398 #endif
11400 #include <$ac_header>
11401 _ACEOF
11402 rm -f conftest.$ac_objext
11403 if { (ac_try="$ac_compile"
11404 case "(($ac_try" in
11405 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11406 *) ac_try_echo=$ac_try;;
11407 esac
11408 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
11409 $as_echo "$ac_try_echo") >&5
11410 (eval "$ac_compile") 2>conftest.er1
11411 ac_status=$?
11412 grep -v '^ *+' conftest.er1 >conftest.err
11413 rm -f conftest.er1
11414 cat conftest.err >&5
11415 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
11416 (exit $ac_status); } && {
11417 test -z "$ac_c_werror_flag" ||
11418 test ! -s conftest.err
11419 } && test -s conftest.$ac_objext; then
11420 eval "$as_ac_Header=yes"
11421 else
11422 $as_echo "$as_me: failed program was:" >&5
11423 sed 's/^/| /' conftest.$ac_ext >&5
11425 eval "$as_ac_Header=no"
11428 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11430 ac_res=`eval 'as_val=${'$as_ac_Header'}
11431 $as_echo "$as_val"'`
11432 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
11433 $as_echo "$ac_res" >&6; }
11434 as_val=`eval 'as_val=${'$as_ac_Header'}
11435 $as_echo "$as_val"'`
11436 if test "x$as_val" = x""yes; then
11437 cat >>confdefs.h <<_ACEOF
11438 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
11439 _ACEOF
11443 done
11445 if test "$ac_cv_header_GL_gl_h" = "yes" -a "$ac_cv_header_GL_glx_h" = "yes"
11446 then
11447 { $as_echo "$as_me:$LINENO: checking for up-to-date OpenGL version" >&5
11448 $as_echo_n "checking for up-to-date OpenGL version... " >&6; }
11449 if test "${wine_cv_opengl_header_version_OK+set}" = set; then
11450 $as_echo_n "(cached) " >&6
11451 else
11452 cat >conftest.$ac_ext <<_ACEOF
11453 /* confdefs.h. */
11454 _ACEOF
11455 cat confdefs.h >>conftest.$ac_ext
11456 cat >>conftest.$ac_ext <<_ACEOF
11457 /* end confdefs.h. */
11458 #include <GL/gl.h>
11460 main ()
11462 GLenum test = GL_UNSIGNED_SHORT_5_6_5;
11464 return 0;
11466 _ACEOF
11467 rm -f conftest.$ac_objext
11468 if { (ac_try="$ac_compile"
11469 case "(($ac_try" in
11470 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11471 *) ac_try_echo=$ac_try;;
11472 esac
11473 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
11474 $as_echo "$ac_try_echo") >&5
11475 (eval "$ac_compile") 2>conftest.er1
11476 ac_status=$?
11477 grep -v '^ *+' conftest.er1 >conftest.err
11478 rm -f conftest.er1
11479 cat conftest.err >&5
11480 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
11481 (exit $ac_status); } && {
11482 test -z "$ac_c_werror_flag" ||
11483 test ! -s conftest.err
11484 } && test -s conftest.$ac_objext; then
11485 wine_cv_opengl_header_version_OK="yes"
11486 else
11487 $as_echo "$as_me: failed program was:" >&5
11488 sed 's/^/| /' conftest.$ac_ext >&5
11490 wine_cv_opengl_header_version_OK="no"
11493 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11495 { $as_echo "$as_me:$LINENO: result: $wine_cv_opengl_header_version_OK" >&5
11496 $as_echo "$wine_cv_opengl_header_version_OK" >&6; }
11498 if test "$wine_cv_opengl_header_version_OK" = "yes"
11499 then
11500 { $as_echo "$as_me:$LINENO: checking for -lGL" >&5
11501 $as_echo_n "checking for -lGL... " >&6; }
11502 if test "${ac_cv_lib_soname_GL+set}" = set; then
11503 $as_echo_n "(cached) " >&6
11504 else
11505 ac_check_soname_save_LIBS=$LIBS
11506 LIBS="-lGL $X_LIBS -lXext -lX11 -lm $X_EXTRA_LIBS $LIBS"
11507 cat >conftest.$ac_ext <<_ACEOF
11508 /* confdefs.h. */
11509 _ACEOF
11510 cat confdefs.h >>conftest.$ac_ext
11511 cat >>conftest.$ac_ext <<_ACEOF
11512 /* end confdefs.h. */
11514 /* Override any GCC internal prototype to avoid an error.
11515 Use char because int might match the return type of a GCC
11516 builtin and then its argument prototype would still apply. */
11517 #ifdef __cplusplus
11518 extern "C"
11519 #endif
11520 char glXCreateContext ();
11522 main ()
11524 return glXCreateContext ();
11526 return 0;
11528 _ACEOF
11529 rm -f conftest.$ac_objext conftest$ac_exeext
11530 if { (ac_try="$ac_link"
11531 case "(($ac_try" in
11532 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11533 *) ac_try_echo=$ac_try;;
11534 esac
11535 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
11536 $as_echo "$ac_try_echo") >&5
11537 (eval "$ac_link") 2>conftest.er1
11538 ac_status=$?
11539 grep -v '^ *+' conftest.er1 >conftest.err
11540 rm -f conftest.er1
11541 cat conftest.err >&5
11542 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
11543 (exit $ac_status); } && {
11544 test -z "$ac_c_werror_flag" ||
11545 test ! -s conftest.err
11546 } && test -s conftest$ac_exeext && {
11547 test "$cross_compiling" = yes ||
11548 $as_test_x conftest$ac_exeext
11549 }; then
11550 case "$LIBEXT" in
11551 dll) ;;
11552 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'` ;;
11553 *) ac_cv_lib_soname_GL=`$ac_cv_path_LDD conftest$ac_exeext | grep "libGL\\.$LIBEXT" | sed -e "s/^.*\(libGL\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
11554 esac
11555 else
11556 $as_echo "$as_me: failed program was:" >&5
11557 sed 's/^/| /' conftest.$ac_ext >&5
11562 rm -rf conftest.dSYM
11563 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
11564 conftest$ac_exeext conftest.$ac_ext
11565 LIBS=$ac_check_soname_save_LIBS
11567 if test "x$ac_cv_lib_soname_GL" = "x"; then
11568 { $as_echo "$as_me:$LINENO: result: not found" >&5
11569 $as_echo "not found" >&6; }
11570 { $as_echo "$as_me:$LINENO: checking for -lGL" >&5
11571 $as_echo_n "checking for -lGL... " >&6; }
11572 if test "${ac_cv_lib_soname_GL+set}" = set; then
11573 $as_echo_n "(cached) " >&6
11574 else
11575 ac_check_soname_save_LIBS=$LIBS
11576 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"
11577 cat >conftest.$ac_ext <<_ACEOF
11578 /* confdefs.h. */
11579 _ACEOF
11580 cat confdefs.h >>conftest.$ac_ext
11581 cat >>conftest.$ac_ext <<_ACEOF
11582 /* end confdefs.h. */
11584 /* Override any GCC internal prototype to avoid an error.
11585 Use char because int might match the return type of a GCC
11586 builtin and then its argument prototype would still apply. */
11587 #ifdef __cplusplus
11588 extern "C"
11589 #endif
11590 char glXCreateContext ();
11592 main ()
11594 return glXCreateContext ();
11596 return 0;
11598 _ACEOF
11599 rm -f conftest.$ac_objext conftest$ac_exeext
11600 if { (ac_try="$ac_link"
11601 case "(($ac_try" in
11602 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11603 *) ac_try_echo=$ac_try;;
11604 esac
11605 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
11606 $as_echo "$ac_try_echo") >&5
11607 (eval "$ac_link") 2>conftest.er1
11608 ac_status=$?
11609 grep -v '^ *+' conftest.er1 >conftest.err
11610 rm -f conftest.er1
11611 cat conftest.err >&5
11612 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
11613 (exit $ac_status); } && {
11614 test -z "$ac_c_werror_flag" ||
11615 test ! -s conftest.err
11616 } && test -s conftest$ac_exeext && {
11617 test "$cross_compiling" = yes ||
11618 $as_test_x conftest$ac_exeext
11619 }; then
11620 case "$LIBEXT" in
11621 dll) ;;
11622 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'` ;;
11623 *) ac_cv_lib_soname_GL=`$ac_cv_path_LDD conftest$ac_exeext | grep "libGL\\.$LIBEXT" | sed -e "s/^.*\(libGL\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
11624 esac
11625 else
11626 $as_echo "$as_me: failed program was:" >&5
11627 sed 's/^/| /' conftest.$ac_ext >&5
11632 rm -rf conftest.dSYM
11633 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
11634 conftest$ac_exeext conftest.$ac_ext
11635 LIBS=$ac_check_soname_save_LIBS
11637 if test "x$ac_cv_lib_soname_GL" = "x"; then
11638 { $as_echo "$as_me:$LINENO: result: not found" >&5
11639 $as_echo "not found" >&6; }
11640 if test -f /usr/X11R6/lib/libGL.a
11641 then
11642 opengl_msg="/usr/X11R6/lib/libGL.a is present on your system.
11643 This probably prevents linking to OpenGL. Try deleting the file and restarting configure."
11644 else
11645 opengl_msg="No OpenGL library found on this system."
11647 else
11648 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_GL" >&5
11649 $as_echo "$ac_cv_lib_soname_GL" >&6; }
11651 cat >>confdefs.h <<_ACEOF
11652 #define SONAME_LIBGL "$ac_cv_lib_soname_GL"
11653 _ACEOF
11655 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"
11657 cat >>confdefs.h <<\_ACEOF
11658 #define HAVE_OPENGL 1
11659 _ACEOF
11663 else
11664 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_GL" >&5
11665 $as_echo "$ac_cv_lib_soname_GL" >&6; }
11667 cat >>confdefs.h <<_ACEOF
11668 #define SONAME_LIBGL "$ac_cv_lib_soname_GL"
11669 _ACEOF
11671 OPENGL_LIBS="-lGL"
11673 cat >>confdefs.h <<\_ACEOF
11674 #define HAVE_OPENGL 1
11675 _ACEOF
11679 if test "$ac_cv_header_GL_glu_h" = "yes"
11680 then
11681 { $as_echo "$as_me:$LINENO: checking for -lGLU" >&5
11682 $as_echo_n "checking for -lGLU... " >&6; }
11683 if test "${ac_cv_lib_soname_GLU+set}" = set; then
11684 $as_echo_n "(cached) " >&6
11685 else
11686 ac_check_soname_save_LIBS=$LIBS
11687 LIBS="-lGLU $OPENGL_LIBS $X_LIBS $X_PRE_LIBS -lXext -lX11 -lm $X_EXTRA_LIBS $LIBS"
11688 cat >conftest.$ac_ext <<_ACEOF
11689 /* confdefs.h. */
11690 _ACEOF
11691 cat confdefs.h >>conftest.$ac_ext
11692 cat >>conftest.$ac_ext <<_ACEOF
11693 /* end confdefs.h. */
11695 /* Override any GCC internal prototype to avoid an error.
11696 Use char because int might match the return type of a GCC
11697 builtin and then its argument prototype would still apply. */
11698 #ifdef __cplusplus
11699 extern "C"
11700 #endif
11701 char gluLookAt ();
11703 main ()
11705 return gluLookAt ();
11707 return 0;
11709 _ACEOF
11710 rm -f conftest.$ac_objext conftest$ac_exeext
11711 if { (ac_try="$ac_link"
11712 case "(($ac_try" in
11713 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11714 *) ac_try_echo=$ac_try;;
11715 esac
11716 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
11717 $as_echo "$ac_try_echo") >&5
11718 (eval "$ac_link") 2>conftest.er1
11719 ac_status=$?
11720 grep -v '^ *+' conftest.er1 >conftest.err
11721 rm -f conftest.er1
11722 cat conftest.err >&5
11723 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
11724 (exit $ac_status); } && {
11725 test -z "$ac_c_werror_flag" ||
11726 test ! -s conftest.err
11727 } && test -s conftest$ac_exeext && {
11728 test "$cross_compiling" = yes ||
11729 $as_test_x conftest$ac_exeext
11730 }; then
11731 case "$LIBEXT" in
11732 dll) ;;
11733 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'` ;;
11734 *) ac_cv_lib_soname_GLU=`$ac_cv_path_LDD conftest$ac_exeext | grep "libGLU\\.$LIBEXT" | sed -e "s/^.*\(libGLU\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
11735 esac
11736 else
11737 $as_echo "$as_me: failed program was:" >&5
11738 sed 's/^/| /' conftest.$ac_ext >&5
11743 rm -rf conftest.dSYM
11744 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
11745 conftest$ac_exeext conftest.$ac_ext
11746 LIBS=$ac_check_soname_save_LIBS
11748 if test "x$ac_cv_lib_soname_GLU" = "x"; then
11749 { $as_echo "$as_me:$LINENO: result: not found" >&5
11750 $as_echo "not found" >&6; }
11752 else
11753 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_GLU" >&5
11754 $as_echo "$ac_cv_lib_soname_GLU" >&6; }
11756 cat >>confdefs.h <<_ACEOF
11757 #define SONAME_LIBGLU "$ac_cv_lib_soname_GLU"
11758 _ACEOF
11764 if test "x$ac_cv_lib_soname_GLU" = "x"; then
11765 case "x$with_glu" in
11766 x) wine_notices="$wine_notices|libGLU ${notice_platform}development files not found, GLU won't be supported." ;;
11767 xno) ;;
11768 *) { { $as_echo "$as_me:$LINENO: error: libGLU ${notice_platform}development files not found, GLU won't be supported.
11769 This is an error since --with-glu was requested." >&5
11770 $as_echo "$as_me: error: libGLU ${notice_platform}development files not found, GLU won't be supported.
11771 This is an error since --with-glu was requested." >&2;}
11772 { (exit 1); exit 1; }; } ;;
11773 esac
11776 else
11777 opengl_msg="Old Mesa headers detected. Consider upgrading your Mesa libraries."
11779 else
11780 opengl_msg="OpenGL development headers not found."
11782 test -n "$opengl_msg" && enable_opengl32=${enable_opengl32:-no}
11783 test "x$ac_cv_lib_soname_GLU" = "x" && enable_glu32=${enable_glu32:-no}
11784 else
11785 enable_opengl32=${enable_opengl32:-no}
11786 enable_glu32=${enable_glu32:-no}
11788 if test -n "$opengl_msg"; then
11789 case "x$with_opengl" in
11790 x) wine_warnings="$wine_warnings|$opengl_msg
11791 OpenGL and Direct3D won't be supported." ;;
11792 xno) ;;
11793 *) { { $as_echo "$as_me:$LINENO: error: $opengl_msg
11794 OpenGL and Direct3D won't be supported.
11795 This is an error since --with-opengl was requested." >&5
11796 $as_echo "$as_me: error: $opengl_msg
11797 OpenGL and Direct3D won't be supported.
11798 This is an error since --with-opengl was requested." >&2;}
11799 { (exit 1); exit 1; }; } ;;
11800 esac
11804 NASLIBS=""
11807 for ac_header in audio/audiolib.h
11809 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
11810 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
11811 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
11812 $as_echo_n "checking for $ac_header... " >&6; }
11813 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
11814 $as_echo_n "(cached) " >&6
11816 ac_res=`eval 'as_val=${'$as_ac_Header'}
11817 $as_echo "$as_val"'`
11818 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
11819 $as_echo "$ac_res" >&6; }
11820 else
11821 # Is the header compilable?
11822 { $as_echo "$as_me:$LINENO: checking $ac_header usability" >&5
11823 $as_echo_n "checking $ac_header usability... " >&6; }
11824 cat >conftest.$ac_ext <<_ACEOF
11825 /* confdefs.h. */
11826 _ACEOF
11827 cat confdefs.h >>conftest.$ac_ext
11828 cat >>conftest.$ac_ext <<_ACEOF
11829 /* end confdefs.h. */
11830 $ac_includes_default
11831 #include <$ac_header>
11832 _ACEOF
11833 rm -f conftest.$ac_objext
11834 if { (ac_try="$ac_compile"
11835 case "(($ac_try" in
11836 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11837 *) ac_try_echo=$ac_try;;
11838 esac
11839 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
11840 $as_echo "$ac_try_echo") >&5
11841 (eval "$ac_compile") 2>conftest.er1
11842 ac_status=$?
11843 grep -v '^ *+' conftest.er1 >conftest.err
11844 rm -f conftest.er1
11845 cat conftest.err >&5
11846 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
11847 (exit $ac_status); } && {
11848 test -z "$ac_c_werror_flag" ||
11849 test ! -s conftest.err
11850 } && test -s conftest.$ac_objext; then
11851 ac_header_compiler=yes
11852 else
11853 $as_echo "$as_me: failed program was:" >&5
11854 sed 's/^/| /' conftest.$ac_ext >&5
11856 ac_header_compiler=no
11859 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11860 { $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
11861 $as_echo "$ac_header_compiler" >&6; }
11863 # Is the header present?
11864 { $as_echo "$as_me:$LINENO: checking $ac_header presence" >&5
11865 $as_echo_n "checking $ac_header presence... " >&6; }
11866 cat >conftest.$ac_ext <<_ACEOF
11867 /* confdefs.h. */
11868 _ACEOF
11869 cat confdefs.h >>conftest.$ac_ext
11870 cat >>conftest.$ac_ext <<_ACEOF
11871 /* end confdefs.h. */
11872 #include <$ac_header>
11873 _ACEOF
11874 if { (ac_try="$ac_cpp conftest.$ac_ext"
11875 case "(($ac_try" in
11876 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11877 *) ac_try_echo=$ac_try;;
11878 esac
11879 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
11880 $as_echo "$ac_try_echo") >&5
11881 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
11882 ac_status=$?
11883 grep -v '^ *+' conftest.er1 >conftest.err
11884 rm -f conftest.er1
11885 cat conftest.err >&5
11886 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
11887 (exit $ac_status); } >/dev/null && {
11888 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
11889 test ! -s conftest.err
11890 }; then
11891 ac_header_preproc=yes
11892 else
11893 $as_echo "$as_me: failed program was:" >&5
11894 sed 's/^/| /' conftest.$ac_ext >&5
11896 ac_header_preproc=no
11899 rm -f conftest.err conftest.$ac_ext
11900 { $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
11901 $as_echo "$ac_header_preproc" >&6; }
11903 # So? What about this header?
11904 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
11905 yes:no: )
11906 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
11907 $as_echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
11908 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
11909 $as_echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
11910 ac_header_preproc=yes
11912 no:yes:* )
11913 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
11914 $as_echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
11915 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
11916 $as_echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
11917 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
11918 $as_echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
11919 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
11920 $as_echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
11921 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
11922 $as_echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
11923 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
11924 $as_echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
11925 ( cat <<\_ASBOX
11926 ## ------------------------------------ ##
11927 ## Report this to wine-devel@winehq.org ##
11928 ## ------------------------------------ ##
11929 _ASBOX
11930 ) | sed "s/^/$as_me: WARNING: /" >&2
11932 esac
11933 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
11934 $as_echo_n "checking for $ac_header... " >&6; }
11935 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
11936 $as_echo_n "(cached) " >&6
11937 else
11938 eval "$as_ac_Header=\$ac_header_preproc"
11940 ac_res=`eval 'as_val=${'$as_ac_Header'}
11941 $as_echo "$as_val"'`
11942 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
11943 $as_echo "$ac_res" >&6; }
11946 as_val=`eval 'as_val=${'$as_ac_Header'}
11947 $as_echo "$as_val"'`
11948 if test "x$as_val" = x""yes; then
11949 cat >>confdefs.h <<_ACEOF
11950 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
11951 _ACEOF
11953 for ac_header in audio/soundlib.h
11955 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
11956 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
11957 $as_echo_n "checking for $ac_header... " >&6; }
11958 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
11959 $as_echo_n "(cached) " >&6
11960 else
11961 cat >conftest.$ac_ext <<_ACEOF
11962 /* confdefs.h. */
11963 _ACEOF
11964 cat confdefs.h >>conftest.$ac_ext
11965 cat >>conftest.$ac_ext <<_ACEOF
11966 /* end confdefs.h. */
11967 #include <audio/audiolib.h>
11969 #include <$ac_header>
11970 _ACEOF
11971 rm -f conftest.$ac_objext
11972 if { (ac_try="$ac_compile"
11973 case "(($ac_try" in
11974 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11975 *) ac_try_echo=$ac_try;;
11976 esac
11977 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
11978 $as_echo "$ac_try_echo") >&5
11979 (eval "$ac_compile") 2>conftest.er1
11980 ac_status=$?
11981 grep -v '^ *+' conftest.er1 >conftest.err
11982 rm -f conftest.er1
11983 cat conftest.err >&5
11984 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
11985 (exit $ac_status); } && {
11986 test -z "$ac_c_werror_flag" ||
11987 test ! -s conftest.err
11988 } && test -s conftest.$ac_objext; then
11989 eval "$as_ac_Header=yes"
11990 else
11991 $as_echo "$as_me: failed program was:" >&5
11992 sed 's/^/| /' conftest.$ac_ext >&5
11994 eval "$as_ac_Header=no"
11997 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11999 ac_res=`eval 'as_val=${'$as_ac_Header'}
12000 $as_echo "$as_val"'`
12001 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
12002 $as_echo "$ac_res" >&6; }
12003 as_val=`eval 'as_val=${'$as_ac_Header'}
12004 $as_echo "$as_val"'`
12005 if test "x$as_val" = x""yes; then
12006 cat >>confdefs.h <<_ACEOF
12007 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
12008 _ACEOF
12012 done
12014 { $as_echo "$as_me:$LINENO: checking for AuCreateFlow in -laudio" >&5
12015 $as_echo_n "checking for AuCreateFlow in -laudio... " >&6; }
12016 if test "${ac_cv_lib_audio_AuCreateFlow+set}" = set; then
12017 $as_echo_n "(cached) " >&6
12018 else
12019 ac_check_lib_save_LIBS=$LIBS
12020 LIBS="-laudio -lXt $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
12021 cat >conftest.$ac_ext <<_ACEOF
12022 /* confdefs.h. */
12023 _ACEOF
12024 cat confdefs.h >>conftest.$ac_ext
12025 cat >>conftest.$ac_ext <<_ACEOF
12026 /* end confdefs.h. */
12028 /* Override any GCC internal prototype to avoid an error.
12029 Use char because int might match the return type of a GCC
12030 builtin and then its argument prototype would still apply. */
12031 #ifdef __cplusplus
12032 extern "C"
12033 #endif
12034 char AuCreateFlow ();
12036 main ()
12038 return AuCreateFlow ();
12040 return 0;
12042 _ACEOF
12043 rm -f conftest.$ac_objext conftest$ac_exeext
12044 if { (ac_try="$ac_link"
12045 case "(($ac_try" in
12046 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12047 *) ac_try_echo=$ac_try;;
12048 esac
12049 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
12050 $as_echo "$ac_try_echo") >&5
12051 (eval "$ac_link") 2>conftest.er1
12052 ac_status=$?
12053 grep -v '^ *+' conftest.er1 >conftest.err
12054 rm -f conftest.er1
12055 cat conftest.err >&5
12056 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
12057 (exit $ac_status); } && {
12058 test -z "$ac_c_werror_flag" ||
12059 test ! -s conftest.err
12060 } && test -s conftest$ac_exeext && {
12061 test "$cross_compiling" = yes ||
12062 $as_test_x conftest$ac_exeext
12063 }; then
12064 ac_cv_lib_audio_AuCreateFlow=yes
12065 else
12066 $as_echo "$as_me: failed program was:" >&5
12067 sed 's/^/| /' conftest.$ac_ext >&5
12069 ac_cv_lib_audio_AuCreateFlow=no
12072 rm -rf conftest.dSYM
12073 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
12074 conftest$ac_exeext conftest.$ac_ext
12075 LIBS=$ac_check_lib_save_LIBS
12077 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_audio_AuCreateFlow" >&5
12078 $as_echo "$ac_cv_lib_audio_AuCreateFlow" >&6; }
12079 if test "x$ac_cv_lib_audio_AuCreateFlow" = x""yes; then
12081 cat >>confdefs.h <<\_ACEOF
12082 #define HAVE_NAS 1
12083 _ACEOF
12085 { $as_echo "$as_me:$LINENO: checking for XauGetBestAuthByAddr in -lXau" >&5
12086 $as_echo_n "checking for XauGetBestAuthByAddr in -lXau... " >&6; }
12087 if test "${ac_cv_lib_Xau_XauGetBestAuthByAddr+set}" = set; then
12088 $as_echo_n "(cached) " >&6
12089 else
12090 ac_check_lib_save_LIBS=$LIBS
12091 LIBS="-lXau $X_LIBS $LIBS"
12092 cat >conftest.$ac_ext <<_ACEOF
12093 /* confdefs.h. */
12094 _ACEOF
12095 cat confdefs.h >>conftest.$ac_ext
12096 cat >>conftest.$ac_ext <<_ACEOF
12097 /* end confdefs.h. */
12099 /* Override any GCC internal prototype to avoid an error.
12100 Use char because int might match the return type of a GCC
12101 builtin and then its argument prototype would still apply. */
12102 #ifdef __cplusplus
12103 extern "C"
12104 #endif
12105 char XauGetBestAuthByAddr ();
12107 main ()
12109 return XauGetBestAuthByAddr ();
12111 return 0;
12113 _ACEOF
12114 rm -f conftest.$ac_objext conftest$ac_exeext
12115 if { (ac_try="$ac_link"
12116 case "(($ac_try" in
12117 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12118 *) ac_try_echo=$ac_try;;
12119 esac
12120 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
12121 $as_echo "$ac_try_echo") >&5
12122 (eval "$ac_link") 2>conftest.er1
12123 ac_status=$?
12124 grep -v '^ *+' conftest.er1 >conftest.err
12125 rm -f conftest.er1
12126 cat conftest.err >&5
12127 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
12128 (exit $ac_status); } && {
12129 test -z "$ac_c_werror_flag" ||
12130 test ! -s conftest.err
12131 } && test -s conftest$ac_exeext && {
12132 test "$cross_compiling" = yes ||
12133 $as_test_x conftest$ac_exeext
12134 }; then
12135 ac_cv_lib_Xau_XauGetBestAuthByAddr=yes
12136 else
12137 $as_echo "$as_me: failed program was:" >&5
12138 sed 's/^/| /' conftest.$ac_ext >&5
12140 ac_cv_lib_Xau_XauGetBestAuthByAddr=no
12143 rm -rf conftest.dSYM
12144 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
12145 conftest$ac_exeext conftest.$ac_ext
12146 LIBS=$ac_check_lib_save_LIBS
12148 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_Xau_XauGetBestAuthByAddr" >&5
12149 $as_echo "$ac_cv_lib_Xau_XauGetBestAuthByAddr" >&6; }
12150 if test "x$ac_cv_lib_Xau_XauGetBestAuthByAddr" = x""yes; then
12151 NASLIBS="-lXau -laudio -lXt $X_LIBS -lXext -lX11 $X_EXTRA_LIBS"
12152 else
12153 NASLIBS="-laudio -lXt $X_LIBS -lXext -lX11 $X_EXTRA_LIBS"
12161 done
12164 CPPFLAGS="$ac_save_CPPFLAGS"
12165 else
12166 XLIB=""
12167 X_CFLAGS=""
12168 X_LIBS=""
12169 enable_winex11_drv=${enable_winex11_drv:-no}
12170 enable_opengl32=${enable_opengl32:-no}
12171 enable_glu32=${enable_glu32:-no}
12173 if test "x$XLIB" = "x"; then
12174 case "x$with_x" in
12175 xno) ;;
12176 *) { { $as_echo "$as_me:$LINENO: error: X ${notice_platform}development files not found. Wine will be built
12177 without X support, which probably isn't what you want. You will need to install
12178 ${notice_platform}development packages of Xlib/Xfree86 at the very least.
12179 Use the --without-x option if you really want this." >&5
12180 $as_echo "$as_me: error: X ${notice_platform}development files not found. Wine will be built
12181 without X support, which probably isn't what you want. You will need to install
12182 ${notice_platform}development packages of Xlib/Xfree86 at the very least.
12183 Use the --without-x option if you really want this." >&2;}
12184 { (exit 1); exit 1; }; } ;;
12185 esac
12190 XML2LIBS=""
12192 XML2INCL=""
12194 XSLTINCL=""
12196 if test "x$with_xml" != "xno"
12197 then
12198 ac_save_CPPFLAGS="$CPPFLAGS"
12199 if test "$PKG_CONFIG" != "false"
12200 then
12201 ac_xml_libs="`$PKG_CONFIG --libs libxml-2.0 2>/dev/null`"
12202 ac_xml_cflags="`$PKG_CONFIG --cflags libxml-2.0 2>/dev/null`"
12203 else
12204 ac_xml_libs="`xml2-config --libs 2>/dev/null`"
12205 ac_xml_cflags="`xml2-config --cflags 2>/dev/null`"
12207 CPPFLAGS="$CPPFLAGS $ac_xml_cflags"
12209 for ac_header in libxml/parser.h
12211 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
12212 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
12213 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
12214 $as_echo_n "checking for $ac_header... " >&6; }
12215 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
12216 $as_echo_n "(cached) " >&6
12218 ac_res=`eval 'as_val=${'$as_ac_Header'}
12219 $as_echo "$as_val"'`
12220 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
12221 $as_echo "$ac_res" >&6; }
12222 else
12223 # Is the header compilable?
12224 { $as_echo "$as_me:$LINENO: checking $ac_header usability" >&5
12225 $as_echo_n "checking $ac_header usability... " >&6; }
12226 cat >conftest.$ac_ext <<_ACEOF
12227 /* confdefs.h. */
12228 _ACEOF
12229 cat confdefs.h >>conftest.$ac_ext
12230 cat >>conftest.$ac_ext <<_ACEOF
12231 /* end confdefs.h. */
12232 $ac_includes_default
12233 #include <$ac_header>
12234 _ACEOF
12235 rm -f conftest.$ac_objext
12236 if { (ac_try="$ac_compile"
12237 case "(($ac_try" in
12238 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12239 *) ac_try_echo=$ac_try;;
12240 esac
12241 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
12242 $as_echo "$ac_try_echo") >&5
12243 (eval "$ac_compile") 2>conftest.er1
12244 ac_status=$?
12245 grep -v '^ *+' conftest.er1 >conftest.err
12246 rm -f conftest.er1
12247 cat conftest.err >&5
12248 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
12249 (exit $ac_status); } && {
12250 test -z "$ac_c_werror_flag" ||
12251 test ! -s conftest.err
12252 } && test -s conftest.$ac_objext; then
12253 ac_header_compiler=yes
12254 else
12255 $as_echo "$as_me: failed program was:" >&5
12256 sed 's/^/| /' conftest.$ac_ext >&5
12258 ac_header_compiler=no
12261 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
12262 { $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
12263 $as_echo "$ac_header_compiler" >&6; }
12265 # Is the header present?
12266 { $as_echo "$as_me:$LINENO: checking $ac_header presence" >&5
12267 $as_echo_n "checking $ac_header presence... " >&6; }
12268 cat >conftest.$ac_ext <<_ACEOF
12269 /* confdefs.h. */
12270 _ACEOF
12271 cat confdefs.h >>conftest.$ac_ext
12272 cat >>conftest.$ac_ext <<_ACEOF
12273 /* end confdefs.h. */
12274 #include <$ac_header>
12275 _ACEOF
12276 if { (ac_try="$ac_cpp conftest.$ac_ext"
12277 case "(($ac_try" in
12278 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12279 *) ac_try_echo=$ac_try;;
12280 esac
12281 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
12282 $as_echo "$ac_try_echo") >&5
12283 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
12284 ac_status=$?
12285 grep -v '^ *+' conftest.er1 >conftest.err
12286 rm -f conftest.er1
12287 cat conftest.err >&5
12288 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
12289 (exit $ac_status); } >/dev/null && {
12290 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
12291 test ! -s conftest.err
12292 }; then
12293 ac_header_preproc=yes
12294 else
12295 $as_echo "$as_me: failed program was:" >&5
12296 sed 's/^/| /' conftest.$ac_ext >&5
12298 ac_header_preproc=no
12301 rm -f conftest.err conftest.$ac_ext
12302 { $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
12303 $as_echo "$ac_header_preproc" >&6; }
12305 # So? What about this header?
12306 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
12307 yes:no: )
12308 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
12309 $as_echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
12310 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
12311 $as_echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
12312 ac_header_preproc=yes
12314 no:yes:* )
12315 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
12316 $as_echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
12317 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
12318 $as_echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
12319 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
12320 $as_echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
12321 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
12322 $as_echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
12323 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
12324 $as_echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
12325 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
12326 $as_echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
12327 ( cat <<\_ASBOX
12328 ## ------------------------------------ ##
12329 ## Report this to wine-devel@winehq.org ##
12330 ## ------------------------------------ ##
12331 _ASBOX
12332 ) | sed "s/^/$as_me: WARNING: /" >&2
12334 esac
12335 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
12336 $as_echo_n "checking for $ac_header... " >&6; }
12337 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
12338 $as_echo_n "(cached) " >&6
12339 else
12340 eval "$as_ac_Header=\$ac_header_preproc"
12342 ac_res=`eval 'as_val=${'$as_ac_Header'}
12343 $as_echo "$as_val"'`
12344 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
12345 $as_echo "$ac_res" >&6; }
12348 as_val=`eval 'as_val=${'$as_ac_Header'}
12349 $as_echo "$as_val"'`
12350 if test "x$as_val" = x""yes; then
12351 cat >>confdefs.h <<_ACEOF
12352 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
12353 _ACEOF
12354 { $as_echo "$as_me:$LINENO: checking for xmlParseMemory in -lxml2" >&5
12355 $as_echo_n "checking for xmlParseMemory in -lxml2... " >&6; }
12356 if test "${ac_cv_lib_xml2_xmlParseMemory+set}" = set; then
12357 $as_echo_n "(cached) " >&6
12358 else
12359 ac_check_lib_save_LIBS=$LIBS
12360 LIBS="-lxml2 $ac_xml_libs $LIBS"
12361 cat >conftest.$ac_ext <<_ACEOF
12362 /* confdefs.h. */
12363 _ACEOF
12364 cat confdefs.h >>conftest.$ac_ext
12365 cat >>conftest.$ac_ext <<_ACEOF
12366 /* end confdefs.h. */
12368 /* Override any GCC internal prototype to avoid an error.
12369 Use char because int might match the return type of a GCC
12370 builtin and then its argument prototype would still apply. */
12371 #ifdef __cplusplus
12372 extern "C"
12373 #endif
12374 char xmlParseMemory ();
12376 main ()
12378 return xmlParseMemory ();
12380 return 0;
12382 _ACEOF
12383 rm -f conftest.$ac_objext conftest$ac_exeext
12384 if { (ac_try="$ac_link"
12385 case "(($ac_try" in
12386 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12387 *) ac_try_echo=$ac_try;;
12388 esac
12389 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
12390 $as_echo "$ac_try_echo") >&5
12391 (eval "$ac_link") 2>conftest.er1
12392 ac_status=$?
12393 grep -v '^ *+' conftest.er1 >conftest.err
12394 rm -f conftest.er1
12395 cat conftest.err >&5
12396 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
12397 (exit $ac_status); } && {
12398 test -z "$ac_c_werror_flag" ||
12399 test ! -s conftest.err
12400 } && test -s conftest$ac_exeext && {
12401 test "$cross_compiling" = yes ||
12402 $as_test_x conftest$ac_exeext
12403 }; then
12404 ac_cv_lib_xml2_xmlParseMemory=yes
12405 else
12406 $as_echo "$as_me: failed program was:" >&5
12407 sed 's/^/| /' conftest.$ac_ext >&5
12409 ac_cv_lib_xml2_xmlParseMemory=no
12412 rm -rf conftest.dSYM
12413 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
12414 conftest$ac_exeext conftest.$ac_ext
12415 LIBS=$ac_check_lib_save_LIBS
12417 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_xml2_xmlParseMemory" >&5
12418 $as_echo "$ac_cv_lib_xml2_xmlParseMemory" >&6; }
12419 if test "x$ac_cv_lib_xml2_xmlParseMemory" = x""yes; then
12421 cat >>confdefs.h <<\_ACEOF
12422 #define HAVE_LIBXML2 1
12423 _ACEOF
12425 XML2LIBS="$ac_xml_libs"
12426 XML2INCL="$ac_xml_cflags"
12429 { $as_echo "$as_me:$LINENO: checking for xmlReadMemory in -lxml2" >&5
12430 $as_echo_n "checking for xmlReadMemory in -lxml2... " >&6; }
12431 if test "${ac_cv_lib_xml2_xmlReadMemory+set}" = set; then
12432 $as_echo_n "(cached) " >&6
12433 else
12434 ac_check_lib_save_LIBS=$LIBS
12435 LIBS="-lxml2 $ac_xml_libs $LIBS"
12436 cat >conftest.$ac_ext <<_ACEOF
12437 /* confdefs.h. */
12438 _ACEOF
12439 cat confdefs.h >>conftest.$ac_ext
12440 cat >>conftest.$ac_ext <<_ACEOF
12441 /* end confdefs.h. */
12443 /* Override any GCC internal prototype to avoid an error.
12444 Use char because int might match the return type of a GCC
12445 builtin and then its argument prototype would still apply. */
12446 #ifdef __cplusplus
12447 extern "C"
12448 #endif
12449 char xmlReadMemory ();
12451 main ()
12453 return xmlReadMemory ();
12455 return 0;
12457 _ACEOF
12458 rm -f conftest.$ac_objext conftest$ac_exeext
12459 if { (ac_try="$ac_link"
12460 case "(($ac_try" in
12461 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12462 *) ac_try_echo=$ac_try;;
12463 esac
12464 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
12465 $as_echo "$ac_try_echo") >&5
12466 (eval "$ac_link") 2>conftest.er1
12467 ac_status=$?
12468 grep -v '^ *+' conftest.er1 >conftest.err
12469 rm -f conftest.er1
12470 cat conftest.err >&5
12471 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
12472 (exit $ac_status); } && {
12473 test -z "$ac_c_werror_flag" ||
12474 test ! -s conftest.err
12475 } && test -s conftest$ac_exeext && {
12476 test "$cross_compiling" = yes ||
12477 $as_test_x conftest$ac_exeext
12478 }; then
12479 ac_cv_lib_xml2_xmlReadMemory=yes
12480 else
12481 $as_echo "$as_me: failed program was:" >&5
12482 sed 's/^/| /' conftest.$ac_ext >&5
12484 ac_cv_lib_xml2_xmlReadMemory=no
12487 rm -rf conftest.dSYM
12488 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
12489 conftest$ac_exeext conftest.$ac_ext
12490 LIBS=$ac_check_lib_save_LIBS
12492 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_xml2_xmlReadMemory" >&5
12493 $as_echo "$ac_cv_lib_xml2_xmlReadMemory" >&6; }
12494 if test "x$ac_cv_lib_xml2_xmlReadMemory" = x""yes; then
12496 cat >>confdefs.h <<\_ACEOF
12497 #define HAVE_XMLREADMEMORY 1
12498 _ACEOF
12502 { $as_echo "$as_me:$LINENO: checking for xmlNewDocPI in -lxml2" >&5
12503 $as_echo_n "checking for xmlNewDocPI in -lxml2... " >&6; }
12504 if test "${ac_cv_lib_xml2_xmlNewDocPI+set}" = set; then
12505 $as_echo_n "(cached) " >&6
12506 else
12507 ac_check_lib_save_LIBS=$LIBS
12508 LIBS="-lxml2 $ac_xml_libs $LIBS"
12509 cat >conftest.$ac_ext <<_ACEOF
12510 /* confdefs.h. */
12511 _ACEOF
12512 cat confdefs.h >>conftest.$ac_ext
12513 cat >>conftest.$ac_ext <<_ACEOF
12514 /* end confdefs.h. */
12516 /* Override any GCC internal prototype to avoid an error.
12517 Use char because int might match the return type of a GCC
12518 builtin and then its argument prototype would still apply. */
12519 #ifdef __cplusplus
12520 extern "C"
12521 #endif
12522 char xmlNewDocPI ();
12524 main ()
12526 return xmlNewDocPI ();
12528 return 0;
12530 _ACEOF
12531 rm -f conftest.$ac_objext conftest$ac_exeext
12532 if { (ac_try="$ac_link"
12533 case "(($ac_try" in
12534 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12535 *) ac_try_echo=$ac_try;;
12536 esac
12537 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
12538 $as_echo "$ac_try_echo") >&5
12539 (eval "$ac_link") 2>conftest.er1
12540 ac_status=$?
12541 grep -v '^ *+' conftest.er1 >conftest.err
12542 rm -f conftest.er1
12543 cat conftest.err >&5
12544 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
12545 (exit $ac_status); } && {
12546 test -z "$ac_c_werror_flag" ||
12547 test ! -s conftest.err
12548 } && test -s conftest$ac_exeext && {
12549 test "$cross_compiling" = yes ||
12550 $as_test_x conftest$ac_exeext
12551 }; then
12552 ac_cv_lib_xml2_xmlNewDocPI=yes
12553 else
12554 $as_echo "$as_me: failed program was:" >&5
12555 sed 's/^/| /' conftest.$ac_ext >&5
12557 ac_cv_lib_xml2_xmlNewDocPI=no
12560 rm -rf conftest.dSYM
12561 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
12562 conftest$ac_exeext conftest.$ac_ext
12563 LIBS=$ac_check_lib_save_LIBS
12565 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_xml2_xmlNewDocPI" >&5
12566 $as_echo "$ac_cv_lib_xml2_xmlNewDocPI" >&6; }
12567 if test "x$ac_cv_lib_xml2_xmlNewDocPI" = x""yes; then
12569 cat >>confdefs.h <<\_ACEOF
12570 #define HAVE_XMLNEWDOCPI 1
12571 _ACEOF
12578 done
12580 CPPFLAGS="$ac_save_CPPFLAGS"
12582 if test "$ac_cv_lib_xml2_xmlParseMemory" != "yes"; then
12583 case "x$with_xml" in
12584 x) wine_warnings="$wine_warnings|libxml2 ${notice_platform}development files not found, XML won't be supported." ;;
12585 xno) ;;
12586 *) { { $as_echo "$as_me:$LINENO: error: libxml2 ${notice_platform}development files not found, XML won't be supported.
12587 This is an error since --with-xml was requested." >&5
12588 $as_echo "$as_me: error: libxml2 ${notice_platform}development files not found, XML won't be supported.
12589 This is an error since --with-xml was requested." >&2;}
12590 { (exit 1); exit 1; }; } ;;
12591 esac
12595 if test "x$with_xslt" != "xno"
12596 then
12597 if test "$PKG_CONFIG" != "false"
12598 then
12599 ac_xslt_libs="`$PKG_CONFIG --libs libxslt 2>/dev/null`"
12600 ac_xslt_cflags="`$PKG_CONFIG --cflags libxslt 2>/dev/null`"
12601 else
12602 ac_xslt_libs="`xslt-config --libs 2>/dev/null`"
12603 ac_xslt_cflags="`xslt-config --cflags 2>/dev/null`"
12605 ac_save_CPPFLAGS="$CPPFLAGS"
12606 CPPFLAGS="$CPPFLAGS $ac_xslt_cflags"
12609 for ac_header in libxslt/pattern.h libxslt/transform.h
12611 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
12612 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
12613 $as_echo_n "checking for $ac_header... " >&6; }
12614 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
12615 $as_echo_n "(cached) " >&6
12616 else
12617 cat >conftest.$ac_ext <<_ACEOF
12618 /* confdefs.h. */
12619 _ACEOF
12620 cat confdefs.h >>conftest.$ac_ext
12621 cat >>conftest.$ac_ext <<_ACEOF
12622 /* end confdefs.h. */
12623 #ifdef HAVE_LIBXSLT_PATTERN_H
12624 # include <libxslt/pattern.h>
12625 #endif
12627 #include <$ac_header>
12628 _ACEOF
12629 rm -f conftest.$ac_objext
12630 if { (ac_try="$ac_compile"
12631 case "(($ac_try" in
12632 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12633 *) ac_try_echo=$ac_try;;
12634 esac
12635 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
12636 $as_echo "$ac_try_echo") >&5
12637 (eval "$ac_compile") 2>conftest.er1
12638 ac_status=$?
12639 grep -v '^ *+' conftest.er1 >conftest.err
12640 rm -f conftest.er1
12641 cat conftest.err >&5
12642 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
12643 (exit $ac_status); } && {
12644 test -z "$ac_c_werror_flag" ||
12645 test ! -s conftest.err
12646 } && test -s conftest.$ac_objext; then
12647 eval "$as_ac_Header=yes"
12648 else
12649 $as_echo "$as_me: failed program was:" >&5
12650 sed 's/^/| /' conftest.$ac_ext >&5
12652 eval "$as_ac_Header=no"
12655 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
12657 ac_res=`eval 'as_val=${'$as_ac_Header'}
12658 $as_echo "$as_val"'`
12659 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
12660 $as_echo "$ac_res" >&6; }
12661 as_val=`eval 'as_val=${'$as_ac_Header'}
12662 $as_echo "$as_val"'`
12663 if test "x$as_val" = x""yes; then
12664 cat >>confdefs.h <<_ACEOF
12665 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
12666 _ACEOF
12670 done
12672 CPPFLAGS="$ac_save_CPPFLAGS"
12673 if test "$ac_cv_header_libxslt_transform_h" = "yes"
12674 then
12675 { $as_echo "$as_me:$LINENO: checking for -lxslt" >&5
12676 $as_echo_n "checking for -lxslt... " >&6; }
12677 if test "${ac_cv_lib_soname_xslt+set}" = set; then
12678 $as_echo_n "(cached) " >&6
12679 else
12680 ac_check_soname_save_LIBS=$LIBS
12681 LIBS="-lxslt $ac_xslt_libs $LIBS"
12682 cat >conftest.$ac_ext <<_ACEOF
12683 /* confdefs.h. */
12684 _ACEOF
12685 cat confdefs.h >>conftest.$ac_ext
12686 cat >>conftest.$ac_ext <<_ACEOF
12687 /* end confdefs.h. */
12689 /* Override any GCC internal prototype to avoid an error.
12690 Use char because int might match the return type of a GCC
12691 builtin and then its argument prototype would still apply. */
12692 #ifdef __cplusplus
12693 extern "C"
12694 #endif
12695 char xsltCompilePattern ();
12697 main ()
12699 return xsltCompilePattern ();
12701 return 0;
12703 _ACEOF
12704 rm -f conftest.$ac_objext conftest$ac_exeext
12705 if { (ac_try="$ac_link"
12706 case "(($ac_try" in
12707 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12708 *) ac_try_echo=$ac_try;;
12709 esac
12710 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
12711 $as_echo "$ac_try_echo") >&5
12712 (eval "$ac_link") 2>conftest.er1
12713 ac_status=$?
12714 grep -v '^ *+' conftest.er1 >conftest.err
12715 rm -f conftest.er1
12716 cat conftest.err >&5
12717 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
12718 (exit $ac_status); } && {
12719 test -z "$ac_c_werror_flag" ||
12720 test ! -s conftest.err
12721 } && test -s conftest$ac_exeext && {
12722 test "$cross_compiling" = yes ||
12723 $as_test_x conftest$ac_exeext
12724 }; then
12725 case "$LIBEXT" in
12726 dll) ;;
12727 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'` ;;
12728 *) ac_cv_lib_soname_xslt=`$ac_cv_path_LDD conftest$ac_exeext | grep "libxslt\\.$LIBEXT" | sed -e "s/^.*\(libxslt\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
12729 esac
12730 else
12731 $as_echo "$as_me: failed program was:" >&5
12732 sed 's/^/| /' conftest.$ac_ext >&5
12737 rm -rf conftest.dSYM
12738 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
12739 conftest$ac_exeext conftest.$ac_ext
12740 LIBS=$ac_check_soname_save_LIBS
12742 if test "x$ac_cv_lib_soname_xslt" = "x"; then
12743 { $as_echo "$as_me:$LINENO: result: not found" >&5
12744 $as_echo "not found" >&6; }
12746 else
12747 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_xslt" >&5
12748 $as_echo "$ac_cv_lib_soname_xslt" >&6; }
12750 cat >>confdefs.h <<_ACEOF
12751 #define SONAME_LIBXSLT "$ac_cv_lib_soname_xslt"
12752 _ACEOF
12754 XSLTINCL="$ac_xslt_cflags"
12759 if test "x$ac_cv_lib_soname_xslt" = "x"; then
12760 case "x$with_xslt" in
12761 x) wine_warnings="$wine_warnings|libxslt ${notice_platform}development files not found, xslt won't be supported." ;;
12762 xno) ;;
12763 *) { { $as_echo "$as_me:$LINENO: error: libxslt ${notice_platform}development files not found, xslt won't be supported.
12764 This is an error since --with-xslt was requested." >&5
12765 $as_echo "$as_me: error: libxslt ${notice_platform}development files not found, xslt won't be supported.
12766 This is an error since --with-xslt was requested." >&2;}
12767 { (exit 1); exit 1; }; } ;;
12768 esac
12772 HALINCL=""
12774 if test "x$with_hal" != "xno" -a "$PKG_CONFIG" != "false"
12775 then
12776 ac_save_CPPFLAGS="$CPPFLAGS"
12777 ac_hal_libs="`$PKG_CONFIG --libs hal 2>/dev/null`"
12778 ac_hal_cflags="`$PKG_CONFIG --cflags hal 2>/dev/null`"
12779 CPPFLAGS="$CPPFLAGS $ac_hal_cflags"
12782 for ac_header in dbus/dbus.h hal/libhal.h
12784 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
12785 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
12786 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
12787 $as_echo_n "checking for $ac_header... " >&6; }
12788 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
12789 $as_echo_n "(cached) " >&6
12791 ac_res=`eval 'as_val=${'$as_ac_Header'}
12792 $as_echo "$as_val"'`
12793 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
12794 $as_echo "$ac_res" >&6; }
12795 else
12796 # Is the header compilable?
12797 { $as_echo "$as_me:$LINENO: checking $ac_header usability" >&5
12798 $as_echo_n "checking $ac_header usability... " >&6; }
12799 cat >conftest.$ac_ext <<_ACEOF
12800 /* confdefs.h. */
12801 _ACEOF
12802 cat confdefs.h >>conftest.$ac_ext
12803 cat >>conftest.$ac_ext <<_ACEOF
12804 /* end confdefs.h. */
12805 $ac_includes_default
12806 #include <$ac_header>
12807 _ACEOF
12808 rm -f conftest.$ac_objext
12809 if { (ac_try="$ac_compile"
12810 case "(($ac_try" in
12811 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12812 *) ac_try_echo=$ac_try;;
12813 esac
12814 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
12815 $as_echo "$ac_try_echo") >&5
12816 (eval "$ac_compile") 2>conftest.er1
12817 ac_status=$?
12818 grep -v '^ *+' conftest.er1 >conftest.err
12819 rm -f conftest.er1
12820 cat conftest.err >&5
12821 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
12822 (exit $ac_status); } && {
12823 test -z "$ac_c_werror_flag" ||
12824 test ! -s conftest.err
12825 } && test -s conftest.$ac_objext; then
12826 ac_header_compiler=yes
12827 else
12828 $as_echo "$as_me: failed program was:" >&5
12829 sed 's/^/| /' conftest.$ac_ext >&5
12831 ac_header_compiler=no
12834 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
12835 { $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
12836 $as_echo "$ac_header_compiler" >&6; }
12838 # Is the header present?
12839 { $as_echo "$as_me:$LINENO: checking $ac_header presence" >&5
12840 $as_echo_n "checking $ac_header presence... " >&6; }
12841 cat >conftest.$ac_ext <<_ACEOF
12842 /* confdefs.h. */
12843 _ACEOF
12844 cat confdefs.h >>conftest.$ac_ext
12845 cat >>conftest.$ac_ext <<_ACEOF
12846 /* end confdefs.h. */
12847 #include <$ac_header>
12848 _ACEOF
12849 if { (ac_try="$ac_cpp conftest.$ac_ext"
12850 case "(($ac_try" in
12851 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12852 *) ac_try_echo=$ac_try;;
12853 esac
12854 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
12855 $as_echo "$ac_try_echo") >&5
12856 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
12857 ac_status=$?
12858 grep -v '^ *+' conftest.er1 >conftest.err
12859 rm -f conftest.er1
12860 cat conftest.err >&5
12861 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
12862 (exit $ac_status); } >/dev/null && {
12863 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
12864 test ! -s conftest.err
12865 }; then
12866 ac_header_preproc=yes
12867 else
12868 $as_echo "$as_me: failed program was:" >&5
12869 sed 's/^/| /' conftest.$ac_ext >&5
12871 ac_header_preproc=no
12874 rm -f conftest.err conftest.$ac_ext
12875 { $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
12876 $as_echo "$ac_header_preproc" >&6; }
12878 # So? What about this header?
12879 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
12880 yes:no: )
12881 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
12882 $as_echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
12883 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
12884 $as_echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
12885 ac_header_preproc=yes
12887 no:yes:* )
12888 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
12889 $as_echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
12890 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
12891 $as_echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
12892 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
12893 $as_echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
12894 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
12895 $as_echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
12896 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
12897 $as_echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
12898 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
12899 $as_echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
12900 ( cat <<\_ASBOX
12901 ## ------------------------------------ ##
12902 ## Report this to wine-devel@winehq.org ##
12903 ## ------------------------------------ ##
12904 _ASBOX
12905 ) | sed "s/^/$as_me: WARNING: /" >&2
12907 esac
12908 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
12909 $as_echo_n "checking for $ac_header... " >&6; }
12910 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
12911 $as_echo_n "(cached) " >&6
12912 else
12913 eval "$as_ac_Header=\$ac_header_preproc"
12915 ac_res=`eval 'as_val=${'$as_ac_Header'}
12916 $as_echo "$as_val"'`
12917 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
12918 $as_echo "$ac_res" >&6; }
12921 as_val=`eval 'as_val=${'$as_ac_Header'}
12922 $as_echo "$as_val"'`
12923 if test "x$as_val" = x""yes; then
12924 cat >>confdefs.h <<_ACEOF
12925 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
12926 _ACEOF
12930 done
12932 if test "$ac_cv_header_dbus_dbus_h" = "yes" -a "$ac_cv_header_hal_libhal_h" = "yes"
12933 then
12934 { $as_echo "$as_me:$LINENO: checking for dbus_connection_close in -ldbus-1" >&5
12935 $as_echo_n "checking for dbus_connection_close in -ldbus-1... " >&6; }
12936 if test "${ac_cv_lib_dbus_1_dbus_connection_close+set}" = set; then
12937 $as_echo_n "(cached) " >&6
12938 else
12939 ac_check_lib_save_LIBS=$LIBS
12940 LIBS="-ldbus-1 $ac_hal_libs $LIBS"
12941 cat >conftest.$ac_ext <<_ACEOF
12942 /* confdefs.h. */
12943 _ACEOF
12944 cat confdefs.h >>conftest.$ac_ext
12945 cat >>conftest.$ac_ext <<_ACEOF
12946 /* end confdefs.h. */
12948 /* Override any GCC internal prototype to avoid an error.
12949 Use char because int might match the return type of a GCC
12950 builtin and then its argument prototype would still apply. */
12951 #ifdef __cplusplus
12952 extern "C"
12953 #endif
12954 char dbus_connection_close ();
12956 main ()
12958 return dbus_connection_close ();
12960 return 0;
12962 _ACEOF
12963 rm -f conftest.$ac_objext conftest$ac_exeext
12964 if { (ac_try="$ac_link"
12965 case "(($ac_try" in
12966 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12967 *) ac_try_echo=$ac_try;;
12968 esac
12969 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
12970 $as_echo "$ac_try_echo") >&5
12971 (eval "$ac_link") 2>conftest.er1
12972 ac_status=$?
12973 grep -v '^ *+' conftest.er1 >conftest.err
12974 rm -f conftest.er1
12975 cat conftest.err >&5
12976 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
12977 (exit $ac_status); } && {
12978 test -z "$ac_c_werror_flag" ||
12979 test ! -s conftest.err
12980 } && test -s conftest$ac_exeext && {
12981 test "$cross_compiling" = yes ||
12982 $as_test_x conftest$ac_exeext
12983 }; then
12984 ac_cv_lib_dbus_1_dbus_connection_close=yes
12985 else
12986 $as_echo "$as_me: failed program was:" >&5
12987 sed 's/^/| /' conftest.$ac_ext >&5
12989 ac_cv_lib_dbus_1_dbus_connection_close=no
12992 rm -rf conftest.dSYM
12993 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
12994 conftest$ac_exeext conftest.$ac_ext
12995 LIBS=$ac_check_lib_save_LIBS
12997 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_dbus_1_dbus_connection_close" >&5
12998 $as_echo "$ac_cv_lib_dbus_1_dbus_connection_close" >&6; }
12999 if test "x$ac_cv_lib_dbus_1_dbus_connection_close" = x""yes; then
13000 { $as_echo "$as_me:$LINENO: checking for -lhal" >&5
13001 $as_echo_n "checking for -lhal... " >&6; }
13002 if test "${ac_cv_lib_soname_hal+set}" = set; then
13003 $as_echo_n "(cached) " >&6
13004 else
13005 ac_check_soname_save_LIBS=$LIBS
13006 LIBS="-lhal $ac_hal_libs $LIBS"
13007 cat >conftest.$ac_ext <<_ACEOF
13008 /* confdefs.h. */
13009 _ACEOF
13010 cat confdefs.h >>conftest.$ac_ext
13011 cat >>conftest.$ac_ext <<_ACEOF
13012 /* end confdefs.h. */
13014 /* Override any GCC internal prototype to avoid an error.
13015 Use char because int might match the return type of a GCC
13016 builtin and then its argument prototype would still apply. */
13017 #ifdef __cplusplus
13018 extern "C"
13019 #endif
13020 char libhal_ctx_new ();
13022 main ()
13024 return libhal_ctx_new ();
13026 return 0;
13028 _ACEOF
13029 rm -f conftest.$ac_objext conftest$ac_exeext
13030 if { (ac_try="$ac_link"
13031 case "(($ac_try" in
13032 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13033 *) ac_try_echo=$ac_try;;
13034 esac
13035 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
13036 $as_echo "$ac_try_echo") >&5
13037 (eval "$ac_link") 2>conftest.er1
13038 ac_status=$?
13039 grep -v '^ *+' conftest.er1 >conftest.err
13040 rm -f conftest.er1
13041 cat conftest.err >&5
13042 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
13043 (exit $ac_status); } && {
13044 test -z "$ac_c_werror_flag" ||
13045 test ! -s conftest.err
13046 } && test -s conftest$ac_exeext && {
13047 test "$cross_compiling" = yes ||
13048 $as_test_x conftest$ac_exeext
13049 }; then
13050 case "$LIBEXT" in
13051 dll) ;;
13052 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'` ;;
13053 *) ac_cv_lib_soname_hal=`$ac_cv_path_LDD conftest$ac_exeext | grep "libhal\\.$LIBEXT" | sed -e "s/^.*\(libhal\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
13054 esac
13055 else
13056 $as_echo "$as_me: failed program was:" >&5
13057 sed 's/^/| /' conftest.$ac_ext >&5
13062 rm -rf conftest.dSYM
13063 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
13064 conftest$ac_exeext conftest.$ac_ext
13065 LIBS=$ac_check_soname_save_LIBS
13067 if test "x$ac_cv_lib_soname_hal" = "x"; then
13068 { $as_echo "$as_me:$LINENO: result: not found" >&5
13069 $as_echo "not found" >&6; }
13071 else
13072 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_hal" >&5
13073 $as_echo "$ac_cv_lib_soname_hal" >&6; }
13075 cat >>confdefs.h <<_ACEOF
13076 #define SONAME_LIBHAL "$ac_cv_lib_soname_hal"
13077 _ACEOF
13079 HALINCL="$ac_hal_cflags"
13085 CPPFLAGS="$ac_save_CPPFLAGS"
13087 if test "x$ac_cv_lib_soname_hal" = "x"; then
13088 case "x$with_hal" in
13089 x) wine_notices="$wine_notices|libhal ${notice_platform}development files not found, no dynamic device support." ;;
13090 xno) ;;
13091 *) { { $as_echo "$as_me:$LINENO: error: libhal ${notice_platform}development files not found, no dynamic device support.
13092 This is an error since --with-hal was requested." >&5
13093 $as_echo "$as_me: error: libhal ${notice_platform}development files not found, no dynamic device support.
13094 This is an error since --with-hal was requested." >&2;}
13095 { (exit 1); exit 1; }; } ;;
13096 esac
13100 if test "x$with_gnutls" != "xno" -a "$PKG_CONFIG" != "false"
13101 then
13102 ac_save_CPPFLAGS="$CPPFLAGS"
13103 ac_gnutls_libs="`$PKG_CONFIG --libs gnutls 2>/dev/null`"
13104 ac_gnutls_cflags="`$PKG_CONFIG --cflags gnutls 2>/dev/null`"
13105 CPPFLAGS="$CPPFLAGS $ac_gnutls_cflags"
13106 if test "${ac_cv_header_gnutls_gnutls_h+set}" = set; then
13107 { $as_echo "$as_me:$LINENO: checking for gnutls/gnutls.h" >&5
13108 $as_echo_n "checking for gnutls/gnutls.h... " >&6; }
13109 if test "${ac_cv_header_gnutls_gnutls_h+set}" = set; then
13110 $as_echo_n "(cached) " >&6
13112 { $as_echo "$as_me:$LINENO: result: $ac_cv_header_gnutls_gnutls_h" >&5
13113 $as_echo "$ac_cv_header_gnutls_gnutls_h" >&6; }
13114 else
13115 # Is the header compilable?
13116 { $as_echo "$as_me:$LINENO: checking gnutls/gnutls.h usability" >&5
13117 $as_echo_n "checking gnutls/gnutls.h usability... " >&6; }
13118 cat >conftest.$ac_ext <<_ACEOF
13119 /* confdefs.h. */
13120 _ACEOF
13121 cat confdefs.h >>conftest.$ac_ext
13122 cat >>conftest.$ac_ext <<_ACEOF
13123 /* end confdefs.h. */
13124 $ac_includes_default
13125 #include <gnutls/gnutls.h>
13126 _ACEOF
13127 rm -f conftest.$ac_objext
13128 if { (ac_try="$ac_compile"
13129 case "(($ac_try" in
13130 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13131 *) ac_try_echo=$ac_try;;
13132 esac
13133 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
13134 $as_echo "$ac_try_echo") >&5
13135 (eval "$ac_compile") 2>conftest.er1
13136 ac_status=$?
13137 grep -v '^ *+' conftest.er1 >conftest.err
13138 rm -f conftest.er1
13139 cat conftest.err >&5
13140 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
13141 (exit $ac_status); } && {
13142 test -z "$ac_c_werror_flag" ||
13143 test ! -s conftest.err
13144 } && test -s conftest.$ac_objext; then
13145 ac_header_compiler=yes
13146 else
13147 $as_echo "$as_me: failed program was:" >&5
13148 sed 's/^/| /' conftest.$ac_ext >&5
13150 ac_header_compiler=no
13153 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
13154 { $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
13155 $as_echo "$ac_header_compiler" >&6; }
13157 # Is the header present?
13158 { $as_echo "$as_me:$LINENO: checking gnutls/gnutls.h presence" >&5
13159 $as_echo_n "checking gnutls/gnutls.h presence... " >&6; }
13160 cat >conftest.$ac_ext <<_ACEOF
13161 /* confdefs.h. */
13162 _ACEOF
13163 cat confdefs.h >>conftest.$ac_ext
13164 cat >>conftest.$ac_ext <<_ACEOF
13165 /* end confdefs.h. */
13166 #include <gnutls/gnutls.h>
13167 _ACEOF
13168 if { (ac_try="$ac_cpp conftest.$ac_ext"
13169 case "(($ac_try" in
13170 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13171 *) ac_try_echo=$ac_try;;
13172 esac
13173 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
13174 $as_echo "$ac_try_echo") >&5
13175 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
13176 ac_status=$?
13177 grep -v '^ *+' conftest.er1 >conftest.err
13178 rm -f conftest.er1
13179 cat conftest.err >&5
13180 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
13181 (exit $ac_status); } >/dev/null && {
13182 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
13183 test ! -s conftest.err
13184 }; then
13185 ac_header_preproc=yes
13186 else
13187 $as_echo "$as_me: failed program was:" >&5
13188 sed 's/^/| /' conftest.$ac_ext >&5
13190 ac_header_preproc=no
13193 rm -f conftest.err conftest.$ac_ext
13194 { $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
13195 $as_echo "$ac_header_preproc" >&6; }
13197 # So? What about this header?
13198 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
13199 yes:no: )
13200 { $as_echo "$as_me:$LINENO: WARNING: gnutls/gnutls.h: accepted by the compiler, rejected by the preprocessor!" >&5
13201 $as_echo "$as_me: WARNING: gnutls/gnutls.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
13202 { $as_echo "$as_me:$LINENO: WARNING: gnutls/gnutls.h: proceeding with the compiler's result" >&5
13203 $as_echo "$as_me: WARNING: gnutls/gnutls.h: proceeding with the compiler's result" >&2;}
13204 ac_header_preproc=yes
13206 no:yes:* )
13207 { $as_echo "$as_me:$LINENO: WARNING: gnutls/gnutls.h: present but cannot be compiled" >&5
13208 $as_echo "$as_me: WARNING: gnutls/gnutls.h: present but cannot be compiled" >&2;}
13209 { $as_echo "$as_me:$LINENO: WARNING: gnutls/gnutls.h: check for missing prerequisite headers?" >&5
13210 $as_echo "$as_me: WARNING: gnutls/gnutls.h: check for missing prerequisite headers?" >&2;}
13211 { $as_echo "$as_me:$LINENO: WARNING: gnutls/gnutls.h: see the Autoconf documentation" >&5
13212 $as_echo "$as_me: WARNING: gnutls/gnutls.h: see the Autoconf documentation" >&2;}
13213 { $as_echo "$as_me:$LINENO: WARNING: gnutls/gnutls.h: section \"Present But Cannot Be Compiled\"" >&5
13214 $as_echo "$as_me: WARNING: gnutls/gnutls.h: section \"Present But Cannot Be Compiled\"" >&2;}
13215 { $as_echo "$as_me:$LINENO: WARNING: gnutls/gnutls.h: proceeding with the preprocessor's result" >&5
13216 $as_echo "$as_me: WARNING: gnutls/gnutls.h: proceeding with the preprocessor's result" >&2;}
13217 { $as_echo "$as_me:$LINENO: WARNING: gnutls/gnutls.h: in the future, the compiler will take precedence" >&5
13218 $as_echo "$as_me: WARNING: gnutls/gnutls.h: in the future, the compiler will take precedence" >&2;}
13219 ( cat <<\_ASBOX
13220 ## ------------------------------------ ##
13221 ## Report this to wine-devel@winehq.org ##
13222 ## ------------------------------------ ##
13223 _ASBOX
13224 ) | sed "s/^/$as_me: WARNING: /" >&2
13226 esac
13227 { $as_echo "$as_me:$LINENO: checking for gnutls/gnutls.h" >&5
13228 $as_echo_n "checking for gnutls/gnutls.h... " >&6; }
13229 if test "${ac_cv_header_gnutls_gnutls_h+set}" = set; then
13230 $as_echo_n "(cached) " >&6
13231 else
13232 ac_cv_header_gnutls_gnutls_h=$ac_header_preproc
13234 { $as_echo "$as_me:$LINENO: result: $ac_cv_header_gnutls_gnutls_h" >&5
13235 $as_echo "$ac_cv_header_gnutls_gnutls_h" >&6; }
13238 if test "x$ac_cv_header_gnutls_gnutls_h" = x""yes; then
13239 cat >conftest.$ac_ext <<_ACEOF
13240 /* confdefs.h. */
13241 _ACEOF
13242 cat confdefs.h >>conftest.$ac_ext
13243 cat >>conftest.$ac_ext <<_ACEOF
13244 /* end confdefs.h. */
13245 #include <gnutls/gnutls.h>
13247 main ()
13249 typeof(gnutls_transport_set_errno) *pfunc;
13251 return 0;
13253 _ACEOF
13254 rm -f conftest.$ac_objext
13255 if { (ac_try="$ac_compile"
13256 case "(($ac_try" in
13257 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13258 *) ac_try_echo=$ac_try;;
13259 esac
13260 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
13261 $as_echo "$ac_try_echo") >&5
13262 (eval "$ac_compile") 2>conftest.er1
13263 ac_status=$?
13264 grep -v '^ *+' conftest.er1 >conftest.err
13265 rm -f conftest.er1
13266 cat conftest.err >&5
13267 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
13268 (exit $ac_status); } && {
13269 test -z "$ac_c_werror_flag" ||
13270 test ! -s conftest.err
13271 } && test -s conftest.$ac_objext; then
13272 { $as_echo "$as_me:$LINENO: checking for -lgnutls" >&5
13273 $as_echo_n "checking for -lgnutls... " >&6; }
13274 if test "${ac_cv_lib_soname_gnutls+set}" = set; then
13275 $as_echo_n "(cached) " >&6
13276 else
13277 ac_check_soname_save_LIBS=$LIBS
13278 LIBS="-lgnutls $ac_gnutls_libs $LIBS"
13279 cat >conftest.$ac_ext <<_ACEOF
13280 /* confdefs.h. */
13281 _ACEOF
13282 cat confdefs.h >>conftest.$ac_ext
13283 cat >>conftest.$ac_ext <<_ACEOF
13284 /* end confdefs.h. */
13286 /* Override any GCC internal prototype to avoid an error.
13287 Use char because int might match the return type of a GCC
13288 builtin and then its argument prototype would still apply. */
13289 #ifdef __cplusplus
13290 extern "C"
13291 #endif
13292 char gnutls_global_init ();
13294 main ()
13296 return gnutls_global_init ();
13298 return 0;
13300 _ACEOF
13301 rm -f conftest.$ac_objext conftest$ac_exeext
13302 if { (ac_try="$ac_link"
13303 case "(($ac_try" in
13304 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13305 *) ac_try_echo=$ac_try;;
13306 esac
13307 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
13308 $as_echo "$ac_try_echo") >&5
13309 (eval "$ac_link") 2>conftest.er1
13310 ac_status=$?
13311 grep -v '^ *+' conftest.er1 >conftest.err
13312 rm -f conftest.er1
13313 cat conftest.err >&5
13314 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
13315 (exit $ac_status); } && {
13316 test -z "$ac_c_werror_flag" ||
13317 test ! -s conftest.err
13318 } && test -s conftest$ac_exeext && {
13319 test "$cross_compiling" = yes ||
13320 $as_test_x conftest$ac_exeext
13321 }; then
13322 case "$LIBEXT" in
13323 dll) ;;
13324 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'` ;;
13325 *) ac_cv_lib_soname_gnutls=`$ac_cv_path_LDD conftest$ac_exeext | grep "libgnutls\\.$LIBEXT" | sed -e "s/^.*\(libgnutls\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
13326 esac
13327 else
13328 $as_echo "$as_me: failed program was:" >&5
13329 sed 's/^/| /' conftest.$ac_ext >&5
13334 rm -rf conftest.dSYM
13335 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
13336 conftest$ac_exeext conftest.$ac_ext
13337 LIBS=$ac_check_soname_save_LIBS
13339 if test "x$ac_cv_lib_soname_gnutls" = "x"; then
13340 { $as_echo "$as_me:$LINENO: result: not found" >&5
13341 $as_echo "not found" >&6; }
13343 else
13344 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_gnutls" >&5
13345 $as_echo "$ac_cv_lib_soname_gnutls" >&6; }
13347 cat >>confdefs.h <<_ACEOF
13348 #define SONAME_LIBGNUTLS "$ac_cv_lib_soname_gnutls"
13349 _ACEOF
13351 GNUTLSINCL="$ac_gnutls_cflags"
13355 else
13356 $as_echo "$as_me: failed program was:" >&5
13357 sed 's/^/| /' conftest.$ac_ext >&5
13362 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
13366 CPPFLAGS="$ac_save_CPPFLAGS"
13368 if test "x$ac_cv_lib_soname_gnutls" = "x"; then
13369 case "x$with_gnutls" in
13370 x) wine_notices="$wine_notices|libgnutls ${notice_platform}development files not found, no schannel support." ;;
13371 xno) ;;
13372 *) { { $as_echo "$as_me:$LINENO: error: libgnutls ${notice_platform}development files not found, no schannel support.
13373 This is an error since --with-gnutls was requested." >&5
13374 $as_echo "$as_me: error: libgnutls ${notice_platform}development files not found, no schannel support.
13375 This is an error since --with-gnutls was requested." >&2;}
13376 { (exit 1); exit 1; }; } ;;
13377 esac
13381 CURSESLIBS=""
13382 if test "$ac_cv_header_ncurses_h" = "yes"
13383 then
13384 { $as_echo "$as_me:$LINENO: checking for -lncurses" >&5
13385 $as_echo_n "checking for -lncurses... " >&6; }
13386 if test "${ac_cv_lib_soname_ncurses+set}" = set; then
13387 $as_echo_n "(cached) " >&6
13388 else
13389 ac_check_soname_save_LIBS=$LIBS
13390 LIBS="-lncurses $LIBS"
13391 cat >conftest.$ac_ext <<_ACEOF
13392 /* confdefs.h. */
13393 _ACEOF
13394 cat confdefs.h >>conftest.$ac_ext
13395 cat >>conftest.$ac_ext <<_ACEOF
13396 /* end confdefs.h. */
13398 /* Override any GCC internal prototype to avoid an error.
13399 Use char because int might match the return type of a GCC
13400 builtin and then its argument prototype would still apply. */
13401 #ifdef __cplusplus
13402 extern "C"
13403 #endif
13404 char waddch ();
13406 main ()
13408 return waddch ();
13410 return 0;
13412 _ACEOF
13413 rm -f conftest.$ac_objext conftest$ac_exeext
13414 if { (ac_try="$ac_link"
13415 case "(($ac_try" in
13416 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13417 *) ac_try_echo=$ac_try;;
13418 esac
13419 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
13420 $as_echo "$ac_try_echo") >&5
13421 (eval "$ac_link") 2>conftest.er1
13422 ac_status=$?
13423 grep -v '^ *+' conftest.er1 >conftest.err
13424 rm -f conftest.er1
13425 cat conftest.err >&5
13426 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
13427 (exit $ac_status); } && {
13428 test -z "$ac_c_werror_flag" ||
13429 test ! -s conftest.err
13430 } && test -s conftest$ac_exeext && {
13431 test "$cross_compiling" = yes ||
13432 $as_test_x conftest$ac_exeext
13433 }; then
13434 case "$LIBEXT" in
13435 dll) ;;
13436 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'` ;;
13437 *) ac_cv_lib_soname_ncurses=`$ac_cv_path_LDD conftest$ac_exeext | grep "libncurses\\.$LIBEXT" | sed -e "s/^.*\(libncurses\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
13438 esac
13439 else
13440 $as_echo "$as_me: failed program was:" >&5
13441 sed 's/^/| /' conftest.$ac_ext >&5
13446 rm -rf conftest.dSYM
13447 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
13448 conftest$ac_exeext conftest.$ac_ext
13449 LIBS=$ac_check_soname_save_LIBS
13451 if test "x$ac_cv_lib_soname_ncurses" = "x"; then
13452 { $as_echo "$as_me:$LINENO: result: not found" >&5
13453 $as_echo "not found" >&6; }
13455 else
13456 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_ncurses" >&5
13457 $as_echo "$ac_cv_lib_soname_ncurses" >&6; }
13459 cat >>confdefs.h <<_ACEOF
13460 #define SONAME_LIBNCURSES "$ac_cv_lib_soname_ncurses"
13461 _ACEOF
13463 CURSESLIBS="-lncurses"
13466 elif test "$ac_cv_header_curses_h" = "yes"
13467 then
13468 { $as_echo "$as_me:$LINENO: checking for -lcurses" >&5
13469 $as_echo_n "checking for -lcurses... " >&6; }
13470 if test "${ac_cv_lib_soname_curses+set}" = set; then
13471 $as_echo_n "(cached) " >&6
13472 else
13473 ac_check_soname_save_LIBS=$LIBS
13474 LIBS="-lcurses $LIBS"
13475 cat >conftest.$ac_ext <<_ACEOF
13476 /* confdefs.h. */
13477 _ACEOF
13478 cat confdefs.h >>conftest.$ac_ext
13479 cat >>conftest.$ac_ext <<_ACEOF
13480 /* end confdefs.h. */
13482 /* Override any GCC internal prototype to avoid an error.
13483 Use char because int might match the return type of a GCC
13484 builtin and then its argument prototype would still apply. */
13485 #ifdef __cplusplus
13486 extern "C"
13487 #endif
13488 char waddch ();
13490 main ()
13492 return waddch ();
13494 return 0;
13496 _ACEOF
13497 rm -f conftest.$ac_objext conftest$ac_exeext
13498 if { (ac_try="$ac_link"
13499 case "(($ac_try" in
13500 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13501 *) ac_try_echo=$ac_try;;
13502 esac
13503 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
13504 $as_echo "$ac_try_echo") >&5
13505 (eval "$ac_link") 2>conftest.er1
13506 ac_status=$?
13507 grep -v '^ *+' conftest.er1 >conftest.err
13508 rm -f conftest.er1
13509 cat conftest.err >&5
13510 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
13511 (exit $ac_status); } && {
13512 test -z "$ac_c_werror_flag" ||
13513 test ! -s conftest.err
13514 } && test -s conftest$ac_exeext && {
13515 test "$cross_compiling" = yes ||
13516 $as_test_x conftest$ac_exeext
13517 }; then
13518 case "$LIBEXT" in
13519 dll) ;;
13520 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'` ;;
13521 *) ac_cv_lib_soname_curses=`$ac_cv_path_LDD conftest$ac_exeext | grep "libcurses\\.$LIBEXT" | sed -e "s/^.*\(libcurses\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
13522 esac
13523 else
13524 $as_echo "$as_me: failed program was:" >&5
13525 sed 's/^/| /' conftest.$ac_ext >&5
13530 rm -rf conftest.dSYM
13531 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
13532 conftest$ac_exeext conftest.$ac_ext
13533 LIBS=$ac_check_soname_save_LIBS
13535 if test "x$ac_cv_lib_soname_curses" = "x"; then
13536 { $as_echo "$as_me:$LINENO: result: not found" >&5
13537 $as_echo "not found" >&6; }
13539 else
13540 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_curses" >&5
13541 $as_echo "$ac_cv_lib_soname_curses" >&6; }
13543 cat >>confdefs.h <<_ACEOF
13544 #define SONAME_LIBCURSES "$ac_cv_lib_soname_curses"
13545 _ACEOF
13547 CURSESLIBS="-lcurses"
13551 ac_save_LIBS="$LIBS"
13552 LIBS="$LIBS $CURSESLIBS"
13554 for ac_func in mousemask
13556 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
13557 { $as_echo "$as_me:$LINENO: checking for $ac_func" >&5
13558 $as_echo_n "checking for $ac_func... " >&6; }
13559 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
13560 $as_echo_n "(cached) " >&6
13561 else
13562 cat >conftest.$ac_ext <<_ACEOF
13563 /* confdefs.h. */
13564 _ACEOF
13565 cat confdefs.h >>conftest.$ac_ext
13566 cat >>conftest.$ac_ext <<_ACEOF
13567 /* end confdefs.h. */
13568 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
13569 For example, HP-UX 11i <limits.h> declares gettimeofday. */
13570 #define $ac_func innocuous_$ac_func
13572 /* System header to define __stub macros and hopefully few prototypes,
13573 which can conflict with char $ac_func (); below.
13574 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
13575 <limits.h> exists even on freestanding compilers. */
13577 #ifdef __STDC__
13578 # include <limits.h>
13579 #else
13580 # include <assert.h>
13581 #endif
13583 #undef $ac_func
13585 /* Override any GCC internal prototype to avoid an error.
13586 Use char because int might match the return type of a GCC
13587 builtin and then its argument prototype would still apply. */
13588 #ifdef __cplusplus
13589 extern "C"
13590 #endif
13591 char $ac_func ();
13592 /* The GNU C library defines this for functions which it implements
13593 to always fail with ENOSYS. Some functions are actually named
13594 something starting with __ and the normal name is an alias. */
13595 #if defined __stub_$ac_func || defined __stub___$ac_func
13596 choke me
13597 #endif
13600 main ()
13602 return $ac_func ();
13604 return 0;
13606 _ACEOF
13607 rm -f conftest.$ac_objext conftest$ac_exeext
13608 if { (ac_try="$ac_link"
13609 case "(($ac_try" in
13610 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13611 *) ac_try_echo=$ac_try;;
13612 esac
13613 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
13614 $as_echo "$ac_try_echo") >&5
13615 (eval "$ac_link") 2>conftest.er1
13616 ac_status=$?
13617 grep -v '^ *+' conftest.er1 >conftest.err
13618 rm -f conftest.er1
13619 cat conftest.err >&5
13620 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
13621 (exit $ac_status); } && {
13622 test -z "$ac_c_werror_flag" ||
13623 test ! -s conftest.err
13624 } && test -s conftest$ac_exeext && {
13625 test "$cross_compiling" = yes ||
13626 $as_test_x conftest$ac_exeext
13627 }; then
13628 eval "$as_ac_var=yes"
13629 else
13630 $as_echo "$as_me: failed program was:" >&5
13631 sed 's/^/| /' conftest.$ac_ext >&5
13633 eval "$as_ac_var=no"
13636 rm -rf conftest.dSYM
13637 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
13638 conftest$ac_exeext conftest.$ac_ext
13640 ac_res=`eval 'as_val=${'$as_ac_var'}
13641 $as_echo "$as_val"'`
13642 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
13643 $as_echo "$ac_res" >&6; }
13644 as_val=`eval 'as_val=${'$as_ac_var'}
13645 $as_echo "$as_val"'`
13646 if test "x$as_val" = x""yes; then
13647 cat >>confdefs.h <<_ACEOF
13648 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
13649 _ACEOF
13652 done
13654 LIBS="$ac_save_LIBS"
13655 if test "x$ac_cv_lib_soname_curses$ac_cv_lib_soname_ncurses" = "x"; then
13656 case "x$with_curses" in
13657 x) wine_notices="$wine_notices|lib(n)curses ${notice_platform}development files not found, curses won't be supported." ;;
13658 xno) ;;
13659 *) { { $as_echo "$as_me:$LINENO: 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." >&5
13661 $as_echo "$as_me: error: lib(n)curses ${notice_platform}development files not found, curses won't be supported.
13662 This is an error since --with-curses was requested." >&2;}
13663 { (exit 1); exit 1; }; } ;;
13664 esac
13668 # Extract the first word of "sane-config", so it can be a program name with args.
13669 set dummy sane-config; ac_word=$2
13670 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
13671 $as_echo_n "checking for $ac_word... " >&6; }
13672 if test "${ac_cv_prog_sane_devel+set}" = set; then
13673 $as_echo_n "(cached) " >&6
13674 else
13675 if test -n "$sane_devel"; then
13676 ac_cv_prog_sane_devel="$sane_devel" # Let the user override the test.
13677 else
13678 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
13679 for as_dir in $PATH
13681 IFS=$as_save_IFS
13682 test -z "$as_dir" && as_dir=.
13683 for ac_exec_ext in '' $ac_executable_extensions; do
13684 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
13685 ac_cv_prog_sane_devel="sane-config"
13686 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
13687 break 2
13689 done
13690 done
13691 IFS=$as_save_IFS
13693 test -z "$ac_cv_prog_sane_devel" && ac_cv_prog_sane_devel="no"
13696 sane_devel=$ac_cv_prog_sane_devel
13697 if test -n "$sane_devel"; then
13698 { $as_echo "$as_me:$LINENO: result: $sane_devel" >&5
13699 $as_echo "$sane_devel" >&6; }
13700 else
13701 { $as_echo "$as_me:$LINENO: result: no" >&5
13702 $as_echo "no" >&6; }
13706 if test "$sane_devel" != "no" -a "x$with_sane" != "xno"
13707 then
13708 ac_sane_incl="`$sane_devel --cflags`"
13709 ac_sane_libs="`$sane_devel --ldflags`"
13710 ac_save_CPPFLAGS="$CPPFLAGS"
13711 CPPFLAGS="$CPPFLAGS $ac_sane_incl"
13712 if test "${ac_cv_header_sane_sane_h+set}" = set; then
13713 { $as_echo "$as_me:$LINENO: checking for sane/sane.h" >&5
13714 $as_echo_n "checking for sane/sane.h... " >&6; }
13715 if test "${ac_cv_header_sane_sane_h+set}" = set; then
13716 $as_echo_n "(cached) " >&6
13718 { $as_echo "$as_me:$LINENO: result: $ac_cv_header_sane_sane_h" >&5
13719 $as_echo "$ac_cv_header_sane_sane_h" >&6; }
13720 else
13721 # Is the header compilable?
13722 { $as_echo "$as_me:$LINENO: checking sane/sane.h usability" >&5
13723 $as_echo_n "checking sane/sane.h usability... " >&6; }
13724 cat >conftest.$ac_ext <<_ACEOF
13725 /* confdefs.h. */
13726 _ACEOF
13727 cat confdefs.h >>conftest.$ac_ext
13728 cat >>conftest.$ac_ext <<_ACEOF
13729 /* end confdefs.h. */
13730 $ac_includes_default
13731 #include <sane/sane.h>
13732 _ACEOF
13733 rm -f conftest.$ac_objext
13734 if { (ac_try="$ac_compile"
13735 case "(($ac_try" in
13736 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13737 *) ac_try_echo=$ac_try;;
13738 esac
13739 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
13740 $as_echo "$ac_try_echo") >&5
13741 (eval "$ac_compile") 2>conftest.er1
13742 ac_status=$?
13743 grep -v '^ *+' conftest.er1 >conftest.err
13744 rm -f conftest.er1
13745 cat conftest.err >&5
13746 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
13747 (exit $ac_status); } && {
13748 test -z "$ac_c_werror_flag" ||
13749 test ! -s conftest.err
13750 } && test -s conftest.$ac_objext; then
13751 ac_header_compiler=yes
13752 else
13753 $as_echo "$as_me: failed program was:" >&5
13754 sed 's/^/| /' conftest.$ac_ext >&5
13756 ac_header_compiler=no
13759 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
13760 { $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
13761 $as_echo "$ac_header_compiler" >&6; }
13763 # Is the header present?
13764 { $as_echo "$as_me:$LINENO: checking sane/sane.h presence" >&5
13765 $as_echo_n "checking sane/sane.h presence... " >&6; }
13766 cat >conftest.$ac_ext <<_ACEOF
13767 /* confdefs.h. */
13768 _ACEOF
13769 cat confdefs.h >>conftest.$ac_ext
13770 cat >>conftest.$ac_ext <<_ACEOF
13771 /* end confdefs.h. */
13772 #include <sane/sane.h>
13773 _ACEOF
13774 if { (ac_try="$ac_cpp conftest.$ac_ext"
13775 case "(($ac_try" in
13776 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13777 *) ac_try_echo=$ac_try;;
13778 esac
13779 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
13780 $as_echo "$ac_try_echo") >&5
13781 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
13782 ac_status=$?
13783 grep -v '^ *+' conftest.er1 >conftest.err
13784 rm -f conftest.er1
13785 cat conftest.err >&5
13786 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
13787 (exit $ac_status); } >/dev/null && {
13788 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
13789 test ! -s conftest.err
13790 }; then
13791 ac_header_preproc=yes
13792 else
13793 $as_echo "$as_me: failed program was:" >&5
13794 sed 's/^/| /' conftest.$ac_ext >&5
13796 ac_header_preproc=no
13799 rm -f conftest.err conftest.$ac_ext
13800 { $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
13801 $as_echo "$ac_header_preproc" >&6; }
13803 # So? What about this header?
13804 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
13805 yes:no: )
13806 { $as_echo "$as_me:$LINENO: WARNING: sane/sane.h: accepted by the compiler, rejected by the preprocessor!" >&5
13807 $as_echo "$as_me: WARNING: sane/sane.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
13808 { $as_echo "$as_me:$LINENO: WARNING: sane/sane.h: proceeding with the compiler's result" >&5
13809 $as_echo "$as_me: WARNING: sane/sane.h: proceeding with the compiler's result" >&2;}
13810 ac_header_preproc=yes
13812 no:yes:* )
13813 { $as_echo "$as_me:$LINENO: WARNING: sane/sane.h: present but cannot be compiled" >&5
13814 $as_echo "$as_me: WARNING: sane/sane.h: present but cannot be compiled" >&2;}
13815 { $as_echo "$as_me:$LINENO: WARNING: sane/sane.h: check for missing prerequisite headers?" >&5
13816 $as_echo "$as_me: WARNING: sane/sane.h: check for missing prerequisite headers?" >&2;}
13817 { $as_echo "$as_me:$LINENO: WARNING: sane/sane.h: see the Autoconf documentation" >&5
13818 $as_echo "$as_me: WARNING: sane/sane.h: see the Autoconf documentation" >&2;}
13819 { $as_echo "$as_me:$LINENO: WARNING: sane/sane.h: section \"Present But Cannot Be Compiled\"" >&5
13820 $as_echo "$as_me: WARNING: sane/sane.h: section \"Present But Cannot Be Compiled\"" >&2;}
13821 { $as_echo "$as_me:$LINENO: WARNING: sane/sane.h: proceeding with the preprocessor's result" >&5
13822 $as_echo "$as_me: WARNING: sane/sane.h: proceeding with the preprocessor's result" >&2;}
13823 { $as_echo "$as_me:$LINENO: WARNING: sane/sane.h: in the future, the compiler will take precedence" >&5
13824 $as_echo "$as_me: WARNING: sane/sane.h: in the future, the compiler will take precedence" >&2;}
13825 ( cat <<\_ASBOX
13826 ## ------------------------------------ ##
13827 ## Report this to wine-devel@winehq.org ##
13828 ## ------------------------------------ ##
13829 _ASBOX
13830 ) | sed "s/^/$as_me: WARNING: /" >&2
13832 esac
13833 { $as_echo "$as_me:$LINENO: checking for sane/sane.h" >&5
13834 $as_echo_n "checking for sane/sane.h... " >&6; }
13835 if test "${ac_cv_header_sane_sane_h+set}" = set; then
13836 $as_echo_n "(cached) " >&6
13837 else
13838 ac_cv_header_sane_sane_h=$ac_header_preproc
13840 { $as_echo "$as_me:$LINENO: result: $ac_cv_header_sane_sane_h" >&5
13841 $as_echo "$ac_cv_header_sane_sane_h" >&6; }
13844 if test "x$ac_cv_header_sane_sane_h" = x""yes; then
13845 { $as_echo "$as_me:$LINENO: checking for -lsane" >&5
13846 $as_echo_n "checking for -lsane... " >&6; }
13847 if test "${ac_cv_lib_soname_sane+set}" = set; then
13848 $as_echo_n "(cached) " >&6
13849 else
13850 ac_check_soname_save_LIBS=$LIBS
13851 LIBS="-lsane $ac_sane_libs $LIBS"
13852 cat >conftest.$ac_ext <<_ACEOF
13853 /* confdefs.h. */
13854 _ACEOF
13855 cat confdefs.h >>conftest.$ac_ext
13856 cat >>conftest.$ac_ext <<_ACEOF
13857 /* end confdefs.h. */
13859 /* Override any GCC internal prototype to avoid an error.
13860 Use char because int might match the return type of a GCC
13861 builtin and then its argument prototype would still apply. */
13862 #ifdef __cplusplus
13863 extern "C"
13864 #endif
13865 char sane_init ();
13867 main ()
13869 return sane_init ();
13871 return 0;
13873 _ACEOF
13874 rm -f conftest.$ac_objext conftest$ac_exeext
13875 if { (ac_try="$ac_link"
13876 case "(($ac_try" in
13877 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13878 *) ac_try_echo=$ac_try;;
13879 esac
13880 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
13881 $as_echo "$ac_try_echo") >&5
13882 (eval "$ac_link") 2>conftest.er1
13883 ac_status=$?
13884 grep -v '^ *+' conftest.er1 >conftest.err
13885 rm -f conftest.er1
13886 cat conftest.err >&5
13887 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
13888 (exit $ac_status); } && {
13889 test -z "$ac_c_werror_flag" ||
13890 test ! -s conftest.err
13891 } && test -s conftest$ac_exeext && {
13892 test "$cross_compiling" = yes ||
13893 $as_test_x conftest$ac_exeext
13894 }; then
13895 case "$LIBEXT" in
13896 dll) ;;
13897 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'` ;;
13898 *) ac_cv_lib_soname_sane=`$ac_cv_path_LDD conftest$ac_exeext | grep "libsane\\.$LIBEXT" | sed -e "s/^.*\(libsane\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
13899 esac
13900 else
13901 $as_echo "$as_me: failed program was:" >&5
13902 sed 's/^/| /' conftest.$ac_ext >&5
13907 rm -rf conftest.dSYM
13908 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
13909 conftest$ac_exeext conftest.$ac_ext
13910 LIBS=$ac_check_soname_save_LIBS
13912 if test "x$ac_cv_lib_soname_sane" = "x"; then
13913 { $as_echo "$as_me:$LINENO: result: not found" >&5
13914 $as_echo "not found" >&6; }
13916 else
13917 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_sane" >&5
13918 $as_echo "$ac_cv_lib_soname_sane" >&6; }
13920 cat >>confdefs.h <<_ACEOF
13921 #define SONAME_LIBSANE "$ac_cv_lib_soname_sane"
13922 _ACEOF
13924 SANEINCL="$ac_sane_incl"
13931 CPPFLAGS="$ac_save_CPPFLAGS"
13933 if test "x$ac_cv_lib_soname_sane" = "x"; then
13934 case "x$with_sane" in
13935 x) wine_notices="$wine_notices|libsane ${notice_platform}development files not found, scanners won't be supported." ;;
13936 xno) ;;
13937 *) { { $as_echo "$as_me:$LINENO: error: libsane ${notice_platform}development files not found, scanners won't be supported.
13938 This is an error since --with-sane was requested." >&5
13939 $as_echo "$as_me: error: libsane ${notice_platform}development files not found, scanners won't be supported.
13940 This is an error since --with-sane was requested." >&2;}
13941 { (exit 1); exit 1; }; } ;;
13942 esac
13946 # Extract the first word of "gphoto2-config", so it can be a program name with args.
13947 set dummy gphoto2-config; ac_word=$2
13948 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
13949 $as_echo_n "checking for $ac_word... " >&6; }
13950 if test "${ac_cv_prog_gphoto2_devel+set}" = set; then
13951 $as_echo_n "(cached) " >&6
13952 else
13953 if test -n "$gphoto2_devel"; then
13954 ac_cv_prog_gphoto2_devel="$gphoto2_devel" # Let the user override the test.
13955 else
13956 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
13957 for as_dir in $PATH
13959 IFS=$as_save_IFS
13960 test -z "$as_dir" && as_dir=.
13961 for ac_exec_ext in '' $ac_executable_extensions; do
13962 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
13963 ac_cv_prog_gphoto2_devel="gphoto2-config"
13964 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
13965 break 2
13967 done
13968 done
13969 IFS=$as_save_IFS
13971 test -z "$ac_cv_prog_gphoto2_devel" && ac_cv_prog_gphoto2_devel="no"
13974 gphoto2_devel=$ac_cv_prog_gphoto2_devel
13975 if test -n "$gphoto2_devel"; then
13976 { $as_echo "$as_me:$LINENO: result: $gphoto2_devel" >&5
13977 $as_echo "$gphoto2_devel" >&6; }
13978 else
13979 { $as_echo "$as_me:$LINENO: result: no" >&5
13980 $as_echo "no" >&6; }
13984 # Extract the first word of "gphoto2-port-config", so it can be a program name with args.
13985 set dummy gphoto2-port-config; ac_word=$2
13986 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
13987 $as_echo_n "checking for $ac_word... " >&6; }
13988 if test "${ac_cv_prog_gphoto2port_devel+set}" = set; then
13989 $as_echo_n "(cached) " >&6
13990 else
13991 if test -n "$gphoto2port_devel"; then
13992 ac_cv_prog_gphoto2port_devel="$gphoto2port_devel" # Let the user override the test.
13993 else
13994 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
13995 for as_dir in $PATH
13997 IFS=$as_save_IFS
13998 test -z "$as_dir" && as_dir=.
13999 for ac_exec_ext in '' $ac_executable_extensions; do
14000 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
14001 ac_cv_prog_gphoto2port_devel="gphoto2-port-config"
14002 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
14003 break 2
14005 done
14006 done
14007 IFS=$as_save_IFS
14009 test -z "$ac_cv_prog_gphoto2port_devel" && ac_cv_prog_gphoto2port_devel="no"
14012 gphoto2port_devel=$ac_cv_prog_gphoto2port_devel
14013 if test -n "$gphoto2port_devel"; then
14014 { $as_echo "$as_me:$LINENO: result: $gphoto2port_devel" >&5
14015 $as_echo "$gphoto2port_devel" >&6; }
14016 else
14017 { $as_echo "$as_me:$LINENO: result: no" >&5
14018 $as_echo "no" >&6; }
14022 if test "$gphoto2_devel" != "no" -a "$gphoto2port_devel" != "no" -a "x$with_gphoto" != "xno"
14023 then
14024 ac_gphoto2_incl="`$gphoto2_devel --cflags` `$gphoto2port_devel --cflags`"
14025 ac_gphoto2_libs=""
14026 for i in `$gphoto2_devel --libs` `$gphoto2port_devel --libs`
14028 case "$i" in
14029 -L/usr/lib|-L/usr/lib64) ;;
14030 -L*|-l*) ac_gphoto2_libs="$ac_gphoto2_libs $i";;
14031 esac
14032 done
14033 ac_save_CPPFLAGS="$CPPFLAGS"
14034 CPPFLAGS="$CPPFLAGS $ac_gphoto2_incl"
14035 if test "${ac_cv_header_gphoto2_camera_h+set}" = set; then
14036 { $as_echo "$as_me:$LINENO: checking for gphoto2-camera.h" >&5
14037 $as_echo_n "checking for gphoto2-camera.h... " >&6; }
14038 if test "${ac_cv_header_gphoto2_camera_h+set}" = set; then
14039 $as_echo_n "(cached) " >&6
14041 { $as_echo "$as_me:$LINENO: result: $ac_cv_header_gphoto2_camera_h" >&5
14042 $as_echo "$ac_cv_header_gphoto2_camera_h" >&6; }
14043 else
14044 # Is the header compilable?
14045 { $as_echo "$as_me:$LINENO: checking gphoto2-camera.h usability" >&5
14046 $as_echo_n "checking gphoto2-camera.h usability... " >&6; }
14047 cat >conftest.$ac_ext <<_ACEOF
14048 /* confdefs.h. */
14049 _ACEOF
14050 cat confdefs.h >>conftest.$ac_ext
14051 cat >>conftest.$ac_ext <<_ACEOF
14052 /* end confdefs.h. */
14053 $ac_includes_default
14054 #include <gphoto2-camera.h>
14055 _ACEOF
14056 rm -f conftest.$ac_objext
14057 if { (ac_try="$ac_compile"
14058 case "(($ac_try" in
14059 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14060 *) ac_try_echo=$ac_try;;
14061 esac
14062 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
14063 $as_echo "$ac_try_echo") >&5
14064 (eval "$ac_compile") 2>conftest.er1
14065 ac_status=$?
14066 grep -v '^ *+' conftest.er1 >conftest.err
14067 rm -f conftest.er1
14068 cat conftest.err >&5
14069 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
14070 (exit $ac_status); } && {
14071 test -z "$ac_c_werror_flag" ||
14072 test ! -s conftest.err
14073 } && test -s conftest.$ac_objext; then
14074 ac_header_compiler=yes
14075 else
14076 $as_echo "$as_me: failed program was:" >&5
14077 sed 's/^/| /' conftest.$ac_ext >&5
14079 ac_header_compiler=no
14082 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14083 { $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
14084 $as_echo "$ac_header_compiler" >&6; }
14086 # Is the header present?
14087 { $as_echo "$as_me:$LINENO: checking gphoto2-camera.h presence" >&5
14088 $as_echo_n "checking gphoto2-camera.h presence... " >&6; }
14089 cat >conftest.$ac_ext <<_ACEOF
14090 /* confdefs.h. */
14091 _ACEOF
14092 cat confdefs.h >>conftest.$ac_ext
14093 cat >>conftest.$ac_ext <<_ACEOF
14094 /* end confdefs.h. */
14095 #include <gphoto2-camera.h>
14096 _ACEOF
14097 if { (ac_try="$ac_cpp conftest.$ac_ext"
14098 case "(($ac_try" in
14099 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14100 *) ac_try_echo=$ac_try;;
14101 esac
14102 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
14103 $as_echo "$ac_try_echo") >&5
14104 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
14105 ac_status=$?
14106 grep -v '^ *+' conftest.er1 >conftest.err
14107 rm -f conftest.er1
14108 cat conftest.err >&5
14109 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
14110 (exit $ac_status); } >/dev/null && {
14111 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
14112 test ! -s conftest.err
14113 }; then
14114 ac_header_preproc=yes
14115 else
14116 $as_echo "$as_me: failed program was:" >&5
14117 sed 's/^/| /' conftest.$ac_ext >&5
14119 ac_header_preproc=no
14122 rm -f conftest.err conftest.$ac_ext
14123 { $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
14124 $as_echo "$ac_header_preproc" >&6; }
14126 # So? What about this header?
14127 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
14128 yes:no: )
14129 { $as_echo "$as_me:$LINENO: WARNING: gphoto2-camera.h: accepted by the compiler, rejected by the preprocessor!" >&5
14130 $as_echo "$as_me: WARNING: gphoto2-camera.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
14131 { $as_echo "$as_me:$LINENO: WARNING: gphoto2-camera.h: proceeding with the compiler's result" >&5
14132 $as_echo "$as_me: WARNING: gphoto2-camera.h: proceeding with the compiler's result" >&2;}
14133 ac_header_preproc=yes
14135 no:yes:* )
14136 { $as_echo "$as_me:$LINENO: WARNING: gphoto2-camera.h: present but cannot be compiled" >&5
14137 $as_echo "$as_me: WARNING: gphoto2-camera.h: present but cannot be compiled" >&2;}
14138 { $as_echo "$as_me:$LINENO: WARNING: gphoto2-camera.h: check for missing prerequisite headers?" >&5
14139 $as_echo "$as_me: WARNING: gphoto2-camera.h: check for missing prerequisite headers?" >&2;}
14140 { $as_echo "$as_me:$LINENO: WARNING: gphoto2-camera.h: see the Autoconf documentation" >&5
14141 $as_echo "$as_me: WARNING: gphoto2-camera.h: see the Autoconf documentation" >&2;}
14142 { $as_echo "$as_me:$LINENO: WARNING: gphoto2-camera.h: section \"Present But Cannot Be Compiled\"" >&5
14143 $as_echo "$as_me: WARNING: gphoto2-camera.h: section \"Present But Cannot Be Compiled\"" >&2;}
14144 { $as_echo "$as_me:$LINENO: WARNING: gphoto2-camera.h: proceeding with the preprocessor's result" >&5
14145 $as_echo "$as_me: WARNING: gphoto2-camera.h: proceeding with the preprocessor's result" >&2;}
14146 { $as_echo "$as_me:$LINENO: WARNING: gphoto2-camera.h: in the future, the compiler will take precedence" >&5
14147 $as_echo "$as_me: WARNING: gphoto2-camera.h: in the future, the compiler will take precedence" >&2;}
14148 ( cat <<\_ASBOX
14149 ## ------------------------------------ ##
14150 ## Report this to wine-devel@winehq.org ##
14151 ## ------------------------------------ ##
14152 _ASBOX
14153 ) | sed "s/^/$as_me: WARNING: /" >&2
14155 esac
14156 { $as_echo "$as_me:$LINENO: checking for gphoto2-camera.h" >&5
14157 $as_echo_n "checking for gphoto2-camera.h... " >&6; }
14158 if test "${ac_cv_header_gphoto2_camera_h+set}" = set; then
14159 $as_echo_n "(cached) " >&6
14160 else
14161 ac_cv_header_gphoto2_camera_h=$ac_header_preproc
14163 { $as_echo "$as_me:$LINENO: result: $ac_cv_header_gphoto2_camera_h" >&5
14164 $as_echo "$ac_cv_header_gphoto2_camera_h" >&6; }
14167 if test "x$ac_cv_header_gphoto2_camera_h" = x""yes; then
14168 { $as_echo "$as_me:$LINENO: checking for gp_camera_new in -lgphoto2" >&5
14169 $as_echo_n "checking for gp_camera_new in -lgphoto2... " >&6; }
14170 if test "${ac_cv_lib_gphoto2_gp_camera_new+set}" = set; then
14171 $as_echo_n "(cached) " >&6
14172 else
14173 ac_check_lib_save_LIBS=$LIBS
14174 LIBS="-lgphoto2 $ac_gphoto2_libs $LIBS"
14175 cat >conftest.$ac_ext <<_ACEOF
14176 /* confdefs.h. */
14177 _ACEOF
14178 cat confdefs.h >>conftest.$ac_ext
14179 cat >>conftest.$ac_ext <<_ACEOF
14180 /* end confdefs.h. */
14182 /* Override any GCC internal prototype to avoid an error.
14183 Use char because int might match the return type of a GCC
14184 builtin and then its argument prototype would still apply. */
14185 #ifdef __cplusplus
14186 extern "C"
14187 #endif
14188 char gp_camera_new ();
14190 main ()
14192 return gp_camera_new ();
14194 return 0;
14196 _ACEOF
14197 rm -f conftest.$ac_objext conftest$ac_exeext
14198 if { (ac_try="$ac_link"
14199 case "(($ac_try" in
14200 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14201 *) ac_try_echo=$ac_try;;
14202 esac
14203 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
14204 $as_echo "$ac_try_echo") >&5
14205 (eval "$ac_link") 2>conftest.er1
14206 ac_status=$?
14207 grep -v '^ *+' conftest.er1 >conftest.err
14208 rm -f conftest.er1
14209 cat conftest.err >&5
14210 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
14211 (exit $ac_status); } && {
14212 test -z "$ac_c_werror_flag" ||
14213 test ! -s conftest.err
14214 } && test -s conftest$ac_exeext && {
14215 test "$cross_compiling" = yes ||
14216 $as_test_x conftest$ac_exeext
14217 }; then
14218 ac_cv_lib_gphoto2_gp_camera_new=yes
14219 else
14220 $as_echo "$as_me: failed program was:" >&5
14221 sed 's/^/| /' conftest.$ac_ext >&5
14223 ac_cv_lib_gphoto2_gp_camera_new=no
14226 rm -rf conftest.dSYM
14227 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
14228 conftest$ac_exeext conftest.$ac_ext
14229 LIBS=$ac_check_lib_save_LIBS
14231 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_gphoto2_gp_camera_new" >&5
14232 $as_echo "$ac_cv_lib_gphoto2_gp_camera_new" >&6; }
14233 if test "x$ac_cv_lib_gphoto2_gp_camera_new" = x""yes; then
14235 cat >>confdefs.h <<\_ACEOF
14236 #define HAVE_GPHOTO2 1
14237 _ACEOF
14239 GPHOTO2LIBS="$ac_gphoto2_libs"
14241 GPHOTO2INCL="$ac_gphoto2_incl"
14248 CPPFLAGS="$ac_save_CPPFLAGS"
14250 if test "$ac_cv_lib_gphoto2_gp_camera_new" != "yes"; then
14251 case "x$with_gphoto" in
14252 x) wine_notices="$wine_notices|libgphoto2 ${notice_platform}development files not found, digital cameras won't be supported." ;;
14253 xno) ;;
14254 *) { { $as_echo "$as_me:$LINENO: error: libgphoto2 ${notice_platform}development files not found, digital cameras won't be supported.
14255 This is an error since --with-gphoto was requested." >&5
14256 $as_echo "$as_me: error: libgphoto2 ${notice_platform}development files not found, digital cameras won't be supported.
14257 This is an error since --with-gphoto was requested." >&2;}
14258 { (exit 1); exit 1; }; } ;;
14259 esac
14264 RESOLVLIBS=""
14266 if test "$ac_cv_header_resolv_h" = "yes"
14267 then
14268 { $as_echo "$as_me:$LINENO: checking for res_query in -lresolv" >&5
14269 $as_echo_n "checking for res_query in -lresolv... " >&6; }
14270 if test "${ac_cv_lib_resolv_res_query+set}" = set; then
14271 $as_echo_n "(cached) " >&6
14272 else
14273 ac_check_lib_save_LIBS=$LIBS
14274 LIBS="-lresolv $LIBS"
14275 cat >conftest.$ac_ext <<_ACEOF
14276 /* confdefs.h. */
14277 _ACEOF
14278 cat confdefs.h >>conftest.$ac_ext
14279 cat >>conftest.$ac_ext <<_ACEOF
14280 /* end confdefs.h. */
14282 /* Override any GCC internal prototype to avoid an error.
14283 Use char because int might match the return type of a GCC
14284 builtin and then its argument prototype would still apply. */
14285 #ifdef __cplusplus
14286 extern "C"
14287 #endif
14288 char res_query ();
14290 main ()
14292 return res_query ();
14294 return 0;
14296 _ACEOF
14297 rm -f conftest.$ac_objext conftest$ac_exeext
14298 if { (ac_try="$ac_link"
14299 case "(($ac_try" in
14300 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14301 *) ac_try_echo=$ac_try;;
14302 esac
14303 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
14304 $as_echo "$ac_try_echo") >&5
14305 (eval "$ac_link") 2>conftest.er1
14306 ac_status=$?
14307 grep -v '^ *+' conftest.er1 >conftest.err
14308 rm -f conftest.er1
14309 cat conftest.err >&5
14310 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
14311 (exit $ac_status); } && {
14312 test -z "$ac_c_werror_flag" ||
14313 test ! -s conftest.err
14314 } && test -s conftest$ac_exeext && {
14315 test "$cross_compiling" = yes ||
14316 $as_test_x conftest$ac_exeext
14317 }; then
14318 ac_cv_lib_resolv_res_query=yes
14319 else
14320 $as_echo "$as_me: failed program was:" >&5
14321 sed 's/^/| /' conftest.$ac_ext >&5
14323 ac_cv_lib_resolv_res_query=no
14326 rm -rf conftest.dSYM
14327 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
14328 conftest$ac_exeext conftest.$ac_ext
14329 LIBS=$ac_check_lib_save_LIBS
14331 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_resolv_res_query" >&5
14332 $as_echo "$ac_cv_lib_resolv_res_query" >&6; }
14333 if test "x$ac_cv_lib_resolv_res_query" = x""yes; then
14335 cat >>confdefs.h <<\_ACEOF
14336 #define HAVE_RESOLV 1
14337 _ACEOF
14339 RESOLVLIBS="-lresolv"
14344 LCMSLIBS=""
14346 if test "$ac_cv_header_lcms_h" = "yes" -o "$ac_cv_header_lcms_lcms_h" = "yes"
14347 then
14348 { $as_echo "$as_me:$LINENO: checking for cmsOpenProfileFromFile in -llcms" >&5
14349 $as_echo_n "checking for cmsOpenProfileFromFile in -llcms... " >&6; }
14350 if test "${ac_cv_lib_lcms_cmsOpenProfileFromFile+set}" = set; then
14351 $as_echo_n "(cached) " >&6
14352 else
14353 ac_check_lib_save_LIBS=$LIBS
14354 LIBS="-llcms $LIBS"
14355 cat >conftest.$ac_ext <<_ACEOF
14356 /* confdefs.h. */
14357 _ACEOF
14358 cat confdefs.h >>conftest.$ac_ext
14359 cat >>conftest.$ac_ext <<_ACEOF
14360 /* end confdefs.h. */
14362 /* Override any GCC internal prototype to avoid an error.
14363 Use char because int might match the return type of a GCC
14364 builtin and then its argument prototype would still apply. */
14365 #ifdef __cplusplus
14366 extern "C"
14367 #endif
14368 char cmsOpenProfileFromFile ();
14370 main ()
14372 return cmsOpenProfileFromFile ();
14374 return 0;
14376 _ACEOF
14377 rm -f conftest.$ac_objext conftest$ac_exeext
14378 if { (ac_try="$ac_link"
14379 case "(($ac_try" in
14380 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14381 *) ac_try_echo=$ac_try;;
14382 esac
14383 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
14384 $as_echo "$ac_try_echo") >&5
14385 (eval "$ac_link") 2>conftest.er1
14386 ac_status=$?
14387 grep -v '^ *+' conftest.er1 >conftest.err
14388 rm -f conftest.er1
14389 cat conftest.err >&5
14390 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
14391 (exit $ac_status); } && {
14392 test -z "$ac_c_werror_flag" ||
14393 test ! -s conftest.err
14394 } && test -s conftest$ac_exeext && {
14395 test "$cross_compiling" = yes ||
14396 $as_test_x conftest$ac_exeext
14397 }; then
14398 ac_cv_lib_lcms_cmsOpenProfileFromFile=yes
14399 else
14400 $as_echo "$as_me: failed program was:" >&5
14401 sed 's/^/| /' conftest.$ac_ext >&5
14403 ac_cv_lib_lcms_cmsOpenProfileFromFile=no
14406 rm -rf conftest.dSYM
14407 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
14408 conftest$ac_exeext conftest.$ac_ext
14409 LIBS=$ac_check_lib_save_LIBS
14411 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_lcms_cmsOpenProfileFromFile" >&5
14412 $as_echo "$ac_cv_lib_lcms_cmsOpenProfileFromFile" >&6; }
14413 if test "x$ac_cv_lib_lcms_cmsOpenProfileFromFile" = x""yes; then
14415 cat >>confdefs.h <<\_ACEOF
14416 #define HAVE_LCMS 1
14417 _ACEOF
14419 LCMSLIBS="-llcms"
14423 if test "$ac_cv_lib_lcms_cmsOpenProfileFromFile" != "yes"; then
14424 case "x$with_cms" in
14425 x) wine_notices="$wine_notices|liblcms ${notice_platform}development files not found, Color Management won't be supported." ;;
14426 xno) ;;
14427 *) { { $as_echo "$as_me:$LINENO: error: liblcms ${notice_platform}development files not found, Color Management won't be supported.
14428 This is an error since --with-cms was requested." >&5
14429 $as_echo "$as_me: error: liblcms ${notice_platform}development files not found, Color Management won't be supported.
14430 This is an error since --with-cms was requested." >&2;}
14431 { (exit 1); exit 1; }; } ;;
14432 esac
14436 for ac_prog in freetype-config freetype2-config
14438 # Extract the first word of "$ac_prog", so it can be a program name with args.
14439 set dummy $ac_prog; ac_word=$2
14440 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
14441 $as_echo_n "checking for $ac_word... " >&6; }
14442 if test "${ac_cv_prog_ft_devel+set}" = set; then
14443 $as_echo_n "(cached) " >&6
14444 else
14445 if test -n "$ft_devel"; then
14446 ac_cv_prog_ft_devel="$ft_devel" # Let the user override the test.
14447 else
14448 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
14449 for as_dir in $PATH
14451 IFS=$as_save_IFS
14452 test -z "$as_dir" && as_dir=.
14453 for ac_exec_ext in '' $ac_executable_extensions; do
14454 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
14455 ac_cv_prog_ft_devel="$ac_prog"
14456 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
14457 break 2
14459 done
14460 done
14461 IFS=$as_save_IFS
14465 ft_devel=$ac_cv_prog_ft_devel
14466 if test -n "$ft_devel"; then
14467 { $as_echo "$as_me:$LINENO: result: $ft_devel" >&5
14468 $as_echo "$ft_devel" >&6; }
14469 else
14470 { $as_echo "$as_me:$LINENO: result: no" >&5
14471 $as_echo "no" >&6; }
14475 test -n "$ft_devel" && break
14476 done
14477 test -n "$ft_devel" || ft_devel="false"
14479 if test "$ft_devel" != "false" -a "x$with_freetype" != "xno"
14480 then
14481 ac_freetype_libs=`$ft_devel --libs`
14482 ac_freetype_incl=`$ft_devel --cflags`
14483 { $as_echo "$as_me:$LINENO: checking for -lfreetype" >&5
14484 $as_echo_n "checking for -lfreetype... " >&6; }
14485 if test "${ac_cv_lib_soname_freetype+set}" = set; then
14486 $as_echo_n "(cached) " >&6
14487 else
14488 ac_check_soname_save_LIBS=$LIBS
14489 LIBS="-lfreetype $ac_freetype_libs $LIBS"
14490 cat >conftest.$ac_ext <<_ACEOF
14491 /* confdefs.h. */
14492 _ACEOF
14493 cat confdefs.h >>conftest.$ac_ext
14494 cat >>conftest.$ac_ext <<_ACEOF
14495 /* end confdefs.h. */
14497 /* Override any GCC internal prototype to avoid an error.
14498 Use char because int might match the return type of a GCC
14499 builtin and then its argument prototype would still apply. */
14500 #ifdef __cplusplus
14501 extern "C"
14502 #endif
14503 char FT_Init_FreeType ();
14505 main ()
14507 return FT_Init_FreeType ();
14509 return 0;
14511 _ACEOF
14512 rm -f conftest.$ac_objext conftest$ac_exeext
14513 if { (ac_try="$ac_link"
14514 case "(($ac_try" in
14515 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14516 *) ac_try_echo=$ac_try;;
14517 esac
14518 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
14519 $as_echo "$ac_try_echo") >&5
14520 (eval "$ac_link") 2>conftest.er1
14521 ac_status=$?
14522 grep -v '^ *+' conftest.er1 >conftest.err
14523 rm -f conftest.er1
14524 cat conftest.err >&5
14525 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
14526 (exit $ac_status); } && {
14527 test -z "$ac_c_werror_flag" ||
14528 test ! -s conftest.err
14529 } && test -s conftest$ac_exeext && {
14530 test "$cross_compiling" = yes ||
14531 $as_test_x conftest$ac_exeext
14532 }; then
14533 case "$LIBEXT" in
14534 dll) ;;
14535 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'` ;;
14536 *) ac_cv_lib_soname_freetype=`$ac_cv_path_LDD conftest$ac_exeext | grep "libfreetype\\.$LIBEXT" | sed -e "s/^.*\(libfreetype\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
14537 esac
14538 else
14539 $as_echo "$as_me: failed program was:" >&5
14540 sed 's/^/| /' conftest.$ac_ext >&5
14545 rm -rf conftest.dSYM
14546 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
14547 conftest$ac_exeext conftest.$ac_ext
14548 LIBS=$ac_check_soname_save_LIBS
14550 if test "x$ac_cv_lib_soname_freetype" = "x"; then
14551 { $as_echo "$as_me:$LINENO: result: not found" >&5
14552 $as_echo "not found" >&6; }
14553 ft_lib=no
14554 else
14555 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_freetype" >&5
14556 $as_echo "$ac_cv_lib_soname_freetype" >&6; }
14558 cat >>confdefs.h <<_ACEOF
14559 #define SONAME_LIBFREETYPE "$ac_cv_lib_soname_freetype"
14560 _ACEOF
14562 ft_lib=yes
14565 if test "$ft_lib" = "yes"
14566 then
14567 ac_save_CPPFLAGS="$CPPFLAGS"
14568 CPPFLAGS="$ac_freetype_incl $CPPFLAGS"
14581 for ac_header in ft2build.h \
14582 freetype/freetype.h \
14583 freetype/ftglyph.h \
14584 freetype/fttypes.h \
14585 freetype/tttables.h \
14586 freetype/ftnames.h \
14587 freetype/ftsnames.h \
14588 freetype/ttnameid.h \
14589 freetype/ftoutln.h \
14590 freetype/ftwinfnt.h \
14591 freetype/ftmodapi.h \
14592 freetype/internal/sfnt.h
14594 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
14595 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
14596 $as_echo_n "checking for $ac_header... " >&6; }
14597 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
14598 $as_echo_n "(cached) " >&6
14599 else
14600 cat >conftest.$ac_ext <<_ACEOF
14601 /* confdefs.h. */
14602 _ACEOF
14603 cat confdefs.h >>conftest.$ac_ext
14604 cat >>conftest.$ac_ext <<_ACEOF
14605 /* end confdefs.h. */
14606 #ifdef HAVE_FT2BUILD_H
14607 # include <ft2build.h>
14608 #endif
14610 #include <$ac_header>
14611 _ACEOF
14612 rm -f conftest.$ac_objext
14613 if { (ac_try="$ac_compile"
14614 case "(($ac_try" in
14615 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14616 *) ac_try_echo=$ac_try;;
14617 esac
14618 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
14619 $as_echo "$ac_try_echo") >&5
14620 (eval "$ac_compile") 2>conftest.er1
14621 ac_status=$?
14622 grep -v '^ *+' conftest.er1 >conftest.err
14623 rm -f conftest.er1
14624 cat conftest.err >&5
14625 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
14626 (exit $ac_status); } && {
14627 test -z "$ac_c_werror_flag" ||
14628 test ! -s conftest.err
14629 } && test -s conftest.$ac_objext; then
14630 eval "$as_ac_Header=yes"
14631 else
14632 $as_echo "$as_me: failed program was:" >&5
14633 sed 's/^/| /' conftest.$ac_ext >&5
14635 eval "$as_ac_Header=no"
14638 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14640 ac_res=`eval 'as_val=${'$as_ac_Header'}
14641 $as_echo "$as_val"'`
14642 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
14643 $as_echo "$ac_res" >&6; }
14644 as_val=`eval 'as_val=${'$as_ac_Header'}
14645 $as_echo "$as_val"'`
14646 if test "x$as_val" = x""yes; then
14647 cat >>confdefs.h <<_ACEOF
14648 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
14649 _ACEOF
14653 done
14655 cat >conftest.$ac_ext <<_ACEOF
14656 /* confdefs.h. */
14657 _ACEOF
14658 cat confdefs.h >>conftest.$ac_ext
14659 cat >>conftest.$ac_ext <<_ACEOF
14660 /* end confdefs.h. */
14661 #include <ft2build.h>
14662 #include <freetype/fttrigon.h>
14663 _ACEOF
14664 if { (ac_try="$ac_cpp conftest.$ac_ext"
14665 case "(($ac_try" in
14666 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14667 *) ac_try_echo=$ac_try;;
14668 esac
14669 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
14670 $as_echo "$ac_try_echo") >&5
14671 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
14672 ac_status=$?
14673 grep -v '^ *+' conftest.er1 >conftest.err
14674 rm -f conftest.er1
14675 cat conftest.err >&5
14676 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
14677 (exit $ac_status); } >/dev/null && {
14678 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
14679 test ! -s conftest.err
14680 }; then
14682 cat >>confdefs.h <<\_ACEOF
14683 #define HAVE_FREETYPE_FTTRIGON_H 1
14684 _ACEOF
14686 wine_cv_fttrigon=yes
14687 else
14688 $as_echo "$as_me: failed program was:" >&5
14689 sed 's/^/| /' conftest.$ac_ext >&5
14691 wine_cv_fttrigon=no
14694 rm -f conftest.err conftest.$ac_ext
14695 { $as_echo "$as_me:$LINENO: checking for FT_TrueTypeEngineType" >&5
14696 $as_echo_n "checking for FT_TrueTypeEngineType... " >&6; }
14697 if test "${ac_cv_type_FT_TrueTypeEngineType+set}" = set; then
14698 $as_echo_n "(cached) " >&6
14699 else
14700 ac_cv_type_FT_TrueTypeEngineType=no
14701 cat >conftest.$ac_ext <<_ACEOF
14702 /* confdefs.h. */
14703 _ACEOF
14704 cat confdefs.h >>conftest.$ac_ext
14705 cat >>conftest.$ac_ext <<_ACEOF
14706 /* end confdefs.h. */
14707 #include <freetype/ftmodapi.h>
14710 main ()
14712 if (sizeof (FT_TrueTypeEngineType))
14713 return 0;
14715 return 0;
14717 _ACEOF
14718 rm -f conftest.$ac_objext
14719 if { (ac_try="$ac_compile"
14720 case "(($ac_try" in
14721 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14722 *) ac_try_echo=$ac_try;;
14723 esac
14724 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
14725 $as_echo "$ac_try_echo") >&5
14726 (eval "$ac_compile") 2>conftest.er1
14727 ac_status=$?
14728 grep -v '^ *+' conftest.er1 >conftest.err
14729 rm -f conftest.er1
14730 cat conftest.err >&5
14731 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
14732 (exit $ac_status); } && {
14733 test -z "$ac_c_werror_flag" ||
14734 test ! -s conftest.err
14735 } && test -s conftest.$ac_objext; then
14736 cat >conftest.$ac_ext <<_ACEOF
14737 /* confdefs.h. */
14738 _ACEOF
14739 cat confdefs.h >>conftest.$ac_ext
14740 cat >>conftest.$ac_ext <<_ACEOF
14741 /* end confdefs.h. */
14742 #include <freetype/ftmodapi.h>
14745 main ()
14747 if (sizeof ((FT_TrueTypeEngineType)))
14748 return 0;
14750 return 0;
14752 _ACEOF
14753 rm -f conftest.$ac_objext
14754 if { (ac_try="$ac_compile"
14755 case "(($ac_try" in
14756 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14757 *) ac_try_echo=$ac_try;;
14758 esac
14759 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
14760 $as_echo "$ac_try_echo") >&5
14761 (eval "$ac_compile") 2>conftest.er1
14762 ac_status=$?
14763 grep -v '^ *+' conftest.er1 >conftest.err
14764 rm -f conftest.er1
14765 cat conftest.err >&5
14766 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
14767 (exit $ac_status); } && {
14768 test -z "$ac_c_werror_flag" ||
14769 test ! -s conftest.err
14770 } && test -s conftest.$ac_objext; then
14772 else
14773 $as_echo "$as_me: failed program was:" >&5
14774 sed 's/^/| /' conftest.$ac_ext >&5
14776 ac_cv_type_FT_TrueTypeEngineType=yes
14779 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14780 else
14781 $as_echo "$as_me: failed program was:" >&5
14782 sed 's/^/| /' conftest.$ac_ext >&5
14787 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14789 { $as_echo "$as_me:$LINENO: result: $ac_cv_type_FT_TrueTypeEngineType" >&5
14790 $as_echo "$ac_cv_type_FT_TrueTypeEngineType" >&6; }
14791 if test "x$ac_cv_type_FT_TrueTypeEngineType" = x""yes; then
14793 cat >>confdefs.h <<_ACEOF
14794 #define HAVE_FT_TRUETYPEENGINETYPE 1
14795 _ACEOF
14800 ac_save_CFLAGS="$CFLAGS"
14801 CFLAGS="$CFLAGS $ac_freetype_libs"
14803 for ac_func in FT_Load_Sfnt_Table
14805 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
14806 { $as_echo "$as_me:$LINENO: checking for $ac_func" >&5
14807 $as_echo_n "checking for $ac_func... " >&6; }
14808 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
14809 $as_echo_n "(cached) " >&6
14810 else
14811 cat >conftest.$ac_ext <<_ACEOF
14812 /* confdefs.h. */
14813 _ACEOF
14814 cat confdefs.h >>conftest.$ac_ext
14815 cat >>conftest.$ac_ext <<_ACEOF
14816 /* end confdefs.h. */
14817 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
14818 For example, HP-UX 11i <limits.h> declares gettimeofday. */
14819 #define $ac_func innocuous_$ac_func
14821 /* System header to define __stub macros and hopefully few prototypes,
14822 which can conflict with char $ac_func (); below.
14823 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
14824 <limits.h> exists even on freestanding compilers. */
14826 #ifdef __STDC__
14827 # include <limits.h>
14828 #else
14829 # include <assert.h>
14830 #endif
14832 #undef $ac_func
14834 /* Override any GCC internal prototype to avoid an error.
14835 Use char because int might match the return type of a GCC
14836 builtin and then its argument prototype would still apply. */
14837 #ifdef __cplusplus
14838 extern "C"
14839 #endif
14840 char $ac_func ();
14841 /* The GNU C library defines this for functions which it implements
14842 to always fail with ENOSYS. Some functions are actually named
14843 something starting with __ and the normal name is an alias. */
14844 #if defined __stub_$ac_func || defined __stub___$ac_func
14845 choke me
14846 #endif
14849 main ()
14851 return $ac_func ();
14853 return 0;
14855 _ACEOF
14856 rm -f conftest.$ac_objext conftest$ac_exeext
14857 if { (ac_try="$ac_link"
14858 case "(($ac_try" in
14859 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14860 *) ac_try_echo=$ac_try;;
14861 esac
14862 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
14863 $as_echo "$ac_try_echo") >&5
14864 (eval "$ac_link") 2>conftest.er1
14865 ac_status=$?
14866 grep -v '^ *+' conftest.er1 >conftest.err
14867 rm -f conftest.er1
14868 cat conftest.err >&5
14869 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
14870 (exit $ac_status); } && {
14871 test -z "$ac_c_werror_flag" ||
14872 test ! -s conftest.err
14873 } && test -s conftest$ac_exeext && {
14874 test "$cross_compiling" = yes ||
14875 $as_test_x conftest$ac_exeext
14876 }; then
14877 eval "$as_ac_var=yes"
14878 else
14879 $as_echo "$as_me: failed program was:" >&5
14880 sed 's/^/| /' conftest.$ac_ext >&5
14882 eval "$as_ac_var=no"
14885 rm -rf conftest.dSYM
14886 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
14887 conftest$ac_exeext conftest.$ac_ext
14889 ac_res=`eval 'as_val=${'$as_ac_var'}
14890 $as_echo "$as_val"'`
14891 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
14892 $as_echo "$ac_res" >&6; }
14893 as_val=`eval 'as_val=${'$as_ac_var'}
14894 $as_echo "$as_val"'`
14895 if test "x$as_val" = x""yes; then
14896 cat >>confdefs.h <<_ACEOF
14897 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
14898 _ACEOF
14901 done
14903 CFLAGS="$ac_save_CFLAGS"
14904 CPPFLAGS="$ac_save_CPPFLAGS"
14905 if test "$ac_cv_header_freetype_freetype_h" = "yes" -a "$wine_cv_fttrigon" = "yes"
14906 then
14908 cat >>confdefs.h <<\_ACEOF
14909 #define HAVE_FREETYPE 1
14910 _ACEOF
14912 FREETYPELIBS="$ac_freetype_libs"
14914 FREETYPEINCL="$ac_freetype_incl"
14919 if test "x$FREETYPELIBS" = "x"; then
14920 case "x$with_freetype" in
14921 xno) ;;
14922 *) { { $as_echo "$as_me:$LINENO: error: FreeType ${notice_platform}development files not found. Fonts will not be built.
14923 Use the --without-freetype option if you really want this." >&5
14924 $as_echo "$as_me: error: FreeType ${notice_platform}development files not found. Fonts will not be built.
14925 Use the --without-freetype option if you really want this." >&2;}
14926 { (exit 1); exit 1; }; } ;;
14927 esac
14930 test "x$FREETYPELIBS" = "x" && enable_fonts=${enable_fonts:-no}
14932 { $as_echo "$as_me:$LINENO: checking for parport header/ppdev.h" >&5
14933 $as_echo_n "checking for parport header/ppdev.h... " >&6; }
14934 if test "${ac_cv_c_ppdev+set}" = set; then
14935 $as_echo_n "(cached) " >&6
14936 else
14937 cat >conftest.$ac_ext <<_ACEOF
14938 /* confdefs.h. */
14939 _ACEOF
14940 cat confdefs.h >>conftest.$ac_ext
14941 cat >>conftest.$ac_ext <<_ACEOF
14942 /* end confdefs.h. */
14943 #include <linux/ppdev.h>
14945 main ()
14947 ioctl (1,PPCLAIM,0)
14949 return 0;
14951 _ACEOF
14952 rm -f conftest.$ac_objext
14953 if { (ac_try="$ac_compile"
14954 case "(($ac_try" in
14955 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14956 *) ac_try_echo=$ac_try;;
14957 esac
14958 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
14959 $as_echo "$ac_try_echo") >&5
14960 (eval "$ac_compile") 2>conftest.er1
14961 ac_status=$?
14962 grep -v '^ *+' conftest.er1 >conftest.err
14963 rm -f conftest.er1
14964 cat conftest.err >&5
14965 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
14966 (exit $ac_status); } && {
14967 test -z "$ac_c_werror_flag" ||
14968 test ! -s conftest.err
14969 } && test -s conftest.$ac_objext; then
14970 ac_cv_c_ppdev="yes"
14971 else
14972 $as_echo "$as_me: failed program was:" >&5
14973 sed 's/^/| /' conftest.$ac_ext >&5
14975 ac_cv_c_ppdev="no"
14978 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14980 { $as_echo "$as_me:$LINENO: result: $ac_cv_c_ppdev" >&5
14981 $as_echo "$ac_cv_c_ppdev" >&6; }
14982 if test "$ac_cv_c_ppdev" = "yes"
14983 then
14985 cat >>confdefs.h <<\_ACEOF
14986 #define HAVE_PPDEV 1
14987 _ACEOF
14991 { $as_echo "$as_me:$LINENO: checking for va_copy" >&5
14992 $as_echo_n "checking for va_copy... " >&6; }
14993 if test "${ac_cv_c_va_copy+set}" = set; then
14994 $as_echo_n "(cached) " >&6
14995 else
14996 cat >conftest.$ac_ext <<_ACEOF
14997 /* confdefs.h. */
14998 _ACEOF
14999 cat confdefs.h >>conftest.$ac_ext
15000 cat >>conftest.$ac_ext <<_ACEOF
15001 /* end confdefs.h. */
15002 #include <stdarg.h>
15004 main ()
15006 va_list ap1, ap2; va_copy(ap1,ap2);
15008 return 0;
15010 _ACEOF
15011 rm -f conftest.$ac_objext conftest$ac_exeext
15012 if { (ac_try="$ac_link"
15013 case "(($ac_try" in
15014 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15015 *) ac_try_echo=$ac_try;;
15016 esac
15017 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
15018 $as_echo "$ac_try_echo") >&5
15019 (eval "$ac_link") 2>conftest.er1
15020 ac_status=$?
15021 grep -v '^ *+' conftest.er1 >conftest.err
15022 rm -f conftest.er1
15023 cat conftest.err >&5
15024 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
15025 (exit $ac_status); } && {
15026 test -z "$ac_c_werror_flag" ||
15027 test ! -s conftest.err
15028 } && test -s conftest$ac_exeext && {
15029 test "$cross_compiling" = yes ||
15030 $as_test_x conftest$ac_exeext
15031 }; then
15032 ac_cv_c_va_copy="yes"
15033 else
15034 $as_echo "$as_me: failed program was:" >&5
15035 sed 's/^/| /' conftest.$ac_ext >&5
15037 ac_cv_c_va_copy="no"
15040 rm -rf conftest.dSYM
15041 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
15042 conftest$ac_exeext conftest.$ac_ext
15045 { $as_echo "$as_me:$LINENO: result: $ac_cv_c_va_copy" >&5
15046 $as_echo "$ac_cv_c_va_copy" >&6; }
15047 if test "$ac_cv_c_va_copy" = "yes"
15048 then
15050 cat >>confdefs.h <<\_ACEOF
15051 #define HAVE_VA_COPY 1
15052 _ACEOF
15055 { $as_echo "$as_me:$LINENO: checking for __va_copy" >&5
15056 $as_echo_n "checking for __va_copy... " >&6; }
15057 if test "${ac_cv_c___va_copy+set}" = set; then
15058 $as_echo_n "(cached) " >&6
15059 else
15060 cat >conftest.$ac_ext <<_ACEOF
15061 /* confdefs.h. */
15062 _ACEOF
15063 cat confdefs.h >>conftest.$ac_ext
15064 cat >>conftest.$ac_ext <<_ACEOF
15065 /* end confdefs.h. */
15066 #include <stdarg.h>
15068 main ()
15070 va_list ap1, ap2; __va_copy(ap1,ap2);
15072 return 0;
15074 _ACEOF
15075 rm -f conftest.$ac_objext conftest$ac_exeext
15076 if { (ac_try="$ac_link"
15077 case "(($ac_try" in
15078 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15079 *) ac_try_echo=$ac_try;;
15080 esac
15081 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
15082 $as_echo "$ac_try_echo") >&5
15083 (eval "$ac_link") 2>conftest.er1
15084 ac_status=$?
15085 grep -v '^ *+' conftest.er1 >conftest.err
15086 rm -f conftest.er1
15087 cat conftest.err >&5
15088 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
15089 (exit $ac_status); } && {
15090 test -z "$ac_c_werror_flag" ||
15091 test ! -s conftest.err
15092 } && test -s conftest$ac_exeext && {
15093 test "$cross_compiling" = yes ||
15094 $as_test_x conftest$ac_exeext
15095 }; then
15096 ac_cv_c___va_copy="yes"
15097 else
15098 $as_echo "$as_me: failed program was:" >&5
15099 sed 's/^/| /' conftest.$ac_ext >&5
15101 ac_cv_c___va_copy="no"
15104 rm -rf conftest.dSYM
15105 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
15106 conftest$ac_exeext conftest.$ac_ext
15109 { $as_echo "$as_me:$LINENO: result: $ac_cv_c___va_copy" >&5
15110 $as_echo "$ac_cv_c___va_copy" >&6; }
15111 if test "$ac_cv_c___va_copy" = "yes"
15112 then
15114 cat >>confdefs.h <<\_ACEOF
15115 #define HAVE___VA_COPY 1
15116 _ACEOF
15120 { $as_echo "$as_me:$LINENO: checking for pthread_rwlock_t" >&5
15121 $as_echo_n "checking for pthread_rwlock_t... " >&6; }
15122 if test "${ac_cv_type_pthread_rwlock_t+set}" = set; then
15123 $as_echo_n "(cached) " >&6
15124 else
15125 ac_cv_type_pthread_rwlock_t=no
15126 cat >conftest.$ac_ext <<_ACEOF
15127 /* confdefs.h. */
15128 _ACEOF
15129 cat confdefs.h >>conftest.$ac_ext
15130 cat >>conftest.$ac_ext <<_ACEOF
15131 /* end confdefs.h. */
15132 #define _GNU_SOURCE
15133 #include <pthread.h>
15136 main ()
15138 if (sizeof (pthread_rwlock_t))
15139 return 0;
15141 return 0;
15143 _ACEOF
15144 rm -f conftest.$ac_objext
15145 if { (ac_try="$ac_compile"
15146 case "(($ac_try" in
15147 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15148 *) ac_try_echo=$ac_try;;
15149 esac
15150 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
15151 $as_echo "$ac_try_echo") >&5
15152 (eval "$ac_compile") 2>conftest.er1
15153 ac_status=$?
15154 grep -v '^ *+' conftest.er1 >conftest.err
15155 rm -f conftest.er1
15156 cat conftest.err >&5
15157 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
15158 (exit $ac_status); } && {
15159 test -z "$ac_c_werror_flag" ||
15160 test ! -s conftest.err
15161 } && test -s conftest.$ac_objext; then
15162 cat >conftest.$ac_ext <<_ACEOF
15163 /* confdefs.h. */
15164 _ACEOF
15165 cat confdefs.h >>conftest.$ac_ext
15166 cat >>conftest.$ac_ext <<_ACEOF
15167 /* end confdefs.h. */
15168 #define _GNU_SOURCE
15169 #include <pthread.h>
15172 main ()
15174 if (sizeof ((pthread_rwlock_t)))
15175 return 0;
15177 return 0;
15179 _ACEOF
15180 rm -f conftest.$ac_objext
15181 if { (ac_try="$ac_compile"
15182 case "(($ac_try" in
15183 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15184 *) ac_try_echo=$ac_try;;
15185 esac
15186 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
15187 $as_echo "$ac_try_echo") >&5
15188 (eval "$ac_compile") 2>conftest.er1
15189 ac_status=$?
15190 grep -v '^ *+' conftest.er1 >conftest.err
15191 rm -f conftest.er1
15192 cat conftest.err >&5
15193 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
15194 (exit $ac_status); } && {
15195 test -z "$ac_c_werror_flag" ||
15196 test ! -s conftest.err
15197 } && test -s conftest.$ac_objext; then
15199 else
15200 $as_echo "$as_me: failed program was:" >&5
15201 sed 's/^/| /' conftest.$ac_ext >&5
15203 ac_cv_type_pthread_rwlock_t=yes
15206 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
15207 else
15208 $as_echo "$as_me: failed program was:" >&5
15209 sed 's/^/| /' conftest.$ac_ext >&5
15214 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
15216 { $as_echo "$as_me:$LINENO: result: $ac_cv_type_pthread_rwlock_t" >&5
15217 $as_echo "$ac_cv_type_pthread_rwlock_t" >&6; }
15218 if test "x$ac_cv_type_pthread_rwlock_t" = x""yes; then
15220 cat >>confdefs.h <<_ACEOF
15221 #define HAVE_PTHREAD_RWLOCK_T 1
15222 _ACEOF
15226 { $as_echo "$as_me:$LINENO: checking for pthread_rwlockattr_t" >&5
15227 $as_echo_n "checking for pthread_rwlockattr_t... " >&6; }
15228 if test "${ac_cv_type_pthread_rwlockattr_t+set}" = set; then
15229 $as_echo_n "(cached) " >&6
15230 else
15231 ac_cv_type_pthread_rwlockattr_t=no
15232 cat >conftest.$ac_ext <<_ACEOF
15233 /* confdefs.h. */
15234 _ACEOF
15235 cat confdefs.h >>conftest.$ac_ext
15236 cat >>conftest.$ac_ext <<_ACEOF
15237 /* end confdefs.h. */
15238 #define _GNU_SOURCE
15239 #include <pthread.h>
15242 main ()
15244 if (sizeof (pthread_rwlockattr_t))
15245 return 0;
15247 return 0;
15249 _ACEOF
15250 rm -f conftest.$ac_objext
15251 if { (ac_try="$ac_compile"
15252 case "(($ac_try" in
15253 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15254 *) ac_try_echo=$ac_try;;
15255 esac
15256 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
15257 $as_echo "$ac_try_echo") >&5
15258 (eval "$ac_compile") 2>conftest.er1
15259 ac_status=$?
15260 grep -v '^ *+' conftest.er1 >conftest.err
15261 rm -f conftest.er1
15262 cat conftest.err >&5
15263 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
15264 (exit $ac_status); } && {
15265 test -z "$ac_c_werror_flag" ||
15266 test ! -s conftest.err
15267 } && test -s conftest.$ac_objext; then
15268 cat >conftest.$ac_ext <<_ACEOF
15269 /* confdefs.h. */
15270 _ACEOF
15271 cat confdefs.h >>conftest.$ac_ext
15272 cat >>conftest.$ac_ext <<_ACEOF
15273 /* end confdefs.h. */
15274 #define _GNU_SOURCE
15275 #include <pthread.h>
15278 main ()
15280 if (sizeof ((pthread_rwlockattr_t)))
15281 return 0;
15283 return 0;
15285 _ACEOF
15286 rm -f conftest.$ac_objext
15287 if { (ac_try="$ac_compile"
15288 case "(($ac_try" in
15289 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15290 *) ac_try_echo=$ac_try;;
15291 esac
15292 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
15293 $as_echo "$ac_try_echo") >&5
15294 (eval "$ac_compile") 2>conftest.er1
15295 ac_status=$?
15296 grep -v '^ *+' conftest.er1 >conftest.err
15297 rm -f conftest.er1
15298 cat conftest.err >&5
15299 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
15300 (exit $ac_status); } && {
15301 test -z "$ac_c_werror_flag" ||
15302 test ! -s conftest.err
15303 } && test -s conftest.$ac_objext; then
15305 else
15306 $as_echo "$as_me: failed program was:" >&5
15307 sed 's/^/| /' conftest.$ac_ext >&5
15309 ac_cv_type_pthread_rwlockattr_t=yes
15312 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
15313 else
15314 $as_echo "$as_me: failed program was:" >&5
15315 sed 's/^/| /' conftest.$ac_ext >&5
15320 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
15322 { $as_echo "$as_me:$LINENO: result: $ac_cv_type_pthread_rwlockattr_t" >&5
15323 $as_echo "$ac_cv_type_pthread_rwlockattr_t" >&6; }
15324 if test "x$ac_cv_type_pthread_rwlockattr_t" = x""yes; then
15326 cat >>confdefs.h <<_ACEOF
15327 #define HAVE_PTHREAD_RWLOCKATTR_T 1
15328 _ACEOF
15334 ac_wine_check_funcs_save_LIBS="$LIBS"
15335 LIBS="$LIBS $LIBPTHREAD"
15340 for ac_func in \
15341 pthread_attr_get_np \
15342 pthread_getattr_np \
15343 pthread_get_stackaddr_np \
15344 pthread_get_stacksize_np
15346 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
15347 { $as_echo "$as_me:$LINENO: checking for $ac_func" >&5
15348 $as_echo_n "checking for $ac_func... " >&6; }
15349 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
15350 $as_echo_n "(cached) " >&6
15351 else
15352 cat >conftest.$ac_ext <<_ACEOF
15353 /* confdefs.h. */
15354 _ACEOF
15355 cat confdefs.h >>conftest.$ac_ext
15356 cat >>conftest.$ac_ext <<_ACEOF
15357 /* end confdefs.h. */
15358 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
15359 For example, HP-UX 11i <limits.h> declares gettimeofday. */
15360 #define $ac_func innocuous_$ac_func
15362 /* System header to define __stub macros and hopefully few prototypes,
15363 which can conflict with char $ac_func (); below.
15364 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
15365 <limits.h> exists even on freestanding compilers. */
15367 #ifdef __STDC__
15368 # include <limits.h>
15369 #else
15370 # include <assert.h>
15371 #endif
15373 #undef $ac_func
15375 /* Override any GCC internal prototype to avoid an error.
15376 Use char because int might match the return type of a GCC
15377 builtin and then its argument prototype would still apply. */
15378 #ifdef __cplusplus
15379 extern "C"
15380 #endif
15381 char $ac_func ();
15382 /* The GNU C library defines this for functions which it implements
15383 to always fail with ENOSYS. Some functions are actually named
15384 something starting with __ and the normal name is an alias. */
15385 #if defined __stub_$ac_func || defined __stub___$ac_func
15386 choke me
15387 #endif
15390 main ()
15392 return $ac_func ();
15394 return 0;
15396 _ACEOF
15397 rm -f conftest.$ac_objext conftest$ac_exeext
15398 if { (ac_try="$ac_link"
15399 case "(($ac_try" in
15400 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15401 *) ac_try_echo=$ac_try;;
15402 esac
15403 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
15404 $as_echo "$ac_try_echo") >&5
15405 (eval "$ac_link") 2>conftest.er1
15406 ac_status=$?
15407 grep -v '^ *+' conftest.er1 >conftest.err
15408 rm -f conftest.er1
15409 cat conftest.err >&5
15410 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
15411 (exit $ac_status); } && {
15412 test -z "$ac_c_werror_flag" ||
15413 test ! -s conftest.err
15414 } && test -s conftest$ac_exeext && {
15415 test "$cross_compiling" = yes ||
15416 $as_test_x conftest$ac_exeext
15417 }; then
15418 eval "$as_ac_var=yes"
15419 else
15420 $as_echo "$as_me: failed program was:" >&5
15421 sed 's/^/| /' conftest.$ac_ext >&5
15423 eval "$as_ac_var=no"
15426 rm -rf conftest.dSYM
15427 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
15428 conftest$ac_exeext conftest.$ac_ext
15430 ac_res=`eval 'as_val=${'$as_ac_var'}
15431 $as_echo "$as_val"'`
15432 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
15433 $as_echo "$ac_res" >&6; }
15434 as_val=`eval 'as_val=${'$as_ac_var'}
15435 $as_echo "$as_val"'`
15436 if test "x$as_val" = x""yes; then
15437 cat >>confdefs.h <<_ACEOF
15438 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
15439 _ACEOF
15442 done
15444 LIBS="$ac_wine_check_funcs_save_LIBS"
15446 # Extract the first word of "esd-config", so it can be a program name with args.
15447 set dummy esd-config; ac_word=$2
15448 { $as_echo "$as_me:$LINENO: checking for $ac_word" >&5
15449 $as_echo_n "checking for $ac_word... " >&6; }
15450 if test "${ac_cv_path_ESDCONFIG+set}" = set; then
15451 $as_echo_n "(cached) " >&6
15452 else
15453 case $ESDCONFIG in
15454 [\\/]* | ?:[\\/]*)
15455 ac_cv_path_ESDCONFIG="$ESDCONFIG" # Let the user override the test with a path.
15458 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
15459 for as_dir in $PATH
15461 IFS=$as_save_IFS
15462 test -z "$as_dir" && as_dir=.
15463 for ac_exec_ext in '' $ac_executable_extensions; do
15464 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
15465 ac_cv_path_ESDCONFIG="$as_dir/$ac_word$ac_exec_ext"
15466 $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
15467 break 2
15469 done
15470 done
15471 IFS=$as_save_IFS
15474 esac
15476 ESDCONFIG=$ac_cv_path_ESDCONFIG
15477 if test -n "$ESDCONFIG"; then
15478 { $as_echo "$as_me:$LINENO: result: $ESDCONFIG" >&5
15479 $as_echo "$ESDCONFIG" >&6; }
15480 else
15481 { $as_echo "$as_me:$LINENO: result: no" >&5
15482 $as_echo "no" >&6; }
15486 if test "x$with_esd" != xno -a "x$ESDCONFIG" != x -a "x$ESDCONFIG" != x'"$ESDCONFIG"';
15487 then
15488 ac_esd_incl=""
15489 for i in `$ESDCONFIG --cflags`
15491 case "$i" in
15492 -I*) ac_esd_incl="$ac_esd_incl $i";;
15493 esac
15494 done
15495 ac_esd_libs=`$ESDCONFIG --libs`
15496 save_CFLAGS="$CFLAGS"
15497 CFLAGS="$CFLAGS $ac_esd_incl"
15498 { $as_echo "$as_me:$LINENO: checking for esd_open_sound in -lesd" >&5
15499 $as_echo_n "checking for esd_open_sound in -lesd... " >&6; }
15500 if test "${ac_cv_lib_esd_esd_open_sound+set}" = set; then
15501 $as_echo_n "(cached) " >&6
15502 else
15503 ac_check_lib_save_LIBS=$LIBS
15504 LIBS="-lesd $ac_esd_libs $LIBS"
15505 cat >conftest.$ac_ext <<_ACEOF
15506 /* confdefs.h. */
15507 _ACEOF
15508 cat confdefs.h >>conftest.$ac_ext
15509 cat >>conftest.$ac_ext <<_ACEOF
15510 /* end confdefs.h. */
15512 /* Override any GCC internal prototype to avoid an error.
15513 Use char because int might match the return type of a GCC
15514 builtin and then its argument prototype would still apply. */
15515 #ifdef __cplusplus
15516 extern "C"
15517 #endif
15518 char esd_open_sound ();
15520 main ()
15522 return esd_open_sound ();
15524 return 0;
15526 _ACEOF
15527 rm -f conftest.$ac_objext conftest$ac_exeext
15528 if { (ac_try="$ac_link"
15529 case "(($ac_try" in
15530 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15531 *) ac_try_echo=$ac_try;;
15532 esac
15533 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
15534 $as_echo "$ac_try_echo") >&5
15535 (eval "$ac_link") 2>conftest.er1
15536 ac_status=$?
15537 grep -v '^ *+' conftest.er1 >conftest.err
15538 rm -f conftest.er1
15539 cat conftest.err >&5
15540 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
15541 (exit $ac_status); } && {
15542 test -z "$ac_c_werror_flag" ||
15543 test ! -s conftest.err
15544 } && test -s conftest$ac_exeext && {
15545 test "$cross_compiling" = yes ||
15546 $as_test_x conftest$ac_exeext
15547 }; then
15548 ac_cv_lib_esd_esd_open_sound=yes
15549 else
15550 $as_echo "$as_me: failed program was:" >&5
15551 sed 's/^/| /' conftest.$ac_ext >&5
15553 ac_cv_lib_esd_esd_open_sound=no
15556 rm -rf conftest.dSYM
15557 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
15558 conftest$ac_exeext conftest.$ac_ext
15559 LIBS=$ac_check_lib_save_LIBS
15561 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_esd_esd_open_sound" >&5
15562 $as_echo "$ac_cv_lib_esd_esd_open_sound" >&6; }
15563 if test "x$ac_cv_lib_esd_esd_open_sound" = x""yes; then
15564 ESDINCL="$ac_esd_incl"
15566 ESDLIBS="$ac_esd_libs"
15569 cat >>confdefs.h <<\_ACEOF
15570 #define HAVE_ESD 1
15571 _ACEOF
15575 CFLAGS="$save_CFLAGS"
15578 ALSALIBS=""
15580 if test "$ac_cv_header_sys_asoundlib_h" = "yes" -o "$ac_cv_header_alsa_asoundlib_h" = "yes"
15581 then
15582 { $as_echo "$as_me:$LINENO: checking for snd_pcm_hw_params_get_access in -lasound" >&5
15583 $as_echo_n "checking for snd_pcm_hw_params_get_access in -lasound... " >&6; }
15584 if test "${ac_cv_lib_asound_snd_pcm_hw_params_get_access+set}" = set; then
15585 $as_echo_n "(cached) " >&6
15586 else
15587 ac_check_lib_save_LIBS=$LIBS
15588 LIBS="-lasound $LIBS"
15589 cat >conftest.$ac_ext <<_ACEOF
15590 /* confdefs.h. */
15591 _ACEOF
15592 cat confdefs.h >>conftest.$ac_ext
15593 cat >>conftest.$ac_ext <<_ACEOF
15594 /* end confdefs.h. */
15596 /* Override any GCC internal prototype to avoid an error.
15597 Use char because int might match the return type of a GCC
15598 builtin and then its argument prototype would still apply. */
15599 #ifdef __cplusplus
15600 extern "C"
15601 #endif
15602 char snd_pcm_hw_params_get_access ();
15604 main ()
15606 return snd_pcm_hw_params_get_access ();
15608 return 0;
15610 _ACEOF
15611 rm -f conftest.$ac_objext conftest$ac_exeext
15612 if { (ac_try="$ac_link"
15613 case "(($ac_try" in
15614 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15615 *) ac_try_echo=$ac_try;;
15616 esac
15617 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
15618 $as_echo "$ac_try_echo") >&5
15619 (eval "$ac_link") 2>conftest.er1
15620 ac_status=$?
15621 grep -v '^ *+' conftest.er1 >conftest.err
15622 rm -f conftest.er1
15623 cat conftest.err >&5
15624 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
15625 (exit $ac_status); } && {
15626 test -z "$ac_c_werror_flag" ||
15627 test ! -s conftest.err
15628 } && test -s conftest$ac_exeext && {
15629 test "$cross_compiling" = yes ||
15630 $as_test_x conftest$ac_exeext
15631 }; then
15632 ac_cv_lib_asound_snd_pcm_hw_params_get_access=yes
15633 else
15634 $as_echo "$as_me: failed program was:" >&5
15635 sed 's/^/| /' conftest.$ac_ext >&5
15637 ac_cv_lib_asound_snd_pcm_hw_params_get_access=no
15640 rm -rf conftest.dSYM
15641 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
15642 conftest$ac_exeext conftest.$ac_ext
15643 LIBS=$ac_check_lib_save_LIBS
15645 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_asound_snd_pcm_hw_params_get_access" >&5
15646 $as_echo "$ac_cv_lib_asound_snd_pcm_hw_params_get_access" >&6; }
15647 if test "x$ac_cv_lib_asound_snd_pcm_hw_params_get_access" = x""yes; then
15648 cat >conftest.$ac_ext <<_ACEOF
15649 /* confdefs.h. */
15650 _ACEOF
15651 cat confdefs.h >>conftest.$ac_ext
15652 cat >>conftest.$ac_ext <<_ACEOF
15653 /* end confdefs.h. */
15654 #ifdef HAVE_ALSA_ASOUNDLIB_H
15655 #include <alsa/asoundlib.h>
15656 #elif defined(HAVE_SYS_ASOUNDLIB_H)
15657 #include <sys/asoundlib.h>
15658 #endif
15660 main ()
15662 int ret = snd_pcm_hw_params_get_access(NULL, NULL)
15664 return 0;
15666 _ACEOF
15667 rm -f conftest.$ac_objext
15668 if { (ac_try="$ac_compile"
15669 case "(($ac_try" in
15670 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15671 *) ac_try_echo=$ac_try;;
15672 esac
15673 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
15674 $as_echo "$ac_try_echo") >&5
15675 (eval "$ac_compile") 2>conftest.er1
15676 ac_status=$?
15677 grep -v '^ *+' conftest.er1 >conftest.err
15678 rm -f conftest.er1
15679 cat conftest.err >&5
15680 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
15681 (exit $ac_status); } && {
15682 test -z "$ac_c_werror_flag" ||
15683 test ! -s conftest.err
15684 } && test -s conftest.$ac_objext; then
15686 cat >>confdefs.h <<\_ACEOF
15687 #define HAVE_ALSA 1
15688 _ACEOF
15690 ALSALIBS="-lasound"
15691 else
15692 $as_echo "$as_me: failed program was:" >&5
15693 sed 's/^/| /' conftest.$ac_ext >&5
15698 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
15703 AUDIOIOLIBS=""
15705 if test "$ac_cv_header_libaudioio_h" = "yes"
15706 then
15707 { $as_echo "$as_me:$LINENO: checking for AudioIOGetVersion in -laudioio" >&5
15708 $as_echo_n "checking for AudioIOGetVersion in -laudioio... " >&6; }
15709 if test "${ac_cv_lib_audioio_AudioIOGetVersion+set}" = set; then
15710 $as_echo_n "(cached) " >&6
15711 else
15712 ac_check_lib_save_LIBS=$LIBS
15713 LIBS="-laudioio $LIBS"
15714 cat >conftest.$ac_ext <<_ACEOF
15715 /* confdefs.h. */
15716 _ACEOF
15717 cat confdefs.h >>conftest.$ac_ext
15718 cat >>conftest.$ac_ext <<_ACEOF
15719 /* end confdefs.h. */
15721 /* Override any GCC internal prototype to avoid an error.
15722 Use char because int might match the return type of a GCC
15723 builtin and then its argument prototype would still apply. */
15724 #ifdef __cplusplus
15725 extern "C"
15726 #endif
15727 char AudioIOGetVersion ();
15729 main ()
15731 return AudioIOGetVersion ();
15733 return 0;
15735 _ACEOF
15736 rm -f conftest.$ac_objext conftest$ac_exeext
15737 if { (ac_try="$ac_link"
15738 case "(($ac_try" in
15739 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15740 *) ac_try_echo=$ac_try;;
15741 esac
15742 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
15743 $as_echo "$ac_try_echo") >&5
15744 (eval "$ac_link") 2>conftest.er1
15745 ac_status=$?
15746 grep -v '^ *+' conftest.er1 >conftest.err
15747 rm -f conftest.er1
15748 cat conftest.err >&5
15749 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
15750 (exit $ac_status); } && {
15751 test -z "$ac_c_werror_flag" ||
15752 test ! -s conftest.err
15753 } && test -s conftest$ac_exeext && {
15754 test "$cross_compiling" = yes ||
15755 $as_test_x conftest$ac_exeext
15756 }; then
15757 ac_cv_lib_audioio_AudioIOGetVersion=yes
15758 else
15759 $as_echo "$as_me: failed program was:" >&5
15760 sed 's/^/| /' conftest.$ac_ext >&5
15762 ac_cv_lib_audioio_AudioIOGetVersion=no
15765 rm -rf conftest.dSYM
15766 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
15767 conftest$ac_exeext conftest.$ac_ext
15768 LIBS=$ac_check_lib_save_LIBS
15770 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_audioio_AudioIOGetVersion" >&5
15771 $as_echo "$ac_cv_lib_audioio_AudioIOGetVersion" >&6; }
15772 if test "x$ac_cv_lib_audioio_AudioIOGetVersion" = x""yes; then
15773 AUDIOIOLIBS="-laudioio"
15775 cat >>confdefs.h <<\_ACEOF
15776 #define HAVE_LIBAUDIOIO 1
15777 _ACEOF
15784 if test "$ac_cv_header_capi20_h" = "yes" -a "$ac_cv_header_linux_capi_h" = "yes"
15785 then
15786 { $as_echo "$as_me:$LINENO: checking for -lcapi20" >&5
15787 $as_echo_n "checking for -lcapi20... " >&6; }
15788 if test "${ac_cv_lib_soname_capi20+set}" = set; then
15789 $as_echo_n "(cached) " >&6
15790 else
15791 ac_check_soname_save_LIBS=$LIBS
15792 LIBS="-lcapi20 $LIBS"
15793 cat >conftest.$ac_ext <<_ACEOF
15794 /* confdefs.h. */
15795 _ACEOF
15796 cat confdefs.h >>conftest.$ac_ext
15797 cat >>conftest.$ac_ext <<_ACEOF
15798 /* end confdefs.h. */
15800 /* Override any GCC internal prototype to avoid an error.
15801 Use char because int might match the return type of a GCC
15802 builtin and then its argument prototype would still apply. */
15803 #ifdef __cplusplus
15804 extern "C"
15805 #endif
15806 char capi20_register ();
15808 main ()
15810 return capi20_register ();
15812 return 0;
15814 _ACEOF
15815 rm -f conftest.$ac_objext conftest$ac_exeext
15816 if { (ac_try="$ac_link"
15817 case "(($ac_try" in
15818 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15819 *) ac_try_echo=$ac_try;;
15820 esac
15821 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
15822 $as_echo "$ac_try_echo") >&5
15823 (eval "$ac_link") 2>conftest.er1
15824 ac_status=$?
15825 grep -v '^ *+' conftest.er1 >conftest.err
15826 rm -f conftest.er1
15827 cat conftest.err >&5
15828 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
15829 (exit $ac_status); } && {
15830 test -z "$ac_c_werror_flag" ||
15831 test ! -s conftest.err
15832 } && test -s conftest$ac_exeext && {
15833 test "$cross_compiling" = yes ||
15834 $as_test_x conftest$ac_exeext
15835 }; then
15836 case "$LIBEXT" in
15837 dll) ;;
15838 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'` ;;
15839 *) ac_cv_lib_soname_capi20=`$ac_cv_path_LDD conftest$ac_exeext | grep "libcapi20\\.$LIBEXT" | sed -e "s/^.*\(libcapi20\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
15840 esac
15841 else
15842 $as_echo "$as_me: failed program was:" >&5
15843 sed 's/^/| /' conftest.$ac_ext >&5
15848 rm -rf conftest.dSYM
15849 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
15850 conftest$ac_exeext conftest.$ac_ext
15851 LIBS=$ac_check_soname_save_LIBS
15853 if test "x$ac_cv_lib_soname_capi20" = "x"; then
15854 { $as_echo "$as_me:$LINENO: result: not found" >&5
15855 $as_echo "not found" >&6; }
15857 else
15858 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_capi20" >&5
15859 $as_echo "$ac_cv_lib_soname_capi20" >&6; }
15861 cat >>confdefs.h <<_ACEOF
15862 #define SONAME_LIBCAPI20 "$ac_cv_lib_soname_capi20"
15863 _ACEOF
15869 if test "x$ac_cv_lib_soname_capi20" = "x"; then
15870 case "x$with_capi" in
15871 x) wine_notices="$wine_notices|libcapi20 ${notice_platform}development files not found, ISDN won't be supported." ;;
15872 xno) ;;
15873 *) { { $as_echo "$as_me:$LINENO: error: libcapi20 ${notice_platform}development files not found, ISDN won't be supported.
15874 This is an error since --with-capi was requested." >&5
15875 $as_echo "$as_me: error: libcapi20 ${notice_platform}development files not found, ISDN won't be supported.
15876 This is an error since --with-capi was requested." >&2;}
15877 { (exit 1); exit 1; }; } ;;
15878 esac
15882 CUPSINCL=""
15884 if test "x$with_cups" != "xno"
15885 then
15886 ac_save_CPPFLAGS="$CPPFLAGS"
15887 ac_cups_cflags=`cups-config --cflags 2>/dev/null`
15888 ac_cups_libs=`cups-config --ldflags 2>/dev/null`
15889 CPPFLAGS="$CPPFLAGS $ac_cups_cflags"
15891 for ac_header in cups/cups.h
15893 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
15894 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
15895 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
15896 $as_echo_n "checking for $ac_header... " >&6; }
15897 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
15898 $as_echo_n "(cached) " >&6
15900 ac_res=`eval 'as_val=${'$as_ac_Header'}
15901 $as_echo "$as_val"'`
15902 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
15903 $as_echo "$ac_res" >&6; }
15904 else
15905 # Is the header compilable?
15906 { $as_echo "$as_me:$LINENO: checking $ac_header usability" >&5
15907 $as_echo_n "checking $ac_header usability... " >&6; }
15908 cat >conftest.$ac_ext <<_ACEOF
15909 /* confdefs.h. */
15910 _ACEOF
15911 cat confdefs.h >>conftest.$ac_ext
15912 cat >>conftest.$ac_ext <<_ACEOF
15913 /* end confdefs.h. */
15914 $ac_includes_default
15915 #include <$ac_header>
15916 _ACEOF
15917 rm -f conftest.$ac_objext
15918 if { (ac_try="$ac_compile"
15919 case "(($ac_try" in
15920 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15921 *) ac_try_echo=$ac_try;;
15922 esac
15923 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
15924 $as_echo "$ac_try_echo") >&5
15925 (eval "$ac_compile") 2>conftest.er1
15926 ac_status=$?
15927 grep -v '^ *+' conftest.er1 >conftest.err
15928 rm -f conftest.er1
15929 cat conftest.err >&5
15930 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
15931 (exit $ac_status); } && {
15932 test -z "$ac_c_werror_flag" ||
15933 test ! -s conftest.err
15934 } && test -s conftest.$ac_objext; then
15935 ac_header_compiler=yes
15936 else
15937 $as_echo "$as_me: failed program was:" >&5
15938 sed 's/^/| /' conftest.$ac_ext >&5
15940 ac_header_compiler=no
15943 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
15944 { $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
15945 $as_echo "$ac_header_compiler" >&6; }
15947 # Is the header present?
15948 { $as_echo "$as_me:$LINENO: checking $ac_header presence" >&5
15949 $as_echo_n "checking $ac_header presence... " >&6; }
15950 cat >conftest.$ac_ext <<_ACEOF
15951 /* confdefs.h. */
15952 _ACEOF
15953 cat confdefs.h >>conftest.$ac_ext
15954 cat >>conftest.$ac_ext <<_ACEOF
15955 /* end confdefs.h. */
15956 #include <$ac_header>
15957 _ACEOF
15958 if { (ac_try="$ac_cpp conftest.$ac_ext"
15959 case "(($ac_try" in
15960 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15961 *) ac_try_echo=$ac_try;;
15962 esac
15963 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
15964 $as_echo "$ac_try_echo") >&5
15965 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
15966 ac_status=$?
15967 grep -v '^ *+' conftest.er1 >conftest.err
15968 rm -f conftest.er1
15969 cat conftest.err >&5
15970 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
15971 (exit $ac_status); } >/dev/null && {
15972 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
15973 test ! -s conftest.err
15974 }; then
15975 ac_header_preproc=yes
15976 else
15977 $as_echo "$as_me: failed program was:" >&5
15978 sed 's/^/| /' conftest.$ac_ext >&5
15980 ac_header_preproc=no
15983 rm -f conftest.err conftest.$ac_ext
15984 { $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
15985 $as_echo "$ac_header_preproc" >&6; }
15987 # So? What about this header?
15988 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
15989 yes:no: )
15990 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
15991 $as_echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
15992 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
15993 $as_echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
15994 ac_header_preproc=yes
15996 no:yes:* )
15997 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
15998 $as_echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
15999 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
16000 $as_echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
16001 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
16002 $as_echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
16003 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
16004 $as_echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
16005 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
16006 $as_echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
16007 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
16008 $as_echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
16009 ( cat <<\_ASBOX
16010 ## ------------------------------------ ##
16011 ## Report this to wine-devel@winehq.org ##
16012 ## ------------------------------------ ##
16013 _ASBOX
16014 ) | sed "s/^/$as_me: WARNING: /" >&2
16016 esac
16017 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
16018 $as_echo_n "checking for $ac_header... " >&6; }
16019 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
16020 $as_echo_n "(cached) " >&6
16021 else
16022 eval "$as_ac_Header=\$ac_header_preproc"
16024 ac_res=`eval 'as_val=${'$as_ac_Header'}
16025 $as_echo "$as_val"'`
16026 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
16027 $as_echo "$ac_res" >&6; }
16030 as_val=`eval 'as_val=${'$as_ac_Header'}
16031 $as_echo "$as_val"'`
16032 if test "x$as_val" = x""yes; then
16033 cat >>confdefs.h <<_ACEOF
16034 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
16035 _ACEOF
16036 { $as_echo "$as_me:$LINENO: checking for -lcups" >&5
16037 $as_echo_n "checking for -lcups... " >&6; }
16038 if test "${ac_cv_lib_soname_cups+set}" = set; then
16039 $as_echo_n "(cached) " >&6
16040 else
16041 ac_check_soname_save_LIBS=$LIBS
16042 LIBS="-lcups $ac_cups_libs $LIBS"
16043 cat >conftest.$ac_ext <<_ACEOF
16044 /* confdefs.h. */
16045 _ACEOF
16046 cat confdefs.h >>conftest.$ac_ext
16047 cat >>conftest.$ac_ext <<_ACEOF
16048 /* end confdefs.h. */
16050 /* Override any GCC internal prototype to avoid an error.
16051 Use char because int might match the return type of a GCC
16052 builtin and then its argument prototype would still apply. */
16053 #ifdef __cplusplus
16054 extern "C"
16055 #endif
16056 char cupsGetDefault ();
16058 main ()
16060 return cupsGetDefault ();
16062 return 0;
16064 _ACEOF
16065 rm -f conftest.$ac_objext conftest$ac_exeext
16066 if { (ac_try="$ac_link"
16067 case "(($ac_try" in
16068 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16069 *) ac_try_echo=$ac_try;;
16070 esac
16071 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
16072 $as_echo "$ac_try_echo") >&5
16073 (eval "$ac_link") 2>conftest.er1
16074 ac_status=$?
16075 grep -v '^ *+' conftest.er1 >conftest.err
16076 rm -f conftest.er1
16077 cat conftest.err >&5
16078 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
16079 (exit $ac_status); } && {
16080 test -z "$ac_c_werror_flag" ||
16081 test ! -s conftest.err
16082 } && test -s conftest$ac_exeext && {
16083 test "$cross_compiling" = yes ||
16084 $as_test_x conftest$ac_exeext
16085 }; then
16086 case "$LIBEXT" in
16087 dll) ;;
16088 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'` ;;
16089 *) ac_cv_lib_soname_cups=`$ac_cv_path_LDD conftest$ac_exeext | grep "libcups\\.$LIBEXT" | sed -e "s/^.*\(libcups\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
16090 esac
16091 else
16092 $as_echo "$as_me: failed program was:" >&5
16093 sed 's/^/| /' conftest.$ac_ext >&5
16098 rm -rf conftest.dSYM
16099 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16100 conftest$ac_exeext conftest.$ac_ext
16101 LIBS=$ac_check_soname_save_LIBS
16103 if test "x$ac_cv_lib_soname_cups" = "x"; then
16104 { $as_echo "$as_me:$LINENO: result: not found" >&5
16105 $as_echo "not found" >&6; }
16107 else
16108 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_cups" >&5
16109 $as_echo "$ac_cv_lib_soname_cups" >&6; }
16111 cat >>confdefs.h <<_ACEOF
16112 #define SONAME_LIBCUPS "$ac_cv_lib_soname_cups"
16113 _ACEOF
16115 CUPSINCL="$ac_cups_cflags"
16120 done
16122 CPPFLAGS="$ac_save_CPPFLAGS"
16124 if test "x$ac_cv_lib_soname_cups" = "x"; then
16125 case "x$with_cups" in
16126 x) wine_notices="$wine_notices|libcups ${notice_platform}development files not found, CUPS won't be supported." ;;
16127 xno) ;;
16128 *) { { $as_echo "$as_me:$LINENO: error: libcups ${notice_platform}development files not found, CUPS won't be supported.
16129 This is an error since --with-cups was requested." >&5
16130 $as_echo "$as_me: error: libcups ${notice_platform}development files not found, CUPS won't be supported.
16131 This is an error since --with-cups was requested." >&2;}
16132 { (exit 1); exit 1; }; } ;;
16133 esac
16137 if test "$ac_cv_header_jack_jack_h" = "yes"
16138 then
16139 { $as_echo "$as_me:$LINENO: checking for -ljack" >&5
16140 $as_echo_n "checking for -ljack... " >&6; }
16141 if test "${ac_cv_lib_soname_jack+set}" = set; then
16142 $as_echo_n "(cached) " >&6
16143 else
16144 ac_check_soname_save_LIBS=$LIBS
16145 LIBS="-ljack $LIBS"
16146 cat >conftest.$ac_ext <<_ACEOF
16147 /* confdefs.h. */
16148 _ACEOF
16149 cat confdefs.h >>conftest.$ac_ext
16150 cat >>conftest.$ac_ext <<_ACEOF
16151 /* end confdefs.h. */
16153 /* Override any GCC internal prototype to avoid an error.
16154 Use char because int might match the return type of a GCC
16155 builtin and then its argument prototype would still apply. */
16156 #ifdef __cplusplus
16157 extern "C"
16158 #endif
16159 char jack_client_new ();
16161 main ()
16163 return jack_client_new ();
16165 return 0;
16167 _ACEOF
16168 rm -f conftest.$ac_objext conftest$ac_exeext
16169 if { (ac_try="$ac_link"
16170 case "(($ac_try" in
16171 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16172 *) ac_try_echo=$ac_try;;
16173 esac
16174 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
16175 $as_echo "$ac_try_echo") >&5
16176 (eval "$ac_link") 2>conftest.er1
16177 ac_status=$?
16178 grep -v '^ *+' conftest.er1 >conftest.err
16179 rm -f conftest.er1
16180 cat conftest.err >&5
16181 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
16182 (exit $ac_status); } && {
16183 test -z "$ac_c_werror_flag" ||
16184 test ! -s conftest.err
16185 } && test -s conftest$ac_exeext && {
16186 test "$cross_compiling" = yes ||
16187 $as_test_x conftest$ac_exeext
16188 }; then
16189 case "$LIBEXT" in
16190 dll) ;;
16191 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'` ;;
16192 *) 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'` ;;
16193 esac
16194 else
16195 $as_echo "$as_me: failed program was:" >&5
16196 sed 's/^/| /' conftest.$ac_ext >&5
16201 rm -rf conftest.dSYM
16202 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16203 conftest$ac_exeext conftest.$ac_ext
16204 LIBS=$ac_check_soname_save_LIBS
16206 if test "x$ac_cv_lib_soname_jack" = "x"; then
16207 { $as_echo "$as_me:$LINENO: result: not found" >&5
16208 $as_echo "not found" >&6; }
16210 else
16211 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_jack" >&5
16212 $as_echo "$ac_cv_lib_soname_jack" >&6; }
16214 cat >>confdefs.h <<_ACEOF
16215 #define SONAME_LIBJACK "$ac_cv_lib_soname_jack"
16216 _ACEOF
16223 if test "$ac_cv_header_fontconfig_fontconfig_h" = "yes"
16224 then
16225 { $as_echo "$as_me:$LINENO: checking for -lfontconfig" >&5
16226 $as_echo_n "checking for -lfontconfig... " >&6; }
16227 if test "${ac_cv_lib_soname_fontconfig+set}" = set; then
16228 $as_echo_n "(cached) " >&6
16229 else
16230 ac_check_soname_save_LIBS=$LIBS
16231 LIBS="-lfontconfig $LIBS"
16232 cat >conftest.$ac_ext <<_ACEOF
16233 /* confdefs.h. */
16234 _ACEOF
16235 cat confdefs.h >>conftest.$ac_ext
16236 cat >>conftest.$ac_ext <<_ACEOF
16237 /* end confdefs.h. */
16239 /* Override any GCC internal prototype to avoid an error.
16240 Use char because int might match the return type of a GCC
16241 builtin and then its argument prototype would still apply. */
16242 #ifdef __cplusplus
16243 extern "C"
16244 #endif
16245 char FcInit ();
16247 main ()
16249 return FcInit ();
16251 return 0;
16253 _ACEOF
16254 rm -f conftest.$ac_objext conftest$ac_exeext
16255 if { (ac_try="$ac_link"
16256 case "(($ac_try" in
16257 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16258 *) ac_try_echo=$ac_try;;
16259 esac
16260 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
16261 $as_echo "$ac_try_echo") >&5
16262 (eval "$ac_link") 2>conftest.er1
16263 ac_status=$?
16264 grep -v '^ *+' conftest.er1 >conftest.err
16265 rm -f conftest.er1
16266 cat conftest.err >&5
16267 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
16268 (exit $ac_status); } && {
16269 test -z "$ac_c_werror_flag" ||
16270 test ! -s conftest.err
16271 } && test -s conftest$ac_exeext && {
16272 test "$cross_compiling" = yes ||
16273 $as_test_x conftest$ac_exeext
16274 }; then
16275 case "$LIBEXT" in
16276 dll) ;;
16277 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'` ;;
16278 *) ac_cv_lib_soname_fontconfig=`$ac_cv_path_LDD conftest$ac_exeext | grep "libfontconfig\\.$LIBEXT" | sed -e "s/^.*\(libfontconfig\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
16279 esac
16280 else
16281 $as_echo "$as_me: failed program was:" >&5
16282 sed 's/^/| /' conftest.$ac_ext >&5
16287 rm -rf conftest.dSYM
16288 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16289 conftest$ac_exeext conftest.$ac_ext
16290 LIBS=$ac_check_soname_save_LIBS
16292 if test "x$ac_cv_lib_soname_fontconfig" = "x"; then
16293 { $as_echo "$as_me:$LINENO: result: not found" >&5
16294 $as_echo "not found" >&6; }
16296 else
16297 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_fontconfig" >&5
16298 $as_echo "$ac_cv_lib_soname_fontconfig" >&6; }
16300 cat >>confdefs.h <<_ACEOF
16301 #define SONAME_LIBFONTCONFIG "$ac_cv_lib_soname_fontconfig"
16302 _ACEOF
16307 elif test -n "$X_CFLAGS" -a "x$with_fontconfig" != "xno"
16308 then
16309 ac_save_CPPFLAGS="$CPPFLAGS"
16310 CPPFLAGS="$CPPFLAGS $X_CFLAGS"
16311 $as_unset ac_cv_header_fontconfig_fontconfig_h
16313 for ac_header in fontconfig/fontconfig.h
16315 as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh`
16316 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
16317 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
16318 $as_echo_n "checking for $ac_header... " >&6; }
16319 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
16320 $as_echo_n "(cached) " >&6
16322 ac_res=`eval 'as_val=${'$as_ac_Header'}
16323 $as_echo "$as_val"'`
16324 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
16325 $as_echo "$ac_res" >&6; }
16326 else
16327 # Is the header compilable?
16328 { $as_echo "$as_me:$LINENO: checking $ac_header usability" >&5
16329 $as_echo_n "checking $ac_header usability... " >&6; }
16330 cat >conftest.$ac_ext <<_ACEOF
16331 /* confdefs.h. */
16332 _ACEOF
16333 cat confdefs.h >>conftest.$ac_ext
16334 cat >>conftest.$ac_ext <<_ACEOF
16335 /* end confdefs.h. */
16336 $ac_includes_default
16337 #include <$ac_header>
16338 _ACEOF
16339 rm -f conftest.$ac_objext
16340 if { (ac_try="$ac_compile"
16341 case "(($ac_try" in
16342 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16343 *) ac_try_echo=$ac_try;;
16344 esac
16345 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
16346 $as_echo "$ac_try_echo") >&5
16347 (eval "$ac_compile") 2>conftest.er1
16348 ac_status=$?
16349 grep -v '^ *+' conftest.er1 >conftest.err
16350 rm -f conftest.er1
16351 cat conftest.err >&5
16352 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
16353 (exit $ac_status); } && {
16354 test -z "$ac_c_werror_flag" ||
16355 test ! -s conftest.err
16356 } && test -s conftest.$ac_objext; then
16357 ac_header_compiler=yes
16358 else
16359 $as_echo "$as_me: failed program was:" >&5
16360 sed 's/^/| /' conftest.$ac_ext >&5
16362 ac_header_compiler=no
16365 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
16366 { $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
16367 $as_echo "$ac_header_compiler" >&6; }
16369 # Is the header present?
16370 { $as_echo "$as_me:$LINENO: checking $ac_header presence" >&5
16371 $as_echo_n "checking $ac_header presence... " >&6; }
16372 cat >conftest.$ac_ext <<_ACEOF
16373 /* confdefs.h. */
16374 _ACEOF
16375 cat confdefs.h >>conftest.$ac_ext
16376 cat >>conftest.$ac_ext <<_ACEOF
16377 /* end confdefs.h. */
16378 #include <$ac_header>
16379 _ACEOF
16380 if { (ac_try="$ac_cpp conftest.$ac_ext"
16381 case "(($ac_try" in
16382 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16383 *) ac_try_echo=$ac_try;;
16384 esac
16385 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
16386 $as_echo "$ac_try_echo") >&5
16387 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
16388 ac_status=$?
16389 grep -v '^ *+' conftest.er1 >conftest.err
16390 rm -f conftest.er1
16391 cat conftest.err >&5
16392 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
16393 (exit $ac_status); } >/dev/null && {
16394 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
16395 test ! -s conftest.err
16396 }; then
16397 ac_header_preproc=yes
16398 else
16399 $as_echo "$as_me: failed program was:" >&5
16400 sed 's/^/| /' conftest.$ac_ext >&5
16402 ac_header_preproc=no
16405 rm -f conftest.err conftest.$ac_ext
16406 { $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
16407 $as_echo "$ac_header_preproc" >&6; }
16409 # So? What about this header?
16410 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
16411 yes:no: )
16412 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
16413 $as_echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
16414 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
16415 $as_echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
16416 ac_header_preproc=yes
16418 no:yes:* )
16419 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
16420 $as_echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
16421 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
16422 $as_echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
16423 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
16424 $as_echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
16425 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
16426 $as_echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
16427 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
16428 $as_echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
16429 { $as_echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
16430 $as_echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
16431 ( cat <<\_ASBOX
16432 ## ------------------------------------ ##
16433 ## Report this to wine-devel@winehq.org ##
16434 ## ------------------------------------ ##
16435 _ASBOX
16436 ) | sed "s/^/$as_me: WARNING: /" >&2
16438 esac
16439 { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5
16440 $as_echo_n "checking for $ac_header... " >&6; }
16441 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
16442 $as_echo_n "(cached) " >&6
16443 else
16444 eval "$as_ac_Header=\$ac_header_preproc"
16446 ac_res=`eval 'as_val=${'$as_ac_Header'}
16447 $as_echo "$as_val"'`
16448 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
16449 $as_echo "$ac_res" >&6; }
16452 as_val=`eval 'as_val=${'$as_ac_Header'}
16453 $as_echo "$as_val"'`
16454 if test "x$as_val" = x""yes; then
16455 cat >>confdefs.h <<_ACEOF
16456 #define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1
16457 _ACEOF
16461 done
16463 CPPFLAGS="$ac_save_CPPFLAGS"
16464 if test "$ac_cv_header_fontconfig_fontconfig_h" = "yes"
16465 then
16466 FONTCONFIGINCL="$X_CFLAGS"
16468 { $as_echo "$as_me:$LINENO: checking for -lfontconfig" >&5
16469 $as_echo_n "checking for -lfontconfig... " >&6; }
16470 if test "${ac_cv_lib_soname_fontconfig+set}" = set; then
16471 $as_echo_n "(cached) " >&6
16472 else
16473 ac_check_soname_save_LIBS=$LIBS
16474 LIBS="-lfontconfig $X_LIBS $LIBS"
16475 cat >conftest.$ac_ext <<_ACEOF
16476 /* confdefs.h. */
16477 _ACEOF
16478 cat confdefs.h >>conftest.$ac_ext
16479 cat >>conftest.$ac_ext <<_ACEOF
16480 /* end confdefs.h. */
16482 /* Override any GCC internal prototype to avoid an error.
16483 Use char because int might match the return type of a GCC
16484 builtin and then its argument prototype would still apply. */
16485 #ifdef __cplusplus
16486 extern "C"
16487 #endif
16488 char FcInit ();
16490 main ()
16492 return FcInit ();
16494 return 0;
16496 _ACEOF
16497 rm -f conftest.$ac_objext conftest$ac_exeext
16498 if { (ac_try="$ac_link"
16499 case "(($ac_try" in
16500 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16501 *) ac_try_echo=$ac_try;;
16502 esac
16503 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
16504 $as_echo "$ac_try_echo") >&5
16505 (eval "$ac_link") 2>conftest.er1
16506 ac_status=$?
16507 grep -v '^ *+' conftest.er1 >conftest.err
16508 rm -f conftest.er1
16509 cat conftest.err >&5
16510 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
16511 (exit $ac_status); } && {
16512 test -z "$ac_c_werror_flag" ||
16513 test ! -s conftest.err
16514 } && test -s conftest$ac_exeext && {
16515 test "$cross_compiling" = yes ||
16516 $as_test_x conftest$ac_exeext
16517 }; then
16518 case "$LIBEXT" in
16519 dll) ;;
16520 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'` ;;
16521 *) ac_cv_lib_soname_fontconfig=`$ac_cv_path_LDD conftest$ac_exeext | grep "libfontconfig\\.$LIBEXT" | sed -e "s/^.*\(libfontconfig\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
16522 esac
16523 else
16524 $as_echo "$as_me: failed program was:" >&5
16525 sed 's/^/| /' conftest.$ac_ext >&5
16530 rm -rf conftest.dSYM
16531 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16532 conftest$ac_exeext conftest.$ac_ext
16533 LIBS=$ac_check_soname_save_LIBS
16535 if test "x$ac_cv_lib_soname_fontconfig" = "x"; then
16536 { $as_echo "$as_me:$LINENO: result: not found" >&5
16537 $as_echo "not found" >&6; }
16539 else
16540 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_fontconfig" >&5
16541 $as_echo "$ac_cv_lib_soname_fontconfig" >&6; }
16543 cat >>confdefs.h <<_ACEOF
16544 #define SONAME_LIBFONTCONFIG "$ac_cv_lib_soname_fontconfig"
16545 _ACEOF
16552 if test "x$ac_cv_lib_soname_fontconfig" = "x"; then
16553 case "x$with_fontconfig" in
16554 x) wine_notices="$wine_notices|fontconfig ${notice_platform}development files not found, fontconfig won't be supported." ;;
16555 xno) ;;
16556 *) { { $as_echo "$as_me:$LINENO: error: fontconfig ${notice_platform}development files not found, fontconfig won't be supported.
16557 This is an error since --with-fontconfig was requested." >&5
16558 $as_echo "$as_me: error: fontconfig ${notice_platform}development files not found, fontconfig won't be supported.
16559 This is an error since --with-fontconfig was requested." >&2;}
16560 { (exit 1); exit 1; }; } ;;
16561 esac
16565 if test "$ac_cv_header_openssl_err_h" = "yes" -a "$ac_cv_header_openssl_ssl_h" = "yes"
16566 then
16567 { $as_echo "$as_me:$LINENO: checking for -lssl" >&5
16568 $as_echo_n "checking for -lssl... " >&6; }
16569 if test "${ac_cv_lib_soname_ssl+set}" = set; then
16570 $as_echo_n "(cached) " >&6
16571 else
16572 ac_check_soname_save_LIBS=$LIBS
16573 LIBS="-lssl $LIBS"
16574 cat >conftest.$ac_ext <<_ACEOF
16575 /* confdefs.h. */
16576 _ACEOF
16577 cat confdefs.h >>conftest.$ac_ext
16578 cat >>conftest.$ac_ext <<_ACEOF
16579 /* end confdefs.h. */
16581 /* Override any GCC internal prototype to avoid an error.
16582 Use char because int might match the return type of a GCC
16583 builtin and then its argument prototype would still apply. */
16584 #ifdef __cplusplus
16585 extern "C"
16586 #endif
16587 char SSL_library_init ();
16589 main ()
16591 return SSL_library_init ();
16593 return 0;
16595 _ACEOF
16596 rm -f conftest.$ac_objext conftest$ac_exeext
16597 if { (ac_try="$ac_link"
16598 case "(($ac_try" in
16599 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16600 *) ac_try_echo=$ac_try;;
16601 esac
16602 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
16603 $as_echo "$ac_try_echo") >&5
16604 (eval "$ac_link") 2>conftest.er1
16605 ac_status=$?
16606 grep -v '^ *+' conftest.er1 >conftest.err
16607 rm -f conftest.er1
16608 cat conftest.err >&5
16609 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
16610 (exit $ac_status); } && {
16611 test -z "$ac_c_werror_flag" ||
16612 test ! -s conftest.err
16613 } && test -s conftest$ac_exeext && {
16614 test "$cross_compiling" = yes ||
16615 $as_test_x conftest$ac_exeext
16616 }; then
16617 case "$LIBEXT" in
16618 dll) ;;
16619 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'` ;;
16620 *) ac_cv_lib_soname_ssl=`$ac_cv_path_LDD conftest$ac_exeext | grep "libssl\\.$LIBEXT" | sed -e "s/^.*\(libssl\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
16621 esac
16622 else
16623 $as_echo "$as_me: failed program was:" >&5
16624 sed 's/^/| /' conftest.$ac_ext >&5
16629 rm -rf conftest.dSYM
16630 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16631 conftest$ac_exeext conftest.$ac_ext
16632 LIBS=$ac_check_soname_save_LIBS
16634 if test "x$ac_cv_lib_soname_ssl" = "x"; then
16635 { $as_echo "$as_me:$LINENO: result: not found" >&5
16636 $as_echo "not found" >&6; }
16638 else
16639 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_ssl" >&5
16640 $as_echo "$ac_cv_lib_soname_ssl" >&6; }
16642 cat >>confdefs.h <<_ACEOF
16643 #define SONAME_LIBSSL "$ac_cv_lib_soname_ssl"
16644 _ACEOF
16649 { $as_echo "$as_me:$LINENO: checking for -lcrypto" >&5
16650 $as_echo_n "checking for -lcrypto... " >&6; }
16651 if test "${ac_cv_lib_soname_crypto+set}" = set; then
16652 $as_echo_n "(cached) " >&6
16653 else
16654 ac_check_soname_save_LIBS=$LIBS
16655 LIBS="-lcrypto $LIBS"
16656 cat >conftest.$ac_ext <<_ACEOF
16657 /* confdefs.h. */
16658 _ACEOF
16659 cat confdefs.h >>conftest.$ac_ext
16660 cat >>conftest.$ac_ext <<_ACEOF
16661 /* end confdefs.h. */
16663 /* Override any GCC internal prototype to avoid an error.
16664 Use char because int might match the return type of a GCC
16665 builtin and then its argument prototype would still apply. */
16666 #ifdef __cplusplus
16667 extern "C"
16668 #endif
16669 char BIO_new_socket ();
16671 main ()
16673 return BIO_new_socket ();
16675 return 0;
16677 _ACEOF
16678 rm -f conftest.$ac_objext conftest$ac_exeext
16679 if { (ac_try="$ac_link"
16680 case "(($ac_try" in
16681 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16682 *) ac_try_echo=$ac_try;;
16683 esac
16684 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
16685 $as_echo "$ac_try_echo") >&5
16686 (eval "$ac_link") 2>conftest.er1
16687 ac_status=$?
16688 grep -v '^ *+' conftest.er1 >conftest.err
16689 rm -f conftest.er1
16690 cat conftest.err >&5
16691 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
16692 (exit $ac_status); } && {
16693 test -z "$ac_c_werror_flag" ||
16694 test ! -s conftest.err
16695 } && test -s conftest$ac_exeext && {
16696 test "$cross_compiling" = yes ||
16697 $as_test_x conftest$ac_exeext
16698 }; then
16699 case "$LIBEXT" in
16700 dll) ;;
16701 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'` ;;
16702 *) ac_cv_lib_soname_crypto=`$ac_cv_path_LDD conftest$ac_exeext | grep "libcrypto\\.$LIBEXT" | sed -e "s/^.*\(libcrypto\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
16703 esac
16704 else
16705 $as_echo "$as_me: failed program was:" >&5
16706 sed 's/^/| /' conftest.$ac_ext >&5
16711 rm -rf conftest.dSYM
16712 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16713 conftest$ac_exeext conftest.$ac_ext
16714 LIBS=$ac_check_soname_save_LIBS
16716 if test "x$ac_cv_lib_soname_crypto" = "x"; then
16717 { $as_echo "$as_me:$LINENO: result: not found" >&5
16718 $as_echo "not found" >&6; }
16720 else
16721 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_crypto" >&5
16722 $as_echo "$ac_cv_lib_soname_crypto" >&6; }
16724 cat >>confdefs.h <<_ACEOF
16725 #define SONAME_LIBCRYPTO "$ac_cv_lib_soname_crypto"
16726 _ACEOF
16732 if test "x$ac_cv_lib_soname_ssl" = "x" -o "x$ac_cv_lib_soname_crypto" = "x"; then
16733 case "x$with_openssl" in
16734 x) wine_warnings="$wine_warnings|OpenSSL ${notice_platform}development files not found, SSL won't be supported." ;;
16735 xno) ;;
16736 *) { { $as_echo "$as_me:$LINENO: error: OpenSSL ${notice_platform}development files not found, SSL won't be supported.
16737 This is an error since --with-openssl was requested." >&5
16738 $as_echo "$as_me: error: OpenSSL ${notice_platform}development files not found, SSL won't be supported.
16739 This is an error since --with-openssl was requested." >&2;}
16740 { (exit 1); exit 1; }; } ;;
16741 esac
16745 if test "$ac_cv_header_jpeglib_h" = "yes"
16746 then
16747 { $as_echo "$as_me:$LINENO: checking for -ljpeg" >&5
16748 $as_echo_n "checking for -ljpeg... " >&6; }
16749 if test "${ac_cv_lib_soname_jpeg+set}" = set; then
16750 $as_echo_n "(cached) " >&6
16751 else
16752 ac_check_soname_save_LIBS=$LIBS
16753 LIBS="-ljpeg $LIBS"
16754 cat >conftest.$ac_ext <<_ACEOF
16755 /* confdefs.h. */
16756 _ACEOF
16757 cat confdefs.h >>conftest.$ac_ext
16758 cat >>conftest.$ac_ext <<_ACEOF
16759 /* end confdefs.h. */
16761 /* Override any GCC internal prototype to avoid an error.
16762 Use char because int might match the return type of a GCC
16763 builtin and then its argument prototype would still apply. */
16764 #ifdef __cplusplus
16765 extern "C"
16766 #endif
16767 char jpeg_start_decompress ();
16769 main ()
16771 return jpeg_start_decompress ();
16773 return 0;
16775 _ACEOF
16776 rm -f conftest.$ac_objext conftest$ac_exeext
16777 if { (ac_try="$ac_link"
16778 case "(($ac_try" in
16779 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16780 *) ac_try_echo=$ac_try;;
16781 esac
16782 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
16783 $as_echo "$ac_try_echo") >&5
16784 (eval "$ac_link") 2>conftest.er1
16785 ac_status=$?
16786 grep -v '^ *+' conftest.er1 >conftest.err
16787 rm -f conftest.er1
16788 cat conftest.err >&5
16789 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
16790 (exit $ac_status); } && {
16791 test -z "$ac_c_werror_flag" ||
16792 test ! -s conftest.err
16793 } && test -s conftest$ac_exeext && {
16794 test "$cross_compiling" = yes ||
16795 $as_test_x conftest$ac_exeext
16796 }; then
16797 case "$LIBEXT" in
16798 dll) ;;
16799 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'` ;;
16800 *) ac_cv_lib_soname_jpeg=`$ac_cv_path_LDD conftest$ac_exeext | grep "libjpeg\\.$LIBEXT" | sed -e "s/^.*\(libjpeg\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
16801 esac
16802 else
16803 $as_echo "$as_me: failed program was:" >&5
16804 sed 's/^/| /' conftest.$ac_ext >&5
16809 rm -rf conftest.dSYM
16810 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16811 conftest$ac_exeext conftest.$ac_ext
16812 LIBS=$ac_check_soname_save_LIBS
16814 if test "x$ac_cv_lib_soname_jpeg" = "x"; then
16815 { $as_echo "$as_me:$LINENO: result: not found" >&5
16816 $as_echo "not found" >&6; }
16818 else
16819 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_jpeg" >&5
16820 $as_echo "$ac_cv_lib_soname_jpeg" >&6; }
16822 cat >>confdefs.h <<_ACEOF
16823 #define SONAME_LIBJPEG "$ac_cv_lib_soname_jpeg"
16824 _ACEOF
16830 if test "x$ac_cv_lib_soname_jpeg" = "x"; then
16831 case "x$with_jpeg" in
16832 x) wine_warnings="$wine_warnings|libjpeg ${notice_platform}development files not found, JPEG won't be supported." ;;
16833 xno) ;;
16834 *) { { $as_echo "$as_me:$LINENO: error: libjpeg ${notice_platform}development files not found, JPEG won't be supported.
16835 This is an error since --with-jpeg was requested." >&5
16836 $as_echo "$as_me: error: libjpeg ${notice_platform}development files not found, JPEG won't be supported.
16837 This is an error since --with-jpeg was requested." >&2;}
16838 { (exit 1); exit 1; }; } ;;
16839 esac
16843 if test "$ac_cv_header_png_h" = "yes"
16844 then
16845 { $as_echo "$as_me:$LINENO: checking for -lpng" >&5
16846 $as_echo_n "checking for -lpng... " >&6; }
16847 if test "${ac_cv_lib_soname_png+set}" = set; then
16848 $as_echo_n "(cached) " >&6
16849 else
16850 ac_check_soname_save_LIBS=$LIBS
16851 LIBS="-lpng -lm $LIBS"
16852 cat >conftest.$ac_ext <<_ACEOF
16853 /* confdefs.h. */
16854 _ACEOF
16855 cat confdefs.h >>conftest.$ac_ext
16856 cat >>conftest.$ac_ext <<_ACEOF
16857 /* end confdefs.h. */
16859 /* Override any GCC internal prototype to avoid an error.
16860 Use char because int might match the return type of a GCC
16861 builtin and then its argument prototype would still apply. */
16862 #ifdef __cplusplus
16863 extern "C"
16864 #endif
16865 char png_create_read_struct ();
16867 main ()
16869 return png_create_read_struct ();
16871 return 0;
16873 _ACEOF
16874 rm -f conftest.$ac_objext conftest$ac_exeext
16875 if { (ac_try="$ac_link"
16876 case "(($ac_try" in
16877 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16878 *) ac_try_echo=$ac_try;;
16879 esac
16880 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
16881 $as_echo "$ac_try_echo") >&5
16882 (eval "$ac_link") 2>conftest.er1
16883 ac_status=$?
16884 grep -v '^ *+' conftest.er1 >conftest.err
16885 rm -f conftest.er1
16886 cat conftest.err >&5
16887 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
16888 (exit $ac_status); } && {
16889 test -z "$ac_c_werror_flag" ||
16890 test ! -s conftest.err
16891 } && test -s conftest$ac_exeext && {
16892 test "$cross_compiling" = yes ||
16893 $as_test_x conftest$ac_exeext
16894 }; then
16895 case "$LIBEXT" in
16896 dll) ;;
16897 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'` ;;
16898 *) 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'` ;;
16899 esac
16900 else
16901 $as_echo "$as_me: failed program was:" >&5
16902 sed 's/^/| /' conftest.$ac_ext >&5
16907 rm -rf conftest.dSYM
16908 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16909 conftest$ac_exeext conftest.$ac_ext
16910 LIBS=$ac_check_soname_save_LIBS
16912 if test "x$ac_cv_lib_soname_png" = "x"; then
16913 { $as_echo "$as_me:$LINENO: result: not found" >&5
16914 $as_echo "not found" >&6; }
16916 else
16917 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_png" >&5
16918 $as_echo "$ac_cv_lib_soname_png" >&6; }
16920 cat >>confdefs.h <<_ACEOF
16921 #define SONAME_LIBPNG "$ac_cv_lib_soname_png"
16922 _ACEOF
16928 if test "x$ac_cv_lib_soname_png" = "x"; then
16929 case "x$with_png" in
16930 x) wine_warnings="$wine_warnings|libpng ${notice_platform}development files not found, PNG won't be supported." ;;
16931 xno) ;;
16932 *) { { $as_echo "$as_me:$LINENO: error: libpng ${notice_platform}development files not found, PNG won't be supported.
16933 This is an error since --with-png was requested." >&5
16934 $as_echo "$as_me: error: libpng ${notice_platform}development files not found, PNG won't be supported.
16935 This is an error since --with-png was requested." >&2;}
16936 { (exit 1); exit 1; }; } ;;
16937 esac
16941 { $as_echo "$as_me:$LINENO: checking for -lodbc" >&5
16942 $as_echo_n "checking for -lodbc... " >&6; }
16943 if test "${ac_cv_lib_soname_odbc+set}" = set; then
16944 $as_echo_n "(cached) " >&6
16945 else
16946 ac_check_soname_save_LIBS=$LIBS
16947 LIBS="-lodbc $LIBS"
16948 cat >conftest.$ac_ext <<_ACEOF
16949 /* confdefs.h. */
16950 _ACEOF
16951 cat confdefs.h >>conftest.$ac_ext
16952 cat >>conftest.$ac_ext <<_ACEOF
16953 /* end confdefs.h. */
16955 /* Override any GCC internal prototype to avoid an error.
16956 Use char because int might match the return type of a GCC
16957 builtin and then its argument prototype would still apply. */
16958 #ifdef __cplusplus
16959 extern "C"
16960 #endif
16961 char SQLConnect ();
16963 main ()
16965 return SQLConnect ();
16967 return 0;
16969 _ACEOF
16970 rm -f conftest.$ac_objext conftest$ac_exeext
16971 if { (ac_try="$ac_link"
16972 case "(($ac_try" in
16973 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16974 *) ac_try_echo=$ac_try;;
16975 esac
16976 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
16977 $as_echo "$ac_try_echo") >&5
16978 (eval "$ac_link") 2>conftest.er1
16979 ac_status=$?
16980 grep -v '^ *+' conftest.er1 >conftest.err
16981 rm -f conftest.er1
16982 cat conftest.err >&5
16983 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
16984 (exit $ac_status); } && {
16985 test -z "$ac_c_werror_flag" ||
16986 test ! -s conftest.err
16987 } && test -s conftest$ac_exeext && {
16988 test "$cross_compiling" = yes ||
16989 $as_test_x conftest$ac_exeext
16990 }; then
16991 case "$LIBEXT" in
16992 dll) ;;
16993 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'` ;;
16994 *) ac_cv_lib_soname_odbc=`$ac_cv_path_LDD conftest$ac_exeext | grep "libodbc\\.$LIBEXT" | sed -e "s/^.*\(libodbc\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
16995 esac
16996 else
16997 $as_echo "$as_me: failed program was:" >&5
16998 sed 's/^/| /' conftest.$ac_ext >&5
17003 rm -rf conftest.dSYM
17004 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17005 conftest$ac_exeext conftest.$ac_ext
17006 LIBS=$ac_check_soname_save_LIBS
17008 if test "x$ac_cv_lib_soname_odbc" = "x"; then
17009 { $as_echo "$as_me:$LINENO: result: not found" >&5
17010 $as_echo "not found" >&6; }
17011 cat >>confdefs.h <<_ACEOF
17012 #define SONAME_LIBODBC "libodbc.$LIBEXT"
17013 _ACEOF
17015 else
17016 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_soname_odbc" >&5
17017 $as_echo "$ac_cv_lib_soname_odbc" >&6; }
17019 cat >>confdefs.h <<_ACEOF
17020 #define SONAME_LIBODBC "$ac_cv_lib_soname_odbc"
17021 _ACEOF
17027 if test "x$ALSALIBS$AUDIOIOLIBS$COREAUDIO$NASLIBS$ESDLIBS$ac_cv_lib_soname_jack" = "x" -a \
17028 "$ac_cv_header_sys_soundcard_h" != "yes" -a \
17029 "$ac_cv_header_machine_soundcard_h" != "yes" -a \
17030 "$ac_cv_header_soundcard_h" != "yes" -a \
17031 "x$with_alsa$with_audioio$with_coreaudio$with_nas$with_esd$with_jack$with_oss" != xnonononononono
17032 then
17033 wine_warnings="$wine_warnings|No sound system was found. Windows applications will be silent."
17037 EXTRACFLAGS=""
17039 if test "x${GCC}" = "xyes"
17040 then
17041 EXTRACFLAGS="-Wall -pipe"
17043 { $as_echo "$as_me:$LINENO: checking for gcc strength-reduce bug" >&5
17044 $as_echo_n "checking for gcc strength-reduce bug... " >&6; }
17045 if test "${ac_cv_c_gcc_strength_bug+set}" = set; then
17046 $as_echo_n "(cached) " >&6
17047 else
17048 if test "$cross_compiling" = yes; then
17049 ac_cv_c_gcc_strength_bug="yes"
17050 else
17051 cat >conftest.$ac_ext <<_ACEOF
17052 /* confdefs.h. */
17053 _ACEOF
17054 cat confdefs.h >>conftest.$ac_ext
17055 cat >>conftest.$ac_ext <<_ACEOF
17056 /* end confdefs.h. */
17057 int L[4] = {0,1,2,3};
17059 main ()
17061 static int Array[3];
17062 unsigned int B = 3;
17063 int i;
17064 for(i=0; i<B; i++) Array[i] = i - 3;
17065 for(i=0; i<4 - 1; i++) L[i] = L[i + 1];
17066 L[i] = 4;
17067 exit( Array[1] != -2 || L[2] != 3)
17069 return 0;
17071 _ACEOF
17072 rm -f conftest$ac_exeext
17073 if { (ac_try="$ac_link"
17074 case "(($ac_try" in
17075 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17076 *) ac_try_echo=$ac_try;;
17077 esac
17078 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
17079 $as_echo "$ac_try_echo") >&5
17080 (eval "$ac_link") 2>&5
17081 ac_status=$?
17082 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
17083 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
17084 { (case "(($ac_try" in
17085 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17086 *) ac_try_echo=$ac_try;;
17087 esac
17088 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
17089 $as_echo "$ac_try_echo") >&5
17090 (eval "$ac_try") 2>&5
17091 ac_status=$?
17092 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
17093 (exit $ac_status); }; }; then
17094 ac_cv_c_gcc_strength_bug="no"
17095 else
17096 $as_echo "$as_me: program exited with status $ac_status" >&5
17097 $as_echo "$as_me: failed program was:" >&5
17098 sed 's/^/| /' conftest.$ac_ext >&5
17100 ( exit $ac_status )
17101 ac_cv_c_gcc_strength_bug="yes"
17103 rm -rf conftest.dSYM
17104 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
17109 { $as_echo "$as_me:$LINENO: result: $ac_cv_c_gcc_strength_bug" >&5
17110 $as_echo "$ac_cv_c_gcc_strength_bug" >&6; }
17111 if test "$ac_cv_c_gcc_strength_bug" = "yes"
17112 then
17113 EXTRACFLAGS="$EXTRACFLAGS -fno-strength-reduce"
17117 { $as_echo "$as_me:$LINENO: checking whether the compiler supports -fshort-wchar" >&5
17118 $as_echo_n "checking whether the compiler supports -fshort-wchar... " >&6; }
17119 if test "${ac_cv_cflags__fshort_wchar+set}" = set; then
17120 $as_echo_n "(cached) " >&6
17121 else
17122 ac_wine_try_cflags_saved=$CFLAGS
17123 CFLAGS="$CFLAGS -fshort-wchar"
17124 cat >conftest.$ac_ext <<_ACEOF
17125 /* confdefs.h. */
17126 _ACEOF
17127 cat confdefs.h >>conftest.$ac_ext
17128 cat >>conftest.$ac_ext <<_ACEOF
17129 /* end confdefs.h. */
17132 main ()
17136 return 0;
17138 _ACEOF
17139 rm -f conftest.$ac_objext conftest$ac_exeext
17140 if { (ac_try="$ac_link"
17141 case "(($ac_try" in
17142 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17143 *) ac_try_echo=$ac_try;;
17144 esac
17145 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
17146 $as_echo "$ac_try_echo") >&5
17147 (eval "$ac_link") 2>conftest.er1
17148 ac_status=$?
17149 grep -v '^ *+' conftest.er1 >conftest.err
17150 rm -f conftest.er1
17151 cat conftest.err >&5
17152 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
17153 (exit $ac_status); } && {
17154 test -z "$ac_c_werror_flag" ||
17155 test ! -s conftest.err
17156 } && test -s conftest$ac_exeext && {
17157 test "$cross_compiling" = yes ||
17158 $as_test_x conftest$ac_exeext
17159 }; then
17160 ac_cv_cflags__fshort_wchar=yes
17161 else
17162 $as_echo "$as_me: failed program was:" >&5
17163 sed 's/^/| /' conftest.$ac_ext >&5
17165 ac_cv_cflags__fshort_wchar=no
17168 rm -rf conftest.dSYM
17169 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17170 conftest$ac_exeext conftest.$ac_ext
17171 CFLAGS=$ac_wine_try_cflags_saved
17173 { $as_echo "$as_me:$LINENO: result: $ac_cv_cflags__fshort_wchar" >&5
17174 $as_echo "$ac_cv_cflags__fshort_wchar" >&6; }
17175 if test $ac_cv_cflags__fshort_wchar = yes; then
17177 cat >>confdefs.h <<\_ACEOF
17178 #define CC_FLAG_SHORT_WCHAR "-fshort-wchar"
17179 _ACEOF
17183 { $as_echo "$as_me:$LINENO: checking whether the compiler supports -fno-builtin" >&5
17184 $as_echo_n "checking whether the compiler supports -fno-builtin... " >&6; }
17185 if test "${ac_cv_cflags__fno_builtin+set}" = set; then
17186 $as_echo_n "(cached) " >&6
17187 else
17188 ac_wine_try_cflags_saved=$CFLAGS
17189 CFLAGS="$CFLAGS -fno-builtin"
17190 cat >conftest.$ac_ext <<_ACEOF
17191 /* confdefs.h. */
17192 _ACEOF
17193 cat confdefs.h >>conftest.$ac_ext
17194 cat >>conftest.$ac_ext <<_ACEOF
17195 /* end confdefs.h. */
17198 main ()
17202 return 0;
17204 _ACEOF
17205 rm -f conftest.$ac_objext conftest$ac_exeext
17206 if { (ac_try="$ac_link"
17207 case "(($ac_try" in
17208 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17209 *) ac_try_echo=$ac_try;;
17210 esac
17211 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
17212 $as_echo "$ac_try_echo") >&5
17213 (eval "$ac_link") 2>conftest.er1
17214 ac_status=$?
17215 grep -v '^ *+' conftest.er1 >conftest.err
17216 rm -f conftest.er1
17217 cat conftest.err >&5
17218 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
17219 (exit $ac_status); } && {
17220 test -z "$ac_c_werror_flag" ||
17221 test ! -s conftest.err
17222 } && test -s conftest$ac_exeext && {
17223 test "$cross_compiling" = yes ||
17224 $as_test_x conftest$ac_exeext
17225 }; then
17226 ac_cv_cflags__fno_builtin=yes
17227 else
17228 $as_echo "$as_me: failed program was:" >&5
17229 sed 's/^/| /' conftest.$ac_ext >&5
17231 ac_cv_cflags__fno_builtin=no
17234 rm -rf conftest.dSYM
17235 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17236 conftest$ac_exeext conftest.$ac_ext
17237 CFLAGS=$ac_wine_try_cflags_saved
17239 { $as_echo "$as_me:$LINENO: result: $ac_cv_cflags__fno_builtin" >&5
17240 $as_echo "$ac_cv_cflags__fno_builtin" >&6; }
17241 if test $ac_cv_cflags__fno_builtin = yes; then
17242 BUILTINFLAG="-fno-builtin"
17246 { $as_echo "$as_me:$LINENO: checking whether the compiler supports -fno-strict-aliasing" >&5
17247 $as_echo_n "checking whether the compiler supports -fno-strict-aliasing... " >&6; }
17248 if test "${ac_cv_cflags__fno_strict_aliasing+set}" = set; then
17249 $as_echo_n "(cached) " >&6
17250 else
17251 ac_wine_try_cflags_saved=$CFLAGS
17252 CFLAGS="$CFLAGS -fno-strict-aliasing"
17253 cat >conftest.$ac_ext <<_ACEOF
17254 /* confdefs.h. */
17255 _ACEOF
17256 cat confdefs.h >>conftest.$ac_ext
17257 cat >>conftest.$ac_ext <<_ACEOF
17258 /* end confdefs.h. */
17261 main ()
17265 return 0;
17267 _ACEOF
17268 rm -f conftest.$ac_objext conftest$ac_exeext
17269 if { (ac_try="$ac_link"
17270 case "(($ac_try" in
17271 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17272 *) ac_try_echo=$ac_try;;
17273 esac
17274 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
17275 $as_echo "$ac_try_echo") >&5
17276 (eval "$ac_link") 2>conftest.er1
17277 ac_status=$?
17278 grep -v '^ *+' conftest.er1 >conftest.err
17279 rm -f conftest.er1
17280 cat conftest.err >&5
17281 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
17282 (exit $ac_status); } && {
17283 test -z "$ac_c_werror_flag" ||
17284 test ! -s conftest.err
17285 } && test -s conftest$ac_exeext && {
17286 test "$cross_compiling" = yes ||
17287 $as_test_x conftest$ac_exeext
17288 }; then
17289 ac_cv_cflags__fno_strict_aliasing=yes
17290 else
17291 $as_echo "$as_me: failed program was:" >&5
17292 sed 's/^/| /' conftest.$ac_ext >&5
17294 ac_cv_cflags__fno_strict_aliasing=no
17297 rm -rf conftest.dSYM
17298 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17299 conftest$ac_exeext conftest.$ac_ext
17300 CFLAGS=$ac_wine_try_cflags_saved
17302 { $as_echo "$as_me:$LINENO: result: $ac_cv_cflags__fno_strict_aliasing" >&5
17303 $as_echo "$ac_cv_cflags__fno_strict_aliasing" >&6; }
17304 if test $ac_cv_cflags__fno_strict_aliasing = yes; then
17305 EXTRACFLAGS="$EXTRACFLAGS -fno-strict-aliasing"
17308 { $as_echo "$as_me:$LINENO: checking whether the compiler supports -Wdeclaration-after-statement" >&5
17309 $as_echo_n "checking whether the compiler supports -Wdeclaration-after-statement... " >&6; }
17310 if test "${ac_cv_cflags__Wdeclaration_after_statement+set}" = set; then
17311 $as_echo_n "(cached) " >&6
17312 else
17313 ac_wine_try_cflags_saved=$CFLAGS
17314 CFLAGS="$CFLAGS -Wdeclaration-after-statement"
17315 cat >conftest.$ac_ext <<_ACEOF
17316 /* confdefs.h. */
17317 _ACEOF
17318 cat confdefs.h >>conftest.$ac_ext
17319 cat >>conftest.$ac_ext <<_ACEOF
17320 /* end confdefs.h. */
17323 main ()
17327 return 0;
17329 _ACEOF
17330 rm -f conftest.$ac_objext conftest$ac_exeext
17331 if { (ac_try="$ac_link"
17332 case "(($ac_try" in
17333 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17334 *) ac_try_echo=$ac_try;;
17335 esac
17336 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
17337 $as_echo "$ac_try_echo") >&5
17338 (eval "$ac_link") 2>conftest.er1
17339 ac_status=$?
17340 grep -v '^ *+' conftest.er1 >conftest.err
17341 rm -f conftest.er1
17342 cat conftest.err >&5
17343 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
17344 (exit $ac_status); } && {
17345 test -z "$ac_c_werror_flag" ||
17346 test ! -s conftest.err
17347 } && test -s conftest$ac_exeext && {
17348 test "$cross_compiling" = yes ||
17349 $as_test_x conftest$ac_exeext
17350 }; then
17351 ac_cv_cflags__Wdeclaration_after_statement=yes
17352 else
17353 $as_echo "$as_me: failed program was:" >&5
17354 sed 's/^/| /' conftest.$ac_ext >&5
17356 ac_cv_cflags__Wdeclaration_after_statement=no
17359 rm -rf conftest.dSYM
17360 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17361 conftest$ac_exeext conftest.$ac_ext
17362 CFLAGS=$ac_wine_try_cflags_saved
17364 { $as_echo "$as_me:$LINENO: result: $ac_cv_cflags__Wdeclaration_after_statement" >&5
17365 $as_echo "$ac_cv_cflags__Wdeclaration_after_statement" >&6; }
17366 if test $ac_cv_cflags__Wdeclaration_after_statement = yes; then
17367 EXTRACFLAGS="$EXTRACFLAGS -Wdeclaration-after-statement"
17370 { $as_echo "$as_me:$LINENO: checking whether the compiler supports -Wwrite-strings" >&5
17371 $as_echo_n "checking whether the compiler supports -Wwrite-strings... " >&6; }
17372 if test "${ac_cv_cflags__Wwrite_strings+set}" = set; then
17373 $as_echo_n "(cached) " >&6
17374 else
17375 ac_wine_try_cflags_saved=$CFLAGS
17376 CFLAGS="$CFLAGS -Wwrite-strings"
17377 cat >conftest.$ac_ext <<_ACEOF
17378 /* confdefs.h. */
17379 _ACEOF
17380 cat confdefs.h >>conftest.$ac_ext
17381 cat >>conftest.$ac_ext <<_ACEOF
17382 /* end confdefs.h. */
17385 main ()
17389 return 0;
17391 _ACEOF
17392 rm -f conftest.$ac_objext conftest$ac_exeext
17393 if { (ac_try="$ac_link"
17394 case "(($ac_try" in
17395 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17396 *) ac_try_echo=$ac_try;;
17397 esac
17398 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
17399 $as_echo "$ac_try_echo") >&5
17400 (eval "$ac_link") 2>conftest.er1
17401 ac_status=$?
17402 grep -v '^ *+' conftest.er1 >conftest.err
17403 rm -f conftest.er1
17404 cat conftest.err >&5
17405 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
17406 (exit $ac_status); } && {
17407 test -z "$ac_c_werror_flag" ||
17408 test ! -s conftest.err
17409 } && test -s conftest$ac_exeext && {
17410 test "$cross_compiling" = yes ||
17411 $as_test_x conftest$ac_exeext
17412 }; then
17413 ac_cv_cflags__Wwrite_strings=yes
17414 else
17415 $as_echo "$as_me: failed program was:" >&5
17416 sed 's/^/| /' conftest.$ac_ext >&5
17418 ac_cv_cflags__Wwrite_strings=no
17421 rm -rf conftest.dSYM
17422 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17423 conftest$ac_exeext conftest.$ac_ext
17424 CFLAGS=$ac_wine_try_cflags_saved
17426 { $as_echo "$as_me:$LINENO: result: $ac_cv_cflags__Wwrite_strings" >&5
17427 $as_echo "$ac_cv_cflags__Wwrite_strings" >&6; }
17428 if test $ac_cv_cflags__Wwrite_strings = yes; then
17429 EXTRACFLAGS="$EXTRACFLAGS -Wwrite-strings"
17432 { $as_echo "$as_me:$LINENO: checking whether the compiler supports -Wtype-limits" >&5
17433 $as_echo_n "checking whether the compiler supports -Wtype-limits... " >&6; }
17434 if test "${ac_cv_cflags__Wtype_limits+set}" = set; then
17435 $as_echo_n "(cached) " >&6
17436 else
17437 ac_wine_try_cflags_saved=$CFLAGS
17438 CFLAGS="$CFLAGS -Wtype-limits"
17439 cat >conftest.$ac_ext <<_ACEOF
17440 /* confdefs.h. */
17441 _ACEOF
17442 cat confdefs.h >>conftest.$ac_ext
17443 cat >>conftest.$ac_ext <<_ACEOF
17444 /* end confdefs.h. */
17447 main ()
17451 return 0;
17453 _ACEOF
17454 rm -f conftest.$ac_objext conftest$ac_exeext
17455 if { (ac_try="$ac_link"
17456 case "(($ac_try" in
17457 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17458 *) ac_try_echo=$ac_try;;
17459 esac
17460 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
17461 $as_echo "$ac_try_echo") >&5
17462 (eval "$ac_link") 2>conftest.er1
17463 ac_status=$?
17464 grep -v '^ *+' conftest.er1 >conftest.err
17465 rm -f conftest.er1
17466 cat conftest.err >&5
17467 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
17468 (exit $ac_status); } && {
17469 test -z "$ac_c_werror_flag" ||
17470 test ! -s conftest.err
17471 } && test -s conftest$ac_exeext && {
17472 test "$cross_compiling" = yes ||
17473 $as_test_x conftest$ac_exeext
17474 }; then
17475 ac_cv_cflags__Wtype_limits=yes
17476 else
17477 $as_echo "$as_me: failed program was:" >&5
17478 sed 's/^/| /' conftest.$ac_ext >&5
17480 ac_cv_cflags__Wtype_limits=no
17483 rm -rf conftest.dSYM
17484 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17485 conftest$ac_exeext conftest.$ac_ext
17486 CFLAGS=$ac_wine_try_cflags_saved
17488 { $as_echo "$as_me:$LINENO: result: $ac_cv_cflags__Wtype_limits" >&5
17489 $as_echo "$ac_cv_cflags__Wtype_limits" >&6; }
17490 if test $ac_cv_cflags__Wtype_limits = yes; then
17491 EXTRACFLAGS="$EXTRACFLAGS -Wtype-limits"
17495 saved_CFLAGS="$CFLAGS"
17496 CFLAGS="$CFLAGS -Wpointer-arith -Werror"
17497 { $as_echo "$as_me:$LINENO: checking for broken string.h that generates warnings" >&5
17498 $as_echo_n "checking for broken string.h that generates warnings... " >&6; }
17499 if test "${ac_cv_c_string_h_warnings+set}" = set; then
17500 $as_echo_n "(cached) " >&6
17501 else
17502 cat >conftest.$ac_ext <<_ACEOF
17503 /* confdefs.h. */
17504 _ACEOF
17505 cat confdefs.h >>conftest.$ac_ext
17506 cat >>conftest.$ac_ext <<_ACEOF
17507 /* end confdefs.h. */
17508 #include <string.h>
17510 main ()
17514 return 0;
17516 _ACEOF
17517 rm -f conftest.$ac_objext
17518 if { (ac_try="$ac_compile"
17519 case "(($ac_try" in
17520 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17521 *) ac_try_echo=$ac_try;;
17522 esac
17523 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
17524 $as_echo "$ac_try_echo") >&5
17525 (eval "$ac_compile") 2>conftest.er1
17526 ac_status=$?
17527 grep -v '^ *+' conftest.er1 >conftest.err
17528 rm -f conftest.er1
17529 cat conftest.err >&5
17530 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
17531 (exit $ac_status); } && {
17532 test -z "$ac_c_werror_flag" ||
17533 test ! -s conftest.err
17534 } && test -s conftest.$ac_objext; then
17535 ac_cv_c_string_h_warnings=no
17536 else
17537 $as_echo "$as_me: failed program was:" >&5
17538 sed 's/^/| /' conftest.$ac_ext >&5
17540 ac_cv_c_string_h_warnings=yes
17543 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
17545 { $as_echo "$as_me:$LINENO: result: $ac_cv_c_string_h_warnings" >&5
17546 $as_echo "$ac_cv_c_string_h_warnings" >&6; }
17547 CFLAGS="$saved_CFLAGS"
17548 if test "$ac_cv_c_string_h_warnings" = "no"
17549 then
17550 EXTRACFLAGS="$EXTRACFLAGS -Wpointer-arith"
17555 { $as_echo "$as_me:$LINENO: checking how to define a function in assembly code" >&5
17556 $as_echo_n "checking how to define a function in assembly code... " >&6; }
17557 if test "${ac_cv_asm_func_def+set}" = set; then
17558 $as_echo_n "(cached) " >&6
17559 else
17560 cat >conftest.$ac_ext <<_ACEOF
17561 /* confdefs.h. */
17562 _ACEOF
17563 cat confdefs.h >>conftest.$ac_ext
17564 cat >>conftest.$ac_ext <<_ACEOF
17565 /* end confdefs.h. */
17568 main ()
17570 asm("\t.globl _ac_test\n\t.def _ac_test; .scl 2; .type 32; .endef\n_ac_test:\t.long 0");
17572 return 0;
17574 _ACEOF
17575 rm -f conftest.$ac_objext conftest$ac_exeext
17576 if { (ac_try="$ac_link"
17577 case "(($ac_try" in
17578 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17579 *) ac_try_echo=$ac_try;;
17580 esac
17581 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
17582 $as_echo "$ac_try_echo") >&5
17583 (eval "$ac_link") 2>conftest.er1
17584 ac_status=$?
17585 grep -v '^ *+' conftest.er1 >conftest.err
17586 rm -f conftest.er1
17587 cat conftest.err >&5
17588 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
17589 (exit $ac_status); } && {
17590 test -z "$ac_c_werror_flag" ||
17591 test ! -s conftest.err
17592 } && test -s conftest$ac_exeext && {
17593 test "$cross_compiling" = yes ||
17594 $as_test_x conftest$ac_exeext
17595 }; then
17596 ac_cv_asm_func_def=".def"
17597 else
17598 $as_echo "$as_me: failed program was:" >&5
17599 sed 's/^/| /' conftest.$ac_ext >&5
17601 cat >conftest.$ac_ext <<_ACEOF
17602 /* confdefs.h. */
17603 _ACEOF
17604 cat confdefs.h >>conftest.$ac_ext
17605 cat >>conftest.$ac_ext <<_ACEOF
17606 /* end confdefs.h. */
17609 main ()
17611 asm("\t.globl _ac_test\n\t.type _ac_test,@function\n_ac_test:\t.long 0");
17613 return 0;
17615 _ACEOF
17616 rm -f conftest.$ac_objext conftest$ac_exeext
17617 if { (ac_try="$ac_link"
17618 case "(($ac_try" in
17619 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17620 *) ac_try_echo=$ac_try;;
17621 esac
17622 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
17623 $as_echo "$ac_try_echo") >&5
17624 (eval "$ac_link") 2>conftest.er1
17625 ac_status=$?
17626 grep -v '^ *+' conftest.er1 >conftest.err
17627 rm -f conftest.er1
17628 cat conftest.err >&5
17629 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
17630 (exit $ac_status); } && {
17631 test -z "$ac_c_werror_flag" ||
17632 test ! -s conftest.err
17633 } && test -s conftest$ac_exeext && {
17634 test "$cross_compiling" = yes ||
17635 $as_test_x conftest$ac_exeext
17636 }; then
17637 ac_cv_asm_func_def=".type @function"
17638 else
17639 $as_echo "$as_me: failed program was:" >&5
17640 sed 's/^/| /' conftest.$ac_ext >&5
17642 cat >conftest.$ac_ext <<_ACEOF
17643 /* confdefs.h. */
17644 _ACEOF
17645 cat confdefs.h >>conftest.$ac_ext
17646 cat >>conftest.$ac_ext <<_ACEOF
17647 /* end confdefs.h. */
17650 main ()
17652 asm("\t.globl _ac_test\n\t.type _ac_test,2\n_ac_test:\t.long 0");
17654 return 0;
17656 _ACEOF
17657 rm -f conftest.$ac_objext conftest$ac_exeext
17658 if { (ac_try="$ac_link"
17659 case "(($ac_try" in
17660 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17661 *) ac_try_echo=$ac_try;;
17662 esac
17663 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
17664 $as_echo "$ac_try_echo") >&5
17665 (eval "$ac_link") 2>conftest.er1
17666 ac_status=$?
17667 grep -v '^ *+' conftest.er1 >conftest.err
17668 rm -f conftest.er1
17669 cat conftest.err >&5
17670 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
17671 (exit $ac_status); } && {
17672 test -z "$ac_c_werror_flag" ||
17673 test ! -s conftest.err
17674 } && test -s conftest$ac_exeext && {
17675 test "$cross_compiling" = yes ||
17676 $as_test_x conftest$ac_exeext
17677 }; then
17678 ac_cv_asm_func_def=".type 2"
17679 else
17680 $as_echo "$as_me: failed program was:" >&5
17681 sed 's/^/| /' conftest.$ac_ext >&5
17683 ac_cv_asm_func_def="unknown"
17686 rm -rf conftest.dSYM
17687 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17688 conftest$ac_exeext conftest.$ac_ext
17691 rm -rf conftest.dSYM
17692 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17693 conftest$ac_exeext conftest.$ac_ext
17696 rm -rf conftest.dSYM
17697 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17698 conftest$ac_exeext conftest.$ac_ext
17700 { $as_echo "$as_me:$LINENO: result: $ac_cv_asm_func_def" >&5
17701 $as_echo "$ac_cv_asm_func_def" >&6; }
17705 case "$ac_cv_asm_func_def" in
17706 ".def")
17707 cat >>confdefs.h <<\_ACEOF
17708 #define __ASM_FUNC(name) ".def " __ASM_NAME(name) "; .scl 2; .type 32; .endef"
17709 _ACEOF
17711 ".type @function")
17712 cat >>confdefs.h <<\_ACEOF
17713 #define __ASM_FUNC(name) ".type " __ASM_NAME(name) ",@function"
17714 _ACEOF
17716 ".type 2")
17717 cat >>confdefs.h <<\_ACEOF
17718 #define __ASM_FUNC(name) ".type " __ASM_NAME(name) ",2"
17719 _ACEOF
17722 cat >>confdefs.h <<\_ACEOF
17723 #define __ASM_FUNC(name) ""
17724 _ACEOF
17726 esac
17729 { $as_echo "$as_me:$LINENO: checking whether external symbols need an underscore prefix" >&5
17730 $as_echo_n "checking whether external symbols need an underscore prefix... " >&6; }
17731 if test "${ac_cv_c_extern_prefix+set}" = set; then
17732 $as_echo_n "(cached) " >&6
17733 else
17734 cat >conftest.$ac_ext <<_ACEOF
17735 /* confdefs.h. */
17736 _ACEOF
17737 cat confdefs.h >>conftest.$ac_ext
17738 cat >>conftest.$ac_ext <<_ACEOF
17739 /* end confdefs.h. */
17740 extern int ac_test;
17742 main ()
17744 asm(".globl _ac_test\n_ac_test:\t.long 0"); if (ac_test) return 1
17746 return 0;
17748 _ACEOF
17749 rm -f conftest.$ac_objext conftest$ac_exeext
17750 if { (ac_try="$ac_link"
17751 case "(($ac_try" in
17752 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17753 *) ac_try_echo=$ac_try;;
17754 esac
17755 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
17756 $as_echo "$ac_try_echo") >&5
17757 (eval "$ac_link") 2>conftest.er1
17758 ac_status=$?
17759 grep -v '^ *+' conftest.er1 >conftest.err
17760 rm -f conftest.er1
17761 cat conftest.err >&5
17762 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
17763 (exit $ac_status); } && {
17764 test -z "$ac_c_werror_flag" ||
17765 test ! -s conftest.err
17766 } && test -s conftest$ac_exeext && {
17767 test "$cross_compiling" = yes ||
17768 $as_test_x conftest$ac_exeext
17769 }; then
17770 ac_cv_c_extern_prefix="yes"
17771 else
17772 $as_echo "$as_me: failed program was:" >&5
17773 sed 's/^/| /' conftest.$ac_ext >&5
17775 ac_cv_c_extern_prefix="no"
17778 rm -rf conftest.dSYM
17779 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17780 conftest$ac_exeext conftest.$ac_ext
17782 { $as_echo "$as_me:$LINENO: result: $ac_cv_c_extern_prefix" >&5
17783 $as_echo "$ac_cv_c_extern_prefix" >&6; }
17787 if test "$ac_cv_c_extern_prefix" = "yes"
17788 then
17789 cat >>confdefs.h <<\_ACEOF
17790 #define __ASM_NAME(name) "_" name
17791 _ACEOF
17793 else
17794 cat >>confdefs.h <<\_ACEOF
17795 #define __ASM_NAME(name) name
17796 _ACEOF
17801 LDPATH=""
17803 case $build_os in
17804 cygwin*|mingw32*)
17805 LDPATH="PATH=\"\$(TOOLSDIR)/libs/wine:\$\$PATH\""
17807 darwin*|macosx*)
17809 linux*|solaris*) if test -z "$LDRPATH_LOCAL"
17810 then
17811 LDPATH="LD_LIBRARY_PATH=\"\$(TOOLSDIR)/libs/wine:\$\$LD_LIBRARY_PATH\""
17815 LDPATH="LD_LIBRARY_PATH=\"\$(TOOLSDIR)/libs/wine:\$\$LD_LIBRARY_PATH\""
17817 esac
17819 case $host_os in
17820 mingw32*)
17821 CRTLIBS="-lmsvcrt"
17823 SOCKETLIBS="-lws2_32"
17826 esac
17828 MAIN_BINARY="wine-pthread"
17829 case $host_cpu in
17830 *i[3456789]86*)
17831 case $host_os in
17832 linux* | k*bsd*-gnu)
17833 MAIN_BINARY="wine-glibc"
17835 EXTRA_BINARIES="wine-kthread wine-pthread wine-preloader"
17837 freebsd*)
17838 MAIN_BINARY="wine-freebsd"
17840 EXTRA_BINARIES="wine-pthread"
17842 esac
17844 esac
17918 for ac_func in \
17919 _mkdir \
17920 _pclose \
17921 _popen \
17922 _snprintf \
17923 _spawnvp \
17924 _strdup \
17925 _stricmp \
17926 _strnicmp \
17927 _strtoi64 \
17928 _strtoui64 \
17929 _vsnprintf \
17930 asctime_r \
17931 chsize \
17932 clone \
17933 dlopen \
17934 epoll_create \
17935 ffs \
17936 finite \
17937 fork \
17938 fpclass \
17939 fstatfs \
17940 fstatvfs \
17941 ftruncate \
17942 futimes \
17943 futimesat \
17944 getdirentries \
17945 getopt_long \
17946 getpagesize \
17947 getpwuid \
17948 gettid \
17949 gettimeofday \
17950 getuid \
17951 inet_pton \
17952 kqueue \
17953 lstat \
17954 memmove \
17955 mmap \
17956 pclose \
17957 poll \
17958 popen \
17959 prctl \
17960 pread \
17961 pwrite \
17962 readdir \
17963 readlink \
17964 rfork \
17965 sched_yield \
17966 select \
17967 setproctitle \
17968 setrlimit \
17969 settimeofday \
17970 sigaltstack \
17971 sigprocmask \
17972 snprintf \
17973 spawnvp \
17974 statfs \
17975 statvfs \
17976 strcasecmp \
17977 strdup \
17978 strerror \
17979 strncasecmp \
17980 strtold \
17981 strtoll \
17982 strtoull \
17983 tcgetattr \
17984 thr_kill2 \
17985 timegm \
17986 usleep \
17987 vsnprintf \
17988 wait4 \
17989 waitpid \
17992 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
17993 { $as_echo "$as_me:$LINENO: checking for $ac_func" >&5
17994 $as_echo_n "checking for $ac_func... " >&6; }
17995 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
17996 $as_echo_n "(cached) " >&6
17997 else
17998 cat >conftest.$ac_ext <<_ACEOF
17999 /* confdefs.h. */
18000 _ACEOF
18001 cat confdefs.h >>conftest.$ac_ext
18002 cat >>conftest.$ac_ext <<_ACEOF
18003 /* end confdefs.h. */
18004 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
18005 For example, HP-UX 11i <limits.h> declares gettimeofday. */
18006 #define $ac_func innocuous_$ac_func
18008 /* System header to define __stub macros and hopefully few prototypes,
18009 which can conflict with char $ac_func (); below.
18010 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
18011 <limits.h> exists even on freestanding compilers. */
18013 #ifdef __STDC__
18014 # include <limits.h>
18015 #else
18016 # include <assert.h>
18017 #endif
18019 #undef $ac_func
18021 /* Override any GCC internal prototype to avoid an error.
18022 Use char because int might match the return type of a GCC
18023 builtin and then its argument prototype would still apply. */
18024 #ifdef __cplusplus
18025 extern "C"
18026 #endif
18027 char $ac_func ();
18028 /* The GNU C library defines this for functions which it implements
18029 to always fail with ENOSYS. Some functions are actually named
18030 something starting with __ and the normal name is an alias. */
18031 #if defined __stub_$ac_func || defined __stub___$ac_func
18032 choke me
18033 #endif
18036 main ()
18038 return $ac_func ();
18040 return 0;
18042 _ACEOF
18043 rm -f conftest.$ac_objext conftest$ac_exeext
18044 if { (ac_try="$ac_link"
18045 case "(($ac_try" in
18046 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18047 *) ac_try_echo=$ac_try;;
18048 esac
18049 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
18050 $as_echo "$ac_try_echo") >&5
18051 (eval "$ac_link") 2>conftest.er1
18052 ac_status=$?
18053 grep -v '^ *+' conftest.er1 >conftest.err
18054 rm -f conftest.er1
18055 cat conftest.err >&5
18056 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
18057 (exit $ac_status); } && {
18058 test -z "$ac_c_werror_flag" ||
18059 test ! -s conftest.err
18060 } && test -s conftest$ac_exeext && {
18061 test "$cross_compiling" = yes ||
18062 $as_test_x conftest$ac_exeext
18063 }; then
18064 eval "$as_ac_var=yes"
18065 else
18066 $as_echo "$as_me: failed program was:" >&5
18067 sed 's/^/| /' conftest.$ac_ext >&5
18069 eval "$as_ac_var=no"
18072 rm -rf conftest.dSYM
18073 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
18074 conftest$ac_exeext conftest.$ac_ext
18076 ac_res=`eval 'as_val=${'$as_ac_var'}
18077 $as_echo "$as_val"'`
18078 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
18079 $as_echo "$ac_res" >&6; }
18080 as_val=`eval 'as_val=${'$as_ac_var'}
18081 $as_echo "$as_val"'`
18082 if test "x$as_val" = x""yes; then
18083 cat >>confdefs.h <<_ACEOF
18084 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
18085 _ACEOF
18088 done
18091 if test "$ac_cv_func_dlopen" = no
18092 then
18093 { $as_echo "$as_me:$LINENO: checking for dlopen in -ldl" >&5
18094 $as_echo_n "checking for dlopen in -ldl... " >&6; }
18095 if test "${ac_cv_lib_dl_dlopen+set}" = set; then
18096 $as_echo_n "(cached) " >&6
18097 else
18098 ac_check_lib_save_LIBS=$LIBS
18099 LIBS="-ldl $LIBS"
18100 cat >conftest.$ac_ext <<_ACEOF
18101 /* confdefs.h. */
18102 _ACEOF
18103 cat confdefs.h >>conftest.$ac_ext
18104 cat >>conftest.$ac_ext <<_ACEOF
18105 /* end confdefs.h. */
18107 /* Override any GCC internal prototype to avoid an error.
18108 Use char because int might match the return type of a GCC
18109 builtin and then its argument prototype would still apply. */
18110 #ifdef __cplusplus
18111 extern "C"
18112 #endif
18113 char dlopen ();
18115 main ()
18117 return dlopen ();
18119 return 0;
18121 _ACEOF
18122 rm -f conftest.$ac_objext conftest$ac_exeext
18123 if { (ac_try="$ac_link"
18124 case "(($ac_try" in
18125 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18126 *) ac_try_echo=$ac_try;;
18127 esac
18128 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
18129 $as_echo "$ac_try_echo") >&5
18130 (eval "$ac_link") 2>conftest.er1
18131 ac_status=$?
18132 grep -v '^ *+' conftest.er1 >conftest.err
18133 rm -f conftest.er1
18134 cat conftest.err >&5
18135 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
18136 (exit $ac_status); } && {
18137 test -z "$ac_c_werror_flag" ||
18138 test ! -s conftest.err
18139 } && test -s conftest$ac_exeext && {
18140 test "$cross_compiling" = yes ||
18141 $as_test_x conftest$ac_exeext
18142 }; then
18143 ac_cv_lib_dl_dlopen=yes
18144 else
18145 $as_echo "$as_me: failed program was:" >&5
18146 sed 's/^/| /' conftest.$ac_ext >&5
18148 ac_cv_lib_dl_dlopen=no
18151 rm -rf conftest.dSYM
18152 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
18153 conftest$ac_exeext conftest.$ac_ext
18154 LIBS=$ac_check_lib_save_LIBS
18156 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_dl_dlopen" >&5
18157 $as_echo "$ac_cv_lib_dl_dlopen" >&6; }
18158 if test "x$ac_cv_lib_dl_dlopen" = x""yes; then
18159 cat >>confdefs.h <<\_ACEOF
18160 #define HAVE_DLOPEN 1
18161 _ACEOF
18162 LIBDL="-ldl"
18167 ac_wine_check_funcs_save_LIBS="$LIBS"
18168 LIBS="$LIBS $LIBDL"
18170 for ac_func in dladdr
18172 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
18173 { $as_echo "$as_me:$LINENO: checking for $ac_func" >&5
18174 $as_echo_n "checking for $ac_func... " >&6; }
18175 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
18176 $as_echo_n "(cached) " >&6
18177 else
18178 cat >conftest.$ac_ext <<_ACEOF
18179 /* confdefs.h. */
18180 _ACEOF
18181 cat confdefs.h >>conftest.$ac_ext
18182 cat >>conftest.$ac_ext <<_ACEOF
18183 /* end confdefs.h. */
18184 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
18185 For example, HP-UX 11i <limits.h> declares gettimeofday. */
18186 #define $ac_func innocuous_$ac_func
18188 /* System header to define __stub macros and hopefully few prototypes,
18189 which can conflict with char $ac_func (); below.
18190 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
18191 <limits.h> exists even on freestanding compilers. */
18193 #ifdef __STDC__
18194 # include <limits.h>
18195 #else
18196 # include <assert.h>
18197 #endif
18199 #undef $ac_func
18201 /* Override any GCC internal prototype to avoid an error.
18202 Use char because int might match the return type of a GCC
18203 builtin and then its argument prototype would still apply. */
18204 #ifdef __cplusplus
18205 extern "C"
18206 #endif
18207 char $ac_func ();
18208 /* The GNU C library defines this for functions which it implements
18209 to always fail with ENOSYS. Some functions are actually named
18210 something starting with __ and the normal name is an alias. */
18211 #if defined __stub_$ac_func || defined __stub___$ac_func
18212 choke me
18213 #endif
18216 main ()
18218 return $ac_func ();
18220 return 0;
18222 _ACEOF
18223 rm -f conftest.$ac_objext conftest$ac_exeext
18224 if { (ac_try="$ac_link"
18225 case "(($ac_try" in
18226 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18227 *) ac_try_echo=$ac_try;;
18228 esac
18229 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
18230 $as_echo "$ac_try_echo") >&5
18231 (eval "$ac_link") 2>conftest.er1
18232 ac_status=$?
18233 grep -v '^ *+' conftest.er1 >conftest.err
18234 rm -f conftest.er1
18235 cat conftest.err >&5
18236 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
18237 (exit $ac_status); } && {
18238 test -z "$ac_c_werror_flag" ||
18239 test ! -s conftest.err
18240 } && test -s conftest$ac_exeext && {
18241 test "$cross_compiling" = yes ||
18242 $as_test_x conftest$ac_exeext
18243 }; then
18244 eval "$as_ac_var=yes"
18245 else
18246 $as_echo "$as_me: failed program was:" >&5
18247 sed 's/^/| /' conftest.$ac_ext >&5
18249 eval "$as_ac_var=no"
18252 rm -rf conftest.dSYM
18253 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
18254 conftest$ac_exeext conftest.$ac_ext
18256 ac_res=`eval 'as_val=${'$as_ac_var'}
18257 $as_echo "$as_val"'`
18258 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
18259 $as_echo "$ac_res" >&6; }
18260 as_val=`eval 'as_val=${'$as_ac_var'}
18261 $as_echo "$as_val"'`
18262 if test "x$as_val" = x""yes; then
18263 cat >>confdefs.h <<_ACEOF
18264 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
18265 _ACEOF
18268 done
18270 LIBS="$ac_wine_check_funcs_save_LIBS"
18272 if test "$ac_cv_func_poll" = no
18273 then
18274 { $as_echo "$as_me:$LINENO: checking for poll in -lpoll" >&5
18275 $as_echo_n "checking for poll in -lpoll... " >&6; }
18276 if test "${ac_cv_lib_poll_poll+set}" = set; then
18277 $as_echo_n "(cached) " >&6
18278 else
18279 ac_check_lib_save_LIBS=$LIBS
18280 LIBS="-lpoll $LIBS"
18281 cat >conftest.$ac_ext <<_ACEOF
18282 /* confdefs.h. */
18283 _ACEOF
18284 cat confdefs.h >>conftest.$ac_ext
18285 cat >>conftest.$ac_ext <<_ACEOF
18286 /* end confdefs.h. */
18288 /* Override any GCC internal prototype to avoid an error.
18289 Use char because int might match the return type of a GCC
18290 builtin and then its argument prototype would still apply. */
18291 #ifdef __cplusplus
18292 extern "C"
18293 #endif
18294 char poll ();
18296 main ()
18298 return poll ();
18300 return 0;
18302 _ACEOF
18303 rm -f conftest.$ac_objext conftest$ac_exeext
18304 if { (ac_try="$ac_link"
18305 case "(($ac_try" in
18306 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18307 *) ac_try_echo=$ac_try;;
18308 esac
18309 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
18310 $as_echo "$ac_try_echo") >&5
18311 (eval "$ac_link") 2>conftest.er1
18312 ac_status=$?
18313 grep -v '^ *+' conftest.er1 >conftest.err
18314 rm -f conftest.er1
18315 cat conftest.err >&5
18316 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
18317 (exit $ac_status); } && {
18318 test -z "$ac_c_werror_flag" ||
18319 test ! -s conftest.err
18320 } && test -s conftest$ac_exeext && {
18321 test "$cross_compiling" = yes ||
18322 $as_test_x conftest$ac_exeext
18323 }; then
18324 ac_cv_lib_poll_poll=yes
18325 else
18326 $as_echo "$as_me: failed program was:" >&5
18327 sed 's/^/| /' conftest.$ac_ext >&5
18329 ac_cv_lib_poll_poll=no
18332 rm -rf conftest.dSYM
18333 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
18334 conftest$ac_exeext conftest.$ac_ext
18335 LIBS=$ac_check_lib_save_LIBS
18337 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_poll_poll" >&5
18338 $as_echo "$ac_cv_lib_poll_poll" >&6; }
18339 if test "x$ac_cv_lib_poll_poll" = x""yes; then
18340 cat >>confdefs.h <<\_ACEOF
18341 #define HAVE_POLL 1
18342 _ACEOF
18343 LIBPOLL="-lpoll"
18349 { $as_echo "$as_me:$LINENO: checking for library containing gethostbyname" >&5
18350 $as_echo_n "checking for library containing gethostbyname... " >&6; }
18351 if test "${ac_cv_search_gethostbyname+set}" = set; then
18352 $as_echo_n "(cached) " >&6
18353 else
18354 ac_func_search_save_LIBS=$LIBS
18355 cat >conftest.$ac_ext <<_ACEOF
18356 /* confdefs.h. */
18357 _ACEOF
18358 cat confdefs.h >>conftest.$ac_ext
18359 cat >>conftest.$ac_ext <<_ACEOF
18360 /* end confdefs.h. */
18362 /* Override any GCC internal prototype to avoid an error.
18363 Use char because int might match the return type of a GCC
18364 builtin and then its argument prototype would still apply. */
18365 #ifdef __cplusplus
18366 extern "C"
18367 #endif
18368 char gethostbyname ();
18370 main ()
18372 return gethostbyname ();
18374 return 0;
18376 _ACEOF
18377 for ac_lib in '' nsl; do
18378 if test -z "$ac_lib"; then
18379 ac_res="none required"
18380 else
18381 ac_res=-l$ac_lib
18382 LIBS="-l$ac_lib $ac_func_search_save_LIBS"
18384 rm -f conftest.$ac_objext conftest$ac_exeext
18385 if { (ac_try="$ac_link"
18386 case "(($ac_try" in
18387 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18388 *) ac_try_echo=$ac_try;;
18389 esac
18390 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
18391 $as_echo "$ac_try_echo") >&5
18392 (eval "$ac_link") 2>conftest.er1
18393 ac_status=$?
18394 grep -v '^ *+' conftest.er1 >conftest.err
18395 rm -f conftest.er1
18396 cat conftest.err >&5
18397 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
18398 (exit $ac_status); } && {
18399 test -z "$ac_c_werror_flag" ||
18400 test ! -s conftest.err
18401 } && test -s conftest$ac_exeext && {
18402 test "$cross_compiling" = yes ||
18403 $as_test_x conftest$ac_exeext
18404 }; then
18405 ac_cv_search_gethostbyname=$ac_res
18406 else
18407 $as_echo "$as_me: failed program was:" >&5
18408 sed 's/^/| /' conftest.$ac_ext >&5
18413 rm -rf conftest.dSYM
18414 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
18415 conftest$ac_exeext
18416 if test "${ac_cv_search_gethostbyname+set}" = set; then
18417 break
18419 done
18420 if test "${ac_cv_search_gethostbyname+set}" = set; then
18422 else
18423 ac_cv_search_gethostbyname=no
18425 rm conftest.$ac_ext
18426 LIBS=$ac_func_search_save_LIBS
18428 { $as_echo "$as_me:$LINENO: result: $ac_cv_search_gethostbyname" >&5
18429 $as_echo "$ac_cv_search_gethostbyname" >&6; }
18430 ac_res=$ac_cv_search_gethostbyname
18431 if test "$ac_res" != no; then
18432 test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
18437 { $as_echo "$as_me:$LINENO: checking for library containing connect" >&5
18438 $as_echo_n "checking for library containing connect... " >&6; }
18439 if test "${ac_cv_search_connect+set}" = set; then
18440 $as_echo_n "(cached) " >&6
18441 else
18442 ac_func_search_save_LIBS=$LIBS
18443 cat >conftest.$ac_ext <<_ACEOF
18444 /* confdefs.h. */
18445 _ACEOF
18446 cat confdefs.h >>conftest.$ac_ext
18447 cat >>conftest.$ac_ext <<_ACEOF
18448 /* end confdefs.h. */
18450 /* Override any GCC internal prototype to avoid an error.
18451 Use char because int might match the return type of a GCC
18452 builtin and then its argument prototype would still apply. */
18453 #ifdef __cplusplus
18454 extern "C"
18455 #endif
18456 char connect ();
18458 main ()
18460 return connect ();
18462 return 0;
18464 _ACEOF
18465 for ac_lib in '' socket; do
18466 if test -z "$ac_lib"; then
18467 ac_res="none required"
18468 else
18469 ac_res=-l$ac_lib
18470 LIBS="-l$ac_lib $ac_func_search_save_LIBS"
18472 rm -f conftest.$ac_objext conftest$ac_exeext
18473 if { (ac_try="$ac_link"
18474 case "(($ac_try" in
18475 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18476 *) ac_try_echo=$ac_try;;
18477 esac
18478 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
18479 $as_echo "$ac_try_echo") >&5
18480 (eval "$ac_link") 2>conftest.er1
18481 ac_status=$?
18482 grep -v '^ *+' conftest.er1 >conftest.err
18483 rm -f conftest.er1
18484 cat conftest.err >&5
18485 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
18486 (exit $ac_status); } && {
18487 test -z "$ac_c_werror_flag" ||
18488 test ! -s conftest.err
18489 } && test -s conftest$ac_exeext && {
18490 test "$cross_compiling" = yes ||
18491 $as_test_x conftest$ac_exeext
18492 }; then
18493 ac_cv_search_connect=$ac_res
18494 else
18495 $as_echo "$as_me: failed program was:" >&5
18496 sed 's/^/| /' conftest.$ac_ext >&5
18501 rm -rf conftest.dSYM
18502 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
18503 conftest$ac_exeext
18504 if test "${ac_cv_search_connect+set}" = set; then
18505 break
18507 done
18508 if test "${ac_cv_search_connect+set}" = set; then
18510 else
18511 ac_cv_search_connect=no
18513 rm conftest.$ac_ext
18514 LIBS=$ac_func_search_save_LIBS
18516 { $as_echo "$as_me:$LINENO: result: $ac_cv_search_connect" >&5
18517 $as_echo "$ac_cv_search_connect" >&6; }
18518 ac_res=$ac_cv_search_connect
18519 if test "$ac_res" != no; then
18520 test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
18525 { $as_echo "$as_me:$LINENO: checking for library containing inet_aton" >&5
18526 $as_echo_n "checking for library containing inet_aton... " >&6; }
18527 if test "${ac_cv_search_inet_aton+set}" = set; then
18528 $as_echo_n "(cached) " >&6
18529 else
18530 ac_func_search_save_LIBS=$LIBS
18531 cat >conftest.$ac_ext <<_ACEOF
18532 /* confdefs.h. */
18533 _ACEOF
18534 cat confdefs.h >>conftest.$ac_ext
18535 cat >>conftest.$ac_ext <<_ACEOF
18536 /* end confdefs.h. */
18538 /* Override any GCC internal prototype to avoid an error.
18539 Use char because int might match the return type of a GCC
18540 builtin and then its argument prototype would still apply. */
18541 #ifdef __cplusplus
18542 extern "C"
18543 #endif
18544 char inet_aton ();
18546 main ()
18548 return inet_aton ();
18550 return 0;
18552 _ACEOF
18553 for ac_lib in '' resolv; do
18554 if test -z "$ac_lib"; then
18555 ac_res="none required"
18556 else
18557 ac_res=-l$ac_lib
18558 LIBS="-l$ac_lib $ac_func_search_save_LIBS"
18560 rm -f conftest.$ac_objext conftest$ac_exeext
18561 if { (ac_try="$ac_link"
18562 case "(($ac_try" in
18563 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18564 *) ac_try_echo=$ac_try;;
18565 esac
18566 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
18567 $as_echo "$ac_try_echo") >&5
18568 (eval "$ac_link") 2>conftest.er1
18569 ac_status=$?
18570 grep -v '^ *+' conftest.er1 >conftest.err
18571 rm -f conftest.er1
18572 cat conftest.err >&5
18573 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
18574 (exit $ac_status); } && {
18575 test -z "$ac_c_werror_flag" ||
18576 test ! -s conftest.err
18577 } && test -s conftest$ac_exeext && {
18578 test "$cross_compiling" = yes ||
18579 $as_test_x conftest$ac_exeext
18580 }; then
18581 ac_cv_search_inet_aton=$ac_res
18582 else
18583 $as_echo "$as_me: failed program was:" >&5
18584 sed 's/^/| /' conftest.$ac_ext >&5
18589 rm -rf conftest.dSYM
18590 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
18591 conftest$ac_exeext
18592 if test "${ac_cv_search_inet_aton+set}" = set; then
18593 break
18595 done
18596 if test "${ac_cv_search_inet_aton+set}" = set; then
18598 else
18599 ac_cv_search_inet_aton=no
18601 rm conftest.$ac_ext
18602 LIBS=$ac_func_search_save_LIBS
18604 { $as_echo "$as_me:$LINENO: result: $ac_cv_search_inet_aton" >&5
18605 $as_echo "$ac_cv_search_inet_aton" >&6; }
18606 ac_res=$ac_cv_search_inet_aton
18607 if test "$ac_res" != no; then
18608 test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
18621 for ac_func in \
18622 getaddrinfo \
18623 getnameinfo \
18624 getnetbyname \
18625 getprotobyname \
18626 getprotobynumber \
18627 getservbyport \
18628 inet_network \
18629 sendmsg \
18632 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
18633 { $as_echo "$as_me:$LINENO: checking for $ac_func" >&5
18634 $as_echo_n "checking for $ac_func... " >&6; }
18635 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
18636 $as_echo_n "(cached) " >&6
18637 else
18638 cat >conftest.$ac_ext <<_ACEOF
18639 /* confdefs.h. */
18640 _ACEOF
18641 cat confdefs.h >>conftest.$ac_ext
18642 cat >>conftest.$ac_ext <<_ACEOF
18643 /* end confdefs.h. */
18644 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
18645 For example, HP-UX 11i <limits.h> declares gettimeofday. */
18646 #define $ac_func innocuous_$ac_func
18648 /* System header to define __stub macros and hopefully few prototypes,
18649 which can conflict with char $ac_func (); below.
18650 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
18651 <limits.h> exists even on freestanding compilers. */
18653 #ifdef __STDC__
18654 # include <limits.h>
18655 #else
18656 # include <assert.h>
18657 #endif
18659 #undef $ac_func
18661 /* Override any GCC internal prototype to avoid an error.
18662 Use char because int might match the return type of a GCC
18663 builtin and then its argument prototype would still apply. */
18664 #ifdef __cplusplus
18665 extern "C"
18666 #endif
18667 char $ac_func ();
18668 /* The GNU C library defines this for functions which it implements
18669 to always fail with ENOSYS. Some functions are actually named
18670 something starting with __ and the normal name is an alias. */
18671 #if defined __stub_$ac_func || defined __stub___$ac_func
18672 choke me
18673 #endif
18676 main ()
18678 return $ac_func ();
18680 return 0;
18682 _ACEOF
18683 rm -f conftest.$ac_objext conftest$ac_exeext
18684 if { (ac_try="$ac_link"
18685 case "(($ac_try" in
18686 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18687 *) ac_try_echo=$ac_try;;
18688 esac
18689 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
18690 $as_echo "$ac_try_echo") >&5
18691 (eval "$ac_link") 2>conftest.er1
18692 ac_status=$?
18693 grep -v '^ *+' conftest.er1 >conftest.err
18694 rm -f conftest.er1
18695 cat conftest.err >&5
18696 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
18697 (exit $ac_status); } && {
18698 test -z "$ac_c_werror_flag" ||
18699 test ! -s conftest.err
18700 } && test -s conftest$ac_exeext && {
18701 test "$cross_compiling" = yes ||
18702 $as_test_x conftest$ac_exeext
18703 }; then
18704 eval "$as_ac_var=yes"
18705 else
18706 $as_echo "$as_me: failed program was:" >&5
18707 sed 's/^/| /' conftest.$ac_ext >&5
18709 eval "$as_ac_var=no"
18712 rm -rf conftest.dSYM
18713 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
18714 conftest$ac_exeext conftest.$ac_ext
18716 ac_res=`eval 'as_val=${'$as_ac_var'}
18717 $as_echo "$as_val"'`
18718 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
18719 $as_echo "$ac_res" >&6; }
18720 as_val=`eval 'as_val=${'$as_ac_var'}
18721 $as_echo "$as_val"'`
18722 if test "x$as_val" = x""yes; then
18723 cat >>confdefs.h <<_ACEOF
18724 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
18725 _ACEOF
18728 done
18731 LDAPLIBS=""
18733 if test "$ac_cv_header_ldap_h" = "yes" -a "$ac_cv_header_lber_h" = "yes"
18734 then
18735 { $as_echo "$as_me:$LINENO: checking for LDAPSortKey" >&5
18736 $as_echo_n "checking for LDAPSortKey... " >&6; }
18737 if test "${ac_cv_type_LDAPSortKey+set}" = set; then
18738 $as_echo_n "(cached) " >&6
18739 else
18740 ac_cv_type_LDAPSortKey=no
18741 cat >conftest.$ac_ext <<_ACEOF
18742 /* confdefs.h. */
18743 _ACEOF
18744 cat confdefs.h >>conftest.$ac_ext
18745 cat >>conftest.$ac_ext <<_ACEOF
18746 /* end confdefs.h. */
18747 #include <ldap.h>
18750 main ()
18752 if (sizeof (LDAPSortKey))
18753 return 0;
18755 return 0;
18757 _ACEOF
18758 rm -f conftest.$ac_objext
18759 if { (ac_try="$ac_compile"
18760 case "(($ac_try" in
18761 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18762 *) ac_try_echo=$ac_try;;
18763 esac
18764 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
18765 $as_echo "$ac_try_echo") >&5
18766 (eval "$ac_compile") 2>conftest.er1
18767 ac_status=$?
18768 grep -v '^ *+' conftest.er1 >conftest.err
18769 rm -f conftest.er1
18770 cat conftest.err >&5
18771 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
18772 (exit $ac_status); } && {
18773 test -z "$ac_c_werror_flag" ||
18774 test ! -s conftest.err
18775 } && test -s conftest.$ac_objext; then
18776 cat >conftest.$ac_ext <<_ACEOF
18777 /* confdefs.h. */
18778 _ACEOF
18779 cat confdefs.h >>conftest.$ac_ext
18780 cat >>conftest.$ac_ext <<_ACEOF
18781 /* end confdefs.h. */
18782 #include <ldap.h>
18785 main ()
18787 if (sizeof ((LDAPSortKey)))
18788 return 0;
18790 return 0;
18792 _ACEOF
18793 rm -f conftest.$ac_objext
18794 if { (ac_try="$ac_compile"
18795 case "(($ac_try" in
18796 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18797 *) ac_try_echo=$ac_try;;
18798 esac
18799 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
18800 $as_echo "$ac_try_echo") >&5
18801 (eval "$ac_compile") 2>conftest.er1
18802 ac_status=$?
18803 grep -v '^ *+' conftest.er1 >conftest.err
18804 rm -f conftest.er1
18805 cat conftest.err >&5
18806 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
18807 (exit $ac_status); } && {
18808 test -z "$ac_c_werror_flag" ||
18809 test ! -s conftest.err
18810 } && test -s conftest.$ac_objext; then
18812 else
18813 $as_echo "$as_me: failed program was:" >&5
18814 sed 's/^/| /' conftest.$ac_ext >&5
18816 ac_cv_type_LDAPSortKey=yes
18819 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
18820 else
18821 $as_echo "$as_me: failed program was:" >&5
18822 sed 's/^/| /' conftest.$ac_ext >&5
18827 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
18829 { $as_echo "$as_me:$LINENO: result: $ac_cv_type_LDAPSortKey" >&5
18830 $as_echo "$ac_cv_type_LDAPSortKey" >&6; }
18831 if test "x$ac_cv_type_LDAPSortKey" = x""yes; then
18832 { $as_echo "$as_me:$LINENO: checking for ldap_initialize in -lldap_r" >&5
18833 $as_echo_n "checking for ldap_initialize in -lldap_r... " >&6; }
18834 if test "${ac_cv_lib_ldap_r_ldap_initialize+set}" = set; then
18835 $as_echo_n "(cached) " >&6
18836 else
18837 ac_check_lib_save_LIBS=$LIBS
18838 LIBS="-lldap_r $LIBPTHREAD $LIBS"
18839 cat >conftest.$ac_ext <<_ACEOF
18840 /* confdefs.h. */
18841 _ACEOF
18842 cat confdefs.h >>conftest.$ac_ext
18843 cat >>conftest.$ac_ext <<_ACEOF
18844 /* end confdefs.h. */
18846 /* Override any GCC internal prototype to avoid an error.
18847 Use char because int might match the return type of a GCC
18848 builtin and then its argument prototype would still apply. */
18849 #ifdef __cplusplus
18850 extern "C"
18851 #endif
18852 char ldap_initialize ();
18854 main ()
18856 return ldap_initialize ();
18858 return 0;
18860 _ACEOF
18861 rm -f conftest.$ac_objext conftest$ac_exeext
18862 if { (ac_try="$ac_link"
18863 case "(($ac_try" in
18864 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18865 *) ac_try_echo=$ac_try;;
18866 esac
18867 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
18868 $as_echo "$ac_try_echo") >&5
18869 (eval "$ac_link") 2>conftest.er1
18870 ac_status=$?
18871 grep -v '^ *+' conftest.er1 >conftest.err
18872 rm -f conftest.er1
18873 cat conftest.err >&5
18874 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
18875 (exit $ac_status); } && {
18876 test -z "$ac_c_werror_flag" ||
18877 test ! -s conftest.err
18878 } && test -s conftest$ac_exeext && {
18879 test "$cross_compiling" = yes ||
18880 $as_test_x conftest$ac_exeext
18881 }; then
18882 ac_cv_lib_ldap_r_ldap_initialize=yes
18883 else
18884 $as_echo "$as_me: failed program was:" >&5
18885 sed 's/^/| /' conftest.$ac_ext >&5
18887 ac_cv_lib_ldap_r_ldap_initialize=no
18890 rm -rf conftest.dSYM
18891 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
18892 conftest$ac_exeext conftest.$ac_ext
18893 LIBS=$ac_check_lib_save_LIBS
18895 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_ldap_r_ldap_initialize" >&5
18896 $as_echo "$ac_cv_lib_ldap_r_ldap_initialize" >&6; }
18897 if test "x$ac_cv_lib_ldap_r_ldap_initialize" = x""yes; then
18898 { $as_echo "$as_me:$LINENO: checking for ber_init in -llber" >&5
18899 $as_echo_n "checking for ber_init in -llber... " >&6; }
18900 if test "${ac_cv_lib_lber_ber_init+set}" = set; then
18901 $as_echo_n "(cached) " >&6
18902 else
18903 ac_check_lib_save_LIBS=$LIBS
18904 LIBS="-llber $LIBPTHREAD $LIBS"
18905 cat >conftest.$ac_ext <<_ACEOF
18906 /* confdefs.h. */
18907 _ACEOF
18908 cat confdefs.h >>conftest.$ac_ext
18909 cat >>conftest.$ac_ext <<_ACEOF
18910 /* end confdefs.h. */
18912 /* Override any GCC internal prototype to avoid an error.
18913 Use char because int might match the return type of a GCC
18914 builtin and then its argument prototype would still apply. */
18915 #ifdef __cplusplus
18916 extern "C"
18917 #endif
18918 char ber_init ();
18920 main ()
18922 return ber_init ();
18924 return 0;
18926 _ACEOF
18927 rm -f conftest.$ac_objext conftest$ac_exeext
18928 if { (ac_try="$ac_link"
18929 case "(($ac_try" in
18930 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18931 *) ac_try_echo=$ac_try;;
18932 esac
18933 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
18934 $as_echo "$ac_try_echo") >&5
18935 (eval "$ac_link") 2>conftest.er1
18936 ac_status=$?
18937 grep -v '^ *+' conftest.er1 >conftest.err
18938 rm -f conftest.er1
18939 cat conftest.err >&5
18940 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
18941 (exit $ac_status); } && {
18942 test -z "$ac_c_werror_flag" ||
18943 test ! -s conftest.err
18944 } && test -s conftest$ac_exeext && {
18945 test "$cross_compiling" = yes ||
18946 $as_test_x conftest$ac_exeext
18947 }; then
18948 ac_cv_lib_lber_ber_init=yes
18949 else
18950 $as_echo "$as_me: failed program was:" >&5
18951 sed 's/^/| /' conftest.$ac_ext >&5
18953 ac_cv_lib_lber_ber_init=no
18956 rm -rf conftest.dSYM
18957 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
18958 conftest$ac_exeext conftest.$ac_ext
18959 LIBS=$ac_check_lib_save_LIBS
18961 { $as_echo "$as_me:$LINENO: result: $ac_cv_lib_lber_ber_init" >&5
18962 $as_echo "$ac_cv_lib_lber_ber_init" >&6; }
18963 if test "x$ac_cv_lib_lber_ber_init" = x""yes; then
18965 cat >>confdefs.h <<\_ACEOF
18966 #define HAVE_LDAP 1
18967 _ACEOF
18969 LDAPLIBS="-lldap_r -llber"
18976 ac_wine_check_funcs_save_LIBS="$LIBS"
18977 LIBS="$LIBS $LDAPLIBS $LIBPTHREAD"
18986 for ac_func in \
18987 ldap_count_references \
18988 ldap_first_reference \
18989 ldap_next_reference \
18990 ldap_parse_reference \
18991 ldap_parse_sort_control \
18992 ldap_parse_sortresponse_control \
18993 ldap_parse_vlv_control \
18994 ldap_parse_vlvresponse_control
18996 as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
18997 { $as_echo "$as_me:$LINENO: checking for $ac_func" >&5
18998 $as_echo_n "checking for $ac_func... " >&6; }
18999 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
19000 $as_echo_n "(cached) " >&6
19001 else
19002 cat >conftest.$ac_ext <<_ACEOF
19003 /* confdefs.h. */
19004 _ACEOF
19005 cat confdefs.h >>conftest.$ac_ext
19006 cat >>conftest.$ac_ext <<_ACEOF
19007 /* end confdefs.h. */
19008 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
19009 For example, HP-UX 11i <limits.h> declares gettimeofday. */
19010 #define $ac_func innocuous_$ac_func
19012 /* System header to define __stub macros and hopefully few prototypes,
19013 which can conflict with char $ac_func (); below.
19014 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
19015 <limits.h> exists even on freestanding compilers. */
19017 #ifdef __STDC__
19018 # include <limits.h>
19019 #else
19020 # include <assert.h>
19021 #endif
19023 #undef $ac_func
19025 /* Override any GCC internal prototype to avoid an error.
19026 Use char because int might match the return type of a GCC
19027 builtin and then its argument prototype would still apply. */
19028 #ifdef __cplusplus
19029 extern "C"
19030 #endif
19031 char $ac_func ();
19032 /* The GNU C library defines this for functions which it implements
19033 to always fail with ENOSYS. Some functions are actually named
19034 something starting with __ and the normal name is an alias. */
19035 #if defined __stub_$ac_func || defined __stub___$ac_func
19036 choke me
19037 #endif
19040 main ()
19042 return $ac_func ();
19044 return 0;
19046 _ACEOF
19047 rm -f conftest.$ac_objext conftest$ac_exeext
19048 if { (ac_try="$ac_link"
19049 case "(($ac_try" in
19050 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19051 *) ac_try_echo=$ac_try;;
19052 esac
19053 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
19054 $as_echo "$ac_try_echo") >&5
19055 (eval "$ac_link") 2>conftest.er1
19056 ac_status=$?
19057 grep -v '^ *+' conftest.er1 >conftest.err
19058 rm -f conftest.er1
19059 cat conftest.err >&5
19060 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
19061 (exit $ac_status); } && {
19062 test -z "$ac_c_werror_flag" ||
19063 test ! -s conftest.err
19064 } && test -s conftest$ac_exeext && {
19065 test "$cross_compiling" = yes ||
19066 $as_test_x conftest$ac_exeext
19067 }; then
19068 eval "$as_ac_var=yes"
19069 else
19070 $as_echo "$as_me: failed program was:" >&5
19071 sed 's/^/| /' conftest.$ac_ext >&5
19073 eval "$as_ac_var=no"
19076 rm -rf conftest.dSYM
19077 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
19078 conftest$ac_exeext conftest.$ac_ext
19080 ac_res=`eval 'as_val=${'$as_ac_var'}
19081 $as_echo "$as_val"'`
19082 { $as_echo "$as_me:$LINENO: result: $ac_res" >&5
19083 $as_echo "$ac_res" >&6; }
19084 as_val=`eval 'as_val=${'$as_ac_var'}
19085 $as_echo "$as_val"'`
19086 if test "x$as_val" = x""yes; then
19087 cat >>confdefs.h <<_ACEOF
19088 #define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1
19089 _ACEOF
19092 done
19094 LIBS="$ac_wine_check_funcs_save_LIBS"
19096 if test "x$LDAPLIBS" = "x"; then
19097 case "x$with_ldap" in
19098 x) wine_notices="$wine_notices|libldap (OpenLDAP) ${notice_platform}development files not found, LDAP won't be supported." ;;
19099 xno) ;;
19100 *) { { $as_echo "$as_me:$LINENO: error: libldap (OpenLDAP) ${notice_platform}development files not found, LDAP won't be supported.
19101 This is an error since --with-ldap was requested." >&5
19102 $as_echo "$as_me: error: libldap (OpenLDAP) ${notice_platform}development files not found, LDAP won't be supported.
19103 This is an error since --with-ldap was requested." >&2;}
19104 { (exit 1); exit 1; }; } ;;
19105 esac
19110 { $as_echo "$as_me:$LINENO: checking for an ANSI C-conforming const" >&5
19111 $as_echo_n "checking for an ANSI C-conforming const... " >&6; }
19112 if test "${ac_cv_c_const+set}" = set; then
19113 $as_echo_n "(cached) " >&6
19114 else
19115 cat >conftest.$ac_ext <<_ACEOF
19116 /* confdefs.h. */
19117 _ACEOF
19118 cat confdefs.h >>conftest.$ac_ext
19119 cat >>conftest.$ac_ext <<_ACEOF
19120 /* end confdefs.h. */
19123 main ()
19125 /* FIXME: Include the comments suggested by Paul. */
19126 #ifndef __cplusplus
19127 /* Ultrix mips cc rejects this. */
19128 typedef int charset[2];
19129 const charset cs;
19130 /* SunOS 4.1.1 cc rejects this. */
19131 char const *const *pcpcc;
19132 char **ppc;
19133 /* NEC SVR4.0.2 mips cc rejects this. */
19134 struct point {int x, y;};
19135 static struct point const zero = {0,0};
19136 /* AIX XL C 1.02.0.0 rejects this.
19137 It does not let you subtract one const X* pointer from another in
19138 an arm of an if-expression whose if-part is not a constant
19139 expression */
19140 const char *g = "string";
19141 pcpcc = &g + (g ? g-g : 0);
19142 /* HPUX 7.0 cc rejects these. */
19143 ++pcpcc;
19144 ppc = (char**) pcpcc;
19145 pcpcc = (char const *const *) ppc;
19146 { /* SCO 3.2v4 cc rejects this. */
19147 char *t;
19148 char const *s = 0 ? (char *) 0 : (char const *) 0;
19150 *t++ = 0;
19151 if (s) return 0;
19153 { /* Someone thinks the Sun supposedly-ANSI compiler will reject this. */
19154 int x[] = {25, 17};
19155 const int *foo = &x[0];
19156 ++foo;
19158 { /* Sun SC1.0 ANSI compiler rejects this -- but not the above. */
19159 typedef const int *iptr;
19160 iptr p = 0;
19161 ++p;
19163 { /* AIX XL C 1.02.0.0 rejects this saying
19164 "k.c", line 2.27: 1506-025 (S) Operand must be a modifiable lvalue. */
19165 struct s { int j; const int *ap[3]; };
19166 struct s *b; b->j = 5;
19168 { /* ULTRIX-32 V3.1 (Rev 9) vcc rejects this */
19169 const int foo = 10;
19170 if (!foo) return 0;
19172 return !cs[0] && !zero.x;
19173 #endif
19176 return 0;
19178 _ACEOF
19179 rm -f conftest.$ac_objext
19180 if { (ac_try="$ac_compile"
19181 case "(($ac_try" in
19182 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19183 *) ac_try_echo=$ac_try;;
19184 esac
19185 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
19186 $as_echo "$ac_try_echo") >&5
19187 (eval "$ac_compile") 2>conftest.er1
19188 ac_status=$?
19189 grep -v '^ *+' conftest.er1 >conftest.err
19190 rm -f conftest.er1
19191 cat conftest.err >&5
19192 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
19193 (exit $ac_status); } && {
19194 test -z "$ac_c_werror_flag" ||
19195 test ! -s conftest.err
19196 } && test -s conftest.$ac_objext; then
19197 ac_cv_c_const=yes
19198 else
19199 $as_echo "$as_me: failed program was:" >&5
19200 sed 's/^/| /' conftest.$ac_ext >&5
19202 ac_cv_c_const=no
19205 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19207 { $as_echo "$as_me:$LINENO: result: $ac_cv_c_const" >&5
19208 $as_echo "$ac_cv_c_const" >&6; }
19209 if test $ac_cv_c_const = no; then
19211 cat >>confdefs.h <<\_ACEOF
19212 #define const /**/
19213 _ACEOF
19217 { $as_echo "$as_me:$LINENO: checking for inline" >&5
19218 $as_echo_n "checking for inline... " >&6; }
19219 if test "${ac_cv_c_inline+set}" = set; then
19220 $as_echo_n "(cached) " >&6
19221 else
19222 ac_cv_c_inline=no
19223 for ac_kw in inline __inline__ __inline; do
19224 cat >conftest.$ac_ext <<_ACEOF
19225 /* confdefs.h. */
19226 _ACEOF
19227 cat confdefs.h >>conftest.$ac_ext
19228 cat >>conftest.$ac_ext <<_ACEOF
19229 /* end confdefs.h. */
19230 #ifndef __cplusplus
19231 typedef int foo_t;
19232 static $ac_kw foo_t static_foo () {return 0; }
19233 $ac_kw foo_t foo () {return 0; }
19234 #endif
19236 _ACEOF
19237 rm -f conftest.$ac_objext
19238 if { (ac_try="$ac_compile"
19239 case "(($ac_try" in
19240 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19241 *) ac_try_echo=$ac_try;;
19242 esac
19243 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
19244 $as_echo "$ac_try_echo") >&5
19245 (eval "$ac_compile") 2>conftest.er1
19246 ac_status=$?
19247 grep -v '^ *+' conftest.er1 >conftest.err
19248 rm -f conftest.er1
19249 cat conftest.err >&5
19250 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
19251 (exit $ac_status); } && {
19252 test -z "$ac_c_werror_flag" ||
19253 test ! -s conftest.err
19254 } && test -s conftest.$ac_objext; then
19255 ac_cv_c_inline=$ac_kw
19256 else
19257 $as_echo "$as_me: failed program was:" >&5
19258 sed 's/^/| /' conftest.$ac_ext >&5
19263 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19264 test "$ac_cv_c_inline" != no && break
19265 done
19268 { $as_echo "$as_me:$LINENO: result: $ac_cv_c_inline" >&5
19269 $as_echo "$ac_cv_c_inline" >&6; }
19272 case $ac_cv_c_inline in
19273 inline | yes) ;;
19275 case $ac_cv_c_inline in
19276 no) ac_val=;;
19277 *) ac_val=$ac_cv_c_inline;;
19278 esac
19279 cat >>confdefs.h <<_ACEOF
19280 #ifndef __cplusplus
19281 #define inline $ac_val
19282 #endif
19283 _ACEOF
19285 esac
19287 { $as_echo "$as_me:$LINENO: checking for mode_t" >&5
19288 $as_echo_n "checking for mode_t... " >&6; }
19289 if test "${ac_cv_type_mode_t+set}" = set; then
19290 $as_echo_n "(cached) " >&6
19291 else
19292 ac_cv_type_mode_t=no
19293 cat >conftest.$ac_ext <<_ACEOF
19294 /* confdefs.h. */
19295 _ACEOF
19296 cat confdefs.h >>conftest.$ac_ext
19297 cat >>conftest.$ac_ext <<_ACEOF
19298 /* end confdefs.h. */
19299 $ac_includes_default
19301 main ()
19303 if (sizeof (mode_t))
19304 return 0;
19306 return 0;
19308 _ACEOF
19309 rm -f conftest.$ac_objext
19310 if { (ac_try="$ac_compile"
19311 case "(($ac_try" in
19312 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19313 *) ac_try_echo=$ac_try;;
19314 esac
19315 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
19316 $as_echo "$ac_try_echo") >&5
19317 (eval "$ac_compile") 2>conftest.er1
19318 ac_status=$?
19319 grep -v '^ *+' conftest.er1 >conftest.err
19320 rm -f conftest.er1
19321 cat conftest.err >&5
19322 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
19323 (exit $ac_status); } && {
19324 test -z "$ac_c_werror_flag" ||
19325 test ! -s conftest.err
19326 } && test -s conftest.$ac_objext; then
19327 cat >conftest.$ac_ext <<_ACEOF
19328 /* confdefs.h. */
19329 _ACEOF
19330 cat confdefs.h >>conftest.$ac_ext
19331 cat >>conftest.$ac_ext <<_ACEOF
19332 /* end confdefs.h. */
19333 $ac_includes_default
19335 main ()
19337 if (sizeof ((mode_t)))
19338 return 0;
19340 return 0;
19342 _ACEOF
19343 rm -f conftest.$ac_objext
19344 if { (ac_try="$ac_compile"
19345 case "(($ac_try" in
19346 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19347 *) ac_try_echo=$ac_try;;
19348 esac
19349 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
19350 $as_echo "$ac_try_echo") >&5
19351 (eval "$ac_compile") 2>conftest.er1
19352 ac_status=$?
19353 grep -v '^ *+' conftest.er1 >conftest.err
19354 rm -f conftest.er1
19355 cat conftest.err >&5
19356 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
19357 (exit $ac_status); } && {
19358 test -z "$ac_c_werror_flag" ||
19359 test ! -s conftest.err
19360 } && test -s conftest.$ac_objext; then
19362 else
19363 $as_echo "$as_me: failed program was:" >&5
19364 sed 's/^/| /' conftest.$ac_ext >&5
19366 ac_cv_type_mode_t=yes
19369 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19370 else
19371 $as_echo "$as_me: failed program was:" >&5
19372 sed 's/^/| /' conftest.$ac_ext >&5
19377 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19379 { $as_echo "$as_me:$LINENO: result: $ac_cv_type_mode_t" >&5
19380 $as_echo "$ac_cv_type_mode_t" >&6; }
19381 if test "x$ac_cv_type_mode_t" = x""yes; then
19383 cat >>confdefs.h <<_ACEOF
19384 #define HAVE_MODE_T 1
19385 _ACEOF
19389 { $as_echo "$as_me:$LINENO: checking for off_t" >&5
19390 $as_echo_n "checking for off_t... " >&6; }
19391 if test "${ac_cv_type_off_t+set}" = set; then
19392 $as_echo_n "(cached) " >&6
19393 else
19394 ac_cv_type_off_t=no
19395 cat >conftest.$ac_ext <<_ACEOF
19396 /* confdefs.h. */
19397 _ACEOF
19398 cat confdefs.h >>conftest.$ac_ext
19399 cat >>conftest.$ac_ext <<_ACEOF
19400 /* end confdefs.h. */
19401 $ac_includes_default
19403 main ()
19405 if (sizeof (off_t))
19406 return 0;
19408 return 0;
19410 _ACEOF
19411 rm -f conftest.$ac_objext
19412 if { (ac_try="$ac_compile"
19413 case "(($ac_try" in
19414 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19415 *) ac_try_echo=$ac_try;;
19416 esac
19417 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
19418 $as_echo "$ac_try_echo") >&5
19419 (eval "$ac_compile") 2>conftest.er1
19420 ac_status=$?
19421 grep -v '^ *+' conftest.er1 >conftest.err
19422 rm -f conftest.er1
19423 cat conftest.err >&5
19424 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
19425 (exit $ac_status); } && {
19426 test -z "$ac_c_werror_flag" ||
19427 test ! -s conftest.err
19428 } && test -s conftest.$ac_objext; then
19429 cat >conftest.$ac_ext <<_ACEOF
19430 /* confdefs.h. */
19431 _ACEOF
19432 cat confdefs.h >>conftest.$ac_ext
19433 cat >>conftest.$ac_ext <<_ACEOF
19434 /* end confdefs.h. */
19435 $ac_includes_default
19437 main ()
19439 if (sizeof ((off_t)))
19440 return 0;
19442 return 0;
19444 _ACEOF
19445 rm -f conftest.$ac_objext
19446 if { (ac_try="$ac_compile"
19447 case "(($ac_try" in
19448 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19449 *) ac_try_echo=$ac_try;;
19450 esac
19451 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
19452 $as_echo "$ac_try_echo") >&5
19453 (eval "$ac_compile") 2>conftest.er1
19454 ac_status=$?
19455 grep -v '^ *+' conftest.er1 >conftest.err
19456 rm -f conftest.er1
19457 cat conftest.err >&5
19458 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
19459 (exit $ac_status); } && {
19460 test -z "$ac_c_werror_flag" ||
19461 test ! -s conftest.err
19462 } && test -s conftest.$ac_objext; then
19464 else
19465 $as_echo "$as_me: failed program was:" >&5
19466 sed 's/^/| /' conftest.$ac_ext >&5
19468 ac_cv_type_off_t=yes
19471 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19472 else
19473 $as_echo "$as_me: failed program was:" >&5
19474 sed 's/^/| /' conftest.$ac_ext >&5
19479 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19481 { $as_echo "$as_me:$LINENO: result: $ac_cv_type_off_t" >&5
19482 $as_echo "$ac_cv_type_off_t" >&6; }
19483 if test "x$ac_cv_type_off_t" = x""yes; then
19485 cat >>confdefs.h <<_ACEOF
19486 #define HAVE_OFF_T 1
19487 _ACEOF
19491 { $as_echo "$as_me:$LINENO: checking for pid_t" >&5
19492 $as_echo_n "checking for pid_t... " >&6; }
19493 if test "${ac_cv_type_pid_t+set}" = set; then
19494 $as_echo_n "(cached) " >&6
19495 else
19496 ac_cv_type_pid_t=no
19497 cat >conftest.$ac_ext <<_ACEOF
19498 /* confdefs.h. */
19499 _ACEOF
19500 cat confdefs.h >>conftest.$ac_ext
19501 cat >>conftest.$ac_ext <<_ACEOF
19502 /* end confdefs.h. */
19503 $ac_includes_default
19505 main ()
19507 if (sizeof (pid_t))
19508 return 0;
19510 return 0;
19512 _ACEOF
19513 rm -f conftest.$ac_objext
19514 if { (ac_try="$ac_compile"
19515 case "(($ac_try" in
19516 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19517 *) ac_try_echo=$ac_try;;
19518 esac
19519 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
19520 $as_echo "$ac_try_echo") >&5
19521 (eval "$ac_compile") 2>conftest.er1
19522 ac_status=$?
19523 grep -v '^ *+' conftest.er1 >conftest.err
19524 rm -f conftest.er1
19525 cat conftest.err >&5
19526 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
19527 (exit $ac_status); } && {
19528 test -z "$ac_c_werror_flag" ||
19529 test ! -s conftest.err
19530 } && test -s conftest.$ac_objext; then
19531 cat >conftest.$ac_ext <<_ACEOF
19532 /* confdefs.h. */
19533 _ACEOF
19534 cat confdefs.h >>conftest.$ac_ext
19535 cat >>conftest.$ac_ext <<_ACEOF
19536 /* end confdefs.h. */
19537 $ac_includes_default
19539 main ()
19541 if (sizeof ((pid_t)))
19542 return 0;
19544 return 0;
19546 _ACEOF
19547 rm -f conftest.$ac_objext
19548 if { (ac_try="$ac_compile"
19549 case "(($ac_try" in
19550 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19551 *) ac_try_echo=$ac_try;;
19552 esac
19553 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
19554 $as_echo "$ac_try_echo") >&5
19555 (eval "$ac_compile") 2>conftest.er1
19556 ac_status=$?
19557 grep -v '^ *+' conftest.er1 >conftest.err
19558 rm -f conftest.er1
19559 cat conftest.err >&5
19560 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
19561 (exit $ac_status); } && {
19562 test -z "$ac_c_werror_flag" ||
19563 test ! -s conftest.err
19564 } && test -s conftest.$ac_objext; then
19566 else
19567 $as_echo "$as_me: failed program was:" >&5
19568 sed 's/^/| /' conftest.$ac_ext >&5
19570 ac_cv_type_pid_t=yes
19573 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19574 else
19575 $as_echo "$as_me: failed program was:" >&5
19576 sed 's/^/| /' conftest.$ac_ext >&5
19581 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19583 { $as_echo "$as_me:$LINENO: result: $ac_cv_type_pid_t" >&5
19584 $as_echo "$ac_cv_type_pid_t" >&6; }
19585 if test "x$ac_cv_type_pid_t" = x""yes; then
19587 cat >>confdefs.h <<_ACEOF
19588 #define HAVE_PID_T 1
19589 _ACEOF
19593 { $as_echo "$as_me:$LINENO: checking for size_t" >&5
19594 $as_echo_n "checking for size_t... " >&6; }
19595 if test "${ac_cv_type_size_t+set}" = set; then
19596 $as_echo_n "(cached) " >&6
19597 else
19598 ac_cv_type_size_t=no
19599 cat >conftest.$ac_ext <<_ACEOF
19600 /* confdefs.h. */
19601 _ACEOF
19602 cat confdefs.h >>conftest.$ac_ext
19603 cat >>conftest.$ac_ext <<_ACEOF
19604 /* end confdefs.h. */
19605 $ac_includes_default
19607 main ()
19609 if (sizeof (size_t))
19610 return 0;
19612 return 0;
19614 _ACEOF
19615 rm -f conftest.$ac_objext
19616 if { (ac_try="$ac_compile"
19617 case "(($ac_try" in
19618 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19619 *) ac_try_echo=$ac_try;;
19620 esac
19621 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
19622 $as_echo "$ac_try_echo") >&5
19623 (eval "$ac_compile") 2>conftest.er1
19624 ac_status=$?
19625 grep -v '^ *+' conftest.er1 >conftest.err
19626 rm -f conftest.er1
19627 cat conftest.err >&5
19628 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
19629 (exit $ac_status); } && {
19630 test -z "$ac_c_werror_flag" ||
19631 test ! -s conftest.err
19632 } && test -s conftest.$ac_objext; then
19633 cat >conftest.$ac_ext <<_ACEOF
19634 /* confdefs.h. */
19635 _ACEOF
19636 cat confdefs.h >>conftest.$ac_ext
19637 cat >>conftest.$ac_ext <<_ACEOF
19638 /* end confdefs.h. */
19639 $ac_includes_default
19641 main ()
19643 if (sizeof ((size_t)))
19644 return 0;
19646 return 0;
19648 _ACEOF
19649 rm -f conftest.$ac_objext
19650 if { (ac_try="$ac_compile"
19651 case "(($ac_try" in
19652 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19653 *) ac_try_echo=$ac_try;;
19654 esac
19655 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
19656 $as_echo "$ac_try_echo") >&5
19657 (eval "$ac_compile") 2>conftest.er1
19658 ac_status=$?
19659 grep -v '^ *+' conftest.er1 >conftest.err
19660 rm -f conftest.er1
19661 cat conftest.err >&5
19662 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
19663 (exit $ac_status); } && {
19664 test -z "$ac_c_werror_flag" ||
19665 test ! -s conftest.err
19666 } && test -s conftest.$ac_objext; then
19668 else
19669 $as_echo "$as_me: failed program was:" >&5
19670 sed 's/^/| /' conftest.$ac_ext >&5
19672 ac_cv_type_size_t=yes
19675 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19676 else
19677 $as_echo "$as_me: failed program was:" >&5
19678 sed 's/^/| /' conftest.$ac_ext >&5
19683 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19685 { $as_echo "$as_me:$LINENO: result: $ac_cv_type_size_t" >&5
19686 $as_echo "$ac_cv_type_size_t" >&6; }
19687 if test "x$ac_cv_type_size_t" = x""yes; then
19689 cat >>confdefs.h <<_ACEOF
19690 #define HAVE_SIZE_T 1
19691 _ACEOF
19695 { $as_echo "$as_me:$LINENO: checking for ssize_t" >&5
19696 $as_echo_n "checking for ssize_t... " >&6; }
19697 if test "${ac_cv_type_ssize_t+set}" = set; then
19698 $as_echo_n "(cached) " >&6
19699 else
19700 ac_cv_type_ssize_t=no
19701 cat >conftest.$ac_ext <<_ACEOF
19702 /* confdefs.h. */
19703 _ACEOF
19704 cat confdefs.h >>conftest.$ac_ext
19705 cat >>conftest.$ac_ext <<_ACEOF
19706 /* end confdefs.h. */
19707 $ac_includes_default
19709 main ()
19711 if (sizeof (ssize_t))
19712 return 0;
19714 return 0;
19716 _ACEOF
19717 rm -f conftest.$ac_objext
19718 if { (ac_try="$ac_compile"
19719 case "(($ac_try" in
19720 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19721 *) ac_try_echo=$ac_try;;
19722 esac
19723 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
19724 $as_echo "$ac_try_echo") >&5
19725 (eval "$ac_compile") 2>conftest.er1
19726 ac_status=$?
19727 grep -v '^ *+' conftest.er1 >conftest.err
19728 rm -f conftest.er1
19729 cat conftest.err >&5
19730 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
19731 (exit $ac_status); } && {
19732 test -z "$ac_c_werror_flag" ||
19733 test ! -s conftest.err
19734 } && test -s conftest.$ac_objext; then
19735 cat >conftest.$ac_ext <<_ACEOF
19736 /* confdefs.h. */
19737 _ACEOF
19738 cat confdefs.h >>conftest.$ac_ext
19739 cat >>conftest.$ac_ext <<_ACEOF
19740 /* end confdefs.h. */
19741 $ac_includes_default
19743 main ()
19745 if (sizeof ((ssize_t)))
19746 return 0;
19748 return 0;
19750 _ACEOF
19751 rm -f conftest.$ac_objext
19752 if { (ac_try="$ac_compile"
19753 case "(($ac_try" in
19754 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19755 *) ac_try_echo=$ac_try;;
19756 esac
19757 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
19758 $as_echo "$ac_try_echo") >&5
19759 (eval "$ac_compile") 2>conftest.er1
19760 ac_status=$?
19761 grep -v '^ *+' conftest.er1 >conftest.err
19762 rm -f conftest.er1
19763 cat conftest.err >&5
19764 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
19765 (exit $ac_status); } && {
19766 test -z "$ac_c_werror_flag" ||
19767 test ! -s conftest.err
19768 } && test -s conftest.$ac_objext; then
19770 else
19771 $as_echo "$as_me: failed program was:" >&5
19772 sed 's/^/| /' conftest.$ac_ext >&5
19774 ac_cv_type_ssize_t=yes
19777 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19778 else
19779 $as_echo "$as_me: failed program was:" >&5
19780 sed 's/^/| /' conftest.$ac_ext >&5
19785 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19787 { $as_echo "$as_me:$LINENO: result: $ac_cv_type_ssize_t" >&5
19788 $as_echo "$ac_cv_type_ssize_t" >&6; }
19789 if test "x$ac_cv_type_ssize_t" = x""yes; then
19791 cat >>confdefs.h <<_ACEOF
19792 #define HAVE_SSIZE_T 1
19793 _ACEOF
19797 { $as_echo "$as_me:$LINENO: checking for long long" >&5
19798 $as_echo_n "checking for long long... " >&6; }
19799 if test "${ac_cv_type_long_long+set}" = set; then
19800 $as_echo_n "(cached) " >&6
19801 else
19802 ac_cv_type_long_long=no
19803 cat >conftest.$ac_ext <<_ACEOF
19804 /* confdefs.h. */
19805 _ACEOF
19806 cat confdefs.h >>conftest.$ac_ext
19807 cat >>conftest.$ac_ext <<_ACEOF
19808 /* end confdefs.h. */
19809 $ac_includes_default
19811 main ()
19813 if (sizeof (long long))
19814 return 0;
19816 return 0;
19818 _ACEOF
19819 rm -f conftest.$ac_objext
19820 if { (ac_try="$ac_compile"
19821 case "(($ac_try" in
19822 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19823 *) ac_try_echo=$ac_try;;
19824 esac
19825 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
19826 $as_echo "$ac_try_echo") >&5
19827 (eval "$ac_compile") 2>conftest.er1
19828 ac_status=$?
19829 grep -v '^ *+' conftest.er1 >conftest.err
19830 rm -f conftest.er1
19831 cat conftest.err >&5
19832 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
19833 (exit $ac_status); } && {
19834 test -z "$ac_c_werror_flag" ||
19835 test ! -s conftest.err
19836 } && test -s conftest.$ac_objext; then
19837 cat >conftest.$ac_ext <<_ACEOF
19838 /* confdefs.h. */
19839 _ACEOF
19840 cat confdefs.h >>conftest.$ac_ext
19841 cat >>conftest.$ac_ext <<_ACEOF
19842 /* end confdefs.h. */
19843 $ac_includes_default
19845 main ()
19847 if (sizeof ((long long)))
19848 return 0;
19850 return 0;
19852 _ACEOF
19853 rm -f conftest.$ac_objext
19854 if { (ac_try="$ac_compile"
19855 case "(($ac_try" in
19856 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19857 *) ac_try_echo=$ac_try;;
19858 esac
19859 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
19860 $as_echo "$ac_try_echo") >&5
19861 (eval "$ac_compile") 2>conftest.er1
19862 ac_status=$?
19863 grep -v '^ *+' conftest.er1 >conftest.err
19864 rm -f conftest.er1
19865 cat conftest.err >&5
19866 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
19867 (exit $ac_status); } && {
19868 test -z "$ac_c_werror_flag" ||
19869 test ! -s conftest.err
19870 } && test -s conftest.$ac_objext; then
19872 else
19873 $as_echo "$as_me: failed program was:" >&5
19874 sed 's/^/| /' conftest.$ac_ext >&5
19876 ac_cv_type_long_long=yes
19879 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19880 else
19881 $as_echo "$as_me: failed program was:" >&5
19882 sed 's/^/| /' conftest.$ac_ext >&5
19887 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19889 { $as_echo "$as_me:$LINENO: result: $ac_cv_type_long_long" >&5
19890 $as_echo "$ac_cv_type_long_long" >&6; }
19891 if test "x$ac_cv_type_long_long" = x""yes; then
19893 cat >>confdefs.h <<_ACEOF
19894 #define HAVE_LONG_LONG 1
19895 _ACEOF
19899 { $as_echo "$as_me:$LINENO: checking for fsblkcnt_t" >&5
19900 $as_echo_n "checking for fsblkcnt_t... " >&6; }
19901 if test "${ac_cv_type_fsblkcnt_t+set}" = set; then
19902 $as_echo_n "(cached) " >&6
19903 else
19904 ac_cv_type_fsblkcnt_t=no
19905 cat >conftest.$ac_ext <<_ACEOF
19906 /* confdefs.h. */
19907 _ACEOF
19908 cat confdefs.h >>conftest.$ac_ext
19909 cat >>conftest.$ac_ext <<_ACEOF
19910 /* end confdefs.h. */
19911 $ac_includes_default
19913 main ()
19915 if (sizeof (fsblkcnt_t))
19916 return 0;
19918 return 0;
19920 _ACEOF
19921 rm -f conftest.$ac_objext
19922 if { (ac_try="$ac_compile"
19923 case "(($ac_try" in
19924 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19925 *) ac_try_echo=$ac_try;;
19926 esac
19927 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
19928 $as_echo "$ac_try_echo") >&5
19929 (eval "$ac_compile") 2>conftest.er1
19930 ac_status=$?
19931 grep -v '^ *+' conftest.er1 >conftest.err
19932 rm -f conftest.er1
19933 cat conftest.err >&5
19934 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
19935 (exit $ac_status); } && {
19936 test -z "$ac_c_werror_flag" ||
19937 test ! -s conftest.err
19938 } && test -s conftest.$ac_objext; then
19939 cat >conftest.$ac_ext <<_ACEOF
19940 /* confdefs.h. */
19941 _ACEOF
19942 cat confdefs.h >>conftest.$ac_ext
19943 cat >>conftest.$ac_ext <<_ACEOF
19944 /* end confdefs.h. */
19945 $ac_includes_default
19947 main ()
19949 if (sizeof ((fsblkcnt_t)))
19950 return 0;
19952 return 0;
19954 _ACEOF
19955 rm -f conftest.$ac_objext
19956 if { (ac_try="$ac_compile"
19957 case "(($ac_try" in
19958 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19959 *) ac_try_echo=$ac_try;;
19960 esac
19961 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
19962 $as_echo "$ac_try_echo") >&5
19963 (eval "$ac_compile") 2>conftest.er1
19964 ac_status=$?
19965 grep -v '^ *+' conftest.er1 >conftest.err
19966 rm -f conftest.er1
19967 cat conftest.err >&5
19968 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
19969 (exit $ac_status); } && {
19970 test -z "$ac_c_werror_flag" ||
19971 test ! -s conftest.err
19972 } && test -s conftest.$ac_objext; then
19974 else
19975 $as_echo "$as_me: failed program was:" >&5
19976 sed 's/^/| /' conftest.$ac_ext >&5
19978 ac_cv_type_fsblkcnt_t=yes
19981 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19982 else
19983 $as_echo "$as_me: failed program was:" >&5
19984 sed 's/^/| /' conftest.$ac_ext >&5
19989 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19991 { $as_echo "$as_me:$LINENO: result: $ac_cv_type_fsblkcnt_t" >&5
19992 $as_echo "$ac_cv_type_fsblkcnt_t" >&6; }
19993 if test "x$ac_cv_type_fsblkcnt_t" = x""yes; then
19995 cat >>confdefs.h <<_ACEOF
19996 #define HAVE_FSBLKCNT_T 1
19997 _ACEOF
20001 { $as_echo "$as_me:$LINENO: checking for fsfilcnt_t" >&5
20002 $as_echo_n "checking for fsfilcnt_t... " >&6; }
20003 if test "${ac_cv_type_fsfilcnt_t+set}" = set; then
20004 $as_echo_n "(cached) " >&6
20005 else
20006 ac_cv_type_fsfilcnt_t=no
20007 cat >conftest.$ac_ext <<_ACEOF
20008 /* confdefs.h. */
20009 _ACEOF
20010 cat confdefs.h >>conftest.$ac_ext
20011 cat >>conftest.$ac_ext <<_ACEOF
20012 /* end confdefs.h. */
20013 $ac_includes_default
20015 main ()
20017 if (sizeof (fsfilcnt_t))
20018 return 0;
20020 return 0;
20022 _ACEOF
20023 rm -f conftest.$ac_objext
20024 if { (ac_try="$ac_compile"
20025 case "(($ac_try" in
20026 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20027 *) ac_try_echo=$ac_try;;
20028 esac
20029 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
20030 $as_echo "$ac_try_echo") >&5
20031 (eval "$ac_compile") 2>conftest.er1
20032 ac_status=$?
20033 grep -v '^ *+' conftest.er1 >conftest.err
20034 rm -f conftest.er1
20035 cat conftest.err >&5
20036 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
20037 (exit $ac_status); } && {
20038 test -z "$ac_c_werror_flag" ||
20039 test ! -s conftest.err
20040 } && test -s conftest.$ac_objext; then
20041 cat >conftest.$ac_ext <<_ACEOF
20042 /* confdefs.h. */
20043 _ACEOF
20044 cat confdefs.h >>conftest.$ac_ext
20045 cat >>conftest.$ac_ext <<_ACEOF
20046 /* end confdefs.h. */
20047 $ac_includes_default
20049 main ()
20051 if (sizeof ((fsfilcnt_t)))
20052 return 0;
20054 return 0;
20056 _ACEOF
20057 rm -f conftest.$ac_objext
20058 if { (ac_try="$ac_compile"
20059 case "(($ac_try" in
20060 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20061 *) ac_try_echo=$ac_try;;
20062 esac
20063 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
20064 $as_echo "$ac_try_echo") >&5
20065 (eval "$ac_compile") 2>conftest.er1
20066 ac_status=$?
20067 grep -v '^ *+' conftest.er1 >conftest.err
20068 rm -f conftest.er1
20069 cat conftest.err >&5
20070 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
20071 (exit $ac_status); } && {
20072 test -z "$ac_c_werror_flag" ||
20073 test ! -s conftest.err
20074 } && test -s conftest.$ac_objext; then
20076 else
20077 $as_echo "$as_me: failed program was:" >&5
20078 sed 's/^/| /' conftest.$ac_ext >&5
20080 ac_cv_type_fsfilcnt_t=yes
20083 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20084 else
20085 $as_echo "$as_me: failed program was:" >&5
20086 sed 's/^/| /' conftest.$ac_ext >&5
20091 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20093 { $as_echo "$as_me:$LINENO: result: $ac_cv_type_fsfilcnt_t" >&5
20094 $as_echo "$ac_cv_type_fsfilcnt_t" >&6; }
20095 if test "x$ac_cv_type_fsfilcnt_t" = x""yes; then
20097 cat >>confdefs.h <<_ACEOF
20098 #define HAVE_FSFILCNT_T 1
20099 _ACEOF
20104 { $as_echo "$as_me:$LINENO: checking for sigset_t" >&5
20105 $as_echo_n "checking for sigset_t... " >&6; }
20106 if test "${ac_cv_type_sigset_t+set}" = set; then
20107 $as_echo_n "(cached) " >&6
20108 else
20109 ac_cv_type_sigset_t=no
20110 cat >conftest.$ac_ext <<_ACEOF
20111 /* confdefs.h. */
20112 _ACEOF
20113 cat confdefs.h >>conftest.$ac_ext
20114 cat >>conftest.$ac_ext <<_ACEOF
20115 /* end confdefs.h. */
20116 #include <sys/types.h>
20117 #include <signal.h>
20120 main ()
20122 if (sizeof (sigset_t))
20123 return 0;
20125 return 0;
20127 _ACEOF
20128 rm -f conftest.$ac_objext
20129 if { (ac_try="$ac_compile"
20130 case "(($ac_try" in
20131 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20132 *) ac_try_echo=$ac_try;;
20133 esac
20134 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
20135 $as_echo "$ac_try_echo") >&5
20136 (eval "$ac_compile") 2>conftest.er1
20137 ac_status=$?
20138 grep -v '^ *+' conftest.er1 >conftest.err
20139 rm -f conftest.er1
20140 cat conftest.err >&5
20141 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
20142 (exit $ac_status); } && {
20143 test -z "$ac_c_werror_flag" ||
20144 test ! -s conftest.err
20145 } && test -s conftest.$ac_objext; then
20146 cat >conftest.$ac_ext <<_ACEOF
20147 /* confdefs.h. */
20148 _ACEOF
20149 cat confdefs.h >>conftest.$ac_ext
20150 cat >>conftest.$ac_ext <<_ACEOF
20151 /* end confdefs.h. */
20152 #include <sys/types.h>
20153 #include <signal.h>
20156 main ()
20158 if (sizeof ((sigset_t)))
20159 return 0;
20161 return 0;
20163 _ACEOF
20164 rm -f conftest.$ac_objext
20165 if { (ac_try="$ac_compile"
20166 case "(($ac_try" in
20167 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20168 *) ac_try_echo=$ac_try;;
20169 esac
20170 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
20171 $as_echo "$ac_try_echo") >&5
20172 (eval "$ac_compile") 2>conftest.er1
20173 ac_status=$?
20174 grep -v '^ *+' conftest.er1 >conftest.err
20175 rm -f conftest.er1
20176 cat conftest.err >&5
20177 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
20178 (exit $ac_status); } && {
20179 test -z "$ac_c_werror_flag" ||
20180 test ! -s conftest.err
20181 } && test -s conftest.$ac_objext; then
20183 else
20184 $as_echo "$as_me: failed program was:" >&5
20185 sed 's/^/| /' conftest.$ac_ext >&5
20187 ac_cv_type_sigset_t=yes
20190 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20191 else
20192 $as_echo "$as_me: failed program was:" >&5
20193 sed 's/^/| /' conftest.$ac_ext >&5
20198 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20200 { $as_echo "$as_me:$LINENO: result: $ac_cv_type_sigset_t" >&5
20201 $as_echo "$ac_cv_type_sigset_t" >&6; }
20202 if test "x$ac_cv_type_sigset_t" = x""yes; then
20204 cat >>confdefs.h <<_ACEOF
20205 #define HAVE_SIGSET_T 1
20206 _ACEOF
20211 { $as_echo "$as_me:$LINENO: checking for request_sense" >&5
20212 $as_echo_n "checking for request_sense... " >&6; }
20213 if test "${ac_cv_type_request_sense+set}" = set; then
20214 $as_echo_n "(cached) " >&6
20215 else
20216 ac_cv_type_request_sense=no
20217 cat >conftest.$ac_ext <<_ACEOF
20218 /* confdefs.h. */
20219 _ACEOF
20220 cat confdefs.h >>conftest.$ac_ext
20221 cat >>conftest.$ac_ext <<_ACEOF
20222 /* end confdefs.h. */
20223 #include <linux/cdrom.h>
20226 main ()
20228 if (sizeof (request_sense))
20229 return 0;
20231 return 0;
20233 _ACEOF
20234 rm -f conftest.$ac_objext
20235 if { (ac_try="$ac_compile"
20236 case "(($ac_try" in
20237 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20238 *) ac_try_echo=$ac_try;;
20239 esac
20240 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
20241 $as_echo "$ac_try_echo") >&5
20242 (eval "$ac_compile") 2>conftest.er1
20243 ac_status=$?
20244 grep -v '^ *+' conftest.er1 >conftest.err
20245 rm -f conftest.er1
20246 cat conftest.err >&5
20247 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
20248 (exit $ac_status); } && {
20249 test -z "$ac_c_werror_flag" ||
20250 test ! -s conftest.err
20251 } && test -s conftest.$ac_objext; then
20252 cat >conftest.$ac_ext <<_ACEOF
20253 /* confdefs.h. */
20254 _ACEOF
20255 cat confdefs.h >>conftest.$ac_ext
20256 cat >>conftest.$ac_ext <<_ACEOF
20257 /* end confdefs.h. */
20258 #include <linux/cdrom.h>
20261 main ()
20263 if (sizeof ((request_sense)))
20264 return 0;
20266 return 0;
20268 _ACEOF
20269 rm -f conftest.$ac_objext
20270 if { (ac_try="$ac_compile"
20271 case "(($ac_try" in
20272 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20273 *) ac_try_echo=$ac_try;;
20274 esac
20275 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
20276 $as_echo "$ac_try_echo") >&5
20277 (eval "$ac_compile") 2>conftest.er1
20278 ac_status=$?
20279 grep -v '^ *+' conftest.er1 >conftest.err
20280 rm -f conftest.er1
20281 cat conftest.err >&5
20282 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
20283 (exit $ac_status); } && {
20284 test -z "$ac_c_werror_flag" ||
20285 test ! -s conftest.err
20286 } && test -s conftest.$ac_objext; then
20288 else
20289 $as_echo "$as_me: failed program was:" >&5
20290 sed 's/^/| /' conftest.$ac_ext >&5
20292 ac_cv_type_request_sense=yes
20295 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20296 else
20297 $as_echo "$as_me: failed program was:" >&5
20298 sed 's/^/| /' conftest.$ac_ext >&5
20303 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20305 { $as_echo "$as_me:$LINENO: result: $ac_cv_type_request_sense" >&5
20306 $as_echo "$ac_cv_type_request_sense" >&6; }
20307 if test "x$ac_cv_type_request_sense" = x""yes; then
20309 cat >>confdefs.h <<_ACEOF
20310 #define HAVE_REQUEST_SENSE 1
20311 _ACEOF
20317 { $as_echo "$as_me:$LINENO: checking for struct ff_effect.direction" >&5
20318 $as_echo_n "checking for struct ff_effect.direction... " >&6; }
20319 if test "${ac_cv_member_struct_ff_effect_direction+set}" = set; then
20320 $as_echo_n "(cached) " >&6
20321 else
20322 cat >conftest.$ac_ext <<_ACEOF
20323 /* confdefs.h. */
20324 _ACEOF
20325 cat confdefs.h >>conftest.$ac_ext
20326 cat >>conftest.$ac_ext <<_ACEOF
20327 /* end confdefs.h. */
20328 #ifdef HAVE_LINUX_INPUT_H
20329 #include <linux/input.h>
20330 #endif
20333 main ()
20335 static struct ff_effect ac_aggr;
20336 if (ac_aggr.direction)
20337 return 0;
20339 return 0;
20341 _ACEOF
20342 rm -f conftest.$ac_objext
20343 if { (ac_try="$ac_compile"
20344 case "(($ac_try" in
20345 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20346 *) ac_try_echo=$ac_try;;
20347 esac
20348 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
20349 $as_echo "$ac_try_echo") >&5
20350 (eval "$ac_compile") 2>conftest.er1
20351 ac_status=$?
20352 grep -v '^ *+' conftest.er1 >conftest.err
20353 rm -f conftest.er1
20354 cat conftest.err >&5
20355 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
20356 (exit $ac_status); } && {
20357 test -z "$ac_c_werror_flag" ||
20358 test ! -s conftest.err
20359 } && test -s conftest.$ac_objext; then
20360 ac_cv_member_struct_ff_effect_direction=yes
20361 else
20362 $as_echo "$as_me: failed program was:" >&5
20363 sed 's/^/| /' conftest.$ac_ext >&5
20365 cat >conftest.$ac_ext <<_ACEOF
20366 /* confdefs.h. */
20367 _ACEOF
20368 cat confdefs.h >>conftest.$ac_ext
20369 cat >>conftest.$ac_ext <<_ACEOF
20370 /* end confdefs.h. */
20371 #ifdef HAVE_LINUX_INPUT_H
20372 #include <linux/input.h>
20373 #endif
20376 main ()
20378 static struct ff_effect ac_aggr;
20379 if (sizeof ac_aggr.direction)
20380 return 0;
20382 return 0;
20384 _ACEOF
20385 rm -f conftest.$ac_objext
20386 if { (ac_try="$ac_compile"
20387 case "(($ac_try" in
20388 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20389 *) ac_try_echo=$ac_try;;
20390 esac
20391 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
20392 $as_echo "$ac_try_echo") >&5
20393 (eval "$ac_compile") 2>conftest.er1
20394 ac_status=$?
20395 grep -v '^ *+' conftest.er1 >conftest.err
20396 rm -f conftest.er1
20397 cat conftest.err >&5
20398 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
20399 (exit $ac_status); } && {
20400 test -z "$ac_c_werror_flag" ||
20401 test ! -s conftest.err
20402 } && test -s conftest.$ac_objext; then
20403 ac_cv_member_struct_ff_effect_direction=yes
20404 else
20405 $as_echo "$as_me: failed program was:" >&5
20406 sed 's/^/| /' conftest.$ac_ext >&5
20408 ac_cv_member_struct_ff_effect_direction=no
20411 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20414 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20416 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_ff_effect_direction" >&5
20417 $as_echo "$ac_cv_member_struct_ff_effect_direction" >&6; }
20418 if test "x$ac_cv_member_struct_ff_effect_direction" = x""yes; then
20420 cat >>confdefs.h <<_ACEOF
20421 #define HAVE_STRUCT_FF_EFFECT_DIRECTION 1
20422 _ACEOF
20428 { $as_echo "$as_me:$LINENO: checking for sigaddset" >&5
20429 $as_echo_n "checking for sigaddset... " >&6; }
20430 if test "${wine_cv_have_sigaddset+set}" = set; then
20431 $as_echo_n "(cached) " >&6
20432 else
20433 cat >conftest.$ac_ext <<_ACEOF
20434 /* confdefs.h. */
20435 _ACEOF
20436 cat confdefs.h >>conftest.$ac_ext
20437 cat >>conftest.$ac_ext <<_ACEOF
20438 /* end confdefs.h. */
20439 #include <signal.h>
20441 main ()
20443 sigset_t set; sigaddset(&set,SIGTERM);
20445 return 0;
20447 _ACEOF
20448 rm -f conftest.$ac_objext conftest$ac_exeext
20449 if { (ac_try="$ac_link"
20450 case "(($ac_try" in
20451 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20452 *) ac_try_echo=$ac_try;;
20453 esac
20454 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
20455 $as_echo "$ac_try_echo") >&5
20456 (eval "$ac_link") 2>conftest.er1
20457 ac_status=$?
20458 grep -v '^ *+' conftest.er1 >conftest.err
20459 rm -f conftest.er1
20460 cat conftest.err >&5
20461 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
20462 (exit $ac_status); } && {
20463 test -z "$ac_c_werror_flag" ||
20464 test ! -s conftest.err
20465 } && test -s conftest$ac_exeext && {
20466 test "$cross_compiling" = yes ||
20467 $as_test_x conftest$ac_exeext
20468 }; then
20469 wine_cv_have_sigaddset=yes
20470 else
20471 $as_echo "$as_me: failed program was:" >&5
20472 sed 's/^/| /' conftest.$ac_ext >&5
20474 wine_cv_have_sigaddset=no
20477 rm -rf conftest.dSYM
20478 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
20479 conftest$ac_exeext conftest.$ac_ext
20481 { $as_echo "$as_me:$LINENO: result: $wine_cv_have_sigaddset" >&5
20482 $as_echo "$wine_cv_have_sigaddset" >&6; }
20483 if test "$wine_cv_have_sigaddset" = "yes"
20484 then
20486 cat >>confdefs.h <<\_ACEOF
20487 #define HAVE_SIGADDSET 1
20488 _ACEOF
20493 { $as_echo "$as_me:$LINENO: checking whether we can use re-entrant gethostbyname_r Linux style" >&5
20494 $as_echo_n "checking whether we can use re-entrant gethostbyname_r Linux style... " >&6; }
20495 if test "${wine_cv_linux_gethostbyname_r_6+set}" = set; then
20496 $as_echo_n "(cached) " >&6
20497 else
20498 cat >conftest.$ac_ext <<_ACEOF
20499 /* confdefs.h. */
20500 _ACEOF
20501 cat confdefs.h >>conftest.$ac_ext
20502 cat >>conftest.$ac_ext <<_ACEOF
20503 /* end confdefs.h. */
20504 #include <netdb.h>
20506 main ()
20509 char *name=0;
20510 struct hostent he;
20511 struct hostent *result;
20512 char *buf=0;
20513 int bufsize=0;
20514 int res,errnr;
20515 char *addr=0;
20516 int addrlen=0;
20517 int addrtype=0;
20518 res=gethostbyname_r(name,&he,buf,bufsize,&result,&errnr);
20519 res=gethostbyaddr_r(addr, addrlen, addrtype,&he,buf,bufsize,&result,&errnr);
20522 return 0;
20524 _ACEOF
20525 rm -f conftest.$ac_objext conftest$ac_exeext
20526 if { (ac_try="$ac_link"
20527 case "(($ac_try" in
20528 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20529 *) ac_try_echo=$ac_try;;
20530 esac
20531 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
20532 $as_echo "$ac_try_echo") >&5
20533 (eval "$ac_link") 2>conftest.er1
20534 ac_status=$?
20535 grep -v '^ *+' conftest.er1 >conftest.err
20536 rm -f conftest.er1
20537 cat conftest.err >&5
20538 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
20539 (exit $ac_status); } && {
20540 test -z "$ac_c_werror_flag" ||
20541 test ! -s conftest.err
20542 } && test -s conftest$ac_exeext && {
20543 test "$cross_compiling" = yes ||
20544 $as_test_x conftest$ac_exeext
20545 }; then
20546 wine_cv_linux_gethostbyname_r_6=yes
20547 else
20548 $as_echo "$as_me: failed program was:" >&5
20549 sed 's/^/| /' conftest.$ac_ext >&5
20551 wine_cv_linux_gethostbyname_r_6=no
20555 rm -rf conftest.dSYM
20556 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
20557 conftest$ac_exeext conftest.$ac_ext
20560 { $as_echo "$as_me:$LINENO: result: $wine_cv_linux_gethostbyname_r_6" >&5
20561 $as_echo "$wine_cv_linux_gethostbyname_r_6" >&6; }
20562 if test "$wine_cv_linux_gethostbyname_r_6" = "yes"
20563 then
20565 cat >>confdefs.h <<\_ACEOF
20566 #define HAVE_LINUX_GETHOSTBYNAME_R_6 1
20567 _ACEOF
20571 if test "$ac_cv_header_linux_joystick_h" = "yes"
20572 then
20573 { $as_echo "$as_me:$LINENO: checking whether linux/joystick.h uses the Linux 2.2+ API" >&5
20574 $as_echo_n "checking whether linux/joystick.h uses the Linux 2.2+ API... " >&6; }
20575 if test "${wine_cv_linux_joystick_22_api+set}" = set; then
20576 $as_echo_n "(cached) " >&6
20577 else
20578 cat >conftest.$ac_ext <<_ACEOF
20579 /* confdefs.h. */
20580 _ACEOF
20581 cat confdefs.h >>conftest.$ac_ext
20582 cat >>conftest.$ac_ext <<_ACEOF
20583 /* end confdefs.h. */
20585 #include <sys/ioctl.h>
20586 #include <sys/types.h>
20587 #include <linux/joystick.h>
20589 struct js_event blub;
20590 #if !defined(JS_EVENT_AXIS) || !defined(JS_EVENT_BUTTON)
20591 #error "no 2.2 header"
20592 #endif
20595 main ()
20597 /*empty*/
20599 return 0;
20601 _ACEOF
20602 rm -f conftest.$ac_objext
20603 if { (ac_try="$ac_compile"
20604 case "(($ac_try" in
20605 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20606 *) ac_try_echo=$ac_try;;
20607 esac
20608 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
20609 $as_echo "$ac_try_echo") >&5
20610 (eval "$ac_compile") 2>conftest.er1
20611 ac_status=$?
20612 grep -v '^ *+' conftest.er1 >conftest.err
20613 rm -f conftest.er1
20614 cat conftest.err >&5
20615 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
20616 (exit $ac_status); } && {
20617 test -z "$ac_c_werror_flag" ||
20618 test ! -s conftest.err
20619 } && test -s conftest.$ac_objext; then
20620 wine_cv_linux_joystick_22_api=yes
20621 else
20622 $as_echo "$as_me: failed program was:" >&5
20623 sed 's/^/| /' conftest.$ac_ext >&5
20625 wine_cv_linux_joystick_22_api=no
20628 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20631 { $as_echo "$as_me:$LINENO: result: $wine_cv_linux_joystick_22_api" >&5
20632 $as_echo "$wine_cv_linux_joystick_22_api" >&6; }
20633 if test "$wine_cv_linux_joystick_22_api" = "yes"
20634 then
20636 cat >>confdefs.h <<\_ACEOF
20637 #define HAVE_LINUX_22_JOYSTICK_API 1
20638 _ACEOF
20644 { $as_echo "$as_me:$LINENO: checking for struct statfs.f_bfree" >&5
20645 $as_echo_n "checking for struct statfs.f_bfree... " >&6; }
20646 if test "${ac_cv_member_struct_statfs_f_bfree+set}" = set; then
20647 $as_echo_n "(cached) " >&6
20648 else
20649 cat >conftest.$ac_ext <<_ACEOF
20650 /* confdefs.h. */
20651 _ACEOF
20652 cat confdefs.h >>conftest.$ac_ext
20653 cat >>conftest.$ac_ext <<_ACEOF
20654 /* end confdefs.h. */
20655 #include <sys/types.h>
20656 #ifdef HAVE_SYS_PARAM_H
20657 # include <sys/param.h>
20658 #endif
20659 #ifdef HAVE_SYS_MOUNT_H
20660 # include <sys/mount.h>
20661 #endif
20662 #ifdef HAVE_SYS_VFS_H
20663 # include <sys/vfs.h>
20664 #endif
20665 #ifdef HAVE_SYS_STATFS_H
20666 # include <sys/statfs.h>
20667 #endif
20670 main ()
20672 static struct statfs ac_aggr;
20673 if (ac_aggr.f_bfree)
20674 return 0;
20676 return 0;
20678 _ACEOF
20679 rm -f conftest.$ac_objext
20680 if { (ac_try="$ac_compile"
20681 case "(($ac_try" in
20682 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20683 *) ac_try_echo=$ac_try;;
20684 esac
20685 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
20686 $as_echo "$ac_try_echo") >&5
20687 (eval "$ac_compile") 2>conftest.er1
20688 ac_status=$?
20689 grep -v '^ *+' conftest.er1 >conftest.err
20690 rm -f conftest.er1
20691 cat conftest.err >&5
20692 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
20693 (exit $ac_status); } && {
20694 test -z "$ac_c_werror_flag" ||
20695 test ! -s conftest.err
20696 } && test -s conftest.$ac_objext; then
20697 ac_cv_member_struct_statfs_f_bfree=yes
20698 else
20699 $as_echo "$as_me: failed program was:" >&5
20700 sed 's/^/| /' conftest.$ac_ext >&5
20702 cat >conftest.$ac_ext <<_ACEOF
20703 /* confdefs.h. */
20704 _ACEOF
20705 cat confdefs.h >>conftest.$ac_ext
20706 cat >>conftest.$ac_ext <<_ACEOF
20707 /* end confdefs.h. */
20708 #include <sys/types.h>
20709 #ifdef HAVE_SYS_PARAM_H
20710 # include <sys/param.h>
20711 #endif
20712 #ifdef HAVE_SYS_MOUNT_H
20713 # include <sys/mount.h>
20714 #endif
20715 #ifdef HAVE_SYS_VFS_H
20716 # include <sys/vfs.h>
20717 #endif
20718 #ifdef HAVE_SYS_STATFS_H
20719 # include <sys/statfs.h>
20720 #endif
20723 main ()
20725 static struct statfs ac_aggr;
20726 if (sizeof ac_aggr.f_bfree)
20727 return 0;
20729 return 0;
20731 _ACEOF
20732 rm -f conftest.$ac_objext
20733 if { (ac_try="$ac_compile"
20734 case "(($ac_try" in
20735 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20736 *) ac_try_echo=$ac_try;;
20737 esac
20738 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
20739 $as_echo "$ac_try_echo") >&5
20740 (eval "$ac_compile") 2>conftest.er1
20741 ac_status=$?
20742 grep -v '^ *+' conftest.er1 >conftest.err
20743 rm -f conftest.er1
20744 cat conftest.err >&5
20745 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
20746 (exit $ac_status); } && {
20747 test -z "$ac_c_werror_flag" ||
20748 test ! -s conftest.err
20749 } && test -s conftest.$ac_objext; then
20750 ac_cv_member_struct_statfs_f_bfree=yes
20751 else
20752 $as_echo "$as_me: failed program was:" >&5
20753 sed 's/^/| /' conftest.$ac_ext >&5
20755 ac_cv_member_struct_statfs_f_bfree=no
20758 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20761 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20763 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_statfs_f_bfree" >&5
20764 $as_echo "$ac_cv_member_struct_statfs_f_bfree" >&6; }
20765 if test "x$ac_cv_member_struct_statfs_f_bfree" = x""yes; then
20767 cat >>confdefs.h <<_ACEOF
20768 #define HAVE_STRUCT_STATFS_F_BFREE 1
20769 _ACEOF
20773 { $as_echo "$as_me:$LINENO: checking for struct statfs.f_bavail" >&5
20774 $as_echo_n "checking for struct statfs.f_bavail... " >&6; }
20775 if test "${ac_cv_member_struct_statfs_f_bavail+set}" = set; then
20776 $as_echo_n "(cached) " >&6
20777 else
20778 cat >conftest.$ac_ext <<_ACEOF
20779 /* confdefs.h. */
20780 _ACEOF
20781 cat confdefs.h >>conftest.$ac_ext
20782 cat >>conftest.$ac_ext <<_ACEOF
20783 /* end confdefs.h. */
20784 #include <sys/types.h>
20785 #ifdef HAVE_SYS_PARAM_H
20786 # include <sys/param.h>
20787 #endif
20788 #ifdef HAVE_SYS_MOUNT_H
20789 # include <sys/mount.h>
20790 #endif
20791 #ifdef HAVE_SYS_VFS_H
20792 # include <sys/vfs.h>
20793 #endif
20794 #ifdef HAVE_SYS_STATFS_H
20795 # include <sys/statfs.h>
20796 #endif
20799 main ()
20801 static struct statfs ac_aggr;
20802 if (ac_aggr.f_bavail)
20803 return 0;
20805 return 0;
20807 _ACEOF
20808 rm -f conftest.$ac_objext
20809 if { (ac_try="$ac_compile"
20810 case "(($ac_try" in
20811 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20812 *) ac_try_echo=$ac_try;;
20813 esac
20814 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
20815 $as_echo "$ac_try_echo") >&5
20816 (eval "$ac_compile") 2>conftest.er1
20817 ac_status=$?
20818 grep -v '^ *+' conftest.er1 >conftest.err
20819 rm -f conftest.er1
20820 cat conftest.err >&5
20821 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
20822 (exit $ac_status); } && {
20823 test -z "$ac_c_werror_flag" ||
20824 test ! -s conftest.err
20825 } && test -s conftest.$ac_objext; then
20826 ac_cv_member_struct_statfs_f_bavail=yes
20827 else
20828 $as_echo "$as_me: failed program was:" >&5
20829 sed 's/^/| /' conftest.$ac_ext >&5
20831 cat >conftest.$ac_ext <<_ACEOF
20832 /* confdefs.h. */
20833 _ACEOF
20834 cat confdefs.h >>conftest.$ac_ext
20835 cat >>conftest.$ac_ext <<_ACEOF
20836 /* end confdefs.h. */
20837 #include <sys/types.h>
20838 #ifdef HAVE_SYS_PARAM_H
20839 # include <sys/param.h>
20840 #endif
20841 #ifdef HAVE_SYS_MOUNT_H
20842 # include <sys/mount.h>
20843 #endif
20844 #ifdef HAVE_SYS_VFS_H
20845 # include <sys/vfs.h>
20846 #endif
20847 #ifdef HAVE_SYS_STATFS_H
20848 # include <sys/statfs.h>
20849 #endif
20852 main ()
20854 static struct statfs ac_aggr;
20855 if (sizeof ac_aggr.f_bavail)
20856 return 0;
20858 return 0;
20860 _ACEOF
20861 rm -f conftest.$ac_objext
20862 if { (ac_try="$ac_compile"
20863 case "(($ac_try" in
20864 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20865 *) ac_try_echo=$ac_try;;
20866 esac
20867 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
20868 $as_echo "$ac_try_echo") >&5
20869 (eval "$ac_compile") 2>conftest.er1
20870 ac_status=$?
20871 grep -v '^ *+' conftest.er1 >conftest.err
20872 rm -f conftest.er1
20873 cat conftest.err >&5
20874 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
20875 (exit $ac_status); } && {
20876 test -z "$ac_c_werror_flag" ||
20877 test ! -s conftest.err
20878 } && test -s conftest.$ac_objext; then
20879 ac_cv_member_struct_statfs_f_bavail=yes
20880 else
20881 $as_echo "$as_me: failed program was:" >&5
20882 sed 's/^/| /' conftest.$ac_ext >&5
20884 ac_cv_member_struct_statfs_f_bavail=no
20887 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20890 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20892 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_statfs_f_bavail" >&5
20893 $as_echo "$ac_cv_member_struct_statfs_f_bavail" >&6; }
20894 if test "x$ac_cv_member_struct_statfs_f_bavail" = x""yes; then
20896 cat >>confdefs.h <<_ACEOF
20897 #define HAVE_STRUCT_STATFS_F_BAVAIL 1
20898 _ACEOF
20902 { $as_echo "$as_me:$LINENO: checking for struct statfs.f_frsize" >&5
20903 $as_echo_n "checking for struct statfs.f_frsize... " >&6; }
20904 if test "${ac_cv_member_struct_statfs_f_frsize+set}" = set; then
20905 $as_echo_n "(cached) " >&6
20906 else
20907 cat >conftest.$ac_ext <<_ACEOF
20908 /* confdefs.h. */
20909 _ACEOF
20910 cat confdefs.h >>conftest.$ac_ext
20911 cat >>conftest.$ac_ext <<_ACEOF
20912 /* end confdefs.h. */
20913 #include <sys/types.h>
20914 #ifdef HAVE_SYS_PARAM_H
20915 # include <sys/param.h>
20916 #endif
20917 #ifdef HAVE_SYS_MOUNT_H
20918 # include <sys/mount.h>
20919 #endif
20920 #ifdef HAVE_SYS_VFS_H
20921 # include <sys/vfs.h>
20922 #endif
20923 #ifdef HAVE_SYS_STATFS_H
20924 # include <sys/statfs.h>
20925 #endif
20928 main ()
20930 static struct statfs ac_aggr;
20931 if (ac_aggr.f_frsize)
20932 return 0;
20934 return 0;
20936 _ACEOF
20937 rm -f conftest.$ac_objext
20938 if { (ac_try="$ac_compile"
20939 case "(($ac_try" in
20940 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20941 *) ac_try_echo=$ac_try;;
20942 esac
20943 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
20944 $as_echo "$ac_try_echo") >&5
20945 (eval "$ac_compile") 2>conftest.er1
20946 ac_status=$?
20947 grep -v '^ *+' conftest.er1 >conftest.err
20948 rm -f conftest.er1
20949 cat conftest.err >&5
20950 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
20951 (exit $ac_status); } && {
20952 test -z "$ac_c_werror_flag" ||
20953 test ! -s conftest.err
20954 } && test -s conftest.$ac_objext; then
20955 ac_cv_member_struct_statfs_f_frsize=yes
20956 else
20957 $as_echo "$as_me: failed program was:" >&5
20958 sed 's/^/| /' conftest.$ac_ext >&5
20960 cat >conftest.$ac_ext <<_ACEOF
20961 /* confdefs.h. */
20962 _ACEOF
20963 cat confdefs.h >>conftest.$ac_ext
20964 cat >>conftest.$ac_ext <<_ACEOF
20965 /* end confdefs.h. */
20966 #include <sys/types.h>
20967 #ifdef HAVE_SYS_PARAM_H
20968 # include <sys/param.h>
20969 #endif
20970 #ifdef HAVE_SYS_MOUNT_H
20971 # include <sys/mount.h>
20972 #endif
20973 #ifdef HAVE_SYS_VFS_H
20974 # include <sys/vfs.h>
20975 #endif
20976 #ifdef HAVE_SYS_STATFS_H
20977 # include <sys/statfs.h>
20978 #endif
20981 main ()
20983 static struct statfs ac_aggr;
20984 if (sizeof ac_aggr.f_frsize)
20985 return 0;
20987 return 0;
20989 _ACEOF
20990 rm -f conftest.$ac_objext
20991 if { (ac_try="$ac_compile"
20992 case "(($ac_try" in
20993 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20994 *) ac_try_echo=$ac_try;;
20995 esac
20996 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
20997 $as_echo "$ac_try_echo") >&5
20998 (eval "$ac_compile") 2>conftest.er1
20999 ac_status=$?
21000 grep -v '^ *+' conftest.er1 >conftest.err
21001 rm -f conftest.er1
21002 cat conftest.err >&5
21003 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
21004 (exit $ac_status); } && {
21005 test -z "$ac_c_werror_flag" ||
21006 test ! -s conftest.err
21007 } && test -s conftest.$ac_objext; then
21008 ac_cv_member_struct_statfs_f_frsize=yes
21009 else
21010 $as_echo "$as_me: failed program was:" >&5
21011 sed 's/^/| /' conftest.$ac_ext >&5
21013 ac_cv_member_struct_statfs_f_frsize=no
21016 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21019 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21021 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_statfs_f_frsize" >&5
21022 $as_echo "$ac_cv_member_struct_statfs_f_frsize" >&6; }
21023 if test "x$ac_cv_member_struct_statfs_f_frsize" = x""yes; then
21025 cat >>confdefs.h <<_ACEOF
21026 #define HAVE_STRUCT_STATFS_F_FRSIZE 1
21027 _ACEOF
21031 { $as_echo "$as_me:$LINENO: checking for struct statfs.f_ffree" >&5
21032 $as_echo_n "checking for struct statfs.f_ffree... " >&6; }
21033 if test "${ac_cv_member_struct_statfs_f_ffree+set}" = set; then
21034 $as_echo_n "(cached) " >&6
21035 else
21036 cat >conftest.$ac_ext <<_ACEOF
21037 /* confdefs.h. */
21038 _ACEOF
21039 cat confdefs.h >>conftest.$ac_ext
21040 cat >>conftest.$ac_ext <<_ACEOF
21041 /* end confdefs.h. */
21042 #include <sys/types.h>
21043 #ifdef HAVE_SYS_PARAM_H
21044 # include <sys/param.h>
21045 #endif
21046 #ifdef HAVE_SYS_MOUNT_H
21047 # include <sys/mount.h>
21048 #endif
21049 #ifdef HAVE_SYS_VFS_H
21050 # include <sys/vfs.h>
21051 #endif
21052 #ifdef HAVE_SYS_STATFS_H
21053 # include <sys/statfs.h>
21054 #endif
21057 main ()
21059 static struct statfs ac_aggr;
21060 if (ac_aggr.f_ffree)
21061 return 0;
21063 return 0;
21065 _ACEOF
21066 rm -f conftest.$ac_objext
21067 if { (ac_try="$ac_compile"
21068 case "(($ac_try" in
21069 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21070 *) ac_try_echo=$ac_try;;
21071 esac
21072 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
21073 $as_echo "$ac_try_echo") >&5
21074 (eval "$ac_compile") 2>conftest.er1
21075 ac_status=$?
21076 grep -v '^ *+' conftest.er1 >conftest.err
21077 rm -f conftest.er1
21078 cat conftest.err >&5
21079 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
21080 (exit $ac_status); } && {
21081 test -z "$ac_c_werror_flag" ||
21082 test ! -s conftest.err
21083 } && test -s conftest.$ac_objext; then
21084 ac_cv_member_struct_statfs_f_ffree=yes
21085 else
21086 $as_echo "$as_me: failed program was:" >&5
21087 sed 's/^/| /' conftest.$ac_ext >&5
21089 cat >conftest.$ac_ext <<_ACEOF
21090 /* confdefs.h. */
21091 _ACEOF
21092 cat confdefs.h >>conftest.$ac_ext
21093 cat >>conftest.$ac_ext <<_ACEOF
21094 /* end confdefs.h. */
21095 #include <sys/types.h>
21096 #ifdef HAVE_SYS_PARAM_H
21097 # include <sys/param.h>
21098 #endif
21099 #ifdef HAVE_SYS_MOUNT_H
21100 # include <sys/mount.h>
21101 #endif
21102 #ifdef HAVE_SYS_VFS_H
21103 # include <sys/vfs.h>
21104 #endif
21105 #ifdef HAVE_SYS_STATFS_H
21106 # include <sys/statfs.h>
21107 #endif
21110 main ()
21112 static struct statfs ac_aggr;
21113 if (sizeof ac_aggr.f_ffree)
21114 return 0;
21116 return 0;
21118 _ACEOF
21119 rm -f conftest.$ac_objext
21120 if { (ac_try="$ac_compile"
21121 case "(($ac_try" in
21122 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21123 *) ac_try_echo=$ac_try;;
21124 esac
21125 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
21126 $as_echo "$ac_try_echo") >&5
21127 (eval "$ac_compile") 2>conftest.er1
21128 ac_status=$?
21129 grep -v '^ *+' conftest.er1 >conftest.err
21130 rm -f conftest.er1
21131 cat conftest.err >&5
21132 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
21133 (exit $ac_status); } && {
21134 test -z "$ac_c_werror_flag" ||
21135 test ! -s conftest.err
21136 } && test -s conftest.$ac_objext; then
21137 ac_cv_member_struct_statfs_f_ffree=yes
21138 else
21139 $as_echo "$as_me: failed program was:" >&5
21140 sed 's/^/| /' conftest.$ac_ext >&5
21142 ac_cv_member_struct_statfs_f_ffree=no
21145 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21148 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21150 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_statfs_f_ffree" >&5
21151 $as_echo "$ac_cv_member_struct_statfs_f_ffree" >&6; }
21152 if test "x$ac_cv_member_struct_statfs_f_ffree" = x""yes; then
21154 cat >>confdefs.h <<_ACEOF
21155 #define HAVE_STRUCT_STATFS_F_FFREE 1
21156 _ACEOF
21160 { $as_echo "$as_me:$LINENO: checking for struct statfs.f_favail" >&5
21161 $as_echo_n "checking for struct statfs.f_favail... " >&6; }
21162 if test "${ac_cv_member_struct_statfs_f_favail+set}" = set; then
21163 $as_echo_n "(cached) " >&6
21164 else
21165 cat >conftest.$ac_ext <<_ACEOF
21166 /* confdefs.h. */
21167 _ACEOF
21168 cat confdefs.h >>conftest.$ac_ext
21169 cat >>conftest.$ac_ext <<_ACEOF
21170 /* end confdefs.h. */
21171 #include <sys/types.h>
21172 #ifdef HAVE_SYS_PARAM_H
21173 # include <sys/param.h>
21174 #endif
21175 #ifdef HAVE_SYS_MOUNT_H
21176 # include <sys/mount.h>
21177 #endif
21178 #ifdef HAVE_SYS_VFS_H
21179 # include <sys/vfs.h>
21180 #endif
21181 #ifdef HAVE_SYS_STATFS_H
21182 # include <sys/statfs.h>
21183 #endif
21186 main ()
21188 static struct statfs ac_aggr;
21189 if (ac_aggr.f_favail)
21190 return 0;
21192 return 0;
21194 _ACEOF
21195 rm -f conftest.$ac_objext
21196 if { (ac_try="$ac_compile"
21197 case "(($ac_try" in
21198 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21199 *) ac_try_echo=$ac_try;;
21200 esac
21201 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
21202 $as_echo "$ac_try_echo") >&5
21203 (eval "$ac_compile") 2>conftest.er1
21204 ac_status=$?
21205 grep -v '^ *+' conftest.er1 >conftest.err
21206 rm -f conftest.er1
21207 cat conftest.err >&5
21208 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
21209 (exit $ac_status); } && {
21210 test -z "$ac_c_werror_flag" ||
21211 test ! -s conftest.err
21212 } && test -s conftest.$ac_objext; then
21213 ac_cv_member_struct_statfs_f_favail=yes
21214 else
21215 $as_echo "$as_me: failed program was:" >&5
21216 sed 's/^/| /' conftest.$ac_ext >&5
21218 cat >conftest.$ac_ext <<_ACEOF
21219 /* confdefs.h. */
21220 _ACEOF
21221 cat confdefs.h >>conftest.$ac_ext
21222 cat >>conftest.$ac_ext <<_ACEOF
21223 /* end confdefs.h. */
21224 #include <sys/types.h>
21225 #ifdef HAVE_SYS_PARAM_H
21226 # include <sys/param.h>
21227 #endif
21228 #ifdef HAVE_SYS_MOUNT_H
21229 # include <sys/mount.h>
21230 #endif
21231 #ifdef HAVE_SYS_VFS_H
21232 # include <sys/vfs.h>
21233 #endif
21234 #ifdef HAVE_SYS_STATFS_H
21235 # include <sys/statfs.h>
21236 #endif
21239 main ()
21241 static struct statfs ac_aggr;
21242 if (sizeof ac_aggr.f_favail)
21243 return 0;
21245 return 0;
21247 _ACEOF
21248 rm -f conftest.$ac_objext
21249 if { (ac_try="$ac_compile"
21250 case "(($ac_try" in
21251 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21252 *) ac_try_echo=$ac_try;;
21253 esac
21254 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
21255 $as_echo "$ac_try_echo") >&5
21256 (eval "$ac_compile") 2>conftest.er1
21257 ac_status=$?
21258 grep -v '^ *+' conftest.er1 >conftest.err
21259 rm -f conftest.er1
21260 cat conftest.err >&5
21261 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
21262 (exit $ac_status); } && {
21263 test -z "$ac_c_werror_flag" ||
21264 test ! -s conftest.err
21265 } && test -s conftest.$ac_objext; then
21266 ac_cv_member_struct_statfs_f_favail=yes
21267 else
21268 $as_echo "$as_me: failed program was:" >&5
21269 sed 's/^/| /' conftest.$ac_ext >&5
21271 ac_cv_member_struct_statfs_f_favail=no
21274 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21277 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21279 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_statfs_f_favail" >&5
21280 $as_echo "$ac_cv_member_struct_statfs_f_favail" >&6; }
21281 if test "x$ac_cv_member_struct_statfs_f_favail" = x""yes; then
21283 cat >>confdefs.h <<_ACEOF
21284 #define HAVE_STRUCT_STATFS_F_FAVAIL 1
21285 _ACEOF
21289 { $as_echo "$as_me:$LINENO: checking for struct statfs.f_namelen" >&5
21290 $as_echo_n "checking for struct statfs.f_namelen... " >&6; }
21291 if test "${ac_cv_member_struct_statfs_f_namelen+set}" = set; then
21292 $as_echo_n "(cached) " >&6
21293 else
21294 cat >conftest.$ac_ext <<_ACEOF
21295 /* confdefs.h. */
21296 _ACEOF
21297 cat confdefs.h >>conftest.$ac_ext
21298 cat >>conftest.$ac_ext <<_ACEOF
21299 /* end confdefs.h. */
21300 #include <sys/types.h>
21301 #ifdef HAVE_SYS_PARAM_H
21302 # include <sys/param.h>
21303 #endif
21304 #ifdef HAVE_SYS_MOUNT_H
21305 # include <sys/mount.h>
21306 #endif
21307 #ifdef HAVE_SYS_VFS_H
21308 # include <sys/vfs.h>
21309 #endif
21310 #ifdef HAVE_SYS_STATFS_H
21311 # include <sys/statfs.h>
21312 #endif
21315 main ()
21317 static struct statfs ac_aggr;
21318 if (ac_aggr.f_namelen)
21319 return 0;
21321 return 0;
21323 _ACEOF
21324 rm -f conftest.$ac_objext
21325 if { (ac_try="$ac_compile"
21326 case "(($ac_try" in
21327 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21328 *) ac_try_echo=$ac_try;;
21329 esac
21330 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
21331 $as_echo "$ac_try_echo") >&5
21332 (eval "$ac_compile") 2>conftest.er1
21333 ac_status=$?
21334 grep -v '^ *+' conftest.er1 >conftest.err
21335 rm -f conftest.er1
21336 cat conftest.err >&5
21337 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
21338 (exit $ac_status); } && {
21339 test -z "$ac_c_werror_flag" ||
21340 test ! -s conftest.err
21341 } && test -s conftest.$ac_objext; then
21342 ac_cv_member_struct_statfs_f_namelen=yes
21343 else
21344 $as_echo "$as_me: failed program was:" >&5
21345 sed 's/^/| /' conftest.$ac_ext >&5
21347 cat >conftest.$ac_ext <<_ACEOF
21348 /* confdefs.h. */
21349 _ACEOF
21350 cat confdefs.h >>conftest.$ac_ext
21351 cat >>conftest.$ac_ext <<_ACEOF
21352 /* end confdefs.h. */
21353 #include <sys/types.h>
21354 #ifdef HAVE_SYS_PARAM_H
21355 # include <sys/param.h>
21356 #endif
21357 #ifdef HAVE_SYS_MOUNT_H
21358 # include <sys/mount.h>
21359 #endif
21360 #ifdef HAVE_SYS_VFS_H
21361 # include <sys/vfs.h>
21362 #endif
21363 #ifdef HAVE_SYS_STATFS_H
21364 # include <sys/statfs.h>
21365 #endif
21368 main ()
21370 static struct statfs ac_aggr;
21371 if (sizeof ac_aggr.f_namelen)
21372 return 0;
21374 return 0;
21376 _ACEOF
21377 rm -f conftest.$ac_objext
21378 if { (ac_try="$ac_compile"
21379 case "(($ac_try" in
21380 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21381 *) ac_try_echo=$ac_try;;
21382 esac
21383 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
21384 $as_echo "$ac_try_echo") >&5
21385 (eval "$ac_compile") 2>conftest.er1
21386 ac_status=$?
21387 grep -v '^ *+' conftest.er1 >conftest.err
21388 rm -f conftest.er1
21389 cat conftest.err >&5
21390 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
21391 (exit $ac_status); } && {
21392 test -z "$ac_c_werror_flag" ||
21393 test ! -s conftest.err
21394 } && test -s conftest.$ac_objext; then
21395 ac_cv_member_struct_statfs_f_namelen=yes
21396 else
21397 $as_echo "$as_me: failed program was:" >&5
21398 sed 's/^/| /' conftest.$ac_ext >&5
21400 ac_cv_member_struct_statfs_f_namelen=no
21403 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21406 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21408 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_statfs_f_namelen" >&5
21409 $as_echo "$ac_cv_member_struct_statfs_f_namelen" >&6; }
21410 if test "x$ac_cv_member_struct_statfs_f_namelen" = x""yes; then
21412 cat >>confdefs.h <<_ACEOF
21413 #define HAVE_STRUCT_STATFS_F_NAMELEN 1
21414 _ACEOF
21420 { $as_echo "$as_me:$LINENO: checking for struct statvfs.f_blocks" >&5
21421 $as_echo_n "checking for struct statvfs.f_blocks... " >&6; }
21422 if test "${ac_cv_member_struct_statvfs_f_blocks+set}" = set; then
21423 $as_echo_n "(cached) " >&6
21424 else
21425 cat >conftest.$ac_ext <<_ACEOF
21426 /* confdefs.h. */
21427 _ACEOF
21428 cat confdefs.h >>conftest.$ac_ext
21429 cat >>conftest.$ac_ext <<_ACEOF
21430 /* end confdefs.h. */
21431 #ifdef HAVE_SYS_STATVFS_H
21432 #include <sys/statvfs.h>
21433 #endif
21436 main ()
21438 static struct statvfs ac_aggr;
21439 if (ac_aggr.f_blocks)
21440 return 0;
21442 return 0;
21444 _ACEOF
21445 rm -f conftest.$ac_objext
21446 if { (ac_try="$ac_compile"
21447 case "(($ac_try" in
21448 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21449 *) ac_try_echo=$ac_try;;
21450 esac
21451 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
21452 $as_echo "$ac_try_echo") >&5
21453 (eval "$ac_compile") 2>conftest.er1
21454 ac_status=$?
21455 grep -v '^ *+' conftest.er1 >conftest.err
21456 rm -f conftest.er1
21457 cat conftest.err >&5
21458 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
21459 (exit $ac_status); } && {
21460 test -z "$ac_c_werror_flag" ||
21461 test ! -s conftest.err
21462 } && test -s conftest.$ac_objext; then
21463 ac_cv_member_struct_statvfs_f_blocks=yes
21464 else
21465 $as_echo "$as_me: failed program was:" >&5
21466 sed 's/^/| /' conftest.$ac_ext >&5
21468 cat >conftest.$ac_ext <<_ACEOF
21469 /* confdefs.h. */
21470 _ACEOF
21471 cat confdefs.h >>conftest.$ac_ext
21472 cat >>conftest.$ac_ext <<_ACEOF
21473 /* end confdefs.h. */
21474 #ifdef HAVE_SYS_STATVFS_H
21475 #include <sys/statvfs.h>
21476 #endif
21479 main ()
21481 static struct statvfs ac_aggr;
21482 if (sizeof ac_aggr.f_blocks)
21483 return 0;
21485 return 0;
21487 _ACEOF
21488 rm -f conftest.$ac_objext
21489 if { (ac_try="$ac_compile"
21490 case "(($ac_try" in
21491 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21492 *) ac_try_echo=$ac_try;;
21493 esac
21494 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
21495 $as_echo "$ac_try_echo") >&5
21496 (eval "$ac_compile") 2>conftest.er1
21497 ac_status=$?
21498 grep -v '^ *+' conftest.er1 >conftest.err
21499 rm -f conftest.er1
21500 cat conftest.err >&5
21501 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
21502 (exit $ac_status); } && {
21503 test -z "$ac_c_werror_flag" ||
21504 test ! -s conftest.err
21505 } && test -s conftest.$ac_objext; then
21506 ac_cv_member_struct_statvfs_f_blocks=yes
21507 else
21508 $as_echo "$as_me: failed program was:" >&5
21509 sed 's/^/| /' conftest.$ac_ext >&5
21511 ac_cv_member_struct_statvfs_f_blocks=no
21514 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21517 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21519 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_statvfs_f_blocks" >&5
21520 $as_echo "$ac_cv_member_struct_statvfs_f_blocks" >&6; }
21521 if test "x$ac_cv_member_struct_statvfs_f_blocks" = x""yes; then
21523 cat >>confdefs.h <<_ACEOF
21524 #define HAVE_STRUCT_STATVFS_F_BLOCKS 1
21525 _ACEOF
21531 { $as_echo "$as_me:$LINENO: checking for struct msghdr.msg_accrights" >&5
21532 $as_echo_n "checking for struct msghdr.msg_accrights... " >&6; }
21533 if test "${ac_cv_member_struct_msghdr_msg_accrights+set}" = set; then
21534 $as_echo_n "(cached) " >&6
21535 else
21536 cat >conftest.$ac_ext <<_ACEOF
21537 /* confdefs.h. */
21538 _ACEOF
21539 cat confdefs.h >>conftest.$ac_ext
21540 cat >>conftest.$ac_ext <<_ACEOF
21541 /* end confdefs.h. */
21542 #include <sys/types.h>
21543 #ifdef HAVE_SYS_SOCKET_H
21544 # include <sys/socket.h>
21545 #endif
21546 #ifdef HAVE_SYS_UN_H
21547 # include <sys/un.h>
21548 #endif
21551 main ()
21553 static struct msghdr ac_aggr;
21554 if (ac_aggr.msg_accrights)
21555 return 0;
21557 return 0;
21559 _ACEOF
21560 rm -f conftest.$ac_objext
21561 if { (ac_try="$ac_compile"
21562 case "(($ac_try" in
21563 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21564 *) ac_try_echo=$ac_try;;
21565 esac
21566 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
21567 $as_echo "$ac_try_echo") >&5
21568 (eval "$ac_compile") 2>conftest.er1
21569 ac_status=$?
21570 grep -v '^ *+' conftest.er1 >conftest.err
21571 rm -f conftest.er1
21572 cat conftest.err >&5
21573 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
21574 (exit $ac_status); } && {
21575 test -z "$ac_c_werror_flag" ||
21576 test ! -s conftest.err
21577 } && test -s conftest.$ac_objext; then
21578 ac_cv_member_struct_msghdr_msg_accrights=yes
21579 else
21580 $as_echo "$as_me: failed program was:" >&5
21581 sed 's/^/| /' conftest.$ac_ext >&5
21583 cat >conftest.$ac_ext <<_ACEOF
21584 /* confdefs.h. */
21585 _ACEOF
21586 cat confdefs.h >>conftest.$ac_ext
21587 cat >>conftest.$ac_ext <<_ACEOF
21588 /* end confdefs.h. */
21589 #include <sys/types.h>
21590 #ifdef HAVE_SYS_SOCKET_H
21591 # include <sys/socket.h>
21592 #endif
21593 #ifdef HAVE_SYS_UN_H
21594 # include <sys/un.h>
21595 #endif
21598 main ()
21600 static struct msghdr ac_aggr;
21601 if (sizeof ac_aggr.msg_accrights)
21602 return 0;
21604 return 0;
21606 _ACEOF
21607 rm -f conftest.$ac_objext
21608 if { (ac_try="$ac_compile"
21609 case "(($ac_try" in
21610 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21611 *) ac_try_echo=$ac_try;;
21612 esac
21613 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
21614 $as_echo "$ac_try_echo") >&5
21615 (eval "$ac_compile") 2>conftest.er1
21616 ac_status=$?
21617 grep -v '^ *+' conftest.er1 >conftest.err
21618 rm -f conftest.er1
21619 cat conftest.err >&5
21620 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
21621 (exit $ac_status); } && {
21622 test -z "$ac_c_werror_flag" ||
21623 test ! -s conftest.err
21624 } && test -s conftest.$ac_objext; then
21625 ac_cv_member_struct_msghdr_msg_accrights=yes
21626 else
21627 $as_echo "$as_me: failed program was:" >&5
21628 sed 's/^/| /' conftest.$ac_ext >&5
21630 ac_cv_member_struct_msghdr_msg_accrights=no
21633 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21636 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21638 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_msghdr_msg_accrights" >&5
21639 $as_echo "$ac_cv_member_struct_msghdr_msg_accrights" >&6; }
21640 if test "x$ac_cv_member_struct_msghdr_msg_accrights" = x""yes; then
21642 cat >>confdefs.h <<_ACEOF
21643 #define HAVE_STRUCT_MSGHDR_MSG_ACCRIGHTS 1
21644 _ACEOF
21648 { $as_echo "$as_me:$LINENO: checking for struct sockaddr.sa_len" >&5
21649 $as_echo_n "checking for struct sockaddr.sa_len... " >&6; }
21650 if test "${ac_cv_member_struct_sockaddr_sa_len+set}" = set; then
21651 $as_echo_n "(cached) " >&6
21652 else
21653 cat >conftest.$ac_ext <<_ACEOF
21654 /* confdefs.h. */
21655 _ACEOF
21656 cat confdefs.h >>conftest.$ac_ext
21657 cat >>conftest.$ac_ext <<_ACEOF
21658 /* end confdefs.h. */
21659 #include <sys/types.h>
21660 #ifdef HAVE_SYS_SOCKET_H
21661 # include <sys/socket.h>
21662 #endif
21663 #ifdef HAVE_SYS_UN_H
21664 # include <sys/un.h>
21665 #endif
21668 main ()
21670 static struct sockaddr ac_aggr;
21671 if (ac_aggr.sa_len)
21672 return 0;
21674 return 0;
21676 _ACEOF
21677 rm -f conftest.$ac_objext
21678 if { (ac_try="$ac_compile"
21679 case "(($ac_try" in
21680 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21681 *) ac_try_echo=$ac_try;;
21682 esac
21683 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
21684 $as_echo "$ac_try_echo") >&5
21685 (eval "$ac_compile") 2>conftest.er1
21686 ac_status=$?
21687 grep -v '^ *+' conftest.er1 >conftest.err
21688 rm -f conftest.er1
21689 cat conftest.err >&5
21690 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
21691 (exit $ac_status); } && {
21692 test -z "$ac_c_werror_flag" ||
21693 test ! -s conftest.err
21694 } && test -s conftest.$ac_objext; then
21695 ac_cv_member_struct_sockaddr_sa_len=yes
21696 else
21697 $as_echo "$as_me: failed program was:" >&5
21698 sed 's/^/| /' conftest.$ac_ext >&5
21700 cat >conftest.$ac_ext <<_ACEOF
21701 /* confdefs.h. */
21702 _ACEOF
21703 cat confdefs.h >>conftest.$ac_ext
21704 cat >>conftest.$ac_ext <<_ACEOF
21705 /* end confdefs.h. */
21706 #include <sys/types.h>
21707 #ifdef HAVE_SYS_SOCKET_H
21708 # include <sys/socket.h>
21709 #endif
21710 #ifdef HAVE_SYS_UN_H
21711 # include <sys/un.h>
21712 #endif
21715 main ()
21717 static struct sockaddr ac_aggr;
21718 if (sizeof ac_aggr.sa_len)
21719 return 0;
21721 return 0;
21723 _ACEOF
21724 rm -f conftest.$ac_objext
21725 if { (ac_try="$ac_compile"
21726 case "(($ac_try" in
21727 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21728 *) ac_try_echo=$ac_try;;
21729 esac
21730 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
21731 $as_echo "$ac_try_echo") >&5
21732 (eval "$ac_compile") 2>conftest.er1
21733 ac_status=$?
21734 grep -v '^ *+' conftest.er1 >conftest.err
21735 rm -f conftest.er1
21736 cat conftest.err >&5
21737 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
21738 (exit $ac_status); } && {
21739 test -z "$ac_c_werror_flag" ||
21740 test ! -s conftest.err
21741 } && test -s conftest.$ac_objext; then
21742 ac_cv_member_struct_sockaddr_sa_len=yes
21743 else
21744 $as_echo "$as_me: failed program was:" >&5
21745 sed 's/^/| /' conftest.$ac_ext >&5
21747 ac_cv_member_struct_sockaddr_sa_len=no
21750 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21753 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21755 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_sockaddr_sa_len" >&5
21756 $as_echo "$ac_cv_member_struct_sockaddr_sa_len" >&6; }
21757 if test "x$ac_cv_member_struct_sockaddr_sa_len" = x""yes; then
21759 cat >>confdefs.h <<_ACEOF
21760 #define HAVE_STRUCT_SOCKADDR_SA_LEN 1
21761 _ACEOF
21765 { $as_echo "$as_me:$LINENO: checking for struct sockaddr_un.sun_len" >&5
21766 $as_echo_n "checking for struct sockaddr_un.sun_len... " >&6; }
21767 if test "${ac_cv_member_struct_sockaddr_un_sun_len+set}" = set; then
21768 $as_echo_n "(cached) " >&6
21769 else
21770 cat >conftest.$ac_ext <<_ACEOF
21771 /* confdefs.h. */
21772 _ACEOF
21773 cat confdefs.h >>conftest.$ac_ext
21774 cat >>conftest.$ac_ext <<_ACEOF
21775 /* end confdefs.h. */
21776 #include <sys/types.h>
21777 #ifdef HAVE_SYS_SOCKET_H
21778 # include <sys/socket.h>
21779 #endif
21780 #ifdef HAVE_SYS_UN_H
21781 # include <sys/un.h>
21782 #endif
21785 main ()
21787 static struct sockaddr_un ac_aggr;
21788 if (ac_aggr.sun_len)
21789 return 0;
21791 return 0;
21793 _ACEOF
21794 rm -f conftest.$ac_objext
21795 if { (ac_try="$ac_compile"
21796 case "(($ac_try" in
21797 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21798 *) ac_try_echo=$ac_try;;
21799 esac
21800 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
21801 $as_echo "$ac_try_echo") >&5
21802 (eval "$ac_compile") 2>conftest.er1
21803 ac_status=$?
21804 grep -v '^ *+' conftest.er1 >conftest.err
21805 rm -f conftest.er1
21806 cat conftest.err >&5
21807 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
21808 (exit $ac_status); } && {
21809 test -z "$ac_c_werror_flag" ||
21810 test ! -s conftest.err
21811 } && test -s conftest.$ac_objext; then
21812 ac_cv_member_struct_sockaddr_un_sun_len=yes
21813 else
21814 $as_echo "$as_me: failed program was:" >&5
21815 sed 's/^/| /' conftest.$ac_ext >&5
21817 cat >conftest.$ac_ext <<_ACEOF
21818 /* confdefs.h. */
21819 _ACEOF
21820 cat confdefs.h >>conftest.$ac_ext
21821 cat >>conftest.$ac_ext <<_ACEOF
21822 /* end confdefs.h. */
21823 #include <sys/types.h>
21824 #ifdef HAVE_SYS_SOCKET_H
21825 # include <sys/socket.h>
21826 #endif
21827 #ifdef HAVE_SYS_UN_H
21828 # include <sys/un.h>
21829 #endif
21832 main ()
21834 static struct sockaddr_un ac_aggr;
21835 if (sizeof ac_aggr.sun_len)
21836 return 0;
21838 return 0;
21840 _ACEOF
21841 rm -f conftest.$ac_objext
21842 if { (ac_try="$ac_compile"
21843 case "(($ac_try" in
21844 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21845 *) ac_try_echo=$ac_try;;
21846 esac
21847 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
21848 $as_echo "$ac_try_echo") >&5
21849 (eval "$ac_compile") 2>conftest.er1
21850 ac_status=$?
21851 grep -v '^ *+' conftest.er1 >conftest.err
21852 rm -f conftest.er1
21853 cat conftest.err >&5
21854 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
21855 (exit $ac_status); } && {
21856 test -z "$ac_c_werror_flag" ||
21857 test ! -s conftest.err
21858 } && test -s conftest.$ac_objext; then
21859 ac_cv_member_struct_sockaddr_un_sun_len=yes
21860 else
21861 $as_echo "$as_me: failed program was:" >&5
21862 sed 's/^/| /' conftest.$ac_ext >&5
21864 ac_cv_member_struct_sockaddr_un_sun_len=no
21867 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21870 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21872 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_sockaddr_un_sun_len" >&5
21873 $as_echo "$ac_cv_member_struct_sockaddr_un_sun_len" >&6; }
21874 if test "x$ac_cv_member_struct_sockaddr_un_sun_len" = x""yes; then
21876 cat >>confdefs.h <<_ACEOF
21877 #define HAVE_STRUCT_SOCKADDR_UN_SUN_LEN 1
21878 _ACEOF
21884 { $as_echo "$as_me:$LINENO: checking for scsireq_t.cmd" >&5
21885 $as_echo_n "checking for scsireq_t.cmd... " >&6; }
21886 if test "${ac_cv_member_scsireq_t_cmd+set}" = set; then
21887 $as_echo_n "(cached) " >&6
21888 else
21889 cat >conftest.$ac_ext <<_ACEOF
21890 /* confdefs.h. */
21891 _ACEOF
21892 cat confdefs.h >>conftest.$ac_ext
21893 cat >>conftest.$ac_ext <<_ACEOF
21894 /* end confdefs.h. */
21895 #include <sys/types.h>
21896 #ifdef HAVE_SCSI_SG_H
21897 #include <scsi/sg.h>
21898 #endif
21901 main ()
21903 static scsireq_t ac_aggr;
21904 if (ac_aggr.cmd)
21905 return 0;
21907 return 0;
21909 _ACEOF
21910 rm -f conftest.$ac_objext
21911 if { (ac_try="$ac_compile"
21912 case "(($ac_try" in
21913 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21914 *) ac_try_echo=$ac_try;;
21915 esac
21916 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
21917 $as_echo "$ac_try_echo") >&5
21918 (eval "$ac_compile") 2>conftest.er1
21919 ac_status=$?
21920 grep -v '^ *+' conftest.er1 >conftest.err
21921 rm -f conftest.er1
21922 cat conftest.err >&5
21923 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
21924 (exit $ac_status); } && {
21925 test -z "$ac_c_werror_flag" ||
21926 test ! -s conftest.err
21927 } && test -s conftest.$ac_objext; then
21928 ac_cv_member_scsireq_t_cmd=yes
21929 else
21930 $as_echo "$as_me: failed program was:" >&5
21931 sed 's/^/| /' conftest.$ac_ext >&5
21933 cat >conftest.$ac_ext <<_ACEOF
21934 /* confdefs.h. */
21935 _ACEOF
21936 cat confdefs.h >>conftest.$ac_ext
21937 cat >>conftest.$ac_ext <<_ACEOF
21938 /* end confdefs.h. */
21939 #include <sys/types.h>
21940 #ifdef HAVE_SCSI_SG_H
21941 #include <scsi/sg.h>
21942 #endif
21945 main ()
21947 static scsireq_t ac_aggr;
21948 if (sizeof ac_aggr.cmd)
21949 return 0;
21951 return 0;
21953 _ACEOF
21954 rm -f conftest.$ac_objext
21955 if { (ac_try="$ac_compile"
21956 case "(($ac_try" in
21957 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21958 *) ac_try_echo=$ac_try;;
21959 esac
21960 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
21961 $as_echo "$ac_try_echo") >&5
21962 (eval "$ac_compile") 2>conftest.er1
21963 ac_status=$?
21964 grep -v '^ *+' conftest.er1 >conftest.err
21965 rm -f conftest.er1
21966 cat conftest.err >&5
21967 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
21968 (exit $ac_status); } && {
21969 test -z "$ac_c_werror_flag" ||
21970 test ! -s conftest.err
21971 } && test -s conftest.$ac_objext; then
21972 ac_cv_member_scsireq_t_cmd=yes
21973 else
21974 $as_echo "$as_me: failed program was:" >&5
21975 sed 's/^/| /' conftest.$ac_ext >&5
21977 ac_cv_member_scsireq_t_cmd=no
21980 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21983 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21985 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_scsireq_t_cmd" >&5
21986 $as_echo "$ac_cv_member_scsireq_t_cmd" >&6; }
21987 if test "x$ac_cv_member_scsireq_t_cmd" = x""yes; then
21989 cat >>confdefs.h <<_ACEOF
21990 #define HAVE_SCSIREQ_T_CMD 1
21991 _ACEOF
21995 { $as_echo "$as_me:$LINENO: checking for sg_io_hdr_t.interface_id" >&5
21996 $as_echo_n "checking for sg_io_hdr_t.interface_id... " >&6; }
21997 if test "${ac_cv_member_sg_io_hdr_t_interface_id+set}" = set; then
21998 $as_echo_n "(cached) " >&6
21999 else
22000 cat >conftest.$ac_ext <<_ACEOF
22001 /* confdefs.h. */
22002 _ACEOF
22003 cat confdefs.h >>conftest.$ac_ext
22004 cat >>conftest.$ac_ext <<_ACEOF
22005 /* end confdefs.h. */
22006 #include <sys/types.h>
22007 #ifdef HAVE_SCSI_SG_H
22008 #include <scsi/sg.h>
22009 #endif
22012 main ()
22014 static sg_io_hdr_t ac_aggr;
22015 if (ac_aggr.interface_id)
22016 return 0;
22018 return 0;
22020 _ACEOF
22021 rm -f conftest.$ac_objext
22022 if { (ac_try="$ac_compile"
22023 case "(($ac_try" in
22024 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22025 *) ac_try_echo=$ac_try;;
22026 esac
22027 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
22028 $as_echo "$ac_try_echo") >&5
22029 (eval "$ac_compile") 2>conftest.er1
22030 ac_status=$?
22031 grep -v '^ *+' conftest.er1 >conftest.err
22032 rm -f conftest.er1
22033 cat conftest.err >&5
22034 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
22035 (exit $ac_status); } && {
22036 test -z "$ac_c_werror_flag" ||
22037 test ! -s conftest.err
22038 } && test -s conftest.$ac_objext; then
22039 ac_cv_member_sg_io_hdr_t_interface_id=yes
22040 else
22041 $as_echo "$as_me: failed program was:" >&5
22042 sed 's/^/| /' conftest.$ac_ext >&5
22044 cat >conftest.$ac_ext <<_ACEOF
22045 /* confdefs.h. */
22046 _ACEOF
22047 cat confdefs.h >>conftest.$ac_ext
22048 cat >>conftest.$ac_ext <<_ACEOF
22049 /* end confdefs.h. */
22050 #include <sys/types.h>
22051 #ifdef HAVE_SCSI_SG_H
22052 #include <scsi/sg.h>
22053 #endif
22056 main ()
22058 static sg_io_hdr_t ac_aggr;
22059 if (sizeof ac_aggr.interface_id)
22060 return 0;
22062 return 0;
22064 _ACEOF
22065 rm -f conftest.$ac_objext
22066 if { (ac_try="$ac_compile"
22067 case "(($ac_try" in
22068 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22069 *) ac_try_echo=$ac_try;;
22070 esac
22071 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
22072 $as_echo "$ac_try_echo") >&5
22073 (eval "$ac_compile") 2>conftest.er1
22074 ac_status=$?
22075 grep -v '^ *+' conftest.er1 >conftest.err
22076 rm -f conftest.er1
22077 cat conftest.err >&5
22078 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
22079 (exit $ac_status); } && {
22080 test -z "$ac_c_werror_flag" ||
22081 test ! -s conftest.err
22082 } && test -s conftest.$ac_objext; then
22083 ac_cv_member_sg_io_hdr_t_interface_id=yes
22084 else
22085 $as_echo "$as_me: failed program was:" >&5
22086 sed 's/^/| /' conftest.$ac_ext >&5
22088 ac_cv_member_sg_io_hdr_t_interface_id=no
22091 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22094 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22096 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_sg_io_hdr_t_interface_id" >&5
22097 $as_echo "$ac_cv_member_sg_io_hdr_t_interface_id" >&6; }
22098 if test "x$ac_cv_member_sg_io_hdr_t_interface_id" = x""yes; then
22100 cat >>confdefs.h <<_ACEOF
22101 #define HAVE_SG_IO_HDR_T_INTERFACE_ID 1
22102 _ACEOF
22108 { $as_echo "$as_me:$LINENO: checking for siginfo_t.si_fd" >&5
22109 $as_echo_n "checking for siginfo_t.si_fd... " >&6; }
22110 if test "${ac_cv_member_siginfo_t_si_fd+set}" = set; then
22111 $as_echo_n "(cached) " >&6
22112 else
22113 cat >conftest.$ac_ext <<_ACEOF
22114 /* confdefs.h. */
22115 _ACEOF
22116 cat confdefs.h >>conftest.$ac_ext
22117 cat >>conftest.$ac_ext <<_ACEOF
22118 /* end confdefs.h. */
22119 #include <signal.h>
22122 main ()
22124 static siginfo_t ac_aggr;
22125 if (ac_aggr.si_fd)
22126 return 0;
22128 return 0;
22130 _ACEOF
22131 rm -f conftest.$ac_objext
22132 if { (ac_try="$ac_compile"
22133 case "(($ac_try" in
22134 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22135 *) ac_try_echo=$ac_try;;
22136 esac
22137 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
22138 $as_echo "$ac_try_echo") >&5
22139 (eval "$ac_compile") 2>conftest.er1
22140 ac_status=$?
22141 grep -v '^ *+' conftest.er1 >conftest.err
22142 rm -f conftest.er1
22143 cat conftest.err >&5
22144 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
22145 (exit $ac_status); } && {
22146 test -z "$ac_c_werror_flag" ||
22147 test ! -s conftest.err
22148 } && test -s conftest.$ac_objext; then
22149 ac_cv_member_siginfo_t_si_fd=yes
22150 else
22151 $as_echo "$as_me: failed program was:" >&5
22152 sed 's/^/| /' conftest.$ac_ext >&5
22154 cat >conftest.$ac_ext <<_ACEOF
22155 /* confdefs.h. */
22156 _ACEOF
22157 cat confdefs.h >>conftest.$ac_ext
22158 cat >>conftest.$ac_ext <<_ACEOF
22159 /* end confdefs.h. */
22160 #include <signal.h>
22163 main ()
22165 static siginfo_t ac_aggr;
22166 if (sizeof ac_aggr.si_fd)
22167 return 0;
22169 return 0;
22171 _ACEOF
22172 rm -f conftest.$ac_objext
22173 if { (ac_try="$ac_compile"
22174 case "(($ac_try" in
22175 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22176 *) ac_try_echo=$ac_try;;
22177 esac
22178 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
22179 $as_echo "$ac_try_echo") >&5
22180 (eval "$ac_compile") 2>conftest.er1
22181 ac_status=$?
22182 grep -v '^ *+' conftest.er1 >conftest.err
22183 rm -f conftest.er1
22184 cat conftest.err >&5
22185 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
22186 (exit $ac_status); } && {
22187 test -z "$ac_c_werror_flag" ||
22188 test ! -s conftest.err
22189 } && test -s conftest.$ac_objext; then
22190 ac_cv_member_siginfo_t_si_fd=yes
22191 else
22192 $as_echo "$as_me: failed program was:" >&5
22193 sed 's/^/| /' conftest.$ac_ext >&5
22195 ac_cv_member_siginfo_t_si_fd=no
22198 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22201 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22203 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_siginfo_t_si_fd" >&5
22204 $as_echo "$ac_cv_member_siginfo_t_si_fd" >&6; }
22205 if test "x$ac_cv_member_siginfo_t_si_fd" = x""yes; then
22207 cat >>confdefs.h <<_ACEOF
22208 #define HAVE_SIGINFO_T_SI_FD 1
22209 _ACEOF
22215 { $as_echo "$as_me:$LINENO: checking for struct mtget.mt_blksiz" >&5
22216 $as_echo_n "checking for struct mtget.mt_blksiz... " >&6; }
22217 if test "${ac_cv_member_struct_mtget_mt_blksiz+set}" = set; then
22218 $as_echo_n "(cached) " >&6
22219 else
22220 cat >conftest.$ac_ext <<_ACEOF
22221 /* confdefs.h. */
22222 _ACEOF
22223 cat confdefs.h >>conftest.$ac_ext
22224 cat >>conftest.$ac_ext <<_ACEOF
22225 /* end confdefs.h. */
22226 #include <sys/types.h>
22227 #ifdef HAVE_SYS_MTIO_H
22228 #include <sys/mtio.h>
22229 #endif
22232 main ()
22234 static struct mtget ac_aggr;
22235 if (ac_aggr.mt_blksiz)
22236 return 0;
22238 return 0;
22240 _ACEOF
22241 rm -f conftest.$ac_objext
22242 if { (ac_try="$ac_compile"
22243 case "(($ac_try" in
22244 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22245 *) ac_try_echo=$ac_try;;
22246 esac
22247 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
22248 $as_echo "$ac_try_echo") >&5
22249 (eval "$ac_compile") 2>conftest.er1
22250 ac_status=$?
22251 grep -v '^ *+' conftest.er1 >conftest.err
22252 rm -f conftest.er1
22253 cat conftest.err >&5
22254 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
22255 (exit $ac_status); } && {
22256 test -z "$ac_c_werror_flag" ||
22257 test ! -s conftest.err
22258 } && test -s conftest.$ac_objext; then
22259 ac_cv_member_struct_mtget_mt_blksiz=yes
22260 else
22261 $as_echo "$as_me: failed program was:" >&5
22262 sed 's/^/| /' conftest.$ac_ext >&5
22264 cat >conftest.$ac_ext <<_ACEOF
22265 /* confdefs.h. */
22266 _ACEOF
22267 cat confdefs.h >>conftest.$ac_ext
22268 cat >>conftest.$ac_ext <<_ACEOF
22269 /* end confdefs.h. */
22270 #include <sys/types.h>
22271 #ifdef HAVE_SYS_MTIO_H
22272 #include <sys/mtio.h>
22273 #endif
22276 main ()
22278 static struct mtget ac_aggr;
22279 if (sizeof ac_aggr.mt_blksiz)
22280 return 0;
22282 return 0;
22284 _ACEOF
22285 rm -f conftest.$ac_objext
22286 if { (ac_try="$ac_compile"
22287 case "(($ac_try" in
22288 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22289 *) ac_try_echo=$ac_try;;
22290 esac
22291 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
22292 $as_echo "$ac_try_echo") >&5
22293 (eval "$ac_compile") 2>conftest.er1
22294 ac_status=$?
22295 grep -v '^ *+' conftest.er1 >conftest.err
22296 rm -f conftest.er1
22297 cat conftest.err >&5
22298 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
22299 (exit $ac_status); } && {
22300 test -z "$ac_c_werror_flag" ||
22301 test ! -s conftest.err
22302 } && test -s conftest.$ac_objext; then
22303 ac_cv_member_struct_mtget_mt_blksiz=yes
22304 else
22305 $as_echo "$as_me: failed program was:" >&5
22306 sed 's/^/| /' conftest.$ac_ext >&5
22308 ac_cv_member_struct_mtget_mt_blksiz=no
22311 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22314 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22316 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_mtget_mt_blksiz" >&5
22317 $as_echo "$ac_cv_member_struct_mtget_mt_blksiz" >&6; }
22318 if test "x$ac_cv_member_struct_mtget_mt_blksiz" = x""yes; then
22320 cat >>confdefs.h <<_ACEOF
22321 #define HAVE_STRUCT_MTGET_MT_BLKSIZ 1
22322 _ACEOF
22326 { $as_echo "$as_me:$LINENO: checking for struct mtget.mt_gstat" >&5
22327 $as_echo_n "checking for struct mtget.mt_gstat... " >&6; }
22328 if test "${ac_cv_member_struct_mtget_mt_gstat+set}" = set; then
22329 $as_echo_n "(cached) " >&6
22330 else
22331 cat >conftest.$ac_ext <<_ACEOF
22332 /* confdefs.h. */
22333 _ACEOF
22334 cat confdefs.h >>conftest.$ac_ext
22335 cat >>conftest.$ac_ext <<_ACEOF
22336 /* end confdefs.h. */
22337 #include <sys/types.h>
22338 #ifdef HAVE_SYS_MTIO_H
22339 #include <sys/mtio.h>
22340 #endif
22343 main ()
22345 static struct mtget ac_aggr;
22346 if (ac_aggr.mt_gstat)
22347 return 0;
22349 return 0;
22351 _ACEOF
22352 rm -f conftest.$ac_objext
22353 if { (ac_try="$ac_compile"
22354 case "(($ac_try" in
22355 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22356 *) ac_try_echo=$ac_try;;
22357 esac
22358 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
22359 $as_echo "$ac_try_echo") >&5
22360 (eval "$ac_compile") 2>conftest.er1
22361 ac_status=$?
22362 grep -v '^ *+' conftest.er1 >conftest.err
22363 rm -f conftest.er1
22364 cat conftest.err >&5
22365 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
22366 (exit $ac_status); } && {
22367 test -z "$ac_c_werror_flag" ||
22368 test ! -s conftest.err
22369 } && test -s conftest.$ac_objext; then
22370 ac_cv_member_struct_mtget_mt_gstat=yes
22371 else
22372 $as_echo "$as_me: failed program was:" >&5
22373 sed 's/^/| /' conftest.$ac_ext >&5
22375 cat >conftest.$ac_ext <<_ACEOF
22376 /* confdefs.h. */
22377 _ACEOF
22378 cat confdefs.h >>conftest.$ac_ext
22379 cat >>conftest.$ac_ext <<_ACEOF
22380 /* end confdefs.h. */
22381 #include <sys/types.h>
22382 #ifdef HAVE_SYS_MTIO_H
22383 #include <sys/mtio.h>
22384 #endif
22387 main ()
22389 static struct mtget ac_aggr;
22390 if (sizeof ac_aggr.mt_gstat)
22391 return 0;
22393 return 0;
22395 _ACEOF
22396 rm -f conftest.$ac_objext
22397 if { (ac_try="$ac_compile"
22398 case "(($ac_try" in
22399 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22400 *) ac_try_echo=$ac_try;;
22401 esac
22402 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
22403 $as_echo "$ac_try_echo") >&5
22404 (eval "$ac_compile") 2>conftest.er1
22405 ac_status=$?
22406 grep -v '^ *+' conftest.er1 >conftest.err
22407 rm -f conftest.er1
22408 cat conftest.err >&5
22409 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
22410 (exit $ac_status); } && {
22411 test -z "$ac_c_werror_flag" ||
22412 test ! -s conftest.err
22413 } && test -s conftest.$ac_objext; then
22414 ac_cv_member_struct_mtget_mt_gstat=yes
22415 else
22416 $as_echo "$as_me: failed program was:" >&5
22417 sed 's/^/| /' conftest.$ac_ext >&5
22419 ac_cv_member_struct_mtget_mt_gstat=no
22422 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22425 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22427 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_mtget_mt_gstat" >&5
22428 $as_echo "$ac_cv_member_struct_mtget_mt_gstat" >&6; }
22429 if test "x$ac_cv_member_struct_mtget_mt_gstat" = x""yes; then
22431 cat >>confdefs.h <<_ACEOF
22432 #define HAVE_STRUCT_MTGET_MT_GSTAT 1
22433 _ACEOF
22437 { $as_echo "$as_me:$LINENO: checking for struct mtget.mt_blkno" >&5
22438 $as_echo_n "checking for struct mtget.mt_blkno... " >&6; }
22439 if test "${ac_cv_member_struct_mtget_mt_blkno+set}" = set; then
22440 $as_echo_n "(cached) " >&6
22441 else
22442 cat >conftest.$ac_ext <<_ACEOF
22443 /* confdefs.h. */
22444 _ACEOF
22445 cat confdefs.h >>conftest.$ac_ext
22446 cat >>conftest.$ac_ext <<_ACEOF
22447 /* end confdefs.h. */
22448 #include <sys/types.h>
22449 #ifdef HAVE_SYS_MTIO_H
22450 #include <sys/mtio.h>
22451 #endif
22454 main ()
22456 static struct mtget ac_aggr;
22457 if (ac_aggr.mt_blkno)
22458 return 0;
22460 return 0;
22462 _ACEOF
22463 rm -f conftest.$ac_objext
22464 if { (ac_try="$ac_compile"
22465 case "(($ac_try" in
22466 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22467 *) ac_try_echo=$ac_try;;
22468 esac
22469 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
22470 $as_echo "$ac_try_echo") >&5
22471 (eval "$ac_compile") 2>conftest.er1
22472 ac_status=$?
22473 grep -v '^ *+' conftest.er1 >conftest.err
22474 rm -f conftest.er1
22475 cat conftest.err >&5
22476 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
22477 (exit $ac_status); } && {
22478 test -z "$ac_c_werror_flag" ||
22479 test ! -s conftest.err
22480 } && test -s conftest.$ac_objext; then
22481 ac_cv_member_struct_mtget_mt_blkno=yes
22482 else
22483 $as_echo "$as_me: failed program was:" >&5
22484 sed 's/^/| /' conftest.$ac_ext >&5
22486 cat >conftest.$ac_ext <<_ACEOF
22487 /* confdefs.h. */
22488 _ACEOF
22489 cat confdefs.h >>conftest.$ac_ext
22490 cat >>conftest.$ac_ext <<_ACEOF
22491 /* end confdefs.h. */
22492 #include <sys/types.h>
22493 #ifdef HAVE_SYS_MTIO_H
22494 #include <sys/mtio.h>
22495 #endif
22498 main ()
22500 static struct mtget ac_aggr;
22501 if (sizeof ac_aggr.mt_blkno)
22502 return 0;
22504 return 0;
22506 _ACEOF
22507 rm -f conftest.$ac_objext
22508 if { (ac_try="$ac_compile"
22509 case "(($ac_try" in
22510 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22511 *) ac_try_echo=$ac_try;;
22512 esac
22513 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
22514 $as_echo "$ac_try_echo") >&5
22515 (eval "$ac_compile") 2>conftest.er1
22516 ac_status=$?
22517 grep -v '^ *+' conftest.er1 >conftest.err
22518 rm -f conftest.er1
22519 cat conftest.err >&5
22520 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
22521 (exit $ac_status); } && {
22522 test -z "$ac_c_werror_flag" ||
22523 test ! -s conftest.err
22524 } && test -s conftest.$ac_objext; then
22525 ac_cv_member_struct_mtget_mt_blkno=yes
22526 else
22527 $as_echo "$as_me: failed program was:" >&5
22528 sed 's/^/| /' conftest.$ac_ext >&5
22530 ac_cv_member_struct_mtget_mt_blkno=no
22533 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22536 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22538 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_mtget_mt_blkno" >&5
22539 $as_echo "$ac_cv_member_struct_mtget_mt_blkno" >&6; }
22540 if test "x$ac_cv_member_struct_mtget_mt_blkno" = x""yes; then
22542 cat >>confdefs.h <<_ACEOF
22543 #define HAVE_STRUCT_MTGET_MT_BLKNO 1
22544 _ACEOF
22550 { $as_echo "$as_me:$LINENO: checking for struct option.name" >&5
22551 $as_echo_n "checking for struct option.name... " >&6; }
22552 if test "${ac_cv_member_struct_option_name+set}" = set; then
22553 $as_echo_n "(cached) " >&6
22554 else
22555 cat >conftest.$ac_ext <<_ACEOF
22556 /* confdefs.h. */
22557 _ACEOF
22558 cat confdefs.h >>conftest.$ac_ext
22559 cat >>conftest.$ac_ext <<_ACEOF
22560 /* end confdefs.h. */
22561 #ifdef HAVE_GETOPT_H
22562 #include <getopt.h>
22563 #endif
22566 main ()
22568 static struct option ac_aggr;
22569 if (ac_aggr.name)
22570 return 0;
22572 return 0;
22574 _ACEOF
22575 rm -f conftest.$ac_objext
22576 if { (ac_try="$ac_compile"
22577 case "(($ac_try" in
22578 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22579 *) ac_try_echo=$ac_try;;
22580 esac
22581 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
22582 $as_echo "$ac_try_echo") >&5
22583 (eval "$ac_compile") 2>conftest.er1
22584 ac_status=$?
22585 grep -v '^ *+' conftest.er1 >conftest.err
22586 rm -f conftest.er1
22587 cat conftest.err >&5
22588 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
22589 (exit $ac_status); } && {
22590 test -z "$ac_c_werror_flag" ||
22591 test ! -s conftest.err
22592 } && test -s conftest.$ac_objext; then
22593 ac_cv_member_struct_option_name=yes
22594 else
22595 $as_echo "$as_me: failed program was:" >&5
22596 sed 's/^/| /' conftest.$ac_ext >&5
22598 cat >conftest.$ac_ext <<_ACEOF
22599 /* confdefs.h. */
22600 _ACEOF
22601 cat confdefs.h >>conftest.$ac_ext
22602 cat >>conftest.$ac_ext <<_ACEOF
22603 /* end confdefs.h. */
22604 #ifdef HAVE_GETOPT_H
22605 #include <getopt.h>
22606 #endif
22609 main ()
22611 static struct option ac_aggr;
22612 if (sizeof ac_aggr.name)
22613 return 0;
22615 return 0;
22617 _ACEOF
22618 rm -f conftest.$ac_objext
22619 if { (ac_try="$ac_compile"
22620 case "(($ac_try" in
22621 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22622 *) ac_try_echo=$ac_try;;
22623 esac
22624 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
22625 $as_echo "$ac_try_echo") >&5
22626 (eval "$ac_compile") 2>conftest.er1
22627 ac_status=$?
22628 grep -v '^ *+' conftest.er1 >conftest.err
22629 rm -f conftest.er1
22630 cat conftest.err >&5
22631 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
22632 (exit $ac_status); } && {
22633 test -z "$ac_c_werror_flag" ||
22634 test ! -s conftest.err
22635 } && test -s conftest.$ac_objext; then
22636 ac_cv_member_struct_option_name=yes
22637 else
22638 $as_echo "$as_me: failed program was:" >&5
22639 sed 's/^/| /' conftest.$ac_ext >&5
22641 ac_cv_member_struct_option_name=no
22644 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22647 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22649 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_option_name" >&5
22650 $as_echo "$ac_cv_member_struct_option_name" >&6; }
22651 if test "x$ac_cv_member_struct_option_name" = x""yes; then
22653 cat >>confdefs.h <<_ACEOF
22654 #define HAVE_STRUCT_OPTION_NAME 1
22655 _ACEOF
22661 { $as_echo "$as_me:$LINENO: checking for struct stat.st_blocks" >&5
22662 $as_echo_n "checking for struct stat.st_blocks... " >&6; }
22663 if test "${ac_cv_member_struct_stat_st_blocks+set}" = set; then
22664 $as_echo_n "(cached) " >&6
22665 else
22666 cat >conftest.$ac_ext <<_ACEOF
22667 /* confdefs.h. */
22668 _ACEOF
22669 cat confdefs.h >>conftest.$ac_ext
22670 cat >>conftest.$ac_ext <<_ACEOF
22671 /* end confdefs.h. */
22672 $ac_includes_default
22674 main ()
22676 static struct stat ac_aggr;
22677 if (ac_aggr.st_blocks)
22678 return 0;
22680 return 0;
22682 _ACEOF
22683 rm -f conftest.$ac_objext
22684 if { (ac_try="$ac_compile"
22685 case "(($ac_try" in
22686 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22687 *) ac_try_echo=$ac_try;;
22688 esac
22689 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
22690 $as_echo "$ac_try_echo") >&5
22691 (eval "$ac_compile") 2>conftest.er1
22692 ac_status=$?
22693 grep -v '^ *+' conftest.er1 >conftest.err
22694 rm -f conftest.er1
22695 cat conftest.err >&5
22696 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
22697 (exit $ac_status); } && {
22698 test -z "$ac_c_werror_flag" ||
22699 test ! -s conftest.err
22700 } && test -s conftest.$ac_objext; then
22701 ac_cv_member_struct_stat_st_blocks=yes
22702 else
22703 $as_echo "$as_me: failed program was:" >&5
22704 sed 's/^/| /' conftest.$ac_ext >&5
22706 cat >conftest.$ac_ext <<_ACEOF
22707 /* confdefs.h. */
22708 _ACEOF
22709 cat confdefs.h >>conftest.$ac_ext
22710 cat >>conftest.$ac_ext <<_ACEOF
22711 /* end confdefs.h. */
22712 $ac_includes_default
22714 main ()
22716 static struct stat ac_aggr;
22717 if (sizeof ac_aggr.st_blocks)
22718 return 0;
22720 return 0;
22722 _ACEOF
22723 rm -f conftest.$ac_objext
22724 if { (ac_try="$ac_compile"
22725 case "(($ac_try" in
22726 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22727 *) ac_try_echo=$ac_try;;
22728 esac
22729 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
22730 $as_echo "$ac_try_echo") >&5
22731 (eval "$ac_compile") 2>conftest.er1
22732 ac_status=$?
22733 grep -v '^ *+' conftest.er1 >conftest.err
22734 rm -f conftest.er1
22735 cat conftest.err >&5
22736 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
22737 (exit $ac_status); } && {
22738 test -z "$ac_c_werror_flag" ||
22739 test ! -s conftest.err
22740 } && test -s conftest.$ac_objext; then
22741 ac_cv_member_struct_stat_st_blocks=yes
22742 else
22743 $as_echo "$as_me: failed program was:" >&5
22744 sed 's/^/| /' conftest.$ac_ext >&5
22746 ac_cv_member_struct_stat_st_blocks=no
22749 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22752 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22754 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_stat_st_blocks" >&5
22755 $as_echo "$ac_cv_member_struct_stat_st_blocks" >&6; }
22756 if test "x$ac_cv_member_struct_stat_st_blocks" = x""yes; then
22758 cat >>confdefs.h <<_ACEOF
22759 #define HAVE_STRUCT_STAT_ST_BLOCKS 1
22760 _ACEOF
22764 { $as_echo "$as_me:$LINENO: checking for struct stat.st_mtim" >&5
22765 $as_echo_n "checking for struct stat.st_mtim... " >&6; }
22766 if test "${ac_cv_member_struct_stat_st_mtim+set}" = set; then
22767 $as_echo_n "(cached) " >&6
22768 else
22769 cat >conftest.$ac_ext <<_ACEOF
22770 /* confdefs.h. */
22771 _ACEOF
22772 cat confdefs.h >>conftest.$ac_ext
22773 cat >>conftest.$ac_ext <<_ACEOF
22774 /* end confdefs.h. */
22775 $ac_includes_default
22777 main ()
22779 static struct stat ac_aggr;
22780 if (ac_aggr.st_mtim)
22781 return 0;
22783 return 0;
22785 _ACEOF
22786 rm -f conftest.$ac_objext
22787 if { (ac_try="$ac_compile"
22788 case "(($ac_try" in
22789 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22790 *) ac_try_echo=$ac_try;;
22791 esac
22792 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
22793 $as_echo "$ac_try_echo") >&5
22794 (eval "$ac_compile") 2>conftest.er1
22795 ac_status=$?
22796 grep -v '^ *+' conftest.er1 >conftest.err
22797 rm -f conftest.er1
22798 cat conftest.err >&5
22799 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
22800 (exit $ac_status); } && {
22801 test -z "$ac_c_werror_flag" ||
22802 test ! -s conftest.err
22803 } && test -s conftest.$ac_objext; then
22804 ac_cv_member_struct_stat_st_mtim=yes
22805 else
22806 $as_echo "$as_me: failed program was:" >&5
22807 sed 's/^/| /' conftest.$ac_ext >&5
22809 cat >conftest.$ac_ext <<_ACEOF
22810 /* confdefs.h. */
22811 _ACEOF
22812 cat confdefs.h >>conftest.$ac_ext
22813 cat >>conftest.$ac_ext <<_ACEOF
22814 /* end confdefs.h. */
22815 $ac_includes_default
22817 main ()
22819 static struct stat ac_aggr;
22820 if (sizeof ac_aggr.st_mtim)
22821 return 0;
22823 return 0;
22825 _ACEOF
22826 rm -f conftest.$ac_objext
22827 if { (ac_try="$ac_compile"
22828 case "(($ac_try" in
22829 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22830 *) ac_try_echo=$ac_try;;
22831 esac
22832 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
22833 $as_echo "$ac_try_echo") >&5
22834 (eval "$ac_compile") 2>conftest.er1
22835 ac_status=$?
22836 grep -v '^ *+' conftest.er1 >conftest.err
22837 rm -f conftest.er1
22838 cat conftest.err >&5
22839 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
22840 (exit $ac_status); } && {
22841 test -z "$ac_c_werror_flag" ||
22842 test ! -s conftest.err
22843 } && test -s conftest.$ac_objext; then
22844 ac_cv_member_struct_stat_st_mtim=yes
22845 else
22846 $as_echo "$as_me: failed program was:" >&5
22847 sed 's/^/| /' conftest.$ac_ext >&5
22849 ac_cv_member_struct_stat_st_mtim=no
22852 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22855 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22857 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_stat_st_mtim" >&5
22858 $as_echo "$ac_cv_member_struct_stat_st_mtim" >&6; }
22859 if test "x$ac_cv_member_struct_stat_st_mtim" = x""yes; then
22861 cat >>confdefs.h <<_ACEOF
22862 #define HAVE_STRUCT_STAT_ST_MTIM 1
22863 _ACEOF
22867 { $as_echo "$as_me:$LINENO: checking for struct stat.st_ctim" >&5
22868 $as_echo_n "checking for struct stat.st_ctim... " >&6; }
22869 if test "${ac_cv_member_struct_stat_st_ctim+set}" = set; then
22870 $as_echo_n "(cached) " >&6
22871 else
22872 cat >conftest.$ac_ext <<_ACEOF
22873 /* confdefs.h. */
22874 _ACEOF
22875 cat confdefs.h >>conftest.$ac_ext
22876 cat >>conftest.$ac_ext <<_ACEOF
22877 /* end confdefs.h. */
22878 $ac_includes_default
22880 main ()
22882 static struct stat ac_aggr;
22883 if (ac_aggr.st_ctim)
22884 return 0;
22886 return 0;
22888 _ACEOF
22889 rm -f conftest.$ac_objext
22890 if { (ac_try="$ac_compile"
22891 case "(($ac_try" in
22892 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22893 *) ac_try_echo=$ac_try;;
22894 esac
22895 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
22896 $as_echo "$ac_try_echo") >&5
22897 (eval "$ac_compile") 2>conftest.er1
22898 ac_status=$?
22899 grep -v '^ *+' conftest.er1 >conftest.err
22900 rm -f conftest.er1
22901 cat conftest.err >&5
22902 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
22903 (exit $ac_status); } && {
22904 test -z "$ac_c_werror_flag" ||
22905 test ! -s conftest.err
22906 } && test -s conftest.$ac_objext; then
22907 ac_cv_member_struct_stat_st_ctim=yes
22908 else
22909 $as_echo "$as_me: failed program was:" >&5
22910 sed 's/^/| /' conftest.$ac_ext >&5
22912 cat >conftest.$ac_ext <<_ACEOF
22913 /* confdefs.h. */
22914 _ACEOF
22915 cat confdefs.h >>conftest.$ac_ext
22916 cat >>conftest.$ac_ext <<_ACEOF
22917 /* end confdefs.h. */
22918 $ac_includes_default
22920 main ()
22922 static struct stat ac_aggr;
22923 if (sizeof ac_aggr.st_ctim)
22924 return 0;
22926 return 0;
22928 _ACEOF
22929 rm -f conftest.$ac_objext
22930 if { (ac_try="$ac_compile"
22931 case "(($ac_try" in
22932 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22933 *) ac_try_echo=$ac_try;;
22934 esac
22935 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
22936 $as_echo "$ac_try_echo") >&5
22937 (eval "$ac_compile") 2>conftest.er1
22938 ac_status=$?
22939 grep -v '^ *+' conftest.er1 >conftest.err
22940 rm -f conftest.er1
22941 cat conftest.err >&5
22942 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
22943 (exit $ac_status); } && {
22944 test -z "$ac_c_werror_flag" ||
22945 test ! -s conftest.err
22946 } && test -s conftest.$ac_objext; then
22947 ac_cv_member_struct_stat_st_ctim=yes
22948 else
22949 $as_echo "$as_me: failed program was:" >&5
22950 sed 's/^/| /' conftest.$ac_ext >&5
22952 ac_cv_member_struct_stat_st_ctim=no
22955 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22958 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22960 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_stat_st_ctim" >&5
22961 $as_echo "$ac_cv_member_struct_stat_st_ctim" >&6; }
22962 if test "x$ac_cv_member_struct_stat_st_ctim" = x""yes; then
22964 cat >>confdefs.h <<_ACEOF
22965 #define HAVE_STRUCT_STAT_ST_CTIM 1
22966 _ACEOF
22970 { $as_echo "$as_me:$LINENO: checking for struct stat.st_atim" >&5
22971 $as_echo_n "checking for struct stat.st_atim... " >&6; }
22972 if test "${ac_cv_member_struct_stat_st_atim+set}" = set; then
22973 $as_echo_n "(cached) " >&6
22974 else
22975 cat >conftest.$ac_ext <<_ACEOF
22976 /* confdefs.h. */
22977 _ACEOF
22978 cat confdefs.h >>conftest.$ac_ext
22979 cat >>conftest.$ac_ext <<_ACEOF
22980 /* end confdefs.h. */
22981 $ac_includes_default
22983 main ()
22985 static struct stat ac_aggr;
22986 if (ac_aggr.st_atim)
22987 return 0;
22989 return 0;
22991 _ACEOF
22992 rm -f conftest.$ac_objext
22993 if { (ac_try="$ac_compile"
22994 case "(($ac_try" in
22995 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22996 *) ac_try_echo=$ac_try;;
22997 esac
22998 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
22999 $as_echo "$ac_try_echo") >&5
23000 (eval "$ac_compile") 2>conftest.er1
23001 ac_status=$?
23002 grep -v '^ *+' conftest.er1 >conftest.err
23003 rm -f conftest.er1
23004 cat conftest.err >&5
23005 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
23006 (exit $ac_status); } && {
23007 test -z "$ac_c_werror_flag" ||
23008 test ! -s conftest.err
23009 } && test -s conftest.$ac_objext; then
23010 ac_cv_member_struct_stat_st_atim=yes
23011 else
23012 $as_echo "$as_me: failed program was:" >&5
23013 sed 's/^/| /' conftest.$ac_ext >&5
23015 cat >conftest.$ac_ext <<_ACEOF
23016 /* confdefs.h. */
23017 _ACEOF
23018 cat confdefs.h >>conftest.$ac_ext
23019 cat >>conftest.$ac_ext <<_ACEOF
23020 /* end confdefs.h. */
23021 $ac_includes_default
23023 main ()
23025 static struct stat ac_aggr;
23026 if (sizeof ac_aggr.st_atim)
23027 return 0;
23029 return 0;
23031 _ACEOF
23032 rm -f conftest.$ac_objext
23033 if { (ac_try="$ac_compile"
23034 case "(($ac_try" in
23035 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23036 *) ac_try_echo=$ac_try;;
23037 esac
23038 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
23039 $as_echo "$ac_try_echo") >&5
23040 (eval "$ac_compile") 2>conftest.er1
23041 ac_status=$?
23042 grep -v '^ *+' conftest.er1 >conftest.err
23043 rm -f conftest.er1
23044 cat conftest.err >&5
23045 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
23046 (exit $ac_status); } && {
23047 test -z "$ac_c_werror_flag" ||
23048 test ! -s conftest.err
23049 } && test -s conftest.$ac_objext; then
23050 ac_cv_member_struct_stat_st_atim=yes
23051 else
23052 $as_echo "$as_me: failed program was:" >&5
23053 sed 's/^/| /' conftest.$ac_ext >&5
23055 ac_cv_member_struct_stat_st_atim=no
23058 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
23061 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
23063 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_stat_st_atim" >&5
23064 $as_echo "$ac_cv_member_struct_stat_st_atim" >&6; }
23065 if test "x$ac_cv_member_struct_stat_st_atim" = x""yes; then
23067 cat >>confdefs.h <<_ACEOF
23068 #define HAVE_STRUCT_STAT_ST_ATIM 1
23069 _ACEOF
23075 { $as_echo "$as_me:$LINENO: checking for struct sockaddr_in6.sin6_scope_id" >&5
23076 $as_echo_n "checking for struct sockaddr_in6.sin6_scope_id... " >&6; }
23077 if test "${ac_cv_member_struct_sockaddr_in6_sin6_scope_id+set}" = set; then
23078 $as_echo_n "(cached) " >&6
23079 else
23080 cat >conftest.$ac_ext <<_ACEOF
23081 /* confdefs.h. */
23082 _ACEOF
23083 cat confdefs.h >>conftest.$ac_ext
23084 cat >>conftest.$ac_ext <<_ACEOF
23085 /* end confdefs.h. */
23086 #ifdef HAVE_SYS_TYPES_H
23087 #include <sys/types.h>
23088 #endif
23089 #ifdef HAVE_NETINET_IN_H
23090 #include <netinet/in.h>
23091 #endif
23094 main ()
23096 static struct sockaddr_in6 ac_aggr;
23097 if (ac_aggr.sin6_scope_id)
23098 return 0;
23100 return 0;
23102 _ACEOF
23103 rm -f conftest.$ac_objext
23104 if { (ac_try="$ac_compile"
23105 case "(($ac_try" in
23106 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23107 *) ac_try_echo=$ac_try;;
23108 esac
23109 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
23110 $as_echo "$ac_try_echo") >&5
23111 (eval "$ac_compile") 2>conftest.er1
23112 ac_status=$?
23113 grep -v '^ *+' conftest.er1 >conftest.err
23114 rm -f conftest.er1
23115 cat conftest.err >&5
23116 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
23117 (exit $ac_status); } && {
23118 test -z "$ac_c_werror_flag" ||
23119 test ! -s conftest.err
23120 } && test -s conftest.$ac_objext; then
23121 ac_cv_member_struct_sockaddr_in6_sin6_scope_id=yes
23122 else
23123 $as_echo "$as_me: failed program was:" >&5
23124 sed 's/^/| /' conftest.$ac_ext >&5
23126 cat >conftest.$ac_ext <<_ACEOF
23127 /* confdefs.h. */
23128 _ACEOF
23129 cat confdefs.h >>conftest.$ac_ext
23130 cat >>conftest.$ac_ext <<_ACEOF
23131 /* end confdefs.h. */
23132 #ifdef HAVE_SYS_TYPES_H
23133 #include <sys/types.h>
23134 #endif
23135 #ifdef HAVE_NETINET_IN_H
23136 #include <netinet/in.h>
23137 #endif
23140 main ()
23142 static struct sockaddr_in6 ac_aggr;
23143 if (sizeof ac_aggr.sin6_scope_id)
23144 return 0;
23146 return 0;
23148 _ACEOF
23149 rm -f conftest.$ac_objext
23150 if { (ac_try="$ac_compile"
23151 case "(($ac_try" in
23152 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23153 *) ac_try_echo=$ac_try;;
23154 esac
23155 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
23156 $as_echo "$ac_try_echo") >&5
23157 (eval "$ac_compile") 2>conftest.er1
23158 ac_status=$?
23159 grep -v '^ *+' conftest.er1 >conftest.err
23160 rm -f conftest.er1
23161 cat conftest.err >&5
23162 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
23163 (exit $ac_status); } && {
23164 test -z "$ac_c_werror_flag" ||
23165 test ! -s conftest.err
23166 } && test -s conftest.$ac_objext; then
23167 ac_cv_member_struct_sockaddr_in6_sin6_scope_id=yes
23168 else
23169 $as_echo "$as_me: failed program was:" >&5
23170 sed 's/^/| /' conftest.$ac_ext >&5
23172 ac_cv_member_struct_sockaddr_in6_sin6_scope_id=no
23175 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
23178 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
23180 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_sockaddr_in6_sin6_scope_id" >&5
23181 $as_echo "$ac_cv_member_struct_sockaddr_in6_sin6_scope_id" >&6; }
23182 if test "x$ac_cv_member_struct_sockaddr_in6_sin6_scope_id" = x""yes; then
23184 cat >>confdefs.h <<_ACEOF
23185 #define HAVE_STRUCT_SOCKADDR_IN6_SIN6_SCOPE_ID 1
23186 _ACEOF
23192 { $as_echo "$as_me:$LINENO: checking for ns_msg._msg_ptr" >&5
23193 $as_echo_n "checking for ns_msg._msg_ptr... " >&6; }
23194 if test "${ac_cv_member_ns_msg__msg_ptr+set}" = set; then
23195 $as_echo_n "(cached) " >&6
23196 else
23197 cat >conftest.$ac_ext <<_ACEOF
23198 /* confdefs.h. */
23199 _ACEOF
23200 cat confdefs.h >>conftest.$ac_ext
23201 cat >>conftest.$ac_ext <<_ACEOF
23202 /* end confdefs.h. */
23203 #ifdef HAVE_SYS_TYPES_H
23204 #include <sys/types.h>
23205 #endif
23206 #ifdef HAVE_NETINET_IN_H
23207 # include <netinet/in.h>
23208 #endif
23209 #ifdef HAVE_ARPA_NAMESER_H
23210 # include <arpa/nameser.h>
23211 #endif
23214 main ()
23216 static ns_msg ac_aggr;
23217 if (ac_aggr._msg_ptr)
23218 return 0;
23220 return 0;
23222 _ACEOF
23223 rm -f conftest.$ac_objext
23224 if { (ac_try="$ac_compile"
23225 case "(($ac_try" in
23226 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23227 *) ac_try_echo=$ac_try;;
23228 esac
23229 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
23230 $as_echo "$ac_try_echo") >&5
23231 (eval "$ac_compile") 2>conftest.er1
23232 ac_status=$?
23233 grep -v '^ *+' conftest.er1 >conftest.err
23234 rm -f conftest.er1
23235 cat conftest.err >&5
23236 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
23237 (exit $ac_status); } && {
23238 test -z "$ac_c_werror_flag" ||
23239 test ! -s conftest.err
23240 } && test -s conftest.$ac_objext; then
23241 ac_cv_member_ns_msg__msg_ptr=yes
23242 else
23243 $as_echo "$as_me: failed program was:" >&5
23244 sed 's/^/| /' conftest.$ac_ext >&5
23246 cat >conftest.$ac_ext <<_ACEOF
23247 /* confdefs.h. */
23248 _ACEOF
23249 cat confdefs.h >>conftest.$ac_ext
23250 cat >>conftest.$ac_ext <<_ACEOF
23251 /* end confdefs.h. */
23252 #ifdef HAVE_SYS_TYPES_H
23253 #include <sys/types.h>
23254 #endif
23255 #ifdef HAVE_NETINET_IN_H
23256 # include <netinet/in.h>
23257 #endif
23258 #ifdef HAVE_ARPA_NAMESER_H
23259 # include <arpa/nameser.h>
23260 #endif
23263 main ()
23265 static ns_msg ac_aggr;
23266 if (sizeof ac_aggr._msg_ptr)
23267 return 0;
23269 return 0;
23271 _ACEOF
23272 rm -f conftest.$ac_objext
23273 if { (ac_try="$ac_compile"
23274 case "(($ac_try" in
23275 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23276 *) ac_try_echo=$ac_try;;
23277 esac
23278 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
23279 $as_echo "$ac_try_echo") >&5
23280 (eval "$ac_compile") 2>conftest.er1
23281 ac_status=$?
23282 grep -v '^ *+' conftest.er1 >conftest.err
23283 rm -f conftest.er1
23284 cat conftest.err >&5
23285 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
23286 (exit $ac_status); } && {
23287 test -z "$ac_c_werror_flag" ||
23288 test ! -s conftest.err
23289 } && test -s conftest.$ac_objext; then
23290 ac_cv_member_ns_msg__msg_ptr=yes
23291 else
23292 $as_echo "$as_me: failed program was:" >&5
23293 sed 's/^/| /' conftest.$ac_ext >&5
23295 ac_cv_member_ns_msg__msg_ptr=no
23298 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
23301 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
23303 { $as_echo "$as_me:$LINENO: result: $ac_cv_member_ns_msg__msg_ptr" >&5
23304 $as_echo "$ac_cv_member_ns_msg__msg_ptr" >&6; }
23305 if test "x$ac_cv_member_ns_msg__msg_ptr" = x""yes; then
23307 cat >>confdefs.h <<_ACEOF
23308 #define HAVE_NS_MSG__MSG_PTR 1
23309 _ACEOF
23315 { $as_echo "$as_me:$LINENO: checking for timezone variable" >&5
23316 $as_echo_n "checking for timezone variable... " >&6; }
23317 if test "${ac_cv_have_timezone+set}" = set; then
23318 $as_echo_n "(cached) " >&6
23319 else
23320 cat >conftest.$ac_ext <<_ACEOF
23321 /* confdefs.h. */
23322 _ACEOF
23323 cat confdefs.h >>conftest.$ac_ext
23324 cat >>conftest.$ac_ext <<_ACEOF
23325 /* end confdefs.h. */
23326 #include <time.h>
23328 main ()
23330 timezone = 1
23332 return 0;
23334 _ACEOF
23335 rm -f conftest.$ac_objext conftest$ac_exeext
23336 if { (ac_try="$ac_link"
23337 case "(($ac_try" in
23338 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23339 *) ac_try_echo=$ac_try;;
23340 esac
23341 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
23342 $as_echo "$ac_try_echo") >&5
23343 (eval "$ac_link") 2>conftest.er1
23344 ac_status=$?
23345 grep -v '^ *+' conftest.er1 >conftest.err
23346 rm -f conftest.er1
23347 cat conftest.err >&5
23348 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
23349 (exit $ac_status); } && {
23350 test -z "$ac_c_werror_flag" ||
23351 test ! -s conftest.err
23352 } && test -s conftest$ac_exeext && {
23353 test "$cross_compiling" = yes ||
23354 $as_test_x conftest$ac_exeext
23355 }; then
23356 ac_cv_have_timezone="yes"
23357 else
23358 $as_echo "$as_me: failed program was:" >&5
23359 sed 's/^/| /' conftest.$ac_ext >&5
23361 ac_cv_have_timezone="no"
23364 rm -rf conftest.dSYM
23365 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
23366 conftest$ac_exeext conftest.$ac_ext
23368 { $as_echo "$as_me:$LINENO: result: $ac_cv_have_timezone" >&5
23369 $as_echo "$ac_cv_have_timezone" >&6; }
23370 if test "$ac_cv_have_timezone" = "yes"
23371 then
23373 cat >>confdefs.h <<\_ACEOF
23374 #define HAVE_TIMEZONE 1
23375 _ACEOF
23378 { $as_echo "$as_me:$LINENO: checking for daylight variable" >&5
23379 $as_echo_n "checking for daylight variable... " >&6; }
23380 if test "${ac_cv_have_daylight+set}" = set; then
23381 $as_echo_n "(cached) " >&6
23382 else
23383 cat >conftest.$ac_ext <<_ACEOF
23384 /* confdefs.h. */
23385 _ACEOF
23386 cat confdefs.h >>conftest.$ac_ext
23387 cat >>conftest.$ac_ext <<_ACEOF
23388 /* end confdefs.h. */
23389 #include <time.h>
23391 main ()
23393 daylight = 1
23395 return 0;
23397 _ACEOF
23398 rm -f conftest.$ac_objext conftest$ac_exeext
23399 if { (ac_try="$ac_link"
23400 case "(($ac_try" in
23401 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23402 *) ac_try_echo=$ac_try;;
23403 esac
23404 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
23405 $as_echo "$ac_try_echo") >&5
23406 (eval "$ac_link") 2>conftest.er1
23407 ac_status=$?
23408 grep -v '^ *+' conftest.er1 >conftest.err
23409 rm -f conftest.er1
23410 cat conftest.err >&5
23411 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
23412 (exit $ac_status); } && {
23413 test -z "$ac_c_werror_flag" ||
23414 test ! -s conftest.err
23415 } && test -s conftest$ac_exeext && {
23416 test "$cross_compiling" = yes ||
23417 $as_test_x conftest$ac_exeext
23418 }; then
23419 ac_cv_have_daylight="yes"
23420 else
23421 $as_echo "$as_me: failed program was:" >&5
23422 sed 's/^/| /' conftest.$ac_ext >&5
23424 ac_cv_have_daylight="no"
23427 rm -rf conftest.dSYM
23428 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
23429 conftest$ac_exeext conftest.$ac_ext
23431 { $as_echo "$as_me:$LINENO: result: $ac_cv_have_daylight" >&5
23432 $as_echo "$ac_cv_have_daylight" >&6; }
23433 if test "$ac_cv_have_daylight" = "yes"
23434 then
23436 cat >>confdefs.h <<\_ACEOF
23437 #define HAVE_DAYLIGHT 1
23438 _ACEOF
23442 { $as_echo "$as_me:$LINENO: checking for isinf" >&5
23443 $as_echo_n "checking for isinf... " >&6; }
23444 if test "${ac_cv_have_isinf+set}" = set; then
23445 $as_echo_n "(cached) " >&6
23446 else
23447 cat >conftest.$ac_ext <<_ACEOF
23448 /* confdefs.h. */
23449 _ACEOF
23450 cat confdefs.h >>conftest.$ac_ext
23451 cat >>conftest.$ac_ext <<_ACEOF
23452 /* end confdefs.h. */
23453 #include <math.h>
23455 main ()
23457 float f = 0.0; int i=isinf(f)
23459 return 0;
23461 _ACEOF
23462 rm -f conftest.$ac_objext conftest$ac_exeext
23463 if { (ac_try="$ac_link"
23464 case "(($ac_try" in
23465 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23466 *) ac_try_echo=$ac_try;;
23467 esac
23468 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
23469 $as_echo "$ac_try_echo") >&5
23470 (eval "$ac_link") 2>conftest.er1
23471 ac_status=$?
23472 grep -v '^ *+' conftest.er1 >conftest.err
23473 rm -f conftest.er1
23474 cat conftest.err >&5
23475 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
23476 (exit $ac_status); } && {
23477 test -z "$ac_c_werror_flag" ||
23478 test ! -s conftest.err
23479 } && test -s conftest$ac_exeext && {
23480 test "$cross_compiling" = yes ||
23481 $as_test_x conftest$ac_exeext
23482 }; then
23483 ac_cv_have_isinf="yes"
23484 else
23485 $as_echo "$as_me: failed program was:" >&5
23486 sed 's/^/| /' conftest.$ac_ext >&5
23488 ac_cv_have_isinf="no"
23491 rm -rf conftest.dSYM
23492 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
23493 conftest$ac_exeext conftest.$ac_ext
23495 { $as_echo "$as_me:$LINENO: result: $ac_cv_have_isinf" >&5
23496 $as_echo "$ac_cv_have_isinf" >&6; }
23497 if test "$ac_cv_have_isinf" = "yes"
23498 then
23500 cat >>confdefs.h <<\_ACEOF
23501 #define HAVE_ISINF 1
23502 _ACEOF
23506 { $as_echo "$as_me:$LINENO: checking for isnan" >&5
23507 $as_echo_n "checking for isnan... " >&6; }
23508 if test "${ac_cv_have_isnan+set}" = set; then
23509 $as_echo_n "(cached) " >&6
23510 else
23511 cat >conftest.$ac_ext <<_ACEOF
23512 /* confdefs.h. */
23513 _ACEOF
23514 cat confdefs.h >>conftest.$ac_ext
23515 cat >>conftest.$ac_ext <<_ACEOF
23516 /* end confdefs.h. */
23517 #include <math.h>
23519 main ()
23521 float f = 0.0; int i=isnan(f)
23523 return 0;
23525 _ACEOF
23526 rm -f conftest.$ac_objext conftest$ac_exeext
23527 if { (ac_try="$ac_link"
23528 case "(($ac_try" in
23529 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23530 *) ac_try_echo=$ac_try;;
23531 esac
23532 eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\""
23533 $as_echo "$ac_try_echo") >&5
23534 (eval "$ac_link") 2>conftest.er1
23535 ac_status=$?
23536 grep -v '^ *+' conftest.er1 >conftest.err
23537 rm -f conftest.er1
23538 cat conftest.err >&5
23539 $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5
23540 (exit $ac_status); } && {
23541 test -z "$ac_c_werror_flag" ||
23542 test ! -s conftest.err
23543 } && test -s conftest$ac_exeext && {
23544 test "$cross_compiling" = yes ||
23545 $as_test_x conftest$ac_exeext
23546 }; then
23547 ac_cv_have_isnan="yes"
23548 else
23549 $as_echo "$as_me: failed program was:" >&5
23550 sed 's/^/| /' conftest.$ac_ext >&5
23552 ac_cv_have_isnan="no"
23555 rm -rf conftest.dSYM
23556 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
23557 conftest$ac_exeext conftest.$ac_ext
23559 { $as_echo "$as_me:$LINENO: result: $ac_cv_have_isnan" >&5
23560 $as_echo "$ac_cv_have_isnan" >&6; }
23561 if test "$ac_cv_have_isnan" = "yes"
23562 then
23564 cat >>confdefs.h <<\_ACEOF
23565 #define HAVE_ISNAN 1
23566 _ACEOF
23571 case $host_cpu in
23572 *i[3456789]86*) { $as_echo "$as_me:$LINENO: checking whether we need to define __i386__" >&5
23573 $as_echo_n "checking whether we need to define __i386__... " >&6; }
23574 if test "${ac_cv_cpp_def___i386__+set}" = set; then
23575 $as_echo_n "(cached) " >&6
23576 else
23577 cat >conftest.$ac_ext <<_ACEOF
23578 /* confdefs.h. */
23579 _ACEOF
23580 cat confdefs.h >>conftest.$ac_ext
23581 cat >>conftest.$ac_ext <<_ACEOF
23582 /* end confdefs.h. */
23583 #ifndef __i386__
23585 #endif
23586 _ACEOF
23587 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
23588 $EGREP "yes" >/dev/null 2>&1; then
23589 ac_cv_cpp_def___i386__=yes
23590 else
23591 ac_cv_cpp_def___i386__=no
23593 rm -f conftest*
23596 { $as_echo "$as_me:$LINENO: result: $ac_cv_cpp_def___i386__" >&5
23597 $as_echo "$ac_cv_cpp_def___i386__" >&6; }
23598 if test $ac_cv_cpp_def___i386__ = yes; then
23599 CFLAGS="$CFLAGS -D__i386__"
23600 LINTFLAGS="$LINTFLAGS -D__i386__"
23603 *x86_64*) { $as_echo "$as_me:$LINENO: checking whether we need to define __x86_64__" >&5
23604 $as_echo_n "checking whether we need to define __x86_64__... " >&6; }
23605 if test "${ac_cv_cpp_def___x86_64__+set}" = set; then
23606 $as_echo_n "(cached) " >&6
23607 else
23608 cat >conftest.$ac_ext <<_ACEOF
23609 /* confdefs.h. */
23610 _ACEOF
23611 cat confdefs.h >>conftest.$ac_ext
23612 cat >>conftest.$ac_ext <<_ACEOF
23613 /* end confdefs.h. */
23614 #ifndef __x86_64__
23616 #endif
23617 _ACEOF
23618 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
23619 $EGREP "yes" >/dev/null 2>&1; then
23620 ac_cv_cpp_def___x86_64__=yes
23621 else
23622 ac_cv_cpp_def___x86_64__=no
23624 rm -f conftest*
23627 { $as_echo "$as_me:$LINENO: result: $ac_cv_cpp_def___x86_64__" >&5
23628 $as_echo "$ac_cv_cpp_def___x86_64__" >&6; }
23629 if test $ac_cv_cpp_def___x86_64__ = yes; then
23630 CFLAGS="$CFLAGS -D__x86_64__"
23631 LINTFLAGS="$LINTFLAGS -D__x86_64__"
23634 *alpha*) { $as_echo "$as_me:$LINENO: checking whether we need to define __ALPHA__" >&5
23635 $as_echo_n "checking whether we need to define __ALPHA__... " >&6; }
23636 if test "${ac_cv_cpp_def___ALPHA__+set}" = set; then
23637 $as_echo_n "(cached) " >&6
23638 else
23639 cat >conftest.$ac_ext <<_ACEOF
23640 /* confdefs.h. */
23641 _ACEOF
23642 cat confdefs.h >>conftest.$ac_ext
23643 cat >>conftest.$ac_ext <<_ACEOF
23644 /* end confdefs.h. */
23645 #ifndef __ALPHA__
23647 #endif
23648 _ACEOF
23649 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
23650 $EGREP "yes" >/dev/null 2>&1; then
23651 ac_cv_cpp_def___ALPHA__=yes
23652 else
23653 ac_cv_cpp_def___ALPHA__=no
23655 rm -f conftest*
23658 { $as_echo "$as_me:$LINENO: result: $ac_cv_cpp_def___ALPHA__" >&5
23659 $as_echo "$ac_cv_cpp_def___ALPHA__" >&6; }
23660 if test $ac_cv_cpp_def___ALPHA__ = yes; then
23661 CFLAGS="$CFLAGS -D__ALPHA__"
23662 LINTFLAGS="$LINTFLAGS -D__ALPHA__"
23665 *sparc*) { $as_echo "$as_me:$LINENO: checking whether we need to define __sparc__" >&5
23666 $as_echo_n "checking whether we need to define __sparc__... " >&6; }
23667 if test "${ac_cv_cpp_def___sparc__+set}" = set; then
23668 $as_echo_n "(cached) " >&6
23669 else
23670 cat >conftest.$ac_ext <<_ACEOF
23671 /* confdefs.h. */
23672 _ACEOF
23673 cat confdefs.h >>conftest.$ac_ext
23674 cat >>conftest.$ac_ext <<_ACEOF
23675 /* end confdefs.h. */
23676 #ifndef __sparc__
23678 #endif
23679 _ACEOF
23680 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
23681 $EGREP "yes" >/dev/null 2>&1; then
23682 ac_cv_cpp_def___sparc__=yes
23683 else
23684 ac_cv_cpp_def___sparc__=no
23686 rm -f conftest*
23689 { $as_echo "$as_me:$LINENO: result: $ac_cv_cpp_def___sparc__" >&5
23690 $as_echo "$ac_cv_cpp_def___sparc__" >&6; }
23691 if test $ac_cv_cpp_def___sparc__ = yes; then
23692 CFLAGS="$CFLAGS -D__sparc__"
23693 LINTFLAGS="$LINTFLAGS -D__sparc__"
23696 *powerpc*) { $as_echo "$as_me:$LINENO: checking whether we need to define __powerpc__" >&5
23697 $as_echo_n "checking whether we need to define __powerpc__... " >&6; }
23698 if test "${ac_cv_cpp_def___powerpc__+set}" = set; then
23699 $as_echo_n "(cached) " >&6
23700 else
23701 cat >conftest.$ac_ext <<_ACEOF
23702 /* confdefs.h. */
23703 _ACEOF
23704 cat confdefs.h >>conftest.$ac_ext
23705 cat >>conftest.$ac_ext <<_ACEOF
23706 /* end confdefs.h. */
23707 #ifndef __powerpc__
23709 #endif
23710 _ACEOF
23711 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
23712 $EGREP "yes" >/dev/null 2>&1; then
23713 ac_cv_cpp_def___powerpc__=yes
23714 else
23715 ac_cv_cpp_def___powerpc__=no
23717 rm -f conftest*
23720 { $as_echo "$as_me:$LINENO: result: $ac_cv_cpp_def___powerpc__" >&5
23721 $as_echo "$ac_cv_cpp_def___powerpc__" >&6; }
23722 if test $ac_cv_cpp_def___powerpc__ = yes; then
23723 CFLAGS="$CFLAGS -D__powerpc__"
23724 LINTFLAGS="$LINTFLAGS -D__powerpc__"
23727 esac
23729 case $host_vendor in
23730 *sun*) { $as_echo "$as_me:$LINENO: checking whether we need to define __sun__" >&5
23731 $as_echo_n "checking whether we need to define __sun__... " >&6; }
23732 if test "${ac_cv_cpp_def___sun__+set}" = set; then
23733 $as_echo_n "(cached) " >&6
23734 else
23735 cat >conftest.$ac_ext <<_ACEOF
23736 /* confdefs.h. */
23737 _ACEOF
23738 cat confdefs.h >>conftest.$ac_ext
23739 cat >>conftest.$ac_ext <<_ACEOF
23740 /* end confdefs.h. */
23741 #ifndef __sun__
23743 #endif
23744 _ACEOF
23745 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
23746 $EGREP "yes" >/dev/null 2>&1; then
23747 ac_cv_cpp_def___sun__=yes
23748 else
23749 ac_cv_cpp_def___sun__=no
23751 rm -f conftest*
23754 { $as_echo "$as_me:$LINENO: result: $ac_cv_cpp_def___sun__" >&5
23755 $as_echo "$ac_cv_cpp_def___sun__" >&6; }
23756 if test $ac_cv_cpp_def___sun__ = yes; then
23757 CFLAGS="$CFLAGS -D__sun__"
23758 LINTFLAGS="$LINTFLAGS -D__sun__"
23761 esac
23764 DEPENDENCIES="### Dependencies:
23766 .INIT: Makefile
23767 .BEGIN: Makefile
23768 Makefile: dummy
23769 -\$(MAKEDEP) -C\$(SRCDIR) -S\$(TOPSRCDIR) -T\$(TOPOBJDIR) \$(EXTRAINCL) \$(DEPEND_SRCS)
23771 \$(OBJS): \$(IDL_GEN_HEADERS)
23772 \$(IDL_GEN_C_SRCS:.c=.o): \$(IDL_GEN_C_SRCS)
23773 \$(RC_SRCS:.rc=.res): \$(IDL_TLB_SRCS:.idl=.tlb)
23774 \$(LEX_SRCS:.l=.yy.o): \$(LEX_SRCS:.l=.yy.c)
23775 \$(BISON_SRCS:.y=.tab.o): \$(BISON_SRCS:.y=.tab.c)"
23778 ALL_MAKERULES=""
23780 ALL_MAKEFILES=""
23782 ALL_MAKEFILE_DEPENDS="# Makefile dependencies"
23785 ALL_TOP_DIRS=""
23787 ALL_DLL_DIRS=""
23789 ALL_IMPLIB_DIRS=""
23791 ALL_TEST_DIRS=""
23793 ALL_PROGRAM_DIRS=""
23795 ALL_PROGRAM_INSTALL_DIRS=""
23797 ALL_PROGRAM_BIN_INSTALL_DIRS=""
23803 ac_config_commands="$ac_config_commands include/stamp-h"
23806 ac_config_commands="$ac_config_commands dlls/gdi32/enhmfdrv"
23808 ac_config_commands="$ac_config_commands dlls/gdi32/mfdrv"
23810 ac_config_commands="$ac_config_commands dlls/kernel32/nls"
23812 ac_config_commands="$ac_config_commands dlls/user32/resources"
23814 ac_config_commands="$ac_config_commands dlls/wineps.drv/data"
23816 ac_config_commands="$ac_config_commands include/wine"
23819 ALL_MAKERULES="$ALL_MAKERULES \\
23820 Make.rules"
23821 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23822 Make.rules: Make.rules.in"
23823 MAKE_RULES=Make.rules
23824 ac_config_files="$ac_config_files Make.rules"
23826 ALL_MAKERULES="$ALL_MAKERULES \\
23827 dlls/Makedll.rules"
23828 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23829 dlls/Makedll.rules: dlls/Makedll.rules.in Make.rules"
23830 MAKE_DLL_RULES=dlls/Makedll.rules
23831 ac_config_files="$ac_config_files dlls/Makedll.rules"
23833 ALL_MAKERULES="$ALL_MAKERULES \\
23834 dlls/Makeimplib.rules"
23835 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23836 dlls/Makeimplib.rules: dlls/Makeimplib.rules.in Make.rules"
23837 MAKE_IMPLIB_RULES=dlls/Makeimplib.rules
23838 ac_config_files="$ac_config_files dlls/Makeimplib.rules"
23840 ALL_MAKERULES="$ALL_MAKERULES \\
23841 dlls/Maketest.rules"
23842 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23843 dlls/Maketest.rules: dlls/Maketest.rules.in Make.rules"
23844 MAKE_TEST_RULES=dlls/Maketest.rules
23845 ac_config_files="$ac_config_files dlls/Maketest.rules"
23847 ALL_MAKERULES="$ALL_MAKERULES \\
23848 programs/Makeprog.rules"
23849 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23850 programs/Makeprog.rules: programs/Makeprog.rules.in Make.rules"
23851 MAKE_PROG_RULES=programs/Makeprog.rules
23852 ac_config_files="$ac_config_files programs/Makeprog.rules"
23857 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23858 Makefile: Makefile.in Make.rules"
23859 ac_config_files="$ac_config_files Makefile"
23861 ALL_MAKEFILES="$ALL_MAKEFILES \\
23862 dlls/Makefile"
23863 test "x$enable_dlls" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
23864 dlls"
23865 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23866 dlls/Makefile: dlls/Makefile.in Make.rules"
23867 ac_config_files="$ac_config_files dlls/Makefile"
23869 ALL_MAKEFILES="$ALL_MAKEFILES \\
23870 dlls/acledit/Makefile"
23871 test "x$enable_acledit" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23872 acledit"
23873 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23874 dlls/acledit/Makefile: dlls/acledit/Makefile.in dlls/Makedll.rules"
23875 ac_config_files="$ac_config_files dlls/acledit/Makefile"
23877 ALL_MAKEFILES="$ALL_MAKEFILES \\
23878 dlls/activeds/Makefile"
23879 test "x$enable_activeds" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23880 activeds"
23881 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23882 dlls/activeds/Makefile: dlls/activeds/Makefile.in dlls/Makedll.rules"
23883 ac_config_files="$ac_config_files dlls/activeds/Makefile"
23885 ALL_MAKEFILES="$ALL_MAKEFILES \\
23886 dlls/actxprxy/Makefile"
23887 test "x$enable_actxprxy" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23888 actxprxy"
23889 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23890 dlls/actxprxy/Makefile: dlls/actxprxy/Makefile.in dlls/Makedll.rules"
23891 ac_config_files="$ac_config_files dlls/actxprxy/Makefile"
23893 ALL_MAKEFILES="$ALL_MAKEFILES \\
23894 dlls/adsiid/Makefile"
23895 test "x$enable_adsiid" != xno && ALL_IMPLIB_DIRS="$ALL_IMPLIB_DIRS \\
23896 adsiid"
23897 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23898 dlls/adsiid/Makefile: dlls/adsiid/Makefile.in dlls/Makeimplib.rules"
23899 ac_config_files="$ac_config_files dlls/adsiid/Makefile"
23901 ALL_MAKEFILES="$ALL_MAKEFILES \\
23902 dlls/advapi32/Makefile"
23903 test "x$enable_advapi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23904 advapi32"
23905 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23906 dlls/advapi32/Makefile: dlls/advapi32/Makefile.in dlls/Makedll.rules"
23907 ac_config_files="$ac_config_files dlls/advapi32/Makefile"
23909 ALL_MAKEFILES="$ALL_MAKEFILES \\
23910 dlls/advapi32/tests/Makefile"
23911 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23912 advapi32/tests"
23913 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23914 dlls/advapi32/tests/Makefile: dlls/advapi32/tests/Makefile.in dlls/Maketest.rules"
23915 ac_config_files="$ac_config_files dlls/advapi32/tests/Makefile"
23917 ALL_MAKEFILES="$ALL_MAKEFILES \\
23918 dlls/advpack/Makefile"
23919 test "x$enable_advpack" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23920 advpack"
23921 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23922 dlls/advpack/Makefile: dlls/advpack/Makefile.in dlls/Makedll.rules"
23923 ac_config_files="$ac_config_files dlls/advpack/Makefile"
23925 ALL_MAKEFILES="$ALL_MAKEFILES \\
23926 dlls/advpack/tests/Makefile"
23927 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23928 advpack/tests"
23929 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23930 dlls/advpack/tests/Makefile: dlls/advpack/tests/Makefile.in dlls/Maketest.rules"
23931 ac_config_files="$ac_config_files dlls/advpack/tests/Makefile"
23933 ALL_MAKEFILES="$ALL_MAKEFILES \\
23934 dlls/amstream/Makefile"
23935 test "x$enable_amstream" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23936 amstream"
23937 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23938 dlls/amstream/Makefile: dlls/amstream/Makefile.in dlls/Makedll.rules"
23939 ac_config_files="$ac_config_files dlls/amstream/Makefile"
23941 ALL_MAKEFILES="$ALL_MAKEFILES \\
23942 dlls/appwiz.cpl/Makefile"
23943 test "x$enable_appwiz_cpl" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23944 appwiz.cpl"
23945 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23946 dlls/appwiz.cpl/Makefile: dlls/appwiz.cpl/Makefile.in dlls/Makedll.rules"
23947 ac_config_files="$ac_config_files dlls/appwiz.cpl/Makefile"
23949 ALL_MAKEFILES="$ALL_MAKEFILES \\
23950 dlls/atl/Makefile"
23951 test "x$enable_atl" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23952 atl"
23953 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23954 dlls/atl/Makefile: dlls/atl/Makefile.in dlls/Makedll.rules"
23955 ac_config_files="$ac_config_files dlls/atl/Makefile"
23957 ALL_MAKEFILES="$ALL_MAKEFILES \\
23958 dlls/avicap32/Makefile"
23959 test "x$enable_avicap32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23960 avicap32"
23961 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23962 dlls/avicap32/Makefile: dlls/avicap32/Makefile.in dlls/Makedll.rules"
23963 ac_config_files="$ac_config_files dlls/avicap32/Makefile"
23965 ALL_MAKEFILES="$ALL_MAKEFILES \\
23966 dlls/avifil32/Makefile"
23967 test "x$enable_avifil32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23968 avifil32"
23969 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23970 dlls/avifil32/Makefile: dlls/avifil32/Makefile.in dlls/Makedll.rules"
23971 ac_config_files="$ac_config_files dlls/avifil32/Makefile"
23973 ALL_MAKEFILES="$ALL_MAKEFILES \\
23974 dlls/browseui/Makefile"
23975 test "x$enable_browseui" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23976 browseui"
23977 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23978 dlls/browseui/Makefile: dlls/browseui/Makefile.in dlls/Makedll.rules"
23979 ac_config_files="$ac_config_files dlls/browseui/Makefile"
23981 ALL_MAKEFILES="$ALL_MAKEFILES \\
23982 dlls/browseui/tests/Makefile"
23983 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23984 browseui/tests"
23985 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23986 dlls/browseui/tests/Makefile: dlls/browseui/tests/Makefile.in dlls/Maketest.rules"
23987 ac_config_files="$ac_config_files dlls/browseui/tests/Makefile"
23989 ALL_MAKEFILES="$ALL_MAKEFILES \\
23990 dlls/cabinet/Makefile"
23991 test "x$enable_cabinet" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23992 cabinet"
23993 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23994 dlls/cabinet/Makefile: dlls/cabinet/Makefile.in dlls/Makedll.rules"
23995 ac_config_files="$ac_config_files dlls/cabinet/Makefile"
23997 ALL_MAKEFILES="$ALL_MAKEFILES \\
23998 dlls/cabinet/tests/Makefile"
23999 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24000 cabinet/tests"
24001 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24002 dlls/cabinet/tests/Makefile: dlls/cabinet/tests/Makefile.in dlls/Maketest.rules"
24003 ac_config_files="$ac_config_files dlls/cabinet/tests/Makefile"
24005 ALL_MAKEFILES="$ALL_MAKEFILES \\
24006 dlls/capi2032/Makefile"
24007 test "x$enable_capi2032" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24008 capi2032"
24009 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24010 dlls/capi2032/Makefile: dlls/capi2032/Makefile.in dlls/Makedll.rules"
24011 ac_config_files="$ac_config_files dlls/capi2032/Makefile"
24013 ALL_MAKEFILES="$ALL_MAKEFILES \\
24014 dlls/cards/Makefile"
24015 test "x$enable_cards" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24016 cards"
24017 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24018 dlls/cards/Makefile: dlls/cards/Makefile.in dlls/Makedll.rules"
24019 ac_config_files="$ac_config_files dlls/cards/Makefile"
24021 ALL_MAKEFILES="$ALL_MAKEFILES \\
24022 dlls/cfgmgr32/Makefile"
24023 test "x$enable_cfgmgr32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24024 cfgmgr32"
24025 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24026 dlls/cfgmgr32/Makefile: dlls/cfgmgr32/Makefile.in dlls/Makedll.rules"
24027 ac_config_files="$ac_config_files dlls/cfgmgr32/Makefile"
24029 ALL_MAKEFILES="$ALL_MAKEFILES \\
24030 dlls/clusapi/Makefile"
24031 test "x$enable_clusapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24032 clusapi"
24033 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24034 dlls/clusapi/Makefile: dlls/clusapi/Makefile.in dlls/Makedll.rules"
24035 ac_config_files="$ac_config_files dlls/clusapi/Makefile"
24037 ALL_MAKEFILES="$ALL_MAKEFILES \\
24038 dlls/comcat/Makefile"
24039 test "x$enable_comcat" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24040 comcat"
24041 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24042 dlls/comcat/Makefile: dlls/comcat/Makefile.in dlls/Makedll.rules"
24043 ac_config_files="$ac_config_files dlls/comcat/Makefile"
24045 ALL_MAKEFILES="$ALL_MAKEFILES \\
24046 dlls/comcat/tests/Makefile"
24047 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24048 comcat/tests"
24049 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24050 dlls/comcat/tests/Makefile: dlls/comcat/tests/Makefile.in dlls/Maketest.rules"
24051 ac_config_files="$ac_config_files dlls/comcat/tests/Makefile"
24053 ALL_MAKEFILES="$ALL_MAKEFILES \\
24054 dlls/comctl32/Makefile"
24055 test "x$enable_comctl32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24056 comctl32"
24057 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24058 dlls/comctl32/Makefile: dlls/comctl32/Makefile.in dlls/Makedll.rules"
24059 ac_config_files="$ac_config_files dlls/comctl32/Makefile"
24061 ALL_MAKEFILES="$ALL_MAKEFILES \\
24062 dlls/comctl32/tests/Makefile"
24063 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24064 comctl32/tests"
24065 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24066 dlls/comctl32/tests/Makefile: dlls/comctl32/tests/Makefile.in dlls/Maketest.rules"
24067 ac_config_files="$ac_config_files dlls/comctl32/tests/Makefile"
24069 ALL_MAKEFILES="$ALL_MAKEFILES \\
24070 dlls/comdlg32/Makefile"
24071 test "x$enable_comdlg32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24072 comdlg32"
24073 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24074 dlls/comdlg32/Makefile: dlls/comdlg32/Makefile.in dlls/Makedll.rules"
24075 ac_config_files="$ac_config_files dlls/comdlg32/Makefile"
24077 ALL_MAKEFILES="$ALL_MAKEFILES \\
24078 dlls/comdlg32/tests/Makefile"
24079 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24080 comdlg32/tests"
24081 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24082 dlls/comdlg32/tests/Makefile: dlls/comdlg32/tests/Makefile.in dlls/Maketest.rules"
24083 ac_config_files="$ac_config_files dlls/comdlg32/tests/Makefile"
24085 ALL_MAKEFILES="$ALL_MAKEFILES \\
24086 dlls/compstui/Makefile"
24087 test "x$enable_compstui" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24088 compstui"
24089 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24090 dlls/compstui/Makefile: dlls/compstui/Makefile.in dlls/Makedll.rules"
24091 ac_config_files="$ac_config_files dlls/compstui/Makefile"
24093 ALL_MAKEFILES="$ALL_MAKEFILES \\
24094 dlls/credui/Makefile"
24095 test "x$enable_credui" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24096 credui"
24097 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24098 dlls/credui/Makefile: dlls/credui/Makefile.in dlls/Makedll.rules"
24099 ac_config_files="$ac_config_files dlls/credui/Makefile"
24101 ALL_MAKEFILES="$ALL_MAKEFILES \\
24102 dlls/credui/tests/Makefile"
24103 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24104 credui/tests"
24105 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24106 dlls/credui/tests/Makefile: dlls/credui/tests/Makefile.in dlls/Maketest.rules"
24107 ac_config_files="$ac_config_files dlls/credui/tests/Makefile"
24109 ALL_MAKEFILES="$ALL_MAKEFILES \\
24110 dlls/crtdll/Makefile"
24111 test "x$enable_crtdll" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24112 crtdll"
24113 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24114 dlls/crtdll/Makefile: dlls/crtdll/Makefile.in dlls/Makedll.rules"
24115 ac_config_files="$ac_config_files dlls/crtdll/Makefile"
24117 ALL_MAKEFILES="$ALL_MAKEFILES \\
24118 dlls/crypt32/Makefile"
24119 test "x$enable_crypt32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24120 crypt32"
24121 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24122 dlls/crypt32/Makefile: dlls/crypt32/Makefile.in dlls/Makedll.rules"
24123 ac_config_files="$ac_config_files dlls/crypt32/Makefile"
24125 ALL_MAKEFILES="$ALL_MAKEFILES \\
24126 dlls/crypt32/tests/Makefile"
24127 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24128 crypt32/tests"
24129 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24130 dlls/crypt32/tests/Makefile: dlls/crypt32/tests/Makefile.in dlls/Maketest.rules"
24131 ac_config_files="$ac_config_files dlls/crypt32/tests/Makefile"
24133 ALL_MAKEFILES="$ALL_MAKEFILES \\
24134 dlls/cryptdlg/Makefile"
24135 test "x$enable_cryptdlg" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24136 cryptdlg"
24137 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24138 dlls/cryptdlg/Makefile: dlls/cryptdlg/Makefile.in dlls/Makedll.rules"
24139 ac_config_files="$ac_config_files dlls/cryptdlg/Makefile"
24141 ALL_MAKEFILES="$ALL_MAKEFILES \\
24142 dlls/cryptdll/Makefile"
24143 test "x$enable_cryptdll" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24144 cryptdll"
24145 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24146 dlls/cryptdll/Makefile: dlls/cryptdll/Makefile.in dlls/Makedll.rules"
24147 ac_config_files="$ac_config_files dlls/cryptdll/Makefile"
24149 ALL_MAKEFILES="$ALL_MAKEFILES \\
24150 dlls/cryptnet/Makefile"
24151 test "x$enable_cryptnet" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24152 cryptnet"
24153 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24154 dlls/cryptnet/Makefile: dlls/cryptnet/Makefile.in dlls/Makedll.rules"
24155 ac_config_files="$ac_config_files dlls/cryptnet/Makefile"
24157 ALL_MAKEFILES="$ALL_MAKEFILES \\
24158 dlls/cryptnet/tests/Makefile"
24159 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24160 cryptnet/tests"
24161 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24162 dlls/cryptnet/tests/Makefile: dlls/cryptnet/tests/Makefile.in dlls/Maketest.rules"
24163 ac_config_files="$ac_config_files dlls/cryptnet/tests/Makefile"
24165 ALL_MAKEFILES="$ALL_MAKEFILES \\
24166 dlls/cryptui/Makefile"
24167 test "x$enable_cryptui" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24168 cryptui"
24169 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24170 dlls/cryptui/Makefile: dlls/cryptui/Makefile.in dlls/Makedll.rules"
24171 ac_config_files="$ac_config_files dlls/cryptui/Makefile"
24173 ALL_MAKEFILES="$ALL_MAKEFILES \\
24174 dlls/cryptui/tests/Makefile"
24175 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24176 cryptui/tests"
24177 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24178 dlls/cryptui/tests/Makefile: dlls/cryptui/tests/Makefile.in dlls/Maketest.rules"
24179 ac_config_files="$ac_config_files dlls/cryptui/tests/Makefile"
24181 ALL_MAKEFILES="$ALL_MAKEFILES \\
24182 dlls/ctapi32/Makefile"
24183 test "x$enable_ctapi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24184 ctapi32"
24185 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24186 dlls/ctapi32/Makefile: dlls/ctapi32/Makefile.in dlls/Makedll.rules"
24187 ac_config_files="$ac_config_files dlls/ctapi32/Makefile"
24189 ALL_MAKEFILES="$ALL_MAKEFILES \\
24190 dlls/ctl3d32/Makefile"
24191 test "x$enable_ctl3d32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24192 ctl3d32"
24193 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24194 dlls/ctl3d32/Makefile: dlls/ctl3d32/Makefile.in dlls/Makedll.rules"
24195 ac_config_files="$ac_config_files dlls/ctl3d32/Makefile"
24197 ALL_MAKEFILES="$ALL_MAKEFILES \\
24198 dlls/d3d10/Makefile"
24199 test "x$enable_d3d10" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24200 d3d10"
24201 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24202 dlls/d3d10/Makefile: dlls/d3d10/Makefile.in dlls/Makedll.rules"
24203 ac_config_files="$ac_config_files dlls/d3d10/Makefile"
24205 ALL_MAKEFILES="$ALL_MAKEFILES \\
24206 dlls/d3d10/tests/Makefile"
24207 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24208 d3d10/tests"
24209 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24210 dlls/d3d10/tests/Makefile: dlls/d3d10/tests/Makefile.in dlls/Maketest.rules"
24211 ac_config_files="$ac_config_files dlls/d3d10/tests/Makefile"
24213 ALL_MAKEFILES="$ALL_MAKEFILES \\
24214 dlls/d3d10core/Makefile"
24215 test "x$enable_d3d10core" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24216 d3d10core"
24217 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24218 dlls/d3d10core/Makefile: dlls/d3d10core/Makefile.in dlls/Makedll.rules"
24219 ac_config_files="$ac_config_files dlls/d3d10core/Makefile"
24221 ALL_MAKEFILES="$ALL_MAKEFILES \\
24222 dlls/d3d10core/tests/Makefile"
24223 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24224 d3d10core/tests"
24225 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24226 dlls/d3d10core/tests/Makefile: dlls/d3d10core/tests/Makefile.in dlls/Maketest.rules"
24227 ac_config_files="$ac_config_files dlls/d3d10core/tests/Makefile"
24229 ALL_MAKEFILES="$ALL_MAKEFILES \\
24230 dlls/d3d8/Makefile"
24231 test "x$enable_d3d8" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24232 d3d8"
24233 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24234 dlls/d3d8/Makefile: dlls/d3d8/Makefile.in dlls/Makedll.rules"
24235 ac_config_files="$ac_config_files dlls/d3d8/Makefile"
24237 ALL_MAKEFILES="$ALL_MAKEFILES \\
24238 dlls/d3d8/tests/Makefile"
24239 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24240 d3d8/tests"
24241 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24242 dlls/d3d8/tests/Makefile: dlls/d3d8/tests/Makefile.in dlls/Maketest.rules"
24243 ac_config_files="$ac_config_files dlls/d3d8/tests/Makefile"
24245 ALL_MAKEFILES="$ALL_MAKEFILES \\
24246 dlls/d3d9/Makefile"
24247 test "x$enable_d3d9" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24248 d3d9"
24249 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24250 dlls/d3d9/Makefile: dlls/d3d9/Makefile.in dlls/Makedll.rules"
24251 ac_config_files="$ac_config_files dlls/d3d9/Makefile"
24253 ALL_MAKEFILES="$ALL_MAKEFILES \\
24254 dlls/d3d9/tests/Makefile"
24255 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24256 d3d9/tests"
24257 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24258 dlls/d3d9/tests/Makefile: dlls/d3d9/tests/Makefile.in dlls/Maketest.rules"
24259 ac_config_files="$ac_config_files dlls/d3d9/tests/Makefile"
24261 ALL_MAKEFILES="$ALL_MAKEFILES \\
24262 dlls/d3dim/Makefile"
24263 test "x$enable_d3dim" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24264 d3dim"
24265 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24266 dlls/d3dim/Makefile: dlls/d3dim/Makefile.in dlls/Makedll.rules"
24267 ac_config_files="$ac_config_files dlls/d3dim/Makefile"
24269 ALL_MAKEFILES="$ALL_MAKEFILES \\
24270 dlls/d3drm/Makefile"
24271 test "x$enable_d3drm" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24272 d3drm"
24273 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24274 dlls/d3drm/Makefile: dlls/d3drm/Makefile.in dlls/Makedll.rules"
24275 ac_config_files="$ac_config_files dlls/d3drm/Makefile"
24277 ALL_MAKEFILES="$ALL_MAKEFILES \\
24278 dlls/d3drm/tests/Makefile"
24279 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24280 d3drm/tests"
24281 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24282 dlls/d3drm/tests/Makefile: dlls/d3drm/tests/Makefile.in dlls/Maketest.rules"
24283 ac_config_files="$ac_config_files dlls/d3drm/tests/Makefile"
24285 ALL_MAKEFILES="$ALL_MAKEFILES \\
24286 dlls/d3dx8/Makefile"
24287 test "x$enable_d3dx8" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24288 d3dx8"
24289 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24290 dlls/d3dx8/Makefile: dlls/d3dx8/Makefile.in dlls/Makedll.rules"
24291 ac_config_files="$ac_config_files dlls/d3dx8/Makefile"
24293 ALL_MAKEFILES="$ALL_MAKEFILES \\
24294 dlls/d3dx8/tests/Makefile"
24295 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24296 d3dx8/tests"
24297 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24298 dlls/d3dx8/tests/Makefile: dlls/d3dx8/tests/Makefile.in dlls/Maketest.rules"
24299 ac_config_files="$ac_config_files dlls/d3dx8/tests/Makefile"
24301 ALL_MAKEFILES="$ALL_MAKEFILES \\
24302 dlls/d3dx9_24/Makefile"
24303 test "x$enable_d3dx9_24" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24304 d3dx9_24"
24305 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24306 dlls/d3dx9_24/Makefile: dlls/d3dx9_24/Makefile.in dlls/Makedll.rules"
24307 ac_config_files="$ac_config_files dlls/d3dx9_24/Makefile"
24309 ALL_MAKEFILES="$ALL_MAKEFILES \\
24310 dlls/d3dx9_25/Makefile"
24311 test "x$enable_d3dx9_25" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24312 d3dx9_25"
24313 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24314 dlls/d3dx9_25/Makefile: dlls/d3dx9_25/Makefile.in dlls/Makedll.rules"
24315 ac_config_files="$ac_config_files dlls/d3dx9_25/Makefile"
24317 ALL_MAKEFILES="$ALL_MAKEFILES \\
24318 dlls/d3dx9_26/Makefile"
24319 test "x$enable_d3dx9_26" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24320 d3dx9_26"
24321 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24322 dlls/d3dx9_26/Makefile: dlls/d3dx9_26/Makefile.in dlls/Makedll.rules"
24323 ac_config_files="$ac_config_files dlls/d3dx9_26/Makefile"
24325 ALL_MAKEFILES="$ALL_MAKEFILES \\
24326 dlls/d3dx9_27/Makefile"
24327 test "x$enable_d3dx9_27" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24328 d3dx9_27"
24329 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24330 dlls/d3dx9_27/Makefile: dlls/d3dx9_27/Makefile.in dlls/Makedll.rules"
24331 ac_config_files="$ac_config_files dlls/d3dx9_27/Makefile"
24333 ALL_MAKEFILES="$ALL_MAKEFILES \\
24334 dlls/d3dx9_28/Makefile"
24335 test "x$enable_d3dx9_28" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24336 d3dx9_28"
24337 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24338 dlls/d3dx9_28/Makefile: dlls/d3dx9_28/Makefile.in dlls/Makedll.rules"
24339 ac_config_files="$ac_config_files dlls/d3dx9_28/Makefile"
24341 ALL_MAKEFILES="$ALL_MAKEFILES \\
24342 dlls/d3dx9_29/Makefile"
24343 test "x$enable_d3dx9_29" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24344 d3dx9_29"
24345 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24346 dlls/d3dx9_29/Makefile: dlls/d3dx9_29/Makefile.in dlls/Makedll.rules"
24347 ac_config_files="$ac_config_files dlls/d3dx9_29/Makefile"
24349 ALL_MAKEFILES="$ALL_MAKEFILES \\
24350 dlls/d3dx9_30/Makefile"
24351 test "x$enable_d3dx9_30" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24352 d3dx9_30"
24353 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24354 dlls/d3dx9_30/Makefile: dlls/d3dx9_30/Makefile.in dlls/Makedll.rules"
24355 ac_config_files="$ac_config_files dlls/d3dx9_30/Makefile"
24357 ALL_MAKEFILES="$ALL_MAKEFILES \\
24358 dlls/d3dx9_31/Makefile"
24359 test "x$enable_d3dx9_31" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24360 d3dx9_31"
24361 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24362 dlls/d3dx9_31/Makefile: dlls/d3dx9_31/Makefile.in dlls/Makedll.rules"
24363 ac_config_files="$ac_config_files dlls/d3dx9_31/Makefile"
24365 ALL_MAKEFILES="$ALL_MAKEFILES \\
24366 dlls/d3dx9_32/Makefile"
24367 test "x$enable_d3dx9_32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24368 d3dx9_32"
24369 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24370 dlls/d3dx9_32/Makefile: dlls/d3dx9_32/Makefile.in dlls/Makedll.rules"
24371 ac_config_files="$ac_config_files dlls/d3dx9_32/Makefile"
24373 ALL_MAKEFILES="$ALL_MAKEFILES \\
24374 dlls/d3dx9_33/Makefile"
24375 test "x$enable_d3dx9_33" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24376 d3dx9_33"
24377 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24378 dlls/d3dx9_33/Makefile: dlls/d3dx9_33/Makefile.in dlls/Makedll.rules"
24379 ac_config_files="$ac_config_files dlls/d3dx9_33/Makefile"
24381 ALL_MAKEFILES="$ALL_MAKEFILES \\
24382 dlls/d3dx9_34/Makefile"
24383 test "x$enable_d3dx9_34" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24384 d3dx9_34"
24385 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24386 dlls/d3dx9_34/Makefile: dlls/d3dx9_34/Makefile.in dlls/Makedll.rules"
24387 ac_config_files="$ac_config_files dlls/d3dx9_34/Makefile"
24389 ALL_MAKEFILES="$ALL_MAKEFILES \\
24390 dlls/d3dx9_35/Makefile"
24391 test "x$enable_d3dx9_35" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24392 d3dx9_35"
24393 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24394 dlls/d3dx9_35/Makefile: dlls/d3dx9_35/Makefile.in dlls/Makedll.rules"
24395 ac_config_files="$ac_config_files dlls/d3dx9_35/Makefile"
24397 ALL_MAKEFILES="$ALL_MAKEFILES \\
24398 dlls/d3dx9_36/Makefile"
24399 test "x$enable_d3dx9_36" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24400 d3dx9_36"
24401 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24402 dlls/d3dx9_36/Makefile: dlls/d3dx9_36/Makefile.in dlls/Makedll.rules"
24403 ac_config_files="$ac_config_files dlls/d3dx9_36/Makefile"
24405 ALL_MAKEFILES="$ALL_MAKEFILES \\
24406 dlls/d3dx9_36/tests/Makefile"
24407 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24408 d3dx9_36/tests"
24409 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24410 dlls/d3dx9_36/tests/Makefile: dlls/d3dx9_36/tests/Makefile.in dlls/Maketest.rules"
24411 ac_config_files="$ac_config_files dlls/d3dx9_36/tests/Makefile"
24413 ALL_MAKEFILES="$ALL_MAKEFILES \\
24414 dlls/d3dx9_37/Makefile"
24415 test "x$enable_d3dx9_37" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24416 d3dx9_37"
24417 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24418 dlls/d3dx9_37/Makefile: dlls/d3dx9_37/Makefile.in dlls/Makedll.rules"
24419 ac_config_files="$ac_config_files dlls/d3dx9_37/Makefile"
24421 ALL_MAKEFILES="$ALL_MAKEFILES \\
24422 dlls/d3dxof/Makefile"
24423 test "x$enable_d3dxof" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24424 d3dxof"
24425 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24426 dlls/d3dxof/Makefile: dlls/d3dxof/Makefile.in dlls/Makedll.rules"
24427 ac_config_files="$ac_config_files dlls/d3dxof/Makefile"
24429 ALL_MAKEFILES="$ALL_MAKEFILES \\
24430 dlls/d3dxof/tests/Makefile"
24431 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24432 d3dxof/tests"
24433 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24434 dlls/d3dxof/tests/Makefile: dlls/d3dxof/tests/Makefile.in dlls/Maketest.rules"
24435 ac_config_files="$ac_config_files dlls/d3dxof/tests/Makefile"
24437 ALL_MAKEFILES="$ALL_MAKEFILES \\
24438 dlls/dbghelp/Makefile"
24439 test "x$enable_dbghelp" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24440 dbghelp"
24441 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24442 dlls/dbghelp/Makefile: dlls/dbghelp/Makefile.in dlls/Makedll.rules"
24443 ac_config_files="$ac_config_files dlls/dbghelp/Makefile"
24445 ALL_MAKEFILES="$ALL_MAKEFILES \\
24446 dlls/dciman32/Makefile"
24447 test "x$enable_dciman32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24448 dciman32"
24449 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24450 dlls/dciman32/Makefile: dlls/dciman32/Makefile.in dlls/Makedll.rules"
24451 ac_config_files="$ac_config_files dlls/dciman32/Makefile"
24453 ALL_MAKEFILES="$ALL_MAKEFILES \\
24454 dlls/ddraw/Makefile"
24455 test "x$enable_ddraw" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24456 ddraw"
24457 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24458 dlls/ddraw/Makefile: dlls/ddraw/Makefile.in dlls/Makedll.rules"
24459 ac_config_files="$ac_config_files dlls/ddraw/Makefile"
24461 ALL_MAKEFILES="$ALL_MAKEFILES \\
24462 dlls/ddraw/tests/Makefile"
24463 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24464 ddraw/tests"
24465 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24466 dlls/ddraw/tests/Makefile: dlls/ddraw/tests/Makefile.in dlls/Maketest.rules"
24467 ac_config_files="$ac_config_files dlls/ddraw/tests/Makefile"
24469 ALL_MAKEFILES="$ALL_MAKEFILES \\
24470 dlls/ddrawex/Makefile"
24471 test "x$enable_ddrawex" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24472 ddrawex"
24473 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24474 dlls/ddrawex/Makefile: dlls/ddrawex/Makefile.in dlls/Makedll.rules"
24475 ac_config_files="$ac_config_files dlls/ddrawex/Makefile"
24477 ALL_MAKEFILES="$ALL_MAKEFILES \\
24478 dlls/devenum/Makefile"
24479 test "x$enable_devenum" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24480 devenum"
24481 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24482 dlls/devenum/Makefile: dlls/devenum/Makefile.in dlls/Makedll.rules"
24483 ac_config_files="$ac_config_files dlls/devenum/Makefile"
24485 ALL_MAKEFILES="$ALL_MAKEFILES \\
24486 dlls/dinput/Makefile"
24487 test "x$enable_dinput" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24488 dinput"
24489 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24490 dlls/dinput/Makefile: dlls/dinput/Makefile.in dlls/Makedll.rules"
24491 ac_config_files="$ac_config_files dlls/dinput/Makefile"
24493 ALL_MAKEFILES="$ALL_MAKEFILES \\
24494 dlls/dinput/tests/Makefile"
24495 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24496 dinput/tests"
24497 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24498 dlls/dinput/tests/Makefile: dlls/dinput/tests/Makefile.in dlls/Maketest.rules"
24499 ac_config_files="$ac_config_files dlls/dinput/tests/Makefile"
24501 ALL_MAKEFILES="$ALL_MAKEFILES \\
24502 dlls/dinput8/Makefile"
24503 test "x$enable_dinput8" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24504 dinput8"
24505 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24506 dlls/dinput8/Makefile: dlls/dinput8/Makefile.in dlls/Makedll.rules"
24507 ac_config_files="$ac_config_files dlls/dinput8/Makefile"
24509 ALL_MAKEFILES="$ALL_MAKEFILES \\
24510 dlls/dmband/Makefile"
24511 test "x$enable_dmband" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24512 dmband"
24513 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24514 dlls/dmband/Makefile: dlls/dmband/Makefile.in dlls/Makedll.rules"
24515 ac_config_files="$ac_config_files dlls/dmband/Makefile"
24517 ALL_MAKEFILES="$ALL_MAKEFILES \\
24518 dlls/dmcompos/Makefile"
24519 test "x$enable_dmcompos" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24520 dmcompos"
24521 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24522 dlls/dmcompos/Makefile: dlls/dmcompos/Makefile.in dlls/Makedll.rules"
24523 ac_config_files="$ac_config_files dlls/dmcompos/Makefile"
24525 ALL_MAKEFILES="$ALL_MAKEFILES \\
24526 dlls/dmime/Makefile"
24527 test "x$enable_dmime" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24528 dmime"
24529 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24530 dlls/dmime/Makefile: dlls/dmime/Makefile.in dlls/Makedll.rules"
24531 ac_config_files="$ac_config_files dlls/dmime/Makefile"
24533 ALL_MAKEFILES="$ALL_MAKEFILES \\
24534 dlls/dmloader/Makefile"
24535 test "x$enable_dmloader" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24536 dmloader"
24537 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24538 dlls/dmloader/Makefile: dlls/dmloader/Makefile.in dlls/Makedll.rules"
24539 ac_config_files="$ac_config_files dlls/dmloader/Makefile"
24541 ALL_MAKEFILES="$ALL_MAKEFILES \\
24542 dlls/dmscript/Makefile"
24543 test "x$enable_dmscript" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24544 dmscript"
24545 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24546 dlls/dmscript/Makefile: dlls/dmscript/Makefile.in dlls/Makedll.rules"
24547 ac_config_files="$ac_config_files dlls/dmscript/Makefile"
24549 ALL_MAKEFILES="$ALL_MAKEFILES \\
24550 dlls/dmstyle/Makefile"
24551 test "x$enable_dmstyle" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24552 dmstyle"
24553 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24554 dlls/dmstyle/Makefile: dlls/dmstyle/Makefile.in dlls/Makedll.rules"
24555 ac_config_files="$ac_config_files dlls/dmstyle/Makefile"
24557 ALL_MAKEFILES="$ALL_MAKEFILES \\
24558 dlls/dmsynth/Makefile"
24559 test "x$enable_dmsynth" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24560 dmsynth"
24561 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24562 dlls/dmsynth/Makefile: dlls/dmsynth/Makefile.in dlls/Makedll.rules"
24563 ac_config_files="$ac_config_files dlls/dmsynth/Makefile"
24565 ALL_MAKEFILES="$ALL_MAKEFILES \\
24566 dlls/dmusic/Makefile"
24567 test "x$enable_dmusic" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24568 dmusic"
24569 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24570 dlls/dmusic/Makefile: dlls/dmusic/Makefile.in dlls/Makedll.rules"
24571 ac_config_files="$ac_config_files dlls/dmusic/Makefile"
24573 ALL_MAKEFILES="$ALL_MAKEFILES \\
24574 dlls/dmusic32/Makefile"
24575 test "x$enable_dmusic32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24576 dmusic32"
24577 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24578 dlls/dmusic32/Makefile: dlls/dmusic32/Makefile.in dlls/Makedll.rules"
24579 ac_config_files="$ac_config_files dlls/dmusic32/Makefile"
24581 ALL_MAKEFILES="$ALL_MAKEFILES \\
24582 dlls/dnsapi/Makefile"
24583 test "x$enable_dnsapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24584 dnsapi"
24585 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24586 dlls/dnsapi/Makefile: dlls/dnsapi/Makefile.in dlls/Makedll.rules"
24587 ac_config_files="$ac_config_files dlls/dnsapi/Makefile"
24589 ALL_MAKEFILES="$ALL_MAKEFILES \\
24590 dlls/dnsapi/tests/Makefile"
24591 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24592 dnsapi/tests"
24593 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24594 dlls/dnsapi/tests/Makefile: dlls/dnsapi/tests/Makefile.in dlls/Maketest.rules"
24595 ac_config_files="$ac_config_files dlls/dnsapi/tests/Makefile"
24597 ALL_MAKEFILES="$ALL_MAKEFILES \\
24598 dlls/dplay/Makefile"
24599 test "x$enable_dplay" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24600 dplay"
24601 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24602 dlls/dplay/Makefile: dlls/dplay/Makefile.in dlls/Makedll.rules"
24603 ac_config_files="$ac_config_files dlls/dplay/Makefile"
24605 ALL_MAKEFILES="$ALL_MAKEFILES \\
24606 dlls/dplayx/Makefile"
24607 test "x$enable_dplayx" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24608 dplayx"
24609 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24610 dlls/dplayx/Makefile: dlls/dplayx/Makefile.in dlls/Makedll.rules"
24611 ac_config_files="$ac_config_files dlls/dplayx/Makefile"
24613 ALL_MAKEFILES="$ALL_MAKEFILES \\
24614 dlls/dplayx/tests/Makefile"
24615 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24616 dplayx/tests"
24617 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24618 dlls/dplayx/tests/Makefile: dlls/dplayx/tests/Makefile.in dlls/Maketest.rules"
24619 ac_config_files="$ac_config_files dlls/dplayx/tests/Makefile"
24621 ALL_MAKEFILES="$ALL_MAKEFILES \\
24622 dlls/dpnaddr/Makefile"
24623 test "x$enable_dpnaddr" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24624 dpnaddr"
24625 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24626 dlls/dpnaddr/Makefile: dlls/dpnaddr/Makefile.in dlls/Makedll.rules"
24627 ac_config_files="$ac_config_files dlls/dpnaddr/Makefile"
24629 ALL_MAKEFILES="$ALL_MAKEFILES \\
24630 dlls/dpnet/Makefile"
24631 test "x$enable_dpnet" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24632 dpnet"
24633 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24634 dlls/dpnet/Makefile: dlls/dpnet/Makefile.in dlls/Makedll.rules"
24635 ac_config_files="$ac_config_files dlls/dpnet/Makefile"
24637 ALL_MAKEFILES="$ALL_MAKEFILES \\
24638 dlls/dpnhpast/Makefile"
24639 test "x$enable_dpnhpast" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24640 dpnhpast"
24641 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24642 dlls/dpnhpast/Makefile: dlls/dpnhpast/Makefile.in dlls/Makedll.rules"
24643 ac_config_files="$ac_config_files dlls/dpnhpast/Makefile"
24645 ALL_MAKEFILES="$ALL_MAKEFILES \\
24646 dlls/dpnlobby/Makefile"
24647 test "x$enable_dpnlobby" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24648 dpnlobby"
24649 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24650 dlls/dpnlobby/Makefile: dlls/dpnlobby/Makefile.in dlls/Makedll.rules"
24651 ac_config_files="$ac_config_files dlls/dpnlobby/Makefile"
24653 ALL_MAKEFILES="$ALL_MAKEFILES \\
24654 dlls/dpwsockx/Makefile"
24655 test "x$enable_dpwsockx" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24656 dpwsockx"
24657 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24658 dlls/dpwsockx/Makefile: dlls/dpwsockx/Makefile.in dlls/Makedll.rules"
24659 ac_config_files="$ac_config_files dlls/dpwsockx/Makefile"
24661 ALL_MAKEFILES="$ALL_MAKEFILES \\
24662 dlls/dsound/Makefile"
24663 test "x$enable_dsound" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24664 dsound"
24665 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24666 dlls/dsound/Makefile: dlls/dsound/Makefile.in dlls/Makedll.rules"
24667 ac_config_files="$ac_config_files dlls/dsound/Makefile"
24669 ALL_MAKEFILES="$ALL_MAKEFILES \\
24670 dlls/dsound/tests/Makefile"
24671 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24672 dsound/tests"
24673 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24674 dlls/dsound/tests/Makefile: dlls/dsound/tests/Makefile.in dlls/Maketest.rules"
24675 ac_config_files="$ac_config_files dlls/dsound/tests/Makefile"
24677 ALL_MAKEFILES="$ALL_MAKEFILES \\
24678 dlls/dssenh/Makefile"
24679 test "x$enable_dssenh" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24680 dssenh"
24681 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24682 dlls/dssenh/Makefile: dlls/dssenh/Makefile.in dlls/Makedll.rules"
24683 ac_config_files="$ac_config_files dlls/dssenh/Makefile"
24685 ALL_MAKEFILES="$ALL_MAKEFILES \\
24686 dlls/dswave/Makefile"
24687 test "x$enable_dswave" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24688 dswave"
24689 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24690 dlls/dswave/Makefile: dlls/dswave/Makefile.in dlls/Makedll.rules"
24691 ac_config_files="$ac_config_files dlls/dswave/Makefile"
24693 ALL_MAKEFILES="$ALL_MAKEFILES \\
24694 dlls/dwmapi/Makefile"
24695 test "x$enable_dwmapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24696 dwmapi"
24697 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24698 dlls/dwmapi/Makefile: dlls/dwmapi/Makefile.in dlls/Makedll.rules"
24699 ac_config_files="$ac_config_files dlls/dwmapi/Makefile"
24701 ALL_MAKEFILES="$ALL_MAKEFILES \\
24702 dlls/dxdiagn/Makefile"
24703 test "x$enable_dxdiagn" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24704 dxdiagn"
24705 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24706 dlls/dxdiagn/Makefile: dlls/dxdiagn/Makefile.in dlls/Makedll.rules"
24707 ac_config_files="$ac_config_files dlls/dxdiagn/Makefile"
24709 ALL_MAKEFILES="$ALL_MAKEFILES \\
24710 dlls/dxerr8/Makefile"
24711 test "x$enable_dxerr8" != xno && ALL_IMPLIB_DIRS="$ALL_IMPLIB_DIRS \\
24712 dxerr8"
24713 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24714 dlls/dxerr8/Makefile: dlls/dxerr8/Makefile.in dlls/Makeimplib.rules"
24715 ac_config_files="$ac_config_files dlls/dxerr8/Makefile"
24717 ALL_MAKEFILES="$ALL_MAKEFILES \\
24718 dlls/dxerr9/Makefile"
24719 test "x$enable_dxerr9" != xno && ALL_IMPLIB_DIRS="$ALL_IMPLIB_DIRS \\
24720 dxerr9"
24721 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24722 dlls/dxerr9/Makefile: dlls/dxerr9/Makefile.in dlls/Makeimplib.rules"
24723 ac_config_files="$ac_config_files dlls/dxerr9/Makefile"
24725 ALL_MAKEFILES="$ALL_MAKEFILES \\
24726 dlls/dxgi/Makefile"
24727 test "x$enable_dxgi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24728 dxgi"
24729 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24730 dlls/dxgi/Makefile: dlls/dxgi/Makefile.in dlls/Makedll.rules"
24731 ac_config_files="$ac_config_files dlls/dxgi/Makefile"
24733 ALL_MAKEFILES="$ALL_MAKEFILES \\
24734 dlls/dxgi/tests/Makefile"
24735 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24736 dxgi/tests"
24737 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24738 dlls/dxgi/tests/Makefile: dlls/dxgi/tests/Makefile.in dlls/Maketest.rules"
24739 ac_config_files="$ac_config_files dlls/dxgi/tests/Makefile"
24741 ALL_MAKEFILES="$ALL_MAKEFILES \\
24742 dlls/dxguid/Makefile"
24743 test "x$enable_dxguid" != xno && ALL_IMPLIB_DIRS="$ALL_IMPLIB_DIRS \\
24744 dxguid"
24745 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24746 dlls/dxguid/Makefile: dlls/dxguid/Makefile.in dlls/Makeimplib.rules"
24747 ac_config_files="$ac_config_files dlls/dxguid/Makefile"
24749 ALL_MAKEFILES="$ALL_MAKEFILES \\
24750 dlls/faultrep/Makefile"
24751 test "x$enable_faultrep" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24752 faultrep"
24753 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24754 dlls/faultrep/Makefile: dlls/faultrep/Makefile.in dlls/Makedll.rules"
24755 ac_config_files="$ac_config_files dlls/faultrep/Makefile"
24757 ALL_MAKEFILES="$ALL_MAKEFILES \\
24758 dlls/fusion/Makefile"
24759 test "x$enable_fusion" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24760 fusion"
24761 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24762 dlls/fusion/Makefile: dlls/fusion/Makefile.in dlls/Makedll.rules"
24763 ac_config_files="$ac_config_files dlls/fusion/Makefile"
24765 ALL_MAKEFILES="$ALL_MAKEFILES \\
24766 dlls/fusion/tests/Makefile"
24767 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24768 fusion/tests"
24769 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24770 dlls/fusion/tests/Makefile: dlls/fusion/tests/Makefile.in dlls/Maketest.rules"
24771 ac_config_files="$ac_config_files dlls/fusion/tests/Makefile"
24773 ALL_MAKEFILES="$ALL_MAKEFILES \\
24774 dlls/gdi32/Makefile"
24775 test "x$enable_gdi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24776 gdi32"
24777 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24778 dlls/gdi32/Makefile: dlls/gdi32/Makefile.in dlls/Makedll.rules"
24779 ac_config_files="$ac_config_files dlls/gdi32/Makefile"
24781 ALL_MAKEFILES="$ALL_MAKEFILES \\
24782 dlls/gdi32/tests/Makefile"
24783 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24784 gdi32/tests"
24785 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24786 dlls/gdi32/tests/Makefile: dlls/gdi32/tests/Makefile.in dlls/Maketest.rules"
24787 ac_config_files="$ac_config_files dlls/gdi32/tests/Makefile"
24789 ALL_MAKEFILES="$ALL_MAKEFILES \\
24790 dlls/gdiplus/Makefile"
24791 test "x$enable_gdiplus" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24792 gdiplus"
24793 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24794 dlls/gdiplus/Makefile: dlls/gdiplus/Makefile.in dlls/Makedll.rules"
24795 ac_config_files="$ac_config_files dlls/gdiplus/Makefile"
24797 ALL_MAKEFILES="$ALL_MAKEFILES \\
24798 dlls/gdiplus/tests/Makefile"
24799 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24800 gdiplus/tests"
24801 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24802 dlls/gdiplus/tests/Makefile: dlls/gdiplus/tests/Makefile.in dlls/Maketest.rules"
24803 ac_config_files="$ac_config_files dlls/gdiplus/tests/Makefile"
24805 ALL_MAKEFILES="$ALL_MAKEFILES \\
24806 dlls/glu32/Makefile"
24807 test "x$enable_glu32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24808 glu32"
24809 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24810 dlls/glu32/Makefile: dlls/glu32/Makefile.in dlls/Makedll.rules"
24811 ac_config_files="$ac_config_files dlls/glu32/Makefile"
24813 ALL_MAKEFILES="$ALL_MAKEFILES \\
24814 dlls/gphoto2.ds/Makefile"
24815 test "x$enable_gphoto2_ds" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24816 gphoto2.ds"
24817 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24818 dlls/gphoto2.ds/Makefile: dlls/gphoto2.ds/Makefile.in dlls/Makedll.rules"
24819 ac_config_files="$ac_config_files dlls/gphoto2.ds/Makefile"
24821 ALL_MAKEFILES="$ALL_MAKEFILES \\
24822 dlls/gpkcsp/Makefile"
24823 test "x$enable_gpkcsp" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24824 gpkcsp"
24825 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24826 dlls/gpkcsp/Makefile: dlls/gpkcsp/Makefile.in dlls/Makedll.rules"
24827 ac_config_files="$ac_config_files dlls/gpkcsp/Makefile"
24829 ALL_MAKEFILES="$ALL_MAKEFILES \\
24830 dlls/hal/Makefile"
24831 test "x$enable_hal" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24832 hal"
24833 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24834 dlls/hal/Makefile: dlls/hal/Makefile.in dlls/Makedll.rules"
24835 ac_config_files="$ac_config_files dlls/hal/Makefile"
24837 ALL_MAKEFILES="$ALL_MAKEFILES \\
24838 dlls/hhctrl.ocx/Makefile"
24839 test "x$enable_hhctrl_ocx" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24840 hhctrl.ocx"
24841 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24842 dlls/hhctrl.ocx/Makefile: dlls/hhctrl.ocx/Makefile.in dlls/Makedll.rules"
24843 ac_config_files="$ac_config_files dlls/hhctrl.ocx/Makefile"
24845 ALL_MAKEFILES="$ALL_MAKEFILES \\
24846 dlls/hid/Makefile"
24847 test "x$enable_hid" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24848 hid"
24849 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24850 dlls/hid/Makefile: dlls/hid/Makefile.in dlls/Makedll.rules"
24851 ac_config_files="$ac_config_files dlls/hid/Makefile"
24853 ALL_MAKEFILES="$ALL_MAKEFILES \\
24854 dlls/hlink/Makefile"
24855 test "x$enable_hlink" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24856 hlink"
24857 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24858 dlls/hlink/Makefile: dlls/hlink/Makefile.in dlls/Makedll.rules"
24859 ac_config_files="$ac_config_files dlls/hlink/Makefile"
24861 ALL_MAKEFILES="$ALL_MAKEFILES \\
24862 dlls/hlink/tests/Makefile"
24863 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24864 hlink/tests"
24865 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24866 dlls/hlink/tests/Makefile: dlls/hlink/tests/Makefile.in dlls/Maketest.rules"
24867 ac_config_files="$ac_config_files dlls/hlink/tests/Makefile"
24869 ALL_MAKEFILES="$ALL_MAKEFILES \\
24870 dlls/hnetcfg/Makefile"
24871 test "x$enable_hnetcfg" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24872 hnetcfg"
24873 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24874 dlls/hnetcfg/Makefile: dlls/hnetcfg/Makefile.in dlls/Makedll.rules"
24875 ac_config_files="$ac_config_files dlls/hnetcfg/Makefile"
24877 ALL_MAKEFILES="$ALL_MAKEFILES \\
24878 dlls/iccvid/Makefile"
24879 test "x$enable_iccvid" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24880 iccvid"
24881 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24882 dlls/iccvid/Makefile: dlls/iccvid/Makefile.in dlls/Makedll.rules"
24883 ac_config_files="$ac_config_files dlls/iccvid/Makefile"
24885 ALL_MAKEFILES="$ALL_MAKEFILES \\
24886 dlls/icmp/Makefile"
24887 test "x$enable_icmp" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24888 icmp"
24889 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24890 dlls/icmp/Makefile: dlls/icmp/Makefile.in dlls/Makedll.rules"
24891 ac_config_files="$ac_config_files dlls/icmp/Makefile"
24893 ALL_MAKEFILES="$ALL_MAKEFILES \\
24894 dlls/ifsmgr.vxd/Makefile"
24895 test "x$enable_ifsmgr_vxd" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24896 ifsmgr.vxd"
24897 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24898 dlls/ifsmgr.vxd/Makefile: dlls/ifsmgr.vxd/Makefile.in dlls/Makedll.rules"
24899 ac_config_files="$ac_config_files dlls/ifsmgr.vxd/Makefile"
24901 ALL_MAKEFILES="$ALL_MAKEFILES \\
24902 dlls/imaadp32.acm/Makefile"
24903 test "x$enable_imaadp32_acm" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24904 imaadp32.acm"
24905 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24906 dlls/imaadp32.acm/Makefile: dlls/imaadp32.acm/Makefile.in dlls/Makedll.rules"
24907 ac_config_files="$ac_config_files dlls/imaadp32.acm/Makefile"
24909 ALL_MAKEFILES="$ALL_MAKEFILES \\
24910 dlls/imagehlp/Makefile"
24911 test "x$enable_imagehlp" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24912 imagehlp"
24913 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24914 dlls/imagehlp/Makefile: dlls/imagehlp/Makefile.in dlls/Makedll.rules"
24915 ac_config_files="$ac_config_files dlls/imagehlp/Makefile"
24917 ALL_MAKEFILES="$ALL_MAKEFILES \\
24918 dlls/imm32/Makefile"
24919 test "x$enable_imm32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24920 imm32"
24921 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24922 dlls/imm32/Makefile: dlls/imm32/Makefile.in dlls/Makedll.rules"
24923 ac_config_files="$ac_config_files dlls/imm32/Makefile"
24925 ALL_MAKEFILES="$ALL_MAKEFILES \\
24926 dlls/imm32/tests/Makefile"
24927 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24928 imm32/tests"
24929 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24930 dlls/imm32/tests/Makefile: dlls/imm32/tests/Makefile.in dlls/Maketest.rules"
24931 ac_config_files="$ac_config_files dlls/imm32/tests/Makefile"
24933 ALL_MAKEFILES="$ALL_MAKEFILES \\
24934 dlls/inetcomm/Makefile"
24935 test "x$enable_inetcomm" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24936 inetcomm"
24937 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24938 dlls/inetcomm/Makefile: dlls/inetcomm/Makefile.in dlls/Makedll.rules"
24939 ac_config_files="$ac_config_files dlls/inetcomm/Makefile"
24941 ALL_MAKEFILES="$ALL_MAKEFILES \\
24942 dlls/inetcomm/tests/Makefile"
24943 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24944 inetcomm/tests"
24945 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24946 dlls/inetcomm/tests/Makefile: dlls/inetcomm/tests/Makefile.in dlls/Maketest.rules"
24947 ac_config_files="$ac_config_files dlls/inetcomm/tests/Makefile"
24949 ALL_MAKEFILES="$ALL_MAKEFILES \\
24950 dlls/inetmib1/Makefile"
24951 test "x$enable_inetmib1" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24952 inetmib1"
24953 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24954 dlls/inetmib1/Makefile: dlls/inetmib1/Makefile.in dlls/Makedll.rules"
24955 ac_config_files="$ac_config_files dlls/inetmib1/Makefile"
24957 ALL_MAKEFILES="$ALL_MAKEFILES \\
24958 dlls/inetmib1/tests/Makefile"
24959 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24960 inetmib1/tests"
24961 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24962 dlls/inetmib1/tests/Makefile: dlls/inetmib1/tests/Makefile.in dlls/Maketest.rules"
24963 ac_config_files="$ac_config_files dlls/inetmib1/tests/Makefile"
24965 ALL_MAKEFILES="$ALL_MAKEFILES \\
24966 dlls/infosoft/Makefile"
24967 test "x$enable_infosoft" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24968 infosoft"
24969 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24970 dlls/infosoft/Makefile: dlls/infosoft/Makefile.in dlls/Makedll.rules"
24971 ac_config_files="$ac_config_files dlls/infosoft/Makefile"
24973 ALL_MAKEFILES="$ALL_MAKEFILES \\
24974 dlls/infosoft/tests/Makefile"
24975 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24976 infosoft/tests"
24977 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24978 dlls/infosoft/tests/Makefile: dlls/infosoft/tests/Makefile.in dlls/Maketest.rules"
24979 ac_config_files="$ac_config_files dlls/infosoft/tests/Makefile"
24981 ALL_MAKEFILES="$ALL_MAKEFILES \\
24982 dlls/initpki/Makefile"
24983 test "x$enable_initpki" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24984 initpki"
24985 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24986 dlls/initpki/Makefile: dlls/initpki/Makefile.in dlls/Makedll.rules"
24987 ac_config_files="$ac_config_files dlls/initpki/Makefile"
24989 ALL_MAKEFILES="$ALL_MAKEFILES \\
24990 dlls/inkobj/Makefile"
24991 test "x$enable_inkobj" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24992 inkobj"
24993 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24994 dlls/inkobj/Makefile: dlls/inkobj/Makefile.in dlls/Makedll.rules"
24995 ac_config_files="$ac_config_files dlls/inkobj/Makefile"
24997 ALL_MAKEFILES="$ALL_MAKEFILES \\
24998 dlls/inseng/Makefile"
24999 test "x$enable_inseng" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25000 inseng"
25001 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25002 dlls/inseng/Makefile: dlls/inseng/Makefile.in dlls/Makedll.rules"
25003 ac_config_files="$ac_config_files dlls/inseng/Makefile"
25005 ALL_MAKEFILES="$ALL_MAKEFILES \\
25006 dlls/iphlpapi/Makefile"
25007 test "x$enable_iphlpapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25008 iphlpapi"
25009 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25010 dlls/iphlpapi/Makefile: dlls/iphlpapi/Makefile.in dlls/Makedll.rules"
25011 ac_config_files="$ac_config_files dlls/iphlpapi/Makefile"
25013 ALL_MAKEFILES="$ALL_MAKEFILES \\
25014 dlls/iphlpapi/tests/Makefile"
25015 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25016 iphlpapi/tests"
25017 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25018 dlls/iphlpapi/tests/Makefile: dlls/iphlpapi/tests/Makefile.in dlls/Maketest.rules"
25019 ac_config_files="$ac_config_files dlls/iphlpapi/tests/Makefile"
25021 ALL_MAKEFILES="$ALL_MAKEFILES \\
25022 dlls/itircl/Makefile"
25023 test "x$enable_itircl" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25024 itircl"
25025 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25026 dlls/itircl/Makefile: dlls/itircl/Makefile.in dlls/Makedll.rules"
25027 ac_config_files="$ac_config_files dlls/itircl/Makefile"
25029 ALL_MAKEFILES="$ALL_MAKEFILES \\
25030 dlls/itss/Makefile"
25031 test "x$enable_itss" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25032 itss"
25033 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25034 dlls/itss/Makefile: dlls/itss/Makefile.in dlls/Makedll.rules"
25035 ac_config_files="$ac_config_files dlls/itss/Makefile"
25037 ALL_MAKEFILES="$ALL_MAKEFILES \\
25038 dlls/itss/tests/Makefile"
25039 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25040 itss/tests"
25041 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25042 dlls/itss/tests/Makefile: dlls/itss/tests/Makefile.in dlls/Maketest.rules"
25043 ac_config_files="$ac_config_files dlls/itss/tests/Makefile"
25045 ALL_MAKEFILES="$ALL_MAKEFILES \\
25046 dlls/jscript/Makefile"
25047 test "x$enable_jscript" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25048 jscript"
25049 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25050 dlls/jscript/Makefile: dlls/jscript/Makefile.in dlls/Makedll.rules"
25051 ac_config_files="$ac_config_files dlls/jscript/Makefile"
25053 ALL_MAKEFILES="$ALL_MAKEFILES \\
25054 dlls/jscript/tests/Makefile"
25055 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25056 jscript/tests"
25057 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25058 dlls/jscript/tests/Makefile: dlls/jscript/tests/Makefile.in dlls/Maketest.rules"
25059 ac_config_files="$ac_config_files dlls/jscript/tests/Makefile"
25061 ALL_MAKEFILES="$ALL_MAKEFILES \\
25062 dlls/kernel32/Makefile"
25063 test "x$enable_kernel32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25064 kernel32"
25065 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25066 dlls/kernel32/Makefile: dlls/kernel32/Makefile.in dlls/Makedll.rules"
25067 ac_config_files="$ac_config_files dlls/kernel32/Makefile"
25069 ALL_MAKEFILES="$ALL_MAKEFILES \\
25070 dlls/kernel32/tests/Makefile"
25071 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25072 kernel32/tests"
25073 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25074 dlls/kernel32/tests/Makefile: dlls/kernel32/tests/Makefile.in dlls/Maketest.rules"
25075 ac_config_files="$ac_config_files dlls/kernel32/tests/Makefile"
25077 ALL_MAKEFILES="$ALL_MAKEFILES \\
25078 dlls/localspl/Makefile"
25079 test "x$enable_localspl" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25080 localspl"
25081 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25082 dlls/localspl/Makefile: dlls/localspl/Makefile.in dlls/Makedll.rules"
25083 ac_config_files="$ac_config_files dlls/localspl/Makefile"
25085 ALL_MAKEFILES="$ALL_MAKEFILES \\
25086 dlls/localspl/tests/Makefile"
25087 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25088 localspl/tests"
25089 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25090 dlls/localspl/tests/Makefile: dlls/localspl/tests/Makefile.in dlls/Maketest.rules"
25091 ac_config_files="$ac_config_files dlls/localspl/tests/Makefile"
25093 ALL_MAKEFILES="$ALL_MAKEFILES \\
25094 dlls/localui/Makefile"
25095 test "x$enable_localui" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25096 localui"
25097 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25098 dlls/localui/Makefile: dlls/localui/Makefile.in dlls/Makedll.rules"
25099 ac_config_files="$ac_config_files dlls/localui/Makefile"
25101 ALL_MAKEFILES="$ALL_MAKEFILES \\
25102 dlls/localui/tests/Makefile"
25103 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25104 localui/tests"
25105 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25106 dlls/localui/tests/Makefile: dlls/localui/tests/Makefile.in dlls/Maketest.rules"
25107 ac_config_files="$ac_config_files dlls/localui/tests/Makefile"
25109 ALL_MAKEFILES="$ALL_MAKEFILES \\
25110 dlls/lz32/Makefile"
25111 test "x$enable_lz32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25112 lz32"
25113 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25114 dlls/lz32/Makefile: dlls/lz32/Makefile.in dlls/Makedll.rules"
25115 ac_config_files="$ac_config_files dlls/lz32/Makefile"
25117 ALL_MAKEFILES="$ALL_MAKEFILES \\
25118 dlls/lz32/tests/Makefile"
25119 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25120 lz32/tests"
25121 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25122 dlls/lz32/tests/Makefile: dlls/lz32/tests/Makefile.in dlls/Maketest.rules"
25123 ac_config_files="$ac_config_files dlls/lz32/tests/Makefile"
25125 ALL_MAKEFILES="$ALL_MAKEFILES \\
25126 dlls/mapi32/Makefile"
25127 test "x$enable_mapi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25128 mapi32"
25129 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25130 dlls/mapi32/Makefile: dlls/mapi32/Makefile.in dlls/Makedll.rules"
25131 ac_config_files="$ac_config_files dlls/mapi32/Makefile"
25133 ALL_MAKEFILES="$ALL_MAKEFILES \\
25134 dlls/mapi32/tests/Makefile"
25135 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25136 mapi32/tests"
25137 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25138 dlls/mapi32/tests/Makefile: dlls/mapi32/tests/Makefile.in dlls/Maketest.rules"
25139 ac_config_files="$ac_config_files dlls/mapi32/tests/Makefile"
25141 ALL_MAKEFILES="$ALL_MAKEFILES \\
25142 dlls/mciavi32/Makefile"
25143 test "x$enable_mciavi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25144 mciavi32"
25145 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25146 dlls/mciavi32/Makefile: dlls/mciavi32/Makefile.in dlls/Makedll.rules"
25147 ac_config_files="$ac_config_files dlls/mciavi32/Makefile"
25149 ALL_MAKEFILES="$ALL_MAKEFILES \\
25150 dlls/mcicda/Makefile"
25151 test "x$enable_mcicda" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25152 mcicda"
25153 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25154 dlls/mcicda/Makefile: dlls/mcicda/Makefile.in dlls/Makedll.rules"
25155 ac_config_files="$ac_config_files dlls/mcicda/Makefile"
25157 ALL_MAKEFILES="$ALL_MAKEFILES \\
25158 dlls/mciseq/Makefile"
25159 test "x$enable_mciseq" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25160 mciseq"
25161 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25162 dlls/mciseq/Makefile: dlls/mciseq/Makefile.in dlls/Makedll.rules"
25163 ac_config_files="$ac_config_files dlls/mciseq/Makefile"
25165 ALL_MAKEFILES="$ALL_MAKEFILES \\
25166 dlls/mciwave/Makefile"
25167 test "x$enable_mciwave" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25168 mciwave"
25169 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25170 dlls/mciwave/Makefile: dlls/mciwave/Makefile.in dlls/Makedll.rules"
25171 ac_config_files="$ac_config_files dlls/mciwave/Makefile"
25173 ALL_MAKEFILES="$ALL_MAKEFILES \\
25174 dlls/midimap/Makefile"
25175 test "x$enable_midimap" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25176 midimap"
25177 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25178 dlls/midimap/Makefile: dlls/midimap/Makefile.in dlls/Makedll.rules"
25179 ac_config_files="$ac_config_files dlls/midimap/Makefile"
25181 ALL_MAKEFILES="$ALL_MAKEFILES \\
25182 dlls/mlang/Makefile"
25183 test "x$enable_mlang" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25184 mlang"
25185 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25186 dlls/mlang/Makefile: dlls/mlang/Makefile.in dlls/Makedll.rules"
25187 ac_config_files="$ac_config_files dlls/mlang/Makefile"
25189 ALL_MAKEFILES="$ALL_MAKEFILES \\
25190 dlls/mlang/tests/Makefile"
25191 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25192 mlang/tests"
25193 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25194 dlls/mlang/tests/Makefile: dlls/mlang/tests/Makefile.in dlls/Maketest.rules"
25195 ac_config_files="$ac_config_files dlls/mlang/tests/Makefile"
25197 ALL_MAKEFILES="$ALL_MAKEFILES \\
25198 dlls/mmdevldr.vxd/Makefile"
25199 test "x$enable_mmdevldr_vxd" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25200 mmdevldr.vxd"
25201 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25202 dlls/mmdevldr.vxd/Makefile: dlls/mmdevldr.vxd/Makefile.in dlls/Makedll.rules"
25203 ac_config_files="$ac_config_files dlls/mmdevldr.vxd/Makefile"
25205 ALL_MAKEFILES="$ALL_MAKEFILES \\
25206 dlls/monodebg.vxd/Makefile"
25207 test "x$enable_monodebg_vxd" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25208 monodebg.vxd"
25209 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25210 dlls/monodebg.vxd/Makefile: dlls/monodebg.vxd/Makefile.in dlls/Makedll.rules"
25211 ac_config_files="$ac_config_files dlls/monodebg.vxd/Makefile"
25213 ALL_MAKEFILES="$ALL_MAKEFILES \\
25214 dlls/mountmgr.sys/Makefile"
25215 test "x$enable_mountmgr_sys" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25216 mountmgr.sys"
25217 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25218 dlls/mountmgr.sys/Makefile: dlls/mountmgr.sys/Makefile.in dlls/Makedll.rules"
25219 ac_config_files="$ac_config_files dlls/mountmgr.sys/Makefile"
25221 ALL_MAKEFILES="$ALL_MAKEFILES \\
25222 dlls/mpr/Makefile"
25223 test "x$enable_mpr" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25224 mpr"
25225 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25226 dlls/mpr/Makefile: dlls/mpr/Makefile.in dlls/Makedll.rules"
25227 ac_config_files="$ac_config_files dlls/mpr/Makefile"
25229 ALL_MAKEFILES="$ALL_MAKEFILES \\
25230 dlls/mprapi/Makefile"
25231 test "x$enable_mprapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25232 mprapi"
25233 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25234 dlls/mprapi/Makefile: dlls/mprapi/Makefile.in dlls/Makedll.rules"
25235 ac_config_files="$ac_config_files dlls/mprapi/Makefile"
25237 ALL_MAKEFILES="$ALL_MAKEFILES \\
25238 dlls/msacm32.drv/Makefile"
25239 test "x$enable_msacm32_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25240 msacm32.drv"
25241 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25242 dlls/msacm32.drv/Makefile: dlls/msacm32.drv/Makefile.in dlls/Makedll.rules"
25243 ac_config_files="$ac_config_files dlls/msacm32.drv/Makefile"
25245 ALL_MAKEFILES="$ALL_MAKEFILES \\
25246 dlls/msacm32/Makefile"
25247 test "x$enable_msacm32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25248 msacm32"
25249 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25250 dlls/msacm32/Makefile: dlls/msacm32/Makefile.in dlls/Makedll.rules"
25251 ac_config_files="$ac_config_files dlls/msacm32/Makefile"
25253 ALL_MAKEFILES="$ALL_MAKEFILES \\
25254 dlls/msacm32/tests/Makefile"
25255 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25256 msacm32/tests"
25257 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25258 dlls/msacm32/tests/Makefile: dlls/msacm32/tests/Makefile.in dlls/Maketest.rules"
25259 ac_config_files="$ac_config_files dlls/msacm32/tests/Makefile"
25261 ALL_MAKEFILES="$ALL_MAKEFILES \\
25262 dlls/msadp32.acm/Makefile"
25263 test "x$enable_msadp32_acm" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25264 msadp32.acm"
25265 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25266 dlls/msadp32.acm/Makefile: dlls/msadp32.acm/Makefile.in dlls/Makedll.rules"
25267 ac_config_files="$ac_config_files dlls/msadp32.acm/Makefile"
25269 ALL_MAKEFILES="$ALL_MAKEFILES \\
25270 dlls/mscat32/Makefile"
25271 test "x$enable_mscat32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25272 mscat32"
25273 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25274 dlls/mscat32/Makefile: dlls/mscat32/Makefile.in dlls/Makedll.rules"
25275 ac_config_files="$ac_config_files dlls/mscat32/Makefile"
25277 ALL_MAKEFILES="$ALL_MAKEFILES \\
25278 dlls/mscms/Makefile"
25279 test "x$enable_mscms" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25280 mscms"
25281 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25282 dlls/mscms/Makefile: dlls/mscms/Makefile.in dlls/Makedll.rules"
25283 ac_config_files="$ac_config_files dlls/mscms/Makefile"
25285 ALL_MAKEFILES="$ALL_MAKEFILES \\
25286 dlls/mscms/tests/Makefile"
25287 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25288 mscms/tests"
25289 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25290 dlls/mscms/tests/Makefile: dlls/mscms/tests/Makefile.in dlls/Maketest.rules"
25291 ac_config_files="$ac_config_files dlls/mscms/tests/Makefile"
25293 ALL_MAKEFILES="$ALL_MAKEFILES \\
25294 dlls/mscoree/Makefile"
25295 test "x$enable_mscoree" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25296 mscoree"
25297 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25298 dlls/mscoree/Makefile: dlls/mscoree/Makefile.in dlls/Makedll.rules"
25299 ac_config_files="$ac_config_files dlls/mscoree/Makefile"
25301 ALL_MAKEFILES="$ALL_MAKEFILES \\
25302 dlls/msdmo/Makefile"
25303 test "x$enable_msdmo" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25304 msdmo"
25305 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25306 dlls/msdmo/Makefile: dlls/msdmo/Makefile.in dlls/Makedll.rules"
25307 ac_config_files="$ac_config_files dlls/msdmo/Makefile"
25309 ALL_MAKEFILES="$ALL_MAKEFILES \\
25310 dlls/msftedit/Makefile"
25311 test "x$enable_msftedit" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25312 msftedit"
25313 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25314 dlls/msftedit/Makefile: dlls/msftedit/Makefile.in dlls/Makedll.rules"
25315 ac_config_files="$ac_config_files dlls/msftedit/Makefile"
25317 ALL_MAKEFILES="$ALL_MAKEFILES \\
25318 dlls/msg711.acm/Makefile"
25319 test "x$enable_msg711_acm" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25320 msg711.acm"
25321 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25322 dlls/msg711.acm/Makefile: dlls/msg711.acm/Makefile.in dlls/Makedll.rules"
25323 ac_config_files="$ac_config_files dlls/msg711.acm/Makefile"
25325 ALL_MAKEFILES="$ALL_MAKEFILES \\
25326 dlls/mshtml.tlb/Makefile"
25327 test "x$enable_mshtml_tlb" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25328 mshtml.tlb"
25329 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25330 dlls/mshtml.tlb/Makefile: dlls/mshtml.tlb/Makefile.in dlls/Makedll.rules"
25331 ac_config_files="$ac_config_files dlls/mshtml.tlb/Makefile"
25333 ALL_MAKEFILES="$ALL_MAKEFILES \\
25334 dlls/mshtml/Makefile"
25335 test "x$enable_mshtml" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25336 mshtml"
25337 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25338 dlls/mshtml/Makefile: dlls/mshtml/Makefile.in dlls/Makedll.rules"
25339 ac_config_files="$ac_config_files dlls/mshtml/Makefile"
25341 ALL_MAKEFILES="$ALL_MAKEFILES \\
25342 dlls/mshtml/tests/Makefile"
25343 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25344 mshtml/tests"
25345 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25346 dlls/mshtml/tests/Makefile: dlls/mshtml/tests/Makefile.in dlls/Maketest.rules"
25347 ac_config_files="$ac_config_files dlls/mshtml/tests/Makefile"
25349 ALL_MAKEFILES="$ALL_MAKEFILES \\
25350 dlls/msi/Makefile"
25351 test "x$enable_msi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25352 msi"
25353 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25354 dlls/msi/Makefile: dlls/msi/Makefile.in dlls/Makedll.rules"
25355 ac_config_files="$ac_config_files dlls/msi/Makefile"
25357 ALL_MAKEFILES="$ALL_MAKEFILES \\
25358 dlls/msi/tests/Makefile"
25359 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25360 msi/tests"
25361 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25362 dlls/msi/tests/Makefile: dlls/msi/tests/Makefile.in dlls/Maketest.rules"
25363 ac_config_files="$ac_config_files dlls/msi/tests/Makefile"
25365 ALL_MAKEFILES="$ALL_MAKEFILES \\
25366 dlls/msimg32/Makefile"
25367 test "x$enable_msimg32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25368 msimg32"
25369 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25370 dlls/msimg32/Makefile: dlls/msimg32/Makefile.in dlls/Makedll.rules"
25371 ac_config_files="$ac_config_files dlls/msimg32/Makefile"
25373 ALL_MAKEFILES="$ALL_MAKEFILES \\
25374 dlls/msimtf/Makefile"
25375 test "x$enable_msimtf" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25376 msimtf"
25377 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25378 dlls/msimtf/Makefile: dlls/msimtf/Makefile.in dlls/Makedll.rules"
25379 ac_config_files="$ac_config_files dlls/msimtf/Makefile"
25381 ALL_MAKEFILES="$ALL_MAKEFILES \\
25382 dlls/msisip/Makefile"
25383 test "x$enable_msisip" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25384 msisip"
25385 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25386 dlls/msisip/Makefile: dlls/msisip/Makefile.in dlls/Makedll.rules"
25387 ac_config_files="$ac_config_files dlls/msisip/Makefile"
25389 ALL_MAKEFILES="$ALL_MAKEFILES \\
25390 dlls/msisys.ocx/Makefile"
25391 test "x$enable_msisys_ocx" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25392 msisys.ocx"
25393 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25394 dlls/msisys.ocx/Makefile: dlls/msisys.ocx/Makefile.in dlls/Makedll.rules"
25395 ac_config_files="$ac_config_files dlls/msisys.ocx/Makefile"
25397 ALL_MAKEFILES="$ALL_MAKEFILES \\
25398 dlls/msnet32/Makefile"
25399 test "x$enable_msnet32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25400 msnet32"
25401 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25402 dlls/msnet32/Makefile: dlls/msnet32/Makefile.in dlls/Makedll.rules"
25403 ac_config_files="$ac_config_files dlls/msnet32/Makefile"
25405 ALL_MAKEFILES="$ALL_MAKEFILES \\
25406 dlls/msrle32/Makefile"
25407 test "x$enable_msrle32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25408 msrle32"
25409 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25410 dlls/msrle32/Makefile: dlls/msrle32/Makefile.in dlls/Makedll.rules"
25411 ac_config_files="$ac_config_files dlls/msrle32/Makefile"
25413 ALL_MAKEFILES="$ALL_MAKEFILES \\
25414 dlls/mssip32/Makefile"
25415 test "x$enable_mssip32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25416 mssip32"
25417 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25418 dlls/mssip32/Makefile: dlls/mssip32/Makefile.in dlls/Makedll.rules"
25419 ac_config_files="$ac_config_files dlls/mssip32/Makefile"
25421 ALL_MAKEFILES="$ALL_MAKEFILES \\
25422 dlls/mstask/Makefile"
25423 test "x$enable_mstask" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25424 mstask"
25425 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25426 dlls/mstask/Makefile: dlls/mstask/Makefile.in dlls/Makedll.rules"
25427 ac_config_files="$ac_config_files dlls/mstask/Makefile"
25429 ALL_MAKEFILES="$ALL_MAKEFILES \\
25430 dlls/mstask/tests/Makefile"
25431 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25432 mstask/tests"
25433 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25434 dlls/mstask/tests/Makefile: dlls/mstask/tests/Makefile.in dlls/Maketest.rules"
25435 ac_config_files="$ac_config_files dlls/mstask/tests/Makefile"
25437 ALL_MAKEFILES="$ALL_MAKEFILES \\
25438 dlls/msvcirt/Makefile"
25439 test "x$enable_msvcirt" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25440 msvcirt"
25441 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25442 dlls/msvcirt/Makefile: dlls/msvcirt/Makefile.in dlls/Makedll.rules"
25443 ac_config_files="$ac_config_files dlls/msvcirt/Makefile"
25445 ALL_MAKEFILES="$ALL_MAKEFILES \\
25446 dlls/msvcr71/Makefile"
25447 test "x$enable_msvcr71" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25448 msvcr71"
25449 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25450 dlls/msvcr71/Makefile: dlls/msvcr71/Makefile.in dlls/Makedll.rules"
25451 ac_config_files="$ac_config_files dlls/msvcr71/Makefile"
25453 ALL_MAKEFILES="$ALL_MAKEFILES \\
25454 dlls/msvcrt/Makefile"
25455 test "x$enable_msvcrt" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25456 msvcrt"
25457 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25458 dlls/msvcrt/Makefile: dlls/msvcrt/Makefile.in dlls/Makedll.rules"
25459 ac_config_files="$ac_config_files dlls/msvcrt/Makefile"
25461 ALL_MAKEFILES="$ALL_MAKEFILES \\
25462 dlls/msvcrt/tests/Makefile"
25463 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25464 msvcrt/tests"
25465 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25466 dlls/msvcrt/tests/Makefile: dlls/msvcrt/tests/Makefile.in dlls/Maketest.rules"
25467 ac_config_files="$ac_config_files dlls/msvcrt/tests/Makefile"
25469 ALL_MAKEFILES="$ALL_MAKEFILES \\
25470 dlls/msvcrt20/Makefile"
25471 test "x$enable_msvcrt20" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25472 msvcrt20"
25473 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25474 dlls/msvcrt20/Makefile: dlls/msvcrt20/Makefile.in dlls/Makedll.rules"
25475 ac_config_files="$ac_config_files dlls/msvcrt20/Makefile"
25477 ALL_MAKEFILES="$ALL_MAKEFILES \\
25478 dlls/msvcrt40/Makefile"
25479 test "x$enable_msvcrt40" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25480 msvcrt40"
25481 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25482 dlls/msvcrt40/Makefile: dlls/msvcrt40/Makefile.in dlls/Makedll.rules"
25483 ac_config_files="$ac_config_files dlls/msvcrt40/Makefile"
25485 ALL_MAKEFILES="$ALL_MAKEFILES \\
25486 dlls/msvcrtd/Makefile"
25487 test "x$enable_msvcrtd" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25488 msvcrtd"
25489 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25490 dlls/msvcrtd/Makefile: dlls/msvcrtd/Makefile.in dlls/Makedll.rules"
25491 ac_config_files="$ac_config_files dlls/msvcrtd/Makefile"
25493 ALL_MAKEFILES="$ALL_MAKEFILES \\
25494 dlls/msvcrtd/tests/Makefile"
25495 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25496 msvcrtd/tests"
25497 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25498 dlls/msvcrtd/tests/Makefile: dlls/msvcrtd/tests/Makefile.in dlls/Maketest.rules"
25499 ac_config_files="$ac_config_files dlls/msvcrtd/tests/Makefile"
25501 ALL_MAKEFILES="$ALL_MAKEFILES \\
25502 dlls/msvfw32/Makefile"
25503 test "x$enable_msvfw32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25504 msvfw32"
25505 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25506 dlls/msvfw32/Makefile: dlls/msvfw32/Makefile.in dlls/Makedll.rules"
25507 ac_config_files="$ac_config_files dlls/msvfw32/Makefile"
25509 ALL_MAKEFILES="$ALL_MAKEFILES \\
25510 dlls/msvidc32/Makefile"
25511 test "x$enable_msvidc32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25512 msvidc32"
25513 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25514 dlls/msvidc32/Makefile: dlls/msvidc32/Makefile.in dlls/Makedll.rules"
25515 ac_config_files="$ac_config_files dlls/msvidc32/Makefile"
25517 ALL_MAKEFILES="$ALL_MAKEFILES \\
25518 dlls/mswsock/Makefile"
25519 test "x$enable_mswsock" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25520 mswsock"
25521 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25522 dlls/mswsock/Makefile: dlls/mswsock/Makefile.in dlls/Makedll.rules"
25523 ac_config_files="$ac_config_files dlls/mswsock/Makefile"
25525 ALL_MAKEFILES="$ALL_MAKEFILES \\
25526 dlls/msxml3/Makefile"
25527 test "x$enable_msxml3" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25528 msxml3"
25529 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25530 dlls/msxml3/Makefile: dlls/msxml3/Makefile.in dlls/Makedll.rules"
25531 ac_config_files="$ac_config_files dlls/msxml3/Makefile"
25533 ALL_MAKEFILES="$ALL_MAKEFILES \\
25534 dlls/msxml3/tests/Makefile"
25535 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25536 msxml3/tests"
25537 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25538 dlls/msxml3/tests/Makefile: dlls/msxml3/tests/Makefile.in dlls/Maketest.rules"
25539 ac_config_files="$ac_config_files dlls/msxml3/tests/Makefile"
25541 ALL_MAKEFILES="$ALL_MAKEFILES \\
25542 dlls/nddeapi/Makefile"
25543 test "x$enable_nddeapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25544 nddeapi"
25545 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25546 dlls/nddeapi/Makefile: dlls/nddeapi/Makefile.in dlls/Makedll.rules"
25547 ac_config_files="$ac_config_files dlls/nddeapi/Makefile"
25549 ALL_MAKEFILES="$ALL_MAKEFILES \\
25550 dlls/netapi32/Makefile"
25551 test "x$enable_netapi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25552 netapi32"
25553 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25554 dlls/netapi32/Makefile: dlls/netapi32/Makefile.in dlls/Makedll.rules"
25555 ac_config_files="$ac_config_files dlls/netapi32/Makefile"
25557 ALL_MAKEFILES="$ALL_MAKEFILES \\
25558 dlls/netapi32/tests/Makefile"
25559 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25560 netapi32/tests"
25561 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25562 dlls/netapi32/tests/Makefile: dlls/netapi32/tests/Makefile.in dlls/Maketest.rules"
25563 ac_config_files="$ac_config_files dlls/netapi32/tests/Makefile"
25565 ALL_MAKEFILES="$ALL_MAKEFILES \\
25566 dlls/newdev/Makefile"
25567 test "x$enable_newdev" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25568 newdev"
25569 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25570 dlls/newdev/Makefile: dlls/newdev/Makefile.in dlls/Makedll.rules"
25571 ac_config_files="$ac_config_files dlls/newdev/Makefile"
25573 ALL_MAKEFILES="$ALL_MAKEFILES \\
25574 dlls/ntdll/Makefile"
25575 test "x$enable_ntdll" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25576 ntdll"
25577 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25578 dlls/ntdll/Makefile: dlls/ntdll/Makefile.in dlls/Makedll.rules"
25579 ac_config_files="$ac_config_files dlls/ntdll/Makefile"
25581 ALL_MAKEFILES="$ALL_MAKEFILES \\
25582 dlls/ntdll/tests/Makefile"
25583 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25584 ntdll/tests"
25585 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25586 dlls/ntdll/tests/Makefile: dlls/ntdll/tests/Makefile.in dlls/Maketest.rules"
25587 ac_config_files="$ac_config_files dlls/ntdll/tests/Makefile"
25589 ALL_MAKEFILES="$ALL_MAKEFILES \\
25590 dlls/ntdsapi/Makefile"
25591 test "x$enable_ntdsapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25592 ntdsapi"
25593 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25594 dlls/ntdsapi/Makefile: dlls/ntdsapi/Makefile.in dlls/Makedll.rules"
25595 ac_config_files="$ac_config_files dlls/ntdsapi/Makefile"
25597 ALL_MAKEFILES="$ALL_MAKEFILES \\
25598 dlls/ntdsapi/tests/Makefile"
25599 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25600 ntdsapi/tests"
25601 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25602 dlls/ntdsapi/tests/Makefile: dlls/ntdsapi/tests/Makefile.in dlls/Maketest.rules"
25603 ac_config_files="$ac_config_files dlls/ntdsapi/tests/Makefile"
25605 ALL_MAKEFILES="$ALL_MAKEFILES \\
25606 dlls/ntoskrnl.exe/Makefile"
25607 test "x$enable_ntoskrnl_exe" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25608 ntoskrnl.exe"
25609 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25610 dlls/ntoskrnl.exe/Makefile: dlls/ntoskrnl.exe/Makefile.in dlls/Makedll.rules"
25611 ac_config_files="$ac_config_files dlls/ntoskrnl.exe/Makefile"
25613 ALL_MAKEFILES="$ALL_MAKEFILES \\
25614 dlls/ntprint/Makefile"
25615 test "x$enable_ntprint" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25616 ntprint"
25617 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25618 dlls/ntprint/Makefile: dlls/ntprint/Makefile.in dlls/Makedll.rules"
25619 ac_config_files="$ac_config_files dlls/ntprint/Makefile"
25621 ALL_MAKEFILES="$ALL_MAKEFILES \\
25622 dlls/ntprint/tests/Makefile"
25623 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25624 ntprint/tests"
25625 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25626 dlls/ntprint/tests/Makefile: dlls/ntprint/tests/Makefile.in dlls/Maketest.rules"
25627 ac_config_files="$ac_config_files dlls/ntprint/tests/Makefile"
25629 ALL_MAKEFILES="$ALL_MAKEFILES \\
25630 dlls/objsel/Makefile"
25631 test "x$enable_objsel" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25632 objsel"
25633 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25634 dlls/objsel/Makefile: dlls/objsel/Makefile.in dlls/Makedll.rules"
25635 ac_config_files="$ac_config_files dlls/objsel/Makefile"
25637 ALL_MAKEFILES="$ALL_MAKEFILES \\
25638 dlls/odbc32/Makefile"
25639 test "x$enable_odbc32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25640 odbc32"
25641 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25642 dlls/odbc32/Makefile: dlls/odbc32/Makefile.in dlls/Makedll.rules"
25643 ac_config_files="$ac_config_files dlls/odbc32/Makefile"
25645 ALL_MAKEFILES="$ALL_MAKEFILES \\
25646 dlls/odbccp32/Makefile"
25647 test "x$enable_odbccp32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25648 odbccp32"
25649 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25650 dlls/odbccp32/Makefile: dlls/odbccp32/Makefile.in dlls/Makedll.rules"
25651 ac_config_files="$ac_config_files dlls/odbccp32/Makefile"
25653 ALL_MAKEFILES="$ALL_MAKEFILES \\
25654 dlls/odbccp32/tests/Makefile"
25655 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25656 odbccp32/tests"
25657 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25658 dlls/odbccp32/tests/Makefile: dlls/odbccp32/tests/Makefile.in dlls/Maketest.rules"
25659 ac_config_files="$ac_config_files dlls/odbccp32/tests/Makefile"
25661 ALL_MAKEFILES="$ALL_MAKEFILES \\
25662 dlls/ole32/Makefile"
25663 test "x$enable_ole32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25664 ole32"
25665 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25666 dlls/ole32/Makefile: dlls/ole32/Makefile.in dlls/Makedll.rules"
25667 ac_config_files="$ac_config_files dlls/ole32/Makefile"
25669 ALL_MAKEFILES="$ALL_MAKEFILES \\
25670 dlls/ole32/tests/Makefile"
25671 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25672 ole32/tests"
25673 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25674 dlls/ole32/tests/Makefile: dlls/ole32/tests/Makefile.in dlls/Maketest.rules"
25675 ac_config_files="$ac_config_files dlls/ole32/tests/Makefile"
25677 ALL_MAKEFILES="$ALL_MAKEFILES \\
25678 dlls/oleacc/Makefile"
25679 test "x$enable_oleacc" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25680 oleacc"
25681 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25682 dlls/oleacc/Makefile: dlls/oleacc/Makefile.in dlls/Makedll.rules"
25683 ac_config_files="$ac_config_files dlls/oleacc/Makefile"
25685 ALL_MAKEFILES="$ALL_MAKEFILES \\
25686 dlls/oleacc/tests/Makefile"
25687 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25688 oleacc/tests"
25689 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25690 dlls/oleacc/tests/Makefile: dlls/oleacc/tests/Makefile.in dlls/Maketest.rules"
25691 ac_config_files="$ac_config_files dlls/oleacc/tests/Makefile"
25693 ALL_MAKEFILES="$ALL_MAKEFILES \\
25694 dlls/oleaut32/Makefile"
25695 test "x$enable_oleaut32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25696 oleaut32"
25697 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25698 dlls/oleaut32/Makefile: dlls/oleaut32/Makefile.in dlls/Makedll.rules"
25699 ac_config_files="$ac_config_files dlls/oleaut32/Makefile"
25701 ALL_MAKEFILES="$ALL_MAKEFILES \\
25702 dlls/oleaut32/tests/Makefile"
25703 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25704 oleaut32/tests"
25705 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25706 dlls/oleaut32/tests/Makefile: dlls/oleaut32/tests/Makefile.in dlls/Maketest.rules"
25707 ac_config_files="$ac_config_files dlls/oleaut32/tests/Makefile"
25709 ALL_MAKEFILES="$ALL_MAKEFILES \\
25710 dlls/olecli32/Makefile"
25711 test "x$enable_olecli32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25712 olecli32"
25713 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25714 dlls/olecli32/Makefile: dlls/olecli32/Makefile.in dlls/Makedll.rules"
25715 ac_config_files="$ac_config_files dlls/olecli32/Makefile"
25717 ALL_MAKEFILES="$ALL_MAKEFILES \\
25718 dlls/oledlg/Makefile"
25719 test "x$enable_oledlg" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25720 oledlg"
25721 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25722 dlls/oledlg/Makefile: dlls/oledlg/Makefile.in dlls/Makedll.rules"
25723 ac_config_files="$ac_config_files dlls/oledlg/Makefile"
25725 ALL_MAKEFILES="$ALL_MAKEFILES \\
25726 dlls/olepro32/Makefile"
25727 test "x$enable_olepro32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25728 olepro32"
25729 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25730 dlls/olepro32/Makefile: dlls/olepro32/Makefile.in dlls/Makedll.rules"
25731 ac_config_files="$ac_config_files dlls/olepro32/Makefile"
25733 ALL_MAKEFILES="$ALL_MAKEFILES \\
25734 dlls/olesvr32/Makefile"
25735 test "x$enable_olesvr32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25736 olesvr32"
25737 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25738 dlls/olesvr32/Makefile: dlls/olesvr32/Makefile.in dlls/Makedll.rules"
25739 ac_config_files="$ac_config_files dlls/olesvr32/Makefile"
25741 ALL_MAKEFILES="$ALL_MAKEFILES \\
25742 dlls/olethk32/Makefile"
25743 test "x$enable_olethk32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25744 olethk32"
25745 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25746 dlls/olethk32/Makefile: dlls/olethk32/Makefile.in dlls/Makedll.rules"
25747 ac_config_files="$ac_config_files dlls/olethk32/Makefile"
25749 ALL_MAKEFILES="$ALL_MAKEFILES \\
25750 dlls/opengl32/Makefile"
25751 test "x$enable_opengl32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25752 opengl32"
25753 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25754 dlls/opengl32/Makefile: dlls/opengl32/Makefile.in dlls/Makedll.rules"
25755 ac_config_files="$ac_config_files dlls/opengl32/Makefile"
25757 ALL_MAKEFILES="$ALL_MAKEFILES \\
25758 dlls/opengl32/tests/Makefile"
25759 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25760 opengl32/tests"
25761 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25762 dlls/opengl32/tests/Makefile: dlls/opengl32/tests/Makefile.in dlls/Maketest.rules"
25763 ac_config_files="$ac_config_files dlls/opengl32/tests/Makefile"
25765 ALL_MAKEFILES="$ALL_MAKEFILES \\
25766 dlls/pdh/Makefile"
25767 test "x$enable_pdh" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25768 pdh"
25769 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25770 dlls/pdh/Makefile: dlls/pdh/Makefile.in dlls/Makedll.rules"
25771 ac_config_files="$ac_config_files dlls/pdh/Makefile"
25773 ALL_MAKEFILES="$ALL_MAKEFILES \\
25774 dlls/pdh/tests/Makefile"
25775 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25776 pdh/tests"
25777 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25778 dlls/pdh/tests/Makefile: dlls/pdh/tests/Makefile.in dlls/Maketest.rules"
25779 ac_config_files="$ac_config_files dlls/pdh/tests/Makefile"
25781 ALL_MAKEFILES="$ALL_MAKEFILES \\
25782 dlls/powrprof/Makefile"
25783 test "x$enable_powrprof" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25784 powrprof"
25785 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25786 dlls/powrprof/Makefile: dlls/powrprof/Makefile.in dlls/Makedll.rules"
25787 ac_config_files="$ac_config_files dlls/powrprof/Makefile"
25789 ALL_MAKEFILES="$ALL_MAKEFILES \\
25790 dlls/printui/Makefile"
25791 test "x$enable_printui" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25792 printui"
25793 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25794 dlls/printui/Makefile: dlls/printui/Makefile.in dlls/Makedll.rules"
25795 ac_config_files="$ac_config_files dlls/printui/Makefile"
25797 ALL_MAKEFILES="$ALL_MAKEFILES \\
25798 dlls/propsys/Makefile"
25799 test "x$enable_propsys" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25800 propsys"
25801 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25802 dlls/propsys/Makefile: dlls/propsys/Makefile.in dlls/Makedll.rules"
25803 ac_config_files="$ac_config_files dlls/propsys/Makefile"
25805 ALL_MAKEFILES="$ALL_MAKEFILES \\
25806 dlls/psapi/Makefile"
25807 test "x$enable_psapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25808 psapi"
25809 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25810 dlls/psapi/Makefile: dlls/psapi/Makefile.in dlls/Makedll.rules"
25811 ac_config_files="$ac_config_files dlls/psapi/Makefile"
25813 ALL_MAKEFILES="$ALL_MAKEFILES \\
25814 dlls/psapi/tests/Makefile"
25815 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25816 psapi/tests"
25817 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25818 dlls/psapi/tests/Makefile: dlls/psapi/tests/Makefile.in dlls/Maketest.rules"
25819 ac_config_files="$ac_config_files dlls/psapi/tests/Makefile"
25821 ALL_MAKEFILES="$ALL_MAKEFILES \\
25822 dlls/pstorec/Makefile"
25823 test "x$enable_pstorec" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25824 pstorec"
25825 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25826 dlls/pstorec/Makefile: dlls/pstorec/Makefile.in dlls/Makedll.rules"
25827 ac_config_files="$ac_config_files dlls/pstorec/Makefile"
25829 ALL_MAKEFILES="$ALL_MAKEFILES \\
25830 dlls/qcap/Makefile"
25831 test "x$enable_qcap" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25832 qcap"
25833 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25834 dlls/qcap/Makefile: dlls/qcap/Makefile.in dlls/Makedll.rules"
25835 ac_config_files="$ac_config_files dlls/qcap/Makefile"
25837 ALL_MAKEFILES="$ALL_MAKEFILES \\
25838 dlls/qedit/Makefile"
25839 test "x$enable_qedit" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25840 qedit"
25841 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25842 dlls/qedit/Makefile: dlls/qedit/Makefile.in dlls/Makedll.rules"
25843 ac_config_files="$ac_config_files dlls/qedit/Makefile"
25845 ALL_MAKEFILES="$ALL_MAKEFILES \\
25846 dlls/qedit/tests/Makefile"
25847 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25848 qedit/tests"
25849 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25850 dlls/qedit/tests/Makefile: dlls/qedit/tests/Makefile.in dlls/Maketest.rules"
25851 ac_config_files="$ac_config_files dlls/qedit/tests/Makefile"
25853 ALL_MAKEFILES="$ALL_MAKEFILES \\
25854 dlls/qmgr/Makefile"
25855 test "x$enable_qmgr" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25856 qmgr"
25857 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25858 dlls/qmgr/Makefile: dlls/qmgr/Makefile.in dlls/Makedll.rules"
25859 ac_config_files="$ac_config_files dlls/qmgr/Makefile"
25861 ALL_MAKEFILES="$ALL_MAKEFILES \\
25862 dlls/qmgr/tests/Makefile"
25863 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25864 qmgr/tests"
25865 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25866 dlls/qmgr/tests/Makefile: dlls/qmgr/tests/Makefile.in dlls/Maketest.rules"
25867 ac_config_files="$ac_config_files dlls/qmgr/tests/Makefile"
25869 ALL_MAKEFILES="$ALL_MAKEFILES \\
25870 dlls/qmgrprxy/Makefile"
25871 test "x$enable_qmgrprxy" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25872 qmgrprxy"
25873 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25874 dlls/qmgrprxy/Makefile: dlls/qmgrprxy/Makefile.in dlls/Makedll.rules"
25875 ac_config_files="$ac_config_files dlls/qmgrprxy/Makefile"
25877 ALL_MAKEFILES="$ALL_MAKEFILES \\
25878 dlls/quartz/Makefile"
25879 test "x$enable_quartz" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25880 quartz"
25881 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25882 dlls/quartz/Makefile: dlls/quartz/Makefile.in dlls/Makedll.rules"
25883 ac_config_files="$ac_config_files dlls/quartz/Makefile"
25885 ALL_MAKEFILES="$ALL_MAKEFILES \\
25886 dlls/quartz/tests/Makefile"
25887 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25888 quartz/tests"
25889 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25890 dlls/quartz/tests/Makefile: dlls/quartz/tests/Makefile.in dlls/Maketest.rules"
25891 ac_config_files="$ac_config_files dlls/quartz/tests/Makefile"
25893 ALL_MAKEFILES="$ALL_MAKEFILES \\
25894 dlls/query/Makefile"
25895 test "x$enable_query" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25896 query"
25897 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25898 dlls/query/Makefile: dlls/query/Makefile.in dlls/Makedll.rules"
25899 ac_config_files="$ac_config_files dlls/query/Makefile"
25901 ALL_MAKEFILES="$ALL_MAKEFILES \\
25902 dlls/rasapi32/Makefile"
25903 test "x$enable_rasapi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25904 rasapi32"
25905 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25906 dlls/rasapi32/Makefile: dlls/rasapi32/Makefile.in dlls/Makedll.rules"
25907 ac_config_files="$ac_config_files dlls/rasapi32/Makefile"
25909 ALL_MAKEFILES="$ALL_MAKEFILES \\
25910 dlls/rasapi32/tests/Makefile"
25911 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25912 rasapi32/tests"
25913 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25914 dlls/rasapi32/tests/Makefile: dlls/rasapi32/tests/Makefile.in dlls/Maketest.rules"
25915 ac_config_files="$ac_config_files dlls/rasapi32/tests/Makefile"
25917 ALL_MAKEFILES="$ALL_MAKEFILES \\
25918 dlls/resutils/Makefile"
25919 test "x$enable_resutils" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25920 resutils"
25921 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25922 dlls/resutils/Makefile: dlls/resutils/Makefile.in dlls/Makedll.rules"
25923 ac_config_files="$ac_config_files dlls/resutils/Makefile"
25925 ALL_MAKEFILES="$ALL_MAKEFILES \\
25926 dlls/riched20/Makefile"
25927 test "x$enable_riched20" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25928 riched20"
25929 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25930 dlls/riched20/Makefile: dlls/riched20/Makefile.in dlls/Makedll.rules"
25931 ac_config_files="$ac_config_files dlls/riched20/Makefile"
25933 ALL_MAKEFILES="$ALL_MAKEFILES \\
25934 dlls/riched20/tests/Makefile"
25935 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25936 riched20/tests"
25937 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25938 dlls/riched20/tests/Makefile: dlls/riched20/tests/Makefile.in dlls/Maketest.rules"
25939 ac_config_files="$ac_config_files dlls/riched20/tests/Makefile"
25941 ALL_MAKEFILES="$ALL_MAKEFILES \\
25942 dlls/riched32/Makefile"
25943 test "x$enable_riched32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25944 riched32"
25945 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25946 dlls/riched32/Makefile: dlls/riched32/Makefile.in dlls/Makedll.rules"
25947 ac_config_files="$ac_config_files dlls/riched32/Makefile"
25949 ALL_MAKEFILES="$ALL_MAKEFILES \\
25950 dlls/riched32/tests/Makefile"
25951 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25952 riched32/tests"
25953 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25954 dlls/riched32/tests/Makefile: dlls/riched32/tests/Makefile.in dlls/Maketest.rules"
25955 ac_config_files="$ac_config_files dlls/riched32/tests/Makefile"
25957 ALL_MAKEFILES="$ALL_MAKEFILES \\
25958 dlls/rpcrt4/Makefile"
25959 test "x$enable_rpcrt4" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25960 rpcrt4"
25961 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25962 dlls/rpcrt4/Makefile: dlls/rpcrt4/Makefile.in dlls/Makedll.rules"
25963 ac_config_files="$ac_config_files dlls/rpcrt4/Makefile"
25965 ALL_MAKEFILES="$ALL_MAKEFILES \\
25966 dlls/rpcrt4/tests/Makefile"
25967 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25968 rpcrt4/tests"
25969 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25970 dlls/rpcrt4/tests/Makefile: dlls/rpcrt4/tests/Makefile.in dlls/Maketest.rules"
25971 ac_config_files="$ac_config_files dlls/rpcrt4/tests/Makefile"
25973 ALL_MAKEFILES="$ALL_MAKEFILES \\
25974 dlls/rsabase/Makefile"
25975 test "x$enable_rsabase" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25976 rsabase"
25977 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25978 dlls/rsabase/Makefile: dlls/rsabase/Makefile.in dlls/Makedll.rules"
25979 ac_config_files="$ac_config_files dlls/rsabase/Makefile"
25981 ALL_MAKEFILES="$ALL_MAKEFILES \\
25982 dlls/rsaenh/Makefile"
25983 test "x$enable_rsaenh" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25984 rsaenh"
25985 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25986 dlls/rsaenh/Makefile: dlls/rsaenh/Makefile.in dlls/Makedll.rules"
25987 ac_config_files="$ac_config_files dlls/rsaenh/Makefile"
25989 ALL_MAKEFILES="$ALL_MAKEFILES \\
25990 dlls/rsaenh/tests/Makefile"
25991 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25992 rsaenh/tests"
25993 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25994 dlls/rsaenh/tests/Makefile: dlls/rsaenh/tests/Makefile.in dlls/Maketest.rules"
25995 ac_config_files="$ac_config_files dlls/rsaenh/tests/Makefile"
25997 ALL_MAKEFILES="$ALL_MAKEFILES \\
25998 dlls/sane.ds/Makefile"
25999 test "x$enable_sane_ds" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26000 sane.ds"
26001 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26002 dlls/sane.ds/Makefile: dlls/sane.ds/Makefile.in dlls/Makedll.rules"
26003 ac_config_files="$ac_config_files dlls/sane.ds/Makefile"
26005 ALL_MAKEFILES="$ALL_MAKEFILES \\
26006 dlls/sccbase/Makefile"
26007 test "x$enable_sccbase" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26008 sccbase"
26009 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26010 dlls/sccbase/Makefile: dlls/sccbase/Makefile.in dlls/Makedll.rules"
26011 ac_config_files="$ac_config_files dlls/sccbase/Makefile"
26013 ALL_MAKEFILES="$ALL_MAKEFILES \\
26014 dlls/schannel/Makefile"
26015 test "x$enable_schannel" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26016 schannel"
26017 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26018 dlls/schannel/Makefile: dlls/schannel/Makefile.in dlls/Makedll.rules"
26019 ac_config_files="$ac_config_files dlls/schannel/Makefile"
26021 ALL_MAKEFILES="$ALL_MAKEFILES \\
26022 dlls/schannel/tests/Makefile"
26023 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26024 schannel/tests"
26025 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26026 dlls/schannel/tests/Makefile: dlls/schannel/tests/Makefile.in dlls/Maketest.rules"
26027 ac_config_files="$ac_config_files dlls/schannel/tests/Makefile"
26029 ALL_MAKEFILES="$ALL_MAKEFILES \\
26030 dlls/secur32/Makefile"
26031 test "x$enable_secur32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26032 secur32"
26033 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26034 dlls/secur32/Makefile: dlls/secur32/Makefile.in dlls/Makedll.rules"
26035 ac_config_files="$ac_config_files dlls/secur32/Makefile"
26037 ALL_MAKEFILES="$ALL_MAKEFILES \\
26038 dlls/secur32/tests/Makefile"
26039 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26040 secur32/tests"
26041 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26042 dlls/secur32/tests/Makefile: dlls/secur32/tests/Makefile.in dlls/Maketest.rules"
26043 ac_config_files="$ac_config_files dlls/secur32/tests/Makefile"
26045 ALL_MAKEFILES="$ALL_MAKEFILES \\
26046 dlls/security/Makefile"
26047 test "x$enable_security" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26048 security"
26049 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26050 dlls/security/Makefile: dlls/security/Makefile.in dlls/Makedll.rules"
26051 ac_config_files="$ac_config_files dlls/security/Makefile"
26053 ALL_MAKEFILES="$ALL_MAKEFILES \\
26054 dlls/sensapi/Makefile"
26055 test "x$enable_sensapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26056 sensapi"
26057 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26058 dlls/sensapi/Makefile: dlls/sensapi/Makefile.in dlls/Makedll.rules"
26059 ac_config_files="$ac_config_files dlls/sensapi/Makefile"
26061 ALL_MAKEFILES="$ALL_MAKEFILES \\
26062 dlls/serialui/Makefile"
26063 test "x$enable_serialui" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26064 serialui"
26065 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26066 dlls/serialui/Makefile: dlls/serialui/Makefile.in dlls/Makedll.rules"
26067 ac_config_files="$ac_config_files dlls/serialui/Makefile"
26069 ALL_MAKEFILES="$ALL_MAKEFILES \\
26070 dlls/serialui/tests/Makefile"
26071 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26072 serialui/tests"
26073 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26074 dlls/serialui/tests/Makefile: dlls/serialui/tests/Makefile.in dlls/Maketest.rules"
26075 ac_config_files="$ac_config_files dlls/serialui/tests/Makefile"
26077 ALL_MAKEFILES="$ALL_MAKEFILES \\
26078 dlls/setupapi/Makefile"
26079 test "x$enable_setupapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26080 setupapi"
26081 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26082 dlls/setupapi/Makefile: dlls/setupapi/Makefile.in dlls/Makedll.rules"
26083 ac_config_files="$ac_config_files dlls/setupapi/Makefile"
26085 ALL_MAKEFILES="$ALL_MAKEFILES \\
26086 dlls/setupapi/tests/Makefile"
26087 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26088 setupapi/tests"
26089 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26090 dlls/setupapi/tests/Makefile: dlls/setupapi/tests/Makefile.in dlls/Maketest.rules"
26091 ac_config_files="$ac_config_files dlls/setupapi/tests/Makefile"
26093 ALL_MAKEFILES="$ALL_MAKEFILES \\
26094 dlls/sfc/Makefile"
26095 test "x$enable_sfc" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26096 sfc"
26097 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26098 dlls/sfc/Makefile: dlls/sfc/Makefile.in dlls/Makedll.rules"
26099 ac_config_files="$ac_config_files dlls/sfc/Makefile"
26101 ALL_MAKEFILES="$ALL_MAKEFILES \\
26102 dlls/sfc_os/Makefile"
26103 test "x$enable_sfc_os" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26104 sfc_os"
26105 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26106 dlls/sfc_os/Makefile: dlls/sfc_os/Makefile.in dlls/Makedll.rules"
26107 ac_config_files="$ac_config_files dlls/sfc_os/Makefile"
26109 ALL_MAKEFILES="$ALL_MAKEFILES \\
26110 dlls/shdoclc/Makefile"
26111 test "x$enable_shdoclc" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26112 shdoclc"
26113 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26114 dlls/shdoclc/Makefile: dlls/shdoclc/Makefile.in dlls/Makedll.rules"
26115 ac_config_files="$ac_config_files dlls/shdoclc/Makefile"
26117 ALL_MAKEFILES="$ALL_MAKEFILES \\
26118 dlls/shdocvw/Makefile"
26119 test "x$enable_shdocvw" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26120 shdocvw"
26121 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26122 dlls/shdocvw/Makefile: dlls/shdocvw/Makefile.in dlls/Makedll.rules"
26123 ac_config_files="$ac_config_files dlls/shdocvw/Makefile"
26125 ALL_MAKEFILES="$ALL_MAKEFILES \\
26126 dlls/shdocvw/tests/Makefile"
26127 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26128 shdocvw/tests"
26129 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26130 dlls/shdocvw/tests/Makefile: dlls/shdocvw/tests/Makefile.in dlls/Maketest.rules"
26131 ac_config_files="$ac_config_files dlls/shdocvw/tests/Makefile"
26133 ALL_MAKEFILES="$ALL_MAKEFILES \\
26134 dlls/shell32/Makefile"
26135 test "x$enable_shell32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26136 shell32"
26137 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26138 dlls/shell32/Makefile: dlls/shell32/Makefile.in dlls/Makedll.rules"
26139 ac_config_files="$ac_config_files dlls/shell32/Makefile"
26141 ALL_MAKEFILES="$ALL_MAKEFILES \\
26142 dlls/shell32/tests/Makefile"
26143 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26144 shell32/tests"
26145 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26146 dlls/shell32/tests/Makefile: dlls/shell32/tests/Makefile.in dlls/Maketest.rules"
26147 ac_config_files="$ac_config_files dlls/shell32/tests/Makefile"
26149 ALL_MAKEFILES="$ALL_MAKEFILES \\
26150 dlls/shfolder/Makefile"
26151 test "x$enable_shfolder" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26152 shfolder"
26153 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26154 dlls/shfolder/Makefile: dlls/shfolder/Makefile.in dlls/Makedll.rules"
26155 ac_config_files="$ac_config_files dlls/shfolder/Makefile"
26157 ALL_MAKEFILES="$ALL_MAKEFILES \\
26158 dlls/shlwapi/Makefile"
26159 test "x$enable_shlwapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26160 shlwapi"
26161 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26162 dlls/shlwapi/Makefile: dlls/shlwapi/Makefile.in dlls/Makedll.rules"
26163 ac_config_files="$ac_config_files dlls/shlwapi/Makefile"
26165 ALL_MAKEFILES="$ALL_MAKEFILES \\
26166 dlls/shlwapi/tests/Makefile"
26167 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26168 shlwapi/tests"
26169 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26170 dlls/shlwapi/tests/Makefile: dlls/shlwapi/tests/Makefile.in dlls/Maketest.rules"
26171 ac_config_files="$ac_config_files dlls/shlwapi/tests/Makefile"
26173 ALL_MAKEFILES="$ALL_MAKEFILES \\
26174 dlls/slbcsp/Makefile"
26175 test "x$enable_slbcsp" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26176 slbcsp"
26177 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26178 dlls/slbcsp/Makefile: dlls/slbcsp/Makefile.in dlls/Makedll.rules"
26179 ac_config_files="$ac_config_files dlls/slbcsp/Makefile"
26181 ALL_MAKEFILES="$ALL_MAKEFILES \\
26182 dlls/slc/Makefile"
26183 test "x$enable_slc" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26184 slc"
26185 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26186 dlls/slc/Makefile: dlls/slc/Makefile.in dlls/Makedll.rules"
26187 ac_config_files="$ac_config_files dlls/slc/Makefile"
26189 ALL_MAKEFILES="$ALL_MAKEFILES \\
26190 dlls/snmpapi/Makefile"
26191 test "x$enable_snmpapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26192 snmpapi"
26193 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26194 dlls/snmpapi/Makefile: dlls/snmpapi/Makefile.in dlls/Makedll.rules"
26195 ac_config_files="$ac_config_files dlls/snmpapi/Makefile"
26197 ALL_MAKEFILES="$ALL_MAKEFILES \\
26198 dlls/snmpapi/tests/Makefile"
26199 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26200 snmpapi/tests"
26201 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26202 dlls/snmpapi/tests/Makefile: dlls/snmpapi/tests/Makefile.in dlls/Maketest.rules"
26203 ac_config_files="$ac_config_files dlls/snmpapi/tests/Makefile"
26205 ALL_MAKEFILES="$ALL_MAKEFILES \\
26206 dlls/softpub/Makefile"
26207 test "x$enable_softpub" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26208 softpub"
26209 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26210 dlls/softpub/Makefile: dlls/softpub/Makefile.in dlls/Makedll.rules"
26211 ac_config_files="$ac_config_files dlls/softpub/Makefile"
26213 ALL_MAKEFILES="$ALL_MAKEFILES \\
26214 dlls/spoolss/Makefile"
26215 test "x$enable_spoolss" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26216 spoolss"
26217 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26218 dlls/spoolss/Makefile: dlls/spoolss/Makefile.in dlls/Makedll.rules"
26219 ac_config_files="$ac_config_files dlls/spoolss/Makefile"
26221 ALL_MAKEFILES="$ALL_MAKEFILES \\
26222 dlls/spoolss/tests/Makefile"
26223 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26224 spoolss/tests"
26225 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26226 dlls/spoolss/tests/Makefile: dlls/spoolss/tests/Makefile.in dlls/Maketest.rules"
26227 ac_config_files="$ac_config_files dlls/spoolss/tests/Makefile"
26229 ALL_MAKEFILES="$ALL_MAKEFILES \\
26230 dlls/stdole2.tlb/Makefile"
26231 test "x$enable_stdole2_tlb" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26232 stdole2.tlb"
26233 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26234 dlls/stdole2.tlb/Makefile: dlls/stdole2.tlb/Makefile.in dlls/Makedll.rules"
26235 ac_config_files="$ac_config_files dlls/stdole2.tlb/Makefile"
26237 ALL_MAKEFILES="$ALL_MAKEFILES \\
26238 dlls/stdole32.tlb/Makefile"
26239 test "x$enable_stdole32_tlb" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26240 stdole32.tlb"
26241 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26242 dlls/stdole32.tlb/Makefile: dlls/stdole32.tlb/Makefile.in dlls/Makedll.rules"
26243 ac_config_files="$ac_config_files dlls/stdole32.tlb/Makefile"
26245 ALL_MAKEFILES="$ALL_MAKEFILES \\
26246 dlls/sti/Makefile"
26247 test "x$enable_sti" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26248 sti"
26249 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26250 dlls/sti/Makefile: dlls/sti/Makefile.in dlls/Makedll.rules"
26251 ac_config_files="$ac_config_files dlls/sti/Makefile"
26253 ALL_MAKEFILES="$ALL_MAKEFILES \\
26254 dlls/strmiids/Makefile"
26255 test "x$enable_strmiids" != xno && ALL_IMPLIB_DIRS="$ALL_IMPLIB_DIRS \\
26256 strmiids"
26257 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26258 dlls/strmiids/Makefile: dlls/strmiids/Makefile.in dlls/Makeimplib.rules"
26259 ac_config_files="$ac_config_files dlls/strmiids/Makefile"
26261 ALL_MAKEFILES="$ALL_MAKEFILES \\
26262 dlls/svrapi/Makefile"
26263 test "x$enable_svrapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26264 svrapi"
26265 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26266 dlls/svrapi/Makefile: dlls/svrapi/Makefile.in dlls/Makedll.rules"
26267 ac_config_files="$ac_config_files dlls/svrapi/Makefile"
26269 ALL_MAKEFILES="$ALL_MAKEFILES \\
26270 dlls/sxs/Makefile"
26271 test "x$enable_sxs" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26272 sxs"
26273 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26274 dlls/sxs/Makefile: dlls/sxs/Makefile.in dlls/Makedll.rules"
26275 ac_config_files="$ac_config_files dlls/sxs/Makefile"
26277 ALL_MAKEFILES="$ALL_MAKEFILES \\
26278 dlls/tapi32/Makefile"
26279 test "x$enable_tapi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26280 tapi32"
26281 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26282 dlls/tapi32/Makefile: dlls/tapi32/Makefile.in dlls/Makedll.rules"
26283 ac_config_files="$ac_config_files dlls/tapi32/Makefile"
26285 ALL_MAKEFILES="$ALL_MAKEFILES \\
26286 dlls/twain_32/Makefile"
26287 test "x$enable_twain_32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26288 twain_32"
26289 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26290 dlls/twain_32/Makefile: dlls/twain_32/Makefile.in dlls/Makedll.rules"
26291 ac_config_files="$ac_config_files dlls/twain_32/Makefile"
26293 ALL_MAKEFILES="$ALL_MAKEFILES \\
26294 dlls/unicows/Makefile"
26295 test "x$enable_unicows" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26296 unicows"
26297 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26298 dlls/unicows/Makefile: dlls/unicows/Makefile.in dlls/Makedll.rules"
26299 ac_config_files="$ac_config_files dlls/unicows/Makefile"
26301 ALL_MAKEFILES="$ALL_MAKEFILES \\
26302 dlls/url/Makefile"
26303 test "x$enable_url" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26304 url"
26305 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26306 dlls/url/Makefile: dlls/url/Makefile.in dlls/Makedll.rules"
26307 ac_config_files="$ac_config_files dlls/url/Makefile"
26309 ALL_MAKEFILES="$ALL_MAKEFILES \\
26310 dlls/urlmon/Makefile"
26311 test "x$enable_urlmon" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26312 urlmon"
26313 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26314 dlls/urlmon/Makefile: dlls/urlmon/Makefile.in dlls/Makedll.rules"
26315 ac_config_files="$ac_config_files dlls/urlmon/Makefile"
26317 ALL_MAKEFILES="$ALL_MAKEFILES \\
26318 dlls/urlmon/tests/Makefile"
26319 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26320 urlmon/tests"
26321 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26322 dlls/urlmon/tests/Makefile: dlls/urlmon/tests/Makefile.in dlls/Maketest.rules"
26323 ac_config_files="$ac_config_files dlls/urlmon/tests/Makefile"
26325 ALL_MAKEFILES="$ALL_MAKEFILES \\
26326 dlls/user32/Makefile"
26327 test "x$enable_user32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26328 user32"
26329 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26330 dlls/user32/Makefile: dlls/user32/Makefile.in dlls/Makedll.rules"
26331 ac_config_files="$ac_config_files dlls/user32/Makefile"
26333 ALL_MAKEFILES="$ALL_MAKEFILES \\
26334 dlls/user32/tests/Makefile"
26335 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26336 user32/tests"
26337 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26338 dlls/user32/tests/Makefile: dlls/user32/tests/Makefile.in dlls/Maketest.rules"
26339 ac_config_files="$ac_config_files dlls/user32/tests/Makefile"
26341 ALL_MAKEFILES="$ALL_MAKEFILES \\
26342 dlls/userenv/Makefile"
26343 test "x$enable_userenv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26344 userenv"
26345 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26346 dlls/userenv/Makefile: dlls/userenv/Makefile.in dlls/Makedll.rules"
26347 ac_config_files="$ac_config_files dlls/userenv/Makefile"
26349 ALL_MAKEFILES="$ALL_MAKEFILES \\
26350 dlls/userenv/tests/Makefile"
26351 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26352 userenv/tests"
26353 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26354 dlls/userenv/tests/Makefile: dlls/userenv/tests/Makefile.in dlls/Maketest.rules"
26355 ac_config_files="$ac_config_files dlls/userenv/tests/Makefile"
26357 ALL_MAKEFILES="$ALL_MAKEFILES \\
26358 dlls/usp10/Makefile"
26359 test "x$enable_usp10" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26360 usp10"
26361 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26362 dlls/usp10/Makefile: dlls/usp10/Makefile.in dlls/Makedll.rules"
26363 ac_config_files="$ac_config_files dlls/usp10/Makefile"
26365 ALL_MAKEFILES="$ALL_MAKEFILES \\
26366 dlls/usp10/tests/Makefile"
26367 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26368 usp10/tests"
26369 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26370 dlls/usp10/tests/Makefile: dlls/usp10/tests/Makefile.in dlls/Maketest.rules"
26371 ac_config_files="$ac_config_files dlls/usp10/tests/Makefile"
26373 ALL_MAKEFILES="$ALL_MAKEFILES \\
26374 dlls/uuid/Makefile"
26375 test "x$enable_uuid" != xno && ALL_IMPLIB_DIRS="$ALL_IMPLIB_DIRS \\
26376 uuid"
26377 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26378 dlls/uuid/Makefile: dlls/uuid/Makefile.in dlls/Makeimplib.rules"
26379 ac_config_files="$ac_config_files dlls/uuid/Makefile"
26381 ALL_MAKEFILES="$ALL_MAKEFILES \\
26382 dlls/uxtheme/Makefile"
26383 test "x$enable_uxtheme" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26384 uxtheme"
26385 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26386 dlls/uxtheme/Makefile: dlls/uxtheme/Makefile.in dlls/Makedll.rules"
26387 ac_config_files="$ac_config_files dlls/uxtheme/Makefile"
26389 ALL_MAKEFILES="$ALL_MAKEFILES \\
26390 dlls/uxtheme/tests/Makefile"
26391 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26392 uxtheme/tests"
26393 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26394 dlls/uxtheme/tests/Makefile: dlls/uxtheme/tests/Makefile.in dlls/Maketest.rules"
26395 ac_config_files="$ac_config_files dlls/uxtheme/tests/Makefile"
26397 ALL_MAKEFILES="$ALL_MAKEFILES \\
26398 dlls/vdhcp.vxd/Makefile"
26399 test "x$enable_vdhcp_vxd" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26400 vdhcp.vxd"
26401 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26402 dlls/vdhcp.vxd/Makefile: dlls/vdhcp.vxd/Makefile.in dlls/Makedll.rules"
26403 ac_config_files="$ac_config_files dlls/vdhcp.vxd/Makefile"
26405 ALL_MAKEFILES="$ALL_MAKEFILES \\
26406 dlls/vdmdbg/Makefile"
26407 test "x$enable_vdmdbg" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26408 vdmdbg"
26409 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26410 dlls/vdmdbg/Makefile: dlls/vdmdbg/Makefile.in dlls/Makedll.rules"
26411 ac_config_files="$ac_config_files dlls/vdmdbg/Makefile"
26413 ALL_MAKEFILES="$ALL_MAKEFILES \\
26414 dlls/version/Makefile"
26415 test "x$enable_version" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26416 version"
26417 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26418 dlls/version/Makefile: dlls/version/Makefile.in dlls/Makedll.rules"
26419 ac_config_files="$ac_config_files dlls/version/Makefile"
26421 ALL_MAKEFILES="$ALL_MAKEFILES \\
26422 dlls/version/tests/Makefile"
26423 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26424 version/tests"
26425 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26426 dlls/version/tests/Makefile: dlls/version/tests/Makefile.in dlls/Maketest.rules"
26427 ac_config_files="$ac_config_files dlls/version/tests/Makefile"
26429 ALL_MAKEFILES="$ALL_MAKEFILES \\
26430 dlls/vmm.vxd/Makefile"
26431 test "x$enable_vmm_vxd" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26432 vmm.vxd"
26433 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26434 dlls/vmm.vxd/Makefile: dlls/vmm.vxd/Makefile.in dlls/Makedll.rules"
26435 ac_config_files="$ac_config_files dlls/vmm.vxd/Makefile"
26437 ALL_MAKEFILES="$ALL_MAKEFILES \\
26438 dlls/vnbt.vxd/Makefile"
26439 test "x$enable_vnbt_vxd" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26440 vnbt.vxd"
26441 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26442 dlls/vnbt.vxd/Makefile: dlls/vnbt.vxd/Makefile.in dlls/Makedll.rules"
26443 ac_config_files="$ac_config_files dlls/vnbt.vxd/Makefile"
26445 ALL_MAKEFILES="$ALL_MAKEFILES \\
26446 dlls/vnetbios.vxd/Makefile"
26447 test "x$enable_vnetbios_vxd" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26448 vnetbios.vxd"
26449 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26450 dlls/vnetbios.vxd/Makefile: dlls/vnetbios.vxd/Makefile.in dlls/Makedll.rules"
26451 ac_config_files="$ac_config_files dlls/vnetbios.vxd/Makefile"
26453 ALL_MAKEFILES="$ALL_MAKEFILES \\
26454 dlls/vtdapi.vxd/Makefile"
26455 test "x$enable_vtdapi_vxd" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26456 vtdapi.vxd"
26457 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26458 dlls/vtdapi.vxd/Makefile: dlls/vtdapi.vxd/Makefile.in dlls/Makedll.rules"
26459 ac_config_files="$ac_config_files dlls/vtdapi.vxd/Makefile"
26461 ALL_MAKEFILES="$ALL_MAKEFILES \\
26462 dlls/vwin32.vxd/Makefile"
26463 test "x$enable_vwin32_vxd" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26464 vwin32.vxd"
26465 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26466 dlls/vwin32.vxd/Makefile: dlls/vwin32.vxd/Makefile.in dlls/Makedll.rules"
26467 ac_config_files="$ac_config_files dlls/vwin32.vxd/Makefile"
26469 ALL_MAKEFILES="$ALL_MAKEFILES \\
26470 dlls/w32skrnl/Makefile"
26471 test "x$enable_w32skrnl" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26472 w32skrnl"
26473 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26474 dlls/w32skrnl/Makefile: dlls/w32skrnl/Makefile.in dlls/Makedll.rules"
26475 ac_config_files="$ac_config_files dlls/w32skrnl/Makefile"
26477 ALL_MAKEFILES="$ALL_MAKEFILES \\
26478 dlls/winealsa.drv/Makefile"
26479 test "x$enable_winealsa_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26480 winealsa.drv"
26481 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26482 dlls/winealsa.drv/Makefile: dlls/winealsa.drv/Makefile.in dlls/Makedll.rules"
26483 ac_config_files="$ac_config_files dlls/winealsa.drv/Makefile"
26485 ALL_MAKEFILES="$ALL_MAKEFILES \\
26486 dlls/wineaudioio.drv/Makefile"
26487 test "x$enable_wineaudioio_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26488 wineaudioio.drv"
26489 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26490 dlls/wineaudioio.drv/Makefile: dlls/wineaudioio.drv/Makefile.in dlls/Makedll.rules"
26491 ac_config_files="$ac_config_files dlls/wineaudioio.drv/Makefile"
26493 ALL_MAKEFILES="$ALL_MAKEFILES \\
26494 dlls/winecoreaudio.drv/Makefile"
26495 test "x$enable_winecoreaudio_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26496 winecoreaudio.drv"
26497 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26498 dlls/winecoreaudio.drv/Makefile: dlls/winecoreaudio.drv/Makefile.in dlls/Makedll.rules"
26499 ac_config_files="$ac_config_files dlls/winecoreaudio.drv/Makefile"
26501 ALL_MAKEFILES="$ALL_MAKEFILES \\
26502 dlls/winecrt0/Makefile"
26503 test "x$enable_winecrt0" != xno && ALL_IMPLIB_DIRS="$ALL_IMPLIB_DIRS \\
26504 winecrt0"
26505 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26506 dlls/winecrt0/Makefile: dlls/winecrt0/Makefile.in dlls/Makeimplib.rules"
26507 ac_config_files="$ac_config_files dlls/winecrt0/Makefile"
26509 ALL_MAKEFILES="$ALL_MAKEFILES \\
26510 dlls/wined3d/Makefile"
26511 test "x$enable_wined3d" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26512 wined3d"
26513 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26514 dlls/wined3d/Makefile: dlls/wined3d/Makefile.in dlls/Makedll.rules"
26515 ac_config_files="$ac_config_files dlls/wined3d/Makefile"
26517 ALL_MAKEFILES="$ALL_MAKEFILES \\
26518 dlls/winedos/Makefile"
26519 test "x$enable_winedos" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26520 winedos"
26521 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26522 dlls/winedos/Makefile: dlls/winedos/Makefile.in dlls/Makedll.rules"
26523 ac_config_files="$ac_config_files dlls/winedos/Makefile"
26525 ALL_MAKEFILES="$ALL_MAKEFILES \\
26526 dlls/wineesd.drv/Makefile"
26527 test "x$enable_wineesd_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26528 wineesd.drv"
26529 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26530 dlls/wineesd.drv/Makefile: dlls/wineesd.drv/Makefile.in dlls/Makedll.rules"
26531 ac_config_files="$ac_config_files dlls/wineesd.drv/Makefile"
26533 ALL_MAKEFILES="$ALL_MAKEFILES \\
26534 dlls/winejack.drv/Makefile"
26535 test "x$enable_winejack_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26536 winejack.drv"
26537 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26538 dlls/winejack.drv/Makefile: dlls/winejack.drv/Makefile.in dlls/Makedll.rules"
26539 ac_config_files="$ac_config_files dlls/winejack.drv/Makefile"
26541 ALL_MAKEFILES="$ALL_MAKEFILES \\
26542 dlls/winejoystick.drv/Makefile"
26543 test "x$enable_winejoystick_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26544 winejoystick.drv"
26545 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26546 dlls/winejoystick.drv/Makefile: dlls/winejoystick.drv/Makefile.in dlls/Makedll.rules"
26547 ac_config_files="$ac_config_files dlls/winejoystick.drv/Makefile"
26549 ALL_MAKEFILES="$ALL_MAKEFILES \\
26550 dlls/winemp3.acm/Makefile"
26551 test "x$enable_winemp3_acm" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26552 winemp3.acm"
26553 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26554 dlls/winemp3.acm/Makefile: dlls/winemp3.acm/Makefile.in dlls/Makedll.rules"
26555 ac_config_files="$ac_config_files dlls/winemp3.acm/Makefile"
26557 ALL_MAKEFILES="$ALL_MAKEFILES \\
26558 dlls/winenas.drv/Makefile"
26559 test "x$enable_winenas_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26560 winenas.drv"
26561 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26562 dlls/winenas.drv/Makefile: dlls/winenas.drv/Makefile.in dlls/Makedll.rules"
26563 ac_config_files="$ac_config_files dlls/winenas.drv/Makefile"
26565 ALL_MAKEFILES="$ALL_MAKEFILES \\
26566 dlls/wineoss.drv/Makefile"
26567 test "x$enable_wineoss_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26568 wineoss.drv"
26569 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26570 dlls/wineoss.drv/Makefile: dlls/wineoss.drv/Makefile.in dlls/Makedll.rules"
26571 ac_config_files="$ac_config_files dlls/wineoss.drv/Makefile"
26573 ALL_MAKEFILES="$ALL_MAKEFILES \\
26574 dlls/wineps.drv/Makefile"
26575 test "x$enable_wineps_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26576 wineps.drv"
26577 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26578 dlls/wineps.drv/Makefile: dlls/wineps.drv/Makefile.in dlls/Makedll.rules"
26579 ac_config_files="$ac_config_files dlls/wineps.drv/Makefile"
26581 ALL_MAKEFILES="$ALL_MAKEFILES \\
26582 dlls/winequartz.drv/Makefile"
26583 test "x$enable_winequartz_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26584 winequartz.drv"
26585 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26586 dlls/winequartz.drv/Makefile: dlls/winequartz.drv/Makefile.in dlls/Makedll.rules"
26587 ac_config_files="$ac_config_files dlls/winequartz.drv/Makefile"
26589 ALL_MAKEFILES="$ALL_MAKEFILES \\
26590 dlls/winex11.drv/Makefile"
26591 test "x$enable_winex11_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26592 winex11.drv"
26593 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26594 dlls/winex11.drv/Makefile: dlls/winex11.drv/Makefile.in dlls/Makedll.rules"
26595 ac_config_files="$ac_config_files dlls/winex11.drv/Makefile"
26597 ALL_MAKEFILES="$ALL_MAKEFILES \\
26598 dlls/wing32/Makefile"
26599 test "x$enable_wing32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26600 wing32"
26601 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26602 dlls/wing32/Makefile: dlls/wing32/Makefile.in dlls/Makedll.rules"
26603 ac_config_files="$ac_config_files dlls/wing32/Makefile"
26605 ALL_MAKEFILES="$ALL_MAKEFILES \\
26606 dlls/winhttp/Makefile"
26607 test "x$enable_winhttp" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26608 winhttp"
26609 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26610 dlls/winhttp/Makefile: dlls/winhttp/Makefile.in dlls/Makedll.rules"
26611 ac_config_files="$ac_config_files dlls/winhttp/Makefile"
26613 ALL_MAKEFILES="$ALL_MAKEFILES \\
26614 dlls/winhttp/tests/Makefile"
26615 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26616 winhttp/tests"
26617 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26618 dlls/winhttp/tests/Makefile: dlls/winhttp/tests/Makefile.in dlls/Maketest.rules"
26619 ac_config_files="$ac_config_files dlls/winhttp/tests/Makefile"
26621 ALL_MAKEFILES="$ALL_MAKEFILES \\
26622 dlls/wininet/Makefile"
26623 test "x$enable_wininet" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26624 wininet"
26625 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26626 dlls/wininet/Makefile: dlls/wininet/Makefile.in dlls/Makedll.rules"
26627 ac_config_files="$ac_config_files dlls/wininet/Makefile"
26629 ALL_MAKEFILES="$ALL_MAKEFILES \\
26630 dlls/wininet/tests/Makefile"
26631 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26632 wininet/tests"
26633 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26634 dlls/wininet/tests/Makefile: dlls/wininet/tests/Makefile.in dlls/Maketest.rules"
26635 ac_config_files="$ac_config_files dlls/wininet/tests/Makefile"
26637 ALL_MAKEFILES="$ALL_MAKEFILES \\
26638 dlls/winmm/Makefile"
26639 test "x$enable_winmm" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26640 winmm"
26641 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26642 dlls/winmm/Makefile: dlls/winmm/Makefile.in dlls/Makedll.rules"
26643 ac_config_files="$ac_config_files dlls/winmm/Makefile"
26645 ALL_MAKEFILES="$ALL_MAKEFILES \\
26646 dlls/winmm/tests/Makefile"
26647 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26648 winmm/tests"
26649 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26650 dlls/winmm/tests/Makefile: dlls/winmm/tests/Makefile.in dlls/Maketest.rules"
26651 ac_config_files="$ac_config_files dlls/winmm/tests/Makefile"
26653 ALL_MAKEFILES="$ALL_MAKEFILES \\
26654 dlls/winnls32/Makefile"
26655 test "x$enable_winnls32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26656 winnls32"
26657 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26658 dlls/winnls32/Makefile: dlls/winnls32/Makefile.in dlls/Makedll.rules"
26659 ac_config_files="$ac_config_files dlls/winnls32/Makefile"
26661 ALL_MAKEFILES="$ALL_MAKEFILES \\
26662 dlls/winscard/Makefile"
26663 test "x$enable_winscard" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26664 winscard"
26665 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26666 dlls/winscard/Makefile: dlls/winscard/Makefile.in dlls/Makedll.rules"
26667 ac_config_files="$ac_config_files dlls/winscard/Makefile"
26669 ALL_MAKEFILES="$ALL_MAKEFILES \\
26670 dlls/winspool.drv/Makefile"
26671 test "x$enable_winspool_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26672 winspool.drv"
26673 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26674 dlls/winspool.drv/Makefile: dlls/winspool.drv/Makefile.in dlls/Makedll.rules"
26675 ac_config_files="$ac_config_files dlls/winspool.drv/Makefile"
26677 ALL_MAKEFILES="$ALL_MAKEFILES \\
26678 dlls/winspool.drv/tests/Makefile"
26679 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26680 winspool.drv/tests"
26681 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26682 dlls/winspool.drv/tests/Makefile: dlls/winspool.drv/tests/Makefile.in dlls/Maketest.rules"
26683 ac_config_files="$ac_config_files dlls/winspool.drv/tests/Makefile"
26685 ALL_MAKEFILES="$ALL_MAKEFILES \\
26686 dlls/wintab32/Makefile"
26687 test "x$enable_wintab32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26688 wintab32"
26689 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26690 dlls/wintab32/Makefile: dlls/wintab32/Makefile.in dlls/Makedll.rules"
26691 ac_config_files="$ac_config_files dlls/wintab32/Makefile"
26693 ALL_MAKEFILES="$ALL_MAKEFILES \\
26694 dlls/wintrust/Makefile"
26695 test "x$enable_wintrust" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26696 wintrust"
26697 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26698 dlls/wintrust/Makefile: dlls/wintrust/Makefile.in dlls/Makedll.rules"
26699 ac_config_files="$ac_config_files dlls/wintrust/Makefile"
26701 ALL_MAKEFILES="$ALL_MAKEFILES \\
26702 dlls/wintrust/tests/Makefile"
26703 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26704 wintrust/tests"
26705 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26706 dlls/wintrust/tests/Makefile: dlls/wintrust/tests/Makefile.in dlls/Maketest.rules"
26707 ac_config_files="$ac_config_files dlls/wintrust/tests/Makefile"
26709 ALL_MAKEFILES="$ALL_MAKEFILES \\
26710 dlls/wldap32/Makefile"
26711 test "x$enable_wldap32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26712 wldap32"
26713 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26714 dlls/wldap32/Makefile: dlls/wldap32/Makefile.in dlls/Makedll.rules"
26715 ac_config_files="$ac_config_files dlls/wldap32/Makefile"
26717 ALL_MAKEFILES="$ALL_MAKEFILES \\
26718 dlls/wldap32/tests/Makefile"
26719 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26720 wldap32/tests"
26721 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26722 dlls/wldap32/tests/Makefile: dlls/wldap32/tests/Makefile.in dlls/Maketest.rules"
26723 ac_config_files="$ac_config_files dlls/wldap32/tests/Makefile"
26725 ALL_MAKEFILES="$ALL_MAKEFILES \\
26726 dlls/wmi/Makefile"
26727 test "x$enable_wmi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26728 wmi"
26729 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26730 dlls/wmi/Makefile: dlls/wmi/Makefile.in dlls/Makedll.rules"
26731 ac_config_files="$ac_config_files dlls/wmi/Makefile"
26733 ALL_MAKEFILES="$ALL_MAKEFILES \\
26734 dlls/wnaspi32/Makefile"
26735 test "x$enable_wnaspi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26736 wnaspi32"
26737 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26738 dlls/wnaspi32/Makefile: dlls/wnaspi32/Makefile.in dlls/Makedll.rules"
26739 ac_config_files="$ac_config_files dlls/wnaspi32/Makefile"
26741 ALL_MAKEFILES="$ALL_MAKEFILES \\
26742 dlls/wow32/Makefile"
26743 test "x$enable_wow32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26744 wow32"
26745 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26746 dlls/wow32/Makefile: dlls/wow32/Makefile.in dlls/Makedll.rules"
26747 ac_config_files="$ac_config_files dlls/wow32/Makefile"
26749 ALL_MAKEFILES="$ALL_MAKEFILES \\
26750 dlls/ws2_32/Makefile"
26751 test "x$enable_ws2_32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26752 ws2_32"
26753 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26754 dlls/ws2_32/Makefile: dlls/ws2_32/Makefile.in dlls/Makedll.rules"
26755 ac_config_files="$ac_config_files dlls/ws2_32/Makefile"
26757 ALL_MAKEFILES="$ALL_MAKEFILES \\
26758 dlls/ws2_32/tests/Makefile"
26759 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26760 ws2_32/tests"
26761 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26762 dlls/ws2_32/tests/Makefile: dlls/ws2_32/tests/Makefile.in dlls/Maketest.rules"
26763 ac_config_files="$ac_config_files dlls/ws2_32/tests/Makefile"
26765 ALL_MAKEFILES="$ALL_MAKEFILES \\
26766 dlls/wsock32/Makefile"
26767 test "x$enable_wsock32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26768 wsock32"
26769 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26770 dlls/wsock32/Makefile: dlls/wsock32/Makefile.in dlls/Makedll.rules"
26771 ac_config_files="$ac_config_files dlls/wsock32/Makefile"
26773 ALL_MAKEFILES="$ALL_MAKEFILES \\
26774 dlls/wtsapi32/Makefile"
26775 test "x$enable_wtsapi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26776 wtsapi32"
26777 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26778 dlls/wtsapi32/Makefile: dlls/wtsapi32/Makefile.in dlls/Makedll.rules"
26779 ac_config_files="$ac_config_files dlls/wtsapi32/Makefile"
26781 ALL_MAKEFILES="$ALL_MAKEFILES \\
26782 dlls/xinput1_1/Makefile"
26783 test "x$enable_xinput1_1" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26784 xinput1_1"
26785 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26786 dlls/xinput1_1/Makefile: dlls/xinput1_1/Makefile.in dlls/Makedll.rules"
26787 ac_config_files="$ac_config_files dlls/xinput1_1/Makefile"
26789 ALL_MAKEFILES="$ALL_MAKEFILES \\
26790 dlls/xinput1_2/Makefile"
26791 test "x$enable_xinput1_2" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26792 xinput1_2"
26793 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26794 dlls/xinput1_2/Makefile: dlls/xinput1_2/Makefile.in dlls/Makedll.rules"
26795 ac_config_files="$ac_config_files dlls/xinput1_2/Makefile"
26797 ALL_MAKEFILES="$ALL_MAKEFILES \\
26798 dlls/xinput1_3/Makefile"
26799 test "x$enable_xinput1_3" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26800 xinput1_3"
26801 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26802 dlls/xinput1_3/Makefile: dlls/xinput1_3/Makefile.in dlls/Makedll.rules"
26803 ac_config_files="$ac_config_files dlls/xinput1_3/Makefile"
26805 ALL_MAKEFILES="$ALL_MAKEFILES \\
26806 dlls/xinput1_3/tests/Makefile"
26807 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26808 xinput1_3/tests"
26809 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26810 dlls/xinput1_3/tests/Makefile: dlls/xinput1_3/tests/Makefile.in dlls/Maketest.rules"
26811 ac_config_files="$ac_config_files dlls/xinput1_3/tests/Makefile"
26813 ALL_MAKEFILES="$ALL_MAKEFILES \\
26814 dlls/xinput9_1_0/Makefile"
26815 test "x$enable_xinput9_1_0" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26816 xinput9_1_0"
26817 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26818 dlls/xinput9_1_0/Makefile: dlls/xinput9_1_0/Makefile.in dlls/Makedll.rules"
26819 ac_config_files="$ac_config_files dlls/xinput9_1_0/Makefile"
26821 ALL_MAKEFILES="$ALL_MAKEFILES \\
26822 documentation/Makefile"
26823 test "x$enable_documentation" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
26824 documentation"
26825 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26826 documentation/Makefile: documentation/Makefile.in Make.rules"
26827 ac_config_files="$ac_config_files documentation/Makefile"
26829 ALL_MAKEFILES="$ALL_MAKEFILES \\
26830 fonts/Makefile"
26831 test "x$enable_fonts" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
26832 fonts"
26833 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26834 fonts/Makefile: fonts/Makefile.in Make.rules"
26835 ac_config_files="$ac_config_files fonts/Makefile"
26837 ALL_MAKEFILES="$ALL_MAKEFILES \\
26838 include/Makefile"
26839 test "x$enable_include" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
26840 include"
26841 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26842 include/Makefile: include/Makefile.in Make.rules"
26843 ac_config_files="$ac_config_files include/Makefile"
26845 ALL_MAKEFILES="$ALL_MAKEFILES \\
26846 libs/Makefile"
26847 test "x$enable_libs" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
26848 libs"
26849 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26850 libs/Makefile: libs/Makefile.in Make.rules"
26851 ac_config_files="$ac_config_files libs/Makefile"
26853 ALL_MAKEFILES="$ALL_MAKEFILES \\
26854 libs/port/Makefile"
26856 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26857 libs/port/Makefile: libs/port/Makefile.in Make.rules"
26858 ac_config_files="$ac_config_files libs/port/Makefile"
26860 ALL_MAKEFILES="$ALL_MAKEFILES \\
26861 libs/wine/Makefile"
26863 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26864 libs/wine/Makefile: libs/wine/Makefile.in Make.rules"
26865 ac_config_files="$ac_config_files libs/wine/Makefile"
26867 ALL_MAKEFILES="$ALL_MAKEFILES \\
26868 libs/wpp/Makefile"
26870 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26871 libs/wpp/Makefile: libs/wpp/Makefile.in Make.rules"
26872 ac_config_files="$ac_config_files libs/wpp/Makefile"
26874 ALL_MAKEFILES="$ALL_MAKEFILES \\
26875 loader/Makefile"
26876 test "x$enable_loader" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
26877 loader"
26878 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26879 loader/Makefile: loader/Makefile.in Make.rules"
26880 ac_config_files="$ac_config_files loader/Makefile"
26882 ALL_MAKEFILES="$ALL_MAKEFILES \\
26883 programs/Makefile"
26884 test "x$enable_programs" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
26885 programs"
26886 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26887 programs/Makefile: programs/Makefile.in Make.rules"
26888 ac_config_files="$ac_config_files programs/Makefile"
26890 ALL_MAKEFILES="$ALL_MAKEFILES \\
26891 programs/clock/Makefile"
26892 test "x$enable_clock" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
26893 clock" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
26894 clock"
26895 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26896 programs/clock/Makefile: programs/clock/Makefile.in programs/Makeprog.rules"
26897 ac_config_files="$ac_config_files programs/clock/Makefile"
26899 ALL_MAKEFILES="$ALL_MAKEFILES \\
26900 programs/cmd/Makefile"
26901 test "x$enable_cmd" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
26902 cmd" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
26903 cmd"
26904 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26905 programs/cmd/Makefile: programs/cmd/Makefile.in programs/Makeprog.rules"
26906 ac_config_files="$ac_config_files programs/cmd/Makefile"
26908 ALL_MAKEFILES="$ALL_MAKEFILES \\
26909 programs/cmdlgtst/Makefile"
26910 test "x$enable_cmdlgtst" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
26911 cmdlgtst"
26912 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26913 programs/cmdlgtst/Makefile: programs/cmdlgtst/Makefile.in programs/Makeprog.rules"
26914 ac_config_files="$ac_config_files programs/cmdlgtst/Makefile"
26916 ALL_MAKEFILES="$ALL_MAKEFILES \\
26917 programs/control/Makefile"
26918 test "x$enable_control" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
26919 control" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
26920 control"
26921 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26922 programs/control/Makefile: programs/control/Makefile.in programs/Makeprog.rules"
26923 ac_config_files="$ac_config_files programs/control/Makefile"
26925 ALL_MAKEFILES="$ALL_MAKEFILES \\
26926 programs/eject/Makefile"
26927 test "x$enable_eject" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
26928 eject" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
26929 eject"
26930 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26931 programs/eject/Makefile: programs/eject/Makefile.in programs/Makeprog.rules"
26932 ac_config_files="$ac_config_files programs/eject/Makefile"
26934 ALL_MAKEFILES="$ALL_MAKEFILES \\
26935 programs/expand/Makefile"
26936 test "x$enable_expand" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
26937 expand" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
26938 expand"
26939 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26940 programs/expand/Makefile: programs/expand/Makefile.in programs/Makeprog.rules"
26941 ac_config_files="$ac_config_files programs/expand/Makefile"
26943 ALL_MAKEFILES="$ALL_MAKEFILES \\
26944 programs/explorer/Makefile"
26945 test "x$enable_explorer" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
26946 explorer" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
26947 explorer"
26948 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26949 programs/explorer/Makefile: programs/explorer/Makefile.in programs/Makeprog.rules"
26950 ac_config_files="$ac_config_files programs/explorer/Makefile"
26952 ALL_MAKEFILES="$ALL_MAKEFILES \\
26953 programs/hh/Makefile"
26954 test "x$enable_hh" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
26955 hh" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
26957 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26958 programs/hh/Makefile: programs/hh/Makefile.in programs/Makeprog.rules"
26959 ac_config_files="$ac_config_files programs/hh/Makefile"
26961 ALL_MAKEFILES="$ALL_MAKEFILES \\
26962 programs/icinfo/Makefile"
26963 test "x$enable_icinfo" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
26964 icinfo" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
26965 icinfo"
26966 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26967 programs/icinfo/Makefile: programs/icinfo/Makefile.in programs/Makeprog.rules"
26968 ac_config_files="$ac_config_files programs/icinfo/Makefile"
26970 ALL_MAKEFILES="$ALL_MAKEFILES \\
26971 programs/iexplore/Makefile"
26972 test "x$enable_iexplore" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
26973 iexplore" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
26974 iexplore"
26975 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26976 programs/iexplore/Makefile: programs/iexplore/Makefile.in programs/Makeprog.rules"
26977 ac_config_files="$ac_config_files programs/iexplore/Makefile"
26979 ALL_MAKEFILES="$ALL_MAKEFILES \\
26980 programs/msiexec/Makefile"
26981 test "x$enable_msiexec" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
26982 msiexec" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
26983 msiexec" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
26984 msiexec"
26985 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26986 programs/msiexec/Makefile: programs/msiexec/Makefile.in programs/Makeprog.rules"
26987 ac_config_files="$ac_config_files programs/msiexec/Makefile"
26989 ALL_MAKEFILES="$ALL_MAKEFILES \\
26990 programs/net/Makefile"
26991 test "x$enable_net" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
26992 net" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
26993 net"
26994 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26995 programs/net/Makefile: programs/net/Makefile.in programs/Makeprog.rules"
26996 ac_config_files="$ac_config_files programs/net/Makefile"
26998 ALL_MAKEFILES="$ALL_MAKEFILES \\
26999 programs/notepad/Makefile"
27000 test "x$enable_notepad" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27001 notepad" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27002 notepad" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
27003 notepad"
27004 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27005 programs/notepad/Makefile: programs/notepad/Makefile.in programs/Makeprog.rules"
27006 ac_config_files="$ac_config_files programs/notepad/Makefile"
27008 ALL_MAKEFILES="$ALL_MAKEFILES \\
27009 programs/oleview/Makefile"
27010 test "x$enable_oleview" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27011 oleview" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27012 oleview"
27013 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27014 programs/oleview/Makefile: programs/oleview/Makefile.in programs/Makeprog.rules"
27015 ac_config_files="$ac_config_files programs/oleview/Makefile"
27017 ALL_MAKEFILES="$ALL_MAKEFILES \\
27018 programs/progman/Makefile"
27019 test "x$enable_progman" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27020 progman" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27021 progman" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
27022 progman"
27023 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27024 programs/progman/Makefile: programs/progman/Makefile.in programs/Makeprog.rules"
27025 ac_config_files="$ac_config_files programs/progman/Makefile"
27027 ALL_MAKEFILES="$ALL_MAKEFILES \\
27028 programs/reg/Makefile"
27029 test "x$enable_reg" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27030 reg" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27031 reg"
27032 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27033 programs/reg/Makefile: programs/reg/Makefile.in programs/Makeprog.rules"
27034 ac_config_files="$ac_config_files programs/reg/Makefile"
27036 ALL_MAKEFILES="$ALL_MAKEFILES \\
27037 programs/regedit/Makefile"
27038 test "x$enable_regedit" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27039 regedit" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27040 regedit" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
27041 regedit"
27042 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27043 programs/regedit/Makefile: programs/regedit/Makefile.in programs/Makeprog.rules"
27044 ac_config_files="$ac_config_files programs/regedit/Makefile"
27046 ALL_MAKEFILES="$ALL_MAKEFILES \\
27047 programs/regsvr32/Makefile"
27048 test "x$enable_regsvr32" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27049 regsvr32" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27050 regsvr32" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
27051 regsvr32"
27052 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27053 programs/regsvr32/Makefile: programs/regsvr32/Makefile.in programs/Makeprog.rules"
27054 ac_config_files="$ac_config_files programs/regsvr32/Makefile"
27056 ALL_MAKEFILES="$ALL_MAKEFILES \\
27057 programs/rpcss/Makefile"
27058 test "x$enable_rpcss" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27059 rpcss" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27060 rpcss"
27061 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27062 programs/rpcss/Makefile: programs/rpcss/Makefile.in programs/Makeprog.rules"
27063 ac_config_files="$ac_config_files programs/rpcss/Makefile"
27065 ALL_MAKEFILES="$ALL_MAKEFILES \\
27066 programs/rundll32/Makefile"
27067 test "x$enable_rundll32" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27068 rundll32" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27069 rundll32"
27070 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27071 programs/rundll32/Makefile: programs/rundll32/Makefile.in programs/Makeprog.rules"
27072 ac_config_files="$ac_config_files programs/rundll32/Makefile"
27074 ALL_MAKEFILES="$ALL_MAKEFILES \\
27075 programs/secedit/Makefile"
27076 test "x$enable_secedit" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27077 secedit" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27078 secedit"
27079 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27080 programs/secedit/Makefile: programs/secedit/Makefile.in programs/Makeprog.rules"
27081 ac_config_files="$ac_config_files programs/secedit/Makefile"
27083 ALL_MAKEFILES="$ALL_MAKEFILES \\
27084 programs/services/Makefile"
27085 test "x$enable_services" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27086 services" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27087 services"
27088 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27089 programs/services/Makefile: programs/services/Makefile.in programs/Makeprog.rules"
27090 ac_config_files="$ac_config_files programs/services/Makefile"
27092 ALL_MAKEFILES="$ALL_MAKEFILES \\
27093 programs/spoolsv/Makefile"
27094 test "x$enable_spoolsv" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27095 spoolsv" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27096 spoolsv"
27097 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27098 programs/spoolsv/Makefile: programs/spoolsv/Makefile.in programs/Makeprog.rules"
27099 ac_config_files="$ac_config_files programs/spoolsv/Makefile"
27101 ALL_MAKEFILES="$ALL_MAKEFILES \\
27102 programs/start/Makefile"
27103 test "x$enable_start" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27104 start" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27105 start"
27106 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27107 programs/start/Makefile: programs/start/Makefile.in programs/Makeprog.rules"
27108 ac_config_files="$ac_config_files programs/start/Makefile"
27110 ALL_MAKEFILES="$ALL_MAKEFILES \\
27111 programs/svchost/Makefile"
27112 test "x$enable_svchost" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27113 svchost" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27114 svchost"
27115 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27116 programs/svchost/Makefile: programs/svchost/Makefile.in programs/Makeprog.rules"
27117 ac_config_files="$ac_config_files programs/svchost/Makefile"
27119 ALL_MAKEFILES="$ALL_MAKEFILES \\
27120 programs/taskmgr/Makefile"
27121 test "x$enable_taskmgr" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27122 taskmgr" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27123 taskmgr"
27124 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27125 programs/taskmgr/Makefile: programs/taskmgr/Makefile.in programs/Makeprog.rules"
27126 ac_config_files="$ac_config_files programs/taskmgr/Makefile"
27128 ALL_MAKEFILES="$ALL_MAKEFILES \\
27129 programs/uninstaller/Makefile"
27130 test "x$enable_uninstaller" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27131 uninstaller" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27132 uninstaller" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
27133 uninstaller"
27134 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27135 programs/uninstaller/Makefile: programs/uninstaller/Makefile.in programs/Makeprog.rules"
27136 ac_config_files="$ac_config_files programs/uninstaller/Makefile"
27138 ALL_MAKEFILES="$ALL_MAKEFILES \\
27139 programs/view/Makefile"
27140 test "x$enable_view" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27141 view"
27142 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27143 programs/view/Makefile: programs/view/Makefile.in programs/Makeprog.rules"
27144 ac_config_files="$ac_config_files programs/view/Makefile"
27146 ALL_MAKEFILES="$ALL_MAKEFILES \\
27147 programs/wineboot/Makefile"
27148 test "x$enable_wineboot" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27149 wineboot" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27150 wineboot" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
27151 wineboot"
27152 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27153 programs/wineboot/Makefile: programs/wineboot/Makefile.in programs/Makeprog.rules"
27154 ac_config_files="$ac_config_files programs/wineboot/Makefile"
27156 ALL_MAKEFILES="$ALL_MAKEFILES \\
27157 programs/winebrowser/Makefile"
27158 test "x$enable_winebrowser" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27159 winebrowser" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27160 winebrowser" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
27161 winebrowser"
27162 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27163 programs/winebrowser/Makefile: programs/winebrowser/Makefile.in programs/Makeprog.rules"
27164 ac_config_files="$ac_config_files programs/winebrowser/Makefile"
27166 ALL_MAKEFILES="$ALL_MAKEFILES \\
27167 programs/winecfg/Makefile"
27168 test "x$enable_winecfg" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27169 winecfg" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27170 winecfg" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
27171 winecfg"
27172 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27173 programs/winecfg/Makefile: programs/winecfg/Makefile.in programs/Makeprog.rules"
27174 ac_config_files="$ac_config_files programs/winecfg/Makefile"
27176 ALL_MAKEFILES="$ALL_MAKEFILES \\
27177 programs/wineconsole/Makefile"
27178 test "x$enable_wineconsole" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27179 wineconsole" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27180 wineconsole" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
27181 wineconsole"
27182 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27183 programs/wineconsole/Makefile: programs/wineconsole/Makefile.in programs/Makeprog.rules"
27184 ac_config_files="$ac_config_files programs/wineconsole/Makefile"
27186 ALL_MAKEFILES="$ALL_MAKEFILES \\
27187 programs/winedbg/Makefile"
27188 test "x$enable_winedbg" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27189 winedbg" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27190 winedbg" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
27191 winedbg"
27192 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27193 programs/winedbg/Makefile: programs/winedbg/Makefile.in programs/Makeprog.rules"
27194 ac_config_files="$ac_config_files programs/winedbg/Makefile"
27196 ALL_MAKEFILES="$ALL_MAKEFILES \\
27197 programs/winedevice/Makefile"
27198 test "x$enable_winedevice" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27199 winedevice" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27200 winedevice"
27201 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27202 programs/winedevice/Makefile: programs/winedevice/Makefile.in programs/Makeprog.rules"
27203 ac_config_files="$ac_config_files programs/winedevice/Makefile"
27205 ALL_MAKEFILES="$ALL_MAKEFILES \\
27206 programs/winefile/Makefile"
27207 test "x$enable_winefile" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27208 winefile" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27209 winefile" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
27210 winefile"
27211 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27212 programs/winefile/Makefile: programs/winefile/Makefile.in programs/Makeprog.rules"
27213 ac_config_files="$ac_config_files programs/winefile/Makefile"
27215 ALL_MAKEFILES="$ALL_MAKEFILES \\
27216 programs/winemenubuilder/Makefile"
27217 test "x$enable_winemenubuilder" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27218 winemenubuilder" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27219 winemenubuilder"
27220 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27221 programs/winemenubuilder/Makefile: programs/winemenubuilder/Makefile.in programs/Makeprog.rules"
27222 ac_config_files="$ac_config_files programs/winemenubuilder/Makefile"
27224 ALL_MAKEFILES="$ALL_MAKEFILES \\
27225 programs/winemine/Makefile"
27226 test "x$enable_winemine" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27227 winemine" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27228 winemine" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
27229 winemine"
27230 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27231 programs/winemine/Makefile: programs/winemine/Makefile.in programs/Makeprog.rules"
27232 ac_config_files="$ac_config_files programs/winemine/Makefile"
27234 ALL_MAKEFILES="$ALL_MAKEFILES \\
27235 programs/winepath/Makefile"
27236 test "x$enable_winepath" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27237 winepath" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27238 winepath" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
27239 winepath"
27240 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27241 programs/winepath/Makefile: programs/winepath/Makefile.in programs/Makeprog.rules"
27242 ac_config_files="$ac_config_files programs/winepath/Makefile"
27244 ALL_MAKEFILES="$ALL_MAKEFILES \\
27245 programs/winetest/Makefile"
27246 test "x$enable_winetest" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27247 winetest"
27248 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27249 programs/winetest/Makefile: programs/winetest/Makefile.in programs/Makeprog.rules"
27250 ac_config_files="$ac_config_files programs/winetest/Makefile"
27252 ALL_MAKEFILES="$ALL_MAKEFILES \\
27253 programs/winevdm/Makefile"
27254 test "x$enable_winevdm" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27255 winevdm" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27256 winevdm"
27257 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27258 programs/winevdm/Makefile: programs/winevdm/Makefile.in programs/Makeprog.rules"
27259 ac_config_files="$ac_config_files programs/winevdm/Makefile"
27261 ALL_MAKEFILES="$ALL_MAKEFILES \\
27262 programs/winhlp32/Makefile"
27263 test "x$enable_winhlp32" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27264 winhlp32" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27265 winhlp32"
27266 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27267 programs/winhlp32/Makefile: programs/winhlp32/Makefile.in programs/Makeprog.rules"
27268 ac_config_files="$ac_config_files programs/winhlp32/Makefile"
27270 ALL_MAKEFILES="$ALL_MAKEFILES \\
27271 programs/winver/Makefile"
27272 test "x$enable_winver" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27273 winver" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27274 winver"
27275 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27276 programs/winver/Makefile: programs/winver/Makefile.in programs/Makeprog.rules"
27277 ac_config_files="$ac_config_files programs/winver/Makefile"
27279 ALL_MAKEFILES="$ALL_MAKEFILES \\
27280 programs/wordpad/Makefile"
27281 test "x$enable_wordpad" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27282 wordpad" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27283 wordpad"
27284 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27285 programs/wordpad/Makefile: programs/wordpad/Makefile.in programs/Makeprog.rules"
27286 ac_config_files="$ac_config_files programs/wordpad/Makefile"
27288 ALL_MAKEFILES="$ALL_MAKEFILES \\
27289 programs/write/Makefile"
27290 test "x$enable_write" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27291 write" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27292 write"
27293 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27294 programs/write/Makefile: programs/write/Makefile.in programs/Makeprog.rules"
27295 ac_config_files="$ac_config_files programs/write/Makefile"
27297 ALL_MAKEFILES="$ALL_MAKEFILES \\
27298 programs/xcopy/Makefile"
27299 test "x$enable_xcopy" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27300 xcopy" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27301 xcopy"
27302 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27303 programs/xcopy/Makefile: programs/xcopy/Makefile.in programs/Makeprog.rules"
27304 ac_config_files="$ac_config_files programs/xcopy/Makefile"
27306 ALL_MAKEFILES="$ALL_MAKEFILES \\
27307 server/Makefile"
27308 test "x$enable_server" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
27309 server"
27310 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27311 server/Makefile: server/Makefile.in Make.rules"
27312 ac_config_files="$ac_config_files server/Makefile"
27314 ALL_MAKEFILES="$ALL_MAKEFILES \\
27315 tools/Makefile"
27316 test "x$enable_tools" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
27317 tools"
27318 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27319 tools/Makefile: tools/Makefile.in Make.rules"
27320 ac_config_files="$ac_config_files tools/Makefile"
27322 ALL_MAKEFILES="$ALL_MAKEFILES \\
27323 tools/widl/Makefile"
27325 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27326 tools/widl/Makefile: tools/widl/Makefile.in Make.rules"
27327 ac_config_files="$ac_config_files tools/widl/Makefile"
27329 ALL_MAKEFILES="$ALL_MAKEFILES \\
27330 tools/winebuild/Makefile"
27332 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27333 tools/winebuild/Makefile: tools/winebuild/Makefile.in Make.rules"
27334 ac_config_files="$ac_config_files tools/winebuild/Makefile"
27336 ALL_MAKEFILES="$ALL_MAKEFILES \\
27337 tools/winedump/Makefile"
27339 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27340 tools/winedump/Makefile: tools/winedump/Makefile.in Make.rules"
27341 ac_config_files="$ac_config_files tools/winedump/Makefile"
27343 ALL_MAKEFILES="$ALL_MAKEFILES \\
27344 tools/winegcc/Makefile"
27346 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27347 tools/winegcc/Makefile: tools/winegcc/Makefile.in Make.rules"
27348 ac_config_files="$ac_config_files tools/winegcc/Makefile"
27350 ALL_MAKEFILES="$ALL_MAKEFILES \\
27351 tools/wmc/Makefile"
27353 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27354 tools/wmc/Makefile: tools/wmc/Makefile.in Make.rules"
27355 ac_config_files="$ac_config_files tools/wmc/Makefile"
27357 ALL_MAKEFILES="$ALL_MAKEFILES \\
27358 tools/wrc/Makefile"
27360 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27361 tools/wrc/Makefile: tools/wrc/Makefile.in Make.rules"
27362 ac_config_files="$ac_config_files tools/wrc/Makefile"
27366 ALL_WINETEST_DEPENDS="# Test binaries"
27368 for dir in $ALL_TEST_DIRS
27370 if test "$dir" != "\\"
27371 then
27372 testname=`expr $dir : '\(.*\)/tests'`_test.exe
27373 ALL_WINETEST_DEPENDS="$ALL_WINETEST_DEPENDS
27374 $testname: \$(DLLDIR)/$dir/$testname\$(DLLEXT)
27375 cp \$(DLLDIR)/$dir/$testname\$(DLLEXT) \$@ && \$(STRIP) \$@"
27377 done
27379 cat >confcache <<\_ACEOF
27380 # This file is a shell script that caches the results of configure
27381 # tests run on this system so they can be shared between configure
27382 # scripts and configure runs, see configure's option --config-cache.
27383 # It is not useful on other systems. If it contains results you don't
27384 # want to keep, you may remove or edit it.
27386 # config.status only pays attention to the cache file if you give it
27387 # the --recheck option to rerun configure.
27389 # `ac_cv_env_foo' variables (set or unset) will be overridden when
27390 # loading this file, other *unset* `ac_cv_foo' will be assigned the
27391 # following values.
27393 _ACEOF
27395 # The following way of writing the cache mishandles newlines in values,
27396 # but we know of no workaround that is simple, portable, and efficient.
27397 # So, we kill variables containing newlines.
27398 # Ultrix sh set writes to stderr and can't be redirected directly,
27399 # and sets the high bit in the cache file unless we assign to the vars.
27401 for ac_var in `(set) 2>&1 | sed -n 's/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'`; do
27402 eval ac_val=\$$ac_var
27403 case $ac_val in #(
27404 *${as_nl}*)
27405 case $ac_var in #(
27406 *_cv_*) { $as_echo "$as_me:$LINENO: WARNING: cache variable $ac_var contains a newline" >&5
27407 $as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
27408 esac
27409 case $ac_var in #(
27410 _ | IFS | as_nl) ;; #(
27411 BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
27412 *) $as_unset $ac_var ;;
27413 esac ;;
27414 esac
27415 done
27417 (set) 2>&1 |
27418 case $as_nl`(ac_space=' '; set) 2>&1` in #(
27419 *${as_nl}ac_space=\ *)
27420 # `set' does not quote correctly, so add quotes (double-quote
27421 # substitution turns \\\\ into \\, and sed turns \\ into \).
27422 sed -n \
27423 "s/'/'\\\\''/g;
27424 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
27425 ;; #(
27427 # `set' quotes correctly as required by POSIX, so do not add quotes.
27428 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
27430 esac |
27431 sort
27433 sed '
27434 /^ac_cv_env_/b end
27435 t clear
27436 :clear
27437 s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
27438 t end
27439 s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
27440 :end' >>confcache
27441 if diff "$cache_file" confcache >/dev/null 2>&1; then :; else
27442 if test -w "$cache_file"; then
27443 test "x$cache_file" != "x/dev/null" &&
27444 { $as_echo "$as_me:$LINENO: updating cache $cache_file" >&5
27445 $as_echo "$as_me: updating cache $cache_file" >&6;}
27446 cat confcache >$cache_file
27447 else
27448 { $as_echo "$as_me:$LINENO: not updating unwritable cache $cache_file" >&5
27449 $as_echo "$as_me: not updating unwritable cache $cache_file" >&6;}
27452 rm -f confcache
27454 test "x$prefix" = xNONE && prefix=$ac_default_prefix
27455 # Let make expand exec_prefix.
27456 test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
27458 DEFS=-DHAVE_CONFIG_H
27460 ac_libobjs=
27461 ac_ltlibobjs=
27462 for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue
27463 # 1. Remove the extension, and $U if already installed.
27464 ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
27465 ac_i=`$as_echo "$ac_i" | sed "$ac_script"`
27466 # 2. Prepend LIBOBJDIR. When used with automake>=1.10 LIBOBJDIR
27467 # will be set to the directory where LIBOBJS objects are built.
27468 ac_libobjs="$ac_libobjs \${LIBOBJDIR}$ac_i\$U.$ac_objext"
27469 ac_ltlibobjs="$ac_ltlibobjs \${LIBOBJDIR}$ac_i"'$U.lo'
27470 done
27471 LIBOBJS=$ac_libobjs
27473 LTLIBOBJS=$ac_ltlibobjs
27477 : ${CONFIG_STATUS=./config.status}
27478 ac_write_fail=0
27479 ac_clean_files_save=$ac_clean_files
27480 ac_clean_files="$ac_clean_files $CONFIG_STATUS"
27481 { $as_echo "$as_me:$LINENO: creating $CONFIG_STATUS" >&5
27482 $as_echo "$as_me: creating $CONFIG_STATUS" >&6;}
27483 cat >$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
27484 #! $SHELL
27485 # Generated by $as_me.
27486 # Run this file to recreate the current configuration.
27487 # Compiler output produced by configure, useful for debugging
27488 # configure, is in config.log if it exists.
27490 debug=false
27491 ac_cs_recheck=false
27492 ac_cs_silent=false
27493 SHELL=\${CONFIG_SHELL-$SHELL}
27494 _ACEOF
27496 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
27497 ## --------------------- ##
27498 ## M4sh Initialization. ##
27499 ## --------------------- ##
27501 # Be more Bourne compatible
27502 DUALCASE=1; export DUALCASE # for MKS sh
27503 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
27504 emulate sh
27505 NULLCMD=:
27506 # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
27507 # is contrary to our usage. Disable this feature.
27508 alias -g '${1+"$@"}'='"$@"'
27509 setopt NO_GLOB_SUBST
27510 else
27511 case `(set -o) 2>/dev/null` in
27512 *posix*) set -o posix ;;
27513 esac
27520 # PATH needs CR
27521 # Avoid depending upon Character Ranges.
27522 as_cr_letters='abcdefghijklmnopqrstuvwxyz'
27523 as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
27524 as_cr_Letters=$as_cr_letters$as_cr_LETTERS
27525 as_cr_digits='0123456789'
27526 as_cr_alnum=$as_cr_Letters$as_cr_digits
27528 as_nl='
27530 export as_nl
27531 # Printing a long string crashes Solaris 7 /usr/bin/printf.
27532 as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
27533 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo
27534 as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo
27535 if (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
27536 as_echo='printf %s\n'
27537 as_echo_n='printf %s'
27538 else
27539 if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
27540 as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
27541 as_echo_n='/usr/ucb/echo -n'
27542 else
27543 as_echo_body='eval expr "X$1" : "X\\(.*\\)"'
27544 as_echo_n_body='eval
27545 arg=$1;
27546 case $arg in
27547 *"$as_nl"*)
27548 expr "X$arg" : "X\\(.*\\)$as_nl";
27549 arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
27550 esac;
27551 expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl"
27553 export as_echo_n_body
27554 as_echo_n='sh -c $as_echo_n_body as_echo'
27556 export as_echo_body
27557 as_echo='sh -c $as_echo_body as_echo'
27560 # The user is always right.
27561 if test "${PATH_SEPARATOR+set}" != set; then
27562 PATH_SEPARATOR=:
27563 (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && {
27564 (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||
27565 PATH_SEPARATOR=';'
27569 # Support unset when possible.
27570 if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then
27571 as_unset=unset
27572 else
27573 as_unset=false
27577 # IFS
27578 # We need space, tab and new line, in precisely that order. Quoting is
27579 # there to prevent editors from complaining about space-tab.
27580 # (If _AS_PATH_WALK were called with IFS unset, it would disable word
27581 # splitting by setting IFS to empty value.)
27582 IFS=" "" $as_nl"
27584 # Find who we are. Look in the path if we contain no directory separator.
27585 case $0 in
27586 *[\\/]* ) as_myself=$0 ;;
27587 *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
27588 for as_dir in $PATH
27590 IFS=$as_save_IFS
27591 test -z "$as_dir" && as_dir=.
27592 test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
27593 done
27594 IFS=$as_save_IFS
27597 esac
27598 # We did not find ourselves, most probably we were run as `sh COMMAND'
27599 # in which case we are not to be found in the path.
27600 if test "x$as_myself" = x; then
27601 as_myself=$0
27603 if test ! -f "$as_myself"; then
27604 $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
27605 { (exit 1); exit 1; }
27608 # Work around bugs in pre-3.0 UWIN ksh.
27609 for as_var in ENV MAIL MAILPATH
27610 do ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var
27611 done
27612 PS1='$ '
27613 PS2='> '
27614 PS4='+ '
27616 # NLS nuisances.
27617 LC_ALL=C
27618 export LC_ALL
27619 LANGUAGE=C
27620 export LANGUAGE
27622 # Required to use basename.
27623 if expr a : '\(a\)' >/dev/null 2>&1 &&
27624 test "X`expr 00001 : '.*\(...\)'`" = X001; then
27625 as_expr=expr
27626 else
27627 as_expr=false
27630 if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
27631 as_basename=basename
27632 else
27633 as_basename=false
27637 # Name of the executable.
27638 as_me=`$as_basename -- "$0" ||
27639 $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
27640 X"$0" : 'X\(//\)$' \| \
27641 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
27642 $as_echo X/"$0" |
27643 sed '/^.*\/\([^/][^/]*\)\/*$/{
27644 s//\1/
27647 /^X\/\(\/\/\)$/{
27648 s//\1/
27651 /^X\/\(\/\).*/{
27652 s//\1/
27655 s/.*/./; q'`
27657 # CDPATH.
27658 $as_unset CDPATH
27662 as_lineno_1=$LINENO
27663 as_lineno_2=$LINENO
27664 test "x$as_lineno_1" != "x$as_lineno_2" &&
27665 test "x`expr $as_lineno_1 + 1`" = "x$as_lineno_2" || {
27667 # Create $as_me.lineno as a copy of $as_myself, but with $LINENO
27668 # uniformly replaced by the line number. The first 'sed' inserts a
27669 # line-number line after each line using $LINENO; the second 'sed'
27670 # does the real work. The second script uses 'N' to pair each
27671 # line-number line with the line containing $LINENO, and appends
27672 # trailing '-' during substitution so that $LINENO is not a special
27673 # case at line end.
27674 # (Raja R Harinath suggested sed '=', and Paul Eggert wrote the
27675 # scripts with optimization help from Paolo Bonzini. Blame Lee
27676 # E. McMahon (1931-1989) for sed's syntax. :-)
27677 sed -n '
27679 /[$]LINENO/=
27680 ' <$as_myself |
27681 sed '
27682 s/[$]LINENO.*/&-/
27683 t lineno
27685 :lineno
27687 :loop
27688 s/[$]LINENO\([^'$as_cr_alnum'_].*\n\)\(.*\)/\2\1\2/
27689 t loop
27690 s/-\n.*//
27691 ' >$as_me.lineno &&
27692 chmod +x "$as_me.lineno" ||
27693 { $as_echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2
27694 { (exit 1); exit 1; }; }
27696 # Don't try to exec as it changes $[0], causing all sort of problems
27697 # (the dirname of $[0] is not the place where we might find the
27698 # original and so on. Autoconf is especially sensitive to this).
27699 . "./$as_me.lineno"
27700 # Exit status is that of the last command.
27701 exit
27705 if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
27706 as_dirname=dirname
27707 else
27708 as_dirname=false
27711 ECHO_C= ECHO_N= ECHO_T=
27712 case `echo -n x` in
27713 -n*)
27714 case `echo 'x\c'` in
27715 *c*) ECHO_T=' ';; # ECHO_T is single tab character.
27716 *) ECHO_C='\c';;
27717 esac;;
27719 ECHO_N='-n';;
27720 esac
27721 if expr a : '\(a\)' >/dev/null 2>&1 &&
27722 test "X`expr 00001 : '.*\(...\)'`" = X001; then
27723 as_expr=expr
27724 else
27725 as_expr=false
27728 rm -f conf$$ conf$$.exe conf$$.file
27729 if test -d conf$$.dir; then
27730 rm -f conf$$.dir/conf$$.file
27731 else
27732 rm -f conf$$.dir
27733 mkdir conf$$.dir 2>/dev/null
27735 if (echo >conf$$.file) 2>/dev/null; then
27736 if ln -s conf$$.file conf$$ 2>/dev/null; then
27737 as_ln_s='ln -s'
27738 # ... but there are two gotchas:
27739 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
27740 # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
27741 # In both cases, we have to default to `cp -p'.
27742 ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
27743 as_ln_s='cp -p'
27744 elif ln conf$$.file conf$$ 2>/dev/null; then
27745 as_ln_s=ln
27746 else
27747 as_ln_s='cp -p'
27749 else
27750 as_ln_s='cp -p'
27752 rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
27753 rmdir conf$$.dir 2>/dev/null
27755 if mkdir -p . 2>/dev/null; then
27756 as_mkdir_p=:
27757 else
27758 test -d ./-p && rmdir ./-p
27759 as_mkdir_p=false
27762 if test -x / >/dev/null 2>&1; then
27763 as_test_x='test -x'
27764 else
27765 if ls -dL / >/dev/null 2>&1; then
27766 as_ls_L_option=L
27767 else
27768 as_ls_L_option=
27770 as_test_x='
27771 eval sh -c '\''
27772 if test -d "$1"; then
27773 test -d "$1/.";
27774 else
27775 case $1 in
27776 -*)set "./$1";;
27777 esac;
27778 case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in
27779 ???[sx]*):;;*)false;;esac;fi
27780 '\'' sh
27783 as_executable_p=$as_test_x
27785 # Sed expression to map a string onto a valid CPP name.
27786 as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
27788 # Sed expression to map a string onto a valid variable name.
27789 as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
27792 exec 6>&1
27794 # Save the log message, to keep $[0] and so on meaningful, and to
27795 # report actual input values of CONFIG_FILES etc. instead of their
27796 # values after options handling.
27797 ac_log="
27798 This file was extended by Wine $as_me 1.1.10, which was
27799 generated by GNU Autoconf 2.63. Invocation command line was
27801 CONFIG_FILES = $CONFIG_FILES
27802 CONFIG_HEADERS = $CONFIG_HEADERS
27803 CONFIG_LINKS = $CONFIG_LINKS
27804 CONFIG_COMMANDS = $CONFIG_COMMANDS
27805 $ $0 $@
27807 on `(hostname || uname -n) 2>/dev/null | sed 1q`
27810 _ACEOF
27812 case $ac_config_files in *"
27813 "*) set x $ac_config_files; shift; ac_config_files=$*;;
27814 esac
27816 case $ac_config_headers in *"
27817 "*) set x $ac_config_headers; shift; ac_config_headers=$*;;
27818 esac
27821 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
27822 # Files that config.status was made for.
27823 config_files="$ac_config_files"
27824 config_headers="$ac_config_headers"
27825 config_commands="$ac_config_commands"
27827 _ACEOF
27829 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
27830 ac_cs_usage="\
27831 \`$as_me' instantiates files from templates according to the
27832 current configuration.
27834 Usage: $0 [OPTION]... [FILE]...
27836 -h, --help print this help, then exit
27837 -V, --version print version number and configuration settings, then exit
27838 -q, --quiet, --silent
27839 do not print progress messages
27840 -d, --debug don't remove temporary files
27841 --recheck update $as_me by reconfiguring in the same conditions
27842 --file=FILE[:TEMPLATE]
27843 instantiate the configuration file FILE
27844 --header=FILE[:TEMPLATE]
27845 instantiate the configuration header FILE
27847 Configuration files:
27848 $config_files
27850 Configuration headers:
27851 $config_headers
27853 Configuration commands:
27854 $config_commands
27856 Report bugs to <bug-autoconf@gnu.org>."
27858 _ACEOF
27859 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
27860 ac_cs_version="\\
27861 Wine config.status 1.1.10
27862 configured by $0, generated by GNU Autoconf 2.63,
27863 with options \\"`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\"
27865 Copyright (C) 2008 Free Software Foundation, Inc.
27866 This config.status script is free software; the Free Software Foundation
27867 gives unlimited permission to copy, distribute and modify it."
27869 ac_pwd='$ac_pwd'
27870 srcdir='$srcdir'
27871 INSTALL='$INSTALL'
27872 test -n "\$AWK" || AWK=awk
27873 _ACEOF
27875 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
27876 # The default lists apply if the user does not specify any file.
27877 ac_need_defaults=:
27878 while test $# != 0
27880 case $1 in
27881 --*=*)
27882 ac_option=`expr "X$1" : 'X\([^=]*\)='`
27883 ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
27884 ac_shift=:
27887 ac_option=$1
27888 ac_optarg=$2
27889 ac_shift=shift
27891 esac
27893 case $ac_option in
27894 # Handling of the options.
27895 -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
27896 ac_cs_recheck=: ;;
27897 --version | --versio | --versi | --vers | --ver | --ve | --v | -V )
27898 $as_echo "$ac_cs_version"; exit ;;
27899 --debug | --debu | --deb | --de | --d | -d )
27900 debug=: ;;
27901 --file | --fil | --fi | --f )
27902 $ac_shift
27903 case $ac_optarg in
27904 *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
27905 esac
27906 CONFIG_FILES="$CONFIG_FILES '$ac_optarg'"
27907 ac_need_defaults=false;;
27908 --header | --heade | --head | --hea )
27909 $ac_shift
27910 case $ac_optarg in
27911 *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
27912 esac
27913 CONFIG_HEADERS="$CONFIG_HEADERS '$ac_optarg'"
27914 ac_need_defaults=false;;
27915 --he | --h)
27916 # Conflict between --help and --header
27917 { $as_echo "$as_me: error: ambiguous option: $1
27918 Try \`$0 --help' for more information." >&2
27919 { (exit 1); exit 1; }; };;
27920 --help | --hel | -h )
27921 $as_echo "$ac_cs_usage"; exit ;;
27922 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
27923 | -silent | --silent | --silen | --sile | --sil | --si | --s)
27924 ac_cs_silent=: ;;
27926 # This is an error.
27927 -*) { $as_echo "$as_me: error: unrecognized option: $1
27928 Try \`$0 --help' for more information." >&2
27929 { (exit 1); exit 1; }; } ;;
27931 *) ac_config_targets="$ac_config_targets $1"
27932 ac_need_defaults=false ;;
27934 esac
27935 shift
27936 done
27938 ac_configure_extra_args=
27940 if $ac_cs_silent; then
27941 exec 6>/dev/null
27942 ac_configure_extra_args="$ac_configure_extra_args --silent"
27945 _ACEOF
27946 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
27947 if \$ac_cs_recheck; then
27948 set X '$SHELL' '$0' $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
27949 shift
27950 \$as_echo "running CONFIG_SHELL=$SHELL \$*" >&6
27951 CONFIG_SHELL='$SHELL'
27952 export CONFIG_SHELL
27953 exec "\$@"
27956 _ACEOF
27957 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
27958 exec 5>>config.log
27960 echo
27961 sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
27962 ## Running $as_me. ##
27963 _ASBOX
27964 $as_echo "$ac_log"
27965 } >&5
27967 _ACEOF
27968 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
27969 _ACEOF
27971 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
27973 # Handling of arguments.
27974 for ac_config_target in $ac_config_targets
27976 case $ac_config_target in
27977 "include/config.h") CONFIG_HEADERS="$CONFIG_HEADERS include/config.h" ;;
27978 "include/stamp-h") CONFIG_COMMANDS="$CONFIG_COMMANDS include/stamp-h" ;;
27979 "dlls/gdi32/enhmfdrv") CONFIG_COMMANDS="$CONFIG_COMMANDS dlls/gdi32/enhmfdrv" ;;
27980 "dlls/gdi32/mfdrv") CONFIG_COMMANDS="$CONFIG_COMMANDS dlls/gdi32/mfdrv" ;;
27981 "dlls/kernel32/nls") CONFIG_COMMANDS="$CONFIG_COMMANDS dlls/kernel32/nls" ;;
27982 "dlls/user32/resources") CONFIG_COMMANDS="$CONFIG_COMMANDS dlls/user32/resources" ;;
27983 "dlls/wineps.drv/data") CONFIG_COMMANDS="$CONFIG_COMMANDS dlls/wineps.drv/data" ;;
27984 "include/wine") CONFIG_COMMANDS="$CONFIG_COMMANDS include/wine" ;;
27985 "Make.rules") CONFIG_FILES="$CONFIG_FILES Make.rules" ;;
27986 "dlls/Makedll.rules") CONFIG_FILES="$CONFIG_FILES dlls/Makedll.rules" ;;
27987 "dlls/Makeimplib.rules") CONFIG_FILES="$CONFIG_FILES dlls/Makeimplib.rules" ;;
27988 "dlls/Maketest.rules") CONFIG_FILES="$CONFIG_FILES dlls/Maketest.rules" ;;
27989 "programs/Makeprog.rules") CONFIG_FILES="$CONFIG_FILES programs/Makeprog.rules" ;;
27990 "Makefile") CONFIG_FILES="$CONFIG_FILES Makefile" ;;
27991 "dlls/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/Makefile" ;;
27992 "dlls/acledit/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/acledit/Makefile" ;;
27993 "dlls/activeds/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/activeds/Makefile" ;;
27994 "dlls/actxprxy/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/actxprxy/Makefile" ;;
27995 "dlls/adsiid/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/adsiid/Makefile" ;;
27996 "dlls/advapi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/advapi32/Makefile" ;;
27997 "dlls/advapi32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/advapi32/tests/Makefile" ;;
27998 "dlls/advpack/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/advpack/Makefile" ;;
27999 "dlls/advpack/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/advpack/tests/Makefile" ;;
28000 "dlls/amstream/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/amstream/Makefile" ;;
28001 "dlls/appwiz.cpl/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/appwiz.cpl/Makefile" ;;
28002 "dlls/atl/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/atl/Makefile" ;;
28003 "dlls/avicap32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/avicap32/Makefile" ;;
28004 "dlls/avifil32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/avifil32/Makefile" ;;
28005 "dlls/browseui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/browseui/Makefile" ;;
28006 "dlls/browseui/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/browseui/tests/Makefile" ;;
28007 "dlls/cabinet/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cabinet/Makefile" ;;
28008 "dlls/cabinet/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cabinet/tests/Makefile" ;;
28009 "dlls/capi2032/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/capi2032/Makefile" ;;
28010 "dlls/cards/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cards/Makefile" ;;
28011 "dlls/cfgmgr32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cfgmgr32/Makefile" ;;
28012 "dlls/clusapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/clusapi/Makefile" ;;
28013 "dlls/comcat/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/comcat/Makefile" ;;
28014 "dlls/comcat/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/comcat/tests/Makefile" ;;
28015 "dlls/comctl32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/comctl32/Makefile" ;;
28016 "dlls/comctl32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/comctl32/tests/Makefile" ;;
28017 "dlls/comdlg32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/comdlg32/Makefile" ;;
28018 "dlls/comdlg32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/comdlg32/tests/Makefile" ;;
28019 "dlls/compstui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/compstui/Makefile" ;;
28020 "dlls/credui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/credui/Makefile" ;;
28021 "dlls/credui/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/credui/tests/Makefile" ;;
28022 "dlls/crtdll/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/crtdll/Makefile" ;;
28023 "dlls/crypt32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/crypt32/Makefile" ;;
28024 "dlls/crypt32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/crypt32/tests/Makefile" ;;
28025 "dlls/cryptdlg/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cryptdlg/Makefile" ;;
28026 "dlls/cryptdll/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cryptdll/Makefile" ;;
28027 "dlls/cryptnet/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cryptnet/Makefile" ;;
28028 "dlls/cryptnet/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cryptnet/tests/Makefile" ;;
28029 "dlls/cryptui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cryptui/Makefile" ;;
28030 "dlls/cryptui/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cryptui/tests/Makefile" ;;
28031 "dlls/ctapi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ctapi32/Makefile" ;;
28032 "dlls/ctl3d32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ctl3d32/Makefile" ;;
28033 "dlls/d3d10/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d10/Makefile" ;;
28034 "dlls/d3d10/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d10/tests/Makefile" ;;
28035 "dlls/d3d10core/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d10core/Makefile" ;;
28036 "dlls/d3d10core/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d10core/tests/Makefile" ;;
28037 "dlls/d3d8/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d8/Makefile" ;;
28038 "dlls/d3d8/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d8/tests/Makefile" ;;
28039 "dlls/d3d9/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d9/Makefile" ;;
28040 "dlls/d3d9/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d9/tests/Makefile" ;;
28041 "dlls/d3dim/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dim/Makefile" ;;
28042 "dlls/d3drm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3drm/Makefile" ;;
28043 "dlls/d3drm/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3drm/tests/Makefile" ;;
28044 "dlls/d3dx8/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx8/Makefile" ;;
28045 "dlls/d3dx8/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx8/tests/Makefile" ;;
28046 "dlls/d3dx9_24/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_24/Makefile" ;;
28047 "dlls/d3dx9_25/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_25/Makefile" ;;
28048 "dlls/d3dx9_26/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_26/Makefile" ;;
28049 "dlls/d3dx9_27/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_27/Makefile" ;;
28050 "dlls/d3dx9_28/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_28/Makefile" ;;
28051 "dlls/d3dx9_29/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_29/Makefile" ;;
28052 "dlls/d3dx9_30/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_30/Makefile" ;;
28053 "dlls/d3dx9_31/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_31/Makefile" ;;
28054 "dlls/d3dx9_32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_32/Makefile" ;;
28055 "dlls/d3dx9_33/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_33/Makefile" ;;
28056 "dlls/d3dx9_34/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_34/Makefile" ;;
28057 "dlls/d3dx9_35/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_35/Makefile" ;;
28058 "dlls/d3dx9_36/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_36/Makefile" ;;
28059 "dlls/d3dx9_36/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_36/tests/Makefile" ;;
28060 "dlls/d3dx9_37/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_37/Makefile" ;;
28061 "dlls/d3dxof/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dxof/Makefile" ;;
28062 "dlls/d3dxof/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dxof/tests/Makefile" ;;
28063 "dlls/dbghelp/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dbghelp/Makefile" ;;
28064 "dlls/dciman32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dciman32/Makefile" ;;
28065 "dlls/ddraw/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ddraw/Makefile" ;;
28066 "dlls/ddraw/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ddraw/tests/Makefile" ;;
28067 "dlls/ddrawex/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ddrawex/Makefile" ;;
28068 "dlls/devenum/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/devenum/Makefile" ;;
28069 "dlls/dinput/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dinput/Makefile" ;;
28070 "dlls/dinput/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dinput/tests/Makefile" ;;
28071 "dlls/dinput8/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dinput8/Makefile" ;;
28072 "dlls/dmband/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmband/Makefile" ;;
28073 "dlls/dmcompos/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmcompos/Makefile" ;;
28074 "dlls/dmime/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmime/Makefile" ;;
28075 "dlls/dmloader/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmloader/Makefile" ;;
28076 "dlls/dmscript/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmscript/Makefile" ;;
28077 "dlls/dmstyle/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmstyle/Makefile" ;;
28078 "dlls/dmsynth/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmsynth/Makefile" ;;
28079 "dlls/dmusic/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmusic/Makefile" ;;
28080 "dlls/dmusic32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmusic32/Makefile" ;;
28081 "dlls/dnsapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dnsapi/Makefile" ;;
28082 "dlls/dnsapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dnsapi/tests/Makefile" ;;
28083 "dlls/dplay/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dplay/Makefile" ;;
28084 "dlls/dplayx/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dplayx/Makefile" ;;
28085 "dlls/dplayx/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dplayx/tests/Makefile" ;;
28086 "dlls/dpnaddr/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dpnaddr/Makefile" ;;
28087 "dlls/dpnet/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dpnet/Makefile" ;;
28088 "dlls/dpnhpast/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dpnhpast/Makefile" ;;
28089 "dlls/dpnlobby/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dpnlobby/Makefile" ;;
28090 "dlls/dpwsockx/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dpwsockx/Makefile" ;;
28091 "dlls/dsound/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dsound/Makefile" ;;
28092 "dlls/dsound/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dsound/tests/Makefile" ;;
28093 "dlls/dssenh/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dssenh/Makefile" ;;
28094 "dlls/dswave/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dswave/Makefile" ;;
28095 "dlls/dwmapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dwmapi/Makefile" ;;
28096 "dlls/dxdiagn/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dxdiagn/Makefile" ;;
28097 "dlls/dxerr8/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dxerr8/Makefile" ;;
28098 "dlls/dxerr9/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dxerr9/Makefile" ;;
28099 "dlls/dxgi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dxgi/Makefile" ;;
28100 "dlls/dxgi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dxgi/tests/Makefile" ;;
28101 "dlls/dxguid/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dxguid/Makefile" ;;
28102 "dlls/faultrep/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/faultrep/Makefile" ;;
28103 "dlls/fusion/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/fusion/Makefile" ;;
28104 "dlls/fusion/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/fusion/tests/Makefile" ;;
28105 "dlls/gdi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/gdi32/Makefile" ;;
28106 "dlls/gdi32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/gdi32/tests/Makefile" ;;
28107 "dlls/gdiplus/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/gdiplus/Makefile" ;;
28108 "dlls/gdiplus/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/gdiplus/tests/Makefile" ;;
28109 "dlls/glu32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/glu32/Makefile" ;;
28110 "dlls/gphoto2.ds/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/gphoto2.ds/Makefile" ;;
28111 "dlls/gpkcsp/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/gpkcsp/Makefile" ;;
28112 "dlls/hal/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/hal/Makefile" ;;
28113 "dlls/hhctrl.ocx/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/hhctrl.ocx/Makefile" ;;
28114 "dlls/hid/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/hid/Makefile" ;;
28115 "dlls/hlink/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/hlink/Makefile" ;;
28116 "dlls/hlink/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/hlink/tests/Makefile" ;;
28117 "dlls/hnetcfg/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/hnetcfg/Makefile" ;;
28118 "dlls/iccvid/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/iccvid/Makefile" ;;
28119 "dlls/icmp/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/icmp/Makefile" ;;
28120 "dlls/ifsmgr.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ifsmgr.vxd/Makefile" ;;
28121 "dlls/imaadp32.acm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/imaadp32.acm/Makefile" ;;
28122 "dlls/imagehlp/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/imagehlp/Makefile" ;;
28123 "dlls/imm32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/imm32/Makefile" ;;
28124 "dlls/imm32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/imm32/tests/Makefile" ;;
28125 "dlls/inetcomm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/inetcomm/Makefile" ;;
28126 "dlls/inetcomm/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/inetcomm/tests/Makefile" ;;
28127 "dlls/inetmib1/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/inetmib1/Makefile" ;;
28128 "dlls/inetmib1/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/inetmib1/tests/Makefile" ;;
28129 "dlls/infosoft/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/infosoft/Makefile" ;;
28130 "dlls/infosoft/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/infosoft/tests/Makefile" ;;
28131 "dlls/initpki/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/initpki/Makefile" ;;
28132 "dlls/inkobj/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/inkobj/Makefile" ;;
28133 "dlls/inseng/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/inseng/Makefile" ;;
28134 "dlls/iphlpapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/iphlpapi/Makefile" ;;
28135 "dlls/iphlpapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/iphlpapi/tests/Makefile" ;;
28136 "dlls/itircl/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/itircl/Makefile" ;;
28137 "dlls/itss/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/itss/Makefile" ;;
28138 "dlls/itss/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/itss/tests/Makefile" ;;
28139 "dlls/jscript/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/jscript/Makefile" ;;
28140 "dlls/jscript/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/jscript/tests/Makefile" ;;
28141 "dlls/kernel32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/kernel32/Makefile" ;;
28142 "dlls/kernel32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/kernel32/tests/Makefile" ;;
28143 "dlls/localspl/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/localspl/Makefile" ;;
28144 "dlls/localspl/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/localspl/tests/Makefile" ;;
28145 "dlls/localui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/localui/Makefile" ;;
28146 "dlls/localui/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/localui/tests/Makefile" ;;
28147 "dlls/lz32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/lz32/Makefile" ;;
28148 "dlls/lz32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/lz32/tests/Makefile" ;;
28149 "dlls/mapi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mapi32/Makefile" ;;
28150 "dlls/mapi32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mapi32/tests/Makefile" ;;
28151 "dlls/mciavi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mciavi32/Makefile" ;;
28152 "dlls/mcicda/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mcicda/Makefile" ;;
28153 "dlls/mciseq/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mciseq/Makefile" ;;
28154 "dlls/mciwave/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mciwave/Makefile" ;;
28155 "dlls/midimap/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/midimap/Makefile" ;;
28156 "dlls/mlang/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mlang/Makefile" ;;
28157 "dlls/mlang/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mlang/tests/Makefile" ;;
28158 "dlls/mmdevldr.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mmdevldr.vxd/Makefile" ;;
28159 "dlls/monodebg.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/monodebg.vxd/Makefile" ;;
28160 "dlls/mountmgr.sys/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mountmgr.sys/Makefile" ;;
28161 "dlls/mpr/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mpr/Makefile" ;;
28162 "dlls/mprapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mprapi/Makefile" ;;
28163 "dlls/msacm32.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msacm32.drv/Makefile" ;;
28164 "dlls/msacm32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msacm32/Makefile" ;;
28165 "dlls/msacm32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msacm32/tests/Makefile" ;;
28166 "dlls/msadp32.acm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msadp32.acm/Makefile" ;;
28167 "dlls/mscat32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mscat32/Makefile" ;;
28168 "dlls/mscms/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mscms/Makefile" ;;
28169 "dlls/mscms/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mscms/tests/Makefile" ;;
28170 "dlls/mscoree/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mscoree/Makefile" ;;
28171 "dlls/msdmo/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msdmo/Makefile" ;;
28172 "dlls/msftedit/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msftedit/Makefile" ;;
28173 "dlls/msg711.acm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msg711.acm/Makefile" ;;
28174 "dlls/mshtml.tlb/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mshtml.tlb/Makefile" ;;
28175 "dlls/mshtml/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mshtml/Makefile" ;;
28176 "dlls/mshtml/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mshtml/tests/Makefile" ;;
28177 "dlls/msi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msi/Makefile" ;;
28178 "dlls/msi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msi/tests/Makefile" ;;
28179 "dlls/msimg32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msimg32/Makefile" ;;
28180 "dlls/msimtf/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msimtf/Makefile" ;;
28181 "dlls/msisip/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msisip/Makefile" ;;
28182 "dlls/msisys.ocx/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msisys.ocx/Makefile" ;;
28183 "dlls/msnet32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msnet32/Makefile" ;;
28184 "dlls/msrle32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msrle32/Makefile" ;;
28185 "dlls/mssip32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mssip32/Makefile" ;;
28186 "dlls/mstask/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mstask/Makefile" ;;
28187 "dlls/mstask/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mstask/tests/Makefile" ;;
28188 "dlls/msvcirt/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcirt/Makefile" ;;
28189 "dlls/msvcr71/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcr71/Makefile" ;;
28190 "dlls/msvcrt/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcrt/Makefile" ;;
28191 "dlls/msvcrt/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcrt/tests/Makefile" ;;
28192 "dlls/msvcrt20/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcrt20/Makefile" ;;
28193 "dlls/msvcrt40/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcrt40/Makefile" ;;
28194 "dlls/msvcrtd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcrtd/Makefile" ;;
28195 "dlls/msvcrtd/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcrtd/tests/Makefile" ;;
28196 "dlls/msvfw32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvfw32/Makefile" ;;
28197 "dlls/msvidc32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvidc32/Makefile" ;;
28198 "dlls/mswsock/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mswsock/Makefile" ;;
28199 "dlls/msxml3/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msxml3/Makefile" ;;
28200 "dlls/msxml3/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msxml3/tests/Makefile" ;;
28201 "dlls/nddeapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/nddeapi/Makefile" ;;
28202 "dlls/netapi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/netapi32/Makefile" ;;
28203 "dlls/netapi32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/netapi32/tests/Makefile" ;;
28204 "dlls/newdev/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/newdev/Makefile" ;;
28205 "dlls/ntdll/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ntdll/Makefile" ;;
28206 "dlls/ntdll/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ntdll/tests/Makefile" ;;
28207 "dlls/ntdsapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ntdsapi/Makefile" ;;
28208 "dlls/ntdsapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ntdsapi/tests/Makefile" ;;
28209 "dlls/ntoskrnl.exe/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ntoskrnl.exe/Makefile" ;;
28210 "dlls/ntprint/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ntprint/Makefile" ;;
28211 "dlls/ntprint/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ntprint/tests/Makefile" ;;
28212 "dlls/objsel/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/objsel/Makefile" ;;
28213 "dlls/odbc32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/odbc32/Makefile" ;;
28214 "dlls/odbccp32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/odbccp32/Makefile" ;;
28215 "dlls/odbccp32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/odbccp32/tests/Makefile" ;;
28216 "dlls/ole32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ole32/Makefile" ;;
28217 "dlls/ole32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ole32/tests/Makefile" ;;
28218 "dlls/oleacc/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/oleacc/Makefile" ;;
28219 "dlls/oleacc/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/oleacc/tests/Makefile" ;;
28220 "dlls/oleaut32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/oleaut32/Makefile" ;;
28221 "dlls/oleaut32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/oleaut32/tests/Makefile" ;;
28222 "dlls/olecli32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/olecli32/Makefile" ;;
28223 "dlls/oledlg/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/oledlg/Makefile" ;;
28224 "dlls/olepro32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/olepro32/Makefile" ;;
28225 "dlls/olesvr32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/olesvr32/Makefile" ;;
28226 "dlls/olethk32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/olethk32/Makefile" ;;
28227 "dlls/opengl32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/opengl32/Makefile" ;;
28228 "dlls/opengl32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/opengl32/tests/Makefile" ;;
28229 "dlls/pdh/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/pdh/Makefile" ;;
28230 "dlls/pdh/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/pdh/tests/Makefile" ;;
28231 "dlls/powrprof/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/powrprof/Makefile" ;;
28232 "dlls/printui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/printui/Makefile" ;;
28233 "dlls/propsys/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/propsys/Makefile" ;;
28234 "dlls/psapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/psapi/Makefile" ;;
28235 "dlls/psapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/psapi/tests/Makefile" ;;
28236 "dlls/pstorec/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/pstorec/Makefile" ;;
28237 "dlls/qcap/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/qcap/Makefile" ;;
28238 "dlls/qedit/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/qedit/Makefile" ;;
28239 "dlls/qedit/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/qedit/tests/Makefile" ;;
28240 "dlls/qmgr/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/qmgr/Makefile" ;;
28241 "dlls/qmgr/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/qmgr/tests/Makefile" ;;
28242 "dlls/qmgrprxy/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/qmgrprxy/Makefile" ;;
28243 "dlls/quartz/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/quartz/Makefile" ;;
28244 "dlls/quartz/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/quartz/tests/Makefile" ;;
28245 "dlls/query/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/query/Makefile" ;;
28246 "dlls/rasapi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rasapi32/Makefile" ;;
28247 "dlls/rasapi32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rasapi32/tests/Makefile" ;;
28248 "dlls/resutils/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/resutils/Makefile" ;;
28249 "dlls/riched20/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/riched20/Makefile" ;;
28250 "dlls/riched20/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/riched20/tests/Makefile" ;;
28251 "dlls/riched32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/riched32/Makefile" ;;
28252 "dlls/riched32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/riched32/tests/Makefile" ;;
28253 "dlls/rpcrt4/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rpcrt4/Makefile" ;;
28254 "dlls/rpcrt4/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rpcrt4/tests/Makefile" ;;
28255 "dlls/rsabase/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rsabase/Makefile" ;;
28256 "dlls/rsaenh/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rsaenh/Makefile" ;;
28257 "dlls/rsaenh/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rsaenh/tests/Makefile" ;;
28258 "dlls/sane.ds/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sane.ds/Makefile" ;;
28259 "dlls/sccbase/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sccbase/Makefile" ;;
28260 "dlls/schannel/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/schannel/Makefile" ;;
28261 "dlls/schannel/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/schannel/tests/Makefile" ;;
28262 "dlls/secur32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/secur32/Makefile" ;;
28263 "dlls/secur32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/secur32/tests/Makefile" ;;
28264 "dlls/security/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/security/Makefile" ;;
28265 "dlls/sensapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sensapi/Makefile" ;;
28266 "dlls/serialui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/serialui/Makefile" ;;
28267 "dlls/serialui/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/serialui/tests/Makefile" ;;
28268 "dlls/setupapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/setupapi/Makefile" ;;
28269 "dlls/setupapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/setupapi/tests/Makefile" ;;
28270 "dlls/sfc/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sfc/Makefile" ;;
28271 "dlls/sfc_os/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sfc_os/Makefile" ;;
28272 "dlls/shdoclc/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shdoclc/Makefile" ;;
28273 "dlls/shdocvw/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shdocvw/Makefile" ;;
28274 "dlls/shdocvw/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shdocvw/tests/Makefile" ;;
28275 "dlls/shell32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shell32/Makefile" ;;
28276 "dlls/shell32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shell32/tests/Makefile" ;;
28277 "dlls/shfolder/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shfolder/Makefile" ;;
28278 "dlls/shlwapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shlwapi/Makefile" ;;
28279 "dlls/shlwapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shlwapi/tests/Makefile" ;;
28280 "dlls/slbcsp/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/slbcsp/Makefile" ;;
28281 "dlls/slc/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/slc/Makefile" ;;
28282 "dlls/snmpapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/snmpapi/Makefile" ;;
28283 "dlls/snmpapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/snmpapi/tests/Makefile" ;;
28284 "dlls/softpub/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/softpub/Makefile" ;;
28285 "dlls/spoolss/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/spoolss/Makefile" ;;
28286 "dlls/spoolss/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/spoolss/tests/Makefile" ;;
28287 "dlls/stdole2.tlb/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/stdole2.tlb/Makefile" ;;
28288 "dlls/stdole32.tlb/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/stdole32.tlb/Makefile" ;;
28289 "dlls/sti/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sti/Makefile" ;;
28290 "dlls/strmiids/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/strmiids/Makefile" ;;
28291 "dlls/svrapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/svrapi/Makefile" ;;
28292 "dlls/sxs/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sxs/Makefile" ;;
28293 "dlls/tapi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/tapi32/Makefile" ;;
28294 "dlls/twain_32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/twain_32/Makefile" ;;
28295 "dlls/unicows/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/unicows/Makefile" ;;
28296 "dlls/url/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/url/Makefile" ;;
28297 "dlls/urlmon/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/urlmon/Makefile" ;;
28298 "dlls/urlmon/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/urlmon/tests/Makefile" ;;
28299 "dlls/user32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/user32/Makefile" ;;
28300 "dlls/user32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/user32/tests/Makefile" ;;
28301 "dlls/userenv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/userenv/Makefile" ;;
28302 "dlls/userenv/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/userenv/tests/Makefile" ;;
28303 "dlls/usp10/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/usp10/Makefile" ;;
28304 "dlls/usp10/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/usp10/tests/Makefile" ;;
28305 "dlls/uuid/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/uuid/Makefile" ;;
28306 "dlls/uxtheme/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/uxtheme/Makefile" ;;
28307 "dlls/uxtheme/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/uxtheme/tests/Makefile" ;;
28308 "dlls/vdhcp.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/vdhcp.vxd/Makefile" ;;
28309 "dlls/vdmdbg/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/vdmdbg/Makefile" ;;
28310 "dlls/version/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/version/Makefile" ;;
28311 "dlls/version/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/version/tests/Makefile" ;;
28312 "dlls/vmm.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/vmm.vxd/Makefile" ;;
28313 "dlls/vnbt.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/vnbt.vxd/Makefile" ;;
28314 "dlls/vnetbios.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/vnetbios.vxd/Makefile" ;;
28315 "dlls/vtdapi.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/vtdapi.vxd/Makefile" ;;
28316 "dlls/vwin32.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/vwin32.vxd/Makefile" ;;
28317 "dlls/w32skrnl/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/w32skrnl/Makefile" ;;
28318 "dlls/winealsa.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winealsa.drv/Makefile" ;;
28319 "dlls/wineaudioio.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wineaudioio.drv/Makefile" ;;
28320 "dlls/winecoreaudio.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winecoreaudio.drv/Makefile" ;;
28321 "dlls/winecrt0/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winecrt0/Makefile" ;;
28322 "dlls/wined3d/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wined3d/Makefile" ;;
28323 "dlls/winedos/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winedos/Makefile" ;;
28324 "dlls/wineesd.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wineesd.drv/Makefile" ;;
28325 "dlls/winejack.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winejack.drv/Makefile" ;;
28326 "dlls/winejoystick.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winejoystick.drv/Makefile" ;;
28327 "dlls/winemp3.acm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winemp3.acm/Makefile" ;;
28328 "dlls/winenas.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winenas.drv/Makefile" ;;
28329 "dlls/wineoss.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wineoss.drv/Makefile" ;;
28330 "dlls/wineps.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wineps.drv/Makefile" ;;
28331 "dlls/winequartz.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winequartz.drv/Makefile" ;;
28332 "dlls/winex11.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winex11.drv/Makefile" ;;
28333 "dlls/wing32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wing32/Makefile" ;;
28334 "dlls/winhttp/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winhttp/Makefile" ;;
28335 "dlls/winhttp/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winhttp/tests/Makefile" ;;
28336 "dlls/wininet/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wininet/Makefile" ;;
28337 "dlls/wininet/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wininet/tests/Makefile" ;;
28338 "dlls/winmm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winmm/Makefile" ;;
28339 "dlls/winmm/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winmm/tests/Makefile" ;;
28340 "dlls/winnls32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winnls32/Makefile" ;;
28341 "dlls/winscard/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winscard/Makefile" ;;
28342 "dlls/winspool.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winspool.drv/Makefile" ;;
28343 "dlls/winspool.drv/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winspool.drv/tests/Makefile" ;;
28344 "dlls/wintab32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wintab32/Makefile" ;;
28345 "dlls/wintrust/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wintrust/Makefile" ;;
28346 "dlls/wintrust/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wintrust/tests/Makefile" ;;
28347 "dlls/wldap32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wldap32/Makefile" ;;
28348 "dlls/wldap32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wldap32/tests/Makefile" ;;
28349 "dlls/wmi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wmi/Makefile" ;;
28350 "dlls/wnaspi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wnaspi32/Makefile" ;;
28351 "dlls/wow32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wow32/Makefile" ;;
28352 "dlls/ws2_32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ws2_32/Makefile" ;;
28353 "dlls/ws2_32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ws2_32/tests/Makefile" ;;
28354 "dlls/wsock32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wsock32/Makefile" ;;
28355 "dlls/wtsapi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wtsapi32/Makefile" ;;
28356 "dlls/xinput1_1/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/xinput1_1/Makefile" ;;
28357 "dlls/xinput1_2/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/xinput1_2/Makefile" ;;
28358 "dlls/xinput1_3/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/xinput1_3/Makefile" ;;
28359 "dlls/xinput1_3/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/xinput1_3/tests/Makefile" ;;
28360 "dlls/xinput9_1_0/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/xinput9_1_0/Makefile" ;;
28361 "documentation/Makefile") CONFIG_FILES="$CONFIG_FILES documentation/Makefile" ;;
28362 "fonts/Makefile") CONFIG_FILES="$CONFIG_FILES fonts/Makefile" ;;
28363 "include/Makefile") CONFIG_FILES="$CONFIG_FILES include/Makefile" ;;
28364 "libs/Makefile") CONFIG_FILES="$CONFIG_FILES libs/Makefile" ;;
28365 "libs/port/Makefile") CONFIG_FILES="$CONFIG_FILES libs/port/Makefile" ;;
28366 "libs/wine/Makefile") CONFIG_FILES="$CONFIG_FILES libs/wine/Makefile" ;;
28367 "libs/wpp/Makefile") CONFIG_FILES="$CONFIG_FILES libs/wpp/Makefile" ;;
28368 "loader/Makefile") CONFIG_FILES="$CONFIG_FILES loader/Makefile" ;;
28369 "programs/Makefile") CONFIG_FILES="$CONFIG_FILES programs/Makefile" ;;
28370 "programs/clock/Makefile") CONFIG_FILES="$CONFIG_FILES programs/clock/Makefile" ;;
28371 "programs/cmd/Makefile") CONFIG_FILES="$CONFIG_FILES programs/cmd/Makefile" ;;
28372 "programs/cmdlgtst/Makefile") CONFIG_FILES="$CONFIG_FILES programs/cmdlgtst/Makefile" ;;
28373 "programs/control/Makefile") CONFIG_FILES="$CONFIG_FILES programs/control/Makefile" ;;
28374 "programs/eject/Makefile") CONFIG_FILES="$CONFIG_FILES programs/eject/Makefile" ;;
28375 "programs/expand/Makefile") CONFIG_FILES="$CONFIG_FILES programs/expand/Makefile" ;;
28376 "programs/explorer/Makefile") CONFIG_FILES="$CONFIG_FILES programs/explorer/Makefile" ;;
28377 "programs/hh/Makefile") CONFIG_FILES="$CONFIG_FILES programs/hh/Makefile" ;;
28378 "programs/icinfo/Makefile") CONFIG_FILES="$CONFIG_FILES programs/icinfo/Makefile" ;;
28379 "programs/iexplore/Makefile") CONFIG_FILES="$CONFIG_FILES programs/iexplore/Makefile" ;;
28380 "programs/msiexec/Makefile") CONFIG_FILES="$CONFIG_FILES programs/msiexec/Makefile" ;;
28381 "programs/net/Makefile") CONFIG_FILES="$CONFIG_FILES programs/net/Makefile" ;;
28382 "programs/notepad/Makefile") CONFIG_FILES="$CONFIG_FILES programs/notepad/Makefile" ;;
28383 "programs/oleview/Makefile") CONFIG_FILES="$CONFIG_FILES programs/oleview/Makefile" ;;
28384 "programs/progman/Makefile") CONFIG_FILES="$CONFIG_FILES programs/progman/Makefile" ;;
28385 "programs/reg/Makefile") CONFIG_FILES="$CONFIG_FILES programs/reg/Makefile" ;;
28386 "programs/regedit/Makefile") CONFIG_FILES="$CONFIG_FILES programs/regedit/Makefile" ;;
28387 "programs/regsvr32/Makefile") CONFIG_FILES="$CONFIG_FILES programs/regsvr32/Makefile" ;;
28388 "programs/rpcss/Makefile") CONFIG_FILES="$CONFIG_FILES programs/rpcss/Makefile" ;;
28389 "programs/rundll32/Makefile") CONFIG_FILES="$CONFIG_FILES programs/rundll32/Makefile" ;;
28390 "programs/secedit/Makefile") CONFIG_FILES="$CONFIG_FILES programs/secedit/Makefile" ;;
28391 "programs/services/Makefile") CONFIG_FILES="$CONFIG_FILES programs/services/Makefile" ;;
28392 "programs/spoolsv/Makefile") CONFIG_FILES="$CONFIG_FILES programs/spoolsv/Makefile" ;;
28393 "programs/start/Makefile") CONFIG_FILES="$CONFIG_FILES programs/start/Makefile" ;;
28394 "programs/svchost/Makefile") CONFIG_FILES="$CONFIG_FILES programs/svchost/Makefile" ;;
28395 "programs/taskmgr/Makefile") CONFIG_FILES="$CONFIG_FILES programs/taskmgr/Makefile" ;;
28396 "programs/uninstaller/Makefile") CONFIG_FILES="$CONFIG_FILES programs/uninstaller/Makefile" ;;
28397 "programs/view/Makefile") CONFIG_FILES="$CONFIG_FILES programs/view/Makefile" ;;
28398 "programs/wineboot/Makefile") CONFIG_FILES="$CONFIG_FILES programs/wineboot/Makefile" ;;
28399 "programs/winebrowser/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winebrowser/Makefile" ;;
28400 "programs/winecfg/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winecfg/Makefile" ;;
28401 "programs/wineconsole/Makefile") CONFIG_FILES="$CONFIG_FILES programs/wineconsole/Makefile" ;;
28402 "programs/winedbg/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winedbg/Makefile" ;;
28403 "programs/winedevice/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winedevice/Makefile" ;;
28404 "programs/winefile/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winefile/Makefile" ;;
28405 "programs/winemenubuilder/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winemenubuilder/Makefile" ;;
28406 "programs/winemine/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winemine/Makefile" ;;
28407 "programs/winepath/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winepath/Makefile" ;;
28408 "programs/winetest/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winetest/Makefile" ;;
28409 "programs/winevdm/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winevdm/Makefile" ;;
28410 "programs/winhlp32/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winhlp32/Makefile" ;;
28411 "programs/winver/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winver/Makefile" ;;
28412 "programs/wordpad/Makefile") CONFIG_FILES="$CONFIG_FILES programs/wordpad/Makefile" ;;
28413 "programs/write/Makefile") CONFIG_FILES="$CONFIG_FILES programs/write/Makefile" ;;
28414 "programs/xcopy/Makefile") CONFIG_FILES="$CONFIG_FILES programs/xcopy/Makefile" ;;
28415 "server/Makefile") CONFIG_FILES="$CONFIG_FILES server/Makefile" ;;
28416 "tools/Makefile") CONFIG_FILES="$CONFIG_FILES tools/Makefile" ;;
28417 "tools/widl/Makefile") CONFIG_FILES="$CONFIG_FILES tools/widl/Makefile" ;;
28418 "tools/winebuild/Makefile") CONFIG_FILES="$CONFIG_FILES tools/winebuild/Makefile" ;;
28419 "tools/winedump/Makefile") CONFIG_FILES="$CONFIG_FILES tools/winedump/Makefile" ;;
28420 "tools/winegcc/Makefile") CONFIG_FILES="$CONFIG_FILES tools/winegcc/Makefile" ;;
28421 "tools/wmc/Makefile") CONFIG_FILES="$CONFIG_FILES tools/wmc/Makefile" ;;
28422 "tools/wrc/Makefile") CONFIG_FILES="$CONFIG_FILES tools/wrc/Makefile" ;;
28424 *) { { $as_echo "$as_me:$LINENO: error: invalid argument: $ac_config_target" >&5
28425 $as_echo "$as_me: error: invalid argument: $ac_config_target" >&2;}
28426 { (exit 1); exit 1; }; };;
28427 esac
28428 done
28431 # If the user did not use the arguments to specify the items to instantiate,
28432 # then the envvar interface is used. Set only those that are not.
28433 # We use the long form for the default assignment because of an extremely
28434 # bizarre bug on SunOS 4.1.3.
28435 if $ac_need_defaults; then
28436 test "${CONFIG_FILES+set}" = set || CONFIG_FILES=$config_files
28437 test "${CONFIG_HEADERS+set}" = set || CONFIG_HEADERS=$config_headers
28438 test "${CONFIG_COMMANDS+set}" = set || CONFIG_COMMANDS=$config_commands
28441 # Have a temporary directory for convenience. Make it in the build tree
28442 # simply because there is no reason against having it here, and in addition,
28443 # creating and moving files from /tmp can sometimes cause problems.
28444 # Hook for its removal unless debugging.
28445 # Note that there is a small window in which the directory will not be cleaned:
28446 # after its creation but before its name has been assigned to `$tmp'.
28447 $debug ||
28449 tmp=
28450 trap 'exit_status=$?
28451 { test -z "$tmp" || test ! -d "$tmp" || rm -fr "$tmp"; } && exit $exit_status
28453 trap '{ (exit 1); exit 1; }' 1 2 13 15
28455 # Create a (secure) tmp directory for tmp files.
28458 tmp=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` &&
28459 test -n "$tmp" && test -d "$tmp"
28460 } ||
28462 tmp=./conf$$-$RANDOM
28463 (umask 077 && mkdir "$tmp")
28464 } ||
28466 $as_echo "$as_me: cannot create a temporary directory in ." >&2
28467 { (exit 1); exit 1; }
28470 # Set up the scripts for CONFIG_FILES section.
28471 # No need to generate them if there are no CONFIG_FILES.
28472 # This happens for instance with `./config.status config.h'.
28473 if test -n "$CONFIG_FILES"; then
28475 if $AWK 'BEGIN { getline <"/dev/null" }' </dev/null 2>/dev/null; then
28476 ac_cs_awk_getline=:
28477 ac_cs_awk_pipe_init=
28478 ac_cs_awk_read_file='
28479 while ((getline aline < (F[key])) > 0)
28480 print(aline)
28481 close(F[key])'
28482 ac_cs_awk_pipe_fini=
28483 else
28484 ac_cs_awk_getline=false
28485 ac_cs_awk_pipe_init="print \"cat <<'|#_!!_#|' &&\""
28486 ac_cs_awk_read_file='
28487 print "|#_!!_#|"
28488 print "cat " F[key] " &&"
28489 '$ac_cs_awk_pipe_init
28490 # The final `:' finishes the AND list.
28491 ac_cs_awk_pipe_fini='END { print "|#_!!_#|"; print ":" }'
28493 ac_cr=' '
28494 ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
28495 if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
28496 ac_cs_awk_cr='\\r'
28497 else
28498 ac_cs_awk_cr=$ac_cr
28501 echo 'BEGIN {' >"$tmp/subs1.awk" &&
28502 _ACEOF
28504 # Create commands to substitute file output variables.
28506 echo "cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1" &&
28507 echo 'cat >>"\$tmp/subs1.awk" <<\\_ACAWK &&' &&
28508 echo "$ac_subst_files" | sed 's/.*/F["&"]="$&"/' &&
28509 echo "_ACAWK" &&
28510 echo "_ACEOF"
28511 } >conf$$files.sh &&
28512 . ./conf$$files.sh ||
28513 { { $as_echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5
28514 $as_echo "$as_me: error: could not make $CONFIG_STATUS" >&2;}
28515 { (exit 1); exit 1; }; }
28516 rm -f conf$$files.sh
28519 echo "cat >conf$$subs.awk <<_ACEOF" &&
28520 echo "$ac_subst_vars" | sed 's/.*/&!$&$ac_delim/' &&
28521 echo "_ACEOF"
28522 } >conf$$subs.sh ||
28523 { { $as_echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5
28524 $as_echo "$as_me: error: could not make $CONFIG_STATUS" >&2;}
28525 { (exit 1); exit 1; }; }
28526 ac_delim_num=`echo "$ac_subst_vars" | grep -c '$'`
28527 ac_delim='%!_!# '
28528 for ac_last_try in false false false false false :; do
28529 . ./conf$$subs.sh ||
28530 { { $as_echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5
28531 $as_echo "$as_me: error: could not make $CONFIG_STATUS" >&2;}
28532 { (exit 1); exit 1; }; }
28534 ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X`
28535 if test $ac_delim_n = $ac_delim_num; then
28536 break
28537 elif $ac_last_try; then
28538 { { $as_echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5
28539 $as_echo "$as_me: error: could not make $CONFIG_STATUS" >&2;}
28540 { (exit 1); exit 1; }; }
28541 else
28542 ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
28544 done
28545 rm -f conf$$subs.sh
28547 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
28548 cat >>"\$tmp/subs1.awk" <<\\_ACAWK &&
28549 _ACEOF
28550 sed -n '
28552 s/^/S["/; s/!.*/"]=/
28555 s/^[^!]*!//
28556 :repl
28557 t repl
28558 s/'"$ac_delim"'$//
28559 t delim
28562 s/\(.\{148\}\).*/\1/
28563 t more1
28564 s/["\\]/\\&/g; s/^/"/; s/$/\\n"\\/
28567 b repl
28568 :more1
28569 s/["\\]/\\&/g; s/^/"/; s/$/"\\/
28572 s/.\{148\}//
28573 t nl
28574 :delim
28576 s/\(.\{148\}\).*/\1/
28577 t more2
28578 s/["\\]/\\&/g; s/^/"/; s/$/"/
28581 :more2
28582 s/["\\]/\\&/g; s/^/"/; s/$/"\\/
28585 s/.\{148\}//
28586 t delim
28587 ' <conf$$subs.awk | sed '
28588 /^[^""]/{
28590 s/\n//
28592 ' >>$CONFIG_STATUS || ac_write_fail=1
28593 rm -f conf$$subs.awk
28594 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
28595 _ACAWK
28596 cat >>"\$tmp/subs1.awk" <<_ACAWK &&
28597 for (key in S) S_is_set[key] = 1
28598 FS = "\a"
28599 \$ac_cs_awk_pipe_init
28602 line = $ 0
28603 nfields = split(line, field, "@")
28604 substed = 0
28605 len = length(field[1])
28606 for (i = 2; i < nfields; i++) {
28607 key = field[i]
28608 keylen = length(key)
28609 if (S_is_set[key]) {
28610 value = S[key]
28611 line = substr(line, 1, len) "" value "" substr(line, len + keylen + 3)
28612 len += length(value) + length(field[++i])
28613 substed = 1
28614 } else
28615 len += 1 + keylen
28617 if (nfields == 3 && !substed) {
28618 key = field[2]
28619 if (F[key] != "" && line ~ /^[ ]*@.*@[ ]*$/) {
28620 \$ac_cs_awk_read_file
28621 next
28624 print line
28626 \$ac_cs_awk_pipe_fini
28627 _ACAWK
28628 _ACEOF
28629 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
28630 if sed "s/$ac_cr//" < /dev/null > /dev/null 2>&1; then
28631 sed "s/$ac_cr\$//; s/$ac_cr/$ac_cs_awk_cr/g"
28632 else
28634 fi < "$tmp/subs1.awk" > "$tmp/subs.awk" \
28635 || { { $as_echo "$as_me:$LINENO: error: could not setup config files machinery" >&5
28636 $as_echo "$as_me: error: could not setup config files machinery" >&2;}
28637 { (exit 1); exit 1; }; }
28638 _ACEOF
28640 # VPATH may cause trouble with some makes, so we remove $(srcdir),
28641 # ${srcdir} and @srcdir@ from VPATH if srcdir is ".", strip leading and
28642 # trailing colons and then remove the whole line if VPATH becomes empty
28643 # (actually we leave an empty line to preserve line numbers).
28644 if test "x$srcdir" = x.; then
28645 ac_vpsub='/^[ ]*VPATH[ ]*=/{
28646 s/:*\$(srcdir):*/:/
28647 s/:*\${srcdir}:*/:/
28648 s/:*@srcdir@:*/:/
28649 s/^\([^=]*=[ ]*\):*/\1/
28650 s/:*$//
28651 s/^[^=]*=[ ]*$//
28655 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
28656 fi # test -n "$CONFIG_FILES"
28658 # Set up the scripts for CONFIG_HEADERS section.
28659 # No need to generate them if there are no CONFIG_HEADERS.
28660 # This happens for instance with `./config.status Makefile'.
28661 if test -n "$CONFIG_HEADERS"; then
28662 cat >"$tmp/defines.awk" <<\_ACAWK ||
28663 BEGIN {
28664 _ACEOF
28666 # Transform confdefs.h into an awk script `defines.awk', embedded as
28667 # here-document in config.status, that substitutes the proper values into
28668 # config.h.in to produce config.h.
28670 # Create a delimiter string that does not exist in confdefs.h, to ease
28671 # handling of long lines.
28672 ac_delim='%!_!# '
28673 for ac_last_try in false false :; do
28674 ac_t=`sed -n "/$ac_delim/p" confdefs.h`
28675 if test -z "$ac_t"; then
28676 break
28677 elif $ac_last_try; then
28678 { { $as_echo "$as_me:$LINENO: error: could not make $CONFIG_HEADERS" >&5
28679 $as_echo "$as_me: error: could not make $CONFIG_HEADERS" >&2;}
28680 { (exit 1); exit 1; }; }
28681 else
28682 ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
28684 done
28686 # For the awk script, D is an array of macro values keyed by name,
28687 # likewise P contains macro parameters if any. Preserve backslash
28688 # newline sequences.
28690 ac_word_re=[_$as_cr_Letters][_$as_cr_alnum]*
28691 sed -n '
28692 s/.\{148\}/&'"$ac_delim"'/g
28693 t rset
28694 :rset
28695 s/^[ ]*#[ ]*define[ ][ ]*/ /
28696 t def
28698 :def
28699 s/\\$//
28700 t bsnl
28701 s/["\\]/\\&/g
28702 s/^ \('"$ac_word_re"'\)\(([^()]*)\)[ ]*\(.*\)/P["\1"]="\2"\
28703 D["\1"]=" \3"/p
28704 s/^ \('"$ac_word_re"'\)[ ]*\(.*\)/D["\1"]=" \2"/p
28706 :bsnl
28707 s/["\\]/\\&/g
28708 s/^ \('"$ac_word_re"'\)\(([^()]*)\)[ ]*\(.*\)/P["\1"]="\2"\
28709 D["\1"]=" \3\\\\\\n"\\/p
28710 t cont
28711 s/^ \('"$ac_word_re"'\)[ ]*\(.*\)/D["\1"]=" \2\\\\\\n"\\/p
28712 t cont
28714 :cont
28716 s/.\{148\}/&'"$ac_delim"'/g
28717 t clear
28718 :clear
28719 s/\\$//
28720 t bsnlc
28721 s/["\\]/\\&/g; s/^/"/; s/$/"/p
28723 :bsnlc
28724 s/["\\]/\\&/g; s/^/"/; s/$/\\\\\\n"\\/p
28725 b cont
28726 ' <confdefs.h | sed '
28727 s/'"$ac_delim"'/"\\\
28728 "/g' >>$CONFIG_STATUS || ac_write_fail=1
28730 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
28731 for (key in D) D_is_set[key] = 1
28732 FS = "\a"
28734 /^[\t ]*#[\t ]*(define|undef)[\t ]+$ac_word_re([\t (]|\$)/ {
28735 line = \$ 0
28736 split(line, arg, " ")
28737 if (arg[1] == "#") {
28738 defundef = arg[2]
28739 mac1 = arg[3]
28740 } else {
28741 defundef = substr(arg[1], 2)
28742 mac1 = arg[2]
28744 split(mac1, mac2, "(") #)
28745 macro = mac2[1]
28746 prefix = substr(line, 1, index(line, defundef) - 1)
28747 if (D_is_set[macro]) {
28748 # Preserve the white space surrounding the "#".
28749 print prefix "define", macro P[macro] D[macro]
28750 next
28751 } else {
28752 # Replace #undef with comments. This is necessary, for example,
28753 # in the case of _POSIX_SOURCE, which is predefined and required
28754 # on some systems where configure will not decide to define it.
28755 if (defundef == "undef") {
28756 print "/*", prefix defundef, macro, "*/"
28757 next
28761 { print }
28762 _ACAWK
28763 _ACEOF
28764 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
28765 { { $as_echo "$as_me:$LINENO: error: could not setup config headers machinery" >&5
28766 $as_echo "$as_me: error: could not setup config headers machinery" >&2;}
28767 { (exit 1); exit 1; }; }
28768 fi # test -n "$CONFIG_HEADERS"
28771 eval set X " :F $CONFIG_FILES :H $CONFIG_HEADERS :C $CONFIG_COMMANDS"
28772 shift
28773 for ac_tag
28775 case $ac_tag in
28776 :[FHLC]) ac_mode=$ac_tag; continue;;
28777 esac
28778 case $ac_mode$ac_tag in
28779 :[FHL]*:*);;
28780 :L* | :C*:*) { { $as_echo "$as_me:$LINENO: error: invalid tag $ac_tag" >&5
28781 $as_echo "$as_me: error: invalid tag $ac_tag" >&2;}
28782 { (exit 1); exit 1; }; };;
28783 :[FH]-) ac_tag=-:-;;
28784 :[FH]*) ac_tag=$ac_tag:$ac_tag.in;;
28785 esac
28786 ac_save_IFS=$IFS
28787 IFS=:
28788 set x $ac_tag
28789 IFS=$ac_save_IFS
28790 shift
28791 ac_file=$1
28792 shift
28794 case $ac_mode in
28795 :L) ac_source=$1;;
28796 :[FH])
28797 ac_file_inputs=
28798 for ac_f
28800 case $ac_f in
28801 -) ac_f="$tmp/stdin";;
28802 *) # Look for the file first in the build tree, then in the source tree
28803 # (if the path is not absolute). The absolute path cannot be DOS-style,
28804 # because $ac_f cannot contain `:'.
28805 test -f "$ac_f" ||
28806 case $ac_f in
28807 [\\/$]*) false;;
28808 *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";;
28809 esac ||
28810 { { $as_echo "$as_me:$LINENO: error: cannot find input file: $ac_f" >&5
28811 $as_echo "$as_me: error: cannot find input file: $ac_f" >&2;}
28812 { (exit 1); exit 1; }; };;
28813 esac
28814 case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
28815 ac_file_inputs="$ac_file_inputs '$ac_f'"
28816 done
28818 # Let's still pretend it is `configure' which instantiates (i.e., don't
28819 # use $as_me), people would be surprised to read:
28820 # /* config.h. Generated by config.status. */
28821 configure_input='Generated from '`
28822 $as_echo "$*" | sed 's|^[^:]*/||;s|:[^:]*/|, |g'
28823 `' by configure.'
28824 if test x"$ac_file" != x-; then
28825 configure_input="$ac_file. $configure_input"
28826 { $as_echo "$as_me:$LINENO: creating $ac_file" >&5
28827 $as_echo "$as_me: creating $ac_file" >&6;}
28829 # Neutralize special characters interpreted by sed in replacement strings.
28830 case $configure_input in #(
28831 *\&* | *\|* | *\\* )
28832 ac_sed_conf_input=`$as_echo "$configure_input" |
28833 sed 's/[\\\\&|]/\\\\&/g'`;; #(
28834 *) ac_sed_conf_input=$configure_input;;
28835 esac
28837 case $ac_tag in
28838 *:-:* | *:-) cat >"$tmp/stdin" \
28839 || { { $as_echo "$as_me:$LINENO: error: could not create $ac_file" >&5
28840 $as_echo "$as_me: error: could not create $ac_file" >&2;}
28841 { (exit 1); exit 1; }; } ;;
28842 esac
28844 esac
28846 ac_dir=`$as_dirname -- "$ac_file" ||
28847 $as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
28848 X"$ac_file" : 'X\(//\)[^/]' \| \
28849 X"$ac_file" : 'X\(//\)$' \| \
28850 X"$ac_file" : 'X\(/\)' \| . 2>/dev/null ||
28851 $as_echo X"$ac_file" |
28852 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
28853 s//\1/
28856 /^X\(\/\/\)[^/].*/{
28857 s//\1/
28860 /^X\(\/\/\)$/{
28861 s//\1/
28864 /^X\(\/\).*/{
28865 s//\1/
28868 s/.*/./; q'`
28869 { as_dir="$ac_dir"
28870 case $as_dir in #(
28871 -*) as_dir=./$as_dir;;
28872 esac
28873 test -d "$as_dir" || { $as_mkdir_p && mkdir -p "$as_dir"; } || {
28874 as_dirs=
28875 while :; do
28876 case $as_dir in #(
28877 *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
28878 *) as_qdir=$as_dir;;
28879 esac
28880 as_dirs="'$as_qdir' $as_dirs"
28881 as_dir=`$as_dirname -- "$as_dir" ||
28882 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
28883 X"$as_dir" : 'X\(//\)[^/]' \| \
28884 X"$as_dir" : 'X\(//\)$' \| \
28885 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
28886 $as_echo X"$as_dir" |
28887 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
28888 s//\1/
28891 /^X\(\/\/\)[^/].*/{
28892 s//\1/
28895 /^X\(\/\/\)$/{
28896 s//\1/
28899 /^X\(\/\).*/{
28900 s//\1/
28903 s/.*/./; q'`
28904 test -d "$as_dir" && break
28905 done
28906 test -z "$as_dirs" || eval "mkdir $as_dirs"
28907 } || test -d "$as_dir" || { { $as_echo "$as_me:$LINENO: error: cannot create directory $as_dir" >&5
28908 $as_echo "$as_me: error: cannot create directory $as_dir" >&2;}
28909 { (exit 1); exit 1; }; }; }
28910 ac_builddir=.
28912 case "$ac_dir" in
28913 .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
28915 ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
28916 # A ".." for each directory in $ac_dir_suffix.
28917 ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
28918 case $ac_top_builddir_sub in
28919 "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
28920 *) ac_top_build_prefix=$ac_top_builddir_sub/ ;;
28921 esac ;;
28922 esac
28923 ac_abs_top_builddir=$ac_pwd
28924 ac_abs_builddir=$ac_pwd$ac_dir_suffix
28925 # for backward compatibility:
28926 ac_top_builddir=$ac_top_build_prefix
28928 case $srcdir in
28929 .) # We are building in place.
28930 ac_srcdir=.
28931 ac_top_srcdir=$ac_top_builddir_sub
28932 ac_abs_top_srcdir=$ac_pwd ;;
28933 [\\/]* | ?:[\\/]* ) # Absolute name.
28934 ac_srcdir=$srcdir$ac_dir_suffix;
28935 ac_top_srcdir=$srcdir
28936 ac_abs_top_srcdir=$srcdir ;;
28937 *) # Relative name.
28938 ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
28939 ac_top_srcdir=$ac_top_build_prefix$srcdir
28940 ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
28941 esac
28942 ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
28945 case $ac_mode in
28948 # CONFIG_FILE
28951 case $INSTALL in
28952 [\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;;
28953 *) ac_INSTALL=$ac_top_build_prefix$INSTALL ;;
28954 esac
28955 _ACEOF
28957 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
28958 # If the template does not know about datarootdir, expand it.
28959 # FIXME: This hack should be removed a few years after 2.60.
28960 ac_datarootdir_hack=; ac_datarootdir_seen=
28962 ac_sed_dataroot='
28963 /datarootdir/ {
28967 /@datadir@/p
28968 /@docdir@/p
28969 /@infodir@/p
28970 /@localedir@/p
28971 /@mandir@/p
28973 case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in
28974 *datarootdir*) ac_datarootdir_seen=yes;;
28975 *@datadir@*|*@docdir@*|*@infodir@*|*@localedir@*|*@mandir@*)
28976 { $as_echo "$as_me:$LINENO: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5
28977 $as_echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;}
28978 _ACEOF
28979 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
28980 ac_datarootdir_hack='
28981 s&@datadir@&$datadir&g
28982 s&@docdir@&$docdir&g
28983 s&@infodir@&$infodir&g
28984 s&@localedir@&$localedir&g
28985 s&@mandir@&$mandir&g
28986 s&\\\${datarootdir}&$datarootdir&g' ;;
28987 esac
28988 _ACEOF
28990 # Neutralize VPATH when `$srcdir' = `.'.
28991 # Shell code in configure.ac might set extrasub.
28992 # FIXME: do we really want to maintain this feature?
28993 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
28994 ac_sed_extra="$ac_vpsub
28995 $extrasub
28996 _ACEOF
28997 cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
28999 /@[a-zA-Z_][a-zA-Z_0-9]*@/!b
29000 s|@configure_input@|$ac_sed_conf_input|;t t
29001 s&@top_builddir@&$ac_top_builddir_sub&;t t
29002 s&@top_build_prefix@&$ac_top_build_prefix&;t t
29003 s&@srcdir@&$ac_srcdir&;t t
29004 s&@abs_srcdir@&$ac_abs_srcdir&;t t
29005 s&@top_srcdir@&$ac_top_srcdir&;t t
29006 s&@abs_top_srcdir@&$ac_abs_top_srcdir&;t t
29007 s&@builddir@&$ac_builddir&;t t
29008 s&@abs_builddir@&$ac_abs_builddir&;t t
29009 s&@abs_top_builddir@&$ac_abs_top_builddir&;t t
29010 s&@INSTALL@&$ac_INSTALL&;t t
29011 $ac_datarootdir_hack
29013 eval sed \"\$ac_sed_extra\" "$ac_file_inputs" |
29014 if $ac_cs_awk_getline; then
29015 $AWK -f "$tmp/subs.awk"
29016 else
29017 $AWK -f "$tmp/subs.awk" | $SHELL
29018 fi >$tmp/out \
29019 || { { $as_echo "$as_me:$LINENO: error: could not create $ac_file" >&5
29020 $as_echo "$as_me: error: could not create $ac_file" >&2;}
29021 { (exit 1); exit 1; }; }
29023 test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
29024 { ac_out=`sed -n '/\${datarootdir}/p' "$tmp/out"`; test -n "$ac_out"; } &&
29025 { ac_out=`sed -n '/^[ ]*datarootdir[ ]*:*=/p' "$tmp/out"`; test -z "$ac_out"; } &&
29026 { $as_echo "$as_me:$LINENO: WARNING: $ac_file contains a reference to the variable \`datarootdir'
29027 which seems to be undefined. Please make sure it is defined." >&5
29028 $as_echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir'
29029 which seems to be undefined. Please make sure it is defined." >&2;}
29031 rm -f "$tmp/stdin"
29032 case $ac_file in
29033 -) cat "$tmp/out" && rm -f "$tmp/out";;
29034 *) rm -f "$ac_file" && mv "$tmp/out" "$ac_file";;
29035 esac \
29036 || { { $as_echo "$as_me:$LINENO: error: could not create $ac_file" >&5
29037 $as_echo "$as_me: error: could not create $ac_file" >&2;}
29038 { (exit 1); exit 1; }; }
29042 # CONFIG_HEADER
29044 if test x"$ac_file" != x-; then
29046 $as_echo "/* $configure_input */" \
29047 && eval '$AWK -f "$tmp/defines.awk"' "$ac_file_inputs"
29048 } >"$tmp/config.h" \
29049 || { { $as_echo "$as_me:$LINENO: error: could not create $ac_file" >&5
29050 $as_echo "$as_me: error: could not create $ac_file" >&2;}
29051 { (exit 1); exit 1; }; }
29052 if diff "$ac_file" "$tmp/config.h" >/dev/null 2>&1; then
29053 { $as_echo "$as_me:$LINENO: $ac_file is unchanged" >&5
29054 $as_echo "$as_me: $ac_file is unchanged" >&6;}
29055 else
29056 rm -f "$ac_file"
29057 mv "$tmp/config.h" "$ac_file" \
29058 || { { $as_echo "$as_me:$LINENO: error: could not create $ac_file" >&5
29059 $as_echo "$as_me: error: could not create $ac_file" >&2;}
29060 { (exit 1); exit 1; }; }
29062 else
29063 $as_echo "/* $configure_input */" \
29064 && eval '$AWK -f "$tmp/defines.awk"' "$ac_file_inputs" \
29065 || { { $as_echo "$as_me:$LINENO: error: could not create -" >&5
29066 $as_echo "$as_me: error: could not create -" >&2;}
29067 { (exit 1); exit 1; }; }
29071 :C) { $as_echo "$as_me:$LINENO: executing $ac_file commands" >&5
29072 $as_echo "$as_me: executing $ac_file commands" >&6;}
29074 esac
29077 case $ac_file$ac_mode in
29078 "include/stamp-h":C) echo timestamp > include/stamp-h ;;
29079 "dlls/gdi32/enhmfdrv":C) test -d "dlls/gdi32/enhmfdrv" || ({ $as_echo "$as_me:$LINENO: creating dlls/gdi32/enhmfdrv" >&5
29080 $as_echo "$as_me: creating dlls/gdi32/enhmfdrv" >&6;} && mkdir "dlls/gdi32/enhmfdrv") ;;
29081 "dlls/gdi32/mfdrv":C) test -d "dlls/gdi32/mfdrv" || ({ $as_echo "$as_me:$LINENO: creating dlls/gdi32/mfdrv" >&5
29082 $as_echo "$as_me: creating dlls/gdi32/mfdrv" >&6;} && mkdir "dlls/gdi32/mfdrv") ;;
29083 "dlls/kernel32/nls":C) test -d "dlls/kernel32/nls" || ({ $as_echo "$as_me:$LINENO: creating dlls/kernel32/nls" >&5
29084 $as_echo "$as_me: creating dlls/kernel32/nls" >&6;} && mkdir "dlls/kernel32/nls") ;;
29085 "dlls/user32/resources":C) test -d "dlls/user32/resources" || ({ $as_echo "$as_me:$LINENO: creating dlls/user32/resources" >&5
29086 $as_echo "$as_me: creating dlls/user32/resources" >&6;} && mkdir "dlls/user32/resources") ;;
29087 "dlls/wineps.drv/data":C) test -d "dlls/wineps.drv/data" || ({ $as_echo "$as_me:$LINENO: creating dlls/wineps.drv/data" >&5
29088 $as_echo "$as_me: creating dlls/wineps.drv/data" >&6;} && mkdir "dlls/wineps.drv/data") ;;
29089 "include/wine":C) test -d "include/wine" || ({ $as_echo "$as_me:$LINENO: creating include/wine" >&5
29090 $as_echo "$as_me: creating include/wine" >&6;} && mkdir "include/wine") ;;
29092 esac
29093 done # for ac_tag
29096 { (exit 0); exit 0; }
29097 _ACEOF
29098 chmod +x $CONFIG_STATUS
29099 ac_clean_files=$ac_clean_files_save
29101 test $ac_write_fail = 0 ||
29102 { { $as_echo "$as_me:$LINENO: error: write failure creating $CONFIG_STATUS" >&5
29103 $as_echo "$as_me: error: write failure creating $CONFIG_STATUS" >&2;}
29104 { (exit 1); exit 1; }; }
29107 # configure is writing to config.log, and then calls config.status.
29108 # config.status does its own redirection, appending to config.log.
29109 # Unfortunately, on DOS this fails, as config.log is still kept open
29110 # by configure, so config.status won't be able to write to it; its
29111 # output is simply discarded. So we exec the FD to /dev/null,
29112 # effectively closing config.log, so it can be properly (re)opened and
29113 # appended to by config.status. When coming back to configure, we
29114 # need to make the FD available again.
29115 if test "$no_create" != yes; then
29116 ac_cs_success=:
29117 ac_config_status_args=
29118 test "$silent" = yes &&
29119 ac_config_status_args="$ac_config_status_args --quiet"
29120 exec 5>/dev/null
29121 $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success=false
29122 exec 5>>config.log
29123 # Use ||, not &&, to avoid exiting from the if with $? = 1, which
29124 # would make configure fail if this is the last instruction.
29125 $ac_cs_success || { (exit 1); exit 1; }
29127 if test -n "$ac_unrecognized_opts" && test "$enable_option_checking" != no; then
29128 { $as_echo "$as_me:$LINENO: WARNING: unrecognized options: $ac_unrecognized_opts" >&5
29129 $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2;}
29133 if test "$no_create" = "yes"
29134 then
29135 exit 0
29138 ac_save_IFS="$IFS"
29139 if test "x$wine_notices != "x; then
29140 echo >&6
29141 IFS="|"
29142 for msg in $wine_notices; do
29143 IFS="$ac_save_IFS"
29144 if test -n "$msg"; then
29145 { $as_echo "$as_me:$LINENO: $msg" >&5
29146 $as_echo "$as_me: $msg" >&6;}
29148 done
29150 IFS="|"
29151 for msg in $wine_warnings; do
29152 IFS="$ac_save_IFS"
29153 if test -n "$msg"; then
29154 echo >&2
29155 { $as_echo "$as_me:$LINENO: WARNING: $msg" >&5
29156 $as_echo "$as_me: WARNING: $msg" >&2;}
29158 done
29159 IFS="$ac_save_IFS"
29161 echo "
29162 $as_me: Finished. Do '${ac_make} depend && ${ac_make}' to compile Wine.
29163 " >&6