secur32: Allocate schannel client credentials.
[wine/multimedia.git] / configure
blob059a31036f23c92913c69b98d66479083532e996
1 #! /bin/sh
2 # Guess values for system-dependent variables and create Makefiles.
3 # Generated by GNU Autoconf 2.61 for Wine 1.1.5.
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 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 # Zsh 3.x and 4.x performs 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 # The user is always right.
43 if test "${PATH_SEPARATOR+set}" != set; then
44 echo "#! /bin/sh" >conf$$.sh
45 echo "exit 0" >>conf$$.sh
46 chmod +x conf$$.sh
47 if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then
48 PATH_SEPARATOR=';'
49 else
50 PATH_SEPARATOR=:
52 rm -f conf$$.sh
55 # Support unset when possible.
56 if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then
57 as_unset=unset
58 else
59 as_unset=false
63 # IFS
64 # We need space, tab and new line, in precisely that order. Quoting is
65 # there to prevent editors from complaining about space-tab.
66 # (If _AS_PATH_WALK were called with IFS unset, it would disable word
67 # splitting by setting IFS to empty value.)
68 as_nl='
70 IFS=" "" $as_nl"
72 # Find who we are. Look in the path if we contain no directory separator.
73 case $0 in
74 *[\\/]* ) as_myself=$0 ;;
75 *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
76 for as_dir in $PATH
78 IFS=$as_save_IFS
79 test -z "$as_dir" && as_dir=.
80 test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
81 done
82 IFS=$as_save_IFS
85 esac
86 # We did not find ourselves, most probably we were run as `sh COMMAND'
87 # in which case we are not to be found in the path.
88 if test "x$as_myself" = x; then
89 as_myself=$0
91 if test ! -f "$as_myself"; then
92 echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
93 { (exit 1); exit 1; }
96 # Work around bugs in pre-3.0 UWIN ksh.
97 for as_var in ENV MAIL MAILPATH
98 do ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var
99 done
100 PS1='$ '
101 PS2='> '
102 PS4='+ '
104 # NLS nuisances.
105 for as_var in \
106 LANG LANGUAGE LC_ADDRESS LC_ALL LC_COLLATE LC_CTYPE LC_IDENTIFICATION \
107 LC_MEASUREMENT LC_MESSAGES LC_MONETARY LC_NAME LC_NUMERIC LC_PAPER \
108 LC_TELEPHONE LC_TIME
110 if (set +x; test -z "`(eval $as_var=C; export $as_var) 2>&1`"); then
111 eval $as_var=C; export $as_var
112 else
113 ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var
115 done
117 # Required to use basename.
118 if expr a : '\(a\)' >/dev/null 2>&1 &&
119 test "X`expr 00001 : '.*\(...\)'`" = X001; then
120 as_expr=expr
121 else
122 as_expr=false
125 if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
126 as_basename=basename
127 else
128 as_basename=false
132 # Name of the executable.
133 as_me=`$as_basename -- "$0" ||
134 $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
135 X"$0" : 'X\(//\)$' \| \
136 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
137 echo X/"$0" |
138 sed '/^.*\/\([^/][^/]*\)\/*$/{
139 s//\1/
142 /^X\/\(\/\/\)$/{
143 s//\1/
146 /^X\/\(\/\).*/{
147 s//\1/
150 s/.*/./; q'`
152 # CDPATH.
153 $as_unset CDPATH
156 if test "x$CONFIG_SHELL" = x; then
157 if (eval ":") 2>/dev/null; then
158 as_have_required=yes
159 else
160 as_have_required=no
163 if test $as_have_required = yes && (eval ":
164 (as_func_return () {
165 (exit \$1)
167 as_func_success () {
168 as_func_return 0
170 as_func_failure () {
171 as_func_return 1
173 as_func_ret_success () {
174 return 0
176 as_func_ret_failure () {
177 return 1
180 exitcode=0
181 if as_func_success; then
183 else
184 exitcode=1
185 echo as_func_success failed.
188 if as_func_failure; then
189 exitcode=1
190 echo as_func_failure succeeded.
193 if as_func_ret_success; then
195 else
196 exitcode=1
197 echo as_func_ret_success failed.
200 if as_func_ret_failure; then
201 exitcode=1
202 echo as_func_ret_failure succeeded.
205 if ( set x; as_func_ret_success y && test x = \"\$1\" ); then
207 else
208 exitcode=1
209 echo positional parameters were not saved.
212 test \$exitcode = 0) || { (exit 1); exit 1; }
215 as_lineno_1=\$LINENO
216 as_lineno_2=\$LINENO
217 test \"x\$as_lineno_1\" != \"x\$as_lineno_2\" &&
218 test \"x\`expr \$as_lineno_1 + 1\`\" = \"x\$as_lineno_2\") || { (exit 1); exit 1; }
219 ") 2> /dev/null; then
221 else
222 as_candidate_shells=
223 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
224 for as_dir in /bin$PATH_SEPARATOR/usr/bin$PATH_SEPARATOR$PATH
226 IFS=$as_save_IFS
227 test -z "$as_dir" && as_dir=.
228 case $as_dir in
230 for as_base in sh bash ksh sh5; do
231 as_candidate_shells="$as_candidate_shells $as_dir/$as_base"
232 done;;
233 esac
234 done
235 IFS=$as_save_IFS
238 for as_shell in $as_candidate_shells $SHELL; do
239 # Try only shells that exist, to save several forks.
240 if { test -f "$as_shell" || test -f "$as_shell.exe"; } &&
241 { ("$as_shell") 2> /dev/null <<\_ASEOF
242 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
243 emulate sh
244 NULLCMD=:
245 # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which
246 # is contrary to our usage. Disable this feature.
247 alias -g '${1+"$@"}'='"$@"'
248 setopt NO_GLOB_SUBST
249 else
250 case `(set -o) 2>/dev/null` in
251 *posix*) set -o posix ;;
252 esac
258 _ASEOF
259 }; then
260 CONFIG_SHELL=$as_shell
261 as_have_required=yes
262 if { "$as_shell" 2> /dev/null <<\_ASEOF
263 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
264 emulate sh
265 NULLCMD=:
266 # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which
267 # is contrary to our usage. Disable this feature.
268 alias -g '${1+"$@"}'='"$@"'
269 setopt NO_GLOB_SUBST
270 else
271 case `(set -o) 2>/dev/null` in
272 *posix*) set -o posix ;;
273 esac
279 (as_func_return () {
280 (exit $1)
282 as_func_success () {
283 as_func_return 0
285 as_func_failure () {
286 as_func_return 1
288 as_func_ret_success () {
289 return 0
291 as_func_ret_failure () {
292 return 1
295 exitcode=0
296 if as_func_success; then
298 else
299 exitcode=1
300 echo as_func_success failed.
303 if as_func_failure; then
304 exitcode=1
305 echo as_func_failure succeeded.
308 if as_func_ret_success; then
310 else
311 exitcode=1
312 echo as_func_ret_success failed.
315 if as_func_ret_failure; then
316 exitcode=1
317 echo as_func_ret_failure succeeded.
320 if ( set x; as_func_ret_success y && test x = "$1" ); then
322 else
323 exitcode=1
324 echo positional parameters were not saved.
327 test $exitcode = 0) || { (exit 1); exit 1; }
330 as_lineno_1=$LINENO
331 as_lineno_2=$LINENO
332 test "x$as_lineno_1" != "x$as_lineno_2" &&
333 test "x`expr $as_lineno_1 + 1`" = "x$as_lineno_2") || { (exit 1); exit 1; }
335 _ASEOF
336 }; then
337 break
342 done
344 if test "x$CONFIG_SHELL" != x; then
345 for as_var in BASH_ENV ENV
346 do ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var
347 done
348 export CONFIG_SHELL
349 exec "$CONFIG_SHELL" "$as_myself" ${1+"$@"}
353 if test $as_have_required = no; then
354 echo This script requires a shell more modern than all the
355 echo shells that I found on your system. Please install a
356 echo modern shell, or manually run the script under such a
357 echo shell if you do have one.
358 { (exit 1); exit 1; }
368 (eval "as_func_return () {
369 (exit \$1)
371 as_func_success () {
372 as_func_return 0
374 as_func_failure () {
375 as_func_return 1
377 as_func_ret_success () {
378 return 0
380 as_func_ret_failure () {
381 return 1
384 exitcode=0
385 if as_func_success; then
387 else
388 exitcode=1
389 echo as_func_success failed.
392 if as_func_failure; then
393 exitcode=1
394 echo as_func_failure succeeded.
397 if as_func_ret_success; then
399 else
400 exitcode=1
401 echo as_func_ret_success failed.
404 if as_func_ret_failure; then
405 exitcode=1
406 echo as_func_ret_failure succeeded.
409 if ( set x; as_func_ret_success y && test x = \"\$1\" ); then
411 else
412 exitcode=1
413 echo positional parameters were not saved.
416 test \$exitcode = 0") || {
417 echo No shell found that supports shell functions.
418 echo Please tell autoconf@gnu.org about your system,
419 echo including any error possibly output before this
420 echo message
425 as_lineno_1=$LINENO
426 as_lineno_2=$LINENO
427 test "x$as_lineno_1" != "x$as_lineno_2" &&
428 test "x`expr $as_lineno_1 + 1`" = "x$as_lineno_2" || {
430 # Create $as_me.lineno as a copy of $as_myself, but with $LINENO
431 # uniformly replaced by the line number. The first 'sed' inserts a
432 # line-number line after each line using $LINENO; the second 'sed'
433 # does the real work. The second script uses 'N' to pair each
434 # line-number line with the line containing $LINENO, and appends
435 # trailing '-' during substitution so that $LINENO is not a special
436 # case at line end.
437 # (Raja R Harinath suggested sed '=', and Paul Eggert wrote the
438 # scripts with optimization help from Paolo Bonzini. Blame Lee
439 # E. McMahon (1931-1989) for sed's syntax. :-)
440 sed -n '
442 /[$]LINENO/=
443 ' <$as_myself |
444 sed '
445 s/[$]LINENO.*/&-/
446 t lineno
448 :lineno
450 :loop
451 s/[$]LINENO\([^'$as_cr_alnum'_].*\n\)\(.*\)/\2\1\2/
452 t loop
453 s/-\n.*//
454 ' >$as_me.lineno &&
455 chmod +x "$as_me.lineno" ||
456 { echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2
457 { (exit 1); exit 1; }; }
459 # Don't try to exec as it changes $[0], causing all sort of problems
460 # (the dirname of $[0] is not the place where we might find the
461 # original and so on. Autoconf is especially sensitive to this).
462 . "./$as_me.lineno"
463 # Exit status is that of the last command.
464 exit
468 if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
469 as_dirname=dirname
470 else
471 as_dirname=false
474 ECHO_C= ECHO_N= ECHO_T=
475 case `echo -n x` in
476 -n*)
477 case `echo 'x\c'` in
478 *c*) ECHO_T=' ';; # ECHO_T is single tab character.
479 *) ECHO_C='\c';;
480 esac;;
482 ECHO_N='-n';;
483 esac
485 if expr a : '\(a\)' >/dev/null 2>&1 &&
486 test "X`expr 00001 : '.*\(...\)'`" = X001; then
487 as_expr=expr
488 else
489 as_expr=false
492 rm -f conf$$ conf$$.exe conf$$.file
493 if test -d conf$$.dir; then
494 rm -f conf$$.dir/conf$$.file
495 else
496 rm -f conf$$.dir
497 mkdir conf$$.dir
499 echo >conf$$.file
500 if ln -s conf$$.file conf$$ 2>/dev/null; then
501 as_ln_s='ln -s'
502 # ... but there are two gotchas:
503 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
504 # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
505 # In both cases, we have to default to `cp -p'.
506 ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
507 as_ln_s='cp -p'
508 elif ln conf$$.file conf$$ 2>/dev/null; then
509 as_ln_s=ln
510 else
511 as_ln_s='cp -p'
513 rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
514 rmdir conf$$.dir 2>/dev/null
516 if mkdir -p . 2>/dev/null; then
517 as_mkdir_p=:
518 else
519 test -d ./-p && rmdir ./-p
520 as_mkdir_p=false
523 if test -x / >/dev/null 2>&1; then
524 as_test_x='test -x'
525 else
526 if ls -dL / >/dev/null 2>&1; then
527 as_ls_L_option=L
528 else
529 as_ls_L_option=
531 as_test_x='
532 eval sh -c '\''
533 if test -d "$1"; then
534 test -d "$1/.";
535 else
536 case $1 in
537 -*)set "./$1";;
538 esac;
539 case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in
540 ???[sx]*):;;*)false;;esac;fi
541 '\'' sh
544 as_executable_p=$as_test_x
546 # Sed expression to map a string onto a valid CPP name.
547 as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
549 # Sed expression to map a string onto a valid variable name.
550 as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
554 exec 7<&0 </dev/null 6>&1
556 # Name of the host.
557 # hostname on some systems (SVR3.2, Linux) returns a bogus exit status,
558 # so uname gets run too.
559 ac_hostname=`(hostname || uname -n) 2>/dev/null | sed 1q`
562 # Initializations.
564 ac_default_prefix=/usr/local
565 ac_clean_files=
566 ac_config_libobj_dir=.
567 LIBOBJS=
568 cross_compiling=no
569 subdirs=
570 MFLAGS=
571 MAKEFLAGS=
572 SHELL=${CONFIG_SHELL-/bin/sh}
574 # Identity of this package.
575 PACKAGE_NAME='Wine'
576 PACKAGE_TARNAME='wine'
577 PACKAGE_VERSION='1.1.5'
578 PACKAGE_STRING='Wine 1.1.5'
579 PACKAGE_BUGREPORT='wine-devel@winehq.org'
581 ac_unique_file="server/atom.c"
582 # Factoring default headers for most tests.
583 ac_includes_default="\
584 #include <stdio.h>
585 #ifdef HAVE_SYS_TYPES_H
586 # include <sys/types.h>
587 #endif
588 #ifdef HAVE_SYS_STAT_H
589 # include <sys/stat.h>
590 #endif
591 #ifdef STDC_HEADERS
592 # include <stdlib.h>
593 # include <stddef.h>
594 #else
595 # ifdef HAVE_STDLIB_H
596 # include <stdlib.h>
597 # endif
598 #endif
599 #ifdef HAVE_STRING_H
600 # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
601 # include <memory.h>
602 # endif
603 # include <string.h>
604 #endif
605 #ifdef HAVE_STRINGS_H
606 # include <strings.h>
607 #endif
608 #ifdef HAVE_INTTYPES_H
609 # include <inttypes.h>
610 #endif
611 #ifdef HAVE_STDINT_H
612 # include <stdint.h>
613 #endif
614 #ifdef HAVE_UNISTD_H
615 # include <unistd.h>
616 #endif"
618 ac_subst_vars='SHELL
619 PATH_SEPARATOR
620 PACKAGE_NAME
621 PACKAGE_TARNAME
622 PACKAGE_VERSION
623 PACKAGE_STRING
624 PACKAGE_BUGREPORT
625 exec_prefix
626 prefix
627 program_transform_name
628 bindir
629 sbindir
630 libexecdir
631 datarootdir
632 datadir
633 sysconfdir
634 sharedstatedir
635 localstatedir
636 includedir
637 oldincludedir
638 docdir
639 infodir
640 htmldir
641 dvidir
642 pdfdir
643 psdir
644 libdir
645 localedir
646 mandir
647 DEFS
648 ECHO_C
649 ECHO_N
650 ECHO_T
651 LIBS
652 build_alias
653 host_alias
654 target_alias
655 MAINTAINER_MODE
656 build
657 build_cpu
658 build_vendor
659 build_os
660 host
661 host_cpu
662 host_vendor
663 host_os
664 WIN16_FILES
665 WIN16_INSTALL
666 SET_MAKE
668 CFLAGS
669 LDFLAGS
670 CPPFLAGS
671 ac_ct_CC
672 EXEEXT
673 OBJEXT
675 CXXFLAGS
676 ac_ct_CXX
677 CPPBIN
678 TOOLSDIR
679 XMKMF
681 X_CFLAGS
682 X_PRE_LIBS
683 X_LIBS
684 X_EXTRA_LIBS
685 FLEX
686 BISON
688 ac_ct_AS
690 ac_ct_LD
692 ac_ct_NM
694 ac_ct_AR
695 ARFLAGS
696 RANLIB
697 STRIP
698 WINDRES
699 LN_S
701 GREP
702 EGREP
703 LDCONFIG
704 INSTALL_PROGRAM
705 INSTALL_SCRIPT
706 INSTALL_DATA
707 LINT
708 LINTFLAGS
709 FONTFORGE
710 PKG_CONFIG
711 RSVG
712 ICOTOOL
713 PRELINK
714 LIBPTHREAD
715 XLIB
716 OPENGL_LIBS
717 DLLEXT
718 DLLFLAGS
719 LDSHARED
720 LDDLLFLAGS
721 LIBEXT
722 IMPLIBEXT
723 LDRPATH_INSTALL
724 LDRPATH_LOCAL
726 DLLTOOL
727 DLLWRAP
728 MINGWAR
729 SECURITYLIB
730 COREFOUNDATIONLIB
731 IOKITLIB
732 LDEXECFLAGS
733 DISKARBITRATIONLIB
734 COREAUDIO
735 CARBONLIB
736 CROSSTEST
737 CROSSCC
738 CROSSWINDRES
739 NASLIBS
740 XML2LIBS
741 XML2INCL
742 XSLTLIBS
743 XSLTINCL
744 HALINCL
745 GNUTLSINCL
746 sane_devel
747 SANEINCL
748 gphoto2_devel
749 gphoto2port_devel
750 GPHOTO2LIBS
751 GPHOTO2INCL
752 RESOLVLIBS
753 LCMSLIBS
754 ft_devel
755 FREETYPELIBS
756 FREETYPEINCL
757 ESDCONFIG
758 ESDINCL
759 ESDLIBS
760 ALSALIBS
761 AUDIOIOLIBS
762 CUPSINCL
763 FONTCONFIGINCL
764 EXTRACFLAGS
765 BUILTINFLAG
766 LDPATH
767 CRTLIBS
768 SOCKETLIBS
769 MAIN_BINARY
770 EXTRA_BINARIES
771 LIBDL
772 LIBPOLL
773 LDAPLIBS
774 DEPENDENCIES
775 ALL_MAKERULES
776 ALL_MAKEFILES
777 ALL_MAKEFILE_DEPENDS
778 ALL_TOP_DIRS
779 ALL_DLL_DIRS
780 ALL_IMPLIB_DIRS
781 ALL_TEST_DIRS
782 ALL_PROGRAM_DIRS
783 ALL_PROGRAM_INSTALL_DIRS
784 ALL_PROGRAM_BIN_INSTALL_DIRS
785 ALL_WINETEST_DEPENDS
786 LIBOBJS
787 LTLIBOBJS'
788 ac_subst_files='MAKE_RULES
789 MAKE_DLL_RULES
790 MAKE_IMPLIB_RULES
791 MAKE_TEST_RULES
792 MAKE_PROG_RULES'
793 ac_precious_vars='build_alias
794 host_alias
795 target_alias
797 CFLAGS
798 LDFLAGS
799 LIBS
800 CPPFLAGS
802 CXXFLAGS
804 XMKMF
805 CPP'
808 # Initialize some variables set by options.
809 ac_init_help=
810 ac_init_version=false
811 # The variables have the same names as the options, with
812 # dashes changed to underlines.
813 cache_file=/dev/null
814 exec_prefix=NONE
815 no_create=
816 no_recursion=
817 prefix=NONE
818 program_prefix=NONE
819 program_suffix=NONE
820 program_transform_name=s,x,x,
821 silent=
822 site=
823 srcdir=
824 verbose=
825 x_includes=NONE
826 x_libraries=NONE
828 # Installation directory options.
829 # These are left unexpanded so users can "make install exec_prefix=/foo"
830 # and all the variables that are supposed to be based on exec_prefix
831 # by default will actually change.
832 # Use braces instead of parens because sh, perl, etc. also accept them.
833 # (The list follows the same order as the GNU Coding Standards.)
834 bindir='${exec_prefix}/bin'
835 sbindir='${exec_prefix}/sbin'
836 libexecdir='${exec_prefix}/libexec'
837 datarootdir='${prefix}/share'
838 datadir='${datarootdir}'
839 sysconfdir='${prefix}/etc'
840 sharedstatedir='${prefix}/com'
841 localstatedir='${prefix}/var'
842 includedir='${prefix}/include'
843 oldincludedir='/usr/include'
844 docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
845 infodir='${datarootdir}/info'
846 htmldir='${docdir}'
847 dvidir='${docdir}'
848 pdfdir='${docdir}'
849 psdir='${docdir}'
850 libdir='${exec_prefix}/lib'
851 localedir='${datarootdir}/locale'
852 mandir='${datarootdir}/man'
854 ac_prev=
855 ac_dashdash=
856 for ac_option
858 # If the previous option needs an argument, assign it.
859 if test -n "$ac_prev"; then
860 eval $ac_prev=\$ac_option
861 ac_prev=
862 continue
865 case $ac_option in
866 *=*) ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
867 *) ac_optarg=yes ;;
868 esac
870 # Accept the important Cygnus configure options, so we can diagnose typos.
872 case $ac_dashdash$ac_option in
874 ac_dashdash=yes ;;
876 -bindir | --bindir | --bindi | --bind | --bin | --bi)
877 ac_prev=bindir ;;
878 -bindir=* | --bindir=* | --bindi=* | --bind=* | --bin=* | --bi=*)
879 bindir=$ac_optarg ;;
881 -build | --build | --buil | --bui | --bu)
882 ac_prev=build_alias ;;
883 -build=* | --build=* | --buil=* | --bui=* | --bu=*)
884 build_alias=$ac_optarg ;;
886 -cache-file | --cache-file | --cache-fil | --cache-fi \
887 | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c)
888 ac_prev=cache_file ;;
889 -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \
890 | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*)
891 cache_file=$ac_optarg ;;
893 --config-cache | -C)
894 cache_file=config.cache ;;
896 -datadir | --datadir | --datadi | --datad)
897 ac_prev=datadir ;;
898 -datadir=* | --datadir=* | --datadi=* | --datad=*)
899 datadir=$ac_optarg ;;
901 -datarootdir | --datarootdir | --datarootdi | --datarootd | --dataroot \
902 | --dataroo | --dataro | --datar)
903 ac_prev=datarootdir ;;
904 -datarootdir=* | --datarootdir=* | --datarootdi=* | --datarootd=* \
905 | --dataroot=* | --dataroo=* | --dataro=* | --datar=*)
906 datarootdir=$ac_optarg ;;
908 -disable-* | --disable-*)
909 ac_feature=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
910 # Reject names that are not valid shell variable names.
911 expr "x$ac_feature" : ".*[^-._$as_cr_alnum]" >/dev/null &&
912 { echo "$as_me: error: invalid feature name: $ac_feature" >&2
913 { (exit 1); exit 1; }; }
914 ac_feature=`echo $ac_feature | sed 's/[-.]/_/g'`
915 eval enable_$ac_feature=no ;;
917 -docdir | --docdir | --docdi | --doc | --do)
918 ac_prev=docdir ;;
919 -docdir=* | --docdir=* | --docdi=* | --doc=* | --do=*)
920 docdir=$ac_optarg ;;
922 -dvidir | --dvidir | --dvidi | --dvid | --dvi | --dv)
923 ac_prev=dvidir ;;
924 -dvidir=* | --dvidir=* | --dvidi=* | --dvid=* | --dvi=* | --dv=*)
925 dvidir=$ac_optarg ;;
927 -enable-* | --enable-*)
928 ac_feature=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
929 # Reject names that are not valid shell variable names.
930 expr "x$ac_feature" : ".*[^-._$as_cr_alnum]" >/dev/null &&
931 { echo "$as_me: error: invalid feature name: $ac_feature" >&2
932 { (exit 1); exit 1; }; }
933 ac_feature=`echo $ac_feature | sed 's/[-.]/_/g'`
934 eval enable_$ac_feature=\$ac_optarg ;;
936 -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \
937 | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \
938 | --exec | --exe | --ex)
939 ac_prev=exec_prefix ;;
940 -exec-prefix=* | --exec_prefix=* | --exec-prefix=* | --exec-prefi=* \
941 | --exec-pref=* | --exec-pre=* | --exec-pr=* | --exec-p=* | --exec-=* \
942 | --exec=* | --exe=* | --ex=*)
943 exec_prefix=$ac_optarg ;;
945 -gas | --gas | --ga | --g)
946 # Obsolete; use --with-gas.
947 with_gas=yes ;;
949 -help | --help | --hel | --he | -h)
950 ac_init_help=long ;;
951 -help=r* | --help=r* | --hel=r* | --he=r* | -hr*)
952 ac_init_help=recursive ;;
953 -help=s* | --help=s* | --hel=s* | --he=s* | -hs*)
954 ac_init_help=short ;;
956 -host | --host | --hos | --ho)
957 ac_prev=host_alias ;;
958 -host=* | --host=* | --hos=* | --ho=*)
959 host_alias=$ac_optarg ;;
961 -htmldir | --htmldir | --htmldi | --htmld | --html | --htm | --ht)
962 ac_prev=htmldir ;;
963 -htmldir=* | --htmldir=* | --htmldi=* | --htmld=* | --html=* | --htm=* \
964 | --ht=*)
965 htmldir=$ac_optarg ;;
967 -includedir | --includedir | --includedi | --included | --include \
968 | --includ | --inclu | --incl | --inc)
969 ac_prev=includedir ;;
970 -includedir=* | --includedir=* | --includedi=* | --included=* | --include=* \
971 | --includ=* | --inclu=* | --incl=* | --inc=*)
972 includedir=$ac_optarg ;;
974 -infodir | --infodir | --infodi | --infod | --info | --inf)
975 ac_prev=infodir ;;
976 -infodir=* | --infodir=* | --infodi=* | --infod=* | --info=* | --inf=*)
977 infodir=$ac_optarg ;;
979 -libdir | --libdir | --libdi | --libd)
980 ac_prev=libdir ;;
981 -libdir=* | --libdir=* | --libdi=* | --libd=*)
982 libdir=$ac_optarg ;;
984 -libexecdir | --libexecdir | --libexecdi | --libexecd | --libexec \
985 | --libexe | --libex | --libe)
986 ac_prev=libexecdir ;;
987 -libexecdir=* | --libexecdir=* | --libexecdi=* | --libexecd=* | --libexec=* \
988 | --libexe=* | --libex=* | --libe=*)
989 libexecdir=$ac_optarg ;;
991 -localedir | --localedir | --localedi | --localed | --locale)
992 ac_prev=localedir ;;
993 -localedir=* | --localedir=* | --localedi=* | --localed=* | --locale=*)
994 localedir=$ac_optarg ;;
996 -localstatedir | --localstatedir | --localstatedi | --localstated \
997 | --localstate | --localstat | --localsta | --localst | --locals)
998 ac_prev=localstatedir ;;
999 -localstatedir=* | --localstatedir=* | --localstatedi=* | --localstated=* \
1000 | --localstate=* | --localstat=* | --localsta=* | --localst=* | --locals=*)
1001 localstatedir=$ac_optarg ;;
1003 -mandir | --mandir | --mandi | --mand | --man | --ma | --m)
1004 ac_prev=mandir ;;
1005 -mandir=* | --mandir=* | --mandi=* | --mand=* | --man=* | --ma=* | --m=*)
1006 mandir=$ac_optarg ;;
1008 -nfp | --nfp | --nf)
1009 # Obsolete; use --without-fp.
1010 with_fp=no ;;
1012 -no-create | --no-create | --no-creat | --no-crea | --no-cre \
1013 | --no-cr | --no-c | -n)
1014 no_create=yes ;;
1016 -no-recursion | --no-recursion | --no-recursio | --no-recursi \
1017 | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r)
1018 no_recursion=yes ;;
1020 -oldincludedir | --oldincludedir | --oldincludedi | --oldincluded \
1021 | --oldinclude | --oldinclud | --oldinclu | --oldincl | --oldinc \
1022 | --oldin | --oldi | --old | --ol | --o)
1023 ac_prev=oldincludedir ;;
1024 -oldincludedir=* | --oldincludedir=* | --oldincludedi=* | --oldincluded=* \
1025 | --oldinclude=* | --oldinclud=* | --oldinclu=* | --oldincl=* | --oldinc=* \
1026 | --oldin=* | --oldi=* | --old=* | --ol=* | --o=*)
1027 oldincludedir=$ac_optarg ;;
1029 -prefix | --prefix | --prefi | --pref | --pre | --pr | --p)
1030 ac_prev=prefix ;;
1031 -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*)
1032 prefix=$ac_optarg ;;
1034 -program-prefix | --program-prefix | --program-prefi | --program-pref \
1035 | --program-pre | --program-pr | --program-p)
1036 ac_prev=program_prefix ;;
1037 -program-prefix=* | --program-prefix=* | --program-prefi=* \
1038 | --program-pref=* | --program-pre=* | --program-pr=* | --program-p=*)
1039 program_prefix=$ac_optarg ;;
1041 -program-suffix | --program-suffix | --program-suffi | --program-suff \
1042 | --program-suf | --program-su | --program-s)
1043 ac_prev=program_suffix ;;
1044 -program-suffix=* | --program-suffix=* | --program-suffi=* \
1045 | --program-suff=* | --program-suf=* | --program-su=* | --program-s=*)
1046 program_suffix=$ac_optarg ;;
1048 -program-transform-name | --program-transform-name \
1049 | --program-transform-nam | --program-transform-na \
1050 | --program-transform-n | --program-transform- \
1051 | --program-transform | --program-transfor \
1052 | --program-transfo | --program-transf \
1053 | --program-trans | --program-tran \
1054 | --progr-tra | --program-tr | --program-t)
1055 ac_prev=program_transform_name ;;
1056 -program-transform-name=* | --program-transform-name=* \
1057 | --program-transform-nam=* | --program-transform-na=* \
1058 | --program-transform-n=* | --program-transform-=* \
1059 | --program-transform=* | --program-transfor=* \
1060 | --program-transfo=* | --program-transf=* \
1061 | --program-trans=* | --program-tran=* \
1062 | --progr-tra=* | --program-tr=* | --program-t=*)
1063 program_transform_name=$ac_optarg ;;
1065 -pdfdir | --pdfdir | --pdfdi | --pdfd | --pdf | --pd)
1066 ac_prev=pdfdir ;;
1067 -pdfdir=* | --pdfdir=* | --pdfdi=* | --pdfd=* | --pdf=* | --pd=*)
1068 pdfdir=$ac_optarg ;;
1070 -psdir | --psdir | --psdi | --psd | --ps)
1071 ac_prev=psdir ;;
1072 -psdir=* | --psdir=* | --psdi=* | --psd=* | --ps=*)
1073 psdir=$ac_optarg ;;
1075 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
1076 | -silent | --silent | --silen | --sile | --sil)
1077 silent=yes ;;
1079 -sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb)
1080 ac_prev=sbindir ;;
1081 -sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* \
1082 | --sbi=* | --sb=*)
1083 sbindir=$ac_optarg ;;
1085 -sharedstatedir | --sharedstatedir | --sharedstatedi \
1086 | --sharedstated | --sharedstate | --sharedstat | --sharedsta \
1087 | --sharedst | --shareds | --shared | --share | --shar \
1088 | --sha | --sh)
1089 ac_prev=sharedstatedir ;;
1090 -sharedstatedir=* | --sharedstatedir=* | --sharedstatedi=* \
1091 | --sharedstated=* | --sharedstate=* | --sharedstat=* | --sharedsta=* \
1092 | --sharedst=* | --shareds=* | --shared=* | --share=* | --shar=* \
1093 | --sha=* | --sh=*)
1094 sharedstatedir=$ac_optarg ;;
1096 -site | --site | --sit)
1097 ac_prev=site ;;
1098 -site=* | --site=* | --sit=*)
1099 site=$ac_optarg ;;
1101 -srcdir | --srcdir | --srcdi | --srcd | --src | --sr)
1102 ac_prev=srcdir ;;
1103 -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*)
1104 srcdir=$ac_optarg ;;
1106 -sysconfdir | --sysconfdir | --sysconfdi | --sysconfd | --sysconf \
1107 | --syscon | --sysco | --sysc | --sys | --sy)
1108 ac_prev=sysconfdir ;;
1109 -sysconfdir=* | --sysconfdir=* | --sysconfdi=* | --sysconfd=* | --sysconf=* \
1110 | --syscon=* | --sysco=* | --sysc=* | --sys=* | --sy=*)
1111 sysconfdir=$ac_optarg ;;
1113 -target | --target | --targe | --targ | --tar | --ta | --t)
1114 ac_prev=target_alias ;;
1115 -target=* | --target=* | --targe=* | --targ=* | --tar=* | --ta=* | --t=*)
1116 target_alias=$ac_optarg ;;
1118 -v | -verbose | --verbose | --verbos | --verbo | --verb)
1119 verbose=yes ;;
1121 -version | --version | --versio | --versi | --vers | -V)
1122 ac_init_version=: ;;
1124 -with-* | --with-*)
1125 ac_package=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
1126 # Reject names that are not valid shell variable names.
1127 expr "x$ac_package" : ".*[^-._$as_cr_alnum]" >/dev/null &&
1128 { echo "$as_me: error: invalid package name: $ac_package" >&2
1129 { (exit 1); exit 1; }; }
1130 ac_package=`echo $ac_package | sed 's/[-.]/_/g'`
1131 eval with_$ac_package=\$ac_optarg ;;
1133 -without-* | --without-*)
1134 ac_package=`expr "x$ac_option" : 'x-*without-\(.*\)'`
1135 # Reject names that are not valid shell variable names.
1136 expr "x$ac_package" : ".*[^-._$as_cr_alnum]" >/dev/null &&
1137 { echo "$as_me: error: invalid package name: $ac_package" >&2
1138 { (exit 1); exit 1; }; }
1139 ac_package=`echo $ac_package | sed 's/[-.]/_/g'`
1140 eval with_$ac_package=no ;;
1142 --x)
1143 # Obsolete; use --with-x.
1144 with_x=yes ;;
1146 -x-includes | --x-includes | --x-include | --x-includ | --x-inclu \
1147 | --x-incl | --x-inc | --x-in | --x-i)
1148 ac_prev=x_includes ;;
1149 -x-includes=* | --x-includes=* | --x-include=* | --x-includ=* | --x-inclu=* \
1150 | --x-incl=* | --x-inc=* | --x-in=* | --x-i=*)
1151 x_includes=$ac_optarg ;;
1153 -x-libraries | --x-libraries | --x-librarie | --x-librari \
1154 | --x-librar | --x-libra | --x-libr | --x-lib | --x-li | --x-l)
1155 ac_prev=x_libraries ;;
1156 -x-libraries=* | --x-libraries=* | --x-librarie=* | --x-librari=* \
1157 | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*)
1158 x_libraries=$ac_optarg ;;
1160 -*) { echo "$as_me: error: unrecognized option: $ac_option
1161 Try \`$0 --help' for more information." >&2
1162 { (exit 1); exit 1; }; }
1165 *=*)
1166 ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
1167 # Reject names that are not valid shell variable names.
1168 expr "x$ac_envvar" : ".*[^_$as_cr_alnum]" >/dev/null &&
1169 { echo "$as_me: error: invalid variable name: $ac_envvar" >&2
1170 { (exit 1); exit 1; }; }
1171 eval $ac_envvar=\$ac_optarg
1172 export $ac_envvar ;;
1175 # FIXME: should be removed in autoconf 3.0.
1176 echo "$as_me: WARNING: you should use --build, --host, --target" >&2
1177 expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev/null &&
1178 echo "$as_me: WARNING: invalid host type: $ac_option" >&2
1179 : ${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option}
1182 esac
1183 done
1185 if test -n "$ac_prev"; then
1186 ac_option=--`echo $ac_prev | sed 's/_/-/g'`
1187 { echo "$as_me: error: missing argument to $ac_option" >&2
1188 { (exit 1); exit 1; }; }
1191 # Be sure to have absolute directory names.
1192 for ac_var in exec_prefix prefix bindir sbindir libexecdir datarootdir \
1193 datadir sysconfdir sharedstatedir localstatedir includedir \
1194 oldincludedir docdir infodir htmldir dvidir pdfdir psdir \
1195 libdir localedir mandir
1197 eval ac_val=\$$ac_var
1198 case $ac_val in
1199 [\\/$]* | ?:[\\/]* ) continue;;
1200 NONE | '' ) case $ac_var in *prefix ) continue;; esac;;
1201 esac
1202 { echo "$as_me: error: expected an absolute directory name for --$ac_var: $ac_val" >&2
1203 { (exit 1); exit 1; }; }
1204 done
1206 # There might be people who depend on the old broken behavior: `$host'
1207 # used to hold the argument of --host etc.
1208 # FIXME: To remove some day.
1209 build=$build_alias
1210 host=$host_alias
1211 target=$target_alias
1213 # FIXME: To remove some day.
1214 if test "x$host_alias" != x; then
1215 if test "x$build_alias" = x; then
1216 cross_compiling=maybe
1217 echo "$as_me: WARNING: If you wanted to set the --build type, don't use --host.
1218 If a cross compiler is detected then cross compile mode will be used." >&2
1219 elif test "x$build_alias" != "x$host_alias"; then
1220 cross_compiling=yes
1224 ac_tool_prefix=
1225 test -n "$host_alias" && ac_tool_prefix=$host_alias-
1227 test "$silent" = yes && exec 6>/dev/null
1230 ac_pwd=`pwd` && test -n "$ac_pwd" &&
1231 ac_ls_di=`ls -di .` &&
1232 ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` ||
1233 { echo "$as_me: error: Working directory cannot be determined" >&2
1234 { (exit 1); exit 1; }; }
1235 test "X$ac_ls_di" = "X$ac_pwd_ls_di" ||
1236 { echo "$as_me: error: pwd does not report name of working directory" >&2
1237 { (exit 1); exit 1; }; }
1240 # Find the source files, if location was not specified.
1241 if test -z "$srcdir"; then
1242 ac_srcdir_defaulted=yes
1243 # Try the directory containing this script, then the parent directory.
1244 ac_confdir=`$as_dirname -- "$0" ||
1245 $as_expr X"$0" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
1246 X"$0" : 'X\(//\)[^/]' \| \
1247 X"$0" : 'X\(//\)$' \| \
1248 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
1249 echo X"$0" |
1250 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
1251 s//\1/
1254 /^X\(\/\/\)[^/].*/{
1255 s//\1/
1258 /^X\(\/\/\)$/{
1259 s//\1/
1262 /^X\(\/\).*/{
1263 s//\1/
1266 s/.*/./; q'`
1267 srcdir=$ac_confdir
1268 if test ! -r "$srcdir/$ac_unique_file"; then
1269 srcdir=..
1271 else
1272 ac_srcdir_defaulted=no
1274 if test ! -r "$srcdir/$ac_unique_file"; then
1275 test "$ac_srcdir_defaulted" = yes && srcdir="$ac_confdir or .."
1276 { echo "$as_me: error: cannot find sources ($ac_unique_file) in $srcdir" >&2
1277 { (exit 1); exit 1; }; }
1279 ac_msg="sources are in $srcdir, but \`cd $srcdir' does not work"
1280 ac_abs_confdir=`(
1281 cd "$srcdir" && test -r "./$ac_unique_file" || { echo "$as_me: error: $ac_msg" >&2
1282 { (exit 1); exit 1; }; }
1283 pwd)`
1284 # When building in place, set srcdir=.
1285 if test "$ac_abs_confdir" = "$ac_pwd"; then
1286 srcdir=.
1288 # Remove unnecessary trailing slashes from srcdir.
1289 # Double slashes in file names in object file debugging info
1290 # mess up M-x gdb in Emacs.
1291 case $srcdir in
1292 */) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;;
1293 esac
1294 for ac_var in $ac_precious_vars; do
1295 eval ac_env_${ac_var}_set=\${${ac_var}+set}
1296 eval ac_env_${ac_var}_value=\$${ac_var}
1297 eval ac_cv_env_${ac_var}_set=\${${ac_var}+set}
1298 eval ac_cv_env_${ac_var}_value=\$${ac_var}
1299 done
1302 # Report the --help message.
1304 if test "$ac_init_help" = "long"; then
1305 # Omit some internal or obsolete options to make the list less imposing.
1306 # This message is too long to be a string in the A/UX 3.1 sh.
1307 cat <<_ACEOF
1308 \`configure' configures Wine 1.1.5 to adapt to many kinds of systems.
1310 Usage: $0 [OPTION]... [VAR=VALUE]...
1312 To assign environment variables (e.g., CC, CFLAGS...), specify them as
1313 VAR=VALUE. See below for descriptions of some of the useful variables.
1315 Defaults for the options are specified in brackets.
1317 Configuration:
1318 -h, --help display this help and exit
1319 --help=short display options specific to this package
1320 --help=recursive display the short help of all the included packages
1321 -V, --version display version information and exit
1322 -q, --quiet, --silent do not print \`checking...' messages
1323 --cache-file=FILE cache test results in FILE [disabled]
1324 -C, --config-cache alias for \`--cache-file=config.cache'
1325 -n, --no-create do not create output files
1326 --srcdir=DIR find the sources in DIR [configure dir or \`..']
1328 Installation directories:
1329 --prefix=PREFIX install architecture-independent files in PREFIX
1330 [$ac_default_prefix]
1331 --exec-prefix=EPREFIX install architecture-dependent files in EPREFIX
1332 [PREFIX]
1334 By default, \`make install' will install all the files in
1335 \`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc. You can specify
1336 an installation prefix other than \`$ac_default_prefix' using \`--prefix',
1337 for instance \`--prefix=\$HOME'.
1339 For better control, use the options below.
1341 Fine tuning of the installation directories:
1342 --bindir=DIR user executables [EPREFIX/bin]
1343 --sbindir=DIR system admin executables [EPREFIX/sbin]
1344 --libexecdir=DIR program executables [EPREFIX/libexec]
1345 --sysconfdir=DIR read-only single-machine data [PREFIX/etc]
1346 --sharedstatedir=DIR modifiable architecture-independent data [PREFIX/com]
1347 --localstatedir=DIR modifiable single-machine data [PREFIX/var]
1348 --libdir=DIR object code libraries [EPREFIX/lib]
1349 --includedir=DIR C header files [PREFIX/include]
1350 --oldincludedir=DIR C header files for non-gcc [/usr/include]
1351 --datarootdir=DIR read-only arch.-independent data root [PREFIX/share]
1352 --datadir=DIR read-only architecture-independent data [DATAROOTDIR]
1353 --infodir=DIR info documentation [DATAROOTDIR/info]
1354 --localedir=DIR locale-dependent data [DATAROOTDIR/locale]
1355 --mandir=DIR man documentation [DATAROOTDIR/man]
1356 --docdir=DIR documentation root [DATAROOTDIR/doc/wine]
1357 --htmldir=DIR html documentation [DOCDIR]
1358 --dvidir=DIR dvi documentation [DOCDIR]
1359 --pdfdir=DIR pdf documentation [DOCDIR]
1360 --psdir=DIR ps documentation [DOCDIR]
1361 _ACEOF
1363 cat <<\_ACEOF
1365 X features:
1366 --x-includes=DIR X include files are in DIR
1367 --x-libraries=DIR X library files are in DIR
1369 System types:
1370 --build=BUILD configure for building on BUILD [guessed]
1371 --host=HOST cross-compile to build programs to run on HOST [BUILD]
1372 _ACEOF
1375 if test -n "$ac_init_help"; then
1376 case $ac_init_help in
1377 short | recursive ) echo "Configuration of Wine 1.1.5:";;
1378 esac
1379 cat <<\_ACEOF
1381 Optional Features:
1382 --disable-FEATURE do not include FEATURE (same as --enable-FEATURE=no)
1383 --enable-FEATURE[=ARG] include FEATURE [ARG=yes]
1384 --disable-win16 do not include Win16 support
1385 --enable-win64 build a Win64 emulator on AMD64 (won't run Win32
1386 binaries)
1387 --enable-maintainer-mode
1388 enable maintainer-specific build rules
1390 Optional Packages:
1391 --with-PACKAGE[=ARG] use PACKAGE [ARG=yes]
1392 --without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no)
1393 --without-alsa do not use the Alsa sound support
1394 --without-audioio do not use the AudioIO sound support
1395 --without-capi do not use CAPI (ISDN support)
1396 --without-cms do not use CMS (color management support)
1397 --without-coreaudio do not use the CoreAudio sound support
1398 --without-cups do not use CUPS
1399 --without-curses do not use (n)curses
1400 --without-esd do not use the EsounD sound support
1401 --without-fontconfig do not use fontconfig
1402 --without-freetype do not use the FreeType library
1403 --without-gphoto do not use gphoto (Digital Camera support)
1404 --without-glu do not use the GLU library
1405 --without-gnutls do not use GnuTLS (schannel support)
1406 --without-hal do not use HAL (dynamic device support)
1407 --without-jack do not use the Jack sound support
1408 --without-jpeg do not use JPEG
1409 --without-ldap do not use LDAP
1410 --without-nas do not use the NAS sound support
1411 --without-opengl do not use OpenGL
1412 --without-openssl do not use OpenSSL
1413 --without-oss do not use the OSS sound support
1414 --without-png do not use PNG
1415 --without-sane do not use SANE (scanner support)
1416 --without-xcomposite do not use the Xcomposite extension
1417 --without-xcursor do not use the Xcursor extension
1418 --without-xinerama do not use Xinerama (multi-monitor support)
1419 --without-xinput do not use the Xinput extension
1420 --without-xml do not use XML
1421 --without-xrandr do not use Xrandr (resolution changes)
1422 --without-xrender do not use the Xrender extension
1423 --without-xshape do not use the Xshape extension
1424 --without-xshm do not use XShm (shared memory extension)
1425 --without-xslt do not use XSLT
1426 --without-xxf86vm do not use XFree video mode extension
1427 --with-wine-tools=DIR use Wine tools from directory DIR
1428 --with-x use the X Window System
1430 Some influential environment variables:
1431 CC C compiler command
1432 CFLAGS C compiler flags
1433 LDFLAGS linker flags, e.g. -L<lib dir> if you have libraries in a
1434 nonstandard directory <lib dir>
1435 LIBS libraries to pass to the linker, e.g. -l<library>
1436 CPPFLAGS C/C++/Objective C preprocessor flags, e.g. -I<include dir> if
1437 you have headers in a nonstandard directory <include dir>
1438 CXX C++ compiler command
1439 CXXFLAGS C++ compiler flags
1440 XMKMF Path to xmkmf, Makefile generator for X Window System
1441 CPP C preprocessor
1443 Use these variables to override the choices made by `configure' or to help
1444 it to find libraries and programs with nonstandard names/locations.
1446 Report bugs to <wine-devel@winehq.org>.
1447 _ACEOF
1448 ac_status=$?
1451 if test "$ac_init_help" = "recursive"; then
1452 # If there are subdirs, report their specific --help.
1453 for ac_dir in : $ac_subdirs_all; do test "x$ac_dir" = x: && continue
1454 test -d "$ac_dir" || continue
1455 ac_builddir=.
1457 case "$ac_dir" in
1458 .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
1460 ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
1461 # A ".." for each directory in $ac_dir_suffix.
1462 ac_top_builddir_sub=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,/..,g;s,/,,'`
1463 case $ac_top_builddir_sub in
1464 "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
1465 *) ac_top_build_prefix=$ac_top_builddir_sub/ ;;
1466 esac ;;
1467 esac
1468 ac_abs_top_builddir=$ac_pwd
1469 ac_abs_builddir=$ac_pwd$ac_dir_suffix
1470 # for backward compatibility:
1471 ac_top_builddir=$ac_top_build_prefix
1473 case $srcdir in
1474 .) # We are building in place.
1475 ac_srcdir=.
1476 ac_top_srcdir=$ac_top_builddir_sub
1477 ac_abs_top_srcdir=$ac_pwd ;;
1478 [\\/]* | ?:[\\/]* ) # Absolute name.
1479 ac_srcdir=$srcdir$ac_dir_suffix;
1480 ac_top_srcdir=$srcdir
1481 ac_abs_top_srcdir=$srcdir ;;
1482 *) # Relative name.
1483 ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
1484 ac_top_srcdir=$ac_top_build_prefix$srcdir
1485 ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
1486 esac
1487 ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
1489 cd "$ac_dir" || { ac_status=$?; continue; }
1490 # Check for guested configure.
1491 if test -f "$ac_srcdir/configure.gnu"; then
1492 echo &&
1493 $SHELL "$ac_srcdir/configure.gnu" --help=recursive
1494 elif test -f "$ac_srcdir/configure"; then
1495 echo &&
1496 $SHELL "$ac_srcdir/configure" --help=recursive
1497 else
1498 echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2
1499 fi || ac_status=$?
1500 cd "$ac_pwd" || { ac_status=$?; break; }
1501 done
1504 test -n "$ac_init_help" && exit $ac_status
1505 if $ac_init_version; then
1506 cat <<\_ACEOF
1507 Wine configure 1.1.5
1508 generated by GNU Autoconf 2.61
1510 Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
1511 2002, 2003, 2004, 2005, 2006 Free Software Foundation, Inc.
1512 This configure script is free software; the Free Software Foundation
1513 gives unlimited permission to copy, distribute and modify it.
1514 _ACEOF
1515 exit
1517 cat >config.log <<_ACEOF
1518 This file contains any messages produced by compilers while
1519 running configure, to aid debugging if configure makes a mistake.
1521 It was created by Wine $as_me 1.1.5, which was
1522 generated by GNU Autoconf 2.61. Invocation command line was
1524 $ $0 $@
1526 _ACEOF
1527 exec 5>>config.log
1529 cat <<_ASUNAME
1530 ## --------- ##
1531 ## Platform. ##
1532 ## --------- ##
1534 hostname = `(hostname || uname -n) 2>/dev/null | sed 1q`
1535 uname -m = `(uname -m) 2>/dev/null || echo unknown`
1536 uname -r = `(uname -r) 2>/dev/null || echo unknown`
1537 uname -s = `(uname -s) 2>/dev/null || echo unknown`
1538 uname -v = `(uname -v) 2>/dev/null || echo unknown`
1540 /usr/bin/uname -p = `(/usr/bin/uname -p) 2>/dev/null || echo unknown`
1541 /bin/uname -X = `(/bin/uname -X) 2>/dev/null || echo unknown`
1543 /bin/arch = `(/bin/arch) 2>/dev/null || echo unknown`
1544 /usr/bin/arch -k = `(/usr/bin/arch -k) 2>/dev/null || echo unknown`
1545 /usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null || echo unknown`
1546 /usr/bin/hostinfo = `(/usr/bin/hostinfo) 2>/dev/null || echo unknown`
1547 /bin/machine = `(/bin/machine) 2>/dev/null || echo unknown`
1548 /usr/bin/oslevel = `(/usr/bin/oslevel) 2>/dev/null || echo unknown`
1549 /bin/universe = `(/bin/universe) 2>/dev/null || echo unknown`
1551 _ASUNAME
1553 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1554 for as_dir in $PATH
1556 IFS=$as_save_IFS
1557 test -z "$as_dir" && as_dir=.
1558 echo "PATH: $as_dir"
1559 done
1560 IFS=$as_save_IFS
1562 } >&5
1564 cat >&5 <<_ACEOF
1567 ## ----------- ##
1568 ## Core tests. ##
1569 ## ----------- ##
1571 _ACEOF
1574 # Keep a trace of the command line.
1575 # Strip out --no-create and --no-recursion so they do not pile up.
1576 # Strip out --silent because we don't want to record it for future runs.
1577 # Also quote any args containing shell meta-characters.
1578 # Make two passes to allow for proper duplicate-argument suppression.
1579 ac_configure_args=
1580 ac_configure_args0=
1581 ac_configure_args1=
1582 ac_must_keep_next=false
1583 for ac_pass in 1 2
1585 for ac_arg
1587 case $ac_arg in
1588 -no-create | --no-c* | -n | -no-recursion | --no-r*) continue ;;
1589 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
1590 | -silent | --silent | --silen | --sile | --sil)
1591 continue ;;
1592 *\'*)
1593 ac_arg=`echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
1594 esac
1595 case $ac_pass in
1596 1) ac_configure_args0="$ac_configure_args0 '$ac_arg'" ;;
1598 ac_configure_args1="$ac_configure_args1 '$ac_arg'"
1599 if test $ac_must_keep_next = true; then
1600 ac_must_keep_next=false # Got value, back to normal.
1601 else
1602 case $ac_arg in
1603 *=* | --config-cache | -C | -disable-* | --disable-* \
1604 | -enable-* | --enable-* | -gas | --g* | -nfp | --nf* \
1605 | -q | -quiet | --q* | -silent | --sil* | -v | -verb* \
1606 | -with-* | --with-* | -without-* | --without-* | --x)
1607 case "$ac_configure_args0 " in
1608 "$ac_configure_args1"*" '$ac_arg' "* ) continue ;;
1609 esac
1611 -* ) ac_must_keep_next=true ;;
1612 esac
1614 ac_configure_args="$ac_configure_args '$ac_arg'"
1616 esac
1617 done
1618 done
1619 $as_unset ac_configure_args0 || test "${ac_configure_args0+set}" != set || { ac_configure_args0=; export ac_configure_args0; }
1620 $as_unset ac_configure_args1 || test "${ac_configure_args1+set}" != set || { ac_configure_args1=; export ac_configure_args1; }
1622 # When interrupted or exit'd, cleanup temporary files, and complete
1623 # config.log. We remove comments because anyway the quotes in there
1624 # would cause problems or look ugly.
1625 # WARNING: Use '\'' to represent an apostrophe within the trap.
1626 # WARNING: Do not start the trap code with a newline, due to a FreeBSD 4.0 bug.
1627 trap 'exit_status=$?
1628 # Save into config.log some information that might help in debugging.
1630 echo
1632 cat <<\_ASBOX
1633 ## ---------------- ##
1634 ## Cache variables. ##
1635 ## ---------------- ##
1636 _ASBOX
1637 echo
1638 # The following way of writing the cache mishandles newlines in values,
1640 for ac_var in `(set) 2>&1 | sed -n '\''s/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'\''`; do
1641 eval ac_val=\$$ac_var
1642 case $ac_val in #(
1643 *${as_nl}*)
1644 case $ac_var in #(
1645 *_cv_*) { echo "$as_me:$LINENO: WARNING: Cache variable $ac_var contains a newline." >&5
1646 echo "$as_me: WARNING: Cache variable $ac_var contains a newline." >&2;} ;;
1647 esac
1648 case $ac_var in #(
1649 _ | IFS | as_nl) ;; #(
1650 *) $as_unset $ac_var ;;
1651 esac ;;
1652 esac
1653 done
1654 (set) 2>&1 |
1655 case $as_nl`(ac_space='\'' '\''; set) 2>&1` in #(
1656 *${as_nl}ac_space=\ *)
1657 sed -n \
1658 "s/'\''/'\''\\\\'\'''\''/g;
1659 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\''\\2'\''/p"
1660 ;; #(
1662 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
1664 esac |
1665 sort
1667 echo
1669 cat <<\_ASBOX
1670 ## ----------------- ##
1671 ## Output variables. ##
1672 ## ----------------- ##
1673 _ASBOX
1674 echo
1675 for ac_var in $ac_subst_vars
1677 eval ac_val=\$$ac_var
1678 case $ac_val in
1679 *\'\''*) ac_val=`echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
1680 esac
1681 echo "$ac_var='\''$ac_val'\''"
1682 done | sort
1683 echo
1685 if test -n "$ac_subst_files"; then
1686 cat <<\_ASBOX
1687 ## ------------------- ##
1688 ## File substitutions. ##
1689 ## ------------------- ##
1690 _ASBOX
1691 echo
1692 for ac_var in $ac_subst_files
1694 eval ac_val=\$$ac_var
1695 case $ac_val in
1696 *\'\''*) ac_val=`echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
1697 esac
1698 echo "$ac_var='\''$ac_val'\''"
1699 done | sort
1700 echo
1703 if test -s confdefs.h; then
1704 cat <<\_ASBOX
1705 ## ----------- ##
1706 ## confdefs.h. ##
1707 ## ----------- ##
1708 _ASBOX
1709 echo
1710 cat confdefs.h
1711 echo
1713 test "$ac_signal" != 0 &&
1714 echo "$as_me: caught signal $ac_signal"
1715 echo "$as_me: exit $exit_status"
1716 } >&5
1717 rm -f core *.core core.conftest.* &&
1718 rm -f -r conftest* confdefs* conf$$* $ac_clean_files &&
1719 exit $exit_status
1721 for ac_signal in 1 2 13 15; do
1722 trap 'ac_signal='$ac_signal'; { (exit 1); exit 1; }' $ac_signal
1723 done
1724 ac_signal=0
1726 # confdefs.h avoids OS command line length limits that DEFS can exceed.
1727 rm -f -r conftest* confdefs.h
1729 # Predefined preprocessor variables.
1731 cat >>confdefs.h <<_ACEOF
1732 #define PACKAGE_NAME "$PACKAGE_NAME"
1733 _ACEOF
1736 cat >>confdefs.h <<_ACEOF
1737 #define PACKAGE_TARNAME "$PACKAGE_TARNAME"
1738 _ACEOF
1741 cat >>confdefs.h <<_ACEOF
1742 #define PACKAGE_VERSION "$PACKAGE_VERSION"
1743 _ACEOF
1746 cat >>confdefs.h <<_ACEOF
1747 #define PACKAGE_STRING "$PACKAGE_STRING"
1748 _ACEOF
1751 cat >>confdefs.h <<_ACEOF
1752 #define PACKAGE_BUGREPORT "$PACKAGE_BUGREPORT"
1753 _ACEOF
1756 # Let the site file select an alternate cache file if it wants to.
1757 # Prefer explicitly selected file to automatically selected ones.
1758 if test -n "$CONFIG_SITE"; then
1759 set x "$CONFIG_SITE"
1760 elif test "x$prefix" != xNONE; then
1761 set x "$prefix/share/config.site" "$prefix/etc/config.site"
1762 else
1763 set x "$ac_default_prefix/share/config.site" \
1764 "$ac_default_prefix/etc/config.site"
1766 shift
1767 for ac_site_file
1769 if test -r "$ac_site_file"; then
1770 { echo "$as_me:$LINENO: loading site script $ac_site_file" >&5
1771 echo "$as_me: loading site script $ac_site_file" >&6;}
1772 sed 's/^/| /' "$ac_site_file" >&5
1773 . "$ac_site_file"
1775 done
1777 if test -r "$cache_file"; then
1778 # Some versions of bash will fail to source /dev/null (special
1779 # files actually), so we avoid doing that.
1780 if test -f "$cache_file"; then
1781 { echo "$as_me:$LINENO: loading cache $cache_file" >&5
1782 echo "$as_me: loading cache $cache_file" >&6;}
1783 case $cache_file in
1784 [\\/]* | ?:[\\/]* ) . "$cache_file";;
1785 *) . "./$cache_file";;
1786 esac
1788 else
1789 { echo "$as_me:$LINENO: creating cache $cache_file" >&5
1790 echo "$as_me: creating cache $cache_file" >&6;}
1791 >$cache_file
1794 # Check that the precious variables saved in the cache have kept the same
1795 # value.
1796 ac_cache_corrupted=false
1797 for ac_var in $ac_precious_vars; do
1798 eval ac_old_set=\$ac_cv_env_${ac_var}_set
1799 eval ac_new_set=\$ac_env_${ac_var}_set
1800 eval ac_old_val=\$ac_cv_env_${ac_var}_value
1801 eval ac_new_val=\$ac_env_${ac_var}_value
1802 case $ac_old_set,$ac_new_set in
1803 set,)
1804 { echo "$as_me:$LINENO: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
1805 echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
1806 ac_cache_corrupted=: ;;
1807 ,set)
1808 { echo "$as_me:$LINENO: error: \`$ac_var' was not set in the previous run" >&5
1809 echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;}
1810 ac_cache_corrupted=: ;;
1811 ,);;
1813 if test "x$ac_old_val" != "x$ac_new_val"; then
1814 { echo "$as_me:$LINENO: error: \`$ac_var' has changed since the previous run:" >&5
1815 echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;}
1816 { echo "$as_me:$LINENO: former value: $ac_old_val" >&5
1817 echo "$as_me: former value: $ac_old_val" >&2;}
1818 { echo "$as_me:$LINENO: current value: $ac_new_val" >&5
1819 echo "$as_me: current value: $ac_new_val" >&2;}
1820 ac_cache_corrupted=:
1821 fi;;
1822 esac
1823 # Pass precious variables to config.status.
1824 if test "$ac_new_set" = set; then
1825 case $ac_new_val in
1826 *\'*) ac_arg=$ac_var=`echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
1827 *) ac_arg=$ac_var=$ac_new_val ;;
1828 esac
1829 case " $ac_configure_args " in
1830 *" '$ac_arg' "*) ;; # Avoid dups. Use of quotes ensures accuracy.
1831 *) ac_configure_args="$ac_configure_args '$ac_arg'" ;;
1832 esac
1834 done
1835 if $ac_cache_corrupted; then
1836 { echo "$as_me:$LINENO: error: changes in the environment can compromise the build" >&5
1837 echo "$as_me: error: changes in the environment can compromise the build" >&2;}
1838 { { echo "$as_me:$LINENO: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&5
1839 echo "$as_me: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&2;}
1840 { (exit 1); exit 1; }; }
1867 ac_ext=c
1868 ac_cpp='$CPP $CPPFLAGS'
1869 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
1870 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
1871 ac_compiler_gnu=$ac_cv_c_compiler_gnu
1875 ac_config_headers="$ac_config_headers include/config.h"
1877 ac_aux_dir=
1878 for ac_dir in tools "$srcdir"/tools; do
1879 if test -f "$ac_dir/install-sh"; then
1880 ac_aux_dir=$ac_dir
1881 ac_install_sh="$ac_aux_dir/install-sh -c"
1882 break
1883 elif test -f "$ac_dir/install.sh"; then
1884 ac_aux_dir=$ac_dir
1885 ac_install_sh="$ac_aux_dir/install.sh -c"
1886 break
1887 elif test -f "$ac_dir/shtool"; then
1888 ac_aux_dir=$ac_dir
1889 ac_install_sh="$ac_aux_dir/shtool install -c"
1890 break
1892 done
1893 if test -z "$ac_aux_dir"; then
1894 { { echo "$as_me:$LINENO: error: cannot find install-sh or install.sh in tools \"$srcdir\"/tools" >&5
1895 echo "$as_me: error: cannot find install-sh or install.sh in tools \"$srcdir\"/tools" >&2;}
1896 { (exit 1); exit 1; }; }
1899 # These three variables are undocumented and unsupported,
1900 # and are intended to be withdrawn in a future Autoconf release.
1901 # They can cause serious problems if a builder's source tree is in a directory
1902 # whose full name contains unusual characters.
1903 ac_config_guess="$SHELL $ac_aux_dir/config.guess" # Please don't use this var.
1904 ac_config_sub="$SHELL $ac_aux_dir/config.sub" # Please don't use this var.
1905 ac_configure="$SHELL $ac_aux_dir/configure" # Please don't use this var.
1910 # Check whether --enable-win16 was given.
1911 if test "${enable_win16+set}" = set; then
1912 enableval=$enable_win16;
1915 # Check whether --enable-win64 was given.
1916 if test "${enable_win64+set}" = set; then
1917 enableval=$enable_win64;
1920 # Check whether --enable-maintainer-mode was given.
1921 if test "${enable_maintainer_mode+set}" = set; then
1922 enableval=$enable_maintainer_mode;
1923 else
1924 MAINTAINER_MODE=\#
1930 # Check whether --with-alsa was given.
1931 if test "${with_alsa+set}" = set; then
1932 withval=$with_alsa; if test "x$withval" = "xno"; then ac_cv_header_sys_asoundlib_h=no; ac_cv_header_alsa_asoundlib_h=no; fi
1936 # Check whether --with-audioio was given.
1937 if test "${with_audioio+set}" = set; then
1938 withval=$with_audioio; if test "x$withval" = "xno"; then ac_cv_header_libaudioio_h=no; fi
1942 # Check whether --with-capi was given.
1943 if test "${with_capi+set}" = set; then
1944 withval=$with_capi; if test "x$withval" = "xno"; then ac_cv_header_capi20_h=no; ac_cv_header_linux_capi_h=no; fi
1948 # Check whether --with-cms was given.
1949 if test "${with_cms+set}" = set; then
1950 withval=$with_cms; if test "x$withval" = "xno"; then ac_cv_header_lcms_h=no; ac_cv_header_lcms_lcms_h=no; fi
1954 # Check whether --with-coreaudio was given.
1955 if test "${with_coreaudio+set}" = set; then
1956 withval=$with_coreaudio; if test "x$withval" = "xno"; then ac_cv_header_CoreAudio_CoreAudio_h=no; fi
1960 # Check whether --with-cups was given.
1961 if test "${with_cups+set}" = set; then
1962 withval=$with_cups;
1966 # Check whether --with-curses was given.
1967 if test "${with_curses+set}" = set; then
1968 withval=$with_curses; if test "x$withval" = "xno"; then ac_cv_header_ncurses_h=no; ac_cv_header_curses_h=no; fi
1972 # Check whether --with-esd was given.
1973 if test "${with_esd+set}" = set; then
1974 withval=$with_esd;
1978 # Check whether --with-fontconfig was given.
1979 if test "${with_fontconfig+set}" = set; then
1980 withval=$with_fontconfig; if test "x$withval" = "xno"; then ac_cv_header_fontconfig_fontconfig_h=no; fi
1984 # Check whether --with-freetype was given.
1985 if test "${with_freetype+set}" = set; then
1986 withval=$with_freetype;
1990 # Check whether --with-gphoto was given.
1991 if test "${with_gphoto+set}" = set; then
1992 withval=$with_gphoto;
1996 # Check whether --with-glu was given.
1997 if test "${with_glu+set}" = set; then
1998 withval=$with_glu; if test "x$withval" = "xno"; then ac_cv_header_GL_glu_h=no; fi
2002 # Check whether --with-gnutls was given.
2003 if test "${with_gnutls+set}" = set; then
2004 withval=$with_gnutls;
2008 # Check whether --with-hal was given.
2009 if test "${with_hal+set}" = set; then
2010 withval=$with_hal;
2014 # Check whether --with-jack was given.
2015 if test "${with_jack+set}" = set; then
2016 withval=$with_jack; if test "x$withval" = "xno"; then ac_cv_header_jack_jack_h=no; fi
2020 # Check whether --with-jpeg was given.
2021 if test "${with_jpeg+set}" = set; then
2022 withval=$with_jpeg; if test "x$withval" = "xno"; then ac_cv_header_jpeglib_h=no; fi
2026 # Check whether --with-ldap was given.
2027 if test "${with_ldap+set}" = set; then
2028 withval=$with_ldap; if test "x$withval" = "xno"; then ac_cv_header_ldap_h=no; ac_cv_header_lber_h=no; fi
2032 # Check whether --with-nas was given.
2033 if test "${with_nas+set}" = set; then
2034 withval=$with_nas; if test "x$withval" = "xno"; then ac_cv_header_audio_audiolib_h=no; fi
2038 # Check whether --with-opengl was given.
2039 if test "${with_opengl+set}" = set; then
2040 withval=$with_opengl;
2044 # Check whether --with-openssl was given.
2045 if test "${with_openssl+set}" = set; then
2046 withval=$with_openssl; if test "x$withval" = "xno"; then ac_cv_header_openssl_err_h=no; ac_cv_header_openssl_ssl_h=no; fi
2050 # Check whether --with-oss was given.
2051 if test "${with_oss+set}" = set; then
2052 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
2056 # Check whether --with-png was given.
2057 if test "${with_png+set}" = set; then
2058 withval=$with_png; if test "x$withval" = "xno"; then ac_cv_header_png_h=no; fi
2062 # Check whether --with-sane was given.
2063 if test "${with_sane+set}" = set; then
2064 withval=$with_sane;
2068 # Check whether --with-xcomposite was given.
2069 if test "${with_xcomposite+set}" = set; then
2070 withval=$with_xcomposite; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_Xcomposite_h=no; fi
2074 # Check whether --with-xcursor was given.
2075 if test "${with_xcursor+set}" = set; then
2076 withval=$with_xcursor; if test "x$withval" = "xno"; then ac_cv_header_X11_Xcursor_Xcursor_h=no; fi
2080 # Check whether --with-xinerama was given.
2081 if test "${with_xinerama+set}" = set; then
2082 withval=$with_xinerama; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_Xinerama_h=no; fi
2086 # Check whether --with-xinput was given.
2087 if test "${with_xinput+set}" = set; then
2088 withval=$with_xinput; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_XInput_h=no; fi
2092 # Check whether --with-xml was given.
2093 if test "${with_xml+set}" = set; then
2094 withval=$with_xml;
2098 # Check whether --with-xrandr was given.
2099 if test "${with_xrandr+set}" = set; then
2100 withval=$with_xrandr; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_Xrandr_h=no; fi
2104 # Check whether --with-xrender was given.
2105 if test "${with_xrender+set}" = set; then
2106 withval=$with_xrender; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_Xrender_h=no; fi
2110 # Check whether --with-xshape was given.
2111 if test "${with_xshape+set}" = set; then
2112 withval=$with_xshape; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_shape_h=no; fi
2116 # Check whether --with-xshm was given.
2117 if test "${with_xshm+set}" = set; then
2118 withval=$with_xshm; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_XShm_h=no; fi
2122 # Check whether --with-xslt was given.
2123 if test "${with_xslt+set}" = set; then
2124 withval=$with_xslt;
2128 # Check whether --with-xxf86vm was given.
2129 if test "${with_xxf86vm+set}" = set; then
2130 withval=$with_xxf86vm; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_xf86vmode_h=no; fi
2135 # Check whether --with-wine-tools was given.
2136 if test "${with_wine_tools+set}" = set; then
2137 withval=$with_wine_tools;
2141 # Make sure we can run config.sub.
2142 $SHELL "$ac_aux_dir/config.sub" sun4 >/dev/null 2>&1 ||
2143 { { echo "$as_me:$LINENO: error: cannot run $SHELL $ac_aux_dir/config.sub" >&5
2144 echo "$as_me: error: cannot run $SHELL $ac_aux_dir/config.sub" >&2;}
2145 { (exit 1); exit 1; }; }
2147 { echo "$as_me:$LINENO: checking build system type" >&5
2148 echo $ECHO_N "checking build system type... $ECHO_C" >&6; }
2149 if test "${ac_cv_build+set}" = set; then
2150 echo $ECHO_N "(cached) $ECHO_C" >&6
2151 else
2152 ac_build_alias=$build_alias
2153 test "x$ac_build_alias" = x &&
2154 ac_build_alias=`$SHELL "$ac_aux_dir/config.guess"`
2155 test "x$ac_build_alias" = x &&
2156 { { echo "$as_me:$LINENO: error: cannot guess build type; you must specify one" >&5
2157 echo "$as_me: error: cannot guess build type; you must specify one" >&2;}
2158 { (exit 1); exit 1; }; }
2159 ac_cv_build=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` ||
2160 { { echo "$as_me:$LINENO: error: $SHELL $ac_aux_dir/config.sub $ac_build_alias failed" >&5
2161 echo "$as_me: error: $SHELL $ac_aux_dir/config.sub $ac_build_alias failed" >&2;}
2162 { (exit 1); exit 1; }; }
2165 { echo "$as_me:$LINENO: result: $ac_cv_build" >&5
2166 echo "${ECHO_T}$ac_cv_build" >&6; }
2167 case $ac_cv_build in
2168 *-*-*) ;;
2169 *) { { echo "$as_me:$LINENO: error: invalid value of canonical build" >&5
2170 echo "$as_me: error: invalid value of canonical build" >&2;}
2171 { (exit 1); exit 1; }; };;
2172 esac
2173 build=$ac_cv_build
2174 ac_save_IFS=$IFS; IFS='-'
2175 set x $ac_cv_build
2176 shift
2177 build_cpu=$1
2178 build_vendor=$2
2179 shift; shift
2180 # Remember, the first character of IFS is used to create $*,
2181 # except with old shells:
2182 build_os=$*
2183 IFS=$ac_save_IFS
2184 case $build_os in *\ *) build_os=`echo "$build_os" | sed 's/ /-/g'`;; esac
2187 { echo "$as_me:$LINENO: checking host system type" >&5
2188 echo $ECHO_N "checking host system type... $ECHO_C" >&6; }
2189 if test "${ac_cv_host+set}" = set; then
2190 echo $ECHO_N "(cached) $ECHO_C" >&6
2191 else
2192 if test "x$host_alias" = x; then
2193 ac_cv_host=$ac_cv_build
2194 else
2195 ac_cv_host=`$SHELL "$ac_aux_dir/config.sub" $host_alias` ||
2196 { { echo "$as_me:$LINENO: error: $SHELL $ac_aux_dir/config.sub $host_alias failed" >&5
2197 echo "$as_me: error: $SHELL $ac_aux_dir/config.sub $host_alias failed" >&2;}
2198 { (exit 1); exit 1; }; }
2202 { echo "$as_me:$LINENO: result: $ac_cv_host" >&5
2203 echo "${ECHO_T}$ac_cv_host" >&6; }
2204 case $ac_cv_host in
2205 *-*-*) ;;
2206 *) { { echo "$as_me:$LINENO: error: invalid value of canonical host" >&5
2207 echo "$as_me: error: invalid value of canonical host" >&2;}
2208 { (exit 1); exit 1; }; };;
2209 esac
2210 host=$ac_cv_host
2211 ac_save_IFS=$IFS; IFS='-'
2212 set x $ac_cv_host
2213 shift
2214 host_cpu=$1
2215 host_vendor=$2
2216 shift; shift
2217 # Remember, the first character of IFS is used to create $*,
2218 # except with old shells:
2219 host_os=$*
2220 IFS=$ac_save_IFS
2221 case $host_os in *\ *) host_os=`echo "$host_os" | sed 's/ /-/g'`;; esac
2224 case $host in
2225 x86_64*linux*)
2226 if test "x$enable_win64" != "xyes"
2227 then
2228 test -n "$CC" || CC="gcc -m32"
2229 test -n "$CXX"|| CXX="g++ -m32"
2230 test -n "$LD" || LD="ld -m elf_i386"
2231 test -n "$AS" || AS="as --32"
2232 host_cpu="i386"
2235 esac
2237 case $host_cpu in
2238 *i[3456789]86*)
2239 if test "x$enable_win16" != "xno"
2240 then
2241 enable_win16="yes"
2244 esac
2246 WIN16_FILES="\$(WIN16_FILES)"
2248 WIN16_INSTALL="\$(WIN16_INSTALL)"
2250 if test "x$enable_win16" != "xyes"
2251 then
2252 WIN16_FILES=""
2253 WIN16_INSTALL=""
2256 case "$srcdir" in
2257 .) ;;
2258 *) if test -f "$srcdir/Makefile" -o -f "$srcdir/include/config.h"; then
2259 { { echo "$as_me:$LINENO: error: you are building out of the source tree, but the source tree contains object files.
2260 You need to run 'make distclean' in the source tree first." >&5
2261 echo "$as_me: error: you are building out of the source tree, but the source tree contains object files.
2262 You need to run 'make distclean' in the source tree first." >&2;}
2263 { (exit 1); exit 1; }; }
2264 fi ;;
2265 esac
2268 { echo "$as_me:$LINENO: checking whether ${MAKE-make} sets \$(MAKE)" >&5
2269 echo $ECHO_N "checking whether ${MAKE-make} sets \$(MAKE)... $ECHO_C" >&6; }
2270 set x ${MAKE-make}; ac_make=`echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'`
2271 if { as_var=ac_cv_prog_make_${ac_make}_set; eval "test \"\${$as_var+set}\" = set"; }; then
2272 echo $ECHO_N "(cached) $ECHO_C" >&6
2273 else
2274 cat >conftest.make <<\_ACEOF
2275 SHELL = /bin/sh
2276 all:
2277 @echo '@@@%%%=$(MAKE)=@@@%%%'
2278 _ACEOF
2279 # GNU make sometimes prints "make[1]: Entering...", which would confuse us.
2280 case `${MAKE-make} -f conftest.make 2>/dev/null` in
2281 *@@@%%%=?*=@@@%%%*)
2282 eval ac_cv_prog_make_${ac_make}_set=yes;;
2284 eval ac_cv_prog_make_${ac_make}_set=no;;
2285 esac
2286 rm -f conftest.make
2288 if eval test \$ac_cv_prog_make_${ac_make}_set = yes; then
2289 { echo "$as_me:$LINENO: result: yes" >&5
2290 echo "${ECHO_T}yes" >&6; }
2291 SET_MAKE=
2292 else
2293 { echo "$as_me:$LINENO: result: no" >&5
2294 echo "${ECHO_T}no" >&6; }
2295 SET_MAKE="MAKE=${MAKE-make}"
2298 ac_ext=c
2299 ac_cpp='$CPP $CPPFLAGS'
2300 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2301 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2302 ac_compiler_gnu=$ac_cv_c_compiler_gnu
2303 if test -n "$ac_tool_prefix"; then
2304 # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
2305 set dummy ${ac_tool_prefix}gcc; ac_word=$2
2306 { echo "$as_me:$LINENO: checking for $ac_word" >&5
2307 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
2308 if test "${ac_cv_prog_CC+set}" = set; then
2309 echo $ECHO_N "(cached) $ECHO_C" >&6
2310 else
2311 if test -n "$CC"; then
2312 ac_cv_prog_CC="$CC" # Let the user override the test.
2313 else
2314 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2315 for as_dir in $PATH
2317 IFS=$as_save_IFS
2318 test -z "$as_dir" && as_dir=.
2319 for ac_exec_ext in '' $ac_executable_extensions; do
2320 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2321 ac_cv_prog_CC="${ac_tool_prefix}gcc"
2322 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2323 break 2
2325 done
2326 done
2327 IFS=$as_save_IFS
2331 CC=$ac_cv_prog_CC
2332 if test -n "$CC"; then
2333 { echo "$as_me:$LINENO: result: $CC" >&5
2334 echo "${ECHO_T}$CC" >&6; }
2335 else
2336 { echo "$as_me:$LINENO: result: no" >&5
2337 echo "${ECHO_T}no" >&6; }
2342 if test -z "$ac_cv_prog_CC"; then
2343 ac_ct_CC=$CC
2344 # Extract the first word of "gcc", so it can be a program name with args.
2345 set dummy gcc; ac_word=$2
2346 { echo "$as_me:$LINENO: checking for $ac_word" >&5
2347 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
2348 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
2349 echo $ECHO_N "(cached) $ECHO_C" >&6
2350 else
2351 if test -n "$ac_ct_CC"; then
2352 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
2353 else
2354 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2355 for as_dir in $PATH
2357 IFS=$as_save_IFS
2358 test -z "$as_dir" && as_dir=.
2359 for ac_exec_ext in '' $ac_executable_extensions; do
2360 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2361 ac_cv_prog_ac_ct_CC="gcc"
2362 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2363 break 2
2365 done
2366 done
2367 IFS=$as_save_IFS
2371 ac_ct_CC=$ac_cv_prog_ac_ct_CC
2372 if test -n "$ac_ct_CC"; then
2373 { echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
2374 echo "${ECHO_T}$ac_ct_CC" >&6; }
2375 else
2376 { echo "$as_me:$LINENO: result: no" >&5
2377 echo "${ECHO_T}no" >&6; }
2380 if test "x$ac_ct_CC" = x; then
2381 CC=""
2382 else
2383 case $cross_compiling:$ac_tool_warned in
2384 yes:)
2385 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
2386 whose name does not start with the host triplet. If you think this
2387 configuration is useful to you, please write to autoconf@gnu.org." >&5
2388 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
2389 whose name does not start with the host triplet. If you think this
2390 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
2391 ac_tool_warned=yes ;;
2392 esac
2393 CC=$ac_ct_CC
2395 else
2396 CC="$ac_cv_prog_CC"
2399 if test -z "$CC"; then
2400 if test -n "$ac_tool_prefix"; then
2401 # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
2402 set dummy ${ac_tool_prefix}cc; ac_word=$2
2403 { echo "$as_me:$LINENO: checking for $ac_word" >&5
2404 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
2405 if test "${ac_cv_prog_CC+set}" = set; then
2406 echo $ECHO_N "(cached) $ECHO_C" >&6
2407 else
2408 if test -n "$CC"; then
2409 ac_cv_prog_CC="$CC" # Let the user override the test.
2410 else
2411 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2412 for as_dir in $PATH
2414 IFS=$as_save_IFS
2415 test -z "$as_dir" && as_dir=.
2416 for ac_exec_ext in '' $ac_executable_extensions; do
2417 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2418 ac_cv_prog_CC="${ac_tool_prefix}cc"
2419 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2420 break 2
2422 done
2423 done
2424 IFS=$as_save_IFS
2428 CC=$ac_cv_prog_CC
2429 if test -n "$CC"; then
2430 { echo "$as_me:$LINENO: result: $CC" >&5
2431 echo "${ECHO_T}$CC" >&6; }
2432 else
2433 { echo "$as_me:$LINENO: result: no" >&5
2434 echo "${ECHO_T}no" >&6; }
2440 if test -z "$CC"; then
2441 # Extract the first word of "cc", so it can be a program name with args.
2442 set dummy cc; ac_word=$2
2443 { echo "$as_me:$LINENO: checking for $ac_word" >&5
2444 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
2445 if test "${ac_cv_prog_CC+set}" = set; then
2446 echo $ECHO_N "(cached) $ECHO_C" >&6
2447 else
2448 if test -n "$CC"; then
2449 ac_cv_prog_CC="$CC" # Let the user override the test.
2450 else
2451 ac_prog_rejected=no
2452 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2453 for as_dir in $PATH
2455 IFS=$as_save_IFS
2456 test -z "$as_dir" && as_dir=.
2457 for ac_exec_ext in '' $ac_executable_extensions; do
2458 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2459 if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
2460 ac_prog_rejected=yes
2461 continue
2463 ac_cv_prog_CC="cc"
2464 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2465 break 2
2467 done
2468 done
2469 IFS=$as_save_IFS
2471 if test $ac_prog_rejected = yes; then
2472 # We found a bogon in the path, so make sure we never use it.
2473 set dummy $ac_cv_prog_CC
2474 shift
2475 if test $# != 0; then
2476 # We chose a different compiler from the bogus one.
2477 # However, it has the same basename, so the bogon will be chosen
2478 # first if we set CC to just the basename; use the full file name.
2479 shift
2480 ac_cv_prog_CC="$as_dir/$ac_word${1+' '}$@"
2485 CC=$ac_cv_prog_CC
2486 if test -n "$CC"; then
2487 { echo "$as_me:$LINENO: result: $CC" >&5
2488 echo "${ECHO_T}$CC" >&6; }
2489 else
2490 { echo "$as_me:$LINENO: result: no" >&5
2491 echo "${ECHO_T}no" >&6; }
2496 if test -z "$CC"; then
2497 if test -n "$ac_tool_prefix"; then
2498 for ac_prog in cl.exe
2500 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
2501 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
2502 { echo "$as_me:$LINENO: checking for $ac_word" >&5
2503 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
2504 if test "${ac_cv_prog_CC+set}" = set; then
2505 echo $ECHO_N "(cached) $ECHO_C" >&6
2506 else
2507 if test -n "$CC"; then
2508 ac_cv_prog_CC="$CC" # Let the user override the test.
2509 else
2510 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2511 for as_dir in $PATH
2513 IFS=$as_save_IFS
2514 test -z "$as_dir" && as_dir=.
2515 for ac_exec_ext in '' $ac_executable_extensions; do
2516 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2517 ac_cv_prog_CC="$ac_tool_prefix$ac_prog"
2518 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2519 break 2
2521 done
2522 done
2523 IFS=$as_save_IFS
2527 CC=$ac_cv_prog_CC
2528 if test -n "$CC"; then
2529 { echo "$as_me:$LINENO: result: $CC" >&5
2530 echo "${ECHO_T}$CC" >&6; }
2531 else
2532 { echo "$as_me:$LINENO: result: no" >&5
2533 echo "${ECHO_T}no" >&6; }
2537 test -n "$CC" && break
2538 done
2540 if test -z "$CC"; then
2541 ac_ct_CC=$CC
2542 for ac_prog in cl.exe
2544 # Extract the first word of "$ac_prog", so it can be a program name with args.
2545 set dummy $ac_prog; ac_word=$2
2546 { echo "$as_me:$LINENO: checking for $ac_word" >&5
2547 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
2548 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
2549 echo $ECHO_N "(cached) $ECHO_C" >&6
2550 else
2551 if test -n "$ac_ct_CC"; then
2552 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
2553 else
2554 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2555 for as_dir in $PATH
2557 IFS=$as_save_IFS
2558 test -z "$as_dir" && as_dir=.
2559 for ac_exec_ext in '' $ac_executable_extensions; do
2560 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2561 ac_cv_prog_ac_ct_CC="$ac_prog"
2562 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2563 break 2
2565 done
2566 done
2567 IFS=$as_save_IFS
2571 ac_ct_CC=$ac_cv_prog_ac_ct_CC
2572 if test -n "$ac_ct_CC"; then
2573 { echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
2574 echo "${ECHO_T}$ac_ct_CC" >&6; }
2575 else
2576 { echo "$as_me:$LINENO: result: no" >&5
2577 echo "${ECHO_T}no" >&6; }
2581 test -n "$ac_ct_CC" && break
2582 done
2584 if test "x$ac_ct_CC" = x; then
2585 CC=""
2586 else
2587 case $cross_compiling:$ac_tool_warned in
2588 yes:)
2589 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
2590 whose name does not start with the host triplet. If you think this
2591 configuration is useful to you, please write to autoconf@gnu.org." >&5
2592 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
2593 whose name does not start with the host triplet. If you think this
2594 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
2595 ac_tool_warned=yes ;;
2596 esac
2597 CC=$ac_ct_CC
2604 test -z "$CC" && { { echo "$as_me:$LINENO: error: no acceptable C compiler found in \$PATH
2605 See \`config.log' for more details." >&5
2606 echo "$as_me: error: no acceptable C compiler found in \$PATH
2607 See \`config.log' for more details." >&2;}
2608 { (exit 1); exit 1; }; }
2610 # Provide some information about the compiler.
2611 echo "$as_me:$LINENO: checking for C compiler version" >&5
2612 ac_compiler=`set X $ac_compile; echo $2`
2613 { (ac_try="$ac_compiler --version >&5"
2614 case "(($ac_try" in
2615 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2616 *) ac_try_echo=$ac_try;;
2617 esac
2618 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
2619 (eval "$ac_compiler --version >&5") 2>&5
2620 ac_status=$?
2621 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2622 (exit $ac_status); }
2623 { (ac_try="$ac_compiler -v >&5"
2624 case "(($ac_try" in
2625 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2626 *) ac_try_echo=$ac_try;;
2627 esac
2628 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
2629 (eval "$ac_compiler -v >&5") 2>&5
2630 ac_status=$?
2631 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2632 (exit $ac_status); }
2633 { (ac_try="$ac_compiler -V >&5"
2634 case "(($ac_try" in
2635 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2636 *) ac_try_echo=$ac_try;;
2637 esac
2638 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
2639 (eval "$ac_compiler -V >&5") 2>&5
2640 ac_status=$?
2641 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2642 (exit $ac_status); }
2644 cat >conftest.$ac_ext <<_ACEOF
2645 /* confdefs.h. */
2646 _ACEOF
2647 cat confdefs.h >>conftest.$ac_ext
2648 cat >>conftest.$ac_ext <<_ACEOF
2649 /* end confdefs.h. */
2652 main ()
2656 return 0;
2658 _ACEOF
2659 ac_clean_files_save=$ac_clean_files
2660 ac_clean_files="$ac_clean_files a.out a.exe b.out"
2661 # Try to create an executable without -o first, disregard a.out.
2662 # It will help us diagnose broken compilers, and finding out an intuition
2663 # of exeext.
2664 { echo "$as_me:$LINENO: checking for C compiler default output file name" >&5
2665 echo $ECHO_N "checking for C compiler default output file name... $ECHO_C" >&6; }
2666 ac_link_default=`echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
2668 # List of possible output files, starting from the most likely.
2669 # The algorithm is not robust to junk in `.', hence go to wildcards (a.*)
2670 # only as a last resort. b.out is created by i960 compilers.
2671 ac_files='a_out.exe a.exe conftest.exe a.out conftest a.* conftest.* b.out'
2673 # The IRIX 6 linker writes into existing files which may not be
2674 # executable, retaining their permissions. Remove them first so a
2675 # subsequent execution test works.
2676 ac_rmfiles=
2677 for ac_file in $ac_files
2679 case $ac_file in
2680 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.o | *.obj ) ;;
2681 * ) ac_rmfiles="$ac_rmfiles $ac_file";;
2682 esac
2683 done
2684 rm -f $ac_rmfiles
2686 if { (ac_try="$ac_link_default"
2687 case "(($ac_try" in
2688 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2689 *) ac_try_echo=$ac_try;;
2690 esac
2691 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
2692 (eval "$ac_link_default") 2>&5
2693 ac_status=$?
2694 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2695 (exit $ac_status); }; then
2696 # Autoconf-2.13 could set the ac_cv_exeext variable to `no'.
2697 # So ignore a value of `no', otherwise this would lead to `EXEEXT = no'
2698 # in a Makefile. We should not override ac_cv_exeext if it was cached,
2699 # so that the user can short-circuit this test for compilers unknown to
2700 # Autoconf.
2701 for ac_file in $ac_files ''
2703 test -f "$ac_file" || continue
2704 case $ac_file in
2705 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.o | *.obj )
2707 [ab].out )
2708 # We found the default executable, but exeext='' is most
2709 # certainly right.
2710 break;;
2711 *.* )
2712 if test "${ac_cv_exeext+set}" = set && test "$ac_cv_exeext" != no;
2713 then :; else
2714 ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
2716 # We set ac_cv_exeext here because the later test for it is not
2717 # safe: cross compilers may not add the suffix if given an `-o'
2718 # argument, so we may need to know it at that point already.
2719 # Even if this section looks crufty: it has the advantage of
2720 # actually working.
2721 break;;
2723 break;;
2724 esac
2725 done
2726 test "$ac_cv_exeext" = no && ac_cv_exeext=
2728 else
2729 ac_file=''
2732 { echo "$as_me:$LINENO: result: $ac_file" >&5
2733 echo "${ECHO_T}$ac_file" >&6; }
2734 if test -z "$ac_file"; then
2735 echo "$as_me: failed program was:" >&5
2736 sed 's/^/| /' conftest.$ac_ext >&5
2738 { { echo "$as_me:$LINENO: error: C compiler cannot create executables
2739 See \`config.log' for more details." >&5
2740 echo "$as_me: error: C compiler cannot create executables
2741 See \`config.log' for more details." >&2;}
2742 { (exit 77); exit 77; }; }
2745 ac_exeext=$ac_cv_exeext
2747 # Check that the compiler produces executables we can run. If not, either
2748 # the compiler is broken, or we cross compile.
2749 { echo "$as_me:$LINENO: checking whether the C compiler works" >&5
2750 echo $ECHO_N "checking whether the C compiler works... $ECHO_C" >&6; }
2751 # FIXME: These cross compiler hacks should be removed for Autoconf 3.0
2752 # If not cross compiling, check that we can run a simple program.
2753 if test "$cross_compiling" != yes; then
2754 if { ac_try='./$ac_file'
2755 { (case "(($ac_try" in
2756 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2757 *) ac_try_echo=$ac_try;;
2758 esac
2759 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
2760 (eval "$ac_try") 2>&5
2761 ac_status=$?
2762 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2763 (exit $ac_status); }; }; then
2764 cross_compiling=no
2765 else
2766 if test "$cross_compiling" = maybe; then
2767 cross_compiling=yes
2768 else
2769 { { echo "$as_me:$LINENO: error: cannot run C compiled programs.
2770 If you meant to cross compile, use \`--host'.
2771 See \`config.log' for more details." >&5
2772 echo "$as_me: error: cannot run C compiled programs.
2773 If you meant to cross compile, use \`--host'.
2774 See \`config.log' for more details." >&2;}
2775 { (exit 1); exit 1; }; }
2779 { echo "$as_me:$LINENO: result: yes" >&5
2780 echo "${ECHO_T}yes" >&6; }
2782 rm -f a.out a.exe conftest$ac_cv_exeext b.out
2783 ac_clean_files=$ac_clean_files_save
2784 # Check that the compiler produces executables we can run. If not, either
2785 # the compiler is broken, or we cross compile.
2786 { echo "$as_me:$LINENO: checking whether we are cross compiling" >&5
2787 echo $ECHO_N "checking whether we are cross compiling... $ECHO_C" >&6; }
2788 { echo "$as_me:$LINENO: result: $cross_compiling" >&5
2789 echo "${ECHO_T}$cross_compiling" >&6; }
2791 { echo "$as_me:$LINENO: checking for suffix of executables" >&5
2792 echo $ECHO_N "checking for suffix of executables... $ECHO_C" >&6; }
2793 if { (ac_try="$ac_link"
2794 case "(($ac_try" in
2795 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2796 *) ac_try_echo=$ac_try;;
2797 esac
2798 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
2799 (eval "$ac_link") 2>&5
2800 ac_status=$?
2801 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2802 (exit $ac_status); }; then
2803 # If both `conftest.exe' and `conftest' are `present' (well, observable)
2804 # catch `conftest.exe'. For instance with Cygwin, `ls conftest' will
2805 # work properly (i.e., refer to `conftest.exe'), while it won't with
2806 # `rm'.
2807 for ac_file in conftest.exe conftest conftest.*; do
2808 test -f "$ac_file" || continue
2809 case $ac_file in
2810 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.o | *.obj ) ;;
2811 *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
2812 break;;
2813 * ) break;;
2814 esac
2815 done
2816 else
2817 { { echo "$as_me:$LINENO: error: cannot compute suffix of executables: cannot compile and link
2818 See \`config.log' for more details." >&5
2819 echo "$as_me: error: cannot compute suffix of executables: cannot compile and link
2820 See \`config.log' for more details." >&2;}
2821 { (exit 1); exit 1; }; }
2824 rm -f conftest$ac_cv_exeext
2825 { echo "$as_me:$LINENO: result: $ac_cv_exeext" >&5
2826 echo "${ECHO_T}$ac_cv_exeext" >&6; }
2828 rm -f conftest.$ac_ext
2829 EXEEXT=$ac_cv_exeext
2830 ac_exeext=$EXEEXT
2831 { echo "$as_me:$LINENO: checking for suffix of object files" >&5
2832 echo $ECHO_N "checking for suffix of object files... $ECHO_C" >&6; }
2833 if test "${ac_cv_objext+set}" = set; then
2834 echo $ECHO_N "(cached) $ECHO_C" >&6
2835 else
2836 cat >conftest.$ac_ext <<_ACEOF
2837 /* confdefs.h. */
2838 _ACEOF
2839 cat confdefs.h >>conftest.$ac_ext
2840 cat >>conftest.$ac_ext <<_ACEOF
2841 /* end confdefs.h. */
2844 main ()
2848 return 0;
2850 _ACEOF
2851 rm -f conftest.o conftest.obj
2852 if { (ac_try="$ac_compile"
2853 case "(($ac_try" in
2854 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2855 *) ac_try_echo=$ac_try;;
2856 esac
2857 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
2858 (eval "$ac_compile") 2>&5
2859 ac_status=$?
2860 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2861 (exit $ac_status); }; then
2862 for ac_file in conftest.o conftest.obj conftest.*; do
2863 test -f "$ac_file" || continue;
2864 case $ac_file in
2865 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf ) ;;
2866 *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
2867 break;;
2868 esac
2869 done
2870 else
2871 echo "$as_me: failed program was:" >&5
2872 sed 's/^/| /' conftest.$ac_ext >&5
2874 { { echo "$as_me:$LINENO: error: cannot compute suffix of object files: cannot compile
2875 See \`config.log' for more details." >&5
2876 echo "$as_me: error: cannot compute suffix of object files: cannot compile
2877 See \`config.log' for more details." >&2;}
2878 { (exit 1); exit 1; }; }
2881 rm -f conftest.$ac_cv_objext conftest.$ac_ext
2883 { echo "$as_me:$LINENO: result: $ac_cv_objext" >&5
2884 echo "${ECHO_T}$ac_cv_objext" >&6; }
2885 OBJEXT=$ac_cv_objext
2886 ac_objext=$OBJEXT
2887 { echo "$as_me:$LINENO: checking whether we are using the GNU C compiler" >&5
2888 echo $ECHO_N "checking whether we are using the GNU C compiler... $ECHO_C" >&6; }
2889 if test "${ac_cv_c_compiler_gnu+set}" = set; then
2890 echo $ECHO_N "(cached) $ECHO_C" >&6
2891 else
2892 cat >conftest.$ac_ext <<_ACEOF
2893 /* confdefs.h. */
2894 _ACEOF
2895 cat confdefs.h >>conftest.$ac_ext
2896 cat >>conftest.$ac_ext <<_ACEOF
2897 /* end confdefs.h. */
2900 main ()
2902 #ifndef __GNUC__
2903 choke me
2904 #endif
2907 return 0;
2909 _ACEOF
2910 rm -f conftest.$ac_objext
2911 if { (ac_try="$ac_compile"
2912 case "(($ac_try" in
2913 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2914 *) ac_try_echo=$ac_try;;
2915 esac
2916 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
2917 (eval "$ac_compile") 2>conftest.er1
2918 ac_status=$?
2919 grep -v '^ *+' conftest.er1 >conftest.err
2920 rm -f conftest.er1
2921 cat conftest.err >&5
2922 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2923 (exit $ac_status); } && {
2924 test -z "$ac_c_werror_flag" ||
2925 test ! -s conftest.err
2926 } && test -s conftest.$ac_objext; then
2927 ac_compiler_gnu=yes
2928 else
2929 echo "$as_me: failed program was:" >&5
2930 sed 's/^/| /' conftest.$ac_ext >&5
2932 ac_compiler_gnu=no
2935 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2936 ac_cv_c_compiler_gnu=$ac_compiler_gnu
2939 { echo "$as_me:$LINENO: result: $ac_cv_c_compiler_gnu" >&5
2940 echo "${ECHO_T}$ac_cv_c_compiler_gnu" >&6; }
2941 GCC=`test $ac_compiler_gnu = yes && echo yes`
2942 ac_test_CFLAGS=${CFLAGS+set}
2943 ac_save_CFLAGS=$CFLAGS
2944 { echo "$as_me:$LINENO: checking whether $CC accepts -g" >&5
2945 echo $ECHO_N "checking whether $CC accepts -g... $ECHO_C" >&6; }
2946 if test "${ac_cv_prog_cc_g+set}" = set; then
2947 echo $ECHO_N "(cached) $ECHO_C" >&6
2948 else
2949 ac_save_c_werror_flag=$ac_c_werror_flag
2950 ac_c_werror_flag=yes
2951 ac_cv_prog_cc_g=no
2952 CFLAGS="-g"
2953 cat >conftest.$ac_ext <<_ACEOF
2954 /* confdefs.h. */
2955 _ACEOF
2956 cat confdefs.h >>conftest.$ac_ext
2957 cat >>conftest.$ac_ext <<_ACEOF
2958 /* end confdefs.h. */
2961 main ()
2965 return 0;
2967 _ACEOF
2968 rm -f conftest.$ac_objext
2969 if { (ac_try="$ac_compile"
2970 case "(($ac_try" in
2971 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2972 *) ac_try_echo=$ac_try;;
2973 esac
2974 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
2975 (eval "$ac_compile") 2>conftest.er1
2976 ac_status=$?
2977 grep -v '^ *+' conftest.er1 >conftest.err
2978 rm -f conftest.er1
2979 cat conftest.err >&5
2980 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2981 (exit $ac_status); } && {
2982 test -z "$ac_c_werror_flag" ||
2983 test ! -s conftest.err
2984 } && test -s conftest.$ac_objext; then
2985 ac_cv_prog_cc_g=yes
2986 else
2987 echo "$as_me: failed program was:" >&5
2988 sed 's/^/| /' conftest.$ac_ext >&5
2990 CFLAGS=""
2991 cat >conftest.$ac_ext <<_ACEOF
2992 /* confdefs.h. */
2993 _ACEOF
2994 cat confdefs.h >>conftest.$ac_ext
2995 cat >>conftest.$ac_ext <<_ACEOF
2996 /* end confdefs.h. */
2999 main ()
3003 return 0;
3005 _ACEOF
3006 rm -f conftest.$ac_objext
3007 if { (ac_try="$ac_compile"
3008 case "(($ac_try" in
3009 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3010 *) ac_try_echo=$ac_try;;
3011 esac
3012 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
3013 (eval "$ac_compile") 2>conftest.er1
3014 ac_status=$?
3015 grep -v '^ *+' conftest.er1 >conftest.err
3016 rm -f conftest.er1
3017 cat conftest.err >&5
3018 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3019 (exit $ac_status); } && {
3020 test -z "$ac_c_werror_flag" ||
3021 test ! -s conftest.err
3022 } && test -s conftest.$ac_objext; then
3024 else
3025 echo "$as_me: failed program was:" >&5
3026 sed 's/^/| /' conftest.$ac_ext >&5
3028 ac_c_werror_flag=$ac_save_c_werror_flag
3029 CFLAGS="-g"
3030 cat >conftest.$ac_ext <<_ACEOF
3031 /* confdefs.h. */
3032 _ACEOF
3033 cat confdefs.h >>conftest.$ac_ext
3034 cat >>conftest.$ac_ext <<_ACEOF
3035 /* end confdefs.h. */
3038 main ()
3042 return 0;
3044 _ACEOF
3045 rm -f conftest.$ac_objext
3046 if { (ac_try="$ac_compile"
3047 case "(($ac_try" in
3048 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3049 *) ac_try_echo=$ac_try;;
3050 esac
3051 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
3052 (eval "$ac_compile") 2>conftest.er1
3053 ac_status=$?
3054 grep -v '^ *+' conftest.er1 >conftest.err
3055 rm -f conftest.er1
3056 cat conftest.err >&5
3057 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3058 (exit $ac_status); } && {
3059 test -z "$ac_c_werror_flag" ||
3060 test ! -s conftest.err
3061 } && test -s conftest.$ac_objext; then
3062 ac_cv_prog_cc_g=yes
3063 else
3064 echo "$as_me: failed program was:" >&5
3065 sed 's/^/| /' conftest.$ac_ext >&5
3070 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3073 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3076 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3077 ac_c_werror_flag=$ac_save_c_werror_flag
3079 { echo "$as_me:$LINENO: result: $ac_cv_prog_cc_g" >&5
3080 echo "${ECHO_T}$ac_cv_prog_cc_g" >&6; }
3081 if test "$ac_test_CFLAGS" = set; then
3082 CFLAGS=$ac_save_CFLAGS
3083 elif test $ac_cv_prog_cc_g = yes; then
3084 if test "$GCC" = yes; then
3085 CFLAGS="-g -O2"
3086 else
3087 CFLAGS="-g"
3089 else
3090 if test "$GCC" = yes; then
3091 CFLAGS="-O2"
3092 else
3093 CFLAGS=
3096 { echo "$as_me:$LINENO: checking for $CC option to accept ISO C89" >&5
3097 echo $ECHO_N "checking for $CC option to accept ISO C89... $ECHO_C" >&6; }
3098 if test "${ac_cv_prog_cc_c89+set}" = set; then
3099 echo $ECHO_N "(cached) $ECHO_C" >&6
3100 else
3101 ac_cv_prog_cc_c89=no
3102 ac_save_CC=$CC
3103 cat >conftest.$ac_ext <<_ACEOF
3104 /* confdefs.h. */
3105 _ACEOF
3106 cat confdefs.h >>conftest.$ac_ext
3107 cat >>conftest.$ac_ext <<_ACEOF
3108 /* end confdefs.h. */
3109 #include <stdarg.h>
3110 #include <stdio.h>
3111 #include <sys/types.h>
3112 #include <sys/stat.h>
3113 /* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */
3114 struct buf { int x; };
3115 FILE * (*rcsopen) (struct buf *, struct stat *, int);
3116 static char *e (p, i)
3117 char **p;
3118 int i;
3120 return p[i];
3122 static char *f (char * (*g) (char **, int), char **p, ...)
3124 char *s;
3125 va_list v;
3126 va_start (v,p);
3127 s = g (p, va_arg (v,int));
3128 va_end (v);
3129 return s;
3132 /* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has
3133 function prototypes and stuff, but not '\xHH' hex character constants.
3134 These don't provoke an error unfortunately, instead are silently treated
3135 as 'x'. The following induces an error, until -std is added to get
3136 proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an
3137 array size at least. It's necessary to write '\x00'==0 to get something
3138 that's true only with -std. */
3139 int osf4_cc_array ['\x00' == 0 ? 1 : -1];
3141 /* IBM C 6 for AIX is almost-ANSI by default, but it replaces macro parameters
3142 inside strings and character constants. */
3143 #define FOO(x) 'x'
3144 int xlc6_cc_array[FOO(a) == 'x' ? 1 : -1];
3146 int test (int i, double x);
3147 struct s1 {int (*f) (int a);};
3148 struct s2 {int (*f) (double a);};
3149 int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
3150 int argc;
3151 char **argv;
3153 main ()
3155 return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1];
3157 return 0;
3159 _ACEOF
3160 for ac_arg in '' -qlanglvl=extc89 -qlanglvl=ansi -std \
3161 -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
3163 CC="$ac_save_CC $ac_arg"
3164 rm -f conftest.$ac_objext
3165 if { (ac_try="$ac_compile"
3166 case "(($ac_try" in
3167 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3168 *) ac_try_echo=$ac_try;;
3169 esac
3170 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
3171 (eval "$ac_compile") 2>conftest.er1
3172 ac_status=$?
3173 grep -v '^ *+' conftest.er1 >conftest.err
3174 rm -f conftest.er1
3175 cat conftest.err >&5
3176 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3177 (exit $ac_status); } && {
3178 test -z "$ac_c_werror_flag" ||
3179 test ! -s conftest.err
3180 } && test -s conftest.$ac_objext; then
3181 ac_cv_prog_cc_c89=$ac_arg
3182 else
3183 echo "$as_me: failed program was:" >&5
3184 sed 's/^/| /' conftest.$ac_ext >&5
3189 rm -f core conftest.err conftest.$ac_objext
3190 test "x$ac_cv_prog_cc_c89" != "xno" && break
3191 done
3192 rm -f conftest.$ac_ext
3193 CC=$ac_save_CC
3196 # AC_CACHE_VAL
3197 case "x$ac_cv_prog_cc_c89" in
3199 { echo "$as_me:$LINENO: result: none needed" >&5
3200 echo "${ECHO_T}none needed" >&6; } ;;
3201 xno)
3202 { echo "$as_me:$LINENO: result: unsupported" >&5
3203 echo "${ECHO_T}unsupported" >&6; } ;;
3205 CC="$CC $ac_cv_prog_cc_c89"
3206 { echo "$as_me:$LINENO: result: $ac_cv_prog_cc_c89" >&5
3207 echo "${ECHO_T}$ac_cv_prog_cc_c89" >&6; } ;;
3208 esac
3211 ac_ext=c
3212 ac_cpp='$CPP $CPPFLAGS'
3213 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3214 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3215 ac_compiler_gnu=$ac_cv_c_compiler_gnu
3217 ac_ext=cpp
3218 ac_cpp='$CXXCPP $CPPFLAGS'
3219 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3220 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3221 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
3222 if test -z "$CXX"; then
3223 if test -n "$CCC"; then
3224 CXX=$CCC
3225 else
3226 if test -n "$ac_tool_prefix"; then
3227 for ac_prog in g++ c++ gpp aCC CC cxx cc++ cl.exe FCC KCC RCC xlC_r xlC
3229 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
3230 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
3231 { echo "$as_me:$LINENO: checking for $ac_word" >&5
3232 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
3233 if test "${ac_cv_prog_CXX+set}" = set; then
3234 echo $ECHO_N "(cached) $ECHO_C" >&6
3235 else
3236 if test -n "$CXX"; then
3237 ac_cv_prog_CXX="$CXX" # Let the user override the test.
3238 else
3239 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3240 for as_dir in $PATH
3242 IFS=$as_save_IFS
3243 test -z "$as_dir" && as_dir=.
3244 for ac_exec_ext in '' $ac_executable_extensions; do
3245 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3246 ac_cv_prog_CXX="$ac_tool_prefix$ac_prog"
3247 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
3248 break 2
3250 done
3251 done
3252 IFS=$as_save_IFS
3256 CXX=$ac_cv_prog_CXX
3257 if test -n "$CXX"; then
3258 { echo "$as_me:$LINENO: result: $CXX" >&5
3259 echo "${ECHO_T}$CXX" >&6; }
3260 else
3261 { echo "$as_me:$LINENO: result: no" >&5
3262 echo "${ECHO_T}no" >&6; }
3266 test -n "$CXX" && break
3267 done
3269 if test -z "$CXX"; then
3270 ac_ct_CXX=$CXX
3271 for ac_prog in g++ c++ gpp aCC CC cxx cc++ cl.exe FCC KCC RCC xlC_r xlC
3273 # Extract the first word of "$ac_prog", so it can be a program name with args.
3274 set dummy $ac_prog; ac_word=$2
3275 { echo "$as_me:$LINENO: checking for $ac_word" >&5
3276 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
3277 if test "${ac_cv_prog_ac_ct_CXX+set}" = set; then
3278 echo $ECHO_N "(cached) $ECHO_C" >&6
3279 else
3280 if test -n "$ac_ct_CXX"; then
3281 ac_cv_prog_ac_ct_CXX="$ac_ct_CXX" # Let the user override the test.
3282 else
3283 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3284 for as_dir in $PATH
3286 IFS=$as_save_IFS
3287 test -z "$as_dir" && as_dir=.
3288 for ac_exec_ext in '' $ac_executable_extensions; do
3289 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3290 ac_cv_prog_ac_ct_CXX="$ac_prog"
3291 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
3292 break 2
3294 done
3295 done
3296 IFS=$as_save_IFS
3300 ac_ct_CXX=$ac_cv_prog_ac_ct_CXX
3301 if test -n "$ac_ct_CXX"; then
3302 { echo "$as_me:$LINENO: result: $ac_ct_CXX" >&5
3303 echo "${ECHO_T}$ac_ct_CXX" >&6; }
3304 else
3305 { echo "$as_me:$LINENO: result: no" >&5
3306 echo "${ECHO_T}no" >&6; }
3310 test -n "$ac_ct_CXX" && break
3311 done
3313 if test "x$ac_ct_CXX" = x; then
3314 CXX="g++"
3315 else
3316 case $cross_compiling:$ac_tool_warned in
3317 yes:)
3318 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
3319 whose name does not start with the host triplet. If you think this
3320 configuration is useful to you, please write to autoconf@gnu.org." >&5
3321 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
3322 whose name does not start with the host triplet. If you think this
3323 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
3324 ac_tool_warned=yes ;;
3325 esac
3326 CXX=$ac_ct_CXX
3332 # Provide some information about the compiler.
3333 echo "$as_me:$LINENO: checking for C++ compiler version" >&5
3334 ac_compiler=`set X $ac_compile; echo $2`
3335 { (ac_try="$ac_compiler --version >&5"
3336 case "(($ac_try" in
3337 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3338 *) ac_try_echo=$ac_try;;
3339 esac
3340 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
3341 (eval "$ac_compiler --version >&5") 2>&5
3342 ac_status=$?
3343 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3344 (exit $ac_status); }
3345 { (ac_try="$ac_compiler -v >&5"
3346 case "(($ac_try" in
3347 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3348 *) ac_try_echo=$ac_try;;
3349 esac
3350 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
3351 (eval "$ac_compiler -v >&5") 2>&5
3352 ac_status=$?
3353 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3354 (exit $ac_status); }
3355 { (ac_try="$ac_compiler -V >&5"
3356 case "(($ac_try" in
3357 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3358 *) ac_try_echo=$ac_try;;
3359 esac
3360 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
3361 (eval "$ac_compiler -V >&5") 2>&5
3362 ac_status=$?
3363 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3364 (exit $ac_status); }
3366 { echo "$as_me:$LINENO: checking whether we are using the GNU C++ compiler" >&5
3367 echo $ECHO_N "checking whether we are using the GNU C++ compiler... $ECHO_C" >&6; }
3368 if test "${ac_cv_cxx_compiler_gnu+set}" = set; then
3369 echo $ECHO_N "(cached) $ECHO_C" >&6
3370 else
3371 cat >conftest.$ac_ext <<_ACEOF
3372 /* confdefs.h. */
3373 _ACEOF
3374 cat confdefs.h >>conftest.$ac_ext
3375 cat >>conftest.$ac_ext <<_ACEOF
3376 /* end confdefs.h. */
3379 main ()
3381 #ifndef __GNUC__
3382 choke me
3383 #endif
3386 return 0;
3388 _ACEOF
3389 rm -f conftest.$ac_objext
3390 if { (ac_try="$ac_compile"
3391 case "(($ac_try" in
3392 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3393 *) ac_try_echo=$ac_try;;
3394 esac
3395 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
3396 (eval "$ac_compile") 2>conftest.er1
3397 ac_status=$?
3398 grep -v '^ *+' conftest.er1 >conftest.err
3399 rm -f conftest.er1
3400 cat conftest.err >&5
3401 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3402 (exit $ac_status); } && {
3403 test -z "$ac_cxx_werror_flag" ||
3404 test ! -s conftest.err
3405 } && test -s conftest.$ac_objext; then
3406 ac_compiler_gnu=yes
3407 else
3408 echo "$as_me: failed program was:" >&5
3409 sed 's/^/| /' conftest.$ac_ext >&5
3411 ac_compiler_gnu=no
3414 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3415 ac_cv_cxx_compiler_gnu=$ac_compiler_gnu
3418 { echo "$as_me:$LINENO: result: $ac_cv_cxx_compiler_gnu" >&5
3419 echo "${ECHO_T}$ac_cv_cxx_compiler_gnu" >&6; }
3420 GXX=`test $ac_compiler_gnu = yes && echo yes`
3421 ac_test_CXXFLAGS=${CXXFLAGS+set}
3422 ac_save_CXXFLAGS=$CXXFLAGS
3423 { echo "$as_me:$LINENO: checking whether $CXX accepts -g" >&5
3424 echo $ECHO_N "checking whether $CXX accepts -g... $ECHO_C" >&6; }
3425 if test "${ac_cv_prog_cxx_g+set}" = set; then
3426 echo $ECHO_N "(cached) $ECHO_C" >&6
3427 else
3428 ac_save_cxx_werror_flag=$ac_cxx_werror_flag
3429 ac_cxx_werror_flag=yes
3430 ac_cv_prog_cxx_g=no
3431 CXXFLAGS="-g"
3432 cat >conftest.$ac_ext <<_ACEOF
3433 /* confdefs.h. */
3434 _ACEOF
3435 cat confdefs.h >>conftest.$ac_ext
3436 cat >>conftest.$ac_ext <<_ACEOF
3437 /* end confdefs.h. */
3440 main ()
3444 return 0;
3446 _ACEOF
3447 rm -f conftest.$ac_objext
3448 if { (ac_try="$ac_compile"
3449 case "(($ac_try" in
3450 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3451 *) ac_try_echo=$ac_try;;
3452 esac
3453 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
3454 (eval "$ac_compile") 2>conftest.er1
3455 ac_status=$?
3456 grep -v '^ *+' conftest.er1 >conftest.err
3457 rm -f conftest.er1
3458 cat conftest.err >&5
3459 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3460 (exit $ac_status); } && {
3461 test -z "$ac_cxx_werror_flag" ||
3462 test ! -s conftest.err
3463 } && test -s conftest.$ac_objext; then
3464 ac_cv_prog_cxx_g=yes
3465 else
3466 echo "$as_me: failed program was:" >&5
3467 sed 's/^/| /' conftest.$ac_ext >&5
3469 CXXFLAGS=""
3470 cat >conftest.$ac_ext <<_ACEOF
3471 /* confdefs.h. */
3472 _ACEOF
3473 cat confdefs.h >>conftest.$ac_ext
3474 cat >>conftest.$ac_ext <<_ACEOF
3475 /* end confdefs.h. */
3478 main ()
3482 return 0;
3484 _ACEOF
3485 rm -f conftest.$ac_objext
3486 if { (ac_try="$ac_compile"
3487 case "(($ac_try" in
3488 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3489 *) ac_try_echo=$ac_try;;
3490 esac
3491 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
3492 (eval "$ac_compile") 2>conftest.er1
3493 ac_status=$?
3494 grep -v '^ *+' conftest.er1 >conftest.err
3495 rm -f conftest.er1
3496 cat conftest.err >&5
3497 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3498 (exit $ac_status); } && {
3499 test -z "$ac_cxx_werror_flag" ||
3500 test ! -s conftest.err
3501 } && test -s conftest.$ac_objext; then
3503 else
3504 echo "$as_me: failed program was:" >&5
3505 sed 's/^/| /' conftest.$ac_ext >&5
3507 ac_cxx_werror_flag=$ac_save_cxx_werror_flag
3508 CXXFLAGS="-g"
3509 cat >conftest.$ac_ext <<_ACEOF
3510 /* confdefs.h. */
3511 _ACEOF
3512 cat confdefs.h >>conftest.$ac_ext
3513 cat >>conftest.$ac_ext <<_ACEOF
3514 /* end confdefs.h. */
3517 main ()
3521 return 0;
3523 _ACEOF
3524 rm -f conftest.$ac_objext
3525 if { (ac_try="$ac_compile"
3526 case "(($ac_try" in
3527 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3528 *) ac_try_echo=$ac_try;;
3529 esac
3530 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
3531 (eval "$ac_compile") 2>conftest.er1
3532 ac_status=$?
3533 grep -v '^ *+' conftest.er1 >conftest.err
3534 rm -f conftest.er1
3535 cat conftest.err >&5
3536 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3537 (exit $ac_status); } && {
3538 test -z "$ac_cxx_werror_flag" ||
3539 test ! -s conftest.err
3540 } && test -s conftest.$ac_objext; then
3541 ac_cv_prog_cxx_g=yes
3542 else
3543 echo "$as_me: failed program was:" >&5
3544 sed 's/^/| /' conftest.$ac_ext >&5
3549 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3552 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3555 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3556 ac_cxx_werror_flag=$ac_save_cxx_werror_flag
3558 { echo "$as_me:$LINENO: result: $ac_cv_prog_cxx_g" >&5
3559 echo "${ECHO_T}$ac_cv_prog_cxx_g" >&6; }
3560 if test "$ac_test_CXXFLAGS" = set; then
3561 CXXFLAGS=$ac_save_CXXFLAGS
3562 elif test $ac_cv_prog_cxx_g = yes; then
3563 if test "$GXX" = yes; then
3564 CXXFLAGS="-g -O2"
3565 else
3566 CXXFLAGS="-g"
3568 else
3569 if test "$GXX" = yes; then
3570 CXXFLAGS="-O2"
3571 else
3572 CXXFLAGS=
3575 ac_ext=c
3576 ac_cpp='$CPP $CPPFLAGS'
3577 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3578 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3579 ac_compiler_gnu=$ac_cv_c_compiler_gnu
3581 if test -n "$ac_tool_prefix"; then
3582 # Extract the first word of "${ac_tool_prefix}cpp", so it can be a program name with args.
3583 set dummy ${ac_tool_prefix}cpp; ac_word=$2
3584 { echo "$as_me:$LINENO: checking for $ac_word" >&5
3585 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
3586 if test "${ac_cv_prog_CPPBIN+set}" = set; then
3587 echo $ECHO_N "(cached) $ECHO_C" >&6
3588 else
3589 if test -n "$CPPBIN"; then
3590 ac_cv_prog_CPPBIN="$CPPBIN" # Let the user override the test.
3591 else
3592 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3593 for as_dir in $PATH
3595 IFS=$as_save_IFS
3596 test -z "$as_dir" && as_dir=.
3597 for ac_exec_ext in '' $ac_executable_extensions; do
3598 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3599 ac_cv_prog_CPPBIN="${ac_tool_prefix}cpp"
3600 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
3601 break 2
3603 done
3604 done
3605 IFS=$as_save_IFS
3609 CPPBIN=$ac_cv_prog_CPPBIN
3610 if test -n "$CPPBIN"; then
3611 { echo "$as_me:$LINENO: result: $CPPBIN" >&5
3612 echo "${ECHO_T}$CPPBIN" >&6; }
3613 else
3614 { echo "$as_me:$LINENO: result: no" >&5
3615 echo "${ECHO_T}no" >&6; }
3620 if test -z "$ac_cv_prog_CPPBIN"; then
3621 ac_ct_CPPBIN=$CPPBIN
3622 # Extract the first word of "cpp", so it can be a program name with args.
3623 set dummy cpp; ac_word=$2
3624 { echo "$as_me:$LINENO: checking for $ac_word" >&5
3625 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
3626 if test "${ac_cv_prog_ac_ct_CPPBIN+set}" = set; then
3627 echo $ECHO_N "(cached) $ECHO_C" >&6
3628 else
3629 if test -n "$ac_ct_CPPBIN"; then
3630 ac_cv_prog_ac_ct_CPPBIN="$ac_ct_CPPBIN" # Let the user override the test.
3631 else
3632 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3633 for as_dir in $PATH
3635 IFS=$as_save_IFS
3636 test -z "$as_dir" && as_dir=.
3637 for ac_exec_ext in '' $ac_executable_extensions; do
3638 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3639 ac_cv_prog_ac_ct_CPPBIN="cpp"
3640 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
3641 break 2
3643 done
3644 done
3645 IFS=$as_save_IFS
3649 ac_ct_CPPBIN=$ac_cv_prog_ac_ct_CPPBIN
3650 if test -n "$ac_ct_CPPBIN"; then
3651 { echo "$as_me:$LINENO: result: $ac_ct_CPPBIN" >&5
3652 echo "${ECHO_T}$ac_ct_CPPBIN" >&6; }
3653 else
3654 { echo "$as_me:$LINENO: result: no" >&5
3655 echo "${ECHO_T}no" >&6; }
3658 if test "x$ac_ct_CPPBIN" = x; then
3659 CPPBIN="cpp"
3660 else
3661 case $cross_compiling:$ac_tool_warned in
3662 yes:)
3663 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
3664 whose name does not start with the host triplet. If you think this
3665 configuration is useful to you, please write to autoconf@gnu.org." >&5
3666 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
3667 whose name does not start with the host triplet. If you think this
3668 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
3669 ac_tool_warned=yes ;;
3670 esac
3671 CPPBIN=$ac_ct_CPPBIN
3673 else
3674 CPPBIN="$ac_cv_prog_CPPBIN"
3678 { echo "$as_me:$LINENO: checking for the directory containing the Wine tools" >&5
3679 echo $ECHO_N "checking for the directory containing the Wine tools... $ECHO_C" >&6; }
3680 if test "${wine_cv_toolsdir+set}" = set; then
3681 echo $ECHO_N "(cached) $ECHO_C" >&6
3682 else
3683 if test -z "$with_wine_tools"; then
3684 if test "$cross_compiling" = "yes"; then
3685 { { echo "$as_me:$LINENO: error: you must use the --with-wine-tools option when cross-compiling." >&5
3686 echo "$as_me: error: you must use the --with-wine-tools option when cross-compiling." >&2;}
3687 { (exit 1); exit 1; }; }
3688 else
3689 wine_cv_toolsdir="\$(TOPOBJDIR)"
3691 elif test -d "$with_wine_tools/tools/winebuild"; then
3692 case $with_wine_tools in
3693 /*) wine_cv_toolsdir="$with_wine_tools" ;;
3694 *) wine_cv_toolsdir="\$(TOPOBJDIR)/$with_wine_tools" ;;
3695 esac
3696 else
3697 { { echo "$as_me:$LINENO: error: could not find Wine tools in $with_wine_tools." >&5
3698 echo "$as_me: error: could not find Wine tools in $with_wine_tools." >&2;}
3699 { (exit 1); exit 1; }; }
3702 { echo "$as_me:$LINENO: result: $wine_cv_toolsdir" >&5
3703 echo "${ECHO_T}$wine_cv_toolsdir" >&6; }
3704 TOOLSDIR=$wine_cv_toolsdir
3708 ac_ext=c
3709 ac_cpp='$CPP $CPPFLAGS'
3710 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3711 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3712 ac_compiler_gnu=$ac_cv_c_compiler_gnu
3713 { echo "$as_me:$LINENO: checking how to run the C preprocessor" >&5
3714 echo $ECHO_N "checking how to run the C preprocessor... $ECHO_C" >&6; }
3715 # On Suns, sometimes $CPP names a directory.
3716 if test -n "$CPP" && test -d "$CPP"; then
3717 CPP=
3719 if test -z "$CPP"; then
3720 if test "${ac_cv_prog_CPP+set}" = set; then
3721 echo $ECHO_N "(cached) $ECHO_C" >&6
3722 else
3723 # Double quotes because CPP needs to be expanded
3724 for CPP in "$CC -E" "$CC -E -traditional-cpp" "/lib/cpp"
3726 ac_preproc_ok=false
3727 for ac_c_preproc_warn_flag in '' yes
3729 # Use a header file that comes with gcc, so configuring glibc
3730 # with a fresh cross-compiler works.
3731 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
3732 # <limits.h> exists even on freestanding compilers.
3733 # On the NeXT, cc -E runs the code through the compiler's parser,
3734 # not just through cpp. "Syntax error" is here to catch this case.
3735 cat >conftest.$ac_ext <<_ACEOF
3736 /* confdefs.h. */
3737 _ACEOF
3738 cat confdefs.h >>conftest.$ac_ext
3739 cat >>conftest.$ac_ext <<_ACEOF
3740 /* end confdefs.h. */
3741 #ifdef __STDC__
3742 # include <limits.h>
3743 #else
3744 # include <assert.h>
3745 #endif
3746 Syntax error
3747 _ACEOF
3748 if { (ac_try="$ac_cpp conftest.$ac_ext"
3749 case "(($ac_try" in
3750 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3751 *) ac_try_echo=$ac_try;;
3752 esac
3753 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
3754 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
3755 ac_status=$?
3756 grep -v '^ *+' conftest.er1 >conftest.err
3757 rm -f conftest.er1
3758 cat conftest.err >&5
3759 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3760 (exit $ac_status); } >/dev/null && {
3761 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
3762 test ! -s conftest.err
3763 }; then
3765 else
3766 echo "$as_me: failed program was:" >&5
3767 sed 's/^/| /' conftest.$ac_ext >&5
3769 # Broken: fails on valid input.
3770 continue
3773 rm -f conftest.err conftest.$ac_ext
3775 # OK, works on sane cases. Now check whether nonexistent headers
3776 # can be detected and how.
3777 cat >conftest.$ac_ext <<_ACEOF
3778 /* confdefs.h. */
3779 _ACEOF
3780 cat confdefs.h >>conftest.$ac_ext
3781 cat >>conftest.$ac_ext <<_ACEOF
3782 /* end confdefs.h. */
3783 #include <ac_nonexistent.h>
3784 _ACEOF
3785 if { (ac_try="$ac_cpp conftest.$ac_ext"
3786 case "(($ac_try" in
3787 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3788 *) ac_try_echo=$ac_try;;
3789 esac
3790 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
3791 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
3792 ac_status=$?
3793 grep -v '^ *+' conftest.er1 >conftest.err
3794 rm -f conftest.er1
3795 cat conftest.err >&5
3796 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3797 (exit $ac_status); } >/dev/null && {
3798 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
3799 test ! -s conftest.err
3800 }; then
3801 # Broken: success on invalid input.
3802 continue
3803 else
3804 echo "$as_me: failed program was:" >&5
3805 sed 's/^/| /' conftest.$ac_ext >&5
3807 # Passes both tests.
3808 ac_preproc_ok=:
3809 break
3812 rm -f conftest.err conftest.$ac_ext
3814 done
3815 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
3816 rm -f conftest.err conftest.$ac_ext
3817 if $ac_preproc_ok; then
3818 break
3821 done
3822 ac_cv_prog_CPP=$CPP
3825 CPP=$ac_cv_prog_CPP
3826 else
3827 ac_cv_prog_CPP=$CPP
3829 { echo "$as_me:$LINENO: result: $CPP" >&5
3830 echo "${ECHO_T}$CPP" >&6; }
3831 ac_preproc_ok=false
3832 for ac_c_preproc_warn_flag in '' yes
3834 # Use a header file that comes with gcc, so configuring glibc
3835 # with a fresh cross-compiler works.
3836 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
3837 # <limits.h> exists even on freestanding compilers.
3838 # On the NeXT, cc -E runs the code through the compiler's parser,
3839 # not just through cpp. "Syntax error" is here to catch this case.
3840 cat >conftest.$ac_ext <<_ACEOF
3841 /* confdefs.h. */
3842 _ACEOF
3843 cat confdefs.h >>conftest.$ac_ext
3844 cat >>conftest.$ac_ext <<_ACEOF
3845 /* end confdefs.h. */
3846 #ifdef __STDC__
3847 # include <limits.h>
3848 #else
3849 # include <assert.h>
3850 #endif
3851 Syntax error
3852 _ACEOF
3853 if { (ac_try="$ac_cpp conftest.$ac_ext"
3854 case "(($ac_try" in
3855 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3856 *) ac_try_echo=$ac_try;;
3857 esac
3858 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
3859 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
3860 ac_status=$?
3861 grep -v '^ *+' conftest.er1 >conftest.err
3862 rm -f conftest.er1
3863 cat conftest.err >&5
3864 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3865 (exit $ac_status); } >/dev/null && {
3866 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
3867 test ! -s conftest.err
3868 }; then
3870 else
3871 echo "$as_me: failed program was:" >&5
3872 sed 's/^/| /' conftest.$ac_ext >&5
3874 # Broken: fails on valid input.
3875 continue
3878 rm -f conftest.err conftest.$ac_ext
3880 # OK, works on sane cases. Now check whether nonexistent headers
3881 # can be detected and how.
3882 cat >conftest.$ac_ext <<_ACEOF
3883 /* confdefs.h. */
3884 _ACEOF
3885 cat confdefs.h >>conftest.$ac_ext
3886 cat >>conftest.$ac_ext <<_ACEOF
3887 /* end confdefs.h. */
3888 #include <ac_nonexistent.h>
3889 _ACEOF
3890 if { (ac_try="$ac_cpp conftest.$ac_ext"
3891 case "(($ac_try" in
3892 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3893 *) ac_try_echo=$ac_try;;
3894 esac
3895 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
3896 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
3897 ac_status=$?
3898 grep -v '^ *+' conftest.er1 >conftest.err
3899 rm -f conftest.er1
3900 cat conftest.err >&5
3901 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3902 (exit $ac_status); } >/dev/null && {
3903 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
3904 test ! -s conftest.err
3905 }; then
3906 # Broken: success on invalid input.
3907 continue
3908 else
3909 echo "$as_me: failed program was:" >&5
3910 sed 's/^/| /' conftest.$ac_ext >&5
3912 # Passes both tests.
3913 ac_preproc_ok=:
3914 break
3917 rm -f conftest.err conftest.$ac_ext
3919 done
3920 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
3921 rm -f conftest.err conftest.$ac_ext
3922 if $ac_preproc_ok; then
3924 else
3925 { { echo "$as_me:$LINENO: error: C preprocessor \"$CPP\" fails sanity check
3926 See \`config.log' for more details." >&5
3927 echo "$as_me: error: C preprocessor \"$CPP\" fails sanity check
3928 See \`config.log' for more details." >&2;}
3929 { (exit 1); exit 1; }; }
3932 ac_ext=c
3933 ac_cpp='$CPP $CPPFLAGS'
3934 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3935 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3936 ac_compiler_gnu=$ac_cv_c_compiler_gnu
3939 { echo "$as_me:$LINENO: checking for X" >&5
3940 echo $ECHO_N "checking for X... $ECHO_C" >&6; }
3943 # Check whether --with-x was given.
3944 if test "${with_x+set}" = set; then
3945 withval=$with_x;
3948 # $have_x is `yes', `no', `disabled', or empty when we do not yet know.
3949 if test "x$with_x" = xno; then
3950 # The user explicitly disabled X.
3951 have_x=disabled
3952 else
3953 case $x_includes,$x_libraries in #(
3954 *\'*) { { echo "$as_me:$LINENO: error: Cannot use X directory names containing '" >&5
3955 echo "$as_me: error: Cannot use X directory names containing '" >&2;}
3956 { (exit 1); exit 1; }; };; #(
3957 *,NONE | NONE,*) if test "${ac_cv_have_x+set}" = set; then
3958 echo $ECHO_N "(cached) $ECHO_C" >&6
3959 else
3960 # One or both of the vars are not set, and there is no cached value.
3961 ac_x_includes=no ac_x_libraries=no
3962 rm -f -r conftest.dir
3963 if mkdir conftest.dir; then
3964 cd conftest.dir
3965 cat >Imakefile <<'_ACEOF'
3966 incroot:
3967 @echo incroot='${INCROOT}'
3968 usrlibdir:
3969 @echo usrlibdir='${USRLIBDIR}'
3970 libdir:
3971 @echo libdir='${LIBDIR}'
3972 _ACEOF
3973 if (export CC; ${XMKMF-xmkmf}) >/dev/null 2>/dev/null && test -f Makefile; then
3974 # GNU make sometimes prints "make[1]: Entering...", which would confuse us.
3975 for ac_var in incroot usrlibdir libdir; do
3976 eval "ac_im_$ac_var=\`\${MAKE-make} $ac_var 2>/dev/null | sed -n 's/^$ac_var=//p'\`"
3977 done
3978 # Open Windows xmkmf reportedly sets LIBDIR instead of USRLIBDIR.
3979 for ac_extension in a so sl; do
3980 if test ! -f "$ac_im_usrlibdir/libX11.$ac_extension" &&
3981 test -f "$ac_im_libdir/libX11.$ac_extension"; then
3982 ac_im_usrlibdir=$ac_im_libdir; break
3984 done
3985 # Screen out bogus values from the imake configuration. They are
3986 # bogus both because they are the default anyway, and because
3987 # using them would break gcc on systems where it needs fixed includes.
3988 case $ac_im_incroot in
3989 /usr/include) ac_x_includes= ;;
3990 *) test -f "$ac_im_incroot/X11/Xos.h" && ac_x_includes=$ac_im_incroot;;
3991 esac
3992 case $ac_im_usrlibdir in
3993 /usr/lib | /lib) ;;
3994 *) test -d "$ac_im_usrlibdir" && ac_x_libraries=$ac_im_usrlibdir ;;
3995 esac
3997 cd ..
3998 rm -f -r conftest.dir
4001 # Standard set of common directories for X headers.
4002 # Check X11 before X11Rn because it is often a symlink to the current release.
4003 ac_x_header_dirs='
4004 /usr/X11/include
4005 /usr/X11R6/include
4006 /usr/X11R5/include
4007 /usr/X11R4/include
4009 /usr/include/X11
4010 /usr/include/X11R6
4011 /usr/include/X11R5
4012 /usr/include/X11R4
4014 /usr/local/X11/include
4015 /usr/local/X11R6/include
4016 /usr/local/X11R5/include
4017 /usr/local/X11R4/include
4019 /usr/local/include/X11
4020 /usr/local/include/X11R6
4021 /usr/local/include/X11R5
4022 /usr/local/include/X11R4
4024 /usr/X386/include
4025 /usr/x386/include
4026 /usr/XFree86/include/X11
4028 /usr/include
4029 /usr/local/include
4030 /usr/unsupported/include
4031 /usr/athena/include
4032 /usr/local/x11r5/include
4033 /usr/lpp/Xamples/include
4035 /usr/openwin/include
4036 /usr/openwin/share/include'
4038 if test "$ac_x_includes" = no; then
4039 # Guess where to find include files, by looking for Xlib.h.
4040 # First, try using that file with no special directory specified.
4041 cat >conftest.$ac_ext <<_ACEOF
4042 /* confdefs.h. */
4043 _ACEOF
4044 cat confdefs.h >>conftest.$ac_ext
4045 cat >>conftest.$ac_ext <<_ACEOF
4046 /* end confdefs.h. */
4047 #include <X11/Xlib.h>
4048 _ACEOF
4049 if { (ac_try="$ac_cpp conftest.$ac_ext"
4050 case "(($ac_try" in
4051 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4052 *) ac_try_echo=$ac_try;;
4053 esac
4054 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
4055 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
4056 ac_status=$?
4057 grep -v '^ *+' conftest.er1 >conftest.err
4058 rm -f conftest.er1
4059 cat conftest.err >&5
4060 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4061 (exit $ac_status); } >/dev/null && {
4062 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
4063 test ! -s conftest.err
4064 }; then
4065 # We can compile using X headers with no special include directory.
4066 ac_x_includes=
4067 else
4068 echo "$as_me: failed program was:" >&5
4069 sed 's/^/| /' conftest.$ac_ext >&5
4071 for ac_dir in $ac_x_header_dirs; do
4072 if test -r "$ac_dir/X11/Xlib.h"; then
4073 ac_x_includes=$ac_dir
4074 break
4076 done
4079 rm -f conftest.err conftest.$ac_ext
4080 fi # $ac_x_includes = no
4082 if test "$ac_x_libraries" = no; then
4083 # Check for the libraries.
4084 # See if we find them without any special options.
4085 # Don't add to $LIBS permanently.
4086 ac_save_LIBS=$LIBS
4087 LIBS="-lX11 $LIBS"
4088 cat >conftest.$ac_ext <<_ACEOF
4089 /* confdefs.h. */
4090 _ACEOF
4091 cat confdefs.h >>conftest.$ac_ext
4092 cat >>conftest.$ac_ext <<_ACEOF
4093 /* end confdefs.h. */
4094 #include <X11/Xlib.h>
4096 main ()
4098 XrmInitialize ()
4100 return 0;
4102 _ACEOF
4103 rm -f conftest.$ac_objext conftest$ac_exeext
4104 if { (ac_try="$ac_link"
4105 case "(($ac_try" in
4106 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4107 *) ac_try_echo=$ac_try;;
4108 esac
4109 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
4110 (eval "$ac_link") 2>conftest.er1
4111 ac_status=$?
4112 grep -v '^ *+' conftest.er1 >conftest.err
4113 rm -f conftest.er1
4114 cat conftest.err >&5
4115 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4116 (exit $ac_status); } && {
4117 test -z "$ac_c_werror_flag" ||
4118 test ! -s conftest.err
4119 } && test -s conftest$ac_exeext &&
4120 $as_test_x conftest$ac_exeext; then
4121 LIBS=$ac_save_LIBS
4122 # We can link X programs with no special library path.
4123 ac_x_libraries=
4124 else
4125 echo "$as_me: failed program was:" >&5
4126 sed 's/^/| /' conftest.$ac_ext >&5
4128 LIBS=$ac_save_LIBS
4129 for ac_dir in `echo "$ac_x_includes $ac_x_header_dirs" | sed s/include/lib/g`
4131 # Don't even attempt the hair of trying to link an X program!
4132 for ac_extension in a so sl; do
4133 if test -r "$ac_dir/libX11.$ac_extension"; then
4134 ac_x_libraries=$ac_dir
4135 break 2
4137 done
4138 done
4141 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
4142 conftest$ac_exeext conftest.$ac_ext
4143 fi # $ac_x_libraries = no
4145 case $ac_x_includes,$ac_x_libraries in #(
4146 no,* | *,no | *\'*)
4147 # Didn't find X, or a directory has "'" in its name.
4148 ac_cv_have_x="have_x=no";; #(
4150 # Record where we found X for the cache.
4151 ac_cv_have_x="have_x=yes\
4152 ac_x_includes='$ac_x_includes'\
4153 ac_x_libraries='$ac_x_libraries'"
4154 esac
4156 ;; #(
4157 *) have_x=yes;;
4158 esac
4159 eval "$ac_cv_have_x"
4160 fi # $with_x != no
4162 if test "$have_x" != yes; then
4163 { echo "$as_me:$LINENO: result: $have_x" >&5
4164 echo "${ECHO_T}$have_x" >&6; }
4165 no_x=yes
4166 else
4167 # If each of the values was on the command line, it overrides each guess.
4168 test "x$x_includes" = xNONE && x_includes=$ac_x_includes
4169 test "x$x_libraries" = xNONE && x_libraries=$ac_x_libraries
4170 # Update the cache value to reflect the command line values.
4171 ac_cv_have_x="have_x=yes\
4172 ac_x_includes='$x_includes'\
4173 ac_x_libraries='$x_libraries'"
4174 { echo "$as_me:$LINENO: result: libraries $x_libraries, headers $x_includes" >&5
4175 echo "${ECHO_T}libraries $x_libraries, headers $x_includes" >&6; }
4178 if test "$no_x" = yes; then
4179 # Not all programs may use this symbol, but it does not hurt to define it.
4181 cat >>confdefs.h <<\_ACEOF
4182 #define X_DISPLAY_MISSING 1
4183 _ACEOF
4185 X_CFLAGS= X_PRE_LIBS= X_LIBS= X_EXTRA_LIBS=
4186 else
4187 if test -n "$x_includes"; then
4188 X_CFLAGS="$X_CFLAGS -I$x_includes"
4191 # It would also be nice to do this for all -L options, not just this one.
4192 if test -n "$x_libraries"; then
4193 X_LIBS="$X_LIBS -L$x_libraries"
4194 # For Solaris; some versions of Sun CC require a space after -R and
4195 # others require no space. Words are not sufficient . . . .
4196 { echo "$as_me:$LINENO: checking whether -R must be followed by a space" >&5
4197 echo $ECHO_N "checking whether -R must be followed by a space... $ECHO_C" >&6; }
4198 ac_xsave_LIBS=$LIBS; LIBS="$LIBS -R$x_libraries"
4199 ac_xsave_c_werror_flag=$ac_c_werror_flag
4200 ac_c_werror_flag=yes
4201 cat >conftest.$ac_ext <<_ACEOF
4202 /* confdefs.h. */
4203 _ACEOF
4204 cat confdefs.h >>conftest.$ac_ext
4205 cat >>conftest.$ac_ext <<_ACEOF
4206 /* end confdefs.h. */
4209 main ()
4213 return 0;
4215 _ACEOF
4216 rm -f conftest.$ac_objext conftest$ac_exeext
4217 if { (ac_try="$ac_link"
4218 case "(($ac_try" in
4219 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4220 *) ac_try_echo=$ac_try;;
4221 esac
4222 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
4223 (eval "$ac_link") 2>conftest.er1
4224 ac_status=$?
4225 grep -v '^ *+' conftest.er1 >conftest.err
4226 rm -f conftest.er1
4227 cat conftest.err >&5
4228 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4229 (exit $ac_status); } && {
4230 test -z "$ac_c_werror_flag" ||
4231 test ! -s conftest.err
4232 } && test -s conftest$ac_exeext &&
4233 $as_test_x conftest$ac_exeext; then
4234 { echo "$as_me:$LINENO: result: no" >&5
4235 echo "${ECHO_T}no" >&6; }
4236 X_LIBS="$X_LIBS -R$x_libraries"
4237 else
4238 echo "$as_me: failed program was:" >&5
4239 sed 's/^/| /' conftest.$ac_ext >&5
4241 LIBS="$ac_xsave_LIBS -R $x_libraries"
4242 cat >conftest.$ac_ext <<_ACEOF
4243 /* confdefs.h. */
4244 _ACEOF
4245 cat confdefs.h >>conftest.$ac_ext
4246 cat >>conftest.$ac_ext <<_ACEOF
4247 /* end confdefs.h. */
4250 main ()
4254 return 0;
4256 _ACEOF
4257 rm -f conftest.$ac_objext conftest$ac_exeext
4258 if { (ac_try="$ac_link"
4259 case "(($ac_try" in
4260 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4261 *) ac_try_echo=$ac_try;;
4262 esac
4263 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
4264 (eval "$ac_link") 2>conftest.er1
4265 ac_status=$?
4266 grep -v '^ *+' conftest.er1 >conftest.err
4267 rm -f conftest.er1
4268 cat conftest.err >&5
4269 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4270 (exit $ac_status); } && {
4271 test -z "$ac_c_werror_flag" ||
4272 test ! -s conftest.err
4273 } && test -s conftest$ac_exeext &&
4274 $as_test_x conftest$ac_exeext; then
4275 { echo "$as_me:$LINENO: result: yes" >&5
4276 echo "${ECHO_T}yes" >&6; }
4277 X_LIBS="$X_LIBS -R $x_libraries"
4278 else
4279 echo "$as_me: failed program was:" >&5
4280 sed 's/^/| /' conftest.$ac_ext >&5
4282 { echo "$as_me:$LINENO: result: neither works" >&5
4283 echo "${ECHO_T}neither works" >&6; }
4286 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
4287 conftest$ac_exeext conftest.$ac_ext
4290 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
4291 conftest$ac_exeext conftest.$ac_ext
4292 ac_c_werror_flag=$ac_xsave_c_werror_flag
4293 LIBS=$ac_xsave_LIBS
4296 # Check for system-dependent libraries X programs must link with.
4297 # Do this before checking for the system-independent R6 libraries
4298 # (-lICE), since we may need -lsocket or whatever for X linking.
4300 if test "$ISC" = yes; then
4301 X_EXTRA_LIBS="$X_EXTRA_LIBS -lnsl_s -linet"
4302 else
4303 # Martyn Johnson says this is needed for Ultrix, if the X
4304 # libraries were built with DECnet support. And Karl Berry says
4305 # the Alpha needs dnet_stub (dnet does not exist).
4306 ac_xsave_LIBS="$LIBS"; LIBS="$LIBS $X_LIBS -lX11"
4307 cat >conftest.$ac_ext <<_ACEOF
4308 /* confdefs.h. */
4309 _ACEOF
4310 cat confdefs.h >>conftest.$ac_ext
4311 cat >>conftest.$ac_ext <<_ACEOF
4312 /* end confdefs.h. */
4314 /* Override any GCC internal prototype to avoid an error.
4315 Use char because int might match the return type of a GCC
4316 builtin and then its argument prototype would still apply. */
4317 #ifdef __cplusplus
4318 extern "C"
4319 #endif
4320 char XOpenDisplay ();
4322 main ()
4324 return XOpenDisplay ();
4326 return 0;
4328 _ACEOF
4329 rm -f conftest.$ac_objext conftest$ac_exeext
4330 if { (ac_try="$ac_link"
4331 case "(($ac_try" in
4332 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4333 *) ac_try_echo=$ac_try;;
4334 esac
4335 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
4336 (eval "$ac_link") 2>conftest.er1
4337 ac_status=$?
4338 grep -v '^ *+' conftest.er1 >conftest.err
4339 rm -f conftest.er1
4340 cat conftest.err >&5
4341 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4342 (exit $ac_status); } && {
4343 test -z "$ac_c_werror_flag" ||
4344 test ! -s conftest.err
4345 } && test -s conftest$ac_exeext &&
4346 $as_test_x conftest$ac_exeext; then
4348 else
4349 echo "$as_me: failed program was:" >&5
4350 sed 's/^/| /' conftest.$ac_ext >&5
4352 { echo "$as_me:$LINENO: checking for dnet_ntoa in -ldnet" >&5
4353 echo $ECHO_N "checking for dnet_ntoa in -ldnet... $ECHO_C" >&6; }
4354 if test "${ac_cv_lib_dnet_dnet_ntoa+set}" = set; then
4355 echo $ECHO_N "(cached) $ECHO_C" >&6
4356 else
4357 ac_check_lib_save_LIBS=$LIBS
4358 LIBS="-ldnet $LIBS"
4359 cat >conftest.$ac_ext <<_ACEOF
4360 /* confdefs.h. */
4361 _ACEOF
4362 cat confdefs.h >>conftest.$ac_ext
4363 cat >>conftest.$ac_ext <<_ACEOF
4364 /* end confdefs.h. */
4366 /* Override any GCC internal prototype to avoid an error.
4367 Use char because int might match the return type of a GCC
4368 builtin and then its argument prototype would still apply. */
4369 #ifdef __cplusplus
4370 extern "C"
4371 #endif
4372 char dnet_ntoa ();
4374 main ()
4376 return dnet_ntoa ();
4378 return 0;
4380 _ACEOF
4381 rm -f conftest.$ac_objext conftest$ac_exeext
4382 if { (ac_try="$ac_link"
4383 case "(($ac_try" in
4384 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4385 *) ac_try_echo=$ac_try;;
4386 esac
4387 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
4388 (eval "$ac_link") 2>conftest.er1
4389 ac_status=$?
4390 grep -v '^ *+' conftest.er1 >conftest.err
4391 rm -f conftest.er1
4392 cat conftest.err >&5
4393 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4394 (exit $ac_status); } && {
4395 test -z "$ac_c_werror_flag" ||
4396 test ! -s conftest.err
4397 } && test -s conftest$ac_exeext &&
4398 $as_test_x conftest$ac_exeext; then
4399 ac_cv_lib_dnet_dnet_ntoa=yes
4400 else
4401 echo "$as_me: failed program was:" >&5
4402 sed 's/^/| /' conftest.$ac_ext >&5
4404 ac_cv_lib_dnet_dnet_ntoa=no
4407 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
4408 conftest$ac_exeext conftest.$ac_ext
4409 LIBS=$ac_check_lib_save_LIBS
4411 { echo "$as_me:$LINENO: result: $ac_cv_lib_dnet_dnet_ntoa" >&5
4412 echo "${ECHO_T}$ac_cv_lib_dnet_dnet_ntoa" >&6; }
4413 if test $ac_cv_lib_dnet_dnet_ntoa = yes; then
4414 X_EXTRA_LIBS="$X_EXTRA_LIBS -ldnet"
4417 if test $ac_cv_lib_dnet_dnet_ntoa = no; then
4418 { echo "$as_me:$LINENO: checking for dnet_ntoa in -ldnet_stub" >&5
4419 echo $ECHO_N "checking for dnet_ntoa in -ldnet_stub... $ECHO_C" >&6; }
4420 if test "${ac_cv_lib_dnet_stub_dnet_ntoa+set}" = set; then
4421 echo $ECHO_N "(cached) $ECHO_C" >&6
4422 else
4423 ac_check_lib_save_LIBS=$LIBS
4424 LIBS="-ldnet_stub $LIBS"
4425 cat >conftest.$ac_ext <<_ACEOF
4426 /* confdefs.h. */
4427 _ACEOF
4428 cat confdefs.h >>conftest.$ac_ext
4429 cat >>conftest.$ac_ext <<_ACEOF
4430 /* end confdefs.h. */
4432 /* Override any GCC internal prototype to avoid an error.
4433 Use char because int might match the return type of a GCC
4434 builtin and then its argument prototype would still apply. */
4435 #ifdef __cplusplus
4436 extern "C"
4437 #endif
4438 char dnet_ntoa ();
4440 main ()
4442 return dnet_ntoa ();
4444 return 0;
4446 _ACEOF
4447 rm -f conftest.$ac_objext conftest$ac_exeext
4448 if { (ac_try="$ac_link"
4449 case "(($ac_try" in
4450 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4451 *) ac_try_echo=$ac_try;;
4452 esac
4453 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
4454 (eval "$ac_link") 2>conftest.er1
4455 ac_status=$?
4456 grep -v '^ *+' conftest.er1 >conftest.err
4457 rm -f conftest.er1
4458 cat conftest.err >&5
4459 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4460 (exit $ac_status); } && {
4461 test -z "$ac_c_werror_flag" ||
4462 test ! -s conftest.err
4463 } && test -s conftest$ac_exeext &&
4464 $as_test_x conftest$ac_exeext; then
4465 ac_cv_lib_dnet_stub_dnet_ntoa=yes
4466 else
4467 echo "$as_me: failed program was:" >&5
4468 sed 's/^/| /' conftest.$ac_ext >&5
4470 ac_cv_lib_dnet_stub_dnet_ntoa=no
4473 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
4474 conftest$ac_exeext conftest.$ac_ext
4475 LIBS=$ac_check_lib_save_LIBS
4477 { echo "$as_me:$LINENO: result: $ac_cv_lib_dnet_stub_dnet_ntoa" >&5
4478 echo "${ECHO_T}$ac_cv_lib_dnet_stub_dnet_ntoa" >&6; }
4479 if test $ac_cv_lib_dnet_stub_dnet_ntoa = yes; then
4480 X_EXTRA_LIBS="$X_EXTRA_LIBS -ldnet_stub"
4486 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
4487 conftest$ac_exeext conftest.$ac_ext
4488 LIBS="$ac_xsave_LIBS"
4490 # msh@cis.ufl.edu says -lnsl (and -lsocket) are needed for his 386/AT,
4491 # to get the SysV transport functions.
4492 # Chad R. Larson says the Pyramis MIS-ES running DC/OSx (SVR4)
4493 # needs -lnsl.
4494 # The nsl library prevents programs from opening the X display
4495 # on Irix 5.2, according to T.E. Dickey.
4496 # The functions gethostbyname, getservbyname, and inet_addr are
4497 # in -lbsd on LynxOS 3.0.1/i386, according to Lars Hecking.
4498 { echo "$as_me:$LINENO: checking for gethostbyname" >&5
4499 echo $ECHO_N "checking for gethostbyname... $ECHO_C" >&6; }
4500 if test "${ac_cv_func_gethostbyname+set}" = set; then
4501 echo $ECHO_N "(cached) $ECHO_C" >&6
4502 else
4503 cat >conftest.$ac_ext <<_ACEOF
4504 /* confdefs.h. */
4505 _ACEOF
4506 cat confdefs.h >>conftest.$ac_ext
4507 cat >>conftest.$ac_ext <<_ACEOF
4508 /* end confdefs.h. */
4509 /* Define gethostbyname to an innocuous variant, in case <limits.h> declares gethostbyname.
4510 For example, HP-UX 11i <limits.h> declares gettimeofday. */
4511 #define gethostbyname innocuous_gethostbyname
4513 /* System header to define __stub macros and hopefully few prototypes,
4514 which can conflict with char gethostbyname (); below.
4515 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
4516 <limits.h> exists even on freestanding compilers. */
4518 #ifdef __STDC__
4519 # include <limits.h>
4520 #else
4521 # include <assert.h>
4522 #endif
4524 #undef gethostbyname
4526 /* Override any GCC internal prototype to avoid an error.
4527 Use char because int might match the return type of a GCC
4528 builtin and then its argument prototype would still apply. */
4529 #ifdef __cplusplus
4530 extern "C"
4531 #endif
4532 char gethostbyname ();
4533 /* The GNU C library defines this for functions which it implements
4534 to always fail with ENOSYS. Some functions are actually named
4535 something starting with __ and the normal name is an alias. */
4536 #if defined __stub_gethostbyname || defined __stub___gethostbyname
4537 choke me
4538 #endif
4541 main ()
4543 return gethostbyname ();
4545 return 0;
4547 _ACEOF
4548 rm -f conftest.$ac_objext conftest$ac_exeext
4549 if { (ac_try="$ac_link"
4550 case "(($ac_try" in
4551 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4552 *) ac_try_echo=$ac_try;;
4553 esac
4554 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
4555 (eval "$ac_link") 2>conftest.er1
4556 ac_status=$?
4557 grep -v '^ *+' conftest.er1 >conftest.err
4558 rm -f conftest.er1
4559 cat conftest.err >&5
4560 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4561 (exit $ac_status); } && {
4562 test -z "$ac_c_werror_flag" ||
4563 test ! -s conftest.err
4564 } && test -s conftest$ac_exeext &&
4565 $as_test_x conftest$ac_exeext; then
4566 ac_cv_func_gethostbyname=yes
4567 else
4568 echo "$as_me: failed program was:" >&5
4569 sed 's/^/| /' conftest.$ac_ext >&5
4571 ac_cv_func_gethostbyname=no
4574 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
4575 conftest$ac_exeext conftest.$ac_ext
4577 { echo "$as_me:$LINENO: result: $ac_cv_func_gethostbyname" >&5
4578 echo "${ECHO_T}$ac_cv_func_gethostbyname" >&6; }
4580 if test $ac_cv_func_gethostbyname = no; then
4581 { echo "$as_me:$LINENO: checking for gethostbyname in -lnsl" >&5
4582 echo $ECHO_N "checking for gethostbyname in -lnsl... $ECHO_C" >&6; }
4583 if test "${ac_cv_lib_nsl_gethostbyname+set}" = set; then
4584 echo $ECHO_N "(cached) $ECHO_C" >&6
4585 else
4586 ac_check_lib_save_LIBS=$LIBS
4587 LIBS="-lnsl $LIBS"
4588 cat >conftest.$ac_ext <<_ACEOF
4589 /* confdefs.h. */
4590 _ACEOF
4591 cat confdefs.h >>conftest.$ac_ext
4592 cat >>conftest.$ac_ext <<_ACEOF
4593 /* end confdefs.h. */
4595 /* Override any GCC internal prototype to avoid an error.
4596 Use char because int might match the return type of a GCC
4597 builtin and then its argument prototype would still apply. */
4598 #ifdef __cplusplus
4599 extern "C"
4600 #endif
4601 char gethostbyname ();
4603 main ()
4605 return gethostbyname ();
4607 return 0;
4609 _ACEOF
4610 rm -f conftest.$ac_objext conftest$ac_exeext
4611 if { (ac_try="$ac_link"
4612 case "(($ac_try" in
4613 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4614 *) ac_try_echo=$ac_try;;
4615 esac
4616 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
4617 (eval "$ac_link") 2>conftest.er1
4618 ac_status=$?
4619 grep -v '^ *+' conftest.er1 >conftest.err
4620 rm -f conftest.er1
4621 cat conftest.err >&5
4622 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4623 (exit $ac_status); } && {
4624 test -z "$ac_c_werror_flag" ||
4625 test ! -s conftest.err
4626 } && test -s conftest$ac_exeext &&
4627 $as_test_x conftest$ac_exeext; then
4628 ac_cv_lib_nsl_gethostbyname=yes
4629 else
4630 echo "$as_me: failed program was:" >&5
4631 sed 's/^/| /' conftest.$ac_ext >&5
4633 ac_cv_lib_nsl_gethostbyname=no
4636 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
4637 conftest$ac_exeext conftest.$ac_ext
4638 LIBS=$ac_check_lib_save_LIBS
4640 { echo "$as_me:$LINENO: result: $ac_cv_lib_nsl_gethostbyname" >&5
4641 echo "${ECHO_T}$ac_cv_lib_nsl_gethostbyname" >&6; }
4642 if test $ac_cv_lib_nsl_gethostbyname = yes; then
4643 X_EXTRA_LIBS="$X_EXTRA_LIBS -lnsl"
4646 if test $ac_cv_lib_nsl_gethostbyname = no; then
4647 { echo "$as_me:$LINENO: checking for gethostbyname in -lbsd" >&5
4648 echo $ECHO_N "checking for gethostbyname in -lbsd... $ECHO_C" >&6; }
4649 if test "${ac_cv_lib_bsd_gethostbyname+set}" = set; then
4650 echo $ECHO_N "(cached) $ECHO_C" >&6
4651 else
4652 ac_check_lib_save_LIBS=$LIBS
4653 LIBS="-lbsd $LIBS"
4654 cat >conftest.$ac_ext <<_ACEOF
4655 /* confdefs.h. */
4656 _ACEOF
4657 cat confdefs.h >>conftest.$ac_ext
4658 cat >>conftest.$ac_ext <<_ACEOF
4659 /* end confdefs.h. */
4661 /* Override any GCC internal prototype to avoid an error.
4662 Use char because int might match the return type of a GCC
4663 builtin and then its argument prototype would still apply. */
4664 #ifdef __cplusplus
4665 extern "C"
4666 #endif
4667 char gethostbyname ();
4669 main ()
4671 return gethostbyname ();
4673 return 0;
4675 _ACEOF
4676 rm -f conftest.$ac_objext conftest$ac_exeext
4677 if { (ac_try="$ac_link"
4678 case "(($ac_try" in
4679 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4680 *) ac_try_echo=$ac_try;;
4681 esac
4682 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
4683 (eval "$ac_link") 2>conftest.er1
4684 ac_status=$?
4685 grep -v '^ *+' conftest.er1 >conftest.err
4686 rm -f conftest.er1
4687 cat conftest.err >&5
4688 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4689 (exit $ac_status); } && {
4690 test -z "$ac_c_werror_flag" ||
4691 test ! -s conftest.err
4692 } && test -s conftest$ac_exeext &&
4693 $as_test_x conftest$ac_exeext; then
4694 ac_cv_lib_bsd_gethostbyname=yes
4695 else
4696 echo "$as_me: failed program was:" >&5
4697 sed 's/^/| /' conftest.$ac_ext >&5
4699 ac_cv_lib_bsd_gethostbyname=no
4702 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
4703 conftest$ac_exeext conftest.$ac_ext
4704 LIBS=$ac_check_lib_save_LIBS
4706 { echo "$as_me:$LINENO: result: $ac_cv_lib_bsd_gethostbyname" >&5
4707 echo "${ECHO_T}$ac_cv_lib_bsd_gethostbyname" >&6; }
4708 if test $ac_cv_lib_bsd_gethostbyname = yes; then
4709 X_EXTRA_LIBS="$X_EXTRA_LIBS -lbsd"
4715 # lieder@skyler.mavd.honeywell.com says without -lsocket,
4716 # socket/setsockopt and other routines are undefined under SCO ODT
4717 # 2.0. But -lsocket is broken on IRIX 5.2 (and is not necessary
4718 # on later versions), says Simon Leinen: it contains gethostby*
4719 # variants that don't use the name server (or something). -lsocket
4720 # must be given before -lnsl if both are needed. We assume that
4721 # if connect needs -lnsl, so does gethostbyname.
4722 { echo "$as_me:$LINENO: checking for connect" >&5
4723 echo $ECHO_N "checking for connect... $ECHO_C" >&6; }
4724 if test "${ac_cv_func_connect+set}" = set; then
4725 echo $ECHO_N "(cached) $ECHO_C" >&6
4726 else
4727 cat >conftest.$ac_ext <<_ACEOF
4728 /* confdefs.h. */
4729 _ACEOF
4730 cat confdefs.h >>conftest.$ac_ext
4731 cat >>conftest.$ac_ext <<_ACEOF
4732 /* end confdefs.h. */
4733 /* Define connect to an innocuous variant, in case <limits.h> declares connect.
4734 For example, HP-UX 11i <limits.h> declares gettimeofday. */
4735 #define connect innocuous_connect
4737 /* System header to define __stub macros and hopefully few prototypes,
4738 which can conflict with char connect (); below.
4739 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
4740 <limits.h> exists even on freestanding compilers. */
4742 #ifdef __STDC__
4743 # include <limits.h>
4744 #else
4745 # include <assert.h>
4746 #endif
4748 #undef connect
4750 /* Override any GCC internal prototype to avoid an error.
4751 Use char because int might match the return type of a GCC
4752 builtin and then its argument prototype would still apply. */
4753 #ifdef __cplusplus
4754 extern "C"
4755 #endif
4756 char connect ();
4757 /* The GNU C library defines this for functions which it implements
4758 to always fail with ENOSYS. Some functions are actually named
4759 something starting with __ and the normal name is an alias. */
4760 #if defined __stub_connect || defined __stub___connect
4761 choke me
4762 #endif
4765 main ()
4767 return connect ();
4769 return 0;
4771 _ACEOF
4772 rm -f conftest.$ac_objext conftest$ac_exeext
4773 if { (ac_try="$ac_link"
4774 case "(($ac_try" in
4775 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4776 *) ac_try_echo=$ac_try;;
4777 esac
4778 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
4779 (eval "$ac_link") 2>conftest.er1
4780 ac_status=$?
4781 grep -v '^ *+' conftest.er1 >conftest.err
4782 rm -f conftest.er1
4783 cat conftest.err >&5
4784 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4785 (exit $ac_status); } && {
4786 test -z "$ac_c_werror_flag" ||
4787 test ! -s conftest.err
4788 } && test -s conftest$ac_exeext &&
4789 $as_test_x conftest$ac_exeext; then
4790 ac_cv_func_connect=yes
4791 else
4792 echo "$as_me: failed program was:" >&5
4793 sed 's/^/| /' conftest.$ac_ext >&5
4795 ac_cv_func_connect=no
4798 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
4799 conftest$ac_exeext conftest.$ac_ext
4801 { echo "$as_me:$LINENO: result: $ac_cv_func_connect" >&5
4802 echo "${ECHO_T}$ac_cv_func_connect" >&6; }
4804 if test $ac_cv_func_connect = no; then
4805 { echo "$as_me:$LINENO: checking for connect in -lsocket" >&5
4806 echo $ECHO_N "checking for connect in -lsocket... $ECHO_C" >&6; }
4807 if test "${ac_cv_lib_socket_connect+set}" = set; then
4808 echo $ECHO_N "(cached) $ECHO_C" >&6
4809 else
4810 ac_check_lib_save_LIBS=$LIBS
4811 LIBS="-lsocket $X_EXTRA_LIBS $LIBS"
4812 cat >conftest.$ac_ext <<_ACEOF
4813 /* confdefs.h. */
4814 _ACEOF
4815 cat confdefs.h >>conftest.$ac_ext
4816 cat >>conftest.$ac_ext <<_ACEOF
4817 /* end confdefs.h. */
4819 /* Override any GCC internal prototype to avoid an error.
4820 Use char because int might match the return type of a GCC
4821 builtin and then its argument prototype would still apply. */
4822 #ifdef __cplusplus
4823 extern "C"
4824 #endif
4825 char connect ();
4827 main ()
4829 return connect ();
4831 return 0;
4833 _ACEOF
4834 rm -f conftest.$ac_objext conftest$ac_exeext
4835 if { (ac_try="$ac_link"
4836 case "(($ac_try" in
4837 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4838 *) ac_try_echo=$ac_try;;
4839 esac
4840 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
4841 (eval "$ac_link") 2>conftest.er1
4842 ac_status=$?
4843 grep -v '^ *+' conftest.er1 >conftest.err
4844 rm -f conftest.er1
4845 cat conftest.err >&5
4846 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4847 (exit $ac_status); } && {
4848 test -z "$ac_c_werror_flag" ||
4849 test ! -s conftest.err
4850 } && test -s conftest$ac_exeext &&
4851 $as_test_x conftest$ac_exeext; then
4852 ac_cv_lib_socket_connect=yes
4853 else
4854 echo "$as_me: failed program was:" >&5
4855 sed 's/^/| /' conftest.$ac_ext >&5
4857 ac_cv_lib_socket_connect=no
4860 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
4861 conftest$ac_exeext conftest.$ac_ext
4862 LIBS=$ac_check_lib_save_LIBS
4864 { echo "$as_me:$LINENO: result: $ac_cv_lib_socket_connect" >&5
4865 echo "${ECHO_T}$ac_cv_lib_socket_connect" >&6; }
4866 if test $ac_cv_lib_socket_connect = yes; then
4867 X_EXTRA_LIBS="-lsocket $X_EXTRA_LIBS"
4872 # Guillermo Gomez says -lposix is necessary on A/UX.
4873 { echo "$as_me:$LINENO: checking for remove" >&5
4874 echo $ECHO_N "checking for remove... $ECHO_C" >&6; }
4875 if test "${ac_cv_func_remove+set}" = set; then
4876 echo $ECHO_N "(cached) $ECHO_C" >&6
4877 else
4878 cat >conftest.$ac_ext <<_ACEOF
4879 /* confdefs.h. */
4880 _ACEOF
4881 cat confdefs.h >>conftest.$ac_ext
4882 cat >>conftest.$ac_ext <<_ACEOF
4883 /* end confdefs.h. */
4884 /* Define remove to an innocuous variant, in case <limits.h> declares remove.
4885 For example, HP-UX 11i <limits.h> declares gettimeofday. */
4886 #define remove innocuous_remove
4888 /* System header to define __stub macros and hopefully few prototypes,
4889 which can conflict with char remove (); below.
4890 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
4891 <limits.h> exists even on freestanding compilers. */
4893 #ifdef __STDC__
4894 # include <limits.h>
4895 #else
4896 # include <assert.h>
4897 #endif
4899 #undef remove
4901 /* Override any GCC internal prototype to avoid an error.
4902 Use char because int might match the return type of a GCC
4903 builtin and then its argument prototype would still apply. */
4904 #ifdef __cplusplus
4905 extern "C"
4906 #endif
4907 char remove ();
4908 /* The GNU C library defines this for functions which it implements
4909 to always fail with ENOSYS. Some functions are actually named
4910 something starting with __ and the normal name is an alias. */
4911 #if defined __stub_remove || defined __stub___remove
4912 choke me
4913 #endif
4916 main ()
4918 return remove ();
4920 return 0;
4922 _ACEOF
4923 rm -f conftest.$ac_objext conftest$ac_exeext
4924 if { (ac_try="$ac_link"
4925 case "(($ac_try" in
4926 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4927 *) ac_try_echo=$ac_try;;
4928 esac
4929 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
4930 (eval "$ac_link") 2>conftest.er1
4931 ac_status=$?
4932 grep -v '^ *+' conftest.er1 >conftest.err
4933 rm -f conftest.er1
4934 cat conftest.err >&5
4935 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4936 (exit $ac_status); } && {
4937 test -z "$ac_c_werror_flag" ||
4938 test ! -s conftest.err
4939 } && test -s conftest$ac_exeext &&
4940 $as_test_x conftest$ac_exeext; then
4941 ac_cv_func_remove=yes
4942 else
4943 echo "$as_me: failed program was:" >&5
4944 sed 's/^/| /' conftest.$ac_ext >&5
4946 ac_cv_func_remove=no
4949 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
4950 conftest$ac_exeext conftest.$ac_ext
4952 { echo "$as_me:$LINENO: result: $ac_cv_func_remove" >&5
4953 echo "${ECHO_T}$ac_cv_func_remove" >&6; }
4955 if test $ac_cv_func_remove = no; then
4956 { echo "$as_me:$LINENO: checking for remove in -lposix" >&5
4957 echo $ECHO_N "checking for remove in -lposix... $ECHO_C" >&6; }
4958 if test "${ac_cv_lib_posix_remove+set}" = set; then
4959 echo $ECHO_N "(cached) $ECHO_C" >&6
4960 else
4961 ac_check_lib_save_LIBS=$LIBS
4962 LIBS="-lposix $LIBS"
4963 cat >conftest.$ac_ext <<_ACEOF
4964 /* confdefs.h. */
4965 _ACEOF
4966 cat confdefs.h >>conftest.$ac_ext
4967 cat >>conftest.$ac_ext <<_ACEOF
4968 /* end confdefs.h. */
4970 /* Override any GCC internal prototype to avoid an error.
4971 Use char because int might match the return type of a GCC
4972 builtin and then its argument prototype would still apply. */
4973 #ifdef __cplusplus
4974 extern "C"
4975 #endif
4976 char remove ();
4978 main ()
4980 return remove ();
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 "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
4992 (eval "$ac_link") 2>conftest.er1
4993 ac_status=$?
4994 grep -v '^ *+' conftest.er1 >conftest.err
4995 rm -f conftest.er1
4996 cat conftest.err >&5
4997 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4998 (exit $ac_status); } && {
4999 test -z "$ac_c_werror_flag" ||
5000 test ! -s conftest.err
5001 } && test -s conftest$ac_exeext &&
5002 $as_test_x conftest$ac_exeext; then
5003 ac_cv_lib_posix_remove=yes
5004 else
5005 echo "$as_me: failed program was:" >&5
5006 sed 's/^/| /' conftest.$ac_ext >&5
5008 ac_cv_lib_posix_remove=no
5011 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
5012 conftest$ac_exeext conftest.$ac_ext
5013 LIBS=$ac_check_lib_save_LIBS
5015 { echo "$as_me:$LINENO: result: $ac_cv_lib_posix_remove" >&5
5016 echo "${ECHO_T}$ac_cv_lib_posix_remove" >&6; }
5017 if test $ac_cv_lib_posix_remove = yes; then
5018 X_EXTRA_LIBS="$X_EXTRA_LIBS -lposix"
5023 # BSDI BSD/OS 2.1 needs -lipc for XOpenDisplay.
5024 { echo "$as_me:$LINENO: checking for shmat" >&5
5025 echo $ECHO_N "checking for shmat... $ECHO_C" >&6; }
5026 if test "${ac_cv_func_shmat+set}" = set; then
5027 echo $ECHO_N "(cached) $ECHO_C" >&6
5028 else
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. */
5035 /* Define shmat to an innocuous variant, in case <limits.h> declares shmat.
5036 For example, HP-UX 11i <limits.h> declares gettimeofday. */
5037 #define shmat innocuous_shmat
5039 /* System header to define __stub macros and hopefully few prototypes,
5040 which can conflict with char shmat (); below.
5041 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
5042 <limits.h> exists even on freestanding compilers. */
5044 #ifdef __STDC__
5045 # include <limits.h>
5046 #else
5047 # include <assert.h>
5048 #endif
5050 #undef shmat
5052 /* Override any GCC internal prototype to avoid an error.
5053 Use char because int might match the return type of a GCC
5054 builtin and then its argument prototype would still apply. */
5055 #ifdef __cplusplus
5056 extern "C"
5057 #endif
5058 char shmat ();
5059 /* The GNU C library defines this for functions which it implements
5060 to always fail with ENOSYS. Some functions are actually named
5061 something starting with __ and the normal name is an alias. */
5062 #if defined __stub_shmat || defined __stub___shmat
5063 choke me
5064 #endif
5067 main ()
5069 return shmat ();
5071 return 0;
5073 _ACEOF
5074 rm -f conftest.$ac_objext conftest$ac_exeext
5075 if { (ac_try="$ac_link"
5076 case "(($ac_try" in
5077 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5078 *) ac_try_echo=$ac_try;;
5079 esac
5080 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
5081 (eval "$ac_link") 2>conftest.er1
5082 ac_status=$?
5083 grep -v '^ *+' conftest.er1 >conftest.err
5084 rm -f conftest.er1
5085 cat conftest.err >&5
5086 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5087 (exit $ac_status); } && {
5088 test -z "$ac_c_werror_flag" ||
5089 test ! -s conftest.err
5090 } && test -s conftest$ac_exeext &&
5091 $as_test_x conftest$ac_exeext; then
5092 ac_cv_func_shmat=yes
5093 else
5094 echo "$as_me: failed program was:" >&5
5095 sed 's/^/| /' conftest.$ac_ext >&5
5097 ac_cv_func_shmat=no
5100 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
5101 conftest$ac_exeext conftest.$ac_ext
5103 { echo "$as_me:$LINENO: result: $ac_cv_func_shmat" >&5
5104 echo "${ECHO_T}$ac_cv_func_shmat" >&6; }
5106 if test $ac_cv_func_shmat = no; then
5107 { echo "$as_me:$LINENO: checking for shmat in -lipc" >&5
5108 echo $ECHO_N "checking for shmat in -lipc... $ECHO_C" >&6; }
5109 if test "${ac_cv_lib_ipc_shmat+set}" = set; then
5110 echo $ECHO_N "(cached) $ECHO_C" >&6
5111 else
5112 ac_check_lib_save_LIBS=$LIBS
5113 LIBS="-lipc $LIBS"
5114 cat >conftest.$ac_ext <<_ACEOF
5115 /* confdefs.h. */
5116 _ACEOF
5117 cat confdefs.h >>conftest.$ac_ext
5118 cat >>conftest.$ac_ext <<_ACEOF
5119 /* end confdefs.h. */
5121 /* Override any GCC internal prototype to avoid an error.
5122 Use char because int might match the return type of a GCC
5123 builtin and then its argument prototype would still apply. */
5124 #ifdef __cplusplus
5125 extern "C"
5126 #endif
5127 char shmat ();
5129 main ()
5131 return shmat ();
5133 return 0;
5135 _ACEOF
5136 rm -f conftest.$ac_objext conftest$ac_exeext
5137 if { (ac_try="$ac_link"
5138 case "(($ac_try" in
5139 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5140 *) ac_try_echo=$ac_try;;
5141 esac
5142 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
5143 (eval "$ac_link") 2>conftest.er1
5144 ac_status=$?
5145 grep -v '^ *+' conftest.er1 >conftest.err
5146 rm -f conftest.er1
5147 cat conftest.err >&5
5148 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5149 (exit $ac_status); } && {
5150 test -z "$ac_c_werror_flag" ||
5151 test ! -s conftest.err
5152 } && test -s conftest$ac_exeext &&
5153 $as_test_x conftest$ac_exeext; then
5154 ac_cv_lib_ipc_shmat=yes
5155 else
5156 echo "$as_me: failed program was:" >&5
5157 sed 's/^/| /' conftest.$ac_ext >&5
5159 ac_cv_lib_ipc_shmat=no
5162 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
5163 conftest$ac_exeext conftest.$ac_ext
5164 LIBS=$ac_check_lib_save_LIBS
5166 { echo "$as_me:$LINENO: result: $ac_cv_lib_ipc_shmat" >&5
5167 echo "${ECHO_T}$ac_cv_lib_ipc_shmat" >&6; }
5168 if test $ac_cv_lib_ipc_shmat = yes; then
5169 X_EXTRA_LIBS="$X_EXTRA_LIBS -lipc"
5175 # Check for libraries that X11R6 Xt/Xaw programs need.
5176 ac_save_LDFLAGS=$LDFLAGS
5177 test -n "$x_libraries" && LDFLAGS="$LDFLAGS -L$x_libraries"
5178 # SM needs ICE to (dynamically) link under SunOS 4.x (so we have to
5179 # check for ICE first), but we must link in the order -lSM -lICE or
5180 # we get undefined symbols. So assume we have SM if we have ICE.
5181 # These have to be linked with before -lX11, unlike the other
5182 # libraries we check for below, so use a different variable.
5183 # John Interrante, Karl Berry
5184 { echo "$as_me:$LINENO: checking for IceConnectionNumber in -lICE" >&5
5185 echo $ECHO_N "checking for IceConnectionNumber in -lICE... $ECHO_C" >&6; }
5186 if test "${ac_cv_lib_ICE_IceConnectionNumber+set}" = set; then
5187 echo $ECHO_N "(cached) $ECHO_C" >&6
5188 else
5189 ac_check_lib_save_LIBS=$LIBS
5190 LIBS="-lICE $X_EXTRA_LIBS $LIBS"
5191 cat >conftest.$ac_ext <<_ACEOF
5192 /* confdefs.h. */
5193 _ACEOF
5194 cat confdefs.h >>conftest.$ac_ext
5195 cat >>conftest.$ac_ext <<_ACEOF
5196 /* end confdefs.h. */
5198 /* Override any GCC internal prototype to avoid an error.
5199 Use char because int might match the return type of a GCC
5200 builtin and then its argument prototype would still apply. */
5201 #ifdef __cplusplus
5202 extern "C"
5203 #endif
5204 char IceConnectionNumber ();
5206 main ()
5208 return IceConnectionNumber ();
5210 return 0;
5212 _ACEOF
5213 rm -f conftest.$ac_objext conftest$ac_exeext
5214 if { (ac_try="$ac_link"
5215 case "(($ac_try" in
5216 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5217 *) ac_try_echo=$ac_try;;
5218 esac
5219 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
5220 (eval "$ac_link") 2>conftest.er1
5221 ac_status=$?
5222 grep -v '^ *+' conftest.er1 >conftest.err
5223 rm -f conftest.er1
5224 cat conftest.err >&5
5225 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5226 (exit $ac_status); } && {
5227 test -z "$ac_c_werror_flag" ||
5228 test ! -s conftest.err
5229 } && test -s conftest$ac_exeext &&
5230 $as_test_x conftest$ac_exeext; then
5231 ac_cv_lib_ICE_IceConnectionNumber=yes
5232 else
5233 echo "$as_me: failed program was:" >&5
5234 sed 's/^/| /' conftest.$ac_ext >&5
5236 ac_cv_lib_ICE_IceConnectionNumber=no
5239 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
5240 conftest$ac_exeext conftest.$ac_ext
5241 LIBS=$ac_check_lib_save_LIBS
5243 { echo "$as_me:$LINENO: result: $ac_cv_lib_ICE_IceConnectionNumber" >&5
5244 echo "${ECHO_T}$ac_cv_lib_ICE_IceConnectionNumber" >&6; }
5245 if test $ac_cv_lib_ICE_IceConnectionNumber = yes; then
5246 X_PRE_LIBS="$X_PRE_LIBS -lSM -lICE"
5249 LDFLAGS=$ac_save_LDFLAGS
5254 for ac_prog in flex
5256 # Extract the first word of "$ac_prog", so it can be a program name with args.
5257 set dummy $ac_prog; ac_word=$2
5258 { echo "$as_me:$LINENO: checking for $ac_word" >&5
5259 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
5260 if test "${ac_cv_prog_FLEX+set}" = set; then
5261 echo $ECHO_N "(cached) $ECHO_C" >&6
5262 else
5263 if test -n "$FLEX"; then
5264 ac_cv_prog_FLEX="$FLEX" # Let the user override the test.
5265 else
5266 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5267 for as_dir in $PATH
5269 IFS=$as_save_IFS
5270 test -z "$as_dir" && as_dir=.
5271 for ac_exec_ext in '' $ac_executable_extensions; do
5272 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5273 ac_cv_prog_FLEX="$ac_prog"
5274 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5275 break 2
5277 done
5278 done
5279 IFS=$as_save_IFS
5283 FLEX=$ac_cv_prog_FLEX
5284 if test -n "$FLEX"; then
5285 { echo "$as_me:$LINENO: result: $FLEX" >&5
5286 echo "${ECHO_T}$FLEX" >&6; }
5287 else
5288 { echo "$as_me:$LINENO: result: no" >&5
5289 echo "${ECHO_T}no" >&6; }
5293 test -n "$FLEX" && break
5294 done
5295 test -n "$FLEX" || FLEX="none"
5297 if test "$FLEX" = "none"
5298 then
5299 { { echo "$as_me:$LINENO: error: no suitable flex found. Please install the 'flex' package." >&5
5300 echo "$as_me: error: no suitable flex found. Please install the 'flex' package." >&2;}
5301 { (exit 1); exit 1; }; }
5304 for ac_prog in bison
5306 # Extract the first word of "$ac_prog", so it can be a program name with args.
5307 set dummy $ac_prog; ac_word=$2
5308 { echo "$as_me:$LINENO: checking for $ac_word" >&5
5309 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
5310 if test "${ac_cv_prog_BISON+set}" = set; then
5311 echo $ECHO_N "(cached) $ECHO_C" >&6
5312 else
5313 if test -n "$BISON"; then
5314 ac_cv_prog_BISON="$BISON" # Let the user override the test.
5315 else
5316 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5317 for as_dir in $PATH
5319 IFS=$as_save_IFS
5320 test -z "$as_dir" && as_dir=.
5321 for ac_exec_ext in '' $ac_executable_extensions; do
5322 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5323 ac_cv_prog_BISON="$ac_prog"
5324 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5325 break 2
5327 done
5328 done
5329 IFS=$as_save_IFS
5333 BISON=$ac_cv_prog_BISON
5334 if test -n "$BISON"; then
5335 { echo "$as_me:$LINENO: result: $BISON" >&5
5336 echo "${ECHO_T}$BISON" >&6; }
5337 else
5338 { echo "$as_me:$LINENO: result: no" >&5
5339 echo "${ECHO_T}no" >&6; }
5343 test -n "$BISON" && break
5344 done
5345 test -n "$BISON" || BISON="none"
5347 if test "$BISON" = "none"
5348 then
5349 { { echo "$as_me:$LINENO: error: no suitable bison found. Please install the 'bison' package." >&5
5350 echo "$as_me: error: no suitable bison found. Please install the 'bison' package." >&2;}
5351 { (exit 1); exit 1; }; }
5354 if test -n "$ac_tool_prefix"; then
5355 for ac_prog in gas as
5357 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
5358 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
5359 { echo "$as_me:$LINENO: checking for $ac_word" >&5
5360 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
5361 if test "${ac_cv_prog_AS+set}" = set; then
5362 echo $ECHO_N "(cached) $ECHO_C" >&6
5363 else
5364 if test -n "$AS"; then
5365 ac_cv_prog_AS="$AS" # Let the user override the test.
5366 else
5367 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5368 for as_dir in $PATH
5370 IFS=$as_save_IFS
5371 test -z "$as_dir" && as_dir=.
5372 for ac_exec_ext in '' $ac_executable_extensions; do
5373 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5374 ac_cv_prog_AS="$ac_tool_prefix$ac_prog"
5375 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5376 break 2
5378 done
5379 done
5380 IFS=$as_save_IFS
5384 AS=$ac_cv_prog_AS
5385 if test -n "$AS"; then
5386 { echo "$as_me:$LINENO: result: $AS" >&5
5387 echo "${ECHO_T}$AS" >&6; }
5388 else
5389 { echo "$as_me:$LINENO: result: no" >&5
5390 echo "${ECHO_T}no" >&6; }
5394 test -n "$AS" && break
5395 done
5397 if test -z "$AS"; then
5398 ac_ct_AS=$AS
5399 for ac_prog in gas as
5401 # Extract the first word of "$ac_prog", so it can be a program name with args.
5402 set dummy $ac_prog; ac_word=$2
5403 { echo "$as_me:$LINENO: checking for $ac_word" >&5
5404 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
5405 if test "${ac_cv_prog_ac_ct_AS+set}" = set; then
5406 echo $ECHO_N "(cached) $ECHO_C" >&6
5407 else
5408 if test -n "$ac_ct_AS"; then
5409 ac_cv_prog_ac_ct_AS="$ac_ct_AS" # Let the user override the test.
5410 else
5411 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5412 for as_dir in $PATH
5414 IFS=$as_save_IFS
5415 test -z "$as_dir" && as_dir=.
5416 for ac_exec_ext in '' $ac_executable_extensions; do
5417 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5418 ac_cv_prog_ac_ct_AS="$ac_prog"
5419 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5420 break 2
5422 done
5423 done
5424 IFS=$as_save_IFS
5428 ac_ct_AS=$ac_cv_prog_ac_ct_AS
5429 if test -n "$ac_ct_AS"; then
5430 { echo "$as_me:$LINENO: result: $ac_ct_AS" >&5
5431 echo "${ECHO_T}$ac_ct_AS" >&6; }
5432 else
5433 { echo "$as_me:$LINENO: result: no" >&5
5434 echo "${ECHO_T}no" >&6; }
5438 test -n "$ac_ct_AS" && break
5439 done
5441 if test "x$ac_ct_AS" = x; then
5442 AS="as"
5443 else
5444 case $cross_compiling:$ac_tool_warned in
5445 yes:)
5446 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
5447 whose name does not start with the host triplet. If you think this
5448 configuration is useful to you, please write to autoconf@gnu.org." >&5
5449 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
5450 whose name does not start with the host triplet. If you think this
5451 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
5452 ac_tool_warned=yes ;;
5453 esac
5454 AS=$ac_ct_AS
5458 if test -n "$ac_tool_prefix"; then
5459 for ac_prog in ld gld
5461 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
5462 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
5463 { echo "$as_me:$LINENO: checking for $ac_word" >&5
5464 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
5465 if test "${ac_cv_prog_LD+set}" = set; then
5466 echo $ECHO_N "(cached) $ECHO_C" >&6
5467 else
5468 if test -n "$LD"; then
5469 ac_cv_prog_LD="$LD" # Let the user override the test.
5470 else
5471 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5472 for as_dir in $PATH
5474 IFS=$as_save_IFS
5475 test -z "$as_dir" && as_dir=.
5476 for ac_exec_ext in '' $ac_executable_extensions; do
5477 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5478 ac_cv_prog_LD="$ac_tool_prefix$ac_prog"
5479 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5480 break 2
5482 done
5483 done
5484 IFS=$as_save_IFS
5488 LD=$ac_cv_prog_LD
5489 if test -n "$LD"; then
5490 { echo "$as_me:$LINENO: result: $LD" >&5
5491 echo "${ECHO_T}$LD" >&6; }
5492 else
5493 { echo "$as_me:$LINENO: result: no" >&5
5494 echo "${ECHO_T}no" >&6; }
5498 test -n "$LD" && break
5499 done
5501 if test -z "$LD"; then
5502 ac_ct_LD=$LD
5503 for ac_prog in ld gld
5505 # Extract the first word of "$ac_prog", so it can be a program name with args.
5506 set dummy $ac_prog; ac_word=$2
5507 { echo "$as_me:$LINENO: checking for $ac_word" >&5
5508 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
5509 if test "${ac_cv_prog_ac_ct_LD+set}" = set; then
5510 echo $ECHO_N "(cached) $ECHO_C" >&6
5511 else
5512 if test -n "$ac_ct_LD"; then
5513 ac_cv_prog_ac_ct_LD="$ac_ct_LD" # Let the user override the test.
5514 else
5515 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5516 for as_dir in $PATH
5518 IFS=$as_save_IFS
5519 test -z "$as_dir" && as_dir=.
5520 for ac_exec_ext in '' $ac_executable_extensions; do
5521 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5522 ac_cv_prog_ac_ct_LD="$ac_prog"
5523 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5524 break 2
5526 done
5527 done
5528 IFS=$as_save_IFS
5532 ac_ct_LD=$ac_cv_prog_ac_ct_LD
5533 if test -n "$ac_ct_LD"; then
5534 { echo "$as_me:$LINENO: result: $ac_ct_LD" >&5
5535 echo "${ECHO_T}$ac_ct_LD" >&6; }
5536 else
5537 { echo "$as_me:$LINENO: result: no" >&5
5538 echo "${ECHO_T}no" >&6; }
5542 test -n "$ac_ct_LD" && break
5543 done
5545 if test "x$ac_ct_LD" = x; then
5546 LD="ld"
5547 else
5548 case $cross_compiling:$ac_tool_warned in
5549 yes:)
5550 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
5551 whose name does not start with the host triplet. If you think this
5552 configuration is useful to you, please write to autoconf@gnu.org." >&5
5553 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
5554 whose name does not start with the host triplet. If you think this
5555 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
5556 ac_tool_warned=yes ;;
5557 esac
5558 LD=$ac_ct_LD
5562 if test -n "$ac_tool_prefix"; then
5563 for ac_prog in nm gnm
5565 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
5566 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
5567 { echo "$as_me:$LINENO: checking for $ac_word" >&5
5568 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
5569 if test "${ac_cv_prog_NM+set}" = set; then
5570 echo $ECHO_N "(cached) $ECHO_C" >&6
5571 else
5572 if test -n "$NM"; then
5573 ac_cv_prog_NM="$NM" # Let the user override the test.
5574 else
5575 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5576 for as_dir in $PATH
5578 IFS=$as_save_IFS
5579 test -z "$as_dir" && as_dir=.
5580 for ac_exec_ext in '' $ac_executable_extensions; do
5581 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5582 ac_cv_prog_NM="$ac_tool_prefix$ac_prog"
5583 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5584 break 2
5586 done
5587 done
5588 IFS=$as_save_IFS
5592 NM=$ac_cv_prog_NM
5593 if test -n "$NM"; then
5594 { echo "$as_me:$LINENO: result: $NM" >&5
5595 echo "${ECHO_T}$NM" >&6; }
5596 else
5597 { echo "$as_me:$LINENO: result: no" >&5
5598 echo "${ECHO_T}no" >&6; }
5602 test -n "$NM" && break
5603 done
5605 if test -z "$NM"; then
5606 ac_ct_NM=$NM
5607 for ac_prog in nm gnm
5609 # Extract the first word of "$ac_prog", so it can be a program name with args.
5610 set dummy $ac_prog; ac_word=$2
5611 { echo "$as_me:$LINENO: checking for $ac_word" >&5
5612 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
5613 if test "${ac_cv_prog_ac_ct_NM+set}" = set; then
5614 echo $ECHO_N "(cached) $ECHO_C" >&6
5615 else
5616 if test -n "$ac_ct_NM"; then
5617 ac_cv_prog_ac_ct_NM="$ac_ct_NM" # Let the user override the test.
5618 else
5619 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5620 for as_dir in $PATH
5622 IFS=$as_save_IFS
5623 test -z "$as_dir" && as_dir=.
5624 for ac_exec_ext in '' $ac_executable_extensions; do
5625 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5626 ac_cv_prog_ac_ct_NM="$ac_prog"
5627 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5628 break 2
5630 done
5631 done
5632 IFS=$as_save_IFS
5636 ac_ct_NM=$ac_cv_prog_ac_ct_NM
5637 if test -n "$ac_ct_NM"; then
5638 { echo "$as_me:$LINENO: result: $ac_ct_NM" >&5
5639 echo "${ECHO_T}$ac_ct_NM" >&6; }
5640 else
5641 { echo "$as_me:$LINENO: result: no" >&5
5642 echo "${ECHO_T}no" >&6; }
5646 test -n "$ac_ct_NM" && break
5647 done
5649 if test "x$ac_ct_NM" = x; then
5650 NM="nm"
5651 else
5652 case $cross_compiling:$ac_tool_warned in
5653 yes:)
5654 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
5655 whose name does not start with the host triplet. If you think this
5656 configuration is useful to you, please write to autoconf@gnu.org." >&5
5657 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
5658 whose name does not start with the host triplet. If you think this
5659 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
5660 ac_tool_warned=yes ;;
5661 esac
5662 NM=$ac_ct_NM
5666 if test -n "$ac_tool_prefix"; then
5667 for ac_prog in ar gar
5669 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
5670 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
5671 { echo "$as_me:$LINENO: checking for $ac_word" >&5
5672 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
5673 if test "${ac_cv_prog_AR+set}" = set; then
5674 echo $ECHO_N "(cached) $ECHO_C" >&6
5675 else
5676 if test -n "$AR"; then
5677 ac_cv_prog_AR="$AR" # Let the user override the test.
5678 else
5679 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5680 for as_dir in $PATH
5682 IFS=$as_save_IFS
5683 test -z "$as_dir" && as_dir=.
5684 for ac_exec_ext in '' $ac_executable_extensions; do
5685 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5686 ac_cv_prog_AR="$ac_tool_prefix$ac_prog"
5687 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5688 break 2
5690 done
5691 done
5692 IFS=$as_save_IFS
5696 AR=$ac_cv_prog_AR
5697 if test -n "$AR"; then
5698 { echo "$as_me:$LINENO: result: $AR" >&5
5699 echo "${ECHO_T}$AR" >&6; }
5700 else
5701 { echo "$as_me:$LINENO: result: no" >&5
5702 echo "${ECHO_T}no" >&6; }
5706 test -n "$AR" && break
5707 done
5709 if test -z "$AR"; then
5710 ac_ct_AR=$AR
5711 for ac_prog in ar gar
5713 # Extract the first word of "$ac_prog", so it can be a program name with args.
5714 set dummy $ac_prog; ac_word=$2
5715 { echo "$as_me:$LINENO: checking for $ac_word" >&5
5716 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
5717 if test "${ac_cv_prog_ac_ct_AR+set}" = set; then
5718 echo $ECHO_N "(cached) $ECHO_C" >&6
5719 else
5720 if test -n "$ac_ct_AR"; then
5721 ac_cv_prog_ac_ct_AR="$ac_ct_AR" # Let the user override the test.
5722 else
5723 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5724 for as_dir in $PATH
5726 IFS=$as_save_IFS
5727 test -z "$as_dir" && as_dir=.
5728 for ac_exec_ext in '' $ac_executable_extensions; do
5729 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5730 ac_cv_prog_ac_ct_AR="$ac_prog"
5731 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5732 break 2
5734 done
5735 done
5736 IFS=$as_save_IFS
5740 ac_ct_AR=$ac_cv_prog_ac_ct_AR
5741 if test -n "$ac_ct_AR"; then
5742 { echo "$as_me:$LINENO: result: $ac_ct_AR" >&5
5743 echo "${ECHO_T}$ac_ct_AR" >&6; }
5744 else
5745 { echo "$as_me:$LINENO: result: no" >&5
5746 echo "${ECHO_T}no" >&6; }
5750 test -n "$ac_ct_AR" && break
5751 done
5753 if test "x$ac_ct_AR" = x; then
5754 AR="ar"
5755 else
5756 case $cross_compiling:$ac_tool_warned in
5757 yes:)
5758 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
5759 whose name does not start with the host triplet. If you think this
5760 configuration is useful to you, please write to autoconf@gnu.org." >&5
5761 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
5762 whose name does not start with the host triplet. If you think this
5763 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
5764 ac_tool_warned=yes ;;
5765 esac
5766 AR=$ac_ct_AR
5770 ARFLAGS=rc
5772 if test -n "$ac_tool_prefix"; then
5773 # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
5774 set dummy ${ac_tool_prefix}ranlib; ac_word=$2
5775 { echo "$as_me:$LINENO: checking for $ac_word" >&5
5776 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
5777 if test "${ac_cv_prog_RANLIB+set}" = set; then
5778 echo $ECHO_N "(cached) $ECHO_C" >&6
5779 else
5780 if test -n "$RANLIB"; then
5781 ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
5782 else
5783 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5784 for as_dir in $PATH
5786 IFS=$as_save_IFS
5787 test -z "$as_dir" && as_dir=.
5788 for ac_exec_ext in '' $ac_executable_extensions; do
5789 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5790 ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib"
5791 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5792 break 2
5794 done
5795 done
5796 IFS=$as_save_IFS
5800 RANLIB=$ac_cv_prog_RANLIB
5801 if test -n "$RANLIB"; then
5802 { echo "$as_me:$LINENO: result: $RANLIB" >&5
5803 echo "${ECHO_T}$RANLIB" >&6; }
5804 else
5805 { echo "$as_me:$LINENO: result: no" >&5
5806 echo "${ECHO_T}no" >&6; }
5811 if test -z "$ac_cv_prog_RANLIB"; then
5812 ac_ct_RANLIB=$RANLIB
5813 # Extract the first word of "ranlib", so it can be a program name with args.
5814 set dummy ranlib; ac_word=$2
5815 { echo "$as_me:$LINENO: checking for $ac_word" >&5
5816 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
5817 if test "${ac_cv_prog_ac_ct_RANLIB+set}" = set; then
5818 echo $ECHO_N "(cached) $ECHO_C" >&6
5819 else
5820 if test -n "$ac_ct_RANLIB"; then
5821 ac_cv_prog_ac_ct_RANLIB="$ac_ct_RANLIB" # Let the user override the test.
5822 else
5823 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5824 for as_dir in $PATH
5826 IFS=$as_save_IFS
5827 test -z "$as_dir" && as_dir=.
5828 for ac_exec_ext in '' $ac_executable_extensions; do
5829 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5830 ac_cv_prog_ac_ct_RANLIB="ranlib"
5831 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5832 break 2
5834 done
5835 done
5836 IFS=$as_save_IFS
5840 ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB
5841 if test -n "$ac_ct_RANLIB"; then
5842 { echo "$as_me:$LINENO: result: $ac_ct_RANLIB" >&5
5843 echo "${ECHO_T}$ac_ct_RANLIB" >&6; }
5844 else
5845 { echo "$as_me:$LINENO: result: no" >&5
5846 echo "${ECHO_T}no" >&6; }
5849 if test "x$ac_ct_RANLIB" = x; then
5850 RANLIB=":"
5851 else
5852 case $cross_compiling:$ac_tool_warned in
5853 yes:)
5854 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
5855 whose name does not start with the host triplet. If you think this
5856 configuration is useful to you, please write to autoconf@gnu.org." >&5
5857 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
5858 whose name does not start with the host triplet. If you think this
5859 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
5860 ac_tool_warned=yes ;;
5861 esac
5862 RANLIB=$ac_ct_RANLIB
5864 else
5865 RANLIB="$ac_cv_prog_RANLIB"
5868 if test -n "$ac_tool_prefix"; then
5869 # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
5870 set dummy ${ac_tool_prefix}strip; ac_word=$2
5871 { echo "$as_me:$LINENO: checking for $ac_word" >&5
5872 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
5873 if test "${ac_cv_prog_STRIP+set}" = set; then
5874 echo $ECHO_N "(cached) $ECHO_C" >&6
5875 else
5876 if test -n "$STRIP"; then
5877 ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
5878 else
5879 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5880 for as_dir in $PATH
5882 IFS=$as_save_IFS
5883 test -z "$as_dir" && as_dir=.
5884 for ac_exec_ext in '' $ac_executable_extensions; do
5885 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5886 ac_cv_prog_STRIP="${ac_tool_prefix}strip"
5887 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5888 break 2
5890 done
5891 done
5892 IFS=$as_save_IFS
5896 STRIP=$ac_cv_prog_STRIP
5897 if test -n "$STRIP"; then
5898 { echo "$as_me:$LINENO: result: $STRIP" >&5
5899 echo "${ECHO_T}$STRIP" >&6; }
5900 else
5901 { echo "$as_me:$LINENO: result: no" >&5
5902 echo "${ECHO_T}no" >&6; }
5907 if test -z "$ac_cv_prog_STRIP"; then
5908 ac_ct_STRIP=$STRIP
5909 # Extract the first word of "strip", so it can be a program name with args.
5910 set dummy strip; ac_word=$2
5911 { echo "$as_me:$LINENO: checking for $ac_word" >&5
5912 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
5913 if test "${ac_cv_prog_ac_ct_STRIP+set}" = set; then
5914 echo $ECHO_N "(cached) $ECHO_C" >&6
5915 else
5916 if test -n "$ac_ct_STRIP"; then
5917 ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test.
5918 else
5919 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5920 for as_dir in $PATH
5922 IFS=$as_save_IFS
5923 test -z "$as_dir" && as_dir=.
5924 for ac_exec_ext in '' $ac_executable_extensions; do
5925 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5926 ac_cv_prog_ac_ct_STRIP="strip"
5927 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5928 break 2
5930 done
5931 done
5932 IFS=$as_save_IFS
5936 ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP
5937 if test -n "$ac_ct_STRIP"; then
5938 { echo "$as_me:$LINENO: result: $ac_ct_STRIP" >&5
5939 echo "${ECHO_T}$ac_ct_STRIP" >&6; }
5940 else
5941 { echo "$as_me:$LINENO: result: no" >&5
5942 echo "${ECHO_T}no" >&6; }
5945 if test "x$ac_ct_STRIP" = x; then
5946 STRIP="strip"
5947 else
5948 case $cross_compiling:$ac_tool_warned in
5949 yes:)
5950 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
5951 whose name does not start with the host triplet. If you think this
5952 configuration is useful to you, please write to autoconf@gnu.org." >&5
5953 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
5954 whose name does not start with the host triplet. If you think this
5955 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
5956 ac_tool_warned=yes ;;
5957 esac
5958 STRIP=$ac_ct_STRIP
5960 else
5961 STRIP="$ac_cv_prog_STRIP"
5964 if test -n "$ac_tool_prefix"; then
5965 # Extract the first word of "${ac_tool_prefix}windres", so it can be a program name with args.
5966 set dummy ${ac_tool_prefix}windres; ac_word=$2
5967 { echo "$as_me:$LINENO: checking for $ac_word" >&5
5968 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
5969 if test "${ac_cv_prog_WINDRES+set}" = set; then
5970 echo $ECHO_N "(cached) $ECHO_C" >&6
5971 else
5972 if test -n "$WINDRES"; then
5973 ac_cv_prog_WINDRES="$WINDRES" # Let the user override the test.
5974 else
5975 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5976 for as_dir in $PATH
5978 IFS=$as_save_IFS
5979 test -z "$as_dir" && as_dir=.
5980 for ac_exec_ext in '' $ac_executable_extensions; do
5981 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5982 ac_cv_prog_WINDRES="${ac_tool_prefix}windres"
5983 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5984 break 2
5986 done
5987 done
5988 IFS=$as_save_IFS
5992 WINDRES=$ac_cv_prog_WINDRES
5993 if test -n "$WINDRES"; then
5994 { echo "$as_me:$LINENO: result: $WINDRES" >&5
5995 echo "${ECHO_T}$WINDRES" >&6; }
5996 else
5997 { echo "$as_me:$LINENO: result: no" >&5
5998 echo "${ECHO_T}no" >&6; }
6003 if test -z "$ac_cv_prog_WINDRES"; then
6004 ac_ct_WINDRES=$WINDRES
6005 # Extract the first word of "windres", so it can be a program name with args.
6006 set dummy windres; ac_word=$2
6007 { echo "$as_me:$LINENO: checking for $ac_word" >&5
6008 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
6009 if test "${ac_cv_prog_ac_ct_WINDRES+set}" = set; then
6010 echo $ECHO_N "(cached) $ECHO_C" >&6
6011 else
6012 if test -n "$ac_ct_WINDRES"; then
6013 ac_cv_prog_ac_ct_WINDRES="$ac_ct_WINDRES" # Let the user override the test.
6014 else
6015 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6016 for as_dir in $PATH
6018 IFS=$as_save_IFS
6019 test -z "$as_dir" && as_dir=.
6020 for ac_exec_ext in '' $ac_executable_extensions; do
6021 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6022 ac_cv_prog_ac_ct_WINDRES="windres"
6023 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
6024 break 2
6026 done
6027 done
6028 IFS=$as_save_IFS
6032 ac_ct_WINDRES=$ac_cv_prog_ac_ct_WINDRES
6033 if test -n "$ac_ct_WINDRES"; then
6034 { echo "$as_me:$LINENO: result: $ac_ct_WINDRES" >&5
6035 echo "${ECHO_T}$ac_ct_WINDRES" >&6; }
6036 else
6037 { echo "$as_me:$LINENO: result: no" >&5
6038 echo "${ECHO_T}no" >&6; }
6041 if test "x$ac_ct_WINDRES" = x; then
6042 WINDRES="false"
6043 else
6044 case $cross_compiling:$ac_tool_warned in
6045 yes:)
6046 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
6047 whose name does not start with the host triplet. If you think this
6048 configuration is useful to you, please write to autoconf@gnu.org." >&5
6049 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
6050 whose name does not start with the host triplet. If you think this
6051 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
6052 ac_tool_warned=yes ;;
6053 esac
6054 WINDRES=$ac_ct_WINDRES
6056 else
6057 WINDRES="$ac_cv_prog_WINDRES"
6060 { echo "$as_me:$LINENO: checking whether ln -s works" >&5
6061 echo $ECHO_N "checking whether ln -s works... $ECHO_C" >&6; }
6062 LN_S=$as_ln_s
6063 if test "$LN_S" = "ln -s"; then
6064 { echo "$as_me:$LINENO: result: yes" >&5
6065 echo "${ECHO_T}yes" >&6; }
6066 else
6067 { echo "$as_me:$LINENO: result: no, using $LN_S" >&5
6068 echo "${ECHO_T}no, using $LN_S" >&6; }
6071 { echo "$as_me:$LINENO: checking whether ln works" >&5
6072 echo $ECHO_N "checking whether ln works... $ECHO_C" >&6; }
6073 rm -f conf$$ conf$$.file
6074 echo >conf$$.file
6075 if ln conf$$.file conf$$ 2>/dev/null; then
6076 LN=ln
6078 { echo "$as_me:$LINENO: result: yes" >&5
6079 echo "${ECHO_T}yes" >&6; }
6080 else
6081 LN="cp -p"
6083 { echo "$as_me:$LINENO: result: no, using $LN" >&5
6084 echo "${ECHO_T}no, using $LN" >&6; }
6086 rm -f conf$$ conf$$.file
6087 { echo "$as_me:$LINENO: checking for grep that handles long lines and -e" >&5
6088 echo $ECHO_N "checking for grep that handles long lines and -e... $ECHO_C" >&6; }
6089 if test "${ac_cv_path_GREP+set}" = set; then
6090 echo $ECHO_N "(cached) $ECHO_C" >&6
6091 else
6092 # Extract the first word of "grep ggrep" to use in msg output
6093 if test -z "$GREP"; then
6094 set dummy grep ggrep; ac_prog_name=$2
6095 if test "${ac_cv_path_GREP+set}" = set; then
6096 echo $ECHO_N "(cached) $ECHO_C" >&6
6097 else
6098 ac_path_GREP_found=false
6099 # Loop through the user's path and test for each of PROGNAME-LIST
6100 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6101 for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
6103 IFS=$as_save_IFS
6104 test -z "$as_dir" && as_dir=.
6105 for ac_prog in grep ggrep; do
6106 for ac_exec_ext in '' $ac_executable_extensions; do
6107 ac_path_GREP="$as_dir/$ac_prog$ac_exec_ext"
6108 { test -f "$ac_path_GREP" && $as_test_x "$ac_path_GREP"; } || continue
6109 # Check for GNU ac_path_GREP and select it if it is found.
6110 # Check for GNU $ac_path_GREP
6111 case `"$ac_path_GREP" --version 2>&1` in
6112 *GNU*)
6113 ac_cv_path_GREP="$ac_path_GREP" ac_path_GREP_found=:;;
6115 ac_count=0
6116 echo $ECHO_N "0123456789$ECHO_C" >"conftest.in"
6117 while :
6119 cat "conftest.in" "conftest.in" >"conftest.tmp"
6120 mv "conftest.tmp" "conftest.in"
6121 cp "conftest.in" "conftest.nl"
6122 echo 'GREP' >> "conftest.nl"
6123 "$ac_path_GREP" -e 'GREP$' -e '-(cannot match)-' < "conftest.nl" >"conftest.out" 2>/dev/null || break
6124 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
6125 ac_count=`expr $ac_count + 1`
6126 if test $ac_count -gt ${ac_path_GREP_max-0}; then
6127 # Best one so far, save it but keep looking for a better one
6128 ac_cv_path_GREP="$ac_path_GREP"
6129 ac_path_GREP_max=$ac_count
6131 # 10*(2^10) chars as input seems more than enough
6132 test $ac_count -gt 10 && break
6133 done
6134 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
6135 esac
6138 $ac_path_GREP_found && break 3
6139 done
6140 done
6142 done
6143 IFS=$as_save_IFS
6148 GREP="$ac_cv_path_GREP"
6149 if test -z "$GREP"; then
6150 { { echo "$as_me:$LINENO: error: no acceptable $ac_prog_name could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&5
6151 echo "$as_me: error: no acceptable $ac_prog_name could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&2;}
6152 { (exit 1); exit 1; }; }
6155 else
6156 ac_cv_path_GREP=$GREP
6161 { echo "$as_me:$LINENO: result: $ac_cv_path_GREP" >&5
6162 echo "${ECHO_T}$ac_cv_path_GREP" >&6; }
6163 GREP="$ac_cv_path_GREP"
6166 { echo "$as_me:$LINENO: checking for egrep" >&5
6167 echo $ECHO_N "checking for egrep... $ECHO_C" >&6; }
6168 if test "${ac_cv_path_EGREP+set}" = set; then
6169 echo $ECHO_N "(cached) $ECHO_C" >&6
6170 else
6171 if echo a | $GREP -E '(a|b)' >/dev/null 2>&1
6172 then ac_cv_path_EGREP="$GREP -E"
6173 else
6174 # Extract the first word of "egrep" to use in msg output
6175 if test -z "$EGREP"; then
6176 set dummy egrep; ac_prog_name=$2
6177 if test "${ac_cv_path_EGREP+set}" = set; then
6178 echo $ECHO_N "(cached) $ECHO_C" >&6
6179 else
6180 ac_path_EGREP_found=false
6181 # Loop through the user's path and test for each of PROGNAME-LIST
6182 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6183 for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
6185 IFS=$as_save_IFS
6186 test -z "$as_dir" && as_dir=.
6187 for ac_prog in egrep; do
6188 for ac_exec_ext in '' $ac_executable_extensions; do
6189 ac_path_EGREP="$as_dir/$ac_prog$ac_exec_ext"
6190 { test -f "$ac_path_EGREP" && $as_test_x "$ac_path_EGREP"; } || continue
6191 # Check for GNU ac_path_EGREP and select it if it is found.
6192 # Check for GNU $ac_path_EGREP
6193 case `"$ac_path_EGREP" --version 2>&1` in
6194 *GNU*)
6195 ac_cv_path_EGREP="$ac_path_EGREP" ac_path_EGREP_found=:;;
6197 ac_count=0
6198 echo $ECHO_N "0123456789$ECHO_C" >"conftest.in"
6199 while :
6201 cat "conftest.in" "conftest.in" >"conftest.tmp"
6202 mv "conftest.tmp" "conftest.in"
6203 cp "conftest.in" "conftest.nl"
6204 echo 'EGREP' >> "conftest.nl"
6205 "$ac_path_EGREP" 'EGREP$' < "conftest.nl" >"conftest.out" 2>/dev/null || break
6206 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
6207 ac_count=`expr $ac_count + 1`
6208 if test $ac_count -gt ${ac_path_EGREP_max-0}; then
6209 # Best one so far, save it but keep looking for a better one
6210 ac_cv_path_EGREP="$ac_path_EGREP"
6211 ac_path_EGREP_max=$ac_count
6213 # 10*(2^10) chars as input seems more than enough
6214 test $ac_count -gt 10 && break
6215 done
6216 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
6217 esac
6220 $ac_path_EGREP_found && break 3
6221 done
6222 done
6224 done
6225 IFS=$as_save_IFS
6230 EGREP="$ac_cv_path_EGREP"
6231 if test -z "$EGREP"; then
6232 { { echo "$as_me:$LINENO: error: no acceptable $ac_prog_name could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&5
6233 echo "$as_me: error: no acceptable $ac_prog_name could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&2;}
6234 { (exit 1); exit 1; }; }
6237 else
6238 ac_cv_path_EGREP=$EGREP
6244 { echo "$as_me:$LINENO: result: $ac_cv_path_EGREP" >&5
6245 echo "${ECHO_T}$ac_cv_path_EGREP" >&6; }
6246 EGREP="$ac_cv_path_EGREP"
6249 # Extract the first word of "ldconfig", so it can be a program name with args.
6250 set dummy ldconfig; ac_word=$2
6251 { echo "$as_me:$LINENO: checking for $ac_word" >&5
6252 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
6253 if test "${ac_cv_path_LDCONFIG+set}" = set; then
6254 echo $ECHO_N "(cached) $ECHO_C" >&6
6255 else
6256 case $LDCONFIG in
6257 [\\/]* | ?:[\\/]*)
6258 ac_cv_path_LDCONFIG="$LDCONFIG" # Let the user override the test with a path.
6261 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6262 for as_dir in /sbin /usr/sbin $PATH
6264 IFS=$as_save_IFS
6265 test -z "$as_dir" && as_dir=.
6266 for ac_exec_ext in '' $ac_executable_extensions; do
6267 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6268 ac_cv_path_LDCONFIG="$as_dir/$ac_word$ac_exec_ext"
6269 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
6270 break 2
6272 done
6273 done
6274 IFS=$as_save_IFS
6276 test -z "$ac_cv_path_LDCONFIG" && ac_cv_path_LDCONFIG="true"
6278 esac
6280 LDCONFIG=$ac_cv_path_LDCONFIG
6281 if test -n "$LDCONFIG"; then
6282 { echo "$as_me:$LINENO: result: $LDCONFIG" >&5
6283 echo "${ECHO_T}$LDCONFIG" >&6; }
6284 else
6285 { echo "$as_me:$LINENO: result: no" >&5
6286 echo "${ECHO_T}no" >&6; }
6290 # Find a good install program. We prefer a C program (faster),
6291 # so one script is as good as another. But avoid the broken or
6292 # incompatible versions:
6293 # SysV /etc/install, /usr/sbin/install
6294 # SunOS /usr/etc/install
6295 # IRIX /sbin/install
6296 # AIX /bin/install
6297 # AmigaOS /C/install, which installs bootblocks on floppy discs
6298 # AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
6299 # AFS /usr/afsws/bin/install, which mishandles nonexistent args
6300 # SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
6301 # OS/2's system install, which has a completely different semantic
6302 # ./install, which can be erroneously created by make from ./install.sh.
6303 { echo "$as_me:$LINENO: checking for a BSD-compatible install" >&5
6304 echo $ECHO_N "checking for a BSD-compatible install... $ECHO_C" >&6; }
6305 if test -z "$INSTALL"; then
6306 if test "${ac_cv_path_install+set}" = set; then
6307 echo $ECHO_N "(cached) $ECHO_C" >&6
6308 else
6309 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6310 for as_dir in $PATH
6312 IFS=$as_save_IFS
6313 test -z "$as_dir" && as_dir=.
6314 # Account for people who put trailing slashes in PATH elements.
6315 case $as_dir/ in
6316 ./ | .// | /cC/* | \
6317 /etc/* | /usr/sbin/* | /usr/etc/* | /sbin/* | /usr/afsws/bin/* | \
6318 ?:\\/os2\\/install\\/* | ?:\\/OS2\\/INSTALL\\/* | \
6319 /usr/ucb/* ) ;;
6321 # OSF1 and SCO ODT 3.0 have their own names for install.
6322 # Don't use installbsd from OSF since it installs stuff as root
6323 # by default.
6324 for ac_prog in ginstall scoinst install; do
6325 for ac_exec_ext in '' $ac_executable_extensions; do
6326 if { test -f "$as_dir/$ac_prog$ac_exec_ext" && $as_test_x "$as_dir/$ac_prog$ac_exec_ext"; }; then
6327 if test $ac_prog = install &&
6328 grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
6329 # AIX install. It has an incompatible calling convention.
6331 elif test $ac_prog = install &&
6332 grep pwplus "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
6333 # program-specific install script used by HP pwplus--don't use.
6335 else
6336 ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c"
6337 break 3
6340 done
6341 done
6343 esac
6344 done
6345 IFS=$as_save_IFS
6349 if test "${ac_cv_path_install+set}" = set; then
6350 INSTALL=$ac_cv_path_install
6351 else
6352 # As a last resort, use the slow shell script. Don't cache a
6353 # value for INSTALL within a source directory, because that will
6354 # break other packages using the cache if that directory is
6355 # removed, or if the value is a relative name.
6356 INSTALL=$ac_install_sh
6359 { echo "$as_me:$LINENO: result: $INSTALL" >&5
6360 echo "${ECHO_T}$INSTALL" >&6; }
6362 # Use test -z because SunOS4 sh mishandles braces in ${var-val}.
6363 # It thinks the first close brace ends the variable substitution.
6364 test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}'
6366 test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL}'
6368 test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
6370 case "$INSTALL" in
6371 [\\/$]* | ?:[\\/]* ) ;;
6372 *) INSTALL="\\\$(TOPSRCDIR)/$INSTALL" ;;
6373 esac
6375 for ac_prog in lclint lint
6377 # Extract the first word of "$ac_prog", so it can be a program name with args.
6378 set dummy $ac_prog; ac_word=$2
6379 { echo "$as_me:$LINENO: checking for $ac_word" >&5
6380 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
6381 if test "${ac_cv_prog_LINT+set}" = set; then
6382 echo $ECHO_N "(cached) $ECHO_C" >&6
6383 else
6384 if test -n "$LINT"; then
6385 ac_cv_prog_LINT="$LINT" # Let the user override the test.
6386 else
6387 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6388 for as_dir in $PATH
6390 IFS=$as_save_IFS
6391 test -z "$as_dir" && as_dir=.
6392 for ac_exec_ext in '' $ac_executable_extensions; do
6393 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6394 ac_cv_prog_LINT="$ac_prog"
6395 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
6396 break 2
6398 done
6399 done
6400 IFS=$as_save_IFS
6404 LINT=$ac_cv_prog_LINT
6405 if test -n "$LINT"; then
6406 { echo "$as_me:$LINENO: result: $LINT" >&5
6407 echo "${ECHO_T}$LINT" >&6; }
6408 else
6409 { echo "$as_me:$LINENO: result: no" >&5
6410 echo "${ECHO_T}no" >&6; }
6414 test -n "$LINT" && break
6415 done
6417 if test "$LINT" = "lint"
6418 then
6419 LINTFLAGS="$LINTFLAGS -errchk=%all,no%longptr64 -errhdr=%user -Ncheck=macro -Nlevel=4"
6424 for ac_prog in fontforge
6426 # Extract the first word of "$ac_prog", so it can be a program name with args.
6427 set dummy $ac_prog; ac_word=$2
6428 { echo "$as_me:$LINENO: checking for $ac_word" >&5
6429 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
6430 if test "${ac_cv_prog_FONTFORGE+set}" = set; then
6431 echo $ECHO_N "(cached) $ECHO_C" >&6
6432 else
6433 if test -n "$FONTFORGE"; then
6434 ac_cv_prog_FONTFORGE="$FONTFORGE" # Let the user override the test.
6435 else
6436 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6437 for as_dir in $PATH
6439 IFS=$as_save_IFS
6440 test -z "$as_dir" && as_dir=.
6441 for ac_exec_ext in '' $ac_executable_extensions; do
6442 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6443 ac_cv_prog_FONTFORGE="$ac_prog"
6444 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
6445 break 2
6447 done
6448 done
6449 IFS=$as_save_IFS
6453 FONTFORGE=$ac_cv_prog_FONTFORGE
6454 if test -n "$FONTFORGE"; then
6455 { echo "$as_me:$LINENO: result: $FONTFORGE" >&5
6456 echo "${ECHO_T}$FONTFORGE" >&6; }
6457 else
6458 { echo "$as_me:$LINENO: result: no" >&5
6459 echo "${ECHO_T}no" >&6; }
6463 test -n "$FONTFORGE" && break
6464 done
6465 test -n "$FONTFORGE" || FONTFORGE="false"
6467 for ac_prog in pkg-config
6469 # Extract the first word of "$ac_prog", so it can be a program name with args.
6470 set dummy $ac_prog; ac_word=$2
6471 { echo "$as_me:$LINENO: checking for $ac_word" >&5
6472 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
6473 if test "${ac_cv_prog_PKG_CONFIG+set}" = set; then
6474 echo $ECHO_N "(cached) $ECHO_C" >&6
6475 else
6476 if test -n "$PKG_CONFIG"; then
6477 ac_cv_prog_PKG_CONFIG="$PKG_CONFIG" # Let the user override the test.
6478 else
6479 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6480 for as_dir in $PATH
6482 IFS=$as_save_IFS
6483 test -z "$as_dir" && as_dir=.
6484 for ac_exec_ext in '' $ac_executable_extensions; do
6485 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6486 ac_cv_prog_PKG_CONFIG="$ac_prog"
6487 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
6488 break 2
6490 done
6491 done
6492 IFS=$as_save_IFS
6496 PKG_CONFIG=$ac_cv_prog_PKG_CONFIG
6497 if test -n "$PKG_CONFIG"; then
6498 { echo "$as_me:$LINENO: result: $PKG_CONFIG" >&5
6499 echo "${ECHO_T}$PKG_CONFIG" >&6; }
6500 else
6501 { echo "$as_me:$LINENO: result: no" >&5
6502 echo "${ECHO_T}no" >&6; }
6506 test -n "$PKG_CONFIG" && break
6507 done
6508 test -n "$PKG_CONFIG" || PKG_CONFIG="false"
6510 for ac_prog in rsvg
6512 # Extract the first word of "$ac_prog", so it can be a program name with args.
6513 set dummy $ac_prog; ac_word=$2
6514 { echo "$as_me:$LINENO: checking for $ac_word" >&5
6515 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
6516 if test "${ac_cv_prog_RSVG+set}" = set; then
6517 echo $ECHO_N "(cached) $ECHO_C" >&6
6518 else
6519 if test -n "$RSVG"; then
6520 ac_cv_prog_RSVG="$RSVG" # Let the user override the test.
6521 else
6522 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6523 for as_dir in $PATH
6525 IFS=$as_save_IFS
6526 test -z "$as_dir" && as_dir=.
6527 for ac_exec_ext in '' $ac_executable_extensions; do
6528 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6529 ac_cv_prog_RSVG="$ac_prog"
6530 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
6531 break 2
6533 done
6534 done
6535 IFS=$as_save_IFS
6539 RSVG=$ac_cv_prog_RSVG
6540 if test -n "$RSVG"; then
6541 { echo "$as_me:$LINENO: result: $RSVG" >&5
6542 echo "${ECHO_T}$RSVG" >&6; }
6543 else
6544 { echo "$as_me:$LINENO: result: no" >&5
6545 echo "${ECHO_T}no" >&6; }
6549 test -n "$RSVG" && break
6550 done
6551 test -n "$RSVG" || RSVG="false"
6553 for ac_prog in icotool
6555 # Extract the first word of "$ac_prog", so it can be a program name with args.
6556 set dummy $ac_prog; ac_word=$2
6557 { echo "$as_me:$LINENO: checking for $ac_word" >&5
6558 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
6559 if test "${ac_cv_prog_ICOTOOL+set}" = set; then
6560 echo $ECHO_N "(cached) $ECHO_C" >&6
6561 else
6562 if test -n "$ICOTOOL"; then
6563 ac_cv_prog_ICOTOOL="$ICOTOOL" # Let the user override the test.
6564 else
6565 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6566 for as_dir in $PATH
6568 IFS=$as_save_IFS
6569 test -z "$as_dir" && as_dir=.
6570 for ac_exec_ext in '' $ac_executable_extensions; do
6571 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6572 ac_cv_prog_ICOTOOL="$ac_prog"
6573 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
6574 break 2
6576 done
6577 done
6578 IFS=$as_save_IFS
6582 ICOTOOL=$ac_cv_prog_ICOTOOL
6583 if test -n "$ICOTOOL"; then
6584 { echo "$as_me:$LINENO: result: $ICOTOOL" >&5
6585 echo "${ECHO_T}$ICOTOOL" >&6; }
6586 else
6587 { echo "$as_me:$LINENO: result: no" >&5
6588 echo "${ECHO_T}no" >&6; }
6592 test -n "$ICOTOOL" && break
6593 done
6594 test -n "$ICOTOOL" || ICOTOOL="false"
6597 if test "${enable_maintainer_mode+set}" = set
6598 then
6599 if test "$FONTFORGE" = "false"; then wine_warnings="$wine_warnings|fontforge is missing, fonts can't be rebuilt."; fi
6600 if test "$RSVG" = "false"; then wine_warnings="$wine_warnings|rsvg is missing, icons can't be rebuilt."; fi
6601 if test "$ICOTOOL" = "false"; then wine_warnings="$wine_warnings|icotool is missing, icons can't be rebuilt."; fi
6604 case $host_cpu in
6605 *i[3456789]86*)
6606 # Extract the first word of "prelink", so it can be a program name with args.
6607 set dummy prelink; ac_word=$2
6608 { echo "$as_me:$LINENO: checking for $ac_word" >&5
6609 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
6610 if test "${ac_cv_path_PRELINK+set}" = set; then
6611 echo $ECHO_N "(cached) $ECHO_C" >&6
6612 else
6613 case $PRELINK in
6614 [\\/]* | ?:[\\/]*)
6615 ac_cv_path_PRELINK="$PRELINK" # Let the user override the test with a path.
6618 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6619 for as_dir in /sbin /usr/sbin $PATH
6621 IFS=$as_save_IFS
6622 test -z "$as_dir" && as_dir=.
6623 for ac_exec_ext in '' $ac_executable_extensions; do
6624 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6625 ac_cv_path_PRELINK="$as_dir/$ac_word$ac_exec_ext"
6626 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
6627 break 2
6629 done
6630 done
6631 IFS=$as_save_IFS
6633 test -z "$ac_cv_path_PRELINK" && ac_cv_path_PRELINK="false"
6635 esac
6637 PRELINK=$ac_cv_path_PRELINK
6638 if test -n "$PRELINK"; then
6639 { echo "$as_me:$LINENO: result: $PRELINK" >&5
6640 echo "${ECHO_T}$PRELINK" >&6; }
6641 else
6642 { echo "$as_me:$LINENO: result: no" >&5
6643 echo "${ECHO_T}no" >&6; }
6648 esac
6652 { echo "$as_me:$LINENO: checking for i386_set_ldt in -li386" >&5
6653 echo $ECHO_N "checking for i386_set_ldt in -li386... $ECHO_C" >&6; }
6654 if test "${ac_cv_lib_i386_i386_set_ldt+set}" = set; then
6655 echo $ECHO_N "(cached) $ECHO_C" >&6
6656 else
6657 ac_check_lib_save_LIBS=$LIBS
6658 LIBS="-li386 $LIBS"
6659 cat >conftest.$ac_ext <<_ACEOF
6660 /* confdefs.h. */
6661 _ACEOF
6662 cat confdefs.h >>conftest.$ac_ext
6663 cat >>conftest.$ac_ext <<_ACEOF
6664 /* end confdefs.h. */
6666 /* Override any GCC internal prototype to avoid an error.
6667 Use char because int might match the return type of a GCC
6668 builtin and then its argument prototype would still apply. */
6669 #ifdef __cplusplus
6670 extern "C"
6671 #endif
6672 char i386_set_ldt ();
6674 main ()
6676 return i386_set_ldt ();
6678 return 0;
6680 _ACEOF
6681 rm -f conftest.$ac_objext conftest$ac_exeext
6682 if { (ac_try="$ac_link"
6683 case "(($ac_try" in
6684 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6685 *) ac_try_echo=$ac_try;;
6686 esac
6687 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
6688 (eval "$ac_link") 2>conftest.er1
6689 ac_status=$?
6690 grep -v '^ *+' conftest.er1 >conftest.err
6691 rm -f conftest.er1
6692 cat conftest.err >&5
6693 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6694 (exit $ac_status); } && {
6695 test -z "$ac_c_werror_flag" ||
6696 test ! -s conftest.err
6697 } && test -s conftest$ac_exeext &&
6698 $as_test_x conftest$ac_exeext; then
6699 ac_cv_lib_i386_i386_set_ldt=yes
6700 else
6701 echo "$as_me: failed program was:" >&5
6702 sed 's/^/| /' conftest.$ac_ext >&5
6704 ac_cv_lib_i386_i386_set_ldt=no
6707 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
6708 conftest$ac_exeext conftest.$ac_ext
6709 LIBS=$ac_check_lib_save_LIBS
6711 { echo "$as_me:$LINENO: result: $ac_cv_lib_i386_i386_set_ldt" >&5
6712 echo "${ECHO_T}$ac_cv_lib_i386_i386_set_ldt" >&6; }
6713 if test $ac_cv_lib_i386_i386_set_ldt = yes; then
6714 cat >>confdefs.h <<_ACEOF
6715 #define HAVE_LIBI386 1
6716 _ACEOF
6718 LIBS="-li386 $LIBS"
6723 { echo "$as_me:$LINENO: checking for _oss_ioctl in -lossaudio" >&5
6724 echo $ECHO_N "checking for _oss_ioctl in -lossaudio... $ECHO_C" >&6; }
6725 if test "${ac_cv_lib_ossaudio__oss_ioctl+set}" = set; then
6726 echo $ECHO_N "(cached) $ECHO_C" >&6
6727 else
6728 ac_check_lib_save_LIBS=$LIBS
6729 LIBS="-lossaudio $LIBS"
6730 cat >conftest.$ac_ext <<_ACEOF
6731 /* confdefs.h. */
6732 _ACEOF
6733 cat confdefs.h >>conftest.$ac_ext
6734 cat >>conftest.$ac_ext <<_ACEOF
6735 /* end confdefs.h. */
6737 /* Override any GCC internal prototype to avoid an error.
6738 Use char because int might match the return type of a GCC
6739 builtin and then its argument prototype would still apply. */
6740 #ifdef __cplusplus
6741 extern "C"
6742 #endif
6743 char _oss_ioctl ();
6745 main ()
6747 return _oss_ioctl ();
6749 return 0;
6751 _ACEOF
6752 rm -f conftest.$ac_objext conftest$ac_exeext
6753 if { (ac_try="$ac_link"
6754 case "(($ac_try" in
6755 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6756 *) ac_try_echo=$ac_try;;
6757 esac
6758 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
6759 (eval "$ac_link") 2>conftest.er1
6760 ac_status=$?
6761 grep -v '^ *+' conftest.er1 >conftest.err
6762 rm -f conftest.er1
6763 cat conftest.err >&5
6764 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6765 (exit $ac_status); } && {
6766 test -z "$ac_c_werror_flag" ||
6767 test ! -s conftest.err
6768 } && test -s conftest$ac_exeext &&
6769 $as_test_x conftest$ac_exeext; then
6770 ac_cv_lib_ossaudio__oss_ioctl=yes
6771 else
6772 echo "$as_me: failed program was:" >&5
6773 sed 's/^/| /' conftest.$ac_ext >&5
6775 ac_cv_lib_ossaudio__oss_ioctl=no
6778 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
6779 conftest$ac_exeext conftest.$ac_ext
6780 LIBS=$ac_check_lib_save_LIBS
6782 { echo "$as_me:$LINENO: result: $ac_cv_lib_ossaudio__oss_ioctl" >&5
6783 echo "${ECHO_T}$ac_cv_lib_ossaudio__oss_ioctl" >&6; }
6784 if test $ac_cv_lib_ossaudio__oss_ioctl = yes; then
6785 cat >>confdefs.h <<_ACEOF
6786 #define HAVE_LIBOSSAUDIO 1
6787 _ACEOF
6789 LIBS="-lossaudio $LIBS"
6793 { echo "$as_me:$LINENO: checking for pthread_create in -lpthread" >&5
6794 echo $ECHO_N "checking for pthread_create in -lpthread... $ECHO_C" >&6; }
6795 if test "${ac_cv_lib_pthread_pthread_create+set}" = set; then
6796 echo $ECHO_N "(cached) $ECHO_C" >&6
6797 else
6798 ac_check_lib_save_LIBS=$LIBS
6799 LIBS="-lpthread $LIBS"
6800 cat >conftest.$ac_ext <<_ACEOF
6801 /* confdefs.h. */
6802 _ACEOF
6803 cat confdefs.h >>conftest.$ac_ext
6804 cat >>conftest.$ac_ext <<_ACEOF
6805 /* end confdefs.h. */
6807 /* Override any GCC internal prototype to avoid an error.
6808 Use char because int might match the return type of a GCC
6809 builtin and then its argument prototype would still apply. */
6810 #ifdef __cplusplus
6811 extern "C"
6812 #endif
6813 char pthread_create ();
6815 main ()
6817 return pthread_create ();
6819 return 0;
6821 _ACEOF
6822 rm -f conftest.$ac_objext conftest$ac_exeext
6823 if { (ac_try="$ac_link"
6824 case "(($ac_try" in
6825 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6826 *) ac_try_echo=$ac_try;;
6827 esac
6828 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
6829 (eval "$ac_link") 2>conftest.er1
6830 ac_status=$?
6831 grep -v '^ *+' conftest.er1 >conftest.err
6832 rm -f conftest.er1
6833 cat conftest.err >&5
6834 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6835 (exit $ac_status); } && {
6836 test -z "$ac_c_werror_flag" ||
6837 test ! -s conftest.err
6838 } && test -s conftest$ac_exeext &&
6839 $as_test_x conftest$ac_exeext; then
6840 ac_cv_lib_pthread_pthread_create=yes
6841 else
6842 echo "$as_me: failed program was:" >&5
6843 sed 's/^/| /' conftest.$ac_ext >&5
6845 ac_cv_lib_pthread_pthread_create=no
6848 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
6849 conftest$ac_exeext conftest.$ac_ext
6850 LIBS=$ac_check_lib_save_LIBS
6852 { echo "$as_me:$LINENO: result: $ac_cv_lib_pthread_pthread_create" >&5
6853 echo "${ECHO_T}$ac_cv_lib_pthread_pthread_create" >&6; }
6854 if test $ac_cv_lib_pthread_pthread_create = yes; then
6855 LIBPTHREAD="-lpthread"
6860 XLIB=""
6862 OPENGL_LIBS=""
6866 { echo "$as_me:$LINENO: checking for ANSI C header files" >&5
6867 echo $ECHO_N "checking for ANSI C header files... $ECHO_C" >&6; }
6868 if test "${ac_cv_header_stdc+set}" = set; then
6869 echo $ECHO_N "(cached) $ECHO_C" >&6
6870 else
6871 cat >conftest.$ac_ext <<_ACEOF
6872 /* confdefs.h. */
6873 _ACEOF
6874 cat confdefs.h >>conftest.$ac_ext
6875 cat >>conftest.$ac_ext <<_ACEOF
6876 /* end confdefs.h. */
6877 #include <stdlib.h>
6878 #include <stdarg.h>
6879 #include <string.h>
6880 #include <float.h>
6883 main ()
6887 return 0;
6889 _ACEOF
6890 rm -f conftest.$ac_objext
6891 if { (ac_try="$ac_compile"
6892 case "(($ac_try" in
6893 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6894 *) ac_try_echo=$ac_try;;
6895 esac
6896 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
6897 (eval "$ac_compile") 2>conftest.er1
6898 ac_status=$?
6899 grep -v '^ *+' conftest.er1 >conftest.err
6900 rm -f conftest.er1
6901 cat conftest.err >&5
6902 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6903 (exit $ac_status); } && {
6904 test -z "$ac_c_werror_flag" ||
6905 test ! -s conftest.err
6906 } && test -s conftest.$ac_objext; then
6907 ac_cv_header_stdc=yes
6908 else
6909 echo "$as_me: failed program was:" >&5
6910 sed 's/^/| /' conftest.$ac_ext >&5
6912 ac_cv_header_stdc=no
6915 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6917 if test $ac_cv_header_stdc = yes; then
6918 # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
6919 cat >conftest.$ac_ext <<_ACEOF
6920 /* confdefs.h. */
6921 _ACEOF
6922 cat confdefs.h >>conftest.$ac_ext
6923 cat >>conftest.$ac_ext <<_ACEOF
6924 /* end confdefs.h. */
6925 #include <string.h>
6927 _ACEOF
6928 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
6929 $EGREP "memchr" >/dev/null 2>&1; then
6931 else
6932 ac_cv_header_stdc=no
6934 rm -f conftest*
6938 if test $ac_cv_header_stdc = yes; then
6939 # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
6940 cat >conftest.$ac_ext <<_ACEOF
6941 /* confdefs.h. */
6942 _ACEOF
6943 cat confdefs.h >>conftest.$ac_ext
6944 cat >>conftest.$ac_ext <<_ACEOF
6945 /* end confdefs.h. */
6946 #include <stdlib.h>
6948 _ACEOF
6949 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
6950 $EGREP "free" >/dev/null 2>&1; then
6952 else
6953 ac_cv_header_stdc=no
6955 rm -f conftest*
6959 if test $ac_cv_header_stdc = yes; then
6960 # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi.
6961 if test "$cross_compiling" = yes; then
6963 else
6964 cat >conftest.$ac_ext <<_ACEOF
6965 /* confdefs.h. */
6966 _ACEOF
6967 cat confdefs.h >>conftest.$ac_ext
6968 cat >>conftest.$ac_ext <<_ACEOF
6969 /* end confdefs.h. */
6970 #include <ctype.h>
6971 #include <stdlib.h>
6972 #if ((' ' & 0x0FF) == 0x020)
6973 # define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
6974 # define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
6975 #else
6976 # define ISLOWER(c) \
6977 (('a' <= (c) && (c) <= 'i') \
6978 || ('j' <= (c) && (c) <= 'r') \
6979 || ('s' <= (c) && (c) <= 'z'))
6980 # define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c))
6981 #endif
6983 #define XOR(e, f) (((e) && !(f)) || (!(e) && (f)))
6985 main ()
6987 int i;
6988 for (i = 0; i < 256; i++)
6989 if (XOR (islower (i), ISLOWER (i))
6990 || toupper (i) != TOUPPER (i))
6991 return 2;
6992 return 0;
6994 _ACEOF
6995 rm -f conftest$ac_exeext
6996 if { (ac_try="$ac_link"
6997 case "(($ac_try" in
6998 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6999 *) ac_try_echo=$ac_try;;
7000 esac
7001 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
7002 (eval "$ac_link") 2>&5
7003 ac_status=$?
7004 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7005 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
7006 { (case "(($ac_try" in
7007 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7008 *) ac_try_echo=$ac_try;;
7009 esac
7010 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
7011 (eval "$ac_try") 2>&5
7012 ac_status=$?
7013 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7014 (exit $ac_status); }; }; then
7016 else
7017 echo "$as_me: program exited with status $ac_status" >&5
7018 echo "$as_me: failed program was:" >&5
7019 sed 's/^/| /' conftest.$ac_ext >&5
7021 ( exit $ac_status )
7022 ac_cv_header_stdc=no
7024 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
7030 { echo "$as_me:$LINENO: result: $ac_cv_header_stdc" >&5
7031 echo "${ECHO_T}$ac_cv_header_stdc" >&6; }
7032 if test $ac_cv_header_stdc = yes; then
7034 cat >>confdefs.h <<\_ACEOF
7035 #define STDC_HEADERS 1
7036 _ACEOF
7040 # On IRIX 5.3, sys/types and inttypes.h are conflicting.
7050 for ac_header in sys/types.h sys/stat.h stdlib.h string.h memory.h strings.h \
7051 inttypes.h stdint.h unistd.h
7053 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
7054 { echo "$as_me:$LINENO: checking for $ac_header" >&5
7055 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
7056 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
7057 echo $ECHO_N "(cached) $ECHO_C" >&6
7058 else
7059 cat >conftest.$ac_ext <<_ACEOF
7060 /* confdefs.h. */
7061 _ACEOF
7062 cat confdefs.h >>conftest.$ac_ext
7063 cat >>conftest.$ac_ext <<_ACEOF
7064 /* end confdefs.h. */
7065 $ac_includes_default
7067 #include <$ac_header>
7068 _ACEOF
7069 rm -f conftest.$ac_objext
7070 if { (ac_try="$ac_compile"
7071 case "(($ac_try" in
7072 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7073 *) ac_try_echo=$ac_try;;
7074 esac
7075 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
7076 (eval "$ac_compile") 2>conftest.er1
7077 ac_status=$?
7078 grep -v '^ *+' conftest.er1 >conftest.err
7079 rm -f conftest.er1
7080 cat conftest.err >&5
7081 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7082 (exit $ac_status); } && {
7083 test -z "$ac_c_werror_flag" ||
7084 test ! -s conftest.err
7085 } && test -s conftest.$ac_objext; then
7086 eval "$as_ac_Header=yes"
7087 else
7088 echo "$as_me: failed program was:" >&5
7089 sed 's/^/| /' conftest.$ac_ext >&5
7091 eval "$as_ac_Header=no"
7094 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
7096 ac_res=`eval echo '${'$as_ac_Header'}'`
7097 { echo "$as_me:$LINENO: result: $ac_res" >&5
7098 echo "${ECHO_T}$ac_res" >&6; }
7099 if test `eval echo '${'$as_ac_Header'}'` = yes; then
7100 cat >>confdefs.h <<_ACEOF
7101 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
7102 _ACEOF
7106 done
7220 for ac_header in \
7221 AudioUnit/AudioUnit.h \
7222 Carbon/Carbon.h \
7223 CoreAudio/CoreAudio.h \
7224 DiskArbitration/DiskArbitration.h \
7225 IOKit/IOKitLib.h \
7226 alias.h \
7227 alsa/asoundlib.h \
7228 arpa/inet.h \
7229 arpa/nameser.h \
7230 asm/types.h \
7231 capi20.h \
7232 curses.h \
7233 direct.h \
7234 dlfcn.h \
7235 elf.h \
7236 float.h \
7237 fontconfig/fontconfig.h \
7238 getopt.h \
7239 ieeefp.h \
7240 io.h \
7241 jack/jack.h \
7242 jpeglib.h \
7243 lber.h \
7244 lcms.h \
7245 lcms/lcms.h \
7246 ldap.h \
7247 libaudioio.h \
7248 link.h \
7249 linux/cdrom.h \
7250 linux/compiler.h \
7251 linux/hdreg.h \
7252 linux/input.h \
7253 linux/ioctl.h \
7254 linux/joystick.h \
7255 linux/major.h \
7256 linux/param.h \
7257 linux/serial.h \
7258 linux/ucdrom.h \
7259 mach/mach.h \
7260 mach/machine.h \
7261 machine/cpu.h \
7262 machine/limits.h \
7263 machine/soundcard.h \
7264 mntent.h \
7265 ncurses.h \
7266 netdb.h \
7267 netinet/in.h \
7268 netinet/in_systm.h \
7269 netinet/tcp.h \
7270 netinet/tcp_fsm.h \
7271 openssl/err.h \
7272 openssl/ssl.h \
7273 png.h \
7274 poll.h \
7275 process.h \
7276 pthread.h \
7277 pwd.h \
7278 regex.h \
7279 sched.h \
7280 scsi/scsi.h \
7281 scsi/scsi_ioctl.h \
7282 scsi/sg.h \
7283 soundcard.h \
7284 stdint.h \
7285 strings.h \
7286 sys/asoundlib.h \
7287 sys/cdio.h \
7288 sys/elf32.h \
7289 sys/epoll.h \
7290 sys/errno.h \
7291 sys/event.h \
7292 sys/exec_elf.h \
7293 sys/filio.h \
7294 sys/ioctl.h \
7295 sys/ipc.h \
7296 sys/limits.h \
7297 sys/link.h \
7298 sys/lwp.h \
7299 sys/mman.h \
7300 sys/modem.h \
7301 sys/msg.h \
7302 sys/mtio.h \
7303 sys/param.h \
7304 sys/poll.h \
7305 sys/prctl.h \
7306 sys/ptrace.h \
7307 sys/reg.h \
7308 sys/resource.h \
7309 sys/scsiio.h \
7310 sys/shm.h \
7311 sys/signal.h \
7312 sys/socket.h \
7313 sys/socketvar.h \
7314 sys/sockio.h \
7315 sys/soundcard.h \
7316 sys/statvfs.h \
7317 sys/strtio.h \
7318 sys/syscall.h \
7319 sys/sysctl.h \
7320 sys/time.h \
7321 sys/times.h \
7322 sys/uio.h \
7323 sys/un.h \
7324 sys/vm86.h \
7325 sys/wait.h \
7326 syscall.h \
7327 termios.h \
7328 unistd.h \
7329 utime.h \
7330 valgrind/memcheck.h \
7331 valgrind/valgrind.h
7334 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
7335 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
7336 { echo "$as_me:$LINENO: checking for $ac_header" >&5
7337 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
7338 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
7339 echo $ECHO_N "(cached) $ECHO_C" >&6
7341 ac_res=`eval echo '${'$as_ac_Header'}'`
7342 { echo "$as_me:$LINENO: result: $ac_res" >&5
7343 echo "${ECHO_T}$ac_res" >&6; }
7344 else
7345 # Is the header compilable?
7346 { echo "$as_me:$LINENO: checking $ac_header usability" >&5
7347 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6; }
7348 cat >conftest.$ac_ext <<_ACEOF
7349 /* confdefs.h. */
7350 _ACEOF
7351 cat confdefs.h >>conftest.$ac_ext
7352 cat >>conftest.$ac_ext <<_ACEOF
7353 /* end confdefs.h. */
7354 $ac_includes_default
7355 #include <$ac_header>
7356 _ACEOF
7357 rm -f conftest.$ac_objext
7358 if { (ac_try="$ac_compile"
7359 case "(($ac_try" in
7360 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7361 *) ac_try_echo=$ac_try;;
7362 esac
7363 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
7364 (eval "$ac_compile") 2>conftest.er1
7365 ac_status=$?
7366 grep -v '^ *+' conftest.er1 >conftest.err
7367 rm -f conftest.er1
7368 cat conftest.err >&5
7369 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7370 (exit $ac_status); } && {
7371 test -z "$ac_c_werror_flag" ||
7372 test ! -s conftest.err
7373 } && test -s conftest.$ac_objext; then
7374 ac_header_compiler=yes
7375 else
7376 echo "$as_me: failed program was:" >&5
7377 sed 's/^/| /' conftest.$ac_ext >&5
7379 ac_header_compiler=no
7382 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
7383 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
7384 echo "${ECHO_T}$ac_header_compiler" >&6; }
7386 # Is the header present?
7387 { echo "$as_me:$LINENO: checking $ac_header presence" >&5
7388 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6; }
7389 cat >conftest.$ac_ext <<_ACEOF
7390 /* confdefs.h. */
7391 _ACEOF
7392 cat confdefs.h >>conftest.$ac_ext
7393 cat >>conftest.$ac_ext <<_ACEOF
7394 /* end confdefs.h. */
7395 #include <$ac_header>
7396 _ACEOF
7397 if { (ac_try="$ac_cpp conftest.$ac_ext"
7398 case "(($ac_try" in
7399 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7400 *) ac_try_echo=$ac_try;;
7401 esac
7402 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
7403 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
7404 ac_status=$?
7405 grep -v '^ *+' conftest.er1 >conftest.err
7406 rm -f conftest.er1
7407 cat conftest.err >&5
7408 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7409 (exit $ac_status); } >/dev/null && {
7410 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
7411 test ! -s conftest.err
7412 }; then
7413 ac_header_preproc=yes
7414 else
7415 echo "$as_me: failed program was:" >&5
7416 sed 's/^/| /' conftest.$ac_ext >&5
7418 ac_header_preproc=no
7421 rm -f conftest.err conftest.$ac_ext
7422 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
7423 echo "${ECHO_T}$ac_header_preproc" >&6; }
7425 # So? What about this header?
7426 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
7427 yes:no: )
7428 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
7429 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
7430 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
7431 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
7432 ac_header_preproc=yes
7434 no:yes:* )
7435 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
7436 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
7437 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
7438 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
7439 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
7440 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
7441 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
7442 echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
7443 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
7444 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
7445 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
7446 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
7447 ( cat <<\_ASBOX
7448 ## ------------------------------------ ##
7449 ## Report this to wine-devel@winehq.org ##
7450 ## ------------------------------------ ##
7451 _ASBOX
7452 ) | sed "s/^/$as_me: WARNING: /" >&2
7454 esac
7455 { echo "$as_me:$LINENO: checking for $ac_header" >&5
7456 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
7457 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
7458 echo $ECHO_N "(cached) $ECHO_C" >&6
7459 else
7460 eval "$as_ac_Header=\$ac_header_preproc"
7462 ac_res=`eval echo '${'$as_ac_Header'}'`
7463 { echo "$as_me:$LINENO: result: $ac_res" >&5
7464 echo "${ECHO_T}$ac_res" >&6; }
7467 if test `eval echo '${'$as_ac_Header'}'` = yes; then
7468 cat >>confdefs.h <<_ACEOF
7469 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
7470 _ACEOF
7474 done
7476 { echo "$as_me:$LINENO: checking whether stat file-mode macros are broken" >&5
7477 echo $ECHO_N "checking whether stat file-mode macros are broken... $ECHO_C" >&6; }
7478 if test "${ac_cv_header_stat_broken+set}" = set; then
7479 echo $ECHO_N "(cached) $ECHO_C" >&6
7480 else
7481 cat >conftest.$ac_ext <<_ACEOF
7482 /* confdefs.h. */
7483 _ACEOF
7484 cat confdefs.h >>conftest.$ac_ext
7485 cat >>conftest.$ac_ext <<_ACEOF
7486 /* end confdefs.h. */
7487 #include <sys/types.h>
7488 #include <sys/stat.h>
7490 #if defined S_ISBLK && defined S_IFDIR
7491 extern char c1[S_ISBLK (S_IFDIR) ? -1 : 1];
7492 #endif
7494 #if defined S_ISBLK && defined S_IFCHR
7495 extern char c2[S_ISBLK (S_IFCHR) ? -1 : 1];
7496 #endif
7498 #if defined S_ISLNK && defined S_IFREG
7499 extern char c3[S_ISLNK (S_IFREG) ? -1 : 1];
7500 #endif
7502 #if defined S_ISSOCK && defined S_IFREG
7503 extern char c4[S_ISSOCK (S_IFREG) ? -1 : 1];
7504 #endif
7506 _ACEOF
7507 rm -f conftest.$ac_objext
7508 if { (ac_try="$ac_compile"
7509 case "(($ac_try" in
7510 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7511 *) ac_try_echo=$ac_try;;
7512 esac
7513 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
7514 (eval "$ac_compile") 2>conftest.er1
7515 ac_status=$?
7516 grep -v '^ *+' conftest.er1 >conftest.err
7517 rm -f conftest.er1
7518 cat conftest.err >&5
7519 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7520 (exit $ac_status); } && {
7521 test -z "$ac_c_werror_flag" ||
7522 test ! -s conftest.err
7523 } && test -s conftest.$ac_objext; then
7524 ac_cv_header_stat_broken=no
7525 else
7526 echo "$as_me: failed program was:" >&5
7527 sed 's/^/| /' conftest.$ac_ext >&5
7529 ac_cv_header_stat_broken=yes
7532 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
7534 { echo "$as_me:$LINENO: result: $ac_cv_header_stat_broken" >&5
7535 echo "${ECHO_T}$ac_cv_header_stat_broken" >&6; }
7536 if test $ac_cv_header_stat_broken = yes; then
7538 cat >>confdefs.h <<\_ACEOF
7539 #define STAT_MACROS_BROKEN 1
7540 _ACEOF
7550 for ac_header in sys/mount.h sys/statfs.h sys/user.h sys/vfs.h
7552 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
7553 { echo "$as_me:$LINENO: checking for $ac_header" >&5
7554 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
7555 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
7556 echo $ECHO_N "(cached) $ECHO_C" >&6
7557 else
7558 cat >conftest.$ac_ext <<_ACEOF
7559 /* confdefs.h. */
7560 _ACEOF
7561 cat confdefs.h >>conftest.$ac_ext
7562 cat >>conftest.$ac_ext <<_ACEOF
7563 /* end confdefs.h. */
7564 #include <sys/types.h>
7565 #ifdef HAVE_SYS_PARAM_H
7566 # include <sys/param.h>
7567 #endif
7569 #include <$ac_header>
7570 _ACEOF
7571 rm -f conftest.$ac_objext
7572 if { (ac_try="$ac_compile"
7573 case "(($ac_try" in
7574 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7575 *) ac_try_echo=$ac_try;;
7576 esac
7577 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
7578 (eval "$ac_compile") 2>conftest.er1
7579 ac_status=$?
7580 grep -v '^ *+' conftest.er1 >conftest.err
7581 rm -f conftest.er1
7582 cat conftest.err >&5
7583 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7584 (exit $ac_status); } && {
7585 test -z "$ac_c_werror_flag" ||
7586 test ! -s conftest.err
7587 } && test -s conftest.$ac_objext; then
7588 eval "$as_ac_Header=yes"
7589 else
7590 echo "$as_me: failed program was:" >&5
7591 sed 's/^/| /' conftest.$ac_ext >&5
7593 eval "$as_ac_Header=no"
7596 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
7598 ac_res=`eval echo '${'$as_ac_Header'}'`
7599 { echo "$as_me:$LINENO: result: $ac_res" >&5
7600 echo "${ECHO_T}$ac_res" >&6; }
7601 if test `eval echo '${'$as_ac_Header'}'` = yes; then
7602 cat >>confdefs.h <<_ACEOF
7603 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
7604 _ACEOF
7608 done
7623 for ac_header in \
7624 netinet/ip.h \
7625 net/if.h \
7626 net/if_arp.h \
7627 net/if_dl.h \
7628 net/if_types.h \
7629 net/route.h \
7630 netinet/if_ether.h \
7631 netinet/in_pcb.h \
7632 netinet/ip_icmp.h \
7633 netinet/ip_var.h \
7634 netinet/udp.h \
7635 netipx/ipx.h \
7638 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
7639 { echo "$as_me:$LINENO: checking for $ac_header" >&5
7640 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
7641 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
7642 echo $ECHO_N "(cached) $ECHO_C" >&6
7643 else
7644 cat >conftest.$ac_ext <<_ACEOF
7645 /* confdefs.h. */
7646 _ACEOF
7647 cat confdefs.h >>conftest.$ac_ext
7648 cat >>conftest.$ac_ext <<_ACEOF
7649 /* end confdefs.h. */
7650 #include <sys/types.h>
7651 #ifdef HAVE_SYS_SOCKET_H
7652 # include <sys/socket.h>
7653 #endif
7654 #ifdef HAVE_SYS_SOCKETVAR_H
7655 # include <sys/socketvar.h>
7656 #endif
7657 #ifdef HAVE_NETINET_IN_H
7658 # include <netinet/in.h>
7659 #endif
7660 #ifdef HAVE_NETINET_IP_H
7661 # include <netinet/ip.h>
7662 #endif
7664 #include <$ac_header>
7665 _ACEOF
7666 rm -f conftest.$ac_objext
7667 if { (ac_try="$ac_compile"
7668 case "(($ac_try" in
7669 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7670 *) ac_try_echo=$ac_try;;
7671 esac
7672 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
7673 (eval "$ac_compile") 2>conftest.er1
7674 ac_status=$?
7675 grep -v '^ *+' conftest.er1 >conftest.err
7676 rm -f conftest.er1
7677 cat conftest.err >&5
7678 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7679 (exit $ac_status); } && {
7680 test -z "$ac_c_werror_flag" ||
7681 test ! -s conftest.err
7682 } && test -s conftest.$ac_objext; then
7683 eval "$as_ac_Header=yes"
7684 else
7685 echo "$as_me: failed program was:" >&5
7686 sed 's/^/| /' conftest.$ac_ext >&5
7688 eval "$as_ac_Header=no"
7691 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
7693 ac_res=`eval echo '${'$as_ac_Header'}'`
7694 { echo "$as_me:$LINENO: result: $ac_res" >&5
7695 echo "${ECHO_T}$ac_res" >&6; }
7696 if test `eval echo '${'$as_ac_Header'}'` = yes; then
7697 cat >>confdefs.h <<_ACEOF
7698 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
7699 _ACEOF
7703 done
7710 for ac_header in netinet/tcp_var.h netinet/udp_var.h netinet/icmp_var.h netinet/tcp_timer.h
7712 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
7713 { echo "$as_me:$LINENO: checking for $ac_header" >&5
7714 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
7715 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
7716 echo $ECHO_N "(cached) $ECHO_C" >&6
7717 else
7718 cat >conftest.$ac_ext <<_ACEOF
7719 /* confdefs.h. */
7720 _ACEOF
7721 cat confdefs.h >>conftest.$ac_ext
7722 cat >>conftest.$ac_ext <<_ACEOF
7723 /* end confdefs.h. */
7724 #include <sys/types.h>
7725 #ifdef HAVE_ALIAS_H
7726 # include <alias.h>
7727 #endif
7728 #ifdef HAVE_SYS_SOCKET_H
7729 # include <sys/socket.h>
7730 #endif
7731 #ifdef HAVE_SYS_SOCKETVAR_H
7732 # include <sys/socketvar.h>
7733 #endif
7734 #ifdef HAVE_NETINET_IN_H
7735 # include <netinet/in.h>
7736 #endif
7737 #ifdef HAVE_NETINET_IP_H
7738 # include <netinet/ip.h>
7739 #endif
7740 #ifdef HAVE_NETINET_IP_VAR_H
7741 # include <netinet/ip_var.h>
7742 #endif
7743 #ifdef HAVE_NETINET_IP_ICMP_H
7744 # include <netinet/ip_icmp.h>
7745 #endif
7746 #ifdef HAVE_NETINET_UDP_H
7747 # include <netinet/udp.h>
7748 #endif
7749 #ifdef HAVE_NETINET_TCP_H
7750 # include <netinet/tcp.h>
7751 #endif
7753 #include <$ac_header>
7754 _ACEOF
7755 rm -f conftest.$ac_objext
7756 if { (ac_try="$ac_compile"
7757 case "(($ac_try" in
7758 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7759 *) ac_try_echo=$ac_try;;
7760 esac
7761 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
7762 (eval "$ac_compile") 2>conftest.er1
7763 ac_status=$?
7764 grep -v '^ *+' conftest.er1 >conftest.err
7765 rm -f conftest.er1
7766 cat conftest.err >&5
7767 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7768 (exit $ac_status); } && {
7769 test -z "$ac_c_werror_flag" ||
7770 test ! -s conftest.err
7771 } && test -s conftest.$ac_objext; then
7772 eval "$as_ac_Header=yes"
7773 else
7774 echo "$as_me: failed program was:" >&5
7775 sed 's/^/| /' conftest.$ac_ext >&5
7777 eval "$as_ac_Header=no"
7780 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
7782 ac_res=`eval echo '${'$as_ac_Header'}'`
7783 { echo "$as_me:$LINENO: result: $ac_res" >&5
7784 echo "${ECHO_T}$ac_res" >&6; }
7785 if test `eval echo '${'$as_ac_Header'}'` = yes; then
7786 cat >>confdefs.h <<_ACEOF
7787 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
7788 _ACEOF
7792 done
7796 for ac_header in linux/ipx.h
7798 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
7799 { echo "$as_me:$LINENO: checking for $ac_header" >&5
7800 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
7801 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
7802 echo $ECHO_N "(cached) $ECHO_C" >&6
7803 else
7804 cat >conftest.$ac_ext <<_ACEOF
7805 /* confdefs.h. */
7806 _ACEOF
7807 cat confdefs.h >>conftest.$ac_ext
7808 cat >>conftest.$ac_ext <<_ACEOF
7809 /* end confdefs.h. */
7810 #include <sys/types.h>
7811 #ifdef HAVE_ASM_TYPES_H
7812 # include <asm/types.h>
7813 #endif
7814 #ifdef HAVE_SYS_SOCKET_H
7815 # include <sys/socket.h>
7816 #endif
7818 #include <$ac_header>
7819 _ACEOF
7820 rm -f conftest.$ac_objext
7821 if { (ac_try="$ac_compile"
7822 case "(($ac_try" in
7823 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7824 *) ac_try_echo=$ac_try;;
7825 esac
7826 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
7827 (eval "$ac_compile") 2>conftest.er1
7828 ac_status=$?
7829 grep -v '^ *+' conftest.er1 >conftest.err
7830 rm -f conftest.er1
7831 cat conftest.err >&5
7832 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7833 (exit $ac_status); } && {
7834 test -z "$ac_c_werror_flag" ||
7835 test ! -s conftest.err
7836 } && test -s conftest.$ac_objext; then
7837 eval "$as_ac_Header=yes"
7838 else
7839 echo "$as_me: failed program was:" >&5
7840 sed 's/^/| /' conftest.$ac_ext >&5
7842 eval "$as_ac_Header=no"
7845 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
7847 ac_res=`eval echo '${'$as_ac_Header'}'`
7848 { echo "$as_me:$LINENO: result: $ac_res" >&5
7849 echo "${ECHO_T}$ac_res" >&6; }
7850 if test `eval echo '${'$as_ac_Header'}'` = yes; then
7851 cat >>confdefs.h <<_ACEOF
7852 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
7853 _ACEOF
7857 done
7861 for ac_header in resolv.h
7863 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
7864 { echo "$as_me:$LINENO: checking for $ac_header" >&5
7865 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
7866 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
7867 echo $ECHO_N "(cached) $ECHO_C" >&6
7868 else
7869 cat >conftest.$ac_ext <<_ACEOF
7870 /* confdefs.h. */
7871 _ACEOF
7872 cat confdefs.h >>conftest.$ac_ext
7873 cat >>conftest.$ac_ext <<_ACEOF
7874 /* end confdefs.h. */
7875 #include <sys/types.h>
7876 #ifdef HAVE_SYS_SOCKET_H
7877 # include <sys/socket.h>
7878 #endif
7879 #ifdef HAVE_NETINET_IN_H
7880 # include <netinet/in.h>
7881 #endif
7882 #ifdef HAVE_ARPA_NAMESER_H
7883 # include <arpa/nameser.h>
7884 #endif
7886 #include <$ac_header>
7887 _ACEOF
7888 rm -f conftest.$ac_objext
7889 if { (ac_try="$ac_compile"
7890 case "(($ac_try" in
7891 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7892 *) ac_try_echo=$ac_try;;
7893 esac
7894 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
7895 (eval "$ac_compile") 2>conftest.er1
7896 ac_status=$?
7897 grep -v '^ *+' conftest.er1 >conftest.err
7898 rm -f conftest.er1
7899 cat conftest.err >&5
7900 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7901 (exit $ac_status); } && {
7902 test -z "$ac_c_werror_flag" ||
7903 test ! -s conftest.err
7904 } && test -s conftest.$ac_objext; then
7905 eval "$as_ac_Header=yes"
7906 else
7907 echo "$as_me: failed program was:" >&5
7908 sed 's/^/| /' conftest.$ac_ext >&5
7910 eval "$as_ac_Header=no"
7913 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
7915 ac_res=`eval echo '${'$as_ac_Header'}'`
7916 { echo "$as_me:$LINENO: result: $ac_res" >&5
7917 echo "${ECHO_T}$ac_res" >&6; }
7918 if test `eval echo '${'$as_ac_Header'}'` = yes; then
7919 cat >>confdefs.h <<_ACEOF
7920 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
7921 _ACEOF
7925 done
7929 for ac_header in ucontext.h
7931 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
7932 { echo "$as_me:$LINENO: checking for $ac_header" >&5
7933 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
7934 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
7935 echo $ECHO_N "(cached) $ECHO_C" >&6
7936 else
7937 cat >conftest.$ac_ext <<_ACEOF
7938 /* confdefs.h. */
7939 _ACEOF
7940 cat confdefs.h >>conftest.$ac_ext
7941 cat >>conftest.$ac_ext <<_ACEOF
7942 /* end confdefs.h. */
7943 #include <signal.h>
7945 #include <$ac_header>
7946 _ACEOF
7947 rm -f conftest.$ac_objext
7948 if { (ac_try="$ac_compile"
7949 case "(($ac_try" in
7950 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7951 *) ac_try_echo=$ac_try;;
7952 esac
7953 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
7954 (eval "$ac_compile") 2>conftest.er1
7955 ac_status=$?
7956 grep -v '^ *+' conftest.er1 >conftest.err
7957 rm -f conftest.er1
7958 cat conftest.err >&5
7959 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7960 (exit $ac_status); } && {
7961 test -z "$ac_c_werror_flag" ||
7962 test ! -s conftest.err
7963 } && test -s conftest.$ac_objext; then
7964 eval "$as_ac_Header=yes"
7965 else
7966 echo "$as_me: failed program was:" >&5
7967 sed 's/^/| /' conftest.$ac_ext >&5
7969 eval "$as_ac_Header=no"
7972 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
7974 ac_res=`eval echo '${'$as_ac_Header'}'`
7975 { echo "$as_me:$LINENO: result: $ac_res" >&5
7976 echo "${ECHO_T}$ac_res" >&6; }
7977 if test `eval echo '${'$as_ac_Header'}'` = yes; then
7978 cat >>confdefs.h <<_ACEOF
7979 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
7980 _ACEOF
7984 done
7988 for ac_header in sys/thr.h
7990 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
7991 { echo "$as_me:$LINENO: checking for $ac_header" >&5
7992 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
7993 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
7994 echo $ECHO_N "(cached) $ECHO_C" >&6
7995 else
7996 cat >conftest.$ac_ext <<_ACEOF
7997 /* confdefs.h. */
7998 _ACEOF
7999 cat confdefs.h >>conftest.$ac_ext
8000 cat >>conftest.$ac_ext <<_ACEOF
8001 /* end confdefs.h. */
8002 #include <sys/types.h>
8003 #ifdef HAVE_UCONTEXT_H
8004 #include <ucontext.h>
8005 #endif
8007 #include <$ac_header>
8008 _ACEOF
8009 rm -f conftest.$ac_objext
8010 if { (ac_try="$ac_compile"
8011 case "(($ac_try" in
8012 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8013 *) ac_try_echo=$ac_try;;
8014 esac
8015 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8016 (eval "$ac_compile") 2>conftest.er1
8017 ac_status=$?
8018 grep -v '^ *+' conftest.er1 >conftest.err
8019 rm -f conftest.er1
8020 cat conftest.err >&5
8021 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8022 (exit $ac_status); } && {
8023 test -z "$ac_c_werror_flag" ||
8024 test ! -s conftest.err
8025 } && test -s conftest.$ac_objext; then
8026 eval "$as_ac_Header=yes"
8027 else
8028 echo "$as_me: failed program was:" >&5
8029 sed 's/^/| /' conftest.$ac_ext >&5
8031 eval "$as_ac_Header=no"
8034 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
8036 ac_res=`eval echo '${'$as_ac_Header'}'`
8037 { echo "$as_me:$LINENO: result: $ac_res" >&5
8038 echo "${ECHO_T}$ac_res" >&6; }
8039 if test `eval echo '${'$as_ac_Header'}'` = yes; then
8040 cat >>confdefs.h <<_ACEOF
8041 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
8042 _ACEOF
8046 done
8050 for ac_header in pthread_np.h
8052 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
8053 { echo "$as_me:$LINENO: checking for $ac_header" >&5
8054 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
8055 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
8056 echo $ECHO_N "(cached) $ECHO_C" >&6
8057 else
8058 cat >conftest.$ac_ext <<_ACEOF
8059 /* confdefs.h. */
8060 _ACEOF
8061 cat confdefs.h >>conftest.$ac_ext
8062 cat >>conftest.$ac_ext <<_ACEOF
8063 /* end confdefs.h. */
8064 #ifdef HAVE_PTHREAD_H
8065 #include <pthread.h>
8066 #endif
8068 #include <$ac_header>
8069 _ACEOF
8070 rm -f conftest.$ac_objext
8071 if { (ac_try="$ac_compile"
8072 case "(($ac_try" in
8073 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8074 *) ac_try_echo=$ac_try;;
8075 esac
8076 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8077 (eval "$ac_compile") 2>conftest.er1
8078 ac_status=$?
8079 grep -v '^ *+' conftest.er1 >conftest.err
8080 rm -f conftest.er1
8081 cat conftest.err >&5
8082 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8083 (exit $ac_status); } && {
8084 test -z "$ac_c_werror_flag" ||
8085 test ! -s conftest.err
8086 } && test -s conftest.$ac_objext; then
8087 eval "$as_ac_Header=yes"
8088 else
8089 echo "$as_me: failed program was:" >&5
8090 sed 's/^/| /' conftest.$ac_ext >&5
8092 eval "$as_ac_Header=no"
8095 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
8097 ac_res=`eval echo '${'$as_ac_Header'}'`
8098 { echo "$as_me:$LINENO: result: $ac_res" >&5
8099 echo "${ECHO_T}$ac_res" >&6; }
8100 if test `eval echo '${'$as_ac_Header'}'` = yes; then
8101 cat >>confdefs.h <<_ACEOF
8102 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
8103 _ACEOF
8107 done
8111 for ac_header in linux/videodev.h
8113 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
8114 { echo "$as_me:$LINENO: checking for $ac_header" >&5
8115 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
8116 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
8117 echo $ECHO_N "(cached) $ECHO_C" >&6
8118 else
8119 cat >conftest.$ac_ext <<_ACEOF
8120 /* confdefs.h. */
8121 _ACEOF
8122 cat confdefs.h >>conftest.$ac_ext
8123 cat >>conftest.$ac_ext <<_ACEOF
8124 /* end confdefs.h. */
8125 #ifdef HAVE_SYS_TIME_H
8126 #include <sys/time.h>
8127 #endif
8128 #include <sys/types.h>
8129 #ifdef HAVE_ASM_TYPES_H
8130 #include <asm/types.h>
8131 #endif
8133 #include <$ac_header>
8134 _ACEOF
8135 rm -f conftest.$ac_objext
8136 if { (ac_try="$ac_compile"
8137 case "(($ac_try" in
8138 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8139 *) ac_try_echo=$ac_try;;
8140 esac
8141 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8142 (eval "$ac_compile") 2>conftest.er1
8143 ac_status=$?
8144 grep -v '^ *+' conftest.er1 >conftest.err
8145 rm -f conftest.er1
8146 cat conftest.err >&5
8147 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8148 (exit $ac_status); } && {
8149 test -z "$ac_c_werror_flag" ||
8150 test ! -s conftest.err
8151 } && test -s conftest.$ac_objext; then
8152 eval "$as_ac_Header=yes"
8153 else
8154 echo "$as_me: failed program was:" >&5
8155 sed 's/^/| /' conftest.$ac_ext >&5
8157 eval "$as_ac_Header=no"
8160 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
8162 ac_res=`eval echo '${'$as_ac_Header'}'`
8163 { echo "$as_me:$LINENO: result: $ac_res" >&5
8164 echo "${ECHO_T}$ac_res" >&6; }
8165 if test `eval echo '${'$as_ac_Header'}'` = yes; then
8166 cat >>confdefs.h <<_ACEOF
8167 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
8168 _ACEOF
8172 done
8176 for ac_header in linux/capi.h
8178 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
8179 { echo "$as_me:$LINENO: checking for $ac_header" >&5
8180 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
8181 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
8182 echo $ECHO_N "(cached) $ECHO_C" >&6
8183 else
8184 cat >conftest.$ac_ext <<_ACEOF
8185 /* confdefs.h. */
8186 _ACEOF
8187 cat confdefs.h >>conftest.$ac_ext
8188 cat >>conftest.$ac_ext <<_ACEOF
8189 /* end confdefs.h. */
8190 #define __user
8192 #include <$ac_header>
8193 _ACEOF
8194 rm -f conftest.$ac_objext
8195 if { (ac_try="$ac_compile"
8196 case "(($ac_try" in
8197 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8198 *) ac_try_echo=$ac_try;;
8199 esac
8200 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8201 (eval "$ac_compile") 2>conftest.er1
8202 ac_status=$?
8203 grep -v '^ *+' conftest.er1 >conftest.err
8204 rm -f conftest.er1
8205 cat conftest.err >&5
8206 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8207 (exit $ac_status); } && {
8208 test -z "$ac_c_werror_flag" ||
8209 test ! -s conftest.err
8210 } && test -s conftest.$ac_objext; then
8211 eval "$as_ac_Header=yes"
8212 else
8213 echo "$as_me: failed program was:" >&5
8214 sed 's/^/| /' conftest.$ac_ext >&5
8216 eval "$as_ac_Header=no"
8219 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
8221 ac_res=`eval echo '${'$as_ac_Header'}'`
8222 { echo "$as_me:$LINENO: result: $ac_res" >&5
8223 echo "${ECHO_T}$ac_res" >&6; }
8224 if test `eval echo '${'$as_ac_Header'}'` = yes; then
8225 cat >>confdefs.h <<_ACEOF
8226 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
8227 _ACEOF
8231 done
8235 DLLEXT=""
8237 DLLFLAGS="-D_REENTRANT"
8239 LDSHARED=""
8241 LDDLLFLAGS=""
8243 LIBEXT="so"
8245 IMPLIBEXT="def"
8247 LDRPATH_INSTALL=""
8249 LDRPATH_LOCAL=""
8251 # Extract the first word of "ldd", so it can be a program name with args.
8252 set dummy ldd; ac_word=$2
8253 { echo "$as_me:$LINENO: checking for $ac_word" >&5
8254 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
8255 if test "${ac_cv_path_LDD+set}" = set; then
8256 echo $ECHO_N "(cached) $ECHO_C" >&6
8257 else
8258 case $LDD in
8259 [\\/]* | ?:[\\/]*)
8260 ac_cv_path_LDD="$LDD" # Let the user override the test with a path.
8263 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8264 as_dummy="/sbin:/usr/sbin:$PATH"
8265 for as_dir in $as_dummy
8267 IFS=$as_save_IFS
8268 test -z "$as_dir" && as_dir=.
8269 for ac_exec_ext in '' $ac_executable_extensions; do
8270 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8271 ac_cv_path_LDD="$as_dir/$ac_word$ac_exec_ext"
8272 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
8273 break 2
8275 done
8276 done
8277 IFS=$as_save_IFS
8279 test -z "$ac_cv_path_LDD" && ac_cv_path_LDD="true"
8281 esac
8283 LDD=$ac_cv_path_LDD
8284 if test -n "$LDD"; then
8285 { echo "$as_me:$LINENO: result: $LDD" >&5
8286 echo "${ECHO_T}$LDD" >&6; }
8287 else
8288 { echo "$as_me:$LINENO: result: no" >&5
8289 echo "${ECHO_T}no" >&6; }
8294 case $host_os in
8295 cygwin*|mingw32*)
8296 if test -n "$ac_tool_prefix"; then
8297 # Extract the first word of "${ac_tool_prefix}dlltool", so it can be a program name with args.
8298 set dummy ${ac_tool_prefix}dlltool; ac_word=$2
8299 { echo "$as_me:$LINENO: checking for $ac_word" >&5
8300 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
8301 if test "${ac_cv_prog_DLLTOOL+set}" = set; then
8302 echo $ECHO_N "(cached) $ECHO_C" >&6
8303 else
8304 if test -n "$DLLTOOL"; then
8305 ac_cv_prog_DLLTOOL="$DLLTOOL" # Let the user override the test.
8306 else
8307 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8308 for as_dir in $PATH
8310 IFS=$as_save_IFS
8311 test -z "$as_dir" && as_dir=.
8312 for ac_exec_ext in '' $ac_executable_extensions; do
8313 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8314 ac_cv_prog_DLLTOOL="${ac_tool_prefix}dlltool"
8315 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
8316 break 2
8318 done
8319 done
8320 IFS=$as_save_IFS
8324 DLLTOOL=$ac_cv_prog_DLLTOOL
8325 if test -n "$DLLTOOL"; then
8326 { echo "$as_me:$LINENO: result: $DLLTOOL" >&5
8327 echo "${ECHO_T}$DLLTOOL" >&6; }
8328 else
8329 { echo "$as_me:$LINENO: result: no" >&5
8330 echo "${ECHO_T}no" >&6; }
8335 if test -z "$ac_cv_prog_DLLTOOL"; then
8336 ac_ct_DLLTOOL=$DLLTOOL
8337 # Extract the first word of "dlltool", so it can be a program name with args.
8338 set dummy dlltool; ac_word=$2
8339 { echo "$as_me:$LINENO: checking for $ac_word" >&5
8340 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
8341 if test "${ac_cv_prog_ac_ct_DLLTOOL+set}" = set; then
8342 echo $ECHO_N "(cached) $ECHO_C" >&6
8343 else
8344 if test -n "$ac_ct_DLLTOOL"; then
8345 ac_cv_prog_ac_ct_DLLTOOL="$ac_ct_DLLTOOL" # Let the user override the test.
8346 else
8347 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8348 for as_dir in $PATH
8350 IFS=$as_save_IFS
8351 test -z "$as_dir" && as_dir=.
8352 for ac_exec_ext in '' $ac_executable_extensions; do
8353 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8354 ac_cv_prog_ac_ct_DLLTOOL="dlltool"
8355 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
8356 break 2
8358 done
8359 done
8360 IFS=$as_save_IFS
8364 ac_ct_DLLTOOL=$ac_cv_prog_ac_ct_DLLTOOL
8365 if test -n "$ac_ct_DLLTOOL"; then
8366 { echo "$as_me:$LINENO: result: $ac_ct_DLLTOOL" >&5
8367 echo "${ECHO_T}$ac_ct_DLLTOOL" >&6; }
8368 else
8369 { echo "$as_me:$LINENO: result: no" >&5
8370 echo "${ECHO_T}no" >&6; }
8373 if test "x$ac_ct_DLLTOOL" = x; then
8374 DLLTOOL="false"
8375 else
8376 case $cross_compiling:$ac_tool_warned in
8377 yes:)
8378 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
8379 whose name does not start with the host triplet. If you think this
8380 configuration is useful to you, please write to autoconf@gnu.org." >&5
8381 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
8382 whose name does not start with the host triplet. If you think this
8383 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
8384 ac_tool_warned=yes ;;
8385 esac
8386 DLLTOOL=$ac_ct_DLLTOOL
8388 else
8389 DLLTOOL="$ac_cv_prog_DLLTOOL"
8392 if test -n "$ac_tool_prefix"; then
8393 # Extract the first word of "${ac_tool_prefix}dllwrap", so it can be a program name with args.
8394 set dummy ${ac_tool_prefix}dllwrap; ac_word=$2
8395 { echo "$as_me:$LINENO: checking for $ac_word" >&5
8396 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
8397 if test "${ac_cv_prog_DLLWRAP+set}" = set; then
8398 echo $ECHO_N "(cached) $ECHO_C" >&6
8399 else
8400 if test -n "$DLLWRAP"; then
8401 ac_cv_prog_DLLWRAP="$DLLWRAP" # Let the user override the test.
8402 else
8403 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8404 for as_dir in $PATH
8406 IFS=$as_save_IFS
8407 test -z "$as_dir" && as_dir=.
8408 for ac_exec_ext in '' $ac_executable_extensions; do
8409 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8410 ac_cv_prog_DLLWRAP="${ac_tool_prefix}dllwrap"
8411 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
8412 break 2
8414 done
8415 done
8416 IFS=$as_save_IFS
8420 DLLWRAP=$ac_cv_prog_DLLWRAP
8421 if test -n "$DLLWRAP"; then
8422 { echo "$as_me:$LINENO: result: $DLLWRAP" >&5
8423 echo "${ECHO_T}$DLLWRAP" >&6; }
8424 else
8425 { echo "$as_me:$LINENO: result: no" >&5
8426 echo "${ECHO_T}no" >&6; }
8431 if test -z "$ac_cv_prog_DLLWRAP"; then
8432 ac_ct_DLLWRAP=$DLLWRAP
8433 # Extract the first word of "dllwrap", so it can be a program name with args.
8434 set dummy dllwrap; ac_word=$2
8435 { echo "$as_me:$LINENO: checking for $ac_word" >&5
8436 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
8437 if test "${ac_cv_prog_ac_ct_DLLWRAP+set}" = set; then
8438 echo $ECHO_N "(cached) $ECHO_C" >&6
8439 else
8440 if test -n "$ac_ct_DLLWRAP"; then
8441 ac_cv_prog_ac_ct_DLLWRAP="$ac_ct_DLLWRAP" # Let the user override the test.
8442 else
8443 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8444 for as_dir in $PATH
8446 IFS=$as_save_IFS
8447 test -z "$as_dir" && as_dir=.
8448 for ac_exec_ext in '' $ac_executable_extensions; do
8449 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8450 ac_cv_prog_ac_ct_DLLWRAP="dllwrap"
8451 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
8452 break 2
8454 done
8455 done
8456 IFS=$as_save_IFS
8460 ac_ct_DLLWRAP=$ac_cv_prog_ac_ct_DLLWRAP
8461 if test -n "$ac_ct_DLLWRAP"; then
8462 { echo "$as_me:$LINENO: result: $ac_ct_DLLWRAP" >&5
8463 echo "${ECHO_T}$ac_ct_DLLWRAP" >&6; }
8464 else
8465 { echo "$as_me:$LINENO: result: no" >&5
8466 echo "${ECHO_T}no" >&6; }
8469 if test "x$ac_ct_DLLWRAP" = x; then
8470 DLLWRAP="false"
8471 else
8472 case $cross_compiling:$ac_tool_warned in
8473 yes:)
8474 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
8475 whose name does not start with the host triplet. If you think this
8476 configuration is useful to you, please write to autoconf@gnu.org." >&5
8477 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
8478 whose name does not start with the host triplet. If you think this
8479 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
8480 ac_tool_warned=yes ;;
8481 esac
8482 DLLWRAP=$ac_ct_DLLWRAP
8484 else
8485 DLLWRAP="$ac_cv_prog_DLLWRAP"
8488 if test -n "$ac_tool_prefix"; then
8489 # Extract the first word of "${ac_tool_prefix}ar", so it can be a program name with args.
8490 set dummy ${ac_tool_prefix}ar; ac_word=$2
8491 { echo "$as_me:$LINENO: checking for $ac_word" >&5
8492 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
8493 if test "${ac_cv_prog_MINGWAR+set}" = set; then
8494 echo $ECHO_N "(cached) $ECHO_C" >&6
8495 else
8496 if test -n "$MINGWAR"; then
8497 ac_cv_prog_MINGWAR="$MINGWAR" # Let the user override the test.
8498 else
8499 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8500 for as_dir in $PATH
8502 IFS=$as_save_IFS
8503 test -z "$as_dir" && as_dir=.
8504 for ac_exec_ext in '' $ac_executable_extensions; do
8505 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8506 ac_cv_prog_MINGWAR="${ac_tool_prefix}ar"
8507 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
8508 break 2
8510 done
8511 done
8512 IFS=$as_save_IFS
8516 MINGWAR=$ac_cv_prog_MINGWAR
8517 if test -n "$MINGWAR"; then
8518 { echo "$as_me:$LINENO: result: $MINGWAR" >&5
8519 echo "${ECHO_T}$MINGWAR" >&6; }
8520 else
8521 { echo "$as_me:$LINENO: result: no" >&5
8522 echo "${ECHO_T}no" >&6; }
8527 if test -z "$ac_cv_prog_MINGWAR"; then
8528 ac_ct_MINGWAR=$MINGWAR
8529 # Extract the first word of "ar", so it can be a program name with args.
8530 set dummy ar; ac_word=$2
8531 { echo "$as_me:$LINENO: checking for $ac_word" >&5
8532 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
8533 if test "${ac_cv_prog_ac_ct_MINGWAR+set}" = set; then
8534 echo $ECHO_N "(cached) $ECHO_C" >&6
8535 else
8536 if test -n "$ac_ct_MINGWAR"; then
8537 ac_cv_prog_ac_ct_MINGWAR="$ac_ct_MINGWAR" # Let the user override the test.
8538 else
8539 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8540 for as_dir in $PATH
8542 IFS=$as_save_IFS
8543 test -z "$as_dir" && as_dir=.
8544 for ac_exec_ext in '' $ac_executable_extensions; do
8545 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8546 ac_cv_prog_ac_ct_MINGWAR="ar"
8547 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
8548 break 2
8550 done
8551 done
8552 IFS=$as_save_IFS
8556 ac_ct_MINGWAR=$ac_cv_prog_ac_ct_MINGWAR
8557 if test -n "$ac_ct_MINGWAR"; then
8558 { echo "$as_me:$LINENO: result: $ac_ct_MINGWAR" >&5
8559 echo "${ECHO_T}$ac_ct_MINGWAR" >&6; }
8560 else
8561 { echo "$as_me:$LINENO: result: no" >&5
8562 echo "${ECHO_T}no" >&6; }
8565 if test "x$ac_ct_MINGWAR" = x; then
8566 MINGWAR="false"
8567 else
8568 case $cross_compiling:$ac_tool_warned in
8569 yes:)
8570 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
8571 whose name does not start with the host triplet. If you think this
8572 configuration is useful to you, please write to autoconf@gnu.org." >&5
8573 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
8574 whose name does not start with the host triplet. If you think this
8575 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
8576 ac_tool_warned=yes ;;
8577 esac
8578 MINGWAR=$ac_ct_MINGWAR
8580 else
8581 MINGWAR="$ac_cv_prog_MINGWAR"
8584 if test "$DLLWRAP" = "false"; then
8585 LIBEXT="a"
8586 else
8587 LIBEXT="dll"
8589 IMPLIBEXT="a"
8590 WIN16_FILES=""
8591 WIN16_INSTALL=""
8592 enable_iphlpapi=${enable_iphlpapi:-no}
8593 enable_kernel32=${enable_kernel32:-no}
8594 enable_msvcrt=${enable_msvcrt:-no}
8595 enable_ntdll=${enable_ntdll:-no}
8596 enable_ws2_32=${enable_ws2_32:-no}
8597 enable_loader=${enable_loader:-no}
8598 enable_server=${enable_server:-no}
8600 darwin*|macosx*)
8601 DLLEXT=".so"
8602 LIBEXT="dylib"
8603 DLLFLAGS="$DLLFLAGS -fPIC"
8604 LDDLLFLAGS="-bundle -multiply_defined suppress"
8605 LIBWINE_LDFLAGS="-multiply_defined suppress"
8606 LDSHARED="\$(CC) -dynamiclib"
8607 STRIP="$STRIP -x"
8608 LDRPATH_LOCAL="&& install_name_tool -change @executable_path/\`\$(RELPATH) \$(bindir) \$(libdir)\`/libwine.1.dylib @executable_path/\$(TOPOBJDIR)/libs/wine/libwine.1.dylib \$@ || \$(RM) \$@"
8609 SECURITYLIB="-framework Security -framework CoreFoundation"
8611 COREFOUNDATIONLIB="-framework CoreFoundation"
8613 IOKITLIB="-framework IOKit -framework CoreFoundation"
8615 LDEXECFLAGS="-image_base 0x7bf00000 -Wl,-segaddr,WINE_DOS,0x00000000,-segaddr,WINE_SHARED_HEAP,0x7f000000"
8617 if test "$ac_cv_header_DiskArbitration_DiskArbitration_h" = "yes"
8618 then
8619 DISKARBITRATIONLIB="-framework DiskArbitration -framework CoreFoundation"
8622 if test "$ac_cv_header_CoreAudio_CoreAudio_h" = "yes" -a "$ac_cv_header_AudioUnit_AudioUnit_h" = "yes"
8623 then
8624 COREAUDIO="-framework CoreAudio -framework AudioUnit -framework CoreServices -framework AudioToolbox -framework CoreMIDI"
8627 case $host_cpu in
8628 *powerpc*)
8629 LDDLLFLAGS="$LDDLLFLAGS -read_only_relocs warning" ;;
8630 esac
8631 if test "$ac_cv_header_Carbon_Carbon_h" = "yes"
8632 then
8633 CARBONLIB="-framework Carbon"
8635 enable_winequartz_drv=${enable_winequartz_drv:-yes}
8639 DLLFLAGS="$DLLFLAGS -fPIC"
8640 DLLEXT=".so"
8641 { echo "$as_me:$LINENO: checking whether we can build a GNU style ELF dll" >&5
8642 echo $ECHO_N "checking whether we can build a GNU style ELF dll... $ECHO_C" >&6; }
8643 if test "${ac_cv_c_dll_gnuelf+set}" = set; then
8644 echo $ECHO_N "(cached) $ECHO_C" >&6
8645 else
8646 ac_wine_try_cflags_saved=$CFLAGS
8647 CFLAGS="$CFLAGS -fPIC -shared -Wl,-Bsymbolic"
8648 cat >conftest.$ac_ext <<_ACEOF
8649 void myfunc() {}
8650 _ACEOF
8651 rm -f conftest.$ac_objext conftest$ac_exeext
8652 if { (ac_try="$ac_link"
8653 case "(($ac_try" in
8654 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8655 *) ac_try_echo=$ac_try;;
8656 esac
8657 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8658 (eval "$ac_link") 2>conftest.er1
8659 ac_status=$?
8660 grep -v '^ *+' conftest.er1 >conftest.err
8661 rm -f conftest.er1
8662 cat conftest.err >&5
8663 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8664 (exit $ac_status); } && {
8665 test -z "$ac_c_werror_flag" ||
8666 test ! -s conftest.err
8667 } && test -s conftest$ac_exeext &&
8668 $as_test_x conftest$ac_exeext; then
8669 ac_cv_c_dll_gnuelf="yes"
8670 else
8671 echo "$as_me: failed program was:" >&5
8672 sed 's/^/| /' conftest.$ac_ext >&5
8674 ac_cv_c_dll_gnuelf="no"
8677 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
8678 conftest$ac_exeext conftest.$ac_ext
8679 CFLAGS=$ac_wine_try_cflags_saved
8681 { echo "$as_me:$LINENO: result: $ac_cv_c_dll_gnuelf" >&5
8682 echo "${ECHO_T}$ac_cv_c_dll_gnuelf" >&6; }
8683 if test "$ac_cv_c_dll_gnuelf" = "yes"
8684 then
8685 LDSHARED="\$(CC) -shared"
8686 LDDLLFLAGS="-shared -Wl,-Bsymbolic"
8687 { echo "$as_me:$LINENO: checking whether the compiler supports -fPIC -shared -Wl,-soname,confest.so.1" >&5
8688 echo $ECHO_N "checking whether the compiler supports -fPIC -shared -Wl,-soname,confest.so.1... $ECHO_C" >&6; }
8689 if test "${ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1+set}" = set; then
8690 echo $ECHO_N "(cached) $ECHO_C" >&6
8691 else
8692 ac_wine_try_cflags_saved=$CFLAGS
8693 CFLAGS="$CFLAGS -fPIC -shared -Wl,-soname,confest.so.1"
8694 cat >conftest.$ac_ext <<_ACEOF
8695 /* confdefs.h. */
8696 _ACEOF
8697 cat confdefs.h >>conftest.$ac_ext
8698 cat >>conftest.$ac_ext <<_ACEOF
8699 /* end confdefs.h. */
8702 main ()
8706 return 0;
8708 _ACEOF
8709 rm -f conftest.$ac_objext conftest$ac_exeext
8710 if { (ac_try="$ac_link"
8711 case "(($ac_try" in
8712 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8713 *) ac_try_echo=$ac_try;;
8714 esac
8715 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8716 (eval "$ac_link") 2>conftest.er1
8717 ac_status=$?
8718 grep -v '^ *+' conftest.er1 >conftest.err
8719 rm -f conftest.er1
8720 cat conftest.err >&5
8721 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8722 (exit $ac_status); } && {
8723 test -z "$ac_c_werror_flag" ||
8724 test ! -s conftest.err
8725 } && test -s conftest$ac_exeext &&
8726 $as_test_x conftest$ac_exeext; then
8727 ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1=yes
8728 else
8729 echo "$as_me: failed program was:" >&5
8730 sed 's/^/| /' conftest.$ac_ext >&5
8732 ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1=no
8735 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
8736 conftest$ac_exeext conftest.$ac_ext
8737 CFLAGS=$ac_wine_try_cflags_saved
8739 { echo "$as_me:$LINENO: result: $ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1" >&5
8740 echo "${ECHO_T}$ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1" >&6; }
8741 if test $ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1 = yes; then
8742 LDSHARED="\$(CC) -shared \$(SONAME:%=-Wl,-soname,%)"
8743 else
8744 { echo "$as_me:$LINENO: checking whether the compiler supports -fPIC -shared -Wl,-h,confest.so.1" >&5
8745 echo $ECHO_N "checking whether the compiler supports -fPIC -shared -Wl,-h,confest.so.1... $ECHO_C" >&6; }
8746 if test "${ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1+set}" = set; then
8747 echo $ECHO_N "(cached) $ECHO_C" >&6
8748 else
8749 ac_wine_try_cflags_saved=$CFLAGS
8750 CFLAGS="$CFLAGS -fPIC -shared -Wl,-h,confest.so.1"
8751 cat >conftest.$ac_ext <<_ACEOF
8752 /* confdefs.h. */
8753 _ACEOF
8754 cat confdefs.h >>conftest.$ac_ext
8755 cat >>conftest.$ac_ext <<_ACEOF
8756 /* end confdefs.h. */
8759 main ()
8763 return 0;
8765 _ACEOF
8766 rm -f conftest.$ac_objext conftest$ac_exeext
8767 if { (ac_try="$ac_link"
8768 case "(($ac_try" in
8769 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8770 *) ac_try_echo=$ac_try;;
8771 esac
8772 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8773 (eval "$ac_link") 2>conftest.er1
8774 ac_status=$?
8775 grep -v '^ *+' conftest.er1 >conftest.err
8776 rm -f conftest.er1
8777 cat conftest.err >&5
8778 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8779 (exit $ac_status); } && {
8780 test -z "$ac_c_werror_flag" ||
8781 test ! -s conftest.err
8782 } && test -s conftest$ac_exeext &&
8783 $as_test_x conftest$ac_exeext; then
8784 ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1=yes
8785 else
8786 echo "$as_me: failed program was:" >&5
8787 sed 's/^/| /' conftest.$ac_ext >&5
8789 ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1=no
8792 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
8793 conftest$ac_exeext conftest.$ac_ext
8794 CFLAGS=$ac_wine_try_cflags_saved
8796 { echo "$as_me:$LINENO: result: $ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1" >&5
8797 echo "${ECHO_T}$ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1" >&6; }
8798 if test $ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1 = yes; then
8799 LDSHARED="\$(CC) -shared \$(SONAME:%=-Wl,-h,%)"
8805 { echo "$as_me:$LINENO: checking whether the compiler supports -fPIC -shared -Wl,-Bsymbolic,-z,defs" >&5
8806 echo $ECHO_N "checking whether the compiler supports -fPIC -shared -Wl,-Bsymbolic,-z,defs... $ECHO_C" >&6; }
8807 if test "${ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__z_defs+set}" = set; then
8808 echo $ECHO_N "(cached) $ECHO_C" >&6
8809 else
8810 ac_wine_try_cflags_saved=$CFLAGS
8811 CFLAGS="$CFLAGS -fPIC -shared -Wl,-Bsymbolic,-z,defs"
8812 cat >conftest.$ac_ext <<_ACEOF
8813 /* confdefs.h. */
8814 _ACEOF
8815 cat confdefs.h >>conftest.$ac_ext
8816 cat >>conftest.$ac_ext <<_ACEOF
8817 /* end confdefs.h. */
8820 main ()
8824 return 0;
8826 _ACEOF
8827 rm -f conftest.$ac_objext conftest$ac_exeext
8828 if { (ac_try="$ac_link"
8829 case "(($ac_try" in
8830 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8831 *) ac_try_echo=$ac_try;;
8832 esac
8833 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8834 (eval "$ac_link") 2>conftest.er1
8835 ac_status=$?
8836 grep -v '^ *+' conftest.er1 >conftest.err
8837 rm -f conftest.er1
8838 cat conftest.err >&5
8839 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8840 (exit $ac_status); } && {
8841 test -z "$ac_c_werror_flag" ||
8842 test ! -s conftest.err
8843 } && test -s conftest$ac_exeext &&
8844 $as_test_x conftest$ac_exeext; then
8845 ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__z_defs=yes
8846 else
8847 echo "$as_me: failed program was:" >&5
8848 sed 's/^/| /' conftest.$ac_ext >&5
8850 ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__z_defs=no
8853 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
8854 conftest$ac_exeext conftest.$ac_ext
8855 CFLAGS=$ac_wine_try_cflags_saved
8857 { echo "$as_me:$LINENO: result: $ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__z_defs" >&5
8858 echo "${ECHO_T}$ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__z_defs" >&6; }
8859 if test $ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__z_defs = yes; then
8860 LDDLLFLAGS="$LDDLLFLAGS,-z,defs"
8864 { echo "$as_me:$LINENO: checking whether the compiler supports -fPIC -shared -Wl,-Bsymbolic,-init,__wine_spec_init,-fini,__wine_spec_fini" >&5
8865 echo $ECHO_N "checking whether the compiler supports -fPIC -shared -Wl,-Bsymbolic,-init,__wine_spec_init,-fini,__wine_spec_fini... $ECHO_C" >&6; }
8866 if test "${ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__init___wine_spec_init__fini___wine_spec_fini+set}" = set; then
8867 echo $ECHO_N "(cached) $ECHO_C" >&6
8868 else
8869 ac_wine_try_cflags_saved=$CFLAGS
8870 CFLAGS="$CFLAGS -fPIC -shared -Wl,-Bsymbolic,-init,__wine_spec_init,-fini,__wine_spec_fini"
8871 cat >conftest.$ac_ext <<_ACEOF
8872 /* confdefs.h. */
8873 _ACEOF
8874 cat confdefs.h >>conftest.$ac_ext
8875 cat >>conftest.$ac_ext <<_ACEOF
8876 /* end confdefs.h. */
8879 main ()
8883 return 0;
8885 _ACEOF
8886 rm -f conftest.$ac_objext conftest$ac_exeext
8887 if { (ac_try="$ac_link"
8888 case "(($ac_try" in
8889 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8890 *) ac_try_echo=$ac_try;;
8891 esac
8892 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8893 (eval "$ac_link") 2>conftest.er1
8894 ac_status=$?
8895 grep -v '^ *+' conftest.er1 >conftest.err
8896 rm -f conftest.er1
8897 cat conftest.err >&5
8898 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8899 (exit $ac_status); } && {
8900 test -z "$ac_c_werror_flag" ||
8901 test ! -s conftest.err
8902 } && test -s conftest$ac_exeext &&
8903 $as_test_x conftest$ac_exeext; then
8904 ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__init___wine_spec_init__fini___wine_spec_fini=yes
8905 else
8906 echo "$as_me: failed program was:" >&5
8907 sed 's/^/| /' conftest.$ac_ext >&5
8909 ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__init___wine_spec_init__fini___wine_spec_fini=no
8912 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
8913 conftest$ac_exeext conftest.$ac_ext
8914 CFLAGS=$ac_wine_try_cflags_saved
8916 { echo "$as_me:$LINENO: result: $ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__init___wine_spec_init__fini___wine_spec_fini" >&5
8917 echo "${ECHO_T}$ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__init___wine_spec_init__fini___wine_spec_fini" >&6; }
8918 if test $ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__init___wine_spec_init__fini___wine_spec_fini = yes; then
8919 LDDLLFLAGS="$LDDLLFLAGS,-init,__wine_spec_init,-fini,__wine_spec_fini"
8923 echo '{ global: *; };' >conftest.map
8924 { echo "$as_me:$LINENO: checking whether the compiler supports -fPIC -shared -Wl,--version-script=conftest.map" >&5
8925 echo $ECHO_N "checking whether the compiler supports -fPIC -shared -Wl,--version-script=conftest.map... $ECHO_C" >&6; }
8926 if test "${ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map+set}" = set; then
8927 echo $ECHO_N "(cached) $ECHO_C" >&6
8928 else
8929 ac_wine_try_cflags_saved=$CFLAGS
8930 CFLAGS="$CFLAGS -fPIC -shared -Wl,--version-script=conftest.map"
8931 cat >conftest.$ac_ext <<_ACEOF
8932 /* confdefs.h. */
8933 _ACEOF
8934 cat confdefs.h >>conftest.$ac_ext
8935 cat >>conftest.$ac_ext <<_ACEOF
8936 /* end confdefs.h. */
8939 main ()
8943 return 0;
8945 _ACEOF
8946 rm -f conftest.$ac_objext conftest$ac_exeext
8947 if { (ac_try="$ac_link"
8948 case "(($ac_try" in
8949 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8950 *) ac_try_echo=$ac_try;;
8951 esac
8952 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8953 (eval "$ac_link") 2>conftest.er1
8954 ac_status=$?
8955 grep -v '^ *+' conftest.er1 >conftest.err
8956 rm -f conftest.er1
8957 cat conftest.err >&5
8958 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8959 (exit $ac_status); } && {
8960 test -z "$ac_c_werror_flag" ||
8961 test ! -s conftest.err
8962 } && test -s conftest$ac_exeext &&
8963 $as_test_x conftest$ac_exeext; then
8964 ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map=yes
8965 else
8966 echo "$as_me: failed program was:" >&5
8967 sed 's/^/| /' conftest.$ac_ext >&5
8969 ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map=no
8972 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
8973 conftest$ac_exeext conftest.$ac_ext
8974 CFLAGS=$ac_wine_try_cflags_saved
8976 { echo "$as_me:$LINENO: result: $ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map" >&5
8977 echo "${ECHO_T}$ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map" >&6; }
8978 if test $ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map = yes; then
8979 LDSHARED="$LDSHARED \$(VERSCRIPT:%=-Wl,--version-script=%)"
8982 rm -f conftest.map
8984 { echo "$as_me:$LINENO: checking whether the compiler supports -fPIC -Wl,--export-dynamic" >&5
8985 echo $ECHO_N "checking whether the compiler supports -fPIC -Wl,--export-dynamic... $ECHO_C" >&6; }
8986 if test "${ac_cv_cflags__fPIC__Wl___export_dynamic+set}" = set; then
8987 echo $ECHO_N "(cached) $ECHO_C" >&6
8988 else
8989 ac_wine_try_cflags_saved=$CFLAGS
8990 CFLAGS="$CFLAGS -fPIC -Wl,--export-dynamic"
8991 cat >conftest.$ac_ext <<_ACEOF
8992 /* confdefs.h. */
8993 _ACEOF
8994 cat confdefs.h >>conftest.$ac_ext
8995 cat >>conftest.$ac_ext <<_ACEOF
8996 /* end confdefs.h. */
8999 main ()
9003 return 0;
9005 _ACEOF
9006 rm -f conftest.$ac_objext conftest$ac_exeext
9007 if { (ac_try="$ac_link"
9008 case "(($ac_try" in
9009 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9010 *) ac_try_echo=$ac_try;;
9011 esac
9012 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9013 (eval "$ac_link") 2>conftest.er1
9014 ac_status=$?
9015 grep -v '^ *+' conftest.er1 >conftest.err
9016 rm -f conftest.er1
9017 cat conftest.err >&5
9018 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9019 (exit $ac_status); } && {
9020 test -z "$ac_c_werror_flag" ||
9021 test ! -s conftest.err
9022 } && test -s conftest$ac_exeext &&
9023 $as_test_x conftest$ac_exeext; then
9024 ac_cv_cflags__fPIC__Wl___export_dynamic=yes
9025 else
9026 echo "$as_me: failed program was:" >&5
9027 sed 's/^/| /' conftest.$ac_ext >&5
9029 ac_cv_cflags__fPIC__Wl___export_dynamic=no
9032 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9033 conftest$ac_exeext conftest.$ac_ext
9034 CFLAGS=$ac_wine_try_cflags_saved
9036 { echo "$as_me:$LINENO: result: $ac_cv_cflags__fPIC__Wl___export_dynamic" >&5
9037 echo "${ECHO_T}$ac_cv_cflags__fPIC__Wl___export_dynamic" >&6; }
9038 if test $ac_cv_cflags__fPIC__Wl___export_dynamic = yes; then
9039 LDEXECFLAGS="-Wl,--export-dynamic"
9044 as_ac_var=`echo "ac_cv_cflags_-fPIC -Wl,--rpath,\$ORIGIN/../lib" | $as_tr_sh`
9045 { echo "$as_me:$LINENO: checking whether the compiler supports -fPIC -Wl,--rpath,\$ORIGIN/../lib" >&5
9046 echo $ECHO_N "checking whether the compiler supports -fPIC -Wl,--rpath,\$ORIGIN/../lib... $ECHO_C" >&6; }
9047 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
9048 echo $ECHO_N "(cached) $ECHO_C" >&6
9049 else
9050 ac_wine_try_cflags_saved=$CFLAGS
9051 CFLAGS="$CFLAGS -fPIC -Wl,--rpath,\$ORIGIN/../lib"
9052 cat >conftest.$ac_ext <<_ACEOF
9053 /* confdefs.h. */
9054 _ACEOF
9055 cat confdefs.h >>conftest.$ac_ext
9056 cat >>conftest.$ac_ext <<_ACEOF
9057 /* end confdefs.h. */
9060 main ()
9064 return 0;
9066 _ACEOF
9067 rm -f conftest.$ac_objext conftest$ac_exeext
9068 if { (ac_try="$ac_link"
9069 case "(($ac_try" in
9070 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9071 *) ac_try_echo=$ac_try;;
9072 esac
9073 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9074 (eval "$ac_link") 2>conftest.er1
9075 ac_status=$?
9076 grep -v '^ *+' conftest.er1 >conftest.err
9077 rm -f conftest.er1
9078 cat conftest.err >&5
9079 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9080 (exit $ac_status); } && {
9081 test -z "$ac_c_werror_flag" ||
9082 test ! -s conftest.err
9083 } && test -s conftest$ac_exeext &&
9084 $as_test_x conftest$ac_exeext; then
9085 eval "$as_ac_var=yes"
9086 else
9087 echo "$as_me: failed program was:" >&5
9088 sed 's/^/| /' conftest.$ac_ext >&5
9090 eval "$as_ac_var=no"
9093 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9094 conftest$ac_exeext conftest.$ac_ext
9095 CFLAGS=$ac_wine_try_cflags_saved
9097 ac_res=`eval echo '${'$as_ac_var'}'`
9098 { echo "$as_me:$LINENO: result: $ac_res" >&5
9099 echo "${ECHO_T}$ac_res" >&6; }
9100 if test `eval echo '${'$as_ac_var'}'` = yes; then
9101 LDRPATH_INSTALL="-Wl,--rpath,\\\$\$ORIGIN/\`\$(RELPATH) \$(bindir) \$(libdir)\`"
9102 LDRPATH_LOCAL="-Wl,--rpath,\\\$\$ORIGIN/\$(TOPOBJDIR)/libs/wine"
9103 else
9104 as_ac_var=`echo "ac_cv_cflags_-fPIC -Wl,-R,\$ORIGIN/../lib" | $as_tr_sh`
9105 { echo "$as_me:$LINENO: checking whether the compiler supports -fPIC -Wl,-R,\$ORIGIN/../lib" >&5
9106 echo $ECHO_N "checking whether the compiler supports -fPIC -Wl,-R,\$ORIGIN/../lib... $ECHO_C" >&6; }
9107 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
9108 echo $ECHO_N "(cached) $ECHO_C" >&6
9109 else
9110 ac_wine_try_cflags_saved=$CFLAGS
9111 CFLAGS="$CFLAGS -fPIC -Wl,-R,\$ORIGIN/../lib"
9112 cat >conftest.$ac_ext <<_ACEOF
9113 /* confdefs.h. */
9114 _ACEOF
9115 cat confdefs.h >>conftest.$ac_ext
9116 cat >>conftest.$ac_ext <<_ACEOF
9117 /* end confdefs.h. */
9120 main ()
9124 return 0;
9126 _ACEOF
9127 rm -f conftest.$ac_objext conftest$ac_exeext
9128 if { (ac_try="$ac_link"
9129 case "(($ac_try" in
9130 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9131 *) ac_try_echo=$ac_try;;
9132 esac
9133 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9134 (eval "$ac_link") 2>conftest.er1
9135 ac_status=$?
9136 grep -v '^ *+' conftest.er1 >conftest.err
9137 rm -f conftest.er1
9138 cat conftest.err >&5
9139 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9140 (exit $ac_status); } && {
9141 test -z "$ac_c_werror_flag" ||
9142 test ! -s conftest.err
9143 } && test -s conftest$ac_exeext &&
9144 $as_test_x conftest$ac_exeext; then
9145 eval "$as_ac_var=yes"
9146 else
9147 echo "$as_me: failed program was:" >&5
9148 sed 's/^/| /' conftest.$ac_ext >&5
9150 eval "$as_ac_var=no"
9153 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9154 conftest$ac_exeext conftest.$ac_ext
9155 CFLAGS=$ac_wine_try_cflags_saved
9157 ac_res=`eval echo '${'$as_ac_var'}'`
9158 { echo "$as_me:$LINENO: result: $ac_res" >&5
9159 echo "${ECHO_T}$ac_res" >&6; }
9160 if test `eval echo '${'$as_ac_var'}'` = yes; then
9161 LDRPATH_INSTALL="-Wl,-R,\\\$\$ORIGIN/\`\$(RELPATH) \$(bindir) \$(libdir)\`"
9162 LDRPATH_LOCAL="-Wl,-R,\\\$\$ORIGIN/\$(TOPOBJDIR)/libs/wine"
9168 { echo "$as_me:$LINENO: checking whether the compiler supports -Wl,--enable-new-dtags" >&5
9169 echo $ECHO_N "checking whether the compiler supports -Wl,--enable-new-dtags... $ECHO_C" >&6; }
9170 if test "${ac_cv_cflags__Wl___enable_new_dtags+set}" = set; then
9171 echo $ECHO_N "(cached) $ECHO_C" >&6
9172 else
9173 ac_wine_try_cflags_saved=$CFLAGS
9174 CFLAGS="$CFLAGS -Wl,--enable-new-dtags"
9175 cat >conftest.$ac_ext <<_ACEOF
9176 /* confdefs.h. */
9177 _ACEOF
9178 cat confdefs.h >>conftest.$ac_ext
9179 cat >>conftest.$ac_ext <<_ACEOF
9180 /* end confdefs.h. */
9183 main ()
9187 return 0;
9189 _ACEOF
9190 rm -f conftest.$ac_objext conftest$ac_exeext
9191 if { (ac_try="$ac_link"
9192 case "(($ac_try" in
9193 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9194 *) ac_try_echo=$ac_try;;
9195 esac
9196 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9197 (eval "$ac_link") 2>conftest.er1
9198 ac_status=$?
9199 grep -v '^ *+' conftest.er1 >conftest.err
9200 rm -f conftest.er1
9201 cat conftest.err >&5
9202 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9203 (exit $ac_status); } && {
9204 test -z "$ac_c_werror_flag" ||
9205 test ! -s conftest.err
9206 } && test -s conftest$ac_exeext &&
9207 $as_test_x conftest$ac_exeext; then
9208 ac_cv_cflags__Wl___enable_new_dtags=yes
9209 else
9210 echo "$as_me: failed program was:" >&5
9211 sed 's/^/| /' conftest.$ac_ext >&5
9213 ac_cv_cflags__Wl___enable_new_dtags=no
9216 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9217 conftest$ac_exeext conftest.$ac_ext
9218 CFLAGS=$ac_wine_try_cflags_saved
9220 { echo "$as_me:$LINENO: result: $ac_cv_cflags__Wl___enable_new_dtags" >&5
9221 echo "${ECHO_T}$ac_cv_cflags__Wl___enable_new_dtags" >&6; }
9222 if test $ac_cv_cflags__Wl___enable_new_dtags = yes; then
9223 LDRPATH_INSTALL="$LDRPATH_INSTALL -Wl,--enable-new-dtags"
9227 case $host_cpu in
9228 *i[3456789]86* | x86_64)
9229 { echo "$as_me:$LINENO: checking whether the compiler supports -Wl,--section-start,.interp=0x7bf00400" >&5
9230 echo $ECHO_N "checking whether the compiler supports -Wl,--section-start,.interp=0x7bf00400... $ECHO_C" >&6; }
9231 if test "${ac_cv_cflags__Wl___section_start__interp_0x7bf00400+set}" = set; then
9232 echo $ECHO_N "(cached) $ECHO_C" >&6
9233 else
9234 ac_wine_try_cflags_saved=$CFLAGS
9235 CFLAGS="$CFLAGS -Wl,--section-start,.interp=0x7bf00400"
9236 cat >conftest.$ac_ext <<_ACEOF
9237 /* confdefs.h. */
9238 _ACEOF
9239 cat confdefs.h >>conftest.$ac_ext
9240 cat >>conftest.$ac_ext <<_ACEOF
9241 /* end confdefs.h. */
9244 main ()
9248 return 0;
9250 _ACEOF
9251 rm -f conftest.$ac_objext conftest$ac_exeext
9252 if { (ac_try="$ac_link"
9253 case "(($ac_try" in
9254 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9255 *) ac_try_echo=$ac_try;;
9256 esac
9257 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9258 (eval "$ac_link") 2>conftest.er1
9259 ac_status=$?
9260 grep -v '^ *+' conftest.er1 >conftest.err
9261 rm -f conftest.er1
9262 cat conftest.err >&5
9263 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9264 (exit $ac_status); } && {
9265 test -z "$ac_c_werror_flag" ||
9266 test ! -s conftest.err
9267 } && test -s conftest$ac_exeext &&
9268 $as_test_x conftest$ac_exeext; then
9269 ac_cv_cflags__Wl___section_start__interp_0x7bf00400=yes
9270 else
9271 echo "$as_me: failed program was:" >&5
9272 sed 's/^/| /' conftest.$ac_ext >&5
9274 ac_cv_cflags__Wl___section_start__interp_0x7bf00400=no
9277 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9278 conftest$ac_exeext conftest.$ac_ext
9279 CFLAGS=$ac_wine_try_cflags_saved
9281 { echo "$as_me:$LINENO: result: $ac_cv_cflags__Wl___section_start__interp_0x7bf00400" >&5
9282 echo "${ECHO_T}$ac_cv_cflags__Wl___section_start__interp_0x7bf00400" >&6; }
9283 if test $ac_cv_cflags__Wl___section_start__interp_0x7bf00400 = yes; then
9284 LDEXECFLAGS="$LDEXECFLAGS -Wl,--section-start,.interp=0x7bf00400"
9288 esac
9290 else
9291 { echo "$as_me:$LINENO: checking whether we can build a UnixWare (Solaris) dll" >&5
9292 echo $ECHO_N "checking whether we can build a UnixWare (Solaris) dll... $ECHO_C" >&6; }
9293 if test "${ac_cv_c_dll_unixware+set}" = set; then
9294 echo $ECHO_N "(cached) $ECHO_C" >&6
9295 else
9296 ac_wine_try_cflags_saved=$CFLAGS
9297 CFLAGS="$CFLAGS -fPIC -Wl,-G,-h,conftest.so.1.0,-B,symbolic"
9298 cat >conftest.$ac_ext <<_ACEOF
9299 void myfunc() {}
9300 _ACEOF
9301 rm -f conftest.$ac_objext conftest$ac_exeext
9302 if { (ac_try="$ac_link"
9303 case "(($ac_try" in
9304 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9305 *) ac_try_echo=$ac_try;;
9306 esac
9307 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9308 (eval "$ac_link") 2>conftest.er1
9309 ac_status=$?
9310 grep -v '^ *+' conftest.er1 >conftest.err
9311 rm -f conftest.er1
9312 cat conftest.err >&5
9313 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9314 (exit $ac_status); } && {
9315 test -z "$ac_c_werror_flag" ||
9316 test ! -s conftest.err
9317 } && test -s conftest$ac_exeext &&
9318 $as_test_x conftest$ac_exeext; then
9319 ac_cv_c_dll_unixware="yes"
9320 else
9321 echo "$as_me: failed program was:" >&5
9322 sed 's/^/| /' conftest.$ac_ext >&5
9324 ac_cv_c_dll_unixware="no"
9327 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9328 conftest$ac_exeext conftest.$ac_ext
9329 CFLAGS=$ac_wine_try_cflags_saved
9331 { echo "$as_me:$LINENO: result: $ac_cv_c_dll_unixware" >&5
9332 echo "${ECHO_T}$ac_cv_c_dll_unixware" >&6; }
9333 if test "$ac_cv_c_dll_unixware" = "yes"
9334 then
9335 LDSHARED="\$(CC) -Wl,-G \$(SONAME:%=-Wl,-h,%)"
9336 LDDLLFLAGS="-Wl,-G,-B,symbolic"
9338 else
9339 { echo "$as_me:$LINENO: checking whether we can build an HP-UX dll" >&5
9340 echo $ECHO_N "checking whether we can build an HP-UX dll... $ECHO_C" >&6; }
9341 if test "${ac_cv_c_dll_hpux+set}" = set; then
9342 echo $ECHO_N "(cached) $ECHO_C" >&6
9343 else
9344 ac_wine_try_cflags_saved=$CFLAGS
9345 CFLAGS="$CFLAGS -shared"
9346 cat >conftest.$ac_ext <<_ACEOF
9347 void myfunc() {}
9348 _ACEOF
9349 rm -f conftest.$ac_objext conftest$ac_exeext
9350 if { (ac_try="$ac_link"
9351 case "(($ac_try" in
9352 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9353 *) ac_try_echo=$ac_try;;
9354 esac
9355 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9356 (eval "$ac_link") 2>conftest.er1
9357 ac_status=$?
9358 grep -v '^ *+' conftest.er1 >conftest.err
9359 rm -f conftest.er1
9360 cat conftest.err >&5
9361 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9362 (exit $ac_status); } && {
9363 test -z "$ac_c_werror_flag" ||
9364 test ! -s conftest.err
9365 } && test -s conftest$ac_exeext &&
9366 $as_test_x conftest$ac_exeext; then
9367 ac_cv_c_dll_hpux="yes"
9368 else
9369 echo "$as_me: failed program was:" >&5
9370 sed 's/^/| /' conftest.$ac_ext >&5
9372 ac_cv_c_dll_hpux="no"
9375 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9376 conftest$ac_exeext conftest.$ac_ext
9377 CFLAGS=$ac_wine_try_cflags_saved
9379 { echo "$as_me:$LINENO: result: $ac_cv_c_dll_hpux" >&5
9380 echo "${ECHO_T}$ac_cv_c_dll_hpux" >&6; }
9381 if test "$ac_cv_c_dll_hpux" = "yes"
9382 then
9383 LIBEXT="sl"
9384 DLLEXT=".sl"
9385 LDDLLFLAGS="-shared -fPIC"
9386 LDSHARED="\$(CC) -shared"
9391 CROSSTEST=""
9393 if test "$cross_compiling" = "no"
9394 then
9395 for ac_prog in i586-mingw32msvc-gcc i386-mingw32msvc-gcc i686-mingw32-gcc i586-mingw32-gcc i486-mingw32-gcc i386-mingw32-gcc mingw32-gcc mingw-gcc
9397 # Extract the first word of "$ac_prog", so it can be a program name with args.
9398 set dummy $ac_prog; ac_word=$2
9399 { echo "$as_me:$LINENO: checking for $ac_word" >&5
9400 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
9401 if test "${ac_cv_prog_CROSSCC+set}" = set; then
9402 echo $ECHO_N "(cached) $ECHO_C" >&6
9403 else
9404 if test -n "$CROSSCC"; then
9405 ac_cv_prog_CROSSCC="$CROSSCC" # Let the user override the test.
9406 else
9407 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9408 for as_dir in $PATH
9410 IFS=$as_save_IFS
9411 test -z "$as_dir" && as_dir=.
9412 for ac_exec_ext in '' $ac_executable_extensions; do
9413 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9414 ac_cv_prog_CROSSCC="$ac_prog"
9415 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
9416 break 2
9418 done
9419 done
9420 IFS=$as_save_IFS
9424 CROSSCC=$ac_cv_prog_CROSSCC
9425 if test -n "$CROSSCC"; then
9426 { echo "$as_me:$LINENO: result: $CROSSCC" >&5
9427 echo "${ECHO_T}$CROSSCC" >&6; }
9428 else
9429 { echo "$as_me:$LINENO: result: no" >&5
9430 echo "${ECHO_T}no" >&6; }
9434 test -n "$CROSSCC" && break
9435 done
9436 test -n "$CROSSCC" || CROSSCC="false"
9438 for ac_prog in i586-mingw32msvc-dlltool i386-mingw32msvc-dlltool i686-mingw32-dlltool i586-mingw32-dlltool i486-mingw32-dlltool i386-mingw32-dlltool mingw32-dlltool mingw-dlltool
9440 # Extract the first word of "$ac_prog", so it can be a program name with args.
9441 set dummy $ac_prog; ac_word=$2
9442 { echo "$as_me:$LINENO: checking for $ac_word" >&5
9443 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
9444 if test "${ac_cv_prog_DLLTOOL+set}" = set; then
9445 echo $ECHO_N "(cached) $ECHO_C" >&6
9446 else
9447 if test -n "$DLLTOOL"; then
9448 ac_cv_prog_DLLTOOL="$DLLTOOL" # Let the user override the test.
9449 else
9450 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9451 for as_dir in $PATH
9453 IFS=$as_save_IFS
9454 test -z "$as_dir" && as_dir=.
9455 for ac_exec_ext in '' $ac_executable_extensions; do
9456 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9457 ac_cv_prog_DLLTOOL="$ac_prog"
9458 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
9459 break 2
9461 done
9462 done
9463 IFS=$as_save_IFS
9467 DLLTOOL=$ac_cv_prog_DLLTOOL
9468 if test -n "$DLLTOOL"; then
9469 { echo "$as_me:$LINENO: result: $DLLTOOL" >&5
9470 echo "${ECHO_T}$DLLTOOL" >&6; }
9471 else
9472 { echo "$as_me:$LINENO: result: no" >&5
9473 echo "${ECHO_T}no" >&6; }
9477 test -n "$DLLTOOL" && break
9478 done
9479 test -n "$DLLTOOL" || DLLTOOL="false"
9481 for ac_prog in i586-mingw32msvc-windres i386-mingw32msvc-windres i686-mingw32-windres i586-mingw32-windres i486-mingw32-windres i386-mingw32-windres mingw32-windres mingw-windres
9483 # Extract the first word of "$ac_prog", so it can be a program name with args.
9484 set dummy $ac_prog; ac_word=$2
9485 { echo "$as_me:$LINENO: checking for $ac_word" >&5
9486 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
9487 if test "${ac_cv_prog_CROSSWINDRES+set}" = set; then
9488 echo $ECHO_N "(cached) $ECHO_C" >&6
9489 else
9490 if test -n "$CROSSWINDRES"; then
9491 ac_cv_prog_CROSSWINDRES="$CROSSWINDRES" # Let the user override the test.
9492 else
9493 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9494 for as_dir in $PATH
9496 IFS=$as_save_IFS
9497 test -z "$as_dir" && as_dir=.
9498 for ac_exec_ext in '' $ac_executable_extensions; do
9499 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9500 ac_cv_prog_CROSSWINDRES="$ac_prog"
9501 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
9502 break 2
9504 done
9505 done
9506 IFS=$as_save_IFS
9510 CROSSWINDRES=$ac_cv_prog_CROSSWINDRES
9511 if test -n "$CROSSWINDRES"; then
9512 { echo "$as_me:$LINENO: result: $CROSSWINDRES" >&5
9513 echo "${ECHO_T}$CROSSWINDRES" >&6; }
9514 else
9515 { echo "$as_me:$LINENO: result: no" >&5
9516 echo "${ECHO_T}no" >&6; }
9520 test -n "$CROSSWINDRES" && break
9521 done
9522 test -n "$CROSSWINDRES" || CROSSWINDRES="false"
9524 for ac_prog in i586-mingw32msvc-ar i386-mingw32msvc-ar i686-mingw32-ar i586-mingw32-ar i486-mingw32-ar i386-mingw32-ar mingw32-ar mingw-ar
9526 # Extract the first word of "$ac_prog", so it can be a program name with args.
9527 set dummy $ac_prog; ac_word=$2
9528 { echo "$as_me:$LINENO: checking for $ac_word" >&5
9529 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
9530 if test "${ac_cv_prog_MINGWAR+set}" = set; then
9531 echo $ECHO_N "(cached) $ECHO_C" >&6
9532 else
9533 if test -n "$MINGWAR"; then
9534 ac_cv_prog_MINGWAR="$MINGWAR" # Let the user override the test.
9535 else
9536 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9537 for as_dir in $PATH
9539 IFS=$as_save_IFS
9540 test -z "$as_dir" && as_dir=.
9541 for ac_exec_ext in '' $ac_executable_extensions; do
9542 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9543 ac_cv_prog_MINGWAR="$ac_prog"
9544 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
9545 break 2
9547 done
9548 done
9549 IFS=$as_save_IFS
9553 MINGWAR=$ac_cv_prog_MINGWAR
9554 if test -n "$MINGWAR"; then
9555 { echo "$as_me:$LINENO: result: $MINGWAR" >&5
9556 echo "${ECHO_T}$MINGWAR" >&6; }
9557 else
9558 { echo "$as_me:$LINENO: result: no" >&5
9559 echo "${ECHO_T}no" >&6; }
9563 test -n "$MINGWAR" && break
9564 done
9565 test -n "$MINGWAR" || MINGWAR="false"
9567 if test "$CROSSCC" != "false"; then CROSSTEST="\$(CROSSTEST)"; fi
9570 esac
9572 enable_winequartz_drv=${enable_winequartz_drv:-no}
9574 if test "$LIBEXT" = "a"; then
9575 { { echo "$as_me:$LINENO: error: could not find a way to build shared libraries.
9576 It is currently not possible to build Wine without shared library
9577 (.so) support to allow transparent switch between .so and .dll files.
9578 If you are using Linux, you will need a newer binutils.
9579 " >&5
9580 echo "$as_me: error: could not find a way to build shared libraries.
9581 It is currently not possible to build Wine without shared library
9582 (.so) support to allow transparent switch between .so and .dll files.
9583 If you are using Linux, you will need a newer binutils.
9584 " >&2;}
9585 { (exit 1); exit 1; }; }
9589 if test "$have_x" = "yes"
9590 then
9591 XLIB="-lXext -lX11"
9592 ac_save_CPPFLAGS="$CPPFLAGS"
9593 CPPFLAGS="$CPPFLAGS $X_CFLAGS"
9595 { echo "$as_me:$LINENO: checking for -lX11" >&5
9596 echo $ECHO_N "checking for -lX11... $ECHO_C" >&6; }
9597 if test "${ac_cv_lib_soname_X11+set}" = set; then
9598 echo $ECHO_N "(cached) $ECHO_C" >&6
9599 else
9600 ac_check_soname_save_LIBS=$LIBS
9601 LIBS="-lX11 $X_LIBS $X_EXTRA_LIBS $LIBS"
9602 cat >conftest.$ac_ext <<_ACEOF
9603 /* confdefs.h. */
9604 _ACEOF
9605 cat confdefs.h >>conftest.$ac_ext
9606 cat >>conftest.$ac_ext <<_ACEOF
9607 /* end confdefs.h. */
9609 /* Override any GCC internal prototype to avoid an error.
9610 Use char because int might match the return type of a GCC
9611 builtin and then its argument prototype would still apply. */
9612 #ifdef __cplusplus
9613 extern "C"
9614 #endif
9615 char XCreateWindow ();
9617 main ()
9619 return XCreateWindow ();
9621 return 0;
9623 _ACEOF
9624 rm -f conftest.$ac_objext conftest$ac_exeext
9625 if { (ac_try="$ac_link"
9626 case "(($ac_try" in
9627 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9628 *) ac_try_echo=$ac_try;;
9629 esac
9630 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9631 (eval "$ac_link") 2>conftest.er1
9632 ac_status=$?
9633 grep -v '^ *+' conftest.er1 >conftest.err
9634 rm -f conftest.er1
9635 cat conftest.err >&5
9636 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9637 (exit $ac_status); } && {
9638 test -z "$ac_c_werror_flag" ||
9639 test ! -s conftest.err
9640 } && test -s conftest$ac_exeext &&
9641 $as_test_x conftest$ac_exeext; then
9642 case "$LIBEXT" in
9643 dll) ;;
9644 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'` ;;
9645 *) ac_cv_lib_soname_X11=`$ac_cv_path_LDD conftest$ac_exeext | grep "libX11\\.$LIBEXT" | sed -e "s/^.*\(libX11\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
9646 esac
9647 else
9648 echo "$as_me: failed program was:" >&5
9649 sed 's/^/| /' conftest.$ac_ext >&5
9654 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9655 conftest$ac_exeext conftest.$ac_ext
9656 LIBS=$ac_check_soname_save_LIBS
9658 if test "x$ac_cv_lib_soname_X11" = "x"; then
9659 { echo "$as_me:$LINENO: result: not found" >&5
9660 echo "${ECHO_T}not found" >&6; }
9662 else
9663 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_X11" >&5
9664 echo "${ECHO_T}$ac_cv_lib_soname_X11" >&6; }
9666 cat >>confdefs.h <<_ACEOF
9667 #define SONAME_LIBX11 "$ac_cv_lib_soname_X11"
9668 _ACEOF
9673 { echo "$as_me:$LINENO: checking for -lXext" >&5
9674 echo $ECHO_N "checking for -lXext... $ECHO_C" >&6; }
9675 if test "${ac_cv_lib_soname_Xext+set}" = set; then
9676 echo $ECHO_N "(cached) $ECHO_C" >&6
9677 else
9678 ac_check_soname_save_LIBS=$LIBS
9679 LIBS="-lXext $X_LIBS -lX11 $X_EXTRA_LIBS $LIBS"
9680 cat >conftest.$ac_ext <<_ACEOF
9681 /* confdefs.h. */
9682 _ACEOF
9683 cat confdefs.h >>conftest.$ac_ext
9684 cat >>conftest.$ac_ext <<_ACEOF
9685 /* end confdefs.h. */
9687 /* Override any GCC internal prototype to avoid an error.
9688 Use char because int might match the return type of a GCC
9689 builtin and then its argument prototype would still apply. */
9690 #ifdef __cplusplus
9691 extern "C"
9692 #endif
9693 char XextCreateExtension ();
9695 main ()
9697 return XextCreateExtension ();
9699 return 0;
9701 _ACEOF
9702 rm -f conftest.$ac_objext conftest$ac_exeext
9703 if { (ac_try="$ac_link"
9704 case "(($ac_try" in
9705 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9706 *) ac_try_echo=$ac_try;;
9707 esac
9708 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9709 (eval "$ac_link") 2>conftest.er1
9710 ac_status=$?
9711 grep -v '^ *+' conftest.er1 >conftest.err
9712 rm -f conftest.er1
9713 cat conftest.err >&5
9714 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9715 (exit $ac_status); } && {
9716 test -z "$ac_c_werror_flag" ||
9717 test ! -s conftest.err
9718 } && test -s conftest$ac_exeext &&
9719 $as_test_x conftest$ac_exeext; then
9720 case "$LIBEXT" in
9721 dll) ;;
9722 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'` ;;
9723 *) ac_cv_lib_soname_Xext=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXext\\.$LIBEXT" | sed -e "s/^.*\(libXext\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
9724 esac
9725 else
9726 echo "$as_me: failed program was:" >&5
9727 sed 's/^/| /' conftest.$ac_ext >&5
9732 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9733 conftest$ac_exeext conftest.$ac_ext
9734 LIBS=$ac_check_soname_save_LIBS
9736 if test "x$ac_cv_lib_soname_Xext" = "x"; then
9737 { echo "$as_me:$LINENO: result: not found" >&5
9738 echo "${ECHO_T}not found" >&6; }
9740 else
9741 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_Xext" >&5
9742 echo "${ECHO_T}$ac_cv_lib_soname_Xext" >&6; }
9744 cat >>confdefs.h <<_ACEOF
9745 #define SONAME_LIBXEXT "$ac_cv_lib_soname_Xext"
9746 _ACEOF
9764 for ac_header in X11/Xlib.h \
9765 X11/XKBlib.h \
9766 X11/Xutil.h \
9767 X11/Xcursor/Xcursor.h \
9768 X11/extensions/shape.h \
9769 X11/extensions/XInput.h \
9770 X11/extensions/XShm.h \
9771 X11/extensions/Xcomposite.h \
9772 X11/extensions/Xinerama.h \
9773 X11/extensions/Xrandr.h \
9774 X11/extensions/Xrender.h \
9775 X11/extensions/xf86vmode.h
9777 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
9778 { echo "$as_me:$LINENO: checking for $ac_header" >&5
9779 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
9780 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
9781 echo $ECHO_N "(cached) $ECHO_C" >&6
9782 else
9783 cat >conftest.$ac_ext <<_ACEOF
9784 /* confdefs.h. */
9785 _ACEOF
9786 cat confdefs.h >>conftest.$ac_ext
9787 cat >>conftest.$ac_ext <<_ACEOF
9788 /* end confdefs.h. */
9789 #ifdef HAVE_X11_XLIB_H
9790 # include <X11/Xlib.h>
9791 #endif
9792 #ifdef HAVE_X11_XUTIL_H
9793 # include <X11/Xutil.h>
9794 #endif
9796 #include <$ac_header>
9797 _ACEOF
9798 rm -f conftest.$ac_objext
9799 if { (ac_try="$ac_compile"
9800 case "(($ac_try" in
9801 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9802 *) ac_try_echo=$ac_try;;
9803 esac
9804 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9805 (eval "$ac_compile") 2>conftest.er1
9806 ac_status=$?
9807 grep -v '^ *+' conftest.er1 >conftest.err
9808 rm -f conftest.er1
9809 cat conftest.err >&5
9810 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9811 (exit $ac_status); } && {
9812 test -z "$ac_c_werror_flag" ||
9813 test ! -s conftest.err
9814 } && test -s conftest.$ac_objext; then
9815 eval "$as_ac_Header=yes"
9816 else
9817 echo "$as_me: failed program was:" >&5
9818 sed 's/^/| /' conftest.$ac_ext >&5
9820 eval "$as_ac_Header=no"
9823 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
9825 ac_res=`eval echo '${'$as_ac_Header'}'`
9826 { echo "$as_me:$LINENO: result: $ac_res" >&5
9827 echo "${ECHO_T}$ac_res" >&6; }
9828 if test `eval echo '${'$as_ac_Header'}'` = yes; then
9829 cat >>confdefs.h <<_ACEOF
9830 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
9831 _ACEOF
9835 done
9838 if test "$ac_cv_header_X11_XKBlib_h" = "yes"
9839 then
9840 { echo "$as_me:$LINENO: checking for XkbQueryExtension in -lX11" >&5
9841 echo $ECHO_N "checking for XkbQueryExtension in -lX11... $ECHO_C" >&6; }
9842 if test "${ac_cv_lib_X11_XkbQueryExtension+set}" = set; then
9843 echo $ECHO_N "(cached) $ECHO_C" >&6
9844 else
9845 ac_check_lib_save_LIBS=$LIBS
9846 LIBS="-lX11 $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
9847 cat >conftest.$ac_ext <<_ACEOF
9848 /* confdefs.h. */
9849 _ACEOF
9850 cat confdefs.h >>conftest.$ac_ext
9851 cat >>conftest.$ac_ext <<_ACEOF
9852 /* end confdefs.h. */
9854 /* Override any GCC internal prototype to avoid an error.
9855 Use char because int might match the return type of a GCC
9856 builtin and then its argument prototype would still apply. */
9857 #ifdef __cplusplus
9858 extern "C"
9859 #endif
9860 char XkbQueryExtension ();
9862 main ()
9864 return XkbQueryExtension ();
9866 return 0;
9868 _ACEOF
9869 rm -f conftest.$ac_objext conftest$ac_exeext
9870 if { (ac_try="$ac_link"
9871 case "(($ac_try" in
9872 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9873 *) ac_try_echo=$ac_try;;
9874 esac
9875 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9876 (eval "$ac_link") 2>conftest.er1
9877 ac_status=$?
9878 grep -v '^ *+' conftest.er1 >conftest.err
9879 rm -f conftest.er1
9880 cat conftest.err >&5
9881 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9882 (exit $ac_status); } && {
9883 test -z "$ac_c_werror_flag" ||
9884 test ! -s conftest.err
9885 } && test -s conftest$ac_exeext &&
9886 $as_test_x conftest$ac_exeext; then
9887 ac_cv_lib_X11_XkbQueryExtension=yes
9888 else
9889 echo "$as_me: failed program was:" >&5
9890 sed 's/^/| /' conftest.$ac_ext >&5
9892 ac_cv_lib_X11_XkbQueryExtension=no
9895 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9896 conftest$ac_exeext conftest.$ac_ext
9897 LIBS=$ac_check_lib_save_LIBS
9899 { echo "$as_me:$LINENO: result: $ac_cv_lib_X11_XkbQueryExtension" >&5
9900 echo "${ECHO_T}$ac_cv_lib_X11_XkbQueryExtension" >&6; }
9901 if test $ac_cv_lib_X11_XkbQueryExtension = yes; then
9903 cat >>confdefs.h <<\_ACEOF
9904 #define HAVE_XKB 1
9905 _ACEOF
9911 if test "$ac_cv_header_X11_Xcursor_Xcursor_h" = "yes"
9912 then
9913 { echo "$as_me:$LINENO: checking for -lXcursor" >&5
9914 echo $ECHO_N "checking for -lXcursor... $ECHO_C" >&6; }
9915 if test "${ac_cv_lib_soname_Xcursor+set}" = set; then
9916 echo $ECHO_N "(cached) $ECHO_C" >&6
9917 else
9918 ac_check_soname_save_LIBS=$LIBS
9919 LIBS="-lXcursor $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
9920 cat >conftest.$ac_ext <<_ACEOF
9921 /* confdefs.h. */
9922 _ACEOF
9923 cat confdefs.h >>conftest.$ac_ext
9924 cat >>conftest.$ac_ext <<_ACEOF
9925 /* end confdefs.h. */
9927 /* Override any GCC internal prototype to avoid an error.
9928 Use char because int might match the return type of a GCC
9929 builtin and then its argument prototype would still apply. */
9930 #ifdef __cplusplus
9931 extern "C"
9932 #endif
9933 char XcursorImageLoadCursor ();
9935 main ()
9937 return XcursorImageLoadCursor ();
9939 return 0;
9941 _ACEOF
9942 rm -f conftest.$ac_objext conftest$ac_exeext
9943 if { (ac_try="$ac_link"
9944 case "(($ac_try" in
9945 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9946 *) ac_try_echo=$ac_try;;
9947 esac
9948 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9949 (eval "$ac_link") 2>conftest.er1
9950 ac_status=$?
9951 grep -v '^ *+' conftest.er1 >conftest.err
9952 rm -f conftest.er1
9953 cat conftest.err >&5
9954 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9955 (exit $ac_status); } && {
9956 test -z "$ac_c_werror_flag" ||
9957 test ! -s conftest.err
9958 } && test -s conftest$ac_exeext &&
9959 $as_test_x conftest$ac_exeext; then
9960 case "$LIBEXT" in
9961 dll) ;;
9962 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'` ;;
9963 *) ac_cv_lib_soname_Xcursor=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXcursor\\.$LIBEXT" | sed -e "s/^.*\(libXcursor\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
9964 esac
9965 else
9966 echo "$as_me: failed program was:" >&5
9967 sed 's/^/| /' conftest.$ac_ext >&5
9972 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9973 conftest$ac_exeext conftest.$ac_ext
9974 LIBS=$ac_check_soname_save_LIBS
9976 if test "x$ac_cv_lib_soname_Xcursor" = "x"; then
9977 { echo "$as_me:$LINENO: result: not found" >&5
9978 echo "${ECHO_T}not found" >&6; }
9980 else
9981 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_Xcursor" >&5
9982 echo "${ECHO_T}$ac_cv_lib_soname_Xcursor" >&6; }
9984 cat >>confdefs.h <<_ACEOF
9985 #define SONAME_LIBXCURSOR "$ac_cv_lib_soname_Xcursor"
9986 _ACEOF
9992 if test "x$ac_cv_lib_soname_Xcursor" = "x"; then
9993 case "x$with_xcursor" in
9994 x) wine_notices="$wine_notices|libxcursor development files not found, the Xcursor extension won't be supported." ;;
9995 xno) ;;
9996 *) { { echo "$as_me:$LINENO: error: libxcursor development files not found, the Xcursor extension won't be supported.
9997 This is an error since --with-xcursor was requested." >&5
9998 echo "$as_me: error: libxcursor development files not found, the Xcursor extension won't be supported.
9999 This is an error since --with-xcursor was requested." >&2;}
10000 { (exit 1); exit 1; }; } ;;
10001 esac
10005 if test "$ac_cv_header_X11_extensions_XInput_h" = "yes"
10006 then
10007 { echo "$as_me:$LINENO: checking for -lXi" >&5
10008 echo $ECHO_N "checking for -lXi... $ECHO_C" >&6; }
10009 if test "${ac_cv_lib_soname_Xi+set}" = set; then
10010 echo $ECHO_N "(cached) $ECHO_C" >&6
10011 else
10012 ac_check_soname_save_LIBS=$LIBS
10013 LIBS="-lXi $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
10014 cat >conftest.$ac_ext <<_ACEOF
10015 /* confdefs.h. */
10016 _ACEOF
10017 cat confdefs.h >>conftest.$ac_ext
10018 cat >>conftest.$ac_ext <<_ACEOF
10019 /* end confdefs.h. */
10021 /* Override any GCC internal prototype to avoid an error.
10022 Use char because int might match the return type of a GCC
10023 builtin and then its argument prototype would still apply. */
10024 #ifdef __cplusplus
10025 extern "C"
10026 #endif
10027 char XOpenDevice ();
10029 main ()
10031 return XOpenDevice ();
10033 return 0;
10035 _ACEOF
10036 rm -f conftest.$ac_objext conftest$ac_exeext
10037 if { (ac_try="$ac_link"
10038 case "(($ac_try" in
10039 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10040 *) ac_try_echo=$ac_try;;
10041 esac
10042 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10043 (eval "$ac_link") 2>conftest.er1
10044 ac_status=$?
10045 grep -v '^ *+' conftest.er1 >conftest.err
10046 rm -f conftest.er1
10047 cat conftest.err >&5
10048 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10049 (exit $ac_status); } && {
10050 test -z "$ac_c_werror_flag" ||
10051 test ! -s conftest.err
10052 } && test -s conftest$ac_exeext &&
10053 $as_test_x conftest$ac_exeext; then
10054 case "$LIBEXT" in
10055 dll) ;;
10056 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'` ;;
10057 *) ac_cv_lib_soname_Xi=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXi\\.$LIBEXT" | sed -e "s/^.*\(libXi\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
10058 esac
10059 else
10060 echo "$as_me: failed program was:" >&5
10061 sed 's/^/| /' conftest.$ac_ext >&5
10066 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10067 conftest$ac_exeext conftest.$ac_ext
10068 LIBS=$ac_check_soname_save_LIBS
10070 if test "x$ac_cv_lib_soname_Xi" = "x"; then
10071 { echo "$as_me:$LINENO: result: not found" >&5
10072 echo "${ECHO_T}not found" >&6; }
10074 else
10075 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_Xi" >&5
10076 echo "${ECHO_T}$ac_cv_lib_soname_Xi" >&6; }
10078 cat >>confdefs.h <<_ACEOF
10079 #define SONAME_LIBXI "$ac_cv_lib_soname_Xi"
10080 _ACEOF
10086 if test "x$ac_cv_lib_soname_Xi" = "x"; then
10087 case "x$with_xinput" in
10088 x) wine_notices="$wine_notices|libxi development files not found, the Xinput extension won't be supported." ;;
10089 xno) ;;
10090 *) { { echo "$as_me:$LINENO: error: libxi development files not found, the Xinput extension won't be supported.
10091 This is an error since --with-xinput was requested." >&5
10092 echo "$as_me: error: libxi development files not found, the Xinput extension won't be supported.
10093 This is an error since --with-xinput was requested." >&2;}
10094 { (exit 1); exit 1; }; } ;;
10095 esac
10099 if test "$ac_cv_header_X11_extensions_XShm_h" = "yes"
10100 then
10101 { echo "$as_me:$LINENO: checking for XShmQueryExtension in -lXext" >&5
10102 echo $ECHO_N "checking for XShmQueryExtension in -lXext... $ECHO_C" >&6; }
10103 if test "${ac_cv_lib_Xext_XShmQueryExtension+set}" = set; then
10104 echo $ECHO_N "(cached) $ECHO_C" >&6
10105 else
10106 ac_check_lib_save_LIBS=$LIBS
10107 LIBS="-lXext $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
10108 cat >conftest.$ac_ext <<_ACEOF
10109 /* confdefs.h. */
10110 _ACEOF
10111 cat confdefs.h >>conftest.$ac_ext
10112 cat >>conftest.$ac_ext <<_ACEOF
10113 /* end confdefs.h. */
10115 /* Override any GCC internal prototype to avoid an error.
10116 Use char because int might match the return type of a GCC
10117 builtin and then its argument prototype would still apply. */
10118 #ifdef __cplusplus
10119 extern "C"
10120 #endif
10121 char XShmQueryExtension ();
10123 main ()
10125 return XShmQueryExtension ();
10127 return 0;
10129 _ACEOF
10130 rm -f conftest.$ac_objext conftest$ac_exeext
10131 if { (ac_try="$ac_link"
10132 case "(($ac_try" in
10133 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10134 *) ac_try_echo=$ac_try;;
10135 esac
10136 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10137 (eval "$ac_link") 2>conftest.er1
10138 ac_status=$?
10139 grep -v '^ *+' conftest.er1 >conftest.err
10140 rm -f conftest.er1
10141 cat conftest.err >&5
10142 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10143 (exit $ac_status); } && {
10144 test -z "$ac_c_werror_flag" ||
10145 test ! -s conftest.err
10146 } && test -s conftest$ac_exeext &&
10147 $as_test_x conftest$ac_exeext; then
10148 ac_cv_lib_Xext_XShmQueryExtension=yes
10149 else
10150 echo "$as_me: failed program was:" >&5
10151 sed 's/^/| /' conftest.$ac_ext >&5
10153 ac_cv_lib_Xext_XShmQueryExtension=no
10156 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10157 conftest$ac_exeext conftest.$ac_ext
10158 LIBS=$ac_check_lib_save_LIBS
10160 { echo "$as_me:$LINENO: result: $ac_cv_lib_Xext_XShmQueryExtension" >&5
10161 echo "${ECHO_T}$ac_cv_lib_Xext_XShmQueryExtension" >&6; }
10162 if test $ac_cv_lib_Xext_XShmQueryExtension = yes; then
10164 cat >>confdefs.h <<\_ACEOF
10165 #define HAVE_LIBXXSHM 1
10166 _ACEOF
10171 if test "$ac_cv_lib_Xext_XShmQueryExtension" != "yes"; then
10172 case "x$with_xshm" in
10173 x) wine_notices="$wine_notices|XShm development files not found, X Shared Memory won't be supported." ;;
10174 xno) ;;
10175 *) { { echo "$as_me:$LINENO: error: XShm development files not found, X Shared Memory won't be supported.
10176 This is an error since --with-xshm was requested." >&5
10177 echo "$as_me: error: XShm development files not found, X Shared Memory won't be supported.
10178 This is an error since --with-xshm was requested." >&2;}
10179 { (exit 1); exit 1; }; } ;;
10180 esac
10184 if test "$ac_cv_header_X11_extensions_shape_h" = "yes"
10185 then
10186 { echo "$as_me:$LINENO: checking for XShapeQueryExtension in -lXext" >&5
10187 echo $ECHO_N "checking for XShapeQueryExtension in -lXext... $ECHO_C" >&6; }
10188 if test "${ac_cv_lib_Xext_XShapeQueryExtension+set}" = set; then
10189 echo $ECHO_N "(cached) $ECHO_C" >&6
10190 else
10191 ac_check_lib_save_LIBS=$LIBS
10192 LIBS="-lXext $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
10193 cat >conftest.$ac_ext <<_ACEOF
10194 /* confdefs.h. */
10195 _ACEOF
10196 cat confdefs.h >>conftest.$ac_ext
10197 cat >>conftest.$ac_ext <<_ACEOF
10198 /* end confdefs.h. */
10200 /* Override any GCC internal prototype to avoid an error.
10201 Use char because int might match the return type of a GCC
10202 builtin and then its argument prototype would still apply. */
10203 #ifdef __cplusplus
10204 extern "C"
10205 #endif
10206 char XShapeQueryExtension ();
10208 main ()
10210 return XShapeQueryExtension ();
10212 return 0;
10214 _ACEOF
10215 rm -f conftest.$ac_objext conftest$ac_exeext
10216 if { (ac_try="$ac_link"
10217 case "(($ac_try" in
10218 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10219 *) ac_try_echo=$ac_try;;
10220 esac
10221 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10222 (eval "$ac_link") 2>conftest.er1
10223 ac_status=$?
10224 grep -v '^ *+' conftest.er1 >conftest.err
10225 rm -f conftest.er1
10226 cat conftest.err >&5
10227 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10228 (exit $ac_status); } && {
10229 test -z "$ac_c_werror_flag" ||
10230 test ! -s conftest.err
10231 } && test -s conftest$ac_exeext &&
10232 $as_test_x conftest$ac_exeext; then
10233 ac_cv_lib_Xext_XShapeQueryExtension=yes
10234 else
10235 echo "$as_me: failed program was:" >&5
10236 sed 's/^/| /' conftest.$ac_ext >&5
10238 ac_cv_lib_Xext_XShapeQueryExtension=no
10241 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10242 conftest$ac_exeext conftest.$ac_ext
10243 LIBS=$ac_check_lib_save_LIBS
10245 { echo "$as_me:$LINENO: result: $ac_cv_lib_Xext_XShapeQueryExtension" >&5
10246 echo "${ECHO_T}$ac_cv_lib_Xext_XShapeQueryExtension" >&6; }
10247 if test $ac_cv_lib_Xext_XShapeQueryExtension = yes; then
10249 cat >>confdefs.h <<\_ACEOF
10250 #define HAVE_LIBXSHAPE 1
10251 _ACEOF
10256 if test "$ac_cv_lib_Xext_XShapeQueryExtension" != "yes"; then
10257 case "x$with_xshape" in
10258 x) wine_notices="$wine_notices|XShape development files not found, XShape won't be supported." ;;
10259 xno) ;;
10260 *) { { echo "$as_me:$LINENO: error: XShape development files not found, XShape won't be supported.
10261 This is an error since --with-xshape was requested." >&5
10262 echo "$as_me: error: XShape development files not found, XShape won't be supported.
10263 This is an error since --with-xshape was requested." >&2;}
10264 { (exit 1); exit 1; }; } ;;
10265 esac
10269 if test "$ac_cv_header_X11_extensions_xf86vmode_h" = "yes"
10270 then
10271 { echo "$as_me:$LINENO: checking for -lXxf86vm" >&5
10272 echo $ECHO_N "checking for -lXxf86vm... $ECHO_C" >&6; }
10273 if test "${ac_cv_lib_soname_Xxf86vm+set}" = set; then
10274 echo $ECHO_N "(cached) $ECHO_C" >&6
10275 else
10276 ac_check_soname_save_LIBS=$LIBS
10277 LIBS="-lXxf86vm $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
10278 cat >conftest.$ac_ext <<_ACEOF
10279 /* confdefs.h. */
10280 _ACEOF
10281 cat confdefs.h >>conftest.$ac_ext
10282 cat >>conftest.$ac_ext <<_ACEOF
10283 /* end confdefs.h. */
10285 /* Override any GCC internal prototype to avoid an error.
10286 Use char because int might match the return type of a GCC
10287 builtin and then its argument prototype would still apply. */
10288 #ifdef __cplusplus
10289 extern "C"
10290 #endif
10291 char XF86VidModeQueryExtension ();
10293 main ()
10295 return XF86VidModeQueryExtension ();
10297 return 0;
10299 _ACEOF
10300 rm -f conftest.$ac_objext conftest$ac_exeext
10301 if { (ac_try="$ac_link"
10302 case "(($ac_try" in
10303 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10304 *) ac_try_echo=$ac_try;;
10305 esac
10306 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10307 (eval "$ac_link") 2>conftest.er1
10308 ac_status=$?
10309 grep -v '^ *+' conftest.er1 >conftest.err
10310 rm -f conftest.er1
10311 cat conftest.err >&5
10312 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10313 (exit $ac_status); } && {
10314 test -z "$ac_c_werror_flag" ||
10315 test ! -s conftest.err
10316 } && test -s conftest$ac_exeext &&
10317 $as_test_x conftest$ac_exeext; then
10318 case "$LIBEXT" in
10319 dll) ;;
10320 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'` ;;
10321 *) ac_cv_lib_soname_Xxf86vm=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXxf86vm\\.$LIBEXT" | sed -e "s/^.*\(libXxf86vm\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
10322 esac
10323 else
10324 echo "$as_me: failed program was:" >&5
10325 sed 's/^/| /' conftest.$ac_ext >&5
10330 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10331 conftest$ac_exeext conftest.$ac_ext
10332 LIBS=$ac_check_soname_save_LIBS
10334 if test "x$ac_cv_lib_soname_Xxf86vm" = "x"; then
10335 { echo "$as_me:$LINENO: result: not found" >&5
10336 echo "${ECHO_T}not found" >&6; }
10338 else
10339 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_Xxf86vm" >&5
10340 echo "${ECHO_T}$ac_cv_lib_soname_Xxf86vm" >&6; }
10342 cat >>confdefs.h <<_ACEOF
10343 #define SONAME_LIBXXF86VM "$ac_cv_lib_soname_Xxf86vm"
10344 _ACEOF
10350 if test "x$ac_cv_lib_soname_Xxf86vm" = "x"; then
10351 case "x$with_xxf86vm" in
10352 x) wine_notices="$wine_notices|libXxf86vm development files not found, XFree86 Vidmode won't be supported." ;;
10353 xno) ;;
10354 *) { { echo "$as_me:$LINENO: error: libXxf86vm development files not found, XFree86 Vidmode won't be supported.
10355 This is an error since --with-xxf86vm was requested." >&5
10356 echo "$as_me: error: libXxf86vm development files not found, XFree86 Vidmode won't be supported.
10357 This is an error since --with-xxf86vm was requested." >&2;}
10358 { (exit 1); exit 1; }; } ;;
10359 esac
10363 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"
10364 then
10365 { echo "$as_me:$LINENO: checking for -lXrender" >&5
10366 echo $ECHO_N "checking for -lXrender... $ECHO_C" >&6; }
10367 if test "${ac_cv_lib_soname_Xrender+set}" = set; then
10368 echo $ECHO_N "(cached) $ECHO_C" >&6
10369 else
10370 ac_check_soname_save_LIBS=$LIBS
10371 LIBS="-lXrender $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
10372 cat >conftest.$ac_ext <<_ACEOF
10373 /* confdefs.h. */
10374 _ACEOF
10375 cat confdefs.h >>conftest.$ac_ext
10376 cat >>conftest.$ac_ext <<_ACEOF
10377 /* end confdefs.h. */
10379 /* Override any GCC internal prototype to avoid an error.
10380 Use char because int might match the return type of a GCC
10381 builtin and then its argument prototype would still apply. */
10382 #ifdef __cplusplus
10383 extern "C"
10384 #endif
10385 char XRenderQueryExtension ();
10387 main ()
10389 return XRenderQueryExtension ();
10391 return 0;
10393 _ACEOF
10394 rm -f conftest.$ac_objext conftest$ac_exeext
10395 if { (ac_try="$ac_link"
10396 case "(($ac_try" in
10397 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10398 *) ac_try_echo=$ac_try;;
10399 esac
10400 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10401 (eval "$ac_link") 2>conftest.er1
10402 ac_status=$?
10403 grep -v '^ *+' conftest.er1 >conftest.err
10404 rm -f conftest.er1
10405 cat conftest.err >&5
10406 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10407 (exit $ac_status); } && {
10408 test -z "$ac_c_werror_flag" ||
10409 test ! -s conftest.err
10410 } && test -s conftest$ac_exeext &&
10411 $as_test_x conftest$ac_exeext; then
10412 case "$LIBEXT" in
10413 dll) ;;
10414 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'` ;;
10415 *) ac_cv_lib_soname_Xrender=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXrender\\.$LIBEXT" | sed -e "s/^.*\(libXrender\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
10416 esac
10417 else
10418 echo "$as_me: failed program was:" >&5
10419 sed 's/^/| /' conftest.$ac_ext >&5
10424 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10425 conftest$ac_exeext conftest.$ac_ext
10426 LIBS=$ac_check_soname_save_LIBS
10428 if test "x$ac_cv_lib_soname_Xrender" = "x"; then
10429 { echo "$as_me:$LINENO: result: not found" >&5
10430 echo "${ECHO_T}not found" >&6; }
10432 else
10433 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_Xrender" >&5
10434 echo "${ECHO_T}$ac_cv_lib_soname_Xrender" >&6; }
10436 cat >>confdefs.h <<_ACEOF
10437 #define SONAME_LIBXRENDER "$ac_cv_lib_soname_Xrender"
10438 _ACEOF
10440 { echo "$as_me:$LINENO: checking for XRenderSetPictureTransform in -lXrender" >&5
10441 echo $ECHO_N "checking for XRenderSetPictureTransform in -lXrender... $ECHO_C" >&6; }
10442 if test "${ac_cv_lib_Xrender_XRenderSetPictureTransform+set}" = set; then
10443 echo $ECHO_N "(cached) $ECHO_C" >&6
10444 else
10445 ac_check_lib_save_LIBS=$LIBS
10446 LIBS="-lXrender $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 XRenderSetPictureTransform ();
10462 main ()
10464 return XRenderSetPictureTransform ();
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 "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10476 (eval "$ac_link") 2>conftest.er1
10477 ac_status=$?
10478 grep -v '^ *+' conftest.er1 >conftest.err
10479 rm -f conftest.er1
10480 cat conftest.err >&5
10481 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10482 (exit $ac_status); } && {
10483 test -z "$ac_c_werror_flag" ||
10484 test ! -s conftest.err
10485 } && test -s conftest$ac_exeext &&
10486 $as_test_x conftest$ac_exeext; then
10487 ac_cv_lib_Xrender_XRenderSetPictureTransform=yes
10488 else
10489 echo "$as_me: failed program was:" >&5
10490 sed 's/^/| /' conftest.$ac_ext >&5
10492 ac_cv_lib_Xrender_XRenderSetPictureTransform=no
10495 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10496 conftest$ac_exeext conftest.$ac_ext
10497 LIBS=$ac_check_lib_save_LIBS
10499 { echo "$as_me:$LINENO: result: $ac_cv_lib_Xrender_XRenderSetPictureTransform" >&5
10500 echo "${ECHO_T}$ac_cv_lib_Xrender_XRenderSetPictureTransform" >&6; }
10501 if test $ac_cv_lib_Xrender_XRenderSetPictureTransform = yes; then
10503 cat >>confdefs.h <<\_ACEOF
10504 #define HAVE_XRENDERSETPICTURETRANSFORM 1
10505 _ACEOF
10513 if test "x$ac_cv_lib_soname_Xrender" = "x"; then
10514 case "x$with_xrender" in
10515 x) wine_warnings="$wine_warnings|libxrender development files not found, XRender won't be supported." ;;
10516 xno) ;;
10517 *) { { echo "$as_me:$LINENO: error: libxrender development files not found, XRender won't be supported.
10518 This is an error since --with-xrender was requested." >&5
10519 echo "$as_me: error: libxrender development files not found, XRender won't be supported.
10520 This is an error since --with-xrender was requested." >&2;}
10521 { (exit 1); exit 1; }; } ;;
10522 esac
10526 if test "$ac_cv_header_X11_extensions_Xrandr_h" = "yes" -a "x$ac_cv_lib_soname_Xrender" != "x"
10527 then
10528 cat >conftest.$ac_ext <<_ACEOF
10529 /* confdefs.h. */
10530 _ACEOF
10531 cat confdefs.h >>conftest.$ac_ext
10532 cat >>conftest.$ac_ext <<_ACEOF
10533 /* end confdefs.h. */
10534 #include <X11/Xlib.h>
10535 #include <X11/extensions/Xrandr.h>
10537 main ()
10539 static typeof(XRRSetScreenConfigAndRate) * func;
10541 return 0;
10543 _ACEOF
10544 rm -f conftest.$ac_objext
10545 if { (ac_try="$ac_compile"
10546 case "(($ac_try" in
10547 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10548 *) ac_try_echo=$ac_try;;
10549 esac
10550 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10551 (eval "$ac_compile") 2>conftest.er1
10552 ac_status=$?
10553 grep -v '^ *+' conftest.er1 >conftest.err
10554 rm -f conftest.er1
10555 cat conftest.err >&5
10556 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10557 (exit $ac_status); } && {
10558 test -z "$ac_c_werror_flag" ||
10559 test ! -s conftest.err
10560 } && test -s conftest.$ac_objext; then
10561 { echo "$as_me:$LINENO: checking for -lXrandr" >&5
10562 echo $ECHO_N "checking for -lXrandr... $ECHO_C" >&6; }
10563 if test "${ac_cv_lib_soname_Xrandr+set}" = set; then
10564 echo $ECHO_N "(cached) $ECHO_C" >&6
10565 else
10566 ac_check_soname_save_LIBS=$LIBS
10567 LIBS="-lXrandr $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
10568 cat >conftest.$ac_ext <<_ACEOF
10569 /* confdefs.h. */
10570 _ACEOF
10571 cat confdefs.h >>conftest.$ac_ext
10572 cat >>conftest.$ac_ext <<_ACEOF
10573 /* end confdefs.h. */
10575 /* Override any GCC internal prototype to avoid an error.
10576 Use char because int might match the return type of a GCC
10577 builtin and then its argument prototype would still apply. */
10578 #ifdef __cplusplus
10579 extern "C"
10580 #endif
10581 char XRRQueryExtension ();
10583 main ()
10585 return XRRQueryExtension ();
10587 return 0;
10589 _ACEOF
10590 rm -f conftest.$ac_objext conftest$ac_exeext
10591 if { (ac_try="$ac_link"
10592 case "(($ac_try" in
10593 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10594 *) ac_try_echo=$ac_try;;
10595 esac
10596 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10597 (eval "$ac_link") 2>conftest.er1
10598 ac_status=$?
10599 grep -v '^ *+' conftest.er1 >conftest.err
10600 rm -f conftest.er1
10601 cat conftest.err >&5
10602 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10603 (exit $ac_status); } && {
10604 test -z "$ac_c_werror_flag" ||
10605 test ! -s conftest.err
10606 } && test -s conftest$ac_exeext &&
10607 $as_test_x conftest$ac_exeext; then
10608 case "$LIBEXT" in
10609 dll) ;;
10610 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'` ;;
10611 *) ac_cv_lib_soname_Xrandr=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXrandr\\.$LIBEXT" | sed -e "s/^.*\(libXrandr\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
10612 esac
10613 else
10614 echo "$as_me: failed program was:" >&5
10615 sed 's/^/| /' conftest.$ac_ext >&5
10620 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10621 conftest$ac_exeext conftest.$ac_ext
10622 LIBS=$ac_check_soname_save_LIBS
10624 if test "x$ac_cv_lib_soname_Xrandr" = "x"; then
10625 { echo "$as_me:$LINENO: result: not found" >&5
10626 echo "${ECHO_T}not found" >&6; }
10628 else
10629 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_Xrandr" >&5
10630 echo "${ECHO_T}$ac_cv_lib_soname_Xrandr" >&6; }
10632 cat >>confdefs.h <<_ACEOF
10633 #define SONAME_LIBXRANDR "$ac_cv_lib_soname_Xrandr"
10634 _ACEOF
10639 else
10640 echo "$as_me: failed program was:" >&5
10641 sed 's/^/| /' conftest.$ac_ext >&5
10646 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
10648 if test "x$ac_cv_lib_soname_Xrandr" = "x"; then
10649 case "x$with_xrandr" in
10650 x) wine_notices="$wine_notices|libxrandr development files not found, XRandr won't be supported." ;;
10651 xno) ;;
10652 *) { { echo "$as_me:$LINENO: error: libxrandr development files not found, XRandr won't be supported.
10653 This is an error since --with-xrandr was requested." >&5
10654 echo "$as_me: error: libxrandr development files not found, XRandr won't be supported.
10655 This is an error since --with-xrandr was requested." >&2;}
10656 { (exit 1); exit 1; }; } ;;
10657 esac
10661 if test "$ac_cv_header_X11_extensions_Xinerama_h" = "yes"
10662 then
10663 cat >conftest.$ac_ext <<_ACEOF
10664 /* confdefs.h. */
10665 _ACEOF
10666 cat confdefs.h >>conftest.$ac_ext
10667 cat >>conftest.$ac_ext <<_ACEOF
10668 /* end confdefs.h. */
10669 #include <X11/Xlib.h>
10670 #include <X11/extensions/Xinerama.h>
10672 main ()
10674 static typeof(XineramaQueryScreens) * func;
10676 return 0;
10678 _ACEOF
10679 rm -f conftest.$ac_objext
10680 if { (ac_try="$ac_compile"
10681 case "(($ac_try" in
10682 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10683 *) ac_try_echo=$ac_try;;
10684 esac
10685 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10686 (eval "$ac_compile") 2>conftest.er1
10687 ac_status=$?
10688 grep -v '^ *+' conftest.er1 >conftest.err
10689 rm -f conftest.er1
10690 cat conftest.err >&5
10691 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10692 (exit $ac_status); } && {
10693 test -z "$ac_c_werror_flag" ||
10694 test ! -s conftest.err
10695 } && test -s conftest.$ac_objext; then
10696 { echo "$as_me:$LINENO: checking for -lXinerama" >&5
10697 echo $ECHO_N "checking for -lXinerama... $ECHO_C" >&6; }
10698 if test "${ac_cv_lib_soname_Xinerama+set}" = set; then
10699 echo $ECHO_N "(cached) $ECHO_C" >&6
10700 else
10701 ac_check_soname_save_LIBS=$LIBS
10702 LIBS="-lXinerama $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
10703 cat >conftest.$ac_ext <<_ACEOF
10704 /* confdefs.h. */
10705 _ACEOF
10706 cat confdefs.h >>conftest.$ac_ext
10707 cat >>conftest.$ac_ext <<_ACEOF
10708 /* end confdefs.h. */
10710 /* Override any GCC internal prototype to avoid an error.
10711 Use char because int might match the return type of a GCC
10712 builtin and then its argument prototype would still apply. */
10713 #ifdef __cplusplus
10714 extern "C"
10715 #endif
10716 char XineramaQueryScreens ();
10718 main ()
10720 return XineramaQueryScreens ();
10722 return 0;
10724 _ACEOF
10725 rm -f conftest.$ac_objext conftest$ac_exeext
10726 if { (ac_try="$ac_link"
10727 case "(($ac_try" in
10728 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10729 *) ac_try_echo=$ac_try;;
10730 esac
10731 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10732 (eval "$ac_link") 2>conftest.er1
10733 ac_status=$?
10734 grep -v '^ *+' conftest.er1 >conftest.err
10735 rm -f conftest.er1
10736 cat conftest.err >&5
10737 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10738 (exit $ac_status); } && {
10739 test -z "$ac_c_werror_flag" ||
10740 test ! -s conftest.err
10741 } && test -s conftest$ac_exeext &&
10742 $as_test_x conftest$ac_exeext; then
10743 case "$LIBEXT" in
10744 dll) ;;
10745 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'` ;;
10746 *) ac_cv_lib_soname_Xinerama=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXinerama\\.$LIBEXT" | sed -e "s/^.*\(libXinerama\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
10747 esac
10748 else
10749 echo "$as_me: failed program was:" >&5
10750 sed 's/^/| /' conftest.$ac_ext >&5
10755 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10756 conftest$ac_exeext conftest.$ac_ext
10757 LIBS=$ac_check_soname_save_LIBS
10759 if test "x$ac_cv_lib_soname_Xinerama" = "x"; then
10760 { echo "$as_me:$LINENO: result: not found" >&5
10761 echo "${ECHO_T}not found" >&6; }
10763 else
10764 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_Xinerama" >&5
10765 echo "${ECHO_T}$ac_cv_lib_soname_Xinerama" >&6; }
10767 cat >>confdefs.h <<_ACEOF
10768 #define SONAME_LIBXINERAMA "$ac_cv_lib_soname_Xinerama"
10769 _ACEOF
10774 else
10775 echo "$as_me: failed program was:" >&5
10776 sed 's/^/| /' conftest.$ac_ext >&5
10781 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
10783 if test "x$ac_cv_lib_soname_Xinerama" = "x"; then
10784 case "x$with_xinerama" in
10785 x) wine_notices="$wine_notices|libxinerama development files not found, multi-monitor setups won't be supported." ;;
10786 xno) ;;
10787 *) { { echo "$as_me:$LINENO: error: libxinerama development files not found, multi-monitor setups won't be supported.
10788 This is an error since --with-xinerama was requested." >&5
10789 echo "$as_me: error: libxinerama development files not found, multi-monitor setups won't be supported.
10790 This is an error since --with-xinerama was requested." >&2;}
10791 { (exit 1); exit 1; }; } ;;
10792 esac
10796 if test "$ac_cv_header_X11_extensions_Xcomposite_h" = "yes"
10797 then
10798 { echo "$as_me:$LINENO: checking for -lXcomposite" >&5
10799 echo $ECHO_N "checking for -lXcomposite... $ECHO_C" >&6; }
10800 if test "${ac_cv_lib_soname_Xcomposite+set}" = set; then
10801 echo $ECHO_N "(cached) $ECHO_C" >&6
10802 else
10803 ac_check_soname_save_LIBS=$LIBS
10804 LIBS="-lXcomposite $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
10805 cat >conftest.$ac_ext <<_ACEOF
10806 /* confdefs.h. */
10807 _ACEOF
10808 cat confdefs.h >>conftest.$ac_ext
10809 cat >>conftest.$ac_ext <<_ACEOF
10810 /* end confdefs.h. */
10812 /* Override any GCC internal prototype to avoid an error.
10813 Use char because int might match the return type of a GCC
10814 builtin and then its argument prototype would still apply. */
10815 #ifdef __cplusplus
10816 extern "C"
10817 #endif
10818 char XCompositeRedirectWindow ();
10820 main ()
10822 return XCompositeRedirectWindow ();
10824 return 0;
10826 _ACEOF
10827 rm -f conftest.$ac_objext conftest$ac_exeext
10828 if { (ac_try="$ac_link"
10829 case "(($ac_try" in
10830 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10831 *) ac_try_echo=$ac_try;;
10832 esac
10833 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10834 (eval "$ac_link") 2>conftest.er1
10835 ac_status=$?
10836 grep -v '^ *+' conftest.er1 >conftest.err
10837 rm -f conftest.er1
10838 cat conftest.err >&5
10839 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10840 (exit $ac_status); } && {
10841 test -z "$ac_c_werror_flag" ||
10842 test ! -s conftest.err
10843 } && test -s conftest$ac_exeext &&
10844 $as_test_x conftest$ac_exeext; then
10845 case "$LIBEXT" in
10846 dll) ;;
10847 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'` ;;
10848 *) ac_cv_lib_soname_Xcomposite=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXcomposite\\.$LIBEXT" | sed -e "s/^.*\(libXcomposite\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
10849 esac
10850 else
10851 echo "$as_me: failed program was:" >&5
10852 sed 's/^/| /' conftest.$ac_ext >&5
10857 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10858 conftest$ac_exeext conftest.$ac_ext
10859 LIBS=$ac_check_soname_save_LIBS
10861 if test "x$ac_cv_lib_soname_Xcomposite" = "x"; then
10862 { echo "$as_me:$LINENO: result: not found" >&5
10863 echo "${ECHO_T}not found" >&6; }
10865 else
10866 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_Xcomposite" >&5
10867 echo "${ECHO_T}$ac_cv_lib_soname_Xcomposite" >&6; }
10869 cat >>confdefs.h <<_ACEOF
10870 #define SONAME_LIBXCOMPOSITE "$ac_cv_lib_soname_Xcomposite"
10871 _ACEOF
10877 if test "x$ac_cv_lib_soname_Xcomposite" = "x"; then
10878 case "x$with_xcomposite" in
10879 x) wine_notices="$wine_notices|libxcomposite development files not found, Xcomposite won't be supported." ;;
10880 xno) ;;
10881 *) { { echo "$as_me:$LINENO: error: libxcomposite development files not found, Xcomposite won't be supported.
10882 This is an error since --with-xcomposite was requested." >&5
10883 echo "$as_me: error: libxcomposite development files not found, Xcomposite won't be supported.
10884 This is an error since --with-xcomposite was requested." >&2;}
10885 { (exit 1); exit 1; }; } ;;
10886 esac
10890 { echo "$as_me:$LINENO: checking for XICCallback.callback" >&5
10891 echo $ECHO_N "checking for XICCallback.callback... $ECHO_C" >&6; }
10892 if test "${ac_cv_member_XICCallback_callback+set}" = set; then
10893 echo $ECHO_N "(cached) $ECHO_C" >&6
10894 else
10895 cat >conftest.$ac_ext <<_ACEOF
10896 /* confdefs.h. */
10897 _ACEOF
10898 cat confdefs.h >>conftest.$ac_ext
10899 cat >>conftest.$ac_ext <<_ACEOF
10900 /* end confdefs.h. */
10901 #ifdef HAVE_X11_XLIB_H
10902 #include <X11/Xlib.h>
10903 #endif
10906 main ()
10908 static XICCallback ac_aggr;
10909 if (ac_aggr.callback)
10910 return 0;
10912 return 0;
10914 _ACEOF
10915 rm -f conftest.$ac_objext
10916 if { (ac_try="$ac_compile"
10917 case "(($ac_try" in
10918 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10919 *) ac_try_echo=$ac_try;;
10920 esac
10921 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10922 (eval "$ac_compile") 2>conftest.er1
10923 ac_status=$?
10924 grep -v '^ *+' conftest.er1 >conftest.err
10925 rm -f conftest.er1
10926 cat conftest.err >&5
10927 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10928 (exit $ac_status); } && {
10929 test -z "$ac_c_werror_flag" ||
10930 test ! -s conftest.err
10931 } && test -s conftest.$ac_objext; then
10932 ac_cv_member_XICCallback_callback=yes
10933 else
10934 echo "$as_me: failed program was:" >&5
10935 sed 's/^/| /' conftest.$ac_ext >&5
10937 cat >conftest.$ac_ext <<_ACEOF
10938 /* confdefs.h. */
10939 _ACEOF
10940 cat confdefs.h >>conftest.$ac_ext
10941 cat >>conftest.$ac_ext <<_ACEOF
10942 /* end confdefs.h. */
10943 #ifdef HAVE_X11_XLIB_H
10944 #include <X11/Xlib.h>
10945 #endif
10948 main ()
10950 static XICCallback ac_aggr;
10951 if (sizeof ac_aggr.callback)
10952 return 0;
10954 return 0;
10956 _ACEOF
10957 rm -f conftest.$ac_objext
10958 if { (ac_try="$ac_compile"
10959 case "(($ac_try" in
10960 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10961 *) ac_try_echo=$ac_try;;
10962 esac
10963 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10964 (eval "$ac_compile") 2>conftest.er1
10965 ac_status=$?
10966 grep -v '^ *+' conftest.er1 >conftest.err
10967 rm -f conftest.er1
10968 cat conftest.err >&5
10969 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10970 (exit $ac_status); } && {
10971 test -z "$ac_c_werror_flag" ||
10972 test ! -s conftest.err
10973 } && test -s conftest.$ac_objext; then
10974 ac_cv_member_XICCallback_callback=yes
10975 else
10976 echo "$as_me: failed program was:" >&5
10977 sed 's/^/| /' conftest.$ac_ext >&5
10979 ac_cv_member_XICCallback_callback=no
10982 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
10985 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
10987 { echo "$as_me:$LINENO: result: $ac_cv_member_XICCallback_callback" >&5
10988 echo "${ECHO_T}$ac_cv_member_XICCallback_callback" >&6; }
10989 if test $ac_cv_member_XICCallback_callback = yes; then
10991 cat >>confdefs.h <<_ACEOF
10992 #define HAVE_XICCALLBACK_CALLBACK 1
10993 _ACEOF
11000 opengl_msg=""
11001 if test "x$with_opengl" != "xno"
11002 then
11007 for ac_header in GL/gl.h GL/glx.h GL/glext.h GL/glu.h
11009 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
11010 { echo "$as_me:$LINENO: checking for $ac_header" >&5
11011 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
11012 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
11013 echo $ECHO_N "(cached) $ECHO_C" >&6
11014 else
11015 cat >conftest.$ac_ext <<_ACEOF
11016 /* confdefs.h. */
11017 _ACEOF
11018 cat confdefs.h >>conftest.$ac_ext
11019 cat >>conftest.$ac_ext <<_ACEOF
11020 /* end confdefs.h. */
11021 #ifdef HAVE_GL_GLX_H
11022 # include <GL/glx.h>
11023 #endif
11025 #include <$ac_header>
11026 _ACEOF
11027 rm -f conftest.$ac_objext
11028 if { (ac_try="$ac_compile"
11029 case "(($ac_try" in
11030 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11031 *) ac_try_echo=$ac_try;;
11032 esac
11033 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11034 (eval "$ac_compile") 2>conftest.er1
11035 ac_status=$?
11036 grep -v '^ *+' conftest.er1 >conftest.err
11037 rm -f conftest.er1
11038 cat conftest.err >&5
11039 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11040 (exit $ac_status); } && {
11041 test -z "$ac_c_werror_flag" ||
11042 test ! -s conftest.err
11043 } && test -s conftest.$ac_objext; then
11044 eval "$as_ac_Header=yes"
11045 else
11046 echo "$as_me: failed program was:" >&5
11047 sed 's/^/| /' conftest.$ac_ext >&5
11049 eval "$as_ac_Header=no"
11052 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11054 ac_res=`eval echo '${'$as_ac_Header'}'`
11055 { echo "$as_me:$LINENO: result: $ac_res" >&5
11056 echo "${ECHO_T}$ac_res" >&6; }
11057 if test `eval echo '${'$as_ac_Header'}'` = yes; then
11058 cat >>confdefs.h <<_ACEOF
11059 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
11060 _ACEOF
11064 done
11066 if test "$ac_cv_header_GL_gl_h" = "yes" -a "$ac_cv_header_GL_glx_h" = "yes"
11067 then
11068 { echo "$as_me:$LINENO: checking for up-to-date OpenGL version" >&5
11069 echo $ECHO_N "checking for up-to-date OpenGL version... $ECHO_C" >&6; }
11070 if test "${wine_cv_opengl_header_version_OK+set}" = set; then
11071 echo $ECHO_N "(cached) $ECHO_C" >&6
11072 else
11073 cat >conftest.$ac_ext <<_ACEOF
11074 /* confdefs.h. */
11075 _ACEOF
11076 cat confdefs.h >>conftest.$ac_ext
11077 cat >>conftest.$ac_ext <<_ACEOF
11078 /* end confdefs.h. */
11079 #include <GL/gl.h>
11081 main ()
11083 GLenum test = GL_UNSIGNED_SHORT_5_6_5;
11085 return 0;
11087 _ACEOF
11088 rm -f conftest.$ac_objext
11089 if { (ac_try="$ac_compile"
11090 case "(($ac_try" in
11091 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11092 *) ac_try_echo=$ac_try;;
11093 esac
11094 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11095 (eval "$ac_compile") 2>conftest.er1
11096 ac_status=$?
11097 grep -v '^ *+' conftest.er1 >conftest.err
11098 rm -f conftest.er1
11099 cat conftest.err >&5
11100 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11101 (exit $ac_status); } && {
11102 test -z "$ac_c_werror_flag" ||
11103 test ! -s conftest.err
11104 } && test -s conftest.$ac_objext; then
11105 wine_cv_opengl_header_version_OK="yes"
11106 else
11107 echo "$as_me: failed program was:" >&5
11108 sed 's/^/| /' conftest.$ac_ext >&5
11110 wine_cv_opengl_header_version_OK="no"
11113 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11115 { echo "$as_me:$LINENO: result: $wine_cv_opengl_header_version_OK" >&5
11116 echo "${ECHO_T}$wine_cv_opengl_header_version_OK" >&6; }
11118 if test "$wine_cv_opengl_header_version_OK" = "yes"
11119 then
11120 { echo "$as_me:$LINENO: checking for -lGL" >&5
11121 echo $ECHO_N "checking for -lGL... $ECHO_C" >&6; }
11122 if test "${ac_cv_lib_soname_GL+set}" = set; then
11123 echo $ECHO_N "(cached) $ECHO_C" >&6
11124 else
11125 ac_check_soname_save_LIBS=$LIBS
11126 LIBS="-lGL $X_LIBS -lXext -lX11 -lm $X_EXTRA_LIBS $LIBS"
11127 cat >conftest.$ac_ext <<_ACEOF
11128 /* confdefs.h. */
11129 _ACEOF
11130 cat confdefs.h >>conftest.$ac_ext
11131 cat >>conftest.$ac_ext <<_ACEOF
11132 /* end confdefs.h. */
11134 /* Override any GCC internal prototype to avoid an error.
11135 Use char because int might match the return type of a GCC
11136 builtin and then its argument prototype would still apply. */
11137 #ifdef __cplusplus
11138 extern "C"
11139 #endif
11140 char glXCreateContext ();
11142 main ()
11144 return glXCreateContext ();
11146 return 0;
11148 _ACEOF
11149 rm -f conftest.$ac_objext conftest$ac_exeext
11150 if { (ac_try="$ac_link"
11151 case "(($ac_try" in
11152 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11153 *) ac_try_echo=$ac_try;;
11154 esac
11155 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11156 (eval "$ac_link") 2>conftest.er1
11157 ac_status=$?
11158 grep -v '^ *+' conftest.er1 >conftest.err
11159 rm -f conftest.er1
11160 cat conftest.err >&5
11161 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11162 (exit $ac_status); } && {
11163 test -z "$ac_c_werror_flag" ||
11164 test ! -s conftest.err
11165 } && test -s conftest$ac_exeext &&
11166 $as_test_x conftest$ac_exeext; then
11167 case "$LIBEXT" in
11168 dll) ;;
11169 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'` ;;
11170 *) ac_cv_lib_soname_GL=`$ac_cv_path_LDD conftest$ac_exeext | grep "libGL\\.$LIBEXT" | sed -e "s/^.*\(libGL\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
11171 esac
11172 else
11173 echo "$as_me: failed program was:" >&5
11174 sed 's/^/| /' conftest.$ac_ext >&5
11179 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
11180 conftest$ac_exeext conftest.$ac_ext
11181 LIBS=$ac_check_soname_save_LIBS
11183 if test "x$ac_cv_lib_soname_GL" = "x"; then
11184 { echo "$as_me:$LINENO: result: not found" >&5
11185 echo "${ECHO_T}not found" >&6; }
11186 { echo "$as_me:$LINENO: checking for -lGL" >&5
11187 echo $ECHO_N "checking for -lGL... $ECHO_C" >&6; }
11188 if test "${ac_cv_lib_soname_GL+set}" = set; then
11189 echo $ECHO_N "(cached) $ECHO_C" >&6
11190 else
11191 ac_check_soname_save_LIBS=$LIBS
11192 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"
11193 cat >conftest.$ac_ext <<_ACEOF
11194 /* confdefs.h. */
11195 _ACEOF
11196 cat confdefs.h >>conftest.$ac_ext
11197 cat >>conftest.$ac_ext <<_ACEOF
11198 /* end confdefs.h. */
11200 /* Override any GCC internal prototype to avoid an error.
11201 Use char because int might match the return type of a GCC
11202 builtin and then its argument prototype would still apply. */
11203 #ifdef __cplusplus
11204 extern "C"
11205 #endif
11206 char glXCreateContext ();
11208 main ()
11210 return glXCreateContext ();
11212 return 0;
11214 _ACEOF
11215 rm -f conftest.$ac_objext conftest$ac_exeext
11216 if { (ac_try="$ac_link"
11217 case "(($ac_try" in
11218 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11219 *) ac_try_echo=$ac_try;;
11220 esac
11221 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11222 (eval "$ac_link") 2>conftest.er1
11223 ac_status=$?
11224 grep -v '^ *+' conftest.er1 >conftest.err
11225 rm -f conftest.er1
11226 cat conftest.err >&5
11227 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11228 (exit $ac_status); } && {
11229 test -z "$ac_c_werror_flag" ||
11230 test ! -s conftest.err
11231 } && test -s conftest$ac_exeext &&
11232 $as_test_x conftest$ac_exeext; then
11233 case "$LIBEXT" in
11234 dll) ;;
11235 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'` ;;
11236 *) ac_cv_lib_soname_GL=`$ac_cv_path_LDD conftest$ac_exeext | grep "libGL\\.$LIBEXT" | sed -e "s/^.*\(libGL\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
11237 esac
11238 else
11239 echo "$as_me: failed program was:" >&5
11240 sed 's/^/| /' conftest.$ac_ext >&5
11245 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
11246 conftest$ac_exeext conftest.$ac_ext
11247 LIBS=$ac_check_soname_save_LIBS
11249 if test "x$ac_cv_lib_soname_GL" = "x"; then
11250 { echo "$as_me:$LINENO: result: not found" >&5
11251 echo "${ECHO_T}not found" >&6; }
11252 if test -f /usr/X11R6/lib/libGL.a
11253 then
11254 opengl_msg="/usr/X11R6/lib/libGL.a is present on your system.
11255 This probably prevents linking to OpenGL. Try deleting the file and restarting configure."
11256 else
11257 opengl_msg="No OpenGL library found on this system."
11259 else
11260 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_GL" >&5
11261 echo "${ECHO_T}$ac_cv_lib_soname_GL" >&6; }
11263 cat >>confdefs.h <<_ACEOF
11264 #define SONAME_LIBGL "$ac_cv_lib_soname_GL"
11265 _ACEOF
11267 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"
11269 cat >>confdefs.h <<\_ACEOF
11270 #define HAVE_OPENGL 1
11271 _ACEOF
11275 else
11276 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_GL" >&5
11277 echo "${ECHO_T}$ac_cv_lib_soname_GL" >&6; }
11279 cat >>confdefs.h <<_ACEOF
11280 #define SONAME_LIBGL "$ac_cv_lib_soname_GL"
11281 _ACEOF
11283 OPENGL_LIBS="-lGL"
11285 cat >>confdefs.h <<\_ACEOF
11286 #define HAVE_OPENGL 1
11287 _ACEOF
11291 if test "$ac_cv_header_GL_glu_h" = "yes"
11292 then
11293 { echo "$as_me:$LINENO: checking for -lGLU" >&5
11294 echo $ECHO_N "checking for -lGLU... $ECHO_C" >&6; }
11295 if test "${ac_cv_lib_soname_GLU+set}" = set; then
11296 echo $ECHO_N "(cached) $ECHO_C" >&6
11297 else
11298 ac_check_soname_save_LIBS=$LIBS
11299 LIBS="-lGLU $OPENGL_LIBS $X_LIBS $X_PRE_LIBS -lXext -lX11 -lm $X_EXTRA_LIBS $LIBS"
11300 cat >conftest.$ac_ext <<_ACEOF
11301 /* confdefs.h. */
11302 _ACEOF
11303 cat confdefs.h >>conftest.$ac_ext
11304 cat >>conftest.$ac_ext <<_ACEOF
11305 /* end confdefs.h. */
11307 /* Override any GCC internal prototype to avoid an error.
11308 Use char because int might match the return type of a GCC
11309 builtin and then its argument prototype would still apply. */
11310 #ifdef __cplusplus
11311 extern "C"
11312 #endif
11313 char gluLookAt ();
11315 main ()
11317 return gluLookAt ();
11319 return 0;
11321 _ACEOF
11322 rm -f conftest.$ac_objext conftest$ac_exeext
11323 if { (ac_try="$ac_link"
11324 case "(($ac_try" in
11325 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11326 *) ac_try_echo=$ac_try;;
11327 esac
11328 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11329 (eval "$ac_link") 2>conftest.er1
11330 ac_status=$?
11331 grep -v '^ *+' conftest.er1 >conftest.err
11332 rm -f conftest.er1
11333 cat conftest.err >&5
11334 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11335 (exit $ac_status); } && {
11336 test -z "$ac_c_werror_flag" ||
11337 test ! -s conftest.err
11338 } && test -s conftest$ac_exeext &&
11339 $as_test_x conftest$ac_exeext; then
11340 case "$LIBEXT" in
11341 dll) ;;
11342 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'` ;;
11343 *) ac_cv_lib_soname_GLU=`$ac_cv_path_LDD conftest$ac_exeext | grep "libGLU\\.$LIBEXT" | sed -e "s/^.*\(libGLU\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
11344 esac
11345 else
11346 echo "$as_me: failed program was:" >&5
11347 sed 's/^/| /' conftest.$ac_ext >&5
11352 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
11353 conftest$ac_exeext conftest.$ac_ext
11354 LIBS=$ac_check_soname_save_LIBS
11356 if test "x$ac_cv_lib_soname_GLU" = "x"; then
11357 { echo "$as_me:$LINENO: result: not found" >&5
11358 echo "${ECHO_T}not found" >&6; }
11360 else
11361 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_GLU" >&5
11362 echo "${ECHO_T}$ac_cv_lib_soname_GLU" >&6; }
11364 cat >>confdefs.h <<_ACEOF
11365 #define SONAME_LIBGLU "$ac_cv_lib_soname_GLU"
11366 _ACEOF
11372 if test "x$ac_cv_lib_soname_GLU" = "x"; then
11373 case "x$with_glu" in
11374 x) wine_notices="$wine_notices|libGLU development files not found, GLU won't be supported." ;;
11375 xno) ;;
11376 *) { { echo "$as_me:$LINENO: error: libGLU development files not found, GLU won't be supported.
11377 This is an error since --with-glu was requested." >&5
11378 echo "$as_me: error: libGLU development files not found, GLU won't be supported.
11379 This is an error since --with-glu was requested." >&2;}
11380 { (exit 1); exit 1; }; } ;;
11381 esac
11384 else
11385 opengl_msg="Old Mesa headers detected. Consider upgrading your Mesa libraries."
11387 else
11388 opengl_msg="OpenGL development headers not found."
11391 if test -n "$opengl_msg"; then
11392 case "x$with_opengl" in
11393 x) wine_warnings="$wine_warnings|$opengl_msg
11394 OpenGL and Direct3D won't be supported." ;;
11395 xno) ;;
11396 *) { { echo "$as_me:$LINENO: error: $opengl_msg
11397 OpenGL and Direct3D won't be supported.
11398 This is an error since --with-opengl was requested." >&5
11399 echo "$as_me: error: $opengl_msg
11400 OpenGL and Direct3D won't be supported.
11401 This is an error since --with-opengl was requested." >&2;}
11402 { (exit 1); exit 1; }; } ;;
11403 esac
11407 test -n "$opengl_msg" && enable_opengl32=${enable_opengl32:-no}
11408 test "x$ac_cv_lib_soname_GLU" = "x" && enable_glu32=${enable_glu32:-no}
11410 NASLIBS=""
11413 for ac_header in audio/audiolib.h
11415 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
11416 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
11417 { echo "$as_me:$LINENO: checking for $ac_header" >&5
11418 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
11419 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
11420 echo $ECHO_N "(cached) $ECHO_C" >&6
11422 ac_res=`eval echo '${'$as_ac_Header'}'`
11423 { echo "$as_me:$LINENO: result: $ac_res" >&5
11424 echo "${ECHO_T}$ac_res" >&6; }
11425 else
11426 # Is the header compilable?
11427 { echo "$as_me:$LINENO: checking $ac_header usability" >&5
11428 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6; }
11429 cat >conftest.$ac_ext <<_ACEOF
11430 /* confdefs.h. */
11431 _ACEOF
11432 cat confdefs.h >>conftest.$ac_ext
11433 cat >>conftest.$ac_ext <<_ACEOF
11434 /* end confdefs.h. */
11435 $ac_includes_default
11436 #include <$ac_header>
11437 _ACEOF
11438 rm -f conftest.$ac_objext
11439 if { (ac_try="$ac_compile"
11440 case "(($ac_try" in
11441 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11442 *) ac_try_echo=$ac_try;;
11443 esac
11444 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11445 (eval "$ac_compile") 2>conftest.er1
11446 ac_status=$?
11447 grep -v '^ *+' conftest.er1 >conftest.err
11448 rm -f conftest.er1
11449 cat conftest.err >&5
11450 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11451 (exit $ac_status); } && {
11452 test -z "$ac_c_werror_flag" ||
11453 test ! -s conftest.err
11454 } && test -s conftest.$ac_objext; then
11455 ac_header_compiler=yes
11456 else
11457 echo "$as_me: failed program was:" >&5
11458 sed 's/^/| /' conftest.$ac_ext >&5
11460 ac_header_compiler=no
11463 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11464 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
11465 echo "${ECHO_T}$ac_header_compiler" >&6; }
11467 # Is the header present?
11468 { echo "$as_me:$LINENO: checking $ac_header presence" >&5
11469 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6; }
11470 cat >conftest.$ac_ext <<_ACEOF
11471 /* confdefs.h. */
11472 _ACEOF
11473 cat confdefs.h >>conftest.$ac_ext
11474 cat >>conftest.$ac_ext <<_ACEOF
11475 /* end confdefs.h. */
11476 #include <$ac_header>
11477 _ACEOF
11478 if { (ac_try="$ac_cpp conftest.$ac_ext"
11479 case "(($ac_try" in
11480 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11481 *) ac_try_echo=$ac_try;;
11482 esac
11483 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11484 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
11485 ac_status=$?
11486 grep -v '^ *+' conftest.er1 >conftest.err
11487 rm -f conftest.er1
11488 cat conftest.err >&5
11489 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11490 (exit $ac_status); } >/dev/null && {
11491 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
11492 test ! -s conftest.err
11493 }; then
11494 ac_header_preproc=yes
11495 else
11496 echo "$as_me: failed program was:" >&5
11497 sed 's/^/| /' conftest.$ac_ext >&5
11499 ac_header_preproc=no
11502 rm -f conftest.err conftest.$ac_ext
11503 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
11504 echo "${ECHO_T}$ac_header_preproc" >&6; }
11506 # So? What about this header?
11507 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
11508 yes:no: )
11509 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
11510 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
11511 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
11512 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
11513 ac_header_preproc=yes
11515 no:yes:* )
11516 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
11517 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
11518 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
11519 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
11520 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
11521 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
11522 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
11523 echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
11524 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
11525 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
11526 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
11527 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
11528 ( cat <<\_ASBOX
11529 ## ------------------------------------ ##
11530 ## Report this to wine-devel@winehq.org ##
11531 ## ------------------------------------ ##
11532 _ASBOX
11533 ) | sed "s/^/$as_me: WARNING: /" >&2
11535 esac
11536 { echo "$as_me:$LINENO: checking for $ac_header" >&5
11537 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
11538 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
11539 echo $ECHO_N "(cached) $ECHO_C" >&6
11540 else
11541 eval "$as_ac_Header=\$ac_header_preproc"
11543 ac_res=`eval echo '${'$as_ac_Header'}'`
11544 { echo "$as_me:$LINENO: result: $ac_res" >&5
11545 echo "${ECHO_T}$ac_res" >&6; }
11548 if test `eval echo '${'$as_ac_Header'}'` = yes; then
11549 cat >>confdefs.h <<_ACEOF
11550 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
11551 _ACEOF
11553 for ac_header in audio/soundlib.h
11555 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
11556 { echo "$as_me:$LINENO: checking for $ac_header" >&5
11557 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
11558 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
11559 echo $ECHO_N "(cached) $ECHO_C" >&6
11560 else
11561 cat >conftest.$ac_ext <<_ACEOF
11562 /* confdefs.h. */
11563 _ACEOF
11564 cat confdefs.h >>conftest.$ac_ext
11565 cat >>conftest.$ac_ext <<_ACEOF
11566 /* end confdefs.h. */
11567 #include <audio/audiolib.h>
11569 #include <$ac_header>
11570 _ACEOF
11571 rm -f conftest.$ac_objext
11572 if { (ac_try="$ac_compile"
11573 case "(($ac_try" in
11574 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11575 *) ac_try_echo=$ac_try;;
11576 esac
11577 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11578 (eval "$ac_compile") 2>conftest.er1
11579 ac_status=$?
11580 grep -v '^ *+' conftest.er1 >conftest.err
11581 rm -f conftest.er1
11582 cat conftest.err >&5
11583 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11584 (exit $ac_status); } && {
11585 test -z "$ac_c_werror_flag" ||
11586 test ! -s conftest.err
11587 } && test -s conftest.$ac_objext; then
11588 eval "$as_ac_Header=yes"
11589 else
11590 echo "$as_me: failed program was:" >&5
11591 sed 's/^/| /' conftest.$ac_ext >&5
11593 eval "$as_ac_Header=no"
11596 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11598 ac_res=`eval echo '${'$as_ac_Header'}'`
11599 { echo "$as_me:$LINENO: result: $ac_res" >&5
11600 echo "${ECHO_T}$ac_res" >&6; }
11601 if test `eval echo '${'$as_ac_Header'}'` = yes; then
11602 cat >>confdefs.h <<_ACEOF
11603 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
11604 _ACEOF
11608 done
11610 { echo "$as_me:$LINENO: checking for AuCreateFlow in -laudio" >&5
11611 echo $ECHO_N "checking for AuCreateFlow in -laudio... $ECHO_C" >&6; }
11612 if test "${ac_cv_lib_audio_AuCreateFlow+set}" = set; then
11613 echo $ECHO_N "(cached) $ECHO_C" >&6
11614 else
11615 ac_check_lib_save_LIBS=$LIBS
11616 LIBS="-laudio -lXt $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
11617 cat >conftest.$ac_ext <<_ACEOF
11618 /* confdefs.h. */
11619 _ACEOF
11620 cat confdefs.h >>conftest.$ac_ext
11621 cat >>conftest.$ac_ext <<_ACEOF
11622 /* end confdefs.h. */
11624 /* Override any GCC internal prototype to avoid an error.
11625 Use char because int might match the return type of a GCC
11626 builtin and then its argument prototype would still apply. */
11627 #ifdef __cplusplus
11628 extern "C"
11629 #endif
11630 char AuCreateFlow ();
11632 main ()
11634 return AuCreateFlow ();
11636 return 0;
11638 _ACEOF
11639 rm -f conftest.$ac_objext conftest$ac_exeext
11640 if { (ac_try="$ac_link"
11641 case "(($ac_try" in
11642 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11643 *) ac_try_echo=$ac_try;;
11644 esac
11645 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11646 (eval "$ac_link") 2>conftest.er1
11647 ac_status=$?
11648 grep -v '^ *+' conftest.er1 >conftest.err
11649 rm -f conftest.er1
11650 cat conftest.err >&5
11651 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11652 (exit $ac_status); } && {
11653 test -z "$ac_c_werror_flag" ||
11654 test ! -s conftest.err
11655 } && test -s conftest$ac_exeext &&
11656 $as_test_x conftest$ac_exeext; then
11657 ac_cv_lib_audio_AuCreateFlow=yes
11658 else
11659 echo "$as_me: failed program was:" >&5
11660 sed 's/^/| /' conftest.$ac_ext >&5
11662 ac_cv_lib_audio_AuCreateFlow=no
11665 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
11666 conftest$ac_exeext conftest.$ac_ext
11667 LIBS=$ac_check_lib_save_LIBS
11669 { echo "$as_me:$LINENO: result: $ac_cv_lib_audio_AuCreateFlow" >&5
11670 echo "${ECHO_T}$ac_cv_lib_audio_AuCreateFlow" >&6; }
11671 if test $ac_cv_lib_audio_AuCreateFlow = yes; then
11673 cat >>confdefs.h <<\_ACEOF
11674 #define HAVE_NAS 1
11675 _ACEOF
11677 { echo "$as_me:$LINENO: checking for XauGetBestAuthByAddr in -lXau" >&5
11678 echo $ECHO_N "checking for XauGetBestAuthByAddr in -lXau... $ECHO_C" >&6; }
11679 if test "${ac_cv_lib_Xau_XauGetBestAuthByAddr+set}" = set; then
11680 echo $ECHO_N "(cached) $ECHO_C" >&6
11681 else
11682 ac_check_lib_save_LIBS=$LIBS
11683 LIBS="-lXau $X_LIBS $LIBS"
11684 cat >conftest.$ac_ext <<_ACEOF
11685 /* confdefs.h. */
11686 _ACEOF
11687 cat confdefs.h >>conftest.$ac_ext
11688 cat >>conftest.$ac_ext <<_ACEOF
11689 /* end confdefs.h. */
11691 /* Override any GCC internal prototype to avoid an error.
11692 Use char because int might match the return type of a GCC
11693 builtin and then its argument prototype would still apply. */
11694 #ifdef __cplusplus
11695 extern "C"
11696 #endif
11697 char XauGetBestAuthByAddr ();
11699 main ()
11701 return XauGetBestAuthByAddr ();
11703 return 0;
11705 _ACEOF
11706 rm -f conftest.$ac_objext conftest$ac_exeext
11707 if { (ac_try="$ac_link"
11708 case "(($ac_try" in
11709 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11710 *) ac_try_echo=$ac_try;;
11711 esac
11712 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11713 (eval "$ac_link") 2>conftest.er1
11714 ac_status=$?
11715 grep -v '^ *+' conftest.er1 >conftest.err
11716 rm -f conftest.er1
11717 cat conftest.err >&5
11718 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11719 (exit $ac_status); } && {
11720 test -z "$ac_c_werror_flag" ||
11721 test ! -s conftest.err
11722 } && test -s conftest$ac_exeext &&
11723 $as_test_x conftest$ac_exeext; then
11724 ac_cv_lib_Xau_XauGetBestAuthByAddr=yes
11725 else
11726 echo "$as_me: failed program was:" >&5
11727 sed 's/^/| /' conftest.$ac_ext >&5
11729 ac_cv_lib_Xau_XauGetBestAuthByAddr=no
11732 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
11733 conftest$ac_exeext conftest.$ac_ext
11734 LIBS=$ac_check_lib_save_LIBS
11736 { echo "$as_me:$LINENO: result: $ac_cv_lib_Xau_XauGetBestAuthByAddr" >&5
11737 echo "${ECHO_T}$ac_cv_lib_Xau_XauGetBestAuthByAddr" >&6; }
11738 if test $ac_cv_lib_Xau_XauGetBestAuthByAddr = yes; then
11739 NASLIBS="-lXau -laudio -lXt $X_LIBS -lXext -lX11 $X_EXTRA_LIBS"
11740 else
11741 NASLIBS="-laudio -lXt $X_LIBS -lXext -lX11 $X_EXTRA_LIBS"
11749 done
11752 CPPFLAGS="$ac_save_CPPFLAGS"
11753 else
11754 XLIB=""
11755 X_CFLAGS=""
11756 X_LIBS=""
11757 enable_winex11_drv=${enable_winex11_drv:-no}
11758 enable_opengl32=${enable_opengl32:-no}
11759 enable_glu32=${enable_glu32:-no}
11761 if test "x$XLIB" = "x"; then
11762 case "x$with_x" in
11763 xno) ;;
11764 *) { { echo "$as_me:$LINENO: error: X development files not found. Wine will be built
11765 without X support, which probably isn't what you want. You will need to install
11766 development packages of Xlib/Xfree86 at the very least.
11767 Use the --without-x option if you really want this." >&5
11768 echo "$as_me: error: X development files not found. Wine will be built
11769 without X support, which probably isn't what you want. You will need to install
11770 development packages of Xlib/Xfree86 at the very least.
11771 Use the --without-x option if you really want this." >&2;}
11772 { (exit 1); exit 1; }; } ;;
11773 esac
11778 XML2LIBS=""
11780 XML2INCL=""
11782 XSLTLIBS=""
11784 XSLTINCL=""
11786 if test "x$with_xml" != "xno"
11787 then
11788 ac_save_CPPFLAGS="$CPPFLAGS"
11789 if test "$PKG_CONFIG" != "false"
11790 then
11791 ac_xml_libs="`$PKG_CONFIG --libs libxml-2.0 2>/dev/null`"
11792 ac_xml_cflags="`$PKG_CONFIG --cflags libxml-2.0 2>/dev/null`"
11793 else
11794 ac_xml_libs="`xml2-config --libs 2>/dev/null`"
11795 ac_xml_cflags="`xml2-config --cflags 2>/dev/null`"
11797 CPPFLAGS="$CPPFLAGS $ac_xml_cflags"
11799 for ac_header in libxml/parser.h
11801 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
11802 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
11803 { echo "$as_me:$LINENO: checking for $ac_header" >&5
11804 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
11805 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
11806 echo $ECHO_N "(cached) $ECHO_C" >&6
11808 ac_res=`eval echo '${'$as_ac_Header'}'`
11809 { echo "$as_me:$LINENO: result: $ac_res" >&5
11810 echo "${ECHO_T}$ac_res" >&6; }
11811 else
11812 # Is the header compilable?
11813 { echo "$as_me:$LINENO: checking $ac_header usability" >&5
11814 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6; }
11815 cat >conftest.$ac_ext <<_ACEOF
11816 /* confdefs.h. */
11817 _ACEOF
11818 cat confdefs.h >>conftest.$ac_ext
11819 cat >>conftest.$ac_ext <<_ACEOF
11820 /* end confdefs.h. */
11821 $ac_includes_default
11822 #include <$ac_header>
11823 _ACEOF
11824 rm -f conftest.$ac_objext
11825 if { (ac_try="$ac_compile"
11826 case "(($ac_try" in
11827 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11828 *) ac_try_echo=$ac_try;;
11829 esac
11830 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11831 (eval "$ac_compile") 2>conftest.er1
11832 ac_status=$?
11833 grep -v '^ *+' conftest.er1 >conftest.err
11834 rm -f conftest.er1
11835 cat conftest.err >&5
11836 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11837 (exit $ac_status); } && {
11838 test -z "$ac_c_werror_flag" ||
11839 test ! -s conftest.err
11840 } && test -s conftest.$ac_objext; then
11841 ac_header_compiler=yes
11842 else
11843 echo "$as_me: failed program was:" >&5
11844 sed 's/^/| /' conftest.$ac_ext >&5
11846 ac_header_compiler=no
11849 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11850 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
11851 echo "${ECHO_T}$ac_header_compiler" >&6; }
11853 # Is the header present?
11854 { echo "$as_me:$LINENO: checking $ac_header presence" >&5
11855 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6; }
11856 cat >conftest.$ac_ext <<_ACEOF
11857 /* confdefs.h. */
11858 _ACEOF
11859 cat confdefs.h >>conftest.$ac_ext
11860 cat >>conftest.$ac_ext <<_ACEOF
11861 /* end confdefs.h. */
11862 #include <$ac_header>
11863 _ACEOF
11864 if { (ac_try="$ac_cpp conftest.$ac_ext"
11865 case "(($ac_try" in
11866 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11867 *) ac_try_echo=$ac_try;;
11868 esac
11869 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11870 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
11871 ac_status=$?
11872 grep -v '^ *+' conftest.er1 >conftest.err
11873 rm -f conftest.er1
11874 cat conftest.err >&5
11875 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11876 (exit $ac_status); } >/dev/null && {
11877 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
11878 test ! -s conftest.err
11879 }; then
11880 ac_header_preproc=yes
11881 else
11882 echo "$as_me: failed program was:" >&5
11883 sed 's/^/| /' conftest.$ac_ext >&5
11885 ac_header_preproc=no
11888 rm -f conftest.err conftest.$ac_ext
11889 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
11890 echo "${ECHO_T}$ac_header_preproc" >&6; }
11892 # So? What about this header?
11893 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
11894 yes:no: )
11895 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
11896 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
11897 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
11898 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
11899 ac_header_preproc=yes
11901 no:yes:* )
11902 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
11903 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
11904 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
11905 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
11906 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
11907 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
11908 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
11909 echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
11910 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
11911 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
11912 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
11913 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
11914 ( cat <<\_ASBOX
11915 ## ------------------------------------ ##
11916 ## Report this to wine-devel@winehq.org ##
11917 ## ------------------------------------ ##
11918 _ASBOX
11919 ) | sed "s/^/$as_me: WARNING: /" >&2
11921 esac
11922 { echo "$as_me:$LINENO: checking for $ac_header" >&5
11923 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
11924 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
11925 echo $ECHO_N "(cached) $ECHO_C" >&6
11926 else
11927 eval "$as_ac_Header=\$ac_header_preproc"
11929 ac_res=`eval echo '${'$as_ac_Header'}'`
11930 { echo "$as_me:$LINENO: result: $ac_res" >&5
11931 echo "${ECHO_T}$ac_res" >&6; }
11934 if test `eval echo '${'$as_ac_Header'}'` = yes; then
11935 cat >>confdefs.h <<_ACEOF
11936 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
11937 _ACEOF
11938 { echo "$as_me:$LINENO: checking for xmlParseMemory in -lxml2" >&5
11939 echo $ECHO_N "checking for xmlParseMemory in -lxml2... $ECHO_C" >&6; }
11940 if test "${ac_cv_lib_xml2_xmlParseMemory+set}" = set; then
11941 echo $ECHO_N "(cached) $ECHO_C" >&6
11942 else
11943 ac_check_lib_save_LIBS=$LIBS
11944 LIBS="-lxml2 $ac_xml_libs $LIBS"
11945 cat >conftest.$ac_ext <<_ACEOF
11946 /* confdefs.h. */
11947 _ACEOF
11948 cat confdefs.h >>conftest.$ac_ext
11949 cat >>conftest.$ac_ext <<_ACEOF
11950 /* end confdefs.h. */
11952 /* Override any GCC internal prototype to avoid an error.
11953 Use char because int might match the return type of a GCC
11954 builtin and then its argument prototype would still apply. */
11955 #ifdef __cplusplus
11956 extern "C"
11957 #endif
11958 char xmlParseMemory ();
11960 main ()
11962 return xmlParseMemory ();
11964 return 0;
11966 _ACEOF
11967 rm -f conftest.$ac_objext conftest$ac_exeext
11968 if { (ac_try="$ac_link"
11969 case "(($ac_try" in
11970 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11971 *) ac_try_echo=$ac_try;;
11972 esac
11973 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11974 (eval "$ac_link") 2>conftest.er1
11975 ac_status=$?
11976 grep -v '^ *+' conftest.er1 >conftest.err
11977 rm -f conftest.er1
11978 cat conftest.err >&5
11979 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11980 (exit $ac_status); } && {
11981 test -z "$ac_c_werror_flag" ||
11982 test ! -s conftest.err
11983 } && test -s conftest$ac_exeext &&
11984 $as_test_x conftest$ac_exeext; then
11985 ac_cv_lib_xml2_xmlParseMemory=yes
11986 else
11987 echo "$as_me: failed program was:" >&5
11988 sed 's/^/| /' conftest.$ac_ext >&5
11990 ac_cv_lib_xml2_xmlParseMemory=no
11993 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
11994 conftest$ac_exeext conftest.$ac_ext
11995 LIBS=$ac_check_lib_save_LIBS
11997 { echo "$as_me:$LINENO: result: $ac_cv_lib_xml2_xmlParseMemory" >&5
11998 echo "${ECHO_T}$ac_cv_lib_xml2_xmlParseMemory" >&6; }
11999 if test $ac_cv_lib_xml2_xmlParseMemory = yes; then
12001 cat >>confdefs.h <<\_ACEOF
12002 #define HAVE_LIBXML2 1
12003 _ACEOF
12005 XML2LIBS="$ac_xml_libs"
12006 XML2INCL="$ac_xml_cflags"
12009 { echo "$as_me:$LINENO: checking for xmlReadMemory in -lxml2" >&5
12010 echo $ECHO_N "checking for xmlReadMemory in -lxml2... $ECHO_C" >&6; }
12011 if test "${ac_cv_lib_xml2_xmlReadMemory+set}" = set; then
12012 echo $ECHO_N "(cached) $ECHO_C" >&6
12013 else
12014 ac_check_lib_save_LIBS=$LIBS
12015 LIBS="-lxml2 $ac_xml_libs $LIBS"
12016 cat >conftest.$ac_ext <<_ACEOF
12017 /* confdefs.h. */
12018 _ACEOF
12019 cat confdefs.h >>conftest.$ac_ext
12020 cat >>conftest.$ac_ext <<_ACEOF
12021 /* end confdefs.h. */
12023 /* Override any GCC internal prototype to avoid an error.
12024 Use char because int might match the return type of a GCC
12025 builtin and then its argument prototype would still apply. */
12026 #ifdef __cplusplus
12027 extern "C"
12028 #endif
12029 char xmlReadMemory ();
12031 main ()
12033 return xmlReadMemory ();
12035 return 0;
12037 _ACEOF
12038 rm -f conftest.$ac_objext conftest$ac_exeext
12039 if { (ac_try="$ac_link"
12040 case "(($ac_try" in
12041 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12042 *) ac_try_echo=$ac_try;;
12043 esac
12044 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12045 (eval "$ac_link") 2>conftest.er1
12046 ac_status=$?
12047 grep -v '^ *+' conftest.er1 >conftest.err
12048 rm -f conftest.er1
12049 cat conftest.err >&5
12050 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12051 (exit $ac_status); } && {
12052 test -z "$ac_c_werror_flag" ||
12053 test ! -s conftest.err
12054 } && test -s conftest$ac_exeext &&
12055 $as_test_x conftest$ac_exeext; then
12056 ac_cv_lib_xml2_xmlReadMemory=yes
12057 else
12058 echo "$as_me: failed program was:" >&5
12059 sed 's/^/| /' conftest.$ac_ext >&5
12061 ac_cv_lib_xml2_xmlReadMemory=no
12064 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
12065 conftest$ac_exeext conftest.$ac_ext
12066 LIBS=$ac_check_lib_save_LIBS
12068 { echo "$as_me:$LINENO: result: $ac_cv_lib_xml2_xmlReadMemory" >&5
12069 echo "${ECHO_T}$ac_cv_lib_xml2_xmlReadMemory" >&6; }
12070 if test $ac_cv_lib_xml2_xmlReadMemory = yes; then
12072 cat >>confdefs.h <<\_ACEOF
12073 #define HAVE_XMLREADMEMORY 1
12074 _ACEOF
12078 { echo "$as_me:$LINENO: checking for xmlNewDocPI in -lxml2" >&5
12079 echo $ECHO_N "checking for xmlNewDocPI in -lxml2... $ECHO_C" >&6; }
12080 if test "${ac_cv_lib_xml2_xmlNewDocPI+set}" = set; then
12081 echo $ECHO_N "(cached) $ECHO_C" >&6
12082 else
12083 ac_check_lib_save_LIBS=$LIBS
12084 LIBS="-lxml2 $ac_xml_libs $LIBS"
12085 cat >conftest.$ac_ext <<_ACEOF
12086 /* confdefs.h. */
12087 _ACEOF
12088 cat confdefs.h >>conftest.$ac_ext
12089 cat >>conftest.$ac_ext <<_ACEOF
12090 /* end confdefs.h. */
12092 /* Override any GCC internal prototype to avoid an error.
12093 Use char because int might match the return type of a GCC
12094 builtin and then its argument prototype would still apply. */
12095 #ifdef __cplusplus
12096 extern "C"
12097 #endif
12098 char xmlNewDocPI ();
12100 main ()
12102 return xmlNewDocPI ();
12104 return 0;
12106 _ACEOF
12107 rm -f conftest.$ac_objext conftest$ac_exeext
12108 if { (ac_try="$ac_link"
12109 case "(($ac_try" in
12110 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12111 *) ac_try_echo=$ac_try;;
12112 esac
12113 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12114 (eval "$ac_link") 2>conftest.er1
12115 ac_status=$?
12116 grep -v '^ *+' conftest.er1 >conftest.err
12117 rm -f conftest.er1
12118 cat conftest.err >&5
12119 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12120 (exit $ac_status); } && {
12121 test -z "$ac_c_werror_flag" ||
12122 test ! -s conftest.err
12123 } && test -s conftest$ac_exeext &&
12124 $as_test_x conftest$ac_exeext; then
12125 ac_cv_lib_xml2_xmlNewDocPI=yes
12126 else
12127 echo "$as_me: failed program was:" >&5
12128 sed 's/^/| /' conftest.$ac_ext >&5
12130 ac_cv_lib_xml2_xmlNewDocPI=no
12133 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
12134 conftest$ac_exeext conftest.$ac_ext
12135 LIBS=$ac_check_lib_save_LIBS
12137 { echo "$as_me:$LINENO: result: $ac_cv_lib_xml2_xmlNewDocPI" >&5
12138 echo "${ECHO_T}$ac_cv_lib_xml2_xmlNewDocPI" >&6; }
12139 if test $ac_cv_lib_xml2_xmlNewDocPI = yes; then
12141 cat >>confdefs.h <<\_ACEOF
12142 #define HAVE_XMLNEWDOCPI 1
12143 _ACEOF
12150 done
12152 CPPFLAGS="$ac_save_CPPFLAGS"
12154 if test "$ac_cv_lib_xml2_xmlParseMemory" != "yes"; then
12155 case "x$with_xml" in
12156 x) wine_warnings="$wine_warnings|libxml2 development files not found, XML won't be supported." ;;
12157 xno) ;;
12158 *) { { echo "$as_me:$LINENO: error: libxml2 development files not found, XML won't be supported.
12159 This is an error since --with-xml was requested." >&5
12160 echo "$as_me: error: libxml2 development files not found, XML won't be supported.
12161 This is an error since --with-xml was requested." >&2;}
12162 { (exit 1); exit 1; }; } ;;
12163 esac
12167 if test "x$with_xslt" != "xno"
12168 then
12169 if test "$PKG_CONFIG" != "false"
12170 then
12171 ac_xslt_libs="`$PKG_CONFIG --libs libxslt 2>/dev/null`"
12172 ac_xslt_cflags="`$PKG_CONFIG --cflags libxslt 2>/dev/null`"
12173 else
12174 ac_xslt_libs="`xslt-config --libs 2>/dev/null`"
12175 ac_xslt_cflags="`xslt-config --cflags 2>/dev/null`"
12177 ac_save_CPPFLAGS="$CPPFLAGS"
12178 CPPFLAGS="$CPPFLAGS $ac_xslt_cflags"
12181 for ac_header in libxslt/pattern.h libxslt/transform.h
12183 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
12184 { echo "$as_me:$LINENO: checking for $ac_header" >&5
12185 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
12186 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
12187 echo $ECHO_N "(cached) $ECHO_C" >&6
12188 else
12189 cat >conftest.$ac_ext <<_ACEOF
12190 /* confdefs.h. */
12191 _ACEOF
12192 cat confdefs.h >>conftest.$ac_ext
12193 cat >>conftest.$ac_ext <<_ACEOF
12194 /* end confdefs.h. */
12195 #ifdef HAVE_LIBXSLT_PATTERN_H
12196 # include <libxslt/pattern.h>
12197 #endif
12199 #include <$ac_header>
12200 _ACEOF
12201 rm -f conftest.$ac_objext
12202 if { (ac_try="$ac_compile"
12203 case "(($ac_try" in
12204 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12205 *) ac_try_echo=$ac_try;;
12206 esac
12207 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12208 (eval "$ac_compile") 2>conftest.er1
12209 ac_status=$?
12210 grep -v '^ *+' conftest.er1 >conftest.err
12211 rm -f conftest.er1
12212 cat conftest.err >&5
12213 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12214 (exit $ac_status); } && {
12215 test -z "$ac_c_werror_flag" ||
12216 test ! -s conftest.err
12217 } && test -s conftest.$ac_objext; then
12218 eval "$as_ac_Header=yes"
12219 else
12220 echo "$as_me: failed program was:" >&5
12221 sed 's/^/| /' conftest.$ac_ext >&5
12223 eval "$as_ac_Header=no"
12226 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
12228 ac_res=`eval echo '${'$as_ac_Header'}'`
12229 { echo "$as_me:$LINENO: result: $ac_res" >&5
12230 echo "${ECHO_T}$ac_res" >&6; }
12231 if test `eval echo '${'$as_ac_Header'}'` = yes; then
12232 cat >>confdefs.h <<_ACEOF
12233 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
12234 _ACEOF
12238 done
12240 CPPFLAGS="$ac_save_CPPFLAGS"
12241 if test "$ac_cv_header_libxslt_transform_h" = "yes"
12242 then
12243 { echo "$as_me:$LINENO: checking for xsltCompilePattern in -lxslt" >&5
12244 echo $ECHO_N "checking for xsltCompilePattern in -lxslt... $ECHO_C" >&6; }
12245 if test "${ac_cv_lib_xslt_xsltCompilePattern+set}" = set; then
12246 echo $ECHO_N "(cached) $ECHO_C" >&6
12247 else
12248 ac_check_lib_save_LIBS=$LIBS
12249 LIBS="-lxslt $ac_xslt_libs $LIBS"
12250 cat >conftest.$ac_ext <<_ACEOF
12251 /* confdefs.h. */
12252 _ACEOF
12253 cat confdefs.h >>conftest.$ac_ext
12254 cat >>conftest.$ac_ext <<_ACEOF
12255 /* end confdefs.h. */
12257 /* Override any GCC internal prototype to avoid an error.
12258 Use char because int might match the return type of a GCC
12259 builtin and then its argument prototype would still apply. */
12260 #ifdef __cplusplus
12261 extern "C"
12262 #endif
12263 char xsltCompilePattern ();
12265 main ()
12267 return xsltCompilePattern ();
12269 return 0;
12271 _ACEOF
12272 rm -f conftest.$ac_objext conftest$ac_exeext
12273 if { (ac_try="$ac_link"
12274 case "(($ac_try" in
12275 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12276 *) ac_try_echo=$ac_try;;
12277 esac
12278 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12279 (eval "$ac_link") 2>conftest.er1
12280 ac_status=$?
12281 grep -v '^ *+' conftest.er1 >conftest.err
12282 rm -f conftest.er1
12283 cat conftest.err >&5
12284 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12285 (exit $ac_status); } && {
12286 test -z "$ac_c_werror_flag" ||
12287 test ! -s conftest.err
12288 } && test -s conftest$ac_exeext &&
12289 $as_test_x conftest$ac_exeext; then
12290 ac_cv_lib_xslt_xsltCompilePattern=yes
12291 else
12292 echo "$as_me: failed program was:" >&5
12293 sed 's/^/| /' conftest.$ac_ext >&5
12295 ac_cv_lib_xslt_xsltCompilePattern=no
12298 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
12299 conftest$ac_exeext conftest.$ac_ext
12300 LIBS=$ac_check_lib_save_LIBS
12302 { echo "$as_me:$LINENO: result: $ac_cv_lib_xslt_xsltCompilePattern" >&5
12303 echo "${ECHO_T}$ac_cv_lib_xslt_xsltCompilePattern" >&6; }
12304 if test $ac_cv_lib_xslt_xsltCompilePattern = yes; then
12306 cat >>confdefs.h <<\_ACEOF
12307 #define HAVE_LIBXSLT 1
12308 _ACEOF
12310 XSLTLIBS="$ac_xslt_libs"
12311 XSLTINCL="$ac_xslt_cflags"
12312 ac_save_LIBS="$LIBS"
12313 LIBS="$LIBS $ac_xslt_libs"
12315 for ac_func in xsltInit
12317 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
12318 { echo "$as_me:$LINENO: checking for $ac_func" >&5
12319 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
12320 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
12321 echo $ECHO_N "(cached) $ECHO_C" >&6
12322 else
12323 cat >conftest.$ac_ext <<_ACEOF
12324 /* confdefs.h. */
12325 _ACEOF
12326 cat confdefs.h >>conftest.$ac_ext
12327 cat >>conftest.$ac_ext <<_ACEOF
12328 /* end confdefs.h. */
12329 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
12330 For example, HP-UX 11i <limits.h> declares gettimeofday. */
12331 #define $ac_func innocuous_$ac_func
12333 /* System header to define __stub macros and hopefully few prototypes,
12334 which can conflict with char $ac_func (); below.
12335 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
12336 <limits.h> exists even on freestanding compilers. */
12338 #ifdef __STDC__
12339 # include <limits.h>
12340 #else
12341 # include <assert.h>
12342 #endif
12344 #undef $ac_func
12346 /* Override any GCC internal prototype to avoid an error.
12347 Use char because int might match the return type of a GCC
12348 builtin and then its argument prototype would still apply. */
12349 #ifdef __cplusplus
12350 extern "C"
12351 #endif
12352 char $ac_func ();
12353 /* The GNU C library defines this for functions which it implements
12354 to always fail with ENOSYS. Some functions are actually named
12355 something starting with __ and the normal name is an alias. */
12356 #if defined __stub_$ac_func || defined __stub___$ac_func
12357 choke me
12358 #endif
12361 main ()
12363 return $ac_func ();
12365 return 0;
12367 _ACEOF
12368 rm -f conftest.$ac_objext conftest$ac_exeext
12369 if { (ac_try="$ac_link"
12370 case "(($ac_try" in
12371 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12372 *) ac_try_echo=$ac_try;;
12373 esac
12374 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12375 (eval "$ac_link") 2>conftest.er1
12376 ac_status=$?
12377 grep -v '^ *+' conftest.er1 >conftest.err
12378 rm -f conftest.er1
12379 cat conftest.err >&5
12380 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12381 (exit $ac_status); } && {
12382 test -z "$ac_c_werror_flag" ||
12383 test ! -s conftest.err
12384 } && test -s conftest$ac_exeext &&
12385 $as_test_x conftest$ac_exeext; then
12386 eval "$as_ac_var=yes"
12387 else
12388 echo "$as_me: failed program was:" >&5
12389 sed 's/^/| /' conftest.$ac_ext >&5
12391 eval "$as_ac_var=no"
12394 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
12395 conftest$ac_exeext conftest.$ac_ext
12397 ac_res=`eval echo '${'$as_ac_var'}'`
12398 { echo "$as_me:$LINENO: result: $ac_res" >&5
12399 echo "${ECHO_T}$ac_res" >&6; }
12400 if test `eval echo '${'$as_ac_var'}'` = yes; then
12401 cat >>confdefs.h <<_ACEOF
12402 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
12403 _ACEOF
12406 done
12408 LIBS="$ac_save_LIBS"
12413 if test "$ac_cv_lib_xslt_xsltCompilePattern" != "yes"; then
12414 case "x$with_xslt" in
12415 x) wine_warnings="$wine_warnings|libxslt development files not found, xslt won't be supported." ;;
12416 xno) ;;
12417 *) { { echo "$as_me:$LINENO: error: libxslt development files not found, xslt won't be supported.
12418 This is an error since --with-xslt was requested." >&5
12419 echo "$as_me: error: libxslt development files not found, xslt won't be supported.
12420 This is an error since --with-xslt was requested." >&2;}
12421 { (exit 1); exit 1; }; } ;;
12422 esac
12426 HALINCL=""
12428 if test "x$with_hal" != "xno" -a "$PKG_CONFIG" != "false"
12429 then
12430 ac_save_CPPFLAGS="$CPPFLAGS"
12431 ac_hal_libs="`$PKG_CONFIG --libs hal 2>/dev/null`"
12432 ac_hal_cflags="`$PKG_CONFIG --cflags hal 2>/dev/null`"
12433 CPPFLAGS="$CPPFLAGS $ac_hal_cflags"
12436 for ac_header in dbus/dbus.h hal/libhal.h
12438 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
12439 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
12440 { echo "$as_me:$LINENO: checking for $ac_header" >&5
12441 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
12442 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
12443 echo $ECHO_N "(cached) $ECHO_C" >&6
12445 ac_res=`eval echo '${'$as_ac_Header'}'`
12446 { echo "$as_me:$LINENO: result: $ac_res" >&5
12447 echo "${ECHO_T}$ac_res" >&6; }
12448 else
12449 # Is the header compilable?
12450 { echo "$as_me:$LINENO: checking $ac_header usability" >&5
12451 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6; }
12452 cat >conftest.$ac_ext <<_ACEOF
12453 /* confdefs.h. */
12454 _ACEOF
12455 cat confdefs.h >>conftest.$ac_ext
12456 cat >>conftest.$ac_ext <<_ACEOF
12457 /* end confdefs.h. */
12458 $ac_includes_default
12459 #include <$ac_header>
12460 _ACEOF
12461 rm -f conftest.$ac_objext
12462 if { (ac_try="$ac_compile"
12463 case "(($ac_try" in
12464 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12465 *) ac_try_echo=$ac_try;;
12466 esac
12467 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12468 (eval "$ac_compile") 2>conftest.er1
12469 ac_status=$?
12470 grep -v '^ *+' conftest.er1 >conftest.err
12471 rm -f conftest.er1
12472 cat conftest.err >&5
12473 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12474 (exit $ac_status); } && {
12475 test -z "$ac_c_werror_flag" ||
12476 test ! -s conftest.err
12477 } && test -s conftest.$ac_objext; then
12478 ac_header_compiler=yes
12479 else
12480 echo "$as_me: failed program was:" >&5
12481 sed 's/^/| /' conftest.$ac_ext >&5
12483 ac_header_compiler=no
12486 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
12487 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
12488 echo "${ECHO_T}$ac_header_compiler" >&6; }
12490 # Is the header present?
12491 { echo "$as_me:$LINENO: checking $ac_header presence" >&5
12492 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6; }
12493 cat >conftest.$ac_ext <<_ACEOF
12494 /* confdefs.h. */
12495 _ACEOF
12496 cat confdefs.h >>conftest.$ac_ext
12497 cat >>conftest.$ac_ext <<_ACEOF
12498 /* end confdefs.h. */
12499 #include <$ac_header>
12500 _ACEOF
12501 if { (ac_try="$ac_cpp conftest.$ac_ext"
12502 case "(($ac_try" in
12503 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12504 *) ac_try_echo=$ac_try;;
12505 esac
12506 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12507 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
12508 ac_status=$?
12509 grep -v '^ *+' conftest.er1 >conftest.err
12510 rm -f conftest.er1
12511 cat conftest.err >&5
12512 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12513 (exit $ac_status); } >/dev/null && {
12514 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
12515 test ! -s conftest.err
12516 }; then
12517 ac_header_preproc=yes
12518 else
12519 echo "$as_me: failed program was:" >&5
12520 sed 's/^/| /' conftest.$ac_ext >&5
12522 ac_header_preproc=no
12525 rm -f conftest.err conftest.$ac_ext
12526 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
12527 echo "${ECHO_T}$ac_header_preproc" >&6; }
12529 # So? What about this header?
12530 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
12531 yes:no: )
12532 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
12533 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
12534 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
12535 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
12536 ac_header_preproc=yes
12538 no:yes:* )
12539 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
12540 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
12541 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
12542 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
12543 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
12544 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
12545 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
12546 echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
12547 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
12548 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
12549 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
12550 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
12551 ( cat <<\_ASBOX
12552 ## ------------------------------------ ##
12553 ## Report this to wine-devel@winehq.org ##
12554 ## ------------------------------------ ##
12555 _ASBOX
12556 ) | sed "s/^/$as_me: WARNING: /" >&2
12558 esac
12559 { echo "$as_me:$LINENO: checking for $ac_header" >&5
12560 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
12561 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
12562 echo $ECHO_N "(cached) $ECHO_C" >&6
12563 else
12564 eval "$as_ac_Header=\$ac_header_preproc"
12566 ac_res=`eval echo '${'$as_ac_Header'}'`
12567 { echo "$as_me:$LINENO: result: $ac_res" >&5
12568 echo "${ECHO_T}$ac_res" >&6; }
12571 if test `eval echo '${'$as_ac_Header'}'` = yes; then
12572 cat >>confdefs.h <<_ACEOF
12573 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
12574 _ACEOF
12578 done
12580 if test "$ac_cv_header_dbus_dbus_h" = "yes" -a "$ac_cv_header_hal_libhal_h" = "yes"
12581 then
12582 { echo "$as_me:$LINENO: checking for dbus_connection_close in -ldbus-1" >&5
12583 echo $ECHO_N "checking for dbus_connection_close in -ldbus-1... $ECHO_C" >&6; }
12584 if test "${ac_cv_lib_dbus_1_dbus_connection_close+set}" = set; then
12585 echo $ECHO_N "(cached) $ECHO_C" >&6
12586 else
12587 ac_check_lib_save_LIBS=$LIBS
12588 LIBS="-ldbus-1 $ac_hal_libs $LIBS"
12589 cat >conftest.$ac_ext <<_ACEOF
12590 /* confdefs.h. */
12591 _ACEOF
12592 cat confdefs.h >>conftest.$ac_ext
12593 cat >>conftest.$ac_ext <<_ACEOF
12594 /* end confdefs.h. */
12596 /* Override any GCC internal prototype to avoid an error.
12597 Use char because int might match the return type of a GCC
12598 builtin and then its argument prototype would still apply. */
12599 #ifdef __cplusplus
12600 extern "C"
12601 #endif
12602 char dbus_connection_close ();
12604 main ()
12606 return dbus_connection_close ();
12608 return 0;
12610 _ACEOF
12611 rm -f conftest.$ac_objext conftest$ac_exeext
12612 if { (ac_try="$ac_link"
12613 case "(($ac_try" in
12614 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12615 *) ac_try_echo=$ac_try;;
12616 esac
12617 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12618 (eval "$ac_link") 2>conftest.er1
12619 ac_status=$?
12620 grep -v '^ *+' conftest.er1 >conftest.err
12621 rm -f conftest.er1
12622 cat conftest.err >&5
12623 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12624 (exit $ac_status); } && {
12625 test -z "$ac_c_werror_flag" ||
12626 test ! -s conftest.err
12627 } && test -s conftest$ac_exeext &&
12628 $as_test_x conftest$ac_exeext; then
12629 ac_cv_lib_dbus_1_dbus_connection_close=yes
12630 else
12631 echo "$as_me: failed program was:" >&5
12632 sed 's/^/| /' conftest.$ac_ext >&5
12634 ac_cv_lib_dbus_1_dbus_connection_close=no
12637 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
12638 conftest$ac_exeext conftest.$ac_ext
12639 LIBS=$ac_check_lib_save_LIBS
12641 { echo "$as_me:$LINENO: result: $ac_cv_lib_dbus_1_dbus_connection_close" >&5
12642 echo "${ECHO_T}$ac_cv_lib_dbus_1_dbus_connection_close" >&6; }
12643 if test $ac_cv_lib_dbus_1_dbus_connection_close = yes; then
12644 { echo "$as_me:$LINENO: checking for -lhal" >&5
12645 echo $ECHO_N "checking for -lhal... $ECHO_C" >&6; }
12646 if test "${ac_cv_lib_soname_hal+set}" = set; then
12647 echo $ECHO_N "(cached) $ECHO_C" >&6
12648 else
12649 ac_check_soname_save_LIBS=$LIBS
12650 LIBS="-lhal $ac_hal_libs $LIBS"
12651 cat >conftest.$ac_ext <<_ACEOF
12652 /* confdefs.h. */
12653 _ACEOF
12654 cat confdefs.h >>conftest.$ac_ext
12655 cat >>conftest.$ac_ext <<_ACEOF
12656 /* end confdefs.h. */
12658 /* Override any GCC internal prototype to avoid an error.
12659 Use char because int might match the return type of a GCC
12660 builtin and then its argument prototype would still apply. */
12661 #ifdef __cplusplus
12662 extern "C"
12663 #endif
12664 char libhal_ctx_new ();
12666 main ()
12668 return libhal_ctx_new ();
12670 return 0;
12672 _ACEOF
12673 rm -f conftest.$ac_objext conftest$ac_exeext
12674 if { (ac_try="$ac_link"
12675 case "(($ac_try" in
12676 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12677 *) ac_try_echo=$ac_try;;
12678 esac
12679 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12680 (eval "$ac_link") 2>conftest.er1
12681 ac_status=$?
12682 grep -v '^ *+' conftest.er1 >conftest.err
12683 rm -f conftest.er1
12684 cat conftest.err >&5
12685 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12686 (exit $ac_status); } && {
12687 test -z "$ac_c_werror_flag" ||
12688 test ! -s conftest.err
12689 } && test -s conftest$ac_exeext &&
12690 $as_test_x conftest$ac_exeext; then
12691 case "$LIBEXT" in
12692 dll) ;;
12693 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'` ;;
12694 *) ac_cv_lib_soname_hal=`$ac_cv_path_LDD conftest$ac_exeext | grep "libhal\\.$LIBEXT" | sed -e "s/^.*\(libhal\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
12695 esac
12696 else
12697 echo "$as_me: failed program was:" >&5
12698 sed 's/^/| /' conftest.$ac_ext >&5
12703 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
12704 conftest$ac_exeext conftest.$ac_ext
12705 LIBS=$ac_check_soname_save_LIBS
12707 if test "x$ac_cv_lib_soname_hal" = "x"; then
12708 { echo "$as_me:$LINENO: result: not found" >&5
12709 echo "${ECHO_T}not found" >&6; }
12711 else
12712 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_hal" >&5
12713 echo "${ECHO_T}$ac_cv_lib_soname_hal" >&6; }
12715 cat >>confdefs.h <<_ACEOF
12716 #define SONAME_LIBHAL "$ac_cv_lib_soname_hal"
12717 _ACEOF
12719 HALINCL="$ac_hal_cflags"
12725 CPPFLAGS="$ac_save_CPPFLAGS"
12727 if test "x$ac_cv_lib_soname_hal" = "x"; then
12728 case "x$with_hal" in
12729 x) wine_notices="$wine_notices|libhal development files not found, no dynamic device support." ;;
12730 xno) ;;
12731 *) { { echo "$as_me:$LINENO: error: libhal development files not found, no dynamic device support.
12732 This is an error since --with-hal was requested." >&5
12733 echo "$as_me: error: libhal development files not found, no dynamic device support.
12734 This is an error since --with-hal was requested." >&2;}
12735 { (exit 1); exit 1; }; } ;;
12736 esac
12740 if test "x$with_gnutls" != "xno" -a "$PKG_CONFIG" != "false"
12741 then
12742 ac_save_CPPFLAGS="$CPPFLAGS"
12743 ac_gnutls_libs="`$PKG_CONFIG --libs gnutls 2>/dev/null`"
12744 ac_gnutls_cflags="`$PKG_CONFIG --cflags gnutls 2>/dev/null`"
12745 CPPFLAGS="$CPPFLAGS $ac_gnutls_cflags"
12746 if test "${ac_cv_header_gnutls_gnutls_h+set}" = set; then
12747 { echo "$as_me:$LINENO: checking for gnutls/gnutls.h" >&5
12748 echo $ECHO_N "checking for gnutls/gnutls.h... $ECHO_C" >&6; }
12749 if test "${ac_cv_header_gnutls_gnutls_h+set}" = set; then
12750 echo $ECHO_N "(cached) $ECHO_C" >&6
12752 { echo "$as_me:$LINENO: result: $ac_cv_header_gnutls_gnutls_h" >&5
12753 echo "${ECHO_T}$ac_cv_header_gnutls_gnutls_h" >&6; }
12754 else
12755 # Is the header compilable?
12756 { echo "$as_me:$LINENO: checking gnutls/gnutls.h usability" >&5
12757 echo $ECHO_N "checking gnutls/gnutls.h usability... $ECHO_C" >&6; }
12758 cat >conftest.$ac_ext <<_ACEOF
12759 /* confdefs.h. */
12760 _ACEOF
12761 cat confdefs.h >>conftest.$ac_ext
12762 cat >>conftest.$ac_ext <<_ACEOF
12763 /* end confdefs.h. */
12764 $ac_includes_default
12765 #include <gnutls/gnutls.h>
12766 _ACEOF
12767 rm -f conftest.$ac_objext
12768 if { (ac_try="$ac_compile"
12769 case "(($ac_try" in
12770 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12771 *) ac_try_echo=$ac_try;;
12772 esac
12773 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12774 (eval "$ac_compile") 2>conftest.er1
12775 ac_status=$?
12776 grep -v '^ *+' conftest.er1 >conftest.err
12777 rm -f conftest.er1
12778 cat conftest.err >&5
12779 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12780 (exit $ac_status); } && {
12781 test -z "$ac_c_werror_flag" ||
12782 test ! -s conftest.err
12783 } && test -s conftest.$ac_objext; then
12784 ac_header_compiler=yes
12785 else
12786 echo "$as_me: failed program was:" >&5
12787 sed 's/^/| /' conftest.$ac_ext >&5
12789 ac_header_compiler=no
12792 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
12793 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
12794 echo "${ECHO_T}$ac_header_compiler" >&6; }
12796 # Is the header present?
12797 { echo "$as_me:$LINENO: checking gnutls/gnutls.h presence" >&5
12798 echo $ECHO_N "checking gnutls/gnutls.h presence... $ECHO_C" >&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 #include <gnutls/gnutls.h>
12806 _ACEOF
12807 if { (ac_try="$ac_cpp conftest.$ac_ext"
12808 case "(($ac_try" in
12809 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12810 *) ac_try_echo=$ac_try;;
12811 esac
12812 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12813 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
12814 ac_status=$?
12815 grep -v '^ *+' conftest.er1 >conftest.err
12816 rm -f conftest.er1
12817 cat conftest.err >&5
12818 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12819 (exit $ac_status); } >/dev/null && {
12820 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
12821 test ! -s conftest.err
12822 }; then
12823 ac_header_preproc=yes
12824 else
12825 echo "$as_me: failed program was:" >&5
12826 sed 's/^/| /' conftest.$ac_ext >&5
12828 ac_header_preproc=no
12831 rm -f conftest.err conftest.$ac_ext
12832 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
12833 echo "${ECHO_T}$ac_header_preproc" >&6; }
12835 # So? What about this header?
12836 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
12837 yes:no: )
12838 { echo "$as_me:$LINENO: WARNING: gnutls/gnutls.h: accepted by the compiler, rejected by the preprocessor!" >&5
12839 echo "$as_me: WARNING: gnutls/gnutls.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
12840 { echo "$as_me:$LINENO: WARNING: gnutls/gnutls.h: proceeding with the compiler's result" >&5
12841 echo "$as_me: WARNING: gnutls/gnutls.h: proceeding with the compiler's result" >&2;}
12842 ac_header_preproc=yes
12844 no:yes:* )
12845 { echo "$as_me:$LINENO: WARNING: gnutls/gnutls.h: present but cannot be compiled" >&5
12846 echo "$as_me: WARNING: gnutls/gnutls.h: present but cannot be compiled" >&2;}
12847 { echo "$as_me:$LINENO: WARNING: gnutls/gnutls.h: check for missing prerequisite headers?" >&5
12848 echo "$as_me: WARNING: gnutls/gnutls.h: check for missing prerequisite headers?" >&2;}
12849 { echo "$as_me:$LINENO: WARNING: gnutls/gnutls.h: see the Autoconf documentation" >&5
12850 echo "$as_me: WARNING: gnutls/gnutls.h: see the Autoconf documentation" >&2;}
12851 { echo "$as_me:$LINENO: WARNING: gnutls/gnutls.h: section \"Present But Cannot Be Compiled\"" >&5
12852 echo "$as_me: WARNING: gnutls/gnutls.h: section \"Present But Cannot Be Compiled\"" >&2;}
12853 { echo "$as_me:$LINENO: WARNING: gnutls/gnutls.h: proceeding with the preprocessor's result" >&5
12854 echo "$as_me: WARNING: gnutls/gnutls.h: proceeding with the preprocessor's result" >&2;}
12855 { echo "$as_me:$LINENO: WARNING: gnutls/gnutls.h: in the future, the compiler will take precedence" >&5
12856 echo "$as_me: WARNING: gnutls/gnutls.h: in the future, the compiler will take precedence" >&2;}
12857 ( cat <<\_ASBOX
12858 ## ------------------------------------ ##
12859 ## Report this to wine-devel@winehq.org ##
12860 ## ------------------------------------ ##
12861 _ASBOX
12862 ) | sed "s/^/$as_me: WARNING: /" >&2
12864 esac
12865 { echo "$as_me:$LINENO: checking for gnutls/gnutls.h" >&5
12866 echo $ECHO_N "checking for gnutls/gnutls.h... $ECHO_C" >&6; }
12867 if test "${ac_cv_header_gnutls_gnutls_h+set}" = set; then
12868 echo $ECHO_N "(cached) $ECHO_C" >&6
12869 else
12870 ac_cv_header_gnutls_gnutls_h=$ac_header_preproc
12872 { echo "$as_me:$LINENO: result: $ac_cv_header_gnutls_gnutls_h" >&5
12873 echo "${ECHO_T}$ac_cv_header_gnutls_gnutls_h" >&6; }
12876 if test $ac_cv_header_gnutls_gnutls_h = yes; then
12877 { echo "$as_me:$LINENO: checking for -lgnutls" >&5
12878 echo $ECHO_N "checking for -lgnutls... $ECHO_C" >&6; }
12879 if test "${ac_cv_lib_soname_gnutls+set}" = set; then
12880 echo $ECHO_N "(cached) $ECHO_C" >&6
12881 else
12882 ac_check_soname_save_LIBS=$LIBS
12883 LIBS="-lgnutls $ac_gnutls_libs $LIBS"
12884 cat >conftest.$ac_ext <<_ACEOF
12885 /* confdefs.h. */
12886 _ACEOF
12887 cat confdefs.h >>conftest.$ac_ext
12888 cat >>conftest.$ac_ext <<_ACEOF
12889 /* end confdefs.h. */
12891 /* Override any GCC internal prototype to avoid an error.
12892 Use char because int might match the return type of a GCC
12893 builtin and then its argument prototype would still apply. */
12894 #ifdef __cplusplus
12895 extern "C"
12896 #endif
12897 char gnutls_global_init ();
12899 main ()
12901 return gnutls_global_init ();
12903 return 0;
12905 _ACEOF
12906 rm -f conftest.$ac_objext conftest$ac_exeext
12907 if { (ac_try="$ac_link"
12908 case "(($ac_try" in
12909 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12910 *) ac_try_echo=$ac_try;;
12911 esac
12912 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12913 (eval "$ac_link") 2>conftest.er1
12914 ac_status=$?
12915 grep -v '^ *+' conftest.er1 >conftest.err
12916 rm -f conftest.er1
12917 cat conftest.err >&5
12918 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12919 (exit $ac_status); } && {
12920 test -z "$ac_c_werror_flag" ||
12921 test ! -s conftest.err
12922 } && test -s conftest$ac_exeext &&
12923 $as_test_x conftest$ac_exeext; then
12924 case "$LIBEXT" in
12925 dll) ;;
12926 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'` ;;
12927 *) ac_cv_lib_soname_gnutls=`$ac_cv_path_LDD conftest$ac_exeext | grep "libgnutls\\.$LIBEXT" | sed -e "s/^.*\(libgnutls\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
12928 esac
12929 else
12930 echo "$as_me: failed program was:" >&5
12931 sed 's/^/| /' conftest.$ac_ext >&5
12936 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
12937 conftest$ac_exeext conftest.$ac_ext
12938 LIBS=$ac_check_soname_save_LIBS
12940 if test "x$ac_cv_lib_soname_gnutls" = "x"; then
12941 { echo "$as_me:$LINENO: result: not found" >&5
12942 echo "${ECHO_T}not found" >&6; }
12944 else
12945 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_gnutls" >&5
12946 echo "${ECHO_T}$ac_cv_lib_soname_gnutls" >&6; }
12948 cat >>confdefs.h <<_ACEOF
12949 #define SONAME_LIBGNUTLS "$ac_cv_lib_soname_gnutls"
12950 _ACEOF
12952 GNUTLSINCL="$ac_gnutls_cflags"
12959 CPPFLAGS="$ac_save_CPPFLAGS"
12961 if test "x$ac_cv_lib_soname_gnutls" = "x"; then
12962 case "x$with_gnutls" in
12963 x) wine_notices="$wine_notices|libgnutls development files not found, no schannel support." ;;
12964 xno) ;;
12965 *) { { echo "$as_me:$LINENO: error: libgnutls development files not found, no schannel support.
12966 This is an error since --with-gnutls was requested." >&5
12967 echo "$as_me: error: libgnutls development files not found, no schannel support.
12968 This is an error since --with-gnutls was requested." >&2;}
12969 { (exit 1); exit 1; }; } ;;
12970 esac
12974 CURSESLIBS=""
12975 if test "$ac_cv_header_ncurses_h" = "yes"
12976 then
12977 { echo "$as_me:$LINENO: checking for -lncurses" >&5
12978 echo $ECHO_N "checking for -lncurses... $ECHO_C" >&6; }
12979 if test "${ac_cv_lib_soname_ncurses+set}" = set; then
12980 echo $ECHO_N "(cached) $ECHO_C" >&6
12981 else
12982 ac_check_soname_save_LIBS=$LIBS
12983 LIBS="-lncurses $LIBS"
12984 cat >conftest.$ac_ext <<_ACEOF
12985 /* confdefs.h. */
12986 _ACEOF
12987 cat confdefs.h >>conftest.$ac_ext
12988 cat >>conftest.$ac_ext <<_ACEOF
12989 /* end confdefs.h. */
12991 /* Override any GCC internal prototype to avoid an error.
12992 Use char because int might match the return type of a GCC
12993 builtin and then its argument prototype would still apply. */
12994 #ifdef __cplusplus
12995 extern "C"
12996 #endif
12997 char waddch ();
12999 main ()
13001 return waddch ();
13003 return 0;
13005 _ACEOF
13006 rm -f conftest.$ac_objext conftest$ac_exeext
13007 if { (ac_try="$ac_link"
13008 case "(($ac_try" in
13009 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13010 *) ac_try_echo=$ac_try;;
13011 esac
13012 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
13013 (eval "$ac_link") 2>conftest.er1
13014 ac_status=$?
13015 grep -v '^ *+' conftest.er1 >conftest.err
13016 rm -f conftest.er1
13017 cat conftest.err >&5
13018 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13019 (exit $ac_status); } && {
13020 test -z "$ac_c_werror_flag" ||
13021 test ! -s conftest.err
13022 } && test -s conftest$ac_exeext &&
13023 $as_test_x conftest$ac_exeext; then
13024 case "$LIBEXT" in
13025 dll) ;;
13026 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'` ;;
13027 *) ac_cv_lib_soname_ncurses=`$ac_cv_path_LDD conftest$ac_exeext | grep "libncurses\\.$LIBEXT" | sed -e "s/^.*\(libncurses\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
13028 esac
13029 else
13030 echo "$as_me: failed program was:" >&5
13031 sed 's/^/| /' conftest.$ac_ext >&5
13036 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
13037 conftest$ac_exeext conftest.$ac_ext
13038 LIBS=$ac_check_soname_save_LIBS
13040 if test "x$ac_cv_lib_soname_ncurses" = "x"; then
13041 { echo "$as_me:$LINENO: result: not found" >&5
13042 echo "${ECHO_T}not found" >&6; }
13044 else
13045 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_ncurses" >&5
13046 echo "${ECHO_T}$ac_cv_lib_soname_ncurses" >&6; }
13048 cat >>confdefs.h <<_ACEOF
13049 #define SONAME_LIBNCURSES "$ac_cv_lib_soname_ncurses"
13050 _ACEOF
13052 CURSESLIBS="-lncurses"
13055 elif test "$ac_cv_header_curses_h" = "yes"
13056 then
13057 { echo "$as_me:$LINENO: checking for -lcurses" >&5
13058 echo $ECHO_N "checking for -lcurses... $ECHO_C" >&6; }
13059 if test "${ac_cv_lib_soname_curses+set}" = set; then
13060 echo $ECHO_N "(cached) $ECHO_C" >&6
13061 else
13062 ac_check_soname_save_LIBS=$LIBS
13063 LIBS="-lcurses $LIBS"
13064 cat >conftest.$ac_ext <<_ACEOF
13065 /* confdefs.h. */
13066 _ACEOF
13067 cat confdefs.h >>conftest.$ac_ext
13068 cat >>conftest.$ac_ext <<_ACEOF
13069 /* end confdefs.h. */
13071 /* Override any GCC internal prototype to avoid an error.
13072 Use char because int might match the return type of a GCC
13073 builtin and then its argument prototype would still apply. */
13074 #ifdef __cplusplus
13075 extern "C"
13076 #endif
13077 char waddch ();
13079 main ()
13081 return waddch ();
13083 return 0;
13085 _ACEOF
13086 rm -f conftest.$ac_objext conftest$ac_exeext
13087 if { (ac_try="$ac_link"
13088 case "(($ac_try" in
13089 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13090 *) ac_try_echo=$ac_try;;
13091 esac
13092 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
13093 (eval "$ac_link") 2>conftest.er1
13094 ac_status=$?
13095 grep -v '^ *+' conftest.er1 >conftest.err
13096 rm -f conftest.er1
13097 cat conftest.err >&5
13098 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13099 (exit $ac_status); } && {
13100 test -z "$ac_c_werror_flag" ||
13101 test ! -s conftest.err
13102 } && test -s conftest$ac_exeext &&
13103 $as_test_x conftest$ac_exeext; then
13104 case "$LIBEXT" in
13105 dll) ;;
13106 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'` ;;
13107 *) ac_cv_lib_soname_curses=`$ac_cv_path_LDD conftest$ac_exeext | grep "libcurses\\.$LIBEXT" | sed -e "s/^.*\(libcurses\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
13108 esac
13109 else
13110 echo "$as_me: failed program was:" >&5
13111 sed 's/^/| /' conftest.$ac_ext >&5
13116 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
13117 conftest$ac_exeext conftest.$ac_ext
13118 LIBS=$ac_check_soname_save_LIBS
13120 if test "x$ac_cv_lib_soname_curses" = "x"; then
13121 { echo "$as_me:$LINENO: result: not found" >&5
13122 echo "${ECHO_T}not found" >&6; }
13124 else
13125 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_curses" >&5
13126 echo "${ECHO_T}$ac_cv_lib_soname_curses" >&6; }
13128 cat >>confdefs.h <<_ACEOF
13129 #define SONAME_LIBCURSES "$ac_cv_lib_soname_curses"
13130 _ACEOF
13132 CURSESLIBS="-lcurses"
13136 ac_save_LIBS="$LIBS"
13137 LIBS="$LIBS $CURSESLIBS"
13139 for ac_func in mousemask
13141 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
13142 { echo "$as_me:$LINENO: checking for $ac_func" >&5
13143 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
13144 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
13145 echo $ECHO_N "(cached) $ECHO_C" >&6
13146 else
13147 cat >conftest.$ac_ext <<_ACEOF
13148 /* confdefs.h. */
13149 _ACEOF
13150 cat confdefs.h >>conftest.$ac_ext
13151 cat >>conftest.$ac_ext <<_ACEOF
13152 /* end confdefs.h. */
13153 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
13154 For example, HP-UX 11i <limits.h> declares gettimeofday. */
13155 #define $ac_func innocuous_$ac_func
13157 /* System header to define __stub macros and hopefully few prototypes,
13158 which can conflict with char $ac_func (); below.
13159 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
13160 <limits.h> exists even on freestanding compilers. */
13162 #ifdef __STDC__
13163 # include <limits.h>
13164 #else
13165 # include <assert.h>
13166 #endif
13168 #undef $ac_func
13170 /* Override any GCC internal prototype to avoid an error.
13171 Use char because int might match the return type of a GCC
13172 builtin and then its argument prototype would still apply. */
13173 #ifdef __cplusplus
13174 extern "C"
13175 #endif
13176 char $ac_func ();
13177 /* The GNU C library defines this for functions which it implements
13178 to always fail with ENOSYS. Some functions are actually named
13179 something starting with __ and the normal name is an alias. */
13180 #if defined __stub_$ac_func || defined __stub___$ac_func
13181 choke me
13182 #endif
13185 main ()
13187 return $ac_func ();
13189 return 0;
13191 _ACEOF
13192 rm -f conftest.$ac_objext conftest$ac_exeext
13193 if { (ac_try="$ac_link"
13194 case "(($ac_try" in
13195 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13196 *) ac_try_echo=$ac_try;;
13197 esac
13198 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
13199 (eval "$ac_link") 2>conftest.er1
13200 ac_status=$?
13201 grep -v '^ *+' conftest.er1 >conftest.err
13202 rm -f conftest.er1
13203 cat conftest.err >&5
13204 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13205 (exit $ac_status); } && {
13206 test -z "$ac_c_werror_flag" ||
13207 test ! -s conftest.err
13208 } && test -s conftest$ac_exeext &&
13209 $as_test_x conftest$ac_exeext; then
13210 eval "$as_ac_var=yes"
13211 else
13212 echo "$as_me: failed program was:" >&5
13213 sed 's/^/| /' conftest.$ac_ext >&5
13215 eval "$as_ac_var=no"
13218 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
13219 conftest$ac_exeext conftest.$ac_ext
13221 ac_res=`eval echo '${'$as_ac_var'}'`
13222 { echo "$as_me:$LINENO: result: $ac_res" >&5
13223 echo "${ECHO_T}$ac_res" >&6; }
13224 if test `eval echo '${'$as_ac_var'}'` = yes; then
13225 cat >>confdefs.h <<_ACEOF
13226 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
13227 _ACEOF
13230 done
13232 LIBS="$ac_save_LIBS"
13233 if test "x$ac_cv_lib_soname_curses$ac_cv_lib_soname_ncurses" = "x"; then
13234 case "x$with_curses" in
13235 x) wine_notices="$wine_notices|lib(n)curses development files not found, curses won't be supported." ;;
13236 xno) ;;
13237 *) { { echo "$as_me:$LINENO: error: lib(n)curses development files not found, curses won't be supported.
13238 This is an error since --with-curses was requested." >&5
13239 echo "$as_me: error: lib(n)curses development files not found, curses won't be supported.
13240 This is an error since --with-curses was requested." >&2;}
13241 { (exit 1); exit 1; }; } ;;
13242 esac
13246 # Extract the first word of "sane-config", so it can be a program name with args.
13247 set dummy sane-config; ac_word=$2
13248 { echo "$as_me:$LINENO: checking for $ac_word" >&5
13249 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
13250 if test "${ac_cv_prog_sane_devel+set}" = set; then
13251 echo $ECHO_N "(cached) $ECHO_C" >&6
13252 else
13253 if test -n "$sane_devel"; then
13254 ac_cv_prog_sane_devel="$sane_devel" # Let the user override the test.
13255 else
13256 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
13257 for as_dir in $PATH
13259 IFS=$as_save_IFS
13260 test -z "$as_dir" && as_dir=.
13261 for ac_exec_ext in '' $ac_executable_extensions; do
13262 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
13263 ac_cv_prog_sane_devel="sane-config"
13264 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
13265 break 2
13267 done
13268 done
13269 IFS=$as_save_IFS
13271 test -z "$ac_cv_prog_sane_devel" && ac_cv_prog_sane_devel="no"
13274 sane_devel=$ac_cv_prog_sane_devel
13275 if test -n "$sane_devel"; then
13276 { echo "$as_me:$LINENO: result: $sane_devel" >&5
13277 echo "${ECHO_T}$sane_devel" >&6; }
13278 else
13279 { echo "$as_me:$LINENO: result: no" >&5
13280 echo "${ECHO_T}no" >&6; }
13284 if test "$sane_devel" != "no" -a "x$with_sane" != "xno"
13285 then
13286 ac_sane_incl="`$sane_devel --cflags`"
13287 ac_sane_libs="`$sane_devel --ldflags`"
13288 ac_save_CPPFLAGS="$CPPFLAGS"
13289 CPPFLAGS="$CPPFLAGS $ac_sane_incl"
13290 if test "${ac_cv_header_sane_sane_h+set}" = set; then
13291 { echo "$as_me:$LINENO: checking for sane/sane.h" >&5
13292 echo $ECHO_N "checking for sane/sane.h... $ECHO_C" >&6; }
13293 if test "${ac_cv_header_sane_sane_h+set}" = set; then
13294 echo $ECHO_N "(cached) $ECHO_C" >&6
13296 { echo "$as_me:$LINENO: result: $ac_cv_header_sane_sane_h" >&5
13297 echo "${ECHO_T}$ac_cv_header_sane_sane_h" >&6; }
13298 else
13299 # Is the header compilable?
13300 { echo "$as_me:$LINENO: checking sane/sane.h usability" >&5
13301 echo $ECHO_N "checking sane/sane.h usability... $ECHO_C" >&6; }
13302 cat >conftest.$ac_ext <<_ACEOF
13303 /* confdefs.h. */
13304 _ACEOF
13305 cat confdefs.h >>conftest.$ac_ext
13306 cat >>conftest.$ac_ext <<_ACEOF
13307 /* end confdefs.h. */
13308 $ac_includes_default
13309 #include <sane/sane.h>
13310 _ACEOF
13311 rm -f conftest.$ac_objext
13312 if { (ac_try="$ac_compile"
13313 case "(($ac_try" in
13314 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13315 *) ac_try_echo=$ac_try;;
13316 esac
13317 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
13318 (eval "$ac_compile") 2>conftest.er1
13319 ac_status=$?
13320 grep -v '^ *+' conftest.er1 >conftest.err
13321 rm -f conftest.er1
13322 cat conftest.err >&5
13323 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13324 (exit $ac_status); } && {
13325 test -z "$ac_c_werror_flag" ||
13326 test ! -s conftest.err
13327 } && test -s conftest.$ac_objext; then
13328 ac_header_compiler=yes
13329 else
13330 echo "$as_me: failed program was:" >&5
13331 sed 's/^/| /' conftest.$ac_ext >&5
13333 ac_header_compiler=no
13336 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
13337 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
13338 echo "${ECHO_T}$ac_header_compiler" >&6; }
13340 # Is the header present?
13341 { echo "$as_me:$LINENO: checking sane/sane.h presence" >&5
13342 echo $ECHO_N "checking sane/sane.h presence... $ECHO_C" >&6; }
13343 cat >conftest.$ac_ext <<_ACEOF
13344 /* confdefs.h. */
13345 _ACEOF
13346 cat confdefs.h >>conftest.$ac_ext
13347 cat >>conftest.$ac_ext <<_ACEOF
13348 /* end confdefs.h. */
13349 #include <sane/sane.h>
13350 _ACEOF
13351 if { (ac_try="$ac_cpp conftest.$ac_ext"
13352 case "(($ac_try" in
13353 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13354 *) ac_try_echo=$ac_try;;
13355 esac
13356 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
13357 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
13358 ac_status=$?
13359 grep -v '^ *+' conftest.er1 >conftest.err
13360 rm -f conftest.er1
13361 cat conftest.err >&5
13362 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13363 (exit $ac_status); } >/dev/null && {
13364 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
13365 test ! -s conftest.err
13366 }; then
13367 ac_header_preproc=yes
13368 else
13369 echo "$as_me: failed program was:" >&5
13370 sed 's/^/| /' conftest.$ac_ext >&5
13372 ac_header_preproc=no
13375 rm -f conftest.err conftest.$ac_ext
13376 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
13377 echo "${ECHO_T}$ac_header_preproc" >&6; }
13379 # So? What about this header?
13380 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
13381 yes:no: )
13382 { echo "$as_me:$LINENO: WARNING: sane/sane.h: accepted by the compiler, rejected by the preprocessor!" >&5
13383 echo "$as_me: WARNING: sane/sane.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
13384 { echo "$as_me:$LINENO: WARNING: sane/sane.h: proceeding with the compiler's result" >&5
13385 echo "$as_me: WARNING: sane/sane.h: proceeding with the compiler's result" >&2;}
13386 ac_header_preproc=yes
13388 no:yes:* )
13389 { echo "$as_me:$LINENO: WARNING: sane/sane.h: present but cannot be compiled" >&5
13390 echo "$as_me: WARNING: sane/sane.h: present but cannot be compiled" >&2;}
13391 { echo "$as_me:$LINENO: WARNING: sane/sane.h: check for missing prerequisite headers?" >&5
13392 echo "$as_me: WARNING: sane/sane.h: check for missing prerequisite headers?" >&2;}
13393 { echo "$as_me:$LINENO: WARNING: sane/sane.h: see the Autoconf documentation" >&5
13394 echo "$as_me: WARNING: sane/sane.h: see the Autoconf documentation" >&2;}
13395 { echo "$as_me:$LINENO: WARNING: sane/sane.h: section \"Present But Cannot Be Compiled\"" >&5
13396 echo "$as_me: WARNING: sane/sane.h: section \"Present But Cannot Be Compiled\"" >&2;}
13397 { echo "$as_me:$LINENO: WARNING: sane/sane.h: proceeding with the preprocessor's result" >&5
13398 echo "$as_me: WARNING: sane/sane.h: proceeding with the preprocessor's result" >&2;}
13399 { echo "$as_me:$LINENO: WARNING: sane/sane.h: in the future, the compiler will take precedence" >&5
13400 echo "$as_me: WARNING: sane/sane.h: in the future, the compiler will take precedence" >&2;}
13401 ( cat <<\_ASBOX
13402 ## ------------------------------------ ##
13403 ## Report this to wine-devel@winehq.org ##
13404 ## ------------------------------------ ##
13405 _ASBOX
13406 ) | sed "s/^/$as_me: WARNING: /" >&2
13408 esac
13409 { echo "$as_me:$LINENO: checking for sane/sane.h" >&5
13410 echo $ECHO_N "checking for sane/sane.h... $ECHO_C" >&6; }
13411 if test "${ac_cv_header_sane_sane_h+set}" = set; then
13412 echo $ECHO_N "(cached) $ECHO_C" >&6
13413 else
13414 ac_cv_header_sane_sane_h=$ac_header_preproc
13416 { echo "$as_me:$LINENO: result: $ac_cv_header_sane_sane_h" >&5
13417 echo "${ECHO_T}$ac_cv_header_sane_sane_h" >&6; }
13420 if test $ac_cv_header_sane_sane_h = yes; then
13421 { echo "$as_me:$LINENO: checking for -lsane" >&5
13422 echo $ECHO_N "checking for -lsane... $ECHO_C" >&6; }
13423 if test "${ac_cv_lib_soname_sane+set}" = set; then
13424 echo $ECHO_N "(cached) $ECHO_C" >&6
13425 else
13426 ac_check_soname_save_LIBS=$LIBS
13427 LIBS="-lsane $ac_sane_libs $LIBS"
13428 cat >conftest.$ac_ext <<_ACEOF
13429 /* confdefs.h. */
13430 _ACEOF
13431 cat confdefs.h >>conftest.$ac_ext
13432 cat >>conftest.$ac_ext <<_ACEOF
13433 /* end confdefs.h. */
13435 /* Override any GCC internal prototype to avoid an error.
13436 Use char because int might match the return type of a GCC
13437 builtin and then its argument prototype would still apply. */
13438 #ifdef __cplusplus
13439 extern "C"
13440 #endif
13441 char sane_init ();
13443 main ()
13445 return sane_init ();
13447 return 0;
13449 _ACEOF
13450 rm -f conftest.$ac_objext conftest$ac_exeext
13451 if { (ac_try="$ac_link"
13452 case "(($ac_try" in
13453 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13454 *) ac_try_echo=$ac_try;;
13455 esac
13456 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
13457 (eval "$ac_link") 2>conftest.er1
13458 ac_status=$?
13459 grep -v '^ *+' conftest.er1 >conftest.err
13460 rm -f conftest.er1
13461 cat conftest.err >&5
13462 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13463 (exit $ac_status); } && {
13464 test -z "$ac_c_werror_flag" ||
13465 test ! -s conftest.err
13466 } && test -s conftest$ac_exeext &&
13467 $as_test_x conftest$ac_exeext; then
13468 case "$LIBEXT" in
13469 dll) ;;
13470 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'` ;;
13471 *) ac_cv_lib_soname_sane=`$ac_cv_path_LDD conftest$ac_exeext | grep "libsane\\.$LIBEXT" | sed -e "s/^.*\(libsane\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
13472 esac
13473 else
13474 echo "$as_me: failed program was:" >&5
13475 sed 's/^/| /' conftest.$ac_ext >&5
13480 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
13481 conftest$ac_exeext conftest.$ac_ext
13482 LIBS=$ac_check_soname_save_LIBS
13484 if test "x$ac_cv_lib_soname_sane" = "x"; then
13485 { echo "$as_me:$LINENO: result: not found" >&5
13486 echo "${ECHO_T}not found" >&6; }
13488 else
13489 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_sane" >&5
13490 echo "${ECHO_T}$ac_cv_lib_soname_sane" >&6; }
13492 cat >>confdefs.h <<_ACEOF
13493 #define SONAME_LIBSANE "$ac_cv_lib_soname_sane"
13494 _ACEOF
13496 SANEINCL="$ac_sane_incl"
13503 CPPFLAGS="$ac_save_CPPFLAGS"
13505 if test "x$ac_cv_lib_soname_sane" = "x"; then
13506 case "x$with_sane" in
13507 x) wine_notices="$wine_notices|libsane development files not found, scanners won't be supported." ;;
13508 xno) ;;
13509 *) { { echo "$as_me:$LINENO: error: libsane development files not found, scanners won't be supported.
13510 This is an error since --with-sane was requested." >&5
13511 echo "$as_me: error: libsane development files not found, scanners won't be supported.
13512 This is an error since --with-sane was requested." >&2;}
13513 { (exit 1); exit 1; }; } ;;
13514 esac
13518 # Extract the first word of "gphoto2-config", so it can be a program name with args.
13519 set dummy gphoto2-config; ac_word=$2
13520 { echo "$as_me:$LINENO: checking for $ac_word" >&5
13521 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
13522 if test "${ac_cv_prog_gphoto2_devel+set}" = set; then
13523 echo $ECHO_N "(cached) $ECHO_C" >&6
13524 else
13525 if test -n "$gphoto2_devel"; then
13526 ac_cv_prog_gphoto2_devel="$gphoto2_devel" # Let the user override the test.
13527 else
13528 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
13529 for as_dir in $PATH
13531 IFS=$as_save_IFS
13532 test -z "$as_dir" && as_dir=.
13533 for ac_exec_ext in '' $ac_executable_extensions; do
13534 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
13535 ac_cv_prog_gphoto2_devel="gphoto2-config"
13536 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
13537 break 2
13539 done
13540 done
13541 IFS=$as_save_IFS
13543 test -z "$ac_cv_prog_gphoto2_devel" && ac_cv_prog_gphoto2_devel="no"
13546 gphoto2_devel=$ac_cv_prog_gphoto2_devel
13547 if test -n "$gphoto2_devel"; then
13548 { echo "$as_me:$LINENO: result: $gphoto2_devel" >&5
13549 echo "${ECHO_T}$gphoto2_devel" >&6; }
13550 else
13551 { echo "$as_me:$LINENO: result: no" >&5
13552 echo "${ECHO_T}no" >&6; }
13556 # Extract the first word of "gphoto2-port-config", so it can be a program name with args.
13557 set dummy gphoto2-port-config; ac_word=$2
13558 { echo "$as_me:$LINENO: checking for $ac_word" >&5
13559 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
13560 if test "${ac_cv_prog_gphoto2port_devel+set}" = set; then
13561 echo $ECHO_N "(cached) $ECHO_C" >&6
13562 else
13563 if test -n "$gphoto2port_devel"; then
13564 ac_cv_prog_gphoto2port_devel="$gphoto2port_devel" # Let the user override the test.
13565 else
13566 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
13567 for as_dir in $PATH
13569 IFS=$as_save_IFS
13570 test -z "$as_dir" && as_dir=.
13571 for ac_exec_ext in '' $ac_executable_extensions; do
13572 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
13573 ac_cv_prog_gphoto2port_devel="gphoto2-port-config"
13574 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
13575 break 2
13577 done
13578 done
13579 IFS=$as_save_IFS
13581 test -z "$ac_cv_prog_gphoto2port_devel" && ac_cv_prog_gphoto2port_devel="no"
13584 gphoto2port_devel=$ac_cv_prog_gphoto2port_devel
13585 if test -n "$gphoto2port_devel"; then
13586 { echo "$as_me:$LINENO: result: $gphoto2port_devel" >&5
13587 echo "${ECHO_T}$gphoto2port_devel" >&6; }
13588 else
13589 { echo "$as_me:$LINENO: result: no" >&5
13590 echo "${ECHO_T}no" >&6; }
13594 if test "$gphoto2_devel" != "no" -a "$gphoto2port_devel" != "no" -a "x$with_gphoto" != "xno"
13595 then
13596 ac_gphoto2_incl="`$gphoto2_devel --cflags` `$gphoto2port_devel --cflags`"
13597 ac_gphoto2_libs=""
13598 for i in `$gphoto2_devel --libs` `$gphoto2port_devel --libs`
13600 case "$i" in
13601 -L/usr/lib|-L/usr/lib64) ;;
13602 -L*|-l*) ac_gphoto2_libs="$ac_gphoto2_libs $i";;
13603 esac
13604 done
13605 ac_save_CPPFLAGS="$CPPFLAGS"
13606 CPPFLAGS="$CPPFLAGS $ac_gphoto2_incl"
13607 if test "${ac_cv_header_gphoto2_camera_h+set}" = set; then
13608 { echo "$as_me:$LINENO: checking for gphoto2-camera.h" >&5
13609 echo $ECHO_N "checking for gphoto2-camera.h... $ECHO_C" >&6; }
13610 if test "${ac_cv_header_gphoto2_camera_h+set}" = set; then
13611 echo $ECHO_N "(cached) $ECHO_C" >&6
13613 { echo "$as_me:$LINENO: result: $ac_cv_header_gphoto2_camera_h" >&5
13614 echo "${ECHO_T}$ac_cv_header_gphoto2_camera_h" >&6; }
13615 else
13616 # Is the header compilable?
13617 { echo "$as_me:$LINENO: checking gphoto2-camera.h usability" >&5
13618 echo $ECHO_N "checking gphoto2-camera.h usability... $ECHO_C" >&6; }
13619 cat >conftest.$ac_ext <<_ACEOF
13620 /* confdefs.h. */
13621 _ACEOF
13622 cat confdefs.h >>conftest.$ac_ext
13623 cat >>conftest.$ac_ext <<_ACEOF
13624 /* end confdefs.h. */
13625 $ac_includes_default
13626 #include <gphoto2-camera.h>
13627 _ACEOF
13628 rm -f conftest.$ac_objext
13629 if { (ac_try="$ac_compile"
13630 case "(($ac_try" in
13631 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13632 *) ac_try_echo=$ac_try;;
13633 esac
13634 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
13635 (eval "$ac_compile") 2>conftest.er1
13636 ac_status=$?
13637 grep -v '^ *+' conftest.er1 >conftest.err
13638 rm -f conftest.er1
13639 cat conftest.err >&5
13640 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13641 (exit $ac_status); } && {
13642 test -z "$ac_c_werror_flag" ||
13643 test ! -s conftest.err
13644 } && test -s conftest.$ac_objext; then
13645 ac_header_compiler=yes
13646 else
13647 echo "$as_me: failed program was:" >&5
13648 sed 's/^/| /' conftest.$ac_ext >&5
13650 ac_header_compiler=no
13653 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
13654 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
13655 echo "${ECHO_T}$ac_header_compiler" >&6; }
13657 # Is the header present?
13658 { echo "$as_me:$LINENO: checking gphoto2-camera.h presence" >&5
13659 echo $ECHO_N "checking gphoto2-camera.h presence... $ECHO_C" >&6; }
13660 cat >conftest.$ac_ext <<_ACEOF
13661 /* confdefs.h. */
13662 _ACEOF
13663 cat confdefs.h >>conftest.$ac_ext
13664 cat >>conftest.$ac_ext <<_ACEOF
13665 /* end confdefs.h. */
13666 #include <gphoto2-camera.h>
13667 _ACEOF
13668 if { (ac_try="$ac_cpp conftest.$ac_ext"
13669 case "(($ac_try" in
13670 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13671 *) ac_try_echo=$ac_try;;
13672 esac
13673 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
13674 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
13675 ac_status=$?
13676 grep -v '^ *+' conftest.er1 >conftest.err
13677 rm -f conftest.er1
13678 cat conftest.err >&5
13679 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13680 (exit $ac_status); } >/dev/null && {
13681 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
13682 test ! -s conftest.err
13683 }; then
13684 ac_header_preproc=yes
13685 else
13686 echo "$as_me: failed program was:" >&5
13687 sed 's/^/| /' conftest.$ac_ext >&5
13689 ac_header_preproc=no
13692 rm -f conftest.err conftest.$ac_ext
13693 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
13694 echo "${ECHO_T}$ac_header_preproc" >&6; }
13696 # So? What about this header?
13697 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
13698 yes:no: )
13699 { echo "$as_me:$LINENO: WARNING: gphoto2-camera.h: accepted by the compiler, rejected by the preprocessor!" >&5
13700 echo "$as_me: WARNING: gphoto2-camera.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
13701 { echo "$as_me:$LINENO: WARNING: gphoto2-camera.h: proceeding with the compiler's result" >&5
13702 echo "$as_me: WARNING: gphoto2-camera.h: proceeding with the compiler's result" >&2;}
13703 ac_header_preproc=yes
13705 no:yes:* )
13706 { echo "$as_me:$LINENO: WARNING: gphoto2-camera.h: present but cannot be compiled" >&5
13707 echo "$as_me: WARNING: gphoto2-camera.h: present but cannot be compiled" >&2;}
13708 { echo "$as_me:$LINENO: WARNING: gphoto2-camera.h: check for missing prerequisite headers?" >&5
13709 echo "$as_me: WARNING: gphoto2-camera.h: check for missing prerequisite headers?" >&2;}
13710 { echo "$as_me:$LINENO: WARNING: gphoto2-camera.h: see the Autoconf documentation" >&5
13711 echo "$as_me: WARNING: gphoto2-camera.h: see the Autoconf documentation" >&2;}
13712 { echo "$as_me:$LINENO: WARNING: gphoto2-camera.h: section \"Present But Cannot Be Compiled\"" >&5
13713 echo "$as_me: WARNING: gphoto2-camera.h: section \"Present But Cannot Be Compiled\"" >&2;}
13714 { echo "$as_me:$LINENO: WARNING: gphoto2-camera.h: proceeding with the preprocessor's result" >&5
13715 echo "$as_me: WARNING: gphoto2-camera.h: proceeding with the preprocessor's result" >&2;}
13716 { echo "$as_me:$LINENO: WARNING: gphoto2-camera.h: in the future, the compiler will take precedence" >&5
13717 echo "$as_me: WARNING: gphoto2-camera.h: in the future, the compiler will take precedence" >&2;}
13718 ( cat <<\_ASBOX
13719 ## ------------------------------------ ##
13720 ## Report this to wine-devel@winehq.org ##
13721 ## ------------------------------------ ##
13722 _ASBOX
13723 ) | sed "s/^/$as_me: WARNING: /" >&2
13725 esac
13726 { echo "$as_me:$LINENO: checking for gphoto2-camera.h" >&5
13727 echo $ECHO_N "checking for gphoto2-camera.h... $ECHO_C" >&6; }
13728 if test "${ac_cv_header_gphoto2_camera_h+set}" = set; then
13729 echo $ECHO_N "(cached) $ECHO_C" >&6
13730 else
13731 ac_cv_header_gphoto2_camera_h=$ac_header_preproc
13733 { echo "$as_me:$LINENO: result: $ac_cv_header_gphoto2_camera_h" >&5
13734 echo "${ECHO_T}$ac_cv_header_gphoto2_camera_h" >&6; }
13737 if test $ac_cv_header_gphoto2_camera_h = yes; then
13738 { echo "$as_me:$LINENO: checking for gp_camera_new in -lgphoto2" >&5
13739 echo $ECHO_N "checking for gp_camera_new in -lgphoto2... $ECHO_C" >&6; }
13740 if test "${ac_cv_lib_gphoto2_gp_camera_new+set}" = set; then
13741 echo $ECHO_N "(cached) $ECHO_C" >&6
13742 else
13743 ac_check_lib_save_LIBS=$LIBS
13744 LIBS="-lgphoto2 $ac_gphoto2_libs $LIBS"
13745 cat >conftest.$ac_ext <<_ACEOF
13746 /* confdefs.h. */
13747 _ACEOF
13748 cat confdefs.h >>conftest.$ac_ext
13749 cat >>conftest.$ac_ext <<_ACEOF
13750 /* end confdefs.h. */
13752 /* Override any GCC internal prototype to avoid an error.
13753 Use char because int might match the return type of a GCC
13754 builtin and then its argument prototype would still apply. */
13755 #ifdef __cplusplus
13756 extern "C"
13757 #endif
13758 char gp_camera_new ();
13760 main ()
13762 return gp_camera_new ();
13764 return 0;
13766 _ACEOF
13767 rm -f conftest.$ac_objext conftest$ac_exeext
13768 if { (ac_try="$ac_link"
13769 case "(($ac_try" in
13770 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13771 *) ac_try_echo=$ac_try;;
13772 esac
13773 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
13774 (eval "$ac_link") 2>conftest.er1
13775 ac_status=$?
13776 grep -v '^ *+' conftest.er1 >conftest.err
13777 rm -f conftest.er1
13778 cat conftest.err >&5
13779 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13780 (exit $ac_status); } && {
13781 test -z "$ac_c_werror_flag" ||
13782 test ! -s conftest.err
13783 } && test -s conftest$ac_exeext &&
13784 $as_test_x conftest$ac_exeext; then
13785 ac_cv_lib_gphoto2_gp_camera_new=yes
13786 else
13787 echo "$as_me: failed program was:" >&5
13788 sed 's/^/| /' conftest.$ac_ext >&5
13790 ac_cv_lib_gphoto2_gp_camera_new=no
13793 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
13794 conftest$ac_exeext conftest.$ac_ext
13795 LIBS=$ac_check_lib_save_LIBS
13797 { echo "$as_me:$LINENO: result: $ac_cv_lib_gphoto2_gp_camera_new" >&5
13798 echo "${ECHO_T}$ac_cv_lib_gphoto2_gp_camera_new" >&6; }
13799 if test $ac_cv_lib_gphoto2_gp_camera_new = yes; then
13801 cat >>confdefs.h <<\_ACEOF
13802 #define HAVE_GPHOTO2 1
13803 _ACEOF
13805 GPHOTO2LIBS="$ac_gphoto2_libs"
13807 GPHOTO2INCL="$ac_gphoto2_incl"
13814 CPPFLAGS="$ac_save_CPPFLAGS"
13816 if test "$ac_cv_lib_gphoto2_gp_camera_new" != "yes"; then
13817 case "x$with_gphoto" in
13818 x) wine_notices="$wine_notices|libgphoto2 development files not found, digital cameras won't be supported." ;;
13819 xno) ;;
13820 *) { { echo "$as_me:$LINENO: error: libgphoto2 development files not found, digital cameras won't be supported.
13821 This is an error since --with-gphoto was requested." >&5
13822 echo "$as_me: error: libgphoto2 development files not found, digital cameras won't be supported.
13823 This is an error since --with-gphoto was requested." >&2;}
13824 { (exit 1); exit 1; }; } ;;
13825 esac
13830 RESOLVLIBS=""
13832 if test "$ac_cv_header_resolv_h" = "yes"
13833 then
13834 { echo "$as_me:$LINENO: checking for res_query in -lresolv" >&5
13835 echo $ECHO_N "checking for res_query in -lresolv... $ECHO_C" >&6; }
13836 if test "${ac_cv_lib_resolv_res_query+set}" = set; then
13837 echo $ECHO_N "(cached) $ECHO_C" >&6
13838 else
13839 ac_check_lib_save_LIBS=$LIBS
13840 LIBS="-lresolv $LIBS"
13841 cat >conftest.$ac_ext <<_ACEOF
13842 /* confdefs.h. */
13843 _ACEOF
13844 cat confdefs.h >>conftest.$ac_ext
13845 cat >>conftest.$ac_ext <<_ACEOF
13846 /* end confdefs.h. */
13848 /* Override any GCC internal prototype to avoid an error.
13849 Use char because int might match the return type of a GCC
13850 builtin and then its argument prototype would still apply. */
13851 #ifdef __cplusplus
13852 extern "C"
13853 #endif
13854 char res_query ();
13856 main ()
13858 return res_query ();
13860 return 0;
13862 _ACEOF
13863 rm -f conftest.$ac_objext conftest$ac_exeext
13864 if { (ac_try="$ac_link"
13865 case "(($ac_try" in
13866 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13867 *) ac_try_echo=$ac_try;;
13868 esac
13869 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
13870 (eval "$ac_link") 2>conftest.er1
13871 ac_status=$?
13872 grep -v '^ *+' conftest.er1 >conftest.err
13873 rm -f conftest.er1
13874 cat conftest.err >&5
13875 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13876 (exit $ac_status); } && {
13877 test -z "$ac_c_werror_flag" ||
13878 test ! -s conftest.err
13879 } && test -s conftest$ac_exeext &&
13880 $as_test_x conftest$ac_exeext; then
13881 ac_cv_lib_resolv_res_query=yes
13882 else
13883 echo "$as_me: failed program was:" >&5
13884 sed 's/^/| /' conftest.$ac_ext >&5
13886 ac_cv_lib_resolv_res_query=no
13889 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
13890 conftest$ac_exeext conftest.$ac_ext
13891 LIBS=$ac_check_lib_save_LIBS
13893 { echo "$as_me:$LINENO: result: $ac_cv_lib_resolv_res_query" >&5
13894 echo "${ECHO_T}$ac_cv_lib_resolv_res_query" >&6; }
13895 if test $ac_cv_lib_resolv_res_query = yes; then
13897 cat >>confdefs.h <<\_ACEOF
13898 #define HAVE_RESOLV 1
13899 _ACEOF
13901 RESOLVLIBS="-lresolv"
13906 LCMSLIBS=""
13908 if test "$ac_cv_header_lcms_h" = "yes" -o "$ac_cv_header_lcms_lcms_h" = "yes"
13909 then
13910 { echo "$as_me:$LINENO: checking for cmsOpenProfileFromFile in -llcms" >&5
13911 echo $ECHO_N "checking for cmsOpenProfileFromFile in -llcms... $ECHO_C" >&6; }
13912 if test "${ac_cv_lib_lcms_cmsOpenProfileFromFile+set}" = set; then
13913 echo $ECHO_N "(cached) $ECHO_C" >&6
13914 else
13915 ac_check_lib_save_LIBS=$LIBS
13916 LIBS="-llcms $LIBS"
13917 cat >conftest.$ac_ext <<_ACEOF
13918 /* confdefs.h. */
13919 _ACEOF
13920 cat confdefs.h >>conftest.$ac_ext
13921 cat >>conftest.$ac_ext <<_ACEOF
13922 /* end confdefs.h. */
13924 /* Override any GCC internal prototype to avoid an error.
13925 Use char because int might match the return type of a GCC
13926 builtin and then its argument prototype would still apply. */
13927 #ifdef __cplusplus
13928 extern "C"
13929 #endif
13930 char cmsOpenProfileFromFile ();
13932 main ()
13934 return cmsOpenProfileFromFile ();
13936 return 0;
13938 _ACEOF
13939 rm -f conftest.$ac_objext conftest$ac_exeext
13940 if { (ac_try="$ac_link"
13941 case "(($ac_try" in
13942 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13943 *) ac_try_echo=$ac_try;;
13944 esac
13945 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
13946 (eval "$ac_link") 2>conftest.er1
13947 ac_status=$?
13948 grep -v '^ *+' conftest.er1 >conftest.err
13949 rm -f conftest.er1
13950 cat conftest.err >&5
13951 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13952 (exit $ac_status); } && {
13953 test -z "$ac_c_werror_flag" ||
13954 test ! -s conftest.err
13955 } && test -s conftest$ac_exeext &&
13956 $as_test_x conftest$ac_exeext; then
13957 ac_cv_lib_lcms_cmsOpenProfileFromFile=yes
13958 else
13959 echo "$as_me: failed program was:" >&5
13960 sed 's/^/| /' conftest.$ac_ext >&5
13962 ac_cv_lib_lcms_cmsOpenProfileFromFile=no
13965 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
13966 conftest$ac_exeext conftest.$ac_ext
13967 LIBS=$ac_check_lib_save_LIBS
13969 { echo "$as_me:$LINENO: result: $ac_cv_lib_lcms_cmsOpenProfileFromFile" >&5
13970 echo "${ECHO_T}$ac_cv_lib_lcms_cmsOpenProfileFromFile" >&6; }
13971 if test $ac_cv_lib_lcms_cmsOpenProfileFromFile = yes; then
13973 cat >>confdefs.h <<\_ACEOF
13974 #define HAVE_LCMS 1
13975 _ACEOF
13977 LCMSLIBS="-llcms"
13981 if test "$ac_cv_lib_lcms_cmsOpenProfileFromFile" != "yes"; then
13982 case "x$with_cms" in
13983 x) wine_notices="$wine_notices|liblcms development files not found, Color Management won't be supported." ;;
13984 xno) ;;
13985 *) { { echo "$as_me:$LINENO: error: liblcms development files not found, Color Management won't be supported.
13986 This is an error since --with-cms was requested." >&5
13987 echo "$as_me: error: liblcms development files not found, Color Management won't be supported.
13988 This is an error since --with-cms was requested." >&2;}
13989 { (exit 1); exit 1; }; } ;;
13990 esac
13994 for ac_prog in freetype-config freetype2-config
13996 # Extract the first word of "$ac_prog", so it can be a program name with args.
13997 set dummy $ac_prog; ac_word=$2
13998 { echo "$as_me:$LINENO: checking for $ac_word" >&5
13999 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
14000 if test "${ac_cv_prog_ft_devel+set}" = set; then
14001 echo $ECHO_N "(cached) $ECHO_C" >&6
14002 else
14003 if test -n "$ft_devel"; then
14004 ac_cv_prog_ft_devel="$ft_devel" # Let the user override the test.
14005 else
14006 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
14007 for as_dir in $PATH
14009 IFS=$as_save_IFS
14010 test -z "$as_dir" && as_dir=.
14011 for ac_exec_ext in '' $ac_executable_extensions; do
14012 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
14013 ac_cv_prog_ft_devel="$ac_prog"
14014 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
14015 break 2
14017 done
14018 done
14019 IFS=$as_save_IFS
14023 ft_devel=$ac_cv_prog_ft_devel
14024 if test -n "$ft_devel"; then
14025 { echo "$as_me:$LINENO: result: $ft_devel" >&5
14026 echo "${ECHO_T}$ft_devel" >&6; }
14027 else
14028 { echo "$as_me:$LINENO: result: no" >&5
14029 echo "${ECHO_T}no" >&6; }
14033 test -n "$ft_devel" && break
14034 done
14035 test -n "$ft_devel" || ft_devel="false"
14037 if test "$ft_devel" != "false" -a "x$with_freetype" != "xno"
14038 then
14039 ac_freetype_libs=`$ft_devel --libs`
14040 ac_freetype_incl=`$ft_devel --cflags`
14041 { echo "$as_me:$LINENO: checking for -lfreetype" >&5
14042 echo $ECHO_N "checking for -lfreetype... $ECHO_C" >&6; }
14043 if test "${ac_cv_lib_soname_freetype+set}" = set; then
14044 echo $ECHO_N "(cached) $ECHO_C" >&6
14045 else
14046 ac_check_soname_save_LIBS=$LIBS
14047 LIBS="-lfreetype $ac_freetype_libs $LIBS"
14048 cat >conftest.$ac_ext <<_ACEOF
14049 /* confdefs.h. */
14050 _ACEOF
14051 cat confdefs.h >>conftest.$ac_ext
14052 cat >>conftest.$ac_ext <<_ACEOF
14053 /* end confdefs.h. */
14055 /* Override any GCC internal prototype to avoid an error.
14056 Use char because int might match the return type of a GCC
14057 builtin and then its argument prototype would still apply. */
14058 #ifdef __cplusplus
14059 extern "C"
14060 #endif
14061 char FT_Init_FreeType ();
14063 main ()
14065 return FT_Init_FreeType ();
14067 return 0;
14069 _ACEOF
14070 rm -f conftest.$ac_objext conftest$ac_exeext
14071 if { (ac_try="$ac_link"
14072 case "(($ac_try" in
14073 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14074 *) ac_try_echo=$ac_try;;
14075 esac
14076 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14077 (eval "$ac_link") 2>conftest.er1
14078 ac_status=$?
14079 grep -v '^ *+' conftest.er1 >conftest.err
14080 rm -f conftest.er1
14081 cat conftest.err >&5
14082 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14083 (exit $ac_status); } && {
14084 test -z "$ac_c_werror_flag" ||
14085 test ! -s conftest.err
14086 } && test -s conftest$ac_exeext &&
14087 $as_test_x conftest$ac_exeext; then
14088 case "$LIBEXT" in
14089 dll) ;;
14090 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'` ;;
14091 *) ac_cv_lib_soname_freetype=`$ac_cv_path_LDD conftest$ac_exeext | grep "libfreetype\\.$LIBEXT" | sed -e "s/^.*\(libfreetype\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
14092 esac
14093 else
14094 echo "$as_me: failed program was:" >&5
14095 sed 's/^/| /' conftest.$ac_ext >&5
14100 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
14101 conftest$ac_exeext conftest.$ac_ext
14102 LIBS=$ac_check_soname_save_LIBS
14104 if test "x$ac_cv_lib_soname_freetype" = "x"; then
14105 { echo "$as_me:$LINENO: result: not found" >&5
14106 echo "${ECHO_T}not found" >&6; }
14107 ft_lib=no
14108 else
14109 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_freetype" >&5
14110 echo "${ECHO_T}$ac_cv_lib_soname_freetype" >&6; }
14112 cat >>confdefs.h <<_ACEOF
14113 #define SONAME_LIBFREETYPE "$ac_cv_lib_soname_freetype"
14114 _ACEOF
14116 ft_lib=yes
14119 if test "$ft_lib" = "yes"
14120 then
14121 ac_save_CPPFLAGS="$CPPFLAGS"
14122 CPPFLAGS="$ac_freetype_incl $CPPFLAGS"
14135 for ac_header in ft2build.h \
14136 freetype/freetype.h \
14137 freetype/ftglyph.h \
14138 freetype/fttypes.h \
14139 freetype/tttables.h \
14140 freetype/ftnames.h \
14141 freetype/ftsnames.h \
14142 freetype/ttnameid.h \
14143 freetype/ftoutln.h \
14144 freetype/ftwinfnt.h \
14145 freetype/ftmodapi.h \
14146 freetype/internal/sfnt.h
14148 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
14149 { echo "$as_me:$LINENO: checking for $ac_header" >&5
14150 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
14151 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
14152 echo $ECHO_N "(cached) $ECHO_C" >&6
14153 else
14154 cat >conftest.$ac_ext <<_ACEOF
14155 /* confdefs.h. */
14156 _ACEOF
14157 cat confdefs.h >>conftest.$ac_ext
14158 cat >>conftest.$ac_ext <<_ACEOF
14159 /* end confdefs.h. */
14160 #ifdef HAVE_FT2BUILD_H
14161 # include <ft2build.h>
14162 #endif
14164 #include <$ac_header>
14165 _ACEOF
14166 rm -f conftest.$ac_objext
14167 if { (ac_try="$ac_compile"
14168 case "(($ac_try" in
14169 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14170 *) ac_try_echo=$ac_try;;
14171 esac
14172 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14173 (eval "$ac_compile") 2>conftest.er1
14174 ac_status=$?
14175 grep -v '^ *+' conftest.er1 >conftest.err
14176 rm -f conftest.er1
14177 cat conftest.err >&5
14178 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14179 (exit $ac_status); } && {
14180 test -z "$ac_c_werror_flag" ||
14181 test ! -s conftest.err
14182 } && test -s conftest.$ac_objext; then
14183 eval "$as_ac_Header=yes"
14184 else
14185 echo "$as_me: failed program was:" >&5
14186 sed 's/^/| /' conftest.$ac_ext >&5
14188 eval "$as_ac_Header=no"
14191 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14193 ac_res=`eval echo '${'$as_ac_Header'}'`
14194 { echo "$as_me:$LINENO: result: $ac_res" >&5
14195 echo "${ECHO_T}$ac_res" >&6; }
14196 if test `eval echo '${'$as_ac_Header'}'` = yes; then
14197 cat >>confdefs.h <<_ACEOF
14198 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
14199 _ACEOF
14203 done
14205 cat >conftest.$ac_ext <<_ACEOF
14206 /* confdefs.h. */
14207 _ACEOF
14208 cat confdefs.h >>conftest.$ac_ext
14209 cat >>conftest.$ac_ext <<_ACEOF
14210 /* end confdefs.h. */
14211 #include <ft2build.h>
14212 #include <freetype/fttrigon.h>
14213 _ACEOF
14214 if { (ac_try="$ac_cpp conftest.$ac_ext"
14215 case "(($ac_try" in
14216 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14217 *) ac_try_echo=$ac_try;;
14218 esac
14219 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14220 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
14221 ac_status=$?
14222 grep -v '^ *+' conftest.er1 >conftest.err
14223 rm -f conftest.er1
14224 cat conftest.err >&5
14225 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14226 (exit $ac_status); } >/dev/null && {
14227 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
14228 test ! -s conftest.err
14229 }; then
14231 cat >>confdefs.h <<\_ACEOF
14232 #define HAVE_FREETYPE_FTTRIGON_H 1
14233 _ACEOF
14235 wine_cv_fttrigon=yes
14236 else
14237 echo "$as_me: failed program was:" >&5
14238 sed 's/^/| /' conftest.$ac_ext >&5
14240 wine_cv_fttrigon=no
14243 rm -f conftest.err conftest.$ac_ext
14244 { echo "$as_me:$LINENO: checking for FT_TrueTypeEngineType" >&5
14245 echo $ECHO_N "checking for FT_TrueTypeEngineType... $ECHO_C" >&6; }
14246 if test "${ac_cv_type_FT_TrueTypeEngineType+set}" = set; then
14247 echo $ECHO_N "(cached) $ECHO_C" >&6
14248 else
14249 cat >conftest.$ac_ext <<_ACEOF
14250 /* confdefs.h. */
14251 _ACEOF
14252 cat confdefs.h >>conftest.$ac_ext
14253 cat >>conftest.$ac_ext <<_ACEOF
14254 /* end confdefs.h. */
14255 #include <freetype/ftmodapi.h>
14257 typedef FT_TrueTypeEngineType ac__type_new_;
14259 main ()
14261 if ((ac__type_new_ *) 0)
14262 return 0;
14263 if (sizeof (ac__type_new_))
14264 return 0;
14266 return 0;
14268 _ACEOF
14269 rm -f conftest.$ac_objext
14270 if { (ac_try="$ac_compile"
14271 case "(($ac_try" in
14272 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14273 *) ac_try_echo=$ac_try;;
14274 esac
14275 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14276 (eval "$ac_compile") 2>conftest.er1
14277 ac_status=$?
14278 grep -v '^ *+' conftest.er1 >conftest.err
14279 rm -f conftest.er1
14280 cat conftest.err >&5
14281 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14282 (exit $ac_status); } && {
14283 test -z "$ac_c_werror_flag" ||
14284 test ! -s conftest.err
14285 } && test -s conftest.$ac_objext; then
14286 ac_cv_type_FT_TrueTypeEngineType=yes
14287 else
14288 echo "$as_me: failed program was:" >&5
14289 sed 's/^/| /' conftest.$ac_ext >&5
14291 ac_cv_type_FT_TrueTypeEngineType=no
14294 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14296 { echo "$as_me:$LINENO: result: $ac_cv_type_FT_TrueTypeEngineType" >&5
14297 echo "${ECHO_T}$ac_cv_type_FT_TrueTypeEngineType" >&6; }
14298 if test $ac_cv_type_FT_TrueTypeEngineType = yes; then
14300 cat >>confdefs.h <<_ACEOF
14301 #define HAVE_FT_TRUETYPEENGINETYPE 1
14302 _ACEOF
14307 ac_save_CFLAGS="$CFLAGS"
14308 CFLAGS="$CFLAGS $ac_freetype_libs"
14310 for ac_func in FT_Load_Sfnt_Table
14312 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
14313 { echo "$as_me:$LINENO: checking for $ac_func" >&5
14314 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
14315 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
14316 echo $ECHO_N "(cached) $ECHO_C" >&6
14317 else
14318 cat >conftest.$ac_ext <<_ACEOF
14319 /* confdefs.h. */
14320 _ACEOF
14321 cat confdefs.h >>conftest.$ac_ext
14322 cat >>conftest.$ac_ext <<_ACEOF
14323 /* end confdefs.h. */
14324 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
14325 For example, HP-UX 11i <limits.h> declares gettimeofday. */
14326 #define $ac_func innocuous_$ac_func
14328 /* System header to define __stub macros and hopefully few prototypes,
14329 which can conflict with char $ac_func (); below.
14330 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
14331 <limits.h> exists even on freestanding compilers. */
14333 #ifdef __STDC__
14334 # include <limits.h>
14335 #else
14336 # include <assert.h>
14337 #endif
14339 #undef $ac_func
14341 /* Override any GCC internal prototype to avoid an error.
14342 Use char because int might match the return type of a GCC
14343 builtin and then its argument prototype would still apply. */
14344 #ifdef __cplusplus
14345 extern "C"
14346 #endif
14347 char $ac_func ();
14348 /* The GNU C library defines this for functions which it implements
14349 to always fail with ENOSYS. Some functions are actually named
14350 something starting with __ and the normal name is an alias. */
14351 #if defined __stub_$ac_func || defined __stub___$ac_func
14352 choke me
14353 #endif
14356 main ()
14358 return $ac_func ();
14360 return 0;
14362 _ACEOF
14363 rm -f conftest.$ac_objext conftest$ac_exeext
14364 if { (ac_try="$ac_link"
14365 case "(($ac_try" in
14366 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14367 *) ac_try_echo=$ac_try;;
14368 esac
14369 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14370 (eval "$ac_link") 2>conftest.er1
14371 ac_status=$?
14372 grep -v '^ *+' conftest.er1 >conftest.err
14373 rm -f conftest.er1
14374 cat conftest.err >&5
14375 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14376 (exit $ac_status); } && {
14377 test -z "$ac_c_werror_flag" ||
14378 test ! -s conftest.err
14379 } && test -s conftest$ac_exeext &&
14380 $as_test_x conftest$ac_exeext; then
14381 eval "$as_ac_var=yes"
14382 else
14383 echo "$as_me: failed program was:" >&5
14384 sed 's/^/| /' conftest.$ac_ext >&5
14386 eval "$as_ac_var=no"
14389 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
14390 conftest$ac_exeext conftest.$ac_ext
14392 ac_res=`eval echo '${'$as_ac_var'}'`
14393 { echo "$as_me:$LINENO: result: $ac_res" >&5
14394 echo "${ECHO_T}$ac_res" >&6; }
14395 if test `eval echo '${'$as_ac_var'}'` = yes; then
14396 cat >>confdefs.h <<_ACEOF
14397 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
14398 _ACEOF
14401 done
14403 CFLAGS="$ac_save_CFLAGS"
14404 CPPFLAGS="$ac_save_CPPFLAGS"
14405 if test "$ac_cv_header_freetype_freetype_h" = "yes" -a "$wine_cv_fttrigon" = "yes"
14406 then
14408 cat >>confdefs.h <<\_ACEOF
14409 #define HAVE_FREETYPE 1
14410 _ACEOF
14412 FREETYPELIBS="$ac_freetype_libs"
14414 FREETYPEINCL="$ac_freetype_incl"
14419 if test "x$FREETYPELIBS" = "x"; then
14420 case "x$with_freetype" in
14421 xno) ;;
14422 *) { { echo "$as_me:$LINENO: error: FreeType development files not found.
14423 Fonts will not be built. Dialog text may be invisible or unaligned.
14424 Use the --without-freetype option if you really want this." >&5
14425 echo "$as_me: error: FreeType development files not found.
14426 Fonts will not be built. Dialog text may be invisible or unaligned.
14427 Use the --without-freetype option if you really want this." >&2;}
14428 { (exit 1); exit 1; }; } ;;
14429 esac
14432 test "x$FREETYPELIBS" = "x" && enable_fonts=${enable_fonts:-no}
14434 { echo "$as_me:$LINENO: checking for parport header/ppdev.h" >&5
14435 echo $ECHO_N "checking for parport header/ppdev.h... $ECHO_C" >&6; }
14436 if test "${ac_cv_c_ppdev+set}" = set; then
14437 echo $ECHO_N "(cached) $ECHO_C" >&6
14438 else
14439 cat >conftest.$ac_ext <<_ACEOF
14440 /* confdefs.h. */
14441 _ACEOF
14442 cat confdefs.h >>conftest.$ac_ext
14443 cat >>conftest.$ac_ext <<_ACEOF
14444 /* end confdefs.h. */
14445 #include <linux/ppdev.h>
14447 main ()
14449 ioctl (1,PPCLAIM,0)
14451 return 0;
14453 _ACEOF
14454 rm -f conftest.$ac_objext
14455 if { (ac_try="$ac_compile"
14456 case "(($ac_try" in
14457 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14458 *) ac_try_echo=$ac_try;;
14459 esac
14460 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14461 (eval "$ac_compile") 2>conftest.er1
14462 ac_status=$?
14463 grep -v '^ *+' conftest.er1 >conftest.err
14464 rm -f conftest.er1
14465 cat conftest.err >&5
14466 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14467 (exit $ac_status); } && {
14468 test -z "$ac_c_werror_flag" ||
14469 test ! -s conftest.err
14470 } && test -s conftest.$ac_objext; then
14471 ac_cv_c_ppdev="yes"
14472 else
14473 echo "$as_me: failed program was:" >&5
14474 sed 's/^/| /' conftest.$ac_ext >&5
14476 ac_cv_c_ppdev="no"
14479 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14481 { echo "$as_me:$LINENO: result: $ac_cv_c_ppdev" >&5
14482 echo "${ECHO_T}$ac_cv_c_ppdev" >&6; }
14483 if test "$ac_cv_c_ppdev" = "yes"
14484 then
14486 cat >>confdefs.h <<\_ACEOF
14487 #define HAVE_PPDEV 1
14488 _ACEOF
14492 { echo "$as_me:$LINENO: checking for va_copy" >&5
14493 echo $ECHO_N "checking for va_copy... $ECHO_C" >&6; }
14494 if test "${ac_cv_c_va_copy+set}" = set; then
14495 echo $ECHO_N "(cached) $ECHO_C" >&6
14496 else
14497 cat >conftest.$ac_ext <<_ACEOF
14498 /* confdefs.h. */
14499 _ACEOF
14500 cat confdefs.h >>conftest.$ac_ext
14501 cat >>conftest.$ac_ext <<_ACEOF
14502 /* end confdefs.h. */
14503 #include <stdarg.h>
14505 main ()
14507 va_list ap1, ap2; va_copy(ap1,ap2);
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 "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14519 (eval "$ac_link") 2>conftest.er1
14520 ac_status=$?
14521 grep -v '^ *+' conftest.er1 >conftest.err
14522 rm -f conftest.er1
14523 cat conftest.err >&5
14524 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14525 (exit $ac_status); } && {
14526 test -z "$ac_c_werror_flag" ||
14527 test ! -s conftest.err
14528 } && test -s conftest$ac_exeext &&
14529 $as_test_x conftest$ac_exeext; then
14530 ac_cv_c_va_copy="yes"
14531 else
14532 echo "$as_me: failed program was:" >&5
14533 sed 's/^/| /' conftest.$ac_ext >&5
14535 ac_cv_c_va_copy="no"
14538 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
14539 conftest$ac_exeext conftest.$ac_ext
14542 { echo "$as_me:$LINENO: result: $ac_cv_c_va_copy" >&5
14543 echo "${ECHO_T}$ac_cv_c_va_copy" >&6; }
14544 if test "$ac_cv_c_va_copy" = "yes"
14545 then
14547 cat >>confdefs.h <<\_ACEOF
14548 #define HAVE_VA_COPY 1
14549 _ACEOF
14552 { echo "$as_me:$LINENO: checking for __va_copy" >&5
14553 echo $ECHO_N "checking for __va_copy... $ECHO_C" >&6; }
14554 if test "${ac_cv_c___va_copy+set}" = set; then
14555 echo $ECHO_N "(cached) $ECHO_C" >&6
14556 else
14557 cat >conftest.$ac_ext <<_ACEOF
14558 /* confdefs.h. */
14559 _ACEOF
14560 cat confdefs.h >>conftest.$ac_ext
14561 cat >>conftest.$ac_ext <<_ACEOF
14562 /* end confdefs.h. */
14563 #include <stdarg.h>
14565 main ()
14567 va_list ap1, ap2; __va_copy(ap1,ap2);
14569 return 0;
14571 _ACEOF
14572 rm -f conftest.$ac_objext conftest$ac_exeext
14573 if { (ac_try="$ac_link"
14574 case "(($ac_try" in
14575 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14576 *) ac_try_echo=$ac_try;;
14577 esac
14578 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14579 (eval "$ac_link") 2>conftest.er1
14580 ac_status=$?
14581 grep -v '^ *+' conftest.er1 >conftest.err
14582 rm -f conftest.er1
14583 cat conftest.err >&5
14584 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14585 (exit $ac_status); } && {
14586 test -z "$ac_c_werror_flag" ||
14587 test ! -s conftest.err
14588 } && test -s conftest$ac_exeext &&
14589 $as_test_x conftest$ac_exeext; then
14590 ac_cv_c___va_copy="yes"
14591 else
14592 echo "$as_me: failed program was:" >&5
14593 sed 's/^/| /' conftest.$ac_ext >&5
14595 ac_cv_c___va_copy="no"
14598 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
14599 conftest$ac_exeext conftest.$ac_ext
14602 { echo "$as_me:$LINENO: result: $ac_cv_c___va_copy" >&5
14603 echo "${ECHO_T}$ac_cv_c___va_copy" >&6; }
14604 if test "$ac_cv_c___va_copy" = "yes"
14605 then
14607 cat >>confdefs.h <<\_ACEOF
14608 #define HAVE___VA_COPY 1
14609 _ACEOF
14613 { echo "$as_me:$LINENO: checking for pthread_rwlock_t" >&5
14614 echo $ECHO_N "checking for pthread_rwlock_t... $ECHO_C" >&6; }
14615 if test "${ac_cv_type_pthread_rwlock_t+set}" = set; then
14616 echo $ECHO_N "(cached) $ECHO_C" >&6
14617 else
14618 cat >conftest.$ac_ext <<_ACEOF
14619 /* confdefs.h. */
14620 _ACEOF
14621 cat confdefs.h >>conftest.$ac_ext
14622 cat >>conftest.$ac_ext <<_ACEOF
14623 /* end confdefs.h. */
14624 #define _GNU_SOURCE
14625 #include <pthread.h>
14627 typedef pthread_rwlock_t ac__type_new_;
14629 main ()
14631 if ((ac__type_new_ *) 0)
14632 return 0;
14633 if (sizeof (ac__type_new_))
14634 return 0;
14636 return 0;
14638 _ACEOF
14639 rm -f conftest.$ac_objext
14640 if { (ac_try="$ac_compile"
14641 case "(($ac_try" in
14642 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14643 *) ac_try_echo=$ac_try;;
14644 esac
14645 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14646 (eval "$ac_compile") 2>conftest.er1
14647 ac_status=$?
14648 grep -v '^ *+' conftest.er1 >conftest.err
14649 rm -f conftest.er1
14650 cat conftest.err >&5
14651 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14652 (exit $ac_status); } && {
14653 test -z "$ac_c_werror_flag" ||
14654 test ! -s conftest.err
14655 } && test -s conftest.$ac_objext; then
14656 ac_cv_type_pthread_rwlock_t=yes
14657 else
14658 echo "$as_me: failed program was:" >&5
14659 sed 's/^/| /' conftest.$ac_ext >&5
14661 ac_cv_type_pthread_rwlock_t=no
14664 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14666 { echo "$as_me:$LINENO: result: $ac_cv_type_pthread_rwlock_t" >&5
14667 echo "${ECHO_T}$ac_cv_type_pthread_rwlock_t" >&6; }
14668 if test $ac_cv_type_pthread_rwlock_t = yes; then
14670 cat >>confdefs.h <<_ACEOF
14671 #define HAVE_PTHREAD_RWLOCK_T 1
14672 _ACEOF
14676 { echo "$as_me:$LINENO: checking for pthread_rwlockattr_t" >&5
14677 echo $ECHO_N "checking for pthread_rwlockattr_t... $ECHO_C" >&6; }
14678 if test "${ac_cv_type_pthread_rwlockattr_t+set}" = set; then
14679 echo $ECHO_N "(cached) $ECHO_C" >&6
14680 else
14681 cat >conftest.$ac_ext <<_ACEOF
14682 /* confdefs.h. */
14683 _ACEOF
14684 cat confdefs.h >>conftest.$ac_ext
14685 cat >>conftest.$ac_ext <<_ACEOF
14686 /* end confdefs.h. */
14687 #define _GNU_SOURCE
14688 #include <pthread.h>
14690 typedef pthread_rwlockattr_t ac__type_new_;
14692 main ()
14694 if ((ac__type_new_ *) 0)
14695 return 0;
14696 if (sizeof (ac__type_new_))
14697 return 0;
14699 return 0;
14701 _ACEOF
14702 rm -f conftest.$ac_objext
14703 if { (ac_try="$ac_compile"
14704 case "(($ac_try" in
14705 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14706 *) ac_try_echo=$ac_try;;
14707 esac
14708 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14709 (eval "$ac_compile") 2>conftest.er1
14710 ac_status=$?
14711 grep -v '^ *+' conftest.er1 >conftest.err
14712 rm -f conftest.er1
14713 cat conftest.err >&5
14714 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14715 (exit $ac_status); } && {
14716 test -z "$ac_c_werror_flag" ||
14717 test ! -s conftest.err
14718 } && test -s conftest.$ac_objext; then
14719 ac_cv_type_pthread_rwlockattr_t=yes
14720 else
14721 echo "$as_me: failed program was:" >&5
14722 sed 's/^/| /' conftest.$ac_ext >&5
14724 ac_cv_type_pthread_rwlockattr_t=no
14727 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14729 { echo "$as_me:$LINENO: result: $ac_cv_type_pthread_rwlockattr_t" >&5
14730 echo "${ECHO_T}$ac_cv_type_pthread_rwlockattr_t" >&6; }
14731 if test $ac_cv_type_pthread_rwlockattr_t = yes; then
14733 cat >>confdefs.h <<_ACEOF
14734 #define HAVE_PTHREAD_RWLOCKATTR_T 1
14735 _ACEOF
14741 ac_wine_check_funcs_save_LIBS="$LIBS"
14742 LIBS="$LIBS $LIBPTHREAD"
14747 for ac_func in \
14748 pthread_attr_get_np \
14749 pthread_getattr_np \
14750 pthread_get_stackaddr_np \
14751 pthread_get_stacksize_np
14753 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
14754 { echo "$as_me:$LINENO: checking for $ac_func" >&5
14755 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
14756 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
14757 echo $ECHO_N "(cached) $ECHO_C" >&6
14758 else
14759 cat >conftest.$ac_ext <<_ACEOF
14760 /* confdefs.h. */
14761 _ACEOF
14762 cat confdefs.h >>conftest.$ac_ext
14763 cat >>conftest.$ac_ext <<_ACEOF
14764 /* end confdefs.h. */
14765 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
14766 For example, HP-UX 11i <limits.h> declares gettimeofday. */
14767 #define $ac_func innocuous_$ac_func
14769 /* System header to define __stub macros and hopefully few prototypes,
14770 which can conflict with char $ac_func (); below.
14771 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
14772 <limits.h> exists even on freestanding compilers. */
14774 #ifdef __STDC__
14775 # include <limits.h>
14776 #else
14777 # include <assert.h>
14778 #endif
14780 #undef $ac_func
14782 /* Override any GCC internal prototype to avoid an error.
14783 Use char because int might match the return type of a GCC
14784 builtin and then its argument prototype would still apply. */
14785 #ifdef __cplusplus
14786 extern "C"
14787 #endif
14788 char $ac_func ();
14789 /* The GNU C library defines this for functions which it implements
14790 to always fail with ENOSYS. Some functions are actually named
14791 something starting with __ and the normal name is an alias. */
14792 #if defined __stub_$ac_func || defined __stub___$ac_func
14793 choke me
14794 #endif
14797 main ()
14799 return $ac_func ();
14801 return 0;
14803 _ACEOF
14804 rm -f conftest.$ac_objext conftest$ac_exeext
14805 if { (ac_try="$ac_link"
14806 case "(($ac_try" in
14807 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14808 *) ac_try_echo=$ac_try;;
14809 esac
14810 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14811 (eval "$ac_link") 2>conftest.er1
14812 ac_status=$?
14813 grep -v '^ *+' conftest.er1 >conftest.err
14814 rm -f conftest.er1
14815 cat conftest.err >&5
14816 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14817 (exit $ac_status); } && {
14818 test -z "$ac_c_werror_flag" ||
14819 test ! -s conftest.err
14820 } && test -s conftest$ac_exeext &&
14821 $as_test_x conftest$ac_exeext; then
14822 eval "$as_ac_var=yes"
14823 else
14824 echo "$as_me: failed program was:" >&5
14825 sed 's/^/| /' conftest.$ac_ext >&5
14827 eval "$as_ac_var=no"
14830 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
14831 conftest$ac_exeext conftest.$ac_ext
14833 ac_res=`eval echo '${'$as_ac_var'}'`
14834 { echo "$as_me:$LINENO: result: $ac_res" >&5
14835 echo "${ECHO_T}$ac_res" >&6; }
14836 if test `eval echo '${'$as_ac_var'}'` = yes; then
14837 cat >>confdefs.h <<_ACEOF
14838 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
14839 _ACEOF
14842 done
14844 LIBS="$ac_wine_check_funcs_save_LIBS"
14846 # Extract the first word of "esd-config", so it can be a program name with args.
14847 set dummy esd-config; ac_word=$2
14848 { echo "$as_me:$LINENO: checking for $ac_word" >&5
14849 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
14850 if test "${ac_cv_path_ESDCONFIG+set}" = set; then
14851 echo $ECHO_N "(cached) $ECHO_C" >&6
14852 else
14853 case $ESDCONFIG in
14854 [\\/]* | ?:[\\/]*)
14855 ac_cv_path_ESDCONFIG="$ESDCONFIG" # Let the user override the test with a path.
14858 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
14859 for as_dir in $PATH
14861 IFS=$as_save_IFS
14862 test -z "$as_dir" && as_dir=.
14863 for ac_exec_ext in '' $ac_executable_extensions; do
14864 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
14865 ac_cv_path_ESDCONFIG="$as_dir/$ac_word$ac_exec_ext"
14866 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
14867 break 2
14869 done
14870 done
14871 IFS=$as_save_IFS
14874 esac
14876 ESDCONFIG=$ac_cv_path_ESDCONFIG
14877 if test -n "$ESDCONFIG"; then
14878 { echo "$as_me:$LINENO: result: $ESDCONFIG" >&5
14879 echo "${ECHO_T}$ESDCONFIG" >&6; }
14880 else
14881 { echo "$as_me:$LINENO: result: no" >&5
14882 echo "${ECHO_T}no" >&6; }
14886 if test "x$with_esd" != xno -a "x$ESDCONFIG" != x -a "x$ESDCONFIG" != x'"$ESDCONFIG"';
14887 then
14888 ac_esd_incl=""
14889 for i in `$ESDCONFIG --cflags`
14891 case "$i" in
14892 -I*) ac_esd_incl="$ac_esd_incl $i";;
14893 esac
14894 done
14895 ac_esd_libs=`$ESDCONFIG --libs`
14896 save_CFLAGS="$CFLAGS"
14897 CFLAGS="$CFLAGS $ac_esd_incl"
14898 { echo "$as_me:$LINENO: checking for esd_open_sound in -lesd" >&5
14899 echo $ECHO_N "checking for esd_open_sound in -lesd... $ECHO_C" >&6; }
14900 if test "${ac_cv_lib_esd_esd_open_sound+set}" = set; then
14901 echo $ECHO_N "(cached) $ECHO_C" >&6
14902 else
14903 ac_check_lib_save_LIBS=$LIBS
14904 LIBS="-lesd $ac_esd_libs $LIBS"
14905 cat >conftest.$ac_ext <<_ACEOF
14906 /* confdefs.h. */
14907 _ACEOF
14908 cat confdefs.h >>conftest.$ac_ext
14909 cat >>conftest.$ac_ext <<_ACEOF
14910 /* end confdefs.h. */
14912 /* Override any GCC internal prototype to avoid an error.
14913 Use char because int might match the return type of a GCC
14914 builtin and then its argument prototype would still apply. */
14915 #ifdef __cplusplus
14916 extern "C"
14917 #endif
14918 char esd_open_sound ();
14920 main ()
14922 return esd_open_sound ();
14924 return 0;
14926 _ACEOF
14927 rm -f conftest.$ac_objext conftest$ac_exeext
14928 if { (ac_try="$ac_link"
14929 case "(($ac_try" in
14930 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14931 *) ac_try_echo=$ac_try;;
14932 esac
14933 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14934 (eval "$ac_link") 2>conftest.er1
14935 ac_status=$?
14936 grep -v '^ *+' conftest.er1 >conftest.err
14937 rm -f conftest.er1
14938 cat conftest.err >&5
14939 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14940 (exit $ac_status); } && {
14941 test -z "$ac_c_werror_flag" ||
14942 test ! -s conftest.err
14943 } && test -s conftest$ac_exeext &&
14944 $as_test_x conftest$ac_exeext; then
14945 ac_cv_lib_esd_esd_open_sound=yes
14946 else
14947 echo "$as_me: failed program was:" >&5
14948 sed 's/^/| /' conftest.$ac_ext >&5
14950 ac_cv_lib_esd_esd_open_sound=no
14953 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
14954 conftest$ac_exeext conftest.$ac_ext
14955 LIBS=$ac_check_lib_save_LIBS
14957 { echo "$as_me:$LINENO: result: $ac_cv_lib_esd_esd_open_sound" >&5
14958 echo "${ECHO_T}$ac_cv_lib_esd_esd_open_sound" >&6; }
14959 if test $ac_cv_lib_esd_esd_open_sound = yes; then
14960 ESDINCL="$ac_esd_incl"
14962 ESDLIBS="$ac_esd_libs"
14965 cat >>confdefs.h <<\_ACEOF
14966 #define HAVE_ESD 1
14967 _ACEOF
14971 CFLAGS="$save_CFLAGS"
14974 ALSALIBS=""
14976 if test "$ac_cv_header_sys_asoundlib_h" = "yes" -o "$ac_cv_header_alsa_asoundlib_h" = "yes"
14977 then
14978 { echo "$as_me:$LINENO: checking for snd_pcm_hw_params_get_access in -lasound" >&5
14979 echo $ECHO_N "checking for snd_pcm_hw_params_get_access in -lasound... $ECHO_C" >&6; }
14980 if test "${ac_cv_lib_asound_snd_pcm_hw_params_get_access+set}" = set; then
14981 echo $ECHO_N "(cached) $ECHO_C" >&6
14982 else
14983 ac_check_lib_save_LIBS=$LIBS
14984 LIBS="-lasound $LIBS"
14985 cat >conftest.$ac_ext <<_ACEOF
14986 /* confdefs.h. */
14987 _ACEOF
14988 cat confdefs.h >>conftest.$ac_ext
14989 cat >>conftest.$ac_ext <<_ACEOF
14990 /* end confdefs.h. */
14992 /* Override any GCC internal prototype to avoid an error.
14993 Use char because int might match the return type of a GCC
14994 builtin and then its argument prototype would still apply. */
14995 #ifdef __cplusplus
14996 extern "C"
14997 #endif
14998 char snd_pcm_hw_params_get_access ();
15000 main ()
15002 return snd_pcm_hw_params_get_access ();
15004 return 0;
15006 _ACEOF
15007 rm -f conftest.$ac_objext conftest$ac_exeext
15008 if { (ac_try="$ac_link"
15009 case "(($ac_try" in
15010 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15011 *) ac_try_echo=$ac_try;;
15012 esac
15013 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15014 (eval "$ac_link") 2>conftest.er1
15015 ac_status=$?
15016 grep -v '^ *+' conftest.er1 >conftest.err
15017 rm -f conftest.er1
15018 cat conftest.err >&5
15019 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15020 (exit $ac_status); } && {
15021 test -z "$ac_c_werror_flag" ||
15022 test ! -s conftest.err
15023 } && test -s conftest$ac_exeext &&
15024 $as_test_x conftest$ac_exeext; then
15025 ac_cv_lib_asound_snd_pcm_hw_params_get_access=yes
15026 else
15027 echo "$as_me: failed program was:" >&5
15028 sed 's/^/| /' conftest.$ac_ext >&5
15030 ac_cv_lib_asound_snd_pcm_hw_params_get_access=no
15033 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
15034 conftest$ac_exeext conftest.$ac_ext
15035 LIBS=$ac_check_lib_save_LIBS
15037 { echo "$as_me:$LINENO: result: $ac_cv_lib_asound_snd_pcm_hw_params_get_access" >&5
15038 echo "${ECHO_T}$ac_cv_lib_asound_snd_pcm_hw_params_get_access" >&6; }
15039 if test $ac_cv_lib_asound_snd_pcm_hw_params_get_access = yes; then
15040 cat >conftest.$ac_ext <<_ACEOF
15041 /* confdefs.h. */
15042 _ACEOF
15043 cat confdefs.h >>conftest.$ac_ext
15044 cat >>conftest.$ac_ext <<_ACEOF
15045 /* end confdefs.h. */
15046 #ifdef HAVE_ALSA_ASOUNDLIB_H
15047 #include <alsa/asoundlib.h>
15048 #elif defined(HAVE_SYS_ASOUNDLIB_H)
15049 #include <sys/asoundlib.h>
15050 #endif
15052 main ()
15054 int ret = snd_pcm_hw_params_get_access(NULL, NULL)
15056 return 0;
15058 _ACEOF
15059 rm -f conftest.$ac_objext
15060 if { (ac_try="$ac_compile"
15061 case "(($ac_try" in
15062 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15063 *) ac_try_echo=$ac_try;;
15064 esac
15065 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15066 (eval "$ac_compile") 2>conftest.er1
15067 ac_status=$?
15068 grep -v '^ *+' conftest.er1 >conftest.err
15069 rm -f conftest.er1
15070 cat conftest.err >&5
15071 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15072 (exit $ac_status); } && {
15073 test -z "$ac_c_werror_flag" ||
15074 test ! -s conftest.err
15075 } && test -s conftest.$ac_objext; then
15077 cat >>confdefs.h <<\_ACEOF
15078 #define HAVE_ALSA 1
15079 _ACEOF
15081 ALSALIBS="-lasound"
15082 else
15083 echo "$as_me: failed program was:" >&5
15084 sed 's/^/| /' conftest.$ac_ext >&5
15089 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
15094 AUDIOIOLIBS=""
15096 if test "$ac_cv_header_libaudioio_h" = "yes"
15097 then
15098 { echo "$as_me:$LINENO: checking for AudioIOGetVersion in -laudioio" >&5
15099 echo $ECHO_N "checking for AudioIOGetVersion in -laudioio... $ECHO_C" >&6; }
15100 if test "${ac_cv_lib_audioio_AudioIOGetVersion+set}" = set; then
15101 echo $ECHO_N "(cached) $ECHO_C" >&6
15102 else
15103 ac_check_lib_save_LIBS=$LIBS
15104 LIBS="-laudioio $LIBS"
15105 cat >conftest.$ac_ext <<_ACEOF
15106 /* confdefs.h. */
15107 _ACEOF
15108 cat confdefs.h >>conftest.$ac_ext
15109 cat >>conftest.$ac_ext <<_ACEOF
15110 /* end confdefs.h. */
15112 /* Override any GCC internal prototype to avoid an error.
15113 Use char because int might match the return type of a GCC
15114 builtin and then its argument prototype would still apply. */
15115 #ifdef __cplusplus
15116 extern "C"
15117 #endif
15118 char AudioIOGetVersion ();
15120 main ()
15122 return AudioIOGetVersion ();
15124 return 0;
15126 _ACEOF
15127 rm -f conftest.$ac_objext conftest$ac_exeext
15128 if { (ac_try="$ac_link"
15129 case "(($ac_try" in
15130 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15131 *) ac_try_echo=$ac_try;;
15132 esac
15133 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15134 (eval "$ac_link") 2>conftest.er1
15135 ac_status=$?
15136 grep -v '^ *+' conftest.er1 >conftest.err
15137 rm -f conftest.er1
15138 cat conftest.err >&5
15139 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15140 (exit $ac_status); } && {
15141 test -z "$ac_c_werror_flag" ||
15142 test ! -s conftest.err
15143 } && test -s conftest$ac_exeext &&
15144 $as_test_x conftest$ac_exeext; then
15145 ac_cv_lib_audioio_AudioIOGetVersion=yes
15146 else
15147 echo "$as_me: failed program was:" >&5
15148 sed 's/^/| /' conftest.$ac_ext >&5
15150 ac_cv_lib_audioio_AudioIOGetVersion=no
15153 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
15154 conftest$ac_exeext conftest.$ac_ext
15155 LIBS=$ac_check_lib_save_LIBS
15157 { echo "$as_me:$LINENO: result: $ac_cv_lib_audioio_AudioIOGetVersion" >&5
15158 echo "${ECHO_T}$ac_cv_lib_audioio_AudioIOGetVersion" >&6; }
15159 if test $ac_cv_lib_audioio_AudioIOGetVersion = yes; then
15160 AUDIOIOLIBS="-laudioio"
15162 cat >>confdefs.h <<\_ACEOF
15163 #define HAVE_LIBAUDIOIO 1
15164 _ACEOF
15171 if test "$ac_cv_header_capi20_h" = "yes" -a "$ac_cv_header_linux_capi_h" = "yes"
15172 then
15173 { echo "$as_me:$LINENO: checking for -lcapi20" >&5
15174 echo $ECHO_N "checking for -lcapi20... $ECHO_C" >&6; }
15175 if test "${ac_cv_lib_soname_capi20+set}" = set; then
15176 echo $ECHO_N "(cached) $ECHO_C" >&6
15177 else
15178 ac_check_soname_save_LIBS=$LIBS
15179 LIBS="-lcapi20 $LIBS"
15180 cat >conftest.$ac_ext <<_ACEOF
15181 /* confdefs.h. */
15182 _ACEOF
15183 cat confdefs.h >>conftest.$ac_ext
15184 cat >>conftest.$ac_ext <<_ACEOF
15185 /* end confdefs.h. */
15187 /* Override any GCC internal prototype to avoid an error.
15188 Use char because int might match the return type of a GCC
15189 builtin and then its argument prototype would still apply. */
15190 #ifdef __cplusplus
15191 extern "C"
15192 #endif
15193 char capi20_register ();
15195 main ()
15197 return capi20_register ();
15199 return 0;
15201 _ACEOF
15202 rm -f conftest.$ac_objext conftest$ac_exeext
15203 if { (ac_try="$ac_link"
15204 case "(($ac_try" in
15205 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15206 *) ac_try_echo=$ac_try;;
15207 esac
15208 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15209 (eval "$ac_link") 2>conftest.er1
15210 ac_status=$?
15211 grep -v '^ *+' conftest.er1 >conftest.err
15212 rm -f conftest.er1
15213 cat conftest.err >&5
15214 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15215 (exit $ac_status); } && {
15216 test -z "$ac_c_werror_flag" ||
15217 test ! -s conftest.err
15218 } && test -s conftest$ac_exeext &&
15219 $as_test_x conftest$ac_exeext; then
15220 case "$LIBEXT" in
15221 dll) ;;
15222 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'` ;;
15223 *) ac_cv_lib_soname_capi20=`$ac_cv_path_LDD conftest$ac_exeext | grep "libcapi20\\.$LIBEXT" | sed -e "s/^.*\(libcapi20\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
15224 esac
15225 else
15226 echo "$as_me: failed program was:" >&5
15227 sed 's/^/| /' conftest.$ac_ext >&5
15232 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
15233 conftest$ac_exeext conftest.$ac_ext
15234 LIBS=$ac_check_soname_save_LIBS
15236 if test "x$ac_cv_lib_soname_capi20" = "x"; then
15237 { echo "$as_me:$LINENO: result: not found" >&5
15238 echo "${ECHO_T}not found" >&6; }
15240 else
15241 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_capi20" >&5
15242 echo "${ECHO_T}$ac_cv_lib_soname_capi20" >&6; }
15244 cat >>confdefs.h <<_ACEOF
15245 #define SONAME_LIBCAPI20 "$ac_cv_lib_soname_capi20"
15246 _ACEOF
15252 if test "x$ac_cv_lib_soname_capi20" = "x"; then
15253 case "x$with_capi" in
15254 x) wine_notices="$wine_notices|libcapi20 development files not found, ISDN won't be supported." ;;
15255 xno) ;;
15256 *) { { echo "$as_me:$LINENO: error: libcapi20 development files not found, ISDN won't be supported.
15257 This is an error since --with-capi was requested." >&5
15258 echo "$as_me: error: libcapi20 development files not found, ISDN won't be supported.
15259 This is an error since --with-capi was requested." >&2;}
15260 { (exit 1); exit 1; }; } ;;
15261 esac
15265 CUPSINCL=""
15267 if test "x$with_cups" != "xno"
15268 then
15269 ac_save_CPPFLAGS="$CPPFLAGS"
15270 ac_cups_cflags=`cups-config --cflags 2>/dev/null`
15271 ac_cups_libs=`cups-config --ldflags 2>/dev/null`
15272 CPPFLAGS="$CPPFLAGS $ac_cups_cflags"
15274 for ac_header in cups/cups.h
15276 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
15277 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
15278 { echo "$as_me:$LINENO: checking for $ac_header" >&5
15279 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
15280 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
15281 echo $ECHO_N "(cached) $ECHO_C" >&6
15283 ac_res=`eval echo '${'$as_ac_Header'}'`
15284 { echo "$as_me:$LINENO: result: $ac_res" >&5
15285 echo "${ECHO_T}$ac_res" >&6; }
15286 else
15287 # Is the header compilable?
15288 { echo "$as_me:$LINENO: checking $ac_header usability" >&5
15289 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6; }
15290 cat >conftest.$ac_ext <<_ACEOF
15291 /* confdefs.h. */
15292 _ACEOF
15293 cat confdefs.h >>conftest.$ac_ext
15294 cat >>conftest.$ac_ext <<_ACEOF
15295 /* end confdefs.h. */
15296 $ac_includes_default
15297 #include <$ac_header>
15298 _ACEOF
15299 rm -f conftest.$ac_objext
15300 if { (ac_try="$ac_compile"
15301 case "(($ac_try" in
15302 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15303 *) ac_try_echo=$ac_try;;
15304 esac
15305 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15306 (eval "$ac_compile") 2>conftest.er1
15307 ac_status=$?
15308 grep -v '^ *+' conftest.er1 >conftest.err
15309 rm -f conftest.er1
15310 cat conftest.err >&5
15311 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15312 (exit $ac_status); } && {
15313 test -z "$ac_c_werror_flag" ||
15314 test ! -s conftest.err
15315 } && test -s conftest.$ac_objext; then
15316 ac_header_compiler=yes
15317 else
15318 echo "$as_me: failed program was:" >&5
15319 sed 's/^/| /' conftest.$ac_ext >&5
15321 ac_header_compiler=no
15324 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
15325 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
15326 echo "${ECHO_T}$ac_header_compiler" >&6; }
15328 # Is the header present?
15329 { echo "$as_me:$LINENO: checking $ac_header presence" >&5
15330 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6; }
15331 cat >conftest.$ac_ext <<_ACEOF
15332 /* confdefs.h. */
15333 _ACEOF
15334 cat confdefs.h >>conftest.$ac_ext
15335 cat >>conftest.$ac_ext <<_ACEOF
15336 /* end confdefs.h. */
15337 #include <$ac_header>
15338 _ACEOF
15339 if { (ac_try="$ac_cpp conftest.$ac_ext"
15340 case "(($ac_try" in
15341 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15342 *) ac_try_echo=$ac_try;;
15343 esac
15344 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15345 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
15346 ac_status=$?
15347 grep -v '^ *+' conftest.er1 >conftest.err
15348 rm -f conftest.er1
15349 cat conftest.err >&5
15350 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15351 (exit $ac_status); } >/dev/null && {
15352 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
15353 test ! -s conftest.err
15354 }; then
15355 ac_header_preproc=yes
15356 else
15357 echo "$as_me: failed program was:" >&5
15358 sed 's/^/| /' conftest.$ac_ext >&5
15360 ac_header_preproc=no
15363 rm -f conftest.err conftest.$ac_ext
15364 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
15365 echo "${ECHO_T}$ac_header_preproc" >&6; }
15367 # So? What about this header?
15368 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
15369 yes:no: )
15370 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
15371 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
15372 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
15373 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
15374 ac_header_preproc=yes
15376 no:yes:* )
15377 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
15378 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
15379 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
15380 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
15381 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
15382 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
15383 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
15384 echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
15385 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
15386 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
15387 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
15388 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
15389 ( cat <<\_ASBOX
15390 ## ------------------------------------ ##
15391 ## Report this to wine-devel@winehq.org ##
15392 ## ------------------------------------ ##
15393 _ASBOX
15394 ) | sed "s/^/$as_me: WARNING: /" >&2
15396 esac
15397 { echo "$as_me:$LINENO: checking for $ac_header" >&5
15398 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
15399 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
15400 echo $ECHO_N "(cached) $ECHO_C" >&6
15401 else
15402 eval "$as_ac_Header=\$ac_header_preproc"
15404 ac_res=`eval echo '${'$as_ac_Header'}'`
15405 { echo "$as_me:$LINENO: result: $ac_res" >&5
15406 echo "${ECHO_T}$ac_res" >&6; }
15409 if test `eval echo '${'$as_ac_Header'}'` = yes; then
15410 cat >>confdefs.h <<_ACEOF
15411 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
15412 _ACEOF
15413 { echo "$as_me:$LINENO: checking for -lcups" >&5
15414 echo $ECHO_N "checking for -lcups... $ECHO_C" >&6; }
15415 if test "${ac_cv_lib_soname_cups+set}" = set; then
15416 echo $ECHO_N "(cached) $ECHO_C" >&6
15417 else
15418 ac_check_soname_save_LIBS=$LIBS
15419 LIBS="-lcups $ac_cups_libs $LIBS"
15420 cat >conftest.$ac_ext <<_ACEOF
15421 /* confdefs.h. */
15422 _ACEOF
15423 cat confdefs.h >>conftest.$ac_ext
15424 cat >>conftest.$ac_ext <<_ACEOF
15425 /* end confdefs.h. */
15427 /* Override any GCC internal prototype to avoid an error.
15428 Use char because int might match the return type of a GCC
15429 builtin and then its argument prototype would still apply. */
15430 #ifdef __cplusplus
15431 extern "C"
15432 #endif
15433 char cupsGetDefault ();
15435 main ()
15437 return cupsGetDefault ();
15439 return 0;
15441 _ACEOF
15442 rm -f conftest.$ac_objext conftest$ac_exeext
15443 if { (ac_try="$ac_link"
15444 case "(($ac_try" in
15445 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15446 *) ac_try_echo=$ac_try;;
15447 esac
15448 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15449 (eval "$ac_link") 2>conftest.er1
15450 ac_status=$?
15451 grep -v '^ *+' conftest.er1 >conftest.err
15452 rm -f conftest.er1
15453 cat conftest.err >&5
15454 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15455 (exit $ac_status); } && {
15456 test -z "$ac_c_werror_flag" ||
15457 test ! -s conftest.err
15458 } && test -s conftest$ac_exeext &&
15459 $as_test_x conftest$ac_exeext; then
15460 case "$LIBEXT" in
15461 dll) ;;
15462 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'` ;;
15463 *) ac_cv_lib_soname_cups=`$ac_cv_path_LDD conftest$ac_exeext | grep "libcups\\.$LIBEXT" | sed -e "s/^.*\(libcups\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
15464 esac
15465 else
15466 echo "$as_me: failed program was:" >&5
15467 sed 's/^/| /' conftest.$ac_ext >&5
15472 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
15473 conftest$ac_exeext conftest.$ac_ext
15474 LIBS=$ac_check_soname_save_LIBS
15476 if test "x$ac_cv_lib_soname_cups" = "x"; then
15477 { echo "$as_me:$LINENO: result: not found" >&5
15478 echo "${ECHO_T}not found" >&6; }
15480 else
15481 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_cups" >&5
15482 echo "${ECHO_T}$ac_cv_lib_soname_cups" >&6; }
15484 cat >>confdefs.h <<_ACEOF
15485 #define SONAME_LIBCUPS "$ac_cv_lib_soname_cups"
15486 _ACEOF
15488 CUPSINCL="$ac_cups_cflags"
15493 done
15495 CPPFLAGS="$ac_save_CPPFLAGS"
15497 if test "x$ac_cv_lib_soname_cups" = "x"; then
15498 case "x$with_cups" in
15499 x) wine_notices="$wine_notices|libcups development files not found, CUPS won't be supported." ;;
15500 xno) ;;
15501 *) { { echo "$as_me:$LINENO: error: libcups development files not found, CUPS won't be supported.
15502 This is an error since --with-cups was requested." >&5
15503 echo "$as_me: error: libcups development files not found, CUPS won't be supported.
15504 This is an error since --with-cups was requested." >&2;}
15505 { (exit 1); exit 1; }; } ;;
15506 esac
15510 if test "$ac_cv_header_jack_jack_h" = "yes"
15511 then
15512 { echo "$as_me:$LINENO: checking for -ljack" >&5
15513 echo $ECHO_N "checking for -ljack... $ECHO_C" >&6; }
15514 if test "${ac_cv_lib_soname_jack+set}" = set; then
15515 echo $ECHO_N "(cached) $ECHO_C" >&6
15516 else
15517 ac_check_soname_save_LIBS=$LIBS
15518 LIBS="-ljack $LIBS"
15519 cat >conftest.$ac_ext <<_ACEOF
15520 /* confdefs.h. */
15521 _ACEOF
15522 cat confdefs.h >>conftest.$ac_ext
15523 cat >>conftest.$ac_ext <<_ACEOF
15524 /* end confdefs.h. */
15526 /* Override any GCC internal prototype to avoid an error.
15527 Use char because int might match the return type of a GCC
15528 builtin and then its argument prototype would still apply. */
15529 #ifdef __cplusplus
15530 extern "C"
15531 #endif
15532 char jack_client_new ();
15534 main ()
15536 return jack_client_new ();
15538 return 0;
15540 _ACEOF
15541 rm -f conftest.$ac_objext conftest$ac_exeext
15542 if { (ac_try="$ac_link"
15543 case "(($ac_try" in
15544 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15545 *) ac_try_echo=$ac_try;;
15546 esac
15547 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15548 (eval "$ac_link") 2>conftest.er1
15549 ac_status=$?
15550 grep -v '^ *+' conftest.er1 >conftest.err
15551 rm -f conftest.er1
15552 cat conftest.err >&5
15553 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15554 (exit $ac_status); } && {
15555 test -z "$ac_c_werror_flag" ||
15556 test ! -s conftest.err
15557 } && test -s conftest$ac_exeext &&
15558 $as_test_x conftest$ac_exeext; then
15559 case "$LIBEXT" in
15560 dll) ;;
15561 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'` ;;
15562 *) 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'` ;;
15563 esac
15564 else
15565 echo "$as_me: failed program was:" >&5
15566 sed 's/^/| /' conftest.$ac_ext >&5
15571 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
15572 conftest$ac_exeext conftest.$ac_ext
15573 LIBS=$ac_check_soname_save_LIBS
15575 if test "x$ac_cv_lib_soname_jack" = "x"; then
15576 { echo "$as_me:$LINENO: result: not found" >&5
15577 echo "${ECHO_T}not found" >&6; }
15579 else
15580 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_jack" >&5
15581 echo "${ECHO_T}$ac_cv_lib_soname_jack" >&6; }
15583 cat >>confdefs.h <<_ACEOF
15584 #define SONAME_LIBJACK "$ac_cv_lib_soname_jack"
15585 _ACEOF
15592 if test "$ac_cv_header_fontconfig_fontconfig_h" = "yes"
15593 then
15594 { echo "$as_me:$LINENO: checking for -lfontconfig" >&5
15595 echo $ECHO_N "checking for -lfontconfig... $ECHO_C" >&6; }
15596 if test "${ac_cv_lib_soname_fontconfig+set}" = set; then
15597 echo $ECHO_N "(cached) $ECHO_C" >&6
15598 else
15599 ac_check_soname_save_LIBS=$LIBS
15600 LIBS="-lfontconfig $LIBS"
15601 cat >conftest.$ac_ext <<_ACEOF
15602 /* confdefs.h. */
15603 _ACEOF
15604 cat confdefs.h >>conftest.$ac_ext
15605 cat >>conftest.$ac_ext <<_ACEOF
15606 /* end confdefs.h. */
15608 /* Override any GCC internal prototype to avoid an error.
15609 Use char because int might match the return type of a GCC
15610 builtin and then its argument prototype would still apply. */
15611 #ifdef __cplusplus
15612 extern "C"
15613 #endif
15614 char FcInit ();
15616 main ()
15618 return FcInit ();
15620 return 0;
15622 _ACEOF
15623 rm -f conftest.$ac_objext conftest$ac_exeext
15624 if { (ac_try="$ac_link"
15625 case "(($ac_try" in
15626 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15627 *) ac_try_echo=$ac_try;;
15628 esac
15629 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15630 (eval "$ac_link") 2>conftest.er1
15631 ac_status=$?
15632 grep -v '^ *+' conftest.er1 >conftest.err
15633 rm -f conftest.er1
15634 cat conftest.err >&5
15635 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15636 (exit $ac_status); } && {
15637 test -z "$ac_c_werror_flag" ||
15638 test ! -s conftest.err
15639 } && test -s conftest$ac_exeext &&
15640 $as_test_x conftest$ac_exeext; then
15641 case "$LIBEXT" in
15642 dll) ;;
15643 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'` ;;
15644 *) ac_cv_lib_soname_fontconfig=`$ac_cv_path_LDD conftest$ac_exeext | grep "libfontconfig\\.$LIBEXT" | sed -e "s/^.*\(libfontconfig\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
15645 esac
15646 else
15647 echo "$as_me: failed program was:" >&5
15648 sed 's/^/| /' conftest.$ac_ext >&5
15653 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
15654 conftest$ac_exeext conftest.$ac_ext
15655 LIBS=$ac_check_soname_save_LIBS
15657 if test "x$ac_cv_lib_soname_fontconfig" = "x"; then
15658 { echo "$as_me:$LINENO: result: not found" >&5
15659 echo "${ECHO_T}not found" >&6; }
15661 else
15662 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_fontconfig" >&5
15663 echo "${ECHO_T}$ac_cv_lib_soname_fontconfig" >&6; }
15665 cat >>confdefs.h <<_ACEOF
15666 #define SONAME_LIBFONTCONFIG "$ac_cv_lib_soname_fontconfig"
15667 _ACEOF
15672 elif test -n "$X_CFLAGS" -a "x$with_fontconfig" != "xno"
15673 then
15674 ac_save_CPPFLAGS="$CPPFLAGS"
15675 CPPFLAGS="$CPPFLAGS $X_CFLAGS"
15676 $as_unset ac_cv_header_fontconfig_fontconfig_h
15678 for ac_header in fontconfig/fontconfig.h
15680 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
15681 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
15682 { echo "$as_me:$LINENO: checking for $ac_header" >&5
15683 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
15684 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
15685 echo $ECHO_N "(cached) $ECHO_C" >&6
15687 ac_res=`eval echo '${'$as_ac_Header'}'`
15688 { echo "$as_me:$LINENO: result: $ac_res" >&5
15689 echo "${ECHO_T}$ac_res" >&6; }
15690 else
15691 # Is the header compilable?
15692 { echo "$as_me:$LINENO: checking $ac_header usability" >&5
15693 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6; }
15694 cat >conftest.$ac_ext <<_ACEOF
15695 /* confdefs.h. */
15696 _ACEOF
15697 cat confdefs.h >>conftest.$ac_ext
15698 cat >>conftest.$ac_ext <<_ACEOF
15699 /* end confdefs.h. */
15700 $ac_includes_default
15701 #include <$ac_header>
15702 _ACEOF
15703 rm -f conftest.$ac_objext
15704 if { (ac_try="$ac_compile"
15705 case "(($ac_try" in
15706 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15707 *) ac_try_echo=$ac_try;;
15708 esac
15709 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15710 (eval "$ac_compile") 2>conftest.er1
15711 ac_status=$?
15712 grep -v '^ *+' conftest.er1 >conftest.err
15713 rm -f conftest.er1
15714 cat conftest.err >&5
15715 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15716 (exit $ac_status); } && {
15717 test -z "$ac_c_werror_flag" ||
15718 test ! -s conftest.err
15719 } && test -s conftest.$ac_objext; then
15720 ac_header_compiler=yes
15721 else
15722 echo "$as_me: failed program was:" >&5
15723 sed 's/^/| /' conftest.$ac_ext >&5
15725 ac_header_compiler=no
15728 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
15729 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
15730 echo "${ECHO_T}$ac_header_compiler" >&6; }
15732 # Is the header present?
15733 { echo "$as_me:$LINENO: checking $ac_header presence" >&5
15734 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6; }
15735 cat >conftest.$ac_ext <<_ACEOF
15736 /* confdefs.h. */
15737 _ACEOF
15738 cat confdefs.h >>conftest.$ac_ext
15739 cat >>conftest.$ac_ext <<_ACEOF
15740 /* end confdefs.h. */
15741 #include <$ac_header>
15742 _ACEOF
15743 if { (ac_try="$ac_cpp conftest.$ac_ext"
15744 case "(($ac_try" in
15745 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15746 *) ac_try_echo=$ac_try;;
15747 esac
15748 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15749 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
15750 ac_status=$?
15751 grep -v '^ *+' conftest.er1 >conftest.err
15752 rm -f conftest.er1
15753 cat conftest.err >&5
15754 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15755 (exit $ac_status); } >/dev/null && {
15756 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
15757 test ! -s conftest.err
15758 }; then
15759 ac_header_preproc=yes
15760 else
15761 echo "$as_me: failed program was:" >&5
15762 sed 's/^/| /' conftest.$ac_ext >&5
15764 ac_header_preproc=no
15767 rm -f conftest.err conftest.$ac_ext
15768 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
15769 echo "${ECHO_T}$ac_header_preproc" >&6; }
15771 # So? What about this header?
15772 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
15773 yes:no: )
15774 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
15775 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
15776 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
15777 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
15778 ac_header_preproc=yes
15780 no:yes:* )
15781 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
15782 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
15783 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
15784 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
15785 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
15786 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
15787 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
15788 echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
15789 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
15790 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
15791 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
15792 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
15793 ( cat <<\_ASBOX
15794 ## ------------------------------------ ##
15795 ## Report this to wine-devel@winehq.org ##
15796 ## ------------------------------------ ##
15797 _ASBOX
15798 ) | sed "s/^/$as_me: WARNING: /" >&2
15800 esac
15801 { echo "$as_me:$LINENO: checking for $ac_header" >&5
15802 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
15803 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
15804 echo $ECHO_N "(cached) $ECHO_C" >&6
15805 else
15806 eval "$as_ac_Header=\$ac_header_preproc"
15808 ac_res=`eval echo '${'$as_ac_Header'}'`
15809 { echo "$as_me:$LINENO: result: $ac_res" >&5
15810 echo "${ECHO_T}$ac_res" >&6; }
15813 if test `eval echo '${'$as_ac_Header'}'` = yes; then
15814 cat >>confdefs.h <<_ACEOF
15815 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
15816 _ACEOF
15820 done
15822 CPPFLAGS="$ac_save_CPPFLAGS"
15823 if test "$ac_cv_header_fontconfig_fontconfig_h" = "yes"
15824 then
15825 FONTCONFIGINCL="$X_CFLAGS"
15827 { echo "$as_me:$LINENO: checking for -lfontconfig" >&5
15828 echo $ECHO_N "checking for -lfontconfig... $ECHO_C" >&6; }
15829 if test "${ac_cv_lib_soname_fontconfig+set}" = set; then
15830 echo $ECHO_N "(cached) $ECHO_C" >&6
15831 else
15832 ac_check_soname_save_LIBS=$LIBS
15833 LIBS="-lfontconfig $X_LIBS $LIBS"
15834 cat >conftest.$ac_ext <<_ACEOF
15835 /* confdefs.h. */
15836 _ACEOF
15837 cat confdefs.h >>conftest.$ac_ext
15838 cat >>conftest.$ac_ext <<_ACEOF
15839 /* end confdefs.h. */
15841 /* Override any GCC internal prototype to avoid an error.
15842 Use char because int might match the return type of a GCC
15843 builtin and then its argument prototype would still apply. */
15844 #ifdef __cplusplus
15845 extern "C"
15846 #endif
15847 char FcInit ();
15849 main ()
15851 return FcInit ();
15853 return 0;
15855 _ACEOF
15856 rm -f conftest.$ac_objext conftest$ac_exeext
15857 if { (ac_try="$ac_link"
15858 case "(($ac_try" in
15859 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15860 *) ac_try_echo=$ac_try;;
15861 esac
15862 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15863 (eval "$ac_link") 2>conftest.er1
15864 ac_status=$?
15865 grep -v '^ *+' conftest.er1 >conftest.err
15866 rm -f conftest.er1
15867 cat conftest.err >&5
15868 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15869 (exit $ac_status); } && {
15870 test -z "$ac_c_werror_flag" ||
15871 test ! -s conftest.err
15872 } && test -s conftest$ac_exeext &&
15873 $as_test_x conftest$ac_exeext; then
15874 case "$LIBEXT" in
15875 dll) ;;
15876 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'` ;;
15877 *) ac_cv_lib_soname_fontconfig=`$ac_cv_path_LDD conftest$ac_exeext | grep "libfontconfig\\.$LIBEXT" | sed -e "s/^.*\(libfontconfig\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
15878 esac
15879 else
15880 echo "$as_me: failed program was:" >&5
15881 sed 's/^/| /' conftest.$ac_ext >&5
15886 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
15887 conftest$ac_exeext conftest.$ac_ext
15888 LIBS=$ac_check_soname_save_LIBS
15890 if test "x$ac_cv_lib_soname_fontconfig" = "x"; then
15891 { echo "$as_me:$LINENO: result: not found" >&5
15892 echo "${ECHO_T}not found" >&6; }
15894 else
15895 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_fontconfig" >&5
15896 echo "${ECHO_T}$ac_cv_lib_soname_fontconfig" >&6; }
15898 cat >>confdefs.h <<_ACEOF
15899 #define SONAME_LIBFONTCONFIG "$ac_cv_lib_soname_fontconfig"
15900 _ACEOF
15907 if test "x$ac_cv_lib_soname_fontconfig" = "x"; then
15908 case "x$with_fontconfig" in
15909 x) wine_notices="$wine_notices|fontconfig development files not found, fontconfig won't be supported." ;;
15910 xno) ;;
15911 *) { { echo "$as_me:$LINENO: error: fontconfig development files not found, fontconfig won't be supported.
15912 This is an error since --with-fontconfig was requested." >&5
15913 echo "$as_me: error: fontconfig development files not found, fontconfig won't be supported.
15914 This is an error since --with-fontconfig was requested." >&2;}
15915 { (exit 1); exit 1; }; } ;;
15916 esac
15920 if test "$ac_cv_header_openssl_err_h" = "yes" -a "$ac_cv_header_openssl_ssl_h" = "yes"
15921 then
15922 { echo "$as_me:$LINENO: checking for -lssl" >&5
15923 echo $ECHO_N "checking for -lssl... $ECHO_C" >&6; }
15924 if test "${ac_cv_lib_soname_ssl+set}" = set; then
15925 echo $ECHO_N "(cached) $ECHO_C" >&6
15926 else
15927 ac_check_soname_save_LIBS=$LIBS
15928 LIBS="-lssl $LIBS"
15929 cat >conftest.$ac_ext <<_ACEOF
15930 /* confdefs.h. */
15931 _ACEOF
15932 cat confdefs.h >>conftest.$ac_ext
15933 cat >>conftest.$ac_ext <<_ACEOF
15934 /* end confdefs.h. */
15936 /* Override any GCC internal prototype to avoid an error.
15937 Use char because int might match the return type of a GCC
15938 builtin and then its argument prototype would still apply. */
15939 #ifdef __cplusplus
15940 extern "C"
15941 #endif
15942 char SSL_library_init ();
15944 main ()
15946 return SSL_library_init ();
15948 return 0;
15950 _ACEOF
15951 rm -f conftest.$ac_objext conftest$ac_exeext
15952 if { (ac_try="$ac_link"
15953 case "(($ac_try" in
15954 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15955 *) ac_try_echo=$ac_try;;
15956 esac
15957 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15958 (eval "$ac_link") 2>conftest.er1
15959 ac_status=$?
15960 grep -v '^ *+' conftest.er1 >conftest.err
15961 rm -f conftest.er1
15962 cat conftest.err >&5
15963 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15964 (exit $ac_status); } && {
15965 test -z "$ac_c_werror_flag" ||
15966 test ! -s conftest.err
15967 } && test -s conftest$ac_exeext &&
15968 $as_test_x conftest$ac_exeext; then
15969 case "$LIBEXT" in
15970 dll) ;;
15971 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'` ;;
15972 *) ac_cv_lib_soname_ssl=`$ac_cv_path_LDD conftest$ac_exeext | grep "libssl\\.$LIBEXT" | sed -e "s/^.*\(libssl\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
15973 esac
15974 else
15975 echo "$as_me: failed program was:" >&5
15976 sed 's/^/| /' conftest.$ac_ext >&5
15981 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
15982 conftest$ac_exeext conftest.$ac_ext
15983 LIBS=$ac_check_soname_save_LIBS
15985 if test "x$ac_cv_lib_soname_ssl" = "x"; then
15986 { echo "$as_me:$LINENO: result: not found" >&5
15987 echo "${ECHO_T}not found" >&6; }
15989 else
15990 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_ssl" >&5
15991 echo "${ECHO_T}$ac_cv_lib_soname_ssl" >&6; }
15993 cat >>confdefs.h <<_ACEOF
15994 #define SONAME_LIBSSL "$ac_cv_lib_soname_ssl"
15995 _ACEOF
16000 { echo "$as_me:$LINENO: checking for -lcrypto" >&5
16001 echo $ECHO_N "checking for -lcrypto... $ECHO_C" >&6; }
16002 if test "${ac_cv_lib_soname_crypto+set}" = set; then
16003 echo $ECHO_N "(cached) $ECHO_C" >&6
16004 else
16005 ac_check_soname_save_LIBS=$LIBS
16006 LIBS="-lcrypto $LIBS"
16007 cat >conftest.$ac_ext <<_ACEOF
16008 /* confdefs.h. */
16009 _ACEOF
16010 cat confdefs.h >>conftest.$ac_ext
16011 cat >>conftest.$ac_ext <<_ACEOF
16012 /* end confdefs.h. */
16014 /* Override any GCC internal prototype to avoid an error.
16015 Use char because int might match the return type of a GCC
16016 builtin and then its argument prototype would still apply. */
16017 #ifdef __cplusplus
16018 extern "C"
16019 #endif
16020 char BIO_new_socket ();
16022 main ()
16024 return BIO_new_socket ();
16026 return 0;
16028 _ACEOF
16029 rm -f conftest.$ac_objext conftest$ac_exeext
16030 if { (ac_try="$ac_link"
16031 case "(($ac_try" in
16032 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16033 *) ac_try_echo=$ac_try;;
16034 esac
16035 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16036 (eval "$ac_link") 2>conftest.er1
16037 ac_status=$?
16038 grep -v '^ *+' conftest.er1 >conftest.err
16039 rm -f conftest.er1
16040 cat conftest.err >&5
16041 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16042 (exit $ac_status); } && {
16043 test -z "$ac_c_werror_flag" ||
16044 test ! -s conftest.err
16045 } && test -s conftest$ac_exeext &&
16046 $as_test_x conftest$ac_exeext; then
16047 case "$LIBEXT" in
16048 dll) ;;
16049 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'` ;;
16050 *) ac_cv_lib_soname_crypto=`$ac_cv_path_LDD conftest$ac_exeext | grep "libcrypto\\.$LIBEXT" | sed -e "s/^.*\(libcrypto\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
16051 esac
16052 else
16053 echo "$as_me: failed program was:" >&5
16054 sed 's/^/| /' conftest.$ac_ext >&5
16059 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16060 conftest$ac_exeext conftest.$ac_ext
16061 LIBS=$ac_check_soname_save_LIBS
16063 if test "x$ac_cv_lib_soname_crypto" = "x"; then
16064 { echo "$as_me:$LINENO: result: not found" >&5
16065 echo "${ECHO_T}not found" >&6; }
16067 else
16068 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_crypto" >&5
16069 echo "${ECHO_T}$ac_cv_lib_soname_crypto" >&6; }
16071 cat >>confdefs.h <<_ACEOF
16072 #define SONAME_LIBCRYPTO "$ac_cv_lib_soname_crypto"
16073 _ACEOF
16079 if test "x$ac_cv_lib_soname_ssl" = "x" -o "x$ac_cv_lib_soname_crypto" = "x"; then
16080 case "x$with_openssl" in
16081 x) wine_warnings="$wine_warnings|OpenSSL development files not found, SSL won't be supported." ;;
16082 xno) ;;
16083 *) { { echo "$as_me:$LINENO: error: OpenSSL development files not found, SSL won't be supported.
16084 This is an error since --with-openssl was requested." >&5
16085 echo "$as_me: error: OpenSSL development files not found, SSL won't be supported.
16086 This is an error since --with-openssl was requested." >&2;}
16087 { (exit 1); exit 1; }; } ;;
16088 esac
16092 if test "$ac_cv_header_jpeglib_h" = "yes"
16093 then
16094 { echo "$as_me:$LINENO: checking for -ljpeg" >&5
16095 echo $ECHO_N "checking for -ljpeg... $ECHO_C" >&6; }
16096 if test "${ac_cv_lib_soname_jpeg+set}" = set; then
16097 echo $ECHO_N "(cached) $ECHO_C" >&6
16098 else
16099 ac_check_soname_save_LIBS=$LIBS
16100 LIBS="-ljpeg $LIBS"
16101 cat >conftest.$ac_ext <<_ACEOF
16102 /* confdefs.h. */
16103 _ACEOF
16104 cat confdefs.h >>conftest.$ac_ext
16105 cat >>conftest.$ac_ext <<_ACEOF
16106 /* end confdefs.h. */
16108 /* Override any GCC internal prototype to avoid an error.
16109 Use char because int might match the return type of a GCC
16110 builtin and then its argument prototype would still apply. */
16111 #ifdef __cplusplus
16112 extern "C"
16113 #endif
16114 char jpeg_start_decompress ();
16116 main ()
16118 return jpeg_start_decompress ();
16120 return 0;
16122 _ACEOF
16123 rm -f conftest.$ac_objext conftest$ac_exeext
16124 if { (ac_try="$ac_link"
16125 case "(($ac_try" in
16126 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16127 *) ac_try_echo=$ac_try;;
16128 esac
16129 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16130 (eval "$ac_link") 2>conftest.er1
16131 ac_status=$?
16132 grep -v '^ *+' conftest.er1 >conftest.err
16133 rm -f conftest.er1
16134 cat conftest.err >&5
16135 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16136 (exit $ac_status); } && {
16137 test -z "$ac_c_werror_flag" ||
16138 test ! -s conftest.err
16139 } && test -s conftest$ac_exeext &&
16140 $as_test_x conftest$ac_exeext; then
16141 case "$LIBEXT" in
16142 dll) ;;
16143 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'` ;;
16144 *) ac_cv_lib_soname_jpeg=`$ac_cv_path_LDD conftest$ac_exeext | grep "libjpeg\\.$LIBEXT" | sed -e "s/^.*\(libjpeg\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
16145 esac
16146 else
16147 echo "$as_me: failed program was:" >&5
16148 sed 's/^/| /' conftest.$ac_ext >&5
16153 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16154 conftest$ac_exeext conftest.$ac_ext
16155 LIBS=$ac_check_soname_save_LIBS
16157 if test "x$ac_cv_lib_soname_jpeg" = "x"; then
16158 { echo "$as_me:$LINENO: result: not found" >&5
16159 echo "${ECHO_T}not found" >&6; }
16161 else
16162 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_jpeg" >&5
16163 echo "${ECHO_T}$ac_cv_lib_soname_jpeg" >&6; }
16165 cat >>confdefs.h <<_ACEOF
16166 #define SONAME_LIBJPEG "$ac_cv_lib_soname_jpeg"
16167 _ACEOF
16173 if test "x$ac_cv_lib_soname_jpeg" = "x"; then
16174 case "x$with_jpeg" in
16175 x) wine_warnings="$wine_warnings|libjpeg development files not found, JPEG won't be supported." ;;
16176 xno) ;;
16177 *) { { echo "$as_me:$LINENO: error: libjpeg development files not found, JPEG won't be supported.
16178 This is an error since --with-jpeg was requested." >&5
16179 echo "$as_me: error: libjpeg development files not found, JPEG won't be supported.
16180 This is an error since --with-jpeg was requested." >&2;}
16181 { (exit 1); exit 1; }; } ;;
16182 esac
16186 if test "$ac_cv_header_png_h" = "yes"
16187 then
16188 { echo "$as_me:$LINENO: checking for -lpng" >&5
16189 echo $ECHO_N "checking for -lpng... $ECHO_C" >&6; }
16190 if test "${ac_cv_lib_soname_png+set}" = set; then
16191 echo $ECHO_N "(cached) $ECHO_C" >&6
16192 else
16193 ac_check_soname_save_LIBS=$LIBS
16194 LIBS="-lpng -lm $LIBS"
16195 cat >conftest.$ac_ext <<_ACEOF
16196 /* confdefs.h. */
16197 _ACEOF
16198 cat confdefs.h >>conftest.$ac_ext
16199 cat >>conftest.$ac_ext <<_ACEOF
16200 /* end confdefs.h. */
16202 /* Override any GCC internal prototype to avoid an error.
16203 Use char because int might match the return type of a GCC
16204 builtin and then its argument prototype would still apply. */
16205 #ifdef __cplusplus
16206 extern "C"
16207 #endif
16208 char png_create_read_struct ();
16210 main ()
16212 return png_create_read_struct ();
16214 return 0;
16216 _ACEOF
16217 rm -f conftest.$ac_objext conftest$ac_exeext
16218 if { (ac_try="$ac_link"
16219 case "(($ac_try" in
16220 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16221 *) ac_try_echo=$ac_try;;
16222 esac
16223 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16224 (eval "$ac_link") 2>conftest.er1
16225 ac_status=$?
16226 grep -v '^ *+' conftest.er1 >conftest.err
16227 rm -f conftest.er1
16228 cat conftest.err >&5
16229 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16230 (exit $ac_status); } && {
16231 test -z "$ac_c_werror_flag" ||
16232 test ! -s conftest.err
16233 } && test -s conftest$ac_exeext &&
16234 $as_test_x conftest$ac_exeext; then
16235 case "$LIBEXT" in
16236 dll) ;;
16237 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'` ;;
16238 *) 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'` ;;
16239 esac
16240 else
16241 echo "$as_me: failed program was:" >&5
16242 sed 's/^/| /' conftest.$ac_ext >&5
16247 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16248 conftest$ac_exeext conftest.$ac_ext
16249 LIBS=$ac_check_soname_save_LIBS
16251 if test "x$ac_cv_lib_soname_png" = "x"; then
16252 { echo "$as_me:$LINENO: result: not found" >&5
16253 echo "${ECHO_T}not found" >&6; }
16255 else
16256 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_png" >&5
16257 echo "${ECHO_T}$ac_cv_lib_soname_png" >&6; }
16259 cat >>confdefs.h <<_ACEOF
16260 #define SONAME_LIBPNG "$ac_cv_lib_soname_png"
16261 _ACEOF
16267 if test "x$ac_cv_lib_soname_png" = "x"; then
16268 case "x$with_png" in
16269 x) wine_warnings="$wine_warnings|libpng development files not found, PNG won't be supported." ;;
16270 xno) ;;
16271 *) { { echo "$as_me:$LINENO: error: libpng development files not found, PNG won't be supported.
16272 This is an error since --with-png was requested." >&5
16273 echo "$as_me: error: libpng development files not found, PNG won't be supported.
16274 This is an error since --with-png was requested." >&2;}
16275 { (exit 1); exit 1; }; } ;;
16276 esac
16280 { echo "$as_me:$LINENO: checking for -lodbc" >&5
16281 echo $ECHO_N "checking for -lodbc... $ECHO_C" >&6; }
16282 if test "${ac_cv_lib_soname_odbc+set}" = set; then
16283 echo $ECHO_N "(cached) $ECHO_C" >&6
16284 else
16285 ac_check_soname_save_LIBS=$LIBS
16286 LIBS="-lodbc $LIBS"
16287 cat >conftest.$ac_ext <<_ACEOF
16288 /* confdefs.h. */
16289 _ACEOF
16290 cat confdefs.h >>conftest.$ac_ext
16291 cat >>conftest.$ac_ext <<_ACEOF
16292 /* end confdefs.h. */
16294 /* Override any GCC internal prototype to avoid an error.
16295 Use char because int might match the return type of a GCC
16296 builtin and then its argument prototype would still apply. */
16297 #ifdef __cplusplus
16298 extern "C"
16299 #endif
16300 char SQLConnect ();
16302 main ()
16304 return SQLConnect ();
16306 return 0;
16308 _ACEOF
16309 rm -f conftest.$ac_objext conftest$ac_exeext
16310 if { (ac_try="$ac_link"
16311 case "(($ac_try" in
16312 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16313 *) ac_try_echo=$ac_try;;
16314 esac
16315 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16316 (eval "$ac_link") 2>conftest.er1
16317 ac_status=$?
16318 grep -v '^ *+' conftest.er1 >conftest.err
16319 rm -f conftest.er1
16320 cat conftest.err >&5
16321 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16322 (exit $ac_status); } && {
16323 test -z "$ac_c_werror_flag" ||
16324 test ! -s conftest.err
16325 } && test -s conftest$ac_exeext &&
16326 $as_test_x conftest$ac_exeext; then
16327 case "$LIBEXT" in
16328 dll) ;;
16329 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'` ;;
16330 *) ac_cv_lib_soname_odbc=`$ac_cv_path_LDD conftest$ac_exeext | grep "libodbc\\.$LIBEXT" | sed -e "s/^.*\(libodbc\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
16331 esac
16332 else
16333 echo "$as_me: failed program was:" >&5
16334 sed 's/^/| /' conftest.$ac_ext >&5
16339 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16340 conftest$ac_exeext conftest.$ac_ext
16341 LIBS=$ac_check_soname_save_LIBS
16343 if test "x$ac_cv_lib_soname_odbc" = "x"; then
16344 { echo "$as_me:$LINENO: result: not found" >&5
16345 echo "${ECHO_T}not found" >&6; }
16346 cat >>confdefs.h <<_ACEOF
16347 #define SONAME_LIBODBC "libodbc.$LIBEXT"
16348 _ACEOF
16350 else
16351 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_odbc" >&5
16352 echo "${ECHO_T}$ac_cv_lib_soname_odbc" >&6; }
16354 cat >>confdefs.h <<_ACEOF
16355 #define SONAME_LIBODBC "$ac_cv_lib_soname_odbc"
16356 _ACEOF
16362 if test "x$ALSALIBS$AUDIOIOLIBS$COREAUDIO$NASLIBS$ESDLIBS$ac_cv_lib_soname_jack" = "x" -a \
16363 "$ac_cv_header_sys_soundcard_h" != "yes" -a \
16364 "$ac_cv_header_machine_soundcard_h" != "yes" -a \
16365 "$ac_cv_header_soundcard_h" != "yes" -a \
16366 "x$with_alsa$with_audioio$with_coreaudio$with_nas$with_esd$with_jack$with_oss" != xnonononononono
16367 then
16368 wine_warnings="$wine_warnings|No sound system was found. Windows applications will be silent."
16372 EXTRACFLAGS=""
16374 if test "x${GCC}" = "xyes"
16375 then
16376 EXTRACFLAGS="-Wall -pipe"
16378 { echo "$as_me:$LINENO: checking for gcc strength-reduce bug" >&5
16379 echo $ECHO_N "checking for gcc strength-reduce bug... $ECHO_C" >&6; }
16380 if test "${ac_cv_c_gcc_strength_bug+set}" = set; then
16381 echo $ECHO_N "(cached) $ECHO_C" >&6
16382 else
16383 if test "$cross_compiling" = yes; then
16384 ac_cv_c_gcc_strength_bug="yes"
16385 else
16386 cat >conftest.$ac_ext <<_ACEOF
16387 /* confdefs.h. */
16388 _ACEOF
16389 cat confdefs.h >>conftest.$ac_ext
16390 cat >>conftest.$ac_ext <<_ACEOF
16391 /* end confdefs.h. */
16392 int L[4] = {0,1,2,3};
16394 main ()
16396 static int Array[3];
16397 unsigned int B = 3;
16398 int i;
16399 for(i=0; i<B; i++) Array[i] = i - 3;
16400 for(i=0; i<4 - 1; i++) L[i] = L[i + 1];
16401 L[i] = 4;
16402 exit( Array[1] != -2 || L[2] != 3)
16404 return 0;
16406 _ACEOF
16407 rm -f conftest$ac_exeext
16408 if { (ac_try="$ac_link"
16409 case "(($ac_try" in
16410 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16411 *) ac_try_echo=$ac_try;;
16412 esac
16413 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16414 (eval "$ac_link") 2>&5
16415 ac_status=$?
16416 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16417 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
16418 { (case "(($ac_try" in
16419 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16420 *) ac_try_echo=$ac_try;;
16421 esac
16422 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16423 (eval "$ac_try") 2>&5
16424 ac_status=$?
16425 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16426 (exit $ac_status); }; }; then
16427 ac_cv_c_gcc_strength_bug="no"
16428 else
16429 echo "$as_me: program exited with status $ac_status" >&5
16430 echo "$as_me: failed program was:" >&5
16431 sed 's/^/| /' conftest.$ac_ext >&5
16433 ( exit $ac_status )
16434 ac_cv_c_gcc_strength_bug="yes"
16436 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
16441 { echo "$as_me:$LINENO: result: $ac_cv_c_gcc_strength_bug" >&5
16442 echo "${ECHO_T}$ac_cv_c_gcc_strength_bug" >&6; }
16443 if test "$ac_cv_c_gcc_strength_bug" = "yes"
16444 then
16445 EXTRACFLAGS="$EXTRACFLAGS -fno-strength-reduce"
16449 { echo "$as_me:$LINENO: checking whether the compiler supports -fshort-wchar" >&5
16450 echo $ECHO_N "checking whether the compiler supports -fshort-wchar... $ECHO_C" >&6; }
16451 if test "${ac_cv_cflags__fshort_wchar+set}" = set; then
16452 echo $ECHO_N "(cached) $ECHO_C" >&6
16453 else
16454 ac_wine_try_cflags_saved=$CFLAGS
16455 CFLAGS="$CFLAGS -fshort-wchar"
16456 cat >conftest.$ac_ext <<_ACEOF
16457 /* confdefs.h. */
16458 _ACEOF
16459 cat confdefs.h >>conftest.$ac_ext
16460 cat >>conftest.$ac_ext <<_ACEOF
16461 /* end confdefs.h. */
16464 main ()
16468 return 0;
16470 _ACEOF
16471 rm -f conftest.$ac_objext conftest$ac_exeext
16472 if { (ac_try="$ac_link"
16473 case "(($ac_try" in
16474 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16475 *) ac_try_echo=$ac_try;;
16476 esac
16477 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16478 (eval "$ac_link") 2>conftest.er1
16479 ac_status=$?
16480 grep -v '^ *+' conftest.er1 >conftest.err
16481 rm -f conftest.er1
16482 cat conftest.err >&5
16483 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16484 (exit $ac_status); } && {
16485 test -z "$ac_c_werror_flag" ||
16486 test ! -s conftest.err
16487 } && test -s conftest$ac_exeext &&
16488 $as_test_x conftest$ac_exeext; then
16489 ac_cv_cflags__fshort_wchar=yes
16490 else
16491 echo "$as_me: failed program was:" >&5
16492 sed 's/^/| /' conftest.$ac_ext >&5
16494 ac_cv_cflags__fshort_wchar=no
16497 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16498 conftest$ac_exeext conftest.$ac_ext
16499 CFLAGS=$ac_wine_try_cflags_saved
16501 { echo "$as_me:$LINENO: result: $ac_cv_cflags__fshort_wchar" >&5
16502 echo "${ECHO_T}$ac_cv_cflags__fshort_wchar" >&6; }
16503 if test $ac_cv_cflags__fshort_wchar = yes; then
16505 cat >>confdefs.h <<\_ACEOF
16506 #define CC_FLAG_SHORT_WCHAR "-fshort-wchar"
16507 _ACEOF
16511 { echo "$as_me:$LINENO: checking whether the compiler supports -fno-builtin" >&5
16512 echo $ECHO_N "checking whether the compiler supports -fno-builtin... $ECHO_C" >&6; }
16513 if test "${ac_cv_cflags__fno_builtin+set}" = set; then
16514 echo $ECHO_N "(cached) $ECHO_C" >&6
16515 else
16516 ac_wine_try_cflags_saved=$CFLAGS
16517 CFLAGS="$CFLAGS -fno-builtin"
16518 cat >conftest.$ac_ext <<_ACEOF
16519 /* confdefs.h. */
16520 _ACEOF
16521 cat confdefs.h >>conftest.$ac_ext
16522 cat >>conftest.$ac_ext <<_ACEOF
16523 /* end confdefs.h. */
16526 main ()
16530 return 0;
16532 _ACEOF
16533 rm -f conftest.$ac_objext conftest$ac_exeext
16534 if { (ac_try="$ac_link"
16535 case "(($ac_try" in
16536 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16537 *) ac_try_echo=$ac_try;;
16538 esac
16539 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16540 (eval "$ac_link") 2>conftest.er1
16541 ac_status=$?
16542 grep -v '^ *+' conftest.er1 >conftest.err
16543 rm -f conftest.er1
16544 cat conftest.err >&5
16545 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16546 (exit $ac_status); } && {
16547 test -z "$ac_c_werror_flag" ||
16548 test ! -s conftest.err
16549 } && test -s conftest$ac_exeext &&
16550 $as_test_x conftest$ac_exeext; then
16551 ac_cv_cflags__fno_builtin=yes
16552 else
16553 echo "$as_me: failed program was:" >&5
16554 sed 's/^/| /' conftest.$ac_ext >&5
16556 ac_cv_cflags__fno_builtin=no
16559 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16560 conftest$ac_exeext conftest.$ac_ext
16561 CFLAGS=$ac_wine_try_cflags_saved
16563 { echo "$as_me:$LINENO: result: $ac_cv_cflags__fno_builtin" >&5
16564 echo "${ECHO_T}$ac_cv_cflags__fno_builtin" >&6; }
16565 if test $ac_cv_cflags__fno_builtin = yes; then
16566 BUILTINFLAG="-fno-builtin"
16570 { echo "$as_me:$LINENO: checking whether the compiler supports -fno-strict-aliasing" >&5
16571 echo $ECHO_N "checking whether the compiler supports -fno-strict-aliasing... $ECHO_C" >&6; }
16572 if test "${ac_cv_cflags__fno_strict_aliasing+set}" = set; then
16573 echo $ECHO_N "(cached) $ECHO_C" >&6
16574 else
16575 ac_wine_try_cflags_saved=$CFLAGS
16576 CFLAGS="$CFLAGS -fno-strict-aliasing"
16577 cat >conftest.$ac_ext <<_ACEOF
16578 /* confdefs.h. */
16579 _ACEOF
16580 cat confdefs.h >>conftest.$ac_ext
16581 cat >>conftest.$ac_ext <<_ACEOF
16582 /* end confdefs.h. */
16585 main ()
16589 return 0;
16591 _ACEOF
16592 rm -f conftest.$ac_objext conftest$ac_exeext
16593 if { (ac_try="$ac_link"
16594 case "(($ac_try" in
16595 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16596 *) ac_try_echo=$ac_try;;
16597 esac
16598 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16599 (eval "$ac_link") 2>conftest.er1
16600 ac_status=$?
16601 grep -v '^ *+' conftest.er1 >conftest.err
16602 rm -f conftest.er1
16603 cat conftest.err >&5
16604 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16605 (exit $ac_status); } && {
16606 test -z "$ac_c_werror_flag" ||
16607 test ! -s conftest.err
16608 } && test -s conftest$ac_exeext &&
16609 $as_test_x conftest$ac_exeext; then
16610 ac_cv_cflags__fno_strict_aliasing=yes
16611 else
16612 echo "$as_me: failed program was:" >&5
16613 sed 's/^/| /' conftest.$ac_ext >&5
16615 ac_cv_cflags__fno_strict_aliasing=no
16618 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16619 conftest$ac_exeext conftest.$ac_ext
16620 CFLAGS=$ac_wine_try_cflags_saved
16622 { echo "$as_me:$LINENO: result: $ac_cv_cflags__fno_strict_aliasing" >&5
16623 echo "${ECHO_T}$ac_cv_cflags__fno_strict_aliasing" >&6; }
16624 if test $ac_cv_cflags__fno_strict_aliasing = yes; then
16625 EXTRACFLAGS="$EXTRACFLAGS -fno-strict-aliasing"
16628 { echo "$as_me:$LINENO: checking whether the compiler supports -Wdeclaration-after-statement" >&5
16629 echo $ECHO_N "checking whether the compiler supports -Wdeclaration-after-statement... $ECHO_C" >&6; }
16630 if test "${ac_cv_cflags__Wdeclaration_after_statement+set}" = set; then
16631 echo $ECHO_N "(cached) $ECHO_C" >&6
16632 else
16633 ac_wine_try_cflags_saved=$CFLAGS
16634 CFLAGS="$CFLAGS -Wdeclaration-after-statement"
16635 cat >conftest.$ac_ext <<_ACEOF
16636 /* confdefs.h. */
16637 _ACEOF
16638 cat confdefs.h >>conftest.$ac_ext
16639 cat >>conftest.$ac_ext <<_ACEOF
16640 /* end confdefs.h. */
16643 main ()
16647 return 0;
16649 _ACEOF
16650 rm -f conftest.$ac_objext conftest$ac_exeext
16651 if { (ac_try="$ac_link"
16652 case "(($ac_try" in
16653 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16654 *) ac_try_echo=$ac_try;;
16655 esac
16656 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16657 (eval "$ac_link") 2>conftest.er1
16658 ac_status=$?
16659 grep -v '^ *+' conftest.er1 >conftest.err
16660 rm -f conftest.er1
16661 cat conftest.err >&5
16662 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16663 (exit $ac_status); } && {
16664 test -z "$ac_c_werror_flag" ||
16665 test ! -s conftest.err
16666 } && test -s conftest$ac_exeext &&
16667 $as_test_x conftest$ac_exeext; then
16668 ac_cv_cflags__Wdeclaration_after_statement=yes
16669 else
16670 echo "$as_me: failed program was:" >&5
16671 sed 's/^/| /' conftest.$ac_ext >&5
16673 ac_cv_cflags__Wdeclaration_after_statement=no
16676 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16677 conftest$ac_exeext conftest.$ac_ext
16678 CFLAGS=$ac_wine_try_cflags_saved
16680 { echo "$as_me:$LINENO: result: $ac_cv_cflags__Wdeclaration_after_statement" >&5
16681 echo "${ECHO_T}$ac_cv_cflags__Wdeclaration_after_statement" >&6; }
16682 if test $ac_cv_cflags__Wdeclaration_after_statement = yes; then
16683 EXTRACFLAGS="$EXTRACFLAGS -Wdeclaration-after-statement"
16686 { echo "$as_me:$LINENO: checking whether the compiler supports -Wwrite-strings" >&5
16687 echo $ECHO_N "checking whether the compiler supports -Wwrite-strings... $ECHO_C" >&6; }
16688 if test "${ac_cv_cflags__Wwrite_strings+set}" = set; then
16689 echo $ECHO_N "(cached) $ECHO_C" >&6
16690 else
16691 ac_wine_try_cflags_saved=$CFLAGS
16692 CFLAGS="$CFLAGS -Wwrite-strings"
16693 cat >conftest.$ac_ext <<_ACEOF
16694 /* confdefs.h. */
16695 _ACEOF
16696 cat confdefs.h >>conftest.$ac_ext
16697 cat >>conftest.$ac_ext <<_ACEOF
16698 /* end confdefs.h. */
16701 main ()
16705 return 0;
16707 _ACEOF
16708 rm -f conftest.$ac_objext conftest$ac_exeext
16709 if { (ac_try="$ac_link"
16710 case "(($ac_try" in
16711 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16712 *) ac_try_echo=$ac_try;;
16713 esac
16714 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16715 (eval "$ac_link") 2>conftest.er1
16716 ac_status=$?
16717 grep -v '^ *+' conftest.er1 >conftest.err
16718 rm -f conftest.er1
16719 cat conftest.err >&5
16720 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16721 (exit $ac_status); } && {
16722 test -z "$ac_c_werror_flag" ||
16723 test ! -s conftest.err
16724 } && test -s conftest$ac_exeext &&
16725 $as_test_x conftest$ac_exeext; then
16726 ac_cv_cflags__Wwrite_strings=yes
16727 else
16728 echo "$as_me: failed program was:" >&5
16729 sed 's/^/| /' conftest.$ac_ext >&5
16731 ac_cv_cflags__Wwrite_strings=no
16734 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16735 conftest$ac_exeext conftest.$ac_ext
16736 CFLAGS=$ac_wine_try_cflags_saved
16738 { echo "$as_me:$LINENO: result: $ac_cv_cflags__Wwrite_strings" >&5
16739 echo "${ECHO_T}$ac_cv_cflags__Wwrite_strings" >&6; }
16740 if test $ac_cv_cflags__Wwrite_strings = yes; then
16741 EXTRACFLAGS="$EXTRACFLAGS -Wwrite-strings"
16744 { echo "$as_me:$LINENO: checking whether the compiler supports -Wtype-limits" >&5
16745 echo $ECHO_N "checking whether the compiler supports -Wtype-limits... $ECHO_C" >&6; }
16746 if test "${ac_cv_cflags__Wtype_limits+set}" = set; then
16747 echo $ECHO_N "(cached) $ECHO_C" >&6
16748 else
16749 ac_wine_try_cflags_saved=$CFLAGS
16750 CFLAGS="$CFLAGS -Wtype-limits"
16751 cat >conftest.$ac_ext <<_ACEOF
16752 /* confdefs.h. */
16753 _ACEOF
16754 cat confdefs.h >>conftest.$ac_ext
16755 cat >>conftest.$ac_ext <<_ACEOF
16756 /* end confdefs.h. */
16759 main ()
16763 return 0;
16765 _ACEOF
16766 rm -f conftest.$ac_objext conftest$ac_exeext
16767 if { (ac_try="$ac_link"
16768 case "(($ac_try" in
16769 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16770 *) ac_try_echo=$ac_try;;
16771 esac
16772 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16773 (eval "$ac_link") 2>conftest.er1
16774 ac_status=$?
16775 grep -v '^ *+' conftest.er1 >conftest.err
16776 rm -f conftest.er1
16777 cat conftest.err >&5
16778 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16779 (exit $ac_status); } && {
16780 test -z "$ac_c_werror_flag" ||
16781 test ! -s conftest.err
16782 } && test -s conftest$ac_exeext &&
16783 $as_test_x conftest$ac_exeext; then
16784 ac_cv_cflags__Wtype_limits=yes
16785 else
16786 echo "$as_me: failed program was:" >&5
16787 sed 's/^/| /' conftest.$ac_ext >&5
16789 ac_cv_cflags__Wtype_limits=no
16792 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16793 conftest$ac_exeext conftest.$ac_ext
16794 CFLAGS=$ac_wine_try_cflags_saved
16796 { echo "$as_me:$LINENO: result: $ac_cv_cflags__Wtype_limits" >&5
16797 echo "${ECHO_T}$ac_cv_cflags__Wtype_limits" >&6; }
16798 if test $ac_cv_cflags__Wtype_limits = yes; then
16799 EXTRACFLAGS="$EXTRACFLAGS -Wtype-limits"
16803 saved_CFLAGS="$CFLAGS"
16804 CFLAGS="$CFLAGS -Wpointer-arith -Werror"
16805 { echo "$as_me:$LINENO: checking for broken string.h that generates warnings" >&5
16806 echo $ECHO_N "checking for broken string.h that generates warnings... $ECHO_C" >&6; }
16807 if test "${ac_cv_c_string_h_warnings+set}" = set; then
16808 echo $ECHO_N "(cached) $ECHO_C" >&6
16809 else
16810 cat >conftest.$ac_ext <<_ACEOF
16811 /* confdefs.h. */
16812 _ACEOF
16813 cat confdefs.h >>conftest.$ac_ext
16814 cat >>conftest.$ac_ext <<_ACEOF
16815 /* end confdefs.h. */
16816 #include <string.h>
16818 main ()
16822 return 0;
16824 _ACEOF
16825 rm -f conftest.$ac_objext
16826 if { (ac_try="$ac_compile"
16827 case "(($ac_try" in
16828 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16829 *) ac_try_echo=$ac_try;;
16830 esac
16831 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16832 (eval "$ac_compile") 2>conftest.er1
16833 ac_status=$?
16834 grep -v '^ *+' conftest.er1 >conftest.err
16835 rm -f conftest.er1
16836 cat conftest.err >&5
16837 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16838 (exit $ac_status); } && {
16839 test -z "$ac_c_werror_flag" ||
16840 test ! -s conftest.err
16841 } && test -s conftest.$ac_objext; then
16842 ac_cv_c_string_h_warnings=no
16843 else
16844 echo "$as_me: failed program was:" >&5
16845 sed 's/^/| /' conftest.$ac_ext >&5
16847 ac_cv_c_string_h_warnings=yes
16850 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
16852 { echo "$as_me:$LINENO: result: $ac_cv_c_string_h_warnings" >&5
16853 echo "${ECHO_T}$ac_cv_c_string_h_warnings" >&6; }
16854 CFLAGS="$saved_CFLAGS"
16855 if test "$ac_cv_c_string_h_warnings" = "no"
16856 then
16857 EXTRACFLAGS="$EXTRACFLAGS -Wpointer-arith"
16862 { echo "$as_me:$LINENO: checking how to define a function in assembly code" >&5
16863 echo $ECHO_N "checking how to define a function in assembly code... $ECHO_C" >&6; }
16864 if test "${ac_cv_asm_func_def+set}" = set; then
16865 echo $ECHO_N "(cached) $ECHO_C" >&6
16866 else
16867 cat >conftest.$ac_ext <<_ACEOF
16868 /* confdefs.h. */
16869 _ACEOF
16870 cat confdefs.h >>conftest.$ac_ext
16871 cat >>conftest.$ac_ext <<_ACEOF
16872 /* end confdefs.h. */
16875 main ()
16877 asm("\t.globl _ac_test\n\t.def _ac_test; .scl 2; .type 32; .endef\n_ac_test:\t.long 0");
16879 return 0;
16881 _ACEOF
16882 rm -f conftest.$ac_objext conftest$ac_exeext
16883 if { (ac_try="$ac_link"
16884 case "(($ac_try" in
16885 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16886 *) ac_try_echo=$ac_try;;
16887 esac
16888 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16889 (eval "$ac_link") 2>conftest.er1
16890 ac_status=$?
16891 grep -v '^ *+' conftest.er1 >conftest.err
16892 rm -f conftest.er1
16893 cat conftest.err >&5
16894 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16895 (exit $ac_status); } && {
16896 test -z "$ac_c_werror_flag" ||
16897 test ! -s conftest.err
16898 } && test -s conftest$ac_exeext &&
16899 $as_test_x conftest$ac_exeext; then
16900 ac_cv_asm_func_def=".def"
16901 else
16902 echo "$as_me: failed program was:" >&5
16903 sed 's/^/| /' conftest.$ac_ext >&5
16905 cat >conftest.$ac_ext <<_ACEOF
16906 /* confdefs.h. */
16907 _ACEOF
16908 cat confdefs.h >>conftest.$ac_ext
16909 cat >>conftest.$ac_ext <<_ACEOF
16910 /* end confdefs.h. */
16913 main ()
16915 asm("\t.globl _ac_test\n\t.type _ac_test,@function\n_ac_test:\t.long 0");
16917 return 0;
16919 _ACEOF
16920 rm -f conftest.$ac_objext conftest$ac_exeext
16921 if { (ac_try="$ac_link"
16922 case "(($ac_try" in
16923 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16924 *) ac_try_echo=$ac_try;;
16925 esac
16926 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16927 (eval "$ac_link") 2>conftest.er1
16928 ac_status=$?
16929 grep -v '^ *+' conftest.er1 >conftest.err
16930 rm -f conftest.er1
16931 cat conftest.err >&5
16932 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16933 (exit $ac_status); } && {
16934 test -z "$ac_c_werror_flag" ||
16935 test ! -s conftest.err
16936 } && test -s conftest$ac_exeext &&
16937 $as_test_x conftest$ac_exeext; then
16938 ac_cv_asm_func_def=".type @function"
16939 else
16940 echo "$as_me: failed program was:" >&5
16941 sed 's/^/| /' conftest.$ac_ext >&5
16943 cat >conftest.$ac_ext <<_ACEOF
16944 /* confdefs.h. */
16945 _ACEOF
16946 cat confdefs.h >>conftest.$ac_ext
16947 cat >>conftest.$ac_ext <<_ACEOF
16948 /* end confdefs.h. */
16951 main ()
16953 asm("\t.globl _ac_test\n\t.type _ac_test,2\n_ac_test:\t.long 0");
16955 return 0;
16957 _ACEOF
16958 rm -f conftest.$ac_objext conftest$ac_exeext
16959 if { (ac_try="$ac_link"
16960 case "(($ac_try" in
16961 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16962 *) ac_try_echo=$ac_try;;
16963 esac
16964 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16965 (eval "$ac_link") 2>conftest.er1
16966 ac_status=$?
16967 grep -v '^ *+' conftest.er1 >conftest.err
16968 rm -f conftest.er1
16969 cat conftest.err >&5
16970 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16971 (exit $ac_status); } && {
16972 test -z "$ac_c_werror_flag" ||
16973 test ! -s conftest.err
16974 } && test -s conftest$ac_exeext &&
16975 $as_test_x conftest$ac_exeext; then
16976 ac_cv_asm_func_def=".type 2"
16977 else
16978 echo "$as_me: failed program was:" >&5
16979 sed 's/^/| /' conftest.$ac_ext >&5
16981 ac_cv_asm_func_def="unknown"
16984 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16985 conftest$ac_exeext conftest.$ac_ext
16988 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16989 conftest$ac_exeext conftest.$ac_ext
16992 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16993 conftest$ac_exeext conftest.$ac_ext
16995 { echo "$as_me:$LINENO: result: $ac_cv_asm_func_def" >&5
16996 echo "${ECHO_T}$ac_cv_asm_func_def" >&6; }
17000 case "$ac_cv_asm_func_def" in
17001 ".def")
17002 cat >>confdefs.h <<\_ACEOF
17003 #define __ASM_FUNC(name) ".def " __ASM_NAME(name) "; .scl 2; .type 32; .endef"
17004 _ACEOF
17006 ".type @function")
17007 cat >>confdefs.h <<\_ACEOF
17008 #define __ASM_FUNC(name) ".type " __ASM_NAME(name) ",@function"
17009 _ACEOF
17011 ".type 2")
17012 cat >>confdefs.h <<\_ACEOF
17013 #define __ASM_FUNC(name) ".type " __ASM_NAME(name) ",2"
17014 _ACEOF
17017 cat >>confdefs.h <<\_ACEOF
17018 #define __ASM_FUNC(name) ""
17019 _ACEOF
17021 esac
17024 { echo "$as_me:$LINENO: checking whether external symbols need an underscore prefix" >&5
17025 echo $ECHO_N "checking whether external symbols need an underscore prefix... $ECHO_C" >&6; }
17026 if test "${ac_cv_c_extern_prefix+set}" = set; then
17027 echo $ECHO_N "(cached) $ECHO_C" >&6
17028 else
17029 cat >conftest.$ac_ext <<_ACEOF
17030 /* confdefs.h. */
17031 _ACEOF
17032 cat confdefs.h >>conftest.$ac_ext
17033 cat >>conftest.$ac_ext <<_ACEOF
17034 /* end confdefs.h. */
17035 extern int ac_test;
17037 main ()
17039 asm(".globl _ac_test\n_ac_test:\t.long 0"); if (ac_test) return 1
17041 return 0;
17043 _ACEOF
17044 rm -f conftest.$ac_objext conftest$ac_exeext
17045 if { (ac_try="$ac_link"
17046 case "(($ac_try" in
17047 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17048 *) ac_try_echo=$ac_try;;
17049 esac
17050 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17051 (eval "$ac_link") 2>conftest.er1
17052 ac_status=$?
17053 grep -v '^ *+' conftest.er1 >conftest.err
17054 rm -f conftest.er1
17055 cat conftest.err >&5
17056 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17057 (exit $ac_status); } && {
17058 test -z "$ac_c_werror_flag" ||
17059 test ! -s conftest.err
17060 } && test -s conftest$ac_exeext &&
17061 $as_test_x conftest$ac_exeext; then
17062 ac_cv_c_extern_prefix="yes"
17063 else
17064 echo "$as_me: failed program was:" >&5
17065 sed 's/^/| /' conftest.$ac_ext >&5
17067 ac_cv_c_extern_prefix="no"
17070 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17071 conftest$ac_exeext conftest.$ac_ext
17073 { echo "$as_me:$LINENO: result: $ac_cv_c_extern_prefix" >&5
17074 echo "${ECHO_T}$ac_cv_c_extern_prefix" >&6; }
17078 if test "$ac_cv_c_extern_prefix" = "yes"
17079 then
17080 cat >>confdefs.h <<\_ACEOF
17081 #define __ASM_NAME(name) "_" name
17082 _ACEOF
17084 else
17085 cat >>confdefs.h <<\_ACEOF
17086 #define __ASM_NAME(name) name
17087 _ACEOF
17092 LDPATH=""
17094 case $build_os in
17095 cygwin*|mingw32*)
17096 LDPATH="PATH=\"\$(TOOLSDIR)/libs/wine:\$\$PATH\""
17098 darwin*|macosx*)
17100 linux*|solaris*) if test -z "$LDRPATH_LOCAL"
17101 then
17102 LDPATH="LD_LIBRARY_PATH=\"\$(TOOLSDIR)/libs/wine:\$\$LD_LIBRARY_PATH\""
17106 LDPATH="LD_LIBRARY_PATH=\"\$(TOOLSDIR)/libs/wine:\$\$LD_LIBRARY_PATH\""
17108 esac
17110 case $host_os in
17111 mingw32*)
17112 CRTLIBS="-lmsvcrt"
17114 SOCKETLIBS="-lws2_32"
17117 esac
17119 MAIN_BINARY="wine-pthread"
17120 case $host_cpu in
17121 *i[3456789]86*)
17122 case $host_os in
17123 linux* | k*bsd*-gnu)
17124 MAIN_BINARY="wine-glibc"
17126 EXTRA_BINARIES="wine-kthread wine-pthread wine-preloader"
17128 freebsd*)
17129 MAIN_BINARY="wine-freebsd"
17131 EXTRA_BINARIES="wine-pthread"
17133 esac
17135 esac
17207 for ac_func in \
17208 _pclose \
17209 _popen \
17210 _snprintf \
17211 _spawnvp \
17212 _strdup \
17213 _stricmp \
17214 _strnicmp \
17215 _strtoi64 \
17216 _strtoui64 \
17217 _vsnprintf \
17218 asctime_r \
17219 chsize \
17220 clone \
17221 dlopen \
17222 epoll_create \
17223 ffs \
17224 finite \
17225 fork \
17226 fpclass \
17227 fstatfs \
17228 fstatvfs \
17229 ftruncate \
17230 futimes \
17231 futimesat \
17232 getdirentries \
17233 getopt_long \
17234 getpagesize \
17235 getpwuid \
17236 gettid \
17237 gettimeofday \
17238 getuid \
17239 inet_pton \
17240 kqueue \
17241 lstat \
17242 memmove \
17243 mmap \
17244 pclose \
17245 poll \
17246 popen \
17247 prctl \
17248 pread \
17249 pwrite \
17250 readlink \
17251 rfork \
17252 sched_yield \
17253 select \
17254 setproctitle \
17255 setrlimit \
17256 settimeofday \
17257 sigaltstack \
17258 sigprocmask \
17259 snprintf \
17260 spawnvp \
17261 statfs \
17262 statvfs \
17263 strcasecmp \
17264 strdup \
17265 strerror \
17266 strncasecmp \
17267 strtold \
17268 strtoll \
17269 strtoull \
17270 tcgetattr \
17271 thr_kill2 \
17272 timegm \
17273 usleep \
17274 vsnprintf \
17275 wait4 \
17276 waitpid \
17279 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
17280 { echo "$as_me:$LINENO: checking for $ac_func" >&5
17281 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
17282 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
17283 echo $ECHO_N "(cached) $ECHO_C" >&6
17284 else
17285 cat >conftest.$ac_ext <<_ACEOF
17286 /* confdefs.h. */
17287 _ACEOF
17288 cat confdefs.h >>conftest.$ac_ext
17289 cat >>conftest.$ac_ext <<_ACEOF
17290 /* end confdefs.h. */
17291 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
17292 For example, HP-UX 11i <limits.h> declares gettimeofday. */
17293 #define $ac_func innocuous_$ac_func
17295 /* System header to define __stub macros and hopefully few prototypes,
17296 which can conflict with char $ac_func (); below.
17297 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
17298 <limits.h> exists even on freestanding compilers. */
17300 #ifdef __STDC__
17301 # include <limits.h>
17302 #else
17303 # include <assert.h>
17304 #endif
17306 #undef $ac_func
17308 /* Override any GCC internal prototype to avoid an error.
17309 Use char because int might match the return type of a GCC
17310 builtin and then its argument prototype would still apply. */
17311 #ifdef __cplusplus
17312 extern "C"
17313 #endif
17314 char $ac_func ();
17315 /* The GNU C library defines this for functions which it implements
17316 to always fail with ENOSYS. Some functions are actually named
17317 something starting with __ and the normal name is an alias. */
17318 #if defined __stub_$ac_func || defined __stub___$ac_func
17319 choke me
17320 #endif
17323 main ()
17325 return $ac_func ();
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 "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17337 (eval "$ac_link") 2>conftest.er1
17338 ac_status=$?
17339 grep -v '^ *+' conftest.er1 >conftest.err
17340 rm -f conftest.er1
17341 cat conftest.err >&5
17342 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17343 (exit $ac_status); } && {
17344 test -z "$ac_c_werror_flag" ||
17345 test ! -s conftest.err
17346 } && test -s conftest$ac_exeext &&
17347 $as_test_x conftest$ac_exeext; then
17348 eval "$as_ac_var=yes"
17349 else
17350 echo "$as_me: failed program was:" >&5
17351 sed 's/^/| /' conftest.$ac_ext >&5
17353 eval "$as_ac_var=no"
17356 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17357 conftest$ac_exeext conftest.$ac_ext
17359 ac_res=`eval echo '${'$as_ac_var'}'`
17360 { echo "$as_me:$LINENO: result: $ac_res" >&5
17361 echo "${ECHO_T}$ac_res" >&6; }
17362 if test `eval echo '${'$as_ac_var'}'` = yes; then
17363 cat >>confdefs.h <<_ACEOF
17364 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
17365 _ACEOF
17368 done
17371 if test "$ac_cv_func_dlopen" = no
17372 then
17373 { echo "$as_me:$LINENO: checking for dlopen in -ldl" >&5
17374 echo $ECHO_N "checking for dlopen in -ldl... $ECHO_C" >&6; }
17375 if test "${ac_cv_lib_dl_dlopen+set}" = set; then
17376 echo $ECHO_N "(cached) $ECHO_C" >&6
17377 else
17378 ac_check_lib_save_LIBS=$LIBS
17379 LIBS="-ldl $LIBS"
17380 cat >conftest.$ac_ext <<_ACEOF
17381 /* confdefs.h. */
17382 _ACEOF
17383 cat confdefs.h >>conftest.$ac_ext
17384 cat >>conftest.$ac_ext <<_ACEOF
17385 /* end confdefs.h. */
17387 /* Override any GCC internal prototype to avoid an error.
17388 Use char because int might match the return type of a GCC
17389 builtin and then its argument prototype would still apply. */
17390 #ifdef __cplusplus
17391 extern "C"
17392 #endif
17393 char dlopen ();
17395 main ()
17397 return dlopen ();
17399 return 0;
17401 _ACEOF
17402 rm -f conftest.$ac_objext conftest$ac_exeext
17403 if { (ac_try="$ac_link"
17404 case "(($ac_try" in
17405 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17406 *) ac_try_echo=$ac_try;;
17407 esac
17408 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17409 (eval "$ac_link") 2>conftest.er1
17410 ac_status=$?
17411 grep -v '^ *+' conftest.er1 >conftest.err
17412 rm -f conftest.er1
17413 cat conftest.err >&5
17414 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17415 (exit $ac_status); } && {
17416 test -z "$ac_c_werror_flag" ||
17417 test ! -s conftest.err
17418 } && test -s conftest$ac_exeext &&
17419 $as_test_x conftest$ac_exeext; then
17420 ac_cv_lib_dl_dlopen=yes
17421 else
17422 echo "$as_me: failed program was:" >&5
17423 sed 's/^/| /' conftest.$ac_ext >&5
17425 ac_cv_lib_dl_dlopen=no
17428 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17429 conftest$ac_exeext conftest.$ac_ext
17430 LIBS=$ac_check_lib_save_LIBS
17432 { echo "$as_me:$LINENO: result: $ac_cv_lib_dl_dlopen" >&5
17433 echo "${ECHO_T}$ac_cv_lib_dl_dlopen" >&6; }
17434 if test $ac_cv_lib_dl_dlopen = yes; then
17435 cat >>confdefs.h <<\_ACEOF
17436 #define HAVE_DLOPEN 1
17437 _ACEOF
17438 LIBDL="-ldl"
17443 ac_wine_check_funcs_save_LIBS="$LIBS"
17444 LIBS="$LIBS $LIBDL"
17446 for ac_func in dladdr
17448 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
17449 { echo "$as_me:$LINENO: checking for $ac_func" >&5
17450 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
17451 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
17452 echo $ECHO_N "(cached) $ECHO_C" >&6
17453 else
17454 cat >conftest.$ac_ext <<_ACEOF
17455 /* confdefs.h. */
17456 _ACEOF
17457 cat confdefs.h >>conftest.$ac_ext
17458 cat >>conftest.$ac_ext <<_ACEOF
17459 /* end confdefs.h. */
17460 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
17461 For example, HP-UX 11i <limits.h> declares gettimeofday. */
17462 #define $ac_func innocuous_$ac_func
17464 /* System header to define __stub macros and hopefully few prototypes,
17465 which can conflict with char $ac_func (); below.
17466 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
17467 <limits.h> exists even on freestanding compilers. */
17469 #ifdef __STDC__
17470 # include <limits.h>
17471 #else
17472 # include <assert.h>
17473 #endif
17475 #undef $ac_func
17477 /* Override any GCC internal prototype to avoid an error.
17478 Use char because int might match the return type of a GCC
17479 builtin and then its argument prototype would still apply. */
17480 #ifdef __cplusplus
17481 extern "C"
17482 #endif
17483 char $ac_func ();
17484 /* The GNU C library defines this for functions which it implements
17485 to always fail with ENOSYS. Some functions are actually named
17486 something starting with __ and the normal name is an alias. */
17487 #if defined __stub_$ac_func || defined __stub___$ac_func
17488 choke me
17489 #endif
17492 main ()
17494 return $ac_func ();
17496 return 0;
17498 _ACEOF
17499 rm -f conftest.$ac_objext conftest$ac_exeext
17500 if { (ac_try="$ac_link"
17501 case "(($ac_try" in
17502 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17503 *) ac_try_echo=$ac_try;;
17504 esac
17505 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17506 (eval "$ac_link") 2>conftest.er1
17507 ac_status=$?
17508 grep -v '^ *+' conftest.er1 >conftest.err
17509 rm -f conftest.er1
17510 cat conftest.err >&5
17511 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17512 (exit $ac_status); } && {
17513 test -z "$ac_c_werror_flag" ||
17514 test ! -s conftest.err
17515 } && test -s conftest$ac_exeext &&
17516 $as_test_x conftest$ac_exeext; then
17517 eval "$as_ac_var=yes"
17518 else
17519 echo "$as_me: failed program was:" >&5
17520 sed 's/^/| /' conftest.$ac_ext >&5
17522 eval "$as_ac_var=no"
17525 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17526 conftest$ac_exeext conftest.$ac_ext
17528 ac_res=`eval echo '${'$as_ac_var'}'`
17529 { echo "$as_me:$LINENO: result: $ac_res" >&5
17530 echo "${ECHO_T}$ac_res" >&6; }
17531 if test `eval echo '${'$as_ac_var'}'` = yes; then
17532 cat >>confdefs.h <<_ACEOF
17533 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
17534 _ACEOF
17537 done
17539 LIBS="$ac_wine_check_funcs_save_LIBS"
17541 if test "$ac_cv_func_poll" = no
17542 then
17543 { echo "$as_me:$LINENO: checking for poll in -lpoll" >&5
17544 echo $ECHO_N "checking for poll in -lpoll... $ECHO_C" >&6; }
17545 if test "${ac_cv_lib_poll_poll+set}" = set; then
17546 echo $ECHO_N "(cached) $ECHO_C" >&6
17547 else
17548 ac_check_lib_save_LIBS=$LIBS
17549 LIBS="-lpoll $LIBS"
17550 cat >conftest.$ac_ext <<_ACEOF
17551 /* confdefs.h. */
17552 _ACEOF
17553 cat confdefs.h >>conftest.$ac_ext
17554 cat >>conftest.$ac_ext <<_ACEOF
17555 /* end confdefs.h. */
17557 /* Override any GCC internal prototype to avoid an error.
17558 Use char because int might match the return type of a GCC
17559 builtin and then its argument prototype would still apply. */
17560 #ifdef __cplusplus
17561 extern "C"
17562 #endif
17563 char poll ();
17565 main ()
17567 return poll ();
17569 return 0;
17571 _ACEOF
17572 rm -f conftest.$ac_objext conftest$ac_exeext
17573 if { (ac_try="$ac_link"
17574 case "(($ac_try" in
17575 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17576 *) ac_try_echo=$ac_try;;
17577 esac
17578 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17579 (eval "$ac_link") 2>conftest.er1
17580 ac_status=$?
17581 grep -v '^ *+' conftest.er1 >conftest.err
17582 rm -f conftest.er1
17583 cat conftest.err >&5
17584 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17585 (exit $ac_status); } && {
17586 test -z "$ac_c_werror_flag" ||
17587 test ! -s conftest.err
17588 } && test -s conftest$ac_exeext &&
17589 $as_test_x conftest$ac_exeext; then
17590 ac_cv_lib_poll_poll=yes
17591 else
17592 echo "$as_me: failed program was:" >&5
17593 sed 's/^/| /' conftest.$ac_ext >&5
17595 ac_cv_lib_poll_poll=no
17598 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17599 conftest$ac_exeext conftest.$ac_ext
17600 LIBS=$ac_check_lib_save_LIBS
17602 { echo "$as_me:$LINENO: result: $ac_cv_lib_poll_poll" >&5
17603 echo "${ECHO_T}$ac_cv_lib_poll_poll" >&6; }
17604 if test $ac_cv_lib_poll_poll = yes; then
17605 cat >>confdefs.h <<\_ACEOF
17606 #define HAVE_POLL 1
17607 _ACEOF
17608 LIBPOLL="-lpoll"
17614 { echo "$as_me:$LINENO: checking for library containing gethostbyname" >&5
17615 echo $ECHO_N "checking for library containing gethostbyname... $ECHO_C" >&6; }
17616 if test "${ac_cv_search_gethostbyname+set}" = set; then
17617 echo $ECHO_N "(cached) $ECHO_C" >&6
17618 else
17619 ac_func_search_save_LIBS=$LIBS
17620 cat >conftest.$ac_ext <<_ACEOF
17621 /* confdefs.h. */
17622 _ACEOF
17623 cat confdefs.h >>conftest.$ac_ext
17624 cat >>conftest.$ac_ext <<_ACEOF
17625 /* end confdefs.h. */
17627 /* Override any GCC internal prototype to avoid an error.
17628 Use char because int might match the return type of a GCC
17629 builtin and then its argument prototype would still apply. */
17630 #ifdef __cplusplus
17631 extern "C"
17632 #endif
17633 char gethostbyname ();
17635 main ()
17637 return gethostbyname ();
17639 return 0;
17641 _ACEOF
17642 for ac_lib in '' nsl; do
17643 if test -z "$ac_lib"; then
17644 ac_res="none required"
17645 else
17646 ac_res=-l$ac_lib
17647 LIBS="-l$ac_lib $ac_func_search_save_LIBS"
17649 rm -f conftest.$ac_objext conftest$ac_exeext
17650 if { (ac_try="$ac_link"
17651 case "(($ac_try" in
17652 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17653 *) ac_try_echo=$ac_try;;
17654 esac
17655 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17656 (eval "$ac_link") 2>conftest.er1
17657 ac_status=$?
17658 grep -v '^ *+' conftest.er1 >conftest.err
17659 rm -f conftest.er1
17660 cat conftest.err >&5
17661 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17662 (exit $ac_status); } && {
17663 test -z "$ac_c_werror_flag" ||
17664 test ! -s conftest.err
17665 } && test -s conftest$ac_exeext &&
17666 $as_test_x conftest$ac_exeext; then
17667 ac_cv_search_gethostbyname=$ac_res
17668 else
17669 echo "$as_me: failed program was:" >&5
17670 sed 's/^/| /' conftest.$ac_ext >&5
17675 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17676 conftest$ac_exeext
17677 if test "${ac_cv_search_gethostbyname+set}" = set; then
17678 break
17680 done
17681 if test "${ac_cv_search_gethostbyname+set}" = set; then
17683 else
17684 ac_cv_search_gethostbyname=no
17686 rm conftest.$ac_ext
17687 LIBS=$ac_func_search_save_LIBS
17689 { echo "$as_me:$LINENO: result: $ac_cv_search_gethostbyname" >&5
17690 echo "${ECHO_T}$ac_cv_search_gethostbyname" >&6; }
17691 ac_res=$ac_cv_search_gethostbyname
17692 if test "$ac_res" != no; then
17693 test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
17698 { echo "$as_me:$LINENO: checking for library containing connect" >&5
17699 echo $ECHO_N "checking for library containing connect... $ECHO_C" >&6; }
17700 if test "${ac_cv_search_connect+set}" = set; then
17701 echo $ECHO_N "(cached) $ECHO_C" >&6
17702 else
17703 ac_func_search_save_LIBS=$LIBS
17704 cat >conftest.$ac_ext <<_ACEOF
17705 /* confdefs.h. */
17706 _ACEOF
17707 cat confdefs.h >>conftest.$ac_ext
17708 cat >>conftest.$ac_ext <<_ACEOF
17709 /* end confdefs.h. */
17711 /* Override any GCC internal prototype to avoid an error.
17712 Use char because int might match the return type of a GCC
17713 builtin and then its argument prototype would still apply. */
17714 #ifdef __cplusplus
17715 extern "C"
17716 #endif
17717 char connect ();
17719 main ()
17721 return connect ();
17723 return 0;
17725 _ACEOF
17726 for ac_lib in '' socket; do
17727 if test -z "$ac_lib"; then
17728 ac_res="none required"
17729 else
17730 ac_res=-l$ac_lib
17731 LIBS="-l$ac_lib $ac_func_search_save_LIBS"
17733 rm -f conftest.$ac_objext conftest$ac_exeext
17734 if { (ac_try="$ac_link"
17735 case "(($ac_try" in
17736 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17737 *) ac_try_echo=$ac_try;;
17738 esac
17739 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17740 (eval "$ac_link") 2>conftest.er1
17741 ac_status=$?
17742 grep -v '^ *+' conftest.er1 >conftest.err
17743 rm -f conftest.er1
17744 cat conftest.err >&5
17745 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17746 (exit $ac_status); } && {
17747 test -z "$ac_c_werror_flag" ||
17748 test ! -s conftest.err
17749 } && test -s conftest$ac_exeext &&
17750 $as_test_x conftest$ac_exeext; then
17751 ac_cv_search_connect=$ac_res
17752 else
17753 echo "$as_me: failed program was:" >&5
17754 sed 's/^/| /' conftest.$ac_ext >&5
17759 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17760 conftest$ac_exeext
17761 if test "${ac_cv_search_connect+set}" = set; then
17762 break
17764 done
17765 if test "${ac_cv_search_connect+set}" = set; then
17767 else
17768 ac_cv_search_connect=no
17770 rm conftest.$ac_ext
17771 LIBS=$ac_func_search_save_LIBS
17773 { echo "$as_me:$LINENO: result: $ac_cv_search_connect" >&5
17774 echo "${ECHO_T}$ac_cv_search_connect" >&6; }
17775 ac_res=$ac_cv_search_connect
17776 if test "$ac_res" != no; then
17777 test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
17782 { echo "$as_me:$LINENO: checking for library containing inet_aton" >&5
17783 echo $ECHO_N "checking for library containing inet_aton... $ECHO_C" >&6; }
17784 if test "${ac_cv_search_inet_aton+set}" = set; then
17785 echo $ECHO_N "(cached) $ECHO_C" >&6
17786 else
17787 ac_func_search_save_LIBS=$LIBS
17788 cat >conftest.$ac_ext <<_ACEOF
17789 /* confdefs.h. */
17790 _ACEOF
17791 cat confdefs.h >>conftest.$ac_ext
17792 cat >>conftest.$ac_ext <<_ACEOF
17793 /* end confdefs.h. */
17795 /* Override any GCC internal prototype to avoid an error.
17796 Use char because int might match the return type of a GCC
17797 builtin and then its argument prototype would still apply. */
17798 #ifdef __cplusplus
17799 extern "C"
17800 #endif
17801 char inet_aton ();
17803 main ()
17805 return inet_aton ();
17807 return 0;
17809 _ACEOF
17810 for ac_lib in '' resolv; do
17811 if test -z "$ac_lib"; then
17812 ac_res="none required"
17813 else
17814 ac_res=-l$ac_lib
17815 LIBS="-l$ac_lib $ac_func_search_save_LIBS"
17817 rm -f conftest.$ac_objext conftest$ac_exeext
17818 if { (ac_try="$ac_link"
17819 case "(($ac_try" in
17820 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17821 *) ac_try_echo=$ac_try;;
17822 esac
17823 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17824 (eval "$ac_link") 2>conftest.er1
17825 ac_status=$?
17826 grep -v '^ *+' conftest.er1 >conftest.err
17827 rm -f conftest.er1
17828 cat conftest.err >&5
17829 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17830 (exit $ac_status); } && {
17831 test -z "$ac_c_werror_flag" ||
17832 test ! -s conftest.err
17833 } && test -s conftest$ac_exeext &&
17834 $as_test_x conftest$ac_exeext; then
17835 ac_cv_search_inet_aton=$ac_res
17836 else
17837 echo "$as_me: failed program was:" >&5
17838 sed 's/^/| /' conftest.$ac_ext >&5
17843 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17844 conftest$ac_exeext
17845 if test "${ac_cv_search_inet_aton+set}" = set; then
17846 break
17848 done
17849 if test "${ac_cv_search_inet_aton+set}" = set; then
17851 else
17852 ac_cv_search_inet_aton=no
17854 rm conftest.$ac_ext
17855 LIBS=$ac_func_search_save_LIBS
17857 { echo "$as_me:$LINENO: result: $ac_cv_search_inet_aton" >&5
17858 echo "${ECHO_T}$ac_cv_search_inet_aton" >&6; }
17859 ac_res=$ac_cv_search_inet_aton
17860 if test "$ac_res" != no; then
17861 test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
17874 for ac_func in \
17875 getaddrinfo \
17876 getnameinfo \
17877 getnetbyname \
17878 getprotobyname \
17879 getprotobynumber \
17880 getservbyport \
17881 inet_network \
17882 sendmsg \
17885 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
17886 { echo "$as_me:$LINENO: checking for $ac_func" >&5
17887 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
17888 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
17889 echo $ECHO_N "(cached) $ECHO_C" >&6
17890 else
17891 cat >conftest.$ac_ext <<_ACEOF
17892 /* confdefs.h. */
17893 _ACEOF
17894 cat confdefs.h >>conftest.$ac_ext
17895 cat >>conftest.$ac_ext <<_ACEOF
17896 /* end confdefs.h. */
17897 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
17898 For example, HP-UX 11i <limits.h> declares gettimeofday. */
17899 #define $ac_func innocuous_$ac_func
17901 /* System header to define __stub macros and hopefully few prototypes,
17902 which can conflict with char $ac_func (); below.
17903 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
17904 <limits.h> exists even on freestanding compilers. */
17906 #ifdef __STDC__
17907 # include <limits.h>
17908 #else
17909 # include <assert.h>
17910 #endif
17912 #undef $ac_func
17914 /* Override any GCC internal prototype to avoid an error.
17915 Use char because int might match the return type of a GCC
17916 builtin and then its argument prototype would still apply. */
17917 #ifdef __cplusplus
17918 extern "C"
17919 #endif
17920 char $ac_func ();
17921 /* The GNU C library defines this for functions which it implements
17922 to always fail with ENOSYS. Some functions are actually named
17923 something starting with __ and the normal name is an alias. */
17924 #if defined __stub_$ac_func || defined __stub___$ac_func
17925 choke me
17926 #endif
17929 main ()
17931 return $ac_func ();
17933 return 0;
17935 _ACEOF
17936 rm -f conftest.$ac_objext conftest$ac_exeext
17937 if { (ac_try="$ac_link"
17938 case "(($ac_try" in
17939 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17940 *) ac_try_echo=$ac_try;;
17941 esac
17942 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17943 (eval "$ac_link") 2>conftest.er1
17944 ac_status=$?
17945 grep -v '^ *+' conftest.er1 >conftest.err
17946 rm -f conftest.er1
17947 cat conftest.err >&5
17948 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17949 (exit $ac_status); } && {
17950 test -z "$ac_c_werror_flag" ||
17951 test ! -s conftest.err
17952 } && test -s conftest$ac_exeext &&
17953 $as_test_x conftest$ac_exeext; then
17954 eval "$as_ac_var=yes"
17955 else
17956 echo "$as_me: failed program was:" >&5
17957 sed 's/^/| /' conftest.$ac_ext >&5
17959 eval "$as_ac_var=no"
17962 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17963 conftest$ac_exeext conftest.$ac_ext
17965 ac_res=`eval echo '${'$as_ac_var'}'`
17966 { echo "$as_me:$LINENO: result: $ac_res" >&5
17967 echo "${ECHO_T}$ac_res" >&6; }
17968 if test `eval echo '${'$as_ac_var'}'` = yes; then
17969 cat >>confdefs.h <<_ACEOF
17970 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
17971 _ACEOF
17974 done
17977 LDAPLIBS=""
17979 if test "$ac_cv_header_ldap_h" = "yes" -a "$ac_cv_header_lber_h" = "yes"
17980 then
17981 { echo "$as_me:$LINENO: checking for LDAPSortKey" >&5
17982 echo $ECHO_N "checking for LDAPSortKey... $ECHO_C" >&6; }
17983 if test "${ac_cv_type_LDAPSortKey+set}" = set; then
17984 echo $ECHO_N "(cached) $ECHO_C" >&6
17985 else
17986 cat >conftest.$ac_ext <<_ACEOF
17987 /* confdefs.h. */
17988 _ACEOF
17989 cat confdefs.h >>conftest.$ac_ext
17990 cat >>conftest.$ac_ext <<_ACEOF
17991 /* end confdefs.h. */
17992 #include <ldap.h>
17994 typedef LDAPSortKey ac__type_new_;
17996 main ()
17998 if ((ac__type_new_ *) 0)
17999 return 0;
18000 if (sizeof (ac__type_new_))
18001 return 0;
18003 return 0;
18005 _ACEOF
18006 rm -f conftest.$ac_objext
18007 if { (ac_try="$ac_compile"
18008 case "(($ac_try" in
18009 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18010 *) ac_try_echo=$ac_try;;
18011 esac
18012 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18013 (eval "$ac_compile") 2>conftest.er1
18014 ac_status=$?
18015 grep -v '^ *+' conftest.er1 >conftest.err
18016 rm -f conftest.er1
18017 cat conftest.err >&5
18018 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18019 (exit $ac_status); } && {
18020 test -z "$ac_c_werror_flag" ||
18021 test ! -s conftest.err
18022 } && test -s conftest.$ac_objext; then
18023 ac_cv_type_LDAPSortKey=yes
18024 else
18025 echo "$as_me: failed program was:" >&5
18026 sed 's/^/| /' conftest.$ac_ext >&5
18028 ac_cv_type_LDAPSortKey=no
18031 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
18033 { echo "$as_me:$LINENO: result: $ac_cv_type_LDAPSortKey" >&5
18034 echo "${ECHO_T}$ac_cv_type_LDAPSortKey" >&6; }
18035 if test $ac_cv_type_LDAPSortKey = yes; then
18036 { echo "$as_me:$LINENO: checking for ldap_initialize in -lldap_r" >&5
18037 echo $ECHO_N "checking for ldap_initialize in -lldap_r... $ECHO_C" >&6; }
18038 if test "${ac_cv_lib_ldap_r_ldap_initialize+set}" = set; then
18039 echo $ECHO_N "(cached) $ECHO_C" >&6
18040 else
18041 ac_check_lib_save_LIBS=$LIBS
18042 LIBS="-lldap_r $LIBPTHREAD $LIBS"
18043 cat >conftest.$ac_ext <<_ACEOF
18044 /* confdefs.h. */
18045 _ACEOF
18046 cat confdefs.h >>conftest.$ac_ext
18047 cat >>conftest.$ac_ext <<_ACEOF
18048 /* end confdefs.h. */
18050 /* Override any GCC internal prototype to avoid an error.
18051 Use char because int might match the return type of a GCC
18052 builtin and then its argument prototype would still apply. */
18053 #ifdef __cplusplus
18054 extern "C"
18055 #endif
18056 char ldap_initialize ();
18058 main ()
18060 return ldap_initialize ();
18062 return 0;
18064 _ACEOF
18065 rm -f conftest.$ac_objext conftest$ac_exeext
18066 if { (ac_try="$ac_link"
18067 case "(($ac_try" in
18068 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18069 *) ac_try_echo=$ac_try;;
18070 esac
18071 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18072 (eval "$ac_link") 2>conftest.er1
18073 ac_status=$?
18074 grep -v '^ *+' conftest.er1 >conftest.err
18075 rm -f conftest.er1
18076 cat conftest.err >&5
18077 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18078 (exit $ac_status); } && {
18079 test -z "$ac_c_werror_flag" ||
18080 test ! -s conftest.err
18081 } && test -s conftest$ac_exeext &&
18082 $as_test_x conftest$ac_exeext; then
18083 ac_cv_lib_ldap_r_ldap_initialize=yes
18084 else
18085 echo "$as_me: failed program was:" >&5
18086 sed 's/^/| /' conftest.$ac_ext >&5
18088 ac_cv_lib_ldap_r_ldap_initialize=no
18091 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
18092 conftest$ac_exeext conftest.$ac_ext
18093 LIBS=$ac_check_lib_save_LIBS
18095 { echo "$as_me:$LINENO: result: $ac_cv_lib_ldap_r_ldap_initialize" >&5
18096 echo "${ECHO_T}$ac_cv_lib_ldap_r_ldap_initialize" >&6; }
18097 if test $ac_cv_lib_ldap_r_ldap_initialize = yes; then
18098 { echo "$as_me:$LINENO: checking for ber_init in -llber" >&5
18099 echo $ECHO_N "checking for ber_init in -llber... $ECHO_C" >&6; }
18100 if test "${ac_cv_lib_lber_ber_init+set}" = set; then
18101 echo $ECHO_N "(cached) $ECHO_C" >&6
18102 else
18103 ac_check_lib_save_LIBS=$LIBS
18104 LIBS="-llber $LIBPTHREAD $LIBS"
18105 cat >conftest.$ac_ext <<_ACEOF
18106 /* confdefs.h. */
18107 _ACEOF
18108 cat confdefs.h >>conftest.$ac_ext
18109 cat >>conftest.$ac_ext <<_ACEOF
18110 /* end confdefs.h. */
18112 /* Override any GCC internal prototype to avoid an error.
18113 Use char because int might match the return type of a GCC
18114 builtin and then its argument prototype would still apply. */
18115 #ifdef __cplusplus
18116 extern "C"
18117 #endif
18118 char ber_init ();
18120 main ()
18122 return ber_init ();
18124 return 0;
18126 _ACEOF
18127 rm -f conftest.$ac_objext conftest$ac_exeext
18128 if { (ac_try="$ac_link"
18129 case "(($ac_try" in
18130 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18131 *) ac_try_echo=$ac_try;;
18132 esac
18133 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18134 (eval "$ac_link") 2>conftest.er1
18135 ac_status=$?
18136 grep -v '^ *+' conftest.er1 >conftest.err
18137 rm -f conftest.er1
18138 cat conftest.err >&5
18139 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18140 (exit $ac_status); } && {
18141 test -z "$ac_c_werror_flag" ||
18142 test ! -s conftest.err
18143 } && test -s conftest$ac_exeext &&
18144 $as_test_x conftest$ac_exeext; then
18145 ac_cv_lib_lber_ber_init=yes
18146 else
18147 echo "$as_me: failed program was:" >&5
18148 sed 's/^/| /' conftest.$ac_ext >&5
18150 ac_cv_lib_lber_ber_init=no
18153 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
18154 conftest$ac_exeext conftest.$ac_ext
18155 LIBS=$ac_check_lib_save_LIBS
18157 { echo "$as_me:$LINENO: result: $ac_cv_lib_lber_ber_init" >&5
18158 echo "${ECHO_T}$ac_cv_lib_lber_ber_init" >&6; }
18159 if test $ac_cv_lib_lber_ber_init = yes; then
18161 cat >>confdefs.h <<\_ACEOF
18162 #define HAVE_LDAP 1
18163 _ACEOF
18165 LDAPLIBS="-lldap_r -llber"
18172 ac_wine_check_funcs_save_LIBS="$LIBS"
18173 LIBS="$LIBS $LDAPLIBS $LIBPTHREAD"
18182 for ac_func in \
18183 ldap_count_references \
18184 ldap_first_reference \
18185 ldap_next_reference \
18186 ldap_parse_reference \
18187 ldap_parse_sort_control \
18188 ldap_parse_sortresponse_control \
18189 ldap_parse_vlv_control \
18190 ldap_parse_vlvresponse_control
18192 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
18193 { echo "$as_me:$LINENO: checking for $ac_func" >&5
18194 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
18195 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
18196 echo $ECHO_N "(cached) $ECHO_C" >&6
18197 else
18198 cat >conftest.$ac_ext <<_ACEOF
18199 /* confdefs.h. */
18200 _ACEOF
18201 cat confdefs.h >>conftest.$ac_ext
18202 cat >>conftest.$ac_ext <<_ACEOF
18203 /* end confdefs.h. */
18204 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
18205 For example, HP-UX 11i <limits.h> declares gettimeofday. */
18206 #define $ac_func innocuous_$ac_func
18208 /* System header to define __stub macros and hopefully few prototypes,
18209 which can conflict with char $ac_func (); below.
18210 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
18211 <limits.h> exists even on freestanding compilers. */
18213 #ifdef __STDC__
18214 # include <limits.h>
18215 #else
18216 # include <assert.h>
18217 #endif
18219 #undef $ac_func
18221 /* Override any GCC internal prototype to avoid an error.
18222 Use char because int might match the return type of a GCC
18223 builtin and then its argument prototype would still apply. */
18224 #ifdef __cplusplus
18225 extern "C"
18226 #endif
18227 char $ac_func ();
18228 /* The GNU C library defines this for functions which it implements
18229 to always fail with ENOSYS. Some functions are actually named
18230 something starting with __ and the normal name is an alias. */
18231 #if defined __stub_$ac_func || defined __stub___$ac_func
18232 choke me
18233 #endif
18236 main ()
18238 return $ac_func ();
18240 return 0;
18242 _ACEOF
18243 rm -f conftest.$ac_objext conftest$ac_exeext
18244 if { (ac_try="$ac_link"
18245 case "(($ac_try" in
18246 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18247 *) ac_try_echo=$ac_try;;
18248 esac
18249 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18250 (eval "$ac_link") 2>conftest.er1
18251 ac_status=$?
18252 grep -v '^ *+' conftest.er1 >conftest.err
18253 rm -f conftest.er1
18254 cat conftest.err >&5
18255 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18256 (exit $ac_status); } && {
18257 test -z "$ac_c_werror_flag" ||
18258 test ! -s conftest.err
18259 } && test -s conftest$ac_exeext &&
18260 $as_test_x conftest$ac_exeext; then
18261 eval "$as_ac_var=yes"
18262 else
18263 echo "$as_me: failed program was:" >&5
18264 sed 's/^/| /' conftest.$ac_ext >&5
18266 eval "$as_ac_var=no"
18269 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
18270 conftest$ac_exeext conftest.$ac_ext
18272 ac_res=`eval echo '${'$as_ac_var'}'`
18273 { echo "$as_me:$LINENO: result: $ac_res" >&5
18274 echo "${ECHO_T}$ac_res" >&6; }
18275 if test `eval echo '${'$as_ac_var'}'` = yes; then
18276 cat >>confdefs.h <<_ACEOF
18277 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
18278 _ACEOF
18281 done
18283 LIBS="$ac_wine_check_funcs_save_LIBS"
18285 if test "x$LDAPLIBS" = "x"; then
18286 case "x$with_ldap" in
18287 x) wine_notices="$wine_notices|libldap (OpenLDAP) development files not found, LDAP won't be supported." ;;
18288 xno) ;;
18289 *) { { echo "$as_me:$LINENO: error: libldap (OpenLDAP) development files not found, LDAP won't be supported.
18290 This is an error since --with-ldap was requested." >&5
18291 echo "$as_me: error: libldap (OpenLDAP) development files not found, LDAP won't be supported.
18292 This is an error since --with-ldap was requested." >&2;}
18293 { (exit 1); exit 1; }; } ;;
18294 esac
18299 { echo "$as_me:$LINENO: checking for an ANSI C-conforming const" >&5
18300 echo $ECHO_N "checking for an ANSI C-conforming const... $ECHO_C" >&6; }
18301 if test "${ac_cv_c_const+set}" = set; then
18302 echo $ECHO_N "(cached) $ECHO_C" >&6
18303 else
18304 cat >conftest.$ac_ext <<_ACEOF
18305 /* confdefs.h. */
18306 _ACEOF
18307 cat confdefs.h >>conftest.$ac_ext
18308 cat >>conftest.$ac_ext <<_ACEOF
18309 /* end confdefs.h. */
18312 main ()
18314 /* FIXME: Include the comments suggested by Paul. */
18315 #ifndef __cplusplus
18316 /* Ultrix mips cc rejects this. */
18317 typedef int charset[2];
18318 const charset cs;
18319 /* SunOS 4.1.1 cc rejects this. */
18320 char const *const *pcpcc;
18321 char **ppc;
18322 /* NEC SVR4.0.2 mips cc rejects this. */
18323 struct point {int x, y;};
18324 static struct point const zero = {0,0};
18325 /* AIX XL C 1.02.0.0 rejects this.
18326 It does not let you subtract one const X* pointer from another in
18327 an arm of an if-expression whose if-part is not a constant
18328 expression */
18329 const char *g = "string";
18330 pcpcc = &g + (g ? g-g : 0);
18331 /* HPUX 7.0 cc rejects these. */
18332 ++pcpcc;
18333 ppc = (char**) pcpcc;
18334 pcpcc = (char const *const *) ppc;
18335 { /* SCO 3.2v4 cc rejects this. */
18336 char *t;
18337 char const *s = 0 ? (char *) 0 : (char const *) 0;
18339 *t++ = 0;
18340 if (s) return 0;
18342 { /* Someone thinks the Sun supposedly-ANSI compiler will reject this. */
18343 int x[] = {25, 17};
18344 const int *foo = &x[0];
18345 ++foo;
18347 { /* Sun SC1.0 ANSI compiler rejects this -- but not the above. */
18348 typedef const int *iptr;
18349 iptr p = 0;
18350 ++p;
18352 { /* AIX XL C 1.02.0.0 rejects this saying
18353 "k.c", line 2.27: 1506-025 (S) Operand must be a modifiable lvalue. */
18354 struct s { int j; const int *ap[3]; };
18355 struct s *b; b->j = 5;
18357 { /* ULTRIX-32 V3.1 (Rev 9) vcc rejects this */
18358 const int foo = 10;
18359 if (!foo) return 0;
18361 return !cs[0] && !zero.x;
18362 #endif
18365 return 0;
18367 _ACEOF
18368 rm -f conftest.$ac_objext
18369 if { (ac_try="$ac_compile"
18370 case "(($ac_try" in
18371 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18372 *) ac_try_echo=$ac_try;;
18373 esac
18374 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18375 (eval "$ac_compile") 2>conftest.er1
18376 ac_status=$?
18377 grep -v '^ *+' conftest.er1 >conftest.err
18378 rm -f conftest.er1
18379 cat conftest.err >&5
18380 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18381 (exit $ac_status); } && {
18382 test -z "$ac_c_werror_flag" ||
18383 test ! -s conftest.err
18384 } && test -s conftest.$ac_objext; then
18385 ac_cv_c_const=yes
18386 else
18387 echo "$as_me: failed program was:" >&5
18388 sed 's/^/| /' conftest.$ac_ext >&5
18390 ac_cv_c_const=no
18393 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
18395 { echo "$as_me:$LINENO: result: $ac_cv_c_const" >&5
18396 echo "${ECHO_T}$ac_cv_c_const" >&6; }
18397 if test $ac_cv_c_const = no; then
18399 cat >>confdefs.h <<\_ACEOF
18400 #define const
18401 _ACEOF
18405 { echo "$as_me:$LINENO: checking for inline" >&5
18406 echo $ECHO_N "checking for inline... $ECHO_C" >&6; }
18407 if test "${ac_cv_c_inline+set}" = set; then
18408 echo $ECHO_N "(cached) $ECHO_C" >&6
18409 else
18410 ac_cv_c_inline=no
18411 for ac_kw in inline __inline__ __inline; do
18412 cat >conftest.$ac_ext <<_ACEOF
18413 /* confdefs.h. */
18414 _ACEOF
18415 cat confdefs.h >>conftest.$ac_ext
18416 cat >>conftest.$ac_ext <<_ACEOF
18417 /* end confdefs.h. */
18418 #ifndef __cplusplus
18419 typedef int foo_t;
18420 static $ac_kw foo_t static_foo () {return 0; }
18421 $ac_kw foo_t foo () {return 0; }
18422 #endif
18424 _ACEOF
18425 rm -f conftest.$ac_objext
18426 if { (ac_try="$ac_compile"
18427 case "(($ac_try" in
18428 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18429 *) ac_try_echo=$ac_try;;
18430 esac
18431 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18432 (eval "$ac_compile") 2>conftest.er1
18433 ac_status=$?
18434 grep -v '^ *+' conftest.er1 >conftest.err
18435 rm -f conftest.er1
18436 cat conftest.err >&5
18437 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18438 (exit $ac_status); } && {
18439 test -z "$ac_c_werror_flag" ||
18440 test ! -s conftest.err
18441 } && test -s conftest.$ac_objext; then
18442 ac_cv_c_inline=$ac_kw
18443 else
18444 echo "$as_me: failed program was:" >&5
18445 sed 's/^/| /' conftest.$ac_ext >&5
18450 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
18451 test "$ac_cv_c_inline" != no && break
18452 done
18455 { echo "$as_me:$LINENO: result: $ac_cv_c_inline" >&5
18456 echo "${ECHO_T}$ac_cv_c_inline" >&6; }
18459 case $ac_cv_c_inline in
18460 inline | yes) ;;
18462 case $ac_cv_c_inline in
18463 no) ac_val=;;
18464 *) ac_val=$ac_cv_c_inline;;
18465 esac
18466 cat >>confdefs.h <<_ACEOF
18467 #ifndef __cplusplus
18468 #define inline $ac_val
18469 #endif
18470 _ACEOF
18472 esac
18474 { echo "$as_me:$LINENO: checking for mode_t" >&5
18475 echo $ECHO_N "checking for mode_t... $ECHO_C" >&6; }
18476 if test "${ac_cv_type_mode_t+set}" = set; then
18477 echo $ECHO_N "(cached) $ECHO_C" >&6
18478 else
18479 cat >conftest.$ac_ext <<_ACEOF
18480 /* confdefs.h. */
18481 _ACEOF
18482 cat confdefs.h >>conftest.$ac_ext
18483 cat >>conftest.$ac_ext <<_ACEOF
18484 /* end confdefs.h. */
18485 $ac_includes_default
18486 typedef mode_t ac__type_new_;
18488 main ()
18490 if ((ac__type_new_ *) 0)
18491 return 0;
18492 if (sizeof (ac__type_new_))
18493 return 0;
18495 return 0;
18497 _ACEOF
18498 rm -f conftest.$ac_objext
18499 if { (ac_try="$ac_compile"
18500 case "(($ac_try" in
18501 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18502 *) ac_try_echo=$ac_try;;
18503 esac
18504 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18505 (eval "$ac_compile") 2>conftest.er1
18506 ac_status=$?
18507 grep -v '^ *+' conftest.er1 >conftest.err
18508 rm -f conftest.er1
18509 cat conftest.err >&5
18510 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18511 (exit $ac_status); } && {
18512 test -z "$ac_c_werror_flag" ||
18513 test ! -s conftest.err
18514 } && test -s conftest.$ac_objext; then
18515 ac_cv_type_mode_t=yes
18516 else
18517 echo "$as_me: failed program was:" >&5
18518 sed 's/^/| /' conftest.$ac_ext >&5
18520 ac_cv_type_mode_t=no
18523 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
18525 { echo "$as_me:$LINENO: result: $ac_cv_type_mode_t" >&5
18526 echo "${ECHO_T}$ac_cv_type_mode_t" >&6; }
18527 if test $ac_cv_type_mode_t = yes; then
18529 cat >>confdefs.h <<_ACEOF
18530 #define HAVE_MODE_T 1
18531 _ACEOF
18535 { echo "$as_me:$LINENO: checking for off_t" >&5
18536 echo $ECHO_N "checking for off_t... $ECHO_C" >&6; }
18537 if test "${ac_cv_type_off_t+set}" = set; then
18538 echo $ECHO_N "(cached) $ECHO_C" >&6
18539 else
18540 cat >conftest.$ac_ext <<_ACEOF
18541 /* confdefs.h. */
18542 _ACEOF
18543 cat confdefs.h >>conftest.$ac_ext
18544 cat >>conftest.$ac_ext <<_ACEOF
18545 /* end confdefs.h. */
18546 $ac_includes_default
18547 typedef off_t ac__type_new_;
18549 main ()
18551 if ((ac__type_new_ *) 0)
18552 return 0;
18553 if (sizeof (ac__type_new_))
18554 return 0;
18556 return 0;
18558 _ACEOF
18559 rm -f conftest.$ac_objext
18560 if { (ac_try="$ac_compile"
18561 case "(($ac_try" in
18562 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18563 *) ac_try_echo=$ac_try;;
18564 esac
18565 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18566 (eval "$ac_compile") 2>conftest.er1
18567 ac_status=$?
18568 grep -v '^ *+' conftest.er1 >conftest.err
18569 rm -f conftest.er1
18570 cat conftest.err >&5
18571 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18572 (exit $ac_status); } && {
18573 test -z "$ac_c_werror_flag" ||
18574 test ! -s conftest.err
18575 } && test -s conftest.$ac_objext; then
18576 ac_cv_type_off_t=yes
18577 else
18578 echo "$as_me: failed program was:" >&5
18579 sed 's/^/| /' conftest.$ac_ext >&5
18581 ac_cv_type_off_t=no
18584 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
18586 { echo "$as_me:$LINENO: result: $ac_cv_type_off_t" >&5
18587 echo "${ECHO_T}$ac_cv_type_off_t" >&6; }
18588 if test $ac_cv_type_off_t = yes; then
18590 cat >>confdefs.h <<_ACEOF
18591 #define HAVE_OFF_T 1
18592 _ACEOF
18596 { echo "$as_me:$LINENO: checking for pid_t" >&5
18597 echo $ECHO_N "checking for pid_t... $ECHO_C" >&6; }
18598 if test "${ac_cv_type_pid_t+set}" = set; then
18599 echo $ECHO_N "(cached) $ECHO_C" >&6
18600 else
18601 cat >conftest.$ac_ext <<_ACEOF
18602 /* confdefs.h. */
18603 _ACEOF
18604 cat confdefs.h >>conftest.$ac_ext
18605 cat >>conftest.$ac_ext <<_ACEOF
18606 /* end confdefs.h. */
18607 $ac_includes_default
18608 typedef pid_t ac__type_new_;
18610 main ()
18612 if ((ac__type_new_ *) 0)
18613 return 0;
18614 if (sizeof (ac__type_new_))
18615 return 0;
18617 return 0;
18619 _ACEOF
18620 rm -f conftest.$ac_objext
18621 if { (ac_try="$ac_compile"
18622 case "(($ac_try" in
18623 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18624 *) ac_try_echo=$ac_try;;
18625 esac
18626 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18627 (eval "$ac_compile") 2>conftest.er1
18628 ac_status=$?
18629 grep -v '^ *+' conftest.er1 >conftest.err
18630 rm -f conftest.er1
18631 cat conftest.err >&5
18632 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18633 (exit $ac_status); } && {
18634 test -z "$ac_c_werror_flag" ||
18635 test ! -s conftest.err
18636 } && test -s conftest.$ac_objext; then
18637 ac_cv_type_pid_t=yes
18638 else
18639 echo "$as_me: failed program was:" >&5
18640 sed 's/^/| /' conftest.$ac_ext >&5
18642 ac_cv_type_pid_t=no
18645 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
18647 { echo "$as_me:$LINENO: result: $ac_cv_type_pid_t" >&5
18648 echo "${ECHO_T}$ac_cv_type_pid_t" >&6; }
18649 if test $ac_cv_type_pid_t = yes; then
18651 cat >>confdefs.h <<_ACEOF
18652 #define HAVE_PID_T 1
18653 _ACEOF
18657 { echo "$as_me:$LINENO: checking for size_t" >&5
18658 echo $ECHO_N "checking for size_t... $ECHO_C" >&6; }
18659 if test "${ac_cv_type_size_t+set}" = set; then
18660 echo $ECHO_N "(cached) $ECHO_C" >&6
18661 else
18662 cat >conftest.$ac_ext <<_ACEOF
18663 /* confdefs.h. */
18664 _ACEOF
18665 cat confdefs.h >>conftest.$ac_ext
18666 cat >>conftest.$ac_ext <<_ACEOF
18667 /* end confdefs.h. */
18668 $ac_includes_default
18669 typedef size_t ac__type_new_;
18671 main ()
18673 if ((ac__type_new_ *) 0)
18674 return 0;
18675 if (sizeof (ac__type_new_))
18676 return 0;
18678 return 0;
18680 _ACEOF
18681 rm -f conftest.$ac_objext
18682 if { (ac_try="$ac_compile"
18683 case "(($ac_try" in
18684 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18685 *) ac_try_echo=$ac_try;;
18686 esac
18687 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18688 (eval "$ac_compile") 2>conftest.er1
18689 ac_status=$?
18690 grep -v '^ *+' conftest.er1 >conftest.err
18691 rm -f conftest.er1
18692 cat conftest.err >&5
18693 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18694 (exit $ac_status); } && {
18695 test -z "$ac_c_werror_flag" ||
18696 test ! -s conftest.err
18697 } && test -s conftest.$ac_objext; then
18698 ac_cv_type_size_t=yes
18699 else
18700 echo "$as_me: failed program was:" >&5
18701 sed 's/^/| /' conftest.$ac_ext >&5
18703 ac_cv_type_size_t=no
18706 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
18708 { echo "$as_me:$LINENO: result: $ac_cv_type_size_t" >&5
18709 echo "${ECHO_T}$ac_cv_type_size_t" >&6; }
18710 if test $ac_cv_type_size_t = yes; then
18712 cat >>confdefs.h <<_ACEOF
18713 #define HAVE_SIZE_T 1
18714 _ACEOF
18718 { echo "$as_me:$LINENO: checking for ssize_t" >&5
18719 echo $ECHO_N "checking for ssize_t... $ECHO_C" >&6; }
18720 if test "${ac_cv_type_ssize_t+set}" = set; then
18721 echo $ECHO_N "(cached) $ECHO_C" >&6
18722 else
18723 cat >conftest.$ac_ext <<_ACEOF
18724 /* confdefs.h. */
18725 _ACEOF
18726 cat confdefs.h >>conftest.$ac_ext
18727 cat >>conftest.$ac_ext <<_ACEOF
18728 /* end confdefs.h. */
18729 $ac_includes_default
18730 typedef ssize_t ac__type_new_;
18732 main ()
18734 if ((ac__type_new_ *) 0)
18735 return 0;
18736 if (sizeof (ac__type_new_))
18737 return 0;
18739 return 0;
18741 _ACEOF
18742 rm -f conftest.$ac_objext
18743 if { (ac_try="$ac_compile"
18744 case "(($ac_try" in
18745 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18746 *) ac_try_echo=$ac_try;;
18747 esac
18748 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18749 (eval "$ac_compile") 2>conftest.er1
18750 ac_status=$?
18751 grep -v '^ *+' conftest.er1 >conftest.err
18752 rm -f conftest.er1
18753 cat conftest.err >&5
18754 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18755 (exit $ac_status); } && {
18756 test -z "$ac_c_werror_flag" ||
18757 test ! -s conftest.err
18758 } && test -s conftest.$ac_objext; then
18759 ac_cv_type_ssize_t=yes
18760 else
18761 echo "$as_me: failed program was:" >&5
18762 sed 's/^/| /' conftest.$ac_ext >&5
18764 ac_cv_type_ssize_t=no
18767 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
18769 { echo "$as_me:$LINENO: result: $ac_cv_type_ssize_t" >&5
18770 echo "${ECHO_T}$ac_cv_type_ssize_t" >&6; }
18771 if test $ac_cv_type_ssize_t = yes; then
18773 cat >>confdefs.h <<_ACEOF
18774 #define HAVE_SSIZE_T 1
18775 _ACEOF
18779 { echo "$as_me:$LINENO: checking for long long" >&5
18780 echo $ECHO_N "checking for long long... $ECHO_C" >&6; }
18781 if test "${ac_cv_type_long_long+set}" = set; then
18782 echo $ECHO_N "(cached) $ECHO_C" >&6
18783 else
18784 cat >conftest.$ac_ext <<_ACEOF
18785 /* confdefs.h. */
18786 _ACEOF
18787 cat confdefs.h >>conftest.$ac_ext
18788 cat >>conftest.$ac_ext <<_ACEOF
18789 /* end confdefs.h. */
18790 $ac_includes_default
18791 typedef long long ac__type_new_;
18793 main ()
18795 if ((ac__type_new_ *) 0)
18796 return 0;
18797 if (sizeof (ac__type_new_))
18798 return 0;
18800 return 0;
18802 _ACEOF
18803 rm -f conftest.$ac_objext
18804 if { (ac_try="$ac_compile"
18805 case "(($ac_try" in
18806 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18807 *) ac_try_echo=$ac_try;;
18808 esac
18809 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18810 (eval "$ac_compile") 2>conftest.er1
18811 ac_status=$?
18812 grep -v '^ *+' conftest.er1 >conftest.err
18813 rm -f conftest.er1
18814 cat conftest.err >&5
18815 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18816 (exit $ac_status); } && {
18817 test -z "$ac_c_werror_flag" ||
18818 test ! -s conftest.err
18819 } && test -s conftest.$ac_objext; then
18820 ac_cv_type_long_long=yes
18821 else
18822 echo "$as_me: failed program was:" >&5
18823 sed 's/^/| /' conftest.$ac_ext >&5
18825 ac_cv_type_long_long=no
18828 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
18830 { echo "$as_me:$LINENO: result: $ac_cv_type_long_long" >&5
18831 echo "${ECHO_T}$ac_cv_type_long_long" >&6; }
18832 if test $ac_cv_type_long_long = yes; then
18834 cat >>confdefs.h <<_ACEOF
18835 #define HAVE_LONG_LONG 1
18836 _ACEOF
18840 { echo "$as_me:$LINENO: checking for fsblkcnt_t" >&5
18841 echo $ECHO_N "checking for fsblkcnt_t... $ECHO_C" >&6; }
18842 if test "${ac_cv_type_fsblkcnt_t+set}" = set; then
18843 echo $ECHO_N "(cached) $ECHO_C" >&6
18844 else
18845 cat >conftest.$ac_ext <<_ACEOF
18846 /* confdefs.h. */
18847 _ACEOF
18848 cat confdefs.h >>conftest.$ac_ext
18849 cat >>conftest.$ac_ext <<_ACEOF
18850 /* end confdefs.h. */
18851 $ac_includes_default
18852 typedef fsblkcnt_t ac__type_new_;
18854 main ()
18856 if ((ac__type_new_ *) 0)
18857 return 0;
18858 if (sizeof (ac__type_new_))
18859 return 0;
18861 return 0;
18863 _ACEOF
18864 rm -f conftest.$ac_objext
18865 if { (ac_try="$ac_compile"
18866 case "(($ac_try" in
18867 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18868 *) ac_try_echo=$ac_try;;
18869 esac
18870 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18871 (eval "$ac_compile") 2>conftest.er1
18872 ac_status=$?
18873 grep -v '^ *+' conftest.er1 >conftest.err
18874 rm -f conftest.er1
18875 cat conftest.err >&5
18876 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18877 (exit $ac_status); } && {
18878 test -z "$ac_c_werror_flag" ||
18879 test ! -s conftest.err
18880 } && test -s conftest.$ac_objext; then
18881 ac_cv_type_fsblkcnt_t=yes
18882 else
18883 echo "$as_me: failed program was:" >&5
18884 sed 's/^/| /' conftest.$ac_ext >&5
18886 ac_cv_type_fsblkcnt_t=no
18889 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
18891 { echo "$as_me:$LINENO: result: $ac_cv_type_fsblkcnt_t" >&5
18892 echo "${ECHO_T}$ac_cv_type_fsblkcnt_t" >&6; }
18893 if test $ac_cv_type_fsblkcnt_t = yes; then
18895 cat >>confdefs.h <<_ACEOF
18896 #define HAVE_FSBLKCNT_T 1
18897 _ACEOF
18901 { echo "$as_me:$LINENO: checking for fsfilcnt_t" >&5
18902 echo $ECHO_N "checking for fsfilcnt_t... $ECHO_C" >&6; }
18903 if test "${ac_cv_type_fsfilcnt_t+set}" = set; then
18904 echo $ECHO_N "(cached) $ECHO_C" >&6
18905 else
18906 cat >conftest.$ac_ext <<_ACEOF
18907 /* confdefs.h. */
18908 _ACEOF
18909 cat confdefs.h >>conftest.$ac_ext
18910 cat >>conftest.$ac_ext <<_ACEOF
18911 /* end confdefs.h. */
18912 $ac_includes_default
18913 typedef fsfilcnt_t ac__type_new_;
18915 main ()
18917 if ((ac__type_new_ *) 0)
18918 return 0;
18919 if (sizeof (ac__type_new_))
18920 return 0;
18922 return 0;
18924 _ACEOF
18925 rm -f conftest.$ac_objext
18926 if { (ac_try="$ac_compile"
18927 case "(($ac_try" in
18928 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18929 *) ac_try_echo=$ac_try;;
18930 esac
18931 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18932 (eval "$ac_compile") 2>conftest.er1
18933 ac_status=$?
18934 grep -v '^ *+' conftest.er1 >conftest.err
18935 rm -f conftest.er1
18936 cat conftest.err >&5
18937 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18938 (exit $ac_status); } && {
18939 test -z "$ac_c_werror_flag" ||
18940 test ! -s conftest.err
18941 } && test -s conftest.$ac_objext; then
18942 ac_cv_type_fsfilcnt_t=yes
18943 else
18944 echo "$as_me: failed program was:" >&5
18945 sed 's/^/| /' conftest.$ac_ext >&5
18947 ac_cv_type_fsfilcnt_t=no
18950 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
18952 { echo "$as_me:$LINENO: result: $ac_cv_type_fsfilcnt_t" >&5
18953 echo "${ECHO_T}$ac_cv_type_fsfilcnt_t" >&6; }
18954 if test $ac_cv_type_fsfilcnt_t = yes; then
18956 cat >>confdefs.h <<_ACEOF
18957 #define HAVE_FSFILCNT_T 1
18958 _ACEOF
18963 { echo "$as_me:$LINENO: checking for sigset_t" >&5
18964 echo $ECHO_N "checking for sigset_t... $ECHO_C" >&6; }
18965 if test "${ac_cv_type_sigset_t+set}" = set; then
18966 echo $ECHO_N "(cached) $ECHO_C" >&6
18967 else
18968 cat >conftest.$ac_ext <<_ACEOF
18969 /* confdefs.h. */
18970 _ACEOF
18971 cat confdefs.h >>conftest.$ac_ext
18972 cat >>conftest.$ac_ext <<_ACEOF
18973 /* end confdefs.h. */
18974 #include <sys/types.h>
18975 #include <signal.h>
18977 typedef sigset_t ac__type_new_;
18979 main ()
18981 if ((ac__type_new_ *) 0)
18982 return 0;
18983 if (sizeof (ac__type_new_))
18984 return 0;
18986 return 0;
18988 _ACEOF
18989 rm -f conftest.$ac_objext
18990 if { (ac_try="$ac_compile"
18991 case "(($ac_try" in
18992 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18993 *) ac_try_echo=$ac_try;;
18994 esac
18995 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18996 (eval "$ac_compile") 2>conftest.er1
18997 ac_status=$?
18998 grep -v '^ *+' conftest.er1 >conftest.err
18999 rm -f conftest.er1
19000 cat conftest.err >&5
19001 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19002 (exit $ac_status); } && {
19003 test -z "$ac_c_werror_flag" ||
19004 test ! -s conftest.err
19005 } && test -s conftest.$ac_objext; then
19006 ac_cv_type_sigset_t=yes
19007 else
19008 echo "$as_me: failed program was:" >&5
19009 sed 's/^/| /' conftest.$ac_ext >&5
19011 ac_cv_type_sigset_t=no
19014 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19016 { echo "$as_me:$LINENO: result: $ac_cv_type_sigset_t" >&5
19017 echo "${ECHO_T}$ac_cv_type_sigset_t" >&6; }
19018 if test $ac_cv_type_sigset_t = yes; then
19020 cat >>confdefs.h <<_ACEOF
19021 #define HAVE_SIGSET_T 1
19022 _ACEOF
19027 { echo "$as_me:$LINENO: checking for request_sense" >&5
19028 echo $ECHO_N "checking for request_sense... $ECHO_C" >&6; }
19029 if test "${ac_cv_type_request_sense+set}" = set; then
19030 echo $ECHO_N "(cached) $ECHO_C" >&6
19031 else
19032 cat >conftest.$ac_ext <<_ACEOF
19033 /* confdefs.h. */
19034 _ACEOF
19035 cat confdefs.h >>conftest.$ac_ext
19036 cat >>conftest.$ac_ext <<_ACEOF
19037 /* end confdefs.h. */
19038 #include <linux/cdrom.h>
19040 typedef request_sense ac__type_new_;
19042 main ()
19044 if ((ac__type_new_ *) 0)
19045 return 0;
19046 if (sizeof (ac__type_new_))
19047 return 0;
19049 return 0;
19051 _ACEOF
19052 rm -f conftest.$ac_objext
19053 if { (ac_try="$ac_compile"
19054 case "(($ac_try" in
19055 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19056 *) ac_try_echo=$ac_try;;
19057 esac
19058 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19059 (eval "$ac_compile") 2>conftest.er1
19060 ac_status=$?
19061 grep -v '^ *+' conftest.er1 >conftest.err
19062 rm -f conftest.er1
19063 cat conftest.err >&5
19064 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19065 (exit $ac_status); } && {
19066 test -z "$ac_c_werror_flag" ||
19067 test ! -s conftest.err
19068 } && test -s conftest.$ac_objext; then
19069 ac_cv_type_request_sense=yes
19070 else
19071 echo "$as_me: failed program was:" >&5
19072 sed 's/^/| /' conftest.$ac_ext >&5
19074 ac_cv_type_request_sense=no
19077 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19079 { echo "$as_me:$LINENO: result: $ac_cv_type_request_sense" >&5
19080 echo "${ECHO_T}$ac_cv_type_request_sense" >&6; }
19081 if test $ac_cv_type_request_sense = yes; then
19083 cat >>confdefs.h <<_ACEOF
19084 #define HAVE_REQUEST_SENSE 1
19085 _ACEOF
19091 { echo "$as_me:$LINENO: checking for struct ff_effect.direction" >&5
19092 echo $ECHO_N "checking for struct ff_effect.direction... $ECHO_C" >&6; }
19093 if test "${ac_cv_member_struct_ff_effect_direction+set}" = set; then
19094 echo $ECHO_N "(cached) $ECHO_C" >&6
19095 else
19096 cat >conftest.$ac_ext <<_ACEOF
19097 /* confdefs.h. */
19098 _ACEOF
19099 cat confdefs.h >>conftest.$ac_ext
19100 cat >>conftest.$ac_ext <<_ACEOF
19101 /* end confdefs.h. */
19102 #ifdef HAVE_LINUX_INPUT_H
19103 #include <linux/input.h>
19104 #endif
19107 main ()
19109 static struct ff_effect ac_aggr;
19110 if (ac_aggr.direction)
19111 return 0;
19113 return 0;
19115 _ACEOF
19116 rm -f conftest.$ac_objext
19117 if { (ac_try="$ac_compile"
19118 case "(($ac_try" in
19119 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19120 *) ac_try_echo=$ac_try;;
19121 esac
19122 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19123 (eval "$ac_compile") 2>conftest.er1
19124 ac_status=$?
19125 grep -v '^ *+' conftest.er1 >conftest.err
19126 rm -f conftest.er1
19127 cat conftest.err >&5
19128 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19129 (exit $ac_status); } && {
19130 test -z "$ac_c_werror_flag" ||
19131 test ! -s conftest.err
19132 } && test -s conftest.$ac_objext; then
19133 ac_cv_member_struct_ff_effect_direction=yes
19134 else
19135 echo "$as_me: failed program was:" >&5
19136 sed 's/^/| /' conftest.$ac_ext >&5
19138 cat >conftest.$ac_ext <<_ACEOF
19139 /* confdefs.h. */
19140 _ACEOF
19141 cat confdefs.h >>conftest.$ac_ext
19142 cat >>conftest.$ac_ext <<_ACEOF
19143 /* end confdefs.h. */
19144 #ifdef HAVE_LINUX_INPUT_H
19145 #include <linux/input.h>
19146 #endif
19149 main ()
19151 static struct ff_effect ac_aggr;
19152 if (sizeof ac_aggr.direction)
19153 return 0;
19155 return 0;
19157 _ACEOF
19158 rm -f conftest.$ac_objext
19159 if { (ac_try="$ac_compile"
19160 case "(($ac_try" in
19161 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19162 *) ac_try_echo=$ac_try;;
19163 esac
19164 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19165 (eval "$ac_compile") 2>conftest.er1
19166 ac_status=$?
19167 grep -v '^ *+' conftest.er1 >conftest.err
19168 rm -f conftest.er1
19169 cat conftest.err >&5
19170 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19171 (exit $ac_status); } && {
19172 test -z "$ac_c_werror_flag" ||
19173 test ! -s conftest.err
19174 } && test -s conftest.$ac_objext; then
19175 ac_cv_member_struct_ff_effect_direction=yes
19176 else
19177 echo "$as_me: failed program was:" >&5
19178 sed 's/^/| /' conftest.$ac_ext >&5
19180 ac_cv_member_struct_ff_effect_direction=no
19183 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19186 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19188 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_ff_effect_direction" >&5
19189 echo "${ECHO_T}$ac_cv_member_struct_ff_effect_direction" >&6; }
19190 if test $ac_cv_member_struct_ff_effect_direction = yes; then
19192 cat >>confdefs.h <<_ACEOF
19193 #define HAVE_STRUCT_FF_EFFECT_DIRECTION 1
19194 _ACEOF
19200 { echo "$as_me:$LINENO: checking for sigaddset" >&5
19201 echo $ECHO_N "checking for sigaddset... $ECHO_C" >&6; }
19202 if test "${wine_cv_have_sigaddset+set}" = set; then
19203 echo $ECHO_N "(cached) $ECHO_C" >&6
19204 else
19205 cat >conftest.$ac_ext <<_ACEOF
19206 /* confdefs.h. */
19207 _ACEOF
19208 cat confdefs.h >>conftest.$ac_ext
19209 cat >>conftest.$ac_ext <<_ACEOF
19210 /* end confdefs.h. */
19211 #include <signal.h>
19213 main ()
19215 sigset_t set; sigaddset(&set,SIGTERM);
19217 return 0;
19219 _ACEOF
19220 rm -f conftest.$ac_objext conftest$ac_exeext
19221 if { (ac_try="$ac_link"
19222 case "(($ac_try" in
19223 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19224 *) ac_try_echo=$ac_try;;
19225 esac
19226 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19227 (eval "$ac_link") 2>conftest.er1
19228 ac_status=$?
19229 grep -v '^ *+' conftest.er1 >conftest.err
19230 rm -f conftest.er1
19231 cat conftest.err >&5
19232 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19233 (exit $ac_status); } && {
19234 test -z "$ac_c_werror_flag" ||
19235 test ! -s conftest.err
19236 } && test -s conftest$ac_exeext &&
19237 $as_test_x conftest$ac_exeext; then
19238 wine_cv_have_sigaddset=yes
19239 else
19240 echo "$as_me: failed program was:" >&5
19241 sed 's/^/| /' conftest.$ac_ext >&5
19243 wine_cv_have_sigaddset=no
19246 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
19247 conftest$ac_exeext conftest.$ac_ext
19249 { echo "$as_me:$LINENO: result: $wine_cv_have_sigaddset" >&5
19250 echo "${ECHO_T}$wine_cv_have_sigaddset" >&6; }
19251 if test "$wine_cv_have_sigaddset" = "yes"
19252 then
19254 cat >>confdefs.h <<\_ACEOF
19255 #define HAVE_SIGADDSET 1
19256 _ACEOF
19261 { echo "$as_me:$LINENO: checking whether we can use re-entrant gethostbyname_r Linux style" >&5
19262 echo $ECHO_N "checking whether we can use re-entrant gethostbyname_r Linux style... $ECHO_C" >&6; }
19263 if test "${wine_cv_linux_gethostbyname_r_6+set}" = set; then
19264 echo $ECHO_N "(cached) $ECHO_C" >&6
19265 else
19266 cat >conftest.$ac_ext <<_ACEOF
19267 /* confdefs.h. */
19268 _ACEOF
19269 cat confdefs.h >>conftest.$ac_ext
19270 cat >>conftest.$ac_ext <<_ACEOF
19271 /* end confdefs.h. */
19272 #include <netdb.h>
19274 main ()
19277 char *name=0;
19278 struct hostent he;
19279 struct hostent *result;
19280 char *buf=0;
19281 int bufsize=0;
19282 int res,errnr;
19283 char *addr=0;
19284 int addrlen=0;
19285 int addrtype=0;
19286 res=gethostbyname_r(name,&he,buf,bufsize,&result,&errnr);
19287 res=gethostbyaddr_r(addr, addrlen, addrtype,&he,buf,bufsize,&result,&errnr);
19290 return 0;
19292 _ACEOF
19293 rm -f conftest.$ac_objext conftest$ac_exeext
19294 if { (ac_try="$ac_link"
19295 case "(($ac_try" in
19296 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19297 *) ac_try_echo=$ac_try;;
19298 esac
19299 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19300 (eval "$ac_link") 2>conftest.er1
19301 ac_status=$?
19302 grep -v '^ *+' conftest.er1 >conftest.err
19303 rm -f conftest.er1
19304 cat conftest.err >&5
19305 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19306 (exit $ac_status); } && {
19307 test -z "$ac_c_werror_flag" ||
19308 test ! -s conftest.err
19309 } && test -s conftest$ac_exeext &&
19310 $as_test_x conftest$ac_exeext; then
19311 wine_cv_linux_gethostbyname_r_6=yes
19312 else
19313 echo "$as_me: failed program was:" >&5
19314 sed 's/^/| /' conftest.$ac_ext >&5
19316 wine_cv_linux_gethostbyname_r_6=no
19320 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
19321 conftest$ac_exeext conftest.$ac_ext
19324 { echo "$as_me:$LINENO: result: $wine_cv_linux_gethostbyname_r_6" >&5
19325 echo "${ECHO_T}$wine_cv_linux_gethostbyname_r_6" >&6; }
19326 if test "$wine_cv_linux_gethostbyname_r_6" = "yes"
19327 then
19329 cat >>confdefs.h <<\_ACEOF
19330 #define HAVE_LINUX_GETHOSTBYNAME_R_6 1
19331 _ACEOF
19335 if test "$ac_cv_header_linux_joystick_h" = "yes"
19336 then
19337 { echo "$as_me:$LINENO: checking whether linux/joystick.h uses the Linux 2.2+ API" >&5
19338 echo $ECHO_N "checking whether linux/joystick.h uses the Linux 2.2+ API... $ECHO_C" >&6; }
19339 if test "${wine_cv_linux_joystick_22_api+set}" = set; then
19340 echo $ECHO_N "(cached) $ECHO_C" >&6
19341 else
19342 cat >conftest.$ac_ext <<_ACEOF
19343 /* confdefs.h. */
19344 _ACEOF
19345 cat confdefs.h >>conftest.$ac_ext
19346 cat >>conftest.$ac_ext <<_ACEOF
19347 /* end confdefs.h. */
19349 #include <sys/ioctl.h>
19350 #include <sys/types.h>
19351 #include <linux/joystick.h>
19353 struct js_event blub;
19354 #if !defined(JS_EVENT_AXIS) || !defined(JS_EVENT_BUTTON)
19355 #error "no 2.2 header"
19356 #endif
19359 main ()
19361 /*empty*/
19363 return 0;
19365 _ACEOF
19366 rm -f conftest.$ac_objext
19367 if { (ac_try="$ac_compile"
19368 case "(($ac_try" in
19369 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19370 *) ac_try_echo=$ac_try;;
19371 esac
19372 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19373 (eval "$ac_compile") 2>conftest.er1
19374 ac_status=$?
19375 grep -v '^ *+' conftest.er1 >conftest.err
19376 rm -f conftest.er1
19377 cat conftest.err >&5
19378 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19379 (exit $ac_status); } && {
19380 test -z "$ac_c_werror_flag" ||
19381 test ! -s conftest.err
19382 } && test -s conftest.$ac_objext; then
19383 wine_cv_linux_joystick_22_api=yes
19384 else
19385 echo "$as_me: failed program was:" >&5
19386 sed 's/^/| /' conftest.$ac_ext >&5
19388 wine_cv_linux_joystick_22_api=no
19391 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19394 { echo "$as_me:$LINENO: result: $wine_cv_linux_joystick_22_api" >&5
19395 echo "${ECHO_T}$wine_cv_linux_joystick_22_api" >&6; }
19396 if test "$wine_cv_linux_joystick_22_api" = "yes"
19397 then
19399 cat >>confdefs.h <<\_ACEOF
19400 #define HAVE_LINUX_22_JOYSTICK_API 1
19401 _ACEOF
19407 { echo "$as_me:$LINENO: checking for struct statfs.f_bfree" >&5
19408 echo $ECHO_N "checking for struct statfs.f_bfree... $ECHO_C" >&6; }
19409 if test "${ac_cv_member_struct_statfs_f_bfree+set}" = set; then
19410 echo $ECHO_N "(cached) $ECHO_C" >&6
19411 else
19412 cat >conftest.$ac_ext <<_ACEOF
19413 /* confdefs.h. */
19414 _ACEOF
19415 cat confdefs.h >>conftest.$ac_ext
19416 cat >>conftest.$ac_ext <<_ACEOF
19417 /* end confdefs.h. */
19418 #include <sys/types.h>
19419 #ifdef HAVE_SYS_PARAM_H
19420 # include <sys/param.h>
19421 #endif
19422 #ifdef HAVE_SYS_MOUNT_H
19423 # include <sys/mount.h>
19424 #endif
19425 #ifdef HAVE_SYS_VFS_H
19426 # include <sys/vfs.h>
19427 #endif
19428 #ifdef HAVE_SYS_STATFS_H
19429 # include <sys/statfs.h>
19430 #endif
19433 main ()
19435 static struct statfs ac_aggr;
19436 if (ac_aggr.f_bfree)
19437 return 0;
19439 return 0;
19441 _ACEOF
19442 rm -f conftest.$ac_objext
19443 if { (ac_try="$ac_compile"
19444 case "(($ac_try" in
19445 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19446 *) ac_try_echo=$ac_try;;
19447 esac
19448 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19449 (eval "$ac_compile") 2>conftest.er1
19450 ac_status=$?
19451 grep -v '^ *+' conftest.er1 >conftest.err
19452 rm -f conftest.er1
19453 cat conftest.err >&5
19454 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19455 (exit $ac_status); } && {
19456 test -z "$ac_c_werror_flag" ||
19457 test ! -s conftest.err
19458 } && test -s conftest.$ac_objext; then
19459 ac_cv_member_struct_statfs_f_bfree=yes
19460 else
19461 echo "$as_me: failed program was:" >&5
19462 sed 's/^/| /' conftest.$ac_ext >&5
19464 cat >conftest.$ac_ext <<_ACEOF
19465 /* confdefs.h. */
19466 _ACEOF
19467 cat confdefs.h >>conftest.$ac_ext
19468 cat >>conftest.$ac_ext <<_ACEOF
19469 /* end confdefs.h. */
19470 #include <sys/types.h>
19471 #ifdef HAVE_SYS_PARAM_H
19472 # include <sys/param.h>
19473 #endif
19474 #ifdef HAVE_SYS_MOUNT_H
19475 # include <sys/mount.h>
19476 #endif
19477 #ifdef HAVE_SYS_VFS_H
19478 # include <sys/vfs.h>
19479 #endif
19480 #ifdef HAVE_SYS_STATFS_H
19481 # include <sys/statfs.h>
19482 #endif
19485 main ()
19487 static struct statfs ac_aggr;
19488 if (sizeof ac_aggr.f_bfree)
19489 return 0;
19491 return 0;
19493 _ACEOF
19494 rm -f conftest.$ac_objext
19495 if { (ac_try="$ac_compile"
19496 case "(($ac_try" in
19497 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19498 *) ac_try_echo=$ac_try;;
19499 esac
19500 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19501 (eval "$ac_compile") 2>conftest.er1
19502 ac_status=$?
19503 grep -v '^ *+' conftest.er1 >conftest.err
19504 rm -f conftest.er1
19505 cat conftest.err >&5
19506 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19507 (exit $ac_status); } && {
19508 test -z "$ac_c_werror_flag" ||
19509 test ! -s conftest.err
19510 } && test -s conftest.$ac_objext; then
19511 ac_cv_member_struct_statfs_f_bfree=yes
19512 else
19513 echo "$as_me: failed program was:" >&5
19514 sed 's/^/| /' conftest.$ac_ext >&5
19516 ac_cv_member_struct_statfs_f_bfree=no
19519 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19522 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19524 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_statfs_f_bfree" >&5
19525 echo "${ECHO_T}$ac_cv_member_struct_statfs_f_bfree" >&6; }
19526 if test $ac_cv_member_struct_statfs_f_bfree = yes; then
19528 cat >>confdefs.h <<_ACEOF
19529 #define HAVE_STRUCT_STATFS_F_BFREE 1
19530 _ACEOF
19534 { echo "$as_me:$LINENO: checking for struct statfs.f_bavail" >&5
19535 echo $ECHO_N "checking for struct statfs.f_bavail... $ECHO_C" >&6; }
19536 if test "${ac_cv_member_struct_statfs_f_bavail+set}" = set; then
19537 echo $ECHO_N "(cached) $ECHO_C" >&6
19538 else
19539 cat >conftest.$ac_ext <<_ACEOF
19540 /* confdefs.h. */
19541 _ACEOF
19542 cat confdefs.h >>conftest.$ac_ext
19543 cat >>conftest.$ac_ext <<_ACEOF
19544 /* end confdefs.h. */
19545 #include <sys/types.h>
19546 #ifdef HAVE_SYS_PARAM_H
19547 # include <sys/param.h>
19548 #endif
19549 #ifdef HAVE_SYS_MOUNT_H
19550 # include <sys/mount.h>
19551 #endif
19552 #ifdef HAVE_SYS_VFS_H
19553 # include <sys/vfs.h>
19554 #endif
19555 #ifdef HAVE_SYS_STATFS_H
19556 # include <sys/statfs.h>
19557 #endif
19560 main ()
19562 static struct statfs ac_aggr;
19563 if (ac_aggr.f_bavail)
19564 return 0;
19566 return 0;
19568 _ACEOF
19569 rm -f conftest.$ac_objext
19570 if { (ac_try="$ac_compile"
19571 case "(($ac_try" in
19572 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19573 *) ac_try_echo=$ac_try;;
19574 esac
19575 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19576 (eval "$ac_compile") 2>conftest.er1
19577 ac_status=$?
19578 grep -v '^ *+' conftest.er1 >conftest.err
19579 rm -f conftest.er1
19580 cat conftest.err >&5
19581 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19582 (exit $ac_status); } && {
19583 test -z "$ac_c_werror_flag" ||
19584 test ! -s conftest.err
19585 } && test -s conftest.$ac_objext; then
19586 ac_cv_member_struct_statfs_f_bavail=yes
19587 else
19588 echo "$as_me: failed program was:" >&5
19589 sed 's/^/| /' conftest.$ac_ext >&5
19591 cat >conftest.$ac_ext <<_ACEOF
19592 /* confdefs.h. */
19593 _ACEOF
19594 cat confdefs.h >>conftest.$ac_ext
19595 cat >>conftest.$ac_ext <<_ACEOF
19596 /* end confdefs.h. */
19597 #include <sys/types.h>
19598 #ifdef HAVE_SYS_PARAM_H
19599 # include <sys/param.h>
19600 #endif
19601 #ifdef HAVE_SYS_MOUNT_H
19602 # include <sys/mount.h>
19603 #endif
19604 #ifdef HAVE_SYS_VFS_H
19605 # include <sys/vfs.h>
19606 #endif
19607 #ifdef HAVE_SYS_STATFS_H
19608 # include <sys/statfs.h>
19609 #endif
19612 main ()
19614 static struct statfs ac_aggr;
19615 if (sizeof ac_aggr.f_bavail)
19616 return 0;
19618 return 0;
19620 _ACEOF
19621 rm -f conftest.$ac_objext
19622 if { (ac_try="$ac_compile"
19623 case "(($ac_try" in
19624 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19625 *) ac_try_echo=$ac_try;;
19626 esac
19627 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19628 (eval "$ac_compile") 2>conftest.er1
19629 ac_status=$?
19630 grep -v '^ *+' conftest.er1 >conftest.err
19631 rm -f conftest.er1
19632 cat conftest.err >&5
19633 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19634 (exit $ac_status); } && {
19635 test -z "$ac_c_werror_flag" ||
19636 test ! -s conftest.err
19637 } && test -s conftest.$ac_objext; then
19638 ac_cv_member_struct_statfs_f_bavail=yes
19639 else
19640 echo "$as_me: failed program was:" >&5
19641 sed 's/^/| /' conftest.$ac_ext >&5
19643 ac_cv_member_struct_statfs_f_bavail=no
19646 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19649 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19651 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_statfs_f_bavail" >&5
19652 echo "${ECHO_T}$ac_cv_member_struct_statfs_f_bavail" >&6; }
19653 if test $ac_cv_member_struct_statfs_f_bavail = yes; then
19655 cat >>confdefs.h <<_ACEOF
19656 #define HAVE_STRUCT_STATFS_F_BAVAIL 1
19657 _ACEOF
19661 { echo "$as_me:$LINENO: checking for struct statfs.f_frsize" >&5
19662 echo $ECHO_N "checking for struct statfs.f_frsize... $ECHO_C" >&6; }
19663 if test "${ac_cv_member_struct_statfs_f_frsize+set}" = set; then
19664 echo $ECHO_N "(cached) $ECHO_C" >&6
19665 else
19666 cat >conftest.$ac_ext <<_ACEOF
19667 /* confdefs.h. */
19668 _ACEOF
19669 cat confdefs.h >>conftest.$ac_ext
19670 cat >>conftest.$ac_ext <<_ACEOF
19671 /* end confdefs.h. */
19672 #include <sys/types.h>
19673 #ifdef HAVE_SYS_PARAM_H
19674 # include <sys/param.h>
19675 #endif
19676 #ifdef HAVE_SYS_MOUNT_H
19677 # include <sys/mount.h>
19678 #endif
19679 #ifdef HAVE_SYS_VFS_H
19680 # include <sys/vfs.h>
19681 #endif
19682 #ifdef HAVE_SYS_STATFS_H
19683 # include <sys/statfs.h>
19684 #endif
19687 main ()
19689 static struct statfs ac_aggr;
19690 if (ac_aggr.f_frsize)
19691 return 0;
19693 return 0;
19695 _ACEOF
19696 rm -f conftest.$ac_objext
19697 if { (ac_try="$ac_compile"
19698 case "(($ac_try" in
19699 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19700 *) ac_try_echo=$ac_try;;
19701 esac
19702 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19703 (eval "$ac_compile") 2>conftest.er1
19704 ac_status=$?
19705 grep -v '^ *+' conftest.er1 >conftest.err
19706 rm -f conftest.er1
19707 cat conftest.err >&5
19708 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19709 (exit $ac_status); } && {
19710 test -z "$ac_c_werror_flag" ||
19711 test ! -s conftest.err
19712 } && test -s conftest.$ac_objext; then
19713 ac_cv_member_struct_statfs_f_frsize=yes
19714 else
19715 echo "$as_me: failed program was:" >&5
19716 sed 's/^/| /' conftest.$ac_ext >&5
19718 cat >conftest.$ac_ext <<_ACEOF
19719 /* confdefs.h. */
19720 _ACEOF
19721 cat confdefs.h >>conftest.$ac_ext
19722 cat >>conftest.$ac_ext <<_ACEOF
19723 /* end confdefs.h. */
19724 #include <sys/types.h>
19725 #ifdef HAVE_SYS_PARAM_H
19726 # include <sys/param.h>
19727 #endif
19728 #ifdef HAVE_SYS_MOUNT_H
19729 # include <sys/mount.h>
19730 #endif
19731 #ifdef HAVE_SYS_VFS_H
19732 # include <sys/vfs.h>
19733 #endif
19734 #ifdef HAVE_SYS_STATFS_H
19735 # include <sys/statfs.h>
19736 #endif
19739 main ()
19741 static struct statfs ac_aggr;
19742 if (sizeof ac_aggr.f_frsize)
19743 return 0;
19745 return 0;
19747 _ACEOF
19748 rm -f conftest.$ac_objext
19749 if { (ac_try="$ac_compile"
19750 case "(($ac_try" in
19751 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19752 *) ac_try_echo=$ac_try;;
19753 esac
19754 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19755 (eval "$ac_compile") 2>conftest.er1
19756 ac_status=$?
19757 grep -v '^ *+' conftest.er1 >conftest.err
19758 rm -f conftest.er1
19759 cat conftest.err >&5
19760 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19761 (exit $ac_status); } && {
19762 test -z "$ac_c_werror_flag" ||
19763 test ! -s conftest.err
19764 } && test -s conftest.$ac_objext; then
19765 ac_cv_member_struct_statfs_f_frsize=yes
19766 else
19767 echo "$as_me: failed program was:" >&5
19768 sed 's/^/| /' conftest.$ac_ext >&5
19770 ac_cv_member_struct_statfs_f_frsize=no
19773 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19776 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19778 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_statfs_f_frsize" >&5
19779 echo "${ECHO_T}$ac_cv_member_struct_statfs_f_frsize" >&6; }
19780 if test $ac_cv_member_struct_statfs_f_frsize = yes; then
19782 cat >>confdefs.h <<_ACEOF
19783 #define HAVE_STRUCT_STATFS_F_FRSIZE 1
19784 _ACEOF
19788 { echo "$as_me:$LINENO: checking for struct statfs.f_ffree" >&5
19789 echo $ECHO_N "checking for struct statfs.f_ffree... $ECHO_C" >&6; }
19790 if test "${ac_cv_member_struct_statfs_f_ffree+set}" = set; then
19791 echo $ECHO_N "(cached) $ECHO_C" >&6
19792 else
19793 cat >conftest.$ac_ext <<_ACEOF
19794 /* confdefs.h. */
19795 _ACEOF
19796 cat confdefs.h >>conftest.$ac_ext
19797 cat >>conftest.$ac_ext <<_ACEOF
19798 /* end confdefs.h. */
19799 #include <sys/types.h>
19800 #ifdef HAVE_SYS_PARAM_H
19801 # include <sys/param.h>
19802 #endif
19803 #ifdef HAVE_SYS_MOUNT_H
19804 # include <sys/mount.h>
19805 #endif
19806 #ifdef HAVE_SYS_VFS_H
19807 # include <sys/vfs.h>
19808 #endif
19809 #ifdef HAVE_SYS_STATFS_H
19810 # include <sys/statfs.h>
19811 #endif
19814 main ()
19816 static struct statfs ac_aggr;
19817 if (ac_aggr.f_ffree)
19818 return 0;
19820 return 0;
19822 _ACEOF
19823 rm -f conftest.$ac_objext
19824 if { (ac_try="$ac_compile"
19825 case "(($ac_try" in
19826 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19827 *) ac_try_echo=$ac_try;;
19828 esac
19829 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19830 (eval "$ac_compile") 2>conftest.er1
19831 ac_status=$?
19832 grep -v '^ *+' conftest.er1 >conftest.err
19833 rm -f conftest.er1
19834 cat conftest.err >&5
19835 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19836 (exit $ac_status); } && {
19837 test -z "$ac_c_werror_flag" ||
19838 test ! -s conftest.err
19839 } && test -s conftest.$ac_objext; then
19840 ac_cv_member_struct_statfs_f_ffree=yes
19841 else
19842 echo "$as_me: failed program was:" >&5
19843 sed 's/^/| /' conftest.$ac_ext >&5
19845 cat >conftest.$ac_ext <<_ACEOF
19846 /* confdefs.h. */
19847 _ACEOF
19848 cat confdefs.h >>conftest.$ac_ext
19849 cat >>conftest.$ac_ext <<_ACEOF
19850 /* end confdefs.h. */
19851 #include <sys/types.h>
19852 #ifdef HAVE_SYS_PARAM_H
19853 # include <sys/param.h>
19854 #endif
19855 #ifdef HAVE_SYS_MOUNT_H
19856 # include <sys/mount.h>
19857 #endif
19858 #ifdef HAVE_SYS_VFS_H
19859 # include <sys/vfs.h>
19860 #endif
19861 #ifdef HAVE_SYS_STATFS_H
19862 # include <sys/statfs.h>
19863 #endif
19866 main ()
19868 static struct statfs ac_aggr;
19869 if (sizeof ac_aggr.f_ffree)
19870 return 0;
19872 return 0;
19874 _ACEOF
19875 rm -f conftest.$ac_objext
19876 if { (ac_try="$ac_compile"
19877 case "(($ac_try" in
19878 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19879 *) ac_try_echo=$ac_try;;
19880 esac
19881 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19882 (eval "$ac_compile") 2>conftest.er1
19883 ac_status=$?
19884 grep -v '^ *+' conftest.er1 >conftest.err
19885 rm -f conftest.er1
19886 cat conftest.err >&5
19887 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19888 (exit $ac_status); } && {
19889 test -z "$ac_c_werror_flag" ||
19890 test ! -s conftest.err
19891 } && test -s conftest.$ac_objext; then
19892 ac_cv_member_struct_statfs_f_ffree=yes
19893 else
19894 echo "$as_me: failed program was:" >&5
19895 sed 's/^/| /' conftest.$ac_ext >&5
19897 ac_cv_member_struct_statfs_f_ffree=no
19900 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19903 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19905 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_statfs_f_ffree" >&5
19906 echo "${ECHO_T}$ac_cv_member_struct_statfs_f_ffree" >&6; }
19907 if test $ac_cv_member_struct_statfs_f_ffree = yes; then
19909 cat >>confdefs.h <<_ACEOF
19910 #define HAVE_STRUCT_STATFS_F_FFREE 1
19911 _ACEOF
19915 { echo "$as_me:$LINENO: checking for struct statfs.f_favail" >&5
19916 echo $ECHO_N "checking for struct statfs.f_favail... $ECHO_C" >&6; }
19917 if test "${ac_cv_member_struct_statfs_f_favail+set}" = set; then
19918 echo $ECHO_N "(cached) $ECHO_C" >&6
19919 else
19920 cat >conftest.$ac_ext <<_ACEOF
19921 /* confdefs.h. */
19922 _ACEOF
19923 cat confdefs.h >>conftest.$ac_ext
19924 cat >>conftest.$ac_ext <<_ACEOF
19925 /* end confdefs.h. */
19926 #include <sys/types.h>
19927 #ifdef HAVE_SYS_PARAM_H
19928 # include <sys/param.h>
19929 #endif
19930 #ifdef HAVE_SYS_MOUNT_H
19931 # include <sys/mount.h>
19932 #endif
19933 #ifdef HAVE_SYS_VFS_H
19934 # include <sys/vfs.h>
19935 #endif
19936 #ifdef HAVE_SYS_STATFS_H
19937 # include <sys/statfs.h>
19938 #endif
19941 main ()
19943 static struct statfs ac_aggr;
19944 if (ac_aggr.f_favail)
19945 return 0;
19947 return 0;
19949 _ACEOF
19950 rm -f conftest.$ac_objext
19951 if { (ac_try="$ac_compile"
19952 case "(($ac_try" in
19953 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19954 *) ac_try_echo=$ac_try;;
19955 esac
19956 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19957 (eval "$ac_compile") 2>conftest.er1
19958 ac_status=$?
19959 grep -v '^ *+' conftest.er1 >conftest.err
19960 rm -f conftest.er1
19961 cat conftest.err >&5
19962 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19963 (exit $ac_status); } && {
19964 test -z "$ac_c_werror_flag" ||
19965 test ! -s conftest.err
19966 } && test -s conftest.$ac_objext; then
19967 ac_cv_member_struct_statfs_f_favail=yes
19968 else
19969 echo "$as_me: failed program was:" >&5
19970 sed 's/^/| /' conftest.$ac_ext >&5
19972 cat >conftest.$ac_ext <<_ACEOF
19973 /* confdefs.h. */
19974 _ACEOF
19975 cat confdefs.h >>conftest.$ac_ext
19976 cat >>conftest.$ac_ext <<_ACEOF
19977 /* end confdefs.h. */
19978 #include <sys/types.h>
19979 #ifdef HAVE_SYS_PARAM_H
19980 # include <sys/param.h>
19981 #endif
19982 #ifdef HAVE_SYS_MOUNT_H
19983 # include <sys/mount.h>
19984 #endif
19985 #ifdef HAVE_SYS_VFS_H
19986 # include <sys/vfs.h>
19987 #endif
19988 #ifdef HAVE_SYS_STATFS_H
19989 # include <sys/statfs.h>
19990 #endif
19993 main ()
19995 static struct statfs ac_aggr;
19996 if (sizeof ac_aggr.f_favail)
19997 return 0;
19999 return 0;
20001 _ACEOF
20002 rm -f conftest.$ac_objext
20003 if { (ac_try="$ac_compile"
20004 case "(($ac_try" in
20005 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20006 *) ac_try_echo=$ac_try;;
20007 esac
20008 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20009 (eval "$ac_compile") 2>conftest.er1
20010 ac_status=$?
20011 grep -v '^ *+' conftest.er1 >conftest.err
20012 rm -f conftest.er1
20013 cat conftest.err >&5
20014 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20015 (exit $ac_status); } && {
20016 test -z "$ac_c_werror_flag" ||
20017 test ! -s conftest.err
20018 } && test -s conftest.$ac_objext; then
20019 ac_cv_member_struct_statfs_f_favail=yes
20020 else
20021 echo "$as_me: failed program was:" >&5
20022 sed 's/^/| /' conftest.$ac_ext >&5
20024 ac_cv_member_struct_statfs_f_favail=no
20027 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20030 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20032 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_statfs_f_favail" >&5
20033 echo "${ECHO_T}$ac_cv_member_struct_statfs_f_favail" >&6; }
20034 if test $ac_cv_member_struct_statfs_f_favail = yes; then
20036 cat >>confdefs.h <<_ACEOF
20037 #define HAVE_STRUCT_STATFS_F_FAVAIL 1
20038 _ACEOF
20042 { echo "$as_me:$LINENO: checking for struct statfs.f_namelen" >&5
20043 echo $ECHO_N "checking for struct statfs.f_namelen... $ECHO_C" >&6; }
20044 if test "${ac_cv_member_struct_statfs_f_namelen+set}" = set; then
20045 echo $ECHO_N "(cached) $ECHO_C" >&6
20046 else
20047 cat >conftest.$ac_ext <<_ACEOF
20048 /* confdefs.h. */
20049 _ACEOF
20050 cat confdefs.h >>conftest.$ac_ext
20051 cat >>conftest.$ac_ext <<_ACEOF
20052 /* end confdefs.h. */
20053 #include <sys/types.h>
20054 #ifdef HAVE_SYS_PARAM_H
20055 # include <sys/param.h>
20056 #endif
20057 #ifdef HAVE_SYS_MOUNT_H
20058 # include <sys/mount.h>
20059 #endif
20060 #ifdef HAVE_SYS_VFS_H
20061 # include <sys/vfs.h>
20062 #endif
20063 #ifdef HAVE_SYS_STATFS_H
20064 # include <sys/statfs.h>
20065 #endif
20068 main ()
20070 static struct statfs ac_aggr;
20071 if (ac_aggr.f_namelen)
20072 return 0;
20074 return 0;
20076 _ACEOF
20077 rm -f conftest.$ac_objext
20078 if { (ac_try="$ac_compile"
20079 case "(($ac_try" in
20080 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20081 *) ac_try_echo=$ac_try;;
20082 esac
20083 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20084 (eval "$ac_compile") 2>conftest.er1
20085 ac_status=$?
20086 grep -v '^ *+' conftest.er1 >conftest.err
20087 rm -f conftest.er1
20088 cat conftest.err >&5
20089 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20090 (exit $ac_status); } && {
20091 test -z "$ac_c_werror_flag" ||
20092 test ! -s conftest.err
20093 } && test -s conftest.$ac_objext; then
20094 ac_cv_member_struct_statfs_f_namelen=yes
20095 else
20096 echo "$as_me: failed program was:" >&5
20097 sed 's/^/| /' conftest.$ac_ext >&5
20099 cat >conftest.$ac_ext <<_ACEOF
20100 /* confdefs.h. */
20101 _ACEOF
20102 cat confdefs.h >>conftest.$ac_ext
20103 cat >>conftest.$ac_ext <<_ACEOF
20104 /* end confdefs.h. */
20105 #include <sys/types.h>
20106 #ifdef HAVE_SYS_PARAM_H
20107 # include <sys/param.h>
20108 #endif
20109 #ifdef HAVE_SYS_MOUNT_H
20110 # include <sys/mount.h>
20111 #endif
20112 #ifdef HAVE_SYS_VFS_H
20113 # include <sys/vfs.h>
20114 #endif
20115 #ifdef HAVE_SYS_STATFS_H
20116 # include <sys/statfs.h>
20117 #endif
20120 main ()
20122 static struct statfs ac_aggr;
20123 if (sizeof ac_aggr.f_namelen)
20124 return 0;
20126 return 0;
20128 _ACEOF
20129 rm -f conftest.$ac_objext
20130 if { (ac_try="$ac_compile"
20131 case "(($ac_try" in
20132 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20133 *) ac_try_echo=$ac_try;;
20134 esac
20135 eval "echo \"\$as_me:$LINENO: $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 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 ac_cv_member_struct_statfs_f_namelen=yes
20147 else
20148 echo "$as_me: failed program was:" >&5
20149 sed 's/^/| /' conftest.$ac_ext >&5
20151 ac_cv_member_struct_statfs_f_namelen=no
20154 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20157 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20159 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_statfs_f_namelen" >&5
20160 echo "${ECHO_T}$ac_cv_member_struct_statfs_f_namelen" >&6; }
20161 if test $ac_cv_member_struct_statfs_f_namelen = yes; then
20163 cat >>confdefs.h <<_ACEOF
20164 #define HAVE_STRUCT_STATFS_F_NAMELEN 1
20165 _ACEOF
20171 { echo "$as_me:$LINENO: checking for struct statvfs.f_blocks" >&5
20172 echo $ECHO_N "checking for struct statvfs.f_blocks... $ECHO_C" >&6; }
20173 if test "${ac_cv_member_struct_statvfs_f_blocks+set}" = set; then
20174 echo $ECHO_N "(cached) $ECHO_C" >&6
20175 else
20176 cat >conftest.$ac_ext <<_ACEOF
20177 /* confdefs.h. */
20178 _ACEOF
20179 cat confdefs.h >>conftest.$ac_ext
20180 cat >>conftest.$ac_ext <<_ACEOF
20181 /* end confdefs.h. */
20182 #ifdef HAVE_SYS_STATVFS_H
20183 #include <sys/statvfs.h>
20184 #endif
20187 main ()
20189 static struct statvfs ac_aggr;
20190 if (ac_aggr.f_blocks)
20191 return 0;
20193 return 0;
20195 _ACEOF
20196 rm -f conftest.$ac_objext
20197 if { (ac_try="$ac_compile"
20198 case "(($ac_try" in
20199 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20200 *) ac_try_echo=$ac_try;;
20201 esac
20202 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20203 (eval "$ac_compile") 2>conftest.er1
20204 ac_status=$?
20205 grep -v '^ *+' conftest.er1 >conftest.err
20206 rm -f conftest.er1
20207 cat conftest.err >&5
20208 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20209 (exit $ac_status); } && {
20210 test -z "$ac_c_werror_flag" ||
20211 test ! -s conftest.err
20212 } && test -s conftest.$ac_objext; then
20213 ac_cv_member_struct_statvfs_f_blocks=yes
20214 else
20215 echo "$as_me: failed program was:" >&5
20216 sed 's/^/| /' conftest.$ac_ext >&5
20218 cat >conftest.$ac_ext <<_ACEOF
20219 /* confdefs.h. */
20220 _ACEOF
20221 cat confdefs.h >>conftest.$ac_ext
20222 cat >>conftest.$ac_ext <<_ACEOF
20223 /* end confdefs.h. */
20224 #ifdef HAVE_SYS_STATVFS_H
20225 #include <sys/statvfs.h>
20226 #endif
20229 main ()
20231 static struct statvfs ac_aggr;
20232 if (sizeof ac_aggr.f_blocks)
20233 return 0;
20235 return 0;
20237 _ACEOF
20238 rm -f conftest.$ac_objext
20239 if { (ac_try="$ac_compile"
20240 case "(($ac_try" in
20241 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20242 *) ac_try_echo=$ac_try;;
20243 esac
20244 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20245 (eval "$ac_compile") 2>conftest.er1
20246 ac_status=$?
20247 grep -v '^ *+' conftest.er1 >conftest.err
20248 rm -f conftest.er1
20249 cat conftest.err >&5
20250 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20251 (exit $ac_status); } && {
20252 test -z "$ac_c_werror_flag" ||
20253 test ! -s conftest.err
20254 } && test -s conftest.$ac_objext; then
20255 ac_cv_member_struct_statvfs_f_blocks=yes
20256 else
20257 echo "$as_me: failed program was:" >&5
20258 sed 's/^/| /' conftest.$ac_ext >&5
20260 ac_cv_member_struct_statvfs_f_blocks=no
20263 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20266 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20268 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_statvfs_f_blocks" >&5
20269 echo "${ECHO_T}$ac_cv_member_struct_statvfs_f_blocks" >&6; }
20270 if test $ac_cv_member_struct_statvfs_f_blocks = yes; then
20272 cat >>confdefs.h <<_ACEOF
20273 #define HAVE_STRUCT_STATVFS_F_BLOCKS 1
20274 _ACEOF
20280 { echo "$as_me:$LINENO: checking for struct msghdr.msg_accrights" >&5
20281 echo $ECHO_N "checking for struct msghdr.msg_accrights... $ECHO_C" >&6; }
20282 if test "${ac_cv_member_struct_msghdr_msg_accrights+set}" = set; then
20283 echo $ECHO_N "(cached) $ECHO_C" >&6
20284 else
20285 cat >conftest.$ac_ext <<_ACEOF
20286 /* confdefs.h. */
20287 _ACEOF
20288 cat confdefs.h >>conftest.$ac_ext
20289 cat >>conftest.$ac_ext <<_ACEOF
20290 /* end confdefs.h. */
20291 #include <sys/types.h>
20292 #ifdef HAVE_SYS_SOCKET_H
20293 # include <sys/socket.h>
20294 #endif
20295 #ifdef HAVE_SYS_UN_H
20296 # include <sys/un.h>
20297 #endif
20300 main ()
20302 static struct msghdr ac_aggr;
20303 if (ac_aggr.msg_accrights)
20304 return 0;
20306 return 0;
20308 _ACEOF
20309 rm -f conftest.$ac_objext
20310 if { (ac_try="$ac_compile"
20311 case "(($ac_try" in
20312 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20313 *) ac_try_echo=$ac_try;;
20314 esac
20315 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20316 (eval "$ac_compile") 2>conftest.er1
20317 ac_status=$?
20318 grep -v '^ *+' conftest.er1 >conftest.err
20319 rm -f conftest.er1
20320 cat conftest.err >&5
20321 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20322 (exit $ac_status); } && {
20323 test -z "$ac_c_werror_flag" ||
20324 test ! -s conftest.err
20325 } && test -s conftest.$ac_objext; then
20326 ac_cv_member_struct_msghdr_msg_accrights=yes
20327 else
20328 echo "$as_me: failed program was:" >&5
20329 sed 's/^/| /' conftest.$ac_ext >&5
20331 cat >conftest.$ac_ext <<_ACEOF
20332 /* confdefs.h. */
20333 _ACEOF
20334 cat confdefs.h >>conftest.$ac_ext
20335 cat >>conftest.$ac_ext <<_ACEOF
20336 /* end confdefs.h. */
20337 #include <sys/types.h>
20338 #ifdef HAVE_SYS_SOCKET_H
20339 # include <sys/socket.h>
20340 #endif
20341 #ifdef HAVE_SYS_UN_H
20342 # include <sys/un.h>
20343 #endif
20346 main ()
20348 static struct msghdr ac_aggr;
20349 if (sizeof ac_aggr.msg_accrights)
20350 return 0;
20352 return 0;
20354 _ACEOF
20355 rm -f conftest.$ac_objext
20356 if { (ac_try="$ac_compile"
20357 case "(($ac_try" in
20358 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20359 *) ac_try_echo=$ac_try;;
20360 esac
20361 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20362 (eval "$ac_compile") 2>conftest.er1
20363 ac_status=$?
20364 grep -v '^ *+' conftest.er1 >conftest.err
20365 rm -f conftest.er1
20366 cat conftest.err >&5
20367 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20368 (exit $ac_status); } && {
20369 test -z "$ac_c_werror_flag" ||
20370 test ! -s conftest.err
20371 } && test -s conftest.$ac_objext; then
20372 ac_cv_member_struct_msghdr_msg_accrights=yes
20373 else
20374 echo "$as_me: failed program was:" >&5
20375 sed 's/^/| /' conftest.$ac_ext >&5
20377 ac_cv_member_struct_msghdr_msg_accrights=no
20380 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20383 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20385 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_msghdr_msg_accrights" >&5
20386 echo "${ECHO_T}$ac_cv_member_struct_msghdr_msg_accrights" >&6; }
20387 if test $ac_cv_member_struct_msghdr_msg_accrights = yes; then
20389 cat >>confdefs.h <<_ACEOF
20390 #define HAVE_STRUCT_MSGHDR_MSG_ACCRIGHTS 1
20391 _ACEOF
20395 { echo "$as_me:$LINENO: checking for struct sockaddr.sa_len" >&5
20396 echo $ECHO_N "checking for struct sockaddr.sa_len... $ECHO_C" >&6; }
20397 if test "${ac_cv_member_struct_sockaddr_sa_len+set}" = set; then
20398 echo $ECHO_N "(cached) $ECHO_C" >&6
20399 else
20400 cat >conftest.$ac_ext <<_ACEOF
20401 /* confdefs.h. */
20402 _ACEOF
20403 cat confdefs.h >>conftest.$ac_ext
20404 cat >>conftest.$ac_ext <<_ACEOF
20405 /* end confdefs.h. */
20406 #include <sys/types.h>
20407 #ifdef HAVE_SYS_SOCKET_H
20408 # include <sys/socket.h>
20409 #endif
20410 #ifdef HAVE_SYS_UN_H
20411 # include <sys/un.h>
20412 #endif
20415 main ()
20417 static struct sockaddr ac_aggr;
20418 if (ac_aggr.sa_len)
20419 return 0;
20421 return 0;
20423 _ACEOF
20424 rm -f conftest.$ac_objext
20425 if { (ac_try="$ac_compile"
20426 case "(($ac_try" in
20427 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20428 *) ac_try_echo=$ac_try;;
20429 esac
20430 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20431 (eval "$ac_compile") 2>conftest.er1
20432 ac_status=$?
20433 grep -v '^ *+' conftest.er1 >conftest.err
20434 rm -f conftest.er1
20435 cat conftest.err >&5
20436 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20437 (exit $ac_status); } && {
20438 test -z "$ac_c_werror_flag" ||
20439 test ! -s conftest.err
20440 } && test -s conftest.$ac_objext; then
20441 ac_cv_member_struct_sockaddr_sa_len=yes
20442 else
20443 echo "$as_me: failed program was:" >&5
20444 sed 's/^/| /' conftest.$ac_ext >&5
20446 cat >conftest.$ac_ext <<_ACEOF
20447 /* confdefs.h. */
20448 _ACEOF
20449 cat confdefs.h >>conftest.$ac_ext
20450 cat >>conftest.$ac_ext <<_ACEOF
20451 /* end confdefs.h. */
20452 #include <sys/types.h>
20453 #ifdef HAVE_SYS_SOCKET_H
20454 # include <sys/socket.h>
20455 #endif
20456 #ifdef HAVE_SYS_UN_H
20457 # include <sys/un.h>
20458 #endif
20461 main ()
20463 static struct sockaddr ac_aggr;
20464 if (sizeof ac_aggr.sa_len)
20465 return 0;
20467 return 0;
20469 _ACEOF
20470 rm -f conftest.$ac_objext
20471 if { (ac_try="$ac_compile"
20472 case "(($ac_try" in
20473 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20474 *) ac_try_echo=$ac_try;;
20475 esac
20476 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20477 (eval "$ac_compile") 2>conftest.er1
20478 ac_status=$?
20479 grep -v '^ *+' conftest.er1 >conftest.err
20480 rm -f conftest.er1
20481 cat conftest.err >&5
20482 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20483 (exit $ac_status); } && {
20484 test -z "$ac_c_werror_flag" ||
20485 test ! -s conftest.err
20486 } && test -s conftest.$ac_objext; then
20487 ac_cv_member_struct_sockaddr_sa_len=yes
20488 else
20489 echo "$as_me: failed program was:" >&5
20490 sed 's/^/| /' conftest.$ac_ext >&5
20492 ac_cv_member_struct_sockaddr_sa_len=no
20495 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20498 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20500 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_sockaddr_sa_len" >&5
20501 echo "${ECHO_T}$ac_cv_member_struct_sockaddr_sa_len" >&6; }
20502 if test $ac_cv_member_struct_sockaddr_sa_len = yes; then
20504 cat >>confdefs.h <<_ACEOF
20505 #define HAVE_STRUCT_SOCKADDR_SA_LEN 1
20506 _ACEOF
20510 { echo "$as_me:$LINENO: checking for struct sockaddr_un.sun_len" >&5
20511 echo $ECHO_N "checking for struct sockaddr_un.sun_len... $ECHO_C" >&6; }
20512 if test "${ac_cv_member_struct_sockaddr_un_sun_len+set}" = set; then
20513 echo $ECHO_N "(cached) $ECHO_C" >&6
20514 else
20515 cat >conftest.$ac_ext <<_ACEOF
20516 /* confdefs.h. */
20517 _ACEOF
20518 cat confdefs.h >>conftest.$ac_ext
20519 cat >>conftest.$ac_ext <<_ACEOF
20520 /* end confdefs.h. */
20521 #include <sys/types.h>
20522 #ifdef HAVE_SYS_SOCKET_H
20523 # include <sys/socket.h>
20524 #endif
20525 #ifdef HAVE_SYS_UN_H
20526 # include <sys/un.h>
20527 #endif
20530 main ()
20532 static struct sockaddr_un ac_aggr;
20533 if (ac_aggr.sun_len)
20534 return 0;
20536 return 0;
20538 _ACEOF
20539 rm -f conftest.$ac_objext
20540 if { (ac_try="$ac_compile"
20541 case "(($ac_try" in
20542 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20543 *) ac_try_echo=$ac_try;;
20544 esac
20545 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20546 (eval "$ac_compile") 2>conftest.er1
20547 ac_status=$?
20548 grep -v '^ *+' conftest.er1 >conftest.err
20549 rm -f conftest.er1
20550 cat conftest.err >&5
20551 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20552 (exit $ac_status); } && {
20553 test -z "$ac_c_werror_flag" ||
20554 test ! -s conftest.err
20555 } && test -s conftest.$ac_objext; then
20556 ac_cv_member_struct_sockaddr_un_sun_len=yes
20557 else
20558 echo "$as_me: failed program was:" >&5
20559 sed 's/^/| /' conftest.$ac_ext >&5
20561 cat >conftest.$ac_ext <<_ACEOF
20562 /* confdefs.h. */
20563 _ACEOF
20564 cat confdefs.h >>conftest.$ac_ext
20565 cat >>conftest.$ac_ext <<_ACEOF
20566 /* end confdefs.h. */
20567 #include <sys/types.h>
20568 #ifdef HAVE_SYS_SOCKET_H
20569 # include <sys/socket.h>
20570 #endif
20571 #ifdef HAVE_SYS_UN_H
20572 # include <sys/un.h>
20573 #endif
20576 main ()
20578 static struct sockaddr_un ac_aggr;
20579 if (sizeof ac_aggr.sun_len)
20580 return 0;
20582 return 0;
20584 _ACEOF
20585 rm -f conftest.$ac_objext
20586 if { (ac_try="$ac_compile"
20587 case "(($ac_try" in
20588 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20589 *) ac_try_echo=$ac_try;;
20590 esac
20591 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20592 (eval "$ac_compile") 2>conftest.er1
20593 ac_status=$?
20594 grep -v '^ *+' conftest.er1 >conftest.err
20595 rm -f conftest.er1
20596 cat conftest.err >&5
20597 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20598 (exit $ac_status); } && {
20599 test -z "$ac_c_werror_flag" ||
20600 test ! -s conftest.err
20601 } && test -s conftest.$ac_objext; then
20602 ac_cv_member_struct_sockaddr_un_sun_len=yes
20603 else
20604 echo "$as_me: failed program was:" >&5
20605 sed 's/^/| /' conftest.$ac_ext >&5
20607 ac_cv_member_struct_sockaddr_un_sun_len=no
20610 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20613 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20615 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_sockaddr_un_sun_len" >&5
20616 echo "${ECHO_T}$ac_cv_member_struct_sockaddr_un_sun_len" >&6; }
20617 if test $ac_cv_member_struct_sockaddr_un_sun_len = yes; then
20619 cat >>confdefs.h <<_ACEOF
20620 #define HAVE_STRUCT_SOCKADDR_UN_SUN_LEN 1
20621 _ACEOF
20627 { echo "$as_me:$LINENO: checking for scsireq_t.cmd" >&5
20628 echo $ECHO_N "checking for scsireq_t.cmd... $ECHO_C" >&6; }
20629 if test "${ac_cv_member_scsireq_t_cmd+set}" = set; then
20630 echo $ECHO_N "(cached) $ECHO_C" >&6
20631 else
20632 cat >conftest.$ac_ext <<_ACEOF
20633 /* confdefs.h. */
20634 _ACEOF
20635 cat confdefs.h >>conftest.$ac_ext
20636 cat >>conftest.$ac_ext <<_ACEOF
20637 /* end confdefs.h. */
20638 #include <sys/types.h>
20639 #ifdef HAVE_SCSI_SG_H
20640 #include <scsi/sg.h>
20641 #endif
20644 main ()
20646 static scsireq_t ac_aggr;
20647 if (ac_aggr.cmd)
20648 return 0;
20650 return 0;
20652 _ACEOF
20653 rm -f conftest.$ac_objext
20654 if { (ac_try="$ac_compile"
20655 case "(($ac_try" in
20656 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20657 *) ac_try_echo=$ac_try;;
20658 esac
20659 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20660 (eval "$ac_compile") 2>conftest.er1
20661 ac_status=$?
20662 grep -v '^ *+' conftest.er1 >conftest.err
20663 rm -f conftest.er1
20664 cat conftest.err >&5
20665 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20666 (exit $ac_status); } && {
20667 test -z "$ac_c_werror_flag" ||
20668 test ! -s conftest.err
20669 } && test -s conftest.$ac_objext; then
20670 ac_cv_member_scsireq_t_cmd=yes
20671 else
20672 echo "$as_me: failed program was:" >&5
20673 sed 's/^/| /' conftest.$ac_ext >&5
20675 cat >conftest.$ac_ext <<_ACEOF
20676 /* confdefs.h. */
20677 _ACEOF
20678 cat confdefs.h >>conftest.$ac_ext
20679 cat >>conftest.$ac_ext <<_ACEOF
20680 /* end confdefs.h. */
20681 #include <sys/types.h>
20682 #ifdef HAVE_SCSI_SG_H
20683 #include <scsi/sg.h>
20684 #endif
20687 main ()
20689 static scsireq_t ac_aggr;
20690 if (sizeof ac_aggr.cmd)
20691 return 0;
20693 return 0;
20695 _ACEOF
20696 rm -f conftest.$ac_objext
20697 if { (ac_try="$ac_compile"
20698 case "(($ac_try" in
20699 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20700 *) ac_try_echo=$ac_try;;
20701 esac
20702 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20703 (eval "$ac_compile") 2>conftest.er1
20704 ac_status=$?
20705 grep -v '^ *+' conftest.er1 >conftest.err
20706 rm -f conftest.er1
20707 cat conftest.err >&5
20708 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20709 (exit $ac_status); } && {
20710 test -z "$ac_c_werror_flag" ||
20711 test ! -s conftest.err
20712 } && test -s conftest.$ac_objext; then
20713 ac_cv_member_scsireq_t_cmd=yes
20714 else
20715 echo "$as_me: failed program was:" >&5
20716 sed 's/^/| /' conftest.$ac_ext >&5
20718 ac_cv_member_scsireq_t_cmd=no
20721 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20724 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20726 { echo "$as_me:$LINENO: result: $ac_cv_member_scsireq_t_cmd" >&5
20727 echo "${ECHO_T}$ac_cv_member_scsireq_t_cmd" >&6; }
20728 if test $ac_cv_member_scsireq_t_cmd = yes; then
20730 cat >>confdefs.h <<_ACEOF
20731 #define HAVE_SCSIREQ_T_CMD 1
20732 _ACEOF
20736 { echo "$as_me:$LINENO: checking for sg_io_hdr_t.interface_id" >&5
20737 echo $ECHO_N "checking for sg_io_hdr_t.interface_id... $ECHO_C" >&6; }
20738 if test "${ac_cv_member_sg_io_hdr_t_interface_id+set}" = set; then
20739 echo $ECHO_N "(cached) $ECHO_C" >&6
20740 else
20741 cat >conftest.$ac_ext <<_ACEOF
20742 /* confdefs.h. */
20743 _ACEOF
20744 cat confdefs.h >>conftest.$ac_ext
20745 cat >>conftest.$ac_ext <<_ACEOF
20746 /* end confdefs.h. */
20747 #include <sys/types.h>
20748 #ifdef HAVE_SCSI_SG_H
20749 #include <scsi/sg.h>
20750 #endif
20753 main ()
20755 static sg_io_hdr_t ac_aggr;
20756 if (ac_aggr.interface_id)
20757 return 0;
20759 return 0;
20761 _ACEOF
20762 rm -f conftest.$ac_objext
20763 if { (ac_try="$ac_compile"
20764 case "(($ac_try" in
20765 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20766 *) ac_try_echo=$ac_try;;
20767 esac
20768 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20769 (eval "$ac_compile") 2>conftest.er1
20770 ac_status=$?
20771 grep -v '^ *+' conftest.er1 >conftest.err
20772 rm -f conftest.er1
20773 cat conftest.err >&5
20774 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20775 (exit $ac_status); } && {
20776 test -z "$ac_c_werror_flag" ||
20777 test ! -s conftest.err
20778 } && test -s conftest.$ac_objext; then
20779 ac_cv_member_sg_io_hdr_t_interface_id=yes
20780 else
20781 echo "$as_me: failed program was:" >&5
20782 sed 's/^/| /' conftest.$ac_ext >&5
20784 cat >conftest.$ac_ext <<_ACEOF
20785 /* confdefs.h. */
20786 _ACEOF
20787 cat confdefs.h >>conftest.$ac_ext
20788 cat >>conftest.$ac_ext <<_ACEOF
20789 /* end confdefs.h. */
20790 #include <sys/types.h>
20791 #ifdef HAVE_SCSI_SG_H
20792 #include <scsi/sg.h>
20793 #endif
20796 main ()
20798 static sg_io_hdr_t ac_aggr;
20799 if (sizeof ac_aggr.interface_id)
20800 return 0;
20802 return 0;
20804 _ACEOF
20805 rm -f conftest.$ac_objext
20806 if { (ac_try="$ac_compile"
20807 case "(($ac_try" in
20808 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20809 *) ac_try_echo=$ac_try;;
20810 esac
20811 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20812 (eval "$ac_compile") 2>conftest.er1
20813 ac_status=$?
20814 grep -v '^ *+' conftest.er1 >conftest.err
20815 rm -f conftest.er1
20816 cat conftest.err >&5
20817 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20818 (exit $ac_status); } && {
20819 test -z "$ac_c_werror_flag" ||
20820 test ! -s conftest.err
20821 } && test -s conftest.$ac_objext; then
20822 ac_cv_member_sg_io_hdr_t_interface_id=yes
20823 else
20824 echo "$as_me: failed program was:" >&5
20825 sed 's/^/| /' conftest.$ac_ext >&5
20827 ac_cv_member_sg_io_hdr_t_interface_id=no
20830 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20833 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20835 { echo "$as_me:$LINENO: result: $ac_cv_member_sg_io_hdr_t_interface_id" >&5
20836 echo "${ECHO_T}$ac_cv_member_sg_io_hdr_t_interface_id" >&6; }
20837 if test $ac_cv_member_sg_io_hdr_t_interface_id = yes; then
20839 cat >>confdefs.h <<_ACEOF
20840 #define HAVE_SG_IO_HDR_T_INTERFACE_ID 1
20841 _ACEOF
20847 { echo "$as_me:$LINENO: checking for siginfo_t.si_fd" >&5
20848 echo $ECHO_N "checking for siginfo_t.si_fd... $ECHO_C" >&6; }
20849 if test "${ac_cv_member_siginfo_t_si_fd+set}" = set; then
20850 echo $ECHO_N "(cached) $ECHO_C" >&6
20851 else
20852 cat >conftest.$ac_ext <<_ACEOF
20853 /* confdefs.h. */
20854 _ACEOF
20855 cat confdefs.h >>conftest.$ac_ext
20856 cat >>conftest.$ac_ext <<_ACEOF
20857 /* end confdefs.h. */
20858 #include <signal.h>
20861 main ()
20863 static siginfo_t ac_aggr;
20864 if (ac_aggr.si_fd)
20865 return 0;
20867 return 0;
20869 _ACEOF
20870 rm -f conftest.$ac_objext
20871 if { (ac_try="$ac_compile"
20872 case "(($ac_try" in
20873 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20874 *) ac_try_echo=$ac_try;;
20875 esac
20876 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20877 (eval "$ac_compile") 2>conftest.er1
20878 ac_status=$?
20879 grep -v '^ *+' conftest.er1 >conftest.err
20880 rm -f conftest.er1
20881 cat conftest.err >&5
20882 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20883 (exit $ac_status); } && {
20884 test -z "$ac_c_werror_flag" ||
20885 test ! -s conftest.err
20886 } && test -s conftest.$ac_objext; then
20887 ac_cv_member_siginfo_t_si_fd=yes
20888 else
20889 echo "$as_me: failed program was:" >&5
20890 sed 's/^/| /' conftest.$ac_ext >&5
20892 cat >conftest.$ac_ext <<_ACEOF
20893 /* confdefs.h. */
20894 _ACEOF
20895 cat confdefs.h >>conftest.$ac_ext
20896 cat >>conftest.$ac_ext <<_ACEOF
20897 /* end confdefs.h. */
20898 #include <signal.h>
20901 main ()
20903 static siginfo_t ac_aggr;
20904 if (sizeof ac_aggr.si_fd)
20905 return 0;
20907 return 0;
20909 _ACEOF
20910 rm -f conftest.$ac_objext
20911 if { (ac_try="$ac_compile"
20912 case "(($ac_try" in
20913 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20914 *) ac_try_echo=$ac_try;;
20915 esac
20916 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20917 (eval "$ac_compile") 2>conftest.er1
20918 ac_status=$?
20919 grep -v '^ *+' conftest.er1 >conftest.err
20920 rm -f conftest.er1
20921 cat conftest.err >&5
20922 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20923 (exit $ac_status); } && {
20924 test -z "$ac_c_werror_flag" ||
20925 test ! -s conftest.err
20926 } && test -s conftest.$ac_objext; then
20927 ac_cv_member_siginfo_t_si_fd=yes
20928 else
20929 echo "$as_me: failed program was:" >&5
20930 sed 's/^/| /' conftest.$ac_ext >&5
20932 ac_cv_member_siginfo_t_si_fd=no
20935 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20938 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20940 { echo "$as_me:$LINENO: result: $ac_cv_member_siginfo_t_si_fd" >&5
20941 echo "${ECHO_T}$ac_cv_member_siginfo_t_si_fd" >&6; }
20942 if test $ac_cv_member_siginfo_t_si_fd = yes; then
20944 cat >>confdefs.h <<_ACEOF
20945 #define HAVE_SIGINFO_T_SI_FD 1
20946 _ACEOF
20952 { echo "$as_me:$LINENO: checking for struct mtget.mt_blksiz" >&5
20953 echo $ECHO_N "checking for struct mtget.mt_blksiz... $ECHO_C" >&6; }
20954 if test "${ac_cv_member_struct_mtget_mt_blksiz+set}" = set; then
20955 echo $ECHO_N "(cached) $ECHO_C" >&6
20956 else
20957 cat >conftest.$ac_ext <<_ACEOF
20958 /* confdefs.h. */
20959 _ACEOF
20960 cat confdefs.h >>conftest.$ac_ext
20961 cat >>conftest.$ac_ext <<_ACEOF
20962 /* end confdefs.h. */
20963 #include <sys/types.h>
20964 #ifdef HAVE_SYS_MTIO_H
20965 #include <sys/mtio.h>
20966 #endif
20969 main ()
20971 static struct mtget ac_aggr;
20972 if (ac_aggr.mt_blksiz)
20973 return 0;
20975 return 0;
20977 _ACEOF
20978 rm -f conftest.$ac_objext
20979 if { (ac_try="$ac_compile"
20980 case "(($ac_try" in
20981 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20982 *) ac_try_echo=$ac_try;;
20983 esac
20984 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20985 (eval "$ac_compile") 2>conftest.er1
20986 ac_status=$?
20987 grep -v '^ *+' conftest.er1 >conftest.err
20988 rm -f conftest.er1
20989 cat conftest.err >&5
20990 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20991 (exit $ac_status); } && {
20992 test -z "$ac_c_werror_flag" ||
20993 test ! -s conftest.err
20994 } && test -s conftest.$ac_objext; then
20995 ac_cv_member_struct_mtget_mt_blksiz=yes
20996 else
20997 echo "$as_me: failed program was:" >&5
20998 sed 's/^/| /' conftest.$ac_ext >&5
21000 cat >conftest.$ac_ext <<_ACEOF
21001 /* confdefs.h. */
21002 _ACEOF
21003 cat confdefs.h >>conftest.$ac_ext
21004 cat >>conftest.$ac_ext <<_ACEOF
21005 /* end confdefs.h. */
21006 #include <sys/types.h>
21007 #ifdef HAVE_SYS_MTIO_H
21008 #include <sys/mtio.h>
21009 #endif
21012 main ()
21014 static struct mtget ac_aggr;
21015 if (sizeof ac_aggr.mt_blksiz)
21016 return 0;
21018 return 0;
21020 _ACEOF
21021 rm -f conftest.$ac_objext
21022 if { (ac_try="$ac_compile"
21023 case "(($ac_try" in
21024 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21025 *) ac_try_echo=$ac_try;;
21026 esac
21027 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21028 (eval "$ac_compile") 2>conftest.er1
21029 ac_status=$?
21030 grep -v '^ *+' conftest.er1 >conftest.err
21031 rm -f conftest.er1
21032 cat conftest.err >&5
21033 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21034 (exit $ac_status); } && {
21035 test -z "$ac_c_werror_flag" ||
21036 test ! -s conftest.err
21037 } && test -s conftest.$ac_objext; then
21038 ac_cv_member_struct_mtget_mt_blksiz=yes
21039 else
21040 echo "$as_me: failed program was:" >&5
21041 sed 's/^/| /' conftest.$ac_ext >&5
21043 ac_cv_member_struct_mtget_mt_blksiz=no
21046 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21049 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21051 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_mtget_mt_blksiz" >&5
21052 echo "${ECHO_T}$ac_cv_member_struct_mtget_mt_blksiz" >&6; }
21053 if test $ac_cv_member_struct_mtget_mt_blksiz = yes; then
21055 cat >>confdefs.h <<_ACEOF
21056 #define HAVE_STRUCT_MTGET_MT_BLKSIZ 1
21057 _ACEOF
21061 { echo "$as_me:$LINENO: checking for struct mtget.mt_gstat" >&5
21062 echo $ECHO_N "checking for struct mtget.mt_gstat... $ECHO_C" >&6; }
21063 if test "${ac_cv_member_struct_mtget_mt_gstat+set}" = set; then
21064 echo $ECHO_N "(cached) $ECHO_C" >&6
21065 else
21066 cat >conftest.$ac_ext <<_ACEOF
21067 /* confdefs.h. */
21068 _ACEOF
21069 cat confdefs.h >>conftest.$ac_ext
21070 cat >>conftest.$ac_ext <<_ACEOF
21071 /* end confdefs.h. */
21072 #include <sys/types.h>
21073 #ifdef HAVE_SYS_MTIO_H
21074 #include <sys/mtio.h>
21075 #endif
21078 main ()
21080 static struct mtget ac_aggr;
21081 if (ac_aggr.mt_gstat)
21082 return 0;
21084 return 0;
21086 _ACEOF
21087 rm -f conftest.$ac_objext
21088 if { (ac_try="$ac_compile"
21089 case "(($ac_try" in
21090 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21091 *) ac_try_echo=$ac_try;;
21092 esac
21093 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21094 (eval "$ac_compile") 2>conftest.er1
21095 ac_status=$?
21096 grep -v '^ *+' conftest.er1 >conftest.err
21097 rm -f conftest.er1
21098 cat conftest.err >&5
21099 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21100 (exit $ac_status); } && {
21101 test -z "$ac_c_werror_flag" ||
21102 test ! -s conftest.err
21103 } && test -s conftest.$ac_objext; then
21104 ac_cv_member_struct_mtget_mt_gstat=yes
21105 else
21106 echo "$as_me: failed program was:" >&5
21107 sed 's/^/| /' conftest.$ac_ext >&5
21109 cat >conftest.$ac_ext <<_ACEOF
21110 /* confdefs.h. */
21111 _ACEOF
21112 cat confdefs.h >>conftest.$ac_ext
21113 cat >>conftest.$ac_ext <<_ACEOF
21114 /* end confdefs.h. */
21115 #include <sys/types.h>
21116 #ifdef HAVE_SYS_MTIO_H
21117 #include <sys/mtio.h>
21118 #endif
21121 main ()
21123 static struct mtget ac_aggr;
21124 if (sizeof ac_aggr.mt_gstat)
21125 return 0;
21127 return 0;
21129 _ACEOF
21130 rm -f conftest.$ac_objext
21131 if { (ac_try="$ac_compile"
21132 case "(($ac_try" in
21133 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21134 *) ac_try_echo=$ac_try;;
21135 esac
21136 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21137 (eval "$ac_compile") 2>conftest.er1
21138 ac_status=$?
21139 grep -v '^ *+' conftest.er1 >conftest.err
21140 rm -f conftest.er1
21141 cat conftest.err >&5
21142 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21143 (exit $ac_status); } && {
21144 test -z "$ac_c_werror_flag" ||
21145 test ! -s conftest.err
21146 } && test -s conftest.$ac_objext; then
21147 ac_cv_member_struct_mtget_mt_gstat=yes
21148 else
21149 echo "$as_me: failed program was:" >&5
21150 sed 's/^/| /' conftest.$ac_ext >&5
21152 ac_cv_member_struct_mtget_mt_gstat=no
21155 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21158 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21160 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_mtget_mt_gstat" >&5
21161 echo "${ECHO_T}$ac_cv_member_struct_mtget_mt_gstat" >&6; }
21162 if test $ac_cv_member_struct_mtget_mt_gstat = yes; then
21164 cat >>confdefs.h <<_ACEOF
21165 #define HAVE_STRUCT_MTGET_MT_GSTAT 1
21166 _ACEOF
21170 { echo "$as_me:$LINENO: checking for struct mtget.mt_blkno" >&5
21171 echo $ECHO_N "checking for struct mtget.mt_blkno... $ECHO_C" >&6; }
21172 if test "${ac_cv_member_struct_mtget_mt_blkno+set}" = set; then
21173 echo $ECHO_N "(cached) $ECHO_C" >&6
21174 else
21175 cat >conftest.$ac_ext <<_ACEOF
21176 /* confdefs.h. */
21177 _ACEOF
21178 cat confdefs.h >>conftest.$ac_ext
21179 cat >>conftest.$ac_ext <<_ACEOF
21180 /* end confdefs.h. */
21181 #include <sys/types.h>
21182 #ifdef HAVE_SYS_MTIO_H
21183 #include <sys/mtio.h>
21184 #endif
21187 main ()
21189 static struct mtget ac_aggr;
21190 if (ac_aggr.mt_blkno)
21191 return 0;
21193 return 0;
21195 _ACEOF
21196 rm -f conftest.$ac_objext
21197 if { (ac_try="$ac_compile"
21198 case "(($ac_try" in
21199 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21200 *) ac_try_echo=$ac_try;;
21201 esac
21202 eval "echo \"\$as_me:$LINENO: $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 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_mtget_mt_blkno=yes
21214 else
21215 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_MTIO_H
21226 #include <sys/mtio.h>
21227 #endif
21230 main ()
21232 static struct mtget ac_aggr;
21233 if (sizeof ac_aggr.mt_blkno)
21234 return 0;
21236 return 0;
21238 _ACEOF
21239 rm -f conftest.$ac_objext
21240 if { (ac_try="$ac_compile"
21241 case "(($ac_try" in
21242 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21243 *) ac_try_echo=$ac_try;;
21244 esac
21245 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21246 (eval "$ac_compile") 2>conftest.er1
21247 ac_status=$?
21248 grep -v '^ *+' conftest.er1 >conftest.err
21249 rm -f conftest.er1
21250 cat conftest.err >&5
21251 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21252 (exit $ac_status); } && {
21253 test -z "$ac_c_werror_flag" ||
21254 test ! -s conftest.err
21255 } && test -s conftest.$ac_objext; then
21256 ac_cv_member_struct_mtget_mt_blkno=yes
21257 else
21258 echo "$as_me: failed program was:" >&5
21259 sed 's/^/| /' conftest.$ac_ext >&5
21261 ac_cv_member_struct_mtget_mt_blkno=no
21264 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21267 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21269 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_mtget_mt_blkno" >&5
21270 echo "${ECHO_T}$ac_cv_member_struct_mtget_mt_blkno" >&6; }
21271 if test $ac_cv_member_struct_mtget_mt_blkno = yes; then
21273 cat >>confdefs.h <<_ACEOF
21274 #define HAVE_STRUCT_MTGET_MT_BLKNO 1
21275 _ACEOF
21281 { echo "$as_me:$LINENO: checking for struct option.name" >&5
21282 echo $ECHO_N "checking for struct option.name... $ECHO_C" >&6; }
21283 if test "${ac_cv_member_struct_option_name+set}" = set; then
21284 echo $ECHO_N "(cached) $ECHO_C" >&6
21285 else
21286 cat >conftest.$ac_ext <<_ACEOF
21287 /* confdefs.h. */
21288 _ACEOF
21289 cat confdefs.h >>conftest.$ac_ext
21290 cat >>conftest.$ac_ext <<_ACEOF
21291 /* end confdefs.h. */
21292 #ifdef HAVE_GETOPT_H
21293 #include <getopt.h>
21294 #endif
21297 main ()
21299 static struct option ac_aggr;
21300 if (ac_aggr.name)
21301 return 0;
21303 return 0;
21305 _ACEOF
21306 rm -f conftest.$ac_objext
21307 if { (ac_try="$ac_compile"
21308 case "(($ac_try" in
21309 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21310 *) ac_try_echo=$ac_try;;
21311 esac
21312 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21313 (eval "$ac_compile") 2>conftest.er1
21314 ac_status=$?
21315 grep -v '^ *+' conftest.er1 >conftest.err
21316 rm -f conftest.er1
21317 cat conftest.err >&5
21318 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21319 (exit $ac_status); } && {
21320 test -z "$ac_c_werror_flag" ||
21321 test ! -s conftest.err
21322 } && test -s conftest.$ac_objext; then
21323 ac_cv_member_struct_option_name=yes
21324 else
21325 echo "$as_me: failed program was:" >&5
21326 sed 's/^/| /' conftest.$ac_ext >&5
21328 cat >conftest.$ac_ext <<_ACEOF
21329 /* confdefs.h. */
21330 _ACEOF
21331 cat confdefs.h >>conftest.$ac_ext
21332 cat >>conftest.$ac_ext <<_ACEOF
21333 /* end confdefs.h. */
21334 #ifdef HAVE_GETOPT_H
21335 #include <getopt.h>
21336 #endif
21339 main ()
21341 static struct option ac_aggr;
21342 if (sizeof ac_aggr.name)
21343 return 0;
21345 return 0;
21347 _ACEOF
21348 rm -f conftest.$ac_objext
21349 if { (ac_try="$ac_compile"
21350 case "(($ac_try" in
21351 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21352 *) ac_try_echo=$ac_try;;
21353 esac
21354 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21355 (eval "$ac_compile") 2>conftest.er1
21356 ac_status=$?
21357 grep -v '^ *+' conftest.er1 >conftest.err
21358 rm -f conftest.er1
21359 cat conftest.err >&5
21360 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21361 (exit $ac_status); } && {
21362 test -z "$ac_c_werror_flag" ||
21363 test ! -s conftest.err
21364 } && test -s conftest.$ac_objext; then
21365 ac_cv_member_struct_option_name=yes
21366 else
21367 echo "$as_me: failed program was:" >&5
21368 sed 's/^/| /' conftest.$ac_ext >&5
21370 ac_cv_member_struct_option_name=no
21373 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21376 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21378 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_option_name" >&5
21379 echo "${ECHO_T}$ac_cv_member_struct_option_name" >&6; }
21380 if test $ac_cv_member_struct_option_name = yes; then
21382 cat >>confdefs.h <<_ACEOF
21383 #define HAVE_STRUCT_OPTION_NAME 1
21384 _ACEOF
21390 { echo "$as_me:$LINENO: checking for struct stat.st_blocks" >&5
21391 echo $ECHO_N "checking for struct stat.st_blocks... $ECHO_C" >&6; }
21392 if test "${ac_cv_member_struct_stat_st_blocks+set}" = set; then
21393 echo $ECHO_N "(cached) $ECHO_C" >&6
21394 else
21395 cat >conftest.$ac_ext <<_ACEOF
21396 /* confdefs.h. */
21397 _ACEOF
21398 cat confdefs.h >>conftest.$ac_ext
21399 cat >>conftest.$ac_ext <<_ACEOF
21400 /* end confdefs.h. */
21401 $ac_includes_default
21403 main ()
21405 static struct stat ac_aggr;
21406 if (ac_aggr.st_blocks)
21407 return 0;
21409 return 0;
21411 _ACEOF
21412 rm -f conftest.$ac_objext
21413 if { (ac_try="$ac_compile"
21414 case "(($ac_try" in
21415 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21416 *) ac_try_echo=$ac_try;;
21417 esac
21418 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21419 (eval "$ac_compile") 2>conftest.er1
21420 ac_status=$?
21421 grep -v '^ *+' conftest.er1 >conftest.err
21422 rm -f conftest.er1
21423 cat conftest.err >&5
21424 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21425 (exit $ac_status); } && {
21426 test -z "$ac_c_werror_flag" ||
21427 test ! -s conftest.err
21428 } && test -s conftest.$ac_objext; then
21429 ac_cv_member_struct_stat_st_blocks=yes
21430 else
21431 echo "$as_me: failed program was:" >&5
21432 sed 's/^/| /' conftest.$ac_ext >&5
21434 cat >conftest.$ac_ext <<_ACEOF
21435 /* confdefs.h. */
21436 _ACEOF
21437 cat confdefs.h >>conftest.$ac_ext
21438 cat >>conftest.$ac_ext <<_ACEOF
21439 /* end confdefs.h. */
21440 $ac_includes_default
21442 main ()
21444 static struct stat ac_aggr;
21445 if (sizeof ac_aggr.st_blocks)
21446 return 0;
21448 return 0;
21450 _ACEOF
21451 rm -f conftest.$ac_objext
21452 if { (ac_try="$ac_compile"
21453 case "(($ac_try" in
21454 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21455 *) ac_try_echo=$ac_try;;
21456 esac
21457 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21458 (eval "$ac_compile") 2>conftest.er1
21459 ac_status=$?
21460 grep -v '^ *+' conftest.er1 >conftest.err
21461 rm -f conftest.er1
21462 cat conftest.err >&5
21463 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21464 (exit $ac_status); } && {
21465 test -z "$ac_c_werror_flag" ||
21466 test ! -s conftest.err
21467 } && test -s conftest.$ac_objext; then
21468 ac_cv_member_struct_stat_st_blocks=yes
21469 else
21470 echo "$as_me: failed program was:" >&5
21471 sed 's/^/| /' conftest.$ac_ext >&5
21473 ac_cv_member_struct_stat_st_blocks=no
21476 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21479 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21481 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_stat_st_blocks" >&5
21482 echo "${ECHO_T}$ac_cv_member_struct_stat_st_blocks" >&6; }
21483 if test $ac_cv_member_struct_stat_st_blocks = yes; then
21485 cat >>confdefs.h <<_ACEOF
21486 #define HAVE_STRUCT_STAT_ST_BLOCKS 1
21487 _ACEOF
21491 { echo "$as_me:$LINENO: checking for struct stat.st_mtim" >&5
21492 echo $ECHO_N "checking for struct stat.st_mtim... $ECHO_C" >&6; }
21493 if test "${ac_cv_member_struct_stat_st_mtim+set}" = set; then
21494 echo $ECHO_N "(cached) $ECHO_C" >&6
21495 else
21496 cat >conftest.$ac_ext <<_ACEOF
21497 /* confdefs.h. */
21498 _ACEOF
21499 cat confdefs.h >>conftest.$ac_ext
21500 cat >>conftest.$ac_ext <<_ACEOF
21501 /* end confdefs.h. */
21502 $ac_includes_default
21504 main ()
21506 static struct stat ac_aggr;
21507 if (ac_aggr.st_mtim)
21508 return 0;
21510 return 0;
21512 _ACEOF
21513 rm -f conftest.$ac_objext
21514 if { (ac_try="$ac_compile"
21515 case "(($ac_try" in
21516 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21517 *) ac_try_echo=$ac_try;;
21518 esac
21519 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21520 (eval "$ac_compile") 2>conftest.er1
21521 ac_status=$?
21522 grep -v '^ *+' conftest.er1 >conftest.err
21523 rm -f conftest.er1
21524 cat conftest.err >&5
21525 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21526 (exit $ac_status); } && {
21527 test -z "$ac_c_werror_flag" ||
21528 test ! -s conftest.err
21529 } && test -s conftest.$ac_objext; then
21530 ac_cv_member_struct_stat_st_mtim=yes
21531 else
21532 echo "$as_me: failed program was:" >&5
21533 sed 's/^/| /' conftest.$ac_ext >&5
21535 cat >conftest.$ac_ext <<_ACEOF
21536 /* confdefs.h. */
21537 _ACEOF
21538 cat confdefs.h >>conftest.$ac_ext
21539 cat >>conftest.$ac_ext <<_ACEOF
21540 /* end confdefs.h. */
21541 $ac_includes_default
21543 main ()
21545 static struct stat ac_aggr;
21546 if (sizeof ac_aggr.st_mtim)
21547 return 0;
21549 return 0;
21551 _ACEOF
21552 rm -f conftest.$ac_objext
21553 if { (ac_try="$ac_compile"
21554 case "(($ac_try" in
21555 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21556 *) ac_try_echo=$ac_try;;
21557 esac
21558 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21559 (eval "$ac_compile") 2>conftest.er1
21560 ac_status=$?
21561 grep -v '^ *+' conftest.er1 >conftest.err
21562 rm -f conftest.er1
21563 cat conftest.err >&5
21564 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21565 (exit $ac_status); } && {
21566 test -z "$ac_c_werror_flag" ||
21567 test ! -s conftest.err
21568 } && test -s conftest.$ac_objext; then
21569 ac_cv_member_struct_stat_st_mtim=yes
21570 else
21571 echo "$as_me: failed program was:" >&5
21572 sed 's/^/| /' conftest.$ac_ext >&5
21574 ac_cv_member_struct_stat_st_mtim=no
21577 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21580 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21582 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_stat_st_mtim" >&5
21583 echo "${ECHO_T}$ac_cv_member_struct_stat_st_mtim" >&6; }
21584 if test $ac_cv_member_struct_stat_st_mtim = yes; then
21586 cat >>confdefs.h <<_ACEOF
21587 #define HAVE_STRUCT_STAT_ST_MTIM 1
21588 _ACEOF
21592 { echo "$as_me:$LINENO: checking for struct stat.st_ctim" >&5
21593 echo $ECHO_N "checking for struct stat.st_ctim... $ECHO_C" >&6; }
21594 if test "${ac_cv_member_struct_stat_st_ctim+set}" = set; then
21595 echo $ECHO_N "(cached) $ECHO_C" >&6
21596 else
21597 cat >conftest.$ac_ext <<_ACEOF
21598 /* confdefs.h. */
21599 _ACEOF
21600 cat confdefs.h >>conftest.$ac_ext
21601 cat >>conftest.$ac_ext <<_ACEOF
21602 /* end confdefs.h. */
21603 $ac_includes_default
21605 main ()
21607 static struct stat ac_aggr;
21608 if (ac_aggr.st_ctim)
21609 return 0;
21611 return 0;
21613 _ACEOF
21614 rm -f conftest.$ac_objext
21615 if { (ac_try="$ac_compile"
21616 case "(($ac_try" in
21617 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21618 *) ac_try_echo=$ac_try;;
21619 esac
21620 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21621 (eval "$ac_compile") 2>conftest.er1
21622 ac_status=$?
21623 grep -v '^ *+' conftest.er1 >conftest.err
21624 rm -f conftest.er1
21625 cat conftest.err >&5
21626 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21627 (exit $ac_status); } && {
21628 test -z "$ac_c_werror_flag" ||
21629 test ! -s conftest.err
21630 } && test -s conftest.$ac_objext; then
21631 ac_cv_member_struct_stat_st_ctim=yes
21632 else
21633 echo "$as_me: failed program was:" >&5
21634 sed 's/^/| /' conftest.$ac_ext >&5
21636 cat >conftest.$ac_ext <<_ACEOF
21637 /* confdefs.h. */
21638 _ACEOF
21639 cat confdefs.h >>conftest.$ac_ext
21640 cat >>conftest.$ac_ext <<_ACEOF
21641 /* end confdefs.h. */
21642 $ac_includes_default
21644 main ()
21646 static struct stat ac_aggr;
21647 if (sizeof ac_aggr.st_ctim)
21648 return 0;
21650 return 0;
21652 _ACEOF
21653 rm -f conftest.$ac_objext
21654 if { (ac_try="$ac_compile"
21655 case "(($ac_try" in
21656 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21657 *) ac_try_echo=$ac_try;;
21658 esac
21659 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21660 (eval "$ac_compile") 2>conftest.er1
21661 ac_status=$?
21662 grep -v '^ *+' conftest.er1 >conftest.err
21663 rm -f conftest.er1
21664 cat conftest.err >&5
21665 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21666 (exit $ac_status); } && {
21667 test -z "$ac_c_werror_flag" ||
21668 test ! -s conftest.err
21669 } && test -s conftest.$ac_objext; then
21670 ac_cv_member_struct_stat_st_ctim=yes
21671 else
21672 echo "$as_me: failed program was:" >&5
21673 sed 's/^/| /' conftest.$ac_ext >&5
21675 ac_cv_member_struct_stat_st_ctim=no
21678 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21681 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21683 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_stat_st_ctim" >&5
21684 echo "${ECHO_T}$ac_cv_member_struct_stat_st_ctim" >&6; }
21685 if test $ac_cv_member_struct_stat_st_ctim = yes; then
21687 cat >>confdefs.h <<_ACEOF
21688 #define HAVE_STRUCT_STAT_ST_CTIM 1
21689 _ACEOF
21693 { echo "$as_me:$LINENO: checking for struct stat.st_atim" >&5
21694 echo $ECHO_N "checking for struct stat.st_atim... $ECHO_C" >&6; }
21695 if test "${ac_cv_member_struct_stat_st_atim+set}" = set; then
21696 echo $ECHO_N "(cached) $ECHO_C" >&6
21697 else
21698 cat >conftest.$ac_ext <<_ACEOF
21699 /* confdefs.h. */
21700 _ACEOF
21701 cat confdefs.h >>conftest.$ac_ext
21702 cat >>conftest.$ac_ext <<_ACEOF
21703 /* end confdefs.h. */
21704 $ac_includes_default
21706 main ()
21708 static struct stat ac_aggr;
21709 if (ac_aggr.st_atim)
21710 return 0;
21712 return 0;
21714 _ACEOF
21715 rm -f conftest.$ac_objext
21716 if { (ac_try="$ac_compile"
21717 case "(($ac_try" in
21718 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21719 *) ac_try_echo=$ac_try;;
21720 esac
21721 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21722 (eval "$ac_compile") 2>conftest.er1
21723 ac_status=$?
21724 grep -v '^ *+' conftest.er1 >conftest.err
21725 rm -f conftest.er1
21726 cat conftest.err >&5
21727 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21728 (exit $ac_status); } && {
21729 test -z "$ac_c_werror_flag" ||
21730 test ! -s conftest.err
21731 } && test -s conftest.$ac_objext; then
21732 ac_cv_member_struct_stat_st_atim=yes
21733 else
21734 echo "$as_me: failed program was:" >&5
21735 sed 's/^/| /' conftest.$ac_ext >&5
21737 cat >conftest.$ac_ext <<_ACEOF
21738 /* confdefs.h. */
21739 _ACEOF
21740 cat confdefs.h >>conftest.$ac_ext
21741 cat >>conftest.$ac_ext <<_ACEOF
21742 /* end confdefs.h. */
21743 $ac_includes_default
21745 main ()
21747 static struct stat ac_aggr;
21748 if (sizeof ac_aggr.st_atim)
21749 return 0;
21751 return 0;
21753 _ACEOF
21754 rm -f conftest.$ac_objext
21755 if { (ac_try="$ac_compile"
21756 case "(($ac_try" in
21757 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21758 *) ac_try_echo=$ac_try;;
21759 esac
21760 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21761 (eval "$ac_compile") 2>conftest.er1
21762 ac_status=$?
21763 grep -v '^ *+' conftest.er1 >conftest.err
21764 rm -f conftest.er1
21765 cat conftest.err >&5
21766 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21767 (exit $ac_status); } && {
21768 test -z "$ac_c_werror_flag" ||
21769 test ! -s conftest.err
21770 } && test -s conftest.$ac_objext; then
21771 ac_cv_member_struct_stat_st_atim=yes
21772 else
21773 echo "$as_me: failed program was:" >&5
21774 sed 's/^/| /' conftest.$ac_ext >&5
21776 ac_cv_member_struct_stat_st_atim=no
21779 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21782 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21784 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_stat_st_atim" >&5
21785 echo "${ECHO_T}$ac_cv_member_struct_stat_st_atim" >&6; }
21786 if test $ac_cv_member_struct_stat_st_atim = yes; then
21788 cat >>confdefs.h <<_ACEOF
21789 #define HAVE_STRUCT_STAT_ST_ATIM 1
21790 _ACEOF
21796 { echo "$as_me:$LINENO: checking for struct sockaddr_in6.sin6_scope_id" >&5
21797 echo $ECHO_N "checking for struct sockaddr_in6.sin6_scope_id... $ECHO_C" >&6; }
21798 if test "${ac_cv_member_struct_sockaddr_in6_sin6_scope_id+set}" = set; then
21799 echo $ECHO_N "(cached) $ECHO_C" >&6
21800 else
21801 cat >conftest.$ac_ext <<_ACEOF
21802 /* confdefs.h. */
21803 _ACEOF
21804 cat confdefs.h >>conftest.$ac_ext
21805 cat >>conftest.$ac_ext <<_ACEOF
21806 /* end confdefs.h. */
21807 #ifdef HAVE_SYS_TYPES_H
21808 #include <sys/types.h>
21809 #endif
21810 #ifdef HAVE_NETINET_IN_H
21811 #include <netinet/in.h>
21812 #endif
21815 main ()
21817 static struct sockaddr_in6 ac_aggr;
21818 if (ac_aggr.sin6_scope_id)
21819 return 0;
21821 return 0;
21823 _ACEOF
21824 rm -f conftest.$ac_objext
21825 if { (ac_try="$ac_compile"
21826 case "(($ac_try" in
21827 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21828 *) ac_try_echo=$ac_try;;
21829 esac
21830 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21831 (eval "$ac_compile") 2>conftest.er1
21832 ac_status=$?
21833 grep -v '^ *+' conftest.er1 >conftest.err
21834 rm -f conftest.er1
21835 cat conftest.err >&5
21836 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21837 (exit $ac_status); } && {
21838 test -z "$ac_c_werror_flag" ||
21839 test ! -s conftest.err
21840 } && test -s conftest.$ac_objext; then
21841 ac_cv_member_struct_sockaddr_in6_sin6_scope_id=yes
21842 else
21843 echo "$as_me: failed program was:" >&5
21844 sed 's/^/| /' conftest.$ac_ext >&5
21846 cat >conftest.$ac_ext <<_ACEOF
21847 /* confdefs.h. */
21848 _ACEOF
21849 cat confdefs.h >>conftest.$ac_ext
21850 cat >>conftest.$ac_ext <<_ACEOF
21851 /* end confdefs.h. */
21852 #ifdef HAVE_SYS_TYPES_H
21853 #include <sys/types.h>
21854 #endif
21855 #ifdef HAVE_NETINET_IN_H
21856 #include <netinet/in.h>
21857 #endif
21860 main ()
21862 static struct sockaddr_in6 ac_aggr;
21863 if (sizeof ac_aggr.sin6_scope_id)
21864 return 0;
21866 return 0;
21868 _ACEOF
21869 rm -f conftest.$ac_objext
21870 if { (ac_try="$ac_compile"
21871 case "(($ac_try" in
21872 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21873 *) ac_try_echo=$ac_try;;
21874 esac
21875 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21876 (eval "$ac_compile") 2>conftest.er1
21877 ac_status=$?
21878 grep -v '^ *+' conftest.er1 >conftest.err
21879 rm -f conftest.er1
21880 cat conftest.err >&5
21881 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21882 (exit $ac_status); } && {
21883 test -z "$ac_c_werror_flag" ||
21884 test ! -s conftest.err
21885 } && test -s conftest.$ac_objext; then
21886 ac_cv_member_struct_sockaddr_in6_sin6_scope_id=yes
21887 else
21888 echo "$as_me: failed program was:" >&5
21889 sed 's/^/| /' conftest.$ac_ext >&5
21891 ac_cv_member_struct_sockaddr_in6_sin6_scope_id=no
21894 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21897 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21899 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_sockaddr_in6_sin6_scope_id" >&5
21900 echo "${ECHO_T}$ac_cv_member_struct_sockaddr_in6_sin6_scope_id" >&6; }
21901 if test $ac_cv_member_struct_sockaddr_in6_sin6_scope_id = yes; then
21903 cat >>confdefs.h <<_ACEOF
21904 #define HAVE_STRUCT_SOCKADDR_IN6_SIN6_SCOPE_ID 1
21905 _ACEOF
21911 { echo "$as_me:$LINENO: checking for ns_msg._msg_ptr" >&5
21912 echo $ECHO_N "checking for ns_msg._msg_ptr... $ECHO_C" >&6; }
21913 if test "${ac_cv_member_ns_msg__msg_ptr+set}" = set; then
21914 echo $ECHO_N "(cached) $ECHO_C" >&6
21915 else
21916 cat >conftest.$ac_ext <<_ACEOF
21917 /* confdefs.h. */
21918 _ACEOF
21919 cat confdefs.h >>conftest.$ac_ext
21920 cat >>conftest.$ac_ext <<_ACEOF
21921 /* end confdefs.h. */
21922 #ifdef HAVE_SYS_TYPES_H
21923 #include <sys/types.h>
21924 #endif
21925 #ifdef HAVE_NETINET_IN_H
21926 # include <netinet/in.h>
21927 #endif
21928 #ifdef HAVE_ARPA_NAMESER_H
21929 # include <arpa/nameser.h>
21930 #endif
21933 main ()
21935 static ns_msg ac_aggr;
21936 if (ac_aggr._msg_ptr)
21937 return 0;
21939 return 0;
21941 _ACEOF
21942 rm -f conftest.$ac_objext
21943 if { (ac_try="$ac_compile"
21944 case "(($ac_try" in
21945 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21946 *) ac_try_echo=$ac_try;;
21947 esac
21948 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21949 (eval "$ac_compile") 2>conftest.er1
21950 ac_status=$?
21951 grep -v '^ *+' conftest.er1 >conftest.err
21952 rm -f conftest.er1
21953 cat conftest.err >&5
21954 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21955 (exit $ac_status); } && {
21956 test -z "$ac_c_werror_flag" ||
21957 test ! -s conftest.err
21958 } && test -s conftest.$ac_objext; then
21959 ac_cv_member_ns_msg__msg_ptr=yes
21960 else
21961 echo "$as_me: failed program was:" >&5
21962 sed 's/^/| /' conftest.$ac_ext >&5
21964 cat >conftest.$ac_ext <<_ACEOF
21965 /* confdefs.h. */
21966 _ACEOF
21967 cat confdefs.h >>conftest.$ac_ext
21968 cat >>conftest.$ac_ext <<_ACEOF
21969 /* end confdefs.h. */
21970 #ifdef HAVE_SYS_TYPES_H
21971 #include <sys/types.h>
21972 #endif
21973 #ifdef HAVE_NETINET_IN_H
21974 # include <netinet/in.h>
21975 #endif
21976 #ifdef HAVE_ARPA_NAMESER_H
21977 # include <arpa/nameser.h>
21978 #endif
21981 main ()
21983 static ns_msg ac_aggr;
21984 if (sizeof ac_aggr._msg_ptr)
21985 return 0;
21987 return 0;
21989 _ACEOF
21990 rm -f conftest.$ac_objext
21991 if { (ac_try="$ac_compile"
21992 case "(($ac_try" in
21993 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21994 *) ac_try_echo=$ac_try;;
21995 esac
21996 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21997 (eval "$ac_compile") 2>conftest.er1
21998 ac_status=$?
21999 grep -v '^ *+' conftest.er1 >conftest.err
22000 rm -f conftest.er1
22001 cat conftest.err >&5
22002 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22003 (exit $ac_status); } && {
22004 test -z "$ac_c_werror_flag" ||
22005 test ! -s conftest.err
22006 } && test -s conftest.$ac_objext; then
22007 ac_cv_member_ns_msg__msg_ptr=yes
22008 else
22009 echo "$as_me: failed program was:" >&5
22010 sed 's/^/| /' conftest.$ac_ext >&5
22012 ac_cv_member_ns_msg__msg_ptr=no
22015 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22018 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22020 { echo "$as_me:$LINENO: result: $ac_cv_member_ns_msg__msg_ptr" >&5
22021 echo "${ECHO_T}$ac_cv_member_ns_msg__msg_ptr" >&6; }
22022 if test $ac_cv_member_ns_msg__msg_ptr = yes; then
22024 cat >>confdefs.h <<_ACEOF
22025 #define HAVE_NS_MSG__MSG_PTR 1
22026 _ACEOF
22032 { echo "$as_me:$LINENO: checking for timezone variable" >&5
22033 echo $ECHO_N "checking for timezone variable... $ECHO_C" >&6; }
22034 if test "${ac_cv_have_timezone+set}" = set; then
22035 echo $ECHO_N "(cached) $ECHO_C" >&6
22036 else
22037 cat >conftest.$ac_ext <<_ACEOF
22038 /* confdefs.h. */
22039 _ACEOF
22040 cat confdefs.h >>conftest.$ac_ext
22041 cat >>conftest.$ac_ext <<_ACEOF
22042 /* end confdefs.h. */
22043 #include <time.h>
22045 main ()
22047 timezone = 1
22049 return 0;
22051 _ACEOF
22052 rm -f conftest.$ac_objext conftest$ac_exeext
22053 if { (ac_try="$ac_link"
22054 case "(($ac_try" in
22055 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22056 *) ac_try_echo=$ac_try;;
22057 esac
22058 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
22059 (eval "$ac_link") 2>conftest.er1
22060 ac_status=$?
22061 grep -v '^ *+' conftest.er1 >conftest.err
22062 rm -f conftest.er1
22063 cat conftest.err >&5
22064 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22065 (exit $ac_status); } && {
22066 test -z "$ac_c_werror_flag" ||
22067 test ! -s conftest.err
22068 } && test -s conftest$ac_exeext &&
22069 $as_test_x conftest$ac_exeext; then
22070 ac_cv_have_timezone="yes"
22071 else
22072 echo "$as_me: failed program was:" >&5
22073 sed 's/^/| /' conftest.$ac_ext >&5
22075 ac_cv_have_timezone="no"
22078 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
22079 conftest$ac_exeext conftest.$ac_ext
22081 { echo "$as_me:$LINENO: result: $ac_cv_have_timezone" >&5
22082 echo "${ECHO_T}$ac_cv_have_timezone" >&6; }
22083 if test "$ac_cv_have_timezone" = "yes"
22084 then
22086 cat >>confdefs.h <<\_ACEOF
22087 #define HAVE_TIMEZONE 1
22088 _ACEOF
22091 { echo "$as_me:$LINENO: checking for daylight variable" >&5
22092 echo $ECHO_N "checking for daylight variable... $ECHO_C" >&6; }
22093 if test "${ac_cv_have_daylight+set}" = set; then
22094 echo $ECHO_N "(cached) $ECHO_C" >&6
22095 else
22096 cat >conftest.$ac_ext <<_ACEOF
22097 /* confdefs.h. */
22098 _ACEOF
22099 cat confdefs.h >>conftest.$ac_ext
22100 cat >>conftest.$ac_ext <<_ACEOF
22101 /* end confdefs.h. */
22102 #include <time.h>
22104 main ()
22106 daylight = 1
22108 return 0;
22110 _ACEOF
22111 rm -f conftest.$ac_objext conftest$ac_exeext
22112 if { (ac_try="$ac_link"
22113 case "(($ac_try" in
22114 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22115 *) ac_try_echo=$ac_try;;
22116 esac
22117 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
22118 (eval "$ac_link") 2>conftest.er1
22119 ac_status=$?
22120 grep -v '^ *+' conftest.er1 >conftest.err
22121 rm -f conftest.er1
22122 cat conftest.err >&5
22123 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22124 (exit $ac_status); } && {
22125 test -z "$ac_c_werror_flag" ||
22126 test ! -s conftest.err
22127 } && test -s conftest$ac_exeext &&
22128 $as_test_x conftest$ac_exeext; then
22129 ac_cv_have_daylight="yes"
22130 else
22131 echo "$as_me: failed program was:" >&5
22132 sed 's/^/| /' conftest.$ac_ext >&5
22134 ac_cv_have_daylight="no"
22137 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
22138 conftest$ac_exeext conftest.$ac_ext
22140 { echo "$as_me:$LINENO: result: $ac_cv_have_daylight" >&5
22141 echo "${ECHO_T}$ac_cv_have_daylight" >&6; }
22142 if test "$ac_cv_have_daylight" = "yes"
22143 then
22145 cat >>confdefs.h <<\_ACEOF
22146 #define HAVE_DAYLIGHT 1
22147 _ACEOF
22151 { echo "$as_me:$LINENO: checking for isinf" >&5
22152 echo $ECHO_N "checking for isinf... $ECHO_C" >&6; }
22153 if test "${ac_cv_have_isinf+set}" = set; then
22154 echo $ECHO_N "(cached) $ECHO_C" >&6
22155 else
22156 cat >conftest.$ac_ext <<_ACEOF
22157 /* confdefs.h. */
22158 _ACEOF
22159 cat confdefs.h >>conftest.$ac_ext
22160 cat >>conftest.$ac_ext <<_ACEOF
22161 /* end confdefs.h. */
22162 #include <math.h>
22164 main ()
22166 float f = 0.0; int i=isinf(f)
22168 return 0;
22170 _ACEOF
22171 rm -f conftest.$ac_objext conftest$ac_exeext
22172 if { (ac_try="$ac_link"
22173 case "(($ac_try" in
22174 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22175 *) ac_try_echo=$ac_try;;
22176 esac
22177 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
22178 (eval "$ac_link") 2>conftest.er1
22179 ac_status=$?
22180 grep -v '^ *+' conftest.er1 >conftest.err
22181 rm -f conftest.er1
22182 cat conftest.err >&5
22183 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22184 (exit $ac_status); } && {
22185 test -z "$ac_c_werror_flag" ||
22186 test ! -s conftest.err
22187 } && test -s conftest$ac_exeext &&
22188 $as_test_x conftest$ac_exeext; then
22189 ac_cv_have_isinf="yes"
22190 else
22191 echo "$as_me: failed program was:" >&5
22192 sed 's/^/| /' conftest.$ac_ext >&5
22194 ac_cv_have_isinf="no"
22197 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
22198 conftest$ac_exeext conftest.$ac_ext
22200 { echo "$as_me:$LINENO: result: $ac_cv_have_isinf" >&5
22201 echo "${ECHO_T}$ac_cv_have_isinf" >&6; }
22202 if test "$ac_cv_have_isinf" = "yes"
22203 then
22205 cat >>confdefs.h <<\_ACEOF
22206 #define HAVE_ISINF 1
22207 _ACEOF
22212 case $host_cpu in
22213 *i[3456789]86*) { echo "$as_me:$LINENO: checking whether we need to define __i386__" >&5
22214 echo $ECHO_N "checking whether we need to define __i386__... $ECHO_C" >&6; }
22215 if test "${ac_cv_cpp_def___i386__+set}" = set; then
22216 echo $ECHO_N "(cached) $ECHO_C" >&6
22217 else
22218 cat >conftest.$ac_ext <<_ACEOF
22219 /* confdefs.h. */
22220 _ACEOF
22221 cat confdefs.h >>conftest.$ac_ext
22222 cat >>conftest.$ac_ext <<_ACEOF
22223 /* end confdefs.h. */
22224 #ifndef __i386__
22226 #endif
22227 _ACEOF
22228 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
22229 $EGREP "yes" >/dev/null 2>&1; then
22230 ac_cv_cpp_def___i386__=yes
22231 else
22232 ac_cv_cpp_def___i386__=no
22234 rm -f conftest*
22237 { echo "$as_me:$LINENO: result: $ac_cv_cpp_def___i386__" >&5
22238 echo "${ECHO_T}$ac_cv_cpp_def___i386__" >&6; }
22239 if test $ac_cv_cpp_def___i386__ = yes; then
22240 CFLAGS="$CFLAGS -D__i386__"
22241 LINTFLAGS="$LINTFLAGS -D__i386__"
22244 *x86_64*) { echo "$as_me:$LINENO: checking whether we need to define __x86_64__" >&5
22245 echo $ECHO_N "checking whether we need to define __x86_64__... $ECHO_C" >&6; }
22246 if test "${ac_cv_cpp_def___x86_64__+set}" = set; then
22247 echo $ECHO_N "(cached) $ECHO_C" >&6
22248 else
22249 cat >conftest.$ac_ext <<_ACEOF
22250 /* confdefs.h. */
22251 _ACEOF
22252 cat confdefs.h >>conftest.$ac_ext
22253 cat >>conftest.$ac_ext <<_ACEOF
22254 /* end confdefs.h. */
22255 #ifndef __x86_64__
22257 #endif
22258 _ACEOF
22259 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
22260 $EGREP "yes" >/dev/null 2>&1; then
22261 ac_cv_cpp_def___x86_64__=yes
22262 else
22263 ac_cv_cpp_def___x86_64__=no
22265 rm -f conftest*
22268 { echo "$as_me:$LINENO: result: $ac_cv_cpp_def___x86_64__" >&5
22269 echo "${ECHO_T}$ac_cv_cpp_def___x86_64__" >&6; }
22270 if test $ac_cv_cpp_def___x86_64__ = yes; then
22271 CFLAGS="$CFLAGS -D__x86_64__"
22272 LINTFLAGS="$LINTFLAGS -D__x86_64__"
22275 *alpha*) { echo "$as_me:$LINENO: checking whether we need to define __ALPHA__" >&5
22276 echo $ECHO_N "checking whether we need to define __ALPHA__... $ECHO_C" >&6; }
22277 if test "${ac_cv_cpp_def___ALPHA__+set}" = set; then
22278 echo $ECHO_N "(cached) $ECHO_C" >&6
22279 else
22280 cat >conftest.$ac_ext <<_ACEOF
22281 /* confdefs.h. */
22282 _ACEOF
22283 cat confdefs.h >>conftest.$ac_ext
22284 cat >>conftest.$ac_ext <<_ACEOF
22285 /* end confdefs.h. */
22286 #ifndef __ALPHA__
22288 #endif
22289 _ACEOF
22290 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
22291 $EGREP "yes" >/dev/null 2>&1; then
22292 ac_cv_cpp_def___ALPHA__=yes
22293 else
22294 ac_cv_cpp_def___ALPHA__=no
22296 rm -f conftest*
22299 { echo "$as_me:$LINENO: result: $ac_cv_cpp_def___ALPHA__" >&5
22300 echo "${ECHO_T}$ac_cv_cpp_def___ALPHA__" >&6; }
22301 if test $ac_cv_cpp_def___ALPHA__ = yes; then
22302 CFLAGS="$CFLAGS -D__ALPHA__"
22303 LINTFLAGS="$LINTFLAGS -D__ALPHA__"
22306 *sparc*) { echo "$as_me:$LINENO: checking whether we need to define __sparc__" >&5
22307 echo $ECHO_N "checking whether we need to define __sparc__... $ECHO_C" >&6; }
22308 if test "${ac_cv_cpp_def___sparc__+set}" = set; then
22309 echo $ECHO_N "(cached) $ECHO_C" >&6
22310 else
22311 cat >conftest.$ac_ext <<_ACEOF
22312 /* confdefs.h. */
22313 _ACEOF
22314 cat confdefs.h >>conftest.$ac_ext
22315 cat >>conftest.$ac_ext <<_ACEOF
22316 /* end confdefs.h. */
22317 #ifndef __sparc__
22319 #endif
22320 _ACEOF
22321 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
22322 $EGREP "yes" >/dev/null 2>&1; then
22323 ac_cv_cpp_def___sparc__=yes
22324 else
22325 ac_cv_cpp_def___sparc__=no
22327 rm -f conftest*
22330 { echo "$as_me:$LINENO: result: $ac_cv_cpp_def___sparc__" >&5
22331 echo "${ECHO_T}$ac_cv_cpp_def___sparc__" >&6; }
22332 if test $ac_cv_cpp_def___sparc__ = yes; then
22333 CFLAGS="$CFLAGS -D__sparc__"
22334 LINTFLAGS="$LINTFLAGS -D__sparc__"
22337 *powerpc*) { echo "$as_me:$LINENO: checking whether we need to define __powerpc__" >&5
22338 echo $ECHO_N "checking whether we need to define __powerpc__... $ECHO_C" >&6; }
22339 if test "${ac_cv_cpp_def___powerpc__+set}" = set; then
22340 echo $ECHO_N "(cached) $ECHO_C" >&6
22341 else
22342 cat >conftest.$ac_ext <<_ACEOF
22343 /* confdefs.h. */
22344 _ACEOF
22345 cat confdefs.h >>conftest.$ac_ext
22346 cat >>conftest.$ac_ext <<_ACEOF
22347 /* end confdefs.h. */
22348 #ifndef __powerpc__
22350 #endif
22351 _ACEOF
22352 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
22353 $EGREP "yes" >/dev/null 2>&1; then
22354 ac_cv_cpp_def___powerpc__=yes
22355 else
22356 ac_cv_cpp_def___powerpc__=no
22358 rm -f conftest*
22361 { echo "$as_me:$LINENO: result: $ac_cv_cpp_def___powerpc__" >&5
22362 echo "${ECHO_T}$ac_cv_cpp_def___powerpc__" >&6; }
22363 if test $ac_cv_cpp_def___powerpc__ = yes; then
22364 CFLAGS="$CFLAGS -D__powerpc__"
22365 LINTFLAGS="$LINTFLAGS -D__powerpc__"
22368 esac
22370 case $host_vendor in
22371 *sun*) { echo "$as_me:$LINENO: checking whether we need to define __sun__" >&5
22372 echo $ECHO_N "checking whether we need to define __sun__... $ECHO_C" >&6; }
22373 if test "${ac_cv_cpp_def___sun__+set}" = set; then
22374 echo $ECHO_N "(cached) $ECHO_C" >&6
22375 else
22376 cat >conftest.$ac_ext <<_ACEOF
22377 /* confdefs.h. */
22378 _ACEOF
22379 cat confdefs.h >>conftest.$ac_ext
22380 cat >>conftest.$ac_ext <<_ACEOF
22381 /* end confdefs.h. */
22382 #ifndef __sun__
22384 #endif
22385 _ACEOF
22386 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
22387 $EGREP "yes" >/dev/null 2>&1; then
22388 ac_cv_cpp_def___sun__=yes
22389 else
22390 ac_cv_cpp_def___sun__=no
22392 rm -f conftest*
22395 { echo "$as_me:$LINENO: result: $ac_cv_cpp_def___sun__" >&5
22396 echo "${ECHO_T}$ac_cv_cpp_def___sun__" >&6; }
22397 if test $ac_cv_cpp_def___sun__ = yes; then
22398 CFLAGS="$CFLAGS -D__sun__"
22399 LINTFLAGS="$LINTFLAGS -D__sun__"
22402 esac
22405 DEPENDENCIES="### Dependencies:
22407 .INIT: Makefile
22408 .BEGIN: Makefile
22409 Makefile: dummy
22410 -\$(MAKEDEP) -C\$(SRCDIR) -S\$(TOPSRCDIR) -T\$(TOPOBJDIR) \$(EXTRAINCL) \$(DEPEND_SRCS)
22412 \$(OBJS): \$(IDL_GEN_HEADERS)
22413 \$(IDL_GEN_C_SRCS:.c=.o): \$(IDL_GEN_C_SRCS)
22414 \$(RC_SRCS:.rc=.res): \$(IDL_TLB_SRCS:.idl=.tlb)
22415 \$(LEX_SRCS:.l=.yy.o): \$(LEX_SRCS:.l=.yy.c)
22416 \$(BISON_SRCS:.y=.tab.o): \$(BISON_SRCS:.y=.tab.c)"
22419 ALL_MAKERULES=""
22421 ALL_MAKEFILES=""
22423 ALL_MAKEFILE_DEPENDS="# Makefile dependencies"
22426 ALL_TOP_DIRS=""
22428 ALL_DLL_DIRS=""
22430 ALL_IMPLIB_DIRS=""
22432 ALL_TEST_DIRS=""
22434 ALL_PROGRAM_DIRS=""
22436 ALL_PROGRAM_INSTALL_DIRS=""
22438 ALL_PROGRAM_BIN_INSTALL_DIRS=""
22444 ac_config_commands="$ac_config_commands include/stamp-h"
22447 ac_config_commands="$ac_config_commands dlls/gdi32/enhmfdrv"
22449 ac_config_commands="$ac_config_commands dlls/gdi32/mfdrv"
22451 ac_config_commands="$ac_config_commands dlls/kernel32/nls"
22453 ac_config_commands="$ac_config_commands dlls/user32/resources"
22455 ac_config_commands="$ac_config_commands dlls/wineps.drv/data"
22457 ac_config_commands="$ac_config_commands include/wine"
22460 ALL_MAKERULES="$ALL_MAKERULES \\
22461 Make.rules"
22462 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22463 Make.rules: Make.rules.in"
22464 MAKE_RULES=Make.rules
22465 ac_config_files="$ac_config_files Make.rules"
22467 ALL_MAKERULES="$ALL_MAKERULES \\
22468 dlls/Makedll.rules"
22469 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22470 dlls/Makedll.rules: dlls/Makedll.rules.in Make.rules"
22471 MAKE_DLL_RULES=dlls/Makedll.rules
22472 ac_config_files="$ac_config_files dlls/Makedll.rules"
22474 ALL_MAKERULES="$ALL_MAKERULES \\
22475 dlls/Makeimplib.rules"
22476 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22477 dlls/Makeimplib.rules: dlls/Makeimplib.rules.in Make.rules"
22478 MAKE_IMPLIB_RULES=dlls/Makeimplib.rules
22479 ac_config_files="$ac_config_files dlls/Makeimplib.rules"
22481 ALL_MAKERULES="$ALL_MAKERULES \\
22482 dlls/Maketest.rules"
22483 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22484 dlls/Maketest.rules: dlls/Maketest.rules.in Make.rules"
22485 MAKE_TEST_RULES=dlls/Maketest.rules
22486 ac_config_files="$ac_config_files dlls/Maketest.rules"
22488 ALL_MAKERULES="$ALL_MAKERULES \\
22489 programs/Makeprog.rules"
22490 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22491 programs/Makeprog.rules: programs/Makeprog.rules.in Make.rules"
22492 MAKE_PROG_RULES=programs/Makeprog.rules
22493 ac_config_files="$ac_config_files programs/Makeprog.rules"
22498 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22499 Makefile: Makefile.in Make.rules"
22500 ac_config_files="$ac_config_files Makefile"
22502 ALL_MAKEFILES="$ALL_MAKEFILES \\
22503 dlls/Makefile"
22504 test "x$enable_dlls" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
22505 dlls"
22506 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22507 dlls/Makefile: dlls/Makefile.in Make.rules"
22508 ac_config_files="$ac_config_files dlls/Makefile"
22510 ALL_MAKEFILES="$ALL_MAKEFILES \\
22511 dlls/acledit/Makefile"
22512 test "x$enable_acledit" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22513 acledit"
22514 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22515 dlls/acledit/Makefile: dlls/acledit/Makefile.in dlls/Makedll.rules"
22516 ac_config_files="$ac_config_files dlls/acledit/Makefile"
22518 ALL_MAKEFILES="$ALL_MAKEFILES \\
22519 dlls/activeds/Makefile"
22520 test "x$enable_activeds" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22521 activeds"
22522 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22523 dlls/activeds/Makefile: dlls/activeds/Makefile.in dlls/Makedll.rules"
22524 ac_config_files="$ac_config_files dlls/activeds/Makefile"
22526 ALL_MAKEFILES="$ALL_MAKEFILES \\
22527 dlls/actxprxy/Makefile"
22528 test "x$enable_actxprxy" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22529 actxprxy"
22530 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22531 dlls/actxprxy/Makefile: dlls/actxprxy/Makefile.in dlls/Makedll.rules"
22532 ac_config_files="$ac_config_files dlls/actxprxy/Makefile"
22534 ALL_MAKEFILES="$ALL_MAKEFILES \\
22535 dlls/adsiid/Makefile"
22536 test "x$enable_adsiid" != xno && ALL_IMPLIB_DIRS="$ALL_IMPLIB_DIRS \\
22537 adsiid"
22538 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22539 dlls/adsiid/Makefile: dlls/adsiid/Makefile.in dlls/Makeimplib.rules"
22540 ac_config_files="$ac_config_files dlls/adsiid/Makefile"
22542 ALL_MAKEFILES="$ALL_MAKEFILES \\
22543 dlls/advapi32/Makefile"
22544 test "x$enable_advapi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22545 advapi32"
22546 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22547 dlls/advapi32/Makefile: dlls/advapi32/Makefile.in dlls/Makedll.rules"
22548 ac_config_files="$ac_config_files dlls/advapi32/Makefile"
22550 ALL_MAKEFILES="$ALL_MAKEFILES \\
22551 dlls/advapi32/tests/Makefile"
22552 test "x$enable_advapi32_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
22553 advapi32/tests"
22554 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22555 dlls/advapi32/tests/Makefile: dlls/advapi32/tests/Makefile.in dlls/Maketest.rules"
22556 ac_config_files="$ac_config_files dlls/advapi32/tests/Makefile"
22558 ALL_MAKEFILES="$ALL_MAKEFILES \\
22559 dlls/advpack/Makefile"
22560 test "x$enable_advpack" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22561 advpack"
22562 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22563 dlls/advpack/Makefile: dlls/advpack/Makefile.in dlls/Makedll.rules"
22564 ac_config_files="$ac_config_files dlls/advpack/Makefile"
22566 ALL_MAKEFILES="$ALL_MAKEFILES \\
22567 dlls/advpack/tests/Makefile"
22568 test "x$enable_advpack_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
22569 advpack/tests"
22570 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22571 dlls/advpack/tests/Makefile: dlls/advpack/tests/Makefile.in dlls/Maketest.rules"
22572 ac_config_files="$ac_config_files dlls/advpack/tests/Makefile"
22574 ALL_MAKEFILES="$ALL_MAKEFILES \\
22575 dlls/amstream/Makefile"
22576 test "x$enable_amstream" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22577 amstream"
22578 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22579 dlls/amstream/Makefile: dlls/amstream/Makefile.in dlls/Makedll.rules"
22580 ac_config_files="$ac_config_files dlls/amstream/Makefile"
22582 ALL_MAKEFILES="$ALL_MAKEFILES \\
22583 dlls/appwiz.cpl/Makefile"
22584 test "x$enable_appwiz_cpl" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22585 appwiz.cpl"
22586 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22587 dlls/appwiz.cpl/Makefile: dlls/appwiz.cpl/Makefile.in dlls/Makedll.rules"
22588 ac_config_files="$ac_config_files dlls/appwiz.cpl/Makefile"
22590 ALL_MAKEFILES="$ALL_MAKEFILES \\
22591 dlls/atl/Makefile"
22592 test "x$enable_atl" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22593 atl"
22594 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22595 dlls/atl/Makefile: dlls/atl/Makefile.in dlls/Makedll.rules"
22596 ac_config_files="$ac_config_files dlls/atl/Makefile"
22598 ALL_MAKEFILES="$ALL_MAKEFILES \\
22599 dlls/avicap32/Makefile"
22600 test "x$enable_avicap32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22601 avicap32"
22602 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22603 dlls/avicap32/Makefile: dlls/avicap32/Makefile.in dlls/Makedll.rules"
22604 ac_config_files="$ac_config_files dlls/avicap32/Makefile"
22606 ALL_MAKEFILES="$ALL_MAKEFILES \\
22607 dlls/avifil32/Makefile"
22608 test "x$enable_avifil32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22609 avifil32"
22610 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22611 dlls/avifil32/Makefile: dlls/avifil32/Makefile.in dlls/Makedll.rules"
22612 ac_config_files="$ac_config_files dlls/avifil32/Makefile"
22614 ALL_MAKEFILES="$ALL_MAKEFILES \\
22615 dlls/browseui/Makefile"
22616 test "x$enable_browseui" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22617 browseui"
22618 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22619 dlls/browseui/Makefile: dlls/browseui/Makefile.in dlls/Makedll.rules"
22620 ac_config_files="$ac_config_files dlls/browseui/Makefile"
22622 ALL_MAKEFILES="$ALL_MAKEFILES \\
22623 dlls/browseui/tests/Makefile"
22624 test "x$enable_browseui_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
22625 browseui/tests"
22626 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22627 dlls/browseui/tests/Makefile: dlls/browseui/tests/Makefile.in dlls/Maketest.rules"
22628 ac_config_files="$ac_config_files dlls/browseui/tests/Makefile"
22630 ALL_MAKEFILES="$ALL_MAKEFILES \\
22631 dlls/cabinet/Makefile"
22632 test "x$enable_cabinet" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22633 cabinet"
22634 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22635 dlls/cabinet/Makefile: dlls/cabinet/Makefile.in dlls/Makedll.rules"
22636 ac_config_files="$ac_config_files dlls/cabinet/Makefile"
22638 ALL_MAKEFILES="$ALL_MAKEFILES \\
22639 dlls/cabinet/tests/Makefile"
22640 test "x$enable_cabinet_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
22641 cabinet/tests"
22642 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22643 dlls/cabinet/tests/Makefile: dlls/cabinet/tests/Makefile.in dlls/Maketest.rules"
22644 ac_config_files="$ac_config_files dlls/cabinet/tests/Makefile"
22646 ALL_MAKEFILES="$ALL_MAKEFILES \\
22647 dlls/capi2032/Makefile"
22648 test "x$enable_capi2032" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22649 capi2032"
22650 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22651 dlls/capi2032/Makefile: dlls/capi2032/Makefile.in dlls/Makedll.rules"
22652 ac_config_files="$ac_config_files dlls/capi2032/Makefile"
22654 ALL_MAKEFILES="$ALL_MAKEFILES \\
22655 dlls/cards/Makefile"
22656 test "x$enable_cards" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22657 cards"
22658 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22659 dlls/cards/Makefile: dlls/cards/Makefile.in dlls/Makedll.rules"
22660 ac_config_files="$ac_config_files dlls/cards/Makefile"
22662 ALL_MAKEFILES="$ALL_MAKEFILES \\
22663 dlls/cfgmgr32/Makefile"
22664 test "x$enable_cfgmgr32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22665 cfgmgr32"
22666 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22667 dlls/cfgmgr32/Makefile: dlls/cfgmgr32/Makefile.in dlls/Makedll.rules"
22668 ac_config_files="$ac_config_files dlls/cfgmgr32/Makefile"
22670 ALL_MAKEFILES="$ALL_MAKEFILES \\
22671 dlls/clusapi/Makefile"
22672 test "x$enable_clusapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22673 clusapi"
22674 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22675 dlls/clusapi/Makefile: dlls/clusapi/Makefile.in dlls/Makedll.rules"
22676 ac_config_files="$ac_config_files dlls/clusapi/Makefile"
22678 ALL_MAKEFILES="$ALL_MAKEFILES \\
22679 dlls/comcat/Makefile"
22680 test "x$enable_comcat" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22681 comcat"
22682 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22683 dlls/comcat/Makefile: dlls/comcat/Makefile.in dlls/Makedll.rules"
22684 ac_config_files="$ac_config_files dlls/comcat/Makefile"
22686 ALL_MAKEFILES="$ALL_MAKEFILES \\
22687 dlls/comcat/tests/Makefile"
22688 test "x$enable_comcat_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
22689 comcat/tests"
22690 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22691 dlls/comcat/tests/Makefile: dlls/comcat/tests/Makefile.in dlls/Maketest.rules"
22692 ac_config_files="$ac_config_files dlls/comcat/tests/Makefile"
22694 ALL_MAKEFILES="$ALL_MAKEFILES \\
22695 dlls/comctl32/Makefile"
22696 test "x$enable_comctl32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22697 comctl32"
22698 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22699 dlls/comctl32/Makefile: dlls/comctl32/Makefile.in dlls/Makedll.rules"
22700 ac_config_files="$ac_config_files dlls/comctl32/Makefile"
22702 ALL_MAKEFILES="$ALL_MAKEFILES \\
22703 dlls/comctl32/tests/Makefile"
22704 test "x$enable_comctl32_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
22705 comctl32/tests"
22706 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22707 dlls/comctl32/tests/Makefile: dlls/comctl32/tests/Makefile.in dlls/Maketest.rules"
22708 ac_config_files="$ac_config_files dlls/comctl32/tests/Makefile"
22710 ALL_MAKEFILES="$ALL_MAKEFILES \\
22711 dlls/comdlg32/Makefile"
22712 test "x$enable_comdlg32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22713 comdlg32"
22714 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22715 dlls/comdlg32/Makefile: dlls/comdlg32/Makefile.in dlls/Makedll.rules"
22716 ac_config_files="$ac_config_files dlls/comdlg32/Makefile"
22718 ALL_MAKEFILES="$ALL_MAKEFILES \\
22719 dlls/comdlg32/tests/Makefile"
22720 test "x$enable_comdlg32_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
22721 comdlg32/tests"
22722 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22723 dlls/comdlg32/tests/Makefile: dlls/comdlg32/tests/Makefile.in dlls/Maketest.rules"
22724 ac_config_files="$ac_config_files dlls/comdlg32/tests/Makefile"
22726 ALL_MAKEFILES="$ALL_MAKEFILES \\
22727 dlls/compstui/Makefile"
22728 test "x$enable_compstui" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22729 compstui"
22730 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22731 dlls/compstui/Makefile: dlls/compstui/Makefile.in dlls/Makedll.rules"
22732 ac_config_files="$ac_config_files dlls/compstui/Makefile"
22734 ALL_MAKEFILES="$ALL_MAKEFILES \\
22735 dlls/credui/Makefile"
22736 test "x$enable_credui" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22737 credui"
22738 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22739 dlls/credui/Makefile: dlls/credui/Makefile.in dlls/Makedll.rules"
22740 ac_config_files="$ac_config_files dlls/credui/Makefile"
22742 ALL_MAKEFILES="$ALL_MAKEFILES \\
22743 dlls/credui/tests/Makefile"
22744 test "x$enable_credui_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
22745 credui/tests"
22746 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22747 dlls/credui/tests/Makefile: dlls/credui/tests/Makefile.in dlls/Maketest.rules"
22748 ac_config_files="$ac_config_files dlls/credui/tests/Makefile"
22750 ALL_MAKEFILES="$ALL_MAKEFILES \\
22751 dlls/crtdll/Makefile"
22752 test "x$enable_crtdll" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22753 crtdll"
22754 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22755 dlls/crtdll/Makefile: dlls/crtdll/Makefile.in dlls/Makedll.rules"
22756 ac_config_files="$ac_config_files dlls/crtdll/Makefile"
22758 ALL_MAKEFILES="$ALL_MAKEFILES \\
22759 dlls/crypt32/Makefile"
22760 test "x$enable_crypt32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22761 crypt32"
22762 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22763 dlls/crypt32/Makefile: dlls/crypt32/Makefile.in dlls/Makedll.rules"
22764 ac_config_files="$ac_config_files dlls/crypt32/Makefile"
22766 ALL_MAKEFILES="$ALL_MAKEFILES \\
22767 dlls/crypt32/tests/Makefile"
22768 test "x$enable_crypt32_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
22769 crypt32/tests"
22770 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22771 dlls/crypt32/tests/Makefile: dlls/crypt32/tests/Makefile.in dlls/Maketest.rules"
22772 ac_config_files="$ac_config_files dlls/crypt32/tests/Makefile"
22774 ALL_MAKEFILES="$ALL_MAKEFILES \\
22775 dlls/cryptdlg/Makefile"
22776 test "x$enable_cryptdlg" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22777 cryptdlg"
22778 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22779 dlls/cryptdlg/Makefile: dlls/cryptdlg/Makefile.in dlls/Makedll.rules"
22780 ac_config_files="$ac_config_files dlls/cryptdlg/Makefile"
22782 ALL_MAKEFILES="$ALL_MAKEFILES \\
22783 dlls/cryptdll/Makefile"
22784 test "x$enable_cryptdll" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22785 cryptdll"
22786 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22787 dlls/cryptdll/Makefile: dlls/cryptdll/Makefile.in dlls/Makedll.rules"
22788 ac_config_files="$ac_config_files dlls/cryptdll/Makefile"
22790 ALL_MAKEFILES="$ALL_MAKEFILES \\
22791 dlls/cryptnet/Makefile"
22792 test "x$enable_cryptnet" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22793 cryptnet"
22794 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22795 dlls/cryptnet/Makefile: dlls/cryptnet/Makefile.in dlls/Makedll.rules"
22796 ac_config_files="$ac_config_files dlls/cryptnet/Makefile"
22798 ALL_MAKEFILES="$ALL_MAKEFILES \\
22799 dlls/cryptnet/tests/Makefile"
22800 test "x$enable_cryptnet_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
22801 cryptnet/tests"
22802 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22803 dlls/cryptnet/tests/Makefile: dlls/cryptnet/tests/Makefile.in dlls/Maketest.rules"
22804 ac_config_files="$ac_config_files dlls/cryptnet/tests/Makefile"
22806 ALL_MAKEFILES="$ALL_MAKEFILES \\
22807 dlls/cryptui/Makefile"
22808 test "x$enable_cryptui" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22809 cryptui"
22810 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22811 dlls/cryptui/Makefile: dlls/cryptui/Makefile.in dlls/Makedll.rules"
22812 ac_config_files="$ac_config_files dlls/cryptui/Makefile"
22814 ALL_MAKEFILES="$ALL_MAKEFILES \\
22815 dlls/ctapi32/Makefile"
22816 test "x$enable_ctapi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22817 ctapi32"
22818 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22819 dlls/ctapi32/Makefile: dlls/ctapi32/Makefile.in dlls/Makedll.rules"
22820 ac_config_files="$ac_config_files dlls/ctapi32/Makefile"
22822 ALL_MAKEFILES="$ALL_MAKEFILES \\
22823 dlls/ctl3d32/Makefile"
22824 test "x$enable_ctl3d32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22825 ctl3d32"
22826 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22827 dlls/ctl3d32/Makefile: dlls/ctl3d32/Makefile.in dlls/Makedll.rules"
22828 ac_config_files="$ac_config_files dlls/ctl3d32/Makefile"
22830 ALL_MAKEFILES="$ALL_MAKEFILES \\
22831 dlls/d3d10/Makefile"
22832 test "x$enable_d3d10" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22833 d3d10"
22834 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22835 dlls/d3d10/Makefile: dlls/d3d10/Makefile.in dlls/Makedll.rules"
22836 ac_config_files="$ac_config_files dlls/d3d10/Makefile"
22838 ALL_MAKEFILES="$ALL_MAKEFILES \\
22839 dlls/d3d8/Makefile"
22840 test "x$enable_d3d8" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22841 d3d8"
22842 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22843 dlls/d3d8/Makefile: dlls/d3d8/Makefile.in dlls/Makedll.rules"
22844 ac_config_files="$ac_config_files dlls/d3d8/Makefile"
22846 ALL_MAKEFILES="$ALL_MAKEFILES \\
22847 dlls/d3d8/tests/Makefile"
22848 test "x$enable_d3d8_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
22849 d3d8/tests"
22850 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22851 dlls/d3d8/tests/Makefile: dlls/d3d8/tests/Makefile.in dlls/Maketest.rules"
22852 ac_config_files="$ac_config_files dlls/d3d8/tests/Makefile"
22854 ALL_MAKEFILES="$ALL_MAKEFILES \\
22855 dlls/d3d9/Makefile"
22856 test "x$enable_d3d9" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22857 d3d9"
22858 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22859 dlls/d3d9/Makefile: dlls/d3d9/Makefile.in dlls/Makedll.rules"
22860 ac_config_files="$ac_config_files dlls/d3d9/Makefile"
22862 ALL_MAKEFILES="$ALL_MAKEFILES \\
22863 dlls/d3d9/tests/Makefile"
22864 test "x$enable_d3d9_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
22865 d3d9/tests"
22866 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22867 dlls/d3d9/tests/Makefile: dlls/d3d9/tests/Makefile.in dlls/Maketest.rules"
22868 ac_config_files="$ac_config_files dlls/d3d9/tests/Makefile"
22870 ALL_MAKEFILES="$ALL_MAKEFILES \\
22871 dlls/d3dim/Makefile"
22872 test "x$enable_d3dim" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22873 d3dim"
22874 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22875 dlls/d3dim/Makefile: dlls/d3dim/Makefile.in dlls/Makedll.rules"
22876 ac_config_files="$ac_config_files dlls/d3dim/Makefile"
22878 ALL_MAKEFILES="$ALL_MAKEFILES \\
22879 dlls/d3drm/Makefile"
22880 test "x$enable_d3drm" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22881 d3drm"
22882 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22883 dlls/d3drm/Makefile: dlls/d3drm/Makefile.in dlls/Makedll.rules"
22884 ac_config_files="$ac_config_files dlls/d3drm/Makefile"
22886 ALL_MAKEFILES="$ALL_MAKEFILES \\
22887 dlls/d3drm/tests/Makefile"
22888 test "x$enable_d3drm_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
22889 d3drm/tests"
22890 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22891 dlls/d3drm/tests/Makefile: dlls/d3drm/tests/Makefile.in dlls/Maketest.rules"
22892 ac_config_files="$ac_config_files dlls/d3drm/tests/Makefile"
22894 ALL_MAKEFILES="$ALL_MAKEFILES \\
22895 dlls/d3dx8/Makefile"
22896 test "x$enable_d3dx8" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22897 d3dx8"
22898 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22899 dlls/d3dx8/Makefile: dlls/d3dx8/Makefile.in dlls/Makedll.rules"
22900 ac_config_files="$ac_config_files dlls/d3dx8/Makefile"
22902 ALL_MAKEFILES="$ALL_MAKEFILES \\
22903 dlls/d3dx8/tests/Makefile"
22904 test "x$enable_d3dx8_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
22905 d3dx8/tests"
22906 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22907 dlls/d3dx8/tests/Makefile: dlls/d3dx8/tests/Makefile.in dlls/Maketest.rules"
22908 ac_config_files="$ac_config_files dlls/d3dx8/tests/Makefile"
22910 ALL_MAKEFILES="$ALL_MAKEFILES \\
22911 dlls/d3dx9_24/Makefile"
22912 test "x$enable_d3dx9_24" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22913 d3dx9_24"
22914 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22915 dlls/d3dx9_24/Makefile: dlls/d3dx9_24/Makefile.in dlls/Makedll.rules"
22916 ac_config_files="$ac_config_files dlls/d3dx9_24/Makefile"
22918 ALL_MAKEFILES="$ALL_MAKEFILES \\
22919 dlls/d3dx9_25/Makefile"
22920 test "x$enable_d3dx9_25" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22921 d3dx9_25"
22922 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22923 dlls/d3dx9_25/Makefile: dlls/d3dx9_25/Makefile.in dlls/Makedll.rules"
22924 ac_config_files="$ac_config_files dlls/d3dx9_25/Makefile"
22926 ALL_MAKEFILES="$ALL_MAKEFILES \\
22927 dlls/d3dx9_26/Makefile"
22928 test "x$enable_d3dx9_26" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22929 d3dx9_26"
22930 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22931 dlls/d3dx9_26/Makefile: dlls/d3dx9_26/Makefile.in dlls/Makedll.rules"
22932 ac_config_files="$ac_config_files dlls/d3dx9_26/Makefile"
22934 ALL_MAKEFILES="$ALL_MAKEFILES \\
22935 dlls/d3dx9_27/Makefile"
22936 test "x$enable_d3dx9_27" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22937 d3dx9_27"
22938 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22939 dlls/d3dx9_27/Makefile: dlls/d3dx9_27/Makefile.in dlls/Makedll.rules"
22940 ac_config_files="$ac_config_files dlls/d3dx9_27/Makefile"
22942 ALL_MAKEFILES="$ALL_MAKEFILES \\
22943 dlls/d3dx9_28/Makefile"
22944 test "x$enable_d3dx9_28" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22945 d3dx9_28"
22946 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22947 dlls/d3dx9_28/Makefile: dlls/d3dx9_28/Makefile.in dlls/Makedll.rules"
22948 ac_config_files="$ac_config_files dlls/d3dx9_28/Makefile"
22950 ALL_MAKEFILES="$ALL_MAKEFILES \\
22951 dlls/d3dx9_29/Makefile"
22952 test "x$enable_d3dx9_29" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22953 d3dx9_29"
22954 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22955 dlls/d3dx9_29/Makefile: dlls/d3dx9_29/Makefile.in dlls/Makedll.rules"
22956 ac_config_files="$ac_config_files dlls/d3dx9_29/Makefile"
22958 ALL_MAKEFILES="$ALL_MAKEFILES \\
22959 dlls/d3dx9_30/Makefile"
22960 test "x$enable_d3dx9_30" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22961 d3dx9_30"
22962 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22963 dlls/d3dx9_30/Makefile: dlls/d3dx9_30/Makefile.in dlls/Makedll.rules"
22964 ac_config_files="$ac_config_files dlls/d3dx9_30/Makefile"
22966 ALL_MAKEFILES="$ALL_MAKEFILES \\
22967 dlls/d3dx9_31/Makefile"
22968 test "x$enable_d3dx9_31" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22969 d3dx9_31"
22970 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22971 dlls/d3dx9_31/Makefile: dlls/d3dx9_31/Makefile.in dlls/Makedll.rules"
22972 ac_config_files="$ac_config_files dlls/d3dx9_31/Makefile"
22974 ALL_MAKEFILES="$ALL_MAKEFILES \\
22975 dlls/d3dx9_32/Makefile"
22976 test "x$enable_d3dx9_32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22977 d3dx9_32"
22978 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22979 dlls/d3dx9_32/Makefile: dlls/d3dx9_32/Makefile.in dlls/Makedll.rules"
22980 ac_config_files="$ac_config_files dlls/d3dx9_32/Makefile"
22982 ALL_MAKEFILES="$ALL_MAKEFILES \\
22983 dlls/d3dx9_33/Makefile"
22984 test "x$enable_d3dx9_33" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22985 d3dx9_33"
22986 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22987 dlls/d3dx9_33/Makefile: dlls/d3dx9_33/Makefile.in dlls/Makedll.rules"
22988 ac_config_files="$ac_config_files dlls/d3dx9_33/Makefile"
22990 ALL_MAKEFILES="$ALL_MAKEFILES \\
22991 dlls/d3dx9_34/Makefile"
22992 test "x$enable_d3dx9_34" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22993 d3dx9_34"
22994 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22995 dlls/d3dx9_34/Makefile: dlls/d3dx9_34/Makefile.in dlls/Makedll.rules"
22996 ac_config_files="$ac_config_files dlls/d3dx9_34/Makefile"
22998 ALL_MAKEFILES="$ALL_MAKEFILES \\
22999 dlls/d3dx9_35/Makefile"
23000 test "x$enable_d3dx9_35" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23001 d3dx9_35"
23002 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23003 dlls/d3dx9_35/Makefile: dlls/d3dx9_35/Makefile.in dlls/Makedll.rules"
23004 ac_config_files="$ac_config_files dlls/d3dx9_35/Makefile"
23006 ALL_MAKEFILES="$ALL_MAKEFILES \\
23007 dlls/d3dx9_36/Makefile"
23008 test "x$enable_d3dx9_36" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23009 d3dx9_36"
23010 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23011 dlls/d3dx9_36/Makefile: dlls/d3dx9_36/Makefile.in dlls/Makedll.rules"
23012 ac_config_files="$ac_config_files dlls/d3dx9_36/Makefile"
23014 ALL_MAKEFILES="$ALL_MAKEFILES \\
23015 dlls/d3dx9_36/tests/Makefile"
23016 test "x$enable_d3dx9_36_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23017 d3dx9_36/tests"
23018 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23019 dlls/d3dx9_36/tests/Makefile: dlls/d3dx9_36/tests/Makefile.in dlls/Maketest.rules"
23020 ac_config_files="$ac_config_files dlls/d3dx9_36/tests/Makefile"
23022 ALL_MAKEFILES="$ALL_MAKEFILES \\
23023 dlls/d3dx9_37/Makefile"
23024 test "x$enable_d3dx9_37" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23025 d3dx9_37"
23026 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23027 dlls/d3dx9_37/Makefile: dlls/d3dx9_37/Makefile.in dlls/Makedll.rules"
23028 ac_config_files="$ac_config_files dlls/d3dx9_37/Makefile"
23030 ALL_MAKEFILES="$ALL_MAKEFILES \\
23031 dlls/d3dxof/Makefile"
23032 test "x$enable_d3dxof" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23033 d3dxof"
23034 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23035 dlls/d3dxof/Makefile: dlls/d3dxof/Makefile.in dlls/Makedll.rules"
23036 ac_config_files="$ac_config_files dlls/d3dxof/Makefile"
23038 ALL_MAKEFILES="$ALL_MAKEFILES \\
23039 dlls/d3dxof/tests/Makefile"
23040 test "x$enable_d3dxof_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23041 d3dxof/tests"
23042 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23043 dlls/d3dxof/tests/Makefile: dlls/d3dxof/tests/Makefile.in dlls/Maketest.rules"
23044 ac_config_files="$ac_config_files dlls/d3dxof/tests/Makefile"
23046 ALL_MAKEFILES="$ALL_MAKEFILES \\
23047 dlls/dbghelp/Makefile"
23048 test "x$enable_dbghelp" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23049 dbghelp"
23050 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23051 dlls/dbghelp/Makefile: dlls/dbghelp/Makefile.in dlls/Makedll.rules"
23052 ac_config_files="$ac_config_files dlls/dbghelp/Makefile"
23054 ALL_MAKEFILES="$ALL_MAKEFILES \\
23055 dlls/dciman32/Makefile"
23056 test "x$enable_dciman32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23057 dciman32"
23058 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23059 dlls/dciman32/Makefile: dlls/dciman32/Makefile.in dlls/Makedll.rules"
23060 ac_config_files="$ac_config_files dlls/dciman32/Makefile"
23062 ALL_MAKEFILES="$ALL_MAKEFILES \\
23063 dlls/ddraw/Makefile"
23064 test "x$enable_ddraw" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23065 ddraw"
23066 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23067 dlls/ddraw/Makefile: dlls/ddraw/Makefile.in dlls/Makedll.rules"
23068 ac_config_files="$ac_config_files dlls/ddraw/Makefile"
23070 ALL_MAKEFILES="$ALL_MAKEFILES \\
23071 dlls/ddraw/tests/Makefile"
23072 test "x$enable_ddraw_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23073 ddraw/tests"
23074 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23075 dlls/ddraw/tests/Makefile: dlls/ddraw/tests/Makefile.in dlls/Maketest.rules"
23076 ac_config_files="$ac_config_files dlls/ddraw/tests/Makefile"
23078 ALL_MAKEFILES="$ALL_MAKEFILES \\
23079 dlls/ddrawex/Makefile"
23080 test "x$enable_ddrawex" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23081 ddrawex"
23082 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23083 dlls/ddrawex/Makefile: dlls/ddrawex/Makefile.in dlls/Makedll.rules"
23084 ac_config_files="$ac_config_files dlls/ddrawex/Makefile"
23086 ALL_MAKEFILES="$ALL_MAKEFILES \\
23087 dlls/devenum/Makefile"
23088 test "x$enable_devenum" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23089 devenum"
23090 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23091 dlls/devenum/Makefile: dlls/devenum/Makefile.in dlls/Makedll.rules"
23092 ac_config_files="$ac_config_files dlls/devenum/Makefile"
23094 ALL_MAKEFILES="$ALL_MAKEFILES \\
23095 dlls/dinput/Makefile"
23096 test "x$enable_dinput" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23097 dinput"
23098 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23099 dlls/dinput/Makefile: dlls/dinput/Makefile.in dlls/Makedll.rules"
23100 ac_config_files="$ac_config_files dlls/dinput/Makefile"
23102 ALL_MAKEFILES="$ALL_MAKEFILES \\
23103 dlls/dinput/tests/Makefile"
23104 test "x$enable_dinput_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23105 dinput/tests"
23106 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23107 dlls/dinput/tests/Makefile: dlls/dinput/tests/Makefile.in dlls/Maketest.rules"
23108 ac_config_files="$ac_config_files dlls/dinput/tests/Makefile"
23110 ALL_MAKEFILES="$ALL_MAKEFILES \\
23111 dlls/dinput8/Makefile"
23112 test "x$enable_dinput8" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23113 dinput8"
23114 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23115 dlls/dinput8/Makefile: dlls/dinput8/Makefile.in dlls/Makedll.rules"
23116 ac_config_files="$ac_config_files dlls/dinput8/Makefile"
23118 ALL_MAKEFILES="$ALL_MAKEFILES \\
23119 dlls/dmband/Makefile"
23120 test "x$enable_dmband" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23121 dmband"
23122 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23123 dlls/dmband/Makefile: dlls/dmband/Makefile.in dlls/Makedll.rules"
23124 ac_config_files="$ac_config_files dlls/dmband/Makefile"
23126 ALL_MAKEFILES="$ALL_MAKEFILES \\
23127 dlls/dmcompos/Makefile"
23128 test "x$enable_dmcompos" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23129 dmcompos"
23130 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23131 dlls/dmcompos/Makefile: dlls/dmcompos/Makefile.in dlls/Makedll.rules"
23132 ac_config_files="$ac_config_files dlls/dmcompos/Makefile"
23134 ALL_MAKEFILES="$ALL_MAKEFILES \\
23135 dlls/dmime/Makefile"
23136 test "x$enable_dmime" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23137 dmime"
23138 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23139 dlls/dmime/Makefile: dlls/dmime/Makefile.in dlls/Makedll.rules"
23140 ac_config_files="$ac_config_files dlls/dmime/Makefile"
23142 ALL_MAKEFILES="$ALL_MAKEFILES \\
23143 dlls/dmloader/Makefile"
23144 test "x$enable_dmloader" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23145 dmloader"
23146 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23147 dlls/dmloader/Makefile: dlls/dmloader/Makefile.in dlls/Makedll.rules"
23148 ac_config_files="$ac_config_files dlls/dmloader/Makefile"
23150 ALL_MAKEFILES="$ALL_MAKEFILES \\
23151 dlls/dmscript/Makefile"
23152 test "x$enable_dmscript" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23153 dmscript"
23154 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23155 dlls/dmscript/Makefile: dlls/dmscript/Makefile.in dlls/Makedll.rules"
23156 ac_config_files="$ac_config_files dlls/dmscript/Makefile"
23158 ALL_MAKEFILES="$ALL_MAKEFILES \\
23159 dlls/dmstyle/Makefile"
23160 test "x$enable_dmstyle" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23161 dmstyle"
23162 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23163 dlls/dmstyle/Makefile: dlls/dmstyle/Makefile.in dlls/Makedll.rules"
23164 ac_config_files="$ac_config_files dlls/dmstyle/Makefile"
23166 ALL_MAKEFILES="$ALL_MAKEFILES \\
23167 dlls/dmsynth/Makefile"
23168 test "x$enable_dmsynth" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23169 dmsynth"
23170 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23171 dlls/dmsynth/Makefile: dlls/dmsynth/Makefile.in dlls/Makedll.rules"
23172 ac_config_files="$ac_config_files dlls/dmsynth/Makefile"
23174 ALL_MAKEFILES="$ALL_MAKEFILES \\
23175 dlls/dmusic/Makefile"
23176 test "x$enable_dmusic" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23177 dmusic"
23178 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23179 dlls/dmusic/Makefile: dlls/dmusic/Makefile.in dlls/Makedll.rules"
23180 ac_config_files="$ac_config_files dlls/dmusic/Makefile"
23182 ALL_MAKEFILES="$ALL_MAKEFILES \\
23183 dlls/dmusic32/Makefile"
23184 test "x$enable_dmusic32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23185 dmusic32"
23186 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23187 dlls/dmusic32/Makefile: dlls/dmusic32/Makefile.in dlls/Makedll.rules"
23188 ac_config_files="$ac_config_files dlls/dmusic32/Makefile"
23190 ALL_MAKEFILES="$ALL_MAKEFILES \\
23191 dlls/dnsapi/Makefile"
23192 test "x$enable_dnsapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23193 dnsapi"
23194 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23195 dlls/dnsapi/Makefile: dlls/dnsapi/Makefile.in dlls/Makedll.rules"
23196 ac_config_files="$ac_config_files dlls/dnsapi/Makefile"
23198 ALL_MAKEFILES="$ALL_MAKEFILES \\
23199 dlls/dnsapi/tests/Makefile"
23200 test "x$enable_dnsapi_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23201 dnsapi/tests"
23202 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23203 dlls/dnsapi/tests/Makefile: dlls/dnsapi/tests/Makefile.in dlls/Maketest.rules"
23204 ac_config_files="$ac_config_files dlls/dnsapi/tests/Makefile"
23206 ALL_MAKEFILES="$ALL_MAKEFILES \\
23207 dlls/dplay/Makefile"
23208 test "x$enable_dplay" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23209 dplay"
23210 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23211 dlls/dplay/Makefile: dlls/dplay/Makefile.in dlls/Makedll.rules"
23212 ac_config_files="$ac_config_files dlls/dplay/Makefile"
23214 ALL_MAKEFILES="$ALL_MAKEFILES \\
23215 dlls/dplayx/Makefile"
23216 test "x$enable_dplayx" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23217 dplayx"
23218 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23219 dlls/dplayx/Makefile: dlls/dplayx/Makefile.in dlls/Makedll.rules"
23220 ac_config_files="$ac_config_files dlls/dplayx/Makefile"
23222 ALL_MAKEFILES="$ALL_MAKEFILES \\
23223 dlls/dplayx/tests/Makefile"
23224 test "x$enable_dplayx_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23225 dplayx/tests"
23226 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23227 dlls/dplayx/tests/Makefile: dlls/dplayx/tests/Makefile.in dlls/Maketest.rules"
23228 ac_config_files="$ac_config_files dlls/dplayx/tests/Makefile"
23230 ALL_MAKEFILES="$ALL_MAKEFILES \\
23231 dlls/dpnaddr/Makefile"
23232 test "x$enable_dpnaddr" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23233 dpnaddr"
23234 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23235 dlls/dpnaddr/Makefile: dlls/dpnaddr/Makefile.in dlls/Makedll.rules"
23236 ac_config_files="$ac_config_files dlls/dpnaddr/Makefile"
23238 ALL_MAKEFILES="$ALL_MAKEFILES \\
23239 dlls/dpnet/Makefile"
23240 test "x$enable_dpnet" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23241 dpnet"
23242 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23243 dlls/dpnet/Makefile: dlls/dpnet/Makefile.in dlls/Makedll.rules"
23244 ac_config_files="$ac_config_files dlls/dpnet/Makefile"
23246 ALL_MAKEFILES="$ALL_MAKEFILES \\
23247 dlls/dpnhpast/Makefile"
23248 test "x$enable_dpnhpast" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23249 dpnhpast"
23250 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23251 dlls/dpnhpast/Makefile: dlls/dpnhpast/Makefile.in dlls/Makedll.rules"
23252 ac_config_files="$ac_config_files dlls/dpnhpast/Makefile"
23254 ALL_MAKEFILES="$ALL_MAKEFILES \\
23255 dlls/dpnlobby/Makefile"
23256 test "x$enable_dpnlobby" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23257 dpnlobby"
23258 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23259 dlls/dpnlobby/Makefile: dlls/dpnlobby/Makefile.in dlls/Makedll.rules"
23260 ac_config_files="$ac_config_files dlls/dpnlobby/Makefile"
23262 ALL_MAKEFILES="$ALL_MAKEFILES \\
23263 dlls/dpwsockx/Makefile"
23264 test "x$enable_dpwsockx" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23265 dpwsockx"
23266 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23267 dlls/dpwsockx/Makefile: dlls/dpwsockx/Makefile.in dlls/Makedll.rules"
23268 ac_config_files="$ac_config_files dlls/dpwsockx/Makefile"
23270 ALL_MAKEFILES="$ALL_MAKEFILES \\
23271 dlls/dsound/Makefile"
23272 test "x$enable_dsound" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23273 dsound"
23274 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23275 dlls/dsound/Makefile: dlls/dsound/Makefile.in dlls/Makedll.rules"
23276 ac_config_files="$ac_config_files dlls/dsound/Makefile"
23278 ALL_MAKEFILES="$ALL_MAKEFILES \\
23279 dlls/dsound/tests/Makefile"
23280 test "x$enable_dsound_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23281 dsound/tests"
23282 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23283 dlls/dsound/tests/Makefile: dlls/dsound/tests/Makefile.in dlls/Maketest.rules"
23284 ac_config_files="$ac_config_files dlls/dsound/tests/Makefile"
23286 ALL_MAKEFILES="$ALL_MAKEFILES \\
23287 dlls/dssenh/Makefile"
23288 test "x$enable_dssenh" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23289 dssenh"
23290 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23291 dlls/dssenh/Makefile: dlls/dssenh/Makefile.in dlls/Makedll.rules"
23292 ac_config_files="$ac_config_files dlls/dssenh/Makefile"
23294 ALL_MAKEFILES="$ALL_MAKEFILES \\
23295 dlls/dswave/Makefile"
23296 test "x$enable_dswave" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23297 dswave"
23298 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23299 dlls/dswave/Makefile: dlls/dswave/Makefile.in dlls/Makedll.rules"
23300 ac_config_files="$ac_config_files dlls/dswave/Makefile"
23302 ALL_MAKEFILES="$ALL_MAKEFILES \\
23303 dlls/dwmapi/Makefile"
23304 test "x$enable_dwmapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23305 dwmapi"
23306 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23307 dlls/dwmapi/Makefile: dlls/dwmapi/Makefile.in dlls/Makedll.rules"
23308 ac_config_files="$ac_config_files dlls/dwmapi/Makefile"
23310 ALL_MAKEFILES="$ALL_MAKEFILES \\
23311 dlls/dxdiagn/Makefile"
23312 test "x$enable_dxdiagn" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23313 dxdiagn"
23314 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23315 dlls/dxdiagn/Makefile: dlls/dxdiagn/Makefile.in dlls/Makedll.rules"
23316 ac_config_files="$ac_config_files dlls/dxdiagn/Makefile"
23318 ALL_MAKEFILES="$ALL_MAKEFILES \\
23319 dlls/dxerr8/Makefile"
23320 test "x$enable_dxerr8" != xno && ALL_IMPLIB_DIRS="$ALL_IMPLIB_DIRS \\
23321 dxerr8"
23322 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23323 dlls/dxerr8/Makefile: dlls/dxerr8/Makefile.in dlls/Makeimplib.rules"
23324 ac_config_files="$ac_config_files dlls/dxerr8/Makefile"
23326 ALL_MAKEFILES="$ALL_MAKEFILES \\
23327 dlls/dxerr9/Makefile"
23328 test "x$enable_dxerr9" != xno && ALL_IMPLIB_DIRS="$ALL_IMPLIB_DIRS \\
23329 dxerr9"
23330 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23331 dlls/dxerr9/Makefile: dlls/dxerr9/Makefile.in dlls/Makeimplib.rules"
23332 ac_config_files="$ac_config_files dlls/dxerr9/Makefile"
23334 ALL_MAKEFILES="$ALL_MAKEFILES \\
23335 dlls/dxguid/Makefile"
23336 test "x$enable_dxguid" != xno && ALL_IMPLIB_DIRS="$ALL_IMPLIB_DIRS \\
23337 dxguid"
23338 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23339 dlls/dxguid/Makefile: dlls/dxguid/Makefile.in dlls/Makeimplib.rules"
23340 ac_config_files="$ac_config_files dlls/dxguid/Makefile"
23342 ALL_MAKEFILES="$ALL_MAKEFILES \\
23343 dlls/faultrep/Makefile"
23344 test "x$enable_faultrep" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23345 faultrep"
23346 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23347 dlls/faultrep/Makefile: dlls/faultrep/Makefile.in dlls/Makedll.rules"
23348 ac_config_files="$ac_config_files dlls/faultrep/Makefile"
23350 ALL_MAKEFILES="$ALL_MAKEFILES \\
23351 dlls/fusion/Makefile"
23352 test "x$enable_fusion" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23353 fusion"
23354 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23355 dlls/fusion/Makefile: dlls/fusion/Makefile.in dlls/Makedll.rules"
23356 ac_config_files="$ac_config_files dlls/fusion/Makefile"
23358 ALL_MAKEFILES="$ALL_MAKEFILES \\
23359 dlls/fusion/tests/Makefile"
23360 test "x$enable_fusion_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23361 fusion/tests"
23362 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23363 dlls/fusion/tests/Makefile: dlls/fusion/tests/Makefile.in dlls/Maketest.rules"
23364 ac_config_files="$ac_config_files dlls/fusion/tests/Makefile"
23366 ALL_MAKEFILES="$ALL_MAKEFILES \\
23367 dlls/gdi32/Makefile"
23368 test "x$enable_gdi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23369 gdi32"
23370 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23371 dlls/gdi32/Makefile: dlls/gdi32/Makefile.in dlls/Makedll.rules"
23372 ac_config_files="$ac_config_files dlls/gdi32/Makefile"
23374 ALL_MAKEFILES="$ALL_MAKEFILES \\
23375 dlls/gdi32/tests/Makefile"
23376 test "x$enable_gdi32_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23377 gdi32/tests"
23378 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23379 dlls/gdi32/tests/Makefile: dlls/gdi32/tests/Makefile.in dlls/Maketest.rules"
23380 ac_config_files="$ac_config_files dlls/gdi32/tests/Makefile"
23382 ALL_MAKEFILES="$ALL_MAKEFILES \\
23383 dlls/gdiplus/Makefile"
23384 test "x$enable_gdiplus" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23385 gdiplus"
23386 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23387 dlls/gdiplus/Makefile: dlls/gdiplus/Makefile.in dlls/Makedll.rules"
23388 ac_config_files="$ac_config_files dlls/gdiplus/Makefile"
23390 ALL_MAKEFILES="$ALL_MAKEFILES \\
23391 dlls/gdiplus/tests/Makefile"
23392 test "x$enable_gdiplus_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23393 gdiplus/tests"
23394 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23395 dlls/gdiplus/tests/Makefile: dlls/gdiplus/tests/Makefile.in dlls/Maketest.rules"
23396 ac_config_files="$ac_config_files dlls/gdiplus/tests/Makefile"
23398 ALL_MAKEFILES="$ALL_MAKEFILES \\
23399 dlls/glu32/Makefile"
23400 test "x$enable_glu32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23401 glu32"
23402 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23403 dlls/glu32/Makefile: dlls/glu32/Makefile.in dlls/Makedll.rules"
23404 ac_config_files="$ac_config_files dlls/glu32/Makefile"
23406 ALL_MAKEFILES="$ALL_MAKEFILES \\
23407 dlls/gphoto2.ds/Makefile"
23408 test "x$enable_gphoto2_ds" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23409 gphoto2.ds"
23410 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23411 dlls/gphoto2.ds/Makefile: dlls/gphoto2.ds/Makefile.in dlls/Makedll.rules"
23412 ac_config_files="$ac_config_files dlls/gphoto2.ds/Makefile"
23414 ALL_MAKEFILES="$ALL_MAKEFILES \\
23415 dlls/gpkcsp/Makefile"
23416 test "x$enable_gpkcsp" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23417 gpkcsp"
23418 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23419 dlls/gpkcsp/Makefile: dlls/gpkcsp/Makefile.in dlls/Makedll.rules"
23420 ac_config_files="$ac_config_files dlls/gpkcsp/Makefile"
23422 ALL_MAKEFILES="$ALL_MAKEFILES \\
23423 dlls/hal/Makefile"
23424 test "x$enable_hal" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23425 hal"
23426 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23427 dlls/hal/Makefile: dlls/hal/Makefile.in dlls/Makedll.rules"
23428 ac_config_files="$ac_config_files dlls/hal/Makefile"
23430 ALL_MAKEFILES="$ALL_MAKEFILES \\
23431 dlls/hhctrl.ocx/Makefile"
23432 test "x$enable_hhctrl_ocx" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23433 hhctrl.ocx"
23434 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23435 dlls/hhctrl.ocx/Makefile: dlls/hhctrl.ocx/Makefile.in dlls/Makedll.rules"
23436 ac_config_files="$ac_config_files dlls/hhctrl.ocx/Makefile"
23438 ALL_MAKEFILES="$ALL_MAKEFILES \\
23439 dlls/hid/Makefile"
23440 test "x$enable_hid" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23441 hid"
23442 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23443 dlls/hid/Makefile: dlls/hid/Makefile.in dlls/Makedll.rules"
23444 ac_config_files="$ac_config_files dlls/hid/Makefile"
23446 ALL_MAKEFILES="$ALL_MAKEFILES \\
23447 dlls/hlink/Makefile"
23448 test "x$enable_hlink" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23449 hlink"
23450 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23451 dlls/hlink/Makefile: dlls/hlink/Makefile.in dlls/Makedll.rules"
23452 ac_config_files="$ac_config_files dlls/hlink/Makefile"
23454 ALL_MAKEFILES="$ALL_MAKEFILES \\
23455 dlls/hlink/tests/Makefile"
23456 test "x$enable_hlink_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23457 hlink/tests"
23458 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23459 dlls/hlink/tests/Makefile: dlls/hlink/tests/Makefile.in dlls/Maketest.rules"
23460 ac_config_files="$ac_config_files dlls/hlink/tests/Makefile"
23462 ALL_MAKEFILES="$ALL_MAKEFILES \\
23463 dlls/hnetcfg/Makefile"
23464 test "x$enable_hnetcfg" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23465 hnetcfg"
23466 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23467 dlls/hnetcfg/Makefile: dlls/hnetcfg/Makefile.in dlls/Makedll.rules"
23468 ac_config_files="$ac_config_files dlls/hnetcfg/Makefile"
23470 ALL_MAKEFILES="$ALL_MAKEFILES \\
23471 dlls/iccvid/Makefile"
23472 test "x$enable_iccvid" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23473 iccvid"
23474 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23475 dlls/iccvid/Makefile: dlls/iccvid/Makefile.in dlls/Makedll.rules"
23476 ac_config_files="$ac_config_files dlls/iccvid/Makefile"
23478 ALL_MAKEFILES="$ALL_MAKEFILES \\
23479 dlls/icmp/Makefile"
23480 test "x$enable_icmp" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23481 icmp"
23482 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23483 dlls/icmp/Makefile: dlls/icmp/Makefile.in dlls/Makedll.rules"
23484 ac_config_files="$ac_config_files dlls/icmp/Makefile"
23486 ALL_MAKEFILES="$ALL_MAKEFILES \\
23487 dlls/ifsmgr.vxd/Makefile"
23488 test "x$enable_ifsmgr_vxd" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23489 ifsmgr.vxd"
23490 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23491 dlls/ifsmgr.vxd/Makefile: dlls/ifsmgr.vxd/Makefile.in dlls/Makedll.rules"
23492 ac_config_files="$ac_config_files dlls/ifsmgr.vxd/Makefile"
23494 ALL_MAKEFILES="$ALL_MAKEFILES \\
23495 dlls/imaadp32.acm/Makefile"
23496 test "x$enable_imaadp32_acm" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23497 imaadp32.acm"
23498 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23499 dlls/imaadp32.acm/Makefile: dlls/imaadp32.acm/Makefile.in dlls/Makedll.rules"
23500 ac_config_files="$ac_config_files dlls/imaadp32.acm/Makefile"
23502 ALL_MAKEFILES="$ALL_MAKEFILES \\
23503 dlls/imagehlp/Makefile"
23504 test "x$enable_imagehlp" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23505 imagehlp"
23506 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23507 dlls/imagehlp/Makefile: dlls/imagehlp/Makefile.in dlls/Makedll.rules"
23508 ac_config_files="$ac_config_files dlls/imagehlp/Makefile"
23510 ALL_MAKEFILES="$ALL_MAKEFILES \\
23511 dlls/imm32/Makefile"
23512 test "x$enable_imm32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23513 imm32"
23514 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23515 dlls/imm32/Makefile: dlls/imm32/Makefile.in dlls/Makedll.rules"
23516 ac_config_files="$ac_config_files dlls/imm32/Makefile"
23518 ALL_MAKEFILES="$ALL_MAKEFILES \\
23519 dlls/imm32/tests/Makefile"
23520 test "x$enable_imm32_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23521 imm32/tests"
23522 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23523 dlls/imm32/tests/Makefile: dlls/imm32/tests/Makefile.in dlls/Maketest.rules"
23524 ac_config_files="$ac_config_files dlls/imm32/tests/Makefile"
23526 ALL_MAKEFILES="$ALL_MAKEFILES \\
23527 dlls/inetcomm/Makefile"
23528 test "x$enable_inetcomm" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23529 inetcomm"
23530 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23531 dlls/inetcomm/Makefile: dlls/inetcomm/Makefile.in dlls/Makedll.rules"
23532 ac_config_files="$ac_config_files dlls/inetcomm/Makefile"
23534 ALL_MAKEFILES="$ALL_MAKEFILES \\
23535 dlls/inetcomm/tests/Makefile"
23536 test "x$enable_inetcomm_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23537 inetcomm/tests"
23538 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23539 dlls/inetcomm/tests/Makefile: dlls/inetcomm/tests/Makefile.in dlls/Maketest.rules"
23540 ac_config_files="$ac_config_files dlls/inetcomm/tests/Makefile"
23542 ALL_MAKEFILES="$ALL_MAKEFILES \\
23543 dlls/inetmib1/Makefile"
23544 test "x$enable_inetmib1" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23545 inetmib1"
23546 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23547 dlls/inetmib1/Makefile: dlls/inetmib1/Makefile.in dlls/Makedll.rules"
23548 ac_config_files="$ac_config_files dlls/inetmib1/Makefile"
23550 ALL_MAKEFILES="$ALL_MAKEFILES \\
23551 dlls/inetmib1/tests/Makefile"
23552 test "x$enable_inetmib1_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23553 inetmib1/tests"
23554 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23555 dlls/inetmib1/tests/Makefile: dlls/inetmib1/tests/Makefile.in dlls/Maketest.rules"
23556 ac_config_files="$ac_config_files dlls/inetmib1/tests/Makefile"
23558 ALL_MAKEFILES="$ALL_MAKEFILES \\
23559 dlls/infosoft/Makefile"
23560 test "x$enable_infosoft" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23561 infosoft"
23562 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23563 dlls/infosoft/Makefile: dlls/infosoft/Makefile.in dlls/Makedll.rules"
23564 ac_config_files="$ac_config_files dlls/infosoft/Makefile"
23566 ALL_MAKEFILES="$ALL_MAKEFILES \\
23567 dlls/infosoft/tests/Makefile"
23568 test "x$enable_infosoft_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23569 infosoft/tests"
23570 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23571 dlls/infosoft/tests/Makefile: dlls/infosoft/tests/Makefile.in dlls/Maketest.rules"
23572 ac_config_files="$ac_config_files dlls/infosoft/tests/Makefile"
23574 ALL_MAKEFILES="$ALL_MAKEFILES \\
23575 dlls/initpki/Makefile"
23576 test "x$enable_initpki" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23577 initpki"
23578 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23579 dlls/initpki/Makefile: dlls/initpki/Makefile.in dlls/Makedll.rules"
23580 ac_config_files="$ac_config_files dlls/initpki/Makefile"
23582 ALL_MAKEFILES="$ALL_MAKEFILES \\
23583 dlls/inkobj/Makefile"
23584 test "x$enable_inkobj" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23585 inkobj"
23586 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23587 dlls/inkobj/Makefile: dlls/inkobj/Makefile.in dlls/Makedll.rules"
23588 ac_config_files="$ac_config_files dlls/inkobj/Makefile"
23590 ALL_MAKEFILES="$ALL_MAKEFILES \\
23591 dlls/inseng/Makefile"
23592 test "x$enable_inseng" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23593 inseng"
23594 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23595 dlls/inseng/Makefile: dlls/inseng/Makefile.in dlls/Makedll.rules"
23596 ac_config_files="$ac_config_files dlls/inseng/Makefile"
23598 ALL_MAKEFILES="$ALL_MAKEFILES \\
23599 dlls/iphlpapi/Makefile"
23600 test "x$enable_iphlpapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23601 iphlpapi"
23602 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23603 dlls/iphlpapi/Makefile: dlls/iphlpapi/Makefile.in dlls/Makedll.rules"
23604 ac_config_files="$ac_config_files dlls/iphlpapi/Makefile"
23606 ALL_MAKEFILES="$ALL_MAKEFILES \\
23607 dlls/iphlpapi/tests/Makefile"
23608 test "x$enable_iphlpapi_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23609 iphlpapi/tests"
23610 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23611 dlls/iphlpapi/tests/Makefile: dlls/iphlpapi/tests/Makefile.in dlls/Maketest.rules"
23612 ac_config_files="$ac_config_files dlls/iphlpapi/tests/Makefile"
23614 ALL_MAKEFILES="$ALL_MAKEFILES \\
23615 dlls/itircl/Makefile"
23616 test "x$enable_itircl" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23617 itircl"
23618 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23619 dlls/itircl/Makefile: dlls/itircl/Makefile.in dlls/Makedll.rules"
23620 ac_config_files="$ac_config_files dlls/itircl/Makefile"
23622 ALL_MAKEFILES="$ALL_MAKEFILES \\
23623 dlls/itss/Makefile"
23624 test "x$enable_itss" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23625 itss"
23626 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23627 dlls/itss/Makefile: dlls/itss/Makefile.in dlls/Makedll.rules"
23628 ac_config_files="$ac_config_files dlls/itss/Makefile"
23630 ALL_MAKEFILES="$ALL_MAKEFILES \\
23631 dlls/itss/tests/Makefile"
23632 test "x$enable_itss_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23633 itss/tests"
23634 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23635 dlls/itss/tests/Makefile: dlls/itss/tests/Makefile.in dlls/Maketest.rules"
23636 ac_config_files="$ac_config_files dlls/itss/tests/Makefile"
23638 ALL_MAKEFILES="$ALL_MAKEFILES \\
23639 dlls/jscript/Makefile"
23640 test "x$enable_jscript" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23641 jscript"
23642 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23643 dlls/jscript/Makefile: dlls/jscript/Makefile.in dlls/Makedll.rules"
23644 ac_config_files="$ac_config_files dlls/jscript/Makefile"
23646 ALL_MAKEFILES="$ALL_MAKEFILES \\
23647 dlls/jscript/tests/Makefile"
23648 test "x$enable_jscript_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23649 jscript/tests"
23650 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23651 dlls/jscript/tests/Makefile: dlls/jscript/tests/Makefile.in dlls/Maketest.rules"
23652 ac_config_files="$ac_config_files dlls/jscript/tests/Makefile"
23654 ALL_MAKEFILES="$ALL_MAKEFILES \\
23655 dlls/kernel32/Makefile"
23656 test "x$enable_kernel32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23657 kernel32"
23658 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23659 dlls/kernel32/Makefile: dlls/kernel32/Makefile.in dlls/Makedll.rules"
23660 ac_config_files="$ac_config_files dlls/kernel32/Makefile"
23662 ALL_MAKEFILES="$ALL_MAKEFILES \\
23663 dlls/kernel32/tests/Makefile"
23664 test "x$enable_kernel32_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23665 kernel32/tests"
23666 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23667 dlls/kernel32/tests/Makefile: dlls/kernel32/tests/Makefile.in dlls/Maketest.rules"
23668 ac_config_files="$ac_config_files dlls/kernel32/tests/Makefile"
23670 ALL_MAKEFILES="$ALL_MAKEFILES \\
23671 dlls/localspl/Makefile"
23672 test "x$enable_localspl" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23673 localspl"
23674 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23675 dlls/localspl/Makefile: dlls/localspl/Makefile.in dlls/Makedll.rules"
23676 ac_config_files="$ac_config_files dlls/localspl/Makefile"
23678 ALL_MAKEFILES="$ALL_MAKEFILES \\
23679 dlls/localspl/tests/Makefile"
23680 test "x$enable_localspl_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23681 localspl/tests"
23682 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23683 dlls/localspl/tests/Makefile: dlls/localspl/tests/Makefile.in dlls/Maketest.rules"
23684 ac_config_files="$ac_config_files dlls/localspl/tests/Makefile"
23686 ALL_MAKEFILES="$ALL_MAKEFILES \\
23687 dlls/localui/Makefile"
23688 test "x$enable_localui" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23689 localui"
23690 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23691 dlls/localui/Makefile: dlls/localui/Makefile.in dlls/Makedll.rules"
23692 ac_config_files="$ac_config_files dlls/localui/Makefile"
23694 ALL_MAKEFILES="$ALL_MAKEFILES \\
23695 dlls/localui/tests/Makefile"
23696 test "x$enable_localui_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23697 localui/tests"
23698 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23699 dlls/localui/tests/Makefile: dlls/localui/tests/Makefile.in dlls/Maketest.rules"
23700 ac_config_files="$ac_config_files dlls/localui/tests/Makefile"
23702 ALL_MAKEFILES="$ALL_MAKEFILES \\
23703 dlls/lz32/Makefile"
23704 test "x$enable_lz32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23705 lz32"
23706 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23707 dlls/lz32/Makefile: dlls/lz32/Makefile.in dlls/Makedll.rules"
23708 ac_config_files="$ac_config_files dlls/lz32/Makefile"
23710 ALL_MAKEFILES="$ALL_MAKEFILES \\
23711 dlls/lz32/tests/Makefile"
23712 test "x$enable_lz32_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23713 lz32/tests"
23714 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23715 dlls/lz32/tests/Makefile: dlls/lz32/tests/Makefile.in dlls/Maketest.rules"
23716 ac_config_files="$ac_config_files dlls/lz32/tests/Makefile"
23718 ALL_MAKEFILES="$ALL_MAKEFILES \\
23719 dlls/mapi32/Makefile"
23720 test "x$enable_mapi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23721 mapi32"
23722 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23723 dlls/mapi32/Makefile: dlls/mapi32/Makefile.in dlls/Makedll.rules"
23724 ac_config_files="$ac_config_files dlls/mapi32/Makefile"
23726 ALL_MAKEFILES="$ALL_MAKEFILES \\
23727 dlls/mapi32/tests/Makefile"
23728 test "x$enable_mapi32_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23729 mapi32/tests"
23730 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23731 dlls/mapi32/tests/Makefile: dlls/mapi32/tests/Makefile.in dlls/Maketest.rules"
23732 ac_config_files="$ac_config_files dlls/mapi32/tests/Makefile"
23734 ALL_MAKEFILES="$ALL_MAKEFILES \\
23735 dlls/mciavi32/Makefile"
23736 test "x$enable_mciavi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23737 mciavi32"
23738 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23739 dlls/mciavi32/Makefile: dlls/mciavi32/Makefile.in dlls/Makedll.rules"
23740 ac_config_files="$ac_config_files dlls/mciavi32/Makefile"
23742 ALL_MAKEFILES="$ALL_MAKEFILES \\
23743 dlls/mcicda/Makefile"
23744 test "x$enable_mcicda" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23745 mcicda"
23746 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23747 dlls/mcicda/Makefile: dlls/mcicda/Makefile.in dlls/Makedll.rules"
23748 ac_config_files="$ac_config_files dlls/mcicda/Makefile"
23750 ALL_MAKEFILES="$ALL_MAKEFILES \\
23751 dlls/mciseq/Makefile"
23752 test "x$enable_mciseq" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23753 mciseq"
23754 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23755 dlls/mciseq/Makefile: dlls/mciseq/Makefile.in dlls/Makedll.rules"
23756 ac_config_files="$ac_config_files dlls/mciseq/Makefile"
23758 ALL_MAKEFILES="$ALL_MAKEFILES \\
23759 dlls/mciwave/Makefile"
23760 test "x$enable_mciwave" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23761 mciwave"
23762 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23763 dlls/mciwave/Makefile: dlls/mciwave/Makefile.in dlls/Makedll.rules"
23764 ac_config_files="$ac_config_files dlls/mciwave/Makefile"
23766 ALL_MAKEFILES="$ALL_MAKEFILES \\
23767 dlls/midimap/Makefile"
23768 test "x$enable_midimap" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23769 midimap"
23770 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23771 dlls/midimap/Makefile: dlls/midimap/Makefile.in dlls/Makedll.rules"
23772 ac_config_files="$ac_config_files dlls/midimap/Makefile"
23774 ALL_MAKEFILES="$ALL_MAKEFILES \\
23775 dlls/mlang/Makefile"
23776 test "x$enable_mlang" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23777 mlang"
23778 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23779 dlls/mlang/Makefile: dlls/mlang/Makefile.in dlls/Makedll.rules"
23780 ac_config_files="$ac_config_files dlls/mlang/Makefile"
23782 ALL_MAKEFILES="$ALL_MAKEFILES \\
23783 dlls/mlang/tests/Makefile"
23784 test "x$enable_mlang_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23785 mlang/tests"
23786 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23787 dlls/mlang/tests/Makefile: dlls/mlang/tests/Makefile.in dlls/Maketest.rules"
23788 ac_config_files="$ac_config_files dlls/mlang/tests/Makefile"
23790 ALL_MAKEFILES="$ALL_MAKEFILES \\
23791 dlls/mmdevldr.vxd/Makefile"
23792 test "x$enable_mmdevldr_vxd" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23793 mmdevldr.vxd"
23794 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23795 dlls/mmdevldr.vxd/Makefile: dlls/mmdevldr.vxd/Makefile.in dlls/Makedll.rules"
23796 ac_config_files="$ac_config_files dlls/mmdevldr.vxd/Makefile"
23798 ALL_MAKEFILES="$ALL_MAKEFILES \\
23799 dlls/monodebg.vxd/Makefile"
23800 test "x$enable_monodebg_vxd" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23801 monodebg.vxd"
23802 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23803 dlls/monodebg.vxd/Makefile: dlls/monodebg.vxd/Makefile.in dlls/Makedll.rules"
23804 ac_config_files="$ac_config_files dlls/monodebg.vxd/Makefile"
23806 ALL_MAKEFILES="$ALL_MAKEFILES \\
23807 dlls/mountmgr.sys/Makefile"
23808 test "x$enable_mountmgr_sys" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23809 mountmgr.sys"
23810 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23811 dlls/mountmgr.sys/Makefile: dlls/mountmgr.sys/Makefile.in dlls/Makedll.rules"
23812 ac_config_files="$ac_config_files dlls/mountmgr.sys/Makefile"
23814 ALL_MAKEFILES="$ALL_MAKEFILES \\
23815 dlls/mpr/Makefile"
23816 test "x$enable_mpr" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23817 mpr"
23818 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23819 dlls/mpr/Makefile: dlls/mpr/Makefile.in dlls/Makedll.rules"
23820 ac_config_files="$ac_config_files dlls/mpr/Makefile"
23822 ALL_MAKEFILES="$ALL_MAKEFILES \\
23823 dlls/mprapi/Makefile"
23824 test "x$enable_mprapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23825 mprapi"
23826 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23827 dlls/mprapi/Makefile: dlls/mprapi/Makefile.in dlls/Makedll.rules"
23828 ac_config_files="$ac_config_files dlls/mprapi/Makefile"
23830 ALL_MAKEFILES="$ALL_MAKEFILES \\
23831 dlls/msacm32.drv/Makefile"
23832 test "x$enable_msacm32_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23833 msacm32.drv"
23834 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23835 dlls/msacm32.drv/Makefile: dlls/msacm32.drv/Makefile.in dlls/Makedll.rules"
23836 ac_config_files="$ac_config_files dlls/msacm32.drv/Makefile"
23838 ALL_MAKEFILES="$ALL_MAKEFILES \\
23839 dlls/msacm32/Makefile"
23840 test "x$enable_msacm32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23841 msacm32"
23842 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23843 dlls/msacm32/Makefile: dlls/msacm32/Makefile.in dlls/Makedll.rules"
23844 ac_config_files="$ac_config_files dlls/msacm32/Makefile"
23846 ALL_MAKEFILES="$ALL_MAKEFILES \\
23847 dlls/msacm32/tests/Makefile"
23848 test "x$enable_msacm32_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23849 msacm32/tests"
23850 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23851 dlls/msacm32/tests/Makefile: dlls/msacm32/tests/Makefile.in dlls/Maketest.rules"
23852 ac_config_files="$ac_config_files dlls/msacm32/tests/Makefile"
23854 ALL_MAKEFILES="$ALL_MAKEFILES \\
23855 dlls/msadp32.acm/Makefile"
23856 test "x$enable_msadp32_acm" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23857 msadp32.acm"
23858 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23859 dlls/msadp32.acm/Makefile: dlls/msadp32.acm/Makefile.in dlls/Makedll.rules"
23860 ac_config_files="$ac_config_files dlls/msadp32.acm/Makefile"
23862 ALL_MAKEFILES="$ALL_MAKEFILES \\
23863 dlls/mscat32/Makefile"
23864 test "x$enable_mscat32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23865 mscat32"
23866 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23867 dlls/mscat32/Makefile: dlls/mscat32/Makefile.in dlls/Makedll.rules"
23868 ac_config_files="$ac_config_files dlls/mscat32/Makefile"
23870 ALL_MAKEFILES="$ALL_MAKEFILES \\
23871 dlls/mscms/Makefile"
23872 test "x$enable_mscms" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23873 mscms"
23874 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23875 dlls/mscms/Makefile: dlls/mscms/Makefile.in dlls/Makedll.rules"
23876 ac_config_files="$ac_config_files dlls/mscms/Makefile"
23878 ALL_MAKEFILES="$ALL_MAKEFILES \\
23879 dlls/mscms/tests/Makefile"
23880 test "x$enable_mscms_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23881 mscms/tests"
23882 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23883 dlls/mscms/tests/Makefile: dlls/mscms/tests/Makefile.in dlls/Maketest.rules"
23884 ac_config_files="$ac_config_files dlls/mscms/tests/Makefile"
23886 ALL_MAKEFILES="$ALL_MAKEFILES \\
23887 dlls/mscoree/Makefile"
23888 test "x$enable_mscoree" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23889 mscoree"
23890 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23891 dlls/mscoree/Makefile: dlls/mscoree/Makefile.in dlls/Makedll.rules"
23892 ac_config_files="$ac_config_files dlls/mscoree/Makefile"
23894 ALL_MAKEFILES="$ALL_MAKEFILES \\
23895 dlls/msdmo/Makefile"
23896 test "x$enable_msdmo" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23897 msdmo"
23898 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23899 dlls/msdmo/Makefile: dlls/msdmo/Makefile.in dlls/Makedll.rules"
23900 ac_config_files="$ac_config_files dlls/msdmo/Makefile"
23902 ALL_MAKEFILES="$ALL_MAKEFILES \\
23903 dlls/msftedit/Makefile"
23904 test "x$enable_msftedit" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23905 msftedit"
23906 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23907 dlls/msftedit/Makefile: dlls/msftedit/Makefile.in dlls/Makedll.rules"
23908 ac_config_files="$ac_config_files dlls/msftedit/Makefile"
23910 ALL_MAKEFILES="$ALL_MAKEFILES \\
23911 dlls/msg711.acm/Makefile"
23912 test "x$enable_msg711_acm" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23913 msg711.acm"
23914 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23915 dlls/msg711.acm/Makefile: dlls/msg711.acm/Makefile.in dlls/Makedll.rules"
23916 ac_config_files="$ac_config_files dlls/msg711.acm/Makefile"
23918 ALL_MAKEFILES="$ALL_MAKEFILES \\
23919 dlls/mshtml.tlb/Makefile"
23920 test "x$enable_mshtml_tlb" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23921 mshtml.tlb"
23922 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23923 dlls/mshtml.tlb/Makefile: dlls/mshtml.tlb/Makefile.in dlls/Makedll.rules"
23924 ac_config_files="$ac_config_files dlls/mshtml.tlb/Makefile"
23926 ALL_MAKEFILES="$ALL_MAKEFILES \\
23927 dlls/mshtml/Makefile"
23928 test "x$enable_mshtml" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23929 mshtml"
23930 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23931 dlls/mshtml/Makefile: dlls/mshtml/Makefile.in dlls/Makedll.rules"
23932 ac_config_files="$ac_config_files dlls/mshtml/Makefile"
23934 ALL_MAKEFILES="$ALL_MAKEFILES \\
23935 dlls/mshtml/tests/Makefile"
23936 test "x$enable_mshtml_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23937 mshtml/tests"
23938 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23939 dlls/mshtml/tests/Makefile: dlls/mshtml/tests/Makefile.in dlls/Maketest.rules"
23940 ac_config_files="$ac_config_files dlls/mshtml/tests/Makefile"
23942 ALL_MAKEFILES="$ALL_MAKEFILES \\
23943 dlls/msi/Makefile"
23944 test "x$enable_msi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23945 msi"
23946 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23947 dlls/msi/Makefile: dlls/msi/Makefile.in dlls/Makedll.rules"
23948 ac_config_files="$ac_config_files dlls/msi/Makefile"
23950 ALL_MAKEFILES="$ALL_MAKEFILES \\
23951 dlls/msi/tests/Makefile"
23952 test "x$enable_msi_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23953 msi/tests"
23954 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23955 dlls/msi/tests/Makefile: dlls/msi/tests/Makefile.in dlls/Maketest.rules"
23956 ac_config_files="$ac_config_files dlls/msi/tests/Makefile"
23958 ALL_MAKEFILES="$ALL_MAKEFILES \\
23959 dlls/msimg32/Makefile"
23960 test "x$enable_msimg32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23961 msimg32"
23962 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23963 dlls/msimg32/Makefile: dlls/msimg32/Makefile.in dlls/Makedll.rules"
23964 ac_config_files="$ac_config_files dlls/msimg32/Makefile"
23966 ALL_MAKEFILES="$ALL_MAKEFILES \\
23967 dlls/msimtf/Makefile"
23968 test "x$enable_msimtf" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23969 msimtf"
23970 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23971 dlls/msimtf/Makefile: dlls/msimtf/Makefile.in dlls/Makedll.rules"
23972 ac_config_files="$ac_config_files dlls/msimtf/Makefile"
23974 ALL_MAKEFILES="$ALL_MAKEFILES \\
23975 dlls/msisip/Makefile"
23976 test "x$enable_msisip" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23977 msisip"
23978 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23979 dlls/msisip/Makefile: dlls/msisip/Makefile.in dlls/Makedll.rules"
23980 ac_config_files="$ac_config_files dlls/msisip/Makefile"
23982 ALL_MAKEFILES="$ALL_MAKEFILES \\
23983 dlls/msisys.ocx/Makefile"
23984 test "x$enable_msisys_ocx" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23985 msisys.ocx"
23986 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23987 dlls/msisys.ocx/Makefile: dlls/msisys.ocx/Makefile.in dlls/Makedll.rules"
23988 ac_config_files="$ac_config_files dlls/msisys.ocx/Makefile"
23990 ALL_MAKEFILES="$ALL_MAKEFILES \\
23991 dlls/msnet32/Makefile"
23992 test "x$enable_msnet32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23993 msnet32"
23994 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23995 dlls/msnet32/Makefile: dlls/msnet32/Makefile.in dlls/Makedll.rules"
23996 ac_config_files="$ac_config_files dlls/msnet32/Makefile"
23998 ALL_MAKEFILES="$ALL_MAKEFILES \\
23999 dlls/msrle32/Makefile"
24000 test "x$enable_msrle32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24001 msrle32"
24002 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24003 dlls/msrle32/Makefile: dlls/msrle32/Makefile.in dlls/Makedll.rules"
24004 ac_config_files="$ac_config_files dlls/msrle32/Makefile"
24006 ALL_MAKEFILES="$ALL_MAKEFILES \\
24007 dlls/mssip32/Makefile"
24008 test "x$enable_mssip32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24009 mssip32"
24010 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24011 dlls/mssip32/Makefile: dlls/mssip32/Makefile.in dlls/Makedll.rules"
24012 ac_config_files="$ac_config_files dlls/mssip32/Makefile"
24014 ALL_MAKEFILES="$ALL_MAKEFILES \\
24015 dlls/mstask/Makefile"
24016 test "x$enable_mstask" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24017 mstask"
24018 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24019 dlls/mstask/Makefile: dlls/mstask/Makefile.in dlls/Makedll.rules"
24020 ac_config_files="$ac_config_files dlls/mstask/Makefile"
24022 ALL_MAKEFILES="$ALL_MAKEFILES \\
24023 dlls/mstask/tests/Makefile"
24024 test "x$enable_mstask_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24025 mstask/tests"
24026 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24027 dlls/mstask/tests/Makefile: dlls/mstask/tests/Makefile.in dlls/Maketest.rules"
24028 ac_config_files="$ac_config_files dlls/mstask/tests/Makefile"
24030 ALL_MAKEFILES="$ALL_MAKEFILES \\
24031 dlls/msvcirt/Makefile"
24032 test "x$enable_msvcirt" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24033 msvcirt"
24034 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24035 dlls/msvcirt/Makefile: dlls/msvcirt/Makefile.in dlls/Makedll.rules"
24036 ac_config_files="$ac_config_files dlls/msvcirt/Makefile"
24038 ALL_MAKEFILES="$ALL_MAKEFILES \\
24039 dlls/msvcr71/Makefile"
24040 test "x$enable_msvcr71" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24041 msvcr71"
24042 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24043 dlls/msvcr71/Makefile: dlls/msvcr71/Makefile.in dlls/Makedll.rules"
24044 ac_config_files="$ac_config_files dlls/msvcr71/Makefile"
24046 ALL_MAKEFILES="$ALL_MAKEFILES \\
24047 dlls/msvcrt/Makefile"
24048 test "x$enable_msvcrt" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24049 msvcrt"
24050 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24051 dlls/msvcrt/Makefile: dlls/msvcrt/Makefile.in dlls/Makedll.rules"
24052 ac_config_files="$ac_config_files dlls/msvcrt/Makefile"
24054 ALL_MAKEFILES="$ALL_MAKEFILES \\
24055 dlls/msvcrt/tests/Makefile"
24056 test "x$enable_msvcrt_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24057 msvcrt/tests"
24058 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24059 dlls/msvcrt/tests/Makefile: dlls/msvcrt/tests/Makefile.in dlls/Maketest.rules"
24060 ac_config_files="$ac_config_files dlls/msvcrt/tests/Makefile"
24062 ALL_MAKEFILES="$ALL_MAKEFILES \\
24063 dlls/msvcrt20/Makefile"
24064 test "x$enable_msvcrt20" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24065 msvcrt20"
24066 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24067 dlls/msvcrt20/Makefile: dlls/msvcrt20/Makefile.in dlls/Makedll.rules"
24068 ac_config_files="$ac_config_files dlls/msvcrt20/Makefile"
24070 ALL_MAKEFILES="$ALL_MAKEFILES \\
24071 dlls/msvcrt40/Makefile"
24072 test "x$enable_msvcrt40" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24073 msvcrt40"
24074 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24075 dlls/msvcrt40/Makefile: dlls/msvcrt40/Makefile.in dlls/Makedll.rules"
24076 ac_config_files="$ac_config_files dlls/msvcrt40/Makefile"
24078 ALL_MAKEFILES="$ALL_MAKEFILES \\
24079 dlls/msvcrtd/Makefile"
24080 test "x$enable_msvcrtd" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24081 msvcrtd"
24082 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24083 dlls/msvcrtd/Makefile: dlls/msvcrtd/Makefile.in dlls/Makedll.rules"
24084 ac_config_files="$ac_config_files dlls/msvcrtd/Makefile"
24086 ALL_MAKEFILES="$ALL_MAKEFILES \\
24087 dlls/msvcrtd/tests/Makefile"
24088 test "x$enable_msvcrtd_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24089 msvcrtd/tests"
24090 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24091 dlls/msvcrtd/tests/Makefile: dlls/msvcrtd/tests/Makefile.in dlls/Maketest.rules"
24092 ac_config_files="$ac_config_files dlls/msvcrtd/tests/Makefile"
24094 ALL_MAKEFILES="$ALL_MAKEFILES \\
24095 dlls/msvfw32/Makefile"
24096 test "x$enable_msvfw32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24097 msvfw32"
24098 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24099 dlls/msvfw32/Makefile: dlls/msvfw32/Makefile.in dlls/Makedll.rules"
24100 ac_config_files="$ac_config_files dlls/msvfw32/Makefile"
24102 ALL_MAKEFILES="$ALL_MAKEFILES \\
24103 dlls/msvidc32/Makefile"
24104 test "x$enable_msvidc32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24105 msvidc32"
24106 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24107 dlls/msvidc32/Makefile: dlls/msvidc32/Makefile.in dlls/Makedll.rules"
24108 ac_config_files="$ac_config_files dlls/msvidc32/Makefile"
24110 ALL_MAKEFILES="$ALL_MAKEFILES \\
24111 dlls/mswsock/Makefile"
24112 test "x$enable_mswsock" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24113 mswsock"
24114 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24115 dlls/mswsock/Makefile: dlls/mswsock/Makefile.in dlls/Makedll.rules"
24116 ac_config_files="$ac_config_files dlls/mswsock/Makefile"
24118 ALL_MAKEFILES="$ALL_MAKEFILES \\
24119 dlls/msxml3/Makefile"
24120 test "x$enable_msxml3" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24121 msxml3"
24122 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24123 dlls/msxml3/Makefile: dlls/msxml3/Makefile.in dlls/Makedll.rules"
24124 ac_config_files="$ac_config_files dlls/msxml3/Makefile"
24126 ALL_MAKEFILES="$ALL_MAKEFILES \\
24127 dlls/msxml3/tests/Makefile"
24128 test "x$enable_msxml3_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24129 msxml3/tests"
24130 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24131 dlls/msxml3/tests/Makefile: dlls/msxml3/tests/Makefile.in dlls/Maketest.rules"
24132 ac_config_files="$ac_config_files dlls/msxml3/tests/Makefile"
24134 ALL_MAKEFILES="$ALL_MAKEFILES \\
24135 dlls/nddeapi/Makefile"
24136 test "x$enable_nddeapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24137 nddeapi"
24138 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24139 dlls/nddeapi/Makefile: dlls/nddeapi/Makefile.in dlls/Makedll.rules"
24140 ac_config_files="$ac_config_files dlls/nddeapi/Makefile"
24142 ALL_MAKEFILES="$ALL_MAKEFILES \\
24143 dlls/netapi32/Makefile"
24144 test "x$enable_netapi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24145 netapi32"
24146 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24147 dlls/netapi32/Makefile: dlls/netapi32/Makefile.in dlls/Makedll.rules"
24148 ac_config_files="$ac_config_files dlls/netapi32/Makefile"
24150 ALL_MAKEFILES="$ALL_MAKEFILES \\
24151 dlls/netapi32/tests/Makefile"
24152 test "x$enable_netapi32_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24153 netapi32/tests"
24154 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24155 dlls/netapi32/tests/Makefile: dlls/netapi32/tests/Makefile.in dlls/Maketest.rules"
24156 ac_config_files="$ac_config_files dlls/netapi32/tests/Makefile"
24158 ALL_MAKEFILES="$ALL_MAKEFILES \\
24159 dlls/newdev/Makefile"
24160 test "x$enable_newdev" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24161 newdev"
24162 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24163 dlls/newdev/Makefile: dlls/newdev/Makefile.in dlls/Makedll.rules"
24164 ac_config_files="$ac_config_files dlls/newdev/Makefile"
24166 ALL_MAKEFILES="$ALL_MAKEFILES \\
24167 dlls/ntdll/Makefile"
24168 test "x$enable_ntdll" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24169 ntdll"
24170 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24171 dlls/ntdll/Makefile: dlls/ntdll/Makefile.in dlls/Makedll.rules"
24172 ac_config_files="$ac_config_files dlls/ntdll/Makefile"
24174 ALL_MAKEFILES="$ALL_MAKEFILES \\
24175 dlls/ntdll/tests/Makefile"
24176 test "x$enable_ntdll_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24177 ntdll/tests"
24178 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24179 dlls/ntdll/tests/Makefile: dlls/ntdll/tests/Makefile.in dlls/Maketest.rules"
24180 ac_config_files="$ac_config_files dlls/ntdll/tests/Makefile"
24182 ALL_MAKEFILES="$ALL_MAKEFILES \\
24183 dlls/ntdsapi/Makefile"
24184 test "x$enable_ntdsapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24185 ntdsapi"
24186 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24187 dlls/ntdsapi/Makefile: dlls/ntdsapi/Makefile.in dlls/Makedll.rules"
24188 ac_config_files="$ac_config_files dlls/ntdsapi/Makefile"
24190 ALL_MAKEFILES="$ALL_MAKEFILES \\
24191 dlls/ntdsapi/tests/Makefile"
24192 test "x$enable_ntdsapi_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24193 ntdsapi/tests"
24194 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24195 dlls/ntdsapi/tests/Makefile: dlls/ntdsapi/tests/Makefile.in dlls/Maketest.rules"
24196 ac_config_files="$ac_config_files dlls/ntdsapi/tests/Makefile"
24198 ALL_MAKEFILES="$ALL_MAKEFILES \\
24199 dlls/ntoskrnl.exe/Makefile"
24200 test "x$enable_ntoskrnl_exe" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24201 ntoskrnl.exe"
24202 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24203 dlls/ntoskrnl.exe/Makefile: dlls/ntoskrnl.exe/Makefile.in dlls/Makedll.rules"
24204 ac_config_files="$ac_config_files dlls/ntoskrnl.exe/Makefile"
24206 ALL_MAKEFILES="$ALL_MAKEFILES \\
24207 dlls/ntprint/Makefile"
24208 test "x$enable_ntprint" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24209 ntprint"
24210 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24211 dlls/ntprint/Makefile: dlls/ntprint/Makefile.in dlls/Makedll.rules"
24212 ac_config_files="$ac_config_files dlls/ntprint/Makefile"
24214 ALL_MAKEFILES="$ALL_MAKEFILES \\
24215 dlls/ntprint/tests/Makefile"
24216 test "x$enable_ntprint_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24217 ntprint/tests"
24218 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24219 dlls/ntprint/tests/Makefile: dlls/ntprint/tests/Makefile.in dlls/Maketest.rules"
24220 ac_config_files="$ac_config_files dlls/ntprint/tests/Makefile"
24222 ALL_MAKEFILES="$ALL_MAKEFILES \\
24223 dlls/objsel/Makefile"
24224 test "x$enable_objsel" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24225 objsel"
24226 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24227 dlls/objsel/Makefile: dlls/objsel/Makefile.in dlls/Makedll.rules"
24228 ac_config_files="$ac_config_files dlls/objsel/Makefile"
24230 ALL_MAKEFILES="$ALL_MAKEFILES \\
24231 dlls/odbc32/Makefile"
24232 test "x$enable_odbc32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24233 odbc32"
24234 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24235 dlls/odbc32/Makefile: dlls/odbc32/Makefile.in dlls/Makedll.rules"
24236 ac_config_files="$ac_config_files dlls/odbc32/Makefile"
24238 ALL_MAKEFILES="$ALL_MAKEFILES \\
24239 dlls/odbccp32/Makefile"
24240 test "x$enable_odbccp32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24241 odbccp32"
24242 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24243 dlls/odbccp32/Makefile: dlls/odbccp32/Makefile.in dlls/Makedll.rules"
24244 ac_config_files="$ac_config_files dlls/odbccp32/Makefile"
24246 ALL_MAKEFILES="$ALL_MAKEFILES \\
24247 dlls/odbccp32/tests/Makefile"
24248 test "x$enable_odbccp32_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24249 odbccp32/tests"
24250 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24251 dlls/odbccp32/tests/Makefile: dlls/odbccp32/tests/Makefile.in dlls/Maketest.rules"
24252 ac_config_files="$ac_config_files dlls/odbccp32/tests/Makefile"
24254 ALL_MAKEFILES="$ALL_MAKEFILES \\
24255 dlls/ole32/Makefile"
24256 test "x$enable_ole32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24257 ole32"
24258 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24259 dlls/ole32/Makefile: dlls/ole32/Makefile.in dlls/Makedll.rules"
24260 ac_config_files="$ac_config_files dlls/ole32/Makefile"
24262 ALL_MAKEFILES="$ALL_MAKEFILES \\
24263 dlls/ole32/tests/Makefile"
24264 test "x$enable_ole32_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24265 ole32/tests"
24266 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24267 dlls/ole32/tests/Makefile: dlls/ole32/tests/Makefile.in dlls/Maketest.rules"
24268 ac_config_files="$ac_config_files dlls/ole32/tests/Makefile"
24270 ALL_MAKEFILES="$ALL_MAKEFILES \\
24271 dlls/oleacc/Makefile"
24272 test "x$enable_oleacc" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24273 oleacc"
24274 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24275 dlls/oleacc/Makefile: dlls/oleacc/Makefile.in dlls/Makedll.rules"
24276 ac_config_files="$ac_config_files dlls/oleacc/Makefile"
24278 ALL_MAKEFILES="$ALL_MAKEFILES \\
24279 dlls/oleaut32/Makefile"
24280 test "x$enable_oleaut32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24281 oleaut32"
24282 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24283 dlls/oleaut32/Makefile: dlls/oleaut32/Makefile.in dlls/Makedll.rules"
24284 ac_config_files="$ac_config_files dlls/oleaut32/Makefile"
24286 ALL_MAKEFILES="$ALL_MAKEFILES \\
24287 dlls/oleaut32/tests/Makefile"
24288 test "x$enable_oleaut32_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24289 oleaut32/tests"
24290 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24291 dlls/oleaut32/tests/Makefile: dlls/oleaut32/tests/Makefile.in dlls/Maketest.rules"
24292 ac_config_files="$ac_config_files dlls/oleaut32/tests/Makefile"
24294 ALL_MAKEFILES="$ALL_MAKEFILES \\
24295 dlls/olecli32/Makefile"
24296 test "x$enable_olecli32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24297 olecli32"
24298 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24299 dlls/olecli32/Makefile: dlls/olecli32/Makefile.in dlls/Makedll.rules"
24300 ac_config_files="$ac_config_files dlls/olecli32/Makefile"
24302 ALL_MAKEFILES="$ALL_MAKEFILES \\
24303 dlls/oledlg/Makefile"
24304 test "x$enable_oledlg" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24305 oledlg"
24306 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24307 dlls/oledlg/Makefile: dlls/oledlg/Makefile.in dlls/Makedll.rules"
24308 ac_config_files="$ac_config_files dlls/oledlg/Makefile"
24310 ALL_MAKEFILES="$ALL_MAKEFILES \\
24311 dlls/olepro32/Makefile"
24312 test "x$enable_olepro32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24313 olepro32"
24314 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24315 dlls/olepro32/Makefile: dlls/olepro32/Makefile.in dlls/Makedll.rules"
24316 ac_config_files="$ac_config_files dlls/olepro32/Makefile"
24318 ALL_MAKEFILES="$ALL_MAKEFILES \\
24319 dlls/olesvr32/Makefile"
24320 test "x$enable_olesvr32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24321 olesvr32"
24322 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24323 dlls/olesvr32/Makefile: dlls/olesvr32/Makefile.in dlls/Makedll.rules"
24324 ac_config_files="$ac_config_files dlls/olesvr32/Makefile"
24326 ALL_MAKEFILES="$ALL_MAKEFILES \\
24327 dlls/olethk32/Makefile"
24328 test "x$enable_olethk32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24329 olethk32"
24330 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24331 dlls/olethk32/Makefile: dlls/olethk32/Makefile.in dlls/Makedll.rules"
24332 ac_config_files="$ac_config_files dlls/olethk32/Makefile"
24334 ALL_MAKEFILES="$ALL_MAKEFILES \\
24335 dlls/opengl32/Makefile"
24336 test "x$enable_opengl32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24337 opengl32"
24338 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24339 dlls/opengl32/Makefile: dlls/opengl32/Makefile.in dlls/Makedll.rules"
24340 ac_config_files="$ac_config_files dlls/opengl32/Makefile"
24342 ALL_MAKEFILES="$ALL_MAKEFILES \\
24343 dlls/opengl32/tests/Makefile"
24344 test "x$enable_opengl32_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24345 opengl32/tests"
24346 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24347 dlls/opengl32/tests/Makefile: dlls/opengl32/tests/Makefile.in dlls/Maketest.rules"
24348 ac_config_files="$ac_config_files dlls/opengl32/tests/Makefile"
24350 ALL_MAKEFILES="$ALL_MAKEFILES \\
24351 dlls/pdh/Makefile"
24352 test "x$enable_pdh" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24353 pdh"
24354 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24355 dlls/pdh/Makefile: dlls/pdh/Makefile.in dlls/Makedll.rules"
24356 ac_config_files="$ac_config_files dlls/pdh/Makefile"
24358 ALL_MAKEFILES="$ALL_MAKEFILES \\
24359 dlls/pdh/tests/Makefile"
24360 test "x$enable_pdh_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24361 pdh/tests"
24362 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24363 dlls/pdh/tests/Makefile: dlls/pdh/tests/Makefile.in dlls/Maketest.rules"
24364 ac_config_files="$ac_config_files dlls/pdh/tests/Makefile"
24366 ALL_MAKEFILES="$ALL_MAKEFILES \\
24367 dlls/powrprof/Makefile"
24368 test "x$enable_powrprof" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24369 powrprof"
24370 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24371 dlls/powrprof/Makefile: dlls/powrprof/Makefile.in dlls/Makedll.rules"
24372 ac_config_files="$ac_config_files dlls/powrprof/Makefile"
24374 ALL_MAKEFILES="$ALL_MAKEFILES \\
24375 dlls/printui/Makefile"
24376 test "x$enable_printui" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24377 printui"
24378 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24379 dlls/printui/Makefile: dlls/printui/Makefile.in dlls/Makedll.rules"
24380 ac_config_files="$ac_config_files dlls/printui/Makefile"
24382 ALL_MAKEFILES="$ALL_MAKEFILES \\
24383 dlls/propsys/Makefile"
24384 test "x$enable_propsys" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24385 propsys"
24386 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24387 dlls/propsys/Makefile: dlls/propsys/Makefile.in dlls/Makedll.rules"
24388 ac_config_files="$ac_config_files dlls/propsys/Makefile"
24390 ALL_MAKEFILES="$ALL_MAKEFILES \\
24391 dlls/psapi/Makefile"
24392 test "x$enable_psapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24393 psapi"
24394 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24395 dlls/psapi/Makefile: dlls/psapi/Makefile.in dlls/Makedll.rules"
24396 ac_config_files="$ac_config_files dlls/psapi/Makefile"
24398 ALL_MAKEFILES="$ALL_MAKEFILES \\
24399 dlls/psapi/tests/Makefile"
24400 test "x$enable_psapi_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24401 psapi/tests"
24402 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24403 dlls/psapi/tests/Makefile: dlls/psapi/tests/Makefile.in dlls/Maketest.rules"
24404 ac_config_files="$ac_config_files dlls/psapi/tests/Makefile"
24406 ALL_MAKEFILES="$ALL_MAKEFILES \\
24407 dlls/pstorec/Makefile"
24408 test "x$enable_pstorec" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24409 pstorec"
24410 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24411 dlls/pstorec/Makefile: dlls/pstorec/Makefile.in dlls/Makedll.rules"
24412 ac_config_files="$ac_config_files dlls/pstorec/Makefile"
24414 ALL_MAKEFILES="$ALL_MAKEFILES \\
24415 dlls/qcap/Makefile"
24416 test "x$enable_qcap" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24417 qcap"
24418 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24419 dlls/qcap/Makefile: dlls/qcap/Makefile.in dlls/Makedll.rules"
24420 ac_config_files="$ac_config_files dlls/qcap/Makefile"
24422 ALL_MAKEFILES="$ALL_MAKEFILES \\
24423 dlls/qedit/Makefile"
24424 test "x$enable_qedit" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24425 qedit"
24426 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24427 dlls/qedit/Makefile: dlls/qedit/Makefile.in dlls/Makedll.rules"
24428 ac_config_files="$ac_config_files dlls/qedit/Makefile"
24430 ALL_MAKEFILES="$ALL_MAKEFILES \\
24431 dlls/qedit/tests/Makefile"
24432 test "x$enable_qedit_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24433 qedit/tests"
24434 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24435 dlls/qedit/tests/Makefile: dlls/qedit/tests/Makefile.in dlls/Maketest.rules"
24436 ac_config_files="$ac_config_files dlls/qedit/tests/Makefile"
24438 ALL_MAKEFILES="$ALL_MAKEFILES \\
24439 dlls/qmgr/Makefile"
24440 test "x$enable_qmgr" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24441 qmgr"
24442 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24443 dlls/qmgr/Makefile: dlls/qmgr/Makefile.in dlls/Makedll.rules"
24444 ac_config_files="$ac_config_files dlls/qmgr/Makefile"
24446 ALL_MAKEFILES="$ALL_MAKEFILES \\
24447 dlls/qmgr/tests/Makefile"
24448 test "x$enable_qmgr_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24449 qmgr/tests"
24450 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24451 dlls/qmgr/tests/Makefile: dlls/qmgr/tests/Makefile.in dlls/Maketest.rules"
24452 ac_config_files="$ac_config_files dlls/qmgr/tests/Makefile"
24454 ALL_MAKEFILES="$ALL_MAKEFILES \\
24455 dlls/qmgrprxy/Makefile"
24456 test "x$enable_qmgrprxy" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24457 qmgrprxy"
24458 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24459 dlls/qmgrprxy/Makefile: dlls/qmgrprxy/Makefile.in dlls/Makedll.rules"
24460 ac_config_files="$ac_config_files dlls/qmgrprxy/Makefile"
24462 ALL_MAKEFILES="$ALL_MAKEFILES \\
24463 dlls/quartz/Makefile"
24464 test "x$enable_quartz" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24465 quartz"
24466 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24467 dlls/quartz/Makefile: dlls/quartz/Makefile.in dlls/Makedll.rules"
24468 ac_config_files="$ac_config_files dlls/quartz/Makefile"
24470 ALL_MAKEFILES="$ALL_MAKEFILES \\
24471 dlls/quartz/tests/Makefile"
24472 test "x$enable_quartz_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24473 quartz/tests"
24474 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24475 dlls/quartz/tests/Makefile: dlls/quartz/tests/Makefile.in dlls/Maketest.rules"
24476 ac_config_files="$ac_config_files dlls/quartz/tests/Makefile"
24478 ALL_MAKEFILES="$ALL_MAKEFILES \\
24479 dlls/query/Makefile"
24480 test "x$enable_query" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24481 query"
24482 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24483 dlls/query/Makefile: dlls/query/Makefile.in dlls/Makedll.rules"
24484 ac_config_files="$ac_config_files dlls/query/Makefile"
24486 ALL_MAKEFILES="$ALL_MAKEFILES \\
24487 dlls/rasapi32/Makefile"
24488 test "x$enable_rasapi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24489 rasapi32"
24490 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24491 dlls/rasapi32/Makefile: dlls/rasapi32/Makefile.in dlls/Makedll.rules"
24492 ac_config_files="$ac_config_files dlls/rasapi32/Makefile"
24494 ALL_MAKEFILES="$ALL_MAKEFILES \\
24495 dlls/rasapi32/tests/Makefile"
24496 test "x$enable_rasapi32_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24497 rasapi32/tests"
24498 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24499 dlls/rasapi32/tests/Makefile: dlls/rasapi32/tests/Makefile.in dlls/Maketest.rules"
24500 ac_config_files="$ac_config_files dlls/rasapi32/tests/Makefile"
24502 ALL_MAKEFILES="$ALL_MAKEFILES \\
24503 dlls/resutils/Makefile"
24504 test "x$enable_resutils" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24505 resutils"
24506 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24507 dlls/resutils/Makefile: dlls/resutils/Makefile.in dlls/Makedll.rules"
24508 ac_config_files="$ac_config_files dlls/resutils/Makefile"
24510 ALL_MAKEFILES="$ALL_MAKEFILES \\
24511 dlls/riched20/Makefile"
24512 test "x$enable_riched20" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24513 riched20"
24514 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24515 dlls/riched20/Makefile: dlls/riched20/Makefile.in dlls/Makedll.rules"
24516 ac_config_files="$ac_config_files dlls/riched20/Makefile"
24518 ALL_MAKEFILES="$ALL_MAKEFILES \\
24519 dlls/riched20/tests/Makefile"
24520 test "x$enable_riched20_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24521 riched20/tests"
24522 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24523 dlls/riched20/tests/Makefile: dlls/riched20/tests/Makefile.in dlls/Maketest.rules"
24524 ac_config_files="$ac_config_files dlls/riched20/tests/Makefile"
24526 ALL_MAKEFILES="$ALL_MAKEFILES \\
24527 dlls/riched32/Makefile"
24528 test "x$enable_riched32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24529 riched32"
24530 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24531 dlls/riched32/Makefile: dlls/riched32/Makefile.in dlls/Makedll.rules"
24532 ac_config_files="$ac_config_files dlls/riched32/Makefile"
24534 ALL_MAKEFILES="$ALL_MAKEFILES \\
24535 dlls/riched32/tests/Makefile"
24536 test "x$enable_riched32_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24537 riched32/tests"
24538 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24539 dlls/riched32/tests/Makefile: dlls/riched32/tests/Makefile.in dlls/Maketest.rules"
24540 ac_config_files="$ac_config_files dlls/riched32/tests/Makefile"
24542 ALL_MAKEFILES="$ALL_MAKEFILES \\
24543 dlls/rpcrt4/Makefile"
24544 test "x$enable_rpcrt4" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24545 rpcrt4"
24546 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24547 dlls/rpcrt4/Makefile: dlls/rpcrt4/Makefile.in dlls/Makedll.rules"
24548 ac_config_files="$ac_config_files dlls/rpcrt4/Makefile"
24550 ALL_MAKEFILES="$ALL_MAKEFILES \\
24551 dlls/rpcrt4/tests/Makefile"
24552 test "x$enable_rpcrt4_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24553 rpcrt4/tests"
24554 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24555 dlls/rpcrt4/tests/Makefile: dlls/rpcrt4/tests/Makefile.in dlls/Maketest.rules"
24556 ac_config_files="$ac_config_files dlls/rpcrt4/tests/Makefile"
24558 ALL_MAKEFILES="$ALL_MAKEFILES \\
24559 dlls/rsabase/Makefile"
24560 test "x$enable_rsabase" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24561 rsabase"
24562 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24563 dlls/rsabase/Makefile: dlls/rsabase/Makefile.in dlls/Makedll.rules"
24564 ac_config_files="$ac_config_files dlls/rsabase/Makefile"
24566 ALL_MAKEFILES="$ALL_MAKEFILES \\
24567 dlls/rsaenh/Makefile"
24568 test "x$enable_rsaenh" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24569 rsaenh"
24570 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24571 dlls/rsaenh/Makefile: dlls/rsaenh/Makefile.in dlls/Makedll.rules"
24572 ac_config_files="$ac_config_files dlls/rsaenh/Makefile"
24574 ALL_MAKEFILES="$ALL_MAKEFILES \\
24575 dlls/rsaenh/tests/Makefile"
24576 test "x$enable_rsaenh_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24577 rsaenh/tests"
24578 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24579 dlls/rsaenh/tests/Makefile: dlls/rsaenh/tests/Makefile.in dlls/Maketest.rules"
24580 ac_config_files="$ac_config_files dlls/rsaenh/tests/Makefile"
24582 ALL_MAKEFILES="$ALL_MAKEFILES \\
24583 dlls/sane.ds/Makefile"
24584 test "x$enable_sane_ds" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24585 sane.ds"
24586 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24587 dlls/sane.ds/Makefile: dlls/sane.ds/Makefile.in dlls/Makedll.rules"
24588 ac_config_files="$ac_config_files dlls/sane.ds/Makefile"
24590 ALL_MAKEFILES="$ALL_MAKEFILES \\
24591 dlls/sccbase/Makefile"
24592 test "x$enable_sccbase" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24593 sccbase"
24594 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24595 dlls/sccbase/Makefile: dlls/sccbase/Makefile.in dlls/Makedll.rules"
24596 ac_config_files="$ac_config_files dlls/sccbase/Makefile"
24598 ALL_MAKEFILES="$ALL_MAKEFILES \\
24599 dlls/schannel/Makefile"
24600 test "x$enable_schannel" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24601 schannel"
24602 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24603 dlls/schannel/Makefile: dlls/schannel/Makefile.in dlls/Makedll.rules"
24604 ac_config_files="$ac_config_files dlls/schannel/Makefile"
24606 ALL_MAKEFILES="$ALL_MAKEFILES \\
24607 dlls/schannel/tests/Makefile"
24608 test "x$enable_schannel_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24609 schannel/tests"
24610 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24611 dlls/schannel/tests/Makefile: dlls/schannel/tests/Makefile.in dlls/Maketest.rules"
24612 ac_config_files="$ac_config_files dlls/schannel/tests/Makefile"
24614 ALL_MAKEFILES="$ALL_MAKEFILES \\
24615 dlls/secur32/Makefile"
24616 test "x$enable_secur32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24617 secur32"
24618 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24619 dlls/secur32/Makefile: dlls/secur32/Makefile.in dlls/Makedll.rules"
24620 ac_config_files="$ac_config_files dlls/secur32/Makefile"
24622 ALL_MAKEFILES="$ALL_MAKEFILES \\
24623 dlls/secur32/tests/Makefile"
24624 test "x$enable_secur32_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24625 secur32/tests"
24626 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24627 dlls/secur32/tests/Makefile: dlls/secur32/tests/Makefile.in dlls/Maketest.rules"
24628 ac_config_files="$ac_config_files dlls/secur32/tests/Makefile"
24630 ALL_MAKEFILES="$ALL_MAKEFILES \\
24631 dlls/security/Makefile"
24632 test "x$enable_security" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24633 security"
24634 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24635 dlls/security/Makefile: dlls/security/Makefile.in dlls/Makedll.rules"
24636 ac_config_files="$ac_config_files dlls/security/Makefile"
24638 ALL_MAKEFILES="$ALL_MAKEFILES \\
24639 dlls/sensapi/Makefile"
24640 test "x$enable_sensapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24641 sensapi"
24642 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24643 dlls/sensapi/Makefile: dlls/sensapi/Makefile.in dlls/Makedll.rules"
24644 ac_config_files="$ac_config_files dlls/sensapi/Makefile"
24646 ALL_MAKEFILES="$ALL_MAKEFILES \\
24647 dlls/serialui/Makefile"
24648 test "x$enable_serialui" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24649 serialui"
24650 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24651 dlls/serialui/Makefile: dlls/serialui/Makefile.in dlls/Makedll.rules"
24652 ac_config_files="$ac_config_files dlls/serialui/Makefile"
24654 ALL_MAKEFILES="$ALL_MAKEFILES \\
24655 dlls/serialui/tests/Makefile"
24656 test "x$enable_serialui_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24657 serialui/tests"
24658 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24659 dlls/serialui/tests/Makefile: dlls/serialui/tests/Makefile.in dlls/Maketest.rules"
24660 ac_config_files="$ac_config_files dlls/serialui/tests/Makefile"
24662 ALL_MAKEFILES="$ALL_MAKEFILES \\
24663 dlls/setupapi/Makefile"
24664 test "x$enable_setupapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24665 setupapi"
24666 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24667 dlls/setupapi/Makefile: dlls/setupapi/Makefile.in dlls/Makedll.rules"
24668 ac_config_files="$ac_config_files dlls/setupapi/Makefile"
24670 ALL_MAKEFILES="$ALL_MAKEFILES \\
24671 dlls/setupapi/tests/Makefile"
24672 test "x$enable_setupapi_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24673 setupapi/tests"
24674 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24675 dlls/setupapi/tests/Makefile: dlls/setupapi/tests/Makefile.in dlls/Maketest.rules"
24676 ac_config_files="$ac_config_files dlls/setupapi/tests/Makefile"
24678 ALL_MAKEFILES="$ALL_MAKEFILES \\
24679 dlls/sfc/Makefile"
24680 test "x$enable_sfc" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24681 sfc"
24682 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24683 dlls/sfc/Makefile: dlls/sfc/Makefile.in dlls/Makedll.rules"
24684 ac_config_files="$ac_config_files dlls/sfc/Makefile"
24686 ALL_MAKEFILES="$ALL_MAKEFILES \\
24687 dlls/sfc_os/Makefile"
24688 test "x$enable_sfc_os" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24689 sfc_os"
24690 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24691 dlls/sfc_os/Makefile: dlls/sfc_os/Makefile.in dlls/Makedll.rules"
24692 ac_config_files="$ac_config_files dlls/sfc_os/Makefile"
24694 ALL_MAKEFILES="$ALL_MAKEFILES \\
24695 dlls/shdoclc/Makefile"
24696 test "x$enable_shdoclc" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24697 shdoclc"
24698 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24699 dlls/shdoclc/Makefile: dlls/shdoclc/Makefile.in dlls/Makedll.rules"
24700 ac_config_files="$ac_config_files dlls/shdoclc/Makefile"
24702 ALL_MAKEFILES="$ALL_MAKEFILES \\
24703 dlls/shdocvw/Makefile"
24704 test "x$enable_shdocvw" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24705 shdocvw"
24706 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24707 dlls/shdocvw/Makefile: dlls/shdocvw/Makefile.in dlls/Makedll.rules"
24708 ac_config_files="$ac_config_files dlls/shdocvw/Makefile"
24710 ALL_MAKEFILES="$ALL_MAKEFILES \\
24711 dlls/shdocvw/tests/Makefile"
24712 test "x$enable_shdocvw_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24713 shdocvw/tests"
24714 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24715 dlls/shdocvw/tests/Makefile: dlls/shdocvw/tests/Makefile.in dlls/Maketest.rules"
24716 ac_config_files="$ac_config_files dlls/shdocvw/tests/Makefile"
24718 ALL_MAKEFILES="$ALL_MAKEFILES \\
24719 dlls/shell32/Makefile"
24720 test "x$enable_shell32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24721 shell32"
24722 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24723 dlls/shell32/Makefile: dlls/shell32/Makefile.in dlls/Makedll.rules"
24724 ac_config_files="$ac_config_files dlls/shell32/Makefile"
24726 ALL_MAKEFILES="$ALL_MAKEFILES \\
24727 dlls/shell32/tests/Makefile"
24728 test "x$enable_shell32_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24729 shell32/tests"
24730 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24731 dlls/shell32/tests/Makefile: dlls/shell32/tests/Makefile.in dlls/Maketest.rules"
24732 ac_config_files="$ac_config_files dlls/shell32/tests/Makefile"
24734 ALL_MAKEFILES="$ALL_MAKEFILES \\
24735 dlls/shfolder/Makefile"
24736 test "x$enable_shfolder" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24737 shfolder"
24738 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24739 dlls/shfolder/Makefile: dlls/shfolder/Makefile.in dlls/Makedll.rules"
24740 ac_config_files="$ac_config_files dlls/shfolder/Makefile"
24742 ALL_MAKEFILES="$ALL_MAKEFILES \\
24743 dlls/shlwapi/Makefile"
24744 test "x$enable_shlwapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24745 shlwapi"
24746 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24747 dlls/shlwapi/Makefile: dlls/shlwapi/Makefile.in dlls/Makedll.rules"
24748 ac_config_files="$ac_config_files dlls/shlwapi/Makefile"
24750 ALL_MAKEFILES="$ALL_MAKEFILES \\
24751 dlls/shlwapi/tests/Makefile"
24752 test "x$enable_shlwapi_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24753 shlwapi/tests"
24754 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24755 dlls/shlwapi/tests/Makefile: dlls/shlwapi/tests/Makefile.in dlls/Maketest.rules"
24756 ac_config_files="$ac_config_files dlls/shlwapi/tests/Makefile"
24758 ALL_MAKEFILES="$ALL_MAKEFILES \\
24759 dlls/slbcsp/Makefile"
24760 test "x$enable_slbcsp" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24761 slbcsp"
24762 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24763 dlls/slbcsp/Makefile: dlls/slbcsp/Makefile.in dlls/Makedll.rules"
24764 ac_config_files="$ac_config_files dlls/slbcsp/Makefile"
24766 ALL_MAKEFILES="$ALL_MAKEFILES \\
24767 dlls/slc/Makefile"
24768 test "x$enable_slc" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24769 slc"
24770 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24771 dlls/slc/Makefile: dlls/slc/Makefile.in dlls/Makedll.rules"
24772 ac_config_files="$ac_config_files dlls/slc/Makefile"
24774 ALL_MAKEFILES="$ALL_MAKEFILES \\
24775 dlls/snmpapi/Makefile"
24776 test "x$enable_snmpapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24777 snmpapi"
24778 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24779 dlls/snmpapi/Makefile: dlls/snmpapi/Makefile.in dlls/Makedll.rules"
24780 ac_config_files="$ac_config_files dlls/snmpapi/Makefile"
24782 ALL_MAKEFILES="$ALL_MAKEFILES \\
24783 dlls/snmpapi/tests/Makefile"
24784 test "x$enable_snmpapi_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24785 snmpapi/tests"
24786 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24787 dlls/snmpapi/tests/Makefile: dlls/snmpapi/tests/Makefile.in dlls/Maketest.rules"
24788 ac_config_files="$ac_config_files dlls/snmpapi/tests/Makefile"
24790 ALL_MAKEFILES="$ALL_MAKEFILES \\
24791 dlls/softpub/Makefile"
24792 test "x$enable_softpub" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24793 softpub"
24794 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24795 dlls/softpub/Makefile: dlls/softpub/Makefile.in dlls/Makedll.rules"
24796 ac_config_files="$ac_config_files dlls/softpub/Makefile"
24798 ALL_MAKEFILES="$ALL_MAKEFILES \\
24799 dlls/spoolss/Makefile"
24800 test "x$enable_spoolss" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24801 spoolss"
24802 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24803 dlls/spoolss/Makefile: dlls/spoolss/Makefile.in dlls/Makedll.rules"
24804 ac_config_files="$ac_config_files dlls/spoolss/Makefile"
24806 ALL_MAKEFILES="$ALL_MAKEFILES \\
24807 dlls/spoolss/tests/Makefile"
24808 test "x$enable_spoolss_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24809 spoolss/tests"
24810 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24811 dlls/spoolss/tests/Makefile: dlls/spoolss/tests/Makefile.in dlls/Maketest.rules"
24812 ac_config_files="$ac_config_files dlls/spoolss/tests/Makefile"
24814 ALL_MAKEFILES="$ALL_MAKEFILES \\
24815 dlls/stdole2.tlb/Makefile"
24816 test "x$enable_stdole2_tlb" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24817 stdole2.tlb"
24818 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24819 dlls/stdole2.tlb/Makefile: dlls/stdole2.tlb/Makefile.in dlls/Makedll.rules"
24820 ac_config_files="$ac_config_files dlls/stdole2.tlb/Makefile"
24822 ALL_MAKEFILES="$ALL_MAKEFILES \\
24823 dlls/stdole32.tlb/Makefile"
24824 test "x$enable_stdole32_tlb" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24825 stdole32.tlb"
24826 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24827 dlls/stdole32.tlb/Makefile: dlls/stdole32.tlb/Makefile.in dlls/Makedll.rules"
24828 ac_config_files="$ac_config_files dlls/stdole32.tlb/Makefile"
24830 ALL_MAKEFILES="$ALL_MAKEFILES \\
24831 dlls/sti/Makefile"
24832 test "x$enable_sti" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24833 sti"
24834 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24835 dlls/sti/Makefile: dlls/sti/Makefile.in dlls/Makedll.rules"
24836 ac_config_files="$ac_config_files dlls/sti/Makefile"
24838 ALL_MAKEFILES="$ALL_MAKEFILES \\
24839 dlls/strmiids/Makefile"
24840 test "x$enable_strmiids" != xno && ALL_IMPLIB_DIRS="$ALL_IMPLIB_DIRS \\
24841 strmiids"
24842 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24843 dlls/strmiids/Makefile: dlls/strmiids/Makefile.in dlls/Makeimplib.rules"
24844 ac_config_files="$ac_config_files dlls/strmiids/Makefile"
24846 ALL_MAKEFILES="$ALL_MAKEFILES \\
24847 dlls/svrapi/Makefile"
24848 test "x$enable_svrapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24849 svrapi"
24850 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24851 dlls/svrapi/Makefile: dlls/svrapi/Makefile.in dlls/Makedll.rules"
24852 ac_config_files="$ac_config_files dlls/svrapi/Makefile"
24854 ALL_MAKEFILES="$ALL_MAKEFILES \\
24855 dlls/sxs/Makefile"
24856 test "x$enable_sxs" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24857 sxs"
24858 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24859 dlls/sxs/Makefile: dlls/sxs/Makefile.in dlls/Makedll.rules"
24860 ac_config_files="$ac_config_files dlls/sxs/Makefile"
24862 ALL_MAKEFILES="$ALL_MAKEFILES \\
24863 dlls/tapi32/Makefile"
24864 test "x$enable_tapi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24865 tapi32"
24866 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24867 dlls/tapi32/Makefile: dlls/tapi32/Makefile.in dlls/Makedll.rules"
24868 ac_config_files="$ac_config_files dlls/tapi32/Makefile"
24870 ALL_MAKEFILES="$ALL_MAKEFILES \\
24871 dlls/twain_32/Makefile"
24872 test "x$enable_twain_32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24873 twain_32"
24874 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24875 dlls/twain_32/Makefile: dlls/twain_32/Makefile.in dlls/Makedll.rules"
24876 ac_config_files="$ac_config_files dlls/twain_32/Makefile"
24878 ALL_MAKEFILES="$ALL_MAKEFILES \\
24879 dlls/unicows/Makefile"
24880 test "x$enable_unicows" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24881 unicows"
24882 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24883 dlls/unicows/Makefile: dlls/unicows/Makefile.in dlls/Makedll.rules"
24884 ac_config_files="$ac_config_files dlls/unicows/Makefile"
24886 ALL_MAKEFILES="$ALL_MAKEFILES \\
24887 dlls/url/Makefile"
24888 test "x$enable_url" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24889 url"
24890 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24891 dlls/url/Makefile: dlls/url/Makefile.in dlls/Makedll.rules"
24892 ac_config_files="$ac_config_files dlls/url/Makefile"
24894 ALL_MAKEFILES="$ALL_MAKEFILES \\
24895 dlls/urlmon/Makefile"
24896 test "x$enable_urlmon" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24897 urlmon"
24898 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24899 dlls/urlmon/Makefile: dlls/urlmon/Makefile.in dlls/Makedll.rules"
24900 ac_config_files="$ac_config_files dlls/urlmon/Makefile"
24902 ALL_MAKEFILES="$ALL_MAKEFILES \\
24903 dlls/urlmon/tests/Makefile"
24904 test "x$enable_urlmon_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24905 urlmon/tests"
24906 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24907 dlls/urlmon/tests/Makefile: dlls/urlmon/tests/Makefile.in dlls/Maketest.rules"
24908 ac_config_files="$ac_config_files dlls/urlmon/tests/Makefile"
24910 ALL_MAKEFILES="$ALL_MAKEFILES \\
24911 dlls/user32/Makefile"
24912 test "x$enable_user32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24913 user32"
24914 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24915 dlls/user32/Makefile: dlls/user32/Makefile.in dlls/Makedll.rules"
24916 ac_config_files="$ac_config_files dlls/user32/Makefile"
24918 ALL_MAKEFILES="$ALL_MAKEFILES \\
24919 dlls/user32/tests/Makefile"
24920 test "x$enable_user32_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24921 user32/tests"
24922 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24923 dlls/user32/tests/Makefile: dlls/user32/tests/Makefile.in dlls/Maketest.rules"
24924 ac_config_files="$ac_config_files dlls/user32/tests/Makefile"
24926 ALL_MAKEFILES="$ALL_MAKEFILES \\
24927 dlls/userenv/Makefile"
24928 test "x$enable_userenv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24929 userenv"
24930 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24931 dlls/userenv/Makefile: dlls/userenv/Makefile.in dlls/Makedll.rules"
24932 ac_config_files="$ac_config_files dlls/userenv/Makefile"
24934 ALL_MAKEFILES="$ALL_MAKEFILES \\
24935 dlls/userenv/tests/Makefile"
24936 test "x$enable_userenv_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24937 userenv/tests"
24938 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24939 dlls/userenv/tests/Makefile: dlls/userenv/tests/Makefile.in dlls/Maketest.rules"
24940 ac_config_files="$ac_config_files dlls/userenv/tests/Makefile"
24942 ALL_MAKEFILES="$ALL_MAKEFILES \\
24943 dlls/usp10/Makefile"
24944 test "x$enable_usp10" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24945 usp10"
24946 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24947 dlls/usp10/Makefile: dlls/usp10/Makefile.in dlls/Makedll.rules"
24948 ac_config_files="$ac_config_files dlls/usp10/Makefile"
24950 ALL_MAKEFILES="$ALL_MAKEFILES \\
24951 dlls/usp10/tests/Makefile"
24952 test "x$enable_usp10_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24953 usp10/tests"
24954 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24955 dlls/usp10/tests/Makefile: dlls/usp10/tests/Makefile.in dlls/Maketest.rules"
24956 ac_config_files="$ac_config_files dlls/usp10/tests/Makefile"
24958 ALL_MAKEFILES="$ALL_MAKEFILES \\
24959 dlls/uuid/Makefile"
24960 test "x$enable_uuid" != xno && ALL_IMPLIB_DIRS="$ALL_IMPLIB_DIRS \\
24961 uuid"
24962 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24963 dlls/uuid/Makefile: dlls/uuid/Makefile.in dlls/Makeimplib.rules"
24964 ac_config_files="$ac_config_files dlls/uuid/Makefile"
24966 ALL_MAKEFILES="$ALL_MAKEFILES \\
24967 dlls/uxtheme/Makefile"
24968 test "x$enable_uxtheme" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24969 uxtheme"
24970 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24971 dlls/uxtheme/Makefile: dlls/uxtheme/Makefile.in dlls/Makedll.rules"
24972 ac_config_files="$ac_config_files dlls/uxtheme/Makefile"
24974 ALL_MAKEFILES="$ALL_MAKEFILES \\
24975 dlls/uxtheme/tests/Makefile"
24976 test "x$enable_uxtheme_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24977 uxtheme/tests"
24978 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24979 dlls/uxtheme/tests/Makefile: dlls/uxtheme/tests/Makefile.in dlls/Maketest.rules"
24980 ac_config_files="$ac_config_files dlls/uxtheme/tests/Makefile"
24982 ALL_MAKEFILES="$ALL_MAKEFILES \\
24983 dlls/vdhcp.vxd/Makefile"
24984 test "x$enable_vdhcp_vxd" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24985 vdhcp.vxd"
24986 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24987 dlls/vdhcp.vxd/Makefile: dlls/vdhcp.vxd/Makefile.in dlls/Makedll.rules"
24988 ac_config_files="$ac_config_files dlls/vdhcp.vxd/Makefile"
24990 ALL_MAKEFILES="$ALL_MAKEFILES \\
24991 dlls/vdmdbg/Makefile"
24992 test "x$enable_vdmdbg" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24993 vdmdbg"
24994 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24995 dlls/vdmdbg/Makefile: dlls/vdmdbg/Makefile.in dlls/Makedll.rules"
24996 ac_config_files="$ac_config_files dlls/vdmdbg/Makefile"
24998 ALL_MAKEFILES="$ALL_MAKEFILES \\
24999 dlls/version/Makefile"
25000 test "x$enable_version" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25001 version"
25002 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25003 dlls/version/Makefile: dlls/version/Makefile.in dlls/Makedll.rules"
25004 ac_config_files="$ac_config_files dlls/version/Makefile"
25006 ALL_MAKEFILES="$ALL_MAKEFILES \\
25007 dlls/version/tests/Makefile"
25008 test "x$enable_version_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25009 version/tests"
25010 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25011 dlls/version/tests/Makefile: dlls/version/tests/Makefile.in dlls/Maketest.rules"
25012 ac_config_files="$ac_config_files dlls/version/tests/Makefile"
25014 ALL_MAKEFILES="$ALL_MAKEFILES \\
25015 dlls/vmm.vxd/Makefile"
25016 test "x$enable_vmm_vxd" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25017 vmm.vxd"
25018 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25019 dlls/vmm.vxd/Makefile: dlls/vmm.vxd/Makefile.in dlls/Makedll.rules"
25020 ac_config_files="$ac_config_files dlls/vmm.vxd/Makefile"
25022 ALL_MAKEFILES="$ALL_MAKEFILES \\
25023 dlls/vnbt.vxd/Makefile"
25024 test "x$enable_vnbt_vxd" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25025 vnbt.vxd"
25026 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25027 dlls/vnbt.vxd/Makefile: dlls/vnbt.vxd/Makefile.in dlls/Makedll.rules"
25028 ac_config_files="$ac_config_files dlls/vnbt.vxd/Makefile"
25030 ALL_MAKEFILES="$ALL_MAKEFILES \\
25031 dlls/vnetbios.vxd/Makefile"
25032 test "x$enable_vnetbios_vxd" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25033 vnetbios.vxd"
25034 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25035 dlls/vnetbios.vxd/Makefile: dlls/vnetbios.vxd/Makefile.in dlls/Makedll.rules"
25036 ac_config_files="$ac_config_files dlls/vnetbios.vxd/Makefile"
25038 ALL_MAKEFILES="$ALL_MAKEFILES \\
25039 dlls/vtdapi.vxd/Makefile"
25040 test "x$enable_vtdapi_vxd" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25041 vtdapi.vxd"
25042 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25043 dlls/vtdapi.vxd/Makefile: dlls/vtdapi.vxd/Makefile.in dlls/Makedll.rules"
25044 ac_config_files="$ac_config_files dlls/vtdapi.vxd/Makefile"
25046 ALL_MAKEFILES="$ALL_MAKEFILES \\
25047 dlls/vwin32.vxd/Makefile"
25048 test "x$enable_vwin32_vxd" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25049 vwin32.vxd"
25050 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25051 dlls/vwin32.vxd/Makefile: dlls/vwin32.vxd/Makefile.in dlls/Makedll.rules"
25052 ac_config_files="$ac_config_files dlls/vwin32.vxd/Makefile"
25054 ALL_MAKEFILES="$ALL_MAKEFILES \\
25055 dlls/w32skrnl/Makefile"
25056 test "x$enable_w32skrnl" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25057 w32skrnl"
25058 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25059 dlls/w32skrnl/Makefile: dlls/w32skrnl/Makefile.in dlls/Makedll.rules"
25060 ac_config_files="$ac_config_files dlls/w32skrnl/Makefile"
25062 ALL_MAKEFILES="$ALL_MAKEFILES \\
25063 dlls/winealsa.drv/Makefile"
25064 test "x$enable_winealsa_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25065 winealsa.drv"
25066 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25067 dlls/winealsa.drv/Makefile: dlls/winealsa.drv/Makefile.in dlls/Makedll.rules"
25068 ac_config_files="$ac_config_files dlls/winealsa.drv/Makefile"
25070 ALL_MAKEFILES="$ALL_MAKEFILES \\
25071 dlls/wineaudioio.drv/Makefile"
25072 test "x$enable_wineaudioio_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25073 wineaudioio.drv"
25074 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25075 dlls/wineaudioio.drv/Makefile: dlls/wineaudioio.drv/Makefile.in dlls/Makedll.rules"
25076 ac_config_files="$ac_config_files dlls/wineaudioio.drv/Makefile"
25078 ALL_MAKEFILES="$ALL_MAKEFILES \\
25079 dlls/winecoreaudio.drv/Makefile"
25080 test "x$enable_winecoreaudio_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25081 winecoreaudio.drv"
25082 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25083 dlls/winecoreaudio.drv/Makefile: dlls/winecoreaudio.drv/Makefile.in dlls/Makedll.rules"
25084 ac_config_files="$ac_config_files dlls/winecoreaudio.drv/Makefile"
25086 ALL_MAKEFILES="$ALL_MAKEFILES \\
25087 dlls/winecrt0/Makefile"
25088 test "x$enable_winecrt0" != xno && ALL_IMPLIB_DIRS="$ALL_IMPLIB_DIRS \\
25089 winecrt0"
25090 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25091 dlls/winecrt0/Makefile: dlls/winecrt0/Makefile.in dlls/Makeimplib.rules"
25092 ac_config_files="$ac_config_files dlls/winecrt0/Makefile"
25094 ALL_MAKEFILES="$ALL_MAKEFILES \\
25095 dlls/wined3d/Makefile"
25096 test "x$enable_wined3d" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25097 wined3d"
25098 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25099 dlls/wined3d/Makefile: dlls/wined3d/Makefile.in dlls/Makedll.rules"
25100 ac_config_files="$ac_config_files dlls/wined3d/Makefile"
25102 ALL_MAKEFILES="$ALL_MAKEFILES \\
25103 dlls/winedos/Makefile"
25104 test "x$enable_winedos" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25105 winedos"
25106 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25107 dlls/winedos/Makefile: dlls/winedos/Makefile.in dlls/Makedll.rules"
25108 ac_config_files="$ac_config_files dlls/winedos/Makefile"
25110 ALL_MAKEFILES="$ALL_MAKEFILES \\
25111 dlls/wineesd.drv/Makefile"
25112 test "x$enable_wineesd_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25113 wineesd.drv"
25114 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25115 dlls/wineesd.drv/Makefile: dlls/wineesd.drv/Makefile.in dlls/Makedll.rules"
25116 ac_config_files="$ac_config_files dlls/wineesd.drv/Makefile"
25118 ALL_MAKEFILES="$ALL_MAKEFILES \\
25119 dlls/winejack.drv/Makefile"
25120 test "x$enable_winejack_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25121 winejack.drv"
25122 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25123 dlls/winejack.drv/Makefile: dlls/winejack.drv/Makefile.in dlls/Makedll.rules"
25124 ac_config_files="$ac_config_files dlls/winejack.drv/Makefile"
25126 ALL_MAKEFILES="$ALL_MAKEFILES \\
25127 dlls/winejoystick.drv/Makefile"
25128 test "x$enable_winejoystick_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25129 winejoystick.drv"
25130 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25131 dlls/winejoystick.drv/Makefile: dlls/winejoystick.drv/Makefile.in dlls/Makedll.rules"
25132 ac_config_files="$ac_config_files dlls/winejoystick.drv/Makefile"
25134 ALL_MAKEFILES="$ALL_MAKEFILES \\
25135 dlls/winemp3.acm/Makefile"
25136 test "x$enable_winemp3_acm" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25137 winemp3.acm"
25138 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25139 dlls/winemp3.acm/Makefile: dlls/winemp3.acm/Makefile.in dlls/Makedll.rules"
25140 ac_config_files="$ac_config_files dlls/winemp3.acm/Makefile"
25142 ALL_MAKEFILES="$ALL_MAKEFILES \\
25143 dlls/winenas.drv/Makefile"
25144 test "x$enable_winenas_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25145 winenas.drv"
25146 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25147 dlls/winenas.drv/Makefile: dlls/winenas.drv/Makefile.in dlls/Makedll.rules"
25148 ac_config_files="$ac_config_files dlls/winenas.drv/Makefile"
25150 ALL_MAKEFILES="$ALL_MAKEFILES \\
25151 dlls/wineoss.drv/Makefile"
25152 test "x$enable_wineoss_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25153 wineoss.drv"
25154 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25155 dlls/wineoss.drv/Makefile: dlls/wineoss.drv/Makefile.in dlls/Makedll.rules"
25156 ac_config_files="$ac_config_files dlls/wineoss.drv/Makefile"
25158 ALL_MAKEFILES="$ALL_MAKEFILES \\
25159 dlls/wineps.drv/Makefile"
25160 test "x$enable_wineps_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25161 wineps.drv"
25162 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25163 dlls/wineps.drv/Makefile: dlls/wineps.drv/Makefile.in dlls/Makedll.rules"
25164 ac_config_files="$ac_config_files dlls/wineps.drv/Makefile"
25166 ALL_MAKEFILES="$ALL_MAKEFILES \\
25167 dlls/winequartz.drv/Makefile"
25168 test "x$enable_winequartz_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25169 winequartz.drv"
25170 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25171 dlls/winequartz.drv/Makefile: dlls/winequartz.drv/Makefile.in dlls/Makedll.rules"
25172 ac_config_files="$ac_config_files dlls/winequartz.drv/Makefile"
25174 ALL_MAKEFILES="$ALL_MAKEFILES \\
25175 dlls/winex11.drv/Makefile"
25176 test "x$enable_winex11_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25177 winex11.drv"
25178 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25179 dlls/winex11.drv/Makefile: dlls/winex11.drv/Makefile.in dlls/Makedll.rules"
25180 ac_config_files="$ac_config_files dlls/winex11.drv/Makefile"
25182 ALL_MAKEFILES="$ALL_MAKEFILES \\
25183 dlls/wing32/Makefile"
25184 test "x$enable_wing32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25185 wing32"
25186 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25187 dlls/wing32/Makefile: dlls/wing32/Makefile.in dlls/Makedll.rules"
25188 ac_config_files="$ac_config_files dlls/wing32/Makefile"
25190 ALL_MAKEFILES="$ALL_MAKEFILES \\
25191 dlls/winhttp/Makefile"
25192 test "x$enable_winhttp" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25193 winhttp"
25194 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25195 dlls/winhttp/Makefile: dlls/winhttp/Makefile.in dlls/Makedll.rules"
25196 ac_config_files="$ac_config_files dlls/winhttp/Makefile"
25198 ALL_MAKEFILES="$ALL_MAKEFILES \\
25199 dlls/winhttp/tests/Makefile"
25200 test "x$enable_winhttp_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25201 winhttp/tests"
25202 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25203 dlls/winhttp/tests/Makefile: dlls/winhttp/tests/Makefile.in dlls/Maketest.rules"
25204 ac_config_files="$ac_config_files dlls/winhttp/tests/Makefile"
25206 ALL_MAKEFILES="$ALL_MAKEFILES \\
25207 dlls/wininet/Makefile"
25208 test "x$enable_wininet" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25209 wininet"
25210 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25211 dlls/wininet/Makefile: dlls/wininet/Makefile.in dlls/Makedll.rules"
25212 ac_config_files="$ac_config_files dlls/wininet/Makefile"
25214 ALL_MAKEFILES="$ALL_MAKEFILES \\
25215 dlls/wininet/tests/Makefile"
25216 test "x$enable_wininet_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25217 wininet/tests"
25218 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25219 dlls/wininet/tests/Makefile: dlls/wininet/tests/Makefile.in dlls/Maketest.rules"
25220 ac_config_files="$ac_config_files dlls/wininet/tests/Makefile"
25222 ALL_MAKEFILES="$ALL_MAKEFILES \\
25223 dlls/winmm/Makefile"
25224 test "x$enable_winmm" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25225 winmm"
25226 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25227 dlls/winmm/Makefile: dlls/winmm/Makefile.in dlls/Makedll.rules"
25228 ac_config_files="$ac_config_files dlls/winmm/Makefile"
25230 ALL_MAKEFILES="$ALL_MAKEFILES \\
25231 dlls/winmm/tests/Makefile"
25232 test "x$enable_winmm_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25233 winmm/tests"
25234 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25235 dlls/winmm/tests/Makefile: dlls/winmm/tests/Makefile.in dlls/Maketest.rules"
25236 ac_config_files="$ac_config_files dlls/winmm/tests/Makefile"
25238 ALL_MAKEFILES="$ALL_MAKEFILES \\
25239 dlls/winnls32/Makefile"
25240 test "x$enable_winnls32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25241 winnls32"
25242 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25243 dlls/winnls32/Makefile: dlls/winnls32/Makefile.in dlls/Makedll.rules"
25244 ac_config_files="$ac_config_files dlls/winnls32/Makefile"
25246 ALL_MAKEFILES="$ALL_MAKEFILES \\
25247 dlls/winscard/Makefile"
25248 test "x$enable_winscard" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25249 winscard"
25250 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25251 dlls/winscard/Makefile: dlls/winscard/Makefile.in dlls/Makedll.rules"
25252 ac_config_files="$ac_config_files dlls/winscard/Makefile"
25254 ALL_MAKEFILES="$ALL_MAKEFILES \\
25255 dlls/winspool.drv/Makefile"
25256 test "x$enable_winspool_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25257 winspool.drv"
25258 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25259 dlls/winspool.drv/Makefile: dlls/winspool.drv/Makefile.in dlls/Makedll.rules"
25260 ac_config_files="$ac_config_files dlls/winspool.drv/Makefile"
25262 ALL_MAKEFILES="$ALL_MAKEFILES \\
25263 dlls/winspool.drv/tests/Makefile"
25264 test "x$enable_winspool_drv_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25265 winspool.drv/tests"
25266 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25267 dlls/winspool.drv/tests/Makefile: dlls/winspool.drv/tests/Makefile.in dlls/Maketest.rules"
25268 ac_config_files="$ac_config_files dlls/winspool.drv/tests/Makefile"
25270 ALL_MAKEFILES="$ALL_MAKEFILES \\
25271 dlls/wintab32/Makefile"
25272 test "x$enable_wintab32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25273 wintab32"
25274 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25275 dlls/wintab32/Makefile: dlls/wintab32/Makefile.in dlls/Makedll.rules"
25276 ac_config_files="$ac_config_files dlls/wintab32/Makefile"
25278 ALL_MAKEFILES="$ALL_MAKEFILES \\
25279 dlls/wintrust/Makefile"
25280 test "x$enable_wintrust" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25281 wintrust"
25282 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25283 dlls/wintrust/Makefile: dlls/wintrust/Makefile.in dlls/Makedll.rules"
25284 ac_config_files="$ac_config_files dlls/wintrust/Makefile"
25286 ALL_MAKEFILES="$ALL_MAKEFILES \\
25287 dlls/wintrust/tests/Makefile"
25288 test "x$enable_wintrust_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25289 wintrust/tests"
25290 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25291 dlls/wintrust/tests/Makefile: dlls/wintrust/tests/Makefile.in dlls/Maketest.rules"
25292 ac_config_files="$ac_config_files dlls/wintrust/tests/Makefile"
25294 ALL_MAKEFILES="$ALL_MAKEFILES \\
25295 dlls/wldap32/Makefile"
25296 test "x$enable_wldap32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25297 wldap32"
25298 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25299 dlls/wldap32/Makefile: dlls/wldap32/Makefile.in dlls/Makedll.rules"
25300 ac_config_files="$ac_config_files dlls/wldap32/Makefile"
25302 ALL_MAKEFILES="$ALL_MAKEFILES \\
25303 dlls/wmi/Makefile"
25304 test "x$enable_wmi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25305 wmi"
25306 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25307 dlls/wmi/Makefile: dlls/wmi/Makefile.in dlls/Makedll.rules"
25308 ac_config_files="$ac_config_files dlls/wmi/Makefile"
25310 ALL_MAKEFILES="$ALL_MAKEFILES \\
25311 dlls/wnaspi32/Makefile"
25312 test "x$enable_wnaspi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25313 wnaspi32"
25314 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25315 dlls/wnaspi32/Makefile: dlls/wnaspi32/Makefile.in dlls/Makedll.rules"
25316 ac_config_files="$ac_config_files dlls/wnaspi32/Makefile"
25318 ALL_MAKEFILES="$ALL_MAKEFILES \\
25319 dlls/wow32/Makefile"
25320 test "x$enable_wow32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25321 wow32"
25322 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25323 dlls/wow32/Makefile: dlls/wow32/Makefile.in dlls/Makedll.rules"
25324 ac_config_files="$ac_config_files dlls/wow32/Makefile"
25326 ALL_MAKEFILES="$ALL_MAKEFILES \\
25327 dlls/ws2_32/Makefile"
25328 test "x$enable_ws2_32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25329 ws2_32"
25330 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25331 dlls/ws2_32/Makefile: dlls/ws2_32/Makefile.in dlls/Makedll.rules"
25332 ac_config_files="$ac_config_files dlls/ws2_32/Makefile"
25334 ALL_MAKEFILES="$ALL_MAKEFILES \\
25335 dlls/ws2_32/tests/Makefile"
25336 test "x$enable_ws2_32_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25337 ws2_32/tests"
25338 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25339 dlls/ws2_32/tests/Makefile: dlls/ws2_32/tests/Makefile.in dlls/Maketest.rules"
25340 ac_config_files="$ac_config_files dlls/ws2_32/tests/Makefile"
25342 ALL_MAKEFILES="$ALL_MAKEFILES \\
25343 dlls/wsock32/Makefile"
25344 test "x$enable_wsock32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25345 wsock32"
25346 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25347 dlls/wsock32/Makefile: dlls/wsock32/Makefile.in dlls/Makedll.rules"
25348 ac_config_files="$ac_config_files dlls/wsock32/Makefile"
25350 ALL_MAKEFILES="$ALL_MAKEFILES \\
25351 dlls/wtsapi32/Makefile"
25352 test "x$enable_wtsapi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25353 wtsapi32"
25354 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25355 dlls/wtsapi32/Makefile: dlls/wtsapi32/Makefile.in dlls/Makedll.rules"
25356 ac_config_files="$ac_config_files dlls/wtsapi32/Makefile"
25358 ALL_MAKEFILES="$ALL_MAKEFILES \\
25359 documentation/Makefile"
25360 test "x$enable_documentation" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
25361 documentation"
25362 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25363 documentation/Makefile: documentation/Makefile.in Make.rules"
25364 ac_config_files="$ac_config_files documentation/Makefile"
25366 ALL_MAKEFILES="$ALL_MAKEFILES \\
25367 fonts/Makefile"
25368 test "x$enable_fonts" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
25369 fonts"
25370 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25371 fonts/Makefile: fonts/Makefile.in Make.rules"
25372 ac_config_files="$ac_config_files fonts/Makefile"
25374 ALL_MAKEFILES="$ALL_MAKEFILES \\
25375 include/Makefile"
25376 test "x$enable_include" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
25377 include"
25378 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25379 include/Makefile: include/Makefile.in Make.rules"
25380 ac_config_files="$ac_config_files include/Makefile"
25382 ALL_MAKEFILES="$ALL_MAKEFILES \\
25383 libs/Makefile"
25384 test "x$enable_libs" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
25385 libs"
25386 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25387 libs/Makefile: libs/Makefile.in Make.rules"
25388 ac_config_files="$ac_config_files libs/Makefile"
25390 ALL_MAKEFILES="$ALL_MAKEFILES \\
25391 libs/port/Makefile"
25393 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25394 libs/port/Makefile: libs/port/Makefile.in Make.rules"
25395 ac_config_files="$ac_config_files libs/port/Makefile"
25397 ALL_MAKEFILES="$ALL_MAKEFILES \\
25398 libs/wine/Makefile"
25400 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25401 libs/wine/Makefile: libs/wine/Makefile.in Make.rules"
25402 ac_config_files="$ac_config_files libs/wine/Makefile"
25404 ALL_MAKEFILES="$ALL_MAKEFILES \\
25405 libs/wpp/Makefile"
25407 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25408 libs/wpp/Makefile: libs/wpp/Makefile.in Make.rules"
25409 ac_config_files="$ac_config_files libs/wpp/Makefile"
25411 ALL_MAKEFILES="$ALL_MAKEFILES \\
25412 loader/Makefile"
25413 test "x$enable_loader" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
25414 loader"
25415 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25416 loader/Makefile: loader/Makefile.in Make.rules"
25417 ac_config_files="$ac_config_files loader/Makefile"
25419 ALL_MAKEFILES="$ALL_MAKEFILES \\
25420 programs/Makefile"
25421 test "x$enable_programs" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
25422 programs"
25423 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25424 programs/Makefile: programs/Makefile.in Make.rules"
25425 ac_config_files="$ac_config_files programs/Makefile"
25427 ALL_MAKEFILES="$ALL_MAKEFILES \\
25428 programs/clock/Makefile"
25429 test "x$enable_clock" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25430 clock" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25431 clock"
25432 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25433 programs/clock/Makefile: programs/clock/Makefile.in programs/Makeprog.rules"
25434 ac_config_files="$ac_config_files programs/clock/Makefile"
25436 ALL_MAKEFILES="$ALL_MAKEFILES \\
25437 programs/cmd/Makefile"
25438 test "x$enable_cmd" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25439 cmd" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25440 cmd"
25441 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25442 programs/cmd/Makefile: programs/cmd/Makefile.in programs/Makeprog.rules"
25443 ac_config_files="$ac_config_files programs/cmd/Makefile"
25445 ALL_MAKEFILES="$ALL_MAKEFILES \\
25446 programs/cmdlgtst/Makefile"
25447 test "x$enable_cmdlgtst" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25448 cmdlgtst"
25449 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25450 programs/cmdlgtst/Makefile: programs/cmdlgtst/Makefile.in programs/Makeprog.rules"
25451 ac_config_files="$ac_config_files programs/cmdlgtst/Makefile"
25453 ALL_MAKEFILES="$ALL_MAKEFILES \\
25454 programs/control/Makefile"
25455 test "x$enable_control" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25456 control" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25457 control"
25458 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25459 programs/control/Makefile: programs/control/Makefile.in programs/Makeprog.rules"
25460 ac_config_files="$ac_config_files programs/control/Makefile"
25462 ALL_MAKEFILES="$ALL_MAKEFILES \\
25463 programs/eject/Makefile"
25464 test "x$enable_eject" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25465 eject" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25466 eject"
25467 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25468 programs/eject/Makefile: programs/eject/Makefile.in programs/Makeprog.rules"
25469 ac_config_files="$ac_config_files programs/eject/Makefile"
25471 ALL_MAKEFILES="$ALL_MAKEFILES \\
25472 programs/expand/Makefile"
25473 test "x$enable_expand" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25474 expand" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25475 expand"
25476 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25477 programs/expand/Makefile: programs/expand/Makefile.in programs/Makeprog.rules"
25478 ac_config_files="$ac_config_files programs/expand/Makefile"
25480 ALL_MAKEFILES="$ALL_MAKEFILES \\
25481 programs/explorer/Makefile"
25482 test "x$enable_explorer" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25483 explorer" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25484 explorer"
25485 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25486 programs/explorer/Makefile: programs/explorer/Makefile.in programs/Makeprog.rules"
25487 ac_config_files="$ac_config_files programs/explorer/Makefile"
25489 ALL_MAKEFILES="$ALL_MAKEFILES \\
25490 programs/hh/Makefile"
25491 test "x$enable_hh" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25492 hh" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25494 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25495 programs/hh/Makefile: programs/hh/Makefile.in programs/Makeprog.rules"
25496 ac_config_files="$ac_config_files programs/hh/Makefile"
25498 ALL_MAKEFILES="$ALL_MAKEFILES \\
25499 programs/icinfo/Makefile"
25500 test "x$enable_icinfo" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25501 icinfo" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25502 icinfo"
25503 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25504 programs/icinfo/Makefile: programs/icinfo/Makefile.in programs/Makeprog.rules"
25505 ac_config_files="$ac_config_files programs/icinfo/Makefile"
25507 ALL_MAKEFILES="$ALL_MAKEFILES \\
25508 programs/iexplore/Makefile"
25509 test "x$enable_iexplore" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25510 iexplore" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25511 iexplore"
25512 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25513 programs/iexplore/Makefile: programs/iexplore/Makefile.in programs/Makeprog.rules"
25514 ac_config_files="$ac_config_files programs/iexplore/Makefile"
25516 ALL_MAKEFILES="$ALL_MAKEFILES \\
25517 programs/msiexec/Makefile"
25518 test "x$enable_msiexec" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25519 msiexec" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25520 msiexec" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
25521 msiexec"
25522 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25523 programs/msiexec/Makefile: programs/msiexec/Makefile.in programs/Makeprog.rules"
25524 ac_config_files="$ac_config_files programs/msiexec/Makefile"
25526 ALL_MAKEFILES="$ALL_MAKEFILES \\
25527 programs/net/Makefile"
25528 test "x$enable_net" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25529 net" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25530 net"
25531 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25532 programs/net/Makefile: programs/net/Makefile.in programs/Makeprog.rules"
25533 ac_config_files="$ac_config_files programs/net/Makefile"
25535 ALL_MAKEFILES="$ALL_MAKEFILES \\
25536 programs/notepad/Makefile"
25537 test "x$enable_notepad" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25538 notepad" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25539 notepad" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
25540 notepad"
25541 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25542 programs/notepad/Makefile: programs/notepad/Makefile.in programs/Makeprog.rules"
25543 ac_config_files="$ac_config_files programs/notepad/Makefile"
25545 ALL_MAKEFILES="$ALL_MAKEFILES \\
25546 programs/oleview/Makefile"
25547 test "x$enable_oleview" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25548 oleview" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25549 oleview"
25550 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25551 programs/oleview/Makefile: programs/oleview/Makefile.in programs/Makeprog.rules"
25552 ac_config_files="$ac_config_files programs/oleview/Makefile"
25554 ALL_MAKEFILES="$ALL_MAKEFILES \\
25555 programs/progman/Makefile"
25556 test "x$enable_progman" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25557 progman" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25558 progman" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
25559 progman"
25560 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25561 programs/progman/Makefile: programs/progman/Makefile.in programs/Makeprog.rules"
25562 ac_config_files="$ac_config_files programs/progman/Makefile"
25564 ALL_MAKEFILES="$ALL_MAKEFILES \\
25565 programs/reg/Makefile"
25566 test "x$enable_reg" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25567 reg" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25568 reg"
25569 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25570 programs/reg/Makefile: programs/reg/Makefile.in programs/Makeprog.rules"
25571 ac_config_files="$ac_config_files programs/reg/Makefile"
25573 ALL_MAKEFILES="$ALL_MAKEFILES \\
25574 programs/regedit/Makefile"
25575 test "x$enable_regedit" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25576 regedit" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25577 regedit" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
25578 regedit"
25579 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25580 programs/regedit/Makefile: programs/regedit/Makefile.in programs/Makeprog.rules"
25581 ac_config_files="$ac_config_files programs/regedit/Makefile"
25583 ALL_MAKEFILES="$ALL_MAKEFILES \\
25584 programs/regsvr32/Makefile"
25585 test "x$enable_regsvr32" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25586 regsvr32" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25587 regsvr32" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
25588 regsvr32"
25589 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25590 programs/regsvr32/Makefile: programs/regsvr32/Makefile.in programs/Makeprog.rules"
25591 ac_config_files="$ac_config_files programs/regsvr32/Makefile"
25593 ALL_MAKEFILES="$ALL_MAKEFILES \\
25594 programs/rpcss/Makefile"
25595 test "x$enable_rpcss" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25596 rpcss" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25597 rpcss"
25598 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25599 programs/rpcss/Makefile: programs/rpcss/Makefile.in programs/Makeprog.rules"
25600 ac_config_files="$ac_config_files programs/rpcss/Makefile"
25602 ALL_MAKEFILES="$ALL_MAKEFILES \\
25603 programs/rundll32/Makefile"
25604 test "x$enable_rundll32" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25605 rundll32" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25606 rundll32"
25607 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25608 programs/rundll32/Makefile: programs/rundll32/Makefile.in programs/Makeprog.rules"
25609 ac_config_files="$ac_config_files programs/rundll32/Makefile"
25611 ALL_MAKEFILES="$ALL_MAKEFILES \\
25612 programs/secedit/Makefile"
25613 test "x$enable_secedit" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25614 secedit" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25615 secedit"
25616 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25617 programs/secedit/Makefile: programs/secedit/Makefile.in programs/Makeprog.rules"
25618 ac_config_files="$ac_config_files programs/secedit/Makefile"
25620 ALL_MAKEFILES="$ALL_MAKEFILES \\
25621 programs/services/Makefile"
25622 test "x$enable_services" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25623 services" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25624 services"
25625 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25626 programs/services/Makefile: programs/services/Makefile.in programs/Makeprog.rules"
25627 ac_config_files="$ac_config_files programs/services/Makefile"
25629 ALL_MAKEFILES="$ALL_MAKEFILES \\
25630 programs/spoolsv/Makefile"
25631 test "x$enable_spoolsv" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25632 spoolsv" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25633 spoolsv"
25634 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25635 programs/spoolsv/Makefile: programs/spoolsv/Makefile.in programs/Makeprog.rules"
25636 ac_config_files="$ac_config_files programs/spoolsv/Makefile"
25638 ALL_MAKEFILES="$ALL_MAKEFILES \\
25639 programs/start/Makefile"
25640 test "x$enable_start" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25641 start" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25642 start"
25643 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25644 programs/start/Makefile: programs/start/Makefile.in programs/Makeprog.rules"
25645 ac_config_files="$ac_config_files programs/start/Makefile"
25647 ALL_MAKEFILES="$ALL_MAKEFILES \\
25648 programs/svchost/Makefile"
25649 test "x$enable_svchost" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25650 svchost" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25651 svchost"
25652 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25653 programs/svchost/Makefile: programs/svchost/Makefile.in programs/Makeprog.rules"
25654 ac_config_files="$ac_config_files programs/svchost/Makefile"
25656 ALL_MAKEFILES="$ALL_MAKEFILES \\
25657 programs/taskmgr/Makefile"
25658 test "x$enable_taskmgr" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25659 taskmgr" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25660 taskmgr"
25661 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25662 programs/taskmgr/Makefile: programs/taskmgr/Makefile.in programs/Makeprog.rules"
25663 ac_config_files="$ac_config_files programs/taskmgr/Makefile"
25665 ALL_MAKEFILES="$ALL_MAKEFILES \\
25666 programs/uninstaller/Makefile"
25667 test "x$enable_uninstaller" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25668 uninstaller" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25669 uninstaller" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
25670 uninstaller"
25671 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25672 programs/uninstaller/Makefile: programs/uninstaller/Makefile.in programs/Makeprog.rules"
25673 ac_config_files="$ac_config_files programs/uninstaller/Makefile"
25675 ALL_MAKEFILES="$ALL_MAKEFILES \\
25676 programs/view/Makefile"
25677 test "x$enable_view" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25678 view"
25679 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25680 programs/view/Makefile: programs/view/Makefile.in programs/Makeprog.rules"
25681 ac_config_files="$ac_config_files programs/view/Makefile"
25683 ALL_MAKEFILES="$ALL_MAKEFILES \\
25684 programs/wineboot/Makefile"
25685 test "x$enable_wineboot" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25686 wineboot" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25687 wineboot" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
25688 wineboot"
25689 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25690 programs/wineboot/Makefile: programs/wineboot/Makefile.in programs/Makeprog.rules"
25691 ac_config_files="$ac_config_files programs/wineboot/Makefile"
25693 ALL_MAKEFILES="$ALL_MAKEFILES \\
25694 programs/winebrowser/Makefile"
25695 test "x$enable_winebrowser" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25696 winebrowser" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25697 winebrowser" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
25698 winebrowser"
25699 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25700 programs/winebrowser/Makefile: programs/winebrowser/Makefile.in programs/Makeprog.rules"
25701 ac_config_files="$ac_config_files programs/winebrowser/Makefile"
25703 ALL_MAKEFILES="$ALL_MAKEFILES \\
25704 programs/winecfg/Makefile"
25705 test "x$enable_winecfg" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25706 winecfg" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25707 winecfg" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
25708 winecfg"
25709 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25710 programs/winecfg/Makefile: programs/winecfg/Makefile.in programs/Makeprog.rules"
25711 ac_config_files="$ac_config_files programs/winecfg/Makefile"
25713 ALL_MAKEFILES="$ALL_MAKEFILES \\
25714 programs/wineconsole/Makefile"
25715 test "x$enable_wineconsole" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25716 wineconsole" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25717 wineconsole" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
25718 wineconsole"
25719 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25720 programs/wineconsole/Makefile: programs/wineconsole/Makefile.in programs/Makeprog.rules"
25721 ac_config_files="$ac_config_files programs/wineconsole/Makefile"
25723 ALL_MAKEFILES="$ALL_MAKEFILES \\
25724 programs/winedbg/Makefile"
25725 test "x$enable_winedbg" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25726 winedbg" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25727 winedbg" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
25728 winedbg"
25729 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25730 programs/winedbg/Makefile: programs/winedbg/Makefile.in programs/Makeprog.rules"
25731 ac_config_files="$ac_config_files programs/winedbg/Makefile"
25733 ALL_MAKEFILES="$ALL_MAKEFILES \\
25734 programs/winedevice/Makefile"
25735 test "x$enable_winedevice" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25736 winedevice" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25737 winedevice"
25738 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25739 programs/winedevice/Makefile: programs/winedevice/Makefile.in programs/Makeprog.rules"
25740 ac_config_files="$ac_config_files programs/winedevice/Makefile"
25742 ALL_MAKEFILES="$ALL_MAKEFILES \\
25743 programs/winefile/Makefile"
25744 test "x$enable_winefile" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25745 winefile" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25746 winefile" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
25747 winefile"
25748 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25749 programs/winefile/Makefile: programs/winefile/Makefile.in programs/Makeprog.rules"
25750 ac_config_files="$ac_config_files programs/winefile/Makefile"
25752 ALL_MAKEFILES="$ALL_MAKEFILES \\
25753 programs/winemenubuilder/Makefile"
25754 test "x$enable_winemenubuilder" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25755 winemenubuilder" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25756 winemenubuilder"
25757 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25758 programs/winemenubuilder/Makefile: programs/winemenubuilder/Makefile.in programs/Makeprog.rules"
25759 ac_config_files="$ac_config_files programs/winemenubuilder/Makefile"
25761 ALL_MAKEFILES="$ALL_MAKEFILES \\
25762 programs/winemine/Makefile"
25763 test "x$enable_winemine" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25764 winemine" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25765 winemine" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
25766 winemine"
25767 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25768 programs/winemine/Makefile: programs/winemine/Makefile.in programs/Makeprog.rules"
25769 ac_config_files="$ac_config_files programs/winemine/Makefile"
25771 ALL_MAKEFILES="$ALL_MAKEFILES \\
25772 programs/winepath/Makefile"
25773 test "x$enable_winepath" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25774 winepath" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25775 winepath" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
25776 winepath"
25777 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25778 programs/winepath/Makefile: programs/winepath/Makefile.in programs/Makeprog.rules"
25779 ac_config_files="$ac_config_files programs/winepath/Makefile"
25781 ALL_MAKEFILES="$ALL_MAKEFILES \\
25782 programs/winetest/Makefile"
25783 test "x$enable_winetest" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25784 winetest"
25785 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25786 programs/winetest/Makefile: programs/winetest/Makefile.in programs/Makeprog.rules"
25787 ac_config_files="$ac_config_files programs/winetest/Makefile"
25789 ALL_MAKEFILES="$ALL_MAKEFILES \\
25790 programs/winevdm/Makefile"
25791 test "x$enable_winevdm" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25792 winevdm" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25793 winevdm"
25794 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25795 programs/winevdm/Makefile: programs/winevdm/Makefile.in programs/Makeprog.rules"
25796 ac_config_files="$ac_config_files programs/winevdm/Makefile"
25798 ALL_MAKEFILES="$ALL_MAKEFILES \\
25799 programs/winhlp32/Makefile"
25800 test "x$enable_winhlp32" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25801 winhlp32" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25802 winhlp32"
25803 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25804 programs/winhlp32/Makefile: programs/winhlp32/Makefile.in programs/Makeprog.rules"
25805 ac_config_files="$ac_config_files programs/winhlp32/Makefile"
25807 ALL_MAKEFILES="$ALL_MAKEFILES \\
25808 programs/winver/Makefile"
25809 test "x$enable_winver" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25810 winver" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25811 winver"
25812 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25813 programs/winver/Makefile: programs/winver/Makefile.in programs/Makeprog.rules"
25814 ac_config_files="$ac_config_files programs/winver/Makefile"
25816 ALL_MAKEFILES="$ALL_MAKEFILES \\
25817 programs/wordpad/Makefile"
25818 test "x$enable_wordpad" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25819 wordpad" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25820 wordpad"
25821 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25822 programs/wordpad/Makefile: programs/wordpad/Makefile.in programs/Makeprog.rules"
25823 ac_config_files="$ac_config_files programs/wordpad/Makefile"
25825 ALL_MAKEFILES="$ALL_MAKEFILES \\
25826 programs/write/Makefile"
25827 test "x$enable_write" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25828 write" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25829 write"
25830 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25831 programs/write/Makefile: programs/write/Makefile.in programs/Makeprog.rules"
25832 ac_config_files="$ac_config_files programs/write/Makefile"
25834 ALL_MAKEFILES="$ALL_MAKEFILES \\
25835 programs/xcopy/Makefile"
25836 test "x$enable_xcopy" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25837 xcopy" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25838 xcopy"
25839 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25840 programs/xcopy/Makefile: programs/xcopy/Makefile.in programs/Makeprog.rules"
25841 ac_config_files="$ac_config_files programs/xcopy/Makefile"
25843 ALL_MAKEFILES="$ALL_MAKEFILES \\
25844 server/Makefile"
25845 test "x$enable_server" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
25846 server"
25847 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25848 server/Makefile: server/Makefile.in Make.rules"
25849 ac_config_files="$ac_config_files server/Makefile"
25851 ALL_MAKEFILES="$ALL_MAKEFILES \\
25852 tools/Makefile"
25853 test "x$enable_tools" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
25854 tools"
25855 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25856 tools/Makefile: tools/Makefile.in Make.rules"
25857 ac_config_files="$ac_config_files tools/Makefile"
25859 ALL_MAKEFILES="$ALL_MAKEFILES \\
25860 tools/widl/Makefile"
25862 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25863 tools/widl/Makefile: tools/widl/Makefile.in Make.rules"
25864 ac_config_files="$ac_config_files tools/widl/Makefile"
25866 ALL_MAKEFILES="$ALL_MAKEFILES \\
25867 tools/winebuild/Makefile"
25869 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25870 tools/winebuild/Makefile: tools/winebuild/Makefile.in Make.rules"
25871 ac_config_files="$ac_config_files tools/winebuild/Makefile"
25873 ALL_MAKEFILES="$ALL_MAKEFILES \\
25874 tools/winedump/Makefile"
25876 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25877 tools/winedump/Makefile: tools/winedump/Makefile.in Make.rules"
25878 ac_config_files="$ac_config_files tools/winedump/Makefile"
25880 ALL_MAKEFILES="$ALL_MAKEFILES \\
25881 tools/winegcc/Makefile"
25883 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25884 tools/winegcc/Makefile: tools/winegcc/Makefile.in Make.rules"
25885 ac_config_files="$ac_config_files tools/winegcc/Makefile"
25887 ALL_MAKEFILES="$ALL_MAKEFILES \\
25888 tools/wmc/Makefile"
25890 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25891 tools/wmc/Makefile: tools/wmc/Makefile.in Make.rules"
25892 ac_config_files="$ac_config_files tools/wmc/Makefile"
25894 ALL_MAKEFILES="$ALL_MAKEFILES \\
25895 tools/wrc/Makefile"
25897 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25898 tools/wrc/Makefile: tools/wrc/Makefile.in Make.rules"
25899 ac_config_files="$ac_config_files tools/wrc/Makefile"
25903 ALL_WINETEST_DEPENDS="# Test binaries"
25905 for dir in $ALL_TEST_DIRS
25907 if test "$dir" != "\\"
25908 then
25909 testname=`expr $dir : '\(.*\)/tests'`_test.exe
25910 ALL_WINETEST_DEPENDS="$ALL_WINETEST_DEPENDS
25911 $testname: \$(DLLDIR)/$dir/$testname\$(DLLEXT)
25912 cp \$(DLLDIR)/$dir/$testname\$(DLLEXT) \$@ && \$(STRIP) \$@"
25914 done
25916 cat >confcache <<\_ACEOF
25917 # This file is a shell script that caches the results of configure
25918 # tests run on this system so they can be shared between configure
25919 # scripts and configure runs, see configure's option --config-cache.
25920 # It is not useful on other systems. If it contains results you don't
25921 # want to keep, you may remove or edit it.
25923 # config.status only pays attention to the cache file if you give it
25924 # the --recheck option to rerun configure.
25926 # `ac_cv_env_foo' variables (set or unset) will be overridden when
25927 # loading this file, other *unset* `ac_cv_foo' will be assigned the
25928 # following values.
25930 _ACEOF
25932 # The following way of writing the cache mishandles newlines in values,
25933 # but we know of no workaround that is simple, portable, and efficient.
25934 # So, we kill variables containing newlines.
25935 # Ultrix sh set writes to stderr and can't be redirected directly,
25936 # and sets the high bit in the cache file unless we assign to the vars.
25938 for ac_var in `(set) 2>&1 | sed -n 's/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'`; do
25939 eval ac_val=\$$ac_var
25940 case $ac_val in #(
25941 *${as_nl}*)
25942 case $ac_var in #(
25943 *_cv_*) { echo "$as_me:$LINENO: WARNING: Cache variable $ac_var contains a newline." >&5
25944 echo "$as_me: WARNING: Cache variable $ac_var contains a newline." >&2;} ;;
25945 esac
25946 case $ac_var in #(
25947 _ | IFS | as_nl) ;; #(
25948 *) $as_unset $ac_var ;;
25949 esac ;;
25950 esac
25951 done
25953 (set) 2>&1 |
25954 case $as_nl`(ac_space=' '; set) 2>&1` in #(
25955 *${as_nl}ac_space=\ *)
25956 # `set' does not quote correctly, so add quotes (double-quote
25957 # substitution turns \\\\ into \\, and sed turns \\ into \).
25958 sed -n \
25959 "s/'/'\\\\''/g;
25960 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
25961 ;; #(
25963 # `set' quotes correctly as required by POSIX, so do not add quotes.
25964 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
25966 esac |
25967 sort
25969 sed '
25970 /^ac_cv_env_/b end
25971 t clear
25972 :clear
25973 s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
25974 t end
25975 s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
25976 :end' >>confcache
25977 if diff "$cache_file" confcache >/dev/null 2>&1; then :; else
25978 if test -w "$cache_file"; then
25979 test "x$cache_file" != "x/dev/null" &&
25980 { echo "$as_me:$LINENO: updating cache $cache_file" >&5
25981 echo "$as_me: updating cache $cache_file" >&6;}
25982 cat confcache >$cache_file
25983 else
25984 { echo "$as_me:$LINENO: not updating unwritable cache $cache_file" >&5
25985 echo "$as_me: not updating unwritable cache $cache_file" >&6;}
25988 rm -f confcache
25990 test "x$prefix" = xNONE && prefix=$ac_default_prefix
25991 # Let make expand exec_prefix.
25992 test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
25994 DEFS=-DHAVE_CONFIG_H
25996 ac_libobjs=
25997 ac_ltlibobjs=
25998 for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue
25999 # 1. Remove the extension, and $U if already installed.
26000 ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
26001 ac_i=`echo "$ac_i" | sed "$ac_script"`
26002 # 2. Prepend LIBOBJDIR. When used with automake>=1.10 LIBOBJDIR
26003 # will be set to the directory where LIBOBJS objects are built.
26004 ac_libobjs="$ac_libobjs \${LIBOBJDIR}$ac_i\$U.$ac_objext"
26005 ac_ltlibobjs="$ac_ltlibobjs \${LIBOBJDIR}$ac_i"'$U.lo'
26006 done
26007 LIBOBJS=$ac_libobjs
26009 LTLIBOBJS=$ac_ltlibobjs
26013 : ${CONFIG_STATUS=./config.status}
26014 ac_clean_files_save=$ac_clean_files
26015 ac_clean_files="$ac_clean_files $CONFIG_STATUS"
26016 { echo "$as_me:$LINENO: creating $CONFIG_STATUS" >&5
26017 echo "$as_me: creating $CONFIG_STATUS" >&6;}
26018 cat >$CONFIG_STATUS <<_ACEOF
26019 #! $SHELL
26020 # Generated by $as_me.
26021 # Run this file to recreate the current configuration.
26022 # Compiler output produced by configure, useful for debugging
26023 # configure, is in config.log if it exists.
26025 debug=false
26026 ac_cs_recheck=false
26027 ac_cs_silent=false
26028 SHELL=\${CONFIG_SHELL-$SHELL}
26029 _ACEOF
26031 cat >>$CONFIG_STATUS <<\_ACEOF
26032 ## --------------------- ##
26033 ## M4sh Initialization. ##
26034 ## --------------------- ##
26036 # Be more Bourne compatible
26037 DUALCASE=1; export DUALCASE # for MKS sh
26038 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
26039 emulate sh
26040 NULLCMD=:
26041 # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which
26042 # is contrary to our usage. Disable this feature.
26043 alias -g '${1+"$@"}'='"$@"'
26044 setopt NO_GLOB_SUBST
26045 else
26046 case `(set -o) 2>/dev/null` in
26047 *posix*) set -o posix ;;
26048 esac
26055 # PATH needs CR
26056 # Avoid depending upon Character Ranges.
26057 as_cr_letters='abcdefghijklmnopqrstuvwxyz'
26058 as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
26059 as_cr_Letters=$as_cr_letters$as_cr_LETTERS
26060 as_cr_digits='0123456789'
26061 as_cr_alnum=$as_cr_Letters$as_cr_digits
26063 # The user is always right.
26064 if test "${PATH_SEPARATOR+set}" != set; then
26065 echo "#! /bin/sh" >conf$$.sh
26066 echo "exit 0" >>conf$$.sh
26067 chmod +x conf$$.sh
26068 if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then
26069 PATH_SEPARATOR=';'
26070 else
26071 PATH_SEPARATOR=:
26073 rm -f conf$$.sh
26076 # Support unset when possible.
26077 if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then
26078 as_unset=unset
26079 else
26080 as_unset=false
26084 # IFS
26085 # We need space, tab and new line, in precisely that order. Quoting is
26086 # there to prevent editors from complaining about space-tab.
26087 # (If _AS_PATH_WALK were called with IFS unset, it would disable word
26088 # splitting by setting IFS to empty value.)
26089 as_nl='
26091 IFS=" "" $as_nl"
26093 # Find who we are. Look in the path if we contain no directory separator.
26094 case $0 in
26095 *[\\/]* ) as_myself=$0 ;;
26096 *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
26097 for as_dir in $PATH
26099 IFS=$as_save_IFS
26100 test -z "$as_dir" && as_dir=.
26101 test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
26102 done
26103 IFS=$as_save_IFS
26106 esac
26107 # We did not find ourselves, most probably we were run as `sh COMMAND'
26108 # in which case we are not to be found in the path.
26109 if test "x$as_myself" = x; then
26110 as_myself=$0
26112 if test ! -f "$as_myself"; then
26113 echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
26114 { (exit 1); exit 1; }
26117 # Work around bugs in pre-3.0 UWIN ksh.
26118 for as_var in ENV MAIL MAILPATH
26119 do ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var
26120 done
26121 PS1='$ '
26122 PS2='> '
26123 PS4='+ '
26125 # NLS nuisances.
26126 for as_var in \
26127 LANG LANGUAGE LC_ADDRESS LC_ALL LC_COLLATE LC_CTYPE LC_IDENTIFICATION \
26128 LC_MEASUREMENT LC_MESSAGES LC_MONETARY LC_NAME LC_NUMERIC LC_PAPER \
26129 LC_TELEPHONE LC_TIME
26131 if (set +x; test -z "`(eval $as_var=C; export $as_var) 2>&1`"); then
26132 eval $as_var=C; export $as_var
26133 else
26134 ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var
26136 done
26138 # Required to use basename.
26139 if expr a : '\(a\)' >/dev/null 2>&1 &&
26140 test "X`expr 00001 : '.*\(...\)'`" = X001; then
26141 as_expr=expr
26142 else
26143 as_expr=false
26146 if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
26147 as_basename=basename
26148 else
26149 as_basename=false
26153 # Name of the executable.
26154 as_me=`$as_basename -- "$0" ||
26155 $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
26156 X"$0" : 'X\(//\)$' \| \
26157 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
26158 echo X/"$0" |
26159 sed '/^.*\/\([^/][^/]*\)\/*$/{
26160 s//\1/
26163 /^X\/\(\/\/\)$/{
26164 s//\1/
26167 /^X\/\(\/\).*/{
26168 s//\1/
26171 s/.*/./; q'`
26173 # CDPATH.
26174 $as_unset CDPATH
26178 as_lineno_1=$LINENO
26179 as_lineno_2=$LINENO
26180 test "x$as_lineno_1" != "x$as_lineno_2" &&
26181 test "x`expr $as_lineno_1 + 1`" = "x$as_lineno_2" || {
26183 # Create $as_me.lineno as a copy of $as_myself, but with $LINENO
26184 # uniformly replaced by the line number. The first 'sed' inserts a
26185 # line-number line after each line using $LINENO; the second 'sed'
26186 # does the real work. The second script uses 'N' to pair each
26187 # line-number line with the line containing $LINENO, and appends
26188 # trailing '-' during substitution so that $LINENO is not a special
26189 # case at line end.
26190 # (Raja R Harinath suggested sed '=', and Paul Eggert wrote the
26191 # scripts with optimization help from Paolo Bonzini. Blame Lee
26192 # E. McMahon (1931-1989) for sed's syntax. :-)
26193 sed -n '
26195 /[$]LINENO/=
26196 ' <$as_myself |
26197 sed '
26198 s/[$]LINENO.*/&-/
26199 t lineno
26201 :lineno
26203 :loop
26204 s/[$]LINENO\([^'$as_cr_alnum'_].*\n\)\(.*\)/\2\1\2/
26205 t loop
26206 s/-\n.*//
26207 ' >$as_me.lineno &&
26208 chmod +x "$as_me.lineno" ||
26209 { echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2
26210 { (exit 1); exit 1; }; }
26212 # Don't try to exec as it changes $[0], causing all sort of problems
26213 # (the dirname of $[0] is not the place where we might find the
26214 # original and so on. Autoconf is especially sensitive to this).
26215 . "./$as_me.lineno"
26216 # Exit status is that of the last command.
26217 exit
26221 if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
26222 as_dirname=dirname
26223 else
26224 as_dirname=false
26227 ECHO_C= ECHO_N= ECHO_T=
26228 case `echo -n x` in
26229 -n*)
26230 case `echo 'x\c'` in
26231 *c*) ECHO_T=' ';; # ECHO_T is single tab character.
26232 *) ECHO_C='\c';;
26233 esac;;
26235 ECHO_N='-n';;
26236 esac
26238 if expr a : '\(a\)' >/dev/null 2>&1 &&
26239 test "X`expr 00001 : '.*\(...\)'`" = X001; then
26240 as_expr=expr
26241 else
26242 as_expr=false
26245 rm -f conf$$ conf$$.exe conf$$.file
26246 if test -d conf$$.dir; then
26247 rm -f conf$$.dir/conf$$.file
26248 else
26249 rm -f conf$$.dir
26250 mkdir conf$$.dir
26252 echo >conf$$.file
26253 if ln -s conf$$.file conf$$ 2>/dev/null; then
26254 as_ln_s='ln -s'
26255 # ... but there are two gotchas:
26256 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
26257 # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
26258 # In both cases, we have to default to `cp -p'.
26259 ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
26260 as_ln_s='cp -p'
26261 elif ln conf$$.file conf$$ 2>/dev/null; then
26262 as_ln_s=ln
26263 else
26264 as_ln_s='cp -p'
26266 rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
26267 rmdir conf$$.dir 2>/dev/null
26269 if mkdir -p . 2>/dev/null; then
26270 as_mkdir_p=:
26271 else
26272 test -d ./-p && rmdir ./-p
26273 as_mkdir_p=false
26276 if test -x / >/dev/null 2>&1; then
26277 as_test_x='test -x'
26278 else
26279 if ls -dL / >/dev/null 2>&1; then
26280 as_ls_L_option=L
26281 else
26282 as_ls_L_option=
26284 as_test_x='
26285 eval sh -c '\''
26286 if test -d "$1"; then
26287 test -d "$1/.";
26288 else
26289 case $1 in
26290 -*)set "./$1";;
26291 esac;
26292 case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in
26293 ???[sx]*):;;*)false;;esac;fi
26294 '\'' sh
26297 as_executable_p=$as_test_x
26299 # Sed expression to map a string onto a valid CPP name.
26300 as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
26302 # Sed expression to map a string onto a valid variable name.
26303 as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
26306 exec 6>&1
26308 # Save the log message, to keep $[0] and so on meaningful, and to
26309 # report actual input values of CONFIG_FILES etc. instead of their
26310 # values after options handling.
26311 ac_log="
26312 This file was extended by Wine $as_me 1.1.5, which was
26313 generated by GNU Autoconf 2.61. Invocation command line was
26315 CONFIG_FILES = $CONFIG_FILES
26316 CONFIG_HEADERS = $CONFIG_HEADERS
26317 CONFIG_LINKS = $CONFIG_LINKS
26318 CONFIG_COMMANDS = $CONFIG_COMMANDS
26319 $ $0 $@
26321 on `(hostname || uname -n) 2>/dev/null | sed 1q`
26324 _ACEOF
26326 cat >>$CONFIG_STATUS <<_ACEOF
26327 # Files that config.status was made for.
26328 config_files="$ac_config_files"
26329 config_headers="$ac_config_headers"
26330 config_commands="$ac_config_commands"
26332 _ACEOF
26334 cat >>$CONFIG_STATUS <<\_ACEOF
26335 ac_cs_usage="\
26336 \`$as_me' instantiates files from templates according to the
26337 current configuration.
26339 Usage: $0 [OPTIONS] [FILE]...
26341 -h, --help print this help, then exit
26342 -V, --version print version number and configuration settings, then exit
26343 -q, --quiet do not print progress messages
26344 -d, --debug don't remove temporary files
26345 --recheck update $as_me by reconfiguring in the same conditions
26346 --file=FILE[:TEMPLATE]
26347 instantiate the configuration file FILE
26348 --header=FILE[:TEMPLATE]
26349 instantiate the configuration header FILE
26351 Configuration files:
26352 $config_files
26354 Configuration headers:
26355 $config_headers
26357 Configuration commands:
26358 $config_commands
26360 Report bugs to <bug-autoconf@gnu.org>."
26362 _ACEOF
26363 cat >>$CONFIG_STATUS <<_ACEOF
26364 ac_cs_version="\\
26365 Wine config.status 1.1.5
26366 configured by $0, generated by GNU Autoconf 2.61,
26367 with options \\"`echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\"
26369 Copyright (C) 2006 Free Software Foundation, Inc.
26370 This config.status script is free software; the Free Software Foundation
26371 gives unlimited permission to copy, distribute and modify it."
26373 ac_pwd='$ac_pwd'
26374 srcdir='$srcdir'
26375 INSTALL='$INSTALL'
26376 _ACEOF
26378 cat >>$CONFIG_STATUS <<\_ACEOF
26379 # If no file are specified by the user, then we need to provide default
26380 # value. By we need to know if files were specified by the user.
26381 ac_need_defaults=:
26382 while test $# != 0
26384 case $1 in
26385 --*=*)
26386 ac_option=`expr "X$1" : 'X\([^=]*\)='`
26387 ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
26388 ac_shift=:
26391 ac_option=$1
26392 ac_optarg=$2
26393 ac_shift=shift
26395 esac
26397 case $ac_option in
26398 # Handling of the options.
26399 -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
26400 ac_cs_recheck=: ;;
26401 --version | --versio | --versi | --vers | --ver | --ve | --v | -V )
26402 echo "$ac_cs_version"; exit ;;
26403 --debug | --debu | --deb | --de | --d | -d )
26404 debug=: ;;
26405 --file | --fil | --fi | --f )
26406 $ac_shift
26407 CONFIG_FILES="$CONFIG_FILES $ac_optarg"
26408 ac_need_defaults=false;;
26409 --header | --heade | --head | --hea )
26410 $ac_shift
26411 CONFIG_HEADERS="$CONFIG_HEADERS $ac_optarg"
26412 ac_need_defaults=false;;
26413 --he | --h)
26414 # Conflict between --help and --header
26415 { echo "$as_me: error: ambiguous option: $1
26416 Try \`$0 --help' for more information." >&2
26417 { (exit 1); exit 1; }; };;
26418 --help | --hel | -h )
26419 echo "$ac_cs_usage"; exit ;;
26420 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
26421 | -silent | --silent | --silen | --sile | --sil | --si | --s)
26422 ac_cs_silent=: ;;
26424 # This is an error.
26425 -*) { echo "$as_me: error: unrecognized option: $1
26426 Try \`$0 --help' for more information." >&2
26427 { (exit 1); exit 1; }; } ;;
26429 *) ac_config_targets="$ac_config_targets $1"
26430 ac_need_defaults=false ;;
26432 esac
26433 shift
26434 done
26436 ac_configure_extra_args=
26438 if $ac_cs_silent; then
26439 exec 6>/dev/null
26440 ac_configure_extra_args="$ac_configure_extra_args --silent"
26443 _ACEOF
26444 cat >>$CONFIG_STATUS <<_ACEOF
26445 if \$ac_cs_recheck; then
26446 echo "running CONFIG_SHELL=$SHELL $SHELL $0 "$ac_configure_args \$ac_configure_extra_args " --no-create --no-recursion" >&6
26447 CONFIG_SHELL=$SHELL
26448 export CONFIG_SHELL
26449 exec $SHELL "$0"$ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
26452 _ACEOF
26453 cat >>$CONFIG_STATUS <<\_ACEOF
26454 exec 5>>config.log
26456 echo
26457 sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
26458 ## Running $as_me. ##
26459 _ASBOX
26460 echo "$ac_log"
26461 } >&5
26463 _ACEOF
26464 cat >>$CONFIG_STATUS <<_ACEOF
26465 _ACEOF
26467 cat >>$CONFIG_STATUS <<\_ACEOF
26469 # Handling of arguments.
26470 for ac_config_target in $ac_config_targets
26472 case $ac_config_target in
26473 "include/config.h") CONFIG_HEADERS="$CONFIG_HEADERS include/config.h" ;;
26474 "include/stamp-h") CONFIG_COMMANDS="$CONFIG_COMMANDS include/stamp-h" ;;
26475 "dlls/gdi32/enhmfdrv") CONFIG_COMMANDS="$CONFIG_COMMANDS dlls/gdi32/enhmfdrv" ;;
26476 "dlls/gdi32/mfdrv") CONFIG_COMMANDS="$CONFIG_COMMANDS dlls/gdi32/mfdrv" ;;
26477 "dlls/kernel32/nls") CONFIG_COMMANDS="$CONFIG_COMMANDS dlls/kernel32/nls" ;;
26478 "dlls/user32/resources") CONFIG_COMMANDS="$CONFIG_COMMANDS dlls/user32/resources" ;;
26479 "dlls/wineps.drv/data") CONFIG_COMMANDS="$CONFIG_COMMANDS dlls/wineps.drv/data" ;;
26480 "include/wine") CONFIG_COMMANDS="$CONFIG_COMMANDS include/wine" ;;
26481 "Make.rules") CONFIG_FILES="$CONFIG_FILES Make.rules" ;;
26482 "dlls/Makedll.rules") CONFIG_FILES="$CONFIG_FILES dlls/Makedll.rules" ;;
26483 "dlls/Makeimplib.rules") CONFIG_FILES="$CONFIG_FILES dlls/Makeimplib.rules" ;;
26484 "dlls/Maketest.rules") CONFIG_FILES="$CONFIG_FILES dlls/Maketest.rules" ;;
26485 "programs/Makeprog.rules") CONFIG_FILES="$CONFIG_FILES programs/Makeprog.rules" ;;
26486 "Makefile") CONFIG_FILES="$CONFIG_FILES Makefile" ;;
26487 "dlls/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/Makefile" ;;
26488 "dlls/acledit/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/acledit/Makefile" ;;
26489 "dlls/activeds/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/activeds/Makefile" ;;
26490 "dlls/actxprxy/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/actxprxy/Makefile" ;;
26491 "dlls/adsiid/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/adsiid/Makefile" ;;
26492 "dlls/advapi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/advapi32/Makefile" ;;
26493 "dlls/advapi32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/advapi32/tests/Makefile" ;;
26494 "dlls/advpack/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/advpack/Makefile" ;;
26495 "dlls/advpack/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/advpack/tests/Makefile" ;;
26496 "dlls/amstream/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/amstream/Makefile" ;;
26497 "dlls/appwiz.cpl/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/appwiz.cpl/Makefile" ;;
26498 "dlls/atl/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/atl/Makefile" ;;
26499 "dlls/avicap32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/avicap32/Makefile" ;;
26500 "dlls/avifil32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/avifil32/Makefile" ;;
26501 "dlls/browseui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/browseui/Makefile" ;;
26502 "dlls/browseui/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/browseui/tests/Makefile" ;;
26503 "dlls/cabinet/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cabinet/Makefile" ;;
26504 "dlls/cabinet/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cabinet/tests/Makefile" ;;
26505 "dlls/capi2032/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/capi2032/Makefile" ;;
26506 "dlls/cards/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cards/Makefile" ;;
26507 "dlls/cfgmgr32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cfgmgr32/Makefile" ;;
26508 "dlls/clusapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/clusapi/Makefile" ;;
26509 "dlls/comcat/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/comcat/Makefile" ;;
26510 "dlls/comcat/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/comcat/tests/Makefile" ;;
26511 "dlls/comctl32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/comctl32/Makefile" ;;
26512 "dlls/comctl32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/comctl32/tests/Makefile" ;;
26513 "dlls/comdlg32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/comdlg32/Makefile" ;;
26514 "dlls/comdlg32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/comdlg32/tests/Makefile" ;;
26515 "dlls/compstui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/compstui/Makefile" ;;
26516 "dlls/credui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/credui/Makefile" ;;
26517 "dlls/credui/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/credui/tests/Makefile" ;;
26518 "dlls/crtdll/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/crtdll/Makefile" ;;
26519 "dlls/crypt32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/crypt32/Makefile" ;;
26520 "dlls/crypt32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/crypt32/tests/Makefile" ;;
26521 "dlls/cryptdlg/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cryptdlg/Makefile" ;;
26522 "dlls/cryptdll/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cryptdll/Makefile" ;;
26523 "dlls/cryptnet/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cryptnet/Makefile" ;;
26524 "dlls/cryptnet/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cryptnet/tests/Makefile" ;;
26525 "dlls/cryptui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cryptui/Makefile" ;;
26526 "dlls/ctapi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ctapi32/Makefile" ;;
26527 "dlls/ctl3d32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ctl3d32/Makefile" ;;
26528 "dlls/d3d10/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d10/Makefile" ;;
26529 "dlls/d3d8/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d8/Makefile" ;;
26530 "dlls/d3d8/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d8/tests/Makefile" ;;
26531 "dlls/d3d9/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d9/Makefile" ;;
26532 "dlls/d3d9/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d9/tests/Makefile" ;;
26533 "dlls/d3dim/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dim/Makefile" ;;
26534 "dlls/d3drm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3drm/Makefile" ;;
26535 "dlls/d3drm/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3drm/tests/Makefile" ;;
26536 "dlls/d3dx8/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx8/Makefile" ;;
26537 "dlls/d3dx8/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx8/tests/Makefile" ;;
26538 "dlls/d3dx9_24/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_24/Makefile" ;;
26539 "dlls/d3dx9_25/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_25/Makefile" ;;
26540 "dlls/d3dx9_26/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_26/Makefile" ;;
26541 "dlls/d3dx9_27/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_27/Makefile" ;;
26542 "dlls/d3dx9_28/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_28/Makefile" ;;
26543 "dlls/d3dx9_29/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_29/Makefile" ;;
26544 "dlls/d3dx9_30/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_30/Makefile" ;;
26545 "dlls/d3dx9_31/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_31/Makefile" ;;
26546 "dlls/d3dx9_32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_32/Makefile" ;;
26547 "dlls/d3dx9_33/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_33/Makefile" ;;
26548 "dlls/d3dx9_34/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_34/Makefile" ;;
26549 "dlls/d3dx9_35/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_35/Makefile" ;;
26550 "dlls/d3dx9_36/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_36/Makefile" ;;
26551 "dlls/d3dx9_36/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_36/tests/Makefile" ;;
26552 "dlls/d3dx9_37/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_37/Makefile" ;;
26553 "dlls/d3dxof/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dxof/Makefile" ;;
26554 "dlls/d3dxof/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dxof/tests/Makefile" ;;
26555 "dlls/dbghelp/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dbghelp/Makefile" ;;
26556 "dlls/dciman32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dciman32/Makefile" ;;
26557 "dlls/ddraw/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ddraw/Makefile" ;;
26558 "dlls/ddraw/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ddraw/tests/Makefile" ;;
26559 "dlls/ddrawex/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ddrawex/Makefile" ;;
26560 "dlls/devenum/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/devenum/Makefile" ;;
26561 "dlls/dinput/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dinput/Makefile" ;;
26562 "dlls/dinput/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dinput/tests/Makefile" ;;
26563 "dlls/dinput8/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dinput8/Makefile" ;;
26564 "dlls/dmband/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmband/Makefile" ;;
26565 "dlls/dmcompos/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmcompos/Makefile" ;;
26566 "dlls/dmime/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmime/Makefile" ;;
26567 "dlls/dmloader/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmloader/Makefile" ;;
26568 "dlls/dmscript/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmscript/Makefile" ;;
26569 "dlls/dmstyle/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmstyle/Makefile" ;;
26570 "dlls/dmsynth/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmsynth/Makefile" ;;
26571 "dlls/dmusic/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmusic/Makefile" ;;
26572 "dlls/dmusic32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmusic32/Makefile" ;;
26573 "dlls/dnsapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dnsapi/Makefile" ;;
26574 "dlls/dnsapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dnsapi/tests/Makefile" ;;
26575 "dlls/dplay/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dplay/Makefile" ;;
26576 "dlls/dplayx/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dplayx/Makefile" ;;
26577 "dlls/dplayx/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dplayx/tests/Makefile" ;;
26578 "dlls/dpnaddr/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dpnaddr/Makefile" ;;
26579 "dlls/dpnet/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dpnet/Makefile" ;;
26580 "dlls/dpnhpast/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dpnhpast/Makefile" ;;
26581 "dlls/dpnlobby/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dpnlobby/Makefile" ;;
26582 "dlls/dpwsockx/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dpwsockx/Makefile" ;;
26583 "dlls/dsound/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dsound/Makefile" ;;
26584 "dlls/dsound/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dsound/tests/Makefile" ;;
26585 "dlls/dssenh/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dssenh/Makefile" ;;
26586 "dlls/dswave/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dswave/Makefile" ;;
26587 "dlls/dwmapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dwmapi/Makefile" ;;
26588 "dlls/dxdiagn/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dxdiagn/Makefile" ;;
26589 "dlls/dxerr8/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dxerr8/Makefile" ;;
26590 "dlls/dxerr9/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dxerr9/Makefile" ;;
26591 "dlls/dxguid/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dxguid/Makefile" ;;
26592 "dlls/faultrep/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/faultrep/Makefile" ;;
26593 "dlls/fusion/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/fusion/Makefile" ;;
26594 "dlls/fusion/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/fusion/tests/Makefile" ;;
26595 "dlls/gdi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/gdi32/Makefile" ;;
26596 "dlls/gdi32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/gdi32/tests/Makefile" ;;
26597 "dlls/gdiplus/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/gdiplus/Makefile" ;;
26598 "dlls/gdiplus/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/gdiplus/tests/Makefile" ;;
26599 "dlls/glu32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/glu32/Makefile" ;;
26600 "dlls/gphoto2.ds/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/gphoto2.ds/Makefile" ;;
26601 "dlls/gpkcsp/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/gpkcsp/Makefile" ;;
26602 "dlls/hal/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/hal/Makefile" ;;
26603 "dlls/hhctrl.ocx/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/hhctrl.ocx/Makefile" ;;
26604 "dlls/hid/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/hid/Makefile" ;;
26605 "dlls/hlink/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/hlink/Makefile" ;;
26606 "dlls/hlink/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/hlink/tests/Makefile" ;;
26607 "dlls/hnetcfg/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/hnetcfg/Makefile" ;;
26608 "dlls/iccvid/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/iccvid/Makefile" ;;
26609 "dlls/icmp/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/icmp/Makefile" ;;
26610 "dlls/ifsmgr.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ifsmgr.vxd/Makefile" ;;
26611 "dlls/imaadp32.acm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/imaadp32.acm/Makefile" ;;
26612 "dlls/imagehlp/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/imagehlp/Makefile" ;;
26613 "dlls/imm32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/imm32/Makefile" ;;
26614 "dlls/imm32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/imm32/tests/Makefile" ;;
26615 "dlls/inetcomm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/inetcomm/Makefile" ;;
26616 "dlls/inetcomm/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/inetcomm/tests/Makefile" ;;
26617 "dlls/inetmib1/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/inetmib1/Makefile" ;;
26618 "dlls/inetmib1/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/inetmib1/tests/Makefile" ;;
26619 "dlls/infosoft/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/infosoft/Makefile" ;;
26620 "dlls/infosoft/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/infosoft/tests/Makefile" ;;
26621 "dlls/initpki/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/initpki/Makefile" ;;
26622 "dlls/inkobj/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/inkobj/Makefile" ;;
26623 "dlls/inseng/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/inseng/Makefile" ;;
26624 "dlls/iphlpapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/iphlpapi/Makefile" ;;
26625 "dlls/iphlpapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/iphlpapi/tests/Makefile" ;;
26626 "dlls/itircl/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/itircl/Makefile" ;;
26627 "dlls/itss/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/itss/Makefile" ;;
26628 "dlls/itss/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/itss/tests/Makefile" ;;
26629 "dlls/jscript/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/jscript/Makefile" ;;
26630 "dlls/jscript/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/jscript/tests/Makefile" ;;
26631 "dlls/kernel32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/kernel32/Makefile" ;;
26632 "dlls/kernel32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/kernel32/tests/Makefile" ;;
26633 "dlls/localspl/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/localspl/Makefile" ;;
26634 "dlls/localspl/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/localspl/tests/Makefile" ;;
26635 "dlls/localui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/localui/Makefile" ;;
26636 "dlls/localui/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/localui/tests/Makefile" ;;
26637 "dlls/lz32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/lz32/Makefile" ;;
26638 "dlls/lz32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/lz32/tests/Makefile" ;;
26639 "dlls/mapi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mapi32/Makefile" ;;
26640 "dlls/mapi32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mapi32/tests/Makefile" ;;
26641 "dlls/mciavi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mciavi32/Makefile" ;;
26642 "dlls/mcicda/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mcicda/Makefile" ;;
26643 "dlls/mciseq/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mciseq/Makefile" ;;
26644 "dlls/mciwave/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mciwave/Makefile" ;;
26645 "dlls/midimap/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/midimap/Makefile" ;;
26646 "dlls/mlang/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mlang/Makefile" ;;
26647 "dlls/mlang/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mlang/tests/Makefile" ;;
26648 "dlls/mmdevldr.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mmdevldr.vxd/Makefile" ;;
26649 "dlls/monodebg.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/monodebg.vxd/Makefile" ;;
26650 "dlls/mountmgr.sys/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mountmgr.sys/Makefile" ;;
26651 "dlls/mpr/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mpr/Makefile" ;;
26652 "dlls/mprapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mprapi/Makefile" ;;
26653 "dlls/msacm32.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msacm32.drv/Makefile" ;;
26654 "dlls/msacm32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msacm32/Makefile" ;;
26655 "dlls/msacm32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msacm32/tests/Makefile" ;;
26656 "dlls/msadp32.acm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msadp32.acm/Makefile" ;;
26657 "dlls/mscat32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mscat32/Makefile" ;;
26658 "dlls/mscms/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mscms/Makefile" ;;
26659 "dlls/mscms/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mscms/tests/Makefile" ;;
26660 "dlls/mscoree/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mscoree/Makefile" ;;
26661 "dlls/msdmo/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msdmo/Makefile" ;;
26662 "dlls/msftedit/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msftedit/Makefile" ;;
26663 "dlls/msg711.acm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msg711.acm/Makefile" ;;
26664 "dlls/mshtml.tlb/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mshtml.tlb/Makefile" ;;
26665 "dlls/mshtml/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mshtml/Makefile" ;;
26666 "dlls/mshtml/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mshtml/tests/Makefile" ;;
26667 "dlls/msi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msi/Makefile" ;;
26668 "dlls/msi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msi/tests/Makefile" ;;
26669 "dlls/msimg32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msimg32/Makefile" ;;
26670 "dlls/msimtf/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msimtf/Makefile" ;;
26671 "dlls/msisip/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msisip/Makefile" ;;
26672 "dlls/msisys.ocx/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msisys.ocx/Makefile" ;;
26673 "dlls/msnet32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msnet32/Makefile" ;;
26674 "dlls/msrle32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msrle32/Makefile" ;;
26675 "dlls/mssip32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mssip32/Makefile" ;;
26676 "dlls/mstask/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mstask/Makefile" ;;
26677 "dlls/mstask/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mstask/tests/Makefile" ;;
26678 "dlls/msvcirt/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcirt/Makefile" ;;
26679 "dlls/msvcr71/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcr71/Makefile" ;;
26680 "dlls/msvcrt/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcrt/Makefile" ;;
26681 "dlls/msvcrt/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcrt/tests/Makefile" ;;
26682 "dlls/msvcrt20/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcrt20/Makefile" ;;
26683 "dlls/msvcrt40/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcrt40/Makefile" ;;
26684 "dlls/msvcrtd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcrtd/Makefile" ;;
26685 "dlls/msvcrtd/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcrtd/tests/Makefile" ;;
26686 "dlls/msvfw32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvfw32/Makefile" ;;
26687 "dlls/msvidc32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvidc32/Makefile" ;;
26688 "dlls/mswsock/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mswsock/Makefile" ;;
26689 "dlls/msxml3/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msxml3/Makefile" ;;
26690 "dlls/msxml3/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msxml3/tests/Makefile" ;;
26691 "dlls/nddeapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/nddeapi/Makefile" ;;
26692 "dlls/netapi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/netapi32/Makefile" ;;
26693 "dlls/netapi32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/netapi32/tests/Makefile" ;;
26694 "dlls/newdev/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/newdev/Makefile" ;;
26695 "dlls/ntdll/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ntdll/Makefile" ;;
26696 "dlls/ntdll/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ntdll/tests/Makefile" ;;
26697 "dlls/ntdsapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ntdsapi/Makefile" ;;
26698 "dlls/ntdsapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ntdsapi/tests/Makefile" ;;
26699 "dlls/ntoskrnl.exe/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ntoskrnl.exe/Makefile" ;;
26700 "dlls/ntprint/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ntprint/Makefile" ;;
26701 "dlls/ntprint/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ntprint/tests/Makefile" ;;
26702 "dlls/objsel/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/objsel/Makefile" ;;
26703 "dlls/odbc32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/odbc32/Makefile" ;;
26704 "dlls/odbccp32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/odbccp32/Makefile" ;;
26705 "dlls/odbccp32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/odbccp32/tests/Makefile" ;;
26706 "dlls/ole32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ole32/Makefile" ;;
26707 "dlls/ole32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ole32/tests/Makefile" ;;
26708 "dlls/oleacc/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/oleacc/Makefile" ;;
26709 "dlls/oleaut32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/oleaut32/Makefile" ;;
26710 "dlls/oleaut32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/oleaut32/tests/Makefile" ;;
26711 "dlls/olecli32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/olecli32/Makefile" ;;
26712 "dlls/oledlg/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/oledlg/Makefile" ;;
26713 "dlls/olepro32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/olepro32/Makefile" ;;
26714 "dlls/olesvr32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/olesvr32/Makefile" ;;
26715 "dlls/olethk32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/olethk32/Makefile" ;;
26716 "dlls/opengl32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/opengl32/Makefile" ;;
26717 "dlls/opengl32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/opengl32/tests/Makefile" ;;
26718 "dlls/pdh/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/pdh/Makefile" ;;
26719 "dlls/pdh/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/pdh/tests/Makefile" ;;
26720 "dlls/powrprof/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/powrprof/Makefile" ;;
26721 "dlls/printui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/printui/Makefile" ;;
26722 "dlls/propsys/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/propsys/Makefile" ;;
26723 "dlls/psapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/psapi/Makefile" ;;
26724 "dlls/psapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/psapi/tests/Makefile" ;;
26725 "dlls/pstorec/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/pstorec/Makefile" ;;
26726 "dlls/qcap/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/qcap/Makefile" ;;
26727 "dlls/qedit/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/qedit/Makefile" ;;
26728 "dlls/qedit/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/qedit/tests/Makefile" ;;
26729 "dlls/qmgr/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/qmgr/Makefile" ;;
26730 "dlls/qmgr/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/qmgr/tests/Makefile" ;;
26731 "dlls/qmgrprxy/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/qmgrprxy/Makefile" ;;
26732 "dlls/quartz/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/quartz/Makefile" ;;
26733 "dlls/quartz/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/quartz/tests/Makefile" ;;
26734 "dlls/query/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/query/Makefile" ;;
26735 "dlls/rasapi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rasapi32/Makefile" ;;
26736 "dlls/rasapi32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rasapi32/tests/Makefile" ;;
26737 "dlls/resutils/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/resutils/Makefile" ;;
26738 "dlls/riched20/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/riched20/Makefile" ;;
26739 "dlls/riched20/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/riched20/tests/Makefile" ;;
26740 "dlls/riched32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/riched32/Makefile" ;;
26741 "dlls/riched32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/riched32/tests/Makefile" ;;
26742 "dlls/rpcrt4/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rpcrt4/Makefile" ;;
26743 "dlls/rpcrt4/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rpcrt4/tests/Makefile" ;;
26744 "dlls/rsabase/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rsabase/Makefile" ;;
26745 "dlls/rsaenh/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rsaenh/Makefile" ;;
26746 "dlls/rsaenh/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rsaenh/tests/Makefile" ;;
26747 "dlls/sane.ds/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sane.ds/Makefile" ;;
26748 "dlls/sccbase/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sccbase/Makefile" ;;
26749 "dlls/schannel/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/schannel/Makefile" ;;
26750 "dlls/schannel/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/schannel/tests/Makefile" ;;
26751 "dlls/secur32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/secur32/Makefile" ;;
26752 "dlls/secur32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/secur32/tests/Makefile" ;;
26753 "dlls/security/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/security/Makefile" ;;
26754 "dlls/sensapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sensapi/Makefile" ;;
26755 "dlls/serialui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/serialui/Makefile" ;;
26756 "dlls/serialui/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/serialui/tests/Makefile" ;;
26757 "dlls/setupapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/setupapi/Makefile" ;;
26758 "dlls/setupapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/setupapi/tests/Makefile" ;;
26759 "dlls/sfc/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sfc/Makefile" ;;
26760 "dlls/sfc_os/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sfc_os/Makefile" ;;
26761 "dlls/shdoclc/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shdoclc/Makefile" ;;
26762 "dlls/shdocvw/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shdocvw/Makefile" ;;
26763 "dlls/shdocvw/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shdocvw/tests/Makefile" ;;
26764 "dlls/shell32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shell32/Makefile" ;;
26765 "dlls/shell32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shell32/tests/Makefile" ;;
26766 "dlls/shfolder/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shfolder/Makefile" ;;
26767 "dlls/shlwapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shlwapi/Makefile" ;;
26768 "dlls/shlwapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shlwapi/tests/Makefile" ;;
26769 "dlls/slbcsp/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/slbcsp/Makefile" ;;
26770 "dlls/slc/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/slc/Makefile" ;;
26771 "dlls/snmpapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/snmpapi/Makefile" ;;
26772 "dlls/snmpapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/snmpapi/tests/Makefile" ;;
26773 "dlls/softpub/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/softpub/Makefile" ;;
26774 "dlls/spoolss/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/spoolss/Makefile" ;;
26775 "dlls/spoolss/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/spoolss/tests/Makefile" ;;
26776 "dlls/stdole2.tlb/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/stdole2.tlb/Makefile" ;;
26777 "dlls/stdole32.tlb/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/stdole32.tlb/Makefile" ;;
26778 "dlls/sti/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sti/Makefile" ;;
26779 "dlls/strmiids/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/strmiids/Makefile" ;;
26780 "dlls/svrapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/svrapi/Makefile" ;;
26781 "dlls/sxs/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sxs/Makefile" ;;
26782 "dlls/tapi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/tapi32/Makefile" ;;
26783 "dlls/twain_32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/twain_32/Makefile" ;;
26784 "dlls/unicows/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/unicows/Makefile" ;;
26785 "dlls/url/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/url/Makefile" ;;
26786 "dlls/urlmon/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/urlmon/Makefile" ;;
26787 "dlls/urlmon/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/urlmon/tests/Makefile" ;;
26788 "dlls/user32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/user32/Makefile" ;;
26789 "dlls/user32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/user32/tests/Makefile" ;;
26790 "dlls/userenv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/userenv/Makefile" ;;
26791 "dlls/userenv/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/userenv/tests/Makefile" ;;
26792 "dlls/usp10/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/usp10/Makefile" ;;
26793 "dlls/usp10/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/usp10/tests/Makefile" ;;
26794 "dlls/uuid/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/uuid/Makefile" ;;
26795 "dlls/uxtheme/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/uxtheme/Makefile" ;;
26796 "dlls/uxtheme/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/uxtheme/tests/Makefile" ;;
26797 "dlls/vdhcp.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/vdhcp.vxd/Makefile" ;;
26798 "dlls/vdmdbg/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/vdmdbg/Makefile" ;;
26799 "dlls/version/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/version/Makefile" ;;
26800 "dlls/version/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/version/tests/Makefile" ;;
26801 "dlls/vmm.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/vmm.vxd/Makefile" ;;
26802 "dlls/vnbt.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/vnbt.vxd/Makefile" ;;
26803 "dlls/vnetbios.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/vnetbios.vxd/Makefile" ;;
26804 "dlls/vtdapi.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/vtdapi.vxd/Makefile" ;;
26805 "dlls/vwin32.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/vwin32.vxd/Makefile" ;;
26806 "dlls/w32skrnl/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/w32skrnl/Makefile" ;;
26807 "dlls/winealsa.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winealsa.drv/Makefile" ;;
26808 "dlls/wineaudioio.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wineaudioio.drv/Makefile" ;;
26809 "dlls/winecoreaudio.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winecoreaudio.drv/Makefile" ;;
26810 "dlls/winecrt0/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winecrt0/Makefile" ;;
26811 "dlls/wined3d/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wined3d/Makefile" ;;
26812 "dlls/winedos/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winedos/Makefile" ;;
26813 "dlls/wineesd.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wineesd.drv/Makefile" ;;
26814 "dlls/winejack.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winejack.drv/Makefile" ;;
26815 "dlls/winejoystick.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winejoystick.drv/Makefile" ;;
26816 "dlls/winemp3.acm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winemp3.acm/Makefile" ;;
26817 "dlls/winenas.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winenas.drv/Makefile" ;;
26818 "dlls/wineoss.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wineoss.drv/Makefile" ;;
26819 "dlls/wineps.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wineps.drv/Makefile" ;;
26820 "dlls/winequartz.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winequartz.drv/Makefile" ;;
26821 "dlls/winex11.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winex11.drv/Makefile" ;;
26822 "dlls/wing32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wing32/Makefile" ;;
26823 "dlls/winhttp/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winhttp/Makefile" ;;
26824 "dlls/winhttp/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winhttp/tests/Makefile" ;;
26825 "dlls/wininet/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wininet/Makefile" ;;
26826 "dlls/wininet/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wininet/tests/Makefile" ;;
26827 "dlls/winmm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winmm/Makefile" ;;
26828 "dlls/winmm/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winmm/tests/Makefile" ;;
26829 "dlls/winnls32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winnls32/Makefile" ;;
26830 "dlls/winscard/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winscard/Makefile" ;;
26831 "dlls/winspool.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winspool.drv/Makefile" ;;
26832 "dlls/winspool.drv/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winspool.drv/tests/Makefile" ;;
26833 "dlls/wintab32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wintab32/Makefile" ;;
26834 "dlls/wintrust/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wintrust/Makefile" ;;
26835 "dlls/wintrust/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wintrust/tests/Makefile" ;;
26836 "dlls/wldap32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wldap32/Makefile" ;;
26837 "dlls/wmi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wmi/Makefile" ;;
26838 "dlls/wnaspi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wnaspi32/Makefile" ;;
26839 "dlls/wow32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wow32/Makefile" ;;
26840 "dlls/ws2_32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ws2_32/Makefile" ;;
26841 "dlls/ws2_32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ws2_32/tests/Makefile" ;;
26842 "dlls/wsock32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wsock32/Makefile" ;;
26843 "dlls/wtsapi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wtsapi32/Makefile" ;;
26844 "documentation/Makefile") CONFIG_FILES="$CONFIG_FILES documentation/Makefile" ;;
26845 "fonts/Makefile") CONFIG_FILES="$CONFIG_FILES fonts/Makefile" ;;
26846 "include/Makefile") CONFIG_FILES="$CONFIG_FILES include/Makefile" ;;
26847 "libs/Makefile") CONFIG_FILES="$CONFIG_FILES libs/Makefile" ;;
26848 "libs/port/Makefile") CONFIG_FILES="$CONFIG_FILES libs/port/Makefile" ;;
26849 "libs/wine/Makefile") CONFIG_FILES="$CONFIG_FILES libs/wine/Makefile" ;;
26850 "libs/wpp/Makefile") CONFIG_FILES="$CONFIG_FILES libs/wpp/Makefile" ;;
26851 "loader/Makefile") CONFIG_FILES="$CONFIG_FILES loader/Makefile" ;;
26852 "programs/Makefile") CONFIG_FILES="$CONFIG_FILES programs/Makefile" ;;
26853 "programs/clock/Makefile") CONFIG_FILES="$CONFIG_FILES programs/clock/Makefile" ;;
26854 "programs/cmd/Makefile") CONFIG_FILES="$CONFIG_FILES programs/cmd/Makefile" ;;
26855 "programs/cmdlgtst/Makefile") CONFIG_FILES="$CONFIG_FILES programs/cmdlgtst/Makefile" ;;
26856 "programs/control/Makefile") CONFIG_FILES="$CONFIG_FILES programs/control/Makefile" ;;
26857 "programs/eject/Makefile") CONFIG_FILES="$CONFIG_FILES programs/eject/Makefile" ;;
26858 "programs/expand/Makefile") CONFIG_FILES="$CONFIG_FILES programs/expand/Makefile" ;;
26859 "programs/explorer/Makefile") CONFIG_FILES="$CONFIG_FILES programs/explorer/Makefile" ;;
26860 "programs/hh/Makefile") CONFIG_FILES="$CONFIG_FILES programs/hh/Makefile" ;;
26861 "programs/icinfo/Makefile") CONFIG_FILES="$CONFIG_FILES programs/icinfo/Makefile" ;;
26862 "programs/iexplore/Makefile") CONFIG_FILES="$CONFIG_FILES programs/iexplore/Makefile" ;;
26863 "programs/msiexec/Makefile") CONFIG_FILES="$CONFIG_FILES programs/msiexec/Makefile" ;;
26864 "programs/net/Makefile") CONFIG_FILES="$CONFIG_FILES programs/net/Makefile" ;;
26865 "programs/notepad/Makefile") CONFIG_FILES="$CONFIG_FILES programs/notepad/Makefile" ;;
26866 "programs/oleview/Makefile") CONFIG_FILES="$CONFIG_FILES programs/oleview/Makefile" ;;
26867 "programs/progman/Makefile") CONFIG_FILES="$CONFIG_FILES programs/progman/Makefile" ;;
26868 "programs/reg/Makefile") CONFIG_FILES="$CONFIG_FILES programs/reg/Makefile" ;;
26869 "programs/regedit/Makefile") CONFIG_FILES="$CONFIG_FILES programs/regedit/Makefile" ;;
26870 "programs/regsvr32/Makefile") CONFIG_FILES="$CONFIG_FILES programs/regsvr32/Makefile" ;;
26871 "programs/rpcss/Makefile") CONFIG_FILES="$CONFIG_FILES programs/rpcss/Makefile" ;;
26872 "programs/rundll32/Makefile") CONFIG_FILES="$CONFIG_FILES programs/rundll32/Makefile" ;;
26873 "programs/secedit/Makefile") CONFIG_FILES="$CONFIG_FILES programs/secedit/Makefile" ;;
26874 "programs/services/Makefile") CONFIG_FILES="$CONFIG_FILES programs/services/Makefile" ;;
26875 "programs/spoolsv/Makefile") CONFIG_FILES="$CONFIG_FILES programs/spoolsv/Makefile" ;;
26876 "programs/start/Makefile") CONFIG_FILES="$CONFIG_FILES programs/start/Makefile" ;;
26877 "programs/svchost/Makefile") CONFIG_FILES="$CONFIG_FILES programs/svchost/Makefile" ;;
26878 "programs/taskmgr/Makefile") CONFIG_FILES="$CONFIG_FILES programs/taskmgr/Makefile" ;;
26879 "programs/uninstaller/Makefile") CONFIG_FILES="$CONFIG_FILES programs/uninstaller/Makefile" ;;
26880 "programs/view/Makefile") CONFIG_FILES="$CONFIG_FILES programs/view/Makefile" ;;
26881 "programs/wineboot/Makefile") CONFIG_FILES="$CONFIG_FILES programs/wineboot/Makefile" ;;
26882 "programs/winebrowser/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winebrowser/Makefile" ;;
26883 "programs/winecfg/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winecfg/Makefile" ;;
26884 "programs/wineconsole/Makefile") CONFIG_FILES="$CONFIG_FILES programs/wineconsole/Makefile" ;;
26885 "programs/winedbg/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winedbg/Makefile" ;;
26886 "programs/winedevice/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winedevice/Makefile" ;;
26887 "programs/winefile/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winefile/Makefile" ;;
26888 "programs/winemenubuilder/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winemenubuilder/Makefile" ;;
26889 "programs/winemine/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winemine/Makefile" ;;
26890 "programs/winepath/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winepath/Makefile" ;;
26891 "programs/winetest/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winetest/Makefile" ;;
26892 "programs/winevdm/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winevdm/Makefile" ;;
26893 "programs/winhlp32/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winhlp32/Makefile" ;;
26894 "programs/winver/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winver/Makefile" ;;
26895 "programs/wordpad/Makefile") CONFIG_FILES="$CONFIG_FILES programs/wordpad/Makefile" ;;
26896 "programs/write/Makefile") CONFIG_FILES="$CONFIG_FILES programs/write/Makefile" ;;
26897 "programs/xcopy/Makefile") CONFIG_FILES="$CONFIG_FILES programs/xcopy/Makefile" ;;
26898 "server/Makefile") CONFIG_FILES="$CONFIG_FILES server/Makefile" ;;
26899 "tools/Makefile") CONFIG_FILES="$CONFIG_FILES tools/Makefile" ;;
26900 "tools/widl/Makefile") CONFIG_FILES="$CONFIG_FILES tools/widl/Makefile" ;;
26901 "tools/winebuild/Makefile") CONFIG_FILES="$CONFIG_FILES tools/winebuild/Makefile" ;;
26902 "tools/winedump/Makefile") CONFIG_FILES="$CONFIG_FILES tools/winedump/Makefile" ;;
26903 "tools/winegcc/Makefile") CONFIG_FILES="$CONFIG_FILES tools/winegcc/Makefile" ;;
26904 "tools/wmc/Makefile") CONFIG_FILES="$CONFIG_FILES tools/wmc/Makefile" ;;
26905 "tools/wrc/Makefile") CONFIG_FILES="$CONFIG_FILES tools/wrc/Makefile" ;;
26907 *) { { echo "$as_me:$LINENO: error: invalid argument: $ac_config_target" >&5
26908 echo "$as_me: error: invalid argument: $ac_config_target" >&2;}
26909 { (exit 1); exit 1; }; };;
26910 esac
26911 done
26914 # If the user did not use the arguments to specify the items to instantiate,
26915 # then the envvar interface is used. Set only those that are not.
26916 # We use the long form for the default assignment because of an extremely
26917 # bizarre bug on SunOS 4.1.3.
26918 if $ac_need_defaults; then
26919 test "${CONFIG_FILES+set}" = set || CONFIG_FILES=$config_files
26920 test "${CONFIG_HEADERS+set}" = set || CONFIG_HEADERS=$config_headers
26921 test "${CONFIG_COMMANDS+set}" = set || CONFIG_COMMANDS=$config_commands
26924 # Have a temporary directory for convenience. Make it in the build tree
26925 # simply because there is no reason against having it here, and in addition,
26926 # creating and moving files from /tmp can sometimes cause problems.
26927 # Hook for its removal unless debugging.
26928 # Note that there is a small window in which the directory will not be cleaned:
26929 # after its creation but before its name has been assigned to `$tmp'.
26930 $debug ||
26932 tmp=
26933 trap 'exit_status=$?
26934 { test -z "$tmp" || test ! -d "$tmp" || rm -fr "$tmp"; } && exit $exit_status
26936 trap '{ (exit 1); exit 1; }' 1 2 13 15
26938 # Create a (secure) tmp directory for tmp files.
26941 tmp=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` &&
26942 test -n "$tmp" && test -d "$tmp"
26943 } ||
26945 tmp=./conf$$-$RANDOM
26946 (umask 077 && mkdir "$tmp")
26947 } ||
26949 echo "$me: cannot create a temporary directory in ." >&2
26950 { (exit 1); exit 1; }
26954 # Set up the sed scripts for CONFIG_FILES section.
26957 # No need to generate the scripts if there are no CONFIG_FILES.
26958 # This happens for instance when ./config.status config.h
26959 if test -n "$CONFIG_FILES"; then
26961 _ACEOF
26963 # Create sed commands to just substitute file output variables.
26965 # Remaining file output variables are in a fragment that also has non-file
26966 # output varibles.
26970 ac_delim='%!_!# '
26971 for ac_last_try in false false false false false :; do
26972 cat >conf$$subs.sed <<_ACEOF
26973 SHELL!$SHELL$ac_delim
26974 PATH_SEPARATOR!$PATH_SEPARATOR$ac_delim
26975 PACKAGE_NAME!$PACKAGE_NAME$ac_delim
26976 PACKAGE_TARNAME!$PACKAGE_TARNAME$ac_delim
26977 PACKAGE_VERSION!$PACKAGE_VERSION$ac_delim
26978 PACKAGE_STRING!$PACKAGE_STRING$ac_delim
26979 PACKAGE_BUGREPORT!$PACKAGE_BUGREPORT$ac_delim
26980 exec_prefix!$exec_prefix$ac_delim
26981 prefix!$prefix$ac_delim
26982 program_transform_name!$program_transform_name$ac_delim
26983 bindir!$bindir$ac_delim
26984 sbindir!$sbindir$ac_delim
26985 libexecdir!$libexecdir$ac_delim
26986 datarootdir!$datarootdir$ac_delim
26987 datadir!$datadir$ac_delim
26988 sysconfdir!$sysconfdir$ac_delim
26989 sharedstatedir!$sharedstatedir$ac_delim
26990 localstatedir!$localstatedir$ac_delim
26991 includedir!$includedir$ac_delim
26992 oldincludedir!$oldincludedir$ac_delim
26993 docdir!$docdir$ac_delim
26994 infodir!$infodir$ac_delim
26995 htmldir!$htmldir$ac_delim
26996 dvidir!$dvidir$ac_delim
26997 pdfdir!$pdfdir$ac_delim
26998 psdir!$psdir$ac_delim
26999 libdir!$libdir$ac_delim
27000 localedir!$localedir$ac_delim
27001 mandir!$mandir$ac_delim
27002 DEFS!$DEFS$ac_delim
27003 ECHO_C!$ECHO_C$ac_delim
27004 ECHO_N!$ECHO_N$ac_delim
27005 ECHO_T!$ECHO_T$ac_delim
27006 LIBS!$LIBS$ac_delim
27007 build_alias!$build_alias$ac_delim
27008 host_alias!$host_alias$ac_delim
27009 target_alias!$target_alias$ac_delim
27010 MAINTAINER_MODE!$MAINTAINER_MODE$ac_delim
27011 build!$build$ac_delim
27012 build_cpu!$build_cpu$ac_delim
27013 build_vendor!$build_vendor$ac_delim
27014 build_os!$build_os$ac_delim
27015 host!$host$ac_delim
27016 host_cpu!$host_cpu$ac_delim
27017 host_vendor!$host_vendor$ac_delim
27018 host_os!$host_os$ac_delim
27019 WIN16_FILES!$WIN16_FILES$ac_delim
27020 WIN16_INSTALL!$WIN16_INSTALL$ac_delim
27021 SET_MAKE!$SET_MAKE$ac_delim
27022 CC!$CC$ac_delim
27023 CFLAGS!$CFLAGS$ac_delim
27024 LDFLAGS!$LDFLAGS$ac_delim
27025 CPPFLAGS!$CPPFLAGS$ac_delim
27026 ac_ct_CC!$ac_ct_CC$ac_delim
27027 EXEEXT!$EXEEXT$ac_delim
27028 OBJEXT!$OBJEXT$ac_delim
27029 CXX!$CXX$ac_delim
27030 CXXFLAGS!$CXXFLAGS$ac_delim
27031 ac_ct_CXX!$ac_ct_CXX$ac_delim
27032 CPPBIN!$CPPBIN$ac_delim
27033 TOOLSDIR!$TOOLSDIR$ac_delim
27034 XMKMF!$XMKMF$ac_delim
27035 CPP!$CPP$ac_delim
27036 X_CFLAGS!$X_CFLAGS$ac_delim
27037 X_PRE_LIBS!$X_PRE_LIBS$ac_delim
27038 X_LIBS!$X_LIBS$ac_delim
27039 X_EXTRA_LIBS!$X_EXTRA_LIBS$ac_delim
27040 FLEX!$FLEX$ac_delim
27041 BISON!$BISON$ac_delim
27042 AS!$AS$ac_delim
27043 ac_ct_AS!$ac_ct_AS$ac_delim
27044 LD!$LD$ac_delim
27045 ac_ct_LD!$ac_ct_LD$ac_delim
27046 NM!$NM$ac_delim
27047 ac_ct_NM!$ac_ct_NM$ac_delim
27048 AR!$AR$ac_delim
27049 ac_ct_AR!$ac_ct_AR$ac_delim
27050 ARFLAGS!$ARFLAGS$ac_delim
27051 RANLIB!$RANLIB$ac_delim
27052 STRIP!$STRIP$ac_delim
27053 WINDRES!$WINDRES$ac_delim
27054 LN_S!$LN_S$ac_delim
27055 _ACEOF
27057 if test `sed -n "s/.*$ac_delim\$/X/p" conf$$subs.sed | grep -c X` = 82; then
27058 break
27059 elif $ac_last_try; then
27060 { { echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5
27061 echo "$as_me: error: could not make $CONFIG_STATUS" >&2;}
27062 { (exit 1); exit 1; }; }
27063 else
27064 ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
27066 done
27068 ac_eof=`sed -n '/^CEOF[0-9]*$/s/CEOF/0/p' conf$$subs.sed`
27069 if test -n "$ac_eof"; then
27070 ac_eof=`echo "$ac_eof" | sort -nru | sed 1q`
27071 ac_eof=`expr $ac_eof + 1`
27074 cat >>$CONFIG_STATUS <<_ACEOF
27075 cat >"\$tmp/subs-1.sed" <<\CEOF$ac_eof
27076 /@[a-zA-Z_][a-zA-Z_0-9]*@/!b
27077 /^[ ]*@MAKE_RULES@[ ]*$/{
27078 r $MAKE_RULES
27081 /^[ ]*@MAKE_DLL_RULES@[ ]*$/{
27082 r $MAKE_DLL_RULES
27085 /^[ ]*@MAKE_IMPLIB_RULES@[ ]*$/{
27086 r $MAKE_IMPLIB_RULES
27089 /^[ ]*@MAKE_TEST_RULES@[ ]*$/{
27090 r $MAKE_TEST_RULES
27093 /^[ ]*@MAKE_PROG_RULES@[ ]*$/{
27094 r $MAKE_PROG_RULES
27097 _ACEOF
27098 sed '
27099 s/[,\\&]/\\&/g; s/@/@|#_!!_#|/g
27100 s/^/s,@/; s/!/@,|#_!!_#|/
27103 s/'"$ac_delim"'$/,g/; t
27104 s/$/\\/; p
27105 N; s/^.*\n//; s/[,\\&]/\\&/g; s/@/@|#_!!_#|/g; b n
27106 ' >>$CONFIG_STATUS <conf$$subs.sed
27107 rm -f conf$$subs.sed
27108 cat >>$CONFIG_STATUS <<_ACEOF
27109 CEOF$ac_eof
27110 _ACEOF
27113 ac_delim='%!_!# '
27114 for ac_last_try in false false false false false :; do
27115 cat >conf$$subs.sed <<_ACEOF
27116 LN!$LN$ac_delim
27117 GREP!$GREP$ac_delim
27118 EGREP!$EGREP$ac_delim
27119 LDCONFIG!$LDCONFIG$ac_delim
27120 INSTALL_PROGRAM!$INSTALL_PROGRAM$ac_delim
27121 INSTALL_SCRIPT!$INSTALL_SCRIPT$ac_delim
27122 INSTALL_DATA!$INSTALL_DATA$ac_delim
27123 LINT!$LINT$ac_delim
27124 LINTFLAGS!$LINTFLAGS$ac_delim
27125 FONTFORGE!$FONTFORGE$ac_delim
27126 PKG_CONFIG!$PKG_CONFIG$ac_delim
27127 RSVG!$RSVG$ac_delim
27128 ICOTOOL!$ICOTOOL$ac_delim
27129 PRELINK!$PRELINK$ac_delim
27130 LIBPTHREAD!$LIBPTHREAD$ac_delim
27131 XLIB!$XLIB$ac_delim
27132 OPENGL_LIBS!$OPENGL_LIBS$ac_delim
27133 DLLEXT!$DLLEXT$ac_delim
27134 DLLFLAGS!$DLLFLAGS$ac_delim
27135 LDSHARED!$LDSHARED$ac_delim
27136 LDDLLFLAGS!$LDDLLFLAGS$ac_delim
27137 LIBEXT!$LIBEXT$ac_delim
27138 IMPLIBEXT!$IMPLIBEXT$ac_delim
27139 LDRPATH_INSTALL!$LDRPATH_INSTALL$ac_delim
27140 LDRPATH_LOCAL!$LDRPATH_LOCAL$ac_delim
27141 LDD!$LDD$ac_delim
27142 DLLTOOL!$DLLTOOL$ac_delim
27143 DLLWRAP!$DLLWRAP$ac_delim
27144 MINGWAR!$MINGWAR$ac_delim
27145 SECURITYLIB!$SECURITYLIB$ac_delim
27146 COREFOUNDATIONLIB!$COREFOUNDATIONLIB$ac_delim
27147 IOKITLIB!$IOKITLIB$ac_delim
27148 LDEXECFLAGS!$LDEXECFLAGS$ac_delim
27149 DISKARBITRATIONLIB!$DISKARBITRATIONLIB$ac_delim
27150 COREAUDIO!$COREAUDIO$ac_delim
27151 CARBONLIB!$CARBONLIB$ac_delim
27152 CROSSTEST!$CROSSTEST$ac_delim
27153 CROSSCC!$CROSSCC$ac_delim
27154 CROSSWINDRES!$CROSSWINDRES$ac_delim
27155 NASLIBS!$NASLIBS$ac_delim
27156 XML2LIBS!$XML2LIBS$ac_delim
27157 XML2INCL!$XML2INCL$ac_delim
27158 XSLTLIBS!$XSLTLIBS$ac_delim
27159 XSLTINCL!$XSLTINCL$ac_delim
27160 HALINCL!$HALINCL$ac_delim
27161 GNUTLSINCL!$GNUTLSINCL$ac_delim
27162 sane_devel!$sane_devel$ac_delim
27163 SANEINCL!$SANEINCL$ac_delim
27164 gphoto2_devel!$gphoto2_devel$ac_delim
27165 gphoto2port_devel!$gphoto2port_devel$ac_delim
27166 GPHOTO2LIBS!$GPHOTO2LIBS$ac_delim
27167 GPHOTO2INCL!$GPHOTO2INCL$ac_delim
27168 RESOLVLIBS!$RESOLVLIBS$ac_delim
27169 LCMSLIBS!$LCMSLIBS$ac_delim
27170 ft_devel!$ft_devel$ac_delim
27171 FREETYPELIBS!$FREETYPELIBS$ac_delim
27172 FREETYPEINCL!$FREETYPEINCL$ac_delim
27173 ESDCONFIG!$ESDCONFIG$ac_delim
27174 ESDINCL!$ESDINCL$ac_delim
27175 ESDLIBS!$ESDLIBS$ac_delim
27176 ALSALIBS!$ALSALIBS$ac_delim
27177 AUDIOIOLIBS!$AUDIOIOLIBS$ac_delim
27178 CUPSINCL!$CUPSINCL$ac_delim
27179 FONTCONFIGINCL!$FONTCONFIGINCL$ac_delim
27180 EXTRACFLAGS!$EXTRACFLAGS$ac_delim
27181 BUILTINFLAG!$BUILTINFLAG$ac_delim
27182 LDPATH!$LDPATH$ac_delim
27183 CRTLIBS!$CRTLIBS$ac_delim
27184 SOCKETLIBS!$SOCKETLIBS$ac_delim
27185 MAIN_BINARY!$MAIN_BINARY$ac_delim
27186 EXTRA_BINARIES!$EXTRA_BINARIES$ac_delim
27187 LIBDL!$LIBDL$ac_delim
27188 LIBPOLL!$LIBPOLL$ac_delim
27189 LDAPLIBS!$LDAPLIBS$ac_delim
27190 DEPENDENCIES!$DEPENDENCIES$ac_delim
27191 ALL_MAKERULES!$ALL_MAKERULES$ac_delim
27192 ALL_MAKEFILES!$ALL_MAKEFILES$ac_delim
27193 ALL_MAKEFILE_DEPENDS!$ALL_MAKEFILE_DEPENDS$ac_delim
27194 ALL_TOP_DIRS!$ALL_TOP_DIRS$ac_delim
27195 ALL_DLL_DIRS!$ALL_DLL_DIRS$ac_delim
27196 ALL_IMPLIB_DIRS!$ALL_IMPLIB_DIRS$ac_delim
27197 ALL_TEST_DIRS!$ALL_TEST_DIRS$ac_delim
27198 ALL_PROGRAM_DIRS!$ALL_PROGRAM_DIRS$ac_delim
27199 ALL_PROGRAM_INSTALL_DIRS!$ALL_PROGRAM_INSTALL_DIRS$ac_delim
27200 ALL_PROGRAM_BIN_INSTALL_DIRS!$ALL_PROGRAM_BIN_INSTALL_DIRS$ac_delim
27201 ALL_WINETEST_DEPENDS!$ALL_WINETEST_DEPENDS$ac_delim
27202 LIBOBJS!$LIBOBJS$ac_delim
27203 LTLIBOBJS!$LTLIBOBJS$ac_delim
27204 _ACEOF
27206 if test `sed -n "s/.*$ac_delim\$/X/p" conf$$subs.sed | grep -c X` = 88; then
27207 break
27208 elif $ac_last_try; then
27209 { { echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5
27210 echo "$as_me: error: could not make $CONFIG_STATUS" >&2;}
27211 { (exit 1); exit 1; }; }
27212 else
27213 ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
27215 done
27217 ac_eof=`sed -n '/^CEOF[0-9]*$/s/CEOF/0/p' conf$$subs.sed`
27218 if test -n "$ac_eof"; then
27219 ac_eof=`echo "$ac_eof" | sort -nru | sed 1q`
27220 ac_eof=`expr $ac_eof + 1`
27223 cat >>$CONFIG_STATUS <<_ACEOF
27224 cat >"\$tmp/subs-2.sed" <<\CEOF$ac_eof
27225 /@[a-zA-Z_][a-zA-Z_0-9]*@/!b end
27226 _ACEOF
27227 sed '
27228 s/[,\\&]/\\&/g; s/@/@|#_!!_#|/g
27229 s/^/s,@/; s/!/@,|#_!!_#|/
27232 s/'"$ac_delim"'$/,g/; t
27233 s/$/\\/; p
27234 N; s/^.*\n//; s/[,\\&]/\\&/g; s/@/@|#_!!_#|/g; b n
27235 ' >>$CONFIG_STATUS <conf$$subs.sed
27236 rm -f conf$$subs.sed
27237 cat >>$CONFIG_STATUS <<_ACEOF
27238 :end
27239 s/|#_!!_#|//g
27240 CEOF$ac_eof
27241 _ACEOF
27244 # VPATH may cause trouble with some makes, so we remove $(srcdir),
27245 # ${srcdir} and @srcdir@ from VPATH if srcdir is ".", strip leading and
27246 # trailing colons and then remove the whole line if VPATH becomes empty
27247 # (actually we leave an empty line to preserve line numbers).
27248 if test "x$srcdir" = x.; then
27249 ac_vpsub='/^[ ]*VPATH[ ]*=/{
27250 s/:*\$(srcdir):*/:/
27251 s/:*\${srcdir}:*/:/
27252 s/:*@srcdir@:*/:/
27253 s/^\([^=]*=[ ]*\):*/\1/
27254 s/:*$//
27255 s/^[^=]*=[ ]*$//
27259 cat >>$CONFIG_STATUS <<\_ACEOF
27260 fi # test -n "$CONFIG_FILES"
27263 for ac_tag in :F $CONFIG_FILES :H $CONFIG_HEADERS :C $CONFIG_COMMANDS
27265 case $ac_tag in
27266 :[FHLC]) ac_mode=$ac_tag; continue;;
27267 esac
27268 case $ac_mode$ac_tag in
27269 :[FHL]*:*);;
27270 :L* | :C*:*) { { echo "$as_me:$LINENO: error: Invalid tag $ac_tag." >&5
27271 echo "$as_me: error: Invalid tag $ac_tag." >&2;}
27272 { (exit 1); exit 1; }; };;
27273 :[FH]-) ac_tag=-:-;;
27274 :[FH]*) ac_tag=$ac_tag:$ac_tag.in;;
27275 esac
27276 ac_save_IFS=$IFS
27277 IFS=:
27278 set x $ac_tag
27279 IFS=$ac_save_IFS
27280 shift
27281 ac_file=$1
27282 shift
27284 case $ac_mode in
27285 :L) ac_source=$1;;
27286 :[FH])
27287 ac_file_inputs=
27288 for ac_f
27290 case $ac_f in
27291 -) ac_f="$tmp/stdin";;
27292 *) # Look for the file first in the build tree, then in the source tree
27293 # (if the path is not absolute). The absolute path cannot be DOS-style,
27294 # because $ac_f cannot contain `:'.
27295 test -f "$ac_f" ||
27296 case $ac_f in
27297 [\\/$]*) false;;
27298 *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";;
27299 esac ||
27300 { { echo "$as_me:$LINENO: error: cannot find input file: $ac_f" >&5
27301 echo "$as_me: error: cannot find input file: $ac_f" >&2;}
27302 { (exit 1); exit 1; }; };;
27303 esac
27304 ac_file_inputs="$ac_file_inputs $ac_f"
27305 done
27307 # Let's still pretend it is `configure' which instantiates (i.e., don't
27308 # use $as_me), people would be surprised to read:
27309 # /* config.h. Generated by config.status. */
27310 configure_input="Generated from "`IFS=:
27311 echo $* | sed 's|^[^:]*/||;s|:[^:]*/|, |g'`" by configure."
27312 if test x"$ac_file" != x-; then
27313 configure_input="$ac_file. $configure_input"
27314 { echo "$as_me:$LINENO: creating $ac_file" >&5
27315 echo "$as_me: creating $ac_file" >&6;}
27318 case $ac_tag in
27319 *:-:* | *:-) cat >"$tmp/stdin";;
27320 esac
27322 esac
27324 ac_dir=`$as_dirname -- "$ac_file" ||
27325 $as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
27326 X"$ac_file" : 'X\(//\)[^/]' \| \
27327 X"$ac_file" : 'X\(//\)$' \| \
27328 X"$ac_file" : 'X\(/\)' \| . 2>/dev/null ||
27329 echo X"$ac_file" |
27330 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
27331 s//\1/
27334 /^X\(\/\/\)[^/].*/{
27335 s//\1/
27338 /^X\(\/\/\)$/{
27339 s//\1/
27342 /^X\(\/\).*/{
27343 s//\1/
27346 s/.*/./; q'`
27347 { as_dir="$ac_dir"
27348 case $as_dir in #(
27349 -*) as_dir=./$as_dir;;
27350 esac
27351 test -d "$as_dir" || { $as_mkdir_p && mkdir -p "$as_dir"; } || {
27352 as_dirs=
27353 while :; do
27354 case $as_dir in #(
27355 *\'*) as_qdir=`echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #(
27356 *) as_qdir=$as_dir;;
27357 esac
27358 as_dirs="'$as_qdir' $as_dirs"
27359 as_dir=`$as_dirname -- "$as_dir" ||
27360 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
27361 X"$as_dir" : 'X\(//\)[^/]' \| \
27362 X"$as_dir" : 'X\(//\)$' \| \
27363 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
27364 echo X"$as_dir" |
27365 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
27366 s//\1/
27369 /^X\(\/\/\)[^/].*/{
27370 s//\1/
27373 /^X\(\/\/\)$/{
27374 s//\1/
27377 /^X\(\/\).*/{
27378 s//\1/
27381 s/.*/./; q'`
27382 test -d "$as_dir" && break
27383 done
27384 test -z "$as_dirs" || eval "mkdir $as_dirs"
27385 } || test -d "$as_dir" || { { echo "$as_me:$LINENO: error: cannot create directory $as_dir" >&5
27386 echo "$as_me: error: cannot create directory $as_dir" >&2;}
27387 { (exit 1); exit 1; }; }; }
27388 ac_builddir=.
27390 case "$ac_dir" in
27391 .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
27393 ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
27394 # A ".." for each directory in $ac_dir_suffix.
27395 ac_top_builddir_sub=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,/..,g;s,/,,'`
27396 case $ac_top_builddir_sub in
27397 "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
27398 *) ac_top_build_prefix=$ac_top_builddir_sub/ ;;
27399 esac ;;
27400 esac
27401 ac_abs_top_builddir=$ac_pwd
27402 ac_abs_builddir=$ac_pwd$ac_dir_suffix
27403 # for backward compatibility:
27404 ac_top_builddir=$ac_top_build_prefix
27406 case $srcdir in
27407 .) # We are building in place.
27408 ac_srcdir=.
27409 ac_top_srcdir=$ac_top_builddir_sub
27410 ac_abs_top_srcdir=$ac_pwd ;;
27411 [\\/]* | ?:[\\/]* ) # Absolute name.
27412 ac_srcdir=$srcdir$ac_dir_suffix;
27413 ac_top_srcdir=$srcdir
27414 ac_abs_top_srcdir=$srcdir ;;
27415 *) # Relative name.
27416 ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
27417 ac_top_srcdir=$ac_top_build_prefix$srcdir
27418 ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
27419 esac
27420 ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
27423 case $ac_mode in
27426 # CONFIG_FILE
27429 case $INSTALL in
27430 [\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;;
27431 *) ac_INSTALL=$ac_top_build_prefix$INSTALL ;;
27432 esac
27433 _ACEOF
27435 cat >>$CONFIG_STATUS <<\_ACEOF
27436 # If the template does not know about datarootdir, expand it.
27437 # FIXME: This hack should be removed a few years after 2.60.
27438 ac_datarootdir_hack=; ac_datarootdir_seen=
27440 case `sed -n '/datarootdir/ {
27444 /@datadir@/p
27445 /@docdir@/p
27446 /@infodir@/p
27447 /@localedir@/p
27448 /@mandir@/p
27449 ' $ac_file_inputs` in
27450 *datarootdir*) ac_datarootdir_seen=yes;;
27451 *@datadir@*|*@docdir@*|*@infodir@*|*@localedir@*|*@mandir@*)
27452 { echo "$as_me:$LINENO: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5
27453 echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;}
27454 _ACEOF
27455 cat >>$CONFIG_STATUS <<_ACEOF
27456 ac_datarootdir_hack='
27457 s&@datadir@&$datadir&g
27458 s&@docdir@&$docdir&g
27459 s&@infodir@&$infodir&g
27460 s&@localedir@&$localedir&g
27461 s&@mandir@&$mandir&g
27462 s&\\\${datarootdir}&$datarootdir&g' ;;
27463 esac
27464 _ACEOF
27466 # Neutralize VPATH when `$srcdir' = `.'.
27467 # Shell code in configure.ac might set extrasub.
27468 # FIXME: do we really want to maintain this feature?
27469 cat >>$CONFIG_STATUS <<_ACEOF
27470 sed "$ac_vpsub
27471 $extrasub
27472 _ACEOF
27473 cat >>$CONFIG_STATUS <<\_ACEOF
27475 /@[a-zA-Z_][a-zA-Z_0-9]*@/!b
27476 s&@configure_input@&$configure_input&;t t
27477 s&@top_builddir@&$ac_top_builddir_sub&;t t
27478 s&@srcdir@&$ac_srcdir&;t t
27479 s&@abs_srcdir@&$ac_abs_srcdir&;t t
27480 s&@top_srcdir@&$ac_top_srcdir&;t t
27481 s&@abs_top_srcdir@&$ac_abs_top_srcdir&;t t
27482 s&@builddir@&$ac_builddir&;t t
27483 s&@abs_builddir@&$ac_abs_builddir&;t t
27484 s&@abs_top_builddir@&$ac_abs_top_builddir&;t t
27485 s&@INSTALL@&$ac_INSTALL&;t t
27486 $ac_datarootdir_hack
27487 " $ac_file_inputs | sed -f "$tmp/subs-1.sed" | sed -f "$tmp/subs-2.sed" >$tmp/out
27489 test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
27490 { ac_out=`sed -n '/\${datarootdir}/p' "$tmp/out"`; test -n "$ac_out"; } &&
27491 { ac_out=`sed -n '/^[ ]*datarootdir[ ]*:*=/p' "$tmp/out"`; test -z "$ac_out"; } &&
27492 { echo "$as_me:$LINENO: WARNING: $ac_file contains a reference to the variable \`datarootdir'
27493 which seems to be undefined. Please make sure it is defined." >&5
27494 echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir'
27495 which seems to be undefined. Please make sure it is defined." >&2;}
27497 rm -f "$tmp/stdin"
27498 case $ac_file in
27499 -) cat "$tmp/out"; rm -f "$tmp/out";;
27500 *) rm -f "$ac_file"; mv "$tmp/out" $ac_file;;
27501 esac
27505 # CONFIG_HEADER
27507 _ACEOF
27509 # Transform confdefs.h into a sed script `conftest.defines', that
27510 # substitutes the proper values into config.h.in to produce config.h.
27511 rm -f conftest.defines conftest.tail
27512 # First, append a space to every undef/define line, to ease matching.
27513 echo 's/$/ /' >conftest.defines
27514 # Then, protect against being on the right side of a sed subst, or in
27515 # an unquoted here document, in config.status. If some macros were
27516 # called several times there might be several #defines for the same
27517 # symbol, which is useless. But do not sort them, since the last
27518 # AC_DEFINE must be honored.
27519 ac_word_re=[_$as_cr_Letters][_$as_cr_alnum]*
27520 # These sed commands are passed to sed as "A NAME B PARAMS C VALUE D", where
27521 # NAME is the cpp macro being defined, VALUE is the value it is being given.
27522 # PARAMS is the parameter list in the macro definition--in most cases, it's
27523 # just an empty string.
27524 ac_dA='s,^\\([ #]*\\)[^ ]*\\([ ]*'
27525 ac_dB='\\)[ (].*,\\1define\\2'
27526 ac_dC=' '
27527 ac_dD=' ,'
27529 uniq confdefs.h |
27530 sed -n '
27531 t rset
27532 :rset
27533 s/^[ ]*#[ ]*define[ ][ ]*//
27534 t ok
27537 s/[\\&,]/\\&/g
27538 s/^\('"$ac_word_re"'\)\(([^()]*)\)[ ]*\(.*\)/ '"$ac_dA"'\1'"$ac_dB"'\2'"${ac_dC}"'\3'"$ac_dD"'/p
27539 s/^\('"$ac_word_re"'\)[ ]*\(.*\)/'"$ac_dA"'\1'"$ac_dB$ac_dC"'\2'"$ac_dD"'/p
27540 ' >>conftest.defines
27542 # Remove the space that was appended to ease matching.
27543 # Then replace #undef with comments. This is necessary, for
27544 # example, in the case of _POSIX_SOURCE, which is predefined and required
27545 # on some systems where configure will not decide to define it.
27546 # (The regexp can be short, since the line contains either #define or #undef.)
27547 echo 's/ $//
27548 s,^[ #]*u.*,/* & */,' >>conftest.defines
27550 # Break up conftest.defines:
27551 ac_max_sed_lines=50
27553 # First sed command is: sed -f defines.sed $ac_file_inputs >"$tmp/out1"
27554 # Second one is: sed -f defines.sed "$tmp/out1" >"$tmp/out2"
27555 # Third one will be: sed -f defines.sed "$tmp/out2" >"$tmp/out1"
27556 # et cetera.
27557 ac_in='$ac_file_inputs'
27558 ac_out='"$tmp/out1"'
27559 ac_nxt='"$tmp/out2"'
27561 while :
27563 # Write a here document:
27564 cat >>$CONFIG_STATUS <<_ACEOF
27565 # First, check the format of the line:
27566 cat >"\$tmp/defines.sed" <<\\CEOF
27567 /^[ ]*#[ ]*undef[ ][ ]*$ac_word_re[ ]*\$/b def
27568 /^[ ]*#[ ]*define[ ][ ]*$ac_word_re[( ]/b def
27570 :def
27571 _ACEOF
27572 sed ${ac_max_sed_lines}q conftest.defines >>$CONFIG_STATUS
27573 echo 'CEOF
27574 sed -f "$tmp/defines.sed"' "$ac_in >$ac_out" >>$CONFIG_STATUS
27575 ac_in=$ac_out; ac_out=$ac_nxt; ac_nxt=$ac_in
27576 sed 1,${ac_max_sed_lines}d conftest.defines >conftest.tail
27577 grep . conftest.tail >/dev/null || break
27578 rm -f conftest.defines
27579 mv conftest.tail conftest.defines
27580 done
27581 rm -f conftest.defines conftest.tail
27583 echo "ac_result=$ac_in" >>$CONFIG_STATUS
27584 cat >>$CONFIG_STATUS <<\_ACEOF
27585 if test x"$ac_file" != x-; then
27586 echo "/* $configure_input */" >"$tmp/config.h"
27587 cat "$ac_result" >>"$tmp/config.h"
27588 if diff $ac_file "$tmp/config.h" >/dev/null 2>&1; then
27589 { echo "$as_me:$LINENO: $ac_file is unchanged" >&5
27590 echo "$as_me: $ac_file is unchanged" >&6;}
27591 else
27592 rm -f $ac_file
27593 mv "$tmp/config.h" $ac_file
27595 else
27596 echo "/* $configure_input */"
27597 cat "$ac_result"
27599 rm -f "$tmp/out12"
27602 :C) { echo "$as_me:$LINENO: executing $ac_file commands" >&5
27603 echo "$as_me: executing $ac_file commands" >&6;}
27605 esac
27608 case $ac_file$ac_mode in
27609 "include/stamp-h":C) echo timestamp > include/stamp-h ;;
27610 "dlls/gdi32/enhmfdrv":C) test -d "dlls/gdi32/enhmfdrv" || ({ echo "$as_me:$LINENO: creating dlls/gdi32/enhmfdrv" >&5
27611 echo "$as_me: creating dlls/gdi32/enhmfdrv" >&6;} && mkdir "dlls/gdi32/enhmfdrv") ;;
27612 "dlls/gdi32/mfdrv":C) test -d "dlls/gdi32/mfdrv" || ({ echo "$as_me:$LINENO: creating dlls/gdi32/mfdrv" >&5
27613 echo "$as_me: creating dlls/gdi32/mfdrv" >&6;} && mkdir "dlls/gdi32/mfdrv") ;;
27614 "dlls/kernel32/nls":C) test -d "dlls/kernel32/nls" || ({ echo "$as_me:$LINENO: creating dlls/kernel32/nls" >&5
27615 echo "$as_me: creating dlls/kernel32/nls" >&6;} && mkdir "dlls/kernel32/nls") ;;
27616 "dlls/user32/resources":C) test -d "dlls/user32/resources" || ({ echo "$as_me:$LINENO: creating dlls/user32/resources" >&5
27617 echo "$as_me: creating dlls/user32/resources" >&6;} && mkdir "dlls/user32/resources") ;;
27618 "dlls/wineps.drv/data":C) test -d "dlls/wineps.drv/data" || ({ echo "$as_me:$LINENO: creating dlls/wineps.drv/data" >&5
27619 echo "$as_me: creating dlls/wineps.drv/data" >&6;} && mkdir "dlls/wineps.drv/data") ;;
27620 "include/wine":C) test -d "include/wine" || ({ echo "$as_me:$LINENO: creating include/wine" >&5
27621 echo "$as_me: creating include/wine" >&6;} && mkdir "include/wine") ;;
27623 esac
27624 done # for ac_tag
27627 { (exit 0); exit 0; }
27628 _ACEOF
27629 chmod +x $CONFIG_STATUS
27630 ac_clean_files=$ac_clean_files_save
27633 # configure is writing to config.log, and then calls config.status.
27634 # config.status does its own redirection, appending to config.log.
27635 # Unfortunately, on DOS this fails, as config.log is still kept open
27636 # by configure, so config.status won't be able to write to it; its
27637 # output is simply discarded. So we exec the FD to /dev/null,
27638 # effectively closing config.log, so it can be properly (re)opened and
27639 # appended to by config.status. When coming back to configure, we
27640 # need to make the FD available again.
27641 if test "$no_create" != yes; then
27642 ac_cs_success=:
27643 ac_config_status_args=
27644 test "$silent" = yes &&
27645 ac_config_status_args="$ac_config_status_args --quiet"
27646 exec 5>/dev/null
27647 $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success=false
27648 exec 5>>config.log
27649 # Use ||, not &&, to avoid exiting from the if with $? = 1, which
27650 # would make configure fail if this is the last instruction.
27651 $ac_cs_success || { (exit 1); exit 1; }
27655 if test "$no_create" = "yes"
27656 then
27657 exit 0
27660 ac_save_IFS="$IFS"
27661 IFS="|"
27662 if test "x$wine_notices != "x; then
27663 echo >&6
27664 for msg in $wine_notices; do
27665 if test -n "$msg"; then
27666 { echo "$as_me:$LINENO: $msg" >&5
27667 echo "$as_me: $msg" >&6;}
27669 done
27671 for msg in $wine_warnings; do
27672 if test -n "$msg"; then
27673 echo >&2
27674 { echo "$as_me:$LINENO: WARNING: $msg" >&5
27675 echo "$as_me: WARNING: $msg" >&2;}
27677 done
27678 IFS="$ac_save_IFS"
27680 echo "
27681 $as_me: Finished. Do '${ac_make} depend && ${ac_make}' to compile Wine.
27682 " >&6